From 5f7fbf271f296882f669dda1b0792197df8e416d Mon Sep 17 00:00:00 2001 From: endernon Date: Sat, 7 Dec 2024 12:29:57 +0000 Subject: [PATCH] 2.1.1: Nov. 27 --- .../minecraft/shaders/include/version.glsl | 1 + .../minecraft/post_effect/entity_outline.json | 27 +++++ .../shaders/core/position_color.json | 61 ++++++++++ .../minecraft/shaders/core/position_tex.json | 78 +++++++++++++ .../shaders/core/position_tex_color.json | 78 +++++++++++++ .../core/rendertype_armor_entity_glint.json | 108 ++++++++++++++++++ .../shaders/core/rendertype_entity_glint.json | 108 ++++++++++++++++++ .../shaders/core/rendertype_glint.json | 108 ++++++++++++++++++ .../shaders/core/rendertype_gui.json | 59 ++++++++++ ...ndertype_item_entity_translucent_cull.json | 98 ++++++++++++++++ .../shaders/core/rendertype_text.json | 92 +++++++++++++++ .../minecraft/shaders/include/version.glsl | 1 + .../shaders/post/entity_outline.json | 44 +++++++ README.md | 2 + assets/minecraft/atlases/blocks.json | 1 + assets/minecraft/blockstates/bedrock.json | 1 + assets/minecraft/blockstates/beetroots.json | 1 + .../blockstates/brick_double_slab.json | 1 + assets/minecraft/blockstates/brick_slab.json | 1 + .../blockstates/brown_mushroom_block.json | 1 + assets/minecraft/blockstates/carrots.json | 1 + assets/minecraft/blockstates/cauldron.json | 1 + assets/minecraft/blockstates/coal_ore.json | 1 + assets/minecraft/blockstates/cobblestone.json | 1 + .../blockstates/cobblestone_monster_egg.json | 1 + assets/minecraft/blockstates/cobweb.json | 1 + .../blockstates/cracked_stone_bricks.json | 1 + .../blockstates/daylight_detector.json | 1 + assets/minecraft/blockstates/dirt.json | 1 + assets/minecraft/blockstates/emerald_ore.json | 1 + assets/minecraft/blockstates/grass.json | 1 + assets/minecraft/blockstates/grass_block.json | 1 + assets/minecraft/blockstates/grass_path.json | 1 + .../infested_chiseled_stone_bricks.json | 1 + .../blockstates/infested_cobblestone.json | 1 + .../infested_cracked_stone_bricks.json | 1 + .../infested_mossy_stone_bricks.json | 1 + .../minecraft/blockstates/infested_stone.json | 1 + .../blockstates/infested_stone_bricks.json | 1 + assets/minecraft/blockstates/iron_bars.json | 1 + .../blockstates/mossy_cobblestone.json | 1 + .../blockstates/mossy_stone_bricks.json | 1 + .../minecraft/blockstates/mushroom_stem.json | 1 + assets/minecraft/blockstates/mycelium.json | 1 + assets/minecraft/blockstates/netherrack.json | 1 + assets/minecraft/blockstates/note_block.json | 1 + .../blockstates/petrified_oak_slab.json | 1 + assets/minecraft/blockstates/potatoes.json | 1 + .../blockstates/red_mushroom_block.json | 1 + assets/minecraft/blockstates/red_sand.json | 1 + .../minecraft/blockstates/redstone_ore.json | 1 + assets/minecraft/blockstates/sand.json | 1 + assets/minecraft/blockstates/sandstone.json | 1 + assets/minecraft/blockstates/short_grass.json | 1 + .../minecraft/blockstates/sticky_piston.json | 1 + assets/minecraft/blockstates/stone.json | 1 + assets/minecraft/blockstates/sunflower.json | 1 + .../minecraft/blockstates/tripwire_hook.json | 1 + assets/minecraft/blockstates/vine.json | 1 + assets/minecraft/blockstates/web.json | 1 + assets/minecraft/blockstates/wheat.json | 1 + .../blockstates/wood_old_double_slab.json | 1 + .../minecraft/blockstates/wood_old_slab.json | 1 + assets/minecraft/equipment/chainmail.json | 1 + assets/minecraft/equipment/diamond.json | 1 + assets/minecraft/equipment/gold.json | 1 + assets/minecraft/equipment/iron.json | 1 + assets/minecraft/equipment/leather.json | 1 + assets/minecraft/font/banner/box.json | 1 + assets/minecraft/font/banner/pill.json | 1 + assets/minecraft/font/chat.json | 1 + assets/minecraft/font/common.json | 1 + assets/minecraft/font/currency.json | 1 + assets/minecraft/font/default.json | 1 + .../hud/gameplay/default/bottom_middle.json | 1 + .../font/hud/gameplay/default/top_right.json | 1 + .../hud/selector/default/bottom_middle.json | 1 + .../default/center_left/0/archetype.json | 1 + .../default/center_left/0/description.json | 1 + .../default/center_left/0/display_name.json | 1 + .../default/center_left/1/archetype.json | 1 + .../default/center_left/1/description.json | 1 + .../default/center_left/1/display_name.json | 1 + .../default/center_left/2/archetype.json | 1 + .../default/center_left/2/description.json | 1 + .../default/center_left/2/display_name.json | 1 + .../hud/selector/default/center_right.json | 1 + .../font/hud/selector/default/top_left.json | 1 + .../font/hud/selector/default/top_middle.json | 1 + .../font/hud/selector/default/top_right.json | 1 + .../default/top_right/description_1.json | 1 + .../default/top_right/description_2.json | 1 + .../default/top_right/description_3.json | 1 + .../default/top_right/display_name.json | 1 + assets/minecraft/font/interface.json | 1 + assets/minecraft/font/invisible.json | 1 + assets/minecraft/font/keybind.json | 1 + assets/minecraft/font/language/five.json | 1 + .../font/language/high_gavellian.json | 1 + assets/minecraft/font/language/wynncraft.json | 1 + assets/minecraft/font/language/wynnic.json | 1 + assets/minecraft/font/marker.json | 1 + assets/minecraft/font/merchant.json | 1 + assets/minecraft/font/nameplate/corrupt.json | 1 + assets/minecraft/font/nameplate/dark.json | 1 + assets/minecraft/font/nameplate/default.json | 1 + assets/minecraft/font/nameplate/gold.json | 1 + assets/minecraft/font/nameplate/progress.json | 1 + assets/minecraft/font/offset/five/-8.json | 1 + .../minecraft/font/offset/wynncraft/-64.json | 1 + .../font/offset/wynncraft_outline/-64.json | 1 + assets/minecraft/font/overlay.json | 1 + assets/minecraft/font/profession.json | 1 + assets/minecraft/font/rank.json | 1 + assets/minecraft/font/screen.json | 1 + assets/minecraft/font/space.json | 1 + assets/minecraft/font/uniform.json | 1 + assets/minecraft/items/bow.json | 1 + assets/minecraft/items/brick_slab.json | 1 + assets/minecraft/items/daylight_detector.json | 1 + assets/minecraft/items/diamond_axe.json | 1 + assets/minecraft/items/diamond_hoe.json | 1 + assets/minecraft/items/diamond_pickaxe.json | 1 + assets/minecraft/items/diamond_shovel.json | 1 + assets/minecraft/items/diamond_sword.json | 1 + assets/minecraft/items/flint_and_steel.json | 1 + assets/minecraft/items/golden_axe.json | 1 + assets/minecraft/items/golden_pickaxe.json | 1 + assets/minecraft/items/golden_shovel.json | 1 + .../items/infested_chiseled_stone_bricks.json | 1 + .../minecraft/items/infested_cobblestone.json | 1 + .../items/infested_cracked_stone_bricks.json | 1 + .../items/infested_mossy_stone_bricks.json | 1 + assets/minecraft/items/infested_stone.json | 1 + .../items/infested_stone_bricks.json | 1 + assets/minecraft/items/iron_horse_armor.json | 1 + assets/minecraft/items/iron_shovel.json | 1 + assets/minecraft/items/paper.json | 1 + assets/minecraft/items/player_head.json | 1 + assets/minecraft/items/potion.json | 1 + assets/minecraft/items/shears.json | 1 + assets/minecraft/items/snow.json | 1 + assets/minecraft/items/stone_axe.json | 1 + assets/minecraft/items/stone_shovel.json | 1 + assets/minecraft/items/wooden_shovel.json | 1 + assets/minecraft/lang/en_au.json | 1 + assets/minecraft/lang/en_ca.json | 1 + assets/minecraft/lang/en_gb.json | 1 + assets/minecraft/lang/en_nz.json | 1 + assets/minecraft/lang/en_us.json | 1 + .../models/block/activator_rail.json | 1 + .../block/activator_rail_active_flat.json | 1 + .../activator_rail_active_raised_ne.json | 1 + .../activator_rail_active_raised_sw.json | 1 + .../models/block/activator_rail_flat.json | 1 + .../block/activator_rail_raised_ne.json | 1 + .../block/activator_rail_raised_sw.json | 1 + assets/minecraft/models/block/bars_n.json | 1 + assets/minecraft/models/block/bars_ne.json | 1 + assets/minecraft/models/block/bars_ns.json | 1 + assets/minecraft/models/block/bars_nse.json | 1 + assets/minecraft/models/block/bars_nsew.json | 1 + .../models/block/birch_fence_inventory.json | 1 + .../minecraft/models/block/birch_fence_n.json | 1 + .../models/block/birch_fence_ne.json | 1 + .../models/block/birch_fence_ns.json | 1 + .../models/block/birch_fence_nse.json | 1 + .../models/block/birch_fence_nsew.json | 1 + .../models/block/birch_fence_post.json | 1 + .../models/block/birch_fence_side.json | 1 + assets/minecraft/models/block/blank.json | 1 + assets/minecraft/models/block/bookshelf.json | 1 + .../models/block/brown_mushroom_block.json | 1 + .../models/block/carved_pumpkin.json | 1 + .../models/block/chiseled_red_sandstone.json | 1 + assets/minecraft/models/block/comparator.json | 1 + .../minecraft/models/block/comparator_on.json | 1 + .../models/block/comparator_on_subtract.json | 1 + .../models/block/comparator_subtract.json | 1 + assets/minecraft/models/block/crop/cream.json | 1 + .../minecraft/models/block/crop/cream1.json | 1 + .../minecraft/models/block/crop/dernic.json | 1 + .../minecraft/models/block/crop/dernic1.json | 1 + assets/minecraft/models/block/crop/green.json | 1 + .../minecraft/models/block/crop/green1.json | 1 + assets/minecraft/models/block/crop/hops.json | 1 + assets/minecraft/models/block/crop/hops1.json | 1 + assets/minecraft/models/block/crop/root.json | 1 + assets/minecraft/models/block/crop/root1.json | 1 + .../minecraft/models/block/crop/sorghum.json | 1 + .../minecraft/models/block/crop/sorghum1.json | 1 + .../models/block/crop/wheat_harvest.json | 1 + .../models/block/crop/wheat_harvest1.json | 1 + .../models/block/door_bottom_left.json | 1 + .../models/block/door_bottom_left_open.json | 1 + .../models/block/door_bottom_right.json | 1 + .../models/block/door_bottom_right_open.json | 1 + .../minecraft/models/block/door_top_left.json | 1 + .../models/block/door_top_left_open.json | 1 + .../models/block/door_top_right.json | 1 + .../models/block/door_top_right_open.json | 1 + .../models/block/enchanting_table.json | 1 + .../models/block/enchanting_table_item.json | 1 + assets/minecraft/models/block/error.json | 1 + assets/minecraft/models/block/fire_floor.json | 1 + .../minecraft/models/block/fire_floor0.json | 1 + .../minecraft/models/block/fire_floor1.json | 1 + assets/minecraft/models/block/fire_side.json | 1 + assets/minecraft/models/block/fire_side0.json | 1 + assets/minecraft/models/block/fire_side1.json | 1 + .../minecraft/models/block/fire_side_alt.json | 1 + .../models/block/fire_side_alt0.json | 1 + .../models/block/fire_side_alt1.json | 1 + assets/minecraft/models/block/fire_up.json | 1 + assets/minecraft/models/block/fire_up0.json | 1 + assets/minecraft/models/block/fire_up1.json | 1 + .../minecraft/models/block/fire_up_alt.json | 1 + .../minecraft/models/block/fire_up_alt0.json | 1 + .../minecraft/models/block/fire_up_alt1.json | 1 + assets/minecraft/models/block/flower_pot.json | 1 + .../models/block/flower_pot_cactus.json | 1 + .../models/block/flower_pot_cross.json | 1 + .../models/block/flower_pot_fern.json | 1 + assets/minecraft/models/block/grass.json | 1 + .../minecraft/models/block/grass_block.json | 1 + assets/minecraft/models/block/half_slab.json | 1 + .../models/block/jack_o_lantern.json | 1 + assets/minecraft/models/block/ladder.json | 1 + .../models/block/mushroom_block_inside.json | 1 + .../minecraft/models/block/mushroom_stem.json | 1 + .../models/block/oak_fence_gate_closed.json | 1 + .../models/block/oak_fence_gate_open.json | 1 + .../models/block/oak_fence_inventory.json | 1 + .../minecraft/models/block/oak_fence_n.json | 1 + .../minecraft/models/block/oak_fence_ne.json | 1 + .../minecraft/models/block/oak_fence_ns.json | 1 + .../minecraft/models/block/oak_fence_nse.json | 1 + .../models/block/oak_fence_nsew.json | 1 + .../models/block/oak_fence_post.json | 1 + .../models/block/oak_fence_side.json | 1 + .../models/block/oak_wall_gate_closed.json | 1 + .../models/block/oak_wall_gate_open.json | 1 + .../models/block/orientable_with_bottom.json | 1 + .../minecraft/models/block/potted_cactus.json | 1 + assets/minecraft/models/block/pumpkin.json | 1 + .../models/block/red_mushroom_block.json | 1 + .../models/block/redstone/candelabra_1.json | 1 + .../models/block/redstone/candelabra_2.json | 1 + .../models/block/redstone/candelabra_3.json | 1 + .../models/block/redstone/candelabra_4.json | 1 + .../models/block/redstone/candle.json | 1 + .../models/block/redstone/candle_on_wall.json | 1 + .../redstone/comparator_blood_spike.json | 1 + .../redstone/comparator_blood_spike_base.json | 1 + .../block/redstone/comparator_spike.json | 1 + .../block/redstone/comparator_spike_base.json | 1 + .../block/redstone/lit_candelabra_1.json | 1 + .../block/redstone/lit_candelabra_2.json | 1 + .../block/redstone/lit_candelabra_3.json | 1 + .../block/redstone/lit_candelabra_4.json | 1 + .../models/block/redstone/lit_candle.json | 1 + .../block/redstone/lit_candle_on_wall.json | 1 + .../models/block/redstone_torch.json | 1 + .../models/block/redstone_torch_off.json | 1 + .../models/block/redstone_wall_torch.json | 1 + .../models/block/redstone_wall_torch_off.json | 1 + .../models/block/repeater_1tick.json | 1 + .../models/block/repeater_1tick_on.json | 1 + .../models/block/repeater_2tick.json | 1 + .../models/block/repeater_2tick_on.json | 1 + .../models/block/repeater_3tick.json | 1 + .../models/block/repeater_3tick_on.json | 1 + .../models/block/repeater_4tick.json | 1 + .../models/block/repeater_4tick_on.json | 1 + .../models/block/sticky_piston_inventory.json | 1 + .../models/block/tinted_flower_pot_cross.json | 1 + assets/minecraft/models/block/upper_slab.json | 1 + .../models/block/variants/cauldron_0.json | 1 + .../models/block/variants/cauldron_1.json | 1 + .../models/block/variants/cauldron_2.json | 1 + .../models/block/variants/cauldron_3.json | 1 + .../models/block/variants/coal_ore_0.json | 1 + .../models/block/variants/cobblestone_0.json | 1 + .../models/block/variants/cobweb_0.json | 1 + .../models/block/variants/cobweb_1.json | 1 + .../models/block/variants/cobweb_2.json | 1 + .../variants/cracked_stone_bricks_0.json | 1 + .../variants/cracked_stone_bricks_1.json | 1 + .../variants/dark_chiseled_stone_bricks.json | 1 + .../block/variants/dark_cobblestone.json | 1 + .../block/variants/dark_cobblestone_0.json | 1 + .../variants/dark_cobblestone_half_slab.json | 1 + .../variants/dark_cobblestone_upper_slab.json | 1 + .../variants/dark_cracked_stone_bricks.json | 1 + .../variants/dark_cracked_stone_bricks_0.json | 1 + .../variants/dark_cracked_stone_bricks_1.json | 1 + .../variants/dark_mossy_stone_bricks.json | 1 + .../variants/dark_mossy_stone_bricks_0.json | 1 + .../variants/dark_mossy_stone_bricks_1.json | 1 + .../variants/dark_mossy_stone_bricks_2.json | 1 + .../models/block/variants/dark_stone.json | 1 + .../models/block/variants/dark_stone_0.json | 1 + .../models/block/variants/dark_stone_1.json | 1 + .../block/variants/dark_stone_bricks.json | 1 + .../models/block/variants/dirt_0.json | 1 + .../models/block/variants/dirt_1.json | 1 + .../models/block/variants/dirt_2.json | 1 + .../models/block/variants/dirt_3.json | 1 + .../models/block/variants/dirt_4.json | 1 + .../models/block/variants/dirt_half_slab.json | 1 + .../block/variants/dirt_half_slab_0.json | 1 + .../block/variants/dirt_half_slab_1.json | 1 + .../block/variants/dirt_upper_slab.json | 1 + .../block/variants/dirt_upper_slab_0.json | 1 + .../block/variants/dirt_upper_slab_1.json | 1 + .../models/block/variants/emerald_ore_0.json | 1 + .../models/block/variants/grass_0.json | 1 + .../models/block/variants/grass_1.json | 1 + .../models/block/variants/grass_2.json | 1 + .../models/block/variants/grass_3.json | 1 + .../models/block/variants/grass_block_0.json | 1 + .../models/block/variants/grass_block_1.json | 1 + .../models/block/variants/molten_rock.json | 1 + .../models/block/variants/molten_rock_0.json | 1 + .../models/block/variants/molten_rock_1.json | 1 + .../models/block/variants/molten_rock_2.json | 1 + .../block/variants/mossy_cobblestone_0.json | 1 + .../block/variants/mossy_stone_bricks_0.json | 1 + .../block/variants/mossy_stone_bricks_1.json | 1 + .../block/variants/mossy_stone_bricks_2.json | 1 + .../models/block/variants/netherrack_0.json | 1 + .../models/block/variants/netherrack_1.json | 1 + .../models/block/variants/redstone_ore_0.json | 1 + .../models/block/variants/sandstone_0.json | 1 + .../block/variants/stack_of_books_0.json | 1 + .../block/variants/stack_of_books_1.json | 1 + .../block/variants/stack_of_books_2.json | 1 + .../models/block/variants/sticky_piston.json | 1 + .../block/variants/sticky_piston_base.json | 1 + .../models/block/variants/stone_0.json | 1 + .../models/block/variants/stone_1.json | 1 + .../block/variants/sunflower_bottom_1.json | 1 + .../models/block/variants/vanta_block.json | 1 + .../models/block/variants/vine_cattails.json | 1 + .../block/variants/vine_cattails_0.json | 1 + .../block/variants/vine_cattails_1.json | 1 + .../models/block/variants/vine_chain.json | 1 + .../block/variants/vine_death_plant_0.json | 1 + .../block/variants/vine_death_plant_1.json | 1 + .../block/variants/vine_death_plant_2.json | 1 + .../block/variants/vine_death_plant_3.json | 1 + .../block/variants/vine_death_plant_4.json | 1 + .../block/variants/vine_death_plant_5.json | 1 + .../block/variants/vine_death_plant_6.json | 1 + .../block/variants/vine_death_plant_7.json | 1 + .../block/variants/vine_death_plant_8.json | 1 + .../block/variants/vine_death_plant_9.json | 1 + .../block/variants/vine_gray_leaves.json | 1 + .../block/variants/vine_gray_water.json | 1 + .../block/variants/vine_hanging_crops.json | 1 + .../models/block/variants/vine_rope.json | 1 + .../models/block/variants/wheat_0.json | 1 + .../models/block/variants/wheat_corn.json | 1 + assets/minecraft/models/block/vine.json | 1 + .../block/wall/wall_column_inventory.json | 1 + .../models/block/wall/wall_column_n.json | 1 + .../models/block/wall/wall_column_ne.json | 1 + .../models/block/wall/wall_column_ns.json | 1 + .../block/wall/wall_column_ns_above.json | 1 + .../models/block/wall/wall_column_nse.json | 1 + .../models/block/wall/wall_column_nsew.json | 1 + .../models/block/wall/wall_column_post.json | 1 + .../minecraft/models/equipment/chainmail.json | 1 + .../minecraft/models/equipment/diamond.json | 1 + assets/minecraft/models/equipment/gold.json | 1 + assets/minecraft/models/equipment/iron.json | 1 + .../minecraft/models/equipment/leather.json | 1 + assets/minecraft/models/item/bow.json | 1 + assets/minecraft/models/item/brick_slab.json | 1 + assets/minecraft/models/item/cyan_dye.json | 1 + .../models/item/daylight_detector.json | 1 + assets/minecraft/models/item/diamond_axe.json | 1 + assets/minecraft/models/item/diamond_hoe.json | 1 + .../models/item/diamond_pickaxe.json | 1 + .../minecraft/models/item/diamond_shovel.json | 1 + .../minecraft/models/item/diamond_sword.json | 1 + .../models/item/enchanting_table.json | 1 + .../models/item/flint_and_steel.json | 1 + assets/minecraft/models/item/golden_axe.json | 1 + .../minecraft/models/item/golden_pickaxe.json | 1 + .../minecraft/models/item/golden_shovel.json | 1 + assets/minecraft/models/item/gray_dye.json | 1 + assets/minecraft/models/item/green_dye.json | 1 + .../item/infested_chiseled_stone_bricks.json | 1 + .../models/item/infested_cobblestone.json | 1 + .../item/infested_cracked_stone_bricks.json | 1 + .../item/infested_mossy_stone_bricks.json | 1 + .../minecraft/models/item/infested_stone.json | 1 + .../models/item/infested_stone_bricks.json | 1 + .../models/item/iron_horse_armor.json | 1 + assets/minecraft/models/item/iron_shovel.json | 1 + .../minecraft/models/item/light_blue_dye.json | 1 + .../minecraft/models/item/light_gray_dye.json | 1 + assets/minecraft/models/item/lime_dye.json | 1 + assets/minecraft/models/item/orange_dye.json | 1 + assets/minecraft/models/item/paper.json | 1 + .../models/item/petrified_oak_slab.json | 1 + assets/minecraft/models/item/pink_dye.json | 1 + assets/minecraft/models/item/player_head.json | 1 + assets/minecraft/models/item/potion.json | 1 + assets/minecraft/models/item/red_dye.json | 1 + assets/minecraft/models/item/shears.json | 1 + assets/minecraft/models/item/shield.json | 1 + assets/minecraft/models/item/short_grass.json | 1 + assets/minecraft/models/item/snow.json | 1 + assets/minecraft/models/item/stick.json | 1 + assets/minecraft/models/item/stone_axe.json | 1 + .../minecraft/models/item/stone_shovel.json | 1 + .../minecraft/models/item/structure_void.json | 1 + .../minecraft/models/item/tripwire_hook.json | 1 + .../minecraft/models/item/wooden_pickaxe.json | 1 + .../minecraft/models/item/wooden_shovel.json | 1 + .../models/item/wynn/ability_shard.json | 1 + .../accessory/bracelet/bracelet_air_a.json | 1 + .../accessory/bracelet/bracelet_air_b.json | 1 + .../accessory/bracelet/bracelet_base_a.json | 1 + .../accessory/bracelet/bracelet_base_b.json | 1 + .../accessory/bracelet/bracelet_earth_a.json | 1 + .../accessory/bracelet/bracelet_earth_b.json | 1 + .../accessory/bracelet/bracelet_fire_a.json | 1 + .../accessory/bracelet/bracelet_fire_b.json | 1 + .../accessory/bracelet/bracelet_multi_a.json | 1 + .../accessory/bracelet/bracelet_multi_b.json | 1 + .../bracelet/bracelet_thunder_a.json | 1 + .../bracelet/bracelet_thunder_b.json | 1 + .../accessory/bracelet/bracelet_water_a.json | 1 + .../accessory/bracelet/bracelet_water_b.json | 1 + .../accessory/necklace/necklace_air_a.json | 1 + .../accessory/necklace/necklace_air_b.json | 1 + .../accessory/necklace/necklace_base_a.json | 1 + .../accessory/necklace/necklace_base_b.json | 1 + .../accessory/necklace/necklace_earth_a.json | 1 + .../accessory/necklace/necklace_earth_b.json | 1 + .../accessory/necklace/necklace_fire_a.json | 1 + .../accessory/necklace/necklace_fire_b.json | 1 + .../accessory/necklace/necklace_multi_a.json | 1 + .../accessory/necklace/necklace_multi_b.json | 1 + .../necklace/necklace_special_a.json | 1 + .../necklace/necklace_special_b.json | 1 + .../necklace/necklace_special_c.json | 1 + .../necklace/necklace_thunder_a.json | 1 + .../necklace/necklace_thunder_b.json | 1 + .../accessory/necklace/necklace_water_a.json | 1 + .../accessory/necklace/necklace_water_b.json | 1 + .../item/wynn/accessory/ring/ring_air_a.json | 1 + .../item/wynn/accessory/ring/ring_air_b.json | 1 + .../item/wynn/accessory/ring/ring_base_a.json | 1 + .../item/wynn/accessory/ring/ring_base_b.json | 1 + .../wynn/accessory/ring/ring_earth_a.json | 1 + .../wynn/accessory/ring/ring_earth_b.json | 1 + .../item/wynn/accessory/ring/ring_fire_a.json | 1 + .../item/wynn/accessory/ring/ring_fire_b.json | 1 + .../wynn/accessory/ring/ring_multi_a.json | 1 + .../wynn/accessory/ring/ring_multi_b.json | 1 + .../wynn/accessory/ring/ring_special_a.json | 1 + .../wynn/accessory/ring/ring_special_b.json | 1 + .../wynn/accessory/ring/ring_special_c.json | 1 + .../wynn/accessory/ring/ring_thunder_a.json | 1 + .../wynn/accessory/ring/ring_thunder_b.json | 1 + .../wynn/accessory/ring/ring_water_a.json | 1 + .../wynn/accessory/ring/ring_water_b.json | 1 + .../item/wynn/augment/corkian_amplifier.json | 1 + .../item/wynn/augment/corkian_insulator.json | 1 + .../item/wynn/augment/corkian_simulator.json | 1 + assets/minecraft/models/item/wynn/beam.json | 1 + .../models/item/wynn/character_info.json | 1 + .../models/item/wynn/closed_book.json | 1 + .../models/item/wynn/content_book.json | 1 + .../minecraft/models/item/wynn/dim_soul.json | 1 + .../models/item/wynn/dungeon/key.json | 1 + .../models/item/wynn/dungeon/key_broken.json | 1 + .../item/wynn/economy/farming/barley.json | 1 + .../item/wynn/economy/farming/decay_root.json | 1 + .../wynn/economy/farming/dernic_seed.json | 1 + .../item/wynn/economy/farming/hemp.json | 1 + .../item/wynn/economy/farming/hops.json | 1 + .../item/wynn/economy/farming/malt.json | 1 + .../item/wynn/economy/farming/millet.json | 1 + .../item/wynn/economy/farming/oats.json | 1 + .../item/wynn/economy/farming/rice.json | 1 + .../models/item/wynn/economy/farming/rye.json | 1 + .../wynn/economy/farming/seeds_brown.json | 1 + .../wynn/economy/farming/seeds_cream.json | 1 + .../wynn/economy/farming/seeds_green.json | 1 + .../item/wynn/economy/farming/seeds_red.json | 1 + .../item/wynn/economy/farming/sorghum.json | 1 + .../wynn/economy/farming/string_brown.json | 1 + .../wynn/economy/farming/string_green.json | 1 + .../wynn/economy/farming/string_white.json | 1 + .../wynn/economy/farming/string_yellow.json | 1 + .../item/wynn/economy/farming/wheat.json | 1 + .../item/wynn/economy/fishing/bass.json | 1 + .../item/wynn/economy/fishing/carp.json | 1 + .../wynn/economy/fishing/cooked_blue.json | 1 + .../wynn/economy/fishing/cooked_gray.json | 1 + .../wynn/economy/fishing/cooked_orange.json | 1 + .../wynn/economy/fishing/cooked_pink.json | 1 + .../wynn/economy/fishing/cooked_yellow.json | 1 + .../wynn/economy/fishing/dernic_fish.json | 1 + .../item/wynn/economy/fishing/gudgeon.json | 1 + .../item/wynn/economy/fishing/gylia_fish.json | 1 + .../item/wynn/economy/fishing/icefish.json | 1 + .../models/item/wynn/economy/fishing/koi.json | 1 + .../item/wynn/economy/fishing/molten_eel.json | 1 + .../item/wynn/economy/fishing/oil_blue.json | 1 + .../item/wynn/economy/fishing/oil_gray.json | 1 + .../item/wynn/economy/fishing/oil_orange.json | 1 + .../item/wynn/economy/fishing/oil_red.json | 1 + .../item/wynn/economy/fishing/oil_yellow.json | 1 + .../item/wynn/economy/fishing/piranha.json | 1 + .../item/wynn/economy/fishing/salmon.json | 1 + .../item/wynn/economy/fishing/starfish.json | 1 + .../item/wynn/economy/fishing/trout.json | 1 + .../models/item/wynn/economy/meals/fried.json | 1 + .../item/wynn/economy/meals/generic.json | 1 + .../item/wynn/economy/meals/generic_item.json | 1 + .../models/item/wynn/economy/meals/salad.json | 1 + .../models/item/wynn/economy/meals/soup.json | 1 + .../models/item/wynn/economy/meals/spicy.json | 1 + .../item/wynn/economy/meals/steamed.json | 1 + .../item/wynn/economy/mining/gem_cobalt.json | 1 + .../item/wynn/economy/mining/gem_copper.json | 1 + .../item/wynn/economy/mining/gem_dernic.json | 1 + .../item/wynn/economy/mining/gem_diamond.json | 1 + .../item/wynn/economy/mining/gem_gold.json | 1 + .../item/wynn/economy/mining/gem_granite.json | 1 + .../item/wynn/economy/mining/gem_iron.json | 1 + .../item/wynn/economy/mining/gem_kander.json | 1 + .../item/wynn/economy/mining/gem_molten.json | 1 + .../wynn/economy/mining/gem_sandstone.json | 1 + .../item/wynn/economy/mining/gem_silver.json | 1 + .../item/wynn/economy/mining/gem_void.json | 1 + .../wynn/economy/mining/ingot_cobalt.json | 1 + .../wynn/economy/mining/ingot_copper.json | 1 + .../wynn/economy/mining/ingot_dernic.json | 1 + .../wynn/economy/mining/ingot_diamond.json | 1 + .../item/wynn/economy/mining/ingot_gold.json | 1 + .../wynn/economy/mining/ingot_granite.json | 1 + .../item/wynn/economy/mining/ingot_iron.json | 1 + .../economy/mining/ingot_kanderstone.json | 1 + .../wynn/economy/mining/ingot_molten.json | 1 + .../wynn/economy/mining/ingot_sandstone.json | 1 + .../wynn/economy/mining/ingot_silver.json | 1 + .../item/wynn/economy/mining/ingot_void.json | 1 + .../wynn/economy/woodcutting/paper_brown.json | 1 + .../wynn/economy/woodcutting/paper_cream.json | 1 + .../wynn/economy/woodcutting/paper_white.json | 1 + .../economy/woodcutting/scroll_brown.json | 1 + .../economy/woodcutting/scroll_cream.json | 1 + .../economy/woodcutting/scroll_white.json | 1 + .../archetype/archer/boltslinger.json | 1 + .../archetype/archer/sharpshooter.json | 1 + .../archetype/archer/trapper.json | 1 + .../archetype/assassin/acrobat.json | 1 + .../archetype/assassin/shadestepper.json | 1 + .../archetype/assassin/trickster.json | 1 + .../ability_tree/archetype/mage/arcanist.json | 1 + .../archetype/mage/lightbender.json | 1 + .../archetype/mage/riftwalker.json | 1 + .../archetype/shaman/acolyte.json | 1 + .../archetype/shaman/ritualist.json | 1 + .../archetype/shaman/summoner.json | 1 + .../archetype/warrior/battle_monk.json | 1 + .../archetype/warrior/fallen.json | 1 + .../archetype/warrior/paladin.json | 1 + .../wynn/gui/ability_tree/aspect/archer.json | 1 + .../ability_tree/aspect/archer_equipped.json | 1 + .../gui/ability_tree/aspect/assassin.json | 1 + .../aspect/assassin_equipped.json | 1 + .../wynn/gui/ability_tree/aspect/mage.json | 1 + .../ability_tree/aspect/mage_equipped.json | 1 + .../wynn/gui/ability_tree/aspect/shaman.json | 1 + .../ability_tree/aspect/shaman_equipped.json | 1 + .../wynn/gui/ability_tree/aspect/warrior.json | 1 + .../ability_tree/aspect/warrior_equipped.json | 1 + .../item/wynn/gui/ability_tree/branch/0.json | 1 + .../gui/ability_tree/branch/0_active_0.json | 1 + .../gui/ability_tree/branch/0_active_1.json | 1 + .../gui/ability_tree/branch/0_active_10.json | 1 + .../gui/ability_tree/branch/0_active_2.json | 1 + .../gui/ability_tree/branch/0_active_3.json | 1 + .../gui/ability_tree/branch/0_active_4.json | 1 + .../gui/ability_tree/branch/0_active_5.json | 1 + .../gui/ability_tree/branch/0_active_6.json | 1 + .../gui/ability_tree/branch/0_active_7.json | 1 + .../gui/ability_tree/branch/0_active_8.json | 1 + .../gui/ability_tree/branch/0_active_9.json | 1 + .../item/wynn/gui/ability_tree/branch/1.json | 1 + .../item/wynn/gui/ability_tree/branch/10.json | 1 + .../gui/ability_tree/branch/10_active_0.json | 1 + .../gui/ability_tree/branch/1_active_0.json | 1 + .../gui/ability_tree/branch/1_active_1.json | 1 + .../gui/ability_tree/branch/1_active_2.json | 1 + .../gui/ability_tree/branch/1_active_3.json | 1 + .../item/wynn/gui/ability_tree/branch/2.json | 1 + .../gui/ability_tree/branch/2_active_0.json | 1 + .../gui/ability_tree/branch/2_active_1.json | 1 + .../gui/ability_tree/branch/2_active_2.json | 1 + .../gui/ability_tree/branch/2_active_3.json | 1 + .../item/wynn/gui/ability_tree/branch/3.json | 1 + .../gui/ability_tree/branch/3_active_0.json | 1 + .../gui/ability_tree/branch/3_active_1.json | 1 + .../gui/ability_tree/branch/3_active_2.json | 1 + .../gui/ability_tree/branch/3_active_3.json | 1 + .../item/wynn/gui/ability_tree/branch/4.json | 1 + .../gui/ability_tree/branch/4_active_0.json | 1 + .../gui/ability_tree/branch/4_active_1.json | 1 + .../gui/ability_tree/branch/4_active_2.json | 1 + .../gui/ability_tree/branch/4_active_3.json | 1 + .../item/wynn/gui/ability_tree/branch/5.json | 1 + .../gui/ability_tree/branch/5_active_0.json | 1 + .../item/wynn/gui/ability_tree/branch/6.json | 1 + .../gui/ability_tree/branch/6_active_0.json | 1 + .../item/wynn/gui/ability_tree/branch/7.json | 1 + .../gui/ability_tree/branch/7_active_0.json | 1 + .../item/wynn/gui/ability_tree/branch/8.json | 1 + .../gui/ability_tree/branch/8_active_0.json | 1 + .../item/wynn/gui/ability_tree/branch/9.json | 1 + .../gui/ability_tree/branch/9_active_0.json | 1 + .../gui/ability_tree/button/arrow_down.json | 1 + .../gui/ability_tree/button/arrow_left.json | 1 + .../gui/ability_tree/button/arrow_right.json | 1 + .../gui/ability_tree/button/arrow_up.json | 1 + .../wynn/gui/ability_tree/button/aspects.json | 1 + .../ability_tree/button/aspects_select.json | 1 + .../gui/ability_tree/button/orb_points.json | 1 + .../gui/ability_tree/button/orb_reset.json | 1 + .../wynn/gui/ability_tree/button/plus.json | 1 + .../wynn/gui/ability_tree/button/reset.json | 1 + .../ability_tree/button/reset_confirm.json | 1 + .../gui/ability_tree/button/reset_locked.json | 1 + .../gui/ability_tree/button/reset_select.json | 1 + .../gui/ability_tree/button/reset_wait.json | 1 + .../wynn/gui/ability_tree/button/tree.json | 1 + .../gui/ability_tree/button/tree_select.json | 1 + .../wynn/gui/ability_tree/node/archer.json | 1 + .../gui/ability_tree/node/archer_active.json | 1 + .../gui/ability_tree/node/archer_pulse.json | 1 + .../wynn/gui/ability_tree/node/assassin.json | 1 + .../ability_tree/node/assassin_active.json | 1 + .../gui/ability_tree/node/assassin_pulse.json | 1 + .../item/wynn/gui/ability_tree/node/blue.json | 1 + .../gui/ability_tree/node/blue_active.json | 1 + .../gui/ability_tree/node/blue_pulse.json | 1 + .../gui/ability_tree/node/blue_shatter.json | 1 + .../item/wynn/gui/ability_tree/node/mage.json | 1 + .../gui/ability_tree/node/mage_active.json | 1 + .../gui/ability_tree/node/mage_pulse.json | 1 + .../wynn/gui/ability_tree/node/purple.json | 1 + .../gui/ability_tree/node/purple_active.json | 1 + .../gui/ability_tree/node/purple_pulse.json | 1 + .../gui/ability_tree/node/purple_shatter.json | 1 + .../item/wynn/gui/ability_tree/node/red.json | 1 + .../gui/ability_tree/node/red_active.json | 1 + .../wynn/gui/ability_tree/node/red_pulse.json | 1 + .../gui/ability_tree/node/red_shatter.json | 1 + .../wynn/gui/ability_tree/node/shaman.json | 1 + .../gui/ability_tree/node/shaman_active.json | 1 + .../gui/ability_tree/node/shaman_pulse.json | 1 + .../wynn/gui/ability_tree/node/warrior.json | 1 + .../gui/ability_tree/node/warrior_active.json | 1 + .../gui/ability_tree/node/warrior_pulse.json | 1 + .../wynn/gui/ability_tree/node/white.json | 1 + .../gui/ability_tree/node/white_active.json | 1 + .../gui/ability_tree/node/white_pulse.json | 1 + .../gui/ability_tree/node/white_shatter.json | 1 + .../wynn/gui/ability_tree/node/yellow.json | 1 + .../gui/ability_tree/node/yellow_active.json | 1 + .../gui/ability_tree/node/yellow_pulse.json | 1 + .../gui/ability_tree/node/yellow_shatter.json | 1 + .../item/wynn/gui/bank/liquid_storage.json | 1 + .../models/item/wynn/gui/bank/restock.json | 1 + .../models/item/wynn/gui/bank/stash.json | 1 + .../item/wynn/gui/bank/toggle_account.json | 1 + .../item/wynn/gui/bank/toggle_character.json | 1 + .../models/item/wynn/gui/beacon/blue.json | 1 + .../models/item/wynn/gui/beacon/cyan.json | 1 + .../item/wynn/gui/beacon/dark_gray.json | 1 + .../models/item/wynn/gui/beacon/gray.json | 1 + .../models/item/wynn/gui/beacon/green.json | 1 + .../models/item/wynn/gui/beacon/orange.json | 1 + .../models/item/wynn/gui/beacon/pink.json | 1 + .../models/item/wynn/gui/beacon/purple.json | 1 + .../models/item/wynn/gui/beacon/rainbow.json | 1 + .../models/item/wynn/gui/beacon/red.json | 1 + .../models/item/wynn/gui/beacon/white.json | 1 + .../models/item/wynn/gui/beacon/yellow.json | 1 + .../item/wynn/gui/blacksmith/arrow_down.json | 1 + .../item/wynn/gui/blacksmith/arrow_up.json | 1 + .../item/wynn/gui/blacksmith/repair_item.json | 1 + .../item/wynn/gui/blacksmith/sell_item.json | 1 + .../wynn/gui/button/arrow_down_brown.json | 1 + .../wynn/gui/button/arrow_down_default.json | 1 + .../item/wynn/gui/button/arrow_down_gray.json | 1 + .../wynn/gui/button/arrow_down_green.json | 1 + .../item/wynn/gui/button/arrow_down_red.json | 1 + .../wynn/gui/button/arrow_down_yellow.json | 1 + .../wynn/gui/button/arrow_left_brown.json | 1 + .../wynn/gui/button/arrow_left_default.json | 1 + .../item/wynn/gui/button/arrow_left_gray.json | 1 + .../wynn/gui/button/arrow_left_green.json | 1 + .../item/wynn/gui/button/arrow_left_red.json | 1 + .../wynn/gui/button/arrow_left_yellow.json | 1 + .../wynn/gui/button/arrow_right_brown.json | 1 + .../wynn/gui/button/arrow_right_default.json | 1 + .../wynn/gui/button/arrow_right_gray.json | 1 + .../wynn/gui/button/arrow_right_green.json | 1 + .../item/wynn/gui/button/arrow_right_red.json | 1 + .../wynn/gui/button/arrow_right_yellow.json | 1 + .../item/wynn/gui/button/arrow_up_brown.json | 1 + .../wynn/gui/button/arrow_up_default.json | 1 + .../item/wynn/gui/button/arrow_up_gray.json | 1 + .../item/wynn/gui/button/arrow_up_green.json | 1 + .../item/wynn/gui/button/arrow_up_red.json | 1 + .../item/wynn/gui/button/arrow_up_yellow.json | 1 + .../item/wynn/gui/button/cancel_default.json | 1 + .../item/wynn/gui/button/cancel_gray.json | 1 + .../item/wynn/gui/button/cancel_green.json | 1 + .../item/wynn/gui/button/cancel_red.json | 1 + .../item/wynn/gui/button/cancel_yellow.json | 1 + .../item/wynn/gui/button/check_default.json | 1 + .../item/wynn/gui/button/check_gray.json | 1 + .../item/wynn/gui/button/check_green.json | 1 + .../item/wynn/gui/button/check_red.json | 1 + .../item/wynn/gui/button/check_yellow.json | 1 + .../item/wynn/gui/button/exclaim_default.json | 1 + .../item/wynn/gui/button/exclaim_gray.json | 1 + .../item/wynn/gui/button/exclaim_green.json | 1 + .../item/wynn/gui/button/exclaim_red.json | 1 + .../item/wynn/gui/button/exclaim_yellow.json | 1 + .../item/wynn/gui/button/minus_default.json | 1 + .../item/wynn/gui/button/minus_gray.json | 1 + .../item/wynn/gui/button/minus_green.json | 1 + .../item/wynn/gui/button/minus_red.json | 1 + .../item/wynn/gui/button/minus_yellow.json | 1 + .../item/wynn/gui/button/note_brown.json | 1 + .../item/wynn/gui/button/note_default.json | 1 + .../item/wynn/gui/button/note_gray.json | 1 + .../item/wynn/gui/button/note_green.json | 1 + .../models/item/wynn/gui/button/note_red.json | 1 + .../item/wynn/gui/button/note_yellow.json | 1 + .../item/wynn/gui/button/plus_default.json | 1 + .../item/wynn/gui/button/plus_gray.json | 1 + .../item/wynn/gui/button/plus_green.json | 1 + .../models/item/wynn/gui/button/plus_red.json | 1 + .../item/wynn/gui/button/plus_yellow.json | 1 + .../item/wynn/gui/button/refresh_default.json | 1 + .../item/wynn/gui/button/refresh_gray.json | 1 + .../item/wynn/gui/button/refresh_green.json | 1 + .../item/wynn/gui/button/refresh_red.json | 1 + .../item/wynn/gui/button/refresh_yellow.json | 1 + .../wynn/gui/character_info/ability_tree.json | 1 + .../wynn/gui/character_info/book_agility.json | 1 + .../wynn/gui/character_info/book_defense.json | 1 + .../gui/character_info/book_dexterity.json | 1 + .../gui/character_info/book_intelligence.json | 1 + .../gui/character_info/book_strength.json | 1 + .../gui/character_info/skill_crystal.json | 1 + .../gui/character_select/cancel_deletion.json | 1 + .../gui/character_select/change_scene.json | 1 + .../character_select/character_backups.json | 1 + .../wynn/gui/character_select/craftsman.json | 1 + .../character_select/craftsman_disabled.json | 1 + .../wynn/gui/character_select/create.json | 1 + .../wynn/gui/character_select/customize.json | 1 + .../character_select/delete_character.json | 1 + .../wynn/gui/character_select/edit_icon.json | 1 + .../gui/character_select/edit_nickname.json | 1 + .../wynn/gui/character_select/hardcore.json | 1 + .../character_select/hardcore_disabled.json | 1 + .../wynn/gui/character_select/hunted.json | 1 + .../gui/character_select/hunted_disabled.json | 1 + .../gui/character_select/icon/archer.json | 1 + .../gui/character_select/icon/assassin.json | 1 + .../character_select/icon/dark_wizard.json | 1 + .../gui/character_select/icon/hunter.json | 1 + .../gui/character_select/icon/knight.json | 1 + .../wynn/gui/character_select/icon/mage.json | 1 + .../wynn/gui/character_select/icon/ninja.json | 1 + .../icon/pending_deletion.json | 1 + .../gui/character_select/icon/shaman.json | 1 + .../gui/character_select/icon/skyseer.json | 1 + .../gui/character_select/icon/warrior.json | 1 + .../wynn/gui/character_select/ironman.json | 1 + .../character_select/ironman_disabled.json | 1 + .../gui/character_select/locked_slot.json | 1 + .../wynn/gui/character_select/palette.json | 1 + .../gui/character_select/palette_locked.json | 1 + .../character_select/palette_selected.json | 1 + .../gui/character_select/reskin_class.json | 1 + .../character_select/select_gamemodes.json | 1 + .../gui/character_select/select_reskin.json | 1 + .../gui/character_select/set_favorite.json | 1 + .../gui/character_select/set_nickname.json | 1 + .../gui/character_select/toggle_music.json | 1 + .../toggle_music_disabled.json | 1 + .../gui/character_select/toggle_select.json | 1 + .../toggle_select_disabled.json | 1 + .../gui/character_select/unset_favorite.json | 1 + .../models/item/wynn/gui/column.json | 1 + .../wynn/gui/content_book/arrow_down.json | 1 + .../item/wynn/gui/content_book/arrow_up.json | 1 + .../gui/content_book/boss_altar_active.json | 1 + .../gui/content_book/boss_altar_locked.json | 1 + .../gui/content_book/boss_altar_tracked.json | 1 + .../wynn/gui/content_book/cave_active.json | 1 + .../wynn/gui/content_book/cave_locked.json | 1 + .../wynn/gui/content_book/cave_tracked.json | 1 + .../item/wynn/gui/content_book/complete.json | 1 + .../gui/content_book/dialogue_history.json | 1 + .../gui/content_book/discovery_active.json | 1 + .../gui/content_book/discovery_locked.json | 1 + .../gui/content_book/discovery_tracked.json | 1 + .../wynn/gui/content_book/dungeon_active.json | 1 + .../wynn/gui/content_book/dungeon_locked.json | 1 + .../gui/content_book/dungeon_tracked.json | 1 + .../item/wynn/gui/content_book/filter.json | 1 + .../item/wynn/gui/content_book/locked.json | 1 + .../gui/content_book/loot_camp_active.json | 1 + .../gui/content_book/loot_camp_locked.json | 1 + .../gui/content_book/loot_camp_tracked.json | 1 + .../gui/content_book/mini_quest_active.json | 1 + .../gui/content_book/mini_quest_locked.json | 1 + .../gui/content_book/mini_quest_tracked.json | 1 + .../item/wynn/gui/content_book/progress.json | 1 + .../wynn/gui/content_book/quest_active.json | 1 + .../wynn/gui/content_book/quest_locked.json | 1 + .../wynn/gui/content_book/quest_tracked.json | 1 + .../wynn/gui/content_book/raid_active.json | 1 + .../wynn/gui/content_book/raid_locked.json | 1 + .../wynn/gui/content_book/raid_tracked.json | 1 + .../item/wynn/gui/content_book/sort.json | 1 + .../gui/content_book/story_quest_active.json | 1 + .../gui/content_book/story_quest_locked.json | 1 + .../gui/content_book/story_quest_tracked.json | 1 + .../gui/content_book/world_event_active.json | 1 + .../content_book/world_event_complete.json | 1 + .../gui/content_book/world_event_locked.json | 1 + .../gui/content_book/world_event_tracked.json | 1 + .../item/wynn/gui/crafting/arrow_down.json | 1 + .../item/wynn/gui/crafting/arrow_up.json | 1 + .../item/wynn/gui/crafting/column_offset.json | 1 + .../item/wynn/gui/crafting/item_slot.json | 1 + .../models/item/wynn/gui/crafting/main.json | 1 + .../item/wynn/gui/crafting/material_slot.json | 1 + .../models/item/wynn/gui/equipment_slot.json | 1 + .../gui/item_identifier/augment_item.json | 1 + .../gui/item_identifier/identify_item.json | 1 + .../item/wynn/gui/lootrun/boon_option.json | 1 + .../item/wynn/gui/lootrun/mission_buff.json | 1 + .../item/wynn/gui/lootrun/mission_curse.json | 1 + .../item/wynn/gui/lootrun/mission_hunt.json | 1 + .../item/wynn/gui/lootrun/mission_life.json | 1 + .../item/wynn/gui/lootrun/mission_loot.json | 1 + .../models/item/wynn/gui/lootrun/sigil.json | 1 + .../item/wynn/gui/lootrun/start_normal.json | 1 + .../item/wynn/gui/lootrun/start_special.json | 1 + .../wynn/gui/mastery_tome/locked_slot.json | 1 + .../wynn/gui/powder_master/infuse_item.json | 1 + .../gui/powder_master/infuse_item_active.json | 1 + .../wynn/gui/powder_master/remove_item.json | 1 + .../gui/powder_master/remove_item_active.json | 1 + .../wynn/gui/powder_master/upgrade_item.json | 1 + .../powder_master/upgrade_item_active.json | 1 + .../models/item/wynn/gui/raid/gambit.json | 1 + .../models/item/wynn/gui/raid/gambit_a.json | 1 + .../models/item/wynn/gui/raid/head.json | 1 + .../item/wynn/gui/raid/ready_invalid.json | 1 + .../item/wynn/gui/raid/ready_normal.json | 1 + .../item/wynn/gui/raid/ready_waiting.json | 1 + .../models/item/wynn/gui/raid/sigil.json | 1 + .../models/item/wynn/gui/raid/sigil_1.json | 1 + .../models/item/wynn/gui/raid/sigil_2.json | 1 + .../models/item/wynn/gui/raid/sigil_3.json | 1 + .../wynn/gui/raid/sigil_guild_active.json | 1 + .../wynn/gui/raid/sigil_guild_inactive.json | 1 + .../item/wynn/gui/rekindled/accept.json | 1 + .../minecraft/models/item/wynn/gui/row.json | 1 + .../wynn/gui/store/silverbull_emblem.json | 1 + .../item/wynn/gui/store/silverbull_share.json | 1 + .../minecraft/models/item/wynn/gui/tile.json | 1 + .../models/item/wynn/gui/trade_icon.json | 1 + .../gui/trade_market/add_amount_default.json | 1 + .../gui/trade_market/add_amount_gray.json | 1 + .../gui/trade_market/booth_description.json | 1 + .../wynn/gui/trade_market/filter/11_20.json | 1 + .../wynn/gui/trade_market/filter/1_10.json | 1 + .../wynn/gui/trade_market/filter/21_30.json | 1 + .../wynn/gui/trade_market/filter/31_40.json | 1 + .../wynn/gui/trade_market/filter/41_50.json | 1 + .../wynn/gui/trade_market/filter/51_60.json | 1 + .../wynn/gui/trade_market/filter/61_70.json | 1 + .../wynn/gui/trade_market/filter/71_80.json | 1 + .../wynn/gui/trade_market/filter/81_90.json | 1 + .../wynn/gui/trade_market/filter/91_200.json | 1 + .../gui/trade_market/filter/alchemism.json | 1 + .../gui/trade_market/filter/armouring.json | 1 + .../wynn/gui/trade_market/filter/boots.json | 1 + .../wynn/gui/trade_market/filter/bow.json | 1 + .../gui/trade_market/filter/bracelet.json | 1 + .../wynn/gui/trade_market/filter/charm.json | 1 + .../gui/trade_market/filter/chestplate.json | 1 + .../wynn/gui/trade_market/filter/cooking.json | 1 + .../wynn/gui/trade_market/filter/crafted.json | 1 + .../wynn/gui/trade_market/filter/dagger.json | 1 + .../gui/trade_market/filter/dungeon_drop.json | 1 + .../wynn/gui/trade_market/filter/fabled.json | 1 + .../wynn/gui/trade_market/filter/farming.json | 1 + .../wynn/gui/trade_market/filter/fishing.json | 1 + .../wynn/gui/trade_market/filter/food.json | 1 + .../wynn/gui/trade_market/filter/helmet.json | 1 + .../trade_market/filter/identification.json | 1 + .../gui/trade_market/filter/ingredient.json | 1 + .../gui/trade_market/filter/jeweling.json | 1 + .../gui/trade_market/filter/legendary.json | 1 + .../gui/trade_market/filter/leggings.json | 1 + .../trade_market/filter/loot_chest_drop.json | 1 + .../gui/trade_market/filter/mastery_tome.json | 1 + .../gui/trade_market/filter/material.json | 1 + .../wynn/gui/trade_market/filter/mining.json | 1 + .../wynn/gui/trade_market/filter/misc.json | 1 + .../gui/trade_market/filter/mob_drop.json | 1 + .../wynn/gui/trade_market/filter/mythic.json | 1 + .../gui/trade_market/filter/necklace.json | 1 + .../gui/trade_market/filter/never_drop.json | 1 + .../wynn/gui/trade_market/filter/normal.json | 1 + .../gui/trade_market/filter/normal_drop.json | 1 + .../wynn/gui/trade_market/filter/other.json | 1 + .../wynn/gui/trade_market/filter/potion.json | 1 + .../wynn/gui/trade_market/filter/powder.json | 1 + .../wynn/gui/trade_market/filter/rare.json | 1 + .../wynn/gui/trade_market/filter/relik.json | 1 + .../wynn/gui/trade_market/filter/ring.json | 1 + .../gui/trade_market/filter/scribing.json | 1 + .../wynn/gui/trade_market/filter/scroll.json | 1 + .../wynn/gui/trade_market/filter/set.json | 1 + .../wynn/gui/trade_market/filter/spear.json | 1 + .../gui/trade_market/filter/tailoring.json | 1 + .../wynn/gui/trade_market/filter/tier_0.json | 1 + .../wynn/gui/trade_market/filter/tier_1.json | 1 + .../wynn/gui/trade_market/filter/tier_2.json | 1 + .../wynn/gui/trade_market/filter/tier_3.json | 1 + .../wynn/gui/trade_market/filter/tome.json | 1 + .../wynn/gui/trade_market/filter/tool.json | 1 + .../gui/trade_market/filter/unidentified.json | 1 + .../wynn/gui/trade_market/filter/unique.json | 1 + .../gui/trade_market/filter/unrefined.json | 1 + .../wynn/gui/trade_market/filter/wand.json | 1 + .../trade_market/filter/weaponsmithing.json | 1 + .../gui/trade_market/filter/woodcutting.json | 1 + .../gui/trade_market/filter/woodworking.json | 1 + .../wynn/gui/trade_market/filter_item.json | 1 + .../wynn/gui/trade_market/filter_name.json | 1 + .../wynn/gui/trade_market/locked_slot.json | 1 + .../wynn/gui/trade_market/price_check.json | 1 + .../trade_market/remove_amount_default.json | 1 + .../gui/trade_market/remove_amount_gray.json | 1 + .../wynn/gui/trade_market/reveal_item.json | 1 + .../item/wynn/gui/trade_market/search.json | 1 + .../item/wynn/gui/trade_market/sell_item.json | 1 + .../wynn/gui/trade_market/sell_share.json | 1 + .../item/wynn/gui/trade_market/set_price.json | 1 + .../wynn/gui/trade_market/trade_overflow.json | 1 + .../wynn/gui/trade_market/view_trade.json | 1 + .../item/wynn/gui/tutorial/ability_tree.json | 1 + .../wynn/gui/tutorial/character_info.json | 1 + .../item/wynn/gui/tutorial/content_book.json | 1 + .../item/wynn/gui/tutorial/offset_left.json | 1 + .../item/wynn/gui/tutorial/offset_right.json | 1 + .../wynn/housing/furniture/chair_bench.json | 1 + .../wynn/housing/furniture/chair_boulder.json | 1 + .../wynn/housing/furniture/chair_log.json | 1 + .../wynn/housing/furniture/chair_quartz.json | 1 + .../wynn/housing/furniture/chair_regal.json | 1 + .../wynn/housing/furniture/chair_stool.json | 1 + .../wynn/housing/furniture/chair_wood.json | 1 + .../item/wynn/housing/furniture/curtains.json | 1 + .../housing/furniture/curtains_bamboo.json | 1 + .../wynn/housing/furniture/curtains_open.json | 1 + .../furniture/curtains_open_bamboo.json | 1 + .../housing/furniture/curtains_open_hang.json | 1 + .../furniture/curtains_open_regal.json | 1 + .../furniture/curtains_open_velvet.json | 1 + .../furniture/curtains_open_white.json | 1 + .../housing/furniture/curtains_regal.json | 1 + .../housing/furniture/curtains_velvet.json | 1 + .../housing/furniture/curtains_white.json | 1 + .../item/wynn/housing/furniture/shades.json | 1 + .../wynn/housing/furniture/shades_open.json | 1 + .../housing/furniture/statue_colossal.json | 1 + .../furniture/statue_colossal_guild.json | 1 + .../furniture/statue_colossal_normal.json | 1 + .../housing/furniture/statue_eldritch.json | 1 + .../wynn/housing/furniture/statue_frog.json | 1 + .../wynn/housing/furniture/statue_groot.json | 1 + .../housing/furniture/statue_groot_guild.json | 1 + .../furniture/statue_groot_normal.json | 1 + .../wynn/housing/furniture/statue_hero.json | 1 + .../wynn/housing/furniture/statue_idol.json | 1 + .../wynn/housing/furniture/statue_light.json | 1 + .../housing/furniture/statue_light_guild.json | 1 + .../furniture/statue_light_normal.json | 1 + .../housing/furniture/statue_nameless.json | 1 + .../furniture/statue_nameless_guild.json | 1 + .../furniture/statue_nameless_normal.json | 1 + .../wynn/housing/furniture/table_boulder.json | 1 + .../wynn/housing/furniture/table_large.json | 1 + .../wynn/housing/furniture/table_normal.json | 1 + .../wynn/housing/furniture/table_quartz.json | 1 + .../wynn/housing/furniture/table_regal.json | 1 + .../wynn/housing/furniture/table_small.json | 1 + .../wynn/housing/profession/alchemism.json | 1 + .../wynn/housing/profession/armouring.json | 1 + .../item/wynn/housing/profession/cooking.json | 1 + .../item/wynn/housing/profession/farming.json | 1 + .../item/wynn/housing/profession/fishing.json | 1 + .../wynn/housing/profession/jeweling.json | 1 + .../item/wynn/housing/profession/mining.json | 1 + .../wynn/housing/profession/scribing.json | 1 + .../wynn/housing/profession/tailoring.json | 1 + .../housing/profession/trophy/alchemism.json | 1 + .../housing/profession/trophy/armouring.json | 1 + .../wynn/housing/profession/trophy/base.json | 1 + .../housing/profession/trophy/cooking.json | 1 + .../housing/profession/trophy/farming.json | 1 + .../housing/profession/trophy/fishing.json | 1 + .../housing/profession/trophy/jeweling.json | 1 + .../housing/profession/trophy/mining.json | 1 + .../housing/profession/trophy/scribing.json | 1 + .../housing/profession/trophy/tailoring.json | 1 + .../profession/trophy/weaponsmithing.json | 1 + .../profession/trophy/woodcutting.json | 1 + .../profession/trophy/woodworking.json | 1 + .../housing/profession/weaponsmithing.json | 1 + .../wynn/housing/profession/woodcutting.json | 1 + .../wynn/housing/profession/woodworking.json | 1 + .../item/wynn/housing/station/bookshelf.json | 1 + .../item/wynn/housing/station/gear.json | 1 + .../item/wynn/housing/station/jukebox.json | 1 + .../wynn/housing/station/message_board.json | 1 + .../wynn/housing/station/misc_bucket.json | 1 + .../wynn/housing/station/teleport_pad.json | 1 + .../item/wynn/housing/tool/blueprint.json | 1 + .../item/wynn/housing/tool/handsaw.json | 1 + .../models/item/wynn/housing/tool/ruler.json | 1 + .../models/item/wynn/housing/tool/wand.json | 1 + .../item/wynn/jigsaw/anomaly/anomaly_arm.json | 1 + .../wynn/jigsaw/anomaly/anomaly_body.json | 1 + .../wynn/jigsaw/anomaly/anomaly_hand.json | 1 + .../wynn/jigsaw/anomaly/anomaly_head.json | 1 + .../wynn/jigsaw/avalanche/avalanche_head.json | 1 + .../wynn/jigsaw/avalanche/avalanche_jaw.json | 1 + .../jigsaw/avostrider/avostrider_body.json | 1 + .../jigsaw/avostrider/avostrider_head.json | 1 + .../jigsaw/avostrider/avostrider_leg.json | 1 + .../jigsaw/avostrider/avostrider_wing.json | 1 + .../item/wynn/jigsaw/bonny/bonny_arm.json | 1 + .../item/wynn/jigsaw/bonny/bonny_head.json | 1 + .../item/wynn/jigsaw/bonny/bonny_torso.json | 1 + .../item/wynn/jigsaw/crab/crab_body.json | 1 + .../item/wynn/jigsaw/crab/crab_claw.json | 1 + .../item/wynn/jigsaw/crab/crab_leg.json | 1 + .../jigsaw/crate/crate_blizzard_chest.json | 1 + .../wynn/jigsaw/crate/crate_blizzard_lid.json | 1 + .../jigsaw/crate/crate_bonfire_chest.json | 1 + .../wynn/jigsaw/crate/crate_bonfire_lid.json | 1 + .../wynn/jigsaw/crate/crate_heroes_chest.json | 1 + .../wynn/jigsaw/crate/crate_heroes_lid.json | 1 + .../jigsaw/crate/crate_spirits_chest.json | 1 + .../wynn/jigsaw/crate/crate_spirits_lid.json | 1 + .../item/wynn/jigsaw/crow/crow_body.json | 1 + .../item/wynn/jigsaw/crow/crow_wing_left.json | 1 + .../wynn/jigsaw/crow/crow_wing_right.json | 1 + .../jigsaw/dragonling/dragonling_body.json | 1 + .../jigsaw/dragonling/dragonling_head.json | 1 + .../jigsaw/dragonling/dragonling_leg.json | 1 + .../jigsaw/dragonling/dragonling_tail.json | 1 + .../jigsaw/dragonling/dragonling_wing.json | 1 + .../dragonling/shadowfel/shadowfel_body.json | 1 + .../dragonling/shadowfel/shadowfel_head.json | 1 + .../dragonling/shadowfel/shadowfel_leg.json | 1 + .../dragonling/shadowfel/shadowfel_tail.json | 1 + .../dragonling/shadowfel/shadowfel_wing.json | 1 + .../wynn/jigsaw/effigy/effigy_hand_left.json | 1 + .../wynn/jigsaw/effigy/effigy_hand_right.json | 1 + .../item/wynn/jigsaw/effigy/effigy_head.json | 1 + .../item/wynn/jigsaw/fetish/fetish_arm.json | 1 + .../item/wynn/jigsaw/fetish/fetish_body.json | 1 + .../item/wynn/jigsaw/fetish/fetish_head.json | 1 + .../item/wynn/jigsaw/fetish/fetish_knife.json | 1 + .../forest_sprite/forest_sprite_body.json | 1 + .../forest_sprite/forest_sprite_head.json | 1 + .../wynn/jigsaw/fragment/fragment_debris.json | 1 + .../wynn/jigsaw/fragment/fragment_eye.json | 1 + .../item/wynn/jigsaw/golem/golem_arm.json | 1 + .../item/wynn/jigsaw/golem/golem_head.json | 1 + .../item/wynn/jigsaw/guide/guide_arm.json | 1 + .../wynn/jigsaw/guide/guide_arm_book.json | 1 + .../item/wynn/jigsaw/guide/guide_body.json | 1 + .../item/wynn/jigsaw/guide/guide_head.json | 1 + .../item/wynn/jigsaw/lich/lich_arm.json | 1 + .../item/wynn/jigsaw/lich/lich_body.json | 1 + .../item/wynn/jigsaw/lich/lich_cloak.json | 1 + .../item/wynn/jigsaw/lich/lich_head.json | 1 + .../item/wynn/jigsaw/lich_c/lich_c_arm.json | 1 + .../item/wynn/jigsaw/lich_c/lich_c_body.json | 1 + .../item/wynn/jigsaw/lich_c/lich_c_cloak.json | 1 + .../item/wynn/jigsaw/lich_c/lich_c_head.json | 1 + .../wynn/jigsaw/lootrun/reward_chest.json | 1 + .../item/wynn/jigsaw/lootrun/reward_lid.json | 1 + .../wynn/jigsaw/lootrun/treasure_chest.json | 1 + .../wynn/jigsaw/lootrun/treasure_lid.json | 1 + .../wynn/jigsaw/lost_spirit/lost_spirit.json | 1 + .../item/wynn/jigsaw/mage/mage_arm_left.json | 1 + .../item/wynn/jigsaw/mage/mage_arm_right.json | 1 + .../item/wynn/jigsaw/mage/mage_body.json | 1 + .../item/wynn/jigsaw/mage/mage_head.json | 1 + .../item/wynn/jigsaw/mage/mage_pylon.json | 1 + .../item/wynn/jigsaw/mamba/mamba_body.json | 1 + .../item/wynn/jigsaw/mamba/mamba_bush.json | 1 + .../item/wynn/jigsaw/mamba/mamba_head.json | 1 + .../jigsaw/mighty_yak/mighty_yak_body.json | 1 + .../jigsaw/mighty_yak/mighty_yak_foot.json | 1 + .../jigsaw/mighty_yak/mighty_yak_head.json | 1 + .../mythic_mimic/mythic_mimic_chest.json | 1 + .../mythic_mimic/mythic_mimic_hand_left.json | 1 + .../mythic_mimic/mythic_mimic_hand_right.json | 1 + .../jigsaw/mythic_mimic/mythic_mimic_lid.json | 1 + .../wynn/jigsaw/orphion/orphion_body.json | 1 + .../wynn/jigsaw/orphion/orphion_head.json | 1 + .../item/wynn/jigsaw/orphion/orphion_jaw.json | 1 + .../item/wynn/jigsaw/orphion/orphion_leg.json | 1 + .../wynn/jigsaw/orphion/orphion_tail.json | 1 + .../wynn/jigsaw/orphion/orphion_thigh.json | 1 + .../jigsaw/orphion/vanta_orphion_body.json | 1 + .../jigsaw/orphion/vanta_orphion_head.json | 1 + .../jigsaw/orphion/vanta_orphion_leg.json | 1 + .../jigsaw/orphion/vanta_orphion_tail.json | 1 + .../jigsaw/orphion/vanta_orphion_thigh.json | 1 + .../models/item/wynn/jigsaw/rat/rat.json | 1 + .../wynn/jigsaw/redbeard/redbeard_arm.json | 1 + .../wynn/jigsaw/redbeard/redbeard_body.json | 1 + .../wynn/jigsaw/redbeard/redbeard_foot.json | 1 + .../wynn/jigsaw/redbeard/redbeard_peg.json | 1 + .../redbeard_c/redbeard_c_arm_left.json | 1 + .../redbeard_c/redbeard_c_arm_right.json | 1 + .../jigsaw/redbeard_c/redbeard_c_body.json | 1 + .../jigsaw/redbeard_c/redbeard_c_head.json | 1 + .../jigsaw/snow_fennec/snow_fennec_body.json | 1 + .../jigsaw/snow_fennec/snow_fennec_head.json | 1 + .../jigsaw/snow_fennec/snow_fennec_leg.json | 1 + .../jigsaw/snow_fennec/snow_fennec_tail.json | 1 + .../item/wynn/jigsaw/wisp/wisp_arm.json | 1 + .../item/wynn/jigsaw/wisp/wisp_body.json | 1 + .../item/wynn/jigsaw/wisp/wisp_head.json | 1 + .../wynn/jigsaw/wynnston/wynnston_head.json | 1 + .../wynn/jigsaw/wynnston/wynnston_leg.json | 1 + .../wynn/jigsaw/wynnston/wynnston_torso.json | 1 + .../jigsaw/wynnter_owl/wynnter_owl_head.json | 1 + .../jigsaw/wynnter_owl/wynnter_owl_torso.json | 1 + .../jigsaw/wynnter_owl/wynnter_owl_wing.json | 1 + .../item/wynn/jigsaw/yeti/yeti_arm.json | 1 + .../item/wynn/jigsaw/yeti/yeti_foot.json | 1 + .../item/wynn/jigsaw/yeti/yeti_torso.json | 1 + .../item/wynn/legacy/arrow_left_default.json | 1 + .../item/wynn/legacy/arrow_right_default.json | 1 + .../item/wynn/legacy/arrow_right_red.json | 1 + .../models/item/wynn/legacy/check_gray.json | 1 + .../models/item/wynn/legacy/check_green.json | 1 + .../models/item/wynn/legacy/check_red.json | 1 + .../models/item/wynn/legacy/check_yellow.json | 1 + .../models/item/wynn/legacy/plus_green.json | 1 + .../item/wynn/legacy/refresh_yellow.json | 1 + .../models/item/wynn/legacy/scrap.json | 1 + .../models/item/wynn/locked_chest.json | 1 + .../models/item/wynn/loot/cache.json | 1 + .../models/item/wynn/loot/common.json | 1 + .../models/item/wynn/loot/fabled.json | 1 + .../models/item/wynn/loot/legendary.json | 1 + .../models/item/wynn/loot/mythic.json | 1 + .../minecraft/models/item/wynn/loot/rare.json | 1 + .../minecraft/models/item/wynn/loot/set.json | 1 + .../models/item/wynn/mastery_tome/armour.json | 1 + .../models/item/wynn/mastery_tome/guild.json | 1 + .../item/wynn/mastery_tome/lootrun.json | 1 + .../models/item/wynn/mastery_tome/mana.json | 1 + .../item/wynn/mastery_tome/movement.json | 1 + .../item/wynn/mastery_tome/utility.json | 1 + .../models/item/wynn/mastery_tome/weapon.json | 1 + .../minecraft/models/item/wynn/mob_totem.json | 1 + .../item/wynn/pouch/crafter_packed.json | 1 + .../item/wynn/pouch/crafter_stuffed.json | 1 + .../item/wynn/pouch/crafter_varied.json | 1 + .../models/item/wynn/pouch/emerald_empty.json | 1 + .../models/item/wynn/pouch/emerald_full.json | 1 + .../models/item/wynn/pouch/emerald_half.json | 1 + .../item/wynn/pouch/ingredient_add.json | 1 + .../item/wynn/pouch/ingredient_default.json | 1 + .../item/wynn/pouch/ingredient_empty.json | 1 + .../item/wynn/pouch/ingredient_full.json | 1 + .../item/wynn/pouch/ingredient_half.json | 1 + .../models/item/wynn/powder/large_air.json | 1 + .../models/item/wynn/powder/large_earth.json | 1 + .../models/item/wynn/powder/large_fire.json | 1 + .../item/wynn/powder/large_thunder.json | 1 + .../models/item/wynn/powder/large_water.json | 1 + .../models/item/wynn/powder/small_air.json | 1 + .../models/item/wynn/powder/small_earth.json | 1 + .../models/item/wynn/powder/small_fire.json | 1 + .../item/wynn/powder/small_thunder.json | 1 + .../models/item/wynn/powder/small_water.json | 1 + .../models/item/wynn/prop/barrel.json | 1 + .../models/item/wynn/prop/barrel_birch.json | 1 + .../models/item/wynn/prop/barrel_oak.json | 1 + .../models/item/wynn/prop/barrel_spruce.json | 1 + .../models/item/wynn/prop/bottles.json | 1 + .../models/item/wynn/prop/burlap_sack.json | 1 + .../models/item/wynn/prop/burning_flame.json | 1 + .../models/item/wynn/prop/candy_cane.json | 1 + .../models/item/wynn/prop/carrots.json | 1 + .../models/item/wynn/prop/clay_amphora.json | 1 + .../models/item/wynn/prop/clay_mortar.json | 1 + .../models/item/wynn/prop/clay_urn.json | 1 + .../models/item/wynn/prop/clay_vase.json | 1 + .../models/item/wynn/prop/garden_gnome.json | 1 + .../models/item/wynn/prop/giant_gourd.json | 1 + .../models/item/wynn/prop/hay_bale.json | 1 + .../models/item/wynn/prop/mead_mug.json | 1 + .../models/item/wynn/prop/message_bottle.json | 1 + .../models/item/wynn/prop/potatoes.json | 1 + .../models/item/wynn/prop/present_blue.json | 1 + .../models/item/wynn/prop/present_green.json | 1 + .../models/item/wynn/prop/present_red.json | 1 + .../models/item/wynn/prop/quest_scroll.json | 1 + .../models/item/wynn/prop/soul_flame.json | 1 + .../models/item/wynn/prop/soul_lantern.json | 1 + .../models/item/wynn/prop/treasure_cache.json | 1 + .../item/wynn/prop/undead_remains_0.json | 1 + .../item/wynn/prop/undead_remains_1.json | 1 + .../minecraft/models/item/wynn/rune/az.json | 1 + .../minecraft/models/item/wynn/rune/ek.json | 1 + .../minecraft/models/item/wynn/rune/nii.json | 1 + .../minecraft/models/item/wynn/rune/tol.json | 1 + .../minecraft/models/item/wynn/rune/uth.json | 1 + .../item/wynn/scroll/scroll_teleport.json | 1 + assets/minecraft/models/item/wynn/shield.json | 1 + .../item/wynn/skin/bow/ancient_orbiter.json | 1 + .../item/wynn/skin/bow/aurora_longbow.json | 1 + .../models/item/wynn/skin/bow/azure_bow.json | 1 + .../models/item/wynn/skin/bow/banana_bow.json | 1 + .../models/item/wynn/skin/bow/bob_bow.json | 1 + .../wynn/skin/bow/boltslinger_repeater.json | 1 + .../item/wynn/skin/bow/bonfire_bow.json | 1 + .../models/item/wynn/skin/bow/boreal_bow.json | 1 + .../wynn/skin/bow/brawler_blunderbuss.json | 1 + .../models/item/wynn/skin/bow/candy_bow.json | 1 + .../models/item/wynn/skin/bow/cannon_bow.json | 1 + .../item/wynn/skin/bow/corrupted_bow.json | 1 + .../models/item/wynn/skin/bow/cosmic_bow.json | 1 + .../item/wynn/skin/bow/crimson_crossbow.json | 1 + .../models/item/wynn/skin/bow/decay_bow.json | 1 + .../models/item/wynn/skin/bow/dernic_bow.json | 1 + .../item/wynn/skin/bow/disciple_bow.json | 1 + .../item/wynn/skin/bow/driftwood_bow.json | 1 + .../item/wynn/skin/bow/dwarven_bow.json | 1 + .../item/wynn/skin/bow/dynasty_bow.json | 1 + .../item/wynn/skin/bow/flaming_bow.json | 1 + .../models/item/wynn/skin/bow/fossil_bow.json | 1 + .../models/item/wynn/skin/bow/frost_bow.json | 1 + .../item/wynn/skin/bow/frostbound_bow.json | 1 + .../item/wynn/skin/bow/fury_longbow.json | 1 + .../item/wynn/skin/bow/geomancer_arch.json | 1 + .../item/wynn/skin/bow/gothic_arch.json | 1 + .../item/wynn/skin/bow/harvest_bow.json | 1 + .../models/item/wynn/skin/bow/heroic_bow.json | 1 + .../item/wynn/skin/bow/highlands_bow.json | 1 + .../models/item/wynn/skin/bow/holy_bow.json | 1 + .../wynn/skin/bow/legendary_arm_cannon.json | 1 + .../models/item/wynn/skin/bow/lotr_bow.json | 1 + .../item/wynn/skin/bow/mael_longbow.json | 1 + .../models/item/wynn/skin/bow/money_bow.json | 1 + .../models/item/wynn/skin/bow/music_bow.json | 1 + .../item/wynn/skin/bow/rune_crossbow.json | 1 + .../models/item/wynn/skin/bow/scifi_bow.json | 1 + .../item/wynn/skin/bow/seraphim_bow.json | 1 + .../wynn/skin/bow/sharpshooter_rifle.json | 1 + .../item/wynn/skin/bow/spectral_bow.json | 1 + .../item/wynn/skin/bow/steampunk_bow.json | 1 + .../models/item/wynn/skin/bow/tesla_bow.json | 1 + .../models/item/wynn/skin/bow/toy_bow.json | 1 + .../item/wynn/skin/bow/trapper_crescent.json | 1 + .../item/wynn/skin/bow/tropical_bow.json | 1 + .../item/wynn/skin/dagger/acrobat_katana.json | 1 + .../item/wynn/skin/dagger/aledar_dagger.json | 1 + .../item/wynn/skin/dagger/ancient_palm.json | 1 + .../item/wynn/skin/dagger/aurora_dagger.json | 1 + .../wynn/skin/dagger/azure_nunchucks.json | 1 + .../item/wynn/skin/dagger/banana_dagger.json | 1 + .../item/wynn/skin/dagger/bob_dagger.json | 1 + .../item/wynn/skin/dagger/bonfire_dagger.json | 1 + .../item/wynn/skin/dagger/boreal_dagger.json | 1 + .../item/wynn/skin/dagger/brawler_trowel.json | 1 + .../item/wynn/skin/dagger/candy_dagger.json | 1 + .../wynn/skin/dagger/chicken_leg_staff.json | 1 + .../wynn/skin/dagger/corrupted_dagger.json | 1 + .../item/wynn/skin/dagger/cosmic_dagger.json | 1 + .../item/wynn/skin/dagger/crimson_dagger.json | 1 + .../item/wynn/skin/dagger/decay_dagger.json | 1 + .../item/wynn/skin/dagger/dernic_dagger.json | 1 + .../wynn/skin/dagger/disciple_dagger.json | 1 + .../wynn/skin/dagger/driftwood_dagger.json | 1 + .../item/wynn/skin/dagger/dwarven_dagger.json | 1 + .../item/wynn/skin/dagger/dynasty_dagger.json | 1 + .../item/wynn/skin/dagger/flaming_sword.json | 1 + .../item/wynn/skin/dagger/fossil_dagger.json | 1 + .../item/wynn/skin/dagger/frost_dagger.json | 1 + .../wynn/skin/dagger/frostbound_dagger.json | 1 + .../item/wynn/skin/dagger/fury_sword.json | 1 + .../item/wynn/skin/dagger/geomancer_fist.json | 1 + .../wynn/skin/dagger/gothic_claymore.json | 1 + .../item/wynn/skin/dagger/harvest_sickle.json | 1 + .../item/wynn/skin/dagger/heroic_dagger.json | 1 + .../item/wynn/skin/dagger/highlands_claw.json | 1 + .../item/wynn/skin/dagger/holy_dagger.json | 1 + .../item/wynn/skin/dagger/hook_dagger.json | 1 + .../item/wynn/skin/dagger/lotr_dagger.json | 1 + .../item/wynn/skin/dagger/money_dagger.json | 1 + .../item/wynn/skin/dagger/music_dagger.json | 1 + .../models/item/wynn/skin/dagger/pan.json | 1 + .../item/wynn/skin/dagger/rune_dagger.json | 1 + .../item/wynn/skin/dagger/scifi_dagger.json | 1 + .../wynn/skin/dagger/seraphim_dagger.json | 1 + .../skin/dagger/shadestepper_scimitar.json | 1 + .../wynn/skin/dagger/siegfried_sword.json | 1 + .../wynn/skin/dagger/spectral_dagger.json | 1 + .../wynn/skin/dagger/steampunk_dagger.json | 1 + .../item/wynn/skin/dagger/tesla_claw.json | 1 + .../item/wynn/skin/dagger/toy_dagger.json | 1 + .../skin/dagger/trickster_main_gauche.json | 1 + .../wynn/skin/dagger/tropical_dagger.json | 1 + .../item/wynn/skin/hat/adventurer_hat.json | 1 + .../item/wynn/skin/hat/ancient_diadem.json | 1 + .../wynn/skin/hat/annihilation_disciple.json | 1 + .../models/item/wynn/skin/hat/archerhat.json | 1 + .../item/wynn/skin/hat/aristrocat_hat.json | 1 + .../models/item/wynn/skin/hat/ashen_kasa.json | 1 + .../item/wynn/skin/hat/assassinhat.json | 1 + .../item/wynn/skin/hat/avo_headdress.json | 1 + .../item/wynn/skin/hat/azure_kabuto.json | 1 + .../models/item/wynn/skin/hat/bandana.json | 1 + .../item/wynn/skin/hat/bandit_mask.json | 1 + .../models/item/wynn/skin/hat/beret.json | 1 + .../models/item/wynn/skin/hat/big_catch.json | 1 + .../models/item/wynn/skin/hat/bird_nest.json | 1 + .../item/wynn/skin/hat/black_cat_ears.json | 1 + .../item/wynn/skin/hat/bonfire_crown.json | 1 + .../item/wynn/skin/hat/bonfire_headdress.json | 1 + .../models/item/wynn/skin/hat/bookworm.json | 1 + .../item/wynn/skin/hat/boreal_crown.json | 1 + .../item/wynn/skin/hat/bounty_hunter_hat.json | 1 + .../item/wynn/skin/hat/brewing_cauldron.json | 1 + .../models/item/wynn/skin/hat/bucket_hat.json | 1 + .../models/item/wynn/skin/hat/bunny_ears.json | 1 + .../models/item/wynn/skin/hat/cat_hat.json | 1 + .../item/wynn/skin/hat/champion_fullhelm.json | 1 + .../item/wynn/skin/hat/cheese_wheel.json | 1 + .../item/wynn/skin/hat/chef_poultry.json | 1 + .../models/item/wynn/skin/hat/chefs_hat.json | 1 + .../item/wynn/skin/hat/corkian_goggles.json | 1 + .../models/item/wynn/skin/hat/cowboy_hat.json | 1 + .../item/wynn/skin/hat/crown_of_chains.json | 1 + .../item/wynn/skin/hat/curious_maw.json | 1 + .../item/wynn/skin/hat/dapper_topper.json | 1 + .../models/item/wynn/skin/hat/decay_hat.json | 1 + .../item/wynn/skin/hat/decorated_bicorn.json | 1 + .../item/wynn/skin/hat/detective_fedora.json | 1 + .../models/item/wynn/skin/hat/devilhorns.json | 1 + .../item/wynn/skin/hat/diamond_helmet.json | 1 + .../item/wynn/skin/hat/dragon_mask.json | 1 + .../item/wynn/skin/hat/dwarven_helmet.json | 1 + .../item/wynn/skin/hat/dynasty_guanmao.json | 1 + .../item/wynn/skin/hat/dynasty_hat.json | 1 + .../models/item/wynn/skin/hat/elf_ears.json | 1 + .../models/item/wynn/skin/hat/elf_hat.json | 1 + .../wynn/skin/hat/embellished_tricorn.json | 1 + .../item/wynn/skin/hat/entrepreneur_hat.json | 1 + .../item/wynn/skin/hat/evergreen_wreath.json | 1 + .../item/wynn/skin/hat/eye_cultist_hood.json | 1 + .../wynn/skin/hat/face_of_annihilation.json | 1 + .../item/wynn/skin/hat/fancy_crown.json | 1 + .../item/wynn/skin/hat/flower_crown.json | 1 + .../item/wynn/skin/hat/forest_hood.json | 1 + .../item/wynn/skin/hat/fossil_skull.json | 1 + .../models/item/wynn/skin/hat/fox_ears.json | 1 + .../models/item/wynn/skin/hat/fox_mask.json | 1 + .../item/wynn/skin/hat/frostbite_hat.json | 1 + .../item/wynn/skin/hat/frostbound_halo.json | 1 + .../item/wynn/skin/hat/fruit_basket.json | 1 + .../models/item/wynn/skin/hat/fungi_cap.json | 1 + .../models/item/wynn/skin/hat/fur_hood.json | 1 + .../item/wynn/skin/hat/fury_coronet.json | 1 + .../item/wynn/skin/hat/gardener_hat.json | 1 + .../wynn/skin/hat/geomancer_bouldercrest.json | 1 + .../item/wynn/skin/hat/ginger_beard.json | 1 + .../item/wynn/skin/hat/gingerbread_house.json | 1 + .../item/wynn/skin/hat/gluttony_gourd.json | 1 + .../models/item/wynn/skin/hat/gnome_cap.json | 1 + .../models/item/wynn/skin/hat/goathorns.json | 1 + .../item/wynn/skin/hat/gold_helmet.json | 1 + .../item/wynn/skin/hat/gothic_tiara.json | 1 + .../item/wynn/skin/hat/grafter_aggregate.json | 1 + .../item/wynn/skin/hat/grizzly_headpiece.json | 1 + .../models/item/wynn/skin/hat/grook_mask.json | 1 + .../item/wynn/skin/hat/half_moon_hood.json | 1 + .../item/wynn/skin/hat/harvest_circlet.json | 1 + .../item/wynn/skin/hat/haunting_spider.json | 1 + .../item/wynn/skin/hat/heroes_beret.json | 1 + .../item/wynn/skin/hat/heroic_wingwreath.json | 1 + .../item/wynn/skin/hat/highlands_ushanka.json | 1 + .../item/wynn/skin/hat/holiday_lights.json | 1 + .../models/item/wynn/skin/hat/hot_head.json | 1 + .../models/item/wynn/skin/hat/hunter_hat.json | 1 + .../wynn/skin/hat/hydration_headgear.json | 1 + .../models/item/wynn/skin/hat/ivy_horns.json | 1 + .../item/wynn/skin/hat/jagged_crown.json | 1 + .../models/item/wynn/skin/hat/jester_hat.json | 1 + .../models/item/wynn/skin/hat/leaf_crest.json | 1 + .../wynn/skin/hat/lotus_of_the_wilds.json | 1 + .../item/wynn/skin/hat/lumberjack_stump.json | 1 + .../models/item/wynn/skin/hat/magehat.json | 1 + .../item/wynn/skin/hat/masquerade_mask.json | 1 + .../models/item/wynn/skin/hat/melon_band.json | 1 + .../item/wynn/skin/hat/merchant_bicorne.json | 1 + .../item/wynn/skin/hat/midnight_kasa.json | 1 + .../item/wynn/skin/hat/miner_helmet.json | 1 + .../item/wynn/skin/hat/monster_mask.json | 1 + .../item/wynn/skin/hat/moonlit_chapeau.json | 1 + .../models/item/wynn/skin/hat/mythichat.json | 1 + .../item/wynn/skin/hat/nutcracker_hat.json | 1 + .../item/wynn/skin/hat/orphion_messenger.json | 1 + .../models/item/wynn/skin/hat/paper_bag.json | 1 + .../models/item/wynn/skin/hat/pirate_hat.json | 1 + .../item/wynn/skin/hat/plague_doctor.json | 1 + .../item/wynn/skin/hat/propeller_hat.json | 1 + .../item/wynn/skin/hat/raccoon_cap.json | 1 + .../item/wynn/skin/hat/rainbow_panama.json | 1 + .../item/wynn/skin/hat/reindeer_horns.json | 1 + .../models/item/wynn/skin/hat/rose_hat.json | 1 + .../models/item/wynn/skin/hat/safari_hat.json | 1 + .../models/item/wynn/skin/hat/santa_hat.json | 1 + .../item/wynn/skin/hat/scifi_earpiece.json | 1 + .../item/wynn/skin/hat/seraphim_tiara.json | 1 + .../models/item/wynn/skin/hat/shamanhat.json | 1 + .../wynn/skin/hat/silver_viking_helmet.json | 1 + .../item/wynn/skin/hat/skull_tophat.json | 1 + .../item/wynn/skin/hat/snow_cloud_hat.json | 1 + .../item/wynn/skin/hat/snow_fox_ears.json | 1 + .../item/wynn/skin/hat/snowdrift_circlet.json | 1 + .../models/item/wynn/skin/hat/sombrero.json | 1 + .../item/wynn/skin/hat/spectral_mask.json | 1 + .../wynn/skin/hat/spring_flowers_circlet.json | 1 + .../models/item/wynn/skin/hat/spring_hat.json | 1 + .../item/wynn/skin/hat/stalwart_morion.json | 1 + .../models/item/wynn/skin/hat/stars_hat.json | 1 + .../item/wynn/skin/hat/stout_shako.json | 1 + .../models/item/wynn/skin/hat/straw_hat.json | 1 + .../models/item/wynn/skin/hat/sun_hat.json | 1 + .../item/wynn/skin/hat/thankful_capotain.json | 1 + .../item/wynn/skin/hat/theorick_hood.json | 1 + .../item/wynn/skin/hat/towering_hat.json | 1 + .../models/item/wynn/skin/hat/tree_hat.json | 1 + .../item/wynn/skin/hat/valorous_helmet.json | 1 + .../item/wynn/skin/hat/verdant_laurel.json | 1 + .../item/wynn/skin/hat/viking_helmet.json | 1 + .../models/item/wynn/skin/hat/warriorhat.json | 1 + .../item/wynn/skin/hat/werewolf_mask.json | 1 + .../models/item/wynn/skin/hat/wings.json | 1 + .../models/item/wynn/skin/hat/winter_hat.json | 1 + .../item/wynn/skin/hat/winter_moon_hat.json | 1 + .../item/wynn/skin/hat/winter_scarf.json | 1 + .../models/item/wynn/skin/hat/witch_hat.json | 1 + .../models/item/wynn/skin/hat/worn_kasa.json | 1 + .../item/wynn/skin/hat/wybel_beanie.json | 1 + .../item/wynn/skin/hat/yahya_fantasy.json | 1 + .../models/item/wynn/skin/hat/yarn_head.json | 1 + .../models/item/wynn/skin/placeholder.json | 1 + .../item/wynn/skin/relik/acolyte_scepter.json | 1 + .../item/wynn/skin/relik/anchor_relik.json | 1 + .../item/wynn/skin/relik/ancient_relik.json | 1 + .../item/wynn/skin/relik/aurora_relik.json | 1 + .../item/wynn/skin/relik/ava_relik.json | 1 + .../item/wynn/skin/relik/azure_lantern.json | 1 + .../item/wynn/skin/relik/bonfire_relik.json | 1 + .../item/wynn/skin/relik/boreal_relik.json | 1 + .../item/wynn/skin/relik/brawler_whiskey.json | 1 + .../models/item/wynn/skin/relik/broccoli.json | 1 + .../item/wynn/skin/relik/candy_relik.json | 1 + .../item/wynn/skin/relik/corrupted_relik.json | 1 + .../item/wynn/skin/relik/cosmic_relik.json | 1 + .../item/wynn/skin/relik/crimson_relik.json | 1 + .../item/wynn/skin/relik/decay_relik.json | 1 + .../item/wynn/skin/relik/dernic_relik.json | 1 + .../item/wynn/skin/relik/disciple_relik.json | 1 + .../item/wynn/skin/relik/driftwood_relik.json | 1 + .../item/wynn/skin/relik/dwarven_relik.json | 1 + .../item/wynn/skin/relik/dynasty_relik.json | 1 + .../wynn/skin/relik/fellowship_relik.json | 1 + .../item/wynn/skin/relik/fossil_relik.json | 1 + .../item/wynn/skin/relik/frost_relik.json | 1 + .../wynn/skin/relik/frostbound_relik.json | 1 + .../item/wynn/skin/relik/fury_sceptre.json | 1 + .../item/wynn/skin/relik/future_relik.json | 1 + .../wynn/skin/relik/geomancer_heirloom.json | 1 + .../item/wynn/skin/relik/gothic_relik.json | 1 + .../item/wynn/skin/relik/halfmoon_relik.json | 1 + .../item/wynn/skin/relik/harvest_relik.json | 1 + .../item/wynn/skin/relik/heroic_relik.json | 1 + .../item/wynn/skin/relik/highlands_relik.json | 1 + .../item/wynn/skin/relik/maxie_remote.json | 1 + .../item/wynn/skin/relik/money_relik.json | 1 + .../item/wynn/skin/relik/music_relik.json | 1 + .../item/wynn/skin/relik/pan_pipes_relik.json | 1 + .../item/wynn/skin/relik/phoenix_relik.json | 1 + .../item/wynn/skin/relik/ritualist_focus.json | 1 + .../item/wynn/skin/relik/rune_relik.json | 1 + .../item/wynn/skin/relik/seraphim_relik.json | 1 + .../item/wynn/skin/relik/slykaar_relik.json | 1 + .../item/wynn/skin/relik/spectral_relik.json | 1 + .../item/wynn/skin/relik/steampunk_relik.json | 1 + .../wynn/skin/relik/summoner_marionette.json | 1 + .../item/wynn/skin/relik/tesla_relik.json | 1 + .../item/wynn/skin/relik/toy_relik.json | 1 + .../item/wynn/skin/relik/tropical_relik.json | 1 + .../item/wynn/skin/relik/voodoo_doll.json | 1 + .../item/wynn/skin/spear/ancient_halberd.json | 1 + .../wynn/skin/spear/aurora_battleaxe.json | 1 + .../item/wynn/skin/spear/azure_ranseur.json | 1 + .../wynn/skin/spear/battle_monk_guandao.json | 1 + .../item/wynn/skin/spear/bonfire_spear.json | 1 + .../item/wynn/skin/spear/boreal_spear.json | 1 + .../item/wynn/skin/spear/brawler_rake.json | 1 + .../item/wynn/skin/spear/candy_spear.json | 1 + .../item/wynn/skin/spear/corrupted_spear.json | 1 + .../item/wynn/skin/spear/cosmic_spear.json | 1 + .../wynn/skin/spear/crimson_greatsword.json | 1 + .../item/wynn/skin/spear/decay_spear.json | 1 + .../item/wynn/skin/spear/dernic_spear.json | 1 + .../item/wynn/skin/spear/disciple_spear.json | 1 + .../item/wynn/skin/spear/driftwood_spear.json | 1 + .../wynn/skin/spear/dullahan_guisarme.json | 1 + .../item/wynn/skin/spear/dwarven_spear.json | 1 + .../item/wynn/skin/spear/dynasty_spear.json | 1 + .../item/wynn/skin/spear/fallen_glaive.json | 1 + .../item/wynn/skin/spear/flaming_hammer.json | 1 + .../item/wynn/skin/spear/fossil_spear.json | 1 + .../item/wynn/skin/spear/frost_spear.json | 1 + .../wynn/skin/spear/frostbound_spear.json | 1 + .../item/wynn/skin/spear/fury_lance.json | 1 + .../wynn/skin/spear/geomancer_hammer.json | 1 + .../item/wynn/skin/spear/gothic_trident.json | 1 + .../item/wynn/skin/spear/harvest_spear.json | 1 + .../item/wynn/skin/spear/heroic_spear.json | 1 + .../item/wynn/skin/spear/highlands_gavel.json | 1 + .../item/wynn/skin/spear/holy_hammer.json | 1 + .../item/wynn/skin/spear/kebab_spear.json | 1 + .../item/wynn/skin/spear/money_spear.json | 1 + .../item/wynn/skin/spear/music_spear.json | 1 + .../item/wynn/skin/spear/oar_spear.json | 1 + .../wynn/skin/spear/paladin_greatsword.json | 1 + .../item/wynn/skin/spear/rune_spear.json | 1 + .../item/wynn/skin/spear/scifi_spear.json | 1 + .../item/wynn/skin/spear/seraphim_spear.json | 1 + .../item/wynn/skin/spear/spectral_spear.json | 1 + .../item/wynn/skin/spear/steampunk_spear.json | 1 + .../item/wynn/skin/spear/tasim_glaive.json | 1 + .../item/wynn/skin/spear/tesla_trident.json | 1 + .../wynn/skin/spear/tisaun_greatsword.json | 1 + .../item/wynn/skin/spear/toy_spear.json | 1 + .../item/wynn/skin/spear/tropical_spear.json | 1 + .../item/wynn/skin/wand/ancient_staff.json | 1 + .../item/wynn/skin/wand/arcanist_tome.json | 1 + .../item/wynn/skin/wand/atlas_wand.json | 1 + .../item/wynn/skin/wand/aurora_staff.json | 1 + .../item/wynn/skin/wand/azure_staff.json | 1 + .../models/item/wynn/skin/wand/bob_wand.json | 1 + .../item/wynn/skin/wand/bonfire_wand.json | 1 + .../item/wynn/skin/wand/boreal_wand.json | 1 + .../item/wynn/skin/wand/brawler_broom.json | 1 + .../item/wynn/skin/wand/candy_wand.json | 1 + .../item/wynn/skin/wand/corrupted_wand.json | 1 + .../item/wynn/skin/wand/cosmic_wand.json | 1 + .../item/wynn/skin/wand/crimson_wand.json | 1 + .../item/wynn/skin/wand/decay_wand.json | 1 + .../item/wynn/skin/wand/dernic_wand.json | 1 + .../item/wynn/skin/wand/disciple_staff.json | 1 + .../item/wynn/skin/wand/driftwood_wand.json | 1 + .../item/wynn/skin/wand/dwarven_wand.json | 1 + .../item/wynn/skin/wand/dynasty_wand.json | 1 + .../item/wynn/skin/wand/flaming_wand.json | 1 + .../item/wynn/skin/wand/fossil_wand.json | 1 + .../item/wynn/skin/wand/frost_wand.json | 1 + .../item/wynn/skin/wand/frostbound_wand.json | 1 + .../item/wynn/skin/wand/fury_staff.json | 1 + .../wynn/skin/wand/geomancer_sceptre.json | 1 + .../item/wynn/skin/wand/gothic_staff.json | 1 + .../item/wynn/skin/wand/harvest_wand.json | 1 + .../item/wynn/skin/wand/heroic_wand.json | 1 + .../item/wynn/skin/wand/highlands_staff.json | 1 + .../models/item/wynn/skin/wand/holy_wand.json | 1 + .../item/wynn/skin/wand/lari_stave.json | 1 + .../wynn/skin/wand/light_bearer_sceptre.json | 1 + .../item/wynn/skin/wand/lotr_staff.json | 1 + .../models/item/wynn/skin/wand/lotr_wand.json | 1 + .../item/wynn/skin/wand/money_wand.json | 1 + .../item/wynn/skin/wand/music_wand.json | 1 + .../models/item/wynn/skin/wand/qira_wand.json | 1 + .../item/wynn/skin/wand/riftwalker_staff.json | 1 + .../models/item/wynn/skin/wand/rose.json | 1 + .../item/wynn/skin/wand/rune_staff.json | 1 + .../item/wynn/skin/wand/scifi_wand.json | 1 + .../item/wynn/skin/wand/seraphim_wand.json | 1 + .../item/wynn/skin/wand/spectral_wand.json | 1 + .../item/wynn/skin/wand/squid_wand.json | 1 + .../item/wynn/skin/wand/steampunk_wand.json | 1 + .../item/wynn/skin/wand/swordfish_wand.json | 1 + .../item/wynn/skin/wand/tesla_staff.json | 1 + .../models/item/wynn/skin/wand/toy_wand.json | 1 + .../item/wynn/skin/wand/tropical_wand.json | 1 + .../models/item/wynn/spell/angel_0.json | 1 + .../models/item/wynn/spell/angel_1.json | 1 + .../models/item/wynn/spell/ice_snake_0.json | 1 + .../models/item/wynn/spell/ice_snake_1.json | 1 + .../models/item/wynn/spell/mask_coward.json | 1 + .../models/item/wynn/spell/mask_fanatic.json | 1 + .../models/item/wynn/spell/mask_lunatic.json | 1 + .../models/item/wynn/spell/meteor_0.json | 1 + .../models/item/wynn/spell/meteor_1.json | 1 + .../models/item/wynn/spell/totem_0.json | 1 + .../models/item/wynn/spell/totem_1.json | 1 + .../models/item/wynn/spell/trap_0.json | 1 + .../models/item/wynn/spell/trap_1.json | 1 + .../wynn/template/ability_tree/aspect.json | 1 + .../item/wynn/template/ability_tree/node.json | 1 + .../item/wynn/template/ability_tree/tab.json | 1 + .../models/item/wynn/template/accessory.json | 1 + .../models/item/wynn/template/beacon.json | 1 + .../models/item/wynn/template/button/16.json | 1 + .../models/item/wynn/template/button/32.json | 1 + .../models/item/wynn/template/button/48.json | 1 + .../models/item/wynn/template/button/64.json | 1 + .../models/item/wynn/template/handheld.json | 1 + .../item/wynn/template/handheld_rod.json | 1 + .../models/item/wynn/template/hat.json | 1 + .../models/item/wynn/template/item.json | 1 + .../models/item/wynn/template/loot.json | 1 + .../models/item/wynn/template/mission.json | 1 + .../item/wynn/template/player_head.json | 1 + .../models/item/wynn/template/prop.json | 1 + .../models/item/wynn/template/trophy.json | 1 + .../models/item/wynn/template/weapon.json | 1 + .../models/item/wynn/tool/diamond_rod.json | 1 + .../models/item/wynn/tool/golden_rod.json | 1 + .../models/item/wynn/tool/iron_rod.json | 1 + .../models/item/wynn/tool/stone_rod.json | 1 + .../models/item/wynn/tool/wooden_rod.json | 1 + .../item/wynn/weapon/archer/bow_air_a.json | 1 + .../item/wynn/weapon/archer/bow_air_b.json | 1 + .../item/wynn/weapon/archer/bow_air_c.json | 1 + .../wynn/weapon/archer/bow_basic_gold.json | 1 + .../wynn/weapon/archer/bow_basic_wood.json | 1 + .../item/wynn/weapon/archer/bow_earth_a.json | 1 + .../item/wynn/weapon/archer/bow_earth_b.json | 1 + .../item/wynn/weapon/archer/bow_earth_c.json | 1 + .../item/wynn/weapon/archer/bow_fire_a.json | 1 + .../item/wynn/weapon/archer/bow_fire_b.json | 1 + .../item/wynn/weapon/archer/bow_fire_c.json | 1 + .../item/wynn/weapon/archer/bow_multi_a.json | 1 + .../item/wynn/weapon/archer/bow_multi_b.json | 1 + .../item/wynn/weapon/archer/bow_multi_c.json | 1 + .../wynn/weapon/archer/bow_thunder_a.json | 1 + .../wynn/weapon/archer/bow_thunder_b.json | 1 + .../wynn/weapon/archer/bow_thunder_c.json | 1 + .../item/wynn/weapon/archer/bow_water_a.json | 1 + .../item/wynn/weapon/archer/bow_water_b.json | 1 + .../item/wynn/weapon/archer/bow_water_c.json | 1 + .../wynn/weapon/assassin/dagger_air_a.json | 1 + .../wynn/weapon/assassin/dagger_air_b.json | 1 + .../wynn/weapon/assassin/dagger_air_c.json | 1 + .../weapon/assassin/dagger_basic_gold.json | 1 + .../weapon/assassin/dagger_basic_wood.json | 1 + .../wynn/weapon/assassin/dagger_earth_a.json | 1 + .../wynn/weapon/assassin/dagger_earth_b.json | 1 + .../wynn/weapon/assassin/dagger_earth_c.json | 1 + .../wynn/weapon/assassin/dagger_fire_a.json | 1 + .../wynn/weapon/assassin/dagger_fire_b.json | 1 + .../wynn/weapon/assassin/dagger_fire_c.json | 1 + .../wynn/weapon/assassin/dagger_multi_a.json | 1 + .../wynn/weapon/assassin/dagger_multi_b.json | 1 + .../wynn/weapon/assassin/dagger_multi_c.json | 1 + .../weapon/assassin/dagger_thunder_a.json | 1 + .../weapon/assassin/dagger_thunder_b.json | 1 + .../weapon/assassin/dagger_thunder_c.json | 1 + .../wynn/weapon/assassin/dagger_water_a.json | 1 + .../wynn/weapon/assassin/dagger_water_b.json | 1 + .../wynn/weapon/assassin/dagger_water_c.json | 1 + .../item/wynn/weapon/mage/wand_air_a.json | 1 + .../item/wynn/weapon/mage/wand_air_b.json | 1 + .../item/wynn/weapon/mage/wand_air_c.json | 1 + .../wynn/weapon/mage/wand_basic_diamond.json | 1 + .../wynn/weapon/mage/wand_basic_gold.json | 1 + .../wynn/weapon/mage/wand_basic_wood.json | 1 + .../item/wynn/weapon/mage/wand_earth_a.json | 1 + .../item/wynn/weapon/mage/wand_earth_b.json | 1 + .../item/wynn/weapon/mage/wand_earth_c.json | 1 + .../item/wynn/weapon/mage/wand_fire_a.json | 1 + .../item/wynn/weapon/mage/wand_fire_b.json | 1 + .../item/wynn/weapon/mage/wand_fire_c.json | 1 + .../item/wynn/weapon/mage/wand_multi_a.json | 1 + .../item/wynn/weapon/mage/wand_multi_b.json | 1 + .../item/wynn/weapon/mage/wand_multi_c.json | 1 + .../item/wynn/weapon/mage/wand_thunder_a.json | 1 + .../item/wynn/weapon/mage/wand_thunder_b.json | 1 + .../item/wynn/weapon/mage/wand_thunder_c.json | 1 + .../item/wynn/weapon/mage/wand_water_a.json | 1 + .../item/wynn/weapon/mage/wand_water_b.json | 1 + .../item/wynn/weapon/mage/wand_water_c.json | 1 + .../item/wynn/weapon/shaman/relik_air_a.json | 1 + .../item/wynn/weapon/shaman/relik_air_b.json | 1 + .../item/wynn/weapon/shaman/relik_air_c.json | 1 + .../wynn/weapon/shaman/relik_basic_gold.json | 1 + .../weapon/shaman/relik_basic_wooden.json | 1 + .../wynn/weapon/shaman/relik_earth_a.json | 1 + .../wynn/weapon/shaman/relik_earth_b.json | 1 + .../wynn/weapon/shaman/relik_earth_c.json | 1 + .../item/wynn/weapon/shaman/relik_fire_a.json | 1 + .../item/wynn/weapon/shaman/relik_fire_b.json | 1 + .../item/wynn/weapon/shaman/relik_fire_c.json | 1 + .../wynn/weapon/shaman/relik_multi_a.json | 1 + .../wynn/weapon/shaman/relik_multi_b.json | 1 + .../wynn/weapon/shaman/relik_multi_c.json | 1 + .../wynn/weapon/shaman/relik_thunder_a.json | 1 + .../wynn/weapon/shaman/relik_thunder_b.json | 1 + .../wynn/weapon/shaman/relik_thunder_c.json | 1 + .../wynn/weapon/shaman/relik_water_a.json | 1 + .../wynn/weapon/shaman/relik_water_b.json | 1 + .../wynn/weapon/shaman/relik_water_c.json | 1 + .../item/wynn/weapon/warrior/spear_air_a.json | 1 + .../item/wynn/weapon/warrior/spear_air_b.json | 1 + .../item/wynn/weapon/warrior/spear_air_c.json | 1 + .../wynn/weapon/warrior/spear_basic_gold.json | 1 + .../wynn/weapon/warrior/spear_basic_wood.json | 1 + .../wynn/weapon/warrior/spear_earth_a.json | 1 + .../wynn/weapon/warrior/spear_earth_b.json | 1 + .../wynn/weapon/warrior/spear_earth_c.json | 1 + .../wynn/weapon/warrior/spear_fire_a.json | 1 + .../wynn/weapon/warrior/spear_fire_b.json | 1 + .../wynn/weapon/warrior/spear_fire_c.json | 1 + .../wynn/weapon/warrior/spear_multi_a.json | 1 + .../wynn/weapon/warrior/spear_multi_b.json | 1 + .../wynn/weapon/warrior/spear_multi_c.json | 1 + .../wynn/weapon/warrior/spear_thunder_a.json | 1 + .../wynn/weapon/warrior/spear_thunder_b.json | 1 + .../wynn/weapon/warrior/spear_thunder_c.json | 1 + .../wynn/weapon/warrior/spear_water_a.json | 1 + .../wynn/weapon/warrior/spear_water_b.json | 1 + .../wynn/weapon/warrior/spear_water_c.json | 1 + assets/minecraft/models/item/yellow_dye.json | 1 + assets/minecraft/models/w1.json | 1 + assets/minecraft/models/w10.json | 1 + assets/minecraft/models/w100.json | 1 + assets/minecraft/models/w1000.json | 1 + assets/minecraft/models/w1001.json | 1 + assets/minecraft/models/w1002.json | 1 + assets/minecraft/models/w1003.json | 1 + assets/minecraft/models/w1004.json | 1 + assets/minecraft/models/w1005.json | 1 + assets/minecraft/models/w1006.json | 1 + assets/minecraft/models/w1007.json | 1 + assets/minecraft/models/w1008.json | 1 + assets/minecraft/models/w1009.json | 1 + assets/minecraft/models/w101.json | 1 + assets/minecraft/models/w1010.json | 1 + assets/minecraft/models/w1011.json | 1 + assets/minecraft/models/w1012.json | 1 + assets/minecraft/models/w1013.json | 1 + assets/minecraft/models/w1014.json | 1 + assets/minecraft/models/w1015.json | 1 + assets/minecraft/models/w1016.json | 1 + assets/minecraft/models/w1017.json | 1 + assets/minecraft/models/w1018.json | 1 + assets/minecraft/models/w1019.json | 1 + assets/minecraft/models/w102.json | 1 + assets/minecraft/models/w1020.json | 1 + assets/minecraft/models/w1021.json | 1 + assets/minecraft/models/w1022.json | 1 + assets/minecraft/models/w1023.json | 1 + assets/minecraft/models/w1024.json | 1 + assets/minecraft/models/w1025.json | 1 + assets/minecraft/models/w1026.json | 1 + assets/minecraft/models/w1027.json | 1 + assets/minecraft/models/w1028.json | 1 + assets/minecraft/models/w1029.json | 1 + assets/minecraft/models/w103.json | 1 + assets/minecraft/models/w1030.json | 1 + assets/minecraft/models/w1031.json | 1 + assets/minecraft/models/w1032.json | 1 + assets/minecraft/models/w1033.json | 1 + assets/minecraft/models/w1034.json | 1 + assets/minecraft/models/w1035.json | 1 + assets/minecraft/models/w1036.json | 1 + assets/minecraft/models/w1037.json | 1 + assets/minecraft/models/w1038.json | 1 + assets/minecraft/models/w1039.json | 1 + assets/minecraft/models/w104.json | 1 + assets/minecraft/models/w1040.json | 1 + assets/minecraft/models/w1041.json | 1 + assets/minecraft/models/w1042.json | 1 + assets/minecraft/models/w1043.json | 1 + assets/minecraft/models/w1044.json | 1 + assets/minecraft/models/w1045.json | 1 + assets/minecraft/models/w1046.json | 1 + assets/minecraft/models/w1047.json | 1 + assets/minecraft/models/w1048.json | 1 + assets/minecraft/models/w1049.json | 1 + assets/minecraft/models/w105.json | 1 + assets/minecraft/models/w1050.json | 1 + assets/minecraft/models/w1051.json | 1 + assets/minecraft/models/w1052.json | 1 + assets/minecraft/models/w1053.json | 1 + assets/minecraft/models/w1054.json | 1 + assets/minecraft/models/w1055.json | 1 + assets/minecraft/models/w1056.json | 1 + assets/minecraft/models/w1057.json | 1 + assets/minecraft/models/w1058.json | 1 + assets/minecraft/models/w1059.json | 1 + assets/minecraft/models/w106.json | 1 + assets/minecraft/models/w1060.json | 1 + assets/minecraft/models/w1061.json | 1 + assets/minecraft/models/w1062.json | 1 + assets/minecraft/models/w1063.json | 1 + assets/minecraft/models/w1064.json | 1 + assets/minecraft/models/w1065.json | 1 + assets/minecraft/models/w1066.json | 1 + assets/minecraft/models/w1067.json | 1 + assets/minecraft/models/w1068.json | 1 + assets/minecraft/models/w1069.json | 1 + assets/minecraft/models/w107.json | 1 + assets/minecraft/models/w1070.json | 1 + assets/minecraft/models/w1071.json | 1 + assets/minecraft/models/w1072.json | 1 + assets/minecraft/models/w1073.json | 1 + assets/minecraft/models/w1074.json | 1 + assets/minecraft/models/w1075.json | 1 + assets/minecraft/models/w1076.json | 1 + assets/minecraft/models/w1077.json | 1 + assets/minecraft/models/w1078.json | 1 + assets/minecraft/models/w1079.json | 1 + assets/minecraft/models/w108.json | 1 + assets/minecraft/models/w1080.json | 1 + assets/minecraft/models/w1081.json | 1 + assets/minecraft/models/w1082.json | 1 + assets/minecraft/models/w1083.json | 1 + assets/minecraft/models/w1084.json | 1 + assets/minecraft/models/w1085.json | 1 + assets/minecraft/models/w1086.json | 1 + assets/minecraft/models/w1087.json | 1 + assets/minecraft/models/w1088.json | 1 + assets/minecraft/models/w1089.json | 1 + assets/minecraft/models/w109.json | 1 + assets/minecraft/models/w1090.json | 1 + assets/minecraft/models/w1091.json | 1 + assets/minecraft/models/w1092.json | 1 + assets/minecraft/models/w1093.json | 1 + assets/minecraft/models/w1094.json | 1 + assets/minecraft/models/w1095.json | 1 + assets/minecraft/models/w1096.json | 1 + assets/minecraft/models/w1097.json | 1 + assets/minecraft/models/w1098.json | 1 + assets/minecraft/models/w1099.json | 1 + assets/minecraft/models/w11.json | 1 + assets/minecraft/models/w110.json | 1 + assets/minecraft/models/w1100.json | 1 + assets/minecraft/models/w1101.json | 1 + assets/minecraft/models/w1102.json | 1 + assets/minecraft/models/w1103.json | 1 + assets/minecraft/models/w1104.json | 1 + assets/minecraft/models/w1105.json | 1 + assets/minecraft/models/w1106.json | 1 + assets/minecraft/models/w1107.json | 1 + assets/minecraft/models/w1108.json | 1 + assets/minecraft/models/w1109.json | 1 + assets/minecraft/models/w111.json | 1 + assets/minecraft/models/w1110.json | 1 + assets/minecraft/models/w1111.json | 1 + assets/minecraft/models/w1112.json | 1 + assets/minecraft/models/w1113.json | 1 + assets/minecraft/models/w1114.json | 1 + assets/minecraft/models/w1115.json | 1 + assets/minecraft/models/w1116.json | 1 + assets/minecraft/models/w1117.json | 1 + assets/minecraft/models/w1118.json | 1 + assets/minecraft/models/w1119.json | 1 + assets/minecraft/models/w112.json | 1 + assets/minecraft/models/w1120.json | 1 + assets/minecraft/models/w1121.json | 1 + assets/minecraft/models/w1122.json | 1 + assets/minecraft/models/w1123.json | 1 + assets/minecraft/models/w1124.json | 1 + assets/minecraft/models/w1125.json | 1 + assets/minecraft/models/w1126.json | 1 + assets/minecraft/models/w1127.json | 1 + assets/minecraft/models/w1128.json | 1 + assets/minecraft/models/w1129.json | 1 + assets/minecraft/models/w113.json | 1 + assets/minecraft/models/w1130.json | 1 + assets/minecraft/models/w1131.json | 1 + assets/minecraft/models/w1132.json | 1 + assets/minecraft/models/w1133.json | 1 + assets/minecraft/models/w1134.json | 1 + assets/minecraft/models/w1135.json | 1 + assets/minecraft/models/w1136.json | 1 + assets/minecraft/models/w1137.json | 1 + assets/minecraft/models/w1138.json | 1 + assets/minecraft/models/w1139.json | 1 + assets/minecraft/models/w114.json | 1 + assets/minecraft/models/w1140.json | 1 + assets/minecraft/models/w1141.json | 1 + assets/minecraft/models/w1142.json | 1 + assets/minecraft/models/w1143.json | 1 + assets/minecraft/models/w1144.json | 1 + assets/minecraft/models/w1145.json | 1 + assets/minecraft/models/w1146.json | 1 + assets/minecraft/models/w1147.json | 1 + assets/minecraft/models/w1148.json | 1 + assets/minecraft/models/w1149.json | 1 + assets/minecraft/models/w115.json | 1 + assets/minecraft/models/w1150.json | 1 + assets/minecraft/models/w1151.json | 1 + assets/minecraft/models/w1152.json | 1 + assets/minecraft/models/w1153.json | 1 + assets/minecraft/models/w1154.json | 1 + assets/minecraft/models/w1155.json | 1 + assets/minecraft/models/w1156.json | 1 + assets/minecraft/models/w1157.json | 1 + assets/minecraft/models/w1158.json | 1 + assets/minecraft/models/w1159.json | 1 + assets/minecraft/models/w116.json | 1 + assets/minecraft/models/w1160.json | 1 + assets/minecraft/models/w1161.json | 1 + assets/minecraft/models/w1162.json | 1 + assets/minecraft/models/w1163.json | 1 + assets/minecraft/models/w1164.json | 1 + assets/minecraft/models/w1165.json | 1 + assets/minecraft/models/w1166.json | 1 + assets/minecraft/models/w1167.json | 1 + assets/minecraft/models/w1168.json | 1 + assets/minecraft/models/w1169.json | 1 + assets/minecraft/models/w117.json | 1 + assets/minecraft/models/w1170.json | 1 + assets/minecraft/models/w1171.json | 1 + assets/minecraft/models/w1172.json | 1 + assets/minecraft/models/w1173.json | 1 + assets/minecraft/models/w1174.json | 1 + assets/minecraft/models/w1175.json | 1 + assets/minecraft/models/w1176.json | 1 + assets/minecraft/models/w1177.json | 1 + assets/minecraft/models/w1178.json | 1 + assets/minecraft/models/w1179.json | 1 + assets/minecraft/models/w118.json | 1 + assets/minecraft/models/w1180.json | 1 + assets/minecraft/models/w1181.json | 1 + assets/minecraft/models/w1182.json | 1 + assets/minecraft/models/w1183.json | 1 + assets/minecraft/models/w1184.json | 1 + assets/minecraft/models/w1185.json | 1 + assets/minecraft/models/w1186.json | 1 + assets/minecraft/models/w1187.json | 1 + assets/minecraft/models/w1188.json | 1 + assets/minecraft/models/w1189.json | 1 + assets/minecraft/models/w119.json | 1 + assets/minecraft/models/w1190.json | 1 + assets/minecraft/models/w1191.json | 1 + assets/minecraft/models/w1192.json | 1 + assets/minecraft/models/w1193.json | 1 + assets/minecraft/models/w1194.json | 1 + assets/minecraft/models/w1195.json | 1 + assets/minecraft/models/w1196.json | 1 + assets/minecraft/models/w1197.json | 1 + assets/minecraft/models/w1198.json | 1 + assets/minecraft/models/w1199.json | 1 + assets/minecraft/models/w12.json | 1 + assets/minecraft/models/w120.json | 1 + assets/minecraft/models/w1200.json | 1 + assets/minecraft/models/w1201.json | 1 + assets/minecraft/models/w1202.json | 1 + assets/minecraft/models/w1203.json | 1 + assets/minecraft/models/w1204.json | 1 + assets/minecraft/models/w1205.json | 1 + assets/minecraft/models/w1206.json | 1 + assets/minecraft/models/w1207.json | 1 + assets/minecraft/models/w1208.json | 1 + assets/minecraft/models/w1209.json | 1 + assets/minecraft/models/w121.json | 1 + assets/minecraft/models/w1210.json | 1 + assets/minecraft/models/w1211.json | 1 + assets/minecraft/models/w1212.json | 1 + assets/minecraft/models/w1213.json | 1 + assets/minecraft/models/w1214.json | 1 + assets/minecraft/models/w1215.json | 1 + assets/minecraft/models/w1216.json | 1 + assets/minecraft/models/w1217.json | 1 + assets/minecraft/models/w1218.json | 1 + assets/minecraft/models/w1219.json | 1 + assets/minecraft/models/w122.json | 1 + assets/minecraft/models/w1220.json | 1 + assets/minecraft/models/w1221.json | 1 + assets/minecraft/models/w1222.json | 1 + assets/minecraft/models/w1223.json | 1 + assets/minecraft/models/w1224.json | 1 + assets/minecraft/models/w1225.json | 1 + assets/minecraft/models/w1226.json | 1 + assets/minecraft/models/w1227.json | 1 + assets/minecraft/models/w1228.json | 1 + assets/minecraft/models/w1229.json | 1 + assets/minecraft/models/w123.json | 1 + assets/minecraft/models/w1230.json | 1 + assets/minecraft/models/w1231.json | 1 + assets/minecraft/models/w1232.json | 1 + assets/minecraft/models/w1233.json | 1 + assets/minecraft/models/w1234.json | 1 + assets/minecraft/models/w1235.json | 1 + assets/minecraft/models/w1236.json | 1 + assets/minecraft/models/w1237.json | 1 + assets/minecraft/models/w1238.json | 1 + assets/minecraft/models/w1239.json | 1 + assets/minecraft/models/w124.json | 1 + assets/minecraft/models/w1240.json | 1 + assets/minecraft/models/w1241.json | 1 + assets/minecraft/models/w1242.json | 1 + assets/minecraft/models/w1243.json | 1 + assets/minecraft/models/w1244.json | 1 + assets/minecraft/models/w1245.json | 1 + assets/minecraft/models/w1246.json | 1 + assets/minecraft/models/w1247.json | 1 + assets/minecraft/models/w1248.json | 1 + assets/minecraft/models/w1249.json | 1 + assets/minecraft/models/w125.json | 1 + assets/minecraft/models/w1250.json | 1 + assets/minecraft/models/w1251.json | 1 + assets/minecraft/models/w1252.json | 1 + assets/minecraft/models/w1253.json | 1 + assets/minecraft/models/w1254.json | 1 + assets/minecraft/models/w1255.json | 1 + assets/minecraft/models/w1256.json | 1 + assets/minecraft/models/w1257.json | 1 + assets/minecraft/models/w1258.json | 1 + assets/minecraft/models/w1259.json | 1 + assets/minecraft/models/w126.json | 1 + assets/minecraft/models/w1260.json | 1 + assets/minecraft/models/w1261.json | 1 + assets/minecraft/models/w1262.json | 1 + assets/minecraft/models/w1263.json | 1 + assets/minecraft/models/w1264.json | 1 + assets/minecraft/models/w1265.json | 1 + assets/minecraft/models/w1266.json | 1 + assets/minecraft/models/w1267.json | 1 + assets/minecraft/models/w1268.json | 1 + assets/minecraft/models/w1269.json | 1 + assets/minecraft/models/w127.json | 1 + assets/minecraft/models/w1270.json | 1 + assets/minecraft/models/w1271.json | 1 + assets/minecraft/models/w1272.json | 1 + assets/minecraft/models/w1273.json | 1 + assets/minecraft/models/w1274.json | 1 + assets/minecraft/models/w1275.json | 1 + assets/minecraft/models/w1276.json | 1 + assets/minecraft/models/w1277.json | 1 + assets/minecraft/models/w1278.json | 1 + assets/minecraft/models/w1279.json | 1 + assets/minecraft/models/w128.json | 1 + assets/minecraft/models/w1280.json | 1 + assets/minecraft/models/w1281.json | 1 + assets/minecraft/models/w1282.json | 1 + assets/minecraft/models/w1283.json | 1 + assets/minecraft/models/w1284.json | 1 + assets/minecraft/models/w1285.json | 1 + assets/minecraft/models/w1286.json | 1 + assets/minecraft/models/w1287.json | 1 + assets/minecraft/models/w1288.json | 1 + assets/minecraft/models/w1289.json | 1 + assets/minecraft/models/w129.json | 1 + assets/minecraft/models/w1290.json | 1 + assets/minecraft/models/w1291.json | 1 + assets/minecraft/models/w1292.json | 1 + assets/minecraft/models/w1293.json | 1 + assets/minecraft/models/w1294.json | 1 + assets/minecraft/models/w1295.json | 1 + assets/minecraft/models/w1296.json | 1 + assets/minecraft/models/w1297.json | 1 + assets/minecraft/models/w1298.json | 1 + assets/minecraft/models/w1299.json | 1 + assets/minecraft/models/w13.json | 1 + assets/minecraft/models/w130.json | 1 + assets/minecraft/models/w1300.json | 1 + assets/minecraft/models/w1301.json | 1 + assets/minecraft/models/w1302.json | 1 + assets/minecraft/models/w1303.json | 1 + assets/minecraft/models/w1304.json | 1 + assets/minecraft/models/w1305.json | 1 + assets/minecraft/models/w1306.json | 1 + assets/minecraft/models/w1307.json | 1 + assets/minecraft/models/w1308.json | 1 + assets/minecraft/models/w1309.json | 1 + assets/minecraft/models/w131.json | 1 + assets/minecraft/models/w1310.json | 1 + assets/minecraft/models/w1311.json | 1 + assets/minecraft/models/w1312.json | 1 + assets/minecraft/models/w1313.json | 1 + assets/minecraft/models/w1314.json | 1 + assets/minecraft/models/w1315.json | 1 + assets/minecraft/models/w1316.json | 1 + assets/minecraft/models/w1317.json | 1 + assets/minecraft/models/w1318.json | 1 + assets/minecraft/models/w1319.json | 1 + assets/minecraft/models/w132.json | 1 + assets/minecraft/models/w1320.json | 1 + assets/minecraft/models/w1321.json | 1 + assets/minecraft/models/w1322.json | 1 + assets/minecraft/models/w1323.json | 1 + assets/minecraft/models/w1324.json | 1 + assets/minecraft/models/w1325.json | 1 + assets/minecraft/models/w1326.json | 1 + assets/minecraft/models/w1327.json | 1 + assets/minecraft/models/w1328.json | 1 + assets/minecraft/models/w1329.json | 1 + assets/minecraft/models/w133.json | 1 + assets/minecraft/models/w1330.json | 1 + assets/minecraft/models/w1331.json | 1 + assets/minecraft/models/w1332.json | 1 + assets/minecraft/models/w1333.json | 1 + assets/minecraft/models/w1334.json | 1 + assets/minecraft/models/w1335.json | 1 + assets/minecraft/models/w1336.json | 1 + assets/minecraft/models/w1337.json | 1 + assets/minecraft/models/w1338.json | 1 + assets/minecraft/models/w1339.json | 1 + assets/minecraft/models/w134.json | 1 + assets/minecraft/models/w1340.json | 1 + assets/minecraft/models/w1341.json | 1 + assets/minecraft/models/w1342.json | 1 + assets/minecraft/models/w1343.json | 1 + assets/minecraft/models/w1344.json | 1 + assets/minecraft/models/w1345.json | 1 + assets/minecraft/models/w1346.json | 1 + assets/minecraft/models/w1347.json | 1 + assets/minecraft/models/w1348.json | 1 + assets/minecraft/models/w1349.json | 1 + assets/minecraft/models/w135.json | 1 + assets/minecraft/models/w1350.json | 1 + assets/minecraft/models/w1351.json | 1 + assets/minecraft/models/w1352.json | 1 + assets/minecraft/models/w1353.json | 1 + assets/minecraft/models/w1354.json | 1 + assets/minecraft/models/w1355.json | 1 + assets/minecraft/models/w1356.json | 1 + assets/minecraft/models/w1357.json | 1 + assets/minecraft/models/w1358.json | 1 + assets/minecraft/models/w1359.json | 1 + assets/minecraft/models/w136.json | 1 + assets/minecraft/models/w1360.json | 1 + assets/minecraft/models/w1361.json | 1 + assets/minecraft/models/w1362.json | 1 + assets/minecraft/models/w1363.json | 1 + assets/minecraft/models/w1364.json | 1 + assets/minecraft/models/w1365.json | 1 + assets/minecraft/models/w1366.json | 1 + assets/minecraft/models/w1367.json | 1 + assets/minecraft/models/w1368.json | 1 + assets/minecraft/models/w1369.json | 1 + assets/minecraft/models/w137.json | 1 + assets/minecraft/models/w1370.json | 1 + assets/minecraft/models/w1371.json | 1 + assets/minecraft/models/w1372.json | 1 + assets/minecraft/models/w1373.json | 1 + assets/minecraft/models/w1374.json | 1 + assets/minecraft/models/w1375.json | 1 + assets/minecraft/models/w1376.json | 1 + assets/minecraft/models/w1377.json | 1 + assets/minecraft/models/w1378.json | 1 + assets/minecraft/models/w1379.json | 1 + assets/minecraft/models/w138.json | 1 + assets/minecraft/models/w1380.json | 1 + assets/minecraft/models/w1381.json | 1 + assets/minecraft/models/w1382.json | 1 + assets/minecraft/models/w1383.json | 1 + assets/minecraft/models/w1384.json | 1 + assets/minecraft/models/w1385.json | 1 + assets/minecraft/models/w1386.json | 1 + assets/minecraft/models/w1387.json | 1 + assets/minecraft/models/w1388.json | 1 + assets/minecraft/models/w1389.json | 1 + assets/minecraft/models/w139.json | 1 + assets/minecraft/models/w1390.json | 1 + assets/minecraft/models/w1391.json | 1 + assets/minecraft/models/w1392.json | 1 + assets/minecraft/models/w1393.json | 1 + assets/minecraft/models/w1394.json | 1 + assets/minecraft/models/w1395.json | 1 + assets/minecraft/models/w1396.json | 1 + assets/minecraft/models/w1397.json | 1 + assets/minecraft/models/w1398.json | 1 + assets/minecraft/models/w1399.json | 1 + assets/minecraft/models/w14.json | 1 + assets/minecraft/models/w140.json | 1 + assets/minecraft/models/w1400.json | 1 + assets/minecraft/models/w1401.json | 1 + assets/minecraft/models/w1402.json | 1 + assets/minecraft/models/w1403.json | 1 + assets/minecraft/models/w1404.json | 1 + assets/minecraft/models/w1405.json | 1 + assets/minecraft/models/w1406.json | 1 + assets/minecraft/models/w1407.json | 1 + assets/minecraft/models/w1408.json | 1 + assets/minecraft/models/w1409.json | 1 + assets/minecraft/models/w141.json | 1 + assets/minecraft/models/w1410.json | 1 + assets/minecraft/models/w1411.json | 1 + assets/minecraft/models/w1412.json | 1 + assets/minecraft/models/w1413.json | 1 + assets/minecraft/models/w1414.json | 1 + assets/minecraft/models/w1415.json | 1 + assets/minecraft/models/w1416.json | 1 + assets/minecraft/models/w1417.json | 1 + assets/minecraft/models/w1418.json | 1 + assets/minecraft/models/w1419.json | 1 + assets/minecraft/models/w142.json | 1 + assets/minecraft/models/w1420.json | 1 + assets/minecraft/models/w1421.json | 1 + assets/minecraft/models/w1422.json | 1 + assets/minecraft/models/w1423.json | 1 + assets/minecraft/models/w1424.json | 1 + assets/minecraft/models/w1425.json | 1 + assets/minecraft/models/w1426.json | 1 + assets/minecraft/models/w1427.json | 1 + assets/minecraft/models/w1428.json | 1 + assets/minecraft/models/w1429.json | 1 + assets/minecraft/models/w143.json | 1 + assets/minecraft/models/w1430.json | 1 + assets/minecraft/models/w1431.json | 1 + assets/minecraft/models/w1432.json | 1 + assets/minecraft/models/w1433.json | 1 + assets/minecraft/models/w1434.json | 1 + assets/minecraft/models/w1435.json | 1 + assets/minecraft/models/w1436.json | 1 + assets/minecraft/models/w1437.json | 1 + assets/minecraft/models/w1438.json | 1 + assets/minecraft/models/w1439.json | 1 + assets/minecraft/models/w144.json | 1 + assets/minecraft/models/w1440.json | 1 + assets/minecraft/models/w1441.json | 1 + assets/minecraft/models/w1442.json | 1 + assets/minecraft/models/w1443.json | 1 + assets/minecraft/models/w1444.json | 1 + assets/minecraft/models/w1445.json | 1 + assets/minecraft/models/w1446.json | 1 + assets/minecraft/models/w1447.json | 1 + assets/minecraft/models/w1448.json | 1 + assets/minecraft/models/w1449.json | 1 + assets/minecraft/models/w145.json | 1 + assets/minecraft/models/w1450.json | 1 + assets/minecraft/models/w1451.json | 1 + assets/minecraft/models/w1452.json | 1 + assets/minecraft/models/w1453.json | 1 + assets/minecraft/models/w1454.json | 1 + assets/minecraft/models/w1455.json | 1 + assets/minecraft/models/w1456.json | 1 + assets/minecraft/models/w1457.json | 1 + assets/minecraft/models/w1458.json | 1 + assets/minecraft/models/w1459.json | 1 + assets/minecraft/models/w146.json | 1 + assets/minecraft/models/w1460.json | 1 + assets/minecraft/models/w1461.json | 1 + assets/minecraft/models/w1462.json | 1 + assets/minecraft/models/w1463.json | 1 + assets/minecraft/models/w1464.json | 1 + assets/minecraft/models/w1465.json | 1 + assets/minecraft/models/w1466.json | 1 + assets/minecraft/models/w1467.json | 1 + assets/minecraft/models/w1468.json | 1 + assets/minecraft/models/w1469.json | 1 + assets/minecraft/models/w147.json | 1 + assets/minecraft/models/w1470.json | 1 + assets/minecraft/models/w1471.json | 1 + assets/minecraft/models/w1472.json | 1 + assets/minecraft/models/w1473.json | 1 + assets/minecraft/models/w1474.json | 1 + assets/minecraft/models/w1475.json | 1 + assets/minecraft/models/w1476.json | 1 + assets/minecraft/models/w1477.json | 1 + assets/minecraft/models/w1478.json | 1 + assets/minecraft/models/w1479.json | 1 + assets/minecraft/models/w148.json | 1 + assets/minecraft/models/w1480.json | 1 + assets/minecraft/models/w1481.json | 1 + assets/minecraft/models/w1482.json | 1 + assets/minecraft/models/w1483.json | 1 + assets/minecraft/models/w1484.json | 1 + assets/minecraft/models/w1485.json | 1 + assets/minecraft/models/w1486.json | 1 + assets/minecraft/models/w1487.json | 1 + assets/minecraft/models/w1488.json | 1 + assets/minecraft/models/w1489.json | 1 + assets/minecraft/models/w149.json | 1 + assets/minecraft/models/w1490.json | 1 + assets/minecraft/models/w1491.json | 1 + assets/minecraft/models/w1492.json | 1 + assets/minecraft/models/w1493.json | 1 + assets/minecraft/models/w1494.json | 1 + assets/minecraft/models/w1495.json | 1 + assets/minecraft/models/w1496.json | 1 + assets/minecraft/models/w1497.json | 1 + assets/minecraft/models/w1498.json | 1 + assets/minecraft/models/w1499.json | 1 + assets/minecraft/models/w15.json | 1 + assets/minecraft/models/w150.json | 1 + assets/minecraft/models/w1500.json | 1 + assets/minecraft/models/w1501.json | 1 + assets/minecraft/models/w1502.json | 1 + assets/minecraft/models/w1503.json | 1 + assets/minecraft/models/w1504.json | 1 + assets/minecraft/models/w1505.json | 1 + assets/minecraft/models/w1506.json | 1 + assets/minecraft/models/w1507.json | 1 + assets/minecraft/models/w1508.json | 1 + assets/minecraft/models/w1509.json | 1 + assets/minecraft/models/w151.json | 1 + assets/minecraft/models/w1510.json | 1 + assets/minecraft/models/w1511.json | 1 + assets/minecraft/models/w1512.json | 1 + assets/minecraft/models/w1513.json | 1 + assets/minecraft/models/w1514.json | 1 + assets/minecraft/models/w1515.json | 1 + assets/minecraft/models/w1516.json | 1 + assets/minecraft/models/w1517.json | 1 + assets/minecraft/models/w1518.json | 1 + assets/minecraft/models/w1519.json | 1 + assets/minecraft/models/w152.json | 1 + assets/minecraft/models/w1520.json | 1 + assets/minecraft/models/w1521.json | 1 + assets/minecraft/models/w1522.json | 1 + assets/minecraft/models/w1523.json | 1 + assets/minecraft/models/w1524.json | 1 + assets/minecraft/models/w1525.json | 1 + assets/minecraft/models/w1526.json | 1 + assets/minecraft/models/w1527.json | 1 + assets/minecraft/models/w1528.json | 1 + assets/minecraft/models/w1529.json | 1 + assets/minecraft/models/w153.json | 1 + assets/minecraft/models/w1530.json | 1 + assets/minecraft/models/w1531.json | 1 + assets/minecraft/models/w1532.json | 1 + assets/minecraft/models/w1533.json | 1 + assets/minecraft/models/w1534.json | 1 + assets/minecraft/models/w1535.json | 1 + assets/minecraft/models/w1536.json | 1 + assets/minecraft/models/w1537.json | 1 + assets/minecraft/models/w1538.json | 1 + assets/minecraft/models/w1539.json | 1 + assets/minecraft/models/w154.json | 1 + assets/minecraft/models/w1540.json | 1 + assets/minecraft/models/w1541.json | 1 + assets/minecraft/models/w1542.json | 1 + assets/minecraft/models/w1543.json | 1 + assets/minecraft/models/w1544.json | 1 + assets/minecraft/models/w1545.json | 1 + assets/minecraft/models/w1546.json | 1 + assets/minecraft/models/w1547.json | 1 + assets/minecraft/models/w1548.json | 1 + assets/minecraft/models/w1549.json | 1 + assets/minecraft/models/w155.json | 1 + assets/minecraft/models/w1550.json | 1 + assets/minecraft/models/w1551.json | 1 + assets/minecraft/models/w1552.json | 1 + assets/minecraft/models/w1553.json | 1 + assets/minecraft/models/w1554.json | 1 + assets/minecraft/models/w1555.json | 1 + assets/minecraft/models/w1556.json | 1 + assets/minecraft/models/w1557.json | 1 + assets/minecraft/models/w1558.json | 1 + assets/minecraft/models/w1559.json | 1 + assets/minecraft/models/w156.json | 1 + assets/minecraft/models/w1560.json | 1 + assets/minecraft/models/w1561.json | 1 + assets/minecraft/models/w1562.json | 1 + assets/minecraft/models/w1563.json | 1 + assets/minecraft/models/w1564.json | 1 + assets/minecraft/models/w1565.json | 1 + assets/minecraft/models/w1566.json | 1 + assets/minecraft/models/w1567.json | 1 + assets/minecraft/models/w1568.json | 1 + assets/minecraft/models/w1569.json | 1 + assets/minecraft/models/w157.json | 1 + assets/minecraft/models/w1570.json | 1 + assets/minecraft/models/w1571.json | 1 + assets/minecraft/models/w1572.json | 1 + assets/minecraft/models/w1573.json | 1 + assets/minecraft/models/w1574.json | 1 + assets/minecraft/models/w1575.json | 1 + assets/minecraft/models/w1576.json | 1 + assets/minecraft/models/w1577.json | 1 + assets/minecraft/models/w1578.json | 1 + assets/minecraft/models/w1579.json | 1 + assets/minecraft/models/w158.json | 1 + assets/minecraft/models/w1580.json | 1 + assets/minecraft/models/w1581.json | 1 + assets/minecraft/models/w1582.json | 1 + assets/minecraft/models/w1583.json | 1 + assets/minecraft/models/w1584.json | 1 + assets/minecraft/models/w1585.json | 1 + assets/minecraft/models/w1586.json | 1 + assets/minecraft/models/w1587.json | 1 + assets/minecraft/models/w1588.json | 1 + assets/minecraft/models/w1589.json | 1 + assets/minecraft/models/w159.json | 1 + assets/minecraft/models/w1590.json | 1 + assets/minecraft/models/w1591.json | 1 + assets/minecraft/models/w1592.json | 1 + assets/minecraft/models/w1593.json | 1 + assets/minecraft/models/w1594.json | 1 + assets/minecraft/models/w1595.json | 1 + assets/minecraft/models/w1596.json | 1 + assets/minecraft/models/w1597.json | 1 + assets/minecraft/models/w1598.json | 1 + assets/minecraft/models/w1599.json | 1 + assets/minecraft/models/w16.json | 1 + assets/minecraft/models/w160.json | 1 + assets/minecraft/models/w1600.json | 1 + assets/minecraft/models/w1601.json | 1 + assets/minecraft/models/w1602.json | 1 + assets/minecraft/models/w1603.json | 1 + assets/minecraft/models/w1604.json | 1 + assets/minecraft/models/w1605.json | 1 + assets/minecraft/models/w1606.json | 1 + assets/minecraft/models/w1607.json | 1 + assets/minecraft/models/w1608.json | 1 + assets/minecraft/models/w1609.json | 1 + assets/minecraft/models/w161.json | 1 + assets/minecraft/models/w1610.json | 1 + assets/minecraft/models/w1611.json | 1 + assets/minecraft/models/w1612.json | 1 + assets/minecraft/models/w1613.json | 1 + assets/minecraft/models/w1614.json | 1 + assets/minecraft/models/w1615.json | 1 + assets/minecraft/models/w1616.json | 1 + assets/minecraft/models/w1617.json | 1 + assets/minecraft/models/w1618.json | 1 + assets/minecraft/models/w1619.json | 1 + assets/minecraft/models/w162.json | 1 + assets/minecraft/models/w1620.json | 1 + assets/minecraft/models/w1621.json | 1 + assets/minecraft/models/w1622.json | 1 + assets/minecraft/models/w1623.json | 1 + assets/minecraft/models/w1624.json | 1 + assets/minecraft/models/w1625.json | 1 + assets/minecraft/models/w1626.json | 1 + assets/minecraft/models/w1627.json | 1 + assets/minecraft/models/w1628.json | 1 + assets/minecraft/models/w1629.json | 1 + assets/minecraft/models/w163.json | 1 + assets/minecraft/models/w1630.json | 1 + assets/minecraft/models/w1631.json | 1 + assets/minecraft/models/w1632.json | 1 + assets/minecraft/models/w1633.json | 1 + assets/minecraft/models/w1634.json | 1 + assets/minecraft/models/w1635.json | 1 + assets/minecraft/models/w1636.json | 1 + assets/minecraft/models/w1637.json | 1 + assets/minecraft/models/w1638.json | 1 + assets/minecraft/models/w1639.json | 1 + assets/minecraft/models/w164.json | 1 + assets/minecraft/models/w1640.json | 1 + assets/minecraft/models/w1641.json | 1 + assets/minecraft/models/w1642.json | 1 + assets/minecraft/models/w1643.json | 1 + assets/minecraft/models/w1644.json | 1 + assets/minecraft/models/w1645.json | 1 + assets/minecraft/models/w1646.json | 1 + assets/minecraft/models/w1647.json | 1 + assets/minecraft/models/w1648.json | 1 + assets/minecraft/models/w1649.json | 1 + assets/minecraft/models/w165.json | 1 + assets/minecraft/models/w1650.json | 1 + assets/minecraft/models/w1651.json | 1 + assets/minecraft/models/w1652.json | 1 + assets/minecraft/models/w1653.json | 1 + assets/minecraft/models/w1654.json | 1 + assets/minecraft/models/w1655.json | 1 + assets/minecraft/models/w1656.json | 1 + assets/minecraft/models/w1657.json | 1 + assets/minecraft/models/w1658.json | 1 + assets/minecraft/models/w1659.json | 1 + assets/minecraft/models/w166.json | 1 + assets/minecraft/models/w1660.json | 1 + assets/minecraft/models/w1661.json | 1 + assets/minecraft/models/w1662.json | 1 + assets/minecraft/models/w1663.json | 1 + assets/minecraft/models/w1664.json | 1 + assets/minecraft/models/w1665.json | 1 + assets/minecraft/models/w1666.json | 1 + assets/minecraft/models/w1667.json | 1 + assets/minecraft/models/w1668.json | 1 + assets/minecraft/models/w1669.json | 1 + assets/minecraft/models/w167.json | 1 + assets/minecraft/models/w1670.json | 1 + assets/minecraft/models/w1671.json | 1 + assets/minecraft/models/w1672.json | 1 + assets/minecraft/models/w1673.json | 1 + assets/minecraft/models/w1674.json | 1 + assets/minecraft/models/w1675.json | 1 + assets/minecraft/models/w1676.json | 1 + assets/minecraft/models/w1677.json | 1 + assets/minecraft/models/w1678.json | 1 + assets/minecraft/models/w1679.json | 1 + assets/minecraft/models/w168.json | 1 + assets/minecraft/models/w1680.json | 1 + assets/minecraft/models/w1681.json | 1 + assets/minecraft/models/w1682.json | 1 + assets/minecraft/models/w1683.json | 1 + assets/minecraft/models/w1684.json | 1 + assets/minecraft/models/w1685.json | 1 + assets/minecraft/models/w1686.json | 1 + assets/minecraft/models/w1687.json | 1 + assets/minecraft/models/w1688.json | 1 + assets/minecraft/models/w1689.json | 1 + assets/minecraft/models/w169.json | 1 + assets/minecraft/models/w1690.json | 1 + assets/minecraft/models/w1691.json | 1 + assets/minecraft/models/w1692.json | 1 + assets/minecraft/models/w1693.json | 1 + assets/minecraft/models/w1694.json | 1 + assets/minecraft/models/w1695.json | 1 + assets/minecraft/models/w1696.json | 1 + assets/minecraft/models/w1697.json | 1 + assets/minecraft/models/w1698.json | 1 + assets/minecraft/models/w1699.json | 1 + assets/minecraft/models/w17.json | 1 + assets/minecraft/models/w170.json | 1 + assets/minecraft/models/w1700.json | 1 + assets/minecraft/models/w1701.json | 1 + assets/minecraft/models/w1702.json | 1 + assets/minecraft/models/w1703.json | 1 + assets/minecraft/models/w1704.json | 1 + assets/minecraft/models/w1705.json | 1 + assets/minecraft/models/w1706.json | 1 + assets/minecraft/models/w1707.json | 1 + assets/minecraft/models/w1708.json | 1 + assets/minecraft/models/w1709.json | 1 + assets/minecraft/models/w171.json | 1 + assets/minecraft/models/w1710.json | 1 + assets/minecraft/models/w1711.json | 1 + assets/minecraft/models/w1712.json | 1 + assets/minecraft/models/w1713.json | 1 + assets/minecraft/models/w1714.json | 1 + assets/minecraft/models/w1715.json | 1 + assets/minecraft/models/w1716.json | 1 + assets/minecraft/models/w1717.json | 1 + assets/minecraft/models/w1718.json | 1 + assets/minecraft/models/w1719.json | 1 + assets/minecraft/models/w172.json | 1 + assets/minecraft/models/w1720.json | 1 + assets/minecraft/models/w1721.json | 1 + assets/minecraft/models/w1722.json | 1 + assets/minecraft/models/w1723.json | 1 + assets/minecraft/models/w1724.json | 1 + assets/minecraft/models/w1725.json | 1 + assets/minecraft/models/w1726.json | 1 + assets/minecraft/models/w1727.json | 1 + assets/minecraft/models/w1728.json | 1 + assets/minecraft/models/w1729.json | 1 + assets/minecraft/models/w173.json | 1 + assets/minecraft/models/w1730.json | 1 + assets/minecraft/models/w1731.json | 1 + assets/minecraft/models/w1732.json | 1 + assets/minecraft/models/w1733.json | 1 + assets/minecraft/models/w1734.json | 1 + assets/minecraft/models/w1735.json | 1 + assets/minecraft/models/w1736.json | 1 + assets/minecraft/models/w1737.json | 1 + assets/minecraft/models/w1738.json | 1 + assets/minecraft/models/w1739.json | 1 + assets/minecraft/models/w174.json | 1 + assets/minecraft/models/w1740.json | 1 + assets/minecraft/models/w1741.json | 1 + assets/minecraft/models/w1742.json | 1 + assets/minecraft/models/w1743.json | 1 + assets/minecraft/models/w1744.json | 1 + assets/minecraft/models/w1745.json | 1 + assets/minecraft/models/w1746.json | 1 + assets/minecraft/models/w1747.json | 1 + assets/minecraft/models/w1748.json | 1 + assets/minecraft/models/w1749.json | 1 + assets/minecraft/models/w175.json | 1 + assets/minecraft/models/w1750.json | 1 + assets/minecraft/models/w1751.json | 1 + assets/minecraft/models/w1752.json | 1 + assets/minecraft/models/w1753.json | 1 + assets/minecraft/models/w1754.json | 1 + assets/minecraft/models/w1755.json | 1 + assets/minecraft/models/w1756.json | 1 + assets/minecraft/models/w1757.json | 1 + assets/minecraft/models/w1758.json | 1 + assets/minecraft/models/w1759.json | 1 + assets/minecraft/models/w176.json | 1 + assets/minecraft/models/w1760.json | 1 + assets/minecraft/models/w1761.json | 1 + assets/minecraft/models/w1762.json | 1 + assets/minecraft/models/w1763.json | 1 + assets/minecraft/models/w1764.json | 1 + assets/minecraft/models/w1765.json | 1 + assets/minecraft/models/w1766.json | 1 + assets/minecraft/models/w1767.json | 1 + assets/minecraft/models/w1768.json | 1 + assets/minecraft/models/w1769.json | 1 + assets/minecraft/models/w177.json | 1 + assets/minecraft/models/w1770.json | 1 + assets/minecraft/models/w1771.json | 1 + assets/minecraft/models/w1772.json | 1 + assets/minecraft/models/w1773.json | 1 + assets/minecraft/models/w1774.json | 1 + assets/minecraft/models/w1775.json | 1 + assets/minecraft/models/w1776.json | 1 + assets/minecraft/models/w1777.json | 1 + assets/minecraft/models/w1778.json | 1 + assets/minecraft/models/w1779.json | 1 + assets/minecraft/models/w178.json | 1 + assets/minecraft/models/w1780.json | 1 + assets/minecraft/models/w1781.json | 1 + assets/minecraft/models/w1782.json | 1 + assets/minecraft/models/w1783.json | 1 + assets/minecraft/models/w1784.json | 1 + assets/minecraft/models/w1785.json | 1 + assets/minecraft/models/w1786.json | 1 + assets/minecraft/models/w1787.json | 1 + assets/minecraft/models/w1788.json | 1 + assets/minecraft/models/w1789.json | 1 + assets/minecraft/models/w179.json | 1 + assets/minecraft/models/w1790.json | 1 + assets/minecraft/models/w1791.json | 1 + assets/minecraft/models/w1792.json | 1 + assets/minecraft/models/w1793.json | 1 + assets/minecraft/models/w1794.json | 1 + assets/minecraft/models/w1795.json | 1 + assets/minecraft/models/w1796.json | 1 + assets/minecraft/models/w1797.json | 1 + assets/minecraft/models/w1798.json | 1 + assets/minecraft/models/w1799.json | 1 + assets/minecraft/models/w18.json | 1 + assets/minecraft/models/w180.json | 1 + assets/minecraft/models/w1800.json | 1 + assets/minecraft/models/w1801.json | 1 + assets/minecraft/models/w1802.json | 1 + assets/minecraft/models/w1803.json | 1 + assets/minecraft/models/w1804.json | 1 + assets/minecraft/models/w1805.json | 1 + assets/minecraft/models/w1806.json | 1 + assets/minecraft/models/w1807.json | 1 + assets/minecraft/models/w1808.json | 1 + assets/minecraft/models/w1809.json | 1 + assets/minecraft/models/w181.json | 1 + assets/minecraft/models/w1810.json | 1 + assets/minecraft/models/w1811.json | 1 + assets/minecraft/models/w1812.json | 1 + assets/minecraft/models/w1813.json | 1 + assets/minecraft/models/w1814.json | 1 + assets/minecraft/models/w1815.json | 1 + assets/minecraft/models/w1816.json | 1 + assets/minecraft/models/w1817.json | 1 + assets/minecraft/models/w1818.json | 1 + assets/minecraft/models/w1819.json | 1 + assets/minecraft/models/w182.json | 1 + assets/minecraft/models/w1820.json | 1 + assets/minecraft/models/w1821.json | 1 + assets/minecraft/models/w1822.json | 1 + assets/minecraft/models/w1823.json | 1 + assets/minecraft/models/w1824.json | 1 + assets/minecraft/models/w1825.json | 1 + assets/minecraft/models/w1826.json | 1 + assets/minecraft/models/w1827.json | 1 + assets/minecraft/models/w1828.json | 1 + assets/minecraft/models/w1829.json | 1 + assets/minecraft/models/w183.json | 1 + assets/minecraft/models/w1830.json | 1 + assets/minecraft/models/w1831.json | 1 + assets/minecraft/models/w1832.json | 1 + assets/minecraft/models/w1833.json | 1 + assets/minecraft/models/w1834.json | 1 + assets/minecraft/models/w1835.json | 1 + assets/minecraft/models/w1836.json | 1 + assets/minecraft/models/w1837.json | 1 + assets/minecraft/models/w1838.json | 1 + assets/minecraft/models/w1839.json | 1 + assets/minecraft/models/w184.json | 1 + assets/minecraft/models/w1840.json | 1 + assets/minecraft/models/w1841.json | 1 + assets/minecraft/models/w1842.json | 1 + assets/minecraft/models/w1843.json | 1 + assets/minecraft/models/w1844.json | 1 + assets/minecraft/models/w1845.json | 1 + assets/minecraft/models/w1846.json | 1 + assets/minecraft/models/w1847.json | 1 + assets/minecraft/models/w1848.json | 1 + assets/minecraft/models/w1849.json | 1 + assets/minecraft/models/w185.json | 1 + assets/minecraft/models/w1850.json | 1 + assets/minecraft/models/w1851.json | 1 + assets/minecraft/models/w1852.json | 1 + assets/minecraft/models/w1853.json | 1 + assets/minecraft/models/w1854.json | 1 + assets/minecraft/models/w1855.json | 1 + assets/minecraft/models/w1856.json | 1 + assets/minecraft/models/w1857.json | 1 + assets/minecraft/models/w1858.json | 1 + assets/minecraft/models/w1859.json | 1 + assets/minecraft/models/w186.json | 1 + assets/minecraft/models/w1860.json | 1 + assets/minecraft/models/w1861.json | 1 + assets/minecraft/models/w1862.json | 1 + assets/minecraft/models/w1863.json | 1 + assets/minecraft/models/w1864.json | 1 + assets/minecraft/models/w1865.json | 1 + assets/minecraft/models/w1866.json | 1 + assets/minecraft/models/w1867.json | 1 + assets/minecraft/models/w1868.json | 1 + assets/minecraft/models/w1869.json | 1 + assets/minecraft/models/w187.json | 1 + assets/minecraft/models/w1870.json | 1 + assets/minecraft/models/w1871.json | 1 + assets/minecraft/models/w1872.json | 1 + assets/minecraft/models/w1873.json | 1 + assets/minecraft/models/w1874.json | 1 + assets/minecraft/models/w1875.json | 1 + assets/minecraft/models/w1876.json | 1 + assets/minecraft/models/w1877.json | 1 + assets/minecraft/models/w1878.json | 1 + assets/minecraft/models/w1879.json | 1 + assets/minecraft/models/w188.json | 1 + assets/minecraft/models/w1880.json | 1 + assets/minecraft/models/w1881.json | 1 + assets/minecraft/models/w1882.json | 1 + assets/minecraft/models/w1883.json | 1 + assets/minecraft/models/w1884.json | 1 + assets/minecraft/models/w1885.json | 1 + assets/minecraft/models/w1886.json | 1 + assets/minecraft/models/w1887.json | 1 + assets/minecraft/models/w1888.json | 1 + assets/minecraft/models/w1889.json | 1 + assets/minecraft/models/w189.json | 1 + assets/minecraft/models/w1890.json | 1 + assets/minecraft/models/w1891.json | 1 + assets/minecraft/models/w1892.json | 1 + assets/minecraft/models/w1893.json | 1 + assets/minecraft/models/w1894.json | 1 + assets/minecraft/models/w1895.json | 1 + assets/minecraft/models/w1896.json | 1 + assets/minecraft/models/w1897.json | 1 + assets/minecraft/models/w1898.json | 1 + assets/minecraft/models/w1899.json | 1 + assets/minecraft/models/w19.json | 1 + assets/minecraft/models/w190.json | 1 + assets/minecraft/models/w1900.json | 1 + assets/minecraft/models/w1901.json | 1 + assets/minecraft/models/w1902.json | 1 + assets/minecraft/models/w1903.json | 1 + assets/minecraft/models/w1904.json | 1 + assets/minecraft/models/w1905.json | 1 + assets/minecraft/models/w1906.json | 1 + assets/minecraft/models/w1907.json | 1 + assets/minecraft/models/w1908.json | 1 + assets/minecraft/models/w1909.json | 1 + assets/minecraft/models/w191.json | 1 + assets/minecraft/models/w1910.json | 1 + assets/minecraft/models/w1911.json | 1 + assets/minecraft/models/w1912.json | 1 + assets/minecraft/models/w1913.json | 1 + assets/minecraft/models/w1914.json | 1 + assets/minecraft/models/w1915.json | 1 + assets/minecraft/models/w1916.json | 1 + assets/minecraft/models/w1917.json | 1 + assets/minecraft/models/w1918.json | 1 + assets/minecraft/models/w1919.json | 1 + assets/minecraft/models/w192.json | 1 + assets/minecraft/models/w1920.json | 1 + assets/minecraft/models/w1921.json | 1 + assets/minecraft/models/w1922.json | 1 + assets/minecraft/models/w1923.json | 1 + assets/minecraft/models/w1924.json | 1 + assets/minecraft/models/w1925.json | 1 + assets/minecraft/models/w1926.json | 1 + assets/minecraft/models/w1927.json | 1 + assets/minecraft/models/w1928.json | 1 + assets/minecraft/models/w1929.json | 1 + assets/minecraft/models/w193.json | 1 + assets/minecraft/models/w1930.json | 1 + assets/minecraft/models/w1931.json | 1 + assets/minecraft/models/w1932.json | 1 + assets/minecraft/models/w1933.json | 1 + assets/minecraft/models/w1934.json | 1 + assets/minecraft/models/w1935.json | 1 + assets/minecraft/models/w1936.json | 1 + assets/minecraft/models/w1937.json | 1 + assets/minecraft/models/w1938.json | 1 + assets/minecraft/models/w1939.json | 1 + assets/minecraft/models/w194.json | 1 + assets/minecraft/models/w1940.json | 1 + assets/minecraft/models/w1941.json | 1 + assets/minecraft/models/w1942.json | 1 + assets/minecraft/models/w1943.json | 1 + assets/minecraft/models/w1944.json | 1 + assets/minecraft/models/w1945.json | 1 + assets/minecraft/models/w1946.json | 1 + assets/minecraft/models/w1947.json | 1 + assets/minecraft/models/w1948.json | 1 + assets/minecraft/models/w1949.json | 1 + assets/minecraft/models/w195.json | 1 + assets/minecraft/models/w1950.json | 1 + assets/minecraft/models/w1951.json | 1 + assets/minecraft/models/w1952.json | 1 + assets/minecraft/models/w1953.json | 1 + assets/minecraft/models/w1954.json | 1 + assets/minecraft/models/w1955.json | 1 + assets/minecraft/models/w1956.json | 1 + assets/minecraft/models/w1957.json | 1 + assets/minecraft/models/w1958.json | 1 + assets/minecraft/models/w1959.json | 1 + assets/minecraft/models/w196.json | 1 + assets/minecraft/models/w1960.json | 1 + assets/minecraft/models/w1961.json | 1 + assets/minecraft/models/w1962.json | 1 + assets/minecraft/models/w1963.json | 1 + assets/minecraft/models/w1964.json | 1 + assets/minecraft/models/w1965.json | 1 + assets/minecraft/models/w1966.json | 1 + assets/minecraft/models/w1967.json | 1 + assets/minecraft/models/w1968.json | 1 + assets/minecraft/models/w1969.json | 1 + assets/minecraft/models/w197.json | 1 + assets/minecraft/models/w1970.json | 1 + assets/minecraft/models/w1971.json | 1 + assets/minecraft/models/w1972.json | 1 + assets/minecraft/models/w1973.json | 1 + assets/minecraft/models/w1974.json | 1 + assets/minecraft/models/w1975.json | 1 + assets/minecraft/models/w1976.json | 1 + assets/minecraft/models/w1977.json | 1 + assets/minecraft/models/w1978.json | 1 + assets/minecraft/models/w1979.json | 1 + assets/minecraft/models/w198.json | 1 + assets/minecraft/models/w1980.json | 1 + assets/minecraft/models/w1981.json | 1 + assets/minecraft/models/w1982.json | 1 + assets/minecraft/models/w1983.json | 1 + assets/minecraft/models/w1984.json | 1 + assets/minecraft/models/w1985.json | 1 + assets/minecraft/models/w1986.json | 1 + assets/minecraft/models/w1987.json | 1 + assets/minecraft/models/w1988.json | 1 + assets/minecraft/models/w1989.json | 1 + assets/minecraft/models/w199.json | 1 + assets/minecraft/models/w1990.json | 1 + assets/minecraft/models/w1991.json | 1 + assets/minecraft/models/w1992.json | 1 + assets/minecraft/models/w1993.json | 1 + assets/minecraft/models/w1994.json | 1 + assets/minecraft/models/w1995.json | 1 + assets/minecraft/models/w1996.json | 1 + assets/minecraft/models/w1997.json | 1 + assets/minecraft/models/w1998.json | 1 + assets/minecraft/models/w1999.json | 1 + assets/minecraft/models/w2.json | 1 + assets/minecraft/models/w20.json | 1 + assets/minecraft/models/w200.json | 1 + assets/minecraft/models/w2000.json | 1 + assets/minecraft/models/w2001.json | 1 + assets/minecraft/models/w2002.json | 1 + assets/minecraft/models/w2003.json | 1 + assets/minecraft/models/w2004.json | 1 + assets/minecraft/models/w2005.json | 1 + assets/minecraft/models/w2006.json | 1 + assets/minecraft/models/w2007.json | 1 + assets/minecraft/models/w2008.json | 1 + assets/minecraft/models/w2009.json | 1 + assets/minecraft/models/w201.json | 1 + assets/minecraft/models/w2010.json | 1 + assets/minecraft/models/w2011.json | 1 + assets/minecraft/models/w2012.json | 1 + assets/minecraft/models/w2013.json | 1 + assets/minecraft/models/w2014.json | 1 + assets/minecraft/models/w2015.json | 1 + assets/minecraft/models/w2016.json | 1 + assets/minecraft/models/w2017.json | 1 + assets/minecraft/models/w2018.json | 1 + assets/minecraft/models/w2019.json | 1 + assets/minecraft/models/w202.json | 1 + assets/minecraft/models/w2020.json | 1 + assets/minecraft/models/w2021.json | 1 + assets/minecraft/models/w2022.json | 1 + assets/minecraft/models/w2023.json | 1 + assets/minecraft/models/w2024.json | 1 + assets/minecraft/models/w2025.json | 1 + assets/minecraft/models/w2026.json | 1 + assets/minecraft/models/w2027.json | 1 + assets/minecraft/models/w2028.json | 1 + assets/minecraft/models/w2029.json | 1 + assets/minecraft/models/w203.json | 1 + assets/minecraft/models/w2030.json | 1 + assets/minecraft/models/w2031.json | 1 + assets/minecraft/models/w2032.json | 1 + assets/minecraft/models/w2033.json | 1 + assets/minecraft/models/w2034.json | 1 + assets/minecraft/models/w2035.json | 1 + assets/minecraft/models/w2036.json | 1 + assets/minecraft/models/w2037.json | 1 + assets/minecraft/models/w2038.json | 1 + assets/minecraft/models/w2039.json | 1 + assets/minecraft/models/w204.json | 1 + assets/minecraft/models/w2040.json | 1 + assets/minecraft/models/w2041.json | 1 + assets/minecraft/models/w2042.json | 1 + assets/minecraft/models/w2043.json | 1 + assets/minecraft/models/w2044.json | 1 + assets/minecraft/models/w2045.json | 1 + assets/minecraft/models/w2046.json | 1 + assets/minecraft/models/w2047.json | 1 + assets/minecraft/models/w2048.json | 1 + assets/minecraft/models/w2049.json | 1 + assets/minecraft/models/w205.json | 1 + assets/minecraft/models/w2050.json | 1 + assets/minecraft/models/w2051.json | 1 + assets/minecraft/models/w2052.json | 1 + assets/minecraft/models/w2053.json | 1 + assets/minecraft/models/w2054.json | 1 + assets/minecraft/models/w2055.json | 1 + assets/minecraft/models/w2056.json | 1 + assets/minecraft/models/w2057.json | 1 + assets/minecraft/models/w2058.json | 1 + assets/minecraft/models/w2059.json | 1 + assets/minecraft/models/w206.json | 1 + assets/minecraft/models/w2060.json | 1 + assets/minecraft/models/w2061.json | 1 + assets/minecraft/models/w2062.json | 1 + assets/minecraft/models/w2063.json | 1 + assets/minecraft/models/w2064.json | 1 + assets/minecraft/models/w2065.json | 1 + assets/minecraft/models/w2066.json | 1 + assets/minecraft/models/w2067.json | 1 + assets/minecraft/models/w2068.json | 1 + assets/minecraft/models/w2069.json | 1 + assets/minecraft/models/w207.json | 1 + assets/minecraft/models/w2070.json | 1 + assets/minecraft/models/w2071.json | 1 + assets/minecraft/models/w2072.json | 1 + assets/minecraft/models/w2073.json | 1 + assets/minecraft/models/w2074.json | 1 + assets/minecraft/models/w2075.json | 1 + assets/minecraft/models/w2076.json | 1 + assets/minecraft/models/w2077.json | 1 + assets/minecraft/models/w2078.json | 1 + assets/minecraft/models/w2079.json | 1 + assets/minecraft/models/w208.json | 1 + assets/minecraft/models/w2080.json | 1 + assets/minecraft/models/w2081.json | 1 + assets/minecraft/models/w2082.json | 1 + assets/minecraft/models/w2083.json | 1 + assets/minecraft/models/w2084.json | 1 + assets/minecraft/models/w2085.json | 1 + assets/minecraft/models/w2086.json | 1 + assets/minecraft/models/w2087.json | 1 + assets/minecraft/models/w2088.json | 1 + assets/minecraft/models/w2089.json | 1 + assets/minecraft/models/w209.json | 1 + assets/minecraft/models/w2090.json | 1 + assets/minecraft/models/w2091.json | 1 + assets/minecraft/models/w2092.json | 1 + assets/minecraft/models/w2093.json | 1 + assets/minecraft/models/w2094.json | 1 + assets/minecraft/models/w2095.json | 1 + assets/minecraft/models/w2096.json | 1 + assets/minecraft/models/w2097.json | 1 + assets/minecraft/models/w2098.json | 1 + assets/minecraft/models/w2099.json | 1 + assets/minecraft/models/w21.json | 1 + assets/minecraft/models/w210.json | 1 + assets/minecraft/models/w2100.json | 1 + assets/minecraft/models/w2101.json | 1 + assets/minecraft/models/w2102.json | 1 + assets/minecraft/models/w2103.json | 1 + assets/minecraft/models/w2104.json | 1 + assets/minecraft/models/w2105.json | 1 + assets/minecraft/models/w2106.json | 1 + assets/minecraft/models/w2107.json | 1 + assets/minecraft/models/w2108.json | 1 + assets/minecraft/models/w2109.json | 1 + assets/minecraft/models/w211.json | 1 + assets/minecraft/models/w2110.json | 1 + assets/minecraft/models/w2111.json | 1 + assets/minecraft/models/w2112.json | 1 + assets/minecraft/models/w2113.json | 1 + assets/minecraft/models/w2114.json | 1 + assets/minecraft/models/w2115.json | 1 + assets/minecraft/models/w2116.json | 1 + assets/minecraft/models/w2117.json | 1 + assets/minecraft/models/w2118.json | 1 + assets/minecraft/models/w2119.json | 1 + assets/minecraft/models/w212.json | 1 + assets/minecraft/models/w2120.json | 1 + assets/minecraft/models/w2121.json | 1 + assets/minecraft/models/w2122.json | 1 + assets/minecraft/models/w2123.json | 1 + assets/minecraft/models/w2124.json | 1 + assets/minecraft/models/w2125.json | 1 + assets/minecraft/models/w2126.json | 1 + assets/minecraft/models/w2127.json | 1 + assets/minecraft/models/w2128.json | 1 + assets/minecraft/models/w2129.json | 1 + assets/minecraft/models/w213.json | 1 + assets/minecraft/models/w2130.json | 1 + assets/minecraft/models/w2131.json | 1 + assets/minecraft/models/w2132.json | 1 + assets/minecraft/models/w2133.json | 1 + assets/minecraft/models/w2134.json | 1 + assets/minecraft/models/w2135.json | 1 + assets/minecraft/models/w2136.json | 1 + assets/minecraft/models/w2137.json | 1 + assets/minecraft/models/w2138.json | 1 + assets/minecraft/models/w2139.json | 1 + assets/minecraft/models/w214.json | 1 + assets/minecraft/models/w2140.json | 1 + assets/minecraft/models/w2141.json | 1 + assets/minecraft/models/w2142.json | 1 + assets/minecraft/models/w2143.json | 1 + assets/minecraft/models/w2144.json | 1 + assets/minecraft/models/w2145.json | 1 + assets/minecraft/models/w2146.json | 1 + assets/minecraft/models/w2147.json | 1 + assets/minecraft/models/w2148.json | 1 + assets/minecraft/models/w2149.json | 1 + assets/minecraft/models/w215.json | 1 + assets/minecraft/models/w2150.json | 1 + assets/minecraft/models/w2151.json | 1 + assets/minecraft/models/w2152.json | 1 + assets/minecraft/models/w2153.json | 1 + assets/minecraft/models/w2154.json | 1 + assets/minecraft/models/w2155.json | 1 + assets/minecraft/models/w2156.json | 1 + assets/minecraft/models/w2157.json | 1 + assets/minecraft/models/w2158.json | 1 + assets/minecraft/models/w2159.json | 1 + assets/minecraft/models/w216.json | 1 + assets/minecraft/models/w2160.json | 1 + assets/minecraft/models/w2161.json | 1 + assets/minecraft/models/w2162.json | 1 + assets/minecraft/models/w2163.json | 1 + assets/minecraft/models/w2164.json | 1 + assets/minecraft/models/w2165.json | 1 + assets/minecraft/models/w2166.json | 1 + assets/minecraft/models/w2167.json | 1 + assets/minecraft/models/w2168.json | 1 + assets/minecraft/models/w2169.json | 1 + assets/minecraft/models/w217.json | 1 + assets/minecraft/models/w2170.json | 1 + assets/minecraft/models/w2171.json | 1 + assets/minecraft/models/w2172.json | 1 + assets/minecraft/models/w2173.json | 1 + assets/minecraft/models/w2174.json | 1 + assets/minecraft/models/w2175.json | 1 + assets/minecraft/models/w2176.json | 1 + assets/minecraft/models/w2177.json | 1 + assets/minecraft/models/w2178.json | 1 + assets/minecraft/models/w2179.json | 1 + assets/minecraft/models/w218.json | 1 + assets/minecraft/models/w2180.json | 1 + assets/minecraft/models/w2181.json | 1 + assets/minecraft/models/w2182.json | 1 + assets/minecraft/models/w2183.json | 1 + assets/minecraft/models/w2184.json | 1 + assets/minecraft/models/w2185.json | 1 + assets/minecraft/models/w2186.json | 1 + assets/minecraft/models/w2187.json | 1 + assets/minecraft/models/w2188.json | 1 + assets/minecraft/models/w2189.json | 1 + assets/minecraft/models/w219.json | 1 + assets/minecraft/models/w2190.json | 1 + assets/minecraft/models/w2191.json | 1 + assets/minecraft/models/w2192.json | 1 + assets/minecraft/models/w2193.json | 1 + assets/minecraft/models/w2194.json | 1 + assets/minecraft/models/w2195.json | 1 + assets/minecraft/models/w2196.json | 1 + assets/minecraft/models/w2197.json | 1 + assets/minecraft/models/w2198.json | 1 + assets/minecraft/models/w2199.json | 1 + assets/minecraft/models/w22.json | 1 + assets/minecraft/models/w220.json | 1 + assets/minecraft/models/w2200.json | 1 + assets/minecraft/models/w2201.json | 1 + assets/minecraft/models/w2202.json | 1 + assets/minecraft/models/w2203.json | 1 + assets/minecraft/models/w2204.json | 1 + assets/minecraft/models/w2205.json | 1 + assets/minecraft/models/w2206.json | 1 + assets/minecraft/models/w2207.json | 1 + assets/minecraft/models/w2208.json | 1 + assets/minecraft/models/w2209.json | 1 + assets/minecraft/models/w221.json | 1 + assets/minecraft/models/w2210.json | 1 + assets/minecraft/models/w2211.json | 1 + assets/minecraft/models/w2212.json | 1 + assets/minecraft/models/w2213.json | 1 + assets/minecraft/models/w2214.json | 1 + assets/minecraft/models/w2215.json | 1 + assets/minecraft/models/w2216.json | 1 + assets/minecraft/models/w2217.json | 1 + assets/minecraft/models/w2218.json | 1 + assets/minecraft/models/w2219.json | 1 + assets/minecraft/models/w222.json | 1 + assets/minecraft/models/w2220.json | 1 + assets/minecraft/models/w2221.json | 1 + assets/minecraft/models/w2222.json | 1 + assets/minecraft/models/w2223.json | 1 + assets/minecraft/models/w2224.json | 1 + assets/minecraft/models/w2225.json | 1 + assets/minecraft/models/w2226.json | 1 + assets/minecraft/models/w2227.json | 1 + assets/minecraft/models/w2228.json | 1 + assets/minecraft/models/w2229.json | 1 + assets/minecraft/models/w223.json | 1 + assets/minecraft/models/w2230.json | 1 + assets/minecraft/models/w2231.json | 1 + assets/minecraft/models/w2232.json | 1 + assets/minecraft/models/w2233.json | 1 + assets/minecraft/models/w2234.json | 1 + assets/minecraft/models/w2235.json | 1 + assets/minecraft/models/w2236.json | 1 + assets/minecraft/models/w2237.json | 1 + assets/minecraft/models/w2238.json | 1 + assets/minecraft/models/w2239.json | 1 + assets/minecraft/models/w224.json | 1 + assets/minecraft/models/w2240.json | 1 + assets/minecraft/models/w2241.json | 1 + assets/minecraft/models/w2242.json | 1 + assets/minecraft/models/w2243.json | 1 + assets/minecraft/models/w2244.json | 1 + assets/minecraft/models/w2245.json | 1 + assets/minecraft/models/w2246.json | 1 + assets/minecraft/models/w2247.json | 1 + assets/minecraft/models/w2248.json | 1 + assets/minecraft/models/w2249.json | 1 + assets/minecraft/models/w225.json | 1 + assets/minecraft/models/w2250.json | 1 + assets/minecraft/models/w2251.json | 1 + assets/minecraft/models/w2252.json | 1 + assets/minecraft/models/w2253.json | 1 + assets/minecraft/models/w2254.json | 1 + assets/minecraft/models/w2255.json | 1 + assets/minecraft/models/w2256.json | 1 + assets/minecraft/models/w2257.json | 1 + assets/minecraft/models/w2258.json | 1 + assets/minecraft/models/w2259.json | 1 + assets/minecraft/models/w226.json | 1 + assets/minecraft/models/w2260.json | 1 + assets/minecraft/models/w2261.json | 1 + assets/minecraft/models/w2262.json | 1 + assets/minecraft/models/w2263.json | 1 + assets/minecraft/models/w2264.json | 1 + assets/minecraft/models/w2265.json | 1 + assets/minecraft/models/w2266.json | 1 + assets/minecraft/models/w2267.json | 1 + assets/minecraft/models/w2268.json | 1 + assets/minecraft/models/w2269.json | 1 + assets/minecraft/models/w227.json | 1 + assets/minecraft/models/w2270.json | 1 + assets/minecraft/models/w2271.json | 1 + assets/minecraft/models/w2272.json | 1 + assets/minecraft/models/w2273.json | 1 + assets/minecraft/models/w2274.json | 1 + assets/minecraft/models/w2275.json | 1 + assets/minecraft/models/w2276.json | 1 + assets/minecraft/models/w2277.json | 1 + assets/minecraft/models/w2278.json | 1 + assets/minecraft/models/w2279.json | 1 + assets/minecraft/models/w228.json | 1 + assets/minecraft/models/w2280.json | 1 + assets/minecraft/models/w2281.json | 1 + assets/minecraft/models/w2282.json | 1 + assets/minecraft/models/w2283.json | 1 + assets/minecraft/models/w2284.json | 1 + assets/minecraft/models/w2285.json | 1 + assets/minecraft/models/w2286.json | 1 + assets/minecraft/models/w2287.json | 1 + assets/minecraft/models/w2288.json | 1 + assets/minecraft/models/w2289.json | 1 + assets/minecraft/models/w229.json | 1 + assets/minecraft/models/w2290.json | 1 + assets/minecraft/models/w2291.json | 1 + assets/minecraft/models/w2292.json | 1 + assets/minecraft/models/w2293.json | 1 + assets/minecraft/models/w2294.json | 1 + assets/minecraft/models/w2295.json | 1 + assets/minecraft/models/w2296.json | 1 + assets/minecraft/models/w2297.json | 1 + assets/minecraft/models/w2298.json | 1 + assets/minecraft/models/w2299.json | 1 + assets/minecraft/models/w23.json | 1 + assets/minecraft/models/w230.json | 1 + assets/minecraft/models/w2300.json | 1 + assets/minecraft/models/w2301.json | 1 + assets/minecraft/models/w2302.json | 1 + assets/minecraft/models/w2303.json | 1 + assets/minecraft/models/w2304.json | 1 + assets/minecraft/models/w2305.json | 1 + assets/minecraft/models/w2306.json | 1 + assets/minecraft/models/w2307.json | 1 + assets/minecraft/models/w2308.json | 1 + assets/minecraft/models/w2309.json | 1 + assets/minecraft/models/w231.json | 1 + assets/minecraft/models/w2310.json | 1 + assets/minecraft/models/w2311.json | 1 + assets/minecraft/models/w2312.json | 1 + assets/minecraft/models/w2313.json | 1 + assets/minecraft/models/w2314.json | 1 + assets/minecraft/models/w2315.json | 1 + assets/minecraft/models/w2316.json | 1 + assets/minecraft/models/w2317.json | 1 + assets/minecraft/models/w2318.json | 1 + assets/minecraft/models/w2319.json | 1 + assets/minecraft/models/w232.json | 1 + assets/minecraft/models/w2320.json | 1 + assets/minecraft/models/w2321.json | 1 + assets/minecraft/models/w2322.json | 1 + assets/minecraft/models/w2323.json | 1 + assets/minecraft/models/w2324.json | 1 + assets/minecraft/models/w2325.json | 1 + assets/minecraft/models/w2326.json | 1 + assets/minecraft/models/w2327.json | 1 + assets/minecraft/models/w2328.json | 1 + assets/minecraft/models/w2329.json | 1 + assets/minecraft/models/w233.json | 1 + assets/minecraft/models/w2330.json | 1 + assets/minecraft/models/w2331.json | 1 + assets/minecraft/models/w2332.json | 1 + assets/minecraft/models/w2333.json | 1 + assets/minecraft/models/w2334.json | 1 + assets/minecraft/models/w2335.json | 1 + assets/minecraft/models/w2336.json | 1 + assets/minecraft/models/w2337.json | 1 + assets/minecraft/models/w2338.json | 1 + assets/minecraft/models/w2339.json | 1 + assets/minecraft/models/w234.json | 1 + assets/minecraft/models/w2340.json | 1 + assets/minecraft/models/w2341.json | 1 + assets/minecraft/models/w2342.json | 1 + assets/minecraft/models/w2343.json | 1 + assets/minecraft/models/w2344.json | 1 + assets/minecraft/models/w2345.json | 1 + assets/minecraft/models/w2346.json | 1 + assets/minecraft/models/w2347.json | 1 + assets/minecraft/models/w2348.json | 1 + assets/minecraft/models/w2349.json | 1 + assets/minecraft/models/w235.json | 1 + assets/minecraft/models/w2350.json | 1 + assets/minecraft/models/w2351.json | 1 + assets/minecraft/models/w2352.json | 1 + assets/minecraft/models/w2353.json | 1 + assets/minecraft/models/w2354.json | 1 + assets/minecraft/models/w2355.json | 1 + assets/minecraft/models/w2356.json | 1 + assets/minecraft/models/w2357.json | 1 + assets/minecraft/models/w2358.json | 1 + assets/minecraft/models/w2359.json | 1 + assets/minecraft/models/w236.json | 1 + assets/minecraft/models/w2360.json | 1 + assets/minecraft/models/w2361.json | 1 + assets/minecraft/models/w2362.json | 1 + assets/minecraft/models/w2363.json | 1 + assets/minecraft/models/w2364.json | 1 + assets/minecraft/models/w2365.json | 1 + assets/minecraft/models/w2366.json | 1 + assets/minecraft/models/w2367.json | 1 + assets/minecraft/models/w2368.json | 1 + assets/minecraft/models/w2369.json | 1 + assets/minecraft/models/w237.json | 1 + assets/minecraft/models/w2370.json | 1 + assets/minecraft/models/w2371.json | 1 + assets/minecraft/models/w2372.json | 1 + assets/minecraft/models/w2373.json | 1 + assets/minecraft/models/w2374.json | 1 + assets/minecraft/models/w2375.json | 1 + assets/minecraft/models/w2376.json | 1 + assets/minecraft/models/w2377.json | 1 + assets/minecraft/models/w2378.json | 1 + assets/minecraft/models/w2379.json | 1 + assets/minecraft/models/w238.json | 1 + assets/minecraft/models/w2380.json | 1 + assets/minecraft/models/w2381.json | 1 + assets/minecraft/models/w2382.json | 1 + assets/minecraft/models/w2383.json | 1 + assets/minecraft/models/w2384.json | 1 + assets/minecraft/models/w2385.json | 1 + assets/minecraft/models/w2386.json | 1 + assets/minecraft/models/w2387.json | 1 + assets/minecraft/models/w2388.json | 1 + assets/minecraft/models/w2389.json | 1 + assets/minecraft/models/w239.json | 1 + assets/minecraft/models/w2390.json | 1 + assets/minecraft/models/w2391.json | 1 + assets/minecraft/models/w2392.json | 1 + assets/minecraft/models/w2393.json | 1 + assets/minecraft/models/w2394.json | 1 + assets/minecraft/models/w2395.json | 1 + assets/minecraft/models/w2396.json | 1 + assets/minecraft/models/w2397.json | 1 + assets/minecraft/models/w2398.json | 1 + assets/minecraft/models/w2399.json | 1 + assets/minecraft/models/w24.json | 1 + assets/minecraft/models/w240.json | 1 + assets/minecraft/models/w2400.json | 1 + assets/minecraft/models/w2401.json | 1 + assets/minecraft/models/w2402.json | 1 + assets/minecraft/models/w2403.json | 1 + assets/minecraft/models/w2404.json | 1 + assets/minecraft/models/w2405.json | 1 + assets/minecraft/models/w2406.json | 1 + assets/minecraft/models/w2407.json | 1 + assets/minecraft/models/w2408.json | 1 + assets/minecraft/models/w2409.json | 1 + assets/minecraft/models/w241.json | 1 + assets/minecraft/models/w2410.json | 1 + assets/minecraft/models/w2411.json | 1 + assets/minecraft/models/w2412.json | 1 + assets/minecraft/models/w2413.json | 1 + assets/minecraft/models/w2414.json | 1 + assets/minecraft/models/w2415.json | 1 + assets/minecraft/models/w2416.json | 1 + assets/minecraft/models/w2417.json | 1 + assets/minecraft/models/w2418.json | 1 + assets/minecraft/models/w2419.json | 1 + assets/minecraft/models/w242.json | 1 + assets/minecraft/models/w2420.json | 1 + assets/minecraft/models/w2421.json | 1 + assets/minecraft/models/w2422.json | 1 + assets/minecraft/models/w2423.json | 1 + assets/minecraft/models/w2424.json | 1 + assets/minecraft/models/w2425.json | 1 + assets/minecraft/models/w2426.json | 1 + assets/minecraft/models/w2427.json | 1 + assets/minecraft/models/w2428.json | 1 + assets/minecraft/models/w2429.json | 1 + assets/minecraft/models/w243.json | 1 + assets/minecraft/models/w2430.json | 1 + assets/minecraft/models/w2431.json | 1 + assets/minecraft/models/w2432.json | 1 + assets/minecraft/models/w2433.json | 1 + assets/minecraft/models/w2434.json | 1 + assets/minecraft/models/w2435.json | 1 + assets/minecraft/models/w2436.json | 1 + assets/minecraft/models/w2437.json | 1 + assets/minecraft/models/w2438.json | 1 + assets/minecraft/models/w2439.json | 1 + assets/minecraft/models/w244.json | 1 + assets/minecraft/models/w2440.json | 1 + assets/minecraft/models/w2441.json | 1 + assets/minecraft/models/w2442.json | 1 + assets/minecraft/models/w2443.json | 1 + assets/minecraft/models/w2444.json | 1 + assets/minecraft/models/w2445.json | 1 + assets/minecraft/models/w2446.json | 1 + assets/minecraft/models/w2447.json | 1 + assets/minecraft/models/w2448.json | 1 + assets/minecraft/models/w2449.json | 1 + assets/minecraft/models/w245.json | 1 + assets/minecraft/models/w2450.json | 1 + assets/minecraft/models/w2451.json | 1 + assets/minecraft/models/w2452.json | 1 + assets/minecraft/models/w2453.json | 1 + assets/minecraft/models/w2454.json | 1 + assets/minecraft/models/w2455.json | 1 + assets/minecraft/models/w2456.json | 1 + assets/minecraft/models/w2457.json | 1 + assets/minecraft/models/w2458.json | 1 + assets/minecraft/models/w2459.json | 1 + assets/minecraft/models/w246.json | 1 + assets/minecraft/models/w2460.json | 1 + assets/minecraft/models/w2461.json | 1 + assets/minecraft/models/w2462.json | 1 + assets/minecraft/models/w2463.json | 1 + assets/minecraft/models/w2464.json | 1 + assets/minecraft/models/w2465.json | 1 + assets/minecraft/models/w2466.json | 1 + assets/minecraft/models/w2467.json | 1 + assets/minecraft/models/w2468.json | 1 + assets/minecraft/models/w2469.json | 1 + assets/minecraft/models/w247.json | 1 + assets/minecraft/models/w2470.json | 1 + assets/minecraft/models/w2471.json | 1 + assets/minecraft/models/w2472.json | 1 + assets/minecraft/models/w2473.json | 1 + assets/minecraft/models/w2474.json | 1 + assets/minecraft/models/w2475.json | 1 + assets/minecraft/models/w2476.json | 1 + assets/minecraft/models/w2477.json | 1 + assets/minecraft/models/w2478.json | 1 + assets/minecraft/models/w2479.json | 1 + assets/minecraft/models/w248.json | 1 + assets/minecraft/models/w2480.json | 1 + assets/minecraft/models/w2481.json | 1 + assets/minecraft/models/w2482.json | 1 + assets/minecraft/models/w2483.json | 1 + assets/minecraft/models/w2484.json | 1 + assets/minecraft/models/w2485.json | 1 + assets/minecraft/models/w2486.json | 1 + assets/minecraft/models/w2487.json | 1 + assets/minecraft/models/w2488.json | 1 + assets/minecraft/models/w2489.json | 1 + assets/minecraft/models/w249.json | 1 + assets/minecraft/models/w2490.json | 1 + assets/minecraft/models/w2491.json | 1 + assets/minecraft/models/w2492.json | 1 + assets/minecraft/models/w2493.json | 1 + assets/minecraft/models/w2494.json | 1 + assets/minecraft/models/w2495.json | 1 + assets/minecraft/models/w2496.json | 1 + assets/minecraft/models/w2497.json | 1 + assets/minecraft/models/w2498.json | 1 + assets/minecraft/models/w2499.json | 1 + assets/minecraft/models/w25.json | 1 + assets/minecraft/models/w250.json | 1 + assets/minecraft/models/w2500.json | 1 + assets/minecraft/models/w2501.json | 1 + assets/minecraft/models/w2502.json | 1 + assets/minecraft/models/w2503.json | 1 + assets/minecraft/models/w2504.json | 1 + assets/minecraft/models/w2505.json | 1 + assets/minecraft/models/w2506.json | 1 + assets/minecraft/models/w2507.json | 1 + assets/minecraft/models/w2508.json | 1 + assets/minecraft/models/w2509.json | 1 + assets/minecraft/models/w251.json | 1 + assets/minecraft/models/w2510.json | 1 + assets/minecraft/models/w2511.json | 1 + assets/minecraft/models/w2512.json | 1 + assets/minecraft/models/w2513.json | 1 + assets/minecraft/models/w2514.json | 1 + assets/minecraft/models/w2515.json | 1 + assets/minecraft/models/w2516.json | 1 + assets/minecraft/models/w2517.json | 1 + assets/minecraft/models/w2518.json | 1 + assets/minecraft/models/w2519.json | 1 + assets/minecraft/models/w252.json | 1 + assets/minecraft/models/w2520.json | 1 + assets/minecraft/models/w2521.json | 1 + assets/minecraft/models/w2522.json | 1 + assets/minecraft/models/w2523.json | 1 + assets/minecraft/models/w2524.json | 1 + assets/minecraft/models/w2525.json | 1 + assets/minecraft/models/w2526.json | 1 + assets/minecraft/models/w2527.json | 1 + assets/minecraft/models/w2528.json | 1 + assets/minecraft/models/w2529.json | 1 + assets/minecraft/models/w253.json | 1 + assets/minecraft/models/w2530.json | 1 + assets/minecraft/models/w2531.json | 1 + assets/minecraft/models/w2532.json | 1 + assets/minecraft/models/w2533.json | 1 + assets/minecraft/models/w2534.json | 1 + assets/minecraft/models/w2535.json | 1 + assets/minecraft/models/w2536.json | 1 + assets/minecraft/models/w2537.json | 1 + assets/minecraft/models/w2538.json | 1 + assets/minecraft/models/w2539.json | 1 + assets/minecraft/models/w254.json | 1 + assets/minecraft/models/w2540.json | 1 + assets/minecraft/models/w2541.json | 1 + assets/minecraft/models/w2542.json | 1 + assets/minecraft/models/w2543.json | 1 + assets/minecraft/models/w2544.json | 1 + assets/minecraft/models/w2545.json | 1 + assets/minecraft/models/w2546.json | 1 + assets/minecraft/models/w2547.json | 1 + assets/minecraft/models/w2548.json | 1 + assets/minecraft/models/w2549.json | 1 + assets/minecraft/models/w255.json | 1 + assets/minecraft/models/w2550.json | 1 + assets/minecraft/models/w2551.json | 1 + assets/minecraft/models/w2552.json | 1 + assets/minecraft/models/w2553.json | 1 + assets/minecraft/models/w2554.json | 1 + assets/minecraft/models/w2555.json | 1 + assets/minecraft/models/w2556.json | 1 + assets/minecraft/models/w2557.json | 1 + assets/minecraft/models/w2558.json | 1 + assets/minecraft/models/w2559.json | 1 + assets/minecraft/models/w256.json | 1 + assets/minecraft/models/w2560.json | 1 + assets/minecraft/models/w2561.json | 1 + assets/minecraft/models/w2562.json | 1 + assets/minecraft/models/w2563.json | 1 + assets/minecraft/models/w2564.json | 1 + assets/minecraft/models/w2565.json | 1 + assets/minecraft/models/w2566.json | 1 + assets/minecraft/models/w2567.json | 1 + assets/minecraft/models/w2568.json | 1 + assets/minecraft/models/w2569.json | 1 + assets/minecraft/models/w257.json | 1 + assets/minecraft/models/w2570.json | 1 + assets/minecraft/models/w2571.json | 1 + assets/minecraft/models/w2572.json | 1 + assets/minecraft/models/w2573.json | 1 + assets/minecraft/models/w2574.json | 1 + assets/minecraft/models/w2575.json | 1 + assets/minecraft/models/w2576.json | 1 + assets/minecraft/models/w2577.json | 1 + assets/minecraft/models/w2578.json | 1 + assets/minecraft/models/w2579.json | 1 + assets/minecraft/models/w258.json | 1 + assets/minecraft/models/w2580.json | 1 + assets/minecraft/models/w2581.json | 1 + assets/minecraft/models/w2582.json | 1 + assets/minecraft/models/w2583.json | 1 + assets/minecraft/models/w2584.json | 1 + assets/minecraft/models/w2585.json | 1 + assets/minecraft/models/w2586.json | 1 + assets/minecraft/models/w2587.json | 1 + assets/minecraft/models/w2588.json | 1 + assets/minecraft/models/w2589.json | 1 + assets/minecraft/models/w259.json | 1 + assets/minecraft/models/w2590.json | 1 + assets/minecraft/models/w2591.json | 1 + assets/minecraft/models/w2592.json | 1 + assets/minecraft/models/w2593.json | 1 + assets/minecraft/models/w2594.json | 1 + assets/minecraft/models/w2595.json | 1 + assets/minecraft/models/w2596.json | 1 + assets/minecraft/models/w2597.json | 1 + assets/minecraft/models/w2598.json | 1 + assets/minecraft/models/w2599.json | 1 + assets/minecraft/models/w26.json | 1 + assets/minecraft/models/w260.json | 1 + assets/minecraft/models/w2600.json | 1 + assets/minecraft/models/w2601.json | 1 + assets/minecraft/models/w2602.json | 1 + assets/minecraft/models/w2603.json | 1 + assets/minecraft/models/w2604.json | 1 + assets/minecraft/models/w2605.json | 1 + assets/minecraft/models/w2606.json | 1 + assets/minecraft/models/w2607.json | 1 + assets/minecraft/models/w2608.json | 1 + assets/minecraft/models/w2609.json | 1 + assets/minecraft/models/w261.json | 1 + assets/minecraft/models/w2610.json | 1 + assets/minecraft/models/w2611.json | 1 + assets/minecraft/models/w2612.json | 1 + assets/minecraft/models/w2613.json | 1 + assets/minecraft/models/w2614.json | 1 + assets/minecraft/models/w2615.json | 1 + assets/minecraft/models/w2616.json | 1 + assets/minecraft/models/w2617.json | 1 + assets/minecraft/models/w2618.json | 1 + assets/minecraft/models/w2619.json | 1 + assets/minecraft/models/w262.json | 1 + assets/minecraft/models/w2620.json | 1 + assets/minecraft/models/w2621.json | 1 + assets/minecraft/models/w2622.json | 1 + assets/minecraft/models/w2623.json | 1 + assets/minecraft/models/w2624.json | 1 + assets/minecraft/models/w2625.json | 1 + assets/minecraft/models/w2626.json | 1 + assets/minecraft/models/w2627.json | 1 + assets/minecraft/models/w2628.json | 1 + assets/minecraft/models/w2629.json | 1 + assets/minecraft/models/w263.json | 1 + assets/minecraft/models/w2630.json | 1 + assets/minecraft/models/w2631.json | 1 + assets/minecraft/models/w2632.json | 1 + assets/minecraft/models/w2633.json | 1 + assets/minecraft/models/w2634.json | 1 + assets/minecraft/models/w2635.json | 1 + assets/minecraft/models/w2636.json | 1 + assets/minecraft/models/w2637.json | 1 + assets/minecraft/models/w2638.json | 1 + assets/minecraft/models/w2639.json | 1 + assets/minecraft/models/w264.json | 1 + assets/minecraft/models/w2640.json | 1 + assets/minecraft/models/w2641.json | 1 + assets/minecraft/models/w2642.json | 1 + assets/minecraft/models/w2643.json | 1 + assets/minecraft/models/w2644.json | 1 + assets/minecraft/models/w2645.json | 1 + assets/minecraft/models/w2646.json | 1 + assets/minecraft/models/w2647.json | 1 + assets/minecraft/models/w2648.json | 1 + assets/minecraft/models/w2649.json | 1 + assets/minecraft/models/w265.json | 1 + assets/minecraft/models/w2650.json | 1 + assets/minecraft/models/w2651.json | 1 + assets/minecraft/models/w2652.json | 1 + assets/minecraft/models/w2653.json | 1 + assets/minecraft/models/w2654.json | 1 + assets/minecraft/models/w2655.json | 1 + assets/minecraft/models/w2656.json | 1 + assets/minecraft/models/w2657.json | 1 + assets/minecraft/models/w2658.json | 1 + assets/minecraft/models/w2659.json | 1 + assets/minecraft/models/w266.json | 1 + assets/minecraft/models/w2660.json | 1 + assets/minecraft/models/w2661.json | 1 + assets/minecraft/models/w2662.json | 1 + assets/minecraft/models/w2663.json | 1 + assets/minecraft/models/w2664.json | 1 + assets/minecraft/models/w2665.json | 1 + assets/minecraft/models/w2666.json | 1 + assets/minecraft/models/w2667.json | 1 + assets/minecraft/models/w2668.json | 1 + assets/minecraft/models/w2669.json | 1 + assets/minecraft/models/w267.json | 1 + assets/minecraft/models/w2670.json | 1 + assets/minecraft/models/w2671.json | 1 + assets/minecraft/models/w2672.json | 1 + assets/minecraft/models/w2673.json | 1 + assets/minecraft/models/w2674.json | 1 + assets/minecraft/models/w2675.json | 1 + assets/minecraft/models/w2676.json | 1 + assets/minecraft/models/w2677.json | 1 + assets/minecraft/models/w2678.json | 1 + assets/minecraft/models/w2679.json | 1 + assets/minecraft/models/w268.json | 1 + assets/minecraft/models/w2680.json | 1 + assets/minecraft/models/w2681.json | 1 + assets/minecraft/models/w2682.json | 1 + assets/minecraft/models/w2683.json | 1 + assets/minecraft/models/w2684.json | 1 + assets/minecraft/models/w2685.json | 1 + assets/minecraft/models/w2686.json | 1 + assets/minecraft/models/w2687.json | 1 + assets/minecraft/models/w2688.json | 1 + assets/minecraft/models/w2689.json | 1 + assets/minecraft/models/w269.json | 1 + assets/minecraft/models/w2690.json | 1 + assets/minecraft/models/w2691.json | 1 + assets/minecraft/models/w2692.json | 1 + assets/minecraft/models/w2693.json | 1 + assets/minecraft/models/w2694.json | 1 + assets/minecraft/models/w2695.json | 1 + assets/minecraft/models/w2696.json | 1 + assets/minecraft/models/w2697.json | 1 + assets/minecraft/models/w2698.json | 1 + assets/minecraft/models/w2699.json | 1 + assets/minecraft/models/w27.json | 1 + assets/minecraft/models/w270.json | 1 + assets/minecraft/models/w2700.json | 1 + assets/minecraft/models/w2701.json | 1 + assets/minecraft/models/w2702.json | 1 + assets/minecraft/models/w2703.json | 1 + assets/minecraft/models/w2704.json | 1 + assets/minecraft/models/w2705.json | 1 + assets/minecraft/models/w2706.json | 1 + assets/minecraft/models/w2707.json | 1 + assets/minecraft/models/w2708.json | 1 + assets/minecraft/models/w2709.json | 1 + assets/minecraft/models/w271.json | 1 + assets/minecraft/models/w2710.json | 1 + assets/minecraft/models/w2711.json | 1 + assets/minecraft/models/w2712.json | 1 + assets/minecraft/models/w2713.json | 1 + assets/minecraft/models/w2714.json | 1 + assets/minecraft/models/w2715.json | 1 + assets/minecraft/models/w2716.json | 1 + assets/minecraft/models/w2717.json | 1 + assets/minecraft/models/w2718.json | 1 + assets/minecraft/models/w2719.json | 1 + assets/minecraft/models/w272.json | 1 + assets/minecraft/models/w2720.json | 1 + assets/minecraft/models/w2721.json | 1 + assets/minecraft/models/w2722.json | 1 + assets/minecraft/models/w2723.json | 1 + assets/minecraft/models/w2724.json | 1 + assets/minecraft/models/w2725.json | 1 + assets/minecraft/models/w2726.json | 1 + assets/minecraft/models/w2727.json | 1 + assets/minecraft/models/w2728.json | 1 + assets/minecraft/models/w2729.json | 1 + assets/minecraft/models/w273.json | 1 + assets/minecraft/models/w2730.json | 1 + assets/minecraft/models/w2731.json | 1 + assets/minecraft/models/w2732.json | 1 + assets/minecraft/models/w2733.json | 1 + assets/minecraft/models/w2734.json | 1 + assets/minecraft/models/w2735.json | 1 + assets/minecraft/models/w2736.json | 1 + assets/minecraft/models/w2737.json | 1 + assets/minecraft/models/w2738.json | 1 + assets/minecraft/models/w2739.json | 1 + assets/minecraft/models/w274.json | 1 + assets/minecraft/models/w2740.json | 1 + assets/minecraft/models/w2741.json | 1 + assets/minecraft/models/w2742.json | 1 + assets/minecraft/models/w2743.json | 1 + assets/minecraft/models/w2744.json | 1 + assets/minecraft/models/w2745.json | 1 + assets/minecraft/models/w2746.json | 1 + assets/minecraft/models/w2747.json | 1 + assets/minecraft/models/w2748.json | 1 + assets/minecraft/models/w2749.json | 1 + assets/minecraft/models/w275.json | 1 + assets/minecraft/models/w2750.json | 1 + assets/minecraft/models/w2751.json | 1 + assets/minecraft/models/w2752.json | 1 + assets/minecraft/models/w2753.json | 1 + assets/minecraft/models/w2754.json | 1 + assets/minecraft/models/w2755.json | 1 + assets/minecraft/models/w2756.json | 1 + assets/minecraft/models/w2757.json | 1 + assets/minecraft/models/w2758.json | 1 + assets/minecraft/models/w2759.json | 1 + assets/minecraft/models/w276.json | 1 + assets/minecraft/models/w2760.json | 1 + assets/minecraft/models/w2761.json | 1 + assets/minecraft/models/w2762.json | 1 + assets/minecraft/models/w2763.json | 1 + assets/minecraft/models/w2764.json | 1 + assets/minecraft/models/w2765.json | 1 + assets/minecraft/models/w2766.json | 1 + assets/minecraft/models/w2767.json | 1 + assets/minecraft/models/w2768.json | 1 + assets/minecraft/models/w2769.json | 1 + assets/minecraft/models/w277.json | 1 + assets/minecraft/models/w2770.json | 1 + assets/minecraft/models/w2771.json | 1 + assets/minecraft/models/w2772.json | 1 + assets/minecraft/models/w2773.json | 1 + assets/minecraft/models/w2774.json | 1 + assets/minecraft/models/w2775.json | 1 + assets/minecraft/models/w2776.json | 1 + assets/minecraft/models/w2777.json | 1 + assets/minecraft/models/w2778.json | 1 + assets/minecraft/models/w2779.json | 1 + assets/minecraft/models/w278.json | 1 + assets/minecraft/models/w2780.json | 1 + assets/minecraft/models/w2781.json | 1 + assets/minecraft/models/w2782.json | 1 + assets/minecraft/models/w2783.json | 1 + assets/minecraft/models/w2784.json | 1 + assets/minecraft/models/w2785.json | 1 + assets/minecraft/models/w2786.json | 1 + assets/minecraft/models/w2787.json | 1 + assets/minecraft/models/w2788.json | 1 + assets/minecraft/models/w2789.json | 1 + assets/minecraft/models/w279.json | 1 + assets/minecraft/models/w2790.json | 1 + assets/minecraft/models/w2791.json | 1 + assets/minecraft/models/w2792.json | 1 + assets/minecraft/models/w2793.json | 1 + assets/minecraft/models/w2794.json | 1 + assets/minecraft/models/w2795.json | 1 + assets/minecraft/models/w2796.json | 1 + assets/minecraft/models/w2797.json | 1 + assets/minecraft/models/w2798.json | 1 + assets/minecraft/models/w2799.json | 1 + assets/minecraft/models/w28.json | 1 + assets/minecraft/models/w280.json | 1 + assets/minecraft/models/w2800.json | 1 + assets/minecraft/models/w2801.json | 1 + assets/minecraft/models/w2802.json | 1 + assets/minecraft/models/w2803.json | 1 + assets/minecraft/models/w2804.json | 1 + assets/minecraft/models/w2805.json | 1 + assets/minecraft/models/w2806.json | 1 + assets/minecraft/models/w2807.json | 1 + assets/minecraft/models/w2808.json | 1 + assets/minecraft/models/w2809.json | 1 + assets/minecraft/models/w281.json | 1 + assets/minecraft/models/w2810.json | 1 + assets/minecraft/models/w2811.json | 1 + assets/minecraft/models/w2812.json | 1 + assets/minecraft/models/w2813.json | 1 + assets/minecraft/models/w2814.json | 1 + assets/minecraft/models/w2815.json | 1 + assets/minecraft/models/w2816.json | 1 + assets/minecraft/models/w2817.json | 1 + assets/minecraft/models/w2818.json | 1 + assets/minecraft/models/w2819.json | 1 + assets/minecraft/models/w282.json | 1 + assets/minecraft/models/w2820.json | 1 + assets/minecraft/models/w2821.json | 1 + assets/minecraft/models/w2822.json | 1 + assets/minecraft/models/w2823.json | 1 + assets/minecraft/models/w2824.json | 1 + assets/minecraft/models/w2825.json | 1 + assets/minecraft/models/w2826.json | 1 + assets/minecraft/models/w2827.json | 1 + assets/minecraft/models/w2828.json | 1 + assets/minecraft/models/w2829.json | 1 + assets/minecraft/models/w283.json | 1 + assets/minecraft/models/w2830.json | 1 + assets/minecraft/models/w2831.json | 1 + assets/minecraft/models/w2832.json | 1 + assets/minecraft/models/w2833.json | 1 + assets/minecraft/models/w2834.json | 1 + assets/minecraft/models/w2835.json | 1 + assets/minecraft/models/w2836.json | 1 + assets/minecraft/models/w2837.json | 1 + assets/minecraft/models/w2838.json | 1 + assets/minecraft/models/w2839.json | 1 + assets/minecraft/models/w284.json | 1 + assets/minecraft/models/w2840.json | 1 + assets/minecraft/models/w2841.json | 1 + assets/minecraft/models/w2842.json | 1 + assets/minecraft/models/w2843.json | 1 + assets/minecraft/models/w2844.json | 1 + assets/minecraft/models/w2845.json | 1 + assets/minecraft/models/w2846.json | 1 + assets/minecraft/models/w2847.json | 1 + assets/minecraft/models/w2848.json | 1 + assets/minecraft/models/w2849.json | 1 + assets/minecraft/models/w285.json | 1 + assets/minecraft/models/w2850.json | 1 + assets/minecraft/models/w2851.json | 1 + assets/minecraft/models/w2852.json | 1 + assets/minecraft/models/w2853.json | 1 + assets/minecraft/models/w2854.json | 1 + assets/minecraft/models/w2855.json | 1 + assets/minecraft/models/w2856.json | 1 + assets/minecraft/models/w2857.json | 1 + assets/minecraft/models/w2858.json | 1 + assets/minecraft/models/w2859.json | 1 + assets/minecraft/models/w286.json | 1 + assets/minecraft/models/w2860.json | 1 + assets/minecraft/models/w2861.json | 1 + assets/minecraft/models/w2862.json | 1 + assets/minecraft/models/w2863.json | 1 + assets/minecraft/models/w2864.json | 1 + assets/minecraft/models/w2865.json | 1 + assets/minecraft/models/w2866.json | 1 + assets/minecraft/models/w2867.json | 1 + assets/minecraft/models/w2868.json | 1 + assets/minecraft/models/w2869.json | 1 + assets/minecraft/models/w287.json | 1 + assets/minecraft/models/w2870.json | 1 + assets/minecraft/models/w2871.json | 1 + assets/minecraft/models/w2872.json | 1 + assets/minecraft/models/w2873.json | 1 + assets/minecraft/models/w2874.json | 1 + assets/minecraft/models/w2875.json | 1 + assets/minecraft/models/w2876.json | 1 + assets/minecraft/models/w2877.json | 1 + assets/minecraft/models/w2878.json | 1 + assets/minecraft/models/w2879.json | 1 + assets/minecraft/models/w288.json | 1 + assets/minecraft/models/w2880.json | 1 + assets/minecraft/models/w2881.json | 1 + assets/minecraft/models/w2882.json | 1 + assets/minecraft/models/w2883.json | 1 + assets/minecraft/models/w2884.json | 1 + assets/minecraft/models/w2885.json | 1 + assets/minecraft/models/w2886.json | 1 + assets/minecraft/models/w2887.json | 1 + assets/minecraft/models/w2888.json | 1 + assets/minecraft/models/w2889.json | 1 + assets/minecraft/models/w289.json | 1 + assets/minecraft/models/w2890.json | 1 + assets/minecraft/models/w2891.json | 1 + assets/minecraft/models/w2892.json | 1 + assets/minecraft/models/w2893.json | 1 + assets/minecraft/models/w2894.json | 1 + assets/minecraft/models/w2895.json | 1 + assets/minecraft/models/w2896.json | 1 + assets/minecraft/models/w2897.json | 1 + assets/minecraft/models/w2898.json | 1 + assets/minecraft/models/w2899.json | 1 + assets/minecraft/models/w29.json | 1 + assets/minecraft/models/w290.json | 1 + assets/minecraft/models/w2900.json | 1 + assets/minecraft/models/w2901.json | 1 + assets/minecraft/models/w2902.json | 1 + assets/minecraft/models/w2903.json | 1 + assets/minecraft/models/w2904.json | 1 + assets/minecraft/models/w2905.json | 1 + assets/minecraft/models/w2906.json | 1 + assets/minecraft/models/w2907.json | 1 + assets/minecraft/models/w2908.json | 1 + assets/minecraft/models/w2909.json | 1 + assets/minecraft/models/w291.json | 1 + assets/minecraft/models/w2910.json | 1 + assets/minecraft/models/w2911.json | 1 + assets/minecraft/models/w2912.json | 1 + assets/minecraft/models/w2913.json | 1 + assets/minecraft/models/w2914.json | 1 + assets/minecraft/models/w2915.json | 1 + assets/minecraft/models/w2916.json | 1 + assets/minecraft/models/w2917.json | 1 + assets/minecraft/models/w2918.json | 1 + assets/minecraft/models/w2919.json | 1 + assets/minecraft/models/w292.json | 1 + assets/minecraft/models/w2920.json | 1 + assets/minecraft/models/w2921.json | 1 + assets/minecraft/models/w2922.json | 1 + assets/minecraft/models/w2923.json | 1 + assets/minecraft/models/w2924.json | 1 + assets/minecraft/models/w2925.json | 1 + assets/minecraft/models/w2926.json | 1 + assets/minecraft/models/w2927.json | 1 + assets/minecraft/models/w2928.json | 1 + assets/minecraft/models/w2929.json | 1 + assets/minecraft/models/w293.json | 1 + assets/minecraft/models/w2930.json | 1 + assets/minecraft/models/w2931.json | 1 + assets/minecraft/models/w2932.json | 1 + assets/minecraft/models/w2933.json | 1 + assets/minecraft/models/w2934.json | 1 + assets/minecraft/models/w2935.json | 1 + assets/minecraft/models/w2936.json | 1 + assets/minecraft/models/w2937.json | 1 + assets/minecraft/models/w2938.json | 1 + assets/minecraft/models/w2939.json | 1 + assets/minecraft/models/w294.json | 1 + assets/minecraft/models/w2940.json | 1 + assets/minecraft/models/w2941.json | 1 + assets/minecraft/models/w2942.json | 1 + assets/minecraft/models/w2943.json | 1 + assets/minecraft/models/w2944.json | 1 + assets/minecraft/models/w2945.json | 1 + assets/minecraft/models/w2946.json | 1 + assets/minecraft/models/w2947.json | 1 + assets/minecraft/models/w2948.json | 1 + assets/minecraft/models/w2949.json | 1 + assets/minecraft/models/w295.json | 1 + assets/minecraft/models/w2950.json | 1 + assets/minecraft/models/w2951.json | 1 + assets/minecraft/models/w2952.json | 1 + assets/minecraft/models/w2953.json | 1 + assets/minecraft/models/w2954.json | 1 + assets/minecraft/models/w2955.json | 1 + assets/minecraft/models/w2956.json | 1 + assets/minecraft/models/w2957.json | 1 + assets/minecraft/models/w2958.json | 1 + assets/minecraft/models/w2959.json | 1 + assets/minecraft/models/w296.json | 1 + assets/minecraft/models/w2960.json | 1 + assets/minecraft/models/w2961.json | 1 + assets/minecraft/models/w2962.json | 1 + assets/minecraft/models/w2963.json | 1 + assets/minecraft/models/w2964.json | 1 + assets/minecraft/models/w2965.json | 1 + assets/minecraft/models/w2966.json | 1 + assets/minecraft/models/w2967.json | 1 + assets/minecraft/models/w2968.json | 1 + assets/minecraft/models/w2969.json | 1 + assets/minecraft/models/w297.json | 1 + assets/minecraft/models/w2970.json | 1 + assets/minecraft/models/w2971.json | 1 + assets/minecraft/models/w2972.json | 1 + assets/minecraft/models/w2973.json | 1 + assets/minecraft/models/w2974.json | 1 + assets/minecraft/models/w2975.json | 1 + assets/minecraft/models/w2976.json | 1 + assets/minecraft/models/w2977.json | 1 + assets/minecraft/models/w2978.json | 1 + assets/minecraft/models/w2979.json | 1 + assets/minecraft/models/w298.json | 1 + assets/minecraft/models/w2980.json | 1 + assets/minecraft/models/w2981.json | 1 + assets/minecraft/models/w2982.json | 1 + assets/minecraft/models/w2983.json | 1 + assets/minecraft/models/w2984.json | 1 + assets/minecraft/models/w2985.json | 1 + assets/minecraft/models/w2986.json | 1 + assets/minecraft/models/w2987.json | 1 + assets/minecraft/models/w2988.json | 1 + assets/minecraft/models/w2989.json | 1 + assets/minecraft/models/w299.json | 1 + assets/minecraft/models/w2990.json | 1 + assets/minecraft/models/w2991.json | 1 + assets/minecraft/models/w2992.json | 1 + assets/minecraft/models/w2993.json | 1 + assets/minecraft/models/w2994.json | 1 + assets/minecraft/models/w2995.json | 1 + assets/minecraft/models/w2996.json | 1 + assets/minecraft/models/w2997.json | 1 + assets/minecraft/models/w2998.json | 1 + assets/minecraft/models/w2999.json | 1 + assets/minecraft/models/w3.json | 1 + assets/minecraft/models/w30.json | 1 + assets/minecraft/models/w300.json | 1 + assets/minecraft/models/w3000.json | 1 + assets/minecraft/models/w3001.json | 1 + assets/minecraft/models/w3002.json | 1 + assets/minecraft/models/w3003.json | 1 + assets/minecraft/models/w3004.json | 1 + assets/minecraft/models/w3005.json | 1 + assets/minecraft/models/w3006.json | 1 + assets/minecraft/models/w3007.json | 1 + assets/minecraft/models/w3008.json | 1 + assets/minecraft/models/w3009.json | 1 + assets/minecraft/models/w301.json | 1 + assets/minecraft/models/w3010.json | 1 + assets/minecraft/models/w3011.json | 1 + assets/minecraft/models/w3012.json | 1 + assets/minecraft/models/w3013.json | 1 + assets/minecraft/models/w3014.json | 1 + assets/minecraft/models/w3015.json | 1 + assets/minecraft/models/w3016.json | 1 + assets/minecraft/models/w3017.json | 1 + assets/minecraft/models/w3018.json | 1 + assets/minecraft/models/w3019.json | 1 + assets/minecraft/models/w302.json | 1 + assets/minecraft/models/w3020.json | 1 + assets/minecraft/models/w3021.json | 1 + assets/minecraft/models/w3022.json | 1 + assets/minecraft/models/w3023.json | 1 + assets/minecraft/models/w3024.json | 1 + assets/minecraft/models/w3025.json | 1 + assets/minecraft/models/w3026.json | 1 + assets/minecraft/models/w3027.json | 1 + assets/minecraft/models/w3028.json | 1 + assets/minecraft/models/w3029.json | 1 + assets/minecraft/models/w303.json | 1 + assets/minecraft/models/w3030.json | 1 + assets/minecraft/models/w3031.json | 1 + assets/minecraft/models/w3032.json | 1 + assets/minecraft/models/w3033.json | 1 + assets/minecraft/models/w3034.json | 1 + assets/minecraft/models/w3035.json | 1 + assets/minecraft/models/w3036.json | 1 + assets/minecraft/models/w3037.json | 1 + assets/minecraft/models/w3038.json | 1 + assets/minecraft/models/w3039.json | 1 + assets/minecraft/models/w304.json | 1 + assets/minecraft/models/w3040.json | 1 + assets/minecraft/models/w3041.json | 1 + assets/minecraft/models/w3042.json | 1 + assets/minecraft/models/w3043.json | 1 + assets/minecraft/models/w3044.json | 1 + assets/minecraft/models/w3045.json | 1 + assets/minecraft/models/w3046.json | 1 + assets/minecraft/models/w3047.json | 1 + assets/minecraft/models/w3048.json | 1 + assets/minecraft/models/w3049.json | 1 + assets/minecraft/models/w305.json | 1 + assets/minecraft/models/w3050.json | 1 + assets/minecraft/models/w3051.json | 1 + assets/minecraft/models/w3052.json | 1 + assets/minecraft/models/w3053.json | 1 + assets/minecraft/models/w3054.json | 1 + assets/minecraft/models/w3055.json | 1 + assets/minecraft/models/w3056.json | 1 + assets/minecraft/models/w3057.json | 1 + assets/minecraft/models/w3058.json | 1 + assets/minecraft/models/w3059.json | 1 + assets/minecraft/models/w306.json | 1 + assets/minecraft/models/w3060.json | 1 + assets/minecraft/models/w3061.json | 1 + assets/minecraft/models/w3062.json | 1 + assets/minecraft/models/w3063.json | 1 + assets/minecraft/models/w3064.json | 1 + assets/minecraft/models/w3065.json | 1 + assets/minecraft/models/w3066.json | 1 + assets/minecraft/models/w3067.json | 1 + assets/minecraft/models/w3068.json | 1 + assets/minecraft/models/w3069.json | 1 + assets/minecraft/models/w307.json | 1 + assets/minecraft/models/w3070.json | 1 + assets/minecraft/models/w3071.json | 1 + assets/minecraft/models/w3072.json | 1 + assets/minecraft/models/w3073.json | 1 + assets/minecraft/models/w3074.json | 1 + assets/minecraft/models/w3075.json | 1 + assets/minecraft/models/w3076.json | 1 + assets/minecraft/models/w3077.json | 1 + assets/minecraft/models/w3078.json | 1 + assets/minecraft/models/w3079.json | 1 + assets/minecraft/models/w308.json | 1 + assets/minecraft/models/w3080.json | 1 + assets/minecraft/models/w3081.json | 1 + assets/minecraft/models/w3082.json | 1 + assets/minecraft/models/w3083.json | 1 + assets/minecraft/models/w3084.json | 1 + assets/minecraft/models/w3085.json | 1 + assets/minecraft/models/w3086.json | 1 + assets/minecraft/models/w3087.json | 1 + assets/minecraft/models/w3088.json | 1 + assets/minecraft/models/w3089.json | 1 + assets/minecraft/models/w309.json | 1 + assets/minecraft/models/w3090.json | 1 + assets/minecraft/models/w3091.json | 1 + assets/minecraft/models/w3092.json | 1 + assets/minecraft/models/w3093.json | 1 + assets/minecraft/models/w3094.json | 1 + assets/minecraft/models/w3095.json | 1 + assets/minecraft/models/w3096.json | 1 + assets/minecraft/models/w3097.json | 1 + assets/minecraft/models/w3098.json | 1 + assets/minecraft/models/w3099.json | 1 + assets/minecraft/models/w31.json | 1 + assets/minecraft/models/w310.json | 1 + assets/minecraft/models/w3100.json | 1 + assets/minecraft/models/w3101.json | 1 + assets/minecraft/models/w3102.json | 1 + assets/minecraft/models/w3103.json | 1 + assets/minecraft/models/w3104.json | 1 + assets/minecraft/models/w3105.json | 1 + assets/minecraft/models/w3106.json | 1 + assets/minecraft/models/w3107.json | 1 + assets/minecraft/models/w3108.json | 1 + assets/minecraft/models/w3109.json | 1 + assets/minecraft/models/w311.json | 1 + assets/minecraft/models/w3110.json | 1 + assets/minecraft/models/w3111.json | 1 + assets/minecraft/models/w3112.json | 1 + assets/minecraft/models/w3113.json | 1 + assets/minecraft/models/w3114.json | 1 + assets/minecraft/models/w3115.json | 1 + assets/minecraft/models/w3116.json | 1 + assets/minecraft/models/w3117.json | 1 + assets/minecraft/models/w3118.json | 1 + assets/minecraft/models/w3119.json | 1 + assets/minecraft/models/w312.json | 1 + assets/minecraft/models/w3120.json | 1 + assets/minecraft/models/w3121.json | 1 + assets/minecraft/models/w3122.json | 1 + assets/minecraft/models/w3123.json | 1 + assets/minecraft/models/w3124.json | 1 + assets/minecraft/models/w3125.json | 1 + assets/minecraft/models/w3126.json | 1 + assets/minecraft/models/w3127.json | 1 + assets/minecraft/models/w3128.json | 1 + assets/minecraft/models/w3129.json | 1 + assets/minecraft/models/w313.json | 1 + assets/minecraft/models/w3130.json | 1 + assets/minecraft/models/w3131.json | 1 + assets/minecraft/models/w3132.json | 1 + assets/minecraft/models/w3133.json | 1 + assets/minecraft/models/w3134.json | 1 + assets/minecraft/models/w3135.json | 1 + assets/minecraft/models/w3136.json | 1 + assets/minecraft/models/w3137.json | 1 + assets/minecraft/models/w3138.json | 1 + assets/minecraft/models/w3139.json | 1 + assets/minecraft/models/w314.json | 1 + assets/minecraft/models/w3140.json | 1 + assets/minecraft/models/w3141.json | 1 + assets/minecraft/models/w3142.json | 1 + assets/minecraft/models/w3143.json | 1 + assets/minecraft/models/w3144.json | 1 + assets/minecraft/models/w3145.json | 1 + assets/minecraft/models/w3146.json | 1 + assets/minecraft/models/w3147.json | 1 + assets/minecraft/models/w3148.json | 1 + assets/minecraft/models/w3149.json | 1 + assets/minecraft/models/w315.json | 1 + assets/minecraft/models/w3150.json | 1 + assets/minecraft/models/w3151.json | 1 + assets/minecraft/models/w3152.json | 1 + assets/minecraft/models/w3153.json | 1 + assets/minecraft/models/w3154.json | 1 + assets/minecraft/models/w3155.json | 1 + assets/minecraft/models/w3156.json | 1 + assets/minecraft/models/w3157.json | 1 + assets/minecraft/models/w3158.json | 1 + assets/minecraft/models/w3159.json | 1 + assets/minecraft/models/w316.json | 1 + assets/minecraft/models/w3160.json | 1 + assets/minecraft/models/w3161.json | 1 + assets/minecraft/models/w3162.json | 1 + assets/minecraft/models/w3163.json | 1 + assets/minecraft/models/w3164.json | 1 + assets/minecraft/models/w3165.json | 1 + assets/minecraft/models/w3166.json | 1 + assets/minecraft/models/w3167.json | 1 + assets/minecraft/models/w3168.json | 1 + assets/minecraft/models/w3169.json | 1 + assets/minecraft/models/w317.json | 1 + assets/minecraft/models/w3170.json | 1 + assets/minecraft/models/w3171.json | 1 + assets/minecraft/models/w3172.json | 1 + assets/minecraft/models/w3173.json | 1 + assets/minecraft/models/w3174.json | 1 + assets/minecraft/models/w3175.json | 1 + assets/minecraft/models/w3176.json | 1 + assets/minecraft/models/w3177.json | 1 + assets/minecraft/models/w3178.json | 1 + assets/minecraft/models/w3179.json | 1 + assets/minecraft/models/w318.json | 1 + assets/minecraft/models/w3180.json | 1 + assets/minecraft/models/w3181.json | 1 + assets/minecraft/models/w3182.json | 1 + assets/minecraft/models/w3183.json | 1 + assets/minecraft/models/w3184.json | 1 + assets/minecraft/models/w3185.json | 1 + assets/minecraft/models/w3186.json | 1 + assets/minecraft/models/w3187.json | 1 + assets/minecraft/models/w3188.json | 1 + assets/minecraft/models/w3189.json | 1 + assets/minecraft/models/w319.json | 1 + assets/minecraft/models/w3190.json | 1 + assets/minecraft/models/w3191.json | 1 + assets/minecraft/models/w3192.json | 1 + assets/minecraft/models/w3193.json | 1 + assets/minecraft/models/w3194.json | 1 + assets/minecraft/models/w3195.json | 1 + assets/minecraft/models/w3196.json | 1 + assets/minecraft/models/w3197.json | 1 + assets/minecraft/models/w3198.json | 1 + assets/minecraft/models/w3199.json | 1 + assets/minecraft/models/w32.json | 1 + assets/minecraft/models/w320.json | 1 + assets/minecraft/models/w3200.json | 1 + assets/minecraft/models/w3201.json | 1 + assets/minecraft/models/w3202.json | 1 + assets/minecraft/models/w3203.json | 1 + assets/minecraft/models/w3204.json | 1 + assets/minecraft/models/w3205.json | 1 + assets/minecraft/models/w3206.json | 1 + assets/minecraft/models/w3207.json | 1 + assets/minecraft/models/w3208.json | 1 + assets/minecraft/models/w3209.json | 1 + assets/minecraft/models/w321.json | 1 + assets/minecraft/models/w3210.json | 1 + assets/minecraft/models/w3211.json | 1 + assets/minecraft/models/w3212.json | 1 + assets/minecraft/models/w3213.json | 1 + assets/minecraft/models/w3214.json | 1 + assets/minecraft/models/w3215.json | 1 + assets/minecraft/models/w3216.json | 1 + assets/minecraft/models/w3217.json | 1 + assets/minecraft/models/w3218.json | 1 + assets/minecraft/models/w3219.json | 1 + assets/minecraft/models/w322.json | 1 + assets/minecraft/models/w3220.json | 1 + assets/minecraft/models/w3221.json | 1 + assets/minecraft/models/w3222.json | 1 + assets/minecraft/models/w3223.json | 1 + assets/minecraft/models/w3224.json | 1 + assets/minecraft/models/w3225.json | 1 + assets/minecraft/models/w3226.json | 1 + assets/minecraft/models/w3227.json | 1 + assets/minecraft/models/w3228.json | 1 + assets/minecraft/models/w3229.json | 1 + assets/minecraft/models/w323.json | 1 + assets/minecraft/models/w3230.json | 1 + assets/minecraft/models/w3231.json | 1 + assets/minecraft/models/w3232.json | 1 + assets/minecraft/models/w3233.json | 1 + assets/minecraft/models/w3234.json | 1 + assets/minecraft/models/w3235.json | 1 + assets/minecraft/models/w3236.json | 1 + assets/minecraft/models/w3237.json | 1 + assets/minecraft/models/w3238.json | 1 + assets/minecraft/models/w3239.json | 1 + assets/minecraft/models/w324.json | 1 + assets/minecraft/models/w3240.json | 1 + assets/minecraft/models/w3241.json | 1 + assets/minecraft/models/w3242.json | 1 + assets/minecraft/models/w3243.json | 1 + assets/minecraft/models/w3244.json | 1 + assets/minecraft/models/w3245.json | 1 + assets/minecraft/models/w3246.json | 1 + assets/minecraft/models/w3247.json | 1 + assets/minecraft/models/w3248.json | 1 + assets/minecraft/models/w3249.json | 1 + assets/minecraft/models/w325.json | 1 + assets/minecraft/models/w3250.json | 1 + assets/minecraft/models/w3251.json | 1 + assets/minecraft/models/w3252.json | 1 + assets/minecraft/models/w3253.json | 1 + assets/minecraft/models/w3254.json | 1 + assets/minecraft/models/w3255.json | 1 + assets/minecraft/models/w3256.json | 1 + assets/minecraft/models/w3257.json | 1 + assets/minecraft/models/w3258.json | 1 + assets/minecraft/models/w3259.json | 1 + assets/minecraft/models/w326.json | 1 + assets/minecraft/models/w3260.json | 1 + assets/minecraft/models/w3261.json | 1 + assets/minecraft/models/w3262.json | 1 + assets/minecraft/models/w3263.json | 1 + assets/minecraft/models/w3264.json | 1 + assets/minecraft/models/w3265.json | 1 + assets/minecraft/models/w3266.json | 1 + assets/minecraft/models/w3267.json | 1 + assets/minecraft/models/w3268.json | 1 + assets/minecraft/models/w3269.json | 1 + assets/minecraft/models/w327.json | 1 + assets/minecraft/models/w3270.json | 1 + assets/minecraft/models/w3271.json | 1 + assets/minecraft/models/w3272.json | 1 + assets/minecraft/models/w3273.json | 1 + assets/minecraft/models/w3274.json | 1 + assets/minecraft/models/w3275.json | 1 + assets/minecraft/models/w3276.json | 1 + assets/minecraft/models/w3277.json | 1 + assets/minecraft/models/w3278.json | 1 + assets/minecraft/models/w3279.json | 1 + assets/minecraft/models/w328.json | 1 + assets/minecraft/models/w3280.json | 1 + assets/minecraft/models/w3281.json | 1 + assets/minecraft/models/w3282.json | 1 + assets/minecraft/models/w3283.json | 1 + assets/minecraft/models/w3284.json | 1 + assets/minecraft/models/w3285.json | 1 + assets/minecraft/models/w3286.json | 1 + assets/minecraft/models/w3287.json | 1 + assets/minecraft/models/w3288.json | 1 + assets/minecraft/models/w3289.json | 1 + assets/minecraft/models/w329.json | 1 + assets/minecraft/models/w3290.json | 1 + assets/minecraft/models/w3291.json | 1 + assets/minecraft/models/w3292.json | 1 + assets/minecraft/models/w3293.json | 1 + assets/minecraft/models/w3294.json | 1 + assets/minecraft/models/w3295.json | 1 + assets/minecraft/models/w3296.json | 1 + assets/minecraft/models/w3297.json | 1 + assets/minecraft/models/w3298.json | 1 + assets/minecraft/models/w3299.json | 1 + assets/minecraft/models/w33.json | 1 + assets/minecraft/models/w330.json | 1 + assets/minecraft/models/w3300.json | 1 + assets/minecraft/models/w3301.json | 1 + assets/minecraft/models/w3302.json | 1 + assets/minecraft/models/w3303.json | 1 + assets/minecraft/models/w3304.json | 1 + assets/minecraft/models/w3305.json | 1 + assets/minecraft/models/w3306.json | 1 + assets/minecraft/models/w3307.json | 1 + assets/minecraft/models/w3308.json | 1 + assets/minecraft/models/w3309.json | 1 + assets/minecraft/models/w331.json | 1 + assets/minecraft/models/w3310.json | 1 + assets/minecraft/models/w3311.json | 1 + assets/minecraft/models/w3312.json | 1 + assets/minecraft/models/w3313.json | 1 + assets/minecraft/models/w3314.json | 1 + assets/minecraft/models/w3315.json | 1 + assets/minecraft/models/w3316.json | 1 + assets/minecraft/models/w3317.json | 1 + assets/minecraft/models/w3318.json | 1 + assets/minecraft/models/w3319.json | 1 + assets/minecraft/models/w332.json | 1 + assets/minecraft/models/w3320.json | 1 + assets/minecraft/models/w3321.json | 1 + assets/minecraft/models/w3322.json | 1 + assets/minecraft/models/w3323.json | 1 + assets/minecraft/models/w3324.json | 1 + assets/minecraft/models/w3325.json | 1 + assets/minecraft/models/w3326.json | 1 + assets/minecraft/models/w3327.json | 1 + assets/minecraft/models/w3328.json | 1 + assets/minecraft/models/w3329.json | 1 + assets/minecraft/models/w333.json | 1 + assets/minecraft/models/w3330.json | 1 + assets/minecraft/models/w3331.json | 1 + assets/minecraft/models/w3332.json | 1 + assets/minecraft/models/w3333.json | 1 + assets/minecraft/models/w3334.json | 1 + assets/minecraft/models/w3335.json | 1 + assets/minecraft/models/w3336.json | 1 + assets/minecraft/models/w3337.json | 1 + assets/minecraft/models/w3338.json | 1 + assets/minecraft/models/w3339.json | 1 + assets/minecraft/models/w334.json | 1 + assets/minecraft/models/w3340.json | 1 + assets/minecraft/models/w3341.json | 1 + assets/minecraft/models/w3342.json | 1 + assets/minecraft/models/w3343.json | 1 + assets/minecraft/models/w3344.json | 1 + assets/minecraft/models/w3345.json | 1 + assets/minecraft/models/w3346.json | 1 + assets/minecraft/models/w3347.json | 1 + assets/minecraft/models/w3348.json | 1 + assets/minecraft/models/w3349.json | 1 + assets/minecraft/models/w335.json | 1 + assets/minecraft/models/w3350.json | 1 + assets/minecraft/models/w3351.json | 1 + assets/minecraft/models/w3352.json | 1 + assets/minecraft/models/w3353.json | 1 + assets/minecraft/models/w3354.json | 1 + assets/minecraft/models/w3355.json | 1 + assets/minecraft/models/w3356.json | 1 + assets/minecraft/models/w3357.json | 1 + assets/minecraft/models/w3358.json | 1 + assets/minecraft/models/w3359.json | 1 + assets/minecraft/models/w336.json | 1 + assets/minecraft/models/w3360.json | 1 + assets/minecraft/models/w3361.json | 1 + assets/minecraft/models/w3362.json | 1 + assets/minecraft/models/w3363.json | 1 + assets/minecraft/models/w3364.json | 1 + assets/minecraft/models/w3365.json | 1 + assets/minecraft/models/w3366.json | 1 + assets/minecraft/models/w3367.json | 1 + assets/minecraft/models/w3368.json | 1 + assets/minecraft/models/w3369.json | 1 + assets/minecraft/models/w337.json | 1 + assets/minecraft/models/w3370.json | 1 + assets/minecraft/models/w3371.json | 1 + assets/minecraft/models/w3372.json | 1 + assets/minecraft/models/w3373.json | 1 + assets/minecraft/models/w3374.json | 1 + assets/minecraft/models/w3375.json | 1 + assets/minecraft/models/w3376.json | 1 + assets/minecraft/models/w3377.json | 1 + assets/minecraft/models/w3378.json | 1 + assets/minecraft/models/w3379.json | 1 + assets/minecraft/models/w338.json | 1 + assets/minecraft/models/w3380.json | 1 + assets/minecraft/models/w3381.json | 1 + assets/minecraft/models/w3382.json | 1 + assets/minecraft/models/w3383.json | 1 + assets/minecraft/models/w3384.json | 1 + assets/minecraft/models/w3385.json | 1 + assets/minecraft/models/w3386.json | 1 + assets/minecraft/models/w3387.json | 1 + assets/minecraft/models/w3388.json | 1 + assets/minecraft/models/w3389.json | 1 + assets/minecraft/models/w339.json | 1 + assets/minecraft/models/w3390.json | 1 + assets/minecraft/models/w3391.json | 1 + assets/minecraft/models/w3392.json | 1 + assets/minecraft/models/w3393.json | 1 + assets/minecraft/models/w3394.json | 1 + assets/minecraft/models/w3395.json | 1 + assets/minecraft/models/w3396.json | 1 + assets/minecraft/models/w3397.json | 1 + assets/minecraft/models/w3398.json | 1 + assets/minecraft/models/w3399.json | 1 + assets/minecraft/models/w34.json | 1 + assets/minecraft/models/w340.json | 1 + assets/minecraft/models/w3400.json | 1 + assets/minecraft/models/w3401.json | 1 + assets/minecraft/models/w3402.json | 1 + assets/minecraft/models/w3403.json | 1 + assets/minecraft/models/w3404.json | 1 + assets/minecraft/models/w3405.json | 1 + assets/minecraft/models/w3406.json | 1 + assets/minecraft/models/w3407.json | 1 + assets/minecraft/models/w3408.json | 1 + assets/minecraft/models/w3409.json | 1 + assets/minecraft/models/w341.json | 1 + assets/minecraft/models/w3410.json | 1 + assets/minecraft/models/w3411.json | 1 + assets/minecraft/models/w3412.json | 1 + assets/minecraft/models/w3413.json | 1 + assets/minecraft/models/w3414.json | 1 + assets/minecraft/models/w3415.json | 1 + assets/minecraft/models/w3416.json | 1 + assets/minecraft/models/w3417.json | 1 + assets/minecraft/models/w3418.json | 1 + assets/minecraft/models/w3419.json | 1 + assets/minecraft/models/w342.json | 1 + assets/minecraft/models/w3420.json | 1 + assets/minecraft/models/w3421.json | 1 + assets/minecraft/models/w3422.json | 1 + assets/minecraft/models/w3423.json | 1 + assets/minecraft/models/w3424.json | 1 + assets/minecraft/models/w3425.json | 1 + assets/minecraft/models/w3426.json | 1 + assets/minecraft/models/w3427.json | 1 + assets/minecraft/models/w3428.json | 1 + assets/minecraft/models/w3429.json | 1 + assets/minecraft/models/w343.json | 1 + assets/minecraft/models/w3430.json | 1 + assets/minecraft/models/w3431.json | 1 + assets/minecraft/models/w3432.json | 1 + assets/minecraft/models/w3433.json | 1 + assets/minecraft/models/w3434.json | 1 + assets/minecraft/models/w3435.json | 1 + assets/minecraft/models/w3436.json | 1 + assets/minecraft/models/w3437.json | 1 + assets/minecraft/models/w3438.json | 1 + assets/minecraft/models/w3439.json | 1 + assets/minecraft/models/w344.json | 1 + assets/minecraft/models/w3440.json | 1 + assets/minecraft/models/w3441.json | 1 + assets/minecraft/models/w3442.json | 1 + assets/minecraft/models/w3443.json | 1 + assets/minecraft/models/w3444.json | 1 + assets/minecraft/models/w3445.json | 1 + assets/minecraft/models/w3446.json | 1 + assets/minecraft/models/w3447.json | 1 + assets/minecraft/models/w3448.json | 1 + assets/minecraft/models/w3449.json | 1 + assets/minecraft/models/w345.json | 1 + assets/minecraft/models/w3450.json | 1 + assets/minecraft/models/w3451.json | 1 + assets/minecraft/models/w3452.json | 1 + assets/minecraft/models/w3453.json | 1 + assets/minecraft/models/w3454.json | 1 + assets/minecraft/models/w3455.json | 1 + assets/minecraft/models/w3456.json | 1 + assets/minecraft/models/w3457.json | 1 + assets/minecraft/models/w3458.json | 1 + assets/minecraft/models/w3459.json | 1 + assets/minecraft/models/w346.json | 1 + assets/minecraft/models/w3460.json | 1 + assets/minecraft/models/w3461.json | 1 + assets/minecraft/models/w3462.json | 1 + assets/minecraft/models/w3463.json | 1 + assets/minecraft/models/w3464.json | 1 + assets/minecraft/models/w3465.json | 1 + assets/minecraft/models/w3466.json | 1 + assets/minecraft/models/w3467.json | 1 + assets/minecraft/models/w3468.json | 1 + assets/minecraft/models/w3469.json | 1 + assets/minecraft/models/w347.json | 1 + assets/minecraft/models/w3470.json | 1 + assets/minecraft/models/w3471.json | 1 + assets/minecraft/models/w3472.json | 1 + assets/minecraft/models/w3473.json | 1 + assets/minecraft/models/w3474.json | 1 + assets/minecraft/models/w3475.json | 1 + assets/minecraft/models/w3476.json | 1 + assets/minecraft/models/w3477.json | 1 + assets/minecraft/models/w3478.json | 1 + assets/minecraft/models/w3479.json | 1 + assets/minecraft/models/w348.json | 1 + assets/minecraft/models/w3480.json | 1 + assets/minecraft/models/w3481.json | 1 + assets/minecraft/models/w3482.json | 1 + assets/minecraft/models/w3483.json | 1 + assets/minecraft/models/w3484.json | 1 + assets/minecraft/models/w3485.json | 1 + assets/minecraft/models/w3486.json | 1 + assets/minecraft/models/w3487.json | 1 + assets/minecraft/models/w3488.json | 1 + assets/minecraft/models/w3489.json | 1 + assets/minecraft/models/w349.json | 1 + assets/minecraft/models/w3490.json | 1 + assets/minecraft/models/w3491.json | 1 + assets/minecraft/models/w3492.json | 1 + assets/minecraft/models/w3493.json | 1 + assets/minecraft/models/w3494.json | 1 + assets/minecraft/models/w3495.json | 1 + assets/minecraft/models/w3496.json | 1 + assets/minecraft/models/w3497.json | 1 + assets/minecraft/models/w3498.json | 1 + assets/minecraft/models/w3499.json | 1 + assets/minecraft/models/w35.json | 1 + assets/minecraft/models/w350.json | 1 + assets/minecraft/models/w3500.json | 1 + assets/minecraft/models/w3501.json | 1 + assets/minecraft/models/w3502.json | 1 + assets/minecraft/models/w3503.json | 1 + assets/minecraft/models/w3504.json | 1 + assets/minecraft/models/w3505.json | 1 + assets/minecraft/models/w3506.json | 1 + assets/minecraft/models/w3507.json | 1 + assets/minecraft/models/w3508.json | 1 + assets/minecraft/models/w3509.json | 1 + assets/minecraft/models/w351.json | 1 + assets/minecraft/models/w3510.json | 1 + assets/minecraft/models/w3511.json | 1 + assets/minecraft/models/w3512.json | 1 + assets/minecraft/models/w3513.json | 1 + assets/minecraft/models/w3514.json | 1 + assets/minecraft/models/w3515.json | 1 + assets/minecraft/models/w3516.json | 1 + assets/minecraft/models/w3517.json | 1 + assets/minecraft/models/w3518.json | 1 + assets/minecraft/models/w3519.json | 1 + assets/minecraft/models/w352.json | 1 + assets/minecraft/models/w3520.json | 1 + assets/minecraft/models/w3521.json | 1 + assets/minecraft/models/w3522.json | 1 + assets/minecraft/models/w3523.json | 1 + assets/minecraft/models/w3524.json | 1 + assets/minecraft/models/w3525.json | 1 + assets/minecraft/models/w3526.json | 1 + assets/minecraft/models/w3527.json | 1 + assets/minecraft/models/w3528.json | 1 + assets/minecraft/models/w3529.json | 1 + assets/minecraft/models/w353.json | 1 + assets/minecraft/models/w3530.json | 1 + assets/minecraft/models/w3531.json | 1 + assets/minecraft/models/w3532.json | 1 + assets/minecraft/models/w3533.json | 1 + assets/minecraft/models/w3534.json | 1 + assets/minecraft/models/w3535.json | 1 + assets/minecraft/models/w3536.json | 1 + assets/minecraft/models/w3537.json | 1 + assets/minecraft/models/w3538.json | 1 + assets/minecraft/models/w3539.json | 1 + assets/minecraft/models/w354.json | 1 + assets/minecraft/models/w3540.json | 1 + assets/minecraft/models/w3541.json | 1 + assets/minecraft/models/w3542.json | 1 + assets/minecraft/models/w3543.json | 1 + assets/minecraft/models/w3544.json | 1 + assets/minecraft/models/w3545.json | 1 + assets/minecraft/models/w3546.json | 1 + assets/minecraft/models/w3547.json | 1 + assets/minecraft/models/w3548.json | 1 + assets/minecraft/models/w3549.json | 1 + assets/minecraft/models/w355.json | 1 + assets/minecraft/models/w3550.json | 1 + assets/minecraft/models/w3551.json | 1 + assets/minecraft/models/w3552.json | 1 + assets/minecraft/models/w3553.json | 1 + assets/minecraft/models/w3554.json | 1 + assets/minecraft/models/w3555.json | 1 + assets/minecraft/models/w3556.json | 1 + assets/minecraft/models/w3557.json | 1 + assets/minecraft/models/w3558.json | 1 + assets/minecraft/models/w3559.json | 1 + assets/minecraft/models/w356.json | 1 + assets/minecraft/models/w3560.json | 1 + assets/minecraft/models/w3561.json | 1 + assets/minecraft/models/w3562.json | 1 + assets/minecraft/models/w3563.json | 1 + assets/minecraft/models/w3564.json | 1 + assets/minecraft/models/w3565.json | 1 + assets/minecraft/models/w3566.json | 1 + assets/minecraft/models/w3567.json | 1 + assets/minecraft/models/w3568.json | 1 + assets/minecraft/models/w3569.json | 1 + assets/minecraft/models/w357.json | 1 + assets/minecraft/models/w3570.json | 1 + assets/minecraft/models/w3571.json | 1 + assets/minecraft/models/w3572.json | 1 + assets/minecraft/models/w3573.json | 1 + assets/minecraft/models/w3574.json | 1 + assets/minecraft/models/w3575.json | 1 + assets/minecraft/models/w3576.json | 1 + assets/minecraft/models/w3577.json | 1 + assets/minecraft/models/w3578.json | 1 + assets/minecraft/models/w3579.json | 1 + assets/minecraft/models/w358.json | 1 + assets/minecraft/models/w3580.json | 1 + assets/minecraft/models/w3581.json | 1 + assets/minecraft/models/w3582.json | 1 + assets/minecraft/models/w3583.json | 1 + assets/minecraft/models/w3584.json | 1 + assets/minecraft/models/w3585.json | 1 + assets/minecraft/models/w3586.json | 1 + assets/minecraft/models/w3587.json | 1 + assets/minecraft/models/w3588.json | 1 + assets/minecraft/models/w3589.json | 1 + assets/minecraft/models/w359.json | 1 + assets/minecraft/models/w3590.json | 1 + assets/minecraft/models/w3591.json | 1 + assets/minecraft/models/w3592.json | 1 + assets/minecraft/models/w3593.json | 1 + assets/minecraft/models/w3594.json | 1 + assets/minecraft/models/w3595.json | 1 + assets/minecraft/models/w3596.json | 1 + assets/minecraft/models/w3597.json | 1 + assets/minecraft/models/w3598.json | 1 + assets/minecraft/models/w3599.json | 1 + assets/minecraft/models/w36.json | 1 + assets/minecraft/models/w360.json | 1 + assets/minecraft/models/w3600.json | 1 + assets/minecraft/models/w3601.json | 1 + assets/minecraft/models/w3602.json | 1 + assets/minecraft/models/w3603.json | 1 + assets/minecraft/models/w3604.json | 1 + assets/minecraft/models/w3605.json | 1 + assets/minecraft/models/w3606.json | 1 + assets/minecraft/models/w3607.json | 1 + assets/minecraft/models/w3608.json | 1 + assets/minecraft/models/w3609.json | 1 + assets/minecraft/models/w361.json | 1 + assets/minecraft/models/w3610.json | 1 + assets/minecraft/models/w3611.json | 1 + assets/minecraft/models/w3612.json | 1 + assets/minecraft/models/w3613.json | 1 + assets/minecraft/models/w3614.json | 1 + assets/minecraft/models/w3615.json | 1 + assets/minecraft/models/w3616.json | 1 + assets/minecraft/models/w3617.json | 1 + assets/minecraft/models/w3618.json | 1 + assets/minecraft/models/w3619.json | 1 + assets/minecraft/models/w362.json | 1 + assets/minecraft/models/w3620.json | 1 + assets/minecraft/models/w3621.json | 1 + assets/minecraft/models/w3622.json | 1 + assets/minecraft/models/w3623.json | 1 + assets/minecraft/models/w3624.json | 1 + assets/minecraft/models/w3625.json | 1 + assets/minecraft/models/w3626.json | 1 + assets/minecraft/models/w3627.json | 1 + assets/minecraft/models/w3628.json | 1 + assets/minecraft/models/w3629.json | 1 + assets/minecraft/models/w363.json | 1 + assets/minecraft/models/w3630.json | 1 + assets/minecraft/models/w3631.json | 1 + assets/minecraft/models/w3632.json | 1 + assets/minecraft/models/w3633.json | 1 + assets/minecraft/models/w3634.json | 1 + assets/minecraft/models/w3635.json | 1 + assets/minecraft/models/w3636.json | 1 + assets/minecraft/models/w3637.json | 1 + assets/minecraft/models/w3638.json | 1 + assets/minecraft/models/w3639.json | 1 + assets/minecraft/models/w364.json | 1 + assets/minecraft/models/w3640.json | 1 + assets/minecraft/models/w3641.json | 1 + assets/minecraft/models/w3642.json | 1 + assets/minecraft/models/w3643.json | 1 + assets/minecraft/models/w3644.json | 1 + assets/minecraft/models/w3645.json | 1 + assets/minecraft/models/w3646.json | 1 + assets/minecraft/models/w3647.json | 1 + assets/minecraft/models/w3648.json | 1 + assets/minecraft/models/w3649.json | 1 + assets/minecraft/models/w365.json | 1 + assets/minecraft/models/w3650.json | 1 + assets/minecraft/models/w3651.json | 1 + assets/minecraft/models/w3652.json | 1 + assets/minecraft/models/w3653.json | 1 + assets/minecraft/models/w3654.json | 1 + assets/minecraft/models/w3655.json | 1 + assets/minecraft/models/w3656.json | 1 + assets/minecraft/models/w3657.json | 1 + assets/minecraft/models/w3658.json | 1 + assets/minecraft/models/w3659.json | 1 + assets/minecraft/models/w366.json | 1 + assets/minecraft/models/w3660.json | 1 + assets/minecraft/models/w3661.json | 1 + assets/minecraft/models/w3662.json | 1 + assets/minecraft/models/w3663.json | 1 + assets/minecraft/models/w3664.json | 1 + assets/minecraft/models/w3665.json | 1 + assets/minecraft/models/w3666.json | 1 + assets/minecraft/models/w3667.json | 1 + assets/minecraft/models/w3668.json | 1 + assets/minecraft/models/w3669.json | 1 + assets/minecraft/models/w367.json | 1 + assets/minecraft/models/w3670.json | 1 + assets/minecraft/models/w3671.json | 1 + assets/minecraft/models/w3672.json | 1 + assets/minecraft/models/w3673.json | 1 + assets/minecraft/models/w3674.json | 1 + assets/minecraft/models/w3675.json | 1 + assets/minecraft/models/w3676.json | 1 + assets/minecraft/models/w3677.json | 1 + assets/minecraft/models/w3678.json | 1 + assets/minecraft/models/w3679.json | 1 + assets/minecraft/models/w368.json | 1 + assets/minecraft/models/w3680.json | 1 + assets/minecraft/models/w3681.json | 1 + assets/minecraft/models/w3682.json | 1 + assets/minecraft/models/w3683.json | 1 + assets/minecraft/models/w3684.json | 1 + assets/minecraft/models/w3685.json | 1 + assets/minecraft/models/w3686.json | 1 + assets/minecraft/models/w3687.json | 1 + assets/minecraft/models/w3688.json | 1 + assets/minecraft/models/w3689.json | 1 + assets/minecraft/models/w369.json | 1 + assets/minecraft/models/w3690.json | 1 + assets/minecraft/models/w3691.json | 1 + assets/minecraft/models/w3692.json | 1 + assets/minecraft/models/w3693.json | 1 + assets/minecraft/models/w3694.json | 1 + assets/minecraft/models/w3695.json | 1 + assets/minecraft/models/w3696.json | 1 + assets/minecraft/models/w3697.json | 1 + assets/minecraft/models/w3698.json | 1 + assets/minecraft/models/w3699.json | 1 + assets/minecraft/models/w37.json | 1 + assets/minecraft/models/w370.json | 1 + assets/minecraft/models/w3700.json | 1 + assets/minecraft/models/w3701.json | 1 + assets/minecraft/models/w3702.json | 1 + assets/minecraft/models/w3703.json | 1 + assets/minecraft/models/w3704.json | 1 + assets/minecraft/models/w3705.json | 1 + assets/minecraft/models/w3706.json | 1 + assets/minecraft/models/w3707.json | 1 + assets/minecraft/models/w3708.json | 1 + assets/minecraft/models/w3709.json | 1 + assets/minecraft/models/w371.json | 1 + assets/minecraft/models/w3710.json | 1 + assets/minecraft/models/w3711.json | 1 + assets/minecraft/models/w3712.json | 1 + assets/minecraft/models/w3713.json | 1 + assets/minecraft/models/w3714.json | 1 + assets/minecraft/models/w3715.json | 1 + assets/minecraft/models/w3716.json | 1 + assets/minecraft/models/w3717.json | 1 + assets/minecraft/models/w3718.json | 1 + assets/minecraft/models/w3719.json | 1 + assets/minecraft/models/w372.json | 1 + assets/minecraft/models/w3720.json | 1 + assets/minecraft/models/w3721.json | 1 + assets/minecraft/models/w3722.json | 1 + assets/minecraft/models/w3723.json | 1 + assets/minecraft/models/w3724.json | 1 + assets/minecraft/models/w3725.json | 1 + assets/minecraft/models/w3726.json | 1 + assets/minecraft/models/w3727.json | 1 + assets/minecraft/models/w3728.json | 1 + assets/minecraft/models/w3729.json | 1 + assets/minecraft/models/w373.json | 1 + assets/minecraft/models/w3730.json | 1 + assets/minecraft/models/w3731.json | 1 + assets/minecraft/models/w3732.json | 1 + assets/minecraft/models/w3733.json | 1 + assets/minecraft/models/w3734.json | 1 + assets/minecraft/models/w3735.json | 1 + assets/minecraft/models/w3736.json | 1 + assets/minecraft/models/w3737.json | 1 + assets/minecraft/models/w3738.json | 1 + assets/minecraft/models/w3739.json | 1 + assets/minecraft/models/w374.json | 1 + assets/minecraft/models/w3740.json | 1 + assets/minecraft/models/w3741.json | 1 + assets/minecraft/models/w3742.json | 1 + assets/minecraft/models/w3743.json | 1 + assets/minecraft/models/w3744.json | 1 + assets/minecraft/models/w3745.json | 1 + assets/minecraft/models/w3746.json | 1 + assets/minecraft/models/w3747.json | 1 + assets/minecraft/models/w3748.json | 1 + assets/minecraft/models/w3749.json | 1 + assets/minecraft/models/w375.json | 1 + assets/minecraft/models/w3750.json | 1 + assets/minecraft/models/w3751.json | 1 + assets/minecraft/models/w3752.json | 1 + assets/minecraft/models/w3753.json | 1 + assets/minecraft/models/w3754.json | 1 + assets/minecraft/models/w3755.json | 1 + assets/minecraft/models/w3756.json | 1 + assets/minecraft/models/w3757.json | 1 + assets/minecraft/models/w3758.json | 1 + assets/minecraft/models/w3759.json | 1 + assets/minecraft/models/w376.json | 1 + assets/minecraft/models/w3760.json | 1 + assets/minecraft/models/w3761.json | 1 + assets/minecraft/models/w3762.json | 1 + assets/minecraft/models/w3763.json | 1 + assets/minecraft/models/w3764.json | 1 + assets/minecraft/models/w3765.json | 1 + assets/minecraft/models/w3766.json | 1 + assets/minecraft/models/w3767.json | 1 + assets/minecraft/models/w3768.json | 1 + assets/minecraft/models/w3769.json | 1 + assets/minecraft/models/w377.json | 1 + assets/minecraft/models/w3770.json | 1 + assets/minecraft/models/w3771.json | 1 + assets/minecraft/models/w3772.json | 1 + assets/minecraft/models/w3773.json | 1 + assets/minecraft/models/w3774.json | 1 + assets/minecraft/models/w3775.json | 1 + assets/minecraft/models/w3776.json | 1 + assets/minecraft/models/w3777.json | 1 + assets/minecraft/models/w3778.json | 1 + assets/minecraft/models/w3779.json | 1 + assets/minecraft/models/w378.json | 1 + assets/minecraft/models/w3780.json | 1 + assets/minecraft/models/w3781.json | 1 + assets/minecraft/models/w3782.json | 1 + assets/minecraft/models/w3783.json | 1 + assets/minecraft/models/w3784.json | 1 + assets/minecraft/models/w3785.json | 1 + assets/minecraft/models/w3786.json | 1 + assets/minecraft/models/w3787.json | 1 + assets/minecraft/models/w3788.json | 1 + assets/minecraft/models/w3789.json | 1 + assets/minecraft/models/w379.json | 1 + assets/minecraft/models/w3790.json | 1 + assets/minecraft/models/w3791.json | 1 + assets/minecraft/models/w3792.json | 1 + assets/minecraft/models/w3793.json | 1 + assets/minecraft/models/w3794.json | 1 + assets/minecraft/models/w3795.json | 1 + assets/minecraft/models/w3796.json | 1 + assets/minecraft/models/w3797.json | 1 + assets/minecraft/models/w3798.json | 1 + assets/minecraft/models/w3799.json | 1 + assets/minecraft/models/w38.json | 1 + assets/minecraft/models/w380.json | 1 + assets/minecraft/models/w3800.json | 1 + assets/minecraft/models/w3801.json | 1 + assets/minecraft/models/w3802.json | 1 + assets/minecraft/models/w3803.json | 1 + assets/minecraft/models/w3804.json | 1 + assets/minecraft/models/w3805.json | 1 + assets/minecraft/models/w3806.json | 1 + assets/minecraft/models/w3807.json | 1 + assets/minecraft/models/w3808.json | 1 + assets/minecraft/models/w3809.json | 1 + assets/minecraft/models/w381.json | 1 + assets/minecraft/models/w3810.json | 1 + assets/minecraft/models/w3811.json | 1 + assets/minecraft/models/w3812.json | 1 + assets/minecraft/models/w3813.json | 1 + assets/minecraft/models/w3814.json | 1 + assets/minecraft/models/w3815.json | 1 + assets/minecraft/models/w3816.json | 1 + assets/minecraft/models/w3817.json | 1 + assets/minecraft/models/w3818.json | 1 + assets/minecraft/models/w3819.json | 1 + assets/minecraft/models/w382.json | 1 + assets/minecraft/models/w3820.json | 1 + assets/minecraft/models/w3821.json | 1 + assets/minecraft/models/w3822.json | 1 + assets/minecraft/models/w3823.json | 1 + assets/minecraft/models/w3824.json | 1 + assets/minecraft/models/w3825.json | 1 + assets/minecraft/models/w3826.json | 1 + assets/minecraft/models/w3827.json | 1 + assets/minecraft/models/w3828.json | 1 + assets/minecraft/models/w3829.json | 1 + assets/minecraft/models/w383.json | 1 + assets/minecraft/models/w3830.json | 1 + assets/minecraft/models/w3831.json | 1 + assets/minecraft/models/w3832.json | 1 + assets/minecraft/models/w3833.json | 1 + assets/minecraft/models/w3834.json | 1 + assets/minecraft/models/w3835.json | 1 + assets/minecraft/models/w3836.json | 1 + assets/minecraft/models/w3837.json | 1 + assets/minecraft/models/w3838.json | 1 + assets/minecraft/models/w3839.json | 1 + assets/minecraft/models/w384.json | 1 + assets/minecraft/models/w3840.json | 1 + assets/minecraft/models/w3841.json | 1 + assets/minecraft/models/w3842.json | 1 + assets/minecraft/models/w3843.json | 1 + assets/minecraft/models/w3844.json | 1 + assets/minecraft/models/w3845.json | 1 + assets/minecraft/models/w3846.json | 1 + assets/minecraft/models/w3847.json | 1 + assets/minecraft/models/w3848.json | 1 + assets/minecraft/models/w3849.json | 1 + assets/minecraft/models/w385.json | 1 + assets/minecraft/models/w3850.json | 1 + assets/minecraft/models/w3851.json | 1 + assets/minecraft/models/w3852.json | 1 + assets/minecraft/models/w3853.json | 1 + assets/minecraft/models/w3854.json | 1 + assets/minecraft/models/w3855.json | 1 + assets/minecraft/models/w3856.json | 1 + assets/minecraft/models/w3857.json | 1 + assets/minecraft/models/w3858.json | 1 + assets/minecraft/models/w3859.json | 1 + assets/minecraft/models/w386.json | 1 + assets/minecraft/models/w3860.json | 1 + assets/minecraft/models/w3861.json | 1 + assets/minecraft/models/w3862.json | 1 + assets/minecraft/models/w3863.json | 1 + assets/minecraft/models/w3864.json | 1 + assets/minecraft/models/w3865.json | 1 + assets/minecraft/models/w3866.json | 1 + assets/minecraft/models/w3867.json | 1 + assets/minecraft/models/w3868.json | 1 + assets/minecraft/models/w3869.json | 1 + assets/minecraft/models/w387.json | 1 + assets/minecraft/models/w3870.json | 1 + assets/minecraft/models/w3871.json | 1 + assets/minecraft/models/w3872.json | 1 + assets/minecraft/models/w3873.json | 1 + assets/minecraft/models/w3874.json | 1 + assets/minecraft/models/w3875.json | 1 + assets/minecraft/models/w3876.json | 1 + assets/minecraft/models/w3877.json | 1 + assets/minecraft/models/w3878.json | 1 + assets/minecraft/models/w3879.json | 1 + assets/minecraft/models/w388.json | 1 + assets/minecraft/models/w3880.json | 1 + assets/minecraft/models/w3881.json | 1 + assets/minecraft/models/w3882.json | 1 + assets/minecraft/models/w3883.json | 1 + assets/minecraft/models/w3884.json | 1 + assets/minecraft/models/w3885.json | 1 + assets/minecraft/models/w3886.json | 1 + assets/minecraft/models/w3887.json | 1 + assets/minecraft/models/w3888.json | 1 + assets/minecraft/models/w3889.json | 1 + assets/minecraft/models/w389.json | 1 + assets/minecraft/models/w3890.json | 1 + assets/minecraft/models/w3891.json | 1 + assets/minecraft/models/w3892.json | 1 + assets/minecraft/models/w3893.json | 1 + assets/minecraft/models/w3894.json | 1 + assets/minecraft/models/w3895.json | 1 + assets/minecraft/models/w3896.json | 1 + assets/minecraft/models/w3897.json | 1 + assets/minecraft/models/w3898.json | 1 + assets/minecraft/models/w3899.json | 1 + assets/minecraft/models/w39.json | 1 + assets/minecraft/models/w390.json | 1 + assets/minecraft/models/w3900.json | 1 + assets/minecraft/models/w3901.json | 1 + assets/minecraft/models/w3902.json | 1 + assets/minecraft/models/w3903.json | 1 + assets/minecraft/models/w3904.json | 1 + assets/minecraft/models/w3905.json | 1 + assets/minecraft/models/w3906.json | 1 + assets/minecraft/models/w3907.json | 1 + assets/minecraft/models/w3908.json | 1 + assets/minecraft/models/w3909.json | 1 + assets/minecraft/models/w391.json | 1 + assets/minecraft/models/w3910.json | 1 + assets/minecraft/models/w3911.json | 1 + assets/minecraft/models/w3912.json | 1 + assets/minecraft/models/w3913.json | 1 + assets/minecraft/models/w3914.json | 1 + assets/minecraft/models/w3915.json | 1 + assets/minecraft/models/w3916.json | 1 + assets/minecraft/models/w3917.json | 1 + assets/minecraft/models/w3918.json | 1 + assets/minecraft/models/w3919.json | 1 + assets/minecraft/models/w392.json | 1 + assets/minecraft/models/w3920.json | 1 + assets/minecraft/models/w3921.json | 1 + assets/minecraft/models/w3922.json | 1 + assets/minecraft/models/w3923.json | 1 + assets/minecraft/models/w3924.json | 1 + assets/minecraft/models/w3925.json | 1 + assets/minecraft/models/w3926.json | 1 + assets/minecraft/models/w3927.json | 1 + assets/minecraft/models/w3928.json | 1 + assets/minecraft/models/w3929.json | 1 + assets/minecraft/models/w393.json | 1 + assets/minecraft/models/w3930.json | 1 + assets/minecraft/models/w3931.json | 1 + assets/minecraft/models/w3932.json | 1 + assets/minecraft/models/w3933.json | 1 + assets/minecraft/models/w3934.json | 1 + assets/minecraft/models/w3935.json | 1 + assets/minecraft/models/w3936.json | 1 + assets/minecraft/models/w3937.json | 1 + assets/minecraft/models/w3938.json | 1 + assets/minecraft/models/w3939.json | 1 + assets/minecraft/models/w394.json | 1 + assets/minecraft/models/w3940.json | 1 + assets/minecraft/models/w3941.json | 1 + assets/minecraft/models/w3942.json | 1 + assets/minecraft/models/w3943.json | 1 + assets/minecraft/models/w3944.json | 1 + assets/minecraft/models/w3945.json | 1 + assets/minecraft/models/w3946.json | 1 + assets/minecraft/models/w3947.json | 1 + assets/minecraft/models/w3948.json | 1 + assets/minecraft/models/w3949.json | 1 + assets/minecraft/models/w395.json | 1 + assets/minecraft/models/w3950.json | 1 + assets/minecraft/models/w3951.json | 1 + assets/minecraft/models/w3952.json | 1 + assets/minecraft/models/w3953.json | 1 + assets/minecraft/models/w3954.json | 1 + assets/minecraft/models/w3955.json | 1 + assets/minecraft/models/w3956.json | 1 + assets/minecraft/models/w3957.json | 1 + assets/minecraft/models/w3958.json | 1 + assets/minecraft/models/w3959.json | 1 + assets/minecraft/models/w396.json | 1 + assets/minecraft/models/w3960.json | 1 + assets/minecraft/models/w3961.json | 1 + assets/minecraft/models/w3962.json | 1 + assets/minecraft/models/w3963.json | 1 + assets/minecraft/models/w3964.json | 1 + assets/minecraft/models/w3965.json | 1 + assets/minecraft/models/w3966.json | 1 + assets/minecraft/models/w3967.json | 1 + assets/minecraft/models/w3968.json | 1 + assets/minecraft/models/w3969.json | 1 + assets/minecraft/models/w397.json | 1 + assets/minecraft/models/w3970.json | 1 + assets/minecraft/models/w3971.json | 1 + assets/minecraft/models/w3972.json | 1 + assets/minecraft/models/w3973.json | 1 + assets/minecraft/models/w3974.json | 1 + assets/minecraft/models/w3975.json | 1 + assets/minecraft/models/w3976.json | 1 + assets/minecraft/models/w3977.json | 1 + assets/minecraft/models/w3978.json | 1 + assets/minecraft/models/w3979.json | 1 + assets/minecraft/models/w398.json | 1 + assets/minecraft/models/w3980.json | 1 + assets/minecraft/models/w3981.json | 1 + assets/minecraft/models/w3982.json | 1 + assets/minecraft/models/w3983.json | 1 + assets/minecraft/models/w3984.json | 1 + assets/minecraft/models/w3985.json | 1 + assets/minecraft/models/w3986.json | 1 + assets/minecraft/models/w3987.json | 1 + assets/minecraft/models/w3988.json | 1 + assets/minecraft/models/w3989.json | 1 + assets/minecraft/models/w399.json | 1 + assets/minecraft/models/w3990.json | 1 + assets/minecraft/models/w3991.json | 1 + assets/minecraft/models/w3992.json | 1 + assets/minecraft/models/w3993.json | 1 + assets/minecraft/models/w3994.json | 1 + assets/minecraft/models/w3995.json | 1 + assets/minecraft/models/w3996.json | 1 + assets/minecraft/models/w3997.json | 1 + assets/minecraft/models/w3998.json | 1 + assets/minecraft/models/w3999.json | 1 + assets/minecraft/models/w4.json | 1 + assets/minecraft/models/w40.json | 1 + assets/minecraft/models/w400.json | 1 + assets/minecraft/models/w4000.json | 1 + assets/minecraft/models/w4001.json | 1 + assets/minecraft/models/w4002.json | 1 + assets/minecraft/models/w4003.json | 1 + assets/minecraft/models/w4004.json | 1 + assets/minecraft/models/w4005.json | 1 + assets/minecraft/models/w4006.json | 1 + assets/minecraft/models/w4007.json | 1 + assets/minecraft/models/w4008.json | 1 + assets/minecraft/models/w4009.json | 1 + assets/minecraft/models/w401.json | 1 + assets/minecraft/models/w4010.json | 1 + assets/minecraft/models/w4011.json | 1 + assets/minecraft/models/w4012.json | 1 + assets/minecraft/models/w4013.json | 1 + assets/minecraft/models/w4014.json | 1 + assets/minecraft/models/w4015.json | 1 + assets/minecraft/models/w4016.json | 1 + assets/minecraft/models/w4017.json | 1 + assets/minecraft/models/w4018.json | 1 + assets/minecraft/models/w4019.json | 1 + assets/minecraft/models/w402.json | 1 + assets/minecraft/models/w4020.json | 1 + assets/minecraft/models/w4021.json | 1 + assets/minecraft/models/w4022.json | 1 + assets/minecraft/models/w4023.json | 1 + assets/minecraft/models/w4024.json | 1 + assets/minecraft/models/w4025.json | 1 + assets/minecraft/models/w4026.json | 1 + assets/minecraft/models/w4027.json | 1 + assets/minecraft/models/w4028.json | 1 + assets/minecraft/models/w4029.json | 1 + assets/minecraft/models/w403.json | 1 + assets/minecraft/models/w4030.json | 1 + assets/minecraft/models/w4031.json | 1 + assets/minecraft/models/w4032.json | 1 + assets/minecraft/models/w4033.json | 1 + assets/minecraft/models/w4034.json | 1 + assets/minecraft/models/w4035.json | 1 + assets/minecraft/models/w4036.json | 1 + assets/minecraft/models/w4037.json | 1 + assets/minecraft/models/w4038.json | 1 + assets/minecraft/models/w4039.json | 1 + assets/minecraft/models/w404.json | 1 + assets/minecraft/models/w4040.json | 1 + assets/minecraft/models/w4041.json | 1 + assets/minecraft/models/w4042.json | 1 + assets/minecraft/models/w4043.json | 1 + assets/minecraft/models/w4044.json | 1 + assets/minecraft/models/w4045.json | 1 + assets/minecraft/models/w4046.json | 1 + assets/minecraft/models/w4047.json | 1 + assets/minecraft/models/w4048.json | 1 + assets/minecraft/models/w4049.json | 1 + assets/minecraft/models/w405.json | 1 + assets/minecraft/models/w4050.json | 1 + assets/minecraft/models/w4051.json | 1 + assets/minecraft/models/w4052.json | 1 + assets/minecraft/models/w4053.json | 1 + assets/minecraft/models/w4054.json | 1 + assets/minecraft/models/w4055.json | 1 + assets/minecraft/models/w4056.json | 1 + assets/minecraft/models/w4057.json | 1 + assets/minecraft/models/w4058.json | 1 + assets/minecraft/models/w4059.json | 1 + assets/minecraft/models/w406.json | 1 + assets/minecraft/models/w4060.json | 1 + assets/minecraft/models/w4061.json | 1 + assets/minecraft/models/w4062.json | 1 + assets/minecraft/models/w4063.json | 1 + assets/minecraft/models/w4064.json | 1 + assets/minecraft/models/w4065.json | 1 + assets/minecraft/models/w4066.json | 1 + assets/minecraft/models/w4067.json | 1 + assets/minecraft/models/w4068.json | 1 + assets/minecraft/models/w4069.json | 1 + assets/minecraft/models/w407.json | 1 + assets/minecraft/models/w4070.json | 1 + assets/minecraft/models/w4071.json | 1 + assets/minecraft/models/w4072.json | 1 + assets/minecraft/models/w4073.json | 1 + assets/minecraft/models/w4074.json | 1 + assets/minecraft/models/w4075.json | 1 + assets/minecraft/models/w4076.json | 1 + assets/minecraft/models/w4077.json | 1 + assets/minecraft/models/w4078.json | 1 + assets/minecraft/models/w4079.json | 1 + assets/minecraft/models/w408.json | 1 + assets/minecraft/models/w4080.json | 1 + assets/minecraft/models/w4081.json | 1 + assets/minecraft/models/w4082.json | 1 + assets/minecraft/models/w4083.json | 1 + assets/minecraft/models/w4084.json | 1 + assets/minecraft/models/w4085.json | 1 + assets/minecraft/models/w4086.json | 1 + assets/minecraft/models/w4087.json | 1 + assets/minecraft/models/w4088.json | 1 + assets/minecraft/models/w4089.json | 1 + assets/minecraft/models/w409.json | 1 + assets/minecraft/models/w4090.json | 1 + assets/minecraft/models/w4091.json | 1 + assets/minecraft/models/w4092.json | 1 + assets/minecraft/models/w4093.json | 1 + assets/minecraft/models/w4094.json | 1 + assets/minecraft/models/w4095.json | 1 + assets/minecraft/models/w4096.json | 1 + assets/minecraft/models/w4097.json | 1 + assets/minecraft/models/w4098.json | 1 + assets/minecraft/models/w4099.json | 1 + assets/minecraft/models/w41.json | 1 + assets/minecraft/models/w410.json | 1 + assets/minecraft/models/w4100.json | 1 + assets/minecraft/models/w4101.json | 1 + assets/minecraft/models/w4102.json | 1 + assets/minecraft/models/w4103.json | 1 + assets/minecraft/models/w4104.json | 1 + assets/minecraft/models/w4105.json | 1 + assets/minecraft/models/w4106.json | 1 + assets/minecraft/models/w4107.json | 1 + assets/minecraft/models/w4108.json | 1 + assets/minecraft/models/w4109.json | 1 + assets/minecraft/models/w411.json | 1 + assets/minecraft/models/w4110.json | 1 + assets/minecraft/models/w4111.json | 1 + assets/minecraft/models/w4112.json | 1 + assets/minecraft/models/w4113.json | 1 + assets/minecraft/models/w4114.json | 1 + assets/minecraft/models/w4115.json | 1 + assets/minecraft/models/w4116.json | 1 + assets/minecraft/models/w4117.json | 1 + assets/minecraft/models/w4118.json | 1 + assets/minecraft/models/w4119.json | 1 + assets/minecraft/models/w412.json | 1 + assets/minecraft/models/w4120.json | 1 + assets/minecraft/models/w4121.json | 1 + assets/minecraft/models/w4122.json | 1 + assets/minecraft/models/w4123.json | 1 + assets/minecraft/models/w4124.json | 1 + assets/minecraft/models/w4125.json | 1 + assets/minecraft/models/w4126.json | 1 + assets/minecraft/models/w4127.json | 1 + assets/minecraft/models/w4128.json | 1 + assets/minecraft/models/w4129.json | 1 + assets/minecraft/models/w413.json | 1 + assets/minecraft/models/w4130.json | 1 + assets/minecraft/models/w4131.json | 1 + assets/minecraft/models/w4132.json | 1 + assets/minecraft/models/w4133.json | 1 + assets/minecraft/models/w4134.json | 1 + assets/minecraft/models/w4135.json | 1 + assets/minecraft/models/w4136.json | 1 + assets/minecraft/models/w4137.json | 1 + assets/minecraft/models/w4138.json | 1 + assets/minecraft/models/w4139.json | 1 + assets/minecraft/models/w414.json | 1 + assets/minecraft/models/w4140.json | 1 + assets/minecraft/models/w4141.json | 1 + assets/minecraft/models/w4142.json | 1 + assets/minecraft/models/w4143.json | 1 + assets/minecraft/models/w4144.json | 1 + assets/minecraft/models/w4145.json | 1 + assets/minecraft/models/w4146.json | 1 + assets/minecraft/models/w4147.json | 1 + assets/minecraft/models/w4148.json | 1 + assets/minecraft/models/w4149.json | 1 + assets/minecraft/models/w415.json | 1 + assets/minecraft/models/w4150.json | 1 + assets/minecraft/models/w4151.json | 1 + assets/minecraft/models/w4152.json | 1 + assets/minecraft/models/w4153.json | 1 + assets/minecraft/models/w4154.json | 1 + assets/minecraft/models/w4155.json | 1 + assets/minecraft/models/w4156.json | 1 + assets/minecraft/models/w4157.json | 1 + assets/minecraft/models/w4158.json | 1 + assets/minecraft/models/w4159.json | 1 + assets/minecraft/models/w416.json | 1 + assets/minecraft/models/w4160.json | 1 + assets/minecraft/models/w4161.json | 1 + assets/minecraft/models/w4162.json | 1 + assets/minecraft/models/w4163.json | 1 + assets/minecraft/models/w4164.json | 1 + assets/minecraft/models/w4165.json | 1 + assets/minecraft/models/w4166.json | 1 + assets/minecraft/models/w4167.json | 1 + assets/minecraft/models/w4168.json | 1 + assets/minecraft/models/w4169.json | 1 + assets/minecraft/models/w417.json | 1 + assets/minecraft/models/w4170.json | 1 + assets/minecraft/models/w4171.json | 1 + assets/minecraft/models/w4172.json | 1 + assets/minecraft/models/w4173.json | 1 + assets/minecraft/models/w4174.json | 1 + assets/minecraft/models/w4175.json | 1 + assets/minecraft/models/w4176.json | 1 + assets/minecraft/models/w4177.json | 1 + assets/minecraft/models/w4178.json | 1 + assets/minecraft/models/w4179.json | 1 + assets/minecraft/models/w418.json | 1 + assets/minecraft/models/w4180.json | 1 + assets/minecraft/models/w4181.json | 1 + assets/minecraft/models/w4182.json | 1 + assets/minecraft/models/w4183.json | 1 + assets/minecraft/models/w4184.json | 1 + assets/minecraft/models/w4185.json | 1 + assets/minecraft/models/w4186.json | 1 + assets/minecraft/models/w4187.json | 1 + assets/minecraft/models/w4188.json | 1 + assets/minecraft/models/w4189.json | 1 + assets/minecraft/models/w419.json | 1 + assets/minecraft/models/w4190.json | 1 + assets/minecraft/models/w4191.json | 1 + assets/minecraft/models/w4192.json | 1 + assets/minecraft/models/w4193.json | 1 + assets/minecraft/models/w4194.json | 1 + assets/minecraft/models/w4195.json | 1 + assets/minecraft/models/w4196.json | 1 + assets/minecraft/models/w4197.json | 1 + assets/minecraft/models/w4198.json | 1 + assets/minecraft/models/w4199.json | 1 + assets/minecraft/models/w42.json | 1 + assets/minecraft/models/w420.json | 1 + assets/minecraft/models/w4200.json | 1 + assets/minecraft/models/w4201.json | 1 + assets/minecraft/models/w4202.json | 1 + assets/minecraft/models/w4203.json | 1 + assets/minecraft/models/w4204.json | 1 + assets/minecraft/models/w4205.json | 1 + assets/minecraft/models/w4206.json | 1 + assets/minecraft/models/w4207.json | 1 + assets/minecraft/models/w4208.json | 1 + assets/minecraft/models/w4209.json | 1 + assets/minecraft/models/w421.json | 1 + assets/minecraft/models/w4210.json | 1 + assets/minecraft/models/w4211.json | 1 + assets/minecraft/models/w4212.json | 1 + assets/minecraft/models/w4213.json | 1 + assets/minecraft/models/w4214.json | 1 + assets/minecraft/models/w4215.json | 1 + assets/minecraft/models/w4216.json | 1 + assets/minecraft/models/w4217.json | 1 + assets/minecraft/models/w4218.json | 1 + assets/minecraft/models/w4219.json | 1 + assets/minecraft/models/w422.json | 1 + assets/minecraft/models/w4220.json | 1 + assets/minecraft/models/w4221.json | 1 + assets/minecraft/models/w4222.json | 1 + assets/minecraft/models/w4223.json | 1 + assets/minecraft/models/w4224.json | 1 + assets/minecraft/models/w4225.json | 1 + assets/minecraft/models/w4226.json | 1 + assets/minecraft/models/w4227.json | 1 + assets/minecraft/models/w4228.json | 1 + assets/minecraft/models/w4229.json | 1 + assets/minecraft/models/w423.json | 1 + assets/minecraft/models/w4230.json | 1 + assets/minecraft/models/w4231.json | 1 + assets/minecraft/models/w4232.json | 1 + assets/minecraft/models/w4233.json | 1 + assets/minecraft/models/w4234.json | 1 + assets/minecraft/models/w4235.json | 1 + assets/minecraft/models/w4236.json | 1 + assets/minecraft/models/w4237.json | 1 + assets/minecraft/models/w4238.json | 1 + assets/minecraft/models/w4239.json | 1 + assets/minecraft/models/w424.json | 1 + assets/minecraft/models/w4240.json | 1 + assets/minecraft/models/w4241.json | 1 + assets/minecraft/models/w4242.json | 1 + assets/minecraft/models/w4243.json | 1 + assets/minecraft/models/w4244.json | 1 + assets/minecraft/models/w4245.json | 1 + assets/minecraft/models/w4246.json | 1 + assets/minecraft/models/w4247.json | 1 + assets/minecraft/models/w4248.json | 1 + assets/minecraft/models/w4249.json | 1 + assets/minecraft/models/w425.json | 1 + assets/minecraft/models/w4250.json | 1 + assets/minecraft/models/w4251.json | 1 + assets/minecraft/models/w4252.json | 1 + assets/minecraft/models/w4253.json | 1 + assets/minecraft/models/w4254.json | 1 + assets/minecraft/models/w4255.json | 1 + assets/minecraft/models/w4256.json | 1 + assets/minecraft/models/w4257.json | 1 + assets/minecraft/models/w4258.json | 1 + assets/minecraft/models/w4259.json | 1 + assets/minecraft/models/w426.json | 1 + assets/minecraft/models/w4260.json | 1 + assets/minecraft/models/w4261.json | 1 + assets/minecraft/models/w4262.json | 1 + assets/minecraft/models/w4263.json | 1 + assets/minecraft/models/w4264.json | 1 + assets/minecraft/models/w4265.json | 1 + assets/minecraft/models/w4266.json | 1 + assets/minecraft/models/w4267.json | 1 + assets/minecraft/models/w4268.json | 1 + assets/minecraft/models/w4269.json | 1 + assets/minecraft/models/w427.json | 1 + assets/minecraft/models/w4270.json | 1 + assets/minecraft/models/w4271.json | 1 + assets/minecraft/models/w4272.json | 1 + assets/minecraft/models/w4273.json | 1 + assets/minecraft/models/w4274.json | 1 + assets/minecraft/models/w4275.json | 1 + assets/minecraft/models/w4276.json | 1 + assets/minecraft/models/w4277.json | 1 + assets/minecraft/models/w4278.json | 1 + assets/minecraft/models/w4279.json | 1 + assets/minecraft/models/w428.json | 1 + assets/minecraft/models/w4280.json | 1 + assets/minecraft/models/w4281.json | 1 + assets/minecraft/models/w4282.json | 1 + assets/minecraft/models/w4283.json | 1 + assets/minecraft/models/w4284.json | 1 + assets/minecraft/models/w4285.json | 1 + assets/minecraft/models/w4286.json | 1 + assets/minecraft/models/w4287.json | 1 + assets/minecraft/models/w4288.json | 1 + assets/minecraft/models/w4289.json | 1 + assets/minecraft/models/w429.json | 1 + assets/minecraft/models/w4290.json | 1 + assets/minecraft/models/w4291.json | 1 + assets/minecraft/models/w4292.json | 1 + assets/minecraft/models/w4293.json | 1 + assets/minecraft/models/w4294.json | 1 + assets/minecraft/models/w4295.json | 1 + assets/minecraft/models/w4296.json | 1 + assets/minecraft/models/w4297.json | 1 + assets/minecraft/models/w4298.json | 1 + assets/minecraft/models/w4299.json | 1 + assets/minecraft/models/w43.json | 1 + assets/minecraft/models/w430.json | 1 + assets/minecraft/models/w4300.json | 1 + assets/minecraft/models/w4301.json | 1 + assets/minecraft/models/w4302.json | 1 + assets/minecraft/models/w4303.json | 1 + assets/minecraft/models/w4304.json | 1 + assets/minecraft/models/w4305.json | 1 + assets/minecraft/models/w4306.json | 1 + assets/minecraft/models/w4307.json | 1 + assets/minecraft/models/w4308.json | 1 + assets/minecraft/models/w4309.json | 1 + assets/minecraft/models/w431.json | 1 + assets/minecraft/models/w4310.json | 1 + assets/minecraft/models/w4311.json | 1 + assets/minecraft/models/w4312.json | 1 + assets/minecraft/models/w4313.json | 1 + assets/minecraft/models/w4314.json | 1 + assets/minecraft/models/w4315.json | 1 + assets/minecraft/models/w4316.json | 1 + assets/minecraft/models/w4317.json | 1 + assets/minecraft/models/w4318.json | 1 + assets/minecraft/models/w4319.json | 1 + assets/minecraft/models/w432.json | 1 + assets/minecraft/models/w4320.json | 1 + assets/minecraft/models/w4321.json | 1 + assets/minecraft/models/w4322.json | 1 + assets/minecraft/models/w4323.json | 1 + assets/minecraft/models/w4324.json | 1 + assets/minecraft/models/w4325.json | 1 + assets/minecraft/models/w4326.json | 1 + assets/minecraft/models/w4327.json | 1 + assets/minecraft/models/w4328.json | 1 + assets/minecraft/models/w4329.json | 1 + assets/minecraft/models/w433.json | 1 + assets/minecraft/models/w4330.json | 1 + assets/minecraft/models/w4331.json | 1 + assets/minecraft/models/w4332.json | 1 + assets/minecraft/models/w4333.json | 1 + assets/minecraft/models/w4334.json | 1 + assets/minecraft/models/w4335.json | 1 + assets/minecraft/models/w4336.json | 1 + assets/minecraft/models/w4337.json | 1 + assets/minecraft/models/w4338.json | 1 + assets/minecraft/models/w4339.json | 1 + assets/minecraft/models/w434.json | 1 + assets/minecraft/models/w4340.json | 1 + assets/minecraft/models/w4341.json | 1 + assets/minecraft/models/w4342.json | 1 + assets/minecraft/models/w4343.json | 1 + assets/minecraft/models/w4344.json | 1 + assets/minecraft/models/w4345.json | 1 + assets/minecraft/models/w4346.json | 1 + assets/minecraft/models/w4347.json | 1 + assets/minecraft/models/w4348.json | 1 + assets/minecraft/models/w4349.json | 1 + assets/minecraft/models/w435.json | 1 + assets/minecraft/models/w4350.json | 1 + assets/minecraft/models/w4351.json | 1 + assets/minecraft/models/w4352.json | 1 + assets/minecraft/models/w4353.json | 1 + assets/minecraft/models/w4354.json | 1 + assets/minecraft/models/w4355.json | 1 + assets/minecraft/models/w4356.json | 1 + assets/minecraft/models/w4357.json | 1 + assets/minecraft/models/w4358.json | 1 + assets/minecraft/models/w4359.json | 1 + assets/minecraft/models/w436.json | 1 + assets/minecraft/models/w4360.json | 1 + assets/minecraft/models/w4361.json | 1 + assets/minecraft/models/w4362.json | 1 + assets/minecraft/models/w4363.json | 1 + assets/minecraft/models/w4364.json | 1 + assets/minecraft/models/w4365.json | 1 + assets/minecraft/models/w4366.json | 1 + assets/minecraft/models/w4367.json | 1 + assets/minecraft/models/w4368.json | 1 + assets/minecraft/models/w4369.json | 1 + assets/minecraft/models/w437.json | 1 + assets/minecraft/models/w4370.json | 1 + assets/minecraft/models/w4371.json | 1 + assets/minecraft/models/w4372.json | 1 + assets/minecraft/models/w4373.json | 1 + assets/minecraft/models/w4374.json | 1 + assets/minecraft/models/w4375.json | 1 + assets/minecraft/models/w4376.json | 1 + assets/minecraft/models/w4377.json | 1 + assets/minecraft/models/w4378.json | 1 + assets/minecraft/models/w4379.json | 1 + assets/minecraft/models/w438.json | 1 + assets/minecraft/models/w4380.json | 1 + assets/minecraft/models/w4381.json | 1 + assets/minecraft/models/w4382.json | 1 + assets/minecraft/models/w4383.json | 1 + assets/minecraft/models/w4384.json | 1 + assets/minecraft/models/w4385.json | 1 + assets/minecraft/models/w4386.json | 1 + assets/minecraft/models/w4387.json | 1 + assets/minecraft/models/w4388.json | 1 + assets/minecraft/models/w4389.json | 1 + assets/minecraft/models/w439.json | 1 + assets/minecraft/models/w4390.json | 1 + assets/minecraft/models/w4391.json | 1 + assets/minecraft/models/w4392.json | 1 + assets/minecraft/models/w4393.json | 1 + assets/minecraft/models/w4394.json | 1 + assets/minecraft/models/w4395.json | 1 + assets/minecraft/models/w4396.json | 1 + assets/minecraft/models/w4397.json | 1 + assets/minecraft/models/w4398.json | 1 + assets/minecraft/models/w4399.json | 1 + assets/minecraft/models/w44.json | 1 + assets/minecraft/models/w440.json | 1 + assets/minecraft/models/w4400.json | 1 + assets/minecraft/models/w4401.json | 1 + assets/minecraft/models/w4402.json | 1 + assets/minecraft/models/w4403.json | 1 + assets/minecraft/models/w4404.json | 1 + assets/minecraft/models/w4405.json | 1 + assets/minecraft/models/w4406.json | 1 + assets/minecraft/models/w4407.json | 1 + assets/minecraft/models/w4408.json | 1 + assets/minecraft/models/w4409.json | 1 + assets/minecraft/models/w441.json | 1 + assets/minecraft/models/w4410.json | 1 + assets/minecraft/models/w4411.json | 1 + assets/minecraft/models/w4412.json | 1 + assets/minecraft/models/w4413.json | 1 + assets/minecraft/models/w4414.json | 1 + assets/minecraft/models/w4415.json | 1 + assets/minecraft/models/w4416.json | 1 + assets/minecraft/models/w4417.json | 1 + assets/minecraft/models/w4418.json | 1 + assets/minecraft/models/w4419.json | 1 + assets/minecraft/models/w442.json | 1 + assets/minecraft/models/w4420.json | 1 + assets/minecraft/models/w4421.json | 1 + assets/minecraft/models/w4422.json | 1 + assets/minecraft/models/w4423.json | 1 + assets/minecraft/models/w4424.json | 1 + assets/minecraft/models/w4425.json | 1 + assets/minecraft/models/w4426.json | 1 + assets/minecraft/models/w4427.json | 1 + assets/minecraft/models/w4428.json | 1 + assets/minecraft/models/w4429.json | 1 + assets/minecraft/models/w443.json | 1 + assets/minecraft/models/w4430.json | 1 + assets/minecraft/models/w4431.json | 1 + assets/minecraft/models/w4432.json | 1 + assets/minecraft/models/w4433.json | 1 + assets/minecraft/models/w4434.json | 1 + assets/minecraft/models/w4435.json | 1 + assets/minecraft/models/w4436.json | 1 + assets/minecraft/models/w4437.json | 1 + assets/minecraft/models/w4438.json | 1 + assets/minecraft/models/w4439.json | 1 + assets/minecraft/models/w444.json | 1 + assets/minecraft/models/w4440.json | 1 + assets/minecraft/models/w4441.json | 1 + assets/minecraft/models/w4442.json | 1 + assets/minecraft/models/w4443.json | 1 + assets/minecraft/models/w4444.json | 1 + assets/minecraft/models/w4445.json | 1 + assets/minecraft/models/w4446.json | 1 + assets/minecraft/models/w4447.json | 1 + assets/minecraft/models/w4448.json | 1 + assets/minecraft/models/w4449.json | 1 + assets/minecraft/models/w445.json | 1 + assets/minecraft/models/w4450.json | 1 + assets/minecraft/models/w4451.json | 1 + assets/minecraft/models/w4452.json | 1 + assets/minecraft/models/w4453.json | 1 + assets/minecraft/models/w4454.json | 1 + assets/minecraft/models/w4455.json | 1 + assets/minecraft/models/w4456.json | 1 + assets/minecraft/models/w4457.json | 1 + assets/minecraft/models/w4458.json | 1 + assets/minecraft/models/w4459.json | 1 + assets/minecraft/models/w446.json | 1 + assets/minecraft/models/w4460.json | 1 + assets/minecraft/models/w4461.json | 1 + assets/minecraft/models/w4462.json | 1 + assets/minecraft/models/w4463.json | 1 + assets/minecraft/models/w4464.json | 1 + assets/minecraft/models/w4465.json | 1 + assets/minecraft/models/w4466.json | 1 + assets/minecraft/models/w4467.json | 1 + assets/minecraft/models/w4468.json | 1 + assets/minecraft/models/w4469.json | 1 + assets/minecraft/models/w447.json | 1 + assets/minecraft/models/w4470.json | 1 + assets/minecraft/models/w4471.json | 1 + assets/minecraft/models/w4472.json | 1 + assets/minecraft/models/w4473.json | 1 + assets/minecraft/models/w4474.json | 1 + assets/minecraft/models/w4475.json | 1 + assets/minecraft/models/w4476.json | 1 + assets/minecraft/models/w4477.json | 1 + assets/minecraft/models/w4478.json | 1 + assets/minecraft/models/w4479.json | 1 + assets/minecraft/models/w448.json | 1 + assets/minecraft/models/w4480.json | 1 + assets/minecraft/models/w4481.json | 1 + assets/minecraft/models/w4482.json | 1 + assets/minecraft/models/w4483.json | 1 + assets/minecraft/models/w4484.json | 1 + assets/minecraft/models/w4485.json | 1 + assets/minecraft/models/w4486.json | 1 + assets/minecraft/models/w4487.json | 1 + assets/minecraft/models/w4488.json | 1 + assets/minecraft/models/w4489.json | 1 + assets/minecraft/models/w449.json | 1 + assets/minecraft/models/w4490.json | 1 + assets/minecraft/models/w4491.json | 1 + assets/minecraft/models/w4492.json | 1 + assets/minecraft/models/w4493.json | 1 + assets/minecraft/models/w4494.json | 1 + assets/minecraft/models/w4495.json | 1 + assets/minecraft/models/w4496.json | 1 + assets/minecraft/models/w4497.json | 1 + assets/minecraft/models/w4498.json | 1 + assets/minecraft/models/w4499.json | 1 + assets/minecraft/models/w45.json | 1 + assets/minecraft/models/w450.json | 1 + assets/minecraft/models/w4500.json | 1 + assets/minecraft/models/w4501.json | 1 + assets/minecraft/models/w4502.json | 1 + assets/minecraft/models/w4503.json | 1 + assets/minecraft/models/w4504.json | 1 + assets/minecraft/models/w4505.json | 1 + assets/minecraft/models/w4506.json | 1 + assets/minecraft/models/w4507.json | 1 + assets/minecraft/models/w4508.json | 1 + assets/minecraft/models/w4509.json | 1 + assets/minecraft/models/w451.json | 1 + assets/minecraft/models/w4510.json | 1 + assets/minecraft/models/w4511.json | 1 + assets/minecraft/models/w4512.json | 1 + assets/minecraft/models/w4513.json | 1 + assets/minecraft/models/w4514.json | 1 + assets/minecraft/models/w4515.json | 1 + assets/minecraft/models/w4516.json | 1 + assets/minecraft/models/w4517.json | 1 + assets/minecraft/models/w4518.json | 1 + assets/minecraft/models/w4519.json | 1 + assets/minecraft/models/w452.json | 1 + assets/minecraft/models/w4520.json | 1 + assets/minecraft/models/w4521.json | 1 + assets/minecraft/models/w4522.json | 1 + assets/minecraft/models/w4523.json | 1 + assets/minecraft/models/w4524.json | 1 + assets/minecraft/models/w4525.json | 1 + assets/minecraft/models/w4526.json | 1 + assets/minecraft/models/w4527.json | 1 + assets/minecraft/models/w4528.json | 1 + assets/minecraft/models/w4529.json | 1 + assets/minecraft/models/w453.json | 1 + assets/minecraft/models/w4530.json | 1 + assets/minecraft/models/w4531.json | 1 + assets/minecraft/models/w4532.json | 1 + assets/minecraft/models/w4533.json | 1 + assets/minecraft/models/w4534.json | 1 + assets/minecraft/models/w4535.json | 1 + assets/minecraft/models/w4536.json | 1 + assets/minecraft/models/w4537.json | 1 + assets/minecraft/models/w4538.json | 1 + assets/minecraft/models/w4539.json | 1 + assets/minecraft/models/w454.json | 1 + assets/minecraft/models/w4540.json | 1 + assets/minecraft/models/w4541.json | 1 + assets/minecraft/models/w4542.json | 1 + assets/minecraft/models/w4543.json | 1 + assets/minecraft/models/w4544.json | 1 + assets/minecraft/models/w4545.json | 1 + assets/minecraft/models/w4546.json | 1 + assets/minecraft/models/w4547.json | 1 + assets/minecraft/models/w4548.json | 1 + assets/minecraft/models/w4549.json | 1 + assets/minecraft/models/w455.json | 1 + assets/minecraft/models/w4550.json | 1 + assets/minecraft/models/w4551.json | 1 + assets/minecraft/models/w4552.json | 1 + assets/minecraft/models/w4553.json | 1 + assets/minecraft/models/w4554.json | 1 + assets/minecraft/models/w4555.json | 1 + assets/minecraft/models/w4556.json | 1 + assets/minecraft/models/w4557.json | 1 + assets/minecraft/models/w4558.json | 1 + assets/minecraft/models/w4559.json | 1 + assets/minecraft/models/w456.json | 1 + assets/minecraft/models/w4560.json | 1 + assets/minecraft/models/w4561.json | 1 + assets/minecraft/models/w4562.json | 1 + assets/minecraft/models/w4563.json | 1 + assets/minecraft/models/w4564.json | 1 + assets/minecraft/models/w4565.json | 1 + assets/minecraft/models/w4566.json | 1 + assets/minecraft/models/w4567.json | 1 + assets/minecraft/models/w4568.json | 1 + assets/minecraft/models/w4569.json | 1 + assets/minecraft/models/w457.json | 1 + assets/minecraft/models/w4570.json | 1 + assets/minecraft/models/w4571.json | 1 + assets/minecraft/models/w4572.json | 1 + assets/minecraft/models/w4573.json | 1 + assets/minecraft/models/w4574.json | 1 + assets/minecraft/models/w4575.json | 1 + assets/minecraft/models/w4576.json | 1 + assets/minecraft/models/w4577.json | 1 + assets/minecraft/models/w4578.json | 1 + assets/minecraft/models/w4579.json | 1 + assets/minecraft/models/w458.json | 1 + assets/minecraft/models/w4580.json | 1 + assets/minecraft/models/w4581.json | 1 + assets/minecraft/models/w4582.json | 1 + assets/minecraft/models/w4583.json | 1 + assets/minecraft/models/w4584.json | 1 + assets/minecraft/models/w4585.json | 1 + assets/minecraft/models/w4586.json | 1 + assets/minecraft/models/w4587.json | 1 + assets/minecraft/models/w4588.json | 1 + assets/minecraft/models/w4589.json | 1 + assets/minecraft/models/w459.json | 1 + assets/minecraft/models/w4590.json | 1 + assets/minecraft/models/w4591.json | 1 + assets/minecraft/models/w4592.json | 1 + assets/minecraft/models/w4593.json | 1 + assets/minecraft/models/w4594.json | 1 + assets/minecraft/models/w4595.json | 1 + assets/minecraft/models/w4596.json | 1 + assets/minecraft/models/w4597.json | 1 + assets/minecraft/models/w4598.json | 1 + assets/minecraft/models/w4599.json | 1 + assets/minecraft/models/w46.json | 1 + assets/minecraft/models/w460.json | 1 + assets/minecraft/models/w4600.json | 1 + assets/minecraft/models/w4601.json | 1 + assets/minecraft/models/w4602.json | 1 + assets/minecraft/models/w4603.json | 1 + assets/minecraft/models/w4604.json | 1 + assets/minecraft/models/w4605.json | 1 + assets/minecraft/models/w4606.json | 1 + assets/minecraft/models/w4607.json | 1 + assets/minecraft/models/w4608.json | 1 + assets/minecraft/models/w4609.json | 1 + assets/minecraft/models/w461.json | 1 + assets/minecraft/models/w4610.json | 1 + assets/minecraft/models/w4611.json | 1 + assets/minecraft/models/w4612.json | 1 + assets/minecraft/models/w4613.json | 1 + assets/minecraft/models/w4614.json | 1 + assets/minecraft/models/w4615.json | 1 + assets/minecraft/models/w4616.json | 1 + assets/minecraft/models/w4617.json | 1 + assets/minecraft/models/w4618.json | 1 + assets/minecraft/models/w4619.json | 1 + assets/minecraft/models/w462.json | 1 + assets/minecraft/models/w4620.json | 1 + assets/minecraft/models/w4621.json | 1 + assets/minecraft/models/w4622.json | 1 + assets/minecraft/models/w4623.json | 1 + assets/minecraft/models/w4624.json | 1 + assets/minecraft/models/w4625.json | 1 + assets/minecraft/models/w4626.json | 1 + assets/minecraft/models/w4627.json | 1 + assets/minecraft/models/w4628.json | 1 + assets/minecraft/models/w4629.json | 1 + assets/minecraft/models/w463.json | 1 + assets/minecraft/models/w4630.json | 1 + assets/minecraft/models/w4631.json | 1 + assets/minecraft/models/w4632.json | 1 + assets/minecraft/models/w4633.json | 1 + assets/minecraft/models/w4634.json | 1 + assets/minecraft/models/w4635.json | 1 + assets/minecraft/models/w4636.json | 1 + assets/minecraft/models/w4637.json | 1 + assets/minecraft/models/w4638.json | 1 + assets/minecraft/models/w4639.json | 1 + assets/minecraft/models/w464.json | 1 + assets/minecraft/models/w4640.json | 1 + assets/minecraft/models/w4641.json | 1 + assets/minecraft/models/w4642.json | 1 + assets/minecraft/models/w4643.json | 1 + assets/minecraft/models/w4644.json | 1 + assets/minecraft/models/w4645.json | 1 + assets/minecraft/models/w4646.json | 1 + assets/minecraft/models/w4647.json | 1 + assets/minecraft/models/w4648.json | 1 + assets/minecraft/models/w4649.json | 1 + assets/minecraft/models/w465.json | 1 + assets/minecraft/models/w4650.json | 1 + assets/minecraft/models/w4651.json | 1 + assets/minecraft/models/w4652.json | 1 + assets/minecraft/models/w4653.json | 1 + assets/minecraft/models/w4654.json | 1 + assets/minecraft/models/w4655.json | 1 + assets/minecraft/models/w4656.json | 1 + assets/minecraft/models/w4657.json | 1 + assets/minecraft/models/w4658.json | 1 + assets/minecraft/models/w4659.json | 1 + assets/minecraft/models/w466.json | 1 + assets/minecraft/models/w4660.json | 1 + assets/minecraft/models/w4661.json | 1 + assets/minecraft/models/w4662.json | 1 + assets/minecraft/models/w4663.json | 1 + assets/minecraft/models/w4664.json | 1 + assets/minecraft/models/w4665.json | 1 + assets/minecraft/models/w4666.json | 1 + assets/minecraft/models/w4667.json | 1 + assets/minecraft/models/w4668.json | 1 + assets/minecraft/models/w4669.json | 1 + assets/minecraft/models/w467.json | 1 + assets/minecraft/models/w4670.json | 1 + assets/minecraft/models/w4671.json | 1 + assets/minecraft/models/w4672.json | 1 + assets/minecraft/models/w4673.json | 1 + assets/minecraft/models/w4674.json | 1 + assets/minecraft/models/w4675.json | 1 + assets/minecraft/models/w4676.json | 1 + assets/minecraft/models/w4677.json | 1 + assets/minecraft/models/w4678.json | 1 + assets/minecraft/models/w4679.json | 1 + assets/minecraft/models/w468.json | 1 + assets/minecraft/models/w4680.json | 1 + assets/minecraft/models/w4681.json | 1 + assets/minecraft/models/w4682.json | 1 + assets/minecraft/models/w4683.json | 1 + assets/minecraft/models/w4684.json | 1 + assets/minecraft/models/w4685.json | 1 + assets/minecraft/models/w4686.json | 1 + assets/minecraft/models/w4687.json | 1 + assets/minecraft/models/w4688.json | 1 + assets/minecraft/models/w4689.json | 1 + assets/minecraft/models/w469.json | 1 + assets/minecraft/models/w4690.json | 1 + assets/minecraft/models/w4691.json | 1 + assets/minecraft/models/w4692.json | 1 + assets/minecraft/models/w4693.json | 1 + assets/minecraft/models/w4694.json | 1 + assets/minecraft/models/w4695.json | 1 + assets/minecraft/models/w4696.json | 1 + assets/minecraft/models/w4697.json | 1 + assets/minecraft/models/w4698.json | 1 + assets/minecraft/models/w4699.json | 1 + assets/minecraft/models/w47.json | 1 + assets/minecraft/models/w470.json | 1 + assets/minecraft/models/w4700.json | 1 + assets/minecraft/models/w4701.json | 1 + assets/minecraft/models/w4702.json | 1 + assets/minecraft/models/w4703.json | 1 + assets/minecraft/models/w4704.json | 1 + assets/minecraft/models/w4705.json | 1 + assets/minecraft/models/w4706.json | 1 + assets/minecraft/models/w4707.json | 1 + assets/minecraft/models/w4708.json | 1 + assets/minecraft/models/w4709.json | 1 + assets/minecraft/models/w471.json | 1 + assets/minecraft/models/w4710.json | 1 + assets/minecraft/models/w4711.json | 1 + assets/minecraft/models/w4712.json | 1 + assets/minecraft/models/w4713.json | 1 + assets/minecraft/models/w4714.json | 1 + assets/minecraft/models/w4715.json | 1 + assets/minecraft/models/w4716.json | 1 + assets/minecraft/models/w4717.json | 1 + assets/minecraft/models/w4718.json | 1 + assets/minecraft/models/w4719.json | 1 + assets/minecraft/models/w472.json | 1 + assets/minecraft/models/w4720.json | 1 + assets/minecraft/models/w4721.json | 1 + assets/minecraft/models/w4722.json | 1 + assets/minecraft/models/w4723.json | 1 + assets/minecraft/models/w4724.json | 1 + assets/minecraft/models/w4725.json | 1 + assets/minecraft/models/w4726.json | 1 + assets/minecraft/models/w4727.json | 1 + assets/minecraft/models/w4728.json | 1 + assets/minecraft/models/w4729.json | 1 + assets/minecraft/models/w473.json | 1 + assets/minecraft/models/w4730.json | 1 + assets/minecraft/models/w4731.json | 1 + assets/minecraft/models/w4732.json | 1 + assets/minecraft/models/w4733.json | 1 + assets/minecraft/models/w4734.json | 1 + assets/minecraft/models/w4735.json | 1 + assets/minecraft/models/w4736.json | 1 + assets/minecraft/models/w4737.json | 1 + assets/minecraft/models/w4738.json | 1 + assets/minecraft/models/w4739.json | 1 + assets/minecraft/models/w474.json | 1 + assets/minecraft/models/w4740.json | 1 + assets/minecraft/models/w4741.json | 1 + assets/minecraft/models/w4742.json | 1 + assets/minecraft/models/w4743.json | 1 + assets/minecraft/models/w4744.json | 1 + assets/minecraft/models/w4745.json | 1 + assets/minecraft/models/w4746.json | 1 + assets/minecraft/models/w4747.json | 1 + assets/minecraft/models/w4748.json | 1 + assets/minecraft/models/w4749.json | 1 + assets/minecraft/models/w475.json | 1 + assets/minecraft/models/w4750.json | 1 + assets/minecraft/models/w4751.json | 1 + assets/minecraft/models/w4752.json | 1 + assets/minecraft/models/w4753.json | 1 + assets/minecraft/models/w4754.json | 1 + assets/minecraft/models/w4755.json | 1 + assets/minecraft/models/w4756.json | 1 + assets/minecraft/models/w4757.json | 1 + assets/minecraft/models/w4758.json | 1 + assets/minecraft/models/w4759.json | 1 + assets/minecraft/models/w476.json | 1 + assets/minecraft/models/w4760.json | 1 + assets/minecraft/models/w4761.json | 1 + assets/minecraft/models/w4762.json | 1 + assets/minecraft/models/w4763.json | 1 + assets/minecraft/models/w4764.json | 1 + assets/minecraft/models/w4765.json | 1 + assets/minecraft/models/w4766.json | 1 + assets/minecraft/models/w4767.json | 1 + assets/minecraft/models/w4768.json | 1 + assets/minecraft/models/w4769.json | 1 + assets/minecraft/models/w477.json | 1 + assets/minecraft/models/w4770.json | 1 + assets/minecraft/models/w4771.json | 1 + assets/minecraft/models/w4772.json | 1 + assets/minecraft/models/w4773.json | 1 + assets/minecraft/models/w4774.json | 1 + assets/minecraft/models/w4775.json | 1 + assets/minecraft/models/w4776.json | 1 + assets/minecraft/models/w4777.json | 1 + assets/minecraft/models/w4778.json | 1 + assets/minecraft/models/w4779.json | 1 + assets/minecraft/models/w478.json | 1 + assets/minecraft/models/w4780.json | 1 + assets/minecraft/models/w4781.json | 1 + assets/minecraft/models/w4782.json | 1 + assets/minecraft/models/w4783.json | 1 + assets/minecraft/models/w4784.json | 1 + assets/minecraft/models/w4785.json | 1 + assets/minecraft/models/w4786.json | 1 + assets/minecraft/models/w4787.json | 1 + assets/minecraft/models/w4788.json | 1 + assets/minecraft/models/w4789.json | 1 + assets/minecraft/models/w479.json | 1 + assets/minecraft/models/w4790.json | 1 + assets/minecraft/models/w4791.json | 1 + assets/minecraft/models/w4792.json | 1 + assets/minecraft/models/w4793.json | 1 + assets/minecraft/models/w4794.json | 1 + assets/minecraft/models/w4795.json | 1 + assets/minecraft/models/w4796.json | 1 + assets/minecraft/models/w4797.json | 1 + assets/minecraft/models/w4798.json | 1 + assets/minecraft/models/w4799.json | 1 + assets/minecraft/models/w48.json | 1 + assets/minecraft/models/w480.json | 1 + assets/minecraft/models/w4800.json | 1 + assets/minecraft/models/w4801.json | 1 + assets/minecraft/models/w4802.json | 1 + assets/minecraft/models/w4803.json | 1 + assets/minecraft/models/w4804.json | 1 + assets/minecraft/models/w4805.json | 1 + assets/minecraft/models/w4806.json | 1 + assets/minecraft/models/w4807.json | 1 + assets/minecraft/models/w4808.json | 1 + assets/minecraft/models/w4809.json | 1 + assets/minecraft/models/w481.json | 1 + assets/minecraft/models/w4810.json | 1 + assets/minecraft/models/w4811.json | 1 + assets/minecraft/models/w4812.json | 1 + assets/minecraft/models/w4813.json | 1 + assets/minecraft/models/w4814.json | 1 + assets/minecraft/models/w4815.json | 1 + assets/minecraft/models/w4816.json | 1 + assets/minecraft/models/w4817.json | 1 + assets/minecraft/models/w4818.json | 1 + assets/minecraft/models/w4819.json | 1 + assets/minecraft/models/w482.json | 1 + assets/minecraft/models/w4820.json | 1 + assets/minecraft/models/w4821.json | 1 + assets/minecraft/models/w4822.json | 1 + assets/minecraft/models/w4823.json | 1 + assets/minecraft/models/w4824.json | 1 + assets/minecraft/models/w4825.json | 1 + assets/minecraft/models/w4826.json | 1 + assets/minecraft/models/w4827.json | 1 + assets/minecraft/models/w4828.json | 1 + assets/minecraft/models/w4829.json | 1 + assets/minecraft/models/w483.json | 1 + assets/minecraft/models/w4830.json | 1 + assets/minecraft/models/w4831.json | 1 + assets/minecraft/models/w4832.json | 1 + assets/minecraft/models/w4833.json | 1 + assets/minecraft/models/w4834.json | 1 + assets/minecraft/models/w4835.json | 1 + assets/minecraft/models/w4836.json | 1 + assets/minecraft/models/w4837.json | 1 + assets/minecraft/models/w4838.json | 1 + assets/minecraft/models/w4839.json | 1 + assets/minecraft/models/w484.json | 1 + assets/minecraft/models/w4840.json | 1 + assets/minecraft/models/w4841.json | 1 + assets/minecraft/models/w4842.json | 1 + assets/minecraft/models/w4843.json | 1 + assets/minecraft/models/w4844.json | 1 + assets/minecraft/models/w4845.json | 1 + assets/minecraft/models/w4846.json | 1 + assets/minecraft/models/w4847.json | 1 + assets/minecraft/models/w4848.json | 1 + assets/minecraft/models/w4849.json | 1 + assets/minecraft/models/w485.json | 1 + assets/minecraft/models/w4850.json | 1 + assets/minecraft/models/w4851.json | 1 + assets/minecraft/models/w4852.json | 1 + assets/minecraft/models/w4853.json | 1 + assets/minecraft/models/w4854.json | 1 + assets/minecraft/models/w4855.json | 1 + assets/minecraft/models/w4856.json | 1 + assets/minecraft/models/w4857.json | 1 + assets/minecraft/models/w4858.json | 1 + assets/minecraft/models/w4859.json | 1 + assets/minecraft/models/w486.json | 1 + assets/minecraft/models/w4860.json | 1 + assets/minecraft/models/w4861.json | 1 + assets/minecraft/models/w4862.json | 1 + assets/minecraft/models/w4863.json | 1 + assets/minecraft/models/w4864.json | 1 + assets/minecraft/models/w4865.json | 1 + assets/minecraft/models/w4866.json | 1 + assets/minecraft/models/w4867.json | 1 + assets/minecraft/models/w4868.json | 1 + assets/minecraft/models/w4869.json | 1 + assets/minecraft/models/w487.json | 1 + assets/minecraft/models/w4870.json | 1 + assets/minecraft/models/w4871.json | 1 + assets/minecraft/models/w4872.json | 1 + assets/minecraft/models/w4873.json | 1 + assets/minecraft/models/w4874.json | 1 + assets/minecraft/models/w4875.json | 1 + assets/minecraft/models/w4876.json | 1 + assets/minecraft/models/w4877.json | 1 + assets/minecraft/models/w4878.json | 1 + assets/minecraft/models/w4879.json | 1 + assets/minecraft/models/w488.json | 1 + assets/minecraft/models/w4880.json | 1 + assets/minecraft/models/w4881.json | 1 + assets/minecraft/models/w4882.json | 1 + assets/minecraft/models/w4883.json | 1 + assets/minecraft/models/w4884.json | 1 + assets/minecraft/models/w4885.json | 1 + assets/minecraft/models/w4886.json | 1 + assets/minecraft/models/w4887.json | 1 + assets/minecraft/models/w4888.json | 1 + assets/minecraft/models/w4889.json | 1 + assets/minecraft/models/w489.json | 1 + assets/minecraft/models/w4890.json | 1 + assets/minecraft/models/w4891.json | 1 + assets/minecraft/models/w4892.json | 1 + assets/minecraft/models/w4893.json | 1 + assets/minecraft/models/w4894.json | 1 + assets/minecraft/models/w4895.json | 1 + assets/minecraft/models/w4896.json | 1 + assets/minecraft/models/w4897.json | 1 + assets/minecraft/models/w4898.json | 1 + assets/minecraft/models/w4899.json | 1 + assets/minecraft/models/w49.json | 1 + assets/minecraft/models/w490.json | 1 + assets/minecraft/models/w4900.json | 1 + assets/minecraft/models/w4901.json | 1 + assets/minecraft/models/w4902.json | 1 + assets/minecraft/models/w4903.json | 1 + assets/minecraft/models/w4904.json | 1 + assets/minecraft/models/w4905.json | 1 + assets/minecraft/models/w4906.json | 1 + assets/minecraft/models/w4907.json | 1 + assets/minecraft/models/w4908.json | 1 + assets/minecraft/models/w4909.json | 1 + assets/minecraft/models/w491.json | 1 + assets/minecraft/models/w4910.json | 1 + assets/minecraft/models/w4911.json | 1 + assets/minecraft/models/w4912.json | 1 + assets/minecraft/models/w4913.json | 1 + assets/minecraft/models/w4914.json | 1 + assets/minecraft/models/w4915.json | 1 + assets/minecraft/models/w4916.json | 1 + assets/minecraft/models/w4917.json | 1 + assets/minecraft/models/w4918.json | 1 + assets/minecraft/models/w4919.json | 1 + assets/minecraft/models/w492.json | 1 + assets/minecraft/models/w4920.json | 1 + assets/minecraft/models/w4921.json | 1 + assets/minecraft/models/w4922.json | 1 + assets/minecraft/models/w4923.json | 1 + assets/minecraft/models/w4924.json | 1 + assets/minecraft/models/w4925.json | 1 + assets/minecraft/models/w4926.json | 1 + assets/minecraft/models/w4927.json | 1 + assets/minecraft/models/w4928.json | 1 + assets/minecraft/models/w4929.json | 1 + assets/minecraft/models/w493.json | 1 + assets/minecraft/models/w4930.json | 1 + assets/minecraft/models/w4931.json | 1 + assets/minecraft/models/w4932.json | 1 + assets/minecraft/models/w4933.json | 1 + assets/minecraft/models/w4934.json | 1 + assets/minecraft/models/w4935.json | 1 + assets/minecraft/models/w4936.json | 1 + assets/minecraft/models/w4937.json | 1 + assets/minecraft/models/w4938.json | 1 + assets/minecraft/models/w4939.json | 1 + assets/minecraft/models/w494.json | 1 + assets/minecraft/models/w4940.json | 1 + assets/minecraft/models/w4941.json | 1 + assets/minecraft/models/w4942.json | 1 + assets/minecraft/models/w4943.json | 1 + assets/minecraft/models/w4944.json | 1 + assets/minecraft/models/w4945.json | 1 + assets/minecraft/models/w4946.json | 1 + assets/minecraft/models/w4947.json | 1 + assets/minecraft/models/w4948.json | 1 + assets/minecraft/models/w4949.json | 1 + assets/minecraft/models/w495.json | 1 + assets/minecraft/models/w4950.json | 1 + assets/minecraft/models/w4951.json | 1 + assets/minecraft/models/w4952.json | 1 + assets/minecraft/models/w4953.json | 1 + assets/minecraft/models/w4954.json | 1 + assets/minecraft/models/w4955.json | 1 + assets/minecraft/models/w4956.json | 1 + assets/minecraft/models/w4957.json | 1 + assets/minecraft/models/w4958.json | 1 + assets/minecraft/models/w4959.json | 1 + assets/minecraft/models/w496.json | 1 + assets/minecraft/models/w4960.json | 1 + assets/minecraft/models/w4961.json | 1 + assets/minecraft/models/w4962.json | 1 + assets/minecraft/models/w4963.json | 1 + assets/minecraft/models/w4964.json | 1 + assets/minecraft/models/w4965.json | 1 + assets/minecraft/models/w4966.json | 1 + assets/minecraft/models/w4967.json | 1 + assets/minecraft/models/w4968.json | 1 + assets/minecraft/models/w4969.json | 1 + assets/minecraft/models/w497.json | 1 + assets/minecraft/models/w4970.json | 1 + assets/minecraft/models/w4971.json | 1 + assets/minecraft/models/w4972.json | 1 + assets/minecraft/models/w4973.json | 1 + assets/minecraft/models/w4974.json | 1 + assets/minecraft/models/w4975.json | 1 + assets/minecraft/models/w4976.json | 1 + assets/minecraft/models/w4977.json | 1 + assets/minecraft/models/w4978.json | 1 + assets/minecraft/models/w4979.json | 1 + assets/minecraft/models/w498.json | 1 + assets/minecraft/models/w4980.json | 1 + assets/minecraft/models/w4981.json | 1 + assets/minecraft/models/w4982.json | 1 + assets/minecraft/models/w4983.json | 1 + assets/minecraft/models/w4984.json | 1 + assets/minecraft/models/w4985.json | 1 + assets/minecraft/models/w4986.json | 1 + assets/minecraft/models/w4987.json | 1 + assets/minecraft/models/w4988.json | 1 + assets/minecraft/models/w4989.json | 1 + assets/minecraft/models/w499.json | 1 + assets/minecraft/models/w4990.json | 1 + assets/minecraft/models/w4991.json | 1 + assets/minecraft/models/w4992.json | 1 + assets/minecraft/models/w4993.json | 1 + assets/minecraft/models/w4994.json | 1 + assets/minecraft/models/w4995.json | 1 + assets/minecraft/models/w4996.json | 1 + assets/minecraft/models/w4997.json | 1 + assets/minecraft/models/w4998.json | 1 + assets/minecraft/models/w4999.json | 1 + assets/minecraft/models/w5.json | 1 + assets/minecraft/models/w50.json | 1 + assets/minecraft/models/w500.json | 1 + assets/minecraft/models/w5000.json | 1 + assets/minecraft/models/w5001.json | 1 + assets/minecraft/models/w5002.json | 1 + assets/minecraft/models/w5003.json | 1 + assets/minecraft/models/w5004.json | 1 + assets/minecraft/models/w5005.json | 1 + assets/minecraft/models/w5006.json | 1 + assets/minecraft/models/w5007.json | 1 + assets/minecraft/models/w5008.json | 1 + assets/minecraft/models/w5009.json | 1 + assets/minecraft/models/w501.json | 1 + assets/minecraft/models/w5010.json | 1 + assets/minecraft/models/w5011.json | 1 + assets/minecraft/models/w5012.json | 1 + assets/minecraft/models/w5013.json | 1 + assets/minecraft/models/w5014.json | 1 + assets/minecraft/models/w5015.json | 1 + assets/minecraft/models/w5016.json | 1 + assets/minecraft/models/w5017.json | 1 + assets/minecraft/models/w5018.json | 1 + assets/minecraft/models/w5019.json | 1 + assets/minecraft/models/w502.json | 1 + assets/minecraft/models/w5020.json | 1 + assets/minecraft/models/w5021.json | 1 + assets/minecraft/models/w5022.json | 1 + assets/minecraft/models/w5023.json | 1 + assets/minecraft/models/w5024.json | 1 + assets/minecraft/models/w5025.json | 1 + assets/minecraft/models/w5026.json | 1 + assets/minecraft/models/w5027.json | 1 + assets/minecraft/models/w5028.json | 1 + assets/minecraft/models/w5029.json | 1 + assets/minecraft/models/w503.json | 1 + assets/minecraft/models/w5030.json | 1 + assets/minecraft/models/w5031.json | 1 + assets/minecraft/models/w5032.json | 1 + assets/minecraft/models/w5033.json | 1 + assets/minecraft/models/w5034.json | 1 + assets/minecraft/models/w5035.json | 1 + assets/minecraft/models/w5036.json | 1 + assets/minecraft/models/w5037.json | 1 + assets/minecraft/models/w5038.json | 1 + assets/minecraft/models/w5039.json | 1 + assets/minecraft/models/w504.json | 1 + assets/minecraft/models/w5040.json | 1 + assets/minecraft/models/w5041.json | 1 + assets/minecraft/models/w5042.json | 1 + assets/minecraft/models/w5043.json | 1 + assets/minecraft/models/w5044.json | 1 + assets/minecraft/models/w5045.json | 1 + assets/minecraft/models/w5046.json | 1 + assets/minecraft/models/w5047.json | 1 + assets/minecraft/models/w5048.json | 1 + assets/minecraft/models/w5049.json | 1 + assets/minecraft/models/w505.json | 1 + assets/minecraft/models/w5050.json | 1 + assets/minecraft/models/w5051.json | 1 + assets/minecraft/models/w5052.json | 1 + assets/minecraft/models/w5053.json | 1 + assets/minecraft/models/w5054.json | 1 + assets/minecraft/models/w5055.json | 1 + assets/minecraft/models/w5056.json | 1 + assets/minecraft/models/w5057.json | 1 + assets/minecraft/models/w5058.json | 1 + assets/minecraft/models/w5059.json | 1 + assets/minecraft/models/w506.json | 1 + assets/minecraft/models/w5060.json | 1 + assets/minecraft/models/w5061.json | 1 + assets/minecraft/models/w5062.json | 1 + assets/minecraft/models/w5063.json | 1 + assets/minecraft/models/w5064.json | 1 + assets/minecraft/models/w5065.json | 1 + assets/minecraft/models/w5066.json | 1 + assets/minecraft/models/w5067.json | 1 + assets/minecraft/models/w5068.json | 1 + assets/minecraft/models/w5069.json | 1 + assets/minecraft/models/w507.json | 1 + assets/minecraft/models/w5070.json | 1 + assets/minecraft/models/w5071.json | 1 + assets/minecraft/models/w5072.json | 1 + assets/minecraft/models/w5073.json | 1 + assets/minecraft/models/w5074.json | 1 + assets/minecraft/models/w5075.json | 1 + assets/minecraft/models/w5076.json | 1 + assets/minecraft/models/w5077.json | 1 + assets/minecraft/models/w5078.json | 1 + assets/minecraft/models/w5079.json | 1 + assets/minecraft/models/w508.json | 1 + assets/minecraft/models/w5080.json | 1 + assets/minecraft/models/w5081.json | 1 + assets/minecraft/models/w5082.json | 1 + assets/minecraft/models/w5083.json | 1 + assets/minecraft/models/w5084.json | 1 + assets/minecraft/models/w5085.json | 1 + assets/minecraft/models/w5086.json | 1 + assets/minecraft/models/w5087.json | 1 + assets/minecraft/models/w5088.json | 1 + assets/minecraft/models/w5089.json | 1 + assets/minecraft/models/w509.json | 1 + assets/minecraft/models/w5090.json | 1 + assets/minecraft/models/w5091.json | 1 + assets/minecraft/models/w5092.json | 1 + assets/minecraft/models/w5093.json | 1 + assets/minecraft/models/w5094.json | 1 + assets/minecraft/models/w5095.json | 1 + assets/minecraft/models/w5096.json | 1 + assets/minecraft/models/w5097.json | 1 + assets/minecraft/models/w5098.json | 1 + assets/minecraft/models/w5099.json | 1 + assets/minecraft/models/w51.json | 1 + assets/minecraft/models/w510.json | 1 + assets/minecraft/models/w5100.json | 1 + assets/minecraft/models/w5101.json | 1 + assets/minecraft/models/w5102.json | 1 + assets/minecraft/models/w5103.json | 1 + assets/minecraft/models/w5104.json | 1 + assets/minecraft/models/w5105.json | 1 + assets/minecraft/models/w5106.json | 1 + assets/minecraft/models/w5107.json | 1 + assets/minecraft/models/w5108.json | 1 + assets/minecraft/models/w5109.json | 1 + assets/minecraft/models/w511.json | 1 + assets/minecraft/models/w5110.json | 1 + assets/minecraft/models/w5111.json | 1 + assets/minecraft/models/w5112.json | 1 + assets/minecraft/models/w5113.json | 1 + assets/minecraft/models/w5114.json | 1 + assets/minecraft/models/w5115.json | 1 + assets/minecraft/models/w5116.json | 1 + assets/minecraft/models/w5117.json | 1 + assets/minecraft/models/w5118.json | 1 + assets/minecraft/models/w5119.json | 1 + assets/minecraft/models/w512.json | 1 + assets/minecraft/models/w5120.json | 1 + assets/minecraft/models/w5121.json | 1 + assets/minecraft/models/w5122.json | 1 + assets/minecraft/models/w5123.json | 1 + assets/minecraft/models/w5124.json | 1 + assets/minecraft/models/w5125.json | 1 + assets/minecraft/models/w5126.json | 1 + assets/minecraft/models/w5127.json | 1 + assets/minecraft/models/w5128.json | 1 + assets/minecraft/models/w5129.json | 1 + assets/minecraft/models/w513.json | 1 + assets/minecraft/models/w5130.json | 1 + assets/minecraft/models/w5131.json | 1 + assets/minecraft/models/w5132.json | 1 + assets/minecraft/models/w5133.json | 1 + assets/minecraft/models/w5134.json | 1 + assets/minecraft/models/w5135.json | 1 + assets/minecraft/models/w5136.json | 1 + assets/minecraft/models/w5137.json | 1 + assets/minecraft/models/w5138.json | 1 + assets/minecraft/models/w5139.json | 1 + assets/minecraft/models/w514.json | 1 + assets/minecraft/models/w5140.json | 1 + assets/minecraft/models/w5141.json | 1 + assets/minecraft/models/w5142.json | 1 + assets/minecraft/models/w5143.json | 1 + assets/minecraft/models/w5144.json | 1 + assets/minecraft/models/w5145.json | 1 + assets/minecraft/models/w5146.json | 1 + assets/minecraft/models/w5147.json | 1 + assets/minecraft/models/w5148.json | 1 + assets/minecraft/models/w5149.json | 1 + assets/minecraft/models/w515.json | 1 + assets/minecraft/models/w5150.json | 1 + assets/minecraft/models/w5151.json | 1 + assets/minecraft/models/w5152.json | 1 + assets/minecraft/models/w5153.json | 1 + assets/minecraft/models/w5154.json | 1 + assets/minecraft/models/w5155.json | 1 + assets/minecraft/models/w5156.json | 1 + assets/minecraft/models/w5157.json | 1 + assets/minecraft/models/w5158.json | 1 + assets/minecraft/models/w5159.json | 1 + assets/minecraft/models/w516.json | 1 + assets/minecraft/models/w5160.json | 1 + assets/minecraft/models/w5161.json | 1 + assets/minecraft/models/w5162.json | 1 + assets/minecraft/models/w5163.json | 1 + assets/minecraft/models/w5164.json | 1 + assets/minecraft/models/w5165.json | 1 + assets/minecraft/models/w5166.json | 1 + assets/minecraft/models/w5167.json | 1 + assets/minecraft/models/w5168.json | 1 + assets/minecraft/models/w5169.json | 1 + assets/minecraft/models/w517.json | 1 + assets/minecraft/models/w5170.json | 1 + assets/minecraft/models/w5171.json | 1 + assets/minecraft/models/w5172.json | 1 + assets/minecraft/models/w5173.json | 1 + assets/minecraft/models/w5174.json | 1 + assets/minecraft/models/w5175.json | 1 + assets/minecraft/models/w5176.json | 1 + assets/minecraft/models/w5177.json | 1 + assets/minecraft/models/w5178.json | 1 + assets/minecraft/models/w5179.json | 1 + assets/minecraft/models/w518.json | 1 + assets/minecraft/models/w5180.json | 1 + assets/minecraft/models/w5181.json | 1 + assets/minecraft/models/w5182.json | 1 + assets/minecraft/models/w5183.json | 1 + assets/minecraft/models/w5184.json | 1 + assets/minecraft/models/w5185.json | 1 + assets/minecraft/models/w5186.json | 1 + assets/minecraft/models/w5187.json | 1 + assets/minecraft/models/w5188.json | 1 + assets/minecraft/models/w5189.json | 1 + assets/minecraft/models/w519.json | 1 + assets/minecraft/models/w5190.json | 1 + assets/minecraft/models/w5191.json | 1 + assets/minecraft/models/w5192.json | 1 + assets/minecraft/models/w5193.json | 1 + assets/minecraft/models/w5194.json | 1 + assets/minecraft/models/w5195.json | 1 + assets/minecraft/models/w5196.json | 1 + assets/minecraft/models/w5197.json | 1 + assets/minecraft/models/w5198.json | 1 + assets/minecraft/models/w5199.json | 1 + assets/minecraft/models/w52.json | 1 + assets/minecraft/models/w520.json | 1 + assets/minecraft/models/w5200.json | 1 + assets/minecraft/models/w5201.json | 1 + assets/minecraft/models/w5202.json | 1 + assets/minecraft/models/w5203.json | 1 + assets/minecraft/models/w5204.json | 1 + assets/minecraft/models/w5205.json | 1 + assets/minecraft/models/w5206.json | 1 + assets/minecraft/models/w5207.json | 1 + assets/minecraft/models/w5208.json | 1 + assets/minecraft/models/w5209.json | 1 + assets/minecraft/models/w521.json | 1 + assets/minecraft/models/w5210.json | 1 + assets/minecraft/models/w5211.json | 1 + assets/minecraft/models/w5212.json | 1 + assets/minecraft/models/w5213.json | 1 + assets/minecraft/models/w5214.json | 1 + assets/minecraft/models/w5215.json | 1 + assets/minecraft/models/w5216.json | 1 + assets/minecraft/models/w5217.json | 1 + assets/minecraft/models/w5218.json | 1 + assets/minecraft/models/w5219.json | 1 + assets/minecraft/models/w522.json | 1 + assets/minecraft/models/w5220.json | 1 + assets/minecraft/models/w5221.json | 1 + assets/minecraft/models/w5222.json | 1 + assets/minecraft/models/w5223.json | 1 + assets/minecraft/models/w5224.json | 1 + assets/minecraft/models/w5225.json | 1 + assets/minecraft/models/w5226.json | 1 + assets/minecraft/models/w5227.json | 1 + assets/minecraft/models/w5228.json | 1 + assets/minecraft/models/w5229.json | 1 + assets/minecraft/models/w523.json | 1 + assets/minecraft/models/w5230.json | 1 + assets/minecraft/models/w5231.json | 1 + assets/minecraft/models/w5232.json | 1 + assets/minecraft/models/w5233.json | 1 + assets/minecraft/models/w5234.json | 1 + assets/minecraft/models/w5235.json | 1 + assets/minecraft/models/w5236.json | 1 + assets/minecraft/models/w5237.json | 1 + assets/minecraft/models/w5238.json | 1 + assets/minecraft/models/w5239.json | 1 + assets/minecraft/models/w524.json | 1 + assets/minecraft/models/w5240.json | 1 + assets/minecraft/models/w5241.json | 1 + assets/minecraft/models/w5242.json | 1 + assets/minecraft/models/w5243.json | 1 + assets/minecraft/models/w5244.json | 1 + assets/minecraft/models/w5245.json | 1 + assets/minecraft/models/w5246.json | 1 + assets/minecraft/models/w5247.json | 1 + assets/minecraft/models/w5248.json | 1 + assets/minecraft/models/w5249.json | 1 + assets/minecraft/models/w525.json | 1 + assets/minecraft/models/w5250.json | 1 + assets/minecraft/models/w5251.json | 1 + assets/minecraft/models/w5252.json | 1 + assets/minecraft/models/w5253.json | 1 + assets/minecraft/models/w5254.json | 1 + assets/minecraft/models/w5255.json | 1 + assets/minecraft/models/w5256.json | 1 + assets/minecraft/models/w5257.json | 1 + assets/minecraft/models/w5258.json | 1 + assets/minecraft/models/w5259.json | 1 + assets/minecraft/models/w526.json | 1 + assets/minecraft/models/w5260.json | 1 + assets/minecraft/models/w5261.json | 1 + assets/minecraft/models/w5262.json | 1 + assets/minecraft/models/w5263.json | 1 + assets/minecraft/models/w5264.json | 1 + assets/minecraft/models/w5265.json | 1 + assets/minecraft/models/w5266.json | 1 + assets/minecraft/models/w5267.json | 1 + assets/minecraft/models/w5268.json | 1 + assets/minecraft/models/w5269.json | 1 + assets/minecraft/models/w527.json | 1 + assets/minecraft/models/w5270.json | 1 + assets/minecraft/models/w5271.json | 1 + assets/minecraft/models/w5272.json | 1 + assets/minecraft/models/w5273.json | 1 + assets/minecraft/models/w5274.json | 1 + assets/minecraft/models/w5275.json | 1 + assets/minecraft/models/w5276.json | 1 + assets/minecraft/models/w5277.json | 1 + assets/minecraft/models/w5278.json | 1 + assets/minecraft/models/w5279.json | 1 + assets/minecraft/models/w528.json | 1 + assets/minecraft/models/w5280.json | 1 + assets/minecraft/models/w5281.json | 1 + assets/minecraft/models/w5282.json | 1 + assets/minecraft/models/w5283.json | 1 + assets/minecraft/models/w5284.json | 1 + assets/minecraft/models/w5285.json | 1 + assets/minecraft/models/w5286.json | 1 + assets/minecraft/models/w5287.json | 1 + assets/minecraft/models/w5288.json | 1 + assets/minecraft/models/w5289.json | 1 + assets/minecraft/models/w529.json | 1 + assets/minecraft/models/w5290.json | 1 + assets/minecraft/models/w5291.json | 1 + assets/minecraft/models/w5292.json | 1 + assets/minecraft/models/w5293.json | 1 + assets/minecraft/models/w5294.json | 1 + assets/minecraft/models/w5295.json | 1 + assets/minecraft/models/w5296.json | 1 + assets/minecraft/models/w5297.json | 1 + assets/minecraft/models/w5298.json | 1 + assets/minecraft/models/w5299.json | 1 + assets/minecraft/models/w53.json | 1 + assets/minecraft/models/w530.json | 1 + assets/minecraft/models/w5300.json | 1 + assets/minecraft/models/w5301.json | 1 + assets/minecraft/models/w5302.json | 1 + assets/minecraft/models/w5303.json | 1 + assets/minecraft/models/w5304.json | 1 + assets/minecraft/models/w5305.json | 1 + assets/minecraft/models/w5306.json | 1 + assets/minecraft/models/w5307.json | 1 + assets/minecraft/models/w5308.json | 1 + assets/minecraft/models/w5309.json | 1 + assets/minecraft/models/w531.json | 1 + assets/minecraft/models/w5310.json | 1 + assets/minecraft/models/w5311.json | 1 + assets/minecraft/models/w5312.json | 1 + assets/minecraft/models/w5313.json | 1 + assets/minecraft/models/w5314.json | 1 + assets/minecraft/models/w5315.json | 1 + assets/minecraft/models/w5316.json | 1 + assets/minecraft/models/w5317.json | 1 + assets/minecraft/models/w5318.json | 1 + assets/minecraft/models/w5319.json | 1 + assets/minecraft/models/w532.json | 1 + assets/minecraft/models/w5320.json | 1 + assets/minecraft/models/w5321.json | 1 + assets/minecraft/models/w5322.json | 1 + assets/minecraft/models/w5323.json | 1 + assets/minecraft/models/w5324.json | 1 + assets/minecraft/models/w5325.json | 1 + assets/minecraft/models/w5326.json | 1 + assets/minecraft/models/w5327.json | 1 + assets/minecraft/models/w5328.json | 1 + assets/minecraft/models/w5329.json | 1 + assets/minecraft/models/w533.json | 1 + assets/minecraft/models/w5330.json | 1 + assets/minecraft/models/w5331.json | 1 + assets/minecraft/models/w5332.json | 1 + assets/minecraft/models/w5333.json | 1 + assets/minecraft/models/w5334.json | 1 + assets/minecraft/models/w5335.json | 1 + assets/minecraft/models/w5336.json | 1 + assets/minecraft/models/w5337.json | 1 + assets/minecraft/models/w5338.json | 1 + assets/minecraft/models/w5339.json | 1 + assets/minecraft/models/w534.json | 1 + assets/minecraft/models/w5340.json | 1 + assets/minecraft/models/w5341.json | 1 + assets/minecraft/models/w5342.json | 1 + assets/minecraft/models/w5343.json | 1 + assets/minecraft/models/w5344.json | 1 + assets/minecraft/models/w5345.json | 1 + assets/minecraft/models/w5346.json | 1 + assets/minecraft/models/w5347.json | 1 + assets/minecraft/models/w5348.json | 1 + assets/minecraft/models/w5349.json | 1 + assets/minecraft/models/w535.json | 1 + assets/minecraft/models/w5350.json | 1 + assets/minecraft/models/w5351.json | 1 + assets/minecraft/models/w5352.json | 1 + assets/minecraft/models/w5353.json | 1 + assets/minecraft/models/w5354.json | 1 + assets/minecraft/models/w5355.json | 1 + assets/minecraft/models/w5356.json | 1 + assets/minecraft/models/w5357.json | 1 + assets/minecraft/models/w5358.json | 1 + assets/minecraft/models/w5359.json | 1 + assets/minecraft/models/w536.json | 1 + assets/minecraft/models/w5360.json | 1 + assets/minecraft/models/w5361.json | 1 + assets/minecraft/models/w5362.json | 1 + assets/minecraft/models/w5363.json | 1 + assets/minecraft/models/w5364.json | 1 + assets/minecraft/models/w5365.json | 1 + assets/minecraft/models/w5366.json | 1 + assets/minecraft/models/w5367.json | 1 + assets/minecraft/models/w5368.json | 1 + assets/minecraft/models/w5369.json | 1 + assets/minecraft/models/w537.json | 1 + assets/minecraft/models/w5370.json | 1 + assets/minecraft/models/w5371.json | 1 + assets/minecraft/models/w5372.json | 1 + assets/minecraft/models/w5373.json | 1 + assets/minecraft/models/w5374.json | 1 + assets/minecraft/models/w5375.json | 1 + assets/minecraft/models/w5376.json | 1 + assets/minecraft/models/w5377.json | 1 + assets/minecraft/models/w5378.json | 1 + assets/minecraft/models/w5379.json | 1 + assets/minecraft/models/w538.json | 1 + assets/minecraft/models/w5380.json | 1 + assets/minecraft/models/w5381.json | 1 + assets/minecraft/models/w5382.json | 1 + assets/minecraft/models/w5383.json | 1 + assets/minecraft/models/w5384.json | 1 + assets/minecraft/models/w5385.json | 1 + assets/minecraft/models/w5386.json | 1 + assets/minecraft/models/w5387.json | 1 + assets/minecraft/models/w5388.json | 1 + assets/minecraft/models/w5389.json | 1 + assets/minecraft/models/w539.json | 1 + assets/minecraft/models/w5390.json | 1 + assets/minecraft/models/w5391.json | 1 + assets/minecraft/models/w5392.json | 1 + assets/minecraft/models/w5393.json | 1 + assets/minecraft/models/w5394.json | 1 + assets/minecraft/models/w5395.json | 1 + assets/minecraft/models/w5396.json | 1 + assets/minecraft/models/w5397.json | 1 + assets/minecraft/models/w5398.json | 1 + assets/minecraft/models/w5399.json | 1 + assets/minecraft/models/w54.json | 1 + assets/minecraft/models/w540.json | 1 + assets/minecraft/models/w5400.json | 1 + assets/minecraft/models/w5401.json | 1 + assets/minecraft/models/w5402.json | 1 + assets/minecraft/models/w5403.json | 1 + assets/minecraft/models/w5404.json | 1 + assets/minecraft/models/w5405.json | 1 + assets/minecraft/models/w5406.json | 1 + assets/minecraft/models/w5407.json | 1 + assets/minecraft/models/w5408.json | 1 + assets/minecraft/models/w5409.json | 1 + assets/minecraft/models/w541.json | 1 + assets/minecraft/models/w5410.json | 1 + assets/minecraft/models/w5411.json | 1 + assets/minecraft/models/w5412.json | 1 + assets/minecraft/models/w5413.json | 1 + assets/minecraft/models/w5414.json | 1 + assets/minecraft/models/w5415.json | 1 + assets/minecraft/models/w5416.json | 1 + assets/minecraft/models/w5417.json | 1 + assets/minecraft/models/w5418.json | 1 + assets/minecraft/models/w5419.json | 1 + assets/minecraft/models/w542.json | 1 + assets/minecraft/models/w5420.json | 1 + assets/minecraft/models/w5421.json | 1 + assets/minecraft/models/w5422.json | 1 + assets/minecraft/models/w5423.json | 1 + assets/minecraft/models/w5424.json | 1 + assets/minecraft/models/w5425.json | 1 + assets/minecraft/models/w5426.json | 1 + assets/minecraft/models/w5427.json | 1 + assets/minecraft/models/w5428.json | 1 + assets/minecraft/models/w5429.json | 1 + assets/minecraft/models/w543.json | 1 + assets/minecraft/models/w5430.json | 1 + assets/minecraft/models/w5431.json | 1 + assets/minecraft/models/w5432.json | 1 + assets/minecraft/models/w5433.json | 1 + assets/minecraft/models/w5434.json | 1 + assets/minecraft/models/w5435.json | 1 + assets/minecraft/models/w5436.json | 1 + assets/minecraft/models/w5437.json | 1 + assets/minecraft/models/w5438.json | 1 + assets/minecraft/models/w5439.json | 1 + assets/minecraft/models/w544.json | 1 + assets/minecraft/models/w5440.json | 1 + assets/minecraft/models/w5441.json | 1 + assets/minecraft/models/w5442.json | 1 + assets/minecraft/models/w5443.json | 1 + assets/minecraft/models/w5444.json | 1 + assets/minecraft/models/w5445.json | 1 + assets/minecraft/models/w5446.json | 1 + assets/minecraft/models/w5447.json | 1 + assets/minecraft/models/w5448.json | 1 + assets/minecraft/models/w5449.json | 1 + assets/minecraft/models/w545.json | 1 + assets/minecraft/models/w5450.json | 1 + assets/minecraft/models/w5451.json | 1 + assets/minecraft/models/w5452.json | 1 + assets/minecraft/models/w5453.json | 1 + assets/minecraft/models/w5454.json | 1 + assets/minecraft/models/w5455.json | 1 + assets/minecraft/models/w5456.json | 1 + assets/minecraft/models/w5457.json | 1 + assets/minecraft/models/w5458.json | 1 + assets/minecraft/models/w5459.json | 1 + assets/minecraft/models/w546.json | 1 + assets/minecraft/models/w5460.json | 1 + assets/minecraft/models/w5461.json | 1 + assets/minecraft/models/w5462.json | 1 + assets/minecraft/models/w5463.json | 1 + assets/minecraft/models/w5464.json | 1 + assets/minecraft/models/w5465.json | 1 + assets/minecraft/models/w5466.json | 1 + assets/minecraft/models/w5467.json | 1 + assets/minecraft/models/w5468.json | 1 + assets/minecraft/models/w5469.json | 1 + assets/minecraft/models/w547.json | 1 + assets/minecraft/models/w5470.json | 1 + assets/minecraft/models/w5471.json | 1 + assets/minecraft/models/w5472.json | 1 + assets/minecraft/models/w5473.json | 1 + assets/minecraft/models/w5474.json | 1 + assets/minecraft/models/w5475.json | 1 + assets/minecraft/models/w5476.json | 1 + assets/minecraft/models/w5477.json | 1 + assets/minecraft/models/w5478.json | 1 + assets/minecraft/models/w5479.json | 1 + assets/minecraft/models/w548.json | 1 + assets/minecraft/models/w5480.json | 1 + assets/minecraft/models/w5481.json | 1 + assets/minecraft/models/w5482.json | 1 + assets/minecraft/models/w5483.json | 1 + assets/minecraft/models/w5484.json | 1 + assets/minecraft/models/w5485.json | 1 + assets/minecraft/models/w5486.json | 1 + assets/minecraft/models/w5487.json | 1 + assets/minecraft/models/w5488.json | 1 + assets/minecraft/models/w5489.json | 1 + assets/minecraft/models/w549.json | 1 + assets/minecraft/models/w5490.json | 1 + assets/minecraft/models/w5491.json | 1 + assets/minecraft/models/w5492.json | 1 + assets/minecraft/models/w5493.json | 1 + assets/minecraft/models/w5494.json | 1 + assets/minecraft/models/w5495.json | 1 + assets/minecraft/models/w5496.json | 1 + assets/minecraft/models/w5497.json | 1 + assets/minecraft/models/w5498.json | 1 + assets/minecraft/models/w5499.json | 1 + assets/minecraft/models/w55.json | 1 + assets/minecraft/models/w550.json | 1 + assets/minecraft/models/w5500.json | 1 + assets/minecraft/models/w5501.json | 1 + assets/minecraft/models/w5502.json | 1 + assets/minecraft/models/w5503.json | 1 + assets/minecraft/models/w5504.json | 1 + assets/minecraft/models/w5505.json | 1 + assets/minecraft/models/w5506.json | 1 + assets/minecraft/models/w5507.json | 1 + assets/minecraft/models/w5508.json | 1 + assets/minecraft/models/w5509.json | 1 + assets/minecraft/models/w551.json | 1 + assets/minecraft/models/w5510.json | 1 + assets/minecraft/models/w5511.json | 1 + assets/minecraft/models/w5512.json | 1 + assets/minecraft/models/w5513.json | 1 + assets/minecraft/models/w5514.json | 1 + assets/minecraft/models/w5515.json | 1 + assets/minecraft/models/w5516.json | 1 + assets/minecraft/models/w5517.json | 1 + assets/minecraft/models/w5518.json | 1 + assets/minecraft/models/w5519.json | 1 + assets/minecraft/models/w552.json | 1 + assets/minecraft/models/w5520.json | 1 + assets/minecraft/models/w5521.json | 1 + assets/minecraft/models/w5522.json | 1 + assets/minecraft/models/w5523.json | 1 + assets/minecraft/models/w5524.json | 1 + assets/minecraft/models/w5525.json | 1 + assets/minecraft/models/w5526.json | 1 + assets/minecraft/models/w5527.json | 1 + assets/minecraft/models/w5528.json | 1 + assets/minecraft/models/w5529.json | 1 + assets/minecraft/models/w553.json | 1 + assets/minecraft/models/w5530.json | 1 + assets/minecraft/models/w5531.json | 1 + assets/minecraft/models/w5532.json | 1 + assets/minecraft/models/w5533.json | 1 + assets/minecraft/models/w5534.json | 1 + assets/minecraft/models/w5535.json | 1 + assets/minecraft/models/w5536.json | 1 + assets/minecraft/models/w5537.json | 1 + assets/minecraft/models/w5538.json | 1 + assets/minecraft/models/w5539.json | 1 + assets/minecraft/models/w554.json | 1 + assets/minecraft/models/w5540.json | 1 + assets/minecraft/models/w5541.json | 1 + assets/minecraft/models/w5542.json | 1 + assets/minecraft/models/w5543.json | 1 + assets/minecraft/models/w5544.json | 1 + assets/minecraft/models/w5545.json | 1 + assets/minecraft/models/w5546.json | 1 + assets/minecraft/models/w5547.json | 1 + assets/minecraft/models/w5548.json | 1 + assets/minecraft/models/w5549.json | 1 + assets/minecraft/models/w555.json | 1 + assets/minecraft/models/w5550.json | 1 + assets/minecraft/models/w5551.json | 1 + assets/minecraft/models/w5552.json | 1 + assets/minecraft/models/w5553.json | 1 + assets/minecraft/models/w5554.json | 1 + assets/minecraft/models/w5555.json | 1 + assets/minecraft/models/w5556.json | 1 + assets/minecraft/models/w5557.json | 1 + assets/minecraft/models/w5558.json | 1 + assets/minecraft/models/w5559.json | 1 + assets/minecraft/models/w556.json | 1 + assets/minecraft/models/w5560.json | 1 + assets/minecraft/models/w5561.json | 1 + assets/minecraft/models/w5562.json | 1 + assets/minecraft/models/w5563.json | 1 + assets/minecraft/models/w5564.json | 1 + assets/minecraft/models/w5565.json | 1 + assets/minecraft/models/w5566.json | 1 + assets/minecraft/models/w5567.json | 1 + assets/minecraft/models/w5568.json | 1 + assets/minecraft/models/w5569.json | 1 + assets/minecraft/models/w557.json | 1 + assets/minecraft/models/w5570.json | 1 + assets/minecraft/models/w5571.json | 1 + assets/minecraft/models/w5572.json | 1 + assets/minecraft/models/w5573.json | 1 + assets/minecraft/models/w5574.json | 1 + assets/minecraft/models/w5575.json | 1 + assets/minecraft/models/w5576.json | 1 + assets/minecraft/models/w5577.json | 1 + assets/minecraft/models/w5578.json | 1 + assets/minecraft/models/w5579.json | 1 + assets/minecraft/models/w558.json | 1 + assets/minecraft/models/w5580.json | 1 + assets/minecraft/models/w5581.json | 1 + assets/minecraft/models/w5582.json | 1 + assets/minecraft/models/w5583.json | 1 + assets/minecraft/models/w5584.json | 1 + assets/minecraft/models/w5585.json | 1 + assets/minecraft/models/w5586.json | 1 + assets/minecraft/models/w5587.json | 1 + assets/minecraft/models/w5588.json | 1 + assets/minecraft/models/w5589.json | 1 + assets/minecraft/models/w559.json | 1 + assets/minecraft/models/w5590.json | 1 + assets/minecraft/models/w5591.json | 1 + assets/minecraft/models/w5592.json | 1 + assets/minecraft/models/w5593.json | 1 + assets/minecraft/models/w5594.json | 1 + assets/minecraft/models/w5595.json | 1 + assets/minecraft/models/w5596.json | 1 + assets/minecraft/models/w5597.json | 1 + assets/minecraft/models/w5598.json | 1 + assets/minecraft/models/w5599.json | 1 + assets/minecraft/models/w56.json | 1 + assets/minecraft/models/w560.json | 1 + assets/minecraft/models/w5600.json | 1 + assets/minecraft/models/w5601.json | 1 + assets/minecraft/models/w5602.json | 1 + assets/minecraft/models/w5603.json | 1 + assets/minecraft/models/w5604.json | 1 + assets/minecraft/models/w5605.json | 1 + assets/minecraft/models/w5606.json | 1 + assets/minecraft/models/w5607.json | 1 + assets/minecraft/models/w5608.json | 1 + assets/minecraft/models/w5609.json | 1 + assets/minecraft/models/w561.json | 1 + assets/minecraft/models/w5610.json | 1 + assets/minecraft/models/w5611.json | 1 + assets/minecraft/models/w5612.json | 1 + assets/minecraft/models/w5613.json | 1 + assets/minecraft/models/w5614.json | 1 + assets/minecraft/models/w5615.json | 1 + assets/minecraft/models/w5616.json | 1 + assets/minecraft/models/w5617.json | 1 + assets/minecraft/models/w5618.json | 1 + assets/minecraft/models/w5619.json | 1 + assets/minecraft/models/w562.json | 1 + assets/minecraft/models/w5620.json | 1 + assets/minecraft/models/w5621.json | 1 + assets/minecraft/models/w5622.json | 1 + assets/minecraft/models/w5623.json | 1 + assets/minecraft/models/w5624.json | 1 + assets/minecraft/models/w5625.json | 1 + assets/minecraft/models/w5626.json | 1 + assets/minecraft/models/w5627.json | 1 + assets/minecraft/models/w5628.json | 1 + assets/minecraft/models/w5629.json | 1 + assets/minecraft/models/w563.json | 1 + assets/minecraft/models/w5630.json | 1 + assets/minecraft/models/w5631.json | 1 + assets/minecraft/models/w5632.json | 1 + assets/minecraft/models/w5633.json | 1 + assets/minecraft/models/w5634.json | 1 + assets/minecraft/models/w5635.json | 1 + assets/minecraft/models/w5636.json | 1 + assets/minecraft/models/w5637.json | 1 + assets/minecraft/models/w5638.json | 1 + assets/minecraft/models/w5639.json | 1 + assets/minecraft/models/w564.json | 1 + assets/minecraft/models/w5640.json | 1 + assets/minecraft/models/w5641.json | 1 + assets/minecraft/models/w5642.json | 1 + assets/minecraft/models/w5643.json | 1 + assets/minecraft/models/w5644.json | 1 + assets/minecraft/models/w5645.json | 1 + assets/minecraft/models/w5646.json | 1 + assets/minecraft/models/w5647.json | 1 + assets/minecraft/models/w5648.json | 1 + assets/minecraft/models/w5649.json | 1 + assets/minecraft/models/w565.json | 1 + assets/minecraft/models/w5650.json | 1 + assets/minecraft/models/w5651.json | 1 + assets/minecraft/models/w5652.json | 1 + assets/minecraft/models/w5653.json | 1 + assets/minecraft/models/w5654.json | 1 + assets/minecraft/models/w5655.json | 1 + assets/minecraft/models/w5656.json | 1 + assets/minecraft/models/w5657.json | 1 + assets/minecraft/models/w5658.json | 1 + assets/minecraft/models/w5659.json | 1 + assets/minecraft/models/w566.json | 1 + assets/minecraft/models/w5660.json | 1 + assets/minecraft/models/w5661.json | 1 + assets/minecraft/models/w5662.json | 1 + assets/minecraft/models/w5663.json | 1 + assets/minecraft/models/w5664.json | 1 + assets/minecraft/models/w5665.json | 1 + assets/minecraft/models/w5666.json | 1 + assets/minecraft/models/w5667.json | 1 + assets/minecraft/models/w5668.json | 1 + assets/minecraft/models/w5669.json | 1 + assets/minecraft/models/w567.json | 1 + assets/minecraft/models/w5670.json | 1 + assets/minecraft/models/w5671.json | 1 + assets/minecraft/models/w5672.json | 1 + assets/minecraft/models/w5673.json | 1 + assets/minecraft/models/w5674.json | 1 + assets/minecraft/models/w5675.json | 1 + assets/minecraft/models/w5676.json | 1 + assets/minecraft/models/w5677.json | 1 + assets/minecraft/models/w5678.json | 1 + assets/minecraft/models/w5679.json | 1 + assets/minecraft/models/w568.json | 1 + assets/minecraft/models/w5680.json | 1 + assets/minecraft/models/w5681.json | 1 + assets/minecraft/models/w5682.json | 1 + assets/minecraft/models/w5683.json | 1 + assets/minecraft/models/w5684.json | 1 + assets/minecraft/models/w5685.json | 1 + assets/minecraft/models/w5686.json | 1 + assets/minecraft/models/w5687.json | 1 + assets/minecraft/models/w5688.json | 1 + assets/minecraft/models/w5689.json | 1 + assets/minecraft/models/w569.json | 1 + assets/minecraft/models/w5690.json | 1 + assets/minecraft/models/w5691.json | 1 + assets/minecraft/models/w5692.json | 1 + assets/minecraft/models/w5693.json | 1 + assets/minecraft/models/w5694.json | 1 + assets/minecraft/models/w5695.json | 1 + assets/minecraft/models/w5696.json | 1 + assets/minecraft/models/w5697.json | 1 + assets/minecraft/models/w5698.json | 1 + assets/minecraft/models/w5699.json | 1 + assets/minecraft/models/w57.json | 1 + assets/minecraft/models/w570.json | 1 + assets/minecraft/models/w5700.json | 1 + assets/minecraft/models/w5701.json | 1 + assets/minecraft/models/w5702.json | 1 + assets/minecraft/models/w5703.json | 1 + assets/minecraft/models/w5704.json | 1 + assets/minecraft/models/w5705.json | 1 + assets/minecraft/models/w5706.json | 1 + assets/minecraft/models/w5707.json | 1 + assets/minecraft/models/w5708.json | 1 + assets/minecraft/models/w5709.json | 1 + assets/minecraft/models/w571.json | 1 + assets/minecraft/models/w5710.json | 1 + assets/minecraft/models/w5711.json | 1 + assets/minecraft/models/w5712.json | 1 + assets/minecraft/models/w5713.json | 1 + assets/minecraft/models/w5714.json | 1 + assets/minecraft/models/w5715.json | 1 + assets/minecraft/models/w5716.json | 1 + assets/minecraft/models/w5717.json | 1 + assets/minecraft/models/w5718.json | 1 + assets/minecraft/models/w5719.json | 1 + assets/minecraft/models/w572.json | 1 + assets/minecraft/models/w5720.json | 1 + assets/minecraft/models/w5721.json | 1 + assets/minecraft/models/w5722.json | 1 + assets/minecraft/models/w5723.json | 1 + assets/minecraft/models/w5724.json | 1 + assets/minecraft/models/w5725.json | 1 + assets/minecraft/models/w5726.json | 1 + assets/minecraft/models/w5727.json | 1 + assets/minecraft/models/w5728.json | 1 + assets/minecraft/models/w5729.json | 1 + assets/minecraft/models/w573.json | 1 + assets/minecraft/models/w5730.json | 1 + assets/minecraft/models/w5731.json | 1 + assets/minecraft/models/w5732.json | 1 + assets/minecraft/models/w5733.json | 1 + assets/minecraft/models/w5734.json | 1 + assets/minecraft/models/w5735.json | 1 + assets/minecraft/models/w5736.json | 1 + assets/minecraft/models/w5737.json | 1 + assets/minecraft/models/w5738.json | 1 + assets/minecraft/models/w5739.json | 1 + assets/minecraft/models/w574.json | 1 + assets/minecraft/models/w5740.json | 1 + assets/minecraft/models/w5741.json | 1 + assets/minecraft/models/w5742.json | 1 + assets/minecraft/models/w5743.json | 1 + assets/minecraft/models/w5744.json | 1 + assets/minecraft/models/w5745.json | 1 + assets/minecraft/models/w5746.json | 1 + assets/minecraft/models/w5747.json | 1 + assets/minecraft/models/w5748.json | 1 + assets/minecraft/models/w5749.json | 1 + assets/minecraft/models/w575.json | 1 + assets/minecraft/models/w5750.json | 1 + assets/minecraft/models/w5751.json | 1 + assets/minecraft/models/w5752.json | 1 + assets/minecraft/models/w5753.json | 1 + assets/minecraft/models/w5754.json | 1 + assets/minecraft/models/w5755.json | 1 + assets/minecraft/models/w5756.json | 1 + assets/minecraft/models/w5757.json | 1 + assets/minecraft/models/w5758.json | 1 + assets/minecraft/models/w5759.json | 1 + assets/minecraft/models/w576.json | 1 + assets/minecraft/models/w5760.json | 1 + assets/minecraft/models/w5761.json | 1 + assets/minecraft/models/w5762.json | 1 + assets/minecraft/models/w5763.json | 1 + assets/minecraft/models/w5764.json | 1 + assets/minecraft/models/w5765.json | 1 + assets/minecraft/models/w5766.json | 1 + assets/minecraft/models/w5767.json | 1 + assets/minecraft/models/w5768.json | 1 + assets/minecraft/models/w5769.json | 1 + assets/minecraft/models/w577.json | 1 + assets/minecraft/models/w5770.json | 1 + assets/minecraft/models/w5771.json | 1 + assets/minecraft/models/w5772.json | 1 + assets/minecraft/models/w5773.json | 1 + assets/minecraft/models/w5774.json | 1 + assets/minecraft/models/w5775.json | 1 + assets/minecraft/models/w5776.json | 1 + assets/minecraft/models/w5777.json | 1 + assets/minecraft/models/w5778.json | 1 + assets/minecraft/models/w5779.json | 1 + assets/minecraft/models/w578.json | 1 + assets/minecraft/models/w5780.json | 1 + assets/minecraft/models/w5781.json | 1 + assets/minecraft/models/w5782.json | 1 + assets/minecraft/models/w5783.json | 1 + assets/minecraft/models/w5784.json | 1 + assets/minecraft/models/w5785.json | 1 + assets/minecraft/models/w5786.json | 1 + assets/minecraft/models/w5787.json | 1 + assets/minecraft/models/w5788.json | 1 + assets/minecraft/models/w5789.json | 1 + assets/minecraft/models/w579.json | 1 + assets/minecraft/models/w5790.json | 1 + assets/minecraft/models/w5791.json | 1 + assets/minecraft/models/w5792.json | 1 + assets/minecraft/models/w5793.json | 1 + assets/minecraft/models/w5794.json | 1 + assets/minecraft/models/w5795.json | 1 + assets/minecraft/models/w5796.json | 1 + assets/minecraft/models/w5797.json | 1 + assets/minecraft/models/w5798.json | 1 + assets/minecraft/models/w5799.json | 1 + assets/minecraft/models/w58.json | 1 + assets/minecraft/models/w580.json | 1 + assets/minecraft/models/w5800.json | 1 + assets/minecraft/models/w5801.json | 1 + assets/minecraft/models/w5802.json | 1 + assets/minecraft/models/w5803.json | 1 + assets/minecraft/models/w5804.json | 1 + assets/minecraft/models/w5805.json | 1 + assets/minecraft/models/w5806.json | 1 + assets/minecraft/models/w5807.json | 1 + assets/minecraft/models/w5808.json | 1 + assets/minecraft/models/w5809.json | 1 + assets/minecraft/models/w581.json | 1 + assets/minecraft/models/w5810.json | 1 + assets/minecraft/models/w5811.json | 1 + assets/minecraft/models/w5812.json | 1 + assets/minecraft/models/w5813.json | 1 + assets/minecraft/models/w5814.json | 1 + assets/minecraft/models/w5815.json | 1 + assets/minecraft/models/w5816.json | 1 + assets/minecraft/models/w5817.json | 1 + assets/minecraft/models/w5818.json | 1 + assets/minecraft/models/w5819.json | 1 + assets/minecraft/models/w582.json | 1 + assets/minecraft/models/w5820.json | 1 + assets/minecraft/models/w5821.json | 1 + assets/minecraft/models/w5822.json | 1 + assets/minecraft/models/w5823.json | 1 + assets/minecraft/models/w5824.json | 1 + assets/minecraft/models/w5825.json | 1 + assets/minecraft/models/w5826.json | 1 + assets/minecraft/models/w5827.json | 1 + assets/minecraft/models/w5828.json | 1 + assets/minecraft/models/w5829.json | 1 + assets/minecraft/models/w583.json | 1 + assets/minecraft/models/w5830.json | 1 + assets/minecraft/models/w5831.json | 1 + assets/minecraft/models/w5832.json | 1 + assets/minecraft/models/w5833.json | 1 + assets/minecraft/models/w5834.json | 1 + assets/minecraft/models/w5835.json | 1 + assets/minecraft/models/w5836.json | 1 + assets/minecraft/models/w5837.json | 1 + assets/minecraft/models/w5838.json | 1 + assets/minecraft/models/w5839.json | 1 + assets/minecraft/models/w584.json | 1 + assets/minecraft/models/w5840.json | 1 + assets/minecraft/models/w5841.json | 1 + assets/minecraft/models/w5842.json | 1 + assets/minecraft/models/w5843.json | 1 + assets/minecraft/models/w5844.json | 1 + assets/minecraft/models/w5845.json | 1 + assets/minecraft/models/w5846.json | 1 + assets/minecraft/models/w5847.json | 1 + assets/minecraft/models/w5848.json | 1 + assets/minecraft/models/w5849.json | 1 + assets/minecraft/models/w585.json | 1 + assets/minecraft/models/w5850.json | 1 + assets/minecraft/models/w5851.json | 1 + assets/minecraft/models/w5852.json | 1 + assets/minecraft/models/w5853.json | 1 + assets/minecraft/models/w5854.json | 1 + assets/minecraft/models/w5855.json | 1 + assets/minecraft/models/w5856.json | 1 + assets/minecraft/models/w5857.json | 1 + assets/minecraft/models/w5858.json | 1 + assets/minecraft/models/w5859.json | 1 + assets/minecraft/models/w586.json | 1 + assets/minecraft/models/w5860.json | 1 + assets/minecraft/models/w5861.json | 1 + assets/minecraft/models/w5862.json | 1 + assets/minecraft/models/w5863.json | 1 + assets/minecraft/models/w5864.json | 1 + assets/minecraft/models/w5865.json | 1 + assets/minecraft/models/w5866.json | 1 + assets/minecraft/models/w5867.json | 1 + assets/minecraft/models/w5868.json | 1 + assets/minecraft/models/w5869.json | 1 + assets/minecraft/models/w587.json | 1 + assets/minecraft/models/w5870.json | 1 + assets/minecraft/models/w5871.json | 1 + assets/minecraft/models/w5872.json | 1 + assets/minecraft/models/w5873.json | 1 + assets/minecraft/models/w5874.json | 1 + assets/minecraft/models/w5875.json | 1 + assets/minecraft/models/w5876.json | 1 + assets/minecraft/models/w5877.json | 1 + assets/minecraft/models/w5878.json | 1 + assets/minecraft/models/w5879.json | 1 + assets/minecraft/models/w588.json | 1 + assets/minecraft/models/w5880.json | 1 + assets/minecraft/models/w5881.json | 1 + assets/minecraft/models/w5882.json | 1 + assets/minecraft/models/w5883.json | 1 + assets/minecraft/models/w5884.json | 1 + assets/minecraft/models/w5885.json | 1 + assets/minecraft/models/w5886.json | 1 + assets/minecraft/models/w5887.json | 1 + assets/minecraft/models/w5888.json | 1 + assets/minecraft/models/w5889.json | 1 + assets/minecraft/models/w589.json | 1 + assets/minecraft/models/w5890.json | 1 + assets/minecraft/models/w5891.json | 1 + assets/minecraft/models/w5892.json | 1 + assets/minecraft/models/w5893.json | 1 + assets/minecraft/models/w5894.json | 1 + assets/minecraft/models/w5895.json | 1 + assets/minecraft/models/w5896.json | 1 + assets/minecraft/models/w5897.json | 1 + assets/minecraft/models/w5898.json | 1 + assets/minecraft/models/w5899.json | 1 + assets/minecraft/models/w59.json | 1 + assets/minecraft/models/w590.json | 1 + assets/minecraft/models/w5900.json | 1 + assets/minecraft/models/w5901.json | 1 + assets/minecraft/models/w5902.json | 1 + assets/minecraft/models/w5903.json | 1 + assets/minecraft/models/w5904.json | 1 + assets/minecraft/models/w5905.json | 1 + assets/minecraft/models/w5906.json | 1 + assets/minecraft/models/w5907.json | 1 + assets/minecraft/models/w5908.json | 1 + assets/minecraft/models/w5909.json | 1 + assets/minecraft/models/w591.json | 1 + assets/minecraft/models/w5910.json | 1 + assets/minecraft/models/w5911.json | 1 + assets/minecraft/models/w5912.json | 1 + assets/minecraft/models/w5913.json | 1 + assets/minecraft/models/w5914.json | 1 + assets/minecraft/models/w5915.json | 1 + assets/minecraft/models/w5916.json | 1 + assets/minecraft/models/w5917.json | 1 + assets/minecraft/models/w5918.json | 1 + assets/minecraft/models/w5919.json | 1 + assets/minecraft/models/w592.json | 1 + assets/minecraft/models/w5920.json | 1 + assets/minecraft/models/w5921.json | 1 + assets/minecraft/models/w5922.json | 1 + assets/minecraft/models/w5923.json | 1 + assets/minecraft/models/w5924.json | 1 + assets/minecraft/models/w5925.json | 1 + assets/minecraft/models/w5926.json | 1 + assets/minecraft/models/w5927.json | 1 + assets/minecraft/models/w5928.json | 1 + assets/minecraft/models/w5929.json | 1 + assets/minecraft/models/w593.json | 1 + assets/minecraft/models/w5930.json | 1 + assets/minecraft/models/w5931.json | 1 + assets/minecraft/models/w5932.json | 1 + assets/minecraft/models/w5933.json | 1 + assets/minecraft/models/w5934.json | 1 + assets/minecraft/models/w5935.json | 1 + assets/minecraft/models/w5936.json | 1 + assets/minecraft/models/w5937.json | 1 + assets/minecraft/models/w5938.json | 1 + assets/minecraft/models/w5939.json | 1 + assets/minecraft/models/w594.json | 1 + assets/minecraft/models/w5940.json | 1 + assets/minecraft/models/w5941.json | 1 + assets/minecraft/models/w5942.json | 1 + assets/minecraft/models/w5943.json | 1 + assets/minecraft/models/w5944.json | 1 + assets/minecraft/models/w5945.json | 1 + assets/minecraft/models/w5946.json | 1 + assets/minecraft/models/w5947.json | 1 + assets/minecraft/models/w5948.json | 1 + assets/minecraft/models/w5949.json | 1 + assets/minecraft/models/w595.json | 1 + assets/minecraft/models/w5950.json | 1 + assets/minecraft/models/w5951.json | 1 + assets/minecraft/models/w5952.json | 1 + assets/minecraft/models/w5953.json | 1 + assets/minecraft/models/w5954.json | 1 + assets/minecraft/models/w5955.json | 1 + assets/minecraft/models/w5956.json | 1 + assets/minecraft/models/w5957.json | 1 + assets/minecraft/models/w5958.json | 1 + assets/minecraft/models/w5959.json | 1 + assets/minecraft/models/w596.json | 1 + assets/minecraft/models/w5960.json | 1 + assets/minecraft/models/w5961.json | 1 + assets/minecraft/models/w5962.json | 1 + assets/minecraft/models/w5963.json | 1 + assets/minecraft/models/w5964.json | 1 + assets/minecraft/models/w5965.json | 1 + assets/minecraft/models/w5966.json | 1 + assets/minecraft/models/w5967.json | 1 + assets/minecraft/models/w5968.json | 1 + assets/minecraft/models/w5969.json | 1 + assets/minecraft/models/w597.json | 1 + assets/minecraft/models/w5970.json | 1 + assets/minecraft/models/w5971.json | 1 + assets/minecraft/models/w5972.json | 1 + assets/minecraft/models/w5973.json | 1 + assets/minecraft/models/w5974.json | 1 + assets/minecraft/models/w5975.json | 1 + assets/minecraft/models/w5976.json | 1 + assets/minecraft/models/w5977.json | 1 + assets/minecraft/models/w5978.json | 1 + assets/minecraft/models/w5979.json | 1 + assets/minecraft/models/w598.json | 1 + assets/minecraft/models/w5980.json | 1 + assets/minecraft/models/w5981.json | 1 + assets/minecraft/models/w5982.json | 1 + assets/minecraft/models/w5983.json | 1 + assets/minecraft/models/w5984.json | 1 + assets/minecraft/models/w5985.json | 1 + assets/minecraft/models/w5986.json | 1 + assets/minecraft/models/w5987.json | 1 + assets/minecraft/models/w5988.json | 1 + assets/minecraft/models/w5989.json | 1 + assets/minecraft/models/w599.json | 1 + assets/minecraft/models/w5990.json | 1 + assets/minecraft/models/w5991.json | 1 + assets/minecraft/models/w5992.json | 1 + assets/minecraft/models/w5993.json | 1 + assets/minecraft/models/w5994.json | 1 + assets/minecraft/models/w5995.json | 1 + assets/minecraft/models/w5996.json | 1 + assets/minecraft/models/w5997.json | 1 + assets/minecraft/models/w5998.json | 1 + assets/minecraft/models/w5999.json | 1 + assets/minecraft/models/w6.json | 1 + assets/minecraft/models/w60.json | 1 + assets/minecraft/models/w600.json | 1 + assets/minecraft/models/w6000.json | 1 + assets/minecraft/models/w6001.json | 1 + assets/minecraft/models/w6002.json | 1 + assets/minecraft/models/w6003.json | 1 + assets/minecraft/models/w6004.json | 1 + assets/minecraft/models/w6005.json | 1 + assets/minecraft/models/w6006.json | 1 + assets/minecraft/models/w6007.json | 1 + assets/minecraft/models/w6008.json | 1 + assets/minecraft/models/w6009.json | 1 + assets/minecraft/models/w601.json | 1 + assets/minecraft/models/w6010.json | 1 + assets/minecraft/models/w6011.json | 1 + assets/minecraft/models/w6012.json | 1 + assets/minecraft/models/w6013.json | 1 + assets/minecraft/models/w6014.json | 1 + assets/minecraft/models/w6015.json | 1 + assets/minecraft/models/w6016.json | 1 + assets/minecraft/models/w6017.json | 1 + assets/minecraft/models/w6018.json | 1 + assets/minecraft/models/w6019.json | 1 + assets/minecraft/models/w602.json | 1 + assets/minecraft/models/w6020.json | 1 + assets/minecraft/models/w6021.json | 1 + assets/minecraft/models/w6022.json | 1 + assets/minecraft/models/w6023.json | 1 + assets/minecraft/models/w6024.json | 1 + assets/minecraft/models/w6025.json | 1 + assets/minecraft/models/w6026.json | 1 + assets/minecraft/models/w6027.json | 1 + assets/minecraft/models/w6028.json | 1 + assets/minecraft/models/w6029.json | 1 + assets/minecraft/models/w603.json | 1 + assets/minecraft/models/w6030.json | 1 + assets/minecraft/models/w6031.json | 1 + assets/minecraft/models/w6032.json | 1 + assets/minecraft/models/w6033.json | 1 + assets/minecraft/models/w6034.json | 1 + assets/minecraft/models/w6035.json | 1 + assets/minecraft/models/w6036.json | 1 + assets/minecraft/models/w6037.json | 1 + assets/minecraft/models/w6038.json | 1 + assets/minecraft/models/w6039.json | 1 + assets/minecraft/models/w604.json | 1 + assets/minecraft/models/w6040.json | 1 + assets/minecraft/models/w6041.json | 1 + assets/minecraft/models/w6042.json | 1 + assets/minecraft/models/w6043.json | 1 + assets/minecraft/models/w6044.json | 1 + assets/minecraft/models/w6045.json | 1 + assets/minecraft/models/w6046.json | 1 + assets/minecraft/models/w6047.json | 1 + assets/minecraft/models/w6048.json | 1 + assets/minecraft/models/w6049.json | 1 + assets/minecraft/models/w605.json | 1 + assets/minecraft/models/w6050.json | 1 + assets/minecraft/models/w6051.json | 1 + assets/minecraft/models/w6052.json | 1 + assets/minecraft/models/w6053.json | 1 + assets/minecraft/models/w6054.json | 1 + assets/minecraft/models/w6055.json | 1 + assets/minecraft/models/w6056.json | 1 + assets/minecraft/models/w6057.json | 1 + assets/minecraft/models/w6058.json | 1 + assets/minecraft/models/w6059.json | 1 + assets/minecraft/models/w606.json | 1 + assets/minecraft/models/w6060.json | 1 + assets/minecraft/models/w6061.json | 1 + assets/minecraft/models/w6062.json | 1 + assets/minecraft/models/w6063.json | 1 + assets/minecraft/models/w6064.json | 1 + assets/minecraft/models/w6065.json | 1 + assets/minecraft/models/w6066.json | 1 + assets/minecraft/models/w6067.json | 1 + assets/minecraft/models/w6068.json | 1 + assets/minecraft/models/w6069.json | 1 + assets/minecraft/models/w607.json | 1 + assets/minecraft/models/w6070.json | 1 + assets/minecraft/models/w6071.json | 1 + assets/minecraft/models/w6072.json | 1 + assets/minecraft/models/w6073.json | 1 + assets/minecraft/models/w6074.json | 1 + assets/minecraft/models/w6075.json | 1 + assets/minecraft/models/w6076.json | 1 + assets/minecraft/models/w6077.json | 1 + assets/minecraft/models/w6078.json | 1 + assets/minecraft/models/w6079.json | 1 + assets/minecraft/models/w608.json | 1 + assets/minecraft/models/w6080.json | 1 + assets/minecraft/models/w6081.json | 1 + assets/minecraft/models/w6082.json | 1 + assets/minecraft/models/w6083.json | 1 + assets/minecraft/models/w6084.json | 1 + assets/minecraft/models/w6085.json | 1 + assets/minecraft/models/w6086.json | 1 + assets/minecraft/models/w6087.json | 1 + assets/minecraft/models/w6088.json | 1 + assets/minecraft/models/w6089.json | 1 + assets/minecraft/models/w609.json | 1 + assets/minecraft/models/w6090.json | 1 + assets/minecraft/models/w6091.json | 1 + assets/minecraft/models/w6092.json | 1 + assets/minecraft/models/w6093.json | 1 + assets/minecraft/models/w6094.json | 1 + assets/minecraft/models/w6095.json | 1 + assets/minecraft/models/w6096.json | 1 + assets/minecraft/models/w6097.json | 1 + assets/minecraft/models/w6098.json | 1 + assets/minecraft/models/w6099.json | 1 + assets/minecraft/models/w61.json | 1 + assets/minecraft/models/w610.json | 1 + assets/minecraft/models/w6100.json | 1 + assets/minecraft/models/w6101.json | 1 + assets/minecraft/models/w6102.json | 1 + assets/minecraft/models/w6103.json | 1 + assets/minecraft/models/w6104.json | 1 + assets/minecraft/models/w6105.json | 1 + assets/minecraft/models/w6106.json | 1 + assets/minecraft/models/w6107.json | 1 + assets/minecraft/models/w6108.json | 1 + assets/minecraft/models/w6109.json | 1 + assets/minecraft/models/w611.json | 1 + assets/minecraft/models/w6110.json | 1 + assets/minecraft/models/w6111.json | 1 + assets/minecraft/models/w6112.json | 1 + assets/minecraft/models/w6113.json | 1 + assets/minecraft/models/w6114.json | 1 + assets/minecraft/models/w6115.json | 1 + assets/minecraft/models/w6116.json | 1 + assets/minecraft/models/w6117.json | 1 + assets/minecraft/models/w6118.json | 1 + assets/minecraft/models/w6119.json | 1 + assets/minecraft/models/w612.json | 1 + assets/minecraft/models/w6120.json | 1 + assets/minecraft/models/w6121.json | 1 + assets/minecraft/models/w6122.json | 1 + assets/minecraft/models/w6123.json | 1 + assets/minecraft/models/w6124.json | 1 + assets/minecraft/models/w6125.json | 1 + assets/minecraft/models/w6126.json | 1 + assets/minecraft/models/w6127.json | 1 + assets/minecraft/models/w6128.json | 1 + assets/minecraft/models/w6129.json | 1 + assets/minecraft/models/w613.json | 1 + assets/minecraft/models/w6130.json | 1 + assets/minecraft/models/w6131.json | 1 + assets/minecraft/models/w6132.json | 1 + assets/minecraft/models/w6133.json | 1 + assets/minecraft/models/w6134.json | 1 + assets/minecraft/models/w6135.json | 1 + assets/minecraft/models/w6136.json | 1 + assets/minecraft/models/w6137.json | 1 + assets/minecraft/models/w6138.json | 1 + assets/minecraft/models/w6139.json | 1 + assets/minecraft/models/w614.json | 1 + assets/minecraft/models/w6140.json | 1 + assets/minecraft/models/w6141.json | 1 + assets/minecraft/models/w6142.json | 1 + assets/minecraft/models/w6143.json | 1 + assets/minecraft/models/w6144.json | 1 + assets/minecraft/models/w6145.json | 1 + assets/minecraft/models/w6146.json | 1 + assets/minecraft/models/w6147.json | 1 + assets/minecraft/models/w6148.json | 1 + assets/minecraft/models/w6149.json | 1 + assets/minecraft/models/w615.json | 1 + assets/minecraft/models/w6150.json | 1 + assets/minecraft/models/w6151.json | 1 + assets/minecraft/models/w6152.json | 1 + assets/minecraft/models/w6153.json | 1 + assets/minecraft/models/w6154.json | 1 + assets/minecraft/models/w6155.json | 1 + assets/minecraft/models/w6156.json | 1 + assets/minecraft/models/w6157.json | 1 + assets/minecraft/models/w6158.json | 1 + assets/minecraft/models/w6159.json | 1 + assets/minecraft/models/w616.json | 1 + assets/minecraft/models/w6160.json | 1 + assets/minecraft/models/w6161.json | 1 + assets/minecraft/models/w6162.json | 1 + assets/minecraft/models/w6163.json | 1 + assets/minecraft/models/w6164.json | 1 + assets/minecraft/models/w6165.json | 1 + assets/minecraft/models/w6166.json | 1 + assets/minecraft/models/w6167.json | 1 + assets/minecraft/models/w6168.json | 1 + assets/minecraft/models/w6169.json | 1 + assets/minecraft/models/w617.json | 1 + assets/minecraft/models/w6170.json | 1 + assets/minecraft/models/w6171.json | 1 + assets/minecraft/models/w6172.json | 1 + assets/minecraft/models/w6173.json | 1 + assets/minecraft/models/w6174.json | 1 + assets/minecraft/models/w6175.json | 1 + assets/minecraft/models/w6176.json | 1 + assets/minecraft/models/w6177.json | 1 + assets/minecraft/models/w6178.json | 1 + assets/minecraft/models/w6179.json | 1 + assets/minecraft/models/w618.json | 1 + assets/minecraft/models/w6180.json | 1 + assets/minecraft/models/w6181.json | 1 + assets/minecraft/models/w6182.json | 1 + assets/minecraft/models/w6183.json | 1 + assets/minecraft/models/w6184.json | 1 + assets/minecraft/models/w6185.json | 1 + assets/minecraft/models/w6186.json | 1 + assets/minecraft/models/w6187.json | 1 + assets/minecraft/models/w6188.json | 1 + assets/minecraft/models/w6189.json | 1 + assets/minecraft/models/w619.json | 1 + assets/minecraft/models/w6190.json | 1 + assets/minecraft/models/w6191.json | 1 + assets/minecraft/models/w6192.json | 1 + assets/minecraft/models/w6193.json | 1 + assets/minecraft/models/w6194.json | 1 + assets/minecraft/models/w6195.json | 1 + assets/minecraft/models/w6196.json | 1 + assets/minecraft/models/w6197.json | 1 + assets/minecraft/models/w6198.json | 1 + assets/minecraft/models/w6199.json | 1 + assets/minecraft/models/w62.json | 1 + assets/minecraft/models/w620.json | 1 + assets/minecraft/models/w6200.json | 1 + assets/minecraft/models/w6201.json | 1 + assets/minecraft/models/w6202.json | 1 + assets/minecraft/models/w6203.json | 1 + assets/minecraft/models/w6204.json | 1 + assets/minecraft/models/w6205.json | 1 + assets/minecraft/models/w6206.json | 1 + assets/minecraft/models/w6207.json | 1 + assets/minecraft/models/w6208.json | 1 + assets/minecraft/models/w6209.json | 1 + assets/minecraft/models/w621.json | 1 + assets/minecraft/models/w6210.json | 1 + assets/minecraft/models/w6211.json | 1 + assets/minecraft/models/w6212.json | 1 + assets/minecraft/models/w6213.json | 1 + assets/minecraft/models/w6214.json | 1 + assets/minecraft/models/w6215.json | 1 + assets/minecraft/models/w6216.json | 1 + assets/minecraft/models/w6217.json | 1 + assets/minecraft/models/w6218.json | 1 + assets/minecraft/models/w6219.json | 1 + assets/minecraft/models/w622.json | 1 + assets/minecraft/models/w6220.json | 1 + assets/minecraft/models/w6221.json | 1 + assets/minecraft/models/w6222.json | 1 + assets/minecraft/models/w6223.json | 1 + assets/minecraft/models/w6224.json | 1 + assets/minecraft/models/w6225.json | 1 + assets/minecraft/models/w6226.json | 1 + assets/minecraft/models/w6227.json | 1 + assets/minecraft/models/w6228.json | 1 + assets/minecraft/models/w6229.json | 1 + assets/minecraft/models/w623.json | 1 + assets/minecraft/models/w6230.json | 1 + assets/minecraft/models/w6231.json | 1 + assets/minecraft/models/w6232.json | 1 + assets/minecraft/models/w6233.json | 1 + assets/minecraft/models/w6234.json | 1 + assets/minecraft/models/w6235.json | 1 + assets/minecraft/models/w6236.json | 1 + assets/minecraft/models/w6237.json | 1 + assets/minecraft/models/w6238.json | 1 + assets/minecraft/models/w6239.json | 1 + assets/minecraft/models/w624.json | 1 + assets/minecraft/models/w6240.json | 1 + assets/minecraft/models/w6241.json | 1 + assets/minecraft/models/w6242.json | 1 + assets/minecraft/models/w6243.json | 1 + assets/minecraft/models/w6244.json | 1 + assets/minecraft/models/w6245.json | 1 + assets/minecraft/models/w6246.json | 1 + assets/minecraft/models/w6247.json | 1 + assets/minecraft/models/w6248.json | 1 + assets/minecraft/models/w6249.json | 1 + assets/minecraft/models/w625.json | 1 + assets/minecraft/models/w6250.json | 1 + assets/minecraft/models/w6251.json | 1 + assets/minecraft/models/w6252.json | 1 + assets/minecraft/models/w6253.json | 1 + assets/minecraft/models/w6254.json | 1 + assets/minecraft/models/w6255.json | 1 + assets/minecraft/models/w6256.json | 1 + assets/minecraft/models/w6257.json | 1 + assets/minecraft/models/w6258.json | 1 + assets/minecraft/models/w6259.json | 1 + assets/minecraft/models/w626.json | 1 + assets/minecraft/models/w6260.json | 1 + assets/minecraft/models/w6261.json | 1 + assets/minecraft/models/w6262.json | 1 + assets/minecraft/models/w6263.json | 1 + assets/minecraft/models/w6264.json | 1 + assets/minecraft/models/w6265.json | 1 + assets/minecraft/models/w6266.json | 1 + assets/minecraft/models/w6267.json | 1 + assets/minecraft/models/w6268.json | 1 + assets/minecraft/models/w6269.json | 1 + assets/minecraft/models/w627.json | 1 + assets/minecraft/models/w6270.json | 1 + assets/minecraft/models/w6271.json | 1 + assets/minecraft/models/w6272.json | 1 + assets/minecraft/models/w6273.json | 1 + assets/minecraft/models/w6274.json | 1 + assets/minecraft/models/w6275.json | 1 + assets/minecraft/models/w6276.json | 1 + assets/minecraft/models/w6277.json | 1 + assets/minecraft/models/w6278.json | 1 + assets/minecraft/models/w6279.json | 1 + assets/minecraft/models/w628.json | 1 + assets/minecraft/models/w6280.json | 1 + assets/minecraft/models/w6281.json | 1 + assets/minecraft/models/w6282.json | 1 + assets/minecraft/models/w6283.json | 1 + assets/minecraft/models/w6284.json | 1 + assets/minecraft/models/w6285.json | 1 + assets/minecraft/models/w6286.json | 1 + assets/minecraft/models/w6287.json | 1 + assets/minecraft/models/w6288.json | 1 + assets/minecraft/models/w6289.json | 1 + assets/minecraft/models/w629.json | 1 + assets/minecraft/models/w6290.json | 1 + assets/minecraft/models/w6291.json | 1 + assets/minecraft/models/w6292.json | 1 + assets/minecraft/models/w6293.json | 1 + assets/minecraft/models/w6294.json | 1 + assets/minecraft/models/w6295.json | 1 + assets/minecraft/models/w6296.json | 1 + assets/minecraft/models/w6297.json | 1 + assets/minecraft/models/w6298.json | 1 + assets/minecraft/models/w6299.json | 1 + assets/minecraft/models/w63.json | 1 + assets/minecraft/models/w630.json | 1 + assets/minecraft/models/w6300.json | 1 + assets/minecraft/models/w6301.json | 1 + assets/minecraft/models/w6302.json | 1 + assets/minecraft/models/w6303.json | 1 + assets/minecraft/models/w6304.json | 1 + assets/minecraft/models/w6305.json | 1 + assets/minecraft/models/w6306.json | 1 + assets/minecraft/models/w6307.json | 1 + assets/minecraft/models/w6308.json | 1 + assets/minecraft/models/w6309.json | 1 + assets/minecraft/models/w631.json | 1 + assets/minecraft/models/w6310.json | 1 + assets/minecraft/models/w6311.json | 1 + assets/minecraft/models/w6312.json | 1 + assets/minecraft/models/w6313.json | 1 + assets/minecraft/models/w6314.json | 1 + assets/minecraft/models/w6315.json | 1 + assets/minecraft/models/w6316.json | 1 + assets/minecraft/models/w6317.json | 1 + assets/minecraft/models/w6318.json | 1 + assets/minecraft/models/w6319.json | 1 + assets/minecraft/models/w632.json | 1 + assets/minecraft/models/w6320.json | 1 + assets/minecraft/models/w6321.json | 1 + assets/minecraft/models/w6322.json | 1 + assets/minecraft/models/w6323.json | 1 + assets/minecraft/models/w6324.json | 1 + assets/minecraft/models/w6325.json | 1 + assets/minecraft/models/w6326.json | 1 + assets/minecraft/models/w6327.json | 1 + assets/minecraft/models/w6328.json | 1 + assets/minecraft/models/w6329.json | 1 + assets/minecraft/models/w633.json | 1 + assets/minecraft/models/w6330.json | 1 + assets/minecraft/models/w6331.json | 1 + assets/minecraft/models/w6332.json | 1 + assets/minecraft/models/w6333.json | 1 + assets/minecraft/models/w6334.json | 1 + assets/minecraft/models/w6335.json | 1 + assets/minecraft/models/w6336.json | 1 + assets/minecraft/models/w6337.json | 1 + assets/minecraft/models/w6338.json | 1 + assets/minecraft/models/w6339.json | 1 + assets/minecraft/models/w634.json | 1 + assets/minecraft/models/w6340.json | 1 + assets/minecraft/models/w6341.json | 1 + assets/minecraft/models/w6342.json | 1 + assets/minecraft/models/w6343.json | 1 + assets/minecraft/models/w6344.json | 1 + assets/minecraft/models/w6345.json | 1 + assets/minecraft/models/w6346.json | 1 + assets/minecraft/models/w6347.json | 1 + assets/minecraft/models/w6348.json | 1 + assets/minecraft/models/w6349.json | 1 + assets/minecraft/models/w635.json | 1 + assets/minecraft/models/w6350.json | 1 + assets/minecraft/models/w6351.json | 1 + assets/minecraft/models/w6352.json | 1 + assets/minecraft/models/w6353.json | 1 + assets/minecraft/models/w6354.json | 1 + assets/minecraft/models/w6355.json | 1 + assets/minecraft/models/w6356.json | 1 + assets/minecraft/models/w6357.json | 1 + assets/minecraft/models/w6358.json | 1 + assets/minecraft/models/w6359.json | 1 + assets/minecraft/models/w636.json | 1 + assets/minecraft/models/w6360.json | 1 + assets/minecraft/models/w6361.json | 1 + assets/minecraft/models/w6362.json | 1 + assets/minecraft/models/w6363.json | 1 + assets/minecraft/models/w6364.json | 1 + assets/minecraft/models/w6365.json | 1 + assets/minecraft/models/w6366.json | 1 + assets/minecraft/models/w6367.json | 1 + assets/minecraft/models/w6368.json | 1 + assets/minecraft/models/w6369.json | 1 + assets/minecraft/models/w637.json | 1 + assets/minecraft/models/w6370.json | 1 + assets/minecraft/models/w6371.json | 1 + assets/minecraft/models/w6372.json | 1 + assets/minecraft/models/w6373.json | 1 + assets/minecraft/models/w6374.json | 1 + assets/minecraft/models/w6375.json | 1 + assets/minecraft/models/w6376.json | 1 + assets/minecraft/models/w6377.json | 1 + assets/minecraft/models/w6378.json | 1 + assets/minecraft/models/w6379.json | 1 + assets/minecraft/models/w638.json | 1 + assets/minecraft/models/w6380.json | 1 + assets/minecraft/models/w6381.json | 1 + assets/minecraft/models/w6382.json | 1 + assets/minecraft/models/w6383.json | 1 + assets/minecraft/models/w6384.json | 1 + assets/minecraft/models/w6385.json | 1 + assets/minecraft/models/w6386.json | 1 + assets/minecraft/models/w6387.json | 1 + assets/minecraft/models/w6388.json | 1 + assets/minecraft/models/w6389.json | 1 + assets/minecraft/models/w639.json | 1 + assets/minecraft/models/w6390.json | 1 + assets/minecraft/models/w6391.json | 1 + assets/minecraft/models/w6392.json | 1 + assets/minecraft/models/w6393.json | 1 + assets/minecraft/models/w6394.json | 1 + assets/minecraft/models/w6395.json | 1 + assets/minecraft/models/w6396.json | 1 + assets/minecraft/models/w6397.json | 1 + assets/minecraft/models/w6398.json | 1 + assets/minecraft/models/w6399.json | 1 + assets/minecraft/models/w64.json | 1 + assets/minecraft/models/w640.json | 1 + assets/minecraft/models/w6400.json | 1 + assets/minecraft/models/w6401.json | 1 + assets/minecraft/models/w6402.json | 1 + assets/minecraft/models/w6403.json | 1 + assets/minecraft/models/w6404.json | 1 + assets/minecraft/models/w6405.json | 1 + assets/minecraft/models/w6406.json | 1 + assets/minecraft/models/w6407.json | 1 + assets/minecraft/models/w6408.json | 1 + assets/minecraft/models/w6409.json | 1 + assets/minecraft/models/w641.json | 1 + assets/minecraft/models/w6410.json | 1 + assets/minecraft/models/w6411.json | 1 + assets/minecraft/models/w6412.json | 1 + assets/minecraft/models/w6413.json | 1 + assets/minecraft/models/w6414.json | 1 + assets/minecraft/models/w6415.json | 1 + assets/minecraft/models/w6416.json | 1 + assets/minecraft/models/w6417.json | 1 + assets/minecraft/models/w6418.json | 1 + assets/minecraft/models/w6419.json | 1 + assets/minecraft/models/w642.json | 1 + assets/minecraft/models/w6420.json | 1 + assets/minecraft/models/w6421.json | 1 + assets/minecraft/models/w6422.json | 1 + assets/minecraft/models/w6423.json | 1 + assets/minecraft/models/w6424.json | 1 + assets/minecraft/models/w6425.json | 1 + assets/minecraft/models/w6426.json | 1 + assets/minecraft/models/w6427.json | 1 + assets/minecraft/models/w6428.json | 1 + assets/minecraft/models/w6429.json | 1 + assets/minecraft/models/w643.json | 1 + assets/minecraft/models/w6430.json | 1 + assets/minecraft/models/w6431.json | 1 + assets/minecraft/models/w6432.json | 1 + assets/minecraft/models/w6433.json | 1 + assets/minecraft/models/w6434.json | 1 + assets/minecraft/models/w6435.json | 1 + assets/minecraft/models/w6436.json | 1 + assets/minecraft/models/w6437.json | 1 + assets/minecraft/models/w6438.json | 1 + assets/minecraft/models/w6439.json | 1 + assets/minecraft/models/w644.json | 1 + assets/minecraft/models/w6440.json | 1 + assets/minecraft/models/w6441.json | 1 + assets/minecraft/models/w6442.json | 1 + assets/minecraft/models/w6443.json | 1 + assets/minecraft/models/w6444.json | 1 + assets/minecraft/models/w6445.json | 1 + assets/minecraft/models/w6446.json | 1 + assets/minecraft/models/w6447.json | 1 + assets/minecraft/models/w6448.json | 1 + assets/minecraft/models/w6449.json | 1 + assets/minecraft/models/w645.json | 1 + assets/minecraft/models/w6450.json | 1 + assets/minecraft/models/w6451.json | 1 + assets/minecraft/models/w6452.json | 1 + assets/minecraft/models/w6453.json | 1 + assets/minecraft/models/w6454.json | 1 + assets/minecraft/models/w6455.json | 1 + assets/minecraft/models/w6456.json | 1 + assets/minecraft/models/w6457.json | 1 + assets/minecraft/models/w6458.json | 1 + assets/minecraft/models/w6459.json | 1 + assets/minecraft/models/w646.json | 1 + assets/minecraft/models/w6460.json | 1 + assets/minecraft/models/w6461.json | 1 + assets/minecraft/models/w6462.json | 1 + assets/minecraft/models/w6463.json | 1 + assets/minecraft/models/w6464.json | 1 + assets/minecraft/models/w6465.json | 1 + assets/minecraft/models/w6466.json | 1 + assets/minecraft/models/w6467.json | 1 + assets/minecraft/models/w6468.json | 1 + assets/minecraft/models/w6469.json | 1 + assets/minecraft/models/w647.json | 1 + assets/minecraft/models/w6470.json | 1 + assets/minecraft/models/w6471.json | 1 + assets/minecraft/models/w6472.json | 1 + assets/minecraft/models/w6473.json | 1 + assets/minecraft/models/w6474.json | 1 + assets/minecraft/models/w6475.json | 1 + assets/minecraft/models/w6476.json | 1 + assets/minecraft/models/w6477.json | 1 + assets/minecraft/models/w6478.json | 1 + assets/minecraft/models/w6479.json | 1 + assets/minecraft/models/w648.json | 1 + assets/minecraft/models/w6480.json | 1 + assets/minecraft/models/w6481.json | 1 + assets/minecraft/models/w6482.json | 1 + assets/minecraft/models/w6483.json | 1 + assets/minecraft/models/w6484.json | 1 + assets/minecraft/models/w6485.json | 1 + assets/minecraft/models/w6486.json | 1 + assets/minecraft/models/w6487.json | 1 + assets/minecraft/models/w6488.json | 1 + assets/minecraft/models/w6489.json | 1 + assets/minecraft/models/w649.json | 1 + assets/minecraft/models/w6490.json | 1 + assets/minecraft/models/w6491.json | 1 + assets/minecraft/models/w6492.json | 1 + assets/minecraft/models/w6493.json | 1 + assets/minecraft/models/w6494.json | 1 + assets/minecraft/models/w6495.json | 1 + assets/minecraft/models/w6496.json | 1 + assets/minecraft/models/w6497.json | 1 + assets/minecraft/models/w6498.json | 1 + assets/minecraft/models/w6499.json | 1 + assets/minecraft/models/w65.json | 1 + assets/minecraft/models/w650.json | 1 + assets/minecraft/models/w6500.json | 1 + assets/minecraft/models/w6501.json | 1 + assets/minecraft/models/w6502.json | 1 + assets/minecraft/models/w6503.json | 1 + assets/minecraft/models/w6504.json | 1 + assets/minecraft/models/w6505.json | 1 + assets/minecraft/models/w6506.json | 1 + assets/minecraft/models/w6507.json | 1 + assets/minecraft/models/w6508.json | 1 + assets/minecraft/models/w6509.json | 1 + assets/minecraft/models/w651.json | 1 + assets/minecraft/models/w6510.json | 1 + assets/minecraft/models/w6511.json | 1 + assets/minecraft/models/w6512.json | 1 + assets/minecraft/models/w6513.json | 1 + assets/minecraft/models/w6514.json | 1 + assets/minecraft/models/w6515.json | 1 + assets/minecraft/models/w6516.json | 1 + assets/minecraft/models/w6517.json | 1 + assets/minecraft/models/w6518.json | 1 + assets/minecraft/models/w6519.json | 1 + assets/minecraft/models/w652.json | 1 + assets/minecraft/models/w6520.json | 1 + assets/minecraft/models/w6521.json | 1 + assets/minecraft/models/w6522.json | 1 + assets/minecraft/models/w6523.json | 1 + assets/minecraft/models/w6524.json | 1 + assets/minecraft/models/w6525.json | 1 + assets/minecraft/models/w6526.json | 1 + assets/minecraft/models/w6527.json | 1 + assets/minecraft/models/w6528.json | 1 + assets/minecraft/models/w6529.json | 1 + assets/minecraft/models/w653.json | 1 + assets/minecraft/models/w6530.json | 1 + assets/minecraft/models/w6531.json | 1 + assets/minecraft/models/w6532.json | 1 + assets/minecraft/models/w6533.json | 1 + assets/minecraft/models/w6534.json | 1 + assets/minecraft/models/w6535.json | 1 + assets/minecraft/models/w6536.json | 1 + assets/minecraft/models/w6537.json | 1 + assets/minecraft/models/w6538.json | 1 + assets/minecraft/models/w6539.json | 1 + assets/minecraft/models/w654.json | 1 + assets/minecraft/models/w6540.json | 1 + assets/minecraft/models/w6541.json | 1 + assets/minecraft/models/w6542.json | 1 + assets/minecraft/models/w6543.json | 1 + assets/minecraft/models/w6544.json | 1 + assets/minecraft/models/w6545.json | 1 + assets/minecraft/models/w6546.json | 1 + assets/minecraft/models/w6547.json | 1 + assets/minecraft/models/w6548.json | 1 + assets/minecraft/models/w6549.json | 1 + assets/minecraft/models/w655.json | 1 + assets/minecraft/models/w6550.json | 1 + assets/minecraft/models/w6551.json | 1 + assets/minecraft/models/w6552.json | 1 + assets/minecraft/models/w6553.json | 1 + assets/minecraft/models/w6554.json | 1 + assets/minecraft/models/w6555.json | 1 + assets/minecraft/models/w6556.json | 1 + assets/minecraft/models/w6557.json | 1 + assets/minecraft/models/w6558.json | 1 + assets/minecraft/models/w6559.json | 1 + assets/minecraft/models/w656.json | 1 + assets/minecraft/models/w6560.json | 1 + assets/minecraft/models/w6561.json | 1 + assets/minecraft/models/w6562.json | 1 + assets/minecraft/models/w6563.json | 1 + assets/minecraft/models/w6564.json | 1 + assets/minecraft/models/w6565.json | 1 + assets/minecraft/models/w6566.json | 1 + assets/minecraft/models/w6567.json | 1 + assets/minecraft/models/w6568.json | 1 + assets/minecraft/models/w6569.json | 1 + assets/minecraft/models/w657.json | 1 + assets/minecraft/models/w6570.json | 1 + assets/minecraft/models/w6571.json | 1 + assets/minecraft/models/w6572.json | 1 + assets/minecraft/models/w6573.json | 1 + assets/minecraft/models/w6574.json | 1 + assets/minecraft/models/w6575.json | 1 + assets/minecraft/models/w6576.json | 1 + assets/minecraft/models/w6577.json | 1 + assets/minecraft/models/w6578.json | 1 + assets/minecraft/models/w6579.json | 1 + assets/minecraft/models/w658.json | 1 + assets/minecraft/models/w6580.json | 1 + assets/minecraft/models/w6581.json | 1 + assets/minecraft/models/w6582.json | 1 + assets/minecraft/models/w6583.json | 1 + assets/minecraft/models/w6584.json | 1 + assets/minecraft/models/w6585.json | 1 + assets/minecraft/models/w6586.json | 1 + assets/minecraft/models/w6587.json | 1 + assets/minecraft/models/w6588.json | 1 + assets/minecraft/models/w6589.json | 1 + assets/minecraft/models/w659.json | 1 + assets/minecraft/models/w6590.json | 1 + assets/minecraft/models/w6591.json | 1 + assets/minecraft/models/w6592.json | 1 + assets/minecraft/models/w6593.json | 1 + assets/minecraft/models/w6594.json | 1 + assets/minecraft/models/w6595.json | 1 + assets/minecraft/models/w6596.json | 1 + assets/minecraft/models/w6597.json | 1 + assets/minecraft/models/w6598.json | 1 + assets/minecraft/models/w6599.json | 1 + assets/minecraft/models/w66.json | 1 + assets/minecraft/models/w660.json | 1 + assets/minecraft/models/w6600.json | 1 + assets/minecraft/models/w6601.json | 1 + assets/minecraft/models/w6602.json | 1 + assets/minecraft/models/w6603.json | 1 + assets/minecraft/models/w6604.json | 1 + assets/minecraft/models/w6605.json | 1 + assets/minecraft/models/w6606.json | 1 + assets/minecraft/models/w6607.json | 1 + assets/minecraft/models/w6608.json | 1 + assets/minecraft/models/w6609.json | 1 + assets/minecraft/models/w661.json | 1 + assets/minecraft/models/w6610.json | 1 + assets/minecraft/models/w6611.json | 1 + assets/minecraft/models/w6612.json | 1 + assets/minecraft/models/w6613.json | 1 + assets/minecraft/models/w6614.json | 1 + assets/minecraft/models/w6615.json | 1 + assets/minecraft/models/w6616.json | 1 + assets/minecraft/models/w6617.json | 1 + assets/minecraft/models/w6618.json | 1 + assets/minecraft/models/w6619.json | 1 + assets/minecraft/models/w662.json | 1 + assets/minecraft/models/w6620.json | 1 + assets/minecraft/models/w6621.json | 1 + assets/minecraft/models/w6622.json | 1 + assets/minecraft/models/w6623.json | 1 + assets/minecraft/models/w6624.json | 1 + assets/minecraft/models/w6625.json | 1 + assets/minecraft/models/w6626.json | 1 + assets/minecraft/models/w6627.json | 1 + assets/minecraft/models/w6628.json | 1 + assets/minecraft/models/w6629.json | 1 + assets/minecraft/models/w663.json | 1 + assets/minecraft/models/w6630.json | 1 + assets/minecraft/models/w6631.json | 1 + assets/minecraft/models/w6632.json | 1 + assets/minecraft/models/w6633.json | 1 + assets/minecraft/models/w6634.json | 1 + assets/minecraft/models/w6635.json | 1 + assets/minecraft/models/w6636.json | 1 + assets/minecraft/models/w6637.json | 1 + assets/minecraft/models/w6638.json | 1 + assets/minecraft/models/w6639.json | 1 + assets/minecraft/models/w664.json | 1 + assets/minecraft/models/w6640.json | 1 + assets/minecraft/models/w6641.json | 1 + assets/minecraft/models/w6642.json | 1 + assets/minecraft/models/w6643.json | 1 + assets/minecraft/models/w6644.json | 1 + assets/minecraft/models/w6645.json | 1 + assets/minecraft/models/w6646.json | 1 + assets/minecraft/models/w6647.json | 1 + assets/minecraft/models/w6648.json | 1 + assets/minecraft/models/w6649.json | 1 + assets/minecraft/models/w665.json | 1 + assets/minecraft/models/w6650.json | 1 + assets/minecraft/models/w6651.json | 1 + assets/minecraft/models/w6652.json | 1 + assets/minecraft/models/w6653.json | 1 + assets/minecraft/models/w6654.json | 1 + assets/minecraft/models/w6655.json | 1 + assets/minecraft/models/w6656.json | 1 + assets/minecraft/models/w6657.json | 1 + assets/minecraft/models/w6658.json | 1 + assets/minecraft/models/w6659.json | 1 + assets/minecraft/models/w666.json | 1 + assets/minecraft/models/w6660.json | 1 + assets/minecraft/models/w6661.json | 1 + assets/minecraft/models/w6662.json | 1 + assets/minecraft/models/w6663.json | 1 + assets/minecraft/models/w6664.json | 1 + assets/minecraft/models/w6665.json | 1 + assets/minecraft/models/w6666.json | 1 + assets/minecraft/models/w6667.json | 1 + assets/minecraft/models/w6668.json | 1 + assets/minecraft/models/w6669.json | 1 + assets/minecraft/models/w667.json | 1 + assets/minecraft/models/w6670.json | 1 + assets/minecraft/models/w6671.json | 1 + assets/minecraft/models/w6672.json | 1 + assets/minecraft/models/w6673.json | 1 + assets/minecraft/models/w6674.json | 1 + assets/minecraft/models/w6675.json | 1 + assets/minecraft/models/w6676.json | 1 + assets/minecraft/models/w6677.json | 1 + assets/minecraft/models/w6678.json | 1 + assets/minecraft/models/w6679.json | 1 + assets/minecraft/models/w668.json | 1 + assets/minecraft/models/w6680.json | 1 + assets/minecraft/models/w6681.json | 1 + assets/minecraft/models/w6682.json | 1 + assets/minecraft/models/w6683.json | 1 + assets/minecraft/models/w6684.json | 1 + assets/minecraft/models/w6685.json | 1 + assets/minecraft/models/w6686.json | 1 + assets/minecraft/models/w6687.json | 1 + assets/minecraft/models/w6688.json | 1 + assets/minecraft/models/w6689.json | 1 + assets/minecraft/models/w669.json | 1 + assets/minecraft/models/w6690.json | 1 + assets/minecraft/models/w6691.json | 1 + assets/minecraft/models/w6692.json | 1 + assets/minecraft/models/w6693.json | 1 + assets/minecraft/models/w6694.json | 1 + assets/minecraft/models/w6695.json | 1 + assets/minecraft/models/w6696.json | 1 + assets/minecraft/models/w6697.json | 1 + assets/minecraft/models/w6698.json | 1 + assets/minecraft/models/w6699.json | 1 + assets/minecraft/models/w67.json | 1 + assets/minecraft/models/w670.json | 1 + assets/minecraft/models/w6700.json | 1 + assets/minecraft/models/w6701.json | 1 + assets/minecraft/models/w6702.json | 1 + assets/minecraft/models/w6703.json | 1 + assets/minecraft/models/w6704.json | 1 + assets/minecraft/models/w6705.json | 1 + assets/minecraft/models/w6706.json | 1 + assets/minecraft/models/w6707.json | 1 + assets/minecraft/models/w6708.json | 1 + assets/minecraft/models/w6709.json | 1 + assets/minecraft/models/w671.json | 1 + assets/minecraft/models/w6710.json | 1 + assets/minecraft/models/w6711.json | 1 + assets/minecraft/models/w6712.json | 1 + assets/minecraft/models/w6713.json | 1 + assets/minecraft/models/w6714.json | 1 + assets/minecraft/models/w6715.json | 1 + assets/minecraft/models/w6716.json | 1 + assets/minecraft/models/w6717.json | 1 + assets/minecraft/models/w6718.json | 1 + assets/minecraft/models/w6719.json | 1 + assets/minecraft/models/w672.json | 1 + assets/minecraft/models/w6720.json | 1 + assets/minecraft/models/w6721.json | 1 + assets/minecraft/models/w6722.json | 1 + assets/minecraft/models/w6723.json | 1 + assets/minecraft/models/w6724.json | 1 + assets/minecraft/models/w6725.json | 1 + assets/minecraft/models/w6726.json | 1 + assets/minecraft/models/w6727.json | 1 + assets/minecraft/models/w6728.json | 1 + assets/minecraft/models/w6729.json | 1 + assets/minecraft/models/w673.json | 1 + assets/minecraft/models/w6730.json | 1 + assets/minecraft/models/w6731.json | 1 + assets/minecraft/models/w6732.json | 1 + assets/minecraft/models/w6733.json | 1 + assets/minecraft/models/w6734.json | 1 + assets/minecraft/models/w6735.json | 1 + assets/minecraft/models/w6736.json | 1 + assets/minecraft/models/w6737.json | 1 + assets/minecraft/models/w6738.json | 1 + assets/minecraft/models/w6739.json | 1 + assets/minecraft/models/w674.json | 1 + assets/minecraft/models/w6740.json | 1 + assets/minecraft/models/w6741.json | 1 + assets/minecraft/models/w6742.json | 1 + assets/minecraft/models/w6743.json | 1 + assets/minecraft/models/w6744.json | 1 + assets/minecraft/models/w6745.json | 1 + assets/minecraft/models/w6746.json | 1 + assets/minecraft/models/w6747.json | 1 + assets/minecraft/models/w6748.json | 1 + assets/minecraft/models/w6749.json | 1 + assets/minecraft/models/w675.json | 1 + assets/minecraft/models/w6750.json | 1 + assets/minecraft/models/w6751.json | 1 + assets/minecraft/models/w6752.json | 1 + assets/minecraft/models/w6753.json | 1 + assets/minecraft/models/w6754.json | 1 + assets/minecraft/models/w6755.json | 1 + assets/minecraft/models/w6756.json | 1 + assets/minecraft/models/w6757.json | 1 + assets/minecraft/models/w6758.json | 1 + assets/minecraft/models/w6759.json | 1 + assets/minecraft/models/w676.json | 1 + assets/minecraft/models/w6760.json | 1 + assets/minecraft/models/w6761.json | 1 + assets/minecraft/models/w6762.json | 1 + assets/minecraft/models/w6763.json | 1 + assets/minecraft/models/w6764.json | 1 + assets/minecraft/models/w6765.json | 1 + assets/minecraft/models/w6766.json | 1 + assets/minecraft/models/w6767.json | 1 + assets/minecraft/models/w6768.json | 1 + assets/minecraft/models/w6769.json | 1 + assets/minecraft/models/w677.json | 1 + assets/minecraft/models/w6770.json | 1 + assets/minecraft/models/w6771.json | 1 + assets/minecraft/models/w6772.json | 1 + assets/minecraft/models/w6773.json | 1 + assets/minecraft/models/w6774.json | 1 + assets/minecraft/models/w6775.json | 1 + assets/minecraft/models/w6776.json | 1 + assets/minecraft/models/w6777.json | 1 + assets/minecraft/models/w6778.json | 1 + assets/minecraft/models/w6779.json | 1 + assets/minecraft/models/w678.json | 1 + assets/minecraft/models/w6780.json | 1 + assets/minecraft/models/w6781.json | 1 + assets/minecraft/models/w6782.json | 1 + assets/minecraft/models/w6783.json | 1 + assets/minecraft/models/w6784.json | 1 + assets/minecraft/models/w6785.json | 1 + assets/minecraft/models/w6786.json | 1 + assets/minecraft/models/w6787.json | 1 + assets/minecraft/models/w6788.json | 1 + assets/minecraft/models/w6789.json | 1 + assets/minecraft/models/w679.json | 1 + assets/minecraft/models/w6790.json | 1 + assets/minecraft/models/w6791.json | 1 + assets/minecraft/models/w6792.json | 1 + assets/minecraft/models/w6793.json | 1 + assets/minecraft/models/w6794.json | 1 + assets/minecraft/models/w6795.json | 1 + assets/minecraft/models/w6796.json | 1 + assets/minecraft/models/w6797.json | 1 + assets/minecraft/models/w6798.json | 1 + assets/minecraft/models/w6799.json | 1 + assets/minecraft/models/w68.json | 1 + assets/minecraft/models/w680.json | 1 + assets/minecraft/models/w6800.json | 1 + assets/minecraft/models/w6801.json | 1 + assets/minecraft/models/w6802.json | 1 + assets/minecraft/models/w6803.json | 1 + assets/minecraft/models/w6804.json | 1 + assets/minecraft/models/w6805.json | 1 + assets/minecraft/models/w6806.json | 1 + assets/minecraft/models/w6807.json | 1 + assets/minecraft/models/w6808.json | 1 + assets/minecraft/models/w6809.json | 1 + assets/minecraft/models/w681.json | 1 + assets/minecraft/models/w6810.json | 1 + assets/minecraft/models/w6811.json | 1 + assets/minecraft/models/w6812.json | 1 + assets/minecraft/models/w6813.json | 1 + assets/minecraft/models/w6814.json | 1 + assets/minecraft/models/w6815.json | 1 + assets/minecraft/models/w6816.json | 1 + assets/minecraft/models/w6817.json | 1 + assets/minecraft/models/w6818.json | 1 + assets/minecraft/models/w6819.json | 1 + assets/minecraft/models/w682.json | 1 + assets/minecraft/models/w6820.json | 1 + assets/minecraft/models/w6821.json | 1 + assets/minecraft/models/w6822.json | 1 + assets/minecraft/models/w6823.json | 1 + assets/minecraft/models/w6824.json | 1 + assets/minecraft/models/w6825.json | 1 + assets/minecraft/models/w6826.json | 1 + assets/minecraft/models/w6827.json | 1 + assets/minecraft/models/w6828.json | 1 + assets/minecraft/models/w6829.json | 1 + assets/minecraft/models/w683.json | 1 + assets/minecraft/models/w6830.json | 1 + assets/minecraft/models/w6831.json | 1 + assets/minecraft/models/w6832.json | 1 + assets/minecraft/models/w6833.json | 1 + assets/minecraft/models/w6834.json | 1 + assets/minecraft/models/w6835.json | 1 + assets/minecraft/models/w6836.json | 1 + assets/minecraft/models/w6837.json | 1 + assets/minecraft/models/w6838.json | 1 + assets/minecraft/models/w6839.json | 1 + assets/minecraft/models/w684.json | 1 + assets/minecraft/models/w6840.json | 1 + assets/minecraft/models/w6841.json | 1 + assets/minecraft/models/w6842.json | 1 + assets/minecraft/models/w6843.json | 1 + assets/minecraft/models/w6844.json | 1 + assets/minecraft/models/w6845.json | 1 + assets/minecraft/models/w6846.json | 1 + assets/minecraft/models/w6847.json | 1 + assets/minecraft/models/w6848.json | 1 + assets/minecraft/models/w6849.json | 1 + assets/minecraft/models/w685.json | 1 + assets/minecraft/models/w6850.json | 1 + assets/minecraft/models/w6851.json | 1 + assets/minecraft/models/w6852.json | 1 + assets/minecraft/models/w6853.json | 1 + assets/minecraft/models/w6854.json | 1 + assets/minecraft/models/w6855.json | 1 + assets/minecraft/models/w6856.json | 1 + assets/minecraft/models/w6857.json | 1 + assets/minecraft/models/w6858.json | 1 + assets/minecraft/models/w6859.json | 1 + assets/minecraft/models/w686.json | 1 + assets/minecraft/models/w6860.json | 1 + assets/minecraft/models/w6861.json | 1 + assets/minecraft/models/w6862.json | 1 + assets/minecraft/models/w6863.json | 1 + assets/minecraft/models/w6864.json | 1 + assets/minecraft/models/w6865.json | 1 + assets/minecraft/models/w6866.json | 1 + assets/minecraft/models/w6867.json | 1 + assets/minecraft/models/w6868.json | 1 + assets/minecraft/models/w6869.json | 1 + assets/minecraft/models/w687.json | 1 + assets/minecraft/models/w6870.json | 1 + assets/minecraft/models/w6871.json | 1 + assets/minecraft/models/w6872.json | 1 + assets/minecraft/models/w6873.json | 1 + assets/minecraft/models/w6874.json | 1 + assets/minecraft/models/w6875.json | 1 + assets/minecraft/models/w6876.json | 1 + assets/minecraft/models/w6877.json | 1 + assets/minecraft/models/w6878.json | 1 + assets/minecraft/models/w6879.json | 1 + assets/minecraft/models/w688.json | 1 + assets/minecraft/models/w6880.json | 1 + assets/minecraft/models/w6881.json | 1 + assets/minecraft/models/w6882.json | 1 + assets/minecraft/models/w6883.json | 1 + assets/minecraft/models/w6884.json | 1 + assets/minecraft/models/w6885.json | 1 + assets/minecraft/models/w6886.json | 1 + assets/minecraft/models/w6887.json | 1 + assets/minecraft/models/w6888.json | 1 + assets/minecraft/models/w6889.json | 1 + assets/minecraft/models/w689.json | 1 + assets/minecraft/models/w6890.json | 1 + assets/minecraft/models/w6891.json | 1 + assets/minecraft/models/w6892.json | 1 + assets/minecraft/models/w6893.json | 1 + assets/minecraft/models/w6894.json | 1 + assets/minecraft/models/w6895.json | 1 + assets/minecraft/models/w6896.json | 1 + assets/minecraft/models/w6897.json | 1 + assets/minecraft/models/w6898.json | 1 + assets/minecraft/models/w6899.json | 1 + assets/minecraft/models/w69.json | 1 + assets/minecraft/models/w690.json | 1 + assets/minecraft/models/w6900.json | 1 + assets/minecraft/models/w6901.json | 1 + assets/minecraft/models/w6902.json | 1 + assets/minecraft/models/w6903.json | 1 + assets/minecraft/models/w6904.json | 1 + assets/minecraft/models/w6905.json | 1 + assets/minecraft/models/w6906.json | 1 + assets/minecraft/models/w6907.json | 1 + assets/minecraft/models/w6908.json | 1 + assets/minecraft/models/w6909.json | 1 + assets/minecraft/models/w691.json | 1 + assets/minecraft/models/w6910.json | 1 + assets/minecraft/models/w6911.json | 1 + assets/minecraft/models/w6912.json | 1 + assets/minecraft/models/w6913.json | 1 + assets/minecraft/models/w6914.json | 1 + assets/minecraft/models/w6915.json | 1 + assets/minecraft/models/w6916.json | 1 + assets/minecraft/models/w6917.json | 1 + assets/minecraft/models/w6918.json | 1 + assets/minecraft/models/w6919.json | 1 + assets/minecraft/models/w692.json | 1 + assets/minecraft/models/w6920.json | 1 + assets/minecraft/models/w6921.json | 1 + assets/minecraft/models/w6922.json | 1 + assets/minecraft/models/w6923.json | 1 + assets/minecraft/models/w6924.json | 1 + assets/minecraft/models/w6925.json | 1 + assets/minecraft/models/w6926.json | 1 + assets/minecraft/models/w6927.json | 1 + assets/minecraft/models/w6928.json | 1 + assets/minecraft/models/w6929.json | 1 + assets/minecraft/models/w693.json | 1 + assets/minecraft/models/w6930.json | 1 + assets/minecraft/models/w6931.json | 1 + assets/minecraft/models/w6932.json | 1 + assets/minecraft/models/w6933.json | 1 + assets/minecraft/models/w6934.json | 1 + assets/minecraft/models/w6935.json | 1 + assets/minecraft/models/w6936.json | 1 + assets/minecraft/models/w6937.json | 1 + assets/minecraft/models/w6938.json | 1 + assets/minecraft/models/w6939.json | 1 + assets/minecraft/models/w694.json | 1 + assets/minecraft/models/w6940.json | 1 + assets/minecraft/models/w6941.json | 1 + assets/minecraft/models/w6942.json | 1 + assets/minecraft/models/w6943.json | 1 + assets/minecraft/models/w6944.json | 1 + assets/minecraft/models/w6945.json | 1 + assets/minecraft/models/w6946.json | 1 + assets/minecraft/models/w6947.json | 1 + assets/minecraft/models/w6948.json | 1 + assets/minecraft/models/w6949.json | 1 + assets/minecraft/models/w695.json | 1 + assets/minecraft/models/w6950.json | 1 + assets/minecraft/models/w6951.json | 1 + assets/minecraft/models/w6952.json | 1 + assets/minecraft/models/w6953.json | 1 + assets/minecraft/models/w6954.json | 1 + assets/minecraft/models/w6955.json | 1 + assets/minecraft/models/w6956.json | 1 + assets/minecraft/models/w6957.json | 1 + assets/minecraft/models/w6958.json | 1 + assets/minecraft/models/w6959.json | 1 + assets/minecraft/models/w696.json | 1 + assets/minecraft/models/w6960.json | 1 + assets/minecraft/models/w6961.json | 1 + assets/minecraft/models/w6962.json | 1 + assets/minecraft/models/w6963.json | 1 + assets/minecraft/models/w6964.json | 1 + assets/minecraft/models/w6965.json | 1 + assets/minecraft/models/w6966.json | 1 + assets/minecraft/models/w6967.json | 1 + assets/minecraft/models/w6968.json | 1 + assets/minecraft/models/w6969.json | 1 + assets/minecraft/models/w697.json | 1 + assets/minecraft/models/w6970.json | 1 + assets/minecraft/models/w6971.json | 1 + assets/minecraft/models/w6972.json | 1 + assets/minecraft/models/w6973.json | 1 + assets/minecraft/models/w6974.json | 1 + assets/minecraft/models/w6975.json | 1 + assets/minecraft/models/w6976.json | 1 + assets/minecraft/models/w6977.json | 1 + assets/minecraft/models/w6978.json | 1 + assets/minecraft/models/w6979.json | 1 + assets/minecraft/models/w698.json | 1 + assets/minecraft/models/w6980.json | 1 + assets/minecraft/models/w6981.json | 1 + assets/minecraft/models/w6982.json | 1 + assets/minecraft/models/w6983.json | 1 + assets/minecraft/models/w6984.json | 1 + assets/minecraft/models/w6985.json | 1 + assets/minecraft/models/w6986.json | 1 + assets/minecraft/models/w6987.json | 1 + assets/minecraft/models/w6988.json | 1 + assets/minecraft/models/w6989.json | 1 + assets/minecraft/models/w699.json | 1 + assets/minecraft/models/w6990.json | 1 + assets/minecraft/models/w6991.json | 1 + assets/minecraft/models/w6992.json | 1 + assets/minecraft/models/w6993.json | 1 + assets/minecraft/models/w6994.json | 1 + assets/minecraft/models/w6995.json | 1 + assets/minecraft/models/w6996.json | 1 + assets/minecraft/models/w6997.json | 1 + assets/minecraft/models/w6998.json | 1 + assets/minecraft/models/w6999.json | 1 + assets/minecraft/models/w7.json | 1 + assets/minecraft/models/w70.json | 1 + assets/minecraft/models/w700.json | 1 + assets/minecraft/models/w7000.json | 1 + assets/minecraft/models/w7001.json | 1 + assets/minecraft/models/w7002.json | 1 + assets/minecraft/models/w7003.json | 1 + assets/minecraft/models/w7004.json | 1 + assets/minecraft/models/w7005.json | 1 + assets/minecraft/models/w7006.json | 1 + assets/minecraft/models/w7007.json | 1 + assets/minecraft/models/w7008.json | 1 + assets/minecraft/models/w7009.json | 1 + assets/minecraft/models/w701.json | 1 + assets/minecraft/models/w7010.json | 1 + assets/minecraft/models/w7011.json | 1 + assets/minecraft/models/w7012.json | 1 + assets/minecraft/models/w7013.json | 1 + assets/minecraft/models/w7014.json | 1 + assets/minecraft/models/w7015.json | 1 + assets/minecraft/models/w7016.json | 1 + assets/minecraft/models/w7017.json | 1 + assets/minecraft/models/w7018.json | 1 + assets/minecraft/models/w7019.json | 1 + assets/minecraft/models/w702.json | 1 + assets/minecraft/models/w7020.json | 1 + assets/minecraft/models/w7021.json | 1 + assets/minecraft/models/w7022.json | 1 + assets/minecraft/models/w7023.json | 1 + assets/minecraft/models/w7024.json | 1 + assets/minecraft/models/w7025.json | 1 + assets/minecraft/models/w7026.json | 1 + assets/minecraft/models/w7027.json | 1 + assets/minecraft/models/w7028.json | 1 + assets/minecraft/models/w7029.json | 1 + assets/minecraft/models/w703.json | 1 + assets/minecraft/models/w7030.json | 1 + assets/minecraft/models/w7031.json | 1 + assets/minecraft/models/w7032.json | 1 + assets/minecraft/models/w7033.json | 1 + assets/minecraft/models/w7034.json | 1 + assets/minecraft/models/w7035.json | 1 + assets/minecraft/models/w7036.json | 1 + assets/minecraft/models/w7037.json | 1 + assets/minecraft/models/w7038.json | 1 + assets/minecraft/models/w7039.json | 1 + assets/minecraft/models/w704.json | 1 + assets/minecraft/models/w7040.json | 1 + assets/minecraft/models/w7041.json | 1 + assets/minecraft/models/w7042.json | 1 + assets/minecraft/models/w7043.json | 1 + assets/minecraft/models/w7044.json | 1 + assets/minecraft/models/w7045.json | 1 + assets/minecraft/models/w7046.json | 1 + assets/minecraft/models/w7047.json | 1 + assets/minecraft/models/w7048.json | 1 + assets/minecraft/models/w7049.json | 1 + assets/minecraft/models/w705.json | 1 + assets/minecraft/models/w7050.json | 1 + assets/minecraft/models/w7051.json | 1 + assets/minecraft/models/w7052.json | 1 + assets/minecraft/models/w7053.json | 1 + assets/minecraft/models/w7054.json | 1 + assets/minecraft/models/w7055.json | 1 + assets/minecraft/models/w7056.json | 1 + assets/minecraft/models/w7057.json | 1 + assets/minecraft/models/w7058.json | 1 + assets/minecraft/models/w7059.json | 1 + assets/minecraft/models/w706.json | 1 + assets/minecraft/models/w7060.json | 1 + assets/minecraft/models/w7061.json | 1 + assets/minecraft/models/w7062.json | 1 + assets/minecraft/models/w7063.json | 1 + assets/minecraft/models/w7064.json | 1 + assets/minecraft/models/w7065.json | 1 + assets/minecraft/models/w7066.json | 1 + assets/minecraft/models/w7067.json | 1 + assets/minecraft/models/w7068.json | 1 + assets/minecraft/models/w7069.json | 1 + assets/minecraft/models/w707.json | 1 + assets/minecraft/models/w7070.json | 1 + assets/minecraft/models/w7071.json | 1 + assets/minecraft/models/w7072.json | 1 + assets/minecraft/models/w7073.json | 1 + assets/minecraft/models/w7074.json | 1 + assets/minecraft/models/w7075.json | 1 + assets/minecraft/models/w7076.json | 1 + assets/minecraft/models/w7077.json | 1 + assets/minecraft/models/w7078.json | 1 + assets/minecraft/models/w7079.json | 1 + assets/minecraft/models/w708.json | 1 + assets/minecraft/models/w7080.json | 1 + assets/minecraft/models/w7081.json | 1 + assets/minecraft/models/w7082.json | 1 + assets/minecraft/models/w7083.json | 1 + assets/minecraft/models/w7084.json | 1 + assets/minecraft/models/w7085.json | 1 + assets/minecraft/models/w7086.json | 1 + assets/minecraft/models/w7087.json | 1 + assets/minecraft/models/w7088.json | 1 + assets/minecraft/models/w7089.json | 1 + assets/minecraft/models/w709.json | 1 + assets/minecraft/models/w7090.json | 1 + assets/minecraft/models/w7091.json | 1 + assets/minecraft/models/w7092.json | 1 + assets/minecraft/models/w7093.json | 1 + assets/minecraft/models/w7094.json | 1 + assets/minecraft/models/w7095.json | 1 + assets/minecraft/models/w7096.json | 1 + assets/minecraft/models/w7097.json | 1 + assets/minecraft/models/w7098.json | 1 + assets/minecraft/models/w7099.json | 1 + assets/minecraft/models/w71.json | 1 + assets/minecraft/models/w710.json | 1 + assets/minecraft/models/w7100.json | 1 + assets/minecraft/models/w7101.json | 1 + assets/minecraft/models/w7102.json | 1 + assets/minecraft/models/w7103.json | 1 + assets/minecraft/models/w7104.json | 1 + assets/minecraft/models/w7105.json | 1 + assets/minecraft/models/w7106.json | 1 + assets/minecraft/models/w7107.json | 1 + assets/minecraft/models/w7108.json | 1 + assets/minecraft/models/w7109.json | 1 + assets/minecraft/models/w711.json | 1 + assets/minecraft/models/w7110.json | 1 + assets/minecraft/models/w7111.json | 1 + assets/minecraft/models/w7112.json | 1 + assets/minecraft/models/w7113.json | 1 + assets/minecraft/models/w7114.json | 1 + assets/minecraft/models/w7115.json | 1 + assets/minecraft/models/w7116.json | 1 + assets/minecraft/models/w7117.json | 1 + assets/minecraft/models/w7118.json | 1 + assets/minecraft/models/w7119.json | 1 + assets/minecraft/models/w712.json | 1 + assets/minecraft/models/w7120.json | 1 + assets/minecraft/models/w7121.json | 1 + assets/minecraft/models/w7122.json | 1 + assets/minecraft/models/w7123.json | 1 + assets/minecraft/models/w7124.json | 1 + assets/minecraft/models/w7125.json | 1 + assets/minecraft/models/w7126.json | 1 + assets/minecraft/models/w7127.json | 1 + assets/minecraft/models/w7128.json | 1 + assets/minecraft/models/w7129.json | 1 + assets/minecraft/models/w713.json | 1 + assets/minecraft/models/w7130.json | 1 + assets/minecraft/models/w7131.json | 1 + assets/minecraft/models/w7132.json | 1 + assets/minecraft/models/w7133.json | 1 + assets/minecraft/models/w7134.json | 1 + assets/minecraft/models/w7135.json | 1 + assets/minecraft/models/w7136.json | 1 + assets/minecraft/models/w7137.json | 1 + assets/minecraft/models/w7138.json | 1 + assets/minecraft/models/w7139.json | 1 + assets/minecraft/models/w714.json | 1 + assets/minecraft/models/w7140.json | 1 + assets/minecraft/models/w7141.json | 1 + assets/minecraft/models/w7142.json | 1 + assets/minecraft/models/w7143.json | 1 + assets/minecraft/models/w7144.json | 1 + assets/minecraft/models/w7145.json | 1 + assets/minecraft/models/w7146.json | 1 + assets/minecraft/models/w7147.json | 1 + assets/minecraft/models/w7148.json | 1 + assets/minecraft/models/w7149.json | 1 + assets/minecraft/models/w715.json | 1 + assets/minecraft/models/w7150.json | 1 + assets/minecraft/models/w7151.json | 1 + assets/minecraft/models/w7152.json | 1 + assets/minecraft/models/w7153.json | 1 + assets/minecraft/models/w7154.json | 1 + assets/minecraft/models/w7155.json | 1 + assets/minecraft/models/w7156.json | 1 + assets/minecraft/models/w7157.json | 1 + assets/minecraft/models/w7158.json | 1 + assets/minecraft/models/w7159.json | 1 + assets/minecraft/models/w716.json | 1 + assets/minecraft/models/w7160.json | 1 + assets/minecraft/models/w7161.json | 1 + assets/minecraft/models/w7162.json | 1 + assets/minecraft/models/w7163.json | 1 + assets/minecraft/models/w7164.json | 1 + assets/minecraft/models/w7165.json | 1 + assets/minecraft/models/w7166.json | 1 + assets/minecraft/models/w7167.json | 1 + assets/minecraft/models/w7168.json | 1 + assets/minecraft/models/w7169.json | 1 + assets/minecraft/models/w717.json | 1 + assets/minecraft/models/w7170.json | 1 + assets/minecraft/models/w7171.json | 1 + assets/minecraft/models/w7172.json | 1 + assets/minecraft/models/w7173.json | 1 + assets/minecraft/models/w7174.json | 1 + assets/minecraft/models/w7175.json | 1 + assets/minecraft/models/w7176.json | 1 + assets/minecraft/models/w7177.json | 1 + assets/minecraft/models/w7178.json | 1 + assets/minecraft/models/w7179.json | 1 + assets/minecraft/models/w718.json | 1 + assets/minecraft/models/w7180.json | 1 + assets/minecraft/models/w7181.json | 1 + assets/minecraft/models/w7182.json | 1 + assets/minecraft/models/w7183.json | 1 + assets/minecraft/models/w7184.json | 1 + assets/minecraft/models/w7185.json | 1 + assets/minecraft/models/w7186.json | 1 + assets/minecraft/models/w7187.json | 1 + assets/minecraft/models/w7188.json | 1 + assets/minecraft/models/w7189.json | 1 + assets/minecraft/models/w719.json | 1 + assets/minecraft/models/w7190.json | 1 + assets/minecraft/models/w7191.json | 1 + assets/minecraft/models/w7192.json | 1 + assets/minecraft/models/w7193.json | 1 + assets/minecraft/models/w7194.json | 1 + assets/minecraft/models/w7195.json | 1 + assets/minecraft/models/w7196.json | 1 + assets/minecraft/models/w7197.json | 1 + assets/minecraft/models/w7198.json | 1 + assets/minecraft/models/w7199.json | 1 + assets/minecraft/models/w72.json | 1 + assets/minecraft/models/w720.json | 1 + assets/minecraft/models/w7200.json | 1 + assets/minecraft/models/w7201.json | 1 + assets/minecraft/models/w7202.json | 1 + assets/minecraft/models/w7203.json | 1 + assets/minecraft/models/w7204.json | 1 + assets/minecraft/models/w7205.json | 1 + assets/minecraft/models/w7206.json | 1 + assets/minecraft/models/w7207.json | 1 + assets/minecraft/models/w7208.json | 1 + assets/minecraft/models/w7209.json | 1 + assets/minecraft/models/w721.json | 1 + assets/minecraft/models/w7210.json | 1 + assets/minecraft/models/w7211.json | 1 + assets/minecraft/models/w7212.json | 1 + assets/minecraft/models/w7213.json | 1 + assets/minecraft/models/w7214.json | 1 + assets/minecraft/models/w7215.json | 1 + assets/minecraft/models/w7216.json | 1 + assets/minecraft/models/w7217.json | 1 + assets/minecraft/models/w7218.json | 1 + assets/minecraft/models/w7219.json | 1 + assets/minecraft/models/w722.json | 1 + assets/minecraft/models/w7220.json | 1 + assets/minecraft/models/w7221.json | 1 + assets/minecraft/models/w7222.json | 1 + assets/minecraft/models/w7223.json | 1 + assets/minecraft/models/w7224.json | 1 + assets/minecraft/models/w7225.json | 1 + assets/minecraft/models/w7226.json | 1 + assets/minecraft/models/w7227.json | 1 + assets/minecraft/models/w7228.json | 1 + assets/minecraft/models/w7229.json | 1 + assets/minecraft/models/w723.json | 1 + assets/minecraft/models/w7230.json | 1 + assets/minecraft/models/w7231.json | 1 + assets/minecraft/models/w7232.json | 1 + assets/minecraft/models/w7233.json | 1 + assets/minecraft/models/w7234.json | 1 + assets/minecraft/models/w7235.json | 1 + assets/minecraft/models/w7236.json | 1 + assets/minecraft/models/w7237.json | 1 + assets/minecraft/models/w7238.json | 1 + assets/minecraft/models/w7239.json | 1 + assets/minecraft/models/w724.json | 1 + assets/minecraft/models/w7240.json | 1 + assets/minecraft/models/w7241.json | 1 + assets/minecraft/models/w7242.json | 1 + assets/minecraft/models/w7243.json | 1 + assets/minecraft/models/w7244.json | 1 + assets/minecraft/models/w7245.json | 1 + assets/minecraft/models/w7246.json | 1 + assets/minecraft/models/w7247.json | 1 + assets/minecraft/models/w7248.json | 1 + assets/minecraft/models/w7249.json | 1 + assets/minecraft/models/w725.json | 1 + assets/minecraft/models/w7250.json | 1 + assets/minecraft/models/w7251.json | 1 + assets/minecraft/models/w7252.json | 1 + assets/minecraft/models/w7253.json | 1 + assets/minecraft/models/w7254.json | 1 + assets/minecraft/models/w7255.json | 1 + assets/minecraft/models/w7256.json | 1 + assets/minecraft/models/w7257.json | 1 + assets/minecraft/models/w7258.json | 1 + assets/minecraft/models/w7259.json | 1 + assets/minecraft/models/w726.json | 1 + assets/minecraft/models/w7260.json | 1 + assets/minecraft/models/w7261.json | 1 + assets/minecraft/models/w7262.json | 1 + assets/minecraft/models/w7263.json | 1 + assets/minecraft/models/w7264.json | 1 + assets/minecraft/models/w7265.json | 1 + assets/minecraft/models/w7266.json | 1 + assets/minecraft/models/w7267.json | 1 + assets/minecraft/models/w7268.json | 1 + assets/minecraft/models/w7269.json | 1 + assets/minecraft/models/w727.json | 1 + assets/minecraft/models/w7270.json | 1 + assets/minecraft/models/w7271.json | 1 + assets/minecraft/models/w7272.json | 1 + assets/minecraft/models/w7273.json | 1 + assets/minecraft/models/w7274.json | 1 + assets/minecraft/models/w7275.json | 1 + assets/minecraft/models/w7276.json | 1 + assets/minecraft/models/w7277.json | 1 + assets/minecraft/models/w7278.json | 1 + assets/minecraft/models/w7279.json | 1 + assets/minecraft/models/w728.json | 1 + assets/minecraft/models/w7280.json | 1 + assets/minecraft/models/w7281.json | 1 + assets/minecraft/models/w7282.json | 1 + assets/minecraft/models/w7283.json | 1 + assets/minecraft/models/w7284.json | 1 + assets/minecraft/models/w7285.json | 1 + assets/minecraft/models/w7286.json | 1 + assets/minecraft/models/w7287.json | 1 + assets/minecraft/models/w7288.json | 1 + assets/minecraft/models/w7289.json | 1 + assets/minecraft/models/w729.json | 1 + assets/minecraft/models/w7290.json | 1 + assets/minecraft/models/w7291.json | 1 + assets/minecraft/models/w7292.json | 1 + assets/minecraft/models/w7293.json | 1 + assets/minecraft/models/w7294.json | 1 + assets/minecraft/models/w7295.json | 1 + assets/minecraft/models/w7296.json | 1 + assets/minecraft/models/w7297.json | 1 + assets/minecraft/models/w7298.json | 1 + assets/minecraft/models/w7299.json | 1 + assets/minecraft/models/w73.json | 1 + assets/minecraft/models/w730.json | 1 + assets/minecraft/models/w7300.json | 1 + assets/minecraft/models/w7301.json | 1 + assets/minecraft/models/w7302.json | 1 + assets/minecraft/models/w7303.json | 1 + assets/minecraft/models/w7304.json | 1 + assets/minecraft/models/w7305.json | 1 + assets/minecraft/models/w7306.json | 1 + assets/minecraft/models/w7307.json | 1 + assets/minecraft/models/w7308.json | 1 + assets/minecraft/models/w7309.json | 1 + assets/minecraft/models/w731.json | 1 + assets/minecraft/models/w7310.json | 1 + assets/minecraft/models/w7311.json | 1 + assets/minecraft/models/w7312.json | 1 + assets/minecraft/models/w7313.json | 1 + assets/minecraft/models/w7314.json | 1 + assets/minecraft/models/w7315.json | 1 + assets/minecraft/models/w7316.json | 1 + assets/minecraft/models/w7317.json | 1 + assets/minecraft/models/w7318.json | 1 + assets/minecraft/models/w7319.json | 1 + assets/minecraft/models/w732.json | 1 + assets/minecraft/models/w7320.json | 1 + assets/minecraft/models/w7321.json | 1 + assets/minecraft/models/w7322.json | 1 + assets/minecraft/models/w7323.json | 1 + assets/minecraft/models/w7324.json | 1 + assets/minecraft/models/w7325.json | 1 + assets/minecraft/models/w7326.json | 1 + assets/minecraft/models/w7327.json | 1 + assets/minecraft/models/w7328.json | 1 + assets/minecraft/models/w7329.json | 1 + assets/minecraft/models/w733.json | 1 + assets/minecraft/models/w7330.json | 1 + assets/minecraft/models/w7331.json | 1 + assets/minecraft/models/w7332.json | 1 + assets/minecraft/models/w7333.json | 1 + assets/minecraft/models/w7334.json | 1 + assets/minecraft/models/w7335.json | 1 + assets/minecraft/models/w7336.json | 1 + assets/minecraft/models/w7337.json | 1 + assets/minecraft/models/w7338.json | 1 + assets/minecraft/models/w7339.json | 1 + assets/minecraft/models/w734.json | 1 + assets/minecraft/models/w7340.json | 1 + assets/minecraft/models/w7341.json | 1 + assets/minecraft/models/w7342.json | 1 + assets/minecraft/models/w7343.json | 1 + assets/minecraft/models/w7344.json | 1 + assets/minecraft/models/w7345.json | 1 + assets/minecraft/models/w7346.json | 1 + assets/minecraft/models/w7347.json | 1 + assets/minecraft/models/w7348.json | 1 + assets/minecraft/models/w7349.json | 1 + assets/minecraft/models/w735.json | 1 + assets/minecraft/models/w7350.json | 1 + assets/minecraft/models/w7351.json | 1 + assets/minecraft/models/w7352.json | 1 + assets/minecraft/models/w7353.json | 1 + assets/minecraft/models/w7354.json | 1 + assets/minecraft/models/w7355.json | 1 + assets/minecraft/models/w7356.json | 1 + assets/minecraft/models/w7357.json | 1 + assets/minecraft/models/w7358.json | 1 + assets/minecraft/models/w7359.json | 1 + assets/minecraft/models/w736.json | 1 + assets/minecraft/models/w7360.json | 1 + assets/minecraft/models/w7361.json | 1 + assets/minecraft/models/w7362.json | 1 + assets/minecraft/models/w7363.json | 1 + assets/minecraft/models/w7364.json | 1 + assets/minecraft/models/w7365.json | 1 + assets/minecraft/models/w7366.json | 1 + assets/minecraft/models/w7367.json | 1 + assets/minecraft/models/w7368.json | 1 + assets/minecraft/models/w7369.json | 1 + assets/minecraft/models/w737.json | 1 + assets/minecraft/models/w7370.json | 1 + assets/minecraft/models/w7371.json | 1 + assets/minecraft/models/w7372.json | 1 + assets/minecraft/models/w7373.json | 1 + assets/minecraft/models/w7374.json | 1 + assets/minecraft/models/w7375.json | 1 + assets/minecraft/models/w7376.json | 1 + assets/minecraft/models/w7377.json | 1 + assets/minecraft/models/w7378.json | 1 + assets/minecraft/models/w7379.json | 1 + assets/minecraft/models/w738.json | 1 + assets/minecraft/models/w7380.json | 1 + assets/minecraft/models/w7381.json | 1 + assets/minecraft/models/w7382.json | 1 + assets/minecraft/models/w7383.json | 1 + assets/minecraft/models/w7384.json | 1 + assets/minecraft/models/w7385.json | 1 + assets/minecraft/models/w7386.json | 1 + assets/minecraft/models/w7387.json | 1 + assets/minecraft/models/w7388.json | 1 + assets/minecraft/models/w7389.json | 1 + assets/minecraft/models/w739.json | 1 + assets/minecraft/models/w7390.json | 1 + assets/minecraft/models/w7391.json | 1 + assets/minecraft/models/w7392.json | 1 + assets/minecraft/models/w7393.json | 1 + assets/minecraft/models/w7394.json | 1 + assets/minecraft/models/w7395.json | 1 + assets/minecraft/models/w7396.json | 1 + assets/minecraft/models/w7397.json | 1 + assets/minecraft/models/w7398.json | 1 + assets/minecraft/models/w7399.json | 1 + assets/minecraft/models/w74.json | 1 + assets/minecraft/models/w740.json | 1 + assets/minecraft/models/w7400.json | 1 + assets/minecraft/models/w7401.json | 1 + assets/minecraft/models/w7402.json | 1 + assets/minecraft/models/w7403.json | 1 + assets/minecraft/models/w7404.json | 1 + assets/minecraft/models/w7405.json | 1 + assets/minecraft/models/w7406.json | 1 + assets/minecraft/models/w7407.json | 1 + assets/minecraft/models/w7408.json | 1 + assets/minecraft/models/w7409.json | 1 + assets/minecraft/models/w741.json | 1 + assets/minecraft/models/w7410.json | 1 + assets/minecraft/models/w7411.json | 1 + assets/minecraft/models/w7412.json | 1 + assets/minecraft/models/w7413.json | 1 + assets/minecraft/models/w7414.json | 1 + assets/minecraft/models/w7415.json | 1 + assets/minecraft/models/w7416.json | 1 + assets/minecraft/models/w7417.json | 1 + assets/minecraft/models/w7418.json | 1 + assets/minecraft/models/w7419.json | 1 + assets/minecraft/models/w742.json | 1 + assets/minecraft/models/w7420.json | 1 + assets/minecraft/models/w7421.json | 1 + assets/minecraft/models/w7422.json | 1 + assets/minecraft/models/w7423.json | 1 + assets/minecraft/models/w7424.json | 1 + assets/minecraft/models/w7425.json | 1 + assets/minecraft/models/w7426.json | 1 + assets/minecraft/models/w7427.json | 1 + assets/minecraft/models/w7428.json | 1 + assets/minecraft/models/w7429.json | 1 + assets/minecraft/models/w743.json | 1 + assets/minecraft/models/w7430.json | 1 + assets/minecraft/models/w7431.json | 1 + assets/minecraft/models/w7432.json | 1 + assets/minecraft/models/w7433.json | 1 + assets/minecraft/models/w7434.json | 1 + assets/minecraft/models/w7435.json | 1 + assets/minecraft/models/w7436.json | 1 + assets/minecraft/models/w7437.json | 1 + assets/minecraft/models/w7438.json | 1 + assets/minecraft/models/w7439.json | 1 + assets/minecraft/models/w744.json | 1 + assets/minecraft/models/w7440.json | 1 + assets/minecraft/models/w7441.json | 1 + assets/minecraft/models/w7442.json | 1 + assets/minecraft/models/w7443.json | 1 + assets/minecraft/models/w7444.json | 1 + assets/minecraft/models/w7445.json | 1 + assets/minecraft/models/w7446.json | 1 + assets/minecraft/models/w7447.json | 1 + assets/minecraft/models/w7448.json | 1 + assets/minecraft/models/w7449.json | 1 + assets/minecraft/models/w745.json | 1 + assets/minecraft/models/w7450.json | 1 + assets/minecraft/models/w7451.json | 1 + assets/minecraft/models/w7452.json | 1 + assets/minecraft/models/w7453.json | 1 + assets/minecraft/models/w7454.json | 1 + assets/minecraft/models/w7455.json | 1 + assets/minecraft/models/w7456.json | 1 + assets/minecraft/models/w7457.json | 1 + assets/minecraft/models/w7458.json | 1 + assets/minecraft/models/w7459.json | 1 + assets/minecraft/models/w746.json | 1 + assets/minecraft/models/w7460.json | 1 + assets/minecraft/models/w7461.json | 1 + assets/minecraft/models/w7462.json | 1 + assets/minecraft/models/w7463.json | 1 + assets/minecraft/models/w7464.json | 1 + assets/minecraft/models/w7465.json | 1 + assets/minecraft/models/w7466.json | 1 + assets/minecraft/models/w7467.json | 1 + assets/minecraft/models/w7468.json | 1 + assets/minecraft/models/w7469.json | 1 + assets/minecraft/models/w747.json | 1 + assets/minecraft/models/w7470.json | 1 + assets/minecraft/models/w7471.json | 1 + assets/minecraft/models/w7472.json | 1 + assets/minecraft/models/w7473.json | 1 + assets/minecraft/models/w7474.json | 1 + assets/minecraft/models/w7475.json | 1 + assets/minecraft/models/w7476.json | 1 + assets/minecraft/models/w7477.json | 1 + assets/minecraft/models/w7478.json | 1 + assets/minecraft/models/w7479.json | 1 + assets/minecraft/models/w748.json | 1 + assets/minecraft/models/w7480.json | 1 + assets/minecraft/models/w7481.json | 1 + assets/minecraft/models/w7482.json | 1 + assets/minecraft/models/w7483.json | 1 + assets/minecraft/models/w7484.json | 1 + assets/minecraft/models/w7485.json | 1 + assets/minecraft/models/w7486.json | 1 + assets/minecraft/models/w7487.json | 1 + assets/minecraft/models/w7488.json | 1 + assets/minecraft/models/w7489.json | 1 + assets/minecraft/models/w749.json | 1 + assets/minecraft/models/w7490.json | 1 + assets/minecraft/models/w7491.json | 1 + assets/minecraft/models/w7492.json | 1 + assets/minecraft/models/w7493.json | 1 + assets/minecraft/models/w7494.json | 1 + assets/minecraft/models/w7495.json | 1 + assets/minecraft/models/w7496.json | 1 + assets/minecraft/models/w7497.json | 1 + assets/minecraft/models/w7498.json | 1 + assets/minecraft/models/w7499.json | 1 + assets/minecraft/models/w75.json | 1 + assets/minecraft/models/w750.json | 1 + assets/minecraft/models/w7500.json | 1 + assets/minecraft/models/w7501.json | 1 + assets/minecraft/models/w7502.json | 1 + assets/minecraft/models/w7503.json | 1 + assets/minecraft/models/w7504.json | 1 + assets/minecraft/models/w7505.json | 1 + assets/minecraft/models/w7506.json | 1 + assets/minecraft/models/w7507.json | 1 + assets/minecraft/models/w7508.json | 1 + assets/minecraft/models/w7509.json | 1 + assets/minecraft/models/w751.json | 1 + assets/minecraft/models/w7510.json | 1 + assets/minecraft/models/w7511.json | 1 + assets/minecraft/models/w7512.json | 1 + assets/minecraft/models/w7513.json | 1 + assets/minecraft/models/w7514.json | 1 + assets/minecraft/models/w7515.json | 1 + assets/minecraft/models/w7516.json | 1 + assets/minecraft/models/w7517.json | 1 + assets/minecraft/models/w7518.json | 1 + assets/minecraft/models/w7519.json | 1 + assets/minecraft/models/w752.json | 1 + assets/minecraft/models/w7520.json | 1 + assets/minecraft/models/w7521.json | 1 + assets/minecraft/models/w7522.json | 1 + assets/minecraft/models/w7523.json | 1 + assets/minecraft/models/w7524.json | 1 + assets/minecraft/models/w7525.json | 1 + assets/minecraft/models/w7526.json | 1 + assets/minecraft/models/w7527.json | 1 + assets/minecraft/models/w7528.json | 1 + assets/minecraft/models/w7529.json | 1 + assets/minecraft/models/w753.json | 1 + assets/minecraft/models/w7530.json | 1 + assets/minecraft/models/w7531.json | 1 + assets/minecraft/models/w7532.json | 1 + assets/minecraft/models/w7533.json | 1 + assets/minecraft/models/w7534.json | 1 + assets/minecraft/models/w7535.json | 1 + assets/minecraft/models/w7536.json | 1 + assets/minecraft/models/w7537.json | 1 + assets/minecraft/models/w7538.json | 1 + assets/minecraft/models/w7539.json | 1 + assets/minecraft/models/w754.json | 1 + assets/minecraft/models/w7540.json | 1 + assets/minecraft/models/w7541.json | 1 + assets/minecraft/models/w7542.json | 1 + assets/minecraft/models/w7543.json | 1 + assets/minecraft/models/w7544.json | 1 + assets/minecraft/models/w7545.json | 1 + assets/minecraft/models/w7546.json | 1 + assets/minecraft/models/w7547.json | 1 + assets/minecraft/models/w7548.json | 1 + assets/minecraft/models/w7549.json | 1 + assets/minecraft/models/w755.json | 1 + assets/minecraft/models/w7550.json | 1 + assets/minecraft/models/w7551.json | 1 + assets/minecraft/models/w7552.json | 1 + assets/minecraft/models/w7553.json | 1 + assets/minecraft/models/w7554.json | 1 + assets/minecraft/models/w7555.json | 1 + assets/minecraft/models/w7556.json | 1 + assets/minecraft/models/w7557.json | 1 + assets/minecraft/models/w7558.json | 1 + assets/minecraft/models/w7559.json | 1 + assets/minecraft/models/w756.json | 1 + assets/minecraft/models/w7560.json | 1 + assets/minecraft/models/w7561.json | 1 + assets/minecraft/models/w7562.json | 1 + assets/minecraft/models/w7563.json | 1 + assets/minecraft/models/w7564.json | 1 + assets/minecraft/models/w7565.json | 1 + assets/minecraft/models/w7566.json | 1 + assets/minecraft/models/w7567.json | 1 + assets/minecraft/models/w7568.json | 1 + assets/minecraft/models/w7569.json | 1 + assets/minecraft/models/w757.json | 1 + assets/minecraft/models/w7570.json | 1 + assets/minecraft/models/w7571.json | 1 + assets/minecraft/models/w7572.json | 1 + assets/minecraft/models/w7573.json | 1 + assets/minecraft/models/w7574.json | 1 + assets/minecraft/models/w7575.json | 1 + assets/minecraft/models/w7576.json | 1 + assets/minecraft/models/w7577.json | 1 + assets/minecraft/models/w7578.json | 1 + assets/minecraft/models/w7579.json | 1 + assets/minecraft/models/w758.json | 1 + assets/minecraft/models/w7580.json | 1 + assets/minecraft/models/w7581.json | 1 + assets/minecraft/models/w7582.json | 1 + assets/minecraft/models/w7583.json | 1 + assets/minecraft/models/w7584.json | 1 + assets/minecraft/models/w7585.json | 1 + assets/minecraft/models/w7586.json | 1 + assets/minecraft/models/w7587.json | 1 + assets/minecraft/models/w7588.json | 1 + assets/minecraft/models/w7589.json | 1 + assets/minecraft/models/w759.json | 1 + assets/minecraft/models/w7590.json | 1 + assets/minecraft/models/w7591.json | 1 + assets/minecraft/models/w7592.json | 1 + assets/minecraft/models/w7593.json | 1 + assets/minecraft/models/w7594.json | 1 + assets/minecraft/models/w7595.json | 1 + assets/minecraft/models/w7596.json | 1 + assets/minecraft/models/w7597.json | 1 + assets/minecraft/models/w7598.json | 1 + assets/minecraft/models/w7599.json | 1 + assets/minecraft/models/w76.json | 1 + assets/minecraft/models/w760.json | 1 + assets/minecraft/models/w7600.json | 1 + assets/minecraft/models/w7601.json | 1 + assets/minecraft/models/w7602.json | 1 + assets/minecraft/models/w7603.json | 1 + assets/minecraft/models/w7604.json | 1 + assets/minecraft/models/w7605.json | 1 + assets/minecraft/models/w7606.json | 1 + assets/minecraft/models/w7607.json | 1 + assets/minecraft/models/w7608.json | 1 + assets/minecraft/models/w7609.json | 1 + assets/minecraft/models/w761.json | 1 + assets/minecraft/models/w7610.json | 1 + assets/minecraft/models/w7611.json | 1 + assets/minecraft/models/w7612.json | 1 + assets/minecraft/models/w7613.json | 1 + assets/minecraft/models/w7614.json | 1 + assets/minecraft/models/w7615.json | 1 + assets/minecraft/models/w7616.json | 1 + assets/minecraft/models/w7617.json | 1 + assets/minecraft/models/w7618.json | 1 + assets/minecraft/models/w7619.json | 1 + assets/minecraft/models/w762.json | 1 + assets/minecraft/models/w7620.json | 1 + assets/minecraft/models/w7621.json | 1 + assets/minecraft/models/w7622.json | 1 + assets/minecraft/models/w7623.json | 1 + assets/minecraft/models/w7624.json | 1 + assets/minecraft/models/w7625.json | 1 + assets/minecraft/models/w7626.json | 1 + assets/minecraft/models/w7627.json | 1 + assets/minecraft/models/w7628.json | 1 + assets/minecraft/models/w7629.json | 1 + assets/minecraft/models/w763.json | 1 + assets/minecraft/models/w7630.json | 1 + assets/minecraft/models/w7631.json | 1 + assets/minecraft/models/w7632.json | 1 + assets/minecraft/models/w7633.json | 1 + assets/minecraft/models/w7634.json | 1 + assets/minecraft/models/w7635.json | 1 + assets/minecraft/models/w7636.json | 1 + assets/minecraft/models/w7637.json | 1 + assets/minecraft/models/w7638.json | 1 + assets/minecraft/models/w7639.json | 1 + assets/minecraft/models/w764.json | 1 + assets/minecraft/models/w7640.json | 1 + assets/minecraft/models/w7641.json | 1 + assets/minecraft/models/w7642.json | 1 + assets/minecraft/models/w7643.json | 1 + assets/minecraft/models/w7644.json | 1 + assets/minecraft/models/w7645.json | 1 + assets/minecraft/models/w7646.json | 1 + assets/minecraft/models/w7647.json | 1 + assets/minecraft/models/w7648.json | 1 + assets/minecraft/models/w7649.json | 1 + assets/minecraft/models/w765.json | 1 + assets/minecraft/models/w7650.json | 1 + assets/minecraft/models/w7651.json | 1 + assets/minecraft/models/w7652.json | 1 + assets/minecraft/models/w7653.json | 1 + assets/minecraft/models/w7654.json | 1 + assets/minecraft/models/w7655.json | 1 + assets/minecraft/models/w7656.json | 1 + assets/minecraft/models/w7657.json | 1 + assets/minecraft/models/w7658.json | 1 + assets/minecraft/models/w7659.json | 1 + assets/minecraft/models/w766.json | 1 + assets/minecraft/models/w7660.json | 1 + assets/minecraft/models/w7661.json | 1 + assets/minecraft/models/w7662.json | 1 + assets/minecraft/models/w7663.json | 1 + assets/minecraft/models/w7664.json | 1 + assets/minecraft/models/w7665.json | 1 + assets/minecraft/models/w7666.json | 1 + assets/minecraft/models/w7667.json | 1 + assets/minecraft/models/w7668.json | 1 + assets/minecraft/models/w7669.json | 1 + assets/minecraft/models/w767.json | 1 + assets/minecraft/models/w7670.json | 1 + assets/minecraft/models/w7671.json | 1 + assets/minecraft/models/w7672.json | 1 + assets/minecraft/models/w7673.json | 1 + assets/minecraft/models/w7674.json | 1 + assets/minecraft/models/w7675.json | 1 + assets/minecraft/models/w7676.json | 1 + assets/minecraft/models/w7677.json | 1 + assets/minecraft/models/w7678.json | 1 + assets/minecraft/models/w7679.json | 1 + assets/minecraft/models/w768.json | 1 + assets/minecraft/models/w7680.json | 1 + assets/minecraft/models/w7681.json | 1 + assets/minecraft/models/w7682.json | 1 + assets/minecraft/models/w7683.json | 1 + assets/minecraft/models/w7684.json | 1 + assets/minecraft/models/w7685.json | 1 + assets/minecraft/models/w7686.json | 1 + assets/minecraft/models/w7687.json | 1 + assets/minecraft/models/w7688.json | 1 + assets/minecraft/models/w7689.json | 1 + assets/minecraft/models/w769.json | 1 + assets/minecraft/models/w7690.json | 1 + assets/minecraft/models/w7691.json | 1 + assets/minecraft/models/w7692.json | 1 + assets/minecraft/models/w7693.json | 1 + assets/minecraft/models/w7694.json | 1 + assets/minecraft/models/w7695.json | 1 + assets/minecraft/models/w7696.json | 1 + assets/minecraft/models/w7697.json | 1 + assets/minecraft/models/w7698.json | 1 + assets/minecraft/models/w7699.json | 1 + assets/minecraft/models/w77.json | 1 + assets/minecraft/models/w770.json | 1 + assets/minecraft/models/w7700.json | 1 + assets/minecraft/models/w7701.json | 1 + assets/minecraft/models/w7702.json | 1 + assets/minecraft/models/w7703.json | 1 + assets/minecraft/models/w7704.json | 1 + assets/minecraft/models/w7705.json | 1 + assets/minecraft/models/w7706.json | 1 + assets/minecraft/models/w7707.json | 1 + assets/minecraft/models/w7708.json | 1 + assets/minecraft/models/w7709.json | 1 + assets/minecraft/models/w771.json | 1 + assets/minecraft/models/w7710.json | 1 + assets/minecraft/models/w7711.json | 1 + assets/minecraft/models/w7712.json | 1 + assets/minecraft/models/w7713.json | 1 + assets/minecraft/models/w7714.json | 1 + assets/minecraft/models/w7715.json | 1 + assets/minecraft/models/w7716.json | 1 + assets/minecraft/models/w7717.json | 1 + assets/minecraft/models/w7718.json | 1 + assets/minecraft/models/w7719.json | 1 + assets/minecraft/models/w772.json | 1 + assets/minecraft/models/w7720.json | 1 + assets/minecraft/models/w7721.json | 1 + assets/minecraft/models/w7722.json | 1 + assets/minecraft/models/w7723.json | 1 + assets/minecraft/models/w7724.json | 1 + assets/minecraft/models/w7725.json | 1 + assets/minecraft/models/w7726.json | 1 + assets/minecraft/models/w7727.json | 1 + assets/minecraft/models/w7728.json | 1 + assets/minecraft/models/w7729.json | 1 + assets/minecraft/models/w773.json | 1 + assets/minecraft/models/w7730.json | 1 + assets/minecraft/models/w7731.json | 1 + assets/minecraft/models/w7732.json | 1 + assets/minecraft/models/w7733.json | 1 + assets/minecraft/models/w7734.json | 1 + assets/minecraft/models/w7735.json | 1 + assets/minecraft/models/w7736.json | 1 + assets/minecraft/models/w7737.json | 1 + assets/minecraft/models/w7738.json | 1 + assets/minecraft/models/w7739.json | 1 + assets/minecraft/models/w774.json | 1 + assets/minecraft/models/w7740.json | 1 + assets/minecraft/models/w7741.json | 1 + assets/minecraft/models/w7742.json | 1 + assets/minecraft/models/w7743.json | 1 + assets/minecraft/models/w7744.json | 1 + assets/minecraft/models/w7745.json | 1 + assets/minecraft/models/w7746.json | 1 + assets/minecraft/models/w7747.json | 1 + assets/minecraft/models/w7748.json | 1 + assets/minecraft/models/w7749.json | 1 + assets/minecraft/models/w775.json | 1 + assets/minecraft/models/w7750.json | 1 + assets/minecraft/models/w7751.json | 1 + assets/minecraft/models/w7752.json | 1 + assets/minecraft/models/w7753.json | 1 + assets/minecraft/models/w7754.json | 1 + assets/minecraft/models/w7755.json | 1 + assets/minecraft/models/w7756.json | 1 + assets/minecraft/models/w7757.json | 1 + assets/minecraft/models/w7758.json | 1 + assets/minecraft/models/w7759.json | 1 + assets/minecraft/models/w776.json | 1 + assets/minecraft/models/w7760.json | 1 + assets/minecraft/models/w7761.json | 1 + assets/minecraft/models/w7762.json | 1 + assets/minecraft/models/w7763.json | 1 + assets/minecraft/models/w7764.json | 1 + assets/minecraft/models/w7765.json | 1 + assets/minecraft/models/w7766.json | 1 + assets/minecraft/models/w7767.json | 1 + assets/minecraft/models/w7768.json | 1 + assets/minecraft/models/w7769.json | 1 + assets/minecraft/models/w777.json | 1 + assets/minecraft/models/w7770.json | 1 + assets/minecraft/models/w7771.json | 1 + assets/minecraft/models/w7772.json | 1 + assets/minecraft/models/w7773.json | 1 + assets/minecraft/models/w7774.json | 1 + assets/minecraft/models/w7775.json | 1 + assets/minecraft/models/w7776.json | 1 + assets/minecraft/models/w7777.json | 1 + assets/minecraft/models/w7778.json | 1 + assets/minecraft/models/w7779.json | 1 + assets/minecraft/models/w778.json | 1 + assets/minecraft/models/w7780.json | 1 + assets/minecraft/models/w7781.json | 1 + assets/minecraft/models/w7782.json | 1 + assets/minecraft/models/w7783.json | 1 + assets/minecraft/models/w7784.json | 1 + assets/minecraft/models/w7785.json | 1 + assets/minecraft/models/w7786.json | 1 + assets/minecraft/models/w7787.json | 1 + assets/minecraft/models/w7788.json | 1 + assets/minecraft/models/w7789.json | 1 + assets/minecraft/models/w779.json | 1 + assets/minecraft/models/w7790.json | 1 + assets/minecraft/models/w7791.json | 1 + assets/minecraft/models/w7792.json | 1 + assets/minecraft/models/w7793.json | 1 + assets/minecraft/models/w7794.json | 1 + assets/minecraft/models/w7795.json | 1 + assets/minecraft/models/w7796.json | 1 + assets/minecraft/models/w7797.json | 1 + assets/minecraft/models/w7798.json | 1 + assets/minecraft/models/w7799.json | 1 + assets/minecraft/models/w78.json | 1 + assets/minecraft/models/w780.json | 1 + assets/minecraft/models/w7800.json | 1 + assets/minecraft/models/w7801.json | 1 + assets/minecraft/models/w7802.json | 1 + assets/minecraft/models/w7803.json | 1 + assets/minecraft/models/w7804.json | 1 + assets/minecraft/models/w7805.json | 1 + assets/minecraft/models/w7806.json | 1 + assets/minecraft/models/w7807.json | 1 + assets/minecraft/models/w7808.json | 1 + assets/minecraft/models/w7809.json | 1 + assets/minecraft/models/w781.json | 1 + assets/minecraft/models/w7810.json | 1 + assets/minecraft/models/w7811.json | 1 + assets/minecraft/models/w7812.json | 1 + assets/minecraft/models/w7813.json | 1 + assets/minecraft/models/w7814.json | 1 + assets/minecraft/models/w7815.json | 1 + assets/minecraft/models/w7816.json | 1 + assets/minecraft/models/w7817.json | 1 + assets/minecraft/models/w7818.json | 1 + assets/minecraft/models/w7819.json | 1 + assets/minecraft/models/w782.json | 1 + assets/minecraft/models/w7820.json | 1 + assets/minecraft/models/w7821.json | 1 + assets/minecraft/models/w7822.json | 1 + assets/minecraft/models/w7823.json | 1 + assets/minecraft/models/w7824.json | 1 + assets/minecraft/models/w7825.json | 1 + assets/minecraft/models/w7826.json | 1 + assets/minecraft/models/w7827.json | 1 + assets/minecraft/models/w7828.json | 1 + assets/minecraft/models/w7829.json | 1 + assets/minecraft/models/w783.json | 1 + assets/minecraft/models/w7830.json | 1 + assets/minecraft/models/w7831.json | 1 + assets/minecraft/models/w7832.json | 1 + assets/minecraft/models/w7833.json | 1 + assets/minecraft/models/w7834.json | 1 + assets/minecraft/models/w7835.json | 1 + assets/minecraft/models/w7836.json | 1 + assets/minecraft/models/w7837.json | 1 + assets/minecraft/models/w7838.json | 1 + assets/minecraft/models/w7839.json | 1 + assets/minecraft/models/w784.json | 1 + assets/minecraft/models/w7840.json | 1 + assets/minecraft/models/w7841.json | 1 + assets/minecraft/models/w7842.json | 1 + assets/minecraft/models/w7843.json | 1 + assets/minecraft/models/w7844.json | 1 + assets/minecraft/models/w7845.json | 1 + assets/minecraft/models/w7846.json | 1 + assets/minecraft/models/w7847.json | 1 + assets/minecraft/models/w7848.json | 1 + assets/minecraft/models/w7849.json | 1 + assets/minecraft/models/w785.json | 1 + assets/minecraft/models/w7850.json | 1 + assets/minecraft/models/w7851.json | 1 + assets/minecraft/models/w7852.json | 1 + assets/minecraft/models/w7853.json | 1 + assets/minecraft/models/w7854.json | 1 + assets/minecraft/models/w7855.json | 1 + assets/minecraft/models/w7856.json | 1 + assets/minecraft/models/w7857.json | 1 + assets/minecraft/models/w7858.json | 1 + assets/minecraft/models/w7859.json | 1 + assets/minecraft/models/w786.json | 1 + assets/minecraft/models/w7860.json | 1 + assets/minecraft/models/w7861.json | 1 + assets/minecraft/models/w7862.json | 1 + assets/minecraft/models/w7863.json | 1 + assets/minecraft/models/w7864.json | 1 + assets/minecraft/models/w7865.json | 1 + assets/minecraft/models/w7866.json | 1 + assets/minecraft/models/w7867.json | 1 + assets/minecraft/models/w7868.json | 1 + assets/minecraft/models/w7869.json | 1 + assets/minecraft/models/w787.json | 1 + assets/minecraft/models/w7870.json | 1 + assets/minecraft/models/w7871.json | 1 + assets/minecraft/models/w7872.json | 1 + assets/minecraft/models/w7873.json | 1 + assets/minecraft/models/w7874.json | 1 + assets/minecraft/models/w7875.json | 1 + assets/minecraft/models/w7876.json | 1 + assets/minecraft/models/w7877.json | 1 + assets/minecraft/models/w7878.json | 1 + assets/minecraft/models/w7879.json | 1 + assets/minecraft/models/w788.json | 1 + assets/minecraft/models/w7880.json | 1 + assets/minecraft/models/w7881.json | 1 + assets/minecraft/models/w7882.json | 1 + assets/minecraft/models/w7883.json | 1 + assets/minecraft/models/w7884.json | 1 + assets/minecraft/models/w7885.json | 1 + assets/minecraft/models/w7886.json | 1 + assets/minecraft/models/w7887.json | 1 + assets/minecraft/models/w7888.json | 1 + assets/minecraft/models/w7889.json | 1 + assets/minecraft/models/w789.json | 1 + assets/minecraft/models/w7890.json | 1 + assets/minecraft/models/w7891.json | 1 + assets/minecraft/models/w7892.json | 1 + assets/minecraft/models/w7893.json | 1 + assets/minecraft/models/w7894.json | 1 + assets/minecraft/models/w7895.json | 1 + assets/minecraft/models/w7896.json | 1 + assets/minecraft/models/w7897.json | 1 + assets/minecraft/models/w7898.json | 1 + assets/minecraft/models/w7899.json | 1 + assets/minecraft/models/w79.json | 1 + assets/minecraft/models/w790.json | 1 + assets/minecraft/models/w791.json | 1 + assets/minecraft/models/w792.json | 1 + assets/minecraft/models/w793.json | 1 + assets/minecraft/models/w794.json | 1 + assets/minecraft/models/w795.json | 1 + assets/minecraft/models/w796.json | 1 + assets/minecraft/models/w797.json | 1 + assets/minecraft/models/w798.json | 1 + assets/minecraft/models/w799.json | 1 + assets/minecraft/models/w8.json | 1 + assets/minecraft/models/w80.json | 1 + assets/minecraft/models/w800.json | 1 + assets/minecraft/models/w801.json | 1 + assets/minecraft/models/w802.json | 1 + assets/minecraft/models/w803.json | 1 + assets/minecraft/models/w804.json | 1 + assets/minecraft/models/w805.json | 1 + assets/minecraft/models/w806.json | 1 + assets/minecraft/models/w807.json | 1 + assets/minecraft/models/w808.json | 1 + assets/minecraft/models/w809.json | 1 + assets/minecraft/models/w81.json | 1 + assets/minecraft/models/w810.json | 1 + assets/minecraft/models/w811.json | 1 + assets/minecraft/models/w812.json | 1 + assets/minecraft/models/w813.json | 1 + assets/minecraft/models/w814.json | 1 + assets/minecraft/models/w815.json | 1 + assets/minecraft/models/w816.json | 1 + assets/minecraft/models/w817.json | 1 + assets/minecraft/models/w818.json | 1 + assets/minecraft/models/w819.json | 1 + assets/minecraft/models/w82.json | 1 + assets/minecraft/models/w820.json | 1 + assets/minecraft/models/w821.json | 1 + assets/minecraft/models/w822.json | 1 + assets/minecraft/models/w823.json | 1 + assets/minecraft/models/w824.json | 1 + assets/minecraft/models/w825.json | 1 + assets/minecraft/models/w826.json | 1 + assets/minecraft/models/w827.json | 1 + assets/minecraft/models/w828.json | 1 + assets/minecraft/models/w829.json | 1 + assets/minecraft/models/w83.json | 1 + assets/minecraft/models/w830.json | 1 + assets/minecraft/models/w831.json | 1 + assets/minecraft/models/w832.json | 1 + assets/minecraft/models/w833.json | 1 + assets/minecraft/models/w834.json | 1 + assets/minecraft/models/w835.json | 1 + assets/minecraft/models/w836.json | 1 + assets/minecraft/models/w837.json | 1 + assets/minecraft/models/w838.json | 1 + assets/minecraft/models/w839.json | 1 + assets/minecraft/models/w84.json | 1 + assets/minecraft/models/w840.json | 1 + assets/minecraft/models/w841.json | 1 + assets/minecraft/models/w842.json | 1 + assets/minecraft/models/w843.json | 1 + assets/minecraft/models/w844.json | 1 + assets/minecraft/models/w845.json | 1 + assets/minecraft/models/w846.json | 1 + assets/minecraft/models/w847.json | 1 + assets/minecraft/models/w848.json | 1 + assets/minecraft/models/w849.json | 1 + assets/minecraft/models/w85.json | 1 + assets/minecraft/models/w850.json | 1 + assets/minecraft/models/w851.json | 1 + assets/minecraft/models/w852.json | 1 + assets/minecraft/models/w853.json | 1 + assets/minecraft/models/w854.json | 1 + assets/minecraft/models/w855.json | 1 + assets/minecraft/models/w856.json | 1 + assets/minecraft/models/w857.json | 1 + assets/minecraft/models/w858.json | 1 + assets/minecraft/models/w859.json | 1 + assets/minecraft/models/w86.json | 1 + assets/minecraft/models/w860.json | 1 + assets/minecraft/models/w861.json | 1 + assets/minecraft/models/w862.json | 1 + assets/minecraft/models/w863.json | 1 + assets/minecraft/models/w864.json | 1 + assets/minecraft/models/w865.json | 1 + assets/minecraft/models/w866.json | 1 + assets/minecraft/models/w867.json | 1 + assets/minecraft/models/w868.json | 1 + assets/minecraft/models/w869.json | 1 + assets/minecraft/models/w87.json | 1 + assets/minecraft/models/w870.json | 1 + assets/minecraft/models/w871.json | 1 + assets/minecraft/models/w872.json | 1 + assets/minecraft/models/w873.json | 1 + assets/minecraft/models/w874.json | 1 + assets/minecraft/models/w875.json | 1 + assets/minecraft/models/w876.json | 1 + assets/minecraft/models/w877.json | 1 + assets/minecraft/models/w878.json | 1 + assets/minecraft/models/w879.json | 1 + assets/minecraft/models/w88.json | 1 + assets/minecraft/models/w880.json | 1 + assets/minecraft/models/w881.json | 1 + assets/minecraft/models/w882.json | 1 + assets/minecraft/models/w883.json | 1 + assets/minecraft/models/w884.json | 1 + assets/minecraft/models/w885.json | 1 + assets/minecraft/models/w886.json | 1 + assets/minecraft/models/w887.json | 1 + assets/minecraft/models/w888.json | 1 + assets/minecraft/models/w889.json | 1 + assets/minecraft/models/w89.json | 1 + assets/minecraft/models/w890.json | 1 + assets/minecraft/models/w891.json | 1 + assets/minecraft/models/w892.json | 1 + assets/minecraft/models/w893.json | 1 + assets/minecraft/models/w894.json | 1 + assets/minecraft/models/w895.json | 1 + assets/minecraft/models/w896.json | 1 + assets/minecraft/models/w897.json | 1 + assets/minecraft/models/w898.json | 1 + assets/minecraft/models/w899.json | 1 + assets/minecraft/models/w9.json | 1 + assets/minecraft/models/w90.json | 1 + assets/minecraft/models/w900.json | 1 + assets/minecraft/models/w901.json | 1 + assets/minecraft/models/w902.json | 1 + assets/minecraft/models/w903.json | 1 + assets/minecraft/models/w904.json | 1 + assets/minecraft/models/w905.json | 1 + assets/minecraft/models/w906.json | 1 + assets/minecraft/models/w907.json | 1 + assets/minecraft/models/w908.json | 1 + assets/minecraft/models/w909.json | 1 + assets/minecraft/models/w91.json | 1 + assets/minecraft/models/w910.json | 1 + assets/minecraft/models/w911.json | 1 + assets/minecraft/models/w912.json | 1 + assets/minecraft/models/w913.json | 1 + assets/minecraft/models/w914.json | 1 + assets/minecraft/models/w915.json | 1 + assets/minecraft/models/w916.json | 1 + assets/minecraft/models/w917.json | 1 + assets/minecraft/models/w918.json | 1 + assets/minecraft/models/w919.json | 1 + assets/minecraft/models/w92.json | 1 + assets/minecraft/models/w920.json | 1 + assets/minecraft/models/w921.json | 1 + assets/minecraft/models/w922.json | 1 + assets/minecraft/models/w923.json | 1 + assets/minecraft/models/w924.json | 1 + assets/minecraft/models/w925.json | 1 + assets/minecraft/models/w926.json | 1 + assets/minecraft/models/w927.json | 1 + assets/minecraft/models/w928.json | 1 + assets/minecraft/models/w929.json | 1 + assets/minecraft/models/w93.json | 1 + assets/minecraft/models/w930.json | 1 + assets/minecraft/models/w931.json | 1 + assets/minecraft/models/w932.json | 1 + assets/minecraft/models/w933.json | 1 + assets/minecraft/models/w934.json | 1 + assets/minecraft/models/w935.json | 1 + assets/minecraft/models/w936.json | 1 + assets/minecraft/models/w937.json | 1 + assets/minecraft/models/w938.json | 1 + assets/minecraft/models/w939.json | 1 + assets/minecraft/models/w94.json | 1 + assets/minecraft/models/w940.json | 1 + assets/minecraft/models/w941.json | 1 + assets/minecraft/models/w942.json | 1 + assets/minecraft/models/w943.json | 1 + assets/minecraft/models/w944.json | 1 + assets/minecraft/models/w945.json | 1 + assets/minecraft/models/w946.json | 1 + assets/minecraft/models/w947.json | 1 + assets/minecraft/models/w948.json | 1 + assets/minecraft/models/w949.json | 1 + assets/minecraft/models/w95.json | 1 + assets/minecraft/models/w950.json | 1 + assets/minecraft/models/w951.json | 1 + assets/minecraft/models/w952.json | 1 + assets/minecraft/models/w953.json | 1 + assets/minecraft/models/w954.json | 1 + assets/minecraft/models/w955.json | 1 + assets/minecraft/models/w956.json | 1 + assets/minecraft/models/w957.json | 1 + assets/minecraft/models/w958.json | 1 + assets/minecraft/models/w959.json | 1 + assets/minecraft/models/w96.json | 1 + assets/minecraft/models/w960.json | 1 + assets/minecraft/models/w961.json | 1 + assets/minecraft/models/w962.json | 1 + assets/minecraft/models/w963.json | 1 + assets/minecraft/models/w964.json | 1 + assets/minecraft/models/w965.json | 1 + assets/minecraft/models/w966.json | 1 + assets/minecraft/models/w967.json | 1 + assets/minecraft/models/w968.json | 1 + assets/minecraft/models/w969.json | 1 + assets/minecraft/models/w97.json | 1 + assets/minecraft/models/w970.json | 1 + assets/minecraft/models/w971.json | 1 + assets/minecraft/models/w972.json | 1 + assets/minecraft/models/w973.json | 1 + assets/minecraft/models/w974.json | 1 + assets/minecraft/models/w975.json | 1 + assets/minecraft/models/w976.json | 1 + assets/minecraft/models/w977.json | 1 + assets/minecraft/models/w978.json | 1 + assets/minecraft/models/w979.json | 1 + assets/minecraft/models/w98.json | 1 + assets/minecraft/models/w980.json | 1 + assets/minecraft/models/w981.json | 1 + assets/minecraft/models/w982.json | 1 + assets/minecraft/models/w983.json | 1 + assets/minecraft/models/w984.json | 1 + assets/minecraft/models/w985.json | 1 + assets/minecraft/models/w986.json | 1 + assets/minecraft/models/w987.json | 1 + assets/minecraft/models/w988.json | 1 + assets/minecraft/models/w989.json | 1 + assets/minecraft/models/w99.json | 1 + assets/minecraft/models/w990.json | 1 + assets/minecraft/models/w991.json | 1 + assets/minecraft/models/w992.json | 1 + assets/minecraft/models/w993.json | 1 + assets/minecraft/models/w994.json | 1 + assets/minecraft/models/w995.json | 1 + assets/minecraft/models/w996.json | 1 + assets/minecraft/models/w997.json | 1 + assets/minecraft/models/w998.json | 1 + assets/minecraft/models/w999.json | 1 + .../shaders/core/position_color.json | 1 + .../minecraft/shaders/core/position_tex.json | 1 + .../minecraft/shaders/core/render/glint.fsh | 33 ++++++ .../minecraft/shaders/core/render/glint.vsh | 29 +++++ assets/minecraft/shaders/core/render/gui.fsh | 21 ++++ assets/minecraft/shaders/core/render/gui.vsh | 29 +++++ assets/minecraft/shaders/core/render/item.fsh | 49 ++++++++ assets/minecraft/shaders/core/render/item.vsh | 57 +++++++++ assets/minecraft/shaders/core/render/text.fsh | 41 +++++++ assets/minecraft/shaders/core/render/text.vsh | 64 +++++++++++ .../minecraft/shaders/core/render/texture.fsh | 35 ++++++ .../minecraft/shaders/core/render/texture.vsh | 47 ++++++++ .../core/rendertype_armor_entity_glint.json | 1 + .../shaders/core/rendertype_entity_solid.fsh | 30 +++++ .../rendertype_entity_translucent_cull.json | 1 + .../shaders/core/rendertype_glint.json | 1 + .../shaders/core/rendertype_glint_direct.json | 1 + .../shaders/core/rendertype_gui.json | 1 + .../shaders/core/rendertype_text.json | 1 + assets/minecraft/shaders/include/glint.glsl | 13 +++ assets/minecraft/shaders/include/gui.glsl | 42 +++++++ assets/minecraft/shaders/include/item.glsl | 57 +++++++++ assets/minecraft/shaders/include/text.glsl | 103 +++++++++++++++++ assets/minecraft/shaders/include/texture.glsl | 62 ++++++++++ assets/minecraft/shaders/include/util.glsl | 1 + assets/minecraft/shaders/include/version.glsl | 1 + .../shaders/post/entity_outline.json | 1 + assets/minecraft/sounds.json | 1 + assets/minecraft/sounds/instrument/bass.ogg | Bin 0 -> 7890 bytes assets/minecraft/sounds/instrument/bell.ogg | Bin 0 -> 10624 bytes assets/minecraft/sounds/instrument/brass.ogg | Bin 0 -> 10319 bytes assets/minecraft/sounds/instrument/drum.ogg | Bin 0 -> 10304 bytes assets/minecraft/sounds/instrument/flute.ogg | Bin 0 -> 10895 bytes assets/minecraft/sounds/instrument/guitar.ogg | Bin 0 -> 11298 bytes assets/minecraft/sounds/instrument/harp.ogg | Bin 0 -> 10806 bytes assets/minecraft/sounds/instrument/hat.ogg | Bin 0 -> 9894 bytes assets/minecraft/sounds/instrument/kora.ogg | Bin 0 -> 12922 bytes .../minecraft/sounds/instrument/marimba.ogg | Bin 0 -> 11636 bytes assets/minecraft/sounds/instrument/piano.ogg | Bin 0 -> 12273 bytes assets/minecraft/sounds/instrument/pizz.ogg | Bin 0 -> 13169 bytes assets/minecraft/sounds/instrument/snare.ogg | Bin 0 -> 12938 bytes .../minecraft/sounds/instrument/tamborine.ogg | Bin 0 -> 8730 bytes assets/minecraft/sounds/instrument/tom.ogg | Bin 0 -> 14829 bytes .../sounds/instrument/vibraphone.ogg | Bin 0 -> 9914 bytes .../minecraft/sounds/instrument/woodblock.ogg | Bin 0 -> 8595 bytes assets/minecraft/sounds/other/blank.ogg | Bin 0 -> 153 bytes assets/minecraft/sounds/ui/click.ogg | Bin 0 -> 2948 bytes assets/minecraft/texts/splashes.txt | 1 + .../textures/block/acacia_door_bottom.png | Bin 0 -> 216 bytes .../textures/block/acacia_door_top.png | Bin 0 -> 220 bytes .../textures/block/acacia_leaves.png | Bin 0 -> 216 bytes .../minecraft/textures/block/acacia_log.png | Bin 0 -> 201 bytes .../textures/block/acacia_log_top.png | Bin 0 -> 202 bytes .../textures/block/acacia_planks.png | Bin 0 -> 181 bytes .../textures/block/acacia_sapling.png | Bin 0 -> 187 bytes .../textures/block/activator_rail.png | Bin 0 -> 155 bytes assets/minecraft/textures/block/allium.png | Bin 0 -> 167 bytes assets/minecraft/textures/block/andesite.png | Bin 0 -> 207 bytes assets/minecraft/textures/block/anvil.png | Bin 0 -> 157 bytes assets/minecraft/textures/block/anvil_top.png | Bin 0 -> 180 bytes .../minecraft/textures/block/azure_bluet.png | Bin 0 -> 158 bytes assets/minecraft/textures/block/beacon.png | Bin 0 -> 211 bytes assets/minecraft/textures/block/bedrock.png | Bin 0 -> 257 bytes .../textures/block/birch_door_bottom.png | Bin 0 -> 233 bytes .../textures/block/birch_door_top.png | Bin 0 -> 218 bytes .../minecraft/textures/block/birch_leaves.png | Bin 0 -> 216 bytes assets/minecraft/textures/block/birch_log.png | Bin 0 -> 269 bytes .../textures/block/birch_log_top.png | Bin 0 -> 213 bytes .../minecraft/textures/block/birch_planks.png | Bin 0 -> 186 bytes .../textures/block/birch_sapling.png | Bin 0 -> 197 bytes .../textures/block/black_stained_glass.png | Bin 0 -> 189 bytes .../block/black_stained_glass_pane_top.png | Bin 0 -> 128 bytes .../textures/block/black_terracotta.png | Bin 0 -> 198 bytes .../minecraft/textures/block/black_wool.png | Bin 0 -> 169 bytes .../minecraft/textures/block/blue_orchid.png | Bin 0 -> 186 bytes .../textures/block/blue_stained_glass.png | Bin 0 -> 239 bytes .../block/blue_stained_glass_pane_top.png | Bin 0 -> 137 bytes .../textures/block/blue_terracotta.png | Bin 0 -> 241 bytes assets/minecraft/textures/block/blue_wool.png | Bin 0 -> 169 bytes assets/minecraft/textures/block/bookshelf.png | Bin 0 -> 359 bytes .../textures/block/brewing_stand.png | Bin 0 -> 261 bytes .../textures/block/brewing_stand_base.png | Bin 0 -> 198 bytes assets/minecraft/textures/block/bricks.png | Bin 0 -> 244 bytes .../textures/block/brown_mushroom.png | Bin 0 -> 180 bytes .../textures/block/brown_mushroom_block.png | Bin 0 -> 277 bytes .../textures/block/brown_stained_glass.png | Bin 0 -> 190 bytes .../block/brown_stained_glass_pane_top.png | Bin 0 -> 128 bytes .../textures/block/brown_terracotta.png | Bin 0 -> 241 bytes .../minecraft/textures/block/brown_wool.png | Bin 0 -> 169 bytes .../textures/block/cactus_bottom.png | Bin 0 -> 223 bytes .../minecraft/textures/block/cactus_side.png | Bin 0 -> 235 bytes .../minecraft/textures/block/cactus_top.png | Bin 0 -> 219 bytes .../textures/block/carrots_stage3.png | Bin 0 -> 212 bytes .../textures/block/carved_pumpkin.png | Bin 0 -> 192 bytes .../textures/block/cauldron_bottom.png | Bin 0 -> 200 bytes .../textures/block/cauldron_inner.png | Bin 0 -> 200 bytes .../textures/block/cauldron_side.png | Bin 0 -> 213 bytes .../minecraft/textures/block/cauldron_top.png | Bin 0 -> 187 bytes .../textures/block/chipped_anvil_top.png | Bin 0 -> 205 bytes .../textures/block/chiseled_quartz_block.png | Bin 0 -> 529 bytes .../block/chiseled_quartz_block_top.png | Bin 0 -> 530 bytes .../textures/block/chiseled_red_sandstone.png | Bin 0 -> 206 bytes .../textures/block/chiseled_sandstone.png | Bin 0 -> 218 bytes .../textures/block/chiseled_stone_bricks.png | Bin 0 -> 212 bytes .../textures/block/chorus_flower.png | Bin 0 -> 258 bytes .../textures/block/chorus_flower_dead.png | Bin 0 -> 221 bytes .../minecraft/textures/block/chorus_plant.png | Bin 0 -> 201 bytes assets/minecraft/textures/block/clay.png | Bin 0 -> 185 bytes .../minecraft/textures/block/coal_block.png | Bin 0 -> 181 bytes assets/minecraft/textures/block/coal_ore.png | Bin 0 -> 214 bytes .../minecraft/textures/block/coarse_dirt.png | Bin 0 -> 219 bytes .../minecraft/textures/block/cobblestone.png | Bin 0 -> 213 bytes assets/minecraft/textures/block/cobweb.png | Bin 0 -> 168 bytes .../minecraft/textures/block/comparator.png | Bin 0 -> 192 bytes .../textures/block/comparator_on.png | Bin 0 -> 308 bytes .../textures/block/cracked_stone_bricks.png | Bin 0 -> 226 bytes .../textures/block/crafting_table_front.png | Bin 0 -> 210 bytes .../textures/block/crafting_table_side.png | Bin 0 -> 207 bytes .../textures/block/crafting_table_top.png | Bin 0 -> 212 bytes .../textures/block/cut_red_sandstone.png | Bin 0 -> 188 bytes .../textures/block/cut_sandstone.png | Bin 0 -> 188 bytes .../textures/block/cyan_stained_glass.png | Bin 0 -> 211 bytes .../block/cyan_stained_glass_pane_top.png | Bin 0 -> 138 bytes .../textures/block/cyan_terracotta.png | Bin 0 -> 229 bytes assets/minecraft/textures/block/cyan_wool.png | Bin 0 -> 169 bytes .../textures/block/damaged_anvil_top.png | Bin 0 -> 206 bytes assets/minecraft/textures/block/dandelion.png | Bin 0 -> 169 bytes .../textures/block/dark_oak_door_bottom.png | Bin 0 -> 201 bytes .../textures/block/dark_oak_door_top.png | Bin 0 -> 204 bytes .../textures/block/dark_oak_leaves.png | Bin 0 -> 208 bytes .../minecraft/textures/block/dark_oak_log.png | Bin 0 -> 198 bytes .../textures/block/dark_oak_log_top.png | Bin 0 -> 196 bytes .../textures/block/dark_oak_planks.png | Bin 0 -> 186 bytes .../textures/block/dark_oak_sapling.png | Bin 0 -> 208 bytes .../textures/block/dark_prismarine.png | Bin 0 -> 204 bytes assets/minecraft/textures/block/dead_bush.png | Bin 0 -> 185 bytes .../textures/block/detector_rail.png | Bin 0 -> 455 bytes .../textures/block/detector_rail_on.png | Bin 0 -> 449 bytes .../textures/block/diamond_block.png | Bin 0 -> 398 bytes .../minecraft/textures/block/diamond_ore.png | Bin 0 -> 223 bytes assets/minecraft/textures/block/diorite.png | Bin 0 -> 171 bytes assets/minecraft/textures/block/dirt.png | Bin 0 -> 203 bytes .../textures/block/dirt_path_side.png | Bin 0 -> 289 bytes .../textures/block/dirt_path_top.png | Bin 0 -> 243 bytes .../textures/block/dispenser_front.png | Bin 0 -> 264 bytes .../block/dispenser_front_vertical.png | Bin 0 -> 235 bytes .../minecraft/textures/block/dragon_egg.png | Bin 0 -> 200 bytes .../textures/block/dropper_front.png | Bin 0 -> 249 bytes .../textures/block/dropper_front_vertical.png | Bin 0 -> 238 bytes .../textures/block/emerald_block.png | Bin 0 -> 170 bytes .../minecraft/textures/block/emerald_ore.png | Bin 0 -> 230 bytes .../block/enchanting_table_bottom.png | Bin 0 -> 200 bytes .../textures/block/enchanting_table_side.png | Bin 0 -> 219 bytes .../textures/block/enchanting_table_top.png | Bin 0 -> 255 bytes .../textures/block/end_portal_frame_eye.png | Bin 0 -> 199 bytes .../textures/block/end_portal_frame_side.png | Bin 0 -> 345 bytes .../textures/block/end_portal_frame_top.png | Bin 0 -> 347 bytes assets/minecraft/textures/block/end_stone.png | Bin 0 -> 338 bytes assets/minecraft/textures/block/error.png | Bin 0 -> 83 bytes assets/minecraft/textures/block/farmland.png | Bin 0 -> 203 bytes .../textures/block/farmland_moist.png | Bin 0 -> 203 bytes .../minecraft/textures/block/farmland_wet.png | Bin 0 -> 203 bytes assets/minecraft/textures/block/fern.png | Bin 0 -> 174 bytes assets/minecraft/textures/block/fire_0.png | Bin 0 -> 346 bytes .../textures/block/fire_0.png.mcmeta | 1 + assets/minecraft/textures/block/fire_1.png | Bin 0 -> 294 bytes .../textures/block/fire_1.png.mcmeta | 1 + assets/minecraft/textures/block/fire_2.png | Bin 0 -> 344 bytes .../textures/block/fire_2.png.mcmeta | 1 + .../minecraft/textures/block/flower_pot.png | Bin 0 -> 164 bytes .../textures/block/furnace_front.png | Bin 0 -> 230 bytes .../textures/block/furnace_front_on.png | Bin 0 -> 1001 bytes .../block/furnace_front_on.png.mcmeta | 1 + .../minecraft/textures/block/furnace_side.png | Bin 0 -> 220 bytes .../minecraft/textures/block/furnace_top.png | Bin 0 -> 213 bytes assets/minecraft/textures/block/glass.png | Bin 0 -> 95 bytes .../textures/block/glass_pane_top.png | Bin 0 -> 97 bytes assets/minecraft/textures/block/glowstone.png | Bin 0 -> 322 bytes .../textures/block/glowstone.png.mcmeta | 1 + .../minecraft/textures/block/gold_block.png | Bin 0 -> 179 bytes assets/minecraft/textures/block/gold_ore.png | Bin 0 -> 229 bytes assets/minecraft/textures/block/granite.png | Bin 0 -> 203 bytes assets/minecraft/textures/block/grass.png | Bin 0 -> 152 bytes .../textures/block/grass_block_side.png | Bin 0 -> 249 bytes .../block/grass_block_side_overlay.png | Bin 0 -> 163 bytes .../textures/block/grass_block_snow.png | Bin 0 -> 243 bytes .../textures/block/grass_block_top.png | Bin 0 -> 170 bytes .../textures/block/grass_path_side.png | Bin 0 -> 289 bytes .../textures/block/grass_path_top.png | Bin 0 -> 243 bytes assets/minecraft/textures/block/gravel.png | Bin 0 -> 216 bytes .../textures/block/gray_stained_glass.png | Bin 0 -> 229 bytes .../block/gray_stained_glass_pane_top.png | Bin 0 -> 128 bytes .../textures/block/gray_terracotta.png | Bin 0 -> 237 bytes assets/minecraft/textures/block/gray_wool.png | Bin 0 -> 169 bytes .../textures/block/green_stained_glass.png | Bin 0 -> 232 bytes .../block/green_stained_glass_pane_top.png | Bin 0 -> 128 bytes .../textures/block/green_terracotta.png | Bin 0 -> 234 bytes .../minecraft/textures/block/green_wool.png | Bin 0 -> 169 bytes .../textures/block/hay_block_side.png | Bin 0 -> 219 bytes .../textures/block/hay_block_top.png | Bin 0 -> 194 bytes .../textures/block/hopper_inside.png | Bin 0 -> 153 bytes .../textures/block/hopper_outside.png | Bin 0 -> 182 bytes .../minecraft/textures/block/hopper_top.png | Bin 0 -> 180 bytes assets/minecraft/textures/block/ice.png | Bin 0 -> 216 bytes assets/minecraft/textures/block/iron_bars.png | Bin 0 -> 203 bytes .../textures/block/iron_bars_top.png | Bin 0 -> 122 bytes .../minecraft/textures/block/iron_block.png | Bin 0 -> 174 bytes .../textures/block/iron_door_bottom.png | Bin 0 -> 382 bytes .../textures/block/iron_door_top.png | Bin 0 -> 247 bytes assets/minecraft/textures/block/iron_ore.png | Bin 0 -> 204 bytes .../minecraft/textures/block/item_frame.png | Bin 0 -> 156 bytes .../textures/block/jack_o_lantern.png | Bin 0 -> 222 bytes .../minecraft/textures/block/jukebox_side.png | Bin 0 -> 283 bytes .../minecraft/textures/block/jukebox_top.png | Bin 0 -> 235 bytes .../textures/block/jungle_door_bottom.png | Bin 0 -> 202 bytes .../textures/block/jungle_door_top.png | Bin 0 -> 247 bytes .../textures/block/jungle_leaves.png | Bin 0 -> 220 bytes .../minecraft/textures/block/jungle_log.png | Bin 0 -> 205 bytes .../textures/block/jungle_log_top.png | Bin 0 -> 227 bytes .../textures/block/jungle_planks.png | Bin 0 -> 186 bytes .../textures/block/jungle_sapling.png | Bin 0 -> 188 bytes assets/minecraft/textures/block/ladder.png | Bin 0 -> 183 bytes .../minecraft/textures/block/lapis_block.png | Bin 0 -> 214 bytes assets/minecraft/textures/block/lapis_ore.png | Bin 0 -> 215 bytes .../textures/block/large_fern_bottom.png | Bin 0 -> 177 bytes .../textures/block/large_fern_top.png | Bin 0 -> 168 bytes assets/minecraft/textures/block/lava_flow.png | Bin 0 -> 4900 bytes .../textures/block/lava_flow.png.mcmeta | 1 + .../minecraft/textures/block/lava_still.png | Bin 0 -> 3990 bytes .../textures/block/lava_still.png.mcmeta | 1 + assets/minecraft/textures/block/lever.png | Bin 0 -> 127 bytes .../block/light_blue_stained_glass.png | Bin 0 -> 245 bytes .../light_blue_stained_glass_pane_top.png | Bin 0 -> 137 bytes .../textures/block/light_blue_terracotta.png | Bin 0 -> 241 bytes .../textures/block/light_blue_wool.png | Bin 0 -> 169 bytes .../block/light_gray_stained_glass.png | Bin 0 -> 240 bytes .../light_gray_stained_glass_pane_top.png | Bin 0 -> 137 bytes .../textures/block/light_gray_terracotta.png | Bin 0 -> 241 bytes .../textures/block/light_gray_wool.png | Bin 0 -> 169 bytes .../minecraft/textures/block/lilac_bottom.png | Bin 0 -> 196 bytes assets/minecraft/textures/block/lilac_top.png | Bin 0 -> 195 bytes assets/minecraft/textures/block/lily_pad.png | Bin 0 -> 270 bytes .../textures/block/lime_stained_glass.png | Bin 0 -> 234 bytes .../block/lime_stained_glass_pane_top.png | Bin 0 -> 128 bytes .../textures/block/lime_terracotta.png | Bin 0 -> 237 bytes assets/minecraft/textures/block/lime_wool.png | Bin 0 -> 169 bytes .../textures/block/magenta_stained_glass.png | Bin 0 -> 245 bytes .../block/magenta_stained_glass_pane_top.png | Bin 0 -> 137 bytes .../textures/block/magenta_terracotta.png | Bin 0 -> 241 bytes .../minecraft/textures/block/magenta_wool.png | Bin 0 -> 169 bytes assets/minecraft/textures/block/magma.png | Bin 0 -> 1772 bytes .../minecraft/textures/block/magma.png.mcmeta | 1 + .../minecraft/textures/block/melon_side.png | Bin 0 -> 215 bytes assets/minecraft/textures/block/melon_top.png | Bin 0 -> 214 bytes .../minecraft/textures/block/mob_spawner.png | Bin 0 -> 188 bytes .../textures/block/mossy_cobblestone.png | Bin 0 -> 244 bytes .../textures/block/mossy_stone_bricks.png | Bin 0 -> 253 bytes .../textures/block/mushroom_block_inside.png | Bin 0 -> 228 bytes .../textures/block/mushroom_stem.png | Bin 0 -> 201 bytes .../textures/block/mycelium_side.png | Bin 0 -> 254 bytes .../minecraft/textures/block/mycelium_top.png | Bin 0 -> 181 bytes .../textures/block/nether_bricks.png | Bin 0 -> 285 bytes .../textures/block/nether_quartz_ore.png | Bin 0 -> 245 bytes .../textures/block/nether_wart_stage0.png | Bin 0 -> 280 bytes .../textures/block/nether_wart_stage1.png | Bin 0 -> 317 bytes .../textures/block/nether_wart_stage2.png | Bin 0 -> 341 bytes .../minecraft/textures/block/netherrack.png | Bin 0 -> 199 bytes .../minecraft/textures/block/note_block.png | Bin 0 -> 230 bytes .../textures/block/oak_door_bottom.png | Bin 0 -> 230 bytes .../minecraft/textures/block/oak_door_top.png | Bin 0 -> 254 bytes .../minecraft/textures/block/oak_leaves.png | Bin 0 -> 216 bytes assets/minecraft/textures/block/oak_log.png | Bin 0 -> 197 bytes .../minecraft/textures/block/oak_log_top.png | Bin 0 -> 195 bytes .../minecraft/textures/block/oak_planks.png | Bin 0 -> 184 bytes .../minecraft/textures/block/oak_sapling.png | Bin 0 -> 197 bytes .../minecraft/textures/block/oak_trapdoor.png | Bin 0 -> 239 bytes .../textures/block/observer_back.png | Bin 0 -> 303 bytes .../textures/block/observer_back_on.png | Bin 0 -> 403 bytes .../textures/block/observer_front.png | Bin 0 -> 271 bytes .../textures/block/observer_side.png | Bin 0 -> 286 bytes .../minecraft/textures/block/observer_top.png | Bin 0 -> 234 bytes assets/minecraft/textures/block/obsidian.png | Bin 0 -> 182 bytes .../textures/block/orange_stained_glass.png | Bin 0 -> 231 bytes .../block/orange_stained_glass_pane_top.png | Bin 0 -> 137 bytes .../textures/block/orange_terracotta.png | Bin 0 -> 234 bytes .../minecraft/textures/block/orange_tulip.png | Bin 0 -> 171 bytes .../minecraft/textures/block/orange_wool.png | Bin 0 -> 169 bytes .../minecraft/textures/block/oxeye_daisy.png | Bin 0 -> 197 bytes .../minecraft/textures/block/packed_ice.png | Bin 0 -> 334 bytes .../minecraft/textures/block/peony_bottom.png | Bin 0 -> 223 bytes assets/minecraft/textures/block/peony_top.png | Bin 0 -> 198 bytes .../textures/block/pink_stained_glass.png | Bin 0 -> 206 bytes .../block/pink_stained_glass_pane_top.png | Bin 0 -> 135 bytes .../textures/block/pink_terracotta.png | Bin 0 -> 234 bytes .../minecraft/textures/block/pink_tulip.png | Bin 0 -> 170 bytes assets/minecraft/textures/block/pink_wool.png | Bin 0 -> 169 bytes .../textures/block/piston_bottom.png | Bin 0 -> 204 bytes .../minecraft/textures/block/piston_inner.png | Bin 0 -> 206 bytes .../minecraft/textures/block/piston_side.png | Bin 0 -> 206 bytes .../textures/block/piston_side_sticky.png | Bin 0 -> 213 bytes .../minecraft/textures/block/piston_top.png | Bin 0 -> 203 bytes .../textures/block/piston_top_sticky.png | Bin 0 -> 209 bytes .../minecraft/textures/block/podzol_side.png | Bin 0 -> 261 bytes .../minecraft/textures/block/podzol_top.png | Bin 0 -> 207 bytes .../textures/block/polished_andesite.png | Bin 0 -> 197 bytes .../textures/block/polished_diorite.png | Bin 0 -> 207 bytes .../textures/block/polished_granite.png | Bin 0 -> 231 bytes assets/minecraft/textures/block/poppy.png | Bin 0 -> 169 bytes .../textures/block/potatoes_stage3.png | Bin 0 -> 194 bytes .../minecraft/textures/block/powered_rail.png | Bin 0 -> 471 bytes .../textures/block/powered_rail_on.png | Bin 0 -> 471 bytes .../minecraft/textures/block/prismarine.png | Bin 0 -> 577 bytes .../textures/block/prismarine.png.mcmeta | 1 + .../textures/block/prismarine_bricks.png | Bin 0 -> 200 bytes .../minecraft/textures/block/pumpkin_side.png | Bin 0 -> 192 bytes .../minecraft/textures/block/pumpkin_top.png | Bin 0 -> 208 bytes .../textures/block/purple_stained_glass.png | Bin 0 -> 245 bytes .../block/purple_stained_glass_pane_top.png | Bin 0 -> 137 bytes .../textures/block/purple_terracotta.png | Bin 0 -> 241 bytes .../minecraft/textures/block/purple_wool.png | Bin 0 -> 169 bytes .../minecraft/textures/block/purpur_block.png | Bin 0 -> 203 bytes .../textures/block/purpur_pillar.png | Bin 0 -> 203 bytes .../textures/block/purpur_pillar_top.png | Bin 0 -> 208 bytes .../textures/block/quartz_block_bottom.png | Bin 0 -> 452 bytes .../textures/block/quartz_block_side.png | Bin 0 -> 452 bytes .../textures/block/quartz_block_top.png | Bin 0 -> 452 bytes .../textures/block/quartz_pillar.png | Bin 0 -> 467 bytes .../textures/block/quartz_pillar_top.png | Bin 0 -> 494 bytes assets/minecraft/textures/block/rail.png | Bin 0 -> 405 bytes .../minecraft/textures/block/rail_corner.png | Bin 0 -> 314 bytes .../minecraft/textures/block/red_mushroom.png | Bin 0 -> 164 bytes .../textures/block/red_mushroom_block.png | Bin 0 -> 191 bytes assets/minecraft/textures/block/red_sand.png | Bin 0 -> 166 bytes .../textures/block/red_sandstone.png | Bin 0 -> 181 bytes .../textures/block/red_sandstone_bottom.png | Bin 0 -> 193 bytes .../textures/block/red_sandstone_top.png | Bin 0 -> 170 bytes .../textures/block/red_stained_glass.png | Bin 0 -> 245 bytes .../block/red_stained_glass_pane_top.png | Bin 0 -> 137 bytes .../textures/block/red_terracotta.png | Bin 0 -> 241 bytes assets/minecraft/textures/block/red_tulip.png | Bin 0 -> 170 bytes assets/minecraft/textures/block/red_wool.png | Bin 0 -> 169 bytes .../textures/block/redstone_block.png | Bin 0 -> 213 bytes .../textures/block/redstone_dust_dot.png | Bin 0 -> 150 bytes .../textures/block/redstone_dust_line0.png | Bin 0 -> 166 bytes .../textures/block/redstone_dust_line1.png | Bin 0 -> 166 bytes .../textures/block/redstone_lamp.png | Bin 0 -> 307 bytes .../textures/block/redstone_lamp_on.png | Bin 0 -> 580 bytes .../block/redstone_lamp_on.png.mcmeta | 1 + .../minecraft/textures/block/redstone_ore.png | Bin 0 -> 235 bytes .../textures/block/redstone_torch.png | Bin 0 -> 237 bytes .../textures/block/redstone_torch_off.png | Bin 0 -> 164 bytes assets/minecraft/textures/block/repeater.png | Bin 0 -> 272 bytes .../minecraft/textures/block/repeater_on.png | Bin 0 -> 272 bytes .../textures/block/rose_bush_bottom.png | Bin 0 -> 222 bytes .../textures/block/rose_bush_top.png | Bin 0 -> 209 bytes assets/minecraft/textures/block/sand.png | Bin 0 -> 193 bytes assets/minecraft/textures/block/sandstone.png | Bin 0 -> 185 bytes .../textures/block/sandstone_bottom.png | Bin 0 -> 193 bytes .../textures/block/sandstone_top.png | Bin 0 -> 170 bytes .../minecraft/textures/block/slime_block.png | Bin 0 -> 218 bytes .../minecraft/textures/block/smooth_stone.png | Bin 0 -> 213 bytes .../textures/block/smooth_stone_slab_side.png | Bin 0 -> 213 bytes assets/minecraft/textures/block/snow.png | Bin 0 -> 170 bytes assets/minecraft/textures/block/soul_sand.png | Bin 0 -> 201 bytes assets/minecraft/textures/block/sponge.png | Bin 0 -> 2625 bytes .../textures/block/sponge.png.mcmeta | 1 + .../textures/block/spruce_door_bottom.png | Bin 0 -> 217 bytes .../textures/block/spruce_door_top.png | Bin 0 -> 227 bytes .../textures/block/spruce_leaves.png | Bin 0 -> 203 bytes .../minecraft/textures/block/spruce_log.png | Bin 0 -> 198 bytes .../textures/block/spruce_log_top.png | Bin 0 -> 197 bytes .../textures/block/spruce_planks.png | Bin 0 -> 186 bytes .../textures/block/spruce_sapling.png | Bin 0 -> 180 bytes assets/minecraft/textures/block/stone.png | Bin 0 -> 191 bytes .../minecraft/textures/block/stone_bricks.png | Bin 0 -> 224 bytes .../textures/block/stone_slab_side.png | Bin 0 -> 213 bytes .../textures/block/stone_slab_top.png | Bin 0 -> 213 bytes .../minecraft/textures/block/sugar_cane.png | Bin 0 -> 189 bytes .../textures/block/sunflower_back.png | Bin 0 -> 181 bytes .../textures/block/sunflower_bottom.png | Bin 0 -> 164 bytes .../textures/block/sunflower_front.png | Bin 0 -> 177 bytes .../textures/block/sunflower_top.png | Bin 0 -> 125 bytes .../textures/block/tall_grass_bottom.png | Bin 0 -> 165 bytes .../textures/block/tall_grass_top.png | Bin 0 -> 152 bytes .../minecraft/textures/block/terracotta.png | Bin 0 -> 316 bytes .../minecraft/textures/block/tnt_bottom.png | Bin 0 -> 204 bytes assets/minecraft/textures/block/tnt_side.png | Bin 0 -> 349 bytes assets/minecraft/textures/block/tnt_top.png | Bin 0 -> 221 bytes assets/minecraft/textures/block/torch.png | Bin 0 -> 137 bytes .../textures/block/trip_wire_hook.png | Bin 0 -> 156 bytes assets/minecraft/textures/block/tripwire.png | Bin 0 -> 71 bytes assets/minecraft/textures/block/vine.png | Bin 0 -> 183 bytes .../minecraft/textures/block/water_flow.png | Bin 0 -> 243 bytes .../textures/block/water_flow.png.mcmeta | 1 + .../minecraft/textures/block/water_still.png | Bin 0 -> 1780 bytes .../textures/block/water_still.png.mcmeta | 1 + .../minecraft/textures/block/wet_sponge.png | Bin 0 -> 464 bytes .../textures/block/wet_sponge.png.mcmeta | 1 + .../minecraft/textures/block/wheat_stage0.png | Bin 0 -> 111 bytes .../minecraft/textures/block/wheat_stage7.png | Bin 0 -> 209 bytes .../textures/block/white_stained_glass.png | Bin 0 -> 134 bytes .../block/white_stained_glass_pane_top.png | Bin 0 -> 137 bytes .../textures/block/white_terracotta.png | Bin 0 -> 234 bytes .../minecraft/textures/block/white_tulip.png | Bin 0 -> 169 bytes .../minecraft/textures/block/white_wool.png | Bin 0 -> 169 bytes .../textures/block/yellow_stained_glass.png | Bin 0 -> 234 bytes .../block/yellow_stained_glass_pane_top.png | Bin 0 -> 137 bytes .../textures/block/yellow_terracotta.png | Bin 0 -> 241 bytes .../minecraft/textures/block/yellow_wool.png | Bin 0 -> 169 bytes .../textures/block_variants/candle.png | Bin 0 -> 147 bytes .../textures/block_variants/candle_base.png | Bin 0 -> 173 bytes .../textures/block_variants/candle_flame.png | Bin 0 -> 319 bytes .../block_variants/candle_flame.png.mcmeta | 1 + .../textures/block_variants/candle_on.png | Bin 0 -> 214 bytes .../block_variants/candle_on_wall.png | Bin 0 -> 172 bytes .../block_variants/candle_pillar_bottom.png | Bin 0 -> 175 bytes .../block_variants/candle_pillar_top.png | Bin 0 -> 159 bytes .../block_variants/cauldron_bottom.png | Bin 0 -> 200 bytes .../block_variants/cauldron_inner.png | Bin 0 -> 200 bytes .../textures/block_variants/cauldron_side.png | Bin 0 -> 213 bytes .../textures/block_variants/cauldron_top.png | Bin 0 -> 187 bytes .../block_variants/cauldron_water.png | Bin 0 -> 1759 bytes .../block_variants/cauldron_water.png.mcmeta | 1 + .../chiseled_red_sandstone_0.png | Bin 0 -> 195 bytes .../textures/block_variants/coal_ore_0.png | Bin 0 -> 210 bytes .../textures/block_variants/cobblestone_0.png | Bin 0 -> 204 bytes .../textures/block_variants/cobweb_0.png | Bin 0 -> 169 bytes .../textures/block_variants/cobweb_1.png | Bin 0 -> 172 bytes .../textures/block_variants/cobweb_2.png | Bin 0 -> 168 bytes .../comparator_blood_spike_base.png | Bin 0 -> 322 bytes .../comparator_blood_spikes.png | Bin 0 -> 239 bytes .../block_variants/comparator_spike_base.png | Bin 0 -> 201 bytes .../block_variants/comparator_spikes.png | Bin 0 -> 163 bytes .../block_variants/cracked_stone_bricks_0.png | Bin 0 -> 233 bytes .../block_variants/cracked_stone_bricks_1.png | Bin 0 -> 231 bytes .../dark_chiseled_stone_bricks.png | Bin 0 -> 212 bytes .../block_variants/dark_cobblestone.png | Bin 0 -> 213 bytes .../block_variants/dark_cobblestone_0.png | Bin 0 -> 204 bytes .../dark_cracked_stone_bricks.png | Bin 0 -> 226 bytes .../dark_cracked_stone_bricks_0.png | Bin 0 -> 233 bytes .../dark_cracked_stone_bricks_1.png | Bin 0 -> 231 bytes .../dark_mossy_stone_bricks.png | Bin 0 -> 253 bytes .../dark_mossy_stone_bricks_0.png | Bin 0 -> 251 bytes .../dark_mossy_stone_bricks_1.png | Bin 0 -> 239 bytes .../dark_mossy_stone_bricks_2.png | Bin 0 -> 233 bytes .../textures/block_variants/dark_stone.png | Bin 0 -> 170 bytes .../textures/block_variants/dark_stone_0.png | Bin 0 -> 174 bytes .../textures/block_variants/dark_stone_1.png | Bin 0 -> 162 bytes .../block_variants/dark_stone_bricks.png | Bin 0 -> 224 bytes .../textures/block_variants/dirt_0.png | Bin 0 -> 198 bytes .../textures/block_variants/dirt_1.png | Bin 0 -> 203 bytes .../textures/block_variants/dirt_top.png | Bin 0 -> 194 bytes .../textures/block_variants/dirt_top_0.png | Bin 0 -> 173 bytes .../textures/block_variants/emerald_ore_0.png | Bin 0 -> 219 bytes .../enchanting_table_bottom.png | Bin 0 -> 200 bytes .../enchanting_table_item_book.png | Bin 0 -> 202 bytes .../block_variants/enchanting_table_side.png | Bin 0 -> 219 bytes .../block_variants/enchanting_table_top.png | Bin 0 -> 255 bytes .../textures/block_variants/grass_0.png | Bin 0 -> 137 bytes .../textures/block_variants/grass_1.png | Bin 0 -> 138 bytes .../textures/block_variants/grass_2.png | Bin 0 -> 160 bytes .../textures/block_variants/grass_3.png | Bin 0 -> 178 bytes .../textures/block_variants/grass_block_0.png | Bin 0 -> 124 bytes .../textures/block_variants/grass_top_0.png | Bin 0 -> 272 bytes .../textures/block_variants/grass_top_1.png | Bin 0 -> 169 bytes .../textures/block_variants/iron_bars_top.png | Bin 0 -> 122 bytes .../textures/block_variants/molten_rock.png | Bin 0 -> 916 bytes .../block_variants/molten_rock.png.mcmeta | 1 + .../textures/block_variants/molten_rock_0.png | Bin 0 -> 900 bytes .../block_variants/molten_rock_0.png.mcmeta | 1 + .../textures/block_variants/molten_rock_1.png | Bin 0 -> 918 bytes .../block_variants/molten_rock_1.png.mcmeta | 1 + .../textures/block_variants/molten_rock_2.png | Bin 0 -> 855 bytes .../block_variants/molten_rock_2.png.mcmeta | 1 + .../block_variants/mossy_cobblestone_0.png | Bin 0 -> 233 bytes .../block_variants/mossy_stone_bricks_0.png | Bin 0 -> 251 bytes .../block_variants/mossy_stone_bricks_1.png | Bin 0 -> 239 bytes .../block_variants/mossy_stone_bricks_2.png | Bin 0 -> 233 bytes .../textures/block_variants/netherrack_0.png | Bin 0 -> 199 bytes .../textures/block_variants/netherrack_1.png | Bin 0 -> 191 bytes .../textures/block_variants/oak_fence.png | Bin 0 -> 170 bytes .../block_variants/oak_planks_flat.png | Bin 0 -> 170 bytes .../textures/block_variants/piston_bottom.png | Bin 0 -> 204 bytes .../textures/block_variants/piston_inner.png | Bin 0 -> 206 bytes .../block_variants/piston_side_sticky.png | Bin 0 -> 213 bytes .../block_variants/piston_top_sticky.png | Bin 0 -> 208 bytes .../textures/block_variants/potted_cactus.png | Bin 0 -> 162 bytes .../block_variants/pumpkin_bottom.png | Bin 0 -> 172 bytes .../block_variants/redstone_ore_0.png | Bin 0 -> 233 bytes .../textures/block_variants/sandstone_0.png | Bin 0 -> 186 bytes .../textures/block_variants/stone_0.png | Bin 0 -> 174 bytes .../textures/block_variants/stone_1.png | Bin 0 -> 162 bytes .../block_variants/sunflower_back.png | Bin 0 -> 181 bytes .../block_variants/sunflower_bottom_1.png | Bin 0 -> 162 bytes .../block_variants/sunflower_front.png | Bin 0 -> 177 bytes .../textures/block_variants/vanta_block.png | Bin 0 -> 68 bytes .../minecraft/textures/colormap/foliage.png | Bin 0 -> 9632 bytes assets/minecraft/textures/colormap/grass.png | Bin 0 -> 4971 bytes .../textures/entity/armorstand/wood.png | Bin 0 -> 575 bytes assets/minecraft/textures/entity/arrow.png | Bin 0 -> 428 bytes .../minecraft/textures/entity/banner_base.png | Bin 0 -> 1094 bytes assets/minecraft/textures/entity/blaze.png | Bin 0 -> 958 bytes .../minecraft/textures/entity/chest/ender.png | Bin 0 -> 716 bytes .../textures/entity/chest/normal.png | Bin 0 -> 776 bytes .../textures/entity/chest/normal_double.png | Bin 0 -> 904 bytes .../textures/entity/chest/normal_left.png | Bin 0 -> 729 bytes .../textures/entity/chest/normal_right.png | Bin 0 -> 744 bytes .../textures/entity/chest/trapped.png | Bin 0 -> 1030 bytes .../textures/entity/chest/trapped_double.png | Bin 0 -> 1108 bytes .../textures/entity/chest/trapped_left.png | Bin 0 -> 804 bytes .../textures/entity/chest/trapped_right.png | Bin 0 -> 990 bytes .../textures/entity/enchanting_table_book.png | Bin 0 -> 334 bytes .../entity/endercrystal/endercrystal.png | Bin 0 -> 3375 bytes .../entity/equipment/humanoid/chainmail.png | Bin 0 -> 722 bytes .../entity/equipment/humanoid/diamond.png | Bin 0 -> 514 bytes .../entity/equipment/humanoid/gold.png | Bin 0 -> 527 bytes .../entity/equipment/humanoid/iron.png | Bin 0 -> 572 bytes .../entity/equipment/humanoid/leather.png | Bin 0 -> 398 bytes .../equipment/humanoid_leggings/chainmail.png | Bin 0 -> 321 bytes .../equipment/humanoid_leggings/diamond.png | Bin 0 -> 279 bytes .../equipment/humanoid_leggings/gold.png | Bin 0 -> 256 bytes .../equipment/humanoid_leggings/iron.png | Bin 0 -> 290 bytes .../equipment/humanoid_leggings/leather.png | Bin 0 -> 218 bytes .../textures/entity/fishing_hook.png | Bin 0 -> 118 bytes .../minecraft/textures/entity/iron_golem.png | Bin 0 -> 1904 bytes .../textures/entity/iron_golem/iron_golem.png | Bin 0 -> 1904 bytes .../iron_golem/iron_golem_crackiness_high.png | Bin 0 -> 95 bytes .../iron_golem/iron_golem_crackiness_low.png | Bin 0 -> 95 bytes .../iron_golem_crackiness_medium.png | Bin 0 -> 95 bytes assets/minecraft/textures/entity/minecart.png | Bin 0 -> 534 bytes .../entity/piglin/zombified_piglin.png | Bin 0 -> 1799 bytes .../textures/entity/player/slim/alex.png | Bin 0 -> 1090 bytes .../textures/entity/player/wide/steve.png | Bin 0 -> 1456 bytes .../textures/entity/projectiles/arrow.png | Bin 0 -> 328 bytes .../entity/projectiles/spectral_arrow.png | Bin 0 -> 334 bytes .../entity/projectiles/tipped_arrow.png | Bin 0 -> 328 bytes .../minecraft/textures/entity/shield_base.png | Bin 0 -> 447 bytes .../entity/shulker/shulker_purple.png | Bin 0 -> 1308 bytes assets/minecraft/textures/entity/sign.png | Bin 0 -> 364 bytes .../minecraft/textures/entity/signs/oak.png | Bin 0 -> 364 bytes .../textures/entity/skeleton/skeleton.png | Bin 0 -> 593 bytes .../textures/entity/skeleton/stray.png | Bin 0 -> 614 bytes .../entity/skeleton/stray_overlay.png | Bin 0 -> 449 bytes .../entity/skeleton/wither_skeleton.png | Bin 0 -> 588 bytes .../minecraft/textures/entity/spider_eyes.png | Bin 0 -> 130 bytes .../textures/entity/villager/butcher.png | Bin 0 -> 837 bytes .../textures/entity/villager/farmer.png | Bin 0 -> 941 bytes .../textures/entity/villager/librarian.png | Bin 0 -> 1220 bytes .../textures/entity/villager/priest.png | Bin 0 -> 1300 bytes .../entity/villager/profession/armorer.png | Bin 0 -> 726 bytes .../entity/villager/profession/butcher.png | Bin 0 -> 435 bytes .../entity/villager/profession/cleric.png | Bin 0 -> 1113 bytes .../villager/profession/cleric.png.mcmeta | 1 + .../entity/villager/profession/farmer.png | Bin 0 -> 180 bytes .../entity/villager/profession/librarian.png | Bin 0 -> 990 bytes .../villager/profession/librarian.png.mcmeta | 1 + .../entity/villager/profession/nitwit.png | Bin 0 -> 557 bytes .../entity/villager/profession/toolsmith.png | Bin 0 -> 642 bytes .../villager/profession/weaponsmith.png | Bin 0 -> 752 bytes .../villager/profession_level/stone.png | Bin 0 -> 125 bytes .../textures/entity/villager/smith.png | Bin 0 -> 922 bytes .../textures/entity/villager/type/plains.png | Bin 0 -> 677 bytes .../textures/entity/villager/villager.png | Bin 0 -> 683 bytes assets/minecraft/textures/entity/witch.png | Bin 0 -> 1558 bytes .../textures/entity/zombie/zombie.png | Bin 0 -> 659 bytes .../entity/zombie/zombie_villager.png | Bin 0 -> 723 bytes .../textures/entity/zombie_pigman.png | Bin 0 -> 1692 bytes .../zombie_villager/profession/armorer.png | Bin 0 -> 882 bytes .../zombie_villager/profession/butcher.png | Bin 0 -> 212 bytes .../zombie_villager/profession/cleric.png | Bin 0 -> 821 bytes .../profession/cleric.png.mcmeta | 1 + .../zombie_villager/profession/farmer.png | Bin 0 -> 180 bytes .../zombie_villager/profession/librarian.png | Bin 0 -> 812 bytes .../profession/librarian.png.mcmeta | 1 + .../zombie_villager/profession/nitwit.png | Bin 0 -> 374 bytes .../zombie_villager/profession/toolsmith.png | Bin 0 -> 886 bytes .../profession/weaponsmith.png | Bin 0 -> 1007 bytes .../profession_level/stone.png | Bin 0 -> 125 bytes .../entity/zombie_villager/type/plains.png | Bin 0 -> 604 bytes .../zombie_villager/zombie_villager.png | Bin 0 -> 779 bytes .../minecraft/textures/environment/clouds.png | Bin 0 -> 4609 bytes .../minecraft/textures/environment/snow.png | Bin 0 -> 208 bytes assets/minecraft/textures/font/accented.png | Bin 0 -> 16708 bytes assets/minecraft/textures/font/ascii.png | Bin 0 -> 1617 bytes assets/minecraft/textures/font/badge.png | Bin 0 -> 164 bytes assets/minecraft/textures/font/banner/box.png | Bin 0 -> 547 bytes .../minecraft/textures/font/banner/pill.png | Bin 0 -> 550 bytes assets/minecraft/textures/font/chat.png | Bin 0 -> 249 bytes .../minecraft/textures/font/chat/banner.png | Bin 0 -> 70 bytes .../textures/font/chat/banner_end.png | Bin 0 -> 77 bytes .../textures/font/chat/banner_end_alt.png | Bin 0 -> 73 bytes .../textures/font/chat/banner_full.png | Bin 0 -> 70 bytes .../textures/font/chat/banner_short.png | Bin 0 -> 70 bytes .../textures/font/chat/banner_start.png | Bin 0 -> 75 bytes assets/minecraft/textures/font/class.png | Bin 0 -> 137 bytes assets/minecraft/textures/font/common.png | Bin 0 -> 1426 bytes assets/minecraft/textures/font/currency.png | Bin 0 -> 104 bytes assets/minecraft/textures/font/distance.png | Bin 0 -> 94 bytes assets/minecraft/textures/font/five.png | Bin 0 -> 312 bytes .../gameplay/default/bottom_middle/breath.png | Bin 0 -> 383 bytes .../default/bottom_middle/display.png | Bin 0 -> 178 bytes .../gameplay/default/bottom_middle/health.png | Bin 0 -> 366 bytes .../bottom_middle/health_background.png | Bin 0 -> 412 bytes .../gameplay/default/bottom_middle/hotbar.png | Bin 0 -> 561 bytes .../gameplay/default/bottom_middle/level.png | Bin 0 -> 232 bytes .../gameplay/default/bottom_middle/mana.png | Bin 0 -> 208 bytes .../default/bottom_middle/mana_background.png | Bin 0 -> 220 bytes .../gameplay/default/bottom_middle/meter.png | Bin 0 -> 1626 bytes .../default/bottom_middle/special.png | Bin 0 -> 1689 bytes .../gameplay/default/bottom_middle/spell.png | Bin 0 -> 381 bytes .../gameplay/default/bottom_middle/sprint.png | Bin 0 -> 360 bytes .../gameplay/default/top_right/compass.png | Bin 0 -> 206 bytes .../gameplay/default/top_right/location.png | Bin 0 -> 714 bytes .../hud/gameplay/default/top_right/marker.png | Bin 0 -> 79 bytes .../selector/default/bottom_middle/class.png | Bin 0 -> 775 bytes .../default/bottom_middle/control.png | Bin 0 -> 275 bytes .../selector/default/bottom_middle/scene.png | Bin 0 -> 654 bytes .../selector/default/bottom_middle/select.png | Bin 0 -> 187 bytes .../default/center_left/archetype.png | Bin 0 -> 1253 bytes .../selector/default/center_left/marker.png | Bin 0 -> 79 bytes .../default/center_right/card_archer.png | Bin 0 -> 8853 bytes .../center_right/card_archer_create.png | Bin 0 -> 9011 bytes .../default/center_right/card_assassin.png | Bin 0 -> 6909 bytes .../center_right/card_assassin_create.png | Bin 0 -> 7088 bytes .../default/center_right/card_dark_wizard.png | Bin 0 -> 9365 bytes .../default/center_right/card_hunter.png | Bin 0 -> 9794 bytes .../default/center_right/card_knight.png | Bin 0 -> 7163 bytes .../default/center_right/card_mage.png | Bin 0 -> 7605 bytes .../default/center_right/card_mage_create.png | Bin 0 -> 7772 bytes .../default/center_right/card_ninja.png | Bin 0 -> 8823 bytes .../default/center_right/card_shaman.png | Bin 0 -> 8143 bytes .../center_right/card_shaman_create.png | Bin 0 -> 8330 bytes .../default/center_right/card_skyseer.png | Bin 0 -> 7342 bytes .../default/center_right/card_warrior.png | Bin 0 -> 6718 bytes .../center_right/card_warrior_create.png | Bin 0 -> 6921 bytes .../default/center_right/completion.png | Bin 0 -> 228 bytes .../default/center_right/gamemode.png | Bin 0 -> 1177 bytes .../selector/default/center_right/marker.png | Bin 0 -> 79 bytes .../default/center_right/progress.png | Bin 0 -> 210 bytes .../wynncraft_outline_condensed.png | Bin 0 -> 645 bytes .../selector/default/top_left/wynncraft.png | Bin 0 -> 31137 bytes .../selector/default/top_middle/marker.png | Bin 0 -> 79 bytes .../hud/selector/default/top_right/marker.png | Bin 0 -> 79 bytes .../default/top_right/wynncraft_condensed.png | Bin 0 -> 431 bytes .../font/interface/ability_tree/ability.png | Bin 0 -> 2384 bytes .../font/interface/ability_tree/aspects.png | Bin 0 -> 2872 bytes .../font/interface/ability_tree/reset.png | Bin 0 -> 3547 bytes .../textures/font/interface/bank/bank.png | Bin 0 -> 1154 bytes .../textures/font/interface/bank/title.png | Bin 0 -> 867 bytes .../font/interface/blacksmith/repair.png | Bin 0 -> 1154 bytes .../font/interface/blacksmith/sell.png | Bin 0 -> 1156 bytes .../character_info/character_info.png | Bin 0 -> 975 bytes .../interface/character_select/backups.png | Bin 0 -> 1476 bytes .../interface/character_select/cancel.png | Bin 0 -> 1541 bytes .../interface/character_select/create.png | Bin 0 -> 3454 bytes .../interface/character_select/customize.png | Bin 0 -> 3313 bytes .../interface/character_select/delete.png | Bin 0 -> 1383 bytes .../interface/character_select/gamemode.png | Bin 0 -> 1417 bytes .../font/interface/character_select/icon.png | Bin 0 -> 1662 bytes .../interface/character_select/select.png | Bin 0 -> 3703 bytes .../interface/content_book/content_book.png | Bin 0 -> 1490 bytes .../interface/item_identifier/augment.png | Bin 0 -> 1328 bytes .../interface/item_identifier/identify.png | Bin 0 -> 1125 bytes .../textures/font/interface/lootrun/boon.png | Bin 0 -> 796 bytes .../font/interface/lootrun/mission.png | Bin 0 -> 808 bytes .../textures/font/interface/lootrun/start.png | Bin 0 -> 1147 bytes .../textures/font/interface/lootrun/title.png | Bin 0 -> 1505 bytes .../font/interface/lootrun/treasure.png | Bin 0 -> 1680 bytes .../interface/mastery_tome/mastery_tome.png | Bin 0 -> 3764 bytes .../font/interface/powder_master/infuse.png | Bin 0 -> 1811 bytes .../font/interface/powder_master/remove.png | Bin 0 -> 1740 bytes .../font/interface/powder_master/upgrade.png | Bin 0 -> 1819 bytes .../font/interface/raid/start_guild.png | Bin 0 -> 1528 bytes .../font/interface/raid/start_normal.png | Bin 0 -> 1333 bytes .../textures/font/interface/raid/title.png | Bin 0 -> 1194 bytes .../font/interface/raid/treasure_preview.png | Bin 0 -> 3203 bytes .../font/interface/raid/treasure_reward.png | Bin 0 -> 3229 bytes .../font/interface/rekindled/beta.png | Bin 0 -> 3962 bytes .../font/interface/rekindled/release.png | Bin 0 -> 4396 bytes .../textures/font/interface/shop/shop.png | Bin 0 -> 588 bytes .../font/interface/trade_market/buy.png | Bin 0 -> 2270 bytes .../font/interface/trade_market/filter.png | Bin 0 -> 1775 bytes .../font/interface/trade_market/list.png | Bin 0 -> 1392 bytes .../font/interface/trade_market/order.png | Bin 0 -> 2067 bytes .../font/interface/trade_market/overview.png | Bin 0 -> 1734 bytes .../font/interface/trade_market/sell.png | Bin 0 -> 2281 bytes assets/minecraft/textures/font/keybind.png | Bin 0 -> 649 bytes .../minecraft/textures/font/language/five.png | Bin 0 -> 704 bytes .../textures/font/language/high_gavellian.png | Bin 0 -> 1609 bytes .../textures/font/language/wynncraft.png | Bin 0 -> 758 bytes .../textures/font/language/wynnic.png | Bin 0 -> 1537 bytes .../minecraft/textures/font/marker/focus.png | Bin 0 -> 450 bytes .../minecraft/textures/font/marker/prism.png | Bin 0 -> 1749 bytes assets/minecraft/textures/font/merchant.png | Bin 0 -> 1091 bytes .../font/nameplate/corrupt/active.png | Bin 0 -> 264 bytes .../textures/font/nameplate/corrupt/bar.png | Bin 0 -> 209 bytes .../font/nameplate/corrupt/inactive.png | Bin 0 -> 264 bytes .../textures/font/nameplate/corrupt/phase.png | Bin 0 -> 152 bytes .../font/nameplate/corrupt/status.png | Bin 0 -> 700 bytes .../textures/font/nameplate/dark/active.png | Bin 0 -> 326 bytes .../textures/font/nameplate/dark/inactive.png | Bin 0 -> 326 bytes .../textures/font/nameplate/dark/phase.png | Bin 0 -> 140 bytes .../textures/font/nameplate/dark/status.png | Bin 0 -> 713 bytes .../font/nameplate/default/active.png | Bin 0 -> 307 bytes .../font/nameplate/default/inactive.png | Bin 0 -> 306 bytes .../textures/font/nameplate/default/phase.png | Bin 0 -> 132 bytes .../font/nameplate/default/status.png | Bin 0 -> 713 bytes .../textures/font/nameplate/gold/active.png | Bin 0 -> 264 bytes .../textures/font/nameplate/gold/bar.png | Bin 0 -> 231 bytes .../textures/font/nameplate/gold/inactive.png | Bin 0 -> 264 bytes .../textures/font/nameplate/gold/phase.png | Bin 0 -> 152 bytes .../textures/font/nameplate/gold/status.png | Bin 0 -> 708 bytes .../font/nameplate/progress/active.png | Bin 0 -> 307 bytes .../textures/font/nonlatin_european.png | Bin 0 -> 12447 bytes .../minecraft/textures/font/offset/five.png | Bin 0 -> 418 bytes .../textures/font/offset/wynncraft.png | Bin 0 -> 461 bytes .../font/offset/wynncraft_outline.png | Bin 0 -> 841 bytes .../minecraft/textures/font/overlay/pause.png | Bin 0 -> 9111 bytes assets/minecraft/textures/font/profession.png | Bin 0 -> 939 bytes assets/minecraft/textures/font/rank.png | Bin 0 -> 1485 bytes assets/minecraft/textures/font/sb.png | Bin 0 -> 97 bytes .../minecraft/textures/font/screen/death.png | Bin 0 -> 210 bytes .../minecraft/textures/font/screen/fade.png | Bin 0 -> 88 bytes .../minecraft/textures/font/screen/flash.png | Bin 0 -> 103 bytes .../minecraft/textures/font/screen/load.png | Bin 0 -> 1179 bytes .../minecraft/textures/font/screen/trans.png | Bin 0 -> 116 bytes .../minecraft/textures/font/screen/warp.png | Bin 0 -> 194 bytes .../textures/font/screen/wynncraft.png | Bin 0 -> 30307 bytes .../textures/gui/advancements/window.png | Bin 0 -> 407 bytes assets/minecraft/textures/gui/book.png | Bin 0 -> 4458 bytes .../creative_inventory/tab_inventory.png | Bin 0 -> 535 bytes .../creative_inventory/tab_item_search.png | Bin 0 -> 421 bytes .../creative_inventory/tab_items.png | Bin 0 -> 421 bytes .../textures/gui/container/generic_54.png | Bin 0 -> 748 bytes .../textures/gui/container/horse.png | Bin 0 -> 1002 bytes .../textures/gui/container/inventory.png | Bin 0 -> 1558 bytes .../textures/gui/options_background.png | Bin 0 -> 203 bytes .../gui/sprites/advancements/box_obtained.png | Bin 0 -> 137 bytes .../sprites/advancements/box_unobtained.png | Bin 0 -> 137 bytes .../advancements/challenge_frame_obtained.png | Bin 0 -> 202 bytes .../challenge_frame_unobtained.png | Bin 0 -> 202 bytes .../advancements/goal_frame_obtained.png | Bin 0 -> 172 bytes .../advancements/goal_frame_unobtained.png | Bin 0 -> 172 bytes .../sprites/advancements/tab_above_left.png | Bin 0 -> 138 bytes .../advancements/tab_above_left_selected.png | Bin 0 -> 140 bytes .../sprites/advancements/tab_above_middle.png | Bin 0 -> 139 bytes .../tab_above_middle_selected.png | Bin 0 -> 141 bytes .../sprites/advancements/tab_above_right.png | Bin 0 -> 140 bytes .../advancements/tab_above_right_selected.png | Bin 0 -> 140 bytes .../sprites/advancements/tab_below_left.png | Bin 0 -> 136 bytes .../advancements/tab_below_left_selected.png | Bin 0 -> 149 bytes .../sprites/advancements/tab_below_middle.png | Bin 0 -> 136 bytes .../tab_below_middle_selected.png | Bin 0 -> 148 bytes .../sprites/advancements/tab_below_right.png | Bin 0 -> 136 bytes .../advancements/tab_below_right_selected.png | Bin 0 -> 148 bytes .../sprites/advancements/tab_left_bottom.png | Bin 0 -> 146 bytes .../advancements/tab_left_bottom_selected.png | Bin 0 -> 153 bytes .../sprites/advancements/tab_left_middle.png | Bin 0 -> 146 bytes .../advancements/tab_left_middle_selected.png | Bin 0 -> 153 bytes .../gui/sprites/advancements/tab_left_top.png | Bin 0 -> 150 bytes .../advancements/tab_left_top_selected.png | Bin 0 -> 152 bytes .../sprites/advancements/tab_right_bottom.png | Bin 0 -> 147 bytes .../tab_right_bottom_selected.png | Bin 0 -> 151 bytes .../sprites/advancements/tab_right_middle.png | Bin 0 -> 147 bytes .../tab_right_middle_selected.png | Bin 0 -> 155 bytes .../sprites/advancements/tab_right_top.png | Bin 0 -> 150 bytes .../advancements/tab_right_top_selected.png | Bin 0 -> 156 bytes .../advancements/task_frame_obtained.png | Bin 0 -> 148 bytes .../advancements/task_frame_unobtained.png | Bin 0 -> 148 bytes .../gui/sprites/advancements/title_box.png | Bin 0 -> 137 bytes .../sprites/advancements/title_box.png.mcmeta | 1 + .../gui/sprites/boss_bar/blue_background.png | Bin 0 -> 126 bytes .../gui/sprites/boss_bar/blue_progress.png | Bin 0 -> 145 bytes .../gui/sprites/boss_bar/green_background.png | Bin 0 -> 127 bytes .../gui/sprites/boss_bar/green_progress.png | Bin 0 -> 145 bytes .../boss_bar/notched_10_background.png | Bin 0 -> 92 bytes .../sprites/boss_bar/notched_10_progress.png | Bin 0 -> 92 bytes .../boss_bar/notched_12_background.png | Bin 0 -> 92 bytes .../sprites/boss_bar/notched_12_progress.png | Bin 0 -> 92 bytes .../boss_bar/notched_20_background.png | Bin 0 -> 91 bytes .../sprites/boss_bar/notched_20_progress.png | Bin 0 -> 91 bytes .../sprites/boss_bar/notched_6_background.png | Bin 0 -> 92 bytes .../sprites/boss_bar/notched_6_progress.png | Bin 0 -> 92 bytes .../gui/sprites/boss_bar/pink_background.png | Bin 0 -> 79 bytes .../gui/sprites/boss_bar/pink_progress.png | Bin 0 -> 79 bytes .../sprites/boss_bar/purple_background.png | Bin 0 -> 127 bytes .../gui/sprites/boss_bar/purple_progress.png | Bin 0 -> 140 bytes .../gui/sprites/boss_bar/red_background.png | Bin 0 -> 127 bytes .../gui/sprites/boss_bar/red_progress.png | Bin 0 -> 140 bytes .../gui/sprites/boss_bar/white_background.png | Bin 0 -> 127 bytes .../gui/sprites/boss_bar/white_progress.png | Bin 0 -> 140 bytes .../sprites/boss_bar/yellow_background.png | Bin 0 -> 127 bytes .../gui/sprites/boss_bar/yellow_progress.png | Bin 0 -> 145 bytes .../container/creative_inventory/scroller.png | Bin 0 -> 102 bytes .../creative_inventory/scroller_disabled.png | Bin 0 -> 99 bytes .../tab_bottom_selected_1.png | Bin 0 -> 140 bytes .../tab_bottom_selected_2.png | Bin 0 -> 141 bytes .../tab_bottom_selected_3.png | Bin 0 -> 141 bytes .../tab_bottom_selected_4.png | Bin 0 -> 141 bytes .../tab_bottom_selected_5.png | Bin 0 -> 141 bytes .../tab_bottom_selected_6.png | Bin 0 -> 141 bytes .../tab_bottom_selected_7.png | Bin 0 -> 138 bytes .../tab_bottom_unselected_1.png | Bin 0 -> 134 bytes .../tab_bottom_unselected_2.png | Bin 0 -> 136 bytes .../tab_bottom_unselected_3.png | Bin 0 -> 137 bytes .../tab_bottom_unselected_4.png | Bin 0 -> 138 bytes .../tab_bottom_unselected_5.png | Bin 0 -> 138 bytes .../tab_bottom_unselected_6.png | Bin 0 -> 138 bytes .../tab_bottom_unselected_7.png | Bin 0 -> 144 bytes .../creative_inventory/tab_top_selected_1.png | Bin 0 -> 142 bytes .../creative_inventory/tab_top_selected_2.png | Bin 0 -> 151 bytes .../creative_inventory/tab_top_selected_3.png | Bin 0 -> 151 bytes .../creative_inventory/tab_top_selected_4.png | Bin 0 -> 151 bytes .../creative_inventory/tab_top_selected_5.png | Bin 0 -> 151 bytes .../creative_inventory/tab_top_selected_6.png | Bin 0 -> 151 bytes .../creative_inventory/tab_top_selected_7.png | Bin 0 -> 141 bytes .../tab_top_unselected_1.png | Bin 0 -> 130 bytes .../tab_top_unselected_2.png | Bin 0 -> 132 bytes .../tab_top_unselected_3.png | Bin 0 -> 133 bytes .../tab_top_unselected_4.png | Bin 0 -> 131 bytes .../tab_top_unselected_5.png | Bin 0 -> 131 bytes .../tab_top_unselected_6.png | Bin 0 -> 131 bytes .../tab_top_unselected_7.png | Bin 0 -> 131 bytes .../sprites/container/horse/armor_slot.png | Bin 0 -> 180 bytes .../sprites/container/horse/chest_slots.png | Bin 0 -> 170 bytes .../container/horse/llama_armor_slot.png | Bin 0 -> 178 bytes .../sprites/container/horse/saddle_slot.png | Bin 0 -> 184 bytes .../inventory/effect_background_large.png | Bin 0 -> 154 bytes .../inventory/effect_background_small.png | Bin 0 -> 146 bytes .../textures/gui/sprites/container/slot.png | Bin 0 -> 131 bytes .../gui/sprites/container/slot/boots.png | Bin 0 -> 130 bytes .../gui/sprites/container/slot/chestplate.png | Bin 0 -> 143 bytes .../gui/sprites/container/slot/helmet.png | Bin 0 -> 115 bytes .../sprites/container/slot/horse_armor.png | Bin 0 -> 130 bytes .../gui/sprites/container/slot/leggings.png | Bin 0 -> 127 bytes .../sprites/container/slot/llama_armor.png | Bin 0 -> 107 bytes .../gui/sprites/container/slot/saddle.png | Bin 0 -> 152 bytes .../gui/sprites/container/slot/shield.png | Bin 0 -> 71 bytes .../textures/gui/sprites/hud/air.png | Bin 0 -> 132 bytes .../textures/gui/sprites/hud/air_bursting.png | Bin 0 -> 124 bytes .../textures/gui/sprites/hud/air_empty.png | Bin 0 -> 103 bytes .../textures/gui/sprites/hud/armor_empty.png | Bin 0 -> 89 bytes .../textures/gui/sprites/hud/armor_full.png | Bin 0 -> 136 bytes .../textures/gui/sprites/hud/armor_half.png | Bin 0 -> 120 bytes .../textures/gui/sprites/hud/crosshair.png | Bin 0 -> 80 bytes .../crosshair_attack_indicator_background.png | Bin 0 -> 68 bytes .../hud/crosshair_attack_indicator_full.png | Bin 0 -> 71 bytes .../crosshair_attack_indicator_progress.png | Bin 0 -> 68 bytes .../gui/sprites/hud/effect_background.png | Bin 0 -> 126 bytes .../sprites/hud/effect_background_ambient.png | Bin 0 -> 126 bytes .../sprites/hud/experience_bar_background.png | Bin 0 -> 79 bytes .../sprites/hud/experience_bar_progress.png | Bin 0 -> 141 bytes .../textures/gui/sprites/hud/food_empty.png | Bin 0 -> 99 bytes .../gui/sprites/hud/food_empty_hunger.png | Bin 0 -> 99 bytes .../textures/gui/sprites/hud/food_full.png | Bin 0 -> 149 bytes .../gui/sprites/hud/food_full_hunger.png | Bin 0 -> 149 bytes .../textures/gui/sprites/hud/food_half.png | Bin 0 -> 129 bytes .../gui/sprites/hud/food_half_hunger.png | Bin 0 -> 128 bytes .../gui/sprites/hud/heart/absorbing_full.png | Bin 0 -> 154 bytes .../hud/heart/absorbing_full_blinking.png | Bin 0 -> 154 bytes .../gui/sprites/hud/heart/absorbing_half.png | Bin 0 -> 142 bytes .../hud/heart/absorbing_half_blinking.png | Bin 0 -> 142 bytes .../hud/heart/absorbing_hardcore_full.png | Bin 0 -> 157 bytes .../absorbing_hardcore_full_blinking.png | Bin 0 -> 157 bytes .../hud/heart/absorbing_hardcore_half.png | Bin 0 -> 140 bytes .../absorbing_hardcore_half_blinking.png | Bin 0 -> 140 bytes .../gui/sprites/hud/heart/container.png | Bin 0 -> 113 bytes .../sprites/hud/heart/container_blinking.png | Bin 0 -> 115 bytes .../sprites/hud/heart/container_hardcore.png | Bin 0 -> 113 bytes .../hud/heart/container_hardcore_blinking.png | Bin 0 -> 115 bytes .../textures/gui/sprites/hud/heart/full.png | Bin 0 -> 154 bytes .../gui/sprites/hud/heart/full_blinking.png | Bin 0 -> 154 bytes .../textures/gui/sprites/hud/heart/half.png | Bin 0 -> 142 bytes .../gui/sprites/hud/heart/half_blinking.png | Bin 0 -> 142 bytes .../gui/sprites/hud/heart/hardcore_full.png | Bin 0 -> 157 bytes .../hud/heart/hardcore_full_blinking.png | Bin 0 -> 157 bytes .../gui/sprites/hud/heart/hardcore_half.png | Bin 0 -> 142 bytes .../hud/heart/hardcore_half_blinking.png | Bin 0 -> 143 bytes .../gui/sprites/hud/heart/poisoned_full.png | Bin 0 -> 154 bytes .../hud/heart/poisoned_full_blinking.png | Bin 0 -> 154 bytes .../gui/sprites/hud/heart/poisoned_half.png | Bin 0 -> 140 bytes .../hud/heart/poisoned_half_blinking.png | Bin 0 -> 142 bytes .../hud/heart/poisoned_hardcore_full.png | Bin 0 -> 157 bytes .../heart/poisoned_hardcore_full_blinking.png | Bin 0 -> 157 bytes .../hud/heart/poisoned_hardcore_half.png | Bin 0 -> 138 bytes .../heart/poisoned_hardcore_half_blinking.png | Bin 0 -> 140 bytes .../sprites/hud/heart/vehicle_container.png | Bin 0 -> 113 bytes .../gui/sprites/hud/heart/vehicle_full.png | Bin 0 -> 154 bytes .../gui/sprites/hud/heart/vehicle_half.png | Bin 0 -> 124 bytes .../gui/sprites/hud/heart/withered_full.png | Bin 0 -> 161 bytes .../hud/heart/withered_full_blinking.png | Bin 0 -> 161 bytes .../gui/sprites/hud/heart/withered_half.png | Bin 0 -> 153 bytes .../hud/heart/withered_half_blinking.png | Bin 0 -> 151 bytes .../hud/heart/withered_hardcore_full.png | Bin 0 -> 157 bytes .../heart/withered_hardcore_full_blinking.png | Bin 0 -> 157 bytes .../hud/heart/withered_hardcore_half.png | Bin 0 -> 138 bytes .../heart/withered_hardcore_half_blinking.png | Bin 0 -> 138 bytes .../textures/gui/sprites/hud/hotbar.png | Bin 0 -> 250 bytes .../hotbar_attack_indicator_background.png | Bin 0 -> 71 bytes .../hud/hotbar_attack_indicator_progress.png | Bin 0 -> 71 bytes .../gui/sprites/hud/hotbar_offhand_left.png | Bin 0 -> 117 bytes .../gui/sprites/hud/hotbar_offhand_right.png | Bin 0 -> 116 bytes .../gui/sprites/hud/hotbar_selection.png | Bin 0 -> 123 bytes .../gui/sprites/hud/jump_bar_background.png | Bin 0 -> 79 bytes .../gui/sprites/hud/jump_bar_cooldown.png | Bin 0 -> 79 bytes .../gui/sprites/hud/jump_bar_progress.png | Bin 0 -> 141 bytes .../gui/sprites/recipe_book/button.png | Bin 0 -> 71 bytes .../recipe_book/button_highlighted.png | Bin 0 -> 71 bytes .../textures/gui/sprites/widget/button.png | Bin 0 -> 156 bytes .../gui/sprites/widget/button.png.mcmeta | 1 + .../gui/sprites/widget/button_disabled.png | Bin 0 -> 155 bytes .../sprites/widget/button_disabled.png.mcmeta | 1 + .../gui/sprites/widget/button_highlighted.png | Bin 0 -> 156 bytes .../widget/button_highlighted.png.mcmeta | 1 + .../gui/sprites/widget/locked_button.png | Bin 0 -> 191 bytes .../sprites/widget/locked_button_disabled.png | Bin 0 -> 118 bytes .../widget/locked_button_highlighted.png | Bin 0 -> 191 bytes .../textures/gui/sprites/widget/scroller.png | Bin 0 -> 83 bytes .../gui/sprites/widget/scroller.png.mcmeta | 1 + .../sprites/widget/scroller_background.png | Bin 0 -> 71 bytes .../widget/scroller_background.png.mcmeta | 1 + .../textures/gui/sprites/widget/slider.png | Bin 0 -> 155 bytes .../gui/sprites/widget/slider.png.mcmeta | 1 + .../gui/sprites/widget/slider_handle.png | Bin 0 -> 156 bytes .../sprites/widget/slider_handle.png.mcmeta | 1 + .../widget/slider_handle_highlighted.png | Bin 0 -> 156 bytes .../slider_handle_highlighted.png.mcmeta | 1 + .../gui/sprites/widget/slider_highlighted.png | Bin 0 -> 155 bytes .../widget/slider_highlighted.png.mcmeta | 1 + .../gui/sprites/widget/unlocked_button.png | Bin 0 -> 192 bytes .../widget/unlocked_button_disabled.png | Bin 0 -> 117 bytes .../widget/unlocked_button_highlighted.png | Bin 0 -> 197 bytes .../gui/title/background/panorama_0.png | Bin 0 -> 418693 bytes .../gui/title/background/panorama_1.png | Bin 0 -> 405974 bytes .../gui/title/background/panorama_2.png | Bin 0 -> 412909 bytes .../gui/title/background/panorama_3.png | Bin 0 -> 416291 bytes .../gui/title/background/panorama_4.png | Bin 0 -> 208078 bytes .../gui/title/background/panorama_5.png | Bin 0 -> 214601 bytes assets/minecraft/textures/item/apple.png | Bin 0 -> 225 bytes .../minecraft/textures/item/armor_stand.png | Bin 0 -> 184 bytes assets/minecraft/textures/item/arrow.png | Bin 0 -> 186 bytes .../minecraft/textures/item/baked_potato.png | Bin 0 -> 209 bytes assets/minecraft/textures/item/barrier.png | Bin 0 -> 188 bytes assets/minecraft/textures/item/beef.png | Bin 0 -> 206 bytes assets/minecraft/textures/item/blaze_rod.png | Bin 0 -> 126 bytes assets/minecraft/textures/item/bone.png | Bin 0 -> 163 bytes assets/minecraft/textures/item/book.png | Bin 0 -> 188 bytes assets/minecraft/textures/item/bowl.png | Bin 0 -> 181 bytes assets/minecraft/textures/item/bread.png | Bin 0 -> 201 bytes .../minecraft/textures/item/brewing_stand.png | Bin 0 -> 209 bytes assets/minecraft/textures/item/brick.png | Bin 0 -> 184 bytes assets/minecraft/textures/item/bucket.png | Bin 0 -> 231 bytes assets/minecraft/textures/item/carrot.png | Bin 0 -> 200 bytes assets/minecraft/textures/item/cauldron.png | Bin 0 -> 233 bytes assets/minecraft/textures/item/charcoal.png | Bin 0 -> 303 bytes .../minecraft/textures/item/chorus_fruit.png | Bin 0 -> 199 bytes assets/minecraft/textures/item/coal.png | Bin 0 -> 196 bytes assets/minecraft/textures/item/cod.png | Bin 0 -> 187 bytes assets/minecraft/textures/item/compass_00.png | Bin 0 -> 250 bytes assets/minecraft/textures/item/compass_01.png | Bin 0 -> 250 bytes assets/minecraft/textures/item/compass_02.png | Bin 0 -> 250 bytes assets/minecraft/textures/item/compass_03.png | Bin 0 -> 251 bytes assets/minecraft/textures/item/compass_04.png | Bin 0 -> 251 bytes assets/minecraft/textures/item/compass_05.png | Bin 0 -> 251 bytes assets/minecraft/textures/item/compass_06.png | Bin 0 -> 250 bytes assets/minecraft/textures/item/compass_07.png | Bin 0 -> 248 bytes assets/minecraft/textures/item/compass_08.png | Bin 0 -> 248 bytes assets/minecraft/textures/item/compass_09.png | Bin 0 -> 248 bytes assets/minecraft/textures/item/compass_10.png | Bin 0 -> 251 bytes assets/minecraft/textures/item/compass_11.png | Bin 0 -> 249 bytes assets/minecraft/textures/item/compass_12.png | Bin 0 -> 251 bytes assets/minecraft/textures/item/compass_13.png | Bin 0 -> 251 bytes assets/minecraft/textures/item/compass_14.png | Bin 0 -> 250 bytes assets/minecraft/textures/item/compass_15.png | Bin 0 -> 248 bytes assets/minecraft/textures/item/compass_16.png | Bin 0 -> 249 bytes assets/minecraft/textures/item/compass_17.png | Bin 0 -> 248 bytes assets/minecraft/textures/item/compass_18.png | Bin 0 -> 249 bytes assets/minecraft/textures/item/compass_19.png | Bin 0 -> 250 bytes assets/minecraft/textures/item/compass_20.png | Bin 0 -> 252 bytes assets/minecraft/textures/item/compass_21.png | Bin 0 -> 249 bytes assets/minecraft/textures/item/compass_22.png | Bin 0 -> 252 bytes assets/minecraft/textures/item/compass_23.png | Bin 0 -> 247 bytes assets/minecraft/textures/item/compass_24.png | Bin 0 -> 247 bytes assets/minecraft/textures/item/compass_25.png | Bin 0 -> 247 bytes assets/minecraft/textures/item/compass_26.png | Bin 0 -> 250 bytes assets/minecraft/textures/item/compass_27.png | Bin 0 -> 251 bytes assets/minecraft/textures/item/compass_28.png | Bin 0 -> 251 bytes assets/minecraft/textures/item/compass_29.png | Bin 0 -> 251 bytes assets/minecraft/textures/item/compass_30.png | Bin 0 -> 250 bytes assets/minecraft/textures/item/compass_31.png | Bin 0 -> 250 bytes .../minecraft/textures/item/cooked_beef.png | Bin 0 -> 204 bytes .../textures/item/cooked_chicken.png | Bin 0 -> 235 bytes assets/minecraft/textures/item/cooked_cod.png | Bin 0 -> 180 bytes .../minecraft/textures/item/cooked_mutton.png | Bin 0 -> 177 bytes .../textures/item/cooked_porkchop.png | Bin 0 -> 214 bytes .../minecraft/textures/item/cooked_rabbit.png | Bin 0 -> 198 bytes .../minecraft/textures/item/cooked_salmon.png | Bin 0 -> 239 bytes assets/minecraft/textures/item/cookie.png | Bin 0 -> 216 bytes .../minecraft/textures/item/copper_ingot.png | Bin 0 -> 196 bytes assets/minecraft/textures/item/diamond.png | Bin 0 -> 190 bytes .../minecraft/textures/item/diamond_axe.png | Bin 0 -> 217 bytes .../minecraft/textures/item/diamond_hoe.png | Bin 0 -> 198 bytes .../textures/item/diamond_pickaxe.png | Bin 0 -> 221 bytes .../textures/item/diamond_shovel.png | Bin 0 -> 197 bytes .../minecraft/textures/item/diamond_sword.png | Bin 0 -> 217 bytes .../minecraft/textures/item/dragon_breath.png | Bin 0 -> 238 bytes assets/minecraft/textures/item/egg.png | Bin 0 -> 159 bytes assets/minecraft/textures/item/emerald.png | Bin 0 -> 172 bytes .../textures/item/empty_armor_slot_boots.png | Bin 0 -> 130 bytes .../item/empty_armor_slot_chestplate.png | Bin 0 -> 143 bytes .../textures/item/empty_armor_slot_helmet.png | Bin 0 -> 115 bytes .../item/empty_armor_slot_leggings.png | Bin 0 -> 127 bytes .../textures/item/empty_armor_slot_shield.png | Bin 0 -> 71 bytes .../textures/item/enchanted_book.png | Bin 0 -> 204 bytes assets/minecraft/textures/item/ender_eye.png | Bin 0 -> 381 bytes .../minecraft/textures/item/ender_pearl.png | Bin 0 -> 206 bytes .../textures/item/experience_bottle.png | Bin 0 -> 289 bytes .../item/experience_bottle.png.mcmeta | 1 + assets/minecraft/textures/item/feather.png | Bin 0 -> 177 bytes .../textures/item/fermented_spider_eye.png | Bin 0 -> 204 bytes assets/minecraft/textures/item/filled_map.png | Bin 0 -> 196 bytes .../textures/item/filled_map_markings.png | Bin 0 -> 184 bytes .../minecraft/textures/item/fire_charge.png | Bin 0 -> 215 bytes .../minecraft/textures/item/fishing_rod.png | Bin 0 -> 221 bytes .../textures/item/fishing_rod_cast.png | Bin 0 -> 186 bytes assets/minecraft/textures/item/flint.png | Bin 0 -> 172 bytes .../textures/item/flint_and_steel.png | Bin 0 -> 201 bytes .../minecraft/textures/item/glass_bottle.png | Bin 0 -> 207 bytes .../textures/item/glistering_melon_slice.png | Bin 0 -> 225 bytes assets/minecraft/textures/item/gold_ingot.png | Bin 0 -> 202 bytes .../minecraft/textures/item/gold_nugget.png | Bin 0 -> 182 bytes .../minecraft/textures/item/golden_apple.png | Bin 0 -> 232 bytes assets/minecraft/textures/item/golden_axe.png | Bin 0 -> 230 bytes .../minecraft/textures/item/golden_carrot.png | Bin 0 -> 199 bytes assets/minecraft/textures/item/golden_hoe.png | Bin 0 -> 231 bytes .../textures/item/golden_pickaxe.png | Bin 0 -> 255 bytes .../minecraft/textures/item/golden_shovel.png | Bin 0 -> 241 bytes .../minecraft/textures/item/golden_sword.png | Bin 0 -> 195 bytes assets/minecraft/textures/item/hopper.png | Bin 0 -> 191 bytes assets/minecraft/textures/item/ink_sac.png | Bin 0 -> 193 bytes assets/minecraft/textures/item/iron_axe.png | Bin 0 -> 210 bytes assets/minecraft/textures/item/iron_hoe.png | Bin 0 -> 213 bytes assets/minecraft/textures/item/iron_ingot.png | Bin 0 -> 205 bytes .../minecraft/textures/item/iron_pickaxe.png | Bin 0 -> 222 bytes .../minecraft/textures/item/iron_shovel.png | Bin 0 -> 193 bytes assets/minecraft/textures/item/iron_sword.png | Bin 0 -> 236 bytes assets/minecraft/textures/item/item_frame.png | Bin 0 -> 252 bytes .../textures/item/knowledge_book.png | Bin 0 -> 193 bytes .../minecraft/textures/item/lapis_lazuli.png | Bin 0 -> 180 bytes .../minecraft/textures/item/lava_bucket.png | Bin 0 -> 258 bytes assets/minecraft/textures/item/leather.png | Bin 0 -> 212 bytes .../textures/item/lingering_potion.png | Bin 0 -> 230 bytes .../minecraft/textures/item/magma_cream.png | Bin 0 -> 411 bytes assets/minecraft/textures/item/map.png | Bin 0 -> 196 bytes .../minecraft/textures/item/melon_seeds.png | Bin 0 -> 167 bytes .../minecraft/textures/item/melon_slice.png | Bin 0 -> 207 bytes .../minecraft/textures/item/milk_bucket.png | Bin 0 -> 243 bytes .../minecraft/textures/item/mushroom_stew.png | Bin 0 -> 200 bytes assets/minecraft/textures/item/mutton.png | Bin 0 -> 180 bytes assets/minecraft/textures/item/name_tag.png | Bin 0 -> 211 bytes .../minecraft/textures/item/nether_star.png | Bin 0 -> 211 bytes .../minecraft/textures/item/nether_wart.png | Bin 0 -> 229 bytes assets/minecraft/textures/item/oak_sign.png | Bin 0 -> 196 bytes assets/minecraft/textures/item/paper.png | Bin 0 -> 192 bytes .../textures/item/poisonous_potato.png | Bin 0 -> 207 bytes .../textures/item/popped_chorus_fruit.png | Bin 0 -> 200 bytes assets/minecraft/textures/item/porkchop.png | Bin 0 -> 215 bytes assets/minecraft/textures/item/potion.png | Bin 0 -> 237 bytes .../textures/item/potion_overlay.png | Bin 0 -> 120 bytes .../textures/item/prismarine_shard.png | Bin 0 -> 197 bytes assets/minecraft/textures/item/pufferfish.png | Bin 0 -> 256 bytes .../minecraft/textures/item/pumpkin_seeds.png | Bin 0 -> 200 bytes assets/minecraft/textures/item/quartz.png | Bin 0 -> 227 bytes assets/minecraft/textures/item/rabbit.png | Bin 0 -> 198 bytes .../minecraft/textures/item/rabbit_foot.png | Bin 0 -> 170 bytes .../minecraft/textures/item/rabbit_hide.png | Bin 0 -> 192 bytes assets/minecraft/textures/item/rabbit_raw.png | Bin 0 -> 198 bytes .../minecraft/textures/item/rabbit_stew.png | Bin 0 -> 252 bytes assets/minecraft/textures/item/repeater.png | Bin 0 -> 217 bytes .../minecraft/textures/item/rotten_flesh.png | Bin 0 -> 361 bytes assets/minecraft/textures/item/saddle.png | Bin 0 -> 212 bytes assets/minecraft/textures/item/salmon.png | Bin 0 -> 247 bytes assets/minecraft/textures/item/slime_ball.png | Bin 0 -> 218 bytes assets/minecraft/textures/item/snowball.png | Bin 0 -> 185 bytes .../textures/item/spectral_arrow.png | Bin 0 -> 212 bytes assets/minecraft/textures/item/spider_eye.png | Bin 0 -> 164 bytes .../minecraft/textures/item/splash_potion.png | Bin 0 -> 231 bytes assets/minecraft/textures/item/stone_axe.png | Bin 0 -> 195 bytes assets/minecraft/textures/item/stone_hoe.png | Bin 0 -> 193 bytes .../minecraft/textures/item/stone_pickaxe.png | Bin 0 -> 208 bytes .../minecraft/textures/item/stone_shovel.png | Bin 0 -> 188 bytes .../minecraft/textures/item/stone_sword.png | Bin 0 -> 183 bytes assets/minecraft/textures/item/string.png | Bin 0 -> 179 bytes assets/minecraft/textures/item/sugar_cane.png | Bin 0 -> 241 bytes .../textures/item/tipped_arrow_base.png | Bin 0 -> 156 bytes .../textures/item/tipped_arrow_head.png | Bin 0 -> 153 bytes .../minecraft/textures/item/tropical_fish.png | Bin 0 -> 200 bytes .../minecraft/textures/item/w1000699119_0.png | Bin 0 -> 706 bytes assets/minecraft/textures/item/w100357_0.png | Bin 0 -> 250 bytes .../minecraft/textures/item/w1007818512_0.png | Bin 0 -> 273 bytes .../minecraft/textures/item/w1014461835_0.png | Bin 0 -> 5278 bytes assets/minecraft/textures/item/w101491_0.png | Bin 0 -> 96 bytes assets/minecraft/textures/item/w101583_0.png | Bin 0 -> 714 bytes .../minecraft/textures/item/w1017938483_1.png | Bin 0 -> 304 bytes .../minecraft/textures/item/w1022535760_0.png | Bin 0 -> 778 bytes .../minecraft/textures/item/w1032032292_0.png | Bin 0 -> 2079 bytes .../minecraft/textures/item/w1032032292_1.png | Bin 0 -> 2104 bytes .../minecraft/textures/item/w1033903923_0.png | Bin 0 -> 2388 bytes .../minecraft/textures/item/w1038755468_0.png | Bin 0 -> 236 bytes .../minecraft/textures/item/w104257585_0.png | Bin 0 -> 1060 bytes .../minecraft/textures/item/w1051568693_0.png | Bin 0 -> 297 bytes .../minecraft/textures/item/w1052764875_0.png | Bin 0 -> 1171 bytes .../minecraft/textures/item/w1054333355_0.png | Bin 0 -> 212 bytes .../minecraft/textures/item/w1054345227_0.png | Bin 0 -> 201 bytes .../minecraft/textures/item/w105563160_0.png | Bin 0 -> 294 bytes .../minecraft/textures/item/w105696454_0.png | Bin 0 -> 754 bytes .../minecraft/textures/item/w1057345076_0.png | Bin 0 -> 1952 bytes .../minecraft/textures/item/w1065518513_0.png | Bin 0 -> 167 bytes .../minecraft/textures/item/w1067269100_0.png | Bin 0 -> 194 bytes .../minecraft/textures/item/w1069449510_0.png | Bin 0 -> 509 bytes .../minecraft/textures/item/w1070445653_0.png | Bin 0 -> 626 bytes .../minecraft/textures/item/w107622195_0.png | Bin 0 -> 1368 bytes .../minecraft/textures/item/w1081588330_1.png | Bin 0 -> 1729 bytes .../minecraft/textures/item/w1084222530_4.png | Bin 0 -> 1381 bytes .../minecraft/textures/item/w1087070498_0.png | Bin 0 -> 623 bytes .../minecraft/textures/item/w1095277541_0.png | Bin 0 -> 1081 bytes .../minecraft/textures/item/w1101740439_0.png | Bin 0 -> 2379 bytes assets/minecraft/textures/item/w110990_0.png | Bin 0 -> 716 bytes .../minecraft/textures/item/w1111193597_0.png | Bin 0 -> 4134 bytes .../minecraft/textures/item/w1119787869_0.png | Bin 0 -> 160 bytes .../minecraft/textures/item/w1119953194_0.png | Bin 0 -> 413 bytes .../minecraft/textures/item/w1121841172_0.png | Bin 0 -> 137 bytes .../minecraft/textures/item/w1126369822_0.png | Bin 0 -> 128 bytes .../minecraft/textures/item/w1127586070_0.png | Bin 0 -> 424 bytes .../minecraft/textures/item/w113601127_0.png | Bin 0 -> 545 bytes .../minecraft/textures/item/w113601127_1.png | Bin 0 -> 569 bytes .../minecraft/textures/item/w113601127_2.png | Bin 0 -> 530 bytes .../minecraft/textures/item/w113601127_3.png | Bin 0 -> 504 bytes .../minecraft/textures/item/w113601127_4.png | Bin 0 -> 510 bytes .../minecraft/textures/item/w113601127_5.png | Bin 0 -> 440 bytes .../minecraft/textures/item/w1140770226_0.png | Bin 0 -> 331 bytes assets/minecraft/textures/item/w114252_0.png | Bin 0 -> 1238 bytes .../minecraft/textures/item/w1149557602_2.png | Bin 0 -> 953 bytes .../minecraft/textures/item/w1152110723_0.png | Bin 0 -> 266 bytes .../minecraft/textures/item/w1152137355_0.png | Bin 0 -> 1844 bytes .../minecraft/textures/item/w1152584414_0.png | Bin 0 -> 1218 bytes .../minecraft/textures/item/w1154904139_0.png | Bin 0 -> 1716 bytes .../minecraft/textures/item/w1158650901_0.png | Bin 0 -> 623 bytes .../minecraft/textures/item/w115960069_0.png | Bin 0 -> 778 bytes .../minecraft/textures/item/w1160732645_0.png | Bin 0 -> 193 bytes .../minecraft/textures/item/w1160925468_0.png | Bin 0 -> 193 bytes .../minecraft/textures/item/w1161261399_0.png | Bin 0 -> 2379 bytes .../minecraft/textures/item/w1163992568_0.png | Bin 0 -> 1091 bytes .../minecraft/textures/item/w1163992568_1.png | Bin 0 -> 241 bytes .../minecraft/textures/item/w1164131818_0.png | Bin 0 -> 246 bytes .../minecraft/textures/item/w1166255303_0.png | Bin 0 -> 381 bytes .../minecraft/textures/item/w1171608359_0.png | Bin 0 -> 1492 bytes .../minecraft/textures/item/w1172058284_1.png | Bin 0 -> 1405 bytes .../minecraft/textures/item/w1177361329_0.png | Bin 0 -> 124 bytes .../minecraft/textures/item/w1180015631_0.png | Bin 0 -> 193 bytes .../minecraft/textures/item/w1182507559_0.png | Bin 0 -> 126 bytes .../minecraft/textures/item/w1186523970_0.png | Bin 0 -> 642 bytes .../minecraft/textures/item/w1192196788_0.png | Bin 0 -> 185 bytes .../minecraft/textures/item/w1192751965_0.png | Bin 0 -> 124 bytes .../minecraft/textures/item/w1202102651_0.png | Bin 0 -> 1382 bytes .../minecraft/textures/item/w1210602150_0.png | Bin 0 -> 582 bytes .../minecraft/textures/item/w1211899991_0.png | Bin 0 -> 313 bytes .../minecraft/textures/item/w121784274_0.png | Bin 0 -> 6313 bytes .../minecraft/textures/item/w1218166624_0.png | Bin 0 -> 307 bytes .../minecraft/textures/item/w1218194748_0.png | Bin 0 -> 1730 bytes .../minecraft/textures/item/w1219032725_1.png | Bin 0 -> 2331 bytes .../minecraft/textures/item/w1219619842_0.png | Bin 0 -> 155 bytes .../minecraft/textures/item/w1222788329_0.png | Bin 0 -> 96 bytes .../minecraft/textures/item/w1237560704_1.png | Bin 0 -> 1591 bytes .../minecraft/textures/item/w1238374330_0.png | Bin 0 -> 1026 bytes .../minecraft/textures/item/w1239499536_1.png | Bin 0 -> 105 bytes .../minecraft/textures/item/w1251429564_0.png | Bin 0 -> 1902 bytes .../minecraft/textures/item/w1251530469_0.png | Bin 0 -> 603 bytes .../minecraft/textures/item/w1255275102_0.png | Bin 0 -> 179 bytes .../minecraft/textures/item/w1255943376_0.png | Bin 0 -> 297 bytes .../minecraft/textures/item/w1255962469_0.png | Bin 0 -> 303 bytes .../minecraft/textures/item/w1256319553_0.png | Bin 0 -> 298 bytes .../minecraft/textures/item/w1257077605_0.png | Bin 0 -> 1106 bytes .../minecraft/textures/item/w1257077605_1.png | Bin 0 -> 241 bytes .../minecraft/textures/item/w1263101820_0.png | Bin 0 -> 1776 bytes .../minecraft/textures/item/w1274200451_1.png | Bin 0 -> 2945 bytes .../minecraft/textures/item/w127800188_0.png | Bin 0 -> 730 bytes .../minecraft/textures/item/w1279592502_0.png | Bin 0 -> 586 bytes .../minecraft/textures/item/w1295163023_0.png | Bin 0 -> 1294 bytes .../minecraft/textures/item/w1298031229_0.png | Bin 0 -> 103 bytes .../minecraft/textures/item/w1303587230_0.png | Bin 0 -> 732 bytes .../minecraft/textures/item/w1303601506_0.png | Bin 0 -> 1901 bytes .../minecraft/textures/item/w1317558595_2.png | Bin 0 -> 692 bytes .../minecraft/textures/item/w1324070569_0.png | Bin 0 -> 726 bytes .../minecraft/textures/item/w1324070570_0.png | Bin 0 -> 726 bytes .../minecraft/textures/item/w1324649479_0.png | Bin 0 -> 1766 bytes .../minecraft/textures/item/w1327644475_0.png | Bin 0 -> 1139 bytes .../minecraft/textures/item/w1332801006_0.png | Bin 0 -> 2386 bytes .../minecraft/textures/item/w1332899135_0.png | Bin 0 -> 200 bytes .../minecraft/textures/item/w1341505778_0.png | Bin 0 -> 16610 bytes .../minecraft/textures/item/w1343839841_0.png | Bin 0 -> 1278 bytes .../minecraft/textures/item/w1343839841_1.png | Bin 0 -> 523 bytes .../minecraft/textures/item/w1343839841_2.png | Bin 0 -> 893 bytes .../minecraft/textures/item/w1343839841_3.png | Bin 0 -> 214 bytes .../minecraft/textures/item/w1343839841_4.png | Bin 0 -> 321 bytes .../minecraft/textures/item/w1343839841_5.png | Bin 0 -> 210 bytes .../minecraft/textures/item/w1355786594_0.png | Bin 0 -> 550 bytes .../minecraft/textures/item/w1358579565_0.png | Bin 0 -> 1360 bytes .../minecraft/textures/item/w135981545_0.png | Bin 0 -> 301 bytes .../minecraft/textures/item/w1370461969_1.png | Bin 0 -> 1381 bytes .../minecraft/textures/item/w1390841376_0.png | Bin 0 -> 300 bytes .../minecraft/textures/item/w1391054669_0.png | Bin 0 -> 1410 bytes .../minecraft/textures/item/w1405930463_0.png | Bin 0 -> 353 bytes .../minecraft/textures/item/w142270041_0.png | Bin 0 -> 341 bytes .../minecraft/textures/item/w1422860604_0.png | Bin 0 -> 2149 bytes .../minecraft/textures/item/w1435518634_0.png | Bin 0 -> 383 bytes .../minecraft/textures/item/w1441369710_2.png | Bin 0 -> 665 bytes .../minecraft/textures/item/w1443277333_0.png | Bin 0 -> 177 bytes .../minecraft/textures/item/w1443555134_0.png | Bin 0 -> 1004 bytes .../minecraft/textures/item/w1470545265_0.png | Bin 0 -> 1385 bytes .../minecraft/textures/item/w1473744242_0.png | Bin 0 -> 676 bytes .../minecraft/textures/item/w1477582400_0.png | Bin 0 -> 1308 bytes .../minecraft/textures/item/w1479295604_1.png | Bin 0 -> 1524 bytes .../minecraft/textures/item/w1493995275_0.png | Bin 0 -> 344 bytes .../minecraft/textures/item/w149762276_0.png | Bin 0 -> 1380 bytes .../minecraft/textures/item/w1512003152_0.png | Bin 0 -> 740 bytes .../minecraft/textures/item/w1539325883_0.png | Bin 0 -> 1110 bytes .../minecraft/textures/item/w1539339399_0.png | Bin 0 -> 1927 bytes .../minecraft/textures/item/w1539464564_1.png | Bin 0 -> 5825 bytes .../minecraft/textures/item/w1539508421_1.png | Bin 0 -> 2845 bytes .../minecraft/textures/item/w1539862325_0.png | Bin 0 -> 3094 bytes .../minecraft/textures/item/w1545223062_0.png | Bin 0 -> 142 bytes .../minecraft/textures/item/w1549737424_0.png | Bin 0 -> 667 bytes .../minecraft/textures/item/w1551282846_0.png | Bin 0 -> 270 bytes .../minecraft/textures/item/w1557020701_0.png | Bin 0 -> 231 bytes .../minecraft/textures/item/w1558588619_0.png | Bin 0 -> 624 bytes .../minecraft/textures/item/w1561875110_0.png | Bin 0 -> 127 bytes .../minecraft/textures/item/w1561924034_0.png | Bin 0 -> 126 bytes .../minecraft/textures/item/w1562023897_0.png | Bin 0 -> 127 bytes .../minecraft/textures/item/w1563165382_0.png | Bin 0 -> 381 bytes .../minecraft/textures/item/w1566831442_0.png | Bin 0 -> 1274 bytes .../minecraft/textures/item/w1580828668_0.png | Bin 0 -> 829 bytes .../minecraft/textures/item/w1590929571_0.png | Bin 0 -> 670 bytes .../minecraft/textures/item/w1596149366_0.png | Bin 0 -> 255 bytes .../minecraft/textures/item/w1605256237_1.png | Bin 0 -> 5810 bytes .../minecraft/textures/item/w1606295469_0.png | Bin 0 -> 1164 bytes .../minecraft/textures/item/w16136324_0.png | Bin 0 -> 141 bytes .../minecraft/textures/item/w1615064312_0.png | Bin 0 -> 164 bytes .../minecraft/textures/item/w1615450148_0.png | Bin 0 -> 265 bytes .../minecraft/textures/item/w1615452446_0.png | Bin 0 -> 263 bytes .../minecraft/textures/item/w1616426741_0.png | Bin 0 -> 771 bytes .../minecraft/textures/item/w1616577473_0.png | Bin 0 -> 313 bytes .../minecraft/textures/item/w1618037994_0.png | Bin 0 -> 870 bytes .../minecraft/textures/item/w1618368371_0.png | Bin 0 -> 188 bytes .../minecraft/textures/item/w1618422598_2.png | Bin 0 -> 696 bytes .../minecraft/textures/item/w1621425563_0.png | Bin 0 -> 925 bytes .../minecraft/textures/item/w1625134105_1.png | Bin 0 -> 74 bytes .../minecraft/textures/item/w1626974240_0.png | Bin 0 -> 353 bytes .../minecraft/textures/item/w16287882_0.png | Bin 0 -> 221 bytes .../minecraft/textures/item/w1632024796_0.png | Bin 0 -> 3018 bytes .../minecraft/textures/item/w16466701_0.png | Bin 0 -> 96 bytes .../minecraft/textures/item/w1663532036_0.png | Bin 0 -> 425 bytes .../minecraft/textures/item/w1664449374_0.png | Bin 0 -> 1094 bytes .../minecraft/textures/item/w1668447488_0.png | Bin 0 -> 924 bytes .../minecraft/textures/item/w1670121985_3.png | Bin 0 -> 1269 bytes .../minecraft/textures/item/w1672763362_0.png | Bin 0 -> 259 bytes .../minecraft/textures/item/w1676868446_0.png | Bin 0 -> 1269 bytes .../minecraft/textures/item/w168818778_0.png | Bin 0 -> 521 bytes .../minecraft/textures/item/w1695696207_0.png | Bin 0 -> 1222 bytes .../minecraft/textures/item/w1700976192_0.png | Bin 0 -> 469 bytes .../minecraft/textures/item/w1707045247_1.png | Bin 0 -> 2197 bytes .../minecraft/textures/item/w1707460093_0.png | Bin 0 -> 1298 bytes .../minecraft/textures/item/w1708147980_0.png | Bin 0 -> 815 bytes .../minecraft/textures/item/w1717485251_0.png | Bin 0 -> 654 bytes .../minecraft/textures/item/w1718961564_0.png | Bin 0 -> 771 bytes .../minecraft/textures/item/w1721179335_0.png | Bin 0 -> 922 bytes .../minecraft/textures/item/w172183170_0.png | Bin 0 -> 537 bytes .../minecraft/textures/item/w172183170_1.png | Bin 0 -> 285 bytes .../minecraft/textures/item/w1724276494_0.png | Bin 0 -> 2393 bytes .../minecraft/textures/item/w1724908523_1.png | Bin 0 -> 4117 bytes .../minecraft/textures/item/w1725796940_0.png | Bin 0 -> 899 bytes .../minecraft/textures/item/w172762590_0.png | Bin 0 -> 640 bytes .../minecraft/textures/item/w1730414824_0.png | Bin 0 -> 754 bytes .../minecraft/textures/item/w1731126057_0.png | Bin 0 -> 757 bytes .../minecraft/textures/item/w1731681921_0.png | Bin 0 -> 700 bytes .../minecraft/textures/item/w1732248939_0.png | Bin 0 -> 855 bytes .../minecraft/textures/item/w1740230836_0.png | Bin 0 -> 1074 bytes .../minecraft/textures/item/w1742118939_0.png | Bin 0 -> 1164 bytes .../minecraft/textures/item/w1742311762_0.png | Bin 0 -> 1164 bytes .../minecraft/textures/item/w1742449515_0.png | Bin 0 -> 687 bytes .../minecraft/textures/item/w1742953059_0.png | Bin 0 -> 279 bytes .../minecraft/textures/item/w1744838273_0.png | Bin 0 -> 1074 bytes .../minecraft/textures/item/w1746590256_0.png | Bin 0 -> 203 bytes .../minecraft/textures/item/w1746835750_0.png | Bin 0 -> 386 bytes .../minecraft/textures/item/w1746919199_0.png | Bin 0 -> 1164 bytes .../minecraft/textures/item/w1752883155_0.png | Bin 0 -> 599 bytes .../minecraft/textures/item/w1754158903_0.png | Bin 0 -> 920 bytes .../minecraft/textures/item/w1754769426_0.png | Bin 0 -> 747 bytes .../minecraft/textures/item/w175574275_1.png | Bin 0 -> 1567 bytes .../minecraft/textures/item/w175574276_1.png | Bin 0 -> 1567 bytes .../minecraft/textures/item/w175574277_1.png | Bin 0 -> 1567 bytes .../minecraft/textures/item/w175574278_1.png | Bin 0 -> 1567 bytes .../minecraft/textures/item/w175574279_1.png | Bin 0 -> 1567 bytes .../minecraft/textures/item/w175574280_1.png | Bin 0 -> 1567 bytes .../minecraft/textures/item/w175574281_1.png | Bin 0 -> 1567 bytes .../minecraft/textures/item/w1758853971_1.png | Bin 0 -> 1843 bytes .../minecraft/textures/item/w1759025489_0.png | Bin 0 -> 1183 bytes .../minecraft/textures/item/w1761401925_0.png | Bin 0 -> 1144 bytes .../minecraft/textures/item/w1764863845_0.png | Bin 0 -> 1011 bytes .../minecraft/textures/item/w1767793066_0.png | Bin 0 -> 364 bytes .../minecraft/textures/item/w1777470399_0.png | Bin 0 -> 1694 bytes .../minecraft/textures/item/w1787240722_0.png | Bin 0 -> 700 bytes .../minecraft/textures/item/w1803770700_0.png | Bin 0 -> 226 bytes .../minecraft/textures/item/w1803770701_0.png | Bin 0 -> 205 bytes .../minecraft/textures/item/w180734798_0.png | Bin 0 -> 836 bytes .../minecraft/textures/item/w1813439836_0.png | Bin 0 -> 372 bytes .../minecraft/textures/item/w1817864054_0.png | Bin 0 -> 736 bytes .../minecraft/textures/item/w1818848295_0.png | Bin 0 -> 1302 bytes .../minecraft/textures/item/w1823039592_0.png | Bin 0 -> 2978 bytes .../minecraft/textures/item/w1824399249_0.png | Bin 0 -> 139 bytes .../minecraft/textures/item/w1830220955_0.png | Bin 0 -> 74 bytes .../minecraft/textures/item/w1833936692_0.png | Bin 0 -> 272 bytes .../minecraft/textures/item/w1837428360_1.png | Bin 0 -> 1524 bytes .../minecraft/textures/item/w1843347859_0.png | Bin 0 -> 109 bytes .../minecraft/textures/item/w1866165008_0.png | Bin 0 -> 592 bytes .../minecraft/textures/item/w1866785482_0.png | Bin 0 -> 555 bytes .../minecraft/textures/item/w1881912913_0.png | Bin 0 -> 1026 bytes .../minecraft/textures/item/w1881954586_0.png | Bin 0 -> 1026 bytes .../minecraft/textures/item/w1882326893_0.png | Bin 0 -> 1026 bytes .../minecraft/textures/item/w1886527286_0.png | Bin 0 -> 553 bytes .../minecraft/textures/item/w1890994207_0.png | Bin 0 -> 541 bytes .../minecraft/textures/item/w1905599351_0.png | Bin 0 -> 1013 bytes .../minecraft/textures/item/w1917714267_0.png | Bin 0 -> 914 bytes .../minecraft/textures/item/w1920576398_0.png | Bin 0 -> 379 bytes .../minecraft/textures/item/w1926467980_2.png | Bin 0 -> 5920 bytes .../minecraft/textures/item/w1929792504_0.png | Bin 0 -> 109 bytes .../minecraft/textures/item/w193160378_0.png | Bin 0 -> 537 bytes .../minecraft/textures/item/w1940333117_0.png | Bin 0 -> 334 bytes .../minecraft/textures/item/w194520903_1.png | Bin 0 -> 914 bytes .../minecraft/textures/item/w194927127_1.png | Bin 0 -> 882 bytes .../minecraft/textures/item/w1956792075_0.png | Bin 0 -> 155 bytes .../minecraft/textures/item/w1962253921_0.png | Bin 0 -> 2831 bytes .../minecraft/textures/item/w1963216811_0.png | Bin 0 -> 291 bytes .../minecraft/textures/item/w1968018365_0.png | Bin 0 -> 527 bytes .../minecraft/textures/item/w1969616221_0.png | Bin 0 -> 2758 bytes .../minecraft/textures/item/w1974018007_0.png | Bin 0 -> 364 bytes .../minecraft/textures/item/w1975017321_0.png | Bin 0 -> 269 bytes .../minecraft/textures/item/w1976075061_0.png | Bin 0 -> 155 bytes .../minecraft/textures/item/w1976682995_0.png | Bin 0 -> 479 bytes .../minecraft/textures/item/w1977005853_1.png | Bin 0 -> 2982 bytes .../minecraft/textures/item/w1984143817_0.png | Bin 0 -> 537 bytes .../minecraft/textures/item/w1985940056_0.png | Bin 0 -> 334 bytes .../minecraft/textures/item/w1987473792_0.png | Bin 0 -> 162 bytes .../minecraft/textures/item/w1995941004_0.png | Bin 0 -> 2890 bytes .../minecraft/textures/item/w1996187189_0.png | Bin 0 -> 610 bytes .../minecraft/textures/item/w2001593152_0.png | Bin 0 -> 391 bytes .../minecraft/textures/item/w2005395590_2.png | Bin 0 -> 2996 bytes .../minecraft/textures/item/w2006258482_0.png | Bin 0 -> 757 bytes .../minecraft/textures/item/w2020580543_0.png | Bin 0 -> 487 bytes .../minecraft/textures/item/w2027747405_0.png | Bin 0 -> 566 bytes .../minecraft/textures/item/w2029609546_0.png | Bin 0 -> 565 bytes .../minecraft/textures/item/w203359445_1.png | Bin 0 -> 896 bytes .../minecraft/textures/item/w2041334604_1.png | Bin 0 -> 2942 bytes .../minecraft/textures/item/w2047181238_0.png | Bin 0 -> 628 bytes .../minecraft/textures/item/w2057568556_0.png | Bin 0 -> 3037 bytes .../minecraft/textures/item/w2057888483_0.png | Bin 0 -> 243 bytes .../minecraft/textures/item/w2057983610_1.png | Bin 0 -> 1529 bytes .../minecraft/textures/item/w2060111030_0.png | Bin 0 -> 1196 bytes .../minecraft/textures/item/w2060413512_0.png | Bin 0 -> 1653 bytes .../minecraft/textures/item/w2063121867_0.png | Bin 0 -> 1047 bytes .../minecraft/textures/item/w2064223149_0.png | Bin 0 -> 1077 bytes .../minecraft/textures/item/w2064247440_0.png | Bin 0 -> 650 bytes .../minecraft/textures/item/w2064327493_0.png | Bin 0 -> 755 bytes .../minecraft/textures/item/w2070739601_1.png | Bin 0 -> 1527 bytes .../minecraft/textures/item/w2072135620_0.png | Bin 0 -> 318 bytes .../minecraft/textures/item/w2074829423_0.png | Bin 0 -> 1220 bytes .../minecraft/textures/item/w2074829423_1.png | Bin 0 -> 537 bytes .../minecraft/textures/item/w2090336681_0.png | Bin 0 -> 442 bytes .../minecraft/textures/item/w2090618941_0.png | Bin 0 -> 226 bytes .../minecraft/textures/item/w2101038637_0.png | Bin 0 -> 314 bytes .../minecraft/textures/item/w2105093914_1.png | Bin 0 -> 961 bytes .../minecraft/textures/item/w2105554233_1.png | Bin 0 -> 10748 bytes .../minecraft/textures/item/w2108011018_1.png | Bin 0 -> 1381 bytes .../minecraft/textures/item/w2113609448_2.png | Bin 0 -> 1471 bytes .../minecraft/textures/item/w2113610614_7.png | Bin 0 -> 1381 bytes .../minecraft/textures/item/w2126237075_0.png | Bin 0 -> 251 bytes .../minecraft/textures/item/w2127992409_0.png | Bin 0 -> 1945 bytes .../minecraft/textures/item/w2128082939_0.png | Bin 0 -> 454 bytes .../minecraft/textures/item/w218290099_0.png | Bin 0 -> 397 bytes .../minecraft/textures/item/w222535019_0.png | Bin 0 -> 189 bytes .../minecraft/textures/item/w228039762_0.png | Bin 0 -> 1514 bytes assets/minecraft/textures/item/w2347461_0.png | Bin 0 -> 1164 bytes .../minecraft/textures/item/w238336367_0.png | Bin 0 -> 1282 bytes .../minecraft/textures/item/w238452799_0.png | Bin 0 -> 1733 bytes .../minecraft/textures/item/w24912763_1.png | Bin 0 -> 1638 bytes .../minecraft/textures/item/w251119530_2.png | Bin 0 -> 1321 bytes .../minecraft/textures/item/w252432784_0.png | Bin 0 -> 164 bytes .../minecraft/textures/item/w252986110_0.png | Bin 0 -> 165 bytes .../minecraft/textures/item/w263649830_0.png | Bin 0 -> 682 bytes .../minecraft/textures/item/w280473093_0.png | Bin 0 -> 615 bytes .../minecraft/textures/item/w284370906_0.png | Bin 0 -> 618 bytes .../minecraft/textures/item/w290565796_0.png | Bin 0 -> 391 bytes .../minecraft/textures/item/w291279173_0.png | Bin 0 -> 671 bytes .../minecraft/textures/item/w296143620_0.png | Bin 0 -> 253 bytes assets/minecraft/textures/item/w3029310_0.png | Bin 0 -> 770 bytes assets/minecraft/textures/item/w3029700_0.png | Bin 0 -> 180 bytes assets/minecraft/textures/item/w3045944_0.png | Bin 0 -> 285 bytes .../minecraft/textures/item/w30472746_0.png | Bin 0 -> 337 bytes .../minecraft/textures/item/w306952636_1.png | Bin 0 -> 159 bytes .../minecraft/textures/item/w307496265_0.png | Bin 0 -> 709 bytes assets/minecraft/textures/item/w3088982_0.png | Bin 0 -> 594 bytes .../minecraft/textures/item/w309053280_0.png | Bin 0 -> 580 bytes assets/minecraft/textures/item/w3094713_0.png | Bin 0 -> 534 bytes .../minecraft/textures/item/w315185193_0.png | Bin 0 -> 315 bytes .../minecraft/textures/item/w317392845_0.png | Bin 0 -> 353 bytes .../minecraft/textures/item/w319523931_0.png | Bin 0 -> 612 bytes .../minecraft/textures/item/w320005794_0.png | Bin 0 -> 444 bytes .../minecraft/textures/item/w322124757_0.png | Bin 0 -> 443 bytes .../minecraft/textures/item/w324902060_0.png | Bin 0 -> 811 bytes assets/minecraft/textures/item/w3292336_0.png | Bin 0 -> 391 bytes .../minecraft/textures/item/w33352453_0.png | Bin 0 -> 435 bytes .../minecraft/textures/item/w334634221_0.png | Bin 0 -> 897 bytes .../minecraft/textures/item/w336675831_0.png | Bin 0 -> 353 bytes .../minecraft/textures/item/w34031851_0.png | Bin 0 -> 428 bytes .../minecraft/textures/item/w343692679_0.png | Bin 0 -> 212 bytes .../minecraft/textures/item/w358564185_0.png | Bin 0 -> 398 bytes .../minecraft/textures/item/w362022892_0.png | Bin 0 -> 1026 bytes .../minecraft/textures/item/w382922671_0.png | Bin 0 -> 454 bytes .../minecraft/textures/item/w385945444_5.png | Bin 0 -> 1471 bytes .../minecraft/textures/item/w387800523_3.png | Bin 0 -> 1381 bytes .../minecraft/textures/item/w388730891_0.png | Bin 0 -> 909 bytes .../minecraft/textures/item/w402566334_0.png | Bin 0 -> 1164 bytes .../minecraft/textures/item/w402608007_0.png | Bin 0 -> 1164 bytes .../minecraft/textures/item/w402611145_0.png | Bin 0 -> 1037 bytes .../minecraft/textures/item/w402693908_0.png | Bin 0 -> 651 bytes .../minecraft/textures/item/w402720455_0.png | Bin 0 -> 1164 bytes .../minecraft/textures/item/w402861113_0.png | Bin 0 -> 1164 bytes .../minecraft/textures/item/w402980314_0.png | Bin 0 -> 1164 bytes .../minecraft/textures/item/w406968294_1.png | Bin 0 -> 1524 bytes .../minecraft/textures/item/w408444029_0.png | Bin 0 -> 442 bytes .../minecraft/textures/item/w417487020_0.png | Bin 0 -> 143 bytes .../minecraft/textures/item/w419070065_0.png | Bin 0 -> 1038 bytes .../minecraft/textures/item/w419724285_1.png | Bin 0 -> 1529 bytes .../minecraft/textures/item/w420825825_0.png | Bin 0 -> 1213 bytes .../minecraft/textures/item/w437347825_0.png | Bin 0 -> 1159 bytes .../minecraft/textures/item/w439336394_0.png | Bin 0 -> 951 bytes .../minecraft/textures/item/w441787035_0.png | Bin 0 -> 1165 bytes .../minecraft/textures/item/w443089212_0.png | Bin 0 -> 1430 bytes .../minecraft/textures/item/w447319910_0.png | Bin 0 -> 234 bytes .../minecraft/textures/item/w447403513_0.png | Bin 0 -> 1373 bytes .../minecraft/textures/item/w452281536_0.png | Bin 0 -> 120 bytes .../minecraft/textures/item/w46940346_2.png | Bin 0 -> 4515 bytes .../minecraft/textures/item/w470059371_0.png | Bin 0 -> 388 bytes .../minecraft/textures/item/w471978016_0.png | Bin 0 -> 206 bytes .../minecraft/textures/item/w472132137_0.png | Bin 0 -> 211 bytes .../minecraft/textures/item/w473538924_6.png | Bin 0 -> 1381 bytes .../minecraft/textures/item/w476856960_0.png | Bin 0 -> 385 bytes .../minecraft/textures/item/w477003417_0.png | Bin 0 -> 824 bytes .../minecraft/textures/item/w479541313_1.png | Bin 0 -> 988 bytes .../minecraft/textures/item/w480646619_1.png | Bin 0 -> 923 bytes .../minecraft/textures/item/w485811783_0.png | Bin 0 -> 351 bytes .../minecraft/textures/item/w486647665_0.png | Bin 0 -> 633 bytes .../minecraft/textures/item/w498497362_0.png | Bin 0 -> 1478 bytes .../minecraft/textures/item/w502485590_0.png | Bin 0 -> 1628 bytes .../minecraft/textures/item/w503059271_0.png | Bin 0 -> 1164 bytes .../minecraft/textures/item/w503213392_0.png | Bin 0 -> 1164 bytes .../minecraft/textures/item/w505007129_0.png | Bin 0 -> 141 bytes .../minecraft/textures/item/w513378709_8.png | Bin 0 -> 1381 bytes .../minecraft/textures/item/w513420836_0.png | Bin 0 -> 151 bytes .../minecraft/textures/item/w524137970_0.png | Bin 0 -> 858 bytes .../minecraft/textures/item/w525175639_0.png | Bin 0 -> 717 bytes .../minecraft/textures/item/w525713560_1.png | Bin 0 -> 1528 bytes .../minecraft/textures/item/w527150133_4.png | Bin 0 -> 2265 bytes .../minecraft/textures/item/w528450365_0.png | Bin 0 -> 179 bytes .../minecraft/textures/item/w537037264_0.png | Bin 0 -> 2594 bytes .../minecraft/textures/item/w537061449_1.png | Bin 0 -> 930 bytes .../minecraft/textures/item/w54076915_0.png | Bin 0 -> 277 bytes .../minecraft/textures/item/w541255480_0.png | Bin 0 -> 489 bytes .../minecraft/textures/item/w54499597_0.png | Bin 0 -> 313 bytes .../minecraft/textures/item/w546717779_0.png | Bin 0 -> 1289 bytes .../minecraft/textures/item/w548038606_0.png | Bin 0 -> 150 bytes .../minecraft/textures/item/w548187393_0.png | Bin 0 -> 155 bytes .../minecraft/textures/item/w548190164_0.png | Bin 0 -> 155 bytes .../minecraft/textures/item/w550386185_0.png | Bin 0 -> 629 bytes .../minecraft/textures/item/w56034452_0.png | Bin 0 -> 163 bytes .../minecraft/textures/item/w560586197_0.png | Bin 0 -> 626 bytes .../minecraft/textures/item/w561523967_0.png | Bin 0 -> 584 bytes .../minecraft/textures/item/w565395532_0.png | Bin 0 -> 831 bytes .../minecraft/textures/item/w56618297_0.png | Bin 0 -> 504 bytes .../minecraft/textures/item/w569638674_0.png | Bin 0 -> 1039 bytes .../minecraft/textures/item/w572736903_0.png | Bin 0 -> 1032 bytes .../minecraft/textures/item/w579610860_0.png | Bin 0 -> 5781 bytes .../minecraft/textures/item/w58473164_0.png | Bin 0 -> 633 bytes .../minecraft/textures/item/w595064768_0.png | Bin 0 -> 646 bytes .../minecraft/textures/item/w596219049_0.png | Bin 0 -> 290 bytes .../minecraft/textures/item/w601408162_2.png | Bin 0 -> 2217 bytes .../minecraft/textures/item/w626005022_0.png | Bin 0 -> 243 bytes .../minecraft/textures/item/w629366835_0.png | Bin 0 -> 945 bytes .../minecraft/textures/item/w633443534_1.png | Bin 0 -> 159 bytes .../minecraft/textures/item/w633456371_0.png | Bin 0 -> 734 bytes .../minecraft/textures/item/w633702092_0.png | Bin 0 -> 353 bytes .../minecraft/textures/item/w633856213_0.png | Bin 0 -> 353 bytes .../minecraft/textures/item/w63510000_0.png | Bin 0 -> 822 bytes .../minecraft/textures/item/w637883067_0.png | Bin 0 -> 560 bytes .../minecraft/textures/item/w638910535_0.png | Bin 0 -> 579 bytes .../minecraft/textures/item/w655317825_0.png | Bin 0 -> 2164 bytes .../minecraft/textures/item/w655578069_0.png | Bin 0 -> 1088 bytes .../minecraft/textures/item/w661648797_0.png | Bin 0 -> 835 bytes .../minecraft/textures/item/w673533331_0.png | Bin 0 -> 341 bytes .../minecraft/textures/item/w680019582_0.png | Bin 0 -> 3573 bytes .../minecraft/textures/item/w684253743_0.png | Bin 0 -> 623 bytes .../minecraft/textures/item/w686210047_0.png | Bin 0 -> 250 bytes .../minecraft/textures/item/w686620774_0.png | Bin 0 -> 269 bytes .../minecraft/textures/item/w686650531_0.png | Bin 0 -> 268 bytes .../minecraft/textures/item/w687229723_0.png | Bin 0 -> 341 bytes .../minecraft/textures/item/w690640828_0.png | Bin 0 -> 980 bytes .../minecraft/textures/item/w696326546_0.png | Bin 0 -> 1164 bytes .../minecraft/textures/item/w70391581_0.png | Bin 0 -> 668 bytes .../minecraft/textures/item/w70407947_0.png | Bin 0 -> 674 bytes .../minecraft/textures/item/w708225815_0.png | Bin 0 -> 357 bytes .../minecraft/textures/item/w709345667_1.png | Bin 0 -> 861 bytes .../minecraft/textures/item/w711234505_0.png | Bin 0 -> 1613 bytes .../minecraft/textures/item/w713005667_0.png | Bin 0 -> 353 bytes .../minecraft/textures/item/w713097292_0.png | Bin 0 -> 386 bytes .../minecraft/textures/item/w714708520_0.png | Bin 0 -> 239 bytes .../minecraft/textures/item/w715143267_0.png | Bin 0 -> 338 bytes .../minecraft/textures/item/w718958509_0.png | Bin 0 -> 234 bytes .../minecraft/textures/item/w723905710_0.png | Bin 0 -> 313 bytes .../minecraft/textures/item/w725671484_0.png | Bin 0 -> 143 bytes .../minecraft/textures/item/w72659297_0.png | Bin 0 -> 147 bytes .../minecraft/textures/item/w728234784_0.png | Bin 0 -> 1164 bytes .../minecraft/textures/item/w735431008_0.png | Bin 0 -> 312 bytes .../minecraft/textures/item/w736432200_0.png | Bin 0 -> 212 bytes .../minecraft/textures/item/w743634399_0.png | Bin 0 -> 1212 bytes .../minecraft/textures/item/w746007989_0.png | Bin 0 -> 537 bytes .../minecraft/textures/item/w746122227_0.png | Bin 0 -> 1026 bytes .../minecraft/textures/item/w750562988_0.png | Bin 0 -> 1386 bytes .../minecraft/textures/item/w76280770_1.png | Bin 0 -> 565 bytes .../minecraft/textures/item/w764061738_0.png | Bin 0 -> 363 bytes .../minecraft/textures/item/w765661244_0.png | Bin 0 -> 186 bytes .../minecraft/textures/item/w765661244_1.png | Bin 0 -> 185 bytes .../minecraft/textures/item/w778977673_0.png | Bin 0 -> 246 bytes .../minecraft/textures/item/w785529931_0.png | Bin 0 -> 1203 bytes .../minecraft/textures/item/w790045665_0.png | Bin 0 -> 1938 bytes .../minecraft/textures/item/w791729058_0.png | Bin 0 -> 1302 bytes .../minecraft/textures/item/w792350238_0.png | Bin 0 -> 249 bytes .../minecraft/textures/item/w792665774_0.png | Bin 0 -> 148 bytes .../minecraft/textures/item/w797366627_0.png | Bin 0 -> 12399 bytes .../minecraft/textures/item/w797994798_0.png | Bin 0 -> 720 bytes .../minecraft/textures/item/w797994798_1.png | Bin 0 -> 23214 bytes .../minecraft/textures/item/w797994798_2.png | Bin 0 -> 43266 bytes .../minecraft/textures/item/w817467480_0.png | Bin 0 -> 801 bytes .../minecraft/textures/item/w817467481_0.png | Bin 0 -> 776 bytes .../minecraft/textures/item/w817467482_0.png | Bin 0 -> 858 bytes .../minecraft/textures/item/w820118821_2.png | Bin 0 -> 2615 bytes .../minecraft/textures/item/w821551957_0.png | Bin 0 -> 484 bytes .../minecraft/textures/item/w837805238_0.png | Bin 0 -> 1197 bytes .../minecraft/textures/item/w837805238_1.png | Bin 0 -> 238 bytes .../minecraft/textures/item/w844452275_0.png | Bin 0 -> 350 bytes .../minecraft/textures/item/w851866326_0.png | Bin 0 -> 1843 bytes .../minecraft/textures/item/w853044614_9.png | Bin 0 -> 1332 bytes .../minecraft/textures/item/w856876674_0.png | Bin 0 -> 772 bytes .../minecraft/textures/item/w864487905_0.png | Bin 0 -> 1332 bytes .../minecraft/textures/item/w876358331_0.png | Bin 0 -> 1187 bytes .../minecraft/textures/item/w886900139_1.png | Bin 0 -> 1753 bytes .../minecraft/textures/item/w88907092_0.png | Bin 0 -> 2098 bytes .../minecraft/textures/item/w897979551_0.png | Bin 0 -> 541 bytes .../minecraft/textures/item/w901491293_0.png | Bin 0 -> 215 bytes .../minecraft/textures/item/w905173245_2.png | Bin 0 -> 696 bytes .../minecraft/textures/item/w907593318_0.png | Bin 0 -> 7429 bytes .../minecraft/textures/item/w908742818_0.png | Bin 0 -> 150 bytes .../minecraft/textures/item/w910796284_1.png | Bin 0 -> 1395 bytes .../minecraft/textures/item/w914367072_0.png | Bin 0 -> 2635 bytes .../minecraft/textures/item/w918905176_0.png | Bin 0 -> 2332 bytes .../minecraft/textures/item/w922744702_0.png | Bin 0 -> 828 bytes .../minecraft/textures/item/w923408349_0.png | Bin 0 -> 382 bytes .../minecraft/textures/item/w927238821_0.png | Bin 0 -> 185 bytes .../minecraft/textures/item/w928710376_0.png | Bin 0 -> 650 bytes .../minecraft/textures/item/w929760932_0.png | Bin 0 -> 482 bytes .../minecraft/textures/item/w93029210_0.png | Bin 0 -> 182 bytes .../minecraft/textures/item/w936534035_0.png | Bin 0 -> 4228 bytes .../minecraft/textures/item/w940431141_0.png | Bin 0 -> 257 bytes .../minecraft/textures/item/w951537421_1.png | Bin 0 -> 4320 bytes .../minecraft/textures/item/w953456107_0.png | Bin 0 -> 493 bytes .../minecraft/textures/item/w967720287_0.png | Bin 0 -> 794 bytes .../minecraft/textures/item/w970938328_0.png | Bin 0 -> 1164 bytes assets/minecraft/textures/item/w97410_0.png | Bin 0 -> 106 bytes .../minecraft/textures/item/w974294966_0.png | Bin 0 -> 2445 bytes .../minecraft/textures/item/w978060411_1.png | Bin 0 -> 73137 bytes .../minecraft/textures/item/w979748004_0.png | Bin 0 -> 731 bytes assets/minecraft/textures/item/w98699_0.png | Bin 0 -> 1157 bytes .../minecraft/textures/item/w988825771_0.png | Bin 0 -> 1026 bytes .../minecraft/textures/item/w994731153_0.png | Bin 0 -> 827 bytes .../minecraft/textures/item/w999595274_0.png | Bin 0 -> 341 bytes .../minecraft/textures/item/w999689315_0.png | Bin 0 -> 185 bytes .../minecraft/textures/item/water_bucket.png | Bin 0 -> 252 bytes assets/minecraft/textures/item/wheat.png | Bin 0 -> 234 bytes .../minecraft/textures/item/wheat_seeds.png | Bin 0 -> 195 bytes assets/minecraft/textures/item/wooden_axe.png | Bin 0 -> 170 bytes assets/minecraft/textures/item/wooden_hoe.png | Bin 0 -> 166 bytes .../textures/item/wooden_pickaxe.png | Bin 0 -> 271 bytes .../minecraft/textures/item/wooden_shovel.png | Bin 0 -> 161 bytes .../minecraft/textures/item/wooden_sword.png | Bin 0 -> 176 bytes .../minecraft/textures/item/writable_book.png | Bin 0 -> 235 bytes .../minecraft/textures/item/written_book.png | Bin 0 -> 188 bytes .../textures/misc/enchanted_glint_entity.png | Bin 0 -> 75 bytes .../misc/enchanted_glint_entity.png.mcmeta | 1 + .../textures/misc/enchanted_glint_item.png | Bin 0 -> 75 bytes .../misc/enchanted_glint_item.png.mcmeta | 1 + assets/minecraft/textures/misc/shadow.png | Bin 0 -> 470 bytes .../minecraft/textures/misc/shadow.png.mcmeta | 1 + assets/minecraft/textures/misc/underwater.png | Bin 0 -> 200 bytes .../textures/mob_effect/absorption.png | Bin 0 -> 181 bytes .../minecraft/textures/mob_effect/haste.png | Bin 0 -> 158 bytes .../textures/mob_effect/mining_fatigue.png | Bin 0 -> 149 bytes .../textures/mob_effect/night_vision.png | Bin 0 -> 186 bytes .../textures/mob_effect/strength.png | Bin 0 -> 255 bytes .../textures/mob_effect/weakness.png | Bin 0 -> 232 bytes .../models/armor/chainmail_layer_1.png | Bin 0 -> 722 bytes .../models/armor/chainmail_layer_2.png | Bin 0 -> 321 bytes .../textures/models/armor/diamond_layer_1.png | Bin 0 -> 514 bytes .../textures/models/armor/diamond_layer_2.png | Bin 0 -> 279 bytes .../textures/models/armor/gold_layer_1.png | Bin 0 -> 527 bytes .../textures/models/armor/gold_layer_2.png | Bin 0 -> 256 bytes .../textures/models/armor/iron_layer_1.png | Bin 0 -> 572 bytes .../textures/models/armor/iron_layer_2.png | Bin 0 -> 290 bytes .../textures/models/armor/leather_layer_1.png | Bin 0 -> 398 bytes .../models/armor/leather_layer_1_overlay.png | Bin 0 -> 83 bytes .../textures/models/armor/leather_layer_2.png | Bin 0 -> 218 bytes .../models/armor/leather_layer_2_overlay.png | Bin 0 -> 83 bytes assets/minecraft/textures/painting/alban.png | Bin 0 -> 198 bytes assets/minecraft/textures/painting/aztec.png | Bin 0 -> 228 bytes assets/minecraft/textures/painting/aztec2.png | Bin 0 -> 239 bytes assets/minecraft/textures/painting/back.png | Bin 0 -> 186 bytes assets/minecraft/textures/painting/bomb.png | Bin 0 -> 297 bytes .../textures/painting/burning_skull.png | Bin 0 -> 1445 bytes assets/minecraft/textures/painting/bust.png | Bin 0 -> 640 bytes .../minecraft/textures/painting/courbet.png | Bin 0 -> 644 bytes .../minecraft/textures/painting/creebet.png | Bin 0 -> 665 bytes .../textures/painting/donkey_kong.png | Bin 0 -> 1061 bytes .../minecraft/textures/painting/fighters.png | Bin 0 -> 749 bytes assets/minecraft/textures/painting/graham.png | Bin 0 -> 328 bytes assets/minecraft/textures/painting/kebab.png | Bin 0 -> 247 bytes assets/minecraft/textures/painting/match.png | Bin 0 -> 580 bytes .../paintings_kristoffer_zetterstrand.png | Bin 0 -> 20192 bytes .../minecraft/textures/painting/pigscene.png | Bin 0 -> 3926 bytes assets/minecraft/textures/painting/plant.png | Bin 0 -> 550 bytes .../minecraft/textures/painting/pointer.png | Bin 0 -> 1107 bytes assets/minecraft/textures/painting/pool.png | Bin 0 -> 287 bytes assets/minecraft/textures/painting/sea.png | Bin 0 -> 429 bytes .../minecraft/textures/painting/skeleton.png | Bin 0 -> 652 bytes .../textures/painting/skull_and_roses.png | Bin 0 -> 395 bytes assets/minecraft/textures/painting/stage.png | Bin 0 -> 548 bytes assets/minecraft/textures/painting/sunset.png | Bin 0 -> 562 bytes assets/minecraft/textures/painting/void.png | Bin 0 -> 585 bytes .../minecraft/textures/painting/wanderer.png | Bin 0 -> 330 bytes .../minecraft/textures/painting/wasteland.png | Bin 0 -> 395 bytes assets/minecraft/textures/painting/wither.png | Bin 0 -> 421 bytes assets/minecraft/textures/particle/angry.png | Bin 0 -> 176 bytes assets/minecraft/textures/particle/bubble.png | Bin 0 -> 153 bytes .../textures/particle/bubble_pop_0.png | Bin 0 -> 133 bytes .../textures/particle/bubble_pop_1.png | Bin 0 -> 135 bytes .../textures/particle/bubble_pop_2.png | Bin 0 -> 122 bytes .../textures/particle/bubble_pop_3.png | Bin 0 -> 109 bytes .../textures/particle/bubble_pop_4.png | Bin 0 -> 106 bytes .../textures/particle/critical_hit.png | Bin 0 -> 112 bytes assets/minecraft/textures/particle/damage.png | Bin 0 -> 139 bytes .../minecraft/textures/particle/drip_fall.png | Bin 0 -> 83 bytes .../minecraft/textures/particle/drip_hang.png | Bin 0 -> 85 bytes .../minecraft/textures/particle/drip_land.png | Bin 0 -> 71 bytes .../minecraft/textures/particle/effect_0.png | Bin 0 -> 84 bytes .../minecraft/textures/particle/effect_1.png | Bin 0 -> 95 bytes .../minecraft/textures/particle/effect_2.png | Bin 0 -> 106 bytes .../minecraft/textures/particle/effect_3.png | Bin 0 -> 119 bytes .../minecraft/textures/particle/effect_4.png | Bin 0 -> 118 bytes .../minecraft/textures/particle/effect_5.png | Bin 0 -> 118 bytes .../minecraft/textures/particle/effect_6.png | Bin 0 -> 122 bytes .../minecraft/textures/particle/effect_7.png | Bin 0 -> 125 bytes .../textures/particle/enchanted_hit.png | Bin 0 -> 124 bytes assets/minecraft/textures/particle/flame.png | Bin 0 -> 142 bytes assets/minecraft/textures/particle/flash.png | Bin 0 -> 913 bytes .../minecraft/textures/particle/generic_0.png | Bin 0 -> 71 bytes .../minecraft/textures/particle/generic_1.png | Bin 0 -> 71 bytes .../minecraft/textures/particle/generic_2.png | Bin 0 -> 71 bytes .../minecraft/textures/particle/generic_3.png | Bin 0 -> 71 bytes .../minecraft/textures/particle/generic_4.png | Bin 0 -> 71 bytes .../minecraft/textures/particle/generic_5.png | Bin 0 -> 86 bytes .../textures/particle/generic_5.png.mcmeta | 1 + .../minecraft/textures/particle/generic_6.png | Bin 0 -> 111 bytes .../textures/particle/generic_6.png.mcmeta | 1 + .../minecraft/textures/particle/generic_7.png | Bin 0 -> 127 bytes .../textures/particle/generic_7.png.mcmeta | 1 + assets/minecraft/textures/particle/glint.png | Bin 0 -> 123 bytes .../minecraft/textures/particle/glitter_0.png | Bin 0 -> 72 bytes .../minecraft/textures/particle/glitter_1.png | Bin 0 -> 77 bytes .../minecraft/textures/particle/glitter_2.png | Bin 0 -> 74 bytes .../minecraft/textures/particle/glitter_3.png | Bin 0 -> 81 bytes .../minecraft/textures/particle/glitter_4.png | Bin 0 -> 79 bytes .../minecraft/textures/particle/glitter_5.png | Bin 0 -> 85 bytes .../minecraft/textures/particle/glitter_6.png | Bin 0 -> 79 bytes .../minecraft/textures/particle/glitter_7.png | Bin 0 -> 85 bytes assets/minecraft/textures/particle/heart.png | Bin 0 -> 140 bytes assets/minecraft/textures/particle/lava.png | Bin 0 -> 119 bytes assets/minecraft/textures/particle/note.png | Bin 0 -> 124 bytes assets/minecraft/textures/particle/sga_a.png | Bin 0 -> 127 bytes assets/minecraft/textures/particle/sga_b.png | Bin 0 -> 105 bytes assets/minecraft/textures/particle/sga_c.png | Bin 0 -> 133 bytes assets/minecraft/textures/particle/sga_d.png | Bin 0 -> 115 bytes assets/minecraft/textures/particle/sga_e.png | Bin 0 -> 107 bytes assets/minecraft/textures/particle/sga_f.png | Bin 0 -> 111 bytes assets/minecraft/textures/particle/sga_g.png | Bin 0 -> 131 bytes assets/minecraft/textures/particle/sga_h.png | Bin 0 -> 126 bytes assets/minecraft/textures/particle/sga_i.png | Bin 0 -> 136 bytes assets/minecraft/textures/particle/sga_j.png | Bin 0 -> 124 bytes assets/minecraft/textures/particle/sga_k.png | Bin 0 -> 129 bytes assets/minecraft/textures/particle/sga_l.png | Bin 0 -> 132 bytes assets/minecraft/textures/particle/sga_m.png | Bin 0 -> 122 bytes assets/minecraft/textures/particle/sga_n.png | Bin 0 -> 111 bytes assets/minecraft/textures/particle/sga_o.png | Bin 0 -> 102 bytes assets/minecraft/textures/particle/sga_p.png | Bin 0 -> 127 bytes assets/minecraft/textures/particle/sga_q.png | Bin 0 -> 118 bytes assets/minecraft/textures/particle/sga_r.png | Bin 0 -> 115 bytes assets/minecraft/textures/particle/sga_s.png | Bin 0 -> 111 bytes assets/minecraft/textures/particle/sga_t.png | Bin 0 -> 135 bytes assets/minecraft/textures/particle/sga_u.png | Bin 0 -> 107 bytes assets/minecraft/textures/particle/sga_v.png | Bin 0 -> 111 bytes assets/minecraft/textures/particle/sga_w.png | Bin 0 -> 154 bytes assets/minecraft/textures/particle/sga_x.png | Bin 0 -> 142 bytes assets/minecraft/textures/particle/sga_y.png | Bin 0 -> 116 bytes assets/minecraft/textures/particle/sga_z.png | Bin 0 -> 137 bytes .../textures/skins/adventurer_hat.png | Bin 0 -> 492 bytes .../minecraft/textures/skins/air_gradient.png | Bin 0 -> 997 bytes .../minecraft/textures/skins/air_swirl2.png | Bin 0 -> 942 bytes .../textures/skins/air_swirl2.png.mcmeta | 1 + .../minecraft/textures/skins/anchor_atlas.png | Bin 0 -> 11327 bytes .../textures/skins/ancient/ancient_beam.png | Bin 0 -> 158 bytes .../skins/ancient/ancient_beam.png.mcmeta | 1 + .../textures/skins/ancient/ancient_common.png | Bin 0 -> 217 bytes .../textures/skins/ancient/ancient_diadem.png | Bin 0 -> 191 bytes .../skins/ancient/ancient_halberd.png | Bin 0 -> 213 bytes .../skins/ancient/ancient_orbiter.png | Bin 0 -> 158 bytes .../textures/skins/ancient/ancient_palm.png | Bin 0 -> 442 bytes .../textures/skins/ancient/ancient_pulse.png | Bin 0 -> 198 bytes .../skins/ancient/ancient_pulse.png.mcmeta | 1 + .../textures/skins/ancient/ancient_relik.png | Bin 0 -> 214 bytes .../textures/skins/ancient/ancient_staff.png | Bin 0 -> 189 bytes .../textures/skins/annihilation_disciple.png | Bin 0 -> 695 bytes .../skins/annihilation_disciple_a.png | Bin 0 -> 350 bytes .../skins/annihilation_disciple_a.png.mcmeta | 1 + .../textures/skins/aristrocat_hat.png | Bin 0 -> 1269 bytes .../minecraft/textures/skins/artisansword.png | Bin 0 -> 655 bytes .../minecraft/textures/skins/ashen_kasa.png | Bin 0 -> 541 bytes .../minecraft/textures/skins/atlas_atlas.png | Bin 0 -> 8354 bytes .../skins/aurora/aurora_battleaxe.png | Bin 0 -> 1182 bytes .../textures/skins/aurora/aurora_dagger.png | Bin 0 -> 969 bytes .../textures/skins/aurora/aurora_effect_1.png | Bin 0 -> 536 bytes .../skins/aurora/aurora_effect_1.png.mcmeta | 1 + .../textures/skins/aurora/aurora_effect_2.png | Bin 0 -> 214 bytes .../skins/aurora/aurora_effect_2.png.mcmeta | 1 + .../textures/skins/aurora/aurora_effect_3.png | Bin 0 -> 337 bytes .../skins/aurora/aurora_effect_3.png.mcmeta | 1 + .../textures/skins/aurora/aurora_effect_4.png | Bin 0 -> 411 bytes .../skins/aurora/aurora_effect_4.png.mcmeta | 1 + .../textures/skins/aurora/aurora_longbow.png | Bin 0 -> 922 bytes .../textures/skins/aurora/aurora_relik.png | Bin 0 -> 676 bytes .../textures/skins/aurora/aurora_staff.png | Bin 0 -> 956 bytes .../textures/skins/azure/azure_bow.png | Bin 0 -> 559 bytes .../textures/skins/azure/azure_insence_1.png | Bin 0 -> 270 bytes .../skins/azure/azure_insence_1.png.mcmeta | 1 + .../textures/skins/azure/azure_insence_2.png | Bin 0 -> 197 bytes .../skins/azure/azure_insence_2.png.mcmeta | 1 + .../textures/skins/azure/azure_insence_3.png | Bin 0 -> 363 bytes .../skins/azure/azure_insence_3.png.mcmeta | 1 + .../textures/skins/azure/azure_lantern.png | Bin 0 -> 361 bytes .../textures/skins/azure/azure_nunchucks.png | Bin 0 -> 265 bytes .../textures/skins/azure/azure_ranseur.png | Bin 0 -> 429 bytes .../textures/skins/azure/azure_staff.png | Bin 0 -> 344 bytes .../minecraft/textures/skins/azure_kabuto.png | Bin 0 -> 399 bytes assets/minecraft/textures/skins/bandana.png | Bin 0 -> 280 bytes .../minecraft/textures/skins/bandit_mask.png | Bin 0 -> 420 bytes assets/minecraft/textures/skins/beret.png | Bin 0 -> 248 bytes assets/minecraft/textures/skins/big_catch.png | Bin 0 -> 384 bytes assets/minecraft/textures/skins/bird_nest.png | Bin 0 -> 228 bytes assets/minecraft/textures/skins/black_cat.png | Bin 0 -> 351 bytes .../textures/skins/bone_gradient.png | Bin 0 -> 646 bytes .../textures/skins/bonfire_crown.png | Bin 0 -> 194 bytes assets/minecraft/textures/skins/bookpage.png | Bin 0 -> 211 bytes assets/minecraft/textures/skins/booksrune.png | Bin 0 -> 643 bytes .../textures/skins/booksrune.png.mcmeta | 1 + assets/minecraft/textures/skins/bookworm.png | Bin 0 -> 339 bytes .../textures/skins/bounty_hunter_hat.png | Bin 0 -> 594 bytes .../skins/brawler/brawler_blunderbuss.png | Bin 0 -> 248 bytes .../textures/skins/brawler/brawler_broom.png | Bin 0 -> 232 bytes .../textures/skins/brawler/brawler_rake.png | Bin 0 -> 233 bytes .../textures/skins/brawler/brawler_trowel.png | Bin 0 -> 247 bytes .../skins/brawler/brawler_whiskey.png | Bin 0 -> 255 bytes .../textures/skins/brewing_cauldron.png | Bin 0 -> 227 bytes .../textures/skins/broccoli_palette.png | Bin 0 -> 219 bytes .../textures/skins/brown_gradient.png | Bin 0 -> 321 bytes .../minecraft/textures/skins/bucket_hat.png | Bin 0 -> 299 bytes assets/minecraft/textures/skins/candle.png | Bin 0 -> 352 bytes .../minecraft/textures/skins/cannon_atlas.png | Bin 0 -> 21192 bytes assets/minecraft/textures/skins/cat_hat.png | Bin 0 -> 289 bytes .../skins/character/aledar_dagger.png | Bin 0 -> 627 bytes .../skins/character/aledar_dagger_beam.png | Bin 0 -> 215 bytes .../character/aledar_dagger_beam.png.mcmeta | 1 + .../skins/character/aledar_dagger_wynnic.png | Bin 0 -> 195 bytes .../textures/skins/character/ava_relik.png | Bin 0 -> 1207 bytes .../textures/skins/character/bob_bow.png | Bin 0 -> 676 bytes .../textures/skins/character/bob_bow_text.png | Bin 0 -> 316 bytes .../skins/character/bob_bow_text.png.mcmeta | 1 + .../textures/skins/character/bob_dagger.png | Bin 0 -> 528 bytes .../skins/character/bob_dagger_text.png | Bin 0 -> 328 bytes .../character/bob_dagger_text.png.mcmeta | 1 + .../textures/skins/character/bob_wand.png | Bin 0 -> 879 bytes .../skins/character/bob_wand_wynnic.png | Bin 0 -> 294 bytes .../character/bob_wand_wynnic.png.mcmeta | 1 + .../skins/character/dullahan_guisarme.png | Bin 0 -> 754 bytes .../textures/skins/character/lari_stave.png | Bin 0 -> 1106 bytes .../skins/character/legendary_arm_cannon.png | Bin 0 -> 1005 bytes .../character/legendary_arm_cannon_flame.png | Bin 0 -> 295 bytes .../legendary_arm_cannon_flame.png.mcmeta | 1 + .../textures/skins/character/mael_longbow.png | Bin 0 -> 444 bytes .../skins/character/mael_longbow_spirit.png | Bin 0 -> 388 bytes .../character/mael_longbow_spirit.png.mcmeta | 1 + .../textures/skins/character/maxie_remote.png | Bin 0 -> 954 bytes .../textures/skins/character/qira.png | Bin 0 -> 559 bytes .../textures/skins/character/qira_flame.png | Bin 0 -> 311 bytes .../skins/character/qira_flame.png.mcmeta | 1 + .../textures/skins/character/qira_magic.png | Bin 0 -> 203 bytes .../skins/character/qira_magic.png.mcmeta | 1 + .../skins/character/qira_magic_air.png | Bin 0 -> 235 bytes .../skins/character/qira_magic_air.png.mcmeta | 1 + .../skins/character/qira_magic_earth.png | Bin 0 -> 245 bytes .../character/qira_magic_earth.png.mcmeta | 1 + .../skins/character/qira_magic_fire.png | Bin 0 -> 245 bytes .../character/qira_magic_fire.png.mcmeta | 1 + .../skins/character/qira_magic_thunder.png | Bin 0 -> 238 bytes .../character/qira_magic_thunder.png.mcmeta | 1 + .../skins/character/qira_magic_water.png | Bin 0 -> 245 bytes .../character/qira_magic_water.png.mcmeta | 1 + .../textures/skins/character/qira_wand.png | Bin 0 -> 555 bytes .../skins/character/siegfried_sword.png | Bin 0 -> 708 bytes .../skins/character/siegfried_sword_text.png | Bin 0 -> 384 bytes .../skins/character/slykaar_relik.png | Bin 0 -> 1132 bytes .../character/slykaar_relik_eye_glint.png | Bin 0 -> 473 bytes .../slykaar_relik_eye_glint.png.mcmeta | 1 + .../textures/skins/character/tasim_glaive.png | Bin 0 -> 957 bytes .../skins/character/tasim_glaive_beam.png | Bin 0 -> 280 bytes .../character/tasim_glaive_beam.png.mcmeta | 1 + .../skins/character/tasim_glaive_wynnic.png | Bin 0 -> 221 bytes .../skins/character/tisaun_greatsword.png | Bin 0 -> 1059 bytes .../minecraft/textures/skins/cheese_wheel.png | Bin 0 -> 353 bytes .../minecraft/textures/skins/chef_poultry.png | Bin 0 -> 291 bytes .../textures/skins/chef_textures.png | Bin 0 -> 612 bytes .../textures/skins/cherry_detail.png | Bin 0 -> 590 bytes .../textures/skins/christmas_lights.png | Bin 0 -> 297 bytes .../skins/christmas_lights.png.mcmeta | 1 + .../textures/skins/christmas_wire.png | Bin 0 -> 169 bytes .../minecraft/textures/skins/colored_wood.png | Bin 0 -> 522 bytes .../skins/corrupted/corrupted_bow.png | Bin 0 -> 738 bytes .../skins/corrupted/corrupted_dagger.png | Bin 0 -> 601 bytes .../skins/corrupted/corrupted_pulse.png | Bin 0 -> 1300 bytes .../corrupted/corrupted_pulse.png.mcmeta | 1 + .../skins/corrupted/corrupted_relik.png | Bin 0 -> 646 bytes .../skins/corrupted/corrupted_spear.png | Bin 0 -> 730 bytes .../skins/corrupted/corrupted_swirl.png | Bin 0 -> 202 bytes .../corrupted/corrupted_swirl.png.mcmeta | 1 + .../skins/corrupted/corrupted_wand.png | Bin 0 -> 628 bytes .../minecraft/textures/skins/cowboy_hat.png | Bin 0 -> 305 bytes .../textures/skins/crescent_detail.png | Bin 0 -> 318 bytes .../skins/crimson/crimson_crossbow.png | Bin 0 -> 1251 bytes .../textures/skins/crimson/crimson_dagger.png | Bin 0 -> 980 bytes .../skins/crimson/crimson_greatsword.png | Bin 0 -> 748 bytes .../textures/skins/crimson/crimson_relik.png | Bin 0 -> 1036 bytes .../textures/skins/crimson/crimson_wand.png | Bin 0 -> 1093 bytes .../minecraft/textures/skins/curious_maw.png | Bin 0 -> 688 bytes .../textures/skins/dagger_banana_texture.png | Bin 0 -> 234 bytes assets/minecraft/textures/skins/decal.png | Bin 0 -> 234 bytes assets/minecraft/textures/skins/decay_1.png | Bin 0 -> 460 bytes assets/minecraft/textures/skins/decay_2.png | Bin 0 -> 428 bytes .../textures/skins/dernic/dernic_bow.png | Bin 0 -> 463 bytes .../textures/skins/dernic/dernic_dagger.png | Bin 0 -> 608 bytes .../textures/skins/dernic/dernic_flame.png | Bin 0 -> 206 bytes .../skins/dernic/dernic_flame.png.mcmeta | 1 + .../textures/skins/dernic/dernic_relik.png | Bin 0 -> 749 bytes .../textures/skins/dernic/dernic_spear.png | Bin 0 -> 540 bytes .../textures/skins/dernic/dernic_wand.png | Bin 0 -> 435 bytes .../textures/skins/diamond_armor_gradient.png | Bin 0 -> 306 bytes .../textures/skins/diamond_gradient.png | Bin 0 -> 918 bytes .../textures/skins/disciple/disciple_bow.png | Bin 0 -> 359 bytes .../skins/disciple/disciple_dagger.png | Bin 0 -> 367 bytes .../skins/disciple/disciple_relik.png | Bin 0 -> 390 bytes .../skins/disciple/disciple_spear.png | Bin 0 -> 543 bytes .../skins/disciple/disciple_staff.png | Bin 0 -> 515 bytes .../textures/skins/doll_gradient.png | Bin 0 -> 941 bytes .../minecraft/textures/skins/dragon_mask.png | Bin 0 -> 672 bytes .../minecraft/textures/skins/driftwood_1.png | Bin 0 -> 735 bytes .../minecraft/textures/skins/driftwood_2.png | Bin 0 -> 721 bytes .../minecraft/textures/skins/driftwood_3.png | Bin 0 -> 453 bytes .../textures/skins/drum_gradient.png | Bin 0 -> 560 bytes assets/minecraft/textures/skins/dwarf.png | Bin 0 -> 1209 bytes .../textures/skins/dwarven/dwarven_bow.png | Bin 0 -> 471 bytes .../skins/dwarven/dwarven_bow_anim.png | Bin 0 -> 197 bytes .../skins/dwarven/dwarven_bow_anim.png.mcmeta | 1 + .../textures/skins/dwarven/dwarven_dagger.png | Bin 0 -> 436 bytes .../textures/skins/dwarven/dwarven_helmet.png | Bin 0 -> 565 bytes .../skins/dwarven/dwarven_helmet_anim.png | Bin 0 -> 169 bytes .../dwarven/dwarven_helmet_anim.png.mcmeta | 1 + .../textures/skins/dwarven/dwarven_relik.png | Bin 0 -> 514 bytes .../skins/dwarven/dwarven_relik_anim_0.png | Bin 0 -> 326 bytes .../dwarven/dwarven_relik_anim_0.png.mcmeta | 1 + .../skins/dwarven/dwarven_relik_anim_1.png | Bin 0 -> 326 bytes .../dwarven/dwarven_relik_anim_1.png.mcmeta | 1 + .../textures/skins/dwarven/dwarven_spear.png | Bin 0 -> 496 bytes .../textures/skins/dwarven/dwarven_wand.png | Bin 0 -> 459 bytes .../skins/dwarven/dwarven_wand_anim.png | Bin 0 -> 215 bytes .../dwarven/dwarven_wand_anim.png.mcmeta | 1 + .../minecraft/textures/skins/dynasty_hat.png | Bin 0 -> 233 bytes assets/minecraft/textures/skins/ears.png | Bin 0 -> 458 bytes assets/minecraft/textures/skins/elf_ears.png | Bin 0 -> 106 bytes assets/minecraft/textures/skins/elf_hat.png | Bin 0 -> 348 bytes .../textures/skins/embellished_tricorn.png | Bin 0 -> 1221 bytes .../textures/skins/entrepreneur_hat.png | Bin 0 -> 430 bytes .../textures/skins/evergreen_wreath.png | Bin 0 -> 168 bytes .../textures/skins/face_of_annihilation.png | Bin 0 -> 756 bytes .../minecraft/textures/skins/fallen_smoke.png | Bin 0 -> 1546 bytes .../textures/skins/fallen_smoke.png.mcmeta | 1 + .../textures/skins/fellowship_atlas.png | Bin 0 -> 13710 bytes .../skins/flaming_set/flaming_bow.png | Bin 0 -> 1748 bytes .../skins/flaming_set/flaming_hammer.png | Bin 0 -> 2237 bytes .../skins/flaming_set/flaming_sword.png | Bin 0 -> 1604 bytes .../skins/flaming_set/flaming_wand.png | Bin 0 -> 1028 bytes .../minecraft/textures/skins/flower_crown.png | Bin 0 -> 252 bytes .../textures/skins/food_set_1/banana_bow.png | Bin 0 -> 280 bytes .../skins/food_set_1/chicken_leg_staff.png | Bin 0 -> 415 bytes .../textures/skins/food_set_1/kebab_spear.png | Bin 0 -> 640 bytes .../skins/food_set_1/swordfish_sword.png | Bin 0 -> 292 bytes .../minecraft/textures/skins/forest_hood.png | Bin 0 -> 496 bytes .../textures/skins/fossil/fossil_bow.png | Bin 0 -> 217 bytes .../textures/skins/fossil/fossil_dagger.png | Bin 0 -> 212 bytes .../textures/skins/fossil/fossil_relik.png | Bin 0 -> 222 bytes .../textures/skins/fossil/fossil_spear.png | Bin 0 -> 205 bytes .../textures/skins/fossil/fossil_wand.png | Bin 0 -> 225 bytes .../minecraft/textures/skins/fossil_skull.png | Bin 0 -> 278 bytes assets/minecraft/textures/skins/fox.png | Bin 0 -> 361 bytes assets/minecraft/textures/skins/fox_mask.png | Bin 0 -> 677 bytes .../textures/skins/frost/frost_bow.png | Bin 0 -> 670 bytes .../textures/skins/frost/frost_dagger.png | Bin 0 -> 637 bytes .../textures/skins/frost/frost_relik.png | Bin 0 -> 474 bytes .../textures/skins/frost/frost_shimmer.png | Bin 0 -> 1580 bytes .../skins/frost/frost_shimmer.png.mcmeta | 1 + .../textures/skins/frost/frost_spear.png | Bin 0 -> 584 bytes .../textures/skins/frost/frost_wand.png | Bin 0 -> 624 bytes .../textures/skins/frostbite_hat.png | Bin 0 -> 2133 bytes .../skins/frostbound/frostbound_bow.png | Bin 0 -> 325 bytes .../skins/frostbound/frostbound_dagger.png | Bin 0 -> 271 bytes .../skins/frostbound/frostbound_relik.png | Bin 0 -> 325 bytes .../skins/frostbound/frostbound_spear.png | Bin 0 -> 322 bytes .../skins/frostbound/frostbound_wand.png | Bin 0 -> 447 bytes .../textures/skins/frostbound_halo.png | Bin 0 -> 132 bytes assets/minecraft/textures/skins/fungi_cap.png | Bin 0 -> 304 bytes .../textures/skins/fury/fury_lance.png | Bin 0 -> 247 bytes .../textures/skins/fury/fury_longbow.png | Bin 0 -> 240 bytes .../textures/skins/fury/fury_sceptre.png | Bin 0 -> 233 bytes .../textures/skins/fury/fury_staff.png | Bin 0 -> 222 bytes .../textures/skins/fury/fury_sword.png | Bin 0 -> 266 bytes .../minecraft/textures/skins/fury_coronet.png | Bin 0 -> 176 bytes .../minecraft/textures/skins/gardener_hat.png | Bin 0 -> 566 bytes assets/minecraft/textures/skins/gems.png | Bin 0 -> 336 bytes .../skins/geomancer/geomancer_arch.png | Bin 0 -> 344 bytes .../skins/geomancer/geomancer_beam.png | Bin 0 -> 158 bytes .../skins/geomancer/geomancer_beam.png.mcmeta | 1 + .../skins/geomancer/geomancer_fist.png | Bin 0 -> 454 bytes .../skins/geomancer/geomancer_hammer.png | Bin 0 -> 417 bytes .../skins/geomancer/geomancer_heirloom.png | Bin 0 -> 391 bytes .../skins/geomancer/geomancer_rotary.png | Bin 0 -> 261 bytes .../geomancer/geomancer_rotary.png.mcmeta | 1 + .../skins/geomancer/geomancer_sceptre.png | Bin 0 -> 401 bytes .../textures/skins/geomancer_bouldercrest.png | Bin 0 -> 199 bytes .../textures/skins/gingerbread_house.png | Bin 0 -> 379 bytes .../textures/skins/gluttony_gourd.png | Bin 0 -> 373 bytes assets/minecraft/textures/skins/gnome_cap.png | Bin 0 -> 323 bytes .../minecraft/textures/skins/goblet_atlas.png | Bin 0 -> 7595 bytes .../textures/skins/gold_armor_gradient.png | Bin 0 -> 324 bytes .../textures/skins/gold_gradient.png | Bin 0 -> 953 bytes .../textures/skins/gothic/gothic_arch.png | Bin 0 -> 215 bytes .../textures/skins/gothic/gothic_claymore.png | Bin 0 -> 222 bytes .../textures/skins/gothic/gothic_relik.png | Bin 0 -> 212 bytes .../textures/skins/gothic/gothic_staff.png | Bin 0 -> 228 bytes .../textures/skins/gothic/gothic_trident.png | Bin 0 -> 196 bytes .../minecraft/textures/skins/gothic_tiara.png | Bin 0 -> 165 bytes assets/minecraft/textures/skins/gradient.png | Bin 0 -> 574 bytes .../minecraft/textures/skins/gradient_set.png | Bin 0 -> 1634 bytes .../textures/skins/grafter_aggregate.png | Bin 0 -> 895 bytes assets/minecraft/textures/skins/graydient.png | Bin 0 -> 327 bytes .../textures/skins/grizzly_headpiece.png | Bin 0 -> 342 bytes .../minecraft/textures/skins/grook_mask.png | Bin 0 -> 345 bytes .../textures/skins/halfmoon_atlas.png | Bin 0 -> 8511 bytes .../textures/skins/harmless_smile.png | Bin 0 -> 781 bytes .../textures/skins/harmless_smile.png.mcmeta | 1 + assets/minecraft/textures/skins/harvest.png | Bin 0 -> 517 bytes .../minecraft/textures/skins/hat_gradient.png | Bin 0 -> 1164 bytes .../textures/skins/haunting_spider.png | Bin 0 -> 1202 bytes .../textures/skins/helmet_banner.png | Bin 0 -> 273 bytes .../minecraft/textures/skins/heroes_beret.png | Bin 0 -> 260 bytes .../textures/skins/heroic/heroic_bow.png | Bin 0 -> 266 bytes .../textures/skins/heroic/heroic_dagger.png | Bin 0 -> 238 bytes .../textures/skins/heroic/heroic_relik.png | Bin 0 -> 245 bytes .../textures/skins/heroic/heroic_spear.png | Bin 0 -> 239 bytes .../textures/skins/heroic/heroic_wand.png | Bin 0 -> 264 bytes .../skins/heroic/heroic_wingwreath.png | Bin 0 -> 345 bytes .../skins/highlands/highlands_base.png | Bin 0 -> 267 bytes .../skins/highlands/highlands_beam.png | Bin 0 -> 158 bytes .../skins/highlands/highlands_beam.png.mcmeta | 1 + .../skins/highlands/highlands_bow.png | Bin 0 -> 167 bytes .../skins/highlands/highlands_claw.png | Bin 0 -> 266 bytes .../skins/highlands/highlands_gavel.png | Bin 0 -> 391 bytes .../highlands/highlands_gavel.png.mcmeta | 1 + .../skins/highlands/highlands_kindle.png | Bin 0 -> 239 bytes .../highlands/highlands_kindle.png.mcmeta | 1 + .../skins/highlands/highlands_relik.png | Bin 0 -> 178 bytes .../skins/highlands/highlands_staff.png | Bin 0 -> 164 bytes .../textures/skins/highlands_ushanka.png | Bin 0 -> 335 bytes .../textures/skins/holy_set/holy_bow.png | Bin 0 -> 1028 bytes .../textures/skins/holy_set/holy_dagger.png | Bin 0 -> 1329 bytes .../textures/skins/holy_set/holy_hammer.png | Bin 0 -> 1117 bytes .../textures/skins/holy_set/holy_hammer2.png | Bin 0 -> 423 bytes .../textures/skins/holy_set/holy_wand.png | Bin 0 -> 886 bytes .../minecraft/textures/skins/hook_atlas.png | Bin 0 -> 16472 bytes .../minecraft/textures/skins/hunter_hat.png | Bin 0 -> 1108 bytes .../textures/skins/hydration_headgear.png | Bin 0 -> 1274 bytes .../minecraft/textures/skins/ice_scythe.png | Bin 0 -> 1844 bytes assets/minecraft/textures/skins/ink_wand.png | Bin 0 -> 544 bytes .../minecraft/textures/skins/iron_sheet.png | Bin 0 -> 677 bytes assets/minecraft/textures/skins/ivy_horns.png | Bin 0 -> 361 bytes .../textures/skins/kasa_gradient.png | Bin 0 -> 1167 bytes .../textures/skins/lapis_gradient.png | Bin 0 -> 306 bytes .../minecraft/textures/skins/leaf_crest.png | Bin 0 -> 219 bytes assets/minecraft/textures/skins/livid.png | Bin 0 -> 605 bytes .../textures/skins/lotr_set/lotr_bow.png | Bin 0 -> 1575 bytes .../textures/skins/lotr_set/lotr_dagger.png | Bin 0 -> 860 bytes .../textures/skins/lotr_set/lotr_staff.png | Bin 0 -> 764 bytes .../textures/skins/lotr_set/lotr_wand.png | Bin 0 -> 690 bytes .../textures/skins/lotus_of_the_wilds.png | Bin 0 -> 228 bytes .../textures/skins/lumberjack_stump.png | Bin 0 -> 344 bytes assets/minecraft/textures/skins/mage.png | Bin 0 -> 368 bytes .../textures/skins/magic_gradient.png | Bin 0 -> 315 bytes .../minecraft/textures/skins/melon_band.png | Bin 0 -> 331 bytes .../textures/skins/merchant_bicorne.png | Bin 0 -> 499 bytes .../minecraft/textures/skins/miner_helmet.png | Bin 0 -> 377 bytes .../textures/skins/money_set/money_bow.png | Bin 0 -> 791 bytes .../textures/skins/money_set/money_dagger.png | Bin 0 -> 1332 bytes .../textures/skins/money_set/money_spear.png | Bin 0 -> 1342 bytes .../textures/skins/money_set/money_wand.png | Bin 0 -> 1131 bytes .../minecraft/textures/skins/monster_mask.png | Bin 0 -> 448 bytes .../textures/skins/moon_gradient.png | Bin 0 -> 401 bytes .../textures/skins/moonlit_chapeau.png | Bin 0 -> 2112 bytes .../minecraft/textures/skins/multi_wool.png | Bin 0 -> 535 bytes .../textures/skins/nature_gradient.png | Bin 0 -> 341 bytes .../textures/skins/nutcracker_hat.png | Bin 0 -> 339 bytes .../minecraft/textures/skins/oar_palette.png | Bin 0 -> 460 bytes .../textures/skins/orphion_messenger.png | Bin 0 -> 1133 bytes .../textures/skins/orphion_messenger_a.png | Bin 0 -> 306 bytes .../skins/orphion_messenger_a.png.mcmeta | 1 + assets/minecraft/textures/skins/pan.png | Bin 0 -> 309 bytes assets/minecraft/textures/skins/paper_bag.png | Bin 0 -> 285 bytes .../textures/skins/phoenix_atlas.png | Bin 0 -> 20594 bytes assets/minecraft/textures/skins/pinwheel.png | Bin 0 -> 234 bytes .../textures/skins/pinwheel.png.mcmeta | 1 + .../minecraft/textures/skins/raccoon_cap.png | Bin 0 -> 230 bytes .../textures/skins/rainbow_gradient.png | Bin 0 -> 1900 bytes .../textures/skins/rainbow_gradient_anim.png | Bin 0 -> 12081 bytes .../skins/rainbow_gradient_anim.png.mcmeta | 1 + .../textures/skins/rainbow_panama.png | Bin 0 -> 622 bytes .../minecraft/textures/skins/red_gradient.png | Bin 0 -> 494 bytes .../textures/skins/red_gradient1.png | Bin 0 -> 513 bytes assets/minecraft/textures/skins/repeater.png | Bin 0 -> 1246 bytes assets/minecraft/textures/skins/rose.png | Bin 0 -> 352 bytes assets/minecraft/textures/skins/rose_hat.png | Bin 0 -> 524 bytes assets/minecraft/textures/skins/rotor.png | Bin 0 -> 246 bytes .../minecraft/textures/skins/rotor.png.mcmeta | 1 + .../minecraft/textures/skins/rune_flame.png | Bin 0 -> 443 bytes .../textures/skins/rune_flame.png.mcmeta | 1 + .../minecraft/textures/skins/runic_ring.png | Bin 0 -> 3512 bytes .../minecraft/textures/skins/safari_hat.png | Bin 0 -> 363 bytes assets/minecraft/textures/skins/santa_hat.png | Bin 0 -> 288 bytes .../textures/skins/scarf_textures.png | Bin 0 -> 410 bytes assets/minecraft/textures/skins/scifi.png | Bin 0 -> 312 bytes .../minecraft/textures/skins/scifi_anim.png | Bin 0 -> 2517 bytes .../textures/skins/scifi_anim.png.mcmeta | 1 + .../textures/skins/scope_gradient.png | Bin 0 -> 879 bytes .../minecraft/textures/skins/shadow_smoke.png | Bin 0 -> 1542 bytes .../textures/skins/shadow_smoke.png.mcmeta | 1 + .../textures/skins/snow_cloud_hat.png | Bin 0 -> 498 bytes assets/minecraft/textures/skins/snow_fox.png | Bin 0 -> 319 bytes .../textures/skins/snowdrift_circlet.png | Bin 0 -> 681 bytes assets/minecraft/textures/skins/snowfall.png | Bin 0 -> 169 bytes .../textures/skins/snowfall.png.mcmeta | 1 + .../minecraft/textures/skins/soul_heart.png | Bin 0 -> 547 bytes .../minecraft/textures/skins/soul_smoke.png | Bin 0 -> 490 bytes .../textures/skins/soul_smoke.png.mcmeta | 1 + assets/minecraft/textures/skins/souls.png | Bin 0 -> 918 bytes .../textures/skins/space_gradient.png | Bin 0 -> 1485 bytes .../textures/skins/spring_flowers_circlet.png | Bin 0 -> 440 bytes .../textures/skins/stalwart_morion.png | Bin 0 -> 1099 bytes .../textures/skins/star_gradient.png | Bin 0 -> 399 bytes .../textures/skins/steampunk_bow_texture.png | Bin 0 -> 399 bytes .../skins/steampunk_dagger_texture.png | Bin 0 -> 407 bytes .../textures/skins/steampunk_relik.png | Bin 0 -> 299 bytes .../textures/skins/steampunk_spear_tex.png | Bin 0 -> 293 bytes ...steampunk_wand_clock_animation_texture.png | Bin 0 -> 2154 bytes ...nk_wand_clock_animation_texture.png.mcmeta | 1 + .../textures/skins/steampunk_wand_texture.png | Bin 0 -> 1581 bytes assets/minecraft/textures/skins/stone.png | Bin 0 -> 754 bytes assets/minecraft/textures/skins/straw_hat.png | Bin 0 -> 361 bytes assets/minecraft/textures/skins/string.png | Bin 0 -> 506 bytes assets/minecraft/textures/skins/sun_hat.png | Bin 0 -> 287 bytes .../minecraft/textures/skins/tesla_arch.png | Bin 0 -> 341 bytes .../textures/skins/tesla_arch.png.mcmeta | 1 + .../minecraft/textures/skins/tesla_ladder.png | Bin 0 -> 397 bytes .../textures/skins/tesla_ladder.png.mcmeta | 1 + assets/minecraft/textures/skins/text.png | Bin 0 -> 768 bytes .../minecraft/textures/skins/text.png.mcmeta | 1 + .../textures/skins/theorick_hood.png | Bin 0 -> 1793 bytes .../minecraft/textures/skins/thunderbolt.png | Bin 0 -> 322 bytes .../textures/skins/thunderbolt.png.mcmeta | 1 + assets/minecraft/textures/skins/tree_hat.png | Bin 0 -> 301 bytes .../textures/skins/tropical/tropical_bow.png | Bin 0 -> 850 bytes .../skins/tropical/tropical_dagger.png | Bin 0 -> 621 bytes .../skins/tropical/tropical_relik.png | Bin 0 -> 854 bytes .../skins/tropical/tropical_spear.png | Bin 0 -> 588 bytes .../textures/skins/tropical/tropical_wand.png | Bin 0 -> 593 bytes .../textures/skins/twilight_gradient.png | Bin 0 -> 327 bytes .../textures/skins/valorous_helmet.png | Bin 0 -> 1371 bytes .../textures/skins/verdant_laurel.png | Bin 0 -> 264 bytes .../textures/skins/viking_helmet.png | Bin 0 -> 733 bytes assets/minecraft/textures/skins/voodoo.png | Bin 0 -> 635 bytes assets/minecraft/textures/skins/warrior.png | Bin 0 -> 293 bytes .../textures/skins/werewolf_mask.png | Bin 0 -> 564 bytes .../textures/skins/white_gradient.png | Bin 0 -> 1220 bytes assets/minecraft/textures/skins/witch_hat.png | Bin 0 -> 331 bytes assets/minecraft/textures/skins/wood.png | Bin 0 -> 755 bytes assets/minecraft/textures/skins/wood_full.png | Bin 0 -> 1086 bytes .../textures/skins/yahya_fantasy.png | Bin 0 -> 901 bytes assets/minecraft/textures/skins/yarn_head.png | Bin 0 -> 269 bytes assets/minecraft/textures/skins/zapball.png | Bin 0 -> 537 bytes .../textures/skins/zapball.png.mcmeta | 1 + .../minecraft/textures/wynn/ability_shard.png | Bin 0 -> 230 bytes .../textures/wynn/ability_shard.png.mcmeta | 1 + .../textures/wynn/accessory/bracelet_air1.png | Bin 0 -> 217 bytes .../textures/wynn/accessory/bracelet_air2.png | Bin 0 -> 247 bytes .../textures/wynn/accessory/bracelet_base.png | Bin 0 -> 189 bytes .../wynn/accessory/bracelet_earth1.png | Bin 0 -> 215 bytes .../wynn/accessory/bracelet_earth2.png | Bin 0 -> 239 bytes .../wynn/accessory/bracelet_fire1.png | Bin 0 -> 210 bytes .../wynn/accessory/bracelet_fire2.png | Bin 0 -> 251 bytes .../wynn/accessory/bracelet_multi1.png | Bin 0 -> 328 bytes .../wynn/accessory/bracelet_multi1.png.mcmeta | 1 + .../wynn/accessory/bracelet_multi2.png | Bin 0 -> 408 bytes .../wynn/accessory/bracelet_multi2.png.mcmeta | 1 + .../wynn/accessory/bracelet_shackle.png | Bin 0 -> 179 bytes .../wynn/accessory/bracelet_thunder1.png | Bin 0 -> 218 bytes .../wynn/accessory/bracelet_thunder2.png | Bin 0 -> 236 bytes .../wynn/accessory/bracelet_water1.png | Bin 0 -> 204 bytes .../wynn/accessory/bracelet_water2.png | Bin 0 -> 221 bytes .../textures/wynn/accessory/necklace_air1.png | Bin 0 -> 246 bytes .../textures/wynn/accessory/necklace_air2.png | Bin 0 -> 232 bytes .../textures/wynn/accessory/necklace_base.png | Bin 0 -> 221 bytes .../wynn/accessory/necklace_broach.png | Bin 0 -> 221 bytes .../wynn/accessory/necklace_cross.png | Bin 0 -> 227 bytes .../wynn/accessory/necklace_earth1.png | Bin 0 -> 229 bytes .../wynn/accessory/necklace_earth2.png | Bin 0 -> 249 bytes .../wynn/accessory/necklace_fire1.png | Bin 0 -> 226 bytes .../wynn/accessory/necklace_fire2.png | Bin 0 -> 251 bytes .../wynn/accessory/necklace_multi1.png | Bin 0 -> 420 bytes .../wynn/accessory/necklace_multi1.png.mcmeta | 1 + .../wynn/accessory/necklace_multi2.png | Bin 0 -> 436 bytes .../wynn/accessory/necklace_multi2.png.mcmeta | 1 + .../wynn/accessory/necklace_pearl.png | Bin 0 -> 235 bytes .../wynn/accessory/necklace_silver.png | Bin 0 -> 227 bytes .../wynn/accessory/necklace_thunder1.png | Bin 0 -> 231 bytes .../wynn/accessory/necklace_thunder2.png | Bin 0 -> 269 bytes .../wynn/accessory/necklace_water1.png | Bin 0 -> 225 bytes .../wynn/accessory/necklace_water2.png | Bin 0 -> 239 bytes .../textures/wynn/accessory/ring_air1.png | Bin 0 -> 217 bytes .../textures/wynn/accessory/ring_air2.png | Bin 0 -> 242 bytes .../textures/wynn/accessory/ring_base.png | Bin 0 -> 187 bytes .../textures/wynn/accessory/ring_earth1.png | Bin 0 -> 206 bytes .../textures/wynn/accessory/ring_earth2.png | Bin 0 -> 221 bytes .../textures/wynn/accessory/ring_fire1.png | Bin 0 -> 211 bytes .../textures/wynn/accessory/ring_fire2.png | Bin 0 -> 211 bytes .../textures/wynn/accessory/ring_multi1.png | Bin 0 -> 351 bytes .../wynn/accessory/ring_multi1.png.mcmeta | 1 + .../textures/wynn/accessory/ring_multi2.png | Bin 0 -> 517 bytes .../wynn/accessory/ring_multi2.png.mcmeta | 1 + .../textures/wynn/accessory/ring_pearl.png | Bin 0 -> 224 bytes .../textures/wynn/accessory/ring_purity.png | Bin 0 -> 188 bytes .../textures/wynn/accessory/ring_thick.png | Bin 0 -> 227 bytes .../textures/wynn/accessory/ring_thunder1.png | Bin 0 -> 216 bytes .../textures/wynn/accessory/ring_thunder2.png | Bin 0 -> 303 bytes .../wynn/accessory/ring_thunder2.png.mcmeta | 1 + .../textures/wynn/accessory/ring_water1.png | Bin 0 -> 207 bytes .../textures/wynn/accessory/ring_water2.png | Bin 0 -> 211 bytes .../textures/wynn/accessory/ring_wedding.png | Bin 0 -> 211 bytes .../wynn/augment/corkian_amplifier.png | Bin 0 -> 198 bytes .../wynn/augment/corkian_insulator.png | Bin 0 -> 202 bytes .../wynn/augment/corkian_simulator.png | Bin 0 -> 225 bytes assets/minecraft/textures/wynn/beam.png | Bin 0 -> 555 bytes assets/minecraft/textures/wynn/books.png | Bin 0 -> 572 bytes .../minecraft/textures/wynn/content_book.png | Bin 0 -> 394 bytes assets/minecraft/textures/wynn/dim_soul.png | Bin 0 -> 161 bytes .../minecraft/textures/wynn/dungeon/key.png | Bin 0 -> 197 bytes .../textures/wynn/dungeon/key_broken.png | Bin 0 -> 191 bytes .../textures/wynn/economy/fishing/bass.png | Bin 0 -> 227 bytes .../textures/wynn/economy/fishing/carp.png | Bin 0 -> 228 bytes .../wynn/economy/fishing/cooked_blue.png | Bin 0 -> 176 bytes .../wynn/economy/fishing/cooked_gray.png | Bin 0 -> 171 bytes .../wynn/economy/fishing/cooked_orange.png | Bin 0 -> 276 bytes .../wynn/economy/fishing/cooked_pink.png | Bin 0 -> 176 bytes .../wynn/economy/fishing/cooked_yellow.png | Bin 0 -> 190 bytes .../wynn/economy/fishing/dernic_fish.png | Bin 0 -> 207 bytes .../textures/wynn/economy/fishing/gudgeon.png | Bin 0 -> 187 bytes .../wynn/economy/fishing/gylia_fish.png | Bin 0 -> 360 bytes .../textures/wynn/economy/fishing/icefish.png | Bin 0 -> 365 bytes .../textures/wynn/economy/fishing/koi.png | Bin 0 -> 203 bytes .../wynn/economy/fishing/molten_eel.png | Bin 0 -> 432 bytes .../economy/fishing/molten_eel.png.mcmeta | 1 + .../wynn/economy/fishing/oil_blue.png | Bin 0 -> 207 bytes .../wynn/economy/fishing/oil_gray.png | Bin 0 -> 207 bytes .../wynn/economy/fishing/oil_orange.png | Bin 0 -> 207 bytes .../textures/wynn/economy/fishing/oil_red.png | Bin 0 -> 207 bytes .../wynn/economy/fishing/oil_yellow.png | Bin 0 -> 207 bytes .../textures/wynn/economy/fishing/piranha.png | Bin 0 -> 278 bytes .../textures/wynn/economy/fishing/salmon.png | Bin 0 -> 250 bytes .../wynn/economy/fishing/starfish.png | Bin 0 -> 199 bytes .../textures/wynn/economy/fishing/trout.png | Bin 0 -> 214 bytes .../textures/wynn/economy/meals/fried.png | Bin 0 -> 292 bytes .../textures/wynn/economy/meals/generic.png | Bin 0 -> 384 bytes .../wynn/economy/meals/generic_meat.png | Bin 0 -> 842 bytes .../wynn/economy/meals/generic_plate.png | Bin 0 -> 456 bytes .../textures/wynn/economy/meals/salad.png | Bin 0 -> 338 bytes .../textures/wynn/economy/meals/soup.png | Bin 0 -> 296 bytes .../textures/wynn/economy/meals/spicy.png | Bin 0 -> 292 bytes .../textures/wynn/economy/meals/steamed.png | Bin 0 -> 274 bytes .../wynn/economy/mining/gem_cobalt.png | Bin 0 -> 199 bytes .../wynn/economy/mining/gem_copper.png | Bin 0 -> 198 bytes .../wynn/economy/mining/gem_dernic.png | Bin 0 -> 294 bytes .../wynn/economy/mining/gem_dernic.png.mcmeta | 1 + .../wynn/economy/mining/gem_diamond.png | Bin 0 -> 185 bytes .../textures/wynn/economy/mining/gem_gold.png | Bin 0 -> 202 bytes .../wynn/economy/mining/gem_granite.png | Bin 0 -> 208 bytes .../textures/wynn/economy/mining/gem_iron.png | Bin 0 -> 205 bytes .../wynn/economy/mining/gem_kander.png | Bin 0 -> 207 bytes .../wynn/economy/mining/gem_molten.png | Bin 0 -> 217 bytes .../wynn/economy/mining/gem_sandstone.png | Bin 0 -> 208 bytes .../wynn/economy/mining/gem_silver.png | Bin 0 -> 203 bytes .../textures/wynn/economy/mining/gem_void.png | Bin 0 -> 199 bytes .../wynn/economy/mining/ingot_cobalt.png | Bin 0 -> 205 bytes .../wynn/economy/mining/ingot_copper.png | Bin 0 -> 196 bytes .../wynn/economy/mining/ingot_dernic.png | Bin 0 -> 370 bytes .../economy/mining/ingot_dernic.png.mcmeta | 1 + .../wynn/economy/mining/ingot_diamond.png | Bin 0 -> 402 bytes .../wynn/economy/mining/ingot_gold.png | Bin 0 -> 202 bytes .../wynn/economy/mining/ingot_granite.png | Bin 0 -> 184 bytes .../wynn/economy/mining/ingot_iron.png | Bin 0 -> 205 bytes .../wynn/economy/mining/ingot_kanderstone.png | Bin 0 -> 205 bytes .../wynn/economy/mining/ingot_molten.png | Bin 0 -> 307 bytes .../economy/mining/ingot_molten.png.mcmeta | 1 + .../wynn/economy/mining/ingot_sandstone.png | Bin 0 -> 286 bytes .../wynn/economy/mining/ingot_silver.png | Bin 0 -> 193 bytes .../wynn/economy/mining/ingot_void.png | Bin 0 -> 202 bytes .../wynn/economy/woodcutting/paper_brown.png | Bin 0 -> 197 bytes .../wynn/economy/woodcutting/paper_cream.png | Bin 0 -> 197 bytes .../wynn/economy/woodcutting/paper_white.png | Bin 0 -> 192 bytes .../wynn/economy/woodcutting/scroll_brown.png | Bin 0 -> 218 bytes .../wynn/economy/woodcutting/scroll_cream.png | Bin 0 -> 220 bytes .../wynn/economy/woodcutting/scroll_white.png | Bin 0 -> 220 bytes .../textures/wynn/flora/cattails.png | Bin 0 -> 361 bytes .../textures/wynn/flora/cattails_0.png | Bin 0 -> 377 bytes .../minecraft/textures/wynn/flora/chain.png | Bin 0 -> 137 bytes .../minecraft/textures/wynn/flora/crops.png | Bin 0 -> 558 bytes .../textures/wynn/flora/crops_cream.png | Bin 0 -> 384 bytes .../textures/wynn/flora/crops_dernic.png | Bin 0 -> 421 bytes .../textures/wynn/flora/crops_green.png | Bin 0 -> 589 bytes .../textures/wynn/flora/crops_hops.png | Bin 0 -> 328 bytes .../textures/wynn/flora/crops_roots.png | Bin 0 -> 384 bytes .../textures/wynn/flora/crops_sorghum.png | Bin 0 -> 690 bytes .../wynn/flora/crops_wheat_harvest.png | Bin 0 -> 402 bytes .../textures/wynn/flora/hanging_crops.png | Bin 0 -> 268 bytes .../textures/wynn/flora/items/barley_malt.png | Bin 0 -> 184 bytes .../textures/wynn/flora/items/decay_root.png | Bin 0 -> 242 bytes .../textures/wynn/flora/items/dernic_seed.png | Bin 0 -> 240 bytes .../textures/wynn/flora/items/hemp.png | Bin 0 -> 200 bytes .../textures/wynn/flora/items/hops.png | Bin 0 -> 197 bytes .../textures/wynn/flora/items/oats.png | Bin 0 -> 184 bytes .../textures/wynn/flora/items/rice.png | Bin 0 -> 235 bytes .../textures/wynn/flora/items/rye_millet.png | Bin 0 -> 226 bytes .../textures/wynn/flora/items/seeds_melon.png | Bin 0 -> 167 bytes .../wynn/flora/items/seeds_pumpkin.png | Bin 0 -> 200 bytes .../wynn/flora/items/seeds_sorghum.png | Bin 0 -> 177 bytes .../textures/wynn/flora/items/seeds_wheat.png | Bin 0 -> 195 bytes .../textures/wynn/flora/items/sorghum.png | Bin 0 -> 236 bytes .../textures/wynn/flora/items/string.png | Bin 0 -> 178 bytes .../wynn/flora/items/string_brown.png | Bin 0 -> 215 bytes .../wynn/flora/items/string_green.png | Bin 0 -> 208 bytes .../wynn/flora/items/string_yellow.png | Bin 0 -> 208 bytes .../textures/wynn/flora/items/wheat.png | Bin 0 -> 234 bytes .../textures/wynn/flora/particle_0.png | Bin 0 -> 187 bytes .../textures/wynn/flora/particle_1.png | Bin 0 -> 216 bytes .../textures/wynn/flora/particle_2.png | Bin 0 -> 181 bytes .../textures/wynn/flora/particle_3.png | Bin 0 -> 248 bytes assets/minecraft/textures/wynn/flora/rope.png | Bin 0 -> 135 bytes .../textures/wynn/flora/unused/crops_hops.png | Bin 0 -> 436 bytes .../wynn/grayscale/flower_blue_orchid.png | Bin 0 -> 186 bytes .../wynn/grayscale/flower_houstonia.png | Bin 0 -> 158 bytes .../wynn/grayscale/flower_oxeye_daisy.png | Bin 0 -> 197 bytes .../textures/wynn/grayscale/flower_rose.png | Bin 0 -> 169 bytes .../wynn/grayscale/flower_tulip_white.png | Bin 0 -> 166 bytes .../textures/wynn/grayscale/leaves.png | Bin 0 -> 203 bytes .../textures/wynn/grayscale/tallgrass.png | Bin 0 -> 152 bytes .../textures/wynn/grayscale/tallgrass_0.png | Bin 0 -> 135 bytes .../textures/wynn/grayscale/tallgrass_1.png | Bin 0 -> 128 bytes .../textures/wynn/grayscale/tallgrass_2.png | Bin 0 -> 160 bytes .../textures/wynn/grayscale/tallgrass_3.png | Bin 0 -> 170 bytes .../textures/wynn/grayscale/water.png | Bin 0 -> 2156 bytes .../textures/wynn/grayscale/water.png.mcmeta | 1 + .../archetype/archer/boltslinger.png | Bin 0 -> 301 bytes .../archetype/archer/boltslinger.png.mcmeta | 1 + .../archetype/archer/sharpshooter.png | Bin 0 -> 299 bytes .../archetype/archer/sharpshooter.png.mcmeta | 1 + .../ability_tree/archetype/archer/trapper.png | Bin 0 -> 303 bytes .../archetype/archer/trapper.png.mcmeta | 1 + .../archetype/assassin/acrobat.png | Bin 0 -> 293 bytes .../archetype/assassin/acrobat.png.mcmeta | 1 + .../archetype/assassin/shadestepper.png | Bin 0 -> 290 bytes .../assassin/shadestepper.png.mcmeta | 1 + .../archetype/assassin/trickster.png | Bin 0 -> 296 bytes .../archetype/assassin/trickster.png.mcmeta | 1 + .../ability_tree/archetype/mage/arcanist.png | Bin 0 -> 295 bytes .../archetype/mage/arcanist.png.mcmeta | 1 + .../archetype/mage/lightbender.png | Bin 0 -> 310 bytes .../archetype/mage/lightbender.png.mcmeta | 1 + .../archetype/mage/riftwalker.png | Bin 0 -> 292 bytes .../archetype/mage/riftwalker.png.mcmeta | 1 + .../ability_tree/archetype/shaman/acolyte.png | Bin 0 -> 291 bytes .../archetype/shaman/acolyte.png.mcmeta | 1 + .../archetype/shaman/ritualist.png | Bin 0 -> 305 bytes .../archetype/shaman/ritualist.png.mcmeta | 1 + .../archetype/shaman/summoner.png | Bin 0 -> 304 bytes .../archetype/shaman/summoner.png.mcmeta | 1 + .../archetype/warrior/battle_monk.png | Bin 0 -> 287 bytes .../archetype/warrior/battle_monk.png.mcmeta | 1 + .../ability_tree/archetype/warrior/fallen.png | Bin 0 -> 309 bytes .../archetype/warrior/fallen.png.mcmeta | 1 + .../archetype/warrior/paladin.png | Bin 0 -> 284 bytes .../archetype/warrior/paladin.png.mcmeta | 1 + .../wynn/gui/ability_tree/aspect/archer.png | Bin 0 -> 214 bytes .../wynn/gui/ability_tree/aspect/assassin.png | Bin 0 -> 204 bytes .../gui/ability_tree/aspect/flame_blue.png | Bin 0 -> 1054 bytes .../ability_tree/aspect/flame_blue.png.mcmeta | 1 + .../gui/ability_tree/aspect/flame_orange.png | Bin 0 -> 1054 bytes .../aspect/flame_orange.png.mcmeta | 1 + .../gui/ability_tree/aspect/flame_pink.png | Bin 0 -> 1054 bytes .../ability_tree/aspect/flame_pink.png.mcmeta | 1 + .../gui/ability_tree/aspect/flame_purple.png | Bin 0 -> 1054 bytes .../aspect/flame_purple.png.mcmeta | 1 + .../gui/ability_tree/aspect/flame_yellow.png | Bin 0 -> 1054 bytes .../aspect/flame_yellow.png.mcmeta | 1 + .../wynn/gui/ability_tree/aspect/mage.png | Bin 0 -> 194 bytes .../wynn/gui/ability_tree/aspect/shaman.png | Bin 0 -> 203 bytes .../wynn/gui/ability_tree/aspect/warrior.png | Bin 0 -> 209 bytes .../wynn/gui/ability_tree/branch/0.png | Bin 0 -> 192 bytes .../gui/ability_tree/branch/0_active_0.png | Bin 0 -> 164 bytes .../gui/ability_tree/branch/0_active_1.png | Bin 0 -> 160 bytes .../gui/ability_tree/branch/0_active_10.png | Bin 0 -> 143 bytes .../gui/ability_tree/branch/0_active_2.png | Bin 0 -> 155 bytes .../gui/ability_tree/branch/0_active_3.png | Bin 0 -> 156 bytes .../gui/ability_tree/branch/0_active_4.png | Bin 0 -> 157 bytes .../gui/ability_tree/branch/0_active_5.png | Bin 0 -> 140 bytes .../gui/ability_tree/branch/0_active_6.png | Bin 0 -> 140 bytes .../gui/ability_tree/branch/0_active_7.png | Bin 0 -> 141 bytes .../gui/ability_tree/branch/0_active_8.png | Bin 0 -> 145 bytes .../gui/ability_tree/branch/0_active_9.png | Bin 0 -> 141 bytes .../wynn/gui/ability_tree/branch/1.png | Bin 0 -> 176 bytes .../wynn/gui/ability_tree/branch/10.png | Bin 0 -> 164 bytes .../gui/ability_tree/branch/10_active_0.png | Bin 0 -> 141 bytes .../gui/ability_tree/branch/1_active_0.png | Bin 0 -> 154 bytes .../gui/ability_tree/branch/1_active_1.png | Bin 0 -> 143 bytes .../gui/ability_tree/branch/1_active_2.png | Bin 0 -> 140 bytes .../gui/ability_tree/branch/1_active_3.png | Bin 0 -> 143 bytes .../wynn/gui/ability_tree/branch/2.png | Bin 0 -> 180 bytes .../gui/ability_tree/branch/2_active_0.png | Bin 0 -> 156 bytes .../gui/ability_tree/branch/2_active_1.png | Bin 0 -> 145 bytes .../gui/ability_tree/branch/2_active_2.png | Bin 0 -> 144 bytes .../gui/ability_tree/branch/2_active_3.png | Bin 0 -> 139 bytes .../wynn/gui/ability_tree/branch/3.png | Bin 0 -> 180 bytes .../gui/ability_tree/branch/3_active_0.png | Bin 0 -> 156 bytes .../gui/ability_tree/branch/3_active_1.png | Bin 0 -> 143 bytes .../gui/ability_tree/branch/3_active_2.png | Bin 0 -> 143 bytes .../gui/ability_tree/branch/3_active_3.png | Bin 0 -> 143 bytes .../wynn/gui/ability_tree/branch/4.png | Bin 0 -> 181 bytes .../gui/ability_tree/branch/4_active_0.png | Bin 0 -> 158 bytes .../gui/ability_tree/branch/4_active_1.png | Bin 0 -> 142 bytes .../gui/ability_tree/branch/4_active_2.png | Bin 0 -> 141 bytes .../gui/ability_tree/branch/4_active_3.png | Bin 0 -> 142 bytes .../wynn/gui/ability_tree/branch/5.png | Bin 0 -> 164 bytes .../gui/ability_tree/branch/5_active_0.png | Bin 0 -> 138 bytes .../wynn/gui/ability_tree/branch/6.png | Bin 0 -> 162 bytes .../gui/ability_tree/branch/6_active_0.png | Bin 0 -> 138 bytes .../wynn/gui/ability_tree/branch/7.png | Bin 0 -> 167 bytes .../gui/ability_tree/branch/7_active_0.png | Bin 0 -> 141 bytes .../wynn/gui/ability_tree/branch/8.png | Bin 0 -> 164 bytes .../gui/ability_tree/branch/8_active_0.png | Bin 0 -> 140 bytes .../wynn/gui/ability_tree/branch/9.png | Bin 0 -> 170 bytes .../gui/ability_tree/branch/9_active_0.png | Bin 0 -> 139 bytes .../gui/ability_tree/button/arrow_down.png | Bin 0 -> 158 bytes .../gui/ability_tree/button/arrow_left.png | Bin 0 -> 150 bytes .../gui/ability_tree/button/arrow_right.png | Bin 0 -> 148 bytes .../wynn/gui/ability_tree/button/arrow_up.png | Bin 0 -> 157 bytes .../wynn/gui/ability_tree/button/aspects.png | Bin 0 -> 207 bytes .../ability_tree/button/aspects_select.png | Bin 0 -> 223 bytes .../gui/ability_tree/button/orb_points.png | Bin 0 -> 199 bytes .../gui/ability_tree/button/orb_reset.png | Bin 0 -> 199 bytes .../wynn/gui/ability_tree/button/plus.png | Bin 0 -> 173 bytes .../wynn/gui/ability_tree/button/reset.png | Bin 0 -> 222 bytes .../gui/ability_tree/button/reset_confirm.png | Bin 0 -> 168 bytes .../gui/ability_tree/button/reset_locked.png | Bin 0 -> 233 bytes .../gui/ability_tree/button/reset_select.png | Bin 0 -> 232 bytes .../gui/ability_tree/button/reset_wait.png | Bin 0 -> 156 bytes .../wynn/gui/ability_tree/button/tree.png | Bin 0 -> 206 bytes .../gui/ability_tree/button/tree_select.png | Bin 0 -> 219 bytes .../wynn/gui/ability_tree/node/archer.png | Bin 0 -> 231 bytes .../gui/ability_tree/node/archer_active.png | Bin 0 -> 258 bytes .../gui/ability_tree/node/archer_pulse.png | Bin 0 -> 303 bytes .../ability_tree/node/archer_pulse.png.mcmeta | 1 + .../wynn/gui/ability_tree/node/assassin.png | Bin 0 -> 221 bytes .../gui/ability_tree/node/assassin_active.png | Bin 0 -> 256 bytes .../gui/ability_tree/node/assassin_pulse.png | Bin 0 -> 293 bytes .../node/assassin_pulse.png.mcmeta | 1 + .../wynn/gui/ability_tree/node/blue.png | Bin 0 -> 241 bytes .../gui/ability_tree/node/blue_active.png | Bin 0 -> 271 bytes .../gui/ability_tree/node/blue_fragment.png | Bin 0 -> 245 bytes .../node/blue_fragment.png.mcmeta | 1 + .../wynn/gui/ability_tree/node/blue_pulse.png | Bin 0 -> 314 bytes .../ability_tree/node/blue_pulse.png.mcmeta | 1 + .../gui/ability_tree/node/blue_shatter.png | Bin 0 -> 273 bytes .../wynn/gui/ability_tree/node/blue_shine.png | Bin 0 -> 314 bytes .../ability_tree/node/blue_shine.png.mcmeta | 1 + .../wynn/gui/ability_tree/node/mage.png | Bin 0 -> 225 bytes .../gui/ability_tree/node/mage_active.png | Bin 0 -> 257 bytes .../wynn/gui/ability_tree/node/mage_pulse.png | Bin 0 -> 227 bytes .../ability_tree/node/mage_pulse.png.mcmeta | 1 + .../wynn/gui/ability_tree/node/purple.png | Bin 0 -> 236 bytes .../gui/ability_tree/node/purple_active.png | Bin 0 -> 265 bytes .../gui/ability_tree/node/purple_fragment.png | Bin 0 -> 224 bytes .../node/purple_fragment.png.mcmeta | 1 + .../gui/ability_tree/node/purple_pulse.png | Bin 0 -> 311 bytes .../ability_tree/node/purple_pulse.png.mcmeta | 1 + .../gui/ability_tree/node/purple_shatter.png | Bin 0 -> 264 bytes .../gui/ability_tree/node/purple_shine.png | Bin 0 -> 301 bytes .../ability_tree/node/purple_shine.png.mcmeta | 1 + .../wynn/gui/ability_tree/node/red.png | Bin 0 -> 285 bytes .../wynn/gui/ability_tree/node/red_active.png | Bin 0 -> 330 bytes .../gui/ability_tree/node/red_fragment.png | Bin 0 -> 294 bytes .../ability_tree/node/red_fragment.png.mcmeta | 1 + .../wynn/gui/ability_tree/node/red_pulse.png | Bin 0 -> 362 bytes .../ability_tree/node/red_pulse.png.mcmeta | 1 + .../gui/ability_tree/node/red_shatter.png | Bin 0 -> 328 bytes .../wynn/gui/ability_tree/node/red_shine.png | Bin 0 -> 396 bytes .../ability_tree/node/red_shine.png.mcmeta | 1 + .../wynn/gui/ability_tree/node/shaman.png | Bin 0 -> 233 bytes .../gui/ability_tree/node/shaman_active.png | Bin 0 -> 274 bytes .../gui/ability_tree/node/shaman_pulse.png | Bin 0 -> 328 bytes .../ability_tree/node/shaman_pulse.png.mcmeta | 1 + .../wynn/gui/ability_tree/node/shine.png | Bin 0 -> 297 bytes .../gui/ability_tree/node/shine.png.mcmeta | 1 + .../wynn/gui/ability_tree/node/warrior.png | Bin 0 -> 218 bytes .../gui/ability_tree/node/warrior_active.png | Bin 0 -> 254 bytes .../gui/ability_tree/node/warrior_pulse.png | Bin 0 -> 288 bytes .../node/warrior_pulse.png.mcmeta | 1 + .../wynn/gui/ability_tree/node/white.png | Bin 0 -> 218 bytes .../gui/ability_tree/node/white_active.png | Bin 0 -> 242 bytes .../gui/ability_tree/node/white_fragment.png | Bin 0 -> 195 bytes .../node/white_fragment.png.mcmeta | 1 + .../gui/ability_tree/node/white_pulse.png | Bin 0 -> 271 bytes .../ability_tree/node/white_pulse.png.mcmeta | 1 + .../gui/ability_tree/node/white_shatter.png | Bin 0 -> 229 bytes .../gui/ability_tree/node/white_shine.png | Bin 0 -> 282 bytes .../ability_tree/node/white_shine.png.mcmeta | 1 + .../wynn/gui/ability_tree/node/yellow.png | Bin 0 -> 225 bytes .../gui/ability_tree/node/yellow_active.png | Bin 0 -> 251 bytes .../gui/ability_tree/node/yellow_fragment.png | Bin 0 -> 209 bytes .../node/yellow_fragment.png.mcmeta | 1 + .../gui/ability_tree/node/yellow_pulse.png | Bin 0 -> 292 bytes .../ability_tree/node/yellow_pulse.png.mcmeta | 1 + .../gui/ability_tree/node/yellow_shatter.png | Bin 0 -> 256 bytes .../gui/ability_tree/node/yellow_shine.png | Bin 0 -> 323 bytes .../ability_tree/node/yellow_shine.png.mcmeta | 1 + .../textures/wynn/gui/bank/liquid_storage.png | Bin 0 -> 181 bytes .../textures/wynn/gui/bank/restock.png | Bin 0 -> 188 bytes .../textures/wynn/gui/bank/stash.png | Bin 0 -> 189 bytes .../textures/wynn/gui/bank/toggle_account.png | Bin 0 -> 178 bytes .../wynn/gui/bank/toggle_character.png | Bin 0 -> 187 bytes .../textures/wynn/gui/beacon/blue.png | Bin 0 -> 89 bytes .../textures/wynn/gui/beacon/cyan.png | Bin 0 -> 93 bytes .../textures/wynn/gui/beacon/dark_gray.png | Bin 0 -> 92 bytes .../textures/wynn/gui/beacon/gray.png | Bin 0 -> 93 bytes .../textures/wynn/gui/beacon/green.png | Bin 0 -> 89 bytes .../textures/wynn/gui/beacon/orange.png | Bin 0 -> 92 bytes .../textures/wynn/gui/beacon/pink.png | Bin 0 -> 89 bytes .../textures/wynn/gui/beacon/purple.png | Bin 0 -> 93 bytes .../textures/wynn/gui/beacon/rainbow.png | Bin 0 -> 218 bytes .../wynn/gui/beacon/rainbow.png.mcmeta | 1 + .../textures/wynn/gui/beacon/red.png | Bin 0 -> 89 bytes .../textures/wynn/gui/beacon/white.png | Bin 0 -> 80 bytes .../textures/wynn/gui/beacon/yellow.png | Bin 0 -> 89 bytes .../wynn/gui/blacksmith/repair_item.png | Bin 0 -> 171 bytes .../wynn/gui/blacksmith/sell_item.png | Bin 0 -> 197 bytes .../textures/wynn/gui/button/arrow_down.png | Bin 0 -> 130 bytes .../textures/wynn/gui/button/arrow_left.png | Bin 0 -> 130 bytes .../textures/wynn/gui/button/arrow_right.png | Bin 0 -> 128 bytes .../textures/wynn/gui/button/arrow_up.png | Bin 0 -> 126 bytes .../textures/wynn/gui/button/cancel.png | Bin 0 -> 132 bytes .../textures/wynn/gui/button/check.png | Bin 0 -> 139 bytes .../wynn/gui/button/color_palettes/brown.png | Bin 0 -> 95 bytes .../button/color_palettes/button_palette.png | Bin 0 -> 81 bytes .../gui/button/color_palettes/default.png | Bin 0 -> 95 bytes .../wynn/gui/button/color_palettes/gray.png | Bin 0 -> 95 bytes .../wynn/gui/button/color_palettes/green.png | Bin 0 -> 95 bytes .../wynn/gui/button/color_palettes/red.png | Bin 0 -> 95 bytes .../wynn/gui/button/color_palettes/yellow.png | Bin 0 -> 95 bytes .../textures/wynn/gui/button/exclaim.png | Bin 0 -> 107 bytes .../textures/wynn/gui/button/minus.png | Bin 0 -> 90 bytes .../textures/wynn/gui/button/note.png | Bin 0 -> 131 bytes .../textures/wynn/gui/button/plus.png | Bin 0 -> 115 bytes .../textures/wynn/gui/button/refresh.png | Bin 0 -> 153 bytes .../wynn/gui/character_info/ability_tree.png | Bin 0 -> 385 bytes .../character_info/ability_tree.png.mcmeta | 1 + .../wynn/gui/character_info/blink.png | Bin 0 -> 194 bytes .../wynn/gui/character_info/blink.png.mcmeta | 1 + .../wynn/gui/character_info/book_agility.png | Bin 0 -> 220 bytes .../wynn/gui/character_info/book_defense.png | Bin 0 -> 217 bytes .../gui/character_info/book_dexterity.png | Bin 0 -> 218 bytes .../gui/character_info/book_intelligence.png | Bin 0 -> 218 bytes .../wynn/gui/character_info/book_strength.png | Bin 0 -> 220 bytes .../wynn/gui/character_info/skill_crystal.png | Bin 0 -> 195 bytes .../gui/character_select/cancel_deletion.png | Bin 0 -> 179 bytes .../gui/character_select/change_scene.png | Bin 0 -> 440 bytes .../character_select/character_backups.png | Bin 0 -> 177 bytes .../wynn/gui/character_select/craftsman.png | Bin 0 -> 402 bytes .../character_select/craftsman_disabled.png | Bin 0 -> 407 bytes .../wynn/gui/character_select/customize.png | Bin 0 -> 177 bytes .../gui/character_select/delete_character.png | Bin 0 -> 179 bytes .../wynn/gui/character_select/disabled.png | Bin 0 -> 141 bytes .../wynn/gui/character_select/edit_icon.png | Bin 0 -> 397 bytes .../gui/character_select/edit_nickname.png | Bin 0 -> 440 bytes .../wynn/gui/character_select/hardcore.png | Bin 0 -> 400 bytes .../character_select/hardcore_disabled.png | Bin 0 -> 406 bytes .../wynn/gui/character_select/hunted.png | Bin 0 -> 366 bytes .../gui/character_select/hunted_disabled.png | Bin 0 -> 373 bytes .../wynn/gui/character_select/icon/archer.png | Bin 0 -> 188 bytes .../icon/archer_background.png | Bin 0 -> 160 bytes .../gui/character_select/icon/assassin.png | Bin 0 -> 209 bytes .../icon/assassin_background.png | Bin 0 -> 157 bytes .../gui/character_select/icon/dark_wizard.png | Bin 0 -> 181 bytes .../icon/dark_wizard_background.png | Bin 0 -> 153 bytes .../wynn/gui/character_select/icon/hunter.png | Bin 0 -> 213 bytes .../icon/hunter_background.png | Bin 0 -> 157 bytes .../wynn/gui/character_select/icon/knight.png | Bin 0 -> 207 bytes .../icon/knight_background.png | Bin 0 -> 154 bytes .../wynn/gui/character_select/icon/mage.png | Bin 0 -> 178 bytes .../character_select/icon/mage_background.png | Bin 0 -> 155 bytes .../wynn/gui/character_select/icon/ninja.png | Bin 0 -> 191 bytes .../icon/ninja_background.png | Bin 0 -> 151 bytes .../icon/pending_deletion.png | Bin 0 -> 217 bytes .../wynn/gui/character_select/icon/shaman.png | Bin 0 -> 223 bytes .../icon/shaman_background.png | Bin 0 -> 162 bytes .../gui/character_select/icon/skyseer.png | Bin 0 -> 209 bytes .../icon/skyseer_background.png | Bin 0 -> 161 bytes .../gui/character_select/icon/warrior.png | Bin 0 -> 192 bytes .../icon/warrior_background.png | Bin 0 -> 155 bytes .../wynn/gui/character_select/ironman.png | Bin 0 -> 366 bytes .../gui/character_select/ironman_disabled.png | Bin 0 -> 374 bytes .../wynn/gui/character_select/locked_slot.png | Bin 0 -> 181 bytes .../wynn/gui/character_select/palette.png | Bin 0 -> 96 bytes .../gui/character_select/reskin_class.png | Bin 0 -> 396 bytes .../gui/character_select/select_gamemodes.png | Bin 0 -> 475 bytes .../gui/character_select/select_reskin.png | Bin 0 -> 420 bytes .../wynn/gui/character_select/selected.png | Bin 0 -> 145 bytes .../gui/character_select/set_favorite.png | Bin 0 -> 441 bytes .../gui/character_select/set_nickname.png | Bin 0 -> 424 bytes .../gui/character_select/toggle_select.png | Bin 0 -> 195 bytes .../gui/character_select/unset_favorite.png | Bin 0 -> 438 bytes assets/minecraft/textures/wynn/gui/column.png | Bin 0 -> 110 bytes .../gui/content_book/boss_altar_active.png | Bin 0 -> 210 bytes .../gui/content_book/boss_altar_locked.png | Bin 0 -> 200 bytes .../gui/content_book/boss_altar_tracked.png | Bin 0 -> 278 bytes .../boss_altar_tracked.png.mcmeta | 1 + .../wynn/gui/content_book/cave_active.png | Bin 0 -> 213 bytes .../wynn/gui/content_book/cave_locked.png | Bin 0 -> 202 bytes .../wynn/gui/content_book/cave_tracked.png | Bin 0 -> 279 bytes .../gui/content_book/cave_tracked.png.mcmeta | 1 + .../wynn/gui/content_book/complete.png | Bin 0 -> 96 bytes .../gui/content_book/dialogue_history.png | Bin 0 -> 247 bytes .../content_book/dialogue_history.png.mcmeta | 1 + .../gui/content_book/discovery_active.png | Bin 0 -> 213 bytes .../gui/content_book/discovery_locked.png | Bin 0 -> 202 bytes .../gui/content_book/discovery_tracked.png | Bin 0 -> 295 bytes .../content_book/discovery_tracked.png.mcmeta | 1 + .../wynn/gui/content_book/dungeon_active.png | Bin 0 -> 207 bytes .../wynn/gui/content_book/dungeon_locked.png | Bin 0 -> 200 bytes .../wynn/gui/content_book/dungeon_tracked.png | Bin 0 -> 274 bytes .../content_book/dungeon_tracked.png.mcmeta | 1 + .../textures/wynn/gui/content_book/filter.png | Bin 0 -> 206 bytes .../textures/wynn/gui/content_book/locked.png | Bin 0 -> 102 bytes .../gui/content_book/loot_camp_active.png | Bin 0 -> 222 bytes .../gui/content_book/loot_camp_locked.png | Bin 0 -> 211 bytes .../gui/content_book/loot_camp_tracked.png | Bin 0 -> 312 bytes .../content_book/loot_camp_tracked.png.mcmeta | 1 + .../gui/content_book/mini_quest_active.png | Bin 0 -> 213 bytes .../gui/content_book/mini_quest_locked.png | Bin 0 -> 200 bytes .../gui/content_book/mini_quest_tracked.png | Bin 0 -> 285 bytes .../mini_quest_tracked.png.mcmeta | 1 + .../wynn/gui/content_book/progress.png | Bin 0 -> 196 bytes .../wynn/gui/content_book/quest_active.png | Bin 0 -> 211 bytes .../wynn/gui/content_book/quest_locked.png | Bin 0 -> 202 bytes .../wynn/gui/content_book/quest_tracked.png | Bin 0 -> 285 bytes .../gui/content_book/quest_tracked.png.mcmeta | 1 + .../wynn/gui/content_book/raid_active.png | Bin 0 -> 207 bytes .../wynn/gui/content_book/raid_locked.png | Bin 0 -> 197 bytes .../wynn/gui/content_book/raid_tracked.png | Bin 0 -> 286 bytes .../gui/content_book/raid_tracked.png.mcmeta | 1 + .../gui/content_book/story_quest_active.png | Bin 0 -> 217 bytes .../gui/content_book/story_quest_locked.png | Bin 0 -> 204 bytes .../gui/content_book/story_quest_tracked.png | Bin 0 -> 307 bytes .../story_quest_tracked.png.mcmeta | 1 + .../gui/content_book/world_event_active.png | Bin 0 -> 219 bytes .../gui/content_book/world_event_complete.png | Bin 0 -> 229 bytes .../gui/content_book/world_event_locked.png | Bin 0 -> 207 bytes .../gui/content_book/world_event_tracked.png | Bin 0 -> 298 bytes .../world_event_tracked.png.mcmeta | 1 + .../textures/wynn/gui/crafting/arrow_down.png | Bin 0 -> 94 bytes .../textures/wynn/gui/crafting/arrow_up.png | Bin 0 -> 93 bytes .../wynn/gui/crafting/column_offset.png | Bin 0 -> 171 bytes .../textures/wynn/gui/crafting/columns.png | Bin 0 -> 187 bytes .../textures/wynn/gui/crafting/item_slot.png | Bin 0 -> 249 bytes .../wynn/gui/crafting/item_slot.png.mcmeta | 1 + .../wynn/gui/crafting/material_slot.png | Bin 0 -> 97 bytes .../textures/wynn/gui/equipment_slot.png | Bin 0 -> 100 bytes .../wynn/gui/item_identifier/augment_item.png | Bin 0 -> 212 bytes .../gui/item_identifier/identify_item.png | Bin 0 -> 212 bytes .../textures/wynn/gui/lootrun/boon_option.png | Bin 0 -> 213 bytes .../wynn/gui/lootrun/button_normal.png | Bin 0 -> 143 bytes .../wynn/gui/lootrun/button_special.png | Bin 0 -> 678 bytes .../gui/lootrun/button_special.png.mcmeta | 1 + .../wynn/gui/lootrun/button_start.png | Bin 0 -> 155 bytes .../wynn/gui/lootrun/mission_buff.png | Bin 0 -> 337 bytes .../wynn/gui/lootrun/mission_curse.png | Bin 0 -> 345 bytes .../wynn/gui/lootrun/mission_glint.png | Bin 0 -> 126 bytes .../wynn/gui/lootrun/mission_glint.png.mcmeta | 1 + .../wynn/gui/lootrun/mission_hunt.png | Bin 0 -> 363 bytes .../wynn/gui/lootrun/mission_life.png | Bin 0 -> 342 bytes .../wynn/gui/lootrun/mission_loot.png | Bin 0 -> 340 bytes .../textures/wynn/gui/lootrun/sigil.png | Bin 0 -> 241 bytes .../wynn/gui/mastery_tome/locked_slot.png | Bin 0 -> 181 bytes .../textures/wynn/gui/player/book.png | Bin 0 -> 258 bytes .../wynn/gui/powder_master/infuse_item.png | Bin 0 -> 123 bytes .../wynn/gui/powder_master/remove_item.png | Bin 0 -> 96 bytes .../wynn/gui/powder_master/upgrade_item.png | Bin 0 -> 119 bytes .../textures/wynn/gui/raid/button_normal.png | Bin 0 -> 143 bytes .../textures/wynn/gui/raid/button_waiting.png | Bin 0 -> 135 bytes .../textures/wynn/gui/raid/gambit.png | Bin 0 -> 129 bytes .../textures/wynn/gui/raid/gambit_a.png | Bin 0 -> 164 bytes .../wynn/gui/raid/gambit_a.png.mcmeta | 1 + .../textures/wynn/gui/raid/gambit_g.png | Bin 0 -> 163 bytes .../wynn/gui/raid/gambit_g.png.mcmeta | 1 + .../textures/wynn/gui/raid/gambit_l.png | Bin 0 -> 88 bytes .../textures/wynn/gui/raid/gambit_o.png | Bin 0 -> 170 bytes .../wynn/gui/raid/gambit_o.png.mcmeta | 1 + .../textures/wynn/gui/raid/ready_invalid.png | Bin 0 -> 182 bytes .../textures/wynn/gui/raid/ready_normal.png | Bin 0 -> 160 bytes .../textures/wynn/gui/raid/ready_waiting.png | Bin 0 -> 160 bytes .../textures/wynn/gui/raid/sigil.png | Bin 0 -> 241 bytes .../textures/wynn/gui/raid/sigil_1.png | Bin 0 -> 124 bytes .../textures/wynn/gui/raid/sigil_1.png.mcmeta | 1 + .../textures/wynn/gui/raid/sigil_2.png | Bin 0 -> 286 bytes .../textures/wynn/gui/raid/sigil_2.png.mcmeta | 1 + .../textures/wynn/gui/raid/sigil_3.png | Bin 0 -> 279 bytes .../textures/wynn/gui/raid/sigil_3.png.mcmeta | 1 + .../textures/wynn/gui/raid/sigil_4.png | Bin 0 -> 1057 bytes .../textures/wynn/gui/raid/sigil_4.png.mcmeta | 1 + .../textures/wynn/gui/raid/sigil_guild.png | Bin 0 -> 255 bytes .../textures/wynn/gui/raid/sigil_guild_1.png | Bin 0 -> 242 bytes .../wynn/gui/raid/sigil_guild_1.png.mcmeta | 1 + .../wynn/gui/rekindled/button_accept.png | Bin 0 -> 146 bytes .../wynn/gui/rekindled/button_normal.png | Bin 0 -> 143 bytes .../wynn/gui/store/silverbull_emblem.png | Bin 0 -> 267 bytes .../gui/store/silverbull_emblem.png.mcmeta | 1 + .../wynn/gui/store/silverbull_share.png | Bin 0 -> 230 bytes .../textures/wynn/gui/trade_icon.png | Bin 0 -> 146 bytes .../gui/trade_market/add_amount_default.png | Bin 0 -> 132 bytes .../wynn/gui/trade_market/add_amount_gray.png | Bin 0 -> 132 bytes .../gui/trade_market/booth_description.png | Bin 0 -> 204 bytes .../wynn/gui/trade_market/filter/11_20.png | Bin 0 -> 195 bytes .../wynn/gui/trade_market/filter/1_10.png | Bin 0 -> 190 bytes .../wynn/gui/trade_market/filter/21_30.png | Bin 0 -> 189 bytes .../wynn/gui/trade_market/filter/31_40.png | Bin 0 -> 193 bytes .../wynn/gui/trade_market/filter/41_50.png | Bin 0 -> 195 bytes .../wynn/gui/trade_market/filter/51_60.png | Bin 0 -> 202 bytes .../wynn/gui/trade_market/filter/61_70.png | Bin 0 -> 190 bytes .../wynn/gui/trade_market/filter/71_80.png | Bin 0 -> 194 bytes .../wynn/gui/trade_market/filter/81_90.png | Bin 0 -> 198 bytes .../wynn/gui/trade_market/filter/91_200.png | Bin 0 -> 200 bytes .../gui/trade_market/filter/alchemism.png | Bin 0 -> 173 bytes .../gui/trade_market/filter/armouring.png | Bin 0 -> 168 bytes .../wynn/gui/trade_market/filter/boots.png | Bin 0 -> 183 bytes .../wynn/gui/trade_market/filter/bow.png | Bin 0 -> 202 bytes .../wynn/gui/trade_market/filter/bracelet.png | Bin 0 -> 228 bytes .../wynn/gui/trade_market/filter/charm.png | Bin 0 -> 201 bytes .../gui/trade_market/filter/chestplate.png | Bin 0 -> 193 bytes .../wynn/gui/trade_market/filter/cooking.png | Bin 0 -> 184 bytes .../wynn/gui/trade_market/filter/crafted.png | Bin 0 -> 216 bytes .../wynn/gui/trade_market/filter/dagger.png | Bin 0 -> 195 bytes .../gui/trade_market/filter/dungeon_drop.png | Bin 0 -> 203 bytes .../wynn/gui/trade_market/filter/fabled.png | Bin 0 -> 251 bytes .../wynn/gui/trade_market/filter/farming.png | Bin 0 -> 173 bytes .../wynn/gui/trade_market/filter/fishing.png | Bin 0 -> 178 bytes .../wynn/gui/trade_market/filter/food.png | Bin 0 -> 306 bytes .../wynn/gui/trade_market/filter/helmet.png | Bin 0 -> 180 bytes .../trade_market/filter/identification.png | Bin 0 -> 231 bytes .../gui/trade_market/filter/ingredient.png | Bin 0 -> 232 bytes .../wynn/gui/trade_market/filter/jeweling.png | Bin 0 -> 172 bytes .../gui/trade_market/filter/legendary.png | Bin 0 -> 226 bytes .../wynn/gui/trade_market/filter/leggings.png | Bin 0 -> 170 bytes .../trade_market/filter/loot_chest_drop.png | Bin 0 -> 213 bytes .../gui/trade_market/filter/mastery_tome.png | Bin 0 -> 231 bytes .../wynn/gui/trade_market/filter/material.png | Bin 0 -> 252 bytes .../wynn/gui/trade_market/filter/mining.png | Bin 0 -> 171 bytes .../wynn/gui/trade_market/filter/misc.png | Bin 0 -> 167 bytes .../wynn/gui/trade_market/filter/mob_drop.png | Bin 0 -> 181 bytes .../wynn/gui/trade_market/filter/mythic.png | Bin 0 -> 227 bytes .../wynn/gui/trade_market/filter/necklace.png | Bin 0 -> 226 bytes .../gui/trade_market/filter/never_drop.png | Bin 0 -> 181 bytes .../wynn/gui/trade_market/filter/normal.png | Bin 0 -> 216 bytes .../gui/trade_market/filter/normal_drop.png | Bin 0 -> 223 bytes .../wynn/gui/trade_market/filter/other.png | Bin 0 -> 203 bytes .../wynn/gui/trade_market/filter/potion.png | Bin 0 -> 213 bytes .../wynn/gui/trade_market/filter/powder.png | Bin 0 -> 224 bytes .../wynn/gui/trade_market/filter/rare.png | Bin 0 -> 254 bytes .../wynn/gui/trade_market/filter/relik.png | Bin 0 -> 247 bytes .../wynn/gui/trade_market/filter/ring.png | Bin 0 -> 223 bytes .../wynn/gui/trade_market/filter/scribing.png | Bin 0 -> 177 bytes .../wynn/gui/trade_market/filter/scroll.png | Bin 0 -> 219 bytes .../wynn/gui/trade_market/filter/set.png | Bin 0 -> 243 bytes .../wynn/gui/trade_market/filter/spear.png | Bin 0 -> 201 bytes .../gui/trade_market/filter/tailoring.png | Bin 0 -> 159 bytes .../wynn/gui/trade_market/filter/tier_0.png | Bin 0 -> 190 bytes .../wynn/gui/trade_market/filter/tier_1.png | Bin 0 -> 190 bytes .../wynn/gui/trade_market/filter/tier_2.png | Bin 0 -> 195 bytes .../wynn/gui/trade_market/filter/tier_3.png | Bin 0 -> 202 bytes .../wynn/gui/trade_market/filter/tome.png | Bin 0 -> 226 bytes .../wynn/gui/trade_market/filter/tool.png | Bin 0 -> 193 bytes .../gui/trade_market/filter/unidentified.png | Bin 0 -> 234 bytes .../wynn/gui/trade_market/filter/unique.png | Bin 0 -> 252 bytes .../gui/trade_market/filter/unrefined.png | Bin 0 -> 234 bytes .../wynn/gui/trade_market/filter/wand.png | Bin 0 -> 202 bytes .../trade_market/filter/weaponsmithing.png | Bin 0 -> 170 bytes .../gui/trade_market/filter/woodcutting.png | Bin 0 -> 165 bytes .../gui/trade_market/filter/woodworking.png | Bin 0 -> 166 bytes .../wynn/gui/trade_market/filter_item.png | Bin 0 -> 204 bytes .../wynn/gui/trade_market/filter_name.png | Bin 0 -> 204 bytes .../wynn/gui/trade_market/locked_slot.png | Bin 0 -> 181 bytes .../wynn/gui/trade_market/price_check.png | Bin 0 -> 210 bytes .../trade_market/remove_amount_default.png | Bin 0 -> 105 bytes .../gui/trade_market/remove_amount_gray.png | Bin 0 -> 105 bytes .../wynn/gui/trade_market/reveal_item.png | Bin 0 -> 208 bytes .../textures/wynn/gui/trade_market/search.png | Bin 0 -> 185 bytes .../wynn/gui/trade_market/sell_item.png | Bin 0 -> 197 bytes .../wynn/gui/trade_market/sell_share.png | Bin 0 -> 219 bytes .../wynn/gui/trade_market/set_price.png | Bin 0 -> 217 bytes .../wynn/gui/trade_market/trade_overflow.png | Bin 0 -> 167 bytes .../trade_market/trade_overflow.png.mcmeta | 1 + .../wynn/gui/trade_market/view_trade.png | Bin 0 -> 182 bytes .../minecraft/textures/wynn/gui/tutorial.png | Bin 0 -> 391 bytes .../textures/wynn/gui/tutorial.png.mcmeta | 1 + .../wynn/housing/furniture/chair_bench.png | Bin 0 -> 401 bytes .../wynn/housing/furniture/chair_boulder.png | Bin 0 -> 295 bytes .../wynn/housing/furniture/chair_log.png | Bin 0 -> 224 bytes .../wynn/housing/furniture/chair_quartz.png | Bin 0 -> 751 bytes .../wynn/housing/furniture/chair_regal.png | Bin 0 -> 723 bytes .../wynn/housing/furniture/chair_stool.png | Bin 0 -> 182 bytes .../wynn/housing/furniture/chair_wood.png | Bin 0 -> 242 bytes .../housing/furniture/curtains_bamboo.png | Bin 0 -> 422 bytes .../furniture/curtains_open_bamboo.png | Bin 0 -> 323 bytes .../housing/furniture/curtains_open_regal.png | Bin 0 -> 353 bytes .../furniture/curtains_open_velvet.png | Bin 0 -> 341 bytes .../housing/furniture/curtains_open_white.png | Bin 0 -> 271 bytes .../wynn/housing/furniture/curtains_regal.png | Bin 0 -> 343 bytes .../housing/furniture/curtains_velvet.png | Bin 0 -> 311 bytes .../wynn/housing/furniture/curtains_white.png | Bin 0 -> 326 bytes .../wynn/housing/furniture/shades.png | Bin 0 -> 294 bytes .../furniture/statue_colossal_guild.png | Bin 0 -> 3498 bytes .../furniture/statue_colossal_normal.png | Bin 0 -> 3513 bytes .../housing/furniture/statue_eldritch.png | Bin 0 -> 3127 bytes .../housing/furniture/statue_eldritch_a.png | Bin 0 -> 182 bytes .../furniture/statue_eldritch_a.png.mcmeta | 1 + .../wynn/housing/furniture/statue_frog.png | Bin 0 -> 336 bytes .../housing/furniture/statue_groot_guild.png | Bin 0 -> 2989 bytes .../housing/furniture/statue_groot_normal.png | Bin 0 -> 2953 bytes .../wynn/housing/furniture/statue_hero.png | Bin 0 -> 1810 bytes .../wynn/housing/furniture/statue_idol.png | Bin 0 -> 2281 bytes .../wynn/housing/furniture/statue_light.png | Bin 0 -> 3167 bytes .../housing/furniture/statue_light_guild.png | Bin 0 -> 6116 bytes .../housing/furniture/statue_light_normal.png | Bin 0 -> 7065 bytes .../furniture/statue_nameless_guild.png | Bin 0 -> 3351 bytes .../furniture/statue_nameless_normal.png | Bin 0 -> 2971 bytes .../wynn/housing/furniture/table_boulder.png | Bin 0 -> 381 bytes .../wynn/housing/furniture/table_normal.png | Bin 0 -> 348 bytes .../wynn/housing/furniture/table_quartz.png | Bin 0 -> 869 bytes .../wynn/housing/furniture/table_regal.png | Bin 0 -> 914 bytes .../wynn/housing/furniture/table_small.png | Bin 0 -> 242 bytes .../wynn/housing/profession/alchemism.png | Bin 0 -> 310 bytes .../wynn/housing/profession/armouring.png | Bin 0 -> 517 bytes .../wynn/housing/profession/cooking.png | Bin 0 -> 486 bytes .../wynn/housing/profession/farming.png | Bin 0 -> 575 bytes .../wynn/housing/profession/fishing.png | Bin 0 -> 525 bytes .../wynn/housing/profession/jeweling.png | Bin 0 -> 401 bytes .../wynn/housing/profession/mining.png | Bin 0 -> 636 bytes .../wynn/housing/profession/scribing.png | Bin 0 -> 318 bytes .../wynn/housing/profession/tailoring.png | Bin 0 -> 288 bytes .../housing/profession/trophy/alchemism.png | Bin 0 -> 196 bytes .../housing/profession/trophy/armouring.png | Bin 0 -> 188 bytes .../wynn/housing/profession/trophy/base.png | Bin 0 -> 263 bytes .../housing/profession/trophy/cooking.png | Bin 0 -> 200 bytes .../housing/profession/trophy/farming.png | Bin 0 -> 183 bytes .../housing/profession/trophy/fishing.png | Bin 0 -> 195 bytes .../housing/profession/trophy/jeweling.png | Bin 0 -> 183 bytes .../wynn/housing/profession/trophy/mining.png | Bin 0 -> 198 bytes .../housing/profession/trophy/scribing.png | Bin 0 -> 207 bytes .../housing/profession/trophy/tailoring.png | Bin 0 -> 192 bytes .../profession/trophy/weaponsmithing.png | Bin 0 -> 181 bytes .../housing/profession/trophy/woodcutting.png | Bin 0 -> 192 bytes .../housing/profession/trophy/woodworking.png | Bin 0 -> 179 bytes .../housing/profession/weaponsmithing.png | Bin 0 -> 616 bytes .../wynn/housing/profession/woodcutting.png | Bin 0 -> 1061 bytes .../wynn/housing/profession/woodworking.png | Bin 0 -> 393 bytes .../wynn/housing/station/bookshelf.png | Bin 0 -> 1170 bytes .../textures/wynn/housing/station/gear.png | Bin 0 -> 160 bytes .../textures/wynn/housing/station/jukebox.png | Bin 0 -> 796 bytes .../wynn/housing/station/message_board.png | Bin 0 -> 921 bytes .../wynn/housing/station/misc_bucket.png | Bin 0 -> 486 bytes .../wynn/housing/station/teleport_pad.png | Bin 0 -> 448 bytes .../wynn/housing/station/teleport_pad_a.png | Bin 0 -> 308 bytes .../housing/station/teleport_pad_a.png.mcmeta | 1 + .../textures/wynn/housing/tool/blueprint.png | Bin 0 -> 214 bytes .../textures/wynn/housing/tool/handsaw.png | Bin 0 -> 191 bytes .../textures/wynn/housing/tool/ruler.png | Bin 0 -> 177 bytes .../textures/wynn/housing/tool/wand.png | Bin 0 -> 208 bytes .../textures/wynn/jigsaw/anomaly/anomaly.png | Bin 0 -> 361 bytes .../wynn/jigsaw/anomaly/anomaly_body.png | Bin 0 -> 259 bytes .../wynn/jigsaw/anomaly/anomaly_eyes.png | Bin 0 -> 170 bytes .../textures/wynn/jigsaw/avalanche.png | Bin 0 -> 415 bytes .../textures/wynn/jigsaw/avostrider.png | Bin 0 -> 1056 bytes .../textures/wynn/jigsaw/bonny/eyes.png | Bin 0 -> 130 bytes .../wynn/jigsaw/bonny/eyes.png.mcmeta | 1 + .../textures/wynn/jigsaw/bonny/flame.png | Bin 0 -> 508 bytes .../wynn/jigsaw/bonny/flame.png.mcmeta | 1 + .../minecraft/textures/wynn/jigsaw/crab.png | Bin 0 -> 318 bytes .../textures/wynn/jigsaw/crate/blizzard.png | Bin 0 -> 684 bytes .../textures/wynn/jigsaw/crate/bonfire.png | Bin 0 -> 285 bytes .../textures/wynn/jigsaw/crate/bonfire_a.png | Bin 0 -> 271 bytes .../wynn/jigsaw/crate/bonfire_a.png.mcmeta | 1 + .../textures/wynn/jigsaw/crate/heroes.png | Bin 0 -> 707 bytes .../textures/wynn/jigsaw/crate/spirits.png | Bin 0 -> 862 bytes .../minecraft/textures/wynn/jigsaw/crow.png | Bin 0 -> 303 bytes .../wynn/jigsaw/dragonling/shadowfel.png | Bin 0 -> 968 bytes .../minecraft/textures/wynn/jigsaw/effigy.png | Bin 0 -> 560 bytes .../minecraft/textures/wynn/jigsaw/fetish.png | Bin 0 -> 727 bytes .../textures/wynn/jigsaw/forest_sprite.png | Bin 0 -> 296 bytes .../textures/wynn/jigsaw/fragment.png | Bin 0 -> 456 bytes .../minecraft/textures/wynn/jigsaw/golem.png | Bin 0 -> 520 bytes .../minecraft/textures/wynn/jigsaw/guide.png | Bin 0 -> 415 bytes .../minecraft/textures/wynn/jigsaw/lich.png | Bin 0 -> 1009 bytes .../minecraft/textures/wynn/jigsaw/lich_c.png | Bin 0 -> 1038 bytes .../textures/wynn/jigsaw/lost_spirit.png | Bin 0 -> 220 bytes .../minecraft/textures/wynn/jigsaw/mage.png | Bin 0 -> 888 bytes .../minecraft/textures/wynn/jigsaw/mamba.png | Bin 0 -> 438 bytes .../textures/wynn/jigsaw/mighty_yak.png | Bin 0 -> 1713 bytes .../textures/wynn/jigsaw/mythic_mimic.png | Bin 0 -> 418 bytes .../textures/wynn/jigsaw/orphion/orphion.png | Bin 0 -> 490 bytes .../textures/wynn/jigsaw/orphion/orphion2.png | Bin 0 -> 459 bytes .../wynn/jigsaw/orphion/orphion_detail.png | Bin 0 -> 1774 bytes .../wynn/jigsaw/orphion/orphiontail.png | Bin 0 -> 4364 bytes .../textures/wynn/jigsaw/rat/rat_body.png | Bin 0 -> 3100 bytes .../textures/wynn/jigsaw/rat/rat_f.png | Bin 0 -> 1237 bytes .../textures/wynn/jigsaw/rat/rat_fire.png | Bin 0 -> 253 bytes .../wynn/jigsaw/rat/rat_fire.png.mcmeta | 1 + .../textures/wynn/jigsaw/rat/rat_light.png | Bin 0 -> 177 bytes .../wynn/jigsaw/rat/rat_light.png.mcmeta | 1 + .../textures/wynn/jigsaw/rat/rat_tail.png | Bin 0 -> 175 bytes .../wynn/jigsaw/rat/rat_tail.png.mcmeta | 1 + .../textures/wynn/jigsaw/rat/rat_tail_r.png | Bin 0 -> 178 bytes .../wynn/jigsaw/rat/rat_tail_r.png.mcmeta | 1 + .../textures/wynn/jigsaw/redbeard.png | Bin 0 -> 2017 bytes .../textures/wynn/jigsaw/redbeard_c.png | Bin 0 -> 3398 bytes .../textures/wynn/jigsaw/reward_chest.png | Bin 0 -> 581 bytes .../textures/wynn/jigsaw/snow_fennec.png | Bin 0 -> 504 bytes .../textures/wynn/jigsaw/treasure_chest.png | Bin 0 -> 1369 bytes .../minecraft/textures/wynn/jigsaw/wisp.png | Bin 0 -> 345 bytes .../textures/wynn/jigsaw/wynnston.png | Bin 0 -> 590 bytes .../textures/wynn/jigsaw/wynnston.png.mcmeta | 1 + .../textures/wynn/jigsaw/wynnter_owl.png | Bin 0 -> 875 bytes .../minecraft/textures/wynn/jigsaw/yeti.png | Bin 0 -> 1861 bytes .../minecraft/textures/wynn/legacy/scrap.png | Bin 0 -> 214 bytes .../minecraft/textures/wynn/locked_chest.png | Bin 0 -> 277 bytes .../textures/wynn/locked_chest_anim.png | Bin 0 -> 159 bytes .../wynn/locked_chest_anim.png.mcmeta | 1 + assets/minecraft/textures/wynn/loot/base.png | Bin 0 -> 226 bytes assets/minecraft/textures/wynn/loot/cache.png | Bin 0 -> 605 bytes .../minecraft/textures/wynn/loot/common.png | Bin 0 -> 413 bytes .../minecraft/textures/wynn/loot/fabled.png | Bin 0 -> 422 bytes .../textures/wynn/loot/legendary.png | Bin 0 -> 428 bytes .../minecraft/textures/wynn/loot/mythic.png | Bin 0 -> 431 bytes assets/minecraft/textures/wynn/loot/rare.png | Bin 0 -> 418 bytes assets/minecraft/textures/wynn/loot/set.png | Bin 0 -> 430 bytes .../textures/wynn/mastery_tome/armour.png | Bin 0 -> 206 bytes .../textures/wynn/mastery_tome/guild.png | Bin 0 -> 206 bytes .../textures/wynn/mastery_tome/lootrun.png | Bin 0 -> 200 bytes .../textures/wynn/mastery_tome/mana.png | Bin 0 -> 200 bytes .../textures/wynn/mastery_tome/movement.png | Bin 0 -> 202 bytes .../textures/wynn/mastery_tome/utility.png | Bin 0 -> 210 bytes .../textures/wynn/mastery_tome/weapon.png | Bin 0 -> 208 bytes assets/minecraft/textures/wynn/missingno.png | Bin 0 -> 71 bytes assets/minecraft/textures/wynn/mob_totem.png | Bin 0 -> 5513 bytes .../textures/wynn/mob_totem.png.mcmeta | 1 + .../minecraft/textures/wynn/placeholder.png | Bin 0 -> 137 bytes .../textures/wynn/pouch/crafter_packed.png | Bin 0 -> 235 bytes .../textures/wynn/pouch/crafter_stuffed.png | Bin 0 -> 233 bytes .../textures/wynn/pouch/crafter_varied.png | Bin 0 -> 233 bytes .../textures/wynn/pouch/emerald_empty.png | Bin 0 -> 193 bytes .../textures/wynn/pouch/emerald_full.png | Bin 0 -> 222 bytes .../textures/wynn/pouch/emerald_half.png | Bin 0 -> 219 bytes .../textures/wynn/pouch/ingredient_add.png | Bin 0 -> 392 bytes .../wynn/pouch/ingredient_add.png.mcmeta | 1 + .../wynn/pouch/ingredient_default.png | Bin 0 -> 200 bytes .../textures/wynn/pouch/ingredient_empty.png | Bin 0 -> 332 bytes .../wynn/pouch/ingredient_empty.png.mcmeta | 1 + .../textures/wynn/pouch/ingredient_full.png | Bin 0 -> 399 bytes .../wynn/pouch/ingredient_full.png.mcmeta | 1 + .../textures/wynn/pouch/ingredient_half.png | Bin 0 -> 376 bytes .../wynn/pouch/ingredient_half.png.mcmeta | 1 + .../wynn/powder/color_palettes/air.png | Bin 0 -> 127 bytes .../wynn/powder/color_palettes/earth.png | Bin 0 -> 129 bytes .../wynn/powder/color_palettes/fire.png | Bin 0 -> 129 bytes .../powder/color_palettes/powder_palette.png | Bin 0 -> 105 bytes .../wynn/powder/color_palettes/thunder.png | Bin 0 -> 129 bytes .../wynn/powder/color_palettes/water.png | Bin 0 -> 129 bytes .../minecraft/textures/wynn/powder/large.png | Bin 0 -> 226 bytes .../minecraft/textures/wynn/powder/small.png | Bin 0 -> 217 bytes .../textures/wynn/prop/barrel_birch.png | Bin 0 -> 312 bytes .../textures/wynn/prop/barrel_oak.png | Bin 0 -> 313 bytes .../textures/wynn/prop/barrel_spruce.png | Bin 0 -> 314 bytes .../minecraft/textures/wynn/prop/bottles.png | Bin 0 -> 345 bytes .../textures/wynn/prop/burlap_sack.png | Bin 0 -> 264 bytes .../textures/wynn/prop/candy_cane.png | Bin 0 -> 214 bytes .../textures/wynn/prop/clay_amphora.png | Bin 0 -> 307 bytes .../textures/wynn/prop/clay_mortar.png | Bin 0 -> 192 bytes .../minecraft/textures/wynn/prop/clay_urn.png | Bin 0 -> 269 bytes .../textures/wynn/prop/clay_vase.png | Bin 0 -> 332 bytes .../textures/wynn/prop/garden_gnome.png | Bin 0 -> 316 bytes .../textures/wynn/prop/giant_gourd.png | Bin 0 -> 720 bytes .../minecraft/textures/wynn/prop/hay_bale.png | Bin 0 -> 300 bytes .../minecraft/textures/wynn/prop/mead_mug.png | Bin 0 -> 266 bytes .../textures/wynn/prop/message_bottle.png | Bin 0 -> 217 bytes .../textures/wynn/prop/present_blue.png | Bin 0 -> 326 bytes .../textures/wynn/prop/present_green.png | Bin 0 -> 295 bytes .../textures/wynn/prop/present_red.png | Bin 0 -> 328 bytes .../textures/wynn/prop/quest_scroll.png | Bin 0 -> 199 bytes .../textures/wynn/prop/soul_flame.png | Bin 0 -> 508 bytes .../textures/wynn/prop/soul_flame.png.mcmeta | 1 + .../textures/wynn/prop/soul_lantern.png | Bin 0 -> 199 bytes .../textures/wynn/prop/treasure_cache.png | Bin 0 -> 379 bytes .../textures/wynn/prop/undead_remains.png | Bin 0 -> 233 bytes .../textures/wynn/prop/vegetables.png | Bin 0 -> 248 bytes assets/minecraft/textures/wynn/rune/az.png | Bin 0 -> 252 bytes .../textures/wynn/rune/az.png.mcmeta | 1 + assets/minecraft/textures/wynn/rune/ek.png | Bin 0 -> 247 bytes .../textures/wynn/rune/ek.png.mcmeta | 1 + assets/minecraft/textures/wynn/rune/nii.png | Bin 0 -> 257 bytes .../textures/wynn/rune/nii.png.mcmeta | 1 + assets/minecraft/textures/wynn/rune/tol.png | Bin 0 -> 259 bytes .../textures/wynn/rune/tol.png.mcmeta | 1 + assets/minecraft/textures/wynn/rune/uth.png | Bin 0 -> 248 bytes .../textures/wynn/rune/uth.png.mcmeta | 1 + .../textures/wynn/scroll/scroll_teleport.png | Bin 0 -> 227 bytes .../textures/wynn/spell/ice_snake_0.png | Bin 0 -> 579 bytes .../textures/wynn/spell/ice_snake_1.png | Bin 0 -> 530 bytes .../textures/wynn/spell/mask_coward.png | Bin 0 -> 433 bytes .../textures/wynn/spell/mask_coward_a.png | Bin 0 -> 91 bytes .../wynn/spell/mask_coward_a.png.mcmeta | 1 + .../textures/wynn/spell/mask_fanatic.png | Bin 0 -> 403 bytes .../textures/wynn/spell/mask_fanatic_a.png | Bin 0 -> 229 bytes .../wynn/spell/mask_fanatic_a.png.mcmeta | 1 + .../textures/wynn/spell/mask_lunatic.png | Bin 0 -> 436 bytes .../textures/wynn/spell/mask_lunatic_a.png | Bin 0 -> 125 bytes .../wynn/spell/mask_lunatic_a.png.mcmeta | 1 + .../textures/wynn/spell/meteor_0.png | Bin 0 -> 429 bytes .../textures/wynn/spell/meteor_0_a.png | Bin 0 -> 695 bytes .../textures/wynn/spell/meteor_0_a.png.mcmeta | 1 + .../textures/wynn/spell/meteor_1.png | Bin 0 -> 610 bytes .../textures/wynn/spell/meteor_1_a.png | Bin 0 -> 695 bytes .../textures/wynn/spell/meteor_1_a.png.mcmeta | 1 + .../textures/wynn/spell/shaman_totem_0.png | Bin 0 -> 1039 bytes .../wynn/spell/shaman_totem_0.png.mcmeta | 1 + .../textures/wynn/spell/shaman_totem_1.png | Bin 0 -> 214 bytes .../textures/wynn/spell/shaman_totem_2.png | Bin 0 -> 321 bytes .../textures/wynn/spell/shaman_totem_3.png | Bin 0 -> 210 bytes .../textures/wynn/spell/skyseer_totem_0.png | Bin 0 -> 447 bytes .../textures/wynn/spell/skyseer_totem_1.png | Bin 0 -> 275 bytes .../wynn/spell/skyseer_totem_1.png.mcmeta | 1 + .../minecraft/textures/wynn/spell/trap_0.png | Bin 0 -> 262 bytes .../textures/wynn/spell/trap_0_a.png | Bin 0 -> 287 bytes .../textures/wynn/spell/trap_0_a.png.mcmeta | 1 + .../textures/wynn/spell/trap_1_a.png | Bin 0 -> 287 bytes .../textures/wynn/spell/trap_1_a.png.mcmeta | 1 + .../textures/wynn/tool/diamond_rod.png | Bin 0 -> 206 bytes .../textures/wynn/tool/golden_rod.png | Bin 0 -> 220 bytes .../minecraft/textures/wynn/tool/iron_rod.png | Bin 0 -> 213 bytes .../textures/wynn/tool/stone_rod.png | Bin 0 -> 211 bytes .../textures/wynn/tool/wooden_rod.png | Bin 0 -> 221 bytes .../textures/wynn/weapon/anim/air_effect.png | Bin 0 -> 297 bytes .../wynn/weapon/anim/air_effect.png.mcmeta | 1 + .../textures/wynn/weapon/anim/air_swirl.png | Bin 0 -> 781 bytes .../wynn/weapon/anim/air_swirl.png.mcmeta | 1 + .../wynn/weapon/anim/air_vertical.png | Bin 0 -> 347 bytes .../wynn/weapon/anim/air_vertical.png.mcmeta | 1 + .../textures/wynn/weapon/anim/cyan_flame.png | Bin 0 -> 319 bytes .../wynn/weapon/anim/cyan_flame.png.mcmeta | 1 + .../wynn/weapon/anim/earth_color_petals.png | Bin 0 -> 324 bytes .../weapon/anim/earth_color_petals.png.mcmeta | 1 + .../wynn/weapon/anim/earth_eye_glint.png | Bin 0 -> 471 bytes .../weapon/anim/earth_eye_glint.png.mcmeta | 1 + .../textures/wynn/weapon/anim/earth_pulse.png | Bin 0 -> 680 bytes .../wynn/weapon/anim/earth_pulse.png.mcmeta | 1 + .../weapon/anim/fire_blade_flamelicks.png | Bin 0 -> 1169 bytes .../anim/fire_blade_flamelicks.png.mcmeta | 1 + .../textures/wynn/weapon/anim/fire_core.png | Bin 0 -> 1170 bytes .../wynn/weapon/anim/fire_core.png.mcmeta | 1 + .../textures/wynn/weapon/anim/fire_pulse.png | Bin 0 -> 680 bytes .../wynn/weapon/anim/fire_pulse.png.mcmeta | 1 + .../textures/wynn/weapon/anim/fire_swirl.png | Bin 0 -> 972 bytes .../wynn/weapon/anim/fire_swirl.png.mcmeta | 1 + .../wynn/weapon/anim/flame_medium.png | Bin 0 -> 512 bytes .../wynn/weapon/anim/flame_medium.png.mcmeta | 1 + .../textures/wynn/weapon/anim/flame_small.png | Bin 0 -> 292 bytes .../wynn/weapon/anim/flame_small.png.mcmeta | 1 + .../textures/wynn/weapon/anim/glint_b.png | Bin 0 -> 135 bytes .../wynn/weapon/anim/glint_b.png.mcmeta | 1 + .../textures/wynn/weapon/anim/glint_s.png | Bin 0 -> 135 bytes .../wynn/weapon/anim/glint_s.png.mcmeta | 1 + .../textures/wynn/weapon/anim/lava_orb.png | Bin 0 -> 1659 bytes .../wynn/weapon/anim/lava_orb.png.mcmeta | 1 + .../wynn/weapon/anim/multi_color_petals.png | Bin 0 -> 253 bytes .../weapon/anim/multi_color_petals.png.mcmeta | 1 + .../wynn/weapon/anim/multi_magic_anim.png | Bin 0 -> 720 bytes .../weapon/anim/multi_magic_anim.png.mcmeta | 1 + .../textures/wynn/weapon/anim/multi_orb.png | Bin 0 -> 3571 bytes .../wynn/weapon/anim/multi_orb.png.mcmeta | 1 + .../wynn/weapon/anim/multi_swirl_0.png | Bin 0 -> 2175 bytes .../wynn/weapon/anim/multi_swirl_0.png.mcmeta | 1 + .../wynn/weapon/anim/multi_swirl_1.png | Bin 0 -> 2022 bytes .../wynn/weapon/anim/multi_swirl_1.png.mcmeta | 1 + .../textures/wynn/weapon/anim/ocean_pulse.png | Bin 0 -> 229 bytes .../wynn/weapon/anim/ocean_pulse.png.mcmeta | 1 + .../wynn/weapon/anim/thunder_arch.png | Bin 0 -> 341 bytes .../wynn/weapon/anim/thunder_arch.png.mcmeta | 1 + .../wynn/weapon/anim/thunder_pulse.png | Bin 0 -> 720 bytes .../wynn/weapon/anim/thunder_pulse.png.mcmeta | 1 + .../wynn/weapon/anim/thunder_spark.png | Bin 0 -> 259 bytes .../wynn/weapon/anim/thunder_spark.png.mcmeta | 1 + .../wynn/weapon/anim/thunder_spark_alt.png | Bin 0 -> 259 bytes .../weapon/anim/thunder_spark_alt.png.mcmeta | 1 + .../textures/wynn/weapon/anim/thunderbolt.png | Bin 0 -> 446 bytes .../wynn/weapon/anim/thunderbolt.png.mcmeta | 1 + .../textures/wynn/weapon/anim/water_atom.png | Bin 0 -> 1275 bytes .../wynn/weapon/anim/water_atom.png.mcmeta | 1 + .../wynn/weapon/anim/water_droplet.png | Bin 0 -> 223 bytes .../wynn/weapon/anim/water_droplet.png.mcmeta | 1 + .../wynn/weapon/anim/water_effect.png | Bin 0 -> 297 bytes .../wynn/weapon/anim/water_effect.png.mcmeta | 1 + .../wynn/weapon/anim/water_particles.png | Bin 0 -> 449 bytes .../weapon/anim/water_particles.png.mcmeta | 1 + .../wynn/weapon/archer/air_tier_all_0.png | Bin 0 -> 326 bytes .../wynn/weapon/archer/basic_gold.png | Bin 0 -> 268 bytes .../wynn/weapon/archer/basic_wooden.png | Bin 0 -> 238 bytes .../wynn/weapon/archer/earth_tier_a.png | Bin 0 -> 319 bytes .../wynn/weapon/archer/earth_tier_all_0.png | Bin 0 -> 301 bytes .../wynn/weapon/archer/earth_tier_all_1.png | Bin 0 -> 711 bytes .../wynn/weapon/archer/earth_tier_b.png | Bin 0 -> 499 bytes .../wynn/weapon/archer/fire_tier_all.png | Bin 0 -> 513 bytes .../wynn/weapon/archer/multi_tier_all.png | Bin 0 -> 283 bytes .../wynn/weapon/archer/thunder_bow_all.png | Bin 0 -> 249 bytes .../wynn/weapon/archer/water_tier_all.png | Bin 0 -> 395 bytes .../wynn/weapon/assassin/air_tier_all_0.png | Bin 0 -> 326 bytes .../wynn/weapon/assassin/basic_gold.png | Bin 0 -> 252 bytes .../wynn/weapon/assassin/basic_wooden.png | Bin 0 -> 241 bytes .../wynn/weapon/assassin/earth_tier_a.png | Bin 0 -> 265 bytes .../wynn/weapon/assassin/earth_tier_b.png | Bin 0 -> 301 bytes .../wynn/weapon/assassin/earth_tier_c.png | Bin 0 -> 419 bytes .../weapon/assassin/earth_tier_c.png.mcmeta | 1 + .../wynn/weapon/assassin/fire_tier_a.png | Bin 0 -> 263 bytes .../weapon/assassin/fire_tier_a.png.mcmeta | 1 + .../wynn/weapon/assassin/fire_tier_b_c.png | Bin 0 -> 443 bytes .../wynn/weapon/assassin/multi_tier_all_0.png | Bin 0 -> 337 bytes .../wynn/weapon/assassin/multi_tier_all_1.png | Bin 0 -> 552 bytes .../assassin/multi_tier_all_1.png.mcmeta | 1 + .../wynn/weapon/assassin/thunder_tier_a.png | Bin 0 -> 297 bytes .../wynn/weapon/assassin/thunder_tier_b.png | Bin 0 -> 266 bytes .../wynn/weapon/assassin/thunder_tier_c.png | Bin 0 -> 376 bytes .../weapon/assassin/thunder_tier_c.png.mcmeta | 1 + .../wynn/weapon/assassin/water_tier_all.png | Bin 0 -> 298 bytes .../textures/wynn/weapon/mage/air_tier_a.png | Bin 0 -> 248 bytes .../textures/wynn/weapon/mage/air_tier_b.png | Bin 0 -> 229 bytes .../textures/wynn/weapon/mage/air_tier_c.png | Bin 0 -> 218 bytes .../wynn/weapon/mage/basic_diamond.png | Bin 0 -> 256 bytes .../textures/wynn/weapon/mage/basic_gold.png | Bin 0 -> 253 bytes .../wynn/weapon/mage/basic_wooden.png | Bin 0 -> 241 bytes .../wynn/weapon/mage/earth_tier_a.png | Bin 0 -> 275 bytes .../wynn/weapon/mage/earth_tier_b.png | Bin 0 -> 248 bytes .../wynn/weapon/mage/earth_tier_c_0.png | Bin 0 -> 264 bytes .../wynn/weapon/mage/earth_tier_c_1.png | Bin 0 -> 308 bytes .../weapon/mage/earth_tier_c_1.png.mcmeta | 1 + .../textures/wynn/weapon/mage/fire_tier_a.png | Bin 0 -> 184 bytes .../textures/wynn/weapon/mage/fire_tier_b.png | Bin 0 -> 782 bytes .../textures/wynn/weapon/mage/fire_tier_c.png | Bin 0 -> 637 bytes .../wynn/weapon/mage/multi_tier_a_b.png | Bin 0 -> 1245 bytes .../wynn/weapon/mage/multi_tier_c.png | Bin 0 -> 952 bytes .../wynn/weapon/mage/thunder_tier_a_b.png | Bin 0 -> 299 bytes .../weapon/mage/thunder_tier_a_b.png.mcmeta | 1 + .../wynn/weapon/mage/thunder_tier_c_0.png | Bin 0 -> 205 bytes .../wynn/weapon/mage/water_tier_a_b.png | Bin 0 -> 240 bytes .../wynn/weapon/mage/water_tier_c.png | Bin 0 -> 240 bytes .../wynn/weapon/shaman/air_tier_a_0.png | Bin 0 -> 222 bytes .../wynn/weapon/shaman/air_tier_b_0.png | Bin 0 -> 278 bytes .../weapon/shaman/air_tier_b_0.png.mcmeta | 1 + .../wynn/weapon/shaman/air_tier_b_1.png | Bin 0 -> 284 bytes .../weapon/shaman/air_tier_b_1.png.mcmeta | 1 + .../wynn/weapon/shaman/air_tier_c.png | Bin 0 -> 247 bytes .../wynn/weapon/shaman/air_tier_c.png.mcmeta | 1 + .../wynn/weapon/shaman/basic_gold_0.png | Bin 0 -> 172 bytes .../wynn/weapon/shaman/basic_gold_1.png | Bin 0 -> 219 bytes .../wynn/weapon/shaman/basic_wooden.png | Bin 0 -> 523 bytes .../wynn/weapon/shaman/earth_tier_a.png | Bin 0 -> 487 bytes .../wynn/weapon/shaman/earth_tier_b.png | Bin 0 -> 603 bytes .../wynn/weapon/shaman/earth_tier_c.png | Bin 0 -> 613 bytes .../wynn/weapon/shaman/fire_tier_a.png | Bin 0 -> 558 bytes .../wynn/weapon/shaman/fire_tier_b.png | Bin 0 -> 565 bytes .../wynn/weapon/shaman/fire_tier_c.png | Bin 0 -> 587 bytes .../wynn/weapon/shaman/multi_tier_a_0.png | Bin 0 -> 237 bytes .../wynn/weapon/shaman/multi_tier_a_1.png | Bin 0 -> 354 bytes .../wynn/weapon/shaman/multi_tier_b.png | Bin 0 -> 286 bytes .../weapon/shaman/multi_tier_b.png.mcmeta | 1 + .../wynn/weapon/shaman/multi_tier_c.png | Bin 0 -> 302 bytes .../weapon/shaman/multi_tier_c.png.mcmeta | 1 + .../wynn/weapon/shaman/thunder_tier_a.png | Bin 0 -> 279 bytes .../wynn/weapon/shaman/thunder_tier_b_0.png | Bin 0 -> 221 bytes .../wynn/weapon/shaman/thunder_tier_b_1.png | Bin 0 -> 274 bytes .../weapon/shaman/thunder_tier_b_1.png.mcmeta | 1 + .../wynn/weapon/shaman/thunder_tier_c.png | Bin 0 -> 247 bytes .../weapon/shaman/thunder_tier_c.png.mcmeta | 1 + .../wynn/weapon/shaman/water_tier_a.png | Bin 0 -> 231 bytes .../wynn/weapon/shaman/water_tier_b.png | Bin 0 -> 258 bytes .../wynn/weapon/shaman/water_tier_c.png | Bin 0 -> 344 bytes .../weapon/shaman/water_tier_c.png.mcmeta | 1 + .../minecraft/textures/wynn/weapon/shield.png | Bin 0 -> 234 bytes .../wynn/weapon/warrior/air_tier_a.png | Bin 0 -> 309 bytes .../wynn/weapon/warrior/air_tier_all_0.png | Bin 0 -> 326 bytes .../wynn/weapon/warrior/air_tier_all_1.png | Bin 0 -> 276 bytes .../wynn/weapon/warrior/air_tier_b.png | Bin 0 -> 131 bytes .../wynn/weapon/warrior/basic_wood_gold.png | Bin 0 -> 537 bytes .../wynn/weapon/warrior/earth_tier_a_0.png | Bin 0 -> 241 bytes .../wynn/weapon/warrior/earth_tier_a_1.png | Bin 0 -> 396 bytes .../weapon/warrior/earth_tier_a_1.png.mcmeta | 1 + .../wynn/weapon/warrior/earth_tier_b_0.png | Bin 0 -> 201 bytes .../wynn/weapon/warrior/earth_tier_b_1.png | Bin 0 -> 256 bytes .../wynn/weapon/warrior/earth_tier_c_0.png | Bin 0 -> 191 bytes .../wynn/weapon/warrior/earth_tier_c_1.png | Bin 0 -> 211 bytes .../wynn/weapon/warrior/fire_tier_a.png | Bin 0 -> 249 bytes .../wynn/weapon/warrior/fire_tier_b_c.png | Bin 0 -> 237 bytes .../wynn/weapon/warrior/multi_tier_all.png | Bin 0 -> 337 bytes .../wynn/weapon/warrior/thunder_tier_all.png | Bin 0 -> 317 bytes .../warrior/thunder_tier_all.png.mcmeta | 1 + .../wynn/weapon/warrior/water_tier_all.png | Bin 0 -> 291 bytes assets/minecraft/textures/wynn/wings.png | Bin 0 -> 395 bytes .../minecraft/textures/wynn/wings.png.mcmeta | 1 + pack.mcmeta | 1 + pack.png | Bin 0 -> 5128 bytes 12874 files changed, 11514 insertions(+) create mode 100644 1_20_5/assets/minecraft/shaders/include/version.glsl create mode 100644 1_21_2/assets/minecraft/post_effect/entity_outline.json create mode 100644 1_21_2/assets/minecraft/shaders/core/position_color.json create mode 100644 1_21_2/assets/minecraft/shaders/core/position_tex.json create mode 100644 1_21_2/assets/minecraft/shaders/core/position_tex_color.json create mode 100644 1_21_2/assets/minecraft/shaders/core/rendertype_armor_entity_glint.json create mode 100644 1_21_2/assets/minecraft/shaders/core/rendertype_entity_glint.json create mode 100644 1_21_2/assets/minecraft/shaders/core/rendertype_glint.json create mode 100644 1_21_2/assets/minecraft/shaders/core/rendertype_gui.json create mode 100644 1_21_2/assets/minecraft/shaders/core/rendertype_item_entity_translucent_cull.json create mode 100644 1_21_2/assets/minecraft/shaders/core/rendertype_text.json create mode 100644 1_21_2/assets/minecraft/shaders/include/version.glsl create mode 100644 1_21_2/assets/minecraft/shaders/post/entity_outline.json create mode 100644 README.md create mode 100644 assets/minecraft/atlases/blocks.json create mode 100644 assets/minecraft/blockstates/bedrock.json create mode 100644 assets/minecraft/blockstates/beetroots.json create mode 100644 assets/minecraft/blockstates/brick_double_slab.json create mode 100644 assets/minecraft/blockstates/brick_slab.json create mode 100644 assets/minecraft/blockstates/brown_mushroom_block.json create mode 100644 assets/minecraft/blockstates/carrots.json create mode 100644 assets/minecraft/blockstates/cauldron.json create mode 100644 assets/minecraft/blockstates/coal_ore.json create mode 100644 assets/minecraft/blockstates/cobblestone.json create mode 100644 assets/minecraft/blockstates/cobblestone_monster_egg.json create mode 100644 assets/minecraft/blockstates/cobweb.json create mode 100644 assets/minecraft/blockstates/cracked_stone_bricks.json create mode 100644 assets/minecraft/blockstates/daylight_detector.json create mode 100644 assets/minecraft/blockstates/dirt.json create mode 100644 assets/minecraft/blockstates/emerald_ore.json create mode 100644 assets/minecraft/blockstates/grass.json create mode 100644 assets/minecraft/blockstates/grass_block.json create mode 100644 assets/minecraft/blockstates/grass_path.json create mode 100644 assets/minecraft/blockstates/infested_chiseled_stone_bricks.json create mode 100644 assets/minecraft/blockstates/infested_cobblestone.json create mode 100644 assets/minecraft/blockstates/infested_cracked_stone_bricks.json create mode 100644 assets/minecraft/blockstates/infested_mossy_stone_bricks.json create mode 100644 assets/minecraft/blockstates/infested_stone.json create mode 100644 assets/minecraft/blockstates/infested_stone_bricks.json create mode 100644 assets/minecraft/blockstates/iron_bars.json create mode 100644 assets/minecraft/blockstates/mossy_cobblestone.json create mode 100644 assets/minecraft/blockstates/mossy_stone_bricks.json create mode 100644 assets/minecraft/blockstates/mushroom_stem.json create mode 100644 assets/minecraft/blockstates/mycelium.json create mode 100644 assets/minecraft/blockstates/netherrack.json create mode 100644 assets/minecraft/blockstates/note_block.json create mode 100644 assets/minecraft/blockstates/petrified_oak_slab.json create mode 100644 assets/minecraft/blockstates/potatoes.json create mode 100644 assets/minecraft/blockstates/red_mushroom_block.json create mode 100644 assets/minecraft/blockstates/red_sand.json create mode 100644 assets/minecraft/blockstates/redstone_ore.json create mode 100644 assets/minecraft/blockstates/sand.json create mode 100644 assets/minecraft/blockstates/sandstone.json create mode 100644 assets/minecraft/blockstates/short_grass.json create mode 100644 assets/minecraft/blockstates/sticky_piston.json create mode 100644 assets/minecraft/blockstates/stone.json create mode 100644 assets/minecraft/blockstates/sunflower.json create mode 100644 assets/minecraft/blockstates/tripwire_hook.json create mode 100644 assets/minecraft/blockstates/vine.json create mode 100644 assets/minecraft/blockstates/web.json create mode 100644 assets/minecraft/blockstates/wheat.json create mode 100644 assets/minecraft/blockstates/wood_old_double_slab.json create mode 100644 assets/minecraft/blockstates/wood_old_slab.json create mode 100644 assets/minecraft/equipment/chainmail.json create mode 100644 assets/minecraft/equipment/diamond.json create mode 100644 assets/minecraft/equipment/gold.json create mode 100644 assets/minecraft/equipment/iron.json create mode 100644 assets/minecraft/equipment/leather.json create mode 100644 assets/minecraft/font/banner/box.json create mode 100644 assets/minecraft/font/banner/pill.json create mode 100644 assets/minecraft/font/chat.json create mode 100644 assets/minecraft/font/common.json create mode 100644 assets/minecraft/font/currency.json create mode 100644 assets/minecraft/font/default.json create mode 100644 assets/minecraft/font/hud/gameplay/default/bottom_middle.json create mode 100644 assets/minecraft/font/hud/gameplay/default/top_right.json create mode 100644 assets/minecraft/font/hud/selector/default/bottom_middle.json create mode 100644 assets/minecraft/font/hud/selector/default/center_left/0/archetype.json create mode 100644 assets/minecraft/font/hud/selector/default/center_left/0/description.json create mode 100644 assets/minecraft/font/hud/selector/default/center_left/0/display_name.json create mode 100644 assets/minecraft/font/hud/selector/default/center_left/1/archetype.json create mode 100644 assets/minecraft/font/hud/selector/default/center_left/1/description.json create mode 100644 assets/minecraft/font/hud/selector/default/center_left/1/display_name.json create mode 100644 assets/minecraft/font/hud/selector/default/center_left/2/archetype.json create mode 100644 assets/minecraft/font/hud/selector/default/center_left/2/description.json create mode 100644 assets/minecraft/font/hud/selector/default/center_left/2/display_name.json create mode 100644 assets/minecraft/font/hud/selector/default/center_right.json create mode 100644 assets/minecraft/font/hud/selector/default/top_left.json create mode 100644 assets/minecraft/font/hud/selector/default/top_middle.json create mode 100644 assets/minecraft/font/hud/selector/default/top_right.json create mode 100644 assets/minecraft/font/hud/selector/default/top_right/description_1.json create mode 100644 assets/minecraft/font/hud/selector/default/top_right/description_2.json create mode 100644 assets/minecraft/font/hud/selector/default/top_right/description_3.json create mode 100644 assets/minecraft/font/hud/selector/default/top_right/display_name.json create mode 100644 assets/minecraft/font/interface.json create mode 100644 assets/minecraft/font/invisible.json create mode 100644 assets/minecraft/font/keybind.json create mode 100644 assets/minecraft/font/language/five.json create mode 100644 assets/minecraft/font/language/high_gavellian.json create mode 100644 assets/minecraft/font/language/wynncraft.json create mode 100644 assets/minecraft/font/language/wynnic.json create mode 100644 assets/minecraft/font/marker.json create mode 100644 assets/minecraft/font/merchant.json create mode 100644 assets/minecraft/font/nameplate/corrupt.json create mode 100644 assets/minecraft/font/nameplate/dark.json create mode 100644 assets/minecraft/font/nameplate/default.json create mode 100644 assets/minecraft/font/nameplate/gold.json create mode 100644 assets/minecraft/font/nameplate/progress.json create mode 100644 assets/minecraft/font/offset/five/-8.json create mode 100644 assets/minecraft/font/offset/wynncraft/-64.json create mode 100644 assets/minecraft/font/offset/wynncraft_outline/-64.json create mode 100644 assets/minecraft/font/overlay.json create mode 100644 assets/minecraft/font/profession.json create mode 100644 assets/minecraft/font/rank.json create mode 100644 assets/minecraft/font/screen.json create mode 100644 assets/minecraft/font/space.json create mode 100644 assets/minecraft/font/uniform.json create mode 100644 assets/minecraft/items/bow.json create mode 100644 assets/minecraft/items/brick_slab.json create mode 100644 assets/minecraft/items/daylight_detector.json create mode 100644 assets/minecraft/items/diamond_axe.json create mode 100644 assets/minecraft/items/diamond_hoe.json create mode 100644 assets/minecraft/items/diamond_pickaxe.json create mode 100644 assets/minecraft/items/diamond_shovel.json create mode 100644 assets/minecraft/items/diamond_sword.json create mode 100644 assets/minecraft/items/flint_and_steel.json create mode 100644 assets/minecraft/items/golden_axe.json create mode 100644 assets/minecraft/items/golden_pickaxe.json create mode 100644 assets/minecraft/items/golden_shovel.json create mode 100644 assets/minecraft/items/infested_chiseled_stone_bricks.json create mode 100644 assets/minecraft/items/infested_cobblestone.json create mode 100644 assets/minecraft/items/infested_cracked_stone_bricks.json create mode 100644 assets/minecraft/items/infested_mossy_stone_bricks.json create mode 100644 assets/minecraft/items/infested_stone.json create mode 100644 assets/minecraft/items/infested_stone_bricks.json create mode 100644 assets/minecraft/items/iron_horse_armor.json create mode 100644 assets/minecraft/items/iron_shovel.json create mode 100644 assets/minecraft/items/paper.json create mode 100644 assets/minecraft/items/player_head.json create mode 100644 assets/minecraft/items/potion.json create mode 100644 assets/minecraft/items/shears.json create mode 100644 assets/minecraft/items/snow.json create mode 100644 assets/minecraft/items/stone_axe.json create mode 100644 assets/minecraft/items/stone_shovel.json create mode 100644 assets/minecraft/items/wooden_shovel.json create mode 100644 assets/minecraft/lang/en_au.json create mode 100644 assets/minecraft/lang/en_ca.json create mode 100644 assets/minecraft/lang/en_gb.json create mode 100644 assets/minecraft/lang/en_nz.json create mode 100644 assets/minecraft/lang/en_us.json create mode 100644 assets/minecraft/models/block/activator_rail.json create mode 100644 assets/minecraft/models/block/activator_rail_active_flat.json create mode 100644 assets/minecraft/models/block/activator_rail_active_raised_ne.json create mode 100644 assets/minecraft/models/block/activator_rail_active_raised_sw.json create mode 100644 assets/minecraft/models/block/activator_rail_flat.json create mode 100644 assets/minecraft/models/block/activator_rail_raised_ne.json create mode 100644 assets/minecraft/models/block/activator_rail_raised_sw.json create mode 100644 assets/minecraft/models/block/bars_n.json create mode 100644 assets/minecraft/models/block/bars_ne.json create mode 100644 assets/minecraft/models/block/bars_ns.json create mode 100644 assets/minecraft/models/block/bars_nse.json create mode 100644 assets/minecraft/models/block/bars_nsew.json create mode 100644 assets/minecraft/models/block/birch_fence_inventory.json create mode 100644 assets/minecraft/models/block/birch_fence_n.json create mode 100644 assets/minecraft/models/block/birch_fence_ne.json create mode 100644 assets/minecraft/models/block/birch_fence_ns.json create mode 100644 assets/minecraft/models/block/birch_fence_nse.json create mode 100644 assets/minecraft/models/block/birch_fence_nsew.json create mode 100644 assets/minecraft/models/block/birch_fence_post.json create mode 100644 assets/minecraft/models/block/birch_fence_side.json create mode 100644 assets/minecraft/models/block/blank.json create mode 100644 assets/minecraft/models/block/bookshelf.json create mode 100644 assets/minecraft/models/block/brown_mushroom_block.json create mode 100644 assets/minecraft/models/block/carved_pumpkin.json create mode 100644 assets/minecraft/models/block/chiseled_red_sandstone.json create mode 100644 assets/minecraft/models/block/comparator.json create mode 100644 assets/minecraft/models/block/comparator_on.json create mode 100644 assets/minecraft/models/block/comparator_on_subtract.json create mode 100644 assets/minecraft/models/block/comparator_subtract.json create mode 100644 assets/minecraft/models/block/crop/cream.json create mode 100644 assets/minecraft/models/block/crop/cream1.json create mode 100644 assets/minecraft/models/block/crop/dernic.json create mode 100644 assets/minecraft/models/block/crop/dernic1.json create mode 100644 assets/minecraft/models/block/crop/green.json create mode 100644 assets/minecraft/models/block/crop/green1.json create mode 100644 assets/minecraft/models/block/crop/hops.json create mode 100644 assets/minecraft/models/block/crop/hops1.json create mode 100644 assets/minecraft/models/block/crop/root.json create mode 100644 assets/minecraft/models/block/crop/root1.json create mode 100644 assets/minecraft/models/block/crop/sorghum.json create mode 100644 assets/minecraft/models/block/crop/sorghum1.json create mode 100644 assets/minecraft/models/block/crop/wheat_harvest.json create mode 100644 assets/minecraft/models/block/crop/wheat_harvest1.json create mode 100644 assets/minecraft/models/block/door_bottom_left.json create mode 100644 assets/minecraft/models/block/door_bottom_left_open.json create mode 100644 assets/minecraft/models/block/door_bottom_right.json create mode 100644 assets/minecraft/models/block/door_bottom_right_open.json create mode 100644 assets/minecraft/models/block/door_top_left.json create mode 100644 assets/minecraft/models/block/door_top_left_open.json create mode 100644 assets/minecraft/models/block/door_top_right.json create mode 100644 assets/minecraft/models/block/door_top_right_open.json create mode 100644 assets/minecraft/models/block/enchanting_table.json create mode 100644 assets/minecraft/models/block/enchanting_table_item.json create mode 100644 assets/minecraft/models/block/error.json create mode 100644 assets/minecraft/models/block/fire_floor.json create mode 100644 assets/minecraft/models/block/fire_floor0.json create mode 100644 assets/minecraft/models/block/fire_floor1.json create mode 100644 assets/minecraft/models/block/fire_side.json create mode 100644 assets/minecraft/models/block/fire_side0.json create mode 100644 assets/minecraft/models/block/fire_side1.json create mode 100644 assets/minecraft/models/block/fire_side_alt.json create mode 100644 assets/minecraft/models/block/fire_side_alt0.json create mode 100644 assets/minecraft/models/block/fire_side_alt1.json create mode 100644 assets/minecraft/models/block/fire_up.json create mode 100644 assets/minecraft/models/block/fire_up0.json create mode 100644 assets/minecraft/models/block/fire_up1.json create mode 100644 assets/minecraft/models/block/fire_up_alt.json create mode 100644 assets/minecraft/models/block/fire_up_alt0.json create mode 100644 assets/minecraft/models/block/fire_up_alt1.json create mode 100644 assets/minecraft/models/block/flower_pot.json create mode 100644 assets/minecraft/models/block/flower_pot_cactus.json create mode 100644 assets/minecraft/models/block/flower_pot_cross.json create mode 100644 assets/minecraft/models/block/flower_pot_fern.json create mode 100644 assets/minecraft/models/block/grass.json create mode 100644 assets/minecraft/models/block/grass_block.json create mode 100644 assets/minecraft/models/block/half_slab.json create mode 100644 assets/minecraft/models/block/jack_o_lantern.json create mode 100644 assets/minecraft/models/block/ladder.json create mode 100644 assets/minecraft/models/block/mushroom_block_inside.json create mode 100644 assets/minecraft/models/block/mushroom_stem.json create mode 100644 assets/minecraft/models/block/oak_fence_gate_closed.json create mode 100644 assets/minecraft/models/block/oak_fence_gate_open.json create mode 100644 assets/minecraft/models/block/oak_fence_inventory.json create mode 100644 assets/minecraft/models/block/oak_fence_n.json create mode 100644 assets/minecraft/models/block/oak_fence_ne.json create mode 100644 assets/minecraft/models/block/oak_fence_ns.json create mode 100644 assets/minecraft/models/block/oak_fence_nse.json create mode 100644 assets/minecraft/models/block/oak_fence_nsew.json create mode 100644 assets/minecraft/models/block/oak_fence_post.json create mode 100644 assets/minecraft/models/block/oak_fence_side.json create mode 100644 assets/minecraft/models/block/oak_wall_gate_closed.json create mode 100644 assets/minecraft/models/block/oak_wall_gate_open.json create mode 100644 assets/minecraft/models/block/orientable_with_bottom.json create mode 100644 assets/minecraft/models/block/potted_cactus.json create mode 100644 assets/minecraft/models/block/pumpkin.json create mode 100644 assets/minecraft/models/block/red_mushroom_block.json create mode 100644 assets/minecraft/models/block/redstone/candelabra_1.json create mode 100644 assets/minecraft/models/block/redstone/candelabra_2.json create mode 100644 assets/minecraft/models/block/redstone/candelabra_3.json create mode 100644 assets/minecraft/models/block/redstone/candelabra_4.json create mode 100644 assets/minecraft/models/block/redstone/candle.json create mode 100644 assets/minecraft/models/block/redstone/candle_on_wall.json create mode 100644 assets/minecraft/models/block/redstone/comparator_blood_spike.json create mode 100644 assets/minecraft/models/block/redstone/comparator_blood_spike_base.json create mode 100644 assets/minecraft/models/block/redstone/comparator_spike.json create mode 100644 assets/minecraft/models/block/redstone/comparator_spike_base.json create mode 100644 assets/minecraft/models/block/redstone/lit_candelabra_1.json create mode 100644 assets/minecraft/models/block/redstone/lit_candelabra_2.json create mode 100644 assets/minecraft/models/block/redstone/lit_candelabra_3.json create mode 100644 assets/minecraft/models/block/redstone/lit_candelabra_4.json create mode 100644 assets/minecraft/models/block/redstone/lit_candle.json create mode 100644 assets/minecraft/models/block/redstone/lit_candle_on_wall.json create mode 100644 assets/minecraft/models/block/redstone_torch.json create mode 100644 assets/minecraft/models/block/redstone_torch_off.json create mode 100644 assets/minecraft/models/block/redstone_wall_torch.json create mode 100644 assets/minecraft/models/block/redstone_wall_torch_off.json create mode 100644 assets/minecraft/models/block/repeater_1tick.json create mode 100644 assets/minecraft/models/block/repeater_1tick_on.json create mode 100644 assets/minecraft/models/block/repeater_2tick.json create mode 100644 assets/minecraft/models/block/repeater_2tick_on.json create mode 100644 assets/minecraft/models/block/repeater_3tick.json create mode 100644 assets/minecraft/models/block/repeater_3tick_on.json create mode 100644 assets/minecraft/models/block/repeater_4tick.json create mode 100644 assets/minecraft/models/block/repeater_4tick_on.json create mode 100644 assets/minecraft/models/block/sticky_piston_inventory.json create mode 100644 assets/minecraft/models/block/tinted_flower_pot_cross.json create mode 100644 assets/minecraft/models/block/upper_slab.json create mode 100644 assets/minecraft/models/block/variants/cauldron_0.json create mode 100644 assets/minecraft/models/block/variants/cauldron_1.json create mode 100644 assets/minecraft/models/block/variants/cauldron_2.json create mode 100644 assets/minecraft/models/block/variants/cauldron_3.json create mode 100644 assets/minecraft/models/block/variants/coal_ore_0.json create mode 100644 assets/minecraft/models/block/variants/cobblestone_0.json create mode 100644 assets/minecraft/models/block/variants/cobweb_0.json create mode 100644 assets/minecraft/models/block/variants/cobweb_1.json create mode 100644 assets/minecraft/models/block/variants/cobweb_2.json create mode 100644 assets/minecraft/models/block/variants/cracked_stone_bricks_0.json create mode 100644 assets/minecraft/models/block/variants/cracked_stone_bricks_1.json create mode 100644 assets/minecraft/models/block/variants/dark_chiseled_stone_bricks.json create mode 100644 assets/minecraft/models/block/variants/dark_cobblestone.json create mode 100644 assets/minecraft/models/block/variants/dark_cobblestone_0.json create mode 100644 assets/minecraft/models/block/variants/dark_cobblestone_half_slab.json create mode 100644 assets/minecraft/models/block/variants/dark_cobblestone_upper_slab.json create mode 100644 assets/minecraft/models/block/variants/dark_cracked_stone_bricks.json create mode 100644 assets/minecraft/models/block/variants/dark_cracked_stone_bricks_0.json create mode 100644 assets/minecraft/models/block/variants/dark_cracked_stone_bricks_1.json create mode 100644 assets/minecraft/models/block/variants/dark_mossy_stone_bricks.json create mode 100644 assets/minecraft/models/block/variants/dark_mossy_stone_bricks_0.json create mode 100644 assets/minecraft/models/block/variants/dark_mossy_stone_bricks_1.json create mode 100644 assets/minecraft/models/block/variants/dark_mossy_stone_bricks_2.json create mode 100644 assets/minecraft/models/block/variants/dark_stone.json create mode 100644 assets/minecraft/models/block/variants/dark_stone_0.json create mode 100644 assets/minecraft/models/block/variants/dark_stone_1.json create mode 100644 assets/minecraft/models/block/variants/dark_stone_bricks.json create mode 100644 assets/minecraft/models/block/variants/dirt_0.json create mode 100644 assets/minecraft/models/block/variants/dirt_1.json create mode 100644 assets/minecraft/models/block/variants/dirt_2.json create mode 100644 assets/minecraft/models/block/variants/dirt_3.json create mode 100644 assets/minecraft/models/block/variants/dirt_4.json create mode 100644 assets/minecraft/models/block/variants/dirt_half_slab.json create mode 100644 assets/minecraft/models/block/variants/dirt_half_slab_0.json create mode 100644 assets/minecraft/models/block/variants/dirt_half_slab_1.json create mode 100644 assets/minecraft/models/block/variants/dirt_upper_slab.json create mode 100644 assets/minecraft/models/block/variants/dirt_upper_slab_0.json create mode 100644 assets/minecraft/models/block/variants/dirt_upper_slab_1.json create mode 100644 assets/minecraft/models/block/variants/emerald_ore_0.json create mode 100644 assets/minecraft/models/block/variants/grass_0.json create mode 100644 assets/minecraft/models/block/variants/grass_1.json create mode 100644 assets/minecraft/models/block/variants/grass_2.json create mode 100644 assets/minecraft/models/block/variants/grass_3.json create mode 100644 assets/minecraft/models/block/variants/grass_block_0.json create mode 100644 assets/minecraft/models/block/variants/grass_block_1.json create mode 100644 assets/minecraft/models/block/variants/molten_rock.json create mode 100644 assets/minecraft/models/block/variants/molten_rock_0.json create mode 100644 assets/minecraft/models/block/variants/molten_rock_1.json create mode 100644 assets/minecraft/models/block/variants/molten_rock_2.json create mode 100644 assets/minecraft/models/block/variants/mossy_cobblestone_0.json create mode 100644 assets/minecraft/models/block/variants/mossy_stone_bricks_0.json create mode 100644 assets/minecraft/models/block/variants/mossy_stone_bricks_1.json create mode 100644 assets/minecraft/models/block/variants/mossy_stone_bricks_2.json create mode 100644 assets/minecraft/models/block/variants/netherrack_0.json create mode 100644 assets/minecraft/models/block/variants/netherrack_1.json create mode 100644 assets/minecraft/models/block/variants/redstone_ore_0.json create mode 100644 assets/minecraft/models/block/variants/sandstone_0.json create mode 100644 assets/minecraft/models/block/variants/stack_of_books_0.json create mode 100644 assets/minecraft/models/block/variants/stack_of_books_1.json create mode 100644 assets/minecraft/models/block/variants/stack_of_books_2.json create mode 100644 assets/minecraft/models/block/variants/sticky_piston.json create mode 100644 assets/minecraft/models/block/variants/sticky_piston_base.json create mode 100644 assets/minecraft/models/block/variants/stone_0.json create mode 100644 assets/minecraft/models/block/variants/stone_1.json create mode 100644 assets/minecraft/models/block/variants/sunflower_bottom_1.json create mode 100644 assets/minecraft/models/block/variants/vanta_block.json create mode 100644 assets/minecraft/models/block/variants/vine_cattails.json create mode 100644 assets/minecraft/models/block/variants/vine_cattails_0.json create mode 100644 assets/minecraft/models/block/variants/vine_cattails_1.json create mode 100644 assets/minecraft/models/block/variants/vine_chain.json create mode 100644 assets/minecraft/models/block/variants/vine_death_plant_0.json create mode 100644 assets/minecraft/models/block/variants/vine_death_plant_1.json create mode 100644 assets/minecraft/models/block/variants/vine_death_plant_2.json create mode 100644 assets/minecraft/models/block/variants/vine_death_plant_3.json create mode 100644 assets/minecraft/models/block/variants/vine_death_plant_4.json create mode 100644 assets/minecraft/models/block/variants/vine_death_plant_5.json create mode 100644 assets/minecraft/models/block/variants/vine_death_plant_6.json create mode 100644 assets/minecraft/models/block/variants/vine_death_plant_7.json create mode 100644 assets/minecraft/models/block/variants/vine_death_plant_8.json create mode 100644 assets/minecraft/models/block/variants/vine_death_plant_9.json create mode 100644 assets/minecraft/models/block/variants/vine_gray_leaves.json create mode 100644 assets/minecraft/models/block/variants/vine_gray_water.json create mode 100644 assets/minecraft/models/block/variants/vine_hanging_crops.json create mode 100644 assets/minecraft/models/block/variants/vine_rope.json create mode 100644 assets/minecraft/models/block/variants/wheat_0.json create mode 100644 assets/minecraft/models/block/variants/wheat_corn.json create mode 100644 assets/minecraft/models/block/vine.json create mode 100644 assets/minecraft/models/block/wall/wall_column_inventory.json create mode 100644 assets/minecraft/models/block/wall/wall_column_n.json create mode 100644 assets/minecraft/models/block/wall/wall_column_ne.json create mode 100644 assets/minecraft/models/block/wall/wall_column_ns.json create mode 100644 assets/minecraft/models/block/wall/wall_column_ns_above.json create mode 100644 assets/minecraft/models/block/wall/wall_column_nse.json create mode 100644 assets/minecraft/models/block/wall/wall_column_nsew.json create mode 100644 assets/minecraft/models/block/wall/wall_column_post.json create mode 100644 assets/minecraft/models/equipment/chainmail.json create mode 100644 assets/minecraft/models/equipment/diamond.json create mode 100644 assets/minecraft/models/equipment/gold.json create mode 100644 assets/minecraft/models/equipment/iron.json create mode 100644 assets/minecraft/models/equipment/leather.json create mode 100644 assets/minecraft/models/item/bow.json create mode 100644 assets/minecraft/models/item/brick_slab.json create mode 100644 assets/minecraft/models/item/cyan_dye.json create mode 100644 assets/minecraft/models/item/daylight_detector.json create mode 100644 assets/minecraft/models/item/diamond_axe.json create mode 100644 assets/minecraft/models/item/diamond_hoe.json create mode 100644 assets/minecraft/models/item/diamond_pickaxe.json create mode 100644 assets/minecraft/models/item/diamond_shovel.json create mode 100644 assets/minecraft/models/item/diamond_sword.json create mode 100644 assets/minecraft/models/item/enchanting_table.json create mode 100644 assets/minecraft/models/item/flint_and_steel.json create mode 100644 assets/minecraft/models/item/golden_axe.json create mode 100644 assets/minecraft/models/item/golden_pickaxe.json create mode 100644 assets/minecraft/models/item/golden_shovel.json create mode 100644 assets/minecraft/models/item/gray_dye.json create mode 100644 assets/minecraft/models/item/green_dye.json create mode 100644 assets/minecraft/models/item/infested_chiseled_stone_bricks.json create mode 100644 assets/minecraft/models/item/infested_cobblestone.json create mode 100644 assets/minecraft/models/item/infested_cracked_stone_bricks.json create mode 100644 assets/minecraft/models/item/infested_mossy_stone_bricks.json create mode 100644 assets/minecraft/models/item/infested_stone.json create mode 100644 assets/minecraft/models/item/infested_stone_bricks.json create mode 100644 assets/minecraft/models/item/iron_horse_armor.json create mode 100644 assets/minecraft/models/item/iron_shovel.json create mode 100644 assets/minecraft/models/item/light_blue_dye.json create mode 100644 assets/minecraft/models/item/light_gray_dye.json create mode 100644 assets/minecraft/models/item/lime_dye.json create mode 100644 assets/minecraft/models/item/orange_dye.json create mode 100644 assets/minecraft/models/item/paper.json create mode 100644 assets/minecraft/models/item/petrified_oak_slab.json create mode 100644 assets/minecraft/models/item/pink_dye.json create mode 100644 assets/minecraft/models/item/player_head.json create mode 100644 assets/minecraft/models/item/potion.json create mode 100644 assets/minecraft/models/item/red_dye.json create mode 100644 assets/minecraft/models/item/shears.json create mode 100644 assets/minecraft/models/item/shield.json create mode 100644 assets/minecraft/models/item/short_grass.json create mode 100644 assets/minecraft/models/item/snow.json create mode 100644 assets/minecraft/models/item/stick.json create mode 100644 assets/minecraft/models/item/stone_axe.json create mode 100644 assets/minecraft/models/item/stone_shovel.json create mode 100644 assets/minecraft/models/item/structure_void.json create mode 100644 assets/minecraft/models/item/tripwire_hook.json create mode 100644 assets/minecraft/models/item/wooden_pickaxe.json create mode 100644 assets/minecraft/models/item/wooden_shovel.json create mode 100644 assets/minecraft/models/item/wynn/ability_shard.json create mode 100644 assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_air_a.json create mode 100644 assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_air_b.json create mode 100644 assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_base_a.json create mode 100644 assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_base_b.json create mode 100644 assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_earth_a.json create mode 100644 assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_earth_b.json create mode 100644 assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_fire_a.json create mode 100644 assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_fire_b.json create mode 100644 assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_multi_a.json create mode 100644 assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_multi_b.json create mode 100644 assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_thunder_a.json create mode 100644 assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_thunder_b.json create mode 100644 assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_water_a.json create mode 100644 assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_water_b.json create mode 100644 assets/minecraft/models/item/wynn/accessory/necklace/necklace_air_a.json create mode 100644 assets/minecraft/models/item/wynn/accessory/necklace/necklace_air_b.json create mode 100644 assets/minecraft/models/item/wynn/accessory/necklace/necklace_base_a.json create mode 100644 assets/minecraft/models/item/wynn/accessory/necklace/necklace_base_b.json create mode 100644 assets/minecraft/models/item/wynn/accessory/necklace/necklace_earth_a.json create mode 100644 assets/minecraft/models/item/wynn/accessory/necklace/necklace_earth_b.json create mode 100644 assets/minecraft/models/item/wynn/accessory/necklace/necklace_fire_a.json create mode 100644 assets/minecraft/models/item/wynn/accessory/necklace/necklace_fire_b.json create mode 100644 assets/minecraft/models/item/wynn/accessory/necklace/necklace_multi_a.json create mode 100644 assets/minecraft/models/item/wynn/accessory/necklace/necklace_multi_b.json create mode 100644 assets/minecraft/models/item/wynn/accessory/necklace/necklace_special_a.json create mode 100644 assets/minecraft/models/item/wynn/accessory/necklace/necklace_special_b.json create mode 100644 assets/minecraft/models/item/wynn/accessory/necklace/necklace_special_c.json create mode 100644 assets/minecraft/models/item/wynn/accessory/necklace/necklace_thunder_a.json create mode 100644 assets/minecraft/models/item/wynn/accessory/necklace/necklace_thunder_b.json create mode 100644 assets/minecraft/models/item/wynn/accessory/necklace/necklace_water_a.json create mode 100644 assets/minecraft/models/item/wynn/accessory/necklace/necklace_water_b.json create mode 100644 assets/minecraft/models/item/wynn/accessory/ring/ring_air_a.json create mode 100644 assets/minecraft/models/item/wynn/accessory/ring/ring_air_b.json create mode 100644 assets/minecraft/models/item/wynn/accessory/ring/ring_base_a.json create mode 100644 assets/minecraft/models/item/wynn/accessory/ring/ring_base_b.json create mode 100644 assets/minecraft/models/item/wynn/accessory/ring/ring_earth_a.json create mode 100644 assets/minecraft/models/item/wynn/accessory/ring/ring_earth_b.json create mode 100644 assets/minecraft/models/item/wynn/accessory/ring/ring_fire_a.json create mode 100644 assets/minecraft/models/item/wynn/accessory/ring/ring_fire_b.json create mode 100644 assets/minecraft/models/item/wynn/accessory/ring/ring_multi_a.json create mode 100644 assets/minecraft/models/item/wynn/accessory/ring/ring_multi_b.json create mode 100644 assets/minecraft/models/item/wynn/accessory/ring/ring_special_a.json create mode 100644 assets/minecraft/models/item/wynn/accessory/ring/ring_special_b.json create mode 100644 assets/minecraft/models/item/wynn/accessory/ring/ring_special_c.json create mode 100644 assets/minecraft/models/item/wynn/accessory/ring/ring_thunder_a.json create mode 100644 assets/minecraft/models/item/wynn/accessory/ring/ring_thunder_b.json create mode 100644 assets/minecraft/models/item/wynn/accessory/ring/ring_water_a.json create mode 100644 assets/minecraft/models/item/wynn/accessory/ring/ring_water_b.json create mode 100644 assets/minecraft/models/item/wynn/augment/corkian_amplifier.json create mode 100644 assets/minecraft/models/item/wynn/augment/corkian_insulator.json create mode 100644 assets/minecraft/models/item/wynn/augment/corkian_simulator.json create mode 100644 assets/minecraft/models/item/wynn/beam.json create mode 100644 assets/minecraft/models/item/wynn/character_info.json create mode 100644 assets/minecraft/models/item/wynn/closed_book.json create mode 100644 assets/minecraft/models/item/wynn/content_book.json create mode 100644 assets/minecraft/models/item/wynn/dim_soul.json create mode 100644 assets/minecraft/models/item/wynn/dungeon/key.json create mode 100644 assets/minecraft/models/item/wynn/dungeon/key_broken.json create mode 100644 assets/minecraft/models/item/wynn/economy/farming/barley.json create mode 100644 assets/minecraft/models/item/wynn/economy/farming/decay_root.json create mode 100644 assets/minecraft/models/item/wynn/economy/farming/dernic_seed.json create mode 100644 assets/minecraft/models/item/wynn/economy/farming/hemp.json create mode 100644 assets/minecraft/models/item/wynn/economy/farming/hops.json create mode 100644 assets/minecraft/models/item/wynn/economy/farming/malt.json create mode 100644 assets/minecraft/models/item/wynn/economy/farming/millet.json create mode 100644 assets/minecraft/models/item/wynn/economy/farming/oats.json create mode 100644 assets/minecraft/models/item/wynn/economy/farming/rice.json create mode 100644 assets/minecraft/models/item/wynn/economy/farming/rye.json create mode 100644 assets/minecraft/models/item/wynn/economy/farming/seeds_brown.json create mode 100644 assets/minecraft/models/item/wynn/economy/farming/seeds_cream.json create mode 100644 assets/minecraft/models/item/wynn/economy/farming/seeds_green.json create mode 100644 assets/minecraft/models/item/wynn/economy/farming/seeds_red.json create mode 100644 assets/minecraft/models/item/wynn/economy/farming/sorghum.json create mode 100644 assets/minecraft/models/item/wynn/economy/farming/string_brown.json create mode 100644 assets/minecraft/models/item/wynn/economy/farming/string_green.json create mode 100644 assets/minecraft/models/item/wynn/economy/farming/string_white.json create mode 100644 assets/minecraft/models/item/wynn/economy/farming/string_yellow.json create mode 100644 assets/minecraft/models/item/wynn/economy/farming/wheat.json create mode 100644 assets/minecraft/models/item/wynn/economy/fishing/bass.json create mode 100644 assets/minecraft/models/item/wynn/economy/fishing/carp.json create mode 100644 assets/minecraft/models/item/wynn/economy/fishing/cooked_blue.json create mode 100644 assets/minecraft/models/item/wynn/economy/fishing/cooked_gray.json create mode 100644 assets/minecraft/models/item/wynn/economy/fishing/cooked_orange.json create mode 100644 assets/minecraft/models/item/wynn/economy/fishing/cooked_pink.json create mode 100644 assets/minecraft/models/item/wynn/economy/fishing/cooked_yellow.json create mode 100644 assets/minecraft/models/item/wynn/economy/fishing/dernic_fish.json create mode 100644 assets/minecraft/models/item/wynn/economy/fishing/gudgeon.json create mode 100644 assets/minecraft/models/item/wynn/economy/fishing/gylia_fish.json create mode 100644 assets/minecraft/models/item/wynn/economy/fishing/icefish.json create mode 100644 assets/minecraft/models/item/wynn/economy/fishing/koi.json create mode 100644 assets/minecraft/models/item/wynn/economy/fishing/molten_eel.json create mode 100644 assets/minecraft/models/item/wynn/economy/fishing/oil_blue.json create mode 100644 assets/minecraft/models/item/wynn/economy/fishing/oil_gray.json create mode 100644 assets/minecraft/models/item/wynn/economy/fishing/oil_orange.json create mode 100644 assets/minecraft/models/item/wynn/economy/fishing/oil_red.json create mode 100644 assets/minecraft/models/item/wynn/economy/fishing/oil_yellow.json create mode 100644 assets/minecraft/models/item/wynn/economy/fishing/piranha.json create mode 100644 assets/minecraft/models/item/wynn/economy/fishing/salmon.json create mode 100644 assets/minecraft/models/item/wynn/economy/fishing/starfish.json create mode 100644 assets/minecraft/models/item/wynn/economy/fishing/trout.json create mode 100644 assets/minecraft/models/item/wynn/economy/meals/fried.json create mode 100644 assets/minecraft/models/item/wynn/economy/meals/generic.json create mode 100644 assets/minecraft/models/item/wynn/economy/meals/generic_item.json create mode 100644 assets/minecraft/models/item/wynn/economy/meals/salad.json create mode 100644 assets/minecraft/models/item/wynn/economy/meals/soup.json create mode 100644 assets/minecraft/models/item/wynn/economy/meals/spicy.json create mode 100644 assets/minecraft/models/item/wynn/economy/meals/steamed.json create mode 100644 assets/minecraft/models/item/wynn/economy/mining/gem_cobalt.json create mode 100644 assets/minecraft/models/item/wynn/economy/mining/gem_copper.json create mode 100644 assets/minecraft/models/item/wynn/economy/mining/gem_dernic.json create mode 100644 assets/minecraft/models/item/wynn/economy/mining/gem_diamond.json create mode 100644 assets/minecraft/models/item/wynn/economy/mining/gem_gold.json create mode 100644 assets/minecraft/models/item/wynn/economy/mining/gem_granite.json create mode 100644 assets/minecraft/models/item/wynn/economy/mining/gem_iron.json create mode 100644 assets/minecraft/models/item/wynn/economy/mining/gem_kander.json create mode 100644 assets/minecraft/models/item/wynn/economy/mining/gem_molten.json create mode 100644 assets/minecraft/models/item/wynn/economy/mining/gem_sandstone.json create mode 100644 assets/minecraft/models/item/wynn/economy/mining/gem_silver.json create mode 100644 assets/minecraft/models/item/wynn/economy/mining/gem_void.json create mode 100644 assets/minecraft/models/item/wynn/economy/mining/ingot_cobalt.json create mode 100644 assets/minecraft/models/item/wynn/economy/mining/ingot_copper.json create mode 100644 assets/minecraft/models/item/wynn/economy/mining/ingot_dernic.json create mode 100644 assets/minecraft/models/item/wynn/economy/mining/ingot_diamond.json create mode 100644 assets/minecraft/models/item/wynn/economy/mining/ingot_gold.json create mode 100644 assets/minecraft/models/item/wynn/economy/mining/ingot_granite.json create mode 100644 assets/minecraft/models/item/wynn/economy/mining/ingot_iron.json create mode 100644 assets/minecraft/models/item/wynn/economy/mining/ingot_kanderstone.json create mode 100644 assets/minecraft/models/item/wynn/economy/mining/ingot_molten.json create mode 100644 assets/minecraft/models/item/wynn/economy/mining/ingot_sandstone.json create mode 100644 assets/minecraft/models/item/wynn/economy/mining/ingot_silver.json create mode 100644 assets/minecraft/models/item/wynn/economy/mining/ingot_void.json create mode 100644 assets/minecraft/models/item/wynn/economy/woodcutting/paper_brown.json create mode 100644 assets/minecraft/models/item/wynn/economy/woodcutting/paper_cream.json create mode 100644 assets/minecraft/models/item/wynn/economy/woodcutting/paper_white.json create mode 100644 assets/minecraft/models/item/wynn/economy/woodcutting/scroll_brown.json create mode 100644 assets/minecraft/models/item/wynn/economy/woodcutting/scroll_cream.json create mode 100644 assets/minecraft/models/item/wynn/economy/woodcutting/scroll_white.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/archetype/archer/boltslinger.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/archetype/archer/sharpshooter.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/archetype/archer/trapper.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/archetype/assassin/acrobat.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/archetype/assassin/shadestepper.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/archetype/assassin/trickster.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/archetype/mage/arcanist.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/archetype/mage/lightbender.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/archetype/mage/riftwalker.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/archetype/shaman/acolyte.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/archetype/shaman/ritualist.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/archetype/shaman/summoner.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/archetype/warrior/battle_monk.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/archetype/warrior/fallen.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/archetype/warrior/paladin.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/aspect/archer.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/aspect/archer_equipped.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/aspect/assassin.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/aspect/assassin_equipped.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/aspect/mage.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/aspect/mage_equipped.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/aspect/shaman.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/aspect/shaman_equipped.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/aspect/warrior.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/aspect/warrior_equipped.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/0.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_0.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_1.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_10.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_2.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_3.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_4.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_5.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_6.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_7.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_8.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_9.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/1.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/10.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/10_active_0.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/1_active_0.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/1_active_1.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/1_active_2.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/1_active_3.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/2.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/2_active_0.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/2_active_1.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/2_active_2.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/2_active_3.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/3.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/3_active_0.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/3_active_1.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/3_active_2.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/3_active_3.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/4.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/4_active_0.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/4_active_1.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/4_active_2.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/4_active_3.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/5.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/5_active_0.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/6.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/6_active_0.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/7.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/7_active_0.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/8.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/8_active_0.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/9.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/branch/9_active_0.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/button/arrow_down.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/button/arrow_left.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/button/arrow_right.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/button/arrow_up.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/button/aspects.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/button/aspects_select.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/button/orb_points.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/button/orb_reset.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/button/plus.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/button/reset.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/button/reset_confirm.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/button/reset_locked.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/button/reset_select.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/button/reset_wait.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/button/tree.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/button/tree_select.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/node/archer.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/node/archer_active.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/node/archer_pulse.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/node/assassin.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/node/assassin_active.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/node/assassin_pulse.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/node/blue.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/node/blue_active.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/node/blue_pulse.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/node/blue_shatter.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/node/mage.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/node/mage_active.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/node/mage_pulse.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/node/purple.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/node/purple_active.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/node/purple_pulse.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/node/purple_shatter.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/node/red.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/node/red_active.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/node/red_pulse.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/node/red_shatter.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/node/shaman.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/node/shaman_active.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/node/shaman_pulse.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/node/warrior.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/node/warrior_active.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/node/warrior_pulse.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/node/white.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/node/white_active.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/node/white_pulse.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/node/white_shatter.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/node/yellow.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/node/yellow_active.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/node/yellow_pulse.json create mode 100644 assets/minecraft/models/item/wynn/gui/ability_tree/node/yellow_shatter.json create mode 100644 assets/minecraft/models/item/wynn/gui/bank/liquid_storage.json create mode 100644 assets/minecraft/models/item/wynn/gui/bank/restock.json create mode 100644 assets/minecraft/models/item/wynn/gui/bank/stash.json create mode 100644 assets/minecraft/models/item/wynn/gui/bank/toggle_account.json create mode 100644 assets/minecraft/models/item/wynn/gui/bank/toggle_character.json create mode 100644 assets/minecraft/models/item/wynn/gui/beacon/blue.json create mode 100644 assets/minecraft/models/item/wynn/gui/beacon/cyan.json create mode 100644 assets/minecraft/models/item/wynn/gui/beacon/dark_gray.json create mode 100644 assets/minecraft/models/item/wynn/gui/beacon/gray.json create mode 100644 assets/minecraft/models/item/wynn/gui/beacon/green.json create mode 100644 assets/minecraft/models/item/wynn/gui/beacon/orange.json create mode 100644 assets/minecraft/models/item/wynn/gui/beacon/pink.json create mode 100644 assets/minecraft/models/item/wynn/gui/beacon/purple.json create mode 100644 assets/minecraft/models/item/wynn/gui/beacon/rainbow.json create mode 100644 assets/minecraft/models/item/wynn/gui/beacon/red.json create mode 100644 assets/minecraft/models/item/wynn/gui/beacon/white.json create mode 100644 assets/minecraft/models/item/wynn/gui/beacon/yellow.json create mode 100644 assets/minecraft/models/item/wynn/gui/blacksmith/arrow_down.json create mode 100644 assets/minecraft/models/item/wynn/gui/blacksmith/arrow_up.json create mode 100644 assets/minecraft/models/item/wynn/gui/blacksmith/repair_item.json create mode 100644 assets/minecraft/models/item/wynn/gui/blacksmith/sell_item.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/arrow_down_brown.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/arrow_down_default.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/arrow_down_gray.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/arrow_down_green.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/arrow_down_red.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/arrow_down_yellow.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/arrow_left_brown.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/arrow_left_default.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/arrow_left_gray.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/arrow_left_green.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/arrow_left_red.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/arrow_left_yellow.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/arrow_right_brown.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/arrow_right_default.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/arrow_right_gray.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/arrow_right_green.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/arrow_right_red.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/arrow_right_yellow.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/arrow_up_brown.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/arrow_up_default.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/arrow_up_gray.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/arrow_up_green.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/arrow_up_red.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/arrow_up_yellow.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/cancel_default.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/cancel_gray.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/cancel_green.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/cancel_red.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/cancel_yellow.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/check_default.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/check_gray.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/check_green.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/check_red.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/check_yellow.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/exclaim_default.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/exclaim_gray.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/exclaim_green.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/exclaim_red.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/exclaim_yellow.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/minus_default.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/minus_gray.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/minus_green.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/minus_red.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/minus_yellow.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/note_brown.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/note_default.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/note_gray.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/note_green.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/note_red.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/note_yellow.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/plus_default.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/plus_gray.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/plus_green.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/plus_red.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/plus_yellow.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/refresh_default.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/refresh_gray.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/refresh_green.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/refresh_red.json create mode 100644 assets/minecraft/models/item/wynn/gui/button/refresh_yellow.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_info/ability_tree.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_info/book_agility.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_info/book_defense.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_info/book_dexterity.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_info/book_intelligence.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_info/book_strength.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_info/skill_crystal.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_select/cancel_deletion.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_select/change_scene.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_select/character_backups.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_select/craftsman.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_select/craftsman_disabled.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_select/create.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_select/customize.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_select/delete_character.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_select/edit_icon.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_select/edit_nickname.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_select/hardcore.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_select/hardcore_disabled.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_select/hunted.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_select/hunted_disabled.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_select/icon/archer.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_select/icon/assassin.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_select/icon/dark_wizard.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_select/icon/hunter.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_select/icon/knight.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_select/icon/mage.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_select/icon/ninja.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_select/icon/pending_deletion.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_select/icon/shaman.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_select/icon/skyseer.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_select/icon/warrior.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_select/ironman.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_select/ironman_disabled.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_select/locked_slot.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_select/palette.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_select/palette_locked.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_select/palette_selected.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_select/reskin_class.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_select/select_gamemodes.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_select/select_reskin.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_select/set_favorite.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_select/set_nickname.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_select/toggle_music.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_select/toggle_music_disabled.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_select/toggle_select.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_select/toggle_select_disabled.json create mode 100644 assets/minecraft/models/item/wynn/gui/character_select/unset_favorite.json create mode 100644 assets/minecraft/models/item/wynn/gui/column.json create mode 100644 assets/minecraft/models/item/wynn/gui/content_book/arrow_down.json create mode 100644 assets/minecraft/models/item/wynn/gui/content_book/arrow_up.json create mode 100644 assets/minecraft/models/item/wynn/gui/content_book/boss_altar_active.json create mode 100644 assets/minecraft/models/item/wynn/gui/content_book/boss_altar_locked.json create mode 100644 assets/minecraft/models/item/wynn/gui/content_book/boss_altar_tracked.json create mode 100644 assets/minecraft/models/item/wynn/gui/content_book/cave_active.json create mode 100644 assets/minecraft/models/item/wynn/gui/content_book/cave_locked.json create mode 100644 assets/minecraft/models/item/wynn/gui/content_book/cave_tracked.json create mode 100644 assets/minecraft/models/item/wynn/gui/content_book/complete.json create mode 100644 assets/minecraft/models/item/wynn/gui/content_book/dialogue_history.json create mode 100644 assets/minecraft/models/item/wynn/gui/content_book/discovery_active.json create mode 100644 assets/minecraft/models/item/wynn/gui/content_book/discovery_locked.json create mode 100644 assets/minecraft/models/item/wynn/gui/content_book/discovery_tracked.json create mode 100644 assets/minecraft/models/item/wynn/gui/content_book/dungeon_active.json create mode 100644 assets/minecraft/models/item/wynn/gui/content_book/dungeon_locked.json create mode 100644 assets/minecraft/models/item/wynn/gui/content_book/dungeon_tracked.json create mode 100644 assets/minecraft/models/item/wynn/gui/content_book/filter.json create mode 100644 assets/minecraft/models/item/wynn/gui/content_book/locked.json create mode 100644 assets/minecraft/models/item/wynn/gui/content_book/loot_camp_active.json create mode 100644 assets/minecraft/models/item/wynn/gui/content_book/loot_camp_locked.json create mode 100644 assets/minecraft/models/item/wynn/gui/content_book/loot_camp_tracked.json create mode 100644 assets/minecraft/models/item/wynn/gui/content_book/mini_quest_active.json create mode 100644 assets/minecraft/models/item/wynn/gui/content_book/mini_quest_locked.json create mode 100644 assets/minecraft/models/item/wynn/gui/content_book/mini_quest_tracked.json create mode 100644 assets/minecraft/models/item/wynn/gui/content_book/progress.json create mode 100644 assets/minecraft/models/item/wynn/gui/content_book/quest_active.json create mode 100644 assets/minecraft/models/item/wynn/gui/content_book/quest_locked.json create mode 100644 assets/minecraft/models/item/wynn/gui/content_book/quest_tracked.json create mode 100644 assets/minecraft/models/item/wynn/gui/content_book/raid_active.json create mode 100644 assets/minecraft/models/item/wynn/gui/content_book/raid_locked.json create mode 100644 assets/minecraft/models/item/wynn/gui/content_book/raid_tracked.json create mode 100644 assets/minecraft/models/item/wynn/gui/content_book/sort.json create mode 100644 assets/minecraft/models/item/wynn/gui/content_book/story_quest_active.json create mode 100644 assets/minecraft/models/item/wynn/gui/content_book/story_quest_locked.json create mode 100644 assets/minecraft/models/item/wynn/gui/content_book/story_quest_tracked.json create mode 100644 assets/minecraft/models/item/wynn/gui/content_book/world_event_active.json create mode 100644 assets/minecraft/models/item/wynn/gui/content_book/world_event_complete.json create mode 100644 assets/minecraft/models/item/wynn/gui/content_book/world_event_locked.json create mode 100644 assets/minecraft/models/item/wynn/gui/content_book/world_event_tracked.json create mode 100644 assets/minecraft/models/item/wynn/gui/crafting/arrow_down.json create mode 100644 assets/minecraft/models/item/wynn/gui/crafting/arrow_up.json create mode 100644 assets/minecraft/models/item/wynn/gui/crafting/column_offset.json create mode 100644 assets/minecraft/models/item/wynn/gui/crafting/item_slot.json create mode 100644 assets/minecraft/models/item/wynn/gui/crafting/main.json create mode 100644 assets/minecraft/models/item/wynn/gui/crafting/material_slot.json create mode 100644 assets/minecraft/models/item/wynn/gui/equipment_slot.json create mode 100644 assets/minecraft/models/item/wynn/gui/item_identifier/augment_item.json create mode 100644 assets/minecraft/models/item/wynn/gui/item_identifier/identify_item.json create mode 100644 assets/minecraft/models/item/wynn/gui/lootrun/boon_option.json create mode 100644 assets/minecraft/models/item/wynn/gui/lootrun/mission_buff.json create mode 100644 assets/minecraft/models/item/wynn/gui/lootrun/mission_curse.json create mode 100644 assets/minecraft/models/item/wynn/gui/lootrun/mission_hunt.json create mode 100644 assets/minecraft/models/item/wynn/gui/lootrun/mission_life.json create mode 100644 assets/minecraft/models/item/wynn/gui/lootrun/mission_loot.json create mode 100644 assets/minecraft/models/item/wynn/gui/lootrun/sigil.json create mode 100644 assets/minecraft/models/item/wynn/gui/lootrun/start_normal.json create mode 100644 assets/minecraft/models/item/wynn/gui/lootrun/start_special.json create mode 100644 assets/minecraft/models/item/wynn/gui/mastery_tome/locked_slot.json create mode 100644 assets/minecraft/models/item/wynn/gui/powder_master/infuse_item.json create mode 100644 assets/minecraft/models/item/wynn/gui/powder_master/infuse_item_active.json create mode 100644 assets/minecraft/models/item/wynn/gui/powder_master/remove_item.json create mode 100644 assets/minecraft/models/item/wynn/gui/powder_master/remove_item_active.json create mode 100644 assets/minecraft/models/item/wynn/gui/powder_master/upgrade_item.json create mode 100644 assets/minecraft/models/item/wynn/gui/powder_master/upgrade_item_active.json create mode 100644 assets/minecraft/models/item/wynn/gui/raid/gambit.json create mode 100644 assets/minecraft/models/item/wynn/gui/raid/gambit_a.json create mode 100644 assets/minecraft/models/item/wynn/gui/raid/head.json create mode 100644 assets/minecraft/models/item/wynn/gui/raid/ready_invalid.json create mode 100644 assets/minecraft/models/item/wynn/gui/raid/ready_normal.json create mode 100644 assets/minecraft/models/item/wynn/gui/raid/ready_waiting.json create mode 100644 assets/minecraft/models/item/wynn/gui/raid/sigil.json create mode 100644 assets/minecraft/models/item/wynn/gui/raid/sigil_1.json create mode 100644 assets/minecraft/models/item/wynn/gui/raid/sigil_2.json create mode 100644 assets/minecraft/models/item/wynn/gui/raid/sigil_3.json create mode 100644 assets/minecraft/models/item/wynn/gui/raid/sigil_guild_active.json create mode 100644 assets/minecraft/models/item/wynn/gui/raid/sigil_guild_inactive.json create mode 100644 assets/minecraft/models/item/wynn/gui/rekindled/accept.json create mode 100644 assets/minecraft/models/item/wynn/gui/row.json create mode 100644 assets/minecraft/models/item/wynn/gui/store/silverbull_emblem.json create mode 100644 assets/minecraft/models/item/wynn/gui/store/silverbull_share.json create mode 100644 assets/minecraft/models/item/wynn/gui/tile.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_icon.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/add_amount_default.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/add_amount_gray.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/booth_description.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/11_20.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/1_10.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/21_30.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/31_40.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/41_50.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/51_60.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/61_70.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/71_80.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/81_90.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/91_200.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/alchemism.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/armouring.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/boots.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/bow.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/bracelet.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/charm.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/chestplate.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/cooking.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/crafted.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/dagger.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/dungeon_drop.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/fabled.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/farming.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/fishing.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/food.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/helmet.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/identification.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/ingredient.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/jeweling.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/legendary.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/leggings.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/loot_chest_drop.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/mastery_tome.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/material.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/mining.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/misc.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/mob_drop.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/mythic.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/necklace.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/never_drop.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/normal.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/normal_drop.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/other.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/potion.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/powder.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/rare.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/relik.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/ring.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/scribing.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/scroll.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/set.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/spear.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/tailoring.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/tier_0.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/tier_1.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/tier_2.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/tier_3.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/tome.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/tool.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/unidentified.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/unique.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/unrefined.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/wand.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/weaponsmithing.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/woodcutting.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter/woodworking.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter_item.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/filter_name.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/locked_slot.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/price_check.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/remove_amount_default.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/remove_amount_gray.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/reveal_item.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/search.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/sell_item.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/sell_share.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/set_price.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/trade_overflow.json create mode 100644 assets/minecraft/models/item/wynn/gui/trade_market/view_trade.json create mode 100644 assets/minecraft/models/item/wynn/gui/tutorial/ability_tree.json create mode 100644 assets/minecraft/models/item/wynn/gui/tutorial/character_info.json create mode 100644 assets/minecraft/models/item/wynn/gui/tutorial/content_book.json create mode 100644 assets/minecraft/models/item/wynn/gui/tutorial/offset_left.json create mode 100644 assets/minecraft/models/item/wynn/gui/tutorial/offset_right.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/chair_bench.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/chair_boulder.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/chair_log.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/chair_quartz.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/chair_regal.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/chair_stool.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/chair_wood.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/curtains.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/curtains_bamboo.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/curtains_open.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/curtains_open_bamboo.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/curtains_open_hang.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/curtains_open_regal.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/curtains_open_velvet.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/curtains_open_white.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/curtains_regal.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/curtains_velvet.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/curtains_white.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/shades.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/shades_open.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/statue_colossal.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/statue_colossal_guild.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/statue_colossal_normal.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/statue_eldritch.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/statue_frog.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/statue_groot.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/statue_groot_guild.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/statue_groot_normal.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/statue_hero.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/statue_idol.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/statue_light.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/statue_light_guild.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/statue_light_normal.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/statue_nameless.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/statue_nameless_guild.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/statue_nameless_normal.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/table_boulder.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/table_large.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/table_normal.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/table_quartz.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/table_regal.json create mode 100644 assets/minecraft/models/item/wynn/housing/furniture/table_small.json create mode 100644 assets/minecraft/models/item/wynn/housing/profession/alchemism.json create mode 100644 assets/minecraft/models/item/wynn/housing/profession/armouring.json create mode 100644 assets/minecraft/models/item/wynn/housing/profession/cooking.json create mode 100644 assets/minecraft/models/item/wynn/housing/profession/farming.json create mode 100644 assets/minecraft/models/item/wynn/housing/profession/fishing.json create mode 100644 assets/minecraft/models/item/wynn/housing/profession/jeweling.json create mode 100644 assets/minecraft/models/item/wynn/housing/profession/mining.json create mode 100644 assets/minecraft/models/item/wynn/housing/profession/scribing.json create mode 100644 assets/minecraft/models/item/wynn/housing/profession/tailoring.json create mode 100644 assets/minecraft/models/item/wynn/housing/profession/trophy/alchemism.json create mode 100644 assets/minecraft/models/item/wynn/housing/profession/trophy/armouring.json create mode 100644 assets/minecraft/models/item/wynn/housing/profession/trophy/base.json create mode 100644 assets/minecraft/models/item/wynn/housing/profession/trophy/cooking.json create mode 100644 assets/minecraft/models/item/wynn/housing/profession/trophy/farming.json create mode 100644 assets/minecraft/models/item/wynn/housing/profession/trophy/fishing.json create mode 100644 assets/minecraft/models/item/wynn/housing/profession/trophy/jeweling.json create mode 100644 assets/minecraft/models/item/wynn/housing/profession/trophy/mining.json create mode 100644 assets/minecraft/models/item/wynn/housing/profession/trophy/scribing.json create mode 100644 assets/minecraft/models/item/wynn/housing/profession/trophy/tailoring.json create mode 100644 assets/minecraft/models/item/wynn/housing/profession/trophy/weaponsmithing.json create mode 100644 assets/minecraft/models/item/wynn/housing/profession/trophy/woodcutting.json create mode 100644 assets/minecraft/models/item/wynn/housing/profession/trophy/woodworking.json create mode 100644 assets/minecraft/models/item/wynn/housing/profession/weaponsmithing.json create mode 100644 assets/minecraft/models/item/wynn/housing/profession/woodcutting.json create mode 100644 assets/minecraft/models/item/wynn/housing/profession/woodworking.json create mode 100644 assets/minecraft/models/item/wynn/housing/station/bookshelf.json create mode 100644 assets/minecraft/models/item/wynn/housing/station/gear.json create mode 100644 assets/minecraft/models/item/wynn/housing/station/jukebox.json create mode 100644 assets/minecraft/models/item/wynn/housing/station/message_board.json create mode 100644 assets/minecraft/models/item/wynn/housing/station/misc_bucket.json create mode 100644 assets/minecraft/models/item/wynn/housing/station/teleport_pad.json create mode 100644 assets/minecraft/models/item/wynn/housing/tool/blueprint.json create mode 100644 assets/minecraft/models/item/wynn/housing/tool/handsaw.json create mode 100644 assets/minecraft/models/item/wynn/housing/tool/ruler.json create mode 100644 assets/minecraft/models/item/wynn/housing/tool/wand.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/anomaly/anomaly_arm.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/anomaly/anomaly_body.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/anomaly/anomaly_hand.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/anomaly/anomaly_head.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/avalanche/avalanche_head.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/avalanche/avalanche_jaw.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/avostrider/avostrider_body.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/avostrider/avostrider_head.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/avostrider/avostrider_leg.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/avostrider/avostrider_wing.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/bonny/bonny_arm.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/bonny/bonny_head.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/bonny/bonny_torso.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/crab/crab_body.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/crab/crab_claw.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/crab/crab_leg.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/crate/crate_blizzard_chest.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/crate/crate_blizzard_lid.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/crate/crate_bonfire_chest.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/crate/crate_bonfire_lid.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/crate/crate_heroes_chest.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/crate/crate_heroes_lid.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/crate/crate_spirits_chest.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/crate/crate_spirits_lid.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/crow/crow_body.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/crow/crow_wing_left.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/crow/crow_wing_right.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/dragonling/dragonling_body.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/dragonling/dragonling_head.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/dragonling/dragonling_leg.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/dragonling/dragonling_tail.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/dragonling/dragonling_wing.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/dragonling/shadowfel/shadowfel_body.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/dragonling/shadowfel/shadowfel_head.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/dragonling/shadowfel/shadowfel_leg.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/dragonling/shadowfel/shadowfel_tail.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/dragonling/shadowfel/shadowfel_wing.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/effigy/effigy_hand_left.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/effigy/effigy_hand_right.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/effigy/effigy_head.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/fetish/fetish_arm.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/fetish/fetish_body.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/fetish/fetish_head.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/fetish/fetish_knife.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/forest_sprite/forest_sprite_body.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/forest_sprite/forest_sprite_head.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/fragment/fragment_debris.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/fragment/fragment_eye.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/golem/golem_arm.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/golem/golem_head.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/guide/guide_arm.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/guide/guide_arm_book.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/guide/guide_body.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/guide/guide_head.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/lich/lich_arm.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/lich/lich_body.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/lich/lich_cloak.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/lich/lich_head.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/lich_c/lich_c_arm.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/lich_c/lich_c_body.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/lich_c/lich_c_cloak.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/lich_c/lich_c_head.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/lootrun/reward_chest.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/lootrun/reward_lid.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/lootrun/treasure_chest.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/lootrun/treasure_lid.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/lost_spirit/lost_spirit.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/mage/mage_arm_left.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/mage/mage_arm_right.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/mage/mage_body.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/mage/mage_head.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/mage/mage_pylon.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/mamba/mamba_body.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/mamba/mamba_bush.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/mamba/mamba_head.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/mighty_yak/mighty_yak_body.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/mighty_yak/mighty_yak_foot.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/mighty_yak/mighty_yak_head.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/mythic_mimic/mythic_mimic_chest.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/mythic_mimic/mythic_mimic_hand_left.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/mythic_mimic/mythic_mimic_hand_right.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/mythic_mimic/mythic_mimic_lid.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/orphion/orphion_body.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/orphion/orphion_head.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/orphion/orphion_jaw.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/orphion/orphion_leg.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/orphion/orphion_tail.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/orphion/orphion_thigh.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/orphion/vanta_orphion_body.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/orphion/vanta_orphion_head.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/orphion/vanta_orphion_leg.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/orphion/vanta_orphion_tail.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/orphion/vanta_orphion_thigh.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/rat/rat.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/redbeard/redbeard_arm.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/redbeard/redbeard_body.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/redbeard/redbeard_foot.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/redbeard/redbeard_peg.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/redbeard_c/redbeard_c_arm_left.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/redbeard_c/redbeard_c_arm_right.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/redbeard_c/redbeard_c_body.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/redbeard_c/redbeard_c_head.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/snow_fennec/snow_fennec_body.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/snow_fennec/snow_fennec_head.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/snow_fennec/snow_fennec_leg.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/snow_fennec/snow_fennec_tail.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/wisp/wisp_arm.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/wisp/wisp_body.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/wisp/wisp_head.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/wynnston/wynnston_head.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/wynnston/wynnston_leg.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/wynnston/wynnston_torso.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/wynnter_owl/wynnter_owl_head.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/wynnter_owl/wynnter_owl_torso.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/wynnter_owl/wynnter_owl_wing.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/yeti/yeti_arm.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/yeti/yeti_foot.json create mode 100644 assets/minecraft/models/item/wynn/jigsaw/yeti/yeti_torso.json create mode 100644 assets/minecraft/models/item/wynn/legacy/arrow_left_default.json create mode 100644 assets/minecraft/models/item/wynn/legacy/arrow_right_default.json create mode 100644 assets/minecraft/models/item/wynn/legacy/arrow_right_red.json create mode 100644 assets/minecraft/models/item/wynn/legacy/check_gray.json create mode 100644 assets/minecraft/models/item/wynn/legacy/check_green.json create mode 100644 assets/minecraft/models/item/wynn/legacy/check_red.json create mode 100644 assets/minecraft/models/item/wynn/legacy/check_yellow.json create mode 100644 assets/minecraft/models/item/wynn/legacy/plus_green.json create mode 100644 assets/minecraft/models/item/wynn/legacy/refresh_yellow.json create mode 100644 assets/minecraft/models/item/wynn/legacy/scrap.json create mode 100644 assets/minecraft/models/item/wynn/locked_chest.json create mode 100644 assets/minecraft/models/item/wynn/loot/cache.json create mode 100644 assets/minecraft/models/item/wynn/loot/common.json create mode 100644 assets/minecraft/models/item/wynn/loot/fabled.json create mode 100644 assets/minecraft/models/item/wynn/loot/legendary.json create mode 100644 assets/minecraft/models/item/wynn/loot/mythic.json create mode 100644 assets/minecraft/models/item/wynn/loot/rare.json create mode 100644 assets/minecraft/models/item/wynn/loot/set.json create mode 100644 assets/minecraft/models/item/wynn/mastery_tome/armour.json create mode 100644 assets/minecraft/models/item/wynn/mastery_tome/guild.json create mode 100644 assets/minecraft/models/item/wynn/mastery_tome/lootrun.json create mode 100644 assets/minecraft/models/item/wynn/mastery_tome/mana.json create mode 100644 assets/minecraft/models/item/wynn/mastery_tome/movement.json create mode 100644 assets/minecraft/models/item/wynn/mastery_tome/utility.json create mode 100644 assets/minecraft/models/item/wynn/mastery_tome/weapon.json create mode 100644 assets/minecraft/models/item/wynn/mob_totem.json create mode 100644 assets/minecraft/models/item/wynn/pouch/crafter_packed.json create mode 100644 assets/minecraft/models/item/wynn/pouch/crafter_stuffed.json create mode 100644 assets/minecraft/models/item/wynn/pouch/crafter_varied.json create mode 100644 assets/minecraft/models/item/wynn/pouch/emerald_empty.json create mode 100644 assets/minecraft/models/item/wynn/pouch/emerald_full.json create mode 100644 assets/minecraft/models/item/wynn/pouch/emerald_half.json create mode 100644 assets/minecraft/models/item/wynn/pouch/ingredient_add.json create mode 100644 assets/minecraft/models/item/wynn/pouch/ingredient_default.json create mode 100644 assets/minecraft/models/item/wynn/pouch/ingredient_empty.json create mode 100644 assets/minecraft/models/item/wynn/pouch/ingredient_full.json create mode 100644 assets/minecraft/models/item/wynn/pouch/ingredient_half.json create mode 100644 assets/minecraft/models/item/wynn/powder/large_air.json create mode 100644 assets/minecraft/models/item/wynn/powder/large_earth.json create mode 100644 assets/minecraft/models/item/wynn/powder/large_fire.json create mode 100644 assets/minecraft/models/item/wynn/powder/large_thunder.json create mode 100644 assets/minecraft/models/item/wynn/powder/large_water.json create mode 100644 assets/minecraft/models/item/wynn/powder/small_air.json create mode 100644 assets/minecraft/models/item/wynn/powder/small_earth.json create mode 100644 assets/minecraft/models/item/wynn/powder/small_fire.json create mode 100644 assets/minecraft/models/item/wynn/powder/small_thunder.json create mode 100644 assets/minecraft/models/item/wynn/powder/small_water.json create mode 100644 assets/minecraft/models/item/wynn/prop/barrel.json create mode 100644 assets/minecraft/models/item/wynn/prop/barrel_birch.json create mode 100644 assets/minecraft/models/item/wynn/prop/barrel_oak.json create mode 100644 assets/minecraft/models/item/wynn/prop/barrel_spruce.json create mode 100644 assets/minecraft/models/item/wynn/prop/bottles.json create mode 100644 assets/minecraft/models/item/wynn/prop/burlap_sack.json create mode 100644 assets/minecraft/models/item/wynn/prop/burning_flame.json create mode 100644 assets/minecraft/models/item/wynn/prop/candy_cane.json create mode 100644 assets/minecraft/models/item/wynn/prop/carrots.json create mode 100644 assets/minecraft/models/item/wynn/prop/clay_amphora.json create mode 100644 assets/minecraft/models/item/wynn/prop/clay_mortar.json create mode 100644 assets/minecraft/models/item/wynn/prop/clay_urn.json create mode 100644 assets/minecraft/models/item/wynn/prop/clay_vase.json create mode 100644 assets/minecraft/models/item/wynn/prop/garden_gnome.json create mode 100644 assets/minecraft/models/item/wynn/prop/giant_gourd.json create mode 100644 assets/minecraft/models/item/wynn/prop/hay_bale.json create mode 100644 assets/minecraft/models/item/wynn/prop/mead_mug.json create mode 100644 assets/minecraft/models/item/wynn/prop/message_bottle.json create mode 100644 assets/minecraft/models/item/wynn/prop/potatoes.json create mode 100644 assets/minecraft/models/item/wynn/prop/present_blue.json create mode 100644 assets/minecraft/models/item/wynn/prop/present_green.json create mode 100644 assets/minecraft/models/item/wynn/prop/present_red.json create mode 100644 assets/minecraft/models/item/wynn/prop/quest_scroll.json create mode 100644 assets/minecraft/models/item/wynn/prop/soul_flame.json create mode 100644 assets/minecraft/models/item/wynn/prop/soul_lantern.json create mode 100644 assets/minecraft/models/item/wynn/prop/treasure_cache.json create mode 100644 assets/minecraft/models/item/wynn/prop/undead_remains_0.json create mode 100644 assets/minecraft/models/item/wynn/prop/undead_remains_1.json create mode 100644 assets/minecraft/models/item/wynn/rune/az.json create mode 100644 assets/minecraft/models/item/wynn/rune/ek.json create mode 100644 assets/minecraft/models/item/wynn/rune/nii.json create mode 100644 assets/minecraft/models/item/wynn/rune/tol.json create mode 100644 assets/minecraft/models/item/wynn/rune/uth.json create mode 100644 assets/minecraft/models/item/wynn/scroll/scroll_teleport.json create mode 100644 assets/minecraft/models/item/wynn/shield.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/ancient_orbiter.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/aurora_longbow.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/azure_bow.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/banana_bow.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/bob_bow.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/boltslinger_repeater.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/bonfire_bow.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/boreal_bow.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/brawler_blunderbuss.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/candy_bow.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/cannon_bow.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/corrupted_bow.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/cosmic_bow.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/crimson_crossbow.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/decay_bow.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/dernic_bow.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/disciple_bow.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/driftwood_bow.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/dwarven_bow.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/dynasty_bow.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/flaming_bow.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/fossil_bow.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/frost_bow.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/frostbound_bow.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/fury_longbow.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/geomancer_arch.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/gothic_arch.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/harvest_bow.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/heroic_bow.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/highlands_bow.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/holy_bow.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/legendary_arm_cannon.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/lotr_bow.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/mael_longbow.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/money_bow.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/music_bow.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/rune_crossbow.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/scifi_bow.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/seraphim_bow.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/sharpshooter_rifle.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/spectral_bow.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/steampunk_bow.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/tesla_bow.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/toy_bow.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/trapper_crescent.json create mode 100644 assets/minecraft/models/item/wynn/skin/bow/tropical_bow.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/acrobat_katana.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/aledar_dagger.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/ancient_palm.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/aurora_dagger.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/azure_nunchucks.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/banana_dagger.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/bob_dagger.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/bonfire_dagger.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/boreal_dagger.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/brawler_trowel.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/candy_dagger.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/chicken_leg_staff.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/corrupted_dagger.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/cosmic_dagger.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/crimson_dagger.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/decay_dagger.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/dernic_dagger.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/disciple_dagger.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/driftwood_dagger.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/dwarven_dagger.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/dynasty_dagger.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/flaming_sword.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/fossil_dagger.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/frost_dagger.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/frostbound_dagger.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/fury_sword.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/geomancer_fist.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/gothic_claymore.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/harvest_sickle.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/heroic_dagger.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/highlands_claw.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/holy_dagger.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/hook_dagger.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/lotr_dagger.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/money_dagger.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/music_dagger.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/pan.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/rune_dagger.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/scifi_dagger.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/seraphim_dagger.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/shadestepper_scimitar.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/siegfried_sword.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/spectral_dagger.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/steampunk_dagger.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/tesla_claw.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/toy_dagger.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/trickster_main_gauche.json create mode 100644 assets/minecraft/models/item/wynn/skin/dagger/tropical_dagger.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/adventurer_hat.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/ancient_diadem.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/annihilation_disciple.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/archerhat.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/aristrocat_hat.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/ashen_kasa.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/assassinhat.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/avo_headdress.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/azure_kabuto.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/bandana.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/bandit_mask.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/beret.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/big_catch.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/bird_nest.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/black_cat_ears.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/bonfire_crown.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/bonfire_headdress.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/bookworm.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/boreal_crown.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/bounty_hunter_hat.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/brewing_cauldron.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/bucket_hat.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/bunny_ears.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/cat_hat.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/champion_fullhelm.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/cheese_wheel.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/chef_poultry.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/chefs_hat.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/corkian_goggles.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/cowboy_hat.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/crown_of_chains.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/curious_maw.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/dapper_topper.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/decay_hat.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/decorated_bicorn.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/detective_fedora.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/devilhorns.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/diamond_helmet.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/dragon_mask.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/dwarven_helmet.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/dynasty_guanmao.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/dynasty_hat.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/elf_ears.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/elf_hat.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/embellished_tricorn.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/entrepreneur_hat.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/evergreen_wreath.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/eye_cultist_hood.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/face_of_annihilation.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/fancy_crown.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/flower_crown.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/forest_hood.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/fossil_skull.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/fox_ears.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/fox_mask.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/frostbite_hat.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/frostbound_halo.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/fruit_basket.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/fungi_cap.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/fur_hood.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/fury_coronet.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/gardener_hat.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/geomancer_bouldercrest.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/ginger_beard.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/gingerbread_house.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/gluttony_gourd.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/gnome_cap.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/goathorns.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/gold_helmet.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/gothic_tiara.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/grafter_aggregate.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/grizzly_headpiece.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/grook_mask.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/half_moon_hood.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/harvest_circlet.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/haunting_spider.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/heroes_beret.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/heroic_wingwreath.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/highlands_ushanka.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/holiday_lights.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/hot_head.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/hunter_hat.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/hydration_headgear.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/ivy_horns.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/jagged_crown.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/jester_hat.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/leaf_crest.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/lotus_of_the_wilds.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/lumberjack_stump.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/magehat.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/masquerade_mask.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/melon_band.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/merchant_bicorne.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/midnight_kasa.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/miner_helmet.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/monster_mask.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/moonlit_chapeau.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/mythichat.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/nutcracker_hat.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/orphion_messenger.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/paper_bag.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/pirate_hat.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/plague_doctor.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/propeller_hat.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/raccoon_cap.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/rainbow_panama.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/reindeer_horns.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/rose_hat.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/safari_hat.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/santa_hat.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/scifi_earpiece.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/seraphim_tiara.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/shamanhat.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/silver_viking_helmet.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/skull_tophat.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/snow_cloud_hat.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/snow_fox_ears.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/snowdrift_circlet.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/sombrero.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/spectral_mask.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/spring_flowers_circlet.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/spring_hat.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/stalwart_morion.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/stars_hat.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/stout_shako.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/straw_hat.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/sun_hat.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/thankful_capotain.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/theorick_hood.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/towering_hat.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/tree_hat.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/valorous_helmet.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/verdant_laurel.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/viking_helmet.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/warriorhat.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/werewolf_mask.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/wings.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/winter_hat.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/winter_moon_hat.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/winter_scarf.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/witch_hat.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/worn_kasa.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/wybel_beanie.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/yahya_fantasy.json create mode 100644 assets/minecraft/models/item/wynn/skin/hat/yarn_head.json create mode 100644 assets/minecraft/models/item/wynn/skin/placeholder.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/acolyte_scepter.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/anchor_relik.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/ancient_relik.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/aurora_relik.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/ava_relik.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/azure_lantern.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/bonfire_relik.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/boreal_relik.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/brawler_whiskey.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/broccoli.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/candy_relik.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/corrupted_relik.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/cosmic_relik.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/crimson_relik.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/decay_relik.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/dernic_relik.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/disciple_relik.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/driftwood_relik.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/dwarven_relik.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/dynasty_relik.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/fellowship_relik.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/fossil_relik.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/frost_relik.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/frostbound_relik.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/fury_sceptre.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/future_relik.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/geomancer_heirloom.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/gothic_relik.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/halfmoon_relik.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/harvest_relik.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/heroic_relik.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/highlands_relik.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/maxie_remote.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/money_relik.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/music_relik.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/pan_pipes_relik.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/phoenix_relik.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/ritualist_focus.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/rune_relik.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/seraphim_relik.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/slykaar_relik.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/spectral_relik.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/steampunk_relik.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/summoner_marionette.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/tesla_relik.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/toy_relik.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/tropical_relik.json create mode 100644 assets/minecraft/models/item/wynn/skin/relik/voodoo_doll.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/ancient_halberd.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/aurora_battleaxe.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/azure_ranseur.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/battle_monk_guandao.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/bonfire_spear.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/boreal_spear.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/brawler_rake.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/candy_spear.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/corrupted_spear.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/cosmic_spear.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/crimson_greatsword.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/decay_spear.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/dernic_spear.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/disciple_spear.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/driftwood_spear.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/dullahan_guisarme.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/dwarven_spear.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/dynasty_spear.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/fallen_glaive.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/flaming_hammer.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/fossil_spear.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/frost_spear.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/frostbound_spear.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/fury_lance.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/geomancer_hammer.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/gothic_trident.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/harvest_spear.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/heroic_spear.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/highlands_gavel.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/holy_hammer.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/kebab_spear.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/money_spear.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/music_spear.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/oar_spear.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/paladin_greatsword.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/rune_spear.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/scifi_spear.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/seraphim_spear.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/spectral_spear.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/steampunk_spear.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/tasim_glaive.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/tesla_trident.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/tisaun_greatsword.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/toy_spear.json create mode 100644 assets/minecraft/models/item/wynn/skin/spear/tropical_spear.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/ancient_staff.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/arcanist_tome.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/atlas_wand.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/aurora_staff.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/azure_staff.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/bob_wand.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/bonfire_wand.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/boreal_wand.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/brawler_broom.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/candy_wand.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/corrupted_wand.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/cosmic_wand.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/crimson_wand.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/decay_wand.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/dernic_wand.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/disciple_staff.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/driftwood_wand.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/dwarven_wand.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/dynasty_wand.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/flaming_wand.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/fossil_wand.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/frost_wand.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/frostbound_wand.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/fury_staff.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/geomancer_sceptre.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/gothic_staff.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/harvest_wand.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/heroic_wand.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/highlands_staff.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/holy_wand.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/lari_stave.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/light_bearer_sceptre.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/lotr_staff.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/lotr_wand.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/money_wand.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/music_wand.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/qira_wand.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/riftwalker_staff.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/rose.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/rune_staff.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/scifi_wand.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/seraphim_wand.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/spectral_wand.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/squid_wand.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/steampunk_wand.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/swordfish_wand.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/tesla_staff.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/toy_wand.json create mode 100644 assets/minecraft/models/item/wynn/skin/wand/tropical_wand.json create mode 100644 assets/minecraft/models/item/wynn/spell/angel_0.json create mode 100644 assets/minecraft/models/item/wynn/spell/angel_1.json create mode 100644 assets/minecraft/models/item/wynn/spell/ice_snake_0.json create mode 100644 assets/minecraft/models/item/wynn/spell/ice_snake_1.json create mode 100644 assets/minecraft/models/item/wynn/spell/mask_coward.json create mode 100644 assets/minecraft/models/item/wynn/spell/mask_fanatic.json create mode 100644 assets/minecraft/models/item/wynn/spell/mask_lunatic.json create mode 100644 assets/minecraft/models/item/wynn/spell/meteor_0.json create mode 100644 assets/minecraft/models/item/wynn/spell/meteor_1.json create mode 100644 assets/minecraft/models/item/wynn/spell/totem_0.json create mode 100644 assets/minecraft/models/item/wynn/spell/totem_1.json create mode 100644 assets/minecraft/models/item/wynn/spell/trap_0.json create mode 100644 assets/minecraft/models/item/wynn/spell/trap_1.json create mode 100644 assets/minecraft/models/item/wynn/template/ability_tree/aspect.json create mode 100644 assets/minecraft/models/item/wynn/template/ability_tree/node.json create mode 100644 assets/minecraft/models/item/wynn/template/ability_tree/tab.json create mode 100644 assets/minecraft/models/item/wynn/template/accessory.json create mode 100644 assets/minecraft/models/item/wynn/template/beacon.json create mode 100644 assets/minecraft/models/item/wynn/template/button/16.json create mode 100644 assets/minecraft/models/item/wynn/template/button/32.json create mode 100644 assets/minecraft/models/item/wynn/template/button/48.json create mode 100644 assets/minecraft/models/item/wynn/template/button/64.json create mode 100644 assets/minecraft/models/item/wynn/template/handheld.json create mode 100644 assets/minecraft/models/item/wynn/template/handheld_rod.json create mode 100644 assets/minecraft/models/item/wynn/template/hat.json create mode 100644 assets/minecraft/models/item/wynn/template/item.json create mode 100644 assets/minecraft/models/item/wynn/template/loot.json create mode 100644 assets/minecraft/models/item/wynn/template/mission.json create mode 100644 assets/minecraft/models/item/wynn/template/player_head.json create mode 100644 assets/minecraft/models/item/wynn/template/prop.json create mode 100644 assets/minecraft/models/item/wynn/template/trophy.json create mode 100644 assets/minecraft/models/item/wynn/template/weapon.json create mode 100644 assets/minecraft/models/item/wynn/tool/diamond_rod.json create mode 100644 assets/minecraft/models/item/wynn/tool/golden_rod.json create mode 100644 assets/minecraft/models/item/wynn/tool/iron_rod.json create mode 100644 assets/minecraft/models/item/wynn/tool/stone_rod.json create mode 100644 assets/minecraft/models/item/wynn/tool/wooden_rod.json create mode 100644 assets/minecraft/models/item/wynn/weapon/archer/bow_air_a.json create mode 100644 assets/minecraft/models/item/wynn/weapon/archer/bow_air_b.json create mode 100644 assets/minecraft/models/item/wynn/weapon/archer/bow_air_c.json create mode 100644 assets/minecraft/models/item/wynn/weapon/archer/bow_basic_gold.json create mode 100644 assets/minecraft/models/item/wynn/weapon/archer/bow_basic_wood.json create mode 100644 assets/minecraft/models/item/wynn/weapon/archer/bow_earth_a.json create mode 100644 assets/minecraft/models/item/wynn/weapon/archer/bow_earth_b.json create mode 100644 assets/minecraft/models/item/wynn/weapon/archer/bow_earth_c.json create mode 100644 assets/minecraft/models/item/wynn/weapon/archer/bow_fire_a.json create mode 100644 assets/minecraft/models/item/wynn/weapon/archer/bow_fire_b.json create mode 100644 assets/minecraft/models/item/wynn/weapon/archer/bow_fire_c.json create mode 100644 assets/minecraft/models/item/wynn/weapon/archer/bow_multi_a.json create mode 100644 assets/minecraft/models/item/wynn/weapon/archer/bow_multi_b.json create mode 100644 assets/minecraft/models/item/wynn/weapon/archer/bow_multi_c.json create mode 100644 assets/minecraft/models/item/wynn/weapon/archer/bow_thunder_a.json create mode 100644 assets/minecraft/models/item/wynn/weapon/archer/bow_thunder_b.json create mode 100644 assets/minecraft/models/item/wynn/weapon/archer/bow_thunder_c.json create mode 100644 assets/minecraft/models/item/wynn/weapon/archer/bow_water_a.json create mode 100644 assets/minecraft/models/item/wynn/weapon/archer/bow_water_b.json create mode 100644 assets/minecraft/models/item/wynn/weapon/archer/bow_water_c.json create mode 100644 assets/minecraft/models/item/wynn/weapon/assassin/dagger_air_a.json create mode 100644 assets/minecraft/models/item/wynn/weapon/assassin/dagger_air_b.json create mode 100644 assets/minecraft/models/item/wynn/weapon/assassin/dagger_air_c.json create mode 100644 assets/minecraft/models/item/wynn/weapon/assassin/dagger_basic_gold.json create mode 100644 assets/minecraft/models/item/wynn/weapon/assassin/dagger_basic_wood.json create mode 100644 assets/minecraft/models/item/wynn/weapon/assassin/dagger_earth_a.json create mode 100644 assets/minecraft/models/item/wynn/weapon/assassin/dagger_earth_b.json create mode 100644 assets/minecraft/models/item/wynn/weapon/assassin/dagger_earth_c.json create mode 100644 assets/minecraft/models/item/wynn/weapon/assassin/dagger_fire_a.json create mode 100644 assets/minecraft/models/item/wynn/weapon/assassin/dagger_fire_b.json create mode 100644 assets/minecraft/models/item/wynn/weapon/assassin/dagger_fire_c.json create mode 100644 assets/minecraft/models/item/wynn/weapon/assassin/dagger_multi_a.json create mode 100644 assets/minecraft/models/item/wynn/weapon/assassin/dagger_multi_b.json create mode 100644 assets/minecraft/models/item/wynn/weapon/assassin/dagger_multi_c.json create mode 100644 assets/minecraft/models/item/wynn/weapon/assassin/dagger_thunder_a.json create mode 100644 assets/minecraft/models/item/wynn/weapon/assassin/dagger_thunder_b.json create mode 100644 assets/minecraft/models/item/wynn/weapon/assassin/dagger_thunder_c.json create mode 100644 assets/minecraft/models/item/wynn/weapon/assassin/dagger_water_a.json create mode 100644 assets/minecraft/models/item/wynn/weapon/assassin/dagger_water_b.json create mode 100644 assets/minecraft/models/item/wynn/weapon/assassin/dagger_water_c.json create mode 100644 assets/minecraft/models/item/wynn/weapon/mage/wand_air_a.json create mode 100644 assets/minecraft/models/item/wynn/weapon/mage/wand_air_b.json create mode 100644 assets/minecraft/models/item/wynn/weapon/mage/wand_air_c.json create mode 100644 assets/minecraft/models/item/wynn/weapon/mage/wand_basic_diamond.json create mode 100644 assets/minecraft/models/item/wynn/weapon/mage/wand_basic_gold.json create mode 100644 assets/minecraft/models/item/wynn/weapon/mage/wand_basic_wood.json create mode 100644 assets/minecraft/models/item/wynn/weapon/mage/wand_earth_a.json create mode 100644 assets/minecraft/models/item/wynn/weapon/mage/wand_earth_b.json create mode 100644 assets/minecraft/models/item/wynn/weapon/mage/wand_earth_c.json create mode 100644 assets/minecraft/models/item/wynn/weapon/mage/wand_fire_a.json create mode 100644 assets/minecraft/models/item/wynn/weapon/mage/wand_fire_b.json create mode 100644 assets/minecraft/models/item/wynn/weapon/mage/wand_fire_c.json create mode 100644 assets/minecraft/models/item/wynn/weapon/mage/wand_multi_a.json create mode 100644 assets/minecraft/models/item/wynn/weapon/mage/wand_multi_b.json create mode 100644 assets/minecraft/models/item/wynn/weapon/mage/wand_multi_c.json create mode 100644 assets/minecraft/models/item/wynn/weapon/mage/wand_thunder_a.json create mode 100644 assets/minecraft/models/item/wynn/weapon/mage/wand_thunder_b.json create mode 100644 assets/minecraft/models/item/wynn/weapon/mage/wand_thunder_c.json create mode 100644 assets/minecraft/models/item/wynn/weapon/mage/wand_water_a.json create mode 100644 assets/minecraft/models/item/wynn/weapon/mage/wand_water_b.json create mode 100644 assets/minecraft/models/item/wynn/weapon/mage/wand_water_c.json create mode 100644 assets/minecraft/models/item/wynn/weapon/shaman/relik_air_a.json create mode 100644 assets/minecraft/models/item/wynn/weapon/shaman/relik_air_b.json create mode 100644 assets/minecraft/models/item/wynn/weapon/shaman/relik_air_c.json create mode 100644 assets/minecraft/models/item/wynn/weapon/shaman/relik_basic_gold.json create mode 100644 assets/minecraft/models/item/wynn/weapon/shaman/relik_basic_wooden.json create mode 100644 assets/minecraft/models/item/wynn/weapon/shaman/relik_earth_a.json create mode 100644 assets/minecraft/models/item/wynn/weapon/shaman/relik_earth_b.json create mode 100644 assets/minecraft/models/item/wynn/weapon/shaman/relik_earth_c.json create mode 100644 assets/minecraft/models/item/wynn/weapon/shaman/relik_fire_a.json create mode 100644 assets/minecraft/models/item/wynn/weapon/shaman/relik_fire_b.json create mode 100644 assets/minecraft/models/item/wynn/weapon/shaman/relik_fire_c.json create mode 100644 assets/minecraft/models/item/wynn/weapon/shaman/relik_multi_a.json create mode 100644 assets/minecraft/models/item/wynn/weapon/shaman/relik_multi_b.json create mode 100644 assets/minecraft/models/item/wynn/weapon/shaman/relik_multi_c.json create mode 100644 assets/minecraft/models/item/wynn/weapon/shaman/relik_thunder_a.json create mode 100644 assets/minecraft/models/item/wynn/weapon/shaman/relik_thunder_b.json create mode 100644 assets/minecraft/models/item/wynn/weapon/shaman/relik_thunder_c.json create mode 100644 assets/minecraft/models/item/wynn/weapon/shaman/relik_water_a.json create mode 100644 assets/minecraft/models/item/wynn/weapon/shaman/relik_water_b.json create mode 100644 assets/minecraft/models/item/wynn/weapon/shaman/relik_water_c.json create mode 100644 assets/minecraft/models/item/wynn/weapon/warrior/spear_air_a.json create mode 100644 assets/minecraft/models/item/wynn/weapon/warrior/spear_air_b.json create mode 100644 assets/minecraft/models/item/wynn/weapon/warrior/spear_air_c.json create mode 100644 assets/minecraft/models/item/wynn/weapon/warrior/spear_basic_gold.json create mode 100644 assets/minecraft/models/item/wynn/weapon/warrior/spear_basic_wood.json create mode 100644 assets/minecraft/models/item/wynn/weapon/warrior/spear_earth_a.json create mode 100644 assets/minecraft/models/item/wynn/weapon/warrior/spear_earth_b.json create mode 100644 assets/minecraft/models/item/wynn/weapon/warrior/spear_earth_c.json create mode 100644 assets/minecraft/models/item/wynn/weapon/warrior/spear_fire_a.json create mode 100644 assets/minecraft/models/item/wynn/weapon/warrior/spear_fire_b.json create mode 100644 assets/minecraft/models/item/wynn/weapon/warrior/spear_fire_c.json create mode 100644 assets/minecraft/models/item/wynn/weapon/warrior/spear_multi_a.json create mode 100644 assets/minecraft/models/item/wynn/weapon/warrior/spear_multi_b.json create mode 100644 assets/minecraft/models/item/wynn/weapon/warrior/spear_multi_c.json create mode 100644 assets/minecraft/models/item/wynn/weapon/warrior/spear_thunder_a.json create mode 100644 assets/minecraft/models/item/wynn/weapon/warrior/spear_thunder_b.json create mode 100644 assets/minecraft/models/item/wynn/weapon/warrior/spear_thunder_c.json create mode 100644 assets/minecraft/models/item/wynn/weapon/warrior/spear_water_a.json create mode 100644 assets/minecraft/models/item/wynn/weapon/warrior/spear_water_b.json create mode 100644 assets/minecraft/models/item/wynn/weapon/warrior/spear_water_c.json create mode 100644 assets/minecraft/models/item/yellow_dye.json create mode 100644 assets/minecraft/models/w1.json create mode 100644 assets/minecraft/models/w10.json create mode 100644 assets/minecraft/models/w100.json create mode 100644 assets/minecraft/models/w1000.json create mode 100644 assets/minecraft/models/w1001.json create mode 100644 assets/minecraft/models/w1002.json create mode 100644 assets/minecraft/models/w1003.json create mode 100644 assets/minecraft/models/w1004.json create mode 100644 assets/minecraft/models/w1005.json create mode 100644 assets/minecraft/models/w1006.json create mode 100644 assets/minecraft/models/w1007.json create mode 100644 assets/minecraft/models/w1008.json create mode 100644 assets/minecraft/models/w1009.json create mode 100644 assets/minecraft/models/w101.json create mode 100644 assets/minecraft/models/w1010.json create mode 100644 assets/minecraft/models/w1011.json create mode 100644 assets/minecraft/models/w1012.json create mode 100644 assets/minecraft/models/w1013.json create mode 100644 assets/minecraft/models/w1014.json create mode 100644 assets/minecraft/models/w1015.json create mode 100644 assets/minecraft/models/w1016.json create mode 100644 assets/minecraft/models/w1017.json create mode 100644 assets/minecraft/models/w1018.json create mode 100644 assets/minecraft/models/w1019.json create mode 100644 assets/minecraft/models/w102.json create mode 100644 assets/minecraft/models/w1020.json create mode 100644 assets/minecraft/models/w1021.json create mode 100644 assets/minecraft/models/w1022.json create mode 100644 assets/minecraft/models/w1023.json create mode 100644 assets/minecraft/models/w1024.json create mode 100644 assets/minecraft/models/w1025.json create mode 100644 assets/minecraft/models/w1026.json create mode 100644 assets/minecraft/models/w1027.json create mode 100644 assets/minecraft/models/w1028.json create mode 100644 assets/minecraft/models/w1029.json create mode 100644 assets/minecraft/models/w103.json create mode 100644 assets/minecraft/models/w1030.json create mode 100644 assets/minecraft/models/w1031.json create mode 100644 assets/minecraft/models/w1032.json create mode 100644 assets/minecraft/models/w1033.json create mode 100644 assets/minecraft/models/w1034.json create mode 100644 assets/minecraft/models/w1035.json create mode 100644 assets/minecraft/models/w1036.json create mode 100644 assets/minecraft/models/w1037.json create mode 100644 assets/minecraft/models/w1038.json create mode 100644 assets/minecraft/models/w1039.json create mode 100644 assets/minecraft/models/w104.json create mode 100644 assets/minecraft/models/w1040.json create mode 100644 assets/minecraft/models/w1041.json create mode 100644 assets/minecraft/models/w1042.json create mode 100644 assets/minecraft/models/w1043.json create mode 100644 assets/minecraft/models/w1044.json create mode 100644 assets/minecraft/models/w1045.json create mode 100644 assets/minecraft/models/w1046.json create mode 100644 assets/minecraft/models/w1047.json create mode 100644 assets/minecraft/models/w1048.json create mode 100644 assets/minecraft/models/w1049.json create mode 100644 assets/minecraft/models/w105.json create mode 100644 assets/minecraft/models/w1050.json create mode 100644 assets/minecraft/models/w1051.json create mode 100644 assets/minecraft/models/w1052.json create mode 100644 assets/minecraft/models/w1053.json create mode 100644 assets/minecraft/models/w1054.json create mode 100644 assets/minecraft/models/w1055.json create mode 100644 assets/minecraft/models/w1056.json create mode 100644 assets/minecraft/models/w1057.json create mode 100644 assets/minecraft/models/w1058.json create mode 100644 assets/minecraft/models/w1059.json create mode 100644 assets/minecraft/models/w106.json create mode 100644 assets/minecraft/models/w1060.json create mode 100644 assets/minecraft/models/w1061.json create mode 100644 assets/minecraft/models/w1062.json create mode 100644 assets/minecraft/models/w1063.json create mode 100644 assets/minecraft/models/w1064.json create mode 100644 assets/minecraft/models/w1065.json create mode 100644 assets/minecraft/models/w1066.json create mode 100644 assets/minecraft/models/w1067.json create mode 100644 assets/minecraft/models/w1068.json create mode 100644 assets/minecraft/models/w1069.json create mode 100644 assets/minecraft/models/w107.json create mode 100644 assets/minecraft/models/w1070.json create mode 100644 assets/minecraft/models/w1071.json create mode 100644 assets/minecraft/models/w1072.json create mode 100644 assets/minecraft/models/w1073.json create mode 100644 assets/minecraft/models/w1074.json create mode 100644 assets/minecraft/models/w1075.json create mode 100644 assets/minecraft/models/w1076.json create mode 100644 assets/minecraft/models/w1077.json create mode 100644 assets/minecraft/models/w1078.json create mode 100644 assets/minecraft/models/w1079.json create mode 100644 assets/minecraft/models/w108.json create mode 100644 assets/minecraft/models/w1080.json create mode 100644 assets/minecraft/models/w1081.json create mode 100644 assets/minecraft/models/w1082.json create mode 100644 assets/minecraft/models/w1083.json create mode 100644 assets/minecraft/models/w1084.json create mode 100644 assets/minecraft/models/w1085.json create mode 100644 assets/minecraft/models/w1086.json create mode 100644 assets/minecraft/models/w1087.json create mode 100644 assets/minecraft/models/w1088.json create mode 100644 assets/minecraft/models/w1089.json create mode 100644 assets/minecraft/models/w109.json create mode 100644 assets/minecraft/models/w1090.json create mode 100644 assets/minecraft/models/w1091.json create mode 100644 assets/minecraft/models/w1092.json create mode 100644 assets/minecraft/models/w1093.json create mode 100644 assets/minecraft/models/w1094.json create mode 100644 assets/minecraft/models/w1095.json create mode 100644 assets/minecraft/models/w1096.json create mode 100644 assets/minecraft/models/w1097.json create mode 100644 assets/minecraft/models/w1098.json create mode 100644 assets/minecraft/models/w1099.json create mode 100644 assets/minecraft/models/w11.json create mode 100644 assets/minecraft/models/w110.json create mode 100644 assets/minecraft/models/w1100.json create mode 100644 assets/minecraft/models/w1101.json create mode 100644 assets/minecraft/models/w1102.json create mode 100644 assets/minecraft/models/w1103.json create mode 100644 assets/minecraft/models/w1104.json create mode 100644 assets/minecraft/models/w1105.json create mode 100644 assets/minecraft/models/w1106.json create mode 100644 assets/minecraft/models/w1107.json create mode 100644 assets/minecraft/models/w1108.json create mode 100644 assets/minecraft/models/w1109.json create mode 100644 assets/minecraft/models/w111.json create mode 100644 assets/minecraft/models/w1110.json create mode 100644 assets/minecraft/models/w1111.json create mode 100644 assets/minecraft/models/w1112.json create mode 100644 assets/minecraft/models/w1113.json create mode 100644 assets/minecraft/models/w1114.json create mode 100644 assets/minecraft/models/w1115.json create mode 100644 assets/minecraft/models/w1116.json create mode 100644 assets/minecraft/models/w1117.json create mode 100644 assets/minecraft/models/w1118.json create mode 100644 assets/minecraft/models/w1119.json create mode 100644 assets/minecraft/models/w112.json create mode 100644 assets/minecraft/models/w1120.json create mode 100644 assets/minecraft/models/w1121.json create mode 100644 assets/minecraft/models/w1122.json create mode 100644 assets/minecraft/models/w1123.json create mode 100644 assets/minecraft/models/w1124.json create mode 100644 assets/minecraft/models/w1125.json create mode 100644 assets/minecraft/models/w1126.json create mode 100644 assets/minecraft/models/w1127.json create mode 100644 assets/minecraft/models/w1128.json create mode 100644 assets/minecraft/models/w1129.json create mode 100644 assets/minecraft/models/w113.json create mode 100644 assets/minecraft/models/w1130.json create mode 100644 assets/minecraft/models/w1131.json create mode 100644 assets/minecraft/models/w1132.json create mode 100644 assets/minecraft/models/w1133.json create mode 100644 assets/minecraft/models/w1134.json create mode 100644 assets/minecraft/models/w1135.json create mode 100644 assets/minecraft/models/w1136.json create mode 100644 assets/minecraft/models/w1137.json create mode 100644 assets/minecraft/models/w1138.json create mode 100644 assets/minecraft/models/w1139.json create mode 100644 assets/minecraft/models/w114.json create mode 100644 assets/minecraft/models/w1140.json create mode 100644 assets/minecraft/models/w1141.json create mode 100644 assets/minecraft/models/w1142.json create mode 100644 assets/minecraft/models/w1143.json create mode 100644 assets/minecraft/models/w1144.json create mode 100644 assets/minecraft/models/w1145.json create mode 100644 assets/minecraft/models/w1146.json create mode 100644 assets/minecraft/models/w1147.json create mode 100644 assets/minecraft/models/w1148.json create mode 100644 assets/minecraft/models/w1149.json create mode 100644 assets/minecraft/models/w115.json create mode 100644 assets/minecraft/models/w1150.json create mode 100644 assets/minecraft/models/w1151.json create mode 100644 assets/minecraft/models/w1152.json create mode 100644 assets/minecraft/models/w1153.json create mode 100644 assets/minecraft/models/w1154.json create mode 100644 assets/minecraft/models/w1155.json create mode 100644 assets/minecraft/models/w1156.json create mode 100644 assets/minecraft/models/w1157.json create mode 100644 assets/minecraft/models/w1158.json create mode 100644 assets/minecraft/models/w1159.json create mode 100644 assets/minecraft/models/w116.json create mode 100644 assets/minecraft/models/w1160.json create mode 100644 assets/minecraft/models/w1161.json create mode 100644 assets/minecraft/models/w1162.json create mode 100644 assets/minecraft/models/w1163.json create mode 100644 assets/minecraft/models/w1164.json create mode 100644 assets/minecraft/models/w1165.json create mode 100644 assets/minecraft/models/w1166.json create mode 100644 assets/minecraft/models/w1167.json create mode 100644 assets/minecraft/models/w1168.json create mode 100644 assets/minecraft/models/w1169.json create mode 100644 assets/minecraft/models/w117.json create mode 100644 assets/minecraft/models/w1170.json create mode 100644 assets/minecraft/models/w1171.json create mode 100644 assets/minecraft/models/w1172.json create mode 100644 assets/minecraft/models/w1173.json create mode 100644 assets/minecraft/models/w1174.json create mode 100644 assets/minecraft/models/w1175.json create mode 100644 assets/minecraft/models/w1176.json create mode 100644 assets/minecraft/models/w1177.json create mode 100644 assets/minecraft/models/w1178.json create mode 100644 assets/minecraft/models/w1179.json create mode 100644 assets/minecraft/models/w118.json create mode 100644 assets/minecraft/models/w1180.json create mode 100644 assets/minecraft/models/w1181.json create mode 100644 assets/minecraft/models/w1182.json create mode 100644 assets/minecraft/models/w1183.json create mode 100644 assets/minecraft/models/w1184.json create mode 100644 assets/minecraft/models/w1185.json create mode 100644 assets/minecraft/models/w1186.json create mode 100644 assets/minecraft/models/w1187.json create mode 100644 assets/minecraft/models/w1188.json create mode 100644 assets/minecraft/models/w1189.json create mode 100644 assets/minecraft/models/w119.json create mode 100644 assets/minecraft/models/w1190.json create mode 100644 assets/minecraft/models/w1191.json create mode 100644 assets/minecraft/models/w1192.json create mode 100644 assets/minecraft/models/w1193.json create mode 100644 assets/minecraft/models/w1194.json create mode 100644 assets/minecraft/models/w1195.json create mode 100644 assets/minecraft/models/w1196.json create mode 100644 assets/minecraft/models/w1197.json create mode 100644 assets/minecraft/models/w1198.json create mode 100644 assets/minecraft/models/w1199.json create mode 100644 assets/minecraft/models/w12.json create mode 100644 assets/minecraft/models/w120.json create mode 100644 assets/minecraft/models/w1200.json create mode 100644 assets/minecraft/models/w1201.json create mode 100644 assets/minecraft/models/w1202.json create mode 100644 assets/minecraft/models/w1203.json create mode 100644 assets/minecraft/models/w1204.json create mode 100644 assets/minecraft/models/w1205.json create mode 100644 assets/minecraft/models/w1206.json create mode 100644 assets/minecraft/models/w1207.json create mode 100644 assets/minecraft/models/w1208.json create mode 100644 assets/minecraft/models/w1209.json create mode 100644 assets/minecraft/models/w121.json create mode 100644 assets/minecraft/models/w1210.json create mode 100644 assets/minecraft/models/w1211.json create mode 100644 assets/minecraft/models/w1212.json create mode 100644 assets/minecraft/models/w1213.json create mode 100644 assets/minecraft/models/w1214.json create mode 100644 assets/minecraft/models/w1215.json create mode 100644 assets/minecraft/models/w1216.json create mode 100644 assets/minecraft/models/w1217.json create mode 100644 assets/minecraft/models/w1218.json create mode 100644 assets/minecraft/models/w1219.json create mode 100644 assets/minecraft/models/w122.json create mode 100644 assets/minecraft/models/w1220.json create mode 100644 assets/minecraft/models/w1221.json create mode 100644 assets/minecraft/models/w1222.json create mode 100644 assets/minecraft/models/w1223.json create mode 100644 assets/minecraft/models/w1224.json create mode 100644 assets/minecraft/models/w1225.json create mode 100644 assets/minecraft/models/w1226.json create mode 100644 assets/minecraft/models/w1227.json create mode 100644 assets/minecraft/models/w1228.json create mode 100644 assets/minecraft/models/w1229.json create mode 100644 assets/minecraft/models/w123.json create mode 100644 assets/minecraft/models/w1230.json create mode 100644 assets/minecraft/models/w1231.json create mode 100644 assets/minecraft/models/w1232.json create mode 100644 assets/minecraft/models/w1233.json create mode 100644 assets/minecraft/models/w1234.json create mode 100644 assets/minecraft/models/w1235.json create mode 100644 assets/minecraft/models/w1236.json create mode 100644 assets/minecraft/models/w1237.json create mode 100644 assets/minecraft/models/w1238.json create mode 100644 assets/minecraft/models/w1239.json create mode 100644 assets/minecraft/models/w124.json create mode 100644 assets/minecraft/models/w1240.json create mode 100644 assets/minecraft/models/w1241.json create mode 100644 assets/minecraft/models/w1242.json create mode 100644 assets/minecraft/models/w1243.json create mode 100644 assets/minecraft/models/w1244.json create mode 100644 assets/minecraft/models/w1245.json create mode 100644 assets/minecraft/models/w1246.json create mode 100644 assets/minecraft/models/w1247.json create mode 100644 assets/minecraft/models/w1248.json create mode 100644 assets/minecraft/models/w1249.json create mode 100644 assets/minecraft/models/w125.json create mode 100644 assets/minecraft/models/w1250.json create mode 100644 assets/minecraft/models/w1251.json create mode 100644 assets/minecraft/models/w1252.json create mode 100644 assets/minecraft/models/w1253.json create mode 100644 assets/minecraft/models/w1254.json create mode 100644 assets/minecraft/models/w1255.json create mode 100644 assets/minecraft/models/w1256.json create mode 100644 assets/minecraft/models/w1257.json create mode 100644 assets/minecraft/models/w1258.json create mode 100644 assets/minecraft/models/w1259.json create mode 100644 assets/minecraft/models/w126.json create mode 100644 assets/minecraft/models/w1260.json create mode 100644 assets/minecraft/models/w1261.json create mode 100644 assets/minecraft/models/w1262.json create mode 100644 assets/minecraft/models/w1263.json create mode 100644 assets/minecraft/models/w1264.json create mode 100644 assets/minecraft/models/w1265.json create mode 100644 assets/minecraft/models/w1266.json create mode 100644 assets/minecraft/models/w1267.json create mode 100644 assets/minecraft/models/w1268.json create mode 100644 assets/minecraft/models/w1269.json create mode 100644 assets/minecraft/models/w127.json create mode 100644 assets/minecraft/models/w1270.json create mode 100644 assets/minecraft/models/w1271.json create mode 100644 assets/minecraft/models/w1272.json create mode 100644 assets/minecraft/models/w1273.json create mode 100644 assets/minecraft/models/w1274.json create mode 100644 assets/minecraft/models/w1275.json create mode 100644 assets/minecraft/models/w1276.json create mode 100644 assets/minecraft/models/w1277.json create mode 100644 assets/minecraft/models/w1278.json create mode 100644 assets/minecraft/models/w1279.json create mode 100644 assets/minecraft/models/w128.json create mode 100644 assets/minecraft/models/w1280.json create mode 100644 assets/minecraft/models/w1281.json create mode 100644 assets/minecraft/models/w1282.json create mode 100644 assets/minecraft/models/w1283.json create mode 100644 assets/minecraft/models/w1284.json create mode 100644 assets/minecraft/models/w1285.json create mode 100644 assets/minecraft/models/w1286.json create mode 100644 assets/minecraft/models/w1287.json create mode 100644 assets/minecraft/models/w1288.json create mode 100644 assets/minecraft/models/w1289.json create mode 100644 assets/minecraft/models/w129.json create mode 100644 assets/minecraft/models/w1290.json create mode 100644 assets/minecraft/models/w1291.json create mode 100644 assets/minecraft/models/w1292.json create mode 100644 assets/minecraft/models/w1293.json create mode 100644 assets/minecraft/models/w1294.json create mode 100644 assets/minecraft/models/w1295.json create mode 100644 assets/minecraft/models/w1296.json create mode 100644 assets/minecraft/models/w1297.json create mode 100644 assets/minecraft/models/w1298.json create mode 100644 assets/minecraft/models/w1299.json create mode 100644 assets/minecraft/models/w13.json create mode 100644 assets/minecraft/models/w130.json create mode 100644 assets/minecraft/models/w1300.json create mode 100644 assets/minecraft/models/w1301.json create mode 100644 assets/minecraft/models/w1302.json create mode 100644 assets/minecraft/models/w1303.json create mode 100644 assets/minecraft/models/w1304.json create mode 100644 assets/minecraft/models/w1305.json create mode 100644 assets/minecraft/models/w1306.json create mode 100644 assets/minecraft/models/w1307.json create mode 100644 assets/minecraft/models/w1308.json create mode 100644 assets/minecraft/models/w1309.json create mode 100644 assets/minecraft/models/w131.json create mode 100644 assets/minecraft/models/w1310.json create mode 100644 assets/minecraft/models/w1311.json create mode 100644 assets/minecraft/models/w1312.json create mode 100644 assets/minecraft/models/w1313.json create mode 100644 assets/minecraft/models/w1314.json create mode 100644 assets/minecraft/models/w1315.json create mode 100644 assets/minecraft/models/w1316.json create mode 100644 assets/minecraft/models/w1317.json create mode 100644 assets/minecraft/models/w1318.json create mode 100644 assets/minecraft/models/w1319.json create mode 100644 assets/minecraft/models/w132.json create mode 100644 assets/minecraft/models/w1320.json create mode 100644 assets/minecraft/models/w1321.json create mode 100644 assets/minecraft/models/w1322.json create mode 100644 assets/minecraft/models/w1323.json create mode 100644 assets/minecraft/models/w1324.json create mode 100644 assets/minecraft/models/w1325.json create mode 100644 assets/minecraft/models/w1326.json create mode 100644 assets/minecraft/models/w1327.json create mode 100644 assets/minecraft/models/w1328.json create mode 100644 assets/minecraft/models/w1329.json create mode 100644 assets/minecraft/models/w133.json create mode 100644 assets/minecraft/models/w1330.json create mode 100644 assets/minecraft/models/w1331.json create mode 100644 assets/minecraft/models/w1332.json create mode 100644 assets/minecraft/models/w1333.json create mode 100644 assets/minecraft/models/w1334.json create mode 100644 assets/minecraft/models/w1335.json create mode 100644 assets/minecraft/models/w1336.json create mode 100644 assets/minecraft/models/w1337.json create mode 100644 assets/minecraft/models/w1338.json create mode 100644 assets/minecraft/models/w1339.json create mode 100644 assets/minecraft/models/w134.json create mode 100644 assets/minecraft/models/w1340.json create mode 100644 assets/minecraft/models/w1341.json create mode 100644 assets/minecraft/models/w1342.json create mode 100644 assets/minecraft/models/w1343.json create mode 100644 assets/minecraft/models/w1344.json create mode 100644 assets/minecraft/models/w1345.json create mode 100644 assets/minecraft/models/w1346.json create mode 100644 assets/minecraft/models/w1347.json create mode 100644 assets/minecraft/models/w1348.json create mode 100644 assets/minecraft/models/w1349.json create mode 100644 assets/minecraft/models/w135.json create mode 100644 assets/minecraft/models/w1350.json create mode 100644 assets/minecraft/models/w1351.json create mode 100644 assets/minecraft/models/w1352.json create mode 100644 assets/minecraft/models/w1353.json create mode 100644 assets/minecraft/models/w1354.json create mode 100644 assets/minecraft/models/w1355.json create mode 100644 assets/minecraft/models/w1356.json create mode 100644 assets/minecraft/models/w1357.json create mode 100644 assets/minecraft/models/w1358.json create mode 100644 assets/minecraft/models/w1359.json create mode 100644 assets/minecraft/models/w136.json create mode 100644 assets/minecraft/models/w1360.json create mode 100644 assets/minecraft/models/w1361.json create mode 100644 assets/minecraft/models/w1362.json create mode 100644 assets/minecraft/models/w1363.json create mode 100644 assets/minecraft/models/w1364.json create mode 100644 assets/minecraft/models/w1365.json create mode 100644 assets/minecraft/models/w1366.json create mode 100644 assets/minecraft/models/w1367.json create mode 100644 assets/minecraft/models/w1368.json create mode 100644 assets/minecraft/models/w1369.json create mode 100644 assets/minecraft/models/w137.json create mode 100644 assets/minecraft/models/w1370.json create mode 100644 assets/minecraft/models/w1371.json create mode 100644 assets/minecraft/models/w1372.json create mode 100644 assets/minecraft/models/w1373.json create mode 100644 assets/minecraft/models/w1374.json create mode 100644 assets/minecraft/models/w1375.json create mode 100644 assets/minecraft/models/w1376.json create mode 100644 assets/minecraft/models/w1377.json create mode 100644 assets/minecraft/models/w1378.json create mode 100644 assets/minecraft/models/w1379.json create mode 100644 assets/minecraft/models/w138.json create mode 100644 assets/minecraft/models/w1380.json create mode 100644 assets/minecraft/models/w1381.json create mode 100644 assets/minecraft/models/w1382.json create mode 100644 assets/minecraft/models/w1383.json create mode 100644 assets/minecraft/models/w1384.json create mode 100644 assets/minecraft/models/w1385.json create mode 100644 assets/minecraft/models/w1386.json create mode 100644 assets/minecraft/models/w1387.json create mode 100644 assets/minecraft/models/w1388.json create mode 100644 assets/minecraft/models/w1389.json create mode 100644 assets/minecraft/models/w139.json create mode 100644 assets/minecraft/models/w1390.json create mode 100644 assets/minecraft/models/w1391.json create mode 100644 assets/minecraft/models/w1392.json create mode 100644 assets/minecraft/models/w1393.json create mode 100644 assets/minecraft/models/w1394.json create mode 100644 assets/minecraft/models/w1395.json create mode 100644 assets/minecraft/models/w1396.json create mode 100644 assets/minecraft/models/w1397.json create mode 100644 assets/minecraft/models/w1398.json create mode 100644 assets/minecraft/models/w1399.json create mode 100644 assets/minecraft/models/w14.json create mode 100644 assets/minecraft/models/w140.json create mode 100644 assets/minecraft/models/w1400.json create mode 100644 assets/minecraft/models/w1401.json create mode 100644 assets/minecraft/models/w1402.json create mode 100644 assets/minecraft/models/w1403.json create mode 100644 assets/minecraft/models/w1404.json create mode 100644 assets/minecraft/models/w1405.json create mode 100644 assets/minecraft/models/w1406.json create mode 100644 assets/minecraft/models/w1407.json create mode 100644 assets/minecraft/models/w1408.json create mode 100644 assets/minecraft/models/w1409.json create mode 100644 assets/minecraft/models/w141.json create mode 100644 assets/minecraft/models/w1410.json create mode 100644 assets/minecraft/models/w1411.json create mode 100644 assets/minecraft/models/w1412.json create mode 100644 assets/minecraft/models/w1413.json create mode 100644 assets/minecraft/models/w1414.json create mode 100644 assets/minecraft/models/w1415.json create mode 100644 assets/minecraft/models/w1416.json create mode 100644 assets/minecraft/models/w1417.json create mode 100644 assets/minecraft/models/w1418.json create mode 100644 assets/minecraft/models/w1419.json create mode 100644 assets/minecraft/models/w142.json create mode 100644 assets/minecraft/models/w1420.json create mode 100644 assets/minecraft/models/w1421.json create mode 100644 assets/minecraft/models/w1422.json create mode 100644 assets/minecraft/models/w1423.json create mode 100644 assets/minecraft/models/w1424.json create mode 100644 assets/minecraft/models/w1425.json create mode 100644 assets/minecraft/models/w1426.json create mode 100644 assets/minecraft/models/w1427.json create mode 100644 assets/minecraft/models/w1428.json create mode 100644 assets/minecraft/models/w1429.json create mode 100644 assets/minecraft/models/w143.json create mode 100644 assets/minecraft/models/w1430.json create mode 100644 assets/minecraft/models/w1431.json create mode 100644 assets/minecraft/models/w1432.json create mode 100644 assets/minecraft/models/w1433.json create mode 100644 assets/minecraft/models/w1434.json create mode 100644 assets/minecraft/models/w1435.json create mode 100644 assets/minecraft/models/w1436.json create mode 100644 assets/minecraft/models/w1437.json create mode 100644 assets/minecraft/models/w1438.json create mode 100644 assets/minecraft/models/w1439.json create mode 100644 assets/minecraft/models/w144.json create mode 100644 assets/minecraft/models/w1440.json create mode 100644 assets/minecraft/models/w1441.json create mode 100644 assets/minecraft/models/w1442.json create mode 100644 assets/minecraft/models/w1443.json create mode 100644 assets/minecraft/models/w1444.json create mode 100644 assets/minecraft/models/w1445.json create mode 100644 assets/minecraft/models/w1446.json create mode 100644 assets/minecraft/models/w1447.json create mode 100644 assets/minecraft/models/w1448.json create mode 100644 assets/minecraft/models/w1449.json create mode 100644 assets/minecraft/models/w145.json create mode 100644 assets/minecraft/models/w1450.json create mode 100644 assets/minecraft/models/w1451.json create mode 100644 assets/minecraft/models/w1452.json create mode 100644 assets/minecraft/models/w1453.json create mode 100644 assets/minecraft/models/w1454.json create mode 100644 assets/minecraft/models/w1455.json create mode 100644 assets/minecraft/models/w1456.json create mode 100644 assets/minecraft/models/w1457.json create mode 100644 assets/minecraft/models/w1458.json create mode 100644 assets/minecraft/models/w1459.json create mode 100644 assets/minecraft/models/w146.json create mode 100644 assets/minecraft/models/w1460.json create mode 100644 assets/minecraft/models/w1461.json create mode 100644 assets/minecraft/models/w1462.json create mode 100644 assets/minecraft/models/w1463.json create mode 100644 assets/minecraft/models/w1464.json create mode 100644 assets/minecraft/models/w1465.json create mode 100644 assets/minecraft/models/w1466.json create mode 100644 assets/minecraft/models/w1467.json create mode 100644 assets/minecraft/models/w1468.json create mode 100644 assets/minecraft/models/w1469.json create mode 100644 assets/minecraft/models/w147.json create mode 100644 assets/minecraft/models/w1470.json create mode 100644 assets/minecraft/models/w1471.json create mode 100644 assets/minecraft/models/w1472.json create mode 100644 assets/minecraft/models/w1473.json create mode 100644 assets/minecraft/models/w1474.json create mode 100644 assets/minecraft/models/w1475.json create mode 100644 assets/minecraft/models/w1476.json create mode 100644 assets/minecraft/models/w1477.json create mode 100644 assets/minecraft/models/w1478.json create mode 100644 assets/minecraft/models/w1479.json create mode 100644 assets/minecraft/models/w148.json create mode 100644 assets/minecraft/models/w1480.json create mode 100644 assets/minecraft/models/w1481.json create mode 100644 assets/minecraft/models/w1482.json create mode 100644 assets/minecraft/models/w1483.json create mode 100644 assets/minecraft/models/w1484.json create mode 100644 assets/minecraft/models/w1485.json create mode 100644 assets/minecraft/models/w1486.json create mode 100644 assets/minecraft/models/w1487.json create mode 100644 assets/minecraft/models/w1488.json create mode 100644 assets/minecraft/models/w1489.json create mode 100644 assets/minecraft/models/w149.json create mode 100644 assets/minecraft/models/w1490.json create mode 100644 assets/minecraft/models/w1491.json create mode 100644 assets/minecraft/models/w1492.json create mode 100644 assets/minecraft/models/w1493.json create mode 100644 assets/minecraft/models/w1494.json create mode 100644 assets/minecraft/models/w1495.json create mode 100644 assets/minecraft/models/w1496.json create mode 100644 assets/minecraft/models/w1497.json create mode 100644 assets/minecraft/models/w1498.json create mode 100644 assets/minecraft/models/w1499.json create mode 100644 assets/minecraft/models/w15.json create mode 100644 assets/minecraft/models/w150.json create mode 100644 assets/minecraft/models/w1500.json create mode 100644 assets/minecraft/models/w1501.json create mode 100644 assets/minecraft/models/w1502.json create mode 100644 assets/minecraft/models/w1503.json create mode 100644 assets/minecraft/models/w1504.json create mode 100644 assets/minecraft/models/w1505.json create mode 100644 assets/minecraft/models/w1506.json create mode 100644 assets/minecraft/models/w1507.json create mode 100644 assets/minecraft/models/w1508.json create mode 100644 assets/minecraft/models/w1509.json create mode 100644 assets/minecraft/models/w151.json create mode 100644 assets/minecraft/models/w1510.json create mode 100644 assets/minecraft/models/w1511.json create mode 100644 assets/minecraft/models/w1512.json create mode 100644 assets/minecraft/models/w1513.json create mode 100644 assets/minecraft/models/w1514.json create mode 100644 assets/minecraft/models/w1515.json create mode 100644 assets/minecraft/models/w1516.json create mode 100644 assets/minecraft/models/w1517.json create mode 100644 assets/minecraft/models/w1518.json create mode 100644 assets/minecraft/models/w1519.json create mode 100644 assets/minecraft/models/w152.json create mode 100644 assets/minecraft/models/w1520.json create mode 100644 assets/minecraft/models/w1521.json create mode 100644 assets/minecraft/models/w1522.json create mode 100644 assets/minecraft/models/w1523.json create mode 100644 assets/minecraft/models/w1524.json create mode 100644 assets/minecraft/models/w1525.json create mode 100644 assets/minecraft/models/w1526.json create mode 100644 assets/minecraft/models/w1527.json create mode 100644 assets/minecraft/models/w1528.json create mode 100644 assets/minecraft/models/w1529.json create mode 100644 assets/minecraft/models/w153.json create mode 100644 assets/minecraft/models/w1530.json create mode 100644 assets/minecraft/models/w1531.json create mode 100644 assets/minecraft/models/w1532.json create mode 100644 assets/minecraft/models/w1533.json create mode 100644 assets/minecraft/models/w1534.json create mode 100644 assets/minecraft/models/w1535.json create mode 100644 assets/minecraft/models/w1536.json create mode 100644 assets/minecraft/models/w1537.json create mode 100644 assets/minecraft/models/w1538.json create mode 100644 assets/minecraft/models/w1539.json create mode 100644 assets/minecraft/models/w154.json create mode 100644 assets/minecraft/models/w1540.json create mode 100644 assets/minecraft/models/w1541.json create mode 100644 assets/minecraft/models/w1542.json create mode 100644 assets/minecraft/models/w1543.json create mode 100644 assets/minecraft/models/w1544.json create mode 100644 assets/minecraft/models/w1545.json create mode 100644 assets/minecraft/models/w1546.json create mode 100644 assets/minecraft/models/w1547.json create mode 100644 assets/minecraft/models/w1548.json create mode 100644 assets/minecraft/models/w1549.json create mode 100644 assets/minecraft/models/w155.json create mode 100644 assets/minecraft/models/w1550.json create mode 100644 assets/minecraft/models/w1551.json create mode 100644 assets/minecraft/models/w1552.json create mode 100644 assets/minecraft/models/w1553.json create mode 100644 assets/minecraft/models/w1554.json create mode 100644 assets/minecraft/models/w1555.json create mode 100644 assets/minecraft/models/w1556.json create mode 100644 assets/minecraft/models/w1557.json create mode 100644 assets/minecraft/models/w1558.json create mode 100644 assets/minecraft/models/w1559.json create mode 100644 assets/minecraft/models/w156.json create mode 100644 assets/minecraft/models/w1560.json create mode 100644 assets/minecraft/models/w1561.json create mode 100644 assets/minecraft/models/w1562.json create mode 100644 assets/minecraft/models/w1563.json create mode 100644 assets/minecraft/models/w1564.json create mode 100644 assets/minecraft/models/w1565.json create mode 100644 assets/minecraft/models/w1566.json create mode 100644 assets/minecraft/models/w1567.json create mode 100644 assets/minecraft/models/w1568.json create mode 100644 assets/minecraft/models/w1569.json create mode 100644 assets/minecraft/models/w157.json create mode 100644 assets/minecraft/models/w1570.json create mode 100644 assets/minecraft/models/w1571.json create mode 100644 assets/minecraft/models/w1572.json create mode 100644 assets/minecraft/models/w1573.json create mode 100644 assets/minecraft/models/w1574.json create mode 100644 assets/minecraft/models/w1575.json create mode 100644 assets/minecraft/models/w1576.json create mode 100644 assets/minecraft/models/w1577.json create mode 100644 assets/minecraft/models/w1578.json create mode 100644 assets/minecraft/models/w1579.json create mode 100644 assets/minecraft/models/w158.json create mode 100644 assets/minecraft/models/w1580.json create mode 100644 assets/minecraft/models/w1581.json create mode 100644 assets/minecraft/models/w1582.json create mode 100644 assets/minecraft/models/w1583.json create mode 100644 assets/minecraft/models/w1584.json create mode 100644 assets/minecraft/models/w1585.json create mode 100644 assets/minecraft/models/w1586.json create mode 100644 assets/minecraft/models/w1587.json create mode 100644 assets/minecraft/models/w1588.json create mode 100644 assets/minecraft/models/w1589.json create mode 100644 assets/minecraft/models/w159.json create mode 100644 assets/minecraft/models/w1590.json create mode 100644 assets/minecraft/models/w1591.json create mode 100644 assets/minecraft/models/w1592.json create mode 100644 assets/minecraft/models/w1593.json create mode 100644 assets/minecraft/models/w1594.json create mode 100644 assets/minecraft/models/w1595.json create mode 100644 assets/minecraft/models/w1596.json create mode 100644 assets/minecraft/models/w1597.json create mode 100644 assets/minecraft/models/w1598.json create mode 100644 assets/minecraft/models/w1599.json create mode 100644 assets/minecraft/models/w16.json create mode 100644 assets/minecraft/models/w160.json create mode 100644 assets/minecraft/models/w1600.json create mode 100644 assets/minecraft/models/w1601.json create mode 100644 assets/minecraft/models/w1602.json create mode 100644 assets/minecraft/models/w1603.json create mode 100644 assets/minecraft/models/w1604.json create mode 100644 assets/minecraft/models/w1605.json create mode 100644 assets/minecraft/models/w1606.json create mode 100644 assets/minecraft/models/w1607.json create mode 100644 assets/minecraft/models/w1608.json create mode 100644 assets/minecraft/models/w1609.json create mode 100644 assets/minecraft/models/w161.json create mode 100644 assets/minecraft/models/w1610.json create mode 100644 assets/minecraft/models/w1611.json create mode 100644 assets/minecraft/models/w1612.json create mode 100644 assets/minecraft/models/w1613.json create mode 100644 assets/minecraft/models/w1614.json create mode 100644 assets/minecraft/models/w1615.json create mode 100644 assets/minecraft/models/w1616.json create mode 100644 assets/minecraft/models/w1617.json create mode 100644 assets/minecraft/models/w1618.json create mode 100644 assets/minecraft/models/w1619.json create mode 100644 assets/minecraft/models/w162.json create mode 100644 assets/minecraft/models/w1620.json create mode 100644 assets/minecraft/models/w1621.json create mode 100644 assets/minecraft/models/w1622.json create mode 100644 assets/minecraft/models/w1623.json create mode 100644 assets/minecraft/models/w1624.json create mode 100644 assets/minecraft/models/w1625.json create mode 100644 assets/minecraft/models/w1626.json create mode 100644 assets/minecraft/models/w1627.json create mode 100644 assets/minecraft/models/w1628.json create mode 100644 assets/minecraft/models/w1629.json create mode 100644 assets/minecraft/models/w163.json create mode 100644 assets/minecraft/models/w1630.json create mode 100644 assets/minecraft/models/w1631.json create mode 100644 assets/minecraft/models/w1632.json create mode 100644 assets/minecraft/models/w1633.json create mode 100644 assets/minecraft/models/w1634.json create mode 100644 assets/minecraft/models/w1635.json create mode 100644 assets/minecraft/models/w1636.json create mode 100644 assets/minecraft/models/w1637.json create mode 100644 assets/minecraft/models/w1638.json create mode 100644 assets/minecraft/models/w1639.json create mode 100644 assets/minecraft/models/w164.json create mode 100644 assets/minecraft/models/w1640.json create mode 100644 assets/minecraft/models/w1641.json create mode 100644 assets/minecraft/models/w1642.json create mode 100644 assets/minecraft/models/w1643.json create mode 100644 assets/minecraft/models/w1644.json create mode 100644 assets/minecraft/models/w1645.json create mode 100644 assets/minecraft/models/w1646.json create mode 100644 assets/minecraft/models/w1647.json create mode 100644 assets/minecraft/models/w1648.json create mode 100644 assets/minecraft/models/w1649.json create mode 100644 assets/minecraft/models/w165.json create mode 100644 assets/minecraft/models/w1650.json create mode 100644 assets/minecraft/models/w1651.json create mode 100644 assets/minecraft/models/w1652.json create mode 100644 assets/minecraft/models/w1653.json create mode 100644 assets/minecraft/models/w1654.json create mode 100644 assets/minecraft/models/w1655.json create mode 100644 assets/minecraft/models/w1656.json create mode 100644 assets/minecraft/models/w1657.json create mode 100644 assets/minecraft/models/w1658.json create mode 100644 assets/minecraft/models/w1659.json create mode 100644 assets/minecraft/models/w166.json create mode 100644 assets/minecraft/models/w1660.json create mode 100644 assets/minecraft/models/w1661.json create mode 100644 assets/minecraft/models/w1662.json create mode 100644 assets/minecraft/models/w1663.json create mode 100644 assets/minecraft/models/w1664.json create mode 100644 assets/minecraft/models/w1665.json create mode 100644 assets/minecraft/models/w1666.json create mode 100644 assets/minecraft/models/w1667.json create mode 100644 assets/minecraft/models/w1668.json create mode 100644 assets/minecraft/models/w1669.json create mode 100644 assets/minecraft/models/w167.json create mode 100644 assets/minecraft/models/w1670.json create mode 100644 assets/minecraft/models/w1671.json create mode 100644 assets/minecraft/models/w1672.json create mode 100644 assets/minecraft/models/w1673.json create mode 100644 assets/minecraft/models/w1674.json create mode 100644 assets/minecraft/models/w1675.json create mode 100644 assets/minecraft/models/w1676.json create mode 100644 assets/minecraft/models/w1677.json create mode 100644 assets/minecraft/models/w1678.json create mode 100644 assets/minecraft/models/w1679.json create mode 100644 assets/minecraft/models/w168.json create mode 100644 assets/minecraft/models/w1680.json create mode 100644 assets/minecraft/models/w1681.json create mode 100644 assets/minecraft/models/w1682.json create mode 100644 assets/minecraft/models/w1683.json create mode 100644 assets/minecraft/models/w1684.json create mode 100644 assets/minecraft/models/w1685.json create mode 100644 assets/minecraft/models/w1686.json create mode 100644 assets/minecraft/models/w1687.json create mode 100644 assets/minecraft/models/w1688.json create mode 100644 assets/minecraft/models/w1689.json create mode 100644 assets/minecraft/models/w169.json create mode 100644 assets/minecraft/models/w1690.json create mode 100644 assets/minecraft/models/w1691.json create mode 100644 assets/minecraft/models/w1692.json create mode 100644 assets/minecraft/models/w1693.json create mode 100644 assets/minecraft/models/w1694.json create mode 100644 assets/minecraft/models/w1695.json create mode 100644 assets/minecraft/models/w1696.json create mode 100644 assets/minecraft/models/w1697.json create mode 100644 assets/minecraft/models/w1698.json create mode 100644 assets/minecraft/models/w1699.json create mode 100644 assets/minecraft/models/w17.json create mode 100644 assets/minecraft/models/w170.json create mode 100644 assets/minecraft/models/w1700.json create mode 100644 assets/minecraft/models/w1701.json create mode 100644 assets/minecraft/models/w1702.json create mode 100644 assets/minecraft/models/w1703.json create mode 100644 assets/minecraft/models/w1704.json create mode 100644 assets/minecraft/models/w1705.json create mode 100644 assets/minecraft/models/w1706.json create mode 100644 assets/minecraft/models/w1707.json create mode 100644 assets/minecraft/models/w1708.json create mode 100644 assets/minecraft/models/w1709.json create mode 100644 assets/minecraft/models/w171.json create mode 100644 assets/minecraft/models/w1710.json create mode 100644 assets/minecraft/models/w1711.json create mode 100644 assets/minecraft/models/w1712.json create mode 100644 assets/minecraft/models/w1713.json create mode 100644 assets/minecraft/models/w1714.json create mode 100644 assets/minecraft/models/w1715.json create mode 100644 assets/minecraft/models/w1716.json create mode 100644 assets/minecraft/models/w1717.json create mode 100644 assets/minecraft/models/w1718.json create mode 100644 assets/minecraft/models/w1719.json create mode 100644 assets/minecraft/models/w172.json create mode 100644 assets/minecraft/models/w1720.json create mode 100644 assets/minecraft/models/w1721.json create mode 100644 assets/minecraft/models/w1722.json create mode 100644 assets/minecraft/models/w1723.json create mode 100644 assets/minecraft/models/w1724.json create mode 100644 assets/minecraft/models/w1725.json create mode 100644 assets/minecraft/models/w1726.json create mode 100644 assets/minecraft/models/w1727.json create mode 100644 assets/minecraft/models/w1728.json create mode 100644 assets/minecraft/models/w1729.json create mode 100644 assets/minecraft/models/w173.json create mode 100644 assets/minecraft/models/w1730.json create mode 100644 assets/minecraft/models/w1731.json create mode 100644 assets/minecraft/models/w1732.json create mode 100644 assets/minecraft/models/w1733.json create mode 100644 assets/minecraft/models/w1734.json create mode 100644 assets/minecraft/models/w1735.json create mode 100644 assets/minecraft/models/w1736.json create mode 100644 assets/minecraft/models/w1737.json create mode 100644 assets/minecraft/models/w1738.json create mode 100644 assets/minecraft/models/w1739.json create mode 100644 assets/minecraft/models/w174.json create mode 100644 assets/minecraft/models/w1740.json create mode 100644 assets/minecraft/models/w1741.json create mode 100644 assets/minecraft/models/w1742.json create mode 100644 assets/minecraft/models/w1743.json create mode 100644 assets/minecraft/models/w1744.json create mode 100644 assets/minecraft/models/w1745.json create mode 100644 assets/minecraft/models/w1746.json create mode 100644 assets/minecraft/models/w1747.json create mode 100644 assets/minecraft/models/w1748.json create mode 100644 assets/minecraft/models/w1749.json create mode 100644 assets/minecraft/models/w175.json create mode 100644 assets/minecraft/models/w1750.json create mode 100644 assets/minecraft/models/w1751.json create mode 100644 assets/minecraft/models/w1752.json create mode 100644 assets/minecraft/models/w1753.json create mode 100644 assets/minecraft/models/w1754.json create mode 100644 assets/minecraft/models/w1755.json create mode 100644 assets/minecraft/models/w1756.json create mode 100644 assets/minecraft/models/w1757.json create mode 100644 assets/minecraft/models/w1758.json create mode 100644 assets/minecraft/models/w1759.json create mode 100644 assets/minecraft/models/w176.json create mode 100644 assets/minecraft/models/w1760.json create mode 100644 assets/minecraft/models/w1761.json create mode 100644 assets/minecraft/models/w1762.json create mode 100644 assets/minecraft/models/w1763.json create mode 100644 assets/minecraft/models/w1764.json create mode 100644 assets/minecraft/models/w1765.json create mode 100644 assets/minecraft/models/w1766.json create mode 100644 assets/minecraft/models/w1767.json create mode 100644 assets/minecraft/models/w1768.json create mode 100644 assets/minecraft/models/w1769.json create mode 100644 assets/minecraft/models/w177.json create mode 100644 assets/minecraft/models/w1770.json create mode 100644 assets/minecraft/models/w1771.json create mode 100644 assets/minecraft/models/w1772.json create mode 100644 assets/minecraft/models/w1773.json create mode 100644 assets/minecraft/models/w1774.json create mode 100644 assets/minecraft/models/w1775.json create mode 100644 assets/minecraft/models/w1776.json create mode 100644 assets/minecraft/models/w1777.json create mode 100644 assets/minecraft/models/w1778.json create mode 100644 assets/minecraft/models/w1779.json create mode 100644 assets/minecraft/models/w178.json create mode 100644 assets/minecraft/models/w1780.json create mode 100644 assets/minecraft/models/w1781.json create mode 100644 assets/minecraft/models/w1782.json create mode 100644 assets/minecraft/models/w1783.json create mode 100644 assets/minecraft/models/w1784.json create mode 100644 assets/minecraft/models/w1785.json create mode 100644 assets/minecraft/models/w1786.json create mode 100644 assets/minecraft/models/w1787.json create mode 100644 assets/minecraft/models/w1788.json create mode 100644 assets/minecraft/models/w1789.json create mode 100644 assets/minecraft/models/w179.json create mode 100644 assets/minecraft/models/w1790.json create mode 100644 assets/minecraft/models/w1791.json create mode 100644 assets/minecraft/models/w1792.json create mode 100644 assets/minecraft/models/w1793.json create mode 100644 assets/minecraft/models/w1794.json create mode 100644 assets/minecraft/models/w1795.json create mode 100644 assets/minecraft/models/w1796.json create mode 100644 assets/minecraft/models/w1797.json create mode 100644 assets/minecraft/models/w1798.json create mode 100644 assets/minecraft/models/w1799.json create mode 100644 assets/minecraft/models/w18.json create mode 100644 assets/minecraft/models/w180.json create mode 100644 assets/minecraft/models/w1800.json create mode 100644 assets/minecraft/models/w1801.json create mode 100644 assets/minecraft/models/w1802.json create mode 100644 assets/minecraft/models/w1803.json create mode 100644 assets/minecraft/models/w1804.json create mode 100644 assets/minecraft/models/w1805.json create mode 100644 assets/minecraft/models/w1806.json create mode 100644 assets/minecraft/models/w1807.json create mode 100644 assets/minecraft/models/w1808.json create mode 100644 assets/minecraft/models/w1809.json create mode 100644 assets/minecraft/models/w181.json create mode 100644 assets/minecraft/models/w1810.json create mode 100644 assets/minecraft/models/w1811.json create mode 100644 assets/minecraft/models/w1812.json create mode 100644 assets/minecraft/models/w1813.json create mode 100644 assets/minecraft/models/w1814.json create mode 100644 assets/minecraft/models/w1815.json create mode 100644 assets/minecraft/models/w1816.json create mode 100644 assets/minecraft/models/w1817.json create mode 100644 assets/minecraft/models/w1818.json create mode 100644 assets/minecraft/models/w1819.json create mode 100644 assets/minecraft/models/w182.json create mode 100644 assets/minecraft/models/w1820.json create mode 100644 assets/minecraft/models/w1821.json create mode 100644 assets/minecraft/models/w1822.json create mode 100644 assets/minecraft/models/w1823.json create mode 100644 assets/minecraft/models/w1824.json create mode 100644 assets/minecraft/models/w1825.json create mode 100644 assets/minecraft/models/w1826.json create mode 100644 assets/minecraft/models/w1827.json create mode 100644 assets/minecraft/models/w1828.json create mode 100644 assets/minecraft/models/w1829.json create mode 100644 assets/minecraft/models/w183.json create mode 100644 assets/minecraft/models/w1830.json create mode 100644 assets/minecraft/models/w1831.json create mode 100644 assets/minecraft/models/w1832.json create mode 100644 assets/minecraft/models/w1833.json create mode 100644 assets/minecraft/models/w1834.json create mode 100644 assets/minecraft/models/w1835.json create mode 100644 assets/minecraft/models/w1836.json create mode 100644 assets/minecraft/models/w1837.json create mode 100644 assets/minecraft/models/w1838.json create mode 100644 assets/minecraft/models/w1839.json create mode 100644 assets/minecraft/models/w184.json create mode 100644 assets/minecraft/models/w1840.json create mode 100644 assets/minecraft/models/w1841.json create mode 100644 assets/minecraft/models/w1842.json create mode 100644 assets/minecraft/models/w1843.json create mode 100644 assets/minecraft/models/w1844.json create mode 100644 assets/minecraft/models/w1845.json create mode 100644 assets/minecraft/models/w1846.json create mode 100644 assets/minecraft/models/w1847.json create mode 100644 assets/minecraft/models/w1848.json create mode 100644 assets/minecraft/models/w1849.json create mode 100644 assets/minecraft/models/w185.json create mode 100644 assets/minecraft/models/w1850.json create mode 100644 assets/minecraft/models/w1851.json create mode 100644 assets/minecraft/models/w1852.json create mode 100644 assets/minecraft/models/w1853.json create mode 100644 assets/minecraft/models/w1854.json create mode 100644 assets/minecraft/models/w1855.json create mode 100644 assets/minecraft/models/w1856.json create mode 100644 assets/minecraft/models/w1857.json create mode 100644 assets/minecraft/models/w1858.json create mode 100644 assets/minecraft/models/w1859.json create mode 100644 assets/minecraft/models/w186.json create mode 100644 assets/minecraft/models/w1860.json create mode 100644 assets/minecraft/models/w1861.json create mode 100644 assets/minecraft/models/w1862.json create mode 100644 assets/minecraft/models/w1863.json create mode 100644 assets/minecraft/models/w1864.json create mode 100644 assets/minecraft/models/w1865.json create mode 100644 assets/minecraft/models/w1866.json create mode 100644 assets/minecraft/models/w1867.json create mode 100644 assets/minecraft/models/w1868.json create mode 100644 assets/minecraft/models/w1869.json create mode 100644 assets/minecraft/models/w187.json create mode 100644 assets/minecraft/models/w1870.json create mode 100644 assets/minecraft/models/w1871.json create mode 100644 assets/minecraft/models/w1872.json create mode 100644 assets/minecraft/models/w1873.json create mode 100644 assets/minecraft/models/w1874.json create mode 100644 assets/minecraft/models/w1875.json create mode 100644 assets/minecraft/models/w1876.json create mode 100644 assets/minecraft/models/w1877.json create mode 100644 assets/minecraft/models/w1878.json create mode 100644 assets/minecraft/models/w1879.json create mode 100644 assets/minecraft/models/w188.json create mode 100644 assets/minecraft/models/w1880.json create mode 100644 assets/minecraft/models/w1881.json create mode 100644 assets/minecraft/models/w1882.json create mode 100644 assets/minecraft/models/w1883.json create mode 100644 assets/minecraft/models/w1884.json create mode 100644 assets/minecraft/models/w1885.json create mode 100644 assets/minecraft/models/w1886.json create mode 100644 assets/minecraft/models/w1887.json create mode 100644 assets/minecraft/models/w1888.json create mode 100644 assets/minecraft/models/w1889.json create mode 100644 assets/minecraft/models/w189.json create mode 100644 assets/minecraft/models/w1890.json create mode 100644 assets/minecraft/models/w1891.json create mode 100644 assets/minecraft/models/w1892.json create mode 100644 assets/minecraft/models/w1893.json create mode 100644 assets/minecraft/models/w1894.json create mode 100644 assets/minecraft/models/w1895.json create mode 100644 assets/minecraft/models/w1896.json create mode 100644 assets/minecraft/models/w1897.json create mode 100644 assets/minecraft/models/w1898.json create mode 100644 assets/minecraft/models/w1899.json create mode 100644 assets/minecraft/models/w19.json create mode 100644 assets/minecraft/models/w190.json create mode 100644 assets/minecraft/models/w1900.json create mode 100644 assets/minecraft/models/w1901.json create mode 100644 assets/minecraft/models/w1902.json create mode 100644 assets/minecraft/models/w1903.json create mode 100644 assets/minecraft/models/w1904.json create mode 100644 assets/minecraft/models/w1905.json create mode 100644 assets/minecraft/models/w1906.json create mode 100644 assets/minecraft/models/w1907.json create mode 100644 assets/minecraft/models/w1908.json create mode 100644 assets/minecraft/models/w1909.json create mode 100644 assets/minecraft/models/w191.json create mode 100644 assets/minecraft/models/w1910.json create mode 100644 assets/minecraft/models/w1911.json create mode 100644 assets/minecraft/models/w1912.json create mode 100644 assets/minecraft/models/w1913.json create mode 100644 assets/minecraft/models/w1914.json create mode 100644 assets/minecraft/models/w1915.json create mode 100644 assets/minecraft/models/w1916.json create mode 100644 assets/minecraft/models/w1917.json create mode 100644 assets/minecraft/models/w1918.json create mode 100644 assets/minecraft/models/w1919.json create mode 100644 assets/minecraft/models/w192.json create mode 100644 assets/minecraft/models/w1920.json create mode 100644 assets/minecraft/models/w1921.json create mode 100644 assets/minecraft/models/w1922.json create mode 100644 assets/minecraft/models/w1923.json create mode 100644 assets/minecraft/models/w1924.json create mode 100644 assets/minecraft/models/w1925.json create mode 100644 assets/minecraft/models/w1926.json create mode 100644 assets/minecraft/models/w1927.json create mode 100644 assets/minecraft/models/w1928.json create mode 100644 assets/minecraft/models/w1929.json create mode 100644 assets/minecraft/models/w193.json create mode 100644 assets/minecraft/models/w1930.json create mode 100644 assets/minecraft/models/w1931.json create mode 100644 assets/minecraft/models/w1932.json create mode 100644 assets/minecraft/models/w1933.json create mode 100644 assets/minecraft/models/w1934.json create mode 100644 assets/minecraft/models/w1935.json create mode 100644 assets/minecraft/models/w1936.json create mode 100644 assets/minecraft/models/w1937.json create mode 100644 assets/minecraft/models/w1938.json create mode 100644 assets/minecraft/models/w1939.json create mode 100644 assets/minecraft/models/w194.json create mode 100644 assets/minecraft/models/w1940.json create mode 100644 assets/minecraft/models/w1941.json create mode 100644 assets/minecraft/models/w1942.json create mode 100644 assets/minecraft/models/w1943.json create mode 100644 assets/minecraft/models/w1944.json create mode 100644 assets/minecraft/models/w1945.json create mode 100644 assets/minecraft/models/w1946.json create mode 100644 assets/minecraft/models/w1947.json create mode 100644 assets/minecraft/models/w1948.json create mode 100644 assets/minecraft/models/w1949.json create mode 100644 assets/minecraft/models/w195.json create mode 100644 assets/minecraft/models/w1950.json create mode 100644 assets/minecraft/models/w1951.json create mode 100644 assets/minecraft/models/w1952.json create mode 100644 assets/minecraft/models/w1953.json create mode 100644 assets/minecraft/models/w1954.json create mode 100644 assets/minecraft/models/w1955.json create mode 100644 assets/minecraft/models/w1956.json create mode 100644 assets/minecraft/models/w1957.json create mode 100644 assets/minecraft/models/w1958.json create mode 100644 assets/minecraft/models/w1959.json create mode 100644 assets/minecraft/models/w196.json create mode 100644 assets/minecraft/models/w1960.json create mode 100644 assets/minecraft/models/w1961.json create mode 100644 assets/minecraft/models/w1962.json create mode 100644 assets/minecraft/models/w1963.json create mode 100644 assets/minecraft/models/w1964.json create mode 100644 assets/minecraft/models/w1965.json create mode 100644 assets/minecraft/models/w1966.json create mode 100644 assets/minecraft/models/w1967.json create mode 100644 assets/minecraft/models/w1968.json create mode 100644 assets/minecraft/models/w1969.json create mode 100644 assets/minecraft/models/w197.json create mode 100644 assets/minecraft/models/w1970.json create mode 100644 assets/minecraft/models/w1971.json create mode 100644 assets/minecraft/models/w1972.json create mode 100644 assets/minecraft/models/w1973.json create mode 100644 assets/minecraft/models/w1974.json create mode 100644 assets/minecraft/models/w1975.json create mode 100644 assets/minecraft/models/w1976.json create mode 100644 assets/minecraft/models/w1977.json create mode 100644 assets/minecraft/models/w1978.json create mode 100644 assets/minecraft/models/w1979.json create mode 100644 assets/minecraft/models/w198.json create mode 100644 assets/minecraft/models/w1980.json create mode 100644 assets/minecraft/models/w1981.json create mode 100644 assets/minecraft/models/w1982.json create mode 100644 assets/minecraft/models/w1983.json create mode 100644 assets/minecraft/models/w1984.json create mode 100644 assets/minecraft/models/w1985.json create mode 100644 assets/minecraft/models/w1986.json create mode 100644 assets/minecraft/models/w1987.json create mode 100644 assets/minecraft/models/w1988.json create mode 100644 assets/minecraft/models/w1989.json create mode 100644 assets/minecraft/models/w199.json create mode 100644 assets/minecraft/models/w1990.json create mode 100644 assets/minecraft/models/w1991.json create mode 100644 assets/minecraft/models/w1992.json create mode 100644 assets/minecraft/models/w1993.json create mode 100644 assets/minecraft/models/w1994.json create mode 100644 assets/minecraft/models/w1995.json create mode 100644 assets/minecraft/models/w1996.json create mode 100644 assets/minecraft/models/w1997.json create mode 100644 assets/minecraft/models/w1998.json create mode 100644 assets/minecraft/models/w1999.json create mode 100644 assets/minecraft/models/w2.json create mode 100644 assets/minecraft/models/w20.json create mode 100644 assets/minecraft/models/w200.json create mode 100644 assets/minecraft/models/w2000.json create mode 100644 assets/minecraft/models/w2001.json create mode 100644 assets/minecraft/models/w2002.json create mode 100644 assets/minecraft/models/w2003.json create mode 100644 assets/minecraft/models/w2004.json create mode 100644 assets/minecraft/models/w2005.json create mode 100644 assets/minecraft/models/w2006.json create mode 100644 assets/minecraft/models/w2007.json create mode 100644 assets/minecraft/models/w2008.json create mode 100644 assets/minecraft/models/w2009.json create mode 100644 assets/minecraft/models/w201.json create mode 100644 assets/minecraft/models/w2010.json create mode 100644 assets/minecraft/models/w2011.json create mode 100644 assets/minecraft/models/w2012.json create mode 100644 assets/minecraft/models/w2013.json create mode 100644 assets/minecraft/models/w2014.json create mode 100644 assets/minecraft/models/w2015.json create mode 100644 assets/minecraft/models/w2016.json create mode 100644 assets/minecraft/models/w2017.json create mode 100644 assets/minecraft/models/w2018.json create mode 100644 assets/minecraft/models/w2019.json create mode 100644 assets/minecraft/models/w202.json create mode 100644 assets/minecraft/models/w2020.json create mode 100644 assets/minecraft/models/w2021.json create mode 100644 assets/minecraft/models/w2022.json create mode 100644 assets/minecraft/models/w2023.json create mode 100644 assets/minecraft/models/w2024.json create mode 100644 assets/minecraft/models/w2025.json create mode 100644 assets/minecraft/models/w2026.json create mode 100644 assets/minecraft/models/w2027.json create mode 100644 assets/minecraft/models/w2028.json create mode 100644 assets/minecraft/models/w2029.json create mode 100644 assets/minecraft/models/w203.json create mode 100644 assets/minecraft/models/w2030.json create mode 100644 assets/minecraft/models/w2031.json create mode 100644 assets/minecraft/models/w2032.json create mode 100644 assets/minecraft/models/w2033.json create mode 100644 assets/minecraft/models/w2034.json create mode 100644 assets/minecraft/models/w2035.json create mode 100644 assets/minecraft/models/w2036.json create mode 100644 assets/minecraft/models/w2037.json create mode 100644 assets/minecraft/models/w2038.json create mode 100644 assets/minecraft/models/w2039.json create mode 100644 assets/minecraft/models/w204.json create mode 100644 assets/minecraft/models/w2040.json create mode 100644 assets/minecraft/models/w2041.json create mode 100644 assets/minecraft/models/w2042.json create mode 100644 assets/minecraft/models/w2043.json create mode 100644 assets/minecraft/models/w2044.json create mode 100644 assets/minecraft/models/w2045.json create mode 100644 assets/minecraft/models/w2046.json create mode 100644 assets/minecraft/models/w2047.json create mode 100644 assets/minecraft/models/w2048.json create mode 100644 assets/minecraft/models/w2049.json create mode 100644 assets/minecraft/models/w205.json create mode 100644 assets/minecraft/models/w2050.json create mode 100644 assets/minecraft/models/w2051.json create mode 100644 assets/minecraft/models/w2052.json create mode 100644 assets/minecraft/models/w2053.json create mode 100644 assets/minecraft/models/w2054.json create mode 100644 assets/minecraft/models/w2055.json create mode 100644 assets/minecraft/models/w2056.json create mode 100644 assets/minecraft/models/w2057.json create mode 100644 assets/minecraft/models/w2058.json create mode 100644 assets/minecraft/models/w2059.json create mode 100644 assets/minecraft/models/w206.json create mode 100644 assets/minecraft/models/w2060.json create mode 100644 assets/minecraft/models/w2061.json create mode 100644 assets/minecraft/models/w2062.json create mode 100644 assets/minecraft/models/w2063.json create mode 100644 assets/minecraft/models/w2064.json create mode 100644 assets/minecraft/models/w2065.json create mode 100644 assets/minecraft/models/w2066.json create mode 100644 assets/minecraft/models/w2067.json create mode 100644 assets/minecraft/models/w2068.json create mode 100644 assets/minecraft/models/w2069.json create mode 100644 assets/minecraft/models/w207.json create mode 100644 assets/minecraft/models/w2070.json create mode 100644 assets/minecraft/models/w2071.json create mode 100644 assets/minecraft/models/w2072.json create mode 100644 assets/minecraft/models/w2073.json create mode 100644 assets/minecraft/models/w2074.json create mode 100644 assets/minecraft/models/w2075.json create mode 100644 assets/minecraft/models/w2076.json create mode 100644 assets/minecraft/models/w2077.json create mode 100644 assets/minecraft/models/w2078.json create mode 100644 assets/minecraft/models/w2079.json create mode 100644 assets/minecraft/models/w208.json create mode 100644 assets/minecraft/models/w2080.json create mode 100644 assets/minecraft/models/w2081.json create mode 100644 assets/minecraft/models/w2082.json create mode 100644 assets/minecraft/models/w2083.json create mode 100644 assets/minecraft/models/w2084.json create mode 100644 assets/minecraft/models/w2085.json create mode 100644 assets/minecraft/models/w2086.json create mode 100644 assets/minecraft/models/w2087.json create mode 100644 assets/minecraft/models/w2088.json create mode 100644 assets/minecraft/models/w2089.json create mode 100644 assets/minecraft/models/w209.json create mode 100644 assets/minecraft/models/w2090.json create mode 100644 assets/minecraft/models/w2091.json create mode 100644 assets/minecraft/models/w2092.json create mode 100644 assets/minecraft/models/w2093.json create mode 100644 assets/minecraft/models/w2094.json create mode 100644 assets/minecraft/models/w2095.json create mode 100644 assets/minecraft/models/w2096.json create mode 100644 assets/minecraft/models/w2097.json create mode 100644 assets/minecraft/models/w2098.json create mode 100644 assets/minecraft/models/w2099.json create mode 100644 assets/minecraft/models/w21.json create mode 100644 assets/minecraft/models/w210.json create mode 100644 assets/minecraft/models/w2100.json create mode 100644 assets/minecraft/models/w2101.json create mode 100644 assets/minecraft/models/w2102.json create mode 100644 assets/minecraft/models/w2103.json create mode 100644 assets/minecraft/models/w2104.json create mode 100644 assets/minecraft/models/w2105.json create mode 100644 assets/minecraft/models/w2106.json create mode 100644 assets/minecraft/models/w2107.json create mode 100644 assets/minecraft/models/w2108.json create mode 100644 assets/minecraft/models/w2109.json create mode 100644 assets/minecraft/models/w211.json create mode 100644 assets/minecraft/models/w2110.json create mode 100644 assets/minecraft/models/w2111.json create mode 100644 assets/minecraft/models/w2112.json create mode 100644 assets/minecraft/models/w2113.json create mode 100644 assets/minecraft/models/w2114.json create mode 100644 assets/minecraft/models/w2115.json create mode 100644 assets/minecraft/models/w2116.json create mode 100644 assets/minecraft/models/w2117.json create mode 100644 assets/minecraft/models/w2118.json create mode 100644 assets/minecraft/models/w2119.json create mode 100644 assets/minecraft/models/w212.json create mode 100644 assets/minecraft/models/w2120.json create mode 100644 assets/minecraft/models/w2121.json create mode 100644 assets/minecraft/models/w2122.json create mode 100644 assets/minecraft/models/w2123.json create mode 100644 assets/minecraft/models/w2124.json create mode 100644 assets/minecraft/models/w2125.json create mode 100644 assets/minecraft/models/w2126.json create mode 100644 assets/minecraft/models/w2127.json create mode 100644 assets/minecraft/models/w2128.json create mode 100644 assets/minecraft/models/w2129.json create mode 100644 assets/minecraft/models/w213.json create mode 100644 assets/minecraft/models/w2130.json create mode 100644 assets/minecraft/models/w2131.json create mode 100644 assets/minecraft/models/w2132.json create mode 100644 assets/minecraft/models/w2133.json create mode 100644 assets/minecraft/models/w2134.json create mode 100644 assets/minecraft/models/w2135.json create mode 100644 assets/minecraft/models/w2136.json create mode 100644 assets/minecraft/models/w2137.json create mode 100644 assets/minecraft/models/w2138.json create mode 100644 assets/minecraft/models/w2139.json create mode 100644 assets/minecraft/models/w214.json create mode 100644 assets/minecraft/models/w2140.json create mode 100644 assets/minecraft/models/w2141.json create mode 100644 assets/minecraft/models/w2142.json create mode 100644 assets/minecraft/models/w2143.json create mode 100644 assets/minecraft/models/w2144.json create mode 100644 assets/minecraft/models/w2145.json create mode 100644 assets/minecraft/models/w2146.json create mode 100644 assets/minecraft/models/w2147.json create mode 100644 assets/minecraft/models/w2148.json create mode 100644 assets/minecraft/models/w2149.json create mode 100644 assets/minecraft/models/w215.json create mode 100644 assets/minecraft/models/w2150.json create mode 100644 assets/minecraft/models/w2151.json create mode 100644 assets/minecraft/models/w2152.json create mode 100644 assets/minecraft/models/w2153.json create mode 100644 assets/minecraft/models/w2154.json create mode 100644 assets/minecraft/models/w2155.json create mode 100644 assets/minecraft/models/w2156.json create mode 100644 assets/minecraft/models/w2157.json create mode 100644 assets/minecraft/models/w2158.json create mode 100644 assets/minecraft/models/w2159.json create mode 100644 assets/minecraft/models/w216.json create mode 100644 assets/minecraft/models/w2160.json create mode 100644 assets/minecraft/models/w2161.json create mode 100644 assets/minecraft/models/w2162.json create mode 100644 assets/minecraft/models/w2163.json create mode 100644 assets/minecraft/models/w2164.json create mode 100644 assets/minecraft/models/w2165.json create mode 100644 assets/minecraft/models/w2166.json create mode 100644 assets/minecraft/models/w2167.json create mode 100644 assets/minecraft/models/w2168.json create mode 100644 assets/minecraft/models/w2169.json create mode 100644 assets/minecraft/models/w217.json create mode 100644 assets/minecraft/models/w2170.json create mode 100644 assets/minecraft/models/w2171.json create mode 100644 assets/minecraft/models/w2172.json create mode 100644 assets/minecraft/models/w2173.json create mode 100644 assets/minecraft/models/w2174.json create mode 100644 assets/minecraft/models/w2175.json create mode 100644 assets/minecraft/models/w2176.json create mode 100644 assets/minecraft/models/w2177.json create mode 100644 assets/minecraft/models/w2178.json create mode 100644 assets/minecraft/models/w2179.json create mode 100644 assets/minecraft/models/w218.json create mode 100644 assets/minecraft/models/w2180.json create mode 100644 assets/minecraft/models/w2181.json create mode 100644 assets/minecraft/models/w2182.json create mode 100644 assets/minecraft/models/w2183.json create mode 100644 assets/minecraft/models/w2184.json create mode 100644 assets/minecraft/models/w2185.json create mode 100644 assets/minecraft/models/w2186.json create mode 100644 assets/minecraft/models/w2187.json create mode 100644 assets/minecraft/models/w2188.json create mode 100644 assets/minecraft/models/w2189.json create mode 100644 assets/minecraft/models/w219.json create mode 100644 assets/minecraft/models/w2190.json create mode 100644 assets/minecraft/models/w2191.json create mode 100644 assets/minecraft/models/w2192.json create mode 100644 assets/minecraft/models/w2193.json create mode 100644 assets/minecraft/models/w2194.json create mode 100644 assets/minecraft/models/w2195.json create mode 100644 assets/minecraft/models/w2196.json create mode 100644 assets/minecraft/models/w2197.json create mode 100644 assets/minecraft/models/w2198.json create mode 100644 assets/minecraft/models/w2199.json create mode 100644 assets/minecraft/models/w22.json create mode 100644 assets/minecraft/models/w220.json create mode 100644 assets/minecraft/models/w2200.json create mode 100644 assets/minecraft/models/w2201.json create mode 100644 assets/minecraft/models/w2202.json create mode 100644 assets/minecraft/models/w2203.json create mode 100644 assets/minecraft/models/w2204.json create mode 100644 assets/minecraft/models/w2205.json create mode 100644 assets/minecraft/models/w2206.json create mode 100644 assets/minecraft/models/w2207.json create mode 100644 assets/minecraft/models/w2208.json create mode 100644 assets/minecraft/models/w2209.json create mode 100644 assets/minecraft/models/w221.json create mode 100644 assets/minecraft/models/w2210.json create mode 100644 assets/minecraft/models/w2211.json create mode 100644 assets/minecraft/models/w2212.json create mode 100644 assets/minecraft/models/w2213.json create mode 100644 assets/minecraft/models/w2214.json create mode 100644 assets/minecraft/models/w2215.json create mode 100644 assets/minecraft/models/w2216.json create mode 100644 assets/minecraft/models/w2217.json create mode 100644 assets/minecraft/models/w2218.json create mode 100644 assets/minecraft/models/w2219.json create mode 100644 assets/minecraft/models/w222.json create mode 100644 assets/minecraft/models/w2220.json create mode 100644 assets/minecraft/models/w2221.json create mode 100644 assets/minecraft/models/w2222.json create mode 100644 assets/minecraft/models/w2223.json create mode 100644 assets/minecraft/models/w2224.json create mode 100644 assets/minecraft/models/w2225.json create mode 100644 assets/minecraft/models/w2226.json create mode 100644 assets/minecraft/models/w2227.json create mode 100644 assets/minecraft/models/w2228.json create mode 100644 assets/minecraft/models/w2229.json create mode 100644 assets/minecraft/models/w223.json create mode 100644 assets/minecraft/models/w2230.json create mode 100644 assets/minecraft/models/w2231.json create mode 100644 assets/minecraft/models/w2232.json create mode 100644 assets/minecraft/models/w2233.json create mode 100644 assets/minecraft/models/w2234.json create mode 100644 assets/minecraft/models/w2235.json create mode 100644 assets/minecraft/models/w2236.json create mode 100644 assets/minecraft/models/w2237.json create mode 100644 assets/minecraft/models/w2238.json create mode 100644 assets/minecraft/models/w2239.json create mode 100644 assets/minecraft/models/w224.json create mode 100644 assets/minecraft/models/w2240.json create mode 100644 assets/minecraft/models/w2241.json create mode 100644 assets/minecraft/models/w2242.json create mode 100644 assets/minecraft/models/w2243.json create mode 100644 assets/minecraft/models/w2244.json create mode 100644 assets/minecraft/models/w2245.json create mode 100644 assets/minecraft/models/w2246.json create mode 100644 assets/minecraft/models/w2247.json create mode 100644 assets/minecraft/models/w2248.json create mode 100644 assets/minecraft/models/w2249.json create mode 100644 assets/minecraft/models/w225.json create mode 100644 assets/minecraft/models/w2250.json create mode 100644 assets/minecraft/models/w2251.json create mode 100644 assets/minecraft/models/w2252.json create mode 100644 assets/minecraft/models/w2253.json create mode 100644 assets/minecraft/models/w2254.json create mode 100644 assets/minecraft/models/w2255.json create mode 100644 assets/minecraft/models/w2256.json create mode 100644 assets/minecraft/models/w2257.json create mode 100644 assets/minecraft/models/w2258.json create mode 100644 assets/minecraft/models/w2259.json create mode 100644 assets/minecraft/models/w226.json create mode 100644 assets/minecraft/models/w2260.json create mode 100644 assets/minecraft/models/w2261.json create mode 100644 assets/minecraft/models/w2262.json create mode 100644 assets/minecraft/models/w2263.json create mode 100644 assets/minecraft/models/w2264.json create mode 100644 assets/minecraft/models/w2265.json create mode 100644 assets/minecraft/models/w2266.json create mode 100644 assets/minecraft/models/w2267.json create mode 100644 assets/minecraft/models/w2268.json create mode 100644 assets/minecraft/models/w2269.json create mode 100644 assets/minecraft/models/w227.json create mode 100644 assets/minecraft/models/w2270.json create mode 100644 assets/minecraft/models/w2271.json create mode 100644 assets/minecraft/models/w2272.json create mode 100644 assets/minecraft/models/w2273.json create mode 100644 assets/minecraft/models/w2274.json create mode 100644 assets/minecraft/models/w2275.json create mode 100644 assets/minecraft/models/w2276.json create mode 100644 assets/minecraft/models/w2277.json create mode 100644 assets/minecraft/models/w2278.json create mode 100644 assets/minecraft/models/w2279.json create mode 100644 assets/minecraft/models/w228.json create mode 100644 assets/minecraft/models/w2280.json create mode 100644 assets/minecraft/models/w2281.json create mode 100644 assets/minecraft/models/w2282.json create mode 100644 assets/minecraft/models/w2283.json create mode 100644 assets/minecraft/models/w2284.json create mode 100644 assets/minecraft/models/w2285.json create mode 100644 assets/minecraft/models/w2286.json create mode 100644 assets/minecraft/models/w2287.json create mode 100644 assets/minecraft/models/w2288.json create mode 100644 assets/minecraft/models/w2289.json create mode 100644 assets/minecraft/models/w229.json create mode 100644 assets/minecraft/models/w2290.json create mode 100644 assets/minecraft/models/w2291.json create mode 100644 assets/minecraft/models/w2292.json create mode 100644 assets/minecraft/models/w2293.json create mode 100644 assets/minecraft/models/w2294.json create mode 100644 assets/minecraft/models/w2295.json create mode 100644 assets/minecraft/models/w2296.json create mode 100644 assets/minecraft/models/w2297.json create mode 100644 assets/minecraft/models/w2298.json create mode 100644 assets/minecraft/models/w2299.json create mode 100644 assets/minecraft/models/w23.json create mode 100644 assets/minecraft/models/w230.json create mode 100644 assets/minecraft/models/w2300.json create mode 100644 assets/minecraft/models/w2301.json create mode 100644 assets/minecraft/models/w2302.json create mode 100644 assets/minecraft/models/w2303.json create mode 100644 assets/minecraft/models/w2304.json create mode 100644 assets/minecraft/models/w2305.json create mode 100644 assets/minecraft/models/w2306.json create mode 100644 assets/minecraft/models/w2307.json create mode 100644 assets/minecraft/models/w2308.json create mode 100644 assets/minecraft/models/w2309.json create mode 100644 assets/minecraft/models/w231.json create mode 100644 assets/minecraft/models/w2310.json create mode 100644 assets/minecraft/models/w2311.json create mode 100644 assets/minecraft/models/w2312.json create mode 100644 assets/minecraft/models/w2313.json create mode 100644 assets/minecraft/models/w2314.json create mode 100644 assets/minecraft/models/w2315.json create mode 100644 assets/minecraft/models/w2316.json create mode 100644 assets/minecraft/models/w2317.json create mode 100644 assets/minecraft/models/w2318.json create mode 100644 assets/minecraft/models/w2319.json create mode 100644 assets/minecraft/models/w232.json create mode 100644 assets/minecraft/models/w2320.json create mode 100644 assets/minecraft/models/w2321.json create mode 100644 assets/minecraft/models/w2322.json create mode 100644 assets/minecraft/models/w2323.json create mode 100644 assets/minecraft/models/w2324.json create mode 100644 assets/minecraft/models/w2325.json create mode 100644 assets/minecraft/models/w2326.json create mode 100644 assets/minecraft/models/w2327.json create mode 100644 assets/minecraft/models/w2328.json create mode 100644 assets/minecraft/models/w2329.json create mode 100644 assets/minecraft/models/w233.json create mode 100644 assets/minecraft/models/w2330.json create mode 100644 assets/minecraft/models/w2331.json create mode 100644 assets/minecraft/models/w2332.json create mode 100644 assets/minecraft/models/w2333.json create mode 100644 assets/minecraft/models/w2334.json create mode 100644 assets/minecraft/models/w2335.json create mode 100644 assets/minecraft/models/w2336.json create mode 100644 assets/minecraft/models/w2337.json create mode 100644 assets/minecraft/models/w2338.json create mode 100644 assets/minecraft/models/w2339.json create mode 100644 assets/minecraft/models/w234.json create mode 100644 assets/minecraft/models/w2340.json create mode 100644 assets/minecraft/models/w2341.json create mode 100644 assets/minecraft/models/w2342.json create mode 100644 assets/minecraft/models/w2343.json create mode 100644 assets/minecraft/models/w2344.json create mode 100644 assets/minecraft/models/w2345.json create mode 100644 assets/minecraft/models/w2346.json create mode 100644 assets/minecraft/models/w2347.json create mode 100644 assets/minecraft/models/w2348.json create mode 100644 assets/minecraft/models/w2349.json create mode 100644 assets/minecraft/models/w235.json create mode 100644 assets/minecraft/models/w2350.json create mode 100644 assets/minecraft/models/w2351.json create mode 100644 assets/minecraft/models/w2352.json create mode 100644 assets/minecraft/models/w2353.json create mode 100644 assets/minecraft/models/w2354.json create mode 100644 assets/minecraft/models/w2355.json create mode 100644 assets/minecraft/models/w2356.json create mode 100644 assets/minecraft/models/w2357.json create mode 100644 assets/minecraft/models/w2358.json create mode 100644 assets/minecraft/models/w2359.json create mode 100644 assets/minecraft/models/w236.json create mode 100644 assets/minecraft/models/w2360.json create mode 100644 assets/minecraft/models/w2361.json create mode 100644 assets/minecraft/models/w2362.json create mode 100644 assets/minecraft/models/w2363.json create mode 100644 assets/minecraft/models/w2364.json create mode 100644 assets/minecraft/models/w2365.json create mode 100644 assets/minecraft/models/w2366.json create mode 100644 assets/minecraft/models/w2367.json create mode 100644 assets/minecraft/models/w2368.json create mode 100644 assets/minecraft/models/w2369.json create mode 100644 assets/minecraft/models/w237.json create mode 100644 assets/minecraft/models/w2370.json create mode 100644 assets/minecraft/models/w2371.json create mode 100644 assets/minecraft/models/w2372.json create mode 100644 assets/minecraft/models/w2373.json create mode 100644 assets/minecraft/models/w2374.json create mode 100644 assets/minecraft/models/w2375.json create mode 100644 assets/minecraft/models/w2376.json create mode 100644 assets/minecraft/models/w2377.json create mode 100644 assets/minecraft/models/w2378.json create mode 100644 assets/minecraft/models/w2379.json create mode 100644 assets/minecraft/models/w238.json create mode 100644 assets/minecraft/models/w2380.json create mode 100644 assets/minecraft/models/w2381.json create mode 100644 assets/minecraft/models/w2382.json create mode 100644 assets/minecraft/models/w2383.json create mode 100644 assets/minecraft/models/w2384.json create mode 100644 assets/minecraft/models/w2385.json create mode 100644 assets/minecraft/models/w2386.json create mode 100644 assets/minecraft/models/w2387.json create mode 100644 assets/minecraft/models/w2388.json create mode 100644 assets/minecraft/models/w2389.json create mode 100644 assets/minecraft/models/w239.json create mode 100644 assets/minecraft/models/w2390.json create mode 100644 assets/minecraft/models/w2391.json create mode 100644 assets/minecraft/models/w2392.json create mode 100644 assets/minecraft/models/w2393.json create mode 100644 assets/minecraft/models/w2394.json create mode 100644 assets/minecraft/models/w2395.json create mode 100644 assets/minecraft/models/w2396.json create mode 100644 assets/minecraft/models/w2397.json create mode 100644 assets/minecraft/models/w2398.json create mode 100644 assets/minecraft/models/w2399.json create mode 100644 assets/minecraft/models/w24.json create mode 100644 assets/minecraft/models/w240.json create mode 100644 assets/minecraft/models/w2400.json create mode 100644 assets/minecraft/models/w2401.json create mode 100644 assets/minecraft/models/w2402.json create mode 100644 assets/minecraft/models/w2403.json create mode 100644 assets/minecraft/models/w2404.json create mode 100644 assets/minecraft/models/w2405.json create mode 100644 assets/minecraft/models/w2406.json create mode 100644 assets/minecraft/models/w2407.json create mode 100644 assets/minecraft/models/w2408.json create mode 100644 assets/minecraft/models/w2409.json create mode 100644 assets/minecraft/models/w241.json create mode 100644 assets/minecraft/models/w2410.json create mode 100644 assets/minecraft/models/w2411.json create mode 100644 assets/minecraft/models/w2412.json create mode 100644 assets/minecraft/models/w2413.json create mode 100644 assets/minecraft/models/w2414.json create mode 100644 assets/minecraft/models/w2415.json create mode 100644 assets/minecraft/models/w2416.json create mode 100644 assets/minecraft/models/w2417.json create mode 100644 assets/minecraft/models/w2418.json create mode 100644 assets/minecraft/models/w2419.json create mode 100644 assets/minecraft/models/w242.json create mode 100644 assets/minecraft/models/w2420.json create mode 100644 assets/minecraft/models/w2421.json create mode 100644 assets/minecraft/models/w2422.json create mode 100644 assets/minecraft/models/w2423.json create mode 100644 assets/minecraft/models/w2424.json create mode 100644 assets/minecraft/models/w2425.json create mode 100644 assets/minecraft/models/w2426.json create mode 100644 assets/minecraft/models/w2427.json create mode 100644 assets/minecraft/models/w2428.json create mode 100644 assets/minecraft/models/w2429.json create mode 100644 assets/minecraft/models/w243.json create mode 100644 assets/minecraft/models/w2430.json create mode 100644 assets/minecraft/models/w2431.json create mode 100644 assets/minecraft/models/w2432.json create mode 100644 assets/minecraft/models/w2433.json create mode 100644 assets/minecraft/models/w2434.json create mode 100644 assets/minecraft/models/w2435.json create mode 100644 assets/minecraft/models/w2436.json create mode 100644 assets/minecraft/models/w2437.json create mode 100644 assets/minecraft/models/w2438.json create mode 100644 assets/minecraft/models/w2439.json create mode 100644 assets/minecraft/models/w244.json create mode 100644 assets/minecraft/models/w2440.json create mode 100644 assets/minecraft/models/w2441.json create mode 100644 assets/minecraft/models/w2442.json create mode 100644 assets/minecraft/models/w2443.json create mode 100644 assets/minecraft/models/w2444.json create mode 100644 assets/minecraft/models/w2445.json create mode 100644 assets/minecraft/models/w2446.json create mode 100644 assets/minecraft/models/w2447.json create mode 100644 assets/minecraft/models/w2448.json create mode 100644 assets/minecraft/models/w2449.json create mode 100644 assets/minecraft/models/w245.json create mode 100644 assets/minecraft/models/w2450.json create mode 100644 assets/minecraft/models/w2451.json create mode 100644 assets/minecraft/models/w2452.json create mode 100644 assets/minecraft/models/w2453.json create mode 100644 assets/minecraft/models/w2454.json create mode 100644 assets/minecraft/models/w2455.json create mode 100644 assets/minecraft/models/w2456.json create mode 100644 assets/minecraft/models/w2457.json create mode 100644 assets/minecraft/models/w2458.json create mode 100644 assets/minecraft/models/w2459.json create mode 100644 assets/minecraft/models/w246.json create mode 100644 assets/minecraft/models/w2460.json create mode 100644 assets/minecraft/models/w2461.json create mode 100644 assets/minecraft/models/w2462.json create mode 100644 assets/minecraft/models/w2463.json create mode 100644 assets/minecraft/models/w2464.json create mode 100644 assets/minecraft/models/w2465.json create mode 100644 assets/minecraft/models/w2466.json create mode 100644 assets/minecraft/models/w2467.json create mode 100644 assets/minecraft/models/w2468.json create mode 100644 assets/minecraft/models/w2469.json create mode 100644 assets/minecraft/models/w247.json create mode 100644 assets/minecraft/models/w2470.json create mode 100644 assets/minecraft/models/w2471.json create mode 100644 assets/minecraft/models/w2472.json create mode 100644 assets/minecraft/models/w2473.json create mode 100644 assets/minecraft/models/w2474.json create mode 100644 assets/minecraft/models/w2475.json create mode 100644 assets/minecraft/models/w2476.json create mode 100644 assets/minecraft/models/w2477.json create mode 100644 assets/minecraft/models/w2478.json create mode 100644 assets/minecraft/models/w2479.json create mode 100644 assets/minecraft/models/w248.json create mode 100644 assets/minecraft/models/w2480.json create mode 100644 assets/minecraft/models/w2481.json create mode 100644 assets/minecraft/models/w2482.json create mode 100644 assets/minecraft/models/w2483.json create mode 100644 assets/minecraft/models/w2484.json create mode 100644 assets/minecraft/models/w2485.json create mode 100644 assets/minecraft/models/w2486.json create mode 100644 assets/minecraft/models/w2487.json create mode 100644 assets/minecraft/models/w2488.json create mode 100644 assets/minecraft/models/w2489.json create mode 100644 assets/minecraft/models/w249.json create mode 100644 assets/minecraft/models/w2490.json create mode 100644 assets/minecraft/models/w2491.json create mode 100644 assets/minecraft/models/w2492.json create mode 100644 assets/minecraft/models/w2493.json create mode 100644 assets/minecraft/models/w2494.json create mode 100644 assets/minecraft/models/w2495.json create mode 100644 assets/minecraft/models/w2496.json create mode 100644 assets/minecraft/models/w2497.json create mode 100644 assets/minecraft/models/w2498.json create mode 100644 assets/minecraft/models/w2499.json create mode 100644 assets/minecraft/models/w25.json create mode 100644 assets/minecraft/models/w250.json create mode 100644 assets/minecraft/models/w2500.json create mode 100644 assets/minecraft/models/w2501.json create mode 100644 assets/minecraft/models/w2502.json create mode 100644 assets/minecraft/models/w2503.json create mode 100644 assets/minecraft/models/w2504.json create mode 100644 assets/minecraft/models/w2505.json create mode 100644 assets/minecraft/models/w2506.json create mode 100644 assets/minecraft/models/w2507.json create mode 100644 assets/minecraft/models/w2508.json create mode 100644 assets/minecraft/models/w2509.json create mode 100644 assets/minecraft/models/w251.json create mode 100644 assets/minecraft/models/w2510.json create mode 100644 assets/minecraft/models/w2511.json create mode 100644 assets/minecraft/models/w2512.json create mode 100644 assets/minecraft/models/w2513.json create mode 100644 assets/minecraft/models/w2514.json create mode 100644 assets/minecraft/models/w2515.json create mode 100644 assets/minecraft/models/w2516.json create mode 100644 assets/minecraft/models/w2517.json create mode 100644 assets/minecraft/models/w2518.json create mode 100644 assets/minecraft/models/w2519.json create mode 100644 assets/minecraft/models/w252.json create mode 100644 assets/minecraft/models/w2520.json create mode 100644 assets/minecraft/models/w2521.json create mode 100644 assets/minecraft/models/w2522.json create mode 100644 assets/minecraft/models/w2523.json create mode 100644 assets/minecraft/models/w2524.json create mode 100644 assets/minecraft/models/w2525.json create mode 100644 assets/minecraft/models/w2526.json create mode 100644 assets/minecraft/models/w2527.json create mode 100644 assets/minecraft/models/w2528.json create mode 100644 assets/minecraft/models/w2529.json create mode 100644 assets/minecraft/models/w253.json create mode 100644 assets/minecraft/models/w2530.json create mode 100644 assets/minecraft/models/w2531.json create mode 100644 assets/minecraft/models/w2532.json create mode 100644 assets/minecraft/models/w2533.json create mode 100644 assets/minecraft/models/w2534.json create mode 100644 assets/minecraft/models/w2535.json create mode 100644 assets/minecraft/models/w2536.json create mode 100644 assets/minecraft/models/w2537.json create mode 100644 assets/minecraft/models/w2538.json create mode 100644 assets/minecraft/models/w2539.json create mode 100644 assets/minecraft/models/w254.json create mode 100644 assets/minecraft/models/w2540.json create mode 100644 assets/minecraft/models/w2541.json create mode 100644 assets/minecraft/models/w2542.json create mode 100644 assets/minecraft/models/w2543.json create mode 100644 assets/minecraft/models/w2544.json create mode 100644 assets/minecraft/models/w2545.json create mode 100644 assets/minecraft/models/w2546.json create mode 100644 assets/minecraft/models/w2547.json create mode 100644 assets/minecraft/models/w2548.json create mode 100644 assets/minecraft/models/w2549.json create mode 100644 assets/minecraft/models/w255.json create mode 100644 assets/minecraft/models/w2550.json create mode 100644 assets/minecraft/models/w2551.json create mode 100644 assets/minecraft/models/w2552.json create mode 100644 assets/minecraft/models/w2553.json create mode 100644 assets/minecraft/models/w2554.json create mode 100644 assets/minecraft/models/w2555.json create mode 100644 assets/minecraft/models/w2556.json create mode 100644 assets/minecraft/models/w2557.json create mode 100644 assets/minecraft/models/w2558.json create mode 100644 assets/minecraft/models/w2559.json create mode 100644 assets/minecraft/models/w256.json create mode 100644 assets/minecraft/models/w2560.json create mode 100644 assets/minecraft/models/w2561.json create mode 100644 assets/minecraft/models/w2562.json create mode 100644 assets/minecraft/models/w2563.json create mode 100644 assets/minecraft/models/w2564.json create mode 100644 assets/minecraft/models/w2565.json create mode 100644 assets/minecraft/models/w2566.json create mode 100644 assets/minecraft/models/w2567.json create mode 100644 assets/minecraft/models/w2568.json create mode 100644 assets/minecraft/models/w2569.json create mode 100644 assets/minecraft/models/w257.json create mode 100644 assets/minecraft/models/w2570.json create mode 100644 assets/minecraft/models/w2571.json create mode 100644 assets/minecraft/models/w2572.json create mode 100644 assets/minecraft/models/w2573.json create mode 100644 assets/minecraft/models/w2574.json create mode 100644 assets/minecraft/models/w2575.json create mode 100644 assets/minecraft/models/w2576.json create mode 100644 assets/minecraft/models/w2577.json create mode 100644 assets/minecraft/models/w2578.json create mode 100644 assets/minecraft/models/w2579.json create mode 100644 assets/minecraft/models/w258.json create mode 100644 assets/minecraft/models/w2580.json create mode 100644 assets/minecraft/models/w2581.json create mode 100644 assets/minecraft/models/w2582.json create mode 100644 assets/minecraft/models/w2583.json create mode 100644 assets/minecraft/models/w2584.json create mode 100644 assets/minecraft/models/w2585.json create mode 100644 assets/minecraft/models/w2586.json create mode 100644 assets/minecraft/models/w2587.json create mode 100644 assets/minecraft/models/w2588.json create mode 100644 assets/minecraft/models/w2589.json create mode 100644 assets/minecraft/models/w259.json create mode 100644 assets/minecraft/models/w2590.json create mode 100644 assets/minecraft/models/w2591.json create mode 100644 assets/minecraft/models/w2592.json create mode 100644 assets/minecraft/models/w2593.json create mode 100644 assets/minecraft/models/w2594.json create mode 100644 assets/minecraft/models/w2595.json create mode 100644 assets/minecraft/models/w2596.json create mode 100644 assets/minecraft/models/w2597.json create mode 100644 assets/minecraft/models/w2598.json create mode 100644 assets/minecraft/models/w2599.json create mode 100644 assets/minecraft/models/w26.json create mode 100644 assets/minecraft/models/w260.json create mode 100644 assets/minecraft/models/w2600.json create mode 100644 assets/minecraft/models/w2601.json create mode 100644 assets/minecraft/models/w2602.json create mode 100644 assets/minecraft/models/w2603.json create mode 100644 assets/minecraft/models/w2604.json create mode 100644 assets/minecraft/models/w2605.json create mode 100644 assets/minecraft/models/w2606.json create mode 100644 assets/minecraft/models/w2607.json create mode 100644 assets/minecraft/models/w2608.json create mode 100644 assets/minecraft/models/w2609.json create mode 100644 assets/minecraft/models/w261.json create mode 100644 assets/minecraft/models/w2610.json create mode 100644 assets/minecraft/models/w2611.json create mode 100644 assets/minecraft/models/w2612.json create mode 100644 assets/minecraft/models/w2613.json create mode 100644 assets/minecraft/models/w2614.json create mode 100644 assets/minecraft/models/w2615.json create mode 100644 assets/minecraft/models/w2616.json create mode 100644 assets/minecraft/models/w2617.json create mode 100644 assets/minecraft/models/w2618.json create mode 100644 assets/minecraft/models/w2619.json create mode 100644 assets/minecraft/models/w262.json create mode 100644 assets/minecraft/models/w2620.json create mode 100644 assets/minecraft/models/w2621.json create mode 100644 assets/minecraft/models/w2622.json create mode 100644 assets/minecraft/models/w2623.json create mode 100644 assets/minecraft/models/w2624.json create mode 100644 assets/minecraft/models/w2625.json create mode 100644 assets/minecraft/models/w2626.json create mode 100644 assets/minecraft/models/w2627.json create mode 100644 assets/minecraft/models/w2628.json create mode 100644 assets/minecraft/models/w2629.json create mode 100644 assets/minecraft/models/w263.json create mode 100644 assets/minecraft/models/w2630.json create mode 100644 assets/minecraft/models/w2631.json create mode 100644 assets/minecraft/models/w2632.json create mode 100644 assets/minecraft/models/w2633.json create mode 100644 assets/minecraft/models/w2634.json create mode 100644 assets/minecraft/models/w2635.json create mode 100644 assets/minecraft/models/w2636.json create mode 100644 assets/minecraft/models/w2637.json create mode 100644 assets/minecraft/models/w2638.json create mode 100644 assets/minecraft/models/w2639.json create mode 100644 assets/minecraft/models/w264.json create mode 100644 assets/minecraft/models/w2640.json create mode 100644 assets/minecraft/models/w2641.json create mode 100644 assets/minecraft/models/w2642.json create mode 100644 assets/minecraft/models/w2643.json create mode 100644 assets/minecraft/models/w2644.json create mode 100644 assets/minecraft/models/w2645.json create mode 100644 assets/minecraft/models/w2646.json create mode 100644 assets/minecraft/models/w2647.json create mode 100644 assets/minecraft/models/w2648.json create mode 100644 assets/minecraft/models/w2649.json create mode 100644 assets/minecraft/models/w265.json create mode 100644 assets/minecraft/models/w2650.json create mode 100644 assets/minecraft/models/w2651.json create mode 100644 assets/minecraft/models/w2652.json create mode 100644 assets/minecraft/models/w2653.json create mode 100644 assets/minecraft/models/w2654.json create mode 100644 assets/minecraft/models/w2655.json create mode 100644 assets/minecraft/models/w2656.json create mode 100644 assets/minecraft/models/w2657.json create mode 100644 assets/minecraft/models/w2658.json create mode 100644 assets/minecraft/models/w2659.json create mode 100644 assets/minecraft/models/w266.json create mode 100644 assets/minecraft/models/w2660.json create mode 100644 assets/minecraft/models/w2661.json create mode 100644 assets/minecraft/models/w2662.json create mode 100644 assets/minecraft/models/w2663.json create mode 100644 assets/minecraft/models/w2664.json create mode 100644 assets/minecraft/models/w2665.json create mode 100644 assets/minecraft/models/w2666.json create mode 100644 assets/minecraft/models/w2667.json create mode 100644 assets/minecraft/models/w2668.json create mode 100644 assets/minecraft/models/w2669.json create mode 100644 assets/minecraft/models/w267.json create mode 100644 assets/minecraft/models/w2670.json create mode 100644 assets/minecraft/models/w2671.json create mode 100644 assets/minecraft/models/w2672.json create mode 100644 assets/minecraft/models/w2673.json create mode 100644 assets/minecraft/models/w2674.json create mode 100644 assets/minecraft/models/w2675.json create mode 100644 assets/minecraft/models/w2676.json create mode 100644 assets/minecraft/models/w2677.json create mode 100644 assets/minecraft/models/w2678.json create mode 100644 assets/minecraft/models/w2679.json create mode 100644 assets/minecraft/models/w268.json create mode 100644 assets/minecraft/models/w2680.json create mode 100644 assets/minecraft/models/w2681.json create mode 100644 assets/minecraft/models/w2682.json create mode 100644 assets/minecraft/models/w2683.json create mode 100644 assets/minecraft/models/w2684.json create mode 100644 assets/minecraft/models/w2685.json create mode 100644 assets/minecraft/models/w2686.json create mode 100644 assets/minecraft/models/w2687.json create mode 100644 assets/minecraft/models/w2688.json create mode 100644 assets/minecraft/models/w2689.json create mode 100644 assets/minecraft/models/w269.json create mode 100644 assets/minecraft/models/w2690.json create mode 100644 assets/minecraft/models/w2691.json create mode 100644 assets/minecraft/models/w2692.json create mode 100644 assets/minecraft/models/w2693.json create mode 100644 assets/minecraft/models/w2694.json create mode 100644 assets/minecraft/models/w2695.json create mode 100644 assets/minecraft/models/w2696.json create mode 100644 assets/minecraft/models/w2697.json create mode 100644 assets/minecraft/models/w2698.json create mode 100644 assets/minecraft/models/w2699.json create mode 100644 assets/minecraft/models/w27.json create mode 100644 assets/minecraft/models/w270.json create mode 100644 assets/minecraft/models/w2700.json create mode 100644 assets/minecraft/models/w2701.json create mode 100644 assets/minecraft/models/w2702.json create mode 100644 assets/minecraft/models/w2703.json create mode 100644 assets/minecraft/models/w2704.json create mode 100644 assets/minecraft/models/w2705.json create mode 100644 assets/minecraft/models/w2706.json create mode 100644 assets/minecraft/models/w2707.json create mode 100644 assets/minecraft/models/w2708.json create mode 100644 assets/minecraft/models/w2709.json create mode 100644 assets/minecraft/models/w271.json create mode 100644 assets/minecraft/models/w2710.json create mode 100644 assets/minecraft/models/w2711.json create mode 100644 assets/minecraft/models/w2712.json create mode 100644 assets/minecraft/models/w2713.json create mode 100644 assets/minecraft/models/w2714.json create mode 100644 assets/minecraft/models/w2715.json create mode 100644 assets/minecraft/models/w2716.json create mode 100644 assets/minecraft/models/w2717.json create mode 100644 assets/minecraft/models/w2718.json create mode 100644 assets/minecraft/models/w2719.json create mode 100644 assets/minecraft/models/w272.json create mode 100644 assets/minecraft/models/w2720.json create mode 100644 assets/minecraft/models/w2721.json create mode 100644 assets/minecraft/models/w2722.json create mode 100644 assets/minecraft/models/w2723.json create mode 100644 assets/minecraft/models/w2724.json create mode 100644 assets/minecraft/models/w2725.json create mode 100644 assets/minecraft/models/w2726.json create mode 100644 assets/minecraft/models/w2727.json create mode 100644 assets/minecraft/models/w2728.json create mode 100644 assets/minecraft/models/w2729.json create mode 100644 assets/minecraft/models/w273.json create mode 100644 assets/minecraft/models/w2730.json create mode 100644 assets/minecraft/models/w2731.json create mode 100644 assets/minecraft/models/w2732.json create mode 100644 assets/minecraft/models/w2733.json create mode 100644 assets/minecraft/models/w2734.json create mode 100644 assets/minecraft/models/w2735.json create mode 100644 assets/minecraft/models/w2736.json create mode 100644 assets/minecraft/models/w2737.json create mode 100644 assets/minecraft/models/w2738.json create mode 100644 assets/minecraft/models/w2739.json create mode 100644 assets/minecraft/models/w274.json create mode 100644 assets/minecraft/models/w2740.json create mode 100644 assets/minecraft/models/w2741.json create mode 100644 assets/minecraft/models/w2742.json create mode 100644 assets/minecraft/models/w2743.json create mode 100644 assets/minecraft/models/w2744.json create mode 100644 assets/minecraft/models/w2745.json create mode 100644 assets/minecraft/models/w2746.json create mode 100644 assets/minecraft/models/w2747.json create mode 100644 assets/minecraft/models/w2748.json create mode 100644 assets/minecraft/models/w2749.json create mode 100644 assets/minecraft/models/w275.json create mode 100644 assets/minecraft/models/w2750.json create mode 100644 assets/minecraft/models/w2751.json create mode 100644 assets/minecraft/models/w2752.json create mode 100644 assets/minecraft/models/w2753.json create mode 100644 assets/minecraft/models/w2754.json create mode 100644 assets/minecraft/models/w2755.json create mode 100644 assets/minecraft/models/w2756.json create mode 100644 assets/minecraft/models/w2757.json create mode 100644 assets/minecraft/models/w2758.json create mode 100644 assets/minecraft/models/w2759.json create mode 100644 assets/minecraft/models/w276.json create mode 100644 assets/minecraft/models/w2760.json create mode 100644 assets/minecraft/models/w2761.json create mode 100644 assets/minecraft/models/w2762.json create mode 100644 assets/minecraft/models/w2763.json create mode 100644 assets/minecraft/models/w2764.json create mode 100644 assets/minecraft/models/w2765.json create mode 100644 assets/minecraft/models/w2766.json create mode 100644 assets/minecraft/models/w2767.json create mode 100644 assets/minecraft/models/w2768.json create mode 100644 assets/minecraft/models/w2769.json create mode 100644 assets/minecraft/models/w277.json create mode 100644 assets/minecraft/models/w2770.json create mode 100644 assets/minecraft/models/w2771.json create mode 100644 assets/minecraft/models/w2772.json create mode 100644 assets/minecraft/models/w2773.json create mode 100644 assets/minecraft/models/w2774.json create mode 100644 assets/minecraft/models/w2775.json create mode 100644 assets/minecraft/models/w2776.json create mode 100644 assets/minecraft/models/w2777.json create mode 100644 assets/minecraft/models/w2778.json create mode 100644 assets/minecraft/models/w2779.json create mode 100644 assets/minecraft/models/w278.json create mode 100644 assets/minecraft/models/w2780.json create mode 100644 assets/minecraft/models/w2781.json create mode 100644 assets/minecraft/models/w2782.json create mode 100644 assets/minecraft/models/w2783.json create mode 100644 assets/minecraft/models/w2784.json create mode 100644 assets/minecraft/models/w2785.json create mode 100644 assets/minecraft/models/w2786.json create mode 100644 assets/minecraft/models/w2787.json create mode 100644 assets/minecraft/models/w2788.json create mode 100644 assets/minecraft/models/w2789.json create mode 100644 assets/minecraft/models/w279.json create mode 100644 assets/minecraft/models/w2790.json create mode 100644 assets/minecraft/models/w2791.json create mode 100644 assets/minecraft/models/w2792.json create mode 100644 assets/minecraft/models/w2793.json create mode 100644 assets/minecraft/models/w2794.json create mode 100644 assets/minecraft/models/w2795.json create mode 100644 assets/minecraft/models/w2796.json create mode 100644 assets/minecraft/models/w2797.json create mode 100644 assets/minecraft/models/w2798.json create mode 100644 assets/minecraft/models/w2799.json create mode 100644 assets/minecraft/models/w28.json create mode 100644 assets/minecraft/models/w280.json create mode 100644 assets/minecraft/models/w2800.json create mode 100644 assets/minecraft/models/w2801.json create mode 100644 assets/minecraft/models/w2802.json create mode 100644 assets/minecraft/models/w2803.json create mode 100644 assets/minecraft/models/w2804.json create mode 100644 assets/minecraft/models/w2805.json create mode 100644 assets/minecraft/models/w2806.json create mode 100644 assets/minecraft/models/w2807.json create mode 100644 assets/minecraft/models/w2808.json create mode 100644 assets/minecraft/models/w2809.json create mode 100644 assets/minecraft/models/w281.json create mode 100644 assets/minecraft/models/w2810.json create mode 100644 assets/minecraft/models/w2811.json create mode 100644 assets/minecraft/models/w2812.json create mode 100644 assets/minecraft/models/w2813.json create mode 100644 assets/minecraft/models/w2814.json create mode 100644 assets/minecraft/models/w2815.json create mode 100644 assets/minecraft/models/w2816.json create mode 100644 assets/minecraft/models/w2817.json create mode 100644 assets/minecraft/models/w2818.json create mode 100644 assets/minecraft/models/w2819.json create mode 100644 assets/minecraft/models/w282.json create mode 100644 assets/minecraft/models/w2820.json create mode 100644 assets/minecraft/models/w2821.json create mode 100644 assets/minecraft/models/w2822.json create mode 100644 assets/minecraft/models/w2823.json create mode 100644 assets/minecraft/models/w2824.json create mode 100644 assets/minecraft/models/w2825.json create mode 100644 assets/minecraft/models/w2826.json create mode 100644 assets/minecraft/models/w2827.json create mode 100644 assets/minecraft/models/w2828.json create mode 100644 assets/minecraft/models/w2829.json create mode 100644 assets/minecraft/models/w283.json create mode 100644 assets/minecraft/models/w2830.json create mode 100644 assets/minecraft/models/w2831.json create mode 100644 assets/minecraft/models/w2832.json create mode 100644 assets/minecraft/models/w2833.json create mode 100644 assets/minecraft/models/w2834.json create mode 100644 assets/minecraft/models/w2835.json create mode 100644 assets/minecraft/models/w2836.json create mode 100644 assets/minecraft/models/w2837.json create mode 100644 assets/minecraft/models/w2838.json create mode 100644 assets/minecraft/models/w2839.json create mode 100644 assets/minecraft/models/w284.json create mode 100644 assets/minecraft/models/w2840.json create mode 100644 assets/minecraft/models/w2841.json create mode 100644 assets/minecraft/models/w2842.json create mode 100644 assets/minecraft/models/w2843.json create mode 100644 assets/minecraft/models/w2844.json create mode 100644 assets/minecraft/models/w2845.json create mode 100644 assets/minecraft/models/w2846.json create mode 100644 assets/minecraft/models/w2847.json create mode 100644 assets/minecraft/models/w2848.json create mode 100644 assets/minecraft/models/w2849.json create mode 100644 assets/minecraft/models/w285.json create mode 100644 assets/minecraft/models/w2850.json create mode 100644 assets/minecraft/models/w2851.json create mode 100644 assets/minecraft/models/w2852.json create mode 100644 assets/minecraft/models/w2853.json create mode 100644 assets/minecraft/models/w2854.json create mode 100644 assets/minecraft/models/w2855.json create mode 100644 assets/minecraft/models/w2856.json create mode 100644 assets/minecraft/models/w2857.json create mode 100644 assets/minecraft/models/w2858.json create mode 100644 assets/minecraft/models/w2859.json create mode 100644 assets/minecraft/models/w286.json create mode 100644 assets/minecraft/models/w2860.json create mode 100644 assets/minecraft/models/w2861.json create mode 100644 assets/minecraft/models/w2862.json create mode 100644 assets/minecraft/models/w2863.json create mode 100644 assets/minecraft/models/w2864.json create mode 100644 assets/minecraft/models/w2865.json create mode 100644 assets/minecraft/models/w2866.json create mode 100644 assets/minecraft/models/w2867.json create mode 100644 assets/minecraft/models/w2868.json create mode 100644 assets/minecraft/models/w2869.json create mode 100644 assets/minecraft/models/w287.json create mode 100644 assets/minecraft/models/w2870.json create mode 100644 assets/minecraft/models/w2871.json create mode 100644 assets/minecraft/models/w2872.json create mode 100644 assets/minecraft/models/w2873.json create mode 100644 assets/minecraft/models/w2874.json create mode 100644 assets/minecraft/models/w2875.json create mode 100644 assets/minecraft/models/w2876.json create mode 100644 assets/minecraft/models/w2877.json create mode 100644 assets/minecraft/models/w2878.json create mode 100644 assets/minecraft/models/w2879.json create mode 100644 assets/minecraft/models/w288.json create mode 100644 assets/minecraft/models/w2880.json create mode 100644 assets/minecraft/models/w2881.json create mode 100644 assets/minecraft/models/w2882.json create mode 100644 assets/minecraft/models/w2883.json create mode 100644 assets/minecraft/models/w2884.json create mode 100644 assets/minecraft/models/w2885.json create mode 100644 assets/minecraft/models/w2886.json create mode 100644 assets/minecraft/models/w2887.json create mode 100644 assets/minecraft/models/w2888.json create mode 100644 assets/minecraft/models/w2889.json create mode 100644 assets/minecraft/models/w289.json create mode 100644 assets/minecraft/models/w2890.json create mode 100644 assets/minecraft/models/w2891.json create mode 100644 assets/minecraft/models/w2892.json create mode 100644 assets/minecraft/models/w2893.json create mode 100644 assets/minecraft/models/w2894.json create mode 100644 assets/minecraft/models/w2895.json create mode 100644 assets/minecraft/models/w2896.json create mode 100644 assets/minecraft/models/w2897.json create mode 100644 assets/minecraft/models/w2898.json create mode 100644 assets/minecraft/models/w2899.json create mode 100644 assets/minecraft/models/w29.json create mode 100644 assets/minecraft/models/w290.json create mode 100644 assets/minecraft/models/w2900.json create mode 100644 assets/minecraft/models/w2901.json create mode 100644 assets/minecraft/models/w2902.json create mode 100644 assets/minecraft/models/w2903.json create mode 100644 assets/minecraft/models/w2904.json create mode 100644 assets/minecraft/models/w2905.json create mode 100644 assets/minecraft/models/w2906.json create mode 100644 assets/minecraft/models/w2907.json create mode 100644 assets/minecraft/models/w2908.json create mode 100644 assets/minecraft/models/w2909.json create mode 100644 assets/minecraft/models/w291.json create mode 100644 assets/minecraft/models/w2910.json create mode 100644 assets/minecraft/models/w2911.json create mode 100644 assets/minecraft/models/w2912.json create mode 100644 assets/minecraft/models/w2913.json create mode 100644 assets/minecraft/models/w2914.json create mode 100644 assets/minecraft/models/w2915.json create mode 100644 assets/minecraft/models/w2916.json create mode 100644 assets/minecraft/models/w2917.json create mode 100644 assets/minecraft/models/w2918.json create mode 100644 assets/minecraft/models/w2919.json create mode 100644 assets/minecraft/models/w292.json create mode 100644 assets/minecraft/models/w2920.json create mode 100644 assets/minecraft/models/w2921.json create mode 100644 assets/minecraft/models/w2922.json create mode 100644 assets/minecraft/models/w2923.json create mode 100644 assets/minecraft/models/w2924.json create mode 100644 assets/minecraft/models/w2925.json create mode 100644 assets/minecraft/models/w2926.json create mode 100644 assets/minecraft/models/w2927.json create mode 100644 assets/minecraft/models/w2928.json create mode 100644 assets/minecraft/models/w2929.json create mode 100644 assets/minecraft/models/w293.json create mode 100644 assets/minecraft/models/w2930.json create mode 100644 assets/minecraft/models/w2931.json create mode 100644 assets/minecraft/models/w2932.json create mode 100644 assets/minecraft/models/w2933.json create mode 100644 assets/minecraft/models/w2934.json create mode 100644 assets/minecraft/models/w2935.json create mode 100644 assets/minecraft/models/w2936.json create mode 100644 assets/minecraft/models/w2937.json create mode 100644 assets/minecraft/models/w2938.json create mode 100644 assets/minecraft/models/w2939.json create mode 100644 assets/minecraft/models/w294.json create mode 100644 assets/minecraft/models/w2940.json create mode 100644 assets/minecraft/models/w2941.json create mode 100644 assets/minecraft/models/w2942.json create mode 100644 assets/minecraft/models/w2943.json create mode 100644 assets/minecraft/models/w2944.json create mode 100644 assets/minecraft/models/w2945.json create mode 100644 assets/minecraft/models/w2946.json create mode 100644 assets/minecraft/models/w2947.json create mode 100644 assets/minecraft/models/w2948.json create mode 100644 assets/minecraft/models/w2949.json create mode 100644 assets/minecraft/models/w295.json create mode 100644 assets/minecraft/models/w2950.json create mode 100644 assets/minecraft/models/w2951.json create mode 100644 assets/minecraft/models/w2952.json create mode 100644 assets/minecraft/models/w2953.json create mode 100644 assets/minecraft/models/w2954.json create mode 100644 assets/minecraft/models/w2955.json create mode 100644 assets/minecraft/models/w2956.json create mode 100644 assets/minecraft/models/w2957.json create mode 100644 assets/minecraft/models/w2958.json create mode 100644 assets/minecraft/models/w2959.json create mode 100644 assets/minecraft/models/w296.json create mode 100644 assets/minecraft/models/w2960.json create mode 100644 assets/minecraft/models/w2961.json create mode 100644 assets/minecraft/models/w2962.json create mode 100644 assets/minecraft/models/w2963.json create mode 100644 assets/minecraft/models/w2964.json create mode 100644 assets/minecraft/models/w2965.json create mode 100644 assets/minecraft/models/w2966.json create mode 100644 assets/minecraft/models/w2967.json create mode 100644 assets/minecraft/models/w2968.json create mode 100644 assets/minecraft/models/w2969.json create mode 100644 assets/minecraft/models/w297.json create mode 100644 assets/minecraft/models/w2970.json create mode 100644 assets/minecraft/models/w2971.json create mode 100644 assets/minecraft/models/w2972.json create mode 100644 assets/minecraft/models/w2973.json create mode 100644 assets/minecraft/models/w2974.json create mode 100644 assets/minecraft/models/w2975.json create mode 100644 assets/minecraft/models/w2976.json create mode 100644 assets/minecraft/models/w2977.json create mode 100644 assets/minecraft/models/w2978.json create mode 100644 assets/minecraft/models/w2979.json create mode 100644 assets/minecraft/models/w298.json create mode 100644 assets/minecraft/models/w2980.json create mode 100644 assets/minecraft/models/w2981.json create mode 100644 assets/minecraft/models/w2982.json create mode 100644 assets/minecraft/models/w2983.json create mode 100644 assets/minecraft/models/w2984.json create mode 100644 assets/minecraft/models/w2985.json create mode 100644 assets/minecraft/models/w2986.json create mode 100644 assets/minecraft/models/w2987.json create mode 100644 assets/minecraft/models/w2988.json create mode 100644 assets/minecraft/models/w2989.json create mode 100644 assets/minecraft/models/w299.json create mode 100644 assets/minecraft/models/w2990.json create mode 100644 assets/minecraft/models/w2991.json create mode 100644 assets/minecraft/models/w2992.json create mode 100644 assets/minecraft/models/w2993.json create mode 100644 assets/minecraft/models/w2994.json create mode 100644 assets/minecraft/models/w2995.json create mode 100644 assets/minecraft/models/w2996.json create mode 100644 assets/minecraft/models/w2997.json create mode 100644 assets/minecraft/models/w2998.json create mode 100644 assets/minecraft/models/w2999.json create mode 100644 assets/minecraft/models/w3.json create mode 100644 assets/minecraft/models/w30.json create mode 100644 assets/minecraft/models/w300.json create mode 100644 assets/minecraft/models/w3000.json create mode 100644 assets/minecraft/models/w3001.json create mode 100644 assets/minecraft/models/w3002.json create mode 100644 assets/minecraft/models/w3003.json create mode 100644 assets/minecraft/models/w3004.json create mode 100644 assets/minecraft/models/w3005.json create mode 100644 assets/minecraft/models/w3006.json create mode 100644 assets/minecraft/models/w3007.json create mode 100644 assets/minecraft/models/w3008.json create mode 100644 assets/minecraft/models/w3009.json create mode 100644 assets/minecraft/models/w301.json create mode 100644 assets/minecraft/models/w3010.json create mode 100644 assets/minecraft/models/w3011.json create mode 100644 assets/minecraft/models/w3012.json create mode 100644 assets/minecraft/models/w3013.json create mode 100644 assets/minecraft/models/w3014.json create mode 100644 assets/minecraft/models/w3015.json create mode 100644 assets/minecraft/models/w3016.json create mode 100644 assets/minecraft/models/w3017.json create mode 100644 assets/minecraft/models/w3018.json create mode 100644 assets/minecraft/models/w3019.json create mode 100644 assets/minecraft/models/w302.json create mode 100644 assets/minecraft/models/w3020.json create mode 100644 assets/minecraft/models/w3021.json create mode 100644 assets/minecraft/models/w3022.json create mode 100644 assets/minecraft/models/w3023.json create mode 100644 assets/minecraft/models/w3024.json create mode 100644 assets/minecraft/models/w3025.json create mode 100644 assets/minecraft/models/w3026.json create mode 100644 assets/minecraft/models/w3027.json create mode 100644 assets/minecraft/models/w3028.json create mode 100644 assets/minecraft/models/w3029.json create mode 100644 assets/minecraft/models/w303.json create mode 100644 assets/minecraft/models/w3030.json create mode 100644 assets/minecraft/models/w3031.json create mode 100644 assets/minecraft/models/w3032.json create mode 100644 assets/minecraft/models/w3033.json create mode 100644 assets/minecraft/models/w3034.json create mode 100644 assets/minecraft/models/w3035.json create mode 100644 assets/minecraft/models/w3036.json create mode 100644 assets/minecraft/models/w3037.json create mode 100644 assets/minecraft/models/w3038.json create mode 100644 assets/minecraft/models/w3039.json create mode 100644 assets/minecraft/models/w304.json create mode 100644 assets/minecraft/models/w3040.json create mode 100644 assets/minecraft/models/w3041.json create mode 100644 assets/minecraft/models/w3042.json create mode 100644 assets/minecraft/models/w3043.json create mode 100644 assets/minecraft/models/w3044.json create mode 100644 assets/minecraft/models/w3045.json create mode 100644 assets/minecraft/models/w3046.json create mode 100644 assets/minecraft/models/w3047.json create mode 100644 assets/minecraft/models/w3048.json create mode 100644 assets/minecraft/models/w3049.json create mode 100644 assets/minecraft/models/w305.json create mode 100644 assets/minecraft/models/w3050.json create mode 100644 assets/minecraft/models/w3051.json create mode 100644 assets/minecraft/models/w3052.json create mode 100644 assets/minecraft/models/w3053.json create mode 100644 assets/minecraft/models/w3054.json create mode 100644 assets/minecraft/models/w3055.json create mode 100644 assets/minecraft/models/w3056.json create mode 100644 assets/minecraft/models/w3057.json create mode 100644 assets/minecraft/models/w3058.json create mode 100644 assets/minecraft/models/w3059.json create mode 100644 assets/minecraft/models/w306.json create mode 100644 assets/minecraft/models/w3060.json create mode 100644 assets/minecraft/models/w3061.json create mode 100644 assets/minecraft/models/w3062.json create mode 100644 assets/minecraft/models/w3063.json create mode 100644 assets/minecraft/models/w3064.json create mode 100644 assets/minecraft/models/w3065.json create mode 100644 assets/minecraft/models/w3066.json create mode 100644 assets/minecraft/models/w3067.json create mode 100644 assets/minecraft/models/w3068.json create mode 100644 assets/minecraft/models/w3069.json create mode 100644 assets/minecraft/models/w307.json create mode 100644 assets/minecraft/models/w3070.json create mode 100644 assets/minecraft/models/w3071.json create mode 100644 assets/minecraft/models/w3072.json create mode 100644 assets/minecraft/models/w3073.json create mode 100644 assets/minecraft/models/w3074.json create mode 100644 assets/minecraft/models/w3075.json create mode 100644 assets/minecraft/models/w3076.json create mode 100644 assets/minecraft/models/w3077.json create mode 100644 assets/minecraft/models/w3078.json create mode 100644 assets/minecraft/models/w3079.json create mode 100644 assets/minecraft/models/w308.json create mode 100644 assets/minecraft/models/w3080.json create mode 100644 assets/minecraft/models/w3081.json create mode 100644 assets/minecraft/models/w3082.json create mode 100644 assets/minecraft/models/w3083.json create mode 100644 assets/minecraft/models/w3084.json create mode 100644 assets/minecraft/models/w3085.json create mode 100644 assets/minecraft/models/w3086.json create mode 100644 assets/minecraft/models/w3087.json create mode 100644 assets/minecraft/models/w3088.json create mode 100644 assets/minecraft/models/w3089.json create mode 100644 assets/minecraft/models/w309.json create mode 100644 assets/minecraft/models/w3090.json create mode 100644 assets/minecraft/models/w3091.json create mode 100644 assets/minecraft/models/w3092.json create mode 100644 assets/minecraft/models/w3093.json create mode 100644 assets/minecraft/models/w3094.json create mode 100644 assets/minecraft/models/w3095.json create mode 100644 assets/minecraft/models/w3096.json create mode 100644 assets/minecraft/models/w3097.json create mode 100644 assets/minecraft/models/w3098.json create mode 100644 assets/minecraft/models/w3099.json create mode 100644 assets/minecraft/models/w31.json create mode 100644 assets/minecraft/models/w310.json create mode 100644 assets/minecraft/models/w3100.json create mode 100644 assets/minecraft/models/w3101.json create mode 100644 assets/minecraft/models/w3102.json create mode 100644 assets/minecraft/models/w3103.json create mode 100644 assets/minecraft/models/w3104.json create mode 100644 assets/minecraft/models/w3105.json create mode 100644 assets/minecraft/models/w3106.json create mode 100644 assets/minecraft/models/w3107.json create mode 100644 assets/minecraft/models/w3108.json create mode 100644 assets/minecraft/models/w3109.json create mode 100644 assets/minecraft/models/w311.json create mode 100644 assets/minecraft/models/w3110.json create mode 100644 assets/minecraft/models/w3111.json create mode 100644 assets/minecraft/models/w3112.json create mode 100644 assets/minecraft/models/w3113.json create mode 100644 assets/minecraft/models/w3114.json create mode 100644 assets/minecraft/models/w3115.json create mode 100644 assets/minecraft/models/w3116.json create mode 100644 assets/minecraft/models/w3117.json create mode 100644 assets/minecraft/models/w3118.json create mode 100644 assets/minecraft/models/w3119.json create mode 100644 assets/minecraft/models/w312.json create mode 100644 assets/minecraft/models/w3120.json create mode 100644 assets/minecraft/models/w3121.json create mode 100644 assets/minecraft/models/w3122.json create mode 100644 assets/minecraft/models/w3123.json create mode 100644 assets/minecraft/models/w3124.json create mode 100644 assets/minecraft/models/w3125.json create mode 100644 assets/minecraft/models/w3126.json create mode 100644 assets/minecraft/models/w3127.json create mode 100644 assets/minecraft/models/w3128.json create mode 100644 assets/minecraft/models/w3129.json create mode 100644 assets/minecraft/models/w313.json create mode 100644 assets/minecraft/models/w3130.json create mode 100644 assets/minecraft/models/w3131.json create mode 100644 assets/minecraft/models/w3132.json create mode 100644 assets/minecraft/models/w3133.json create mode 100644 assets/minecraft/models/w3134.json create mode 100644 assets/minecraft/models/w3135.json create mode 100644 assets/minecraft/models/w3136.json create mode 100644 assets/minecraft/models/w3137.json create mode 100644 assets/minecraft/models/w3138.json create mode 100644 assets/minecraft/models/w3139.json create mode 100644 assets/minecraft/models/w314.json create mode 100644 assets/minecraft/models/w3140.json create mode 100644 assets/minecraft/models/w3141.json create mode 100644 assets/minecraft/models/w3142.json create mode 100644 assets/minecraft/models/w3143.json create mode 100644 assets/minecraft/models/w3144.json create mode 100644 assets/minecraft/models/w3145.json create mode 100644 assets/minecraft/models/w3146.json create mode 100644 assets/minecraft/models/w3147.json create mode 100644 assets/minecraft/models/w3148.json create mode 100644 assets/minecraft/models/w3149.json create mode 100644 assets/minecraft/models/w315.json create mode 100644 assets/minecraft/models/w3150.json create mode 100644 assets/minecraft/models/w3151.json create mode 100644 assets/minecraft/models/w3152.json create mode 100644 assets/minecraft/models/w3153.json create mode 100644 assets/minecraft/models/w3154.json create mode 100644 assets/minecraft/models/w3155.json create mode 100644 assets/minecraft/models/w3156.json create mode 100644 assets/minecraft/models/w3157.json create mode 100644 assets/minecraft/models/w3158.json create mode 100644 assets/minecraft/models/w3159.json create mode 100644 assets/minecraft/models/w316.json create mode 100644 assets/minecraft/models/w3160.json create mode 100644 assets/minecraft/models/w3161.json create mode 100644 assets/minecraft/models/w3162.json create mode 100644 assets/minecraft/models/w3163.json create mode 100644 assets/minecraft/models/w3164.json create mode 100644 assets/minecraft/models/w3165.json create mode 100644 assets/minecraft/models/w3166.json create mode 100644 assets/minecraft/models/w3167.json create mode 100644 assets/minecraft/models/w3168.json create mode 100644 assets/minecraft/models/w3169.json create mode 100644 assets/minecraft/models/w317.json create mode 100644 assets/minecraft/models/w3170.json create mode 100644 assets/minecraft/models/w3171.json create mode 100644 assets/minecraft/models/w3172.json create mode 100644 assets/minecraft/models/w3173.json create mode 100644 assets/minecraft/models/w3174.json create mode 100644 assets/minecraft/models/w3175.json create mode 100644 assets/minecraft/models/w3176.json create mode 100644 assets/minecraft/models/w3177.json create mode 100644 assets/minecraft/models/w3178.json create mode 100644 assets/minecraft/models/w3179.json create mode 100644 assets/minecraft/models/w318.json create mode 100644 assets/minecraft/models/w3180.json create mode 100644 assets/minecraft/models/w3181.json create mode 100644 assets/minecraft/models/w3182.json create mode 100644 assets/minecraft/models/w3183.json create mode 100644 assets/minecraft/models/w3184.json create mode 100644 assets/minecraft/models/w3185.json create mode 100644 assets/minecraft/models/w3186.json create mode 100644 assets/minecraft/models/w3187.json create mode 100644 assets/minecraft/models/w3188.json create mode 100644 assets/minecraft/models/w3189.json create mode 100644 assets/minecraft/models/w319.json create mode 100644 assets/minecraft/models/w3190.json create mode 100644 assets/minecraft/models/w3191.json create mode 100644 assets/minecraft/models/w3192.json create mode 100644 assets/minecraft/models/w3193.json create mode 100644 assets/minecraft/models/w3194.json create mode 100644 assets/minecraft/models/w3195.json create mode 100644 assets/minecraft/models/w3196.json create mode 100644 assets/minecraft/models/w3197.json create mode 100644 assets/minecraft/models/w3198.json create mode 100644 assets/minecraft/models/w3199.json create mode 100644 assets/minecraft/models/w32.json create mode 100644 assets/minecraft/models/w320.json create mode 100644 assets/minecraft/models/w3200.json create mode 100644 assets/minecraft/models/w3201.json create mode 100644 assets/minecraft/models/w3202.json create mode 100644 assets/minecraft/models/w3203.json create mode 100644 assets/minecraft/models/w3204.json create mode 100644 assets/minecraft/models/w3205.json create mode 100644 assets/minecraft/models/w3206.json create mode 100644 assets/minecraft/models/w3207.json create mode 100644 assets/minecraft/models/w3208.json create mode 100644 assets/minecraft/models/w3209.json create mode 100644 assets/minecraft/models/w321.json create mode 100644 assets/minecraft/models/w3210.json create mode 100644 assets/minecraft/models/w3211.json create mode 100644 assets/minecraft/models/w3212.json create mode 100644 assets/minecraft/models/w3213.json create mode 100644 assets/minecraft/models/w3214.json create mode 100644 assets/minecraft/models/w3215.json create mode 100644 assets/minecraft/models/w3216.json create mode 100644 assets/minecraft/models/w3217.json create mode 100644 assets/minecraft/models/w3218.json create mode 100644 assets/minecraft/models/w3219.json create mode 100644 assets/minecraft/models/w322.json create mode 100644 assets/minecraft/models/w3220.json create mode 100644 assets/minecraft/models/w3221.json create mode 100644 assets/minecraft/models/w3222.json create mode 100644 assets/minecraft/models/w3223.json create mode 100644 assets/minecraft/models/w3224.json create mode 100644 assets/minecraft/models/w3225.json create mode 100644 assets/minecraft/models/w3226.json create mode 100644 assets/minecraft/models/w3227.json create mode 100644 assets/minecraft/models/w3228.json create mode 100644 assets/minecraft/models/w3229.json create mode 100644 assets/minecraft/models/w323.json create mode 100644 assets/minecraft/models/w3230.json create mode 100644 assets/minecraft/models/w3231.json create mode 100644 assets/minecraft/models/w3232.json create mode 100644 assets/minecraft/models/w3233.json create mode 100644 assets/minecraft/models/w3234.json create mode 100644 assets/minecraft/models/w3235.json create mode 100644 assets/minecraft/models/w3236.json create mode 100644 assets/minecraft/models/w3237.json create mode 100644 assets/minecraft/models/w3238.json create mode 100644 assets/minecraft/models/w3239.json create mode 100644 assets/minecraft/models/w324.json create mode 100644 assets/minecraft/models/w3240.json create mode 100644 assets/minecraft/models/w3241.json create mode 100644 assets/minecraft/models/w3242.json create mode 100644 assets/minecraft/models/w3243.json create mode 100644 assets/minecraft/models/w3244.json create mode 100644 assets/minecraft/models/w3245.json create mode 100644 assets/minecraft/models/w3246.json create mode 100644 assets/minecraft/models/w3247.json create mode 100644 assets/minecraft/models/w3248.json create mode 100644 assets/minecraft/models/w3249.json create mode 100644 assets/minecraft/models/w325.json create mode 100644 assets/minecraft/models/w3250.json create mode 100644 assets/minecraft/models/w3251.json create mode 100644 assets/minecraft/models/w3252.json create mode 100644 assets/minecraft/models/w3253.json create mode 100644 assets/minecraft/models/w3254.json create mode 100644 assets/minecraft/models/w3255.json create mode 100644 assets/minecraft/models/w3256.json create mode 100644 assets/minecraft/models/w3257.json create mode 100644 assets/minecraft/models/w3258.json create mode 100644 assets/minecraft/models/w3259.json create mode 100644 assets/minecraft/models/w326.json create mode 100644 assets/minecraft/models/w3260.json create mode 100644 assets/minecraft/models/w3261.json create mode 100644 assets/minecraft/models/w3262.json create mode 100644 assets/minecraft/models/w3263.json create mode 100644 assets/minecraft/models/w3264.json create mode 100644 assets/minecraft/models/w3265.json create mode 100644 assets/minecraft/models/w3266.json create mode 100644 assets/minecraft/models/w3267.json create mode 100644 assets/minecraft/models/w3268.json create mode 100644 assets/minecraft/models/w3269.json create mode 100644 assets/minecraft/models/w327.json create mode 100644 assets/minecraft/models/w3270.json create mode 100644 assets/minecraft/models/w3271.json create mode 100644 assets/minecraft/models/w3272.json create mode 100644 assets/minecraft/models/w3273.json create mode 100644 assets/minecraft/models/w3274.json create mode 100644 assets/minecraft/models/w3275.json create mode 100644 assets/minecraft/models/w3276.json create mode 100644 assets/minecraft/models/w3277.json create mode 100644 assets/minecraft/models/w3278.json create mode 100644 assets/minecraft/models/w3279.json create mode 100644 assets/minecraft/models/w328.json create mode 100644 assets/minecraft/models/w3280.json create mode 100644 assets/minecraft/models/w3281.json create mode 100644 assets/minecraft/models/w3282.json create mode 100644 assets/minecraft/models/w3283.json create mode 100644 assets/minecraft/models/w3284.json create mode 100644 assets/minecraft/models/w3285.json create mode 100644 assets/minecraft/models/w3286.json create mode 100644 assets/minecraft/models/w3287.json create mode 100644 assets/minecraft/models/w3288.json create mode 100644 assets/minecraft/models/w3289.json create mode 100644 assets/minecraft/models/w329.json create mode 100644 assets/minecraft/models/w3290.json create mode 100644 assets/minecraft/models/w3291.json create mode 100644 assets/minecraft/models/w3292.json create mode 100644 assets/minecraft/models/w3293.json create mode 100644 assets/minecraft/models/w3294.json create mode 100644 assets/minecraft/models/w3295.json create mode 100644 assets/minecraft/models/w3296.json create mode 100644 assets/minecraft/models/w3297.json create mode 100644 assets/minecraft/models/w3298.json create mode 100644 assets/minecraft/models/w3299.json create mode 100644 assets/minecraft/models/w33.json create mode 100644 assets/minecraft/models/w330.json create mode 100644 assets/minecraft/models/w3300.json create mode 100644 assets/minecraft/models/w3301.json create mode 100644 assets/minecraft/models/w3302.json create mode 100644 assets/minecraft/models/w3303.json create mode 100644 assets/minecraft/models/w3304.json create mode 100644 assets/minecraft/models/w3305.json create mode 100644 assets/minecraft/models/w3306.json create mode 100644 assets/minecraft/models/w3307.json create mode 100644 assets/minecraft/models/w3308.json create mode 100644 assets/minecraft/models/w3309.json create mode 100644 assets/minecraft/models/w331.json create mode 100644 assets/minecraft/models/w3310.json create mode 100644 assets/minecraft/models/w3311.json create mode 100644 assets/minecraft/models/w3312.json create mode 100644 assets/minecraft/models/w3313.json create mode 100644 assets/minecraft/models/w3314.json create mode 100644 assets/minecraft/models/w3315.json create mode 100644 assets/minecraft/models/w3316.json create mode 100644 assets/minecraft/models/w3317.json create mode 100644 assets/minecraft/models/w3318.json create mode 100644 assets/minecraft/models/w3319.json create mode 100644 assets/minecraft/models/w332.json create mode 100644 assets/minecraft/models/w3320.json create mode 100644 assets/minecraft/models/w3321.json create mode 100644 assets/minecraft/models/w3322.json create mode 100644 assets/minecraft/models/w3323.json create mode 100644 assets/minecraft/models/w3324.json create mode 100644 assets/minecraft/models/w3325.json create mode 100644 assets/minecraft/models/w3326.json create mode 100644 assets/minecraft/models/w3327.json create mode 100644 assets/minecraft/models/w3328.json create mode 100644 assets/minecraft/models/w3329.json create mode 100644 assets/minecraft/models/w333.json create mode 100644 assets/minecraft/models/w3330.json create mode 100644 assets/minecraft/models/w3331.json create mode 100644 assets/minecraft/models/w3332.json create mode 100644 assets/minecraft/models/w3333.json create mode 100644 assets/minecraft/models/w3334.json create mode 100644 assets/minecraft/models/w3335.json create mode 100644 assets/minecraft/models/w3336.json create mode 100644 assets/minecraft/models/w3337.json create mode 100644 assets/minecraft/models/w3338.json create mode 100644 assets/minecraft/models/w3339.json create mode 100644 assets/minecraft/models/w334.json create mode 100644 assets/minecraft/models/w3340.json create mode 100644 assets/minecraft/models/w3341.json create mode 100644 assets/minecraft/models/w3342.json create mode 100644 assets/minecraft/models/w3343.json create mode 100644 assets/minecraft/models/w3344.json create mode 100644 assets/minecraft/models/w3345.json create mode 100644 assets/minecraft/models/w3346.json create mode 100644 assets/minecraft/models/w3347.json create mode 100644 assets/minecraft/models/w3348.json create mode 100644 assets/minecraft/models/w3349.json create mode 100644 assets/minecraft/models/w335.json create mode 100644 assets/minecraft/models/w3350.json create mode 100644 assets/minecraft/models/w3351.json create mode 100644 assets/minecraft/models/w3352.json create mode 100644 assets/minecraft/models/w3353.json create mode 100644 assets/minecraft/models/w3354.json create mode 100644 assets/minecraft/models/w3355.json create mode 100644 assets/minecraft/models/w3356.json create mode 100644 assets/minecraft/models/w3357.json create mode 100644 assets/minecraft/models/w3358.json create mode 100644 assets/minecraft/models/w3359.json create mode 100644 assets/minecraft/models/w336.json create mode 100644 assets/minecraft/models/w3360.json create mode 100644 assets/minecraft/models/w3361.json create mode 100644 assets/minecraft/models/w3362.json create mode 100644 assets/minecraft/models/w3363.json create mode 100644 assets/minecraft/models/w3364.json create mode 100644 assets/minecraft/models/w3365.json create mode 100644 assets/minecraft/models/w3366.json create mode 100644 assets/minecraft/models/w3367.json create mode 100644 assets/minecraft/models/w3368.json create mode 100644 assets/minecraft/models/w3369.json create mode 100644 assets/minecraft/models/w337.json create mode 100644 assets/minecraft/models/w3370.json create mode 100644 assets/minecraft/models/w3371.json create mode 100644 assets/minecraft/models/w3372.json create mode 100644 assets/minecraft/models/w3373.json create mode 100644 assets/minecraft/models/w3374.json create mode 100644 assets/minecraft/models/w3375.json create mode 100644 assets/minecraft/models/w3376.json create mode 100644 assets/minecraft/models/w3377.json create mode 100644 assets/minecraft/models/w3378.json create mode 100644 assets/minecraft/models/w3379.json create mode 100644 assets/minecraft/models/w338.json create mode 100644 assets/minecraft/models/w3380.json create mode 100644 assets/minecraft/models/w3381.json create mode 100644 assets/minecraft/models/w3382.json create mode 100644 assets/minecraft/models/w3383.json create mode 100644 assets/minecraft/models/w3384.json create mode 100644 assets/minecraft/models/w3385.json create mode 100644 assets/minecraft/models/w3386.json create mode 100644 assets/minecraft/models/w3387.json create mode 100644 assets/minecraft/models/w3388.json create mode 100644 assets/minecraft/models/w3389.json create mode 100644 assets/minecraft/models/w339.json create mode 100644 assets/minecraft/models/w3390.json create mode 100644 assets/minecraft/models/w3391.json create mode 100644 assets/minecraft/models/w3392.json create mode 100644 assets/minecraft/models/w3393.json create mode 100644 assets/minecraft/models/w3394.json create mode 100644 assets/minecraft/models/w3395.json create mode 100644 assets/minecraft/models/w3396.json create mode 100644 assets/minecraft/models/w3397.json create mode 100644 assets/minecraft/models/w3398.json create mode 100644 assets/minecraft/models/w3399.json create mode 100644 assets/minecraft/models/w34.json create mode 100644 assets/minecraft/models/w340.json create mode 100644 assets/minecraft/models/w3400.json create mode 100644 assets/minecraft/models/w3401.json create mode 100644 assets/minecraft/models/w3402.json create mode 100644 assets/minecraft/models/w3403.json create mode 100644 assets/minecraft/models/w3404.json create mode 100644 assets/minecraft/models/w3405.json create mode 100644 assets/minecraft/models/w3406.json create mode 100644 assets/minecraft/models/w3407.json create mode 100644 assets/minecraft/models/w3408.json create mode 100644 assets/minecraft/models/w3409.json create mode 100644 assets/minecraft/models/w341.json create mode 100644 assets/minecraft/models/w3410.json create mode 100644 assets/minecraft/models/w3411.json create mode 100644 assets/minecraft/models/w3412.json create mode 100644 assets/minecraft/models/w3413.json create mode 100644 assets/minecraft/models/w3414.json create mode 100644 assets/minecraft/models/w3415.json create mode 100644 assets/minecraft/models/w3416.json create mode 100644 assets/minecraft/models/w3417.json create mode 100644 assets/minecraft/models/w3418.json create mode 100644 assets/minecraft/models/w3419.json create mode 100644 assets/minecraft/models/w342.json create mode 100644 assets/minecraft/models/w3420.json create mode 100644 assets/minecraft/models/w3421.json create mode 100644 assets/minecraft/models/w3422.json create mode 100644 assets/minecraft/models/w3423.json create mode 100644 assets/minecraft/models/w3424.json create mode 100644 assets/minecraft/models/w3425.json create mode 100644 assets/minecraft/models/w3426.json create mode 100644 assets/minecraft/models/w3427.json create mode 100644 assets/minecraft/models/w3428.json create mode 100644 assets/minecraft/models/w3429.json create mode 100644 assets/minecraft/models/w343.json create mode 100644 assets/minecraft/models/w3430.json create mode 100644 assets/minecraft/models/w3431.json create mode 100644 assets/minecraft/models/w3432.json create mode 100644 assets/minecraft/models/w3433.json create mode 100644 assets/minecraft/models/w3434.json create mode 100644 assets/minecraft/models/w3435.json create mode 100644 assets/minecraft/models/w3436.json create mode 100644 assets/minecraft/models/w3437.json create mode 100644 assets/minecraft/models/w3438.json create mode 100644 assets/minecraft/models/w3439.json create mode 100644 assets/minecraft/models/w344.json create mode 100644 assets/minecraft/models/w3440.json create mode 100644 assets/minecraft/models/w3441.json create mode 100644 assets/minecraft/models/w3442.json create mode 100644 assets/minecraft/models/w3443.json create mode 100644 assets/minecraft/models/w3444.json create mode 100644 assets/minecraft/models/w3445.json create mode 100644 assets/minecraft/models/w3446.json create mode 100644 assets/minecraft/models/w3447.json create mode 100644 assets/minecraft/models/w3448.json create mode 100644 assets/minecraft/models/w3449.json create mode 100644 assets/minecraft/models/w345.json create mode 100644 assets/minecraft/models/w3450.json create mode 100644 assets/minecraft/models/w3451.json create mode 100644 assets/minecraft/models/w3452.json create mode 100644 assets/minecraft/models/w3453.json create mode 100644 assets/minecraft/models/w3454.json create mode 100644 assets/minecraft/models/w3455.json create mode 100644 assets/minecraft/models/w3456.json create mode 100644 assets/minecraft/models/w3457.json create mode 100644 assets/minecraft/models/w3458.json create mode 100644 assets/minecraft/models/w3459.json create mode 100644 assets/minecraft/models/w346.json create mode 100644 assets/minecraft/models/w3460.json create mode 100644 assets/minecraft/models/w3461.json create mode 100644 assets/minecraft/models/w3462.json create mode 100644 assets/minecraft/models/w3463.json create mode 100644 assets/minecraft/models/w3464.json create mode 100644 assets/minecraft/models/w3465.json create mode 100644 assets/minecraft/models/w3466.json create mode 100644 assets/minecraft/models/w3467.json create mode 100644 assets/minecraft/models/w3468.json create mode 100644 assets/minecraft/models/w3469.json create mode 100644 assets/minecraft/models/w347.json create mode 100644 assets/minecraft/models/w3470.json create mode 100644 assets/minecraft/models/w3471.json create mode 100644 assets/minecraft/models/w3472.json create mode 100644 assets/minecraft/models/w3473.json create mode 100644 assets/minecraft/models/w3474.json create mode 100644 assets/minecraft/models/w3475.json create mode 100644 assets/minecraft/models/w3476.json create mode 100644 assets/minecraft/models/w3477.json create mode 100644 assets/minecraft/models/w3478.json create mode 100644 assets/minecraft/models/w3479.json create mode 100644 assets/minecraft/models/w348.json create mode 100644 assets/minecraft/models/w3480.json create mode 100644 assets/minecraft/models/w3481.json create mode 100644 assets/minecraft/models/w3482.json create mode 100644 assets/minecraft/models/w3483.json create mode 100644 assets/minecraft/models/w3484.json create mode 100644 assets/minecraft/models/w3485.json create mode 100644 assets/minecraft/models/w3486.json create mode 100644 assets/minecraft/models/w3487.json create mode 100644 assets/minecraft/models/w3488.json create mode 100644 assets/minecraft/models/w3489.json create mode 100644 assets/minecraft/models/w349.json create mode 100644 assets/minecraft/models/w3490.json create mode 100644 assets/minecraft/models/w3491.json create mode 100644 assets/minecraft/models/w3492.json create mode 100644 assets/minecraft/models/w3493.json create mode 100644 assets/minecraft/models/w3494.json create mode 100644 assets/minecraft/models/w3495.json create mode 100644 assets/minecraft/models/w3496.json create mode 100644 assets/minecraft/models/w3497.json create mode 100644 assets/minecraft/models/w3498.json create mode 100644 assets/minecraft/models/w3499.json create mode 100644 assets/minecraft/models/w35.json create mode 100644 assets/minecraft/models/w350.json create mode 100644 assets/minecraft/models/w3500.json create mode 100644 assets/minecraft/models/w3501.json create mode 100644 assets/minecraft/models/w3502.json create mode 100644 assets/minecraft/models/w3503.json create mode 100644 assets/minecraft/models/w3504.json create mode 100644 assets/minecraft/models/w3505.json create mode 100644 assets/minecraft/models/w3506.json create mode 100644 assets/minecraft/models/w3507.json create mode 100644 assets/minecraft/models/w3508.json create mode 100644 assets/minecraft/models/w3509.json create mode 100644 assets/minecraft/models/w351.json create mode 100644 assets/minecraft/models/w3510.json create mode 100644 assets/minecraft/models/w3511.json create mode 100644 assets/minecraft/models/w3512.json create mode 100644 assets/minecraft/models/w3513.json create mode 100644 assets/minecraft/models/w3514.json create mode 100644 assets/minecraft/models/w3515.json create mode 100644 assets/minecraft/models/w3516.json create mode 100644 assets/minecraft/models/w3517.json create mode 100644 assets/minecraft/models/w3518.json create mode 100644 assets/minecraft/models/w3519.json create mode 100644 assets/minecraft/models/w352.json create mode 100644 assets/minecraft/models/w3520.json create mode 100644 assets/minecraft/models/w3521.json create mode 100644 assets/minecraft/models/w3522.json create mode 100644 assets/minecraft/models/w3523.json create mode 100644 assets/minecraft/models/w3524.json create mode 100644 assets/minecraft/models/w3525.json create mode 100644 assets/minecraft/models/w3526.json create mode 100644 assets/minecraft/models/w3527.json create mode 100644 assets/minecraft/models/w3528.json create mode 100644 assets/minecraft/models/w3529.json create mode 100644 assets/minecraft/models/w353.json create mode 100644 assets/minecraft/models/w3530.json create mode 100644 assets/minecraft/models/w3531.json create mode 100644 assets/minecraft/models/w3532.json create mode 100644 assets/minecraft/models/w3533.json create mode 100644 assets/minecraft/models/w3534.json create mode 100644 assets/minecraft/models/w3535.json create mode 100644 assets/minecraft/models/w3536.json create mode 100644 assets/minecraft/models/w3537.json create mode 100644 assets/minecraft/models/w3538.json create mode 100644 assets/minecraft/models/w3539.json create mode 100644 assets/minecraft/models/w354.json create mode 100644 assets/minecraft/models/w3540.json create mode 100644 assets/minecraft/models/w3541.json create mode 100644 assets/minecraft/models/w3542.json create mode 100644 assets/minecraft/models/w3543.json create mode 100644 assets/minecraft/models/w3544.json create mode 100644 assets/minecraft/models/w3545.json create mode 100644 assets/minecraft/models/w3546.json create mode 100644 assets/minecraft/models/w3547.json create mode 100644 assets/minecraft/models/w3548.json create mode 100644 assets/minecraft/models/w3549.json create mode 100644 assets/minecraft/models/w355.json create mode 100644 assets/minecraft/models/w3550.json create mode 100644 assets/minecraft/models/w3551.json create mode 100644 assets/minecraft/models/w3552.json create mode 100644 assets/minecraft/models/w3553.json create mode 100644 assets/minecraft/models/w3554.json create mode 100644 assets/minecraft/models/w3555.json create mode 100644 assets/minecraft/models/w3556.json create mode 100644 assets/minecraft/models/w3557.json create mode 100644 assets/minecraft/models/w3558.json create mode 100644 assets/minecraft/models/w3559.json create mode 100644 assets/minecraft/models/w356.json create mode 100644 assets/minecraft/models/w3560.json create mode 100644 assets/minecraft/models/w3561.json create mode 100644 assets/minecraft/models/w3562.json create mode 100644 assets/minecraft/models/w3563.json create mode 100644 assets/minecraft/models/w3564.json create mode 100644 assets/minecraft/models/w3565.json create mode 100644 assets/minecraft/models/w3566.json create mode 100644 assets/minecraft/models/w3567.json create mode 100644 assets/minecraft/models/w3568.json create mode 100644 assets/minecraft/models/w3569.json create mode 100644 assets/minecraft/models/w357.json create mode 100644 assets/minecraft/models/w3570.json create mode 100644 assets/minecraft/models/w3571.json create mode 100644 assets/minecraft/models/w3572.json create mode 100644 assets/minecraft/models/w3573.json create mode 100644 assets/minecraft/models/w3574.json create mode 100644 assets/minecraft/models/w3575.json create mode 100644 assets/minecraft/models/w3576.json create mode 100644 assets/minecraft/models/w3577.json create mode 100644 assets/minecraft/models/w3578.json create mode 100644 assets/minecraft/models/w3579.json create mode 100644 assets/minecraft/models/w358.json create mode 100644 assets/minecraft/models/w3580.json create mode 100644 assets/minecraft/models/w3581.json create mode 100644 assets/minecraft/models/w3582.json create mode 100644 assets/minecraft/models/w3583.json create mode 100644 assets/minecraft/models/w3584.json create mode 100644 assets/minecraft/models/w3585.json create mode 100644 assets/minecraft/models/w3586.json create mode 100644 assets/minecraft/models/w3587.json create mode 100644 assets/minecraft/models/w3588.json create mode 100644 assets/minecraft/models/w3589.json create mode 100644 assets/minecraft/models/w359.json create mode 100644 assets/minecraft/models/w3590.json create mode 100644 assets/minecraft/models/w3591.json create mode 100644 assets/minecraft/models/w3592.json create mode 100644 assets/minecraft/models/w3593.json create mode 100644 assets/minecraft/models/w3594.json create mode 100644 assets/minecraft/models/w3595.json create mode 100644 assets/minecraft/models/w3596.json create mode 100644 assets/minecraft/models/w3597.json create mode 100644 assets/minecraft/models/w3598.json create mode 100644 assets/minecraft/models/w3599.json create mode 100644 assets/minecraft/models/w36.json create mode 100644 assets/minecraft/models/w360.json create mode 100644 assets/minecraft/models/w3600.json create mode 100644 assets/minecraft/models/w3601.json create mode 100644 assets/minecraft/models/w3602.json create mode 100644 assets/minecraft/models/w3603.json create mode 100644 assets/minecraft/models/w3604.json create mode 100644 assets/minecraft/models/w3605.json create mode 100644 assets/minecraft/models/w3606.json create mode 100644 assets/minecraft/models/w3607.json create mode 100644 assets/minecraft/models/w3608.json create mode 100644 assets/minecraft/models/w3609.json create mode 100644 assets/minecraft/models/w361.json create mode 100644 assets/minecraft/models/w3610.json create mode 100644 assets/minecraft/models/w3611.json create mode 100644 assets/minecraft/models/w3612.json create mode 100644 assets/minecraft/models/w3613.json create mode 100644 assets/minecraft/models/w3614.json create mode 100644 assets/minecraft/models/w3615.json create mode 100644 assets/minecraft/models/w3616.json create mode 100644 assets/minecraft/models/w3617.json create mode 100644 assets/minecraft/models/w3618.json create mode 100644 assets/minecraft/models/w3619.json create mode 100644 assets/minecraft/models/w362.json create mode 100644 assets/minecraft/models/w3620.json create mode 100644 assets/minecraft/models/w3621.json create mode 100644 assets/minecraft/models/w3622.json create mode 100644 assets/minecraft/models/w3623.json create mode 100644 assets/minecraft/models/w3624.json create mode 100644 assets/minecraft/models/w3625.json create mode 100644 assets/minecraft/models/w3626.json create mode 100644 assets/minecraft/models/w3627.json create mode 100644 assets/minecraft/models/w3628.json create mode 100644 assets/minecraft/models/w3629.json create mode 100644 assets/minecraft/models/w363.json create mode 100644 assets/minecraft/models/w3630.json create mode 100644 assets/minecraft/models/w3631.json create mode 100644 assets/minecraft/models/w3632.json create mode 100644 assets/minecraft/models/w3633.json create mode 100644 assets/minecraft/models/w3634.json create mode 100644 assets/minecraft/models/w3635.json create mode 100644 assets/minecraft/models/w3636.json create mode 100644 assets/minecraft/models/w3637.json create mode 100644 assets/minecraft/models/w3638.json create mode 100644 assets/minecraft/models/w3639.json create mode 100644 assets/minecraft/models/w364.json create mode 100644 assets/minecraft/models/w3640.json create mode 100644 assets/minecraft/models/w3641.json create mode 100644 assets/minecraft/models/w3642.json create mode 100644 assets/minecraft/models/w3643.json create mode 100644 assets/minecraft/models/w3644.json create mode 100644 assets/minecraft/models/w3645.json create mode 100644 assets/minecraft/models/w3646.json create mode 100644 assets/minecraft/models/w3647.json create mode 100644 assets/minecraft/models/w3648.json create mode 100644 assets/minecraft/models/w3649.json create mode 100644 assets/minecraft/models/w365.json create mode 100644 assets/minecraft/models/w3650.json create mode 100644 assets/minecraft/models/w3651.json create mode 100644 assets/minecraft/models/w3652.json create mode 100644 assets/minecraft/models/w3653.json create mode 100644 assets/minecraft/models/w3654.json create mode 100644 assets/minecraft/models/w3655.json create mode 100644 assets/minecraft/models/w3656.json create mode 100644 assets/minecraft/models/w3657.json create mode 100644 assets/minecraft/models/w3658.json create mode 100644 assets/minecraft/models/w3659.json create mode 100644 assets/minecraft/models/w366.json create mode 100644 assets/minecraft/models/w3660.json create mode 100644 assets/minecraft/models/w3661.json create mode 100644 assets/minecraft/models/w3662.json create mode 100644 assets/minecraft/models/w3663.json create mode 100644 assets/minecraft/models/w3664.json create mode 100644 assets/minecraft/models/w3665.json create mode 100644 assets/minecraft/models/w3666.json create mode 100644 assets/minecraft/models/w3667.json create mode 100644 assets/minecraft/models/w3668.json create mode 100644 assets/minecraft/models/w3669.json create mode 100644 assets/minecraft/models/w367.json create mode 100644 assets/minecraft/models/w3670.json create mode 100644 assets/minecraft/models/w3671.json create mode 100644 assets/minecraft/models/w3672.json create mode 100644 assets/minecraft/models/w3673.json create mode 100644 assets/minecraft/models/w3674.json create mode 100644 assets/minecraft/models/w3675.json create mode 100644 assets/minecraft/models/w3676.json create mode 100644 assets/minecraft/models/w3677.json create mode 100644 assets/minecraft/models/w3678.json create mode 100644 assets/minecraft/models/w3679.json create mode 100644 assets/minecraft/models/w368.json create mode 100644 assets/minecraft/models/w3680.json create mode 100644 assets/minecraft/models/w3681.json create mode 100644 assets/minecraft/models/w3682.json create mode 100644 assets/minecraft/models/w3683.json create mode 100644 assets/minecraft/models/w3684.json create mode 100644 assets/minecraft/models/w3685.json create mode 100644 assets/minecraft/models/w3686.json create mode 100644 assets/minecraft/models/w3687.json create mode 100644 assets/minecraft/models/w3688.json create mode 100644 assets/minecraft/models/w3689.json create mode 100644 assets/minecraft/models/w369.json create mode 100644 assets/minecraft/models/w3690.json create mode 100644 assets/minecraft/models/w3691.json create mode 100644 assets/minecraft/models/w3692.json create mode 100644 assets/minecraft/models/w3693.json create mode 100644 assets/minecraft/models/w3694.json create mode 100644 assets/minecraft/models/w3695.json create mode 100644 assets/minecraft/models/w3696.json create mode 100644 assets/minecraft/models/w3697.json create mode 100644 assets/minecraft/models/w3698.json create mode 100644 assets/minecraft/models/w3699.json create mode 100644 assets/minecraft/models/w37.json create mode 100644 assets/minecraft/models/w370.json create mode 100644 assets/minecraft/models/w3700.json create mode 100644 assets/minecraft/models/w3701.json create mode 100644 assets/minecraft/models/w3702.json create mode 100644 assets/minecraft/models/w3703.json create mode 100644 assets/minecraft/models/w3704.json create mode 100644 assets/minecraft/models/w3705.json create mode 100644 assets/minecraft/models/w3706.json create mode 100644 assets/minecraft/models/w3707.json create mode 100644 assets/minecraft/models/w3708.json create mode 100644 assets/minecraft/models/w3709.json create mode 100644 assets/minecraft/models/w371.json create mode 100644 assets/minecraft/models/w3710.json create mode 100644 assets/minecraft/models/w3711.json create mode 100644 assets/minecraft/models/w3712.json create mode 100644 assets/minecraft/models/w3713.json create mode 100644 assets/minecraft/models/w3714.json create mode 100644 assets/minecraft/models/w3715.json create mode 100644 assets/minecraft/models/w3716.json create mode 100644 assets/minecraft/models/w3717.json create mode 100644 assets/minecraft/models/w3718.json create mode 100644 assets/minecraft/models/w3719.json create mode 100644 assets/minecraft/models/w372.json create mode 100644 assets/minecraft/models/w3720.json create mode 100644 assets/minecraft/models/w3721.json create mode 100644 assets/minecraft/models/w3722.json create mode 100644 assets/minecraft/models/w3723.json create mode 100644 assets/minecraft/models/w3724.json create mode 100644 assets/minecraft/models/w3725.json create mode 100644 assets/minecraft/models/w3726.json create mode 100644 assets/minecraft/models/w3727.json create mode 100644 assets/minecraft/models/w3728.json create mode 100644 assets/minecraft/models/w3729.json create mode 100644 assets/minecraft/models/w373.json create mode 100644 assets/minecraft/models/w3730.json create mode 100644 assets/minecraft/models/w3731.json create mode 100644 assets/minecraft/models/w3732.json create mode 100644 assets/minecraft/models/w3733.json create mode 100644 assets/minecraft/models/w3734.json create mode 100644 assets/minecraft/models/w3735.json create mode 100644 assets/minecraft/models/w3736.json create mode 100644 assets/minecraft/models/w3737.json create mode 100644 assets/minecraft/models/w3738.json create mode 100644 assets/minecraft/models/w3739.json create mode 100644 assets/minecraft/models/w374.json create mode 100644 assets/minecraft/models/w3740.json create mode 100644 assets/minecraft/models/w3741.json create mode 100644 assets/minecraft/models/w3742.json create mode 100644 assets/minecraft/models/w3743.json create mode 100644 assets/minecraft/models/w3744.json create mode 100644 assets/minecraft/models/w3745.json create mode 100644 assets/minecraft/models/w3746.json create mode 100644 assets/minecraft/models/w3747.json create mode 100644 assets/minecraft/models/w3748.json create mode 100644 assets/minecraft/models/w3749.json create mode 100644 assets/minecraft/models/w375.json create mode 100644 assets/minecraft/models/w3750.json create mode 100644 assets/minecraft/models/w3751.json create mode 100644 assets/minecraft/models/w3752.json create mode 100644 assets/minecraft/models/w3753.json create mode 100644 assets/minecraft/models/w3754.json create mode 100644 assets/minecraft/models/w3755.json create mode 100644 assets/minecraft/models/w3756.json create mode 100644 assets/minecraft/models/w3757.json create mode 100644 assets/minecraft/models/w3758.json create mode 100644 assets/minecraft/models/w3759.json create mode 100644 assets/minecraft/models/w376.json create mode 100644 assets/minecraft/models/w3760.json create mode 100644 assets/minecraft/models/w3761.json create mode 100644 assets/minecraft/models/w3762.json create mode 100644 assets/minecraft/models/w3763.json create mode 100644 assets/minecraft/models/w3764.json create mode 100644 assets/minecraft/models/w3765.json create mode 100644 assets/minecraft/models/w3766.json create mode 100644 assets/minecraft/models/w3767.json create mode 100644 assets/minecraft/models/w3768.json create mode 100644 assets/minecraft/models/w3769.json create mode 100644 assets/minecraft/models/w377.json create mode 100644 assets/minecraft/models/w3770.json create mode 100644 assets/minecraft/models/w3771.json create mode 100644 assets/minecraft/models/w3772.json create mode 100644 assets/minecraft/models/w3773.json create mode 100644 assets/minecraft/models/w3774.json create mode 100644 assets/minecraft/models/w3775.json create mode 100644 assets/minecraft/models/w3776.json create mode 100644 assets/minecraft/models/w3777.json create mode 100644 assets/minecraft/models/w3778.json create mode 100644 assets/minecraft/models/w3779.json create mode 100644 assets/minecraft/models/w378.json create mode 100644 assets/minecraft/models/w3780.json create mode 100644 assets/minecraft/models/w3781.json create mode 100644 assets/minecraft/models/w3782.json create mode 100644 assets/minecraft/models/w3783.json create mode 100644 assets/minecraft/models/w3784.json create mode 100644 assets/minecraft/models/w3785.json create mode 100644 assets/minecraft/models/w3786.json create mode 100644 assets/minecraft/models/w3787.json create mode 100644 assets/minecraft/models/w3788.json create mode 100644 assets/minecraft/models/w3789.json create mode 100644 assets/minecraft/models/w379.json create mode 100644 assets/minecraft/models/w3790.json create mode 100644 assets/minecraft/models/w3791.json create mode 100644 assets/minecraft/models/w3792.json create mode 100644 assets/minecraft/models/w3793.json create mode 100644 assets/minecraft/models/w3794.json create mode 100644 assets/minecraft/models/w3795.json create mode 100644 assets/minecraft/models/w3796.json create mode 100644 assets/minecraft/models/w3797.json create mode 100644 assets/minecraft/models/w3798.json create mode 100644 assets/minecraft/models/w3799.json create mode 100644 assets/minecraft/models/w38.json create mode 100644 assets/minecraft/models/w380.json create mode 100644 assets/minecraft/models/w3800.json create mode 100644 assets/minecraft/models/w3801.json create mode 100644 assets/minecraft/models/w3802.json create mode 100644 assets/minecraft/models/w3803.json create mode 100644 assets/minecraft/models/w3804.json create mode 100644 assets/minecraft/models/w3805.json create mode 100644 assets/minecraft/models/w3806.json create mode 100644 assets/minecraft/models/w3807.json create mode 100644 assets/minecraft/models/w3808.json create mode 100644 assets/minecraft/models/w3809.json create mode 100644 assets/minecraft/models/w381.json create mode 100644 assets/minecraft/models/w3810.json create mode 100644 assets/minecraft/models/w3811.json create mode 100644 assets/minecraft/models/w3812.json create mode 100644 assets/minecraft/models/w3813.json create mode 100644 assets/minecraft/models/w3814.json create mode 100644 assets/minecraft/models/w3815.json create mode 100644 assets/minecraft/models/w3816.json create mode 100644 assets/minecraft/models/w3817.json create mode 100644 assets/minecraft/models/w3818.json create mode 100644 assets/minecraft/models/w3819.json create mode 100644 assets/minecraft/models/w382.json create mode 100644 assets/minecraft/models/w3820.json create mode 100644 assets/minecraft/models/w3821.json create mode 100644 assets/minecraft/models/w3822.json create mode 100644 assets/minecraft/models/w3823.json create mode 100644 assets/minecraft/models/w3824.json create mode 100644 assets/minecraft/models/w3825.json create mode 100644 assets/minecraft/models/w3826.json create mode 100644 assets/minecraft/models/w3827.json create mode 100644 assets/minecraft/models/w3828.json create mode 100644 assets/minecraft/models/w3829.json create mode 100644 assets/minecraft/models/w383.json create mode 100644 assets/minecraft/models/w3830.json create mode 100644 assets/minecraft/models/w3831.json create mode 100644 assets/minecraft/models/w3832.json create mode 100644 assets/minecraft/models/w3833.json create mode 100644 assets/minecraft/models/w3834.json create mode 100644 assets/minecraft/models/w3835.json create mode 100644 assets/minecraft/models/w3836.json create mode 100644 assets/minecraft/models/w3837.json create mode 100644 assets/minecraft/models/w3838.json create mode 100644 assets/minecraft/models/w3839.json create mode 100644 assets/minecraft/models/w384.json create mode 100644 assets/minecraft/models/w3840.json create mode 100644 assets/minecraft/models/w3841.json create mode 100644 assets/minecraft/models/w3842.json create mode 100644 assets/minecraft/models/w3843.json create mode 100644 assets/minecraft/models/w3844.json create mode 100644 assets/minecraft/models/w3845.json create mode 100644 assets/minecraft/models/w3846.json create mode 100644 assets/minecraft/models/w3847.json create mode 100644 assets/minecraft/models/w3848.json create mode 100644 assets/minecraft/models/w3849.json create mode 100644 assets/minecraft/models/w385.json create mode 100644 assets/minecraft/models/w3850.json create mode 100644 assets/minecraft/models/w3851.json create mode 100644 assets/minecraft/models/w3852.json create mode 100644 assets/minecraft/models/w3853.json create mode 100644 assets/minecraft/models/w3854.json create mode 100644 assets/minecraft/models/w3855.json create mode 100644 assets/minecraft/models/w3856.json create mode 100644 assets/minecraft/models/w3857.json create mode 100644 assets/minecraft/models/w3858.json create mode 100644 assets/minecraft/models/w3859.json create mode 100644 assets/minecraft/models/w386.json create mode 100644 assets/minecraft/models/w3860.json create mode 100644 assets/minecraft/models/w3861.json create mode 100644 assets/minecraft/models/w3862.json create mode 100644 assets/minecraft/models/w3863.json create mode 100644 assets/minecraft/models/w3864.json create mode 100644 assets/minecraft/models/w3865.json create mode 100644 assets/minecraft/models/w3866.json create mode 100644 assets/minecraft/models/w3867.json create mode 100644 assets/minecraft/models/w3868.json create mode 100644 assets/minecraft/models/w3869.json create mode 100644 assets/minecraft/models/w387.json create mode 100644 assets/minecraft/models/w3870.json create mode 100644 assets/minecraft/models/w3871.json create mode 100644 assets/minecraft/models/w3872.json create mode 100644 assets/minecraft/models/w3873.json create mode 100644 assets/minecraft/models/w3874.json create mode 100644 assets/minecraft/models/w3875.json create mode 100644 assets/minecraft/models/w3876.json create mode 100644 assets/minecraft/models/w3877.json create mode 100644 assets/minecraft/models/w3878.json create mode 100644 assets/minecraft/models/w3879.json create mode 100644 assets/minecraft/models/w388.json create mode 100644 assets/minecraft/models/w3880.json create mode 100644 assets/minecraft/models/w3881.json create mode 100644 assets/minecraft/models/w3882.json create mode 100644 assets/minecraft/models/w3883.json create mode 100644 assets/minecraft/models/w3884.json create mode 100644 assets/minecraft/models/w3885.json create mode 100644 assets/minecraft/models/w3886.json create mode 100644 assets/minecraft/models/w3887.json create mode 100644 assets/minecraft/models/w3888.json create mode 100644 assets/minecraft/models/w3889.json create mode 100644 assets/minecraft/models/w389.json create mode 100644 assets/minecraft/models/w3890.json create mode 100644 assets/minecraft/models/w3891.json create mode 100644 assets/minecraft/models/w3892.json create mode 100644 assets/minecraft/models/w3893.json create mode 100644 assets/minecraft/models/w3894.json create mode 100644 assets/minecraft/models/w3895.json create mode 100644 assets/minecraft/models/w3896.json create mode 100644 assets/minecraft/models/w3897.json create mode 100644 assets/minecraft/models/w3898.json create mode 100644 assets/minecraft/models/w3899.json create mode 100644 assets/minecraft/models/w39.json create mode 100644 assets/minecraft/models/w390.json create mode 100644 assets/minecraft/models/w3900.json create mode 100644 assets/minecraft/models/w3901.json create mode 100644 assets/minecraft/models/w3902.json create mode 100644 assets/minecraft/models/w3903.json create mode 100644 assets/minecraft/models/w3904.json create mode 100644 assets/minecraft/models/w3905.json create mode 100644 assets/minecraft/models/w3906.json create mode 100644 assets/minecraft/models/w3907.json create mode 100644 assets/minecraft/models/w3908.json create mode 100644 assets/minecraft/models/w3909.json create mode 100644 assets/minecraft/models/w391.json create mode 100644 assets/minecraft/models/w3910.json create mode 100644 assets/minecraft/models/w3911.json create mode 100644 assets/minecraft/models/w3912.json create mode 100644 assets/minecraft/models/w3913.json create mode 100644 assets/minecraft/models/w3914.json create mode 100644 assets/minecraft/models/w3915.json create mode 100644 assets/minecraft/models/w3916.json create mode 100644 assets/minecraft/models/w3917.json create mode 100644 assets/minecraft/models/w3918.json create mode 100644 assets/minecraft/models/w3919.json create mode 100644 assets/minecraft/models/w392.json create mode 100644 assets/minecraft/models/w3920.json create mode 100644 assets/minecraft/models/w3921.json create mode 100644 assets/minecraft/models/w3922.json create mode 100644 assets/minecraft/models/w3923.json create mode 100644 assets/minecraft/models/w3924.json create mode 100644 assets/minecraft/models/w3925.json create mode 100644 assets/minecraft/models/w3926.json create mode 100644 assets/minecraft/models/w3927.json create mode 100644 assets/minecraft/models/w3928.json create mode 100644 assets/minecraft/models/w3929.json create mode 100644 assets/minecraft/models/w393.json create mode 100644 assets/minecraft/models/w3930.json create mode 100644 assets/minecraft/models/w3931.json create mode 100644 assets/minecraft/models/w3932.json create mode 100644 assets/minecraft/models/w3933.json create mode 100644 assets/minecraft/models/w3934.json create mode 100644 assets/minecraft/models/w3935.json create mode 100644 assets/minecraft/models/w3936.json create mode 100644 assets/minecraft/models/w3937.json create mode 100644 assets/minecraft/models/w3938.json create mode 100644 assets/minecraft/models/w3939.json create mode 100644 assets/minecraft/models/w394.json create mode 100644 assets/minecraft/models/w3940.json create mode 100644 assets/minecraft/models/w3941.json create mode 100644 assets/minecraft/models/w3942.json create mode 100644 assets/minecraft/models/w3943.json create mode 100644 assets/minecraft/models/w3944.json create mode 100644 assets/minecraft/models/w3945.json create mode 100644 assets/minecraft/models/w3946.json create mode 100644 assets/minecraft/models/w3947.json create mode 100644 assets/minecraft/models/w3948.json create mode 100644 assets/minecraft/models/w3949.json create mode 100644 assets/minecraft/models/w395.json create mode 100644 assets/minecraft/models/w3950.json create mode 100644 assets/minecraft/models/w3951.json create mode 100644 assets/minecraft/models/w3952.json create mode 100644 assets/minecraft/models/w3953.json create mode 100644 assets/minecraft/models/w3954.json create mode 100644 assets/minecraft/models/w3955.json create mode 100644 assets/minecraft/models/w3956.json create mode 100644 assets/minecraft/models/w3957.json create mode 100644 assets/minecraft/models/w3958.json create mode 100644 assets/minecraft/models/w3959.json create mode 100644 assets/minecraft/models/w396.json create mode 100644 assets/minecraft/models/w3960.json create mode 100644 assets/minecraft/models/w3961.json create mode 100644 assets/minecraft/models/w3962.json create mode 100644 assets/minecraft/models/w3963.json create mode 100644 assets/minecraft/models/w3964.json create mode 100644 assets/minecraft/models/w3965.json create mode 100644 assets/minecraft/models/w3966.json create mode 100644 assets/minecraft/models/w3967.json create mode 100644 assets/minecraft/models/w3968.json create mode 100644 assets/minecraft/models/w3969.json create mode 100644 assets/minecraft/models/w397.json create mode 100644 assets/minecraft/models/w3970.json create mode 100644 assets/minecraft/models/w3971.json create mode 100644 assets/minecraft/models/w3972.json create mode 100644 assets/minecraft/models/w3973.json create mode 100644 assets/minecraft/models/w3974.json create mode 100644 assets/minecraft/models/w3975.json create mode 100644 assets/minecraft/models/w3976.json create mode 100644 assets/minecraft/models/w3977.json create mode 100644 assets/minecraft/models/w3978.json create mode 100644 assets/minecraft/models/w3979.json create mode 100644 assets/minecraft/models/w398.json create mode 100644 assets/minecraft/models/w3980.json create mode 100644 assets/minecraft/models/w3981.json create mode 100644 assets/minecraft/models/w3982.json create mode 100644 assets/minecraft/models/w3983.json create mode 100644 assets/minecraft/models/w3984.json create mode 100644 assets/minecraft/models/w3985.json create mode 100644 assets/minecraft/models/w3986.json create mode 100644 assets/minecraft/models/w3987.json create mode 100644 assets/minecraft/models/w3988.json create mode 100644 assets/minecraft/models/w3989.json create mode 100644 assets/minecraft/models/w399.json create mode 100644 assets/minecraft/models/w3990.json create mode 100644 assets/minecraft/models/w3991.json create mode 100644 assets/minecraft/models/w3992.json create mode 100644 assets/minecraft/models/w3993.json create mode 100644 assets/minecraft/models/w3994.json create mode 100644 assets/minecraft/models/w3995.json create mode 100644 assets/minecraft/models/w3996.json create mode 100644 assets/minecraft/models/w3997.json create mode 100644 assets/minecraft/models/w3998.json create mode 100644 assets/minecraft/models/w3999.json create mode 100644 assets/minecraft/models/w4.json create mode 100644 assets/minecraft/models/w40.json create mode 100644 assets/minecraft/models/w400.json create mode 100644 assets/minecraft/models/w4000.json create mode 100644 assets/minecraft/models/w4001.json create mode 100644 assets/minecraft/models/w4002.json create mode 100644 assets/minecraft/models/w4003.json create mode 100644 assets/minecraft/models/w4004.json create mode 100644 assets/minecraft/models/w4005.json create mode 100644 assets/minecraft/models/w4006.json create mode 100644 assets/minecraft/models/w4007.json create mode 100644 assets/minecraft/models/w4008.json create mode 100644 assets/minecraft/models/w4009.json create mode 100644 assets/minecraft/models/w401.json create mode 100644 assets/minecraft/models/w4010.json create mode 100644 assets/minecraft/models/w4011.json create mode 100644 assets/minecraft/models/w4012.json create mode 100644 assets/minecraft/models/w4013.json create mode 100644 assets/minecraft/models/w4014.json create mode 100644 assets/minecraft/models/w4015.json create mode 100644 assets/minecraft/models/w4016.json create mode 100644 assets/minecraft/models/w4017.json create mode 100644 assets/minecraft/models/w4018.json create mode 100644 assets/minecraft/models/w4019.json create mode 100644 assets/minecraft/models/w402.json create mode 100644 assets/minecraft/models/w4020.json create mode 100644 assets/minecraft/models/w4021.json create mode 100644 assets/minecraft/models/w4022.json create mode 100644 assets/minecraft/models/w4023.json create mode 100644 assets/minecraft/models/w4024.json create mode 100644 assets/minecraft/models/w4025.json create mode 100644 assets/minecraft/models/w4026.json create mode 100644 assets/minecraft/models/w4027.json create mode 100644 assets/minecraft/models/w4028.json create mode 100644 assets/minecraft/models/w4029.json create mode 100644 assets/minecraft/models/w403.json create mode 100644 assets/minecraft/models/w4030.json create mode 100644 assets/minecraft/models/w4031.json create mode 100644 assets/minecraft/models/w4032.json create mode 100644 assets/minecraft/models/w4033.json create mode 100644 assets/minecraft/models/w4034.json create mode 100644 assets/minecraft/models/w4035.json create mode 100644 assets/minecraft/models/w4036.json create mode 100644 assets/minecraft/models/w4037.json create mode 100644 assets/minecraft/models/w4038.json create mode 100644 assets/minecraft/models/w4039.json create mode 100644 assets/minecraft/models/w404.json create mode 100644 assets/minecraft/models/w4040.json create mode 100644 assets/minecraft/models/w4041.json create mode 100644 assets/minecraft/models/w4042.json create mode 100644 assets/minecraft/models/w4043.json create mode 100644 assets/minecraft/models/w4044.json create mode 100644 assets/minecraft/models/w4045.json create mode 100644 assets/minecraft/models/w4046.json create mode 100644 assets/minecraft/models/w4047.json create mode 100644 assets/minecraft/models/w4048.json create mode 100644 assets/minecraft/models/w4049.json create mode 100644 assets/minecraft/models/w405.json create mode 100644 assets/minecraft/models/w4050.json create mode 100644 assets/minecraft/models/w4051.json create mode 100644 assets/minecraft/models/w4052.json create mode 100644 assets/minecraft/models/w4053.json create mode 100644 assets/minecraft/models/w4054.json create mode 100644 assets/minecraft/models/w4055.json create mode 100644 assets/minecraft/models/w4056.json create mode 100644 assets/minecraft/models/w4057.json create mode 100644 assets/minecraft/models/w4058.json create mode 100644 assets/minecraft/models/w4059.json create mode 100644 assets/minecraft/models/w406.json create mode 100644 assets/minecraft/models/w4060.json create mode 100644 assets/minecraft/models/w4061.json create mode 100644 assets/minecraft/models/w4062.json create mode 100644 assets/minecraft/models/w4063.json create mode 100644 assets/minecraft/models/w4064.json create mode 100644 assets/minecraft/models/w4065.json create mode 100644 assets/minecraft/models/w4066.json create mode 100644 assets/minecraft/models/w4067.json create mode 100644 assets/minecraft/models/w4068.json create mode 100644 assets/minecraft/models/w4069.json create mode 100644 assets/minecraft/models/w407.json create mode 100644 assets/minecraft/models/w4070.json create mode 100644 assets/minecraft/models/w4071.json create mode 100644 assets/minecraft/models/w4072.json create mode 100644 assets/minecraft/models/w4073.json create mode 100644 assets/minecraft/models/w4074.json create mode 100644 assets/minecraft/models/w4075.json create mode 100644 assets/minecraft/models/w4076.json create mode 100644 assets/minecraft/models/w4077.json create mode 100644 assets/minecraft/models/w4078.json create mode 100644 assets/minecraft/models/w4079.json create mode 100644 assets/minecraft/models/w408.json create mode 100644 assets/minecraft/models/w4080.json create mode 100644 assets/minecraft/models/w4081.json create mode 100644 assets/minecraft/models/w4082.json create mode 100644 assets/minecraft/models/w4083.json create mode 100644 assets/minecraft/models/w4084.json create mode 100644 assets/minecraft/models/w4085.json create mode 100644 assets/minecraft/models/w4086.json create mode 100644 assets/minecraft/models/w4087.json create mode 100644 assets/minecraft/models/w4088.json create mode 100644 assets/minecraft/models/w4089.json create mode 100644 assets/minecraft/models/w409.json create mode 100644 assets/minecraft/models/w4090.json create mode 100644 assets/minecraft/models/w4091.json create mode 100644 assets/minecraft/models/w4092.json create mode 100644 assets/minecraft/models/w4093.json create mode 100644 assets/minecraft/models/w4094.json create mode 100644 assets/minecraft/models/w4095.json create mode 100644 assets/minecraft/models/w4096.json create mode 100644 assets/minecraft/models/w4097.json create mode 100644 assets/minecraft/models/w4098.json create mode 100644 assets/minecraft/models/w4099.json create mode 100644 assets/minecraft/models/w41.json create mode 100644 assets/minecraft/models/w410.json create mode 100644 assets/minecraft/models/w4100.json create mode 100644 assets/minecraft/models/w4101.json create mode 100644 assets/minecraft/models/w4102.json create mode 100644 assets/minecraft/models/w4103.json create mode 100644 assets/minecraft/models/w4104.json create mode 100644 assets/minecraft/models/w4105.json create mode 100644 assets/minecraft/models/w4106.json create mode 100644 assets/minecraft/models/w4107.json create mode 100644 assets/minecraft/models/w4108.json create mode 100644 assets/minecraft/models/w4109.json create mode 100644 assets/minecraft/models/w411.json create mode 100644 assets/minecraft/models/w4110.json create mode 100644 assets/minecraft/models/w4111.json create mode 100644 assets/minecraft/models/w4112.json create mode 100644 assets/minecraft/models/w4113.json create mode 100644 assets/minecraft/models/w4114.json create mode 100644 assets/minecraft/models/w4115.json create mode 100644 assets/minecraft/models/w4116.json create mode 100644 assets/minecraft/models/w4117.json create mode 100644 assets/minecraft/models/w4118.json create mode 100644 assets/minecraft/models/w4119.json create mode 100644 assets/minecraft/models/w412.json create mode 100644 assets/minecraft/models/w4120.json create mode 100644 assets/minecraft/models/w4121.json create mode 100644 assets/minecraft/models/w4122.json create mode 100644 assets/minecraft/models/w4123.json create mode 100644 assets/minecraft/models/w4124.json create mode 100644 assets/minecraft/models/w4125.json create mode 100644 assets/minecraft/models/w4126.json create mode 100644 assets/minecraft/models/w4127.json create mode 100644 assets/minecraft/models/w4128.json create mode 100644 assets/minecraft/models/w4129.json create mode 100644 assets/minecraft/models/w413.json create mode 100644 assets/minecraft/models/w4130.json create mode 100644 assets/minecraft/models/w4131.json create mode 100644 assets/minecraft/models/w4132.json create mode 100644 assets/minecraft/models/w4133.json create mode 100644 assets/minecraft/models/w4134.json create mode 100644 assets/minecraft/models/w4135.json create mode 100644 assets/minecraft/models/w4136.json create mode 100644 assets/minecraft/models/w4137.json create mode 100644 assets/minecraft/models/w4138.json create mode 100644 assets/minecraft/models/w4139.json create mode 100644 assets/minecraft/models/w414.json create mode 100644 assets/minecraft/models/w4140.json create mode 100644 assets/minecraft/models/w4141.json create mode 100644 assets/minecraft/models/w4142.json create mode 100644 assets/minecraft/models/w4143.json create mode 100644 assets/minecraft/models/w4144.json create mode 100644 assets/minecraft/models/w4145.json create mode 100644 assets/minecraft/models/w4146.json create mode 100644 assets/minecraft/models/w4147.json create mode 100644 assets/minecraft/models/w4148.json create mode 100644 assets/minecraft/models/w4149.json create mode 100644 assets/minecraft/models/w415.json create mode 100644 assets/minecraft/models/w4150.json create mode 100644 assets/minecraft/models/w4151.json create mode 100644 assets/minecraft/models/w4152.json create mode 100644 assets/minecraft/models/w4153.json create mode 100644 assets/minecraft/models/w4154.json create mode 100644 assets/minecraft/models/w4155.json create mode 100644 assets/minecraft/models/w4156.json create mode 100644 assets/minecraft/models/w4157.json create mode 100644 assets/minecraft/models/w4158.json create mode 100644 assets/minecraft/models/w4159.json create mode 100644 assets/minecraft/models/w416.json create mode 100644 assets/minecraft/models/w4160.json create mode 100644 assets/minecraft/models/w4161.json create mode 100644 assets/minecraft/models/w4162.json create mode 100644 assets/minecraft/models/w4163.json create mode 100644 assets/minecraft/models/w4164.json create mode 100644 assets/minecraft/models/w4165.json create mode 100644 assets/minecraft/models/w4166.json create mode 100644 assets/minecraft/models/w4167.json create mode 100644 assets/minecraft/models/w4168.json create mode 100644 assets/minecraft/models/w4169.json create mode 100644 assets/minecraft/models/w417.json create mode 100644 assets/minecraft/models/w4170.json create mode 100644 assets/minecraft/models/w4171.json create mode 100644 assets/minecraft/models/w4172.json create mode 100644 assets/minecraft/models/w4173.json create mode 100644 assets/minecraft/models/w4174.json create mode 100644 assets/minecraft/models/w4175.json create mode 100644 assets/minecraft/models/w4176.json create mode 100644 assets/minecraft/models/w4177.json create mode 100644 assets/minecraft/models/w4178.json create mode 100644 assets/minecraft/models/w4179.json create mode 100644 assets/minecraft/models/w418.json create mode 100644 assets/minecraft/models/w4180.json create mode 100644 assets/minecraft/models/w4181.json create mode 100644 assets/minecraft/models/w4182.json create mode 100644 assets/minecraft/models/w4183.json create mode 100644 assets/minecraft/models/w4184.json create mode 100644 assets/minecraft/models/w4185.json create mode 100644 assets/minecraft/models/w4186.json create mode 100644 assets/minecraft/models/w4187.json create mode 100644 assets/minecraft/models/w4188.json create mode 100644 assets/minecraft/models/w4189.json create mode 100644 assets/minecraft/models/w419.json create mode 100644 assets/minecraft/models/w4190.json create mode 100644 assets/minecraft/models/w4191.json create mode 100644 assets/minecraft/models/w4192.json create mode 100644 assets/minecraft/models/w4193.json create mode 100644 assets/minecraft/models/w4194.json create mode 100644 assets/minecraft/models/w4195.json create mode 100644 assets/minecraft/models/w4196.json create mode 100644 assets/minecraft/models/w4197.json create mode 100644 assets/minecraft/models/w4198.json create mode 100644 assets/minecraft/models/w4199.json create mode 100644 assets/minecraft/models/w42.json create mode 100644 assets/minecraft/models/w420.json create mode 100644 assets/minecraft/models/w4200.json create mode 100644 assets/minecraft/models/w4201.json create mode 100644 assets/minecraft/models/w4202.json create mode 100644 assets/minecraft/models/w4203.json create mode 100644 assets/minecraft/models/w4204.json create mode 100644 assets/minecraft/models/w4205.json create mode 100644 assets/minecraft/models/w4206.json create mode 100644 assets/minecraft/models/w4207.json create mode 100644 assets/minecraft/models/w4208.json create mode 100644 assets/minecraft/models/w4209.json create mode 100644 assets/minecraft/models/w421.json create mode 100644 assets/minecraft/models/w4210.json create mode 100644 assets/minecraft/models/w4211.json create mode 100644 assets/minecraft/models/w4212.json create mode 100644 assets/minecraft/models/w4213.json create mode 100644 assets/minecraft/models/w4214.json create mode 100644 assets/minecraft/models/w4215.json create mode 100644 assets/minecraft/models/w4216.json create mode 100644 assets/minecraft/models/w4217.json create mode 100644 assets/minecraft/models/w4218.json create mode 100644 assets/minecraft/models/w4219.json create mode 100644 assets/minecraft/models/w422.json create mode 100644 assets/minecraft/models/w4220.json create mode 100644 assets/minecraft/models/w4221.json create mode 100644 assets/minecraft/models/w4222.json create mode 100644 assets/minecraft/models/w4223.json create mode 100644 assets/minecraft/models/w4224.json create mode 100644 assets/minecraft/models/w4225.json create mode 100644 assets/minecraft/models/w4226.json create mode 100644 assets/minecraft/models/w4227.json create mode 100644 assets/minecraft/models/w4228.json create mode 100644 assets/minecraft/models/w4229.json create mode 100644 assets/minecraft/models/w423.json create mode 100644 assets/minecraft/models/w4230.json create mode 100644 assets/minecraft/models/w4231.json create mode 100644 assets/minecraft/models/w4232.json create mode 100644 assets/minecraft/models/w4233.json create mode 100644 assets/minecraft/models/w4234.json create mode 100644 assets/minecraft/models/w4235.json create mode 100644 assets/minecraft/models/w4236.json create mode 100644 assets/minecraft/models/w4237.json create mode 100644 assets/minecraft/models/w4238.json create mode 100644 assets/minecraft/models/w4239.json create mode 100644 assets/minecraft/models/w424.json create mode 100644 assets/minecraft/models/w4240.json create mode 100644 assets/minecraft/models/w4241.json create mode 100644 assets/minecraft/models/w4242.json create mode 100644 assets/minecraft/models/w4243.json create mode 100644 assets/minecraft/models/w4244.json create mode 100644 assets/minecraft/models/w4245.json create mode 100644 assets/minecraft/models/w4246.json create mode 100644 assets/minecraft/models/w4247.json create mode 100644 assets/minecraft/models/w4248.json create mode 100644 assets/minecraft/models/w4249.json create mode 100644 assets/minecraft/models/w425.json create mode 100644 assets/minecraft/models/w4250.json create mode 100644 assets/minecraft/models/w4251.json create mode 100644 assets/minecraft/models/w4252.json create mode 100644 assets/minecraft/models/w4253.json create mode 100644 assets/minecraft/models/w4254.json create mode 100644 assets/minecraft/models/w4255.json create mode 100644 assets/minecraft/models/w4256.json create mode 100644 assets/minecraft/models/w4257.json create mode 100644 assets/minecraft/models/w4258.json create mode 100644 assets/minecraft/models/w4259.json create mode 100644 assets/minecraft/models/w426.json create mode 100644 assets/minecraft/models/w4260.json create mode 100644 assets/minecraft/models/w4261.json create mode 100644 assets/minecraft/models/w4262.json create mode 100644 assets/minecraft/models/w4263.json create mode 100644 assets/minecraft/models/w4264.json create mode 100644 assets/minecraft/models/w4265.json create mode 100644 assets/minecraft/models/w4266.json create mode 100644 assets/minecraft/models/w4267.json create mode 100644 assets/minecraft/models/w4268.json create mode 100644 assets/minecraft/models/w4269.json create mode 100644 assets/minecraft/models/w427.json create mode 100644 assets/minecraft/models/w4270.json create mode 100644 assets/minecraft/models/w4271.json create mode 100644 assets/minecraft/models/w4272.json create mode 100644 assets/minecraft/models/w4273.json create mode 100644 assets/minecraft/models/w4274.json create mode 100644 assets/minecraft/models/w4275.json create mode 100644 assets/minecraft/models/w4276.json create mode 100644 assets/minecraft/models/w4277.json create mode 100644 assets/minecraft/models/w4278.json create mode 100644 assets/minecraft/models/w4279.json create mode 100644 assets/minecraft/models/w428.json create mode 100644 assets/minecraft/models/w4280.json create mode 100644 assets/minecraft/models/w4281.json create mode 100644 assets/minecraft/models/w4282.json create mode 100644 assets/minecraft/models/w4283.json create mode 100644 assets/minecraft/models/w4284.json create mode 100644 assets/minecraft/models/w4285.json create mode 100644 assets/minecraft/models/w4286.json create mode 100644 assets/minecraft/models/w4287.json create mode 100644 assets/minecraft/models/w4288.json create mode 100644 assets/minecraft/models/w4289.json create mode 100644 assets/minecraft/models/w429.json create mode 100644 assets/minecraft/models/w4290.json create mode 100644 assets/minecraft/models/w4291.json create mode 100644 assets/minecraft/models/w4292.json create mode 100644 assets/minecraft/models/w4293.json create mode 100644 assets/minecraft/models/w4294.json create mode 100644 assets/minecraft/models/w4295.json create mode 100644 assets/minecraft/models/w4296.json create mode 100644 assets/minecraft/models/w4297.json create mode 100644 assets/minecraft/models/w4298.json create mode 100644 assets/minecraft/models/w4299.json create mode 100644 assets/minecraft/models/w43.json create mode 100644 assets/minecraft/models/w430.json create mode 100644 assets/minecraft/models/w4300.json create mode 100644 assets/minecraft/models/w4301.json create mode 100644 assets/minecraft/models/w4302.json create mode 100644 assets/minecraft/models/w4303.json create mode 100644 assets/minecraft/models/w4304.json create mode 100644 assets/minecraft/models/w4305.json create mode 100644 assets/minecraft/models/w4306.json create mode 100644 assets/minecraft/models/w4307.json create mode 100644 assets/minecraft/models/w4308.json create mode 100644 assets/minecraft/models/w4309.json create mode 100644 assets/minecraft/models/w431.json create mode 100644 assets/minecraft/models/w4310.json create mode 100644 assets/minecraft/models/w4311.json create mode 100644 assets/minecraft/models/w4312.json create mode 100644 assets/minecraft/models/w4313.json create mode 100644 assets/minecraft/models/w4314.json create mode 100644 assets/minecraft/models/w4315.json create mode 100644 assets/minecraft/models/w4316.json create mode 100644 assets/minecraft/models/w4317.json create mode 100644 assets/minecraft/models/w4318.json create mode 100644 assets/minecraft/models/w4319.json create mode 100644 assets/minecraft/models/w432.json create mode 100644 assets/minecraft/models/w4320.json create mode 100644 assets/minecraft/models/w4321.json create mode 100644 assets/minecraft/models/w4322.json create mode 100644 assets/minecraft/models/w4323.json create mode 100644 assets/minecraft/models/w4324.json create mode 100644 assets/minecraft/models/w4325.json create mode 100644 assets/minecraft/models/w4326.json create mode 100644 assets/minecraft/models/w4327.json create mode 100644 assets/minecraft/models/w4328.json create mode 100644 assets/minecraft/models/w4329.json create mode 100644 assets/minecraft/models/w433.json create mode 100644 assets/minecraft/models/w4330.json create mode 100644 assets/minecraft/models/w4331.json create mode 100644 assets/minecraft/models/w4332.json create mode 100644 assets/minecraft/models/w4333.json create mode 100644 assets/minecraft/models/w4334.json create mode 100644 assets/minecraft/models/w4335.json create mode 100644 assets/minecraft/models/w4336.json create mode 100644 assets/minecraft/models/w4337.json create mode 100644 assets/minecraft/models/w4338.json create mode 100644 assets/minecraft/models/w4339.json create mode 100644 assets/minecraft/models/w434.json create mode 100644 assets/minecraft/models/w4340.json create mode 100644 assets/minecraft/models/w4341.json create mode 100644 assets/minecraft/models/w4342.json create mode 100644 assets/minecraft/models/w4343.json create mode 100644 assets/minecraft/models/w4344.json create mode 100644 assets/minecraft/models/w4345.json create mode 100644 assets/minecraft/models/w4346.json create mode 100644 assets/minecraft/models/w4347.json create mode 100644 assets/minecraft/models/w4348.json create mode 100644 assets/minecraft/models/w4349.json create mode 100644 assets/minecraft/models/w435.json create mode 100644 assets/minecraft/models/w4350.json create mode 100644 assets/minecraft/models/w4351.json create mode 100644 assets/minecraft/models/w4352.json create mode 100644 assets/minecraft/models/w4353.json create mode 100644 assets/minecraft/models/w4354.json create mode 100644 assets/minecraft/models/w4355.json create mode 100644 assets/minecraft/models/w4356.json create mode 100644 assets/minecraft/models/w4357.json create mode 100644 assets/minecraft/models/w4358.json create mode 100644 assets/minecraft/models/w4359.json create mode 100644 assets/minecraft/models/w436.json create mode 100644 assets/minecraft/models/w4360.json create mode 100644 assets/minecraft/models/w4361.json create mode 100644 assets/minecraft/models/w4362.json create mode 100644 assets/minecraft/models/w4363.json create mode 100644 assets/minecraft/models/w4364.json create mode 100644 assets/minecraft/models/w4365.json create mode 100644 assets/minecraft/models/w4366.json create mode 100644 assets/minecraft/models/w4367.json create mode 100644 assets/minecraft/models/w4368.json create mode 100644 assets/minecraft/models/w4369.json create mode 100644 assets/minecraft/models/w437.json create mode 100644 assets/minecraft/models/w4370.json create mode 100644 assets/minecraft/models/w4371.json create mode 100644 assets/minecraft/models/w4372.json create mode 100644 assets/minecraft/models/w4373.json create mode 100644 assets/minecraft/models/w4374.json create mode 100644 assets/minecraft/models/w4375.json create mode 100644 assets/minecraft/models/w4376.json create mode 100644 assets/minecraft/models/w4377.json create mode 100644 assets/minecraft/models/w4378.json create mode 100644 assets/minecraft/models/w4379.json create mode 100644 assets/minecraft/models/w438.json create mode 100644 assets/minecraft/models/w4380.json create mode 100644 assets/minecraft/models/w4381.json create mode 100644 assets/minecraft/models/w4382.json create mode 100644 assets/minecraft/models/w4383.json create mode 100644 assets/minecraft/models/w4384.json create mode 100644 assets/minecraft/models/w4385.json create mode 100644 assets/minecraft/models/w4386.json create mode 100644 assets/minecraft/models/w4387.json create mode 100644 assets/minecraft/models/w4388.json create mode 100644 assets/minecraft/models/w4389.json create mode 100644 assets/minecraft/models/w439.json create mode 100644 assets/minecraft/models/w4390.json create mode 100644 assets/minecraft/models/w4391.json create mode 100644 assets/minecraft/models/w4392.json create mode 100644 assets/minecraft/models/w4393.json create mode 100644 assets/minecraft/models/w4394.json create mode 100644 assets/minecraft/models/w4395.json create mode 100644 assets/minecraft/models/w4396.json create mode 100644 assets/minecraft/models/w4397.json create mode 100644 assets/minecraft/models/w4398.json create mode 100644 assets/minecraft/models/w4399.json create mode 100644 assets/minecraft/models/w44.json create mode 100644 assets/minecraft/models/w440.json create mode 100644 assets/minecraft/models/w4400.json create mode 100644 assets/minecraft/models/w4401.json create mode 100644 assets/minecraft/models/w4402.json create mode 100644 assets/minecraft/models/w4403.json create mode 100644 assets/minecraft/models/w4404.json create mode 100644 assets/minecraft/models/w4405.json create mode 100644 assets/minecraft/models/w4406.json create mode 100644 assets/minecraft/models/w4407.json create mode 100644 assets/minecraft/models/w4408.json create mode 100644 assets/minecraft/models/w4409.json create mode 100644 assets/minecraft/models/w441.json create mode 100644 assets/minecraft/models/w4410.json create mode 100644 assets/minecraft/models/w4411.json create mode 100644 assets/minecraft/models/w4412.json create mode 100644 assets/minecraft/models/w4413.json create mode 100644 assets/minecraft/models/w4414.json create mode 100644 assets/minecraft/models/w4415.json create mode 100644 assets/minecraft/models/w4416.json create mode 100644 assets/minecraft/models/w4417.json create mode 100644 assets/minecraft/models/w4418.json create mode 100644 assets/minecraft/models/w4419.json create mode 100644 assets/minecraft/models/w442.json create mode 100644 assets/minecraft/models/w4420.json create mode 100644 assets/minecraft/models/w4421.json create mode 100644 assets/minecraft/models/w4422.json create mode 100644 assets/minecraft/models/w4423.json create mode 100644 assets/minecraft/models/w4424.json create mode 100644 assets/minecraft/models/w4425.json create mode 100644 assets/minecraft/models/w4426.json create mode 100644 assets/minecraft/models/w4427.json create mode 100644 assets/minecraft/models/w4428.json create mode 100644 assets/minecraft/models/w4429.json create mode 100644 assets/minecraft/models/w443.json create mode 100644 assets/minecraft/models/w4430.json create mode 100644 assets/minecraft/models/w4431.json create mode 100644 assets/minecraft/models/w4432.json create mode 100644 assets/minecraft/models/w4433.json create mode 100644 assets/minecraft/models/w4434.json create mode 100644 assets/minecraft/models/w4435.json create mode 100644 assets/minecraft/models/w4436.json create mode 100644 assets/minecraft/models/w4437.json create mode 100644 assets/minecraft/models/w4438.json create mode 100644 assets/minecraft/models/w4439.json create mode 100644 assets/minecraft/models/w444.json create mode 100644 assets/minecraft/models/w4440.json create mode 100644 assets/minecraft/models/w4441.json create mode 100644 assets/minecraft/models/w4442.json create mode 100644 assets/minecraft/models/w4443.json create mode 100644 assets/minecraft/models/w4444.json create mode 100644 assets/minecraft/models/w4445.json create mode 100644 assets/minecraft/models/w4446.json create mode 100644 assets/minecraft/models/w4447.json create mode 100644 assets/minecraft/models/w4448.json create mode 100644 assets/minecraft/models/w4449.json create mode 100644 assets/minecraft/models/w445.json create mode 100644 assets/minecraft/models/w4450.json create mode 100644 assets/minecraft/models/w4451.json create mode 100644 assets/minecraft/models/w4452.json create mode 100644 assets/minecraft/models/w4453.json create mode 100644 assets/minecraft/models/w4454.json create mode 100644 assets/minecraft/models/w4455.json create mode 100644 assets/minecraft/models/w4456.json create mode 100644 assets/minecraft/models/w4457.json create mode 100644 assets/minecraft/models/w4458.json create mode 100644 assets/minecraft/models/w4459.json create mode 100644 assets/minecraft/models/w446.json create mode 100644 assets/minecraft/models/w4460.json create mode 100644 assets/minecraft/models/w4461.json create mode 100644 assets/minecraft/models/w4462.json create mode 100644 assets/minecraft/models/w4463.json create mode 100644 assets/minecraft/models/w4464.json create mode 100644 assets/minecraft/models/w4465.json create mode 100644 assets/minecraft/models/w4466.json create mode 100644 assets/minecraft/models/w4467.json create mode 100644 assets/minecraft/models/w4468.json create mode 100644 assets/minecraft/models/w4469.json create mode 100644 assets/minecraft/models/w447.json create mode 100644 assets/minecraft/models/w4470.json create mode 100644 assets/minecraft/models/w4471.json create mode 100644 assets/minecraft/models/w4472.json create mode 100644 assets/minecraft/models/w4473.json create mode 100644 assets/minecraft/models/w4474.json create mode 100644 assets/minecraft/models/w4475.json create mode 100644 assets/minecraft/models/w4476.json create mode 100644 assets/minecraft/models/w4477.json create mode 100644 assets/minecraft/models/w4478.json create mode 100644 assets/minecraft/models/w4479.json create mode 100644 assets/minecraft/models/w448.json create mode 100644 assets/minecraft/models/w4480.json create mode 100644 assets/minecraft/models/w4481.json create mode 100644 assets/minecraft/models/w4482.json create mode 100644 assets/minecraft/models/w4483.json create mode 100644 assets/minecraft/models/w4484.json create mode 100644 assets/minecraft/models/w4485.json create mode 100644 assets/minecraft/models/w4486.json create mode 100644 assets/minecraft/models/w4487.json create mode 100644 assets/minecraft/models/w4488.json create mode 100644 assets/minecraft/models/w4489.json create mode 100644 assets/minecraft/models/w449.json create mode 100644 assets/minecraft/models/w4490.json create mode 100644 assets/minecraft/models/w4491.json create mode 100644 assets/minecraft/models/w4492.json create mode 100644 assets/minecraft/models/w4493.json create mode 100644 assets/minecraft/models/w4494.json create mode 100644 assets/minecraft/models/w4495.json create mode 100644 assets/minecraft/models/w4496.json create mode 100644 assets/minecraft/models/w4497.json create mode 100644 assets/minecraft/models/w4498.json create mode 100644 assets/minecraft/models/w4499.json create mode 100644 assets/minecraft/models/w45.json create mode 100644 assets/minecraft/models/w450.json create mode 100644 assets/minecraft/models/w4500.json create mode 100644 assets/minecraft/models/w4501.json create mode 100644 assets/minecraft/models/w4502.json create mode 100644 assets/minecraft/models/w4503.json create mode 100644 assets/minecraft/models/w4504.json create mode 100644 assets/minecraft/models/w4505.json create mode 100644 assets/minecraft/models/w4506.json create mode 100644 assets/minecraft/models/w4507.json create mode 100644 assets/minecraft/models/w4508.json create mode 100644 assets/minecraft/models/w4509.json create mode 100644 assets/minecraft/models/w451.json create mode 100644 assets/minecraft/models/w4510.json create mode 100644 assets/minecraft/models/w4511.json create mode 100644 assets/minecraft/models/w4512.json create mode 100644 assets/minecraft/models/w4513.json create mode 100644 assets/minecraft/models/w4514.json create mode 100644 assets/minecraft/models/w4515.json create mode 100644 assets/minecraft/models/w4516.json create mode 100644 assets/minecraft/models/w4517.json create mode 100644 assets/minecraft/models/w4518.json create mode 100644 assets/minecraft/models/w4519.json create mode 100644 assets/minecraft/models/w452.json create mode 100644 assets/minecraft/models/w4520.json create mode 100644 assets/minecraft/models/w4521.json create mode 100644 assets/minecraft/models/w4522.json create mode 100644 assets/minecraft/models/w4523.json create mode 100644 assets/minecraft/models/w4524.json create mode 100644 assets/minecraft/models/w4525.json create mode 100644 assets/minecraft/models/w4526.json create mode 100644 assets/minecraft/models/w4527.json create mode 100644 assets/minecraft/models/w4528.json create mode 100644 assets/minecraft/models/w4529.json create mode 100644 assets/minecraft/models/w453.json create mode 100644 assets/minecraft/models/w4530.json create mode 100644 assets/minecraft/models/w4531.json create mode 100644 assets/minecraft/models/w4532.json create mode 100644 assets/minecraft/models/w4533.json create mode 100644 assets/minecraft/models/w4534.json create mode 100644 assets/minecraft/models/w4535.json create mode 100644 assets/minecraft/models/w4536.json create mode 100644 assets/minecraft/models/w4537.json create mode 100644 assets/minecraft/models/w4538.json create mode 100644 assets/minecraft/models/w4539.json create mode 100644 assets/minecraft/models/w454.json create mode 100644 assets/minecraft/models/w4540.json create mode 100644 assets/minecraft/models/w4541.json create mode 100644 assets/minecraft/models/w4542.json create mode 100644 assets/minecraft/models/w4543.json create mode 100644 assets/minecraft/models/w4544.json create mode 100644 assets/minecraft/models/w4545.json create mode 100644 assets/minecraft/models/w4546.json create mode 100644 assets/minecraft/models/w4547.json create mode 100644 assets/minecraft/models/w4548.json create mode 100644 assets/minecraft/models/w4549.json create mode 100644 assets/minecraft/models/w455.json create mode 100644 assets/minecraft/models/w4550.json create mode 100644 assets/minecraft/models/w4551.json create mode 100644 assets/minecraft/models/w4552.json create mode 100644 assets/minecraft/models/w4553.json create mode 100644 assets/minecraft/models/w4554.json create mode 100644 assets/minecraft/models/w4555.json create mode 100644 assets/minecraft/models/w4556.json create mode 100644 assets/minecraft/models/w4557.json create mode 100644 assets/minecraft/models/w4558.json create mode 100644 assets/minecraft/models/w4559.json create mode 100644 assets/minecraft/models/w456.json create mode 100644 assets/minecraft/models/w4560.json create mode 100644 assets/minecraft/models/w4561.json create mode 100644 assets/minecraft/models/w4562.json create mode 100644 assets/minecraft/models/w4563.json create mode 100644 assets/minecraft/models/w4564.json create mode 100644 assets/minecraft/models/w4565.json create mode 100644 assets/minecraft/models/w4566.json create mode 100644 assets/minecraft/models/w4567.json create mode 100644 assets/minecraft/models/w4568.json create mode 100644 assets/minecraft/models/w4569.json create mode 100644 assets/minecraft/models/w457.json create mode 100644 assets/minecraft/models/w4570.json create mode 100644 assets/minecraft/models/w4571.json create mode 100644 assets/minecraft/models/w4572.json create mode 100644 assets/minecraft/models/w4573.json create mode 100644 assets/minecraft/models/w4574.json create mode 100644 assets/minecraft/models/w4575.json create mode 100644 assets/minecraft/models/w4576.json create mode 100644 assets/minecraft/models/w4577.json create mode 100644 assets/minecraft/models/w4578.json create mode 100644 assets/minecraft/models/w4579.json create mode 100644 assets/minecraft/models/w458.json create mode 100644 assets/minecraft/models/w4580.json create mode 100644 assets/minecraft/models/w4581.json create mode 100644 assets/minecraft/models/w4582.json create mode 100644 assets/minecraft/models/w4583.json create mode 100644 assets/minecraft/models/w4584.json create mode 100644 assets/minecraft/models/w4585.json create mode 100644 assets/minecraft/models/w4586.json create mode 100644 assets/minecraft/models/w4587.json create mode 100644 assets/minecraft/models/w4588.json create mode 100644 assets/minecraft/models/w4589.json create mode 100644 assets/minecraft/models/w459.json create mode 100644 assets/minecraft/models/w4590.json create mode 100644 assets/minecraft/models/w4591.json create mode 100644 assets/minecraft/models/w4592.json create mode 100644 assets/minecraft/models/w4593.json create mode 100644 assets/minecraft/models/w4594.json create mode 100644 assets/minecraft/models/w4595.json create mode 100644 assets/minecraft/models/w4596.json create mode 100644 assets/minecraft/models/w4597.json create mode 100644 assets/minecraft/models/w4598.json create mode 100644 assets/minecraft/models/w4599.json create mode 100644 assets/minecraft/models/w46.json create mode 100644 assets/minecraft/models/w460.json create mode 100644 assets/minecraft/models/w4600.json create mode 100644 assets/minecraft/models/w4601.json create mode 100644 assets/minecraft/models/w4602.json create mode 100644 assets/minecraft/models/w4603.json create mode 100644 assets/minecraft/models/w4604.json create mode 100644 assets/minecraft/models/w4605.json create mode 100644 assets/minecraft/models/w4606.json create mode 100644 assets/minecraft/models/w4607.json create mode 100644 assets/minecraft/models/w4608.json create mode 100644 assets/minecraft/models/w4609.json create mode 100644 assets/minecraft/models/w461.json create mode 100644 assets/minecraft/models/w4610.json create mode 100644 assets/minecraft/models/w4611.json create mode 100644 assets/minecraft/models/w4612.json create mode 100644 assets/minecraft/models/w4613.json create mode 100644 assets/minecraft/models/w4614.json create mode 100644 assets/minecraft/models/w4615.json create mode 100644 assets/minecraft/models/w4616.json create mode 100644 assets/minecraft/models/w4617.json create mode 100644 assets/minecraft/models/w4618.json create mode 100644 assets/minecraft/models/w4619.json create mode 100644 assets/minecraft/models/w462.json create mode 100644 assets/minecraft/models/w4620.json create mode 100644 assets/minecraft/models/w4621.json create mode 100644 assets/minecraft/models/w4622.json create mode 100644 assets/minecraft/models/w4623.json create mode 100644 assets/minecraft/models/w4624.json create mode 100644 assets/minecraft/models/w4625.json create mode 100644 assets/minecraft/models/w4626.json create mode 100644 assets/minecraft/models/w4627.json create mode 100644 assets/minecraft/models/w4628.json create mode 100644 assets/minecraft/models/w4629.json create mode 100644 assets/minecraft/models/w463.json create mode 100644 assets/minecraft/models/w4630.json create mode 100644 assets/minecraft/models/w4631.json create mode 100644 assets/minecraft/models/w4632.json create mode 100644 assets/minecraft/models/w4633.json create mode 100644 assets/minecraft/models/w4634.json create mode 100644 assets/minecraft/models/w4635.json create mode 100644 assets/minecraft/models/w4636.json create mode 100644 assets/minecraft/models/w4637.json create mode 100644 assets/minecraft/models/w4638.json create mode 100644 assets/minecraft/models/w4639.json create mode 100644 assets/minecraft/models/w464.json create mode 100644 assets/minecraft/models/w4640.json create mode 100644 assets/minecraft/models/w4641.json create mode 100644 assets/minecraft/models/w4642.json create mode 100644 assets/minecraft/models/w4643.json create mode 100644 assets/minecraft/models/w4644.json create mode 100644 assets/minecraft/models/w4645.json create mode 100644 assets/minecraft/models/w4646.json create mode 100644 assets/minecraft/models/w4647.json create mode 100644 assets/minecraft/models/w4648.json create mode 100644 assets/minecraft/models/w4649.json create mode 100644 assets/minecraft/models/w465.json create mode 100644 assets/minecraft/models/w4650.json create mode 100644 assets/minecraft/models/w4651.json create mode 100644 assets/minecraft/models/w4652.json create mode 100644 assets/minecraft/models/w4653.json create mode 100644 assets/minecraft/models/w4654.json create mode 100644 assets/minecraft/models/w4655.json create mode 100644 assets/minecraft/models/w4656.json create mode 100644 assets/minecraft/models/w4657.json create mode 100644 assets/minecraft/models/w4658.json create mode 100644 assets/minecraft/models/w4659.json create mode 100644 assets/minecraft/models/w466.json create mode 100644 assets/minecraft/models/w4660.json create mode 100644 assets/minecraft/models/w4661.json create mode 100644 assets/minecraft/models/w4662.json create mode 100644 assets/minecraft/models/w4663.json create mode 100644 assets/minecraft/models/w4664.json create mode 100644 assets/minecraft/models/w4665.json create mode 100644 assets/minecraft/models/w4666.json create mode 100644 assets/minecraft/models/w4667.json create mode 100644 assets/minecraft/models/w4668.json create mode 100644 assets/minecraft/models/w4669.json create mode 100644 assets/minecraft/models/w467.json create mode 100644 assets/minecraft/models/w4670.json create mode 100644 assets/minecraft/models/w4671.json create mode 100644 assets/minecraft/models/w4672.json create mode 100644 assets/minecraft/models/w4673.json create mode 100644 assets/minecraft/models/w4674.json create mode 100644 assets/minecraft/models/w4675.json create mode 100644 assets/minecraft/models/w4676.json create mode 100644 assets/minecraft/models/w4677.json create mode 100644 assets/minecraft/models/w4678.json create mode 100644 assets/minecraft/models/w4679.json create mode 100644 assets/minecraft/models/w468.json create mode 100644 assets/minecraft/models/w4680.json create mode 100644 assets/minecraft/models/w4681.json create mode 100644 assets/minecraft/models/w4682.json create mode 100644 assets/minecraft/models/w4683.json create mode 100644 assets/minecraft/models/w4684.json create mode 100644 assets/minecraft/models/w4685.json create mode 100644 assets/minecraft/models/w4686.json create mode 100644 assets/minecraft/models/w4687.json create mode 100644 assets/minecraft/models/w4688.json create mode 100644 assets/minecraft/models/w4689.json create mode 100644 assets/minecraft/models/w469.json create mode 100644 assets/minecraft/models/w4690.json create mode 100644 assets/minecraft/models/w4691.json create mode 100644 assets/minecraft/models/w4692.json create mode 100644 assets/minecraft/models/w4693.json create mode 100644 assets/minecraft/models/w4694.json create mode 100644 assets/minecraft/models/w4695.json create mode 100644 assets/minecraft/models/w4696.json create mode 100644 assets/minecraft/models/w4697.json create mode 100644 assets/minecraft/models/w4698.json create mode 100644 assets/minecraft/models/w4699.json create mode 100644 assets/minecraft/models/w47.json create mode 100644 assets/minecraft/models/w470.json create mode 100644 assets/minecraft/models/w4700.json create mode 100644 assets/minecraft/models/w4701.json create mode 100644 assets/minecraft/models/w4702.json create mode 100644 assets/minecraft/models/w4703.json create mode 100644 assets/minecraft/models/w4704.json create mode 100644 assets/minecraft/models/w4705.json create mode 100644 assets/minecraft/models/w4706.json create mode 100644 assets/minecraft/models/w4707.json create mode 100644 assets/minecraft/models/w4708.json create mode 100644 assets/minecraft/models/w4709.json create mode 100644 assets/minecraft/models/w471.json create mode 100644 assets/minecraft/models/w4710.json create mode 100644 assets/minecraft/models/w4711.json create mode 100644 assets/minecraft/models/w4712.json create mode 100644 assets/minecraft/models/w4713.json create mode 100644 assets/minecraft/models/w4714.json create mode 100644 assets/minecraft/models/w4715.json create mode 100644 assets/minecraft/models/w4716.json create mode 100644 assets/minecraft/models/w4717.json create mode 100644 assets/minecraft/models/w4718.json create mode 100644 assets/minecraft/models/w4719.json create mode 100644 assets/minecraft/models/w472.json create mode 100644 assets/minecraft/models/w4720.json create mode 100644 assets/minecraft/models/w4721.json create mode 100644 assets/minecraft/models/w4722.json create mode 100644 assets/minecraft/models/w4723.json create mode 100644 assets/minecraft/models/w4724.json create mode 100644 assets/minecraft/models/w4725.json create mode 100644 assets/minecraft/models/w4726.json create mode 100644 assets/minecraft/models/w4727.json create mode 100644 assets/minecraft/models/w4728.json create mode 100644 assets/minecraft/models/w4729.json create mode 100644 assets/minecraft/models/w473.json create mode 100644 assets/minecraft/models/w4730.json create mode 100644 assets/minecraft/models/w4731.json create mode 100644 assets/minecraft/models/w4732.json create mode 100644 assets/minecraft/models/w4733.json create mode 100644 assets/minecraft/models/w4734.json create mode 100644 assets/minecraft/models/w4735.json create mode 100644 assets/minecraft/models/w4736.json create mode 100644 assets/minecraft/models/w4737.json create mode 100644 assets/minecraft/models/w4738.json create mode 100644 assets/minecraft/models/w4739.json create mode 100644 assets/minecraft/models/w474.json create mode 100644 assets/minecraft/models/w4740.json create mode 100644 assets/minecraft/models/w4741.json create mode 100644 assets/minecraft/models/w4742.json create mode 100644 assets/minecraft/models/w4743.json create mode 100644 assets/minecraft/models/w4744.json create mode 100644 assets/minecraft/models/w4745.json create mode 100644 assets/minecraft/models/w4746.json create mode 100644 assets/minecraft/models/w4747.json create mode 100644 assets/minecraft/models/w4748.json create mode 100644 assets/minecraft/models/w4749.json create mode 100644 assets/minecraft/models/w475.json create mode 100644 assets/minecraft/models/w4750.json create mode 100644 assets/minecraft/models/w4751.json create mode 100644 assets/minecraft/models/w4752.json create mode 100644 assets/minecraft/models/w4753.json create mode 100644 assets/minecraft/models/w4754.json create mode 100644 assets/minecraft/models/w4755.json create mode 100644 assets/minecraft/models/w4756.json create mode 100644 assets/minecraft/models/w4757.json create mode 100644 assets/minecraft/models/w4758.json create mode 100644 assets/minecraft/models/w4759.json create mode 100644 assets/minecraft/models/w476.json create mode 100644 assets/minecraft/models/w4760.json create mode 100644 assets/minecraft/models/w4761.json create mode 100644 assets/minecraft/models/w4762.json create mode 100644 assets/minecraft/models/w4763.json create mode 100644 assets/minecraft/models/w4764.json create mode 100644 assets/minecraft/models/w4765.json create mode 100644 assets/minecraft/models/w4766.json create mode 100644 assets/minecraft/models/w4767.json create mode 100644 assets/minecraft/models/w4768.json create mode 100644 assets/minecraft/models/w4769.json create mode 100644 assets/minecraft/models/w477.json create mode 100644 assets/minecraft/models/w4770.json create mode 100644 assets/minecraft/models/w4771.json create mode 100644 assets/minecraft/models/w4772.json create mode 100644 assets/minecraft/models/w4773.json create mode 100644 assets/minecraft/models/w4774.json create mode 100644 assets/minecraft/models/w4775.json create mode 100644 assets/minecraft/models/w4776.json create mode 100644 assets/minecraft/models/w4777.json create mode 100644 assets/minecraft/models/w4778.json create mode 100644 assets/minecraft/models/w4779.json create mode 100644 assets/minecraft/models/w478.json create mode 100644 assets/minecraft/models/w4780.json create mode 100644 assets/minecraft/models/w4781.json create mode 100644 assets/minecraft/models/w4782.json create mode 100644 assets/minecraft/models/w4783.json create mode 100644 assets/minecraft/models/w4784.json create mode 100644 assets/minecraft/models/w4785.json create mode 100644 assets/minecraft/models/w4786.json create mode 100644 assets/minecraft/models/w4787.json create mode 100644 assets/minecraft/models/w4788.json create mode 100644 assets/minecraft/models/w4789.json create mode 100644 assets/minecraft/models/w479.json create mode 100644 assets/minecraft/models/w4790.json create mode 100644 assets/minecraft/models/w4791.json create mode 100644 assets/minecraft/models/w4792.json create mode 100644 assets/minecraft/models/w4793.json create mode 100644 assets/minecraft/models/w4794.json create mode 100644 assets/minecraft/models/w4795.json create mode 100644 assets/minecraft/models/w4796.json create mode 100644 assets/minecraft/models/w4797.json create mode 100644 assets/minecraft/models/w4798.json create mode 100644 assets/minecraft/models/w4799.json create mode 100644 assets/minecraft/models/w48.json create mode 100644 assets/minecraft/models/w480.json create mode 100644 assets/minecraft/models/w4800.json create mode 100644 assets/minecraft/models/w4801.json create mode 100644 assets/minecraft/models/w4802.json create mode 100644 assets/minecraft/models/w4803.json create mode 100644 assets/minecraft/models/w4804.json create mode 100644 assets/minecraft/models/w4805.json create mode 100644 assets/minecraft/models/w4806.json create mode 100644 assets/minecraft/models/w4807.json create mode 100644 assets/minecraft/models/w4808.json create mode 100644 assets/minecraft/models/w4809.json create mode 100644 assets/minecraft/models/w481.json create mode 100644 assets/minecraft/models/w4810.json create mode 100644 assets/minecraft/models/w4811.json create mode 100644 assets/minecraft/models/w4812.json create mode 100644 assets/minecraft/models/w4813.json create mode 100644 assets/minecraft/models/w4814.json create mode 100644 assets/minecraft/models/w4815.json create mode 100644 assets/minecraft/models/w4816.json create mode 100644 assets/minecraft/models/w4817.json create mode 100644 assets/minecraft/models/w4818.json create mode 100644 assets/minecraft/models/w4819.json create mode 100644 assets/minecraft/models/w482.json create mode 100644 assets/minecraft/models/w4820.json create mode 100644 assets/minecraft/models/w4821.json create mode 100644 assets/minecraft/models/w4822.json create mode 100644 assets/minecraft/models/w4823.json create mode 100644 assets/minecraft/models/w4824.json create mode 100644 assets/minecraft/models/w4825.json create mode 100644 assets/minecraft/models/w4826.json create mode 100644 assets/minecraft/models/w4827.json create mode 100644 assets/minecraft/models/w4828.json create mode 100644 assets/minecraft/models/w4829.json create mode 100644 assets/minecraft/models/w483.json create mode 100644 assets/minecraft/models/w4830.json create mode 100644 assets/minecraft/models/w4831.json create mode 100644 assets/minecraft/models/w4832.json create mode 100644 assets/minecraft/models/w4833.json create mode 100644 assets/minecraft/models/w4834.json create mode 100644 assets/minecraft/models/w4835.json create mode 100644 assets/minecraft/models/w4836.json create mode 100644 assets/minecraft/models/w4837.json create mode 100644 assets/minecraft/models/w4838.json create mode 100644 assets/minecraft/models/w4839.json create mode 100644 assets/minecraft/models/w484.json create mode 100644 assets/minecraft/models/w4840.json create mode 100644 assets/minecraft/models/w4841.json create mode 100644 assets/minecraft/models/w4842.json create mode 100644 assets/minecraft/models/w4843.json create mode 100644 assets/minecraft/models/w4844.json create mode 100644 assets/minecraft/models/w4845.json create mode 100644 assets/minecraft/models/w4846.json create mode 100644 assets/minecraft/models/w4847.json create mode 100644 assets/minecraft/models/w4848.json create mode 100644 assets/minecraft/models/w4849.json create mode 100644 assets/minecraft/models/w485.json create mode 100644 assets/minecraft/models/w4850.json create mode 100644 assets/minecraft/models/w4851.json create mode 100644 assets/minecraft/models/w4852.json create mode 100644 assets/minecraft/models/w4853.json create mode 100644 assets/minecraft/models/w4854.json create mode 100644 assets/minecraft/models/w4855.json create mode 100644 assets/minecraft/models/w4856.json create mode 100644 assets/minecraft/models/w4857.json create mode 100644 assets/minecraft/models/w4858.json create mode 100644 assets/minecraft/models/w4859.json create mode 100644 assets/minecraft/models/w486.json create mode 100644 assets/minecraft/models/w4860.json create mode 100644 assets/minecraft/models/w4861.json create mode 100644 assets/minecraft/models/w4862.json create mode 100644 assets/minecraft/models/w4863.json create mode 100644 assets/minecraft/models/w4864.json create mode 100644 assets/minecraft/models/w4865.json create mode 100644 assets/minecraft/models/w4866.json create mode 100644 assets/minecraft/models/w4867.json create mode 100644 assets/minecraft/models/w4868.json create mode 100644 assets/minecraft/models/w4869.json create mode 100644 assets/minecraft/models/w487.json create mode 100644 assets/minecraft/models/w4870.json create mode 100644 assets/minecraft/models/w4871.json create mode 100644 assets/minecraft/models/w4872.json create mode 100644 assets/minecraft/models/w4873.json create mode 100644 assets/minecraft/models/w4874.json create mode 100644 assets/minecraft/models/w4875.json create mode 100644 assets/minecraft/models/w4876.json create mode 100644 assets/minecraft/models/w4877.json create mode 100644 assets/minecraft/models/w4878.json create mode 100644 assets/minecraft/models/w4879.json create mode 100644 assets/minecraft/models/w488.json create mode 100644 assets/minecraft/models/w4880.json create mode 100644 assets/minecraft/models/w4881.json create mode 100644 assets/minecraft/models/w4882.json create mode 100644 assets/minecraft/models/w4883.json create mode 100644 assets/minecraft/models/w4884.json create mode 100644 assets/minecraft/models/w4885.json create mode 100644 assets/minecraft/models/w4886.json create mode 100644 assets/minecraft/models/w4887.json create mode 100644 assets/minecraft/models/w4888.json create mode 100644 assets/minecraft/models/w4889.json create mode 100644 assets/minecraft/models/w489.json create mode 100644 assets/minecraft/models/w4890.json create mode 100644 assets/minecraft/models/w4891.json create mode 100644 assets/minecraft/models/w4892.json create mode 100644 assets/minecraft/models/w4893.json create mode 100644 assets/minecraft/models/w4894.json create mode 100644 assets/minecraft/models/w4895.json create mode 100644 assets/minecraft/models/w4896.json create mode 100644 assets/minecraft/models/w4897.json create mode 100644 assets/minecraft/models/w4898.json create mode 100644 assets/minecraft/models/w4899.json create mode 100644 assets/minecraft/models/w49.json create mode 100644 assets/minecraft/models/w490.json create mode 100644 assets/minecraft/models/w4900.json create mode 100644 assets/minecraft/models/w4901.json create mode 100644 assets/minecraft/models/w4902.json create mode 100644 assets/minecraft/models/w4903.json create mode 100644 assets/minecraft/models/w4904.json create mode 100644 assets/minecraft/models/w4905.json create mode 100644 assets/minecraft/models/w4906.json create mode 100644 assets/minecraft/models/w4907.json create mode 100644 assets/minecraft/models/w4908.json create mode 100644 assets/minecraft/models/w4909.json create mode 100644 assets/minecraft/models/w491.json create mode 100644 assets/minecraft/models/w4910.json create mode 100644 assets/minecraft/models/w4911.json create mode 100644 assets/minecraft/models/w4912.json create mode 100644 assets/minecraft/models/w4913.json create mode 100644 assets/minecraft/models/w4914.json create mode 100644 assets/minecraft/models/w4915.json create mode 100644 assets/minecraft/models/w4916.json create mode 100644 assets/minecraft/models/w4917.json create mode 100644 assets/minecraft/models/w4918.json create mode 100644 assets/minecraft/models/w4919.json create mode 100644 assets/minecraft/models/w492.json create mode 100644 assets/minecraft/models/w4920.json create mode 100644 assets/minecraft/models/w4921.json create mode 100644 assets/minecraft/models/w4922.json create mode 100644 assets/minecraft/models/w4923.json create mode 100644 assets/minecraft/models/w4924.json create mode 100644 assets/minecraft/models/w4925.json create mode 100644 assets/minecraft/models/w4926.json create mode 100644 assets/minecraft/models/w4927.json create mode 100644 assets/minecraft/models/w4928.json create mode 100644 assets/minecraft/models/w4929.json create mode 100644 assets/minecraft/models/w493.json create mode 100644 assets/minecraft/models/w4930.json create mode 100644 assets/minecraft/models/w4931.json create mode 100644 assets/minecraft/models/w4932.json create mode 100644 assets/minecraft/models/w4933.json create mode 100644 assets/minecraft/models/w4934.json create mode 100644 assets/minecraft/models/w4935.json create mode 100644 assets/minecraft/models/w4936.json create mode 100644 assets/minecraft/models/w4937.json create mode 100644 assets/minecraft/models/w4938.json create mode 100644 assets/minecraft/models/w4939.json create mode 100644 assets/minecraft/models/w494.json create mode 100644 assets/minecraft/models/w4940.json create mode 100644 assets/minecraft/models/w4941.json create mode 100644 assets/minecraft/models/w4942.json create mode 100644 assets/minecraft/models/w4943.json create mode 100644 assets/minecraft/models/w4944.json create mode 100644 assets/minecraft/models/w4945.json create mode 100644 assets/minecraft/models/w4946.json create mode 100644 assets/minecraft/models/w4947.json create mode 100644 assets/minecraft/models/w4948.json create mode 100644 assets/minecraft/models/w4949.json create mode 100644 assets/minecraft/models/w495.json create mode 100644 assets/minecraft/models/w4950.json create mode 100644 assets/minecraft/models/w4951.json create mode 100644 assets/minecraft/models/w4952.json create mode 100644 assets/minecraft/models/w4953.json create mode 100644 assets/minecraft/models/w4954.json create mode 100644 assets/minecraft/models/w4955.json create mode 100644 assets/minecraft/models/w4956.json create mode 100644 assets/minecraft/models/w4957.json create mode 100644 assets/minecraft/models/w4958.json create mode 100644 assets/minecraft/models/w4959.json create mode 100644 assets/minecraft/models/w496.json create mode 100644 assets/minecraft/models/w4960.json create mode 100644 assets/minecraft/models/w4961.json create mode 100644 assets/minecraft/models/w4962.json create mode 100644 assets/minecraft/models/w4963.json create mode 100644 assets/minecraft/models/w4964.json create mode 100644 assets/minecraft/models/w4965.json create mode 100644 assets/minecraft/models/w4966.json create mode 100644 assets/minecraft/models/w4967.json create mode 100644 assets/minecraft/models/w4968.json create mode 100644 assets/minecraft/models/w4969.json create mode 100644 assets/minecraft/models/w497.json create mode 100644 assets/minecraft/models/w4970.json create mode 100644 assets/minecraft/models/w4971.json create mode 100644 assets/minecraft/models/w4972.json create mode 100644 assets/minecraft/models/w4973.json create mode 100644 assets/minecraft/models/w4974.json create mode 100644 assets/minecraft/models/w4975.json create mode 100644 assets/minecraft/models/w4976.json create mode 100644 assets/minecraft/models/w4977.json create mode 100644 assets/minecraft/models/w4978.json create mode 100644 assets/minecraft/models/w4979.json create mode 100644 assets/minecraft/models/w498.json create mode 100644 assets/minecraft/models/w4980.json create mode 100644 assets/minecraft/models/w4981.json create mode 100644 assets/minecraft/models/w4982.json create mode 100644 assets/minecraft/models/w4983.json create mode 100644 assets/minecraft/models/w4984.json create mode 100644 assets/minecraft/models/w4985.json create mode 100644 assets/minecraft/models/w4986.json create mode 100644 assets/minecraft/models/w4987.json create mode 100644 assets/minecraft/models/w4988.json create mode 100644 assets/minecraft/models/w4989.json create mode 100644 assets/minecraft/models/w499.json create mode 100644 assets/minecraft/models/w4990.json create mode 100644 assets/minecraft/models/w4991.json create mode 100644 assets/minecraft/models/w4992.json create mode 100644 assets/minecraft/models/w4993.json create mode 100644 assets/minecraft/models/w4994.json create mode 100644 assets/minecraft/models/w4995.json create mode 100644 assets/minecraft/models/w4996.json create mode 100644 assets/minecraft/models/w4997.json create mode 100644 assets/minecraft/models/w4998.json create mode 100644 assets/minecraft/models/w4999.json create mode 100644 assets/minecraft/models/w5.json create mode 100644 assets/minecraft/models/w50.json create mode 100644 assets/minecraft/models/w500.json create mode 100644 assets/minecraft/models/w5000.json create mode 100644 assets/minecraft/models/w5001.json create mode 100644 assets/minecraft/models/w5002.json create mode 100644 assets/minecraft/models/w5003.json create mode 100644 assets/minecraft/models/w5004.json create mode 100644 assets/minecraft/models/w5005.json create mode 100644 assets/minecraft/models/w5006.json create mode 100644 assets/minecraft/models/w5007.json create mode 100644 assets/minecraft/models/w5008.json create mode 100644 assets/minecraft/models/w5009.json create mode 100644 assets/minecraft/models/w501.json create mode 100644 assets/minecraft/models/w5010.json create mode 100644 assets/minecraft/models/w5011.json create mode 100644 assets/minecraft/models/w5012.json create mode 100644 assets/minecraft/models/w5013.json create mode 100644 assets/minecraft/models/w5014.json create mode 100644 assets/minecraft/models/w5015.json create mode 100644 assets/minecraft/models/w5016.json create mode 100644 assets/minecraft/models/w5017.json create mode 100644 assets/minecraft/models/w5018.json create mode 100644 assets/minecraft/models/w5019.json create mode 100644 assets/minecraft/models/w502.json create mode 100644 assets/minecraft/models/w5020.json create mode 100644 assets/minecraft/models/w5021.json create mode 100644 assets/minecraft/models/w5022.json create mode 100644 assets/minecraft/models/w5023.json create mode 100644 assets/minecraft/models/w5024.json create mode 100644 assets/minecraft/models/w5025.json create mode 100644 assets/minecraft/models/w5026.json create mode 100644 assets/minecraft/models/w5027.json create mode 100644 assets/minecraft/models/w5028.json create mode 100644 assets/minecraft/models/w5029.json create mode 100644 assets/minecraft/models/w503.json create mode 100644 assets/minecraft/models/w5030.json create mode 100644 assets/minecraft/models/w5031.json create mode 100644 assets/minecraft/models/w5032.json create mode 100644 assets/minecraft/models/w5033.json create mode 100644 assets/minecraft/models/w5034.json create mode 100644 assets/minecraft/models/w5035.json create mode 100644 assets/minecraft/models/w5036.json create mode 100644 assets/minecraft/models/w5037.json create mode 100644 assets/minecraft/models/w5038.json create mode 100644 assets/minecraft/models/w5039.json create mode 100644 assets/minecraft/models/w504.json create mode 100644 assets/minecraft/models/w5040.json create mode 100644 assets/minecraft/models/w5041.json create mode 100644 assets/minecraft/models/w5042.json create mode 100644 assets/minecraft/models/w5043.json create mode 100644 assets/minecraft/models/w5044.json create mode 100644 assets/minecraft/models/w5045.json create mode 100644 assets/minecraft/models/w5046.json create mode 100644 assets/minecraft/models/w5047.json create mode 100644 assets/minecraft/models/w5048.json create mode 100644 assets/minecraft/models/w5049.json create mode 100644 assets/minecraft/models/w505.json create mode 100644 assets/minecraft/models/w5050.json create mode 100644 assets/minecraft/models/w5051.json create mode 100644 assets/minecraft/models/w5052.json create mode 100644 assets/minecraft/models/w5053.json create mode 100644 assets/minecraft/models/w5054.json create mode 100644 assets/minecraft/models/w5055.json create mode 100644 assets/minecraft/models/w5056.json create mode 100644 assets/minecraft/models/w5057.json create mode 100644 assets/minecraft/models/w5058.json create mode 100644 assets/minecraft/models/w5059.json create mode 100644 assets/minecraft/models/w506.json create mode 100644 assets/minecraft/models/w5060.json create mode 100644 assets/minecraft/models/w5061.json create mode 100644 assets/minecraft/models/w5062.json create mode 100644 assets/minecraft/models/w5063.json create mode 100644 assets/minecraft/models/w5064.json create mode 100644 assets/minecraft/models/w5065.json create mode 100644 assets/minecraft/models/w5066.json create mode 100644 assets/minecraft/models/w5067.json create mode 100644 assets/minecraft/models/w5068.json create mode 100644 assets/minecraft/models/w5069.json create mode 100644 assets/minecraft/models/w507.json create mode 100644 assets/minecraft/models/w5070.json create mode 100644 assets/minecraft/models/w5071.json create mode 100644 assets/minecraft/models/w5072.json create mode 100644 assets/minecraft/models/w5073.json create mode 100644 assets/minecraft/models/w5074.json create mode 100644 assets/minecraft/models/w5075.json create mode 100644 assets/minecraft/models/w5076.json create mode 100644 assets/minecraft/models/w5077.json create mode 100644 assets/minecraft/models/w5078.json create mode 100644 assets/minecraft/models/w5079.json create mode 100644 assets/minecraft/models/w508.json create mode 100644 assets/minecraft/models/w5080.json create mode 100644 assets/minecraft/models/w5081.json create mode 100644 assets/minecraft/models/w5082.json create mode 100644 assets/minecraft/models/w5083.json create mode 100644 assets/minecraft/models/w5084.json create mode 100644 assets/minecraft/models/w5085.json create mode 100644 assets/minecraft/models/w5086.json create mode 100644 assets/minecraft/models/w5087.json create mode 100644 assets/minecraft/models/w5088.json create mode 100644 assets/minecraft/models/w5089.json create mode 100644 assets/minecraft/models/w509.json create mode 100644 assets/minecraft/models/w5090.json create mode 100644 assets/minecraft/models/w5091.json create mode 100644 assets/minecraft/models/w5092.json create mode 100644 assets/minecraft/models/w5093.json create mode 100644 assets/minecraft/models/w5094.json create mode 100644 assets/minecraft/models/w5095.json create mode 100644 assets/minecraft/models/w5096.json create mode 100644 assets/minecraft/models/w5097.json create mode 100644 assets/minecraft/models/w5098.json create mode 100644 assets/minecraft/models/w5099.json create mode 100644 assets/minecraft/models/w51.json create mode 100644 assets/minecraft/models/w510.json create mode 100644 assets/minecraft/models/w5100.json create mode 100644 assets/minecraft/models/w5101.json create mode 100644 assets/minecraft/models/w5102.json create mode 100644 assets/minecraft/models/w5103.json create mode 100644 assets/minecraft/models/w5104.json create mode 100644 assets/minecraft/models/w5105.json create mode 100644 assets/minecraft/models/w5106.json create mode 100644 assets/minecraft/models/w5107.json create mode 100644 assets/minecraft/models/w5108.json create mode 100644 assets/minecraft/models/w5109.json create mode 100644 assets/minecraft/models/w511.json create mode 100644 assets/minecraft/models/w5110.json create mode 100644 assets/minecraft/models/w5111.json create mode 100644 assets/minecraft/models/w5112.json create mode 100644 assets/minecraft/models/w5113.json create mode 100644 assets/minecraft/models/w5114.json create mode 100644 assets/minecraft/models/w5115.json create mode 100644 assets/minecraft/models/w5116.json create mode 100644 assets/minecraft/models/w5117.json create mode 100644 assets/minecraft/models/w5118.json create mode 100644 assets/minecraft/models/w5119.json create mode 100644 assets/minecraft/models/w512.json create mode 100644 assets/minecraft/models/w5120.json create mode 100644 assets/minecraft/models/w5121.json create mode 100644 assets/minecraft/models/w5122.json create mode 100644 assets/minecraft/models/w5123.json create mode 100644 assets/minecraft/models/w5124.json create mode 100644 assets/minecraft/models/w5125.json create mode 100644 assets/minecraft/models/w5126.json create mode 100644 assets/minecraft/models/w5127.json create mode 100644 assets/minecraft/models/w5128.json create mode 100644 assets/minecraft/models/w5129.json create mode 100644 assets/minecraft/models/w513.json create mode 100644 assets/minecraft/models/w5130.json create mode 100644 assets/minecraft/models/w5131.json create mode 100644 assets/minecraft/models/w5132.json create mode 100644 assets/minecraft/models/w5133.json create mode 100644 assets/minecraft/models/w5134.json create mode 100644 assets/minecraft/models/w5135.json create mode 100644 assets/minecraft/models/w5136.json create mode 100644 assets/minecraft/models/w5137.json create mode 100644 assets/minecraft/models/w5138.json create mode 100644 assets/minecraft/models/w5139.json create mode 100644 assets/minecraft/models/w514.json create mode 100644 assets/minecraft/models/w5140.json create mode 100644 assets/minecraft/models/w5141.json create mode 100644 assets/minecraft/models/w5142.json create mode 100644 assets/minecraft/models/w5143.json create mode 100644 assets/minecraft/models/w5144.json create mode 100644 assets/minecraft/models/w5145.json create mode 100644 assets/minecraft/models/w5146.json create mode 100644 assets/minecraft/models/w5147.json create mode 100644 assets/minecraft/models/w5148.json create mode 100644 assets/minecraft/models/w5149.json create mode 100644 assets/minecraft/models/w515.json create mode 100644 assets/minecraft/models/w5150.json create mode 100644 assets/minecraft/models/w5151.json create mode 100644 assets/minecraft/models/w5152.json create mode 100644 assets/minecraft/models/w5153.json create mode 100644 assets/minecraft/models/w5154.json create mode 100644 assets/minecraft/models/w5155.json create mode 100644 assets/minecraft/models/w5156.json create mode 100644 assets/minecraft/models/w5157.json create mode 100644 assets/minecraft/models/w5158.json create mode 100644 assets/minecraft/models/w5159.json create mode 100644 assets/minecraft/models/w516.json create mode 100644 assets/minecraft/models/w5160.json create mode 100644 assets/minecraft/models/w5161.json create mode 100644 assets/minecraft/models/w5162.json create mode 100644 assets/minecraft/models/w5163.json create mode 100644 assets/minecraft/models/w5164.json create mode 100644 assets/minecraft/models/w5165.json create mode 100644 assets/minecraft/models/w5166.json create mode 100644 assets/minecraft/models/w5167.json create mode 100644 assets/minecraft/models/w5168.json create mode 100644 assets/minecraft/models/w5169.json create mode 100644 assets/minecraft/models/w517.json create mode 100644 assets/minecraft/models/w5170.json create mode 100644 assets/minecraft/models/w5171.json create mode 100644 assets/minecraft/models/w5172.json create mode 100644 assets/minecraft/models/w5173.json create mode 100644 assets/minecraft/models/w5174.json create mode 100644 assets/minecraft/models/w5175.json create mode 100644 assets/minecraft/models/w5176.json create mode 100644 assets/minecraft/models/w5177.json create mode 100644 assets/minecraft/models/w5178.json create mode 100644 assets/minecraft/models/w5179.json create mode 100644 assets/minecraft/models/w518.json create mode 100644 assets/minecraft/models/w5180.json create mode 100644 assets/minecraft/models/w5181.json create mode 100644 assets/minecraft/models/w5182.json create mode 100644 assets/minecraft/models/w5183.json create mode 100644 assets/minecraft/models/w5184.json create mode 100644 assets/minecraft/models/w5185.json create mode 100644 assets/minecraft/models/w5186.json create mode 100644 assets/minecraft/models/w5187.json create mode 100644 assets/minecraft/models/w5188.json create mode 100644 assets/minecraft/models/w5189.json create mode 100644 assets/minecraft/models/w519.json create mode 100644 assets/minecraft/models/w5190.json create mode 100644 assets/minecraft/models/w5191.json create mode 100644 assets/minecraft/models/w5192.json create mode 100644 assets/minecraft/models/w5193.json create mode 100644 assets/minecraft/models/w5194.json create mode 100644 assets/minecraft/models/w5195.json create mode 100644 assets/minecraft/models/w5196.json create mode 100644 assets/minecraft/models/w5197.json create mode 100644 assets/minecraft/models/w5198.json create mode 100644 assets/minecraft/models/w5199.json create mode 100644 assets/minecraft/models/w52.json create mode 100644 assets/minecraft/models/w520.json create mode 100644 assets/minecraft/models/w5200.json create mode 100644 assets/minecraft/models/w5201.json create mode 100644 assets/minecraft/models/w5202.json create mode 100644 assets/minecraft/models/w5203.json create mode 100644 assets/minecraft/models/w5204.json create mode 100644 assets/minecraft/models/w5205.json create mode 100644 assets/minecraft/models/w5206.json create mode 100644 assets/minecraft/models/w5207.json create mode 100644 assets/minecraft/models/w5208.json create mode 100644 assets/minecraft/models/w5209.json create mode 100644 assets/minecraft/models/w521.json create mode 100644 assets/minecraft/models/w5210.json create mode 100644 assets/minecraft/models/w5211.json create mode 100644 assets/minecraft/models/w5212.json create mode 100644 assets/minecraft/models/w5213.json create mode 100644 assets/minecraft/models/w5214.json create mode 100644 assets/minecraft/models/w5215.json create mode 100644 assets/minecraft/models/w5216.json create mode 100644 assets/minecraft/models/w5217.json create mode 100644 assets/minecraft/models/w5218.json create mode 100644 assets/minecraft/models/w5219.json create mode 100644 assets/minecraft/models/w522.json create mode 100644 assets/minecraft/models/w5220.json create mode 100644 assets/minecraft/models/w5221.json create mode 100644 assets/minecraft/models/w5222.json create mode 100644 assets/minecraft/models/w5223.json create mode 100644 assets/minecraft/models/w5224.json create mode 100644 assets/minecraft/models/w5225.json create mode 100644 assets/minecraft/models/w5226.json create mode 100644 assets/minecraft/models/w5227.json create mode 100644 assets/minecraft/models/w5228.json create mode 100644 assets/minecraft/models/w5229.json create mode 100644 assets/minecraft/models/w523.json create mode 100644 assets/minecraft/models/w5230.json create mode 100644 assets/minecraft/models/w5231.json create mode 100644 assets/minecraft/models/w5232.json create mode 100644 assets/minecraft/models/w5233.json create mode 100644 assets/minecraft/models/w5234.json create mode 100644 assets/minecraft/models/w5235.json create mode 100644 assets/minecraft/models/w5236.json create mode 100644 assets/minecraft/models/w5237.json create mode 100644 assets/minecraft/models/w5238.json create mode 100644 assets/minecraft/models/w5239.json create mode 100644 assets/minecraft/models/w524.json create mode 100644 assets/minecraft/models/w5240.json create mode 100644 assets/minecraft/models/w5241.json create mode 100644 assets/minecraft/models/w5242.json create mode 100644 assets/minecraft/models/w5243.json create mode 100644 assets/minecraft/models/w5244.json create mode 100644 assets/minecraft/models/w5245.json create mode 100644 assets/minecraft/models/w5246.json create mode 100644 assets/minecraft/models/w5247.json create mode 100644 assets/minecraft/models/w5248.json create mode 100644 assets/minecraft/models/w5249.json create mode 100644 assets/minecraft/models/w525.json create mode 100644 assets/minecraft/models/w5250.json create mode 100644 assets/minecraft/models/w5251.json create mode 100644 assets/minecraft/models/w5252.json create mode 100644 assets/minecraft/models/w5253.json create mode 100644 assets/minecraft/models/w5254.json create mode 100644 assets/minecraft/models/w5255.json create mode 100644 assets/minecraft/models/w5256.json create mode 100644 assets/minecraft/models/w5257.json create mode 100644 assets/minecraft/models/w5258.json create mode 100644 assets/minecraft/models/w5259.json create mode 100644 assets/minecraft/models/w526.json create mode 100644 assets/minecraft/models/w5260.json create mode 100644 assets/minecraft/models/w5261.json create mode 100644 assets/minecraft/models/w5262.json create mode 100644 assets/minecraft/models/w5263.json create mode 100644 assets/minecraft/models/w5264.json create mode 100644 assets/minecraft/models/w5265.json create mode 100644 assets/minecraft/models/w5266.json create mode 100644 assets/minecraft/models/w5267.json create mode 100644 assets/minecraft/models/w5268.json create mode 100644 assets/minecraft/models/w5269.json create mode 100644 assets/minecraft/models/w527.json create mode 100644 assets/minecraft/models/w5270.json create mode 100644 assets/minecraft/models/w5271.json create mode 100644 assets/minecraft/models/w5272.json create mode 100644 assets/minecraft/models/w5273.json create mode 100644 assets/minecraft/models/w5274.json create mode 100644 assets/minecraft/models/w5275.json create mode 100644 assets/minecraft/models/w5276.json create mode 100644 assets/minecraft/models/w5277.json create mode 100644 assets/minecraft/models/w5278.json create mode 100644 assets/minecraft/models/w5279.json create mode 100644 assets/minecraft/models/w528.json create mode 100644 assets/minecraft/models/w5280.json create mode 100644 assets/minecraft/models/w5281.json create mode 100644 assets/minecraft/models/w5282.json create mode 100644 assets/minecraft/models/w5283.json create mode 100644 assets/minecraft/models/w5284.json create mode 100644 assets/minecraft/models/w5285.json create mode 100644 assets/minecraft/models/w5286.json create mode 100644 assets/minecraft/models/w5287.json create mode 100644 assets/minecraft/models/w5288.json create mode 100644 assets/minecraft/models/w5289.json create mode 100644 assets/minecraft/models/w529.json create mode 100644 assets/minecraft/models/w5290.json create mode 100644 assets/minecraft/models/w5291.json create mode 100644 assets/minecraft/models/w5292.json create mode 100644 assets/minecraft/models/w5293.json create mode 100644 assets/minecraft/models/w5294.json create mode 100644 assets/minecraft/models/w5295.json create mode 100644 assets/minecraft/models/w5296.json create mode 100644 assets/minecraft/models/w5297.json create mode 100644 assets/minecraft/models/w5298.json create mode 100644 assets/minecraft/models/w5299.json create mode 100644 assets/minecraft/models/w53.json create mode 100644 assets/minecraft/models/w530.json create mode 100644 assets/minecraft/models/w5300.json create mode 100644 assets/minecraft/models/w5301.json create mode 100644 assets/minecraft/models/w5302.json create mode 100644 assets/minecraft/models/w5303.json create mode 100644 assets/minecraft/models/w5304.json create mode 100644 assets/minecraft/models/w5305.json create mode 100644 assets/minecraft/models/w5306.json create mode 100644 assets/minecraft/models/w5307.json create mode 100644 assets/minecraft/models/w5308.json create mode 100644 assets/minecraft/models/w5309.json create mode 100644 assets/minecraft/models/w531.json create mode 100644 assets/minecraft/models/w5310.json create mode 100644 assets/minecraft/models/w5311.json create mode 100644 assets/minecraft/models/w5312.json create mode 100644 assets/minecraft/models/w5313.json create mode 100644 assets/minecraft/models/w5314.json create mode 100644 assets/minecraft/models/w5315.json create mode 100644 assets/minecraft/models/w5316.json create mode 100644 assets/minecraft/models/w5317.json create mode 100644 assets/minecraft/models/w5318.json create mode 100644 assets/minecraft/models/w5319.json create mode 100644 assets/minecraft/models/w532.json create mode 100644 assets/minecraft/models/w5320.json create mode 100644 assets/minecraft/models/w5321.json create mode 100644 assets/minecraft/models/w5322.json create mode 100644 assets/minecraft/models/w5323.json create mode 100644 assets/minecraft/models/w5324.json create mode 100644 assets/minecraft/models/w5325.json create mode 100644 assets/minecraft/models/w5326.json create mode 100644 assets/minecraft/models/w5327.json create mode 100644 assets/minecraft/models/w5328.json create mode 100644 assets/minecraft/models/w5329.json create mode 100644 assets/minecraft/models/w533.json create mode 100644 assets/minecraft/models/w5330.json create mode 100644 assets/minecraft/models/w5331.json create mode 100644 assets/minecraft/models/w5332.json create mode 100644 assets/minecraft/models/w5333.json create mode 100644 assets/minecraft/models/w5334.json create mode 100644 assets/minecraft/models/w5335.json create mode 100644 assets/minecraft/models/w5336.json create mode 100644 assets/minecraft/models/w5337.json create mode 100644 assets/minecraft/models/w5338.json create mode 100644 assets/minecraft/models/w5339.json create mode 100644 assets/minecraft/models/w534.json create mode 100644 assets/minecraft/models/w5340.json create mode 100644 assets/minecraft/models/w5341.json create mode 100644 assets/minecraft/models/w5342.json create mode 100644 assets/minecraft/models/w5343.json create mode 100644 assets/minecraft/models/w5344.json create mode 100644 assets/minecraft/models/w5345.json create mode 100644 assets/minecraft/models/w5346.json create mode 100644 assets/minecraft/models/w5347.json create mode 100644 assets/minecraft/models/w5348.json create mode 100644 assets/minecraft/models/w5349.json create mode 100644 assets/minecraft/models/w535.json create mode 100644 assets/minecraft/models/w5350.json create mode 100644 assets/minecraft/models/w5351.json create mode 100644 assets/minecraft/models/w5352.json create mode 100644 assets/minecraft/models/w5353.json create mode 100644 assets/minecraft/models/w5354.json create mode 100644 assets/minecraft/models/w5355.json create mode 100644 assets/minecraft/models/w5356.json create mode 100644 assets/minecraft/models/w5357.json create mode 100644 assets/minecraft/models/w5358.json create mode 100644 assets/minecraft/models/w5359.json create mode 100644 assets/minecraft/models/w536.json create mode 100644 assets/minecraft/models/w5360.json create mode 100644 assets/minecraft/models/w5361.json create mode 100644 assets/minecraft/models/w5362.json create mode 100644 assets/minecraft/models/w5363.json create mode 100644 assets/minecraft/models/w5364.json create mode 100644 assets/minecraft/models/w5365.json create mode 100644 assets/minecraft/models/w5366.json create mode 100644 assets/minecraft/models/w5367.json create mode 100644 assets/minecraft/models/w5368.json create mode 100644 assets/minecraft/models/w5369.json create mode 100644 assets/minecraft/models/w537.json create mode 100644 assets/minecraft/models/w5370.json create mode 100644 assets/minecraft/models/w5371.json create mode 100644 assets/minecraft/models/w5372.json create mode 100644 assets/minecraft/models/w5373.json create mode 100644 assets/minecraft/models/w5374.json create mode 100644 assets/minecraft/models/w5375.json create mode 100644 assets/minecraft/models/w5376.json create mode 100644 assets/minecraft/models/w5377.json create mode 100644 assets/minecraft/models/w5378.json create mode 100644 assets/minecraft/models/w5379.json create mode 100644 assets/minecraft/models/w538.json create mode 100644 assets/minecraft/models/w5380.json create mode 100644 assets/minecraft/models/w5381.json create mode 100644 assets/minecraft/models/w5382.json create mode 100644 assets/minecraft/models/w5383.json create mode 100644 assets/minecraft/models/w5384.json create mode 100644 assets/minecraft/models/w5385.json create mode 100644 assets/minecraft/models/w5386.json create mode 100644 assets/minecraft/models/w5387.json create mode 100644 assets/minecraft/models/w5388.json create mode 100644 assets/minecraft/models/w5389.json create mode 100644 assets/minecraft/models/w539.json create mode 100644 assets/minecraft/models/w5390.json create mode 100644 assets/minecraft/models/w5391.json create mode 100644 assets/minecraft/models/w5392.json create mode 100644 assets/minecraft/models/w5393.json create mode 100644 assets/minecraft/models/w5394.json create mode 100644 assets/minecraft/models/w5395.json create mode 100644 assets/minecraft/models/w5396.json create mode 100644 assets/minecraft/models/w5397.json create mode 100644 assets/minecraft/models/w5398.json create mode 100644 assets/minecraft/models/w5399.json create mode 100644 assets/minecraft/models/w54.json create mode 100644 assets/minecraft/models/w540.json create mode 100644 assets/minecraft/models/w5400.json create mode 100644 assets/minecraft/models/w5401.json create mode 100644 assets/minecraft/models/w5402.json create mode 100644 assets/minecraft/models/w5403.json create mode 100644 assets/minecraft/models/w5404.json create mode 100644 assets/minecraft/models/w5405.json create mode 100644 assets/minecraft/models/w5406.json create mode 100644 assets/minecraft/models/w5407.json create mode 100644 assets/minecraft/models/w5408.json create mode 100644 assets/minecraft/models/w5409.json create mode 100644 assets/minecraft/models/w541.json create mode 100644 assets/minecraft/models/w5410.json create mode 100644 assets/minecraft/models/w5411.json create mode 100644 assets/minecraft/models/w5412.json create mode 100644 assets/minecraft/models/w5413.json create mode 100644 assets/minecraft/models/w5414.json create mode 100644 assets/minecraft/models/w5415.json create mode 100644 assets/minecraft/models/w5416.json create mode 100644 assets/minecraft/models/w5417.json create mode 100644 assets/minecraft/models/w5418.json create mode 100644 assets/minecraft/models/w5419.json create mode 100644 assets/minecraft/models/w542.json create mode 100644 assets/minecraft/models/w5420.json create mode 100644 assets/minecraft/models/w5421.json create mode 100644 assets/minecraft/models/w5422.json create mode 100644 assets/minecraft/models/w5423.json create mode 100644 assets/minecraft/models/w5424.json create mode 100644 assets/minecraft/models/w5425.json create mode 100644 assets/minecraft/models/w5426.json create mode 100644 assets/minecraft/models/w5427.json create mode 100644 assets/minecraft/models/w5428.json create mode 100644 assets/minecraft/models/w5429.json create mode 100644 assets/minecraft/models/w543.json create mode 100644 assets/minecraft/models/w5430.json create mode 100644 assets/minecraft/models/w5431.json create mode 100644 assets/minecraft/models/w5432.json create mode 100644 assets/minecraft/models/w5433.json create mode 100644 assets/minecraft/models/w5434.json create mode 100644 assets/minecraft/models/w5435.json create mode 100644 assets/minecraft/models/w5436.json create mode 100644 assets/minecraft/models/w5437.json create mode 100644 assets/minecraft/models/w5438.json create mode 100644 assets/minecraft/models/w5439.json create mode 100644 assets/minecraft/models/w544.json create mode 100644 assets/minecraft/models/w5440.json create mode 100644 assets/minecraft/models/w5441.json create mode 100644 assets/minecraft/models/w5442.json create mode 100644 assets/minecraft/models/w5443.json create mode 100644 assets/minecraft/models/w5444.json create mode 100644 assets/minecraft/models/w5445.json create mode 100644 assets/minecraft/models/w5446.json create mode 100644 assets/minecraft/models/w5447.json create mode 100644 assets/minecraft/models/w5448.json create mode 100644 assets/minecraft/models/w5449.json create mode 100644 assets/minecraft/models/w545.json create mode 100644 assets/minecraft/models/w5450.json create mode 100644 assets/minecraft/models/w5451.json create mode 100644 assets/minecraft/models/w5452.json create mode 100644 assets/minecraft/models/w5453.json create mode 100644 assets/minecraft/models/w5454.json create mode 100644 assets/minecraft/models/w5455.json create mode 100644 assets/minecraft/models/w5456.json create mode 100644 assets/minecraft/models/w5457.json create mode 100644 assets/minecraft/models/w5458.json create mode 100644 assets/minecraft/models/w5459.json create mode 100644 assets/minecraft/models/w546.json create mode 100644 assets/minecraft/models/w5460.json create mode 100644 assets/minecraft/models/w5461.json create mode 100644 assets/minecraft/models/w5462.json create mode 100644 assets/minecraft/models/w5463.json create mode 100644 assets/minecraft/models/w5464.json create mode 100644 assets/minecraft/models/w5465.json create mode 100644 assets/minecraft/models/w5466.json create mode 100644 assets/minecraft/models/w5467.json create mode 100644 assets/minecraft/models/w5468.json create mode 100644 assets/minecraft/models/w5469.json create mode 100644 assets/minecraft/models/w547.json create mode 100644 assets/minecraft/models/w5470.json create mode 100644 assets/minecraft/models/w5471.json create mode 100644 assets/minecraft/models/w5472.json create mode 100644 assets/minecraft/models/w5473.json create mode 100644 assets/minecraft/models/w5474.json create mode 100644 assets/minecraft/models/w5475.json create mode 100644 assets/minecraft/models/w5476.json create mode 100644 assets/minecraft/models/w5477.json create mode 100644 assets/minecraft/models/w5478.json create mode 100644 assets/minecraft/models/w5479.json create mode 100644 assets/minecraft/models/w548.json create mode 100644 assets/minecraft/models/w5480.json create mode 100644 assets/minecraft/models/w5481.json create mode 100644 assets/minecraft/models/w5482.json create mode 100644 assets/minecraft/models/w5483.json create mode 100644 assets/minecraft/models/w5484.json create mode 100644 assets/minecraft/models/w5485.json create mode 100644 assets/minecraft/models/w5486.json create mode 100644 assets/minecraft/models/w5487.json create mode 100644 assets/minecraft/models/w5488.json create mode 100644 assets/minecraft/models/w5489.json create mode 100644 assets/minecraft/models/w549.json create mode 100644 assets/minecraft/models/w5490.json create mode 100644 assets/minecraft/models/w5491.json create mode 100644 assets/minecraft/models/w5492.json create mode 100644 assets/minecraft/models/w5493.json create mode 100644 assets/minecraft/models/w5494.json create mode 100644 assets/minecraft/models/w5495.json create mode 100644 assets/minecraft/models/w5496.json create mode 100644 assets/minecraft/models/w5497.json create mode 100644 assets/minecraft/models/w5498.json create mode 100644 assets/minecraft/models/w5499.json create mode 100644 assets/minecraft/models/w55.json create mode 100644 assets/minecraft/models/w550.json create mode 100644 assets/minecraft/models/w5500.json create mode 100644 assets/minecraft/models/w5501.json create mode 100644 assets/minecraft/models/w5502.json create mode 100644 assets/minecraft/models/w5503.json create mode 100644 assets/minecraft/models/w5504.json create mode 100644 assets/minecraft/models/w5505.json create mode 100644 assets/minecraft/models/w5506.json create mode 100644 assets/minecraft/models/w5507.json create mode 100644 assets/minecraft/models/w5508.json create mode 100644 assets/minecraft/models/w5509.json create mode 100644 assets/minecraft/models/w551.json create mode 100644 assets/minecraft/models/w5510.json create mode 100644 assets/minecraft/models/w5511.json create mode 100644 assets/minecraft/models/w5512.json create mode 100644 assets/minecraft/models/w5513.json create mode 100644 assets/minecraft/models/w5514.json create mode 100644 assets/minecraft/models/w5515.json create mode 100644 assets/minecraft/models/w5516.json create mode 100644 assets/minecraft/models/w5517.json create mode 100644 assets/minecraft/models/w5518.json create mode 100644 assets/minecraft/models/w5519.json create mode 100644 assets/minecraft/models/w552.json create mode 100644 assets/minecraft/models/w5520.json create mode 100644 assets/minecraft/models/w5521.json create mode 100644 assets/minecraft/models/w5522.json create mode 100644 assets/minecraft/models/w5523.json create mode 100644 assets/minecraft/models/w5524.json create mode 100644 assets/minecraft/models/w5525.json create mode 100644 assets/minecraft/models/w5526.json create mode 100644 assets/minecraft/models/w5527.json create mode 100644 assets/minecraft/models/w5528.json create mode 100644 assets/minecraft/models/w5529.json create mode 100644 assets/minecraft/models/w553.json create mode 100644 assets/minecraft/models/w5530.json create mode 100644 assets/minecraft/models/w5531.json create mode 100644 assets/minecraft/models/w5532.json create mode 100644 assets/minecraft/models/w5533.json create mode 100644 assets/minecraft/models/w5534.json create mode 100644 assets/minecraft/models/w5535.json create mode 100644 assets/minecraft/models/w5536.json create mode 100644 assets/minecraft/models/w5537.json create mode 100644 assets/minecraft/models/w5538.json create mode 100644 assets/minecraft/models/w5539.json create mode 100644 assets/minecraft/models/w554.json create mode 100644 assets/minecraft/models/w5540.json create mode 100644 assets/minecraft/models/w5541.json create mode 100644 assets/minecraft/models/w5542.json create mode 100644 assets/minecraft/models/w5543.json create mode 100644 assets/minecraft/models/w5544.json create mode 100644 assets/minecraft/models/w5545.json create mode 100644 assets/minecraft/models/w5546.json create mode 100644 assets/minecraft/models/w5547.json create mode 100644 assets/minecraft/models/w5548.json create mode 100644 assets/minecraft/models/w5549.json create mode 100644 assets/minecraft/models/w555.json create mode 100644 assets/minecraft/models/w5550.json create mode 100644 assets/minecraft/models/w5551.json create mode 100644 assets/minecraft/models/w5552.json create mode 100644 assets/minecraft/models/w5553.json create mode 100644 assets/minecraft/models/w5554.json create mode 100644 assets/minecraft/models/w5555.json create mode 100644 assets/minecraft/models/w5556.json create mode 100644 assets/minecraft/models/w5557.json create mode 100644 assets/minecraft/models/w5558.json create mode 100644 assets/minecraft/models/w5559.json create mode 100644 assets/minecraft/models/w556.json create mode 100644 assets/minecraft/models/w5560.json create mode 100644 assets/minecraft/models/w5561.json create mode 100644 assets/minecraft/models/w5562.json create mode 100644 assets/minecraft/models/w5563.json create mode 100644 assets/minecraft/models/w5564.json create mode 100644 assets/minecraft/models/w5565.json create mode 100644 assets/minecraft/models/w5566.json create mode 100644 assets/minecraft/models/w5567.json create mode 100644 assets/minecraft/models/w5568.json create mode 100644 assets/minecraft/models/w5569.json create mode 100644 assets/minecraft/models/w557.json create mode 100644 assets/minecraft/models/w5570.json create mode 100644 assets/minecraft/models/w5571.json create mode 100644 assets/minecraft/models/w5572.json create mode 100644 assets/minecraft/models/w5573.json create mode 100644 assets/minecraft/models/w5574.json create mode 100644 assets/minecraft/models/w5575.json create mode 100644 assets/minecraft/models/w5576.json create mode 100644 assets/minecraft/models/w5577.json create mode 100644 assets/minecraft/models/w5578.json create mode 100644 assets/minecraft/models/w5579.json create mode 100644 assets/minecraft/models/w558.json create mode 100644 assets/minecraft/models/w5580.json create mode 100644 assets/minecraft/models/w5581.json create mode 100644 assets/minecraft/models/w5582.json create mode 100644 assets/minecraft/models/w5583.json create mode 100644 assets/minecraft/models/w5584.json create mode 100644 assets/minecraft/models/w5585.json create mode 100644 assets/minecraft/models/w5586.json create mode 100644 assets/minecraft/models/w5587.json create mode 100644 assets/minecraft/models/w5588.json create mode 100644 assets/minecraft/models/w5589.json create mode 100644 assets/minecraft/models/w559.json create mode 100644 assets/minecraft/models/w5590.json create mode 100644 assets/minecraft/models/w5591.json create mode 100644 assets/minecraft/models/w5592.json create mode 100644 assets/minecraft/models/w5593.json create mode 100644 assets/minecraft/models/w5594.json create mode 100644 assets/minecraft/models/w5595.json create mode 100644 assets/minecraft/models/w5596.json create mode 100644 assets/minecraft/models/w5597.json create mode 100644 assets/minecraft/models/w5598.json create mode 100644 assets/minecraft/models/w5599.json create mode 100644 assets/minecraft/models/w56.json create mode 100644 assets/minecraft/models/w560.json create mode 100644 assets/minecraft/models/w5600.json create mode 100644 assets/minecraft/models/w5601.json create mode 100644 assets/minecraft/models/w5602.json create mode 100644 assets/minecraft/models/w5603.json create mode 100644 assets/minecraft/models/w5604.json create mode 100644 assets/minecraft/models/w5605.json create mode 100644 assets/minecraft/models/w5606.json create mode 100644 assets/minecraft/models/w5607.json create mode 100644 assets/minecraft/models/w5608.json create mode 100644 assets/minecraft/models/w5609.json create mode 100644 assets/minecraft/models/w561.json create mode 100644 assets/minecraft/models/w5610.json create mode 100644 assets/minecraft/models/w5611.json create mode 100644 assets/minecraft/models/w5612.json create mode 100644 assets/minecraft/models/w5613.json create mode 100644 assets/minecraft/models/w5614.json create mode 100644 assets/minecraft/models/w5615.json create mode 100644 assets/minecraft/models/w5616.json create mode 100644 assets/minecraft/models/w5617.json create mode 100644 assets/minecraft/models/w5618.json create mode 100644 assets/minecraft/models/w5619.json create mode 100644 assets/minecraft/models/w562.json create mode 100644 assets/minecraft/models/w5620.json create mode 100644 assets/minecraft/models/w5621.json create mode 100644 assets/minecraft/models/w5622.json create mode 100644 assets/minecraft/models/w5623.json create mode 100644 assets/minecraft/models/w5624.json create mode 100644 assets/minecraft/models/w5625.json create mode 100644 assets/minecraft/models/w5626.json create mode 100644 assets/minecraft/models/w5627.json create mode 100644 assets/minecraft/models/w5628.json create mode 100644 assets/minecraft/models/w5629.json create mode 100644 assets/minecraft/models/w563.json create mode 100644 assets/minecraft/models/w5630.json create mode 100644 assets/minecraft/models/w5631.json create mode 100644 assets/minecraft/models/w5632.json create mode 100644 assets/minecraft/models/w5633.json create mode 100644 assets/minecraft/models/w5634.json create mode 100644 assets/minecraft/models/w5635.json create mode 100644 assets/minecraft/models/w5636.json create mode 100644 assets/minecraft/models/w5637.json create mode 100644 assets/minecraft/models/w5638.json create mode 100644 assets/minecraft/models/w5639.json create mode 100644 assets/minecraft/models/w564.json create mode 100644 assets/minecraft/models/w5640.json create mode 100644 assets/minecraft/models/w5641.json create mode 100644 assets/minecraft/models/w5642.json create mode 100644 assets/minecraft/models/w5643.json create mode 100644 assets/minecraft/models/w5644.json create mode 100644 assets/minecraft/models/w5645.json create mode 100644 assets/minecraft/models/w5646.json create mode 100644 assets/minecraft/models/w5647.json create mode 100644 assets/minecraft/models/w5648.json create mode 100644 assets/minecraft/models/w5649.json create mode 100644 assets/minecraft/models/w565.json create mode 100644 assets/minecraft/models/w5650.json create mode 100644 assets/minecraft/models/w5651.json create mode 100644 assets/minecraft/models/w5652.json create mode 100644 assets/minecraft/models/w5653.json create mode 100644 assets/minecraft/models/w5654.json create mode 100644 assets/minecraft/models/w5655.json create mode 100644 assets/minecraft/models/w5656.json create mode 100644 assets/minecraft/models/w5657.json create mode 100644 assets/minecraft/models/w5658.json create mode 100644 assets/minecraft/models/w5659.json create mode 100644 assets/minecraft/models/w566.json create mode 100644 assets/minecraft/models/w5660.json create mode 100644 assets/minecraft/models/w5661.json create mode 100644 assets/minecraft/models/w5662.json create mode 100644 assets/minecraft/models/w5663.json create mode 100644 assets/minecraft/models/w5664.json create mode 100644 assets/minecraft/models/w5665.json create mode 100644 assets/minecraft/models/w5666.json create mode 100644 assets/minecraft/models/w5667.json create mode 100644 assets/minecraft/models/w5668.json create mode 100644 assets/minecraft/models/w5669.json create mode 100644 assets/minecraft/models/w567.json create mode 100644 assets/minecraft/models/w5670.json create mode 100644 assets/minecraft/models/w5671.json create mode 100644 assets/minecraft/models/w5672.json create mode 100644 assets/minecraft/models/w5673.json create mode 100644 assets/minecraft/models/w5674.json create mode 100644 assets/minecraft/models/w5675.json create mode 100644 assets/minecraft/models/w5676.json create mode 100644 assets/minecraft/models/w5677.json create mode 100644 assets/minecraft/models/w5678.json create mode 100644 assets/minecraft/models/w5679.json create mode 100644 assets/minecraft/models/w568.json create mode 100644 assets/minecraft/models/w5680.json create mode 100644 assets/minecraft/models/w5681.json create mode 100644 assets/minecraft/models/w5682.json create mode 100644 assets/minecraft/models/w5683.json create mode 100644 assets/minecraft/models/w5684.json create mode 100644 assets/minecraft/models/w5685.json create mode 100644 assets/minecraft/models/w5686.json create mode 100644 assets/minecraft/models/w5687.json create mode 100644 assets/minecraft/models/w5688.json create mode 100644 assets/minecraft/models/w5689.json create mode 100644 assets/minecraft/models/w569.json create mode 100644 assets/minecraft/models/w5690.json create mode 100644 assets/minecraft/models/w5691.json create mode 100644 assets/minecraft/models/w5692.json create mode 100644 assets/minecraft/models/w5693.json create mode 100644 assets/minecraft/models/w5694.json create mode 100644 assets/minecraft/models/w5695.json create mode 100644 assets/minecraft/models/w5696.json create mode 100644 assets/minecraft/models/w5697.json create mode 100644 assets/minecraft/models/w5698.json create mode 100644 assets/minecraft/models/w5699.json create mode 100644 assets/minecraft/models/w57.json create mode 100644 assets/minecraft/models/w570.json create mode 100644 assets/minecraft/models/w5700.json create mode 100644 assets/minecraft/models/w5701.json create mode 100644 assets/minecraft/models/w5702.json create mode 100644 assets/minecraft/models/w5703.json create mode 100644 assets/minecraft/models/w5704.json create mode 100644 assets/minecraft/models/w5705.json create mode 100644 assets/minecraft/models/w5706.json create mode 100644 assets/minecraft/models/w5707.json create mode 100644 assets/minecraft/models/w5708.json create mode 100644 assets/minecraft/models/w5709.json create mode 100644 assets/minecraft/models/w571.json create mode 100644 assets/minecraft/models/w5710.json create mode 100644 assets/minecraft/models/w5711.json create mode 100644 assets/minecraft/models/w5712.json create mode 100644 assets/minecraft/models/w5713.json create mode 100644 assets/minecraft/models/w5714.json create mode 100644 assets/minecraft/models/w5715.json create mode 100644 assets/minecraft/models/w5716.json create mode 100644 assets/minecraft/models/w5717.json create mode 100644 assets/minecraft/models/w5718.json create mode 100644 assets/minecraft/models/w5719.json create mode 100644 assets/minecraft/models/w572.json create mode 100644 assets/minecraft/models/w5720.json create mode 100644 assets/minecraft/models/w5721.json create mode 100644 assets/minecraft/models/w5722.json create mode 100644 assets/minecraft/models/w5723.json create mode 100644 assets/minecraft/models/w5724.json create mode 100644 assets/minecraft/models/w5725.json create mode 100644 assets/minecraft/models/w5726.json create mode 100644 assets/minecraft/models/w5727.json create mode 100644 assets/minecraft/models/w5728.json create mode 100644 assets/minecraft/models/w5729.json create mode 100644 assets/minecraft/models/w573.json create mode 100644 assets/minecraft/models/w5730.json create mode 100644 assets/minecraft/models/w5731.json create mode 100644 assets/minecraft/models/w5732.json create mode 100644 assets/minecraft/models/w5733.json create mode 100644 assets/minecraft/models/w5734.json create mode 100644 assets/minecraft/models/w5735.json create mode 100644 assets/minecraft/models/w5736.json create mode 100644 assets/minecraft/models/w5737.json create mode 100644 assets/minecraft/models/w5738.json create mode 100644 assets/minecraft/models/w5739.json create mode 100644 assets/minecraft/models/w574.json create mode 100644 assets/minecraft/models/w5740.json create mode 100644 assets/minecraft/models/w5741.json create mode 100644 assets/minecraft/models/w5742.json create mode 100644 assets/minecraft/models/w5743.json create mode 100644 assets/minecraft/models/w5744.json create mode 100644 assets/minecraft/models/w5745.json create mode 100644 assets/minecraft/models/w5746.json create mode 100644 assets/minecraft/models/w5747.json create mode 100644 assets/minecraft/models/w5748.json create mode 100644 assets/minecraft/models/w5749.json create mode 100644 assets/minecraft/models/w575.json create mode 100644 assets/minecraft/models/w5750.json create mode 100644 assets/minecraft/models/w5751.json create mode 100644 assets/minecraft/models/w5752.json create mode 100644 assets/minecraft/models/w5753.json create mode 100644 assets/minecraft/models/w5754.json create mode 100644 assets/minecraft/models/w5755.json create mode 100644 assets/minecraft/models/w5756.json create mode 100644 assets/minecraft/models/w5757.json create mode 100644 assets/minecraft/models/w5758.json create mode 100644 assets/minecraft/models/w5759.json create mode 100644 assets/minecraft/models/w576.json create mode 100644 assets/minecraft/models/w5760.json create mode 100644 assets/minecraft/models/w5761.json create mode 100644 assets/minecraft/models/w5762.json create mode 100644 assets/minecraft/models/w5763.json create mode 100644 assets/minecraft/models/w5764.json create mode 100644 assets/minecraft/models/w5765.json create mode 100644 assets/minecraft/models/w5766.json create mode 100644 assets/minecraft/models/w5767.json create mode 100644 assets/minecraft/models/w5768.json create mode 100644 assets/minecraft/models/w5769.json create mode 100644 assets/minecraft/models/w577.json create mode 100644 assets/minecraft/models/w5770.json create mode 100644 assets/minecraft/models/w5771.json create mode 100644 assets/minecraft/models/w5772.json create mode 100644 assets/minecraft/models/w5773.json create mode 100644 assets/minecraft/models/w5774.json create mode 100644 assets/minecraft/models/w5775.json create mode 100644 assets/minecraft/models/w5776.json create mode 100644 assets/minecraft/models/w5777.json create mode 100644 assets/minecraft/models/w5778.json create mode 100644 assets/minecraft/models/w5779.json create mode 100644 assets/minecraft/models/w578.json create mode 100644 assets/minecraft/models/w5780.json create mode 100644 assets/minecraft/models/w5781.json create mode 100644 assets/minecraft/models/w5782.json create mode 100644 assets/minecraft/models/w5783.json create mode 100644 assets/minecraft/models/w5784.json create mode 100644 assets/minecraft/models/w5785.json create mode 100644 assets/minecraft/models/w5786.json create mode 100644 assets/minecraft/models/w5787.json create mode 100644 assets/minecraft/models/w5788.json create mode 100644 assets/minecraft/models/w5789.json create mode 100644 assets/minecraft/models/w579.json create mode 100644 assets/minecraft/models/w5790.json create mode 100644 assets/minecraft/models/w5791.json create mode 100644 assets/minecraft/models/w5792.json create mode 100644 assets/minecraft/models/w5793.json create mode 100644 assets/minecraft/models/w5794.json create mode 100644 assets/minecraft/models/w5795.json create mode 100644 assets/minecraft/models/w5796.json create mode 100644 assets/minecraft/models/w5797.json create mode 100644 assets/minecraft/models/w5798.json create mode 100644 assets/minecraft/models/w5799.json create mode 100644 assets/minecraft/models/w58.json create mode 100644 assets/minecraft/models/w580.json create mode 100644 assets/minecraft/models/w5800.json create mode 100644 assets/minecraft/models/w5801.json create mode 100644 assets/minecraft/models/w5802.json create mode 100644 assets/minecraft/models/w5803.json create mode 100644 assets/minecraft/models/w5804.json create mode 100644 assets/minecraft/models/w5805.json create mode 100644 assets/minecraft/models/w5806.json create mode 100644 assets/minecraft/models/w5807.json create mode 100644 assets/minecraft/models/w5808.json create mode 100644 assets/minecraft/models/w5809.json create mode 100644 assets/minecraft/models/w581.json create mode 100644 assets/minecraft/models/w5810.json create mode 100644 assets/minecraft/models/w5811.json create mode 100644 assets/minecraft/models/w5812.json create mode 100644 assets/minecraft/models/w5813.json create mode 100644 assets/minecraft/models/w5814.json create mode 100644 assets/minecraft/models/w5815.json create mode 100644 assets/minecraft/models/w5816.json create mode 100644 assets/minecraft/models/w5817.json create mode 100644 assets/minecraft/models/w5818.json create mode 100644 assets/minecraft/models/w5819.json create mode 100644 assets/minecraft/models/w582.json create mode 100644 assets/minecraft/models/w5820.json create mode 100644 assets/minecraft/models/w5821.json create mode 100644 assets/minecraft/models/w5822.json create mode 100644 assets/minecraft/models/w5823.json create mode 100644 assets/minecraft/models/w5824.json create mode 100644 assets/minecraft/models/w5825.json create mode 100644 assets/minecraft/models/w5826.json create mode 100644 assets/minecraft/models/w5827.json create mode 100644 assets/minecraft/models/w5828.json create mode 100644 assets/minecraft/models/w5829.json create mode 100644 assets/minecraft/models/w583.json create mode 100644 assets/minecraft/models/w5830.json create mode 100644 assets/minecraft/models/w5831.json create mode 100644 assets/minecraft/models/w5832.json create mode 100644 assets/minecraft/models/w5833.json create mode 100644 assets/minecraft/models/w5834.json create mode 100644 assets/minecraft/models/w5835.json create mode 100644 assets/minecraft/models/w5836.json create mode 100644 assets/minecraft/models/w5837.json create mode 100644 assets/minecraft/models/w5838.json create mode 100644 assets/minecraft/models/w5839.json create mode 100644 assets/minecraft/models/w584.json create mode 100644 assets/minecraft/models/w5840.json create mode 100644 assets/minecraft/models/w5841.json create mode 100644 assets/minecraft/models/w5842.json create mode 100644 assets/minecraft/models/w5843.json create mode 100644 assets/minecraft/models/w5844.json create mode 100644 assets/minecraft/models/w5845.json create mode 100644 assets/minecraft/models/w5846.json create mode 100644 assets/minecraft/models/w5847.json create mode 100644 assets/minecraft/models/w5848.json create mode 100644 assets/minecraft/models/w5849.json create mode 100644 assets/minecraft/models/w585.json create mode 100644 assets/minecraft/models/w5850.json create mode 100644 assets/minecraft/models/w5851.json create mode 100644 assets/minecraft/models/w5852.json create mode 100644 assets/minecraft/models/w5853.json create mode 100644 assets/minecraft/models/w5854.json create mode 100644 assets/minecraft/models/w5855.json create mode 100644 assets/minecraft/models/w5856.json create mode 100644 assets/minecraft/models/w5857.json create mode 100644 assets/minecraft/models/w5858.json create mode 100644 assets/minecraft/models/w5859.json create mode 100644 assets/minecraft/models/w586.json create mode 100644 assets/minecraft/models/w5860.json create mode 100644 assets/minecraft/models/w5861.json create mode 100644 assets/minecraft/models/w5862.json create mode 100644 assets/minecraft/models/w5863.json create mode 100644 assets/minecraft/models/w5864.json create mode 100644 assets/minecraft/models/w5865.json create mode 100644 assets/minecraft/models/w5866.json create mode 100644 assets/minecraft/models/w5867.json create mode 100644 assets/minecraft/models/w5868.json create mode 100644 assets/minecraft/models/w5869.json create mode 100644 assets/minecraft/models/w587.json create mode 100644 assets/minecraft/models/w5870.json create mode 100644 assets/minecraft/models/w5871.json create mode 100644 assets/minecraft/models/w5872.json create mode 100644 assets/minecraft/models/w5873.json create mode 100644 assets/minecraft/models/w5874.json create mode 100644 assets/minecraft/models/w5875.json create mode 100644 assets/minecraft/models/w5876.json create mode 100644 assets/minecraft/models/w5877.json create mode 100644 assets/minecraft/models/w5878.json create mode 100644 assets/minecraft/models/w5879.json create mode 100644 assets/minecraft/models/w588.json create mode 100644 assets/minecraft/models/w5880.json create mode 100644 assets/minecraft/models/w5881.json create mode 100644 assets/minecraft/models/w5882.json create mode 100644 assets/minecraft/models/w5883.json create mode 100644 assets/minecraft/models/w5884.json create mode 100644 assets/minecraft/models/w5885.json create mode 100644 assets/minecraft/models/w5886.json create mode 100644 assets/minecraft/models/w5887.json create mode 100644 assets/minecraft/models/w5888.json create mode 100644 assets/minecraft/models/w5889.json create mode 100644 assets/minecraft/models/w589.json create mode 100644 assets/minecraft/models/w5890.json create mode 100644 assets/minecraft/models/w5891.json create mode 100644 assets/minecraft/models/w5892.json create mode 100644 assets/minecraft/models/w5893.json create mode 100644 assets/minecraft/models/w5894.json create mode 100644 assets/minecraft/models/w5895.json create mode 100644 assets/minecraft/models/w5896.json create mode 100644 assets/minecraft/models/w5897.json create mode 100644 assets/minecraft/models/w5898.json create mode 100644 assets/minecraft/models/w5899.json create mode 100644 assets/minecraft/models/w59.json create mode 100644 assets/minecraft/models/w590.json create mode 100644 assets/minecraft/models/w5900.json create mode 100644 assets/minecraft/models/w5901.json create mode 100644 assets/minecraft/models/w5902.json create mode 100644 assets/minecraft/models/w5903.json create mode 100644 assets/minecraft/models/w5904.json create mode 100644 assets/minecraft/models/w5905.json create mode 100644 assets/minecraft/models/w5906.json create mode 100644 assets/minecraft/models/w5907.json create mode 100644 assets/minecraft/models/w5908.json create mode 100644 assets/minecraft/models/w5909.json create mode 100644 assets/minecraft/models/w591.json create mode 100644 assets/minecraft/models/w5910.json create mode 100644 assets/minecraft/models/w5911.json create mode 100644 assets/minecraft/models/w5912.json create mode 100644 assets/minecraft/models/w5913.json create mode 100644 assets/minecraft/models/w5914.json create mode 100644 assets/minecraft/models/w5915.json create mode 100644 assets/minecraft/models/w5916.json create mode 100644 assets/minecraft/models/w5917.json create mode 100644 assets/minecraft/models/w5918.json create mode 100644 assets/minecraft/models/w5919.json create mode 100644 assets/minecraft/models/w592.json create mode 100644 assets/minecraft/models/w5920.json create mode 100644 assets/minecraft/models/w5921.json create mode 100644 assets/minecraft/models/w5922.json create mode 100644 assets/minecraft/models/w5923.json create mode 100644 assets/minecraft/models/w5924.json create mode 100644 assets/minecraft/models/w5925.json create mode 100644 assets/minecraft/models/w5926.json create mode 100644 assets/minecraft/models/w5927.json create mode 100644 assets/minecraft/models/w5928.json create mode 100644 assets/minecraft/models/w5929.json create mode 100644 assets/minecraft/models/w593.json create mode 100644 assets/minecraft/models/w5930.json create mode 100644 assets/minecraft/models/w5931.json create mode 100644 assets/minecraft/models/w5932.json create mode 100644 assets/minecraft/models/w5933.json create mode 100644 assets/minecraft/models/w5934.json create mode 100644 assets/minecraft/models/w5935.json create mode 100644 assets/minecraft/models/w5936.json create mode 100644 assets/minecraft/models/w5937.json create mode 100644 assets/minecraft/models/w5938.json create mode 100644 assets/minecraft/models/w5939.json create mode 100644 assets/minecraft/models/w594.json create mode 100644 assets/minecraft/models/w5940.json create mode 100644 assets/minecraft/models/w5941.json create mode 100644 assets/minecraft/models/w5942.json create mode 100644 assets/minecraft/models/w5943.json create mode 100644 assets/minecraft/models/w5944.json create mode 100644 assets/minecraft/models/w5945.json create mode 100644 assets/minecraft/models/w5946.json create mode 100644 assets/minecraft/models/w5947.json create mode 100644 assets/minecraft/models/w5948.json create mode 100644 assets/minecraft/models/w5949.json create mode 100644 assets/minecraft/models/w595.json create mode 100644 assets/minecraft/models/w5950.json create mode 100644 assets/minecraft/models/w5951.json create mode 100644 assets/minecraft/models/w5952.json create mode 100644 assets/minecraft/models/w5953.json create mode 100644 assets/minecraft/models/w5954.json create mode 100644 assets/minecraft/models/w5955.json create mode 100644 assets/minecraft/models/w5956.json create mode 100644 assets/minecraft/models/w5957.json create mode 100644 assets/minecraft/models/w5958.json create mode 100644 assets/minecraft/models/w5959.json create mode 100644 assets/minecraft/models/w596.json create mode 100644 assets/minecraft/models/w5960.json create mode 100644 assets/minecraft/models/w5961.json create mode 100644 assets/minecraft/models/w5962.json create mode 100644 assets/minecraft/models/w5963.json create mode 100644 assets/minecraft/models/w5964.json create mode 100644 assets/minecraft/models/w5965.json create mode 100644 assets/minecraft/models/w5966.json create mode 100644 assets/minecraft/models/w5967.json create mode 100644 assets/minecraft/models/w5968.json create mode 100644 assets/minecraft/models/w5969.json create mode 100644 assets/minecraft/models/w597.json create mode 100644 assets/minecraft/models/w5970.json create mode 100644 assets/minecraft/models/w5971.json create mode 100644 assets/minecraft/models/w5972.json create mode 100644 assets/minecraft/models/w5973.json create mode 100644 assets/minecraft/models/w5974.json create mode 100644 assets/minecraft/models/w5975.json create mode 100644 assets/minecraft/models/w5976.json create mode 100644 assets/minecraft/models/w5977.json create mode 100644 assets/minecraft/models/w5978.json create mode 100644 assets/minecraft/models/w5979.json create mode 100644 assets/minecraft/models/w598.json create mode 100644 assets/minecraft/models/w5980.json create mode 100644 assets/minecraft/models/w5981.json create mode 100644 assets/minecraft/models/w5982.json create mode 100644 assets/minecraft/models/w5983.json create mode 100644 assets/minecraft/models/w5984.json create mode 100644 assets/minecraft/models/w5985.json create mode 100644 assets/minecraft/models/w5986.json create mode 100644 assets/minecraft/models/w5987.json create mode 100644 assets/minecraft/models/w5988.json create mode 100644 assets/minecraft/models/w5989.json create mode 100644 assets/minecraft/models/w599.json create mode 100644 assets/minecraft/models/w5990.json create mode 100644 assets/minecraft/models/w5991.json create mode 100644 assets/minecraft/models/w5992.json create mode 100644 assets/minecraft/models/w5993.json create mode 100644 assets/minecraft/models/w5994.json create mode 100644 assets/minecraft/models/w5995.json create mode 100644 assets/minecraft/models/w5996.json create mode 100644 assets/minecraft/models/w5997.json create mode 100644 assets/minecraft/models/w5998.json create mode 100644 assets/minecraft/models/w5999.json create mode 100644 assets/minecraft/models/w6.json create mode 100644 assets/minecraft/models/w60.json create mode 100644 assets/minecraft/models/w600.json create mode 100644 assets/minecraft/models/w6000.json create mode 100644 assets/minecraft/models/w6001.json create mode 100644 assets/minecraft/models/w6002.json create mode 100644 assets/minecraft/models/w6003.json create mode 100644 assets/minecraft/models/w6004.json create mode 100644 assets/minecraft/models/w6005.json create mode 100644 assets/minecraft/models/w6006.json create mode 100644 assets/minecraft/models/w6007.json create mode 100644 assets/minecraft/models/w6008.json create mode 100644 assets/minecraft/models/w6009.json create mode 100644 assets/minecraft/models/w601.json create mode 100644 assets/minecraft/models/w6010.json create mode 100644 assets/minecraft/models/w6011.json create mode 100644 assets/minecraft/models/w6012.json create mode 100644 assets/minecraft/models/w6013.json create mode 100644 assets/minecraft/models/w6014.json create mode 100644 assets/minecraft/models/w6015.json create mode 100644 assets/minecraft/models/w6016.json create mode 100644 assets/minecraft/models/w6017.json create mode 100644 assets/minecraft/models/w6018.json create mode 100644 assets/minecraft/models/w6019.json create mode 100644 assets/minecraft/models/w602.json create mode 100644 assets/minecraft/models/w6020.json create mode 100644 assets/minecraft/models/w6021.json create mode 100644 assets/minecraft/models/w6022.json create mode 100644 assets/minecraft/models/w6023.json create mode 100644 assets/minecraft/models/w6024.json create mode 100644 assets/minecraft/models/w6025.json create mode 100644 assets/minecraft/models/w6026.json create mode 100644 assets/minecraft/models/w6027.json create mode 100644 assets/minecraft/models/w6028.json create mode 100644 assets/minecraft/models/w6029.json create mode 100644 assets/minecraft/models/w603.json create mode 100644 assets/minecraft/models/w6030.json create mode 100644 assets/minecraft/models/w6031.json create mode 100644 assets/minecraft/models/w6032.json create mode 100644 assets/minecraft/models/w6033.json create mode 100644 assets/minecraft/models/w6034.json create mode 100644 assets/minecraft/models/w6035.json create mode 100644 assets/minecraft/models/w6036.json create mode 100644 assets/minecraft/models/w6037.json create mode 100644 assets/minecraft/models/w6038.json create mode 100644 assets/minecraft/models/w6039.json create mode 100644 assets/minecraft/models/w604.json create mode 100644 assets/minecraft/models/w6040.json create mode 100644 assets/minecraft/models/w6041.json create mode 100644 assets/minecraft/models/w6042.json create mode 100644 assets/minecraft/models/w6043.json create mode 100644 assets/minecraft/models/w6044.json create mode 100644 assets/minecraft/models/w6045.json create mode 100644 assets/minecraft/models/w6046.json create mode 100644 assets/minecraft/models/w6047.json create mode 100644 assets/minecraft/models/w6048.json create mode 100644 assets/minecraft/models/w6049.json create mode 100644 assets/minecraft/models/w605.json create mode 100644 assets/minecraft/models/w6050.json create mode 100644 assets/minecraft/models/w6051.json create mode 100644 assets/minecraft/models/w6052.json create mode 100644 assets/minecraft/models/w6053.json create mode 100644 assets/minecraft/models/w6054.json create mode 100644 assets/minecraft/models/w6055.json create mode 100644 assets/minecraft/models/w6056.json create mode 100644 assets/minecraft/models/w6057.json create mode 100644 assets/minecraft/models/w6058.json create mode 100644 assets/minecraft/models/w6059.json create mode 100644 assets/minecraft/models/w606.json create mode 100644 assets/minecraft/models/w6060.json create mode 100644 assets/minecraft/models/w6061.json create mode 100644 assets/minecraft/models/w6062.json create mode 100644 assets/minecraft/models/w6063.json create mode 100644 assets/minecraft/models/w6064.json create mode 100644 assets/minecraft/models/w6065.json create mode 100644 assets/minecraft/models/w6066.json create mode 100644 assets/minecraft/models/w6067.json create mode 100644 assets/minecraft/models/w6068.json create mode 100644 assets/minecraft/models/w6069.json create mode 100644 assets/minecraft/models/w607.json create mode 100644 assets/minecraft/models/w6070.json create mode 100644 assets/minecraft/models/w6071.json create mode 100644 assets/minecraft/models/w6072.json create mode 100644 assets/minecraft/models/w6073.json create mode 100644 assets/minecraft/models/w6074.json create mode 100644 assets/minecraft/models/w6075.json create mode 100644 assets/minecraft/models/w6076.json create mode 100644 assets/minecraft/models/w6077.json create mode 100644 assets/minecraft/models/w6078.json create mode 100644 assets/minecraft/models/w6079.json create mode 100644 assets/minecraft/models/w608.json create mode 100644 assets/minecraft/models/w6080.json create mode 100644 assets/minecraft/models/w6081.json create mode 100644 assets/minecraft/models/w6082.json create mode 100644 assets/minecraft/models/w6083.json create mode 100644 assets/minecraft/models/w6084.json create mode 100644 assets/minecraft/models/w6085.json create mode 100644 assets/minecraft/models/w6086.json create mode 100644 assets/minecraft/models/w6087.json create mode 100644 assets/minecraft/models/w6088.json create mode 100644 assets/minecraft/models/w6089.json create mode 100644 assets/minecraft/models/w609.json create mode 100644 assets/minecraft/models/w6090.json create mode 100644 assets/minecraft/models/w6091.json create mode 100644 assets/minecraft/models/w6092.json create mode 100644 assets/minecraft/models/w6093.json create mode 100644 assets/minecraft/models/w6094.json create mode 100644 assets/minecraft/models/w6095.json create mode 100644 assets/minecraft/models/w6096.json create mode 100644 assets/minecraft/models/w6097.json create mode 100644 assets/minecraft/models/w6098.json create mode 100644 assets/minecraft/models/w6099.json create mode 100644 assets/minecraft/models/w61.json create mode 100644 assets/minecraft/models/w610.json create mode 100644 assets/minecraft/models/w6100.json create mode 100644 assets/minecraft/models/w6101.json create mode 100644 assets/minecraft/models/w6102.json create mode 100644 assets/minecraft/models/w6103.json create mode 100644 assets/minecraft/models/w6104.json create mode 100644 assets/minecraft/models/w6105.json create mode 100644 assets/minecraft/models/w6106.json create mode 100644 assets/minecraft/models/w6107.json create mode 100644 assets/minecraft/models/w6108.json create mode 100644 assets/minecraft/models/w6109.json create mode 100644 assets/minecraft/models/w611.json create mode 100644 assets/minecraft/models/w6110.json create mode 100644 assets/minecraft/models/w6111.json create mode 100644 assets/minecraft/models/w6112.json create mode 100644 assets/minecraft/models/w6113.json create mode 100644 assets/minecraft/models/w6114.json create mode 100644 assets/minecraft/models/w6115.json create mode 100644 assets/minecraft/models/w6116.json create mode 100644 assets/minecraft/models/w6117.json create mode 100644 assets/minecraft/models/w6118.json create mode 100644 assets/minecraft/models/w6119.json create mode 100644 assets/minecraft/models/w612.json create mode 100644 assets/minecraft/models/w6120.json create mode 100644 assets/minecraft/models/w6121.json create mode 100644 assets/minecraft/models/w6122.json create mode 100644 assets/minecraft/models/w6123.json create mode 100644 assets/minecraft/models/w6124.json create mode 100644 assets/minecraft/models/w6125.json create mode 100644 assets/minecraft/models/w6126.json create mode 100644 assets/minecraft/models/w6127.json create mode 100644 assets/minecraft/models/w6128.json create mode 100644 assets/minecraft/models/w6129.json create mode 100644 assets/minecraft/models/w613.json create mode 100644 assets/minecraft/models/w6130.json create mode 100644 assets/minecraft/models/w6131.json create mode 100644 assets/minecraft/models/w6132.json create mode 100644 assets/minecraft/models/w6133.json create mode 100644 assets/minecraft/models/w6134.json create mode 100644 assets/minecraft/models/w6135.json create mode 100644 assets/minecraft/models/w6136.json create mode 100644 assets/minecraft/models/w6137.json create mode 100644 assets/minecraft/models/w6138.json create mode 100644 assets/minecraft/models/w6139.json create mode 100644 assets/minecraft/models/w614.json create mode 100644 assets/minecraft/models/w6140.json create mode 100644 assets/minecraft/models/w6141.json create mode 100644 assets/minecraft/models/w6142.json create mode 100644 assets/minecraft/models/w6143.json create mode 100644 assets/minecraft/models/w6144.json create mode 100644 assets/minecraft/models/w6145.json create mode 100644 assets/minecraft/models/w6146.json create mode 100644 assets/minecraft/models/w6147.json create mode 100644 assets/minecraft/models/w6148.json create mode 100644 assets/minecraft/models/w6149.json create mode 100644 assets/minecraft/models/w615.json create mode 100644 assets/minecraft/models/w6150.json create mode 100644 assets/minecraft/models/w6151.json create mode 100644 assets/minecraft/models/w6152.json create mode 100644 assets/minecraft/models/w6153.json create mode 100644 assets/minecraft/models/w6154.json create mode 100644 assets/minecraft/models/w6155.json create mode 100644 assets/minecraft/models/w6156.json create mode 100644 assets/minecraft/models/w6157.json create mode 100644 assets/minecraft/models/w6158.json create mode 100644 assets/minecraft/models/w6159.json create mode 100644 assets/minecraft/models/w616.json create mode 100644 assets/minecraft/models/w6160.json create mode 100644 assets/minecraft/models/w6161.json create mode 100644 assets/minecraft/models/w6162.json create mode 100644 assets/minecraft/models/w6163.json create mode 100644 assets/minecraft/models/w6164.json create mode 100644 assets/minecraft/models/w6165.json create mode 100644 assets/minecraft/models/w6166.json create mode 100644 assets/minecraft/models/w6167.json create mode 100644 assets/minecraft/models/w6168.json create mode 100644 assets/minecraft/models/w6169.json create mode 100644 assets/minecraft/models/w617.json create mode 100644 assets/minecraft/models/w6170.json create mode 100644 assets/minecraft/models/w6171.json create mode 100644 assets/minecraft/models/w6172.json create mode 100644 assets/minecraft/models/w6173.json create mode 100644 assets/minecraft/models/w6174.json create mode 100644 assets/minecraft/models/w6175.json create mode 100644 assets/minecraft/models/w6176.json create mode 100644 assets/minecraft/models/w6177.json create mode 100644 assets/minecraft/models/w6178.json create mode 100644 assets/minecraft/models/w6179.json create mode 100644 assets/minecraft/models/w618.json create mode 100644 assets/minecraft/models/w6180.json create mode 100644 assets/minecraft/models/w6181.json create mode 100644 assets/minecraft/models/w6182.json create mode 100644 assets/minecraft/models/w6183.json create mode 100644 assets/minecraft/models/w6184.json create mode 100644 assets/minecraft/models/w6185.json create mode 100644 assets/minecraft/models/w6186.json create mode 100644 assets/minecraft/models/w6187.json create mode 100644 assets/minecraft/models/w6188.json create mode 100644 assets/minecraft/models/w6189.json create mode 100644 assets/minecraft/models/w619.json create mode 100644 assets/minecraft/models/w6190.json create mode 100644 assets/minecraft/models/w6191.json create mode 100644 assets/minecraft/models/w6192.json create mode 100644 assets/minecraft/models/w6193.json create mode 100644 assets/minecraft/models/w6194.json create mode 100644 assets/minecraft/models/w6195.json create mode 100644 assets/minecraft/models/w6196.json create mode 100644 assets/minecraft/models/w6197.json create mode 100644 assets/minecraft/models/w6198.json create mode 100644 assets/minecraft/models/w6199.json create mode 100644 assets/minecraft/models/w62.json create mode 100644 assets/minecraft/models/w620.json create mode 100644 assets/minecraft/models/w6200.json create mode 100644 assets/minecraft/models/w6201.json create mode 100644 assets/minecraft/models/w6202.json create mode 100644 assets/minecraft/models/w6203.json create mode 100644 assets/minecraft/models/w6204.json create mode 100644 assets/minecraft/models/w6205.json create mode 100644 assets/minecraft/models/w6206.json create mode 100644 assets/minecraft/models/w6207.json create mode 100644 assets/minecraft/models/w6208.json create mode 100644 assets/minecraft/models/w6209.json create mode 100644 assets/minecraft/models/w621.json create mode 100644 assets/minecraft/models/w6210.json create mode 100644 assets/minecraft/models/w6211.json create mode 100644 assets/minecraft/models/w6212.json create mode 100644 assets/minecraft/models/w6213.json create mode 100644 assets/minecraft/models/w6214.json create mode 100644 assets/minecraft/models/w6215.json create mode 100644 assets/minecraft/models/w6216.json create mode 100644 assets/minecraft/models/w6217.json create mode 100644 assets/minecraft/models/w6218.json create mode 100644 assets/minecraft/models/w6219.json create mode 100644 assets/minecraft/models/w622.json create mode 100644 assets/minecraft/models/w6220.json create mode 100644 assets/minecraft/models/w6221.json create mode 100644 assets/minecraft/models/w6222.json create mode 100644 assets/minecraft/models/w6223.json create mode 100644 assets/minecraft/models/w6224.json create mode 100644 assets/minecraft/models/w6225.json create mode 100644 assets/minecraft/models/w6226.json create mode 100644 assets/minecraft/models/w6227.json create mode 100644 assets/minecraft/models/w6228.json create mode 100644 assets/minecraft/models/w6229.json create mode 100644 assets/minecraft/models/w623.json create mode 100644 assets/minecraft/models/w6230.json create mode 100644 assets/minecraft/models/w6231.json create mode 100644 assets/minecraft/models/w6232.json create mode 100644 assets/minecraft/models/w6233.json create mode 100644 assets/minecraft/models/w6234.json create mode 100644 assets/minecraft/models/w6235.json create mode 100644 assets/minecraft/models/w6236.json create mode 100644 assets/minecraft/models/w6237.json create mode 100644 assets/minecraft/models/w6238.json create mode 100644 assets/minecraft/models/w6239.json create mode 100644 assets/minecraft/models/w624.json create mode 100644 assets/minecraft/models/w6240.json create mode 100644 assets/minecraft/models/w6241.json create mode 100644 assets/minecraft/models/w6242.json create mode 100644 assets/minecraft/models/w6243.json create mode 100644 assets/minecraft/models/w6244.json create mode 100644 assets/minecraft/models/w6245.json create mode 100644 assets/minecraft/models/w6246.json create mode 100644 assets/minecraft/models/w6247.json create mode 100644 assets/minecraft/models/w6248.json create mode 100644 assets/minecraft/models/w6249.json create mode 100644 assets/minecraft/models/w625.json create mode 100644 assets/minecraft/models/w6250.json create mode 100644 assets/minecraft/models/w6251.json create mode 100644 assets/minecraft/models/w6252.json create mode 100644 assets/minecraft/models/w6253.json create mode 100644 assets/minecraft/models/w6254.json create mode 100644 assets/minecraft/models/w6255.json create mode 100644 assets/minecraft/models/w6256.json create mode 100644 assets/minecraft/models/w6257.json create mode 100644 assets/minecraft/models/w6258.json create mode 100644 assets/minecraft/models/w6259.json create mode 100644 assets/minecraft/models/w626.json create mode 100644 assets/minecraft/models/w6260.json create mode 100644 assets/minecraft/models/w6261.json create mode 100644 assets/minecraft/models/w6262.json create mode 100644 assets/minecraft/models/w6263.json create mode 100644 assets/minecraft/models/w6264.json create mode 100644 assets/minecraft/models/w6265.json create mode 100644 assets/minecraft/models/w6266.json create mode 100644 assets/minecraft/models/w6267.json create mode 100644 assets/minecraft/models/w6268.json create mode 100644 assets/minecraft/models/w6269.json create mode 100644 assets/minecraft/models/w627.json create mode 100644 assets/minecraft/models/w6270.json create mode 100644 assets/minecraft/models/w6271.json create mode 100644 assets/minecraft/models/w6272.json create mode 100644 assets/minecraft/models/w6273.json create mode 100644 assets/minecraft/models/w6274.json create mode 100644 assets/minecraft/models/w6275.json create mode 100644 assets/minecraft/models/w6276.json create mode 100644 assets/minecraft/models/w6277.json create mode 100644 assets/minecraft/models/w6278.json create mode 100644 assets/minecraft/models/w6279.json create mode 100644 assets/minecraft/models/w628.json create mode 100644 assets/minecraft/models/w6280.json create mode 100644 assets/minecraft/models/w6281.json create mode 100644 assets/minecraft/models/w6282.json create mode 100644 assets/minecraft/models/w6283.json create mode 100644 assets/minecraft/models/w6284.json create mode 100644 assets/minecraft/models/w6285.json create mode 100644 assets/minecraft/models/w6286.json create mode 100644 assets/minecraft/models/w6287.json create mode 100644 assets/minecraft/models/w6288.json create mode 100644 assets/minecraft/models/w6289.json create mode 100644 assets/minecraft/models/w629.json create mode 100644 assets/minecraft/models/w6290.json create mode 100644 assets/minecraft/models/w6291.json create mode 100644 assets/minecraft/models/w6292.json create mode 100644 assets/minecraft/models/w6293.json create mode 100644 assets/minecraft/models/w6294.json create mode 100644 assets/minecraft/models/w6295.json create mode 100644 assets/minecraft/models/w6296.json create mode 100644 assets/minecraft/models/w6297.json create mode 100644 assets/minecraft/models/w6298.json create mode 100644 assets/minecraft/models/w6299.json create mode 100644 assets/minecraft/models/w63.json create mode 100644 assets/minecraft/models/w630.json create mode 100644 assets/minecraft/models/w6300.json create mode 100644 assets/minecraft/models/w6301.json create mode 100644 assets/minecraft/models/w6302.json create mode 100644 assets/minecraft/models/w6303.json create mode 100644 assets/minecraft/models/w6304.json create mode 100644 assets/minecraft/models/w6305.json create mode 100644 assets/minecraft/models/w6306.json create mode 100644 assets/minecraft/models/w6307.json create mode 100644 assets/minecraft/models/w6308.json create mode 100644 assets/minecraft/models/w6309.json create mode 100644 assets/minecraft/models/w631.json create mode 100644 assets/minecraft/models/w6310.json create mode 100644 assets/minecraft/models/w6311.json create mode 100644 assets/minecraft/models/w6312.json create mode 100644 assets/minecraft/models/w6313.json create mode 100644 assets/minecraft/models/w6314.json create mode 100644 assets/minecraft/models/w6315.json create mode 100644 assets/minecraft/models/w6316.json create mode 100644 assets/minecraft/models/w6317.json create mode 100644 assets/minecraft/models/w6318.json create mode 100644 assets/minecraft/models/w6319.json create mode 100644 assets/minecraft/models/w632.json create mode 100644 assets/minecraft/models/w6320.json create mode 100644 assets/minecraft/models/w6321.json create mode 100644 assets/minecraft/models/w6322.json create mode 100644 assets/minecraft/models/w6323.json create mode 100644 assets/minecraft/models/w6324.json create mode 100644 assets/minecraft/models/w6325.json create mode 100644 assets/minecraft/models/w6326.json create mode 100644 assets/minecraft/models/w6327.json create mode 100644 assets/minecraft/models/w6328.json create mode 100644 assets/minecraft/models/w6329.json create mode 100644 assets/minecraft/models/w633.json create mode 100644 assets/minecraft/models/w6330.json create mode 100644 assets/minecraft/models/w6331.json create mode 100644 assets/minecraft/models/w6332.json create mode 100644 assets/minecraft/models/w6333.json create mode 100644 assets/minecraft/models/w6334.json create mode 100644 assets/minecraft/models/w6335.json create mode 100644 assets/minecraft/models/w6336.json create mode 100644 assets/minecraft/models/w6337.json create mode 100644 assets/minecraft/models/w6338.json create mode 100644 assets/minecraft/models/w6339.json create mode 100644 assets/minecraft/models/w634.json create mode 100644 assets/minecraft/models/w6340.json create mode 100644 assets/minecraft/models/w6341.json create mode 100644 assets/minecraft/models/w6342.json create mode 100644 assets/minecraft/models/w6343.json create mode 100644 assets/minecraft/models/w6344.json create mode 100644 assets/minecraft/models/w6345.json create mode 100644 assets/minecraft/models/w6346.json create mode 100644 assets/minecraft/models/w6347.json create mode 100644 assets/minecraft/models/w6348.json create mode 100644 assets/minecraft/models/w6349.json create mode 100644 assets/minecraft/models/w635.json create mode 100644 assets/minecraft/models/w6350.json create mode 100644 assets/minecraft/models/w6351.json create mode 100644 assets/minecraft/models/w6352.json create mode 100644 assets/minecraft/models/w6353.json create mode 100644 assets/minecraft/models/w6354.json create mode 100644 assets/minecraft/models/w6355.json create mode 100644 assets/minecraft/models/w6356.json create mode 100644 assets/minecraft/models/w6357.json create mode 100644 assets/minecraft/models/w6358.json create mode 100644 assets/minecraft/models/w6359.json create mode 100644 assets/minecraft/models/w636.json create mode 100644 assets/minecraft/models/w6360.json create mode 100644 assets/minecraft/models/w6361.json create mode 100644 assets/minecraft/models/w6362.json create mode 100644 assets/minecraft/models/w6363.json create mode 100644 assets/minecraft/models/w6364.json create mode 100644 assets/minecraft/models/w6365.json create mode 100644 assets/minecraft/models/w6366.json create mode 100644 assets/minecraft/models/w6367.json create mode 100644 assets/minecraft/models/w6368.json create mode 100644 assets/minecraft/models/w6369.json create mode 100644 assets/minecraft/models/w637.json create mode 100644 assets/minecraft/models/w6370.json create mode 100644 assets/minecraft/models/w6371.json create mode 100644 assets/minecraft/models/w6372.json create mode 100644 assets/minecraft/models/w6373.json create mode 100644 assets/minecraft/models/w6374.json create mode 100644 assets/minecraft/models/w6375.json create mode 100644 assets/minecraft/models/w6376.json create mode 100644 assets/minecraft/models/w6377.json create mode 100644 assets/minecraft/models/w6378.json create mode 100644 assets/minecraft/models/w6379.json create mode 100644 assets/minecraft/models/w638.json create mode 100644 assets/minecraft/models/w6380.json create mode 100644 assets/minecraft/models/w6381.json create mode 100644 assets/minecraft/models/w6382.json create mode 100644 assets/minecraft/models/w6383.json create mode 100644 assets/minecraft/models/w6384.json create mode 100644 assets/minecraft/models/w6385.json create mode 100644 assets/minecraft/models/w6386.json create mode 100644 assets/minecraft/models/w6387.json create mode 100644 assets/minecraft/models/w6388.json create mode 100644 assets/minecraft/models/w6389.json create mode 100644 assets/minecraft/models/w639.json create mode 100644 assets/minecraft/models/w6390.json create mode 100644 assets/minecraft/models/w6391.json create mode 100644 assets/minecraft/models/w6392.json create mode 100644 assets/minecraft/models/w6393.json create mode 100644 assets/minecraft/models/w6394.json create mode 100644 assets/minecraft/models/w6395.json create mode 100644 assets/minecraft/models/w6396.json create mode 100644 assets/minecraft/models/w6397.json create mode 100644 assets/minecraft/models/w6398.json create mode 100644 assets/minecraft/models/w6399.json create mode 100644 assets/minecraft/models/w64.json create mode 100644 assets/minecraft/models/w640.json create mode 100644 assets/minecraft/models/w6400.json create mode 100644 assets/minecraft/models/w6401.json create mode 100644 assets/minecraft/models/w6402.json create mode 100644 assets/minecraft/models/w6403.json create mode 100644 assets/minecraft/models/w6404.json create mode 100644 assets/minecraft/models/w6405.json create mode 100644 assets/minecraft/models/w6406.json create mode 100644 assets/minecraft/models/w6407.json create mode 100644 assets/minecraft/models/w6408.json create mode 100644 assets/minecraft/models/w6409.json create mode 100644 assets/minecraft/models/w641.json create mode 100644 assets/minecraft/models/w6410.json create mode 100644 assets/minecraft/models/w6411.json create mode 100644 assets/minecraft/models/w6412.json create mode 100644 assets/minecraft/models/w6413.json create mode 100644 assets/minecraft/models/w6414.json create mode 100644 assets/minecraft/models/w6415.json create mode 100644 assets/minecraft/models/w6416.json create mode 100644 assets/minecraft/models/w6417.json create mode 100644 assets/minecraft/models/w6418.json create mode 100644 assets/minecraft/models/w6419.json create mode 100644 assets/minecraft/models/w642.json create mode 100644 assets/minecraft/models/w6420.json create mode 100644 assets/minecraft/models/w6421.json create mode 100644 assets/minecraft/models/w6422.json create mode 100644 assets/minecraft/models/w6423.json create mode 100644 assets/minecraft/models/w6424.json create mode 100644 assets/minecraft/models/w6425.json create mode 100644 assets/minecraft/models/w6426.json create mode 100644 assets/minecraft/models/w6427.json create mode 100644 assets/minecraft/models/w6428.json create mode 100644 assets/minecraft/models/w6429.json create mode 100644 assets/minecraft/models/w643.json create mode 100644 assets/minecraft/models/w6430.json create mode 100644 assets/minecraft/models/w6431.json create mode 100644 assets/minecraft/models/w6432.json create mode 100644 assets/minecraft/models/w6433.json create mode 100644 assets/minecraft/models/w6434.json create mode 100644 assets/minecraft/models/w6435.json create mode 100644 assets/minecraft/models/w6436.json create mode 100644 assets/minecraft/models/w6437.json create mode 100644 assets/minecraft/models/w6438.json create mode 100644 assets/minecraft/models/w6439.json create mode 100644 assets/minecraft/models/w644.json create mode 100644 assets/minecraft/models/w6440.json create mode 100644 assets/minecraft/models/w6441.json create mode 100644 assets/minecraft/models/w6442.json create mode 100644 assets/minecraft/models/w6443.json create mode 100644 assets/minecraft/models/w6444.json create mode 100644 assets/minecraft/models/w6445.json create mode 100644 assets/minecraft/models/w6446.json create mode 100644 assets/minecraft/models/w6447.json create mode 100644 assets/minecraft/models/w6448.json create mode 100644 assets/minecraft/models/w6449.json create mode 100644 assets/minecraft/models/w645.json create mode 100644 assets/minecraft/models/w6450.json create mode 100644 assets/minecraft/models/w6451.json create mode 100644 assets/minecraft/models/w6452.json create mode 100644 assets/minecraft/models/w6453.json create mode 100644 assets/minecraft/models/w6454.json create mode 100644 assets/minecraft/models/w6455.json create mode 100644 assets/minecraft/models/w6456.json create mode 100644 assets/minecraft/models/w6457.json create mode 100644 assets/minecraft/models/w6458.json create mode 100644 assets/minecraft/models/w6459.json create mode 100644 assets/minecraft/models/w646.json create mode 100644 assets/minecraft/models/w6460.json create mode 100644 assets/minecraft/models/w6461.json create mode 100644 assets/minecraft/models/w6462.json create mode 100644 assets/minecraft/models/w6463.json create mode 100644 assets/minecraft/models/w6464.json create mode 100644 assets/minecraft/models/w6465.json create mode 100644 assets/minecraft/models/w6466.json create mode 100644 assets/minecraft/models/w6467.json create mode 100644 assets/minecraft/models/w6468.json create mode 100644 assets/minecraft/models/w6469.json create mode 100644 assets/minecraft/models/w647.json create mode 100644 assets/minecraft/models/w6470.json create mode 100644 assets/minecraft/models/w6471.json create mode 100644 assets/minecraft/models/w6472.json create mode 100644 assets/minecraft/models/w6473.json create mode 100644 assets/minecraft/models/w6474.json create mode 100644 assets/minecraft/models/w6475.json create mode 100644 assets/minecraft/models/w6476.json create mode 100644 assets/minecraft/models/w6477.json create mode 100644 assets/minecraft/models/w6478.json create mode 100644 assets/minecraft/models/w6479.json create mode 100644 assets/minecraft/models/w648.json create mode 100644 assets/minecraft/models/w6480.json create mode 100644 assets/minecraft/models/w6481.json create mode 100644 assets/minecraft/models/w6482.json create mode 100644 assets/minecraft/models/w6483.json create mode 100644 assets/minecraft/models/w6484.json create mode 100644 assets/minecraft/models/w6485.json create mode 100644 assets/minecraft/models/w6486.json create mode 100644 assets/minecraft/models/w6487.json create mode 100644 assets/minecraft/models/w6488.json create mode 100644 assets/minecraft/models/w6489.json create mode 100644 assets/minecraft/models/w649.json create mode 100644 assets/minecraft/models/w6490.json create mode 100644 assets/minecraft/models/w6491.json create mode 100644 assets/minecraft/models/w6492.json create mode 100644 assets/minecraft/models/w6493.json create mode 100644 assets/minecraft/models/w6494.json create mode 100644 assets/minecraft/models/w6495.json create mode 100644 assets/minecraft/models/w6496.json create mode 100644 assets/minecraft/models/w6497.json create mode 100644 assets/minecraft/models/w6498.json create mode 100644 assets/minecraft/models/w6499.json create mode 100644 assets/minecraft/models/w65.json create mode 100644 assets/minecraft/models/w650.json create mode 100644 assets/minecraft/models/w6500.json create mode 100644 assets/minecraft/models/w6501.json create mode 100644 assets/minecraft/models/w6502.json create mode 100644 assets/minecraft/models/w6503.json create mode 100644 assets/minecraft/models/w6504.json create mode 100644 assets/minecraft/models/w6505.json create mode 100644 assets/minecraft/models/w6506.json create mode 100644 assets/minecraft/models/w6507.json create mode 100644 assets/minecraft/models/w6508.json create mode 100644 assets/minecraft/models/w6509.json create mode 100644 assets/minecraft/models/w651.json create mode 100644 assets/minecraft/models/w6510.json create mode 100644 assets/minecraft/models/w6511.json create mode 100644 assets/minecraft/models/w6512.json create mode 100644 assets/minecraft/models/w6513.json create mode 100644 assets/minecraft/models/w6514.json create mode 100644 assets/minecraft/models/w6515.json create mode 100644 assets/minecraft/models/w6516.json create mode 100644 assets/minecraft/models/w6517.json create mode 100644 assets/minecraft/models/w6518.json create mode 100644 assets/minecraft/models/w6519.json create mode 100644 assets/minecraft/models/w652.json create mode 100644 assets/minecraft/models/w6520.json create mode 100644 assets/minecraft/models/w6521.json create mode 100644 assets/minecraft/models/w6522.json create mode 100644 assets/minecraft/models/w6523.json create mode 100644 assets/minecraft/models/w6524.json create mode 100644 assets/minecraft/models/w6525.json create mode 100644 assets/minecraft/models/w6526.json create mode 100644 assets/minecraft/models/w6527.json create mode 100644 assets/minecraft/models/w6528.json create mode 100644 assets/minecraft/models/w6529.json create mode 100644 assets/minecraft/models/w653.json create mode 100644 assets/minecraft/models/w6530.json create mode 100644 assets/minecraft/models/w6531.json create mode 100644 assets/minecraft/models/w6532.json create mode 100644 assets/minecraft/models/w6533.json create mode 100644 assets/minecraft/models/w6534.json create mode 100644 assets/minecraft/models/w6535.json create mode 100644 assets/minecraft/models/w6536.json create mode 100644 assets/minecraft/models/w6537.json create mode 100644 assets/minecraft/models/w6538.json create mode 100644 assets/minecraft/models/w6539.json create mode 100644 assets/minecraft/models/w654.json create mode 100644 assets/minecraft/models/w6540.json create mode 100644 assets/minecraft/models/w6541.json create mode 100644 assets/minecraft/models/w6542.json create mode 100644 assets/minecraft/models/w6543.json create mode 100644 assets/minecraft/models/w6544.json create mode 100644 assets/minecraft/models/w6545.json create mode 100644 assets/minecraft/models/w6546.json create mode 100644 assets/minecraft/models/w6547.json create mode 100644 assets/minecraft/models/w6548.json create mode 100644 assets/minecraft/models/w6549.json create mode 100644 assets/minecraft/models/w655.json create mode 100644 assets/minecraft/models/w6550.json create mode 100644 assets/minecraft/models/w6551.json create mode 100644 assets/minecraft/models/w6552.json create mode 100644 assets/minecraft/models/w6553.json create mode 100644 assets/minecraft/models/w6554.json create mode 100644 assets/minecraft/models/w6555.json create mode 100644 assets/minecraft/models/w6556.json create mode 100644 assets/minecraft/models/w6557.json create mode 100644 assets/minecraft/models/w6558.json create mode 100644 assets/minecraft/models/w6559.json create mode 100644 assets/minecraft/models/w656.json create mode 100644 assets/minecraft/models/w6560.json create mode 100644 assets/minecraft/models/w6561.json create mode 100644 assets/minecraft/models/w6562.json create mode 100644 assets/minecraft/models/w6563.json create mode 100644 assets/minecraft/models/w6564.json create mode 100644 assets/minecraft/models/w6565.json create mode 100644 assets/minecraft/models/w6566.json create mode 100644 assets/minecraft/models/w6567.json create mode 100644 assets/minecraft/models/w6568.json create mode 100644 assets/minecraft/models/w6569.json create mode 100644 assets/minecraft/models/w657.json create mode 100644 assets/minecraft/models/w6570.json create mode 100644 assets/minecraft/models/w6571.json create mode 100644 assets/minecraft/models/w6572.json create mode 100644 assets/minecraft/models/w6573.json create mode 100644 assets/minecraft/models/w6574.json create mode 100644 assets/minecraft/models/w6575.json create mode 100644 assets/minecraft/models/w6576.json create mode 100644 assets/minecraft/models/w6577.json create mode 100644 assets/minecraft/models/w6578.json create mode 100644 assets/minecraft/models/w6579.json create mode 100644 assets/minecraft/models/w658.json create mode 100644 assets/minecraft/models/w6580.json create mode 100644 assets/minecraft/models/w6581.json create mode 100644 assets/minecraft/models/w6582.json create mode 100644 assets/minecraft/models/w6583.json create mode 100644 assets/minecraft/models/w6584.json create mode 100644 assets/minecraft/models/w6585.json create mode 100644 assets/minecraft/models/w6586.json create mode 100644 assets/minecraft/models/w6587.json create mode 100644 assets/minecraft/models/w6588.json create mode 100644 assets/minecraft/models/w6589.json create mode 100644 assets/minecraft/models/w659.json create mode 100644 assets/minecraft/models/w6590.json create mode 100644 assets/minecraft/models/w6591.json create mode 100644 assets/minecraft/models/w6592.json create mode 100644 assets/minecraft/models/w6593.json create mode 100644 assets/minecraft/models/w6594.json create mode 100644 assets/minecraft/models/w6595.json create mode 100644 assets/minecraft/models/w6596.json create mode 100644 assets/minecraft/models/w6597.json create mode 100644 assets/minecraft/models/w6598.json create mode 100644 assets/minecraft/models/w6599.json create mode 100644 assets/minecraft/models/w66.json create mode 100644 assets/minecraft/models/w660.json create mode 100644 assets/minecraft/models/w6600.json create mode 100644 assets/minecraft/models/w6601.json create mode 100644 assets/minecraft/models/w6602.json create mode 100644 assets/minecraft/models/w6603.json create mode 100644 assets/minecraft/models/w6604.json create mode 100644 assets/minecraft/models/w6605.json create mode 100644 assets/minecraft/models/w6606.json create mode 100644 assets/minecraft/models/w6607.json create mode 100644 assets/minecraft/models/w6608.json create mode 100644 assets/minecraft/models/w6609.json create mode 100644 assets/minecraft/models/w661.json create mode 100644 assets/minecraft/models/w6610.json create mode 100644 assets/minecraft/models/w6611.json create mode 100644 assets/minecraft/models/w6612.json create mode 100644 assets/minecraft/models/w6613.json create mode 100644 assets/minecraft/models/w6614.json create mode 100644 assets/minecraft/models/w6615.json create mode 100644 assets/minecraft/models/w6616.json create mode 100644 assets/minecraft/models/w6617.json create mode 100644 assets/minecraft/models/w6618.json create mode 100644 assets/minecraft/models/w6619.json create mode 100644 assets/minecraft/models/w662.json create mode 100644 assets/minecraft/models/w6620.json create mode 100644 assets/minecraft/models/w6621.json create mode 100644 assets/minecraft/models/w6622.json create mode 100644 assets/minecraft/models/w6623.json create mode 100644 assets/minecraft/models/w6624.json create mode 100644 assets/minecraft/models/w6625.json create mode 100644 assets/minecraft/models/w6626.json create mode 100644 assets/minecraft/models/w6627.json create mode 100644 assets/minecraft/models/w6628.json create mode 100644 assets/minecraft/models/w6629.json create mode 100644 assets/minecraft/models/w663.json create mode 100644 assets/minecraft/models/w6630.json create mode 100644 assets/minecraft/models/w6631.json create mode 100644 assets/minecraft/models/w6632.json create mode 100644 assets/minecraft/models/w6633.json create mode 100644 assets/minecraft/models/w6634.json create mode 100644 assets/minecraft/models/w6635.json create mode 100644 assets/minecraft/models/w6636.json create mode 100644 assets/minecraft/models/w6637.json create mode 100644 assets/minecraft/models/w6638.json create mode 100644 assets/minecraft/models/w6639.json create mode 100644 assets/minecraft/models/w664.json create mode 100644 assets/minecraft/models/w6640.json create mode 100644 assets/minecraft/models/w6641.json create mode 100644 assets/minecraft/models/w6642.json create mode 100644 assets/minecraft/models/w6643.json create mode 100644 assets/minecraft/models/w6644.json create mode 100644 assets/minecraft/models/w6645.json create mode 100644 assets/minecraft/models/w6646.json create mode 100644 assets/minecraft/models/w6647.json create mode 100644 assets/minecraft/models/w6648.json create mode 100644 assets/minecraft/models/w6649.json create mode 100644 assets/minecraft/models/w665.json create mode 100644 assets/minecraft/models/w6650.json create mode 100644 assets/minecraft/models/w6651.json create mode 100644 assets/minecraft/models/w6652.json create mode 100644 assets/minecraft/models/w6653.json create mode 100644 assets/minecraft/models/w6654.json create mode 100644 assets/minecraft/models/w6655.json create mode 100644 assets/minecraft/models/w6656.json create mode 100644 assets/minecraft/models/w6657.json create mode 100644 assets/minecraft/models/w6658.json create mode 100644 assets/minecraft/models/w6659.json create mode 100644 assets/minecraft/models/w666.json create mode 100644 assets/minecraft/models/w6660.json create mode 100644 assets/minecraft/models/w6661.json create mode 100644 assets/minecraft/models/w6662.json create mode 100644 assets/minecraft/models/w6663.json create mode 100644 assets/minecraft/models/w6664.json create mode 100644 assets/minecraft/models/w6665.json create mode 100644 assets/minecraft/models/w6666.json create mode 100644 assets/minecraft/models/w6667.json create mode 100644 assets/minecraft/models/w6668.json create mode 100644 assets/minecraft/models/w6669.json create mode 100644 assets/minecraft/models/w667.json create mode 100644 assets/minecraft/models/w6670.json create mode 100644 assets/minecraft/models/w6671.json create mode 100644 assets/minecraft/models/w6672.json create mode 100644 assets/minecraft/models/w6673.json create mode 100644 assets/minecraft/models/w6674.json create mode 100644 assets/minecraft/models/w6675.json create mode 100644 assets/minecraft/models/w6676.json create mode 100644 assets/minecraft/models/w6677.json create mode 100644 assets/minecraft/models/w6678.json create mode 100644 assets/minecraft/models/w6679.json create mode 100644 assets/minecraft/models/w668.json create mode 100644 assets/minecraft/models/w6680.json create mode 100644 assets/minecraft/models/w6681.json create mode 100644 assets/minecraft/models/w6682.json create mode 100644 assets/minecraft/models/w6683.json create mode 100644 assets/minecraft/models/w6684.json create mode 100644 assets/minecraft/models/w6685.json create mode 100644 assets/minecraft/models/w6686.json create mode 100644 assets/minecraft/models/w6687.json create mode 100644 assets/minecraft/models/w6688.json create mode 100644 assets/minecraft/models/w6689.json create mode 100644 assets/minecraft/models/w669.json create mode 100644 assets/minecraft/models/w6690.json create mode 100644 assets/minecraft/models/w6691.json create mode 100644 assets/minecraft/models/w6692.json create mode 100644 assets/minecraft/models/w6693.json create mode 100644 assets/minecraft/models/w6694.json create mode 100644 assets/minecraft/models/w6695.json create mode 100644 assets/minecraft/models/w6696.json create mode 100644 assets/minecraft/models/w6697.json create mode 100644 assets/minecraft/models/w6698.json create mode 100644 assets/minecraft/models/w6699.json create mode 100644 assets/minecraft/models/w67.json create mode 100644 assets/minecraft/models/w670.json create mode 100644 assets/minecraft/models/w6700.json create mode 100644 assets/minecraft/models/w6701.json create mode 100644 assets/minecraft/models/w6702.json create mode 100644 assets/minecraft/models/w6703.json create mode 100644 assets/minecraft/models/w6704.json create mode 100644 assets/minecraft/models/w6705.json create mode 100644 assets/minecraft/models/w6706.json create mode 100644 assets/minecraft/models/w6707.json create mode 100644 assets/minecraft/models/w6708.json create mode 100644 assets/minecraft/models/w6709.json create mode 100644 assets/minecraft/models/w671.json create mode 100644 assets/minecraft/models/w6710.json create mode 100644 assets/minecraft/models/w6711.json create mode 100644 assets/minecraft/models/w6712.json create mode 100644 assets/minecraft/models/w6713.json create mode 100644 assets/minecraft/models/w6714.json create mode 100644 assets/minecraft/models/w6715.json create mode 100644 assets/minecraft/models/w6716.json create mode 100644 assets/minecraft/models/w6717.json create mode 100644 assets/minecraft/models/w6718.json create mode 100644 assets/minecraft/models/w6719.json create mode 100644 assets/minecraft/models/w672.json create mode 100644 assets/minecraft/models/w6720.json create mode 100644 assets/minecraft/models/w6721.json create mode 100644 assets/minecraft/models/w6722.json create mode 100644 assets/minecraft/models/w6723.json create mode 100644 assets/minecraft/models/w6724.json create mode 100644 assets/minecraft/models/w6725.json create mode 100644 assets/minecraft/models/w6726.json create mode 100644 assets/minecraft/models/w6727.json create mode 100644 assets/minecraft/models/w6728.json create mode 100644 assets/minecraft/models/w6729.json create mode 100644 assets/minecraft/models/w673.json create mode 100644 assets/minecraft/models/w6730.json create mode 100644 assets/minecraft/models/w6731.json create mode 100644 assets/minecraft/models/w6732.json create mode 100644 assets/minecraft/models/w6733.json create mode 100644 assets/minecraft/models/w6734.json create mode 100644 assets/minecraft/models/w6735.json create mode 100644 assets/minecraft/models/w6736.json create mode 100644 assets/minecraft/models/w6737.json create mode 100644 assets/minecraft/models/w6738.json create mode 100644 assets/minecraft/models/w6739.json create mode 100644 assets/minecraft/models/w674.json create mode 100644 assets/minecraft/models/w6740.json create mode 100644 assets/minecraft/models/w6741.json create mode 100644 assets/minecraft/models/w6742.json create mode 100644 assets/minecraft/models/w6743.json create mode 100644 assets/minecraft/models/w6744.json create mode 100644 assets/minecraft/models/w6745.json create mode 100644 assets/minecraft/models/w6746.json create mode 100644 assets/minecraft/models/w6747.json create mode 100644 assets/minecraft/models/w6748.json create mode 100644 assets/minecraft/models/w6749.json create mode 100644 assets/minecraft/models/w675.json create mode 100644 assets/minecraft/models/w6750.json create mode 100644 assets/minecraft/models/w6751.json create mode 100644 assets/minecraft/models/w6752.json create mode 100644 assets/minecraft/models/w6753.json create mode 100644 assets/minecraft/models/w6754.json create mode 100644 assets/minecraft/models/w6755.json create mode 100644 assets/minecraft/models/w6756.json create mode 100644 assets/minecraft/models/w6757.json create mode 100644 assets/minecraft/models/w6758.json create mode 100644 assets/minecraft/models/w6759.json create mode 100644 assets/minecraft/models/w676.json create mode 100644 assets/minecraft/models/w6760.json create mode 100644 assets/minecraft/models/w6761.json create mode 100644 assets/minecraft/models/w6762.json create mode 100644 assets/minecraft/models/w6763.json create mode 100644 assets/minecraft/models/w6764.json create mode 100644 assets/minecraft/models/w6765.json create mode 100644 assets/minecraft/models/w6766.json create mode 100644 assets/minecraft/models/w6767.json create mode 100644 assets/minecraft/models/w6768.json create mode 100644 assets/minecraft/models/w6769.json create mode 100644 assets/minecraft/models/w677.json create mode 100644 assets/minecraft/models/w6770.json create mode 100644 assets/minecraft/models/w6771.json create mode 100644 assets/minecraft/models/w6772.json create mode 100644 assets/minecraft/models/w6773.json create mode 100644 assets/minecraft/models/w6774.json create mode 100644 assets/minecraft/models/w6775.json create mode 100644 assets/minecraft/models/w6776.json create mode 100644 assets/minecraft/models/w6777.json create mode 100644 assets/minecraft/models/w6778.json create mode 100644 assets/minecraft/models/w6779.json create mode 100644 assets/minecraft/models/w678.json create mode 100644 assets/minecraft/models/w6780.json create mode 100644 assets/minecraft/models/w6781.json create mode 100644 assets/minecraft/models/w6782.json create mode 100644 assets/minecraft/models/w6783.json create mode 100644 assets/minecraft/models/w6784.json create mode 100644 assets/minecraft/models/w6785.json create mode 100644 assets/minecraft/models/w6786.json create mode 100644 assets/minecraft/models/w6787.json create mode 100644 assets/minecraft/models/w6788.json create mode 100644 assets/minecraft/models/w6789.json create mode 100644 assets/minecraft/models/w679.json create mode 100644 assets/minecraft/models/w6790.json create mode 100644 assets/minecraft/models/w6791.json create mode 100644 assets/minecraft/models/w6792.json create mode 100644 assets/minecraft/models/w6793.json create mode 100644 assets/minecraft/models/w6794.json create mode 100644 assets/minecraft/models/w6795.json create mode 100644 assets/minecraft/models/w6796.json create mode 100644 assets/minecraft/models/w6797.json create mode 100644 assets/minecraft/models/w6798.json create mode 100644 assets/minecraft/models/w6799.json create mode 100644 assets/minecraft/models/w68.json create mode 100644 assets/minecraft/models/w680.json create mode 100644 assets/minecraft/models/w6800.json create mode 100644 assets/minecraft/models/w6801.json create mode 100644 assets/minecraft/models/w6802.json create mode 100644 assets/minecraft/models/w6803.json create mode 100644 assets/minecraft/models/w6804.json create mode 100644 assets/minecraft/models/w6805.json create mode 100644 assets/minecraft/models/w6806.json create mode 100644 assets/minecraft/models/w6807.json create mode 100644 assets/minecraft/models/w6808.json create mode 100644 assets/minecraft/models/w6809.json create mode 100644 assets/minecraft/models/w681.json create mode 100644 assets/minecraft/models/w6810.json create mode 100644 assets/minecraft/models/w6811.json create mode 100644 assets/minecraft/models/w6812.json create mode 100644 assets/minecraft/models/w6813.json create mode 100644 assets/minecraft/models/w6814.json create mode 100644 assets/minecraft/models/w6815.json create mode 100644 assets/minecraft/models/w6816.json create mode 100644 assets/minecraft/models/w6817.json create mode 100644 assets/minecraft/models/w6818.json create mode 100644 assets/minecraft/models/w6819.json create mode 100644 assets/minecraft/models/w682.json create mode 100644 assets/minecraft/models/w6820.json create mode 100644 assets/minecraft/models/w6821.json create mode 100644 assets/minecraft/models/w6822.json create mode 100644 assets/minecraft/models/w6823.json create mode 100644 assets/minecraft/models/w6824.json create mode 100644 assets/minecraft/models/w6825.json create mode 100644 assets/minecraft/models/w6826.json create mode 100644 assets/minecraft/models/w6827.json create mode 100644 assets/minecraft/models/w6828.json create mode 100644 assets/minecraft/models/w6829.json create mode 100644 assets/minecraft/models/w683.json create mode 100644 assets/minecraft/models/w6830.json create mode 100644 assets/minecraft/models/w6831.json create mode 100644 assets/minecraft/models/w6832.json create mode 100644 assets/minecraft/models/w6833.json create mode 100644 assets/minecraft/models/w6834.json create mode 100644 assets/minecraft/models/w6835.json create mode 100644 assets/minecraft/models/w6836.json create mode 100644 assets/minecraft/models/w6837.json create mode 100644 assets/minecraft/models/w6838.json create mode 100644 assets/minecraft/models/w6839.json create mode 100644 assets/minecraft/models/w684.json create mode 100644 assets/minecraft/models/w6840.json create mode 100644 assets/minecraft/models/w6841.json create mode 100644 assets/minecraft/models/w6842.json create mode 100644 assets/minecraft/models/w6843.json create mode 100644 assets/minecraft/models/w6844.json create mode 100644 assets/minecraft/models/w6845.json create mode 100644 assets/minecraft/models/w6846.json create mode 100644 assets/minecraft/models/w6847.json create mode 100644 assets/minecraft/models/w6848.json create mode 100644 assets/minecraft/models/w6849.json create mode 100644 assets/minecraft/models/w685.json create mode 100644 assets/minecraft/models/w6850.json create mode 100644 assets/minecraft/models/w6851.json create mode 100644 assets/minecraft/models/w6852.json create mode 100644 assets/minecraft/models/w6853.json create mode 100644 assets/minecraft/models/w6854.json create mode 100644 assets/minecraft/models/w6855.json create mode 100644 assets/minecraft/models/w6856.json create mode 100644 assets/minecraft/models/w6857.json create mode 100644 assets/minecraft/models/w6858.json create mode 100644 assets/minecraft/models/w6859.json create mode 100644 assets/minecraft/models/w686.json create mode 100644 assets/minecraft/models/w6860.json create mode 100644 assets/minecraft/models/w6861.json create mode 100644 assets/minecraft/models/w6862.json create mode 100644 assets/minecraft/models/w6863.json create mode 100644 assets/minecraft/models/w6864.json create mode 100644 assets/minecraft/models/w6865.json create mode 100644 assets/minecraft/models/w6866.json create mode 100644 assets/minecraft/models/w6867.json create mode 100644 assets/minecraft/models/w6868.json create mode 100644 assets/minecraft/models/w6869.json create mode 100644 assets/minecraft/models/w687.json create mode 100644 assets/minecraft/models/w6870.json create mode 100644 assets/minecraft/models/w6871.json create mode 100644 assets/minecraft/models/w6872.json create mode 100644 assets/minecraft/models/w6873.json create mode 100644 assets/minecraft/models/w6874.json create mode 100644 assets/minecraft/models/w6875.json create mode 100644 assets/minecraft/models/w6876.json create mode 100644 assets/minecraft/models/w6877.json create mode 100644 assets/minecraft/models/w6878.json create mode 100644 assets/minecraft/models/w6879.json create mode 100644 assets/minecraft/models/w688.json create mode 100644 assets/minecraft/models/w6880.json create mode 100644 assets/minecraft/models/w6881.json create mode 100644 assets/minecraft/models/w6882.json create mode 100644 assets/minecraft/models/w6883.json create mode 100644 assets/minecraft/models/w6884.json create mode 100644 assets/minecraft/models/w6885.json create mode 100644 assets/minecraft/models/w6886.json create mode 100644 assets/minecraft/models/w6887.json create mode 100644 assets/minecraft/models/w6888.json create mode 100644 assets/minecraft/models/w6889.json create mode 100644 assets/minecraft/models/w689.json create mode 100644 assets/minecraft/models/w6890.json create mode 100644 assets/minecraft/models/w6891.json create mode 100644 assets/minecraft/models/w6892.json create mode 100644 assets/minecraft/models/w6893.json create mode 100644 assets/minecraft/models/w6894.json create mode 100644 assets/minecraft/models/w6895.json create mode 100644 assets/minecraft/models/w6896.json create mode 100644 assets/minecraft/models/w6897.json create mode 100644 assets/minecraft/models/w6898.json create mode 100644 assets/minecraft/models/w6899.json create mode 100644 assets/minecraft/models/w69.json create mode 100644 assets/minecraft/models/w690.json create mode 100644 assets/minecraft/models/w6900.json create mode 100644 assets/minecraft/models/w6901.json create mode 100644 assets/minecraft/models/w6902.json create mode 100644 assets/minecraft/models/w6903.json create mode 100644 assets/minecraft/models/w6904.json create mode 100644 assets/minecraft/models/w6905.json create mode 100644 assets/minecraft/models/w6906.json create mode 100644 assets/minecraft/models/w6907.json create mode 100644 assets/minecraft/models/w6908.json create mode 100644 assets/minecraft/models/w6909.json create mode 100644 assets/minecraft/models/w691.json create mode 100644 assets/minecraft/models/w6910.json create mode 100644 assets/minecraft/models/w6911.json create mode 100644 assets/minecraft/models/w6912.json create mode 100644 assets/minecraft/models/w6913.json create mode 100644 assets/minecraft/models/w6914.json create mode 100644 assets/minecraft/models/w6915.json create mode 100644 assets/minecraft/models/w6916.json create mode 100644 assets/minecraft/models/w6917.json create mode 100644 assets/minecraft/models/w6918.json create mode 100644 assets/minecraft/models/w6919.json create mode 100644 assets/minecraft/models/w692.json create mode 100644 assets/minecraft/models/w6920.json create mode 100644 assets/minecraft/models/w6921.json create mode 100644 assets/minecraft/models/w6922.json create mode 100644 assets/minecraft/models/w6923.json create mode 100644 assets/minecraft/models/w6924.json create mode 100644 assets/minecraft/models/w6925.json create mode 100644 assets/minecraft/models/w6926.json create mode 100644 assets/minecraft/models/w6927.json create mode 100644 assets/minecraft/models/w6928.json create mode 100644 assets/minecraft/models/w6929.json create mode 100644 assets/minecraft/models/w693.json create mode 100644 assets/minecraft/models/w6930.json create mode 100644 assets/minecraft/models/w6931.json create mode 100644 assets/minecraft/models/w6932.json create mode 100644 assets/minecraft/models/w6933.json create mode 100644 assets/minecraft/models/w6934.json create mode 100644 assets/minecraft/models/w6935.json create mode 100644 assets/minecraft/models/w6936.json create mode 100644 assets/minecraft/models/w6937.json create mode 100644 assets/minecraft/models/w6938.json create mode 100644 assets/minecraft/models/w6939.json create mode 100644 assets/minecraft/models/w694.json create mode 100644 assets/minecraft/models/w6940.json create mode 100644 assets/minecraft/models/w6941.json create mode 100644 assets/minecraft/models/w6942.json create mode 100644 assets/minecraft/models/w6943.json create mode 100644 assets/minecraft/models/w6944.json create mode 100644 assets/minecraft/models/w6945.json create mode 100644 assets/minecraft/models/w6946.json create mode 100644 assets/minecraft/models/w6947.json create mode 100644 assets/minecraft/models/w6948.json create mode 100644 assets/minecraft/models/w6949.json create mode 100644 assets/minecraft/models/w695.json create mode 100644 assets/minecraft/models/w6950.json create mode 100644 assets/minecraft/models/w6951.json create mode 100644 assets/minecraft/models/w6952.json create mode 100644 assets/minecraft/models/w6953.json create mode 100644 assets/minecraft/models/w6954.json create mode 100644 assets/minecraft/models/w6955.json create mode 100644 assets/minecraft/models/w6956.json create mode 100644 assets/minecraft/models/w6957.json create mode 100644 assets/minecraft/models/w6958.json create mode 100644 assets/minecraft/models/w6959.json create mode 100644 assets/minecraft/models/w696.json create mode 100644 assets/minecraft/models/w6960.json create mode 100644 assets/minecraft/models/w6961.json create mode 100644 assets/minecraft/models/w6962.json create mode 100644 assets/minecraft/models/w6963.json create mode 100644 assets/minecraft/models/w6964.json create mode 100644 assets/minecraft/models/w6965.json create mode 100644 assets/minecraft/models/w6966.json create mode 100644 assets/minecraft/models/w6967.json create mode 100644 assets/minecraft/models/w6968.json create mode 100644 assets/minecraft/models/w6969.json create mode 100644 assets/minecraft/models/w697.json create mode 100644 assets/minecraft/models/w6970.json create mode 100644 assets/minecraft/models/w6971.json create mode 100644 assets/minecraft/models/w6972.json create mode 100644 assets/minecraft/models/w6973.json create mode 100644 assets/minecraft/models/w6974.json create mode 100644 assets/minecraft/models/w6975.json create mode 100644 assets/minecraft/models/w6976.json create mode 100644 assets/minecraft/models/w6977.json create mode 100644 assets/minecraft/models/w6978.json create mode 100644 assets/minecraft/models/w6979.json create mode 100644 assets/minecraft/models/w698.json create mode 100644 assets/minecraft/models/w6980.json create mode 100644 assets/minecraft/models/w6981.json create mode 100644 assets/minecraft/models/w6982.json create mode 100644 assets/minecraft/models/w6983.json create mode 100644 assets/minecraft/models/w6984.json create mode 100644 assets/minecraft/models/w6985.json create mode 100644 assets/minecraft/models/w6986.json create mode 100644 assets/minecraft/models/w6987.json create mode 100644 assets/minecraft/models/w6988.json create mode 100644 assets/minecraft/models/w6989.json create mode 100644 assets/minecraft/models/w699.json create mode 100644 assets/minecraft/models/w6990.json create mode 100644 assets/minecraft/models/w6991.json create mode 100644 assets/minecraft/models/w6992.json create mode 100644 assets/minecraft/models/w6993.json create mode 100644 assets/minecraft/models/w6994.json create mode 100644 assets/minecraft/models/w6995.json create mode 100644 assets/minecraft/models/w6996.json create mode 100644 assets/minecraft/models/w6997.json create mode 100644 assets/minecraft/models/w6998.json create mode 100644 assets/minecraft/models/w6999.json create mode 100644 assets/minecraft/models/w7.json create mode 100644 assets/minecraft/models/w70.json create mode 100644 assets/minecraft/models/w700.json create mode 100644 assets/minecraft/models/w7000.json create mode 100644 assets/minecraft/models/w7001.json create mode 100644 assets/minecraft/models/w7002.json create mode 100644 assets/minecraft/models/w7003.json create mode 100644 assets/minecraft/models/w7004.json create mode 100644 assets/minecraft/models/w7005.json create mode 100644 assets/minecraft/models/w7006.json create mode 100644 assets/minecraft/models/w7007.json create mode 100644 assets/minecraft/models/w7008.json create mode 100644 assets/minecraft/models/w7009.json create mode 100644 assets/minecraft/models/w701.json create mode 100644 assets/minecraft/models/w7010.json create mode 100644 assets/minecraft/models/w7011.json create mode 100644 assets/minecraft/models/w7012.json create mode 100644 assets/minecraft/models/w7013.json create mode 100644 assets/minecraft/models/w7014.json create mode 100644 assets/minecraft/models/w7015.json create mode 100644 assets/minecraft/models/w7016.json create mode 100644 assets/minecraft/models/w7017.json create mode 100644 assets/minecraft/models/w7018.json create mode 100644 assets/minecraft/models/w7019.json create mode 100644 assets/minecraft/models/w702.json create mode 100644 assets/minecraft/models/w7020.json create mode 100644 assets/minecraft/models/w7021.json create mode 100644 assets/minecraft/models/w7022.json create mode 100644 assets/minecraft/models/w7023.json create mode 100644 assets/minecraft/models/w7024.json create mode 100644 assets/minecraft/models/w7025.json create mode 100644 assets/minecraft/models/w7026.json create mode 100644 assets/minecraft/models/w7027.json create mode 100644 assets/minecraft/models/w7028.json create mode 100644 assets/minecraft/models/w7029.json create mode 100644 assets/minecraft/models/w703.json create mode 100644 assets/minecraft/models/w7030.json create mode 100644 assets/minecraft/models/w7031.json create mode 100644 assets/minecraft/models/w7032.json create mode 100644 assets/minecraft/models/w7033.json create mode 100644 assets/minecraft/models/w7034.json create mode 100644 assets/minecraft/models/w7035.json create mode 100644 assets/minecraft/models/w7036.json create mode 100644 assets/minecraft/models/w7037.json create mode 100644 assets/minecraft/models/w7038.json create mode 100644 assets/minecraft/models/w7039.json create mode 100644 assets/minecraft/models/w704.json create mode 100644 assets/minecraft/models/w7040.json create mode 100644 assets/minecraft/models/w7041.json create mode 100644 assets/minecraft/models/w7042.json create mode 100644 assets/minecraft/models/w7043.json create mode 100644 assets/minecraft/models/w7044.json create mode 100644 assets/minecraft/models/w7045.json create mode 100644 assets/minecraft/models/w7046.json create mode 100644 assets/minecraft/models/w7047.json create mode 100644 assets/minecraft/models/w7048.json create mode 100644 assets/minecraft/models/w7049.json create mode 100644 assets/minecraft/models/w705.json create mode 100644 assets/minecraft/models/w7050.json create mode 100644 assets/minecraft/models/w7051.json create mode 100644 assets/minecraft/models/w7052.json create mode 100644 assets/minecraft/models/w7053.json create mode 100644 assets/minecraft/models/w7054.json create mode 100644 assets/minecraft/models/w7055.json create mode 100644 assets/minecraft/models/w7056.json create mode 100644 assets/minecraft/models/w7057.json create mode 100644 assets/minecraft/models/w7058.json create mode 100644 assets/minecraft/models/w7059.json create mode 100644 assets/minecraft/models/w706.json create mode 100644 assets/minecraft/models/w7060.json create mode 100644 assets/minecraft/models/w7061.json create mode 100644 assets/minecraft/models/w7062.json create mode 100644 assets/minecraft/models/w7063.json create mode 100644 assets/minecraft/models/w7064.json create mode 100644 assets/minecraft/models/w7065.json create mode 100644 assets/minecraft/models/w7066.json create mode 100644 assets/minecraft/models/w7067.json create mode 100644 assets/minecraft/models/w7068.json create mode 100644 assets/minecraft/models/w7069.json create mode 100644 assets/minecraft/models/w707.json create mode 100644 assets/minecraft/models/w7070.json create mode 100644 assets/minecraft/models/w7071.json create mode 100644 assets/minecraft/models/w7072.json create mode 100644 assets/minecraft/models/w7073.json create mode 100644 assets/minecraft/models/w7074.json create mode 100644 assets/minecraft/models/w7075.json create mode 100644 assets/minecraft/models/w7076.json create mode 100644 assets/minecraft/models/w7077.json create mode 100644 assets/minecraft/models/w7078.json create mode 100644 assets/minecraft/models/w7079.json create mode 100644 assets/minecraft/models/w708.json create mode 100644 assets/minecraft/models/w7080.json create mode 100644 assets/minecraft/models/w7081.json create mode 100644 assets/minecraft/models/w7082.json create mode 100644 assets/minecraft/models/w7083.json create mode 100644 assets/minecraft/models/w7084.json create mode 100644 assets/minecraft/models/w7085.json create mode 100644 assets/minecraft/models/w7086.json create mode 100644 assets/minecraft/models/w7087.json create mode 100644 assets/minecraft/models/w7088.json create mode 100644 assets/minecraft/models/w7089.json create mode 100644 assets/minecraft/models/w709.json create mode 100644 assets/minecraft/models/w7090.json create mode 100644 assets/minecraft/models/w7091.json create mode 100644 assets/minecraft/models/w7092.json create mode 100644 assets/minecraft/models/w7093.json create mode 100644 assets/minecraft/models/w7094.json create mode 100644 assets/minecraft/models/w7095.json create mode 100644 assets/minecraft/models/w7096.json create mode 100644 assets/minecraft/models/w7097.json create mode 100644 assets/minecraft/models/w7098.json create mode 100644 assets/minecraft/models/w7099.json create mode 100644 assets/minecraft/models/w71.json create mode 100644 assets/minecraft/models/w710.json create mode 100644 assets/minecraft/models/w7100.json create mode 100644 assets/minecraft/models/w7101.json create mode 100644 assets/minecraft/models/w7102.json create mode 100644 assets/minecraft/models/w7103.json create mode 100644 assets/minecraft/models/w7104.json create mode 100644 assets/minecraft/models/w7105.json create mode 100644 assets/minecraft/models/w7106.json create mode 100644 assets/minecraft/models/w7107.json create mode 100644 assets/minecraft/models/w7108.json create mode 100644 assets/minecraft/models/w7109.json create mode 100644 assets/minecraft/models/w711.json create mode 100644 assets/minecraft/models/w7110.json create mode 100644 assets/minecraft/models/w7111.json create mode 100644 assets/minecraft/models/w7112.json create mode 100644 assets/minecraft/models/w7113.json create mode 100644 assets/minecraft/models/w7114.json create mode 100644 assets/minecraft/models/w7115.json create mode 100644 assets/minecraft/models/w7116.json create mode 100644 assets/minecraft/models/w7117.json create mode 100644 assets/minecraft/models/w7118.json create mode 100644 assets/minecraft/models/w7119.json create mode 100644 assets/minecraft/models/w712.json create mode 100644 assets/minecraft/models/w7120.json create mode 100644 assets/minecraft/models/w7121.json create mode 100644 assets/minecraft/models/w7122.json create mode 100644 assets/minecraft/models/w7123.json create mode 100644 assets/minecraft/models/w7124.json create mode 100644 assets/minecraft/models/w7125.json create mode 100644 assets/minecraft/models/w7126.json create mode 100644 assets/minecraft/models/w7127.json create mode 100644 assets/minecraft/models/w7128.json create mode 100644 assets/minecraft/models/w7129.json create mode 100644 assets/minecraft/models/w713.json create mode 100644 assets/minecraft/models/w7130.json create mode 100644 assets/minecraft/models/w7131.json create mode 100644 assets/minecraft/models/w7132.json create mode 100644 assets/minecraft/models/w7133.json create mode 100644 assets/minecraft/models/w7134.json create mode 100644 assets/minecraft/models/w7135.json create mode 100644 assets/minecraft/models/w7136.json create mode 100644 assets/minecraft/models/w7137.json create mode 100644 assets/minecraft/models/w7138.json create mode 100644 assets/minecraft/models/w7139.json create mode 100644 assets/minecraft/models/w714.json create mode 100644 assets/minecraft/models/w7140.json create mode 100644 assets/minecraft/models/w7141.json create mode 100644 assets/minecraft/models/w7142.json create mode 100644 assets/minecraft/models/w7143.json create mode 100644 assets/minecraft/models/w7144.json create mode 100644 assets/minecraft/models/w7145.json create mode 100644 assets/minecraft/models/w7146.json create mode 100644 assets/minecraft/models/w7147.json create mode 100644 assets/minecraft/models/w7148.json create mode 100644 assets/minecraft/models/w7149.json create mode 100644 assets/minecraft/models/w715.json create mode 100644 assets/minecraft/models/w7150.json create mode 100644 assets/minecraft/models/w7151.json create mode 100644 assets/minecraft/models/w7152.json create mode 100644 assets/minecraft/models/w7153.json create mode 100644 assets/minecraft/models/w7154.json create mode 100644 assets/minecraft/models/w7155.json create mode 100644 assets/minecraft/models/w7156.json create mode 100644 assets/minecraft/models/w7157.json create mode 100644 assets/minecraft/models/w7158.json create mode 100644 assets/minecraft/models/w7159.json create mode 100644 assets/minecraft/models/w716.json create mode 100644 assets/minecraft/models/w7160.json create mode 100644 assets/minecraft/models/w7161.json create mode 100644 assets/minecraft/models/w7162.json create mode 100644 assets/minecraft/models/w7163.json create mode 100644 assets/minecraft/models/w7164.json create mode 100644 assets/minecraft/models/w7165.json create mode 100644 assets/minecraft/models/w7166.json create mode 100644 assets/minecraft/models/w7167.json create mode 100644 assets/minecraft/models/w7168.json create mode 100644 assets/minecraft/models/w7169.json create mode 100644 assets/minecraft/models/w717.json create mode 100644 assets/minecraft/models/w7170.json create mode 100644 assets/minecraft/models/w7171.json create mode 100644 assets/minecraft/models/w7172.json create mode 100644 assets/minecraft/models/w7173.json create mode 100644 assets/minecraft/models/w7174.json create mode 100644 assets/minecraft/models/w7175.json create mode 100644 assets/minecraft/models/w7176.json create mode 100644 assets/minecraft/models/w7177.json create mode 100644 assets/minecraft/models/w7178.json create mode 100644 assets/minecraft/models/w7179.json create mode 100644 assets/minecraft/models/w718.json create mode 100644 assets/minecraft/models/w7180.json create mode 100644 assets/minecraft/models/w7181.json create mode 100644 assets/minecraft/models/w7182.json create mode 100644 assets/minecraft/models/w7183.json create mode 100644 assets/minecraft/models/w7184.json create mode 100644 assets/minecraft/models/w7185.json create mode 100644 assets/minecraft/models/w7186.json create mode 100644 assets/minecraft/models/w7187.json create mode 100644 assets/minecraft/models/w7188.json create mode 100644 assets/minecraft/models/w7189.json create mode 100644 assets/minecraft/models/w719.json create mode 100644 assets/minecraft/models/w7190.json create mode 100644 assets/minecraft/models/w7191.json create mode 100644 assets/minecraft/models/w7192.json create mode 100644 assets/minecraft/models/w7193.json create mode 100644 assets/minecraft/models/w7194.json create mode 100644 assets/minecraft/models/w7195.json create mode 100644 assets/minecraft/models/w7196.json create mode 100644 assets/minecraft/models/w7197.json create mode 100644 assets/minecraft/models/w7198.json create mode 100644 assets/minecraft/models/w7199.json create mode 100644 assets/minecraft/models/w72.json create mode 100644 assets/minecraft/models/w720.json create mode 100644 assets/minecraft/models/w7200.json create mode 100644 assets/minecraft/models/w7201.json create mode 100644 assets/minecraft/models/w7202.json create mode 100644 assets/minecraft/models/w7203.json create mode 100644 assets/minecraft/models/w7204.json create mode 100644 assets/minecraft/models/w7205.json create mode 100644 assets/minecraft/models/w7206.json create mode 100644 assets/minecraft/models/w7207.json create mode 100644 assets/minecraft/models/w7208.json create mode 100644 assets/minecraft/models/w7209.json create mode 100644 assets/minecraft/models/w721.json create mode 100644 assets/minecraft/models/w7210.json create mode 100644 assets/minecraft/models/w7211.json create mode 100644 assets/minecraft/models/w7212.json create mode 100644 assets/minecraft/models/w7213.json create mode 100644 assets/minecraft/models/w7214.json create mode 100644 assets/minecraft/models/w7215.json create mode 100644 assets/minecraft/models/w7216.json create mode 100644 assets/minecraft/models/w7217.json create mode 100644 assets/minecraft/models/w7218.json create mode 100644 assets/minecraft/models/w7219.json create mode 100644 assets/minecraft/models/w722.json create mode 100644 assets/minecraft/models/w7220.json create mode 100644 assets/minecraft/models/w7221.json create mode 100644 assets/minecraft/models/w7222.json create mode 100644 assets/minecraft/models/w7223.json create mode 100644 assets/minecraft/models/w7224.json create mode 100644 assets/minecraft/models/w7225.json create mode 100644 assets/minecraft/models/w7226.json create mode 100644 assets/minecraft/models/w7227.json create mode 100644 assets/minecraft/models/w7228.json create mode 100644 assets/minecraft/models/w7229.json create mode 100644 assets/minecraft/models/w723.json create mode 100644 assets/minecraft/models/w7230.json create mode 100644 assets/minecraft/models/w7231.json create mode 100644 assets/minecraft/models/w7232.json create mode 100644 assets/minecraft/models/w7233.json create mode 100644 assets/minecraft/models/w7234.json create mode 100644 assets/minecraft/models/w7235.json create mode 100644 assets/minecraft/models/w7236.json create mode 100644 assets/minecraft/models/w7237.json create mode 100644 assets/minecraft/models/w7238.json create mode 100644 assets/minecraft/models/w7239.json create mode 100644 assets/minecraft/models/w724.json create mode 100644 assets/minecraft/models/w7240.json create mode 100644 assets/minecraft/models/w7241.json create mode 100644 assets/minecraft/models/w7242.json create mode 100644 assets/minecraft/models/w7243.json create mode 100644 assets/minecraft/models/w7244.json create mode 100644 assets/minecraft/models/w7245.json create mode 100644 assets/minecraft/models/w7246.json create mode 100644 assets/minecraft/models/w7247.json create mode 100644 assets/minecraft/models/w7248.json create mode 100644 assets/minecraft/models/w7249.json create mode 100644 assets/minecraft/models/w725.json create mode 100644 assets/minecraft/models/w7250.json create mode 100644 assets/minecraft/models/w7251.json create mode 100644 assets/minecraft/models/w7252.json create mode 100644 assets/minecraft/models/w7253.json create mode 100644 assets/minecraft/models/w7254.json create mode 100644 assets/minecraft/models/w7255.json create mode 100644 assets/minecraft/models/w7256.json create mode 100644 assets/minecraft/models/w7257.json create mode 100644 assets/minecraft/models/w7258.json create mode 100644 assets/minecraft/models/w7259.json create mode 100644 assets/minecraft/models/w726.json create mode 100644 assets/minecraft/models/w7260.json create mode 100644 assets/minecraft/models/w7261.json create mode 100644 assets/minecraft/models/w7262.json create mode 100644 assets/minecraft/models/w7263.json create mode 100644 assets/minecraft/models/w7264.json create mode 100644 assets/minecraft/models/w7265.json create mode 100644 assets/minecraft/models/w7266.json create mode 100644 assets/minecraft/models/w7267.json create mode 100644 assets/minecraft/models/w7268.json create mode 100644 assets/minecraft/models/w7269.json create mode 100644 assets/minecraft/models/w727.json create mode 100644 assets/minecraft/models/w7270.json create mode 100644 assets/minecraft/models/w7271.json create mode 100644 assets/minecraft/models/w7272.json create mode 100644 assets/minecraft/models/w7273.json create mode 100644 assets/minecraft/models/w7274.json create mode 100644 assets/minecraft/models/w7275.json create mode 100644 assets/minecraft/models/w7276.json create mode 100644 assets/minecraft/models/w7277.json create mode 100644 assets/minecraft/models/w7278.json create mode 100644 assets/minecraft/models/w7279.json create mode 100644 assets/minecraft/models/w728.json create mode 100644 assets/minecraft/models/w7280.json create mode 100644 assets/minecraft/models/w7281.json create mode 100644 assets/minecraft/models/w7282.json create mode 100644 assets/minecraft/models/w7283.json create mode 100644 assets/minecraft/models/w7284.json create mode 100644 assets/minecraft/models/w7285.json create mode 100644 assets/minecraft/models/w7286.json create mode 100644 assets/minecraft/models/w7287.json create mode 100644 assets/minecraft/models/w7288.json create mode 100644 assets/minecraft/models/w7289.json create mode 100644 assets/minecraft/models/w729.json create mode 100644 assets/minecraft/models/w7290.json create mode 100644 assets/minecraft/models/w7291.json create mode 100644 assets/minecraft/models/w7292.json create mode 100644 assets/minecraft/models/w7293.json create mode 100644 assets/minecraft/models/w7294.json create mode 100644 assets/minecraft/models/w7295.json create mode 100644 assets/minecraft/models/w7296.json create mode 100644 assets/minecraft/models/w7297.json create mode 100644 assets/minecraft/models/w7298.json create mode 100644 assets/minecraft/models/w7299.json create mode 100644 assets/minecraft/models/w73.json create mode 100644 assets/minecraft/models/w730.json create mode 100644 assets/minecraft/models/w7300.json create mode 100644 assets/minecraft/models/w7301.json create mode 100644 assets/minecraft/models/w7302.json create mode 100644 assets/minecraft/models/w7303.json create mode 100644 assets/minecraft/models/w7304.json create mode 100644 assets/minecraft/models/w7305.json create mode 100644 assets/minecraft/models/w7306.json create mode 100644 assets/minecraft/models/w7307.json create mode 100644 assets/minecraft/models/w7308.json create mode 100644 assets/minecraft/models/w7309.json create mode 100644 assets/minecraft/models/w731.json create mode 100644 assets/minecraft/models/w7310.json create mode 100644 assets/minecraft/models/w7311.json create mode 100644 assets/minecraft/models/w7312.json create mode 100644 assets/minecraft/models/w7313.json create mode 100644 assets/minecraft/models/w7314.json create mode 100644 assets/minecraft/models/w7315.json create mode 100644 assets/minecraft/models/w7316.json create mode 100644 assets/minecraft/models/w7317.json create mode 100644 assets/minecraft/models/w7318.json create mode 100644 assets/minecraft/models/w7319.json create mode 100644 assets/minecraft/models/w732.json create mode 100644 assets/minecraft/models/w7320.json create mode 100644 assets/minecraft/models/w7321.json create mode 100644 assets/minecraft/models/w7322.json create mode 100644 assets/minecraft/models/w7323.json create mode 100644 assets/minecraft/models/w7324.json create mode 100644 assets/minecraft/models/w7325.json create mode 100644 assets/minecraft/models/w7326.json create mode 100644 assets/minecraft/models/w7327.json create mode 100644 assets/minecraft/models/w7328.json create mode 100644 assets/minecraft/models/w7329.json create mode 100644 assets/minecraft/models/w733.json create mode 100644 assets/minecraft/models/w7330.json create mode 100644 assets/minecraft/models/w7331.json create mode 100644 assets/minecraft/models/w7332.json create mode 100644 assets/minecraft/models/w7333.json create mode 100644 assets/minecraft/models/w7334.json create mode 100644 assets/minecraft/models/w7335.json create mode 100644 assets/minecraft/models/w7336.json create mode 100644 assets/minecraft/models/w7337.json create mode 100644 assets/minecraft/models/w7338.json create mode 100644 assets/minecraft/models/w7339.json create mode 100644 assets/minecraft/models/w734.json create mode 100644 assets/minecraft/models/w7340.json create mode 100644 assets/minecraft/models/w7341.json create mode 100644 assets/minecraft/models/w7342.json create mode 100644 assets/minecraft/models/w7343.json create mode 100644 assets/minecraft/models/w7344.json create mode 100644 assets/minecraft/models/w7345.json create mode 100644 assets/minecraft/models/w7346.json create mode 100644 assets/minecraft/models/w7347.json create mode 100644 assets/minecraft/models/w7348.json create mode 100644 assets/minecraft/models/w7349.json create mode 100644 assets/minecraft/models/w735.json create mode 100644 assets/minecraft/models/w7350.json create mode 100644 assets/minecraft/models/w7351.json create mode 100644 assets/minecraft/models/w7352.json create mode 100644 assets/minecraft/models/w7353.json create mode 100644 assets/minecraft/models/w7354.json create mode 100644 assets/minecraft/models/w7355.json create mode 100644 assets/minecraft/models/w7356.json create mode 100644 assets/minecraft/models/w7357.json create mode 100644 assets/minecraft/models/w7358.json create mode 100644 assets/minecraft/models/w7359.json create mode 100644 assets/minecraft/models/w736.json create mode 100644 assets/minecraft/models/w7360.json create mode 100644 assets/minecraft/models/w7361.json create mode 100644 assets/minecraft/models/w7362.json create mode 100644 assets/minecraft/models/w7363.json create mode 100644 assets/minecraft/models/w7364.json create mode 100644 assets/minecraft/models/w7365.json create mode 100644 assets/minecraft/models/w7366.json create mode 100644 assets/minecraft/models/w7367.json create mode 100644 assets/minecraft/models/w7368.json create mode 100644 assets/minecraft/models/w7369.json create mode 100644 assets/minecraft/models/w737.json create mode 100644 assets/minecraft/models/w7370.json create mode 100644 assets/minecraft/models/w7371.json create mode 100644 assets/minecraft/models/w7372.json create mode 100644 assets/minecraft/models/w7373.json create mode 100644 assets/minecraft/models/w7374.json create mode 100644 assets/minecraft/models/w7375.json create mode 100644 assets/minecraft/models/w7376.json create mode 100644 assets/minecraft/models/w7377.json create mode 100644 assets/minecraft/models/w7378.json create mode 100644 assets/minecraft/models/w7379.json create mode 100644 assets/minecraft/models/w738.json create mode 100644 assets/minecraft/models/w7380.json create mode 100644 assets/minecraft/models/w7381.json create mode 100644 assets/minecraft/models/w7382.json create mode 100644 assets/minecraft/models/w7383.json create mode 100644 assets/minecraft/models/w7384.json create mode 100644 assets/minecraft/models/w7385.json create mode 100644 assets/minecraft/models/w7386.json create mode 100644 assets/minecraft/models/w7387.json create mode 100644 assets/minecraft/models/w7388.json create mode 100644 assets/minecraft/models/w7389.json create mode 100644 assets/minecraft/models/w739.json create mode 100644 assets/minecraft/models/w7390.json create mode 100644 assets/minecraft/models/w7391.json create mode 100644 assets/minecraft/models/w7392.json create mode 100644 assets/minecraft/models/w7393.json create mode 100644 assets/minecraft/models/w7394.json create mode 100644 assets/minecraft/models/w7395.json create mode 100644 assets/minecraft/models/w7396.json create mode 100644 assets/minecraft/models/w7397.json create mode 100644 assets/minecraft/models/w7398.json create mode 100644 assets/minecraft/models/w7399.json create mode 100644 assets/minecraft/models/w74.json create mode 100644 assets/minecraft/models/w740.json create mode 100644 assets/minecraft/models/w7400.json create mode 100644 assets/minecraft/models/w7401.json create mode 100644 assets/minecraft/models/w7402.json create mode 100644 assets/minecraft/models/w7403.json create mode 100644 assets/minecraft/models/w7404.json create mode 100644 assets/minecraft/models/w7405.json create mode 100644 assets/minecraft/models/w7406.json create mode 100644 assets/minecraft/models/w7407.json create mode 100644 assets/minecraft/models/w7408.json create mode 100644 assets/minecraft/models/w7409.json create mode 100644 assets/minecraft/models/w741.json create mode 100644 assets/minecraft/models/w7410.json create mode 100644 assets/minecraft/models/w7411.json create mode 100644 assets/minecraft/models/w7412.json create mode 100644 assets/minecraft/models/w7413.json create mode 100644 assets/minecraft/models/w7414.json create mode 100644 assets/minecraft/models/w7415.json create mode 100644 assets/minecraft/models/w7416.json create mode 100644 assets/minecraft/models/w7417.json create mode 100644 assets/minecraft/models/w7418.json create mode 100644 assets/minecraft/models/w7419.json create mode 100644 assets/minecraft/models/w742.json create mode 100644 assets/minecraft/models/w7420.json create mode 100644 assets/minecraft/models/w7421.json create mode 100644 assets/minecraft/models/w7422.json create mode 100644 assets/minecraft/models/w7423.json create mode 100644 assets/minecraft/models/w7424.json create mode 100644 assets/minecraft/models/w7425.json create mode 100644 assets/minecraft/models/w7426.json create mode 100644 assets/minecraft/models/w7427.json create mode 100644 assets/minecraft/models/w7428.json create mode 100644 assets/minecraft/models/w7429.json create mode 100644 assets/minecraft/models/w743.json create mode 100644 assets/minecraft/models/w7430.json create mode 100644 assets/minecraft/models/w7431.json create mode 100644 assets/minecraft/models/w7432.json create mode 100644 assets/minecraft/models/w7433.json create mode 100644 assets/minecraft/models/w7434.json create mode 100644 assets/minecraft/models/w7435.json create mode 100644 assets/minecraft/models/w7436.json create mode 100644 assets/minecraft/models/w7437.json create mode 100644 assets/minecraft/models/w7438.json create mode 100644 assets/minecraft/models/w7439.json create mode 100644 assets/minecraft/models/w744.json create mode 100644 assets/minecraft/models/w7440.json create mode 100644 assets/minecraft/models/w7441.json create mode 100644 assets/minecraft/models/w7442.json create mode 100644 assets/minecraft/models/w7443.json create mode 100644 assets/minecraft/models/w7444.json create mode 100644 assets/minecraft/models/w7445.json create mode 100644 assets/minecraft/models/w7446.json create mode 100644 assets/minecraft/models/w7447.json create mode 100644 assets/minecraft/models/w7448.json create mode 100644 assets/minecraft/models/w7449.json create mode 100644 assets/minecraft/models/w745.json create mode 100644 assets/minecraft/models/w7450.json create mode 100644 assets/minecraft/models/w7451.json create mode 100644 assets/minecraft/models/w7452.json create mode 100644 assets/minecraft/models/w7453.json create mode 100644 assets/minecraft/models/w7454.json create mode 100644 assets/minecraft/models/w7455.json create mode 100644 assets/minecraft/models/w7456.json create mode 100644 assets/minecraft/models/w7457.json create mode 100644 assets/minecraft/models/w7458.json create mode 100644 assets/minecraft/models/w7459.json create mode 100644 assets/minecraft/models/w746.json create mode 100644 assets/minecraft/models/w7460.json create mode 100644 assets/minecraft/models/w7461.json create mode 100644 assets/minecraft/models/w7462.json create mode 100644 assets/minecraft/models/w7463.json create mode 100644 assets/minecraft/models/w7464.json create mode 100644 assets/minecraft/models/w7465.json create mode 100644 assets/minecraft/models/w7466.json create mode 100644 assets/minecraft/models/w7467.json create mode 100644 assets/minecraft/models/w7468.json create mode 100644 assets/minecraft/models/w7469.json create mode 100644 assets/minecraft/models/w747.json create mode 100644 assets/minecraft/models/w7470.json create mode 100644 assets/minecraft/models/w7471.json create mode 100644 assets/minecraft/models/w7472.json create mode 100644 assets/minecraft/models/w7473.json create mode 100644 assets/minecraft/models/w7474.json create mode 100644 assets/minecraft/models/w7475.json create mode 100644 assets/minecraft/models/w7476.json create mode 100644 assets/minecraft/models/w7477.json create mode 100644 assets/minecraft/models/w7478.json create mode 100644 assets/minecraft/models/w7479.json create mode 100644 assets/minecraft/models/w748.json create mode 100644 assets/minecraft/models/w7480.json create mode 100644 assets/minecraft/models/w7481.json create mode 100644 assets/minecraft/models/w7482.json create mode 100644 assets/minecraft/models/w7483.json create mode 100644 assets/minecraft/models/w7484.json create mode 100644 assets/minecraft/models/w7485.json create mode 100644 assets/minecraft/models/w7486.json create mode 100644 assets/minecraft/models/w7487.json create mode 100644 assets/minecraft/models/w7488.json create mode 100644 assets/minecraft/models/w7489.json create mode 100644 assets/minecraft/models/w749.json create mode 100644 assets/minecraft/models/w7490.json create mode 100644 assets/minecraft/models/w7491.json create mode 100644 assets/minecraft/models/w7492.json create mode 100644 assets/minecraft/models/w7493.json create mode 100644 assets/minecraft/models/w7494.json create mode 100644 assets/minecraft/models/w7495.json create mode 100644 assets/minecraft/models/w7496.json create mode 100644 assets/minecraft/models/w7497.json create mode 100644 assets/minecraft/models/w7498.json create mode 100644 assets/minecraft/models/w7499.json create mode 100644 assets/minecraft/models/w75.json create mode 100644 assets/minecraft/models/w750.json create mode 100644 assets/minecraft/models/w7500.json create mode 100644 assets/minecraft/models/w7501.json create mode 100644 assets/minecraft/models/w7502.json create mode 100644 assets/minecraft/models/w7503.json create mode 100644 assets/minecraft/models/w7504.json create mode 100644 assets/minecraft/models/w7505.json create mode 100644 assets/minecraft/models/w7506.json create mode 100644 assets/minecraft/models/w7507.json create mode 100644 assets/minecraft/models/w7508.json create mode 100644 assets/minecraft/models/w7509.json create mode 100644 assets/minecraft/models/w751.json create mode 100644 assets/minecraft/models/w7510.json create mode 100644 assets/minecraft/models/w7511.json create mode 100644 assets/minecraft/models/w7512.json create mode 100644 assets/minecraft/models/w7513.json create mode 100644 assets/minecraft/models/w7514.json create mode 100644 assets/minecraft/models/w7515.json create mode 100644 assets/minecraft/models/w7516.json create mode 100644 assets/minecraft/models/w7517.json create mode 100644 assets/minecraft/models/w7518.json create mode 100644 assets/minecraft/models/w7519.json create mode 100644 assets/minecraft/models/w752.json create mode 100644 assets/minecraft/models/w7520.json create mode 100644 assets/minecraft/models/w7521.json create mode 100644 assets/minecraft/models/w7522.json create mode 100644 assets/minecraft/models/w7523.json create mode 100644 assets/minecraft/models/w7524.json create mode 100644 assets/minecraft/models/w7525.json create mode 100644 assets/minecraft/models/w7526.json create mode 100644 assets/minecraft/models/w7527.json create mode 100644 assets/minecraft/models/w7528.json create mode 100644 assets/minecraft/models/w7529.json create mode 100644 assets/minecraft/models/w753.json create mode 100644 assets/minecraft/models/w7530.json create mode 100644 assets/minecraft/models/w7531.json create mode 100644 assets/minecraft/models/w7532.json create mode 100644 assets/minecraft/models/w7533.json create mode 100644 assets/minecraft/models/w7534.json create mode 100644 assets/minecraft/models/w7535.json create mode 100644 assets/minecraft/models/w7536.json create mode 100644 assets/minecraft/models/w7537.json create mode 100644 assets/minecraft/models/w7538.json create mode 100644 assets/minecraft/models/w7539.json create mode 100644 assets/minecraft/models/w754.json create mode 100644 assets/minecraft/models/w7540.json create mode 100644 assets/minecraft/models/w7541.json create mode 100644 assets/minecraft/models/w7542.json create mode 100644 assets/minecraft/models/w7543.json create mode 100644 assets/minecraft/models/w7544.json create mode 100644 assets/minecraft/models/w7545.json create mode 100644 assets/minecraft/models/w7546.json create mode 100644 assets/minecraft/models/w7547.json create mode 100644 assets/minecraft/models/w7548.json create mode 100644 assets/minecraft/models/w7549.json create mode 100644 assets/minecraft/models/w755.json create mode 100644 assets/minecraft/models/w7550.json create mode 100644 assets/minecraft/models/w7551.json create mode 100644 assets/minecraft/models/w7552.json create mode 100644 assets/minecraft/models/w7553.json create mode 100644 assets/minecraft/models/w7554.json create mode 100644 assets/minecraft/models/w7555.json create mode 100644 assets/minecraft/models/w7556.json create mode 100644 assets/minecraft/models/w7557.json create mode 100644 assets/minecraft/models/w7558.json create mode 100644 assets/minecraft/models/w7559.json create mode 100644 assets/minecraft/models/w756.json create mode 100644 assets/minecraft/models/w7560.json create mode 100644 assets/minecraft/models/w7561.json create mode 100644 assets/minecraft/models/w7562.json create mode 100644 assets/minecraft/models/w7563.json create mode 100644 assets/minecraft/models/w7564.json create mode 100644 assets/minecraft/models/w7565.json create mode 100644 assets/minecraft/models/w7566.json create mode 100644 assets/minecraft/models/w7567.json create mode 100644 assets/minecraft/models/w7568.json create mode 100644 assets/minecraft/models/w7569.json create mode 100644 assets/minecraft/models/w757.json create mode 100644 assets/minecraft/models/w7570.json create mode 100644 assets/minecraft/models/w7571.json create mode 100644 assets/minecraft/models/w7572.json create mode 100644 assets/minecraft/models/w7573.json create mode 100644 assets/minecraft/models/w7574.json create mode 100644 assets/minecraft/models/w7575.json create mode 100644 assets/minecraft/models/w7576.json create mode 100644 assets/minecraft/models/w7577.json create mode 100644 assets/minecraft/models/w7578.json create mode 100644 assets/minecraft/models/w7579.json create mode 100644 assets/minecraft/models/w758.json create mode 100644 assets/minecraft/models/w7580.json create mode 100644 assets/minecraft/models/w7581.json create mode 100644 assets/minecraft/models/w7582.json create mode 100644 assets/minecraft/models/w7583.json create mode 100644 assets/minecraft/models/w7584.json create mode 100644 assets/minecraft/models/w7585.json create mode 100644 assets/minecraft/models/w7586.json create mode 100644 assets/minecraft/models/w7587.json create mode 100644 assets/minecraft/models/w7588.json create mode 100644 assets/minecraft/models/w7589.json create mode 100644 assets/minecraft/models/w759.json create mode 100644 assets/minecraft/models/w7590.json create mode 100644 assets/minecraft/models/w7591.json create mode 100644 assets/minecraft/models/w7592.json create mode 100644 assets/minecraft/models/w7593.json create mode 100644 assets/minecraft/models/w7594.json create mode 100644 assets/minecraft/models/w7595.json create mode 100644 assets/minecraft/models/w7596.json create mode 100644 assets/minecraft/models/w7597.json create mode 100644 assets/minecraft/models/w7598.json create mode 100644 assets/minecraft/models/w7599.json create mode 100644 assets/minecraft/models/w76.json create mode 100644 assets/minecraft/models/w760.json create mode 100644 assets/minecraft/models/w7600.json create mode 100644 assets/minecraft/models/w7601.json create mode 100644 assets/minecraft/models/w7602.json create mode 100644 assets/minecraft/models/w7603.json create mode 100644 assets/minecraft/models/w7604.json create mode 100644 assets/minecraft/models/w7605.json create mode 100644 assets/minecraft/models/w7606.json create mode 100644 assets/minecraft/models/w7607.json create mode 100644 assets/minecraft/models/w7608.json create mode 100644 assets/minecraft/models/w7609.json create mode 100644 assets/minecraft/models/w761.json create mode 100644 assets/minecraft/models/w7610.json create mode 100644 assets/minecraft/models/w7611.json create mode 100644 assets/minecraft/models/w7612.json create mode 100644 assets/minecraft/models/w7613.json create mode 100644 assets/minecraft/models/w7614.json create mode 100644 assets/minecraft/models/w7615.json create mode 100644 assets/minecraft/models/w7616.json create mode 100644 assets/minecraft/models/w7617.json create mode 100644 assets/minecraft/models/w7618.json create mode 100644 assets/minecraft/models/w7619.json create mode 100644 assets/minecraft/models/w762.json create mode 100644 assets/minecraft/models/w7620.json create mode 100644 assets/minecraft/models/w7621.json create mode 100644 assets/minecraft/models/w7622.json create mode 100644 assets/minecraft/models/w7623.json create mode 100644 assets/minecraft/models/w7624.json create mode 100644 assets/minecraft/models/w7625.json create mode 100644 assets/minecraft/models/w7626.json create mode 100644 assets/minecraft/models/w7627.json create mode 100644 assets/minecraft/models/w7628.json create mode 100644 assets/minecraft/models/w7629.json create mode 100644 assets/minecraft/models/w763.json create mode 100644 assets/minecraft/models/w7630.json create mode 100644 assets/minecraft/models/w7631.json create mode 100644 assets/minecraft/models/w7632.json create mode 100644 assets/minecraft/models/w7633.json create mode 100644 assets/minecraft/models/w7634.json create mode 100644 assets/minecraft/models/w7635.json create mode 100644 assets/minecraft/models/w7636.json create mode 100644 assets/minecraft/models/w7637.json create mode 100644 assets/minecraft/models/w7638.json create mode 100644 assets/minecraft/models/w7639.json create mode 100644 assets/minecraft/models/w764.json create mode 100644 assets/minecraft/models/w7640.json create mode 100644 assets/minecraft/models/w7641.json create mode 100644 assets/minecraft/models/w7642.json create mode 100644 assets/minecraft/models/w7643.json create mode 100644 assets/minecraft/models/w7644.json create mode 100644 assets/minecraft/models/w7645.json create mode 100644 assets/minecraft/models/w7646.json create mode 100644 assets/minecraft/models/w7647.json create mode 100644 assets/minecraft/models/w7648.json create mode 100644 assets/minecraft/models/w7649.json create mode 100644 assets/minecraft/models/w765.json create mode 100644 assets/minecraft/models/w7650.json create mode 100644 assets/minecraft/models/w7651.json create mode 100644 assets/minecraft/models/w7652.json create mode 100644 assets/minecraft/models/w7653.json create mode 100644 assets/minecraft/models/w7654.json create mode 100644 assets/minecraft/models/w7655.json create mode 100644 assets/minecraft/models/w7656.json create mode 100644 assets/minecraft/models/w7657.json create mode 100644 assets/minecraft/models/w7658.json create mode 100644 assets/minecraft/models/w7659.json create mode 100644 assets/minecraft/models/w766.json create mode 100644 assets/minecraft/models/w7660.json create mode 100644 assets/minecraft/models/w7661.json create mode 100644 assets/minecraft/models/w7662.json create mode 100644 assets/minecraft/models/w7663.json create mode 100644 assets/minecraft/models/w7664.json create mode 100644 assets/minecraft/models/w7665.json create mode 100644 assets/minecraft/models/w7666.json create mode 100644 assets/minecraft/models/w7667.json create mode 100644 assets/minecraft/models/w7668.json create mode 100644 assets/minecraft/models/w7669.json create mode 100644 assets/minecraft/models/w767.json create mode 100644 assets/minecraft/models/w7670.json create mode 100644 assets/minecraft/models/w7671.json create mode 100644 assets/minecraft/models/w7672.json create mode 100644 assets/minecraft/models/w7673.json create mode 100644 assets/minecraft/models/w7674.json create mode 100644 assets/minecraft/models/w7675.json create mode 100644 assets/minecraft/models/w7676.json create mode 100644 assets/minecraft/models/w7677.json create mode 100644 assets/minecraft/models/w7678.json create mode 100644 assets/minecraft/models/w7679.json create mode 100644 assets/minecraft/models/w768.json create mode 100644 assets/minecraft/models/w7680.json create mode 100644 assets/minecraft/models/w7681.json create mode 100644 assets/minecraft/models/w7682.json create mode 100644 assets/minecraft/models/w7683.json create mode 100644 assets/minecraft/models/w7684.json create mode 100644 assets/minecraft/models/w7685.json create mode 100644 assets/minecraft/models/w7686.json create mode 100644 assets/minecraft/models/w7687.json create mode 100644 assets/minecraft/models/w7688.json create mode 100644 assets/minecraft/models/w7689.json create mode 100644 assets/minecraft/models/w769.json create mode 100644 assets/minecraft/models/w7690.json create mode 100644 assets/minecraft/models/w7691.json create mode 100644 assets/minecraft/models/w7692.json create mode 100644 assets/minecraft/models/w7693.json create mode 100644 assets/minecraft/models/w7694.json create mode 100644 assets/minecraft/models/w7695.json create mode 100644 assets/minecraft/models/w7696.json create mode 100644 assets/minecraft/models/w7697.json create mode 100644 assets/minecraft/models/w7698.json create mode 100644 assets/minecraft/models/w7699.json create mode 100644 assets/minecraft/models/w77.json create mode 100644 assets/minecraft/models/w770.json create mode 100644 assets/minecraft/models/w7700.json create mode 100644 assets/minecraft/models/w7701.json create mode 100644 assets/minecraft/models/w7702.json create mode 100644 assets/minecraft/models/w7703.json create mode 100644 assets/minecraft/models/w7704.json create mode 100644 assets/minecraft/models/w7705.json create mode 100644 assets/minecraft/models/w7706.json create mode 100644 assets/minecraft/models/w7707.json create mode 100644 assets/minecraft/models/w7708.json create mode 100644 assets/minecraft/models/w7709.json create mode 100644 assets/minecraft/models/w771.json create mode 100644 assets/minecraft/models/w7710.json create mode 100644 assets/minecraft/models/w7711.json create mode 100644 assets/minecraft/models/w7712.json create mode 100644 assets/minecraft/models/w7713.json create mode 100644 assets/minecraft/models/w7714.json create mode 100644 assets/minecraft/models/w7715.json create mode 100644 assets/minecraft/models/w7716.json create mode 100644 assets/minecraft/models/w7717.json create mode 100644 assets/minecraft/models/w7718.json create mode 100644 assets/minecraft/models/w7719.json create mode 100644 assets/minecraft/models/w772.json create mode 100644 assets/minecraft/models/w7720.json create mode 100644 assets/minecraft/models/w7721.json create mode 100644 assets/minecraft/models/w7722.json create mode 100644 assets/minecraft/models/w7723.json create mode 100644 assets/minecraft/models/w7724.json create mode 100644 assets/minecraft/models/w7725.json create mode 100644 assets/minecraft/models/w7726.json create mode 100644 assets/minecraft/models/w7727.json create mode 100644 assets/minecraft/models/w7728.json create mode 100644 assets/minecraft/models/w7729.json create mode 100644 assets/minecraft/models/w773.json create mode 100644 assets/minecraft/models/w7730.json create mode 100644 assets/minecraft/models/w7731.json create mode 100644 assets/minecraft/models/w7732.json create mode 100644 assets/minecraft/models/w7733.json create mode 100644 assets/minecraft/models/w7734.json create mode 100644 assets/minecraft/models/w7735.json create mode 100644 assets/minecraft/models/w7736.json create mode 100644 assets/minecraft/models/w7737.json create mode 100644 assets/minecraft/models/w7738.json create mode 100644 assets/minecraft/models/w7739.json create mode 100644 assets/minecraft/models/w774.json create mode 100644 assets/minecraft/models/w7740.json create mode 100644 assets/minecraft/models/w7741.json create mode 100644 assets/minecraft/models/w7742.json create mode 100644 assets/minecraft/models/w7743.json create mode 100644 assets/minecraft/models/w7744.json create mode 100644 assets/minecraft/models/w7745.json create mode 100644 assets/minecraft/models/w7746.json create mode 100644 assets/minecraft/models/w7747.json create mode 100644 assets/minecraft/models/w7748.json create mode 100644 assets/minecraft/models/w7749.json create mode 100644 assets/minecraft/models/w775.json create mode 100644 assets/minecraft/models/w7750.json create mode 100644 assets/minecraft/models/w7751.json create mode 100644 assets/minecraft/models/w7752.json create mode 100644 assets/minecraft/models/w7753.json create mode 100644 assets/minecraft/models/w7754.json create mode 100644 assets/minecraft/models/w7755.json create mode 100644 assets/minecraft/models/w7756.json create mode 100644 assets/minecraft/models/w7757.json create mode 100644 assets/minecraft/models/w7758.json create mode 100644 assets/minecraft/models/w7759.json create mode 100644 assets/minecraft/models/w776.json create mode 100644 assets/minecraft/models/w7760.json create mode 100644 assets/minecraft/models/w7761.json create mode 100644 assets/minecraft/models/w7762.json create mode 100644 assets/minecraft/models/w7763.json create mode 100644 assets/minecraft/models/w7764.json create mode 100644 assets/minecraft/models/w7765.json create mode 100644 assets/minecraft/models/w7766.json create mode 100644 assets/minecraft/models/w7767.json create mode 100644 assets/minecraft/models/w7768.json create mode 100644 assets/minecraft/models/w7769.json create mode 100644 assets/minecraft/models/w777.json create mode 100644 assets/minecraft/models/w7770.json create mode 100644 assets/minecraft/models/w7771.json create mode 100644 assets/minecraft/models/w7772.json create mode 100644 assets/minecraft/models/w7773.json create mode 100644 assets/minecraft/models/w7774.json create mode 100644 assets/minecraft/models/w7775.json create mode 100644 assets/minecraft/models/w7776.json create mode 100644 assets/minecraft/models/w7777.json create mode 100644 assets/minecraft/models/w7778.json create mode 100644 assets/minecraft/models/w7779.json create mode 100644 assets/minecraft/models/w778.json create mode 100644 assets/minecraft/models/w7780.json create mode 100644 assets/minecraft/models/w7781.json create mode 100644 assets/minecraft/models/w7782.json create mode 100644 assets/minecraft/models/w7783.json create mode 100644 assets/minecraft/models/w7784.json create mode 100644 assets/minecraft/models/w7785.json create mode 100644 assets/minecraft/models/w7786.json create mode 100644 assets/minecraft/models/w7787.json create mode 100644 assets/minecraft/models/w7788.json create mode 100644 assets/minecraft/models/w7789.json create mode 100644 assets/minecraft/models/w779.json create mode 100644 assets/minecraft/models/w7790.json create mode 100644 assets/minecraft/models/w7791.json create mode 100644 assets/minecraft/models/w7792.json create mode 100644 assets/minecraft/models/w7793.json create mode 100644 assets/minecraft/models/w7794.json create mode 100644 assets/minecraft/models/w7795.json create mode 100644 assets/minecraft/models/w7796.json create mode 100644 assets/minecraft/models/w7797.json create mode 100644 assets/minecraft/models/w7798.json create mode 100644 assets/minecraft/models/w7799.json create mode 100644 assets/minecraft/models/w78.json create mode 100644 assets/minecraft/models/w780.json create mode 100644 assets/minecraft/models/w7800.json create mode 100644 assets/minecraft/models/w7801.json create mode 100644 assets/minecraft/models/w7802.json create mode 100644 assets/minecraft/models/w7803.json create mode 100644 assets/minecraft/models/w7804.json create mode 100644 assets/minecraft/models/w7805.json create mode 100644 assets/minecraft/models/w7806.json create mode 100644 assets/minecraft/models/w7807.json create mode 100644 assets/minecraft/models/w7808.json create mode 100644 assets/minecraft/models/w7809.json create mode 100644 assets/minecraft/models/w781.json create mode 100644 assets/minecraft/models/w7810.json create mode 100644 assets/minecraft/models/w7811.json create mode 100644 assets/minecraft/models/w7812.json create mode 100644 assets/minecraft/models/w7813.json create mode 100644 assets/minecraft/models/w7814.json create mode 100644 assets/minecraft/models/w7815.json create mode 100644 assets/minecraft/models/w7816.json create mode 100644 assets/minecraft/models/w7817.json create mode 100644 assets/minecraft/models/w7818.json create mode 100644 assets/minecraft/models/w7819.json create mode 100644 assets/minecraft/models/w782.json create mode 100644 assets/minecraft/models/w7820.json create mode 100644 assets/minecraft/models/w7821.json create mode 100644 assets/minecraft/models/w7822.json create mode 100644 assets/minecraft/models/w7823.json create mode 100644 assets/minecraft/models/w7824.json create mode 100644 assets/minecraft/models/w7825.json create mode 100644 assets/minecraft/models/w7826.json create mode 100644 assets/minecraft/models/w7827.json create mode 100644 assets/minecraft/models/w7828.json create mode 100644 assets/minecraft/models/w7829.json create mode 100644 assets/minecraft/models/w783.json create mode 100644 assets/minecraft/models/w7830.json create mode 100644 assets/minecraft/models/w7831.json create mode 100644 assets/minecraft/models/w7832.json create mode 100644 assets/minecraft/models/w7833.json create mode 100644 assets/minecraft/models/w7834.json create mode 100644 assets/minecraft/models/w7835.json create mode 100644 assets/minecraft/models/w7836.json create mode 100644 assets/minecraft/models/w7837.json create mode 100644 assets/minecraft/models/w7838.json create mode 100644 assets/minecraft/models/w7839.json create mode 100644 assets/minecraft/models/w784.json create mode 100644 assets/minecraft/models/w7840.json create mode 100644 assets/minecraft/models/w7841.json create mode 100644 assets/minecraft/models/w7842.json create mode 100644 assets/minecraft/models/w7843.json create mode 100644 assets/minecraft/models/w7844.json create mode 100644 assets/minecraft/models/w7845.json create mode 100644 assets/minecraft/models/w7846.json create mode 100644 assets/minecraft/models/w7847.json create mode 100644 assets/minecraft/models/w7848.json create mode 100644 assets/minecraft/models/w7849.json create mode 100644 assets/minecraft/models/w785.json create mode 100644 assets/minecraft/models/w7850.json create mode 100644 assets/minecraft/models/w7851.json create mode 100644 assets/minecraft/models/w7852.json create mode 100644 assets/minecraft/models/w7853.json create mode 100644 assets/minecraft/models/w7854.json create mode 100644 assets/minecraft/models/w7855.json create mode 100644 assets/minecraft/models/w7856.json create mode 100644 assets/minecraft/models/w7857.json create mode 100644 assets/minecraft/models/w7858.json create mode 100644 assets/minecraft/models/w7859.json create mode 100644 assets/minecraft/models/w786.json create mode 100644 assets/minecraft/models/w7860.json create mode 100644 assets/minecraft/models/w7861.json create mode 100644 assets/minecraft/models/w7862.json create mode 100644 assets/minecraft/models/w7863.json create mode 100644 assets/minecraft/models/w7864.json create mode 100644 assets/minecraft/models/w7865.json create mode 100644 assets/minecraft/models/w7866.json create mode 100644 assets/minecraft/models/w7867.json create mode 100644 assets/minecraft/models/w7868.json create mode 100644 assets/minecraft/models/w7869.json create mode 100644 assets/minecraft/models/w787.json create mode 100644 assets/minecraft/models/w7870.json create mode 100644 assets/minecraft/models/w7871.json create mode 100644 assets/minecraft/models/w7872.json create mode 100644 assets/minecraft/models/w7873.json create mode 100644 assets/minecraft/models/w7874.json create mode 100644 assets/minecraft/models/w7875.json create mode 100644 assets/minecraft/models/w7876.json create mode 100644 assets/minecraft/models/w7877.json create mode 100644 assets/minecraft/models/w7878.json create mode 100644 assets/minecraft/models/w7879.json create mode 100644 assets/minecraft/models/w788.json create mode 100644 assets/minecraft/models/w7880.json create mode 100644 assets/minecraft/models/w7881.json create mode 100644 assets/minecraft/models/w7882.json create mode 100644 assets/minecraft/models/w7883.json create mode 100644 assets/minecraft/models/w7884.json create mode 100644 assets/minecraft/models/w7885.json create mode 100644 assets/minecraft/models/w7886.json create mode 100644 assets/minecraft/models/w7887.json create mode 100644 assets/minecraft/models/w7888.json create mode 100644 assets/minecraft/models/w7889.json create mode 100644 assets/minecraft/models/w789.json create mode 100644 assets/minecraft/models/w7890.json create mode 100644 assets/minecraft/models/w7891.json create mode 100644 assets/minecraft/models/w7892.json create mode 100644 assets/minecraft/models/w7893.json create mode 100644 assets/minecraft/models/w7894.json create mode 100644 assets/minecraft/models/w7895.json create mode 100644 assets/minecraft/models/w7896.json create mode 100644 assets/minecraft/models/w7897.json create mode 100644 assets/minecraft/models/w7898.json create mode 100644 assets/minecraft/models/w7899.json create mode 100644 assets/minecraft/models/w79.json create mode 100644 assets/minecraft/models/w790.json create mode 100644 assets/minecraft/models/w791.json create mode 100644 assets/minecraft/models/w792.json create mode 100644 assets/minecraft/models/w793.json create mode 100644 assets/minecraft/models/w794.json create mode 100644 assets/minecraft/models/w795.json create mode 100644 assets/minecraft/models/w796.json create mode 100644 assets/minecraft/models/w797.json create mode 100644 assets/minecraft/models/w798.json create mode 100644 assets/minecraft/models/w799.json create mode 100644 assets/minecraft/models/w8.json create mode 100644 assets/minecraft/models/w80.json create mode 100644 assets/minecraft/models/w800.json create mode 100644 assets/minecraft/models/w801.json create mode 100644 assets/minecraft/models/w802.json create mode 100644 assets/minecraft/models/w803.json create mode 100644 assets/minecraft/models/w804.json create mode 100644 assets/minecraft/models/w805.json create mode 100644 assets/minecraft/models/w806.json create mode 100644 assets/minecraft/models/w807.json create mode 100644 assets/minecraft/models/w808.json create mode 100644 assets/minecraft/models/w809.json create mode 100644 assets/minecraft/models/w81.json create mode 100644 assets/minecraft/models/w810.json create mode 100644 assets/minecraft/models/w811.json create mode 100644 assets/minecraft/models/w812.json create mode 100644 assets/minecraft/models/w813.json create mode 100644 assets/minecraft/models/w814.json create mode 100644 assets/minecraft/models/w815.json create mode 100644 assets/minecraft/models/w816.json create mode 100644 assets/minecraft/models/w817.json create mode 100644 assets/minecraft/models/w818.json create mode 100644 assets/minecraft/models/w819.json create mode 100644 assets/minecraft/models/w82.json create mode 100644 assets/minecraft/models/w820.json create mode 100644 assets/minecraft/models/w821.json create mode 100644 assets/minecraft/models/w822.json create mode 100644 assets/minecraft/models/w823.json create mode 100644 assets/minecraft/models/w824.json create mode 100644 assets/minecraft/models/w825.json create mode 100644 assets/minecraft/models/w826.json create mode 100644 assets/minecraft/models/w827.json create mode 100644 assets/minecraft/models/w828.json create mode 100644 assets/minecraft/models/w829.json create mode 100644 assets/minecraft/models/w83.json create mode 100644 assets/minecraft/models/w830.json create mode 100644 assets/minecraft/models/w831.json create mode 100644 assets/minecraft/models/w832.json create mode 100644 assets/minecraft/models/w833.json create mode 100644 assets/minecraft/models/w834.json create mode 100644 assets/minecraft/models/w835.json create mode 100644 assets/minecraft/models/w836.json create mode 100644 assets/minecraft/models/w837.json create mode 100644 assets/minecraft/models/w838.json create mode 100644 assets/minecraft/models/w839.json create mode 100644 assets/minecraft/models/w84.json create mode 100644 assets/minecraft/models/w840.json create mode 100644 assets/minecraft/models/w841.json create mode 100644 assets/minecraft/models/w842.json create mode 100644 assets/minecraft/models/w843.json create mode 100644 assets/minecraft/models/w844.json create mode 100644 assets/minecraft/models/w845.json create mode 100644 assets/minecraft/models/w846.json create mode 100644 assets/minecraft/models/w847.json create mode 100644 assets/minecraft/models/w848.json create mode 100644 assets/minecraft/models/w849.json create mode 100644 assets/minecraft/models/w85.json create mode 100644 assets/minecraft/models/w850.json create mode 100644 assets/minecraft/models/w851.json create mode 100644 assets/minecraft/models/w852.json create mode 100644 assets/minecraft/models/w853.json create mode 100644 assets/minecraft/models/w854.json create mode 100644 assets/minecraft/models/w855.json create mode 100644 assets/minecraft/models/w856.json create mode 100644 assets/minecraft/models/w857.json create mode 100644 assets/minecraft/models/w858.json create mode 100644 assets/minecraft/models/w859.json create mode 100644 assets/minecraft/models/w86.json create mode 100644 assets/minecraft/models/w860.json create mode 100644 assets/minecraft/models/w861.json create mode 100644 assets/minecraft/models/w862.json create mode 100644 assets/minecraft/models/w863.json create mode 100644 assets/minecraft/models/w864.json create mode 100644 assets/minecraft/models/w865.json create mode 100644 assets/minecraft/models/w866.json create mode 100644 assets/minecraft/models/w867.json create mode 100644 assets/minecraft/models/w868.json create mode 100644 assets/minecraft/models/w869.json create mode 100644 assets/minecraft/models/w87.json create mode 100644 assets/minecraft/models/w870.json create mode 100644 assets/minecraft/models/w871.json create mode 100644 assets/minecraft/models/w872.json create mode 100644 assets/minecraft/models/w873.json create mode 100644 assets/minecraft/models/w874.json create mode 100644 assets/minecraft/models/w875.json create mode 100644 assets/minecraft/models/w876.json create mode 100644 assets/minecraft/models/w877.json create mode 100644 assets/minecraft/models/w878.json create mode 100644 assets/minecraft/models/w879.json create mode 100644 assets/minecraft/models/w88.json create mode 100644 assets/minecraft/models/w880.json create mode 100644 assets/minecraft/models/w881.json create mode 100644 assets/minecraft/models/w882.json create mode 100644 assets/minecraft/models/w883.json create mode 100644 assets/minecraft/models/w884.json create mode 100644 assets/minecraft/models/w885.json create mode 100644 assets/minecraft/models/w886.json create mode 100644 assets/minecraft/models/w887.json create mode 100644 assets/minecraft/models/w888.json create mode 100644 assets/minecraft/models/w889.json create mode 100644 assets/minecraft/models/w89.json create mode 100644 assets/minecraft/models/w890.json create mode 100644 assets/minecraft/models/w891.json create mode 100644 assets/minecraft/models/w892.json create mode 100644 assets/minecraft/models/w893.json create mode 100644 assets/minecraft/models/w894.json create mode 100644 assets/minecraft/models/w895.json create mode 100644 assets/minecraft/models/w896.json create mode 100644 assets/minecraft/models/w897.json create mode 100644 assets/minecraft/models/w898.json create mode 100644 assets/minecraft/models/w899.json create mode 100644 assets/minecraft/models/w9.json create mode 100644 assets/minecraft/models/w90.json create mode 100644 assets/minecraft/models/w900.json create mode 100644 assets/minecraft/models/w901.json create mode 100644 assets/minecraft/models/w902.json create mode 100644 assets/minecraft/models/w903.json create mode 100644 assets/minecraft/models/w904.json create mode 100644 assets/minecraft/models/w905.json create mode 100644 assets/minecraft/models/w906.json create mode 100644 assets/minecraft/models/w907.json create mode 100644 assets/minecraft/models/w908.json create mode 100644 assets/minecraft/models/w909.json create mode 100644 assets/minecraft/models/w91.json create mode 100644 assets/minecraft/models/w910.json create mode 100644 assets/minecraft/models/w911.json create mode 100644 assets/minecraft/models/w912.json create mode 100644 assets/minecraft/models/w913.json create mode 100644 assets/minecraft/models/w914.json create mode 100644 assets/minecraft/models/w915.json create mode 100644 assets/minecraft/models/w916.json create mode 100644 assets/minecraft/models/w917.json create mode 100644 assets/minecraft/models/w918.json create mode 100644 assets/minecraft/models/w919.json create mode 100644 assets/minecraft/models/w92.json create mode 100644 assets/minecraft/models/w920.json create mode 100644 assets/minecraft/models/w921.json create mode 100644 assets/minecraft/models/w922.json create mode 100644 assets/minecraft/models/w923.json create mode 100644 assets/minecraft/models/w924.json create mode 100644 assets/minecraft/models/w925.json create mode 100644 assets/minecraft/models/w926.json create mode 100644 assets/minecraft/models/w927.json create mode 100644 assets/minecraft/models/w928.json create mode 100644 assets/minecraft/models/w929.json create mode 100644 assets/minecraft/models/w93.json create mode 100644 assets/minecraft/models/w930.json create mode 100644 assets/minecraft/models/w931.json create mode 100644 assets/minecraft/models/w932.json create mode 100644 assets/minecraft/models/w933.json create mode 100644 assets/minecraft/models/w934.json create mode 100644 assets/minecraft/models/w935.json create mode 100644 assets/minecraft/models/w936.json create mode 100644 assets/minecraft/models/w937.json create mode 100644 assets/minecraft/models/w938.json create mode 100644 assets/minecraft/models/w939.json create mode 100644 assets/minecraft/models/w94.json create mode 100644 assets/minecraft/models/w940.json create mode 100644 assets/minecraft/models/w941.json create mode 100644 assets/minecraft/models/w942.json create mode 100644 assets/minecraft/models/w943.json create mode 100644 assets/minecraft/models/w944.json create mode 100644 assets/minecraft/models/w945.json create mode 100644 assets/minecraft/models/w946.json create mode 100644 assets/minecraft/models/w947.json create mode 100644 assets/minecraft/models/w948.json create mode 100644 assets/minecraft/models/w949.json create mode 100644 assets/minecraft/models/w95.json create mode 100644 assets/minecraft/models/w950.json create mode 100644 assets/minecraft/models/w951.json create mode 100644 assets/minecraft/models/w952.json create mode 100644 assets/minecraft/models/w953.json create mode 100644 assets/minecraft/models/w954.json create mode 100644 assets/minecraft/models/w955.json create mode 100644 assets/minecraft/models/w956.json create mode 100644 assets/minecraft/models/w957.json create mode 100644 assets/minecraft/models/w958.json create mode 100644 assets/minecraft/models/w959.json create mode 100644 assets/minecraft/models/w96.json create mode 100644 assets/minecraft/models/w960.json create mode 100644 assets/minecraft/models/w961.json create mode 100644 assets/minecraft/models/w962.json create mode 100644 assets/minecraft/models/w963.json create mode 100644 assets/minecraft/models/w964.json create mode 100644 assets/minecraft/models/w965.json create mode 100644 assets/minecraft/models/w966.json create mode 100644 assets/minecraft/models/w967.json create mode 100644 assets/minecraft/models/w968.json create mode 100644 assets/minecraft/models/w969.json create mode 100644 assets/minecraft/models/w97.json create mode 100644 assets/minecraft/models/w970.json create mode 100644 assets/minecraft/models/w971.json create mode 100644 assets/minecraft/models/w972.json create mode 100644 assets/minecraft/models/w973.json create mode 100644 assets/minecraft/models/w974.json create mode 100644 assets/minecraft/models/w975.json create mode 100644 assets/minecraft/models/w976.json create mode 100644 assets/minecraft/models/w977.json create mode 100644 assets/minecraft/models/w978.json create mode 100644 assets/minecraft/models/w979.json create mode 100644 assets/minecraft/models/w98.json create mode 100644 assets/minecraft/models/w980.json create mode 100644 assets/minecraft/models/w981.json create mode 100644 assets/minecraft/models/w982.json create mode 100644 assets/minecraft/models/w983.json create mode 100644 assets/minecraft/models/w984.json create mode 100644 assets/minecraft/models/w985.json create mode 100644 assets/minecraft/models/w986.json create mode 100644 assets/minecraft/models/w987.json create mode 100644 assets/minecraft/models/w988.json create mode 100644 assets/minecraft/models/w989.json create mode 100644 assets/minecraft/models/w99.json create mode 100644 assets/minecraft/models/w990.json create mode 100644 assets/minecraft/models/w991.json create mode 100644 assets/minecraft/models/w992.json create mode 100644 assets/minecraft/models/w993.json create mode 100644 assets/minecraft/models/w994.json create mode 100644 assets/minecraft/models/w995.json create mode 100644 assets/minecraft/models/w996.json create mode 100644 assets/minecraft/models/w997.json create mode 100644 assets/minecraft/models/w998.json create mode 100644 assets/minecraft/models/w999.json create mode 100644 assets/minecraft/shaders/core/position_color.json create mode 100644 assets/minecraft/shaders/core/position_tex.json create mode 100644 assets/minecraft/shaders/core/render/glint.fsh create mode 100644 assets/minecraft/shaders/core/render/glint.vsh create mode 100644 assets/minecraft/shaders/core/render/gui.fsh create mode 100644 assets/minecraft/shaders/core/render/gui.vsh create mode 100644 assets/minecraft/shaders/core/render/item.fsh create mode 100644 assets/minecraft/shaders/core/render/item.vsh create mode 100644 assets/minecraft/shaders/core/render/text.fsh create mode 100644 assets/minecraft/shaders/core/render/text.vsh create mode 100644 assets/minecraft/shaders/core/render/texture.fsh create mode 100644 assets/minecraft/shaders/core/render/texture.vsh create mode 100644 assets/minecraft/shaders/core/rendertype_armor_entity_glint.json create mode 100644 assets/minecraft/shaders/core/rendertype_entity_solid.fsh create mode 100644 assets/minecraft/shaders/core/rendertype_entity_translucent_cull.json create mode 100644 assets/minecraft/shaders/core/rendertype_glint.json create mode 100644 assets/minecraft/shaders/core/rendertype_glint_direct.json create mode 100644 assets/minecraft/shaders/core/rendertype_gui.json create mode 100644 assets/minecraft/shaders/core/rendertype_text.json create mode 100644 assets/minecraft/shaders/include/glint.glsl create mode 100644 assets/minecraft/shaders/include/gui.glsl create mode 100644 assets/minecraft/shaders/include/item.glsl create mode 100644 assets/minecraft/shaders/include/text.glsl create mode 100644 assets/minecraft/shaders/include/texture.glsl create mode 100644 assets/minecraft/shaders/include/util.glsl create mode 100644 assets/minecraft/shaders/include/version.glsl create mode 100644 assets/minecraft/shaders/post/entity_outline.json create mode 100644 assets/minecraft/sounds.json create mode 100644 assets/minecraft/sounds/instrument/bass.ogg create mode 100644 assets/minecraft/sounds/instrument/bell.ogg create mode 100644 assets/minecraft/sounds/instrument/brass.ogg create mode 100644 assets/minecraft/sounds/instrument/drum.ogg create mode 100644 assets/minecraft/sounds/instrument/flute.ogg create mode 100644 assets/minecraft/sounds/instrument/guitar.ogg create mode 100644 assets/minecraft/sounds/instrument/harp.ogg create mode 100644 assets/minecraft/sounds/instrument/hat.ogg create mode 100644 assets/minecraft/sounds/instrument/kora.ogg create mode 100644 assets/minecraft/sounds/instrument/marimba.ogg create mode 100644 assets/minecraft/sounds/instrument/piano.ogg create mode 100644 assets/minecraft/sounds/instrument/pizz.ogg create mode 100644 assets/minecraft/sounds/instrument/snare.ogg create mode 100644 assets/minecraft/sounds/instrument/tamborine.ogg create mode 100644 assets/minecraft/sounds/instrument/tom.ogg create mode 100644 assets/minecraft/sounds/instrument/vibraphone.ogg create mode 100644 assets/minecraft/sounds/instrument/woodblock.ogg create mode 100644 assets/minecraft/sounds/other/blank.ogg create mode 100644 assets/minecraft/sounds/ui/click.ogg create mode 100644 assets/minecraft/texts/splashes.txt create mode 100644 assets/minecraft/textures/block/acacia_door_bottom.png create mode 100644 assets/minecraft/textures/block/acacia_door_top.png create mode 100644 assets/minecraft/textures/block/acacia_leaves.png create mode 100644 assets/minecraft/textures/block/acacia_log.png create mode 100644 assets/minecraft/textures/block/acacia_log_top.png create mode 100644 assets/minecraft/textures/block/acacia_planks.png create mode 100644 assets/minecraft/textures/block/acacia_sapling.png create mode 100644 assets/minecraft/textures/block/activator_rail.png create mode 100644 assets/minecraft/textures/block/allium.png create mode 100644 assets/minecraft/textures/block/andesite.png create mode 100644 assets/minecraft/textures/block/anvil.png create mode 100644 assets/minecraft/textures/block/anvil_top.png create mode 100644 assets/minecraft/textures/block/azure_bluet.png create mode 100644 assets/minecraft/textures/block/beacon.png create mode 100644 assets/minecraft/textures/block/bedrock.png create mode 100644 assets/minecraft/textures/block/birch_door_bottom.png create mode 100644 assets/minecraft/textures/block/birch_door_top.png create mode 100644 assets/minecraft/textures/block/birch_leaves.png create mode 100644 assets/minecraft/textures/block/birch_log.png create mode 100644 assets/minecraft/textures/block/birch_log_top.png create mode 100644 assets/minecraft/textures/block/birch_planks.png create mode 100644 assets/minecraft/textures/block/birch_sapling.png create mode 100644 assets/minecraft/textures/block/black_stained_glass.png create mode 100644 assets/minecraft/textures/block/black_stained_glass_pane_top.png create mode 100644 assets/minecraft/textures/block/black_terracotta.png create mode 100644 assets/minecraft/textures/block/black_wool.png create mode 100644 assets/minecraft/textures/block/blue_orchid.png create mode 100644 assets/minecraft/textures/block/blue_stained_glass.png create mode 100644 assets/minecraft/textures/block/blue_stained_glass_pane_top.png create mode 100644 assets/minecraft/textures/block/blue_terracotta.png create mode 100644 assets/minecraft/textures/block/blue_wool.png create mode 100644 assets/minecraft/textures/block/bookshelf.png create mode 100644 assets/minecraft/textures/block/brewing_stand.png create mode 100644 assets/minecraft/textures/block/brewing_stand_base.png create mode 100644 assets/minecraft/textures/block/bricks.png create mode 100644 assets/minecraft/textures/block/brown_mushroom.png create mode 100644 assets/minecraft/textures/block/brown_mushroom_block.png create mode 100644 assets/minecraft/textures/block/brown_stained_glass.png create mode 100644 assets/minecraft/textures/block/brown_stained_glass_pane_top.png create mode 100644 assets/minecraft/textures/block/brown_terracotta.png create mode 100644 assets/minecraft/textures/block/brown_wool.png create mode 100644 assets/minecraft/textures/block/cactus_bottom.png create mode 100644 assets/minecraft/textures/block/cactus_side.png create mode 100644 assets/minecraft/textures/block/cactus_top.png create mode 100644 assets/minecraft/textures/block/carrots_stage3.png create mode 100644 assets/minecraft/textures/block/carved_pumpkin.png create mode 100644 assets/minecraft/textures/block/cauldron_bottom.png create mode 100644 assets/minecraft/textures/block/cauldron_inner.png create mode 100644 assets/minecraft/textures/block/cauldron_side.png create mode 100644 assets/minecraft/textures/block/cauldron_top.png create mode 100644 assets/minecraft/textures/block/chipped_anvil_top.png create mode 100644 assets/minecraft/textures/block/chiseled_quartz_block.png create mode 100644 assets/minecraft/textures/block/chiseled_quartz_block_top.png create mode 100644 assets/minecraft/textures/block/chiseled_red_sandstone.png create mode 100644 assets/minecraft/textures/block/chiseled_sandstone.png create mode 100644 assets/minecraft/textures/block/chiseled_stone_bricks.png create mode 100644 assets/minecraft/textures/block/chorus_flower.png create mode 100644 assets/minecraft/textures/block/chorus_flower_dead.png create mode 100644 assets/minecraft/textures/block/chorus_plant.png create mode 100644 assets/minecraft/textures/block/clay.png create mode 100644 assets/minecraft/textures/block/coal_block.png create mode 100644 assets/minecraft/textures/block/coal_ore.png create mode 100644 assets/minecraft/textures/block/coarse_dirt.png create mode 100644 assets/minecraft/textures/block/cobblestone.png create mode 100644 assets/minecraft/textures/block/cobweb.png create mode 100644 assets/minecraft/textures/block/comparator.png create mode 100644 assets/minecraft/textures/block/comparator_on.png create mode 100644 assets/minecraft/textures/block/cracked_stone_bricks.png create mode 100644 assets/minecraft/textures/block/crafting_table_front.png create mode 100644 assets/minecraft/textures/block/crafting_table_side.png create mode 100644 assets/minecraft/textures/block/crafting_table_top.png create mode 100644 assets/minecraft/textures/block/cut_red_sandstone.png create mode 100644 assets/minecraft/textures/block/cut_sandstone.png create mode 100644 assets/minecraft/textures/block/cyan_stained_glass.png create mode 100644 assets/minecraft/textures/block/cyan_stained_glass_pane_top.png create mode 100644 assets/minecraft/textures/block/cyan_terracotta.png create mode 100644 assets/minecraft/textures/block/cyan_wool.png create mode 100644 assets/minecraft/textures/block/damaged_anvil_top.png create mode 100644 assets/minecraft/textures/block/dandelion.png create mode 100644 assets/minecraft/textures/block/dark_oak_door_bottom.png create mode 100644 assets/minecraft/textures/block/dark_oak_door_top.png create mode 100644 assets/minecraft/textures/block/dark_oak_leaves.png create mode 100644 assets/minecraft/textures/block/dark_oak_log.png create mode 100644 assets/minecraft/textures/block/dark_oak_log_top.png create mode 100644 assets/minecraft/textures/block/dark_oak_planks.png create mode 100644 assets/minecraft/textures/block/dark_oak_sapling.png create mode 100644 assets/minecraft/textures/block/dark_prismarine.png create mode 100644 assets/minecraft/textures/block/dead_bush.png create mode 100644 assets/minecraft/textures/block/detector_rail.png create mode 100644 assets/minecraft/textures/block/detector_rail_on.png create mode 100644 assets/minecraft/textures/block/diamond_block.png create mode 100644 assets/minecraft/textures/block/diamond_ore.png create mode 100644 assets/minecraft/textures/block/diorite.png create mode 100644 assets/minecraft/textures/block/dirt.png create mode 100644 assets/minecraft/textures/block/dirt_path_side.png create mode 100644 assets/minecraft/textures/block/dirt_path_top.png create mode 100644 assets/minecraft/textures/block/dispenser_front.png create mode 100644 assets/minecraft/textures/block/dispenser_front_vertical.png create mode 100644 assets/minecraft/textures/block/dragon_egg.png create mode 100644 assets/minecraft/textures/block/dropper_front.png create mode 100644 assets/minecraft/textures/block/dropper_front_vertical.png create mode 100644 assets/minecraft/textures/block/emerald_block.png create mode 100644 assets/minecraft/textures/block/emerald_ore.png create mode 100644 assets/minecraft/textures/block/enchanting_table_bottom.png create mode 100644 assets/minecraft/textures/block/enchanting_table_side.png create mode 100644 assets/minecraft/textures/block/enchanting_table_top.png create mode 100644 assets/minecraft/textures/block/end_portal_frame_eye.png create mode 100644 assets/minecraft/textures/block/end_portal_frame_side.png create mode 100644 assets/minecraft/textures/block/end_portal_frame_top.png create mode 100644 assets/minecraft/textures/block/end_stone.png create mode 100644 assets/minecraft/textures/block/error.png create mode 100644 assets/minecraft/textures/block/farmland.png create mode 100644 assets/minecraft/textures/block/farmland_moist.png create mode 100644 assets/minecraft/textures/block/farmland_wet.png create mode 100644 assets/minecraft/textures/block/fern.png create mode 100644 assets/minecraft/textures/block/fire_0.png create mode 100644 assets/minecraft/textures/block/fire_0.png.mcmeta create mode 100644 assets/minecraft/textures/block/fire_1.png create mode 100644 assets/minecraft/textures/block/fire_1.png.mcmeta create mode 100644 assets/minecraft/textures/block/fire_2.png create mode 100644 assets/minecraft/textures/block/fire_2.png.mcmeta create mode 100644 assets/minecraft/textures/block/flower_pot.png create mode 100644 assets/minecraft/textures/block/furnace_front.png create mode 100644 assets/minecraft/textures/block/furnace_front_on.png create mode 100644 assets/minecraft/textures/block/furnace_front_on.png.mcmeta create mode 100644 assets/minecraft/textures/block/furnace_side.png create mode 100644 assets/minecraft/textures/block/furnace_top.png create mode 100644 assets/minecraft/textures/block/glass.png create mode 100644 assets/minecraft/textures/block/glass_pane_top.png create mode 100644 assets/minecraft/textures/block/glowstone.png create mode 100644 assets/minecraft/textures/block/glowstone.png.mcmeta create mode 100644 assets/minecraft/textures/block/gold_block.png create mode 100644 assets/minecraft/textures/block/gold_ore.png create mode 100644 assets/minecraft/textures/block/granite.png create mode 100644 assets/minecraft/textures/block/grass.png create mode 100644 assets/minecraft/textures/block/grass_block_side.png create mode 100644 assets/minecraft/textures/block/grass_block_side_overlay.png create mode 100644 assets/minecraft/textures/block/grass_block_snow.png create mode 100644 assets/minecraft/textures/block/grass_block_top.png create mode 100644 assets/minecraft/textures/block/grass_path_side.png create mode 100644 assets/minecraft/textures/block/grass_path_top.png create mode 100644 assets/minecraft/textures/block/gravel.png create mode 100644 assets/minecraft/textures/block/gray_stained_glass.png create mode 100644 assets/minecraft/textures/block/gray_stained_glass_pane_top.png create mode 100644 assets/minecraft/textures/block/gray_terracotta.png create mode 100644 assets/minecraft/textures/block/gray_wool.png create mode 100644 assets/minecraft/textures/block/green_stained_glass.png create mode 100644 assets/minecraft/textures/block/green_stained_glass_pane_top.png create mode 100644 assets/minecraft/textures/block/green_terracotta.png create mode 100644 assets/minecraft/textures/block/green_wool.png create mode 100644 assets/minecraft/textures/block/hay_block_side.png create mode 100644 assets/minecraft/textures/block/hay_block_top.png create mode 100644 assets/minecraft/textures/block/hopper_inside.png create mode 100644 assets/minecraft/textures/block/hopper_outside.png create mode 100644 assets/minecraft/textures/block/hopper_top.png create mode 100644 assets/minecraft/textures/block/ice.png create mode 100644 assets/minecraft/textures/block/iron_bars.png create mode 100644 assets/minecraft/textures/block/iron_bars_top.png create mode 100644 assets/minecraft/textures/block/iron_block.png create mode 100644 assets/minecraft/textures/block/iron_door_bottom.png create mode 100644 assets/minecraft/textures/block/iron_door_top.png create mode 100644 assets/minecraft/textures/block/iron_ore.png create mode 100644 assets/minecraft/textures/block/item_frame.png create mode 100644 assets/minecraft/textures/block/jack_o_lantern.png create mode 100644 assets/minecraft/textures/block/jukebox_side.png create mode 100644 assets/minecraft/textures/block/jukebox_top.png create mode 100644 assets/minecraft/textures/block/jungle_door_bottom.png create mode 100644 assets/minecraft/textures/block/jungle_door_top.png create mode 100644 assets/minecraft/textures/block/jungle_leaves.png create mode 100644 assets/minecraft/textures/block/jungle_log.png create mode 100644 assets/minecraft/textures/block/jungle_log_top.png create mode 100644 assets/minecraft/textures/block/jungle_planks.png create mode 100644 assets/minecraft/textures/block/jungle_sapling.png create mode 100644 assets/minecraft/textures/block/ladder.png create mode 100644 assets/minecraft/textures/block/lapis_block.png create mode 100644 assets/minecraft/textures/block/lapis_ore.png create mode 100644 assets/minecraft/textures/block/large_fern_bottom.png create mode 100644 assets/minecraft/textures/block/large_fern_top.png create mode 100644 assets/minecraft/textures/block/lava_flow.png create mode 100644 assets/minecraft/textures/block/lava_flow.png.mcmeta create mode 100644 assets/minecraft/textures/block/lava_still.png create mode 100644 assets/minecraft/textures/block/lava_still.png.mcmeta create mode 100644 assets/minecraft/textures/block/lever.png create mode 100644 assets/minecraft/textures/block/light_blue_stained_glass.png create mode 100644 assets/minecraft/textures/block/light_blue_stained_glass_pane_top.png create mode 100644 assets/minecraft/textures/block/light_blue_terracotta.png create mode 100644 assets/minecraft/textures/block/light_blue_wool.png create mode 100644 assets/minecraft/textures/block/light_gray_stained_glass.png create mode 100644 assets/minecraft/textures/block/light_gray_stained_glass_pane_top.png create mode 100644 assets/minecraft/textures/block/light_gray_terracotta.png create mode 100644 assets/minecraft/textures/block/light_gray_wool.png create mode 100644 assets/minecraft/textures/block/lilac_bottom.png create mode 100644 assets/minecraft/textures/block/lilac_top.png create mode 100644 assets/minecraft/textures/block/lily_pad.png create mode 100644 assets/minecraft/textures/block/lime_stained_glass.png create mode 100644 assets/minecraft/textures/block/lime_stained_glass_pane_top.png create mode 100644 assets/minecraft/textures/block/lime_terracotta.png create mode 100644 assets/minecraft/textures/block/lime_wool.png create mode 100644 assets/minecraft/textures/block/magenta_stained_glass.png create mode 100644 assets/minecraft/textures/block/magenta_stained_glass_pane_top.png create mode 100644 assets/minecraft/textures/block/magenta_terracotta.png create mode 100644 assets/minecraft/textures/block/magenta_wool.png create mode 100644 assets/minecraft/textures/block/magma.png create mode 100644 assets/minecraft/textures/block/magma.png.mcmeta create mode 100644 assets/minecraft/textures/block/melon_side.png create mode 100644 assets/minecraft/textures/block/melon_top.png create mode 100644 assets/minecraft/textures/block/mob_spawner.png create mode 100644 assets/minecraft/textures/block/mossy_cobblestone.png create mode 100644 assets/minecraft/textures/block/mossy_stone_bricks.png create mode 100644 assets/minecraft/textures/block/mushroom_block_inside.png create mode 100644 assets/minecraft/textures/block/mushroom_stem.png create mode 100644 assets/minecraft/textures/block/mycelium_side.png create mode 100644 assets/minecraft/textures/block/mycelium_top.png create mode 100644 assets/minecraft/textures/block/nether_bricks.png create mode 100644 assets/minecraft/textures/block/nether_quartz_ore.png create mode 100644 assets/minecraft/textures/block/nether_wart_stage0.png create mode 100644 assets/minecraft/textures/block/nether_wart_stage1.png create mode 100644 assets/minecraft/textures/block/nether_wart_stage2.png create mode 100644 assets/minecraft/textures/block/netherrack.png create mode 100644 assets/minecraft/textures/block/note_block.png create mode 100644 assets/minecraft/textures/block/oak_door_bottom.png create mode 100644 assets/minecraft/textures/block/oak_door_top.png create mode 100644 assets/minecraft/textures/block/oak_leaves.png create mode 100644 assets/minecraft/textures/block/oak_log.png create mode 100644 assets/minecraft/textures/block/oak_log_top.png create mode 100644 assets/minecraft/textures/block/oak_planks.png create mode 100644 assets/minecraft/textures/block/oak_sapling.png create mode 100644 assets/minecraft/textures/block/oak_trapdoor.png create mode 100644 assets/minecraft/textures/block/observer_back.png create mode 100644 assets/minecraft/textures/block/observer_back_on.png create mode 100644 assets/minecraft/textures/block/observer_front.png create mode 100644 assets/minecraft/textures/block/observer_side.png create mode 100644 assets/minecraft/textures/block/observer_top.png create mode 100644 assets/minecraft/textures/block/obsidian.png create mode 100644 assets/minecraft/textures/block/orange_stained_glass.png create mode 100644 assets/minecraft/textures/block/orange_stained_glass_pane_top.png create mode 100644 assets/minecraft/textures/block/orange_terracotta.png create mode 100644 assets/minecraft/textures/block/orange_tulip.png create mode 100644 assets/minecraft/textures/block/orange_wool.png create mode 100644 assets/minecraft/textures/block/oxeye_daisy.png create mode 100644 assets/minecraft/textures/block/packed_ice.png create mode 100644 assets/minecraft/textures/block/peony_bottom.png create mode 100644 assets/minecraft/textures/block/peony_top.png create mode 100644 assets/minecraft/textures/block/pink_stained_glass.png create mode 100644 assets/minecraft/textures/block/pink_stained_glass_pane_top.png create mode 100644 assets/minecraft/textures/block/pink_terracotta.png create mode 100644 assets/minecraft/textures/block/pink_tulip.png create mode 100644 assets/minecraft/textures/block/pink_wool.png create mode 100644 assets/minecraft/textures/block/piston_bottom.png create mode 100644 assets/minecraft/textures/block/piston_inner.png create mode 100644 assets/minecraft/textures/block/piston_side.png create mode 100644 assets/minecraft/textures/block/piston_side_sticky.png create mode 100644 assets/minecraft/textures/block/piston_top.png create mode 100644 assets/minecraft/textures/block/piston_top_sticky.png create mode 100644 assets/minecraft/textures/block/podzol_side.png create mode 100644 assets/minecraft/textures/block/podzol_top.png create mode 100644 assets/minecraft/textures/block/polished_andesite.png create mode 100644 assets/minecraft/textures/block/polished_diorite.png create mode 100644 assets/minecraft/textures/block/polished_granite.png create mode 100644 assets/minecraft/textures/block/poppy.png create mode 100644 assets/minecraft/textures/block/potatoes_stage3.png create mode 100644 assets/minecraft/textures/block/powered_rail.png create mode 100644 assets/minecraft/textures/block/powered_rail_on.png create mode 100644 assets/minecraft/textures/block/prismarine.png create mode 100644 assets/minecraft/textures/block/prismarine.png.mcmeta create mode 100644 assets/minecraft/textures/block/prismarine_bricks.png create mode 100644 assets/minecraft/textures/block/pumpkin_side.png create mode 100644 assets/minecraft/textures/block/pumpkin_top.png create mode 100644 assets/minecraft/textures/block/purple_stained_glass.png create mode 100644 assets/minecraft/textures/block/purple_stained_glass_pane_top.png create mode 100644 assets/minecraft/textures/block/purple_terracotta.png create mode 100644 assets/minecraft/textures/block/purple_wool.png create mode 100644 assets/minecraft/textures/block/purpur_block.png create mode 100644 assets/minecraft/textures/block/purpur_pillar.png create mode 100644 assets/minecraft/textures/block/purpur_pillar_top.png create mode 100644 assets/minecraft/textures/block/quartz_block_bottom.png create mode 100644 assets/minecraft/textures/block/quartz_block_side.png create mode 100644 assets/minecraft/textures/block/quartz_block_top.png create mode 100644 assets/minecraft/textures/block/quartz_pillar.png create mode 100644 assets/minecraft/textures/block/quartz_pillar_top.png create mode 100644 assets/minecraft/textures/block/rail.png create mode 100644 assets/minecraft/textures/block/rail_corner.png create mode 100644 assets/minecraft/textures/block/red_mushroom.png create mode 100644 assets/minecraft/textures/block/red_mushroom_block.png create mode 100644 assets/minecraft/textures/block/red_sand.png create mode 100644 assets/minecraft/textures/block/red_sandstone.png create mode 100644 assets/minecraft/textures/block/red_sandstone_bottom.png create mode 100644 assets/minecraft/textures/block/red_sandstone_top.png create mode 100644 assets/minecraft/textures/block/red_stained_glass.png create mode 100644 assets/minecraft/textures/block/red_stained_glass_pane_top.png create mode 100644 assets/minecraft/textures/block/red_terracotta.png create mode 100644 assets/minecraft/textures/block/red_tulip.png create mode 100644 assets/minecraft/textures/block/red_wool.png create mode 100644 assets/minecraft/textures/block/redstone_block.png create mode 100644 assets/minecraft/textures/block/redstone_dust_dot.png create mode 100644 assets/minecraft/textures/block/redstone_dust_line0.png create mode 100644 assets/minecraft/textures/block/redstone_dust_line1.png create mode 100644 assets/minecraft/textures/block/redstone_lamp.png create mode 100644 assets/minecraft/textures/block/redstone_lamp_on.png create mode 100644 assets/minecraft/textures/block/redstone_lamp_on.png.mcmeta create mode 100644 assets/minecraft/textures/block/redstone_ore.png create mode 100644 assets/minecraft/textures/block/redstone_torch.png create mode 100644 assets/minecraft/textures/block/redstone_torch_off.png create mode 100644 assets/minecraft/textures/block/repeater.png create mode 100644 assets/minecraft/textures/block/repeater_on.png create mode 100644 assets/minecraft/textures/block/rose_bush_bottom.png create mode 100644 assets/minecraft/textures/block/rose_bush_top.png create mode 100644 assets/minecraft/textures/block/sand.png create mode 100644 assets/minecraft/textures/block/sandstone.png create mode 100644 assets/minecraft/textures/block/sandstone_bottom.png create mode 100644 assets/minecraft/textures/block/sandstone_top.png create mode 100644 assets/minecraft/textures/block/slime_block.png create mode 100644 assets/minecraft/textures/block/smooth_stone.png create mode 100644 assets/minecraft/textures/block/smooth_stone_slab_side.png create mode 100644 assets/minecraft/textures/block/snow.png create mode 100644 assets/minecraft/textures/block/soul_sand.png create mode 100644 assets/minecraft/textures/block/sponge.png create mode 100644 assets/minecraft/textures/block/sponge.png.mcmeta create mode 100644 assets/minecraft/textures/block/spruce_door_bottom.png create mode 100644 assets/minecraft/textures/block/spruce_door_top.png create mode 100644 assets/minecraft/textures/block/spruce_leaves.png create mode 100644 assets/minecraft/textures/block/spruce_log.png create mode 100644 assets/minecraft/textures/block/spruce_log_top.png create mode 100644 assets/minecraft/textures/block/spruce_planks.png create mode 100644 assets/minecraft/textures/block/spruce_sapling.png create mode 100644 assets/minecraft/textures/block/stone.png create mode 100644 assets/minecraft/textures/block/stone_bricks.png create mode 100644 assets/minecraft/textures/block/stone_slab_side.png create mode 100644 assets/minecraft/textures/block/stone_slab_top.png create mode 100644 assets/minecraft/textures/block/sugar_cane.png create mode 100644 assets/minecraft/textures/block/sunflower_back.png create mode 100644 assets/minecraft/textures/block/sunflower_bottom.png create mode 100644 assets/minecraft/textures/block/sunflower_front.png create mode 100644 assets/minecraft/textures/block/sunflower_top.png create mode 100644 assets/minecraft/textures/block/tall_grass_bottom.png create mode 100644 assets/minecraft/textures/block/tall_grass_top.png create mode 100644 assets/minecraft/textures/block/terracotta.png create mode 100644 assets/minecraft/textures/block/tnt_bottom.png create mode 100644 assets/minecraft/textures/block/tnt_side.png create mode 100644 assets/minecraft/textures/block/tnt_top.png create mode 100644 assets/minecraft/textures/block/torch.png create mode 100644 assets/minecraft/textures/block/trip_wire_hook.png create mode 100644 assets/minecraft/textures/block/tripwire.png create mode 100644 assets/minecraft/textures/block/vine.png create mode 100644 assets/minecraft/textures/block/water_flow.png create mode 100644 assets/minecraft/textures/block/water_flow.png.mcmeta create mode 100644 assets/minecraft/textures/block/water_still.png create mode 100644 assets/minecraft/textures/block/water_still.png.mcmeta create mode 100644 assets/minecraft/textures/block/wet_sponge.png create mode 100644 assets/minecraft/textures/block/wet_sponge.png.mcmeta create mode 100644 assets/minecraft/textures/block/wheat_stage0.png create mode 100644 assets/minecraft/textures/block/wheat_stage7.png create mode 100644 assets/minecraft/textures/block/white_stained_glass.png create mode 100644 assets/minecraft/textures/block/white_stained_glass_pane_top.png create mode 100644 assets/minecraft/textures/block/white_terracotta.png create mode 100644 assets/minecraft/textures/block/white_tulip.png create mode 100644 assets/minecraft/textures/block/white_wool.png create mode 100644 assets/minecraft/textures/block/yellow_stained_glass.png create mode 100644 assets/minecraft/textures/block/yellow_stained_glass_pane_top.png create mode 100644 assets/minecraft/textures/block/yellow_terracotta.png create mode 100644 assets/minecraft/textures/block/yellow_wool.png create mode 100644 assets/minecraft/textures/block_variants/candle.png create mode 100644 assets/minecraft/textures/block_variants/candle_base.png create mode 100644 assets/minecraft/textures/block_variants/candle_flame.png create mode 100644 assets/minecraft/textures/block_variants/candle_flame.png.mcmeta create mode 100644 assets/minecraft/textures/block_variants/candle_on.png create mode 100644 assets/minecraft/textures/block_variants/candle_on_wall.png create mode 100644 assets/minecraft/textures/block_variants/candle_pillar_bottom.png create mode 100644 assets/minecraft/textures/block_variants/candle_pillar_top.png create mode 100644 assets/minecraft/textures/block_variants/cauldron_bottom.png create mode 100644 assets/minecraft/textures/block_variants/cauldron_inner.png create mode 100644 assets/minecraft/textures/block_variants/cauldron_side.png create mode 100644 assets/minecraft/textures/block_variants/cauldron_top.png create mode 100644 assets/minecraft/textures/block_variants/cauldron_water.png create mode 100644 assets/minecraft/textures/block_variants/cauldron_water.png.mcmeta create mode 100644 assets/minecraft/textures/block_variants/chiseled_red_sandstone_0.png create mode 100644 assets/minecraft/textures/block_variants/coal_ore_0.png create mode 100644 assets/minecraft/textures/block_variants/cobblestone_0.png create mode 100644 assets/minecraft/textures/block_variants/cobweb_0.png create mode 100644 assets/minecraft/textures/block_variants/cobweb_1.png create mode 100644 assets/minecraft/textures/block_variants/cobweb_2.png create mode 100644 assets/minecraft/textures/block_variants/comparator_blood_spike_base.png create mode 100644 assets/minecraft/textures/block_variants/comparator_blood_spikes.png create mode 100644 assets/minecraft/textures/block_variants/comparator_spike_base.png create mode 100644 assets/minecraft/textures/block_variants/comparator_spikes.png create mode 100644 assets/minecraft/textures/block_variants/cracked_stone_bricks_0.png create mode 100644 assets/minecraft/textures/block_variants/cracked_stone_bricks_1.png create mode 100644 assets/minecraft/textures/block_variants/dark_chiseled_stone_bricks.png create mode 100644 assets/minecraft/textures/block_variants/dark_cobblestone.png create mode 100644 assets/minecraft/textures/block_variants/dark_cobblestone_0.png create mode 100644 assets/minecraft/textures/block_variants/dark_cracked_stone_bricks.png create mode 100644 assets/minecraft/textures/block_variants/dark_cracked_stone_bricks_0.png create mode 100644 assets/minecraft/textures/block_variants/dark_cracked_stone_bricks_1.png create mode 100644 assets/minecraft/textures/block_variants/dark_mossy_stone_bricks.png create mode 100644 assets/minecraft/textures/block_variants/dark_mossy_stone_bricks_0.png create mode 100644 assets/minecraft/textures/block_variants/dark_mossy_stone_bricks_1.png create mode 100644 assets/minecraft/textures/block_variants/dark_mossy_stone_bricks_2.png create mode 100644 assets/minecraft/textures/block_variants/dark_stone.png create mode 100644 assets/minecraft/textures/block_variants/dark_stone_0.png create mode 100644 assets/minecraft/textures/block_variants/dark_stone_1.png create mode 100644 assets/minecraft/textures/block_variants/dark_stone_bricks.png create mode 100644 assets/minecraft/textures/block_variants/dirt_0.png create mode 100644 assets/minecraft/textures/block_variants/dirt_1.png create mode 100644 assets/minecraft/textures/block_variants/dirt_top.png create mode 100644 assets/minecraft/textures/block_variants/dirt_top_0.png create mode 100644 assets/minecraft/textures/block_variants/emerald_ore_0.png create mode 100644 assets/minecraft/textures/block_variants/enchanting_table_bottom.png create mode 100644 assets/minecraft/textures/block_variants/enchanting_table_item_book.png create mode 100644 assets/minecraft/textures/block_variants/enchanting_table_side.png create mode 100644 assets/minecraft/textures/block_variants/enchanting_table_top.png create mode 100644 assets/minecraft/textures/block_variants/grass_0.png create mode 100644 assets/minecraft/textures/block_variants/grass_1.png create mode 100644 assets/minecraft/textures/block_variants/grass_2.png create mode 100644 assets/minecraft/textures/block_variants/grass_3.png create mode 100644 assets/minecraft/textures/block_variants/grass_block_0.png create mode 100644 assets/minecraft/textures/block_variants/grass_top_0.png create mode 100644 assets/minecraft/textures/block_variants/grass_top_1.png create mode 100644 assets/minecraft/textures/block_variants/iron_bars_top.png create mode 100644 assets/minecraft/textures/block_variants/molten_rock.png create mode 100644 assets/minecraft/textures/block_variants/molten_rock.png.mcmeta create mode 100644 assets/minecraft/textures/block_variants/molten_rock_0.png create mode 100644 assets/minecraft/textures/block_variants/molten_rock_0.png.mcmeta create mode 100644 assets/minecraft/textures/block_variants/molten_rock_1.png create mode 100644 assets/minecraft/textures/block_variants/molten_rock_1.png.mcmeta create mode 100644 assets/minecraft/textures/block_variants/molten_rock_2.png create mode 100644 assets/minecraft/textures/block_variants/molten_rock_2.png.mcmeta create mode 100644 assets/minecraft/textures/block_variants/mossy_cobblestone_0.png create mode 100644 assets/minecraft/textures/block_variants/mossy_stone_bricks_0.png create mode 100644 assets/minecraft/textures/block_variants/mossy_stone_bricks_1.png create mode 100644 assets/minecraft/textures/block_variants/mossy_stone_bricks_2.png create mode 100644 assets/minecraft/textures/block_variants/netherrack_0.png create mode 100644 assets/minecraft/textures/block_variants/netherrack_1.png create mode 100644 assets/minecraft/textures/block_variants/oak_fence.png create mode 100644 assets/minecraft/textures/block_variants/oak_planks_flat.png create mode 100644 assets/minecraft/textures/block_variants/piston_bottom.png create mode 100644 assets/minecraft/textures/block_variants/piston_inner.png create mode 100644 assets/minecraft/textures/block_variants/piston_side_sticky.png create mode 100644 assets/minecraft/textures/block_variants/piston_top_sticky.png create mode 100644 assets/minecraft/textures/block_variants/potted_cactus.png create mode 100644 assets/minecraft/textures/block_variants/pumpkin_bottom.png create mode 100644 assets/minecraft/textures/block_variants/redstone_ore_0.png create mode 100644 assets/minecraft/textures/block_variants/sandstone_0.png create mode 100644 assets/minecraft/textures/block_variants/stone_0.png create mode 100644 assets/minecraft/textures/block_variants/stone_1.png create mode 100644 assets/minecraft/textures/block_variants/sunflower_back.png create mode 100644 assets/minecraft/textures/block_variants/sunflower_bottom_1.png create mode 100644 assets/minecraft/textures/block_variants/sunflower_front.png create mode 100644 assets/minecraft/textures/block_variants/vanta_block.png create mode 100644 assets/minecraft/textures/colormap/foliage.png create mode 100644 assets/minecraft/textures/colormap/grass.png create mode 100644 assets/minecraft/textures/entity/armorstand/wood.png create mode 100644 assets/minecraft/textures/entity/arrow.png create mode 100644 assets/minecraft/textures/entity/banner_base.png create mode 100644 assets/minecraft/textures/entity/blaze.png create mode 100644 assets/minecraft/textures/entity/chest/ender.png create mode 100644 assets/minecraft/textures/entity/chest/normal.png create mode 100644 assets/minecraft/textures/entity/chest/normal_double.png create mode 100644 assets/minecraft/textures/entity/chest/normal_left.png create mode 100644 assets/minecraft/textures/entity/chest/normal_right.png create mode 100644 assets/minecraft/textures/entity/chest/trapped.png create mode 100644 assets/minecraft/textures/entity/chest/trapped_double.png create mode 100644 assets/minecraft/textures/entity/chest/trapped_left.png create mode 100644 assets/minecraft/textures/entity/chest/trapped_right.png create mode 100644 assets/minecraft/textures/entity/enchanting_table_book.png create mode 100644 assets/minecraft/textures/entity/endercrystal/endercrystal.png create mode 100644 assets/minecraft/textures/entity/equipment/humanoid/chainmail.png create mode 100644 assets/minecraft/textures/entity/equipment/humanoid/diamond.png create mode 100644 assets/minecraft/textures/entity/equipment/humanoid/gold.png create mode 100644 assets/minecraft/textures/entity/equipment/humanoid/iron.png create mode 100644 assets/minecraft/textures/entity/equipment/humanoid/leather.png create mode 100644 assets/minecraft/textures/entity/equipment/humanoid_leggings/chainmail.png create mode 100644 assets/minecraft/textures/entity/equipment/humanoid_leggings/diamond.png create mode 100644 assets/minecraft/textures/entity/equipment/humanoid_leggings/gold.png create mode 100644 assets/minecraft/textures/entity/equipment/humanoid_leggings/iron.png create mode 100644 assets/minecraft/textures/entity/equipment/humanoid_leggings/leather.png create mode 100644 assets/minecraft/textures/entity/fishing_hook.png create mode 100644 assets/minecraft/textures/entity/iron_golem.png create mode 100644 assets/minecraft/textures/entity/iron_golem/iron_golem.png create mode 100644 assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_high.png create mode 100644 assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_low.png create mode 100644 assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_medium.png create mode 100644 assets/minecraft/textures/entity/minecart.png create mode 100644 assets/minecraft/textures/entity/piglin/zombified_piglin.png create mode 100644 assets/minecraft/textures/entity/player/slim/alex.png create mode 100644 assets/minecraft/textures/entity/player/wide/steve.png create mode 100644 assets/minecraft/textures/entity/projectiles/arrow.png create mode 100644 assets/minecraft/textures/entity/projectiles/spectral_arrow.png create mode 100644 assets/minecraft/textures/entity/projectiles/tipped_arrow.png create mode 100644 assets/minecraft/textures/entity/shield_base.png create mode 100644 assets/minecraft/textures/entity/shulker/shulker_purple.png create mode 100644 assets/minecraft/textures/entity/sign.png create mode 100644 assets/minecraft/textures/entity/signs/oak.png create mode 100644 assets/minecraft/textures/entity/skeleton/skeleton.png create mode 100644 assets/minecraft/textures/entity/skeleton/stray.png create mode 100644 assets/minecraft/textures/entity/skeleton/stray_overlay.png create mode 100644 assets/minecraft/textures/entity/skeleton/wither_skeleton.png create mode 100644 assets/minecraft/textures/entity/spider_eyes.png create mode 100644 assets/minecraft/textures/entity/villager/butcher.png create mode 100644 assets/minecraft/textures/entity/villager/farmer.png create mode 100644 assets/minecraft/textures/entity/villager/librarian.png create mode 100644 assets/minecraft/textures/entity/villager/priest.png create mode 100644 assets/minecraft/textures/entity/villager/profession/armorer.png create mode 100644 assets/minecraft/textures/entity/villager/profession/butcher.png create mode 100644 assets/minecraft/textures/entity/villager/profession/cleric.png create mode 100644 assets/minecraft/textures/entity/villager/profession/cleric.png.mcmeta create mode 100644 assets/minecraft/textures/entity/villager/profession/farmer.png create mode 100644 assets/minecraft/textures/entity/villager/profession/librarian.png create mode 100644 assets/minecraft/textures/entity/villager/profession/librarian.png.mcmeta create mode 100644 assets/minecraft/textures/entity/villager/profession/nitwit.png create mode 100644 assets/minecraft/textures/entity/villager/profession/toolsmith.png create mode 100644 assets/minecraft/textures/entity/villager/profession/weaponsmith.png create mode 100644 assets/minecraft/textures/entity/villager/profession_level/stone.png create mode 100644 assets/minecraft/textures/entity/villager/smith.png create mode 100644 assets/minecraft/textures/entity/villager/type/plains.png create mode 100644 assets/minecraft/textures/entity/villager/villager.png create mode 100644 assets/minecraft/textures/entity/witch.png create mode 100644 assets/minecraft/textures/entity/zombie/zombie.png create mode 100644 assets/minecraft/textures/entity/zombie/zombie_villager.png create mode 100644 assets/minecraft/textures/entity/zombie_pigman.png create mode 100644 assets/minecraft/textures/entity/zombie_villager/profession/armorer.png create mode 100644 assets/minecraft/textures/entity/zombie_villager/profession/butcher.png create mode 100644 assets/minecraft/textures/entity/zombie_villager/profession/cleric.png create mode 100644 assets/minecraft/textures/entity/zombie_villager/profession/cleric.png.mcmeta create mode 100644 assets/minecraft/textures/entity/zombie_villager/profession/farmer.png create mode 100644 assets/minecraft/textures/entity/zombie_villager/profession/librarian.png create mode 100644 assets/minecraft/textures/entity/zombie_villager/profession/librarian.png.mcmeta create mode 100644 assets/minecraft/textures/entity/zombie_villager/profession/nitwit.png create mode 100644 assets/minecraft/textures/entity/zombie_villager/profession/toolsmith.png create mode 100644 assets/minecraft/textures/entity/zombie_villager/profession/weaponsmith.png create mode 100644 assets/minecraft/textures/entity/zombie_villager/profession_level/stone.png create mode 100644 assets/minecraft/textures/entity/zombie_villager/type/plains.png create mode 100644 assets/minecraft/textures/entity/zombie_villager/zombie_villager.png create mode 100644 assets/minecraft/textures/environment/clouds.png create mode 100644 assets/minecraft/textures/environment/snow.png create mode 100644 assets/minecraft/textures/font/accented.png create mode 100644 assets/minecraft/textures/font/ascii.png create mode 100644 assets/minecraft/textures/font/badge.png create mode 100644 assets/minecraft/textures/font/banner/box.png create mode 100644 assets/minecraft/textures/font/banner/pill.png create mode 100644 assets/minecraft/textures/font/chat.png create mode 100644 assets/minecraft/textures/font/chat/banner.png create mode 100644 assets/minecraft/textures/font/chat/banner_end.png create mode 100644 assets/minecraft/textures/font/chat/banner_end_alt.png create mode 100644 assets/minecraft/textures/font/chat/banner_full.png create mode 100644 assets/minecraft/textures/font/chat/banner_short.png create mode 100644 assets/minecraft/textures/font/chat/banner_start.png create mode 100644 assets/minecraft/textures/font/class.png create mode 100644 assets/minecraft/textures/font/common.png create mode 100644 assets/minecraft/textures/font/currency.png create mode 100644 assets/minecraft/textures/font/distance.png create mode 100644 assets/minecraft/textures/font/five.png create mode 100644 assets/minecraft/textures/font/hud/gameplay/default/bottom_middle/breath.png create mode 100644 assets/minecraft/textures/font/hud/gameplay/default/bottom_middle/display.png create mode 100644 assets/minecraft/textures/font/hud/gameplay/default/bottom_middle/health.png create mode 100644 assets/minecraft/textures/font/hud/gameplay/default/bottom_middle/health_background.png create mode 100644 assets/minecraft/textures/font/hud/gameplay/default/bottom_middle/hotbar.png create mode 100644 assets/minecraft/textures/font/hud/gameplay/default/bottom_middle/level.png create mode 100644 assets/minecraft/textures/font/hud/gameplay/default/bottom_middle/mana.png create mode 100644 assets/minecraft/textures/font/hud/gameplay/default/bottom_middle/mana_background.png create mode 100644 assets/minecraft/textures/font/hud/gameplay/default/bottom_middle/meter.png create mode 100644 assets/minecraft/textures/font/hud/gameplay/default/bottom_middle/special.png create mode 100644 assets/minecraft/textures/font/hud/gameplay/default/bottom_middle/spell.png create mode 100644 assets/minecraft/textures/font/hud/gameplay/default/bottom_middle/sprint.png create mode 100644 assets/minecraft/textures/font/hud/gameplay/default/top_right/compass.png create mode 100644 assets/minecraft/textures/font/hud/gameplay/default/top_right/location.png create mode 100644 assets/minecraft/textures/font/hud/gameplay/default/top_right/marker.png create mode 100644 assets/minecraft/textures/font/hud/selector/default/bottom_middle/class.png create mode 100644 assets/minecraft/textures/font/hud/selector/default/bottom_middle/control.png create mode 100644 assets/minecraft/textures/font/hud/selector/default/bottom_middle/scene.png create mode 100644 assets/minecraft/textures/font/hud/selector/default/bottom_middle/select.png create mode 100644 assets/minecraft/textures/font/hud/selector/default/center_left/archetype.png create mode 100644 assets/minecraft/textures/font/hud/selector/default/center_left/marker.png create mode 100644 assets/minecraft/textures/font/hud/selector/default/center_right/card_archer.png create mode 100644 assets/minecraft/textures/font/hud/selector/default/center_right/card_archer_create.png create mode 100644 assets/minecraft/textures/font/hud/selector/default/center_right/card_assassin.png create mode 100644 assets/minecraft/textures/font/hud/selector/default/center_right/card_assassin_create.png create mode 100644 assets/minecraft/textures/font/hud/selector/default/center_right/card_dark_wizard.png create mode 100644 assets/minecraft/textures/font/hud/selector/default/center_right/card_hunter.png create mode 100644 assets/minecraft/textures/font/hud/selector/default/center_right/card_knight.png create mode 100644 assets/minecraft/textures/font/hud/selector/default/center_right/card_mage.png create mode 100644 assets/minecraft/textures/font/hud/selector/default/center_right/card_mage_create.png create mode 100644 assets/minecraft/textures/font/hud/selector/default/center_right/card_ninja.png create mode 100644 assets/minecraft/textures/font/hud/selector/default/center_right/card_shaman.png create mode 100644 assets/minecraft/textures/font/hud/selector/default/center_right/card_shaman_create.png create mode 100644 assets/minecraft/textures/font/hud/selector/default/center_right/card_skyseer.png create mode 100644 assets/minecraft/textures/font/hud/selector/default/center_right/card_warrior.png create mode 100644 assets/minecraft/textures/font/hud/selector/default/center_right/card_warrior_create.png create mode 100644 assets/minecraft/textures/font/hud/selector/default/center_right/completion.png create mode 100644 assets/minecraft/textures/font/hud/selector/default/center_right/gamemode.png create mode 100644 assets/minecraft/textures/font/hud/selector/default/center_right/marker.png create mode 100644 assets/minecraft/textures/font/hud/selector/default/center_right/progress.png create mode 100644 assets/minecraft/textures/font/hud/selector/default/center_right/wynncraft_outline_condensed.png create mode 100644 assets/minecraft/textures/font/hud/selector/default/top_left/wynncraft.png create mode 100644 assets/minecraft/textures/font/hud/selector/default/top_middle/marker.png create mode 100644 assets/minecraft/textures/font/hud/selector/default/top_right/marker.png create mode 100644 assets/minecraft/textures/font/hud/selector/default/top_right/wynncraft_condensed.png create mode 100644 assets/minecraft/textures/font/interface/ability_tree/ability.png create mode 100644 assets/minecraft/textures/font/interface/ability_tree/aspects.png create mode 100644 assets/minecraft/textures/font/interface/ability_tree/reset.png create mode 100644 assets/minecraft/textures/font/interface/bank/bank.png create mode 100644 assets/minecraft/textures/font/interface/bank/title.png create mode 100644 assets/minecraft/textures/font/interface/blacksmith/repair.png create mode 100644 assets/minecraft/textures/font/interface/blacksmith/sell.png create mode 100644 assets/minecraft/textures/font/interface/character_info/character_info.png create mode 100644 assets/minecraft/textures/font/interface/character_select/backups.png create mode 100644 assets/minecraft/textures/font/interface/character_select/cancel.png create mode 100644 assets/minecraft/textures/font/interface/character_select/create.png create mode 100644 assets/minecraft/textures/font/interface/character_select/customize.png create mode 100644 assets/minecraft/textures/font/interface/character_select/delete.png create mode 100644 assets/minecraft/textures/font/interface/character_select/gamemode.png create mode 100644 assets/minecraft/textures/font/interface/character_select/icon.png create mode 100644 assets/minecraft/textures/font/interface/character_select/select.png create mode 100644 assets/minecraft/textures/font/interface/content_book/content_book.png create mode 100644 assets/minecraft/textures/font/interface/item_identifier/augment.png create mode 100644 assets/minecraft/textures/font/interface/item_identifier/identify.png create mode 100644 assets/minecraft/textures/font/interface/lootrun/boon.png create mode 100644 assets/minecraft/textures/font/interface/lootrun/mission.png create mode 100644 assets/minecraft/textures/font/interface/lootrun/start.png create mode 100644 assets/minecraft/textures/font/interface/lootrun/title.png create mode 100644 assets/minecraft/textures/font/interface/lootrun/treasure.png create mode 100644 assets/minecraft/textures/font/interface/mastery_tome/mastery_tome.png create mode 100644 assets/minecraft/textures/font/interface/powder_master/infuse.png create mode 100644 assets/minecraft/textures/font/interface/powder_master/remove.png create mode 100644 assets/minecraft/textures/font/interface/powder_master/upgrade.png create mode 100644 assets/minecraft/textures/font/interface/raid/start_guild.png create mode 100644 assets/minecraft/textures/font/interface/raid/start_normal.png create mode 100644 assets/minecraft/textures/font/interface/raid/title.png create mode 100644 assets/minecraft/textures/font/interface/raid/treasure_preview.png create mode 100644 assets/minecraft/textures/font/interface/raid/treasure_reward.png create mode 100644 assets/minecraft/textures/font/interface/rekindled/beta.png create mode 100644 assets/minecraft/textures/font/interface/rekindled/release.png create mode 100644 assets/minecraft/textures/font/interface/shop/shop.png create mode 100644 assets/minecraft/textures/font/interface/trade_market/buy.png create mode 100644 assets/minecraft/textures/font/interface/trade_market/filter.png create mode 100644 assets/minecraft/textures/font/interface/trade_market/list.png create mode 100644 assets/minecraft/textures/font/interface/trade_market/order.png create mode 100644 assets/minecraft/textures/font/interface/trade_market/overview.png create mode 100644 assets/minecraft/textures/font/interface/trade_market/sell.png create mode 100644 assets/minecraft/textures/font/keybind.png create mode 100644 assets/minecraft/textures/font/language/five.png create mode 100644 assets/minecraft/textures/font/language/high_gavellian.png create mode 100644 assets/minecraft/textures/font/language/wynncraft.png create mode 100644 assets/minecraft/textures/font/language/wynnic.png create mode 100644 assets/minecraft/textures/font/marker/focus.png create mode 100644 assets/minecraft/textures/font/marker/prism.png create mode 100644 assets/minecraft/textures/font/merchant.png create mode 100644 assets/minecraft/textures/font/nameplate/corrupt/active.png create mode 100644 assets/minecraft/textures/font/nameplate/corrupt/bar.png create mode 100644 assets/minecraft/textures/font/nameplate/corrupt/inactive.png create mode 100644 assets/minecraft/textures/font/nameplate/corrupt/phase.png create mode 100644 assets/minecraft/textures/font/nameplate/corrupt/status.png create mode 100644 assets/minecraft/textures/font/nameplate/dark/active.png create mode 100644 assets/minecraft/textures/font/nameplate/dark/inactive.png create mode 100644 assets/minecraft/textures/font/nameplate/dark/phase.png create mode 100644 assets/minecraft/textures/font/nameplate/dark/status.png create mode 100644 assets/minecraft/textures/font/nameplate/default/active.png create mode 100644 assets/minecraft/textures/font/nameplate/default/inactive.png create mode 100644 assets/minecraft/textures/font/nameplate/default/phase.png create mode 100644 assets/minecraft/textures/font/nameplate/default/status.png create mode 100644 assets/minecraft/textures/font/nameplate/gold/active.png create mode 100644 assets/minecraft/textures/font/nameplate/gold/bar.png create mode 100644 assets/minecraft/textures/font/nameplate/gold/inactive.png create mode 100644 assets/minecraft/textures/font/nameplate/gold/phase.png create mode 100644 assets/minecraft/textures/font/nameplate/gold/status.png create mode 100644 assets/minecraft/textures/font/nameplate/progress/active.png create mode 100644 assets/minecraft/textures/font/nonlatin_european.png create mode 100644 assets/minecraft/textures/font/offset/five.png create mode 100644 assets/minecraft/textures/font/offset/wynncraft.png create mode 100644 assets/minecraft/textures/font/offset/wynncraft_outline.png create mode 100644 assets/minecraft/textures/font/overlay/pause.png create mode 100644 assets/minecraft/textures/font/profession.png create mode 100644 assets/minecraft/textures/font/rank.png create mode 100644 assets/minecraft/textures/font/sb.png create mode 100644 assets/minecraft/textures/font/screen/death.png create mode 100644 assets/minecraft/textures/font/screen/fade.png create mode 100644 assets/minecraft/textures/font/screen/flash.png create mode 100644 assets/minecraft/textures/font/screen/load.png create mode 100644 assets/minecraft/textures/font/screen/trans.png create mode 100644 assets/minecraft/textures/font/screen/warp.png create mode 100644 assets/minecraft/textures/font/screen/wynncraft.png create mode 100644 assets/minecraft/textures/gui/advancements/window.png create mode 100644 assets/minecraft/textures/gui/book.png create mode 100644 assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png create mode 100644 assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png create mode 100644 assets/minecraft/textures/gui/container/creative_inventory/tab_items.png create mode 100644 assets/minecraft/textures/gui/container/generic_54.png create mode 100644 assets/minecraft/textures/gui/container/horse.png create mode 100644 assets/minecraft/textures/gui/container/inventory.png create mode 100644 assets/minecraft/textures/gui/options_background.png create mode 100644 assets/minecraft/textures/gui/sprites/advancements/box_obtained.png create mode 100644 assets/minecraft/textures/gui/sprites/advancements/box_unobtained.png create mode 100644 assets/minecraft/textures/gui/sprites/advancements/challenge_frame_obtained.png create mode 100644 assets/minecraft/textures/gui/sprites/advancements/challenge_frame_unobtained.png create mode 100644 assets/minecraft/textures/gui/sprites/advancements/goal_frame_obtained.png create mode 100644 assets/minecraft/textures/gui/sprites/advancements/goal_frame_unobtained.png create mode 100644 assets/minecraft/textures/gui/sprites/advancements/tab_above_left.png create mode 100644 assets/minecraft/textures/gui/sprites/advancements/tab_above_left_selected.png create mode 100644 assets/minecraft/textures/gui/sprites/advancements/tab_above_middle.png create mode 100644 assets/minecraft/textures/gui/sprites/advancements/tab_above_middle_selected.png create mode 100644 assets/minecraft/textures/gui/sprites/advancements/tab_above_right.png create mode 100644 assets/minecraft/textures/gui/sprites/advancements/tab_above_right_selected.png create mode 100644 assets/minecraft/textures/gui/sprites/advancements/tab_below_left.png create mode 100644 assets/minecraft/textures/gui/sprites/advancements/tab_below_left_selected.png create mode 100644 assets/minecraft/textures/gui/sprites/advancements/tab_below_middle.png create mode 100644 assets/minecraft/textures/gui/sprites/advancements/tab_below_middle_selected.png create mode 100644 assets/minecraft/textures/gui/sprites/advancements/tab_below_right.png create mode 100644 assets/minecraft/textures/gui/sprites/advancements/tab_below_right_selected.png create mode 100644 assets/minecraft/textures/gui/sprites/advancements/tab_left_bottom.png create mode 100644 assets/minecraft/textures/gui/sprites/advancements/tab_left_bottom_selected.png create mode 100644 assets/minecraft/textures/gui/sprites/advancements/tab_left_middle.png create mode 100644 assets/minecraft/textures/gui/sprites/advancements/tab_left_middle_selected.png create mode 100644 assets/minecraft/textures/gui/sprites/advancements/tab_left_top.png create mode 100644 assets/minecraft/textures/gui/sprites/advancements/tab_left_top_selected.png create mode 100644 assets/minecraft/textures/gui/sprites/advancements/tab_right_bottom.png create mode 100644 assets/minecraft/textures/gui/sprites/advancements/tab_right_bottom_selected.png create mode 100644 assets/minecraft/textures/gui/sprites/advancements/tab_right_middle.png create mode 100644 assets/minecraft/textures/gui/sprites/advancements/tab_right_middle_selected.png create mode 100644 assets/minecraft/textures/gui/sprites/advancements/tab_right_top.png create mode 100644 assets/minecraft/textures/gui/sprites/advancements/tab_right_top_selected.png create mode 100644 assets/minecraft/textures/gui/sprites/advancements/task_frame_obtained.png create mode 100644 assets/minecraft/textures/gui/sprites/advancements/task_frame_unobtained.png create mode 100644 assets/minecraft/textures/gui/sprites/advancements/title_box.png create mode 100644 assets/minecraft/textures/gui/sprites/advancements/title_box.png.mcmeta create mode 100644 assets/minecraft/textures/gui/sprites/boss_bar/blue_background.png create mode 100644 assets/minecraft/textures/gui/sprites/boss_bar/blue_progress.png create mode 100644 assets/minecraft/textures/gui/sprites/boss_bar/green_background.png create mode 100644 assets/minecraft/textures/gui/sprites/boss_bar/green_progress.png create mode 100644 assets/minecraft/textures/gui/sprites/boss_bar/notched_10_background.png create mode 100644 assets/minecraft/textures/gui/sprites/boss_bar/notched_10_progress.png create mode 100644 assets/minecraft/textures/gui/sprites/boss_bar/notched_12_background.png create mode 100644 assets/minecraft/textures/gui/sprites/boss_bar/notched_12_progress.png create mode 100644 assets/minecraft/textures/gui/sprites/boss_bar/notched_20_background.png create mode 100644 assets/minecraft/textures/gui/sprites/boss_bar/notched_20_progress.png create mode 100644 assets/minecraft/textures/gui/sprites/boss_bar/notched_6_background.png create mode 100644 assets/minecraft/textures/gui/sprites/boss_bar/notched_6_progress.png create mode 100644 assets/minecraft/textures/gui/sprites/boss_bar/pink_background.png create mode 100644 assets/minecraft/textures/gui/sprites/boss_bar/pink_progress.png create mode 100644 assets/minecraft/textures/gui/sprites/boss_bar/purple_background.png create mode 100644 assets/minecraft/textures/gui/sprites/boss_bar/purple_progress.png create mode 100644 assets/minecraft/textures/gui/sprites/boss_bar/red_background.png create mode 100644 assets/minecraft/textures/gui/sprites/boss_bar/red_progress.png create mode 100644 assets/minecraft/textures/gui/sprites/boss_bar/white_background.png create mode 100644 assets/minecraft/textures/gui/sprites/boss_bar/white_progress.png create mode 100644 assets/minecraft/textures/gui/sprites/boss_bar/yellow_background.png create mode 100644 assets/minecraft/textures/gui/sprites/boss_bar/yellow_progress.png create mode 100644 assets/minecraft/textures/gui/sprites/container/creative_inventory/scroller.png create mode 100644 assets/minecraft/textures/gui/sprites/container/creative_inventory/scroller_disabled.png create mode 100644 assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_bottom_selected_1.png create mode 100644 assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_bottom_selected_2.png create mode 100644 assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_bottom_selected_3.png create mode 100644 assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_bottom_selected_4.png create mode 100644 assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_bottom_selected_5.png create mode 100644 assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_bottom_selected_6.png create mode 100644 assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_bottom_selected_7.png create mode 100644 assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_bottom_unselected_1.png create mode 100644 assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_bottom_unselected_2.png create mode 100644 assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_bottom_unselected_3.png create mode 100644 assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_bottom_unselected_4.png create mode 100644 assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_bottom_unselected_5.png create mode 100644 assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_bottom_unselected_6.png create mode 100644 assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_bottom_unselected_7.png create mode 100644 assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_top_selected_1.png create mode 100644 assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_top_selected_2.png create mode 100644 assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_top_selected_3.png create mode 100644 assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_top_selected_4.png create mode 100644 assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_top_selected_5.png create mode 100644 assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_top_selected_6.png create mode 100644 assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_top_selected_7.png create mode 100644 assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_top_unselected_1.png create mode 100644 assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_top_unselected_2.png create mode 100644 assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_top_unselected_3.png create mode 100644 assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_top_unselected_4.png create mode 100644 assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_top_unselected_5.png create mode 100644 assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_top_unselected_6.png create mode 100644 assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_top_unselected_7.png create mode 100644 assets/minecraft/textures/gui/sprites/container/horse/armor_slot.png create mode 100644 assets/minecraft/textures/gui/sprites/container/horse/chest_slots.png create mode 100644 assets/minecraft/textures/gui/sprites/container/horse/llama_armor_slot.png create mode 100644 assets/minecraft/textures/gui/sprites/container/horse/saddle_slot.png create mode 100644 assets/minecraft/textures/gui/sprites/container/inventory/effect_background_large.png create mode 100644 assets/minecraft/textures/gui/sprites/container/inventory/effect_background_small.png create mode 100644 assets/minecraft/textures/gui/sprites/container/slot.png create mode 100644 assets/minecraft/textures/gui/sprites/container/slot/boots.png create mode 100644 assets/minecraft/textures/gui/sprites/container/slot/chestplate.png create mode 100644 assets/minecraft/textures/gui/sprites/container/slot/helmet.png create mode 100644 assets/minecraft/textures/gui/sprites/container/slot/horse_armor.png create mode 100644 assets/minecraft/textures/gui/sprites/container/slot/leggings.png create mode 100644 assets/minecraft/textures/gui/sprites/container/slot/llama_armor.png create mode 100644 assets/minecraft/textures/gui/sprites/container/slot/saddle.png create mode 100644 assets/minecraft/textures/gui/sprites/container/slot/shield.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/air.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/air_bursting.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/air_empty.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/armor_empty.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/armor_full.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/armor_half.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/crosshair.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/crosshair_attack_indicator_background.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/crosshair_attack_indicator_full.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/crosshair_attack_indicator_progress.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/effect_background.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/effect_background_ambient.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/experience_bar_background.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/experience_bar_progress.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/food_empty.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/food_empty_hunger.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/food_full.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/food_full_hunger.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/food_half.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/food_half_hunger.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/heart/absorbing_full.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/heart/absorbing_full_blinking.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/heart/absorbing_half.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/heart/absorbing_half_blinking.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/heart/absorbing_hardcore_full.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/heart/absorbing_hardcore_full_blinking.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/heart/absorbing_hardcore_half.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/heart/absorbing_hardcore_half_blinking.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/heart/container.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/heart/container_blinking.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/heart/container_hardcore.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/heart/container_hardcore_blinking.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/heart/full.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/heart/full_blinking.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/heart/half.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/heart/half_blinking.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/heart/hardcore_full.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/heart/hardcore_full_blinking.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/heart/hardcore_half.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/heart/hardcore_half_blinking.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/heart/poisoned_full.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/heart/poisoned_full_blinking.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/heart/poisoned_half.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/heart/poisoned_half_blinking.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/heart/poisoned_hardcore_full.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/heart/poisoned_hardcore_full_blinking.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/heart/poisoned_hardcore_half.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/heart/poisoned_hardcore_half_blinking.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/heart/vehicle_container.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/heart/vehicle_full.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/heart/vehicle_half.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/heart/withered_full.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/heart/withered_full_blinking.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/heart/withered_half.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/heart/withered_half_blinking.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/heart/withered_hardcore_full.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/heart/withered_hardcore_full_blinking.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/heart/withered_hardcore_half.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/heart/withered_hardcore_half_blinking.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/hotbar.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/hotbar_attack_indicator_background.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/hotbar_attack_indicator_progress.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/hotbar_offhand_left.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/hotbar_offhand_right.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/hotbar_selection.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/jump_bar_background.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/jump_bar_cooldown.png create mode 100644 assets/minecraft/textures/gui/sprites/hud/jump_bar_progress.png create mode 100644 assets/minecraft/textures/gui/sprites/recipe_book/button.png create mode 100644 assets/minecraft/textures/gui/sprites/recipe_book/button_highlighted.png create mode 100644 assets/minecraft/textures/gui/sprites/widget/button.png create mode 100644 assets/minecraft/textures/gui/sprites/widget/button.png.mcmeta create mode 100644 assets/minecraft/textures/gui/sprites/widget/button_disabled.png create mode 100644 assets/minecraft/textures/gui/sprites/widget/button_disabled.png.mcmeta create mode 100644 assets/minecraft/textures/gui/sprites/widget/button_highlighted.png create mode 100644 assets/minecraft/textures/gui/sprites/widget/button_highlighted.png.mcmeta create mode 100644 assets/minecraft/textures/gui/sprites/widget/locked_button.png create mode 100644 assets/minecraft/textures/gui/sprites/widget/locked_button_disabled.png create mode 100644 assets/minecraft/textures/gui/sprites/widget/locked_button_highlighted.png create mode 100644 assets/minecraft/textures/gui/sprites/widget/scroller.png create mode 100644 assets/minecraft/textures/gui/sprites/widget/scroller.png.mcmeta create mode 100644 assets/minecraft/textures/gui/sprites/widget/scroller_background.png create mode 100644 assets/minecraft/textures/gui/sprites/widget/scroller_background.png.mcmeta create mode 100644 assets/minecraft/textures/gui/sprites/widget/slider.png create mode 100644 assets/minecraft/textures/gui/sprites/widget/slider.png.mcmeta create mode 100644 assets/minecraft/textures/gui/sprites/widget/slider_handle.png create mode 100644 assets/minecraft/textures/gui/sprites/widget/slider_handle.png.mcmeta create mode 100644 assets/minecraft/textures/gui/sprites/widget/slider_handle_highlighted.png create mode 100644 assets/minecraft/textures/gui/sprites/widget/slider_handle_highlighted.png.mcmeta create mode 100644 assets/minecraft/textures/gui/sprites/widget/slider_highlighted.png create mode 100644 assets/minecraft/textures/gui/sprites/widget/slider_highlighted.png.mcmeta create mode 100644 assets/minecraft/textures/gui/sprites/widget/unlocked_button.png create mode 100644 assets/minecraft/textures/gui/sprites/widget/unlocked_button_disabled.png create mode 100644 assets/minecraft/textures/gui/sprites/widget/unlocked_button_highlighted.png create mode 100644 assets/minecraft/textures/gui/title/background/panorama_0.png create mode 100644 assets/minecraft/textures/gui/title/background/panorama_1.png create mode 100644 assets/minecraft/textures/gui/title/background/panorama_2.png create mode 100644 assets/minecraft/textures/gui/title/background/panorama_3.png create mode 100644 assets/minecraft/textures/gui/title/background/panorama_4.png create mode 100644 assets/minecraft/textures/gui/title/background/panorama_5.png create mode 100644 assets/minecraft/textures/item/apple.png create mode 100644 assets/minecraft/textures/item/armor_stand.png create mode 100644 assets/minecraft/textures/item/arrow.png create mode 100644 assets/minecraft/textures/item/baked_potato.png create mode 100644 assets/minecraft/textures/item/barrier.png create mode 100644 assets/minecraft/textures/item/beef.png create mode 100644 assets/minecraft/textures/item/blaze_rod.png create mode 100644 assets/minecraft/textures/item/bone.png create mode 100644 assets/minecraft/textures/item/book.png create mode 100644 assets/minecraft/textures/item/bowl.png create mode 100644 assets/minecraft/textures/item/bread.png create mode 100644 assets/minecraft/textures/item/brewing_stand.png create mode 100644 assets/minecraft/textures/item/brick.png create mode 100644 assets/minecraft/textures/item/bucket.png create mode 100644 assets/minecraft/textures/item/carrot.png create mode 100644 assets/minecraft/textures/item/cauldron.png create mode 100644 assets/minecraft/textures/item/charcoal.png create mode 100644 assets/minecraft/textures/item/chorus_fruit.png create mode 100644 assets/minecraft/textures/item/coal.png create mode 100644 assets/minecraft/textures/item/cod.png create mode 100644 assets/minecraft/textures/item/compass_00.png create mode 100644 assets/minecraft/textures/item/compass_01.png create mode 100644 assets/minecraft/textures/item/compass_02.png create mode 100644 assets/minecraft/textures/item/compass_03.png create mode 100644 assets/minecraft/textures/item/compass_04.png create mode 100644 assets/minecraft/textures/item/compass_05.png create mode 100644 assets/minecraft/textures/item/compass_06.png create mode 100644 assets/minecraft/textures/item/compass_07.png create mode 100644 assets/minecraft/textures/item/compass_08.png create mode 100644 assets/minecraft/textures/item/compass_09.png create mode 100644 assets/minecraft/textures/item/compass_10.png create mode 100644 assets/minecraft/textures/item/compass_11.png create mode 100644 assets/minecraft/textures/item/compass_12.png create mode 100644 assets/minecraft/textures/item/compass_13.png create mode 100644 assets/minecraft/textures/item/compass_14.png create mode 100644 assets/minecraft/textures/item/compass_15.png create mode 100644 assets/minecraft/textures/item/compass_16.png create mode 100644 assets/minecraft/textures/item/compass_17.png create mode 100644 assets/minecraft/textures/item/compass_18.png create mode 100644 assets/minecraft/textures/item/compass_19.png create mode 100644 assets/minecraft/textures/item/compass_20.png create mode 100644 assets/minecraft/textures/item/compass_21.png create mode 100644 assets/minecraft/textures/item/compass_22.png create mode 100644 assets/minecraft/textures/item/compass_23.png create mode 100644 assets/minecraft/textures/item/compass_24.png create mode 100644 assets/minecraft/textures/item/compass_25.png create mode 100644 assets/minecraft/textures/item/compass_26.png create mode 100644 assets/minecraft/textures/item/compass_27.png create mode 100644 assets/minecraft/textures/item/compass_28.png create mode 100644 assets/minecraft/textures/item/compass_29.png create mode 100644 assets/minecraft/textures/item/compass_30.png create mode 100644 assets/minecraft/textures/item/compass_31.png create mode 100644 assets/minecraft/textures/item/cooked_beef.png create mode 100644 assets/minecraft/textures/item/cooked_chicken.png create mode 100644 assets/minecraft/textures/item/cooked_cod.png create mode 100644 assets/minecraft/textures/item/cooked_mutton.png create mode 100644 assets/minecraft/textures/item/cooked_porkchop.png create mode 100644 assets/minecraft/textures/item/cooked_rabbit.png create mode 100644 assets/minecraft/textures/item/cooked_salmon.png create mode 100644 assets/minecraft/textures/item/cookie.png create mode 100644 assets/minecraft/textures/item/copper_ingot.png create mode 100644 assets/minecraft/textures/item/diamond.png create mode 100644 assets/minecraft/textures/item/diamond_axe.png create mode 100644 assets/minecraft/textures/item/diamond_hoe.png create mode 100644 assets/minecraft/textures/item/diamond_pickaxe.png create mode 100644 assets/minecraft/textures/item/diamond_shovel.png create mode 100644 assets/minecraft/textures/item/diamond_sword.png create mode 100644 assets/minecraft/textures/item/dragon_breath.png create mode 100644 assets/minecraft/textures/item/egg.png create mode 100644 assets/minecraft/textures/item/emerald.png create mode 100644 assets/minecraft/textures/item/empty_armor_slot_boots.png create mode 100644 assets/minecraft/textures/item/empty_armor_slot_chestplate.png create mode 100644 assets/minecraft/textures/item/empty_armor_slot_helmet.png create mode 100644 assets/minecraft/textures/item/empty_armor_slot_leggings.png create mode 100644 assets/minecraft/textures/item/empty_armor_slot_shield.png create mode 100644 assets/minecraft/textures/item/enchanted_book.png create mode 100644 assets/minecraft/textures/item/ender_eye.png create mode 100644 assets/minecraft/textures/item/ender_pearl.png create mode 100644 assets/minecraft/textures/item/experience_bottle.png create mode 100644 assets/minecraft/textures/item/experience_bottle.png.mcmeta create mode 100644 assets/minecraft/textures/item/feather.png create mode 100644 assets/minecraft/textures/item/fermented_spider_eye.png create mode 100644 assets/minecraft/textures/item/filled_map.png create mode 100644 assets/minecraft/textures/item/filled_map_markings.png create mode 100644 assets/minecraft/textures/item/fire_charge.png create mode 100644 assets/minecraft/textures/item/fishing_rod.png create mode 100644 assets/minecraft/textures/item/fishing_rod_cast.png create mode 100644 assets/minecraft/textures/item/flint.png create mode 100644 assets/minecraft/textures/item/flint_and_steel.png create mode 100644 assets/minecraft/textures/item/glass_bottle.png create mode 100644 assets/minecraft/textures/item/glistering_melon_slice.png create mode 100644 assets/minecraft/textures/item/gold_ingot.png create mode 100644 assets/minecraft/textures/item/gold_nugget.png create mode 100644 assets/minecraft/textures/item/golden_apple.png create mode 100644 assets/minecraft/textures/item/golden_axe.png create mode 100644 assets/minecraft/textures/item/golden_carrot.png create mode 100644 assets/minecraft/textures/item/golden_hoe.png create mode 100644 assets/minecraft/textures/item/golden_pickaxe.png create mode 100644 assets/minecraft/textures/item/golden_shovel.png create mode 100644 assets/minecraft/textures/item/golden_sword.png create mode 100644 assets/minecraft/textures/item/hopper.png create mode 100644 assets/minecraft/textures/item/ink_sac.png create mode 100644 assets/minecraft/textures/item/iron_axe.png create mode 100644 assets/minecraft/textures/item/iron_hoe.png create mode 100644 assets/minecraft/textures/item/iron_ingot.png create mode 100644 assets/minecraft/textures/item/iron_pickaxe.png create mode 100644 assets/minecraft/textures/item/iron_shovel.png create mode 100644 assets/minecraft/textures/item/iron_sword.png create mode 100644 assets/minecraft/textures/item/item_frame.png create mode 100644 assets/minecraft/textures/item/knowledge_book.png create mode 100644 assets/minecraft/textures/item/lapis_lazuli.png create mode 100644 assets/minecraft/textures/item/lava_bucket.png create mode 100644 assets/minecraft/textures/item/leather.png create mode 100644 assets/minecraft/textures/item/lingering_potion.png create mode 100644 assets/minecraft/textures/item/magma_cream.png create mode 100644 assets/minecraft/textures/item/map.png create mode 100644 assets/minecraft/textures/item/melon_seeds.png create mode 100644 assets/minecraft/textures/item/melon_slice.png create mode 100644 assets/minecraft/textures/item/milk_bucket.png create mode 100644 assets/minecraft/textures/item/mushroom_stew.png create mode 100644 assets/minecraft/textures/item/mutton.png create mode 100644 assets/minecraft/textures/item/name_tag.png create mode 100644 assets/minecraft/textures/item/nether_star.png create mode 100644 assets/minecraft/textures/item/nether_wart.png create mode 100644 assets/minecraft/textures/item/oak_sign.png create mode 100644 assets/minecraft/textures/item/paper.png create mode 100644 assets/minecraft/textures/item/poisonous_potato.png create mode 100644 assets/minecraft/textures/item/popped_chorus_fruit.png create mode 100644 assets/minecraft/textures/item/porkchop.png create mode 100644 assets/minecraft/textures/item/potion.png create mode 100644 assets/minecraft/textures/item/potion_overlay.png create mode 100644 assets/minecraft/textures/item/prismarine_shard.png create mode 100644 assets/minecraft/textures/item/pufferfish.png create mode 100644 assets/minecraft/textures/item/pumpkin_seeds.png create mode 100644 assets/minecraft/textures/item/quartz.png create mode 100644 assets/minecraft/textures/item/rabbit.png create mode 100644 assets/minecraft/textures/item/rabbit_foot.png create mode 100644 assets/minecraft/textures/item/rabbit_hide.png create mode 100644 assets/minecraft/textures/item/rabbit_raw.png create mode 100644 assets/minecraft/textures/item/rabbit_stew.png create mode 100644 assets/minecraft/textures/item/repeater.png create mode 100644 assets/minecraft/textures/item/rotten_flesh.png create mode 100644 assets/minecraft/textures/item/saddle.png create mode 100644 assets/minecraft/textures/item/salmon.png create mode 100644 assets/minecraft/textures/item/slime_ball.png create mode 100644 assets/minecraft/textures/item/snowball.png create mode 100644 assets/minecraft/textures/item/spectral_arrow.png create mode 100644 assets/minecraft/textures/item/spider_eye.png create mode 100644 assets/minecraft/textures/item/splash_potion.png create mode 100644 assets/minecraft/textures/item/stone_axe.png create mode 100644 assets/minecraft/textures/item/stone_hoe.png create mode 100644 assets/minecraft/textures/item/stone_pickaxe.png create mode 100644 assets/minecraft/textures/item/stone_shovel.png create mode 100644 assets/minecraft/textures/item/stone_sword.png create mode 100644 assets/minecraft/textures/item/string.png create mode 100644 assets/minecraft/textures/item/sugar_cane.png create mode 100644 assets/minecraft/textures/item/tipped_arrow_base.png create mode 100644 assets/minecraft/textures/item/tipped_arrow_head.png create mode 100644 assets/minecraft/textures/item/tropical_fish.png create mode 100644 assets/minecraft/textures/item/w1000699119_0.png create mode 100644 assets/minecraft/textures/item/w100357_0.png create mode 100644 assets/minecraft/textures/item/w1007818512_0.png create mode 100644 assets/minecraft/textures/item/w1014461835_0.png create mode 100644 assets/minecraft/textures/item/w101491_0.png create mode 100644 assets/minecraft/textures/item/w101583_0.png create mode 100644 assets/minecraft/textures/item/w1017938483_1.png create mode 100644 assets/minecraft/textures/item/w1022535760_0.png create mode 100644 assets/minecraft/textures/item/w1032032292_0.png create mode 100644 assets/minecraft/textures/item/w1032032292_1.png create mode 100644 assets/minecraft/textures/item/w1033903923_0.png create mode 100644 assets/minecraft/textures/item/w1038755468_0.png create mode 100644 assets/minecraft/textures/item/w104257585_0.png create mode 100644 assets/minecraft/textures/item/w1051568693_0.png create mode 100644 assets/minecraft/textures/item/w1052764875_0.png create mode 100644 assets/minecraft/textures/item/w1054333355_0.png create mode 100644 assets/minecraft/textures/item/w1054345227_0.png create mode 100644 assets/minecraft/textures/item/w105563160_0.png create mode 100644 assets/minecraft/textures/item/w105696454_0.png create mode 100644 assets/minecraft/textures/item/w1057345076_0.png create mode 100644 assets/minecraft/textures/item/w1065518513_0.png create mode 100644 assets/minecraft/textures/item/w1067269100_0.png create mode 100644 assets/minecraft/textures/item/w1069449510_0.png create mode 100644 assets/minecraft/textures/item/w1070445653_0.png create mode 100644 assets/minecraft/textures/item/w107622195_0.png create mode 100644 assets/minecraft/textures/item/w1081588330_1.png create mode 100644 assets/minecraft/textures/item/w1084222530_4.png create mode 100644 assets/minecraft/textures/item/w1087070498_0.png create mode 100644 assets/minecraft/textures/item/w1095277541_0.png create mode 100644 assets/minecraft/textures/item/w1101740439_0.png create mode 100644 assets/minecraft/textures/item/w110990_0.png create mode 100644 assets/minecraft/textures/item/w1111193597_0.png create mode 100644 assets/minecraft/textures/item/w1119787869_0.png create mode 100644 assets/minecraft/textures/item/w1119953194_0.png create mode 100644 assets/minecraft/textures/item/w1121841172_0.png create mode 100644 assets/minecraft/textures/item/w1126369822_0.png create mode 100644 assets/minecraft/textures/item/w1127586070_0.png create mode 100644 assets/minecraft/textures/item/w113601127_0.png create mode 100644 assets/minecraft/textures/item/w113601127_1.png create mode 100644 assets/minecraft/textures/item/w113601127_2.png create mode 100644 assets/minecraft/textures/item/w113601127_3.png create mode 100644 assets/minecraft/textures/item/w113601127_4.png create mode 100644 assets/minecraft/textures/item/w113601127_5.png create mode 100644 assets/minecraft/textures/item/w1140770226_0.png create mode 100644 assets/minecraft/textures/item/w114252_0.png create mode 100644 assets/minecraft/textures/item/w1149557602_2.png create mode 100644 assets/minecraft/textures/item/w1152110723_0.png create mode 100644 assets/minecraft/textures/item/w1152137355_0.png create mode 100644 assets/minecraft/textures/item/w1152584414_0.png create mode 100644 assets/minecraft/textures/item/w1154904139_0.png create mode 100644 assets/minecraft/textures/item/w1158650901_0.png create mode 100644 assets/minecraft/textures/item/w115960069_0.png create mode 100644 assets/minecraft/textures/item/w1160732645_0.png create mode 100644 assets/minecraft/textures/item/w1160925468_0.png create mode 100644 assets/minecraft/textures/item/w1161261399_0.png create mode 100644 assets/minecraft/textures/item/w1163992568_0.png create mode 100644 assets/minecraft/textures/item/w1163992568_1.png create mode 100644 assets/minecraft/textures/item/w1164131818_0.png create mode 100644 assets/minecraft/textures/item/w1166255303_0.png create mode 100644 assets/minecraft/textures/item/w1171608359_0.png create mode 100644 assets/minecraft/textures/item/w1172058284_1.png create mode 100644 assets/minecraft/textures/item/w1177361329_0.png create mode 100644 assets/minecraft/textures/item/w1180015631_0.png create mode 100644 assets/minecraft/textures/item/w1182507559_0.png create mode 100644 assets/minecraft/textures/item/w1186523970_0.png create mode 100644 assets/minecraft/textures/item/w1192196788_0.png create mode 100644 assets/minecraft/textures/item/w1192751965_0.png create mode 100644 assets/minecraft/textures/item/w1202102651_0.png create mode 100644 assets/minecraft/textures/item/w1210602150_0.png create mode 100644 assets/minecraft/textures/item/w1211899991_0.png create mode 100644 assets/minecraft/textures/item/w121784274_0.png create mode 100644 assets/minecraft/textures/item/w1218166624_0.png create mode 100644 assets/minecraft/textures/item/w1218194748_0.png create mode 100644 assets/minecraft/textures/item/w1219032725_1.png create mode 100644 assets/minecraft/textures/item/w1219619842_0.png create mode 100644 assets/minecraft/textures/item/w1222788329_0.png create mode 100644 assets/minecraft/textures/item/w1237560704_1.png create mode 100644 assets/minecraft/textures/item/w1238374330_0.png create mode 100644 assets/minecraft/textures/item/w1239499536_1.png create mode 100644 assets/minecraft/textures/item/w1251429564_0.png create mode 100644 assets/minecraft/textures/item/w1251530469_0.png create mode 100644 assets/minecraft/textures/item/w1255275102_0.png create mode 100644 assets/minecraft/textures/item/w1255943376_0.png create mode 100644 assets/minecraft/textures/item/w1255962469_0.png create mode 100644 assets/minecraft/textures/item/w1256319553_0.png create mode 100644 assets/minecraft/textures/item/w1257077605_0.png create mode 100644 assets/minecraft/textures/item/w1257077605_1.png create mode 100644 assets/minecraft/textures/item/w1263101820_0.png create mode 100644 assets/minecraft/textures/item/w1274200451_1.png create mode 100644 assets/minecraft/textures/item/w127800188_0.png create mode 100644 assets/minecraft/textures/item/w1279592502_0.png create mode 100644 assets/minecraft/textures/item/w1295163023_0.png create mode 100644 assets/minecraft/textures/item/w1298031229_0.png create mode 100644 assets/minecraft/textures/item/w1303587230_0.png create mode 100644 assets/minecraft/textures/item/w1303601506_0.png create mode 100644 assets/minecraft/textures/item/w1317558595_2.png create mode 100644 assets/minecraft/textures/item/w1324070569_0.png create mode 100644 assets/minecraft/textures/item/w1324070570_0.png create mode 100644 assets/minecraft/textures/item/w1324649479_0.png create mode 100644 assets/minecraft/textures/item/w1327644475_0.png create mode 100644 assets/minecraft/textures/item/w1332801006_0.png create mode 100644 assets/minecraft/textures/item/w1332899135_0.png create mode 100644 assets/minecraft/textures/item/w1341505778_0.png create mode 100644 assets/minecraft/textures/item/w1343839841_0.png create mode 100644 assets/minecraft/textures/item/w1343839841_1.png create mode 100644 assets/minecraft/textures/item/w1343839841_2.png create mode 100644 assets/minecraft/textures/item/w1343839841_3.png create mode 100644 assets/minecraft/textures/item/w1343839841_4.png create mode 100644 assets/minecraft/textures/item/w1343839841_5.png create mode 100644 assets/minecraft/textures/item/w1355786594_0.png create mode 100644 assets/minecraft/textures/item/w1358579565_0.png create mode 100644 assets/minecraft/textures/item/w135981545_0.png create mode 100644 assets/minecraft/textures/item/w1370461969_1.png create mode 100644 assets/minecraft/textures/item/w1390841376_0.png create mode 100644 assets/minecraft/textures/item/w1391054669_0.png create mode 100644 assets/minecraft/textures/item/w1405930463_0.png create mode 100644 assets/minecraft/textures/item/w142270041_0.png create mode 100644 assets/minecraft/textures/item/w1422860604_0.png create mode 100644 assets/minecraft/textures/item/w1435518634_0.png create mode 100644 assets/minecraft/textures/item/w1441369710_2.png create mode 100644 assets/minecraft/textures/item/w1443277333_0.png create mode 100644 assets/minecraft/textures/item/w1443555134_0.png create mode 100644 assets/minecraft/textures/item/w1470545265_0.png create mode 100644 assets/minecraft/textures/item/w1473744242_0.png create mode 100644 assets/minecraft/textures/item/w1477582400_0.png create mode 100644 assets/minecraft/textures/item/w1479295604_1.png create mode 100644 assets/minecraft/textures/item/w1493995275_0.png create mode 100644 assets/minecraft/textures/item/w149762276_0.png create mode 100644 assets/minecraft/textures/item/w1512003152_0.png create mode 100644 assets/minecraft/textures/item/w1539325883_0.png create mode 100644 assets/minecraft/textures/item/w1539339399_0.png create mode 100644 assets/minecraft/textures/item/w1539464564_1.png create mode 100644 assets/minecraft/textures/item/w1539508421_1.png create mode 100644 assets/minecraft/textures/item/w1539862325_0.png create mode 100644 assets/minecraft/textures/item/w1545223062_0.png create mode 100644 assets/minecraft/textures/item/w1549737424_0.png create mode 100644 assets/minecraft/textures/item/w1551282846_0.png create mode 100644 assets/minecraft/textures/item/w1557020701_0.png create mode 100644 assets/minecraft/textures/item/w1558588619_0.png create mode 100644 assets/minecraft/textures/item/w1561875110_0.png create mode 100644 assets/minecraft/textures/item/w1561924034_0.png create mode 100644 assets/minecraft/textures/item/w1562023897_0.png create mode 100644 assets/minecraft/textures/item/w1563165382_0.png create mode 100644 assets/minecraft/textures/item/w1566831442_0.png create mode 100644 assets/minecraft/textures/item/w1580828668_0.png create mode 100644 assets/minecraft/textures/item/w1590929571_0.png create mode 100644 assets/minecraft/textures/item/w1596149366_0.png create mode 100644 assets/minecraft/textures/item/w1605256237_1.png create mode 100644 assets/minecraft/textures/item/w1606295469_0.png create mode 100644 assets/minecraft/textures/item/w16136324_0.png create mode 100644 assets/minecraft/textures/item/w1615064312_0.png create mode 100644 assets/minecraft/textures/item/w1615450148_0.png create mode 100644 assets/minecraft/textures/item/w1615452446_0.png create mode 100644 assets/minecraft/textures/item/w1616426741_0.png create mode 100644 assets/minecraft/textures/item/w1616577473_0.png create mode 100644 assets/minecraft/textures/item/w1618037994_0.png create mode 100644 assets/minecraft/textures/item/w1618368371_0.png create mode 100644 assets/minecraft/textures/item/w1618422598_2.png create mode 100644 assets/minecraft/textures/item/w1621425563_0.png create mode 100644 assets/minecraft/textures/item/w1625134105_1.png create mode 100644 assets/minecraft/textures/item/w1626974240_0.png create mode 100644 assets/minecraft/textures/item/w16287882_0.png create mode 100644 assets/minecraft/textures/item/w1632024796_0.png create mode 100644 assets/minecraft/textures/item/w16466701_0.png create mode 100644 assets/minecraft/textures/item/w1663532036_0.png create mode 100644 assets/minecraft/textures/item/w1664449374_0.png create mode 100644 assets/minecraft/textures/item/w1668447488_0.png create mode 100644 assets/minecraft/textures/item/w1670121985_3.png create mode 100644 assets/minecraft/textures/item/w1672763362_0.png create mode 100644 assets/minecraft/textures/item/w1676868446_0.png create mode 100644 assets/minecraft/textures/item/w168818778_0.png create mode 100644 assets/minecraft/textures/item/w1695696207_0.png create mode 100644 assets/minecraft/textures/item/w1700976192_0.png create mode 100644 assets/minecraft/textures/item/w1707045247_1.png create mode 100644 assets/minecraft/textures/item/w1707460093_0.png create mode 100644 assets/minecraft/textures/item/w1708147980_0.png create mode 100644 assets/minecraft/textures/item/w1717485251_0.png create mode 100644 assets/minecraft/textures/item/w1718961564_0.png create mode 100644 assets/minecraft/textures/item/w1721179335_0.png create mode 100644 assets/minecraft/textures/item/w172183170_0.png create mode 100644 assets/minecraft/textures/item/w172183170_1.png create mode 100644 assets/minecraft/textures/item/w1724276494_0.png create mode 100644 assets/minecraft/textures/item/w1724908523_1.png create mode 100644 assets/minecraft/textures/item/w1725796940_0.png create mode 100644 assets/minecraft/textures/item/w172762590_0.png create mode 100644 assets/minecraft/textures/item/w1730414824_0.png create mode 100644 assets/minecraft/textures/item/w1731126057_0.png create mode 100644 assets/minecraft/textures/item/w1731681921_0.png create mode 100644 assets/minecraft/textures/item/w1732248939_0.png create mode 100644 assets/minecraft/textures/item/w1740230836_0.png create mode 100644 assets/minecraft/textures/item/w1742118939_0.png create mode 100644 assets/minecraft/textures/item/w1742311762_0.png create mode 100644 assets/minecraft/textures/item/w1742449515_0.png create mode 100644 assets/minecraft/textures/item/w1742953059_0.png create mode 100644 assets/minecraft/textures/item/w1744838273_0.png create mode 100644 assets/minecraft/textures/item/w1746590256_0.png create mode 100644 assets/minecraft/textures/item/w1746835750_0.png create mode 100644 assets/minecraft/textures/item/w1746919199_0.png create mode 100644 assets/minecraft/textures/item/w1752883155_0.png create mode 100644 assets/minecraft/textures/item/w1754158903_0.png create mode 100644 assets/minecraft/textures/item/w1754769426_0.png create mode 100644 assets/minecraft/textures/item/w175574275_1.png create mode 100644 assets/minecraft/textures/item/w175574276_1.png create mode 100644 assets/minecraft/textures/item/w175574277_1.png create mode 100644 assets/minecraft/textures/item/w175574278_1.png create mode 100644 assets/minecraft/textures/item/w175574279_1.png create mode 100644 assets/minecraft/textures/item/w175574280_1.png create mode 100644 assets/minecraft/textures/item/w175574281_1.png create mode 100644 assets/minecraft/textures/item/w1758853971_1.png create mode 100644 assets/minecraft/textures/item/w1759025489_0.png create mode 100644 assets/minecraft/textures/item/w1761401925_0.png create mode 100644 assets/minecraft/textures/item/w1764863845_0.png create mode 100644 assets/minecraft/textures/item/w1767793066_0.png create mode 100644 assets/minecraft/textures/item/w1777470399_0.png create mode 100644 assets/minecraft/textures/item/w1787240722_0.png create mode 100644 assets/minecraft/textures/item/w1803770700_0.png create mode 100644 assets/minecraft/textures/item/w1803770701_0.png create mode 100644 assets/minecraft/textures/item/w180734798_0.png create mode 100644 assets/minecraft/textures/item/w1813439836_0.png create mode 100644 assets/minecraft/textures/item/w1817864054_0.png create mode 100644 assets/minecraft/textures/item/w1818848295_0.png create mode 100644 assets/minecraft/textures/item/w1823039592_0.png create mode 100644 assets/minecraft/textures/item/w1824399249_0.png create mode 100644 assets/minecraft/textures/item/w1830220955_0.png create mode 100644 assets/minecraft/textures/item/w1833936692_0.png create mode 100644 assets/minecraft/textures/item/w1837428360_1.png create mode 100644 assets/minecraft/textures/item/w1843347859_0.png create mode 100644 assets/minecraft/textures/item/w1866165008_0.png create mode 100644 assets/minecraft/textures/item/w1866785482_0.png create mode 100644 assets/minecraft/textures/item/w1881912913_0.png create mode 100644 assets/minecraft/textures/item/w1881954586_0.png create mode 100644 assets/minecraft/textures/item/w1882326893_0.png create mode 100644 assets/minecraft/textures/item/w1886527286_0.png create mode 100644 assets/minecraft/textures/item/w1890994207_0.png create mode 100644 assets/minecraft/textures/item/w1905599351_0.png create mode 100644 assets/minecraft/textures/item/w1917714267_0.png create mode 100644 assets/minecraft/textures/item/w1920576398_0.png create mode 100644 assets/minecraft/textures/item/w1926467980_2.png create mode 100644 assets/minecraft/textures/item/w1929792504_0.png create mode 100644 assets/minecraft/textures/item/w193160378_0.png create mode 100644 assets/minecraft/textures/item/w1940333117_0.png create mode 100644 assets/minecraft/textures/item/w194520903_1.png create mode 100644 assets/minecraft/textures/item/w194927127_1.png create mode 100644 assets/minecraft/textures/item/w1956792075_0.png create mode 100644 assets/minecraft/textures/item/w1962253921_0.png create mode 100644 assets/minecraft/textures/item/w1963216811_0.png create mode 100644 assets/minecraft/textures/item/w1968018365_0.png create mode 100644 assets/minecraft/textures/item/w1969616221_0.png create mode 100644 assets/minecraft/textures/item/w1974018007_0.png create mode 100644 assets/minecraft/textures/item/w1975017321_0.png create mode 100644 assets/minecraft/textures/item/w1976075061_0.png create mode 100644 assets/minecraft/textures/item/w1976682995_0.png create mode 100644 assets/minecraft/textures/item/w1977005853_1.png create mode 100644 assets/minecraft/textures/item/w1984143817_0.png create mode 100644 assets/minecraft/textures/item/w1985940056_0.png create mode 100644 assets/minecraft/textures/item/w1987473792_0.png create mode 100644 assets/minecraft/textures/item/w1995941004_0.png create mode 100644 assets/minecraft/textures/item/w1996187189_0.png create mode 100644 assets/minecraft/textures/item/w2001593152_0.png create mode 100644 assets/minecraft/textures/item/w2005395590_2.png create mode 100644 assets/minecraft/textures/item/w2006258482_0.png create mode 100644 assets/minecraft/textures/item/w2020580543_0.png create mode 100644 assets/minecraft/textures/item/w2027747405_0.png create mode 100644 assets/minecraft/textures/item/w2029609546_0.png create mode 100644 assets/minecraft/textures/item/w203359445_1.png create mode 100644 assets/minecraft/textures/item/w2041334604_1.png create mode 100644 assets/minecraft/textures/item/w2047181238_0.png create mode 100644 assets/minecraft/textures/item/w2057568556_0.png create mode 100644 assets/minecraft/textures/item/w2057888483_0.png create mode 100644 assets/minecraft/textures/item/w2057983610_1.png create mode 100644 assets/minecraft/textures/item/w2060111030_0.png create mode 100644 assets/minecraft/textures/item/w2060413512_0.png create mode 100644 assets/minecraft/textures/item/w2063121867_0.png create mode 100644 assets/minecraft/textures/item/w2064223149_0.png create mode 100644 assets/minecraft/textures/item/w2064247440_0.png create mode 100644 assets/minecraft/textures/item/w2064327493_0.png create mode 100644 assets/minecraft/textures/item/w2070739601_1.png create mode 100644 assets/minecraft/textures/item/w2072135620_0.png create mode 100644 assets/minecraft/textures/item/w2074829423_0.png create mode 100644 assets/minecraft/textures/item/w2074829423_1.png create mode 100644 assets/minecraft/textures/item/w2090336681_0.png create mode 100644 assets/minecraft/textures/item/w2090618941_0.png create mode 100644 assets/minecraft/textures/item/w2101038637_0.png create mode 100644 assets/minecraft/textures/item/w2105093914_1.png create mode 100644 assets/minecraft/textures/item/w2105554233_1.png create mode 100644 assets/minecraft/textures/item/w2108011018_1.png create mode 100644 assets/minecraft/textures/item/w2113609448_2.png create mode 100644 assets/minecraft/textures/item/w2113610614_7.png create mode 100644 assets/minecraft/textures/item/w2126237075_0.png create mode 100644 assets/minecraft/textures/item/w2127992409_0.png create mode 100644 assets/minecraft/textures/item/w2128082939_0.png create mode 100644 assets/minecraft/textures/item/w218290099_0.png create mode 100644 assets/minecraft/textures/item/w222535019_0.png create mode 100644 assets/minecraft/textures/item/w228039762_0.png create mode 100644 assets/minecraft/textures/item/w2347461_0.png create mode 100644 assets/minecraft/textures/item/w238336367_0.png create mode 100644 assets/minecraft/textures/item/w238452799_0.png create mode 100644 assets/minecraft/textures/item/w24912763_1.png create mode 100644 assets/minecraft/textures/item/w251119530_2.png create mode 100644 assets/minecraft/textures/item/w252432784_0.png create mode 100644 assets/minecraft/textures/item/w252986110_0.png create mode 100644 assets/minecraft/textures/item/w263649830_0.png create mode 100644 assets/minecraft/textures/item/w280473093_0.png create mode 100644 assets/minecraft/textures/item/w284370906_0.png create mode 100644 assets/minecraft/textures/item/w290565796_0.png create mode 100644 assets/minecraft/textures/item/w291279173_0.png create mode 100644 assets/minecraft/textures/item/w296143620_0.png create mode 100644 assets/minecraft/textures/item/w3029310_0.png create mode 100644 assets/minecraft/textures/item/w3029700_0.png create mode 100644 assets/minecraft/textures/item/w3045944_0.png create mode 100644 assets/minecraft/textures/item/w30472746_0.png create mode 100644 assets/minecraft/textures/item/w306952636_1.png create mode 100644 assets/minecraft/textures/item/w307496265_0.png create mode 100644 assets/minecraft/textures/item/w3088982_0.png create mode 100644 assets/minecraft/textures/item/w309053280_0.png create mode 100644 assets/minecraft/textures/item/w3094713_0.png create mode 100644 assets/minecraft/textures/item/w315185193_0.png create mode 100644 assets/minecraft/textures/item/w317392845_0.png create mode 100644 assets/minecraft/textures/item/w319523931_0.png create mode 100644 assets/minecraft/textures/item/w320005794_0.png create mode 100644 assets/minecraft/textures/item/w322124757_0.png create mode 100644 assets/minecraft/textures/item/w324902060_0.png create mode 100644 assets/minecraft/textures/item/w3292336_0.png create mode 100644 assets/minecraft/textures/item/w33352453_0.png create mode 100644 assets/minecraft/textures/item/w334634221_0.png create mode 100644 assets/minecraft/textures/item/w336675831_0.png create mode 100644 assets/minecraft/textures/item/w34031851_0.png create mode 100644 assets/minecraft/textures/item/w343692679_0.png create mode 100644 assets/minecraft/textures/item/w358564185_0.png create mode 100644 assets/minecraft/textures/item/w362022892_0.png create mode 100644 assets/minecraft/textures/item/w382922671_0.png create mode 100644 assets/minecraft/textures/item/w385945444_5.png create mode 100644 assets/minecraft/textures/item/w387800523_3.png create mode 100644 assets/minecraft/textures/item/w388730891_0.png create mode 100644 assets/minecraft/textures/item/w402566334_0.png create mode 100644 assets/minecraft/textures/item/w402608007_0.png create mode 100644 assets/minecraft/textures/item/w402611145_0.png create mode 100644 assets/minecraft/textures/item/w402693908_0.png create mode 100644 assets/minecraft/textures/item/w402720455_0.png create mode 100644 assets/minecraft/textures/item/w402861113_0.png create mode 100644 assets/minecraft/textures/item/w402980314_0.png create mode 100644 assets/minecraft/textures/item/w406968294_1.png create mode 100644 assets/minecraft/textures/item/w408444029_0.png create mode 100644 assets/minecraft/textures/item/w417487020_0.png create mode 100644 assets/minecraft/textures/item/w419070065_0.png create mode 100644 assets/minecraft/textures/item/w419724285_1.png create mode 100644 assets/minecraft/textures/item/w420825825_0.png create mode 100644 assets/minecraft/textures/item/w437347825_0.png create mode 100644 assets/minecraft/textures/item/w439336394_0.png create mode 100644 assets/minecraft/textures/item/w441787035_0.png create mode 100644 assets/minecraft/textures/item/w443089212_0.png create mode 100644 assets/minecraft/textures/item/w447319910_0.png create mode 100644 assets/minecraft/textures/item/w447403513_0.png create mode 100644 assets/minecraft/textures/item/w452281536_0.png create mode 100644 assets/minecraft/textures/item/w46940346_2.png create mode 100644 assets/minecraft/textures/item/w470059371_0.png create mode 100644 assets/minecraft/textures/item/w471978016_0.png create mode 100644 assets/minecraft/textures/item/w472132137_0.png create mode 100644 assets/minecraft/textures/item/w473538924_6.png create mode 100644 assets/minecraft/textures/item/w476856960_0.png create mode 100644 assets/minecraft/textures/item/w477003417_0.png create mode 100644 assets/minecraft/textures/item/w479541313_1.png create mode 100644 assets/minecraft/textures/item/w480646619_1.png create mode 100644 assets/minecraft/textures/item/w485811783_0.png create mode 100644 assets/minecraft/textures/item/w486647665_0.png create mode 100644 assets/minecraft/textures/item/w498497362_0.png create mode 100644 assets/minecraft/textures/item/w502485590_0.png create mode 100644 assets/minecraft/textures/item/w503059271_0.png create mode 100644 assets/minecraft/textures/item/w503213392_0.png create mode 100644 assets/minecraft/textures/item/w505007129_0.png create mode 100644 assets/minecraft/textures/item/w513378709_8.png create mode 100644 assets/minecraft/textures/item/w513420836_0.png create mode 100644 assets/minecraft/textures/item/w524137970_0.png create mode 100644 assets/minecraft/textures/item/w525175639_0.png create mode 100644 assets/minecraft/textures/item/w525713560_1.png create mode 100644 assets/minecraft/textures/item/w527150133_4.png create mode 100644 assets/minecraft/textures/item/w528450365_0.png create mode 100644 assets/minecraft/textures/item/w537037264_0.png create mode 100644 assets/minecraft/textures/item/w537061449_1.png create mode 100644 assets/minecraft/textures/item/w54076915_0.png create mode 100644 assets/minecraft/textures/item/w541255480_0.png create mode 100644 assets/minecraft/textures/item/w54499597_0.png create mode 100644 assets/minecraft/textures/item/w546717779_0.png create mode 100644 assets/minecraft/textures/item/w548038606_0.png create mode 100644 assets/minecraft/textures/item/w548187393_0.png create mode 100644 assets/minecraft/textures/item/w548190164_0.png create mode 100644 assets/minecraft/textures/item/w550386185_0.png create mode 100644 assets/minecraft/textures/item/w56034452_0.png create mode 100644 assets/minecraft/textures/item/w560586197_0.png create mode 100644 assets/minecraft/textures/item/w561523967_0.png create mode 100644 assets/minecraft/textures/item/w565395532_0.png create mode 100644 assets/minecraft/textures/item/w56618297_0.png create mode 100644 assets/minecraft/textures/item/w569638674_0.png create mode 100644 assets/minecraft/textures/item/w572736903_0.png create mode 100644 assets/minecraft/textures/item/w579610860_0.png create mode 100644 assets/minecraft/textures/item/w58473164_0.png create mode 100644 assets/minecraft/textures/item/w595064768_0.png create mode 100644 assets/minecraft/textures/item/w596219049_0.png create mode 100644 assets/minecraft/textures/item/w601408162_2.png create mode 100644 assets/minecraft/textures/item/w626005022_0.png create mode 100644 assets/minecraft/textures/item/w629366835_0.png create mode 100644 assets/minecraft/textures/item/w633443534_1.png create mode 100644 assets/minecraft/textures/item/w633456371_0.png create mode 100644 assets/minecraft/textures/item/w633702092_0.png create mode 100644 assets/minecraft/textures/item/w633856213_0.png create mode 100644 assets/minecraft/textures/item/w63510000_0.png create mode 100644 assets/minecraft/textures/item/w637883067_0.png create mode 100644 assets/minecraft/textures/item/w638910535_0.png create mode 100644 assets/minecraft/textures/item/w655317825_0.png create mode 100644 assets/minecraft/textures/item/w655578069_0.png create mode 100644 assets/minecraft/textures/item/w661648797_0.png create mode 100644 assets/minecraft/textures/item/w673533331_0.png create mode 100644 assets/minecraft/textures/item/w680019582_0.png create mode 100644 assets/minecraft/textures/item/w684253743_0.png create mode 100644 assets/minecraft/textures/item/w686210047_0.png create mode 100644 assets/minecraft/textures/item/w686620774_0.png create mode 100644 assets/minecraft/textures/item/w686650531_0.png create mode 100644 assets/minecraft/textures/item/w687229723_0.png create mode 100644 assets/minecraft/textures/item/w690640828_0.png create mode 100644 assets/minecraft/textures/item/w696326546_0.png create mode 100644 assets/minecraft/textures/item/w70391581_0.png create mode 100644 assets/minecraft/textures/item/w70407947_0.png create mode 100644 assets/minecraft/textures/item/w708225815_0.png create mode 100644 assets/minecraft/textures/item/w709345667_1.png create mode 100644 assets/minecraft/textures/item/w711234505_0.png create mode 100644 assets/minecraft/textures/item/w713005667_0.png create mode 100644 assets/minecraft/textures/item/w713097292_0.png create mode 100644 assets/minecraft/textures/item/w714708520_0.png create mode 100644 assets/minecraft/textures/item/w715143267_0.png create mode 100644 assets/minecraft/textures/item/w718958509_0.png create mode 100644 assets/minecraft/textures/item/w723905710_0.png create mode 100644 assets/minecraft/textures/item/w725671484_0.png create mode 100644 assets/minecraft/textures/item/w72659297_0.png create mode 100644 assets/minecraft/textures/item/w728234784_0.png create mode 100644 assets/minecraft/textures/item/w735431008_0.png create mode 100644 assets/minecraft/textures/item/w736432200_0.png create mode 100644 assets/minecraft/textures/item/w743634399_0.png create mode 100644 assets/minecraft/textures/item/w746007989_0.png create mode 100644 assets/minecraft/textures/item/w746122227_0.png create mode 100644 assets/minecraft/textures/item/w750562988_0.png create mode 100644 assets/minecraft/textures/item/w76280770_1.png create mode 100644 assets/minecraft/textures/item/w764061738_0.png create mode 100644 assets/minecraft/textures/item/w765661244_0.png create mode 100644 assets/minecraft/textures/item/w765661244_1.png create mode 100644 assets/minecraft/textures/item/w778977673_0.png create mode 100644 assets/minecraft/textures/item/w785529931_0.png create mode 100644 assets/minecraft/textures/item/w790045665_0.png create mode 100644 assets/minecraft/textures/item/w791729058_0.png create mode 100644 assets/minecraft/textures/item/w792350238_0.png create mode 100644 assets/minecraft/textures/item/w792665774_0.png create mode 100644 assets/minecraft/textures/item/w797366627_0.png create mode 100644 assets/minecraft/textures/item/w797994798_0.png create mode 100644 assets/minecraft/textures/item/w797994798_1.png create mode 100644 assets/minecraft/textures/item/w797994798_2.png create mode 100644 assets/minecraft/textures/item/w817467480_0.png create mode 100644 assets/minecraft/textures/item/w817467481_0.png create mode 100644 assets/minecraft/textures/item/w817467482_0.png create mode 100644 assets/minecraft/textures/item/w820118821_2.png create mode 100644 assets/minecraft/textures/item/w821551957_0.png create mode 100644 assets/minecraft/textures/item/w837805238_0.png create mode 100644 assets/minecraft/textures/item/w837805238_1.png create mode 100644 assets/minecraft/textures/item/w844452275_0.png create mode 100644 assets/minecraft/textures/item/w851866326_0.png create mode 100644 assets/minecraft/textures/item/w853044614_9.png create mode 100644 assets/minecraft/textures/item/w856876674_0.png create mode 100644 assets/minecraft/textures/item/w864487905_0.png create mode 100644 assets/minecraft/textures/item/w876358331_0.png create mode 100644 assets/minecraft/textures/item/w886900139_1.png create mode 100644 assets/minecraft/textures/item/w88907092_0.png create mode 100644 assets/minecraft/textures/item/w897979551_0.png create mode 100644 assets/minecraft/textures/item/w901491293_0.png create mode 100644 assets/minecraft/textures/item/w905173245_2.png create mode 100644 assets/minecraft/textures/item/w907593318_0.png create mode 100644 assets/minecraft/textures/item/w908742818_0.png create mode 100644 assets/minecraft/textures/item/w910796284_1.png create mode 100644 assets/minecraft/textures/item/w914367072_0.png create mode 100644 assets/minecraft/textures/item/w918905176_0.png create mode 100644 assets/minecraft/textures/item/w922744702_0.png create mode 100644 assets/minecraft/textures/item/w923408349_0.png create mode 100644 assets/minecraft/textures/item/w927238821_0.png create mode 100644 assets/minecraft/textures/item/w928710376_0.png create mode 100644 assets/minecraft/textures/item/w929760932_0.png create mode 100644 assets/minecraft/textures/item/w93029210_0.png create mode 100644 assets/minecraft/textures/item/w936534035_0.png create mode 100644 assets/minecraft/textures/item/w940431141_0.png create mode 100644 assets/minecraft/textures/item/w951537421_1.png create mode 100644 assets/minecraft/textures/item/w953456107_0.png create mode 100644 assets/minecraft/textures/item/w967720287_0.png create mode 100644 assets/minecraft/textures/item/w970938328_0.png create mode 100644 assets/minecraft/textures/item/w97410_0.png create mode 100644 assets/minecraft/textures/item/w974294966_0.png create mode 100644 assets/minecraft/textures/item/w978060411_1.png create mode 100644 assets/minecraft/textures/item/w979748004_0.png create mode 100644 assets/minecraft/textures/item/w98699_0.png create mode 100644 assets/minecraft/textures/item/w988825771_0.png create mode 100644 assets/minecraft/textures/item/w994731153_0.png create mode 100644 assets/minecraft/textures/item/w999595274_0.png create mode 100644 assets/minecraft/textures/item/w999689315_0.png create mode 100644 assets/minecraft/textures/item/water_bucket.png create mode 100644 assets/minecraft/textures/item/wheat.png create mode 100644 assets/minecraft/textures/item/wheat_seeds.png create mode 100644 assets/minecraft/textures/item/wooden_axe.png create mode 100644 assets/minecraft/textures/item/wooden_hoe.png create mode 100644 assets/minecraft/textures/item/wooden_pickaxe.png create mode 100644 assets/minecraft/textures/item/wooden_shovel.png create mode 100644 assets/minecraft/textures/item/wooden_sword.png create mode 100644 assets/minecraft/textures/item/writable_book.png create mode 100644 assets/minecraft/textures/item/written_book.png create mode 100644 assets/minecraft/textures/misc/enchanted_glint_entity.png create mode 100644 assets/minecraft/textures/misc/enchanted_glint_entity.png.mcmeta create mode 100644 assets/minecraft/textures/misc/enchanted_glint_item.png create mode 100644 assets/minecraft/textures/misc/enchanted_glint_item.png.mcmeta create mode 100644 assets/minecraft/textures/misc/shadow.png create mode 100644 assets/minecraft/textures/misc/shadow.png.mcmeta create mode 100644 assets/minecraft/textures/misc/underwater.png create mode 100644 assets/minecraft/textures/mob_effect/absorption.png create mode 100644 assets/minecraft/textures/mob_effect/haste.png create mode 100644 assets/minecraft/textures/mob_effect/mining_fatigue.png create mode 100644 assets/minecraft/textures/mob_effect/night_vision.png create mode 100644 assets/minecraft/textures/mob_effect/strength.png create mode 100644 assets/minecraft/textures/mob_effect/weakness.png create mode 100644 assets/minecraft/textures/models/armor/chainmail_layer_1.png create mode 100644 assets/minecraft/textures/models/armor/chainmail_layer_2.png create mode 100644 assets/minecraft/textures/models/armor/diamond_layer_1.png create mode 100644 assets/minecraft/textures/models/armor/diamond_layer_2.png create mode 100644 assets/minecraft/textures/models/armor/gold_layer_1.png create mode 100644 assets/minecraft/textures/models/armor/gold_layer_2.png create mode 100644 assets/minecraft/textures/models/armor/iron_layer_1.png create mode 100644 assets/minecraft/textures/models/armor/iron_layer_2.png create mode 100644 assets/minecraft/textures/models/armor/leather_layer_1.png create mode 100644 assets/minecraft/textures/models/armor/leather_layer_1_overlay.png create mode 100644 assets/minecraft/textures/models/armor/leather_layer_2.png create mode 100644 assets/minecraft/textures/models/armor/leather_layer_2_overlay.png create mode 100644 assets/minecraft/textures/painting/alban.png create mode 100644 assets/minecraft/textures/painting/aztec.png create mode 100644 assets/minecraft/textures/painting/aztec2.png create mode 100644 assets/minecraft/textures/painting/back.png create mode 100644 assets/minecraft/textures/painting/bomb.png create mode 100644 assets/minecraft/textures/painting/burning_skull.png create mode 100644 assets/minecraft/textures/painting/bust.png create mode 100644 assets/minecraft/textures/painting/courbet.png create mode 100644 assets/minecraft/textures/painting/creebet.png create mode 100644 assets/minecraft/textures/painting/donkey_kong.png create mode 100644 assets/minecraft/textures/painting/fighters.png create mode 100644 assets/minecraft/textures/painting/graham.png create mode 100644 assets/minecraft/textures/painting/kebab.png create mode 100644 assets/minecraft/textures/painting/match.png create mode 100644 assets/minecraft/textures/painting/paintings_kristoffer_zetterstrand.png create mode 100644 assets/minecraft/textures/painting/pigscene.png create mode 100644 assets/minecraft/textures/painting/plant.png create mode 100644 assets/minecraft/textures/painting/pointer.png create mode 100644 assets/minecraft/textures/painting/pool.png create mode 100644 assets/minecraft/textures/painting/sea.png create mode 100644 assets/minecraft/textures/painting/skeleton.png create mode 100644 assets/minecraft/textures/painting/skull_and_roses.png create mode 100644 assets/minecraft/textures/painting/stage.png create mode 100644 assets/minecraft/textures/painting/sunset.png create mode 100644 assets/minecraft/textures/painting/void.png create mode 100644 assets/minecraft/textures/painting/wanderer.png create mode 100644 assets/minecraft/textures/painting/wasteland.png create mode 100644 assets/minecraft/textures/painting/wither.png create mode 100644 assets/minecraft/textures/particle/angry.png create mode 100644 assets/minecraft/textures/particle/bubble.png create mode 100644 assets/minecraft/textures/particle/bubble_pop_0.png create mode 100644 assets/minecraft/textures/particle/bubble_pop_1.png create mode 100644 assets/minecraft/textures/particle/bubble_pop_2.png create mode 100644 assets/minecraft/textures/particle/bubble_pop_3.png create mode 100644 assets/minecraft/textures/particle/bubble_pop_4.png create mode 100644 assets/minecraft/textures/particle/critical_hit.png create mode 100644 assets/minecraft/textures/particle/damage.png create mode 100644 assets/minecraft/textures/particle/drip_fall.png create mode 100644 assets/minecraft/textures/particle/drip_hang.png create mode 100644 assets/minecraft/textures/particle/drip_land.png create mode 100644 assets/minecraft/textures/particle/effect_0.png create mode 100644 assets/minecraft/textures/particle/effect_1.png create mode 100644 assets/minecraft/textures/particle/effect_2.png create mode 100644 assets/minecraft/textures/particle/effect_3.png create mode 100644 assets/minecraft/textures/particle/effect_4.png create mode 100644 assets/minecraft/textures/particle/effect_5.png create mode 100644 assets/minecraft/textures/particle/effect_6.png create mode 100644 assets/minecraft/textures/particle/effect_7.png create mode 100644 assets/minecraft/textures/particle/enchanted_hit.png create mode 100644 assets/minecraft/textures/particle/flame.png create mode 100644 assets/minecraft/textures/particle/flash.png create mode 100644 assets/minecraft/textures/particle/generic_0.png create mode 100644 assets/minecraft/textures/particle/generic_1.png create mode 100644 assets/minecraft/textures/particle/generic_2.png create mode 100644 assets/minecraft/textures/particle/generic_3.png create mode 100644 assets/minecraft/textures/particle/generic_4.png create mode 100644 assets/minecraft/textures/particle/generic_5.png create mode 100644 assets/minecraft/textures/particle/generic_5.png.mcmeta create mode 100644 assets/minecraft/textures/particle/generic_6.png create mode 100644 assets/minecraft/textures/particle/generic_6.png.mcmeta create mode 100644 assets/minecraft/textures/particle/generic_7.png create mode 100644 assets/minecraft/textures/particle/generic_7.png.mcmeta create mode 100644 assets/minecraft/textures/particle/glint.png create mode 100644 assets/minecraft/textures/particle/glitter_0.png create mode 100644 assets/minecraft/textures/particle/glitter_1.png create mode 100644 assets/minecraft/textures/particle/glitter_2.png create mode 100644 assets/minecraft/textures/particle/glitter_3.png create mode 100644 assets/minecraft/textures/particle/glitter_4.png create mode 100644 assets/minecraft/textures/particle/glitter_5.png create mode 100644 assets/minecraft/textures/particle/glitter_6.png create mode 100644 assets/minecraft/textures/particle/glitter_7.png create mode 100644 assets/minecraft/textures/particle/heart.png create mode 100644 assets/minecraft/textures/particle/lava.png create mode 100644 assets/minecraft/textures/particle/note.png create mode 100644 assets/minecraft/textures/particle/sga_a.png create mode 100644 assets/minecraft/textures/particle/sga_b.png create mode 100644 assets/minecraft/textures/particle/sga_c.png create mode 100644 assets/minecraft/textures/particle/sga_d.png create mode 100644 assets/minecraft/textures/particle/sga_e.png create mode 100644 assets/minecraft/textures/particle/sga_f.png create mode 100644 assets/minecraft/textures/particle/sga_g.png create mode 100644 assets/minecraft/textures/particle/sga_h.png create mode 100644 assets/minecraft/textures/particle/sga_i.png create mode 100644 assets/minecraft/textures/particle/sga_j.png create mode 100644 assets/minecraft/textures/particle/sga_k.png create mode 100644 assets/minecraft/textures/particle/sga_l.png create mode 100644 assets/minecraft/textures/particle/sga_m.png create mode 100644 assets/minecraft/textures/particle/sga_n.png create mode 100644 assets/minecraft/textures/particle/sga_o.png create mode 100644 assets/minecraft/textures/particle/sga_p.png create mode 100644 assets/minecraft/textures/particle/sga_q.png create mode 100644 assets/minecraft/textures/particle/sga_r.png create mode 100644 assets/minecraft/textures/particle/sga_s.png create mode 100644 assets/minecraft/textures/particle/sga_t.png create mode 100644 assets/minecraft/textures/particle/sga_u.png create mode 100644 assets/minecraft/textures/particle/sga_v.png create mode 100644 assets/minecraft/textures/particle/sga_w.png create mode 100644 assets/minecraft/textures/particle/sga_x.png create mode 100644 assets/minecraft/textures/particle/sga_y.png create mode 100644 assets/minecraft/textures/particle/sga_z.png create mode 100644 assets/minecraft/textures/skins/adventurer_hat.png create mode 100644 assets/minecraft/textures/skins/air_gradient.png create mode 100644 assets/minecraft/textures/skins/air_swirl2.png create mode 100644 assets/minecraft/textures/skins/air_swirl2.png.mcmeta create mode 100644 assets/minecraft/textures/skins/anchor_atlas.png create mode 100644 assets/minecraft/textures/skins/ancient/ancient_beam.png create mode 100644 assets/minecraft/textures/skins/ancient/ancient_beam.png.mcmeta create mode 100644 assets/minecraft/textures/skins/ancient/ancient_common.png create mode 100644 assets/minecraft/textures/skins/ancient/ancient_diadem.png create mode 100644 assets/minecraft/textures/skins/ancient/ancient_halberd.png create mode 100644 assets/minecraft/textures/skins/ancient/ancient_orbiter.png create mode 100644 assets/minecraft/textures/skins/ancient/ancient_palm.png create mode 100644 assets/minecraft/textures/skins/ancient/ancient_pulse.png create mode 100644 assets/minecraft/textures/skins/ancient/ancient_pulse.png.mcmeta create mode 100644 assets/minecraft/textures/skins/ancient/ancient_relik.png create mode 100644 assets/minecraft/textures/skins/ancient/ancient_staff.png create mode 100644 assets/minecraft/textures/skins/annihilation_disciple.png create mode 100644 assets/minecraft/textures/skins/annihilation_disciple_a.png create mode 100644 assets/minecraft/textures/skins/annihilation_disciple_a.png.mcmeta create mode 100644 assets/minecraft/textures/skins/aristrocat_hat.png create mode 100644 assets/minecraft/textures/skins/artisansword.png create mode 100644 assets/minecraft/textures/skins/ashen_kasa.png create mode 100644 assets/minecraft/textures/skins/atlas_atlas.png create mode 100644 assets/minecraft/textures/skins/aurora/aurora_battleaxe.png create mode 100644 assets/minecraft/textures/skins/aurora/aurora_dagger.png create mode 100644 assets/minecraft/textures/skins/aurora/aurora_effect_1.png create mode 100644 assets/minecraft/textures/skins/aurora/aurora_effect_1.png.mcmeta create mode 100644 assets/minecraft/textures/skins/aurora/aurora_effect_2.png create mode 100644 assets/minecraft/textures/skins/aurora/aurora_effect_2.png.mcmeta create mode 100644 assets/minecraft/textures/skins/aurora/aurora_effect_3.png create mode 100644 assets/minecraft/textures/skins/aurora/aurora_effect_3.png.mcmeta create mode 100644 assets/minecraft/textures/skins/aurora/aurora_effect_4.png create mode 100644 assets/minecraft/textures/skins/aurora/aurora_effect_4.png.mcmeta create mode 100644 assets/minecraft/textures/skins/aurora/aurora_longbow.png create mode 100644 assets/minecraft/textures/skins/aurora/aurora_relik.png create mode 100644 assets/minecraft/textures/skins/aurora/aurora_staff.png create mode 100644 assets/minecraft/textures/skins/azure/azure_bow.png create mode 100644 assets/minecraft/textures/skins/azure/azure_insence_1.png create mode 100644 assets/minecraft/textures/skins/azure/azure_insence_1.png.mcmeta create mode 100644 assets/minecraft/textures/skins/azure/azure_insence_2.png create mode 100644 assets/minecraft/textures/skins/azure/azure_insence_2.png.mcmeta create mode 100644 assets/minecraft/textures/skins/azure/azure_insence_3.png create mode 100644 assets/minecraft/textures/skins/azure/azure_insence_3.png.mcmeta create mode 100644 assets/minecraft/textures/skins/azure/azure_lantern.png create mode 100644 assets/minecraft/textures/skins/azure/azure_nunchucks.png create mode 100644 assets/minecraft/textures/skins/azure/azure_ranseur.png create mode 100644 assets/minecraft/textures/skins/azure/azure_staff.png create mode 100644 assets/minecraft/textures/skins/azure_kabuto.png create mode 100644 assets/minecraft/textures/skins/bandana.png create mode 100644 assets/minecraft/textures/skins/bandit_mask.png create mode 100644 assets/minecraft/textures/skins/beret.png create mode 100644 assets/minecraft/textures/skins/big_catch.png create mode 100644 assets/minecraft/textures/skins/bird_nest.png create mode 100644 assets/minecraft/textures/skins/black_cat.png create mode 100644 assets/minecraft/textures/skins/bone_gradient.png create mode 100644 assets/minecraft/textures/skins/bonfire_crown.png create mode 100644 assets/minecraft/textures/skins/bookpage.png create mode 100644 assets/minecraft/textures/skins/booksrune.png create mode 100644 assets/minecraft/textures/skins/booksrune.png.mcmeta create mode 100644 assets/minecraft/textures/skins/bookworm.png create mode 100644 assets/minecraft/textures/skins/bounty_hunter_hat.png create mode 100644 assets/minecraft/textures/skins/brawler/brawler_blunderbuss.png create mode 100644 assets/minecraft/textures/skins/brawler/brawler_broom.png create mode 100644 assets/minecraft/textures/skins/brawler/brawler_rake.png create mode 100644 assets/minecraft/textures/skins/brawler/brawler_trowel.png create mode 100644 assets/minecraft/textures/skins/brawler/brawler_whiskey.png create mode 100644 assets/minecraft/textures/skins/brewing_cauldron.png create mode 100644 assets/minecraft/textures/skins/broccoli_palette.png create mode 100644 assets/minecraft/textures/skins/brown_gradient.png create mode 100644 assets/minecraft/textures/skins/bucket_hat.png create mode 100644 assets/minecraft/textures/skins/candle.png create mode 100644 assets/minecraft/textures/skins/cannon_atlas.png create mode 100644 assets/minecraft/textures/skins/cat_hat.png create mode 100644 assets/minecraft/textures/skins/character/aledar_dagger.png create mode 100644 assets/minecraft/textures/skins/character/aledar_dagger_beam.png create mode 100644 assets/minecraft/textures/skins/character/aledar_dagger_beam.png.mcmeta create mode 100644 assets/minecraft/textures/skins/character/aledar_dagger_wynnic.png create mode 100644 assets/minecraft/textures/skins/character/ava_relik.png create mode 100644 assets/minecraft/textures/skins/character/bob_bow.png create mode 100644 assets/minecraft/textures/skins/character/bob_bow_text.png create mode 100644 assets/minecraft/textures/skins/character/bob_bow_text.png.mcmeta create mode 100644 assets/minecraft/textures/skins/character/bob_dagger.png create mode 100644 assets/minecraft/textures/skins/character/bob_dagger_text.png create mode 100644 assets/minecraft/textures/skins/character/bob_dagger_text.png.mcmeta create mode 100644 assets/minecraft/textures/skins/character/bob_wand.png create mode 100644 assets/minecraft/textures/skins/character/bob_wand_wynnic.png create mode 100644 assets/minecraft/textures/skins/character/bob_wand_wynnic.png.mcmeta create mode 100644 assets/minecraft/textures/skins/character/dullahan_guisarme.png create mode 100644 assets/minecraft/textures/skins/character/lari_stave.png create mode 100644 assets/minecraft/textures/skins/character/legendary_arm_cannon.png create mode 100644 assets/minecraft/textures/skins/character/legendary_arm_cannon_flame.png create mode 100644 assets/minecraft/textures/skins/character/legendary_arm_cannon_flame.png.mcmeta create mode 100644 assets/minecraft/textures/skins/character/mael_longbow.png create mode 100644 assets/minecraft/textures/skins/character/mael_longbow_spirit.png create mode 100644 assets/minecraft/textures/skins/character/mael_longbow_spirit.png.mcmeta create mode 100644 assets/minecraft/textures/skins/character/maxie_remote.png create mode 100644 assets/minecraft/textures/skins/character/qira.png create mode 100644 assets/minecraft/textures/skins/character/qira_flame.png create mode 100644 assets/minecraft/textures/skins/character/qira_flame.png.mcmeta create mode 100644 assets/minecraft/textures/skins/character/qira_magic.png create mode 100644 assets/minecraft/textures/skins/character/qira_magic.png.mcmeta create mode 100644 assets/minecraft/textures/skins/character/qira_magic_air.png create mode 100644 assets/minecraft/textures/skins/character/qira_magic_air.png.mcmeta create mode 100644 assets/minecraft/textures/skins/character/qira_magic_earth.png create mode 100644 assets/minecraft/textures/skins/character/qira_magic_earth.png.mcmeta create mode 100644 assets/minecraft/textures/skins/character/qira_magic_fire.png create mode 100644 assets/minecraft/textures/skins/character/qira_magic_fire.png.mcmeta create mode 100644 assets/minecraft/textures/skins/character/qira_magic_thunder.png create mode 100644 assets/minecraft/textures/skins/character/qira_magic_thunder.png.mcmeta create mode 100644 assets/minecraft/textures/skins/character/qira_magic_water.png create mode 100644 assets/minecraft/textures/skins/character/qira_magic_water.png.mcmeta create mode 100644 assets/minecraft/textures/skins/character/qira_wand.png create mode 100644 assets/minecraft/textures/skins/character/siegfried_sword.png create mode 100644 assets/minecraft/textures/skins/character/siegfried_sword_text.png create mode 100644 assets/minecraft/textures/skins/character/slykaar_relik.png create mode 100644 assets/minecraft/textures/skins/character/slykaar_relik_eye_glint.png create mode 100644 assets/minecraft/textures/skins/character/slykaar_relik_eye_glint.png.mcmeta create mode 100644 assets/minecraft/textures/skins/character/tasim_glaive.png create mode 100644 assets/minecraft/textures/skins/character/tasim_glaive_beam.png create mode 100644 assets/minecraft/textures/skins/character/tasim_glaive_beam.png.mcmeta create mode 100644 assets/minecraft/textures/skins/character/tasim_glaive_wynnic.png create mode 100644 assets/minecraft/textures/skins/character/tisaun_greatsword.png create mode 100644 assets/minecraft/textures/skins/cheese_wheel.png create mode 100644 assets/minecraft/textures/skins/chef_poultry.png create mode 100644 assets/minecraft/textures/skins/chef_textures.png create mode 100644 assets/minecraft/textures/skins/cherry_detail.png create mode 100644 assets/minecraft/textures/skins/christmas_lights.png create mode 100644 assets/minecraft/textures/skins/christmas_lights.png.mcmeta create mode 100644 assets/minecraft/textures/skins/christmas_wire.png create mode 100644 assets/minecraft/textures/skins/colored_wood.png create mode 100644 assets/minecraft/textures/skins/corrupted/corrupted_bow.png create mode 100644 assets/minecraft/textures/skins/corrupted/corrupted_dagger.png create mode 100644 assets/minecraft/textures/skins/corrupted/corrupted_pulse.png create mode 100644 assets/minecraft/textures/skins/corrupted/corrupted_pulse.png.mcmeta create mode 100644 assets/minecraft/textures/skins/corrupted/corrupted_relik.png create mode 100644 assets/minecraft/textures/skins/corrupted/corrupted_spear.png create mode 100644 assets/minecraft/textures/skins/corrupted/corrupted_swirl.png create mode 100644 assets/minecraft/textures/skins/corrupted/corrupted_swirl.png.mcmeta create mode 100644 assets/minecraft/textures/skins/corrupted/corrupted_wand.png create mode 100644 assets/minecraft/textures/skins/cowboy_hat.png create mode 100644 assets/minecraft/textures/skins/crescent_detail.png create mode 100644 assets/minecraft/textures/skins/crimson/crimson_crossbow.png create mode 100644 assets/minecraft/textures/skins/crimson/crimson_dagger.png create mode 100644 assets/minecraft/textures/skins/crimson/crimson_greatsword.png create mode 100644 assets/minecraft/textures/skins/crimson/crimson_relik.png create mode 100644 assets/minecraft/textures/skins/crimson/crimson_wand.png create mode 100644 assets/minecraft/textures/skins/curious_maw.png create mode 100644 assets/minecraft/textures/skins/dagger_banana_texture.png create mode 100644 assets/minecraft/textures/skins/decal.png create mode 100644 assets/minecraft/textures/skins/decay_1.png create mode 100644 assets/minecraft/textures/skins/decay_2.png create mode 100644 assets/minecraft/textures/skins/dernic/dernic_bow.png create mode 100644 assets/minecraft/textures/skins/dernic/dernic_dagger.png create mode 100644 assets/minecraft/textures/skins/dernic/dernic_flame.png create mode 100644 assets/minecraft/textures/skins/dernic/dernic_flame.png.mcmeta create mode 100644 assets/minecraft/textures/skins/dernic/dernic_relik.png create mode 100644 assets/minecraft/textures/skins/dernic/dernic_spear.png create mode 100644 assets/minecraft/textures/skins/dernic/dernic_wand.png create mode 100644 assets/minecraft/textures/skins/diamond_armor_gradient.png create mode 100644 assets/minecraft/textures/skins/diamond_gradient.png create mode 100644 assets/minecraft/textures/skins/disciple/disciple_bow.png create mode 100644 assets/minecraft/textures/skins/disciple/disciple_dagger.png create mode 100644 assets/minecraft/textures/skins/disciple/disciple_relik.png create mode 100644 assets/minecraft/textures/skins/disciple/disciple_spear.png create mode 100644 assets/minecraft/textures/skins/disciple/disciple_staff.png create mode 100644 assets/minecraft/textures/skins/doll_gradient.png create mode 100644 assets/minecraft/textures/skins/dragon_mask.png create mode 100644 assets/minecraft/textures/skins/driftwood_1.png create mode 100644 assets/minecraft/textures/skins/driftwood_2.png create mode 100644 assets/minecraft/textures/skins/driftwood_3.png create mode 100644 assets/minecraft/textures/skins/drum_gradient.png create mode 100644 assets/minecraft/textures/skins/dwarf.png create mode 100644 assets/minecraft/textures/skins/dwarven/dwarven_bow.png create mode 100644 assets/minecraft/textures/skins/dwarven/dwarven_bow_anim.png create mode 100644 assets/minecraft/textures/skins/dwarven/dwarven_bow_anim.png.mcmeta create mode 100644 assets/minecraft/textures/skins/dwarven/dwarven_dagger.png create mode 100644 assets/minecraft/textures/skins/dwarven/dwarven_helmet.png create mode 100644 assets/minecraft/textures/skins/dwarven/dwarven_helmet_anim.png create mode 100644 assets/minecraft/textures/skins/dwarven/dwarven_helmet_anim.png.mcmeta create mode 100644 assets/minecraft/textures/skins/dwarven/dwarven_relik.png create mode 100644 assets/minecraft/textures/skins/dwarven/dwarven_relik_anim_0.png create mode 100644 assets/minecraft/textures/skins/dwarven/dwarven_relik_anim_0.png.mcmeta create mode 100644 assets/minecraft/textures/skins/dwarven/dwarven_relik_anim_1.png create mode 100644 assets/minecraft/textures/skins/dwarven/dwarven_relik_anim_1.png.mcmeta create mode 100644 assets/minecraft/textures/skins/dwarven/dwarven_spear.png create mode 100644 assets/minecraft/textures/skins/dwarven/dwarven_wand.png create mode 100644 assets/minecraft/textures/skins/dwarven/dwarven_wand_anim.png create mode 100644 assets/minecraft/textures/skins/dwarven/dwarven_wand_anim.png.mcmeta create mode 100644 assets/minecraft/textures/skins/dynasty_hat.png create mode 100644 assets/minecraft/textures/skins/ears.png create mode 100644 assets/minecraft/textures/skins/elf_ears.png create mode 100644 assets/minecraft/textures/skins/elf_hat.png create mode 100644 assets/minecraft/textures/skins/embellished_tricorn.png create mode 100644 assets/minecraft/textures/skins/entrepreneur_hat.png create mode 100644 assets/minecraft/textures/skins/evergreen_wreath.png create mode 100644 assets/minecraft/textures/skins/face_of_annihilation.png create mode 100644 assets/minecraft/textures/skins/fallen_smoke.png create mode 100644 assets/minecraft/textures/skins/fallen_smoke.png.mcmeta create mode 100644 assets/minecraft/textures/skins/fellowship_atlas.png create mode 100644 assets/minecraft/textures/skins/flaming_set/flaming_bow.png create mode 100644 assets/minecraft/textures/skins/flaming_set/flaming_hammer.png create mode 100644 assets/minecraft/textures/skins/flaming_set/flaming_sword.png create mode 100644 assets/minecraft/textures/skins/flaming_set/flaming_wand.png create mode 100644 assets/minecraft/textures/skins/flower_crown.png create mode 100644 assets/minecraft/textures/skins/food_set_1/banana_bow.png create mode 100644 assets/minecraft/textures/skins/food_set_1/chicken_leg_staff.png create mode 100644 assets/minecraft/textures/skins/food_set_1/kebab_spear.png create mode 100644 assets/minecraft/textures/skins/food_set_1/swordfish_sword.png create mode 100644 assets/minecraft/textures/skins/forest_hood.png create mode 100644 assets/minecraft/textures/skins/fossil/fossil_bow.png create mode 100644 assets/minecraft/textures/skins/fossil/fossil_dagger.png create mode 100644 assets/minecraft/textures/skins/fossil/fossil_relik.png create mode 100644 assets/minecraft/textures/skins/fossil/fossil_spear.png create mode 100644 assets/minecraft/textures/skins/fossil/fossil_wand.png create mode 100644 assets/minecraft/textures/skins/fossil_skull.png create mode 100644 assets/minecraft/textures/skins/fox.png create mode 100644 assets/minecraft/textures/skins/fox_mask.png create mode 100644 assets/minecraft/textures/skins/frost/frost_bow.png create mode 100644 assets/minecraft/textures/skins/frost/frost_dagger.png create mode 100644 assets/minecraft/textures/skins/frost/frost_relik.png create mode 100644 assets/minecraft/textures/skins/frost/frost_shimmer.png create mode 100644 assets/minecraft/textures/skins/frost/frost_shimmer.png.mcmeta create mode 100644 assets/minecraft/textures/skins/frost/frost_spear.png create mode 100644 assets/minecraft/textures/skins/frost/frost_wand.png create mode 100644 assets/minecraft/textures/skins/frostbite_hat.png create mode 100644 assets/minecraft/textures/skins/frostbound/frostbound_bow.png create mode 100644 assets/minecraft/textures/skins/frostbound/frostbound_dagger.png create mode 100644 assets/minecraft/textures/skins/frostbound/frostbound_relik.png create mode 100644 assets/minecraft/textures/skins/frostbound/frostbound_spear.png create mode 100644 assets/minecraft/textures/skins/frostbound/frostbound_wand.png create mode 100644 assets/minecraft/textures/skins/frostbound_halo.png create mode 100644 assets/minecraft/textures/skins/fungi_cap.png create mode 100644 assets/minecraft/textures/skins/fury/fury_lance.png create mode 100644 assets/minecraft/textures/skins/fury/fury_longbow.png create mode 100644 assets/minecraft/textures/skins/fury/fury_sceptre.png create mode 100644 assets/minecraft/textures/skins/fury/fury_staff.png create mode 100644 assets/minecraft/textures/skins/fury/fury_sword.png create mode 100644 assets/minecraft/textures/skins/fury_coronet.png create mode 100644 assets/minecraft/textures/skins/gardener_hat.png create mode 100644 assets/minecraft/textures/skins/gems.png create mode 100644 assets/minecraft/textures/skins/geomancer/geomancer_arch.png create mode 100644 assets/minecraft/textures/skins/geomancer/geomancer_beam.png create mode 100644 assets/minecraft/textures/skins/geomancer/geomancer_beam.png.mcmeta create mode 100644 assets/minecraft/textures/skins/geomancer/geomancer_fist.png create mode 100644 assets/minecraft/textures/skins/geomancer/geomancer_hammer.png create mode 100644 assets/minecraft/textures/skins/geomancer/geomancer_heirloom.png create mode 100644 assets/minecraft/textures/skins/geomancer/geomancer_rotary.png create mode 100644 assets/minecraft/textures/skins/geomancer/geomancer_rotary.png.mcmeta create mode 100644 assets/minecraft/textures/skins/geomancer/geomancer_sceptre.png create mode 100644 assets/minecraft/textures/skins/geomancer_bouldercrest.png create mode 100644 assets/minecraft/textures/skins/gingerbread_house.png create mode 100644 assets/minecraft/textures/skins/gluttony_gourd.png create mode 100644 assets/minecraft/textures/skins/gnome_cap.png create mode 100644 assets/minecraft/textures/skins/goblet_atlas.png create mode 100644 assets/minecraft/textures/skins/gold_armor_gradient.png create mode 100644 assets/minecraft/textures/skins/gold_gradient.png create mode 100644 assets/minecraft/textures/skins/gothic/gothic_arch.png create mode 100644 assets/minecraft/textures/skins/gothic/gothic_claymore.png create mode 100644 assets/minecraft/textures/skins/gothic/gothic_relik.png create mode 100644 assets/minecraft/textures/skins/gothic/gothic_staff.png create mode 100644 assets/minecraft/textures/skins/gothic/gothic_trident.png create mode 100644 assets/minecraft/textures/skins/gothic_tiara.png create mode 100644 assets/minecraft/textures/skins/gradient.png create mode 100644 assets/minecraft/textures/skins/gradient_set.png create mode 100644 assets/minecraft/textures/skins/grafter_aggregate.png create mode 100644 assets/minecraft/textures/skins/graydient.png create mode 100644 assets/minecraft/textures/skins/grizzly_headpiece.png create mode 100644 assets/minecraft/textures/skins/grook_mask.png create mode 100644 assets/minecraft/textures/skins/halfmoon_atlas.png create mode 100644 assets/minecraft/textures/skins/harmless_smile.png create mode 100644 assets/minecraft/textures/skins/harmless_smile.png.mcmeta create mode 100644 assets/minecraft/textures/skins/harvest.png create mode 100644 assets/minecraft/textures/skins/hat_gradient.png create mode 100644 assets/minecraft/textures/skins/haunting_spider.png create mode 100644 assets/minecraft/textures/skins/helmet_banner.png create mode 100644 assets/minecraft/textures/skins/heroes_beret.png create mode 100644 assets/minecraft/textures/skins/heroic/heroic_bow.png create mode 100644 assets/minecraft/textures/skins/heroic/heroic_dagger.png create mode 100644 assets/minecraft/textures/skins/heroic/heroic_relik.png create mode 100644 assets/minecraft/textures/skins/heroic/heroic_spear.png create mode 100644 assets/minecraft/textures/skins/heroic/heroic_wand.png create mode 100644 assets/minecraft/textures/skins/heroic/heroic_wingwreath.png create mode 100644 assets/minecraft/textures/skins/highlands/highlands_base.png create mode 100644 assets/minecraft/textures/skins/highlands/highlands_beam.png create mode 100644 assets/minecraft/textures/skins/highlands/highlands_beam.png.mcmeta create mode 100644 assets/minecraft/textures/skins/highlands/highlands_bow.png create mode 100644 assets/minecraft/textures/skins/highlands/highlands_claw.png create mode 100644 assets/minecraft/textures/skins/highlands/highlands_gavel.png create mode 100644 assets/minecraft/textures/skins/highlands/highlands_gavel.png.mcmeta create mode 100644 assets/minecraft/textures/skins/highlands/highlands_kindle.png create mode 100644 assets/minecraft/textures/skins/highlands/highlands_kindle.png.mcmeta create mode 100644 assets/minecraft/textures/skins/highlands/highlands_relik.png create mode 100644 assets/minecraft/textures/skins/highlands/highlands_staff.png create mode 100644 assets/minecraft/textures/skins/highlands_ushanka.png create mode 100644 assets/minecraft/textures/skins/holy_set/holy_bow.png create mode 100644 assets/minecraft/textures/skins/holy_set/holy_dagger.png create mode 100644 assets/minecraft/textures/skins/holy_set/holy_hammer.png create mode 100644 assets/minecraft/textures/skins/holy_set/holy_hammer2.png create mode 100644 assets/minecraft/textures/skins/holy_set/holy_wand.png create mode 100644 assets/minecraft/textures/skins/hook_atlas.png create mode 100644 assets/minecraft/textures/skins/hunter_hat.png create mode 100644 assets/minecraft/textures/skins/hydration_headgear.png create mode 100644 assets/minecraft/textures/skins/ice_scythe.png create mode 100644 assets/minecraft/textures/skins/ink_wand.png create mode 100644 assets/minecraft/textures/skins/iron_sheet.png create mode 100644 assets/minecraft/textures/skins/ivy_horns.png create mode 100644 assets/minecraft/textures/skins/kasa_gradient.png create mode 100644 assets/minecraft/textures/skins/lapis_gradient.png create mode 100644 assets/minecraft/textures/skins/leaf_crest.png create mode 100644 assets/minecraft/textures/skins/livid.png create mode 100644 assets/minecraft/textures/skins/lotr_set/lotr_bow.png create mode 100644 assets/minecraft/textures/skins/lotr_set/lotr_dagger.png create mode 100644 assets/minecraft/textures/skins/lotr_set/lotr_staff.png create mode 100644 assets/minecraft/textures/skins/lotr_set/lotr_wand.png create mode 100644 assets/minecraft/textures/skins/lotus_of_the_wilds.png create mode 100644 assets/minecraft/textures/skins/lumberjack_stump.png create mode 100644 assets/minecraft/textures/skins/mage.png create mode 100644 assets/minecraft/textures/skins/magic_gradient.png create mode 100644 assets/minecraft/textures/skins/melon_band.png create mode 100644 assets/minecraft/textures/skins/merchant_bicorne.png create mode 100644 assets/minecraft/textures/skins/miner_helmet.png create mode 100644 assets/minecraft/textures/skins/money_set/money_bow.png create mode 100644 assets/minecraft/textures/skins/money_set/money_dagger.png create mode 100644 assets/minecraft/textures/skins/money_set/money_spear.png create mode 100644 assets/minecraft/textures/skins/money_set/money_wand.png create mode 100644 assets/minecraft/textures/skins/monster_mask.png create mode 100644 assets/minecraft/textures/skins/moon_gradient.png create mode 100644 assets/minecraft/textures/skins/moonlit_chapeau.png create mode 100644 assets/minecraft/textures/skins/multi_wool.png create mode 100644 assets/minecraft/textures/skins/nature_gradient.png create mode 100644 assets/minecraft/textures/skins/nutcracker_hat.png create mode 100644 assets/minecraft/textures/skins/oar_palette.png create mode 100644 assets/minecraft/textures/skins/orphion_messenger.png create mode 100644 assets/minecraft/textures/skins/orphion_messenger_a.png create mode 100644 assets/minecraft/textures/skins/orphion_messenger_a.png.mcmeta create mode 100644 assets/minecraft/textures/skins/pan.png create mode 100644 assets/minecraft/textures/skins/paper_bag.png create mode 100644 assets/minecraft/textures/skins/phoenix_atlas.png create mode 100644 assets/minecraft/textures/skins/pinwheel.png create mode 100644 assets/minecraft/textures/skins/pinwheel.png.mcmeta create mode 100644 assets/minecraft/textures/skins/raccoon_cap.png create mode 100644 assets/minecraft/textures/skins/rainbow_gradient.png create mode 100644 assets/minecraft/textures/skins/rainbow_gradient_anim.png create mode 100644 assets/minecraft/textures/skins/rainbow_gradient_anim.png.mcmeta create mode 100644 assets/minecraft/textures/skins/rainbow_panama.png create mode 100644 assets/minecraft/textures/skins/red_gradient.png create mode 100644 assets/minecraft/textures/skins/red_gradient1.png create mode 100644 assets/minecraft/textures/skins/repeater.png create mode 100644 assets/minecraft/textures/skins/rose.png create mode 100644 assets/minecraft/textures/skins/rose_hat.png create mode 100644 assets/minecraft/textures/skins/rotor.png create mode 100644 assets/minecraft/textures/skins/rotor.png.mcmeta create mode 100644 assets/minecraft/textures/skins/rune_flame.png create mode 100644 assets/minecraft/textures/skins/rune_flame.png.mcmeta create mode 100644 assets/minecraft/textures/skins/runic_ring.png create mode 100644 assets/minecraft/textures/skins/safari_hat.png create mode 100644 assets/minecraft/textures/skins/santa_hat.png create mode 100644 assets/minecraft/textures/skins/scarf_textures.png create mode 100644 assets/minecraft/textures/skins/scifi.png create mode 100644 assets/minecraft/textures/skins/scifi_anim.png create mode 100644 assets/minecraft/textures/skins/scifi_anim.png.mcmeta create mode 100644 assets/minecraft/textures/skins/scope_gradient.png create mode 100644 assets/minecraft/textures/skins/shadow_smoke.png create mode 100644 assets/minecraft/textures/skins/shadow_smoke.png.mcmeta create mode 100644 assets/minecraft/textures/skins/snow_cloud_hat.png create mode 100644 assets/minecraft/textures/skins/snow_fox.png create mode 100644 assets/minecraft/textures/skins/snowdrift_circlet.png create mode 100644 assets/minecraft/textures/skins/snowfall.png create mode 100644 assets/minecraft/textures/skins/snowfall.png.mcmeta create mode 100644 assets/minecraft/textures/skins/soul_heart.png create mode 100644 assets/minecraft/textures/skins/soul_smoke.png create mode 100644 assets/minecraft/textures/skins/soul_smoke.png.mcmeta create mode 100644 assets/minecraft/textures/skins/souls.png create mode 100644 assets/minecraft/textures/skins/space_gradient.png create mode 100644 assets/minecraft/textures/skins/spring_flowers_circlet.png create mode 100644 assets/minecraft/textures/skins/stalwart_morion.png create mode 100644 assets/minecraft/textures/skins/star_gradient.png create mode 100644 assets/minecraft/textures/skins/steampunk_bow_texture.png create mode 100644 assets/minecraft/textures/skins/steampunk_dagger_texture.png create mode 100644 assets/minecraft/textures/skins/steampunk_relik.png create mode 100644 assets/minecraft/textures/skins/steampunk_spear_tex.png create mode 100644 assets/minecraft/textures/skins/steampunk_wand_clock_animation_texture.png create mode 100644 assets/minecraft/textures/skins/steampunk_wand_clock_animation_texture.png.mcmeta create mode 100644 assets/minecraft/textures/skins/steampunk_wand_texture.png create mode 100644 assets/minecraft/textures/skins/stone.png create mode 100644 assets/minecraft/textures/skins/straw_hat.png create mode 100644 assets/minecraft/textures/skins/string.png create mode 100644 assets/minecraft/textures/skins/sun_hat.png create mode 100644 assets/minecraft/textures/skins/tesla_arch.png create mode 100644 assets/minecraft/textures/skins/tesla_arch.png.mcmeta create mode 100644 assets/minecraft/textures/skins/tesla_ladder.png create mode 100644 assets/minecraft/textures/skins/tesla_ladder.png.mcmeta create mode 100644 assets/minecraft/textures/skins/text.png create mode 100644 assets/minecraft/textures/skins/text.png.mcmeta create mode 100644 assets/minecraft/textures/skins/theorick_hood.png create mode 100644 assets/minecraft/textures/skins/thunderbolt.png create mode 100644 assets/minecraft/textures/skins/thunderbolt.png.mcmeta create mode 100644 assets/minecraft/textures/skins/tree_hat.png create mode 100644 assets/minecraft/textures/skins/tropical/tropical_bow.png create mode 100644 assets/minecraft/textures/skins/tropical/tropical_dagger.png create mode 100644 assets/minecraft/textures/skins/tropical/tropical_relik.png create mode 100644 assets/minecraft/textures/skins/tropical/tropical_spear.png create mode 100644 assets/minecraft/textures/skins/tropical/tropical_wand.png create mode 100644 assets/minecraft/textures/skins/twilight_gradient.png create mode 100644 assets/minecraft/textures/skins/valorous_helmet.png create mode 100644 assets/minecraft/textures/skins/verdant_laurel.png create mode 100644 assets/minecraft/textures/skins/viking_helmet.png create mode 100644 assets/minecraft/textures/skins/voodoo.png create mode 100644 assets/minecraft/textures/skins/warrior.png create mode 100644 assets/minecraft/textures/skins/werewolf_mask.png create mode 100644 assets/minecraft/textures/skins/white_gradient.png create mode 100644 assets/minecraft/textures/skins/witch_hat.png create mode 100644 assets/minecraft/textures/skins/wood.png create mode 100644 assets/minecraft/textures/skins/wood_full.png create mode 100644 assets/minecraft/textures/skins/yahya_fantasy.png create mode 100644 assets/minecraft/textures/skins/yarn_head.png create mode 100644 assets/minecraft/textures/skins/zapball.png create mode 100644 assets/minecraft/textures/skins/zapball.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/ability_shard.png create mode 100644 assets/minecraft/textures/wynn/ability_shard.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/accessory/bracelet_air1.png create mode 100644 assets/minecraft/textures/wynn/accessory/bracelet_air2.png create mode 100644 assets/minecraft/textures/wynn/accessory/bracelet_base.png create mode 100644 assets/minecraft/textures/wynn/accessory/bracelet_earth1.png create mode 100644 assets/minecraft/textures/wynn/accessory/bracelet_earth2.png create mode 100644 assets/minecraft/textures/wynn/accessory/bracelet_fire1.png create mode 100644 assets/minecraft/textures/wynn/accessory/bracelet_fire2.png create mode 100644 assets/minecraft/textures/wynn/accessory/bracelet_multi1.png create mode 100644 assets/minecraft/textures/wynn/accessory/bracelet_multi1.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/accessory/bracelet_multi2.png create mode 100644 assets/minecraft/textures/wynn/accessory/bracelet_multi2.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/accessory/bracelet_shackle.png create mode 100644 assets/minecraft/textures/wynn/accessory/bracelet_thunder1.png create mode 100644 assets/minecraft/textures/wynn/accessory/bracelet_thunder2.png create mode 100644 assets/minecraft/textures/wynn/accessory/bracelet_water1.png create mode 100644 assets/minecraft/textures/wynn/accessory/bracelet_water2.png create mode 100644 assets/minecraft/textures/wynn/accessory/necklace_air1.png create mode 100644 assets/minecraft/textures/wynn/accessory/necklace_air2.png create mode 100644 assets/minecraft/textures/wynn/accessory/necklace_base.png create mode 100644 assets/minecraft/textures/wynn/accessory/necklace_broach.png create mode 100644 assets/minecraft/textures/wynn/accessory/necklace_cross.png create mode 100644 assets/minecraft/textures/wynn/accessory/necklace_earth1.png create mode 100644 assets/minecraft/textures/wynn/accessory/necklace_earth2.png create mode 100644 assets/minecraft/textures/wynn/accessory/necklace_fire1.png create mode 100644 assets/minecraft/textures/wynn/accessory/necklace_fire2.png create mode 100644 assets/minecraft/textures/wynn/accessory/necklace_multi1.png create mode 100644 assets/minecraft/textures/wynn/accessory/necklace_multi1.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/accessory/necklace_multi2.png create mode 100644 assets/minecraft/textures/wynn/accessory/necklace_multi2.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/accessory/necklace_pearl.png create mode 100644 assets/minecraft/textures/wynn/accessory/necklace_silver.png create mode 100644 assets/minecraft/textures/wynn/accessory/necklace_thunder1.png create mode 100644 assets/minecraft/textures/wynn/accessory/necklace_thunder2.png create mode 100644 assets/minecraft/textures/wynn/accessory/necklace_water1.png create mode 100644 assets/minecraft/textures/wynn/accessory/necklace_water2.png create mode 100644 assets/minecraft/textures/wynn/accessory/ring_air1.png create mode 100644 assets/minecraft/textures/wynn/accessory/ring_air2.png create mode 100644 assets/minecraft/textures/wynn/accessory/ring_base.png create mode 100644 assets/minecraft/textures/wynn/accessory/ring_earth1.png create mode 100644 assets/minecraft/textures/wynn/accessory/ring_earth2.png create mode 100644 assets/minecraft/textures/wynn/accessory/ring_fire1.png create mode 100644 assets/minecraft/textures/wynn/accessory/ring_fire2.png create mode 100644 assets/minecraft/textures/wynn/accessory/ring_multi1.png create mode 100644 assets/minecraft/textures/wynn/accessory/ring_multi1.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/accessory/ring_multi2.png create mode 100644 assets/minecraft/textures/wynn/accessory/ring_multi2.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/accessory/ring_pearl.png create mode 100644 assets/minecraft/textures/wynn/accessory/ring_purity.png create mode 100644 assets/minecraft/textures/wynn/accessory/ring_thick.png create mode 100644 assets/minecraft/textures/wynn/accessory/ring_thunder1.png create mode 100644 assets/minecraft/textures/wynn/accessory/ring_thunder2.png create mode 100644 assets/minecraft/textures/wynn/accessory/ring_thunder2.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/accessory/ring_water1.png create mode 100644 assets/minecraft/textures/wynn/accessory/ring_water2.png create mode 100644 assets/minecraft/textures/wynn/accessory/ring_wedding.png create mode 100644 assets/minecraft/textures/wynn/augment/corkian_amplifier.png create mode 100644 assets/minecraft/textures/wynn/augment/corkian_insulator.png create mode 100644 assets/minecraft/textures/wynn/augment/corkian_simulator.png create mode 100644 assets/minecraft/textures/wynn/beam.png create mode 100644 assets/minecraft/textures/wynn/books.png create mode 100644 assets/minecraft/textures/wynn/content_book.png create mode 100644 assets/minecraft/textures/wynn/dim_soul.png create mode 100644 assets/minecraft/textures/wynn/dungeon/key.png create mode 100644 assets/minecraft/textures/wynn/dungeon/key_broken.png create mode 100644 assets/minecraft/textures/wynn/economy/fishing/bass.png create mode 100644 assets/minecraft/textures/wynn/economy/fishing/carp.png create mode 100644 assets/minecraft/textures/wynn/economy/fishing/cooked_blue.png create mode 100644 assets/minecraft/textures/wynn/economy/fishing/cooked_gray.png create mode 100644 assets/minecraft/textures/wynn/economy/fishing/cooked_orange.png create mode 100644 assets/minecraft/textures/wynn/economy/fishing/cooked_pink.png create mode 100644 assets/minecraft/textures/wynn/economy/fishing/cooked_yellow.png create mode 100644 assets/minecraft/textures/wynn/economy/fishing/dernic_fish.png create mode 100644 assets/minecraft/textures/wynn/economy/fishing/gudgeon.png create mode 100644 assets/minecraft/textures/wynn/economy/fishing/gylia_fish.png create mode 100644 assets/minecraft/textures/wynn/economy/fishing/icefish.png create mode 100644 assets/minecraft/textures/wynn/economy/fishing/koi.png create mode 100644 assets/minecraft/textures/wynn/economy/fishing/molten_eel.png create mode 100644 assets/minecraft/textures/wynn/economy/fishing/molten_eel.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/economy/fishing/oil_blue.png create mode 100644 assets/minecraft/textures/wynn/economy/fishing/oil_gray.png create mode 100644 assets/minecraft/textures/wynn/economy/fishing/oil_orange.png create mode 100644 assets/minecraft/textures/wynn/economy/fishing/oil_red.png create mode 100644 assets/minecraft/textures/wynn/economy/fishing/oil_yellow.png create mode 100644 assets/minecraft/textures/wynn/economy/fishing/piranha.png create mode 100644 assets/minecraft/textures/wynn/economy/fishing/salmon.png create mode 100644 assets/minecraft/textures/wynn/economy/fishing/starfish.png create mode 100644 assets/minecraft/textures/wynn/economy/fishing/trout.png create mode 100644 assets/minecraft/textures/wynn/economy/meals/fried.png create mode 100644 assets/minecraft/textures/wynn/economy/meals/generic.png create mode 100644 assets/minecraft/textures/wynn/economy/meals/generic_meat.png create mode 100644 assets/minecraft/textures/wynn/economy/meals/generic_plate.png create mode 100644 assets/minecraft/textures/wynn/economy/meals/salad.png create mode 100644 assets/minecraft/textures/wynn/economy/meals/soup.png create mode 100644 assets/minecraft/textures/wynn/economy/meals/spicy.png create mode 100644 assets/minecraft/textures/wynn/economy/meals/steamed.png create mode 100644 assets/minecraft/textures/wynn/economy/mining/gem_cobalt.png create mode 100644 assets/minecraft/textures/wynn/economy/mining/gem_copper.png create mode 100644 assets/minecraft/textures/wynn/economy/mining/gem_dernic.png create mode 100644 assets/minecraft/textures/wynn/economy/mining/gem_dernic.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/economy/mining/gem_diamond.png create mode 100644 assets/minecraft/textures/wynn/economy/mining/gem_gold.png create mode 100644 assets/minecraft/textures/wynn/economy/mining/gem_granite.png create mode 100644 assets/minecraft/textures/wynn/economy/mining/gem_iron.png create mode 100644 assets/minecraft/textures/wynn/economy/mining/gem_kander.png create mode 100644 assets/minecraft/textures/wynn/economy/mining/gem_molten.png create mode 100644 assets/minecraft/textures/wynn/economy/mining/gem_sandstone.png create mode 100644 assets/minecraft/textures/wynn/economy/mining/gem_silver.png create mode 100644 assets/minecraft/textures/wynn/economy/mining/gem_void.png create mode 100644 assets/minecraft/textures/wynn/economy/mining/ingot_cobalt.png create mode 100644 assets/minecraft/textures/wynn/economy/mining/ingot_copper.png create mode 100644 assets/minecraft/textures/wynn/economy/mining/ingot_dernic.png create mode 100644 assets/minecraft/textures/wynn/economy/mining/ingot_dernic.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/economy/mining/ingot_diamond.png create mode 100644 assets/minecraft/textures/wynn/economy/mining/ingot_gold.png create mode 100644 assets/minecraft/textures/wynn/economy/mining/ingot_granite.png create mode 100644 assets/minecraft/textures/wynn/economy/mining/ingot_iron.png create mode 100644 assets/minecraft/textures/wynn/economy/mining/ingot_kanderstone.png create mode 100644 assets/minecraft/textures/wynn/economy/mining/ingot_molten.png create mode 100644 assets/minecraft/textures/wynn/economy/mining/ingot_molten.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/economy/mining/ingot_sandstone.png create mode 100644 assets/minecraft/textures/wynn/economy/mining/ingot_silver.png create mode 100644 assets/minecraft/textures/wynn/economy/mining/ingot_void.png create mode 100644 assets/minecraft/textures/wynn/economy/woodcutting/paper_brown.png create mode 100644 assets/minecraft/textures/wynn/economy/woodcutting/paper_cream.png create mode 100644 assets/minecraft/textures/wynn/economy/woodcutting/paper_white.png create mode 100644 assets/minecraft/textures/wynn/economy/woodcutting/scroll_brown.png create mode 100644 assets/minecraft/textures/wynn/economy/woodcutting/scroll_cream.png create mode 100644 assets/minecraft/textures/wynn/economy/woodcutting/scroll_white.png create mode 100644 assets/minecraft/textures/wynn/flora/cattails.png create mode 100644 assets/minecraft/textures/wynn/flora/cattails_0.png create mode 100644 assets/minecraft/textures/wynn/flora/chain.png create mode 100644 assets/minecraft/textures/wynn/flora/crops.png create mode 100644 assets/minecraft/textures/wynn/flora/crops_cream.png create mode 100644 assets/minecraft/textures/wynn/flora/crops_dernic.png create mode 100644 assets/minecraft/textures/wynn/flora/crops_green.png create mode 100644 assets/minecraft/textures/wynn/flora/crops_hops.png create mode 100644 assets/minecraft/textures/wynn/flora/crops_roots.png create mode 100644 assets/minecraft/textures/wynn/flora/crops_sorghum.png create mode 100644 assets/minecraft/textures/wynn/flora/crops_wheat_harvest.png create mode 100644 assets/minecraft/textures/wynn/flora/hanging_crops.png create mode 100644 assets/minecraft/textures/wynn/flora/items/barley_malt.png create mode 100644 assets/minecraft/textures/wynn/flora/items/decay_root.png create mode 100644 assets/minecraft/textures/wynn/flora/items/dernic_seed.png create mode 100644 assets/minecraft/textures/wynn/flora/items/hemp.png create mode 100644 assets/minecraft/textures/wynn/flora/items/hops.png create mode 100644 assets/minecraft/textures/wynn/flora/items/oats.png create mode 100644 assets/minecraft/textures/wynn/flora/items/rice.png create mode 100644 assets/minecraft/textures/wynn/flora/items/rye_millet.png create mode 100644 assets/minecraft/textures/wynn/flora/items/seeds_melon.png create mode 100644 assets/minecraft/textures/wynn/flora/items/seeds_pumpkin.png create mode 100644 assets/minecraft/textures/wynn/flora/items/seeds_sorghum.png create mode 100644 assets/minecraft/textures/wynn/flora/items/seeds_wheat.png create mode 100644 assets/minecraft/textures/wynn/flora/items/sorghum.png create mode 100644 assets/minecraft/textures/wynn/flora/items/string.png create mode 100644 assets/minecraft/textures/wynn/flora/items/string_brown.png create mode 100644 assets/minecraft/textures/wynn/flora/items/string_green.png create mode 100644 assets/minecraft/textures/wynn/flora/items/string_yellow.png create mode 100644 assets/minecraft/textures/wynn/flora/items/wheat.png create mode 100644 assets/minecraft/textures/wynn/flora/particle_0.png create mode 100644 assets/minecraft/textures/wynn/flora/particle_1.png create mode 100644 assets/minecraft/textures/wynn/flora/particle_2.png create mode 100644 assets/minecraft/textures/wynn/flora/particle_3.png create mode 100644 assets/minecraft/textures/wynn/flora/rope.png create mode 100644 assets/minecraft/textures/wynn/flora/unused/crops_hops.png create mode 100644 assets/minecraft/textures/wynn/grayscale/flower_blue_orchid.png create mode 100644 assets/minecraft/textures/wynn/grayscale/flower_houstonia.png create mode 100644 assets/minecraft/textures/wynn/grayscale/flower_oxeye_daisy.png create mode 100644 assets/minecraft/textures/wynn/grayscale/flower_rose.png create mode 100644 assets/minecraft/textures/wynn/grayscale/flower_tulip_white.png create mode 100644 assets/minecraft/textures/wynn/grayscale/leaves.png create mode 100644 assets/minecraft/textures/wynn/grayscale/tallgrass.png create mode 100644 assets/minecraft/textures/wynn/grayscale/tallgrass_0.png create mode 100644 assets/minecraft/textures/wynn/grayscale/tallgrass_1.png create mode 100644 assets/minecraft/textures/wynn/grayscale/tallgrass_2.png create mode 100644 assets/minecraft/textures/wynn/grayscale/tallgrass_3.png create mode 100644 assets/minecraft/textures/wynn/grayscale/water.png create mode 100644 assets/minecraft/textures/wynn/grayscale/water.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/archetype/archer/boltslinger.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/archetype/archer/boltslinger.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/archetype/archer/sharpshooter.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/archetype/archer/sharpshooter.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/archetype/archer/trapper.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/archetype/archer/trapper.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/archetype/assassin/acrobat.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/archetype/assassin/acrobat.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/archetype/assassin/shadestepper.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/archetype/assassin/shadestepper.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/archetype/assassin/trickster.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/archetype/assassin/trickster.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/archetype/mage/arcanist.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/archetype/mage/arcanist.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/archetype/mage/lightbender.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/archetype/mage/lightbender.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/archetype/mage/riftwalker.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/archetype/mage/riftwalker.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/archetype/shaman/acolyte.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/archetype/shaman/acolyte.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/archetype/shaman/ritualist.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/archetype/shaman/ritualist.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/archetype/shaman/summoner.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/archetype/shaman/summoner.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/archetype/warrior/battle_monk.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/archetype/warrior/battle_monk.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/archetype/warrior/fallen.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/archetype/warrior/fallen.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/archetype/warrior/paladin.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/archetype/warrior/paladin.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/aspect/archer.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/aspect/assassin.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/aspect/flame_blue.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/aspect/flame_blue.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/aspect/flame_orange.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/aspect/flame_orange.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/aspect/flame_pink.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/aspect/flame_pink.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/aspect/flame_purple.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/aspect/flame_purple.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/aspect/flame_yellow.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/aspect/flame_yellow.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/aspect/mage.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/aspect/shaman.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/aspect/warrior.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/0.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/0_active_0.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/0_active_1.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/0_active_10.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/0_active_2.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/0_active_3.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/0_active_4.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/0_active_5.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/0_active_6.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/0_active_7.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/0_active_8.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/0_active_9.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/1.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/10.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/10_active_0.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/1_active_0.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/1_active_1.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/1_active_2.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/1_active_3.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/2.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/2_active_0.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/2_active_1.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/2_active_2.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/2_active_3.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/3.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/3_active_0.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/3_active_1.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/3_active_2.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/3_active_3.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/4.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/4_active_0.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/4_active_1.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/4_active_2.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/4_active_3.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/5.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/5_active_0.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/6.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/6_active_0.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/7.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/7_active_0.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/8.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/8_active_0.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/9.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/branch/9_active_0.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/button/arrow_down.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/button/arrow_left.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/button/arrow_right.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/button/arrow_up.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/button/aspects.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/button/aspects_select.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/button/orb_points.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/button/orb_reset.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/button/plus.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/button/reset.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/button/reset_confirm.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/button/reset_locked.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/button/reset_select.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/button/reset_wait.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/button/tree.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/button/tree_select.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/archer.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/archer_active.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/archer_pulse.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/archer_pulse.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/assassin.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/assassin_active.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/assassin_pulse.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/assassin_pulse.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/blue.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/blue_active.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/blue_fragment.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/blue_fragment.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/blue_pulse.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/blue_pulse.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/blue_shatter.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/blue_shine.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/blue_shine.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/mage.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/mage_active.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/mage_pulse.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/mage_pulse.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/purple.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/purple_active.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/purple_fragment.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/purple_fragment.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/purple_pulse.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/purple_pulse.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/purple_shatter.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/purple_shine.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/purple_shine.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/red.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/red_active.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/red_fragment.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/red_fragment.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/red_pulse.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/red_pulse.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/red_shatter.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/red_shine.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/red_shine.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/shaman.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/shaman_active.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/shaman_pulse.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/shaman_pulse.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/shine.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/shine.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/warrior.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/warrior_active.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/warrior_pulse.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/warrior_pulse.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/white.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/white_active.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/white_fragment.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/white_fragment.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/white_pulse.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/white_pulse.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/white_shatter.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/white_shine.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/white_shine.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/yellow.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/yellow_active.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/yellow_fragment.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/yellow_fragment.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/yellow_pulse.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/yellow_pulse.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/yellow_shatter.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/yellow_shine.png create mode 100644 assets/minecraft/textures/wynn/gui/ability_tree/node/yellow_shine.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/bank/liquid_storage.png create mode 100644 assets/minecraft/textures/wynn/gui/bank/restock.png create mode 100644 assets/minecraft/textures/wynn/gui/bank/stash.png create mode 100644 assets/minecraft/textures/wynn/gui/bank/toggle_account.png create mode 100644 assets/minecraft/textures/wynn/gui/bank/toggle_character.png create mode 100644 assets/minecraft/textures/wynn/gui/beacon/blue.png create mode 100644 assets/minecraft/textures/wynn/gui/beacon/cyan.png create mode 100644 assets/minecraft/textures/wynn/gui/beacon/dark_gray.png create mode 100644 assets/minecraft/textures/wynn/gui/beacon/gray.png create mode 100644 assets/minecraft/textures/wynn/gui/beacon/green.png create mode 100644 assets/minecraft/textures/wynn/gui/beacon/orange.png create mode 100644 assets/minecraft/textures/wynn/gui/beacon/pink.png create mode 100644 assets/minecraft/textures/wynn/gui/beacon/purple.png create mode 100644 assets/minecraft/textures/wynn/gui/beacon/rainbow.png create mode 100644 assets/minecraft/textures/wynn/gui/beacon/rainbow.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/beacon/red.png create mode 100644 assets/minecraft/textures/wynn/gui/beacon/white.png create mode 100644 assets/minecraft/textures/wynn/gui/beacon/yellow.png create mode 100644 assets/minecraft/textures/wynn/gui/blacksmith/repair_item.png create mode 100644 assets/minecraft/textures/wynn/gui/blacksmith/sell_item.png create mode 100644 assets/minecraft/textures/wynn/gui/button/arrow_down.png create mode 100644 assets/minecraft/textures/wynn/gui/button/arrow_left.png create mode 100644 assets/minecraft/textures/wynn/gui/button/arrow_right.png create mode 100644 assets/minecraft/textures/wynn/gui/button/arrow_up.png create mode 100644 assets/minecraft/textures/wynn/gui/button/cancel.png create mode 100644 assets/minecraft/textures/wynn/gui/button/check.png create mode 100644 assets/minecraft/textures/wynn/gui/button/color_palettes/brown.png create mode 100644 assets/minecraft/textures/wynn/gui/button/color_palettes/button_palette.png create mode 100644 assets/minecraft/textures/wynn/gui/button/color_palettes/default.png create mode 100644 assets/minecraft/textures/wynn/gui/button/color_palettes/gray.png create mode 100644 assets/minecraft/textures/wynn/gui/button/color_palettes/green.png create mode 100644 assets/minecraft/textures/wynn/gui/button/color_palettes/red.png create mode 100644 assets/minecraft/textures/wynn/gui/button/color_palettes/yellow.png create mode 100644 assets/minecraft/textures/wynn/gui/button/exclaim.png create mode 100644 assets/minecraft/textures/wynn/gui/button/minus.png create mode 100644 assets/minecraft/textures/wynn/gui/button/note.png create mode 100644 assets/minecraft/textures/wynn/gui/button/plus.png create mode 100644 assets/minecraft/textures/wynn/gui/button/refresh.png create mode 100644 assets/minecraft/textures/wynn/gui/character_info/ability_tree.png create mode 100644 assets/minecraft/textures/wynn/gui/character_info/ability_tree.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/character_info/blink.png create mode 100644 assets/minecraft/textures/wynn/gui/character_info/blink.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/character_info/book_agility.png create mode 100644 assets/minecraft/textures/wynn/gui/character_info/book_defense.png create mode 100644 assets/minecraft/textures/wynn/gui/character_info/book_dexterity.png create mode 100644 assets/minecraft/textures/wynn/gui/character_info/book_intelligence.png create mode 100644 assets/minecraft/textures/wynn/gui/character_info/book_strength.png create mode 100644 assets/minecraft/textures/wynn/gui/character_info/skill_crystal.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/cancel_deletion.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/change_scene.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/character_backups.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/craftsman.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/craftsman_disabled.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/customize.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/delete_character.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/disabled.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/edit_icon.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/edit_nickname.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/hardcore.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/hardcore_disabled.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/hunted.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/hunted_disabled.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/icon/archer.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/icon/archer_background.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/icon/assassin.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/icon/assassin_background.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/icon/dark_wizard.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/icon/dark_wizard_background.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/icon/hunter.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/icon/hunter_background.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/icon/knight.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/icon/knight_background.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/icon/mage.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/icon/mage_background.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/icon/ninja.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/icon/ninja_background.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/icon/pending_deletion.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/icon/shaman.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/icon/shaman_background.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/icon/skyseer.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/icon/skyseer_background.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/icon/warrior.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/icon/warrior_background.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/ironman.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/ironman_disabled.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/locked_slot.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/palette.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/reskin_class.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/select_gamemodes.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/select_reskin.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/selected.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/set_favorite.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/set_nickname.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/toggle_select.png create mode 100644 assets/minecraft/textures/wynn/gui/character_select/unset_favorite.png create mode 100644 assets/minecraft/textures/wynn/gui/column.png create mode 100644 assets/minecraft/textures/wynn/gui/content_book/boss_altar_active.png create mode 100644 assets/minecraft/textures/wynn/gui/content_book/boss_altar_locked.png create mode 100644 assets/minecraft/textures/wynn/gui/content_book/boss_altar_tracked.png create mode 100644 assets/minecraft/textures/wynn/gui/content_book/boss_altar_tracked.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/content_book/cave_active.png create mode 100644 assets/minecraft/textures/wynn/gui/content_book/cave_locked.png create mode 100644 assets/minecraft/textures/wynn/gui/content_book/cave_tracked.png create mode 100644 assets/minecraft/textures/wynn/gui/content_book/cave_tracked.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/content_book/complete.png create mode 100644 assets/minecraft/textures/wynn/gui/content_book/dialogue_history.png create mode 100644 assets/minecraft/textures/wynn/gui/content_book/dialogue_history.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/content_book/discovery_active.png create mode 100644 assets/minecraft/textures/wynn/gui/content_book/discovery_locked.png create mode 100644 assets/minecraft/textures/wynn/gui/content_book/discovery_tracked.png create mode 100644 assets/minecraft/textures/wynn/gui/content_book/discovery_tracked.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/content_book/dungeon_active.png create mode 100644 assets/minecraft/textures/wynn/gui/content_book/dungeon_locked.png create mode 100644 assets/minecraft/textures/wynn/gui/content_book/dungeon_tracked.png create mode 100644 assets/minecraft/textures/wynn/gui/content_book/dungeon_tracked.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/content_book/filter.png create mode 100644 assets/minecraft/textures/wynn/gui/content_book/locked.png create mode 100644 assets/minecraft/textures/wynn/gui/content_book/loot_camp_active.png create mode 100644 assets/minecraft/textures/wynn/gui/content_book/loot_camp_locked.png create mode 100644 assets/minecraft/textures/wynn/gui/content_book/loot_camp_tracked.png create mode 100644 assets/minecraft/textures/wynn/gui/content_book/loot_camp_tracked.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/content_book/mini_quest_active.png create mode 100644 assets/minecraft/textures/wynn/gui/content_book/mini_quest_locked.png create mode 100644 assets/minecraft/textures/wynn/gui/content_book/mini_quest_tracked.png create mode 100644 assets/minecraft/textures/wynn/gui/content_book/mini_quest_tracked.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/content_book/progress.png create mode 100644 assets/minecraft/textures/wynn/gui/content_book/quest_active.png create mode 100644 assets/minecraft/textures/wynn/gui/content_book/quest_locked.png create mode 100644 assets/minecraft/textures/wynn/gui/content_book/quest_tracked.png create mode 100644 assets/minecraft/textures/wynn/gui/content_book/quest_tracked.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/content_book/raid_active.png create mode 100644 assets/minecraft/textures/wynn/gui/content_book/raid_locked.png create mode 100644 assets/minecraft/textures/wynn/gui/content_book/raid_tracked.png create mode 100644 assets/minecraft/textures/wynn/gui/content_book/raid_tracked.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/content_book/story_quest_active.png create mode 100644 assets/minecraft/textures/wynn/gui/content_book/story_quest_locked.png create mode 100644 assets/minecraft/textures/wynn/gui/content_book/story_quest_tracked.png create mode 100644 assets/minecraft/textures/wynn/gui/content_book/story_quest_tracked.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/content_book/world_event_active.png create mode 100644 assets/minecraft/textures/wynn/gui/content_book/world_event_complete.png create mode 100644 assets/minecraft/textures/wynn/gui/content_book/world_event_locked.png create mode 100644 assets/minecraft/textures/wynn/gui/content_book/world_event_tracked.png create mode 100644 assets/minecraft/textures/wynn/gui/content_book/world_event_tracked.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/crafting/arrow_down.png create mode 100644 assets/minecraft/textures/wynn/gui/crafting/arrow_up.png create mode 100644 assets/minecraft/textures/wynn/gui/crafting/column_offset.png create mode 100644 assets/minecraft/textures/wynn/gui/crafting/columns.png create mode 100644 assets/minecraft/textures/wynn/gui/crafting/item_slot.png create mode 100644 assets/minecraft/textures/wynn/gui/crafting/item_slot.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/crafting/material_slot.png create mode 100644 assets/minecraft/textures/wynn/gui/equipment_slot.png create mode 100644 assets/minecraft/textures/wynn/gui/item_identifier/augment_item.png create mode 100644 assets/minecraft/textures/wynn/gui/item_identifier/identify_item.png create mode 100644 assets/minecraft/textures/wynn/gui/lootrun/boon_option.png create mode 100644 assets/minecraft/textures/wynn/gui/lootrun/button_normal.png create mode 100644 assets/minecraft/textures/wynn/gui/lootrun/button_special.png create mode 100644 assets/minecraft/textures/wynn/gui/lootrun/button_special.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/lootrun/button_start.png create mode 100644 assets/minecraft/textures/wynn/gui/lootrun/mission_buff.png create mode 100644 assets/minecraft/textures/wynn/gui/lootrun/mission_curse.png create mode 100644 assets/minecraft/textures/wynn/gui/lootrun/mission_glint.png create mode 100644 assets/minecraft/textures/wynn/gui/lootrun/mission_glint.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/lootrun/mission_hunt.png create mode 100644 assets/minecraft/textures/wynn/gui/lootrun/mission_life.png create mode 100644 assets/minecraft/textures/wynn/gui/lootrun/mission_loot.png create mode 100644 assets/minecraft/textures/wynn/gui/lootrun/sigil.png create mode 100644 assets/minecraft/textures/wynn/gui/mastery_tome/locked_slot.png create mode 100644 assets/minecraft/textures/wynn/gui/player/book.png create mode 100644 assets/minecraft/textures/wynn/gui/powder_master/infuse_item.png create mode 100644 assets/minecraft/textures/wynn/gui/powder_master/remove_item.png create mode 100644 assets/minecraft/textures/wynn/gui/powder_master/upgrade_item.png create mode 100644 assets/minecraft/textures/wynn/gui/raid/button_normal.png create mode 100644 assets/minecraft/textures/wynn/gui/raid/button_waiting.png create mode 100644 assets/minecraft/textures/wynn/gui/raid/gambit.png create mode 100644 assets/minecraft/textures/wynn/gui/raid/gambit_a.png create mode 100644 assets/minecraft/textures/wynn/gui/raid/gambit_a.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/raid/gambit_g.png create mode 100644 assets/minecraft/textures/wynn/gui/raid/gambit_g.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/raid/gambit_l.png create mode 100644 assets/minecraft/textures/wynn/gui/raid/gambit_o.png create mode 100644 assets/minecraft/textures/wynn/gui/raid/gambit_o.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/raid/ready_invalid.png create mode 100644 assets/minecraft/textures/wynn/gui/raid/ready_normal.png create mode 100644 assets/minecraft/textures/wynn/gui/raid/ready_waiting.png create mode 100644 assets/minecraft/textures/wynn/gui/raid/sigil.png create mode 100644 assets/minecraft/textures/wynn/gui/raid/sigil_1.png create mode 100644 assets/minecraft/textures/wynn/gui/raid/sigil_1.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/raid/sigil_2.png create mode 100644 assets/minecraft/textures/wynn/gui/raid/sigil_2.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/raid/sigil_3.png create mode 100644 assets/minecraft/textures/wynn/gui/raid/sigil_3.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/raid/sigil_4.png create mode 100644 assets/minecraft/textures/wynn/gui/raid/sigil_4.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/raid/sigil_guild.png create mode 100644 assets/minecraft/textures/wynn/gui/raid/sigil_guild_1.png create mode 100644 assets/minecraft/textures/wynn/gui/raid/sigil_guild_1.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/rekindled/button_accept.png create mode 100644 assets/minecraft/textures/wynn/gui/rekindled/button_normal.png create mode 100644 assets/minecraft/textures/wynn/gui/store/silverbull_emblem.png create mode 100644 assets/minecraft/textures/wynn/gui/store/silverbull_emblem.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/store/silverbull_share.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_icon.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/add_amount_default.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/add_amount_gray.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/booth_description.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/11_20.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/1_10.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/21_30.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/31_40.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/41_50.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/51_60.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/61_70.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/71_80.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/81_90.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/91_200.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/alchemism.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/armouring.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/boots.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/bow.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/bracelet.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/charm.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/chestplate.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/cooking.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/crafted.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/dagger.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/dungeon_drop.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/fabled.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/farming.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/fishing.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/food.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/helmet.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/identification.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/ingredient.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/jeweling.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/legendary.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/leggings.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/loot_chest_drop.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/mastery_tome.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/material.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/mining.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/misc.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/mob_drop.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/mythic.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/necklace.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/never_drop.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/normal.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/normal_drop.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/other.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/potion.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/powder.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/rare.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/relik.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/ring.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/scribing.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/scroll.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/set.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/spear.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/tailoring.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/tier_0.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/tier_1.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/tier_2.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/tier_3.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/tome.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/tool.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/unidentified.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/unique.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/unrefined.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/wand.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/weaponsmithing.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/woodcutting.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter/woodworking.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter_item.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/filter_name.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/locked_slot.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/price_check.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/remove_amount_default.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/remove_amount_gray.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/reveal_item.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/search.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/sell_item.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/sell_share.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/set_price.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/trade_overflow.png create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/trade_overflow.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/gui/trade_market/view_trade.png create mode 100644 assets/minecraft/textures/wynn/gui/tutorial.png create mode 100644 assets/minecraft/textures/wynn/gui/tutorial.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/housing/furniture/chair_bench.png create mode 100644 assets/minecraft/textures/wynn/housing/furniture/chair_boulder.png create mode 100644 assets/minecraft/textures/wynn/housing/furniture/chair_log.png create mode 100644 assets/minecraft/textures/wynn/housing/furniture/chair_quartz.png create mode 100644 assets/minecraft/textures/wynn/housing/furniture/chair_regal.png create mode 100644 assets/minecraft/textures/wynn/housing/furniture/chair_stool.png create mode 100644 assets/minecraft/textures/wynn/housing/furniture/chair_wood.png create mode 100644 assets/minecraft/textures/wynn/housing/furniture/curtains_bamboo.png create mode 100644 assets/minecraft/textures/wynn/housing/furniture/curtains_open_bamboo.png create mode 100644 assets/minecraft/textures/wynn/housing/furniture/curtains_open_regal.png create mode 100644 assets/minecraft/textures/wynn/housing/furniture/curtains_open_velvet.png create mode 100644 assets/minecraft/textures/wynn/housing/furniture/curtains_open_white.png create mode 100644 assets/minecraft/textures/wynn/housing/furniture/curtains_regal.png create mode 100644 assets/minecraft/textures/wynn/housing/furniture/curtains_velvet.png create mode 100644 assets/minecraft/textures/wynn/housing/furniture/curtains_white.png create mode 100644 assets/minecraft/textures/wynn/housing/furniture/shades.png create mode 100644 assets/minecraft/textures/wynn/housing/furniture/statue_colossal_guild.png create mode 100644 assets/minecraft/textures/wynn/housing/furniture/statue_colossal_normal.png create mode 100644 assets/minecraft/textures/wynn/housing/furniture/statue_eldritch.png create mode 100644 assets/minecraft/textures/wynn/housing/furniture/statue_eldritch_a.png create mode 100644 assets/minecraft/textures/wynn/housing/furniture/statue_eldritch_a.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/housing/furniture/statue_frog.png create mode 100644 assets/minecraft/textures/wynn/housing/furniture/statue_groot_guild.png create mode 100644 assets/minecraft/textures/wynn/housing/furniture/statue_groot_normal.png create mode 100644 assets/minecraft/textures/wynn/housing/furniture/statue_hero.png create mode 100644 assets/minecraft/textures/wynn/housing/furniture/statue_idol.png create mode 100644 assets/minecraft/textures/wynn/housing/furniture/statue_light.png create mode 100644 assets/minecraft/textures/wynn/housing/furniture/statue_light_guild.png create mode 100644 assets/minecraft/textures/wynn/housing/furniture/statue_light_normal.png create mode 100644 assets/minecraft/textures/wynn/housing/furniture/statue_nameless_guild.png create mode 100644 assets/minecraft/textures/wynn/housing/furniture/statue_nameless_normal.png create mode 100644 assets/minecraft/textures/wynn/housing/furniture/table_boulder.png create mode 100644 assets/minecraft/textures/wynn/housing/furniture/table_normal.png create mode 100644 assets/minecraft/textures/wynn/housing/furniture/table_quartz.png create mode 100644 assets/minecraft/textures/wynn/housing/furniture/table_regal.png create mode 100644 assets/minecraft/textures/wynn/housing/furniture/table_small.png create mode 100644 assets/minecraft/textures/wynn/housing/profession/alchemism.png create mode 100644 assets/minecraft/textures/wynn/housing/profession/armouring.png create mode 100644 assets/minecraft/textures/wynn/housing/profession/cooking.png create mode 100644 assets/minecraft/textures/wynn/housing/profession/farming.png create mode 100644 assets/minecraft/textures/wynn/housing/profession/fishing.png create mode 100644 assets/minecraft/textures/wynn/housing/profession/jeweling.png create mode 100644 assets/minecraft/textures/wynn/housing/profession/mining.png create mode 100644 assets/minecraft/textures/wynn/housing/profession/scribing.png create mode 100644 assets/minecraft/textures/wynn/housing/profession/tailoring.png create mode 100644 assets/minecraft/textures/wynn/housing/profession/trophy/alchemism.png create mode 100644 assets/minecraft/textures/wynn/housing/profession/trophy/armouring.png create mode 100644 assets/minecraft/textures/wynn/housing/profession/trophy/base.png create mode 100644 assets/minecraft/textures/wynn/housing/profession/trophy/cooking.png create mode 100644 assets/minecraft/textures/wynn/housing/profession/trophy/farming.png create mode 100644 assets/minecraft/textures/wynn/housing/profession/trophy/fishing.png create mode 100644 assets/minecraft/textures/wynn/housing/profession/trophy/jeweling.png create mode 100644 assets/minecraft/textures/wynn/housing/profession/trophy/mining.png create mode 100644 assets/minecraft/textures/wynn/housing/profession/trophy/scribing.png create mode 100644 assets/minecraft/textures/wynn/housing/profession/trophy/tailoring.png create mode 100644 assets/minecraft/textures/wynn/housing/profession/trophy/weaponsmithing.png create mode 100644 assets/minecraft/textures/wynn/housing/profession/trophy/woodcutting.png create mode 100644 assets/minecraft/textures/wynn/housing/profession/trophy/woodworking.png create mode 100644 assets/minecraft/textures/wynn/housing/profession/weaponsmithing.png create mode 100644 assets/minecraft/textures/wynn/housing/profession/woodcutting.png create mode 100644 assets/minecraft/textures/wynn/housing/profession/woodworking.png create mode 100644 assets/minecraft/textures/wynn/housing/station/bookshelf.png create mode 100644 assets/minecraft/textures/wynn/housing/station/gear.png create mode 100644 assets/minecraft/textures/wynn/housing/station/jukebox.png create mode 100644 assets/minecraft/textures/wynn/housing/station/message_board.png create mode 100644 assets/minecraft/textures/wynn/housing/station/misc_bucket.png create mode 100644 assets/minecraft/textures/wynn/housing/station/teleport_pad.png create mode 100644 assets/minecraft/textures/wynn/housing/station/teleport_pad_a.png create mode 100644 assets/minecraft/textures/wynn/housing/station/teleport_pad_a.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/housing/tool/blueprint.png create mode 100644 assets/minecraft/textures/wynn/housing/tool/handsaw.png create mode 100644 assets/minecraft/textures/wynn/housing/tool/ruler.png create mode 100644 assets/minecraft/textures/wynn/housing/tool/wand.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/anomaly/anomaly.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/anomaly/anomaly_body.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/anomaly/anomaly_eyes.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/avalanche.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/avostrider.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/bonny/eyes.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/bonny/eyes.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/jigsaw/bonny/flame.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/bonny/flame.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/jigsaw/crab.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/crate/blizzard.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/crate/bonfire.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/crate/bonfire_a.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/crate/bonfire_a.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/jigsaw/crate/heroes.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/crate/spirits.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/crow.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/dragonling/shadowfel.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/effigy.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/fetish.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/forest_sprite.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/fragment.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/golem.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/guide.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/lich.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/lich_c.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/lost_spirit.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/mage.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/mamba.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/mighty_yak.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/mythic_mimic.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/orphion/orphion.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/orphion/orphion2.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/orphion/orphion_detail.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/orphion/orphiontail.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/rat/rat_body.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/rat/rat_f.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/rat/rat_fire.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/rat/rat_fire.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/jigsaw/rat/rat_light.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/rat/rat_light.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/jigsaw/rat/rat_tail.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/rat/rat_tail.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/jigsaw/rat/rat_tail_r.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/rat/rat_tail_r.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/jigsaw/redbeard.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/redbeard_c.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/reward_chest.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/snow_fennec.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/treasure_chest.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/wisp.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/wynnston.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/wynnston.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/jigsaw/wynnter_owl.png create mode 100644 assets/minecraft/textures/wynn/jigsaw/yeti.png create mode 100644 assets/minecraft/textures/wynn/legacy/scrap.png create mode 100644 assets/minecraft/textures/wynn/locked_chest.png create mode 100644 assets/minecraft/textures/wynn/locked_chest_anim.png create mode 100644 assets/minecraft/textures/wynn/locked_chest_anim.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/loot/base.png create mode 100644 assets/minecraft/textures/wynn/loot/cache.png create mode 100644 assets/minecraft/textures/wynn/loot/common.png create mode 100644 assets/minecraft/textures/wynn/loot/fabled.png create mode 100644 assets/minecraft/textures/wynn/loot/legendary.png create mode 100644 assets/minecraft/textures/wynn/loot/mythic.png create mode 100644 assets/minecraft/textures/wynn/loot/rare.png create mode 100644 assets/minecraft/textures/wynn/loot/set.png create mode 100644 assets/minecraft/textures/wynn/mastery_tome/armour.png create mode 100644 assets/minecraft/textures/wynn/mastery_tome/guild.png create mode 100644 assets/minecraft/textures/wynn/mastery_tome/lootrun.png create mode 100644 assets/minecraft/textures/wynn/mastery_tome/mana.png create mode 100644 assets/minecraft/textures/wynn/mastery_tome/movement.png create mode 100644 assets/minecraft/textures/wynn/mastery_tome/utility.png create mode 100644 assets/minecraft/textures/wynn/mastery_tome/weapon.png create mode 100644 assets/minecraft/textures/wynn/missingno.png create mode 100644 assets/minecraft/textures/wynn/mob_totem.png create mode 100644 assets/minecraft/textures/wynn/mob_totem.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/placeholder.png create mode 100644 assets/minecraft/textures/wynn/pouch/crafter_packed.png create mode 100644 assets/minecraft/textures/wynn/pouch/crafter_stuffed.png create mode 100644 assets/minecraft/textures/wynn/pouch/crafter_varied.png create mode 100644 assets/minecraft/textures/wynn/pouch/emerald_empty.png create mode 100644 assets/minecraft/textures/wynn/pouch/emerald_full.png create mode 100644 assets/minecraft/textures/wynn/pouch/emerald_half.png create mode 100644 assets/minecraft/textures/wynn/pouch/ingredient_add.png create mode 100644 assets/minecraft/textures/wynn/pouch/ingredient_add.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/pouch/ingredient_default.png create mode 100644 assets/minecraft/textures/wynn/pouch/ingredient_empty.png create mode 100644 assets/minecraft/textures/wynn/pouch/ingredient_empty.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/pouch/ingredient_full.png create mode 100644 assets/minecraft/textures/wynn/pouch/ingredient_full.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/pouch/ingredient_half.png create mode 100644 assets/minecraft/textures/wynn/pouch/ingredient_half.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/powder/color_palettes/air.png create mode 100644 assets/minecraft/textures/wynn/powder/color_palettes/earth.png create mode 100644 assets/minecraft/textures/wynn/powder/color_palettes/fire.png create mode 100644 assets/minecraft/textures/wynn/powder/color_palettes/powder_palette.png create mode 100644 assets/minecraft/textures/wynn/powder/color_palettes/thunder.png create mode 100644 assets/minecraft/textures/wynn/powder/color_palettes/water.png create mode 100644 assets/minecraft/textures/wynn/powder/large.png create mode 100644 assets/minecraft/textures/wynn/powder/small.png create mode 100644 assets/minecraft/textures/wynn/prop/barrel_birch.png create mode 100644 assets/minecraft/textures/wynn/prop/barrel_oak.png create mode 100644 assets/minecraft/textures/wynn/prop/barrel_spruce.png create mode 100644 assets/minecraft/textures/wynn/prop/bottles.png create mode 100644 assets/minecraft/textures/wynn/prop/burlap_sack.png create mode 100644 assets/minecraft/textures/wynn/prop/candy_cane.png create mode 100644 assets/minecraft/textures/wynn/prop/clay_amphora.png create mode 100644 assets/minecraft/textures/wynn/prop/clay_mortar.png create mode 100644 assets/minecraft/textures/wynn/prop/clay_urn.png create mode 100644 assets/minecraft/textures/wynn/prop/clay_vase.png create mode 100644 assets/minecraft/textures/wynn/prop/garden_gnome.png create mode 100644 assets/minecraft/textures/wynn/prop/giant_gourd.png create mode 100644 assets/minecraft/textures/wynn/prop/hay_bale.png create mode 100644 assets/minecraft/textures/wynn/prop/mead_mug.png create mode 100644 assets/minecraft/textures/wynn/prop/message_bottle.png create mode 100644 assets/minecraft/textures/wynn/prop/present_blue.png create mode 100644 assets/minecraft/textures/wynn/prop/present_green.png create mode 100644 assets/minecraft/textures/wynn/prop/present_red.png create mode 100644 assets/minecraft/textures/wynn/prop/quest_scroll.png create mode 100644 assets/minecraft/textures/wynn/prop/soul_flame.png create mode 100644 assets/minecraft/textures/wynn/prop/soul_flame.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/prop/soul_lantern.png create mode 100644 assets/minecraft/textures/wynn/prop/treasure_cache.png create mode 100644 assets/minecraft/textures/wynn/prop/undead_remains.png create mode 100644 assets/minecraft/textures/wynn/prop/vegetables.png create mode 100644 assets/minecraft/textures/wynn/rune/az.png create mode 100644 assets/minecraft/textures/wynn/rune/az.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/rune/ek.png create mode 100644 assets/minecraft/textures/wynn/rune/ek.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/rune/nii.png create mode 100644 assets/minecraft/textures/wynn/rune/nii.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/rune/tol.png create mode 100644 assets/minecraft/textures/wynn/rune/tol.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/rune/uth.png create mode 100644 assets/minecraft/textures/wynn/rune/uth.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/scroll/scroll_teleport.png create mode 100644 assets/minecraft/textures/wynn/spell/ice_snake_0.png create mode 100644 assets/minecraft/textures/wynn/spell/ice_snake_1.png create mode 100644 assets/minecraft/textures/wynn/spell/mask_coward.png create mode 100644 assets/minecraft/textures/wynn/spell/mask_coward_a.png create mode 100644 assets/minecraft/textures/wynn/spell/mask_coward_a.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/spell/mask_fanatic.png create mode 100644 assets/minecraft/textures/wynn/spell/mask_fanatic_a.png create mode 100644 assets/minecraft/textures/wynn/spell/mask_fanatic_a.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/spell/mask_lunatic.png create mode 100644 assets/minecraft/textures/wynn/spell/mask_lunatic_a.png create mode 100644 assets/minecraft/textures/wynn/spell/mask_lunatic_a.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/spell/meteor_0.png create mode 100644 assets/minecraft/textures/wynn/spell/meteor_0_a.png create mode 100644 assets/minecraft/textures/wynn/spell/meteor_0_a.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/spell/meteor_1.png create mode 100644 assets/minecraft/textures/wynn/spell/meteor_1_a.png create mode 100644 assets/minecraft/textures/wynn/spell/meteor_1_a.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/spell/shaman_totem_0.png create mode 100644 assets/minecraft/textures/wynn/spell/shaman_totem_0.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/spell/shaman_totem_1.png create mode 100644 assets/minecraft/textures/wynn/spell/shaman_totem_2.png create mode 100644 assets/minecraft/textures/wynn/spell/shaman_totem_3.png create mode 100644 assets/minecraft/textures/wynn/spell/skyseer_totem_0.png create mode 100644 assets/minecraft/textures/wynn/spell/skyseer_totem_1.png create mode 100644 assets/minecraft/textures/wynn/spell/skyseer_totem_1.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/spell/trap_0.png create mode 100644 assets/minecraft/textures/wynn/spell/trap_0_a.png create mode 100644 assets/minecraft/textures/wynn/spell/trap_0_a.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/spell/trap_1_a.png create mode 100644 assets/minecraft/textures/wynn/spell/trap_1_a.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/tool/diamond_rod.png create mode 100644 assets/minecraft/textures/wynn/tool/golden_rod.png create mode 100644 assets/minecraft/textures/wynn/tool/iron_rod.png create mode 100644 assets/minecraft/textures/wynn/tool/stone_rod.png create mode 100644 assets/minecraft/textures/wynn/tool/wooden_rod.png create mode 100644 assets/minecraft/textures/wynn/weapon/anim/air_effect.png create mode 100644 assets/minecraft/textures/wynn/weapon/anim/air_effect.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/anim/air_swirl.png create mode 100644 assets/minecraft/textures/wynn/weapon/anim/air_swirl.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/anim/air_vertical.png create mode 100644 assets/minecraft/textures/wynn/weapon/anim/air_vertical.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/anim/cyan_flame.png create mode 100644 assets/minecraft/textures/wynn/weapon/anim/cyan_flame.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/anim/earth_color_petals.png create mode 100644 assets/minecraft/textures/wynn/weapon/anim/earth_color_petals.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/anim/earth_eye_glint.png create mode 100644 assets/minecraft/textures/wynn/weapon/anim/earth_eye_glint.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/anim/earth_pulse.png create mode 100644 assets/minecraft/textures/wynn/weapon/anim/earth_pulse.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/anim/fire_blade_flamelicks.png create mode 100644 assets/minecraft/textures/wynn/weapon/anim/fire_blade_flamelicks.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/anim/fire_core.png create mode 100644 assets/minecraft/textures/wynn/weapon/anim/fire_core.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/anim/fire_pulse.png create mode 100644 assets/minecraft/textures/wynn/weapon/anim/fire_pulse.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/anim/fire_swirl.png create mode 100644 assets/minecraft/textures/wynn/weapon/anim/fire_swirl.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/anim/flame_medium.png create mode 100644 assets/minecraft/textures/wynn/weapon/anim/flame_medium.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/anim/flame_small.png create mode 100644 assets/minecraft/textures/wynn/weapon/anim/flame_small.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/anim/glint_b.png create mode 100644 assets/minecraft/textures/wynn/weapon/anim/glint_b.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/anim/glint_s.png create mode 100644 assets/minecraft/textures/wynn/weapon/anim/glint_s.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/anim/lava_orb.png create mode 100644 assets/minecraft/textures/wynn/weapon/anim/lava_orb.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/anim/multi_color_petals.png create mode 100644 assets/minecraft/textures/wynn/weapon/anim/multi_color_petals.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/anim/multi_magic_anim.png create mode 100644 assets/minecraft/textures/wynn/weapon/anim/multi_magic_anim.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/anim/multi_orb.png create mode 100644 assets/minecraft/textures/wynn/weapon/anim/multi_orb.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/anim/multi_swirl_0.png create mode 100644 assets/minecraft/textures/wynn/weapon/anim/multi_swirl_0.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/anim/multi_swirl_1.png create mode 100644 assets/minecraft/textures/wynn/weapon/anim/multi_swirl_1.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/anim/ocean_pulse.png create mode 100644 assets/minecraft/textures/wynn/weapon/anim/ocean_pulse.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/anim/thunder_arch.png create mode 100644 assets/minecraft/textures/wynn/weapon/anim/thunder_arch.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/anim/thunder_pulse.png create mode 100644 assets/minecraft/textures/wynn/weapon/anim/thunder_pulse.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/anim/thunder_spark.png create mode 100644 assets/minecraft/textures/wynn/weapon/anim/thunder_spark.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/anim/thunder_spark_alt.png create mode 100644 assets/minecraft/textures/wynn/weapon/anim/thunder_spark_alt.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/anim/thunderbolt.png create mode 100644 assets/minecraft/textures/wynn/weapon/anim/thunderbolt.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/anim/water_atom.png create mode 100644 assets/minecraft/textures/wynn/weapon/anim/water_atom.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/anim/water_droplet.png create mode 100644 assets/minecraft/textures/wynn/weapon/anim/water_droplet.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/anim/water_effect.png create mode 100644 assets/minecraft/textures/wynn/weapon/anim/water_effect.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/anim/water_particles.png create mode 100644 assets/minecraft/textures/wynn/weapon/anim/water_particles.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/archer/air_tier_all_0.png create mode 100644 assets/minecraft/textures/wynn/weapon/archer/basic_gold.png create mode 100644 assets/minecraft/textures/wynn/weapon/archer/basic_wooden.png create mode 100644 assets/minecraft/textures/wynn/weapon/archer/earth_tier_a.png create mode 100644 assets/minecraft/textures/wynn/weapon/archer/earth_tier_all_0.png create mode 100644 assets/minecraft/textures/wynn/weapon/archer/earth_tier_all_1.png create mode 100644 assets/minecraft/textures/wynn/weapon/archer/earth_tier_b.png create mode 100644 assets/minecraft/textures/wynn/weapon/archer/fire_tier_all.png create mode 100644 assets/minecraft/textures/wynn/weapon/archer/multi_tier_all.png create mode 100644 assets/minecraft/textures/wynn/weapon/archer/thunder_bow_all.png create mode 100644 assets/minecraft/textures/wynn/weapon/archer/water_tier_all.png create mode 100644 assets/minecraft/textures/wynn/weapon/assassin/air_tier_all_0.png create mode 100644 assets/minecraft/textures/wynn/weapon/assassin/basic_gold.png create mode 100644 assets/minecraft/textures/wynn/weapon/assassin/basic_wooden.png create mode 100644 assets/minecraft/textures/wynn/weapon/assassin/earth_tier_a.png create mode 100644 assets/minecraft/textures/wynn/weapon/assassin/earth_tier_b.png create mode 100644 assets/minecraft/textures/wynn/weapon/assassin/earth_tier_c.png create mode 100644 assets/minecraft/textures/wynn/weapon/assassin/earth_tier_c.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/assassin/fire_tier_a.png create mode 100644 assets/minecraft/textures/wynn/weapon/assassin/fire_tier_a.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/assassin/fire_tier_b_c.png create mode 100644 assets/minecraft/textures/wynn/weapon/assassin/multi_tier_all_0.png create mode 100644 assets/minecraft/textures/wynn/weapon/assassin/multi_tier_all_1.png create mode 100644 assets/minecraft/textures/wynn/weapon/assassin/multi_tier_all_1.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/assassin/thunder_tier_a.png create mode 100644 assets/minecraft/textures/wynn/weapon/assassin/thunder_tier_b.png create mode 100644 assets/minecraft/textures/wynn/weapon/assassin/thunder_tier_c.png create mode 100644 assets/minecraft/textures/wynn/weapon/assassin/thunder_tier_c.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/assassin/water_tier_all.png create mode 100644 assets/minecraft/textures/wynn/weapon/mage/air_tier_a.png create mode 100644 assets/minecraft/textures/wynn/weapon/mage/air_tier_b.png create mode 100644 assets/minecraft/textures/wynn/weapon/mage/air_tier_c.png create mode 100644 assets/minecraft/textures/wynn/weapon/mage/basic_diamond.png create mode 100644 assets/minecraft/textures/wynn/weapon/mage/basic_gold.png create mode 100644 assets/minecraft/textures/wynn/weapon/mage/basic_wooden.png create mode 100644 assets/minecraft/textures/wynn/weapon/mage/earth_tier_a.png create mode 100644 assets/minecraft/textures/wynn/weapon/mage/earth_tier_b.png create mode 100644 assets/minecraft/textures/wynn/weapon/mage/earth_tier_c_0.png create mode 100644 assets/minecraft/textures/wynn/weapon/mage/earth_tier_c_1.png create mode 100644 assets/minecraft/textures/wynn/weapon/mage/earth_tier_c_1.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/mage/fire_tier_a.png create mode 100644 assets/minecraft/textures/wynn/weapon/mage/fire_tier_b.png create mode 100644 assets/minecraft/textures/wynn/weapon/mage/fire_tier_c.png create mode 100644 assets/minecraft/textures/wynn/weapon/mage/multi_tier_a_b.png create mode 100644 assets/minecraft/textures/wynn/weapon/mage/multi_tier_c.png create mode 100644 assets/minecraft/textures/wynn/weapon/mage/thunder_tier_a_b.png create mode 100644 assets/minecraft/textures/wynn/weapon/mage/thunder_tier_a_b.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/mage/thunder_tier_c_0.png create mode 100644 assets/minecraft/textures/wynn/weapon/mage/water_tier_a_b.png create mode 100644 assets/minecraft/textures/wynn/weapon/mage/water_tier_c.png create mode 100644 assets/minecraft/textures/wynn/weapon/shaman/air_tier_a_0.png create mode 100644 assets/minecraft/textures/wynn/weapon/shaman/air_tier_b_0.png create mode 100644 assets/minecraft/textures/wynn/weapon/shaman/air_tier_b_0.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/shaman/air_tier_b_1.png create mode 100644 assets/minecraft/textures/wynn/weapon/shaman/air_tier_b_1.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/shaman/air_tier_c.png create mode 100644 assets/minecraft/textures/wynn/weapon/shaman/air_tier_c.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/shaman/basic_gold_0.png create mode 100644 assets/minecraft/textures/wynn/weapon/shaman/basic_gold_1.png create mode 100644 assets/minecraft/textures/wynn/weapon/shaman/basic_wooden.png create mode 100644 assets/minecraft/textures/wynn/weapon/shaman/earth_tier_a.png create mode 100644 assets/minecraft/textures/wynn/weapon/shaman/earth_tier_b.png create mode 100644 assets/minecraft/textures/wynn/weapon/shaman/earth_tier_c.png create mode 100644 assets/minecraft/textures/wynn/weapon/shaman/fire_tier_a.png create mode 100644 assets/minecraft/textures/wynn/weapon/shaman/fire_tier_b.png create mode 100644 assets/minecraft/textures/wynn/weapon/shaman/fire_tier_c.png create mode 100644 assets/minecraft/textures/wynn/weapon/shaman/multi_tier_a_0.png create mode 100644 assets/minecraft/textures/wynn/weapon/shaman/multi_tier_a_1.png create mode 100644 assets/minecraft/textures/wynn/weapon/shaman/multi_tier_b.png create mode 100644 assets/minecraft/textures/wynn/weapon/shaman/multi_tier_b.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/shaman/multi_tier_c.png create mode 100644 assets/minecraft/textures/wynn/weapon/shaman/multi_tier_c.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/shaman/thunder_tier_a.png create mode 100644 assets/minecraft/textures/wynn/weapon/shaman/thunder_tier_b_0.png create mode 100644 assets/minecraft/textures/wynn/weapon/shaman/thunder_tier_b_1.png create mode 100644 assets/minecraft/textures/wynn/weapon/shaman/thunder_tier_b_1.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/shaman/thunder_tier_c.png create mode 100644 assets/minecraft/textures/wynn/weapon/shaman/thunder_tier_c.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/shaman/water_tier_a.png create mode 100644 assets/minecraft/textures/wynn/weapon/shaman/water_tier_b.png create mode 100644 assets/minecraft/textures/wynn/weapon/shaman/water_tier_c.png create mode 100644 assets/minecraft/textures/wynn/weapon/shaman/water_tier_c.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/shield.png create mode 100644 assets/minecraft/textures/wynn/weapon/warrior/air_tier_a.png create mode 100644 assets/minecraft/textures/wynn/weapon/warrior/air_tier_all_0.png create mode 100644 assets/minecraft/textures/wynn/weapon/warrior/air_tier_all_1.png create mode 100644 assets/minecraft/textures/wynn/weapon/warrior/air_tier_b.png create mode 100644 assets/minecraft/textures/wynn/weapon/warrior/basic_wood_gold.png create mode 100644 assets/minecraft/textures/wynn/weapon/warrior/earth_tier_a_0.png create mode 100644 assets/minecraft/textures/wynn/weapon/warrior/earth_tier_a_1.png create mode 100644 assets/minecraft/textures/wynn/weapon/warrior/earth_tier_a_1.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/warrior/earth_tier_b_0.png create mode 100644 assets/minecraft/textures/wynn/weapon/warrior/earth_tier_b_1.png create mode 100644 assets/minecraft/textures/wynn/weapon/warrior/earth_tier_c_0.png create mode 100644 assets/minecraft/textures/wynn/weapon/warrior/earth_tier_c_1.png create mode 100644 assets/minecraft/textures/wynn/weapon/warrior/fire_tier_a.png create mode 100644 assets/minecraft/textures/wynn/weapon/warrior/fire_tier_b_c.png create mode 100644 assets/minecraft/textures/wynn/weapon/warrior/multi_tier_all.png create mode 100644 assets/minecraft/textures/wynn/weapon/warrior/thunder_tier_all.png create mode 100644 assets/minecraft/textures/wynn/weapon/warrior/thunder_tier_all.png.mcmeta create mode 100644 assets/minecraft/textures/wynn/weapon/warrior/water_tier_all.png create mode 100644 assets/minecraft/textures/wynn/wings.png create mode 100644 assets/minecraft/textures/wynn/wings.png.mcmeta create mode 100644 pack.mcmeta create mode 100644 pack.png diff --git a/1_20_5/assets/minecraft/shaders/include/version.glsl b/1_20_5/assets/minecraft/shaders/include/version.glsl new file mode 100644 index 000000000..3158ee4e5 --- /dev/null +++ b/1_20_5/assets/minecraft/shaders/include/version.glsl @@ -0,0 +1 @@ +#define MC_1_20_5 \ No newline at end of file diff --git a/1_21_2/assets/minecraft/post_effect/entity_outline.json b/1_21_2/assets/minecraft/post_effect/entity_outline.json new file mode 100644 index 000000000..ed43e272e --- /dev/null +++ b/1_21_2/assets/minecraft/post_effect/entity_outline.json @@ -0,0 +1,27 @@ +{ + "targets": { + "swap": {} + }, + "passes": [ + { + "program": "post/entity_outline", + "inputs": [ + { + "sampler_name": "In", + "target": "entity_outline" + } + ], + "output": "swap" + }, + { + "program": "post/blit", + "inputs": [ + { + "sampler_name": "In", + "target": "swap" + } + ], + "output": "entity_outline" + } + ] +} diff --git a/1_21_2/assets/minecraft/shaders/core/position_color.json b/1_21_2/assets/minecraft/shaders/core/position_color.json new file mode 100644 index 000000000..ccfbd842b --- /dev/null +++ b/1_21_2/assets/minecraft/shaders/core/position_color.json @@ -0,0 +1,61 @@ +{ + "vertex": "core/render/gui", + "fragment": "core/position_color", + "samplers": [ + { "name": "Sampler0" } + ], + "uniforms": [ + { + "name": "ModelViewMat", + "type": "matrix4x4", + "count": 16, + "values": [ + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0 + ] + }, + { + "name": "ProjMat", + "type": "matrix4x4", + "count": 16, + "values": [ + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0 + ] + }, + { + "name": "ColorModulator", + "type": "float", + "count": 4, + "values": [1.0, 1.0, 1.0, 1.0] + } + ] +} diff --git a/1_21_2/assets/minecraft/shaders/core/position_tex.json b/1_21_2/assets/minecraft/shaders/core/position_tex.json new file mode 100644 index 000000000..5c2706f0e --- /dev/null +++ b/1_21_2/assets/minecraft/shaders/core/position_tex.json @@ -0,0 +1,78 @@ +{ + "vertex": "core/position_tex", + "fragment": "core/position_tex", + "samplers": [ + { "name": "Sampler0" } + ], + "uniforms": [ + { + "name": "ModelViewMat", + "type": "matrix4x4", + "count": 16, + "values": [ + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0 + ] + }, + { + "name": "ProjMat", + "type": "matrix4x4", + "count": 16, + "values": [ + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0 + ] + }, + { + "name": "ColorModulator", + "type": "float", + "count": 4, + "values": [1.0, 1.0, 1.0, 1.0] + }, + { + "name": "ScreenSize", + "type": "float", + "count": 2, + "values": [ + 0.0, + 0.0 + ] + }, + { + "name": "GameTime", + "type": "float", + "count": 1, + "values": [ + 1.0 + ] + } + ] +} diff --git a/1_21_2/assets/minecraft/shaders/core/position_tex_color.json b/1_21_2/assets/minecraft/shaders/core/position_tex_color.json new file mode 100644 index 000000000..17d7fe5a6 --- /dev/null +++ b/1_21_2/assets/minecraft/shaders/core/position_tex_color.json @@ -0,0 +1,78 @@ +{ + "vertex": "core/render/texture", + "fragment": "core/render/texture", + "samplers": [ + { "name": "Sampler0" } + ], + "uniforms": [ + { + "name": "ModelViewMat", + "type": "matrix4x4", + "count": 16, + "values": [ + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0 + ] + }, + { + "name": "ProjMat", + "type": "matrix4x4", + "count": 16, + "values": [ + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0 + ] + }, + { + "name": "ColorModulator", + "type": "float", + "count": 4, + "values": [1.0, 1.0, 1.0, 1.0] + }, + { + "name": "ScreenSize", + "type": "float", + "count": 2, + "values": [ + 0.0, + 0.0 + ] + }, + { + "name": "GameTime", + "type": "float", + "count": 1, + "values": [ + 1.0 + ] + } + ] +} diff --git a/1_21_2/assets/minecraft/shaders/core/rendertype_armor_entity_glint.json b/1_21_2/assets/minecraft/shaders/core/rendertype_armor_entity_glint.json new file mode 100644 index 000000000..0546a34d9 --- /dev/null +++ b/1_21_2/assets/minecraft/shaders/core/rendertype_armor_entity_glint.json @@ -0,0 +1,108 @@ +{ + "vertex": "core/render/glint", + "fragment": "core/render/glint", + "samplers": [ + { "name": "Sampler0" } + ], + "uniforms": [ + { + "name": "ModelViewMat", + "type": "matrix4x4", + "count": 16, + "values": [ + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0 + ] + }, + { + "name": "ProjMat", + "type": "matrix4x4", + "count": 16, + "values": [ + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0 + ] + }, + { + "name": "ColorModulator", + "type": "float", + "count": 4, + "values": [1.0, 1.0, 1.0, 1.0] + }, + { + "name": "GlintAlpha", + "type": "float", + "count": 1, + "values": [1.0] + }, + { + "name": "FogStart", + "type": "float", + "count": 1, + "values": [0.0] + }, + { + "name": "FogEnd", + "type": "float", + "count": 1, + "values": [1.0] + }, + { + "name": "FogShape", + "type": "int", + "count": 1, + "values": [0] + }, + { + "name": "TextureMat", + "type": "matrix4x4", + "count": 16, + "values": [ + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0 + ] + } + ] +} diff --git a/1_21_2/assets/minecraft/shaders/core/rendertype_entity_glint.json b/1_21_2/assets/minecraft/shaders/core/rendertype_entity_glint.json new file mode 100644 index 000000000..0546a34d9 --- /dev/null +++ b/1_21_2/assets/minecraft/shaders/core/rendertype_entity_glint.json @@ -0,0 +1,108 @@ +{ + "vertex": "core/render/glint", + "fragment": "core/render/glint", + "samplers": [ + { "name": "Sampler0" } + ], + "uniforms": [ + { + "name": "ModelViewMat", + "type": "matrix4x4", + "count": 16, + "values": [ + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0 + ] + }, + { + "name": "ProjMat", + "type": "matrix4x4", + "count": 16, + "values": [ + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0 + ] + }, + { + "name": "ColorModulator", + "type": "float", + "count": 4, + "values": [1.0, 1.0, 1.0, 1.0] + }, + { + "name": "GlintAlpha", + "type": "float", + "count": 1, + "values": [1.0] + }, + { + "name": "FogStart", + "type": "float", + "count": 1, + "values": [0.0] + }, + { + "name": "FogEnd", + "type": "float", + "count": 1, + "values": [1.0] + }, + { + "name": "FogShape", + "type": "int", + "count": 1, + "values": [0] + }, + { + "name": "TextureMat", + "type": "matrix4x4", + "count": 16, + "values": [ + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0 + ] + } + ] +} diff --git a/1_21_2/assets/minecraft/shaders/core/rendertype_glint.json b/1_21_2/assets/minecraft/shaders/core/rendertype_glint.json new file mode 100644 index 000000000..0546a34d9 --- /dev/null +++ b/1_21_2/assets/minecraft/shaders/core/rendertype_glint.json @@ -0,0 +1,108 @@ +{ + "vertex": "core/render/glint", + "fragment": "core/render/glint", + "samplers": [ + { "name": "Sampler0" } + ], + "uniforms": [ + { + "name": "ModelViewMat", + "type": "matrix4x4", + "count": 16, + "values": [ + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0 + ] + }, + { + "name": "ProjMat", + "type": "matrix4x4", + "count": 16, + "values": [ + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0 + ] + }, + { + "name": "ColorModulator", + "type": "float", + "count": 4, + "values": [1.0, 1.0, 1.0, 1.0] + }, + { + "name": "GlintAlpha", + "type": "float", + "count": 1, + "values": [1.0] + }, + { + "name": "FogStart", + "type": "float", + "count": 1, + "values": [0.0] + }, + { + "name": "FogEnd", + "type": "float", + "count": 1, + "values": [1.0] + }, + { + "name": "FogShape", + "type": "int", + "count": 1, + "values": [0] + }, + { + "name": "TextureMat", + "type": "matrix4x4", + "count": 16, + "values": [ + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0 + ] + } + ] +} diff --git a/1_21_2/assets/minecraft/shaders/core/rendertype_gui.json b/1_21_2/assets/minecraft/shaders/core/rendertype_gui.json new file mode 100644 index 000000000..85a21452a --- /dev/null +++ b/1_21_2/assets/minecraft/shaders/core/rendertype_gui.json @@ -0,0 +1,59 @@ +{ + "vertex": "core/render/gui", + "fragment": "core/render/gui", + "samplers": [], + "uniforms": [ + { + "name": "ModelViewMat", + "type": "matrix4x4", + "count": 16, + "values": [ + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0 + ] + }, + { + "name": "ProjMat", + "type": "matrix4x4", + "count": 16, + "values": [ + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0 + ] + }, + { + "name": "ColorModulator", + "type": "float", + "count": 4, + "values": [1.0, 1.0, 1.0, 1.0] + } + ] +} diff --git a/1_21_2/assets/minecraft/shaders/core/rendertype_item_entity_translucent_cull.json b/1_21_2/assets/minecraft/shaders/core/rendertype_item_entity_translucent_cull.json new file mode 100644 index 000000000..7cc766c6d --- /dev/null +++ b/1_21_2/assets/minecraft/shaders/core/rendertype_item_entity_translucent_cull.json @@ -0,0 +1,98 @@ +{ + "vertex": "core/render/item", + "fragment": "core/render/item", + "samplers": [ + { "name": "Sampler0" }, + { "name": "Sampler2" } + ], + "uniforms": [ + { + "name": "ModelViewMat", + "type": "matrix4x4", + "count": 16, + "values": [ + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0 + ] + }, + { + "name": "ProjMat", + "type": "matrix4x4", + "count": 16, + "values": [ + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0 + ] + }, + { + "name": "ColorModulator", + "type": "float", + "count": 4, + "values": [1.0, 1.0, 1.0, 1.0] + }, + { + "name": "Light0_Direction", + "type": "float", + "count": 3, + "values": [0.0, 0.0, 0.0] + }, + { + "name": "Light1_Direction", + "type": "float", + "count": 3, + "values": [0.0, 0.0, 0.0] + }, + { + "name": "FogStart", + "type": "float", + "count": 1, + "values": [0.0] + }, + { + "name": "FogEnd", + "type": "float", + "count": 1, + "values": [1.0] + }, + { + "name": "FogColor", + "type": "float", + "count": 4, + "values": [0.0, 0.0, 0.0, 0.0] + }, + { + "name": "FogShape", + "type": "int", + "count": 1, + "values": [0] + } + ] +} diff --git a/1_21_2/assets/minecraft/shaders/core/rendertype_text.json b/1_21_2/assets/minecraft/shaders/core/rendertype_text.json new file mode 100644 index 000000000..8872321f1 --- /dev/null +++ b/1_21_2/assets/minecraft/shaders/core/rendertype_text.json @@ -0,0 +1,92 @@ +{ + "vertex": "core/render/text", + "fragment": "core/render/text", + "samplers": [ + { "name": "Sampler0" }, + { "name": "Sampler2" } + ], + "uniforms": [ + { + "name": "ModelViewMat", + "type": "matrix4x4", + "count": 16, + "values": [ + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0 + ] + }, + { + "name": "ProjMat", + "type": "matrix4x4", + "count": 16, + "values": [ + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0 + ] + }, + { + "name": "ColorModulator", + "type": "float", + "count": 4, + "values": [1.0, 1.0, 1.0, 1.0] + }, + { + "name": "FogStart", + "type": "float", + "count": 1, + "values": [0.0] + }, + { + "name": "FogEnd", + "type": "float", + "count": 1, + "values": [1.0] + }, + { + "name": "FogColor", + "type": "float", + "count": 4, + "values": [0.0, 0.0, 0.0, 0.0] + }, + { + "name": "FogShape", + "type": "int", + "count": 1, + "values": [0] + }, + { + "name": "ScreenSize", + "type": "float", + "count": 2, + "values": [1.0, 1.0] + } + ] +} diff --git a/1_21_2/assets/minecraft/shaders/include/version.glsl b/1_21_2/assets/minecraft/shaders/include/version.glsl new file mode 100644 index 000000000..9c517a90f --- /dev/null +++ b/1_21_2/assets/minecraft/shaders/include/version.glsl @@ -0,0 +1 @@ +#define MC_1_21_2 \ No newline at end of file diff --git a/1_21_2/assets/minecraft/shaders/post/entity_outline.json b/1_21_2/assets/minecraft/shaders/post/entity_outline.json new file mode 100644 index 000000000..712273142 --- /dev/null +++ b/1_21_2/assets/minecraft/shaders/post/entity_outline.json @@ -0,0 +1,44 @@ +{ + "vertex": "post/sobel", + "fragment": "post/entity_sobel", + "samplers": [ + { "name": "InSampler" } + ], + "uniforms": [ + { + "name": "ProjMat", + "type": "matrix4x4", + "count": 16, + "values": [ + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0 + ] + }, + { + "name": "InSize", + "type": "float", + "count": 2, + "values": [1.0, 1.0] + }, + { + "name": "OutSize", + "type": "float", + "count": 2, + "values": [1.0, 1.0] + } + ] +} diff --git a/README.md b/README.md new file mode 100644 index 000000000..3a16539f9 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# wynnpack-archive + diff --git a/assets/minecraft/atlases/blocks.json b/assets/minecraft/atlases/blocks.json new file mode 100644 index 000000000..5c12439af --- /dev/null +++ b/assets/minecraft/atlases/blocks.json @@ -0,0 +1 @@ +{"sources":[{"type":"directory","source":"block_variants","prefix":"block_variants/"},{"type":"directory","source":"wynn","prefix":"wynn/"},{"type":"directory","source":"skins","prefix":"skins/"},{"type":"paletted_permutations","textures":["wynn/gui/button/arrow_down","wynn/gui/button/arrow_left","wynn/gui/button/arrow_right","wynn/gui/button/arrow_up","wynn/gui/button/cancel","wynn/gui/button/check","wynn/gui/button/exclaim","wynn/gui/button/minus","wynn/gui/button/plus","wynn/gui/button/refresh","wynn/gui/button/note"],"palette_key":"wynn/gui/button/color_palettes/button_palette","permutations":{"default":"wynn/gui/button/color_palettes/default","gray":"wynn/gui/button/color_palettes/gray","green":"wynn/gui/button/color_palettes/green","red":"wynn/gui/button/color_palettes/red","yellow":"wynn/gui/button/color_palettes/yellow","brown":"wynn/gui/button/color_palettes/brown"}},{"type":"paletted_permutations","textures":["wynn/powder/small","wynn/powder/large"],"palette_key":"wynn/powder/color_palettes/powder_palette","permutations":{"air":"wynn/powder/color_palettes/air","earth":"wynn/powder/color_palettes/earth","fire":"wynn/powder/color_palettes/fire","thunder":"wynn/powder/color_palettes/thunder","water":"wynn/powder/color_palettes/water"}}]} \ No newline at end of file diff --git a/assets/minecraft/blockstates/bedrock.json b/assets/minecraft/blockstates/bedrock.json new file mode 100644 index 000000000..d04c15f46 --- /dev/null +++ b/assets/minecraft/blockstates/bedrock.json @@ -0,0 +1 @@ +{"variants":{"":{"model":"minecraft:block/bedrock"}}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/beetroots.json b/assets/minecraft/blockstates/beetroots.json new file mode 100644 index 000000000..1bd19ad7c --- /dev/null +++ b/assets/minecraft/blockstates/beetroots.json @@ -0,0 +1 @@ +{"variants":{"age=0":{"model":"block/beetroots_stage0"},"age=1":[{"model":"block/crop/root"},{"model":"block/crop/root1"}],"age=2":[{"model":"block/crop/dernic"},{"model":"block/crop/dernic1"}],"age=3":{"model":"block/beetroots_stage3"}}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/brick_double_slab.json b/assets/minecraft/blockstates/brick_double_slab.json new file mode 100644 index 000000000..7ec82c355 --- /dev/null +++ b/assets/minecraft/blockstates/brick_double_slab.json @@ -0,0 +1 @@ +{"variants":{"normal":{"model":"vanta_block"}}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/brick_slab.json b/assets/minecraft/blockstates/brick_slab.json new file mode 100644 index 000000000..9259a5b23 --- /dev/null +++ b/assets/minecraft/blockstates/brick_slab.json @@ -0,0 +1 @@ +{"variants":{"type=bottom":[{"model":"block/variants/dirt_half_slab"},{"model":"block/variants/dirt_half_slab_0"},{"model":"block/variants/dirt_half_slab_1"}],"type=top":[{"model":"block/variants/dirt_upper_slab"},{"model":"block/variants/dirt_upper_slab_0"},{"model":"block/variants/dirt_upper_slab_1"}],"type=double":{"model":"block/variants/vanta_block"}}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/brown_mushroom_block.json b/assets/minecraft/blockstates/brown_mushroom_block.json new file mode 100644 index 000000000..a37a56cac --- /dev/null +++ b/assets/minecraft/blockstates/brown_mushroom_block.json @@ -0,0 +1 @@ +{"multipart":[{"when":{"down":true,"east":true,"north":true,"south":true,"up":true,"west":true},"apply":{"model":"block/brown_mushroom_block"}},{"when":{"down":false,"east":false,"north":false,"south":false,"up":false,"west":false},"apply":{"model":"block/mushroom_block_inside"}},{"when":{"down":false,"east":false,"north":false,"south":false,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":false,"south":false,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":false,"south":true,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":false,"south":true,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":false,"south":true,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":false,"south":true,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":true,"south":false,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":true,"south":false,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":true,"south":false,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":true,"south":false,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":false,"south":false,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":false,"south":false,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":false,"south":true,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":false,"south":true,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":true,"south":false,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":true,"south":false,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":false,"south":false,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":true,"south":true,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":true,"south":true,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":true,"south":true,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":true,"south":true,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":false,"south":false,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":false,"south":false,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":false,"south":true,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":false,"south":true,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":true,"south":false,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":true,"south":false,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":true,"south":true,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":true,"south":true,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":true,"south":true,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":true,"south":true,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":false,"south":false,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":false,"south":false,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":false,"south":false,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":false,"south":false,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":false,"south":true,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":false,"south":true,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":false,"south":true,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":false,"south":true,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":true,"south":false,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":true,"south":false,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":true,"south":false,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":true,"south":false,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":true,"south":true,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":true,"south":true,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":true,"south":true,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":true,"south":true,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":false,"south":false,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":false,"south":false,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":false,"south":false,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":false,"south":false,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":false,"south":true,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":false,"south":true,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":false,"south":true,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":false,"south":true,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":true,"south":false,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":true,"south":false,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":true,"south":false,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":true,"south":false,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":true,"south":true,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":true,"south":true,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":true,"south":true,"up":true,"west":false},"apply":{"model":"block/error"}}]} \ No newline at end of file diff --git a/assets/minecraft/blockstates/carrots.json b/assets/minecraft/blockstates/carrots.json new file mode 100644 index 000000000..d6cfff9f9 --- /dev/null +++ b/assets/minecraft/blockstates/carrots.json @@ -0,0 +1 @@ +{"variants":{"age=0":{"model":"block/carrots_stage0"},"age=1":[{"model":"block/crop/cream"},{"model":"block/crop/cream1"}],"age=2":[{"model":"block/crop/hops"},{"model":"block/crop/hops1"}],"age=3":{"model":"block/carrots_stage1"},"age=4":{"model":"block/carrots_stage2"},"age=5":{"model":"block/carrots_stage2"},"age=6":{"model":"block/carrots_stage2"},"age=7":{"model":"block/carrots_stage3"}}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/cauldron.json b/assets/minecraft/blockstates/cauldron.json new file mode 100644 index 000000000..45790cf22 --- /dev/null +++ b/assets/minecraft/blockstates/cauldron.json @@ -0,0 +1 @@ +{"variants":{"level=0":{"model":"minecraft:block/variants/cauldron_0"},"level=1":{"model":"minecraft:block/variants/cauldron_1"},"level=2":{"model":"minecraft:block/variants/cauldron_2"},"level=3":{"model":"minecraft:block/variants/cauldron_3"}}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/coal_ore.json b/assets/minecraft/blockstates/coal_ore.json new file mode 100644 index 000000000..b0b06c93c --- /dev/null +++ b/assets/minecraft/blockstates/coal_ore.json @@ -0,0 +1 @@ +{"variants":{"":[{"model":"block/coal_ore"},{"model":"block/variants/coal_ore_0"}]}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/cobblestone.json b/assets/minecraft/blockstates/cobblestone.json new file mode 100644 index 000000000..420a84066 --- /dev/null +++ b/assets/minecraft/blockstates/cobblestone.json @@ -0,0 +1 @@ +{"variants":{"":[{"model":"block/cobblestone","weight":3},{"model":"block/variants/cobblestone_0","weight":3}]}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/cobblestone_monster_egg.json b/assets/minecraft/blockstates/cobblestone_monster_egg.json new file mode 100644 index 000000000..3803c8d3b --- /dev/null +++ b/assets/minecraft/blockstates/cobblestone_monster_egg.json @@ -0,0 +1 @@ +{"variants":{"normal":[{"model":"block/variants/dark_cobblestone","weight":6},{"model":"block/variants/dark_cobblestone_0","weight":6}]}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/cobweb.json b/assets/minecraft/blockstates/cobweb.json new file mode 100644 index 000000000..380646fa6 --- /dev/null +++ b/assets/minecraft/blockstates/cobweb.json @@ -0,0 +1 @@ +{"variants":{"":[{"model":"block/cobweb"},{"model":"block/variants/cobweb_0"},{"model":"block/variants/cobweb_1"},{"model":"block/variants/cobweb_2"}]}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/cracked_stone_bricks.json b/assets/minecraft/blockstates/cracked_stone_bricks.json new file mode 100644 index 000000000..c84725b73 --- /dev/null +++ b/assets/minecraft/blockstates/cracked_stone_bricks.json @@ -0,0 +1 @@ +{"variants":{"":[{"model":"block/cracked_stone_bricks","weight":6},{"model":"block/variants/cracked_stone_bricks_0","weight":3},{"model":"block/variants/cracked_stone_bricks_1","weight":3}]}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/daylight_detector.json b/assets/minecraft/blockstates/daylight_detector.json new file mode 100644 index 000000000..326b5b343 --- /dev/null +++ b/assets/minecraft/blockstates/daylight_detector.json @@ -0,0 +1 @@ +{"variants":{"power=0":[{"model":"block/variants/stack_of_books_0"},{"model":"block/variants/stack_of_books_0","y":90},{"model":"block/variants/stack_of_books_0","y":180},{"model":"block/variants/stack_of_books_0","y":270},{"model":"block/variants/stack_of_books_1"},{"model":"block/variants/stack_of_books_1","y":90},{"model":"block/variants/stack_of_books_1","y":180},{"model":"block/variants/stack_of_books_1","y":270},{"model":"block/variants/stack_of_books_2"},{"model":"block/variants/stack_of_books_2","y":90},{"model":"block/variants/stack_of_books_2","y":180},{"model":"block/variants/stack_of_books_2","y":270}],"power=1":[{"model":"block/variants/stack_of_books_0"},{"model":"block/variants/stack_of_books_0","y":90},{"model":"block/variants/stack_of_books_0","y":180},{"model":"block/variants/stack_of_books_0","y":270},{"model":"block/variants/stack_of_books_1"},{"model":"block/variants/stack_of_books_1","y":90},{"model":"block/variants/stack_of_books_1","y":180},{"model":"block/variants/stack_of_books_1","y":270},{"model":"block/variants/stack_of_books_2"},{"model":"block/variants/stack_of_books_2","y":90},{"model":"block/variants/stack_of_books_2","y":180},{"model":"block/variants/stack_of_books_2","y":270}],"power=2":[{"model":"block/variants/stack_of_books_0"},{"model":"block/variants/stack_of_books_0","y":90},{"model":"block/variants/stack_of_books_0","y":180},{"model":"block/variants/stack_of_books_0","y":270},{"model":"block/variants/stack_of_books_1"},{"model":"block/variants/stack_of_books_1","y":90},{"model":"block/variants/stack_of_books_1","y":180},{"model":"block/variants/stack_of_books_1","y":270},{"model":"block/variants/stack_of_books_2"},{"model":"block/variants/stack_of_books_2","y":90},{"model":"block/variants/stack_of_books_2","y":180},{"model":"block/variants/stack_of_books_2","y":270}],"power=3":[{"model":"block/variants/stack_of_books_0"},{"model":"block/variants/stack_of_books_0","y":90},{"model":"block/variants/stack_of_books_0","y":180},{"model":"block/variants/stack_of_books_0","y":270},{"model":"block/variants/stack_of_books_1"},{"model":"block/variants/stack_of_books_1","y":90},{"model":"block/variants/stack_of_books_1","y":180},{"model":"block/variants/stack_of_books_1","y":270},{"model":"block/variants/stack_of_books_2"},{"model":"block/variants/stack_of_books_2","y":90},{"model":"block/variants/stack_of_books_2","y":180},{"model":"block/variants/stack_of_books_2","y":270}],"power=4":[{"model":"block/variants/stack_of_books_0"},{"model":"block/variants/stack_of_books_0","y":90},{"model":"block/variants/stack_of_books_0","y":180},{"model":"block/variants/stack_of_books_0","y":270},{"model":"block/variants/stack_of_books_1"},{"model":"block/variants/stack_of_books_1","y":90},{"model":"block/variants/stack_of_books_1","y":180},{"model":"block/variants/stack_of_books_1","y":270},{"model":"block/variants/stack_of_books_2"},{"model":"block/variants/stack_of_books_2","y":90},{"model":"block/variants/stack_of_books_2","y":180},{"model":"block/variants/stack_of_books_2","y":270}],"power=5":[{"model":"block/variants/stack_of_books_0"},{"model":"block/variants/stack_of_books_0","y":90},{"model":"block/variants/stack_of_books_0","y":180},{"model":"block/variants/stack_of_books_0","y":270},{"model":"block/variants/stack_of_books_1"},{"model":"block/variants/stack_of_books_1","y":90},{"model":"block/variants/stack_of_books_1","y":180},{"model":"block/variants/stack_of_books_1","y":270},{"model":"block/variants/stack_of_books_2"},{"model":"block/variants/stack_of_books_2","y":90},{"model":"block/variants/stack_of_books_2","y":180},{"model":"block/variants/stack_of_books_2","y":270}],"power=6":[{"model":"block/variants/stack_of_books_0"},{"model":"block/variants/stack_of_books_0","y":90},{"model":"block/variants/stack_of_books_0","y":180},{"model":"block/variants/stack_of_books_0","y":270},{"model":"block/variants/stack_of_books_1"},{"model":"block/variants/stack_of_books_1","y":90},{"model":"block/variants/stack_of_books_1","y":180},{"model":"block/variants/stack_of_books_1","y":270},{"model":"block/variants/stack_of_books_2"},{"model":"block/variants/stack_of_books_2","y":90},{"model":"block/variants/stack_of_books_2","y":180},{"model":"block/variants/stack_of_books_2","y":270}],"power=7":[{"model":"block/variants/stack_of_books_0"},{"model":"block/variants/stack_of_books_0","y":90},{"model":"block/variants/stack_of_books_0","y":180},{"model":"block/variants/stack_of_books_0","y":270},{"model":"block/variants/stack_of_books_1"},{"model":"block/variants/stack_of_books_1","y":90},{"model":"block/variants/stack_of_books_1","y":180},{"model":"block/variants/stack_of_books_1","y":270},{"model":"block/variants/stack_of_books_2"},{"model":"block/variants/stack_of_books_2","y":90},{"model":"block/variants/stack_of_books_2","y":180},{"model":"block/variants/stack_of_books_2","y":270}],"power=8":[{"model":"block/variants/stack_of_books_0"},{"model":"block/variants/stack_of_books_0","y":90},{"model":"block/variants/stack_of_books_0","y":180},{"model":"block/variants/stack_of_books_0","y":270},{"model":"block/variants/stack_of_books_1"},{"model":"block/variants/stack_of_books_1","y":90},{"model":"block/variants/stack_of_books_1","y":180},{"model":"block/variants/stack_of_books_1","y":270},{"model":"block/variants/stack_of_books_2"},{"model":"block/variants/stack_of_books_2","y":90},{"model":"block/variants/stack_of_books_2","y":180},{"model":"block/variants/stack_of_books_2","y":270}],"power=9":[{"model":"block/variants/stack_of_books_0"},{"model":"block/variants/stack_of_books_0","y":90},{"model":"block/variants/stack_of_books_0","y":180},{"model":"block/variants/stack_of_books_0","y":270},{"model":"block/variants/stack_of_books_1"},{"model":"block/variants/stack_of_books_1","y":90},{"model":"block/variants/stack_of_books_1","y":180},{"model":"block/variants/stack_of_books_1","y":270},{"model":"block/variants/stack_of_books_2"},{"model":"block/variants/stack_of_books_2","y":90},{"model":"block/variants/stack_of_books_2","y":180},{"model":"block/variants/stack_of_books_2","y":270}],"power=10":[{"model":"block/variants/stack_of_books_0"},{"model":"block/variants/stack_of_books_0","y":90},{"model":"block/variants/stack_of_books_0","y":180},{"model":"block/variants/stack_of_books_0","y":270},{"model":"block/variants/stack_of_books_1"},{"model":"block/variants/stack_of_books_1","y":90},{"model":"block/variants/stack_of_books_1","y":180},{"model":"block/variants/stack_of_books_1","y":270},{"model":"block/variants/stack_of_books_2"},{"model":"block/variants/stack_of_books_2","y":90},{"model":"block/variants/stack_of_books_2","y":180},{"model":"block/variants/stack_of_books_2","y":270}],"power=11":[{"model":"block/variants/stack_of_books_0"},{"model":"block/variants/stack_of_books_0","y":90},{"model":"block/variants/stack_of_books_0","y":180},{"model":"block/variants/stack_of_books_0","y":270},{"model":"block/variants/stack_of_books_1"},{"model":"block/variants/stack_of_books_1","y":90},{"model":"block/variants/stack_of_books_1","y":180},{"model":"block/variants/stack_of_books_1","y":270},{"model":"block/variants/stack_of_books_2"},{"model":"block/variants/stack_of_books_2","y":90},{"model":"block/variants/stack_of_books_2","y":180},{"model":"block/variants/stack_of_books_2","y":270}],"power=12":[{"model":"block/variants/stack_of_books_0"},{"model":"block/variants/stack_of_books_0","y":90},{"model":"block/variants/stack_of_books_0","y":180},{"model":"block/variants/stack_of_books_0","y":270},{"model":"block/variants/stack_of_books_1"},{"model":"block/variants/stack_of_books_1","y":90},{"model":"block/variants/stack_of_books_1","y":180},{"model":"block/variants/stack_of_books_1","y":270},{"model":"block/variants/stack_of_books_2"},{"model":"block/variants/stack_of_books_2","y":90},{"model":"block/variants/stack_of_books_2","y":180},{"model":"block/variants/stack_of_books_2","y":270}],"power=13":[{"model":"block/variants/stack_of_books_0"},{"model":"block/variants/stack_of_books_0","y":90},{"model":"block/variants/stack_of_books_0","y":180},{"model":"block/variants/stack_of_books_0","y":270},{"model":"block/variants/stack_of_books_1"},{"model":"block/variants/stack_of_books_1","y":90},{"model":"block/variants/stack_of_books_1","y":180},{"model":"block/variants/stack_of_books_1","y":270},{"model":"block/variants/stack_of_books_2"},{"model":"block/variants/stack_of_books_2","y":90},{"model":"block/variants/stack_of_books_2","y":180},{"model":"block/variants/stack_of_books_2","y":270}],"power=14":[{"model":"block/variants/stack_of_books_0"},{"model":"block/variants/stack_of_books_0","y":90},{"model":"block/variants/stack_of_books_0","y":180},{"model":"block/variants/stack_of_books_0","y":270},{"model":"block/variants/stack_of_books_1"},{"model":"block/variants/stack_of_books_1","y":90},{"model":"block/variants/stack_of_books_1","y":180},{"model":"block/variants/stack_of_books_1","y":270},{"model":"block/variants/stack_of_books_2"},{"model":"block/variants/stack_of_books_2","y":90},{"model":"block/variants/stack_of_books_2","y":180},{"model":"block/variants/stack_of_books_2","y":270}],"power=15":[{"model":"block/variants/stack_of_books_0"},{"model":"block/variants/stack_of_books_0","y":90},{"model":"block/variants/stack_of_books_0","y":180},{"model":"block/variants/stack_of_books_0","y":270},{"model":"block/variants/stack_of_books_1"},{"model":"block/variants/stack_of_books_1","y":90},{"model":"block/variants/stack_of_books_1","y":180},{"model":"block/variants/stack_of_books_1","y":270},{"model":"block/variants/stack_of_books_2"},{"model":"block/variants/stack_of_books_2","y":90},{"model":"block/variants/stack_of_books_2","y":180},{"model":"block/variants/stack_of_books_2","y":270}]}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/dirt.json b/assets/minecraft/blockstates/dirt.json new file mode 100644 index 000000000..6e012b9c4 --- /dev/null +++ b/assets/minecraft/blockstates/dirt.json @@ -0,0 +1 @@ +{"variants":{"":[{"model":"block/dirt"},{"model":"block/variants/dirt_0"},{"model":"block/variants/dirt_1"},{"model":"block/variants/dirt_2"},{"model":"block/variants/dirt_3"},{"model":"block/variants/dirt_4"}]}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/emerald_ore.json b/assets/minecraft/blockstates/emerald_ore.json new file mode 100644 index 000000000..76ec7422e --- /dev/null +++ b/assets/minecraft/blockstates/emerald_ore.json @@ -0,0 +1 @@ +{"variants":{"":[{"model":"block/emerald_ore"},{"model":"block/variants/emerald_ore_0"}]}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/grass.json b/assets/minecraft/blockstates/grass.json new file mode 100644 index 000000000..79f52f2c7 --- /dev/null +++ b/assets/minecraft/blockstates/grass.json @@ -0,0 +1 @@ +{"variants":{"":[{"model":"block/grass"},{"model":"block/variants/grass_0"},{"model":"block/variants/grass_1"},{"model":"block/variants/grass_2"},{"model":"block/variants/grass_3"}]}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/grass_block.json b/assets/minecraft/blockstates/grass_block.json new file mode 100644 index 000000000..5768dd500 --- /dev/null +++ b/assets/minecraft/blockstates/grass_block.json @@ -0,0 +1 @@ +{"variants":{"snowy=false":[{"model":"block/grass_block"},{"model":"block/grass_block","y":90},{"model":"block/grass_block","y":180},{"model":"block/grass_block","y":270},{"model":"block/variants/grass_block_0"},{"model":"block/variants/grass_block_0","y":90},{"model":"block/variants/grass_block_0","y":180},{"model":"block/variants/grass_block_0","y":270},{"model":"block/variants/grass_block_1"},{"model":"block/variants/grass_block_1","y":90},{"model":"block/variants/grass_block_1","y":180},{"model":"block/variants/grass_block_1","y":270}],"snowy=true":{"model":"block/grass_block_snow"}}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/grass_path.json b/assets/minecraft/blockstates/grass_path.json new file mode 100644 index 000000000..7cf16bc4c --- /dev/null +++ b/assets/minecraft/blockstates/grass_path.json @@ -0,0 +1 @@ +{"variants":{"":[{"model":"block/grass_path"},{"model":"block/grass_path","y":90},{"model":"block/grass_path","y":180},{"model":"block/grass_path","y":270}]}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/infested_chiseled_stone_bricks.json b/assets/minecraft/blockstates/infested_chiseled_stone_bricks.json new file mode 100644 index 000000000..3031c362e --- /dev/null +++ b/assets/minecraft/blockstates/infested_chiseled_stone_bricks.json @@ -0,0 +1 @@ +{"variants":{"":{"model":"block/variants/dark_chiseled_stone_bricks"}}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/infested_cobblestone.json b/assets/minecraft/blockstates/infested_cobblestone.json new file mode 100644 index 000000000..3075bbec0 --- /dev/null +++ b/assets/minecraft/blockstates/infested_cobblestone.json @@ -0,0 +1 @@ +{"variants":{"":[{"model":"block/variants/dark_cobblestone","weight":6},{"model":"block/variants/dark_cobblestone_0","weight":6}]}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/infested_cracked_stone_bricks.json b/assets/minecraft/blockstates/infested_cracked_stone_bricks.json new file mode 100644 index 000000000..e198652cc --- /dev/null +++ b/assets/minecraft/blockstates/infested_cracked_stone_bricks.json @@ -0,0 +1 @@ +{"variants":{"":[{"model":"block/variants/dark_cracked_stone_bricks","weight":6},{"model":"block/variants/dark_cracked_stone_bricks_0","weight":3},{"model":"block/variants/dark_cracked_stone_bricks_1","weight":3}]}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/infested_mossy_stone_bricks.json b/assets/minecraft/blockstates/infested_mossy_stone_bricks.json new file mode 100644 index 000000000..587066cf1 --- /dev/null +++ b/assets/minecraft/blockstates/infested_mossy_stone_bricks.json @@ -0,0 +1 @@ +{"variants":{"":[{"model":"block/variants/dark_mossy_stone_bricks","weight":12},{"model":"block/variants/dark_mossy_stone_bricks_0","weight":12},{"model":"block/variants/dark_mossy_stone_bricks_1","weight":12},{"model":"block/variants/dark_mossy_stone_bricks_2","weight":4}]}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/infested_stone.json b/assets/minecraft/blockstates/infested_stone.json new file mode 100644 index 000000000..30b17afe8 --- /dev/null +++ b/assets/minecraft/blockstates/infested_stone.json @@ -0,0 +1 @@ +{"variants":{"":[{"model":"block/variants/dark_stone","weight":6},{"model":"block/variants/dark_stone_0","weight":6},{"model":"block/variants/dark_stone_1","weight":12}]}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/infested_stone_bricks.json b/assets/minecraft/blockstates/infested_stone_bricks.json new file mode 100644 index 000000000..a0817b714 --- /dev/null +++ b/assets/minecraft/blockstates/infested_stone_bricks.json @@ -0,0 +1 @@ +{"variants":{"":{"model":"block/variants/dark_stone_bricks"}}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/iron_bars.json b/assets/minecraft/blockstates/iron_bars.json new file mode 100644 index 000000000..ef6ea5652 --- /dev/null +++ b/assets/minecraft/blockstates/iron_bars.json @@ -0,0 +1 @@ +{"variants":{"east=false,north=false,south=false,west=false":{"model":"block/bars_nsew"},"east=false,north=true,south=false,west=false":{"model":"block/bars_n"},"east=true,north=false,south=false,west=false":{"model":"block/bars_n","y":90},"east=false,north=false,south=true,west=false":{"model":"block/bars_n","y":180},"east=false,north=false,south=false,west=true":{"model":"block/bars_n","y":270},"east=true,north=true,south=false,west=false":{"model":"block/bars_ne"},"east=true,north=false,south=true,west=false":{"model":"block/bars_ne","y":90},"east=false,north=false,south=true,west=true":{"model":"block/bars_ne","y":180},"east=false,north=true,south=false,west=true":{"model":"block/bars_ne","y":270},"east=false,north=true,south=true,west=false":{"model":"block/bars_ns"},"east=true,north=false,south=false,west=true":{"model":"block/bars_ns","y":90},"east=true,north=true,south=true,west=false":{"model":"block/bars_nse"},"east=true,north=false,south=true,west=true":{"model":"block/bars_nse","y":90},"east=false,north=true,south=true,west=true":{"model":"block/bars_nse","y":180},"east=true,north=true,south=false,west=true":{"model":"block/bars_nse","y":270},"east=true,north=true,south=true,west=true":{"model":"block/bars_nsew"}}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/mossy_cobblestone.json b/assets/minecraft/blockstates/mossy_cobblestone.json new file mode 100644 index 000000000..8ec4676b2 --- /dev/null +++ b/assets/minecraft/blockstates/mossy_cobblestone.json @@ -0,0 +1 @@ +{"variants":{"":[{"model":"block/mossy_cobblestone","weight":3},{"model":"block/variants/mossy_cobblestone_0","weight":3}]}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/mossy_stone_bricks.json b/assets/minecraft/blockstates/mossy_stone_bricks.json new file mode 100644 index 000000000..e6157a10f --- /dev/null +++ b/assets/minecraft/blockstates/mossy_stone_bricks.json @@ -0,0 +1 @@ +{"variants":{"":[{"model":"block/mossy_stone_bricks","weight":12},{"model":"block/variants/mossy_stone_bricks_0","weight":12},{"model":"block/variants/mossy_stone_bricks_1","weight":12},{"model":"block/variants/mossy_stone_bricks_2","weight":4}]}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/mushroom_stem.json b/assets/minecraft/blockstates/mushroom_stem.json new file mode 100644 index 000000000..e370d7cb5 --- /dev/null +++ b/assets/minecraft/blockstates/mushroom_stem.json @@ -0,0 +1 @@ +{"multipart":[{"when":{"down":true,"east":true,"north":true,"south":true,"up":true,"west":true},"apply":{"model":"block/mushroom_stem"}},{"when":{"down":false,"east":false,"north":false,"south":false,"up":false,"west":false},"apply":{"model":"block/mushroom_block_inside"}},{"when":{"down":false,"east":true,"north":true,"south":true,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":false,"south":false,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":false,"south":false,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":false,"south":false,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":false,"south":true,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":false,"south":true,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":false,"south":true,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":false,"south":true,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":true,"south":false,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":true,"south":false,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":true,"south":false,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":true,"south":false,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":true,"south":true,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":true,"south":true,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":true,"south":true,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":true,"south":true,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":false,"south":false,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":false,"south":false,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":false,"south":false,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":false,"south":false,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":false,"south":true,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":false,"south":true,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":false,"south":true,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":false,"south":true,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":true,"south":false,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":true,"south":false,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":true,"south":false,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":true,"south":false,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":true,"south":true,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":true,"south":true,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":true,"south":true,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":false,"south":false,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":false,"south":false,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":false,"south":false,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":false,"south":false,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":false,"south":true,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":false,"south":true,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":false,"south":true,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":false,"south":true,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":true,"south":false,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":true,"south":false,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":true,"south":false,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":true,"south":false,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":true,"south":true,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":true,"south":true,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":true,"south":true,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":true,"south":true,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":false,"south":false,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":false,"south":false,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":false,"south":false,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":false,"south":false,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":false,"south":true,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":false,"south":true,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":false,"south":true,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":false,"south":true,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":true,"south":false,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":true,"south":false,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":true,"south":false,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":true,"south":false,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":true,"south":true,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":true,"south":true,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":true,"south":true,"up":true,"west":false},"apply":{"model":"block/error"}}]} \ No newline at end of file diff --git a/assets/minecraft/blockstates/mycelium.json b/assets/minecraft/blockstates/mycelium.json new file mode 100644 index 000000000..a7fabe3a5 --- /dev/null +++ b/assets/minecraft/blockstates/mycelium.json @@ -0,0 +1 @@ +{"variants":{"snowy=false":[{"model":"block/mycelium"},{"model":"block/mycelium","y":90},{"model":"block/mycelium","y":180},{"model":"block/mycelium","y":270}],"snowy=true":{"model":"block/grass_block_snow"}}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/netherrack.json b/assets/minecraft/blockstates/netherrack.json new file mode 100644 index 000000000..919eadeb8 --- /dev/null +++ b/assets/minecraft/blockstates/netherrack.json @@ -0,0 +1 @@ +{"variants":{"":[{"model":"block/netherrack"},{"model":"block/netherrack","x":90},{"model":"block/netherrack","x":180},{"model":"block/netherrack","x":270},{"model":"block/netherrack","y":90},{"model":"block/netherrack","y":90,"x":90},{"model":"block/netherrack","y":90,"x":180},{"model":"block/netherrack","y":90,"x":270},{"model":"block/netherrack","y":180},{"model":"block/netherrack","y":180,"x":90},{"model":"block/netherrack","y":180,"x":180},{"model":"block/netherrack","y":180,"x":270},{"model":"block/netherrack","y":270},{"model":"block/netherrack","y":270,"x":90},{"model":"block/netherrack","y":270,"x":180},{"model":"block/netherrack","y":270,"x":270},{"model":"block/variants/netherrack_0"},{"model":"block/variants/netherrack_0","x":90},{"model":"block/variants/netherrack_0","x":180},{"model":"block/variants/netherrack_0","x":270},{"model":"block/variants/netherrack_0","y":90},{"model":"block/variants/netherrack_0","y":90,"x":90},{"model":"block/variants/netherrack_0","y":90,"x":180},{"model":"block/variants/netherrack_0","y":90,"x":270},{"model":"block/variants/netherrack_0","y":180},{"model":"block/variants/netherrack_0","y":180,"x":90},{"model":"block/variants/netherrack_0","y":180,"x":180},{"model":"block/variants/netherrack_0","y":180,"x":270},{"model":"block/variants/netherrack_0","y":270},{"model":"block/variants/netherrack_0","y":270,"x":90},{"model":"block/variants/netherrack_0","y":270,"x":180},{"model":"block/variants/netherrack_0","y":270,"x":270},{"model":"block/variants/netherrack_1"},{"model":"block/variants/netherrack_1","x":90},{"model":"block/variants/netherrack_1","x":180},{"model":"block/variants/netherrack_1","x":270},{"model":"block/variants/netherrack_1","y":90},{"model":"block/variants/netherrack_1","y":90,"x":90},{"model":"block/variants/netherrack_1","y":90,"x":180},{"model":"block/variants/netherrack_1","y":90,"x":270},{"model":"block/variants/netherrack_1","y":180},{"model":"block/variants/netherrack_1","y":180,"x":90},{"model":"block/variants/netherrack_1","y":180,"x":180},{"model":"block/variants/netherrack_1","y":180,"x":270},{"model":"block/variants/netherrack_1","y":270},{"model":"block/variants/netherrack_1","y":270,"x":90},{"model":"block/variants/netherrack_1","y":270,"x":180},{"model":"block/variants/netherrack_1","y":270,"x":270}]}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/note_block.json b/assets/minecraft/blockstates/note_block.json new file mode 100644 index 000000000..c0a118006 --- /dev/null +++ b/assets/minecraft/blockstates/note_block.json @@ -0,0 +1 @@ +{"variants":{"instrument=banjo,note=0,powered=false":{"model":"block/note_block"},"instrument=banjo,note=1,powered=false":{"model":"block/note_block"},"instrument=banjo,note=2,powered=false":{"model":"block/note_block"},"instrument=banjo,note=3,powered=false":{"model":"block/note_block"},"instrument=banjo,note=4,powered=false":{"model":"block/note_block"},"instrument=banjo,note=5,powered=false":{"model":"block/note_block"},"instrument=banjo,note=6,powered=false":{"model":"block/note_block"},"instrument=banjo,note=7,powered=false":{"model":"block/note_block"},"instrument=banjo,note=8,powered=false":{"model":"block/note_block"},"instrument=banjo,note=9,powered=false":{"model":"block/note_block"},"instrument=banjo,note=10,powered=false":{"model":"block/note_block"},"instrument=banjo,note=11,powered=false":{"model":"block/note_block"},"instrument=banjo,note=12,powered=false":{"model":"block/note_block"},"instrument=banjo,note=13,powered=false":{"model":"block/note_block"},"instrument=banjo,note=14,powered=false":{"model":"block/note_block"},"instrument=banjo,note=15,powered=false":{"model":"block/note_block"},"instrument=banjo,note=16,powered=false":{"model":"block/note_block"},"instrument=banjo,note=17,powered=false":{"model":"block/note_block"},"instrument=banjo,note=18,powered=false":{"model":"block/note_block"},"instrument=banjo,note=19,powered=false":{"model":"block/note_block"},"instrument=banjo,note=20,powered=false":{"model":"block/note_block"},"instrument=banjo,note=21,powered=false":{"model":"block/note_block"},"instrument=banjo,note=22,powered=false":{"model":"block/note_block"},"instrument=banjo,note=23,powered=false":{"model":"block/note_block"},"instrument=banjo,note=24,powered=false":{"model":"block/note_block"},"instrument=basedrum,note=0,powered=false":{"model":"block/note_block"},"instrument=basedrum,note=1,powered=false":{"model":"block/note_block"},"instrument=basedrum,note=2,powered=false":{"model":"block/note_block"},"instrument=basedrum,note=3,powered=false":{"model":"block/note_block"},"instrument=basedrum,note=4,powered=false":{"model":"block/note_block"},"instrument=basedrum,note=5,powered=false":{"model":"block/note_block"},"instrument=basedrum,note=6,powered=false":{"model":"block/note_block"},"instrument=basedrum,note=7,powered=false":{"model":"block/note_block"},"instrument=basedrum,note=8,powered=false":{"model":"block/note_block"},"instrument=basedrum,note=9,powered=false":{"model":"block/note_block"},"instrument=basedrum,note=10,powered=false":{"model":"block/note_block"},"instrument=basedrum,note=11,powered=false":{"model":"block/note_block"},"instrument=basedrum,note=12,powered=false":{"model":"block/note_block"},"instrument=basedrum,note=13,powered=false":{"model":"block/note_block"},"instrument=basedrum,note=14,powered=false":{"model":"block/note_block"},"instrument=basedrum,note=15,powered=false":{"model":"block/note_block"},"instrument=basedrum,note=16,powered=false":{"model":"block/note_block"},"instrument=basedrum,note=17,powered=false":{"model":"block/note_block"},"instrument=basedrum,note=18,powered=false":{"model":"block/note_block"},"instrument=basedrum,note=19,powered=false":{"model":"block/note_block"},"instrument=basedrum,note=20,powered=false":{"model":"block/note_block"},"instrument=basedrum,note=21,powered=false":{"model":"block/note_block"},"instrument=basedrum,note=22,powered=false":{"model":"block/note_block"},"instrument=basedrum,note=23,powered=false":{"model":"block/note_block"},"instrument=basedrum,note=24,powered=false":{"model":"block/note_block"},"instrument=bass,note=0,powered=false":{"model":"block/note_block"},"instrument=bass,note=1,powered=false":{"model":"block/note_block"},"instrument=bass,note=2,powered=false":{"model":"block/note_block"},"instrument=bass,note=3,powered=false":{"model":"block/note_block"},"instrument=bass,note=4,powered=false":{"model":"block/note_block"},"instrument=bass,note=5,powered=false":{"model":"block/note_block"},"instrument=bass,note=6,powered=false":{"model":"block/note_block"},"instrument=bass,note=7,powered=false":{"model":"block/note_block"},"instrument=bass,note=8,powered=false":{"model":"block/note_block"},"instrument=bass,note=9,powered=false":{"model":"block/note_block"},"instrument=bass,note=10,powered=false":{"model":"block/note_block"},"instrument=bass,note=11,powered=false":{"model":"block/note_block"},"instrument=bass,note=12,powered=false":{"model":"block/note_block"},"instrument=bass,note=13,powered=false":{"model":"block/note_block"},"instrument=bass,note=14,powered=false":{"model":"block/note_block"},"instrument=bass,note=15,powered=false":{"model":"block/note_block"},"instrument=bass,note=16,powered=false":{"model":"block/note_block"},"instrument=bass,note=17,powered=false":{"model":"block/note_block"},"instrument=bass,note=18,powered=false":{"model":"block/note_block"},"instrument=bass,note=19,powered=false":{"model":"block/note_block"},"instrument=bass,note=20,powered=false":{"model":"block/note_block"},"instrument=bass,note=21,powered=false":{"model":"block/note_block"},"instrument=bass,note=22,powered=false":{"model":"block/note_block"},"instrument=bass,note=23,powered=false":{"model":"block/note_block"},"instrument=bass,note=24,powered=false":{"model":"block/note_block"},"instrument=bell,note=0,powered=false":{"model":"block/note_block"},"instrument=bell,note=1,powered=false":{"model":"block/note_block"},"instrument=bell,note=2,powered=false":{"model":"block/note_block"},"instrument=bell,note=3,powered=false":{"model":"block/note_block"},"instrument=bell,note=4,powered=false":{"model":"block/note_block"},"instrument=bell,note=5,powered=false":{"model":"block/note_block"},"instrument=bell,note=6,powered=false":{"model":"block/note_block"},"instrument=bell,note=7,powered=false":{"model":"block/note_block"},"instrument=bell,note=8,powered=false":{"model":"block/note_block"},"instrument=bell,note=9,powered=false":{"model":"block/note_block"},"instrument=bell,note=10,powered=false":{"model":"block/note_block"},"instrument=bell,note=11,powered=false":{"model":"block/note_block"},"instrument=bell,note=12,powered=false":{"model":"block/note_block"},"instrument=bell,note=13,powered=false":{"model":"block/note_block"},"instrument=bell,note=14,powered=false":{"model":"block/note_block"},"instrument=bell,note=15,powered=false":{"model":"block/note_block"},"instrument=bell,note=16,powered=false":{"model":"block/note_block"},"instrument=bell,note=17,powered=false":{"model":"block/note_block"},"instrument=bell,note=18,powered=false":{"model":"block/note_block"},"instrument=bell,note=19,powered=false":{"model":"block/note_block"},"instrument=bell,note=20,powered=false":{"model":"block/note_block"},"instrument=bell,note=21,powered=false":{"model":"block/note_block"},"instrument=bell,note=22,powered=false":{"model":"block/note_block"},"instrument=bell,note=23,powered=false":{"model":"block/note_block"},"instrument=bell,note=24,powered=false":{"model":"block/note_block"},"instrument=bit,note=0,powered=false":{"model":"block/note_block"},"instrument=bit,note=1,powered=false":{"model":"block/note_block"},"instrument=bit,note=2,powered=false":{"model":"block/note_block"},"instrument=bit,note=3,powered=false":{"model":"block/note_block"},"instrument=bit,note=4,powered=false":{"model":"block/note_block"},"instrument=bit,note=5,powered=false":{"model":"block/note_block"},"instrument=bit,note=6,powered=false":{"model":"block/note_block"},"instrument=bit,note=7,powered=false":{"model":"block/note_block"},"instrument=bit,note=8,powered=false":{"model":"block/note_block"},"instrument=bit,note=9,powered=false":{"model":"block/note_block"},"instrument=bit,note=10,powered=false":{"model":"block/note_block"},"instrument=bit,note=11,powered=false":{"model":"block/note_block"},"instrument=bit,note=12,powered=false":{"model":"block/note_block"},"instrument=bit,note=13,powered=false":{"model":"block/note_block"},"instrument=bit,note=14,powered=false":{"model":"block/note_block"},"instrument=bit,note=15,powered=false":{"model":"block/note_block"},"instrument=bit,note=16,powered=false":{"model":"block/note_block"},"instrument=bit,note=17,powered=false":{"model":"block/note_block"},"instrument=bit,note=18,powered=false":{"model":"block/note_block"},"instrument=bit,note=19,powered=false":{"model":"block/note_block"},"instrument=bit,note=20,powered=false":{"model":"block/note_block"},"instrument=bit,note=21,powered=false":{"model":"block/note_block"},"instrument=bit,note=22,powered=false":{"model":"block/note_block"},"instrument=bit,note=23,powered=false":{"model":"block/note_block"},"instrument=bit,note=24,powered=false":{"model":"block/note_block"},"instrument=chime,note=0,powered=false":{"model":"block/note_block"},"instrument=chime,note=1,powered=false":{"model":"block/note_block"},"instrument=chime,note=2,powered=false":{"model":"block/note_block"},"instrument=chime,note=3,powered=false":{"model":"block/note_block"},"instrument=chime,note=4,powered=false":{"model":"block/note_block"},"instrument=chime,note=5,powered=false":{"model":"block/note_block"},"instrument=chime,note=6,powered=false":{"model":"block/note_block"},"instrument=chime,note=7,powered=false":{"model":"block/note_block"},"instrument=chime,note=8,powered=false":{"model":"block/note_block"},"instrument=chime,note=9,powered=false":{"model":"block/note_block"},"instrument=chime,note=10,powered=false":{"model":"block/note_block"},"instrument=chime,note=11,powered=false":{"model":"block/note_block"},"instrument=chime,note=12,powered=false":{"model":"block/note_block"},"instrument=chime,note=13,powered=false":{"model":"block/note_block"},"instrument=chime,note=14,powered=false":{"model":"block/note_block"},"instrument=chime,note=15,powered=false":{"model":"block/note_block"},"instrument=chime,note=16,powered=false":{"model":"block/note_block"},"instrument=chime,note=17,powered=false":{"model":"block/note_block"},"instrument=chime,note=18,powered=false":{"model":"block/note_block"},"instrument=chime,note=19,powered=false":{"model":"block/note_block"},"instrument=chime,note=20,powered=false":{"model":"block/note_block"},"instrument=chime,note=21,powered=false":{"model":"block/note_block"},"instrument=chime,note=22,powered=false":{"model":"block/note_block"},"instrument=chime,note=23,powered=false":{"model":"block/note_block"},"instrument=chime,note=24,powered=false":{"model":"block/note_block"},"instrument=cow_bell,note=0,powered=false":{"model":"block/note_block"},"instrument=cow_bell,note=1,powered=false":{"model":"block/note_block"},"instrument=cow_bell,note=2,powered=false":{"model":"block/note_block"},"instrument=cow_bell,note=3,powered=false":{"model":"block/note_block"},"instrument=cow_bell,note=4,powered=false":{"model":"block/note_block"},"instrument=cow_bell,note=5,powered=false":{"model":"block/note_block"},"instrument=cow_bell,note=6,powered=false":{"model":"block/note_block"},"instrument=cow_bell,note=7,powered=false":{"model":"block/note_block"},"instrument=cow_bell,note=8,powered=false":{"model":"block/note_block"},"instrument=cow_bell,note=9,powered=false":{"model":"block/note_block"},"instrument=cow_bell,note=10,powered=false":{"model":"block/note_block"},"instrument=cow_bell,note=11,powered=false":{"model":"block/note_block"},"instrument=cow_bell,note=12,powered=false":{"model":"block/note_block"},"instrument=cow_bell,note=13,powered=false":{"model":"block/note_block"},"instrument=cow_bell,note=14,powered=false":{"model":"block/note_block"},"instrument=cow_bell,note=15,powered=false":{"model":"block/note_block"},"instrument=cow_bell,note=16,powered=false":{"model":"block/note_block"},"instrument=cow_bell,note=17,powered=false":{"model":"block/note_block"},"instrument=cow_bell,note=18,powered=false":{"model":"block/note_block"},"instrument=cow_bell,note=19,powered=false":{"model":"block/note_block"},"instrument=cow_bell,note=20,powered=false":{"model":"block/note_block"},"instrument=cow_bell,note=21,powered=false":{"model":"block/note_block"},"instrument=cow_bell,note=22,powered=false":{"model":"block/note_block"},"instrument=cow_bell,note=23,powered=false":{"model":"block/note_block"},"instrument=cow_bell,note=24,powered=false":{"model":"block/note_block"},"instrument=didgeridoo,note=0,powered=false":{"model":"block/note_block"},"instrument=didgeridoo,note=1,powered=false":{"model":"block/note_block"},"instrument=didgeridoo,note=2,powered=false":{"model":"block/note_block"},"instrument=didgeridoo,note=3,powered=false":{"model":"block/note_block"},"instrument=didgeridoo,note=4,powered=false":{"model":"block/note_block"},"instrument=didgeridoo,note=5,powered=false":{"model":"block/note_block"},"instrument=didgeridoo,note=6,powered=false":{"model":"block/note_block"},"instrument=didgeridoo,note=7,powered=false":{"model":"block/note_block"},"instrument=didgeridoo,note=8,powered=false":{"model":"block/note_block"},"instrument=didgeridoo,note=9,powered=false":{"model":"block/note_block"},"instrument=didgeridoo,note=10,powered=false":{"model":"block/note_block"},"instrument=didgeridoo,note=11,powered=false":{"model":"block/note_block"},"instrument=didgeridoo,note=12,powered=false":{"model":"block/note_block"},"instrument=didgeridoo,note=13,powered=false":{"model":"block/note_block"},"instrument=didgeridoo,note=14,powered=false":{"model":"block/note_block"},"instrument=didgeridoo,note=15,powered=false":{"model":"block/note_block"},"instrument=didgeridoo,note=16,powered=false":{"model":"block/note_block"},"instrument=didgeridoo,note=17,powered=false":{"model":"block/note_block"},"instrument=didgeridoo,note=18,powered=false":{"model":"block/note_block"},"instrument=didgeridoo,note=19,powered=false":{"model":"block/note_block"},"instrument=didgeridoo,note=20,powered=false":{"model":"block/note_block"},"instrument=didgeridoo,note=21,powered=false":{"model":"block/note_block"},"instrument=didgeridoo,note=22,powered=false":{"model":"block/note_block"},"instrument=didgeridoo,note=23,powered=false":{"model":"block/note_block"},"instrument=didgeridoo,note=24,powered=false":{"model":"block/note_block"},"instrument=flute,note=0,powered=false":{"model":"block/note_block"},"instrument=flute,note=1,powered=false":{"model":"block/note_block"},"instrument=flute,note=2,powered=false":{"model":"block/note_block"},"instrument=flute,note=3,powered=false":{"model":"block/note_block"},"instrument=flute,note=4,powered=false":{"model":"block/note_block"},"instrument=flute,note=5,powered=false":{"model":"block/note_block"},"instrument=flute,note=6,powered=false":{"model":"block/note_block"},"instrument=flute,note=7,powered=false":{"model":"block/note_block"},"instrument=flute,note=8,powered=false":{"model":"block/note_block"},"instrument=flute,note=9,powered=false":{"model":"block/note_block"},"instrument=flute,note=10,powered=false":{"model":"block/note_block"},"instrument=flute,note=11,powered=false":{"model":"block/note_block"},"instrument=flute,note=12,powered=false":{"model":"block/note_block"},"instrument=flute,note=13,powered=false":{"model":"block/note_block"},"instrument=flute,note=14,powered=false":{"model":"block/note_block"},"instrument=flute,note=15,powered=false":{"model":"block/note_block"},"instrument=flute,note=16,powered=false":{"model":"block/note_block"},"instrument=flute,note=17,powered=false":{"model":"block/note_block"},"instrument=flute,note=18,powered=false":{"model":"block/note_block"},"instrument=flute,note=19,powered=false":{"model":"block/note_block"},"instrument=flute,note=20,powered=false":{"model":"block/note_block"},"instrument=flute,note=21,powered=false":{"model":"block/note_block"},"instrument=flute,note=22,powered=false":{"model":"block/note_block"},"instrument=flute,note=23,powered=false":{"model":"block/note_block"},"instrument=flute,note=24,powered=false":{"model":"block/note_block"},"instrument=guitar,note=0,powered=false":{"model":"block/note_block"},"instrument=guitar,note=1,powered=false":{"model":"block/note_block"},"instrument=guitar,note=2,powered=false":{"model":"block/note_block"},"instrument=guitar,note=3,powered=false":{"model":"block/note_block"},"instrument=guitar,note=4,powered=false":{"model":"block/note_block"},"instrument=guitar,note=5,powered=false":{"model":"block/note_block"},"instrument=guitar,note=6,powered=false":{"model":"block/note_block"},"instrument=guitar,note=7,powered=false":{"model":"block/note_block"},"instrument=guitar,note=8,powered=false":{"model":"block/note_block"},"instrument=guitar,note=9,powered=false":{"model":"block/note_block"},"instrument=guitar,note=10,powered=false":{"model":"block/note_block"},"instrument=guitar,note=11,powered=false":{"model":"block/note_block"},"instrument=guitar,note=12,powered=false":{"model":"block/note_block"},"instrument=guitar,note=13,powered=false":{"model":"block/note_block"},"instrument=guitar,note=14,powered=false":{"model":"block/note_block"},"instrument=guitar,note=15,powered=false":{"model":"block/note_block"},"instrument=guitar,note=16,powered=false":{"model":"block/note_block"},"instrument=guitar,note=17,powered=false":{"model":"block/note_block"},"instrument=guitar,note=18,powered=false":{"model":"block/note_block"},"instrument=guitar,note=19,powered=false":{"model":"block/note_block"},"instrument=guitar,note=20,powered=false":{"model":"block/note_block"},"instrument=guitar,note=21,powered=false":{"model":"block/note_block"},"instrument=guitar,note=22,powered=false":{"model":"block/note_block"},"instrument=guitar,note=23,powered=false":{"model":"block/note_block"},"instrument=guitar,note=24,powered=false":{"model":"block/note_block"},"instrument=harp,note=0,powered=false":{"model":"block/note_block"},"instrument=harp,note=1,powered=false":{"model":"block/note_block"},"instrument=harp,note=2,powered=false":{"model":"block/note_block"},"instrument=harp,note=3,powered=false":{"model":"block/note_block"},"instrument=harp,note=4,powered=false":{"model":"block/note_block"},"instrument=harp,note=5,powered=false":{"model":"block/note_block"},"instrument=harp,note=6,powered=false":{"model":"block/note_block"},"instrument=harp,note=7,powered=false":{"model":"block/note_block"},"instrument=harp,note=8,powered=false":{"model":"block/note_block"},"instrument=harp,note=9,powered=false":{"model":"block/note_block"},"instrument=harp,note=10,powered=false":{"model":"block/note_block"},"instrument=harp,note=11,powered=false":{"model":"block/note_block"},"instrument=harp,note=12,powered=false":{"model":"block/note_block"},"instrument=harp,note=13,powered=false":{"model":"block/note_block"},"instrument=harp,note=14,powered=false":{"model":"block/note_block"},"instrument=harp,note=15,powered=false":{"model":"block/note_block"},"instrument=harp,note=16,powered=false":{"model":"block/note_block"},"instrument=harp,note=17,powered=false":{"model":"block/note_block"},"instrument=harp,note=18,powered=false":{"model":"block/note_block"},"instrument=harp,note=19,powered=false":{"model":"block/note_block"},"instrument=harp,note=20,powered=false":{"model":"block/note_block"},"instrument=harp,note=21,powered=false":{"model":"block/note_block"},"instrument=harp,note=22,powered=false":{"model":"block/note_block"},"instrument=harp,note=23,powered=false":{"model":"block/note_block"},"instrument=harp,note=24,powered=false":{"model":"block/note_block"},"instrument=hat,note=0,powered=false":{"model":"block/note_block"},"instrument=hat,note=1,powered=false":{"model":"block/note_block"},"instrument=hat,note=2,powered=false":{"model":"block/note_block"},"instrument=hat,note=3,powered=false":{"model":"block/note_block"},"instrument=hat,note=4,powered=false":{"model":"block/note_block"},"instrument=hat,note=5,powered=false":{"model":"block/note_block"},"instrument=hat,note=6,powered=false":{"model":"block/note_block"},"instrument=hat,note=7,powered=false":{"model":"block/note_block"},"instrument=hat,note=8,powered=false":{"model":"block/note_block"},"instrument=hat,note=9,powered=false":{"model":"block/note_block"},"instrument=hat,note=10,powered=false":{"model":"block/note_block"},"instrument=hat,note=11,powered=false":{"model":"block/note_block"},"instrument=hat,note=12,powered=false":{"model":"block/note_block"},"instrument=hat,note=13,powered=false":{"model":"block/note_block"},"instrument=hat,note=14,powered=false":{"model":"block/note_block"},"instrument=hat,note=15,powered=false":{"model":"block/note_block"},"instrument=hat,note=16,powered=false":{"model":"block/note_block"},"instrument=hat,note=17,powered=false":{"model":"block/note_block"},"instrument=hat,note=18,powered=false":{"model":"block/note_block"},"instrument=hat,note=19,powered=false":{"model":"block/note_block"},"instrument=hat,note=20,powered=false":{"model":"block/note_block"},"instrument=hat,note=21,powered=false":{"model":"block/note_block"},"instrument=hat,note=22,powered=false":{"model":"block/note_block"},"instrument=hat,note=23,powered=false":{"model":"block/note_block"},"instrument=hat,note=24,powered=false":{"model":"block/note_block"},"instrument=iron_xylophone,note=0,powered=false":{"model":"block/note_block"},"instrument=iron_xylophone,note=1,powered=false":{"model":"block/note_block"},"instrument=iron_xylophone,note=2,powered=false":{"model":"block/note_block"},"instrument=iron_xylophone,note=3,powered=false":{"model":"block/note_block"},"instrument=iron_xylophone,note=4,powered=false":{"model":"block/note_block"},"instrument=iron_xylophone,note=5,powered=false":{"model":"block/note_block"},"instrument=iron_xylophone,note=6,powered=false":{"model":"block/note_block"},"instrument=iron_xylophone,note=7,powered=false":{"model":"block/note_block"},"instrument=iron_xylophone,note=8,powered=false":{"model":"block/note_block"},"instrument=iron_xylophone,note=9,powered=false":{"model":"block/note_block"},"instrument=iron_xylophone,note=10,powered=false":{"model":"block/note_block"},"instrument=iron_xylophone,note=11,powered=false":{"model":"block/note_block"},"instrument=iron_xylophone,note=12,powered=false":{"model":"block/note_block"},"instrument=iron_xylophone,note=13,powered=false":{"model":"block/note_block"},"instrument=iron_xylophone,note=14,powered=false":{"model":"block/note_block"},"instrument=iron_xylophone,note=15,powered=false":{"model":"block/note_block"},"instrument=iron_xylophone,note=16,powered=false":{"model":"block/note_block"},"instrument=iron_xylophone,note=17,powered=false":{"model":"block/note_block"},"instrument=iron_xylophone,note=18,powered=false":{"model":"block/note_block"},"instrument=iron_xylophone,note=19,powered=false":{"model":"block/note_block"},"instrument=iron_xylophone,note=20,powered=false":{"model":"block/note_block"},"instrument=iron_xylophone,note=21,powered=false":{"model":"block/note_block"},"instrument=iron_xylophone,note=22,powered=false":{"model":"block/note_block"},"instrument=iron_xylophone,note=23,powered=false":{"model":"block/note_block"},"instrument=iron_xylophone,note=24,powered=false":{"model":"block/note_block"},"instrument=pling,note=0,powered=false":{"model":"block/note_block"},"instrument=pling,note=1,powered=false":{"model":"block/note_block"},"instrument=pling,note=2,powered=false":{"model":"block/note_block"},"instrument=pling,note=3,powered=false":{"model":"block/note_block"},"instrument=pling,note=4,powered=false":{"model":"block/note_block"},"instrument=pling,note=5,powered=false":{"model":"block/note_block"},"instrument=pling,note=6,powered=false":{"model":"block/note_block"},"instrument=pling,note=7,powered=false":{"model":"block/note_block"},"instrument=pling,note=8,powered=false":{"model":"block/note_block"},"instrument=pling,note=9,powered=false":{"model":"block/note_block"},"instrument=pling,note=10,powered=false":{"model":"block/note_block"},"instrument=pling,note=11,powered=false":{"model":"block/note_block"},"instrument=pling,note=12,powered=false":{"model":"block/note_block"},"instrument=pling,note=13,powered=false":{"model":"block/note_block"},"instrument=pling,note=14,powered=false":{"model":"block/note_block"},"instrument=pling,note=15,powered=false":{"model":"block/note_block"},"instrument=pling,note=16,powered=false":{"model":"block/note_block"},"instrument=pling,note=17,powered=false":{"model":"block/note_block"},"instrument=pling,note=18,powered=false":{"model":"block/note_block"},"instrument=pling,note=19,powered=false":{"model":"block/note_block"},"instrument=pling,note=20,powered=false":{"model":"block/note_block"},"instrument=pling,note=21,powered=false":{"model":"block/note_block"},"instrument=pling,note=22,powered=false":{"model":"block/note_block"},"instrument=pling,note=23,powered=false":{"model":"block/note_block"},"instrument=pling,note=24,powered=false":{"model":"block/note_block"},"instrument=snare,note=0,powered=false":{"model":"block/note_block"},"instrument=snare,note=1,powered=false":{"model":"block/note_block"},"instrument=snare,note=2,powered=false":{"model":"block/note_block"},"instrument=snare,note=3,powered=false":{"model":"block/note_block"},"instrument=snare,note=4,powered=false":{"model":"block/note_block"},"instrument=snare,note=5,powered=false":{"model":"block/note_block"},"instrument=snare,note=6,powered=false":{"model":"block/note_block"},"instrument=snare,note=7,powered=false":{"model":"block/note_block"},"instrument=snare,note=8,powered=false":{"model":"block/note_block"},"instrument=snare,note=9,powered=false":{"model":"block/note_block"},"instrument=snare,note=10,powered=false":{"model":"block/note_block"},"instrument=snare,note=11,powered=false":{"model":"block/note_block"},"instrument=snare,note=12,powered=false":{"model":"block/note_block"},"instrument=snare,note=13,powered=false":{"model":"block/note_block"},"instrument=snare,note=14,powered=false":{"model":"block/note_block"},"instrument=snare,note=15,powered=false":{"model":"block/note_block"},"instrument=snare,note=16,powered=false":{"model":"block/note_block"},"instrument=snare,note=17,powered=false":{"model":"block/note_block"},"instrument=snare,note=18,powered=false":{"model":"block/note_block"},"instrument=snare,note=19,powered=false":{"model":"block/note_block"},"instrument=snare,note=20,powered=false":{"model":"block/note_block"},"instrument=snare,note=21,powered=false":{"model":"block/note_block"},"instrument=snare,note=22,powered=false":{"model":"block/note_block"},"instrument=snare,note=23,powered=false":{"model":"block/note_block"},"instrument=snare,note=24,powered=false":{"model":"block/note_block"},"instrument=xylophone,note=0,powered=false":{"model":"block/note_block"},"instrument=xylophone,note=1,powered=false":{"model":"block/note_block"},"instrument=xylophone,note=2,powered=false":{"model":"block/note_block"},"instrument=xylophone,note=3,powered=false":{"model":"block/note_block"},"instrument=xylophone,note=4,powered=false":{"model":"block/note_block"},"instrument=xylophone,note=5,powered=false":{"model":"block/note_block"},"instrument=xylophone,note=6,powered=false":{"model":"block/note_block"},"instrument=xylophone,note=7,powered=false":{"model":"block/note_block"},"instrument=xylophone,note=8,powered=false":{"model":"block/note_block"},"instrument=xylophone,note=9,powered=false":{"model":"block/note_block"},"instrument=xylophone,note=10,powered=false":{"model":"block/note_block"},"instrument=xylophone,note=11,powered=false":{"model":"block/note_block"},"instrument=xylophone,note=12,powered=false":{"model":"block/note_block"},"instrument=xylophone,note=13,powered=false":{"model":"block/note_block"},"instrument=xylophone,note=14,powered=false":{"model":"block/note_block"},"instrument=xylophone,note=15,powered=false":{"model":"block/note_block"},"instrument=xylophone,note=16,powered=false":{"model":"block/note_block"},"instrument=xylophone,note=17,powered=false":{"model":"block/note_block"},"instrument=xylophone,note=18,powered=false":{"model":"block/note_block"},"instrument=xylophone,note=19,powered=false":{"model":"block/note_block"},"instrument=xylophone,note=20,powered=false":{"model":"block/note_block"},"instrument=xylophone,note=21,powered=false":{"model":"block/note_block"},"instrument=xylophone,note=22,powered=false":{"model":"block/note_block"},"instrument=xylophone,note=23,powered=false":{"model":"block/note_block"},"instrument=xylophone,note=24,powered=false":{"model":"block/note_block"},"instrument=banjo,note=0,powered=true":{"model":"block/note_block"},"instrument=banjo,note=1,powered=true":{"model":"block/note_block"},"instrument=banjo,note=2,powered=true":{"model":"block/note_block"},"instrument=banjo,note=3,powered=true":{"model":"block/note_block"},"instrument=banjo,note=4,powered=true":{"model":"block/note_block"},"instrument=banjo,note=5,powered=true":{"model":"block/note_block"},"instrument=banjo,note=6,powered=true":{"model":"block/note_block"},"instrument=banjo,note=7,powered=true":{"model":"block/note_block"},"instrument=banjo,note=8,powered=true":{"model":"block/note_block"},"instrument=banjo,note=9,powered=true":{"model":"block/note_block"},"instrument=banjo,note=10,powered=true":{"model":"block/note_block"},"instrument=banjo,note=11,powered=true":{"model":"block/note_block"},"instrument=banjo,note=12,powered=true":{"model":"block/note_block"},"instrument=banjo,note=13,powered=true":{"model":"block/note_block"},"instrument=banjo,note=14,powered=true":{"model":"block/note_block"},"instrument=banjo,note=15,powered=true":{"model":"block/note_block"},"instrument=banjo,note=16,powered=true":{"model":"block/note_block"},"instrument=banjo,note=17,powered=true":{"model":"block/note_block"},"instrument=banjo,note=18,powered=true":{"model":"block/note_block"},"instrument=banjo,note=19,powered=true":{"model":"block/note_block"},"instrument=banjo,note=20,powered=true":{"model":"block/note_block"},"instrument=banjo,note=21,powered=true":{"model":"block/note_block"},"instrument=banjo,note=22,powered=true":{"model":"block/note_block"},"instrument=banjo,note=23,powered=true":{"model":"block/note_block"},"instrument=banjo,note=24,powered=true":{"model":"block/note_block"},"instrument=basedrum,note=0,powered=true":{"model":"block/note_block"},"instrument=basedrum,note=1,powered=true":{"model":"block/note_block"},"instrument=basedrum,note=2,powered=true":{"model":"block/note_block"},"instrument=basedrum,note=3,powered=true":{"model":"block/note_block"},"instrument=basedrum,note=4,powered=true":{"model":"block/note_block"},"instrument=basedrum,note=5,powered=true":{"model":"block/note_block"},"instrument=basedrum,note=6,powered=true":{"model":"block/note_block"},"instrument=basedrum,note=7,powered=true":{"model":"block/note_block"},"instrument=basedrum,note=8,powered=true":{"model":"block/note_block"},"instrument=basedrum,note=9,powered=true":{"model":"block/note_block"},"instrument=basedrum,note=10,powered=true":{"model":"block/note_block"},"instrument=basedrum,note=11,powered=true":{"model":"block/note_block"},"instrument=basedrum,note=12,powered=true":{"model":"block/note_block"},"instrument=basedrum,note=13,powered=true":{"model":"block/note_block"},"instrument=basedrum,note=14,powered=true":{"model":"block/note_block"},"instrument=basedrum,note=15,powered=true":{"model":"block/note_block"},"instrument=basedrum,note=16,powered=true":{"model":"block/note_block"},"instrument=basedrum,note=17,powered=true":{"model":"block/note_block"},"instrument=basedrum,note=18,powered=true":{"model":"block/note_block"},"instrument=basedrum,note=19,powered=true":{"model":"block/note_block"},"instrument=basedrum,note=20,powered=true":{"model":"block/note_block"},"instrument=basedrum,note=21,powered=true":{"model":"block/note_block"},"instrument=basedrum,note=22,powered=true":{"model":"block/note_block"},"instrument=basedrum,note=23,powered=true":{"model":"block/note_block"},"instrument=basedrum,note=24,powered=true":{"model":"block/note_block"},"instrument=bass,note=0,powered=true":{"model":"block/note_block"},"instrument=bass,note=1,powered=true":{"model":"block/note_block"},"instrument=bass,note=2,powered=true":{"model":"block/note_block"},"instrument=bass,note=3,powered=true":{"model":"block/note_block"},"instrument=bass,note=4,powered=true":{"model":"block/note_block"},"instrument=bass,note=5,powered=true":{"model":"block/note_block"},"instrument=bass,note=6,powered=true":{"model":"block/note_block"},"instrument=bass,note=7,powered=true":{"model":"block/note_block"},"instrument=bass,note=8,powered=true":{"model":"block/note_block"},"instrument=bass,note=9,powered=true":{"model":"block/note_block"},"instrument=bass,note=10,powered=true":{"model":"block/note_block"},"instrument=bass,note=11,powered=true":{"model":"block/note_block"},"instrument=bass,note=12,powered=true":{"model":"block/note_block"},"instrument=bass,note=13,powered=true":{"model":"block/note_block"},"instrument=bass,note=14,powered=true":{"model":"block/note_block"},"instrument=bass,note=15,powered=true":{"model":"block/note_block"},"instrument=bass,note=16,powered=true":{"model":"block/note_block"},"instrument=bass,note=17,powered=true":{"model":"block/note_block"},"instrument=bass,note=18,powered=true":{"model":"block/note_block"},"instrument=bass,note=19,powered=true":{"model":"block/note_block"},"instrument=bass,note=20,powered=true":{"model":"block/note_block"},"instrument=bass,note=21,powered=true":{"model":"block/note_block"},"instrument=bass,note=22,powered=true":{"model":"block/note_block"},"instrument=bass,note=23,powered=true":{"model":"block/note_block"},"instrument=bass,note=24,powered=true":{"model":"block/note_block"},"instrument=bell,note=0,powered=true":{"model":"block/note_block"},"instrument=bell,note=1,powered=true":{"model":"block/note_block"},"instrument=bell,note=2,powered=true":{"model":"block/note_block"},"instrument=bell,note=3,powered=true":{"model":"block/note_block"},"instrument=bell,note=4,powered=true":{"model":"block/note_block"},"instrument=bell,note=5,powered=true":{"model":"block/note_block"},"instrument=bell,note=6,powered=true":{"model":"block/note_block"},"instrument=bell,note=7,powered=true":{"model":"block/note_block"},"instrument=bell,note=8,powered=true":{"model":"block/note_block"},"instrument=bell,note=9,powered=true":{"model":"block/note_block"},"instrument=bell,note=10,powered=true":{"model":"block/note_block"},"instrument=bell,note=11,powered=true":{"model":"block/note_block"},"instrument=bell,note=12,powered=true":{"model":"block/note_block"},"instrument=bell,note=13,powered=true":{"model":"block/note_block"},"instrument=bell,note=14,powered=true":{"model":"block/note_block"},"instrument=bell,note=15,powered=true":{"model":"block/note_block"},"instrument=bell,note=16,powered=true":{"model":"block/note_block"},"instrument=bell,note=17,powered=true":{"model":"block/note_block"},"instrument=bell,note=18,powered=true":{"model":"block/note_block"},"instrument=bell,note=19,powered=true":{"model":"block/note_block"},"instrument=bell,note=20,powered=true":{"model":"block/note_block"},"instrument=bell,note=21,powered=true":{"model":"block/note_block"},"instrument=bell,note=22,powered=true":{"model":"block/note_block"},"instrument=bell,note=23,powered=true":{"model":"block/note_block"},"instrument=bell,note=24,powered=true":{"model":"block/note_block"},"instrument=bit,note=0,powered=true":{"model":"block/note_block"},"instrument=bit,note=1,powered=true":{"model":"block/note_block"},"instrument=bit,note=2,powered=true":{"model":"block/note_block"},"instrument=bit,note=3,powered=true":{"model":"block/note_block"},"instrument=bit,note=4,powered=true":{"model":"block/note_block"},"instrument=bit,note=5,powered=true":{"model":"block/note_block"},"instrument=bit,note=6,powered=true":{"model":"block/note_block"},"instrument=bit,note=7,powered=true":{"model":"block/note_block"},"instrument=bit,note=8,powered=true":{"model":"block/note_block"},"instrument=bit,note=9,powered=true":{"model":"block/note_block"},"instrument=bit,note=10,powered=true":{"model":"block/note_block"},"instrument=bit,note=11,powered=true":{"model":"block/note_block"},"instrument=bit,note=12,powered=true":{"model":"block/note_block"},"instrument=bit,note=13,powered=true":{"model":"block/note_block"},"instrument=bit,note=14,powered=true":{"model":"block/note_block"},"instrument=bit,note=15,powered=true":{"model":"block/note_block"},"instrument=bit,note=16,powered=true":{"model":"block/note_block"},"instrument=bit,note=17,powered=true":{"model":"block/note_block"},"instrument=bit,note=18,powered=true":{"model":"block/note_block"},"instrument=bit,note=19,powered=true":{"model":"block/note_block"},"instrument=bit,note=20,powered=true":{"model":"block/note_block"},"instrument=bit,note=21,powered=true":{"model":"block/note_block"},"instrument=bit,note=22,powered=true":{"model":"block/note_block"},"instrument=bit,note=23,powered=true":{"model":"block/note_block"},"instrument=bit,note=24,powered=true":{"model":"block/note_block"},"instrument=chime,note=0,powered=true":{"model":"block/note_block"},"instrument=chime,note=1,powered=true":{"model":"block/note_block"},"instrument=chime,note=2,powered=true":{"model":"block/note_block"},"instrument=chime,note=3,powered=true":{"model":"block/note_block"},"instrument=chime,note=4,powered=true":{"model":"block/note_block"},"instrument=chime,note=5,powered=true":{"model":"block/note_block"},"instrument=chime,note=6,powered=true":{"model":"block/note_block"},"instrument=chime,note=7,powered=true":{"model":"block/note_block"},"instrument=chime,note=8,powered=true":{"model":"block/note_block"},"instrument=chime,note=9,powered=true":{"model":"block/note_block"},"instrument=chime,note=10,powered=true":{"model":"block/note_block"},"instrument=chime,note=11,powered=true":{"model":"block/note_block"},"instrument=chime,note=12,powered=true":{"model":"block/note_block"},"instrument=chime,note=13,powered=true":{"model":"block/note_block"},"instrument=chime,note=14,powered=true":{"model":"block/note_block"},"instrument=chime,note=15,powered=true":{"model":"block/note_block"},"instrument=chime,note=16,powered=true":{"model":"block/note_block"},"instrument=chime,note=17,powered=true":{"model":"block/note_block"},"instrument=chime,note=18,powered=true":{"model":"block/note_block"},"instrument=chime,note=19,powered=true":{"model":"block/note_block"},"instrument=chime,note=20,powered=true":{"model":"block/note_block"},"instrument=chime,note=21,powered=true":{"model":"block/note_block"},"instrument=chime,note=22,powered=true":{"model":"block/note_block"},"instrument=chime,note=23,powered=true":{"model":"block/note_block"},"instrument=chime,note=24,powered=true":{"model":"block/note_block"},"instrument=cow_bell,note=0,powered=true":{"model":"block/note_block"},"instrument=cow_bell,note=1,powered=true":{"model":"block/note_block"},"instrument=cow_bell,note=2,powered=true":{"model":"block/note_block"},"instrument=cow_bell,note=3,powered=true":{"model":"block/note_block"},"instrument=cow_bell,note=4,powered=true":{"model":"block/note_block"},"instrument=cow_bell,note=5,powered=true":{"model":"block/note_block"},"instrument=cow_bell,note=6,powered=true":{"model":"block/note_block"},"instrument=cow_bell,note=7,powered=true":{"model":"block/note_block"},"instrument=cow_bell,note=8,powered=true":{"model":"block/note_block"},"instrument=cow_bell,note=9,powered=true":{"model":"block/note_block"},"instrument=cow_bell,note=10,powered=true":{"model":"block/note_block"},"instrument=cow_bell,note=11,powered=true":{"model":"block/note_block"},"instrument=cow_bell,note=12,powered=true":{"model":"block/note_block"},"instrument=cow_bell,note=13,powered=true":{"model":"block/note_block"},"instrument=cow_bell,note=14,powered=true":{"model":"block/note_block"},"instrument=cow_bell,note=15,powered=true":{"model":"block/note_block"},"instrument=cow_bell,note=16,powered=true":{"model":"block/note_block"},"instrument=cow_bell,note=17,powered=true":{"model":"block/note_block"},"instrument=cow_bell,note=18,powered=true":{"model":"block/note_block"},"instrument=cow_bell,note=19,powered=true":{"model":"block/note_block"},"instrument=cow_bell,note=20,powered=true":{"model":"block/note_block"},"instrument=cow_bell,note=21,powered=true":{"model":"block/note_block"},"instrument=cow_bell,note=22,powered=true":{"model":"block/note_block"},"instrument=cow_bell,note=23,powered=true":{"model":"block/note_block"},"instrument=cow_bell,note=24,powered=true":{"model":"block/note_block"},"instrument=didgeridoo,note=0,powered=true":{"model":"block/note_block"},"instrument=didgeridoo,note=1,powered=true":{"model":"block/note_block"},"instrument=didgeridoo,note=2,powered=true":{"model":"block/note_block"},"instrument=didgeridoo,note=3,powered=true":{"model":"block/note_block"},"instrument=didgeridoo,note=4,powered=true":{"model":"block/note_block"},"instrument=didgeridoo,note=5,powered=true":{"model":"block/note_block"},"instrument=didgeridoo,note=6,powered=true":{"model":"block/note_block"},"instrument=didgeridoo,note=7,powered=true":{"model":"block/note_block"},"instrument=didgeridoo,note=8,powered=true":{"model":"block/note_block"},"instrument=didgeridoo,note=9,powered=true":{"model":"block/note_block"},"instrument=didgeridoo,note=10,powered=true":{"model":"block/note_block"},"instrument=didgeridoo,note=11,powered=true":{"model":"block/note_block"},"instrument=didgeridoo,note=12,powered=true":{"model":"block/note_block"},"instrument=didgeridoo,note=13,powered=true":{"model":"block/note_block"},"instrument=didgeridoo,note=14,powered=true":{"model":"block/note_block"},"instrument=didgeridoo,note=15,powered=true":{"model":"block/note_block"},"instrument=didgeridoo,note=16,powered=true":{"model":"block/note_block"},"instrument=didgeridoo,note=17,powered=true":{"model":"block/note_block"},"instrument=didgeridoo,note=18,powered=true":{"model":"block/note_block"},"instrument=didgeridoo,note=19,powered=true":{"model":"block/note_block"},"instrument=didgeridoo,note=20,powered=true":{"model":"block/note_block"},"instrument=didgeridoo,note=21,powered=true":{"model":"block/note_block"},"instrument=didgeridoo,note=22,powered=true":{"model":"block/note_block"},"instrument=didgeridoo,note=23,powered=true":{"model":"block/note_block"},"instrument=didgeridoo,note=24,powered=true":{"model":"block/note_block"},"instrument=flute,note=0,powered=true":{"model":"block/note_block"},"instrument=flute,note=1,powered=true":{"model":"block/note_block"},"instrument=flute,note=2,powered=true":{"model":"block/note_block"},"instrument=flute,note=3,powered=true":{"model":"block/note_block"},"instrument=flute,note=4,powered=true":{"model":"block/note_block"},"instrument=flute,note=5,powered=true":{"model":"block/note_block"},"instrument=flute,note=6,powered=true":{"model":"block/note_block"},"instrument=flute,note=7,powered=true":{"model":"block/note_block"},"instrument=flute,note=8,powered=true":{"model":"block/note_block"},"instrument=flute,note=9,powered=true":{"model":"block/note_block"},"instrument=flute,note=10,powered=true":{"model":"block/note_block"},"instrument=flute,note=11,powered=true":{"model":"block/note_block"},"instrument=flute,note=12,powered=true":{"model":"block/note_block"},"instrument=flute,note=13,powered=true":{"model":"block/note_block"},"instrument=flute,note=14,powered=true":{"model":"block/note_block"},"instrument=flute,note=15,powered=true":{"model":"block/note_block"},"instrument=flute,note=16,powered=true":{"model":"block/note_block"},"instrument=flute,note=17,powered=true":{"model":"block/note_block"},"instrument=flute,note=18,powered=true":{"model":"block/note_block"},"instrument=flute,note=19,powered=true":{"model":"block/note_block"},"instrument=flute,note=20,powered=true":{"model":"block/note_block"},"instrument=flute,note=21,powered=true":{"model":"block/note_block"},"instrument=flute,note=22,powered=true":{"model":"block/note_block"},"instrument=flute,note=23,powered=true":{"model":"block/note_block"},"instrument=flute,note=24,powered=true":{"model":"block/note_block"},"instrument=guitar,note=0,powered=true":{"model":"block/note_block"},"instrument=guitar,note=1,powered=true":{"model":"block/note_block"},"instrument=guitar,note=2,powered=true":{"model":"block/note_block"},"instrument=guitar,note=3,powered=true":{"model":"block/note_block"},"instrument=guitar,note=4,powered=true":{"model":"block/note_block"},"instrument=guitar,note=5,powered=true":{"model":"block/note_block"},"instrument=guitar,note=6,powered=true":{"model":"block/note_block"},"instrument=guitar,note=7,powered=true":{"model":"block/note_block"},"instrument=guitar,note=8,powered=true":{"model":"block/note_block"},"instrument=guitar,note=9,powered=true":{"model":"block/note_block"},"instrument=guitar,note=10,powered=true":{"model":"block/note_block"},"instrument=guitar,note=11,powered=true":{"model":"block/note_block"},"instrument=guitar,note=12,powered=true":{"model":"block/note_block"},"instrument=guitar,note=13,powered=true":{"model":"block/note_block"},"instrument=guitar,note=14,powered=true":{"model":"block/note_block"},"instrument=guitar,note=15,powered=true":{"model":"block/note_block"},"instrument=guitar,note=16,powered=true":{"model":"block/note_block"},"instrument=guitar,note=17,powered=true":{"model":"block/note_block"},"instrument=guitar,note=18,powered=true":{"model":"block/note_block"},"instrument=guitar,note=19,powered=true":{"model":"block/note_block"},"instrument=guitar,note=20,powered=true":{"model":"block/note_block"},"instrument=guitar,note=21,powered=true":{"model":"block/note_block"},"instrument=guitar,note=22,powered=true":{"model":"block/note_block"},"instrument=guitar,note=23,powered=true":{"model":"block/note_block"},"instrument=guitar,note=24,powered=true":{"model":"block/note_block"},"instrument=harp,note=0,powered=true":{"model":"block/note_block"},"instrument=harp,note=1,powered=true":{"model":"block/note_block"},"instrument=harp,note=2,powered=true":{"model":"block/note_block"},"instrument=harp,note=3,powered=true":{"model":"block/note_block"},"instrument=harp,note=4,powered=true":{"model":"block/note_block"},"instrument=harp,note=5,powered=true":{"model":"block/note_block"},"instrument=harp,note=6,powered=true":{"model":"block/note_block"},"instrument=harp,note=7,powered=true":{"model":"block/note_block"},"instrument=harp,note=8,powered=true":{"model":"block/note_block"},"instrument=harp,note=9,powered=true":{"model":"block/note_block"},"instrument=harp,note=10,powered=true":{"model":"block/note_block"},"instrument=harp,note=11,powered=true":{"model":"block/note_block"},"instrument=harp,note=12,powered=true":{"model":"block/note_block"},"instrument=harp,note=13,powered=true":{"model":"block/note_block"},"instrument=harp,note=14,powered=true":{"model":"block/note_block"},"instrument=harp,note=15,powered=true":{"model":"block/note_block"},"instrument=harp,note=16,powered=true":{"model":"block/note_block"},"instrument=harp,note=17,powered=true":{"model":"block/note_block"},"instrument=harp,note=18,powered=true":{"model":"block/note_block"},"instrument=harp,note=19,powered=true":{"model":"block/note_block"},"instrument=harp,note=20,powered=true":{"model":"block/note_block"},"instrument=harp,note=21,powered=true":{"model":"block/note_block"},"instrument=harp,note=22,powered=true":{"model":"block/note_block"},"instrument=harp,note=23,powered=true":{"model":"block/note_block"},"instrument=harp,note=24,powered=true":{"model":"block/note_block"},"instrument=hat,note=0,powered=true":{"model":"block/note_block"},"instrument=hat,note=1,powered=true":{"model":"block/note_block"},"instrument=hat,note=2,powered=true":{"model":"block/note_block"},"instrument=hat,note=3,powered=true":{"model":"block/note_block"},"instrument=hat,note=4,powered=true":{"model":"block/note_block"},"instrument=hat,note=5,powered=true":{"model":"block/note_block"},"instrument=hat,note=6,powered=true":{"model":"block/note_block"},"instrument=hat,note=7,powered=true":{"model":"block/note_block"},"instrument=hat,note=8,powered=true":{"model":"block/note_block"},"instrument=hat,note=9,powered=true":{"model":"block/note_block"},"instrument=hat,note=10,powered=true":{"model":"block/note_block"},"instrument=hat,note=11,powered=true":{"model":"block/note_block"},"instrument=hat,note=12,powered=true":{"model":"block/note_block"},"instrument=hat,note=13,powered=true":{"model":"block/note_block"},"instrument=hat,note=14,powered=true":{"model":"block/note_block"},"instrument=hat,note=15,powered=true":{"model":"block/note_block"},"instrument=hat,note=16,powered=true":{"model":"block/note_block"},"instrument=hat,note=17,powered=true":{"model":"block/note_block"},"instrument=hat,note=18,powered=true":{"model":"block/note_block"},"instrument=hat,note=19,powered=true":{"model":"block/note_block"},"instrument=hat,note=20,powered=true":{"model":"block/note_block"},"instrument=hat,note=21,powered=true":{"model":"block/note_block"},"instrument=hat,note=22,powered=true":{"model":"block/note_block"},"instrument=hat,note=23,powered=true":{"model":"block/note_block"},"instrument=hat,note=24,powered=true":{"model":"block/note_block"},"instrument=iron_xylophone,note=0,powered=true":{"model":"block/note_block"},"instrument=iron_xylophone,note=1,powered=true":{"model":"block/note_block"},"instrument=iron_xylophone,note=2,powered=true":{"model":"block/note_block"},"instrument=iron_xylophone,note=3,powered=true":{"model":"block/note_block"},"instrument=iron_xylophone,note=4,powered=true":{"model":"block/note_block"},"instrument=iron_xylophone,note=5,powered=true":{"model":"block/note_block"},"instrument=iron_xylophone,note=6,powered=true":{"model":"block/note_block"},"instrument=iron_xylophone,note=7,powered=true":{"model":"block/note_block"},"instrument=iron_xylophone,note=8,powered=true":{"model":"block/note_block"},"instrument=iron_xylophone,note=9,powered=true":{"model":"block/note_block"},"instrument=iron_xylophone,note=10,powered=true":{"model":"block/note_block"},"instrument=iron_xylophone,note=11,powered=true":{"model":"block/note_block"},"instrument=iron_xylophone,note=12,powered=true":{"model":"block/note_block"},"instrument=iron_xylophone,note=13,powered=true":{"model":"block/note_block"},"instrument=iron_xylophone,note=14,powered=true":{"model":"block/note_block"},"instrument=iron_xylophone,note=15,powered=true":{"model":"block/note_block"},"instrument=iron_xylophone,note=16,powered=true":{"model":"block/note_block"},"instrument=iron_xylophone,note=17,powered=true":{"model":"block/note_block"},"instrument=iron_xylophone,note=18,powered=true":{"model":"block/note_block"},"instrument=iron_xylophone,note=19,powered=true":{"model":"block/note_block"},"instrument=iron_xylophone,note=20,powered=true":{"model":"block/note_block"},"instrument=iron_xylophone,note=21,powered=true":{"model":"block/note_block"},"instrument=iron_xylophone,note=22,powered=true":{"model":"block/note_block"},"instrument=iron_xylophone,note=23,powered=true":{"model":"block/note_block"},"instrument=iron_xylophone,note=24,powered=true":{"model":"block/note_block"},"instrument=pling,note=0,powered=true":{"model":"block/note_block"},"instrument=pling,note=1,powered=true":{"model":"block/note_block"},"instrument=pling,note=2,powered=true":{"model":"block/note_block"},"instrument=pling,note=3,powered=true":{"model":"block/note_block"},"instrument=pling,note=4,powered=true":{"model":"block/note_block"},"instrument=pling,note=5,powered=true":{"model":"block/note_block"},"instrument=pling,note=6,powered=true":{"model":"block/note_block"},"instrument=pling,note=7,powered=true":{"model":"block/note_block"},"instrument=pling,note=8,powered=true":{"model":"block/note_block"},"instrument=pling,note=9,powered=true":{"model":"block/note_block"},"instrument=pling,note=10,powered=true":{"model":"block/note_block"},"instrument=pling,note=11,powered=true":{"model":"block/note_block"},"instrument=pling,note=12,powered=true":{"model":"block/note_block"},"instrument=pling,note=13,powered=true":{"model":"block/note_block"},"instrument=pling,note=14,powered=true":{"model":"block/note_block"},"instrument=pling,note=15,powered=true":{"model":"block/note_block"},"instrument=pling,note=16,powered=true":{"model":"block/note_block"},"instrument=pling,note=17,powered=true":{"model":"block/note_block"},"instrument=pling,note=18,powered=true":{"model":"block/note_block"},"instrument=pling,note=19,powered=true":{"model":"block/note_block"},"instrument=pling,note=20,powered=true":{"model":"block/note_block"},"instrument=pling,note=21,powered=true":{"model":"block/note_block"},"instrument=pling,note=22,powered=true":{"model":"block/note_block"},"instrument=pling,note=23,powered=true":{"model":"block/note_block"},"instrument=pling,note=24,powered=true":{"model":"block/note_block"},"instrument=snare,note=0,powered=true":{"model":"block/note_block"},"instrument=snare,note=1,powered=true":{"model":"block/note_block"},"instrument=snare,note=2,powered=true":{"model":"block/note_block"},"instrument=snare,note=3,powered=true":{"model":"block/note_block"},"instrument=snare,note=4,powered=true":{"model":"block/note_block"},"instrument=snare,note=5,powered=true":{"model":"block/note_block"},"instrument=snare,note=6,powered=true":{"model":"block/note_block"},"instrument=snare,note=7,powered=true":{"model":"block/note_block"},"instrument=snare,note=8,powered=true":{"model":"block/note_block"},"instrument=snare,note=9,powered=true":{"model":"block/note_block"},"instrument=snare,note=10,powered=true":{"model":"block/note_block"},"instrument=snare,note=11,powered=true":{"model":"block/note_block"},"instrument=snare,note=12,powered=true":{"model":"block/note_block"},"instrument=snare,note=13,powered=true":{"model":"block/note_block"},"instrument=snare,note=14,powered=true":{"model":"block/note_block"},"instrument=snare,note=15,powered=true":{"model":"block/note_block"},"instrument=snare,note=16,powered=true":{"model":"block/note_block"},"instrument=snare,note=17,powered=true":{"model":"block/note_block"},"instrument=snare,note=18,powered=true":{"model":"block/note_block"},"instrument=snare,note=19,powered=true":{"model":"block/note_block"},"instrument=snare,note=20,powered=true":{"model":"block/note_block"},"instrument=snare,note=21,powered=true":{"model":"block/note_block"},"instrument=snare,note=22,powered=true":{"model":"block/note_block"},"instrument=snare,note=23,powered=true":{"model":"block/note_block"},"instrument=snare,note=24,powered=true":{"model":"block/note_block"},"instrument=xylophone,note=0,powered=true":{"model":"block/note_block"},"instrument=xylophone,note=1,powered=true":{"model":"block/note_block"},"instrument=xylophone,note=2,powered=true":{"model":"block/note_block"},"instrument=xylophone,note=3,powered=true":{"model":"block/note_block"},"instrument=xylophone,note=4,powered=true":{"model":"block/note_block"},"instrument=xylophone,note=5,powered=true":{"model":"block/note_block"},"instrument=xylophone,note=6,powered=true":{"model":"block/note_block"},"instrument=xylophone,note=7,powered=true":{"model":"block/note_block"},"instrument=xylophone,note=8,powered=true":{"model":"block/note_block"},"instrument=xylophone,note=9,powered=true":{"model":"block/note_block"},"instrument=xylophone,note=10,powered=true":{"model":"block/note_block"},"instrument=xylophone,note=11,powered=true":{"model":"block/note_block"},"instrument=xylophone,note=12,powered=true":{"model":"block/note_block"},"instrument=xylophone,note=13,powered=true":{"model":"block/note_block"},"instrument=xylophone,note=14,powered=true":{"model":"block/note_block"},"instrument=xylophone,note=15,powered=true":{"model":"block/note_block"},"instrument=xylophone,note=16,powered=true":{"model":"block/note_block"},"instrument=xylophone,note=17,powered=true":{"model":"block/note_block"},"instrument=xylophone,note=18,powered=true":{"model":"block/note_block"},"instrument=xylophone,note=19,powered=true":{"model":"block/note_block"},"instrument=xylophone,note=20,powered=true":{"model":"block/note_block"},"instrument=xylophone,note=21,powered=true":{"model":"block/note_block"},"instrument=xylophone,note=22,powered=true":{"model":"block/note_block"},"instrument=xylophone,note=23,powered=true":{"model":"block/note_block"},"instrument=xylophone,note=24,powered=true":{"model":"block/note_block"}}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/petrified_oak_slab.json b/assets/minecraft/blockstates/petrified_oak_slab.json new file mode 100644 index 000000000..67c43dd2c --- /dev/null +++ b/assets/minecraft/blockstates/petrified_oak_slab.json @@ -0,0 +1 @@ +{"variants":{"type=bottom":{"model":"minecraft:block/variants/dark_cobblestone_half_slab"},"type=double":[{"model":"block/variants/molten_rock"},{"model":"block/variants/molten_rock_0"},{"model":"block/variants/molten_rock_1"},{"model":"block/variants/molten_rock_2"}],"type=top":{"model":"minecraft:block/variants/dark_cobblestone_upper_slab"}}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/potatoes.json b/assets/minecraft/blockstates/potatoes.json new file mode 100644 index 000000000..26a118d65 --- /dev/null +++ b/assets/minecraft/blockstates/potatoes.json @@ -0,0 +1 @@ +{"variants":{"age=0":{"model":"block/potatoes_stage0"},"age=1":[{"model":"block/crop/sorghum"},{"model":"block/crop/sorghum1"}],"age=2":[{"model":"block/crop/wheat_harvest"},{"model":"block/crop/wheat_harvest1"}],"age=3":{"model":"block/potatoes_stage1"},"age=4":{"model":"block/potatoes_stage2"},"age=5":{"model":"block/potatoes_stage2"},"age=6":{"model":"block/potatoes_stage2"},"age=7":{"model":"block/potatoes_stage3"}}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/red_mushroom_block.json b/assets/minecraft/blockstates/red_mushroom_block.json new file mode 100644 index 000000000..abf70a09b --- /dev/null +++ b/assets/minecraft/blockstates/red_mushroom_block.json @@ -0,0 +1 @@ +{"multipart":[{"when":{"down":true,"east":true,"north":true,"south":true,"up":true,"west":true},"apply":{"model":"block/red_mushroom_block"}},{"when":{"down":false,"east":false,"north":false,"south":false,"up":false,"west":false},"apply":{"model":"block/mushroom_block_inside"}},{"when":{"down":false,"east":false,"north":false,"south":false,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":false,"south":false,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":false,"south":true,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":false,"south":true,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":false,"south":true,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":false,"south":true,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":true,"south":false,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":true,"south":false,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":true,"south":false,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":true,"south":false,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":false,"south":false,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":false,"south":false,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":false,"south":true,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":false,"south":true,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":true,"south":false,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":true,"south":false,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":false,"south":false,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":true,"south":true,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":true,"south":true,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":true,"south":true,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":false,"north":true,"south":true,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":false,"south":false,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":false,"south":false,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":false,"south":true,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":false,"south":true,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":true,"south":false,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":true,"south":false,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":true,"south":true,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":true,"south":true,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":true,"south":true,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":false,"east":true,"north":true,"south":true,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":false,"south":false,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":false,"south":false,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":false,"south":false,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":false,"south":false,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":false,"south":true,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":false,"south":true,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":false,"south":true,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":false,"south":true,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":true,"south":false,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":true,"south":false,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":true,"south":false,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":true,"south":false,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":true,"south":true,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":true,"south":true,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":true,"south":true,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":false,"north":true,"south":true,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":false,"south":false,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":false,"south":false,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":false,"south":false,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":false,"south":false,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":false,"south":true,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":false,"south":true,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":false,"south":true,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":false,"south":true,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":true,"south":false,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":true,"south":false,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":true,"south":false,"up":true,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":true,"south":false,"up":true,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":true,"south":true,"up":false,"west":false},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":true,"south":true,"up":false,"west":true},"apply":{"model":"block/error"}},{"when":{"down":true,"east":true,"north":true,"south":true,"up":true,"west":false},"apply":{"model":"block/error"}}]} \ No newline at end of file diff --git a/assets/minecraft/blockstates/red_sand.json b/assets/minecraft/blockstates/red_sand.json new file mode 100644 index 000000000..88495e317 --- /dev/null +++ b/assets/minecraft/blockstates/red_sand.json @@ -0,0 +1 @@ +{"variants":{"":{"model":"block/red_sand"}}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/redstone_ore.json b/assets/minecraft/blockstates/redstone_ore.json new file mode 100644 index 000000000..dfcbb6a15 --- /dev/null +++ b/assets/minecraft/blockstates/redstone_ore.json @@ -0,0 +1 @@ +{"variants":{"":[{"model":"block/redstone_ore"},{"model":"block/variants/redstone_ore_0"}]}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/sand.json b/assets/minecraft/blockstates/sand.json new file mode 100644 index 000000000..5d46d7a41 --- /dev/null +++ b/assets/minecraft/blockstates/sand.json @@ -0,0 +1 @@ +{"variants":{"":{"model":"block/sand"}}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/sandstone.json b/assets/minecraft/blockstates/sandstone.json new file mode 100644 index 000000000..be0267051 --- /dev/null +++ b/assets/minecraft/blockstates/sandstone.json @@ -0,0 +1 @@ +{"variants":{"":[{"model":"block/sandstone"},{"model":"block/variants/sandstone_0"}]}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/short_grass.json b/assets/minecraft/blockstates/short_grass.json new file mode 100644 index 000000000..79f52f2c7 --- /dev/null +++ b/assets/minecraft/blockstates/short_grass.json @@ -0,0 +1 @@ +{"variants":{"":[{"model":"block/grass"},{"model":"block/variants/grass_0"},{"model":"block/variants/grass_1"},{"model":"block/variants/grass_2"},{"model":"block/variants/grass_3"}]}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/sticky_piston.json b/assets/minecraft/blockstates/sticky_piston.json new file mode 100644 index 000000000..82dbf0ff6 --- /dev/null +++ b/assets/minecraft/blockstates/sticky_piston.json @@ -0,0 +1 @@ +{"variants":{"extended=false,facing=down":{"model":"block/variants/sticky_piston","x":90},"extended=false,facing=east":{"model":"block/variants/sticky_piston","y":90},"extended=false,facing=north":{"model":"block/variants/sticky_piston"},"extended=false,facing=south":{"model":"block/variants/sticky_piston","y":180},"extended=false,facing=up":{"model":"block/variants/sticky_piston","x":270},"extended=false,facing=west":{"model":"block/variants/sticky_piston","y":270},"extended=true,facing=down":{"model":"block/variants/sticky_piston_base","x":90},"extended=true,facing=east":{"model":"block/variants/sticky_piston_base","y":90},"extended=true,facing=north":{"model":"block/variants/sticky_piston_base"},"extended=true,facing=south":{"model":"block/variants/sticky_piston_base","y":180},"extended=true,facing=up":{"model":"block/variants/sticky_piston_base","x":270},"extended=true,facing=west":{"model":"block/variants/sticky_piston_base","y":270}}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/stone.json b/assets/minecraft/blockstates/stone.json new file mode 100644 index 000000000..3d0826a21 --- /dev/null +++ b/assets/minecraft/blockstates/stone.json @@ -0,0 +1 @@ +{"variants":{"":[{"model":"block/stone","weight":30},{"model":"block/variants/stone_0","weight":30},{"model":"block/variants/stone_1","weight":50}]}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/sunflower.json b/assets/minecraft/blockstates/sunflower.json new file mode 100644 index 000000000..f2436dd87 --- /dev/null +++ b/assets/minecraft/blockstates/sunflower.json @@ -0,0 +1 @@ +{"variants":{"half=lower":[{"model":"block/sunflower_bottom"},{"model":"block/variants/sunflower_bottom_1"}],"half=upper":{"model":"block/sunflower_top"}}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/tripwire_hook.json b/assets/minecraft/blockstates/tripwire_hook.json new file mode 100644 index 000000000..f715ef29e --- /dev/null +++ b/assets/minecraft/blockstates/tripwire_hook.json @@ -0,0 +1 @@ +{"variants":{"attached=true,facing=north,powered=false":{"model":"block/blank"},"attached=true,facing=south,powered=false":{"model":"block/blank"},"attached=true,facing=west,powered=false":{"model":"block/blank"},"attached=true,facing=east,powered=false":{"model":"block/blank"},"attached=true,facing=north,powered=true":{"model":"block/blank"},"attached=true,facing=south,powered=true":{"model":"block/blank"},"attached=true,facing=west,powered=true":{"model":"block/blank"},"attached=true,facing=east,powered=true":{"model":"block/blank"}}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/vine.json b/assets/minecraft/blockstates/vine.json new file mode 100644 index 000000000..569cf84e8 --- /dev/null +++ b/assets/minecraft/blockstates/vine.json @@ -0,0 +1 @@ +{"multipart":[{"when":{"east":false,"north":false,"south":false,"up":false,"west":false},"apply":[{"model":"block/variants/vine_cattails"},{"model":"block/variants/vine_cattails_0"},{"model":"block/variants/vine_cattails_1"}]},{"when":{"east":false,"north":false,"south":false,"up":true,"west":false},"apply":{"model":"block/vine","x":270}},{"when":{"east":false,"north":true,"south":false,"up":false,"west":false},"apply":{"model":"block/vine"}},{"when":{"east":true,"north":false,"south":false,"up":false,"west":false},"apply":{"model":"block/vine","y":90}},{"when":{"east":false,"north":false,"south":true,"up":false,"west":false},"apply":{"model":"block/vine","y":180}},{"when":{"east":false,"north":false,"south":false,"up":false,"west":true},"apply":{"model":"block/vine","y":270}},{"when":{"east":true,"north":true,"south":true,"up":true,"west":true},"apply":{"model":"block/variants/vine_hanging_crops"}},{"when":{"east":false,"north":false,"south":false,"up":true,"west":true},"apply":{"model":"block/vine","y":270}},{"when":{"east":false,"north":false,"south":true,"up":false,"west":true},"apply":{"model":"block/blank"}},{"when":{"east":false,"north":false,"south":true,"up":true,"west":false},"apply":{"model":"block/vine","y":180}},{"when":{"east":false,"north":false,"south":true,"up":true,"west":true},"apply":{"model":"block/blank"}},{"when":{"east":false,"north":true,"south":false,"up":false,"west":true},"apply":{"model":"block/blank"}},{"when":{"east":false,"north":true,"south":false,"up":true,"west":false},"apply":{"model":"block/vine"}},{"when":{"east":false,"north":true,"south":false,"up":true,"west":true},"apply":{"model":"block/blank"}},{"when":{"east":true,"north":false,"south":false,"up":true,"west":false},"apply":{"model":"block/vine","y":90}},{"when":{"east":true,"north":false,"south":true,"up":false,"west":false},"apply":{"model":"block/blank"}},{"when":{"east":true,"north":false,"south":true,"up":true,"west":false},"apply":{"model":"block/blank"}},{"when":{"east":true,"north":true,"south":false,"up":false,"west":false},"apply":{"model":"block/blank"}},{"when":{"east":true,"north":true,"south":false,"up":true,"west":false},"apply":{"model":"block/blank"}},{"when":{"east":false,"north":true,"south":true,"up":false,"west":false},"apply":{"model":"block/variants/vine_chain"}},{"when":{"east":false,"north":true,"south":true,"up":false,"west":true},"apply":{"model":"block/blank"}},{"when":{"east":false,"north":true,"south":true,"up":true,"west":false},"apply":{"model":"block/variants/vine_chain"}},{"when":{"east":false,"north":true,"south":true,"up":true,"west":true},"apply":{"model":"block/blank"}},{"when":{"east":true,"north":false,"south":false,"up":false,"west":true},"apply":{"model":"block/variants/vine_rope"}},{"when":{"east":true,"north":false,"south":false,"up":true,"west":true},"apply":{"model":"block/variants/vine_rope"}},{"when":{"east":true,"north":false,"south":true,"up":false,"west":true},"apply":{"model":"block/blank"}},{"when":{"east":true,"north":false,"south":true,"up":true,"west":true},"apply":{"model":"block/blank"}},{"when":{"east":true,"north":true,"south":false,"up":false,"west":true},"apply":{"model":"block/variants/vine_gray_leaves"}},{"when":{"east":true,"north":true,"south":false,"up":true,"west":true},"apply":{"model":"block/variants/vine_gray_leaves"}},{"when":{"east":true,"north":true,"south":true,"up":false,"west":false},"apply":{"model":"block/variants/vine_gray_water"}},{"when":{"east":true,"north":true,"south":true,"up":false,"west":true},"apply":[{"model":"block/variants/vine_death_plant_0","weight":5},{"model":"block/variants/vine_death_plant_1","weight":5},{"model":"block/variants/vine_death_plant_2","weight":5},{"model":"block/variants/vine_death_plant_3","weight":5},{"model":"block/variants/vine_death_plant_4","weight":5},{"model":"block/variants/vine_death_plant_5","weight":2},{"model":"block/variants/vine_death_plant_6","weight":2},{"model":"block/variants/vine_death_plant_7","weight":2},{"model":"block/variants/vine_death_plant_8","weight":2},{"model":"block/variants/vine_death_plant_9","weight":2}]},{"when":{"east":true,"north":true,"south":true,"up":true,"west":false},"apply":{"model":"block/variants/vine_gray_water"}}]} \ No newline at end of file diff --git a/assets/minecraft/blockstates/web.json b/assets/minecraft/blockstates/web.json new file mode 100644 index 000000000..0700f27d2 --- /dev/null +++ b/assets/minecraft/blockstates/web.json @@ -0,0 +1 @@ +{"variants":{"normal":[{"model":"block/cobweb"},{"model":"block/variants/cobweb_0"},{"model":"block/variants/cobweb_1"},{"model":"block/variants/cobweb_2"}]}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/wheat.json b/assets/minecraft/blockstates/wheat.json new file mode 100644 index 000000000..39d850299 --- /dev/null +++ b/assets/minecraft/blockstates/wheat.json @@ -0,0 +1 @@ +{"variants":{"age=0":{"model":"block/wheat_stage0"},"age=1":[{"model":"block/crop/green"},{"model":"block/crop/green1"}],"age=2":{"model":"block/variants/wheat_corn"},"age=3":{"model":"block/wheat_stage3"},"age=4":{"model":"block/variants/wheat_0"},"age=5":{"model":"block/wheat_stage5"},"age=6":{"model":"block/variants/wheat_0"},"age=7":{"model":"block/wheat_stage7"}}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/wood_old_double_slab.json b/assets/minecraft/blockstates/wood_old_double_slab.json new file mode 100644 index 000000000..d13cacd1a --- /dev/null +++ b/assets/minecraft/blockstates/wood_old_double_slab.json @@ -0,0 +1 @@ +{"variants":{"normal":[{"model":"block/variants/molten_rock"},{"model":"block/variants/molten_rock_0"},{"model":"block/variants/molten_rock_1"},{"model":"block/variants/molten_rock_2"}]}} \ No newline at end of file diff --git a/assets/minecraft/blockstates/wood_old_slab.json b/assets/minecraft/blockstates/wood_old_slab.json new file mode 100644 index 000000000..4db82475a --- /dev/null +++ b/assets/minecraft/blockstates/wood_old_slab.json @@ -0,0 +1 @@ +{"variants":{"half=bottom":[{"model":"block/variants/dark_cobblestone_half_slab"}],"half=top":[{"model":"block/variants/dark_cobblestone_upper_slab"}]}} \ No newline at end of file diff --git a/assets/minecraft/equipment/chainmail.json b/assets/minecraft/equipment/chainmail.json new file mode 100644 index 000000000..d7c916603 --- /dev/null +++ b/assets/minecraft/equipment/chainmail.json @@ -0,0 +1 @@ +{"layers":{"humanoid":[{"texture":"chainmail"}],"humanoid_leggings":[{"texture":"chainmail"}]}} \ No newline at end of file diff --git a/assets/minecraft/equipment/diamond.json b/assets/minecraft/equipment/diamond.json new file mode 100644 index 000000000..969df4216 --- /dev/null +++ b/assets/minecraft/equipment/diamond.json @@ -0,0 +1 @@ +{"layers":{"horse_body":[{"texture":"diamond"}],"humanoid":[{"texture":"diamond"}],"humanoid_leggings":[{"texture":"diamond"}]}} \ No newline at end of file diff --git a/assets/minecraft/equipment/gold.json b/assets/minecraft/equipment/gold.json new file mode 100644 index 000000000..43f4e28c3 --- /dev/null +++ b/assets/minecraft/equipment/gold.json @@ -0,0 +1 @@ +{"layers":{"horse_body":[{"texture":"gold"}],"humanoid":[{"texture":"gold"}],"humanoid_leggings":[{"texture":"gold"}]}} \ No newline at end of file diff --git a/assets/minecraft/equipment/iron.json b/assets/minecraft/equipment/iron.json new file mode 100644 index 000000000..99da593a7 --- /dev/null +++ b/assets/minecraft/equipment/iron.json @@ -0,0 +1 @@ +{"layers":{"horse_body":[{"texture":"iron"}],"humanoid":[{"texture":"iron"}],"humanoid_leggings":[{"texture":"iron"}]}} \ No newline at end of file diff --git a/assets/minecraft/equipment/leather.json b/assets/minecraft/equipment/leather.json new file mode 100644 index 000000000..8dd1f65fd --- /dev/null +++ b/assets/minecraft/equipment/leather.json @@ -0,0 +1 @@ +{"layers":{"horse_body":[{"dyeable":{"color_when_undyed":-6265536},"texture":"leather"}],"humanoid":[{"dyeable":{"color_when_undyed":-6265536},"texture":"leather"}],"humanoid_leggings":[{"dyeable":{"color_when_undyed":-6265536},"texture":"leather"}]}} \ No newline at end of file diff --git a/assets/minecraft/font/banner/box.json b/assets/minecraft/font/banner/box.json new file mode 100644 index 000000000..100904589 --- /dev/null +++ b/assets/minecraft/font/banner/box.json @@ -0,0 +1 @@ +{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"‌":0}},{"type":"bitmap","file":"font/banner/box.png","ascent":7,"chars":["","","","","","","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"]}]} \ No newline at end of file diff --git a/assets/minecraft/font/banner/pill.json b/assets/minecraft/font/banner/pill.json new file mode 100644 index 000000000..33d36ec3c --- /dev/null +++ b/assets/minecraft/font/banner/pill.json @@ -0,0 +1 @@ +{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"‌":0}},{"type":"bitmap","file":"font/banner/pill.png","ascent":7,"chars":["","","","","","","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"]}]} \ No newline at end of file diff --git a/assets/minecraft/font/chat.json b/assets/minecraft/font/chat.json new file mode 100644 index 000000000..a8ca03df7 --- /dev/null +++ b/assets/minecraft/font/chat.json @@ -0,0 +1 @@ +{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"‌":0}},{"type":"bitmap","file":"font/chat.png","ascent":8,"height":9,"chars":["\u0000\u0000\u0000\u0000\u0000","","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"]}]} \ No newline at end of file diff --git a/assets/minecraft/font/common.json b/assets/minecraft/font/common.json new file mode 100644 index 000000000..d8ca2afad --- /dev/null +++ b/assets/minecraft/font/common.json @@ -0,0 +1 @@ +{"providers":[{"type":"bitmap","file":"font/common.png","ascent":8,"height":10,"chars":["","","",""]}]} \ No newline at end of file diff --git a/assets/minecraft/font/currency.json b/assets/minecraft/font/currency.json new file mode 100644 index 000000000..003e35301 --- /dev/null +++ b/assets/minecraft/font/currency.json @@ -0,0 +1 @@ +{"providers":[{"type":"bitmap","file":"font/currency.png","ascent":8,"chars":[""]}]} \ No newline at end of file diff --git a/assets/minecraft/font/default.json b/assets/minecraft/font/default.json new file mode 100644 index 000000000..9c339cad0 --- /dev/null +++ b/assets/minecraft/font/default.json @@ -0,0 +1 @@ +{"providers":[{"type":"space","advances":{" ":4,"‌":0,"":5,"À":1,"֎":0,"⁤":-1,"":-6,"":-7,"":-14,"":-517,"":-66,"":-158}},{"type":"reference","id":"overlay"},{"type":"bitmap","file":"font/profession.png","ascent":7,"chars":["ⒿⓀⒷⒸⓁⒽⒶⒹⒺⒻⒼⒾ"]},{"type":"bitmap","file":"font/common.png","ascent":8,"height":10,"chars":["❋✤✹✦❉✣❤✺\u0000\u0000\u0000⬣⬌⬤✖✔","\u0000\u0000❁➲\u0000✃⚘\u0000☠✜➽⚔➼☀⛨⌛","⚕\u0000\u0000\u0000\u0000\u0000\u0000⌚⬟\u0000\u0000\u0000\u0000\u0000⬠\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000⬡"]},{"type":"bitmap","file":"font/language/wynnic.png","ascent":7,"chars":["⑽⑾⑿\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u00001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u00000\u0000","\u0000⑴⑵⑶⑷⑸⑹⑺⑻⑼\u0000\u0000\u0000\u0000\u00002","\u0000⒜⒝⒞⒟⒠⒡⒢⒣⒤⒥⒦⒧⒨⒩⒪","⒫⒬⒭⒮⒯⒰⒱⒲⒳⒴⒵\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"]},{"type":"bitmap","file":"font/language/high_gavellian.png","ascent":7,"chars":["\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000ⓐⓑⓒⓓⓔⓕⓖⓗⓘⓙⓚⓛⓜⓝⓞ","ⓟⓠⓡⓢⓣⓤⓥⓦⓧⓨⓩ\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"]},{"type":"bitmap","file":"font/screen/fade.png","ascent":512,"height":1024,"chars":["Á"]},{"type":"bitmap","file":"font/screen/trans.png","ascent":512,"height":1024,"chars":[""]},{"type":"bitmap","file":"font/screen/flash.png","ascent":512,"height":1024,"chars":[""]},{"type":"bitmap","file":"font/currency.png","ascent":8,"chars":["½²¼"]},{"type":"bitmap","file":"font/rank.png","ascent":7,"height":7,"chars":["","","","","","","","","","","","","","","","","",""]},{"type":"bitmap","file":"font/badge.png","ascent":7,"height":7,"chars":[""]},{"type":"bitmap","file":"font/sb.png","ascent":7,"height":7,"chars":[""]},{"type":"bitmap","file":"font/class.png","ascent":7,"height":7,"chars":[""]},{"type":"bitmap","file":"font/five.png","ascent":6,"height":7,"chars":["","",""]},{"type":"bitmap","file":"font/chat/banner_full.png","ascent":7,"height":7,"chars":[""]},{"type":"bitmap","file":"font/chat/banner.png","ascent":7,"height":7,"chars":[""]},{"type":"bitmap","file":"font/chat/banner_start.png","ascent":7,"height":7,"chars":[""]},{"type":"bitmap","file":"font/chat/banner_end.png","ascent":7,"height":7,"chars":[""]},{"type":"bitmap","file":"font/chat/banner_end_alt.png","ascent":7,"height":7,"chars":[""]},{"type":"bitmap","file":"font/chat/banner_short.png","ascent":7,"height":7,"chars":[""]},{"type":"bitmap","file":"font/chat.png","ascent":8,"height":9,"chars":["\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"]}]} \ No newline at end of file diff --git a/assets/minecraft/font/hud/gameplay/default/bottom_middle.json b/assets/minecraft/font/hud/gameplay/default/bottom_middle.json new file mode 100644 index 000000000..cefb668d3 --- /dev/null +++ b/assets/minecraft/font/hud/gameplay/default/bottom_middle.json @@ -0,0 +1 @@ +{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"‌":0}},{"type":"bitmap","file":"font/language/wynncraft.png","ascent":7,"chars":["\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"," !\"#$%&'()*+,-./","0123456789:;<=>?","@ABCDEFGHIJKLMNO","PQRSTUVWXYZ[\\]^_","`abcdefghijklmno","pqrstuvwxyz{|}~\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000£\u0000\u0000ƒ","\u0000\u0000\u0000\u0000\u0000\u0000ªº\u0000\u0000¬\u0000\u0000\u0000«»","░▒▓│┤╡╢╖╕╣║╗╝╜╛┐","└┴┬├─┼╞╟╚╔╩╦╠═╬╧","╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000∅∈\u0000","≡±≥≤⌠⌡÷≈°∙\u0000√ⁿ²■\u0000"]},{"type":"bitmap","file":"font/hud/gameplay/default/bottom_middle/level.png","ascent":-28,"height":10,"chars":[""]},{"type":"bitmap","file":"font/hud/gameplay/default/bottom_middle/display.png","ascent":-19,"chars":["","\u0000\u0000\u0000\u0000"]},{"type":"bitmap","file":"font/hud/gameplay/default/bottom_middle/hotbar.png","ascent":-4,"height":64,"chars":[""]},{"type":"bitmap","file":"font/hud/gameplay/default/bottom_middle/health.png","ascent":-28,"chars":["","","",""]},{"type":"bitmap","file":"font/hud/gameplay/default/bottom_middle/health_background.png","ascent":-17,"height":20,"chars":["","","","",""]},{"type":"bitmap","file":"font/hud/gameplay/default/bottom_middle/mana.png","ascent":-28,"chars":[""]},{"type":"bitmap","file":"font/hud/gameplay/default/bottom_middle/mana_background.png","ascent":-17,"height":20,"chars":[""]},{"type":"bitmap","file":"font/hud/gameplay/default/bottom_middle/meter.png","ascent":-19,"height":27,"chars":["\u0000\u0000\u0000\u0000","","","\u0000\u0000\u0000\u0000\u0000","","","\u0000\u0000\u0000\u0000\u0000"]},{"type":"bitmap","file":"font/hud/gameplay/default/bottom_middle/sprint.png","ascent":-19,"height":27,"chars":[""]},{"type":"bitmap","file":"font/hud/gameplay/default/bottom_middle/breath.png","ascent":-19,"height":27,"chars":[""]},{"type":"bitmap","file":"font/hud/gameplay/default/bottom_middle/spell.png","ascent":12,"height":16,"chars":[""]},{"type":"bitmap","file":"font/hud/gameplay/default/bottom_middle/special.png","ascent":-54,"height":32,"chars":["\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","","","","",""]}]} \ No newline at end of file diff --git a/assets/minecraft/font/hud/gameplay/default/top_right.json b/assets/minecraft/font/hud/gameplay/default/top_right.json new file mode 100644 index 000000000..36fd6ad9d --- /dev/null +++ b/assets/minecraft/font/hud/gameplay/default/top_right.json @@ -0,0 +1 @@ +{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"‌":0}},{"type":"bitmap","file":"font/hud/gameplay/default/top_right/marker.png","ascent":-2048,"height":256,"chars":["\u0001"]},{"type":"bitmap","file":"font/hud/gameplay/default/top_right/location.png","ascent":-67,"height":10,"chars":["","","","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"]},{"type":"bitmap","file":"font/hud/gameplay/default/top_right/compass.png","ascent":-64,"height":12,"chars":[""]}]} \ No newline at end of file diff --git a/assets/minecraft/font/hud/selector/default/bottom_middle.json b/assets/minecraft/font/hud/selector/default/bottom_middle.json new file mode 100644 index 000000000..29776b446 --- /dev/null +++ b/assets/minecraft/font/hud/selector/default/bottom_middle.json @@ -0,0 +1 @@ +{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"‌":0}},{"type":"bitmap","file":"font/language/wynncraft.png","ascent":-48,"chars":["\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"," !\"#$%&'()*+,-./","0123456789:;<=>?","@ABCDEFGHIJKLMNO","PQRSTUVWXYZ[\\]^_","`abcdefghijklmno","pqrstuvwxyz{|}~\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000£\u0000\u0000ƒ","\u0000\u0000\u0000\u0000\u0000\u0000ªº\u0000\u0000¬\u0000\u0000\u0000«»","░▒▓│┤╡╢╖╕╣║╗╝╜╛┐","└┴┬├─┼╞╟╚╔╩╦╠═╬╧","╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000∅∈\u0000","≡±≥≤⌠⌡÷≈°∙\u0000√ⁿ²■\u0000"]},{"type":"bitmap","file":"font/hud/selector/default/bottom_middle/control.png","ascent":-45,"height":16,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/bottom_middle/select.png","ascent":2,"height":32,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/bottom_middle/class.png","ascent":16,"height":64,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/bottom_middle/class.png","ascent":0,"height":32,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/bottom_middle/scene.png","ascent":16,"height":64,"chars":["",""]},{"type":"bitmap","file":"font/hud/selector/default/bottom_middle/scene.png","ascent":0,"height":32,"chars":["",""]}]} \ No newline at end of file diff --git a/assets/minecraft/font/hud/selector/default/center_left/0/archetype.json b/assets/minecraft/font/hud/selector/default/center_left/0/archetype.json new file mode 100644 index 000000000..452f4be2e --- /dev/null +++ b/assets/minecraft/font/hud/selector/default/center_left/0/archetype.json @@ -0,0 +1 @@ +{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"‌":0}},{"type":"bitmap","file":"font/hud/selector/default/center_left/marker.png","ascent":-2048,"height":256,"chars":["\u0001"]},{"type":"bitmap","file":"font/hud/selector/default/center_left/archetype.png","ascent":-24,"height":21,"chars":["","","","",""]}]} \ No newline at end of file diff --git a/assets/minecraft/font/hud/selector/default/center_left/0/description.json b/assets/minecraft/font/hud/selector/default/center_left/0/description.json new file mode 100644 index 000000000..c0051da5a --- /dev/null +++ b/assets/minecraft/font/hud/selector/default/center_left/0/description.json @@ -0,0 +1 @@ +{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"‌":0}},{"type":"bitmap","file":"font/hud/selector/default/center_left/marker.png","ascent":-2048,"height":256,"chars":["\u0001"]},{"type":"bitmap","file":"font/hud/selector/default/top_right/wynncraft_condensed.png","ascent":-35,"height":10,"chars":["ABCDEFGHIJKLMNOP","QRSTUVWXYZ01234_","abcdefghijklmnop","qrstuvwxyz56789+",".,\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"]}]} \ No newline at end of file diff --git a/assets/minecraft/font/hud/selector/default/center_left/0/display_name.json b/assets/minecraft/font/hud/selector/default/center_left/0/display_name.json new file mode 100644 index 000000000..a9e036a77 --- /dev/null +++ b/assets/minecraft/font/hud/selector/default/center_left/0/display_name.json @@ -0,0 +1 @@ +{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"‌":0}},{"type":"bitmap","file":"font/hud/selector/default/center_left/marker.png","ascent":-2048,"height":256,"chars":["\u0001"]},{"type":"bitmap","file":"font/hud/selector/default/top_right/wynncraft_condensed.png","ascent":-26,"height":10,"chars":["ABCDEFGHIJKLMNOP","QRSTUVWXYZ01234_","abcdefghijklmnop","qrstuvwxyz56789+",".,\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"]}]} \ No newline at end of file diff --git a/assets/minecraft/font/hud/selector/default/center_left/1/archetype.json b/assets/minecraft/font/hud/selector/default/center_left/1/archetype.json new file mode 100644 index 000000000..217469ff9 --- /dev/null +++ b/assets/minecraft/font/hud/selector/default/center_left/1/archetype.json @@ -0,0 +1 @@ +{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"‌":0}},{"type":"bitmap","file":"font/hud/selector/default/center_left/marker.png","ascent":-2048,"height":256,"chars":["\u0001"]},{"type":"bitmap","file":"font/hud/selector/default/center_left/archetype.png","ascent":-56,"height":21,"chars":["","","","",""]}]} \ No newline at end of file diff --git a/assets/minecraft/font/hud/selector/default/center_left/1/description.json b/assets/minecraft/font/hud/selector/default/center_left/1/description.json new file mode 100644 index 000000000..7e2354e06 --- /dev/null +++ b/assets/minecraft/font/hud/selector/default/center_left/1/description.json @@ -0,0 +1 @@ +{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"‌":0}},{"type":"bitmap","file":"font/hud/selector/default/center_left/marker.png","ascent":-2048,"height":256,"chars":["\u0001"]},{"type":"bitmap","file":"font/hud/selector/default/top_right/wynncraft_condensed.png","ascent":-67,"height":10,"chars":["ABCDEFGHIJKLMNOP","QRSTUVWXYZ01234_","abcdefghijklmnop","qrstuvwxyz56789+",".,\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"]}]} \ No newline at end of file diff --git a/assets/minecraft/font/hud/selector/default/center_left/1/display_name.json b/assets/minecraft/font/hud/selector/default/center_left/1/display_name.json new file mode 100644 index 000000000..542bf982d --- /dev/null +++ b/assets/minecraft/font/hud/selector/default/center_left/1/display_name.json @@ -0,0 +1 @@ +{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"‌":0}},{"type":"bitmap","file":"font/hud/selector/default/center_left/marker.png","ascent":-2048,"height":256,"chars":["\u0001"]},{"type":"bitmap","file":"font/hud/selector/default/top_right/wynncraft_condensed.png","ascent":-58,"height":10,"chars":["ABCDEFGHIJKLMNOP","QRSTUVWXYZ01234_","abcdefghijklmnop","qrstuvwxyz56789+",".,\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"]}]} \ No newline at end of file diff --git a/assets/minecraft/font/hud/selector/default/center_left/2/archetype.json b/assets/minecraft/font/hud/selector/default/center_left/2/archetype.json new file mode 100644 index 000000000..02fa5fc94 --- /dev/null +++ b/assets/minecraft/font/hud/selector/default/center_left/2/archetype.json @@ -0,0 +1 @@ +{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"‌":0}},{"type":"bitmap","file":"font/hud/selector/default/center_left/marker.png","ascent":-2048,"height":256,"chars":["\u0001"]},{"type":"bitmap","file":"font/hud/selector/default/center_left/archetype.png","ascent":-88,"height":21,"chars":["","","","",""]}]} \ No newline at end of file diff --git a/assets/minecraft/font/hud/selector/default/center_left/2/description.json b/assets/minecraft/font/hud/selector/default/center_left/2/description.json new file mode 100644 index 000000000..497127d33 --- /dev/null +++ b/assets/minecraft/font/hud/selector/default/center_left/2/description.json @@ -0,0 +1 @@ +{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"‌":0}},{"type":"bitmap","file":"font/hud/selector/default/center_left/marker.png","ascent":-2048,"height":256,"chars":["\u0001"]},{"type":"bitmap","file":"font/hud/selector/default/top_right/wynncraft_condensed.png","ascent":-99,"height":10,"chars":["ABCDEFGHIJKLMNOP","QRSTUVWXYZ01234_","abcdefghijklmnop","qrstuvwxyz56789+",".,\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"]}]} \ No newline at end of file diff --git a/assets/minecraft/font/hud/selector/default/center_left/2/display_name.json b/assets/minecraft/font/hud/selector/default/center_left/2/display_name.json new file mode 100644 index 000000000..9995caa03 --- /dev/null +++ b/assets/minecraft/font/hud/selector/default/center_left/2/display_name.json @@ -0,0 +1 @@ +{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"‌":0}},{"type":"bitmap","file":"font/hud/selector/default/center_left/marker.png","ascent":-2048,"height":256,"chars":["\u0001"]},{"type":"bitmap","file":"font/hud/selector/default/top_right/wynncraft_condensed.png","ascent":-90,"height":10,"chars":["ABCDEFGHIJKLMNOP","QRSTUVWXYZ01234_","abcdefghijklmnop","qrstuvwxyz56789+",".,\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"]}]} \ No newline at end of file diff --git a/assets/minecraft/font/hud/selector/default/center_right.json b/assets/minecraft/font/hud/selector/default/center_right.json new file mode 100644 index 000000000..979d1d48c --- /dev/null +++ b/assets/minecraft/font/hud/selector/default/center_right.json @@ -0,0 +1 @@ +{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"‌":0}},{"type":"bitmap","file":"font/hud/selector/default/center_right/marker.png","ascent":-2048,"height":256,"chars":["\u0001"]},{"type":"bitmap","file":"font/hud/selector/default/center_right/wynncraft_outline_condensed.png","ascent":-10,"chars":["ABCDEFGHIJKLMNOP","QRSTUVWXYZ01234_","abcdefghijklmnop","qrstuvwxyz56789\u0000"]},{"type":"bitmap","file":"font/hud/selector/default/center_right/card_archer.png","ascent":0,"height":192,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/center_right/card_assassin.png","ascent":0,"height":192,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/center_right/card_mage.png","ascent":0,"height":192,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/center_right/card_shaman.png","ascent":0,"height":192,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/center_right/card_warrior.png","ascent":0,"height":192,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/center_right/card_hunter.png","ascent":0,"height":192,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/center_right/card_ninja.png","ascent":0,"height":192,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/center_right/card_dark_wizard.png","ascent":0,"height":192,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/center_right/card_skyseer.png","ascent":0,"height":192,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/center_right/card_knight.png","ascent":0,"height":192,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/center_right/card_archer_create.png","ascent":0,"height":192,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/center_right/card_assassin_create.png","ascent":0,"height":192,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/center_right/card_mage_create.png","ascent":0,"height":192,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/center_right/card_shaman_create.png","ascent":0,"height":192,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/center_right/card_warrior_create.png","ascent":0,"height":192,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/center_right/gamemode.png","ascent":-118,"height":20,"chars":["",""]},{"type":"bitmap","file":"font/hud/gameplay/default/bottom_middle/level.png","ascent":-10,"height":10,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/center_right/progress.png","ascent":-105,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/center_right/completion.png","ascent":-96,"chars":[""]}]} \ No newline at end of file diff --git a/assets/minecraft/font/hud/selector/default/top_left.json b/assets/minecraft/font/hud/selector/default/top_left.json new file mode 100644 index 000000000..ace89164b --- /dev/null +++ b/assets/minecraft/font/hud/selector/default/top_left.json @@ -0,0 +1 @@ +{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"‌":0}},{"type":"bitmap","file":"font/hud/selector/default/top_left/wynncraft.png","ascent":-64,"height":96,"chars":["","\u0000\u0000"]}]} \ No newline at end of file diff --git a/assets/minecraft/font/hud/selector/default/top_middle.json b/assets/minecraft/font/hud/selector/default/top_middle.json new file mode 100644 index 000000000..a59c67208 --- /dev/null +++ b/assets/minecraft/font/hud/selector/default/top_middle.json @@ -0,0 +1 @@ +{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"‌":0}},{"type":"bitmap","file":"font/hud/selector/default/top_middle/marker.png","ascent":-2048,"height":256,"chars":["\u0001"]},{"type":"bitmap","file":"font/hud/selector/default/center_right/wynncraft_outline_condensed.png","ascent":-72,"height":10,"chars":["ABCDEFGHIJKLMNOP","QRSTUVWXYZ01234_","abcdefghijklmnop","qrstuvwxyz56789\u0000"]}]} \ No newline at end of file diff --git a/assets/minecraft/font/hud/selector/default/top_right.json b/assets/minecraft/font/hud/selector/default/top_right.json new file mode 100644 index 000000000..093ae4d1f --- /dev/null +++ b/assets/minecraft/font/hud/selector/default/top_right.json @@ -0,0 +1 @@ +{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"‌":0}},{"type":"bitmap","file":"font/hud/selector/default/top_right/marker.png","ascent":-2048,"height":256,"chars":["\u0001"]},{"type":"bitmap","file":"font/hud/selector/default/top_right/wynncraft_condensed.png","ascent":-72,"height":10,"chars":["ABCDEFGHIJKLMNOP","QRSTUVWXYZ01234_","abcdefghijklmnop","qrstuvwxyz56789+",".,\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"]}]} \ No newline at end of file diff --git a/assets/minecraft/font/hud/selector/default/top_right/description_1.json b/assets/minecraft/font/hud/selector/default/top_right/description_1.json new file mode 100644 index 000000000..976c4b159 --- /dev/null +++ b/assets/minecraft/font/hud/selector/default/top_right/description_1.json @@ -0,0 +1 @@ +{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"‌":0}},{"type":"bitmap","file":"font/hud/selector/default/top_right/marker.png","ascent":-2048,"height":256,"chars":["\u0001"]},{"type":"bitmap","file":"font/hud/selector/default/top_right/wynncraft_condensed.png","ascent":-81,"height":10,"chars":["ABCDEFGHIJKLMNOP","QRSTUVWXYZ01234_","abcdefghijklmnop","qrstuvwxyz56789+",".,\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"]}]} \ No newline at end of file diff --git a/assets/minecraft/font/hud/selector/default/top_right/description_2.json b/assets/minecraft/font/hud/selector/default/top_right/description_2.json new file mode 100644 index 000000000..8dc1c82b6 --- /dev/null +++ b/assets/minecraft/font/hud/selector/default/top_right/description_2.json @@ -0,0 +1 @@ +{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"‌":0}},{"type":"bitmap","file":"font/hud/selector/default/top_right/marker.png","ascent":-2048,"height":256,"chars":["\u0001"]},{"type":"bitmap","file":"font/hud/selector/default/top_right/wynncraft_condensed.png","ascent":-90,"height":10,"chars":["ABCDEFGHIJKLMNOP","QRSTUVWXYZ01234_","abcdefghijklmnop","qrstuvwxyz56789+",".,\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"]}]} \ No newline at end of file diff --git a/assets/minecraft/font/hud/selector/default/top_right/description_3.json b/assets/minecraft/font/hud/selector/default/top_right/description_3.json new file mode 100644 index 000000000..81c0c6475 --- /dev/null +++ b/assets/minecraft/font/hud/selector/default/top_right/description_3.json @@ -0,0 +1 @@ +{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"‌":0}},{"type":"bitmap","file":"font/hud/selector/default/top_right/marker.png","ascent":-2048,"height":256,"chars":["\u0001"]},{"type":"bitmap","file":"font/hud/selector/default/top_right/wynncraft_condensed.png","ascent":-99,"height":10,"chars":["ABCDEFGHIJKLMNOP","QRSTUVWXYZ01234_","abcdefghijklmnop","qrstuvwxyz56789+",".,\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"]}]} \ No newline at end of file diff --git a/assets/minecraft/font/hud/selector/default/top_right/display_name.json b/assets/minecraft/font/hud/selector/default/top_right/display_name.json new file mode 100644 index 000000000..093ae4d1f --- /dev/null +++ b/assets/minecraft/font/hud/selector/default/top_right/display_name.json @@ -0,0 +1 @@ +{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"‌":0}},{"type":"bitmap","file":"font/hud/selector/default/top_right/marker.png","ascent":-2048,"height":256,"chars":["\u0001"]},{"type":"bitmap","file":"font/hud/selector/default/top_right/wynncraft_condensed.png","ascent":-72,"height":10,"chars":["ABCDEFGHIJKLMNOP","QRSTUVWXYZ01234_","abcdefghijklmnop","qrstuvwxyz56789+",".,\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"]}]} \ No newline at end of file diff --git a/assets/minecraft/font/interface.json b/assets/minecraft/font/interface.json new file mode 100644 index 000000000..c3248c36c --- /dev/null +++ b/assets/minecraft/font/interface.json @@ -0,0 +1 @@ +{"providers":[{"type":"reference","id":"space"},{"type":"bitmap","file":"font/interface/ability_tree/ability.png","ascent":17,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/ability_tree/reset.png","ascent":17,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/ability_tree/aspects.png","ascent":17,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/character_info/character_info.png","ascent":23,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/content_book/content_book.png","ascent":12,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/mastery_tome/mastery_tome.png","ascent":21,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/shop/shop.png","ascent":18,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/lootrun/start.png","ascent":21,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/lootrun/boon.png","ascent":21,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/lootrun/mission.png","ascent":21,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/lootrun/treasure.png","ascent":60,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/raid/start_normal.png","ascent":17,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/raid/start_guild.png","ascent":17,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/raid/treasure_preview.png","ascent":101,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/raid/treasure_reward.png","ascent":101,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/bank/bank.png","ascent":26,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/trade_market/filter.png","ascent":47,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/trade_market/list.png","ascent":47,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/trade_market/order.png","ascent":47,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/trade_market/overview.png","ascent":47,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/trade_market/sell.png","ascent":47,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/trade_market/buy.png","ascent":47,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/blacksmith/sell.png","ascent":17,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/blacksmith/repair.png","ascent":17,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/item_identifier/identify.png","ascent":17,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/item_identifier/augment.png","ascent":17,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/powder_master/infuse.png","ascent":17,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/powder_master/remove.png","ascent":17,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/powder_master/upgrade.png","ascent":17,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/rekindled/beta.png","ascent":64,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/rekindled/release.png","ascent":64,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/character_select/select.png","ascent":42,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/character_select/customize.png","ascent":35,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/character_select/cancel.png","ascent":20,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/character_select/backups.png","ascent":41,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/character_select/icon.png","ascent":45,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/character_select/delete.png","ascent":41,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/character_select/create.png","ascent":20,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/character_select/gamemode.png","ascent":41,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/bank/title.png","ascent":32,"height":32,"chars":["","","","","",""]},{"type":"bitmap","file":"font/interface/lootrun/title.png","ascent":48,"height":48,"chars":["","","","",""]},{"type":"bitmap","file":"font/interface/raid/title.png","ascent":48,"height":48,"chars":["","","",""]}]} \ No newline at end of file diff --git a/assets/minecraft/font/invisible.json b/assets/minecraft/font/invisible.json new file mode 100644 index 000000000..f0bf602df --- /dev/null +++ b/assets/minecraft/font/invisible.json @@ -0,0 +1 @@ +{"providers":[{"type":"space","advances":{" ":1,"1":1,"2":1,"3":1,"4":1,"5":1,"6":1,"7":1,"8":1,"9":1,"0":1,"a":1,"b":1,"c":1,"d":1,"e":1,"f":1,"g":1,"h":1,"i":1,"j":1,"k":1,"l":1,"m":1,"n":1,"o":1,"p":1,"q":1,"r":1,"s":1,"t":1,"u":1,"v":1,"w":1,"x":1,"y":1,"z":1,"A":1,"B":1,"C":1,"D":1,"E":1,"F":1,"G":1,"H":1,"I":1,"J":1,"K":1,"L":1,"M":1,"N":1,"O":1,"P":1,"Q":1,"R":1,"S":1,"T":1,"U":1,"V":1,"W":1,"X":1,"Y":1,"Z":1}}]} \ No newline at end of file diff --git a/assets/minecraft/font/keybind.json b/assets/minecraft/font/keybind.json new file mode 100644 index 000000000..fb6bc2288 --- /dev/null +++ b/assets/minecraft/font/keybind.json @@ -0,0 +1 @@ +{"providers":[{"type":"reference","id":"space"},{"type":"bitmap","file":"font/keybind.png","ascent":8,"height":10,"chars":["","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"]}]} \ No newline at end of file diff --git a/assets/minecraft/font/language/five.json b/assets/minecraft/font/language/five.json new file mode 100644 index 000000000..fe20a67d6 --- /dev/null +++ b/assets/minecraft/font/language/five.json @@ -0,0 +1 @@ +{"providers":[{"type":"space","advances":{" ":4,"‌":0}},{"type":"bitmap","file":"font/language/five.png","ascent":7,"chars":["\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"," !\"#$%&'()*+,-./","0123456789:;<=>?","@ABCDEFGHIJKLMNO","PQRSTUVWXYZ[\\]^_","`abcdefghijklmno","pqrstuvwxyz{|}~\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000£\u0000\u0000ƒ","\u0000\u0000\u0000\u0000\u0000\u0000ªº\u0000\u0000¬\u0000\u0000\u0000«»","░▒▓│┤╡╢╖╕╣║╗╝╜╛┐","└┴┬├─┼╞╟╚╔╩╦╠═╬╧","╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000∅∈\u0000","≡±≥≤⌠⌡÷≈°∙\u0000√ⁿ²■\u0000"]}]} \ No newline at end of file diff --git a/assets/minecraft/font/language/high_gavellian.json b/assets/minecraft/font/language/high_gavellian.json new file mode 100644 index 000000000..1eb0b3024 --- /dev/null +++ b/assets/minecraft/font/language/high_gavellian.json @@ -0,0 +1 @@ +{"providers":[{"type":"space","advances":{" ":4,"‌":0}},{"type":"bitmap","file":"font/language/high_gavellian.png","ascent":7,"chars":["\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"," !\"#$%&'()*+,-./","0123456789:;<=>?","@ABCDEFGHIJKLMNO","PQRSTUVWXYZ[\\]^_","`abcdefghijklmno","pqrstuvwxyz{|}~\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000£\u0000\u0000ƒ","\u0000\u0000\u0000\u0000\u0000\u0000ªº\u0000\u0000¬\u0000\u0000\u0000«»","░▒▓│┤╡╢╖╕╣║╗╝╜╛┐","└┴┬├─┼╞╟╚╔╩╦╠═╬╧","╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000∅∈\u0000","≡±≥≤⌠⌡÷≈°∙\u0000√ⁿ²■\u0000"]}]} \ No newline at end of file diff --git a/assets/minecraft/font/language/wynncraft.json b/assets/minecraft/font/language/wynncraft.json new file mode 100644 index 000000000..28735d634 --- /dev/null +++ b/assets/minecraft/font/language/wynncraft.json @@ -0,0 +1 @@ +{"providers":[{"type":"space","advances":{" ":4,"‌":0}},{"type":"bitmap","file":"font/language/wynncraft.png","ascent":7,"chars":["\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"," !\"#$%&'()*+,-./","0123456789:;<=>?","@ABCDEFGHIJKLMNO","PQRSTUVWXYZ[\\]^_","`abcdefghijklmno","pqrstuvwxyz{|}~\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000£\u0000\u0000ƒ","\u0000\u0000\u0000\u0000\u0000\u0000ªº\u0000\u0000¬\u0000\u0000\u0000«»","░▒▓│┤╡╢╖╕╣║╗╝╜╛┐","└┴┬├─┼╞╟╚╔╩╦╠═╬╧","╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000∅∈\u0000","≡±≥≤⌠⌡÷≈°∙\u0000√ⁿ²■\u0000"]}]} \ No newline at end of file diff --git a/assets/minecraft/font/language/wynnic.json b/assets/minecraft/font/language/wynnic.json new file mode 100644 index 000000000..d952a9518 --- /dev/null +++ b/assets/minecraft/font/language/wynnic.json @@ -0,0 +1 @@ +{"providers":[{"type":"space","advances":{" ":4,"‌":0}},{"type":"bitmap","file":"font/language/wynnic.png","ascent":7,"chars":["\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"," !\"#$%&'()*+,-./","0123456789:;<=>?","@ABCDEFGHIJKLMNO","PQRSTUVWXYZ[\\]^_","`abcdefghijklmno","pqrstuvwxyz{|}~\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000£\u0000\u0000ƒ","\u0000\u0000\u0000\u0000\u0000\u0000ªº\u0000\u0000¬\u0000\u0000\u0000«»","░▒▓│┤╡╢╖╕╣║╗╝╜╛┐","└┴┬├─┼╞╟╚╔╩╦╠═╬╧","╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000∅∈\u0000","≡±≥≤⌠⌡÷≈°∙\u0000√ⁿ²■\u0000"]}]} \ No newline at end of file diff --git a/assets/minecraft/font/marker.json b/assets/minecraft/font/marker.json new file mode 100644 index 000000000..2415dbc69 --- /dev/null +++ b/assets/minecraft/font/marker.json @@ -0,0 +1 @@ +{"providers":[{"type":"reference","id":"space"},{"type":"bitmap","file":"font/marker/prism.png","ascent":11,"height":25,"chars":[""]},{"type":"bitmap","file":"font/marker/focus.png","ascent":19,"height":41,"chars":[""]}]} \ No newline at end of file diff --git a/assets/minecraft/font/merchant.json b/assets/minecraft/font/merchant.json new file mode 100644 index 000000000..1f00d5a9f --- /dev/null +++ b/assets/minecraft/font/merchant.json @@ -0,0 +1 @@ +{"providers":[{"type":"bitmap","file":"font/merchant.png","ascent":10,"height":12,"chars":[""]}]} \ No newline at end of file diff --git a/assets/minecraft/font/nameplate/corrupt.json b/assets/minecraft/font/nameplate/corrupt.json new file mode 100644 index 000000000..3d4df97bf --- /dev/null +++ b/assets/minecraft/font/nameplate/corrupt.json @@ -0,0 +1 @@ +{"providers":[{"type":"reference","id":"space"},{"type":"bitmap","file":"font/nameplate/corrupt/active.png","ascent":8,"chars":["","\u0000\u0000\u0000\u0000"]},{"type":"bitmap","file":"font/nameplate/corrupt/inactive.png","ascent":8,"chars":["","\u0000\u0000\u0000\u0000"]},{"type":"bitmap","file":"font/nameplate/corrupt/bar.png","ascent":9,"height":16,"chars":[""]},{"type":"bitmap","file":"font/nameplate/corrupt/status.png","ascent":8,"chars":[""]},{"type":"bitmap","file":"font/nameplate/corrupt/phase.png","ascent":8,"chars":[""]}]} \ No newline at end of file diff --git a/assets/minecraft/font/nameplate/dark.json b/assets/minecraft/font/nameplate/dark.json new file mode 100644 index 000000000..e5f296381 --- /dev/null +++ b/assets/minecraft/font/nameplate/dark.json @@ -0,0 +1 @@ +{"providers":[{"type":"reference","id":"space"},{"type":"bitmap","file":"font/nameplate/dark/active.png","ascent":8,"chars":["","\u0000\u0000"]},{"type":"bitmap","file":"font/nameplate/dark/inactive.png","ascent":8,"chars":["","\u0000\u0000"]},{"type":"bitmap","file":"font/nameplate/dark/status.png","ascent":8,"chars":[""]},{"type":"bitmap","file":"font/nameplate/dark/phase.png","ascent":8,"chars":[""]}]} \ No newline at end of file diff --git a/assets/minecraft/font/nameplate/default.json b/assets/minecraft/font/nameplate/default.json new file mode 100644 index 000000000..6acf8ded2 --- /dev/null +++ b/assets/minecraft/font/nameplate/default.json @@ -0,0 +1 @@ +{"providers":[{"type":"reference","id":"space"},{"type":"bitmap","file":"font/nameplate/default/active.png","ascent":8,"chars":["","\u0000\u0000"]},{"type":"bitmap","file":"font/nameplate/default/inactive.png","ascent":8,"chars":["","\u0000\u0000"]},{"type":"bitmap","file":"font/nameplate/default/status.png","ascent":8,"chars":[""]},{"type":"bitmap","file":"font/nameplate/default/phase.png","ascent":8,"chars":[""]}]} \ No newline at end of file diff --git a/assets/minecraft/font/nameplate/gold.json b/assets/minecraft/font/nameplate/gold.json new file mode 100644 index 000000000..68ff586c2 --- /dev/null +++ b/assets/minecraft/font/nameplate/gold.json @@ -0,0 +1 @@ +{"providers":[{"type":"reference","id":"space"},{"type":"bitmap","file":"font/nameplate/gold/active.png","ascent":8,"chars":["","\u0000\u0000\u0000\u0000"]},{"type":"bitmap","file":"font/nameplate/gold/inactive.png","ascent":8,"chars":["","\u0000\u0000\u0000\u0000"]},{"type":"bitmap","file":"font/nameplate/gold/bar.png","ascent":9,"height":16,"chars":[""]},{"type":"bitmap","file":"font/nameplate/gold/status.png","ascent":8,"chars":[""]},{"type":"bitmap","file":"font/nameplate/gold/phase.png","ascent":8,"chars":[""]}]} \ No newline at end of file diff --git a/assets/minecraft/font/nameplate/progress.json b/assets/minecraft/font/nameplate/progress.json new file mode 100644 index 000000000..5091e862f --- /dev/null +++ b/assets/minecraft/font/nameplate/progress.json @@ -0,0 +1 @@ +{"providers":[{"type":"reference","id":"space"},{"type":"bitmap","file":"font/nameplate/progress/active.png","ascent":8,"chars":["","\u0000\u0000"]},{"type":"bitmap","file":"font/nameplate/default/inactive.png","ascent":8,"chars":["","\u0000\u0000"]},{"type":"bitmap","file":"font/nameplate/default/status.png","ascent":8,"chars":[""]},{"type":"bitmap","file":"font/nameplate/default/phase.png","ascent":8,"chars":[""]}]} \ No newline at end of file diff --git a/assets/minecraft/font/offset/five/-8.json b/assets/minecraft/font/offset/five/-8.json new file mode 100644 index 000000000..3f63f4a80 --- /dev/null +++ b/assets/minecraft/font/offset/five/-8.json @@ -0,0 +1 @@ +{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"‌":0}},{"type":"bitmap","file":"font/distance.png","ascent":-8,"height":40,"chars":[""]},{"type":"bitmap","file":"font/offset/five.png","ascent":-8,"height":40,"chars":["\u0000!\"#$%&'()*+,-./","0123456789:;<=>?","@ABCDEFGHIJKLMNO","PQRSTUVWXYZ[\\]^_","`abcdefghijklmno","pqrstuvwxyz{|}~\u0000"]}]} \ No newline at end of file diff --git a/assets/minecraft/font/offset/wynncraft/-64.json b/assets/minecraft/font/offset/wynncraft/-64.json new file mode 100644 index 000000000..bcba22bd1 --- /dev/null +++ b/assets/minecraft/font/offset/wynncraft/-64.json @@ -0,0 +1 @@ +{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"‌":0}},{"type":"bitmap","file":"font/offset/wynncraft.png","ascent":-64,"height":40,"chars":["\u0000!\"#$%&'()*+,-./","0123456789:;<=>?","@ABCDEFGHIJKLMNO","PQRSTUVWXYZ[\\]^_","`abcdefghijklmno","pqrstuvwxyz{|}~\u0000"]}]} \ No newline at end of file diff --git a/assets/minecraft/font/offset/wynncraft_outline/-64.json b/assets/minecraft/font/offset/wynncraft_outline/-64.json new file mode 100644 index 000000000..87bdbecfd --- /dev/null +++ b/assets/minecraft/font/offset/wynncraft_outline/-64.json @@ -0,0 +1 @@ +{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"‌":0}},{"type":"bitmap","file":"font/offset/wynncraft_outline.png","ascent":-63,"height":40,"chars":["\u0000!\"#$%&'()*+,-./","0123456789:;<=>?","@ABCDEFGHIJKLMNO","PQRSTUVWXYZ[\\]^_","`abcdefghijklmno","pqrstuvwxyz{|}~\u0000"]}]} \ No newline at end of file diff --git a/assets/minecraft/font/overlay.json b/assets/minecraft/font/overlay.json new file mode 100644 index 000000000..c839b548c --- /dev/null +++ b/assets/minecraft/font/overlay.json @@ -0,0 +1 @@ +{"providers":[{"type":"bitmap","file":"font/overlay/pause.png","ascent":93,"height":256,"chars":[""]}]} \ No newline at end of file diff --git a/assets/minecraft/font/profession.json b/assets/minecraft/font/profession.json new file mode 100644 index 000000000..9376d72ff --- /dev/null +++ b/assets/minecraft/font/profession.json @@ -0,0 +1 @@ +{"providers":[{"type":"bitmap","file":"font/profession.png","ascent":7,"chars":[""]}]} \ No newline at end of file diff --git a/assets/minecraft/font/rank.json b/assets/minecraft/font/rank.json new file mode 100644 index 000000000..bd2e2ce2c --- /dev/null +++ b/assets/minecraft/font/rank.json @@ -0,0 +1 @@ +{"providers":[{"type":"reference","id":"space"},{"type":"bitmap","file":"font/rank.png","ascent":7,"height":7,"chars":["","","","","","","","","","","","","","","","","",""]}]} \ No newline at end of file diff --git a/assets/minecraft/font/screen.json b/assets/minecraft/font/screen.json new file mode 100644 index 000000000..6f4d2ce0e --- /dev/null +++ b/assets/minecraft/font/screen.json @@ -0,0 +1 @@ +{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{"":-1025}},{"type":"bitmap","file":"font/screen/flash.png","ascent":1024,"height":2048,"chars":[""]},{"type":"bitmap","file":"font/screen/trans.png","ascent":1024,"height":2048,"chars":[""]},{"type":"bitmap","file":"font/screen/death.png","ascent":24,"height":64,"chars":[""]},{"type":"bitmap","file":"font/screen/warp.png","ascent":24,"height":64,"chars":[""]},{"type":"bitmap","file":"font/screen/wynncraft.png","ascent":48,"height":64,"chars":["","\u0000\u0000"]},{"type":"bitmap","file":"font/screen/load.png","ascent":16,"height":32,"chars":[""]}]} \ No newline at end of file diff --git a/assets/minecraft/font/space.json b/assets/minecraft/font/space.json new file mode 100644 index 000000000..9d0f6e2ea --- /dev/null +++ b/assets/minecraft/font/space.json @@ -0,0 +1 @@ +{"providers":[{"type":"space","advances":{"󀀁":-16384,"󏰀":-1024,"󏰁":-1023,"󏰂":-1022,"󏰃":-1021,"󏰄":-1020,"󏰅":-1019,"󏰆":-1018,"󏰇":-1017,"󏰈":-1016,"󏰉":-1015,"󏰊":-1014,"󏰋":-1013,"󏰌":-1012,"󏰍":-1011,"󏰎":-1010,"󏰏":-1009,"󏰐":-1008,"󏰑":-1007,"󏰒":-1006,"󏰓":-1005,"󏰔":-1004,"󏰕":-1003,"󏰖":-1002,"󏰗":-1001,"󏰘":-1000,"󏰙":-999,"󏰚":-998,"󏰛":-997,"󏰜":-996,"󏰝":-995,"󏰞":-994,"󏰟":-993,"󏰠":-992,"󏰡":-991,"󏰢":-990,"󏰣":-989,"󏰤":-988,"󏰥":-987,"󏰦":-986,"󏰧":-985,"󏰨":-984,"󏰩":-983,"󏰪":-982,"󏰫":-981,"󏰬":-980,"󏰭":-979,"󏰮":-978,"󏰯":-977,"󏰰":-976,"󏰱":-975,"󏰲":-974,"󏰳":-973,"󏰴":-972,"󏰵":-971,"󏰶":-970,"󏰷":-969,"󏰸":-968,"󏰹":-967,"󏰺":-966,"󏰻":-965,"󏰼":-964,"󏰽":-963,"󏰾":-962,"󏰿":-961,"󏱀":-960,"󏱁":-959,"󏱂":-958,"󏱃":-957,"󏱄":-956,"󏱅":-955,"󏱆":-954,"󏱇":-953,"󏱈":-952,"󏱉":-951,"󏱊":-950,"󏱋":-949,"󏱌":-948,"󏱍":-947,"󏱎":-946,"󏱏":-945,"󏱐":-944,"󏱑":-943,"󏱒":-942,"󏱓":-941,"󏱔":-940,"󏱕":-939,"󏱖":-938,"󏱗":-937,"󏱘":-936,"󏱙":-935,"󏱚":-934,"󏱛":-933,"󏱜":-932,"󏱝":-931,"󏱞":-930,"󏱟":-929,"󏱠":-928,"󏱡":-927,"󏱢":-926,"󏱣":-925,"󏱤":-924,"󏱥":-923,"󏱦":-922,"󏱧":-921,"󏱨":-920,"󏱩":-919,"󏱪":-918,"󏱫":-917,"󏱬":-916,"󏱭":-915,"󏱮":-914,"󏱯":-913,"󏱰":-912,"󏱱":-911,"󏱲":-910,"󏱳":-909,"󏱴":-908,"󏱵":-907,"󏱶":-906,"󏱷":-905,"󏱸":-904,"󏱹":-903,"󏱺":-902,"󏱻":-901,"󏱼":-900,"󏱽":-899,"󏱾":-898,"󏱿":-897,"󏲀":-896,"󏲁":-895,"󏲂":-894,"󏲃":-893,"󏲄":-892,"󏲅":-891,"󏲆":-890,"󏲇":-889,"󏲈":-888,"󏲉":-887,"󏲊":-886,"󏲋":-885,"󏲌":-884,"󏲍":-883,"󏲎":-882,"󏲏":-881,"󏲐":-880,"󏲑":-879,"󏲒":-878,"󏲓":-877,"󏲔":-876,"󏲕":-875,"󏲖":-874,"󏲗":-873,"󏲘":-872,"󏲙":-871,"󏲚":-870,"󏲛":-869,"󏲜":-868,"󏲝":-867,"󏲞":-866,"󏲟":-865,"󏲠":-864,"󏲡":-863,"󏲢":-862,"󏲣":-861,"󏲤":-860,"󏲥":-859,"󏲦":-858,"󏲧":-857,"󏲨":-856,"󏲩":-855,"󏲪":-854,"󏲫":-853,"󏲬":-852,"󏲭":-851,"󏲮":-850,"󏲯":-849,"󏲰":-848,"󏲱":-847,"󏲲":-846,"󏲳":-845,"󏲴":-844,"󏲵":-843,"󏲶":-842,"󏲷":-841,"󏲸":-840,"󏲹":-839,"󏲺":-838,"󏲻":-837,"󏲼":-836,"󏲽":-835,"󏲾":-834,"󏲿":-833,"󏳀":-832,"󏳁":-831,"󏳂":-830,"󏳃":-829,"󏳄":-828,"󏳅":-827,"󏳆":-826,"󏳇":-825,"󏳈":-824,"󏳉":-823,"󏳊":-822,"󏳋":-821,"󏳌":-820,"󏳍":-819,"󏳎":-818,"󏳏":-817,"󏳐":-816,"󏳑":-815,"󏳒":-814,"󏳓":-813,"󏳔":-812,"󏳕":-811,"󏳖":-810,"󏳗":-809,"󏳘":-808,"󏳙":-807,"󏳚":-806,"󏳛":-805,"󏳜":-804,"󏳝":-803,"󏳞":-802,"󏳟":-801,"󏳠":-800,"󏳡":-799,"󏳢":-798,"󏳣":-797,"󏳤":-796,"󏳥":-795,"󏳦":-794,"󏳧":-793,"󏳨":-792,"󏳩":-791,"󏳪":-790,"󏳫":-789,"󏳬":-788,"󏳭":-787,"󏳮":-786,"󏳯":-785,"󏳰":-784,"󏳱":-783,"󏳲":-782,"󏳳":-781,"󏳴":-780,"󏳵":-779,"󏳶":-778,"󏳷":-777,"󏳸":-776,"󏳹":-775,"󏳺":-774,"󏳻":-773,"󏳼":-772,"󏳽":-771,"󏳾":-770,"󏳿":-769,"󏴀":-768,"󏴁":-767,"󏴂":-766,"󏴃":-765,"󏴄":-764,"󏴅":-763,"󏴆":-762,"󏴇":-761,"󏴈":-760,"󏴉":-759,"󏴊":-758,"󏴋":-757,"󏴌":-756,"󏴍":-755,"󏴎":-754,"󏴏":-753,"󏴐":-752,"󏴑":-751,"󏴒":-750,"󏴓":-749,"󏴔":-748,"󏴕":-747,"󏴖":-746,"󏴗":-745,"󏴘":-744,"󏴙":-743,"󏴚":-742,"󏴛":-741,"󏴜":-740,"󏴝":-739,"󏴞":-738,"󏴟":-737,"󏴠":-736,"󏴡":-735,"󏴢":-734,"󏴣":-733,"󏴤":-732,"󏴥":-731,"󏴦":-730,"󏴧":-729,"󏴨":-728,"󏴩":-727,"󏴪":-726,"󏴫":-725,"󏴬":-724,"󏴭":-723,"󏴮":-722,"󏴯":-721,"󏴰":-720,"󏴱":-719,"󏴲":-718,"󏴳":-717,"󏴴":-716,"󏴵":-715,"󏴶":-714,"󏴷":-713,"󏴸":-712,"󏴹":-711,"󏴺":-710,"󏴻":-709,"󏴼":-708,"󏴽":-707,"󏴾":-706,"󏴿":-705,"󏵀":-704,"󏵁":-703,"󏵂":-702,"󏵃":-701,"󏵄":-700,"󏵅":-699,"󏵆":-698,"󏵇":-697,"󏵈":-696,"󏵉":-695,"󏵊":-694,"󏵋":-693,"󏵌":-692,"󏵍":-691,"󏵎":-690,"󏵏":-689,"󏵐":-688,"󏵑":-687,"󏵒":-686,"󏵓":-685,"󏵔":-684,"󏵕":-683,"󏵖":-682,"󏵗":-681,"󏵘":-680,"󏵙":-679,"󏵚":-678,"󏵛":-677,"󏵜":-676,"󏵝":-675,"󏵞":-674,"󏵟":-673,"󏵠":-672,"󏵡":-671,"󏵢":-670,"󏵣":-669,"󏵤":-668,"󏵥":-667,"󏵦":-666,"󏵧":-665,"󏵨":-664,"󏵩":-663,"󏵪":-662,"󏵫":-661,"󏵬":-660,"󏵭":-659,"󏵮":-658,"󏵯":-657,"󏵰":-656,"󏵱":-655,"󏵲":-654,"󏵳":-653,"󏵴":-652,"󏵵":-651,"󏵶":-650,"󏵷":-649,"󏵸":-648,"󏵹":-647,"󏵺":-646,"󏵻":-645,"󏵼":-644,"󏵽":-643,"󏵾":-642,"󏵿":-641,"󏶀":-640,"󏶁":-639,"󏶂":-638,"󏶃":-637,"󏶄":-636,"󏶅":-635,"󏶆":-634,"󏶇":-633,"󏶈":-632,"󏶉":-631,"󏶊":-630,"󏶋":-629,"󏶌":-628,"󏶍":-627,"󏶎":-626,"󏶏":-625,"󏶐":-624,"󏶑":-623,"󏶒":-622,"󏶓":-621,"󏶔":-620,"󏶕":-619,"󏶖":-618,"󏶗":-617,"󏶘":-616,"󏶙":-615,"󏶚":-614,"󏶛":-613,"󏶜":-612,"󏶝":-611,"󏶞":-610,"󏶟":-609,"󏶠":-608,"󏶡":-607,"󏶢":-606,"󏶣":-605,"󏶤":-604,"󏶥":-603,"󏶦":-602,"󏶧":-601,"󏶨":-600,"󏶩":-599,"󏶪":-598,"󏶫":-597,"󏶬":-596,"󏶭":-595,"󏶮":-594,"󏶯":-593,"󏶰":-592,"󏶱":-591,"󏶲":-590,"󏶳":-589,"󏶴":-588,"󏶵":-587,"󏶶":-586,"󏶷":-585,"󏶸":-584,"󏶹":-583,"󏶺":-582,"󏶻":-581,"󏶼":-580,"󏶽":-579,"󏶾":-578,"󏶿":-577,"󏷀":-576,"󏷁":-575,"󏷂":-574,"󏷃":-573,"󏷄":-572,"󏷅":-571,"󏷆":-570,"󏷇":-569,"󏷈":-568,"󏷉":-567,"󏷊":-566,"󏷋":-565,"󏷌":-564,"󏷍":-563,"󏷎":-562,"󏷏":-561,"󏷐":-560,"󏷑":-559,"󏷒":-558,"󏷓":-557,"󏷔":-556,"󏷕":-555,"󏷖":-554,"󏷗":-553,"󏷘":-552,"󏷙":-551,"󏷚":-550,"󏷛":-549,"󏷜":-548,"󏷝":-547,"󏷞":-546,"󏷟":-545,"󏷠":-544,"󏷡":-543,"󏷢":-542,"󏷣":-541,"󏷤":-540,"󏷥":-539,"󏷦":-538,"󏷧":-537,"󏷨":-536,"󏷩":-535,"󏷪":-534,"󏷫":-533,"󏷬":-532,"󏷭":-531,"󏷮":-530,"󏷯":-529,"󏷰":-528,"󏷱":-527,"󏷲":-526,"󏷳":-525,"󏷴":-524,"󏷵":-523,"󏷶":-522,"󏷷":-521,"󏷸":-520,"󏷹":-519,"󏷺":-518,"󏷻":-517,"󏷼":-516,"󏷽":-515,"󏷾":-514,"󏷿":-513,"󏸀":-512,"󏸁":-511,"󏸂":-510,"󏸃":-509,"󏸄":-508,"󏸅":-507,"󏸆":-506,"󏸇":-505,"󏸈":-504,"󏸉":-503,"󏸊":-502,"󏸋":-501,"󏸌":-500,"󏸍":-499,"󏸎":-498,"󏸏":-497,"󏸐":-496,"󏸑":-495,"󏸒":-494,"󏸓":-493,"󏸔":-492,"󏸕":-491,"󏸖":-490,"󏸗":-489,"󏸘":-488,"󏸙":-487,"󏸚":-486,"󏸛":-485,"󏸜":-484,"󏸝":-483,"󏸞":-482,"󏸟":-481,"󏸠":-480,"󏸡":-479,"󏸢":-478,"󏸣":-477,"󏸤":-476,"󏸥":-475,"󏸦":-474,"󏸧":-473,"󏸨":-472,"󏸩":-471,"󏸪":-470,"󏸫":-469,"󏸬":-468,"󏸭":-467,"󏸮":-466,"󏸯":-465,"󏸰":-464,"󏸱":-463,"󏸲":-462,"󏸳":-461,"󏸴":-460,"󏸵":-459,"󏸶":-458,"󏸷":-457,"󏸸":-456,"󏸹":-455,"󏸺":-454,"󏸻":-453,"󏸼":-452,"󏸽":-451,"󏸾":-450,"󏸿":-449,"󏹀":-448,"󏹁":-447,"󏹂":-446,"󏹃":-445,"󏹄":-444,"󏹅":-443,"󏹆":-442,"󏹇":-441,"󏹈":-440,"󏹉":-439,"󏹊":-438,"󏹋":-437,"󏹌":-436,"󏹍":-435,"󏹎":-434,"󏹏":-433,"󏹐":-432,"󏹑":-431,"󏹒":-430,"󏹓":-429,"󏹔":-428,"󏹕":-427,"󏹖":-426,"󏹗":-425,"󏹘":-424,"󏹙":-423,"󏹚":-422,"󏹛":-421,"󏹜":-420,"󏹝":-419,"󏹞":-418,"󏹟":-417,"󏹠":-416,"󏹡":-415,"󏹢":-414,"󏹣":-413,"󏹤":-412,"󏹥":-411,"󏹦":-410,"󏹧":-409,"󏹨":-408,"󏹩":-407,"󏹪":-406,"󏹫":-405,"󏹬":-404,"󏹭":-403,"󏹮":-402,"󏹯":-401,"󏹰":-400,"󏹱":-399,"󏹲":-398,"󏹳":-397,"󏹴":-396,"󏹵":-395,"󏹶":-394,"󏹷":-393,"󏹸":-392,"󏹹":-391,"󏹺":-390,"󏹻":-389,"󏹼":-388,"󏹽":-387,"󏹾":-386,"󏹿":-385,"󏺀":-384,"󏺁":-383,"󏺂":-382,"󏺃":-381,"󏺄":-380,"󏺅":-379,"󏺆":-378,"󏺇":-377,"󏺈":-376,"󏺉":-375,"󏺊":-374,"󏺋":-373,"󏺌":-372,"󏺍":-371,"󏺎":-370,"󏺏":-369,"󏺐":-368,"󏺑":-367,"󏺒":-366,"󏺓":-365,"󏺔":-364,"󏺕":-363,"󏺖":-362,"󏺗":-361,"󏺘":-360,"󏺙":-359,"󏺚":-358,"󏺛":-357,"󏺜":-356,"󏺝":-355,"󏺞":-354,"󏺟":-353,"󏺠":-352,"󏺡":-351,"󏺢":-350,"󏺣":-349,"󏺤":-348,"󏺥":-347,"󏺦":-346,"󏺧":-345,"󏺨":-344,"󏺩":-343,"󏺪":-342,"󏺫":-341,"󏺬":-340,"󏺭":-339,"󏺮":-338,"󏺯":-337,"󏺰":-336,"󏺱":-335,"󏺲":-334,"󏺳":-333,"󏺴":-332,"󏺵":-331,"󏺶":-330,"󏺷":-329,"󏺸":-328,"󏺹":-327,"󏺺":-326,"󏺻":-325,"󏺼":-324,"󏺽":-323,"󏺾":-322,"󏺿":-321,"󏻀":-320,"󏻁":-319,"󏻂":-318,"󏻃":-317,"󏻄":-316,"󏻅":-315,"󏻆":-314,"󏻇":-313,"󏻈":-312,"󏻉":-311,"󏻊":-310,"󏻋":-309,"󏻌":-308,"󏻍":-307,"󏻎":-306,"󏻏":-305,"󏻐":-304,"󏻑":-303,"󏻒":-302,"󏻓":-301,"󏻔":-300,"󏻕":-299,"󏻖":-298,"󏻗":-297,"󏻘":-296,"󏻙":-295,"󏻚":-294,"󏻛":-293,"󏻜":-292,"󏻝":-291,"󏻞":-290,"󏻟":-289,"󏻠":-288,"󏻡":-287,"󏻢":-286,"󏻣":-285,"󏻤":-284,"󏻥":-283,"󏻦":-282,"󏻧":-281,"󏻨":-280,"󏻩":-279,"󏻪":-278,"󏻫":-277,"󏻬":-276,"󏻭":-275,"󏻮":-274,"󏻯":-273,"󏻰":-272,"󏻱":-271,"󏻲":-270,"󏻳":-269,"󏻴":-268,"󏻵":-267,"󏻶":-266,"󏻷":-265,"󏻸":-264,"󏻹":-263,"󏻺":-262,"󏻻":-261,"󏻼":-260,"󏻽":-259,"󏻾":-258,"󏻿":-257,"󏼀":-256,"󏼁":-255,"󏼂":-254,"󏼃":-253,"󏼄":-252,"󏼅":-251,"󏼆":-250,"󏼇":-249,"󏼈":-248,"󏼉":-247,"󏼊":-246,"󏼋":-245,"󏼌":-244,"󏼍":-243,"󏼎":-242,"󏼏":-241,"󏼐":-240,"󏼑":-239,"󏼒":-238,"󏼓":-237,"󏼔":-236,"󏼕":-235,"󏼖":-234,"󏼗":-233,"󏼘":-232,"󏼙":-231,"󏼚":-230,"󏼛":-229,"󏼜":-228,"󏼝":-227,"󏼞":-226,"󏼟":-225,"󏼠":-224,"󏼡":-223,"󏼢":-222,"󏼣":-221,"󏼤":-220,"󏼥":-219,"󏼦":-218,"󏼧":-217,"󏼨":-216,"󏼩":-215,"󏼪":-214,"󏼫":-213,"󏼬":-212,"󏼭":-211,"󏼮":-210,"󏼯":-209,"󏼰":-208,"󏼱":-207,"󏼲":-206,"󏼳":-205,"󏼴":-204,"󏼵":-203,"󏼶":-202,"󏼷":-201,"󏼸":-200,"󏼹":-199,"󏼺":-198,"󏼻":-197,"󏼼":-196,"󏼽":-195,"󏼾":-194,"󏼿":-193,"󏽀":-192,"󏽁":-191,"󏽂":-190,"󏽃":-189,"󏽄":-188,"󏽅":-187,"󏽆":-186,"󏽇":-185,"󏽈":-184,"󏽉":-183,"󏽊":-182,"󏽋":-181,"󏽌":-180,"󏽍":-179,"󏽎":-178,"󏽏":-177,"󏽐":-176,"󏽑":-175,"󏽒":-174,"󏽓":-173,"󏽔":-172,"󏽕":-171,"󏽖":-170,"󏽗":-169,"󏽘":-168,"󏽙":-167,"󏽚":-166,"󏽛":-165,"󏽜":-164,"󏽝":-163,"󏽞":-162,"󏽟":-161,"󏽠":-160,"󏽡":-159,"󏽢":-158,"󏽣":-157,"󏽤":-156,"󏽥":-155,"󏽦":-154,"󏽧":-153,"󏽨":-152,"󏽩":-151,"󏽪":-150,"󏽫":-149,"󏽬":-148,"󏽭":-147,"󏽮":-146,"󏽯":-145,"󏽰":-144,"󏽱":-143,"󏽲":-142,"󏽳":-141,"󏽴":-140,"󏽵":-139,"󏽶":-138,"󏽷":-137,"󏽸":-136,"󏽹":-135,"󏽺":-134,"󏽻":-133,"󏽼":-132,"󏽽":-131,"󏽾":-130,"󏽿":-129,"󏾀":-128,"󏾁":-127,"󏾂":-126,"󏾃":-125,"󏾄":-124,"󏾅":-123,"󏾆":-122,"󏾇":-121,"󏾈":-120,"󏾉":-119,"󏾊":-118,"󏾋":-117,"󏾌":-116,"󏾍":-115,"󏾎":-114,"󏾏":-113,"󏾐":-112,"󏾑":-111,"󏾒":-110,"󏾓":-109,"󏾔":-108,"󏾕":-107,"󏾖":-106,"󏾗":-105,"󏾘":-104,"󏾙":-103,"󏾚":-102,"󏾛":-101,"󏾜":-100,"󏾝":-99,"󏾞":-98,"󏾟":-97,"󏾠":-96,"󏾡":-95,"󏾢":-94,"󏾣":-93,"󏾤":-92,"󏾥":-91,"󏾦":-90,"󏾧":-89,"󏾨":-88,"󏾩":-87,"󏾪":-86,"󏾫":-85,"󏾬":-84,"󏾭":-83,"󏾮":-82,"󏾯":-81,"󏾰":-80,"󏾱":-79,"󏾲":-78,"󏾳":-77,"󏾴":-76,"󏾵":-75,"󏾶":-74,"󏾷":-73,"󏾸":-72,"󏾹":-71,"󏾺":-70,"󏾻":-69,"󏾼":-68,"󏾽":-67,"󏾾":-66,"󏾿":-65,"󏿀":-64,"󏿁":-63,"󏿂":-62,"󏿃":-61,"󏿄":-60,"󏿅":-59,"󏿆":-58,"󏿇":-57,"󏿈":-56,"󏿉":-55,"󏿊":-54,"󏿋":-53,"󏿌":-52,"󏿍":-51,"󏿎":-50,"󏿏":-49,"󏿐":-48,"󏿑":-47,"󏿒":-46,"󏿓":-45,"󏿔":-44,"󏿕":-43,"󏿖":-42,"󏿗":-41,"󏿘":-40,"󏿙":-39,"󏿚":-38,"󏿛":-37,"󏿜":-36,"󏿝":-35,"󏿞":-34,"󏿟":-33,"󏿠":-32,"󏿡":-31,"󏿢":-30,"󏿣":-29,"󏿤":-28,"󏿥":-27,"󏿦":-26,"󏿧":-25,"󏿨":-24,"󏿩":-23,"󏿪":-22,"󏿫":-21,"󏿬":-20,"󏿭":-19,"󏿮":-18,"󏿯":-17,"󏿰":-16,"󏿱":-15,"󏿲":-14,"󏿳":-13,"󏿴":-12,"󏿵":-11,"󏿶":-10,"󏿷":-9,"󏿸":-8,"󏿹":-7,"󏿺":-6,"󏿻":-5,"󏿼":-4,"󏿽":-3,"󏿾":-2,"󏿿":-1,"󐀀":0,"󐀁":1,"󐀂":2,"󐀃":3,"󐀄":4,"󐀅":5,"󐀆":6,"󐀇":7,"󐀈":8,"󐀉":9,"󐀊":10,"󐀋":11,"󐀌":12,"󐀍":13,"󐀎":14,"󐀏":15,"󐀐":16,"󐀑":17,"󐀒":18,"󐀓":19,"󐀔":20,"󐀕":21,"󐀖":22,"󐀗":23,"󐀘":24,"󐀙":25,"󐀚":26,"󐀛":27,"󐀜":28,"󐀝":29,"󐀞":30,"󐀟":31,"󐀠":32,"󐀡":33,"󐀢":34,"󐀣":35,"󐀤":36,"󐀥":37,"󐀦":38,"󐀧":39,"󐀨":40,"󐀩":41,"󐀪":42,"󐀫":43,"󐀬":44,"󐀭":45,"󐀮":46,"󐀯":47,"󐀰":48,"󐀱":49,"󐀲":50,"󐀳":51,"󐀴":52,"󐀵":53,"󐀶":54,"󐀷":55,"󐀸":56,"󐀹":57,"󐀺":58,"󐀻":59,"󐀼":60,"󐀽":61,"󐀾":62,"󐀿":63,"󐁀":64,"󐁁":65,"󐁂":66,"󐁃":67,"󐁄":68,"󐁅":69,"󐁆":70,"󐁇":71,"󐁈":72,"󐁉":73,"󐁊":74,"󐁋":75,"󐁌":76,"󐁍":77,"󐁎":78,"󐁏":79,"󐁐":80,"󐁑":81,"󐁒":82,"󐁓":83,"󐁔":84,"󐁕":85,"󐁖":86,"󐁗":87,"󐁘":88,"󐁙":89,"󐁚":90,"󐁛":91,"󐁜":92,"󐁝":93,"󐁞":94,"󐁟":95,"󐁠":96,"󐁡":97,"󐁢":98,"󐁣":99,"󐁤":100,"󐁥":101,"󐁦":102,"󐁧":103,"󐁨":104,"󐁩":105,"󐁪":106,"󐁫":107,"󐁬":108,"󐁭":109,"󐁮":110,"󐁯":111,"󐁰":112,"󐁱":113,"󐁲":114,"󐁳":115,"󐁴":116,"󐁵":117,"󐁶":118,"󐁷":119,"󐁸":120,"󐁹":121,"󐁺":122,"󐁻":123,"󐁼":124,"󐁽":125,"󐁾":126,"󐁿":127,"󐂀":128,"󐂁":129,"󐂂":130,"󐂃":131,"󐂄":132,"󐂅":133,"󐂆":134,"󐂇":135,"󐂈":136,"󐂉":137,"󐂊":138,"󐂋":139,"󐂌":140,"󐂍":141,"󐂎":142,"󐂏":143,"󐂐":144,"󐂑":145,"󐂒":146,"󐂓":147,"󐂔":148,"󐂕":149,"󐂖":150,"󐂗":151,"󐂘":152,"󐂙":153,"󐂚":154,"󐂛":155,"󐂜":156,"󐂝":157,"󐂞":158,"󐂟":159,"󐂠":160,"󐂡":161,"󐂢":162,"󐂣":163,"󐂤":164,"󐂥":165,"󐂦":166,"󐂧":167,"󐂨":168,"󐂩":169,"󐂪":170,"󐂫":171,"󐂬":172,"󐂭":173,"󐂮":174,"󐂯":175,"󐂰":176,"󐂱":177,"󐂲":178,"󐂳":179,"󐂴":180,"󐂵":181,"󐂶":182,"󐂷":183,"󐂸":184,"󐂹":185,"󐂺":186,"󐂻":187,"󐂼":188,"󐂽":189,"󐂾":190,"󐂿":191,"󐃀":192,"󐃁":193,"󐃂":194,"󐃃":195,"󐃄":196,"󐃅":197,"󐃆":198,"󐃇":199,"󐃈":200,"󐃉":201,"󐃊":202,"󐃋":203,"󐃌":204,"󐃍":205,"󐃎":206,"󐃏":207,"󐃐":208,"󐃑":209,"󐃒":210,"󐃓":211,"󐃔":212,"󐃕":213,"󐃖":214,"󐃗":215,"󐃘":216,"󐃙":217,"󐃚":218,"󐃛":219,"󐃜":220,"󐃝":221,"󐃞":222,"󐃟":223,"󐃠":224,"󐃡":225,"󐃢":226,"󐃣":227,"󐃤":228,"󐃥":229,"󐃦":230,"󐃧":231,"󐃨":232,"󐃩":233,"󐃪":234,"󐃫":235,"󐃬":236,"󐃭":237,"󐃮":238,"󐃯":239,"󐃰":240,"󐃱":241,"󐃲":242,"󐃳":243,"󐃴":244,"󐃵":245,"󐃶":246,"󐃷":247,"󐃸":248,"󐃹":249,"󐃺":250,"󐃻":251,"󐃼":252,"󐃽":253,"󐃾":254,"󐃿":255,"󐄀":256,"󐄁":257,"󐄂":258,"󐄃":259,"󐄄":260,"󐄅":261,"󐄆":262,"󐄇":263,"󐄈":264,"󐄉":265,"󐄊":266,"󐄋":267,"󐄌":268,"󐄍":269,"󐄎":270,"󐄏":271,"󐄐":272,"󐄑":273,"󐄒":274,"󐄓":275,"󐄔":276,"󐄕":277,"󐄖":278,"󐄗":279,"󐄘":280,"󐄙":281,"󐄚":282,"󐄛":283,"󐄜":284,"󐄝":285,"󐄞":286,"󐄟":287,"󐄠":288,"󐄡":289,"󐄢":290,"󐄣":291,"󐄤":292,"󐄥":293,"󐄦":294,"󐄧":295,"󐄨":296,"󐄩":297,"󐄪":298,"󐄫":299,"󐄬":300,"󐄭":301,"󐄮":302,"󐄯":303,"󐄰":304,"󐄱":305,"󐄲":306,"󐄳":307,"󐄴":308,"󐄵":309,"󐄶":310,"󐄷":311,"󐄸":312,"󐄹":313,"󐄺":314,"󐄻":315,"󐄼":316,"󐄽":317,"󐄾":318,"󐄿":319,"󐅀":320,"󐅁":321,"󐅂":322,"󐅃":323,"󐅄":324,"󐅅":325,"󐅆":326,"󐅇":327,"󐅈":328,"󐅉":329,"󐅊":330,"󐅋":331,"󐅌":332,"󐅍":333,"󐅎":334,"󐅏":335,"󐅐":336,"󐅑":337,"󐅒":338,"󐅓":339,"󐅔":340,"󐅕":341,"󐅖":342,"󐅗":343,"󐅘":344,"󐅙":345,"󐅚":346,"󐅛":347,"󐅜":348,"󐅝":349,"󐅞":350,"󐅟":351,"󐅠":352,"󐅡":353,"󐅢":354,"󐅣":355,"󐅤":356,"󐅥":357,"󐅦":358,"󐅧":359,"󐅨":360,"󐅩":361,"󐅪":362,"󐅫":363,"󐅬":364,"󐅭":365,"󐅮":366,"󐅯":367,"󐅰":368,"󐅱":369,"󐅲":370,"󐅳":371,"󐅴":372,"󐅵":373,"󐅶":374,"󐅷":375,"󐅸":376,"󐅹":377,"󐅺":378,"󐅻":379,"󐅼":380,"󐅽":381,"󐅾":382,"󐅿":383,"󐆀":384,"󐆁":385,"󐆂":386,"󐆃":387,"󐆄":388,"󐆅":389,"󐆆":390,"󐆇":391,"󐆈":392,"󐆉":393,"󐆊":394,"󐆋":395,"󐆌":396,"󐆍":397,"󐆎":398,"󐆏":399,"󐆐":400,"󐆑":401,"󐆒":402,"󐆓":403,"󐆔":404,"󐆕":405,"󐆖":406,"󐆗":407,"󐆘":408,"󐆙":409,"󐆚":410,"󐆛":411,"󐆜":412,"󐆝":413,"󐆞":414,"󐆟":415,"󐆠":416,"󐆡":417,"󐆢":418,"󐆣":419,"󐆤":420,"󐆥":421,"󐆦":422,"󐆧":423,"󐆨":424,"󐆩":425,"󐆪":426,"󐆫":427,"󐆬":428,"󐆭":429,"󐆮":430,"󐆯":431,"󐆰":432,"󐆱":433,"󐆲":434,"󐆳":435,"󐆴":436,"󐆵":437,"󐆶":438,"󐆷":439,"󐆸":440,"󐆹":441,"󐆺":442,"󐆻":443,"󐆼":444,"󐆽":445,"󐆾":446,"󐆿":447,"󐇀":448,"󐇁":449,"󐇂":450,"󐇃":451,"󐇄":452,"󐇅":453,"󐇆":454,"󐇇":455,"󐇈":456,"󐇉":457,"󐇊":458,"󐇋":459,"󐇌":460,"󐇍":461,"󐇎":462,"󐇏":463,"󐇐":464,"󐇑":465,"󐇒":466,"󐇓":467,"󐇔":468,"󐇕":469,"󐇖":470,"󐇗":471,"󐇘":472,"󐇙":473,"󐇚":474,"󐇛":475,"󐇜":476,"󐇝":477,"󐇞":478,"󐇟":479,"󐇠":480,"󐇡":481,"󐇢":482,"󐇣":483,"󐇤":484,"󐇥":485,"󐇦":486,"󐇧":487,"󐇨":488,"󐇩":489,"󐇪":490,"󐇫":491,"󐇬":492,"󐇭":493,"󐇮":494,"󐇯":495,"󐇰":496,"󐇱":497,"󐇲":498,"󐇳":499,"󐇴":500,"󐇵":501,"󐇶":502,"󐇷":503,"󐇸":504,"󐇹":505,"󐇺":506,"󐇻":507,"󐇼":508,"󐇽":509,"󐇾":510,"󐇿":511,"󐈀":512,"󐈁":513,"󐈂":514,"󐈃":515,"󐈄":516,"󐈅":517,"󐈆":518,"󐈇":519,"󐈈":520,"󐈉":521,"󐈊":522,"󐈋":523,"󐈌":524,"󐈍":525,"󐈎":526,"󐈏":527,"󐈐":528,"󐈑":529,"󐈒":530,"󐈓":531,"󐈔":532,"󐈕":533,"󐈖":534,"󐈗":535,"󐈘":536,"󐈙":537,"󐈚":538,"󐈛":539,"󐈜":540,"󐈝":541,"󐈞":542,"󐈟":543,"󐈠":544,"󐈡":545,"󐈢":546,"󐈣":547,"󐈤":548,"󐈥":549,"󐈦":550,"󐈧":551,"󐈨":552,"󐈩":553,"󐈪":554,"󐈫":555,"󐈬":556,"󐈭":557,"󐈮":558,"󐈯":559,"󐈰":560,"󐈱":561,"󐈲":562,"󐈳":563,"󐈴":564,"󐈵":565,"󐈶":566,"󐈷":567,"󐈸":568,"󐈹":569,"󐈺":570,"󐈻":571,"󐈼":572,"󐈽":573,"󐈾":574,"󐈿":575,"󐉀":576,"󐉁":577,"󐉂":578,"󐉃":579,"󐉄":580,"󐉅":581,"󐉆":582,"󐉇":583,"󐉈":584,"󐉉":585,"󐉊":586,"󐉋":587,"󐉌":588,"󐉍":589,"󐉎":590,"󐉏":591,"󐉐":592,"󐉑":593,"󐉒":594,"󐉓":595,"󐉔":596,"󐉕":597,"󐉖":598,"󐉗":599,"󐉘":600,"󐉙":601,"󐉚":602,"󐉛":603,"󐉜":604,"󐉝":605,"󐉞":606,"󐉟":607,"󐉠":608,"󐉡":609,"󐉢":610,"󐉣":611,"󐉤":612,"󐉥":613,"󐉦":614,"󐉧":615,"󐉨":616,"󐉩":617,"󐉪":618,"󐉫":619,"󐉬":620,"󐉭":621,"󐉮":622,"󐉯":623,"󐉰":624,"󐉱":625,"󐉲":626,"󐉳":627,"󐉴":628,"󐉵":629,"󐉶":630,"󐉷":631,"󐉸":632,"󐉹":633,"󐉺":634,"󐉻":635,"󐉼":636,"󐉽":637,"󐉾":638,"󐉿":639,"󐊀":640,"󐊁":641,"󐊂":642,"󐊃":643,"󐊄":644,"󐊅":645,"󐊆":646,"󐊇":647,"󐊈":648,"󐊉":649,"󐊊":650,"󐊋":651,"󐊌":652,"󐊍":653,"󐊎":654,"󐊏":655,"󐊐":656,"󐊑":657,"󐊒":658,"󐊓":659,"󐊔":660,"󐊕":661,"󐊖":662,"󐊗":663,"󐊘":664,"󐊙":665,"󐊚":666,"󐊛":667,"󐊜":668,"󐊝":669,"󐊞":670,"󐊟":671,"󐊠":672,"󐊡":673,"󐊢":674,"󐊣":675,"󐊤":676,"󐊥":677,"󐊦":678,"󐊧":679,"󐊨":680,"󐊩":681,"󐊪":682,"󐊫":683,"󐊬":684,"󐊭":685,"󐊮":686,"󐊯":687,"󐊰":688,"󐊱":689,"󐊲":690,"󐊳":691,"󐊴":692,"󐊵":693,"󐊶":694,"󐊷":695,"󐊸":696,"󐊹":697,"󐊺":698,"󐊻":699,"󐊼":700,"󐊽":701,"󐊾":702,"󐊿":703,"󐋀":704,"󐋁":705,"󐋂":706,"󐋃":707,"󐋄":708,"󐋅":709,"󐋆":710,"󐋇":711,"󐋈":712,"󐋉":713,"󐋊":714,"󐋋":715,"󐋌":716,"󐋍":717,"󐋎":718,"󐋏":719,"󐋐":720,"󐋑":721,"󐋒":722,"󐋓":723,"󐋔":724,"󐋕":725,"󐋖":726,"󐋗":727,"󐋘":728,"󐋙":729,"󐋚":730,"󐋛":731,"󐋜":732,"󐋝":733,"󐋞":734,"󐋟":735,"󐋠":736,"󐋡":737,"󐋢":738,"󐋣":739,"󐋤":740,"󐋥":741,"󐋦":742,"󐋧":743,"󐋨":744,"󐋩":745,"󐋪":746,"󐋫":747,"󐋬":748,"󐋭":749,"󐋮":750,"󐋯":751,"󐋰":752,"󐋱":753,"󐋲":754,"󐋳":755,"󐋴":756,"󐋵":757,"󐋶":758,"󐋷":759,"󐋸":760,"󐋹":761,"󐋺":762,"󐋻":763,"󐋼":764,"󐋽":765,"󐋾":766,"󐋿":767,"󐌀":768,"󐌁":769,"󐌂":770,"󐌃":771,"󐌄":772,"󐌅":773,"󐌆":774,"󐌇":775,"󐌈":776,"󐌉":777,"󐌊":778,"󐌋":779,"󐌌":780,"󐌍":781,"󐌎":782,"󐌏":783,"󐌐":784,"󐌑":785,"󐌒":786,"󐌓":787,"󐌔":788,"󐌕":789,"󐌖":790,"󐌗":791,"󐌘":792,"󐌙":793,"󐌚":794,"󐌛":795,"󐌜":796,"󐌝":797,"󐌞":798,"󐌟":799,"󐌠":800,"󐌡":801,"󐌢":802,"󐌣":803,"󐌤":804,"󐌥":805,"󐌦":806,"󐌧":807,"󐌨":808,"󐌩":809,"󐌪":810,"󐌫":811,"󐌬":812,"󐌭":813,"󐌮":814,"󐌯":815,"󐌰":816,"󐌱":817,"󐌲":818,"󐌳":819,"󐌴":820,"󐌵":821,"󐌶":822,"󐌷":823,"󐌸":824,"󐌹":825,"󐌺":826,"󐌻":827,"󐌼":828,"󐌽":829,"󐌾":830,"󐌿":831,"󐍀":832,"󐍁":833,"󐍂":834,"󐍃":835,"󐍄":836,"󐍅":837,"󐍆":838,"󐍇":839,"󐍈":840,"󐍉":841,"󐍊":842,"󐍋":843,"󐍌":844,"󐍍":845,"󐍎":846,"󐍏":847,"󐍐":848,"󐍑":849,"󐍒":850,"󐍓":851,"󐍔":852,"󐍕":853,"󐍖":854,"󐍗":855,"󐍘":856,"󐍙":857,"󐍚":858,"󐍛":859,"󐍜":860,"󐍝":861,"󐍞":862,"󐍟":863,"󐍠":864,"󐍡":865,"󐍢":866,"󐍣":867,"󐍤":868,"󐍥":869,"󐍦":870,"󐍧":871,"󐍨":872,"󐍩":873,"󐍪":874,"󐍫":875,"󐍬":876,"󐍭":877,"󐍮":878,"󐍯":879,"󐍰":880,"󐍱":881,"󐍲":882,"󐍳":883,"󐍴":884,"󐍵":885,"󐍶":886,"󐍷":887,"󐍸":888,"󐍹":889,"󐍺":890,"󐍻":891,"󐍼":892,"󐍽":893,"󐍾":894,"󐍿":895,"󐎀":896,"󐎁":897,"󐎂":898,"󐎃":899,"󐎄":900,"󐎅":901,"󐎆":902,"󐎇":903,"󐎈":904,"󐎉":905,"󐎊":906,"󐎋":907,"󐎌":908,"󐎍":909,"󐎎":910,"󐎏":911,"󐎐":912,"󐎑":913,"󐎒":914,"󐎓":915,"󐎔":916,"󐎕":917,"󐎖":918,"󐎗":919,"󐎘":920,"󐎙":921,"󐎚":922,"󐎛":923,"󐎜":924,"󐎝":925,"󐎞":926,"󐎟":927,"󐎠":928,"󐎡":929,"󐎢":930,"󐎣":931,"󐎤":932,"󐎥":933,"󐎦":934,"󐎧":935,"󐎨":936,"󐎩":937,"󐎪":938,"󐎫":939,"󐎬":940,"󐎭":941,"󐎮":942,"󐎯":943,"󐎰":944,"󐎱":945,"󐎲":946,"󐎳":947,"󐎴":948,"󐎵":949,"󐎶":950,"󐎷":951,"󐎸":952,"󐎹":953,"󐎺":954,"󐎻":955,"󐎼":956,"󐎽":957,"󐎾":958,"󐎿":959,"󐏀":960,"󐏁":961,"󐏂":962,"󐏃":963,"󐏄":964,"󐏅":965,"󐏆":966,"󐏇":967,"󐏈":968,"󐏉":969,"󐏊":970,"󐏋":971,"󐏌":972,"󐏍":973,"󐏎":974,"󐏏":975,"󐏐":976,"󐏑":977,"󐏒":978,"󐏓":979,"󐏔":980,"󐏕":981,"󐏖":982,"󐏗":983,"󐏘":984,"󐏙":985,"󐏚":986,"󐏛":987,"󐏜":988,"󐏝":989,"󐏞":990,"󐏟":991,"󐏠":992,"󐏡":993,"󐏢":994,"󐏣":995,"󐏤":996,"󐏥":997,"󐏦":998,"󐏧":999,"󐏨":1000,"󐏩":1001,"󐏪":1002,"󐏫":1003,"󐏬":1004,"󐏭":1005,"󐏮":1006,"󐏯":1007,"󐏰":1008,"󐏱":1009,"󐏲":1010,"󐏳":1011,"󐏴":1012,"󐏵":1013,"󐏶":1014,"󐏷":1015,"󐏸":1016,"󐏹":1017,"󐏺":1018,"󐏻":1019,"󐏼":1020,"󐏽":1021,"󐏾":1022,"󐏿":1023,"󐐀":1024,"󟿿":16384}}]} \ No newline at end of file diff --git a/assets/minecraft/font/uniform.json b/assets/minecraft/font/uniform.json new file mode 100644 index 000000000..1549091c0 --- /dev/null +++ b/assets/minecraft/font/uniform.json @@ -0,0 +1 @@ +{"providers":[{"type":"reference","id":"include/space"},{"type":"reference","id":"default"}]} \ No newline at end of file diff --git a/assets/minecraft/items/bow.json b/assets/minecraft/items/bow.json new file mode 100644 index 000000000..fe6b35e22 --- /dev/null +++ b/assets/minecraft/items/bow.json @@ -0,0 +1 @@ +{"model":{"type":"minecraft:range_dispatch","property":"minecraft:damage","fallback":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_basic_wood"},"entries":[{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_basic_gold"},"threshold":0.0026},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_earth_a"},"threshold":0.0052},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_earth_b"},"threshold":0.0078},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_earth_c"},"threshold":0.0104},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_thunder_a"},"threshold":0.013},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_thunder_b"},"threshold":0.0156},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_thunder_c"},"threshold":0.0182},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_fire_a"},"threshold":0.0208},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_fire_b"},"threshold":0.0234},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_fire_c"},"threshold":0.026},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_air_a"},"threshold":0.0286},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_air_b"},"threshold":0.0312},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_air_c"},"threshold":0.0338},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_water_a"},"threshold":0.0364},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_water_b"},"threshold":0.039},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_water_c"},"threshold":0.0416},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_multi_a"},"threshold":0.0442},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_multi_b"},"threshold":0.0468},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_multi_c"},"threshold":0.0494},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_basic_wood"},"threshold":0.052},{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.0546}]}} \ No newline at end of file diff --git a/assets/minecraft/items/brick_slab.json b/assets/minecraft/items/brick_slab.json new file mode 100644 index 000000000..020041875 --- /dev/null +++ b/assets/minecraft/items/brick_slab.json @@ -0,0 +1 @@ +{"model":{"type":"minecraft:model","model":"minecraft:block/variants/dirt_half_slab"}} \ No newline at end of file diff --git a/assets/minecraft/items/daylight_detector.json b/assets/minecraft/items/daylight_detector.json new file mode 100644 index 000000000..eeb270917 --- /dev/null +++ b/assets/minecraft/items/daylight_detector.json @@ -0,0 +1 @@ +{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/closed_book"}} \ No newline at end of file diff --git a/assets/minecraft/items/diamond_axe.json b/assets/minecraft/items/diamond_axe.json new file mode 100644 index 000000000..ee4b261eb --- /dev/null +++ b/assets/minecraft/items/diamond_axe.json @@ -0,0 +1 @@ +{"model":{"type":"minecraft:range_dispatch","property":"minecraft:damage","fallback":{"type":"minecraft:model","model":"minecraft:item/diamond_axe"},"entries":[{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/farming/barley"},"threshold":0.0006402},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/farming/oats"},"threshold":0.0012804},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/farming/hops"},"threshold":0.0019206},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/farming/rye"},"threshold":0.0025608},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/farming/decay_root"},"threshold":0.003201},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/farming/rice"},"threshold":0.0038412},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/farming/sorghum"},"threshold":0.0044814},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/farming/hemp"},"threshold":0.0051216},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/farming/dernic_seed"},"threshold":0.0057618},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/farming/string_yellow"},"threshold":0.006402},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/farming/string_green"},"threshold":0.0070422},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/farming/string_brown"},"threshold":0.0076824},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/farming/string_white"},"threshold":0.0083226},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/farming/seeds_cream"},"threshold":0.0089628},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/farming/seeds_green"},"threshold":0.009603},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/farming/seeds_brown"},"threshold":0.0102432},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/farming/seeds_red"},"threshold":0.0108834},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/gudgeon"},"threshold":0.0115236},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/trout"},"threshold":0.0121638},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/salmon"},"threshold":0.012804},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/carp"},"threshold":0.0134442},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/icefish"},"threshold":0.0140844},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/piranha"},"threshold":0.0147246},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/koi"},"threshold":0.0153648},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/gylia_fish"},"threshold":0.016005},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/bass"},"threshold":0.0166452},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/molten_eel"},"threshold":0.0172854},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/starfish"},"threshold":0.0179256},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/dernic_fish"},"threshold":0.0185658},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/cooked_gray"},"threshold":0.019206},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/cooked_pink"},"threshold":0.0198462},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/cooked_orange"},"threshold":0.0204864},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/cooked_yellow"},"threshold":0.0211266},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/cooked_blue"},"threshold":0.0217668},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/oil_gray"},"threshold":0.022407},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/oil_red"},"threshold":0.0230472},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/oil_orange"},"threshold":0.0236874},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/oil_yellow"},"threshold":0.0243276},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/oil_blue"},"threshold":0.0249678},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/woodcutting/paper_cream"},"threshold":0.025608},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/woodcutting/paper_brown"},"threshold":0.0262482},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/woodcutting/scroll_white"},"threshold":0.0268884},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/woodcutting/scroll_cream"},"threshold":0.0275286},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/woodcutting/scroll_brown"},"threshold":0.0281688},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/ingot_copper"},"threshold":0.028809},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/ingot_granite"},"threshold":0.0294492},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/ingot_gold"},"threshold":0.0300894},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/ingot_sandstone"},"threshold":0.0307296},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/ingot_iron"},"threshold":0.0313698},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/ingot_silver"},"threshold":0.03201},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/ingot_cobalt"},"threshold":0.0326502},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/ingot_kanderstone"},"threshold":0.0332904},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/ingot_diamond"},"threshold":0.0339306},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/ingot_molten"},"threshold":0.0345708},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/ingot_void"},"threshold":0.035211},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/ingot_dernic"},"threshold":0.0358512},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/gem_copper"},"threshold":0.0364914},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/gem_granite"},"threshold":0.0371316},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/gem_gold"},"threshold":0.0377718},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/gem_iron"},"threshold":0.038412},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/gem_silver"},"threshold":0.0390522},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/gem_cobalt"},"threshold":0.0396924},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/gem_kander"},"threshold":0.0403326},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/gem_diamond"},"threshold":0.0409728},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/gem_molten"},"threshold":0.041613},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/gem_void"},"threshold":0.0422532},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/gem_dernic"},"threshold":0.0428934},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/gem_sandstone"},"threshold":0.0435336},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/meals/generic_item"},"threshold":0.0441738},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/meals/spicy"},"threshold":0.044814},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/meals/salad"},"threshold":0.0454542},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/meals/soup"},"threshold":0.0460944},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/meals/steamed"},"threshold":0.0467346},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/meals/fried"},"threshold":0.0473748},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/meals/generic"},"threshold":0.048015},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/tool/wooden_rod"},"threshold":0.0486552},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/tool/stone_rod"},"threshold":0.0492954},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/tool/iron_rod"},"threshold":0.0499356},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/tool/golden_rod"},"threshold":0.0505758},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/tool/diamond_rod"},"threshold":0.051216},{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.0518562},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/pouch/ingredient_empty"},"threshold":0.0595386},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/pouch/ingredient_half"},"threshold":0.0601788},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/pouch/ingredient_full"},"threshold":0.060819},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/legacy/scrap"},"threshold":0.0614592},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/pouch/emerald_empty"},"threshold":0.0620994},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/pouch/emerald_half"},"threshold":0.0627802},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/pouch/emerald_full"},"threshold":0.0634208},{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.0640614},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/tool/blueprint"},"threshold":0.0647021},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/tool/ruler"},"threshold":0.0653427},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/tool/wand"},"threshold":0.0659833},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/tool/handsaw"},"threshold":0.0666239},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/dim_soul"},"threshold":0.0672645},{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.067905}]}} \ No newline at end of file diff --git a/assets/minecraft/items/diamond_hoe.json b/assets/minecraft/items/diamond_hoe.json new file mode 100644 index 000000000..a5cebb76a --- /dev/null +++ b/assets/minecraft/items/diamond_hoe.json @@ -0,0 +1 @@ +{"model":{"type":"minecraft:range_dispatch","property":"minecraft:damage","fallback":{"type":"minecraft:model","model":"minecraft:item/diamond_hoe"},"entries":[{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/yeti/yeti_arm"},"threshold":0.000640614990391},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/yeti/yeti_torso"},"threshold":0.001281229980782},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/yeti/yeti_foot"},"threshold":0.001921844971172},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/wynnter_owl/wynnter_owl_head"},"threshold":0.002562459961563},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/wynnter_owl/wynnter_owl_torso"},"threshold":0.003203074951954},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/wynnter_owl/wynnter_owl_wing"},"threshold":0.003843689942345},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/mighty_yak/mighty_yak_body"},"threshold":0.004484304932735},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/mighty_yak/mighty_yak_head"},"threshold":0.005124919923126},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/mighty_yak/mighty_yak_foot"},"threshold":0.005765534913517},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/mythic_mimic/mythic_mimic_chest"},"threshold":0.006406149903908},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/mythic_mimic/mythic_mimic_lid"},"threshold":0.007046764894299},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/mythic_mimic/mythic_mimic_hand_left"},"threshold":0.007687379884689},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/mythic_mimic/mythic_mimic_hand_right"},"threshold":0.00832799487508},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/wynnston/wynnston_torso"},"threshold":0.008968609865471},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/wynnston/wynnston_head"},"threshold":0.009609224855862},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/wynnston/wynnston_leg"},"threshold":0.010249839846252},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/crate/crate_heroes_lid"},"threshold":0.010890454836643},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/crate/crate_heroes_chest"},"threshold":0.011531069827034},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/crate/crate_bonfire_lid"},"threshold":0.012171684817425},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/crate/crate_bonfire_chest"},"threshold":0.012812299807816},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/crate/crate_spirits_lid"},"threshold":0.013452914798206},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/crate/crate_spirits_chest"},"threshold":0.014093529788597},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/crate/crate_blizzard_lid"},"threshold":0.014734144778988},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/crate/crate_blizzard_chest"},"threshold":0.015374759769379},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/anomaly/anomaly_head"},"threshold":0.016015374759769},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/anomaly/anomaly_body"},"threshold":0.01665598975016},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/anomaly/anomaly_arm"},"threshold":0.017296604740551},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/anomaly/anomaly_hand"},"threshold":0.017937219730942},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/redbeard/redbeard_body"},"threshold":0.018577834721332},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/redbeard/redbeard_arm"},"threshold":0.019218449711723},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/redbeard/redbeard_foot"},"threshold":0.019859064702114},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/redbeard/redbeard_peg"},"threshold":0.020499679692505},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/fetish/fetish_head"},"threshold":0.021140294682896},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/fetish/fetish_body"},"threshold":0.021780909673286},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/fetish/fetish_arm"},"threshold":0.022421524663677},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/fetish/fetish_knife"},"threshold":0.023062139654068},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/rat/rat"},"threshold":0.023702754644459},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/effigy/effigy_head"},"threshold":0.024343369634849},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/effigy/effigy_hand_left"},"threshold":0.02498398462524},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/effigy/effigy_hand_right"},"threshold":0.025624599615631},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/redbeard_c/redbeard_c_head"},"threshold":0.026265214606022},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/redbeard_c/redbeard_c_body"},"threshold":0.026905829596413},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/redbeard_c/redbeard_c_arm_left"},"threshold":0.027546444586803},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/redbeard_c/redbeard_c_arm_right"},"threshold":0.028187059577194},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/lich/lich_head"},"threshold":0.028827674567585},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/lich/lich_arm"},"threshold":0.029468289557976},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/lich/lich_body"},"threshold":0.030108904548366},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/lich/lich_cloak"},"threshold":0.030749519538757},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/lich_c/lich_c_head"},"threshold":0.031390134529148},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/lich_c/lich_c_arm"},"threshold":0.032030749519539},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/lich_c/lich_c_body"},"threshold":0.03267136450993},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/lich_c/lich_c_cloak"},"threshold":0.03331197950032},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/crab/crab_body"},"threshold":0.033952594490711},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/crab/crab_claw"},"threshold":0.034593209481102},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/crab/crab_leg"},"threshold":0.035233824471493},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/avostrider/avostrider_head"},"threshold":0.035874439461883},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/avostrider/avostrider_body"},"threshold":0.036515054452274},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/avostrider/avostrider_wing"},"threshold":0.037155669442665},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/avostrider/avostrider_leg"},"threshold":0.037796284433056},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/bonny/bonny_head"},"threshold":0.038436899423447},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/bonny/bonny_torso"},"threshold":0.039077514413837},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/bonny/bonny_arm"},"threshold":0.039718129404228},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/snow_fennec/snow_fennec_head"},"threshold":0.040358744394619},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/snow_fennec/snow_fennec_body"},"threshold":0.04099935938501},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/snow_fennec/snow_fennec_tail"},"threshold":0.0416399743754},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/snow_fennec/snow_fennec_leg"},"threshold":0.042280589365791},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/guide/guide_head"},"threshold":0.042921204356182},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/guide/guide_body"},"threshold":0.043561819346573},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/guide/guide_arm_book"},"threshold":0.044202434336963},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/guide/guide_arm"},"threshold":0.044843049327354},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/fragment/fragment_eye"},"threshold":0.045483664317745},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/fragment/fragment_debris"},"threshold":0.046124279308136},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/lootrun/reward_lid"},"threshold":0.047405509288917},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/lootrun/reward_chest"},"threshold":0.048046124279308},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/lootrun/treasure_lid"},"threshold":0.048686739269699},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/lootrun/treasure_chest"},"threshold":0.04932735426009},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/dragonling/shadowfel/shadowfel_head"},"threshold":0.04996796925048},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/dragonling/shadowfel/shadowfel_body"},"threshold":0.050608584240871},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/dragonling/shadowfel/shadowfel_wing"},"threshold":0.051249199231262},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/dragonling/shadowfel/shadowfel_leg"},"threshold":0.051889814221653},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/dragonling/shadowfel/shadowfel_tail"},"threshold":0.052530429212044},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/mamba/mamba_head"},"threshold":0.053171044202434},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/mamba/mamba_body"},"threshold":0.053811659192825},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/mamba/mamba_bush"},"threshold":0.054452274183216},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/crow/crow_body"},"threshold":0.055092889173607},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/crow/crow_wing_left"},"threshold":0.055733504163997},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/crow/crow_wing_right"},"threshold":0.056374119154388},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/mage/mage_head"},"threshold":0.057014734144779},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/mage/mage_body"},"threshold":0.05765534913517},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/mage/mage_arm_left"},"threshold":0.058295964125561},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/mage/mage_arm_right"},"threshold":0.058936579115951},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/mage/mage_pylon"},"threshold":0.059577194106342},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/golem/golem_head"},"threshold":0.060217809096733},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/golem/golem_arm"},"threshold":0.060858424087124},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/forest_sprite/forest_sprite_head"},"threshold":0.061499039077514},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/forest_sprite/forest_sprite_body"},"threshold":0.062139654067905},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/wisp/wisp_head"},"threshold":0.062780269058296},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/wisp/wisp_body"},"threshold":0.063420884048687},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/wisp/wisp_arm"},"threshold":0.064061499039078},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/lost_spirit/lost_spirit"},"threshold":0.064702114029468},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/avalanche/avalanche_head"},"threshold":0.065342729019859},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/avalanche/avalanche_jaw"},"threshold":0.06598334401025},{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.066623959000641}]}} \ No newline at end of file diff --git a/assets/minecraft/items/diamond_pickaxe.json b/assets/minecraft/items/diamond_pickaxe.json new file mode 100644 index 000000000..a2ed9d02a --- /dev/null +++ b/assets/minecraft/items/diamond_pickaxe.json @@ -0,0 +1 @@ +{"model":{"type":"minecraft:range_dispatch","property":"minecraft:damage","fallback":{"type":"minecraft:model","model":"minecraft:item/diamond_pickaxe"},"entries":[{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/banana_dagger"},"threshold":0.0006406149903907751},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/steampunk_spear"},"threshold":0.0012812299807815502},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/steampunk_wand"},"threshold":0.001921844971172325},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/scifi_dagger"},"threshold":0.0025624599615631004},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/scifi_spear"},"threshold":0.0032030749519538753},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/scifi_wand"},"threshold":0.00384368994234465},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/steampunk_dagger"},"threshold":0.004484304932735426},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/steampunk_bow"},"threshold":0.005124919923126201},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/scifi_bow"},"threshold":0.005765534913516976},{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.006406149903907751},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/corrupted_spear"},"threshold":0.00704676489429852},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/corrupted_wand"},"threshold":0.00768737988468931},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/corrupted_dagger"},"threshold":0.008327994875080071},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/corrupted_bow"},"threshold":0.00896860986547085},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/frost_bow"},"threshold":0.00960922485},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/frost_spear"},"threshold":0.01024983984},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/frost_wand"},"threshold":0.01089045483},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/frost_dagger"},"threshold":0.01153106982},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/dynasty_hat"},"threshold":0.0121638924},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/bounty_hunter_hat"},"threshold":0.0128040973},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/ivy_horns"},"threshold":0.0134443022},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/flower_crown"},"threshold":0.014084507},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/viking_helmet"},"threshold":0.0147247119},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/yahya_fantasy"},"threshold":0.0153649168},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/adventurer_hat"},"threshold":0.01600512166},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/wings"},"threshold":0.016645326504481},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/orphion/orphion_head"},"threshold":0.017285531370038},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/orphion/orphion_jaw"},"threshold":0.017925736235595},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/orphion/orphion_body"},"threshold":0.018565941101152},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/orphion/orphion_leg"},"threshold":0.019206145966709},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/orphion/orphion_thigh"},"threshold":0.019846350832266},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/orphion/orphion_tail"},"threshold":0.020486555697823},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/orphion/vanta_orphion_head"},"threshold":0.02112676056338},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/orphion/vanta_orphion_body"},"threshold":0.021766965428937},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/orphion/vanta_orphion_leg"},"threshold":0.0224075804193277},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/orphion/vanta_orphion_thigh"},"threshold":0.0230481954097184},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/jigsaw/orphion/vanta_orphion_tail"},"threshold":0.0236888104001091},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/bunny_ears"},"threshold":0.0243294253904998},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/corkian_goggles"},"threshold":0.0249700403808905},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/decay_hat"},"threshold":0.025624599615631},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/magehat"},"threshold":0.026265214606022},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/warriorhat"},"threshold":0.026905829596413},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/shamanhat"},"threshold":0.027546444586803},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/archerhat"},"threshold":0.028187059577194},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/assassinhat"},"threshold":0.028827674567585},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/fancy_crown"},"threshold":0.029468289557976},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/fox_ears"},"threshold":0.030108904548366},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/jester_hat"},"threshold":0.030749519538757},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/mythichat"},"threshold":0.031390134529148},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/black_cat_ears"},"threshold":0.032030749519539},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/devilhorns"},"threshold":0.03267136450993},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/goathorns"},"threshold":0.03331197950032},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/pirate_hat"},"threshold":0.033952594490711},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/plague_doctor"},"threshold":0.034593209481102},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/skull_tophat"},"threshold":0.035233824471493},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/spectral_mask"},"threshold":0.035874439461883},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/harvest_circlet"},"threshold":0.036515054452274},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/dynasty_guanmao"},"threshold":0.037155669442665},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/jagged_crown"},"threshold":0.037796284433056},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/avo_headdress"},"threshold":0.038436899423447},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/boreal_crown"},"threshold":0.039077514413837},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/detective_fedora"},"threshold":0.03971812940422},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/ginger_beard"},"threshold":0.040358744394619},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/holiday_lights"},"threshold":0.04099935938501},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/reindeer_horns"},"threshold":0.0416399743754},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/santa_hat"},"threshold":0.042280589365791},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/scifi_earpiece"},"threshold":0.042921204356182},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/snow_fox_ears"},"threshold":0.043561819346573},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/silver_viking_helmet"},"threshold":0.044202434336963},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/winter_hat"},"threshold":0.044843049327354},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/winter_scarf"},"threshold":0.045483664317745},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/chefs_hat"},"threshold":0.046124279308136},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/diamond_helmet"},"threshold":0.046764894298527},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/eye_cultist_hood"},"threshold":0.047405509288917},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/fruit_basket"},"threshold":0.048046124279308},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/gold_helmet"},"threshold":0.048686739269699},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/half_moon_hood"},"threshold":0.04932735426009},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/propeller_hat"},"threshold":0.04996796925048},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/seraphim_tiara"},"threshold":0.050608584240871},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/sombrero"},"threshold":0.051249199231262},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/stout_shako"},"threshold":0.051889814221653},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/wybel_beanie"},"threshold":0.052530429212044},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/bonfire_crown"},"threshold":0.053171044202434},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/leaf_crest"},"threshold":0.053811659192825},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/straw_hat"},"threshold":0.054452274183216},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/sun_hat"},"threshold":0.055092889173607},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/bucket_hat"},"threshold":0.055733504163997},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/bandana"},"threshold":0.056374119154388},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/beret"},"threshold":0.057014734144779},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/bonfire_headdress"},"threshold":0.05765534913517},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/crown_of_chains"},"threshold":0.058295964125561},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/elf_hat"},"threshold":0.058936579115951},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/raccoon_cap"},"threshold":0.059577194106342},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/tree_hat"},"threshold":0.060217809096733},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/snow_cloud_hat"},"threshold":0.060858424087124},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/frostbound_halo"},"threshold":0.061499039077514},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/dapper_topper"},"threshold":0.062139654067905},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/fur_hood"},"threshold":0.062780269058296},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/stars_hat"},"threshold":0.063420884048687},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/thankful_capotain"},"threshold":0.064061499039078},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/winter_moon_hat"},"threshold":0.064702114029468},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/big_catch"},"threshold":0.065342729019859},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/bookworm"},"threshold":0.06598334401025},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/chef_poultry"},"threshold":0.066623959000641},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/lumberjack_stump"},"threshold":0.067264573991031},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/brewing_cauldron"},"threshold":0.067905188981422},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/yarn_head"},"threshold":0.068545803971813},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/cowboy_hat"},"threshold":0.069186418962204},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/champion_fullhelm"},"threshold":0.069827033952594},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/masquerade_mask"},"threshold":0.070467648942985},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/decorated_bicorn"},"threshold":0.071108263933376},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/spring_hat"},"threshold":0.071748878923767},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/towering_hat"},"threshold":0.072389493914158},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/bird_nest"},"threshold":0.073030108904548},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/fungi_cap"},"threshold":0.073670723894939},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/fury_coronet"},"threshold":0.07431133888533},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/geomancer_bouldercrest"},"threshold":0.074951953875721},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/grizzly_headpiece"},"threshold":0.075592568866111},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/hot_head"},"threshold":0.076233183856502},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/lotus_of_the_wilds"},"threshold":0.076873798846893},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/aristrocat_hat"},"threshold":0.077514413837284},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/dragon_mask"},"threshold":0.078155028827675},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/hydration_headgear"},"threshold":0.078795643818065},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/verdant_laurel"},"threshold":0.079436258808456},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/gothic_tiara"},"threshold":0.080076873798847},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/paper_bag"},"threshold":0.080717488789238},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/witch_hat"},"threshold":0.081358103779628},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/fossil_skull"},"threshold":0.081998718770019},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/monster_mask"},"threshold":0.08263933376041},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/gluttony_gourd"},"threshold":0.083279948750801},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/bandit_mask"},"threshold":0.083920563741192},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/grafter_aggregate"},"threshold":0.084561178731582},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/haunting_spider"},"threshold":0.085201793721973},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/werewolf_mask"},"threshold":0.085842408712364},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/moonlit_chapeau"},"threshold":0.086483023702755},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/worn_kasa"},"threshold":0.087123638693145},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/midnight_kasa"},"threshold":0.087764253683536},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/cat_hat"},"threshold":0.088404868673927},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/evergreen_wreath"},"threshold":0.089045483664318},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/gingerbread_house"},"threshold":0.089686098654709},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/gnome_cap"},"threshold":0.090326713645099},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/highlands_ushanka"},"threshold":0.09096732863549},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/nutcracker_hat"},"threshold":0.091607943625881},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/fox_mask"},"threshold":0.092248558616272},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/frostbite_hat"},"threshold":0.092889173606662},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/snowdrift_circlet"},"threshold":0.093529788597053},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/theorick_hood"},"threshold":0.094170403587444},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/valorous_helmet"},"threshold":0.094811018577835},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/ancient_diadem"},"threshold":0.095451633568225},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/cheese_wheel"},"threshold":0.096092248558616},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/gardener_hat"},"threshold":0.096732863549007},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/rose_hat"},"threshold":0.097373478539398},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/heroes_beret"},"threshold":0.098014093529789},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/heroic_wingwreath"},"threshold":0.098654708520179},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/dwarven_helmet"},"threshold":0.09929532351057},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/embellished_tricorn"},"threshold":0.099935938500961},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/hunter_hat"},"threshold":0.100576553491352},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/spring_flowers_circlet"},"threshold":0.101217168481742},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/stalwart_morion"},"threshold":0.101857783472133},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/elf_ears"},"threshold":0.102498398462524},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/annihilation_disciple"},"threshold":0.103139013452915},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/orphion_messenger"},"threshold":0.103779628443306},{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.104420243433696}]}} \ No newline at end of file diff --git a/assets/minecraft/items/diamond_shovel.json b/assets/minecraft/items/diamond_shovel.json new file mode 100644 index 000000000..3aca61db4 --- /dev/null +++ b/assets/minecraft/items/diamond_shovel.json @@ -0,0 +1 @@ +{"model":{"type":"minecraft:range_dispatch","property":"minecraft:damage","fallback":{"type":"minecraft:model","model":"minecraft:item/diamond_shovel"},"entries":[{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/chicken_leg_staff"},"threshold":0.00064020486},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/kebab_spear"},"threshold":0.00128040973},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/swordfish_wand"},"threshold":0.0019206146},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/banana_bow"},"threshold":0.00256081946},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/flaming_sword"},"threshold":0.00320102433},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/flaming_hammer"},"threshold":0.00384122919},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/flaming_wand"},"threshold":0.00448143406},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/flaming_bow"},"threshold":0.00512163892},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/dernic_wand"},"threshold":0.00576184379},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/dernic_dagger"},"threshold":0.00640204866},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/dernic_spear"},"threshold":0.00704225352},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/dernic_bow"},"threshold":0.00768245839},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/holy_dagger"},"threshold":0.00832266325},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/holy_hammer"},"threshold":0.00896286812},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/holy_wand"},"threshold":0.00960307298},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/holy_bow"},"threshold":0.0102432778},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/lotr_dagger"},"threshold":0.0108834827},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/lotr_staff"},"threshold":0.0115236876},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/lotr_wand"},"threshold":0.0121638924},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/lotr_bow"},"threshold":0.0128040973},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/money_bow"},"threshold":0.0134443022},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/money_wand"},"threshold":0.014084507},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/money_spear"},"threshold":0.0147247119},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/money_dagger"},"threshold":0.0153649168},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/pan"},"threshold":0.01600512166},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/dernic_relik"},"threshold":0.016645326504481},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/corrupted_relik"},"threshold":0.017285531370038},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/frost_relik"},"threshold":0.017925736235595},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/broccoli"},"threshold":0.018565941101152},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/anchor_relik"},"threshold":0.019206145966709},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/cannon_bow"},"threshold":0.019846350832266},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/phoenix_relik"},"threshold":0.020486555697823},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/steampunk_relik"},"threshold":0.02112676056338},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/halfmoon_relik"},"threshold":0.021766965428937},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/future_relik"},"threshold":0.022407170294494},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/money_relik"},"threshold":0.023047375160051},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/oar_spear"},"threshold":0.023687580025608},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/atlas_wand"},"threshold":0.024327784891165},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/hook_dagger"},"threshold":0.024967989756722},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/fellowship_relik"},"threshold":0.025608194622279},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/rune_dagger"},"threshold":0.026248399487836},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/rune_spear"},"threshold":0.026888604353393},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/rune_crossbow"},"threshold":0.02752880921895},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/rune_staff"},"threshold":0.028169014084507},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/rune_relik"},"threshold":0.028809218950064},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/dynasty_spear"},"threshold":0.029449423815621},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/dynasty_dagger"},"threshold":0.030089628681178},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/dynasty_wand"},"threshold":0.030729833546735},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/dynasty_relik"},"threshold":0.031370038412292},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/dynasty_bow"},"threshold":0.032010243277849},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/decay_wand"},"threshold":0.03267136450993},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/decay_bow"},"threshold":0.033290653008963},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/decay_dagger"},"threshold":0.03393085787452},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/decay_relik"},"threshold":0.034571062740077},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/decay_spear"},"threshold":0.035211267605634},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/driftwood_wand"},"threshold":0.035851472471191},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/driftwood_bow"},"threshold":0.036491677336748},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/driftwood_dagger"},"threshold":0.037131882202305},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/driftwood_relik"},"threshold":0.037772087067862},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/driftwood_spear"},"threshold":0.038136899423447},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/rose"},"threshold":0.039077514413837},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/harvest_spear"},"threshold":0.039718129404228},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/harvest_wand"},"threshold":0.040358744394619},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/harvest_sickle"},"threshold":0.04099935938501},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/harvest_relik"},"threshold":0.0416399743754},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/harvest_bow"},"threshold":0.042280589365791},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/spectral_spear"},"threshold":0.042921204356182},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/spectral_relik"},"threshold":0.043561819346573},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/spectral_dagger"},"threshold":0.044202434336963},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/spectral_wand"},"threshold":0.044843049327354},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/spectral_bow"},"threshold":0.045483664317745},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/boreal_spear"},"threshold":0.046124279308136},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/boreal_relik"},"threshold":0.046764894298527},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/boreal_bow"},"threshold":0.047405509288917},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/boreal_dagger"},"threshold":0.048046124279308},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/boreal_wand"},"threshold":0.048686739269699},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/cosmic_spear"},"threshold":0.04932735426009},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/cosmic_relik"},"threshold":0.04996796925048},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/cosmic_wand"},"threshold":0.050608584240871},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/cosmic_dagger"},"threshold":0.051249199231262},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/cosmic_bow"},"threshold":0.051889814221653},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/voodoo_doll"},"threshold":0.052530429212044},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/candy_relik"},"threshold":0.053171044202434},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/candy_bow"},"threshold":0.053811659192825},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/candy_spear"},"threshold":0.054452274183216},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/candy_wand"},"threshold":0.055092889173607},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/candy_dagger"},"threshold":0.055733504163997},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/seraphim_dagger"},"threshold":0.056374119154388},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/seraphim_spear"},"threshold":0.057014734144779},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/seraphim_wand"},"threshold":0.05765534913517},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/seraphim_bow"},"threshold":0.058295964125561},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/seraphim_relik"},"threshold":0.058936579115951},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/music_dagger"},"threshold":0.059577194106342},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/music_spear"},"threshold":0.060217809096733},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/music_wand"},"threshold":0.060858424087124},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/music_bow"},"threshold":0.061499039077514},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/music_relik"},"threshold":0.062139654067905},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/toy_dagger"},"threshold":0.062780269058296},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/toy_spear"},"threshold":0.063420884048687},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/toy_wand"},"threshold":0.064061499039078},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/toy_bow"},"threshold":0.064702114029468},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/toy_relik"},"threshold":0.065342729019859},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/pan_pipes_relik"},"threshold":0.06598334401025},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/tropical_bow"},"threshold":0.066623959000641},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/tropical_dagger"},"threshold":0.067264573991031},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/tropical_relik"},"threshold":0.067905188981422},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/tropical_spear"},"threshold":0.068545803971813},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/tropical_wand"},"threshold":0.069186418962204},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/bonfire_bow"},"threshold":0.069827033952594},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/bonfire_dagger"},"threshold":0.070467648942985},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/bonfire_relik"},"threshold":0.071108263933376},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/bonfire_spear"},"threshold":0.071748878923767},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/bonfire_wand"},"threshold":0.072389493914158},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/squid_wand"},"threshold":0.073030108904548},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/frostbound_bow"},"threshold":0.073670723894939},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/frostbound_dagger"},"threshold":0.07431133888533},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/frostbound_relik"},"threshold":0.074951953875721},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/frostbound_spear"},"threshold":0.075592568866111},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/frostbound_wand"},"threshold":0.076233183856502},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/sharpshooter_rifle"},"threshold":0.076873798846893},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/trickster_main_gauche"},"threshold":0.077514413837284},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/summoner_marionette"},"threshold":0.078155028827675},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/paladin_greatsword"},"threshold":0.078795643818065},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/light_bearer_sceptre"},"threshold":0.079436258808456},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/heroic_bow"},"threshold":0.080076873798847},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/heroic_dagger"},"threshold":0.080717488789238},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/heroic_relik"},"threshold":0.081358103779628},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/heroic_spear"},"threshold":0.081998718770019},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/heroic_wand"},"threshold":0.08263933376041},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/brawler_blunderbuss"},"threshold":0.083279948750801},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/brawler_trowel"},"threshold":0.083920563741192},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/brawler_whiskey"},"threshold":0.084561178731582},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/brawler_rake"},"threshold":0.085201793721973},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/brawler_broom"},"threshold":0.085842408712364},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/boltslinger_repeater"},"threshold":0.086483023702755},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/acrobat_katana"},"threshold":0.087123638693145},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/ritualist_focus"},"threshold":0.087764253683536},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/battle_monk_guandao"},"threshold":0.088404868673927},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/arcanist_tome"},"threshold":0.089045483664318},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/geomancer_arch"},"threshold":0.089686098654709},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/geomancer_fist"},"threshold":0.090326713645099},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/geomancer_heirloom"},"threshold":0.09096732863549},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/geomancer_hammer"},"threshold":0.091607943625881},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/geomancer_sceptre"},"threshold":0.092248558616272},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/fury_longbow"},"threshold":0.092889173606662},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/fury_sword"},"threshold":0.093529788597053},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/fury_sceptre"},"threshold":0.094170403587444},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/fury_lance"},"threshold":0.094811018577835},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/fury_staff"},"threshold":0.095451633568225},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/crimson_crossbow"},"threshold":0.096092248558616},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/crimson_dagger"},"threshold":0.096732863549007},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/crimson_relik"},"threshold":0.097373478539398},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/crimson_greatsword"},"threshold":0.098014093529789},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/crimson_wand"},"threshold":0.098654708520179},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/fossil_bow"},"threshold":0.09929532351057},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/fossil_dagger"},"threshold":0.099935938500961},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/fossil_relik"},"threshold":0.100576553491352},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/fossil_spear"},"threshold":0.101217168481742},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/fossil_wand"},"threshold":0.101857783472133},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/gothic_arch"},"threshold":0.102498398462524},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/gothic_claymore"},"threshold":0.103139013452915},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/gothic_relik"},"threshold":0.103779628443306},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/gothic_trident"},"threshold":0.104420243433696},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/gothic_staff"},"threshold":0.105060858424087},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/tesla_bow"},"threshold":0.105701473414478},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/tesla_claw"},"threshold":0.106342088404869},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/tesla_relik"},"threshold":0.106982703395259},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/tesla_trident"},"threshold":0.10762331838565},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/tesla_staff"},"threshold":0.108263933376041},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/trapper_crescent"},"threshold":0.108904548366432},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/shadestepper_scimitar"},"threshold":0.109545163356823},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/acolyte_scepter"},"threshold":0.110185778347213},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/fallen_glaive"},"threshold":0.110826393337604},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/riftwalker_staff"},"threshold":0.111467008327995},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/highlands_bow"},"threshold":0.112107623318386},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/highlands_claw"},"threshold":0.112748238308776},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/highlands_relik"},"threshold":0.113388853299167},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/highlands_gavel"},"threshold":0.114029468289558},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/highlands_staff"},"threshold":0.114670083279949},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/aurora_longbow"},"threshold":0.11531069827034},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/aurora_dagger"},"threshold":0.115951313260731},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/aurora_relik"},"threshold":0.116591928251122},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/aurora_battleaxe"},"threshold":0.117232543241513},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/aurora_staff"},"threshold":0.117873158231904},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/ancient_orbiter"},"threshold":0.118513773222295},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/ancient_palm"},"threshold":0.119154388212684},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/ancient_relik"},"threshold":0.119795003203075},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/ancient_halberd"},"threshold":0.120435618193466},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/ancient_staff"},"threshold":0.121076233183856},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/dwarven_bow"},"threshold":0.121716848174247},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/dwarven_dagger"},"threshold":0.122357463164638},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/dwarven_relik"},"threshold":0.122998078155029},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/dwarven_spear"},"threshold":0.12363869314542},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/dwarven_wand"},"threshold":0.12427930813581},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/bob_bow"},"threshold":0.124919923126201},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/siegfried_sword"},"threshold":0.125560538116592},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/maxie_remote"},"threshold":0.126201153106983},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/tisaun_greatsword"},"threshold":0.126841768097373},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/lari_stave"},"threshold":0.127482383087764},{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.128122998078155}]}} \ No newline at end of file diff --git a/assets/minecraft/items/diamond_sword.json b/assets/minecraft/items/diamond_sword.json new file mode 100644 index 000000000..b58992f95 --- /dev/null +++ b/assets/minecraft/items/diamond_sword.json @@ -0,0 +1 @@ +{"model":{"type":"minecraft:range_dispatch","property":"minecraft:damage","fallback":{"type":"minecraft:model","model":"minecraft:item/diamond_sword"},"entries":[{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/spell/meteor_0"},"threshold":0.000640614990391},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/spell/meteor_1"},"threshold":0.001281229980782},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/spell/ice_snake_0"},"threshold":0.001921844971172},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/spell/ice_snake_1"},"threshold":0.002562459961563},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/spell/trap_0"},"threshold":0.003203074951954},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/spell/trap_1"},"threshold":0.003843689942345},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/spell/angel_0"},"threshold":0.004484304932735},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/spell/angel_1"},"threshold":0.005124919923126},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/spell/mask_coward"},"threshold":0.005765534913517},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/spell/mask_lunatic"},"threshold":0.006406149903908},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/spell/mask_fanatic"},"threshold":0.007046764894299},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/burning_flame"},"threshold":0.007687379884689},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/station/misc_bucket"},"threshold":0.00832799487508},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/station/message_board"},"threshold":0.008968609865471},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/station/teleport_pad"},"threshold":0.009609224855862},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/station/jukebox"},"threshold":0.010249839846252},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/chair_bench"},"threshold":0.010890454836643},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/chair_boulder"},"threshold":0.011531069827034},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/chair_wood"},"threshold":0.012171684817425},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/curtains_bamboo"},"threshold":0.012812299807816},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/curtains_open_bamboo"},"threshold":0.013452914798206},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/curtains_velvet"},"threshold":0.014093529788597},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/curtains_open_velvet"},"threshold":0.014734144778988},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/curtains_regal"},"threshold":0.015374759769379},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/curtains_open_regal"},"threshold":0.016015374759769},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/curtains_white"},"threshold":0.01665598975016},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/curtains_open_white"},"threshold":0.017296604740551},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/statue_frog"},"threshold":0.017937219730942},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/chair_log"},"threshold":0.018577834721332},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/shades"},"threshold":0.019218449711723},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/shades_open"},"threshold":0.019859064702114},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/chair_stool"},"threshold":0.020499679692505},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/chair_quartz"},"threshold":0.021140294682896},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/chair_regal"},"threshold":0.021780909673286},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/station/gear"},"threshold":0.022421524663677},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/table_small"},"threshold":0.023062139654068},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/table_normal"},"threshold":0.023702754644459},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/table_quartz"},"threshold":0.024343369634849},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/table_regal"},"threshold":0.02498398462524},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/table_boulder"},"threshold":0.025624599615631},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/message_bottle"},"threshold":0.026265214606022},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/locked_chest"},"threshold":0.026905829596413},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/beam"},"threshold":0.027546444586803},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/station/bookshelf"},"threshold":0.028187059577194},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/statue_eldritch"},"threshold":0.028827674567585},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/statue_hero"},"threshold":0.029468289557976},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/statue_light_guild"},"threshold":0.030108904548366},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/statue_idol"},"threshold":0.030749519538757},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/giant_gourd"},"threshold":0.031390134529148},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/undead_remains_0"},"threshold":0.032030749519539},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/undead_remains_1"},"threshold":0.03267136450993},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/soul_flame"},"threshold":0.03331197950032},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/soul_lantern"},"threshold":0.033952594490711},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/present_red"},"threshold":0.034593209481102},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/present_green"},"threshold":0.035233824471493},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/present_blue"},"threshold":0.035874439461883},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/garden_gnome"},"threshold":0.036515054452274},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/candy_cane"},"threshold":0.037155669442665},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/mead_mug"},"threshold":0.037796284433056},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/clay_urn"},"threshold":0.038436899423447},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/quest_scroll"},"threshold":0.039077514413837},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/hay_bale"},"threshold":0.039718129404228},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/treasure_cache"},"threshold":0.040358744394619},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/burlap_sack"},"threshold":0.04099935938501},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/barrel_oak"},"threshold":0.0416399743754},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/barrel_spruce"},"threshold":0.042280589365791},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/barrel_birch"},"threshold":0.042921204356182},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/clay_vase"},"threshold":0.043561819346573},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/clay_amphora"},"threshold":0.044202434336963},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/clay_mortar"},"threshold":0.044843049327354},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/bottles"},"threshold":0.045483664317745},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/carrots"},"threshold":0.046124279308136},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/potatoes"},"threshold":0.046764894298527},{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.047405509288917}]}} \ No newline at end of file diff --git a/assets/minecraft/items/flint_and_steel.json b/assets/minecraft/items/flint_and_steel.json new file mode 100644 index 000000000..74f614507 --- /dev/null +++ b/assets/minecraft/items/flint_and_steel.json @@ -0,0 +1 @@ +{"model":{"type":"minecraft:range_dispatch","property":"minecraft:damage","fallback":{"type":"minecraft:model","model":"minecraft:item/flint_and_steel"},"entries":[{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/ring/ring_base_a"},"threshold":0.015625},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/ring/ring_base_b"},"threshold":0.03125},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/ring/ring_earth_a"},"threshold":0.046875},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/ring/ring_earth_b"},"threshold":0.0625},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/ring/ring_thunder_a"},"threshold":0.078125},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/ring/ring_thunder_b"},"threshold":0.09375},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/ring/ring_fire_a"},"threshold":0.109375},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/ring/ring_fire_b"},"threshold":0.125},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/ring/ring_air_a"},"threshold":0.140625},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/ring/ring_air_b"},"threshold":0.15625},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/ring/ring_water_a"},"threshold":0.171875},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/ring/ring_water_b"},"threshold":0.1875},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/ring/ring_multi_a"},"threshold":0.203125},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/ring/ring_multi_b"},"threshold":0.21875},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/ring/ring_special_a"},"threshold":0.234375},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/ring/ring_special_b"},"threshold":0.25},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/ring/ring_special_c"},"threshold":0.265625},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/necklace/necklace_base_a"},"threshold":0.28125},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/necklace/necklace_base_b"},"threshold":0.296875},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/necklace/necklace_earth_a"},"threshold":0.3125},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/necklace/necklace_earth_b"},"threshold":0.328125},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/necklace/necklace_thunder_a"},"threshold":0.34375},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/necklace/necklace_thunder_b"},"threshold":0.359375},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/necklace/necklace_fire_a"},"threshold":0.375},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/necklace/necklace_fire_b"},"threshold":0.390625},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/necklace/necklace_air_a"},"threshold":0.40625},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/necklace/necklace_air_b"},"threshold":0.421875},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/necklace/necklace_water_a"},"threshold":0.4375},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/necklace/necklace_water_b"},"threshold":0.453125},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/necklace/necklace_multi_a"},"threshold":0.46875},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/necklace/necklace_multi_b"},"threshold":0.484375},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/necklace/necklace_special_a"},"threshold":0.5},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/necklace/necklace_special_b"},"threshold":0.515625},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/necklace/necklace_special_c"},"threshold":0.53125},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/bracelet/bracelet_base_a"},"threshold":0.546875},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/bracelet/bracelet_base_b"},"threshold":0.5625},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/bracelet/bracelet_earth_a"},"threshold":0.578125},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/bracelet/bracelet_earth_b"},"threshold":0.59375},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/bracelet/bracelet_thunder_a"},"threshold":0.609375},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/bracelet/bracelet_thunder_b"},"threshold":0.625},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/bracelet/bracelet_fire_a"},"threshold":0.640625},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/bracelet/bracelet_fire_b"},"threshold":0.65625},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/bracelet/bracelet_air_a"},"threshold":0.671875},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/bracelet/bracelet_air_b"},"threshold":0.6875},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/bracelet/bracelet_water_a"},"threshold":0.703125},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/bracelet/bracelet_water_b"},"threshold":0.71875},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/bracelet/bracelet_multi_a"},"threshold":0.734375},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/bracelet/bracelet_multi_b"},"threshold":0.75},{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.765625}]}} \ No newline at end of file diff --git a/assets/minecraft/items/golden_axe.json b/assets/minecraft/items/golden_axe.json new file mode 100644 index 000000000..b4ed5af3c --- /dev/null +++ b/assets/minecraft/items/golden_axe.json @@ -0,0 +1 @@ +{"model":{"type":"minecraft:range_dispatch","property":"minecraft:damage","fallback":{"type":"minecraft:model","model":"minecraft:item/golden_axe"},"entries":[{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.03125},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/note_green"},"threshold":0.375},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/note_yellow"},"threshold":0.40625},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/note_gray"},"threshold":0.4375},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/store/silverbull_emblem"},"threshold":0.46875},{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.5}]}} \ No newline at end of file diff --git a/assets/minecraft/items/golden_pickaxe.json b/assets/minecraft/items/golden_pickaxe.json new file mode 100644 index 000000000..cd512e134 --- /dev/null +++ b/assets/minecraft/items/golden_pickaxe.json @@ -0,0 +1 @@ +{"model":{"type":"minecraft:range_dispatch","property":"minecraft:damage","fallback":{"type":"minecraft:model","model":"minecraft:item/golden_pickaxe"},"entries":[{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.03125},{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.0625},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/beacon/yellow"},"threshold":0.09375},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/beacon/blue"},"threshold":0.125},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/beacon/purple"},"threshold":0.15625},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/beacon/gray"},"threshold":0.1875},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/beacon/orange"},"threshold":0.21875},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/beacon/red"},"threshold":0.25},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/beacon/dark_gray"},"threshold":0.28125},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/beacon/white"},"threshold":0.3125},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/beacon/cyan"},"threshold":0.34375},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/beacon/rainbow"},"threshold":0.375},{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.40625}]}} \ No newline at end of file diff --git a/assets/minecraft/items/golden_shovel.json b/assets/minecraft/items/golden_shovel.json new file mode 100644 index 000000000..50fa455c7 --- /dev/null +++ b/assets/minecraft/items/golden_shovel.json @@ -0,0 +1 @@ +{"model":{"type":"minecraft:range_dispatch","property":"minecraft:damage","fallback":{"type":"minecraft:model","model":"minecraft:item/golden_shovel"},"entries":[{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.03125},{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.0625},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/equipment_slot"},"threshold":0.09375},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/crafting/main"},"threshold":0.125},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/crafting/item_slot"},"threshold":0.15625},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/crafting/material_slot"},"threshold":0.1875},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/crafting/arrow_up"},"threshold":0.21875},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/crafting/arrow_down"},"threshold":0.25},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/row"},"threshold":0.28125},{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.3125},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/crafting/column_offset"},"threshold":0.34375},{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.375},{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.40625},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/legacy/arrow_left_default"},"threshold":0.4375},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/legacy/arrow_right_default"},"threshold":0.46875},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/legacy/arrow_right_red"},"threshold":0.5},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/legacy/check_gray"},"threshold":0.53125},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/legacy/check_red"},"threshold":0.5625},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/legacy/check_yellow"},"threshold":0.59375},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/legacy/check_green"},"threshold":0.625},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/legacy/refresh_yellow"},"threshold":0.65625},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/legacy/plus_green"},"threshold":0.6875},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_icon"},"threshold":0.71875},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/beacon/pink"},"threshold":0.75},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/beacon/green"},"threshold":0.78125},{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.8125}]}} \ No newline at end of file diff --git a/assets/minecraft/items/infested_chiseled_stone_bricks.json b/assets/minecraft/items/infested_chiseled_stone_bricks.json new file mode 100644 index 000000000..70af447b0 --- /dev/null +++ b/assets/minecraft/items/infested_chiseled_stone_bricks.json @@ -0,0 +1 @@ +{"model":{"type":"minecraft:model","model":"minecraft:block/variants/dark_chiseled_stone_bricks"}} \ No newline at end of file diff --git a/assets/minecraft/items/infested_cobblestone.json b/assets/minecraft/items/infested_cobblestone.json new file mode 100644 index 000000000..0c6cbb5f4 --- /dev/null +++ b/assets/minecraft/items/infested_cobblestone.json @@ -0,0 +1 @@ +{"model":{"type":"minecraft:model","model":"minecraft:block/variants/dark_cobblestone"}} \ No newline at end of file diff --git a/assets/minecraft/items/infested_cracked_stone_bricks.json b/assets/minecraft/items/infested_cracked_stone_bricks.json new file mode 100644 index 000000000..9cbc862ad --- /dev/null +++ b/assets/minecraft/items/infested_cracked_stone_bricks.json @@ -0,0 +1 @@ +{"model":{"type":"minecraft:model","model":"minecraft:block/variants/dark_cracked_stone_bricks"}} \ No newline at end of file diff --git a/assets/minecraft/items/infested_mossy_stone_bricks.json b/assets/minecraft/items/infested_mossy_stone_bricks.json new file mode 100644 index 000000000..9dccc9e07 --- /dev/null +++ b/assets/minecraft/items/infested_mossy_stone_bricks.json @@ -0,0 +1 @@ +{"model":{"type":"minecraft:model","model":"minecraft:block/variants/dark_mossy_stone_bricks"}} \ No newline at end of file diff --git a/assets/minecraft/items/infested_stone.json b/assets/minecraft/items/infested_stone.json new file mode 100644 index 000000000..08deb5d3c --- /dev/null +++ b/assets/minecraft/items/infested_stone.json @@ -0,0 +1 @@ +{"model":{"type":"minecraft:model","model":"minecraft:block/variants/dark_stone"}} \ No newline at end of file diff --git a/assets/minecraft/items/infested_stone_bricks.json b/assets/minecraft/items/infested_stone_bricks.json new file mode 100644 index 000000000..e622e5ed1 --- /dev/null +++ b/assets/minecraft/items/infested_stone_bricks.json @@ -0,0 +1 @@ +{"model":{"type":"minecraft:model","model":"minecraft:block/variants/dark_stone_bricks"}} \ No newline at end of file diff --git a/assets/minecraft/items/iron_horse_armor.json b/assets/minecraft/items/iron_horse_armor.json new file mode 100644 index 000000000..d9787d3d1 --- /dev/null +++ b/assets/minecraft/items/iron_horse_armor.json @@ -0,0 +1 @@ +{"model":{"type":"minecraft:range_dispatch","property":"minecraft:custom_model_data","index":0,"fallback":{"type":"minecraft:model","model":"minecraft:item/iron_horse_armor"},"entries":[{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/profession/alchemism"},"threshold":1},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/profession/armouring"},"threshold":2},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/profession/cooking"},"threshold":3},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/profession/farming"},"threshold":4},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/profession/fishing"},"threshold":5},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/profession/jeweling"},"threshold":6},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/profession/mining"},"threshold":7},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/profession/scribing"},"threshold":8},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/profession/tailoring"},"threshold":9},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/profession/weaponsmithing"},"threshold":10},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/profession/woodcutting"},"threshold":11},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/profession/woodworking"},"threshold":12},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/chair_wood"},"threshold":13},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/chair_stool"},"threshold":14},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/chair_bench"},"threshold":15},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/chair_log"},"threshold":16},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/chair_boulder"},"threshold":17},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/chair_regal"},"threshold":18},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/chair_quartz"},"threshold":19},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/table_small"},"threshold":20},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/table_normal"},"threshold":21},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/table_boulder"},"threshold":22},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/table_regal"},"threshold":23},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/table_quartz"},"threshold":24},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/shades"},"threshold":25},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/shades_open"},"threshold":26},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/curtains_bamboo"},"threshold":27},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/curtains_open_bamboo"},"threshold":28},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/curtains_white"},"threshold":29},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/curtains_open_white"},"threshold":30},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/curtains_regal"},"threshold":31},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/curtains_open_regal"},"threshold":32},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/curtains_velvet"},"threshold":33},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/curtains_open_velvet"},"threshold":34},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/statue_eldritch"},"threshold":35},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/statue_hero"},"threshold":36},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/statue_idol"},"threshold":37},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/statue_groot_normal"},"threshold":38},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/statue_groot_guild"},"threshold":39},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/statue_light_normal"},"threshold":40},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/statue_light_guild"},"threshold":41},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/statue_colossal_normal"},"threshold":42},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/statue_colossal_guild"},"threshold":43},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/statue_nameless_normal"},"threshold":44},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/furniture/statue_nameless_guild"},"threshold":45},{"model":{"type":"minecraft:model","model":"minecraft:item/wooden_axe"},"threshold":46},{"model":{"type":"minecraft:model","model":"minecraft:item/stone_axe"},"threshold":47},{"model":{"type":"minecraft:model","model":"minecraft:item/golden_axe"},"threshold":48},{"model":{"type":"minecraft:model","model":"minecraft:item/iron_axe"},"threshold":49},{"model":{"type":"minecraft:model","model":"minecraft:item/diamond_axe"},"threshold":50},{"model":{"type":"minecraft:model","model":"minecraft:item/wooden_pickaxe"},"threshold":51},{"model":{"type":"minecraft:model","model":"minecraft:item/stone_pickaxe"},"threshold":52},{"model":{"type":"minecraft:model","model":"minecraft:item/golden_pickaxe"},"threshold":53},{"model":{"type":"minecraft:model","model":"minecraft:item/iron_pickaxe"},"threshold":54},{"model":{"type":"minecraft:model","model":"minecraft:item/diamond_pickaxe"},"threshold":55},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/tool/wooden_rod"},"threshold":56},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/tool/stone_rod"},"threshold":57},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/tool/golden_rod"},"threshold":58},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/tool/iron_rod"},"threshold":59},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/tool/diamond_rod"},"threshold":60},{"model":{"type":"minecraft:model","model":"minecraft:item/wooden_hoe"},"threshold":61},{"model":{"type":"minecraft:model","model":"minecraft:item/stone_hoe"},"threshold":62},{"model":{"type":"minecraft:model","model":"minecraft:item/golden_hoe"},"threshold":63},{"model":{"type":"minecraft:model","model":"minecraft:item/iron_hoe"},"threshold":64},{"model":{"type":"minecraft:model","model":"minecraft:item/diamond_hoe"},"threshold":65},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/tool/blueprint"},"threshold":66},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/tool/handsaw"},"threshold":67},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/tool/ruler"},"threshold":68},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/tool/wand"},"threshold":69},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/station/bookshelf"},"threshold":70},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/station/jukebox"},"threshold":71},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/station/message_board"},"threshold":72},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/station/misc_bucket"},"threshold":73},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/station/teleport_pad"},"threshold":74},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/housing/profession/trophy/base"},"threshold":75},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/loot/common"},"threshold":76},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/loot/rare"},"threshold":77},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/loot/set"},"threshold":78},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/loot/legendary"},"threshold":79},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/loot/fabled"},"threshold":80},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/loot/mythic"},"threshold":81},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/loot/cache"},"threshold":82},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/mastery_tome/armour"},"threshold":83},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/mastery_tome/guild"},"threshold":84},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/mastery_tome/lootrun"},"threshold":85},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/mastery_tome/mana"},"threshold":86},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/mastery_tome/movement"},"threshold":87},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/mastery_tome/utility"},"threshold":88},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/mastery_tome/weapon"},"threshold":89},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/pouch/emerald_empty"},"threshold":90},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/pouch/emerald_half"},"threshold":91},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/pouch/emerald_full"},"threshold":92},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/pouch/ingredient_default"},"threshold":93},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/pouch/ingredient_empty"},"threshold":94},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/pouch/ingredient_half"},"threshold":95},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/pouch/ingredient_full"},"threshold":96},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/pouch/ingredient_add"},"threshold":97},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/pouch/crafter_varied"},"threshold":98},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/pouch/crafter_packed"},"threshold":99},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/pouch/crafter_stuffed"},"threshold":100},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/barrel_birch"},"threshold":101},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/barrel_oak"},"threshold":102},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/barrel_spruce"},"threshold":103},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/bottles"},"threshold":104},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/burlap_sack"},"threshold":105},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/burning_flame"},"threshold":106},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/candy_cane"},"threshold":107},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/carrots"},"threshold":108},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/clay_amphora"},"threshold":109},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/clay_urn"},"threshold":110},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/clay_vase"},"threshold":111},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/clay_mortar"},"threshold":112},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/garden_gnome"},"threshold":113},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/giant_gourd"},"threshold":114},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/hay_bale"},"threshold":115},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/mead_mug"},"threshold":116},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/message_bottle"},"threshold":117},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/potatoes"},"threshold":118},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/present_blue"},"threshold":119},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/present_green"},"threshold":120},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/present_red"},"threshold":121},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/quest_scroll"},"threshold":122},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/soul_flame"},"threshold":123},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/soul_lantern"},"threshold":124},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/treasure_cache"},"threshold":125},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/undead_remains_0"},"threshold":126},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/prop/undead_remains_1"},"threshold":127},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/spell/meteor_0"},"threshold":128},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/spell/meteor_1"},"threshold":129},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/spell/ice_snake_0"},"threshold":130},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/spell/ice_snake_1"},"threshold":131},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/spell/trap_0"},"threshold":132},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/spell/trap_1"},"threshold":133},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/spell/angel_0"},"threshold":134},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/spell/angel_1"},"threshold":135},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/spell/totem_0"},"threshold":136},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/spell/totem_1"},"threshold":137},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/spell/mask_coward"},"threshold":138},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/spell/mask_fanatic"},"threshold":139},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/spell/mask_lunatic"},"threshold":140},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/ring/ring_base_a"},"threshold":141},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/ring/ring_base_b"},"threshold":142},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/ring/ring_special_c"},"threshold":143},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/ring/ring_special_b"},"threshold":144},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/ring/ring_special_a"},"threshold":145},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/ring/ring_air_a"},"threshold":146},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/ring/ring_air_b"},"threshold":147},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/ring/ring_earth_a"},"threshold":148},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/ring/ring_earth_b"},"threshold":149},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/ring/ring_fire_a"},"threshold":150},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/ring/ring_fire_b"},"threshold":151},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/ring/ring_thunder_a"},"threshold":152},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/ring/ring_thunder_b"},"threshold":153},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/ring/ring_water_a"},"threshold":154},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/ring/ring_water_b"},"threshold":155},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/ring/ring_multi_a"},"threshold":156},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/ring/ring_multi_b"},"threshold":157},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/bracelet/bracelet_base_a"},"threshold":158},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/bracelet/bracelet_base_b"},"threshold":159},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/bracelet/bracelet_air_a"},"threshold":160},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/bracelet/bracelet_air_b"},"threshold":161},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/bracelet/bracelet_earth_a"},"threshold":162},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/bracelet/bracelet_earth_b"},"threshold":163},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/bracelet/bracelet_fire_a"},"threshold":164},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/bracelet/bracelet_fire_b"},"threshold":165},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/bracelet/bracelet_thunder_a"},"threshold":166},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/bracelet/bracelet_thunder_b"},"threshold":167},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/bracelet/bracelet_water_a"},"threshold":168},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/bracelet/bracelet_water_b"},"threshold":169},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/bracelet/bracelet_multi_a"},"threshold":170},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/bracelet/bracelet_multi_b"},"threshold":171},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/necklace/necklace_base_a"},"threshold":172},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/necklace/necklace_base_b"},"threshold":173},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/necklace/necklace_special_a"},"threshold":174},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/necklace/necklace_special_b"},"threshold":175},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/necklace/necklace_special_c"},"threshold":176},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/necklace/necklace_air_a"},"threshold":177},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/necklace/necklace_air_b"},"threshold":178},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/necklace/necklace_earth_a"},"threshold":179},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/necklace/necklace_earth_b"},"threshold":180},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/necklace/necklace_fire_a"},"threshold":181},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/necklace/necklace_fire_b"},"threshold":182},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/necklace/necklace_thunder_a"},"threshold":183},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/necklace/necklace_thunder_b"},"threshold":184},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/necklace/necklace_water_a"},"threshold":185},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/necklace/necklace_water_b"},"threshold":186},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/necklace/necklace_multi_a"},"threshold":187},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/accessory/necklace/necklace_multi_b"},"threshold":188},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_basic_wood"},"threshold":189},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_basic_gold"},"threshold":190},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_air_a"},"threshold":191},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_air_b"},"threshold":192},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_air_c"},"threshold":193},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_earth_a"},"threshold":194},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_earth_b"},"threshold":195},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_earth_c"},"threshold":196},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_fire_a"},"threshold":197},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_fire_b"},"threshold":198},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_fire_c"},"threshold":199},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_thunder_a"},"threshold":200},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_thunder_b"},"threshold":201},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_thunder_c"},"threshold":202},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_water_a"},"threshold":203},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_water_b"},"threshold":204},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_water_c"},"threshold":205},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_multi_a"},"threshold":206},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_multi_b"},"threshold":207},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_multi_c"},"threshold":208},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/ancient_orbiter"},"threshold":209},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/aurora_longbow"},"threshold":210},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/azure_bow"},"threshold":211},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/bob_bow"},"threshold":212},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/boltslinger_repeater"},"threshold":213},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/bonfire_bow"},"threshold":214},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/boreal_bow"},"threshold":215},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/brawler_blunderbuss"},"threshold":216},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/candy_bow"},"threshold":217},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/corrupted_bow"},"threshold":218},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/cosmic_bow"},"threshold":219},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/crimson_crossbow"},"threshold":220},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/decay_bow"},"threshold":221},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/dernic_bow"},"threshold":222},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/disciple_bow"},"threshold":223},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/driftwood_bow"},"threshold":224},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/dwarven_bow"},"threshold":225},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/dynasty_bow"},"threshold":226},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/lotr_bow"},"threshold":227},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/banana_bow"},"threshold":228},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/fossil_bow"},"threshold":229},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/frost_bow"},"threshold":230},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/frostbound_bow"},"threshold":231},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/fury_longbow"},"threshold":232},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/geomancer_arch"},"threshold":233},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/money_bow"},"threshold":234},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/gothic_arch"},"threshold":235},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/holy_bow"},"threshold":236},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/harvest_bow"},"threshold":237},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/heroic_bow"},"threshold":238},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/highlands_bow"},"threshold":239},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/legendary_arm_cannon"},"threshold":240},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/mael_longbow"},"threshold":241},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/music_bow"},"threshold":242},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/rune_crossbow"},"threshold":243},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/flaming_bow"},"threshold":244},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/cannon_bow"},"threshold":245},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/scifi_bow"},"threshold":246},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/seraphim_bow"},"threshold":247},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/sharpshooter_rifle"},"threshold":248},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/spectral_bow"},"threshold":249},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/steampunk_bow"},"threshold":250},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/tesla_bow"},"threshold":251},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/toy_bow"},"threshold":252},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/trapper_crescent"},"threshold":253},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/bow/tropical_bow"},"threshold":254},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_basic_wood"},"threshold":255},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_basic_gold"},"threshold":256},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_air_a"},"threshold":257},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_air_b"},"threshold":258},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_air_c"},"threshold":259},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_earth_a"},"threshold":260},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_earth_b"},"threshold":261},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_earth_c"},"threshold":262},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_fire_a"},"threshold":263},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_fire_b"},"threshold":264},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_fire_c"},"threshold":265},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_thunder_a"},"threshold":266},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_thunder_b"},"threshold":267},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_thunder_c"},"threshold":268},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_water_a"},"threshold":269},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_water_b"},"threshold":270},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_water_c"},"threshold":271},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_multi_a"},"threshold":272},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_multi_b"},"threshold":273},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_multi_c"},"threshold":274},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/acrobat_katana"},"threshold":275},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/aledar_dagger"},"threshold":276},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/ancient_palm"},"threshold":277},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/aurora_dagger"},"threshold":278},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/azure_nunchucks"},"threshold":279},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/banana_dagger"},"threshold":280},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/bob_dagger"},"threshold":281},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/bonfire_dagger"},"threshold":282},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/boreal_dagger"},"threshold":283},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/brawler_trowel"},"threshold":284},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/candy_dagger"},"threshold":285},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/corrupted_dagger"},"threshold":286},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/cosmic_dagger"},"threshold":287},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/crimson_dagger"},"threshold":288},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/decay_dagger"},"threshold":289},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/dernic_dagger"},"threshold":290},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/disciple_dagger"},"threshold":291},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/driftwood_dagger"},"threshold":292},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/dwarven_dagger"},"threshold":293},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/dynasty_dagger"},"threshold":294},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/lotr_dagger"},"threshold":295},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/chicken_leg_staff"},"threshold":296},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/fossil_dagger"},"threshold":297},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/frost_dagger"},"threshold":298},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/frostbound_dagger"},"threshold":299},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/pan"},"threshold":300},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/fury_sword"},"threshold":301},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/geomancer_fist"},"threshold":302},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/money_dagger"},"threshold":303},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/gothic_claymore"},"threshold":304},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/holy_dagger"},"threshold":305},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/harvest_sickle"},"threshold":306},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/heroic_dagger"},"threshold":307},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/highlands_claw"},"threshold":308},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/music_dagger"},"threshold":309},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/rune_dagger"},"threshold":310},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/flaming_sword"},"threshold":311},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/hook_dagger"},"threshold":312},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/scifi_dagger"},"threshold":313},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/seraphim_dagger"},"threshold":314},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/shadestepper_scimitar"},"threshold":315},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/siegfried_sword"},"threshold":316},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/spectral_dagger"},"threshold":317},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/steampunk_dagger"},"threshold":318},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/tesla_claw"},"threshold":319},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/toy_dagger"},"threshold":320},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/trickster_main_gauche"},"threshold":321},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/dagger/tropical_dagger"},"threshold":322},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_basic_wood"},"threshold":323},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_basic_gold"},"threshold":324},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_basic_diamond"},"threshold":325},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_air_a"},"threshold":326},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_air_b"},"threshold":327},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_air_c"},"threshold":328},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_earth_a"},"threshold":329},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_earth_b"},"threshold":330},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_earth_c"},"threshold":331},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_fire_a"},"threshold":332},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_fire_b"},"threshold":333},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_fire_c"},"threshold":334},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_thunder_a"},"threshold":335},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_thunder_b"},"threshold":336},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_thunder_c"},"threshold":337},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_water_a"},"threshold":338},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_water_b"},"threshold":339},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_water_c"},"threshold":340},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_multi_a"},"threshold":341},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_multi_b"},"threshold":342},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_multi_c"},"threshold":343},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/ancient_staff"},"threshold":344},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/arcanist_tome"},"threshold":345},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/aurora_staff"},"threshold":346},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/azure_staff"},"threshold":347},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/bob_wand"},"threshold":348},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/bonfire_wand"},"threshold":349},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/boreal_wand"},"threshold":350},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/brawler_broom"},"threshold":351},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/candy_wand"},"threshold":352},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/corrupted_wand"},"threshold":353},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/cosmic_wand"},"threshold":354},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/crimson_wand"},"threshold":355},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/decay_wand"},"threshold":356},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/dernic_wand"},"threshold":357},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/disciple_staff"},"threshold":358},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/driftwood_wand"},"threshold":359},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/dwarven_wand"},"threshold":360},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/dynasty_wand"},"threshold":361},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/lotr_staff"},"threshold":362},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/swordfish_wand"},"threshold":363},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/fossil_wand"},"threshold":364},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/frost_wand"},"threshold":365},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/frostbound_wand"},"threshold":366},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/fury_staff"},"threshold":367},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/geomancer_sceptre"},"threshold":368},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/money_wand"},"threshold":369},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/gothic_staff"},"threshold":370},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/holy_wand"},"threshold":371},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/harvest_wand"},"threshold":372},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/heroic_wand"},"threshold":373},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/highlands_staff"},"threshold":374},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/lari_stave"},"threshold":375},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/light_bearer_sceptre"},"threshold":376},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/music_wand"},"threshold":377},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/rune_staff"},"threshold":378},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/flaming_wand"},"threshold":379},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/atlas_wand"},"threshold":380},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/qira_wand"},"threshold":381},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/riftwalker_staff"},"threshold":382},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/rose"},"threshold":383},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/scifi_wand"},"threshold":384},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/seraphim_wand"},"threshold":385},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/spectral_wand"},"threshold":386},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/squid_wand"},"threshold":387},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/steampunk_wand"},"threshold":388},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/tesla_staff"},"threshold":389},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/toy_wand"},"threshold":390},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/wand/tropical_wand"},"threshold":391},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_basic_wooden"},"threshold":392},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_basic_gold"},"threshold":393},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_air_a"},"threshold":394},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_air_b"},"threshold":395},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_air_c"},"threshold":396},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_earth_a"},"threshold":397},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_earth_b"},"threshold":398},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_earth_c"},"threshold":399},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_fire_a"},"threshold":400},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_fire_b"},"threshold":401},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_fire_c"},"threshold":402},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_thunder_a"},"threshold":403},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_thunder_b"},"threshold":404},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_thunder_c"},"threshold":405},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_water_a"},"threshold":406},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_water_b"},"threshold":407},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_water_c"},"threshold":408},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_multi_a"},"threshold":409},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_multi_b"},"threshold":410},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_multi_c"},"threshold":411},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/acolyte_scepter"},"threshold":412},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/ancient_relik"},"threshold":413},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/aurora_relik"},"threshold":414},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/ava_relik"},"threshold":415},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/azure_lantern"},"threshold":416},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/bonfire_relik"},"threshold":417},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/boreal_relik"},"threshold":418},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/brawler_whiskey"},"threshold":419},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/candy_relik"},"threshold":420},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/corrupted_relik"},"threshold":421},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/cosmic_relik"},"threshold":422},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/crimson_relik"},"threshold":423},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/decay_relik"},"threshold":424},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/dernic_relik"},"threshold":425},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/disciple_relik"},"threshold":426},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/driftwood_relik"},"threshold":427},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/dwarven_relik"},"threshold":428},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/dynasty_relik"},"threshold":429},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/fellowship_relik"},"threshold":430},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/broccoli"},"threshold":431},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/fossil_relik"},"threshold":432},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/frost_relik"},"threshold":433},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/frostbound_relik"},"threshold":434},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/fury_sceptre"},"threshold":435},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/geomancer_heirloom"},"threshold":436},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/money_relik"},"threshold":437},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/gothic_relik"},"threshold":438},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/halfmoon_relik"},"threshold":439},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/harvest_relik"},"threshold":440},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/heroic_relik"},"threshold":441},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/highlands_relik"},"threshold":442},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/maxie_remote"},"threshold":443},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/music_relik"},"threshold":444},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/rune_relik"},"threshold":445},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/phoenix_relik"},"threshold":446},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/pan_pipes_relik"},"threshold":447},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/anchor_relik"},"threshold":448},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/ritualist_focus"},"threshold":449},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/future_relik"},"threshold":450},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/seraphim_relik"},"threshold":451},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/slykaar_relik"},"threshold":452},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/spectral_relik"},"threshold":453},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/steampunk_relik"},"threshold":454},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/summoner_marionette"},"threshold":455},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/tesla_relik"},"threshold":456},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/toy_relik"},"threshold":457},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/tropical_relik"},"threshold":458},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/relik/voodoo_doll"},"threshold":459},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_basic_wood"},"threshold":460},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_basic_gold"},"threshold":461},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_air_a"},"threshold":462},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_air_b"},"threshold":463},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_air_c"},"threshold":464},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_earth_a"},"threshold":465},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_earth_b"},"threshold":466},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_earth_c"},"threshold":467},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_fire_a"},"threshold":468},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_fire_b"},"threshold":469},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_fire_c"},"threshold":470},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_thunder_a"},"threshold":471},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_thunder_b"},"threshold":472},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_thunder_c"},"threshold":473},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_water_a"},"threshold":474},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_water_b"},"threshold":475},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_water_c"},"threshold":476},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_multi_a"},"threshold":477},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_multi_b"},"threshold":478},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_multi_c"},"threshold":479},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/ancient_halberd"},"threshold":480},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/aurora_battleaxe"},"threshold":481},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/azure_ranseur"},"threshold":482},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/battle_monk_guandao"},"threshold":483},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/bonfire_spear"},"threshold":484},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/boreal_spear"},"threshold":485},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/brawler_rake"},"threshold":486},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/candy_spear"},"threshold":487},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/corrupted_spear"},"threshold":488},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/cosmic_spear"},"threshold":489},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/crimson_greatsword"},"threshold":490},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/decay_spear"},"threshold":491},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/dernic_spear"},"threshold":492},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/disciple_spear"},"threshold":493},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/driftwood_spear"},"threshold":494},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/dullahan_guisarme"},"threshold":495},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/dwarven_spear"},"threshold":496},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/dynasty_spear"},"threshold":497},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/fallen_glaive"},"threshold":498},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/kebab_spear"},"threshold":499},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/fossil_spear"},"threshold":500},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/frost_spear"},"threshold":501},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/frostbound_spear"},"threshold":502},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/fury_lance"},"threshold":503},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/geomancer_hammer"},"threshold":504},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/money_spear"},"threshold":505},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/gothic_trident"},"threshold":506},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/holy_hammer"},"threshold":507},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/harvest_spear"},"threshold":508},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/heroic_spear"},"threshold":509},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/highlands_gavel"},"threshold":510},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/music_spear"},"threshold":511},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/rune_spear"},"threshold":512},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/oar_spear"},"threshold":513},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/paladin_greatsword"},"threshold":514},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/flaming_hammer"},"threshold":515},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/scifi_spear"},"threshold":516},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/seraphim_spear"},"threshold":517},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/spectral_spear"},"threshold":518},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/steampunk_spear"},"threshold":519},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/tasim_glaive"},"threshold":520},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/tesla_trident"},"threshold":521},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/tisaun_greatsword"},"threshold":522},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/toy_spear"},"threshold":523},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/spear/tropical_spear"},"threshold":524},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/adventurer_hat"},"threshold":525},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/ancient_diadem"},"threshold":526},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/annihilation_disciple"},"threshold":527},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/archerhat"},"threshold":528},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/aristrocat_hat"},"threshold":529},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/ashen_kasa"},"threshold":530},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/assassinhat"},"threshold":531},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/avo_headdress"},"threshold":532},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/azure_kabuto"},"threshold":533},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/bandana"},"threshold":534},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/bandit_mask"},"threshold":535},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/beret"},"threshold":536},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/big_catch"},"threshold":537},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/bird_nest"},"threshold":538},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/bonfire_crown"},"threshold":539},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/bonfire_headdress"},"threshold":540},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/bookworm"},"threshold":541},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/boreal_crown"},"threshold":542},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/bounty_hunter_hat"},"threshold":543},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/brewing_cauldron"},"threshold":544},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/bucket_hat"},"threshold":545},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/bunny_ears"},"threshold":546},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/black_cat_ears"},"threshold":547},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/cat_hat"},"threshold":548},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/crown_of_chains"},"threshold":549},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/champion_fullhelm"},"threshold":550},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/cheese_wheel"},"threshold":551},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/chefs_hat"},"threshold":552},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/chef_poultry"},"threshold":553},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/corkian_goggles"},"threshold":554},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/cowboy_hat"},"threshold":555},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/curious_maw"},"threshold":556},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/dapper_topper"},"threshold":557},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/decay_hat"},"threshold":558},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/decorated_bicorn"},"threshold":559},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/detective_fedora"},"threshold":560},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/devilhorns"},"threshold":561},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/diamond_helmet"},"threshold":562},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/dragon_mask"},"threshold":563},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/dwarven_helmet"},"threshold":564},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/dynasty_guanmao"},"threshold":565},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/dynasty_hat"},"threshold":566},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/elf_ears"},"threshold":567},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/elf_hat"},"threshold":568},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/embellished_tricorn"},"threshold":569},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/entrepreneur_hat"},"threshold":570},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/evergreen_wreath"},"threshold":571},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/eye_cultist_hood"},"threshold":572},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/face_of_annihilation"},"threshold":573},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/flower_crown"},"threshold":574},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/forest_hood"},"threshold":575},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/fossil_skull"},"threshold":576},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/fox_ears"},"threshold":577},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/fox_mask"},"threshold":578},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/frostbite_hat"},"threshold":579},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/frostbound_halo"},"threshold":580},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/fruit_basket"},"threshold":581},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/fungi_cap"},"threshold":582},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/fur_hood"},"threshold":583},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/fury_coronet"},"threshold":584},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/gardener_hat"},"threshold":585},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/geomancer_bouldercrest"},"threshold":586},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/ginger_beard"},"threshold":587},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/gingerbread_house"},"threshold":588},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/gluttony_gourd"},"threshold":589},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/gnome_cap"},"threshold":590},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/goathorns"},"threshold":591},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/gold_helmet"},"threshold":592},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/gothic_tiara"},"threshold":593},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/grafter_aggregate"},"threshold":594},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/grizzly_headpiece"},"threshold":595},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/grook_mask"},"threshold":596},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/fancy_crown"},"threshold":597},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/half_moon_hood"},"threshold":598},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/harvest_circlet"},"threshold":599},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/haunting_spider"},"threshold":600},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/heroes_beret"},"threshold":601},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/heroic_wingwreath"},"threshold":602},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/highlands_ushanka"},"threshold":603},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/holiday_lights"},"threshold":604},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/hot_head"},"threshold":605},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/hunter_hat"},"threshold":606},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/hydration_headgear"},"threshold":607},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/ivy_horns"},"threshold":608},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/jagged_crown"},"threshold":609},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/jester_hat"},"threshold":610},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/leaf_crest"},"threshold":611},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/lumberjack_stump"},"threshold":612},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/magehat"},"threshold":613},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/masquerade_mask"},"threshold":614},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/melon_band"},"threshold":615},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/merchant_bicorne"},"threshold":616},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/midnight_kasa"},"threshold":617},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/miner_helmet"},"threshold":618},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/monster_mask"},"threshold":619},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/moonlit_chapeau"},"threshold":620},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/mythichat"},"threshold":621},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/nutcracker_hat"},"threshold":622},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/orphion_messenger"},"threshold":623},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/paper_bag"},"threshold":624},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/pirate_hat"},"threshold":625},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/plague_doctor"},"threshold":626},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/propeller_hat"},"threshold":627},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/raccoon_cap"},"threshold":628},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/rainbow_panama"},"threshold":629},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/reindeer_horns"},"threshold":630},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/rose_hat"},"threshold":631},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/safari_hat"},"threshold":632},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/santa_hat"},"threshold":633},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/scifi_earpiece"},"threshold":634},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/seraphim_tiara"},"threshold":635},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/shamanhat"},"threshold":636},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/silver_viking_helmet"},"threshold":637},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/skull_tophat"},"threshold":638},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/snow_cloud_hat"},"threshold":639},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/snow_fox_ears"},"threshold":640},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/snowdrift_circlet"},"threshold":641},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/sombrero"},"threshold":642},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/spectral_mask"},"threshold":643},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/spring_flowers_circlet"},"threshold":644},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/spring_hat"},"threshold":645},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/stalwart_morion"},"threshold":646},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/stars_hat"},"threshold":647},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/stout_shako"},"threshold":648},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/straw_hat"},"threshold":649},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/sun_hat"},"threshold":650},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/thankful_capotain"},"threshold":651},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/theorick_hood"},"threshold":652},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/towering_hat"},"threshold":653},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/winter_hat"},"threshold":654},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/tree_hat"},"threshold":655},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/valorous_helmet"},"threshold":656},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/verdant_laurel"},"threshold":657},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/viking_helmet"},"threshold":658},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/warriorhat"},"threshold":659},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/werewolf_mask"},"threshold":660},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/lotus_of_the_wilds"},"threshold":661},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/winter_moon_hat"},"threshold":662},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/winter_scarf"},"threshold":663},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/witch_hat"},"threshold":664},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/worn_kasa"},"threshold":665},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/wybel_beanie"},"threshold":666},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/yahya_fantasy"},"threshold":667},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/hat/yarn_head"},"threshold":668}]}} \ No newline at end of file diff --git a/assets/minecraft/items/iron_shovel.json b/assets/minecraft/items/iron_shovel.json new file mode 100644 index 000000000..91d54280e --- /dev/null +++ b/assets/minecraft/items/iron_shovel.json @@ -0,0 +1 @@ +{"model":{"type":"minecraft:range_dispatch","property":"minecraft:damage","fallback":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_basic_wood"},"entries":[{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_basic_gold"},"threshold":0.004},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_earth_a"},"threshold":0.008},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_earth_b"},"threshold":0.012},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_earth_c"},"threshold":0.016},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_thunder_a"},"threshold":0.02},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_thunder_b"},"threshold":0.024},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_thunder_c"},"threshold":0.028},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_fire_a"},"threshold":0.032},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_fire_b"},"threshold":0.036},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_fire_c"},"threshold":0.04},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_air_a"},"threshold":0.044},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_air_b"},"threshold":0.048},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_air_c"},"threshold":0.052},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_water_a"},"threshold":0.056},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_water_b"},"threshold":0.06},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_water_c"},"threshold":0.064},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_multi_a"},"threshold":0.068},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_multi_b"},"threshold":0.072},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_multi_c"},"threshold":0.076},{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.08}]}} \ No newline at end of file diff --git a/assets/minecraft/items/paper.json b/assets/minecraft/items/paper.json new file mode 100644 index 000000000..7927ea401 --- /dev/null +++ b/assets/minecraft/items/paper.json @@ -0,0 +1 @@ +{"model":{"type":"minecraft:range_dispatch","property":"minecraft:custom_model_data","index":0,"fallback":{"type":"minecraft:model","model":"minecraft:item/paper"},"entries":[{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/augment/corkian_amplifier"},"threshold":1},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/augment/corkian_insulator"},"threshold":2},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/augment/corkian_simulator"},"threshold":3},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/woodcutting/scroll_brown"},"threshold":4},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/woodcutting/scroll_cream"},"threshold":5},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/woodcutting/scroll_white"},"threshold":6},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/meals/fried"},"threshold":7},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/meals/generic_item"},"threshold":8},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/meals/salad"},"threshold":9},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/meals/soup"},"threshold":10},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/meals/spicy"},"threshold":11},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/meals/steamed"},"threshold":12},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/dungeon/key"},"threshold":13},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/dungeon/key_broken"},"threshold":14},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/ability_shard"},"threshold":15},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/content_book"},"threshold":16},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/scroll/scroll_teleport"},"threshold":17},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/legacy/scrap"},"threshold":18},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/shield"},"threshold":19},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/powder/small_air"},"threshold":20},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/powder/large_air"},"threshold":21},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/powder/small_earth"},"threshold":22},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/powder/large_earth"},"threshold":23},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/powder/small_fire"},"threshold":24},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/powder/large_fire"},"threshold":25},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/powder/small_thunder"},"threshold":26},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/powder/large_thunder"},"threshold":27},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/powder/small_water"},"threshold":28},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/powder/large_water"},"threshold":29},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/farming/wheat"},"threshold":30},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/farming/barley"},"threshold":31},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/farming/oats"},"threshold":32},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/farming/malt"},"threshold":33},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/farming/hops"},"threshold":34},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/farming/rye"},"threshold":35},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/farming/millet"},"threshold":36},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/farming/decay_root"},"threshold":37},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/farming/rice"},"threshold":38},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/farming/sorghum"},"threshold":39},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/farming/hemp"},"threshold":40},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/farming/dernic_seed"},"threshold":41},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/farming/string_white"},"threshold":42},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/farming/string_green"},"threshold":43},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/farming/string_brown"},"threshold":44},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/farming/string_yellow"},"threshold":45},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/farming/seeds_cream"},"threshold":46},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/farming/seeds_green"},"threshold":47},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/farming/seeds_brown"},"threshold":48},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/farming/seeds_red"},"threshold":49},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/skin/placeholder"},"threshold":50},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/ingot_copper"},"threshold":51},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/ingot_granite"},"threshold":52},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/ingot_gold"},"threshold":53},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/ingot_sandstone"},"threshold":54},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/ingot_iron"},"threshold":55},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/ingot_silver"},"threshold":56},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/ingot_cobalt"},"threshold":57},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/ingot_kanderstone"},"threshold":58},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/ingot_diamond"},"threshold":59},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/ingot_molten"},"threshold":60},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/ingot_void"},"threshold":61},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/ingot_dernic"},"threshold":62},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/gem_copper"},"threshold":63},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/gem_granite"},"threshold":64},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/gem_gold"},"threshold":65},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/gem_sandstone"},"threshold":66},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/gem_iron"},"threshold":67},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/gem_silver"},"threshold":68},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/gem_cobalt"},"threshold":69},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/gem_kander"},"threshold":70},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/gem_diamond"},"threshold":71},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/gem_molten"},"threshold":72},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/gem_void"},"threshold":73},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/mining/gem_dernic"},"threshold":74},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/gudgeon"},"threshold":75},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/trout"},"threshold":76},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/salmon"},"threshold":77},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/carp"},"threshold":78},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/icefish"},"threshold":79},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/piranha"},"threshold":80},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/koi"},"threshold":81},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/gylia_fish"},"threshold":82},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/bass"},"threshold":83},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/molten_eel"},"threshold":84},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/starfish"},"threshold":85},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/dernic_fish"},"threshold":86},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/oil_gray"},"threshold":87},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/oil_blue"},"threshold":88},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/oil_red"},"threshold":89},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/oil_yellow"},"threshold":90},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/oil_orange"},"threshold":91},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/cooked_pink"},"threshold":92},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/cooked_blue"},"threshold":93},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/cooked_orange"},"threshold":94},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/cooked_yellow"},"threshold":95},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/fishing/cooked_gray"},"threshold":96},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/woodcutting/paper_white"},"threshold":97},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/woodcutting/paper_cream"},"threshold":98},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/economy/woodcutting/paper_brown"},"threshold":99},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/rune/az"},"threshold":100},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/rune/ek"},"threshold":101},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/rune/nii"},"threshold":102},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/rune/tol"},"threshold":103},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/rune/uth"},"threshold":104}]}} \ No newline at end of file diff --git a/assets/minecraft/items/player_head.json b/assets/minecraft/items/player_head.json new file mode 100644 index 000000000..25cd87aca --- /dev/null +++ b/assets/minecraft/items/player_head.json @@ -0,0 +1 @@ +{"model":{"type":"minecraft:range_dispatch","property":"minecraft:custom_model_data","index":0,"fallback":{"type":"minecraft:special","base":"minecraft:item/template_skull","model":{"type":"minecraft:head","kind":"player"}},"entries":[{"model":{"type":"minecraft:special","base":"minecraft:item/wynn/gui/raid/head","model":{"type":"minecraft:head","kind":"player"}},"threshold":1}]}} \ No newline at end of file diff --git a/assets/minecraft/items/potion.json b/assets/minecraft/items/potion.json new file mode 100644 index 000000000..8cb50c5f1 --- /dev/null +++ b/assets/minecraft/items/potion.json @@ -0,0 +1 @@ +{"model":{"type":"minecraft:range_dispatch","property":"minecraft:custom_model_data","index":0,"fallback":{"type":"minecraft:model","model":"minecraft:item/potion","tints":[{"type":"minecraft:potion","default":-13083194}]},"entries":[{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/button/tree","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":1},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/button/tree_select","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":2},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/button/reset","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":3},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/button/reset_locked","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":4},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/button/reset_select","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":5},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/button/aspects","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":6},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/button/aspects_select","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":7},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/button/arrow_up","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":8},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/button/arrow_right","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":9},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/button/arrow_down","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":10},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/button/arrow_left","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":11},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/button/orb_points","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":12},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/button/orb_reset","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":13},{"model":{"type":"minecraft:model","model":"minecraft:item/barrier","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":14},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/button/plus","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":15},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/button/reset_wait","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":16},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/button/reset_confirm","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":17},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/node/white","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":18},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/node/white_pulse","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":19},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/node/white_active","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":20},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/node/white_shatter","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":21},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/node/yellow","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":22},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/node/yellow_pulse","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":23},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/node/yellow_active","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":24},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/node/yellow_shatter","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":25},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/node/purple","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":26},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/node/purple_pulse","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":27},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/node/purple_active","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":28},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/node/purple_shatter","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":29},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/node/blue","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":30},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/node/blue_pulse","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":31},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/node/blue_active","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":32},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/node/blue_shatter","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":33},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/node/red","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":34},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/node/red_pulse","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":35},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/node/red_active","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":36},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/node/red_shatter","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":37},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/node/archer","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":38},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/node/archer_pulse","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":39},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/node/archer_active","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":40},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/node/assassin","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":41},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/node/assassin_pulse","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":42},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/node/assassin_active","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":43},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/node/mage","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":44},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/node/mage_pulse","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":45},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/node/mage_active","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":46},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/node/shaman","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":47},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/node/shaman_pulse","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":48},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/node/shaman_active","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":49},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/node/warrior","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":50},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/node/warrior_pulse","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":51},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/node/warrior_active","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":52},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/archetype/archer/boltslinger","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":53},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/archetype/archer/sharpshooter","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":54},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/archetype/archer/trapper","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":55},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/archetype/assassin/acrobat","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":56},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/archetype/assassin/shadestepper","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":57},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/archetype/assassin/trickster","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":58},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/archetype/mage/arcanist","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":59},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/archetype/mage/lightbender","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":60},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/archetype/mage/riftwalker","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":61},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/archetype/shaman/acolyte","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":62},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/archetype/shaman/ritualist","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":63},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/archetype/shaman/summoner","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":64},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/archetype/warrior/battle_monk","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":65},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/archetype/warrior/fallen","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":66},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/archetype/warrior/paladin","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":67},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/aspect/archer","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":68},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/aspect/archer_equipped","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":69},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/aspect/assassin","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":70},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/aspect/assassin_equipped","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":71},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/aspect/mage","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":72},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/aspect/mage_equipped","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":73},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/aspect/shaman","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":74},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/aspect/shaman_equipped","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":75},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/aspect/warrior","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":76},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/aspect/warrior_equipped","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":77},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/bank/toggle_character","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":78},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/bank/toggle_account","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":79},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/bank/stash","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":80},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/bank/restock","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":81},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/bank/liquid_storage","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":82},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/beacon/white","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":83},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/beacon/rainbow","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":84},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/rekindled/accept","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":85},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/blacksmith/sell_item","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":86},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/blacksmith/repair_item","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":87},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/blacksmith/arrow_up","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":88},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/blacksmith/arrow_down","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":89},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/arrow_up_default","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":90},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/arrow_up_gray","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":91},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/arrow_up_green","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":92},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/arrow_up_red","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":93},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/arrow_up_yellow","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":94},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/arrow_up_brown","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":95},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/arrow_right_default","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":96},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/arrow_right_gray","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":97},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/arrow_right_green","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":98},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/arrow_right_red","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":99},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/arrow_right_yellow","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":100},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/arrow_right_brown","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":101},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/arrow_down_default","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":102},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/arrow_down_gray","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":103},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/arrow_down_green","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":104},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/arrow_down_red","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":105},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/arrow_down_yellow","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":106},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/arrow_down_brown","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":107},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/arrow_left_default","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":108},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/arrow_left_gray","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":109},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/arrow_left_green","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":110},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/arrow_left_red","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":111},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/arrow_left_yellow","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":112},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/arrow_left_brown","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":113},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/plus_default","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":114},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/plus_gray","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":115},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/plus_green","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":116},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/plus_red","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":117},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/plus_yellow","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":118},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/minus_default","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":119},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/minus_gray","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":120},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/minus_green","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":121},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/minus_red","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":122},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/minus_yellow","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":123},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/check_default","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":124},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/check_gray","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":125},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/check_green","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":126},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/check_red","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":127},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/check_yellow","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":128},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/cancel_default","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":129},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/cancel_gray","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":130},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/cancel_green","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":131},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/cancel_red","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":132},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/cancel_yellow","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":133},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/refresh_default","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":134},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/refresh_gray","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":135},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/refresh_green","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":136},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/refresh_red","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":137},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/refresh_yellow","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":138},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/exclaim_default","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":139},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/exclaim_gray","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":140},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/exclaim_green","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":141},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/exclaim_red","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":142},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/exclaim_yellow","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":143},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/note_default","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":144},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/note_brown","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":145},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/note_gray","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":146},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/note_green","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":147},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/note_red","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":148},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/note_yellow","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":149},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_info/ability_tree","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":150},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_info/skill_crystal","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":151},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_info/book_agility","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":152},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_info/book_defense","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":153},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_info/book_dexterity","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":154},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_info/book_intelligence","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":155},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_info/book_strength","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":156},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/shield","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":157},{"model":{"type":"minecraft:model","model":"minecraft:item/clock","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":158},{"model":{"type":"minecraft:model","model":"minecraft:item/trapped_chest","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":159},{"model":{"type":"minecraft:model","model":"minecraft:item/player_head","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":160},{"model":{"type":"minecraft:model","model":"minecraft:item/enchanted_book","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":161},{"model":{"type":"minecraft:model","model":"minecraft:item/iron_sword","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":162},{"model":{"type":"minecraft:model","model":"minecraft:item/iron_axe","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":163},{"model":{"type":"minecraft:model","model":"minecraft:item/chest","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":164},{"model":{"type":"minecraft:model","model":"minecraft:item/white_banner","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":165},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_select/create","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":166},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_select/customize","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":167},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_select/cancel_deletion","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":168},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_select/character_backups","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":169},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_select/toggle_music","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":170},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_select/toggle_music_disabled","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":171},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_select/toggle_select","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":172},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_select/toggle_select_disabled","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":173},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_select/locked_slot","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":174},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_select/set_favorite","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":175},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_select/unset_favorite","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":176},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_select/edit_nickname","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":177},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_select/reskin_class","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":178},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_select/change_scene","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":179},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_select/edit_icon","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":180},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_select/delete_character","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":181},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_select/select_reskin","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":182},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_select/select_gamemodes","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":183},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_select/set_nickname","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":184},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_select/hardcore","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":185},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_select/hardcore_disabled","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":186},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_select/ironman","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":187},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_select/ironman_disabled","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":188},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_select/craftsman","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":189},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_select/craftsman_disabled","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":190},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_select/hunted","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":191},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_select/hunted_disabled","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":192},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_select/palette","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":193},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_select/palette_selected","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":194},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_select/palette_locked","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":195},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_select/icon/pending_deletion","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":196},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_select/icon/archer","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":197},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_select/icon/assassin","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":198},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_select/icon/mage","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":199},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_select/icon/shaman","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":200},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_select/icon/warrior","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":201},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_select/icon/hunter","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":202},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_select/icon/ninja","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":203},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_select/icon/dark_wizard","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":204},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_select/icon/skyseer","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":205},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/character_select/icon/knight","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":206},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/content_book/arrow_up","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":207},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/content_book/arrow_down","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":208},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/content_book/filter","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":209},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/content_book/progress","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":210},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/content_book/sort","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":211},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/content_book/dialogue_history","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":212},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/content_book/complete","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":213},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/content_book/boss_altar_locked","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":214},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/content_book/boss_altar_active","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":215},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/content_book/boss_altar_tracked","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":216},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/content_book/cave_locked","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":217},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/content_book/cave_active","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":218},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/content_book/cave_tracked","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":219},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/content_book/discovery_locked","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":220},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/content_book/discovery_active","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":221},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/content_book/discovery_tracked","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":222},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/content_book/dungeon_locked","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":223},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/content_book/dungeon_active","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":224},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/content_book/dungeon_tracked","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":225},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/content_book/loot_camp_locked","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":226},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/content_book/loot_camp_active","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":227},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/content_book/loot_camp_tracked","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":228},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/content_book/mini_quest_locked","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":229},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/content_book/mini_quest_active","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":230},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/content_book/mini_quest_tracked","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":231},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/content_book/quest_locked","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":232},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/content_book/quest_active","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":233},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/content_book/quest_tracked","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":234},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/content_book/raid_locked","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":235},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/content_book/raid_active","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":236},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/content_book/raid_tracked","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":237},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/content_book/story_quest_locked","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":238},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/content_book/story_quest_active","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":239},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/content_book/story_quest_tracked","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":240},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/content_book/world_event_locked","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":241},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/content_book/world_event_active","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":242},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/content_book/world_event_tracked","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":243},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/content_book/world_event_complete","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":244},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/item_identifier/identify_item","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":245},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/item_identifier/augment_item","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":246},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/lootrun/sigil","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":247},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/lootrun/start_special","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":248},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/lootrun/start_normal","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":249},{"model":{"type":"minecraft:model","model":"minecraft:item/diamond","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":250},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/lootrun/boon_option","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":251},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/lootrun/mission_buff","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":252},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/lootrun/mission_curse","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":253},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/lootrun/mission_hunt","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":254},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/lootrun/mission_life","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":255},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/lootrun/mission_loot","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":256},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/mastery_tome/locked_slot","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":257},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/powder_master/infuse_item","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":258},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/powder_master/infuse_item_active","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":259},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/powder_master/remove_item","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":260},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/powder_master/remove_item_active","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":261},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/powder_master/upgrade_item","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":262},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/powder_master/upgrade_item_active","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":263},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/raid/gambit","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":264},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/raid/gambit_a","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":265},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/raid/sigil","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":266},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/raid/sigil_1","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":267},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/raid/sigil_2","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":268},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/raid/sigil_3","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":269},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/raid/sigil_guild_active","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":270},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/raid/sigil_guild_inactive","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":271},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/raid/ready_normal","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":272},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/raid/ready_invalid","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":273},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/raid/ready_waiting","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":274},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/store/silverbull_emblem","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":275},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/store/silverbull_share","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":276},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/mob_totem","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":277},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/booth_description","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":278},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter_item","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":279},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter_name","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":280},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/price_check","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":281},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/reveal_item","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":282},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/search","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":283},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/sell_item","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":284},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/sell_share","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":285},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/set_price","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":286},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/trade_overflow","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":287},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/view_trade","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":288},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/locked_slot","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":289},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/add_amount_default","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":290},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/add_amount_gray","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":291},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/remove_amount_default","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":292},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/remove_amount_gray","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":293},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/1_10","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":294},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/11_20","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":295},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/21_30","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":296},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/31_40","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":297},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/41_50","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":298},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/51_60","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":299},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/61_70","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":300},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/71_80","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":301},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/81_90","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":302},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/91_200","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":303},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/alchemism","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":304},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/armouring","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":305},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/boots","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":306},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/bow","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":307},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/bracelet","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":308},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/charm","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":309},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/chestplate","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":310},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/normal","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":311},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/cooking","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":312},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/crafted","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":313},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/dagger","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":314},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/dungeon_drop","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":315},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/fabled","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":316},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/farming","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":317},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/fishing","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":318},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/food","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":319},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/helmet","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":320},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/identification","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":321},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/ingredient","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":322},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/jeweling","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":323},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/legendary","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":324},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/leggings","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":325},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/loot_chest_drop","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":326},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/mastery_tome","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":327},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/material","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":328},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/mining","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":329},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/misc","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":330},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/mob_drop","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":331},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/mythic","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":332},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/necklace","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":333},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/never_drop","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":334},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/normal_drop","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":335},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/other","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":336},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/potion","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":337},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/powder","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":338},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/rare","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":339},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/relik","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":340},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/ring","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":341},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/scribing","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":342},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/scroll","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":343},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/set","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":344},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/spear","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":345},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/tailoring","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":346},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/tier_0","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":347},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/tier_1","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":348},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/tier_2","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":349},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/tier_3","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":350},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/tome","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":351},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/tool","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":352},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/unidentified","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":353},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/unique","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":354},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/unrefined","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":355},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/wand","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":356},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/weaponsmithing","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":357},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/woodcutting","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":358},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_market/filter/woodworking","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":359},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/tutorial/offset_left","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":360},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/tutorial/offset_right","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":361},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/tutorial/ability_tree","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":362},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/tutorial/character_info","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":363},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/tutorial/content_book","tints":[{"type":"minecraft:potion","default":16777215}]},"threshold":364}]}} \ No newline at end of file diff --git a/assets/minecraft/items/shears.json b/assets/minecraft/items/shears.json new file mode 100644 index 000000000..e1028b234 --- /dev/null +++ b/assets/minecraft/items/shears.json @@ -0,0 +1 @@ +{"model":{"type":"minecraft:range_dispatch","property":"minecraft:damage","fallback":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_basic_wood"},"entries":[{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_basic_gold"},"threshold":0.0042},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_earth_a"},"threshold":0.0084},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_earth_b"},"threshold":0.0126},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_earth_c"},"threshold":0.0168},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_thunder_a"},"threshold":0.021},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_thunder_b"},"threshold":0.02521},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_thunder_c"},"threshold":0.02941},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_fire_a"},"threshold":0.03361},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_fire_b"},"threshold":0.03781},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_fire_c"},"threshold":0.04201},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_air_a"},"threshold":0.04621},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_air_b"},"threshold":0.05042},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_air_c"},"threshold":0.05462},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_water_a"},"threshold":0.05882},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_water_b"},"threshold":0.06302},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_water_c"},"threshold":0.06722},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_multi_a"},"threshold":0.07142},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_multi_b"},"threshold":0.07563},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_multi_c"},"threshold":0.07983},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_basic_wood"},"threshold":0.08403},{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.08823}]}} \ No newline at end of file diff --git a/assets/minecraft/items/snow.json b/assets/minecraft/items/snow.json new file mode 100644 index 000000000..9b08c5c52 --- /dev/null +++ b/assets/minecraft/items/snow.json @@ -0,0 +1 @@ +{"model":{"type":"minecraft:model","model":"minecraft:item/snow"}} \ No newline at end of file diff --git a/assets/minecraft/items/stone_axe.json b/assets/minecraft/items/stone_axe.json new file mode 100644 index 000000000..7d57e16a5 --- /dev/null +++ b/assets/minecraft/items/stone_axe.json @@ -0,0 +1 @@ +{"model":{"type":"minecraft:range_dispatch","property":"minecraft:damage","fallback":{"type":"minecraft:model","model":"minecraft:item/stone_axe"},"entries":[{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/0"},"threshold":0.0076},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/0_active_0"},"threshold":0.0152},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/0_active_1"},"threshold":0.0229},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/0_active_2"},"threshold":0.0305},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/0_active_3"},"threshold":0.0381},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/0_active_4"},"threshold":0.0458},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/0_active_5"},"threshold":0.0534},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/0_active_6"},"threshold":0.061},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/0_active_7"},"threshold":0.0687},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/0_active_8"},"threshold":0.0763},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/0_active_9"},"threshold":0.0839},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/0_active_10"},"threshold":0.0916},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/1"},"threshold":0.0992},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/1_active_0"},"threshold":0.1068},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/1_active_1"},"threshold":0.1145},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/1_active_2"},"threshold":0.1221},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/1_active_3"},"threshold":0.1297},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/2"},"threshold":0.1374},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/2_active_0"},"threshold":0.145},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/2_active_1"},"threshold":0.1526},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/2_active_2"},"threshold":0.1603},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/2_active_3"},"threshold":0.1679},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/3"},"threshold":0.1755},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/3_active_0"},"threshold":0.1832},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/3_active_1"},"threshold":0.1908},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/3_active_2"},"threshold":0.1984},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/3_active_3"},"threshold":0.2061},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/4"},"threshold":0.2137},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/4_active_0"},"threshold":0.2213},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/4_active_1"},"threshold":0.229},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/4_active_2"},"threshold":0.2366},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/4_active_3"},"threshold":0.2442},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/5"},"threshold":0.2519},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/5_active_0"},"threshold":0.2595},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/6"},"threshold":0.2671},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/6_active_0"},"threshold":0.2748},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/7"},"threshold":0.2824},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/7_active_0"},"threshold":0.29},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/8"},"threshold":0.2977},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/8_active_0"},"threshold":0.3053},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/9"},"threshold":0.3129},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/9_active_0"},"threshold":0.3206},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/10"},"threshold":0.3282},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/ability_tree/branch/10_active_0"},"threshold":0.3358},{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.3435}]}} \ No newline at end of file diff --git a/assets/minecraft/items/stone_shovel.json b/assets/minecraft/items/stone_shovel.json new file mode 100644 index 000000000..e37d83ec7 --- /dev/null +++ b/assets/minecraft/items/stone_shovel.json @@ -0,0 +1 @@ +{"model":{"type":"minecraft:range_dispatch","property":"minecraft:damage","fallback":{"type":"minecraft:model","model":"minecraft:item/stone_shovel"},"entries":[{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/loot/common"},"threshold":0.0075},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/loot/rare"},"threshold":0.015},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/loot/set"},"threshold":0.0225},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/loot/legendary"},"threshold":0.03},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/loot/fabled"},"threshold":0.0375},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/loot/mythic"},"threshold":0.045},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_basic_wooden"},"threshold":0.0525},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_basic_gold"},"threshold":0.06},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_earth_a"},"threshold":0.0675},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_earth_b"},"threshold":0.075},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_earth_c"},"threshold":0.0825},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_thunder_a"},"threshold":0.09},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_thunder_b"},"threshold":0.0975},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_thunder_c"},"threshold":0.105},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_fire_a"},"threshold":0.1125},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_fire_b"},"threshold":0.12},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_fire_c"},"threshold":0.1275},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_air_a"},"threshold":0.135},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_air_b"},"threshold":0.1425},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_air_c"},"threshold":0.15},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_water_a"},"threshold":0.1575},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_water_b"},"threshold":0.165},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_water_c"},"threshold":0.1725},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_multi_a"},"threshold":0.18},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_multi_b"},"threshold":0.1875},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_multi_c"},"threshold":0.195},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/mob_totem"},"threshold":0.2025},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/spell/totem_0"},"threshold":0.21},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/spell/totem_1"},"threshold":0.2175},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/dungeon/key_broken"},"threshold":0.225},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/rune/az"},"threshold":0.2325},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/rune/ek"},"threshold":0.24},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/rune/nii"},"threshold":0.2475},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/rune/tol"},"threshold":0.255},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/rune/uth"},"threshold":0.2625},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/shield"},"threshold":0.27},{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.2775}]}} \ No newline at end of file diff --git a/assets/minecraft/items/wooden_shovel.json b/assets/minecraft/items/wooden_shovel.json new file mode 100644 index 000000000..089952452 --- /dev/null +++ b/assets/minecraft/items/wooden_shovel.json @@ -0,0 +1 @@ +{"model":{"type":"minecraft:range_dispatch","property":"minecraft:damage","fallback":{"type":"minecraft:model","model":"minecraft:item/wooden_shovel"},"entries":[{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_basic_gold"},"threshold":0.0169},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_earth_a"},"threshold":0.0338},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_earth_b"},"threshold":0.0507},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_earth_c"},"threshold":0.0676},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_thunder_a"},"threshold":0.0845},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_thunder_b"},"threshold":0.1014},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_thunder_c"},"threshold":0.1183},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_fire_a"},"threshold":0.1352},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_fire_b"},"threshold":0.1521},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_fire_c"},"threshold":0.169},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_air_a"},"threshold":0.1859},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_air_b"},"threshold":0.2028},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_air_c"},"threshold":0.2197},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_water_a"},"threshold":0.2366},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_water_b"},"threshold":0.2535},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_water_c"},"threshold":0.2704},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_multi_a"},"threshold":0.2873},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_multi_b"},"threshold":0.3042},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_multi_c"},"threshold":0.3211},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_basic_diamond"},"threshold":0.338},{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.3549}]}} \ No newline at end of file diff --git a/assets/minecraft/lang/en_au.json b/assets/minecraft/lang/en_au.json new file mode 100644 index 000000000..2f56c3ebc --- /dev/null +++ b/assets/minecraft/lang/en_au.json @@ -0,0 +1 @@ +{"advancements.empty":"Territory Map refreshed. Reopen to view.","advancements.sad_label":"","advancements.toast.challenge":"§bGuild Notification","advancements.toast.goal":"§aFriend Notification","advancements.toast.task":"Notification","attribute.name.generic.attack_damage":"","attribute.name.generic.attack_knockback":"","attribute.name.generic.attack_speed":"","block.minecraft.infested_chiseled_stone_bricks":"Dark Chiseled Stone Bricks","block.minecraft.infested_cobblestone":"Dark Cobblestone","block.minecraft.infested_cracked_stone_bricks":"Dark Cracked Stone Bricks","block.minecraft.infested_mossy_stone_bricks":"Dark Mossy Stone Bricks","block.minecraft.infested_stone":"Dark Stone","block.minecraft.infested_stone_bricks":"Dark Stone Bricks","block.minecraft.purpur_block":"Sky Wood","block.minecraft.purpur_pillar":"Sky Log","block.minecraft.purpur_slab":"Sky Slab","block.minecraft.purpur_stairs":"Sky Stairs","container.crafting":"","container.inventory":"","effect.minecraft.haste":"Attack Speed","effect.minecraft.mining_fatigue":"Attack Speed","effect.none":"","enchantment.level.1":"","enchantment.level.2":"","enchantment.level.3":"","enchantment.level.4":"","enchantment.level.5":"","enchantment.level.6":"","enchantment.level.7":"","enchantment.level.8":"","enchantment.level.9":"","enchantment.level.10":"","enchantment.minecraft.unbreaking":"","gui.advancements":"Territory Map","item.modifiers.mainhand":"","item.modifiers.offhand":"","item.unbreakable":"","menu.game":"","menu.returnToGame":"Return to Wynncraft","menu.shareToLan":"§aWynncraft.com","mount.onboard":"","soundCategory.music":"§cMinecraft Music","soundCategory.record":"§aWynncraft Music"} \ No newline at end of file diff --git a/assets/minecraft/lang/en_ca.json b/assets/minecraft/lang/en_ca.json new file mode 100644 index 000000000..2f56c3ebc --- /dev/null +++ b/assets/minecraft/lang/en_ca.json @@ -0,0 +1 @@ +{"advancements.empty":"Territory Map refreshed. Reopen to view.","advancements.sad_label":"","advancements.toast.challenge":"§bGuild Notification","advancements.toast.goal":"§aFriend Notification","advancements.toast.task":"Notification","attribute.name.generic.attack_damage":"","attribute.name.generic.attack_knockback":"","attribute.name.generic.attack_speed":"","block.minecraft.infested_chiseled_stone_bricks":"Dark Chiseled Stone Bricks","block.minecraft.infested_cobblestone":"Dark Cobblestone","block.minecraft.infested_cracked_stone_bricks":"Dark Cracked Stone Bricks","block.minecraft.infested_mossy_stone_bricks":"Dark Mossy Stone Bricks","block.minecraft.infested_stone":"Dark Stone","block.minecraft.infested_stone_bricks":"Dark Stone Bricks","block.minecraft.purpur_block":"Sky Wood","block.minecraft.purpur_pillar":"Sky Log","block.minecraft.purpur_slab":"Sky Slab","block.minecraft.purpur_stairs":"Sky Stairs","container.crafting":"","container.inventory":"","effect.minecraft.haste":"Attack Speed","effect.minecraft.mining_fatigue":"Attack Speed","effect.none":"","enchantment.level.1":"","enchantment.level.2":"","enchantment.level.3":"","enchantment.level.4":"","enchantment.level.5":"","enchantment.level.6":"","enchantment.level.7":"","enchantment.level.8":"","enchantment.level.9":"","enchantment.level.10":"","enchantment.minecraft.unbreaking":"","gui.advancements":"Territory Map","item.modifiers.mainhand":"","item.modifiers.offhand":"","item.unbreakable":"","menu.game":"","menu.returnToGame":"Return to Wynncraft","menu.shareToLan":"§aWynncraft.com","mount.onboard":"","soundCategory.music":"§cMinecraft Music","soundCategory.record":"§aWynncraft Music"} \ No newline at end of file diff --git a/assets/minecraft/lang/en_gb.json b/assets/minecraft/lang/en_gb.json new file mode 100644 index 000000000..2f56c3ebc --- /dev/null +++ b/assets/minecraft/lang/en_gb.json @@ -0,0 +1 @@ +{"advancements.empty":"Territory Map refreshed. Reopen to view.","advancements.sad_label":"","advancements.toast.challenge":"§bGuild Notification","advancements.toast.goal":"§aFriend Notification","advancements.toast.task":"Notification","attribute.name.generic.attack_damage":"","attribute.name.generic.attack_knockback":"","attribute.name.generic.attack_speed":"","block.minecraft.infested_chiseled_stone_bricks":"Dark Chiseled Stone Bricks","block.minecraft.infested_cobblestone":"Dark Cobblestone","block.minecraft.infested_cracked_stone_bricks":"Dark Cracked Stone Bricks","block.minecraft.infested_mossy_stone_bricks":"Dark Mossy Stone Bricks","block.minecraft.infested_stone":"Dark Stone","block.minecraft.infested_stone_bricks":"Dark Stone Bricks","block.minecraft.purpur_block":"Sky Wood","block.minecraft.purpur_pillar":"Sky Log","block.minecraft.purpur_slab":"Sky Slab","block.minecraft.purpur_stairs":"Sky Stairs","container.crafting":"","container.inventory":"","effect.minecraft.haste":"Attack Speed","effect.minecraft.mining_fatigue":"Attack Speed","effect.none":"","enchantment.level.1":"","enchantment.level.2":"","enchantment.level.3":"","enchantment.level.4":"","enchantment.level.5":"","enchantment.level.6":"","enchantment.level.7":"","enchantment.level.8":"","enchantment.level.9":"","enchantment.level.10":"","enchantment.minecraft.unbreaking":"","gui.advancements":"Territory Map","item.modifiers.mainhand":"","item.modifiers.offhand":"","item.unbreakable":"","menu.game":"","menu.returnToGame":"Return to Wynncraft","menu.shareToLan":"§aWynncraft.com","mount.onboard":"","soundCategory.music":"§cMinecraft Music","soundCategory.record":"§aWynncraft Music"} \ No newline at end of file diff --git a/assets/minecraft/lang/en_nz.json b/assets/minecraft/lang/en_nz.json new file mode 100644 index 000000000..2f56c3ebc --- /dev/null +++ b/assets/minecraft/lang/en_nz.json @@ -0,0 +1 @@ +{"advancements.empty":"Territory Map refreshed. Reopen to view.","advancements.sad_label":"","advancements.toast.challenge":"§bGuild Notification","advancements.toast.goal":"§aFriend Notification","advancements.toast.task":"Notification","attribute.name.generic.attack_damage":"","attribute.name.generic.attack_knockback":"","attribute.name.generic.attack_speed":"","block.minecraft.infested_chiseled_stone_bricks":"Dark Chiseled Stone Bricks","block.minecraft.infested_cobblestone":"Dark Cobblestone","block.minecraft.infested_cracked_stone_bricks":"Dark Cracked Stone Bricks","block.minecraft.infested_mossy_stone_bricks":"Dark Mossy Stone Bricks","block.minecraft.infested_stone":"Dark Stone","block.minecraft.infested_stone_bricks":"Dark Stone Bricks","block.minecraft.purpur_block":"Sky Wood","block.minecraft.purpur_pillar":"Sky Log","block.minecraft.purpur_slab":"Sky Slab","block.minecraft.purpur_stairs":"Sky Stairs","container.crafting":"","container.inventory":"","effect.minecraft.haste":"Attack Speed","effect.minecraft.mining_fatigue":"Attack Speed","effect.none":"","enchantment.level.1":"","enchantment.level.2":"","enchantment.level.3":"","enchantment.level.4":"","enchantment.level.5":"","enchantment.level.6":"","enchantment.level.7":"","enchantment.level.8":"","enchantment.level.9":"","enchantment.level.10":"","enchantment.minecraft.unbreaking":"","gui.advancements":"Territory Map","item.modifiers.mainhand":"","item.modifiers.offhand":"","item.unbreakable":"","menu.game":"","menu.returnToGame":"Return to Wynncraft","menu.shareToLan":"§aWynncraft.com","mount.onboard":"","soundCategory.music":"§cMinecraft Music","soundCategory.record":"§aWynncraft Music"} \ No newline at end of file diff --git a/assets/minecraft/lang/en_us.json b/assets/minecraft/lang/en_us.json new file mode 100644 index 000000000..2f56c3ebc --- /dev/null +++ b/assets/minecraft/lang/en_us.json @@ -0,0 +1 @@ +{"advancements.empty":"Territory Map refreshed. Reopen to view.","advancements.sad_label":"","advancements.toast.challenge":"§bGuild Notification","advancements.toast.goal":"§aFriend Notification","advancements.toast.task":"Notification","attribute.name.generic.attack_damage":"","attribute.name.generic.attack_knockback":"","attribute.name.generic.attack_speed":"","block.minecraft.infested_chiseled_stone_bricks":"Dark Chiseled Stone Bricks","block.minecraft.infested_cobblestone":"Dark Cobblestone","block.minecraft.infested_cracked_stone_bricks":"Dark Cracked Stone Bricks","block.minecraft.infested_mossy_stone_bricks":"Dark Mossy Stone Bricks","block.minecraft.infested_stone":"Dark Stone","block.minecraft.infested_stone_bricks":"Dark Stone Bricks","block.minecraft.purpur_block":"Sky Wood","block.minecraft.purpur_pillar":"Sky Log","block.minecraft.purpur_slab":"Sky Slab","block.minecraft.purpur_stairs":"Sky Stairs","container.crafting":"","container.inventory":"","effect.minecraft.haste":"Attack Speed","effect.minecraft.mining_fatigue":"Attack Speed","effect.none":"","enchantment.level.1":"","enchantment.level.2":"","enchantment.level.3":"","enchantment.level.4":"","enchantment.level.5":"","enchantment.level.6":"","enchantment.level.7":"","enchantment.level.8":"","enchantment.level.9":"","enchantment.level.10":"","enchantment.minecraft.unbreaking":"","gui.advancements":"Territory Map","item.modifiers.mainhand":"","item.modifiers.offhand":"","item.unbreakable":"","menu.game":"","menu.returnToGame":"Return to Wynncraft","menu.shareToLan":"§aWynncraft.com","mount.onboard":"","soundCategory.music":"§cMinecraft Music","soundCategory.record":"§aWynncraft Music"} \ No newline at end of file diff --git a/assets/minecraft/models/block/activator_rail.json b/assets/minecraft/models/block/activator_rail.json new file mode 100644 index 000000000..514148a36 --- /dev/null +++ b/assets/minecraft/models/block/activator_rail.json @@ -0,0 +1 @@ +{"__createdwith":"opl's Model Creator","ambientocclusion":false,"textures":{"rail":"block/activator_rail","particle":"block/oak_planks"},"elements":[{"from":[12.24,0,0],"to":[13.76,1,16],"faces":{"up":{"texture":"#rail"},"down":{"texture":"#rail"},"west":{"uv":[12,0,13,16],"texture":"#rail","rotation":90},"east":{"uv":[13,0,14,16],"texture":"#rail","rotation":90},"north":{"uv":[14,0,12,1],"texture":"#rail"},"south":{"texture":"#rail"}}},{"from":[2.24,0,0],"to":[3.76,1,16],"faces":{"up":{"uv":[2,0,4,16],"texture":"#rail"},"down":{"texture":"#rail"},"west":{"uv":[2,0,3,16],"texture":"#rail","rotation":90},"east":{"uv":[3,0,4,16],"texture":"#rail","rotation":90},"north":{"uv":[4,0,2,1],"texture":"#rail"},"south":{"texture":"#rail"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/activator_rail_active_flat.json b/assets/minecraft/models/block/activator_rail_active_flat.json new file mode 100644 index 000000000..514148a36 --- /dev/null +++ b/assets/minecraft/models/block/activator_rail_active_flat.json @@ -0,0 +1 @@ +{"__createdwith":"opl's Model Creator","ambientocclusion":false,"textures":{"rail":"block/activator_rail","particle":"block/oak_planks"},"elements":[{"from":[12.24,0,0],"to":[13.76,1,16],"faces":{"up":{"texture":"#rail"},"down":{"texture":"#rail"},"west":{"uv":[12,0,13,16],"texture":"#rail","rotation":90},"east":{"uv":[13,0,14,16],"texture":"#rail","rotation":90},"north":{"uv":[14,0,12,1],"texture":"#rail"},"south":{"texture":"#rail"}}},{"from":[2.24,0,0],"to":[3.76,1,16],"faces":{"up":{"uv":[2,0,4,16],"texture":"#rail"},"down":{"texture":"#rail"},"west":{"uv":[2,0,3,16],"texture":"#rail","rotation":90},"east":{"uv":[3,0,4,16],"texture":"#rail","rotation":90},"north":{"uv":[4,0,2,1],"texture":"#rail"},"south":{"texture":"#rail"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/activator_rail_active_raised_ne.json b/assets/minecraft/models/block/activator_rail_active_raised_ne.json new file mode 100644 index 000000000..2c9a1beb2 --- /dev/null +++ b/assets/minecraft/models/block/activator_rail_active_raised_ne.json @@ -0,0 +1 @@ +{"__createdwith":"opl's Model Creator","ambientocclusion":false,"textures":{"rail":"block/activator_rail","particle":"block/oak_planks"},"elements":[{"from":[12.25,0,0],"to":[13.75,1,16],"rotation":{"origin":[8,1,16],"axis":"x","angle":45,"rescale":true},"faces":{"up":{"texture":"#rail"},"down":{"texture":"#rail"},"west":{"uv":[12,0,13,16],"texture":"#rail","rotation":90},"east":{"uv":[13,0,14,16],"texture":"#rail","rotation":90},"north":{"uv":[14,0,12,1],"texture":"#rail"},"south":{"texture":"#rail"}}},{"from":[2.25,0,0],"to":[3.75,1,16],"rotation":{"origin":[8,1,16],"axis":"x","angle":45,"rescale":true},"faces":{"up":{"uv":[2,0,4,16],"texture":"#rail"},"down":{"texture":"#rail"},"west":{"uv":[2,0,3,16],"texture":"#rail","rotation":90},"east":{"uv":[3,0,4,16],"texture":"#rail","rotation":90},"north":{"uv":[4,0,2,1],"texture":"#rail"},"south":{"texture":"#rail"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/activator_rail_active_raised_sw.json b/assets/minecraft/models/block/activator_rail_active_raised_sw.json new file mode 100644 index 000000000..0356cf772 --- /dev/null +++ b/assets/minecraft/models/block/activator_rail_active_raised_sw.json @@ -0,0 +1 @@ +{"__createdwith":"opl's Model Creator","ambientocclusion":false,"textures":{"rail":"block/activator_rail","particle":"block/oak_planks"},"elements":[{"from":[12.25,0,0],"to":[13.75,1,16],"rotation":{"origin":[8,1,0],"axis":"x","angle":-45,"rescale":true},"faces":{"up":{"texture":"#rail"},"down":{"texture":"#rail"},"west":{"uv":[12,0,13,16],"texture":"#rail","rotation":90},"east":{"uv":[13,0,14,16],"texture":"#rail","rotation":90},"north":{"uv":[14,0,12,1],"texture":"#rail"},"south":{"texture":"#rail"}}},{"from":[2.25,0,0],"to":[3.75,1,16],"rotation":{"origin":[8,1,0],"axis":"x","angle":-45,"rescale":true},"faces":{"up":{"uv":[2,0,4,16],"texture":"#rail"},"down":{"texture":"#rail"},"west":{"uv":[2,0,3,16],"texture":"#rail","rotation":90},"east":{"uv":[3,0,4,16],"texture":"#rail","rotation":90},"north":{"uv":[4,0,2,1],"texture":"#rail"},"south":{"texture":"#rail"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/activator_rail_flat.json b/assets/minecraft/models/block/activator_rail_flat.json new file mode 100644 index 000000000..1dc40620f --- /dev/null +++ b/assets/minecraft/models/block/activator_rail_flat.json @@ -0,0 +1 @@ +{"__createdwith":"opl's Model Creator","ambientocclusion":false,"textures":{"rail":"blocks/rail_activator","particle":"blocks/planks_oak"},"elements":[{"from":[12.24,0,0],"to":[13.76,1,16],"faces":{"up":{"texture":"#rail"},"down":{"texture":"#rail"},"west":{"uv":[12,0,13,16],"texture":"#rail","rotation":90},"east":{"uv":[13,0,14,16],"texture":"#rail","rotation":90},"north":{"uv":[14,0,12,1],"texture":"#rail"},"south":{"texture":"#rail"}}},{"from":[2.24,0,0],"to":[3.76,1,16],"faces":{"up":{"uv":[2,0,4,16],"texture":"#rail"},"down":{"texture":"#rail"},"west":{"uv":[2,0,3,16],"texture":"#rail","rotation":90},"east":{"uv":[3,0,4,16],"texture":"#rail","rotation":90},"north":{"uv":[4,0,2,1],"texture":"#rail"},"south":{"texture":"#rail"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/activator_rail_raised_ne.json b/assets/minecraft/models/block/activator_rail_raised_ne.json new file mode 100644 index 000000000..2c9a1beb2 --- /dev/null +++ b/assets/minecraft/models/block/activator_rail_raised_ne.json @@ -0,0 +1 @@ +{"__createdwith":"opl's Model Creator","ambientocclusion":false,"textures":{"rail":"block/activator_rail","particle":"block/oak_planks"},"elements":[{"from":[12.25,0,0],"to":[13.75,1,16],"rotation":{"origin":[8,1,16],"axis":"x","angle":45,"rescale":true},"faces":{"up":{"texture":"#rail"},"down":{"texture":"#rail"},"west":{"uv":[12,0,13,16],"texture":"#rail","rotation":90},"east":{"uv":[13,0,14,16],"texture":"#rail","rotation":90},"north":{"uv":[14,0,12,1],"texture":"#rail"},"south":{"texture":"#rail"}}},{"from":[2.25,0,0],"to":[3.75,1,16],"rotation":{"origin":[8,1,16],"axis":"x","angle":45,"rescale":true},"faces":{"up":{"uv":[2,0,4,16],"texture":"#rail"},"down":{"texture":"#rail"},"west":{"uv":[2,0,3,16],"texture":"#rail","rotation":90},"east":{"uv":[3,0,4,16],"texture":"#rail","rotation":90},"north":{"uv":[4,0,2,1],"texture":"#rail"},"south":{"texture":"#rail"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/activator_rail_raised_sw.json b/assets/minecraft/models/block/activator_rail_raised_sw.json new file mode 100644 index 000000000..0356cf772 --- /dev/null +++ b/assets/minecraft/models/block/activator_rail_raised_sw.json @@ -0,0 +1 @@ +{"__createdwith":"opl's Model Creator","ambientocclusion":false,"textures":{"rail":"block/activator_rail","particle":"block/oak_planks"},"elements":[{"from":[12.25,0,0],"to":[13.75,1,16],"rotation":{"origin":[8,1,0],"axis":"x","angle":-45,"rescale":true},"faces":{"up":{"texture":"#rail"},"down":{"texture":"#rail"},"west":{"uv":[12,0,13,16],"texture":"#rail","rotation":90},"east":{"uv":[13,0,14,16],"texture":"#rail","rotation":90},"north":{"uv":[14,0,12,1],"texture":"#rail"},"south":{"texture":"#rail"}}},{"from":[2.25,0,0],"to":[3.75,1,16],"rotation":{"origin":[8,1,0],"axis":"x","angle":-45,"rescale":true},"faces":{"up":{"uv":[2,0,4,16],"texture":"#rail"},"down":{"texture":"#rail"},"west":{"uv":[2,0,3,16],"texture":"#rail","rotation":90},"east":{"uv":[3,0,4,16],"texture":"#rail","rotation":90},"north":{"uv":[4,0,2,1],"texture":"#rail"},"south":{"texture":"#rail"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/bars_n.json b/assets/minecraft/models/block/bars_n.json new file mode 100644 index 000000000..7bd288d9a --- /dev/null +++ b/assets/minecraft/models/block/bars_n.json @@ -0,0 +1 @@ +{"__createdwith":"opl's Model Creator","ambientocclusion":false,"textures":{"edge":"block_variants/iron_bars_top","particle":"block/iron_bars","bars":"block/iron_bars"},"elements":[{"from":[7,0,7],"to":[9,16,9],"faces":{"up":{"texture":"#edge"},"down":{"texture":"#edge"},"west":{"texture":"#bars"},"east":{"texture":"#bars"},"north":{"texture":"#bars"},"south":{"texture":"#bars"}}},{"from":[7,0,2],"to":[9,16,4],"faces":{"up":{"texture":"#edge"},"down":{"texture":"#edge"},"west":{"texture":"#bars"},"east":{"texture":"#bars"},"north":{"uv":[2,0,4,16],"texture":"#bars"},"south":{"uv":[2,0,4,16],"texture":"#bars"}}},{"from":[7,12,4],"to":[9,14,7],"faces":{"up":{"texture":"#edge"},"down":{"texture":"#edge"},"west":{"uv":[4,2,7,4],"texture":"#bars"},"east":{"uv":[4,2,7,4],"texture":"#bars"}}},{"from":[7,7,0],"to":[9,9,2],"faces":{"up":{"texture":"#edge"},"down":{"texture":"#edge"},"west":{"texture":"#bars"},"east":{"texture":"#bars"},"north":{"texture":"#bars"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/bars_ne.json b/assets/minecraft/models/block/bars_ne.json new file mode 100644 index 000000000..96e3a3656 --- /dev/null +++ b/assets/minecraft/models/block/bars_ne.json @@ -0,0 +1 @@ +{"__createdwith":"opl's Model Creator","ambientocclusion":false,"textures":{"edge":"block_variants/iron_bars_top","particle":"block/iron_bars","bars":"block/iron_bars"},"elements":[{"from":[7,0,7],"to":[9,16,9],"faces":{"up":{"texture":"#edge"},"down":{"texture":"#edge"},"west":{"texture":"#bars"},"east":{"texture":"#bars"},"north":{"texture":"#bars"},"south":{"texture":"#bars"}}},{"from":[7,0,2],"to":[9,16,4],"faces":{"up":{"texture":"#edge"},"down":{"texture":"#edge"},"west":{"texture":"#bars"},"east":{"texture":"#bars"},"north":{"uv":[2,0,4,16],"texture":"#bars"},"south":{"uv":[2,0,4,16],"texture":"#bars"}}},{"from":[7,12,4],"to":[9,14,7],"faces":{"up":{"texture":"#edge"},"down":{"texture":"#edge"},"west":{"uv":[4,2,7,4],"texture":"#bars"},"east":{"uv":[4,2,7,4],"texture":"#bars"}}},{"from":[7,7,0],"to":[9,9,2],"faces":{"up":{"texture":"#edge"},"down":{"texture":"#edge"},"west":{"texture":"#bars"},"east":{"texture":"#bars"},"north":{"texture":"#bars"}}},{"from":[9,2,7],"to":[12,4,9],"faces":{"up":{"texture":"#edge"},"down":{"texture":"#edge"},"north":{"uv":[12,12,9,14],"texture":"#bars"},"south":{"uv":[9,12,12,14],"texture":"#bars"}}},{"from":[14,7,7],"to":[16,9,9],"faces":{"up":{"texture":"#edge"},"down":{"texture":"#edge"},"east":{"texture":"#bars"},"north":{"texture":"#bars"},"south":{"texture":"#bars"}}},{"from":[12,0,7],"to":[14,16,9],"faces":{"up":{"texture":"#edge"},"down":{"texture":"#edge"},"west":{"uv":[12,0,14,16],"texture":"#bars"},"east":{"uv":[12,0,14,16],"texture":"#bars"},"north":{"uv":[14,0,12,16],"texture":"#bars"},"south":{"texture":"#bars"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/bars_ns.json b/assets/minecraft/models/block/bars_ns.json new file mode 100644 index 000000000..1393868c4 --- /dev/null +++ b/assets/minecraft/models/block/bars_ns.json @@ -0,0 +1 @@ +{"__createdwith":"opl's Model Creator","ambientocclusion":false,"textures":{"edge":"block_variants/iron_bars_top","particle":"block/iron_bars","bars":"block/iron_bars"},"elements":[{"from":[7,0,7],"to":[9,16,9],"faces":{"up":{"texture":"#edge"},"down":{"texture":"#edge"},"west":{"texture":"#bars"},"east":{"texture":"#bars"},"north":{"texture":"#bars"},"south":{"texture":"#bars"}}},{"from":[7,0,2],"to":[9,16,4],"faces":{"up":{"texture":"#edge"},"down":{"texture":"#edge"},"west":{"texture":"#bars"},"east":{"texture":"#bars"},"north":{"uv":[2,0,4,16],"texture":"#bars"},"south":{"uv":[2,0,4,16],"texture":"#bars"}}},{"from":[7,0,12],"to":[9,16,14],"faces":{"up":{"texture":"#edge"},"down":{"texture":"#edge"},"west":{"texture":"#bars"},"east":{"uv":[14,0,12,16],"texture":"#bars"},"north":{"texture":"#bars"},"south":{"uv":[12,0,14,16],"texture":"#bars"}}},{"from":[7,12,4],"to":[9,14,7],"faces":{"up":{"texture":"#edge"},"down":{"texture":"#edge"},"west":{"uv":[4,2,7,4],"texture":"#bars"},"east":{"uv":[4,2,7,4],"texture":"#bars"}}},{"from":[7,2,9],"to":[9,4,12],"faces":{"up":{"texture":"#edge"},"down":{"texture":"#edge"},"west":{"uv":[9,12,12,14],"texture":"#bars"},"east":{"uv":[12,12,9,14],"texture":"#bars"}}},{"from":[7,7,14],"to":[9,9,16],"faces":{"up":{"texture":"#edge"},"down":{"texture":"#edge"},"west":{"texture":"#bars"},"east":{"texture":"#bars"},"south":{"texture":"#bars"}}},{"from":[7,7,0],"to":[9,9,2],"faces":{"up":{"texture":"#edge"},"down":{"texture":"#edge"},"west":{"texture":"#bars"},"east":{"texture":"#bars"},"north":{"texture":"#bars"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/bars_nse.json b/assets/minecraft/models/block/bars_nse.json new file mode 100644 index 000000000..6ed23e9ed --- /dev/null +++ b/assets/minecraft/models/block/bars_nse.json @@ -0,0 +1 @@ +{"__createdwith":"opl's Model Creator","ambientocclusion":false,"textures":{"edge":"block_variants/iron_bars_top","particle":"block/iron_bars","bars":"block/iron_bars"},"elements":[{"from":[7,0,7],"to":[9,16,9],"faces":{"up":{"texture":"#edge"},"down":{"texture":"#edge"},"west":{"texture":"#bars"},"east":{"texture":"#bars"},"north":{"texture":"#bars"},"south":{"texture":"#bars"}}},{"from":[7,0,2],"to":[9,16,4],"faces":{"up":{"texture":"#edge"},"down":{"texture":"#edge"},"west":{"texture":"#bars"},"east":{"texture":"#bars"},"north":{"uv":[2,0,4,16],"texture":"#bars"},"south":{"uv":[2,0,4,16],"texture":"#bars"}}},{"from":[7,0,12],"to":[9,16,14],"faces":{"up":{"texture":"#edge"},"down":{"texture":"#edge"},"west":{"texture":"#bars"},"east":{"uv":[14,0,12,16],"texture":"#bars"},"north":{"texture":"#bars"},"south":{"uv":[12,0,14,16],"texture":"#bars"}}},{"from":[7,12,4],"to":[9,14,7],"faces":{"up":{"texture":"#edge"},"down":{"texture":"#edge"},"west":{"uv":[4,2,7,4],"texture":"#bars"},"east":{"uv":[4,2,7,4],"texture":"#bars"}}},{"from":[7,2,9],"to":[9,4,12],"faces":{"up":{"texture":"#edge"},"down":{"texture":"#edge"},"west":{"uv":[9,12,12,14],"texture":"#bars"},"east":{"uv":[12,12,9,14],"texture":"#bars"}}},{"from":[7,7,14],"to":[9,9,16],"faces":{"up":{"texture":"#edge"},"down":{"texture":"#edge"},"west":{"texture":"#bars"},"east":{"texture":"#bars"},"south":{"texture":"#bars"}}},{"from":[7,7,0],"to":[9,9,2],"faces":{"up":{"texture":"#edge"},"down":{"texture":"#edge"},"west":{"texture":"#bars"},"east":{"texture":"#bars"},"north":{"texture":"#bars"}}},{"from":[9,2,7],"to":[12,4,9],"faces":{"up":{"texture":"#edge"},"down":{"texture":"#edge"},"north":{"uv":[12,12,9,14],"texture":"#bars"},"south":{"uv":[9,12,12,14],"texture":"#bars"}}},{"from":[14,7,7],"to":[16,9,9],"faces":{"up":{"texture":"#edge"},"down":{"texture":"#edge"},"east":{"texture":"#bars"},"north":{"texture":"#bars"},"south":{"texture":"#bars"}}},{"from":[12,0,7],"to":[14,16,9],"faces":{"up":{"texture":"#edge"},"down":{"texture":"#edge"},"west":{"uv":[12,0,14,16],"texture":"#bars"},"east":{"uv":[12,0,14,16],"texture":"#bars"},"north":{"uv":[14,0,12,16],"texture":"#bars"},"south":{"texture":"#bars"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/bars_nsew.json b/assets/minecraft/models/block/bars_nsew.json new file mode 100644 index 000000000..785bfffa2 --- /dev/null +++ b/assets/minecraft/models/block/bars_nsew.json @@ -0,0 +1 @@ +{"__createdwith":"opl's Model Creator","ambientocclusion":false,"textures":{"edge":"block_variants/iron_bars_top","particle":"block/iron_bars","bars":"block/iron_bars"},"elements":[{"from":[7,0,7],"to":[9,16,9],"faces":{"up":{"texture":"#edge"},"down":{"texture":"#edge"},"west":{"texture":"#bars"},"east":{"texture":"#bars"},"north":{"texture":"#bars"},"south":{"texture":"#bars"}}},{"from":[2,0,7],"to":[4,16,9],"faces":{"up":{"texture":"#edge"},"down":{"texture":"#edge"},"west":{"uv":[2,0,4,16],"texture":"#bars"},"east":{"uv":[2,0,4,16],"texture":"#bars"},"north":{"uv":[4,0,2,16],"texture":"#bars"},"south":{"texture":"#bars"}}},{"from":[12,0,7],"to":[14,16,9],"faces":{"up":{"texture":"#edge"},"down":{"texture":"#edge"},"west":{"uv":[12,0,14,16],"texture":"#bars"},"east":{"uv":[12,0,14,16],"texture":"#bars"},"north":{"uv":[14,0,12,16],"texture":"#bars"},"south":{"texture":"#bars"}}},{"from":[7,0,2],"to":[9,16,4],"faces":{"up":{"texture":"#edge"},"down":{"texture":"#edge"},"west":{"texture":"#bars"},"east":{"texture":"#bars"},"north":{"uv":[2,0,4,16],"texture":"#bars"},"south":{"uv":[2,0,4,16],"texture":"#bars"}}},{"from":[7,0,12],"to":[9,16,14],"faces":{"up":{"texture":"#edge"},"down":{"texture":"#edge"},"west":{"texture":"#bars"},"east":{"uv":[14,0,12,16],"texture":"#bars"},"north":{"texture":"#bars"},"south":{"uv":[12,0,14,16],"texture":"#bars"}}},{"from":[7,12,4],"to":[9,14,7],"faces":{"up":{"texture":"#edge"},"down":{"texture":"#edge"},"west":{"uv":[4,2,7,4],"texture":"#bars"},"east":{"uv":[4,2,7,4],"texture":"#bars"}}},{"from":[4,12,7],"to":[7,14,9],"faces":{"up":{"texture":"#edge"},"down":{"texture":"#edge"},"north":{"uv":[4,2,7,4],"texture":"#bars"},"south":{"uv":[4,2,7,4],"texture":"#bars"}}},{"from":[9,2,7],"to":[12,4,9],"faces":{"up":{"texture":"#edge"},"down":{"texture":"#edge"},"north":{"uv":[12,12,9,14],"texture":"#bars"},"south":{"uv":[9,12,12,14],"texture":"#bars"}}},{"from":[7,2,9],"to":[9,4,12],"faces":{"up":{"texture":"#edge"},"down":{"texture":"#edge"},"west":{"uv":[9,12,12,14],"texture":"#bars"},"east":{"uv":[12,12,9,14],"texture":"#bars"}}},{"from":[7,7,14],"to":[9,9,16],"faces":{"up":{"texture":"#edge"},"down":{"texture":"#edge"},"west":{"texture":"#bars"},"east":{"texture":"#bars"},"south":{"texture":"#bars"}}},{"from":[7,7,0],"to":[9,9,2],"faces":{"up":{"texture":"#edge"},"down":{"texture":"#edge"},"west":{"texture":"#bars"},"east":{"texture":"#bars"},"north":{"texture":"#bars"}}},{"from":[0,7,7],"to":[2,9,9],"faces":{"up":{"texture":"#edge"},"down":{"texture":"#edge"},"west":{"texture":"#bars"},"north":{"uv":[2,7,0,9],"texture":"#bars"},"south":{"texture":"#bars"}}},{"from":[14,7,7],"to":[16,9,9],"faces":{"up":{"texture":"#edge"},"down":{"texture":"#edge"},"east":{"texture":"#bars"},"north":{"texture":"#bars"},"south":{"texture":"#bars"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/birch_fence_inventory.json b/assets/minecraft/models/block/birch_fence_inventory.json new file mode 100644 index 000000000..dc226dcda --- /dev/null +++ b/assets/minecraft/models/block/birch_fence_inventory.json @@ -0,0 +1 @@ +{"parent":"block/wall/wall_column_inventory","textures":{"wall":"block/birch_log","end":"block/birch_log_top"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/birch_fence_n.json b/assets/minecraft/models/block/birch_fence_n.json new file mode 100644 index 000000000..2f0af4718 --- /dev/null +++ b/assets/minecraft/models/block/birch_fence_n.json @@ -0,0 +1 @@ +{"parent":"block/wall/wall_column_n","textures":{"wall":"blocks/birch_log","end":"blocks/birch_log_top"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/birch_fence_ne.json b/assets/minecraft/models/block/birch_fence_ne.json new file mode 100644 index 000000000..a39d227af --- /dev/null +++ b/assets/minecraft/models/block/birch_fence_ne.json @@ -0,0 +1 @@ +{"parent":"block/wall/wall_column_ne","textures":{"wall":"block/birch_log","end":"block/birch_log_top"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/birch_fence_ns.json b/assets/minecraft/models/block/birch_fence_ns.json new file mode 100644 index 000000000..016b543bc --- /dev/null +++ b/assets/minecraft/models/block/birch_fence_ns.json @@ -0,0 +1 @@ +{"parent":"block/wall/wall_column_ns_above","textures":{"wall":"blocks/birch_log","end":"blocks/birch_log_top"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/birch_fence_nse.json b/assets/minecraft/models/block/birch_fence_nse.json new file mode 100644 index 000000000..11def2cbe --- /dev/null +++ b/assets/minecraft/models/block/birch_fence_nse.json @@ -0,0 +1 @@ +{"parent":"block/wall/wall_column_nse","textures":{"wall":"block/birch_log","end":"block/birch_log_top"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/birch_fence_nsew.json b/assets/minecraft/models/block/birch_fence_nsew.json new file mode 100644 index 000000000..548ae9e29 --- /dev/null +++ b/assets/minecraft/models/block/birch_fence_nsew.json @@ -0,0 +1 @@ +{"parent":"block/wall/wall_column_nsew","textures":{"wall":"block/birch_log","end":"block/birch_log_top"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/birch_fence_post.json b/assets/minecraft/models/block/birch_fence_post.json new file mode 100644 index 000000000..719bf4b42 --- /dev/null +++ b/assets/minecraft/models/block/birch_fence_post.json @@ -0,0 +1 @@ +{"parent":"block/wall/wall_column_post","textures":{"wall":"block/birch_log","end":"block/birch_log_top"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/birch_fence_side.json b/assets/minecraft/models/block/birch_fence_side.json new file mode 100644 index 000000000..abec746a8 --- /dev/null +++ b/assets/minecraft/models/block/birch_fence_side.json @@ -0,0 +1 @@ +{"parent":"block/fence_side","textures":{"texture":"block/birch_log"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/blank.json b/assets/minecraft/models/block/blank.json new file mode 100644 index 000000000..4a20cbcfc --- /dev/null +++ b/assets/minecraft/models/block/blank.json @@ -0,0 +1 @@ +{"textures":{"particle":"block_variants/oak_planks_flat"},"elements":[{"from":[0,0,0],"to":[0,0,0],"faces":{"down":{"uv":[0,0,0,0],"texture":"#particle"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/bookshelf.json b/assets/minecraft/models/block/bookshelf.json new file mode 100644 index 000000000..8b59be164 --- /dev/null +++ b/assets/minecraft/models/block/bookshelf.json @@ -0,0 +1 @@ +{"parent":"block/block","ambientocclusion":false,"textures":{"side":"block/bookshelf","particle":"block_variants/oak_planks_flat","end":"block_variants/oak_planks_flat"},"elements":[{"from":[1,1,1],"to":[15,15,15],"faces":{"north":{"uv":[1,1,15,15],"texture":"#side","cullface":"north"},"east":{"uv":[1,1,15,15],"texture":"#side","cullface":"east"},"south":{"uv":[1,1,15,15],"texture":"#side","cullface":"south"},"west":{"uv":[1,1,15,15],"texture":"#side","cullface":"west"}}},{"from":[0,0,0],"to":[16,2,16],"faces":{"north":{"uv":[0,14,16,16],"texture":"#side","cullface":"north"},"east":{"uv":[0,14,16,16],"texture":"#side","cullface":"east"},"south":{"uv":[0,14,16,16],"texture":"#side","cullface":"south"},"west":{"uv":[0,14,16,16],"texture":"#side","cullface":"west"},"up":{"uv":[0,0,16,16],"texture":"#end"},"down":{"uv":[0,0,16,16],"texture":"#end","cullface":"down"}}},{"from":[0,15,0],"to":[16,16,16],"faces":{"north":{"uv":[0,0,16,1],"texture":"#side","cullface":"north"},"east":{"uv":[0,0,16,1],"texture":"#side","cullface":"east"},"south":{"uv":[0,0,16,1],"texture":"#side","cullface":"south"},"west":{"uv":[0,0,16,1],"texture":"#side","cullface":"west"},"up":{"uv":[0,0,16,16],"texture":"#end","cullface":"up"},"down":{"uv":[0,0,16,16],"texture":"#end"}}},{"from":[0,2,0],"to":[1,15,1],"faces":{"north":{"uv":[15,1,16,14],"texture":"#side","cullface":"north"},"east":{"uv":[15,1,16,14],"texture":"#side"},"south":{"uv":[0,1,1,14],"texture":"#side"},"west":{"uv":[0,1,1,14],"texture":"#side","cullface":"west"}}},{"from":[0,2,15],"to":[1,15,16],"faces":{"north":{"uv":[15,1,16,14],"texture":"#side"},"east":{"uv":[0,1,1,14],"texture":"#side"},"south":{"uv":[0,1,1,14],"texture":"#side","cullface":"south"},"west":{"uv":[15,1,16,14],"texture":"#side","cullface":"west"}}},{"from":[15,2,15],"to":[16,15,16],"faces":{"north":{"uv":[0,1,1,14],"texture":"#side"},"east":{"uv":[0,1,1,14],"texture":"#side","cullface":"east"},"south":{"uv":[15,1,16,14],"texture":"#side","cullface":"south"},"west":{"uv":[15,1,16,14],"texture":"#side"}}},{"from":[15,2,0],"to":[16,15,1],"faces":{"north":{"uv":[0,1,1,14],"texture":"#side","cullface":"north"},"east":{"uv":[15,1,16,14],"texture":"#side","cullface":"east"},"south":{"uv":[15,1,16,14],"texture":"#side"},"west":{"uv":[0,1,1,14],"texture":"#side"}}},{"from":[0,8,0],"to":[16,9,16],"faces":{"north":{"uv":[0,7,16,8],"texture":"#side","cullface":"north"},"east":{"uv":[0,7,16,8],"texture":"#side","cullface":"east"},"south":{"uv":[0,7,16,8],"texture":"#side","cullface":"south"},"west":{"uv":[0,7,16,8],"texture":"#side","cullface":"west"},"up":{"uv":[0,0,16,16],"texture":"#end"},"down":{"uv":[0,0,16,16],"texture":"#end"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/brown_mushroom_block.json b/assets/minecraft/models/block/brown_mushroom_block.json new file mode 100644 index 000000000..c48749546 --- /dev/null +++ b/assets/minecraft/models/block/brown_mushroom_block.json @@ -0,0 +1 @@ +{"parent":"block/cube_all","textures":{"all":"block/brown_mushroom_block"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/carved_pumpkin.json b/assets/minecraft/models/block/carved_pumpkin.json new file mode 100644 index 000000000..7c151dac0 --- /dev/null +++ b/assets/minecraft/models/block/carved_pumpkin.json @@ -0,0 +1 @@ +{"parent":"block/cube_bottom_top","textures":{"top":"block/pumpkin_top","bottom":"block_variants/pumpkin_bottom","side":"block/pumpkin_side"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/chiseled_red_sandstone.json b/assets/minecraft/models/block/chiseled_red_sandstone.json new file mode 100644 index 000000000..4c8fa6a3c --- /dev/null +++ b/assets/minecraft/models/block/chiseled_red_sandstone.json @@ -0,0 +1 @@ +{"parent":"block/block","textures":{"particle":"block/red_sandstone","top":"block/red_sandstone_top","side1":"block/chiseled_red_sandstone","bottom":"block/red_sandstone_bottom","side2":"block_variants/chiseled_red_sandstone_0"},"elements":[{"from":[0,0,0],"to":[16,16,16],"faces":{"down":{"texture":"#bottom","cullface":"down"},"up":{"texture":"#top","cullface":"up"},"north":{"texture":"#side2","cullface":"north"},"south":{"texture":"#side2","cullface":"south"},"west":{"texture":"#side2","cullface":"west"},"east":{"texture":"#side2","cullface":"east"}}},{"from":[-0.02,0,-0.02],"to":[16.02,16,16.02],"faces":{"north":{"uv":[0,0,16,16],"texture":"#side1","cullface":"up"},"south":{"uv":[0,0,16,16],"texture":"#side1","cullface":"up"},"west":{"uv":[0,0,16,16],"texture":"#side1","cullface":"up"},"east":{"uv":[0,0,16,16],"texture":"#side1","cullface":"up"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/comparator.json b/assets/minecraft/models/block/comparator.json new file mode 100644 index 000000000..3433eab1b --- /dev/null +++ b/assets/minecraft/models/block/comparator.json @@ -0,0 +1 @@ +{"parent":"block/redstone/comparator_spike"} \ No newline at end of file diff --git a/assets/minecraft/models/block/comparator_on.json b/assets/minecraft/models/block/comparator_on.json new file mode 100644 index 000000000..fce21b39a --- /dev/null +++ b/assets/minecraft/models/block/comparator_on.json @@ -0,0 +1 @@ +{"parent":"block/redstone/comparator_spike_base"} \ No newline at end of file diff --git a/assets/minecraft/models/block/comparator_on_subtract.json b/assets/minecraft/models/block/comparator_on_subtract.json new file mode 100644 index 000000000..f832960f0 --- /dev/null +++ b/assets/minecraft/models/block/comparator_on_subtract.json @@ -0,0 +1 @@ +{"parent":"block/redstone/comparator_blood_spike_base"} \ No newline at end of file diff --git a/assets/minecraft/models/block/comparator_subtract.json b/assets/minecraft/models/block/comparator_subtract.json new file mode 100644 index 000000000..f910b588c --- /dev/null +++ b/assets/minecraft/models/block/comparator_subtract.json @@ -0,0 +1 @@ +{"parent":"block/redstone/comparator_blood_spike"} \ No newline at end of file diff --git a/assets/minecraft/models/block/crop/cream.json b/assets/minecraft/models/block/crop/cream.json new file mode 100644 index 000000000..00823b9cd --- /dev/null +++ b/assets/minecraft/models/block/crop/cream.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"particle":"wynn/flora/particle_0","crop":"wynn/flora/crops_cream"},"elements":[{"from":[4,-1,0],"to":[4,15,16],"shade":false,"faces":{"west":{"uv":[8,8,16,16],"texture":"#crop"},"east":{"uv":[8,8,16,16],"texture":"#crop"}}},{"from":[12,-1,0],"to":[12,15,16],"shade":false,"faces":{"west":{"uv":[8,8,16,16],"texture":"#crop"},"east":{"uv":[8,8,16,16],"texture":"#crop"}}},{"from":[0,-1,4],"to":[16,15,4],"shade":false,"faces":{"north":{"uv":[8,8,16,16],"texture":"#crop"},"south":{"uv":[8,8,16,16],"texture":"#crop"}}},{"from":[0,-1,12],"to":[16,15,12],"shade":false,"faces":{"north":{"uv":[8,8,16,16],"texture":"#crop"},"south":{"uv":[8,8,16,16],"texture":"#crop"}}},{"from":[4,15,0],"to":[4,31,16],"shade":false,"faces":{"west":{"uv":[8,0,16,8],"texture":"#crop"},"east":{"uv":[8,0,16,8],"texture":"#crop"}}},{"from":[12,15,0],"to":[12,31,16],"shade":false,"faces":{"west":{"uv":[8,0,16,8],"texture":"#crop"},"east":{"uv":[8,0,16,8],"texture":"#crop"}}},{"from":[0,15,4],"to":[16,31,4],"shade":false,"faces":{"north":{"uv":[8,0,16,8],"texture":"#crop"},"south":{"uv":[8,0,16,8],"texture":"#crop"}}},{"from":[0,15,12],"to":[16,31,12],"shade":false,"faces":{"north":{"uv":[8,0,16,8],"texture":"#crop"},"south":{"uv":[8,0,16,8],"texture":"#crop"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/crop/cream1.json b/assets/minecraft/models/block/crop/cream1.json new file mode 100644 index 000000000..c0d61db24 --- /dev/null +++ b/assets/minecraft/models/block/crop/cream1.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"particle":"wynn/flora/particle_0","crop":"wynn/flora/crops_cream"},"elements":[{"from":[4,-1,0],"to":[4,15,16],"shade":false,"faces":{"west":{"uv":[0,8,8,16],"texture":"#crop"},"east":{"uv":[0,8,8,16],"texture":"#crop"}}},{"from":[12,-1,0],"to":[12,15,16],"shade":false,"faces":{"west":{"uv":[0,8,8,16],"texture":"#crop"},"east":{"uv":[0,8,8,16],"texture":"#crop"}}},{"from":[0,-1,4],"to":[16,15,4],"shade":false,"faces":{"north":{"uv":[0,8,8,16],"texture":"#crop"},"south":{"uv":[0,8,8,16],"texture":"#crop"}}},{"from":[0,-1,12],"to":[16,15,12],"shade":false,"faces":{"north":{"uv":[0,8,8,16],"texture":"#crop"},"south":{"uv":[0,8,8,16],"texture":"#crop"}}},{"from":[4,15,0],"to":[4,31,16],"shade":false,"faces":{"west":{"uv":[0,0,8,8],"texture":"#crop"},"east":{"uv":[0,0,8,8],"texture":"#crop"}}},{"from":[12,15,0],"to":[12,31,16],"shade":false,"faces":{"west":{"uv":[0,0,8,8],"texture":"#crop"},"east":{"uv":[0,0,8,8],"texture":"#crop"}}},{"from":[0,15,4],"to":[16,31,4],"shade":false,"faces":{"north":{"uv":[0,0,8,8],"texture":"#crop"},"south":{"uv":[0,0,8,8],"texture":"#crop"}}},{"from":[0,15,12],"to":[16,31,12],"shade":false,"faces":{"north":{"uv":[0,0,8,8],"texture":"#crop"},"south":{"uv":[0,0,8,8],"texture":"#crop"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/crop/dernic.json b/assets/minecraft/models/block/crop/dernic.json new file mode 100644 index 000000000..27bed92c5 --- /dev/null +++ b/assets/minecraft/models/block/crop/dernic.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"particle":"wynn/flora/particle_2","crop":"wynn/flora/crops_dernic"},"elements":[{"from":[4,-1,0],"to":[4,15,16],"shade":false,"faces":{"west":{"uv":[8,8,16,16],"texture":"#crop"},"east":{"uv":[8,8,16,16],"texture":"#crop"}}},{"from":[12,-1,0],"to":[12,15,16],"shade":false,"faces":{"west":{"uv":[8,8,16,16],"texture":"#crop"},"east":{"uv":[8,8,16,16],"texture":"#crop"}}},{"from":[0,-1,4],"to":[16,15,4],"shade":false,"faces":{"north":{"uv":[8,8,16,16],"texture":"#crop"},"south":{"uv":[8,8,16,16],"texture":"#crop"}}},{"from":[0,-1,12],"to":[16,15,12],"shade":false,"faces":{"north":{"uv":[8,8,16,16],"texture":"#crop"},"south":{"uv":[8,8,16,16],"texture":"#crop"}}},{"from":[4,15,0],"to":[4,31,16],"shade":false,"faces":{"west":{"uv":[8,0,16,8],"texture":"#crop"},"east":{"uv":[8,0,16,8],"texture":"#crop"}}},{"from":[12,15,0],"to":[12,31,16],"shade":false,"faces":{"west":{"uv":[8,0,16,8],"texture":"#crop"},"east":{"uv":[8,0,16,8],"texture":"#crop"}}},{"from":[0,15,4],"to":[16,31,4],"shade":false,"faces":{"north":{"uv":[8,0,16,8],"texture":"#crop"},"south":{"uv":[8,0,16,8],"texture":"#crop"}}},{"from":[0,15,12],"to":[16,31,12],"shade":false,"faces":{"north":{"uv":[8,0,16,8],"texture":"#crop"},"south":{"uv":[8,0,16,8],"texture":"#crop"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/crop/dernic1.json b/assets/minecraft/models/block/crop/dernic1.json new file mode 100644 index 000000000..c48f06686 --- /dev/null +++ b/assets/minecraft/models/block/crop/dernic1.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"particle":"wynn/flora/particle_2","crop":"wynn/flora/crops_dernic"},"elements":[{"from":[4,-1,0],"to":[4,15,16],"shade":false,"faces":{"west":{"uv":[0,8,8,16],"texture":"#crop"},"east":{"uv":[0,8,8,16],"texture":"#crop"}}},{"from":[12,-1,0],"to":[12,15,16],"shade":false,"faces":{"west":{"uv":[0,8,8,16],"texture":"#crop"},"east":{"uv":[0,8,8,16],"texture":"#crop"}}},{"from":[0,-1,4],"to":[16,15,4],"shade":false,"faces":{"north":{"uv":[0,8,8,16],"texture":"#crop"},"south":{"uv":[0,8,8,16],"texture":"#crop"}}},{"from":[0,-1,12],"to":[16,15,12],"shade":false,"faces":{"north":{"uv":[0,8,8,16],"texture":"#crop"},"south":{"uv":[0,8,8,16],"texture":"#crop"}}},{"from":[4,15,0],"to":[4,31,16],"shade":false,"faces":{"west":{"uv":[0,0,8,8],"texture":"#crop"},"east":{"uv":[0,0,8,8],"texture":"#crop"}}},{"from":[12,15,0],"to":[12,31,16],"shade":false,"faces":{"west":{"uv":[0,0,8,8],"texture":"#crop"},"east":{"uv":[0,0,8,8],"texture":"#crop"}}},{"from":[0,15,4],"to":[16,31,4],"shade":false,"faces":{"north":{"uv":[0,0,8,8],"texture":"#crop"},"south":{"uv":[0,0,8,8],"texture":"#crop"}}},{"from":[0,15,12],"to":[16,31,12],"shade":false,"faces":{"north":{"uv":[0,0,8,8],"texture":"#crop"},"south":{"uv":[0,0,8,8],"texture":"#crop"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/crop/green.json b/assets/minecraft/models/block/crop/green.json new file mode 100644 index 000000000..c4a3958af --- /dev/null +++ b/assets/minecraft/models/block/crop/green.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"particle":"wynn/flora/particle_1","crop":"wynn/flora/crops_green"},"elements":[{"from":[4,-1,0],"to":[4,15,16],"shade":false,"faces":{"west":{"uv":[8,8,16,16],"texture":"#crop"},"east":{"uv":[8,8,16,16],"texture":"#crop"}}},{"from":[12,-1,0],"to":[12,15,16],"shade":false,"faces":{"west":{"uv":[8,8,16,16],"texture":"#crop"},"east":{"uv":[8,8,16,16],"texture":"#crop"}}},{"from":[0,-1,4],"to":[16,15,4],"shade":false,"faces":{"north":{"uv":[8,8,16,16],"texture":"#crop"},"south":{"uv":[8,8,16,16],"texture":"#crop"}}},{"from":[0,-1,12],"to":[16,15,12],"shade":false,"faces":{"north":{"uv":[8,8,16,16],"texture":"#crop"},"south":{"uv":[8,8,16,16],"texture":"#crop"}}},{"from":[4,15,0],"to":[4,31,16],"shade":false,"faces":{"west":{"uv":[8,0,16,8],"texture":"#crop"},"east":{"uv":[8,0,16,8],"texture":"#crop"}}},{"from":[12,15,0],"to":[12,31,16],"shade":false,"faces":{"west":{"uv":[8,0,16,8],"texture":"#crop"},"east":{"uv":[8,0,16,8],"texture":"#crop"}}},{"from":[0,15,4],"to":[16,31,4],"shade":false,"faces":{"north":{"uv":[8,0,16,8],"texture":"#crop"},"south":{"uv":[8,0,16,8],"texture":"#crop"}}},{"from":[0,15,12],"to":[16,31,12],"shade":false,"faces":{"north":{"uv":[8,0,16,8],"texture":"#crop"},"south":{"uv":[8,0,16,8],"texture":"#crop"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/crop/green1.json b/assets/minecraft/models/block/crop/green1.json new file mode 100644 index 000000000..877474326 --- /dev/null +++ b/assets/minecraft/models/block/crop/green1.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"particle":"wynn/flora/particle_1","crop":"wynn/flora/crops_green"},"elements":[{"from":[4,-1,0],"to":[4,15,16],"shade":false,"faces":{"west":{"uv":[0,8,8,16],"texture":"#crop"},"east":{"uv":[0,8,8,16],"texture":"#crop"}}},{"from":[12,-1,0],"to":[12,15,16],"shade":false,"faces":{"west":{"uv":[0,8,8,16],"texture":"#crop"},"east":{"uv":[0,8,8,16],"texture":"#crop"}}},{"from":[0,-1,4],"to":[16,15,4],"shade":false,"faces":{"north":{"uv":[0,8,8,16],"texture":"#crop"},"south":{"uv":[0,8,8,16],"texture":"#crop"}}},{"from":[0,-1,12],"to":[16,15,12],"shade":false,"faces":{"north":{"uv":[0,8,8,16],"texture":"#crop"},"south":{"uv":[0,8,8,16],"texture":"#crop"}}},{"from":[4,15,0],"to":[4,31,16],"shade":false,"faces":{"west":{"uv":[0,0,8,8],"texture":"#crop"},"east":{"uv":[0,0,8,8],"texture":"#crop"}}},{"from":[12,15,0],"to":[12,31,16],"shade":false,"faces":{"west":{"uv":[0,0,8,8],"texture":"#crop"},"east":{"uv":[0,0,8,8],"texture":"#crop"}}},{"from":[0,15,4],"to":[16,31,4],"shade":false,"faces":{"north":{"uv":[0,0,8,8],"texture":"#crop"},"south":{"uv":[0,0,8,8],"texture":"#crop"}}},{"from":[0,15,12],"to":[16,31,12],"shade":false,"faces":{"north":{"uv":[0,0,8,8],"texture":"#crop"},"south":{"uv":[0,0,8,8],"texture":"#crop"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/crop/hops.json b/assets/minecraft/models/block/crop/hops.json new file mode 100644 index 000000000..ea12e437e --- /dev/null +++ b/assets/minecraft/models/block/crop/hops.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"particle":"wynn/flora/particle_1","crop":"wynn/flora/crops_hops"},"elements":[{"from":[4,-1,0],"to":[4,15,16],"shade":false,"faces":{"west":{"uv":[8,8,16,16],"texture":"#crop"},"east":{"uv":[8,8,16,16],"texture":"#crop"}}},{"from":[12,-1,0],"to":[12,15,16],"shade":false,"faces":{"west":{"uv":[8,8,16,16],"texture":"#crop"},"east":{"uv":[8,8,16,16],"texture":"#crop"}}},{"from":[0,-1,4],"to":[16,15,4],"shade":false,"faces":{"north":{"uv":[8,8,16,16],"texture":"#crop"},"south":{"uv":[8,8,16,16],"texture":"#crop"}}},{"from":[0,-1,12],"to":[16,15,12],"shade":false,"faces":{"north":{"uv":[8,8,16,16],"texture":"#crop"},"south":{"uv":[8,8,16,16],"texture":"#crop"}}},{"from":[4,15,0],"to":[4,31,16],"shade":false,"faces":{"west":{"uv":[8,0,16,8],"texture":"#crop"},"east":{"uv":[8,0,16,8],"texture":"#crop"}}},{"from":[12,15,0],"to":[12,31,16],"shade":false,"faces":{"west":{"uv":[8,0,16,8],"texture":"#crop"},"east":{"uv":[8,0,16,8],"texture":"#crop"}}},{"from":[0,15,4],"to":[16,31,4],"shade":false,"faces":{"north":{"uv":[8,0,16,8],"texture":"#crop"},"south":{"uv":[8,0,16,8],"texture":"#crop"}}},{"from":[0,15,12],"to":[16,31,12],"shade":false,"faces":{"north":{"uv":[8,0,16,8],"texture":"#crop"},"south":{"uv":[8,0,16,8],"texture":"#crop"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/crop/hops1.json b/assets/minecraft/models/block/crop/hops1.json new file mode 100644 index 000000000..61e8441de --- /dev/null +++ b/assets/minecraft/models/block/crop/hops1.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"particle":"wynn/flora/particle_1","crop":"wynn/flora/crops_hops"},"elements":[{"from":[4,-1,0],"to":[4,15,16],"shade":false,"faces":{"west":{"uv":[0,8,8,16],"texture":"#crop"},"east":{"uv":[0,8,8,16],"texture":"#crop"}}},{"from":[12,-1,0],"to":[12,15,16],"shade":false,"faces":{"west":{"uv":[0,8,8,16],"texture":"#crop"},"east":{"uv":[0,8,8,16],"texture":"#crop"}}},{"from":[0,-1,4],"to":[16,15,4],"shade":false,"faces":{"north":{"uv":[0,8,8,16],"texture":"#crop"},"south":{"uv":[0,8,8,16],"texture":"#crop"}}},{"from":[0,-1,12],"to":[16,15,12],"shade":false,"faces":{"north":{"uv":[0,8,8,16],"texture":"#crop"},"south":{"uv":[0,8,8,16],"texture":"#crop"}}},{"from":[4,15,0],"to":[4,31,16],"shade":false,"faces":{"west":{"uv":[0,0,8,8],"texture":"#crop"},"east":{"uv":[0,0,8,8],"texture":"#crop"}}},{"from":[12,15,0],"to":[12,31,16],"shade":false,"faces":{"west":{"uv":[0,0,8,8],"texture":"#crop"},"east":{"uv":[0,0,8,8],"texture":"#crop"}}},{"from":[0,15,4],"to":[16,31,4],"shade":false,"faces":{"north":{"uv":[0,0,8,8],"texture":"#crop"},"south":{"uv":[0,0,8,8],"texture":"#crop"}}},{"from":[0,15,12],"to":[16,31,12],"shade":false,"faces":{"north":{"uv":[0,0,8,8],"texture":"#crop"},"south":{"uv":[0,0,8,8],"texture":"#crop"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/crop/root.json b/assets/minecraft/models/block/crop/root.json new file mode 100644 index 000000000..30d871f47 --- /dev/null +++ b/assets/minecraft/models/block/crop/root.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"particle":"wynn/flora/particle_2","crop":"wynn/flora/crops_roots"},"elements":[{"from":[4,-1,0],"to":[4,15,16],"shade":false,"faces":{"west":{"uv":[8,8,16,16],"texture":"#crop"},"east":{"uv":[8,8,16,16],"texture":"#crop"}}},{"from":[12,-1,0],"to":[12,15,16],"shade":false,"faces":{"west":{"uv":[8,8,16,16],"texture":"#crop"},"east":{"uv":[8,8,16,16],"texture":"#crop"}}},{"from":[0,-1,4],"to":[16,15,4],"shade":false,"faces":{"north":{"uv":[8,8,16,16],"texture":"#crop"},"south":{"uv":[8,8,16,16],"texture":"#crop"}}},{"from":[0,-1,12],"to":[16,15,12],"shade":false,"faces":{"north":{"uv":[8,8,16,16],"texture":"#crop"},"south":{"uv":[8,8,16,16],"texture":"#crop"}}},{"from":[4,15,0],"to":[4,31,16],"shade":false,"faces":{"west":{"uv":[8,0,16,8],"texture":"#crop"},"east":{"uv":[8,0,16,8],"texture":"#crop"}}},{"from":[12,15,0],"to":[12,31,16],"shade":false,"faces":{"west":{"uv":[8,0,16,8],"texture":"#crop"},"east":{"uv":[8,0,16,8],"texture":"#crop"}}},{"from":[0,15,4],"to":[16,31,4],"shade":false,"faces":{"north":{"uv":[8,0,16,8],"texture":"#crop"},"south":{"uv":[8,0,16,8],"texture":"#crop"}}},{"from":[0,15,12],"to":[16,31,12],"shade":false,"faces":{"north":{"uv":[8,0,16,8],"texture":"#crop"},"south":{"uv":[8,0,16,8],"texture":"#crop"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/crop/root1.json b/assets/minecraft/models/block/crop/root1.json new file mode 100644 index 000000000..c49b92e8b --- /dev/null +++ b/assets/minecraft/models/block/crop/root1.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"particle":"wynn/flora/particle_2","crop":"wynn/flora/crops_roots"},"elements":[{"from":[4,-1,0],"to":[4,15,16],"shade":false,"faces":{"west":{"uv":[0,8,8,16],"texture":"#crop"},"east":{"uv":[0,8,8,16],"texture":"#crop"}}},{"from":[12,-1,0],"to":[12,15,16],"shade":false,"faces":{"west":{"uv":[0,8,8,16],"texture":"#crop"},"east":{"uv":[0,8,8,16],"texture":"#crop"}}},{"from":[0,-1,4],"to":[16,15,4],"shade":false,"faces":{"north":{"uv":[0,8,8,16],"texture":"#crop"},"south":{"uv":[0,8,8,16],"texture":"#crop"}}},{"from":[0,-1,12],"to":[16,15,12],"shade":false,"faces":{"north":{"uv":[0,8,8,16],"texture":"#crop"},"south":{"uv":[0,8,8,16],"texture":"#crop"}}},{"from":[4,15,0],"to":[4,31,16],"shade":false,"faces":{"west":{"uv":[0,0,8,8],"texture":"#crop"},"east":{"uv":[0,0,8,8],"texture":"#crop"}}},{"from":[12,15,0],"to":[12,31,16],"shade":false,"faces":{"west":{"uv":[0,0,8,8],"texture":"#crop"},"east":{"uv":[0,0,8,8],"texture":"#crop"}}},{"from":[0,15,4],"to":[16,31,4],"shade":false,"faces":{"north":{"uv":[0,0,8,8],"texture":"#crop"},"south":{"uv":[0,0,8,8],"texture":"#crop"}}},{"from":[0,15,12],"to":[16,31,12],"shade":false,"faces":{"north":{"uv":[0,0,8,8],"texture":"#crop"},"south":{"uv":[0,0,8,8],"texture":"#crop"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/crop/sorghum.json b/assets/minecraft/models/block/crop/sorghum.json new file mode 100644 index 000000000..7ab8c64ce --- /dev/null +++ b/assets/minecraft/models/block/crop/sorghum.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"particle":"wynn/flora/particle_3","crop":"wynn/flora/crops_sorghum"},"elements":[{"from":[4,-1,0],"to":[4,15,16],"shade":false,"faces":{"west":{"uv":[8,8,16,16],"texture":"#crop"},"east":{"uv":[8,8,16,16],"texture":"#crop"}}},{"from":[12,-1,0],"to":[12,15,16],"shade":false,"faces":{"west":{"uv":[8,8,16,16],"texture":"#crop"},"east":{"uv":[8,8,16,16],"texture":"#crop"}}},{"from":[0,-1,4],"to":[16,15,4],"shade":false,"faces":{"north":{"uv":[8,8,16,16],"texture":"#crop"},"south":{"uv":[8,8,16,16],"texture":"#crop"}}},{"from":[0,-1,12],"to":[16,15,12],"shade":false,"faces":{"north":{"uv":[8,8,16,16],"texture":"#crop"},"south":{"uv":[8,8,16,16],"texture":"#crop"}}},{"from":[4,15,0],"to":[4,31,16],"shade":false,"faces":{"west":{"uv":[8,0,16,8],"texture":"#crop"},"east":{"uv":[8,0,16,8],"texture":"#crop"}}},{"from":[12,15,0],"to":[12,31,16],"shade":false,"faces":{"west":{"uv":[8,0,16,8],"texture":"#crop"},"east":{"uv":[8,0,16,8],"texture":"#crop"}}},{"from":[0,15,4],"to":[16,31,4],"shade":false,"faces":{"north":{"uv":[8,0,16,8],"texture":"#crop"},"south":{"uv":[8,0,16,8],"texture":"#crop"}}},{"from":[0,15,12],"to":[16,31,12],"shade":false,"faces":{"north":{"uv":[8,0,16,8],"texture":"#crop"},"south":{"uv":[8,0,16,8],"texture":"#crop"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/crop/sorghum1.json b/assets/minecraft/models/block/crop/sorghum1.json new file mode 100644 index 000000000..f6b7064fd --- /dev/null +++ b/assets/minecraft/models/block/crop/sorghum1.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"particle":"wynn/flora/particle_3","crop":"wynn/flora/crops_sorghum"},"elements":[{"from":[4,-1,0],"to":[4,15,16],"shade":false,"faces":{"west":{"uv":[0,8,8,16],"texture":"#crop"},"east":{"uv":[0,8,8,16],"texture":"#crop"}}},{"from":[12,-1,0],"to":[12,15,16],"shade":false,"faces":{"west":{"uv":[0,8,8,16],"texture":"#crop"},"east":{"uv":[0,8,8,16],"texture":"#crop"}}},{"from":[0,-1,4],"to":[16,15,4],"shade":false,"faces":{"north":{"uv":[0,8,8,16],"texture":"#crop"},"south":{"uv":[0,8,8,16],"texture":"#crop"}}},{"from":[0,-1,12],"to":[16,15,12],"shade":false,"faces":{"north":{"uv":[0,8,8,16],"texture":"#crop"},"south":{"uv":[0,8,8,16],"texture":"#crop"}}},{"from":[4,15,0],"to":[4,31,16],"shade":false,"faces":{"west":{"uv":[0,0,8,8],"texture":"#crop"},"east":{"uv":[0,0,8,8],"texture":"#crop"}}},{"from":[12,15,0],"to":[12,31,16],"shade":false,"faces":{"west":{"uv":[0,0,8,8],"texture":"#crop"},"east":{"uv":[0,0,8,8],"texture":"#crop"}}},{"from":[0,15,4],"to":[16,31,4],"shade":false,"faces":{"north":{"uv":[0,0,8,8],"texture":"#crop"},"south":{"uv":[0,0,8,8],"texture":"#crop"}}},{"from":[0,15,12],"to":[16,31,12],"shade":false,"faces":{"north":{"uv":[0,0,8,8],"texture":"#crop"},"south":{"uv":[0,0,8,8],"texture":"#crop"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/crop/wheat_harvest.json b/assets/minecraft/models/block/crop/wheat_harvest.json new file mode 100644 index 000000000..0c09483ee --- /dev/null +++ b/assets/minecraft/models/block/crop/wheat_harvest.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"particle":"wynn/flora/particle_0","crop":"wynn/flora/crops_wheat_harvest"},"elements":[{"from":[4,-1,0],"to":[4,15,16],"shade":false,"faces":{"west":{"uv":[8,8,16,16],"texture":"#crop"},"east":{"uv":[8,8,16,16],"texture":"#crop"}}},{"from":[12,-1,0],"to":[12,15,16],"shade":false,"faces":{"west":{"uv":[8,8,16,16],"texture":"#crop"},"east":{"uv":[8,8,16,16],"texture":"#crop"}}},{"from":[0,-1,4],"to":[16,15,4],"shade":false,"faces":{"north":{"uv":[8,8,16,16],"texture":"#crop"},"south":{"uv":[8,8,16,16],"texture":"#crop"}}},{"from":[0,-1,12],"to":[16,15,12],"shade":false,"faces":{"north":{"uv":[8,8,16,16],"texture":"#crop"},"south":{"uv":[8,8,16,16],"texture":"#crop"}}},{"from":[4,15,0],"to":[4,31,16],"shade":false,"faces":{"west":{"uv":[8,0,16,8],"texture":"#crop"},"east":{"uv":[8,0,16,8],"texture":"#crop"}}},{"from":[12,15,0],"to":[12,31,16],"shade":false,"faces":{"west":{"uv":[8,0,16,8],"texture":"#crop"},"east":{"uv":[8,0,16,8],"texture":"#crop"}}},{"from":[0,15,4],"to":[16,31,4],"shade":false,"faces":{"north":{"uv":[8,0,16,8],"texture":"#crop"},"south":{"uv":[8,0,16,8],"texture":"#crop"}}},{"from":[0,15,12],"to":[16,31,12],"shade":false,"faces":{"north":{"uv":[8,0,16,8],"texture":"#crop"},"south":{"uv":[8,0,16,8],"texture":"#crop"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/crop/wheat_harvest1.json b/assets/minecraft/models/block/crop/wheat_harvest1.json new file mode 100644 index 000000000..a850eacea --- /dev/null +++ b/assets/minecraft/models/block/crop/wheat_harvest1.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"particle":"wynn/flora/particle_0","crop":"wynn/flora/crops_wheat_harvest"},"elements":[{"from":[4,-1,0],"to":[4,15,16],"shade":false,"faces":{"west":{"uv":[0,8,8,16],"texture":"#crop"},"east":{"uv":[0,8,8,16],"texture":"#crop"}}},{"from":[12,-1,0],"to":[12,15,16],"shade":false,"faces":{"west":{"uv":[0,8,8,16],"texture":"#crop"},"east":{"uv":[0,8,8,16],"texture":"#crop"}}},{"from":[0,-1,4],"to":[16,15,4],"shade":false,"faces":{"north":{"uv":[0,8,8,16],"texture":"#crop"},"south":{"uv":[0,8,8,16],"texture":"#crop"}}},{"from":[0,-1,12],"to":[16,15,12],"shade":false,"faces":{"north":{"uv":[0,8,8,16],"texture":"#crop"},"south":{"uv":[0,8,8,16],"texture":"#crop"}}},{"from":[4,15,0],"to":[4,31,16],"shade":false,"faces":{"west":{"uv":[0,0,8,8],"texture":"#crop"},"east":{"uv":[0,0,8,8],"texture":"#crop"}}},{"from":[12,15,0],"to":[12,31,16],"shade":false,"faces":{"west":{"uv":[0,0,8,8],"texture":"#crop"},"east":{"uv":[0,0,8,8],"texture":"#crop"}}},{"from":[0,15,4],"to":[16,31,4],"shade":false,"faces":{"north":{"uv":[0,0,8,8],"texture":"#crop"},"south":{"uv":[0,0,8,8],"texture":"#crop"}}},{"from":[0,15,12],"to":[16,31,12],"shade":false,"faces":{"north":{"uv":[0,0,8,8],"texture":"#crop"},"south":{"uv":[0,0,8,8],"texture":"#crop"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/door_bottom_left.json b/assets/minecraft/models/block/door_bottom_left.json new file mode 100644 index 000000000..a1b754f00 --- /dev/null +++ b/assets/minecraft/models/block/door_bottom_left.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"particle":"#bottom"},"elements":[{"from":[0,0,0],"to":[3,16,16],"faces":{"north":{"uv":[3,0,0,16],"texture":"#bottom","cullface":"north"},"east":{"uv":[16,0,0,16],"texture":"#bottom"},"south":{"uv":[0,0,3,16],"texture":"#bottom","cullface":"south"},"west":{"uv":[0,0,16,16],"texture":"#bottom","cullface":"west"},"up":{"uv":[16,13,0,16],"rotation":90,"texture":"#bottom","cullface":"up"},"down":{"uv":[16,13,0,16],"rotation":90,"texture":"#bottom","cullface":"down"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/door_bottom_left_open.json b/assets/minecraft/models/block/door_bottom_left_open.json new file mode 100644 index 000000000..670b3e237 --- /dev/null +++ b/assets/minecraft/models/block/door_bottom_left_open.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"particle":"#bottom"},"elements":[{"from":[0,0,0],"to":[3,16,16],"faces":{"north":{"uv":[0,0,3,16],"texture":"#bottom","cullface":"north"},"east":{"uv":[0,0,16,16],"texture":"#bottom"},"south":{"uv":[0,0,3,16],"texture":"#bottom","cullface":"south"},"west":{"uv":[16,0,0,16],"texture":"#bottom","cullface":"west"},"up":{"uv":[0,16,16,13],"rotation":90,"texture":"#bottom","cullface":"up"},"down":{"uv":[0,16,16,13],"rotation":90,"texture":"#bottom","cullface":"down"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/door_bottom_right.json b/assets/minecraft/models/block/door_bottom_right.json new file mode 100644 index 000000000..c46f9dce1 --- /dev/null +++ b/assets/minecraft/models/block/door_bottom_right.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"particle":"#bottom"},"elements":[{"from":[0,0,0],"to":[3,16,16],"faces":{"north":{"uv":[3,0,0,16],"texture":"#bottom","cullface":"north"},"east":{"uv":[0,0,16,16],"texture":"#bottom"},"south":{"uv":[0,0,3,16],"texture":"#bottom","cullface":"south"},"west":{"uv":[16,0,0,16],"texture":"#bottom","cullface":"west"},"up":{"uv":[0,13,16,16],"rotation":90,"texture":"#bottom","cullface":"up"},"down":{"uv":[0,13,16,16],"rotation":90,"texture":"#bottom","cullface":"down"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/door_bottom_right_open.json b/assets/minecraft/models/block/door_bottom_right_open.json new file mode 100644 index 000000000..545bd9b63 --- /dev/null +++ b/assets/minecraft/models/block/door_bottom_right_open.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"particle":"#bottom"},"elements":[{"from":[0,0,0],"to":[3,16,16],"faces":{"north":{"uv":[3,0,0,16],"texture":"#bottom","cullface":"north"},"east":{"uv":[16,0,0,16],"texture":"#bottom"},"south":{"uv":[3,0,0,16],"texture":"#bottom","cullface":"south"},"west":{"uv":[0,0,16,16],"texture":"#bottom","cullface":"west"},"up":{"uv":[16,16,0,13],"rotation":90,"texture":"#bottom","cullface":"up"},"down":{"uv":[16,16,0,13],"rotation":90,"texture":"#bottom","cullface":"down"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/door_top_left.json b/assets/minecraft/models/block/door_top_left.json new file mode 100644 index 000000000..95d523eb1 --- /dev/null +++ b/assets/minecraft/models/block/door_top_left.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"particle":"#top"},"elements":[{"from":[0,0,0],"to":[3,16,16],"faces":{"north":{"uv":[3,0,0,16],"texture":"#top","cullface":"north"},"east":{"uv":[16,0,0,16],"texture":"#top"},"south":{"uv":[0,0,3,16],"texture":"#top","cullface":"south"},"west":{"uv":[0,0,16,16],"texture":"#top","cullface":"west"},"up":{"uv":[0,3,16,0],"rotation":90,"texture":"#top","cullface":"up"},"down":{"uv":[0,3,16,0],"rotation":90,"texture":"#top","cullface":"down"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/door_top_left_open.json b/assets/minecraft/models/block/door_top_left_open.json new file mode 100644 index 000000000..6a498098e --- /dev/null +++ b/assets/minecraft/models/block/door_top_left_open.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"particle":"#top"},"elements":[{"from":[0,0,0],"to":[3,16,16],"faces":{"north":{"uv":[0,0,3,16],"texture":"#top","cullface":"north"},"east":{"uv":[0,0,16,16],"texture":"#top"},"south":{"uv":[0,0,3,16],"texture":"#top","cullface":"south"},"west":{"uv":[16,0,0,16],"texture":"#top","cullface":"west"},"up":{"uv":[0,3,16,0],"rotation":270,"texture":"#top","cullface":"up"},"down":{"uv":[0,3,16,0],"rotation":270,"texture":"#top","cullface":"down"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/door_top_right.json b/assets/minecraft/models/block/door_top_right.json new file mode 100644 index 000000000..bdda04d75 --- /dev/null +++ b/assets/minecraft/models/block/door_top_right.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"particle":"#top"},"elements":[{"from":[0,0,0],"to":[3,16,16],"faces":{"north":{"uv":[3,0,0,16],"texture":"#top","cullface":"north"},"east":{"uv":[0,0,16,16],"texture":"#top"},"south":{"uv":[0,0,3,16],"texture":"#top","cullface":"south"},"west":{"uv":[16,0,0,16],"texture":"#top","cullface":"west"},"up":{"uv":[0,0,16,3],"rotation":270,"texture":"#top","cullface":"up"},"down":{"uv":[0,0,16,3],"rotation":270,"texture":"#top","cullface":"down"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/door_top_right_open.json b/assets/minecraft/models/block/door_top_right_open.json new file mode 100644 index 000000000..99929f0c1 --- /dev/null +++ b/assets/minecraft/models/block/door_top_right_open.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"particle":"#top"},"elements":[{"from":[0,0,0],"to":[3,16,16],"faces":{"north":{"uv":[3,0,0,16],"texture":"#top","cullface":"north"},"east":{"uv":[16,0,0,16],"texture":"#top"},"south":{"uv":[3,0,0,16],"texture":"#top","cullface":"south"},"west":{"uv":[0,0,16,16],"texture":"#top","cullface":"west"},"up":{"uv":[0,0,16,3],"rotation":90,"texture":"#top","cullface":"up"},"down":{"uv":[0,0,16,3],"rotation":90,"texture":"#top","cullface":"down"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/enchanting_table.json b/assets/minecraft/models/block/enchanting_table.json new file mode 100644 index 000000000..0caa486fb --- /dev/null +++ b/assets/minecraft/models/block/enchanting_table.json @@ -0,0 +1 @@ +{"parent":"block/block","textures":{"side":"block_variants/enchanting_table_side","top":"block_variants/enchanting_table_top","particle":"block_variants/enchanting_table_bottom","bottom":"block_variants/enchanting_table_bottom"},"elements":[{"from":[0,8,0],"to":[16,12,16],"faces":{"north":{"uv":[0,4,16,8],"texture":"#side","cullface":"north"},"east":{"uv":[0,4,16,8],"texture":"#side","cullface":"east"},"south":{"uv":[0,4,16,8],"texture":"#side","cullface":"south"},"west":{"uv":[0,4,16,8],"texture":"#side","cullface":"west"},"up":{"uv":[0,0,16,16],"texture":"#top"},"down":{"uv":[0,0,16,16],"texture":"#bottom"}}},{"from":[3.5,4,3],"to":[13,8,13],"faces":{"north":{"uv":[3,11,13,15],"texture":"#side"},"east":{"uv":[3,11,13,15],"texture":"#side"},"south":{"uv":[3,11,13,15],"texture":"#side"},"west":{"uv":[3,11,13,15],"texture":"#side"}}},{"from":[0,0,0],"to":[16,4,16],"faces":{"north":{"uv":[0,12,16,16],"texture":"#side","cullface":"north"},"east":{"uv":[0,12,16,16],"texture":"#side","cullface":"east"},"south":{"uv":[0,12,16,16],"texture":"#side","cullface":"south"},"west":{"uv":[0,12,16,16],"texture":"#side","cullface":"west"},"up":{"uv":[0,0,16,16],"texture":"#bottom"},"down":{"uv":[0,0,16,16],"texture":"#bottom"}}},{"from":[-0.05,5,5],"to":[16.05,12,11],"faces":{"east":{"uv":[5,4,11,11],"texture":"#side","cullface":"east"},"west":{"uv":[5,4,11,11],"texture":"#side","cullface":"west"}}},{"from":[5,5,-0.05],"to":[11,12,16.05],"faces":{"north":{"uv":[5,4,11,11],"texture":"#side","cullface":"north"},"south":{"uv":[5,4,11,11],"texture":"#side","cullface":"south"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/enchanting_table_item.json b/assets/minecraft/models/block/enchanting_table_item.json new file mode 100644 index 000000000..efd9681a1 --- /dev/null +++ b/assets/minecraft/models/block/enchanting_table_item.json @@ -0,0 +1 @@ +{"parent":"block/block","textures":{"side":"block_variants/enchanting_table_side","top":"block_variants/enchanting_table_top","particle":"block_variants/enchanting_table_bottom","bottom":"block_variants/enchanting_table_bottom","book":"block_variants/enchanting_table_item_book"},"elements":[{"from":[0,8,0],"to":[16,12,16],"faces":{"north":{"uv":[0,4,16,8],"texture":"#side","cullface":"north"},"east":{"uv":[0,4,16,8],"texture":"#side","cullface":"east"},"south":{"uv":[0,4,16,8],"texture":"#side","cullface":"south"},"west":{"uv":[0,4,16,8],"texture":"#side","cullface":"west"},"up":{"uv":[0,0,16,16],"texture":"#top"},"down":{"uv":[0,0,16,16],"texture":"#bottom"}}},{"from":[3.5,4,3],"to":[13,8,13],"faces":{"north":{"uv":[3,11,13,15],"texture":"#side","cullface":"west"},"east":{"uv":[3,11,13,15],"texture":"#side","cullface":"west"},"south":{"uv":[3,11,13,15],"texture":"#side","cullface":"west"},"west":{"uv":[3,11,13,15],"texture":"#side","cullface":"west"}}},{"from":[0,0,0],"to":[16,4,16],"faces":{"north":{"uv":[0,12,16,16],"texture":"#side","cullface":"north"},"east":{"uv":[0,12,16,16],"texture":"#side","cullface":"east"},"south":{"uv":[0,12,16,16],"texture":"#side","cullface":"south"},"west":{"uv":[0,12,16,16],"texture":"#side","cullface":"west"},"up":{"uv":[0,0,16,16],"texture":"#bottom"},"down":{"uv":[0,0,16,16],"texture":"#bottom"}}},{"from":[-0.05,5,5],"to":[16.05,12,11],"faces":{"east":{"uv":[5,4,11,11],"texture":"#side","cullface":"south"},"west":{"uv":[5,4,11,11],"texture":"#side","cullface":"north"}}},{"from":[5,5,-0.05],"to":[11,12,16.05],"faces":{"north":{"uv":[5,4,11,11],"texture":"#side","cullface":"north"},"south":{"uv":[5,4,11,11],"texture":"#side","cullface":"south"}}},{"from":[3,12,5],"to":[13,15,11],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[10,0,0,3],"texture":"#book"},"east":{"uv":[6,12,0,15],"texture":"#book"},"south":{"uv":[0,9,10,12],"texture":"#book"},"west":{"uv":[0,12,6,15],"texture":"#book"},"up":{"uv":[0,3,10,9],"texture":"#book"}}}],"display":{}} \ No newline at end of file diff --git a/assets/minecraft/models/block/error.json b/assets/minecraft/models/block/error.json new file mode 100644 index 000000000..ce5dcb566 --- /dev/null +++ b/assets/minecraft/models/block/error.json @@ -0,0 +1 @@ +{"parent":"block/cube_all","textures":{"all":"block/error"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/fire_floor.json b/assets/minecraft/models/block/fire_floor.json new file mode 100644 index 000000000..c2ce436d6 --- /dev/null +++ b/assets/minecraft/models/block/fire_floor.json @@ -0,0 +1 @@ +{"textures":{"particle":"#0"},"ambientocclusion":false,"elements":[{"from":[0,0,8.8],"to":[16,22.4,8.8],"rotation":{"origin":[8,8,8],"axis":"x","angle":-22.5,"rescale":true},"shade":false,"faces":{"south":{"uv":[0,0,16,16],"texture":"#0"}}},{"from":[0,0,7.2],"to":[16,22.4,7.2],"rotation":{"origin":[8,8,8],"axis":"x","angle":22.5,"rescale":true},"shade":false,"faces":{"north":{"uv":[0,0,16,16],"texture":"#0"}}},{"from":[8.8,0,0],"to":[8.8,22.4,16],"rotation":{"origin":[8,8,8],"axis":"z","angle":-22.5,"rescale":true},"shade":false,"faces":{"west":{"uv":[0,0,16,16],"texture":"#0"}}},{"from":[7.2,0,0],"to":[7.2,22.4,16],"rotation":{"origin":[8,8,8],"axis":"z","angle":22.5,"rescale":true},"shade":false,"faces":{"east":{"uv":[0,0,16,16],"texture":"#0"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/fire_floor0.json b/assets/minecraft/models/block/fire_floor0.json new file mode 100644 index 000000000..1e2e8ac57 --- /dev/null +++ b/assets/minecraft/models/block/fire_floor0.json @@ -0,0 +1 @@ +{"parent":"block/fire_floor","textures":{"0":"block/fire_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/fire_floor1.json b/assets/minecraft/models/block/fire_floor1.json new file mode 100644 index 000000000..31f3d8a1d --- /dev/null +++ b/assets/minecraft/models/block/fire_floor1.json @@ -0,0 +1 @@ +{"parent":"block/fire_floor","textures":{"0":"block/fire_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/fire_side.json b/assets/minecraft/models/block/fire_side.json new file mode 100644 index 000000000..aa5b59738 --- /dev/null +++ b/assets/minecraft/models/block/fire_side.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"particle":"#0"},"elements":[{"from":[0,0,0.01],"to":[16,22.4,0.01],"shade":false,"faces":{"north":{"uv":[0,0,16,16],"texture":"#0"},"south":{"uv":[0,0,16,16],"texture":"#0"}}},{"from":[0,0,0.01],"to":[16,22.4,0.01],"shade":false,"rotation":{"angle":22.5,"axis":"x","origin":[0,0,0]},"faces":{"north":{"uv":[16,0,0,16],"texture":"#0"},"south":{"uv":[0,0,16,16],"texture":"#0"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/fire_side0.json b/assets/minecraft/models/block/fire_side0.json new file mode 100644 index 000000000..fe048d476 --- /dev/null +++ b/assets/minecraft/models/block/fire_side0.json @@ -0,0 +1 @@ +{"parent":"block/fire_side","textures":{"0":"block/fire_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/fire_side1.json b/assets/minecraft/models/block/fire_side1.json new file mode 100644 index 000000000..86f5b2a95 --- /dev/null +++ b/assets/minecraft/models/block/fire_side1.json @@ -0,0 +1 @@ +{"parent":"block/fire_side","textures":{"0":"block/fire_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/fire_side_alt.json b/assets/minecraft/models/block/fire_side_alt.json new file mode 100644 index 000000000..e491b4bfa --- /dev/null +++ b/assets/minecraft/models/block/fire_side_alt.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"particle":"#0"},"elements":[{"from":[0,0,0.01],"to":[16,22.4,0.01],"shade":false,"faces":{"north":{"uv":[16,0,0,16],"texture":"#0"},"south":{"uv":[16,0,0,16],"texture":"#0"}}},{"from":[0,0,0.01],"to":[16,22.4,0.01],"shade":false,"rotation":{"angle":22.5,"axis":"x","origin":[0,0,0]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#0"},"south":{"uv":[16,0,0,16],"texture":"#0"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/fire_side_alt0.json b/assets/minecraft/models/block/fire_side_alt0.json new file mode 100644 index 000000000..4ae2bd6bc --- /dev/null +++ b/assets/minecraft/models/block/fire_side_alt0.json @@ -0,0 +1 @@ +{"parent":"block/fire_side_alt","textures":{"0":"block/fire_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/fire_side_alt1.json b/assets/minecraft/models/block/fire_side_alt1.json new file mode 100644 index 000000000..54565cb86 --- /dev/null +++ b/assets/minecraft/models/block/fire_side_alt1.json @@ -0,0 +1 @@ +{"parent":"block/fire_side_alt","textures":{"0":"block/fire_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/fire_up.json b/assets/minecraft/models/block/fire_up.json new file mode 100644 index 000000000..112c31134 --- /dev/null +++ b/assets/minecraft/models/block/fire_up.json @@ -0,0 +1 @@ +{"textures":{"particle":"#0"},"ambientocclusion":false,"elements":[{"from":[0,16,0],"to":[16,16,16],"rotation":{"origin":[16,16,8],"axis":"z","angle":22.5,"rescale":true},"shade":false,"faces":{"down":{"uv":[0,0,16,16],"texture":"#0","rotation":270}}},{"from":[0,16,0],"to":[16,16,16],"rotation":{"origin":[0,16,8],"axis":"z","angle":-22.5,"rescale":true},"shade":false,"faces":{"down":{"uv":[0,0,16,16],"texture":"#0","rotation":90}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/fire_up0.json b/assets/minecraft/models/block/fire_up0.json new file mode 100644 index 000000000..8e5fff26a --- /dev/null +++ b/assets/minecraft/models/block/fire_up0.json @@ -0,0 +1 @@ +{"parent":"block/fire_up","textures":{"0":"block/fire_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/fire_up1.json b/assets/minecraft/models/block/fire_up1.json new file mode 100644 index 000000000..6577d26f0 --- /dev/null +++ b/assets/minecraft/models/block/fire_up1.json @@ -0,0 +1 @@ +{"parent":"block/fire_up","textures":{"0":"block/fire_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/fire_up_alt.json b/assets/minecraft/models/block/fire_up_alt.json new file mode 100644 index 000000000..86e471c7d --- /dev/null +++ b/assets/minecraft/models/block/fire_up_alt.json @@ -0,0 +1 @@ +{"textures":{"particle":"#0"},"ambientocclusion":false,"elements":[{"from":[0,16,0],"to":[16,16,16],"rotation":{"origin":[8,16,16],"axis":"x","angle":-22.5,"rescale":true},"shade":false,"faces":{"down":{"uv":[0,0,16,16],"texture":"#0","rotation":180}}},{"from":[0,16,0],"to":[16,16,16],"rotation":{"origin":[8,16,0],"axis":"x","angle":22.5,"rescale":true},"shade":false,"faces":{"down":{"uv":[0,0,16,16],"texture":"#0"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/fire_up_alt0.json b/assets/minecraft/models/block/fire_up_alt0.json new file mode 100644 index 000000000..23464cea3 --- /dev/null +++ b/assets/minecraft/models/block/fire_up_alt0.json @@ -0,0 +1 @@ +{"parent":"block/fire_up_alt","textures":{"0":"block/fire_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/fire_up_alt1.json b/assets/minecraft/models/block/fire_up_alt1.json new file mode 100644 index 000000000..9082769b2 --- /dev/null +++ b/assets/minecraft/models/block/fire_up_alt1.json @@ -0,0 +1 @@ +{"parent":"block/fire_up_alt","textures":{"0":"block/fire_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/flower_pot.json b/assets/minecraft/models/block/flower_pot.json new file mode 100644 index 000000000..dbbd02142 --- /dev/null +++ b/assets/minecraft/models/block/flower_pot.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"particle":"block/flower_pot","flowerpot":"block/flower_pot","dirt":"block/dirt"},"elements":[{"from":[5,0,5],"to":[11,5,11],"faces":{"north":{"uv":[5,11,11,16],"texture":"#flowerpot"},"east":{"uv":[5,11,11,16],"texture":"#flowerpot"},"south":{"uv":[5,11,11,16],"texture":"#flowerpot"},"west":{"uv":[5,11,11,16],"texture":"#flowerpot"},"up":{"uv":[5,5,11,11],"texture":"#dirt"},"down":{"uv":[5,5,11,11],"texture":"#flowerpot","cullface":"down"}}},{"from":[6,5,10],"to":[11,6,11],"faces":{"north":{"uv":[5,10,10,11],"texture":"#flowerpot"},"east":{"uv":[5,10,6,11],"texture":"#flowerpot"},"south":{"uv":[6,10,11,11],"texture":"#flowerpot"},"up":{"uv":[6,10,11,11],"texture":"#flowerpot"},"down":{"uv":[6,5,11,6],"texture":"#flowerpot"}}},{"from":[5,5,5],"to":[10,6,6],"faces":{"north":{"uv":[6,10,11,11],"texture":"#flowerpot"},"south":{"uv":[5,10,10,11],"texture":"#flowerpot"},"west":{"uv":[5,10,6,11],"texture":"#flowerpot"},"up":{"uv":[5,5,10,6],"texture":"#flowerpot"},"down":{"uv":[5,10,10,11],"texture":"#flowerpot"}}},{"from":[5,5,6],"to":[6,6,11],"faces":{"east":{"uv":[5,10,10,11],"texture":"#flowerpot"},"south":{"uv":[5,10,6,11],"texture":"#flowerpot"},"west":{"uv":[6,10,11,11],"texture":"#flowerpot"},"up":{"uv":[5,6,6,11],"texture":"#flowerpot"},"down":{"uv":[5,5,6,10],"texture":"#flowerpot"}}},{"from":[10,5,5],"to":[11,6,10],"faces":{"north":{"uv":[5,10,6,11],"texture":"#flowerpot"},"east":{"uv":[6,10,11,11],"texture":"#flowerpot"},"west":{"uv":[5,10,10,11],"texture":"#flowerpot"},"up":{"uv":[10,5,11,10],"texture":"#flowerpot"},"down":{"uv":[10,6,11,11],"texture":"#flowerpot"}}}],"display":{"thirdperson_righthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"thirdperson_lefthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"firstperson_righthand":{"rotation":[0,45,0],"scale":[0.4,0.4,0.4]},"firstperson_lefthand":{"rotation":[0,225,0],"scale":[0.4,0.4,0.4]},"ground":{"translation":[0,3,0],"scale":[0.25,0.25,0.25]},"gui":{"rotation":[30,225,0],"scale":[0.625,0.625,0.625]},"fixed":{"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/block/flower_pot_cactus.json b/assets/minecraft/models/block/flower_pot_cactus.json new file mode 100644 index 000000000..b4498ee8c --- /dev/null +++ b/assets/minecraft/models/block/flower_pot_cactus.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"particle":"block/flower_pot","flowerpot":"block/flower_pot","cactus":"block_variants/potted_cactus"},"elements":[{"from":[5,0,5],"to":[11,5,11],"faces":{"north":{"uv":[5,11,11,16],"texture":"#flowerpot"},"east":{"uv":[5,11,11,16],"texture":"#flowerpot"},"south":{"uv":[5,11,11,16],"texture":"#flowerpot"},"west":{"uv":[5,11,11,16],"texture":"#flowerpot"},"up":{"uv":[5,5,11,11],"texture":"#flowerpot"},"down":{"uv":[5,5,11,11],"texture":"#flowerpot","cullface":"down"}}},{"from":[6,5,10],"to":[11,6,11],"faces":{"north":{"uv":[5,10,10,11],"texture":"#flowerpot"},"east":{"uv":[5,10,6,11],"texture":"#flowerpot"},"south":{"uv":[6,10,11,11],"texture":"#flowerpot"},"up":{"uv":[6,10,11,11],"texture":"#flowerpot"},"down":{"uv":[6,5,11,6],"texture":"#flowerpot"}}},{"from":[5,5,5],"to":[10,6,6],"faces":{"north":{"uv":[6,10,11,11],"texture":"#flowerpot"},"south":{"uv":[5,10,10,11],"texture":"#flowerpot"},"west":{"uv":[5,10,6,11],"texture":"#flowerpot"},"up":{"uv":[5,5,10,6],"texture":"#flowerpot"},"down":{"uv":[5,10,10,11],"texture":"#flowerpot"}}},{"from":[5,5,6],"to":[6,6,11],"faces":{"east":{"uv":[5,10,10,11],"texture":"#flowerpot"},"south":{"uv":[5,10,6,11],"texture":"#flowerpot"},"west":{"uv":[6,10,11,11],"texture":"#flowerpot"},"up":{"uv":[5,6,6,11],"texture":"#flowerpot"},"down":{"uv":[5,5,6,10],"texture":"#flowerpot"}}},{"from":[10,5,5],"to":[11,6,10],"faces":{"north":{"uv":[5,10,6,11],"texture":"#flowerpot"},"east":{"uv":[6,10,11,11],"texture":"#flowerpot"},"west":{"uv":[5,10,10,11],"texture":"#flowerpot"},"up":{"uv":[10,5,11,10],"texture":"#flowerpot"},"down":{"uv":[10,6,11,11],"texture":"#flowerpot"}}},{"from":[6,5,6],"to":[10,17,10],"faces":{"north":{"uv":[6,4,10,16],"texture":"#cactus"},"east":{"uv":[6,4,10,16],"texture":"#cactus"},"south":{"uv":[6,4,10,16],"texture":"#cactus"},"west":{"uv":[6,4,10,16],"texture":"#cactus"},"up":{"uv":[6,6,10,10],"texture":"#cactus"}}},{"from":[7,17,7],"to":[9,18,9],"faces":{"north":{"uv":[7,3,9,4],"texture":"#cactus"},"east":{"uv":[7,3,9,4],"texture":"#cactus"},"south":{"uv":[7,3,9,4],"texture":"#cactus"},"west":{"uv":[7,3,9,4],"texture":"#cactus"},"up":{"uv":[7,7,9,9],"texture":"#cactus"}}},{"from":[8,5,5],"to":[8,18,11],"rotation":{"angle":22.5,"axis":"y","origin":[8,8,8],"rescale":true},"faces":{"east":{"uv":[5,3,11,16],"texture":"#cactus"},"west":{"uv":[5,3,11,16],"texture":"#cactus"}}},{"from":[5,5,8],"to":[11,18,8],"rotation":{"angle":22.5,"axis":"y","origin":[8,8,8],"rescale":true},"faces":{"north":{"uv":[11,3,5,16],"texture":"#cactus"},"south":{"uv":[11,3,5,16],"texture":"#cactus"}}},{"from":[8,5,5],"to":[8,18,11],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8,8],"rescale":true},"faces":{"east":{"uv":[5,3,11,16],"texture":"#cactus"},"west":{"uv":[5,3,11,16],"texture":"#cactus"}}},{"from":[5,5,8],"to":[11,18,8],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8,8],"rescale":true},"faces":{"north":{"uv":[11,3,5,16],"texture":"#cactus"},"south":{"uv":[11,3,5,16],"texture":"#cactus"}}},{"from":[4.5,5,8],"to":[11.5,18,8],"rotation":{"angle":45,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[5,3,11,16],"texture":"#cactus"},"south":{"uv":[5,3,11,16],"texture":"#cactus"}}},{"from":[8,5,4.5],"to":[8,18,11.5],"rotation":{"angle":45,"axis":"y","origin":[8,8,8]},"faces":{"east":{"uv":[5,3,11,16],"texture":"#cactus"},"west":{"uv":[5,3,11,16],"texture":"#cactus"}}}],"display":{"thirdperson_righthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"thirdperson_lefthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"firstperson_righthand":{"rotation":[0,45,0],"scale":[0.4,0.4,0.4]},"firstperson_lefthand":{"rotation":[0,225,0],"scale":[0.4,0.4,0.4]},"ground":{"translation":[0,3,0],"scale":[0.25,0.25,0.25]},"gui":{"rotation":[30,225,0],"scale":[0.625,0.625,0.625]},"fixed":{"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/block/flower_pot_cross.json b/assets/minecraft/models/block/flower_pot_cross.json new file mode 100644 index 000000000..6c2c7c2c7 --- /dev/null +++ b/assets/minecraft/models/block/flower_pot_cross.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"particle":"block/flower_pot","flowerpot":"block/flower_pot","dirt":"block/dirt"},"elements":[{"from":[5,0,5],"to":[11,5,11],"faces":{"north":{"uv":[5,11,11,16],"texture":"#flowerpot"},"east":{"uv":[5,11,11,16],"texture":"#flowerpot"},"south":{"uv":[5,11,11,16],"texture":"#flowerpot"},"west":{"uv":[5,11,11,16],"texture":"#flowerpot"},"up":{"uv":[5,5,11,11],"texture":"#dirt"},"down":{"uv":[5,5,11,11],"texture":"#flowerpot","cullface":"down"}}},{"from":[6,5,10],"to":[11,6,11],"faces":{"north":{"uv":[5,10,10,11],"texture":"#flowerpot"},"east":{"uv":[5,10,6,11],"texture":"#flowerpot"},"south":{"uv":[6,10,11,11],"texture":"#flowerpot"},"up":{"uv":[6,10,11,11],"texture":"#flowerpot"},"down":{"uv":[6,5,11,6],"texture":"#flowerpot"}}},{"from":[5,5,5],"to":[10,6,6],"faces":{"north":{"uv":[6,10,11,11],"texture":"#flowerpot"},"south":{"uv":[5,10,10,11],"texture":"#flowerpot"},"west":{"uv":[5,10,6,11],"texture":"#flowerpot"},"up":{"uv":[5,5,10,6],"texture":"#flowerpot"},"down":{"uv":[5,10,10,11],"texture":"#flowerpot"}}},{"from":[5,5,6],"to":[6,6,11],"faces":{"east":{"uv":[5,10,10,11],"texture":"#flowerpot"},"south":{"uv":[5,10,6,11],"texture":"#flowerpot"},"west":{"uv":[6,10,11,11],"texture":"#flowerpot"},"up":{"uv":[5,6,6,11],"texture":"#flowerpot"},"down":{"uv":[5,5,6,10],"texture":"#flowerpot"}}},{"from":[10,5,5],"to":[11,6,10],"faces":{"north":{"uv":[5,10,6,11],"texture":"#flowerpot"},"east":{"uv":[6,10,11,11],"texture":"#flowerpot"},"west":{"uv":[5,10,10,11],"texture":"#flowerpot"},"up":{"uv":[10,5,11,10],"texture":"#flowerpot"},"down":{"uv":[10,6,11,11],"texture":"#flowerpot"}}},{"from":[2.6,5,8],"to":[13.4,17,8],"rotation":{"angle":45,"axis":"y","origin":[8,8,8],"rescale":true},"faces":{"north":{"uv":[0,0,16,16],"texture":"#plant"},"south":{"uv":[0,0,16,16],"texture":"#plant"}}},{"from":[8,5,2.6],"to":[8,17,13.4],"rotation":{"angle":45,"axis":"y","origin":[8,8,8],"rescale":true},"faces":{"east":{"uv":[0,0,16,16],"texture":"#plant"},"west":{"uv":[0,0,16,16],"texture":"#plant"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/flower_pot_fern.json b/assets/minecraft/models/block/flower_pot_fern.json new file mode 100644 index 000000000..19be4ca9c --- /dev/null +++ b/assets/minecraft/models/block/flower_pot_fern.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"particle":"block/flower_pot","flowerpot":"block/flower_pot","dirt":"block/dirt","plant":"block/fern"},"elements":[{"from":[5,0,5],"to":[11,5,11],"faces":{"north":{"uv":[5,11,11,16],"texture":"#flowerpot"},"east":{"uv":[5,11,11,16],"texture":"#flowerpot"},"south":{"uv":[5,11,11,16],"texture":"#flowerpot"},"west":{"uv":[5,11,11,16],"texture":"#flowerpot"},"up":{"uv":[5,5,11,11],"texture":"#dirt"},"down":{"uv":[5,5,11,11],"texture":"#flowerpot","cullface":"down"}}},{"from":[6,5,10],"to":[11,6,11],"faces":{"north":{"uv":[5,10,10,11],"texture":"#flowerpot"},"east":{"uv":[5,10,6,11],"texture":"#flowerpot"},"south":{"uv":[6,10,11,11],"texture":"#flowerpot"},"up":{"uv":[6,10,11,11],"texture":"#flowerpot"},"down":{"uv":[6,5,11,6],"texture":"#flowerpot"}}},{"from":[5,5,5],"to":[10,6,6],"faces":{"north":{"uv":[6,10,11,11],"texture":"#flowerpot"},"south":{"uv":[5,10,10,11],"texture":"#flowerpot"},"west":{"uv":[5,10,6,11],"texture":"#flowerpot"},"up":{"uv":[5,5,10,6],"texture":"#flowerpot"},"down":{"uv":[5,10,10,11],"texture":"#flowerpot"}}},{"from":[5,5,6],"to":[6,6,11],"faces":{"east":{"uv":[5,10,10,11],"texture":"#flowerpot"},"south":{"uv":[5,10,6,11],"texture":"#flowerpot"},"west":{"uv":[6,10,11,11],"texture":"#flowerpot"},"up":{"uv":[5,6,6,11],"texture":"#flowerpot"},"down":{"uv":[5,5,6,10],"texture":"#flowerpot"}}},{"from":[10,5,5],"to":[11,6,10],"faces":{"north":{"uv":[5,10,6,11],"texture":"#flowerpot"},"east":{"uv":[6,10,11,11],"texture":"#flowerpot"},"west":{"uv":[5,10,10,11],"texture":"#flowerpot"},"up":{"uv":[10,5,11,10],"texture":"#flowerpot"},"down":{"uv":[10,6,11,11],"texture":"#flowerpot"}}},{"from":[2.6,5,8],"to":[13.4,17,8],"rotation":{"angle":45,"axis":"y","origin":[8,8,8],"rescale":true},"faces":{"north":{"uv":[0,0,16,16],"texture":"#plant","tintindex":0},"south":{"uv":[0,0,16,16],"texture":"#plant","tintindex":0}}},{"from":[8,5,2.6],"to":[8,17,13.4],"rotation":{"angle":45,"axis":"y","origin":[8,8,8],"rescale":true},"faces":{"east":{"uv":[0,0,16,16],"texture":"#plant","tintindex":0},"west":{"uv":[0,0,16,16],"texture":"#plant","tintindex":0}}}],"display":{}} \ No newline at end of file diff --git a/assets/minecraft/models/block/grass.json b/assets/minecraft/models/block/grass.json new file mode 100644 index 000000000..946f491a5 --- /dev/null +++ b/assets/minecraft/models/block/grass.json @@ -0,0 +1 @@ +{"parent":"block/tinted_cross","textures":{"cross":"block/grass"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/grass_block.json b/assets/minecraft/models/block/grass_block.json new file mode 100644 index 000000000..ed1eafb8e --- /dev/null +++ b/assets/minecraft/models/block/grass_block.json @@ -0,0 +1 @@ +{"parent":"block/block","ambientocclusion":true,"textures":{"particle":"block_variants/dirt_top","bottom":"block_variants/dirt_top","top":"block/grass_block_top","side":"block/grass_block_side","overlay":"block/grass_block_side_overlay","tallgrass":"block_variants/grass_block_0"},"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"}}},{"from":[0.02,16,0.02],"to":[15.98,32,15.98],"shade":false,"faces":{"north":{"uv":[0,0,16,16],"texture":"#tallgrass","tintindex":0,"cullface":"north"},"south":{"uv":[0,0,16,16],"texture":"#tallgrass","tintindex":0,"cullface":"south"},"west":{"uv":[0,0,16,16],"texture":"#tallgrass","tintindex":0,"cullface":"west"},"east":{"uv":[0,0,16,16],"texture":"#tallgrass","tintindex":0,"cullface":"east"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/half_slab.json b/assets/minecraft/models/block/half_slab.json new file mode 100644 index 000000000..32dffc217 --- /dev/null +++ b/assets/minecraft/models/block/half_slab.json @@ -0,0 +1 @@ +{"parent":"block/block","textures":{"particle":"#side"},"elements":[{"from":[0,0,0],"to":[16,8,16],"faces":{"down":{"uv":[0,0,16,16],"texture":"#bottom","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"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/jack_o_lantern.json b/assets/minecraft/models/block/jack_o_lantern.json new file mode 100644 index 000000000..024baf296 --- /dev/null +++ b/assets/minecraft/models/block/jack_o_lantern.json @@ -0,0 +1 @@ +{"parent":"minecraft:block/orientable_with_bottom","textures":{"top":"minecraft:block/pumpkin_top","front":"minecraft:block/jack_o_lantern","side":"minecraft:block/pumpkin_side","bottom":"minecraft:block_variants/pumpkin_bottom"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/ladder.json b/assets/minecraft/models/block/ladder.json new file mode 100644 index 000000000..5f01e6c04 --- /dev/null +++ b/assets/minecraft/models/block/ladder.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"texture":"block/ladder","particle":"block_variants/oak_planks_flat"},"elements":[{"from":[12,0,15],"to":[14,16,16],"faces":{"north":{"uv":[2,0,4,16],"texture":"#texture"},"east":{"uv":[13,0,14,16],"texture":"#texture"},"south":{"uv":[12,0,14,16],"texture":"#texture"},"west":{"uv":[3,0,4,16],"texture":"#texture"},"up":{"uv":[12,15,14,16],"texture":"#texture"},"down":{"uv":[12,0,14,1],"texture":"#texture"}}},{"from":[2,0,15],"to":[4,16,16],"faces":{"north":{"uv":[12,0,14,16],"texture":"#texture"},"east":{"uv":[13,0,14,16],"texture":"#texture"},"south":{"uv":[2,0,4,16],"texture":"#texture"},"west":{"uv":[13,0,14,16],"texture":"#texture"},"up":{"uv":[2,15,4,16],"texture":"#texture"},"down":{"uv":[2,0,4,1],"texture":"#texture"}}},{"from":[1,13,14],"to":[15,15,15],"rotation":{"angle":0,"axis":"y","origin":[9,21,22]},"faces":{"north":{"uv":[1,1,15,3],"texture":"#texture"},"east":{"uv":[1,1,2,3],"texture":"#texture"},"south":{"uv":[15,1,1,3],"texture":"#texture"},"west":{"uv":[14,1,15,3],"texture":"#texture"},"up":{"uv":[1,1,15,2],"rotation":180,"texture":"#texture"},"down":{"uv":[1,2,15,3],"rotation":180,"texture":"#texture"}}},{"from":[1,9,14],"to":[15,11,15],"rotation":{"angle":0,"axis":"y","origin":[9,17,22]},"faces":{"north":{"uv":[1,5,15,7],"texture":"#texture"},"east":{"uv":[1,5,2,7],"texture":"#texture"},"south":{"uv":[15,5,1,7],"texture":"#texture"},"west":{"uv":[14,5,15,7],"texture":"#texture"},"up":{"uv":[1,5,15,6],"rotation":180,"texture":"#texture"},"down":{"uv":[1,6,15,7],"rotation":180,"texture":"#texture"}}},{"from":[1,5,14],"to":[15,7,15],"rotation":{"angle":0,"axis":"y","origin":[9,13,22]},"faces":{"north":{"uv":[1,9,15,11],"texture":"#texture"},"east":{"uv":[1,9,2,11],"texture":"#texture"},"south":{"uv":[15,9,1,11],"texture":"#texture"},"west":{"uv":[14,9,15,11],"texture":"#texture"},"up":{"uv":[1,9,15,10],"rotation":180,"texture":"#texture"},"down":{"uv":[1,10,15,11],"rotation":180,"texture":"#texture"}}},{"from":[1,1,14],"to":[15,3,15],"rotation":{"angle":0,"axis":"y","origin":[9,9,22]},"faces":{"north":{"uv":[1,13,15,15],"texture":"#texture"},"east":{"uv":[1,13,2,15],"texture":"#texture"},"south":{"uv":[15,13,1,15],"texture":"#texture"},"west":{"uv":[14,13,15,15],"texture":"#texture"},"up":{"uv":[1,13,15,14],"rotation":180,"texture":"#texture"},"down":{"uv":[1,14,15,15],"rotation":180,"texture":"#texture"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/mushroom_block_inside.json b/assets/minecraft/models/block/mushroom_block_inside.json new file mode 100644 index 000000000..b510c6ca6 --- /dev/null +++ b/assets/minecraft/models/block/mushroom_block_inside.json @@ -0,0 +1 @@ +{"parent":"block/cube_all","textures":{"all":"block/mushroom_block_inside"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/mushroom_stem.json b/assets/minecraft/models/block/mushroom_stem.json new file mode 100644 index 000000000..a16d3dee0 --- /dev/null +++ b/assets/minecraft/models/block/mushroom_stem.json @@ -0,0 +1 @@ +{"parent":"block/cube_all","textures":{"all":"block/mushroom_stem"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/oak_fence_gate_closed.json b/assets/minecraft/models/block/oak_fence_gate_closed.json new file mode 100644 index 000000000..8b97d7a79 --- /dev/null +++ b/assets/minecraft/models/block/oak_fence_gate_closed.json @@ -0,0 +1 @@ +{"parent":"block/fence_gate_closed","textures":{"texture":"block_variants/oak_fence"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/oak_fence_gate_open.json b/assets/minecraft/models/block/oak_fence_gate_open.json new file mode 100644 index 000000000..aa5aa2089 --- /dev/null +++ b/assets/minecraft/models/block/oak_fence_gate_open.json @@ -0,0 +1 @@ +{"parent":"block/template_fence_gate_open","textures":{"texture":"block_variants/oak_fence"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/oak_fence_inventory.json b/assets/minecraft/models/block/oak_fence_inventory.json new file mode 100644 index 000000000..14346aac1 --- /dev/null +++ b/assets/minecraft/models/block/oak_fence_inventory.json @@ -0,0 +1 @@ +{"parent":"block/fence_inventory","textures":{"texture":"block_variants/oak_fence"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/oak_fence_n.json b/assets/minecraft/models/block/oak_fence_n.json new file mode 100644 index 000000000..94a1b8570 --- /dev/null +++ b/assets/minecraft/models/block/oak_fence_n.json @@ -0,0 +1 @@ +{"parent":"block/fence_n","textures":{"texture":"block_variants/oak_fence"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/oak_fence_ne.json b/assets/minecraft/models/block/oak_fence_ne.json new file mode 100644 index 000000000..fc4db7d23 --- /dev/null +++ b/assets/minecraft/models/block/oak_fence_ne.json @@ -0,0 +1 @@ +{"parent":"block/fence_ne","textures":{"texture":"block_variants/oak_fence"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/oak_fence_ns.json b/assets/minecraft/models/block/oak_fence_ns.json new file mode 100644 index 000000000..f5f183616 --- /dev/null +++ b/assets/minecraft/models/block/oak_fence_ns.json @@ -0,0 +1 @@ +{"parent":"block/fence_ns","textures":{"texture":"block_variants/oak_fence"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/oak_fence_nse.json b/assets/minecraft/models/block/oak_fence_nse.json new file mode 100644 index 000000000..1d7adc2b3 --- /dev/null +++ b/assets/minecraft/models/block/oak_fence_nse.json @@ -0,0 +1 @@ +{"parent":"block/fence_nse","textures":{"texture":"block_variants/oak_fence"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/oak_fence_nsew.json b/assets/minecraft/models/block/oak_fence_nsew.json new file mode 100644 index 000000000..dc6f77c69 --- /dev/null +++ b/assets/minecraft/models/block/oak_fence_nsew.json @@ -0,0 +1 @@ +{"parent":"block/fence_nsew","textures":{"texture":"block_variants/oak_fence"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/oak_fence_post.json b/assets/minecraft/models/block/oak_fence_post.json new file mode 100644 index 000000000..c215bfe87 --- /dev/null +++ b/assets/minecraft/models/block/oak_fence_post.json @@ -0,0 +1 @@ +{"parent":"block/fence_post","textures":{"texture":"block_variants/oak_fence"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/oak_fence_side.json b/assets/minecraft/models/block/oak_fence_side.json new file mode 100644 index 000000000..f0864c0fc --- /dev/null +++ b/assets/minecraft/models/block/oak_fence_side.json @@ -0,0 +1 @@ +{"parent":"block/fence_side","textures":{"texture":"block_variants/oak_fence"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/oak_wall_gate_closed.json b/assets/minecraft/models/block/oak_wall_gate_closed.json new file mode 100644 index 000000000..3b434f2bd --- /dev/null +++ b/assets/minecraft/models/block/oak_wall_gate_closed.json @@ -0,0 +1 @@ +{"parent":"block/wall_gate_closed","textures":{"texture":"block_variants/oak_fence"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/oak_wall_gate_open.json b/assets/minecraft/models/block/oak_wall_gate_open.json new file mode 100644 index 000000000..ddef2795a --- /dev/null +++ b/assets/minecraft/models/block/oak_wall_gate_open.json @@ -0,0 +1 @@ +{"parent":"block/wall_gate_open","textures":{"texture":"block_variants/oak_fence"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/orientable_with_bottom.json b/assets/minecraft/models/block/orientable_with_bottom.json new file mode 100644 index 000000000..7fd433f0d --- /dev/null +++ b/assets/minecraft/models/block/orientable_with_bottom.json @@ -0,0 +1 @@ +{"parent":"block/cube","display":{"firstperson_righthand":{"rotation":[0,135,0],"translation":[0,0,0],"scale":[0.4,0.4,0.4]}},"textures":{"particle":"#front","down":"#bottom","up":"#top","north":"#front","east":"#side","south":"#side","west":"#side"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/potted_cactus.json b/assets/minecraft/models/block/potted_cactus.json new file mode 100644 index 000000000..b4498ee8c --- /dev/null +++ b/assets/minecraft/models/block/potted_cactus.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"particle":"block/flower_pot","flowerpot":"block/flower_pot","cactus":"block_variants/potted_cactus"},"elements":[{"from":[5,0,5],"to":[11,5,11],"faces":{"north":{"uv":[5,11,11,16],"texture":"#flowerpot"},"east":{"uv":[5,11,11,16],"texture":"#flowerpot"},"south":{"uv":[5,11,11,16],"texture":"#flowerpot"},"west":{"uv":[5,11,11,16],"texture":"#flowerpot"},"up":{"uv":[5,5,11,11],"texture":"#flowerpot"},"down":{"uv":[5,5,11,11],"texture":"#flowerpot","cullface":"down"}}},{"from":[6,5,10],"to":[11,6,11],"faces":{"north":{"uv":[5,10,10,11],"texture":"#flowerpot"},"east":{"uv":[5,10,6,11],"texture":"#flowerpot"},"south":{"uv":[6,10,11,11],"texture":"#flowerpot"},"up":{"uv":[6,10,11,11],"texture":"#flowerpot"},"down":{"uv":[6,5,11,6],"texture":"#flowerpot"}}},{"from":[5,5,5],"to":[10,6,6],"faces":{"north":{"uv":[6,10,11,11],"texture":"#flowerpot"},"south":{"uv":[5,10,10,11],"texture":"#flowerpot"},"west":{"uv":[5,10,6,11],"texture":"#flowerpot"},"up":{"uv":[5,5,10,6],"texture":"#flowerpot"},"down":{"uv":[5,10,10,11],"texture":"#flowerpot"}}},{"from":[5,5,6],"to":[6,6,11],"faces":{"east":{"uv":[5,10,10,11],"texture":"#flowerpot"},"south":{"uv":[5,10,6,11],"texture":"#flowerpot"},"west":{"uv":[6,10,11,11],"texture":"#flowerpot"},"up":{"uv":[5,6,6,11],"texture":"#flowerpot"},"down":{"uv":[5,5,6,10],"texture":"#flowerpot"}}},{"from":[10,5,5],"to":[11,6,10],"faces":{"north":{"uv":[5,10,6,11],"texture":"#flowerpot"},"east":{"uv":[6,10,11,11],"texture":"#flowerpot"},"west":{"uv":[5,10,10,11],"texture":"#flowerpot"},"up":{"uv":[10,5,11,10],"texture":"#flowerpot"},"down":{"uv":[10,6,11,11],"texture":"#flowerpot"}}},{"from":[6,5,6],"to":[10,17,10],"faces":{"north":{"uv":[6,4,10,16],"texture":"#cactus"},"east":{"uv":[6,4,10,16],"texture":"#cactus"},"south":{"uv":[6,4,10,16],"texture":"#cactus"},"west":{"uv":[6,4,10,16],"texture":"#cactus"},"up":{"uv":[6,6,10,10],"texture":"#cactus"}}},{"from":[7,17,7],"to":[9,18,9],"faces":{"north":{"uv":[7,3,9,4],"texture":"#cactus"},"east":{"uv":[7,3,9,4],"texture":"#cactus"},"south":{"uv":[7,3,9,4],"texture":"#cactus"},"west":{"uv":[7,3,9,4],"texture":"#cactus"},"up":{"uv":[7,7,9,9],"texture":"#cactus"}}},{"from":[8,5,5],"to":[8,18,11],"rotation":{"angle":22.5,"axis":"y","origin":[8,8,8],"rescale":true},"faces":{"east":{"uv":[5,3,11,16],"texture":"#cactus"},"west":{"uv":[5,3,11,16],"texture":"#cactus"}}},{"from":[5,5,8],"to":[11,18,8],"rotation":{"angle":22.5,"axis":"y","origin":[8,8,8],"rescale":true},"faces":{"north":{"uv":[11,3,5,16],"texture":"#cactus"},"south":{"uv":[11,3,5,16],"texture":"#cactus"}}},{"from":[8,5,5],"to":[8,18,11],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8,8],"rescale":true},"faces":{"east":{"uv":[5,3,11,16],"texture":"#cactus"},"west":{"uv":[5,3,11,16],"texture":"#cactus"}}},{"from":[5,5,8],"to":[11,18,8],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8,8],"rescale":true},"faces":{"north":{"uv":[11,3,5,16],"texture":"#cactus"},"south":{"uv":[11,3,5,16],"texture":"#cactus"}}},{"from":[4.5,5,8],"to":[11.5,18,8],"rotation":{"angle":45,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[5,3,11,16],"texture":"#cactus"},"south":{"uv":[5,3,11,16],"texture":"#cactus"}}},{"from":[8,5,4.5],"to":[8,18,11.5],"rotation":{"angle":45,"axis":"y","origin":[8,8,8]},"faces":{"east":{"uv":[5,3,11,16],"texture":"#cactus"},"west":{"uv":[5,3,11,16],"texture":"#cactus"}}}],"display":{"thirdperson_righthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"thirdperson_lefthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"firstperson_righthand":{"rotation":[0,45,0],"scale":[0.4,0.4,0.4]},"firstperson_lefthand":{"rotation":[0,225,0],"scale":[0.4,0.4,0.4]},"ground":{"translation":[0,3,0],"scale":[0.25,0.25,0.25]},"gui":{"rotation":[30,225,0],"scale":[0.625,0.625,0.625]},"fixed":{"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/block/pumpkin.json b/assets/minecraft/models/block/pumpkin.json new file mode 100644 index 000000000..7c151dac0 --- /dev/null +++ b/assets/minecraft/models/block/pumpkin.json @@ -0,0 +1 @@ +{"parent":"block/cube_bottom_top","textures":{"top":"block/pumpkin_top","bottom":"block_variants/pumpkin_bottom","side":"block/pumpkin_side"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/red_mushroom_block.json b/assets/minecraft/models/block/red_mushroom_block.json new file mode 100644 index 000000000..e5ad1469b --- /dev/null +++ b/assets/minecraft/models/block/red_mushroom_block.json @@ -0,0 +1 @@ +{"parent":"block/cube_all","textures":{"all":"block/red_mushroom_block"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/redstone/candelabra_1.json b/assets/minecraft/models/block/redstone/candelabra_1.json new file mode 100644 index 000000000..3f7ed81c3 --- /dev/null +++ b/assets/minecraft/models/block/redstone/candelabra_1.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"top":"block_variants/candle_pillar_top","bottom":"block_variants/candle_pillar_bottom","candle":"block_variants/candle","particle":"block_variants/candle_base"},"elements":[{"from":[7.5,27,7.5],"to":[8.5,28,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[8,9,9,10],"texture":"#candle"},"east":{"uv":[8,9,9,10],"texture":"#candle"},"south":{"uv":[8,9,9,10],"texture":"#candle"},"west":{"uv":[8,9,9,10],"texture":"#candle"},"up":{"uv":[8,9,9,10],"texture":"#candle"}}},{"from":[6,21,6],"to":[10,27,10],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[6,10,10,16],"texture":"#candle"},"east":{"uv":[6,10,10,16],"texture":"#candle"},"south":{"uv":[6,10,10,16],"texture":"#candle"},"west":{"uv":[6,10,10,16],"texture":"#candle"},"up":{"uv":[0,12,4,16],"texture":"#candle"}}},{"from":[6,20,6],"to":[10,21,10],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[6,7,10,8],"texture":"#top"},"east":{"uv":[6,7,10,8],"texture":"#top"},"south":{"uv":[6,7,10,8],"texture":"#top"},"west":{"uv":[6,7,10,8],"texture":"#top"}}},{"from":[5,19,5],"to":[11,20,11],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[5,8,11,9],"texture":"#top"},"east":{"uv":[5,8,11,9],"texture":"#top"},"south":{"uv":[5,8,11,9],"texture":"#top"},"west":{"uv":[5,8,11,9],"texture":"#top"},"up":{"uv":[5,5,11,11],"texture":"#particle"},"down":{"uv":[5,5,11,11],"texture":"#particle"}}},{"from":[6,18,6],"to":[10,19,10],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[6,9,10,10],"texture":"#top"},"east":{"uv":[6,9,10,10],"texture":"#top"},"south":{"uv":[6,9,10,10],"texture":"#top"},"west":{"uv":[6,9,10,10],"texture":"#top"},"down":{"uv":[6,6,10,10],"texture":"#particle"}}},{"from":[6,15,6],"to":[10,16,10],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[6,2,10,3],"texture":"#bottom"},"east":{"uv":[6,2,10,3],"texture":"#bottom"},"south":{"uv":[6,2,10,3],"texture":"#bottom"},"west":{"uv":[6,2,10,3],"texture":"#bottom"},"up":{"uv":[6,6,10,10],"texture":"#particle"},"down":{"uv":[6,6,10,10],"texture":"#particle"}}},{"from":[6,10,6],"to":[10,11,10],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[6,7,10,8],"texture":"#bottom"},"east":{"uv":[6,7,10,8],"texture":"#bottom"},"south":{"uv":[6,7,10,8],"texture":"#bottom"},"west":{"uv":[6,7,10,8],"texture":"#bottom"},"up":{"uv":[6,5,10,9],"texture":"#particle"},"down":{"uv":[6,6,10,10],"texture":"#particle"}}},{"from":[7,2,0],"to":[9,18,16],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"east":{"uv":[0,0,16,16],"texture":"#bottom"},"west":{"uv":[0,0,16,16],"texture":"#bottom"}}},{"from":[0,2,7],"to":[16,18,9],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#bottom"},"south":{"uv":[0,0,16,16],"texture":"#bottom"}}},{"from":[0,0,0],"to":[16,2,16],"faces":{"north":{"uv":[0,14,16,16],"texture":"#particle"},"east":{"uv":[0,14,16,16],"texture":"#particle"},"south":{"uv":[0,14,16,16],"texture":"#particle"},"west":{"uv":[0,14,16,16],"texture":"#particle"},"up":{"uv":[0,0,16,16],"texture":"#particle"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/redstone/candelabra_2.json b/assets/minecraft/models/block/redstone/candelabra_2.json new file mode 100644 index 000000000..bf5b72e1e --- /dev/null +++ b/assets/minecraft/models/block/redstone/candelabra_2.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"top":"block_variants/candle_pillar_top","bottom":"block_variants/candle_pillar_bottom","candle":"block_variants/candle","particle":"block_variants/candle_base"},"elements":[{"from":[7.5,27,7.5],"to":[8.5,28,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[8,9,9,10],"texture":"#candle"},"east":{"uv":[8,9,9,10],"texture":"#candle"},"south":{"uv":[8,9,9,10],"texture":"#candle"},"west":{"uv":[8,9,9,10],"texture":"#candle"},"up":{"uv":[8,9,9,10],"texture":"#candle"}}},{"from":[6,21,6],"to":[10,27,10],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[6,10,10,16],"texture":"#candle"},"east":{"uv":[6,10,10,16],"texture":"#candle"},"south":{"uv":[6,10,10,16],"texture":"#candle"},"west":{"uv":[6,10,10,16],"texture":"#candle"},"up":{"uv":[0,12,4,16],"texture":"#candle"}}},{"from":[6,20,6],"to":[10,21,10],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[6,7,10,8],"texture":"#top"},"east":{"uv":[6,7,10,8],"texture":"#top"},"south":{"uv":[6,7,10,8],"texture":"#top"},"west":{"uv":[6,7,10,8],"texture":"#top"}}},{"from":[5,19,5],"to":[11,20,11],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[5,8,11,9],"texture":"#top"},"east":{"uv":[5,8,11,9],"texture":"#top"},"south":{"uv":[5,8,11,9],"texture":"#top"},"west":{"uv":[5,8,11,9],"texture":"#top"},"up":{"uv":[5,5,11,11],"texture":"#particle"},"down":{"uv":[5,5,11,11],"texture":"#particle"}}},{"from":[6,18,6],"to":[10,19,10],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[6,9,10,10],"texture":"#top"},"east":{"uv":[6,9,10,10],"texture":"#top"},"south":{"uv":[6,9,10,10],"texture":"#top"},"west":{"uv":[6,9,10,10],"texture":"#top"},"down":{"uv":[6,6,10,10],"texture":"#particle"}}},{"from":[6,16,6],"to":[10,17,10],"rotation":{"angle":0,"axis":"y","origin":[8,11,8]},"faces":{"north":{"uv":[6,2,10,3],"texture":"#bottom"},"east":{"uv":[6,2,10,3],"texture":"#bottom"},"south":{"uv":[6,2,10,3],"texture":"#bottom"},"west":{"uv":[6,2,10,3],"texture":"#bottom"},"up":{"uv":[6,6,10,10],"texture":"#particle"},"down":{"uv":[6,6,10,10],"texture":"#particle"}}},{"from":[6,10,6],"to":[10,11,10],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[6,7,10,8],"texture":"#bottom"},"east":{"uv":[6,7,10,8],"texture":"#bottom"},"south":{"uv":[6,7,10,8],"texture":"#bottom"},"west":{"uv":[6,7,10,8],"texture":"#bottom"},"up":{"uv":[6,5,10,9],"texture":"#particle"},"down":{"uv":[6,6,10,10],"texture":"#particle"}}},{"from":[0,12,7],"to":[16,28,9],"rotation":{"angle":0,"axis":"y","origin":[8,20,8]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#top"},"south":{"uv":[0,0,16,16],"texture":"#top"}}},{"from":[7,12,0],"to":[9,28,16],"rotation":{"angle":0,"axis":"y","origin":[8,20,8]},"faces":{"east":{"uv":[0,0,16,16],"texture":"#top"},"west":{"uv":[0,0,16,16],"texture":"#top"}}},{"from":[7,2,0],"to":[9,12,16],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"east":{"uv":[0,6,16,16],"texture":"#bottom"},"west":{"uv":[0,6,16,16],"texture":"#bottom"}}},{"from":[0,2,7],"to":[16,12,9],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[0,6,16,16],"texture":"#bottom"},"south":{"uv":[0,6,16,16],"texture":"#bottom"}}},{"from":[0,0,0],"to":[16,2,16],"faces":{"north":{"uv":[0,14,16,16],"texture":"#particle"},"east":{"uv":[0,14,16,16],"texture":"#particle"},"south":{"uv":[0,14,16,16],"texture":"#particle"},"west":{"uv":[0,14,16,16],"texture":"#particle"},"up":{"uv":[0,0,16,16],"texture":"#particle"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/redstone/candelabra_3.json b/assets/minecraft/models/block/redstone/candelabra_3.json new file mode 100644 index 000000000..d99bf52d7 --- /dev/null +++ b/assets/minecraft/models/block/redstone/candelabra_3.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"top":"block_variants/candle_pillar_top","candle":"block_variants/candle","particle":"block_variants/candle_base"},"elements":[{"from":[7.5,17,7.5],"to":[8.5,18,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,-3,8]},"faces":{"north":{"uv":[8,9,9,10],"texture":"#candle"},"east":{"uv":[8,9,9,10],"texture":"#candle"},"south":{"uv":[8,9,9,10],"texture":"#candle"},"west":{"uv":[8,9,9,10],"texture":"#candle"},"up":{"uv":[8,9,9,10],"texture":"#candle"}}},{"from":[6,11,6],"to":[10,17,10],"rotation":{"angle":0,"axis":"y","origin":[8,-3,8]},"faces":{"north":{"uv":[6,10,10,16],"texture":"#candle"},"east":{"uv":[6,10,10,16],"texture":"#candle"},"south":{"uv":[6,10,10,16],"texture":"#candle"},"west":{"uv":[6,10,10,16],"texture":"#candle"},"up":{"uv":[0,12,4,16],"texture":"#candle"}}},{"from":[6,10,6],"to":[10,11,10],"rotation":{"angle":0,"axis":"y","origin":[8,-3,8]},"faces":{"north":{"uv":[6,7,10,8],"texture":"#top"},"east":{"uv":[6,7,10,8],"texture":"#top"},"south":{"uv":[6,7,10,8],"texture":"#top"},"west":{"uv":[6,7,10,8],"texture":"#top"}}},{"from":[5,9,5],"to":[11,10,11],"rotation":{"angle":0,"axis":"y","origin":[8,-3,8]},"faces":{"north":{"uv":[5,8,11,9],"texture":"#top"},"east":{"uv":[5,8,11,9],"texture":"#top"},"south":{"uv":[5,8,11,9],"texture":"#top"},"west":{"uv":[5,8,11,9],"texture":"#top"},"up":{"uv":[5,5,11,11],"texture":"#particle"},"down":{"uv":[5,5,11,11],"texture":"#particle"}}},{"from":[6,8,6],"to":[10,9,10],"rotation":{"angle":0,"axis":"y","origin":[8,-3,8]},"faces":{"north":{"uv":[6,9,10,10],"texture":"#top"},"east":{"uv":[6,9,10,10],"texture":"#top"},"south":{"uv":[6,9,10,10],"texture":"#top"},"west":{"uv":[6,9,10,10],"texture":"#top"},"down":{"uv":[6,6,10,10],"texture":"#particle"}}},{"from":[7,2,0],"to":[9,18,16],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"east":{"uv":[0,0,16,16],"texture":"#top"},"west":{"uv":[0,0,16,16],"texture":"#top"}}},{"from":[0,2,7],"to":[16,18,9],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#top"},"south":{"uv":[0,0,16,16],"texture":"#top"}}},{"from":[0,0,0],"to":[16,2,16],"faces":{"north":{"uv":[0,14,16,16],"texture":"#particle"},"east":{"uv":[0,14,16,16],"texture":"#particle"},"south":{"uv":[0,14,16,16],"texture":"#particle"},"west":{"uv":[0,14,16,16],"texture":"#particle"},"up":{"uv":[0,0,16,16],"texture":"#particle"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/redstone/candelabra_4.json b/assets/minecraft/models/block/redstone/candelabra_4.json new file mode 100644 index 000000000..19cebf912 --- /dev/null +++ b/assets/minecraft/models/block/redstone/candelabra_4.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"top":"block_variants/candle_pillar_top","bottom":"block_variants/candle_pillar_bottom","candle":"block_variants/candle","particle":"block_variants/candle_base"},"elements":[{"from":[-2,18,5],"to":[4,19,11],"rotation":{"angle":0,"axis":"y","origin":[1,6,8]},"faces":{"north":{"uv":[5,8,11,9],"texture":"#top"},"east":{"uv":[5,8,11,9],"texture":"#top"},"south":{"uv":[5,8,11,9],"texture":"#top"},"west":{"uv":[5,8,11,9],"texture":"#top"},"up":{"uv":[5,5,11,11],"texture":"#particle"},"down":{"uv":[5,5,11,11],"texture":"#particle"}}},{"from":[0.5,26,7.5],"to":[1.5,27,8.5],"rotation":{"angle":0,"axis":"y","origin":[1,6,8]},"faces":{"north":{"uv":[8,9,9,10],"texture":"#candle"},"east":{"uv":[8,9,9,10],"texture":"#candle"},"south":{"uv":[8,9,9,10],"texture":"#candle"},"west":{"uv":[8,9,9,10],"texture":"#candle"},"up":{"uv":[8,9,9,10],"texture":"#candle"}}},{"from":[-1,20,6],"to":[3,26,10],"rotation":{"angle":0,"axis":"y","origin":[1,6,8]},"faces":{"north":{"uv":[6,10,10,16],"texture":"#candle"},"east":{"uv":[6,10,10,16],"texture":"#candle"},"south":{"uv":[6,10,10,16],"texture":"#candle"},"west":{"uv":[6,10,10,16],"texture":"#candle"},"up":{"uv":[0,12,4,16],"texture":"#candle"}}},{"from":[-1,19,6],"to":[3,20,10],"rotation":{"angle":0,"axis":"y","origin":[1,6,8]},"faces":{"north":{"uv":[6,7,10,8],"texture":"#top"},"east":{"uv":[6,7,10,8],"texture":"#top"},"south":{"uv":[6,7,10,8],"texture":"#top"},"west":{"uv":[6,7,10,8],"texture":"#top"}}},{"from":[5,18,12],"to":[11,19,18],"rotation":{"angle":0,"axis":"y","origin":[8,6,15]},"faces":{"north":{"uv":[5,8,11,9],"texture":"#top"},"east":{"uv":[5,8,11,9],"texture":"#top"},"south":{"uv":[5,8,11,9],"texture":"#top"},"west":{"uv":[5,8,11,9],"texture":"#top"},"up":{"uv":[5,5,11,11],"texture":"#particle"},"down":{"uv":[5,5,11,11],"texture":"#particle"}}},{"from":[7.5,26,14.5],"to":[8.5,27,15.5],"rotation":{"angle":0,"axis":"y","origin":[8,6,15]},"faces":{"north":{"uv":[8,9,9,10],"texture":"#candle"},"east":{"uv":[8,9,9,10],"texture":"#candle"},"south":{"uv":[8,9,9,10],"texture":"#candle"},"west":{"uv":[8,9,9,10],"texture":"#candle"},"up":{"uv":[8,9,9,10],"texture":"#candle"}}},{"from":[6,20,13],"to":[10,26,17],"rotation":{"angle":0,"axis":"y","origin":[8,6,15]},"faces":{"north":{"uv":[6,10,10,16],"texture":"#candle"},"east":{"uv":[6,10,10,16],"texture":"#candle"},"south":{"uv":[6,10,10,16],"texture":"#candle"},"west":{"uv":[6,10,10,16],"texture":"#candle"},"up":{"uv":[0,12,4,16],"texture":"#candle"}}},{"from":[6,19,13],"to":[10,20,17],"rotation":{"angle":0,"axis":"y","origin":[8,6,15]},"faces":{"north":{"uv":[6,7,10,8],"texture":"#top"},"east":{"uv":[6,7,10,8],"texture":"#top"},"south":{"uv":[6,7,10,8],"texture":"#top"},"west":{"uv":[6,7,10,8],"texture":"#top"}}},{"from":[12,18,5],"to":[18,19,11],"rotation":{"angle":0,"axis":"y","origin":[15,6,8]},"faces":{"north":{"uv":[5,8,11,9],"texture":"#top"},"east":{"uv":[5,8,11,9],"texture":"#top"},"south":{"uv":[5,8,11,9],"texture":"#top"},"west":{"uv":[5,8,11,9],"texture":"#top"},"up":{"uv":[5,5,11,11],"texture":"#particle"},"down":{"uv":[5,5,11,11],"texture":"#particle"}}},{"from":[14.5,26,7.5],"to":[15.5,27,8.5],"rotation":{"angle":0,"axis":"y","origin":[15,6,8]},"faces":{"north":{"uv":[8,9,9,10],"texture":"#candle"},"east":{"uv":[8,9,9,10],"texture":"#candle"},"south":{"uv":[8,9,9,10],"texture":"#candle"},"west":{"uv":[8,9,9,10],"texture":"#candle"},"up":{"uv":[8,9,9,10],"texture":"#candle"}}},{"from":[13,20,6],"to":[17,26,10],"rotation":{"angle":0,"axis":"y","origin":[15,6,8]},"faces":{"north":{"uv":[6,10,10,16],"texture":"#candle"},"east":{"uv":[6,10,10,16],"texture":"#candle"},"south":{"uv":[6,10,10,16],"texture":"#candle"},"west":{"uv":[6,10,10,16],"texture":"#candle"},"up":{"uv":[0,12,4,16],"texture":"#candle"}}},{"from":[13,19,6],"to":[17,20,10],"rotation":{"angle":0,"axis":"y","origin":[15,6,8]},"faces":{"north":{"uv":[6,7,10,8],"texture":"#top"},"east":{"uv":[6,7,10,8],"texture":"#top"},"south":{"uv":[6,7,10,8],"texture":"#top"},"west":{"uv":[6,7,10,8],"texture":"#top"}}},{"from":[5,18,-2],"to":[11,19,4],"rotation":{"angle":0,"axis":"y","origin":[8,6,1]},"faces":{"north":{"uv":[5,8,11,9],"texture":"#top"},"east":{"uv":[5,8,11,9],"texture":"#top"},"south":{"uv":[5,8,11,9],"texture":"#top"},"west":{"uv":[5,8,11,9],"texture":"#top"},"up":{"uv":[5,5,11,11],"texture":"#particle"},"down":{"uv":[5,5,11,11],"texture":"#particle"}}},{"from":[7.5,26,0.5],"to":[8.5,27,1.5],"rotation":{"angle":0,"axis":"y","origin":[8,6,1]},"faces":{"north":{"uv":[8,9,9,10],"texture":"#candle"},"east":{"uv":[8,9,9,10],"texture":"#candle"},"south":{"uv":[8,9,9,10],"texture":"#candle"},"west":{"uv":[8,9,9,10],"texture":"#candle"},"up":{"uv":[8,9,9,10],"texture":"#candle"}}},{"from":[6,20,-1],"to":[10,26,3],"rotation":{"angle":0,"axis":"y","origin":[8,6,1]},"faces":{"north":{"uv":[6,10,10,16],"texture":"#candle"},"east":{"uv":[6,10,10,16],"texture":"#candle"},"south":{"uv":[6,10,10,16],"texture":"#candle"},"west":{"uv":[6,10,10,16],"texture":"#candle"},"up":{"uv":[0,12,4,16],"texture":"#candle"}}},{"from":[6,19,-1],"to":[10,20,3],"rotation":{"angle":0,"axis":"y","origin":[8,6,1]},"faces":{"north":{"uv":[6,7,10,8],"texture":"#top"},"east":{"uv":[6,7,10,8],"texture":"#top"},"south":{"uv":[6,7,10,8],"texture":"#top"},"west":{"uv":[6,7,10,8],"texture":"#top"}}},{"from":[6,16,6],"to":[10,17,10],"rotation":{"angle":0,"axis":"y","origin":[8,16,8]},"faces":{"north":{"uv":[6,7,10,8],"texture":"#bottom"},"east":{"uv":[6,7,10,8],"texture":"#bottom"},"south":{"uv":[6,7,10,8],"texture":"#bottom"},"west":{"uv":[6,7,10,8],"texture":"#bottom"},"up":{"uv":[6,6,10,10],"texture":"#particle"},"down":{"uv":[6,6,10,10],"texture":"#particle"}}},{"from":[6,10,6],"to":[10,11,10],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[6,7,10,8],"texture":"#bottom"},"east":{"uv":[6,7,10,8],"texture":"#bottom"},"south":{"uv":[6,7,10,8],"texture":"#bottom"},"west":{"uv":[6,7,10,8],"texture":"#bottom"},"up":{"uv":[6,6,10,10],"texture":"#particle"},"down":{"uv":[6,6,10,10],"texture":"#particle"}}},{"from":[0,12,7],"to":[16,18,9],"rotation":{"angle":0,"axis":"y","origin":[8,20,8]},"faces":{"north":{"uv":[0,10,16,16],"texture":"#top"},"south":{"uv":[0,10,16,16],"texture":"#top"}}},{"from":[7,12,0],"to":[9,18,16],"rotation":{"angle":0,"axis":"y","origin":[8,20,8]},"faces":{"east":{"uv":[0,10,16,16],"texture":"#top"},"west":{"uv":[0,10,16,16],"texture":"#top"}}},{"from":[7,2,0],"to":[9,12,16],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"east":{"uv":[0,6,16,16],"texture":"#bottom"},"west":{"uv":[0,6,16,16],"texture":"#bottom"}}},{"from":[0,2,7],"to":[16,12,9],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[0,6,16,16],"texture":"#bottom"},"south":{"uv":[0,6,16,16],"texture":"#bottom"}}},{"from":[0,0,0],"to":[16,2,16],"faces":{"north":{"uv":[0,14,16,16],"texture":"#particle"},"east":{"uv":[0,14,16,16],"texture":"#particle"},"south":{"uv":[0,14,16,16],"texture":"#particle"},"west":{"uv":[0,14,16,16],"texture":"#particle"},"up":{"uv":[0,0,16,16],"texture":"#particle"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/redstone/candle.json b/assets/minecraft/models/block/redstone/candle.json new file mode 100644 index 000000000..d54fe7d35 --- /dev/null +++ b/assets/minecraft/models/block/redstone/candle.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"bottom":"block_variants/candle_on_wall","candle":"block_variants/candle","particle":"block_variants/candle_base"},"elements":[{"from":[7.5,8,7.5],"to":[8.5,9,8.5],"faces":{"north":{"uv":[8,9,9,10],"texture":"#candle"},"east":{"uv":[8,9,9,10],"texture":"#candle"},"south":{"uv":[8,9,9,10],"texture":"#candle"},"west":{"uv":[8,9,9,10],"texture":"#candle"},"up":{"uv":[8,9,9,10],"texture":"#candle"}}},{"from":[6,2,6],"to":[10,8,10],"faces":{"north":{"uv":[6,10,10,16],"texture":"#candle"},"east":{"uv":[6,10,10,16],"texture":"#candle"},"south":{"uv":[6,10,10,16],"texture":"#candle"},"west":{"uv":[6,10,10,16],"texture":"#candle"},"up":{"uv":[0,12,4,16],"texture":"#candle"}}},{"from":[6,1,6],"to":[10,2,10],"faces":{"north":{"uv":[6,13,10,14],"texture":"#bottom"},"east":{"uv":[6,13,10,14],"texture":"#bottom"},"south":{"uv":[6,13,10,14],"texture":"#bottom"},"west":{"uv":[6,13,10,14],"texture":"#bottom"},"down":{"uv":[0,12,4,16],"texture":"#bottom"}}},{"from":[5,0,5],"to":[11,1,11],"faces":{"north":{"uv":[5,14,11,15],"texture":"#bottom"},"east":{"uv":[4,14,10,15],"texture":"#bottom"},"south":{"uv":[5,14,11,15],"texture":"#bottom"},"west":{"uv":[5,14,11,15],"texture":"#bottom"},"up":{"uv":[10,0,16,6],"texture":"#bottom"},"down":{"uv":[10,0,16,6],"texture":"#bottom"}}}],"display":{"thirdperson_righthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"thirdperson_lefthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"firstperson_righthand":{"rotation":[0,45,0],"scale":[0.4,0.4,0.4]},"firstperson_lefthand":{"rotation":[0,225,0],"scale":[0.4,0.4,0.4]},"ground":{"translation":[0,3,0],"scale":[0.25,0.25,0.25]},"gui":{"rotation":[30,225,0],"scale":[0.625,0.625,0.625]},"fixed":{"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/block/redstone/candle_on_wall.json b/assets/minecraft/models/block/redstone/candle_on_wall.json new file mode 100644 index 000000000..aa646c0c5 --- /dev/null +++ b/assets/minecraft/models/block/redstone/candle_on_wall.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"candle":"block_variants/candle","holder":"block_variants/candle_on_wall","particle":"block_variants/candle_base"},"elements":[{"from":[5.5,14,7.5],"to":[6.5,15,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"north":{"uv":[8,9,9,10],"texture":"#candle"},"east":{"uv":[8,9,9,10],"texture":"#candle"},"south":{"uv":[8,9,9,10],"texture":"#candle"},"west":{"uv":[8,9,9,10],"texture":"#candle"},"up":{"uv":[8,9,9,10],"texture":"#candle"}}},{"from":[4,8,6],"to":[8,14,10],"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"north":{"uv":[6,10,10,16],"texture":"#candle"},"east":{"uv":[6,10,10,16],"texture":"#candle"},"south":{"uv":[6,10,10,16],"texture":"#candle"},"west":{"uv":[6,10,10,16],"texture":"#candle"},"up":{"uv":[0,12,4,16],"texture":"#candle"}}},{"from":[4,7,6],"to":[8,8,10],"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"north":{"uv":[6,13,10,14],"texture":"#holder"},"east":{"uv":[6,13,10,14],"texture":"#holder"},"south":{"uv":[6,13,10,14],"texture":"#holder"},"west":{"uv":[6,13,10,14],"texture":"#holder"}}},{"from":[3,6,5],"to":[9,7,11],"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"north":{"uv":[5,14,11,15],"texture":"#holder"},"east":{"uv":[5,14,11,15],"texture":"#holder"},"south":{"uv":[5,14,11,15],"texture":"#holder"},"west":{"uv":[5,14,11,15],"texture":"#holder"},"up":{"uv":[10,0,16,6],"texture":"#holder"},"down":{"uv":[10,0,16,6],"texture":"#holder"}}},{"from":[4,4,7],"to":[8,6,9],"rotation":{"angle":0,"axis":"y","origin":[9,9,8]},"faces":{"north":{"uv":[9,6,13,8],"texture":"#holder"},"east":{"uv":[9,6,10,8],"texture":"#holder"},"south":{"uv":[13,6,9,8],"texture":"#holder"},"west":{"uv":[13,11,15,13],"texture":"#holder"},"down":{"uv":[9,7,13,8],"rotation":180,"texture":"#holder"}}},{"from":[4,1,7],"to":[7,4,9],"rotation":{"angle":0,"axis":"y","origin":[9,7,8]},"faces":{"north":{"uv":[10,8,13,11],"texture":"#holder"},"east":{"uv":[10,8,11,11],"texture":"#holder"},"south":{"uv":[13,8,10,11],"texture":"#holder"},"west":{"uv":[15,11,13,14],"rotation":180,"texture":"#holder"},"down":{"uv":[7,13,10,15],"rotation":180,"texture":"#holder"}}},{"from":[1,3,7],"to":[4,5,9],"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"north":{"uv":[13,8,16,10],"texture":"#holder"},"south":{"uv":[16,8,13,10],"texture":"#holder"},"up":{"uv":[13,8,16,10],"texture":"#holder"},"down":{"uv":[13,8,16,10],"texture":"#holder"}}},{"from":[0,2,6],"to":[1,6,10],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[15,11,16,15],"texture":"#holder"},"east":{"uv":[12,11,16,15],"texture":"#holder"},"south":{"uv":[12,11,13,15],"texture":"#holder"},"up":{"uv":[12,11,16,12],"rotation":270,"texture":"#holder"},"down":{"uv":[12,15,16,16],"rotation":90,"texture":"#holder"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/redstone/comparator_blood_spike.json b/assets/minecraft/models/block/redstone/comparator_blood_spike.json new file mode 100644 index 000000000..e7bbcb94d --- /dev/null +++ b/assets/minecraft/models/block/redstone/comparator_blood_spike.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"particle":"block_variants/comparator_blood_spike_base","base":"block_variants/comparator_blood_spike_base","spike":"block_variants/comparator_blood_spikes"},"elements":[{"from":[13.9,2,0],"to":[14.1,18,16],"shade":false,"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"east":{"uv":[0,0,16,16],"texture":"#spike"},"west":{"uv":[16,0,0,16],"texture":"#spike"}}},{"from":[0,2,13.9],"to":[16,18,14.1],"shade":false,"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#spike"},"south":{"uv":[16,0,0,16],"texture":"#spike"}}},{"from":[9.9,2,0],"to":[10.1,18,16],"shade":false,"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"east":{"uv":[0,0,16,16],"texture":"#spike"},"west":{"uv":[16,0,0,16],"texture":"#spike"}}},{"from":[5.9,2,0],"to":[6.1,18,16],"shade":false,"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"east":{"uv":[16,0,0,16],"texture":"#spike"},"west":{"uv":[0,0,16,16],"texture":"#spike"}}},{"from":[1.9,2,0],"to":[2.1,18,16],"shade":false,"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"east":{"uv":[16,0,0,16],"texture":"#spike"},"west":{"uv":[0,0,16,16],"texture":"#spike"}}},{"from":[0,2,9.9],"to":[16,18,10.1],"shade":false,"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#spike"},"south":{"uv":[16,0,0,16],"texture":"#spike"}}},{"from":[0,2,5.9],"to":[16,18,6.1],"shade":false,"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"north":{"uv":[16,0,0,16],"texture":"#spike"},"south":{"uv":[0,0,16,16],"texture":"#spike"}}},{"from":[0,2,1.9],"to":[16,18,2.1],"shade":false,"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"north":{"uv":[16,0,0,16],"texture":"#spike"},"south":{"uv":[0,0,16,16],"texture":"#spike"}}},{"from":[0,0,0],"to":[16,2,16],"faces":{"north":{"uv":[0,7,16,9],"texture":"#base","cullface":"north"},"east":{"uv":[0,7,16,9],"texture":"#base","cullface":"east"},"south":{"uv":[0,7,16,9],"texture":"#base","cullface":"south"},"west":{"uv":[0,7,16,9],"texture":"#base","cullface":"west"},"up":{"uv":[0,0,16,16],"texture":"#base"},"down":{"uv":[0,0,16,16],"texture":"#base","cullface":"down"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/redstone/comparator_blood_spike_base.json b/assets/minecraft/models/block/redstone/comparator_blood_spike_base.json new file mode 100644 index 000000000..4789c0cee --- /dev/null +++ b/assets/minecraft/models/block/redstone/comparator_blood_spike_base.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"0":"block_variants/comparator_blood_spike_base","particle":"block_variants/comparator_blood_spike_base"},"elements":[{"from":[0,0,0],"to":[16,2,16],"faces":{"north":{"uv":[0,7,16,9],"texture":"#0","cullface":"north"},"east":{"uv":[0,7,16,9],"texture":"#0","cullface":"east"},"south":{"uv":[0,7,16,9],"texture":"#0","cullface":"south"},"west":{"uv":[0,7,16,9],"texture":"#0","cullface":"west"},"up":{"uv":[0,0,16,16],"texture":"#0"},"down":{"uv":[0,0,16,16],"texture":"#0","cullface":"down"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/redstone/comparator_spike.json b/assets/minecraft/models/block/redstone/comparator_spike.json new file mode 100644 index 000000000..662583ae5 --- /dev/null +++ b/assets/minecraft/models/block/redstone/comparator_spike.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"particle":"block_variants/comparator_spike_base","base":"block_variants/comparator_spike_base","spike":"block_variants/comparator_spikes"},"elements":[{"from":[13.9,2,0],"to":[14.1,18,16],"shade":false,"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"east":{"uv":[0,0,16,16],"texture":"#spike"},"west":{"uv":[16,0,0,16],"texture":"#spike"}}},{"from":[0,2,13.9],"to":[16,18,14.1],"shade":false,"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#spike"},"south":{"uv":[16,0,0,16],"texture":"#spike"}}},{"from":[9.9,2,0],"to":[10.1,18,16],"shade":false,"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"east":{"uv":[0,0,16,16],"texture":"#spike"},"west":{"uv":[16,0,0,16],"texture":"#spike"}}},{"from":[5.9,2,0],"to":[6.1,18,16],"shade":false,"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"east":{"uv":[16,0,0,16],"texture":"#spike"},"west":{"uv":[0,0,16,16],"texture":"#spike"}}},{"from":[1.9,2,0],"to":[2.1,18,16],"shade":false,"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"east":{"uv":[16,0,0,16],"texture":"#spike"},"west":{"uv":[0,0,16,16],"texture":"#spike"}}},{"from":[0,2,9.9],"to":[16,18,10.1],"shade":false,"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#spike"},"south":{"uv":[16,0,0,16],"texture":"#spike"}}},{"from":[0,2,5.9],"to":[16,18,6.1],"shade":false,"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"north":{"uv":[16,0,0,16],"texture":"#spike"},"south":{"uv":[0,0,16,16],"texture":"#spike"}}},{"from":[0,2,1.9],"to":[16,18,2.1],"shade":false,"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"north":{"uv":[16,0,0,16],"texture":"#spike"},"south":{"uv":[0,0,16,16],"texture":"#spike"}}},{"from":[0,0,0],"to":[16,2,16],"faces":{"north":{"uv":[0,7,16,9],"texture":"#base","cullface":"north"},"east":{"uv":[0,7,16,9],"texture":"#base","cullface":"east"},"south":{"uv":[0,7,16,9],"texture":"#base","cullface":"south"},"west":{"uv":[0,7,16,9],"texture":"#base","cullface":"west"},"up":{"uv":[0,0,16,16],"texture":"#base"},"down":{"uv":[0,0,16,16],"texture":"#base","cullface":"down"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/redstone/comparator_spike_base.json b/assets/minecraft/models/block/redstone/comparator_spike_base.json new file mode 100644 index 000000000..dcdfa3c7b --- /dev/null +++ b/assets/minecraft/models/block/redstone/comparator_spike_base.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"0":"block_variants/comparator_spike_base","particle":"block_variants/comparator_spike_base"},"elements":[{"from":[0,0,0],"to":[16,2,16],"faces":{"north":{"uv":[0,7,16,9],"texture":"#0","cullface":"north"},"east":{"uv":[0,7,16,9],"texture":"#0","cullface":"east"},"south":{"uv":[0,7,16,9],"texture":"#0","cullface":"south"},"west":{"uv":[0,7,16,9],"texture":"#0","cullface":"west"},"up":{"uv":[0,0,16,16],"texture":"#0"},"down":{"uv":[0,0,16,16],"texture":"#0","cullface":"down"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/redstone/lit_candelabra_1.json b/assets/minecraft/models/block/redstone/lit_candelabra_1.json new file mode 100644 index 000000000..816137259 --- /dev/null +++ b/assets/minecraft/models/block/redstone/lit_candelabra_1.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"3":"block_variants/candle_flame","top":"block_variants/candle_pillar_top","bottom":"block_variants/candle_pillar_bottom","candle":"block_variants/candle_on","particle":"block_variants/candle_base"},"elements":[{"from":[7.5,27,7.5],"to":[8.5,28,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[8,9,9,10],"texture":"#candle"},"east":{"uv":[8,9,9,10],"texture":"#candle"},"south":{"uv":[8,9,9,10],"texture":"#candle"},"west":{"uv":[8,9,9,10],"texture":"#candle"},"up":{"uv":[8,9,9,10],"texture":"#candle"}}},{"from":[6,21,6],"to":[10,27,10],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[6,10,10,16],"texture":"#candle"},"east":{"uv":[6,10,10,16],"texture":"#candle"},"south":{"uv":[6,10,10,16],"texture":"#candle"},"west":{"uv":[6,10,10,16],"texture":"#candle"},"up":{"uv":[0,12,4,16],"texture":"#candle"}}},{"from":[6,20,6],"to":[10,21,10],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[6,7,10,8],"texture":"#top"},"east":{"uv":[6,7,10,8],"texture":"#top"},"south":{"uv":[6,7,10,8],"texture":"#top"},"west":{"uv":[6,7,10,8],"texture":"#top"}}},{"from":[5,19,5],"to":[11,20,11],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[5,8,11,9],"texture":"#top"},"east":{"uv":[5,8,11,9],"texture":"#top"},"south":{"uv":[5,8,11,9],"texture":"#top"},"west":{"uv":[5,8,11,9],"texture":"#top"},"up":{"uv":[5,5,11,11],"texture":"#particle"},"down":{"uv":[5,5,11,11],"texture":"#particle"}}},{"from":[6,18,6],"to":[10,19,10],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[6,9,10,10],"texture":"#top"},"east":{"uv":[6,9,10,10],"texture":"#top"},"south":{"uv":[6,9,10,10],"texture":"#top"},"west":{"uv":[6,9,10,10],"texture":"#top"},"down":{"uv":[6,6,10,10],"texture":"#particle"}}},{"from":[6,15,6],"to":[10,16,10],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[6,2,10,3],"texture":"#bottom"},"east":{"uv":[6,2,10,3],"texture":"#bottom"},"south":{"uv":[6,2,10,3],"texture":"#bottom"},"west":{"uv":[6,2,10,3],"texture":"#bottom"},"up":{"uv":[6,6,10,10],"texture":"#particle"},"down":{"uv":[6,6,10,10],"texture":"#particle"}}},{"from":[6,10,6],"to":[10,11,10],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[6,7,10,8],"texture":"#bottom"},"east":{"uv":[6,7,10,8],"texture":"#bottom"},"south":{"uv":[6,7,10,8],"texture":"#bottom"},"west":{"uv":[6,7,10,8],"texture":"#bottom"},"up":{"uv":[6,5,10,9],"texture":"#particle"},"down":{"uv":[6,6,10,10],"texture":"#particle"}}},{"from":[7,2,0],"to":[9,18,16],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"east":{"uv":[0,0,16,16],"texture":"#bottom"},"west":{"uv":[0,0,16,16],"texture":"#bottom"}}},{"from":[0,2,7],"to":[16,18,9],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#bottom"},"south":{"uv":[0,0,16,16],"texture":"#bottom"}}},{"from":[0,0,0],"to":[16,2,16],"faces":{"north":{"uv":[0,14,16,16],"texture":"#particle"},"east":{"uv":[0,14,16,16],"texture":"#particle"},"south":{"uv":[0,14,16,16],"texture":"#particle"},"west":{"uv":[0,14,16,16],"texture":"#particle"},"up":{"uv":[0,0,16,16],"texture":"#particle"}}},{"from":[5,26,8],"to":[11,32,8.1],"shade":false,"rotation":{"angle":-45,"axis":"y","origin":[8,29,8]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#3"},"south":{"uv":[16,0,0,16],"texture":"#3"}}},{"from":[8,26,5],"to":[8.1,32,11],"shade":false,"rotation":{"angle":-45,"axis":"y","origin":[8,29,8]},"faces":{"east":{"uv":[0,0,16,16],"texture":"#3"},"west":{"uv":[16,0,0,16],"texture":"#3"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/redstone/lit_candelabra_2.json b/assets/minecraft/models/block/redstone/lit_candelabra_2.json new file mode 100644 index 000000000..e5eb1ba4f --- /dev/null +++ b/assets/minecraft/models/block/redstone/lit_candelabra_2.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"3":"block_variants/candle_flame","top":"block_variants/candle_pillar_top","bottom":"block_variants/candle_pillar_bottom","candle":"block_variants/candle_on","particle":"block_variants/candle_base"},"elements":[{"from":[7.5,27,7.5],"to":[8.5,28,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[8,9,9,10],"texture":"#candle"},"east":{"uv":[8,9,9,10],"texture":"#candle"},"south":{"uv":[8,9,9,10],"texture":"#candle"},"west":{"uv":[8,9,9,10],"texture":"#candle"},"up":{"uv":[8,9,9,10],"texture":"#candle"}}},{"from":[6,21,6],"to":[10,27,10],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[6,10,10,16],"texture":"#candle"},"east":{"uv":[6,10,10,16],"texture":"#candle"},"south":{"uv":[6,10,10,16],"texture":"#candle"},"west":{"uv":[6,10,10,16],"texture":"#candle"},"up":{"uv":[0,12,4,16],"texture":"#candle"}}},{"from":[6,20,6],"to":[10,21,10],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[6,7,10,8],"texture":"#top"},"east":{"uv":[6,7,10,8],"texture":"#top"},"south":{"uv":[6,7,10,8],"texture":"#top"},"west":{"uv":[6,7,10,8],"texture":"#top"}}},{"from":[5,19,5],"to":[11,20,11],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[5,8,11,9],"texture":"#top"},"east":{"uv":[5,8,11,9],"texture":"#top"},"south":{"uv":[5,8,11,9],"texture":"#top"},"west":{"uv":[5,8,11,9],"texture":"#top"},"up":{"uv":[5,5,11,11],"texture":"#particle"},"down":{"uv":[5,5,11,11],"texture":"#particle"}}},{"from":[6,18,6],"to":[10,19,10],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[6,9,10,10],"texture":"#top"},"east":{"uv":[6,9,10,10],"texture":"#top"},"south":{"uv":[6,9,10,10],"texture":"#top"},"west":{"uv":[6,9,10,10],"texture":"#top"},"down":{"uv":[6,6,10,10],"texture":"#particle"}}},{"from":[6,16,6],"to":[10,17,10],"rotation":{"angle":0,"axis":"y","origin":[8,11,8]},"faces":{"north":{"uv":[6,2,10,3],"texture":"#bottom"},"east":{"uv":[6,2,10,3],"texture":"#bottom"},"south":{"uv":[6,2,10,3],"texture":"#bottom"},"west":{"uv":[6,2,10,3],"texture":"#bottom"},"up":{"uv":[6,6,10,10],"texture":"#particle"},"down":{"uv":[6,6,10,10],"texture":"#particle"}}},{"from":[6,10,6],"to":[10,11,10],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[6,7,10,8],"texture":"#bottom"},"east":{"uv":[6,7,10,8],"texture":"#bottom"},"south":{"uv":[6,7,10,8],"texture":"#bottom"},"west":{"uv":[6,7,10,8],"texture":"#bottom"},"up":{"uv":[6,5,10,9],"texture":"#particle"},"down":{"uv":[6,6,10,10],"texture":"#particle"}}},{"from":[0,12,7],"to":[16,28,9],"rotation":{"angle":0,"axis":"y","origin":[8,20,8]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#top"},"south":{"uv":[0,0,16,16],"texture":"#top"}}},{"from":[7,12,0],"to":[9,28,16],"rotation":{"angle":0,"axis":"y","origin":[8,20,8]},"faces":{"east":{"uv":[0,0,16,16],"texture":"#top"},"west":{"uv":[0,0,16,16],"texture":"#top"}}},{"from":[7,2,0],"to":[9,12,16],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"east":{"uv":[0,6,16,16],"texture":"#bottom"},"west":{"uv":[0,6,16,16],"texture":"#bottom"}}},{"from":[0,2,7],"to":[16,12,9],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[0,6,16,16],"texture":"#bottom"},"south":{"uv":[0,6,16,16],"texture":"#bottom"}}},{"from":[0,0,0],"to":[16,2,16],"faces":{"north":{"uv":[0,14,16,16],"texture":"#particle"},"east":{"uv":[0,14,16,16],"texture":"#particle"},"south":{"uv":[0,14,16,16],"texture":"#particle"},"west":{"uv":[0,14,16,16],"texture":"#particle"},"up":{"uv":[0,0,16,16],"texture":"#particle"}}},{"from":[5,26,8],"to":[11,32,8.1],"shade":false,"rotation":{"angle":-45,"axis":"y","origin":[8,29,8]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#3"},"south":{"uv":[16,0,0,16],"texture":"#3"}}},{"from":[8,26,5],"to":[8.1,32,11],"shade":false,"rotation":{"angle":-45,"axis":"y","origin":[8,29,8]},"faces":{"east":{"uv":[0,0,16,16],"texture":"#3"},"west":{"uv":[16,0,0,16],"texture":"#3"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/redstone/lit_candelabra_3.json b/assets/minecraft/models/block/redstone/lit_candelabra_3.json new file mode 100644 index 000000000..f7a43daa0 --- /dev/null +++ b/assets/minecraft/models/block/redstone/lit_candelabra_3.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"3":"block_variants/candle_flame","top":"block_variants/candle_pillar_top","candle":"block_variants/candle_on","particle":"block_variants/candle_base"},"elements":[{"from":[7.5,17,7.5],"to":[8.5,18,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,-3,8]},"faces":{"north":{"uv":[8,9,9,10],"texture":"#candle"},"east":{"uv":[8,9,9,10],"texture":"#candle"},"south":{"uv":[8,9,9,10],"texture":"#candle"},"west":{"uv":[8,9,9,10],"texture":"#candle"},"up":{"uv":[8,9,9,10],"texture":"#candle"}}},{"from":[6,11,6],"to":[10,17,10],"rotation":{"angle":0,"axis":"y","origin":[8,-3,8]},"faces":{"north":{"uv":[6,10,10,16],"texture":"#candle"},"east":{"uv":[6,10,10,16],"texture":"#candle"},"south":{"uv":[6,10,10,16],"texture":"#candle"},"west":{"uv":[6,10,10,16],"texture":"#candle"},"up":{"uv":[0,12,4,16],"texture":"#candle"}}},{"from":[6,10,6],"to":[10,11,10],"rotation":{"angle":0,"axis":"y","origin":[8,-3,8]},"faces":{"north":{"uv":[6,7,10,8],"texture":"#top"},"east":{"uv":[6,7,10,8],"texture":"#top"},"south":{"uv":[6,7,10,8],"texture":"#top"},"west":{"uv":[6,7,10,8],"texture":"#top"}}},{"from":[5,9,5],"to":[11,10,11],"rotation":{"angle":0,"axis":"y","origin":[8,-3,8]},"faces":{"north":{"uv":[5,8,11,9],"texture":"#top"},"east":{"uv":[5,8,11,9],"texture":"#top"},"south":{"uv":[5,8,11,9],"texture":"#top"},"west":{"uv":[5,8,11,9],"texture":"#top"},"up":{"uv":[5,5,11,11],"texture":"#particle"},"down":{"uv":[5,5,11,11],"texture":"#particle"}}},{"from":[6,8,6],"to":[10,9,10],"rotation":{"angle":0,"axis":"y","origin":[8,-3,8]},"faces":{"north":{"uv":[6,9,10,10],"texture":"#top"},"east":{"uv":[6,9,10,10],"texture":"#top"},"south":{"uv":[6,9,10,10],"texture":"#top"},"west":{"uv":[6,9,10,10],"texture":"#top"},"down":{"uv":[6,6,10,10],"texture":"#particle"}}},{"from":[7,2,0],"to":[9,18,16],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"east":{"uv":[0,0,16,16],"texture":"#top"},"west":{"uv":[0,0,16,16],"texture":"#top"}}},{"from":[0,2,7],"to":[16,18,9],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#top"},"south":{"uv":[0,0,16,16],"texture":"#top"}}},{"from":[0,0,0],"to":[16,2,16],"faces":{"north":{"uv":[0,14,16,16],"texture":"#particle"},"east":{"uv":[0,14,16,16],"texture":"#particle"},"south":{"uv":[0,14,16,16],"texture":"#particle"},"west":{"uv":[0,14,16,16],"texture":"#particle"},"up":{"uv":[0,0,16,16],"texture":"#particle"}}},{"from":[5,16,8],"to":[11,22,8.1],"shade":false,"rotation":{"angle":-45,"axis":"y","origin":[8,19,8]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#3"},"south":{"uv":[16,0,0,16],"texture":"#3"}}},{"from":[8,16,5],"to":[8.1,22,11],"shade":false,"rotation":{"angle":-45,"axis":"y","origin":[8,19,8]},"faces":{"east":{"uv":[0,0,16,16],"texture":"#3"},"west":{"uv":[16,0,0,16],"texture":"#3"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/redstone/lit_candelabra_4.json b/assets/minecraft/models/block/redstone/lit_candelabra_4.json new file mode 100644 index 000000000..b5b20ac3f --- /dev/null +++ b/assets/minecraft/models/block/redstone/lit_candelabra_4.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"3":"block_variants/candle_flame","top":"block_variants/candle_pillar_top","bottom":"block_variants/candle_pillar_bottom","candle":"block_variants/candle_on","particle":"block_variants/candle_base"},"elements":[{"from":[-2,18,5],"to":[4,19,11],"rotation":{"angle":0,"axis":"y","origin":[1,6,8]},"faces":{"north":{"uv":[5,8,11,9],"texture":"#top"},"east":{"uv":[5,8,11,9],"texture":"#top"},"south":{"uv":[5,8,11,9],"texture":"#top"},"west":{"uv":[5,8,11,9],"texture":"#top"},"up":{"uv":[5,5,11,11],"texture":"#particle"},"down":{"uv":[5,5,11,11],"texture":"#particle"}}},{"from":[0.5,26,7.5],"to":[1.5,27,8.5],"rotation":{"angle":0,"axis":"y","origin":[1,6,8]},"faces":{"north":{"uv":[8,9,9,10],"texture":"#candle"},"east":{"uv":[8,9,9,10],"texture":"#candle"},"south":{"uv":[8,9,9,10],"texture":"#candle"},"west":{"uv":[8,9,9,10],"texture":"#candle"},"up":{"uv":[8,9,9,10],"texture":"#candle"}}},{"from":[-1,20,6],"to":[3,26,10],"rotation":{"angle":0,"axis":"y","origin":[1,6,8]},"faces":{"north":{"uv":[6,10,10,16],"texture":"#candle"},"east":{"uv":[6,10,10,16],"texture":"#candle"},"south":{"uv":[6,10,10,16],"texture":"#candle"},"west":{"uv":[6,10,10,16],"texture":"#candle"},"up":{"uv":[0,12,4,16],"texture":"#candle"}}},{"from":[-1,19,6],"to":[3,20,10],"rotation":{"angle":0,"axis":"y","origin":[1,6,8]},"faces":{"north":{"uv":[6,7,10,8],"texture":"#top"},"east":{"uv":[6,7,10,8],"texture":"#top"},"south":{"uv":[6,7,10,8],"texture":"#top"},"west":{"uv":[6,7,10,8],"texture":"#top"}}},{"from":[1,25,5],"to":[1.1,31,11],"shade":false,"rotation":{"angle":-45,"axis":"y","origin":[1,28,8]},"faces":{"east":{"uv":[0,0,16,16],"texture":"#3"},"west":{"uv":[16,0,0,16],"texture":"#3"}}},{"from":[-2,25,8],"to":[4,31,8.1],"shade":false,"rotation":{"angle":-45,"axis":"y","origin":[1,28,8]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#3"},"south":{"uv":[16,0,0,16],"texture":"#3"}}},{"from":[5,18,12],"to":[11,19,18],"rotation":{"angle":0,"axis":"y","origin":[8,6,15]},"faces":{"north":{"uv":[5,8,11,9],"texture":"#top"},"east":{"uv":[5,8,11,9],"texture":"#top"},"south":{"uv":[5,8,11,9],"texture":"#top"},"west":{"uv":[5,8,11,9],"texture":"#top"},"up":{"uv":[5,5,11,11],"texture":"#particle"},"down":{"uv":[5,5,11,11],"texture":"#particle"}}},{"from":[7.5,26,14.5],"to":[8.5,27,15.5],"rotation":{"angle":0,"axis":"y","origin":[8,6,15]},"faces":{"north":{"uv":[8,9,9,10],"texture":"#candle"},"east":{"uv":[8,9,9,10],"texture":"#candle"},"south":{"uv":[8,9,9,10],"texture":"#candle"},"west":{"uv":[8,9,9,10],"texture":"#candle"},"up":{"uv":[8,9,9,10],"texture":"#candle"}}},{"from":[6,20,13],"to":[10,26,17],"rotation":{"angle":0,"axis":"y","origin":[8,6,15]},"faces":{"north":{"uv":[6,10,10,16],"texture":"#candle"},"east":{"uv":[6,10,10,16],"texture":"#candle"},"south":{"uv":[6,10,10,16],"texture":"#candle"},"west":{"uv":[6,10,10,16],"texture":"#candle"},"up":{"uv":[0,12,4,16],"texture":"#candle"}}},{"from":[6,19,13],"to":[10,20,17],"rotation":{"angle":0,"axis":"y","origin":[8,6,15]},"faces":{"north":{"uv":[6,7,10,8],"texture":"#top"},"east":{"uv":[6,7,10,8],"texture":"#top"},"south":{"uv":[6,7,10,8],"texture":"#top"},"west":{"uv":[6,7,10,8],"texture":"#top"}}},{"from":[8,25,12],"to":[8.1,31,18],"shade":false,"rotation":{"angle":-45,"axis":"y","origin":[8,28,15]},"faces":{"east":{"uv":[0,0,16,16],"texture":"#3"},"west":{"uv":[16,0,0,16],"texture":"#3"}}},{"from":[5,25,15],"to":[11,31,15.1],"shade":false,"rotation":{"angle":-45,"axis":"y","origin":[8,28,15]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#3"},"south":{"uv":[16,0,0,16],"texture":"#3"}}},{"from":[12,18,5],"to":[18,19,11],"rotation":{"angle":0,"axis":"y","origin":[15,6,8]},"faces":{"north":{"uv":[5,8,11,9],"texture":"#top"},"east":{"uv":[5,8,11,9],"texture":"#top"},"south":{"uv":[5,8,11,9],"texture":"#top"},"west":{"uv":[5,8,11,9],"texture":"#top"},"up":{"uv":[5,5,11,11],"texture":"#particle"},"down":{"uv":[5,5,11,11],"texture":"#particle"}}},{"from":[14.5,26,7.5],"to":[15.5,27,8.5],"rotation":{"angle":0,"axis":"y","origin":[15,6,8]},"faces":{"north":{"uv":[8,9,9,10],"texture":"#candle"},"east":{"uv":[8,9,9,10],"texture":"#candle"},"south":{"uv":[8,9,9,10],"texture":"#candle"},"west":{"uv":[8,9,9,10],"texture":"#candle"},"up":{"uv":[8,9,9,10],"texture":"#candle"}}},{"from":[13,20,6],"to":[17,26,10],"rotation":{"angle":0,"axis":"y","origin":[15,6,8]},"faces":{"north":{"uv":[6,10,10,16],"texture":"#candle"},"east":{"uv":[6,10,10,16],"texture":"#candle"},"south":{"uv":[6,10,10,16],"texture":"#candle"},"west":{"uv":[6,10,10,16],"texture":"#candle"},"up":{"uv":[0,12,4,16],"texture":"#candle"}}},{"from":[13,19,6],"to":[17,20,10],"rotation":{"angle":0,"axis":"y","origin":[15,6,8]},"faces":{"north":{"uv":[6,7,10,8],"texture":"#top"},"east":{"uv":[6,7,10,8],"texture":"#top"},"south":{"uv":[6,7,10,8],"texture":"#top"},"west":{"uv":[6,7,10,8],"texture":"#top"}}},{"from":[15,25,5],"to":[15.1,31,11],"shade":false,"rotation":{"angle":-45,"axis":"y","origin":[15,28,8]},"faces":{"east":{"uv":[0,0,16,16],"texture":"#3"},"west":{"uv":[16,0,0,16],"texture":"#3"}}},{"from":[12,25,8],"to":[18,31,8.1],"shade":false,"rotation":{"angle":-45,"axis":"y","origin":[15,28,8]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#3"},"south":{"uv":[16,0,0,16],"texture":"#3"}}},{"from":[5,18,-2],"to":[11,19,4],"rotation":{"angle":0,"axis":"y","origin":[8,6,1]},"faces":{"north":{"uv":[5,8,11,9],"texture":"#top"},"east":{"uv":[5,8,11,9],"texture":"#top"},"south":{"uv":[5,8,11,9],"texture":"#top"},"west":{"uv":[5,8,11,9],"texture":"#top"},"up":{"uv":[5,5,11,11],"texture":"#particle"},"down":{"uv":[5,5,11,11],"texture":"#particle"}}},{"from":[7.5,26,0.5],"to":[8.5,27,1.5],"rotation":{"angle":0,"axis":"y","origin":[8,6,1]},"faces":{"north":{"uv":[8,9,9,10],"texture":"#candle"},"east":{"uv":[8,9,9,10],"texture":"#candle"},"south":{"uv":[8,9,9,10],"texture":"#candle"},"west":{"uv":[8,9,9,10],"texture":"#candle"},"up":{"uv":[8,9,9,10],"texture":"#candle"}}},{"from":[6,20,-1],"to":[10,26,3],"rotation":{"angle":0,"axis":"y","origin":[8,6,1]},"faces":{"north":{"uv":[6,10,10,16],"texture":"#candle"},"east":{"uv":[6,10,10,16],"texture":"#candle"},"south":{"uv":[6,10,10,16],"texture":"#candle"},"west":{"uv":[6,10,10,16],"texture":"#candle"},"up":{"uv":[0,12,4,16],"texture":"#candle"}}},{"from":[6,19,-1],"to":[10,20,3],"rotation":{"angle":0,"axis":"y","origin":[8,6,1]},"faces":{"north":{"uv":[6,7,10,8],"texture":"#top"},"east":{"uv":[6,7,10,8],"texture":"#top"},"south":{"uv":[6,7,10,8],"texture":"#top"},"west":{"uv":[6,7,10,8],"texture":"#top"}}},{"from":[8,25,-2],"to":[8.1,31,4],"shade":false,"rotation":{"angle":-45,"axis":"y","origin":[8,28,1]},"faces":{"east":{"uv":[0,0,16,16],"texture":"#3"},"west":{"uv":[16,0,0,16],"texture":"#3"}}},{"from":[5,25,1],"to":[11,31,1.1],"shade":false,"rotation":{"angle":-45,"axis":"y","origin":[8,28,1]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#3"},"south":{"uv":[16,0,0,16],"texture":"#3"}}},{"from":[6,16,6],"to":[10,17,10],"rotation":{"angle":0,"axis":"y","origin":[8,16,8]},"faces":{"north":{"uv":[6,7,10,8],"texture":"#bottom"},"east":{"uv":[6,7,10,8],"texture":"#bottom"},"south":{"uv":[6,7,10,8],"texture":"#bottom"},"west":{"uv":[6,7,10,8],"texture":"#bottom"},"up":{"uv":[6,6,10,10],"texture":"#particle"},"down":{"uv":[6,6,10,10],"texture":"#particle"}}},{"from":[6,10,6],"to":[10,11,10],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[6,7,10,8],"texture":"#bottom"},"east":{"uv":[6,7,10,8],"texture":"#bottom"},"south":{"uv":[6,7,10,8],"texture":"#bottom"},"west":{"uv":[6,7,10,8],"texture":"#bottom"},"up":{"uv":[6,6,10,10],"texture":"#particle"},"down":{"uv":[6,6,10,10],"texture":"#particle"}}},{"from":[0,12,7],"to":[16,18,9],"rotation":{"angle":0,"axis":"y","origin":[8,20,8]},"faces":{"north":{"uv":[0,10,16,16],"texture":"#top"},"south":{"uv":[0,10,16,16],"texture":"#top"}}},{"from":[7,12,0],"to":[9,18,16],"rotation":{"angle":0,"axis":"y","origin":[8,20,8]},"faces":{"east":{"uv":[0,10,16,16],"texture":"#top"},"west":{"uv":[0,10,16,16],"texture":"#top"}}},{"from":[7,2,0],"to":[9,12,16],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"east":{"uv":[0,6,16,16],"texture":"#bottom"},"west":{"uv":[0,6,16,16],"texture":"#bottom"}}},{"from":[0,2,7],"to":[16,12,9],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[0,6,16,16],"texture":"#bottom"},"south":{"uv":[0,6,16,16],"texture":"#bottom"}}},{"from":[0,0,0],"to":[16,2,16],"faces":{"north":{"uv":[0,14,16,16],"texture":"#particle"},"east":{"uv":[0,14,16,16],"texture":"#particle"},"south":{"uv":[0,14,16,16],"texture":"#particle"},"west":{"uv":[0,14,16,16],"texture":"#particle"},"up":{"uv":[0,0,16,16],"texture":"#particle"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/redstone/lit_candle.json b/assets/minecraft/models/block/redstone/lit_candle.json new file mode 100644 index 000000000..8b24a186b --- /dev/null +++ b/assets/minecraft/models/block/redstone/lit_candle.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"3":"block_variants/candle_flame","bottom":"block_variants/candle_on_wall","candle":"block_variants/candle_on","particle":"block_variants/candle_base"},"elements":[{"from":[7.5,8,7.5],"to":[8.5,9,8.5],"faces":{"north":{"uv":[8,9,9,10],"texture":"#candle"},"east":{"uv":[8,9,9,10],"texture":"#candle"},"south":{"uv":[8,9,9,10],"texture":"#candle"},"west":{"uv":[8,9,9,10],"texture":"#candle"},"up":{"uv":[8,9,9,10],"texture":"#candle"}}},{"from":[6,2,6],"to":[10,8,10],"faces":{"north":{"uv":[6,10,10,16],"texture":"#candle"},"east":{"uv":[6,10,10,16],"texture":"#candle"},"south":{"uv":[6,10,10,16],"texture":"#candle"},"west":{"uv":[6,10,10,16],"texture":"#candle"},"up":{"uv":[0,12,4,16],"texture":"#candle"}}},{"from":[6,1,6],"to":[10,2,10],"faces":{"north":{"uv":[6,13,10,14],"texture":"#bottom"},"east":{"uv":[6,13,10,14],"texture":"#bottom"},"south":{"uv":[6,13,10,14],"texture":"#bottom"},"west":{"uv":[6,13,10,14],"texture":"#bottom"},"down":{"uv":[0,12,4,16],"texture":"#bottom"}}},{"from":[5,0,5],"to":[11,1,11],"faces":{"north":{"uv":[5,14,11,15],"texture":"#bottom"},"east":{"uv":[4,14,10,15],"texture":"#bottom"},"south":{"uv":[5,14,11,15],"texture":"#bottom"},"west":{"uv":[5,14,11,15],"texture":"#bottom"},"up":{"uv":[10,0,16,6],"texture":"#bottom"},"down":{"uv":[10,0,16,6],"texture":"#bottom"}}},{"from":[5,7,8],"to":[11,13,8.1],"shade":false,"rotation":{"angle":-45,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#3"},"south":{"uv":[16,0,0,16],"texture":"#3"}}},{"from":[8,7,5],"to":[8.1,13,11],"shade":false,"rotation":{"angle":-45,"axis":"y","origin":[8,10,8]},"faces":{"east":{"uv":[0,0,16,16],"texture":"#3"},"west":{"uv":[16,0,0,16],"texture":"#3"}}}],"display":{"thirdperson_righthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"thirdperson_lefthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"firstperson_righthand":{"rotation":[0,45,0],"scale":[0.4,0.4,0.4]},"firstperson_lefthand":{"rotation":[0,225,0],"scale":[0.4,0.4,0.4]},"ground":{"translation":[0,3,0],"scale":[0.25,0.25,0.25]},"gui":{"rotation":[30,225,0],"scale":[0.625,0.625,0.625]},"fixed":{"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/block/redstone/lit_candle_on_wall.json b/assets/minecraft/models/block/redstone/lit_candle_on_wall.json new file mode 100644 index 000000000..066004085 --- /dev/null +++ b/assets/minecraft/models/block/redstone/lit_candle_on_wall.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"3":"block_variants/candle_flame","candle":"block_variants/candle_on","holder":"block_variants/candle_on_wall","particle":"block_variants/candle_base"},"elements":[{"from":[5.5,14,7.5],"to":[6.5,15,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"north":{"uv":[8,9,9,10],"texture":"#candle"},"east":{"uv":[8,9,9,10],"texture":"#candle"},"south":{"uv":[8,9,9,10],"texture":"#candle"},"west":{"uv":[8,9,9,10],"texture":"#candle"},"up":{"uv":[8,9,9,10],"texture":"#candle"}}},{"from":[4,8,6],"to":[8,14,10],"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"north":{"uv":[6,10,10,16],"texture":"#candle"},"east":{"uv":[6,10,10,16],"texture":"#candle"},"south":{"uv":[6,10,10,16],"texture":"#candle"},"west":{"uv":[6,10,10,16],"texture":"#candle"},"up":{"uv":[0,12,4,16],"texture":"#candle"}}},{"from":[4,7,6],"to":[8,8,10],"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"north":{"uv":[6,13,10,14],"texture":"#holder"},"east":{"uv":[6,13,10,14],"texture":"#holder"},"south":{"uv":[6,13,10,14],"texture":"#holder"},"west":{"uv":[6,13,10,14],"texture":"#holder"}}},{"from":[3,6,5],"to":[9,7,11],"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"north":{"uv":[5,14,11,15],"texture":"#holder"},"east":{"uv":[5,14,11,15],"texture":"#holder"},"south":{"uv":[5,14,11,15],"texture":"#holder"},"west":{"uv":[5,14,11,15],"texture":"#holder"},"up":{"uv":[10,0,16,6],"texture":"#holder"},"down":{"uv":[10,0,16,6],"texture":"#holder"}}},{"from":[4,4,7],"to":[8,6,9],"rotation":{"angle":0,"axis":"y","origin":[9,9,8]},"faces":{"north":{"uv":[9,6,13,8],"texture":"#holder"},"east":{"uv":[9,6,10,8],"texture":"#holder"},"south":{"uv":[13,6,9,8],"texture":"#holder"},"west":{"uv":[13,11,15,13],"texture":"#holder"},"down":{"uv":[9,7,13,8],"rotation":180,"texture":"#holder"}}},{"from":[4,1,7],"to":[7,4,9],"rotation":{"angle":0,"axis":"y","origin":[9,7,8]},"faces":{"north":{"uv":[10,8,13,11],"texture":"#holder"},"east":{"uv":[10,8,11,11],"texture":"#holder"},"south":{"uv":[13,8,10,11],"texture":"#holder"},"west":{"uv":[15,11,13,14],"rotation":180,"texture":"#holder"},"down":{"uv":[7,13,10,15],"rotation":180,"texture":"#holder"}}},{"from":[1,3,7],"to":[4,5,9],"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"north":{"uv":[13,8,16,10],"texture":"#holder"},"south":{"uv":[16,8,13,10],"texture":"#holder"},"up":{"uv":[13,8,16,10],"texture":"#holder"},"down":{"uv":[13,8,16,10],"texture":"#holder"}}},{"from":[0,2,6],"to":[1,6,10],"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"north":{"uv":[15,11,16,15],"texture":"#holder"},"east":{"uv":[12,11,16,15],"texture":"#holder"},"south":{"uv":[12,11,13,15],"texture":"#holder"},"up":{"uv":[12,11,16,12],"rotation":270,"texture":"#holder"},"down":{"uv":[12,15,16,16],"rotation":90,"texture":"#holder"}}},{"from":[3,13,8],"to":[9,19,8.1],"rotation":{"angle":-45,"axis":"y","origin":[6,16,8]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#3"},"south":{"uv":[16,0,0,16],"texture":"#3"}}},{"from":[6,13,5],"to":[6.1,19,11],"rotation":{"angle":-45,"axis":"y","origin":[6,16,8]},"faces":{"east":{"uv":[16,0,0,16],"texture":"#3"},"west":{"uv":[0,0,16,16],"texture":"#3"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/redstone_torch.json b/assets/minecraft/models/block/redstone_torch.json new file mode 100644 index 000000000..e02cb8228 --- /dev/null +++ b/assets/minecraft/models/block/redstone_torch.json @@ -0,0 +1 @@ +{"parent":"block/redstone/lit_candle"} \ No newline at end of file diff --git a/assets/minecraft/models/block/redstone_torch_off.json b/assets/minecraft/models/block/redstone_torch_off.json new file mode 100644 index 000000000..909cd5da4 --- /dev/null +++ b/assets/minecraft/models/block/redstone_torch_off.json @@ -0,0 +1 @@ +{"parent":"block/redstone/candle"} \ No newline at end of file diff --git a/assets/minecraft/models/block/redstone_wall_torch.json b/assets/minecraft/models/block/redstone_wall_torch.json new file mode 100644 index 000000000..2cd3c0bb5 --- /dev/null +++ b/assets/minecraft/models/block/redstone_wall_torch.json @@ -0,0 +1 @@ +{"parent":"block/redstone/lit_candle_on_wall"} \ No newline at end of file diff --git a/assets/minecraft/models/block/redstone_wall_torch_off.json b/assets/minecraft/models/block/redstone_wall_torch_off.json new file mode 100644 index 000000000..d66127d6d --- /dev/null +++ b/assets/minecraft/models/block/redstone_wall_torch_off.json @@ -0,0 +1 @@ +{"parent":"block/redstone/candle_on_wall"} \ No newline at end of file diff --git a/assets/minecraft/models/block/repeater_1tick.json b/assets/minecraft/models/block/repeater_1tick.json new file mode 100644 index 000000000..a59271eab --- /dev/null +++ b/assets/minecraft/models/block/repeater_1tick.json @@ -0,0 +1 @@ +{"parent":"block/redstone/candelabra_1"} \ No newline at end of file diff --git a/assets/minecraft/models/block/repeater_1tick_on.json b/assets/minecraft/models/block/repeater_1tick_on.json new file mode 100644 index 000000000..ca6ba93b3 --- /dev/null +++ b/assets/minecraft/models/block/repeater_1tick_on.json @@ -0,0 +1 @@ +{"parent":"block/redstone/lit_candelabra_1"} \ No newline at end of file diff --git a/assets/minecraft/models/block/repeater_2tick.json b/assets/minecraft/models/block/repeater_2tick.json new file mode 100644 index 000000000..e46c13852 --- /dev/null +++ b/assets/minecraft/models/block/repeater_2tick.json @@ -0,0 +1 @@ +{"parent":"block/redstone/candelabra_2"} \ No newline at end of file diff --git a/assets/minecraft/models/block/repeater_2tick_on.json b/assets/minecraft/models/block/repeater_2tick_on.json new file mode 100644 index 000000000..f6f8a93c6 --- /dev/null +++ b/assets/minecraft/models/block/repeater_2tick_on.json @@ -0,0 +1 @@ +{"parent":"block/redstone/lit_candelabra_2"} \ No newline at end of file diff --git a/assets/minecraft/models/block/repeater_3tick.json b/assets/minecraft/models/block/repeater_3tick.json new file mode 100644 index 000000000..fcdd651d1 --- /dev/null +++ b/assets/minecraft/models/block/repeater_3tick.json @@ -0,0 +1 @@ +{"parent":"block/redstone/candelabra_3"} \ No newline at end of file diff --git a/assets/minecraft/models/block/repeater_3tick_on.json b/assets/minecraft/models/block/repeater_3tick_on.json new file mode 100644 index 000000000..c21e2bf34 --- /dev/null +++ b/assets/minecraft/models/block/repeater_3tick_on.json @@ -0,0 +1 @@ +{"parent":"block/redstone/lit_candelabra_3"} \ No newline at end of file diff --git a/assets/minecraft/models/block/repeater_4tick.json b/assets/minecraft/models/block/repeater_4tick.json new file mode 100644 index 000000000..98e72f8d1 --- /dev/null +++ b/assets/minecraft/models/block/repeater_4tick.json @@ -0,0 +1 @@ +{"parent":"block/redstone/candelabra_4"} \ No newline at end of file diff --git a/assets/minecraft/models/block/repeater_4tick_on.json b/assets/minecraft/models/block/repeater_4tick_on.json new file mode 100644 index 000000000..bbe761345 --- /dev/null +++ b/assets/minecraft/models/block/repeater_4tick_on.json @@ -0,0 +1 @@ +{"parent":"block/redstone/lit_candelabra_4"} \ No newline at end of file diff --git a/assets/minecraft/models/block/sticky_piston_inventory.json b/assets/minecraft/models/block/sticky_piston_inventory.json new file mode 100644 index 000000000..8138e4380 --- /dev/null +++ b/assets/minecraft/models/block/sticky_piston_inventory.json @@ -0,0 +1 @@ +{"parent":"minecraft:block/cube_bottom_top","textures":{"top":"minecraft:block_variants/piston_top_sticky","bottom":"minecraft:block_variants/piston_bottom","side":"minecraft:block_variants/piston_side_sticky"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/tinted_flower_pot_cross.json b/assets/minecraft/models/block/tinted_flower_pot_cross.json new file mode 100644 index 000000000..19be4ca9c --- /dev/null +++ b/assets/minecraft/models/block/tinted_flower_pot_cross.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"particle":"block/flower_pot","flowerpot":"block/flower_pot","dirt":"block/dirt","plant":"block/fern"},"elements":[{"from":[5,0,5],"to":[11,5,11],"faces":{"north":{"uv":[5,11,11,16],"texture":"#flowerpot"},"east":{"uv":[5,11,11,16],"texture":"#flowerpot"},"south":{"uv":[5,11,11,16],"texture":"#flowerpot"},"west":{"uv":[5,11,11,16],"texture":"#flowerpot"},"up":{"uv":[5,5,11,11],"texture":"#dirt"},"down":{"uv":[5,5,11,11],"texture":"#flowerpot","cullface":"down"}}},{"from":[6,5,10],"to":[11,6,11],"faces":{"north":{"uv":[5,10,10,11],"texture":"#flowerpot"},"east":{"uv":[5,10,6,11],"texture":"#flowerpot"},"south":{"uv":[6,10,11,11],"texture":"#flowerpot"},"up":{"uv":[6,10,11,11],"texture":"#flowerpot"},"down":{"uv":[6,5,11,6],"texture":"#flowerpot"}}},{"from":[5,5,5],"to":[10,6,6],"faces":{"north":{"uv":[6,10,11,11],"texture":"#flowerpot"},"south":{"uv":[5,10,10,11],"texture":"#flowerpot"},"west":{"uv":[5,10,6,11],"texture":"#flowerpot"},"up":{"uv":[5,5,10,6],"texture":"#flowerpot"},"down":{"uv":[5,10,10,11],"texture":"#flowerpot"}}},{"from":[5,5,6],"to":[6,6,11],"faces":{"east":{"uv":[5,10,10,11],"texture":"#flowerpot"},"south":{"uv":[5,10,6,11],"texture":"#flowerpot"},"west":{"uv":[6,10,11,11],"texture":"#flowerpot"},"up":{"uv":[5,6,6,11],"texture":"#flowerpot"},"down":{"uv":[5,5,6,10],"texture":"#flowerpot"}}},{"from":[10,5,5],"to":[11,6,10],"faces":{"north":{"uv":[5,10,6,11],"texture":"#flowerpot"},"east":{"uv":[6,10,11,11],"texture":"#flowerpot"},"west":{"uv":[5,10,10,11],"texture":"#flowerpot"},"up":{"uv":[10,5,11,10],"texture":"#flowerpot"},"down":{"uv":[10,6,11,11],"texture":"#flowerpot"}}},{"from":[2.6,5,8],"to":[13.4,17,8],"rotation":{"angle":45,"axis":"y","origin":[8,8,8],"rescale":true},"faces":{"north":{"uv":[0,0,16,16],"texture":"#plant","tintindex":0},"south":{"uv":[0,0,16,16],"texture":"#plant","tintindex":0}}},{"from":[8,5,2.6],"to":[8,17,13.4],"rotation":{"angle":45,"axis":"y","origin":[8,8,8],"rescale":true},"faces":{"east":{"uv":[0,0,16,16],"texture":"#plant","tintindex":0},"west":{"uv":[0,0,16,16],"texture":"#plant","tintindex":0}}}],"display":{}} \ No newline at end of file diff --git a/assets/minecraft/models/block/upper_slab.json b/assets/minecraft/models/block/upper_slab.json new file mode 100644 index 000000000..d864fc746 --- /dev/null +++ b/assets/minecraft/models/block/upper_slab.json @@ -0,0 +1 @@ +{"textures":{"particle":"#side"},"elements":[{"from":[0,8,0],"to":[16,16,16],"faces":{"down":{"uv":[0,0,16,16],"texture":"#bottom"},"up":{"uv":[0,0,16,16],"texture":"#top","cullface":"up"},"north":{"uv":[0,0,16,8],"texture":"#side","cullface":"north"},"south":{"uv":[0,0,16,8],"texture":"#side","cullface":"south"},"west":{"uv":[0,0,16,8],"texture":"#side","cullface":"west"},"east":{"uv":[0,0,16,8],"texture":"#side","cullface":"east"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/cauldron_0.json b/assets/minecraft/models/block/variants/cauldron_0.json new file mode 100644 index 000000000..a41cf4e1d --- /dev/null +++ b/assets/minecraft/models/block/variants/cauldron_0.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"3":"block_variants/cauldron_bottom","particle":"block_variants/cauldron_inner","top":"block_variants/cauldron_top","side":"block_variants/cauldron_side","inside":"block_variants/cauldron_inner"},"elements":[{"from":[2,0,2],"to":[14,2,14],"faces":{"up":{"uv":[2,2,14,14],"texture":"#inside","cullface":"up"},"down":{"uv":[2,2,14,14],"texture":"#3"}}},{"from":[2,0,0],"to":[14,16,2],"faces":{"north":{"uv":[2,0,14,16],"texture":"#side","cullface":"north"},"south":{"uv":[2,0,14,16],"texture":"#side","cullface":"up"},"up":{"uv":[2,0,14,2],"texture":"#top","cullface":"up"},"down":{"uv":[2,14,14,16],"texture":"#3"}}},{"from":[14,0,0],"to":[16,16,16],"faces":{"north":{"uv":[0,0,2,16],"texture":"#side","cullface":"north"},"east":{"uv":[0,0,16,16],"texture":"#side","cullface":"east"},"south":{"uv":[14,0,16,16],"texture":"#side","cullface":"south"},"west":{"uv":[0,0,16,16],"texture":"#side","cullface":"up"},"up":{"uv":[14,0,16,16],"texture":"#top","cullface":"up"},"down":{"uv":[14,0,16,16],"texture":"#3"}}},{"from":[2,0,14],"to":[14,16,16],"faces":{"north":{"uv":[2,0,14,16],"texture":"#side","cullface":"up"},"south":{"uv":[2,0,14,16],"texture":"#side","cullface":"south"},"up":{"uv":[2,14,14,16],"texture":"#top","cullface":"up"},"down":{"uv":[2,0,14,2],"texture":"#3"}}},{"from":[0,0,0],"to":[2,16,16],"faces":{"north":{"uv":[14,0,16,16],"texture":"#side","cullface":"north"},"east":{"uv":[0,0,16,16],"texture":"#side","cullface":"up"},"south":{"uv":[0,0,2,16],"texture":"#side","cullface":"south"},"west":{"uv":[0,0,16,16],"texture":"#side","cullface":"west"},"up":{"uv":[0,0,2,16],"texture":"#top","cullface":"up"},"down":{"uv":[0,0,2,16],"texture":"#3"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/cauldron_1.json b/assets/minecraft/models/block/variants/cauldron_1.json new file mode 100644 index 000000000..305bb48f2 --- /dev/null +++ b/assets/minecraft/models/block/variants/cauldron_1.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"3":"block_variants/cauldron_bottom","4":"block_variants/cauldron_water","particle":"block_variants/cauldron_inner","top":"block_variants/cauldron_top","side":"block_variants/cauldron_side","inside":"block_variants/cauldron_inner"},"elements":[{"from":[2,0,2],"to":[14,2,14],"faces":{"up":{"uv":[2,2,14,14],"texture":"#inside","cullface":"up"},"down":{"uv":[2,2,14,14],"texture":"#3"}}},{"from":[2,0,0],"to":[14,16,2],"faces":{"north":{"uv":[2,0,14,16],"texture":"#side","cullface":"north"},"south":{"uv":[2,0,14,16],"texture":"#side","cullface":"up"},"up":{"uv":[2,0,14,2],"texture":"#top","cullface":"up"},"down":{"uv":[2,14,14,16],"texture":"#3"}}},{"from":[14,0,0],"to":[16,16,16],"faces":{"north":{"uv":[0,0,2,16],"texture":"#side","cullface":"north"},"east":{"uv":[0,0,16,16],"texture":"#side","cullface":"east"},"south":{"uv":[14,0,16,16],"texture":"#side","cullface":"south"},"west":{"uv":[0,0,16,16],"texture":"#side","cullface":"up"},"up":{"uv":[14,0,16,16],"texture":"#top","cullface":"up"},"down":{"uv":[14,0,16,16],"texture":"#3"}}},{"from":[2,0,14],"to":[14,16,16],"faces":{"north":{"uv":[2,0,14,16],"texture":"#side","cullface":"up"},"south":{"uv":[2,0,14,16],"texture":"#side","cullface":"south"},"up":{"uv":[2,14,14,16],"texture":"#top","cullface":"up"},"down":{"uv":[2,0,14,2],"texture":"#3"}}},{"from":[0,0,0],"to":[2,16,16],"faces":{"north":{"uv":[14,0,16,16],"texture":"#side","cullface":"north"},"east":{"uv":[0,0,16,16],"texture":"#side","cullface":"up"},"south":{"uv":[0,0,2,16],"texture":"#side","cullface":"south"},"west":{"uv":[0,0,16,16],"texture":"#side","cullface":"west"},"up":{"uv":[0,0,2,16],"texture":"#top","cullface":"up"},"down":{"uv":[0,0,2,16],"texture":"#3"}}},{"from":[2,6,2],"to":[14,6,14],"rotation":{"angle":0,"axis":"y","origin":[10,10,10]},"faces":{"up":{"uv":[0,0,16,16],"texture":"#4"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/cauldron_2.json b/assets/minecraft/models/block/variants/cauldron_2.json new file mode 100644 index 000000000..0e36079fa --- /dev/null +++ b/assets/minecraft/models/block/variants/cauldron_2.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"3":"block_variants/cauldron_bottom","4":"block_variants/cauldron_water","particle":"block_variants/cauldron_inner","top":"block_variants/cauldron_top","side":"block_variants/cauldron_side","inside":"block_variants/cauldron_inner"},"elements":[{"from":[2,0,2],"to":[14,2,14],"faces":{"up":{"uv":[2,2,14,14],"texture":"#inside","cullface":"up"},"down":{"uv":[2,2,14,14],"texture":"#3"}}},{"from":[2,0,0],"to":[14,16,2],"faces":{"north":{"uv":[2,0,14,16],"texture":"#side","cullface":"north"},"south":{"uv":[2,0,14,16],"texture":"#side","cullface":"up"},"up":{"uv":[2,0,14,2],"texture":"#top","cullface":"up"},"down":{"uv":[2,14,14,16],"texture":"#3"}}},{"from":[14,0,0],"to":[16,16,16],"faces":{"north":{"uv":[0,0,2,16],"texture":"#side","cullface":"north"},"east":{"uv":[0,0,16,16],"texture":"#side","cullface":"east"},"south":{"uv":[14,0,16,16],"texture":"#side","cullface":"south"},"west":{"uv":[0,0,16,16],"texture":"#side","cullface":"up"},"up":{"uv":[14,0,16,16],"texture":"#top","cullface":"up"},"down":{"uv":[14,0,16,16],"texture":"#3"}}},{"from":[2,0,14],"to":[14,16,16],"faces":{"north":{"uv":[2,0,14,16],"texture":"#side","cullface":"up"},"south":{"uv":[2,0,14,16],"texture":"#side","cullface":"south"},"up":{"uv":[2,14,14,16],"texture":"#top","cullface":"up"},"down":{"uv":[2,0,14,2],"texture":"#3"}}},{"from":[0,0,0],"to":[2,16,16],"faces":{"north":{"uv":[14,0,16,16],"texture":"#side","cullface":"north"},"east":{"uv":[0,0,16,16],"texture":"#side","cullface":"up"},"south":{"uv":[0,0,2,16],"texture":"#side","cullface":"south"},"west":{"uv":[0,0,16,16],"texture":"#side","cullface":"west"},"up":{"uv":[0,0,2,16],"texture":"#top","cullface":"up"},"down":{"uv":[0,0,2,16],"texture":"#3"}}},{"from":[2,10,2],"to":[14,10,14],"rotation":{"angle":0,"axis":"y","origin":[10,10,10]},"faces":{"up":{"uv":[0,0,16,16],"texture":"#4"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/cauldron_3.json b/assets/minecraft/models/block/variants/cauldron_3.json new file mode 100644 index 000000000..31a13f6d2 --- /dev/null +++ b/assets/minecraft/models/block/variants/cauldron_3.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"3":"block_variants/cauldron_bottom","4":"block_variants/cauldron_water","particle":"block_variants/cauldron_inner","top":"block_variants/cauldron_top","side":"block_variants/cauldron_side","inside":"block_variants/cauldron_inner"},"elements":[{"from":[2,0,2],"to":[14,2,14],"faces":{"up":{"uv":[2,2,14,14],"texture":"#inside","cullface":"up"},"down":{"uv":[2,2,14,14],"texture":"#3"}}},{"from":[2,0,0],"to":[14,16,2],"faces":{"north":{"uv":[2,0,14,16],"texture":"#side","cullface":"north"},"south":{"uv":[2,0,14,16],"texture":"#side","cullface":"up"},"up":{"uv":[2,0,14,2],"texture":"#top","cullface":"up"},"down":{"uv":[2,14,14,16],"texture":"#3"}}},{"from":[14,0,0],"to":[16,16,16],"faces":{"north":{"uv":[0,0,2,16],"texture":"#side","cullface":"north"},"east":{"uv":[0,0,16,16],"texture":"#side","cullface":"east"},"south":{"uv":[14,0,16,16],"texture":"#side","cullface":"south"},"west":{"uv":[0,0,16,16],"texture":"#side","cullface":"up"},"up":{"uv":[14,0,16,16],"texture":"#top","cullface":"up"},"down":{"uv":[14,0,16,16],"texture":"#3"}}},{"from":[2,0,14],"to":[14,16,16],"faces":{"north":{"uv":[2,0,14,16],"texture":"#side","cullface":"up"},"south":{"uv":[2,0,14,16],"texture":"#side","cullface":"south"},"up":{"uv":[2,14,14,16],"texture":"#top","cullface":"up"},"down":{"uv":[2,0,14,2],"texture":"#3"}}},{"from":[0,0,0],"to":[2,16,16],"faces":{"north":{"uv":[14,0,16,16],"texture":"#side","cullface":"north"},"east":{"uv":[0,0,16,16],"texture":"#side","cullface":"up"},"south":{"uv":[0,0,2,16],"texture":"#side","cullface":"south"},"west":{"uv":[0,0,16,16],"texture":"#side","cullface":"west"},"up":{"uv":[0,0,2,16],"texture":"#top","cullface":"up"},"down":{"uv":[0,0,2,16],"texture":"#3"}}},{"from":[2,14,2],"to":[14,14,14],"rotation":{"angle":0,"axis":"y","origin":[10,10,10]},"faces":{"up":{"uv":[0,0,16,16],"texture":"#4"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/coal_ore_0.json b/assets/minecraft/models/block/variants/coal_ore_0.json new file mode 100644 index 000000000..78ec10045 --- /dev/null +++ b/assets/minecraft/models/block/variants/coal_ore_0.json @@ -0,0 +1 @@ +{"parent":"block/cube_all","textures":{"all":"block_variants/coal_ore_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/cobblestone_0.json b/assets/minecraft/models/block/variants/cobblestone_0.json new file mode 100644 index 000000000..380558cc7 --- /dev/null +++ b/assets/minecraft/models/block/variants/cobblestone_0.json @@ -0,0 +1 @@ +{"parent":"block/cube_all","textures":{"all":"block_variants/cobblestone_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/cobweb_0.json b/assets/minecraft/models/block/variants/cobweb_0.json new file mode 100644 index 000000000..ca35f873e --- /dev/null +++ b/assets/minecraft/models/block/variants/cobweb_0.json @@ -0,0 +1 @@ +{"parent":"block/cobweb","textures":{"cross":"block_variants/cobweb_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/cobweb_1.json b/assets/minecraft/models/block/variants/cobweb_1.json new file mode 100644 index 000000000..16f7496f7 --- /dev/null +++ b/assets/minecraft/models/block/variants/cobweb_1.json @@ -0,0 +1 @@ +{"parent":"block/cobweb","textures":{"cross":"block_variants/cobweb_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/cobweb_2.json b/assets/minecraft/models/block/variants/cobweb_2.json new file mode 100644 index 000000000..aeac76068 --- /dev/null +++ b/assets/minecraft/models/block/variants/cobweb_2.json @@ -0,0 +1 @@ +{"parent":"block/cobweb","textures":{"cross":"block_variants/cobweb_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/cracked_stone_bricks_0.json b/assets/minecraft/models/block/variants/cracked_stone_bricks_0.json new file mode 100644 index 000000000..04f233889 --- /dev/null +++ b/assets/minecraft/models/block/variants/cracked_stone_bricks_0.json @@ -0,0 +1 @@ +{"parent":"block/cube_all","textures":{"all":"block_variants/cracked_stone_bricks_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/cracked_stone_bricks_1.json b/assets/minecraft/models/block/variants/cracked_stone_bricks_1.json new file mode 100644 index 000000000..51da75262 --- /dev/null +++ b/assets/minecraft/models/block/variants/cracked_stone_bricks_1.json @@ -0,0 +1 @@ +{"parent":"block/cube_all","textures":{"all":"block_variants/cracked_stone_bricks_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/dark_chiseled_stone_bricks.json b/assets/minecraft/models/block/variants/dark_chiseled_stone_bricks.json new file mode 100644 index 000000000..c03f2568d --- /dev/null +++ b/assets/minecraft/models/block/variants/dark_chiseled_stone_bricks.json @@ -0,0 +1 @@ +{"parent":"block/cube_all","textures":{"all":"block_variants/dark_chiseled_stone_bricks"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/dark_cobblestone.json b/assets/minecraft/models/block/variants/dark_cobblestone.json new file mode 100644 index 000000000..0024ea28c --- /dev/null +++ b/assets/minecraft/models/block/variants/dark_cobblestone.json @@ -0,0 +1 @@ +{"parent":"block/cube_all","textures":{"all":"block_variants/dark_cobblestone"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/dark_cobblestone_0.json b/assets/minecraft/models/block/variants/dark_cobblestone_0.json new file mode 100644 index 000000000..6c96dcba0 --- /dev/null +++ b/assets/minecraft/models/block/variants/dark_cobblestone_0.json @@ -0,0 +1 @@ +{"parent":"block/cube_all","textures":{"all":"block_variants/dark_cobblestone_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/dark_cobblestone_half_slab.json b/assets/minecraft/models/block/variants/dark_cobblestone_half_slab.json new file mode 100644 index 000000000..d61421601 --- /dev/null +++ b/assets/minecraft/models/block/variants/dark_cobblestone_half_slab.json @@ -0,0 +1 @@ +{"parent":"block/half_slab","textures":{"bottom":"block_variants/dark_cobblestone","top":"block_variants/dark_cobblestone","side":"block_variants/dark_cobblestone"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/dark_cobblestone_upper_slab.json b/assets/minecraft/models/block/variants/dark_cobblestone_upper_slab.json new file mode 100644 index 000000000..935ba5594 --- /dev/null +++ b/assets/minecraft/models/block/variants/dark_cobblestone_upper_slab.json @@ -0,0 +1 @@ +{"parent":"block/upper_slab","textures":{"bottom":"block_variants/dark_cobblestone","top":"block_variants/dark_cobblestone","side":"block_variants/dark_cobblestone"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/dark_cracked_stone_bricks.json b/assets/minecraft/models/block/variants/dark_cracked_stone_bricks.json new file mode 100644 index 000000000..5ee76b42b --- /dev/null +++ b/assets/minecraft/models/block/variants/dark_cracked_stone_bricks.json @@ -0,0 +1 @@ +{"parent":"block/cube_all","textures":{"all":"block_variants/dark_cracked_stone_bricks"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/dark_cracked_stone_bricks_0.json b/assets/minecraft/models/block/variants/dark_cracked_stone_bricks_0.json new file mode 100644 index 000000000..4e2511712 --- /dev/null +++ b/assets/minecraft/models/block/variants/dark_cracked_stone_bricks_0.json @@ -0,0 +1 @@ +{"parent":"block/cube_all","textures":{"all":"block_variants/dark_cracked_stone_bricks_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/dark_cracked_stone_bricks_1.json b/assets/minecraft/models/block/variants/dark_cracked_stone_bricks_1.json new file mode 100644 index 000000000..8e490e168 --- /dev/null +++ b/assets/minecraft/models/block/variants/dark_cracked_stone_bricks_1.json @@ -0,0 +1 @@ +{"parent":"block/cube_all","textures":{"all":"block_variants/dark_cracked_stone_bricks_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/dark_mossy_stone_bricks.json b/assets/minecraft/models/block/variants/dark_mossy_stone_bricks.json new file mode 100644 index 000000000..498879de3 --- /dev/null +++ b/assets/minecraft/models/block/variants/dark_mossy_stone_bricks.json @@ -0,0 +1 @@ +{"parent":"block/cube_all","textures":{"all":"block_variants/dark_mossy_stone_bricks"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/dark_mossy_stone_bricks_0.json b/assets/minecraft/models/block/variants/dark_mossy_stone_bricks_0.json new file mode 100644 index 000000000..fc7957ce1 --- /dev/null +++ b/assets/minecraft/models/block/variants/dark_mossy_stone_bricks_0.json @@ -0,0 +1 @@ +{"parent":"block/cube_all","textures":{"all":"block_variants/dark_mossy_stone_bricks_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/dark_mossy_stone_bricks_1.json b/assets/minecraft/models/block/variants/dark_mossy_stone_bricks_1.json new file mode 100644 index 000000000..5e9f1e343 --- /dev/null +++ b/assets/minecraft/models/block/variants/dark_mossy_stone_bricks_1.json @@ -0,0 +1 @@ +{"parent":"block/cube_all","textures":{"all":"block_variants/dark_mossy_stone_bricks_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/dark_mossy_stone_bricks_2.json b/assets/minecraft/models/block/variants/dark_mossy_stone_bricks_2.json new file mode 100644 index 000000000..4cd887e0c --- /dev/null +++ b/assets/minecraft/models/block/variants/dark_mossy_stone_bricks_2.json @@ -0,0 +1 @@ +{"parent":"block/cube_all","textures":{"all":"block_variants/dark_mossy_stone_bricks_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/dark_stone.json b/assets/minecraft/models/block/variants/dark_stone.json new file mode 100644 index 000000000..a6ebb801f --- /dev/null +++ b/assets/minecraft/models/block/variants/dark_stone.json @@ -0,0 +1 @@ +{"parent":"block/cube_all","textures":{"all":"block_variants/dark_stone"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/dark_stone_0.json b/assets/minecraft/models/block/variants/dark_stone_0.json new file mode 100644 index 000000000..5a82b7b0a --- /dev/null +++ b/assets/minecraft/models/block/variants/dark_stone_0.json @@ -0,0 +1 @@ +{"parent":"block/cube_all","textures":{"all":"block_variants/dark_stone_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/dark_stone_1.json b/assets/minecraft/models/block/variants/dark_stone_1.json new file mode 100644 index 000000000..96a7d74b9 --- /dev/null +++ b/assets/minecraft/models/block/variants/dark_stone_1.json @@ -0,0 +1 @@ +{"parent":"block/cube_all","textures":{"all":"block_variants/dark_stone_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/dark_stone_bricks.json b/assets/minecraft/models/block/variants/dark_stone_bricks.json new file mode 100644 index 000000000..9d94a755e --- /dev/null +++ b/assets/minecraft/models/block/variants/dark_stone_bricks.json @@ -0,0 +1 @@ +{"parent":"block/cube_all","textures":{"all":"block_variants/dark_stone_bricks"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/dirt_0.json b/assets/minecraft/models/block/variants/dirt_0.json new file mode 100644 index 000000000..e4b04959e --- /dev/null +++ b/assets/minecraft/models/block/variants/dirt_0.json @@ -0,0 +1 @@ +{"parent":"block/cube_column","textures":{"end":"block_variants/dirt_top","side":"block_variants/dirt_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/dirt_1.json b/assets/minecraft/models/block/variants/dirt_1.json new file mode 100644 index 000000000..e3c436ea7 --- /dev/null +++ b/assets/minecraft/models/block/variants/dirt_1.json @@ -0,0 +1 @@ +{"parent":"block/cube_column","textures":{"end":"block_variants/dirt_top","side":"block_variants/dirt_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/dirt_2.json b/assets/minecraft/models/block/variants/dirt_2.json new file mode 100644 index 000000000..1b8628668 --- /dev/null +++ b/assets/minecraft/models/block/variants/dirt_2.json @@ -0,0 +1 @@ +{"parent":"block/cube_column","textures":{"end":"block_variants/dirt_top_0","side":"block/dirt"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/dirt_3.json b/assets/minecraft/models/block/variants/dirt_3.json new file mode 100644 index 000000000..b770bd303 --- /dev/null +++ b/assets/minecraft/models/block/variants/dirt_3.json @@ -0,0 +1 @@ +{"parent":"block/cube_column","textures":{"end":"block_variants/dirt_top_0","side":"block_variants/dirt_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/dirt_4.json b/assets/minecraft/models/block/variants/dirt_4.json new file mode 100644 index 000000000..f54547d5d --- /dev/null +++ b/assets/minecraft/models/block/variants/dirt_4.json @@ -0,0 +1 @@ +{"parent":"block/cube_column","textures":{"end":"block_variants/dirt_top_0","side":"block_variants/dirt_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/dirt_half_slab.json b/assets/minecraft/models/block/variants/dirt_half_slab.json new file mode 100644 index 000000000..e0e7b18f1 --- /dev/null +++ b/assets/minecraft/models/block/variants/dirt_half_slab.json @@ -0,0 +1 @@ +{"parent":"block/half_slab","textures":{"bottom":"block_variants/dirt_top","top":"block_variants/dirt_top","side":"block/dirt"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/dirt_half_slab_0.json b/assets/minecraft/models/block/variants/dirt_half_slab_0.json new file mode 100644 index 000000000..88328c984 --- /dev/null +++ b/assets/minecraft/models/block/variants/dirt_half_slab_0.json @@ -0,0 +1 @@ +{"parent":"block/half_slab","textures":{"bottom":"block_variants/dirt_top","top":"block_variants/dirt_top","side":"block_variants/dirt_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/dirt_half_slab_1.json b/assets/minecraft/models/block/variants/dirt_half_slab_1.json new file mode 100644 index 000000000..c261dce09 --- /dev/null +++ b/assets/minecraft/models/block/variants/dirt_half_slab_1.json @@ -0,0 +1 @@ +{"parent":"block/half_slab","textures":{"bottom":"block_variants/dirt_top_0","top":"block_variants/dirt_top_0","side":"block_variants/dirt_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/dirt_upper_slab.json b/assets/minecraft/models/block/variants/dirt_upper_slab.json new file mode 100644 index 000000000..e76375bca --- /dev/null +++ b/assets/minecraft/models/block/variants/dirt_upper_slab.json @@ -0,0 +1 @@ +{"parent":"block/upper_slab","textures":{"bottom":"block_variants/dirt_top","top":"block_variants/dirt_top","side":"block/dirt"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/dirt_upper_slab_0.json b/assets/minecraft/models/block/variants/dirt_upper_slab_0.json new file mode 100644 index 000000000..cbf346573 --- /dev/null +++ b/assets/minecraft/models/block/variants/dirt_upper_slab_0.json @@ -0,0 +1 @@ +{"parent":"block/upper_slab","textures":{"bottom":"block_variants/dirt_top","top":"block_variants/dirt_top","side":"block_variants/dirt_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/dirt_upper_slab_1.json b/assets/minecraft/models/block/variants/dirt_upper_slab_1.json new file mode 100644 index 000000000..b690c7a6e --- /dev/null +++ b/assets/minecraft/models/block/variants/dirt_upper_slab_1.json @@ -0,0 +1 @@ +{"parent":"block/upper_slab","textures":{"bottom":"block_variants/dirt_top_0","top":"block_variants/dirt_top_0","side":"block_variants/dirt_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/emerald_ore_0.json b/assets/minecraft/models/block/variants/emerald_ore_0.json new file mode 100644 index 000000000..8794f541c --- /dev/null +++ b/assets/minecraft/models/block/variants/emerald_ore_0.json @@ -0,0 +1 @@ +{"parent":"block/cube_all","textures":{"all":"block_variants/emerald_ore_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/grass_0.json b/assets/minecraft/models/block/variants/grass_0.json new file mode 100644 index 000000000..f5e2134e5 --- /dev/null +++ b/assets/minecraft/models/block/variants/grass_0.json @@ -0,0 +1 @@ +{"parent":"block/tinted_cross","textures":{"cross":"block_variants/grass_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/grass_1.json b/assets/minecraft/models/block/variants/grass_1.json new file mode 100644 index 000000000..c50fcf690 --- /dev/null +++ b/assets/minecraft/models/block/variants/grass_1.json @@ -0,0 +1 @@ +{"parent":"block/tinted_cross","textures":{"cross":"block_variants/grass_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/grass_2.json b/assets/minecraft/models/block/variants/grass_2.json new file mode 100644 index 000000000..ed8e991a8 --- /dev/null +++ b/assets/minecraft/models/block/variants/grass_2.json @@ -0,0 +1 @@ +{"parent":"block/tinted_cross","textures":{"cross":"block_variants/grass_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/grass_3.json b/assets/minecraft/models/block/variants/grass_3.json new file mode 100644 index 000000000..976c4de85 --- /dev/null +++ b/assets/minecraft/models/block/variants/grass_3.json @@ -0,0 +1 @@ +{"parent":"block/tinted_cross","textures":{"cross":"block_variants/grass_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/grass_block_0.json b/assets/minecraft/models/block/variants/grass_block_0.json new file mode 100644 index 000000000..e9d9135a9 --- /dev/null +++ b/assets/minecraft/models/block/variants/grass_block_0.json @@ -0,0 +1 @@ +{"parent":"block/grass_block","textures":{"top":"block_variants/grass_top_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/grass_block_1.json b/assets/minecraft/models/block/variants/grass_block_1.json new file mode 100644 index 000000000..c4703c327 --- /dev/null +++ b/assets/minecraft/models/block/variants/grass_block_1.json @@ -0,0 +1 @@ +{"parent":"block/grass_block","textures":{"top":"block_variants/grass_top_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/molten_rock.json b/assets/minecraft/models/block/variants/molten_rock.json new file mode 100644 index 000000000..99a229106 --- /dev/null +++ b/assets/minecraft/models/block/variants/molten_rock.json @@ -0,0 +1 @@ +{"parent":"block/cube_all","textures":{"all":"block_variants/molten_rock"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/molten_rock_0.json b/assets/minecraft/models/block/variants/molten_rock_0.json new file mode 100644 index 000000000..46ca5aec6 --- /dev/null +++ b/assets/minecraft/models/block/variants/molten_rock_0.json @@ -0,0 +1 @@ +{"parent":"block/cube_all","textures":{"all":"block_variants/molten_rock_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/molten_rock_1.json b/assets/minecraft/models/block/variants/molten_rock_1.json new file mode 100644 index 000000000..b19916ba1 --- /dev/null +++ b/assets/minecraft/models/block/variants/molten_rock_1.json @@ -0,0 +1 @@ +{"parent":"block/cube_all","textures":{"all":"block_variants/molten_rock_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/molten_rock_2.json b/assets/minecraft/models/block/variants/molten_rock_2.json new file mode 100644 index 000000000..f6295471b --- /dev/null +++ b/assets/minecraft/models/block/variants/molten_rock_2.json @@ -0,0 +1 @@ +{"parent":"block/cube_all","textures":{"all":"block_variants/molten_rock_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/mossy_cobblestone_0.json b/assets/minecraft/models/block/variants/mossy_cobblestone_0.json new file mode 100644 index 000000000..7fca9d2c6 --- /dev/null +++ b/assets/minecraft/models/block/variants/mossy_cobblestone_0.json @@ -0,0 +1 @@ +{"parent":"block/cube_all","textures":{"all":"block_variants/mossy_cobblestone_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/mossy_stone_bricks_0.json b/assets/minecraft/models/block/variants/mossy_stone_bricks_0.json new file mode 100644 index 000000000..cfec6c3fd --- /dev/null +++ b/assets/minecraft/models/block/variants/mossy_stone_bricks_0.json @@ -0,0 +1 @@ +{"parent":"block/cube_all","textures":{"all":"block_variants/mossy_stone_bricks_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/mossy_stone_bricks_1.json b/assets/minecraft/models/block/variants/mossy_stone_bricks_1.json new file mode 100644 index 000000000..b94693db1 --- /dev/null +++ b/assets/minecraft/models/block/variants/mossy_stone_bricks_1.json @@ -0,0 +1 @@ +{"parent":"block/cube_all","textures":{"all":"block_variants/mossy_stone_bricks_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/mossy_stone_bricks_2.json b/assets/minecraft/models/block/variants/mossy_stone_bricks_2.json new file mode 100644 index 000000000..41a622bbc --- /dev/null +++ b/assets/minecraft/models/block/variants/mossy_stone_bricks_2.json @@ -0,0 +1 @@ +{"parent":"block/cube_all","textures":{"all":"block_variants/mossy_stone_bricks_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/netherrack_0.json b/assets/minecraft/models/block/variants/netherrack_0.json new file mode 100644 index 000000000..68b686ab5 --- /dev/null +++ b/assets/minecraft/models/block/variants/netherrack_0.json @@ -0,0 +1 @@ +{"parent":"block/cube_all","textures":{"all":"block_variants/netherrack_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/netherrack_1.json b/assets/minecraft/models/block/variants/netherrack_1.json new file mode 100644 index 000000000..936b1297d --- /dev/null +++ b/assets/minecraft/models/block/variants/netherrack_1.json @@ -0,0 +1 @@ +{"parent":"block/cube_all","textures":{"all":"block_variants/netherrack_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/redstone_ore_0.json b/assets/minecraft/models/block/variants/redstone_ore_0.json new file mode 100644 index 000000000..c7468281f --- /dev/null +++ b/assets/minecraft/models/block/variants/redstone_ore_0.json @@ -0,0 +1 @@ +{"parent":"block/cube_all","textures":{"all":"block_variants/redstone_ore_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/sandstone_0.json b/assets/minecraft/models/block/variants/sandstone_0.json new file mode 100644 index 000000000..c23cca472 --- /dev/null +++ b/assets/minecraft/models/block/variants/sandstone_0.json @@ -0,0 +1 @@ +{"parent":"block/cube_bottom_top","textures":{"bottom":"block/sandstone_bottom","top":"block/sandstone_top","side":"block_variants/sandstone_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/stack_of_books_0.json b/assets/minecraft/models/block/variants/stack_of_books_0.json new file mode 100644 index 000000000..7467b5d8e --- /dev/null +++ b/assets/minecraft/models/block/variants/stack_of_books_0.json @@ -0,0 +1 @@ +{"parent":"block/block","ambientocclusion":false,"textures":{"0":"wynn/books","2":"block_variants/oak_planks_flat","particle":"block/oak_planks"},"elements":[{"from":[10,4,0],"to":[16,7,10],"rotation":{"angle":0,"axis":"y","origin":[13,5.5,5]},"faces":{"north":{"uv":[6,1,9,2.5],"texture":"#0"},"east":{"uv":[10,8.5,15,10],"texture":"#0"},"south":{"uv":[9,1,6,2.5],"texture":"#0"},"west":{"uv":[10,4,15,5.5],"texture":"#0"},"up":{"uv":[10,5.5,15,8.5],"rotation":270,"texture":"#0"},"down":{"uv":[5,11.5,10,14.5],"rotation":270,"texture":"#0"}}},{"from":[2,4,0],"to":[8,7,10],"rotation":{"angle":0,"axis":"y","origin":[5,5.5,5]},"faces":{"north":{"uv":[6,2.5,3,4],"texture":"#0"},"east":{"uv":[5,10,10,11.5],"texture":"#0"},"south":{"uv":[3,2.5,6,4],"texture":"#0"},"west":{"uv":[5,14.5,10,16],"texture":"#0"},"up":{"uv":[5,11.5,10,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[5,11.5,10,14.5],"rotation":270,"texture":"#0"}}},{"from":[9,1,0],"to":[15,4,10],"rotation":{"angle":0,"axis":"y","origin":[8.5,9,8]},"faces":{"north":{"uv":[3,1,6,2.5],"texture":"#0"},"east":{"uv":[5,8.5,10,10],"texture":"#0"},"south":{"uv":[6,1,3,2.5],"texture":"#0"},"west":{"uv":[5,4,10,5.5],"texture":"#0"},"up":{"uv":[5,5.5,10,8.5],"rotation":270,"texture":"#0"},"down":{"uv":[5,5.5,10,8.5],"rotation":270,"texture":"#0"}}},{"from":[1,1,0],"to":[7,4,10],"rotation":{"angle":0,"axis":"y","origin":[8.5,9,8]},"faces":{"north":{"uv":[3,2.5,0,4],"texture":"#0"},"east":{"uv":[0,10,5,11.5],"texture":"#0"},"south":{"uv":[0,2.5,3,4],"texture":"#0"},"west":{"uv":[0,14.5,5,16],"texture":"#0"},"up":{"uv":[0,11.5,5,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,11.5,5,14.5],"rotation":90,"texture":"#0"}}},{"from":[1,7,0],"to":[7,10,10],"rotation":{"angle":0,"axis":"y","origin":[4,8.5,5]},"faces":{"north":{"uv":[3,1,0,2.5],"texture":"#0"},"east":{"uv":[0,4,5,5.5],"texture":"#0"},"south":{"uv":[0,1,3,2.5],"texture":"#0"},"west":{"uv":[0,8.5,5,10],"texture":"#0"},"up":{"uv":[0,5.5,5,8.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,5,5,8.5],"rotation":270,"texture":"#0"}}},{"from":[0,4,10],"to":[10,7,16],"rotation":{"angle":0,"axis":"y","origin":[5,9,8]},"faces":{"north":{"uv":[10,10,15,11.5],"texture":"#0"},"east":{"uv":[6,2.5,9,4],"texture":"#0"},"south":{"uv":[10,14.5,15,16],"texture":"#0"},"west":{"uv":[9,2.5,6,4],"texture":"#0"},"up":{"uv":[10,1,15,4],"texture":"#0"},"down":{"uv":[10,11.5,15,14.5],"texture":"#0"}}},{"from":[10,1,10],"to":[13,11,16],"rotation":{"angle":0,"axis":"z","origin":[11.5,6,13]},"faces":{"north":{"uv":[0,4,5,5.5],"rotation":270,"texture":"#0"},"east":{"uv":[0,5.5,5,8.5],"rotation":90,"texture":"#0"},"south":{"uv":[0,8.5,5,10],"rotation":90,"texture":"#0"},"west":{"uv":[0,5.5,5,8.5],"rotation":90,"texture":"#0"},"up":{"uv":[3,1,0,2.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,1,3,2.5],"rotation":90,"texture":"#0"}}},{"from":[13,1,10],"to":[16,11,16],"rotation":{"angle":0,"axis":"z","origin":[14.5,6,13]},"faces":{"north":{"uv":[5,10,10,11.5],"rotation":270,"texture":"#0"},"east":{"uv":[5,11.5,10,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[5,14.5,10,16],"rotation":90,"texture":"#0"},"west":{"uv":[5,11.5,10,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[6,2.5,3,4],"rotation":90,"texture":"#0"},"down":{"uv":[3,2.5,6,4],"rotation":90,"texture":"#0"}}},{"from":[0,1,10],"to":[10,4,16],"rotation":{"angle":0,"axis":"y","origin":[6,9,8]},"faces":{"north":{"uv":[0,14.5,5,16],"texture":"#0"},"east":{"uv":[3,2.5,0,4],"texture":"#0"},"south":{"uv":[0,10,5,11.5],"texture":"#0"},"west":{"uv":[0,2.5,3,4],"texture":"#0"},"up":{"uv":[0,11.5,5,14.5],"texture":"#0"},"down":{"uv":[0,11.5,5,14.5],"texture":"#0"}}},{"from":[0,0,0],"to":[16,1,16],"faces":{"north":{"uv":[0,15,16,16],"texture":"#particle"},"east":{"uv":[0,15,16,16],"texture":"#particle"},"south":{"uv":[0,15,16,16],"texture":"#particle"},"west":{"uv":[0,15,16,16],"texture":"#particle"},"up":{"uv":[0,0,16,16],"texture":"#2"},"down":{"uv":[0,0,16,16],"texture":"#particle"}}}],"display":{"thirdperson_righthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"thirdperson_lefthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"firstperson_righthand":{"rotation":[0,45,0],"scale":[0.4,0.4,0.4]},"firstperson_lefthand":{"rotation":[0,225,0],"scale":[0.4,0.4,0.4]},"ground":{"translation":[0,3,0],"scale":[0.25,0.25,0.25]},"gui":{"rotation":[30,225,0],"scale":[0.625,0.625,0.625]},"head":{"translation":[0,14,0],"scale":[0.9,0.9,0.9]},"fixed":{"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/stack_of_books_1.json b/assets/minecraft/models/block/variants/stack_of_books_1.json new file mode 100644 index 000000000..33e4fcc9a --- /dev/null +++ b/assets/minecraft/models/block/variants/stack_of_books_1.json @@ -0,0 +1 @@ +{"parent":"block/block","ambientocclusion":false,"textures":{"0":"wynn/books","2":"block_variants/oak_planks_flat","particle":"block/oak_planks"},"elements":[{"from":[6,1,0],"to":[9,11,6],"rotation":{"angle":0,"axis":"z","origin":[7.5,6,3]},"faces":{"north":{"uv":[0,8.5,5,10],"rotation":90,"texture":"#0"},"east":{"uv":[0,5.5,5,8.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,5,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,5.5,5,8.5],"rotation":90,"texture":"#0"},"up":{"uv":[3,1,0,2.5],"rotation":270,"texture":"#0"},"down":{"uv":[0,1,3,2.5],"rotation":270,"texture":"#0"}}},{"from":[9,1,1],"to":[12,11,7],"rotation":{"angle":0,"axis":"z","origin":[7,3,6]},"faces":{"north":{"uv":[5,14.5,10,16],"rotation":90,"texture":"#0"},"east":{"uv":[5,11.5,10,14.5],"rotation":270,"texture":"#0"},"south":{"uv":[5,10,10,11.5],"rotation":270,"texture":"#0"},"west":{"uv":[5,11.5,10,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[6,2.5,3,4],"rotation":270,"texture":"#0"},"down":{"uv":[3,2.5,6,4],"rotation":270,"texture":"#0"}}},{"from":[12,1,0],"to":[15,11,6],"rotation":{"angle":0,"axis":"z","origin":[13.5,6,3]},"faces":{"north":{"uv":[0,14.5,5,16],"rotation":90,"texture":"#0"},"east":{"uv":[0,11.5,5,14.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,10,5,11.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,11.5,5,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[3,2.5,0,4],"rotation":270,"texture":"#0"},"down":{"uv":[0,2.5,3,4],"rotation":270,"texture":"#0"}}},{"from":[0,1,13.5],"to":[6,11,16.5],"rotation":{"angle":-22.5,"axis":"x","origin":[0,1,13.5]},"faces":{"north":{"uv":[10,5.5,15,8.5],"rotation":270,"texture":"#0"},"east":{"uv":[10,4,15,5.5],"rotation":270,"texture":"#0"},"south":{"uv":[10,5.5,15,8.5],"rotation":90,"texture":"#0"},"west":{"uv":[10,8.5,15,10],"rotation":90,"texture":"#0"},"up":{"uv":[9,1,6,2.5],"rotation":180,"texture":"#0"},"down":{"uv":[6,1,9,2.5],"texture":"#0"}}},{"from":[0,4,1],"to":[6,7,11],"rotation":{"angle":0,"axis":"y","origin":[3,5.5,6]},"faces":{"north":{"uv":[9,1,6,2.5],"texture":"#0"},"east":{"uv":[10,4,15,5.5],"texture":"#0"},"south":{"uv":[6,1,9,2.5],"texture":"#0"},"west":{"uv":[10,8.5,15,10],"texture":"#0"},"up":{"uv":[10,5.5,15,8.5],"rotation":90,"texture":"#0"},"down":{"uv":[10,5.5,15,8.5],"rotation":90,"texture":"#0"}}},{"from":[0,1,0],"to":[6,4,10],"rotation":{"angle":0,"axis":"y","origin":[8,9,7]},"faces":{"north":{"uv":[3,2.5,0,4],"texture":"#0"},"east":{"uv":[0,10,5,11.5],"texture":"#0"},"south":{"uv":[0,2.5,3,4],"texture":"#0"},"west":{"uv":[0,14.5,5,16],"texture":"#0"},"up":{"uv":[0,11.5,5,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,11.5,5,14.5],"rotation":90,"texture":"#0"}}},{"from":[0,7,0],"to":[6,10,10],"rotation":{"angle":0,"axis":"y","origin":[8,15,7]},"faces":{"north":{"uv":[6,1,3,2.5],"texture":"#0"},"east":{"uv":[5,4,10,5.5],"texture":"#0"},"south":{"uv":[3,1,6,2.5],"texture":"#0"},"west":{"uv":[5,8.5,10,10],"texture":"#0"},"up":{"uv":[5,5.5,10,8.5],"rotation":90,"texture":"#0"},"down":{"uv":[5,5.5,10,8.5],"rotation":90,"texture":"#0"}}},{"from":[6,4,10],"to":[16,7,16],"rotation":{"angle":0,"axis":"y","origin":[9,9,8]},"faces":{"north":{"uv":[10,10,15,11.5],"texture":"#0"},"east":{"uv":[6,2.5,9,4],"texture":"#0"},"south":{"uv":[10,14.5,15,16],"texture":"#0"},"west":{"uv":[9,2.5,6,4],"texture":"#0"},"up":{"uv":[10,1,15,4],"texture":"#0"},"down":{"uv":[10,11.5,15,14.5],"texture":"#0"}}},{"from":[6,1,9],"to":[16,4,15],"rotation":{"angle":0,"axis":"y","origin":[8.5,9,7.5]},"faces":{"north":{"uv":[0,4,5,5.5],"texture":"#0"},"east":{"uv":[0,1,3,2.5],"texture":"#0"},"south":{"uv":[0,8.5,5,10],"texture":"#0"},"west":{"uv":[3,1,0,2.5],"texture":"#0"},"up":{"uv":[0,5.5,5,8.5],"texture":"#0"},"down":{"uv":[0,5.5,5,8.5],"texture":"#0"}}},{"from":[0,0,0],"to":[16,1,16],"faces":{"north":{"uv":[0,15,16,16],"texture":"#particle"},"east":{"uv":[0,15,16,16],"texture":"#particle"},"south":{"uv":[0,15,16,16],"texture":"#particle"},"west":{"uv":[0,15,16,16],"texture":"#particle"},"up":{"uv":[0,0,16,16],"texture":"#2"},"down":{"uv":[0,0,16,16],"texture":"#particle"}}}],"display":{"thirdperson_righthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"thirdperson_lefthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"firstperson_righthand":{"rotation":[0,45,0],"scale":[0.4,0.4,0.4]},"firstperson_lefthand":{"rotation":[0,225,0],"scale":[0.4,0.4,0.4]},"ground":{"translation":[0,3,0],"scale":[0.25,0.25,0.25]},"gui":{"rotation":[30,225,0],"scale":[0.625,0.625,0.625]},"head":{"translation":[0,14,0],"scale":[0.9,0.9,0.9]},"fixed":{"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/stack_of_books_2.json b/assets/minecraft/models/block/variants/stack_of_books_2.json new file mode 100644 index 000000000..1bda98958 --- /dev/null +++ b/assets/minecraft/models/block/variants/stack_of_books_2.json @@ -0,0 +1 @@ +{"parent":"block/block","ambientocclusion":false,"textures":{"0":"wynn/books","2":"block_variants/oak_planks_flat","particle":"block/oak_planks"},"elements":[{"from":[6,1,1],"to":[9,11,7],"rotation":{"angle":0,"axis":"z","origin":[7.5,6,4]},"faces":{"north":{"uv":[0,8.5,5,10],"rotation":90,"texture":"#0"},"east":{"uv":[0,5.5,5,8.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,5,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,5.5,5,8.5],"rotation":90,"texture":"#0"},"up":{"uv":[3,1,0,2.5],"rotation":270,"texture":"#0"},"down":{"uv":[0,1,3,2.5],"rotation":270,"texture":"#0"}}},{"from":[9,1,0],"to":[12,11,6],"rotation":{"angle":0,"axis":"z","origin":[7,3,5]},"faces":{"north":{"uv":[5,14.5,10,16],"rotation":90,"texture":"#0"},"east":{"uv":[5,11.5,10,14.5],"rotation":270,"texture":"#0"},"south":{"uv":[5,10,10,11.5],"rotation":270,"texture":"#0"},"west":{"uv":[5,11.5,10,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[6,2.5,3,4],"rotation":270,"texture":"#0"},"down":{"uv":[3,2.5,6,4],"rotation":270,"texture":"#0"}}},{"from":[12,1,0],"to":[15,11,6],"rotation":{"angle":0,"axis":"z","origin":[13.5,6,3]},"faces":{"north":{"uv":[0,14.5,5,16],"rotation":90,"texture":"#0"},"east":{"uv":[0,11.5,5,14.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,10,5,11.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,11.5,5,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[3,2.5,0,4],"rotation":270,"texture":"#0"},"down":{"uv":[0,2.5,3,4],"rotation":270,"texture":"#0"}}},{"from":[0,1,0],"to":[3,11,6],"rotation":{"angle":0,"axis":"y","origin":[3,6,3]},"faces":{"north":{"uv":[10,8.5,15,10],"rotation":90,"texture":"#0"},"east":{"uv":[10,5.5,15,8.5],"rotation":270,"texture":"#0"},"south":{"uv":[10,4,15,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[10,5.5,15,8.5],"rotation":90,"texture":"#0"},"up":{"uv":[9,1,6,2.5],"rotation":270,"texture":"#0"},"down":{"uv":[6,1,9,2.5],"rotation":270,"texture":"#0"}}},{"from":[3,1,1],"to":[6,11,7],"rotation":{"angle":0,"axis":"y","origin":[3,6,4]},"faces":{"north":{"uv":[0,14.5,5,16],"rotation":90,"texture":"#0"},"east":{"uv":[0,11.5,5,14.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,10,5,11.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,11.5,5,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[3,2.5,0,4],"rotation":270,"texture":"#0"},"down":{"uv":[0,2.5,3,4],"rotation":270,"texture":"#0"}}},{"from":[12.5,1,9],"to":[15.5,11,15],"rotation":{"angle":22.5,"axis":"z","origin":[13,1,15]},"faces":{"north":{"uv":[10,10,15,11.5],"rotation":270,"texture":"#0"},"east":{"uv":[10,1,15,4],"rotation":90,"texture":"#0"},"south":{"uv":[10,14.5,15,16],"rotation":90,"texture":"#0"},"west":{"uv":[10,11.5,15,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[9,2.5,6,4],"rotation":90,"texture":"#0"},"down":{"uv":[6,2.5,9,4],"rotation":90,"texture":"#0"}}},{"from":[0,4,9],"to":[10,7,15],"rotation":{"angle":0,"axis":"z","origin":[5,5.5,12]},"faces":{"north":{"uv":[5,10,10,11.5],"texture":"#0"},"east":{"uv":[3,2.5,6,4],"texture":"#0"},"south":{"uv":[5,14.5,10,16],"texture":"#0"},"west":{"uv":[6,2.5,3,4],"texture":"#0"},"up":{"uv":[5,11.5,10,14.5],"texture":"#0"},"down":{"uv":[5,11.5,10,14.5],"rotation":180,"texture":"#0"}}},{"from":[0,1,10],"to":[10,4,16],"rotation":{"angle":0,"axis":"y","origin":[2.5,9,8.5]},"faces":{"north":{"uv":[0,4,5,5.5],"texture":"#0"},"east":{"uv":[0,1,3,2.5],"texture":"#0"},"south":{"uv":[0,8.5,5,10],"texture":"#0"},"west":{"uv":[3,1,0,2.5],"texture":"#0"},"up":{"uv":[0,5.5,5,8.5],"texture":"#0"},"down":{"uv":[0,5.5,5,8.5],"texture":"#0"}}},{"from":[0,0,0],"to":[16,1,16],"faces":{"north":{"uv":[0,15,16,16],"texture":"#particle"},"east":{"uv":[0,15,16,16],"texture":"#particle"},"south":{"uv":[0,15,16,16],"texture":"#particle"},"west":{"uv":[0,15,16,16],"texture":"#particle"},"up":{"uv":[0,0,16,16],"texture":"#2"},"down":{"uv":[0,0,16,16],"texture":"#particle"}}}],"display":{"thirdperson_righthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"thirdperson_lefthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"firstperson_righthand":{"rotation":[0,45,0],"scale":[0.4,0.4,0.4]},"firstperson_lefthand":{"rotation":[0,225,0],"scale":[0.4,0.4,0.4]},"ground":{"translation":[0,3,0],"scale":[0.25,0.25,0.25]},"gui":{"rotation":[30,225,0],"scale":[0.625,0.625,0.625]},"head":{"translation":[0,14,0],"scale":[0.9,0.9,0.9]},"fixed":{"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/sticky_piston.json b/assets/minecraft/models/block/variants/sticky_piston.json new file mode 100644 index 000000000..26fc75d58 --- /dev/null +++ b/assets/minecraft/models/block/variants/sticky_piston.json @@ -0,0 +1 @@ +{"parent":"block/piston","textures":{"bottom":"block_variants/piston_bottom","side":"block_variants/piston_side_sticky","platform":"block_variants/piston_top_sticky"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/sticky_piston_base.json b/assets/minecraft/models/block/variants/sticky_piston_base.json new file mode 100644 index 000000000..e6c3c938c --- /dev/null +++ b/assets/minecraft/models/block/variants/sticky_piston_base.json @@ -0,0 +1 @@ +{"parent":"block/piston_extended","textures":{"bottom":"block_variants/piston_bottom","side":"block_variants/piston_side_sticky","inside":"block_variants/piston_inner"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/stone_0.json b/assets/minecraft/models/block/variants/stone_0.json new file mode 100644 index 000000000..7948d9472 --- /dev/null +++ b/assets/minecraft/models/block/variants/stone_0.json @@ -0,0 +1 @@ +{"parent":"block/cube_all","textures":{"all":"block_variants/stone_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/stone_1.json b/assets/minecraft/models/block/variants/stone_1.json new file mode 100644 index 000000000..3765848b8 --- /dev/null +++ b/assets/minecraft/models/block/variants/stone_1.json @@ -0,0 +1 @@ +{"parent":"block/cube_all","textures":{"all":"block_variants/stone_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/sunflower_bottom_1.json b/assets/minecraft/models/block/variants/sunflower_bottom_1.json new file mode 100644 index 000000000..5d42d6388 --- /dev/null +++ b/assets/minecraft/models/block/variants/sunflower_bottom_1.json @@ -0,0 +1 @@ +{"parent":"block/cross","textures":{"cross":"block_variants/sunflower_bottom_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/vanta_block.json b/assets/minecraft/models/block/variants/vanta_block.json new file mode 100644 index 000000000..83ed1b75d --- /dev/null +++ b/assets/minecraft/models/block/variants/vanta_block.json @@ -0,0 +1 @@ +{"parent":"block/cube_all","textures":{"all":"block_variants/vanta_block"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/vine_cattails.json b/assets/minecraft/models/block/variants/vine_cattails.json new file mode 100644 index 000000000..8e6d24996 --- /dev/null +++ b/assets/minecraft/models/block/variants/vine_cattails.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"cross":"wynn/flora/cattails"},"elements":[{"from":[0.8,-16,8],"to":[15.2,16,8],"shade":false,"rotation":{"angle":45,"axis":"y","origin":[8,8,8],"rescale":true},"faces":{"north":{"uv":[0,0,8,16],"texture":"#cross"},"south":{"uv":[0,0,8,16],"texture":"#cross"}}},{"from":[8,-16,0.8],"to":[8,16,15.2],"shade":false,"rotation":{"angle":45,"axis":"y","origin":[8,8,8],"rescale":true},"faces":{"east":{"uv":[8,0,16,16],"texture":"#cross"},"west":{"uv":[8,0,16,16],"texture":"#cross"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/vine_cattails_0.json b/assets/minecraft/models/block/variants/vine_cattails_0.json new file mode 100644 index 000000000..14c2d126c --- /dev/null +++ b/assets/minecraft/models/block/variants/vine_cattails_0.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"particle":"wynn/flora/particle_2","cross":"wynn/flora/cattails_0"},"elements":[{"from":[0.8,-16,8],"to":[15.2,0,8],"rotation":{"origin":[8,8,8],"axis":"y","angle":45,"rescale":true},"shade":false,"faces":{"north":{"uv":[0,8,8,16],"texture":"#cross"},"south":{"uv":[0,8,8,16],"texture":"#cross"}}},{"from":[8,-16,0.8],"to":[8,0,15.2],"rotation":{"origin":[8,8,8],"axis":"y","angle":45,"rescale":true},"shade":false,"faces":{"west":{"uv":[0,8,8,16],"texture":"#cross"},"east":{"uv":[0,8,8,16],"texture":"#cross"}}},{"from":[0.8,0,8],"to":[15.2,32,8],"rotation":{"origin":[8,8,8],"axis":"y","angle":45,"rescale":true},"shade":false,"faces":{"north":{"uv":[8,0,16,16],"texture":"#cross"},"south":{"uv":[8,0,16,16],"texture":"#cross"}}},{"from":[8,0,0.8],"to":[8,32,15.2],"rotation":{"origin":[8,8,8],"axis":"y","angle":45,"rescale":true},"shade":false,"faces":{"west":{"uv":[8,0,16,16],"texture":"#cross"},"east":{"uv":[8,0,16,16],"texture":"#cross"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/vine_cattails_1.json b/assets/minecraft/models/block/variants/vine_cattails_1.json new file mode 100644 index 000000000..33ab04f48 --- /dev/null +++ b/assets/minecraft/models/block/variants/vine_cattails_1.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"particle":"wynn/flora/particle_2","cross":"wynn/flora/cattails_0"},"elements":[{"from":[0.8,-16,8],"to":[15.2,0,8],"rotation":{"origin":[8,8,8],"axis":"y","angle":45,"rescale":true},"shade":false,"faces":{"north":{"uv":[0,8,8,16],"texture":"#cross"},"south":{"uv":[0,8,8,16],"texture":"#cross"}}},{"from":[8,-16,0.8],"to":[8,0,15.2],"rotation":{"origin":[8,8,8],"axis":"y","angle":45,"rescale":true},"shade":false,"faces":{"west":{"uv":[0,8,8,16],"texture":"#cross"},"east":{"uv":[0,8,8,16],"texture":"#cross"}}},{"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":[8,8,16,16],"texture":"#cross"},"south":{"uv":[8,8,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":[8,8,16,16],"texture":"#cross"},"east":{"uv":[8,8,16,16],"texture":"#cross"}}},{"from":[0.8,16,8],"to":[15.2,32,8],"rotation":{"origin":[8,8,8],"axis":"y","angle":45,"rescale":true},"shade":false,"faces":{"north":{"uv":[0,0,8,8],"texture":"#cross"},"south":{"uv":[0,0,8,8],"texture":"#cross"}}},{"from":[8,16,0.8],"to":[8,32,15.2],"rotation":{"origin":[8,8,8],"axis":"y","angle":45,"rescale":true},"shade":false,"faces":{"west":{"uv":[0,0,8,8],"texture":"#cross"},"east":{"uv":[0,0,8,8],"texture":"#cross"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/vine_chain.json b/assets/minecraft/models/block/variants/vine_chain.json new file mode 100644 index 000000000..8c084044d --- /dev/null +++ b/assets/minecraft/models/block/variants/vine_chain.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"particle":"wynn/flora/particle_2","cross":"wynn/flora/chain"},"elements":[{"from":[5.05,0,8],"to":[11.05,16,8],"shade":false,"rotation":{"angle":45,"axis":"y","origin":[8,8,8],"rescale":true},"faces":{"north":{"uv":[0,0,8,16],"texture":"#cross"},"south":{"uv":[0,0,8,16],"texture":"#cross"}}},{"from":[8,0,5],"to":[8,16,11],"shade":false,"rotation":{"angle":45,"axis":"y","origin":[8,8,8],"rescale":true},"faces":{"east":{"uv":[8,0,16,16],"texture":"#cross"},"west":{"uv":[8,0,16,16],"texture":"#cross"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/vine_death_plant_0.json b/assets/minecraft/models/block/variants/vine_death_plant_0.json new file mode 100644 index 000000000..992ad1145 --- /dev/null +++ b/assets/minecraft/models/block/variants/vine_death_plant_0.json @@ -0,0 +1 @@ +{"parent":"block/cross","textures":{"particle":"wynn/grayscale/leaves","cross":"wynn/grayscale/tallgrass"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/vine_death_plant_1.json b/assets/minecraft/models/block/variants/vine_death_plant_1.json new file mode 100644 index 000000000..52a3f440d --- /dev/null +++ b/assets/minecraft/models/block/variants/vine_death_plant_1.json @@ -0,0 +1 @@ +{"parent":"block/cross","textures":{"particle":"wynn/grayscale/leaves","cross":"wynn/grayscale/flower_tulip_white"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/vine_death_plant_2.json b/assets/minecraft/models/block/variants/vine_death_plant_2.json new file mode 100644 index 000000000..784920316 --- /dev/null +++ b/assets/minecraft/models/block/variants/vine_death_plant_2.json @@ -0,0 +1 @@ +{"parent":"block/cross","textures":{"particle":"wynn/grayscale/leaves","cross":"wynn/grayscale/tallgrass_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/vine_death_plant_3.json b/assets/minecraft/models/block/variants/vine_death_plant_3.json new file mode 100644 index 000000000..501d82930 --- /dev/null +++ b/assets/minecraft/models/block/variants/vine_death_plant_3.json @@ -0,0 +1 @@ +{"parent":"block/cross","textures":{"particle":"wynn/grayscale/leaves","cross":"wynn/grayscale/tallgrass_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/vine_death_plant_4.json b/assets/minecraft/models/block/variants/vine_death_plant_4.json new file mode 100644 index 000000000..752ecccbb --- /dev/null +++ b/assets/minecraft/models/block/variants/vine_death_plant_4.json @@ -0,0 +1 @@ +{"parent":"block/cross","textures":{"particle":"wynn/grayscale/leaves","cross":"wynn/grayscale/tallgrass_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/vine_death_plant_5.json b/assets/minecraft/models/block/variants/vine_death_plant_5.json new file mode 100644 index 000000000..272d22ced --- /dev/null +++ b/assets/minecraft/models/block/variants/vine_death_plant_5.json @@ -0,0 +1 @@ +{"parent":"block/cross","textures":{"particle":"wynn/grayscale/leaves","cross":"wynn/grayscale/tallgrass_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/vine_death_plant_6.json b/assets/minecraft/models/block/variants/vine_death_plant_6.json new file mode 100644 index 000000000..fab3c8d9f --- /dev/null +++ b/assets/minecraft/models/block/variants/vine_death_plant_6.json @@ -0,0 +1 @@ +{"parent":"block/cross","textures":{"particle":"wynn/grayscale/leaves","cross":"wynn/grayscale/flower_blue_orchid"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/vine_death_plant_7.json b/assets/minecraft/models/block/variants/vine_death_plant_7.json new file mode 100644 index 000000000..ab592e391 --- /dev/null +++ b/assets/minecraft/models/block/variants/vine_death_plant_7.json @@ -0,0 +1 @@ +{"parent":"block/cross","textures":{"particle":"wynn/grayscale/leaves","cross":"wynn/grayscale/flower_houstonia"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/vine_death_plant_8.json b/assets/minecraft/models/block/variants/vine_death_plant_8.json new file mode 100644 index 000000000..0d72847e8 --- /dev/null +++ b/assets/minecraft/models/block/variants/vine_death_plant_8.json @@ -0,0 +1 @@ +{"parent":"block/cross","textures":{"particle":"wynn/grayscale/leaves","cross":"wynn/grayscale/flower_oxeye_daisy"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/vine_death_plant_9.json b/assets/minecraft/models/block/variants/vine_death_plant_9.json new file mode 100644 index 000000000..ba37bf62e --- /dev/null +++ b/assets/minecraft/models/block/variants/vine_death_plant_9.json @@ -0,0 +1 @@ +{"parent":"block/cross","textures":{"particle":"wynn/grayscale/leaves","cross":"wynn/grayscale/flower_rose"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/vine_gray_leaves.json b/assets/minecraft/models/block/variants/vine_gray_leaves.json new file mode 100644 index 000000000..88d82d522 --- /dev/null +++ b/assets/minecraft/models/block/variants/vine_gray_leaves.json @@ -0,0 +1 @@ +{"parent":"block/cube_all","textures":{"particle":"wynn/grayscale/leaves","all":"wynn/grayscale/leaves"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/vine_gray_water.json b/assets/minecraft/models/block/variants/vine_gray_water.json new file mode 100644 index 000000000..665f7c9d7 --- /dev/null +++ b/assets/minecraft/models/block/variants/vine_gray_water.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"particle":"wynn/grayscale/water","water":"wynn/grayscale/water"},"elements":[{"from":[0,0,0],"to":[16,14,16],"faces":{"up":{"uv":[0,0,16,16],"texture":"#water"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/vine_hanging_crops.json b/assets/minecraft/models/block/variants/vine_hanging_crops.json new file mode 100644 index 000000000..ae03c2e14 --- /dev/null +++ b/assets/minecraft/models/block/variants/vine_hanging_crops.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"cross":"wynn/flora/hanging_crops"},"elements":[{"from":[0.8,-16,8],"to":[15.2,16,8],"shade":false,"rotation":{"angle":45,"axis":"y","origin":[8,8,8],"rescale":true},"faces":{"north":{"uv":[0,0,8,16],"texture":"#cross"},"south":{"uv":[0,0,8,16],"texture":"#cross"}}},{"from":[8,-16,0.8],"to":[8,16,15.2],"shade":false,"rotation":{"angle":45,"axis":"y","origin":[8,8,8],"rescale":true},"faces":{"east":{"uv":[8,0,16,16],"texture":"#cross"},"west":{"uv":[8,0,16,16],"texture":"#cross"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/vine_rope.json b/assets/minecraft/models/block/variants/vine_rope.json new file mode 100644 index 000000000..9ddca2e65 --- /dev/null +++ b/assets/minecraft/models/block/variants/vine_rope.json @@ -0,0 +1 @@ +{"parent":"block/cross","textures":{"particle":"wynn/flora/rope","cross":"wynn/flora/rope"}} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/wheat_0.json b/assets/minecraft/models/block/variants/wheat_0.json new file mode 100644 index 000000000..9369dc7df --- /dev/null +++ b/assets/minecraft/models/block/variants/wheat_0.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"particle":"wynn/flora/particle_0","crop":"wynn/flora/crops"},"elements":[{"from":[4,-1,0],"to":[4,15,16],"shade":false,"faces":{"west":{"uv":[0,8,8,16],"texture":"#crop"},"east":{"uv":[0,8,8,16],"texture":"#crop"}}},{"from":[12,-1,0],"to":[12,15,16],"shade":false,"faces":{"west":{"uv":[0,8,8,16],"texture":"#crop"},"east":{"uv":[0,8,8,16],"texture":"#crop"}}},{"from":[0,-1,4],"to":[16,15,4],"shade":false,"faces":{"north":{"uv":[0,8,8,16],"texture":"#crop"},"south":{"uv":[0,8,8,16],"texture":"#crop"}}},{"from":[0,-1,12],"to":[16,15,12],"shade":false,"faces":{"north":{"uv":[0,8,8,16],"texture":"#crop"},"south":{"uv":[0,8,8,16],"texture":"#crop"}}},{"from":[4,15,0],"to":[4,31,16],"shade":false,"faces":{"west":{"uv":[0,0,8,8],"texture":"#crop"},"east":{"uv":[0,0,8,8],"texture":"#crop"}}},{"from":[12,15,0],"to":[12,31,16],"shade":false,"faces":{"west":{"uv":[0,0,8,8],"texture":"#crop"},"east":{"uv":[0,0,8,8],"texture":"#crop"}}},{"from":[0,15,4],"to":[16,31,4],"shade":false,"faces":{"north":{"uv":[0,0,8,8],"texture":"#crop"},"south":{"uv":[0,0,8,8],"texture":"#crop"}}},{"from":[0,15,12],"to":[16,31,12],"shade":false,"faces":{"north":{"uv":[0,0,8,8],"texture":"#crop"},"south":{"uv":[0,0,8,8],"texture":"#crop"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/variants/wheat_corn.json b/assets/minecraft/models/block/variants/wheat_corn.json new file mode 100644 index 000000000..1a03a98c3 --- /dev/null +++ b/assets/minecraft/models/block/variants/wheat_corn.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"particle":"wynn/flora/particle_1","crop":"wynn/flora/crops"},"elements":[{"from":[4,-1,0],"to":[4,15,16],"shade":false,"faces":{"west":{"uv":[8,8,16,16],"texture":"#crop"},"east":{"uv":[8,8,16,16],"texture":"#crop"}}},{"from":[12,-1,0],"to":[12,15,16],"shade":false,"faces":{"west":{"uv":[8,8,16,16],"texture":"#crop"},"east":{"uv":[8,8,16,16],"texture":"#crop"}}},{"from":[0,-1,4],"to":[16,15,4],"shade":false,"faces":{"north":{"uv":[8,8,16,16],"texture":"#crop"},"south":{"uv":[8,8,16,16],"texture":"#crop"}}},{"from":[0,-1,12],"to":[16,15,12],"shade":false,"faces":{"north":{"uv":[8,8,16,16],"texture":"#crop"},"south":{"uv":[8,8,16,16],"texture":"#crop"}}},{"from":[4,15,0],"to":[4,31,16],"shade":false,"faces":{"west":{"uv":[8,0,16,8],"texture":"#crop"},"east":{"uv":[8,0,16,8],"texture":"#crop"}}},{"from":[12,15,0],"to":[12,31,16],"shade":false,"faces":{"west":{"uv":[8,0,16,8],"texture":"#crop"},"east":{"uv":[8,0,16,8],"texture":"#crop"}}},{"from":[0,15,4],"to":[16,31,4],"shade":false,"faces":{"north":{"uv":[8,0,16,8],"texture":"#crop"},"south":{"uv":[8,0,16,8],"texture":"#crop"}}},{"from":[0,15,12],"to":[16,31,12],"shade":false,"faces":{"north":{"uv":[8,0,16,8],"texture":"#crop"},"south":{"uv":[8,0,16,8],"texture":"#crop"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/vine.json b/assets/minecraft/models/block/vine.json new file mode 100644 index 000000000..710b2dc89 --- /dev/null +++ b/assets/minecraft/models/block/vine.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"particle":"block/vine","vine":"block/vine"},"elements":[{"from":[0,0,0.8],"to":[16,16,0.8],"shade":false,"faces":{"north":{"uv":[16,0,0,16],"texture":"#vine","tintindex":0},"south":{"uv":[0,0,16,16],"texture":"#vine","tintindex":0}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/wall/wall_column_inventory.json b/assets/minecraft/models/block/wall/wall_column_inventory.json new file mode 100644 index 000000000..18c23e571 --- /dev/null +++ b/assets/minecraft/models/block/wall/wall_column_inventory.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"particle":"#wall"},"elements":[{"from":[4,0,4],"to":[12,16,12],"faces":{"north":{"uv":[4,0,12,16],"texture":"#wall"},"east":{"uv":[4,0,12,16],"texture":"#wall"},"south":{"uv":[4,0,12,16],"texture":"#wall"},"west":{"uv":[4,0,12,16],"texture":"#wall"},"up":{"uv":[4,4,12,12],"texture":"#end"},"down":{"uv":[4,4,12,12],"texture":"#end","cullface":"down"}}},{"from":[5,0,0],"to":[11,13,16],"faces":{"north":{"uv":[5,3,11,16],"texture":"#wall","cullface":"north"},"east":{"uv":[0,3,16,16],"texture":"#wall"},"south":{"uv":[5,3,11,16],"texture":"#wall","cullface":"south"},"west":{"uv":[0,3,16,16],"texture":"#wall"},"up":{"uv":[5,0,11,16],"texture":"#wall"},"down":{"uv":[5,0,11,16],"texture":"#wall","cullface":"down"}}}],"display":{"thirdperson_righthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"thirdperson_lefthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"firstperson_righthand":{"rotation":[0,45,0],"scale":[0.4,0.4,0.4]},"firstperson_lefthand":{"rotation":[0,225,0],"scale":[0.4,0.4,0.4]},"ground":{"translation":[0,3,0],"scale":[0.25,0.25,0.25]},"gui":{"rotation":[30,135,0],"scale":[0.625,0.625,0.625]},"fixed":{"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/block/wall/wall_column_n.json b/assets/minecraft/models/block/wall/wall_column_n.json new file mode 100644 index 000000000..fd430f838 --- /dev/null +++ b/assets/minecraft/models/block/wall/wall_column_n.json @@ -0,0 +1 @@ +{"textures":{"particle":"#wall"},"elements":[{"from":[4,0,4],"to":[12,16,12],"faces":{"down":{"uv":[4,4,12,12],"texture":"#end","cullface":"down"},"up":{"uv":[4,4,12,12],"texture":"#end"},"north":{"uv":[4,0,12,16],"texture":"#wall"},"south":{"uv":[4,0,12,16],"texture":"#wall"},"west":{"uv":[4,0,12,16],"texture":"#wall"},"east":{"uv":[4,0,12,16],"texture":"#wall"}}},{"from":[5,0,0],"to":[11,13,4],"faces":{"down":{"uv":[5,0,11,4],"texture":"#wall","cullface":"down"},"up":{"uv":[5,0,11,4],"texture":"#wall"},"north":{"uv":[5,3,11,16],"texture":"#wall","cullface":"north"},"south":{"uv":[5,3,11,16],"texture":"#wall","cullface":"south"},"west":{"uv":[0,3,4,16],"texture":"#wall"},"east":{"uv":[0,3,4,16],"texture":"#wall"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/wall/wall_column_ne.json b/assets/minecraft/models/block/wall/wall_column_ne.json new file mode 100644 index 000000000..331c583e2 --- /dev/null +++ b/assets/minecraft/models/block/wall/wall_column_ne.json @@ -0,0 +1 @@ +{"textures":{"particle":"#wall"},"elements":[{"from":[4,0,4],"to":[12,16,12],"faces":{"down":{"uv":[4,4,12,12],"texture":"#end","cullface":"down"},"up":{"uv":[4,4,12,12],"texture":"#end"},"north":{"uv":[4,0,12,16],"texture":"#wall"},"south":{"uv":[4,0,12,16],"texture":"#wall"},"west":{"uv":[4,0,12,16],"texture":"#wall"},"east":{"uv":[4,0,12,16],"texture":"#wall"}}},{"from":[5,0,0],"to":[11,13,4],"faces":{"down":{"uv":[5,0,11,4],"texture":"#wall","cullface":"down"},"up":{"uv":[5,0,11,4],"texture":"#wall"},"north":{"uv":[5,3,11,16],"texture":"#wall","cullface":"north"},"south":{"uv":[5,3,11,16],"texture":"#wall","cullface":"south"},"west":{"uv":[0,3,4,16],"texture":"#wall"},"east":{"uv":[0,3,4,16],"texture":"#wall"}}},{"from":[12,0,5],"to":[16,13,11],"faces":{"down":{"uv":[5,12,11,16],"texture":"#wall","rotation":90,"cullface":"down"},"up":{"uv":[5,12,11,16],"texture":"#wall","rotation":90},"north":{"uv":[12,3,16,16],"texture":"#wall","cullface":"north"},"south":{"uv":[12,3,16,16],"texture":"#wall","cullface":"south"},"west":{"uv":[5,3,11,16],"texture":"#wall"},"east":{"uv":[5,3,11,16],"texture":"#wall"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/wall/wall_column_ns.json b/assets/minecraft/models/block/wall/wall_column_ns.json new file mode 100644 index 000000000..954802ea0 --- /dev/null +++ b/assets/minecraft/models/block/wall/wall_column_ns.json @@ -0,0 +1 @@ +{"textures":{"particle":"#wall"},"elements":[{"from":[5,0,0],"to":[11,13,16],"faces":{"down":{"uv":[5,0,11,16],"texture":"#wall","cullface":"down"},"up":{"uv":[5,0,11,16],"texture":"#wall"},"north":{"uv":[5,3,11,16],"texture":"#wall","cullface":"north"},"south":{"uv":[5,3,11,16],"texture":"#wall","cullface":"south"},"west":{"uv":[0,3,16,16],"texture":"#wall"},"east":{"uv":[0,3,16,16],"texture":"#wall"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/wall/wall_column_ns_above.json b/assets/minecraft/models/block/wall/wall_column_ns_above.json new file mode 100644 index 000000000..a724cd9dc --- /dev/null +++ b/assets/minecraft/models/block/wall/wall_column_ns_above.json @@ -0,0 +1 @@ +{"textures":{"particle":"#wall"},"elements":[{"from":[4,0,4],"to":[12,16,12],"faces":{"down":{"uv":[4,4,12,12],"texture":"#end","cullface":"down"},"up":{"uv":[4,4,12,12],"texture":"#end"},"north":{"uv":[4,0,12,16],"texture":"#wall"},"south":{"uv":[4,0,12,16],"texture":"#wall"},"west":{"uv":[4,0,12,16],"texture":"#wall"},"east":{"uv":[4,0,12,16],"texture":"#wall"}}},{"from":[5,0,0],"to":[11,13,16],"faces":{"down":{"uv":[5,0,11,16],"texture":"#wall","cullface":"down"},"up":{"uv":[5,0,11,16],"texture":"#wall"},"north":{"uv":[5,3,11,16],"texture":"#wall","cullface":"north"},"south":{"uv":[5,3,11,16],"texture":"#wall","cullface":"south"},"west":{"uv":[0,3,16,16],"texture":"#wall"},"east":{"uv":[0,3,16,16],"texture":"#wall"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/wall/wall_column_nse.json b/assets/minecraft/models/block/wall/wall_column_nse.json new file mode 100644 index 000000000..524e4c7fe --- /dev/null +++ b/assets/minecraft/models/block/wall/wall_column_nse.json @@ -0,0 +1 @@ +{"textures":{"particle":"#wall"},"elements":[{"from":[4,0,4],"to":[12,16,12],"faces":{"down":{"uv":[4,4,12,12],"texture":"#end","cullface":"down"},"up":{"uv":[4,4,12,12],"texture":"#end"},"north":{"uv":[4,0,12,16],"texture":"#wall"},"south":{"uv":[4,0,12,16],"texture":"#wall"},"west":{"uv":[4,0,12,16],"texture":"#wall"},"east":{"uv":[4,0,12,16],"texture":"#wall"}}},{"from":[5,0,0],"to":[11,13,4],"faces":{"down":{"uv":[5,0,11,4],"texture":"#wall","cullface":"down"},"up":{"uv":[5,0,11,4],"texture":"#wall"},"north":{"uv":[5,3,11,16],"texture":"#wall","cullface":"north"},"south":{"uv":[5,3,11,16],"texture":"#wall","cullface":"south"},"west":{"uv":[0,3,4,16],"texture":"#wall"},"east":{"uv":[0,3,4,16],"texture":"#wall"}}},{"from":[5,0,12],"to":[11,13,16],"faces":{"down":{"uv":[5,12,11,16],"texture":"#wall","cullface":"down"},"up":{"uv":[5,12,11,16],"texture":"#wall"},"north":{"uv":[5,3,11,16],"texture":"#wall","cullface":"north"},"south":{"uv":[5,3,11,16],"texture":"#wall","cullface":"south"},"west":{"uv":[12,3,16,16],"texture":"#wall"},"east":{"uv":[12,3,16,16],"texture":"#wall"}}},{"from":[12,0,5],"to":[16,13,11],"faces":{"down":{"uv":[5,12,11,16],"texture":"#wall","rotation":90,"cullface":"down"},"up":{"uv":[5,12,11,16],"texture":"#wall","rotation":90},"north":{"uv":[12,3,16,16],"texture":"#wall","cullface":"north"},"south":{"uv":[12,3,16,16],"texture":"#wall","cullface":"south"},"west":{"uv":[5,3,11,16],"texture":"#wall"},"east":{"uv":[5,3,11,16],"texture":"#wall"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/wall/wall_column_nsew.json b/assets/minecraft/models/block/wall/wall_column_nsew.json new file mode 100644 index 000000000..dd277660a --- /dev/null +++ b/assets/minecraft/models/block/wall/wall_column_nsew.json @@ -0,0 +1 @@ +{"textures":{"particle":"#wall"},"elements":[{"from":[4,0,4],"to":[12,16,12],"faces":{"down":{"uv":[4,4,12,12],"texture":"#end","cullface":"down"},"up":{"uv":[4,4,12,12],"texture":"#end"},"north":{"uv":[4,0,12,16],"texture":"#wall"},"south":{"uv":[4,0,12,16],"texture":"#wall"},"west":{"uv":[4,0,12,16],"texture":"#wall"},"east":{"uv":[4,0,12,16],"texture":"#wall"}}},{"from":[5,0,0],"to":[11,13,4],"faces":{"down":{"uv":[5,0,11,4],"texture":"#wall","cullface":"down"},"up":{"uv":[5,0,11,4],"texture":"#wall"},"north":{"uv":[5,3,11,16],"texture":"#wall","cullface":"north"},"south":{"uv":[5,3,11,16],"texture":"#wall","cullface":"south"},"west":{"uv":[0,3,4,16],"texture":"#wall"},"east":{"uv":[0,3,4,16],"texture":"#wall"}}},{"from":[5,0,12],"to":[11,13,16],"faces":{"down":{"uv":[5,12,11,16],"texture":"#wall","cullface":"down"},"up":{"uv":[5,12,11,16],"texture":"#wall"},"north":{"uv":[5,3,11,16],"texture":"#wall","cullface":"north"},"south":{"uv":[5,3,11,16],"texture":"#wall","cullface":"south"},"west":{"uv":[12,3,16,16],"texture":"#wall"},"east":{"uv":[12,3,16,16],"texture":"#wall"}}},{"from":[12,0,5],"to":[16,13,11],"faces":{"down":{"uv":[5,12,11,16],"texture":"#wall","rotation":90,"cullface":"down"},"up":{"uv":[5,12,11,16],"texture":"#wall","rotation":90},"north":{"uv":[12,3,16,16],"texture":"#wall","cullface":"north"},"south":{"uv":[12,3,16,16],"texture":"#wall","cullface":"south"},"west":{"uv":[5,3,11,16],"texture":"#wall"},"east":{"uv":[5,3,11,16],"texture":"#wall"}}},{"from":[0,0,5],"to":[4,13,11],"faces":{"down":{"uv":[5,0,11,4],"texture":"#wall","rotation":90,"cullface":"down"},"up":{"uv":[5,0,11,4],"texture":"#wall","rotation":90},"north":{"uv":[0,3,4,16],"texture":"#wall","cullface":"north"},"south":{"uv":[0,3,4,16],"texture":"#wall","cullface":"south"},"west":{"uv":[5,3,11,16],"texture":"#wall"},"east":{"uv":[5,3,11,16],"texture":"#wall"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/block/wall/wall_column_post.json b/assets/minecraft/models/block/wall/wall_column_post.json new file mode 100644 index 000000000..38d398cb1 --- /dev/null +++ b/assets/minecraft/models/block/wall/wall_column_post.json @@ -0,0 +1 @@ +{"textures":{"particle":"#wall"},"elements":[{"from":[4,0,4],"to":[12,16,12],"faces":{"down":{"uv":[4,4,12,12],"texture":"#end"},"up":{"uv":[4,4,12,12],"texture":"#end"},"north":{"uv":[4,0,12,16],"texture":"#wall"},"south":{"uv":[4,0,12,16],"texture":"#wall"},"west":{"uv":[4,0,12,16],"texture":"#wall"},"east":{"uv":[4,0,12,16],"texture":"#wall"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/equipment/chainmail.json b/assets/minecraft/models/equipment/chainmail.json new file mode 100644 index 000000000..d7c916603 --- /dev/null +++ b/assets/minecraft/models/equipment/chainmail.json @@ -0,0 +1 @@ +{"layers":{"humanoid":[{"texture":"chainmail"}],"humanoid_leggings":[{"texture":"chainmail"}]}} \ No newline at end of file diff --git a/assets/minecraft/models/equipment/diamond.json b/assets/minecraft/models/equipment/diamond.json new file mode 100644 index 000000000..969df4216 --- /dev/null +++ b/assets/minecraft/models/equipment/diamond.json @@ -0,0 +1 @@ +{"layers":{"horse_body":[{"texture":"diamond"}],"humanoid":[{"texture":"diamond"}],"humanoid_leggings":[{"texture":"diamond"}]}} \ No newline at end of file diff --git a/assets/minecraft/models/equipment/gold.json b/assets/minecraft/models/equipment/gold.json new file mode 100644 index 000000000..43f4e28c3 --- /dev/null +++ b/assets/minecraft/models/equipment/gold.json @@ -0,0 +1 @@ +{"layers":{"horse_body":[{"texture":"gold"}],"humanoid":[{"texture":"gold"}],"humanoid_leggings":[{"texture":"gold"}]}} \ No newline at end of file diff --git a/assets/minecraft/models/equipment/iron.json b/assets/minecraft/models/equipment/iron.json new file mode 100644 index 000000000..99da593a7 --- /dev/null +++ b/assets/minecraft/models/equipment/iron.json @@ -0,0 +1 @@ +{"layers":{"horse_body":[{"texture":"iron"}],"humanoid":[{"texture":"iron"}],"humanoid_leggings":[{"texture":"iron"}]}} \ No newline at end of file diff --git a/assets/minecraft/models/equipment/leather.json b/assets/minecraft/models/equipment/leather.json new file mode 100644 index 000000000..8dd1f65fd --- /dev/null +++ b/assets/minecraft/models/equipment/leather.json @@ -0,0 +1 @@ +{"layers":{"horse_body":[{"dyeable":{"color_when_undyed":-6265536},"texture":"leather"}],"humanoid":[{"dyeable":{"color_when_undyed":-6265536},"texture":"leather"}],"humanoid_leggings":[{"dyeable":{"color_when_undyed":-6265536},"texture":"leather"}]}} \ No newline at end of file diff --git a/assets/minecraft/models/item/bow.json b/assets/minecraft/models/item/bow.json new file mode 100644 index 000000000..2d7213df7 --- /dev/null +++ b/assets/minecraft/models/item/bow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/weapon/archer/bow_basic_wood","overrides":[{"predicate":{"damage":0.0026},"model":"item/wynn/weapon/archer/bow_basic_gold"},{"predicate":{"damage":0.0052},"model":"item/wynn/weapon/archer/bow_earth_a"},{"predicate":{"damage":0.0078},"model":"item/wynn/weapon/archer/bow_earth_b"},{"predicate":{"damage":0.0104},"model":"item/wynn/weapon/archer/bow_earth_c"},{"predicate":{"damage":0.013},"model":"item/wynn/weapon/archer/bow_thunder_a"},{"predicate":{"damage":0.0156},"model":"item/wynn/weapon/archer/bow_thunder_b"},{"predicate":{"damage":0.0182},"model":"item/wynn/weapon/archer/bow_thunder_c"},{"predicate":{"damage":0.0208},"model":"item/wynn/weapon/archer/bow_fire_a"},{"predicate":{"damage":0.0234},"model":"item/wynn/weapon/archer/bow_fire_b"},{"predicate":{"damage":0.026},"model":"item/wynn/weapon/archer/bow_fire_c"},{"predicate":{"damage":0.0286},"model":"item/wynn/weapon/archer/bow_air_a"},{"predicate":{"damage":0.0312},"model":"item/wynn/weapon/archer/bow_air_b"},{"predicate":{"damage":0.0338},"model":"item/wynn/weapon/archer/bow_air_c"},{"predicate":{"damage":0.0364},"model":"item/wynn/weapon/archer/bow_water_a"},{"predicate":{"damage":0.039},"model":"item/wynn/weapon/archer/bow_water_b"},{"predicate":{"damage":0.0416},"model":"item/wynn/weapon/archer/bow_water_c"},{"predicate":{"damage":0.0442},"model":"item/wynn/weapon/archer/bow_multi_a"},{"predicate":{"damage":0.0468},"model":"item/wynn/weapon/archer/bow_multi_b"},{"predicate":{"damage":0.0494},"model":"item/wynn/weapon/archer/bow_multi_c"},{"predicate":{"damage":0.052},"model":"item/wynn/weapon/archer/bow_basic_wood"},{"predicate":{"damage":0.0546},"model":"item/barrier"}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/brick_slab.json b/assets/minecraft/models/item/brick_slab.json new file mode 100644 index 000000000..443f69ef8 --- /dev/null +++ b/assets/minecraft/models/item/brick_slab.json @@ -0,0 +1 @@ +{"parent":"minecraft:block/variants/dirt_half_slab"} \ No newline at end of file diff --git a/assets/minecraft/models/item/cyan_dye.json b/assets/minecraft/models/item/cyan_dye.json new file mode 100644 index 000000000..29a802e5a --- /dev/null +++ b/assets/minecraft/models/item/cyan_dye.json @@ -0,0 +1 @@ +{"parent":"item/generated","textures":{"layer0":"wynn/powder/large_water"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/daylight_detector.json b/assets/minecraft/models/item/daylight_detector.json new file mode 100644 index 000000000..2794ef2f6 --- /dev/null +++ b/assets/minecraft/models/item/daylight_detector.json @@ -0,0 +1 @@ +{"parent":"minecraft:item/wynn/closed_book"} \ No newline at end of file diff --git a/assets/minecraft/models/item/diamond_axe.json b/assets/minecraft/models/item/diamond_axe.json new file mode 100644 index 000000000..708001c68 --- /dev/null +++ b/assets/minecraft/models/item/diamond_axe.json @@ -0,0 +1 @@ +{"parent":"item/handheld","textures":{"layer0":"item/diamond_axe"},"overrides":[{"predicate":{"damage":0.0006402},"model":"item/wynn/economy/farming/barley"},{"predicate":{"damage":0.0012804},"model":"item/wynn/economy/farming/oats"},{"predicate":{"damage":0.0019206},"model":"item/wynn/economy/farming/hops"},{"predicate":{"damage":0.0025608},"model":"item/wynn/economy/farming/rye"},{"predicate":{"damage":0.003201},"model":"item/wynn/economy/farming/decay_root"},{"predicate":{"damage":0.0038412},"model":"item/wynn/economy/farming/rice"},{"predicate":{"damage":0.0044814},"model":"item/wynn/economy/farming/sorghum"},{"predicate":{"damage":0.0051216},"model":"item/wynn/economy/farming/hemp"},{"predicate":{"damage":0.0057618},"model":"item/wynn/economy/farming/dernic_seed"},{"predicate":{"damage":0.006402},"model":"item/wynn/economy/farming/string_yellow"},{"predicate":{"damage":0.0070422},"model":"item/wynn/economy/farming/string_green"},{"predicate":{"damage":0.0076824},"model":"item/wynn/economy/farming/string_brown"},{"predicate":{"damage":0.0083226},"model":"item/wynn/economy/farming/string_white"},{"predicate":{"damage":0.0089628},"model":"item/wynn/economy/farming/seeds_cream"},{"predicate":{"damage":0.009603},"model":"item/wynn/economy/farming/seeds_green"},{"predicate":{"damage":0.0102432},"model":"item/wynn/economy/farming/seeds_brown"},{"predicate":{"damage":0.0108834},"model":"item/wynn/economy/farming/seeds_red"},{"predicate":{"damage":0.0115236},"model":"item/wynn/economy/fishing/gudgeon"},{"predicate":{"damage":0.0121638},"model":"item/wynn/economy/fishing/trout"},{"predicate":{"damage":0.012804},"model":"item/wynn/economy/fishing/salmon"},{"predicate":{"damage":0.0134442},"model":"item/wynn/economy/fishing/carp"},{"predicate":{"damage":0.0140844},"model":"item/wynn/economy/fishing/icefish"},{"predicate":{"damage":0.0147246},"model":"item/wynn/economy/fishing/piranha"},{"predicate":{"damage":0.0153648},"model":"item/wynn/economy/fishing/koi"},{"predicate":{"damage":0.016005},"model":"item/wynn/economy/fishing/gylia_fish"},{"predicate":{"damage":0.0166452},"model":"item/wynn/economy/fishing/bass"},{"predicate":{"damage":0.0172854},"model":"item/wynn/economy/fishing/molten_eel"},{"predicate":{"damage":0.0179256},"model":"item/wynn/economy/fishing/starfish"},{"predicate":{"damage":0.0185658},"model":"item/wynn/economy/fishing/dernic_fish"},{"predicate":{"damage":0.019206},"model":"item/wynn/economy/fishing/cooked_gray"},{"predicate":{"damage":0.0198462},"model":"item/wynn/economy/fishing/cooked_pink"},{"predicate":{"damage":0.0204864},"model":"item/wynn/economy/fishing/cooked_orange"},{"predicate":{"damage":0.0211266},"model":"item/wynn/economy/fishing/cooked_yellow"},{"predicate":{"damage":0.0217668},"model":"item/wynn/economy/fishing/cooked_blue"},{"predicate":{"damage":0.022407},"model":"item/wynn/economy/fishing/oil_gray"},{"predicate":{"damage":0.0230472},"model":"item/wynn/economy/fishing/oil_red"},{"predicate":{"damage":0.0236874},"model":"item/wynn/economy/fishing/oil_orange"},{"predicate":{"damage":0.0243276},"model":"item/wynn/economy/fishing/oil_yellow"},{"predicate":{"damage":0.0249678},"model":"item/wynn/economy/fishing/oil_blue"},{"predicate":{"damage":0.025608},"model":"item/wynn/economy/woodcutting/paper_cream"},{"predicate":{"damage":0.0262482},"model":"item/wynn/economy/woodcutting/paper_brown"},{"predicate":{"damage":0.0268884},"model":"item/wynn/economy/woodcutting/scroll_white"},{"predicate":{"damage":0.0275286},"model":"item/wynn/economy/woodcutting/scroll_cream"},{"predicate":{"damage":0.0281688},"model":"item/wynn/economy/woodcutting/scroll_brown"},{"predicate":{"damage":0.028809},"model":"item/wynn/economy/mining/ingot_copper"},{"predicate":{"damage":0.0294492},"model":"item/wynn/economy/mining/ingot_granite"},{"predicate":{"damage":0.0300894},"model":"item/wynn/economy/mining/ingot_gold"},{"predicate":{"damage":0.0307296},"model":"item/wynn/economy/mining/ingot_sandstone"},{"predicate":{"damage":0.0313698},"model":"item/wynn/economy/mining/ingot_iron"},{"predicate":{"damage":0.03201},"model":"item/wynn/economy/mining/ingot_silver"},{"predicate":{"damage":0.0326502},"model":"item/wynn/economy/mining/ingot_cobalt"},{"predicate":{"damage":0.0332904},"model":"item/wynn/economy/mining/ingot_kanderstone"},{"predicate":{"damage":0.0339306},"model":"item/wynn/economy/mining/ingot_diamond"},{"predicate":{"damage":0.0345708},"model":"item/wynn/economy/mining/ingot_molten"},{"predicate":{"damage":0.035211},"model":"item/wynn/economy/mining/ingot_void"},{"predicate":{"damage":0.0358512},"model":"item/wynn/economy/mining/ingot_dernic"},{"predicate":{"damage":0.0364914},"model":"item/wynn/economy/mining/gem_copper"},{"predicate":{"damage":0.0371316},"model":"item/wynn/economy/mining/gem_granite"},{"predicate":{"damage":0.0377718},"model":"item/wynn/economy/mining/gem_gold"},{"predicate":{"damage":0.038412},"model":"item/wynn/economy/mining/gem_iron"},{"predicate":{"damage":0.0390522},"model":"item/wynn/economy/mining/gem_silver"},{"predicate":{"damage":0.0396924},"model":"item/wynn/economy/mining/gem_cobalt"},{"predicate":{"damage":0.0403326},"model":"item/wynn/economy/mining/gem_kander"},{"predicate":{"damage":0.0409728},"model":"item/wynn/economy/mining/gem_diamond"},{"predicate":{"damage":0.041613},"model":"item/wynn/economy/mining/gem_molten"},{"predicate":{"damage":0.0422532},"model":"item/wynn/economy/mining/gem_void"},{"predicate":{"damage":0.0428934},"model":"item/wynn/economy/mining/gem_dernic"},{"predicate":{"damage":0.0435336},"model":"item/wynn/economy/mining/gem_sandstone"},{"predicate":{"damage":0.0441738},"model":"item/wynn/economy/meals/generic_item"},{"predicate":{"damage":0.044814},"model":"item/wynn/economy/meals/spicy"},{"predicate":{"damage":0.0454542},"model":"item/wynn/economy/meals/salad"},{"predicate":{"damage":0.0460944},"model":"item/wynn/economy/meals/soup"},{"predicate":{"damage":0.0467346},"model":"item/wynn/economy/meals/steamed"},{"predicate":{"damage":0.0473748},"model":"item/wynn/economy/meals/fried"},{"predicate":{"damage":0.048015},"model":"item/wynn/economy/meals/generic"},{"predicate":{"damage":0.0486552},"model":"item/wynn/tool/wooden_rod"},{"predicate":{"damage":0.0492954},"model":"item/wynn/tool/stone_rod"},{"predicate":{"damage":0.0499356},"model":"item/wynn/tool/iron_rod"},{"predicate":{"damage":0.0505758},"model":"item/wynn/tool/golden_rod"},{"predicate":{"damage":0.051216},"model":"item/wynn/tool/diamond_rod"},{"predicate":{"damage":0.0518562},"model":"item/barrier"},{"predicate":{"damage":0.0595386},"model":"item/wynn/pouch/ingredient_empty"},{"predicate":{"damage":0.0601788},"model":"item/wynn/pouch/ingredient_half"},{"predicate":{"damage":0.060819},"model":"item/wynn/pouch/ingredient_full"},{"predicate":{"damage":0.0614592},"model":"item/wynn/legacy/scrap"},{"predicate":{"damage":0.0620994},"model":"item/wynn/pouch/emerald_empty"},{"predicate":{"damage":0.0627802},"model":"item/wynn/pouch/emerald_half"},{"predicate":{"damage":0.0634208},"model":"item/wynn/pouch/emerald_full"},{"predicate":{"damage":0.0640614},"model":"item/barrier"},{"predicate":{"damage":0.0647021},"model":"item/wynn/housing/tool/blueprint"},{"predicate":{"damage":0.0653427},"model":"item/wynn/housing/tool/ruler"},{"predicate":{"damage":0.0659833},"model":"item/wynn/housing/tool/wand"},{"predicate":{"damage":0.0666239},"model":"item/wynn/housing/tool/handsaw"},{"predicate":{"damage":0.0672645},"model":"item/wynn/dim_soul"},{"predicate":{"damage":0.067905},"model":"item/barrier"}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/diamond_hoe.json b/assets/minecraft/models/item/diamond_hoe.json new file mode 100644 index 000000000..087ebb980 --- /dev/null +++ b/assets/minecraft/models/item/diamond_hoe.json @@ -0,0 +1 @@ +{"parent":"item/handheld","textures":{"layer0":"item/diamond_hoe"},"overrides":[{"predicate":{"damage":0.000640614990391},"model":"item/wynn/jigsaw/yeti/yeti_arm"},{"predicate":{"damage":0.001281229980782},"model":"item/wynn/jigsaw/yeti/yeti_torso"},{"predicate":{"damage":0.001921844971172},"model":"item/wynn/jigsaw/yeti/yeti_foot"},{"predicate":{"damage":0.002562459961563},"model":"item/wynn/jigsaw/wynnter_owl/wynnter_owl_head"},{"predicate":{"damage":0.003203074951954},"model":"item/wynn/jigsaw/wynnter_owl/wynnter_owl_torso"},{"predicate":{"damage":0.003843689942345},"model":"item/wynn/jigsaw/wynnter_owl/wynnter_owl_wing"},{"predicate":{"damage":0.004484304932735},"model":"item/wynn/jigsaw/mighty_yak/mighty_yak_body"},{"predicate":{"damage":0.005124919923126},"model":"item/wynn/jigsaw/mighty_yak/mighty_yak_head"},{"predicate":{"damage":0.005765534913517},"model":"item/wynn/jigsaw/mighty_yak/mighty_yak_foot"},{"predicate":{"damage":0.006406149903908},"model":"item/wynn/jigsaw/mythic_mimic/mythic_mimic_chest"},{"predicate":{"damage":0.007046764894299},"model":"item/wynn/jigsaw/mythic_mimic/mythic_mimic_lid"},{"predicate":{"damage":0.007687379884689},"model":"item/wynn/jigsaw/mythic_mimic/mythic_mimic_hand_left"},{"predicate":{"damage":0.00832799487508},"model":"item/wynn/jigsaw/mythic_mimic/mythic_mimic_hand_right"},{"predicate":{"damage":0.008968609865471},"model":"item/wynn/jigsaw/wynnston/wynnston_torso"},{"predicate":{"damage":0.009609224855862},"model":"item/wynn/jigsaw/wynnston/wynnston_head"},{"predicate":{"damage":0.010249839846252},"model":"item/wynn/jigsaw/wynnston/wynnston_leg"},{"predicate":{"damage":0.010890454836643},"model":"item/wynn/jigsaw/crate/crate_heroes_lid"},{"predicate":{"damage":0.011531069827034},"model":"item/wynn/jigsaw/crate/crate_heroes_chest"},{"predicate":{"damage":0.012171684817425},"model":"item/wynn/jigsaw/crate/crate_bonfire_lid"},{"predicate":{"damage":0.012812299807816},"model":"item/wynn/jigsaw/crate/crate_bonfire_chest"},{"predicate":{"damage":0.013452914798206},"model":"item/wynn/jigsaw/crate/crate_spirits_lid"},{"predicate":{"damage":0.014093529788597},"model":"item/wynn/jigsaw/crate/crate_spirits_chest"},{"predicate":{"damage":0.014734144778988},"model":"item/wynn/jigsaw/crate/crate_blizzard_lid"},{"predicate":{"damage":0.015374759769379},"model":"item/wynn/jigsaw/crate/crate_blizzard_chest"},{"predicate":{"damage":0.016015374759769},"model":"item/wynn/jigsaw/anomaly/anomaly_head"},{"predicate":{"damage":0.01665598975016},"model":"item/wynn/jigsaw/anomaly/anomaly_body"},{"predicate":{"damage":0.017296604740551},"model":"item/wynn/jigsaw/anomaly/anomaly_arm"},{"predicate":{"damage":0.017937219730942},"model":"item/wynn/jigsaw/anomaly/anomaly_hand"},{"predicate":{"damage":0.018577834721332},"model":"item/wynn/jigsaw/redbeard/redbeard_body"},{"predicate":{"damage":0.019218449711723},"model":"item/wynn/jigsaw/redbeard/redbeard_arm"},{"predicate":{"damage":0.019859064702114},"model":"item/wynn/jigsaw/redbeard/redbeard_foot"},{"predicate":{"damage":0.020499679692505},"model":"item/wynn/jigsaw/redbeard/redbeard_peg"},{"predicate":{"damage":0.021140294682896},"model":"item/wynn/jigsaw/fetish/fetish_head"},{"predicate":{"damage":0.021780909673286},"model":"item/wynn/jigsaw/fetish/fetish_body"},{"predicate":{"damage":0.022421524663677},"model":"item/wynn/jigsaw/fetish/fetish_arm"},{"predicate":{"damage":0.023062139654068},"model":"item/wynn/jigsaw/fetish/fetish_knife"},{"predicate":{"damage":0.023702754644459},"model":"item/wynn/jigsaw/rat/rat"},{"predicate":{"damage":0.024343369634849},"model":"item/wynn/jigsaw/effigy/effigy_head"},{"predicate":{"damage":0.02498398462524},"model":"item/wynn/jigsaw/effigy/effigy_hand_left"},{"predicate":{"damage":0.025624599615631},"model":"item/wynn/jigsaw/effigy/effigy_hand_right"},{"predicate":{"damage":0.026265214606022},"model":"item/wynn/jigsaw/redbeard_c/redbeard_c_head"},{"predicate":{"damage":0.026905829596413},"model":"item/wynn/jigsaw/redbeard_c/redbeard_c_body"},{"predicate":{"damage":0.027546444586803},"model":"item/wynn/jigsaw/redbeard_c/redbeard_c_arm_left"},{"predicate":{"damage":0.028187059577194},"model":"item/wynn/jigsaw/redbeard_c/redbeard_c_arm_right"},{"predicate":{"damage":0.028827674567585},"model":"item/wynn/jigsaw/lich/lich_head"},{"predicate":{"damage":0.029468289557976},"model":"item/wynn/jigsaw/lich/lich_arm"},{"predicate":{"damage":0.030108904548366},"model":"item/wynn/jigsaw/lich/lich_body"},{"predicate":{"damage":0.030749519538757},"model":"item/wynn/jigsaw/lich/lich_cloak"},{"predicate":{"damage":0.031390134529148},"model":"item/wynn/jigsaw/lich_c/lich_c_head"},{"predicate":{"damage":0.032030749519539},"model":"item/wynn/jigsaw/lich_c/lich_c_arm"},{"predicate":{"damage":0.03267136450993},"model":"item/wynn/jigsaw/lich_c/lich_c_body"},{"predicate":{"damage":0.03331197950032},"model":"item/wynn/jigsaw/lich_c/lich_c_cloak"},{"predicate":{"damage":0.033952594490711},"model":"item/wynn/jigsaw/crab/crab_body"},{"predicate":{"damage":0.034593209481102},"model":"item/wynn/jigsaw/crab/crab_claw"},{"predicate":{"damage":0.035233824471493},"model":"item/wynn/jigsaw/crab/crab_leg"},{"predicate":{"damage":0.035874439461883},"model":"item/wynn/jigsaw/avostrider/avostrider_head"},{"predicate":{"damage":0.036515054452274},"model":"item/wynn/jigsaw/avostrider/avostrider_body"},{"predicate":{"damage":0.037155669442665},"model":"item/wynn/jigsaw/avostrider/avostrider_wing"},{"predicate":{"damage":0.037796284433056},"model":"item/wynn/jigsaw/avostrider/avostrider_leg"},{"predicate":{"damage":0.038436899423447},"model":"item/wynn/jigsaw/bonny/bonny_head"},{"predicate":{"damage":0.039077514413837},"model":"item/wynn/jigsaw/bonny/bonny_torso"},{"predicate":{"damage":0.039718129404228},"model":"item/wynn/jigsaw/bonny/bonny_arm"},{"predicate":{"damage":0.040358744394619},"model":"item/wynn/jigsaw/snow_fennec/snow_fennec_head"},{"predicate":{"damage":0.04099935938501},"model":"item/wynn/jigsaw/snow_fennec/snow_fennec_body"},{"predicate":{"damage":0.0416399743754},"model":"item/wynn/jigsaw/snow_fennec/snow_fennec_tail"},{"predicate":{"damage":0.042280589365791},"model":"item/wynn/jigsaw/snow_fennec/snow_fennec_leg"},{"predicate":{"damage":0.042921204356182},"model":"item/wynn/jigsaw/guide/guide_head"},{"predicate":{"damage":0.043561819346573},"model":"item/wynn/jigsaw/guide/guide_body"},{"predicate":{"damage":0.044202434336963},"model":"item/wynn/jigsaw/guide/guide_arm_book"},{"predicate":{"damage":0.044843049327354},"model":"item/wynn/jigsaw/guide/guide_arm"},{"predicate":{"damage":0.045483664317745},"model":"item/wynn/jigsaw/fragment/fragment_eye"},{"predicate":{"damage":0.046124279308136},"model":"item/wynn/jigsaw/fragment/fragment_debris"},{"predicate":{"damage":0.047405509288917},"model":"item/wynn/jigsaw/lootrun/reward_lid"},{"predicate":{"damage":0.048046124279308},"model":"item/wynn/jigsaw/lootrun/reward_chest"},{"predicate":{"damage":0.048686739269699},"model":"item/wynn/jigsaw/lootrun/treasure_lid"},{"predicate":{"damage":0.04932735426009},"model":"item/wynn/jigsaw/lootrun/treasure_chest"},{"predicate":{"damage":0.04996796925048},"model":"item/wynn/jigsaw/dragonling/shadowfel/shadowfel_head"},{"predicate":{"damage":0.050608584240871},"model":"item/wynn/jigsaw/dragonling/shadowfel/shadowfel_body"},{"predicate":{"damage":0.051249199231262},"model":"item/wynn/jigsaw/dragonling/shadowfel/shadowfel_wing"},{"predicate":{"damage":0.051889814221653},"model":"item/wynn/jigsaw/dragonling/shadowfel/shadowfel_leg"},{"predicate":{"damage":0.052530429212044},"model":"item/wynn/jigsaw/dragonling/shadowfel/shadowfel_tail"},{"predicate":{"damage":0.053171044202434},"model":"item/wynn/jigsaw/mamba/mamba_head"},{"predicate":{"damage":0.053811659192825},"model":"item/wynn/jigsaw/mamba/mamba_body"},{"predicate":{"damage":0.054452274183216},"model":"item/wynn/jigsaw/mamba/mamba_bush"},{"predicate":{"damage":0.055092889173607},"model":"item/wynn/jigsaw/crow/crow_body"},{"predicate":{"damage":0.055733504163997},"model":"item/wynn/jigsaw/crow/crow_wing_left"},{"predicate":{"damage":0.056374119154388},"model":"item/wynn/jigsaw/crow/crow_wing_right"},{"predicate":{"damage":0.057014734144779},"model":"item/wynn/jigsaw/mage/mage_head"},{"predicate":{"damage":0.05765534913517},"model":"item/wynn/jigsaw/mage/mage_body"},{"predicate":{"damage":0.058295964125561},"model":"item/wynn/jigsaw/mage/mage_arm_left"},{"predicate":{"damage":0.058936579115951},"model":"item/wynn/jigsaw/mage/mage_arm_right"},{"predicate":{"damage":0.059577194106342},"model":"item/wynn/jigsaw/mage/mage_pylon"},{"predicate":{"damage":0.060217809096733},"model":"item/wynn/jigsaw/golem/golem_head"},{"predicate":{"damage":0.060858424087124},"model":"item/wynn/jigsaw/golem/golem_arm"},{"predicate":{"damage":0.061499039077514},"model":"item/wynn/jigsaw/forest_sprite/forest_sprite_head"},{"predicate":{"damage":0.062139654067905},"model":"item/wynn/jigsaw/forest_sprite/forest_sprite_body"},{"predicate":{"damage":0.062780269058296},"model":"item/wynn/jigsaw/wisp/wisp_head"},{"predicate":{"damage":0.063420884048687},"model":"item/wynn/jigsaw/wisp/wisp_body"},{"predicate":{"damage":0.064061499039078},"model":"item/wynn/jigsaw/wisp/wisp_arm"},{"predicate":{"damage":0.064702114029468},"model":"item/wynn/jigsaw/lost_spirit/lost_spirit"},{"predicate":{"damage":0.065342729019859},"model":"item/wynn/jigsaw/avalanche/avalanche_head"},{"predicate":{"damage":0.06598334401025},"model":"item/wynn/jigsaw/avalanche/avalanche_jaw"},{"predicate":{"damage":0.066623959000641},"model":"item/barrier"}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/diamond_pickaxe.json b/assets/minecraft/models/item/diamond_pickaxe.json new file mode 100644 index 000000000..b9d441c40 --- /dev/null +++ b/assets/minecraft/models/item/diamond_pickaxe.json @@ -0,0 +1 @@ +{"parent":"item/handheld","textures":{"layer0":"item/diamond_pickaxe"},"overrides":[{"predicate":{"damage":0.0006406149903907751},"model":"item/wynn/skin/dagger/banana_dagger"},{"predicate":{"damage":0.0012812299807815504},"model":"item/wynn/skin/spear/steampunk_spear"},{"predicate":{"damage":0.0019218449711723255},"model":"item/wynn/skin/wand/steampunk_wand"},{"predicate":{"damage":0.002562459961563101},"model":"item/wynn/skin/dagger/scifi_dagger"},{"predicate":{"damage":0.0032030749519538757},"model":"item/wynn/skin/spear/scifi_spear"},{"predicate":{"damage":0.003843689942344651},"model":"item/wynn/skin/wand/scifi_wand"},{"predicate":{"damage":0.004484304932735426},"model":"item/wynn/skin/dagger/steampunk_dagger"},{"predicate":{"damage":0.005124919923126201},"model":"item/wynn/skin/bow/steampunk_bow"},{"predicate":{"damage":0.005765534913516976},"model":"item/wynn/skin/bow/scifi_bow"},{"predicate":{"damage":0.006406149903907751},"model":"item/barrier"},{"predicate":{"damage":0.00704676489429852},"model":"item/wynn/skin/spear/corrupted_spear"},{"predicate":{"damage":0.00768737988468931},"model":"item/wynn/skin/wand/corrupted_wand"},{"predicate":{"damage":0.008327994875080071},"model":"item/wynn/skin/dagger/corrupted_dagger"},{"predicate":{"damage":0.00896860986547085},"model":"item/wynn/skin/bow/corrupted_bow"},{"predicate":{"damage":0.00960922485},"model":"item/wynn/skin/bow/frost_bow"},{"predicate":{"damage":0.01024983984},"model":"item/wynn/skin/spear/frost_spear"},{"predicate":{"damage":0.01089045483},"model":"item/wynn/skin/wand/frost_wand"},{"predicate":{"damage":0.01153106982},"model":"item/wynn/skin/dagger/frost_dagger"},{"predicate":{"damage":0.0121638924},"model":"item/wynn/skin/hat/dynasty_hat"},{"predicate":{"damage":0.0128040973},"model":"item/wynn/skin/hat/bounty_hunter_hat"},{"predicate":{"damage":0.0134443022},"model":"item/wynn/skin/hat/ivy_horns"},{"predicate":{"damage":0.014084507},"model":"item/wynn/skin/hat/flower_crown"},{"predicate":{"damage":0.0147247119},"model":"item/wynn/skin/hat/viking_helmet"},{"predicate":{"damage":0.0153649168},"model":"item/wynn/skin/hat/yahya_fantasy"},{"predicate":{"damage":0.01600512166},"model":"item/wynn/skin/hat/adventurer_hat"},{"predicate":{"damage":0.016645326504481},"model":"item/wynn/skin/hat/wings"},{"predicate":{"damage":0.017285531370038},"model":"item/wynn/jigsaw/orphion/orphion_head"},{"predicate":{"damage":0.017925736235595},"model":"item/wynn/jigsaw/orphion/orphion_jaw"},{"predicate":{"damage":0.018565941101152},"model":"item/wynn/jigsaw/orphion/orphion_body"},{"predicate":{"damage":0.019206145966709},"model":"item/wynn/jigsaw/orphion/orphion_leg"},{"predicate":{"damage":0.019846350832266},"model":"item/wynn/jigsaw/orphion/orphion_thigh"},{"predicate":{"damage":0.020486555697823},"model":"item/wynn/jigsaw/orphion/orphion_tail"},{"predicate":{"damage":0.02112676056338},"model":"item/wynn/jigsaw/orphion/vanta_orphion_head"},{"predicate":{"damage":0.021766965428937},"model":"item/wynn/jigsaw/orphion/vanta_orphion_body"},{"predicate":{"damage":0.0224075804193277},"model":"item/wynn/jigsaw/orphion/vanta_orphion_leg"},{"predicate":{"damage":0.0230481954097184},"model":"item/wynn/jigsaw/orphion/vanta_orphion_thigh"},{"predicate":{"damage":0.0236888104001091},"model":"item/wynn/jigsaw/orphion/vanta_orphion_tail"},{"predicate":{"damage":0.0243294253904998},"model":"item/wynn/skin/hat/bunny_ears"},{"predicate":{"damage":0.0249700403808905},"model":"item/wynn/skin/hat/corkian_goggles"},{"predicate":{"damage":0.025624599615631},"model":"item/wynn/skin/hat/decay_hat"},{"predicate":{"damage":0.026265214606022},"model":"item/wynn/skin/hat/magehat"},{"predicate":{"damage":0.026905829596413},"model":"item/wynn/skin/hat/warriorhat"},{"predicate":{"damage":0.027546444586803},"model":"item/wynn/skin/hat/shamanhat"},{"predicate":{"damage":0.028187059577194},"model":"item/wynn/skin/hat/archerhat"},{"predicate":{"damage":0.028827674567585},"model":"item/wynn/skin/hat/assassinhat"},{"predicate":{"damage":0.029468289557976},"model":"item/wynn/skin/hat/fancy_crown"},{"predicate":{"damage":0.030108904548366},"model":"item/wynn/skin/hat/fox_ears"},{"predicate":{"damage":0.030749519538757},"model":"item/wynn/skin/hat/jester_hat"},{"predicate":{"damage":0.031390134529148},"model":"item/wynn/skin/hat/mythichat"},{"predicate":{"damage":0.032030749519539},"model":"item/wynn/skin/hat/black_cat_ears"},{"predicate":{"damage":0.03267136450993},"model":"item/wynn/skin/hat/devilhorns"},{"predicate":{"damage":0.03331197950032},"model":"item/wynn/skin/hat/goathorns"},{"predicate":{"damage":0.033952594490711},"model":"item/wynn/skin/hat/pirate_hat"},{"predicate":{"damage":0.034593209481102},"model":"item/wynn/skin/hat/plague_doctor"},{"predicate":{"damage":0.035233824471493},"model":"item/wynn/skin/hat/skull_tophat"},{"predicate":{"damage":0.035874439461883},"model":"item/wynn/skin/hat/spectral_mask"},{"predicate":{"damage":0.036515054452274},"model":"item/wynn/skin/hat/harvest_circlet"},{"predicate":{"damage":0.037155669442665},"model":"item/wynn/skin/hat/dynasty_guanmao"},{"predicate":{"damage":0.037796284433056},"model":"item/wynn/skin/hat/jagged_crown"},{"predicate":{"damage":0.038436899423447},"model":"item/wynn/skin/hat/avo_headdress"},{"predicate":{"damage":0.039077514413837},"model":"item/wynn/skin/hat/boreal_crown"},{"predicate":{"damage":0.03971812940422},"model":"item/wynn/skin/hat/detective_fedora"},{"predicate":{"damage":0.040358744394619},"model":"item/wynn/skin/hat/ginger_beard"},{"predicate":{"damage":0.04099935938501},"model":"item/wynn/skin/hat/holiday_lights"},{"predicate":{"damage":0.0416399743754},"model":"item/wynn/skin/hat/reindeer_horns"},{"predicate":{"damage":0.042280589365791},"model":"item/wynn/skin/hat/santa_hat"},{"predicate":{"damage":0.042921204356182},"model":"item/wynn/skin/hat/scifi_earpiece"},{"predicate":{"damage":0.043561819346573},"model":"item/wynn/skin/hat/snow_fox_ears"},{"predicate":{"damage":0.044202434336963},"model":"item/wynn/skin/hat/silver_viking_helmet"},{"predicate":{"damage":0.044843049327354},"model":"item/wynn/skin/hat/winter_hat"},{"predicate":{"damage":0.045483664317745},"model":"item/wynn/skin/hat/winter_scarf"},{"predicate":{"damage":0.046124279308136},"model":"item/wynn/skin/hat/chefs_hat"},{"predicate":{"damage":0.046764894298527},"model":"item/wynn/skin/hat/diamond_helmet"},{"predicate":{"damage":0.047405509288917},"model":"item/wynn/skin/hat/eye_cultist_hood"},{"predicate":{"damage":0.048046124279308},"model":"item/wynn/skin/hat/fruit_basket"},{"predicate":{"damage":0.048686739269699},"model":"item/wynn/skin/hat/gold_helmet"},{"predicate":{"damage":0.04932735426009},"model":"item/wynn/skin/hat/half_moon_hood"},{"predicate":{"damage":0.04996796925048},"model":"item/wynn/skin/hat/propeller_hat"},{"predicate":{"damage":0.050608584240871},"model":"item/wynn/skin/hat/seraphim_tiara"},{"predicate":{"damage":0.051249199231262},"model":"item/wynn/skin/hat/sombrero"},{"predicate":{"damage":0.051889814221653},"model":"item/wynn/skin/hat/stout_shako"},{"predicate":{"damage":0.052530429212044},"model":"item/wynn/skin/hat/wybel_beanie"},{"predicate":{"damage":0.053171044202434},"model":"item/wynn/skin/hat/bonfire_crown"},{"predicate":{"damage":0.053811659192825},"model":"item/wynn/skin/hat/leaf_crest"},{"predicate":{"damage":0.054452274183216},"model":"item/wynn/skin/hat/straw_hat"},{"predicate":{"damage":0.055092889173607},"model":"item/wynn/skin/hat/sun_hat"},{"predicate":{"damage":0.055733504163997},"model":"item/wynn/skin/hat/bucket_hat"},{"predicate":{"damage":0.056374119154388},"model":"item/wynn/skin/hat/bandana"},{"predicate":{"damage":0.057014734144779},"model":"item/wynn/skin/hat/beret"},{"predicate":{"damage":0.05765534913517},"model":"item/wynn/skin/hat/bonfire_headdress"},{"predicate":{"damage":0.058295964125561},"model":"item/wynn/skin/hat/crown_of_chains"},{"predicate":{"damage":0.058936579115951},"model":"item/wynn/skin/hat/elf_hat"},{"predicate":{"damage":0.059577194106342},"model":"item/wynn/skin/hat/raccoon_cap"},{"predicate":{"damage":0.060217809096733},"model":"item/wynn/skin/hat/tree_hat"},{"predicate":{"damage":0.060858424087124},"model":"item/wynn/skin/hat/snow_cloud_hat"},{"predicate":{"damage":0.061499039077514},"model":"item/wynn/skin/hat/frostbound_halo"},{"predicate":{"damage":0.062139654067905},"model":"item/wynn/skin/hat/dapper_topper"},{"predicate":{"damage":0.062780269058296},"model":"item/wynn/skin/hat/fur_hood"},{"predicate":{"damage":0.063420884048687},"model":"item/wynn/skin/hat/stars_hat"},{"predicate":{"damage":0.064061499039078},"model":"item/wynn/skin/hat/thankful_capotain"},{"predicate":{"damage":0.064702114029468},"model":"item/wynn/skin/hat/winter_moon_hat"},{"predicate":{"damage":0.065342729019859},"model":"item/wynn/skin/hat/big_catch"},{"predicate":{"damage":0.06598334401025},"model":"item/wynn/skin/hat/bookworm"},{"predicate":{"damage":0.066623959000641},"model":"item/wynn/skin/hat/chef_poultry"},{"predicate":{"damage":0.067264573991031},"model":"item/wynn/skin/hat/lumberjack_stump"},{"predicate":{"damage":0.067905188981422},"model":"item/wynn/skin/hat/brewing_cauldron"},{"predicate":{"damage":0.068545803971813},"model":"item/wynn/skin/hat/yarn_head"},{"predicate":{"damage":0.069186418962204},"model":"item/wynn/skin/hat/cowboy_hat"},{"predicate":{"damage":0.069827033952594},"model":"item/wynn/skin/hat/champion_fullhelm"},{"predicate":{"damage":0.070467648942985},"model":"item/wynn/skin/hat/masquerade_mask"},{"predicate":{"damage":0.071108263933376},"model":"item/wynn/skin/hat/decorated_bicorn"},{"predicate":{"damage":0.071748878923767},"model":"item/wynn/skin/hat/spring_hat"},{"predicate":{"damage":0.072389493914158},"model":"item/wynn/skin/hat/towering_hat"},{"predicate":{"damage":0.073030108904548},"model":"item/wynn/skin/hat/bird_nest"},{"predicate":{"damage":0.073670723894939},"model":"item/wynn/skin/hat/fungi_cap"},{"predicate":{"damage":0.07431133888533},"model":"item/wynn/skin/hat/fury_coronet"},{"predicate":{"damage":0.074951953875721},"model":"item/wynn/skin/hat/geomancer_bouldercrest"},{"predicate":{"damage":0.075592568866111},"model":"item/wynn/skin/hat/grizzly_headpiece"},{"predicate":{"damage":0.076233183856502},"model":"item/wynn/skin/hat/hot_head"},{"predicate":{"damage":0.076873798846893},"model":"item/wynn/skin/hat/lotus_of_the_wilds"},{"predicate":{"damage":0.077514413837284},"model":"item/wynn/skin/hat/aristrocat_hat"},{"predicate":{"damage":0.078155028827675},"model":"item/wynn/skin/hat/dragon_mask"},{"predicate":{"damage":0.078795643818065},"model":"item/wynn/skin/hat/hydration_headgear"},{"predicate":{"damage":0.079436258808456},"model":"item/wynn/skin/hat/verdant_laurel"},{"predicate":{"damage":0.080076873798847},"model":"item/wynn/skin/hat/gothic_tiara"},{"predicate":{"damage":0.080717488789238},"model":"item/wynn/skin/hat/paper_bag"},{"predicate":{"damage":0.081358103779628},"model":"item/wynn/skin/hat/witch_hat"},{"predicate":{"damage":0.081998718770019},"model":"item/wynn/skin/hat/fossil_skull"},{"predicate":{"damage":0.08263933376041},"model":"item/wynn/skin/hat/monster_mask"},{"predicate":{"damage":0.083279948750801},"model":"item/wynn/skin/hat/gluttony_gourd"},{"predicate":{"damage":0.083920563741192},"model":"item/wynn/skin/hat/bandit_mask"},{"predicate":{"damage":0.084561178731582},"model":"item/wynn/skin/hat/grafter_aggregate"},{"predicate":{"damage":0.085201793721973},"model":"item/wynn/skin/hat/haunting_spider"},{"predicate":{"damage":0.085842408712364},"model":"item/wynn/skin/hat/werewolf_mask"},{"predicate":{"damage":0.086483023702755},"model":"item/wynn/skin/hat/moonlit_chapeau"},{"predicate":{"damage":0.087123638693145},"model":"item/wynn/skin/hat/worn_kasa"},{"predicate":{"damage":0.087764253683536},"model":"item/wynn/skin/hat/midnight_kasa"},{"predicate":{"damage":0.088404868673927},"model":"item/wynn/skin/hat/cat_hat"},{"predicate":{"damage":0.089045483664318},"model":"item/wynn/skin/hat/evergreen_wreath"},{"predicate":{"damage":0.089686098654709},"model":"item/wynn/skin/hat/gingerbread_house"},{"predicate":{"damage":0.090326713645099},"model":"item/wynn/skin/hat/gnome_cap"},{"predicate":{"damage":0.09096732863549},"model":"item/wynn/skin/hat/highlands_ushanka"},{"predicate":{"damage":0.091607943625881},"model":"item/wynn/skin/hat/nutcracker_hat"},{"predicate":{"damage":0.092248558616272},"model":"item/wynn/skin/hat/fox_mask"},{"predicate":{"damage":0.092889173606662},"model":"item/wynn/skin/hat/frostbite_hat"},{"predicate":{"damage":0.093529788597053},"model":"item/wynn/skin/hat/snowdrift_circlet"},{"predicate":{"damage":0.094170403587444},"model":"item/wynn/skin/hat/theorick_hood"},{"predicate":{"damage":0.094811018577835},"model":"item/wynn/skin/hat/valorous_helmet"},{"predicate":{"damage":0.095451633568225},"model":"item/wynn/skin/hat/ancient_diadem"},{"predicate":{"damage":0.096092248558616},"model":"item/wynn/skin/hat/cheese_wheel"},{"predicate":{"damage":0.096732863549007},"model":"item/wynn/skin/hat/gardener_hat"},{"predicate":{"damage":0.097373478539398},"model":"item/wynn/skin/hat/rose_hat"},{"predicate":{"damage":0.098014093529789},"model":"item/wynn/skin/hat/heroes_beret"},{"predicate":{"damage":0.098654708520179},"model":"item/wynn/skin/hat/heroic_wingwreath"},{"predicate":{"damage":0.09929532351057},"model":"item/wynn/skin/hat/dwarven_helmet"},{"predicate":{"damage":0.099935938500961},"model":"item/wynn/skin/hat/embellished_tricorn"},{"predicate":{"damage":0.100576553491352},"model":"item/wynn/skin/hat/hunter_hat"},{"predicate":{"damage":0.101217168481742},"model":"item/wynn/skin/hat/spring_flowers_circlet"},{"predicate":{"damage":0.101857783472133},"model":"item/wynn/skin/hat/stalwart_morion"},{"predicate":{"damage":0.102498398462524},"model":"item/wynn/skin/hat/elf_ears"},{"predicate":{"damage":0.103139013452915},"model":"item/wynn/skin/hat/annihilation_disciple"},{"predicate":{"damage":0.103779628443306},"model":"item/wynn/skin/hat/orphion_messenger"},{"predicate":{"damage":0.104420243433696},"model":"item/barrier"}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/diamond_shovel.json b/assets/minecraft/models/item/diamond_shovel.json new file mode 100644 index 000000000..0aa902bc0 --- /dev/null +++ b/assets/minecraft/models/item/diamond_shovel.json @@ -0,0 +1 @@ +{"parent":"item/handheld","textures":{"layer0":"item/diamond_shovel"},"overrides":[{"predicate":{"damage":0.00064020486},"model":"item/wynn/skin/dagger/chicken_leg_staff"},{"predicate":{"damage":0.00128040973},"model":"item/wynn/skin/spear/kebab_spear"},{"predicate":{"damage":0.0019206146},"model":"item/wynn/skin/wand/swordfish_wand"},{"predicate":{"damage":0.00256081946},"model":"item/wynn/skin/bow/banana_bow"},{"predicate":{"damage":0.00320102433},"model":"item/wynn/skin/dagger/flaming_sword"},{"predicate":{"damage":0.00384122919},"model":"item/wynn/skin/spear/flaming_hammer"},{"predicate":{"damage":0.00448143406},"model":"item/wynn/skin/wand/flaming_wand"},{"predicate":{"damage":0.00512163892},"model":"item/wynn/skin/bow/flaming_bow"},{"predicate":{"damage":0.00576184379},"model":"item/wynn/skin/wand/dernic_wand"},{"predicate":{"damage":0.00640204866},"model":"item/wynn/skin/dagger/dernic_dagger"},{"predicate":{"damage":0.00704225352},"model":"item/wynn/skin/spear/dernic_spear"},{"predicate":{"damage":0.00768245839},"model":"item/wynn/skin/bow/dernic_bow"},{"predicate":{"damage":0.00832266325},"model":"item/wynn/skin/dagger/holy_dagger"},{"predicate":{"damage":0.00896286812},"model":"item/wynn/skin/spear/holy_hammer"},{"predicate":{"damage":0.00960307298},"model":"item/wynn/skin/wand/holy_wand"},{"predicate":{"damage":0.0102432778},"model":"item/wynn/skin/bow/holy_bow"},{"predicate":{"damage":0.0108834827},"model":"item/wynn/skin/dagger/lotr_dagger"},{"predicate":{"damage":0.0115236876},"model":"item/wynn/skin/wand/lotr_staff"},{"predicate":{"damage":0.0121638924},"model":"item/wynn/skin/wand/lotr_wand"},{"predicate":{"damage":0.0128040973},"model":"item/wynn/skin/bow/lotr_bow"},{"predicate":{"damage":0.0134443022},"model":"item/wynn/skin/bow/money_bow"},{"predicate":{"damage":0.014084507},"model":"item/wynn/skin/wand/money_wand"},{"predicate":{"damage":0.0147247119},"model":"item/wynn/skin/spear/money_spear"},{"predicate":{"damage":0.0153649168},"model":"item/wynn/skin/dagger/money_dagger"},{"predicate":{"damage":0.01600512166},"model":"item/wynn/skin/dagger/pan"},{"predicate":{"damage":0.016645326504481},"model":"item/wynn/skin/relik/dernic_relik"},{"predicate":{"damage":0.017285531370038},"model":"item/wynn/skin/relik/corrupted_relik"},{"predicate":{"damage":0.017925736235595},"model":"item/wynn/skin/relik/frost_relik"},{"predicate":{"damage":0.018565941101152},"model":"item/wynn/skin/relik/broccoli"},{"predicate":{"damage":0.019206145966709},"model":"item/wynn/skin/relik/anchor_relik"},{"predicate":{"damage":0.019846350832266},"model":"item/wynn/skin/bow/cannon_bow"},{"predicate":{"damage":0.020486555697823},"model":"item/wynn/skin/relik/phoenix_relik"},{"predicate":{"damage":0.02112676056338},"model":"item/wynn/skin/relik/steampunk_relik"},{"predicate":{"damage":0.021766965428937},"model":"item/wynn/skin/relik/halfmoon_relik"},{"predicate":{"damage":0.022407170294494},"model":"item/wynn/skin/relik/future_relik"},{"predicate":{"damage":0.023047375160051},"model":"item/wynn/skin/relik/money_relik"},{"predicate":{"damage":0.023687580025608},"model":"item/wynn/skin/spear/oar_spear"},{"predicate":{"damage":0.024327784891165},"model":"item/wynn/skin/wand/atlas_wand"},{"predicate":{"damage":0.024967989756722},"model":"item/wynn/skin/dagger/hook_dagger"},{"predicate":{"damage":0.025608194622279},"model":"item/wynn/skin/relik/fellowship_relik"},{"predicate":{"damage":0.026248399487836},"model":"item/wynn/skin/dagger/rune_dagger"},{"predicate":{"damage":0.026888604353393},"model":"item/wynn/skin/spear/rune_spear"},{"predicate":{"damage":0.02752880921895},"model":"item/wynn/skin/bow/rune_crossbow"},{"predicate":{"damage":0.028169014084507},"model":"item/wynn/skin/wand/rune_staff"},{"predicate":{"damage":0.028809218950064},"model":"item/wynn/skin/relik/rune_relik"},{"predicate":{"damage":0.029449423815621},"model":"item/wynn/skin/spear/dynasty_spear"},{"predicate":{"damage":0.030089628681178},"model":"item/wynn/skin/dagger/dynasty_dagger"},{"predicate":{"damage":0.030729833546735},"model":"item/wynn/skin/wand/dynasty_wand"},{"predicate":{"damage":0.031370038412292},"model":"item/wynn/skin/relik/dynasty_relik"},{"predicate":{"damage":0.032010243277849},"model":"item/wynn/skin/bow/dynasty_bow"},{"predicate":{"damage":0.03267136450993},"model":"item/wynn/skin/wand/decay_wand"},{"predicate":{"damage":0.033290653008963},"model":"item/wynn/skin/bow/decay_bow"},{"predicate":{"damage":0.03393085787452},"model":"item/wynn/skin/dagger/decay_dagger"},{"predicate":{"damage":0.034571062740077},"model":"item/wynn/skin/relik/decay_relik"},{"predicate":{"damage":0.035211267605634},"model":"item/wynn/skin/spear/decay_spear"},{"predicate":{"damage":0.035851472471191},"model":"item/wynn/skin/wand/driftwood_wand"},{"predicate":{"damage":0.036491677336748},"model":"item/wynn/skin/bow/driftwood_bow"},{"predicate":{"damage":0.037131882202305},"model":"item/wynn/skin/dagger/driftwood_dagger"},{"predicate":{"damage":0.037772087067862},"model":"item/wynn/skin/relik/driftwood_relik"},{"predicate":{"damage":0.038136899423447},"model":"item/wynn/skin/spear/driftwood_spear"},{"predicate":{"damage":0.039077514413837},"model":"item/wynn/skin/wand/rose"},{"predicate":{"damage":0.039718129404228},"model":"item/wynn/skin/spear/harvest_spear"},{"predicate":{"damage":0.040358744394619},"model":"item/wynn/skin/wand/harvest_wand"},{"predicate":{"damage":0.04099935938501},"model":"item/wynn/skin/dagger/harvest_sickle"},{"predicate":{"damage":0.0416399743754},"model":"item/wynn/skin/relik/harvest_relik"},{"predicate":{"damage":0.042280589365791},"model":"item/wynn/skin/bow/harvest_bow"},{"predicate":{"damage":0.042921204356182},"model":"item/wynn/skin/spear/spectral_spear"},{"predicate":{"damage":0.043561819346573},"model":"item/wynn/skin/relik/spectral_relik"},{"predicate":{"damage":0.044202434336963},"model":"item/wynn/skin/dagger/spectral_dagger"},{"predicate":{"damage":0.044843049327354},"model":"item/wynn/skin/wand/spectral_wand"},{"predicate":{"damage":0.045483664317745},"model":"item/wynn/skin/bow/spectral_bow"},{"predicate":{"damage":0.046124279308136},"model":"item/wynn/skin/spear/boreal_spear"},{"predicate":{"damage":0.046764894298527},"model":"item/wynn/skin/relik/boreal_relik"},{"predicate":{"damage":0.047405509288917},"model":"item/wynn/skin/bow/boreal_bow"},{"predicate":{"damage":0.048046124279308},"model":"item/wynn/skin/dagger/boreal_dagger"},{"predicate":{"damage":0.048686739269699},"model":"item/wynn/skin/wand/boreal_wand"},{"predicate":{"damage":0.04932735426009},"model":"item/wynn/skin/spear/cosmic_spear"},{"predicate":{"damage":0.04996796925048},"model":"item/wynn/skin/relik/cosmic_relik"},{"predicate":{"damage":0.050608584240871},"model":"item/wynn/skin/wand/cosmic_wand"},{"predicate":{"damage":0.051249199231262},"model":"item/wynn/skin/dagger/cosmic_dagger"},{"predicate":{"damage":0.051889814221653},"model":"item/wynn/skin/bow/cosmic_bow"},{"predicate":{"damage":0.052530429212044},"model":"item/wynn/skin/relik/voodoo_doll"},{"predicate":{"damage":0.053171044202434},"model":"item/wynn/skin/relik/candy_relik"},{"predicate":{"damage":0.053811659192825},"model":"item/wynn/skin/bow/candy_bow"},{"predicate":{"damage":0.054452274183216},"model":"item/wynn/skin/spear/candy_spear"},{"predicate":{"damage":0.055092889173607},"model":"item/wynn/skin/wand/candy_wand"},{"predicate":{"damage":0.055733504163997},"model":"item/wynn/skin/dagger/candy_dagger"},{"predicate":{"damage":0.056374119154388},"model":"item/wynn/skin/dagger/seraphim_dagger"},{"predicate":{"damage":0.057014734144779},"model":"item/wynn/skin/spear/seraphim_spear"},{"predicate":{"damage":0.05765534913517},"model":"item/wynn/skin/wand/seraphim_wand"},{"predicate":{"damage":0.058295964125561},"model":"item/wynn/skin/bow/seraphim_bow"},{"predicate":{"damage":0.058936579115951},"model":"item/wynn/skin/relik/seraphim_relik"},{"predicate":{"damage":0.059577194106342},"model":"item/wynn/skin/dagger/music_dagger"},{"predicate":{"damage":0.060217809096733},"model":"item/wynn/skin/spear/music_spear"},{"predicate":{"damage":0.060858424087124},"model":"item/wynn/skin/wand/music_wand"},{"predicate":{"damage":0.061499039077514},"model":"item/wynn/skin/bow/music_bow"},{"predicate":{"damage":0.062139654067905},"model":"item/wynn/skin/relik/music_relik"},{"predicate":{"damage":0.062780269058296},"model":"item/wynn/skin/dagger/toy_dagger"},{"predicate":{"damage":0.063420884048687},"model":"item/wynn/skin/spear/toy_spear"},{"predicate":{"damage":0.064061499039078},"model":"item/wynn/skin/wand/toy_wand"},{"predicate":{"damage":0.064702114029468},"model":"item/wynn/skin/bow/toy_bow"},{"predicate":{"damage":0.065342729019859},"model":"item/wynn/skin/relik/toy_relik"},{"predicate":{"damage":0.06598334401025},"model":"item/wynn/skin/relik/pan_pipes_relik"},{"predicate":{"damage":0.066623959000641},"model":"item/wynn/skin/bow/tropical_bow"},{"predicate":{"damage":0.067264573991031},"model":"item/wynn/skin/dagger/tropical_dagger"},{"predicate":{"damage":0.067905188981422},"model":"item/wynn/skin/relik/tropical_relik"},{"predicate":{"damage":0.068545803971813},"model":"item/wynn/skin/spear/tropical_spear"},{"predicate":{"damage":0.069186418962204},"model":"item/wynn/skin/wand/tropical_wand"},{"predicate":{"damage":0.069827033952594},"model":"item/wynn/skin/bow/bonfire_bow"},{"predicate":{"damage":0.070467648942985},"model":"item/wynn/skin/dagger/bonfire_dagger"},{"predicate":{"damage":0.071108263933376},"model":"item/wynn/skin/relik/bonfire_relik"},{"predicate":{"damage":0.071748878923767},"model":"item/wynn/skin/spear/bonfire_spear"},{"predicate":{"damage":0.072389493914158},"model":"item/wynn/skin/wand/bonfire_wand"},{"predicate":{"damage":0.073030108904548},"model":"item/wynn/skin/wand/squid_wand"},{"predicate":{"damage":0.073670723894939},"model":"item/wynn/skin/bow/frostbound_bow"},{"predicate":{"damage":0.07431133888533},"model":"item/wynn/skin/dagger/frostbound_dagger"},{"predicate":{"damage":0.074951953875721},"model":"item/wynn/skin/relik/frostbound_relik"},{"predicate":{"damage":0.075592568866111},"model":"item/wynn/skin/spear/frostbound_spear"},{"predicate":{"damage":0.076233183856502},"model":"item/wynn/skin/wand/frostbound_wand"},{"predicate":{"damage":0.076873798846893},"model":"item/wynn/skin/bow/sharpshooter_rifle"},{"predicate":{"damage":0.077514413837284},"model":"item/wynn/skin/dagger/trickster_main_gauche"},{"predicate":{"damage":0.078155028827675},"model":"item/wynn/skin/relik/summoner_marionette"},{"predicate":{"damage":0.078795643818065},"model":"item/wynn/skin/spear/paladin_greatsword"},{"predicate":{"damage":0.079436258808456},"model":"item/wynn/skin/wand/light_bearer_sceptre"},{"predicate":{"damage":0.080076873798847},"model":"item/wynn/skin/bow/heroic_bow"},{"predicate":{"damage":0.080717488789238},"model":"item/wynn/skin/dagger/heroic_dagger"},{"predicate":{"damage":0.081358103779628},"model":"item/wynn/skin/relik/heroic_relik"},{"predicate":{"damage":0.081998718770019},"model":"item/wynn/skin/spear/heroic_spear"},{"predicate":{"damage":0.08263933376041},"model":"item/wynn/skin/wand/heroic_wand"},{"predicate":{"damage":0.083279948750801},"model":"item/wynn/skin/bow/brawler_blunderbuss"},{"predicate":{"damage":0.083920563741192},"model":"item/wynn/skin/dagger/brawler_trowel"},{"predicate":{"damage":0.084561178731582},"model":"item/wynn/skin/relik/brawler_whiskey"},{"predicate":{"damage":0.085201793721973},"model":"item/wynn/skin/spear/brawler_rake"},{"predicate":{"damage":0.085842408712364},"model":"item/wynn/skin/wand/brawler_broom"},{"predicate":{"damage":0.086483023702755},"model":"item/wynn/skin/bow/boltslinger_repeater"},{"predicate":{"damage":0.087123638693145},"model":"item/wynn/skin/dagger/acrobat_katana"},{"predicate":{"damage":0.087764253683536},"model":"item/wynn/skin/relik/ritualist_focus"},{"predicate":{"damage":0.088404868673927},"model":"item/wynn/skin/spear/battle_monk_guandao"},{"predicate":{"damage":0.089045483664318},"model":"item/wynn/skin/wand/arcanist_tome"},{"predicate":{"damage":0.089686098654709},"model":"item/wynn/skin/bow/geomancer_arch"},{"predicate":{"damage":0.090326713645099},"model":"item/wynn/skin/dagger/geomancer_fist"},{"predicate":{"damage":0.09096732863549},"model":"item/wynn/skin/relik/geomancer_heirloom"},{"predicate":{"damage":0.091607943625881},"model":"item/wynn/skin/spear/geomancer_hammer"},{"predicate":{"damage":0.092248558616272},"model":"item/wynn/skin/wand/geomancer_sceptre"},{"predicate":{"damage":0.092889173606662},"model":"item/wynn/skin/bow/fury_longbow"},{"predicate":{"damage":0.093529788597053},"model":"item/wynn/skin/dagger/fury_sword"},{"predicate":{"damage":0.094170403587444},"model":"item/wynn/skin/relik/fury_sceptre"},{"predicate":{"damage":0.094811018577835},"model":"item/wynn/skin/spear/fury_lance"},{"predicate":{"damage":0.095451633568225},"model":"item/wynn/skin/wand/fury_staff"},{"predicate":{"damage":0.096092248558616},"model":"item/wynn/skin/bow/crimson_crossbow"},{"predicate":{"damage":0.096732863549007},"model":"item/wynn/skin/dagger/crimson_dagger"},{"predicate":{"damage":0.097373478539398},"model":"item/wynn/skin/relik/crimson_relik"},{"predicate":{"damage":0.098014093529789},"model":"item/wynn/skin/spear/crimson_greatsword"},{"predicate":{"damage":0.098654708520179},"model":"item/wynn/skin/wand/crimson_wand"},{"predicate":{"damage":0.09929532351057},"model":"item/wynn/skin/bow/fossil_bow"},{"predicate":{"damage":0.099935938500961},"model":"item/wynn/skin/dagger/fossil_dagger"},{"predicate":{"damage":0.100576553491352},"model":"item/wynn/skin/relik/fossil_relik"},{"predicate":{"damage":0.101217168481742},"model":"item/wynn/skin/spear/fossil_spear"},{"predicate":{"damage":0.101857783472133},"model":"item/wynn/skin/wand/fossil_wand"},{"predicate":{"damage":0.102498398462524},"model":"item/wynn/skin/bow/gothic_arch"},{"predicate":{"damage":0.103139013452915},"model":"item/wynn/skin/dagger/gothic_claymore"},{"predicate":{"damage":0.103779628443306},"model":"item/wynn/skin/relik/gothic_relik"},{"predicate":{"damage":0.104420243433696},"model":"item/wynn/skin/spear/gothic_trident"},{"predicate":{"damage":0.105060858424087},"model":"item/wynn/skin/wand/gothic_staff"},{"predicate":{"damage":0.105701473414478},"model":"item/wynn/skin/bow/tesla_bow"},{"predicate":{"damage":0.106342088404869},"model":"item/wynn/skin/dagger/tesla_claw"},{"predicate":{"damage":0.106982703395259},"model":"item/wynn/skin/relik/tesla_relik"},{"predicate":{"damage":0.10762331838565},"model":"item/wynn/skin/spear/tesla_trident"},{"predicate":{"damage":0.108263933376041},"model":"item/wynn/skin/wand/tesla_staff"},{"predicate":{"damage":0.108904548366432},"model":"item/wynn/skin/bow/trapper_crescent"},{"predicate":{"damage":0.109545163356823},"model":"item/wynn/skin/dagger/shadestepper_scimitar"},{"predicate":{"damage":0.110185778347213},"model":"item/wynn/skin/relik/acolyte_scepter"},{"predicate":{"damage":0.110826393337604},"model":"item/wynn/skin/spear/fallen_glaive"},{"predicate":{"damage":0.111467008327995},"model":"item/wynn/skin/wand/riftwalker_staff"},{"predicate":{"damage":0.112107623318386},"model":"item/wynn/skin/bow/highlands_bow"},{"predicate":{"damage":0.112748238308776},"model":"item/wynn/skin/dagger/highlands_claw"},{"predicate":{"damage":0.113388853299167},"model":"item/wynn/skin/relik/highlands_relik"},{"predicate":{"damage":0.114029468289558},"model":"item/wynn/skin/spear/highlands_gavel"},{"predicate":{"damage":0.114670083279949},"model":"item/wynn/skin/wand/highlands_staff"},{"predicate":{"damage":0.11531069827034},"model":"item/wynn/skin/bow/aurora_longbow"},{"predicate":{"damage":0.115951313260731},"model":"item/wynn/skin/dagger/aurora_dagger"},{"predicate":{"damage":0.116591928251122},"model":"item/wynn/skin/relik/aurora_relik"},{"predicate":{"damage":0.117232543241513},"model":"item/wynn/skin/spear/aurora_battleaxe"},{"predicate":{"damage":0.117873158231904},"model":"item/wynn/skin/wand/aurora_staff"},{"predicate":{"damage":0.118513773222295},"model":"item/wynn/skin/bow/ancient_orbiter"},{"predicate":{"damage":0.119154388212684},"model":"item/wynn/skin/dagger/ancient_palm"},{"predicate":{"damage":0.119795003203075},"model":"item/wynn/skin/relik/ancient_relik"},{"predicate":{"damage":0.120435618193466},"model":"item/wynn/skin/spear/ancient_halberd"},{"predicate":{"damage":0.121076233183856},"model":"item/wynn/skin/wand/ancient_staff"},{"predicate":{"damage":0.121716848174247},"model":"item/wynn/skin/bow/dwarven_bow"},{"predicate":{"damage":0.122357463164638},"model":"item/wynn/skin/dagger/dwarven_dagger"},{"predicate":{"damage":0.122998078155029},"model":"item/wynn/skin/relik/dwarven_relik"},{"predicate":{"damage":0.12363869314542},"model":"item/wynn/skin/spear/dwarven_spear"},{"predicate":{"damage":0.12427930813581},"model":"item/wynn/skin/wand/dwarven_wand"},{"predicate":{"damage":0.124919923126201},"model":"item/wynn/skin/bow/bob_bow"},{"predicate":{"damage":0.125560538116592},"model":"item/wynn/skin/dagger/siegfried_sword"},{"predicate":{"damage":0.126201153106983},"model":"item/wynn/skin/relik/maxie_remote"},{"predicate":{"damage":0.126841768097373},"model":"item/wynn/skin/spear/tisaun_greatsword"},{"predicate":{"damage":0.127482383087764},"model":"item/wynn/skin/wand/lari_stave"},{"predicate":{"damage":0.128122998078155},"model":"item/barrier"}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/diamond_sword.json b/assets/minecraft/models/item/diamond_sword.json new file mode 100644 index 000000000..f8d941527 --- /dev/null +++ b/assets/minecraft/models/item/diamond_sword.json @@ -0,0 +1 @@ +{"parent":"item/handheld","textures":{"layer0":"item/diamond_sword"},"overrides":[{"predicate":{"damage":0.000640614990391},"model":"item/wynn/spell/meteor_0"},{"predicate":{"damage":0.001281229980782},"model":"item/wynn/spell/meteor_1"},{"predicate":{"damage":0.001921844971172},"model":"item/wynn/spell/ice_snake_0"},{"predicate":{"damage":0.002562459961563},"model":"item/wynn/spell/ice_snake_1"},{"predicate":{"damage":0.003203074951954},"model":"item/wynn/spell/trap_0"},{"predicate":{"damage":0.003843689942345},"model":"item/wynn/spell/trap_1"},{"predicate":{"damage":0.004484304932735},"model":"item/wynn/spell/angel_0"},{"predicate":{"damage":0.005124919923126},"model":"item/wynn/spell/angel_1"},{"predicate":{"damage":0.005765534913517},"model":"item/wynn/spell/mask_coward"},{"predicate":{"damage":0.006406149903908},"model":"item/wynn/spell/mask_lunatic"},{"predicate":{"damage":0.007046764894299},"model":"item/wynn/spell/mask_fanatic"},{"predicate":{"damage":0.007687379884689},"model":"item/wynn/prop/burning_flame"},{"predicate":{"damage":0.00832799487508},"model":"item/wynn/housing/station/misc_bucket"},{"predicate":{"damage":0.008968609865471},"model":"item/wynn/housing/station/message_board"},{"predicate":{"damage":0.009609224855862},"model":"item/wynn/housing/station/teleport_pad"},{"predicate":{"damage":0.010249839846252},"model":"item/wynn/housing/station/jukebox"},{"predicate":{"damage":0.010890454836643},"model":"item/wynn/housing/furniture/chair_bench"},{"predicate":{"damage":0.011531069827034},"model":"item/wynn/housing/furniture/chair_boulder"},{"predicate":{"damage":0.012171684817425},"model":"item/wynn/housing/furniture/chair_wood"},{"predicate":{"damage":0.012812299807816},"model":"item/wynn/housing/furniture/curtains_bamboo"},{"predicate":{"damage":0.013452914798206},"model":"item/wynn/housing/furniture/curtains_open_bamboo"},{"predicate":{"damage":0.014093529788597},"model":"item/wynn/housing/furniture/curtains_velvet"},{"predicate":{"damage":0.014734144778988},"model":"item/wynn/housing/furniture/curtains_open_velvet"},{"predicate":{"damage":0.015374759769379},"model":"item/wynn/housing/furniture/curtains_regal"},{"predicate":{"damage":0.016015374759769},"model":"item/wynn/housing/furniture/curtains_open_regal"},{"predicate":{"damage":0.01665598975016},"model":"item/wynn/housing/furniture/curtains_white"},{"predicate":{"damage":0.017296604740551},"model":"item/wynn/housing/furniture/curtains_open_white"},{"predicate":{"damage":0.017937219730942},"model":"item/wynn/housing/furniture/statue_frog"},{"predicate":{"damage":0.018577834721332},"model":"item/wynn/housing/furniture/chair_log"},{"predicate":{"damage":0.019218449711723},"model":"item/wynn/housing/furniture/shades"},{"predicate":{"damage":0.019859064702114},"model":"item/wynn/housing/furniture/shades_open"},{"predicate":{"damage":0.020499679692505},"model":"item/wynn/housing/furniture/chair_stool"},{"predicate":{"damage":0.021140294682896},"model":"item/wynn/housing/furniture/chair_quartz"},{"predicate":{"damage":0.021780909673286},"model":"item/wynn/housing/furniture/chair_regal"},{"predicate":{"damage":0.022421524663677},"model":"item/wynn/housing/station/gear"},{"predicate":{"damage":0.023062139654068},"model":"item/wynn/housing/furniture/table_small"},{"predicate":{"damage":0.023702754644459},"model":"item/wynn/housing/furniture/table_normal"},{"predicate":{"damage":0.024343369634849},"model":"item/wynn/housing/furniture/table_quartz"},{"predicate":{"damage":0.02498398462524},"model":"item/wynn/housing/furniture/table_regal"},{"predicate":{"damage":0.025624599615631},"model":"item/wynn/housing/furniture/table_boulder"},{"predicate":{"damage":0.026265214606022},"model":"item/wynn/prop/message_bottle"},{"predicate":{"damage":0.026905829596413},"model":"item/wynn/locked_chest"},{"predicate":{"damage":0.027546444586803},"model":"item/wynn/beam"},{"predicate":{"damage":0.028187059577194},"model":"item/wynn/housing/station/bookshelf"},{"predicate":{"damage":0.028827674567585},"model":"item/wynn/housing/furniture/statue_eldritch"},{"predicate":{"damage":0.029468289557976},"model":"item/wynn/housing/furniture/statue_hero"},{"predicate":{"damage":0.030108904548366},"model":"item/wynn/housing/furniture/statue_light_guild"},{"predicate":{"damage":0.030749519538757},"model":"item/wynn/housing/furniture/statue_idol"},{"predicate":{"damage":0.031390134529148},"model":"item/wynn/prop/giant_gourd"},{"predicate":{"damage":0.032030749519539},"model":"item/wynn/prop/undead_remains_0"},{"predicate":{"damage":0.03267136450993},"model":"item/wynn/prop/undead_remains_1"},{"predicate":{"damage":0.03331197950032},"model":"item/wynn/prop/soul_flame"},{"predicate":{"damage":0.033952594490711},"model":"item/wynn/prop/soul_lantern"},{"predicate":{"damage":0.034593209481102},"model":"item/wynn/prop/present_red"},{"predicate":{"damage":0.035233824471493},"model":"item/wynn/prop/present_green"},{"predicate":{"damage":0.035874439461883},"model":"item/wynn/prop/present_blue"},{"predicate":{"damage":0.036515054452274},"model":"item/wynn/prop/garden_gnome"},{"predicate":{"damage":0.037155669442665},"model":"item/wynn/prop/candy_cane"},{"predicate":{"damage":0.037796284433056},"model":"item/wynn/prop/mead_mug"},{"predicate":{"damage":0.038436899423447},"model":"item/wynn/prop/clay_urn"},{"predicate":{"damage":0.039077514413837},"model":"item/wynn/prop/quest_scroll"},{"predicate":{"damage":0.039718129404228},"model":"item/wynn/prop/hay_bale"},{"predicate":{"damage":0.040358744394619},"model":"item/wynn/prop/treasure_cache"},{"predicate":{"damage":0.04099935938501},"model":"item/wynn/prop/burlap_sack"},{"predicate":{"damage":0.0416399743754},"model":"item/wynn/prop/barrel_oak"},{"predicate":{"damage":0.042280589365791},"model":"item/wynn/prop/barrel_spruce"},{"predicate":{"damage":0.042921204356182},"model":"item/wynn/prop/barrel_birch"},{"predicate":{"damage":0.043561819346573},"model":"item/wynn/prop/clay_vase"},{"predicate":{"damage":0.044202434336963},"model":"item/wynn/prop/clay_amphora"},{"predicate":{"damage":0.044843049327354},"model":"item/wynn/prop/clay_mortar"},{"predicate":{"damage":0.045483664317745},"model":"item/wynn/prop/bottles"},{"predicate":{"damage":0.046124279308136},"model":"item/wynn/prop/carrots"},{"predicate":{"damage":0.046764894298527},"model":"item/wynn/prop/potatoes"},{"predicate":{"damage":0.047405509288917},"model":"item/barrier"}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/enchanting_table.json b/assets/minecraft/models/item/enchanting_table.json new file mode 100644 index 000000000..d7d4fea6f --- /dev/null +++ b/assets/minecraft/models/item/enchanting_table.json @@ -0,0 +1 @@ +{"parent":"block/enchanting_table_item"} \ No newline at end of file diff --git a/assets/minecraft/models/item/flint_and_steel.json b/assets/minecraft/models/item/flint_and_steel.json new file mode 100644 index 000000000..dec8da083 --- /dev/null +++ b/assets/minecraft/models/item/flint_and_steel.json @@ -0,0 +1 @@ +{"parent":"item/generated","textures":{"layer0":"item/flint_and_steel"},"overrides":[{"predicate":{"damage":0.015625},"model":"item/wynn/accessory/ring/ring_base_a"},{"predicate":{"damage":0.03125},"model":"item/wynn/accessory/ring/ring_base_b"},{"predicate":{"damage":0.046875},"model":"item/wynn/accessory/ring/ring_earth_a"},{"predicate":{"damage":0.0625},"model":"item/wynn/accessory/ring/ring_earth_b"},{"predicate":{"damage":0.078125},"model":"item/wynn/accessory/ring/ring_thunder_a"},{"predicate":{"damage":0.09375},"model":"item/wynn/accessory/ring/ring_thunder_b"},{"predicate":{"damage":0.109375},"model":"item/wynn/accessory/ring/ring_fire_a"},{"predicate":{"damage":0.125},"model":"item/wynn/accessory/ring/ring_fire_b"},{"predicate":{"damage":0.140625},"model":"item/wynn/accessory/ring/ring_air_a"},{"predicate":{"damage":0.15625},"model":"item/wynn/accessory/ring/ring_air_b"},{"predicate":{"damage":0.171875},"model":"item/wynn/accessory/ring/ring_water_a"},{"predicate":{"damage":0.1875},"model":"item/wynn/accessory/ring/ring_water_b"},{"predicate":{"damage":0.203125},"model":"item/wynn/accessory/ring/ring_multi_a"},{"predicate":{"damage":0.21875},"model":"item/wynn/accessory/ring/ring_multi_b"},{"predicate":{"damage":0.234375},"model":"item/wynn/accessory/ring/ring_special_a"},{"predicate":{"damage":0.25},"model":"item/wynn/accessory/ring/ring_special_b"},{"predicate":{"damage":0.265625},"model":"item/wynn/accessory/ring/ring_special_c"},{"predicate":{"damage":0.28125},"model":"item/wynn/accessory/necklace/necklace_base_a"},{"predicate":{"damage":0.296875},"model":"item/wynn/accessory/necklace/necklace_base_b"},{"predicate":{"damage":0.3125},"model":"item/wynn/accessory/necklace/necklace_earth_a"},{"predicate":{"damage":0.328125},"model":"item/wynn/accessory/necklace/necklace_earth_b"},{"predicate":{"damage":0.34375},"model":"item/wynn/accessory/necklace/necklace_thunder_a"},{"predicate":{"damage":0.359375},"model":"item/wynn/accessory/necklace/necklace_thunder_b"},{"predicate":{"damage":0.375},"model":"item/wynn/accessory/necklace/necklace_fire_a"},{"predicate":{"damage":0.390625},"model":"item/wynn/accessory/necklace/necklace_fire_b"},{"predicate":{"damage":0.40625},"model":"item/wynn/accessory/necklace/necklace_air_a"},{"predicate":{"damage":0.421875},"model":"item/wynn/accessory/necklace/necklace_air_b"},{"predicate":{"damage":0.4375},"model":"item/wynn/accessory/necklace/necklace_water_a"},{"predicate":{"damage":0.453125},"model":"item/wynn/accessory/necklace/necklace_water_b"},{"predicate":{"damage":0.46875},"model":"item/wynn/accessory/necklace/necklace_multi_a"},{"predicate":{"damage":0.484375},"model":"item/wynn/accessory/necklace/necklace_multi_b"},{"predicate":{"damage":0.5},"model":"item/wynn/accessory/necklace/necklace_special_a"},{"predicate":{"damage":0.515625},"model":"item/wynn/accessory/necklace/necklace_special_b"},{"predicate":{"damage":0.53125},"model":"item/wynn/accessory/necklace/necklace_special_c"},{"predicate":{"damage":0.546875},"model":"item/wynn/accessory/bracelet/bracelet_base_a"},{"predicate":{"damage":0.5625},"model":"item/wynn/accessory/bracelet/bracelet_base_b"},{"predicate":{"damage":0.578125},"model":"item/wynn/accessory/bracelet/bracelet_earth_a"},{"predicate":{"damage":0.59375},"model":"item/wynn/accessory/bracelet/bracelet_earth_b"},{"predicate":{"damage":0.609375},"model":"item/wynn/accessory/bracelet/bracelet_thunder_a"},{"predicate":{"damage":0.625},"model":"item/wynn/accessory/bracelet/bracelet_thunder_b"},{"predicate":{"damage":0.640625},"model":"item/wynn/accessory/bracelet/bracelet_fire_a"},{"predicate":{"damage":0.65625},"model":"item/wynn/accessory/bracelet/bracelet_fire_b"},{"predicate":{"damage":0.671875},"model":"item/wynn/accessory/bracelet/bracelet_air_a"},{"predicate":{"damage":0.6875},"model":"item/wynn/accessory/bracelet/bracelet_air_b"},{"predicate":{"damage":0.703125},"model":"item/wynn/accessory/bracelet/bracelet_water_a"},{"predicate":{"damage":0.71875},"model":"item/wynn/accessory/bracelet/bracelet_water_b"},{"predicate":{"damage":0.734375},"model":"item/wynn/accessory/bracelet/bracelet_multi_a"},{"predicate":{"damage":0.75},"model":"item/wynn/accessory/bracelet/bracelet_multi_b"},{"predicate":{"damage":0.765625},"model":"item/barrier"}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/golden_axe.json b/assets/minecraft/models/item/golden_axe.json new file mode 100644 index 000000000..248ea5704 --- /dev/null +++ b/assets/minecraft/models/item/golden_axe.json @@ -0,0 +1 @@ +{"parent":"item/handheld","textures":{"layer0":"item/golden_axe"},"overrides":[{"predicate":{"damage":0.03125},"model":"item/barrier"},{"predicate":{"damage":0.375},"model":"item/wynn/gui/button/note_green"},{"predicate":{"damage":0.40625},"model":"item/wynn/gui/button/note_yellow"},{"predicate":{"damage":0.4375},"model":"item/wynn/gui/button/note_gray"},{"predicate":{"damage":0.46875},"model":"item/wynn/gui/store/silverbull_emblem"},{"predicate":{"damage":0.5},"model":"item/barrier"}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/golden_pickaxe.json b/assets/minecraft/models/item/golden_pickaxe.json new file mode 100644 index 000000000..b3822ee1d --- /dev/null +++ b/assets/minecraft/models/item/golden_pickaxe.json @@ -0,0 +1 @@ +{"parent":"item/handheld","textures":{"layer0":"item/golden_pickaxe"},"overrides":[{"predicate":{"damage":0.03125},"model":"item/barrier"},{"predicate":{"damage":0.0625},"model":"item/barrier"},{"predicate":{"damage":0.09375},"model":"item/wynn/gui/beacon/yellow"},{"predicate":{"damage":0.125},"model":"item/wynn/gui/beacon/blue"},{"predicate":{"damage":0.15625},"model":"item/wynn/gui/beacon/purple"},{"predicate":{"damage":0.1875},"model":"item/wynn/gui/beacon/gray"},{"predicate":{"damage":0.21875},"model":"item/wynn/gui/beacon/orange"},{"predicate":{"damage":0.25},"model":"item/wynn/gui/beacon/red"},{"predicate":{"damage":0.28125},"model":"item/wynn/gui/beacon/dark_gray"},{"predicate":{"damage":0.3125},"model":"item/wynn/gui/beacon/white"},{"predicate":{"damage":0.34375},"model":"item/wynn/gui/beacon/cyan"},{"predicate":{"damage":0.375},"model":"item/wynn/gui/beacon/rainbow"},{"predicate":{"damage":0.40625},"model":"item/barrier"}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/golden_shovel.json b/assets/minecraft/models/item/golden_shovel.json new file mode 100644 index 000000000..0104537f5 --- /dev/null +++ b/assets/minecraft/models/item/golden_shovel.json @@ -0,0 +1 @@ +{"parent":"item/handheld","textures":{"layer0":"item/golden_shovel"},"overrides":[{"predicate":{"damage":0.03125},"model":"item/barrier"},{"predicate":{"damage":0.0625},"model":"item/barrier"},{"predicate":{"damage":0.09375},"model":"item/wynn/gui/equipment_slot"},{"predicate":{"damage":0.125},"model":"item/wynn/gui/crafting/main"},{"predicate":{"damage":0.15625},"model":"item/wynn/gui/crafting/item_slot"},{"predicate":{"damage":0.1875},"model":"item/wynn/gui/crafting/material_slot"},{"predicate":{"damage":0.21875},"model":"item/wynn/gui/crafting/arrow_up"},{"predicate":{"damage":0.25},"model":"item/wynn/gui/crafting/arrow_down"},{"predicate":{"damage":0.28125},"model":"item/wynn/gui/row"},{"predicate":{"damage":0.3125},"model":"item/barrier"},{"predicate":{"damage":0.34375},"model":"item/wynn/gui/crafting/column_offset"},{"predicate":{"damage":0.375},"model":"item/barrier"},{"predicate":{"damage":0.40625},"model":"item/barrier"},{"predicate":{"damage":0.4375},"model":"item/wynn/legacy/arrow_left_default"},{"predicate":{"damage":0.46875},"model":"item/wynn/legacy/arrow_right_default"},{"predicate":{"damage":0.5},"model":"item/wynn/legacy/arrow_right_red"},{"predicate":{"damage":0.53125},"model":"item/wynn/legacy/check_gray"},{"predicate":{"damage":0.5625},"model":"item/wynn/legacy/check_red"},{"predicate":{"damage":0.59375},"model":"item/wynn/legacy/check_yellow"},{"predicate":{"damage":0.625},"model":"item/wynn/legacy/check_green"},{"predicate":{"damage":0.65625},"model":"item/wynn/legacy/refresh_yellow"},{"predicate":{"damage":0.6875},"model":"item/wynn/legacy/plus_green"},{"predicate":{"damage":0.71875},"model":"item/wynn/gui/trade_icon"},{"predicate":{"damage":0.75},"model":"item/wynn/gui/beacon/pink"},{"predicate":{"damage":0.78125},"model":"item/wynn/gui/beacon/green"},{"predicate":{"damage":0.8125},"model":"item/barrier"}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/gray_dye.json b/assets/minecraft/models/item/gray_dye.json new file mode 100644 index 000000000..aed159255 --- /dev/null +++ b/assets/minecraft/models/item/gray_dye.json @@ -0,0 +1 @@ +{"parent":"item/generated","textures":{"layer0":"wynn/powder/small_air"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/green_dye.json b/assets/minecraft/models/item/green_dye.json new file mode 100644 index 000000000..2066bb416 --- /dev/null +++ b/assets/minecraft/models/item/green_dye.json @@ -0,0 +1 @@ +{"parent":"item/generated","textures":{"layer0":"wynn/powder/large_earth"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/infested_chiseled_stone_bricks.json b/assets/minecraft/models/item/infested_chiseled_stone_bricks.json new file mode 100644 index 000000000..d82c085eb --- /dev/null +++ b/assets/minecraft/models/item/infested_chiseled_stone_bricks.json @@ -0,0 +1 @@ +{"parent":"minecraft:block/variants/dark_chiseled_stone_bricks"} \ No newline at end of file diff --git a/assets/minecraft/models/item/infested_cobblestone.json b/assets/minecraft/models/item/infested_cobblestone.json new file mode 100644 index 000000000..e5c6bf148 --- /dev/null +++ b/assets/minecraft/models/item/infested_cobblestone.json @@ -0,0 +1 @@ +{"parent":"minecraft:block/variants/dark_cobblestone"} \ No newline at end of file diff --git a/assets/minecraft/models/item/infested_cracked_stone_bricks.json b/assets/minecraft/models/item/infested_cracked_stone_bricks.json new file mode 100644 index 000000000..2b69fe74d --- /dev/null +++ b/assets/minecraft/models/item/infested_cracked_stone_bricks.json @@ -0,0 +1 @@ +{"parent":"minecraft:block/variants/dark_cracked_stone_bricks"} \ No newline at end of file diff --git a/assets/minecraft/models/item/infested_mossy_stone_bricks.json b/assets/minecraft/models/item/infested_mossy_stone_bricks.json new file mode 100644 index 000000000..5cd69de57 --- /dev/null +++ b/assets/minecraft/models/item/infested_mossy_stone_bricks.json @@ -0,0 +1 @@ +{"parent":"minecraft:block/variants/dark_mossy_stone_bricks"} \ No newline at end of file diff --git a/assets/minecraft/models/item/infested_stone.json b/assets/minecraft/models/item/infested_stone.json new file mode 100644 index 000000000..abc6fe33c --- /dev/null +++ b/assets/minecraft/models/item/infested_stone.json @@ -0,0 +1 @@ +{"parent":"minecraft:block/variants/dark_stone"} \ No newline at end of file diff --git a/assets/minecraft/models/item/infested_stone_bricks.json b/assets/minecraft/models/item/infested_stone_bricks.json new file mode 100644 index 000000000..e8d6a22c6 --- /dev/null +++ b/assets/minecraft/models/item/infested_stone_bricks.json @@ -0,0 +1 @@ +{"parent":"minecraft:block/variants/dark_stone_bricks"} \ No newline at end of file diff --git a/assets/minecraft/models/item/iron_horse_armor.json b/assets/minecraft/models/item/iron_horse_armor.json new file mode 100644 index 000000000..497938f3e --- /dev/null +++ b/assets/minecraft/models/item/iron_horse_armor.json @@ -0,0 +1 @@ +{"parent":"item/generated","textures":{"layer0":"item/iron_horse_armor"},"overrides":[{"predicate":{"custom_model_data":1},"model":"item/wynn/housing/profession/alchemism"},{"predicate":{"custom_model_data":2},"model":"item/wynn/housing/profession/armouring"},{"predicate":{"custom_model_data":3},"model":"item/wynn/housing/profession/cooking"},{"predicate":{"custom_model_data":4},"model":"item/wynn/housing/profession/farming"},{"predicate":{"custom_model_data":5},"model":"item/wynn/housing/profession/fishing"},{"predicate":{"custom_model_data":6},"model":"item/wynn/housing/profession/jeweling"},{"predicate":{"custom_model_data":7},"model":"item/wynn/housing/profession/mining"},{"predicate":{"custom_model_data":8},"model":"item/wynn/housing/profession/scribing"},{"predicate":{"custom_model_data":9},"model":"item/wynn/housing/profession/tailoring"},{"predicate":{"custom_model_data":10},"model":"item/wynn/housing/profession/weaponsmithing"},{"predicate":{"custom_model_data":11},"model":"item/wynn/housing/profession/woodcutting"},{"predicate":{"custom_model_data":12},"model":"item/wynn/housing/profession/woodworking"},{"predicate":{"custom_model_data":13},"model":"item/wynn/housing/furniture/chair_wood"},{"predicate":{"custom_model_data":14},"model":"item/wynn/housing/furniture/chair_stool"},{"predicate":{"custom_model_data":15},"model":"item/wynn/housing/furniture/chair_bench"},{"predicate":{"custom_model_data":16},"model":"item/wynn/housing/furniture/chair_log"},{"predicate":{"custom_model_data":17},"model":"item/wynn/housing/furniture/chair_boulder"},{"predicate":{"custom_model_data":18},"model":"item/wynn/housing/furniture/chair_regal"},{"predicate":{"custom_model_data":19},"model":"item/wynn/housing/furniture/chair_quartz"},{"predicate":{"custom_model_data":20},"model":"item/wynn/housing/furniture/table_small"},{"predicate":{"custom_model_data":21},"model":"item/wynn/housing/furniture/table_normal"},{"predicate":{"custom_model_data":22},"model":"item/wynn/housing/furniture/table_boulder"},{"predicate":{"custom_model_data":23},"model":"item/wynn/housing/furniture/table_regal"},{"predicate":{"custom_model_data":24},"model":"item/wynn/housing/furniture/table_quartz"},{"predicate":{"custom_model_data":25},"model":"item/wynn/housing/furniture/shades"},{"predicate":{"custom_model_data":26},"model":"item/wynn/housing/furniture/shades_open"},{"predicate":{"custom_model_data":27},"model":"item/wynn/housing/furniture/curtains_bamboo"},{"predicate":{"custom_model_data":28},"model":"item/wynn/housing/furniture/curtains_open_bamboo"},{"predicate":{"custom_model_data":29},"model":"item/wynn/housing/furniture/curtains_white"},{"predicate":{"custom_model_data":30},"model":"item/wynn/housing/furniture/curtains_open_white"},{"predicate":{"custom_model_data":31},"model":"item/wynn/housing/furniture/curtains_regal"},{"predicate":{"custom_model_data":32},"model":"item/wynn/housing/furniture/curtains_open_regal"},{"predicate":{"custom_model_data":33},"model":"item/wynn/housing/furniture/curtains_velvet"},{"predicate":{"custom_model_data":34},"model":"item/wynn/housing/furniture/curtains_open_velvet"},{"predicate":{"custom_model_data":35},"model":"item/wynn/housing/furniture/statue_eldritch"},{"predicate":{"custom_model_data":36},"model":"item/wynn/housing/furniture/statue_hero"},{"predicate":{"custom_model_data":37},"model":"item/wynn/housing/furniture/statue_idol"},{"predicate":{"custom_model_data":38},"model":"item/wynn/housing/furniture/statue_groot_normal"},{"predicate":{"custom_model_data":39},"model":"item/wynn/housing/furniture/statue_groot_guild"},{"predicate":{"custom_model_data":40},"model":"item/wynn/housing/furniture/statue_light_normal"},{"predicate":{"custom_model_data":41},"model":"item/wynn/housing/furniture/statue_light_guild"},{"predicate":{"custom_model_data":42},"model":"item/wynn/housing/furniture/statue_colossal_normal"},{"predicate":{"custom_model_data":43},"model":"item/wynn/housing/furniture/statue_colossal_guild"},{"predicate":{"custom_model_data":44},"model":"item/wynn/housing/furniture/statue_nameless_normal"},{"predicate":{"custom_model_data":45},"model":"item/wynn/housing/furniture/statue_nameless_guild"},{"predicate":{"custom_model_data":46},"model":"item/wooden_axe"},{"predicate":{"custom_model_data":47},"model":"item/stone_axe"},{"predicate":{"custom_model_data":48},"model":"item/golden_axe"},{"predicate":{"custom_model_data":49},"model":"item/iron_axe"},{"predicate":{"custom_model_data":50},"model":"item/diamond_axe"},{"predicate":{"custom_model_data":51},"model":"item/wooden_pickaxe"},{"predicate":{"custom_model_data":52},"model":"item/stone_pickaxe"},{"predicate":{"custom_model_data":53},"model":"item/golden_pickaxe"},{"predicate":{"custom_model_data":54},"model":"item/iron_pickaxe"},{"predicate":{"custom_model_data":55},"model":"item/diamond_pickaxe"},{"predicate":{"custom_model_data":56},"model":"item/wynn/tool/wooden_rod"},{"predicate":{"custom_model_data":57},"model":"item/wynn/tool/stone_rod"},{"predicate":{"custom_model_data":58},"model":"item/wynn/tool/golden_rod"},{"predicate":{"custom_model_data":59},"model":"item/wynn/tool/iron_rod"},{"predicate":{"custom_model_data":60},"model":"item/wynn/tool/diamond_rod"},{"predicate":{"custom_model_data":61},"model":"item/wooden_hoe"},{"predicate":{"custom_model_data":62},"model":"item/stone_hoe"},{"predicate":{"custom_model_data":63},"model":"item/golden_hoe"},{"predicate":{"custom_model_data":64},"model":"item/iron_hoe"},{"predicate":{"custom_model_data":65},"model":"item/diamond_hoe"},{"predicate":{"custom_model_data":66},"model":"item/wynn/housing/tool/blueprint"},{"predicate":{"custom_model_data":67},"model":"item/wynn/housing/tool/handsaw"},{"predicate":{"custom_model_data":68},"model":"item/wynn/housing/tool/ruler"},{"predicate":{"custom_model_data":69},"model":"item/wynn/housing/tool/wand"},{"predicate":{"custom_model_data":70},"model":"item/wynn/housing/station/bookshelf"},{"predicate":{"custom_model_data":71},"model":"item/wynn/housing/station/jukebox"},{"predicate":{"custom_model_data":72},"model":"item/wynn/housing/station/message_board"},{"predicate":{"custom_model_data":73},"model":"item/wynn/housing/station/misc_bucket"},{"predicate":{"custom_model_data":74},"model":"item/wynn/housing/station/teleport_pad"},{"predicate":{"custom_model_data":75},"model":"item/wynn/housing/profession/trophy/base"},{"predicate":{"custom_model_data":76},"model":"item/wynn/loot/common"},{"predicate":{"custom_model_data":77},"model":"item/wynn/loot/rare"},{"predicate":{"custom_model_data":78},"model":"item/wynn/loot/set"},{"predicate":{"custom_model_data":79},"model":"item/wynn/loot/legendary"},{"predicate":{"custom_model_data":80},"model":"item/wynn/loot/fabled"},{"predicate":{"custom_model_data":81},"model":"item/wynn/loot/mythic"},{"predicate":{"custom_model_data":82},"model":"item/wynn/loot/cache"},{"predicate":{"custom_model_data":83},"model":"item/wynn/mastery_tome/armour"},{"predicate":{"custom_model_data":84},"model":"item/wynn/mastery_tome/guild"},{"predicate":{"custom_model_data":85},"model":"item/wynn/mastery_tome/lootrun"},{"predicate":{"custom_model_data":86},"model":"item/wynn/mastery_tome/mana"},{"predicate":{"custom_model_data":87},"model":"item/wynn/mastery_tome/movement"},{"predicate":{"custom_model_data":88},"model":"item/wynn/mastery_tome/utility"},{"predicate":{"custom_model_data":89},"model":"item/wynn/mastery_tome/weapon"},{"predicate":{"custom_model_data":90},"model":"item/wynn/pouch/emerald_empty"},{"predicate":{"custom_model_data":91},"model":"item/wynn/pouch/emerald_half"},{"predicate":{"custom_model_data":92},"model":"item/wynn/pouch/emerald_full"},{"predicate":{"custom_model_data":93},"model":"item/wynn/pouch/ingredient_default"},{"predicate":{"custom_model_data":94},"model":"item/wynn/pouch/ingredient_empty"},{"predicate":{"custom_model_data":95},"model":"item/wynn/pouch/ingredient_half"},{"predicate":{"custom_model_data":96},"model":"item/wynn/pouch/ingredient_full"},{"predicate":{"custom_model_data":97},"model":"item/wynn/pouch/ingredient_add"},{"predicate":{"custom_model_data":98},"model":"item/wynn/pouch/crafter_varied"},{"predicate":{"custom_model_data":99},"model":"item/wynn/pouch/crafter_packed"},{"predicate":{"custom_model_data":100},"model":"item/wynn/pouch/crafter_stuffed"},{"predicate":{"custom_model_data":101},"model":"item/wynn/prop/barrel_birch"},{"predicate":{"custom_model_data":102},"model":"item/wynn/prop/barrel_oak"},{"predicate":{"custom_model_data":103},"model":"item/wynn/prop/barrel_spruce"},{"predicate":{"custom_model_data":104},"model":"item/wynn/prop/bottles"},{"predicate":{"custom_model_data":105},"model":"item/wynn/prop/burlap_sack"},{"predicate":{"custom_model_data":106},"model":"item/wynn/prop/burning_flame"},{"predicate":{"custom_model_data":107},"model":"item/wynn/prop/candy_cane"},{"predicate":{"custom_model_data":108},"model":"item/wynn/prop/carrots"},{"predicate":{"custom_model_data":109},"model":"item/wynn/prop/clay_amphora"},{"predicate":{"custom_model_data":110},"model":"item/wynn/prop/clay_urn"},{"predicate":{"custom_model_data":111},"model":"item/wynn/prop/clay_vase"},{"predicate":{"custom_model_data":112},"model":"item/wynn/prop/clay_mortar"},{"predicate":{"custom_model_data":113},"model":"item/wynn/prop/garden_gnome"},{"predicate":{"custom_model_data":114},"model":"item/wynn/prop/giant_gourd"},{"predicate":{"custom_model_data":115},"model":"item/wynn/prop/hay_bale"},{"predicate":{"custom_model_data":116},"model":"item/wynn/prop/mead_mug"},{"predicate":{"custom_model_data":117},"model":"item/wynn/prop/message_bottle"},{"predicate":{"custom_model_data":118},"model":"item/wynn/prop/potatoes"},{"predicate":{"custom_model_data":119},"model":"item/wynn/prop/present_blue"},{"predicate":{"custom_model_data":120},"model":"item/wynn/prop/present_green"},{"predicate":{"custom_model_data":121},"model":"item/wynn/prop/present_red"},{"predicate":{"custom_model_data":122},"model":"item/wynn/prop/quest_scroll"},{"predicate":{"custom_model_data":123},"model":"item/wynn/prop/soul_flame"},{"predicate":{"custom_model_data":124},"model":"item/wynn/prop/soul_lantern"},{"predicate":{"custom_model_data":125},"model":"item/wynn/prop/treasure_cache"},{"predicate":{"custom_model_data":126},"model":"item/wynn/prop/undead_remains_0"},{"predicate":{"custom_model_data":127},"model":"item/wynn/prop/undead_remains_1"},{"predicate":{"custom_model_data":128},"model":"item/wynn/spell/meteor_0"},{"predicate":{"custom_model_data":129},"model":"item/wynn/spell/meteor_1"},{"predicate":{"custom_model_data":130},"model":"item/wynn/spell/ice_snake_0"},{"predicate":{"custom_model_data":131},"model":"item/wynn/spell/ice_snake_1"},{"predicate":{"custom_model_data":132},"model":"item/wynn/spell/trap_0"},{"predicate":{"custom_model_data":133},"model":"item/wynn/spell/trap_1"},{"predicate":{"custom_model_data":134},"model":"item/wynn/spell/angel_0"},{"predicate":{"custom_model_data":135},"model":"item/wynn/spell/angel_1"},{"predicate":{"custom_model_data":136},"model":"item/wynn/spell/totem_0"},{"predicate":{"custom_model_data":137},"model":"item/wynn/spell/totem_1"},{"predicate":{"custom_model_data":138},"model":"item/wynn/spell/mask_coward"},{"predicate":{"custom_model_data":139},"model":"item/wynn/spell/mask_fanatic"},{"predicate":{"custom_model_data":140},"model":"item/wynn/spell/mask_lunatic"},{"predicate":{"custom_model_data":141},"model":"item/wynn/accessory/ring/ring_base_a"},{"predicate":{"custom_model_data":142},"model":"item/wynn/accessory/ring/ring_base_b"},{"predicate":{"custom_model_data":143},"model":"item/wynn/accessory/ring/ring_special_c"},{"predicate":{"custom_model_data":144},"model":"item/wynn/accessory/ring/ring_special_b"},{"predicate":{"custom_model_data":145},"model":"item/wynn/accessory/ring/ring_special_a"},{"predicate":{"custom_model_data":146},"model":"item/wynn/accessory/ring/ring_air_a"},{"predicate":{"custom_model_data":147},"model":"item/wynn/accessory/ring/ring_air_b"},{"predicate":{"custom_model_data":148},"model":"item/wynn/accessory/ring/ring_earth_a"},{"predicate":{"custom_model_data":149},"model":"item/wynn/accessory/ring/ring_earth_b"},{"predicate":{"custom_model_data":150},"model":"item/wynn/accessory/ring/ring_fire_a"},{"predicate":{"custom_model_data":151},"model":"item/wynn/accessory/ring/ring_fire_b"},{"predicate":{"custom_model_data":152},"model":"item/wynn/accessory/ring/ring_thunder_a"},{"predicate":{"custom_model_data":153},"model":"item/wynn/accessory/ring/ring_thunder_b"},{"predicate":{"custom_model_data":154},"model":"item/wynn/accessory/ring/ring_water_a"},{"predicate":{"custom_model_data":155},"model":"item/wynn/accessory/ring/ring_water_b"},{"predicate":{"custom_model_data":156},"model":"item/wynn/accessory/ring/ring_multi_a"},{"predicate":{"custom_model_data":157},"model":"item/wynn/accessory/ring/ring_multi_b"},{"predicate":{"custom_model_data":158},"model":"item/wynn/accessory/bracelet/bracelet_base_a"},{"predicate":{"custom_model_data":159},"model":"item/wynn/accessory/bracelet/bracelet_base_b"},{"predicate":{"custom_model_data":160},"model":"item/wynn/accessory/bracelet/bracelet_air_a"},{"predicate":{"custom_model_data":161},"model":"item/wynn/accessory/bracelet/bracelet_air_b"},{"predicate":{"custom_model_data":162},"model":"item/wynn/accessory/bracelet/bracelet_earth_a"},{"predicate":{"custom_model_data":163},"model":"item/wynn/accessory/bracelet/bracelet_earth_b"},{"predicate":{"custom_model_data":164},"model":"item/wynn/accessory/bracelet/bracelet_fire_a"},{"predicate":{"custom_model_data":165},"model":"item/wynn/accessory/bracelet/bracelet_fire_b"},{"predicate":{"custom_model_data":166},"model":"item/wynn/accessory/bracelet/bracelet_thunder_a"},{"predicate":{"custom_model_data":167},"model":"item/wynn/accessory/bracelet/bracelet_thunder_b"},{"predicate":{"custom_model_data":168},"model":"item/wynn/accessory/bracelet/bracelet_water_a"},{"predicate":{"custom_model_data":169},"model":"item/wynn/accessory/bracelet/bracelet_water_b"},{"predicate":{"custom_model_data":170},"model":"item/wynn/accessory/bracelet/bracelet_multi_a"},{"predicate":{"custom_model_data":171},"model":"item/wynn/accessory/bracelet/bracelet_multi_b"},{"predicate":{"custom_model_data":172},"model":"item/wynn/accessory/necklace/necklace_base_a"},{"predicate":{"custom_model_data":173},"model":"item/wynn/accessory/necklace/necklace_base_b"},{"predicate":{"custom_model_data":174},"model":"item/wynn/accessory/necklace/necklace_special_a"},{"predicate":{"custom_model_data":175},"model":"item/wynn/accessory/necklace/necklace_special_b"},{"predicate":{"custom_model_data":176},"model":"item/wynn/accessory/necklace/necklace_special_c"},{"predicate":{"custom_model_data":177},"model":"item/wynn/accessory/necklace/necklace_air_a"},{"predicate":{"custom_model_data":178},"model":"item/wynn/accessory/necklace/necklace_air_b"},{"predicate":{"custom_model_data":179},"model":"item/wynn/accessory/necklace/necklace_earth_a"},{"predicate":{"custom_model_data":180},"model":"item/wynn/accessory/necklace/necklace_earth_b"},{"predicate":{"custom_model_data":181},"model":"item/wynn/accessory/necklace/necklace_fire_a"},{"predicate":{"custom_model_data":182},"model":"item/wynn/accessory/necklace/necklace_fire_b"},{"predicate":{"custom_model_data":183},"model":"item/wynn/accessory/necklace/necklace_thunder_a"},{"predicate":{"custom_model_data":184},"model":"item/wynn/accessory/necklace/necklace_thunder_b"},{"predicate":{"custom_model_data":185},"model":"item/wynn/accessory/necklace/necklace_water_a"},{"predicate":{"custom_model_data":186},"model":"item/wynn/accessory/necklace/necklace_water_b"},{"predicate":{"custom_model_data":187},"model":"item/wynn/accessory/necklace/necklace_multi_a"},{"predicate":{"custom_model_data":188},"model":"item/wynn/accessory/necklace/necklace_multi_b"},{"predicate":{"custom_model_data":189},"model":"item/wynn/weapon/archer/bow_basic_wood"},{"predicate":{"custom_model_data":190},"model":"item/wynn/weapon/archer/bow_basic_gold"},{"predicate":{"custom_model_data":191},"model":"item/wynn/weapon/archer/bow_air_a"},{"predicate":{"custom_model_data":192},"model":"item/wynn/weapon/archer/bow_air_b"},{"predicate":{"custom_model_data":193},"model":"item/wynn/weapon/archer/bow_air_c"},{"predicate":{"custom_model_data":194},"model":"item/wynn/weapon/archer/bow_earth_a"},{"predicate":{"custom_model_data":195},"model":"item/wynn/weapon/archer/bow_earth_b"},{"predicate":{"custom_model_data":196},"model":"item/wynn/weapon/archer/bow_earth_c"},{"predicate":{"custom_model_data":197},"model":"item/wynn/weapon/archer/bow_fire_a"},{"predicate":{"custom_model_data":198},"model":"item/wynn/weapon/archer/bow_fire_b"},{"predicate":{"custom_model_data":199},"model":"item/wynn/weapon/archer/bow_fire_c"},{"predicate":{"custom_model_data":200},"model":"item/wynn/weapon/archer/bow_thunder_a"},{"predicate":{"custom_model_data":201},"model":"item/wynn/weapon/archer/bow_thunder_b"},{"predicate":{"custom_model_data":202},"model":"item/wynn/weapon/archer/bow_thunder_c"},{"predicate":{"custom_model_data":203},"model":"item/wynn/weapon/archer/bow_water_a"},{"predicate":{"custom_model_data":204},"model":"item/wynn/weapon/archer/bow_water_b"},{"predicate":{"custom_model_data":205},"model":"item/wynn/weapon/archer/bow_water_c"},{"predicate":{"custom_model_data":206},"model":"item/wynn/weapon/archer/bow_multi_a"},{"predicate":{"custom_model_data":207},"model":"item/wynn/weapon/archer/bow_multi_b"},{"predicate":{"custom_model_data":208},"model":"item/wynn/weapon/archer/bow_multi_c"},{"predicate":{"custom_model_data":209},"model":"item/wynn/skin/bow/ancient_orbiter"},{"predicate":{"custom_model_data":210},"model":"item/wynn/skin/bow/aurora_longbow"},{"predicate":{"custom_model_data":211},"model":"item/wynn/skin/bow/azure_bow"},{"predicate":{"custom_model_data":212},"model":"item/wynn/skin/bow/bob_bow"},{"predicate":{"custom_model_data":213},"model":"item/wynn/skin/bow/boltslinger_repeater"},{"predicate":{"custom_model_data":214},"model":"item/wynn/skin/bow/bonfire_bow"},{"predicate":{"custom_model_data":215},"model":"item/wynn/skin/bow/boreal_bow"},{"predicate":{"custom_model_data":216},"model":"item/wynn/skin/bow/brawler_blunderbuss"},{"predicate":{"custom_model_data":217},"model":"item/wynn/skin/bow/candy_bow"},{"predicate":{"custom_model_data":218},"model":"item/wynn/skin/bow/corrupted_bow"},{"predicate":{"custom_model_data":219},"model":"item/wynn/skin/bow/cosmic_bow"},{"predicate":{"custom_model_data":220},"model":"item/wynn/skin/bow/crimson_crossbow"},{"predicate":{"custom_model_data":221},"model":"item/wynn/skin/bow/decay_bow"},{"predicate":{"custom_model_data":222},"model":"item/wynn/skin/bow/dernic_bow"},{"predicate":{"custom_model_data":223},"model":"item/wynn/skin/bow/disciple_bow"},{"predicate":{"custom_model_data":224},"model":"item/wynn/skin/bow/driftwood_bow"},{"predicate":{"custom_model_data":225},"model":"item/wynn/skin/bow/dwarven_bow"},{"predicate":{"custom_model_data":226},"model":"item/wynn/skin/bow/dynasty_bow"},{"predicate":{"custom_model_data":227},"model":"item/wynn/skin/bow/lotr_bow"},{"predicate":{"custom_model_data":228},"model":"item/wynn/skin/bow/banana_bow"},{"predicate":{"custom_model_data":229},"model":"item/wynn/skin/bow/fossil_bow"},{"predicate":{"custom_model_data":230},"model":"item/wynn/skin/bow/frost_bow"},{"predicate":{"custom_model_data":231},"model":"item/wynn/skin/bow/frostbound_bow"},{"predicate":{"custom_model_data":232},"model":"item/wynn/skin/bow/fury_longbow"},{"predicate":{"custom_model_data":233},"model":"item/wynn/skin/bow/geomancer_arch"},{"predicate":{"custom_model_data":234},"model":"item/wynn/skin/bow/money_bow"},{"predicate":{"custom_model_data":235},"model":"item/wynn/skin/bow/gothic_arch"},{"predicate":{"custom_model_data":236},"model":"item/wynn/skin/bow/holy_bow"},{"predicate":{"custom_model_data":237},"model":"item/wynn/skin/bow/harvest_bow"},{"predicate":{"custom_model_data":238},"model":"item/wynn/skin/bow/heroic_bow"},{"predicate":{"custom_model_data":239},"model":"item/wynn/skin/bow/highlands_bow"},{"predicate":{"custom_model_data":240},"model":"item/wynn/skin/bow/legendary_arm_cannon"},{"predicate":{"custom_model_data":241},"model":"item/wynn/skin/bow/mael_longbow"},{"predicate":{"custom_model_data":242},"model":"item/wynn/skin/bow/music_bow"},{"predicate":{"custom_model_data":243},"model":"item/wynn/skin/bow/rune_crossbow"},{"predicate":{"custom_model_data":244},"model":"item/wynn/skin/bow/flaming_bow"},{"predicate":{"custom_model_data":245},"model":"item/wynn/skin/bow/cannon_bow"},{"predicate":{"custom_model_data":246},"model":"item/wynn/skin/bow/scifi_bow"},{"predicate":{"custom_model_data":247},"model":"item/wynn/skin/bow/seraphim_bow"},{"predicate":{"custom_model_data":248},"model":"item/wynn/skin/bow/sharpshooter_rifle"},{"predicate":{"custom_model_data":249},"model":"item/wynn/skin/bow/spectral_bow"},{"predicate":{"custom_model_data":250},"model":"item/wynn/skin/bow/steampunk_bow"},{"predicate":{"custom_model_data":251},"model":"item/wynn/skin/bow/tesla_bow"},{"predicate":{"custom_model_data":252},"model":"item/wynn/skin/bow/toy_bow"},{"predicate":{"custom_model_data":253},"model":"item/wynn/skin/bow/trapper_crescent"},{"predicate":{"custom_model_data":254},"model":"item/wynn/skin/bow/tropical_bow"},{"predicate":{"custom_model_data":255},"model":"item/wynn/weapon/assassin/dagger_basic_wood"},{"predicate":{"custom_model_data":256},"model":"item/wynn/weapon/assassin/dagger_basic_gold"},{"predicate":{"custom_model_data":257},"model":"item/wynn/weapon/assassin/dagger_air_a"},{"predicate":{"custom_model_data":258},"model":"item/wynn/weapon/assassin/dagger_air_b"},{"predicate":{"custom_model_data":259},"model":"item/wynn/weapon/assassin/dagger_air_c"},{"predicate":{"custom_model_data":260},"model":"item/wynn/weapon/assassin/dagger_earth_a"},{"predicate":{"custom_model_data":261},"model":"item/wynn/weapon/assassin/dagger_earth_b"},{"predicate":{"custom_model_data":262},"model":"item/wynn/weapon/assassin/dagger_earth_c"},{"predicate":{"custom_model_data":263},"model":"item/wynn/weapon/assassin/dagger_fire_a"},{"predicate":{"custom_model_data":264},"model":"item/wynn/weapon/assassin/dagger_fire_b"},{"predicate":{"custom_model_data":265},"model":"item/wynn/weapon/assassin/dagger_fire_c"},{"predicate":{"custom_model_data":266},"model":"item/wynn/weapon/assassin/dagger_thunder_a"},{"predicate":{"custom_model_data":267},"model":"item/wynn/weapon/assassin/dagger_thunder_b"},{"predicate":{"custom_model_data":268},"model":"item/wynn/weapon/assassin/dagger_thunder_c"},{"predicate":{"custom_model_data":269},"model":"item/wynn/weapon/assassin/dagger_water_a"},{"predicate":{"custom_model_data":270},"model":"item/wynn/weapon/assassin/dagger_water_b"},{"predicate":{"custom_model_data":271},"model":"item/wynn/weapon/assassin/dagger_water_c"},{"predicate":{"custom_model_data":272},"model":"item/wynn/weapon/assassin/dagger_multi_a"},{"predicate":{"custom_model_data":273},"model":"item/wynn/weapon/assassin/dagger_multi_b"},{"predicate":{"custom_model_data":274},"model":"item/wynn/weapon/assassin/dagger_multi_c"},{"predicate":{"custom_model_data":275},"model":"item/wynn/skin/dagger/acrobat_katana"},{"predicate":{"custom_model_data":276},"model":"item/wynn/skin/dagger/aledar_dagger"},{"predicate":{"custom_model_data":277},"model":"item/wynn/skin/dagger/ancient_palm"},{"predicate":{"custom_model_data":278},"model":"item/wynn/skin/dagger/aurora_dagger"},{"predicate":{"custom_model_data":279},"model":"item/wynn/skin/dagger/azure_nunchucks"},{"predicate":{"custom_model_data":280},"model":"item/wynn/skin/dagger/banana_dagger"},{"predicate":{"custom_model_data":281},"model":"item/wynn/skin/dagger/bob_dagger"},{"predicate":{"custom_model_data":282},"model":"item/wynn/skin/dagger/bonfire_dagger"},{"predicate":{"custom_model_data":283},"model":"item/wynn/skin/dagger/boreal_dagger"},{"predicate":{"custom_model_data":284},"model":"item/wynn/skin/dagger/brawler_trowel"},{"predicate":{"custom_model_data":285},"model":"item/wynn/skin/dagger/candy_dagger"},{"predicate":{"custom_model_data":286},"model":"item/wynn/skin/dagger/corrupted_dagger"},{"predicate":{"custom_model_data":287},"model":"item/wynn/skin/dagger/cosmic_dagger"},{"predicate":{"custom_model_data":288},"model":"item/wynn/skin/dagger/crimson_dagger"},{"predicate":{"custom_model_data":289},"model":"item/wynn/skin/dagger/decay_dagger"},{"predicate":{"custom_model_data":290},"model":"item/wynn/skin/dagger/dernic_dagger"},{"predicate":{"custom_model_data":291},"model":"item/wynn/skin/dagger/disciple_dagger"},{"predicate":{"custom_model_data":292},"model":"item/wynn/skin/dagger/driftwood_dagger"},{"predicate":{"custom_model_data":293},"model":"item/wynn/skin/dagger/dwarven_dagger"},{"predicate":{"custom_model_data":294},"model":"item/wynn/skin/dagger/dynasty_dagger"},{"predicate":{"custom_model_data":295},"model":"item/wynn/skin/dagger/lotr_dagger"},{"predicate":{"custom_model_data":296},"model":"item/wynn/skin/dagger/chicken_leg_staff"},{"predicate":{"custom_model_data":297},"model":"item/wynn/skin/dagger/fossil_dagger"},{"predicate":{"custom_model_data":298},"model":"item/wynn/skin/dagger/frost_dagger"},{"predicate":{"custom_model_data":299},"model":"item/wynn/skin/dagger/frostbound_dagger"},{"predicate":{"custom_model_data":300},"model":"item/wynn/skin/dagger/pan"},{"predicate":{"custom_model_data":301},"model":"item/wynn/skin/dagger/fury_sword"},{"predicate":{"custom_model_data":302},"model":"item/wynn/skin/dagger/geomancer_fist"},{"predicate":{"custom_model_data":303},"model":"item/wynn/skin/dagger/money_dagger"},{"predicate":{"custom_model_data":304},"model":"item/wynn/skin/dagger/gothic_claymore"},{"predicate":{"custom_model_data":305},"model":"item/wynn/skin/dagger/holy_dagger"},{"predicate":{"custom_model_data":306},"model":"item/wynn/skin/dagger/harvest_sickle"},{"predicate":{"custom_model_data":307},"model":"item/wynn/skin/dagger/heroic_dagger"},{"predicate":{"custom_model_data":308},"model":"item/wynn/skin/dagger/highlands_claw"},{"predicate":{"custom_model_data":309},"model":"item/wynn/skin/dagger/music_dagger"},{"predicate":{"custom_model_data":310},"model":"item/wynn/skin/dagger/rune_dagger"},{"predicate":{"custom_model_data":311},"model":"item/wynn/skin/dagger/flaming_sword"},{"predicate":{"custom_model_data":312},"model":"item/wynn/skin/dagger/hook_dagger"},{"predicate":{"custom_model_data":313},"model":"item/wynn/skin/dagger/scifi_dagger"},{"predicate":{"custom_model_data":314},"model":"item/wynn/skin/dagger/seraphim_dagger"},{"predicate":{"custom_model_data":315},"model":"item/wynn/skin/dagger/shadestepper_scimitar"},{"predicate":{"custom_model_data":316},"model":"item/wynn/skin/dagger/siegfried_sword"},{"predicate":{"custom_model_data":317},"model":"item/wynn/skin/dagger/spectral_dagger"},{"predicate":{"custom_model_data":318},"model":"item/wynn/skin/dagger/steampunk_dagger"},{"predicate":{"custom_model_data":319},"model":"item/wynn/skin/dagger/tesla_claw"},{"predicate":{"custom_model_data":320},"model":"item/wynn/skin/dagger/toy_dagger"},{"predicate":{"custom_model_data":321},"model":"item/wynn/skin/dagger/trickster_main_gauche"},{"predicate":{"custom_model_data":322},"model":"item/wynn/skin/dagger/tropical_dagger"},{"predicate":{"custom_model_data":323},"model":"item/wynn/weapon/mage/wand_basic_wood"},{"predicate":{"custom_model_data":324},"model":"item/wynn/weapon/mage/wand_basic_gold"},{"predicate":{"custom_model_data":325},"model":"item/wynn/weapon/mage/wand_basic_diamond"},{"predicate":{"custom_model_data":326},"model":"item/wynn/weapon/mage/wand_air_a"},{"predicate":{"custom_model_data":327},"model":"item/wynn/weapon/mage/wand_air_b"},{"predicate":{"custom_model_data":328},"model":"item/wynn/weapon/mage/wand_air_c"},{"predicate":{"custom_model_data":329},"model":"item/wynn/weapon/mage/wand_earth_a"},{"predicate":{"custom_model_data":330},"model":"item/wynn/weapon/mage/wand_earth_b"},{"predicate":{"custom_model_data":331},"model":"item/wynn/weapon/mage/wand_earth_c"},{"predicate":{"custom_model_data":332},"model":"item/wynn/weapon/mage/wand_fire_a"},{"predicate":{"custom_model_data":333},"model":"item/wynn/weapon/mage/wand_fire_b"},{"predicate":{"custom_model_data":334},"model":"item/wynn/weapon/mage/wand_fire_c"},{"predicate":{"custom_model_data":335},"model":"item/wynn/weapon/mage/wand_thunder_a"},{"predicate":{"custom_model_data":336},"model":"item/wynn/weapon/mage/wand_thunder_b"},{"predicate":{"custom_model_data":337},"model":"item/wynn/weapon/mage/wand_thunder_c"},{"predicate":{"custom_model_data":338},"model":"item/wynn/weapon/mage/wand_water_a"},{"predicate":{"custom_model_data":339},"model":"item/wynn/weapon/mage/wand_water_b"},{"predicate":{"custom_model_data":340},"model":"item/wynn/weapon/mage/wand_water_c"},{"predicate":{"custom_model_data":341},"model":"item/wynn/weapon/mage/wand_multi_a"},{"predicate":{"custom_model_data":342},"model":"item/wynn/weapon/mage/wand_multi_b"},{"predicate":{"custom_model_data":343},"model":"item/wynn/weapon/mage/wand_multi_c"},{"predicate":{"custom_model_data":344},"model":"item/wynn/skin/wand/ancient_staff"},{"predicate":{"custom_model_data":345},"model":"item/wynn/skin/wand/arcanist_tome"},{"predicate":{"custom_model_data":346},"model":"item/wynn/skin/wand/aurora_staff"},{"predicate":{"custom_model_data":347},"model":"item/wynn/skin/wand/azure_staff"},{"predicate":{"custom_model_data":348},"model":"item/wynn/skin/wand/bob_wand"},{"predicate":{"custom_model_data":349},"model":"item/wynn/skin/wand/bonfire_wand"},{"predicate":{"custom_model_data":350},"model":"item/wynn/skin/wand/boreal_wand"},{"predicate":{"custom_model_data":351},"model":"item/wynn/skin/wand/brawler_broom"},{"predicate":{"custom_model_data":352},"model":"item/wynn/skin/wand/candy_wand"},{"predicate":{"custom_model_data":353},"model":"item/wynn/skin/wand/corrupted_wand"},{"predicate":{"custom_model_data":354},"model":"item/wynn/skin/wand/cosmic_wand"},{"predicate":{"custom_model_data":355},"model":"item/wynn/skin/wand/crimson_wand"},{"predicate":{"custom_model_data":356},"model":"item/wynn/skin/wand/decay_wand"},{"predicate":{"custom_model_data":357},"model":"item/wynn/skin/wand/dernic_wand"},{"predicate":{"custom_model_data":358},"model":"item/wynn/skin/wand/disciple_staff"},{"predicate":{"custom_model_data":359},"model":"item/wynn/skin/wand/driftwood_wand"},{"predicate":{"custom_model_data":360},"model":"item/wynn/skin/wand/dwarven_wand"},{"predicate":{"custom_model_data":361},"model":"item/wynn/skin/wand/dynasty_wand"},{"predicate":{"custom_model_data":362},"model":"item/wynn/skin/wand/lotr_staff"},{"predicate":{"custom_model_data":363},"model":"item/wynn/skin/wand/swordfish_wand"},{"predicate":{"custom_model_data":364},"model":"item/wynn/skin/wand/fossil_wand"},{"predicate":{"custom_model_data":365},"model":"item/wynn/skin/wand/frost_wand"},{"predicate":{"custom_model_data":366},"model":"item/wynn/skin/wand/frostbound_wand"},{"predicate":{"custom_model_data":367},"model":"item/wynn/skin/wand/fury_staff"},{"predicate":{"custom_model_data":368},"model":"item/wynn/skin/wand/geomancer_sceptre"},{"predicate":{"custom_model_data":369},"model":"item/wynn/skin/wand/money_wand"},{"predicate":{"custom_model_data":370},"model":"item/wynn/skin/wand/gothic_staff"},{"predicate":{"custom_model_data":371},"model":"item/wynn/skin/wand/holy_wand"},{"predicate":{"custom_model_data":372},"model":"item/wynn/skin/wand/harvest_wand"},{"predicate":{"custom_model_data":373},"model":"item/wynn/skin/wand/heroic_wand"},{"predicate":{"custom_model_data":374},"model":"item/wynn/skin/wand/highlands_staff"},{"predicate":{"custom_model_data":375},"model":"item/wynn/skin/wand/lari_stave"},{"predicate":{"custom_model_data":376},"model":"item/wynn/skin/wand/light_bearer_sceptre"},{"predicate":{"custom_model_data":377},"model":"item/wynn/skin/wand/music_wand"},{"predicate":{"custom_model_data":378},"model":"item/wynn/skin/wand/rune_staff"},{"predicate":{"custom_model_data":379},"model":"item/wynn/skin/wand/flaming_wand"},{"predicate":{"custom_model_data":380},"model":"item/wynn/skin/wand/atlas_wand"},{"predicate":{"custom_model_data":381},"model":"item/wynn/skin/wand/qira_wand"},{"predicate":{"custom_model_data":382},"model":"item/wynn/skin/wand/riftwalker_staff"},{"predicate":{"custom_model_data":383},"model":"item/wynn/skin/wand/rose"},{"predicate":{"custom_model_data":384},"model":"item/wynn/skin/wand/scifi_wand"},{"predicate":{"custom_model_data":385},"model":"item/wynn/skin/wand/seraphim_wand"},{"predicate":{"custom_model_data":386},"model":"item/wynn/skin/wand/spectral_wand"},{"predicate":{"custom_model_data":387},"model":"item/wynn/skin/wand/squid_wand"},{"predicate":{"custom_model_data":388},"model":"item/wynn/skin/wand/steampunk_wand"},{"predicate":{"custom_model_data":389},"model":"item/wynn/skin/wand/tesla_staff"},{"predicate":{"custom_model_data":390},"model":"item/wynn/skin/wand/toy_wand"},{"predicate":{"custom_model_data":391},"model":"item/wynn/skin/wand/tropical_wand"},{"predicate":{"custom_model_data":392},"model":"item/wynn/weapon/shaman/relik_basic_wooden"},{"predicate":{"custom_model_data":393},"model":"item/wynn/weapon/shaman/relik_basic_gold"},{"predicate":{"custom_model_data":394},"model":"item/wynn/weapon/shaman/relik_air_a"},{"predicate":{"custom_model_data":395},"model":"item/wynn/weapon/shaman/relik_air_b"},{"predicate":{"custom_model_data":396},"model":"item/wynn/weapon/shaman/relik_air_c"},{"predicate":{"custom_model_data":397},"model":"item/wynn/weapon/shaman/relik_earth_a"},{"predicate":{"custom_model_data":398},"model":"item/wynn/weapon/shaman/relik_earth_b"},{"predicate":{"custom_model_data":399},"model":"item/wynn/weapon/shaman/relik_earth_c"},{"predicate":{"custom_model_data":400},"model":"item/wynn/weapon/shaman/relik_fire_a"},{"predicate":{"custom_model_data":401},"model":"item/wynn/weapon/shaman/relik_fire_b"},{"predicate":{"custom_model_data":402},"model":"item/wynn/weapon/shaman/relik_fire_c"},{"predicate":{"custom_model_data":403},"model":"item/wynn/weapon/shaman/relik_thunder_a"},{"predicate":{"custom_model_data":404},"model":"item/wynn/weapon/shaman/relik_thunder_b"},{"predicate":{"custom_model_data":405},"model":"item/wynn/weapon/shaman/relik_thunder_c"},{"predicate":{"custom_model_data":406},"model":"item/wynn/weapon/shaman/relik_water_a"},{"predicate":{"custom_model_data":407},"model":"item/wynn/weapon/shaman/relik_water_b"},{"predicate":{"custom_model_data":408},"model":"item/wynn/weapon/shaman/relik_water_c"},{"predicate":{"custom_model_data":409},"model":"item/wynn/weapon/shaman/relik_multi_a"},{"predicate":{"custom_model_data":410},"model":"item/wynn/weapon/shaman/relik_multi_b"},{"predicate":{"custom_model_data":411},"model":"item/wynn/weapon/shaman/relik_multi_c"},{"predicate":{"custom_model_data":412},"model":"item/wynn/skin/relik/acolyte_scepter"},{"predicate":{"custom_model_data":413},"model":"item/wynn/skin/relik/ancient_relik"},{"predicate":{"custom_model_data":414},"model":"item/wynn/skin/relik/aurora_relik"},{"predicate":{"custom_model_data":415},"model":"item/wynn/skin/relik/ava_relik"},{"predicate":{"custom_model_data":416},"model":"item/wynn/skin/relik/azure_lantern"},{"predicate":{"custom_model_data":417},"model":"item/wynn/skin/relik/bonfire_relik"},{"predicate":{"custom_model_data":418},"model":"item/wynn/skin/relik/boreal_relik"},{"predicate":{"custom_model_data":419},"model":"item/wynn/skin/relik/brawler_whiskey"},{"predicate":{"custom_model_data":420},"model":"item/wynn/skin/relik/candy_relik"},{"predicate":{"custom_model_data":421},"model":"item/wynn/skin/relik/corrupted_relik"},{"predicate":{"custom_model_data":422},"model":"item/wynn/skin/relik/cosmic_relik"},{"predicate":{"custom_model_data":423},"model":"item/wynn/skin/relik/crimson_relik"},{"predicate":{"custom_model_data":424},"model":"item/wynn/skin/relik/decay_relik"},{"predicate":{"custom_model_data":425},"model":"item/wynn/skin/relik/dernic_relik"},{"predicate":{"custom_model_data":426},"model":"item/wynn/skin/relik/disciple_relik"},{"predicate":{"custom_model_data":427},"model":"item/wynn/skin/relik/driftwood_relik"},{"predicate":{"custom_model_data":428},"model":"item/wynn/skin/relik/dwarven_relik"},{"predicate":{"custom_model_data":429},"model":"item/wynn/skin/relik/dynasty_relik"},{"predicate":{"custom_model_data":430},"model":"item/wynn/skin/relik/fellowship_relik"},{"predicate":{"custom_model_data":431},"model":"item/wynn/skin/relik/broccoli"},{"predicate":{"custom_model_data":432},"model":"item/wynn/skin/relik/fossil_relik"},{"predicate":{"custom_model_data":433},"model":"item/wynn/skin/relik/frost_relik"},{"predicate":{"custom_model_data":434},"model":"item/wynn/skin/relik/frostbound_relik"},{"predicate":{"custom_model_data":435},"model":"item/wynn/skin/relik/fury_sceptre"},{"predicate":{"custom_model_data":436},"model":"item/wynn/skin/relik/geomancer_heirloom"},{"predicate":{"custom_model_data":437},"model":"item/wynn/skin/relik/money_relik"},{"predicate":{"custom_model_data":438},"model":"item/wynn/skin/relik/gothic_relik"},{"predicate":{"custom_model_data":439},"model":"item/wynn/skin/relik/halfmoon_relik"},{"predicate":{"custom_model_data":440},"model":"item/wynn/skin/relik/harvest_relik"},{"predicate":{"custom_model_data":441},"model":"item/wynn/skin/relik/heroic_relik"},{"predicate":{"custom_model_data":442},"model":"item/wynn/skin/relik/highlands_relik"},{"predicate":{"custom_model_data":443},"model":"item/wynn/skin/relik/maxie_remote"},{"predicate":{"custom_model_data":444},"model":"item/wynn/skin/relik/music_relik"},{"predicate":{"custom_model_data":445},"model":"item/wynn/skin/relik/rune_relik"},{"predicate":{"custom_model_data":446},"model":"item/wynn/skin/relik/phoenix_relik"},{"predicate":{"custom_model_data":447},"model":"item/wynn/skin/relik/pan_pipes_relik"},{"predicate":{"custom_model_data":448},"model":"item/wynn/skin/relik/anchor_relik"},{"predicate":{"custom_model_data":449},"model":"item/wynn/skin/relik/ritualist_focus"},{"predicate":{"custom_model_data":450},"model":"item/wynn/skin/relik/future_relik"},{"predicate":{"custom_model_data":451},"model":"item/wynn/skin/relik/seraphim_relik"},{"predicate":{"custom_model_data":452},"model":"item/wynn/skin/relik/slykaar_relik"},{"predicate":{"custom_model_data":453},"model":"item/wynn/skin/relik/spectral_relik"},{"predicate":{"custom_model_data":454},"model":"item/wynn/skin/relik/steampunk_relik"},{"predicate":{"custom_model_data":455},"model":"item/wynn/skin/relik/summoner_marionette"},{"predicate":{"custom_model_data":456},"model":"item/wynn/skin/relik/tesla_relik"},{"predicate":{"custom_model_data":457},"model":"item/wynn/skin/relik/toy_relik"},{"predicate":{"custom_model_data":458},"model":"item/wynn/skin/relik/tropical_relik"},{"predicate":{"custom_model_data":459},"model":"item/wynn/skin/relik/voodoo_doll"},{"predicate":{"custom_model_data":460},"model":"item/wynn/weapon/warrior/spear_basic_wood"},{"predicate":{"custom_model_data":461},"model":"item/wynn/weapon/warrior/spear_basic_gold"},{"predicate":{"custom_model_data":462},"model":"item/wynn/weapon/warrior/spear_air_a"},{"predicate":{"custom_model_data":463},"model":"item/wynn/weapon/warrior/spear_air_b"},{"predicate":{"custom_model_data":464},"model":"item/wynn/weapon/warrior/spear_air_c"},{"predicate":{"custom_model_data":465},"model":"item/wynn/weapon/warrior/spear_earth_a"},{"predicate":{"custom_model_data":466},"model":"item/wynn/weapon/warrior/spear_earth_b"},{"predicate":{"custom_model_data":467},"model":"item/wynn/weapon/warrior/spear_earth_c"},{"predicate":{"custom_model_data":468},"model":"item/wynn/weapon/warrior/spear_fire_a"},{"predicate":{"custom_model_data":469},"model":"item/wynn/weapon/warrior/spear_fire_b"},{"predicate":{"custom_model_data":470},"model":"item/wynn/weapon/warrior/spear_fire_c"},{"predicate":{"custom_model_data":471},"model":"item/wynn/weapon/warrior/spear_thunder_a"},{"predicate":{"custom_model_data":472},"model":"item/wynn/weapon/warrior/spear_thunder_b"},{"predicate":{"custom_model_data":473},"model":"item/wynn/weapon/warrior/spear_thunder_c"},{"predicate":{"custom_model_data":474},"model":"item/wynn/weapon/warrior/spear_water_a"},{"predicate":{"custom_model_data":475},"model":"item/wynn/weapon/warrior/spear_water_b"},{"predicate":{"custom_model_data":476},"model":"item/wynn/weapon/warrior/spear_water_c"},{"predicate":{"custom_model_data":477},"model":"item/wynn/weapon/warrior/spear_multi_a"},{"predicate":{"custom_model_data":478},"model":"item/wynn/weapon/warrior/spear_multi_b"},{"predicate":{"custom_model_data":479},"model":"item/wynn/weapon/warrior/spear_multi_c"},{"predicate":{"custom_model_data":480},"model":"item/wynn/skin/spear/ancient_halberd"},{"predicate":{"custom_model_data":481},"model":"item/wynn/skin/spear/aurora_battleaxe"},{"predicate":{"custom_model_data":482},"model":"item/wynn/skin/spear/azure_ranseur"},{"predicate":{"custom_model_data":483},"model":"item/wynn/skin/spear/battle_monk_guandao"},{"predicate":{"custom_model_data":484},"model":"item/wynn/skin/spear/bonfire_spear"},{"predicate":{"custom_model_data":485},"model":"item/wynn/skin/spear/boreal_spear"},{"predicate":{"custom_model_data":486},"model":"item/wynn/skin/spear/brawler_rake"},{"predicate":{"custom_model_data":487},"model":"item/wynn/skin/spear/candy_spear"},{"predicate":{"custom_model_data":488},"model":"item/wynn/skin/spear/corrupted_spear"},{"predicate":{"custom_model_data":489},"model":"item/wynn/skin/spear/cosmic_spear"},{"predicate":{"custom_model_data":490},"model":"item/wynn/skin/spear/crimson_greatsword"},{"predicate":{"custom_model_data":491},"model":"item/wynn/skin/spear/decay_spear"},{"predicate":{"custom_model_data":492},"model":"item/wynn/skin/spear/dernic_spear"},{"predicate":{"custom_model_data":493},"model":"item/wynn/skin/spear/disciple_spear"},{"predicate":{"custom_model_data":494},"model":"item/wynn/skin/spear/driftwood_spear"},{"predicate":{"custom_model_data":495},"model":"item/wynn/skin/spear/dullahan_guisarme"},{"predicate":{"custom_model_data":496},"model":"item/wynn/skin/spear/dwarven_spear"},{"predicate":{"custom_model_data":497},"model":"item/wynn/skin/spear/dynasty_spear"},{"predicate":{"custom_model_data":498},"model":"item/wynn/skin/spear/fallen_glaive"},{"predicate":{"custom_model_data":499},"model":"item/wynn/skin/spear/kebab_spear"},{"predicate":{"custom_model_data":500},"model":"item/wynn/skin/spear/fossil_spear"},{"predicate":{"custom_model_data":501},"model":"item/wynn/skin/spear/frost_spear"},{"predicate":{"custom_model_data":502},"model":"item/wynn/skin/spear/frostbound_spear"},{"predicate":{"custom_model_data":503},"model":"item/wynn/skin/spear/fury_lance"},{"predicate":{"custom_model_data":504},"model":"item/wynn/skin/spear/geomancer_hammer"},{"predicate":{"custom_model_data":505},"model":"item/wynn/skin/spear/money_spear"},{"predicate":{"custom_model_data":506},"model":"item/wynn/skin/spear/gothic_trident"},{"predicate":{"custom_model_data":507},"model":"item/wynn/skin/spear/holy_hammer"},{"predicate":{"custom_model_data":508},"model":"item/wynn/skin/spear/harvest_spear"},{"predicate":{"custom_model_data":509},"model":"item/wynn/skin/spear/heroic_spear"},{"predicate":{"custom_model_data":510},"model":"item/wynn/skin/spear/highlands_gavel"},{"predicate":{"custom_model_data":511},"model":"item/wynn/skin/spear/music_spear"},{"predicate":{"custom_model_data":512},"model":"item/wynn/skin/spear/rune_spear"},{"predicate":{"custom_model_data":513},"model":"item/wynn/skin/spear/oar_spear"},{"predicate":{"custom_model_data":514},"model":"item/wynn/skin/spear/paladin_greatsword"},{"predicate":{"custom_model_data":515},"model":"item/wynn/skin/spear/flaming_hammer"},{"predicate":{"custom_model_data":516},"model":"item/wynn/skin/spear/scifi_spear"},{"predicate":{"custom_model_data":517},"model":"item/wynn/skin/spear/seraphim_spear"},{"predicate":{"custom_model_data":518},"model":"item/wynn/skin/spear/spectral_spear"},{"predicate":{"custom_model_data":519},"model":"item/wynn/skin/spear/steampunk_spear"},{"predicate":{"custom_model_data":520},"model":"item/wynn/skin/spear/tasim_glaive"},{"predicate":{"custom_model_data":521},"model":"item/wynn/skin/spear/tesla_trident"},{"predicate":{"custom_model_data":522},"model":"item/wynn/skin/spear/tisaun_greatsword"},{"predicate":{"custom_model_data":523},"model":"item/wynn/skin/spear/toy_spear"},{"predicate":{"custom_model_data":524},"model":"item/wynn/skin/spear/tropical_spear"},{"predicate":{"custom_model_data":525},"model":"item/wynn/skin/hat/adventurer_hat"},{"predicate":{"custom_model_data":526},"model":"item/wynn/skin/hat/ancient_diadem"},{"predicate":{"custom_model_data":527},"model":"item/wynn/skin/hat/annihilation_disciple"},{"predicate":{"custom_model_data":528},"model":"item/wynn/skin/hat/archerhat"},{"predicate":{"custom_model_data":529},"model":"item/wynn/skin/hat/aristrocat_hat"},{"predicate":{"custom_model_data":530},"model":"item/wynn/skin/hat/ashen_kasa"},{"predicate":{"custom_model_data":531},"model":"item/wynn/skin/hat/assassinhat"},{"predicate":{"custom_model_data":532},"model":"item/wynn/skin/hat/avo_headdress"},{"predicate":{"custom_model_data":533},"model":"item/wynn/skin/hat/azure_kabuto"},{"predicate":{"custom_model_data":534},"model":"item/wynn/skin/hat/bandana"},{"predicate":{"custom_model_data":535},"model":"item/wynn/skin/hat/bandit_mask"},{"predicate":{"custom_model_data":536},"model":"item/wynn/skin/hat/beret"},{"predicate":{"custom_model_data":537},"model":"item/wynn/skin/hat/big_catch"},{"predicate":{"custom_model_data":538},"model":"item/wynn/skin/hat/bird_nest"},{"predicate":{"custom_model_data":539},"model":"item/wynn/skin/hat/bonfire_crown"},{"predicate":{"custom_model_data":540},"model":"item/wynn/skin/hat/bonfire_headdress"},{"predicate":{"custom_model_data":541},"model":"item/wynn/skin/hat/bookworm"},{"predicate":{"custom_model_data":542},"model":"item/wynn/skin/hat/boreal_crown"},{"predicate":{"custom_model_data":543},"model":"item/wynn/skin/hat/bounty_hunter_hat"},{"predicate":{"custom_model_data":544},"model":"item/wynn/skin/hat/brewing_cauldron"},{"predicate":{"custom_model_data":545},"model":"item/wynn/skin/hat/bucket_hat"},{"predicate":{"custom_model_data":546},"model":"item/wynn/skin/hat/bunny_ears"},{"predicate":{"custom_model_data":547},"model":"item/wynn/skin/hat/black_cat_ears"},{"predicate":{"custom_model_data":548},"model":"item/wynn/skin/hat/cat_hat"},{"predicate":{"custom_model_data":549},"model":"item/wynn/skin/hat/crown_of_chains"},{"predicate":{"custom_model_data":550},"model":"item/wynn/skin/hat/champion_fullhelm"},{"predicate":{"custom_model_data":551},"model":"item/wynn/skin/hat/cheese_wheel"},{"predicate":{"custom_model_data":552},"model":"item/wynn/skin/hat/chefs_hat"},{"predicate":{"custom_model_data":553},"model":"item/wynn/skin/hat/chef_poultry"},{"predicate":{"custom_model_data":554},"model":"item/wynn/skin/hat/corkian_goggles"},{"predicate":{"custom_model_data":555},"model":"item/wynn/skin/hat/cowboy_hat"},{"predicate":{"custom_model_data":556},"model":"item/wynn/skin/hat/curious_maw"},{"predicate":{"custom_model_data":557},"model":"item/wynn/skin/hat/dapper_topper"},{"predicate":{"custom_model_data":558},"model":"item/wynn/skin/hat/decay_hat"},{"predicate":{"custom_model_data":559},"model":"item/wynn/skin/hat/decorated_bicorn"},{"predicate":{"custom_model_data":560},"model":"item/wynn/skin/hat/detective_fedora"},{"predicate":{"custom_model_data":561},"model":"item/wynn/skin/hat/devilhorns"},{"predicate":{"custom_model_data":562},"model":"item/wynn/skin/hat/diamond_helmet"},{"predicate":{"custom_model_data":563},"model":"item/wynn/skin/hat/dragon_mask"},{"predicate":{"custom_model_data":564},"model":"item/wynn/skin/hat/dwarven_helmet"},{"predicate":{"custom_model_data":565},"model":"item/wynn/skin/hat/dynasty_guanmao"},{"predicate":{"custom_model_data":566},"model":"item/wynn/skin/hat/dynasty_hat"},{"predicate":{"custom_model_data":567},"model":"item/wynn/skin/hat/elf_ears"},{"predicate":{"custom_model_data":568},"model":"item/wynn/skin/hat/elf_hat"},{"predicate":{"custom_model_data":569},"model":"item/wynn/skin/hat/embellished_tricorn"},{"predicate":{"custom_model_data":570},"model":"item/wynn/skin/hat/entrepreneur_hat"},{"predicate":{"custom_model_data":571},"model":"item/wynn/skin/hat/evergreen_wreath"},{"predicate":{"custom_model_data":572},"model":"item/wynn/skin/hat/eye_cultist_hood"},{"predicate":{"custom_model_data":573},"model":"item/wynn/skin/hat/face_of_annihilation"},{"predicate":{"custom_model_data":574},"model":"item/wynn/skin/hat/flower_crown"},{"predicate":{"custom_model_data":575},"model":"item/wynn/skin/hat/forest_hood"},{"predicate":{"custom_model_data":576},"model":"item/wynn/skin/hat/fossil_skull"},{"predicate":{"custom_model_data":577},"model":"item/wynn/skin/hat/fox_ears"},{"predicate":{"custom_model_data":578},"model":"item/wynn/skin/hat/fox_mask"},{"predicate":{"custom_model_data":579},"model":"item/wynn/skin/hat/frostbite_hat"},{"predicate":{"custom_model_data":580},"model":"item/wynn/skin/hat/frostbound_halo"},{"predicate":{"custom_model_data":581},"model":"item/wynn/skin/hat/fruit_basket"},{"predicate":{"custom_model_data":582},"model":"item/wynn/skin/hat/fungi_cap"},{"predicate":{"custom_model_data":583},"model":"item/wynn/skin/hat/fur_hood"},{"predicate":{"custom_model_data":584},"model":"item/wynn/skin/hat/fury_coronet"},{"predicate":{"custom_model_data":585},"model":"item/wynn/skin/hat/gardener_hat"},{"predicate":{"custom_model_data":586},"model":"item/wynn/skin/hat/geomancer_bouldercrest"},{"predicate":{"custom_model_data":587},"model":"item/wynn/skin/hat/ginger_beard"},{"predicate":{"custom_model_data":588},"model":"item/wynn/skin/hat/gingerbread_house"},{"predicate":{"custom_model_data":589},"model":"item/wynn/skin/hat/gluttony_gourd"},{"predicate":{"custom_model_data":590},"model":"item/wynn/skin/hat/gnome_cap"},{"predicate":{"custom_model_data":591},"model":"item/wynn/skin/hat/goathorns"},{"predicate":{"custom_model_data":592},"model":"item/wynn/skin/hat/gold_helmet"},{"predicate":{"custom_model_data":593},"model":"item/wynn/skin/hat/gothic_tiara"},{"predicate":{"custom_model_data":594},"model":"item/wynn/skin/hat/grafter_aggregate"},{"predicate":{"custom_model_data":595},"model":"item/wynn/skin/hat/grizzly_headpiece"},{"predicate":{"custom_model_data":596},"model":"item/wynn/skin/hat/grook_mask"},{"predicate":{"custom_model_data":597},"model":"item/wynn/skin/hat/fancy_crown"},{"predicate":{"custom_model_data":598},"model":"item/wynn/skin/hat/half_moon_hood"},{"predicate":{"custom_model_data":599},"model":"item/wynn/skin/hat/harvest_circlet"},{"predicate":{"custom_model_data":600},"model":"item/wynn/skin/hat/haunting_spider"},{"predicate":{"custom_model_data":601},"model":"item/wynn/skin/hat/heroes_beret"},{"predicate":{"custom_model_data":602},"model":"item/wynn/skin/hat/heroic_wingwreath"},{"predicate":{"custom_model_data":603},"model":"item/wynn/skin/hat/highlands_ushanka"},{"predicate":{"custom_model_data":604},"model":"item/wynn/skin/hat/holiday_lights"},{"predicate":{"custom_model_data":605},"model":"item/wynn/skin/hat/hot_head"},{"predicate":{"custom_model_data":606},"model":"item/wynn/skin/hat/hunter_hat"},{"predicate":{"custom_model_data":607},"model":"item/wynn/skin/hat/hydration_headgear"},{"predicate":{"custom_model_data":608},"model":"item/wynn/skin/hat/ivy_horns"},{"predicate":{"custom_model_data":609},"model":"item/wynn/skin/hat/jagged_crown"},{"predicate":{"custom_model_data":610},"model":"item/wynn/skin/hat/jester_hat"},{"predicate":{"custom_model_data":611},"model":"item/wynn/skin/hat/leaf_crest"},{"predicate":{"custom_model_data":612},"model":"item/wynn/skin/hat/lumberjack_stump"},{"predicate":{"custom_model_data":613},"model":"item/wynn/skin/hat/magehat"},{"predicate":{"custom_model_data":614},"model":"item/wynn/skin/hat/masquerade_mask"},{"predicate":{"custom_model_data":615},"model":"item/wynn/skin/hat/melon_band"},{"predicate":{"custom_model_data":616},"model":"item/wynn/skin/hat/merchant_bicorne"},{"predicate":{"custom_model_data":617},"model":"item/wynn/skin/hat/midnight_kasa"},{"predicate":{"custom_model_data":618},"model":"item/wynn/skin/hat/miner_helmet"},{"predicate":{"custom_model_data":619},"model":"item/wynn/skin/hat/monster_mask"},{"predicate":{"custom_model_data":620},"model":"item/wynn/skin/hat/moonlit_chapeau"},{"predicate":{"custom_model_data":621},"model":"item/wynn/skin/hat/mythichat"},{"predicate":{"custom_model_data":622},"model":"item/wynn/skin/hat/nutcracker_hat"},{"predicate":{"custom_model_data":623},"model":"item/wynn/skin/hat/orphion_messenger"},{"predicate":{"custom_model_data":624},"model":"item/wynn/skin/hat/paper_bag"},{"predicate":{"custom_model_data":625},"model":"item/wynn/skin/hat/pirate_hat"},{"predicate":{"custom_model_data":626},"model":"item/wynn/skin/hat/plague_doctor"},{"predicate":{"custom_model_data":627},"model":"item/wynn/skin/hat/propeller_hat"},{"predicate":{"custom_model_data":628},"model":"item/wynn/skin/hat/raccoon_cap"},{"predicate":{"custom_model_data":629},"model":"item/wynn/skin/hat/rainbow_panama"},{"predicate":{"custom_model_data":630},"model":"item/wynn/skin/hat/reindeer_horns"},{"predicate":{"custom_model_data":631},"model":"item/wynn/skin/hat/rose_hat"},{"predicate":{"custom_model_data":632},"model":"item/wynn/skin/hat/safari_hat"},{"predicate":{"custom_model_data":633},"model":"item/wynn/skin/hat/santa_hat"},{"predicate":{"custom_model_data":634},"model":"item/wynn/skin/hat/scifi_earpiece"},{"predicate":{"custom_model_data":635},"model":"item/wynn/skin/hat/seraphim_tiara"},{"predicate":{"custom_model_data":636},"model":"item/wynn/skin/hat/shamanhat"},{"predicate":{"custom_model_data":637},"model":"item/wynn/skin/hat/silver_viking_helmet"},{"predicate":{"custom_model_data":638},"model":"item/wynn/skin/hat/skull_tophat"},{"predicate":{"custom_model_data":639},"model":"item/wynn/skin/hat/snow_cloud_hat"},{"predicate":{"custom_model_data":640},"model":"item/wynn/skin/hat/snow_fox_ears"},{"predicate":{"custom_model_data":641},"model":"item/wynn/skin/hat/snowdrift_circlet"},{"predicate":{"custom_model_data":642},"model":"item/wynn/skin/hat/sombrero"},{"predicate":{"custom_model_data":643},"model":"item/wynn/skin/hat/spectral_mask"},{"predicate":{"custom_model_data":644},"model":"item/wynn/skin/hat/spring_flowers_circlet"},{"predicate":{"custom_model_data":645},"model":"item/wynn/skin/hat/spring_hat"},{"predicate":{"custom_model_data":646},"model":"item/wynn/skin/hat/stalwart_morion"},{"predicate":{"custom_model_data":647},"model":"item/wynn/skin/hat/stars_hat"},{"predicate":{"custom_model_data":648},"model":"item/wynn/skin/hat/stout_shako"},{"predicate":{"custom_model_data":649},"model":"item/wynn/skin/hat/straw_hat"},{"predicate":{"custom_model_data":650},"model":"item/wynn/skin/hat/sun_hat"},{"predicate":{"custom_model_data":651},"model":"item/wynn/skin/hat/thankful_capotain"},{"predicate":{"custom_model_data":652},"model":"item/wynn/skin/hat/theorick_hood"},{"predicate":{"custom_model_data":653},"model":"item/wynn/skin/hat/towering_hat"},{"predicate":{"custom_model_data":654},"model":"item/wynn/skin/hat/winter_hat"},{"predicate":{"custom_model_data":655},"model":"item/wynn/skin/hat/tree_hat"},{"predicate":{"custom_model_data":656},"model":"item/wynn/skin/hat/valorous_helmet"},{"predicate":{"custom_model_data":657},"model":"item/wynn/skin/hat/verdant_laurel"},{"predicate":{"custom_model_data":658},"model":"item/wynn/skin/hat/viking_helmet"},{"predicate":{"custom_model_data":659},"model":"item/wynn/skin/hat/warriorhat"},{"predicate":{"custom_model_data":660},"model":"item/wynn/skin/hat/werewolf_mask"},{"predicate":{"custom_model_data":661},"model":"item/wynn/skin/hat/lotus_of_the_wilds"},{"predicate":{"custom_model_data":662},"model":"item/wynn/skin/hat/winter_moon_hat"},{"predicate":{"custom_model_data":663},"model":"item/wynn/skin/hat/winter_scarf"},{"predicate":{"custom_model_data":664},"model":"item/wynn/skin/hat/witch_hat"},{"predicate":{"custom_model_data":665},"model":"item/wynn/skin/hat/worn_kasa"},{"predicate":{"custom_model_data":666},"model":"item/wynn/skin/hat/wybel_beanie"},{"predicate":{"custom_model_data":667},"model":"item/wynn/skin/hat/yahya_fantasy"},{"predicate":{"custom_model_data":668},"model":"item/wynn/skin/hat/yarn_head"}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/iron_shovel.json b/assets/minecraft/models/item/iron_shovel.json new file mode 100644 index 000000000..fa9bb0100 --- /dev/null +++ b/assets/minecraft/models/item/iron_shovel.json @@ -0,0 +1 @@ +{"parent":"item/wynn/weapon/warrior/spear_basic_wood","overrides":[{"predicate":{"damage":0.004},"model":"item/wynn/weapon/warrior/spear_basic_gold"},{"predicate":{"damage":0.008},"model":"item/wynn/weapon/warrior/spear_earth_a"},{"predicate":{"damage":0.012},"model":"item/wynn/weapon/warrior/spear_earth_b"},{"predicate":{"damage":0.016},"model":"item/wynn/weapon/warrior/spear_earth_c"},{"predicate":{"damage":0.02},"model":"item/wynn/weapon/warrior/spear_thunder_a"},{"predicate":{"damage":0.024},"model":"item/wynn/weapon/warrior/spear_thunder_b"},{"predicate":{"damage":0.028},"model":"item/wynn/weapon/warrior/spear_thunder_c"},{"predicate":{"damage":0.032},"model":"item/wynn/weapon/warrior/spear_fire_a"},{"predicate":{"damage":0.036},"model":"item/wynn/weapon/warrior/spear_fire_b"},{"predicate":{"damage":0.04},"model":"item/wynn/weapon/warrior/spear_fire_c"},{"predicate":{"damage":0.044},"model":"item/wynn/weapon/warrior/spear_air_a"},{"predicate":{"damage":0.048},"model":"item/wynn/weapon/warrior/spear_air_b"},{"predicate":{"damage":0.052},"model":"item/wynn/weapon/warrior/spear_air_c"},{"predicate":{"damage":0.056},"model":"item/wynn/weapon/warrior/spear_water_a"},{"predicate":{"damage":0.06},"model":"item/wynn/weapon/warrior/spear_water_b"},{"predicate":{"damage":0.064},"model":"item/wynn/weapon/warrior/spear_water_c"},{"predicate":{"damage":0.068},"model":"item/wynn/weapon/warrior/spear_multi_a"},{"predicate":{"damage":0.072},"model":"item/wynn/weapon/warrior/spear_multi_b"},{"predicate":{"damage":0.076},"model":"item/wynn/weapon/warrior/spear_multi_c"},{"predicate":{"damage":0.08},"model":"item/barrier"}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/light_blue_dye.json b/assets/minecraft/models/item/light_blue_dye.json new file mode 100644 index 000000000..a1744bd48 --- /dev/null +++ b/assets/minecraft/models/item/light_blue_dye.json @@ -0,0 +1 @@ +{"parent":"item/generated","textures":{"layer0":"wynn/powder/small_water"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/light_gray_dye.json b/assets/minecraft/models/item/light_gray_dye.json new file mode 100644 index 000000000..c83efb5ac --- /dev/null +++ b/assets/minecraft/models/item/light_gray_dye.json @@ -0,0 +1 @@ +{"parent":"item/generated","textures":{"layer0":"wynn/powder/large_air"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/lime_dye.json b/assets/minecraft/models/item/lime_dye.json new file mode 100644 index 000000000..c6815c09a --- /dev/null +++ b/assets/minecraft/models/item/lime_dye.json @@ -0,0 +1 @@ +{"parent":"item/generated","textures":{"layer0":"wynn/powder/small_earth"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/orange_dye.json b/assets/minecraft/models/item/orange_dye.json new file mode 100644 index 000000000..dd73d93ba --- /dev/null +++ b/assets/minecraft/models/item/orange_dye.json @@ -0,0 +1 @@ +{"parent":"item/generated","textures":{"layer0":"wynn/powder/large_thunder"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/paper.json b/assets/minecraft/models/item/paper.json new file mode 100644 index 000000000..ab097ae6e --- /dev/null +++ b/assets/minecraft/models/item/paper.json @@ -0,0 +1 @@ +{"parent":"item/generated","textures":{"layer0":"item/paper"},"overrides":[{"predicate":{"custom_model_data":1},"model":"item/wynn/augment/corkian_amplifier"},{"predicate":{"custom_model_data":2},"model":"item/wynn/augment/corkian_insulator"},{"predicate":{"custom_model_data":3},"model":"item/wynn/augment/corkian_simulator"},{"predicate":{"custom_model_data":4},"model":"item/wynn/economy/woodcutting/scroll_brown"},{"predicate":{"custom_model_data":5},"model":"item/wynn/economy/woodcutting/scroll_cream"},{"predicate":{"custom_model_data":6},"model":"item/wynn/economy/woodcutting/scroll_white"},{"predicate":{"custom_model_data":7},"model":"item/wynn/economy/meals/fried"},{"predicate":{"custom_model_data":8},"model":"item/wynn/economy/meals/generic_item"},{"predicate":{"custom_model_data":9},"model":"item/wynn/economy/meals/salad"},{"predicate":{"custom_model_data":10},"model":"item/wynn/economy/meals/soup"},{"predicate":{"custom_model_data":11},"model":"item/wynn/economy/meals/spicy"},{"predicate":{"custom_model_data":12},"model":"item/wynn/economy/meals/steamed"},{"predicate":{"custom_model_data":13},"model":"item/wynn/dungeon/key"},{"predicate":{"custom_model_data":14},"model":"item/wynn/dungeon/key_broken"},{"predicate":{"custom_model_data":15},"model":"item/wynn/ability_shard"},{"predicate":{"custom_model_data":16},"model":"item/wynn/content_book"},{"predicate":{"custom_model_data":17},"model":"item/wynn/scroll/scroll_teleport"},{"predicate":{"custom_model_data":18},"model":"item/wynn/legacy/scrap"},{"predicate":{"custom_model_data":19},"model":"item/wynn/shield"},{"predicate":{"custom_model_data":20},"model":"item/wynn/powder/small_air"},{"predicate":{"custom_model_data":21},"model":"item/wynn/powder/large_air"},{"predicate":{"custom_model_data":22},"model":"item/wynn/powder/small_earth"},{"predicate":{"custom_model_data":23},"model":"item/wynn/powder/large_earth"},{"predicate":{"custom_model_data":24},"model":"item/wynn/powder/small_fire"},{"predicate":{"custom_model_data":25},"model":"item/wynn/powder/large_fire"},{"predicate":{"custom_model_data":26},"model":"item/wynn/powder/small_thunder"},{"predicate":{"custom_model_data":27},"model":"item/wynn/powder/large_thunder"},{"predicate":{"custom_model_data":28},"model":"item/wynn/powder/small_water"},{"predicate":{"custom_model_data":29},"model":"item/wynn/powder/large_water"},{"predicate":{"custom_model_data":30},"model":"item/wynn/economy/farming/wheat"},{"predicate":{"custom_model_data":31},"model":"item/wynn/economy/farming/barley"},{"predicate":{"custom_model_data":32},"model":"item/wynn/economy/farming/oats"},{"predicate":{"custom_model_data":33},"model":"item/wynn/economy/farming/malt"},{"predicate":{"custom_model_data":34},"model":"item/wynn/economy/farming/hops"},{"predicate":{"custom_model_data":35},"model":"item/wynn/economy/farming/rye"},{"predicate":{"custom_model_data":36},"model":"item/wynn/economy/farming/millet"},{"predicate":{"custom_model_data":37},"model":"item/wynn/economy/farming/decay_root"},{"predicate":{"custom_model_data":38},"model":"item/wynn/economy/farming/rice"},{"predicate":{"custom_model_data":39},"model":"item/wynn/economy/farming/sorghum"},{"predicate":{"custom_model_data":40},"model":"item/wynn/economy/farming/hemp"},{"predicate":{"custom_model_data":41},"model":"item/wynn/economy/farming/dernic_seed"},{"predicate":{"custom_model_data":42},"model":"item/wynn/economy/farming/string_white"},{"predicate":{"custom_model_data":43},"model":"item/wynn/economy/farming/string_green"},{"predicate":{"custom_model_data":44},"model":"item/wynn/economy/farming/string_brown"},{"predicate":{"custom_model_data":45},"model":"item/wynn/economy/farming/string_yellow"},{"predicate":{"custom_model_data":46},"model":"item/wynn/economy/farming/seeds_cream"},{"predicate":{"custom_model_data":47},"model":"item/wynn/economy/farming/seeds_green"},{"predicate":{"custom_model_data":48},"model":"item/wynn/economy/farming/seeds_brown"},{"predicate":{"custom_model_data":49},"model":"item/wynn/economy/farming/seeds_red"},{"predicate":{"custom_model_data":50},"model":"item/wynn/skin/placeholder"},{"predicate":{"custom_model_data":51},"model":"item/wynn/economy/mining/ingot_copper"},{"predicate":{"custom_model_data":52},"model":"item/wynn/economy/mining/ingot_granite"},{"predicate":{"custom_model_data":53},"model":"item/wynn/economy/mining/ingot_gold"},{"predicate":{"custom_model_data":54},"model":"item/wynn/economy/mining/ingot_sandstone"},{"predicate":{"custom_model_data":55},"model":"item/wynn/economy/mining/ingot_iron"},{"predicate":{"custom_model_data":56},"model":"item/wynn/economy/mining/ingot_silver"},{"predicate":{"custom_model_data":57},"model":"item/wynn/economy/mining/ingot_cobalt"},{"predicate":{"custom_model_data":58},"model":"item/wynn/economy/mining/ingot_kanderstone"},{"predicate":{"custom_model_data":59},"model":"item/wynn/economy/mining/ingot_diamond"},{"predicate":{"custom_model_data":60},"model":"item/wynn/economy/mining/ingot_molten"},{"predicate":{"custom_model_data":61},"model":"item/wynn/economy/mining/ingot_void"},{"predicate":{"custom_model_data":62},"model":"item/wynn/economy/mining/ingot_dernic"},{"predicate":{"custom_model_data":63},"model":"item/wynn/economy/mining/gem_copper"},{"predicate":{"custom_model_data":64},"model":"item/wynn/economy/mining/gem_granite"},{"predicate":{"custom_model_data":65},"model":"item/wynn/economy/mining/gem_gold"},{"predicate":{"custom_model_data":66},"model":"item/wynn/economy/mining/gem_sandstone"},{"predicate":{"custom_model_data":67},"model":"item/wynn/economy/mining/gem_iron"},{"predicate":{"custom_model_data":68},"model":"item/wynn/economy/mining/gem_silver"},{"predicate":{"custom_model_data":69},"model":"item/wynn/economy/mining/gem_cobalt"},{"predicate":{"custom_model_data":70},"model":"item/wynn/economy/mining/gem_kander"},{"predicate":{"custom_model_data":71},"model":"item/wynn/economy/mining/gem_diamond"},{"predicate":{"custom_model_data":72},"model":"item/wynn/economy/mining/gem_molten"},{"predicate":{"custom_model_data":73},"model":"item/wynn/economy/mining/gem_void"},{"predicate":{"custom_model_data":74},"model":"item/wynn/economy/mining/gem_dernic"},{"predicate":{"custom_model_data":75},"model":"item/wynn/economy/fishing/gudgeon"},{"predicate":{"custom_model_data":76},"model":"item/wynn/economy/fishing/trout"},{"predicate":{"custom_model_data":77},"model":"item/wynn/economy/fishing/salmon"},{"predicate":{"custom_model_data":78},"model":"item/wynn/economy/fishing/carp"},{"predicate":{"custom_model_data":79},"model":"item/wynn/economy/fishing/icefish"},{"predicate":{"custom_model_data":80},"model":"item/wynn/economy/fishing/piranha"},{"predicate":{"custom_model_data":81},"model":"item/wynn/economy/fishing/koi"},{"predicate":{"custom_model_data":82},"model":"item/wynn/economy/fishing/gylia_fish"},{"predicate":{"custom_model_data":83},"model":"item/wynn/economy/fishing/bass"},{"predicate":{"custom_model_data":84},"model":"item/wynn/economy/fishing/molten_eel"},{"predicate":{"custom_model_data":85},"model":"item/wynn/economy/fishing/starfish"},{"predicate":{"custom_model_data":86},"model":"item/wynn/economy/fishing/dernic_fish"},{"predicate":{"custom_model_data":87},"model":"item/wynn/economy/fishing/oil_gray"},{"predicate":{"custom_model_data":88},"model":"item/wynn/economy/fishing/oil_blue"},{"predicate":{"custom_model_data":89},"model":"item/wynn/economy/fishing/oil_red"},{"predicate":{"custom_model_data":90},"model":"item/wynn/economy/fishing/oil_yellow"},{"predicate":{"custom_model_data":91},"model":"item/wynn/economy/fishing/oil_orange"},{"predicate":{"custom_model_data":92},"model":"item/wynn/economy/fishing/cooked_pink"},{"predicate":{"custom_model_data":93},"model":"item/wynn/economy/fishing/cooked_blue"},{"predicate":{"custom_model_data":94},"model":"item/wynn/economy/fishing/cooked_orange"},{"predicate":{"custom_model_data":95},"model":"item/wynn/economy/fishing/cooked_yellow"},{"predicate":{"custom_model_data":96},"model":"item/wynn/economy/fishing/cooked_gray"},{"predicate":{"custom_model_data":97},"model":"item/wynn/economy/woodcutting/paper_white"},{"predicate":{"custom_model_data":98},"model":"item/wynn/economy/woodcutting/paper_cream"},{"predicate":{"custom_model_data":99},"model":"item/wynn/economy/woodcutting/paper_brown"},{"predicate":{"custom_model_data":100},"model":"item/wynn/rune/az"},{"predicate":{"custom_model_data":101},"model":"item/wynn/rune/ek"},{"predicate":{"custom_model_data":102},"model":"item/wynn/rune/nii"},{"predicate":{"custom_model_data":103},"model":"item/wynn/rune/tol"},{"predicate":{"custom_model_data":104},"model":"item/wynn/rune/uth"}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/petrified_oak_slab.json b/assets/minecraft/models/item/petrified_oak_slab.json new file mode 100644 index 000000000..e4a8fe0a8 --- /dev/null +++ b/assets/minecraft/models/item/petrified_oak_slab.json @@ -0,0 +1 @@ +{"parent":"minecraft:block/variants/dark_cobblestone_half_slab"} \ No newline at end of file diff --git a/assets/minecraft/models/item/pink_dye.json b/assets/minecraft/models/item/pink_dye.json new file mode 100644 index 000000000..5fca47961 --- /dev/null +++ b/assets/minecraft/models/item/pink_dye.json @@ -0,0 +1 @@ +{"parent":"item/generated","textures":{"layer0":"wynn/powder/small_fire"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/player_head.json b/assets/minecraft/models/item/player_head.json new file mode 100644 index 000000000..b8d8f5982 --- /dev/null +++ b/assets/minecraft/models/item/player_head.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/player_head","overrides":[{"predicate":{"custom_model_data":1},"model":"item/wynn/gui/raid/head"}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/potion.json b/assets/minecraft/models/item/potion.json new file mode 100644 index 000000000..21e83bde4 --- /dev/null +++ b/assets/minecraft/models/item/potion.json @@ -0,0 +1 @@ +{"parent":"item/generated","textures":{"layer0":"item/potion_overlay","layer1":"item/potion"},"overrides":[{"predicate":{"custom_model_data":1},"model":"item/wynn/gui/ability_tree/button/tree"},{"predicate":{"custom_model_data":2},"model":"item/wynn/gui/ability_tree/button/tree_select"},{"predicate":{"custom_model_data":3},"model":"item/wynn/gui/ability_tree/button/reset"},{"predicate":{"custom_model_data":4},"model":"item/wynn/gui/ability_tree/button/reset_locked"},{"predicate":{"custom_model_data":5},"model":"item/wynn/gui/ability_tree/button/reset_select"},{"predicate":{"custom_model_data":6},"model":"item/wynn/gui/ability_tree/button/aspects"},{"predicate":{"custom_model_data":7},"model":"item/wynn/gui/ability_tree/button/aspects_select"},{"predicate":{"custom_model_data":8},"model":"item/wynn/gui/ability_tree/button/arrow_up"},{"predicate":{"custom_model_data":9},"model":"item/wynn/gui/ability_tree/button/arrow_right"},{"predicate":{"custom_model_data":10},"model":"item/wynn/gui/ability_tree/button/arrow_down"},{"predicate":{"custom_model_data":11},"model":"item/wynn/gui/ability_tree/button/arrow_left"},{"predicate":{"custom_model_data":12},"model":"item/wynn/gui/ability_tree/button/orb_points"},{"predicate":{"custom_model_data":13},"model":"item/wynn/gui/ability_tree/button/orb_reset"},{"predicate":{"custom_model_data":14},"model":"item/barrier"},{"predicate":{"custom_model_data":15},"model":"item/wynn/gui/ability_tree/button/plus"},{"predicate":{"custom_model_data":16},"model":"item/wynn/gui/ability_tree/button/reset_wait"},{"predicate":{"custom_model_data":17},"model":"item/wynn/gui/ability_tree/button/reset_confirm"},{"predicate":{"custom_model_data":18},"model":"item/wynn/gui/ability_tree/node/white"},{"predicate":{"custom_model_data":19},"model":"item/wynn/gui/ability_tree/node/white_pulse"},{"predicate":{"custom_model_data":20},"model":"item/wynn/gui/ability_tree/node/white_active"},{"predicate":{"custom_model_data":21},"model":"item/wynn/gui/ability_tree/node/white_shatter"},{"predicate":{"custom_model_data":22},"model":"item/wynn/gui/ability_tree/node/yellow"},{"predicate":{"custom_model_data":23},"model":"item/wynn/gui/ability_tree/node/yellow_pulse"},{"predicate":{"custom_model_data":24},"model":"item/wynn/gui/ability_tree/node/yellow_active"},{"predicate":{"custom_model_data":25},"model":"item/wynn/gui/ability_tree/node/yellow_shatter"},{"predicate":{"custom_model_data":26},"model":"item/wynn/gui/ability_tree/node/purple"},{"predicate":{"custom_model_data":27},"model":"item/wynn/gui/ability_tree/node/purple_pulse"},{"predicate":{"custom_model_data":28},"model":"item/wynn/gui/ability_tree/node/purple_active"},{"predicate":{"custom_model_data":29},"model":"item/wynn/gui/ability_tree/node/purple_shatter"},{"predicate":{"custom_model_data":30},"model":"item/wynn/gui/ability_tree/node/blue"},{"predicate":{"custom_model_data":31},"model":"item/wynn/gui/ability_tree/node/blue_pulse"},{"predicate":{"custom_model_data":32},"model":"item/wynn/gui/ability_tree/node/blue_active"},{"predicate":{"custom_model_data":33},"model":"item/wynn/gui/ability_tree/node/blue_shatter"},{"predicate":{"custom_model_data":34},"model":"item/wynn/gui/ability_tree/node/red"},{"predicate":{"custom_model_data":35},"model":"item/wynn/gui/ability_tree/node/red_pulse"},{"predicate":{"custom_model_data":36},"model":"item/wynn/gui/ability_tree/node/red_active"},{"predicate":{"custom_model_data":37},"model":"item/wynn/gui/ability_tree/node/red_shatter"},{"predicate":{"custom_model_data":38},"model":"item/wynn/gui/ability_tree/node/archer"},{"predicate":{"custom_model_data":39},"model":"item/wynn/gui/ability_tree/node/archer_pulse"},{"predicate":{"custom_model_data":40},"model":"item/wynn/gui/ability_tree/node/archer_active"},{"predicate":{"custom_model_data":41},"model":"item/wynn/gui/ability_tree/node/assassin"},{"predicate":{"custom_model_data":42},"model":"item/wynn/gui/ability_tree/node/assassin_pulse"},{"predicate":{"custom_model_data":43},"model":"item/wynn/gui/ability_tree/node/assassin_active"},{"predicate":{"custom_model_data":44},"model":"item/wynn/gui/ability_tree/node/mage"},{"predicate":{"custom_model_data":45},"model":"item/wynn/gui/ability_tree/node/mage_pulse"},{"predicate":{"custom_model_data":46},"model":"item/wynn/gui/ability_tree/node/mage_active"},{"predicate":{"custom_model_data":47},"model":"item/wynn/gui/ability_tree/node/shaman"},{"predicate":{"custom_model_data":48},"model":"item/wynn/gui/ability_tree/node/shaman_pulse"},{"predicate":{"custom_model_data":49},"model":"item/wynn/gui/ability_tree/node/shaman_active"},{"predicate":{"custom_model_data":50},"model":"item/wynn/gui/ability_tree/node/warrior"},{"predicate":{"custom_model_data":51},"model":"item/wynn/gui/ability_tree/node/warrior_pulse"},{"predicate":{"custom_model_data":52},"model":"item/wynn/gui/ability_tree/node/warrior_active"},{"predicate":{"custom_model_data":53},"model":"item/wynn/gui/ability_tree/archetype/archer/boltslinger"},{"predicate":{"custom_model_data":54},"model":"item/wynn/gui/ability_tree/archetype/archer/sharpshooter"},{"predicate":{"custom_model_data":55},"model":"item/wynn/gui/ability_tree/archetype/archer/trapper"},{"predicate":{"custom_model_data":56},"model":"item/wynn/gui/ability_tree/archetype/assassin/acrobat"},{"predicate":{"custom_model_data":57},"model":"item/wynn/gui/ability_tree/archetype/assassin/shadestepper"},{"predicate":{"custom_model_data":58},"model":"item/wynn/gui/ability_tree/archetype/assassin/trickster"},{"predicate":{"custom_model_data":59},"model":"item/wynn/gui/ability_tree/archetype/mage/arcanist"},{"predicate":{"custom_model_data":60},"model":"item/wynn/gui/ability_tree/archetype/mage/lightbender"},{"predicate":{"custom_model_data":61},"model":"item/wynn/gui/ability_tree/archetype/mage/riftwalker"},{"predicate":{"custom_model_data":62},"model":"item/wynn/gui/ability_tree/archetype/shaman/acolyte"},{"predicate":{"custom_model_data":63},"model":"item/wynn/gui/ability_tree/archetype/shaman/ritualist"},{"predicate":{"custom_model_data":64},"model":"item/wynn/gui/ability_tree/archetype/shaman/summoner"},{"predicate":{"custom_model_data":65},"model":"item/wynn/gui/ability_tree/archetype/warrior/battle_monk"},{"predicate":{"custom_model_data":66},"model":"item/wynn/gui/ability_tree/archetype/warrior/fallen"},{"predicate":{"custom_model_data":67},"model":"item/wynn/gui/ability_tree/archetype/warrior/paladin"},{"predicate":{"custom_model_data":68},"model":"item/wynn/gui/ability_tree/aspect/archer"},{"predicate":{"custom_model_data":69},"model":"item/wynn/gui/ability_tree/aspect/archer_equipped"},{"predicate":{"custom_model_data":70},"model":"item/wynn/gui/ability_tree/aspect/assassin"},{"predicate":{"custom_model_data":71},"model":"item/wynn/gui/ability_tree/aspect/assassin_equipped"},{"predicate":{"custom_model_data":72},"model":"item/wynn/gui/ability_tree/aspect/mage"},{"predicate":{"custom_model_data":73},"model":"item/wynn/gui/ability_tree/aspect/mage_equipped"},{"predicate":{"custom_model_data":74},"model":"item/wynn/gui/ability_tree/aspect/shaman"},{"predicate":{"custom_model_data":75},"model":"item/wynn/gui/ability_tree/aspect/shaman_equipped"},{"predicate":{"custom_model_data":76},"model":"item/wynn/gui/ability_tree/aspect/warrior"},{"predicate":{"custom_model_data":77},"model":"item/wynn/gui/ability_tree/aspect/warrior_equipped"},{"predicate":{"custom_model_data":78},"model":"item/wynn/gui/bank/toggle_character"},{"predicate":{"custom_model_data":79},"model":"item/wynn/gui/bank/toggle_account"},{"predicate":{"custom_model_data":80},"model":"item/wynn/gui/bank/stash"},{"predicate":{"custom_model_data":81},"model":"item/wynn/gui/bank/restock"},{"predicate":{"custom_model_data":82},"model":"item/wynn/gui/bank/liquid_storage"},{"predicate":{"custom_model_data":83},"model":"item/wynn/gui/beacon/white"},{"predicate":{"custom_model_data":84},"model":"item/wynn/gui/beacon/rainbow"},{"predicate":{"custom_model_data":85},"model":"item/wynn/gui/rekindled/accept"},{"predicate":{"custom_model_data":86},"model":"item/wynn/gui/blacksmith/sell_item"},{"predicate":{"custom_model_data":87},"model":"item/wynn/gui/blacksmith/repair_item"},{"predicate":{"custom_model_data":88},"model":"item/wynn/gui/blacksmith/arrow_up"},{"predicate":{"custom_model_data":89},"model":"item/wynn/gui/blacksmith/arrow_down"},{"predicate":{"custom_model_data":90},"model":"item/wynn/gui/button/arrow_up_default"},{"predicate":{"custom_model_data":91},"model":"item/wynn/gui/button/arrow_up_gray"},{"predicate":{"custom_model_data":92},"model":"item/wynn/gui/button/arrow_up_green"},{"predicate":{"custom_model_data":93},"model":"item/wynn/gui/button/arrow_up_red"},{"predicate":{"custom_model_data":94},"model":"item/wynn/gui/button/arrow_up_yellow"},{"predicate":{"custom_model_data":95},"model":"item/wynn/gui/button/arrow_up_brown"},{"predicate":{"custom_model_data":96},"model":"item/wynn/gui/button/arrow_right_default"},{"predicate":{"custom_model_data":97},"model":"item/wynn/gui/button/arrow_right_gray"},{"predicate":{"custom_model_data":98},"model":"item/wynn/gui/button/arrow_right_green"},{"predicate":{"custom_model_data":99},"model":"item/wynn/gui/button/arrow_right_red"},{"predicate":{"custom_model_data":100},"model":"item/wynn/gui/button/arrow_right_yellow"},{"predicate":{"custom_model_data":101},"model":"item/wynn/gui/button/arrow_right_brown"},{"predicate":{"custom_model_data":102},"model":"item/wynn/gui/button/arrow_down_default"},{"predicate":{"custom_model_data":103},"model":"item/wynn/gui/button/arrow_down_gray"},{"predicate":{"custom_model_data":104},"model":"item/wynn/gui/button/arrow_down_green"},{"predicate":{"custom_model_data":105},"model":"item/wynn/gui/button/arrow_down_red"},{"predicate":{"custom_model_data":106},"model":"item/wynn/gui/button/arrow_down_yellow"},{"predicate":{"custom_model_data":107},"model":"item/wynn/gui/button/arrow_down_brown"},{"predicate":{"custom_model_data":108},"model":"item/wynn/gui/button/arrow_left_default"},{"predicate":{"custom_model_data":109},"model":"item/wynn/gui/button/arrow_left_gray"},{"predicate":{"custom_model_data":110},"model":"item/wynn/gui/button/arrow_left_green"},{"predicate":{"custom_model_data":111},"model":"item/wynn/gui/button/arrow_left_red"},{"predicate":{"custom_model_data":112},"model":"item/wynn/gui/button/arrow_left_yellow"},{"predicate":{"custom_model_data":113},"model":"item/wynn/gui/button/arrow_left_brown"},{"predicate":{"custom_model_data":114},"model":"item/wynn/gui/button/plus_default"},{"predicate":{"custom_model_data":115},"model":"item/wynn/gui/button/plus_gray"},{"predicate":{"custom_model_data":116},"model":"item/wynn/gui/button/plus_green"},{"predicate":{"custom_model_data":117},"model":"item/wynn/gui/button/plus_red"},{"predicate":{"custom_model_data":118},"model":"item/wynn/gui/button/plus_yellow"},{"predicate":{"custom_model_data":119},"model":"item/wynn/gui/button/minus_default"},{"predicate":{"custom_model_data":120},"model":"item/wynn/gui/button/minus_gray"},{"predicate":{"custom_model_data":121},"model":"item/wynn/gui/button/minus_green"},{"predicate":{"custom_model_data":122},"model":"item/wynn/gui/button/minus_red"},{"predicate":{"custom_model_data":123},"model":"item/wynn/gui/button/minus_yellow"},{"predicate":{"custom_model_data":124},"model":"item/wynn/gui/button/check_default"},{"predicate":{"custom_model_data":125},"model":"item/wynn/gui/button/check_gray"},{"predicate":{"custom_model_data":126},"model":"item/wynn/gui/button/check_green"},{"predicate":{"custom_model_data":127},"model":"item/wynn/gui/button/check_red"},{"predicate":{"custom_model_data":128},"model":"item/wynn/gui/button/check_yellow"},{"predicate":{"custom_model_data":129},"model":"item/wynn/gui/button/cancel_default"},{"predicate":{"custom_model_data":130},"model":"item/wynn/gui/button/cancel_gray"},{"predicate":{"custom_model_data":131},"model":"item/wynn/gui/button/cancel_green"},{"predicate":{"custom_model_data":132},"model":"item/wynn/gui/button/cancel_red"},{"predicate":{"custom_model_data":133},"model":"item/wynn/gui/button/cancel_yellow"},{"predicate":{"custom_model_data":134},"model":"item/wynn/gui/button/refresh_default"},{"predicate":{"custom_model_data":135},"model":"item/wynn/gui/button/refresh_gray"},{"predicate":{"custom_model_data":136},"model":"item/wynn/gui/button/refresh_green"},{"predicate":{"custom_model_data":137},"model":"item/wynn/gui/button/refresh_red"},{"predicate":{"custom_model_data":138},"model":"item/wynn/gui/button/refresh_yellow"},{"predicate":{"custom_model_data":139},"model":"item/wynn/gui/button/exclaim_default"},{"predicate":{"custom_model_data":140},"model":"item/wynn/gui/button/exclaim_gray"},{"predicate":{"custom_model_data":141},"model":"item/wynn/gui/button/exclaim_green"},{"predicate":{"custom_model_data":142},"model":"item/wynn/gui/button/exclaim_red"},{"predicate":{"custom_model_data":143},"model":"item/wynn/gui/button/exclaim_yellow"},{"predicate":{"custom_model_data":144},"model":"item/wynn/gui/button/note_default"},{"predicate":{"custom_model_data":145},"model":"item/wynn/gui/button/note_brown"},{"predicate":{"custom_model_data":146},"model":"item/wynn/gui/button/note_gray"},{"predicate":{"custom_model_data":147},"model":"item/wynn/gui/button/note_green"},{"predicate":{"custom_model_data":148},"model":"item/wynn/gui/button/note_red"},{"predicate":{"custom_model_data":149},"model":"item/wynn/gui/button/note_yellow"},{"predicate":{"custom_model_data":150},"model":"item/wynn/gui/character_info/ability_tree"},{"predicate":{"custom_model_data":151},"model":"item/wynn/gui/character_info/skill_crystal"},{"predicate":{"custom_model_data":152},"model":"item/wynn/gui/character_info/book_agility"},{"predicate":{"custom_model_data":153},"model":"item/wynn/gui/character_info/book_defense"},{"predicate":{"custom_model_data":154},"model":"item/wynn/gui/character_info/book_dexterity"},{"predicate":{"custom_model_data":155},"model":"item/wynn/gui/character_info/book_intelligence"},{"predicate":{"custom_model_data":156},"model":"item/wynn/gui/character_info/book_strength"},{"predicate":{"custom_model_data":157},"model":"item/wynn/shield"},{"predicate":{"custom_model_data":158},"model":"item/clock"},{"predicate":{"custom_model_data":159},"model":"item/trapped_chest"},{"predicate":{"custom_model_data":160},"model":"item/player_head"},{"predicate":{"custom_model_data":161},"model":"item/enchanted_book"},{"predicate":{"custom_model_data":162},"model":"item/iron_sword"},{"predicate":{"custom_model_data":163},"model":"item/iron_axe"},{"predicate":{"custom_model_data":164},"model":"item/chest"},{"predicate":{"custom_model_data":165},"model":"item/white_banner"},{"predicate":{"custom_model_data":166},"model":"item/wynn/gui/character_select/create"},{"predicate":{"custom_model_data":167},"model":"item/wynn/gui/character_select/customize"},{"predicate":{"custom_model_data":168},"model":"item/wynn/gui/character_select/cancel_deletion"},{"predicate":{"custom_model_data":169},"model":"item/wynn/gui/character_select/character_backups"},{"predicate":{"custom_model_data":170},"model":"item/wynn/gui/character_select/toggle_music"},{"predicate":{"custom_model_data":171},"model":"item/wynn/gui/character_select/toggle_music_disabled"},{"predicate":{"custom_model_data":172},"model":"item/wynn/gui/character_select/toggle_select"},{"predicate":{"custom_model_data":173},"model":"item/wynn/gui/character_select/toggle_select_disabled"},{"predicate":{"custom_model_data":174},"model":"item/wynn/gui/character_select/locked_slot"},{"predicate":{"custom_model_data":175},"model":"item/wynn/gui/character_select/set_favorite"},{"predicate":{"custom_model_data":176},"model":"item/wynn/gui/character_select/unset_favorite"},{"predicate":{"custom_model_data":177},"model":"item/wynn/gui/character_select/edit_nickname"},{"predicate":{"custom_model_data":178},"model":"item/wynn/gui/character_select/reskin_class"},{"predicate":{"custom_model_data":179},"model":"item/wynn/gui/character_select/change_scene"},{"predicate":{"custom_model_data":180},"model":"item/wynn/gui/character_select/edit_icon"},{"predicate":{"custom_model_data":181},"model":"item/wynn/gui/character_select/delete_character"},{"predicate":{"custom_model_data":182},"model":"item/wynn/gui/character_select/select_reskin"},{"predicate":{"custom_model_data":183},"model":"item/wynn/gui/character_select/select_gamemodes"},{"predicate":{"custom_model_data":184},"model":"item/wynn/gui/character_select/set_nickname"},{"predicate":{"custom_model_data":185},"model":"item/wynn/gui/character_select/hardcore"},{"predicate":{"custom_model_data":186},"model":"item/wynn/gui/character_select/hardcore_disabled"},{"predicate":{"custom_model_data":187},"model":"item/wynn/gui/character_select/ironman"},{"predicate":{"custom_model_data":188},"model":"item/wynn/gui/character_select/ironman_disabled"},{"predicate":{"custom_model_data":189},"model":"item/wynn/gui/character_select/craftsman"},{"predicate":{"custom_model_data":190},"model":"item/wynn/gui/character_select/craftsman_disabled"},{"predicate":{"custom_model_data":191},"model":"item/wynn/gui/character_select/hunted"},{"predicate":{"custom_model_data":192},"model":"item/wynn/gui/character_select/hunted_disabled"},{"predicate":{"custom_model_data":193},"model":"item/wynn/gui/character_select/palette"},{"predicate":{"custom_model_data":194},"model":"item/wynn/gui/character_select/palette_selected"},{"predicate":{"custom_model_data":195},"model":"item/wynn/gui/character_select/palette_locked"},{"predicate":{"custom_model_data":196},"model":"item/wynn/gui/character_select/icon/pending_deletion"},{"predicate":{"custom_model_data":197},"model":"item/wynn/gui/character_select/icon/archer"},{"predicate":{"custom_model_data":198},"model":"item/wynn/gui/character_select/icon/assassin"},{"predicate":{"custom_model_data":199},"model":"item/wynn/gui/character_select/icon/mage"},{"predicate":{"custom_model_data":200},"model":"item/wynn/gui/character_select/icon/shaman"},{"predicate":{"custom_model_data":201},"model":"item/wynn/gui/character_select/icon/warrior"},{"predicate":{"custom_model_data":202},"model":"item/wynn/gui/character_select/icon/hunter"},{"predicate":{"custom_model_data":203},"model":"item/wynn/gui/character_select/icon/ninja"},{"predicate":{"custom_model_data":204},"model":"item/wynn/gui/character_select/icon/dark_wizard"},{"predicate":{"custom_model_data":205},"model":"item/wynn/gui/character_select/icon/skyseer"},{"predicate":{"custom_model_data":206},"model":"item/wynn/gui/character_select/icon/knight"},{"predicate":{"custom_model_data":207},"model":"item/wynn/gui/content_book/arrow_up"},{"predicate":{"custom_model_data":208},"model":"item/wynn/gui/content_book/arrow_down"},{"predicate":{"custom_model_data":209},"model":"item/wynn/gui/content_book/filter"},{"predicate":{"custom_model_data":210},"model":"item/wynn/gui/content_book/progress"},{"predicate":{"custom_model_data":211},"model":"item/wynn/gui/content_book/sort"},{"predicate":{"custom_model_data":212},"model":"item/wynn/gui/content_book/dialogue_history"},{"predicate":{"custom_model_data":213},"model":"item/wynn/gui/content_book/complete"},{"predicate":{"custom_model_data":214},"model":"item/wynn/gui/content_book/boss_altar_locked"},{"predicate":{"custom_model_data":215},"model":"item/wynn/gui/content_book/boss_altar_active"},{"predicate":{"custom_model_data":216},"model":"item/wynn/gui/content_book/boss_altar_tracked"},{"predicate":{"custom_model_data":217},"model":"item/wynn/gui/content_book/cave_locked"},{"predicate":{"custom_model_data":218},"model":"item/wynn/gui/content_book/cave_active"},{"predicate":{"custom_model_data":219},"model":"item/wynn/gui/content_book/cave_tracked"},{"predicate":{"custom_model_data":220},"model":"item/wynn/gui/content_book/discovery_locked"},{"predicate":{"custom_model_data":221},"model":"item/wynn/gui/content_book/discovery_active"},{"predicate":{"custom_model_data":222},"model":"item/wynn/gui/content_book/discovery_tracked"},{"predicate":{"custom_model_data":223},"model":"item/wynn/gui/content_book/dungeon_locked"},{"predicate":{"custom_model_data":224},"model":"item/wynn/gui/content_book/dungeon_active"},{"predicate":{"custom_model_data":225},"model":"item/wynn/gui/content_book/dungeon_tracked"},{"predicate":{"custom_model_data":226},"model":"item/wynn/gui/content_book/loot_camp_locked"},{"predicate":{"custom_model_data":227},"model":"item/wynn/gui/content_book/loot_camp_active"},{"predicate":{"custom_model_data":228},"model":"item/wynn/gui/content_book/loot_camp_tracked"},{"predicate":{"custom_model_data":229},"model":"item/wynn/gui/content_book/mini_quest_locked"},{"predicate":{"custom_model_data":230},"model":"item/wynn/gui/content_book/mini_quest_active"},{"predicate":{"custom_model_data":231},"model":"item/wynn/gui/content_book/mini_quest_tracked"},{"predicate":{"custom_model_data":232},"model":"item/wynn/gui/content_book/quest_locked"},{"predicate":{"custom_model_data":233},"model":"item/wynn/gui/content_book/quest_active"},{"predicate":{"custom_model_data":234},"model":"item/wynn/gui/content_book/quest_tracked"},{"predicate":{"custom_model_data":235},"model":"item/wynn/gui/content_book/raid_locked"},{"predicate":{"custom_model_data":236},"model":"item/wynn/gui/content_book/raid_active"},{"predicate":{"custom_model_data":237},"model":"item/wynn/gui/content_book/raid_tracked"},{"predicate":{"custom_model_data":238},"model":"item/wynn/gui/content_book/story_quest_locked"},{"predicate":{"custom_model_data":239},"model":"item/wynn/gui/content_book/story_quest_active"},{"predicate":{"custom_model_data":240},"model":"item/wynn/gui/content_book/story_quest_tracked"},{"predicate":{"custom_model_data":241},"model":"item/wynn/gui/content_book/world_event_locked"},{"predicate":{"custom_model_data":242},"model":"item/wynn/gui/content_book/world_event_active"},{"predicate":{"custom_model_data":243},"model":"item/wynn/gui/content_book/world_event_tracked"},{"predicate":{"custom_model_data":244},"model":"item/wynn/gui/content_book/world_event_complete"},{"predicate":{"custom_model_data":245},"model":"item/wynn/gui/item_identifier/identify_item"},{"predicate":{"custom_model_data":246},"model":"item/wynn/gui/item_identifier/augment_item"},{"predicate":{"custom_model_data":247},"model":"item/wynn/gui/lootrun/sigil"},{"predicate":{"custom_model_data":248},"model":"item/wynn/gui/lootrun/start_special"},{"predicate":{"custom_model_data":249},"model":"item/wynn/gui/lootrun/start_normal"},{"predicate":{"custom_model_data":250},"model":"item/diamond"},{"predicate":{"custom_model_data":251},"model":"item/wynn/gui/lootrun/boon_option"},{"predicate":{"custom_model_data":252},"model":"item/wynn/gui/lootrun/mission_buff"},{"predicate":{"custom_model_data":253},"model":"item/wynn/gui/lootrun/mission_curse"},{"predicate":{"custom_model_data":254},"model":"item/wynn/gui/lootrun/mission_hunt"},{"predicate":{"custom_model_data":255},"model":"item/wynn/gui/lootrun/mission_life"},{"predicate":{"custom_model_data":256},"model":"item/wynn/gui/lootrun/mission_loot"},{"predicate":{"custom_model_data":257},"model":"item/wynn/gui/mastery_tome/locked_slot"},{"predicate":{"custom_model_data":258},"model":"item/wynn/gui/powder_master/infuse_item"},{"predicate":{"custom_model_data":259},"model":"item/wynn/gui/powder_master/infuse_item_active"},{"predicate":{"custom_model_data":260},"model":"item/wynn/gui/powder_master/remove_item"},{"predicate":{"custom_model_data":261},"model":"item/wynn/gui/powder_master/remove_item_active"},{"predicate":{"custom_model_data":262},"model":"item/wynn/gui/powder_master/upgrade_item"},{"predicate":{"custom_model_data":263},"model":"item/wynn/gui/powder_master/upgrade_item_active"},{"predicate":{"custom_model_data":264},"model":"item/wynn/gui/raid/gambit"},{"predicate":{"custom_model_data":265},"model":"item/wynn/gui/raid/gambit_a"},{"predicate":{"custom_model_data":266},"model":"item/wynn/gui/raid/sigil"},{"predicate":{"custom_model_data":267},"model":"item/wynn/gui/raid/sigil_1"},{"predicate":{"custom_model_data":268},"model":"item/wynn/gui/raid/sigil_2"},{"predicate":{"custom_model_data":269},"model":"item/wynn/gui/raid/sigil_3"},{"predicate":{"custom_model_data":270},"model":"item/wynn/gui/raid/sigil_guild_active"},{"predicate":{"custom_model_data":271},"model":"item/wynn/gui/raid/sigil_guild_inactive"},{"predicate":{"custom_model_data":272},"model":"item/wynn/gui/raid/ready_normal"},{"predicate":{"custom_model_data":273},"model":"item/wynn/gui/raid/ready_invalid"},{"predicate":{"custom_model_data":274},"model":"item/wynn/gui/raid/ready_waiting"},{"predicate":{"custom_model_data":275},"model":"item/wynn/gui/store/silverbull_emblem"},{"predicate":{"custom_model_data":276},"model":"item/wynn/gui/store/silverbull_share"},{"predicate":{"custom_model_data":277},"model":"item/wynn/mob_totem"},{"predicate":{"custom_model_data":278},"model":"item/wynn/gui/trade_market/booth_description"},{"predicate":{"custom_model_data":279},"model":"item/wynn/gui/trade_market/filter_item"},{"predicate":{"custom_model_data":280},"model":"item/wynn/gui/trade_market/filter_name"},{"predicate":{"custom_model_data":281},"model":"item/wynn/gui/trade_market/price_check"},{"predicate":{"custom_model_data":282},"model":"item/wynn/gui/trade_market/reveal_item"},{"predicate":{"custom_model_data":283},"model":"item/wynn/gui/trade_market/search"},{"predicate":{"custom_model_data":284},"model":"item/wynn/gui/trade_market/sell_item"},{"predicate":{"custom_model_data":285},"model":"item/wynn/gui/trade_market/sell_share"},{"predicate":{"custom_model_data":286},"model":"item/wynn/gui/trade_market/set_price"},{"predicate":{"custom_model_data":287},"model":"item/wynn/gui/trade_market/trade_overflow"},{"predicate":{"custom_model_data":288},"model":"item/wynn/gui/trade_market/view_trade"},{"predicate":{"custom_model_data":289},"model":"item/wynn/gui/trade_market/locked_slot"},{"predicate":{"custom_model_data":290},"model":"item/wynn/gui/trade_market/add_amount_default"},{"predicate":{"custom_model_data":291},"model":"item/wynn/gui/trade_market/add_amount_gray"},{"predicate":{"custom_model_data":292},"model":"item/wynn/gui/trade_market/remove_amount_default"},{"predicate":{"custom_model_data":293},"model":"item/wynn/gui/trade_market/remove_amount_gray"},{"predicate":{"custom_model_data":294},"model":"item/wynn/gui/trade_market/filter/1_10"},{"predicate":{"custom_model_data":295},"model":"item/wynn/gui/trade_market/filter/11_20"},{"predicate":{"custom_model_data":296},"model":"item/wynn/gui/trade_market/filter/21_30"},{"predicate":{"custom_model_data":297},"model":"item/wynn/gui/trade_market/filter/31_40"},{"predicate":{"custom_model_data":298},"model":"item/wynn/gui/trade_market/filter/41_50"},{"predicate":{"custom_model_data":299},"model":"item/wynn/gui/trade_market/filter/51_60"},{"predicate":{"custom_model_data":300},"model":"item/wynn/gui/trade_market/filter/61_70"},{"predicate":{"custom_model_data":301},"model":"item/wynn/gui/trade_market/filter/71_80"},{"predicate":{"custom_model_data":302},"model":"item/wynn/gui/trade_market/filter/81_90"},{"predicate":{"custom_model_data":303},"model":"item/wynn/gui/trade_market/filter/91_200"},{"predicate":{"custom_model_data":304},"model":"item/wynn/gui/trade_market/filter/alchemism"},{"predicate":{"custom_model_data":305},"model":"item/wynn/gui/trade_market/filter/armouring"},{"predicate":{"custom_model_data":306},"model":"item/wynn/gui/trade_market/filter/boots"},{"predicate":{"custom_model_data":307},"model":"item/wynn/gui/trade_market/filter/bow"},{"predicate":{"custom_model_data":308},"model":"item/wynn/gui/trade_market/filter/bracelet"},{"predicate":{"custom_model_data":309},"model":"item/wynn/gui/trade_market/filter/charm"},{"predicate":{"custom_model_data":310},"model":"item/wynn/gui/trade_market/filter/chestplate"},{"predicate":{"custom_model_data":311},"model":"item/wynn/gui/trade_market/filter/normal"},{"predicate":{"custom_model_data":312},"model":"item/wynn/gui/trade_market/filter/cooking"},{"predicate":{"custom_model_data":313},"model":"item/wynn/gui/trade_market/filter/crafted"},{"predicate":{"custom_model_data":314},"model":"item/wynn/gui/trade_market/filter/dagger"},{"predicate":{"custom_model_data":315},"model":"item/wynn/gui/trade_market/filter/dungeon_drop"},{"predicate":{"custom_model_data":316},"model":"item/wynn/gui/trade_market/filter/fabled"},{"predicate":{"custom_model_data":317},"model":"item/wynn/gui/trade_market/filter/farming"},{"predicate":{"custom_model_data":318},"model":"item/wynn/gui/trade_market/filter/fishing"},{"predicate":{"custom_model_data":319},"model":"item/wynn/gui/trade_market/filter/food"},{"predicate":{"custom_model_data":320},"model":"item/wynn/gui/trade_market/filter/helmet"},{"predicate":{"custom_model_data":321},"model":"item/wynn/gui/trade_market/filter/identification"},{"predicate":{"custom_model_data":322},"model":"item/wynn/gui/trade_market/filter/ingredient"},{"predicate":{"custom_model_data":323},"model":"item/wynn/gui/trade_market/filter/jeweling"},{"predicate":{"custom_model_data":324},"model":"item/wynn/gui/trade_market/filter/legendary"},{"predicate":{"custom_model_data":325},"model":"item/wynn/gui/trade_market/filter/leggings"},{"predicate":{"custom_model_data":326},"model":"item/wynn/gui/trade_market/filter/loot_chest_drop"},{"predicate":{"custom_model_data":327},"model":"item/wynn/gui/trade_market/filter/mastery_tome"},{"predicate":{"custom_model_data":328},"model":"item/wynn/gui/trade_market/filter/material"},{"predicate":{"custom_model_data":329},"model":"item/wynn/gui/trade_market/filter/mining"},{"predicate":{"custom_model_data":330},"model":"item/wynn/gui/trade_market/filter/misc"},{"predicate":{"custom_model_data":331},"model":"item/wynn/gui/trade_market/filter/mob_drop"},{"predicate":{"custom_model_data":332},"model":"item/wynn/gui/trade_market/filter/mythic"},{"predicate":{"custom_model_data":333},"model":"item/wynn/gui/trade_market/filter/necklace"},{"predicate":{"custom_model_data":334},"model":"item/wynn/gui/trade_market/filter/never_drop"},{"predicate":{"custom_model_data":335},"model":"item/wynn/gui/trade_market/filter/normal_drop"},{"predicate":{"custom_model_data":336},"model":"item/wynn/gui/trade_market/filter/other"},{"predicate":{"custom_model_data":337},"model":"item/wynn/gui/trade_market/filter/potion"},{"predicate":{"custom_model_data":338},"model":"item/wynn/gui/trade_market/filter/powder"},{"predicate":{"custom_model_data":339},"model":"item/wynn/gui/trade_market/filter/rare"},{"predicate":{"custom_model_data":340},"model":"item/wynn/gui/trade_market/filter/relik"},{"predicate":{"custom_model_data":341},"model":"item/wynn/gui/trade_market/filter/ring"},{"predicate":{"custom_model_data":342},"model":"item/wynn/gui/trade_market/filter/scribing"},{"predicate":{"custom_model_data":343},"model":"item/wynn/gui/trade_market/filter/scroll"},{"predicate":{"custom_model_data":344},"model":"item/wynn/gui/trade_market/filter/set"},{"predicate":{"custom_model_data":345},"model":"item/wynn/gui/trade_market/filter/spear"},{"predicate":{"custom_model_data":346},"model":"item/wynn/gui/trade_market/filter/tailoring"},{"predicate":{"custom_model_data":347},"model":"item/wynn/gui/trade_market/filter/tier_0"},{"predicate":{"custom_model_data":348},"model":"item/wynn/gui/trade_market/filter/tier_1"},{"predicate":{"custom_model_data":349},"model":"item/wynn/gui/trade_market/filter/tier_2"},{"predicate":{"custom_model_data":350},"model":"item/wynn/gui/trade_market/filter/tier_3"},{"predicate":{"custom_model_data":351},"model":"item/wynn/gui/trade_market/filter/tome"},{"predicate":{"custom_model_data":352},"model":"item/wynn/gui/trade_market/filter/tool"},{"predicate":{"custom_model_data":353},"model":"item/wynn/gui/trade_market/filter/unidentified"},{"predicate":{"custom_model_data":354},"model":"item/wynn/gui/trade_market/filter/unique"},{"predicate":{"custom_model_data":355},"model":"item/wynn/gui/trade_market/filter/unrefined"},{"predicate":{"custom_model_data":356},"model":"item/wynn/gui/trade_market/filter/wand"},{"predicate":{"custom_model_data":357},"model":"item/wynn/gui/trade_market/filter/weaponsmithing"},{"predicate":{"custom_model_data":358},"model":"item/wynn/gui/trade_market/filter/woodcutting"},{"predicate":{"custom_model_data":359},"model":"item/wynn/gui/trade_market/filter/woodworking"},{"predicate":{"custom_model_data":360},"model":"item/wynn/gui/tutorial/offset_left"},{"predicate":{"custom_model_data":361},"model":"item/wynn/gui/tutorial/offset_right"},{"predicate":{"custom_model_data":362},"model":"item/wynn/gui/tutorial/ability_tree"},{"predicate":{"custom_model_data":363},"model":"item/wynn/gui/tutorial/character_info"},{"predicate":{"custom_model_data":364},"model":"item/wynn/gui/tutorial/content_book"}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/red_dye.json b/assets/minecraft/models/item/red_dye.json new file mode 100644 index 000000000..dc23ee9c6 --- /dev/null +++ b/assets/minecraft/models/item/red_dye.json @@ -0,0 +1 @@ +{"parent":"item/generated","textures":{"layer0":"wynn/powder/large_fire"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/shears.json b/assets/minecraft/models/item/shears.json new file mode 100644 index 000000000..9465c7e49 --- /dev/null +++ b/assets/minecraft/models/item/shears.json @@ -0,0 +1 @@ +{"parent":"item/wynn/weapon/assassin/dagger_basic_wood","overrides":[{"predicate":{"damage":0.0042},"model":"item/wynn/weapon/assassin/dagger_basic_gold"},{"predicate":{"damage":0.0084},"model":"item/wynn/weapon/assassin/dagger_earth_a"},{"predicate":{"damage":0.0126},"model":"item/wynn/weapon/assassin/dagger_earth_b"},{"predicate":{"damage":0.0168},"model":"item/wynn/weapon/assassin/dagger_earth_c"},{"predicate":{"damage":0.021},"model":"item/wynn/weapon/assassin/dagger_thunder_a"},{"predicate":{"damage":0.02521},"model":"item/wynn/weapon/assassin/dagger_thunder_b"},{"predicate":{"damage":0.02941},"model":"item/wynn/weapon/assassin/dagger_thunder_c"},{"predicate":{"damage":0.03361},"model":"item/wynn/weapon/assassin/dagger_fire_a"},{"predicate":{"damage":0.03781},"model":"item/wynn/weapon/assassin/dagger_fire_b"},{"predicate":{"damage":0.04201},"model":"item/wynn/weapon/assassin/dagger_fire_c"},{"predicate":{"damage":0.04621},"model":"item/wynn/weapon/assassin/dagger_air_a"},{"predicate":{"damage":0.05042},"model":"item/wynn/weapon/assassin/dagger_air_b"},{"predicate":{"damage":0.05462},"model":"item/wynn/weapon/assassin/dagger_air_c"},{"predicate":{"damage":0.05882},"model":"item/wynn/weapon/assassin/dagger_water_a"},{"predicate":{"damage":0.06302},"model":"item/wynn/weapon/assassin/dagger_water_b"},{"predicate":{"damage":0.06722},"model":"item/wynn/weapon/assassin/dagger_water_c"},{"predicate":{"damage":0.07142},"model":"item/wynn/weapon/assassin/dagger_multi_a"},{"predicate":{"damage":0.07563},"model":"item/wynn/weapon/assassin/dagger_multi_b"},{"predicate":{"damage":0.07983},"model":"item/wynn/weapon/assassin/dagger_multi_c"},{"predicate":{"damage":0.08403},"model":"item/wynn/weapon/assassin/dagger_basic_wood"},{"predicate":{"damage":0.08823},"model":"item/barrier"}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/shield.json b/assets/minecraft/models/item/shield.json new file mode 100644 index 000000000..541143b8f --- /dev/null +++ b/assets/minecraft/models/item/shield.json @@ -0,0 +1 @@ +{"parent":"builtin/entity","display":{"thirdperson_righthand":{"rotation":[0,90,0],"translation":[10.51,6,-4],"scale":[1,1,1]},"thirdperson_lefthand":{"rotation":[175,-175,175],"translation":[-22.5,-40.5,19.5],"scale":[1.7,1.7,1.5]},"firstperson_righthand":{"rotation":[0,180,5],"translation":[-10,2,-10],"scale":[1.25,1.25,1.25]},"firstperson_lefthand":{"rotation":[0,180,5],"translation":[10,0,-10],"scale":[1.25,1.25,1.25]},"gui":{"rotation":[15,-25,-5],"translation":[2,3,0],"scale":[0.65,0.65,0.65]},"fixed":{"rotation":[0,180,0],"translation":[-2,4,-5],"scale":[0.5,0.5,0.5]},"ground":{"rotation":[0,0,0],"translation":[4,4,2],"scale":[0.25,0.25,0.25]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/short_grass.json b/assets/minecraft/models/item/short_grass.json new file mode 100644 index 000000000..c60c21916 --- /dev/null +++ b/assets/minecraft/models/item/short_grass.json @@ -0,0 +1 @@ +{"parent":"item/generated","textures":{"layer0":"block/grass"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/snow.json b/assets/minecraft/models/item/snow.json new file mode 100644 index 000000000..287571004 --- /dev/null +++ b/assets/minecraft/models/item/snow.json @@ -0,0 +1 @@ +{"parent":"builtin/generated","textures":{"layer0":"wynn/missingno"},"display":{"thirdperson_righthand":{"rotation":[-90,0,0],"translation":[0,1,-3],"scale":[0.55,0.55,0.55]},"thirdperson_lefthand":{"rotation":[-90,0,0],"translation":[0,1,-3],"scale":[0.55,0.55,0.55]},"firstperson_righthand":{"rotation":[0,-135,25],"translation":[0,4,2],"scale":[1.7,1.7,1.7]},"firstperson_lefthand":{"rotation":[0,-135,25],"translation":[0,4,2],"scale":[1.7,1.7,1.7]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/stick.json b/assets/minecraft/models/item/stick.json new file mode 100644 index 000000000..3cfa18ea0 --- /dev/null +++ b/assets/minecraft/models/item/stick.json @@ -0,0 +1 @@ +{"parent":"item/wynn/weapon/mage/wand_basic_wood"} \ No newline at end of file diff --git a/assets/minecraft/models/item/stone_axe.json b/assets/minecraft/models/item/stone_axe.json new file mode 100644 index 000000000..dea513b08 --- /dev/null +++ b/assets/minecraft/models/item/stone_axe.json @@ -0,0 +1 @@ +{"parent":"item/handheld","textures":{"layer0":"item/stone_axe"},"overrides":[{"predicate":{"damage":0.0076},"model":"item/wynn/gui/ability_tree/branch/0"},{"predicate":{"damage":0.0152},"model":"item/wynn/gui/ability_tree/branch/0_active_0"},{"predicate":{"damage":0.0229},"model":"item/wynn/gui/ability_tree/branch/0_active_1"},{"predicate":{"damage":0.0305},"model":"item/wynn/gui/ability_tree/branch/0_active_2"},{"predicate":{"damage":0.0381},"model":"item/wynn/gui/ability_tree/branch/0_active_3"},{"predicate":{"damage":0.0458},"model":"item/wynn/gui/ability_tree/branch/0_active_4"},{"predicate":{"damage":0.0534},"model":"item/wynn/gui/ability_tree/branch/0_active_5"},{"predicate":{"damage":0.061},"model":"item/wynn/gui/ability_tree/branch/0_active_6"},{"predicate":{"damage":0.0687},"model":"item/wynn/gui/ability_tree/branch/0_active_7"},{"predicate":{"damage":0.0763},"model":"item/wynn/gui/ability_tree/branch/0_active_8"},{"predicate":{"damage":0.0839},"model":"item/wynn/gui/ability_tree/branch/0_active_9"},{"predicate":{"damage":0.0916},"model":"item/wynn/gui/ability_tree/branch/0_active_10"},{"predicate":{"damage":0.0992},"model":"item/wynn/gui/ability_tree/branch/1"},{"predicate":{"damage":0.1068},"model":"item/wynn/gui/ability_tree/branch/1_active_0"},{"predicate":{"damage":0.1145},"model":"item/wynn/gui/ability_tree/branch/1_active_1"},{"predicate":{"damage":0.1221},"model":"item/wynn/gui/ability_tree/branch/1_active_2"},{"predicate":{"damage":0.1297},"model":"item/wynn/gui/ability_tree/branch/1_active_3"},{"predicate":{"damage":0.1374},"model":"item/wynn/gui/ability_tree/branch/2"},{"predicate":{"damage":0.145},"model":"item/wynn/gui/ability_tree/branch/2_active_0"},{"predicate":{"damage":0.1526},"model":"item/wynn/gui/ability_tree/branch/2_active_1"},{"predicate":{"damage":0.1603},"model":"item/wynn/gui/ability_tree/branch/2_active_2"},{"predicate":{"damage":0.1679},"model":"item/wynn/gui/ability_tree/branch/2_active_3"},{"predicate":{"damage":0.1755},"model":"item/wynn/gui/ability_tree/branch/3"},{"predicate":{"damage":0.1832},"model":"item/wynn/gui/ability_tree/branch/3_active_0"},{"predicate":{"damage":0.1908},"model":"item/wynn/gui/ability_tree/branch/3_active_1"},{"predicate":{"damage":0.1984},"model":"item/wynn/gui/ability_tree/branch/3_active_2"},{"predicate":{"damage":0.2061},"model":"item/wynn/gui/ability_tree/branch/3_active_3"},{"predicate":{"damage":0.2137},"model":"item/wynn/gui/ability_tree/branch/4"},{"predicate":{"damage":0.2213},"model":"item/wynn/gui/ability_tree/branch/4_active_0"},{"predicate":{"damage":0.229},"model":"item/wynn/gui/ability_tree/branch/4_active_1"},{"predicate":{"damage":0.2366},"model":"item/wynn/gui/ability_tree/branch/4_active_2"},{"predicate":{"damage":0.2442},"model":"item/wynn/gui/ability_tree/branch/4_active_3"},{"predicate":{"damage":0.2519},"model":"item/wynn/gui/ability_tree/branch/5"},{"predicate":{"damage":0.2595},"model":"item/wynn/gui/ability_tree/branch/5_active_0"},{"predicate":{"damage":0.2671},"model":"item/wynn/gui/ability_tree/branch/6"},{"predicate":{"damage":0.2748},"model":"item/wynn/gui/ability_tree/branch/6_active_0"},{"predicate":{"damage":0.2824},"model":"item/wynn/gui/ability_tree/branch/7"},{"predicate":{"damage":0.29},"model":"item/wynn/gui/ability_tree/branch/7_active_0"},{"predicate":{"damage":0.2977},"model":"item/wynn/gui/ability_tree/branch/8"},{"predicate":{"damage":0.3053},"model":"item/wynn/gui/ability_tree/branch/8_active_0"},{"predicate":{"damage":0.3129},"model":"item/wynn/gui/ability_tree/branch/9"},{"predicate":{"damage":0.3206},"model":"item/wynn/gui/ability_tree/branch/9_active_0"},{"predicate":{"damage":0.3282},"model":"item/wynn/gui/ability_tree/branch/10"},{"predicate":{"damage":0.3358},"model":"item/wynn/gui/ability_tree/branch/10_active_0"},{"predicate":{"damage":0.3435},"model":"item/barrier"}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/stone_shovel.json b/assets/minecraft/models/item/stone_shovel.json new file mode 100644 index 000000000..ec304ad9d --- /dev/null +++ b/assets/minecraft/models/item/stone_shovel.json @@ -0,0 +1 @@ +{"parent":"item/handheld","textures":{"layer0":"item/stone_shovel"},"overrides":[{"predicate":{"damage":0.0075},"model":"item/wynn/loot/common"},{"predicate":{"damage":0.015},"model":"item/wynn/loot/rare"},{"predicate":{"damage":0.0225},"model":"item/wynn/loot/set"},{"predicate":{"damage":0.03},"model":"item/wynn/loot/legendary"},{"predicate":{"damage":0.0375},"model":"item/wynn/loot/fabled"},{"predicate":{"damage":0.045},"model":"item/wynn/loot/mythic"},{"predicate":{"damage":0.0525},"model":"item/wynn/weapon/shaman/relik_basic_wooden"},{"predicate":{"damage":0.06},"model":"item/wynn/weapon/shaman/relik_basic_gold"},{"predicate":{"damage":0.0675},"model":"item/wynn/weapon/shaman/relik_earth_a"},{"predicate":{"damage":0.075},"model":"item/wynn/weapon/shaman/relik_earth_b"},{"predicate":{"damage":0.0825},"model":"item/wynn/weapon/shaman/relik_earth_c"},{"predicate":{"damage":0.09},"model":"item/wynn/weapon/shaman/relik_thunder_a"},{"predicate":{"damage":0.0975},"model":"item/wynn/weapon/shaman/relik_thunder_b"},{"predicate":{"damage":0.105},"model":"item/wynn/weapon/shaman/relik_thunder_c"},{"predicate":{"damage":0.1125},"model":"item/wynn/weapon/shaman/relik_fire_a"},{"predicate":{"damage":0.12},"model":"item/wynn/weapon/shaman/relik_fire_b"},{"predicate":{"damage":0.1275},"model":"item/wynn/weapon/shaman/relik_fire_c"},{"predicate":{"damage":0.135},"model":"item/wynn/weapon/shaman/relik_air_a"},{"predicate":{"damage":0.1425},"model":"item/wynn/weapon/shaman/relik_air_b"},{"predicate":{"damage":0.15},"model":"item/wynn/weapon/shaman/relik_air_c"},{"predicate":{"damage":0.1575},"model":"item/wynn/weapon/shaman/relik_water_a"},{"predicate":{"damage":0.165},"model":"item/wynn/weapon/shaman/relik_water_b"},{"predicate":{"damage":0.1725},"model":"item/wynn/weapon/shaman/relik_water_c"},{"predicate":{"damage":0.18},"model":"item/wynn/weapon/shaman/relik_multi_a"},{"predicate":{"damage":0.1875},"model":"item/wynn/weapon/shaman/relik_multi_b"},{"predicate":{"damage":0.195},"model":"item/wynn/weapon/shaman/relik_multi_c"},{"predicate":{"damage":0.2025},"model":"item/wynn/mob_totem"},{"predicate":{"damage":0.21},"model":"item/wynn/spell/totem_0"},{"predicate":{"damage":0.2175},"model":"item/wynn/spell/totem_1"},{"predicate":{"damage":0.225},"model":"item/wynn/dungeon/key_broken"},{"predicate":{"damage":0.2325},"model":"item/wynn/rune/az"},{"predicate":{"damage":0.24},"model":"item/wynn/rune/ek"},{"predicate":{"damage":0.2475},"model":"item/wynn/rune/nii"},{"predicate":{"damage":0.255},"model":"item/wynn/rune/tol"},{"predicate":{"damage":0.2625},"model":"item/wynn/rune/uth"},{"predicate":{"damage":0.27},"model":"item/wynn/shield"},{"predicate":{"damage":0.2775},"model":"item/barrier"}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/structure_void.json b/assets/minecraft/models/item/structure_void.json new file mode 100644 index 000000000..e6c09ceca --- /dev/null +++ b/assets/minecraft/models/item/structure_void.json @@ -0,0 +1 @@ +{"parent":"item/wynn/gui/column"} \ No newline at end of file diff --git a/assets/minecraft/models/item/tripwire_hook.json b/assets/minecraft/models/item/tripwire_hook.json new file mode 100644 index 000000000..8eb655a92 --- /dev/null +++ b/assets/minecraft/models/item/tripwire_hook.json @@ -0,0 +1 @@ +{"parent":"item/generated","textures":{"layer0":"wynn/dungeon/key"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wooden_pickaxe.json b/assets/minecraft/models/item/wooden_pickaxe.json new file mode 100644 index 000000000..a2f501966 --- /dev/null +++ b/assets/minecraft/models/item/wooden_pickaxe.json @@ -0,0 +1 @@ +{"overrides":[{"model":"w1","predicate":{"custom_model_data":1}},{"model":"w2","predicate":{"custom_model_data":2}},{"model":"w3","predicate":{"custom_model_data":3}},{"model":"w4","predicate":{"custom_model_data":4}},{"model":"w5","predicate":{"custom_model_data":5}},{"model":"w6","predicate":{"custom_model_data":6}},{"model":"w7","predicate":{"custom_model_data":7}},{"model":"w8","predicate":{"custom_model_data":8}},{"model":"w9","predicate":{"custom_model_data":9}},{"model":"w10","predicate":{"custom_model_data":10}},{"model":"w11","predicate":{"custom_model_data":11}},{"model":"w12","predicate":{"custom_model_data":12}},{"model":"w13","predicate":{"custom_model_data":13}},{"model":"w14","predicate":{"custom_model_data":14}},{"model":"w15","predicate":{"custom_model_data":15}},{"model":"w16","predicate":{"custom_model_data":16}},{"model":"w17","predicate":{"custom_model_data":17}},{"model":"w18","predicate":{"custom_model_data":18}},{"model":"w19","predicate":{"custom_model_data":19}},{"model":"w20","predicate":{"custom_model_data":20}},{"model":"w21","predicate":{"custom_model_data":21}},{"model":"w22","predicate":{"custom_model_data":22}},{"model":"w23","predicate":{"custom_model_data":23}},{"model":"w24","predicate":{"custom_model_data":24}},{"model":"w25","predicate":{"custom_model_data":25}},{"model":"w26","predicate":{"custom_model_data":26}},{"model":"w27","predicate":{"custom_model_data":27}},{"model":"w28","predicate":{"custom_model_data":28}},{"model":"w29","predicate":{"custom_model_data":29}},{"model":"w30","predicate":{"custom_model_data":30}},{"model":"w31","predicate":{"custom_model_data":31}},{"model":"w32","predicate":{"custom_model_data":32}},{"model":"w33","predicate":{"custom_model_data":33}},{"model":"w34","predicate":{"custom_model_data":34}},{"model":"w35","predicate":{"custom_model_data":35}},{"model":"w36","predicate":{"custom_model_data":36}},{"model":"w37","predicate":{"custom_model_data":37}},{"model":"w38","predicate":{"custom_model_data":38}},{"model":"w39","predicate":{"custom_model_data":39}},{"model":"w40","predicate":{"custom_model_data":40}},{"model":"w41","predicate":{"custom_model_data":41}},{"model":"w42","predicate":{"custom_model_data":42}},{"model":"w43","predicate":{"custom_model_data":43}},{"model":"w44","predicate":{"custom_model_data":44}},{"model":"w45","predicate":{"custom_model_data":45}},{"model":"w46","predicate":{"custom_model_data":46}},{"model":"w47","predicate":{"custom_model_data":47}},{"model":"w48","predicate":{"custom_model_data":48}},{"model":"w49","predicate":{"custom_model_data":49}},{"model":"w50","predicate":{"custom_model_data":50}},{"model":"w51","predicate":{"custom_model_data":51}},{"model":"w52","predicate":{"custom_model_data":52}},{"model":"w53","predicate":{"custom_model_data":53}},{"model":"w54","predicate":{"custom_model_data":54}},{"model":"w55","predicate":{"custom_model_data":55}},{"model":"w56","predicate":{"custom_model_data":56}},{"model":"w57","predicate":{"custom_model_data":57}},{"model":"w58","predicate":{"custom_model_data":58}},{"model":"w59","predicate":{"custom_model_data":59}},{"model":"w60","predicate":{"custom_model_data":60}},{"model":"w61","predicate":{"custom_model_data":61}},{"model":"w62","predicate":{"custom_model_data":62}},{"model":"w63","predicate":{"custom_model_data":63}},{"model":"w64","predicate":{"custom_model_data":64}},{"model":"w65","predicate":{"custom_model_data":65}},{"model":"w66","predicate":{"custom_model_data":66}},{"model":"w67","predicate":{"custom_model_data":67}},{"model":"w68","predicate":{"custom_model_data":68}},{"model":"w69","predicate":{"custom_model_data":69}},{"model":"w70","predicate":{"custom_model_data":70}},{"model":"w71","predicate":{"custom_model_data":71}},{"model":"w72","predicate":{"custom_model_data":72}},{"model":"w73","predicate":{"custom_model_data":73}},{"model":"w74","predicate":{"custom_model_data":74}},{"model":"w75","predicate":{"custom_model_data":75}},{"model":"w76","predicate":{"custom_model_data":76}},{"model":"w77","predicate":{"custom_model_data":77}},{"model":"w78","predicate":{"custom_model_data":78}},{"model":"w79","predicate":{"custom_model_data":79}},{"model":"w80","predicate":{"custom_model_data":80}},{"model":"w81","predicate":{"custom_model_data":81}},{"model":"w82","predicate":{"custom_model_data":82}},{"model":"w83","predicate":{"custom_model_data":83}},{"model":"w84","predicate":{"custom_model_data":84}},{"model":"w85","predicate":{"custom_model_data":85}},{"model":"w86","predicate":{"custom_model_data":86}},{"model":"w87","predicate":{"custom_model_data":87}},{"model":"w88","predicate":{"custom_model_data":88}},{"model":"w89","predicate":{"custom_model_data":89}},{"model":"w90","predicate":{"custom_model_data":90}},{"model":"w91","predicate":{"custom_model_data":91}},{"model":"w92","predicate":{"custom_model_data":92}},{"model":"w93","predicate":{"custom_model_data":93}},{"model":"w94","predicate":{"custom_model_data":94}},{"model":"w95","predicate":{"custom_model_data":95}},{"model":"w96","predicate":{"custom_model_data":96}},{"model":"w97","predicate":{"custom_model_data":97}},{"model":"w98","predicate":{"custom_model_data":98}},{"model":"w99","predicate":{"custom_model_data":99}},{"model":"w100","predicate":{"custom_model_data":100}},{"model":"w101","predicate":{"custom_model_data":101}},{"model":"w102","predicate":{"custom_model_data":102}},{"model":"w103","predicate":{"custom_model_data":103}},{"model":"w104","predicate":{"custom_model_data":104}},{"model":"w105","predicate":{"custom_model_data":105}},{"model":"w106","predicate":{"custom_model_data":106}},{"model":"w107","predicate":{"custom_model_data":107}},{"model":"w108","predicate":{"custom_model_data":108}},{"model":"w109","predicate":{"custom_model_data":109}},{"model":"w110","predicate":{"custom_model_data":110}},{"model":"w111","predicate":{"custom_model_data":111}},{"model":"w112","predicate":{"custom_model_data":112}},{"model":"w113","predicate":{"custom_model_data":113}},{"model":"w114","predicate":{"custom_model_data":114}},{"model":"w115","predicate":{"custom_model_data":115}},{"model":"w116","predicate":{"custom_model_data":116}},{"model":"w117","predicate":{"custom_model_data":117}},{"model":"w118","predicate":{"custom_model_data":118}},{"model":"w119","predicate":{"custom_model_data":119}},{"model":"w120","predicate":{"custom_model_data":120}},{"model":"w121","predicate":{"custom_model_data":121}},{"model":"w122","predicate":{"custom_model_data":122}},{"model":"w123","predicate":{"custom_model_data":123}},{"model":"w124","predicate":{"custom_model_data":124}},{"model":"w125","predicate":{"custom_model_data":125}},{"model":"w126","predicate":{"custom_model_data":126}},{"model":"w127","predicate":{"custom_model_data":127}},{"model":"w128","predicate":{"custom_model_data":128}},{"model":"w129","predicate":{"custom_model_data":129}},{"model":"w130","predicate":{"custom_model_data":130}},{"model":"w131","predicate":{"custom_model_data":131}},{"model":"w132","predicate":{"custom_model_data":132}},{"model":"w133","predicate":{"custom_model_data":133}},{"model":"w134","predicate":{"custom_model_data":134}},{"model":"w135","predicate":{"custom_model_data":135}},{"model":"w136","predicate":{"custom_model_data":136}},{"model":"w137","predicate":{"custom_model_data":137}},{"model":"w138","predicate":{"custom_model_data":138}},{"model":"w139","predicate":{"custom_model_data":139}},{"model":"w140","predicate":{"custom_model_data":140}},{"model":"w141","predicate":{"custom_model_data":141}},{"model":"w142","predicate":{"custom_model_data":142}},{"model":"w143","predicate":{"custom_model_data":143}},{"model":"w144","predicate":{"custom_model_data":144}},{"model":"w145","predicate":{"custom_model_data":145}},{"model":"w146","predicate":{"custom_model_data":146}},{"model":"w147","predicate":{"custom_model_data":147}},{"model":"w148","predicate":{"custom_model_data":148}},{"model":"w149","predicate":{"custom_model_data":149}},{"model":"w150","predicate":{"custom_model_data":150}},{"model":"w151","predicate":{"custom_model_data":151}},{"model":"w152","predicate":{"custom_model_data":152}},{"model":"w153","predicate":{"custom_model_data":153}},{"model":"w154","predicate":{"custom_model_data":154}},{"model":"w155","predicate":{"custom_model_data":155}},{"model":"w156","predicate":{"custom_model_data":156}},{"model":"w157","predicate":{"custom_model_data":157}},{"model":"w158","predicate":{"custom_model_data":158}},{"model":"w159","predicate":{"custom_model_data":159}},{"model":"w160","predicate":{"custom_model_data":160}},{"model":"w161","predicate":{"custom_model_data":161}},{"model":"w162","predicate":{"custom_model_data":162}},{"model":"w163","predicate":{"custom_model_data":163}},{"model":"w164","predicate":{"custom_model_data":164}},{"model":"w165","predicate":{"custom_model_data":165}},{"model":"w166","predicate":{"custom_model_data":166}},{"model":"w167","predicate":{"custom_model_data":167}},{"model":"w168","predicate":{"custom_model_data":168}},{"model":"w169","predicate":{"custom_model_data":169}},{"model":"w170","predicate":{"custom_model_data":170}},{"model":"w171","predicate":{"custom_model_data":171}},{"model":"w172","predicate":{"custom_model_data":172}},{"model":"w173","predicate":{"custom_model_data":173}},{"model":"w174","predicate":{"custom_model_data":174}},{"model":"w175","predicate":{"custom_model_data":175}},{"model":"w176","predicate":{"custom_model_data":176}},{"model":"w177","predicate":{"custom_model_data":177}},{"model":"w178","predicate":{"custom_model_data":178}},{"model":"w179","predicate":{"custom_model_data":179}},{"model":"w180","predicate":{"custom_model_data":180}},{"model":"w181","predicate":{"custom_model_data":181}},{"model":"w182","predicate":{"custom_model_data":182}},{"model":"w183","predicate":{"custom_model_data":183}},{"model":"w184","predicate":{"custom_model_data":184}},{"model":"w185","predicate":{"custom_model_data":185}},{"model":"w186","predicate":{"custom_model_data":186}},{"model":"w187","predicate":{"custom_model_data":187}},{"model":"w188","predicate":{"custom_model_data":188}},{"model":"w189","predicate":{"custom_model_data":189}},{"model":"w190","predicate":{"custom_model_data":190}},{"model":"w191","predicate":{"custom_model_data":191}},{"model":"w192","predicate":{"custom_model_data":192}},{"model":"w193","predicate":{"custom_model_data":193}},{"model":"w194","predicate":{"custom_model_data":194}},{"model":"w195","predicate":{"custom_model_data":195}},{"model":"w196","predicate":{"custom_model_data":196}},{"model":"w197","predicate":{"custom_model_data":197}},{"model":"w198","predicate":{"custom_model_data":198}},{"model":"w199","predicate":{"custom_model_data":199}},{"model":"w200","predicate":{"custom_model_data":200}},{"model":"w201","predicate":{"custom_model_data":201}},{"model":"w202","predicate":{"custom_model_data":202}},{"model":"w203","predicate":{"custom_model_data":203}},{"model":"w204","predicate":{"custom_model_data":204}},{"model":"w205","predicate":{"custom_model_data":205}},{"model":"w206","predicate":{"custom_model_data":206}},{"model":"w207","predicate":{"custom_model_data":207}},{"model":"w208","predicate":{"custom_model_data":208}},{"model":"w209","predicate":{"custom_model_data":209}},{"model":"w210","predicate":{"custom_model_data":210}},{"model":"w211","predicate":{"custom_model_data":211}},{"model":"w212","predicate":{"custom_model_data":212}},{"model":"w213","predicate":{"custom_model_data":213}},{"model":"w214","predicate":{"custom_model_data":214}},{"model":"w215","predicate":{"custom_model_data":215}},{"model":"w216","predicate":{"custom_model_data":216}},{"model":"w217","predicate":{"custom_model_data":217}},{"model":"w218","predicate":{"custom_model_data":218}},{"model":"w219","predicate":{"custom_model_data":219}},{"model":"w220","predicate":{"custom_model_data":220}},{"model":"w221","predicate":{"custom_model_data":221}},{"model":"w222","predicate":{"custom_model_data":222}},{"model":"w223","predicate":{"custom_model_data":223}},{"model":"w224","predicate":{"custom_model_data":224}},{"model":"w225","predicate":{"custom_model_data":225}},{"model":"w226","predicate":{"custom_model_data":226}},{"model":"w227","predicate":{"custom_model_data":227}},{"model":"w228","predicate":{"custom_model_data":228}},{"model":"w229","predicate":{"custom_model_data":229}},{"model":"w230","predicate":{"custom_model_data":230}},{"model":"w231","predicate":{"custom_model_data":231}},{"model":"w232","predicate":{"custom_model_data":232}},{"model":"w233","predicate":{"custom_model_data":233}},{"model":"w234","predicate":{"custom_model_data":234}},{"model":"w235","predicate":{"custom_model_data":235}},{"model":"w236","predicate":{"custom_model_data":236}},{"model":"w237","predicate":{"custom_model_data":237}},{"model":"w238","predicate":{"custom_model_data":238}},{"model":"w239","predicate":{"custom_model_data":239}},{"model":"w240","predicate":{"custom_model_data":240}},{"model":"w241","predicate":{"custom_model_data":241}},{"model":"w242","predicate":{"custom_model_data":242}},{"model":"w243","predicate":{"custom_model_data":243}},{"model":"w244","predicate":{"custom_model_data":244}},{"model":"w245","predicate":{"custom_model_data":245}},{"model":"w246","predicate":{"custom_model_data":246}},{"model":"w247","predicate":{"custom_model_data":247}},{"model":"w248","predicate":{"custom_model_data":248}},{"model":"w249","predicate":{"custom_model_data":249}},{"model":"w250","predicate":{"custom_model_data":250}},{"model":"w251","predicate":{"custom_model_data":251}},{"model":"w252","predicate":{"custom_model_data":252}},{"model":"w253","predicate":{"custom_model_data":253}},{"model":"w254","predicate":{"custom_model_data":254}},{"model":"w255","predicate":{"custom_model_data":255}},{"model":"w256","predicate":{"custom_model_data":256}},{"model":"w257","predicate":{"custom_model_data":257}},{"model":"w258","predicate":{"custom_model_data":258}},{"model":"w259","predicate":{"custom_model_data":259}},{"model":"w260","predicate":{"custom_model_data":260}},{"model":"w261","predicate":{"custom_model_data":261}},{"model":"w262","predicate":{"custom_model_data":262}},{"model":"w263","predicate":{"custom_model_data":263}},{"model":"w264","predicate":{"custom_model_data":264}},{"model":"w265","predicate":{"custom_model_data":265}},{"model":"w266","predicate":{"custom_model_data":266}},{"model":"w267","predicate":{"custom_model_data":267}},{"model":"w268","predicate":{"custom_model_data":268}},{"model":"w269","predicate":{"custom_model_data":269}},{"model":"w270","predicate":{"custom_model_data":270}},{"model":"w271","predicate":{"custom_model_data":271}},{"model":"w272","predicate":{"custom_model_data":272}},{"model":"w273","predicate":{"custom_model_data":273}},{"model":"w274","predicate":{"custom_model_data":274}},{"model":"w275","predicate":{"custom_model_data":275}},{"model":"w276","predicate":{"custom_model_data":276}},{"model":"w277","predicate":{"custom_model_data":277}},{"model":"w278","predicate":{"custom_model_data":278}},{"model":"w279","predicate":{"custom_model_data":279}},{"model":"w280","predicate":{"custom_model_data":280}},{"model":"w281","predicate":{"custom_model_data":281}},{"model":"w282","predicate":{"custom_model_data":282}},{"model":"w283","predicate":{"custom_model_data":283}},{"model":"w284","predicate":{"custom_model_data":284}},{"model":"w285","predicate":{"custom_model_data":285}},{"model":"w286","predicate":{"custom_model_data":286}},{"model":"w287","predicate":{"custom_model_data":287}},{"model":"w288","predicate":{"custom_model_data":288}},{"model":"w289","predicate":{"custom_model_data":289}},{"model":"w290","predicate":{"custom_model_data":290}},{"model":"w291","predicate":{"custom_model_data":291}},{"model":"w292","predicate":{"custom_model_data":292}},{"model":"w293","predicate":{"custom_model_data":293}},{"model":"w294","predicate":{"custom_model_data":294}},{"model":"w295","predicate":{"custom_model_data":295}},{"model":"w296","predicate":{"custom_model_data":296}},{"model":"w297","predicate":{"custom_model_data":297}},{"model":"w298","predicate":{"custom_model_data":298}},{"model":"w299","predicate":{"custom_model_data":299}},{"model":"w300","predicate":{"custom_model_data":300}},{"model":"w301","predicate":{"custom_model_data":301}},{"model":"w302","predicate":{"custom_model_data":302}},{"model":"w303","predicate":{"custom_model_data":303}},{"model":"w304","predicate":{"custom_model_data":304}},{"model":"w305","predicate":{"custom_model_data":305}},{"model":"w306","predicate":{"custom_model_data":306}},{"model":"w307","predicate":{"custom_model_data":307}},{"model":"w308","predicate":{"custom_model_data":308}},{"model":"w309","predicate":{"custom_model_data":309}},{"model":"w310","predicate":{"custom_model_data":310}},{"model":"w311","predicate":{"custom_model_data":311}},{"model":"w312","predicate":{"custom_model_data":312}},{"model":"w313","predicate":{"custom_model_data":313}},{"model":"w314","predicate":{"custom_model_data":314}},{"model":"w315","predicate":{"custom_model_data":315}},{"model":"w316","predicate":{"custom_model_data":316}},{"model":"w317","predicate":{"custom_model_data":317}},{"model":"w318","predicate":{"custom_model_data":318}},{"model":"w319","predicate":{"custom_model_data":319}},{"model":"w320","predicate":{"custom_model_data":320}},{"model":"w321","predicate":{"custom_model_data":321}},{"model":"w322","predicate":{"custom_model_data":322}},{"model":"w323","predicate":{"custom_model_data":323}},{"model":"w324","predicate":{"custom_model_data":324}},{"model":"w325","predicate":{"custom_model_data":325}},{"model":"w326","predicate":{"custom_model_data":326}},{"model":"w327","predicate":{"custom_model_data":327}},{"model":"w328","predicate":{"custom_model_data":328}},{"model":"w329","predicate":{"custom_model_data":329}},{"model":"w330","predicate":{"custom_model_data":330}},{"model":"w331","predicate":{"custom_model_data":331}},{"model":"w332","predicate":{"custom_model_data":332}},{"model":"w333","predicate":{"custom_model_data":333}},{"model":"w334","predicate":{"custom_model_data":334}},{"model":"w335","predicate":{"custom_model_data":335}},{"model":"w336","predicate":{"custom_model_data":336}},{"model":"w337","predicate":{"custom_model_data":337}},{"model":"w338","predicate":{"custom_model_data":338}},{"model":"w339","predicate":{"custom_model_data":339}},{"model":"w340","predicate":{"custom_model_data":340}},{"model":"w341","predicate":{"custom_model_data":341}},{"model":"w342","predicate":{"custom_model_data":342}},{"model":"w343","predicate":{"custom_model_data":343}},{"model":"w344","predicate":{"custom_model_data":344}},{"model":"w345","predicate":{"custom_model_data":345}},{"model":"w346","predicate":{"custom_model_data":346}},{"model":"w347","predicate":{"custom_model_data":347}},{"model":"w348","predicate":{"custom_model_data":348}},{"model":"w349","predicate":{"custom_model_data":349}},{"model":"w350","predicate":{"custom_model_data":350}},{"model":"w351","predicate":{"custom_model_data":351}},{"model":"w352","predicate":{"custom_model_data":352}},{"model":"w353","predicate":{"custom_model_data":353}},{"model":"w354","predicate":{"custom_model_data":354}},{"model":"w355","predicate":{"custom_model_data":355}},{"model":"w356","predicate":{"custom_model_data":356}},{"model":"w357","predicate":{"custom_model_data":357}},{"model":"w358","predicate":{"custom_model_data":358}},{"model":"w359","predicate":{"custom_model_data":359}},{"model":"w360","predicate":{"custom_model_data":360}},{"model":"w361","predicate":{"custom_model_data":361}},{"model":"w362","predicate":{"custom_model_data":362}},{"model":"w363","predicate":{"custom_model_data":363}},{"model":"w364","predicate":{"custom_model_data":364}},{"model":"w365","predicate":{"custom_model_data":365}},{"model":"w366","predicate":{"custom_model_data":366}},{"model":"w367","predicate":{"custom_model_data":367}},{"model":"w368","predicate":{"custom_model_data":368}},{"model":"w369","predicate":{"custom_model_data":369}},{"model":"w370","predicate":{"custom_model_data":370}},{"model":"w371","predicate":{"custom_model_data":371}},{"model":"w372","predicate":{"custom_model_data":372}},{"model":"w373","predicate":{"custom_model_data":373}},{"model":"w374","predicate":{"custom_model_data":374}},{"model":"w375","predicate":{"custom_model_data":375}},{"model":"w376","predicate":{"custom_model_data":376}},{"model":"w377","predicate":{"custom_model_data":377}},{"model":"w378","predicate":{"custom_model_data":378}},{"model":"w379","predicate":{"custom_model_data":379}},{"model":"w380","predicate":{"custom_model_data":380}},{"model":"w381","predicate":{"custom_model_data":381}},{"model":"w382","predicate":{"custom_model_data":382}},{"model":"w383","predicate":{"custom_model_data":383}},{"model":"w384","predicate":{"custom_model_data":384}},{"model":"w385","predicate":{"custom_model_data":385}},{"model":"w386","predicate":{"custom_model_data":386}},{"model":"w387","predicate":{"custom_model_data":387}},{"model":"w388","predicate":{"custom_model_data":388}},{"model":"w389","predicate":{"custom_model_data":389}},{"model":"w390","predicate":{"custom_model_data":390}},{"model":"w391","predicate":{"custom_model_data":391}},{"model":"w392","predicate":{"custom_model_data":392}},{"model":"w393","predicate":{"custom_model_data":393}},{"model":"w394","predicate":{"custom_model_data":394}},{"model":"w395","predicate":{"custom_model_data":395}},{"model":"w396","predicate":{"custom_model_data":396}},{"model":"w397","predicate":{"custom_model_data":397}},{"model":"w398","predicate":{"custom_model_data":398}},{"model":"w399","predicate":{"custom_model_data":399}},{"model":"w400","predicate":{"custom_model_data":400}},{"model":"w401","predicate":{"custom_model_data":401}},{"model":"w402","predicate":{"custom_model_data":402}},{"model":"w403","predicate":{"custom_model_data":403}},{"model":"w404","predicate":{"custom_model_data":404}},{"model":"w405","predicate":{"custom_model_data":405}},{"model":"w406","predicate":{"custom_model_data":406}},{"model":"w407","predicate":{"custom_model_data":407}},{"model":"w408","predicate":{"custom_model_data":408}},{"model":"w409","predicate":{"custom_model_data":409}},{"model":"w410","predicate":{"custom_model_data":410}},{"model":"w411","predicate":{"custom_model_data":411}},{"model":"w412","predicate":{"custom_model_data":412}},{"model":"w413","predicate":{"custom_model_data":413}},{"model":"w414","predicate":{"custom_model_data":414}},{"model":"w415","predicate":{"custom_model_data":415}},{"model":"w416","predicate":{"custom_model_data":416}},{"model":"w417","predicate":{"custom_model_data":417}},{"model":"w418","predicate":{"custom_model_data":418}},{"model":"w419","predicate":{"custom_model_data":419}},{"model":"w420","predicate":{"custom_model_data":420}},{"model":"w421","predicate":{"custom_model_data":421}},{"model":"w422","predicate":{"custom_model_data":422}},{"model":"w423","predicate":{"custom_model_data":423}},{"model":"w424","predicate":{"custom_model_data":424}},{"model":"w425","predicate":{"custom_model_data":425}},{"model":"w426","predicate":{"custom_model_data":426}},{"model":"w427","predicate":{"custom_model_data":427}},{"model":"w428","predicate":{"custom_model_data":428}},{"model":"w429","predicate":{"custom_model_data":429}},{"model":"w430","predicate":{"custom_model_data":430}},{"model":"w431","predicate":{"custom_model_data":431}},{"model":"w432","predicate":{"custom_model_data":432}},{"model":"w433","predicate":{"custom_model_data":433}},{"model":"w434","predicate":{"custom_model_data":434}},{"model":"w435","predicate":{"custom_model_data":435}},{"model":"w436","predicate":{"custom_model_data":436}},{"model":"w437","predicate":{"custom_model_data":437}},{"model":"w438","predicate":{"custom_model_data":438}},{"model":"w439","predicate":{"custom_model_data":439}},{"model":"w440","predicate":{"custom_model_data":440}},{"model":"w441","predicate":{"custom_model_data":441}},{"model":"w442","predicate":{"custom_model_data":442}},{"model":"w443","predicate":{"custom_model_data":443}},{"model":"w444","predicate":{"custom_model_data":444}},{"model":"w445","predicate":{"custom_model_data":445}},{"model":"w446","predicate":{"custom_model_data":446}},{"model":"w447","predicate":{"custom_model_data":447}},{"model":"w448","predicate":{"custom_model_data":448}},{"model":"w449","predicate":{"custom_model_data":449}},{"model":"w450","predicate":{"custom_model_data":450}},{"model":"w451","predicate":{"custom_model_data":451}},{"model":"w452","predicate":{"custom_model_data":452}},{"model":"w453","predicate":{"custom_model_data":453}},{"model":"w454","predicate":{"custom_model_data":454}},{"model":"w455","predicate":{"custom_model_data":455}},{"model":"w456","predicate":{"custom_model_data":456}},{"model":"w457","predicate":{"custom_model_data":457}},{"model":"w458","predicate":{"custom_model_data":458}},{"model":"w459","predicate":{"custom_model_data":459}},{"model":"w460","predicate":{"custom_model_data":460}},{"model":"w461","predicate":{"custom_model_data":461}},{"model":"w462","predicate":{"custom_model_data":462}},{"model":"w463","predicate":{"custom_model_data":463}},{"model":"w464","predicate":{"custom_model_data":464}},{"model":"w465","predicate":{"custom_model_data":465}},{"model":"w466","predicate":{"custom_model_data":466}},{"model":"w467","predicate":{"custom_model_data":467}},{"model":"w468","predicate":{"custom_model_data":468}},{"model":"w469","predicate":{"custom_model_data":469}},{"model":"w470","predicate":{"custom_model_data":470}},{"model":"w471","predicate":{"custom_model_data":471}},{"model":"w472","predicate":{"custom_model_data":472}},{"model":"w473","predicate":{"custom_model_data":473}},{"model":"w474","predicate":{"custom_model_data":474}},{"model":"w475","predicate":{"custom_model_data":475}},{"model":"w476","predicate":{"custom_model_data":476}},{"model":"w477","predicate":{"custom_model_data":477}},{"model":"w478","predicate":{"custom_model_data":478}},{"model":"w479","predicate":{"custom_model_data":479}},{"model":"w480","predicate":{"custom_model_data":480}},{"model":"w481","predicate":{"custom_model_data":481}},{"model":"w482","predicate":{"custom_model_data":482}},{"model":"w483","predicate":{"custom_model_data":483}},{"model":"w484","predicate":{"custom_model_data":484}},{"model":"w485","predicate":{"custom_model_data":485}},{"model":"w486","predicate":{"custom_model_data":486}},{"model":"w487","predicate":{"custom_model_data":487}},{"model":"w488","predicate":{"custom_model_data":488}},{"model":"w489","predicate":{"custom_model_data":489}},{"model":"w490","predicate":{"custom_model_data":490}},{"model":"w491","predicate":{"custom_model_data":491}},{"model":"w492","predicate":{"custom_model_data":492}},{"model":"w493","predicate":{"custom_model_data":493}},{"model":"w494","predicate":{"custom_model_data":494}},{"model":"w495","predicate":{"custom_model_data":495}},{"model":"w496","predicate":{"custom_model_data":496}},{"model":"w497","predicate":{"custom_model_data":497}},{"model":"w498","predicate":{"custom_model_data":498}},{"model":"w499","predicate":{"custom_model_data":499}},{"model":"w500","predicate":{"custom_model_data":500}},{"model":"w501","predicate":{"custom_model_data":501}},{"model":"w502","predicate":{"custom_model_data":502}},{"model":"w503","predicate":{"custom_model_data":503}},{"model":"w504","predicate":{"custom_model_data":504}},{"model":"w505","predicate":{"custom_model_data":505}},{"model":"w506","predicate":{"custom_model_data":506}},{"model":"w507","predicate":{"custom_model_data":507}},{"model":"w508","predicate":{"custom_model_data":508}},{"model":"w509","predicate":{"custom_model_data":509}},{"model":"w510","predicate":{"custom_model_data":510}},{"model":"w511","predicate":{"custom_model_data":511}},{"model":"w512","predicate":{"custom_model_data":512}},{"model":"w513","predicate":{"custom_model_data":513}},{"model":"w514","predicate":{"custom_model_data":514}},{"model":"w515","predicate":{"custom_model_data":515}},{"model":"w516","predicate":{"custom_model_data":516}},{"model":"w517","predicate":{"custom_model_data":517}},{"model":"w518","predicate":{"custom_model_data":518}},{"model":"w519","predicate":{"custom_model_data":519}},{"model":"w520","predicate":{"custom_model_data":520}},{"model":"w521","predicate":{"custom_model_data":521}},{"model":"w522","predicate":{"custom_model_data":522}},{"model":"w523","predicate":{"custom_model_data":523}},{"model":"w524","predicate":{"custom_model_data":524}},{"model":"w525","predicate":{"custom_model_data":525}},{"model":"w526","predicate":{"custom_model_data":526}},{"model":"w527","predicate":{"custom_model_data":527}},{"model":"w528","predicate":{"custom_model_data":528}},{"model":"w529","predicate":{"custom_model_data":529}},{"model":"w530","predicate":{"custom_model_data":530}},{"model":"w531","predicate":{"custom_model_data":531}},{"model":"w532","predicate":{"custom_model_data":532}},{"model":"w533","predicate":{"custom_model_data":533}},{"model":"w534","predicate":{"custom_model_data":534}},{"model":"w535","predicate":{"custom_model_data":535}},{"model":"w536","predicate":{"custom_model_data":536}},{"model":"w537","predicate":{"custom_model_data":537}},{"model":"w538","predicate":{"custom_model_data":538}},{"model":"w539","predicate":{"custom_model_data":539}},{"model":"w540","predicate":{"custom_model_data":540}},{"model":"w541","predicate":{"custom_model_data":541}},{"model":"w542","predicate":{"custom_model_data":542}},{"model":"w543","predicate":{"custom_model_data":543}},{"model":"w544","predicate":{"custom_model_data":544}},{"model":"w545","predicate":{"custom_model_data":545}},{"model":"w546","predicate":{"custom_model_data":546}},{"model":"w547","predicate":{"custom_model_data":547}},{"model":"w548","predicate":{"custom_model_data":548}},{"model":"w549","predicate":{"custom_model_data":549}},{"model":"w550","predicate":{"custom_model_data":550}},{"model":"w551","predicate":{"custom_model_data":551}},{"model":"w552","predicate":{"custom_model_data":552}},{"model":"w553","predicate":{"custom_model_data":553}},{"model":"w554","predicate":{"custom_model_data":554}},{"model":"w555","predicate":{"custom_model_data":555}},{"model":"w556","predicate":{"custom_model_data":556}},{"model":"w557","predicate":{"custom_model_data":557}},{"model":"w558","predicate":{"custom_model_data":558}},{"model":"w559","predicate":{"custom_model_data":559}},{"model":"w560","predicate":{"custom_model_data":560}},{"model":"w561","predicate":{"custom_model_data":561}},{"model":"w562","predicate":{"custom_model_data":562}},{"model":"w563","predicate":{"custom_model_data":563}},{"model":"w564","predicate":{"custom_model_data":564}},{"model":"w565","predicate":{"custom_model_data":565}},{"model":"w566","predicate":{"custom_model_data":566}},{"model":"w567","predicate":{"custom_model_data":567}},{"model":"w568","predicate":{"custom_model_data":568}},{"model":"w569","predicate":{"custom_model_data":569}},{"model":"w570","predicate":{"custom_model_data":570}},{"model":"w571","predicate":{"custom_model_data":571}},{"model":"w572","predicate":{"custom_model_data":572}},{"model":"w573","predicate":{"custom_model_data":573}},{"model":"w574","predicate":{"custom_model_data":574}},{"model":"w575","predicate":{"custom_model_data":575}},{"model":"w576","predicate":{"custom_model_data":576}},{"model":"w577","predicate":{"custom_model_data":577}},{"model":"w578","predicate":{"custom_model_data":578}},{"model":"w579","predicate":{"custom_model_data":579}},{"model":"w580","predicate":{"custom_model_data":580}},{"model":"w581","predicate":{"custom_model_data":581}},{"model":"w582","predicate":{"custom_model_data":582}},{"model":"w583","predicate":{"custom_model_data":583}},{"model":"w584","predicate":{"custom_model_data":584}},{"model":"w585","predicate":{"custom_model_data":585}},{"model":"w586","predicate":{"custom_model_data":586}},{"model":"w587","predicate":{"custom_model_data":587}},{"model":"w588","predicate":{"custom_model_data":588}},{"model":"w589","predicate":{"custom_model_data":589}},{"model":"w590","predicate":{"custom_model_data":590}},{"model":"w591","predicate":{"custom_model_data":591}},{"model":"w592","predicate":{"custom_model_data":592}},{"model":"w593","predicate":{"custom_model_data":593}},{"model":"w594","predicate":{"custom_model_data":594}},{"model":"w595","predicate":{"custom_model_data":595}},{"model":"w596","predicate":{"custom_model_data":596}},{"model":"w597","predicate":{"custom_model_data":597}},{"model":"w598","predicate":{"custom_model_data":598}},{"model":"w599","predicate":{"custom_model_data":599}},{"model":"w600","predicate":{"custom_model_data":600}},{"model":"w601","predicate":{"custom_model_data":601}},{"model":"w602","predicate":{"custom_model_data":602}},{"model":"w603","predicate":{"custom_model_data":603}},{"model":"w604","predicate":{"custom_model_data":604}},{"model":"w605","predicate":{"custom_model_data":605}},{"model":"w606","predicate":{"custom_model_data":606}},{"model":"w607","predicate":{"custom_model_data":607}},{"model":"w608","predicate":{"custom_model_data":608}},{"model":"w609","predicate":{"custom_model_data":609}},{"model":"w610","predicate":{"custom_model_data":610}},{"model":"w611","predicate":{"custom_model_data":611}},{"model":"w612","predicate":{"custom_model_data":612}},{"model":"w613","predicate":{"custom_model_data":613}},{"model":"w614","predicate":{"custom_model_data":614}},{"model":"w615","predicate":{"custom_model_data":615}},{"model":"w616","predicate":{"custom_model_data":616}},{"model":"w617","predicate":{"custom_model_data":617}},{"model":"w618","predicate":{"custom_model_data":618}},{"model":"w619","predicate":{"custom_model_data":619}},{"model":"w620","predicate":{"custom_model_data":620}},{"model":"w621","predicate":{"custom_model_data":621}},{"model":"w622","predicate":{"custom_model_data":622}},{"model":"w623","predicate":{"custom_model_data":623}},{"model":"w624","predicate":{"custom_model_data":624}},{"model":"w625","predicate":{"custom_model_data":625}},{"model":"w626","predicate":{"custom_model_data":626}},{"model":"w627","predicate":{"custom_model_data":627}},{"model":"w628","predicate":{"custom_model_data":628}},{"model":"w629","predicate":{"custom_model_data":629}},{"model":"w630","predicate":{"custom_model_data":630}},{"model":"w631","predicate":{"custom_model_data":631}},{"model":"w632","predicate":{"custom_model_data":632}},{"model":"w633","predicate":{"custom_model_data":633}},{"model":"w634","predicate":{"custom_model_data":634}},{"model":"w635","predicate":{"custom_model_data":635}},{"model":"w636","predicate":{"custom_model_data":636}},{"model":"w637","predicate":{"custom_model_data":637}},{"model":"w638","predicate":{"custom_model_data":638}},{"model":"w639","predicate":{"custom_model_data":639}},{"model":"w640","predicate":{"custom_model_data":640}},{"model":"w641","predicate":{"custom_model_data":641}},{"model":"w642","predicate":{"custom_model_data":642}},{"model":"w643","predicate":{"custom_model_data":643}},{"model":"w644","predicate":{"custom_model_data":644}},{"model":"w645","predicate":{"custom_model_data":645}},{"model":"w646","predicate":{"custom_model_data":646}},{"model":"w647","predicate":{"custom_model_data":647}},{"model":"w648","predicate":{"custom_model_data":648}},{"model":"w649","predicate":{"custom_model_data":649}},{"model":"w650","predicate":{"custom_model_data":650}},{"model":"w651","predicate":{"custom_model_data":651}},{"model":"w652","predicate":{"custom_model_data":652}},{"model":"w653","predicate":{"custom_model_data":653}},{"model":"w654","predicate":{"custom_model_data":654}},{"model":"w655","predicate":{"custom_model_data":655}},{"model":"w656","predicate":{"custom_model_data":656}},{"model":"w657","predicate":{"custom_model_data":657}},{"model":"w658","predicate":{"custom_model_data":658}},{"model":"w659","predicate":{"custom_model_data":659}},{"model":"w660","predicate":{"custom_model_data":660}},{"model":"w661","predicate":{"custom_model_data":661}},{"model":"w662","predicate":{"custom_model_data":662}},{"model":"w663","predicate":{"custom_model_data":663}},{"model":"w664","predicate":{"custom_model_data":664}},{"model":"w665","predicate":{"custom_model_data":665}},{"model":"w666","predicate":{"custom_model_data":666}},{"model":"w667","predicate":{"custom_model_data":667}},{"model":"w668","predicate":{"custom_model_data":668}},{"model":"w669","predicate":{"custom_model_data":669}},{"model":"w670","predicate":{"custom_model_data":670}},{"model":"w671","predicate":{"custom_model_data":671}},{"model":"w672","predicate":{"custom_model_data":672}},{"model":"w673","predicate":{"custom_model_data":673}},{"model":"w674","predicate":{"custom_model_data":674}},{"model":"w675","predicate":{"custom_model_data":675}},{"model":"w676","predicate":{"custom_model_data":676}},{"model":"w677","predicate":{"custom_model_data":677}},{"model":"w678","predicate":{"custom_model_data":678}},{"model":"w679","predicate":{"custom_model_data":679}},{"model":"w680","predicate":{"custom_model_data":680}},{"model":"w681","predicate":{"custom_model_data":681}},{"model":"w682","predicate":{"custom_model_data":682}},{"model":"w683","predicate":{"custom_model_data":683}},{"model":"w684","predicate":{"custom_model_data":684}},{"model":"w685","predicate":{"custom_model_data":685}},{"model":"w686","predicate":{"custom_model_data":686}},{"model":"w687","predicate":{"custom_model_data":687}},{"model":"w688","predicate":{"custom_model_data":688}},{"model":"w689","predicate":{"custom_model_data":689}},{"model":"w690","predicate":{"custom_model_data":690}},{"model":"w691","predicate":{"custom_model_data":691}},{"model":"w692","predicate":{"custom_model_data":692}},{"model":"w693","predicate":{"custom_model_data":693}},{"model":"w694","predicate":{"custom_model_data":694}},{"model":"w695","predicate":{"custom_model_data":695}},{"model":"w696","predicate":{"custom_model_data":696}},{"model":"w697","predicate":{"custom_model_data":697}},{"model":"w698","predicate":{"custom_model_data":698}},{"model":"w699","predicate":{"custom_model_data":699}},{"model":"w700","predicate":{"custom_model_data":700}},{"model":"w701","predicate":{"custom_model_data":701}},{"model":"w702","predicate":{"custom_model_data":702}},{"model":"w703","predicate":{"custom_model_data":703}},{"model":"w704","predicate":{"custom_model_data":704}},{"model":"w705","predicate":{"custom_model_data":705}},{"model":"w706","predicate":{"custom_model_data":706}},{"model":"w707","predicate":{"custom_model_data":707}},{"model":"w708","predicate":{"custom_model_data":708}},{"model":"w709","predicate":{"custom_model_data":709}},{"model":"w710","predicate":{"custom_model_data":710}},{"model":"w711","predicate":{"custom_model_data":711}},{"model":"w712","predicate":{"custom_model_data":712}},{"model":"w713","predicate":{"custom_model_data":713}},{"model":"w714","predicate":{"custom_model_data":714}},{"model":"w715","predicate":{"custom_model_data":715}},{"model":"w716","predicate":{"custom_model_data":716}},{"model":"w717","predicate":{"custom_model_data":717}},{"model":"w718","predicate":{"custom_model_data":718}},{"model":"w719","predicate":{"custom_model_data":719}},{"model":"w720","predicate":{"custom_model_data":720}},{"model":"w721","predicate":{"custom_model_data":721}},{"model":"w722","predicate":{"custom_model_data":722}},{"model":"w723","predicate":{"custom_model_data":723}},{"model":"w724","predicate":{"custom_model_data":724}},{"model":"w725","predicate":{"custom_model_data":725}},{"model":"w726","predicate":{"custom_model_data":726}},{"model":"w727","predicate":{"custom_model_data":727}},{"model":"w728","predicate":{"custom_model_data":728}},{"model":"w729","predicate":{"custom_model_data":729}},{"model":"w730","predicate":{"custom_model_data":730}},{"model":"w731","predicate":{"custom_model_data":731}},{"model":"w732","predicate":{"custom_model_data":732}},{"model":"w733","predicate":{"custom_model_data":733}},{"model":"w734","predicate":{"custom_model_data":734}},{"model":"w735","predicate":{"custom_model_data":735}},{"model":"w736","predicate":{"custom_model_data":736}},{"model":"w737","predicate":{"custom_model_data":737}},{"model":"w738","predicate":{"custom_model_data":738}},{"model":"w739","predicate":{"custom_model_data":739}},{"model":"w740","predicate":{"custom_model_data":740}},{"model":"w741","predicate":{"custom_model_data":741}},{"model":"w742","predicate":{"custom_model_data":742}},{"model":"w743","predicate":{"custom_model_data":743}},{"model":"w744","predicate":{"custom_model_data":744}},{"model":"w745","predicate":{"custom_model_data":745}},{"model":"w746","predicate":{"custom_model_data":746}},{"model":"w747","predicate":{"custom_model_data":747}},{"model":"w748","predicate":{"custom_model_data":748}},{"model":"w749","predicate":{"custom_model_data":749}},{"model":"w750","predicate":{"custom_model_data":750}},{"model":"w751","predicate":{"custom_model_data":751}},{"model":"w752","predicate":{"custom_model_data":752}},{"model":"w753","predicate":{"custom_model_data":753}},{"model":"w754","predicate":{"custom_model_data":754}},{"model":"w755","predicate":{"custom_model_data":755}},{"model":"w756","predicate":{"custom_model_data":756}},{"model":"w757","predicate":{"custom_model_data":757}},{"model":"w758","predicate":{"custom_model_data":758}},{"model":"w759","predicate":{"custom_model_data":759}},{"model":"w760","predicate":{"custom_model_data":760}},{"model":"w761","predicate":{"custom_model_data":761}},{"model":"w762","predicate":{"custom_model_data":762}},{"model":"w763","predicate":{"custom_model_data":763}},{"model":"w764","predicate":{"custom_model_data":764}},{"model":"w765","predicate":{"custom_model_data":765}},{"model":"w766","predicate":{"custom_model_data":766}},{"model":"w767","predicate":{"custom_model_data":767}},{"model":"w768","predicate":{"custom_model_data":768}},{"model":"w769","predicate":{"custom_model_data":769}},{"model":"w770","predicate":{"custom_model_data":770}},{"model":"w771","predicate":{"custom_model_data":771}},{"model":"w772","predicate":{"custom_model_data":772}},{"model":"w773","predicate":{"custom_model_data":773}},{"model":"w774","predicate":{"custom_model_data":774}},{"model":"w775","predicate":{"custom_model_data":775}},{"model":"w776","predicate":{"custom_model_data":776}},{"model":"w777","predicate":{"custom_model_data":777}},{"model":"w778","predicate":{"custom_model_data":778}},{"model":"w779","predicate":{"custom_model_data":779}},{"model":"w780","predicate":{"custom_model_data":780}},{"model":"w781","predicate":{"custom_model_data":781}},{"model":"w782","predicate":{"custom_model_data":782}},{"model":"w783","predicate":{"custom_model_data":783}},{"model":"w784","predicate":{"custom_model_data":784}},{"model":"w785","predicate":{"custom_model_data":785}},{"model":"w786","predicate":{"custom_model_data":786}},{"model":"w787","predicate":{"custom_model_data":787}},{"model":"w788","predicate":{"custom_model_data":788}},{"model":"w789","predicate":{"custom_model_data":789}},{"model":"w790","predicate":{"custom_model_data":790}},{"model":"w791","predicate":{"custom_model_data":791}},{"model":"w792","predicate":{"custom_model_data":792}},{"model":"w793","predicate":{"custom_model_data":793}},{"model":"w794","predicate":{"custom_model_data":794}},{"model":"w795","predicate":{"custom_model_data":795}},{"model":"w796","predicate":{"custom_model_data":796}},{"model":"w797","predicate":{"custom_model_data":797}},{"model":"w798","predicate":{"custom_model_data":798}},{"model":"w799","predicate":{"custom_model_data":799}},{"model":"w800","predicate":{"custom_model_data":800}},{"model":"w801","predicate":{"custom_model_data":801}},{"model":"w802","predicate":{"custom_model_data":802}},{"model":"w803","predicate":{"custom_model_data":803}},{"model":"w804","predicate":{"custom_model_data":804}},{"model":"w805","predicate":{"custom_model_data":805}},{"model":"w806","predicate":{"custom_model_data":806}},{"model":"w807","predicate":{"custom_model_data":807}},{"model":"w808","predicate":{"custom_model_data":808}},{"model":"w809","predicate":{"custom_model_data":809}},{"model":"w810","predicate":{"custom_model_data":810}},{"model":"w811","predicate":{"custom_model_data":811}},{"model":"w812","predicate":{"custom_model_data":812}},{"model":"w813","predicate":{"custom_model_data":813}},{"model":"w814","predicate":{"custom_model_data":814}},{"model":"w815","predicate":{"custom_model_data":815}},{"model":"w816","predicate":{"custom_model_data":816}},{"model":"w817","predicate":{"custom_model_data":817}},{"model":"w818","predicate":{"custom_model_data":818}},{"model":"w819","predicate":{"custom_model_data":819}},{"model":"w820","predicate":{"custom_model_data":820}},{"model":"w821","predicate":{"custom_model_data":821}},{"model":"w822","predicate":{"custom_model_data":822}},{"model":"w823","predicate":{"custom_model_data":823}},{"model":"w824","predicate":{"custom_model_data":824}},{"model":"w825","predicate":{"custom_model_data":825}},{"model":"w826","predicate":{"custom_model_data":826}},{"model":"w827","predicate":{"custom_model_data":827}},{"model":"w828","predicate":{"custom_model_data":828}},{"model":"w829","predicate":{"custom_model_data":829}},{"model":"w830","predicate":{"custom_model_data":830}},{"model":"w831","predicate":{"custom_model_data":831}},{"model":"w832","predicate":{"custom_model_data":832}},{"model":"w833","predicate":{"custom_model_data":833}},{"model":"w834","predicate":{"custom_model_data":834}},{"model":"w835","predicate":{"custom_model_data":835}},{"model":"w836","predicate":{"custom_model_data":836}},{"model":"w837","predicate":{"custom_model_data":837}},{"model":"w838","predicate":{"custom_model_data":838}},{"model":"w839","predicate":{"custom_model_data":839}},{"model":"w840","predicate":{"custom_model_data":840}},{"model":"w841","predicate":{"custom_model_data":841}},{"model":"w842","predicate":{"custom_model_data":842}},{"model":"w843","predicate":{"custom_model_data":843}},{"model":"w844","predicate":{"custom_model_data":844}},{"model":"w845","predicate":{"custom_model_data":845}},{"model":"w846","predicate":{"custom_model_data":846}},{"model":"w847","predicate":{"custom_model_data":847}},{"model":"w848","predicate":{"custom_model_data":848}},{"model":"w849","predicate":{"custom_model_data":849}},{"model":"w850","predicate":{"custom_model_data":850}},{"model":"w851","predicate":{"custom_model_data":851}},{"model":"w852","predicate":{"custom_model_data":852}},{"model":"w853","predicate":{"custom_model_data":853}},{"model":"w854","predicate":{"custom_model_data":854}},{"model":"w855","predicate":{"custom_model_data":855}},{"model":"w856","predicate":{"custom_model_data":856}},{"model":"w857","predicate":{"custom_model_data":857}},{"model":"w858","predicate":{"custom_model_data":858}},{"model":"w859","predicate":{"custom_model_data":859}},{"model":"w860","predicate":{"custom_model_data":860}},{"model":"w861","predicate":{"custom_model_data":861}},{"model":"w862","predicate":{"custom_model_data":862}},{"model":"w863","predicate":{"custom_model_data":863}},{"model":"w864","predicate":{"custom_model_data":864}},{"model":"w865","predicate":{"custom_model_data":865}},{"model":"w866","predicate":{"custom_model_data":866}},{"model":"w867","predicate":{"custom_model_data":867}},{"model":"w868","predicate":{"custom_model_data":868}},{"model":"w869","predicate":{"custom_model_data":869}},{"model":"w870","predicate":{"custom_model_data":870}},{"model":"w871","predicate":{"custom_model_data":871}},{"model":"w872","predicate":{"custom_model_data":872}},{"model":"w873","predicate":{"custom_model_data":873}},{"model":"w874","predicate":{"custom_model_data":874}},{"model":"w875","predicate":{"custom_model_data":875}},{"model":"w876","predicate":{"custom_model_data":876}},{"model":"w877","predicate":{"custom_model_data":877}},{"model":"w878","predicate":{"custom_model_data":878}},{"model":"w879","predicate":{"custom_model_data":879}},{"model":"w880","predicate":{"custom_model_data":880}},{"model":"w881","predicate":{"custom_model_data":881}},{"model":"w882","predicate":{"custom_model_data":882}},{"model":"w883","predicate":{"custom_model_data":883}},{"model":"w884","predicate":{"custom_model_data":884}},{"model":"w885","predicate":{"custom_model_data":885}},{"model":"w886","predicate":{"custom_model_data":886}},{"model":"w887","predicate":{"custom_model_data":887}},{"model":"w888","predicate":{"custom_model_data":888}},{"model":"w889","predicate":{"custom_model_data":889}},{"model":"w890","predicate":{"custom_model_data":890}},{"model":"w891","predicate":{"custom_model_data":891}},{"model":"w892","predicate":{"custom_model_data":892}},{"model":"w893","predicate":{"custom_model_data":893}},{"model":"w894","predicate":{"custom_model_data":894}},{"model":"w895","predicate":{"custom_model_data":895}},{"model":"w896","predicate":{"custom_model_data":896}},{"model":"w897","predicate":{"custom_model_data":897}},{"model":"w898","predicate":{"custom_model_data":898}},{"model":"w899","predicate":{"custom_model_data":899}},{"model":"w900","predicate":{"custom_model_data":900}},{"model":"w901","predicate":{"custom_model_data":901}},{"model":"w902","predicate":{"custom_model_data":902}},{"model":"w903","predicate":{"custom_model_data":903}},{"model":"w904","predicate":{"custom_model_data":904}},{"model":"w905","predicate":{"custom_model_data":905}},{"model":"w906","predicate":{"custom_model_data":906}},{"model":"w907","predicate":{"custom_model_data":907}},{"model":"w908","predicate":{"custom_model_data":908}},{"model":"w909","predicate":{"custom_model_data":909}},{"model":"w910","predicate":{"custom_model_data":910}},{"model":"w911","predicate":{"custom_model_data":911}},{"model":"w912","predicate":{"custom_model_data":912}},{"model":"w913","predicate":{"custom_model_data":913}},{"model":"w914","predicate":{"custom_model_data":914}},{"model":"w915","predicate":{"custom_model_data":915}},{"model":"w916","predicate":{"custom_model_data":916}},{"model":"w917","predicate":{"custom_model_data":917}},{"model":"w918","predicate":{"custom_model_data":918}},{"model":"w919","predicate":{"custom_model_data":919}},{"model":"w920","predicate":{"custom_model_data":920}},{"model":"w921","predicate":{"custom_model_data":921}},{"model":"w922","predicate":{"custom_model_data":922}},{"model":"w923","predicate":{"custom_model_data":923}},{"model":"w924","predicate":{"custom_model_data":924}},{"model":"w925","predicate":{"custom_model_data":925}},{"model":"w926","predicate":{"custom_model_data":926}},{"model":"w927","predicate":{"custom_model_data":927}},{"model":"w928","predicate":{"custom_model_data":928}},{"model":"w929","predicate":{"custom_model_data":929}},{"model":"w930","predicate":{"custom_model_data":930}},{"model":"w931","predicate":{"custom_model_data":931}},{"model":"w932","predicate":{"custom_model_data":932}},{"model":"w933","predicate":{"custom_model_data":933}},{"model":"w934","predicate":{"custom_model_data":934}},{"model":"w935","predicate":{"custom_model_data":935}},{"model":"w936","predicate":{"custom_model_data":936}},{"model":"w937","predicate":{"custom_model_data":937}},{"model":"w938","predicate":{"custom_model_data":938}},{"model":"w939","predicate":{"custom_model_data":939}},{"model":"w940","predicate":{"custom_model_data":940}},{"model":"w941","predicate":{"custom_model_data":941}},{"model":"w942","predicate":{"custom_model_data":942}},{"model":"w943","predicate":{"custom_model_data":943}},{"model":"w944","predicate":{"custom_model_data":944}},{"model":"w945","predicate":{"custom_model_data":945}},{"model":"w946","predicate":{"custom_model_data":946}},{"model":"w947","predicate":{"custom_model_data":947}},{"model":"w948","predicate":{"custom_model_data":948}},{"model":"w949","predicate":{"custom_model_data":949}},{"model":"w950","predicate":{"custom_model_data":950}},{"model":"w951","predicate":{"custom_model_data":951}},{"model":"w952","predicate":{"custom_model_data":952}},{"model":"w953","predicate":{"custom_model_data":953}},{"model":"w954","predicate":{"custom_model_data":954}},{"model":"w955","predicate":{"custom_model_data":955}},{"model":"w956","predicate":{"custom_model_data":956}},{"model":"w957","predicate":{"custom_model_data":957}},{"model":"w958","predicate":{"custom_model_data":958}},{"model":"w959","predicate":{"custom_model_data":959}},{"model":"w960","predicate":{"custom_model_data":960}},{"model":"w961","predicate":{"custom_model_data":961}},{"model":"w962","predicate":{"custom_model_data":962}},{"model":"w963","predicate":{"custom_model_data":963}},{"model":"w964","predicate":{"custom_model_data":964}},{"model":"w965","predicate":{"custom_model_data":965}},{"model":"w966","predicate":{"custom_model_data":966}},{"model":"w967","predicate":{"custom_model_data":967}},{"model":"w968","predicate":{"custom_model_data":968}},{"model":"w969","predicate":{"custom_model_data":969}},{"model":"w970","predicate":{"custom_model_data":970}},{"model":"w971","predicate":{"custom_model_data":971}},{"model":"w972","predicate":{"custom_model_data":972}},{"model":"w973","predicate":{"custom_model_data":973}},{"model":"w974","predicate":{"custom_model_data":974}},{"model":"w975","predicate":{"custom_model_data":975}},{"model":"w976","predicate":{"custom_model_data":976}},{"model":"w977","predicate":{"custom_model_data":977}},{"model":"w978","predicate":{"custom_model_data":978}},{"model":"w979","predicate":{"custom_model_data":979}},{"model":"w980","predicate":{"custom_model_data":980}},{"model":"w981","predicate":{"custom_model_data":981}},{"model":"w982","predicate":{"custom_model_data":982}},{"model":"w983","predicate":{"custom_model_data":983}},{"model":"w984","predicate":{"custom_model_data":984}},{"model":"w985","predicate":{"custom_model_data":985}},{"model":"w986","predicate":{"custom_model_data":986}},{"model":"w987","predicate":{"custom_model_data":987}},{"model":"w988","predicate":{"custom_model_data":988}},{"model":"w989","predicate":{"custom_model_data":989}},{"model":"w990","predicate":{"custom_model_data":990}},{"model":"w991","predicate":{"custom_model_data":991}},{"model":"w992","predicate":{"custom_model_data":992}},{"model":"w993","predicate":{"custom_model_data":993}},{"model":"w994","predicate":{"custom_model_data":994}},{"model":"w995","predicate":{"custom_model_data":995}},{"model":"w996","predicate":{"custom_model_data":996}},{"model":"w997","predicate":{"custom_model_data":997}},{"model":"w998","predicate":{"custom_model_data":998}},{"model":"w999","predicate":{"custom_model_data":999}},{"model":"w1000","predicate":{"custom_model_data":1000}},{"model":"w1001","predicate":{"custom_model_data":1001}},{"model":"w1002","predicate":{"custom_model_data":1002}},{"model":"w1003","predicate":{"custom_model_data":1003}},{"model":"w1004","predicate":{"custom_model_data":1004}},{"model":"w1005","predicate":{"custom_model_data":1005}},{"model":"w1006","predicate":{"custom_model_data":1006}},{"model":"w1007","predicate":{"custom_model_data":1007}},{"model":"w1008","predicate":{"custom_model_data":1008}},{"model":"w1009","predicate":{"custom_model_data":1009}},{"model":"w1010","predicate":{"custom_model_data":1010}},{"model":"w1011","predicate":{"custom_model_data":1011}},{"model":"w1012","predicate":{"custom_model_data":1012}},{"model":"w1013","predicate":{"custom_model_data":1013}},{"model":"w1014","predicate":{"custom_model_data":1014}},{"model":"w1015","predicate":{"custom_model_data":1015}},{"model":"w1016","predicate":{"custom_model_data":1016}},{"model":"w1017","predicate":{"custom_model_data":1017}},{"model":"w1018","predicate":{"custom_model_data":1018}},{"model":"w1019","predicate":{"custom_model_data":1019}},{"model":"w1020","predicate":{"custom_model_data":1020}},{"model":"w1021","predicate":{"custom_model_data":1021}},{"model":"w1022","predicate":{"custom_model_data":1022}},{"model":"w1023","predicate":{"custom_model_data":1023}},{"model":"w1024","predicate":{"custom_model_data":1024}},{"model":"w1025","predicate":{"custom_model_data":1025}},{"model":"w1026","predicate":{"custom_model_data":1026}},{"model":"w1027","predicate":{"custom_model_data":1027}},{"model":"w1028","predicate":{"custom_model_data":1028}},{"model":"w1029","predicate":{"custom_model_data":1029}},{"model":"w1030","predicate":{"custom_model_data":1030}},{"model":"w1031","predicate":{"custom_model_data":1031}},{"model":"w1032","predicate":{"custom_model_data":1032}},{"model":"w1033","predicate":{"custom_model_data":1033}},{"model":"w1034","predicate":{"custom_model_data":1034}},{"model":"w1035","predicate":{"custom_model_data":1035}},{"model":"w1036","predicate":{"custom_model_data":1036}},{"model":"w1037","predicate":{"custom_model_data":1037}},{"model":"w1038","predicate":{"custom_model_data":1038}},{"model":"w1039","predicate":{"custom_model_data":1039}},{"model":"w1040","predicate":{"custom_model_data":1040}},{"model":"w1041","predicate":{"custom_model_data":1041}},{"model":"w1042","predicate":{"custom_model_data":1042}},{"model":"w1043","predicate":{"custom_model_data":1043}},{"model":"w1044","predicate":{"custom_model_data":1044}},{"model":"w1045","predicate":{"custom_model_data":1045}},{"model":"w1046","predicate":{"custom_model_data":1046}},{"model":"w1047","predicate":{"custom_model_data":1047}},{"model":"w1048","predicate":{"custom_model_data":1048}},{"model":"w1049","predicate":{"custom_model_data":1049}},{"model":"w1050","predicate":{"custom_model_data":1050}},{"model":"w1051","predicate":{"custom_model_data":1051}},{"model":"w1052","predicate":{"custom_model_data":1052}},{"model":"w1053","predicate":{"custom_model_data":1053}},{"model":"w1054","predicate":{"custom_model_data":1054}},{"model":"w1055","predicate":{"custom_model_data":1055}},{"model":"w1056","predicate":{"custom_model_data":1056}},{"model":"w1057","predicate":{"custom_model_data":1057}},{"model":"w1058","predicate":{"custom_model_data":1058}},{"model":"w1059","predicate":{"custom_model_data":1059}},{"model":"w1060","predicate":{"custom_model_data":1060}},{"model":"w1061","predicate":{"custom_model_data":1061}},{"model":"w1062","predicate":{"custom_model_data":1062}},{"model":"w1063","predicate":{"custom_model_data":1063}},{"model":"w1064","predicate":{"custom_model_data":1064}},{"model":"w1065","predicate":{"custom_model_data":1065}},{"model":"w1066","predicate":{"custom_model_data":1066}},{"model":"w1067","predicate":{"custom_model_data":1067}},{"model":"w1068","predicate":{"custom_model_data":1068}},{"model":"w1069","predicate":{"custom_model_data":1069}},{"model":"w1070","predicate":{"custom_model_data":1070}},{"model":"w1071","predicate":{"custom_model_data":1071}},{"model":"w1072","predicate":{"custom_model_data":1072}},{"model":"w1073","predicate":{"custom_model_data":1073}},{"model":"w1074","predicate":{"custom_model_data":1074}},{"model":"w1075","predicate":{"custom_model_data":1075}},{"model":"w1076","predicate":{"custom_model_data":1076}},{"model":"w1077","predicate":{"custom_model_data":1077}},{"model":"w1078","predicate":{"custom_model_data":1078}},{"model":"w1079","predicate":{"custom_model_data":1079}},{"model":"w1080","predicate":{"custom_model_data":1080}},{"model":"w1081","predicate":{"custom_model_data":1081}},{"model":"w1082","predicate":{"custom_model_data":1082}},{"model":"w1083","predicate":{"custom_model_data":1083}},{"model":"w1084","predicate":{"custom_model_data":1084}},{"model":"w1085","predicate":{"custom_model_data":1085}},{"model":"w1086","predicate":{"custom_model_data":1086}},{"model":"w1087","predicate":{"custom_model_data":1087}},{"model":"w1088","predicate":{"custom_model_data":1088}},{"model":"w1089","predicate":{"custom_model_data":1089}},{"model":"w1090","predicate":{"custom_model_data":1090}},{"model":"w1091","predicate":{"custom_model_data":1091}},{"model":"w1092","predicate":{"custom_model_data":1092}},{"model":"w1093","predicate":{"custom_model_data":1093}},{"model":"w1094","predicate":{"custom_model_data":1094}},{"model":"w1095","predicate":{"custom_model_data":1095}},{"model":"w1096","predicate":{"custom_model_data":1096}},{"model":"w1097","predicate":{"custom_model_data":1097}},{"model":"w1098","predicate":{"custom_model_data":1098}},{"model":"w1099","predicate":{"custom_model_data":1099}},{"model":"w1100","predicate":{"custom_model_data":1100}},{"model":"w1101","predicate":{"custom_model_data":1101}},{"model":"w1102","predicate":{"custom_model_data":1102}},{"model":"w1103","predicate":{"custom_model_data":1103}},{"model":"w1104","predicate":{"custom_model_data":1104}},{"model":"w1105","predicate":{"custom_model_data":1105}},{"model":"w1106","predicate":{"custom_model_data":1106}},{"model":"w1107","predicate":{"custom_model_data":1107}},{"model":"w1108","predicate":{"custom_model_data":1108}},{"model":"w1109","predicate":{"custom_model_data":1109}},{"model":"w1110","predicate":{"custom_model_data":1110}},{"model":"w1111","predicate":{"custom_model_data":1111}},{"model":"w1112","predicate":{"custom_model_data":1112}},{"model":"w1113","predicate":{"custom_model_data":1113}},{"model":"w1114","predicate":{"custom_model_data":1114}},{"model":"w1115","predicate":{"custom_model_data":1115}},{"model":"w1116","predicate":{"custom_model_data":1116}},{"model":"w1117","predicate":{"custom_model_data":1117}},{"model":"w1118","predicate":{"custom_model_data":1118}},{"model":"w1119","predicate":{"custom_model_data":1119}},{"model":"w1120","predicate":{"custom_model_data":1120}},{"model":"w1121","predicate":{"custom_model_data":1121}},{"model":"w1122","predicate":{"custom_model_data":1122}},{"model":"w1123","predicate":{"custom_model_data":1123}},{"model":"w1124","predicate":{"custom_model_data":1124}},{"model":"w1125","predicate":{"custom_model_data":1125}},{"model":"w1126","predicate":{"custom_model_data":1126}},{"model":"w1127","predicate":{"custom_model_data":1127}},{"model":"w1128","predicate":{"custom_model_data":1128}},{"model":"w1129","predicate":{"custom_model_data":1129}},{"model":"w1130","predicate":{"custom_model_data":1130}},{"model":"w1131","predicate":{"custom_model_data":1131}},{"model":"w1132","predicate":{"custom_model_data":1132}},{"model":"w1133","predicate":{"custom_model_data":1133}},{"model":"w1134","predicate":{"custom_model_data":1134}},{"model":"w1135","predicate":{"custom_model_data":1135}},{"model":"w1136","predicate":{"custom_model_data":1136}},{"model":"w1137","predicate":{"custom_model_data":1137}},{"model":"w1138","predicate":{"custom_model_data":1138}},{"model":"w1139","predicate":{"custom_model_data":1139}},{"model":"w1140","predicate":{"custom_model_data":1140}},{"model":"w1141","predicate":{"custom_model_data":1141}},{"model":"w1142","predicate":{"custom_model_data":1142}},{"model":"w1143","predicate":{"custom_model_data":1143}},{"model":"w1144","predicate":{"custom_model_data":1144}},{"model":"w1145","predicate":{"custom_model_data":1145}},{"model":"w1146","predicate":{"custom_model_data":1146}},{"model":"w1147","predicate":{"custom_model_data":1147}},{"model":"w1148","predicate":{"custom_model_data":1148}},{"model":"w1149","predicate":{"custom_model_data":1149}},{"model":"w1150","predicate":{"custom_model_data":1150}},{"model":"w1151","predicate":{"custom_model_data":1151}},{"model":"w1152","predicate":{"custom_model_data":1152}},{"model":"w1153","predicate":{"custom_model_data":1153}},{"model":"w1154","predicate":{"custom_model_data":1154}},{"model":"w1155","predicate":{"custom_model_data":1155}},{"model":"w1156","predicate":{"custom_model_data":1156}},{"model":"w1157","predicate":{"custom_model_data":1157}},{"model":"w1158","predicate":{"custom_model_data":1158}},{"model":"w1159","predicate":{"custom_model_data":1159}},{"model":"w1160","predicate":{"custom_model_data":1160}},{"model":"w1161","predicate":{"custom_model_data":1161}},{"model":"w1162","predicate":{"custom_model_data":1162}},{"model":"w1163","predicate":{"custom_model_data":1163}},{"model":"w1164","predicate":{"custom_model_data":1164}},{"model":"w1165","predicate":{"custom_model_data":1165}},{"model":"w1166","predicate":{"custom_model_data":1166}},{"model":"w1167","predicate":{"custom_model_data":1167}},{"model":"w1168","predicate":{"custom_model_data":1168}},{"model":"w1169","predicate":{"custom_model_data":1169}},{"model":"w1170","predicate":{"custom_model_data":1170}},{"model":"w1171","predicate":{"custom_model_data":1171}},{"model":"w1172","predicate":{"custom_model_data":1172}},{"model":"w1173","predicate":{"custom_model_data":1173}},{"model":"w1174","predicate":{"custom_model_data":1174}},{"model":"w1175","predicate":{"custom_model_data":1175}},{"model":"w1176","predicate":{"custom_model_data":1176}},{"model":"w1177","predicate":{"custom_model_data":1177}},{"model":"w1178","predicate":{"custom_model_data":1178}},{"model":"w1179","predicate":{"custom_model_data":1179}},{"model":"w1180","predicate":{"custom_model_data":1180}},{"model":"w1181","predicate":{"custom_model_data":1181}},{"model":"w1182","predicate":{"custom_model_data":1182}},{"model":"w1183","predicate":{"custom_model_data":1183}},{"model":"w1184","predicate":{"custom_model_data":1184}},{"model":"w1185","predicate":{"custom_model_data":1185}},{"model":"w1186","predicate":{"custom_model_data":1186}},{"model":"w1187","predicate":{"custom_model_data":1187}},{"model":"w1188","predicate":{"custom_model_data":1188}},{"model":"w1189","predicate":{"custom_model_data":1189}},{"model":"w1190","predicate":{"custom_model_data":1190}},{"model":"w1191","predicate":{"custom_model_data":1191}},{"model":"w1192","predicate":{"custom_model_data":1192}},{"model":"w1193","predicate":{"custom_model_data":1193}},{"model":"w1194","predicate":{"custom_model_data":1194}},{"model":"w1195","predicate":{"custom_model_data":1195}},{"model":"w1196","predicate":{"custom_model_data":1196}},{"model":"w1197","predicate":{"custom_model_data":1197}},{"model":"w1198","predicate":{"custom_model_data":1198}},{"model":"w1199","predicate":{"custom_model_data":1199}},{"model":"w1200","predicate":{"custom_model_data":1200}},{"model":"w1201","predicate":{"custom_model_data":1201}},{"model":"w1202","predicate":{"custom_model_data":1202}},{"model":"w1203","predicate":{"custom_model_data":1203}},{"model":"w1204","predicate":{"custom_model_data":1204}},{"model":"w1205","predicate":{"custom_model_data":1205}},{"model":"w1206","predicate":{"custom_model_data":1206}},{"model":"w1207","predicate":{"custom_model_data":1207}},{"model":"w1208","predicate":{"custom_model_data":1208}},{"model":"w1209","predicate":{"custom_model_data":1209}},{"model":"w1210","predicate":{"custom_model_data":1210}},{"model":"w1211","predicate":{"custom_model_data":1211}},{"model":"w1212","predicate":{"custom_model_data":1212}},{"model":"w1213","predicate":{"custom_model_data":1213}},{"model":"w1214","predicate":{"custom_model_data":1214}},{"model":"w1215","predicate":{"custom_model_data":1215}},{"model":"w1216","predicate":{"custom_model_data":1216}},{"model":"w1217","predicate":{"custom_model_data":1217}},{"model":"w1218","predicate":{"custom_model_data":1218}},{"model":"w1219","predicate":{"custom_model_data":1219}},{"model":"w1220","predicate":{"custom_model_data":1220}},{"model":"w1221","predicate":{"custom_model_data":1221}},{"model":"w1222","predicate":{"custom_model_data":1222}},{"model":"w1223","predicate":{"custom_model_data":1223}},{"model":"w1224","predicate":{"custom_model_data":1224}},{"model":"w1225","predicate":{"custom_model_data":1225}},{"model":"w1226","predicate":{"custom_model_data":1226}},{"model":"w1227","predicate":{"custom_model_data":1227}},{"model":"w1228","predicate":{"custom_model_data":1228}},{"model":"w1229","predicate":{"custom_model_data":1229}},{"model":"w1230","predicate":{"custom_model_data":1230}},{"model":"w1231","predicate":{"custom_model_data":1231}},{"model":"w1232","predicate":{"custom_model_data":1232}},{"model":"w1233","predicate":{"custom_model_data":1233}},{"model":"w1234","predicate":{"custom_model_data":1234}},{"model":"w1235","predicate":{"custom_model_data":1235}},{"model":"w1236","predicate":{"custom_model_data":1236}},{"model":"w1237","predicate":{"custom_model_data":1237}},{"model":"w1238","predicate":{"custom_model_data":1238}},{"model":"w1239","predicate":{"custom_model_data":1239}},{"model":"w1240","predicate":{"custom_model_data":1240}},{"model":"w1241","predicate":{"custom_model_data":1241}},{"model":"w1242","predicate":{"custom_model_data":1242}},{"model":"w1243","predicate":{"custom_model_data":1243}},{"model":"w1244","predicate":{"custom_model_data":1244}},{"model":"w1245","predicate":{"custom_model_data":1245}},{"model":"w1246","predicate":{"custom_model_data":1246}},{"model":"w1247","predicate":{"custom_model_data":1247}},{"model":"w1248","predicate":{"custom_model_data":1248}},{"model":"w1249","predicate":{"custom_model_data":1249}},{"model":"w1250","predicate":{"custom_model_data":1250}},{"model":"w1251","predicate":{"custom_model_data":1251}},{"model":"w1252","predicate":{"custom_model_data":1252}},{"model":"w1253","predicate":{"custom_model_data":1253}},{"model":"w1254","predicate":{"custom_model_data":1254}},{"model":"w1255","predicate":{"custom_model_data":1255}},{"model":"w1256","predicate":{"custom_model_data":1256}},{"model":"w1257","predicate":{"custom_model_data":1257}},{"model":"w1258","predicate":{"custom_model_data":1258}},{"model":"w1259","predicate":{"custom_model_data":1259}},{"model":"w1260","predicate":{"custom_model_data":1260}},{"model":"w1261","predicate":{"custom_model_data":1261}},{"model":"w1262","predicate":{"custom_model_data":1262}},{"model":"w1263","predicate":{"custom_model_data":1263}},{"model":"w1264","predicate":{"custom_model_data":1264}},{"model":"w1265","predicate":{"custom_model_data":1265}},{"model":"w1266","predicate":{"custom_model_data":1266}},{"model":"w1267","predicate":{"custom_model_data":1267}},{"model":"w1268","predicate":{"custom_model_data":1268}},{"model":"w1269","predicate":{"custom_model_data":1269}},{"model":"w1270","predicate":{"custom_model_data":1270}},{"model":"w1271","predicate":{"custom_model_data":1271}},{"model":"w1272","predicate":{"custom_model_data":1272}},{"model":"w1273","predicate":{"custom_model_data":1273}},{"model":"w1274","predicate":{"custom_model_data":1274}},{"model":"w1275","predicate":{"custom_model_data":1275}},{"model":"w1276","predicate":{"custom_model_data":1276}},{"model":"w1277","predicate":{"custom_model_data":1277}},{"model":"w1278","predicate":{"custom_model_data":1278}},{"model":"w1279","predicate":{"custom_model_data":1279}},{"model":"w1280","predicate":{"custom_model_data":1280}},{"model":"w1281","predicate":{"custom_model_data":1281}},{"model":"w1282","predicate":{"custom_model_data":1282}},{"model":"w1283","predicate":{"custom_model_data":1283}},{"model":"w1284","predicate":{"custom_model_data":1284}},{"model":"w1285","predicate":{"custom_model_data":1285}},{"model":"w1286","predicate":{"custom_model_data":1286}},{"model":"w1287","predicate":{"custom_model_data":1287}},{"model":"w1288","predicate":{"custom_model_data":1288}},{"model":"w1289","predicate":{"custom_model_data":1289}},{"model":"w1290","predicate":{"custom_model_data":1290}},{"model":"w1291","predicate":{"custom_model_data":1291}},{"model":"w1292","predicate":{"custom_model_data":1292}},{"model":"w1293","predicate":{"custom_model_data":1293}},{"model":"w1294","predicate":{"custom_model_data":1294}},{"model":"w1295","predicate":{"custom_model_data":1295}},{"model":"w1296","predicate":{"custom_model_data":1296}},{"model":"w1297","predicate":{"custom_model_data":1297}},{"model":"w1298","predicate":{"custom_model_data":1298}},{"model":"w1299","predicate":{"custom_model_data":1299}},{"model":"w1300","predicate":{"custom_model_data":1300}},{"model":"w1301","predicate":{"custom_model_data":1301}},{"model":"w1302","predicate":{"custom_model_data":1302}},{"model":"w1303","predicate":{"custom_model_data":1303}},{"model":"w1304","predicate":{"custom_model_data":1304}},{"model":"w1305","predicate":{"custom_model_data":1305}},{"model":"w1306","predicate":{"custom_model_data":1306}},{"model":"w1307","predicate":{"custom_model_data":1307}},{"model":"w1308","predicate":{"custom_model_data":1308}},{"model":"w1309","predicate":{"custom_model_data":1309}},{"model":"w1310","predicate":{"custom_model_data":1310}},{"model":"w1311","predicate":{"custom_model_data":1311}},{"model":"w1312","predicate":{"custom_model_data":1312}},{"model":"w1313","predicate":{"custom_model_data":1313}},{"model":"w1314","predicate":{"custom_model_data":1314}},{"model":"w1315","predicate":{"custom_model_data":1315}},{"model":"w1316","predicate":{"custom_model_data":1316}},{"model":"w1317","predicate":{"custom_model_data":1317}},{"model":"w1318","predicate":{"custom_model_data":1318}},{"model":"w1319","predicate":{"custom_model_data":1319}},{"model":"w1320","predicate":{"custom_model_data":1320}},{"model":"w1321","predicate":{"custom_model_data":1321}},{"model":"w1322","predicate":{"custom_model_data":1322}},{"model":"w1323","predicate":{"custom_model_data":1323}},{"model":"w1324","predicate":{"custom_model_data":1324}},{"model":"w1325","predicate":{"custom_model_data":1325}},{"model":"w1326","predicate":{"custom_model_data":1326}},{"model":"w1327","predicate":{"custom_model_data":1327}},{"model":"w1328","predicate":{"custom_model_data":1328}},{"model":"w1329","predicate":{"custom_model_data":1329}},{"model":"w1330","predicate":{"custom_model_data":1330}},{"model":"w1331","predicate":{"custom_model_data":1331}},{"model":"w1332","predicate":{"custom_model_data":1332}},{"model":"w1333","predicate":{"custom_model_data":1333}},{"model":"w1334","predicate":{"custom_model_data":1334}},{"model":"w1335","predicate":{"custom_model_data":1335}},{"model":"w1336","predicate":{"custom_model_data":1336}},{"model":"w1337","predicate":{"custom_model_data":1337}},{"model":"w1338","predicate":{"custom_model_data":1338}},{"model":"w1339","predicate":{"custom_model_data":1339}},{"model":"w1340","predicate":{"custom_model_data":1340}},{"model":"w1341","predicate":{"custom_model_data":1341}},{"model":"w1342","predicate":{"custom_model_data":1342}},{"model":"w1343","predicate":{"custom_model_data":1343}},{"model":"w1344","predicate":{"custom_model_data":1344}},{"model":"w1345","predicate":{"custom_model_data":1345}},{"model":"w1346","predicate":{"custom_model_data":1346}},{"model":"w1347","predicate":{"custom_model_data":1347}},{"model":"w1348","predicate":{"custom_model_data":1348}},{"model":"w1349","predicate":{"custom_model_data":1349}},{"model":"w1350","predicate":{"custom_model_data":1350}},{"model":"w1351","predicate":{"custom_model_data":1351}},{"model":"w1352","predicate":{"custom_model_data":1352}},{"model":"w1353","predicate":{"custom_model_data":1353}},{"model":"w1354","predicate":{"custom_model_data":1354}},{"model":"w1355","predicate":{"custom_model_data":1355}},{"model":"w1356","predicate":{"custom_model_data":1356}},{"model":"w1357","predicate":{"custom_model_data":1357}},{"model":"w1358","predicate":{"custom_model_data":1358}},{"model":"w1359","predicate":{"custom_model_data":1359}},{"model":"w1360","predicate":{"custom_model_data":1360}},{"model":"w1361","predicate":{"custom_model_data":1361}},{"model":"w1362","predicate":{"custom_model_data":1362}},{"model":"w1363","predicate":{"custom_model_data":1363}},{"model":"w1364","predicate":{"custom_model_data":1364}},{"model":"w1365","predicate":{"custom_model_data":1365}},{"model":"w1366","predicate":{"custom_model_data":1366}},{"model":"w1367","predicate":{"custom_model_data":1367}},{"model":"w1368","predicate":{"custom_model_data":1368}},{"model":"w1369","predicate":{"custom_model_data":1369}},{"model":"w1370","predicate":{"custom_model_data":1370}},{"model":"w1371","predicate":{"custom_model_data":1371}},{"model":"w1372","predicate":{"custom_model_data":1372}},{"model":"w1373","predicate":{"custom_model_data":1373}},{"model":"w1374","predicate":{"custom_model_data":1374}},{"model":"w1375","predicate":{"custom_model_data":1375}},{"model":"w1376","predicate":{"custom_model_data":1376}},{"model":"w1377","predicate":{"custom_model_data":1377}},{"model":"w1378","predicate":{"custom_model_data":1378}},{"model":"w1379","predicate":{"custom_model_data":1379}},{"model":"w1380","predicate":{"custom_model_data":1380}},{"model":"w1381","predicate":{"custom_model_data":1381}},{"model":"w1382","predicate":{"custom_model_data":1382}},{"model":"w1383","predicate":{"custom_model_data":1383}},{"model":"w1384","predicate":{"custom_model_data":1384}},{"model":"w1385","predicate":{"custom_model_data":1385}},{"model":"w1386","predicate":{"custom_model_data":1386}},{"model":"w1387","predicate":{"custom_model_data":1387}},{"model":"w1388","predicate":{"custom_model_data":1388}},{"model":"w1389","predicate":{"custom_model_data":1389}},{"model":"w1390","predicate":{"custom_model_data":1390}},{"model":"w1391","predicate":{"custom_model_data":1391}},{"model":"w1392","predicate":{"custom_model_data":1392}},{"model":"w1393","predicate":{"custom_model_data":1393}},{"model":"w1394","predicate":{"custom_model_data":1394}},{"model":"w1395","predicate":{"custom_model_data":1395}},{"model":"w1396","predicate":{"custom_model_data":1396}},{"model":"w1397","predicate":{"custom_model_data":1397}},{"model":"w1398","predicate":{"custom_model_data":1398}},{"model":"w1399","predicate":{"custom_model_data":1399}},{"model":"w1400","predicate":{"custom_model_data":1400}},{"model":"w1401","predicate":{"custom_model_data":1401}},{"model":"w1402","predicate":{"custom_model_data":1402}},{"model":"w1403","predicate":{"custom_model_data":1403}},{"model":"w1404","predicate":{"custom_model_data":1404}},{"model":"w1405","predicate":{"custom_model_data":1405}},{"model":"w1406","predicate":{"custom_model_data":1406}},{"model":"w1407","predicate":{"custom_model_data":1407}},{"model":"w1408","predicate":{"custom_model_data":1408}},{"model":"w1409","predicate":{"custom_model_data":1409}},{"model":"w1410","predicate":{"custom_model_data":1410}},{"model":"w1411","predicate":{"custom_model_data":1411}},{"model":"w1412","predicate":{"custom_model_data":1412}},{"model":"w1413","predicate":{"custom_model_data":1413}},{"model":"w1414","predicate":{"custom_model_data":1414}},{"model":"w1415","predicate":{"custom_model_data":1415}},{"model":"w1416","predicate":{"custom_model_data":1416}},{"model":"w1417","predicate":{"custom_model_data":1417}},{"model":"w1418","predicate":{"custom_model_data":1418}},{"model":"w1419","predicate":{"custom_model_data":1419}},{"model":"w1420","predicate":{"custom_model_data":1420}},{"model":"w1421","predicate":{"custom_model_data":1421}},{"model":"w1422","predicate":{"custom_model_data":1422}},{"model":"w1423","predicate":{"custom_model_data":1423}},{"model":"w1424","predicate":{"custom_model_data":1424}},{"model":"w1425","predicate":{"custom_model_data":1425}},{"model":"w1426","predicate":{"custom_model_data":1426}},{"model":"w1427","predicate":{"custom_model_data":1427}},{"model":"w1428","predicate":{"custom_model_data":1428}},{"model":"w1429","predicate":{"custom_model_data":1429}},{"model":"w1430","predicate":{"custom_model_data":1430}},{"model":"w1431","predicate":{"custom_model_data":1431}},{"model":"w1432","predicate":{"custom_model_data":1432}},{"model":"w1433","predicate":{"custom_model_data":1433}},{"model":"w1434","predicate":{"custom_model_data":1434}},{"model":"w1435","predicate":{"custom_model_data":1435}},{"model":"w1436","predicate":{"custom_model_data":1436}},{"model":"w1437","predicate":{"custom_model_data":1437}},{"model":"w1438","predicate":{"custom_model_data":1438}},{"model":"w1439","predicate":{"custom_model_data":1439}},{"model":"w1440","predicate":{"custom_model_data":1440}},{"model":"w1441","predicate":{"custom_model_data":1441}},{"model":"w1442","predicate":{"custom_model_data":1442}},{"model":"w1443","predicate":{"custom_model_data":1443}},{"model":"w1444","predicate":{"custom_model_data":1444}},{"model":"w1445","predicate":{"custom_model_data":1445}},{"model":"w1446","predicate":{"custom_model_data":1446}},{"model":"w1447","predicate":{"custom_model_data":1447}},{"model":"w1448","predicate":{"custom_model_data":1448}},{"model":"w1449","predicate":{"custom_model_data":1449}},{"model":"w1450","predicate":{"custom_model_data":1450}},{"model":"w1451","predicate":{"custom_model_data":1451}},{"model":"w1452","predicate":{"custom_model_data":1452}},{"model":"w1453","predicate":{"custom_model_data":1453}},{"model":"w1454","predicate":{"custom_model_data":1454}},{"model":"w1455","predicate":{"custom_model_data":1455}},{"model":"w1456","predicate":{"custom_model_data":1456}},{"model":"w1457","predicate":{"custom_model_data":1457}},{"model":"w1458","predicate":{"custom_model_data":1458}},{"model":"w1459","predicate":{"custom_model_data":1459}},{"model":"w1460","predicate":{"custom_model_data":1460}},{"model":"w1461","predicate":{"custom_model_data":1461}},{"model":"w1462","predicate":{"custom_model_data":1462}},{"model":"w1463","predicate":{"custom_model_data":1463}},{"model":"w1464","predicate":{"custom_model_data":1464}},{"model":"w1465","predicate":{"custom_model_data":1465}},{"model":"w1466","predicate":{"custom_model_data":1466}},{"model":"w1467","predicate":{"custom_model_data":1467}},{"model":"w1468","predicate":{"custom_model_data":1468}},{"model":"w1469","predicate":{"custom_model_data":1469}},{"model":"w1470","predicate":{"custom_model_data":1470}},{"model":"w1471","predicate":{"custom_model_data":1471}},{"model":"w1472","predicate":{"custom_model_data":1472}},{"model":"w1473","predicate":{"custom_model_data":1473}},{"model":"w1474","predicate":{"custom_model_data":1474}},{"model":"w1475","predicate":{"custom_model_data":1475}},{"model":"w1476","predicate":{"custom_model_data":1476}},{"model":"w1477","predicate":{"custom_model_data":1477}},{"model":"w1478","predicate":{"custom_model_data":1478}},{"model":"w1479","predicate":{"custom_model_data":1479}},{"model":"w1480","predicate":{"custom_model_data":1480}},{"model":"w1481","predicate":{"custom_model_data":1481}},{"model":"w1482","predicate":{"custom_model_data":1482}},{"model":"w1483","predicate":{"custom_model_data":1483}},{"model":"w1484","predicate":{"custom_model_data":1484}},{"model":"w1485","predicate":{"custom_model_data":1485}},{"model":"w1486","predicate":{"custom_model_data":1486}},{"model":"w1487","predicate":{"custom_model_data":1487}},{"model":"w1488","predicate":{"custom_model_data":1488}},{"model":"w1489","predicate":{"custom_model_data":1489}},{"model":"w1490","predicate":{"custom_model_data":1490}},{"model":"w1491","predicate":{"custom_model_data":1491}},{"model":"w1492","predicate":{"custom_model_data":1492}},{"model":"w1493","predicate":{"custom_model_data":1493}},{"model":"w1494","predicate":{"custom_model_data":1494}},{"model":"w1495","predicate":{"custom_model_data":1495}},{"model":"w1496","predicate":{"custom_model_data":1496}},{"model":"w1497","predicate":{"custom_model_data":1497}},{"model":"w1498","predicate":{"custom_model_data":1498}},{"model":"w1499","predicate":{"custom_model_data":1499}},{"model":"w1500","predicate":{"custom_model_data":1500}},{"model":"w1501","predicate":{"custom_model_data":1501}},{"model":"w1502","predicate":{"custom_model_data":1502}},{"model":"w1503","predicate":{"custom_model_data":1503}},{"model":"w1504","predicate":{"custom_model_data":1504}},{"model":"w1505","predicate":{"custom_model_data":1505}},{"model":"w1506","predicate":{"custom_model_data":1506}},{"model":"w1507","predicate":{"custom_model_data":1507}},{"model":"w1508","predicate":{"custom_model_data":1508}},{"model":"w1509","predicate":{"custom_model_data":1509}},{"model":"w1510","predicate":{"custom_model_data":1510}},{"model":"w1511","predicate":{"custom_model_data":1511}},{"model":"w1512","predicate":{"custom_model_data":1512}},{"model":"w1513","predicate":{"custom_model_data":1513}},{"model":"w1514","predicate":{"custom_model_data":1514}},{"model":"w1515","predicate":{"custom_model_data":1515}},{"model":"w1516","predicate":{"custom_model_data":1516}},{"model":"w1517","predicate":{"custom_model_data":1517}},{"model":"w1518","predicate":{"custom_model_data":1518}},{"model":"w1519","predicate":{"custom_model_data":1519}},{"model":"w1520","predicate":{"custom_model_data":1520}},{"model":"w1521","predicate":{"custom_model_data":1521}},{"model":"w1522","predicate":{"custom_model_data":1522}},{"model":"w1523","predicate":{"custom_model_data":1523}},{"model":"w1524","predicate":{"custom_model_data":1524}},{"model":"w1525","predicate":{"custom_model_data":1525}},{"model":"w1526","predicate":{"custom_model_data":1526}},{"model":"w1527","predicate":{"custom_model_data":1527}},{"model":"w1528","predicate":{"custom_model_data":1528}},{"model":"w1529","predicate":{"custom_model_data":1529}},{"model":"w1530","predicate":{"custom_model_data":1530}},{"model":"w1531","predicate":{"custom_model_data":1531}},{"model":"w1532","predicate":{"custom_model_data":1532}},{"model":"w1533","predicate":{"custom_model_data":1533}},{"model":"w1534","predicate":{"custom_model_data":1534}},{"model":"w1535","predicate":{"custom_model_data":1535}},{"model":"w1536","predicate":{"custom_model_data":1536}},{"model":"w1537","predicate":{"custom_model_data":1537}},{"model":"w1538","predicate":{"custom_model_data":1538}},{"model":"w1539","predicate":{"custom_model_data":1539}},{"model":"w1540","predicate":{"custom_model_data":1540}},{"model":"w1541","predicate":{"custom_model_data":1541}},{"model":"w1542","predicate":{"custom_model_data":1542}},{"model":"w1543","predicate":{"custom_model_data":1543}},{"model":"w1544","predicate":{"custom_model_data":1544}},{"model":"w1545","predicate":{"custom_model_data":1545}},{"model":"w1546","predicate":{"custom_model_data":1546}},{"model":"w1547","predicate":{"custom_model_data":1547}},{"model":"w1548","predicate":{"custom_model_data":1548}},{"model":"w1549","predicate":{"custom_model_data":1549}},{"model":"w1550","predicate":{"custom_model_data":1550}},{"model":"w1551","predicate":{"custom_model_data":1551}},{"model":"w1552","predicate":{"custom_model_data":1552}},{"model":"w1553","predicate":{"custom_model_data":1553}},{"model":"w1554","predicate":{"custom_model_data":1554}},{"model":"w1555","predicate":{"custom_model_data":1555}},{"model":"w1556","predicate":{"custom_model_data":1556}},{"model":"w1557","predicate":{"custom_model_data":1557}},{"model":"w1558","predicate":{"custom_model_data":1558}},{"model":"w1559","predicate":{"custom_model_data":1559}},{"model":"w1560","predicate":{"custom_model_data":1560}},{"model":"w1561","predicate":{"custom_model_data":1561}},{"model":"w1562","predicate":{"custom_model_data":1562}},{"model":"w1563","predicate":{"custom_model_data":1563}},{"model":"w1564","predicate":{"custom_model_data":1564}},{"model":"w1565","predicate":{"custom_model_data":1565}},{"model":"w1566","predicate":{"custom_model_data":1566}},{"model":"w1567","predicate":{"custom_model_data":1567}},{"model":"w1568","predicate":{"custom_model_data":1568}},{"model":"w1569","predicate":{"custom_model_data":1569}},{"model":"w1570","predicate":{"custom_model_data":1570}},{"model":"w1571","predicate":{"custom_model_data":1571}},{"model":"w1572","predicate":{"custom_model_data":1572}},{"model":"w1573","predicate":{"custom_model_data":1573}},{"model":"w1574","predicate":{"custom_model_data":1574}},{"model":"w1575","predicate":{"custom_model_data":1575}},{"model":"w1576","predicate":{"custom_model_data":1576}},{"model":"w1577","predicate":{"custom_model_data":1577}},{"model":"w1578","predicate":{"custom_model_data":1578}},{"model":"w1579","predicate":{"custom_model_data":1579}},{"model":"w1580","predicate":{"custom_model_data":1580}},{"model":"w1581","predicate":{"custom_model_data":1581}},{"model":"w1582","predicate":{"custom_model_data":1582}},{"model":"w1583","predicate":{"custom_model_data":1583}},{"model":"w1584","predicate":{"custom_model_data":1584}},{"model":"w1585","predicate":{"custom_model_data":1585}},{"model":"w1586","predicate":{"custom_model_data":1586}},{"model":"w1587","predicate":{"custom_model_data":1587}},{"model":"w1588","predicate":{"custom_model_data":1588}},{"model":"w1589","predicate":{"custom_model_data":1589}},{"model":"w1590","predicate":{"custom_model_data":1590}},{"model":"w1591","predicate":{"custom_model_data":1591}},{"model":"w1592","predicate":{"custom_model_data":1592}},{"model":"w1593","predicate":{"custom_model_data":1593}},{"model":"w1594","predicate":{"custom_model_data":1594}},{"model":"w1595","predicate":{"custom_model_data":1595}},{"model":"w1596","predicate":{"custom_model_data":1596}},{"model":"w1597","predicate":{"custom_model_data":1597}},{"model":"w1598","predicate":{"custom_model_data":1598}},{"model":"w1599","predicate":{"custom_model_data":1599}},{"model":"w1600","predicate":{"custom_model_data":1600}},{"model":"w1601","predicate":{"custom_model_data":1601}},{"model":"w1602","predicate":{"custom_model_data":1602}},{"model":"w1603","predicate":{"custom_model_data":1603}},{"model":"w1604","predicate":{"custom_model_data":1604}},{"model":"w1605","predicate":{"custom_model_data":1605}},{"model":"w1606","predicate":{"custom_model_data":1606}},{"model":"w1607","predicate":{"custom_model_data":1607}},{"model":"w1608","predicate":{"custom_model_data":1608}},{"model":"w1609","predicate":{"custom_model_data":1609}},{"model":"w1610","predicate":{"custom_model_data":1610}},{"model":"w1611","predicate":{"custom_model_data":1611}},{"model":"w1612","predicate":{"custom_model_data":1612}},{"model":"w1613","predicate":{"custom_model_data":1613}},{"model":"w1614","predicate":{"custom_model_data":1614}},{"model":"w1615","predicate":{"custom_model_data":1615}},{"model":"w1616","predicate":{"custom_model_data":1616}},{"model":"w1617","predicate":{"custom_model_data":1617}},{"model":"w1618","predicate":{"custom_model_data":1618}},{"model":"w1619","predicate":{"custom_model_data":1619}},{"model":"w1620","predicate":{"custom_model_data":1620}},{"model":"w1621","predicate":{"custom_model_data":1621}},{"model":"w1622","predicate":{"custom_model_data":1622}},{"model":"w1623","predicate":{"custom_model_data":1623}},{"model":"w1624","predicate":{"custom_model_data":1624}},{"model":"w1625","predicate":{"custom_model_data":1625}},{"model":"w1626","predicate":{"custom_model_data":1626}},{"model":"w1627","predicate":{"custom_model_data":1627}},{"model":"w1628","predicate":{"custom_model_data":1628}},{"model":"w1629","predicate":{"custom_model_data":1629}},{"model":"w1630","predicate":{"custom_model_data":1630}},{"model":"w1631","predicate":{"custom_model_data":1631}},{"model":"w1632","predicate":{"custom_model_data":1632}},{"model":"w1633","predicate":{"custom_model_data":1633}},{"model":"w1634","predicate":{"custom_model_data":1634}},{"model":"w1635","predicate":{"custom_model_data":1635}},{"model":"w1636","predicate":{"custom_model_data":1636}},{"model":"w1637","predicate":{"custom_model_data":1637}},{"model":"w1638","predicate":{"custom_model_data":1638}},{"model":"w1639","predicate":{"custom_model_data":1639}},{"model":"w1640","predicate":{"custom_model_data":1640}},{"model":"w1641","predicate":{"custom_model_data":1641}},{"model":"w1642","predicate":{"custom_model_data":1642}},{"model":"w1643","predicate":{"custom_model_data":1643}},{"model":"w1644","predicate":{"custom_model_data":1644}},{"model":"w1645","predicate":{"custom_model_data":1645}},{"model":"w1646","predicate":{"custom_model_data":1646}},{"model":"w1647","predicate":{"custom_model_data":1647}},{"model":"w1648","predicate":{"custom_model_data":1648}},{"model":"w1649","predicate":{"custom_model_data":1649}},{"model":"w1650","predicate":{"custom_model_data":1650}},{"model":"w1651","predicate":{"custom_model_data":1651}},{"model":"w1652","predicate":{"custom_model_data":1652}},{"model":"w1653","predicate":{"custom_model_data":1653}},{"model":"w1654","predicate":{"custom_model_data":1654}},{"model":"w1655","predicate":{"custom_model_data":1655}},{"model":"w1656","predicate":{"custom_model_data":1656}},{"model":"w1657","predicate":{"custom_model_data":1657}},{"model":"w1658","predicate":{"custom_model_data":1658}},{"model":"w1659","predicate":{"custom_model_data":1659}},{"model":"w1660","predicate":{"custom_model_data":1660}},{"model":"w1661","predicate":{"custom_model_data":1661}},{"model":"w1662","predicate":{"custom_model_data":1662}},{"model":"w1663","predicate":{"custom_model_data":1663}},{"model":"w1664","predicate":{"custom_model_data":1664}},{"model":"w1665","predicate":{"custom_model_data":1665}},{"model":"w1666","predicate":{"custom_model_data":1666}},{"model":"w1667","predicate":{"custom_model_data":1667}},{"model":"w1668","predicate":{"custom_model_data":1668}},{"model":"w1669","predicate":{"custom_model_data":1669}},{"model":"w1670","predicate":{"custom_model_data":1670}},{"model":"w1671","predicate":{"custom_model_data":1671}},{"model":"w1672","predicate":{"custom_model_data":1672}},{"model":"w1673","predicate":{"custom_model_data":1673}},{"model":"w1674","predicate":{"custom_model_data":1674}},{"model":"w1675","predicate":{"custom_model_data":1675}},{"model":"w1676","predicate":{"custom_model_data":1676}},{"model":"w1677","predicate":{"custom_model_data":1677}},{"model":"w1678","predicate":{"custom_model_data":1678}},{"model":"w1679","predicate":{"custom_model_data":1679}},{"model":"w1680","predicate":{"custom_model_data":1680}},{"model":"w1681","predicate":{"custom_model_data":1681}},{"model":"w1682","predicate":{"custom_model_data":1682}},{"model":"w1683","predicate":{"custom_model_data":1683}},{"model":"w1684","predicate":{"custom_model_data":1684}},{"model":"w1685","predicate":{"custom_model_data":1685}},{"model":"w1686","predicate":{"custom_model_data":1686}},{"model":"w1687","predicate":{"custom_model_data":1687}},{"model":"w1688","predicate":{"custom_model_data":1688}},{"model":"w1689","predicate":{"custom_model_data":1689}},{"model":"w1690","predicate":{"custom_model_data":1690}},{"model":"w1691","predicate":{"custom_model_data":1691}},{"model":"w1692","predicate":{"custom_model_data":1692}},{"model":"w1693","predicate":{"custom_model_data":1693}},{"model":"w1694","predicate":{"custom_model_data":1694}},{"model":"w1695","predicate":{"custom_model_data":1695}},{"model":"w1696","predicate":{"custom_model_data":1696}},{"model":"w1697","predicate":{"custom_model_data":1697}},{"model":"w1698","predicate":{"custom_model_data":1698}},{"model":"w1699","predicate":{"custom_model_data":1699}},{"model":"w1700","predicate":{"custom_model_data":1700}},{"model":"w1701","predicate":{"custom_model_data":1701}},{"model":"w1702","predicate":{"custom_model_data":1702}},{"model":"w1703","predicate":{"custom_model_data":1703}},{"model":"w1704","predicate":{"custom_model_data":1704}},{"model":"w1705","predicate":{"custom_model_data":1705}},{"model":"w1706","predicate":{"custom_model_data":1706}},{"model":"w1707","predicate":{"custom_model_data":1707}},{"model":"w1708","predicate":{"custom_model_data":1708}},{"model":"w1709","predicate":{"custom_model_data":1709}},{"model":"w1710","predicate":{"custom_model_data":1710}},{"model":"w1711","predicate":{"custom_model_data":1711}},{"model":"w1712","predicate":{"custom_model_data":1712}},{"model":"w1713","predicate":{"custom_model_data":1713}},{"model":"w1714","predicate":{"custom_model_data":1714}},{"model":"w1715","predicate":{"custom_model_data":1715}},{"model":"w1716","predicate":{"custom_model_data":1716}},{"model":"w1717","predicate":{"custom_model_data":1717}},{"model":"w1718","predicate":{"custom_model_data":1718}},{"model":"w1719","predicate":{"custom_model_data":1719}},{"model":"w1720","predicate":{"custom_model_data":1720}},{"model":"w1721","predicate":{"custom_model_data":1721}},{"model":"w1722","predicate":{"custom_model_data":1722}},{"model":"w1723","predicate":{"custom_model_data":1723}},{"model":"w1724","predicate":{"custom_model_data":1724}},{"model":"w1725","predicate":{"custom_model_data":1725}},{"model":"w1726","predicate":{"custom_model_data":1726}},{"model":"w1727","predicate":{"custom_model_data":1727}},{"model":"w1728","predicate":{"custom_model_data":1728}},{"model":"w1729","predicate":{"custom_model_data":1729}},{"model":"w1730","predicate":{"custom_model_data":1730}},{"model":"w1731","predicate":{"custom_model_data":1731}},{"model":"w1732","predicate":{"custom_model_data":1732}},{"model":"w1733","predicate":{"custom_model_data":1733}},{"model":"w1734","predicate":{"custom_model_data":1734}},{"model":"w1735","predicate":{"custom_model_data":1735}},{"model":"w1736","predicate":{"custom_model_data":1736}},{"model":"w1737","predicate":{"custom_model_data":1737}},{"model":"w1738","predicate":{"custom_model_data":1738}},{"model":"w1739","predicate":{"custom_model_data":1739}},{"model":"w1740","predicate":{"custom_model_data":1740}},{"model":"w1741","predicate":{"custom_model_data":1741}},{"model":"w1742","predicate":{"custom_model_data":1742}},{"model":"w1743","predicate":{"custom_model_data":1743}},{"model":"w1744","predicate":{"custom_model_data":1744}},{"model":"w1745","predicate":{"custom_model_data":1745}},{"model":"w1746","predicate":{"custom_model_data":1746}},{"model":"w1747","predicate":{"custom_model_data":1747}},{"model":"w1748","predicate":{"custom_model_data":1748}},{"model":"w1749","predicate":{"custom_model_data":1749}},{"model":"w1750","predicate":{"custom_model_data":1750}},{"model":"w1751","predicate":{"custom_model_data":1751}},{"model":"w1752","predicate":{"custom_model_data":1752}},{"model":"w1753","predicate":{"custom_model_data":1753}},{"model":"w1754","predicate":{"custom_model_data":1754}},{"model":"w1755","predicate":{"custom_model_data":1755}},{"model":"w1756","predicate":{"custom_model_data":1756}},{"model":"w1757","predicate":{"custom_model_data":1757}},{"model":"w1758","predicate":{"custom_model_data":1758}},{"model":"w1759","predicate":{"custom_model_data":1759}},{"model":"w1760","predicate":{"custom_model_data":1760}},{"model":"w1761","predicate":{"custom_model_data":1761}},{"model":"w1762","predicate":{"custom_model_data":1762}},{"model":"w1763","predicate":{"custom_model_data":1763}},{"model":"w1764","predicate":{"custom_model_data":1764}},{"model":"w1765","predicate":{"custom_model_data":1765}},{"model":"w1766","predicate":{"custom_model_data":1766}},{"model":"w1767","predicate":{"custom_model_data":1767}},{"model":"w1768","predicate":{"custom_model_data":1768}},{"model":"w1769","predicate":{"custom_model_data":1769}},{"model":"w1770","predicate":{"custom_model_data":1770}},{"model":"w1771","predicate":{"custom_model_data":1771}},{"model":"w1772","predicate":{"custom_model_data":1772}},{"model":"w1773","predicate":{"custom_model_data":1773}},{"model":"w1774","predicate":{"custom_model_data":1774}},{"model":"w1775","predicate":{"custom_model_data":1775}},{"model":"w1776","predicate":{"custom_model_data":1776}},{"model":"w1777","predicate":{"custom_model_data":1777}},{"model":"w1778","predicate":{"custom_model_data":1778}},{"model":"w1779","predicate":{"custom_model_data":1779}},{"model":"w1780","predicate":{"custom_model_data":1780}},{"model":"w1781","predicate":{"custom_model_data":1781}},{"model":"w1782","predicate":{"custom_model_data":1782}},{"model":"w1783","predicate":{"custom_model_data":1783}},{"model":"w1784","predicate":{"custom_model_data":1784}},{"model":"w1785","predicate":{"custom_model_data":1785}},{"model":"w1786","predicate":{"custom_model_data":1786}},{"model":"w1787","predicate":{"custom_model_data":1787}},{"model":"w1788","predicate":{"custom_model_data":1788}},{"model":"w1789","predicate":{"custom_model_data":1789}},{"model":"w1790","predicate":{"custom_model_data":1790}},{"model":"w1791","predicate":{"custom_model_data":1791}},{"model":"w1792","predicate":{"custom_model_data":1792}},{"model":"w1793","predicate":{"custom_model_data":1793}},{"model":"w1794","predicate":{"custom_model_data":1794}},{"model":"w1795","predicate":{"custom_model_data":1795}},{"model":"w1796","predicate":{"custom_model_data":1796}},{"model":"w1797","predicate":{"custom_model_data":1797}},{"model":"w1798","predicate":{"custom_model_data":1798}},{"model":"w1799","predicate":{"custom_model_data":1799}},{"model":"w1800","predicate":{"custom_model_data":1800}},{"model":"w1801","predicate":{"custom_model_data":1801}},{"model":"w1802","predicate":{"custom_model_data":1802}},{"model":"w1803","predicate":{"custom_model_data":1803}},{"model":"w1804","predicate":{"custom_model_data":1804}},{"model":"w1805","predicate":{"custom_model_data":1805}},{"model":"w1806","predicate":{"custom_model_data":1806}},{"model":"w1807","predicate":{"custom_model_data":1807}},{"model":"w1808","predicate":{"custom_model_data":1808}},{"model":"w1809","predicate":{"custom_model_data":1809}},{"model":"w1810","predicate":{"custom_model_data":1810}},{"model":"w1811","predicate":{"custom_model_data":1811}},{"model":"w1812","predicate":{"custom_model_data":1812}},{"model":"w1813","predicate":{"custom_model_data":1813}},{"model":"w1814","predicate":{"custom_model_data":1814}},{"model":"w1815","predicate":{"custom_model_data":1815}},{"model":"w1816","predicate":{"custom_model_data":1816}},{"model":"w1817","predicate":{"custom_model_data":1817}},{"model":"w1818","predicate":{"custom_model_data":1818}},{"model":"w1819","predicate":{"custom_model_data":1819}},{"model":"w1820","predicate":{"custom_model_data":1820}},{"model":"w1821","predicate":{"custom_model_data":1821}},{"model":"w1822","predicate":{"custom_model_data":1822}},{"model":"w1823","predicate":{"custom_model_data":1823}},{"model":"w1824","predicate":{"custom_model_data":1824}},{"model":"w1825","predicate":{"custom_model_data":1825}},{"model":"w1826","predicate":{"custom_model_data":1826}},{"model":"w1827","predicate":{"custom_model_data":1827}},{"model":"w1828","predicate":{"custom_model_data":1828}},{"model":"w1829","predicate":{"custom_model_data":1829}},{"model":"w1830","predicate":{"custom_model_data":1830}},{"model":"w1831","predicate":{"custom_model_data":1831}},{"model":"w1832","predicate":{"custom_model_data":1832}},{"model":"w1833","predicate":{"custom_model_data":1833}},{"model":"w1834","predicate":{"custom_model_data":1834}},{"model":"w1835","predicate":{"custom_model_data":1835}},{"model":"w1836","predicate":{"custom_model_data":1836}},{"model":"w1837","predicate":{"custom_model_data":1837}},{"model":"w1838","predicate":{"custom_model_data":1838}},{"model":"w1839","predicate":{"custom_model_data":1839}},{"model":"w1840","predicate":{"custom_model_data":1840}},{"model":"w1841","predicate":{"custom_model_data":1841}},{"model":"w1842","predicate":{"custom_model_data":1842}},{"model":"w1843","predicate":{"custom_model_data":1843}},{"model":"w1844","predicate":{"custom_model_data":1844}},{"model":"w1845","predicate":{"custom_model_data":1845}},{"model":"w1846","predicate":{"custom_model_data":1846}},{"model":"w1847","predicate":{"custom_model_data":1847}},{"model":"w1848","predicate":{"custom_model_data":1848}},{"model":"w1849","predicate":{"custom_model_data":1849}},{"model":"w1850","predicate":{"custom_model_data":1850}},{"model":"w1851","predicate":{"custom_model_data":1851}},{"model":"w1852","predicate":{"custom_model_data":1852}},{"model":"w1853","predicate":{"custom_model_data":1853}},{"model":"w1854","predicate":{"custom_model_data":1854}},{"model":"w1855","predicate":{"custom_model_data":1855}},{"model":"w1856","predicate":{"custom_model_data":1856}},{"model":"w1857","predicate":{"custom_model_data":1857}},{"model":"w1858","predicate":{"custom_model_data":1858}},{"model":"w1859","predicate":{"custom_model_data":1859}},{"model":"w1860","predicate":{"custom_model_data":1860}},{"model":"w1861","predicate":{"custom_model_data":1861}},{"model":"w1862","predicate":{"custom_model_data":1862}},{"model":"w1863","predicate":{"custom_model_data":1863}},{"model":"w1864","predicate":{"custom_model_data":1864}},{"model":"w1865","predicate":{"custom_model_data":1865}},{"model":"w1866","predicate":{"custom_model_data":1866}},{"model":"w1867","predicate":{"custom_model_data":1867}},{"model":"w1868","predicate":{"custom_model_data":1868}},{"model":"w1869","predicate":{"custom_model_data":1869}},{"model":"w1870","predicate":{"custom_model_data":1870}},{"model":"w1871","predicate":{"custom_model_data":1871}},{"model":"w1872","predicate":{"custom_model_data":1872}},{"model":"w1873","predicate":{"custom_model_data":1873}},{"model":"w1874","predicate":{"custom_model_data":1874}},{"model":"w1875","predicate":{"custom_model_data":1875}},{"model":"w1876","predicate":{"custom_model_data":1876}},{"model":"w1877","predicate":{"custom_model_data":1877}},{"model":"w1878","predicate":{"custom_model_data":1878}},{"model":"w1879","predicate":{"custom_model_data":1879}},{"model":"w1880","predicate":{"custom_model_data":1880}},{"model":"w1881","predicate":{"custom_model_data":1881}},{"model":"w1882","predicate":{"custom_model_data":1882}},{"model":"w1883","predicate":{"custom_model_data":1883}},{"model":"w1884","predicate":{"custom_model_data":1884}},{"model":"w1885","predicate":{"custom_model_data":1885}},{"model":"w1886","predicate":{"custom_model_data":1886}},{"model":"w1887","predicate":{"custom_model_data":1887}},{"model":"w1888","predicate":{"custom_model_data":1888}},{"model":"w1889","predicate":{"custom_model_data":1889}},{"model":"w1890","predicate":{"custom_model_data":1890}},{"model":"w1891","predicate":{"custom_model_data":1891}},{"model":"w1892","predicate":{"custom_model_data":1892}},{"model":"w1893","predicate":{"custom_model_data":1893}},{"model":"w1894","predicate":{"custom_model_data":1894}},{"model":"w1895","predicate":{"custom_model_data":1895}},{"model":"w1896","predicate":{"custom_model_data":1896}},{"model":"w1897","predicate":{"custom_model_data":1897}},{"model":"w1898","predicate":{"custom_model_data":1898}},{"model":"w1899","predicate":{"custom_model_data":1899}},{"model":"w1900","predicate":{"custom_model_data":1900}},{"model":"w1901","predicate":{"custom_model_data":1901}},{"model":"w1902","predicate":{"custom_model_data":1902}},{"model":"w1903","predicate":{"custom_model_data":1903}},{"model":"w1904","predicate":{"custom_model_data":1904}},{"model":"w1905","predicate":{"custom_model_data":1905}},{"model":"w1906","predicate":{"custom_model_data":1906}},{"model":"w1907","predicate":{"custom_model_data":1907}},{"model":"w1908","predicate":{"custom_model_data":1908}},{"model":"w1909","predicate":{"custom_model_data":1909}},{"model":"w1910","predicate":{"custom_model_data":1910}},{"model":"w1911","predicate":{"custom_model_data":1911}},{"model":"w1912","predicate":{"custom_model_data":1912}},{"model":"w1913","predicate":{"custom_model_data":1913}},{"model":"w1914","predicate":{"custom_model_data":1914}},{"model":"w1915","predicate":{"custom_model_data":1915}},{"model":"w1916","predicate":{"custom_model_data":1916}},{"model":"w1917","predicate":{"custom_model_data":1917}},{"model":"w1918","predicate":{"custom_model_data":1918}},{"model":"w1919","predicate":{"custom_model_data":1919}},{"model":"w1920","predicate":{"custom_model_data":1920}},{"model":"w1921","predicate":{"custom_model_data":1921}},{"model":"w1922","predicate":{"custom_model_data":1922}},{"model":"w1923","predicate":{"custom_model_data":1923}},{"model":"w1924","predicate":{"custom_model_data":1924}},{"model":"w1925","predicate":{"custom_model_data":1925}},{"model":"w1926","predicate":{"custom_model_data":1926}},{"model":"w1927","predicate":{"custom_model_data":1927}},{"model":"w1928","predicate":{"custom_model_data":1928}},{"model":"w1929","predicate":{"custom_model_data":1929}},{"model":"w1930","predicate":{"custom_model_data":1930}},{"model":"w1931","predicate":{"custom_model_data":1931}},{"model":"w1932","predicate":{"custom_model_data":1932}},{"model":"w1933","predicate":{"custom_model_data":1933}},{"model":"w1934","predicate":{"custom_model_data":1934}},{"model":"w1935","predicate":{"custom_model_data":1935}},{"model":"w1936","predicate":{"custom_model_data":1936}},{"model":"w1937","predicate":{"custom_model_data":1937}},{"model":"w1938","predicate":{"custom_model_data":1938}},{"model":"w1939","predicate":{"custom_model_data":1939}},{"model":"w1940","predicate":{"custom_model_data":1940}},{"model":"w1941","predicate":{"custom_model_data":1941}},{"model":"w1942","predicate":{"custom_model_data":1942}},{"model":"w1943","predicate":{"custom_model_data":1943}},{"model":"w1944","predicate":{"custom_model_data":1944}},{"model":"w1945","predicate":{"custom_model_data":1945}},{"model":"w1946","predicate":{"custom_model_data":1946}},{"model":"w1947","predicate":{"custom_model_data":1947}},{"model":"w1948","predicate":{"custom_model_data":1948}},{"model":"w1949","predicate":{"custom_model_data":1949}},{"model":"w1950","predicate":{"custom_model_data":1950}},{"model":"w1951","predicate":{"custom_model_data":1951}},{"model":"w1952","predicate":{"custom_model_data":1952}},{"model":"w1953","predicate":{"custom_model_data":1953}},{"model":"w1954","predicate":{"custom_model_data":1954}},{"model":"w1955","predicate":{"custom_model_data":1955}},{"model":"w1956","predicate":{"custom_model_data":1956}},{"model":"w1957","predicate":{"custom_model_data":1957}},{"model":"w1958","predicate":{"custom_model_data":1958}},{"model":"w1959","predicate":{"custom_model_data":1959}},{"model":"w1960","predicate":{"custom_model_data":1960}},{"model":"w1961","predicate":{"custom_model_data":1961}},{"model":"w1962","predicate":{"custom_model_data":1962}},{"model":"w1963","predicate":{"custom_model_data":1963}},{"model":"w1964","predicate":{"custom_model_data":1964}},{"model":"w1965","predicate":{"custom_model_data":1965}},{"model":"w1966","predicate":{"custom_model_data":1966}},{"model":"w1967","predicate":{"custom_model_data":1967}},{"model":"w1968","predicate":{"custom_model_data":1968}},{"model":"w1969","predicate":{"custom_model_data":1969}},{"model":"w1970","predicate":{"custom_model_data":1970}},{"model":"w1971","predicate":{"custom_model_data":1971}},{"model":"w1972","predicate":{"custom_model_data":1972}},{"model":"w1973","predicate":{"custom_model_data":1973}},{"model":"w1974","predicate":{"custom_model_data":1974}},{"model":"w1975","predicate":{"custom_model_data":1975}},{"model":"w1976","predicate":{"custom_model_data":1976}},{"model":"w1977","predicate":{"custom_model_data":1977}},{"model":"w1978","predicate":{"custom_model_data":1978}},{"model":"w1979","predicate":{"custom_model_data":1979}},{"model":"w1980","predicate":{"custom_model_data":1980}},{"model":"w1981","predicate":{"custom_model_data":1981}},{"model":"w1982","predicate":{"custom_model_data":1982}},{"model":"w1983","predicate":{"custom_model_data":1983}},{"model":"w1984","predicate":{"custom_model_data":1984}},{"model":"w1985","predicate":{"custom_model_data":1985}},{"model":"w1986","predicate":{"custom_model_data":1986}},{"model":"w1987","predicate":{"custom_model_data":1987}},{"model":"w1988","predicate":{"custom_model_data":1988}},{"model":"w1989","predicate":{"custom_model_data":1989}},{"model":"w1990","predicate":{"custom_model_data":1990}},{"model":"w1991","predicate":{"custom_model_data":1991}},{"model":"w1992","predicate":{"custom_model_data":1992}},{"model":"w1993","predicate":{"custom_model_data":1993}},{"model":"w1994","predicate":{"custom_model_data":1994}},{"model":"w1995","predicate":{"custom_model_data":1995}},{"model":"w1996","predicate":{"custom_model_data":1996}},{"model":"w1997","predicate":{"custom_model_data":1997}},{"model":"w1998","predicate":{"custom_model_data":1998}},{"model":"w1999","predicate":{"custom_model_data":1999}},{"model":"w2000","predicate":{"custom_model_data":2000}},{"model":"w2001","predicate":{"custom_model_data":2001}},{"model":"w2002","predicate":{"custom_model_data":2002}},{"model":"w2003","predicate":{"custom_model_data":2003}},{"model":"w2004","predicate":{"custom_model_data":2004}},{"model":"w2005","predicate":{"custom_model_data":2005}},{"model":"w2006","predicate":{"custom_model_data":2006}},{"model":"w2007","predicate":{"custom_model_data":2007}},{"model":"w2008","predicate":{"custom_model_data":2008}},{"model":"w2009","predicate":{"custom_model_data":2009}},{"model":"w2010","predicate":{"custom_model_data":2010}},{"model":"w2011","predicate":{"custom_model_data":2011}},{"model":"w2012","predicate":{"custom_model_data":2012}},{"model":"w2013","predicate":{"custom_model_data":2013}},{"model":"w2014","predicate":{"custom_model_data":2014}},{"model":"w2015","predicate":{"custom_model_data":2015}},{"model":"w2016","predicate":{"custom_model_data":2016}},{"model":"w2017","predicate":{"custom_model_data":2017}},{"model":"w2018","predicate":{"custom_model_data":2018}},{"model":"w2019","predicate":{"custom_model_data":2019}},{"model":"w2020","predicate":{"custom_model_data":2020}},{"model":"w2021","predicate":{"custom_model_data":2021}},{"model":"w2022","predicate":{"custom_model_data":2022}},{"model":"w2023","predicate":{"custom_model_data":2023}},{"model":"w2024","predicate":{"custom_model_data":2024}},{"model":"w2025","predicate":{"custom_model_data":2025}},{"model":"w2026","predicate":{"custom_model_data":2026}},{"model":"w2027","predicate":{"custom_model_data":2027}},{"model":"w2028","predicate":{"custom_model_data":2028}},{"model":"w2029","predicate":{"custom_model_data":2029}},{"model":"w2030","predicate":{"custom_model_data":2030}},{"model":"w2031","predicate":{"custom_model_data":2031}},{"model":"w2032","predicate":{"custom_model_data":2032}},{"model":"w2033","predicate":{"custom_model_data":2033}},{"model":"w2034","predicate":{"custom_model_data":2034}},{"model":"w2035","predicate":{"custom_model_data":2035}},{"model":"w2036","predicate":{"custom_model_data":2036}},{"model":"w2037","predicate":{"custom_model_data":2037}},{"model":"w2038","predicate":{"custom_model_data":2038}},{"model":"w2039","predicate":{"custom_model_data":2039}},{"model":"w2040","predicate":{"custom_model_data":2040}},{"model":"w2041","predicate":{"custom_model_data":2041}},{"model":"w2042","predicate":{"custom_model_data":2042}},{"model":"w2043","predicate":{"custom_model_data":2043}},{"model":"w2044","predicate":{"custom_model_data":2044}},{"model":"w2045","predicate":{"custom_model_data":2045}},{"model":"w2046","predicate":{"custom_model_data":2046}},{"model":"w2047","predicate":{"custom_model_data":2047}},{"model":"w2048","predicate":{"custom_model_data":2048}},{"model":"w2049","predicate":{"custom_model_data":2049}},{"model":"w2050","predicate":{"custom_model_data":2050}},{"model":"w2051","predicate":{"custom_model_data":2051}},{"model":"w2052","predicate":{"custom_model_data":2052}},{"model":"w2053","predicate":{"custom_model_data":2053}},{"model":"w2054","predicate":{"custom_model_data":2054}},{"model":"w2055","predicate":{"custom_model_data":2055}},{"model":"w2056","predicate":{"custom_model_data":2056}},{"model":"w2057","predicate":{"custom_model_data":2057}},{"model":"w2058","predicate":{"custom_model_data":2058}},{"model":"w2059","predicate":{"custom_model_data":2059}},{"model":"w2060","predicate":{"custom_model_data":2060}},{"model":"w2061","predicate":{"custom_model_data":2061}},{"model":"w2062","predicate":{"custom_model_data":2062}},{"model":"w2063","predicate":{"custom_model_data":2063}},{"model":"w2064","predicate":{"custom_model_data":2064}},{"model":"w2065","predicate":{"custom_model_data":2065}},{"model":"w2066","predicate":{"custom_model_data":2066}},{"model":"w2067","predicate":{"custom_model_data":2067}},{"model":"w2068","predicate":{"custom_model_data":2068}},{"model":"w2069","predicate":{"custom_model_data":2069}},{"model":"w2070","predicate":{"custom_model_data":2070}},{"model":"w2071","predicate":{"custom_model_data":2071}},{"model":"w2072","predicate":{"custom_model_data":2072}},{"model":"w2073","predicate":{"custom_model_data":2073}},{"model":"w2074","predicate":{"custom_model_data":2074}},{"model":"w2075","predicate":{"custom_model_data":2075}},{"model":"w2076","predicate":{"custom_model_data":2076}},{"model":"w2077","predicate":{"custom_model_data":2077}},{"model":"w2078","predicate":{"custom_model_data":2078}},{"model":"w2079","predicate":{"custom_model_data":2079}},{"model":"w2080","predicate":{"custom_model_data":2080}},{"model":"w2081","predicate":{"custom_model_data":2081}},{"model":"w2082","predicate":{"custom_model_data":2082}},{"model":"w2083","predicate":{"custom_model_data":2083}},{"model":"w2084","predicate":{"custom_model_data":2084}},{"model":"w2085","predicate":{"custom_model_data":2085}},{"model":"w2086","predicate":{"custom_model_data":2086}},{"model":"w2087","predicate":{"custom_model_data":2087}},{"model":"w2088","predicate":{"custom_model_data":2088}},{"model":"w2089","predicate":{"custom_model_data":2089}},{"model":"w2090","predicate":{"custom_model_data":2090}},{"model":"w2091","predicate":{"custom_model_data":2091}},{"model":"w2092","predicate":{"custom_model_data":2092}},{"model":"w2093","predicate":{"custom_model_data":2093}},{"model":"w2094","predicate":{"custom_model_data":2094}},{"model":"w2095","predicate":{"custom_model_data":2095}},{"model":"w2096","predicate":{"custom_model_data":2096}},{"model":"w2097","predicate":{"custom_model_data":2097}},{"model":"w2098","predicate":{"custom_model_data":2098}},{"model":"w2099","predicate":{"custom_model_data":2099}},{"model":"w2100","predicate":{"custom_model_data":2100}},{"model":"w2101","predicate":{"custom_model_data":2101}},{"model":"w2102","predicate":{"custom_model_data":2102}},{"model":"w2103","predicate":{"custom_model_data":2103}},{"model":"w2104","predicate":{"custom_model_data":2104}},{"model":"w2105","predicate":{"custom_model_data":2105}},{"model":"w2106","predicate":{"custom_model_data":2106}},{"model":"w2107","predicate":{"custom_model_data":2107}},{"model":"w2108","predicate":{"custom_model_data":2108}},{"model":"w2109","predicate":{"custom_model_data":2109}},{"model":"w2110","predicate":{"custom_model_data":2110}},{"model":"w2111","predicate":{"custom_model_data":2111}},{"model":"w2112","predicate":{"custom_model_data":2112}},{"model":"w2113","predicate":{"custom_model_data":2113}},{"model":"w2114","predicate":{"custom_model_data":2114}},{"model":"w2115","predicate":{"custom_model_data":2115}},{"model":"w2116","predicate":{"custom_model_data":2116}},{"model":"w2117","predicate":{"custom_model_data":2117}},{"model":"w2118","predicate":{"custom_model_data":2118}},{"model":"w2119","predicate":{"custom_model_data":2119}},{"model":"w2120","predicate":{"custom_model_data":2120}},{"model":"w2121","predicate":{"custom_model_data":2121}},{"model":"w2122","predicate":{"custom_model_data":2122}},{"model":"w2123","predicate":{"custom_model_data":2123}},{"model":"w2124","predicate":{"custom_model_data":2124}},{"model":"w2125","predicate":{"custom_model_data":2125}},{"model":"w2126","predicate":{"custom_model_data":2126}},{"model":"w2127","predicate":{"custom_model_data":2127}},{"model":"w2128","predicate":{"custom_model_data":2128}},{"model":"w2129","predicate":{"custom_model_data":2129}},{"model":"w2130","predicate":{"custom_model_data":2130}},{"model":"w2131","predicate":{"custom_model_data":2131}},{"model":"w2132","predicate":{"custom_model_data":2132}},{"model":"w2133","predicate":{"custom_model_data":2133}},{"model":"w2134","predicate":{"custom_model_data":2134}},{"model":"w2135","predicate":{"custom_model_data":2135}},{"model":"w2136","predicate":{"custom_model_data":2136}},{"model":"w2137","predicate":{"custom_model_data":2137}},{"model":"w2138","predicate":{"custom_model_data":2138}},{"model":"w2139","predicate":{"custom_model_data":2139}},{"model":"w2140","predicate":{"custom_model_data":2140}},{"model":"w2141","predicate":{"custom_model_data":2141}},{"model":"w2142","predicate":{"custom_model_data":2142}},{"model":"w2143","predicate":{"custom_model_data":2143}},{"model":"w2144","predicate":{"custom_model_data":2144}},{"model":"w2145","predicate":{"custom_model_data":2145}},{"model":"w2146","predicate":{"custom_model_data":2146}},{"model":"w2147","predicate":{"custom_model_data":2147}},{"model":"w2148","predicate":{"custom_model_data":2148}},{"model":"w2149","predicate":{"custom_model_data":2149}},{"model":"w2150","predicate":{"custom_model_data":2150}},{"model":"w2151","predicate":{"custom_model_data":2151}},{"model":"w2152","predicate":{"custom_model_data":2152}},{"model":"w2153","predicate":{"custom_model_data":2153}},{"model":"w2154","predicate":{"custom_model_data":2154}},{"model":"w2155","predicate":{"custom_model_data":2155}},{"model":"w2156","predicate":{"custom_model_data":2156}},{"model":"w2157","predicate":{"custom_model_data":2157}},{"model":"w2158","predicate":{"custom_model_data":2158}},{"model":"w2159","predicate":{"custom_model_data":2159}},{"model":"w2160","predicate":{"custom_model_data":2160}},{"model":"w2161","predicate":{"custom_model_data":2161}},{"model":"w2162","predicate":{"custom_model_data":2162}},{"model":"w2163","predicate":{"custom_model_data":2163}},{"model":"w2164","predicate":{"custom_model_data":2164}},{"model":"w2165","predicate":{"custom_model_data":2165}},{"model":"w2166","predicate":{"custom_model_data":2166}},{"model":"w2167","predicate":{"custom_model_data":2167}},{"model":"w2168","predicate":{"custom_model_data":2168}},{"model":"w2169","predicate":{"custom_model_data":2169}},{"model":"w2170","predicate":{"custom_model_data":2170}},{"model":"w2171","predicate":{"custom_model_data":2171}},{"model":"w2172","predicate":{"custom_model_data":2172}},{"model":"w2173","predicate":{"custom_model_data":2173}},{"model":"w2174","predicate":{"custom_model_data":2174}},{"model":"w2175","predicate":{"custom_model_data":2175}},{"model":"w2176","predicate":{"custom_model_data":2176}},{"model":"w2177","predicate":{"custom_model_data":2177}},{"model":"w2178","predicate":{"custom_model_data":2178}},{"model":"w2179","predicate":{"custom_model_data":2179}},{"model":"w2180","predicate":{"custom_model_data":2180}},{"model":"w2181","predicate":{"custom_model_data":2181}},{"model":"w2182","predicate":{"custom_model_data":2182}},{"model":"w2183","predicate":{"custom_model_data":2183}},{"model":"w2184","predicate":{"custom_model_data":2184}},{"model":"w2185","predicate":{"custom_model_data":2185}},{"model":"w2186","predicate":{"custom_model_data":2186}},{"model":"w2187","predicate":{"custom_model_data":2187}},{"model":"w2188","predicate":{"custom_model_data":2188}},{"model":"w2189","predicate":{"custom_model_data":2189}},{"model":"w2190","predicate":{"custom_model_data":2190}},{"model":"w2191","predicate":{"custom_model_data":2191}},{"model":"w2192","predicate":{"custom_model_data":2192}},{"model":"w2193","predicate":{"custom_model_data":2193}},{"model":"w2194","predicate":{"custom_model_data":2194}},{"model":"w2195","predicate":{"custom_model_data":2195}},{"model":"w2196","predicate":{"custom_model_data":2196}},{"model":"w2197","predicate":{"custom_model_data":2197}},{"model":"w2198","predicate":{"custom_model_data":2198}},{"model":"w2199","predicate":{"custom_model_data":2199}},{"model":"w2200","predicate":{"custom_model_data":2200}},{"model":"w2201","predicate":{"custom_model_data":2201}},{"model":"w2202","predicate":{"custom_model_data":2202}},{"model":"w2203","predicate":{"custom_model_data":2203}},{"model":"w2204","predicate":{"custom_model_data":2204}},{"model":"w2205","predicate":{"custom_model_data":2205}},{"model":"w2206","predicate":{"custom_model_data":2206}},{"model":"w2207","predicate":{"custom_model_data":2207}},{"model":"w2208","predicate":{"custom_model_data":2208}},{"model":"w2209","predicate":{"custom_model_data":2209}},{"model":"w2210","predicate":{"custom_model_data":2210}},{"model":"w2211","predicate":{"custom_model_data":2211}},{"model":"w2212","predicate":{"custom_model_data":2212}},{"model":"w2213","predicate":{"custom_model_data":2213}},{"model":"w2214","predicate":{"custom_model_data":2214}},{"model":"w2215","predicate":{"custom_model_data":2215}},{"model":"w2216","predicate":{"custom_model_data":2216}},{"model":"w2217","predicate":{"custom_model_data":2217}},{"model":"w2218","predicate":{"custom_model_data":2218}},{"model":"w2219","predicate":{"custom_model_data":2219}},{"model":"w2220","predicate":{"custom_model_data":2220}},{"model":"w2221","predicate":{"custom_model_data":2221}},{"model":"w2222","predicate":{"custom_model_data":2222}},{"model":"w2223","predicate":{"custom_model_data":2223}},{"model":"w2224","predicate":{"custom_model_data":2224}},{"model":"w2225","predicate":{"custom_model_data":2225}},{"model":"w2226","predicate":{"custom_model_data":2226}},{"model":"w2227","predicate":{"custom_model_data":2227}},{"model":"w2228","predicate":{"custom_model_data":2228}},{"model":"w2229","predicate":{"custom_model_data":2229}},{"model":"w2230","predicate":{"custom_model_data":2230}},{"model":"w2231","predicate":{"custom_model_data":2231}},{"model":"w2232","predicate":{"custom_model_data":2232}},{"model":"w2233","predicate":{"custom_model_data":2233}},{"model":"w2234","predicate":{"custom_model_data":2234}},{"model":"w2235","predicate":{"custom_model_data":2235}},{"model":"w2236","predicate":{"custom_model_data":2236}},{"model":"w2237","predicate":{"custom_model_data":2237}},{"model":"w2238","predicate":{"custom_model_data":2238}},{"model":"w2239","predicate":{"custom_model_data":2239}},{"model":"w2240","predicate":{"custom_model_data":2240}},{"model":"w2241","predicate":{"custom_model_data":2241}},{"model":"w2242","predicate":{"custom_model_data":2242}},{"model":"w2243","predicate":{"custom_model_data":2243}},{"model":"w2244","predicate":{"custom_model_data":2244}},{"model":"w2245","predicate":{"custom_model_data":2245}},{"model":"w2246","predicate":{"custom_model_data":2246}},{"model":"w2247","predicate":{"custom_model_data":2247}},{"model":"w2248","predicate":{"custom_model_data":2248}},{"model":"w2249","predicate":{"custom_model_data":2249}},{"model":"w2250","predicate":{"custom_model_data":2250}},{"model":"w2251","predicate":{"custom_model_data":2251}},{"model":"w2252","predicate":{"custom_model_data":2252}},{"model":"w2253","predicate":{"custom_model_data":2253}},{"model":"w2254","predicate":{"custom_model_data":2254}},{"model":"w2255","predicate":{"custom_model_data":2255}},{"model":"w2256","predicate":{"custom_model_data":2256}},{"model":"w2257","predicate":{"custom_model_data":2257}},{"model":"w2258","predicate":{"custom_model_data":2258}},{"model":"w2259","predicate":{"custom_model_data":2259}},{"model":"w2260","predicate":{"custom_model_data":2260}},{"model":"w2261","predicate":{"custom_model_data":2261}},{"model":"w2262","predicate":{"custom_model_data":2262}},{"model":"w2263","predicate":{"custom_model_data":2263}},{"model":"w2264","predicate":{"custom_model_data":2264}},{"model":"w2265","predicate":{"custom_model_data":2265}},{"model":"w2266","predicate":{"custom_model_data":2266}},{"model":"w2267","predicate":{"custom_model_data":2267}},{"model":"w2268","predicate":{"custom_model_data":2268}},{"model":"w2269","predicate":{"custom_model_data":2269}},{"model":"w2270","predicate":{"custom_model_data":2270}},{"model":"w2271","predicate":{"custom_model_data":2271}},{"model":"w2272","predicate":{"custom_model_data":2272}},{"model":"w2273","predicate":{"custom_model_data":2273}},{"model":"w2274","predicate":{"custom_model_data":2274}},{"model":"w2275","predicate":{"custom_model_data":2275}},{"model":"w2276","predicate":{"custom_model_data":2276}},{"model":"w2277","predicate":{"custom_model_data":2277}},{"model":"w2278","predicate":{"custom_model_data":2278}},{"model":"w2279","predicate":{"custom_model_data":2279}},{"model":"w2280","predicate":{"custom_model_data":2280}},{"model":"w2281","predicate":{"custom_model_data":2281}},{"model":"w2282","predicate":{"custom_model_data":2282}},{"model":"w2283","predicate":{"custom_model_data":2283}},{"model":"w2284","predicate":{"custom_model_data":2284}},{"model":"w2285","predicate":{"custom_model_data":2285}},{"model":"w2286","predicate":{"custom_model_data":2286}},{"model":"w2287","predicate":{"custom_model_data":2287}},{"model":"w2288","predicate":{"custom_model_data":2288}},{"model":"w2289","predicate":{"custom_model_data":2289}},{"model":"w2290","predicate":{"custom_model_data":2290}},{"model":"w2291","predicate":{"custom_model_data":2291}},{"model":"w2292","predicate":{"custom_model_data":2292}},{"model":"w2293","predicate":{"custom_model_data":2293}},{"model":"w2294","predicate":{"custom_model_data":2294}},{"model":"w2295","predicate":{"custom_model_data":2295}},{"model":"w2296","predicate":{"custom_model_data":2296}},{"model":"w2297","predicate":{"custom_model_data":2297}},{"model":"w2298","predicate":{"custom_model_data":2298}},{"model":"w2299","predicate":{"custom_model_data":2299}},{"model":"w2300","predicate":{"custom_model_data":2300}},{"model":"w2301","predicate":{"custom_model_data":2301}},{"model":"w2302","predicate":{"custom_model_data":2302}},{"model":"w2303","predicate":{"custom_model_data":2303}},{"model":"w2304","predicate":{"custom_model_data":2304}},{"model":"w2305","predicate":{"custom_model_data":2305}},{"model":"w2306","predicate":{"custom_model_data":2306}},{"model":"w2307","predicate":{"custom_model_data":2307}},{"model":"w2308","predicate":{"custom_model_data":2308}},{"model":"w2309","predicate":{"custom_model_data":2309}},{"model":"w2310","predicate":{"custom_model_data":2310}},{"model":"w2311","predicate":{"custom_model_data":2311}},{"model":"w2312","predicate":{"custom_model_data":2312}},{"model":"w2313","predicate":{"custom_model_data":2313}},{"model":"w2314","predicate":{"custom_model_data":2314}},{"model":"w2315","predicate":{"custom_model_data":2315}},{"model":"w2316","predicate":{"custom_model_data":2316}},{"model":"w2317","predicate":{"custom_model_data":2317}},{"model":"w2318","predicate":{"custom_model_data":2318}},{"model":"w2319","predicate":{"custom_model_data":2319}},{"model":"w2320","predicate":{"custom_model_data":2320}},{"model":"w2321","predicate":{"custom_model_data":2321}},{"model":"w2322","predicate":{"custom_model_data":2322}},{"model":"w2323","predicate":{"custom_model_data":2323}},{"model":"w2324","predicate":{"custom_model_data":2324}},{"model":"w2325","predicate":{"custom_model_data":2325}},{"model":"w2326","predicate":{"custom_model_data":2326}},{"model":"w2327","predicate":{"custom_model_data":2327}},{"model":"w2328","predicate":{"custom_model_data":2328}},{"model":"w2329","predicate":{"custom_model_data":2329}},{"model":"w2330","predicate":{"custom_model_data":2330}},{"model":"w2331","predicate":{"custom_model_data":2331}},{"model":"w2332","predicate":{"custom_model_data":2332}},{"model":"w2333","predicate":{"custom_model_data":2333}},{"model":"w2334","predicate":{"custom_model_data":2334}},{"model":"w2335","predicate":{"custom_model_data":2335}},{"model":"w2336","predicate":{"custom_model_data":2336}},{"model":"w2337","predicate":{"custom_model_data":2337}},{"model":"w2338","predicate":{"custom_model_data":2338}},{"model":"w2339","predicate":{"custom_model_data":2339}},{"model":"w2340","predicate":{"custom_model_data":2340}},{"model":"w2341","predicate":{"custom_model_data":2341}},{"model":"w2342","predicate":{"custom_model_data":2342}},{"model":"w2343","predicate":{"custom_model_data":2343}},{"model":"w2344","predicate":{"custom_model_data":2344}},{"model":"w2345","predicate":{"custom_model_data":2345}},{"model":"w2346","predicate":{"custom_model_data":2346}},{"model":"w2347","predicate":{"custom_model_data":2347}},{"model":"w2348","predicate":{"custom_model_data":2348}},{"model":"w2349","predicate":{"custom_model_data":2349}},{"model":"w2350","predicate":{"custom_model_data":2350}},{"model":"w2351","predicate":{"custom_model_data":2351}},{"model":"w2352","predicate":{"custom_model_data":2352}},{"model":"w2353","predicate":{"custom_model_data":2353}},{"model":"w2354","predicate":{"custom_model_data":2354}},{"model":"w2355","predicate":{"custom_model_data":2355}},{"model":"w2356","predicate":{"custom_model_data":2356}},{"model":"w2357","predicate":{"custom_model_data":2357}},{"model":"w2358","predicate":{"custom_model_data":2358}},{"model":"w2359","predicate":{"custom_model_data":2359}},{"model":"w2360","predicate":{"custom_model_data":2360}},{"model":"w2361","predicate":{"custom_model_data":2361}},{"model":"w2362","predicate":{"custom_model_data":2362}},{"model":"w2363","predicate":{"custom_model_data":2363}},{"model":"w2364","predicate":{"custom_model_data":2364}},{"model":"w2365","predicate":{"custom_model_data":2365}},{"model":"w2366","predicate":{"custom_model_data":2366}},{"model":"w2367","predicate":{"custom_model_data":2367}},{"model":"w2368","predicate":{"custom_model_data":2368}},{"model":"w2369","predicate":{"custom_model_data":2369}},{"model":"w2370","predicate":{"custom_model_data":2370}},{"model":"w2371","predicate":{"custom_model_data":2371}},{"model":"w2372","predicate":{"custom_model_data":2372}},{"model":"w2373","predicate":{"custom_model_data":2373}},{"model":"w2374","predicate":{"custom_model_data":2374}},{"model":"w2375","predicate":{"custom_model_data":2375}},{"model":"w2376","predicate":{"custom_model_data":2376}},{"model":"w2377","predicate":{"custom_model_data":2377}},{"model":"w2378","predicate":{"custom_model_data":2378}},{"model":"w2379","predicate":{"custom_model_data":2379}},{"model":"w2380","predicate":{"custom_model_data":2380}},{"model":"w2381","predicate":{"custom_model_data":2381}},{"model":"w2382","predicate":{"custom_model_data":2382}},{"model":"w2383","predicate":{"custom_model_data":2383}},{"model":"w2384","predicate":{"custom_model_data":2384}},{"model":"w2385","predicate":{"custom_model_data":2385}},{"model":"w2386","predicate":{"custom_model_data":2386}},{"model":"w2387","predicate":{"custom_model_data":2387}},{"model":"w2388","predicate":{"custom_model_data":2388}},{"model":"w2389","predicate":{"custom_model_data":2389}},{"model":"w2390","predicate":{"custom_model_data":2390}},{"model":"w2391","predicate":{"custom_model_data":2391}},{"model":"w2392","predicate":{"custom_model_data":2392}},{"model":"w2393","predicate":{"custom_model_data":2393}},{"model":"w2394","predicate":{"custom_model_data":2394}},{"model":"w2395","predicate":{"custom_model_data":2395}},{"model":"w2396","predicate":{"custom_model_data":2396}},{"model":"w2397","predicate":{"custom_model_data":2397}},{"model":"w2398","predicate":{"custom_model_data":2398}},{"model":"w2399","predicate":{"custom_model_data":2399}},{"model":"w2400","predicate":{"custom_model_data":2400}},{"model":"w2401","predicate":{"custom_model_data":2401}},{"model":"w2402","predicate":{"custom_model_data":2402}},{"model":"w2403","predicate":{"custom_model_data":2403}},{"model":"w2404","predicate":{"custom_model_data":2404}},{"model":"w2405","predicate":{"custom_model_data":2405}},{"model":"w2406","predicate":{"custom_model_data":2406}},{"model":"w2407","predicate":{"custom_model_data":2407}},{"model":"w2408","predicate":{"custom_model_data":2408}},{"model":"w2409","predicate":{"custom_model_data":2409}},{"model":"w2410","predicate":{"custom_model_data":2410}},{"model":"w2411","predicate":{"custom_model_data":2411}},{"model":"w2412","predicate":{"custom_model_data":2412}},{"model":"w2413","predicate":{"custom_model_data":2413}},{"model":"w2414","predicate":{"custom_model_data":2414}},{"model":"w2415","predicate":{"custom_model_data":2415}},{"model":"w2416","predicate":{"custom_model_data":2416}},{"model":"w2417","predicate":{"custom_model_data":2417}},{"model":"w2418","predicate":{"custom_model_data":2418}},{"model":"w2419","predicate":{"custom_model_data":2419}},{"model":"w2420","predicate":{"custom_model_data":2420}},{"model":"w2421","predicate":{"custom_model_data":2421}},{"model":"w2422","predicate":{"custom_model_data":2422}},{"model":"w2423","predicate":{"custom_model_data":2423}},{"model":"w2424","predicate":{"custom_model_data":2424}},{"model":"w2425","predicate":{"custom_model_data":2425}},{"model":"w2426","predicate":{"custom_model_data":2426}},{"model":"w2427","predicate":{"custom_model_data":2427}},{"model":"w2428","predicate":{"custom_model_data":2428}},{"model":"w2429","predicate":{"custom_model_data":2429}},{"model":"w2430","predicate":{"custom_model_data":2430}},{"model":"w2431","predicate":{"custom_model_data":2431}},{"model":"w2432","predicate":{"custom_model_data":2432}},{"model":"w2433","predicate":{"custom_model_data":2433}},{"model":"w2434","predicate":{"custom_model_data":2434}},{"model":"w2435","predicate":{"custom_model_data":2435}},{"model":"w2436","predicate":{"custom_model_data":2436}},{"model":"w2437","predicate":{"custom_model_data":2437}},{"model":"w2438","predicate":{"custom_model_data":2438}},{"model":"w2439","predicate":{"custom_model_data":2439}},{"model":"w2440","predicate":{"custom_model_data":2440}},{"model":"w2441","predicate":{"custom_model_data":2441}},{"model":"w2442","predicate":{"custom_model_data":2442}},{"model":"w2443","predicate":{"custom_model_data":2443}},{"model":"w2444","predicate":{"custom_model_data":2444}},{"model":"w2445","predicate":{"custom_model_data":2445}},{"model":"w2446","predicate":{"custom_model_data":2446}},{"model":"w2447","predicate":{"custom_model_data":2447}},{"model":"w2448","predicate":{"custom_model_data":2448}},{"model":"w2449","predicate":{"custom_model_data":2449}},{"model":"w2450","predicate":{"custom_model_data":2450}},{"model":"w2451","predicate":{"custom_model_data":2451}},{"model":"w2452","predicate":{"custom_model_data":2452}},{"model":"w2453","predicate":{"custom_model_data":2453}},{"model":"w2454","predicate":{"custom_model_data":2454}},{"model":"w2455","predicate":{"custom_model_data":2455}},{"model":"w2456","predicate":{"custom_model_data":2456}},{"model":"w2457","predicate":{"custom_model_data":2457}},{"model":"w2458","predicate":{"custom_model_data":2458}},{"model":"w2459","predicate":{"custom_model_data":2459}},{"model":"w2460","predicate":{"custom_model_data":2460}},{"model":"w2461","predicate":{"custom_model_data":2461}},{"model":"w2462","predicate":{"custom_model_data":2462}},{"model":"w2463","predicate":{"custom_model_data":2463}},{"model":"w2464","predicate":{"custom_model_data":2464}},{"model":"w2465","predicate":{"custom_model_data":2465}},{"model":"w2466","predicate":{"custom_model_data":2466}},{"model":"w2467","predicate":{"custom_model_data":2467}},{"model":"w2468","predicate":{"custom_model_data":2468}},{"model":"w2469","predicate":{"custom_model_data":2469}},{"model":"w2470","predicate":{"custom_model_data":2470}},{"model":"w2471","predicate":{"custom_model_data":2471}},{"model":"w2472","predicate":{"custom_model_data":2472}},{"model":"w2473","predicate":{"custom_model_data":2473}},{"model":"w2474","predicate":{"custom_model_data":2474}},{"model":"w2475","predicate":{"custom_model_data":2475}},{"model":"w2476","predicate":{"custom_model_data":2476}},{"model":"w2477","predicate":{"custom_model_data":2477}},{"model":"w2478","predicate":{"custom_model_data":2478}},{"model":"w2479","predicate":{"custom_model_data":2479}},{"model":"w2480","predicate":{"custom_model_data":2480}},{"model":"w2481","predicate":{"custom_model_data":2481}},{"model":"w2482","predicate":{"custom_model_data":2482}},{"model":"w2483","predicate":{"custom_model_data":2483}},{"model":"w2484","predicate":{"custom_model_data":2484}},{"model":"w2485","predicate":{"custom_model_data":2485}},{"model":"w2486","predicate":{"custom_model_data":2486}},{"model":"w2487","predicate":{"custom_model_data":2487}},{"model":"w2488","predicate":{"custom_model_data":2488}},{"model":"w2489","predicate":{"custom_model_data":2489}},{"model":"w2490","predicate":{"custom_model_data":2490}},{"model":"w2491","predicate":{"custom_model_data":2491}},{"model":"w2492","predicate":{"custom_model_data":2492}},{"model":"w2493","predicate":{"custom_model_data":2493}},{"model":"w2494","predicate":{"custom_model_data":2494}},{"model":"w2495","predicate":{"custom_model_data":2495}},{"model":"w2496","predicate":{"custom_model_data":2496}},{"model":"w2497","predicate":{"custom_model_data":2497}},{"model":"w2498","predicate":{"custom_model_data":2498}},{"model":"w2499","predicate":{"custom_model_data":2499}},{"model":"w2500","predicate":{"custom_model_data":2500}},{"model":"w2501","predicate":{"custom_model_data":2501}},{"model":"w2502","predicate":{"custom_model_data":2502}},{"model":"w2503","predicate":{"custom_model_data":2503}},{"model":"w2504","predicate":{"custom_model_data":2504}},{"model":"w2505","predicate":{"custom_model_data":2505}},{"model":"w2506","predicate":{"custom_model_data":2506}},{"model":"w2507","predicate":{"custom_model_data":2507}},{"model":"w2508","predicate":{"custom_model_data":2508}},{"model":"w2509","predicate":{"custom_model_data":2509}},{"model":"w2510","predicate":{"custom_model_data":2510}},{"model":"w2511","predicate":{"custom_model_data":2511}},{"model":"w2512","predicate":{"custom_model_data":2512}},{"model":"w2513","predicate":{"custom_model_data":2513}},{"model":"w2514","predicate":{"custom_model_data":2514}},{"model":"w2515","predicate":{"custom_model_data":2515}},{"model":"w2516","predicate":{"custom_model_data":2516}},{"model":"w2517","predicate":{"custom_model_data":2517}},{"model":"w2518","predicate":{"custom_model_data":2518}},{"model":"w2519","predicate":{"custom_model_data":2519}},{"model":"w2520","predicate":{"custom_model_data":2520}},{"model":"w2521","predicate":{"custom_model_data":2521}},{"model":"w2522","predicate":{"custom_model_data":2522}},{"model":"w2523","predicate":{"custom_model_data":2523}},{"model":"w2524","predicate":{"custom_model_data":2524}},{"model":"w2525","predicate":{"custom_model_data":2525}},{"model":"w2526","predicate":{"custom_model_data":2526}},{"model":"w2527","predicate":{"custom_model_data":2527}},{"model":"w2528","predicate":{"custom_model_data":2528}},{"model":"w2529","predicate":{"custom_model_data":2529}},{"model":"w2530","predicate":{"custom_model_data":2530}},{"model":"w2531","predicate":{"custom_model_data":2531}},{"model":"w2532","predicate":{"custom_model_data":2532}},{"model":"w2533","predicate":{"custom_model_data":2533}},{"model":"w2534","predicate":{"custom_model_data":2534}},{"model":"w2535","predicate":{"custom_model_data":2535}},{"model":"w2536","predicate":{"custom_model_data":2536}},{"model":"w2537","predicate":{"custom_model_data":2537}},{"model":"w2538","predicate":{"custom_model_data":2538}},{"model":"w2539","predicate":{"custom_model_data":2539}},{"model":"w2540","predicate":{"custom_model_data":2540}},{"model":"w2541","predicate":{"custom_model_data":2541}},{"model":"w2542","predicate":{"custom_model_data":2542}},{"model":"w2543","predicate":{"custom_model_data":2543}},{"model":"w2544","predicate":{"custom_model_data":2544}},{"model":"w2545","predicate":{"custom_model_data":2545}},{"model":"w2546","predicate":{"custom_model_data":2546}},{"model":"w2547","predicate":{"custom_model_data":2547}},{"model":"w2548","predicate":{"custom_model_data":2548}},{"model":"w2549","predicate":{"custom_model_data":2549}},{"model":"w2550","predicate":{"custom_model_data":2550}},{"model":"w2551","predicate":{"custom_model_data":2551}},{"model":"w2552","predicate":{"custom_model_data":2552}},{"model":"w2553","predicate":{"custom_model_data":2553}},{"model":"w2554","predicate":{"custom_model_data":2554}},{"model":"w2555","predicate":{"custom_model_data":2555}},{"model":"w2556","predicate":{"custom_model_data":2556}},{"model":"w2557","predicate":{"custom_model_data":2557}},{"model":"w2558","predicate":{"custom_model_data":2558}},{"model":"w2559","predicate":{"custom_model_data":2559}},{"model":"w2560","predicate":{"custom_model_data":2560}},{"model":"w2561","predicate":{"custom_model_data":2561}},{"model":"w2562","predicate":{"custom_model_data":2562}},{"model":"w2563","predicate":{"custom_model_data":2563}},{"model":"w2564","predicate":{"custom_model_data":2564}},{"model":"w2565","predicate":{"custom_model_data":2565}},{"model":"w2566","predicate":{"custom_model_data":2566}},{"model":"w2567","predicate":{"custom_model_data":2567}},{"model":"w2568","predicate":{"custom_model_data":2568}},{"model":"w2569","predicate":{"custom_model_data":2569}},{"model":"w2570","predicate":{"custom_model_data":2570}},{"model":"w2571","predicate":{"custom_model_data":2571}},{"model":"w2572","predicate":{"custom_model_data":2572}},{"model":"w2573","predicate":{"custom_model_data":2573}},{"model":"w2574","predicate":{"custom_model_data":2574}},{"model":"w2575","predicate":{"custom_model_data":2575}},{"model":"w2576","predicate":{"custom_model_data":2576}},{"model":"w2577","predicate":{"custom_model_data":2577}},{"model":"w2578","predicate":{"custom_model_data":2578}},{"model":"w2579","predicate":{"custom_model_data":2579}},{"model":"w2580","predicate":{"custom_model_data":2580}},{"model":"w2581","predicate":{"custom_model_data":2581}},{"model":"w2582","predicate":{"custom_model_data":2582}},{"model":"w2583","predicate":{"custom_model_data":2583}},{"model":"w2584","predicate":{"custom_model_data":2584}},{"model":"w2585","predicate":{"custom_model_data":2585}},{"model":"w2586","predicate":{"custom_model_data":2586}},{"model":"w2587","predicate":{"custom_model_data":2587}},{"model":"w2588","predicate":{"custom_model_data":2588}},{"model":"w2589","predicate":{"custom_model_data":2589}},{"model":"w2590","predicate":{"custom_model_data":2590}},{"model":"w2591","predicate":{"custom_model_data":2591}},{"model":"w2592","predicate":{"custom_model_data":2592}},{"model":"w2593","predicate":{"custom_model_data":2593}},{"model":"w2594","predicate":{"custom_model_data":2594}},{"model":"w2595","predicate":{"custom_model_data":2595}},{"model":"w2596","predicate":{"custom_model_data":2596}},{"model":"w2597","predicate":{"custom_model_data":2597}},{"model":"w2598","predicate":{"custom_model_data":2598}},{"model":"w2599","predicate":{"custom_model_data":2599}},{"model":"w2600","predicate":{"custom_model_data":2600}},{"model":"w2601","predicate":{"custom_model_data":2601}},{"model":"w2602","predicate":{"custom_model_data":2602}},{"model":"w2603","predicate":{"custom_model_data":2603}},{"model":"w2604","predicate":{"custom_model_data":2604}},{"model":"w2605","predicate":{"custom_model_data":2605}},{"model":"w2606","predicate":{"custom_model_data":2606}},{"model":"w2607","predicate":{"custom_model_data":2607}},{"model":"w2608","predicate":{"custom_model_data":2608}},{"model":"w2609","predicate":{"custom_model_data":2609}},{"model":"w2610","predicate":{"custom_model_data":2610}},{"model":"w2611","predicate":{"custom_model_data":2611}},{"model":"w2612","predicate":{"custom_model_data":2612}},{"model":"w2613","predicate":{"custom_model_data":2613}},{"model":"w2614","predicate":{"custom_model_data":2614}},{"model":"w2615","predicate":{"custom_model_data":2615}},{"model":"w2616","predicate":{"custom_model_data":2616}},{"model":"w2617","predicate":{"custom_model_data":2617}},{"model":"w2618","predicate":{"custom_model_data":2618}},{"model":"w2619","predicate":{"custom_model_data":2619}},{"model":"w2620","predicate":{"custom_model_data":2620}},{"model":"w2621","predicate":{"custom_model_data":2621}},{"model":"w2622","predicate":{"custom_model_data":2622}},{"model":"w2623","predicate":{"custom_model_data":2623}},{"model":"w2624","predicate":{"custom_model_data":2624}},{"model":"w2625","predicate":{"custom_model_data":2625}},{"model":"w2626","predicate":{"custom_model_data":2626}},{"model":"w2627","predicate":{"custom_model_data":2627}},{"model":"w2628","predicate":{"custom_model_data":2628}},{"model":"w2629","predicate":{"custom_model_data":2629}},{"model":"w2630","predicate":{"custom_model_data":2630}},{"model":"w2631","predicate":{"custom_model_data":2631}},{"model":"w2632","predicate":{"custom_model_data":2632}},{"model":"w2633","predicate":{"custom_model_data":2633}},{"model":"w2634","predicate":{"custom_model_data":2634}},{"model":"w2635","predicate":{"custom_model_data":2635}},{"model":"w2636","predicate":{"custom_model_data":2636}},{"model":"w2637","predicate":{"custom_model_data":2637}},{"model":"w2638","predicate":{"custom_model_data":2638}},{"model":"w2639","predicate":{"custom_model_data":2639}},{"model":"w2640","predicate":{"custom_model_data":2640}},{"model":"w2641","predicate":{"custom_model_data":2641}},{"model":"w2642","predicate":{"custom_model_data":2642}},{"model":"w2643","predicate":{"custom_model_data":2643}},{"model":"w2644","predicate":{"custom_model_data":2644}},{"model":"w2645","predicate":{"custom_model_data":2645}},{"model":"w2646","predicate":{"custom_model_data":2646}},{"model":"w2647","predicate":{"custom_model_data":2647}},{"model":"w2648","predicate":{"custom_model_data":2648}},{"model":"w2649","predicate":{"custom_model_data":2649}},{"model":"w2650","predicate":{"custom_model_data":2650}},{"model":"w2651","predicate":{"custom_model_data":2651}},{"model":"w2652","predicate":{"custom_model_data":2652}},{"model":"w2653","predicate":{"custom_model_data":2653}},{"model":"w2654","predicate":{"custom_model_data":2654}},{"model":"w2655","predicate":{"custom_model_data":2655}},{"model":"w2656","predicate":{"custom_model_data":2656}},{"model":"w2657","predicate":{"custom_model_data":2657}},{"model":"w2658","predicate":{"custom_model_data":2658}},{"model":"w2659","predicate":{"custom_model_data":2659}},{"model":"w2660","predicate":{"custom_model_data":2660}},{"model":"w2661","predicate":{"custom_model_data":2661}},{"model":"w2662","predicate":{"custom_model_data":2662}},{"model":"w2663","predicate":{"custom_model_data":2663}},{"model":"w2664","predicate":{"custom_model_data":2664}},{"model":"w2665","predicate":{"custom_model_data":2665}},{"model":"w2666","predicate":{"custom_model_data":2666}},{"model":"w2667","predicate":{"custom_model_data":2667}},{"model":"w2668","predicate":{"custom_model_data":2668}},{"model":"w2669","predicate":{"custom_model_data":2669}},{"model":"w2670","predicate":{"custom_model_data":2670}},{"model":"w2671","predicate":{"custom_model_data":2671}},{"model":"w2672","predicate":{"custom_model_data":2672}},{"model":"w2673","predicate":{"custom_model_data":2673}},{"model":"w2674","predicate":{"custom_model_data":2674}},{"model":"w2675","predicate":{"custom_model_data":2675}},{"model":"w2676","predicate":{"custom_model_data":2676}},{"model":"w2677","predicate":{"custom_model_data":2677}},{"model":"w2678","predicate":{"custom_model_data":2678}},{"model":"w2679","predicate":{"custom_model_data":2679}},{"model":"w2680","predicate":{"custom_model_data":2680}},{"model":"w2681","predicate":{"custom_model_data":2681}},{"model":"w2682","predicate":{"custom_model_data":2682}},{"model":"w2683","predicate":{"custom_model_data":2683}},{"model":"w2684","predicate":{"custom_model_data":2684}},{"model":"w2685","predicate":{"custom_model_data":2685}},{"model":"w2686","predicate":{"custom_model_data":2686}},{"model":"w2687","predicate":{"custom_model_data":2687}},{"model":"w2688","predicate":{"custom_model_data":2688}},{"model":"w2689","predicate":{"custom_model_data":2689}},{"model":"w2690","predicate":{"custom_model_data":2690}},{"model":"w2691","predicate":{"custom_model_data":2691}},{"model":"w2692","predicate":{"custom_model_data":2692}},{"model":"w2693","predicate":{"custom_model_data":2693}},{"model":"w2694","predicate":{"custom_model_data":2694}},{"model":"w2695","predicate":{"custom_model_data":2695}},{"model":"w2696","predicate":{"custom_model_data":2696}},{"model":"w2697","predicate":{"custom_model_data":2697}},{"model":"w2698","predicate":{"custom_model_data":2698}},{"model":"w2699","predicate":{"custom_model_data":2699}},{"model":"w2700","predicate":{"custom_model_data":2700}},{"model":"w2701","predicate":{"custom_model_data":2701}},{"model":"w2702","predicate":{"custom_model_data":2702}},{"model":"w2703","predicate":{"custom_model_data":2703}},{"model":"w2704","predicate":{"custom_model_data":2704}},{"model":"w2705","predicate":{"custom_model_data":2705}},{"model":"w2706","predicate":{"custom_model_data":2706}},{"model":"w2707","predicate":{"custom_model_data":2707}},{"model":"w2708","predicate":{"custom_model_data":2708}},{"model":"w2709","predicate":{"custom_model_data":2709}},{"model":"w2710","predicate":{"custom_model_data":2710}},{"model":"w2711","predicate":{"custom_model_data":2711}},{"model":"w2712","predicate":{"custom_model_data":2712}},{"model":"w2713","predicate":{"custom_model_data":2713}},{"model":"w2714","predicate":{"custom_model_data":2714}},{"model":"w2715","predicate":{"custom_model_data":2715}},{"model":"w2716","predicate":{"custom_model_data":2716}},{"model":"w2717","predicate":{"custom_model_data":2717}},{"model":"w2718","predicate":{"custom_model_data":2718}},{"model":"w2719","predicate":{"custom_model_data":2719}},{"model":"w2720","predicate":{"custom_model_data":2720}},{"model":"w2721","predicate":{"custom_model_data":2721}},{"model":"w2722","predicate":{"custom_model_data":2722}},{"model":"w2723","predicate":{"custom_model_data":2723}},{"model":"w2724","predicate":{"custom_model_data":2724}},{"model":"w2725","predicate":{"custom_model_data":2725}},{"model":"w2726","predicate":{"custom_model_data":2726}},{"model":"w2727","predicate":{"custom_model_data":2727}},{"model":"w2728","predicate":{"custom_model_data":2728}},{"model":"w2729","predicate":{"custom_model_data":2729}},{"model":"w2730","predicate":{"custom_model_data":2730}},{"model":"w2731","predicate":{"custom_model_data":2731}},{"model":"w2732","predicate":{"custom_model_data":2732}},{"model":"w2733","predicate":{"custom_model_data":2733}},{"model":"w2734","predicate":{"custom_model_data":2734}},{"model":"w2735","predicate":{"custom_model_data":2735}},{"model":"w2736","predicate":{"custom_model_data":2736}},{"model":"w2737","predicate":{"custom_model_data":2737}},{"model":"w2738","predicate":{"custom_model_data":2738}},{"model":"w2739","predicate":{"custom_model_data":2739}},{"model":"w2740","predicate":{"custom_model_data":2740}},{"model":"w2741","predicate":{"custom_model_data":2741}},{"model":"w2742","predicate":{"custom_model_data":2742}},{"model":"w2743","predicate":{"custom_model_data":2743}},{"model":"w2744","predicate":{"custom_model_data":2744}},{"model":"w2745","predicate":{"custom_model_data":2745}},{"model":"w2746","predicate":{"custom_model_data":2746}},{"model":"w2747","predicate":{"custom_model_data":2747}},{"model":"w2748","predicate":{"custom_model_data":2748}},{"model":"w2749","predicate":{"custom_model_data":2749}},{"model":"w2750","predicate":{"custom_model_data":2750}},{"model":"w2751","predicate":{"custom_model_data":2751}},{"model":"w2752","predicate":{"custom_model_data":2752}},{"model":"w2753","predicate":{"custom_model_data":2753}},{"model":"w2754","predicate":{"custom_model_data":2754}},{"model":"w2755","predicate":{"custom_model_data":2755}},{"model":"w2756","predicate":{"custom_model_data":2756}},{"model":"w2757","predicate":{"custom_model_data":2757}},{"model":"w2758","predicate":{"custom_model_data":2758}},{"model":"w2759","predicate":{"custom_model_data":2759}},{"model":"w2760","predicate":{"custom_model_data":2760}},{"model":"w2761","predicate":{"custom_model_data":2761}},{"model":"w2762","predicate":{"custom_model_data":2762}},{"model":"w2763","predicate":{"custom_model_data":2763}},{"model":"w2764","predicate":{"custom_model_data":2764}},{"model":"w2765","predicate":{"custom_model_data":2765}},{"model":"w2766","predicate":{"custom_model_data":2766}},{"model":"w2767","predicate":{"custom_model_data":2767}},{"model":"w2768","predicate":{"custom_model_data":2768}},{"model":"w2769","predicate":{"custom_model_data":2769}},{"model":"w2770","predicate":{"custom_model_data":2770}},{"model":"w2771","predicate":{"custom_model_data":2771}},{"model":"w2772","predicate":{"custom_model_data":2772}},{"model":"w2773","predicate":{"custom_model_data":2773}},{"model":"w2774","predicate":{"custom_model_data":2774}},{"model":"w2775","predicate":{"custom_model_data":2775}},{"model":"w2776","predicate":{"custom_model_data":2776}},{"model":"w2777","predicate":{"custom_model_data":2777}},{"model":"w2778","predicate":{"custom_model_data":2778}},{"model":"w2779","predicate":{"custom_model_data":2779}},{"model":"w2780","predicate":{"custom_model_data":2780}},{"model":"w2781","predicate":{"custom_model_data":2781}},{"model":"w2782","predicate":{"custom_model_data":2782}},{"model":"w2783","predicate":{"custom_model_data":2783}},{"model":"w2784","predicate":{"custom_model_data":2784}},{"model":"w2785","predicate":{"custom_model_data":2785}},{"model":"w2786","predicate":{"custom_model_data":2786}},{"model":"w2787","predicate":{"custom_model_data":2787}},{"model":"w2788","predicate":{"custom_model_data":2788}},{"model":"w2789","predicate":{"custom_model_data":2789}},{"model":"w2790","predicate":{"custom_model_data":2790}},{"model":"w2791","predicate":{"custom_model_data":2791}},{"model":"w2792","predicate":{"custom_model_data":2792}},{"model":"w2793","predicate":{"custom_model_data":2793}},{"model":"w2794","predicate":{"custom_model_data":2794}},{"model":"w2795","predicate":{"custom_model_data":2795}},{"model":"w2796","predicate":{"custom_model_data":2796}},{"model":"w2797","predicate":{"custom_model_data":2797}},{"model":"w2798","predicate":{"custom_model_data":2798}},{"model":"w2799","predicate":{"custom_model_data":2799}},{"model":"w2800","predicate":{"custom_model_data":2800}},{"model":"w2801","predicate":{"custom_model_data":2801}},{"model":"w2802","predicate":{"custom_model_data":2802}},{"model":"w2803","predicate":{"custom_model_data":2803}},{"model":"w2804","predicate":{"custom_model_data":2804}},{"model":"w2805","predicate":{"custom_model_data":2805}},{"model":"w2806","predicate":{"custom_model_data":2806}},{"model":"w2807","predicate":{"custom_model_data":2807}},{"model":"w2808","predicate":{"custom_model_data":2808}},{"model":"w2809","predicate":{"custom_model_data":2809}},{"model":"w2810","predicate":{"custom_model_data":2810}},{"model":"w2811","predicate":{"custom_model_data":2811}},{"model":"w2812","predicate":{"custom_model_data":2812}},{"model":"w2813","predicate":{"custom_model_data":2813}},{"model":"w2814","predicate":{"custom_model_data":2814}},{"model":"w2815","predicate":{"custom_model_data":2815}},{"model":"w2816","predicate":{"custom_model_data":2816}},{"model":"w2817","predicate":{"custom_model_data":2817}},{"model":"w2818","predicate":{"custom_model_data":2818}},{"model":"w2819","predicate":{"custom_model_data":2819}},{"model":"w2820","predicate":{"custom_model_data":2820}},{"model":"w2821","predicate":{"custom_model_data":2821}},{"model":"w2822","predicate":{"custom_model_data":2822}},{"model":"w2823","predicate":{"custom_model_data":2823}},{"model":"w2824","predicate":{"custom_model_data":2824}},{"model":"w2825","predicate":{"custom_model_data":2825}},{"model":"w2826","predicate":{"custom_model_data":2826}},{"model":"w2827","predicate":{"custom_model_data":2827}},{"model":"w2828","predicate":{"custom_model_data":2828}},{"model":"w2829","predicate":{"custom_model_data":2829}},{"model":"w2830","predicate":{"custom_model_data":2830}},{"model":"w2831","predicate":{"custom_model_data":2831}},{"model":"w2832","predicate":{"custom_model_data":2832}},{"model":"w2833","predicate":{"custom_model_data":2833}},{"model":"w2834","predicate":{"custom_model_data":2834}},{"model":"w2835","predicate":{"custom_model_data":2835}},{"model":"w2836","predicate":{"custom_model_data":2836}},{"model":"w2837","predicate":{"custom_model_data":2837}},{"model":"w2838","predicate":{"custom_model_data":2838}},{"model":"w2839","predicate":{"custom_model_data":2839}},{"model":"w2840","predicate":{"custom_model_data":2840}},{"model":"w2841","predicate":{"custom_model_data":2841}},{"model":"w2842","predicate":{"custom_model_data":2842}},{"model":"w2843","predicate":{"custom_model_data":2843}},{"model":"w2844","predicate":{"custom_model_data":2844}},{"model":"w2845","predicate":{"custom_model_data":2845}},{"model":"w2846","predicate":{"custom_model_data":2846}},{"model":"w2847","predicate":{"custom_model_data":2847}},{"model":"w2848","predicate":{"custom_model_data":2848}},{"model":"w2849","predicate":{"custom_model_data":2849}},{"model":"w2850","predicate":{"custom_model_data":2850}},{"model":"w2851","predicate":{"custom_model_data":2851}},{"model":"w2852","predicate":{"custom_model_data":2852}},{"model":"w2853","predicate":{"custom_model_data":2853}},{"model":"w2854","predicate":{"custom_model_data":2854}},{"model":"w2855","predicate":{"custom_model_data":2855}},{"model":"w2856","predicate":{"custom_model_data":2856}},{"model":"w2857","predicate":{"custom_model_data":2857}},{"model":"w2858","predicate":{"custom_model_data":2858}},{"model":"w2859","predicate":{"custom_model_data":2859}},{"model":"w2860","predicate":{"custom_model_data":2860}},{"model":"w2861","predicate":{"custom_model_data":2861}},{"model":"w2862","predicate":{"custom_model_data":2862}},{"model":"w2863","predicate":{"custom_model_data":2863}},{"model":"w2864","predicate":{"custom_model_data":2864}},{"model":"w2865","predicate":{"custom_model_data":2865}},{"model":"w2866","predicate":{"custom_model_data":2866}},{"model":"w2867","predicate":{"custom_model_data":2867}},{"model":"w2868","predicate":{"custom_model_data":2868}},{"model":"w2869","predicate":{"custom_model_data":2869}},{"model":"w2870","predicate":{"custom_model_data":2870}},{"model":"w2871","predicate":{"custom_model_data":2871}},{"model":"w2872","predicate":{"custom_model_data":2872}},{"model":"w2873","predicate":{"custom_model_data":2873}},{"model":"w2874","predicate":{"custom_model_data":2874}},{"model":"w2875","predicate":{"custom_model_data":2875}},{"model":"w2876","predicate":{"custom_model_data":2876}},{"model":"w2877","predicate":{"custom_model_data":2877}},{"model":"w2878","predicate":{"custom_model_data":2878}},{"model":"w2879","predicate":{"custom_model_data":2879}},{"model":"w2880","predicate":{"custom_model_data":2880}},{"model":"w2881","predicate":{"custom_model_data":2881}},{"model":"w2882","predicate":{"custom_model_data":2882}},{"model":"w2883","predicate":{"custom_model_data":2883}},{"model":"w2884","predicate":{"custom_model_data":2884}},{"model":"w2885","predicate":{"custom_model_data":2885}},{"model":"w2886","predicate":{"custom_model_data":2886}},{"model":"w2887","predicate":{"custom_model_data":2887}},{"model":"w2888","predicate":{"custom_model_data":2888}},{"model":"w2889","predicate":{"custom_model_data":2889}},{"model":"w2890","predicate":{"custom_model_data":2890}},{"model":"w2891","predicate":{"custom_model_data":2891}},{"model":"w2892","predicate":{"custom_model_data":2892}},{"model":"w2893","predicate":{"custom_model_data":2893}},{"model":"w2894","predicate":{"custom_model_data":2894}},{"model":"w2895","predicate":{"custom_model_data":2895}},{"model":"w2896","predicate":{"custom_model_data":2896}},{"model":"w2897","predicate":{"custom_model_data":2897}},{"model":"w2898","predicate":{"custom_model_data":2898}},{"model":"w2899","predicate":{"custom_model_data":2899}},{"model":"w2900","predicate":{"custom_model_data":2900}},{"model":"w2901","predicate":{"custom_model_data":2901}},{"model":"w2902","predicate":{"custom_model_data":2902}},{"model":"w2903","predicate":{"custom_model_data":2903}},{"model":"w2904","predicate":{"custom_model_data":2904}},{"model":"w2905","predicate":{"custom_model_data":2905}},{"model":"w2906","predicate":{"custom_model_data":2906}},{"model":"w2907","predicate":{"custom_model_data":2907}},{"model":"w2908","predicate":{"custom_model_data":2908}},{"model":"w2909","predicate":{"custom_model_data":2909}},{"model":"w2910","predicate":{"custom_model_data":2910}},{"model":"w2911","predicate":{"custom_model_data":2911}},{"model":"w2912","predicate":{"custom_model_data":2912}},{"model":"w2913","predicate":{"custom_model_data":2913}},{"model":"w2914","predicate":{"custom_model_data":2914}},{"model":"w2915","predicate":{"custom_model_data":2915}},{"model":"w2916","predicate":{"custom_model_data":2916}},{"model":"w2917","predicate":{"custom_model_data":2917}},{"model":"w2918","predicate":{"custom_model_data":2918}},{"model":"w2919","predicate":{"custom_model_data":2919}},{"model":"w2920","predicate":{"custom_model_data":2920}},{"model":"w2921","predicate":{"custom_model_data":2921}},{"model":"w2922","predicate":{"custom_model_data":2922}},{"model":"w2923","predicate":{"custom_model_data":2923}},{"model":"w2924","predicate":{"custom_model_data":2924}},{"model":"w2925","predicate":{"custom_model_data":2925}},{"model":"w2926","predicate":{"custom_model_data":2926}},{"model":"w2927","predicate":{"custom_model_data":2927}},{"model":"w2928","predicate":{"custom_model_data":2928}},{"model":"w2929","predicate":{"custom_model_data":2929}},{"model":"w2930","predicate":{"custom_model_data":2930}},{"model":"w2931","predicate":{"custom_model_data":2931}},{"model":"w2932","predicate":{"custom_model_data":2932}},{"model":"w2933","predicate":{"custom_model_data":2933}},{"model":"w2934","predicate":{"custom_model_data":2934}},{"model":"w2935","predicate":{"custom_model_data":2935}},{"model":"w2936","predicate":{"custom_model_data":2936}},{"model":"w2937","predicate":{"custom_model_data":2937}},{"model":"w2938","predicate":{"custom_model_data":2938}},{"model":"w2939","predicate":{"custom_model_data":2939}},{"model":"w2940","predicate":{"custom_model_data":2940}},{"model":"w2941","predicate":{"custom_model_data":2941}},{"model":"w2942","predicate":{"custom_model_data":2942}},{"model":"w2943","predicate":{"custom_model_data":2943}},{"model":"w2944","predicate":{"custom_model_data":2944}},{"model":"w2945","predicate":{"custom_model_data":2945}},{"model":"w2946","predicate":{"custom_model_data":2946}},{"model":"w2947","predicate":{"custom_model_data":2947}},{"model":"w2948","predicate":{"custom_model_data":2948}},{"model":"w2949","predicate":{"custom_model_data":2949}},{"model":"w2950","predicate":{"custom_model_data":2950}},{"model":"w2951","predicate":{"custom_model_data":2951}},{"model":"w2952","predicate":{"custom_model_data":2952}},{"model":"w2953","predicate":{"custom_model_data":2953}},{"model":"w2954","predicate":{"custom_model_data":2954}},{"model":"w2955","predicate":{"custom_model_data":2955}},{"model":"w2956","predicate":{"custom_model_data":2956}},{"model":"w2957","predicate":{"custom_model_data":2957}},{"model":"w2958","predicate":{"custom_model_data":2958}},{"model":"w2959","predicate":{"custom_model_data":2959}},{"model":"w2960","predicate":{"custom_model_data":2960}},{"model":"w2961","predicate":{"custom_model_data":2961}},{"model":"w2962","predicate":{"custom_model_data":2962}},{"model":"w2963","predicate":{"custom_model_data":2963}},{"model":"w2964","predicate":{"custom_model_data":2964}},{"model":"w2965","predicate":{"custom_model_data":2965}},{"model":"w2966","predicate":{"custom_model_data":2966}},{"model":"w2967","predicate":{"custom_model_data":2967}},{"model":"w2968","predicate":{"custom_model_data":2968}},{"model":"w2969","predicate":{"custom_model_data":2969}},{"model":"w2970","predicate":{"custom_model_data":2970}},{"model":"w2971","predicate":{"custom_model_data":2971}},{"model":"w2972","predicate":{"custom_model_data":2972}},{"model":"w2973","predicate":{"custom_model_data":2973}},{"model":"w2974","predicate":{"custom_model_data":2974}},{"model":"w2975","predicate":{"custom_model_data":2975}},{"model":"w2976","predicate":{"custom_model_data":2976}},{"model":"w2977","predicate":{"custom_model_data":2977}},{"model":"w2978","predicate":{"custom_model_data":2978}},{"model":"w2979","predicate":{"custom_model_data":2979}},{"model":"w2980","predicate":{"custom_model_data":2980}},{"model":"w2981","predicate":{"custom_model_data":2981}},{"model":"w2982","predicate":{"custom_model_data":2982}},{"model":"w2983","predicate":{"custom_model_data":2983}},{"model":"w2984","predicate":{"custom_model_data":2984}},{"model":"w2985","predicate":{"custom_model_data":2985}},{"model":"w2986","predicate":{"custom_model_data":2986}},{"model":"w2987","predicate":{"custom_model_data":2987}},{"model":"w2988","predicate":{"custom_model_data":2988}},{"model":"w2989","predicate":{"custom_model_data":2989}},{"model":"w2990","predicate":{"custom_model_data":2990}},{"model":"w2991","predicate":{"custom_model_data":2991}},{"model":"w2992","predicate":{"custom_model_data":2992}},{"model":"w2993","predicate":{"custom_model_data":2993}},{"model":"w2994","predicate":{"custom_model_data":2994}},{"model":"w2995","predicate":{"custom_model_data":2995}},{"model":"w2996","predicate":{"custom_model_data":2996}},{"model":"w2997","predicate":{"custom_model_data":2997}},{"model":"w2998","predicate":{"custom_model_data":2998}},{"model":"w2999","predicate":{"custom_model_data":2999}},{"model":"w3000","predicate":{"custom_model_data":3000}},{"model":"w3001","predicate":{"custom_model_data":3001}},{"model":"w3002","predicate":{"custom_model_data":3002}},{"model":"w3003","predicate":{"custom_model_data":3003}},{"model":"w3004","predicate":{"custom_model_data":3004}},{"model":"w3005","predicate":{"custom_model_data":3005}},{"model":"w3006","predicate":{"custom_model_data":3006}},{"model":"w3007","predicate":{"custom_model_data":3007}},{"model":"w3008","predicate":{"custom_model_data":3008}},{"model":"w3009","predicate":{"custom_model_data":3009}},{"model":"w3010","predicate":{"custom_model_data":3010}},{"model":"w3011","predicate":{"custom_model_data":3011}},{"model":"w3012","predicate":{"custom_model_data":3012}},{"model":"w3013","predicate":{"custom_model_data":3013}},{"model":"w3014","predicate":{"custom_model_data":3014}},{"model":"w3015","predicate":{"custom_model_data":3015}},{"model":"w3016","predicate":{"custom_model_data":3016}},{"model":"w3017","predicate":{"custom_model_data":3017}},{"model":"w3018","predicate":{"custom_model_data":3018}},{"model":"w3019","predicate":{"custom_model_data":3019}},{"model":"w3020","predicate":{"custom_model_data":3020}},{"model":"w3021","predicate":{"custom_model_data":3021}},{"model":"w3022","predicate":{"custom_model_data":3022}},{"model":"w3023","predicate":{"custom_model_data":3023}},{"model":"w3024","predicate":{"custom_model_data":3024}},{"model":"w3025","predicate":{"custom_model_data":3025}},{"model":"w3026","predicate":{"custom_model_data":3026}},{"model":"w3027","predicate":{"custom_model_data":3027}},{"model":"w3028","predicate":{"custom_model_data":3028}},{"model":"w3029","predicate":{"custom_model_data":3029}},{"model":"w3030","predicate":{"custom_model_data":3030}},{"model":"w3031","predicate":{"custom_model_data":3031}},{"model":"w3032","predicate":{"custom_model_data":3032}},{"model":"w3033","predicate":{"custom_model_data":3033}},{"model":"w3034","predicate":{"custom_model_data":3034}},{"model":"w3035","predicate":{"custom_model_data":3035}},{"model":"w3036","predicate":{"custom_model_data":3036}},{"model":"w3037","predicate":{"custom_model_data":3037}},{"model":"w3038","predicate":{"custom_model_data":3038}},{"model":"w3039","predicate":{"custom_model_data":3039}},{"model":"w3040","predicate":{"custom_model_data":3040}},{"model":"w3041","predicate":{"custom_model_data":3041}},{"model":"w3042","predicate":{"custom_model_data":3042}},{"model":"w3043","predicate":{"custom_model_data":3043}},{"model":"w3044","predicate":{"custom_model_data":3044}},{"model":"w3045","predicate":{"custom_model_data":3045}},{"model":"w3046","predicate":{"custom_model_data":3046}},{"model":"w3047","predicate":{"custom_model_data":3047}},{"model":"w3048","predicate":{"custom_model_data":3048}},{"model":"w3049","predicate":{"custom_model_data":3049}},{"model":"w3050","predicate":{"custom_model_data":3050}},{"model":"w3051","predicate":{"custom_model_data":3051}},{"model":"w3052","predicate":{"custom_model_data":3052}},{"model":"w3053","predicate":{"custom_model_data":3053}},{"model":"w3054","predicate":{"custom_model_data":3054}},{"model":"w3055","predicate":{"custom_model_data":3055}},{"model":"w3056","predicate":{"custom_model_data":3056}},{"model":"w3057","predicate":{"custom_model_data":3057}},{"model":"w3058","predicate":{"custom_model_data":3058}},{"model":"w3059","predicate":{"custom_model_data":3059}},{"model":"w3060","predicate":{"custom_model_data":3060}},{"model":"w3061","predicate":{"custom_model_data":3061}},{"model":"w3062","predicate":{"custom_model_data":3062}},{"model":"w3063","predicate":{"custom_model_data":3063}},{"model":"w3064","predicate":{"custom_model_data":3064}},{"model":"w3065","predicate":{"custom_model_data":3065}},{"model":"w3066","predicate":{"custom_model_data":3066}},{"model":"w3067","predicate":{"custom_model_data":3067}},{"model":"w3068","predicate":{"custom_model_data":3068}},{"model":"w3069","predicate":{"custom_model_data":3069}},{"model":"w3070","predicate":{"custom_model_data":3070}},{"model":"w3071","predicate":{"custom_model_data":3071}},{"model":"w3072","predicate":{"custom_model_data":3072}},{"model":"w3073","predicate":{"custom_model_data":3073}},{"model":"w3074","predicate":{"custom_model_data":3074}},{"model":"w3075","predicate":{"custom_model_data":3075}},{"model":"w3076","predicate":{"custom_model_data":3076}},{"model":"w3077","predicate":{"custom_model_data":3077}},{"model":"w3078","predicate":{"custom_model_data":3078}},{"model":"w3079","predicate":{"custom_model_data":3079}},{"model":"w3080","predicate":{"custom_model_data":3080}},{"model":"w3081","predicate":{"custom_model_data":3081}},{"model":"w3082","predicate":{"custom_model_data":3082}},{"model":"w3083","predicate":{"custom_model_data":3083}},{"model":"w3084","predicate":{"custom_model_data":3084}},{"model":"w3085","predicate":{"custom_model_data":3085}},{"model":"w3086","predicate":{"custom_model_data":3086}},{"model":"w3087","predicate":{"custom_model_data":3087}},{"model":"w3088","predicate":{"custom_model_data":3088}},{"model":"w3089","predicate":{"custom_model_data":3089}},{"model":"w3090","predicate":{"custom_model_data":3090}},{"model":"w3091","predicate":{"custom_model_data":3091}},{"model":"w3092","predicate":{"custom_model_data":3092}},{"model":"w3093","predicate":{"custom_model_data":3093}},{"model":"w3094","predicate":{"custom_model_data":3094}},{"model":"w3095","predicate":{"custom_model_data":3095}},{"model":"w3096","predicate":{"custom_model_data":3096}},{"model":"w3097","predicate":{"custom_model_data":3097}},{"model":"w3098","predicate":{"custom_model_data":3098}},{"model":"w3099","predicate":{"custom_model_data":3099}},{"model":"w3100","predicate":{"custom_model_data":3100}},{"model":"w3101","predicate":{"custom_model_data":3101}},{"model":"w3102","predicate":{"custom_model_data":3102}},{"model":"w3103","predicate":{"custom_model_data":3103}},{"model":"w3104","predicate":{"custom_model_data":3104}},{"model":"w3105","predicate":{"custom_model_data":3105}},{"model":"w3106","predicate":{"custom_model_data":3106}},{"model":"w3107","predicate":{"custom_model_data":3107}},{"model":"w3108","predicate":{"custom_model_data":3108}},{"model":"w3109","predicate":{"custom_model_data":3109}},{"model":"w3110","predicate":{"custom_model_data":3110}},{"model":"w3111","predicate":{"custom_model_data":3111}},{"model":"w3112","predicate":{"custom_model_data":3112}},{"model":"w3113","predicate":{"custom_model_data":3113}},{"model":"w3114","predicate":{"custom_model_data":3114}},{"model":"w3115","predicate":{"custom_model_data":3115}},{"model":"w3116","predicate":{"custom_model_data":3116}},{"model":"w3117","predicate":{"custom_model_data":3117}},{"model":"w3118","predicate":{"custom_model_data":3118}},{"model":"w3119","predicate":{"custom_model_data":3119}},{"model":"w3120","predicate":{"custom_model_data":3120}},{"model":"w3121","predicate":{"custom_model_data":3121}},{"model":"w3122","predicate":{"custom_model_data":3122}},{"model":"w3123","predicate":{"custom_model_data":3123}},{"model":"w3124","predicate":{"custom_model_data":3124}},{"model":"w3125","predicate":{"custom_model_data":3125}},{"model":"w3126","predicate":{"custom_model_data":3126}},{"model":"w3127","predicate":{"custom_model_data":3127}},{"model":"w3128","predicate":{"custom_model_data":3128}},{"model":"w3129","predicate":{"custom_model_data":3129}},{"model":"w3130","predicate":{"custom_model_data":3130}},{"model":"w3131","predicate":{"custom_model_data":3131}},{"model":"w3132","predicate":{"custom_model_data":3132}},{"model":"w3133","predicate":{"custom_model_data":3133}},{"model":"w3134","predicate":{"custom_model_data":3134}},{"model":"w3135","predicate":{"custom_model_data":3135}},{"model":"w3136","predicate":{"custom_model_data":3136}},{"model":"w3137","predicate":{"custom_model_data":3137}},{"model":"w3138","predicate":{"custom_model_data":3138}},{"model":"w3139","predicate":{"custom_model_data":3139}},{"model":"w3140","predicate":{"custom_model_data":3140}},{"model":"w3141","predicate":{"custom_model_data":3141}},{"model":"w3142","predicate":{"custom_model_data":3142}},{"model":"w3143","predicate":{"custom_model_data":3143}},{"model":"w3144","predicate":{"custom_model_data":3144}},{"model":"w3145","predicate":{"custom_model_data":3145}},{"model":"w3146","predicate":{"custom_model_data":3146}},{"model":"w3147","predicate":{"custom_model_data":3147}},{"model":"w3148","predicate":{"custom_model_data":3148}},{"model":"w3149","predicate":{"custom_model_data":3149}},{"model":"w3150","predicate":{"custom_model_data":3150}},{"model":"w3151","predicate":{"custom_model_data":3151}},{"model":"w3152","predicate":{"custom_model_data":3152}},{"model":"w3153","predicate":{"custom_model_data":3153}},{"model":"w3154","predicate":{"custom_model_data":3154}},{"model":"w3155","predicate":{"custom_model_data":3155}},{"model":"w3156","predicate":{"custom_model_data":3156}},{"model":"w3157","predicate":{"custom_model_data":3157}},{"model":"w3158","predicate":{"custom_model_data":3158}},{"model":"w3159","predicate":{"custom_model_data":3159}},{"model":"w3160","predicate":{"custom_model_data":3160}},{"model":"w3161","predicate":{"custom_model_data":3161}},{"model":"w3162","predicate":{"custom_model_data":3162}},{"model":"w3163","predicate":{"custom_model_data":3163}},{"model":"w3164","predicate":{"custom_model_data":3164}},{"model":"w3165","predicate":{"custom_model_data":3165}},{"model":"w3166","predicate":{"custom_model_data":3166}},{"model":"w3167","predicate":{"custom_model_data":3167}},{"model":"w3168","predicate":{"custom_model_data":3168}},{"model":"w3169","predicate":{"custom_model_data":3169}},{"model":"w3170","predicate":{"custom_model_data":3170}},{"model":"w3171","predicate":{"custom_model_data":3171}},{"model":"w3172","predicate":{"custom_model_data":3172}},{"model":"w3173","predicate":{"custom_model_data":3173}},{"model":"w3174","predicate":{"custom_model_data":3174}},{"model":"w3175","predicate":{"custom_model_data":3175}},{"model":"w3176","predicate":{"custom_model_data":3176}},{"model":"w3177","predicate":{"custom_model_data":3177}},{"model":"w3178","predicate":{"custom_model_data":3178}},{"model":"w3179","predicate":{"custom_model_data":3179}},{"model":"w3180","predicate":{"custom_model_data":3180}},{"model":"w3181","predicate":{"custom_model_data":3181}},{"model":"w3182","predicate":{"custom_model_data":3182}},{"model":"w3183","predicate":{"custom_model_data":3183}},{"model":"w3184","predicate":{"custom_model_data":3184}},{"model":"w3185","predicate":{"custom_model_data":3185}},{"model":"w3186","predicate":{"custom_model_data":3186}},{"model":"w3187","predicate":{"custom_model_data":3187}},{"model":"w3188","predicate":{"custom_model_data":3188}},{"model":"w3189","predicate":{"custom_model_data":3189}},{"model":"w3190","predicate":{"custom_model_data":3190}},{"model":"w3191","predicate":{"custom_model_data":3191}},{"model":"w3192","predicate":{"custom_model_data":3192}},{"model":"w3193","predicate":{"custom_model_data":3193}},{"model":"w3194","predicate":{"custom_model_data":3194}},{"model":"w3195","predicate":{"custom_model_data":3195}},{"model":"w3196","predicate":{"custom_model_data":3196}},{"model":"w3197","predicate":{"custom_model_data":3197}},{"model":"w3198","predicate":{"custom_model_data":3198}},{"model":"w3199","predicate":{"custom_model_data":3199}},{"model":"w3200","predicate":{"custom_model_data":3200}},{"model":"w3201","predicate":{"custom_model_data":3201}},{"model":"w3202","predicate":{"custom_model_data":3202}},{"model":"w3203","predicate":{"custom_model_data":3203}},{"model":"w3204","predicate":{"custom_model_data":3204}},{"model":"w3205","predicate":{"custom_model_data":3205}},{"model":"w3206","predicate":{"custom_model_data":3206}},{"model":"w3207","predicate":{"custom_model_data":3207}},{"model":"w3208","predicate":{"custom_model_data":3208}},{"model":"w3209","predicate":{"custom_model_data":3209}},{"model":"w3210","predicate":{"custom_model_data":3210}},{"model":"w3211","predicate":{"custom_model_data":3211}},{"model":"w3212","predicate":{"custom_model_data":3212}},{"model":"w3213","predicate":{"custom_model_data":3213}},{"model":"w3214","predicate":{"custom_model_data":3214}},{"model":"w3215","predicate":{"custom_model_data":3215}},{"model":"w3216","predicate":{"custom_model_data":3216}},{"model":"w3217","predicate":{"custom_model_data":3217}},{"model":"w3218","predicate":{"custom_model_data":3218}},{"model":"w3219","predicate":{"custom_model_data":3219}},{"model":"w3220","predicate":{"custom_model_data":3220}},{"model":"w3221","predicate":{"custom_model_data":3221}},{"model":"w3222","predicate":{"custom_model_data":3222}},{"model":"w3223","predicate":{"custom_model_data":3223}},{"model":"w3224","predicate":{"custom_model_data":3224}},{"model":"w3225","predicate":{"custom_model_data":3225}},{"model":"w3226","predicate":{"custom_model_data":3226}},{"model":"w3227","predicate":{"custom_model_data":3227}},{"model":"w3228","predicate":{"custom_model_data":3228}},{"model":"w3229","predicate":{"custom_model_data":3229}},{"model":"w3230","predicate":{"custom_model_data":3230}},{"model":"w3231","predicate":{"custom_model_data":3231}},{"model":"w3232","predicate":{"custom_model_data":3232}},{"model":"w3233","predicate":{"custom_model_data":3233}},{"model":"w3234","predicate":{"custom_model_data":3234}},{"model":"w3235","predicate":{"custom_model_data":3235}},{"model":"w3236","predicate":{"custom_model_data":3236}},{"model":"w3237","predicate":{"custom_model_data":3237}},{"model":"w3238","predicate":{"custom_model_data":3238}},{"model":"w3239","predicate":{"custom_model_data":3239}},{"model":"w3240","predicate":{"custom_model_data":3240}},{"model":"w3241","predicate":{"custom_model_data":3241}},{"model":"w3242","predicate":{"custom_model_data":3242}},{"model":"w3243","predicate":{"custom_model_data":3243}},{"model":"w3244","predicate":{"custom_model_data":3244}},{"model":"w3245","predicate":{"custom_model_data":3245}},{"model":"w3246","predicate":{"custom_model_data":3246}},{"model":"w3247","predicate":{"custom_model_data":3247}},{"model":"w3248","predicate":{"custom_model_data":3248}},{"model":"w3249","predicate":{"custom_model_data":3249}},{"model":"w3250","predicate":{"custom_model_data":3250}},{"model":"w3251","predicate":{"custom_model_data":3251}},{"model":"w3252","predicate":{"custom_model_data":3252}},{"model":"w3253","predicate":{"custom_model_data":3253}},{"model":"w3254","predicate":{"custom_model_data":3254}},{"model":"w3255","predicate":{"custom_model_data":3255}},{"model":"w3256","predicate":{"custom_model_data":3256}},{"model":"w3257","predicate":{"custom_model_data":3257}},{"model":"w3258","predicate":{"custom_model_data":3258}},{"model":"w3259","predicate":{"custom_model_data":3259}},{"model":"w3260","predicate":{"custom_model_data":3260}},{"model":"w3261","predicate":{"custom_model_data":3261}},{"model":"w3262","predicate":{"custom_model_data":3262}},{"model":"w3263","predicate":{"custom_model_data":3263}},{"model":"w3264","predicate":{"custom_model_data":3264}},{"model":"w3265","predicate":{"custom_model_data":3265}},{"model":"w3266","predicate":{"custom_model_data":3266}},{"model":"w3267","predicate":{"custom_model_data":3267}},{"model":"w3268","predicate":{"custom_model_data":3268}},{"model":"w3269","predicate":{"custom_model_data":3269}},{"model":"w3270","predicate":{"custom_model_data":3270}},{"model":"w3271","predicate":{"custom_model_data":3271}},{"model":"w3272","predicate":{"custom_model_data":3272}},{"model":"w3273","predicate":{"custom_model_data":3273}},{"model":"w3274","predicate":{"custom_model_data":3274}},{"model":"w3275","predicate":{"custom_model_data":3275}},{"model":"w3276","predicate":{"custom_model_data":3276}},{"model":"w3277","predicate":{"custom_model_data":3277}},{"model":"w3278","predicate":{"custom_model_data":3278}},{"model":"w3279","predicate":{"custom_model_data":3279}},{"model":"w3280","predicate":{"custom_model_data":3280}},{"model":"w3281","predicate":{"custom_model_data":3281}},{"model":"w3282","predicate":{"custom_model_data":3282}},{"model":"w3283","predicate":{"custom_model_data":3283}},{"model":"w3284","predicate":{"custom_model_data":3284}},{"model":"w3285","predicate":{"custom_model_data":3285}},{"model":"w3286","predicate":{"custom_model_data":3286}},{"model":"w3287","predicate":{"custom_model_data":3287}},{"model":"w3288","predicate":{"custom_model_data":3288}},{"model":"w3289","predicate":{"custom_model_data":3289}},{"model":"w3290","predicate":{"custom_model_data":3290}},{"model":"w3291","predicate":{"custom_model_data":3291}},{"model":"w3292","predicate":{"custom_model_data":3292}},{"model":"w3293","predicate":{"custom_model_data":3293}},{"model":"w3294","predicate":{"custom_model_data":3294}},{"model":"w3295","predicate":{"custom_model_data":3295}},{"model":"w3296","predicate":{"custom_model_data":3296}},{"model":"w3297","predicate":{"custom_model_data":3297}},{"model":"w3298","predicate":{"custom_model_data":3298}},{"model":"w3299","predicate":{"custom_model_data":3299}},{"model":"w3300","predicate":{"custom_model_data":3300}},{"model":"w3301","predicate":{"custom_model_data":3301}},{"model":"w3302","predicate":{"custom_model_data":3302}},{"model":"w3303","predicate":{"custom_model_data":3303}},{"model":"w3304","predicate":{"custom_model_data":3304}},{"model":"w3305","predicate":{"custom_model_data":3305}},{"model":"w3306","predicate":{"custom_model_data":3306}},{"model":"w3307","predicate":{"custom_model_data":3307}},{"model":"w3308","predicate":{"custom_model_data":3308}},{"model":"w3309","predicate":{"custom_model_data":3309}},{"model":"w3310","predicate":{"custom_model_data":3310}},{"model":"w3311","predicate":{"custom_model_data":3311}},{"model":"w3312","predicate":{"custom_model_data":3312}},{"model":"w3313","predicate":{"custom_model_data":3313}},{"model":"w3314","predicate":{"custom_model_data":3314}},{"model":"w3315","predicate":{"custom_model_data":3315}},{"model":"w3316","predicate":{"custom_model_data":3316}},{"model":"w3317","predicate":{"custom_model_data":3317}},{"model":"w3318","predicate":{"custom_model_data":3318}},{"model":"w3319","predicate":{"custom_model_data":3319}},{"model":"w3320","predicate":{"custom_model_data":3320}},{"model":"w3321","predicate":{"custom_model_data":3321}},{"model":"w3322","predicate":{"custom_model_data":3322}},{"model":"w3323","predicate":{"custom_model_data":3323}},{"model":"w3324","predicate":{"custom_model_data":3324}},{"model":"w3325","predicate":{"custom_model_data":3325}},{"model":"w3326","predicate":{"custom_model_data":3326}},{"model":"w3327","predicate":{"custom_model_data":3327}},{"model":"w3328","predicate":{"custom_model_data":3328}},{"model":"w3329","predicate":{"custom_model_data":3329}},{"model":"w3330","predicate":{"custom_model_data":3330}},{"model":"w3331","predicate":{"custom_model_data":3331}},{"model":"w3332","predicate":{"custom_model_data":3332}},{"model":"w3333","predicate":{"custom_model_data":3333}},{"model":"w3334","predicate":{"custom_model_data":3334}},{"model":"w3335","predicate":{"custom_model_data":3335}},{"model":"w3336","predicate":{"custom_model_data":3336}},{"model":"w3337","predicate":{"custom_model_data":3337}},{"model":"w3338","predicate":{"custom_model_data":3338}},{"model":"w3339","predicate":{"custom_model_data":3339}},{"model":"w3340","predicate":{"custom_model_data":3340}},{"model":"w3341","predicate":{"custom_model_data":3341}},{"model":"w3342","predicate":{"custom_model_data":3342}},{"model":"w3343","predicate":{"custom_model_data":3343}},{"model":"w3344","predicate":{"custom_model_data":3344}},{"model":"w3345","predicate":{"custom_model_data":3345}},{"model":"w3346","predicate":{"custom_model_data":3346}},{"model":"w3347","predicate":{"custom_model_data":3347}},{"model":"w3348","predicate":{"custom_model_data":3348}},{"model":"w3349","predicate":{"custom_model_data":3349}},{"model":"w3350","predicate":{"custom_model_data":3350}},{"model":"w3351","predicate":{"custom_model_data":3351}},{"model":"w3352","predicate":{"custom_model_data":3352}},{"model":"w3353","predicate":{"custom_model_data":3353}},{"model":"w3354","predicate":{"custom_model_data":3354}},{"model":"w3355","predicate":{"custom_model_data":3355}},{"model":"w3356","predicate":{"custom_model_data":3356}},{"model":"w3357","predicate":{"custom_model_data":3357}},{"model":"w3358","predicate":{"custom_model_data":3358}},{"model":"w3359","predicate":{"custom_model_data":3359}},{"model":"w3360","predicate":{"custom_model_data":3360}},{"model":"w3361","predicate":{"custom_model_data":3361}},{"model":"w3362","predicate":{"custom_model_data":3362}},{"model":"w3363","predicate":{"custom_model_data":3363}},{"model":"w3364","predicate":{"custom_model_data":3364}},{"model":"w3365","predicate":{"custom_model_data":3365}},{"model":"w3366","predicate":{"custom_model_data":3366}},{"model":"w3367","predicate":{"custom_model_data":3367}},{"model":"w3368","predicate":{"custom_model_data":3368}},{"model":"w3369","predicate":{"custom_model_data":3369}},{"model":"w3370","predicate":{"custom_model_data":3370}},{"model":"w3371","predicate":{"custom_model_data":3371}},{"model":"w3372","predicate":{"custom_model_data":3372}},{"model":"w3373","predicate":{"custom_model_data":3373}},{"model":"w3374","predicate":{"custom_model_data":3374}},{"model":"w3375","predicate":{"custom_model_data":3375}},{"model":"w3376","predicate":{"custom_model_data":3376}},{"model":"w3377","predicate":{"custom_model_data":3377}},{"model":"w3378","predicate":{"custom_model_data":3378}},{"model":"w3379","predicate":{"custom_model_data":3379}},{"model":"w3380","predicate":{"custom_model_data":3380}},{"model":"w3381","predicate":{"custom_model_data":3381}},{"model":"w3382","predicate":{"custom_model_data":3382}},{"model":"w3383","predicate":{"custom_model_data":3383}},{"model":"w3384","predicate":{"custom_model_data":3384}},{"model":"w3385","predicate":{"custom_model_data":3385}},{"model":"w3386","predicate":{"custom_model_data":3386}},{"model":"w3387","predicate":{"custom_model_data":3387}},{"model":"w3388","predicate":{"custom_model_data":3388}},{"model":"w3389","predicate":{"custom_model_data":3389}},{"model":"w3390","predicate":{"custom_model_data":3390}},{"model":"w3391","predicate":{"custom_model_data":3391}},{"model":"w3392","predicate":{"custom_model_data":3392}},{"model":"w3393","predicate":{"custom_model_data":3393}},{"model":"w3394","predicate":{"custom_model_data":3394}},{"model":"w3395","predicate":{"custom_model_data":3395}},{"model":"w3396","predicate":{"custom_model_data":3396}},{"model":"w3397","predicate":{"custom_model_data":3397}},{"model":"w3398","predicate":{"custom_model_data":3398}},{"model":"w3399","predicate":{"custom_model_data":3399}},{"model":"w3400","predicate":{"custom_model_data":3400}},{"model":"w3401","predicate":{"custom_model_data":3401}},{"model":"w3402","predicate":{"custom_model_data":3402}},{"model":"w3403","predicate":{"custom_model_data":3403}},{"model":"w3404","predicate":{"custom_model_data":3404}},{"model":"w3405","predicate":{"custom_model_data":3405}},{"model":"w3406","predicate":{"custom_model_data":3406}},{"model":"w3407","predicate":{"custom_model_data":3407}},{"model":"w3408","predicate":{"custom_model_data":3408}},{"model":"w3409","predicate":{"custom_model_data":3409}},{"model":"w3410","predicate":{"custom_model_data":3410}},{"model":"w3411","predicate":{"custom_model_data":3411}},{"model":"w3412","predicate":{"custom_model_data":3412}},{"model":"w3413","predicate":{"custom_model_data":3413}},{"model":"w3414","predicate":{"custom_model_data":3414}},{"model":"w3415","predicate":{"custom_model_data":3415}},{"model":"w3416","predicate":{"custom_model_data":3416}},{"model":"w3417","predicate":{"custom_model_data":3417}},{"model":"w3418","predicate":{"custom_model_data":3418}},{"model":"w3419","predicate":{"custom_model_data":3419}},{"model":"w3420","predicate":{"custom_model_data":3420}},{"model":"w3421","predicate":{"custom_model_data":3421}},{"model":"w3422","predicate":{"custom_model_data":3422}},{"model":"w3423","predicate":{"custom_model_data":3423}},{"model":"w3424","predicate":{"custom_model_data":3424}},{"model":"w3425","predicate":{"custom_model_data":3425}},{"model":"w3426","predicate":{"custom_model_data":3426}},{"model":"w3427","predicate":{"custom_model_data":3427}},{"model":"w3428","predicate":{"custom_model_data":3428}},{"model":"w3429","predicate":{"custom_model_data":3429}},{"model":"w3430","predicate":{"custom_model_data":3430}},{"model":"w3431","predicate":{"custom_model_data":3431}},{"model":"w3432","predicate":{"custom_model_data":3432}},{"model":"w3433","predicate":{"custom_model_data":3433}},{"model":"w3434","predicate":{"custom_model_data":3434}},{"model":"w3435","predicate":{"custom_model_data":3435}},{"model":"w3436","predicate":{"custom_model_data":3436}},{"model":"w3437","predicate":{"custom_model_data":3437}},{"model":"w3438","predicate":{"custom_model_data":3438}},{"model":"w3439","predicate":{"custom_model_data":3439}},{"model":"w3440","predicate":{"custom_model_data":3440}},{"model":"w3441","predicate":{"custom_model_data":3441}},{"model":"w3442","predicate":{"custom_model_data":3442}},{"model":"w3443","predicate":{"custom_model_data":3443}},{"model":"w3444","predicate":{"custom_model_data":3444}},{"model":"w3445","predicate":{"custom_model_data":3445}},{"model":"w3446","predicate":{"custom_model_data":3446}},{"model":"w3447","predicate":{"custom_model_data":3447}},{"model":"w3448","predicate":{"custom_model_data":3448}},{"model":"w3449","predicate":{"custom_model_data":3449}},{"model":"w3450","predicate":{"custom_model_data":3450}},{"model":"w3451","predicate":{"custom_model_data":3451}},{"model":"w3452","predicate":{"custom_model_data":3452}},{"model":"w3453","predicate":{"custom_model_data":3453}},{"model":"w3454","predicate":{"custom_model_data":3454}},{"model":"w3455","predicate":{"custom_model_data":3455}},{"model":"w3456","predicate":{"custom_model_data":3456}},{"model":"w3457","predicate":{"custom_model_data":3457}},{"model":"w3458","predicate":{"custom_model_data":3458}},{"model":"w3459","predicate":{"custom_model_data":3459}},{"model":"w3460","predicate":{"custom_model_data":3460}},{"model":"w3461","predicate":{"custom_model_data":3461}},{"model":"w3462","predicate":{"custom_model_data":3462}},{"model":"w3463","predicate":{"custom_model_data":3463}},{"model":"w3464","predicate":{"custom_model_data":3464}},{"model":"w3465","predicate":{"custom_model_data":3465}},{"model":"w3466","predicate":{"custom_model_data":3466}},{"model":"w3467","predicate":{"custom_model_data":3467}},{"model":"w3468","predicate":{"custom_model_data":3468}},{"model":"w3469","predicate":{"custom_model_data":3469}},{"model":"w3470","predicate":{"custom_model_data":3470}},{"model":"w3471","predicate":{"custom_model_data":3471}},{"model":"w3472","predicate":{"custom_model_data":3472}},{"model":"w3473","predicate":{"custom_model_data":3473}},{"model":"w3474","predicate":{"custom_model_data":3474}},{"model":"w3475","predicate":{"custom_model_data":3475}},{"model":"w3476","predicate":{"custom_model_data":3476}},{"model":"w3477","predicate":{"custom_model_data":3477}},{"model":"w3478","predicate":{"custom_model_data":3478}},{"model":"w3479","predicate":{"custom_model_data":3479}},{"model":"w3480","predicate":{"custom_model_data":3480}},{"model":"w3481","predicate":{"custom_model_data":3481}},{"model":"w3482","predicate":{"custom_model_data":3482}},{"model":"w3483","predicate":{"custom_model_data":3483}},{"model":"w3484","predicate":{"custom_model_data":3484}},{"model":"w3485","predicate":{"custom_model_data":3485}},{"model":"w3486","predicate":{"custom_model_data":3486}},{"model":"w3487","predicate":{"custom_model_data":3487}},{"model":"w3488","predicate":{"custom_model_data":3488}},{"model":"w3489","predicate":{"custom_model_data":3489}},{"model":"w3490","predicate":{"custom_model_data":3490}},{"model":"w3491","predicate":{"custom_model_data":3491}},{"model":"w3492","predicate":{"custom_model_data":3492}},{"model":"w3493","predicate":{"custom_model_data":3493}},{"model":"w3494","predicate":{"custom_model_data":3494}},{"model":"w3495","predicate":{"custom_model_data":3495}},{"model":"w3496","predicate":{"custom_model_data":3496}},{"model":"w3497","predicate":{"custom_model_data":3497}},{"model":"w3498","predicate":{"custom_model_data":3498}},{"model":"w3499","predicate":{"custom_model_data":3499}},{"model":"w3500","predicate":{"custom_model_data":3500}},{"model":"w3501","predicate":{"custom_model_data":3501}},{"model":"w3502","predicate":{"custom_model_data":3502}},{"model":"w3503","predicate":{"custom_model_data":3503}},{"model":"w3504","predicate":{"custom_model_data":3504}},{"model":"w3505","predicate":{"custom_model_data":3505}},{"model":"w3506","predicate":{"custom_model_data":3506}},{"model":"w3507","predicate":{"custom_model_data":3507}},{"model":"w3508","predicate":{"custom_model_data":3508}},{"model":"w3509","predicate":{"custom_model_data":3509}},{"model":"w3510","predicate":{"custom_model_data":3510}},{"model":"w3511","predicate":{"custom_model_data":3511}},{"model":"w3512","predicate":{"custom_model_data":3512}},{"model":"w3513","predicate":{"custom_model_data":3513}},{"model":"w3514","predicate":{"custom_model_data":3514}},{"model":"w3515","predicate":{"custom_model_data":3515}},{"model":"w3516","predicate":{"custom_model_data":3516}},{"model":"w3517","predicate":{"custom_model_data":3517}},{"model":"w3518","predicate":{"custom_model_data":3518}},{"model":"w3519","predicate":{"custom_model_data":3519}},{"model":"w3520","predicate":{"custom_model_data":3520}},{"model":"w3521","predicate":{"custom_model_data":3521}},{"model":"w3522","predicate":{"custom_model_data":3522}},{"model":"w3523","predicate":{"custom_model_data":3523}},{"model":"w3524","predicate":{"custom_model_data":3524}},{"model":"w3525","predicate":{"custom_model_data":3525}},{"model":"w3526","predicate":{"custom_model_data":3526}},{"model":"w3527","predicate":{"custom_model_data":3527}},{"model":"w3528","predicate":{"custom_model_data":3528}},{"model":"w3529","predicate":{"custom_model_data":3529}},{"model":"w3530","predicate":{"custom_model_data":3530}},{"model":"w3531","predicate":{"custom_model_data":3531}},{"model":"w3532","predicate":{"custom_model_data":3532}},{"model":"w3533","predicate":{"custom_model_data":3533}},{"model":"w3534","predicate":{"custom_model_data":3534}},{"model":"w3535","predicate":{"custom_model_data":3535}},{"model":"w3536","predicate":{"custom_model_data":3536}},{"model":"w3537","predicate":{"custom_model_data":3537}},{"model":"w3538","predicate":{"custom_model_data":3538}},{"model":"w3539","predicate":{"custom_model_data":3539}},{"model":"w3540","predicate":{"custom_model_data":3540}},{"model":"w3541","predicate":{"custom_model_data":3541}},{"model":"w3542","predicate":{"custom_model_data":3542}},{"model":"w3543","predicate":{"custom_model_data":3543}},{"model":"w3544","predicate":{"custom_model_data":3544}},{"model":"w3545","predicate":{"custom_model_data":3545}},{"model":"w3546","predicate":{"custom_model_data":3546}},{"model":"w3547","predicate":{"custom_model_data":3547}},{"model":"w3548","predicate":{"custom_model_data":3548}},{"model":"w3549","predicate":{"custom_model_data":3549}},{"model":"w3550","predicate":{"custom_model_data":3550}},{"model":"w3551","predicate":{"custom_model_data":3551}},{"model":"w3552","predicate":{"custom_model_data":3552}},{"model":"w3553","predicate":{"custom_model_data":3553}},{"model":"w3554","predicate":{"custom_model_data":3554}},{"model":"w3555","predicate":{"custom_model_data":3555}},{"model":"w3556","predicate":{"custom_model_data":3556}},{"model":"w3557","predicate":{"custom_model_data":3557}},{"model":"w3558","predicate":{"custom_model_data":3558}},{"model":"w3559","predicate":{"custom_model_data":3559}},{"model":"w3560","predicate":{"custom_model_data":3560}},{"model":"w3561","predicate":{"custom_model_data":3561}},{"model":"w3562","predicate":{"custom_model_data":3562}},{"model":"w3563","predicate":{"custom_model_data":3563}},{"model":"w3564","predicate":{"custom_model_data":3564}},{"model":"w3565","predicate":{"custom_model_data":3565}},{"model":"w3566","predicate":{"custom_model_data":3566}},{"model":"w3567","predicate":{"custom_model_data":3567}},{"model":"w3568","predicate":{"custom_model_data":3568}},{"model":"w3569","predicate":{"custom_model_data":3569}},{"model":"w3570","predicate":{"custom_model_data":3570}},{"model":"w3571","predicate":{"custom_model_data":3571}},{"model":"w3572","predicate":{"custom_model_data":3572}},{"model":"w3573","predicate":{"custom_model_data":3573}},{"model":"w3574","predicate":{"custom_model_data":3574}},{"model":"w3575","predicate":{"custom_model_data":3575}},{"model":"w3576","predicate":{"custom_model_data":3576}},{"model":"w3577","predicate":{"custom_model_data":3577}},{"model":"w3578","predicate":{"custom_model_data":3578}},{"model":"w3579","predicate":{"custom_model_data":3579}},{"model":"w3580","predicate":{"custom_model_data":3580}},{"model":"w3581","predicate":{"custom_model_data":3581}},{"model":"w3582","predicate":{"custom_model_data":3582}},{"model":"w3583","predicate":{"custom_model_data":3583}},{"model":"w3584","predicate":{"custom_model_data":3584}},{"model":"w3585","predicate":{"custom_model_data":3585}},{"model":"w3586","predicate":{"custom_model_data":3586}},{"model":"w3587","predicate":{"custom_model_data":3587}},{"model":"w3588","predicate":{"custom_model_data":3588}},{"model":"w3589","predicate":{"custom_model_data":3589}},{"model":"w3590","predicate":{"custom_model_data":3590}},{"model":"w3591","predicate":{"custom_model_data":3591}},{"model":"w3592","predicate":{"custom_model_data":3592}},{"model":"w3593","predicate":{"custom_model_data":3593}},{"model":"w3594","predicate":{"custom_model_data":3594}},{"model":"w3595","predicate":{"custom_model_data":3595}},{"model":"w3596","predicate":{"custom_model_data":3596}},{"model":"w3597","predicate":{"custom_model_data":3597}},{"model":"w3598","predicate":{"custom_model_data":3598}},{"model":"w3599","predicate":{"custom_model_data":3599}},{"model":"w3600","predicate":{"custom_model_data":3600}},{"model":"w3601","predicate":{"custom_model_data":3601}},{"model":"w3602","predicate":{"custom_model_data":3602}},{"model":"w3603","predicate":{"custom_model_data":3603}},{"model":"w3604","predicate":{"custom_model_data":3604}},{"model":"w3605","predicate":{"custom_model_data":3605}},{"model":"w3606","predicate":{"custom_model_data":3606}},{"model":"w3607","predicate":{"custom_model_data":3607}},{"model":"w3608","predicate":{"custom_model_data":3608}},{"model":"w3609","predicate":{"custom_model_data":3609}},{"model":"w3610","predicate":{"custom_model_data":3610}},{"model":"w3611","predicate":{"custom_model_data":3611}},{"model":"w3612","predicate":{"custom_model_data":3612}},{"model":"w3613","predicate":{"custom_model_data":3613}},{"model":"w3614","predicate":{"custom_model_data":3614}},{"model":"w3615","predicate":{"custom_model_data":3615}},{"model":"w3616","predicate":{"custom_model_data":3616}},{"model":"w3617","predicate":{"custom_model_data":3617}},{"model":"w3618","predicate":{"custom_model_data":3618}},{"model":"w3619","predicate":{"custom_model_data":3619}},{"model":"w3620","predicate":{"custom_model_data":3620}},{"model":"w3621","predicate":{"custom_model_data":3621}},{"model":"w3622","predicate":{"custom_model_data":3622}},{"model":"w3623","predicate":{"custom_model_data":3623}},{"model":"w3624","predicate":{"custom_model_data":3624}},{"model":"w3625","predicate":{"custom_model_data":3625}},{"model":"w3626","predicate":{"custom_model_data":3626}},{"model":"w3627","predicate":{"custom_model_data":3627}},{"model":"w3628","predicate":{"custom_model_data":3628}},{"model":"w3629","predicate":{"custom_model_data":3629}},{"model":"w3630","predicate":{"custom_model_data":3630}},{"model":"w3631","predicate":{"custom_model_data":3631}},{"model":"w3632","predicate":{"custom_model_data":3632}},{"model":"w3633","predicate":{"custom_model_data":3633}},{"model":"w3634","predicate":{"custom_model_data":3634}},{"model":"w3635","predicate":{"custom_model_data":3635}},{"model":"w3636","predicate":{"custom_model_data":3636}},{"model":"w3637","predicate":{"custom_model_data":3637}},{"model":"w3638","predicate":{"custom_model_data":3638}},{"model":"w3639","predicate":{"custom_model_data":3639}},{"model":"w3640","predicate":{"custom_model_data":3640}},{"model":"w3641","predicate":{"custom_model_data":3641}},{"model":"w3642","predicate":{"custom_model_data":3642}},{"model":"w3643","predicate":{"custom_model_data":3643}},{"model":"w3644","predicate":{"custom_model_data":3644}},{"model":"w3645","predicate":{"custom_model_data":3645}},{"model":"w3646","predicate":{"custom_model_data":3646}},{"model":"w3647","predicate":{"custom_model_data":3647}},{"model":"w3648","predicate":{"custom_model_data":3648}},{"model":"w3649","predicate":{"custom_model_data":3649}},{"model":"w3650","predicate":{"custom_model_data":3650}},{"model":"w3651","predicate":{"custom_model_data":3651}},{"model":"w3652","predicate":{"custom_model_data":3652}},{"model":"w3653","predicate":{"custom_model_data":3653}},{"model":"w3654","predicate":{"custom_model_data":3654}},{"model":"w3655","predicate":{"custom_model_data":3655}},{"model":"w3656","predicate":{"custom_model_data":3656}},{"model":"w3657","predicate":{"custom_model_data":3657}},{"model":"w3658","predicate":{"custom_model_data":3658}},{"model":"w3659","predicate":{"custom_model_data":3659}},{"model":"w3660","predicate":{"custom_model_data":3660}},{"model":"w3661","predicate":{"custom_model_data":3661}},{"model":"w3662","predicate":{"custom_model_data":3662}},{"model":"w3663","predicate":{"custom_model_data":3663}},{"model":"w3664","predicate":{"custom_model_data":3664}},{"model":"w3665","predicate":{"custom_model_data":3665}},{"model":"w3666","predicate":{"custom_model_data":3666}},{"model":"w3667","predicate":{"custom_model_data":3667}},{"model":"w3668","predicate":{"custom_model_data":3668}},{"model":"w3669","predicate":{"custom_model_data":3669}},{"model":"w3670","predicate":{"custom_model_data":3670}},{"model":"w3671","predicate":{"custom_model_data":3671}},{"model":"w3672","predicate":{"custom_model_data":3672}},{"model":"w3673","predicate":{"custom_model_data":3673}},{"model":"w3674","predicate":{"custom_model_data":3674}},{"model":"w3675","predicate":{"custom_model_data":3675}},{"model":"w3676","predicate":{"custom_model_data":3676}},{"model":"w3677","predicate":{"custom_model_data":3677}},{"model":"w3678","predicate":{"custom_model_data":3678}},{"model":"w3679","predicate":{"custom_model_data":3679}},{"model":"w3680","predicate":{"custom_model_data":3680}},{"model":"w3681","predicate":{"custom_model_data":3681}},{"model":"w3682","predicate":{"custom_model_data":3682}},{"model":"w3683","predicate":{"custom_model_data":3683}},{"model":"w3684","predicate":{"custom_model_data":3684}},{"model":"w3685","predicate":{"custom_model_data":3685}},{"model":"w3686","predicate":{"custom_model_data":3686}},{"model":"w3687","predicate":{"custom_model_data":3687}},{"model":"w3688","predicate":{"custom_model_data":3688}},{"model":"w3689","predicate":{"custom_model_data":3689}},{"model":"w3690","predicate":{"custom_model_data":3690}},{"model":"w3691","predicate":{"custom_model_data":3691}},{"model":"w3692","predicate":{"custom_model_data":3692}},{"model":"w3693","predicate":{"custom_model_data":3693}},{"model":"w3694","predicate":{"custom_model_data":3694}},{"model":"w3695","predicate":{"custom_model_data":3695}},{"model":"w3696","predicate":{"custom_model_data":3696}},{"model":"w3697","predicate":{"custom_model_data":3697}},{"model":"w3698","predicate":{"custom_model_data":3698}},{"model":"w3699","predicate":{"custom_model_data":3699}},{"model":"w3700","predicate":{"custom_model_data":3700}},{"model":"w3701","predicate":{"custom_model_data":3701}},{"model":"w3702","predicate":{"custom_model_data":3702}},{"model":"w3703","predicate":{"custom_model_data":3703}},{"model":"w3704","predicate":{"custom_model_data":3704}},{"model":"w3705","predicate":{"custom_model_data":3705}},{"model":"w3706","predicate":{"custom_model_data":3706}},{"model":"w3707","predicate":{"custom_model_data":3707}},{"model":"w3708","predicate":{"custom_model_data":3708}},{"model":"w3709","predicate":{"custom_model_data":3709}},{"model":"w3710","predicate":{"custom_model_data":3710}},{"model":"w3711","predicate":{"custom_model_data":3711}},{"model":"w3712","predicate":{"custom_model_data":3712}},{"model":"w3713","predicate":{"custom_model_data":3713}},{"model":"w3714","predicate":{"custom_model_data":3714}},{"model":"w3715","predicate":{"custom_model_data":3715}},{"model":"w3716","predicate":{"custom_model_data":3716}},{"model":"w3717","predicate":{"custom_model_data":3717}},{"model":"w3718","predicate":{"custom_model_data":3718}},{"model":"w3719","predicate":{"custom_model_data":3719}},{"model":"w3720","predicate":{"custom_model_data":3720}},{"model":"w3721","predicate":{"custom_model_data":3721}},{"model":"w3722","predicate":{"custom_model_data":3722}},{"model":"w3723","predicate":{"custom_model_data":3723}},{"model":"w3724","predicate":{"custom_model_data":3724}},{"model":"w3725","predicate":{"custom_model_data":3725}},{"model":"w3726","predicate":{"custom_model_data":3726}},{"model":"w3727","predicate":{"custom_model_data":3727}},{"model":"w3728","predicate":{"custom_model_data":3728}},{"model":"w3729","predicate":{"custom_model_data":3729}},{"model":"w3730","predicate":{"custom_model_data":3730}},{"model":"w3731","predicate":{"custom_model_data":3731}},{"model":"w3732","predicate":{"custom_model_data":3732}},{"model":"w3733","predicate":{"custom_model_data":3733}},{"model":"w3734","predicate":{"custom_model_data":3734}},{"model":"w3735","predicate":{"custom_model_data":3735}},{"model":"w3736","predicate":{"custom_model_data":3736}},{"model":"w3737","predicate":{"custom_model_data":3737}},{"model":"w3738","predicate":{"custom_model_data":3738}},{"model":"w3739","predicate":{"custom_model_data":3739}},{"model":"w3740","predicate":{"custom_model_data":3740}},{"model":"w3741","predicate":{"custom_model_data":3741}},{"model":"w3742","predicate":{"custom_model_data":3742}},{"model":"w3743","predicate":{"custom_model_data":3743}},{"model":"w3744","predicate":{"custom_model_data":3744}},{"model":"w3745","predicate":{"custom_model_data":3745}},{"model":"w3746","predicate":{"custom_model_data":3746}},{"model":"w3747","predicate":{"custom_model_data":3747}},{"model":"w3748","predicate":{"custom_model_data":3748}},{"model":"w3749","predicate":{"custom_model_data":3749}},{"model":"w3750","predicate":{"custom_model_data":3750}},{"model":"w3751","predicate":{"custom_model_data":3751}},{"model":"w3752","predicate":{"custom_model_data":3752}},{"model":"w3753","predicate":{"custom_model_data":3753}},{"model":"w3754","predicate":{"custom_model_data":3754}},{"model":"w3755","predicate":{"custom_model_data":3755}},{"model":"w3756","predicate":{"custom_model_data":3756}},{"model":"w3757","predicate":{"custom_model_data":3757}},{"model":"w3758","predicate":{"custom_model_data":3758}},{"model":"w3759","predicate":{"custom_model_data":3759}},{"model":"w3760","predicate":{"custom_model_data":3760}},{"model":"w3761","predicate":{"custom_model_data":3761}},{"model":"w3762","predicate":{"custom_model_data":3762}},{"model":"w3763","predicate":{"custom_model_data":3763}},{"model":"w3764","predicate":{"custom_model_data":3764}},{"model":"w3765","predicate":{"custom_model_data":3765}},{"model":"w3766","predicate":{"custom_model_data":3766}},{"model":"w3767","predicate":{"custom_model_data":3767}},{"model":"w3768","predicate":{"custom_model_data":3768}},{"model":"w3769","predicate":{"custom_model_data":3769}},{"model":"w3770","predicate":{"custom_model_data":3770}},{"model":"w3771","predicate":{"custom_model_data":3771}},{"model":"w3772","predicate":{"custom_model_data":3772}},{"model":"w3773","predicate":{"custom_model_data":3773}},{"model":"w3774","predicate":{"custom_model_data":3774}},{"model":"w3775","predicate":{"custom_model_data":3775}},{"model":"w3776","predicate":{"custom_model_data":3776}},{"model":"w3777","predicate":{"custom_model_data":3777}},{"model":"w3778","predicate":{"custom_model_data":3778}},{"model":"w3779","predicate":{"custom_model_data":3779}},{"model":"w3780","predicate":{"custom_model_data":3780}},{"model":"w3781","predicate":{"custom_model_data":3781}},{"model":"w3782","predicate":{"custom_model_data":3782}},{"model":"w3783","predicate":{"custom_model_data":3783}},{"model":"w3784","predicate":{"custom_model_data":3784}},{"model":"w3785","predicate":{"custom_model_data":3785}},{"model":"w3786","predicate":{"custom_model_data":3786}},{"model":"w3787","predicate":{"custom_model_data":3787}},{"model":"w3788","predicate":{"custom_model_data":3788}},{"model":"w3789","predicate":{"custom_model_data":3789}},{"model":"w3790","predicate":{"custom_model_data":3790}},{"model":"w3791","predicate":{"custom_model_data":3791}},{"model":"w3792","predicate":{"custom_model_data":3792}},{"model":"w3793","predicate":{"custom_model_data":3793}},{"model":"w3794","predicate":{"custom_model_data":3794}},{"model":"w3795","predicate":{"custom_model_data":3795}},{"model":"w3796","predicate":{"custom_model_data":3796}},{"model":"w3797","predicate":{"custom_model_data":3797}},{"model":"w3798","predicate":{"custom_model_data":3798}},{"model":"w3799","predicate":{"custom_model_data":3799}},{"model":"w3800","predicate":{"custom_model_data":3800}},{"model":"w3801","predicate":{"custom_model_data":3801}},{"model":"w3802","predicate":{"custom_model_data":3802}},{"model":"w3803","predicate":{"custom_model_data":3803}},{"model":"w3804","predicate":{"custom_model_data":3804}},{"model":"w3805","predicate":{"custom_model_data":3805}},{"model":"w3806","predicate":{"custom_model_data":3806}},{"model":"w3807","predicate":{"custom_model_data":3807}},{"model":"w3808","predicate":{"custom_model_data":3808}},{"model":"w3809","predicate":{"custom_model_data":3809}},{"model":"w3810","predicate":{"custom_model_data":3810}},{"model":"w3811","predicate":{"custom_model_data":3811}},{"model":"w3812","predicate":{"custom_model_data":3812}},{"model":"w3813","predicate":{"custom_model_data":3813}},{"model":"w3814","predicate":{"custom_model_data":3814}},{"model":"w3815","predicate":{"custom_model_data":3815}},{"model":"w3816","predicate":{"custom_model_data":3816}},{"model":"w3817","predicate":{"custom_model_data":3817}},{"model":"w3818","predicate":{"custom_model_data":3818}},{"model":"w3819","predicate":{"custom_model_data":3819}},{"model":"w3820","predicate":{"custom_model_data":3820}},{"model":"w3821","predicate":{"custom_model_data":3821}},{"model":"w3822","predicate":{"custom_model_data":3822}},{"model":"w3823","predicate":{"custom_model_data":3823}},{"model":"w3824","predicate":{"custom_model_data":3824}},{"model":"w3825","predicate":{"custom_model_data":3825}},{"model":"w3826","predicate":{"custom_model_data":3826}},{"model":"w3827","predicate":{"custom_model_data":3827}},{"model":"w3828","predicate":{"custom_model_data":3828}},{"model":"w3829","predicate":{"custom_model_data":3829}},{"model":"w3830","predicate":{"custom_model_data":3830}},{"model":"w3831","predicate":{"custom_model_data":3831}},{"model":"w3832","predicate":{"custom_model_data":3832}},{"model":"w3833","predicate":{"custom_model_data":3833}},{"model":"w3834","predicate":{"custom_model_data":3834}},{"model":"w3835","predicate":{"custom_model_data":3835}},{"model":"w3836","predicate":{"custom_model_data":3836}},{"model":"w3837","predicate":{"custom_model_data":3837}},{"model":"w3838","predicate":{"custom_model_data":3838}},{"model":"w3839","predicate":{"custom_model_data":3839}},{"model":"w3840","predicate":{"custom_model_data":3840}},{"model":"w3841","predicate":{"custom_model_data":3841}},{"model":"w3842","predicate":{"custom_model_data":3842}},{"model":"w3843","predicate":{"custom_model_data":3843}},{"model":"w3844","predicate":{"custom_model_data":3844}},{"model":"w3845","predicate":{"custom_model_data":3845}},{"model":"w3846","predicate":{"custom_model_data":3846}},{"model":"w3847","predicate":{"custom_model_data":3847}},{"model":"w3848","predicate":{"custom_model_data":3848}},{"model":"w3849","predicate":{"custom_model_data":3849}},{"model":"w3850","predicate":{"custom_model_data":3850}},{"model":"w3851","predicate":{"custom_model_data":3851}},{"model":"w3852","predicate":{"custom_model_data":3852}},{"model":"w3853","predicate":{"custom_model_data":3853}},{"model":"w3854","predicate":{"custom_model_data":3854}},{"model":"w3855","predicate":{"custom_model_data":3855}},{"model":"w3856","predicate":{"custom_model_data":3856}},{"model":"w3857","predicate":{"custom_model_data":3857}},{"model":"w3858","predicate":{"custom_model_data":3858}},{"model":"w3859","predicate":{"custom_model_data":3859}},{"model":"w3860","predicate":{"custom_model_data":3860}},{"model":"w3861","predicate":{"custom_model_data":3861}},{"model":"w3862","predicate":{"custom_model_data":3862}},{"model":"w3863","predicate":{"custom_model_data":3863}},{"model":"w3864","predicate":{"custom_model_data":3864}},{"model":"w3865","predicate":{"custom_model_data":3865}},{"model":"w3866","predicate":{"custom_model_data":3866}},{"model":"w3867","predicate":{"custom_model_data":3867}},{"model":"w3868","predicate":{"custom_model_data":3868}},{"model":"w3869","predicate":{"custom_model_data":3869}},{"model":"w3870","predicate":{"custom_model_data":3870}},{"model":"w3871","predicate":{"custom_model_data":3871}},{"model":"w3872","predicate":{"custom_model_data":3872}},{"model":"w3873","predicate":{"custom_model_data":3873}},{"model":"w3874","predicate":{"custom_model_data":3874}},{"model":"w3875","predicate":{"custom_model_data":3875}},{"model":"w3876","predicate":{"custom_model_data":3876}},{"model":"w3877","predicate":{"custom_model_data":3877}},{"model":"w3878","predicate":{"custom_model_data":3878}},{"model":"w3879","predicate":{"custom_model_data":3879}},{"model":"w3880","predicate":{"custom_model_data":3880}},{"model":"w3881","predicate":{"custom_model_data":3881}},{"model":"w3882","predicate":{"custom_model_data":3882}},{"model":"w3883","predicate":{"custom_model_data":3883}},{"model":"w3884","predicate":{"custom_model_data":3884}},{"model":"w3885","predicate":{"custom_model_data":3885}},{"model":"w3886","predicate":{"custom_model_data":3886}},{"model":"w3887","predicate":{"custom_model_data":3887}},{"model":"w3888","predicate":{"custom_model_data":3888}},{"model":"w3889","predicate":{"custom_model_data":3889}},{"model":"w3890","predicate":{"custom_model_data":3890}},{"model":"w3891","predicate":{"custom_model_data":3891}},{"model":"w3892","predicate":{"custom_model_data":3892}},{"model":"w3893","predicate":{"custom_model_data":3893}},{"model":"w3894","predicate":{"custom_model_data":3894}},{"model":"w3895","predicate":{"custom_model_data":3895}},{"model":"w3896","predicate":{"custom_model_data":3896}},{"model":"w3897","predicate":{"custom_model_data":3897}},{"model":"w3898","predicate":{"custom_model_data":3898}},{"model":"w3899","predicate":{"custom_model_data":3899}},{"model":"w3900","predicate":{"custom_model_data":3900}},{"model":"w3901","predicate":{"custom_model_data":3901}},{"model":"w3902","predicate":{"custom_model_data":3902}},{"model":"w3903","predicate":{"custom_model_data":3903}},{"model":"w3904","predicate":{"custom_model_data":3904}},{"model":"w3905","predicate":{"custom_model_data":3905}},{"model":"w3906","predicate":{"custom_model_data":3906}},{"model":"w3907","predicate":{"custom_model_data":3907}},{"model":"w3908","predicate":{"custom_model_data":3908}},{"model":"w3909","predicate":{"custom_model_data":3909}},{"model":"w3910","predicate":{"custom_model_data":3910}},{"model":"w3911","predicate":{"custom_model_data":3911}},{"model":"w3912","predicate":{"custom_model_data":3912}},{"model":"w3913","predicate":{"custom_model_data":3913}},{"model":"w3914","predicate":{"custom_model_data":3914}},{"model":"w3915","predicate":{"custom_model_data":3915}},{"model":"w3916","predicate":{"custom_model_data":3916}},{"model":"w3917","predicate":{"custom_model_data":3917}},{"model":"w3918","predicate":{"custom_model_data":3918}},{"model":"w3919","predicate":{"custom_model_data":3919}},{"model":"w3920","predicate":{"custom_model_data":3920}},{"model":"w3921","predicate":{"custom_model_data":3921}},{"model":"w3922","predicate":{"custom_model_data":3922}},{"model":"w3923","predicate":{"custom_model_data":3923}},{"model":"w3924","predicate":{"custom_model_data":3924}},{"model":"w3925","predicate":{"custom_model_data":3925}},{"model":"w3926","predicate":{"custom_model_data":3926}},{"model":"w3927","predicate":{"custom_model_data":3927}},{"model":"w3928","predicate":{"custom_model_data":3928}},{"model":"w3929","predicate":{"custom_model_data":3929}},{"model":"w3930","predicate":{"custom_model_data":3930}},{"model":"w3931","predicate":{"custom_model_data":3931}},{"model":"w3932","predicate":{"custom_model_data":3932}},{"model":"w3933","predicate":{"custom_model_data":3933}},{"model":"w3934","predicate":{"custom_model_data":3934}},{"model":"w3935","predicate":{"custom_model_data":3935}},{"model":"w3936","predicate":{"custom_model_data":3936}},{"model":"w3937","predicate":{"custom_model_data":3937}},{"model":"w3938","predicate":{"custom_model_data":3938}},{"model":"w3939","predicate":{"custom_model_data":3939}},{"model":"w3940","predicate":{"custom_model_data":3940}},{"model":"w3941","predicate":{"custom_model_data":3941}},{"model":"w3942","predicate":{"custom_model_data":3942}},{"model":"w3943","predicate":{"custom_model_data":3943}},{"model":"w3944","predicate":{"custom_model_data":3944}},{"model":"w3945","predicate":{"custom_model_data":3945}},{"model":"w3946","predicate":{"custom_model_data":3946}},{"model":"w3947","predicate":{"custom_model_data":3947}},{"model":"w3948","predicate":{"custom_model_data":3948}},{"model":"w3949","predicate":{"custom_model_data":3949}},{"model":"w3950","predicate":{"custom_model_data":3950}},{"model":"w3951","predicate":{"custom_model_data":3951}},{"model":"w3952","predicate":{"custom_model_data":3952}},{"model":"w3953","predicate":{"custom_model_data":3953}},{"model":"w3954","predicate":{"custom_model_data":3954}},{"model":"w3955","predicate":{"custom_model_data":3955}},{"model":"w3956","predicate":{"custom_model_data":3956}},{"model":"w3957","predicate":{"custom_model_data":3957}},{"model":"w3958","predicate":{"custom_model_data":3958}},{"model":"w3959","predicate":{"custom_model_data":3959}},{"model":"w3960","predicate":{"custom_model_data":3960}},{"model":"w3961","predicate":{"custom_model_data":3961}},{"model":"w3962","predicate":{"custom_model_data":3962}},{"model":"w3963","predicate":{"custom_model_data":3963}},{"model":"w3964","predicate":{"custom_model_data":3964}},{"model":"w3965","predicate":{"custom_model_data":3965}},{"model":"w3966","predicate":{"custom_model_data":3966}},{"model":"w3967","predicate":{"custom_model_data":3967}},{"model":"w3968","predicate":{"custom_model_data":3968}},{"model":"w3969","predicate":{"custom_model_data":3969}},{"model":"w3970","predicate":{"custom_model_data":3970}},{"model":"w3971","predicate":{"custom_model_data":3971}},{"model":"w3972","predicate":{"custom_model_data":3972}},{"model":"w3973","predicate":{"custom_model_data":3973}},{"model":"w3974","predicate":{"custom_model_data":3974}},{"model":"w3975","predicate":{"custom_model_data":3975}},{"model":"w3976","predicate":{"custom_model_data":3976}},{"model":"w3977","predicate":{"custom_model_data":3977}},{"model":"w3978","predicate":{"custom_model_data":3978}},{"model":"w3979","predicate":{"custom_model_data":3979}},{"model":"w3980","predicate":{"custom_model_data":3980}},{"model":"w3981","predicate":{"custom_model_data":3981}},{"model":"w3982","predicate":{"custom_model_data":3982}},{"model":"w3983","predicate":{"custom_model_data":3983}},{"model":"w3984","predicate":{"custom_model_data":3984}},{"model":"w3985","predicate":{"custom_model_data":3985}},{"model":"w3986","predicate":{"custom_model_data":3986}},{"model":"w3987","predicate":{"custom_model_data":3987}},{"model":"w3988","predicate":{"custom_model_data":3988}},{"model":"w3989","predicate":{"custom_model_data":3989}},{"model":"w3990","predicate":{"custom_model_data":3990}},{"model":"w3991","predicate":{"custom_model_data":3991}},{"model":"w3992","predicate":{"custom_model_data":3992}},{"model":"w3993","predicate":{"custom_model_data":3993}},{"model":"w3994","predicate":{"custom_model_data":3994}},{"model":"w3995","predicate":{"custom_model_data":3995}},{"model":"w3996","predicate":{"custom_model_data":3996}},{"model":"w3997","predicate":{"custom_model_data":3997}},{"model":"w3998","predicate":{"custom_model_data":3998}},{"model":"w3999","predicate":{"custom_model_data":3999}},{"model":"w4000","predicate":{"custom_model_data":4000}},{"model":"w4001","predicate":{"custom_model_data":4001}},{"model":"w4002","predicate":{"custom_model_data":4002}},{"model":"w4003","predicate":{"custom_model_data":4003}},{"model":"w4004","predicate":{"custom_model_data":4004}},{"model":"w4005","predicate":{"custom_model_data":4005}},{"model":"w4006","predicate":{"custom_model_data":4006}},{"model":"w4007","predicate":{"custom_model_data":4007}},{"model":"w4008","predicate":{"custom_model_data":4008}},{"model":"w4009","predicate":{"custom_model_data":4009}},{"model":"w4010","predicate":{"custom_model_data":4010}},{"model":"w4011","predicate":{"custom_model_data":4011}},{"model":"w4012","predicate":{"custom_model_data":4012}},{"model":"w4013","predicate":{"custom_model_data":4013}},{"model":"w4014","predicate":{"custom_model_data":4014}},{"model":"w4015","predicate":{"custom_model_data":4015}},{"model":"w4016","predicate":{"custom_model_data":4016}},{"model":"w4017","predicate":{"custom_model_data":4017}},{"model":"w4018","predicate":{"custom_model_data":4018}},{"model":"w4019","predicate":{"custom_model_data":4019}},{"model":"w4020","predicate":{"custom_model_data":4020}},{"model":"w4021","predicate":{"custom_model_data":4021}},{"model":"w4022","predicate":{"custom_model_data":4022}},{"model":"w4023","predicate":{"custom_model_data":4023}},{"model":"w4024","predicate":{"custom_model_data":4024}},{"model":"w4025","predicate":{"custom_model_data":4025}},{"model":"w4026","predicate":{"custom_model_data":4026}},{"model":"w4027","predicate":{"custom_model_data":4027}},{"model":"w4028","predicate":{"custom_model_data":4028}},{"model":"w4029","predicate":{"custom_model_data":4029}},{"model":"w4030","predicate":{"custom_model_data":4030}},{"model":"w4031","predicate":{"custom_model_data":4031}},{"model":"w4032","predicate":{"custom_model_data":4032}},{"model":"w4033","predicate":{"custom_model_data":4033}},{"model":"w4034","predicate":{"custom_model_data":4034}},{"model":"w4035","predicate":{"custom_model_data":4035}},{"model":"w4036","predicate":{"custom_model_data":4036}},{"model":"w4037","predicate":{"custom_model_data":4037}},{"model":"w4038","predicate":{"custom_model_data":4038}},{"model":"w4039","predicate":{"custom_model_data":4039}},{"model":"w4040","predicate":{"custom_model_data":4040}},{"model":"w4041","predicate":{"custom_model_data":4041}},{"model":"w4042","predicate":{"custom_model_data":4042}},{"model":"w4043","predicate":{"custom_model_data":4043}},{"model":"w4044","predicate":{"custom_model_data":4044}},{"model":"w4045","predicate":{"custom_model_data":4045}},{"model":"w4046","predicate":{"custom_model_data":4046}},{"model":"w4047","predicate":{"custom_model_data":4047}},{"model":"w4048","predicate":{"custom_model_data":4048}},{"model":"w4049","predicate":{"custom_model_data":4049}},{"model":"w4050","predicate":{"custom_model_data":4050}},{"model":"w4051","predicate":{"custom_model_data":4051}},{"model":"w4052","predicate":{"custom_model_data":4052}},{"model":"w4053","predicate":{"custom_model_data":4053}},{"model":"w4054","predicate":{"custom_model_data":4054}},{"model":"w4055","predicate":{"custom_model_data":4055}},{"model":"w4056","predicate":{"custom_model_data":4056}},{"model":"w4057","predicate":{"custom_model_data":4057}},{"model":"w4058","predicate":{"custom_model_data":4058}},{"model":"w4059","predicate":{"custom_model_data":4059}},{"model":"w4060","predicate":{"custom_model_data":4060}},{"model":"w4061","predicate":{"custom_model_data":4061}},{"model":"w4062","predicate":{"custom_model_data":4062}},{"model":"w4063","predicate":{"custom_model_data":4063}},{"model":"w4064","predicate":{"custom_model_data":4064}},{"model":"w4065","predicate":{"custom_model_data":4065}},{"model":"w4066","predicate":{"custom_model_data":4066}},{"model":"w4067","predicate":{"custom_model_data":4067}},{"model":"w4068","predicate":{"custom_model_data":4068}},{"model":"w4069","predicate":{"custom_model_data":4069}},{"model":"w4070","predicate":{"custom_model_data":4070}},{"model":"w4071","predicate":{"custom_model_data":4071}},{"model":"w4072","predicate":{"custom_model_data":4072}},{"model":"w4073","predicate":{"custom_model_data":4073}},{"model":"w4074","predicate":{"custom_model_data":4074}},{"model":"w4075","predicate":{"custom_model_data":4075}},{"model":"w4076","predicate":{"custom_model_data":4076}},{"model":"w4077","predicate":{"custom_model_data":4077}},{"model":"w4078","predicate":{"custom_model_data":4078}},{"model":"w4079","predicate":{"custom_model_data":4079}},{"model":"w4080","predicate":{"custom_model_data":4080}},{"model":"w4081","predicate":{"custom_model_data":4081}},{"model":"w4082","predicate":{"custom_model_data":4082}},{"model":"w4083","predicate":{"custom_model_data":4083}},{"model":"w4084","predicate":{"custom_model_data":4084}},{"model":"w4085","predicate":{"custom_model_data":4085}},{"model":"w4086","predicate":{"custom_model_data":4086}},{"model":"w4087","predicate":{"custom_model_data":4087}},{"model":"w4088","predicate":{"custom_model_data":4088}},{"model":"w4089","predicate":{"custom_model_data":4089}},{"model":"w4090","predicate":{"custom_model_data":4090}},{"model":"w4091","predicate":{"custom_model_data":4091}},{"model":"w4092","predicate":{"custom_model_data":4092}},{"model":"w4093","predicate":{"custom_model_data":4093}},{"model":"w4094","predicate":{"custom_model_data":4094}},{"model":"w4095","predicate":{"custom_model_data":4095}},{"model":"w4096","predicate":{"custom_model_data":4096}},{"model":"w4097","predicate":{"custom_model_data":4097}},{"model":"w4098","predicate":{"custom_model_data":4098}},{"model":"w4099","predicate":{"custom_model_data":4099}},{"model":"w4100","predicate":{"custom_model_data":4100}},{"model":"w4101","predicate":{"custom_model_data":4101}},{"model":"w4102","predicate":{"custom_model_data":4102}},{"model":"w4103","predicate":{"custom_model_data":4103}},{"model":"w4104","predicate":{"custom_model_data":4104}},{"model":"w4105","predicate":{"custom_model_data":4105}},{"model":"w4106","predicate":{"custom_model_data":4106}},{"model":"w4107","predicate":{"custom_model_data":4107}},{"model":"w4108","predicate":{"custom_model_data":4108}},{"model":"w4109","predicate":{"custom_model_data":4109}},{"model":"w4110","predicate":{"custom_model_data":4110}},{"model":"w4111","predicate":{"custom_model_data":4111}},{"model":"w4112","predicate":{"custom_model_data":4112}},{"model":"w4113","predicate":{"custom_model_data":4113}},{"model":"w4114","predicate":{"custom_model_data":4114}},{"model":"w4115","predicate":{"custom_model_data":4115}},{"model":"w4116","predicate":{"custom_model_data":4116}},{"model":"w4117","predicate":{"custom_model_data":4117}},{"model":"w4118","predicate":{"custom_model_data":4118}},{"model":"w4119","predicate":{"custom_model_data":4119}},{"model":"w4120","predicate":{"custom_model_data":4120}},{"model":"w4121","predicate":{"custom_model_data":4121}},{"model":"w4122","predicate":{"custom_model_data":4122}},{"model":"w4123","predicate":{"custom_model_data":4123}},{"model":"w4124","predicate":{"custom_model_data":4124}},{"model":"w4125","predicate":{"custom_model_data":4125}},{"model":"w4126","predicate":{"custom_model_data":4126}},{"model":"w4127","predicate":{"custom_model_data":4127}},{"model":"w4128","predicate":{"custom_model_data":4128}},{"model":"w4129","predicate":{"custom_model_data":4129}},{"model":"w4130","predicate":{"custom_model_data":4130}},{"model":"w4131","predicate":{"custom_model_data":4131}},{"model":"w4132","predicate":{"custom_model_data":4132}},{"model":"w4133","predicate":{"custom_model_data":4133}},{"model":"w4134","predicate":{"custom_model_data":4134}},{"model":"w4135","predicate":{"custom_model_data":4135}},{"model":"w4136","predicate":{"custom_model_data":4136}},{"model":"w4137","predicate":{"custom_model_data":4137}},{"model":"w4138","predicate":{"custom_model_data":4138}},{"model":"w4139","predicate":{"custom_model_data":4139}},{"model":"w4140","predicate":{"custom_model_data":4140}},{"model":"w4141","predicate":{"custom_model_data":4141}},{"model":"w4142","predicate":{"custom_model_data":4142}},{"model":"w4143","predicate":{"custom_model_data":4143}},{"model":"w4144","predicate":{"custom_model_data":4144}},{"model":"w4145","predicate":{"custom_model_data":4145}},{"model":"w4146","predicate":{"custom_model_data":4146}},{"model":"w4147","predicate":{"custom_model_data":4147}},{"model":"w4148","predicate":{"custom_model_data":4148}},{"model":"w4149","predicate":{"custom_model_data":4149}},{"model":"w4150","predicate":{"custom_model_data":4150}},{"model":"w4151","predicate":{"custom_model_data":4151}},{"model":"w4152","predicate":{"custom_model_data":4152}},{"model":"w4153","predicate":{"custom_model_data":4153}},{"model":"w4154","predicate":{"custom_model_data":4154}},{"model":"w4155","predicate":{"custom_model_data":4155}},{"model":"w4156","predicate":{"custom_model_data":4156}},{"model":"w4157","predicate":{"custom_model_data":4157}},{"model":"w4158","predicate":{"custom_model_data":4158}},{"model":"w4159","predicate":{"custom_model_data":4159}},{"model":"w4160","predicate":{"custom_model_data":4160}},{"model":"w4161","predicate":{"custom_model_data":4161}},{"model":"w4162","predicate":{"custom_model_data":4162}},{"model":"w4163","predicate":{"custom_model_data":4163}},{"model":"w4164","predicate":{"custom_model_data":4164}},{"model":"w4165","predicate":{"custom_model_data":4165}},{"model":"w4166","predicate":{"custom_model_data":4166}},{"model":"w4167","predicate":{"custom_model_data":4167}},{"model":"w4168","predicate":{"custom_model_data":4168}},{"model":"w4169","predicate":{"custom_model_data":4169}},{"model":"w4170","predicate":{"custom_model_data":4170}},{"model":"w4171","predicate":{"custom_model_data":4171}},{"model":"w4172","predicate":{"custom_model_data":4172}},{"model":"w4173","predicate":{"custom_model_data":4173}},{"model":"w4174","predicate":{"custom_model_data":4174}},{"model":"w4175","predicate":{"custom_model_data":4175}},{"model":"w4176","predicate":{"custom_model_data":4176}},{"model":"w4177","predicate":{"custom_model_data":4177}},{"model":"w4178","predicate":{"custom_model_data":4178}},{"model":"w4179","predicate":{"custom_model_data":4179}},{"model":"w4180","predicate":{"custom_model_data":4180}},{"model":"w4181","predicate":{"custom_model_data":4181}},{"model":"w4182","predicate":{"custom_model_data":4182}},{"model":"w4183","predicate":{"custom_model_data":4183}},{"model":"w4184","predicate":{"custom_model_data":4184}},{"model":"w4185","predicate":{"custom_model_data":4185}},{"model":"w4186","predicate":{"custom_model_data":4186}},{"model":"w4187","predicate":{"custom_model_data":4187}},{"model":"w4188","predicate":{"custom_model_data":4188}},{"model":"w4189","predicate":{"custom_model_data":4189}},{"model":"w4190","predicate":{"custom_model_data":4190}},{"model":"w4191","predicate":{"custom_model_data":4191}},{"model":"w4192","predicate":{"custom_model_data":4192}},{"model":"w4193","predicate":{"custom_model_data":4193}},{"model":"w4194","predicate":{"custom_model_data":4194}},{"model":"w4195","predicate":{"custom_model_data":4195}},{"model":"w4196","predicate":{"custom_model_data":4196}},{"model":"w4197","predicate":{"custom_model_data":4197}},{"model":"w4198","predicate":{"custom_model_data":4198}},{"model":"w4199","predicate":{"custom_model_data":4199}},{"model":"w4200","predicate":{"custom_model_data":4200}},{"model":"w4201","predicate":{"custom_model_data":4201}},{"model":"w4202","predicate":{"custom_model_data":4202}},{"model":"w4203","predicate":{"custom_model_data":4203}},{"model":"w4204","predicate":{"custom_model_data":4204}},{"model":"w4205","predicate":{"custom_model_data":4205}},{"model":"w4206","predicate":{"custom_model_data":4206}},{"model":"w4207","predicate":{"custom_model_data":4207}},{"model":"w4208","predicate":{"custom_model_data":4208}},{"model":"w4209","predicate":{"custom_model_data":4209}},{"model":"w4210","predicate":{"custom_model_data":4210}},{"model":"w4211","predicate":{"custom_model_data":4211}},{"model":"w4212","predicate":{"custom_model_data":4212}},{"model":"w4213","predicate":{"custom_model_data":4213}},{"model":"w4214","predicate":{"custom_model_data":4214}},{"model":"w4215","predicate":{"custom_model_data":4215}},{"model":"w4216","predicate":{"custom_model_data":4216}},{"model":"w4217","predicate":{"custom_model_data":4217}},{"model":"w4218","predicate":{"custom_model_data":4218}},{"model":"w4219","predicate":{"custom_model_data":4219}},{"model":"w4220","predicate":{"custom_model_data":4220}},{"model":"w4221","predicate":{"custom_model_data":4221}},{"model":"w4222","predicate":{"custom_model_data":4222}},{"model":"w4223","predicate":{"custom_model_data":4223}},{"model":"w4224","predicate":{"custom_model_data":4224}},{"model":"w4225","predicate":{"custom_model_data":4225}},{"model":"w4226","predicate":{"custom_model_data":4226}},{"model":"w4227","predicate":{"custom_model_data":4227}},{"model":"w4228","predicate":{"custom_model_data":4228}},{"model":"w4229","predicate":{"custom_model_data":4229}},{"model":"w4230","predicate":{"custom_model_data":4230}},{"model":"w4231","predicate":{"custom_model_data":4231}},{"model":"w4232","predicate":{"custom_model_data":4232}},{"model":"w4233","predicate":{"custom_model_data":4233}},{"model":"w4234","predicate":{"custom_model_data":4234}},{"model":"w4235","predicate":{"custom_model_data":4235}},{"model":"w4236","predicate":{"custom_model_data":4236}},{"model":"w4237","predicate":{"custom_model_data":4237}},{"model":"w4238","predicate":{"custom_model_data":4238}},{"model":"w4239","predicate":{"custom_model_data":4239}},{"model":"w4240","predicate":{"custom_model_data":4240}},{"model":"w4241","predicate":{"custom_model_data":4241}},{"model":"w4242","predicate":{"custom_model_data":4242}},{"model":"w4243","predicate":{"custom_model_data":4243}},{"model":"w4244","predicate":{"custom_model_data":4244}},{"model":"w4245","predicate":{"custom_model_data":4245}},{"model":"w4246","predicate":{"custom_model_data":4246}},{"model":"w4247","predicate":{"custom_model_data":4247}},{"model":"w4248","predicate":{"custom_model_data":4248}},{"model":"w4249","predicate":{"custom_model_data":4249}},{"model":"w4250","predicate":{"custom_model_data":4250}},{"model":"w4251","predicate":{"custom_model_data":4251}},{"model":"w4252","predicate":{"custom_model_data":4252}},{"model":"w4253","predicate":{"custom_model_data":4253}},{"model":"w4254","predicate":{"custom_model_data":4254}},{"model":"w4255","predicate":{"custom_model_data":4255}},{"model":"w4256","predicate":{"custom_model_data":4256}},{"model":"w4257","predicate":{"custom_model_data":4257}},{"model":"w4258","predicate":{"custom_model_data":4258}},{"model":"w4259","predicate":{"custom_model_data":4259}},{"model":"w4260","predicate":{"custom_model_data":4260}},{"model":"w4261","predicate":{"custom_model_data":4261}},{"model":"w4262","predicate":{"custom_model_data":4262}},{"model":"w4263","predicate":{"custom_model_data":4263}},{"model":"w4264","predicate":{"custom_model_data":4264}},{"model":"w4265","predicate":{"custom_model_data":4265}},{"model":"w4266","predicate":{"custom_model_data":4266}},{"model":"w4267","predicate":{"custom_model_data":4267}},{"model":"w4268","predicate":{"custom_model_data":4268}},{"model":"w4269","predicate":{"custom_model_data":4269}},{"model":"w4270","predicate":{"custom_model_data":4270}},{"model":"w4271","predicate":{"custom_model_data":4271}},{"model":"w4272","predicate":{"custom_model_data":4272}},{"model":"w4273","predicate":{"custom_model_data":4273}},{"model":"w4274","predicate":{"custom_model_data":4274}},{"model":"w4275","predicate":{"custom_model_data":4275}},{"model":"w4276","predicate":{"custom_model_data":4276}},{"model":"w4277","predicate":{"custom_model_data":4277}},{"model":"w4278","predicate":{"custom_model_data":4278}},{"model":"w4279","predicate":{"custom_model_data":4279}},{"model":"w4280","predicate":{"custom_model_data":4280}},{"model":"w4281","predicate":{"custom_model_data":4281}},{"model":"w4282","predicate":{"custom_model_data":4282}},{"model":"w4283","predicate":{"custom_model_data":4283}},{"model":"w4284","predicate":{"custom_model_data":4284}},{"model":"w4285","predicate":{"custom_model_data":4285}},{"model":"w4286","predicate":{"custom_model_data":4286}},{"model":"w4287","predicate":{"custom_model_data":4287}},{"model":"w4288","predicate":{"custom_model_data":4288}},{"model":"w4289","predicate":{"custom_model_data":4289}},{"model":"w4290","predicate":{"custom_model_data":4290}},{"model":"w4291","predicate":{"custom_model_data":4291}},{"model":"w4292","predicate":{"custom_model_data":4292}},{"model":"w4293","predicate":{"custom_model_data":4293}},{"model":"w4294","predicate":{"custom_model_data":4294}},{"model":"w4295","predicate":{"custom_model_data":4295}},{"model":"w4296","predicate":{"custom_model_data":4296}},{"model":"w4297","predicate":{"custom_model_data":4297}},{"model":"w4298","predicate":{"custom_model_data":4298}},{"model":"w4299","predicate":{"custom_model_data":4299}},{"model":"w4300","predicate":{"custom_model_data":4300}},{"model":"w4301","predicate":{"custom_model_data":4301}},{"model":"w4302","predicate":{"custom_model_data":4302}},{"model":"w4303","predicate":{"custom_model_data":4303}},{"model":"w4304","predicate":{"custom_model_data":4304}},{"model":"w4305","predicate":{"custom_model_data":4305}},{"model":"w4306","predicate":{"custom_model_data":4306}},{"model":"w4307","predicate":{"custom_model_data":4307}},{"model":"w4308","predicate":{"custom_model_data":4308}},{"model":"w4309","predicate":{"custom_model_data":4309}},{"model":"w4310","predicate":{"custom_model_data":4310}},{"model":"w4311","predicate":{"custom_model_data":4311}},{"model":"w4312","predicate":{"custom_model_data":4312}},{"model":"w4313","predicate":{"custom_model_data":4313}},{"model":"w4314","predicate":{"custom_model_data":4314}},{"model":"w4315","predicate":{"custom_model_data":4315}},{"model":"w4316","predicate":{"custom_model_data":4316}},{"model":"w4317","predicate":{"custom_model_data":4317}},{"model":"w4318","predicate":{"custom_model_data":4318}},{"model":"w4319","predicate":{"custom_model_data":4319}},{"model":"w4320","predicate":{"custom_model_data":4320}},{"model":"w4321","predicate":{"custom_model_data":4321}},{"model":"w4322","predicate":{"custom_model_data":4322}},{"model":"w4323","predicate":{"custom_model_data":4323}},{"model":"w4324","predicate":{"custom_model_data":4324}},{"model":"w4325","predicate":{"custom_model_data":4325}},{"model":"w4326","predicate":{"custom_model_data":4326}},{"model":"w4327","predicate":{"custom_model_data":4327}},{"model":"w4328","predicate":{"custom_model_data":4328}},{"model":"w4329","predicate":{"custom_model_data":4329}},{"model":"w4330","predicate":{"custom_model_data":4330}},{"model":"w4331","predicate":{"custom_model_data":4331}},{"model":"w4332","predicate":{"custom_model_data":4332}},{"model":"w4333","predicate":{"custom_model_data":4333}},{"model":"w4334","predicate":{"custom_model_data":4334}},{"model":"w4335","predicate":{"custom_model_data":4335}},{"model":"w4336","predicate":{"custom_model_data":4336}},{"model":"w4337","predicate":{"custom_model_data":4337}},{"model":"w4338","predicate":{"custom_model_data":4338}},{"model":"w4339","predicate":{"custom_model_data":4339}},{"model":"w4340","predicate":{"custom_model_data":4340}},{"model":"w4341","predicate":{"custom_model_data":4341}},{"model":"w4342","predicate":{"custom_model_data":4342}},{"model":"w4343","predicate":{"custom_model_data":4343}},{"model":"w4344","predicate":{"custom_model_data":4344}},{"model":"w4345","predicate":{"custom_model_data":4345}},{"model":"w4346","predicate":{"custom_model_data":4346}},{"model":"w4347","predicate":{"custom_model_data":4347}},{"model":"w4348","predicate":{"custom_model_data":4348}},{"model":"w4349","predicate":{"custom_model_data":4349}},{"model":"w4350","predicate":{"custom_model_data":4350}},{"model":"w4351","predicate":{"custom_model_data":4351}},{"model":"w4352","predicate":{"custom_model_data":4352}},{"model":"w4353","predicate":{"custom_model_data":4353}},{"model":"w4354","predicate":{"custom_model_data":4354}},{"model":"w4355","predicate":{"custom_model_data":4355}},{"model":"w4356","predicate":{"custom_model_data":4356}},{"model":"w4357","predicate":{"custom_model_data":4357}},{"model":"w4358","predicate":{"custom_model_data":4358}},{"model":"w4359","predicate":{"custom_model_data":4359}},{"model":"w4360","predicate":{"custom_model_data":4360}},{"model":"w4361","predicate":{"custom_model_data":4361}},{"model":"w4362","predicate":{"custom_model_data":4362}},{"model":"w4363","predicate":{"custom_model_data":4363}},{"model":"w4364","predicate":{"custom_model_data":4364}},{"model":"w4365","predicate":{"custom_model_data":4365}},{"model":"w4366","predicate":{"custom_model_data":4366}},{"model":"w4367","predicate":{"custom_model_data":4367}},{"model":"w4368","predicate":{"custom_model_data":4368}},{"model":"w4369","predicate":{"custom_model_data":4369}},{"model":"w4370","predicate":{"custom_model_data":4370}},{"model":"w4371","predicate":{"custom_model_data":4371}},{"model":"w4372","predicate":{"custom_model_data":4372}},{"model":"w4373","predicate":{"custom_model_data":4373}},{"model":"w4374","predicate":{"custom_model_data":4374}},{"model":"w4375","predicate":{"custom_model_data":4375}},{"model":"w4376","predicate":{"custom_model_data":4376}},{"model":"w4377","predicate":{"custom_model_data":4377}},{"model":"w4378","predicate":{"custom_model_data":4378}},{"model":"w4379","predicate":{"custom_model_data":4379}},{"model":"w4380","predicate":{"custom_model_data":4380}},{"model":"w4381","predicate":{"custom_model_data":4381}},{"model":"w4382","predicate":{"custom_model_data":4382}},{"model":"w4383","predicate":{"custom_model_data":4383}},{"model":"w4384","predicate":{"custom_model_data":4384}},{"model":"w4385","predicate":{"custom_model_data":4385}},{"model":"w4386","predicate":{"custom_model_data":4386}},{"model":"w4387","predicate":{"custom_model_data":4387}},{"model":"w4388","predicate":{"custom_model_data":4388}},{"model":"w4389","predicate":{"custom_model_data":4389}},{"model":"w4390","predicate":{"custom_model_data":4390}},{"model":"w4391","predicate":{"custom_model_data":4391}},{"model":"w4392","predicate":{"custom_model_data":4392}},{"model":"w4393","predicate":{"custom_model_data":4393}},{"model":"w4394","predicate":{"custom_model_data":4394}},{"model":"w4395","predicate":{"custom_model_data":4395}},{"model":"w4396","predicate":{"custom_model_data":4396}},{"model":"w4397","predicate":{"custom_model_data":4397}},{"model":"w4398","predicate":{"custom_model_data":4398}},{"model":"w4399","predicate":{"custom_model_data":4399}},{"model":"w4400","predicate":{"custom_model_data":4400}},{"model":"w4401","predicate":{"custom_model_data":4401}},{"model":"w4402","predicate":{"custom_model_data":4402}},{"model":"w4403","predicate":{"custom_model_data":4403}},{"model":"w4404","predicate":{"custom_model_data":4404}},{"model":"w4405","predicate":{"custom_model_data":4405}},{"model":"w4406","predicate":{"custom_model_data":4406}},{"model":"w4407","predicate":{"custom_model_data":4407}},{"model":"w4408","predicate":{"custom_model_data":4408}},{"model":"w4409","predicate":{"custom_model_data":4409}},{"model":"w4410","predicate":{"custom_model_data":4410}},{"model":"w4411","predicate":{"custom_model_data":4411}},{"model":"w4412","predicate":{"custom_model_data":4412}},{"model":"w4413","predicate":{"custom_model_data":4413}},{"model":"w4414","predicate":{"custom_model_data":4414}},{"model":"w4415","predicate":{"custom_model_data":4415}},{"model":"w4416","predicate":{"custom_model_data":4416}},{"model":"w4417","predicate":{"custom_model_data":4417}},{"model":"w4418","predicate":{"custom_model_data":4418}},{"model":"w4419","predicate":{"custom_model_data":4419}},{"model":"w4420","predicate":{"custom_model_data":4420}},{"model":"w4421","predicate":{"custom_model_data":4421}},{"model":"w4422","predicate":{"custom_model_data":4422}},{"model":"w4423","predicate":{"custom_model_data":4423}},{"model":"w4424","predicate":{"custom_model_data":4424}},{"model":"w4425","predicate":{"custom_model_data":4425}},{"model":"w4426","predicate":{"custom_model_data":4426}},{"model":"w4427","predicate":{"custom_model_data":4427}},{"model":"w4428","predicate":{"custom_model_data":4428}},{"model":"w4429","predicate":{"custom_model_data":4429}},{"model":"w4430","predicate":{"custom_model_data":4430}},{"model":"w4431","predicate":{"custom_model_data":4431}},{"model":"w4432","predicate":{"custom_model_data":4432}},{"model":"w4433","predicate":{"custom_model_data":4433}},{"model":"w4434","predicate":{"custom_model_data":4434}},{"model":"w4435","predicate":{"custom_model_data":4435}},{"model":"w4436","predicate":{"custom_model_data":4436}},{"model":"w4437","predicate":{"custom_model_data":4437}},{"model":"w4438","predicate":{"custom_model_data":4438}},{"model":"w4439","predicate":{"custom_model_data":4439}},{"model":"w4440","predicate":{"custom_model_data":4440}},{"model":"w4441","predicate":{"custom_model_data":4441}},{"model":"w4442","predicate":{"custom_model_data":4442}},{"model":"w4443","predicate":{"custom_model_data":4443}},{"model":"w4444","predicate":{"custom_model_data":4444}},{"model":"w4445","predicate":{"custom_model_data":4445}},{"model":"w4446","predicate":{"custom_model_data":4446}},{"model":"w4447","predicate":{"custom_model_data":4447}},{"model":"w4448","predicate":{"custom_model_data":4448}},{"model":"w4449","predicate":{"custom_model_data":4449}},{"model":"w4450","predicate":{"custom_model_data":4450}},{"model":"w4451","predicate":{"custom_model_data":4451}},{"model":"w4452","predicate":{"custom_model_data":4452}},{"model":"w4453","predicate":{"custom_model_data":4453}},{"model":"w4454","predicate":{"custom_model_data":4454}},{"model":"w4455","predicate":{"custom_model_data":4455}},{"model":"w4456","predicate":{"custom_model_data":4456}},{"model":"w4457","predicate":{"custom_model_data":4457}},{"model":"w4458","predicate":{"custom_model_data":4458}},{"model":"w4459","predicate":{"custom_model_data":4459}},{"model":"w4460","predicate":{"custom_model_data":4460}},{"model":"w4461","predicate":{"custom_model_data":4461}},{"model":"w4462","predicate":{"custom_model_data":4462}},{"model":"w4463","predicate":{"custom_model_data":4463}},{"model":"w4464","predicate":{"custom_model_data":4464}},{"model":"w4465","predicate":{"custom_model_data":4465}},{"model":"w4466","predicate":{"custom_model_data":4466}},{"model":"w4467","predicate":{"custom_model_data":4467}},{"model":"w4468","predicate":{"custom_model_data":4468}},{"model":"w4469","predicate":{"custom_model_data":4469}},{"model":"w4470","predicate":{"custom_model_data":4470}},{"model":"w4471","predicate":{"custom_model_data":4471}},{"model":"w4472","predicate":{"custom_model_data":4472}},{"model":"w4473","predicate":{"custom_model_data":4473}},{"model":"w4474","predicate":{"custom_model_data":4474}},{"model":"w4475","predicate":{"custom_model_data":4475}},{"model":"w4476","predicate":{"custom_model_data":4476}},{"model":"w4477","predicate":{"custom_model_data":4477}},{"model":"w4478","predicate":{"custom_model_data":4478}},{"model":"w4479","predicate":{"custom_model_data":4479}},{"model":"w4480","predicate":{"custom_model_data":4480}},{"model":"w4481","predicate":{"custom_model_data":4481}},{"model":"w4482","predicate":{"custom_model_data":4482}},{"model":"w4483","predicate":{"custom_model_data":4483}},{"model":"w4484","predicate":{"custom_model_data":4484}},{"model":"w4485","predicate":{"custom_model_data":4485}},{"model":"w4486","predicate":{"custom_model_data":4486}},{"model":"w4487","predicate":{"custom_model_data":4487}},{"model":"w4488","predicate":{"custom_model_data":4488}},{"model":"w4489","predicate":{"custom_model_data":4489}},{"model":"w4490","predicate":{"custom_model_data":4490}},{"model":"w4491","predicate":{"custom_model_data":4491}},{"model":"w4492","predicate":{"custom_model_data":4492}},{"model":"w4493","predicate":{"custom_model_data":4493}},{"model":"w4494","predicate":{"custom_model_data":4494}},{"model":"w4495","predicate":{"custom_model_data":4495}},{"model":"w4496","predicate":{"custom_model_data":4496}},{"model":"w4497","predicate":{"custom_model_data":4497}},{"model":"w4498","predicate":{"custom_model_data":4498}},{"model":"w4499","predicate":{"custom_model_data":4499}},{"model":"w4500","predicate":{"custom_model_data":4500}},{"model":"w4501","predicate":{"custom_model_data":4501}},{"model":"w4502","predicate":{"custom_model_data":4502}},{"model":"w4503","predicate":{"custom_model_data":4503}},{"model":"w4504","predicate":{"custom_model_data":4504}},{"model":"w4505","predicate":{"custom_model_data":4505}},{"model":"w4506","predicate":{"custom_model_data":4506}},{"model":"w4507","predicate":{"custom_model_data":4507}},{"model":"w4508","predicate":{"custom_model_data":4508}},{"model":"w4509","predicate":{"custom_model_data":4509}},{"model":"w4510","predicate":{"custom_model_data":4510}},{"model":"w4511","predicate":{"custom_model_data":4511}},{"model":"w4512","predicate":{"custom_model_data":4512}},{"model":"w4513","predicate":{"custom_model_data":4513}},{"model":"w4514","predicate":{"custom_model_data":4514}},{"model":"w4515","predicate":{"custom_model_data":4515}},{"model":"w4516","predicate":{"custom_model_data":4516}},{"model":"w4517","predicate":{"custom_model_data":4517}},{"model":"w4518","predicate":{"custom_model_data":4518}},{"model":"w4519","predicate":{"custom_model_data":4519}},{"model":"w4520","predicate":{"custom_model_data":4520}},{"model":"w4521","predicate":{"custom_model_data":4521}},{"model":"w4522","predicate":{"custom_model_data":4522}},{"model":"w4523","predicate":{"custom_model_data":4523}},{"model":"w4524","predicate":{"custom_model_data":4524}},{"model":"w4525","predicate":{"custom_model_data":4525}},{"model":"w4526","predicate":{"custom_model_data":4526}},{"model":"w4527","predicate":{"custom_model_data":4527}},{"model":"w4528","predicate":{"custom_model_data":4528}},{"model":"w4529","predicate":{"custom_model_data":4529}},{"model":"w4530","predicate":{"custom_model_data":4530}},{"model":"w4531","predicate":{"custom_model_data":4531}},{"model":"w4532","predicate":{"custom_model_data":4532}},{"model":"w4533","predicate":{"custom_model_data":4533}},{"model":"w4534","predicate":{"custom_model_data":4534}},{"model":"w4535","predicate":{"custom_model_data":4535}},{"model":"w4536","predicate":{"custom_model_data":4536}},{"model":"w4537","predicate":{"custom_model_data":4537}},{"model":"w4538","predicate":{"custom_model_data":4538}},{"model":"w4539","predicate":{"custom_model_data":4539}},{"model":"w4540","predicate":{"custom_model_data":4540}},{"model":"w4541","predicate":{"custom_model_data":4541}},{"model":"w4542","predicate":{"custom_model_data":4542}},{"model":"w4543","predicate":{"custom_model_data":4543}},{"model":"w4544","predicate":{"custom_model_data":4544}},{"model":"w4545","predicate":{"custom_model_data":4545}},{"model":"w4546","predicate":{"custom_model_data":4546}},{"model":"w4547","predicate":{"custom_model_data":4547}},{"model":"w4548","predicate":{"custom_model_data":4548}},{"model":"w4549","predicate":{"custom_model_data":4549}},{"model":"w4550","predicate":{"custom_model_data":4550}},{"model":"w4551","predicate":{"custom_model_data":4551}},{"model":"w4552","predicate":{"custom_model_data":4552}},{"model":"w4553","predicate":{"custom_model_data":4553}},{"model":"w4554","predicate":{"custom_model_data":4554}},{"model":"w4555","predicate":{"custom_model_data":4555}},{"model":"w4556","predicate":{"custom_model_data":4556}},{"model":"w4557","predicate":{"custom_model_data":4557}},{"model":"w4558","predicate":{"custom_model_data":4558}},{"model":"w4559","predicate":{"custom_model_data":4559}},{"model":"w4560","predicate":{"custom_model_data":4560}},{"model":"w4561","predicate":{"custom_model_data":4561}},{"model":"w4562","predicate":{"custom_model_data":4562}},{"model":"w4563","predicate":{"custom_model_data":4563}},{"model":"w4564","predicate":{"custom_model_data":4564}},{"model":"w4565","predicate":{"custom_model_data":4565}},{"model":"w4566","predicate":{"custom_model_data":4566}},{"model":"w4567","predicate":{"custom_model_data":4567}},{"model":"w4568","predicate":{"custom_model_data":4568}},{"model":"w4569","predicate":{"custom_model_data":4569}},{"model":"w4570","predicate":{"custom_model_data":4570}},{"model":"w4571","predicate":{"custom_model_data":4571}},{"model":"w4572","predicate":{"custom_model_data":4572}},{"model":"w4573","predicate":{"custom_model_data":4573}},{"model":"w4574","predicate":{"custom_model_data":4574}},{"model":"w4575","predicate":{"custom_model_data":4575}},{"model":"w4576","predicate":{"custom_model_data":4576}},{"model":"w4577","predicate":{"custom_model_data":4577}},{"model":"w4578","predicate":{"custom_model_data":4578}},{"model":"w4579","predicate":{"custom_model_data":4579}},{"model":"w4580","predicate":{"custom_model_data":4580}},{"model":"w4581","predicate":{"custom_model_data":4581}},{"model":"w4582","predicate":{"custom_model_data":4582}},{"model":"w4583","predicate":{"custom_model_data":4583}},{"model":"w4584","predicate":{"custom_model_data":4584}},{"model":"w4585","predicate":{"custom_model_data":4585}},{"model":"w4586","predicate":{"custom_model_data":4586}},{"model":"w4587","predicate":{"custom_model_data":4587}},{"model":"w4588","predicate":{"custom_model_data":4588}},{"model":"w4589","predicate":{"custom_model_data":4589}},{"model":"w4590","predicate":{"custom_model_data":4590}},{"model":"w4591","predicate":{"custom_model_data":4591}},{"model":"w4592","predicate":{"custom_model_data":4592}},{"model":"w4593","predicate":{"custom_model_data":4593}},{"model":"w4594","predicate":{"custom_model_data":4594}},{"model":"w4595","predicate":{"custom_model_data":4595}},{"model":"w4596","predicate":{"custom_model_data":4596}},{"model":"w4597","predicate":{"custom_model_data":4597}},{"model":"w4598","predicate":{"custom_model_data":4598}},{"model":"w4599","predicate":{"custom_model_data":4599}},{"model":"w4600","predicate":{"custom_model_data":4600}},{"model":"w4601","predicate":{"custom_model_data":4601}},{"model":"w4602","predicate":{"custom_model_data":4602}},{"model":"w4603","predicate":{"custom_model_data":4603}},{"model":"w4604","predicate":{"custom_model_data":4604}},{"model":"w4605","predicate":{"custom_model_data":4605}},{"model":"w4606","predicate":{"custom_model_data":4606}},{"model":"w4607","predicate":{"custom_model_data":4607}},{"model":"w4608","predicate":{"custom_model_data":4608}},{"model":"w4609","predicate":{"custom_model_data":4609}},{"model":"w4610","predicate":{"custom_model_data":4610}},{"model":"w4611","predicate":{"custom_model_data":4611}},{"model":"w4612","predicate":{"custom_model_data":4612}},{"model":"w4613","predicate":{"custom_model_data":4613}},{"model":"w4614","predicate":{"custom_model_data":4614}},{"model":"w4615","predicate":{"custom_model_data":4615}},{"model":"w4616","predicate":{"custom_model_data":4616}},{"model":"w4617","predicate":{"custom_model_data":4617}},{"model":"w4618","predicate":{"custom_model_data":4618}},{"model":"w4619","predicate":{"custom_model_data":4619}},{"model":"w4620","predicate":{"custom_model_data":4620}},{"model":"w4621","predicate":{"custom_model_data":4621}},{"model":"w4622","predicate":{"custom_model_data":4622}},{"model":"w4623","predicate":{"custom_model_data":4623}},{"model":"w4624","predicate":{"custom_model_data":4624}},{"model":"w4625","predicate":{"custom_model_data":4625}},{"model":"w4626","predicate":{"custom_model_data":4626}},{"model":"w4627","predicate":{"custom_model_data":4627}},{"model":"w4628","predicate":{"custom_model_data":4628}},{"model":"w4629","predicate":{"custom_model_data":4629}},{"model":"w4630","predicate":{"custom_model_data":4630}},{"model":"w4631","predicate":{"custom_model_data":4631}},{"model":"w4632","predicate":{"custom_model_data":4632}},{"model":"w4633","predicate":{"custom_model_data":4633}},{"model":"w4634","predicate":{"custom_model_data":4634}},{"model":"w4635","predicate":{"custom_model_data":4635}},{"model":"w4636","predicate":{"custom_model_data":4636}},{"model":"w4637","predicate":{"custom_model_data":4637}},{"model":"w4638","predicate":{"custom_model_data":4638}},{"model":"w4639","predicate":{"custom_model_data":4639}},{"model":"w4640","predicate":{"custom_model_data":4640}},{"model":"w4641","predicate":{"custom_model_data":4641}},{"model":"w4642","predicate":{"custom_model_data":4642}},{"model":"w4643","predicate":{"custom_model_data":4643}},{"model":"w4644","predicate":{"custom_model_data":4644}},{"model":"w4645","predicate":{"custom_model_data":4645}},{"model":"w4646","predicate":{"custom_model_data":4646}},{"model":"w4647","predicate":{"custom_model_data":4647}},{"model":"w4648","predicate":{"custom_model_data":4648}},{"model":"w4649","predicate":{"custom_model_data":4649}},{"model":"w4650","predicate":{"custom_model_data":4650}},{"model":"w4651","predicate":{"custom_model_data":4651}},{"model":"w4652","predicate":{"custom_model_data":4652}},{"model":"w4653","predicate":{"custom_model_data":4653}},{"model":"w4654","predicate":{"custom_model_data":4654}},{"model":"w4655","predicate":{"custom_model_data":4655}},{"model":"w4656","predicate":{"custom_model_data":4656}},{"model":"w4657","predicate":{"custom_model_data":4657}},{"model":"w4658","predicate":{"custom_model_data":4658}},{"model":"w4659","predicate":{"custom_model_data":4659}},{"model":"w4660","predicate":{"custom_model_data":4660}},{"model":"w4661","predicate":{"custom_model_data":4661}},{"model":"w4662","predicate":{"custom_model_data":4662}},{"model":"w4663","predicate":{"custom_model_data":4663}},{"model":"w4664","predicate":{"custom_model_data":4664}},{"model":"w4665","predicate":{"custom_model_data":4665}},{"model":"w4666","predicate":{"custom_model_data":4666}},{"model":"w4667","predicate":{"custom_model_data":4667}},{"model":"w4668","predicate":{"custom_model_data":4668}},{"model":"w4669","predicate":{"custom_model_data":4669}},{"model":"w4670","predicate":{"custom_model_data":4670}},{"model":"w4671","predicate":{"custom_model_data":4671}},{"model":"w4672","predicate":{"custom_model_data":4672}},{"model":"w4673","predicate":{"custom_model_data":4673}},{"model":"w4674","predicate":{"custom_model_data":4674}},{"model":"w4675","predicate":{"custom_model_data":4675}},{"model":"w4676","predicate":{"custom_model_data":4676}},{"model":"w4677","predicate":{"custom_model_data":4677}},{"model":"w4678","predicate":{"custom_model_data":4678}},{"model":"w4679","predicate":{"custom_model_data":4679}},{"model":"w4680","predicate":{"custom_model_data":4680}},{"model":"w4681","predicate":{"custom_model_data":4681}},{"model":"w4682","predicate":{"custom_model_data":4682}},{"model":"w4683","predicate":{"custom_model_data":4683}},{"model":"w4684","predicate":{"custom_model_data":4684}},{"model":"w4685","predicate":{"custom_model_data":4685}},{"model":"w4686","predicate":{"custom_model_data":4686}},{"model":"w4687","predicate":{"custom_model_data":4687}},{"model":"w4688","predicate":{"custom_model_data":4688}},{"model":"w4689","predicate":{"custom_model_data":4689}},{"model":"w4690","predicate":{"custom_model_data":4690}},{"model":"w4691","predicate":{"custom_model_data":4691}},{"model":"w4692","predicate":{"custom_model_data":4692}},{"model":"w4693","predicate":{"custom_model_data":4693}},{"model":"w4694","predicate":{"custom_model_data":4694}},{"model":"w4695","predicate":{"custom_model_data":4695}},{"model":"w4696","predicate":{"custom_model_data":4696}},{"model":"w4697","predicate":{"custom_model_data":4697}},{"model":"w4698","predicate":{"custom_model_data":4698}},{"model":"w4699","predicate":{"custom_model_data":4699}},{"model":"w4700","predicate":{"custom_model_data":4700}},{"model":"w4701","predicate":{"custom_model_data":4701}},{"model":"w4702","predicate":{"custom_model_data":4702}},{"model":"w4703","predicate":{"custom_model_data":4703}},{"model":"w4704","predicate":{"custom_model_data":4704}},{"model":"w4705","predicate":{"custom_model_data":4705}},{"model":"w4706","predicate":{"custom_model_data":4706}},{"model":"w4707","predicate":{"custom_model_data":4707}},{"model":"w4708","predicate":{"custom_model_data":4708}},{"model":"w4709","predicate":{"custom_model_data":4709}},{"model":"w4710","predicate":{"custom_model_data":4710}},{"model":"w4711","predicate":{"custom_model_data":4711}},{"model":"w4712","predicate":{"custom_model_data":4712}},{"model":"w4713","predicate":{"custom_model_data":4713}},{"model":"w4714","predicate":{"custom_model_data":4714}},{"model":"w4715","predicate":{"custom_model_data":4715}},{"model":"w4716","predicate":{"custom_model_data":4716}},{"model":"w4717","predicate":{"custom_model_data":4717}},{"model":"w4718","predicate":{"custom_model_data":4718}},{"model":"w4719","predicate":{"custom_model_data":4719}},{"model":"w4720","predicate":{"custom_model_data":4720}},{"model":"w4721","predicate":{"custom_model_data":4721}},{"model":"w4722","predicate":{"custom_model_data":4722}},{"model":"w4723","predicate":{"custom_model_data":4723}},{"model":"w4724","predicate":{"custom_model_data":4724}},{"model":"w4725","predicate":{"custom_model_data":4725}},{"model":"w4726","predicate":{"custom_model_data":4726}},{"model":"w4727","predicate":{"custom_model_data":4727}},{"model":"w4728","predicate":{"custom_model_data":4728}},{"model":"w4729","predicate":{"custom_model_data":4729}},{"model":"w4730","predicate":{"custom_model_data":4730}},{"model":"w4731","predicate":{"custom_model_data":4731}},{"model":"w4732","predicate":{"custom_model_data":4732}},{"model":"w4733","predicate":{"custom_model_data":4733}},{"model":"w4734","predicate":{"custom_model_data":4734}},{"model":"w4735","predicate":{"custom_model_data":4735}},{"model":"w4736","predicate":{"custom_model_data":4736}},{"model":"w4737","predicate":{"custom_model_data":4737}},{"model":"w4738","predicate":{"custom_model_data":4738}},{"model":"w4739","predicate":{"custom_model_data":4739}},{"model":"w4740","predicate":{"custom_model_data":4740}},{"model":"w4741","predicate":{"custom_model_data":4741}},{"model":"w4742","predicate":{"custom_model_data":4742}},{"model":"w4743","predicate":{"custom_model_data":4743}},{"model":"w4744","predicate":{"custom_model_data":4744}},{"model":"w4745","predicate":{"custom_model_data":4745}},{"model":"w4746","predicate":{"custom_model_data":4746}},{"model":"w4747","predicate":{"custom_model_data":4747}},{"model":"w4748","predicate":{"custom_model_data":4748}},{"model":"w4749","predicate":{"custom_model_data":4749}},{"model":"w4750","predicate":{"custom_model_data":4750}},{"model":"w4751","predicate":{"custom_model_data":4751}},{"model":"w4752","predicate":{"custom_model_data":4752}},{"model":"w4753","predicate":{"custom_model_data":4753}},{"model":"w4754","predicate":{"custom_model_data":4754}},{"model":"w4755","predicate":{"custom_model_data":4755}},{"model":"w4756","predicate":{"custom_model_data":4756}},{"model":"w4757","predicate":{"custom_model_data":4757}},{"model":"w4758","predicate":{"custom_model_data":4758}},{"model":"w4759","predicate":{"custom_model_data":4759}},{"model":"w4760","predicate":{"custom_model_data":4760}},{"model":"w4761","predicate":{"custom_model_data":4761}},{"model":"w4762","predicate":{"custom_model_data":4762}},{"model":"w4763","predicate":{"custom_model_data":4763}},{"model":"w4764","predicate":{"custom_model_data":4764}},{"model":"w4765","predicate":{"custom_model_data":4765}},{"model":"w4766","predicate":{"custom_model_data":4766}},{"model":"w4767","predicate":{"custom_model_data":4767}},{"model":"w4768","predicate":{"custom_model_data":4768}},{"model":"w4769","predicate":{"custom_model_data":4769}},{"model":"w4770","predicate":{"custom_model_data":4770}},{"model":"w4771","predicate":{"custom_model_data":4771}},{"model":"w4772","predicate":{"custom_model_data":4772}},{"model":"w4773","predicate":{"custom_model_data":4773}},{"model":"w4774","predicate":{"custom_model_data":4774}},{"model":"w4775","predicate":{"custom_model_data":4775}},{"model":"w4776","predicate":{"custom_model_data":4776}},{"model":"w4777","predicate":{"custom_model_data":4777}},{"model":"w4778","predicate":{"custom_model_data":4778}},{"model":"w4779","predicate":{"custom_model_data":4779}},{"model":"w4780","predicate":{"custom_model_data":4780}},{"model":"w4781","predicate":{"custom_model_data":4781}},{"model":"w4782","predicate":{"custom_model_data":4782}},{"model":"w4783","predicate":{"custom_model_data":4783}},{"model":"w4784","predicate":{"custom_model_data":4784}},{"model":"w4785","predicate":{"custom_model_data":4785}},{"model":"w4786","predicate":{"custom_model_data":4786}},{"model":"w4787","predicate":{"custom_model_data":4787}},{"model":"w4788","predicate":{"custom_model_data":4788}},{"model":"w4789","predicate":{"custom_model_data":4789}},{"model":"w4790","predicate":{"custom_model_data":4790}},{"model":"w4791","predicate":{"custom_model_data":4791}},{"model":"w4792","predicate":{"custom_model_data":4792}},{"model":"w4793","predicate":{"custom_model_data":4793}},{"model":"w4794","predicate":{"custom_model_data":4794}},{"model":"w4795","predicate":{"custom_model_data":4795}},{"model":"w4796","predicate":{"custom_model_data":4796}},{"model":"w4797","predicate":{"custom_model_data":4797}},{"model":"w4798","predicate":{"custom_model_data":4798}},{"model":"w4799","predicate":{"custom_model_data":4799}},{"model":"w4800","predicate":{"custom_model_data":4800}},{"model":"w4801","predicate":{"custom_model_data":4801}},{"model":"w4802","predicate":{"custom_model_data":4802}},{"model":"w4803","predicate":{"custom_model_data":4803}},{"model":"w4804","predicate":{"custom_model_data":4804}},{"model":"w4805","predicate":{"custom_model_data":4805}},{"model":"w4806","predicate":{"custom_model_data":4806}},{"model":"w4807","predicate":{"custom_model_data":4807}},{"model":"w4808","predicate":{"custom_model_data":4808}},{"model":"w4809","predicate":{"custom_model_data":4809}},{"model":"w4810","predicate":{"custom_model_data":4810}},{"model":"w4811","predicate":{"custom_model_data":4811}},{"model":"w4812","predicate":{"custom_model_data":4812}},{"model":"w4813","predicate":{"custom_model_data":4813}},{"model":"w4814","predicate":{"custom_model_data":4814}},{"model":"w4815","predicate":{"custom_model_data":4815}},{"model":"w4816","predicate":{"custom_model_data":4816}},{"model":"w4817","predicate":{"custom_model_data":4817}},{"model":"w4818","predicate":{"custom_model_data":4818}},{"model":"w4819","predicate":{"custom_model_data":4819}},{"model":"w4820","predicate":{"custom_model_data":4820}},{"model":"w4821","predicate":{"custom_model_data":4821}},{"model":"w4822","predicate":{"custom_model_data":4822}},{"model":"w4823","predicate":{"custom_model_data":4823}},{"model":"w4824","predicate":{"custom_model_data":4824}},{"model":"w4825","predicate":{"custom_model_data":4825}},{"model":"w4826","predicate":{"custom_model_data":4826}},{"model":"w4827","predicate":{"custom_model_data":4827}},{"model":"w4828","predicate":{"custom_model_data":4828}},{"model":"w4829","predicate":{"custom_model_data":4829}},{"model":"w4830","predicate":{"custom_model_data":4830}},{"model":"w4831","predicate":{"custom_model_data":4831}},{"model":"w4832","predicate":{"custom_model_data":4832}},{"model":"w4833","predicate":{"custom_model_data":4833}},{"model":"w4834","predicate":{"custom_model_data":4834}},{"model":"w4835","predicate":{"custom_model_data":4835}},{"model":"w4836","predicate":{"custom_model_data":4836}},{"model":"w4837","predicate":{"custom_model_data":4837}},{"model":"w4838","predicate":{"custom_model_data":4838}},{"model":"w4839","predicate":{"custom_model_data":4839}},{"model":"w4840","predicate":{"custom_model_data":4840}},{"model":"w4841","predicate":{"custom_model_data":4841}},{"model":"w4842","predicate":{"custom_model_data":4842}},{"model":"w4843","predicate":{"custom_model_data":4843}},{"model":"w4844","predicate":{"custom_model_data":4844}},{"model":"w4845","predicate":{"custom_model_data":4845}},{"model":"w4846","predicate":{"custom_model_data":4846}},{"model":"w4847","predicate":{"custom_model_data":4847}},{"model":"w4848","predicate":{"custom_model_data":4848}},{"model":"w4849","predicate":{"custom_model_data":4849}},{"model":"w4850","predicate":{"custom_model_data":4850}},{"model":"w4851","predicate":{"custom_model_data":4851}},{"model":"w4852","predicate":{"custom_model_data":4852}},{"model":"w4853","predicate":{"custom_model_data":4853}},{"model":"w4854","predicate":{"custom_model_data":4854}},{"model":"w4855","predicate":{"custom_model_data":4855}},{"model":"w4856","predicate":{"custom_model_data":4856}},{"model":"w4857","predicate":{"custom_model_data":4857}},{"model":"w4858","predicate":{"custom_model_data":4858}},{"model":"w4859","predicate":{"custom_model_data":4859}},{"model":"w4860","predicate":{"custom_model_data":4860}},{"model":"w4861","predicate":{"custom_model_data":4861}},{"model":"w4862","predicate":{"custom_model_data":4862}},{"model":"w4863","predicate":{"custom_model_data":4863}},{"model":"w4864","predicate":{"custom_model_data":4864}},{"model":"w4865","predicate":{"custom_model_data":4865}},{"model":"w4866","predicate":{"custom_model_data":4866}},{"model":"w4867","predicate":{"custom_model_data":4867}},{"model":"w4868","predicate":{"custom_model_data":4868}},{"model":"w4869","predicate":{"custom_model_data":4869}},{"model":"w4870","predicate":{"custom_model_data":4870}},{"model":"w4871","predicate":{"custom_model_data":4871}},{"model":"w4872","predicate":{"custom_model_data":4872}},{"model":"w4873","predicate":{"custom_model_data":4873}},{"model":"w4874","predicate":{"custom_model_data":4874}},{"model":"w4875","predicate":{"custom_model_data":4875}},{"model":"w4876","predicate":{"custom_model_data":4876}},{"model":"w4877","predicate":{"custom_model_data":4877}},{"model":"w4878","predicate":{"custom_model_data":4878}},{"model":"w4879","predicate":{"custom_model_data":4879}},{"model":"w4880","predicate":{"custom_model_data":4880}},{"model":"w4881","predicate":{"custom_model_data":4881}},{"model":"w4882","predicate":{"custom_model_data":4882}},{"model":"w4883","predicate":{"custom_model_data":4883}},{"model":"w4884","predicate":{"custom_model_data":4884}},{"model":"w4885","predicate":{"custom_model_data":4885}},{"model":"w4886","predicate":{"custom_model_data":4886}},{"model":"w4887","predicate":{"custom_model_data":4887}},{"model":"w4888","predicate":{"custom_model_data":4888}},{"model":"w4889","predicate":{"custom_model_data":4889}},{"model":"w4890","predicate":{"custom_model_data":4890}},{"model":"w4891","predicate":{"custom_model_data":4891}},{"model":"w4892","predicate":{"custom_model_data":4892}},{"model":"w4893","predicate":{"custom_model_data":4893}},{"model":"w4894","predicate":{"custom_model_data":4894}},{"model":"w4895","predicate":{"custom_model_data":4895}},{"model":"w4896","predicate":{"custom_model_data":4896}},{"model":"w4897","predicate":{"custom_model_data":4897}},{"model":"w4898","predicate":{"custom_model_data":4898}},{"model":"w4899","predicate":{"custom_model_data":4899}},{"model":"w4900","predicate":{"custom_model_data":4900}},{"model":"w4901","predicate":{"custom_model_data":4901}},{"model":"w4902","predicate":{"custom_model_data":4902}},{"model":"w4903","predicate":{"custom_model_data":4903}},{"model":"w4904","predicate":{"custom_model_data":4904}},{"model":"w4905","predicate":{"custom_model_data":4905}},{"model":"w4906","predicate":{"custom_model_data":4906}},{"model":"w4907","predicate":{"custom_model_data":4907}},{"model":"w4908","predicate":{"custom_model_data":4908}},{"model":"w4909","predicate":{"custom_model_data":4909}},{"model":"w4910","predicate":{"custom_model_data":4910}},{"model":"w4911","predicate":{"custom_model_data":4911}},{"model":"w4912","predicate":{"custom_model_data":4912}},{"model":"w4913","predicate":{"custom_model_data":4913}},{"model":"w4914","predicate":{"custom_model_data":4914}},{"model":"w4915","predicate":{"custom_model_data":4915}},{"model":"w4916","predicate":{"custom_model_data":4916}},{"model":"w4917","predicate":{"custom_model_data":4917}},{"model":"w4918","predicate":{"custom_model_data":4918}},{"model":"w4919","predicate":{"custom_model_data":4919}},{"model":"w4920","predicate":{"custom_model_data":4920}},{"model":"w4921","predicate":{"custom_model_data":4921}},{"model":"w4922","predicate":{"custom_model_data":4922}},{"model":"w4923","predicate":{"custom_model_data":4923}},{"model":"w4924","predicate":{"custom_model_data":4924}},{"model":"w4925","predicate":{"custom_model_data":4925}},{"model":"w4926","predicate":{"custom_model_data":4926}},{"model":"w4927","predicate":{"custom_model_data":4927}},{"model":"w4928","predicate":{"custom_model_data":4928}},{"model":"w4929","predicate":{"custom_model_data":4929}},{"model":"w4930","predicate":{"custom_model_data":4930}},{"model":"w4931","predicate":{"custom_model_data":4931}},{"model":"w4932","predicate":{"custom_model_data":4932}},{"model":"w4933","predicate":{"custom_model_data":4933}},{"model":"w4934","predicate":{"custom_model_data":4934}},{"model":"w4935","predicate":{"custom_model_data":4935}},{"model":"w4936","predicate":{"custom_model_data":4936}},{"model":"w4937","predicate":{"custom_model_data":4937}},{"model":"w4938","predicate":{"custom_model_data":4938}},{"model":"w4939","predicate":{"custom_model_data":4939}},{"model":"w4940","predicate":{"custom_model_data":4940}},{"model":"w4941","predicate":{"custom_model_data":4941}},{"model":"w4942","predicate":{"custom_model_data":4942}},{"model":"w4943","predicate":{"custom_model_data":4943}},{"model":"w4944","predicate":{"custom_model_data":4944}},{"model":"w4945","predicate":{"custom_model_data":4945}},{"model":"w4946","predicate":{"custom_model_data":4946}},{"model":"w4947","predicate":{"custom_model_data":4947}},{"model":"w4948","predicate":{"custom_model_data":4948}},{"model":"w4949","predicate":{"custom_model_data":4949}},{"model":"w4950","predicate":{"custom_model_data":4950}},{"model":"w4951","predicate":{"custom_model_data":4951}},{"model":"w4952","predicate":{"custom_model_data":4952}},{"model":"w4953","predicate":{"custom_model_data":4953}},{"model":"w4954","predicate":{"custom_model_data":4954}},{"model":"w4955","predicate":{"custom_model_data":4955}},{"model":"w4956","predicate":{"custom_model_data":4956}},{"model":"w4957","predicate":{"custom_model_data":4957}},{"model":"w4958","predicate":{"custom_model_data":4958}},{"model":"w4959","predicate":{"custom_model_data":4959}},{"model":"w4960","predicate":{"custom_model_data":4960}},{"model":"w4961","predicate":{"custom_model_data":4961}},{"model":"w4962","predicate":{"custom_model_data":4962}},{"model":"w4963","predicate":{"custom_model_data":4963}},{"model":"w4964","predicate":{"custom_model_data":4964}},{"model":"w4965","predicate":{"custom_model_data":4965}},{"model":"w4966","predicate":{"custom_model_data":4966}},{"model":"w4967","predicate":{"custom_model_data":4967}},{"model":"w4968","predicate":{"custom_model_data":4968}},{"model":"w4969","predicate":{"custom_model_data":4969}},{"model":"w4970","predicate":{"custom_model_data":4970}},{"model":"w4971","predicate":{"custom_model_data":4971}},{"model":"w4972","predicate":{"custom_model_data":4972}},{"model":"w4973","predicate":{"custom_model_data":4973}},{"model":"w4974","predicate":{"custom_model_data":4974}},{"model":"w4975","predicate":{"custom_model_data":4975}},{"model":"w4976","predicate":{"custom_model_data":4976}},{"model":"w4977","predicate":{"custom_model_data":4977}},{"model":"w4978","predicate":{"custom_model_data":4978}},{"model":"w4979","predicate":{"custom_model_data":4979}},{"model":"w4980","predicate":{"custom_model_data":4980}},{"model":"w4981","predicate":{"custom_model_data":4981}},{"model":"w4982","predicate":{"custom_model_data":4982}},{"model":"w4983","predicate":{"custom_model_data":4983}},{"model":"w4984","predicate":{"custom_model_data":4984}},{"model":"w4985","predicate":{"custom_model_data":4985}},{"model":"w4986","predicate":{"custom_model_data":4986}},{"model":"w4987","predicate":{"custom_model_data":4987}},{"model":"w4988","predicate":{"custom_model_data":4988}},{"model":"w4989","predicate":{"custom_model_data":4989}},{"model":"w4990","predicate":{"custom_model_data":4990}},{"model":"w4991","predicate":{"custom_model_data":4991}},{"model":"w4992","predicate":{"custom_model_data":4992}},{"model":"w4993","predicate":{"custom_model_data":4993}},{"model":"w4994","predicate":{"custom_model_data":4994}},{"model":"w4995","predicate":{"custom_model_data":4995}},{"model":"w4996","predicate":{"custom_model_data":4996}},{"model":"w4997","predicate":{"custom_model_data":4997}},{"model":"w4998","predicate":{"custom_model_data":4998}},{"model":"w4999","predicate":{"custom_model_data":4999}},{"model":"w5000","predicate":{"custom_model_data":5000}},{"model":"w5001","predicate":{"custom_model_data":5001}},{"model":"w5002","predicate":{"custom_model_data":5002}},{"model":"w5003","predicate":{"custom_model_data":5003}},{"model":"w5004","predicate":{"custom_model_data":5004}},{"model":"w5005","predicate":{"custom_model_data":5005}},{"model":"w5006","predicate":{"custom_model_data":5006}},{"model":"w5007","predicate":{"custom_model_data":5007}},{"model":"w5008","predicate":{"custom_model_data":5008}},{"model":"w5009","predicate":{"custom_model_data":5009}},{"model":"w5010","predicate":{"custom_model_data":5010}},{"model":"w5011","predicate":{"custom_model_data":5011}},{"model":"w5012","predicate":{"custom_model_data":5012}},{"model":"w5013","predicate":{"custom_model_data":5013}},{"model":"w5014","predicate":{"custom_model_data":5014}},{"model":"w5015","predicate":{"custom_model_data":5015}},{"model":"w5016","predicate":{"custom_model_data":5016}},{"model":"w5017","predicate":{"custom_model_data":5017}},{"model":"w5018","predicate":{"custom_model_data":5018}},{"model":"w5019","predicate":{"custom_model_data":5019}},{"model":"w5020","predicate":{"custom_model_data":5020}},{"model":"w5021","predicate":{"custom_model_data":5021}},{"model":"w5022","predicate":{"custom_model_data":5022}},{"model":"w5023","predicate":{"custom_model_data":5023}},{"model":"w5024","predicate":{"custom_model_data":5024}},{"model":"w5025","predicate":{"custom_model_data":5025}},{"model":"w5026","predicate":{"custom_model_data":5026}},{"model":"w5027","predicate":{"custom_model_data":5027}},{"model":"w5028","predicate":{"custom_model_data":5028}},{"model":"w5029","predicate":{"custom_model_data":5029}},{"model":"w5030","predicate":{"custom_model_data":5030}},{"model":"w5031","predicate":{"custom_model_data":5031}},{"model":"w5032","predicate":{"custom_model_data":5032}},{"model":"w5033","predicate":{"custom_model_data":5033}},{"model":"w5034","predicate":{"custom_model_data":5034}},{"model":"w5035","predicate":{"custom_model_data":5035}},{"model":"w5036","predicate":{"custom_model_data":5036}},{"model":"w5037","predicate":{"custom_model_data":5037}},{"model":"w5038","predicate":{"custom_model_data":5038}},{"model":"w5039","predicate":{"custom_model_data":5039}},{"model":"w5040","predicate":{"custom_model_data":5040}},{"model":"w5041","predicate":{"custom_model_data":5041}},{"model":"w5042","predicate":{"custom_model_data":5042}},{"model":"w5043","predicate":{"custom_model_data":5043}},{"model":"w5044","predicate":{"custom_model_data":5044}},{"model":"w5045","predicate":{"custom_model_data":5045}},{"model":"w5046","predicate":{"custom_model_data":5046}},{"model":"w5047","predicate":{"custom_model_data":5047}},{"model":"w5048","predicate":{"custom_model_data":5048}},{"model":"w5049","predicate":{"custom_model_data":5049}},{"model":"w5050","predicate":{"custom_model_data":5050}},{"model":"w5051","predicate":{"custom_model_data":5051}},{"model":"w5052","predicate":{"custom_model_data":5052}},{"model":"w5053","predicate":{"custom_model_data":5053}},{"model":"w5054","predicate":{"custom_model_data":5054}},{"model":"w5055","predicate":{"custom_model_data":5055}},{"model":"w5056","predicate":{"custom_model_data":5056}},{"model":"w5057","predicate":{"custom_model_data":5057}},{"model":"w5058","predicate":{"custom_model_data":5058}},{"model":"w5059","predicate":{"custom_model_data":5059}},{"model":"w5060","predicate":{"custom_model_data":5060}},{"model":"w5061","predicate":{"custom_model_data":5061}},{"model":"w5062","predicate":{"custom_model_data":5062}},{"model":"w5063","predicate":{"custom_model_data":5063}},{"model":"w5064","predicate":{"custom_model_data":5064}},{"model":"w5065","predicate":{"custom_model_data":5065}},{"model":"w5066","predicate":{"custom_model_data":5066}},{"model":"w5067","predicate":{"custom_model_data":5067}},{"model":"w5068","predicate":{"custom_model_data":5068}},{"model":"w5069","predicate":{"custom_model_data":5069}},{"model":"w5070","predicate":{"custom_model_data":5070}},{"model":"w5071","predicate":{"custom_model_data":5071}},{"model":"w5072","predicate":{"custom_model_data":5072}},{"model":"w5073","predicate":{"custom_model_data":5073}},{"model":"w5074","predicate":{"custom_model_data":5074}},{"model":"w5075","predicate":{"custom_model_data":5075}},{"model":"w5076","predicate":{"custom_model_data":5076}},{"model":"w5077","predicate":{"custom_model_data":5077}},{"model":"w5078","predicate":{"custom_model_data":5078}},{"model":"w5079","predicate":{"custom_model_data":5079}},{"model":"w5080","predicate":{"custom_model_data":5080}},{"model":"w5081","predicate":{"custom_model_data":5081}},{"model":"w5082","predicate":{"custom_model_data":5082}},{"model":"w5083","predicate":{"custom_model_data":5083}},{"model":"w5084","predicate":{"custom_model_data":5084}},{"model":"w5085","predicate":{"custom_model_data":5085}},{"model":"w5086","predicate":{"custom_model_data":5086}},{"model":"w5087","predicate":{"custom_model_data":5087}},{"model":"w5088","predicate":{"custom_model_data":5088}},{"model":"w5089","predicate":{"custom_model_data":5089}},{"model":"w5090","predicate":{"custom_model_data":5090}},{"model":"w5091","predicate":{"custom_model_data":5091}},{"model":"w5092","predicate":{"custom_model_data":5092}},{"model":"w5093","predicate":{"custom_model_data":5093}},{"model":"w5094","predicate":{"custom_model_data":5094}},{"model":"w5095","predicate":{"custom_model_data":5095}},{"model":"w5096","predicate":{"custom_model_data":5096}},{"model":"w5097","predicate":{"custom_model_data":5097}},{"model":"w5098","predicate":{"custom_model_data":5098}},{"model":"w5099","predicate":{"custom_model_data":5099}},{"model":"w5100","predicate":{"custom_model_data":5100}},{"model":"w5101","predicate":{"custom_model_data":5101}},{"model":"w5102","predicate":{"custom_model_data":5102}},{"model":"w5103","predicate":{"custom_model_data":5103}},{"model":"w5104","predicate":{"custom_model_data":5104}},{"model":"w5105","predicate":{"custom_model_data":5105}},{"model":"w5106","predicate":{"custom_model_data":5106}},{"model":"w5107","predicate":{"custom_model_data":5107}},{"model":"w5108","predicate":{"custom_model_data":5108}},{"model":"w5109","predicate":{"custom_model_data":5109}},{"model":"w5110","predicate":{"custom_model_data":5110}},{"model":"w5111","predicate":{"custom_model_data":5111}},{"model":"w5112","predicate":{"custom_model_data":5112}},{"model":"w5113","predicate":{"custom_model_data":5113}},{"model":"w5114","predicate":{"custom_model_data":5114}},{"model":"w5115","predicate":{"custom_model_data":5115}},{"model":"w5116","predicate":{"custom_model_data":5116}},{"model":"w5117","predicate":{"custom_model_data":5117}},{"model":"w5118","predicate":{"custom_model_data":5118}},{"model":"w5119","predicate":{"custom_model_data":5119}},{"model":"w5120","predicate":{"custom_model_data":5120}},{"model":"w5121","predicate":{"custom_model_data":5121}},{"model":"w5122","predicate":{"custom_model_data":5122}},{"model":"w5123","predicate":{"custom_model_data":5123}},{"model":"w5124","predicate":{"custom_model_data":5124}},{"model":"w5125","predicate":{"custom_model_data":5125}},{"model":"w5126","predicate":{"custom_model_data":5126}},{"model":"w5127","predicate":{"custom_model_data":5127}},{"model":"w5128","predicate":{"custom_model_data":5128}},{"model":"w5129","predicate":{"custom_model_data":5129}},{"model":"w5130","predicate":{"custom_model_data":5130}},{"model":"w5131","predicate":{"custom_model_data":5131}},{"model":"w5132","predicate":{"custom_model_data":5132}},{"model":"w5133","predicate":{"custom_model_data":5133}},{"model":"w5134","predicate":{"custom_model_data":5134}},{"model":"w5135","predicate":{"custom_model_data":5135}},{"model":"w5136","predicate":{"custom_model_data":5136}},{"model":"w5137","predicate":{"custom_model_data":5137}},{"model":"w5138","predicate":{"custom_model_data":5138}},{"model":"w5139","predicate":{"custom_model_data":5139}},{"model":"w5140","predicate":{"custom_model_data":5140}},{"model":"w5141","predicate":{"custom_model_data":5141}},{"model":"w5142","predicate":{"custom_model_data":5142}},{"model":"w5143","predicate":{"custom_model_data":5143}},{"model":"w5144","predicate":{"custom_model_data":5144}},{"model":"w5145","predicate":{"custom_model_data":5145}},{"model":"w5146","predicate":{"custom_model_data":5146}},{"model":"w5147","predicate":{"custom_model_data":5147}},{"model":"w5148","predicate":{"custom_model_data":5148}},{"model":"w5149","predicate":{"custom_model_data":5149}},{"model":"w5150","predicate":{"custom_model_data":5150}},{"model":"w5151","predicate":{"custom_model_data":5151}},{"model":"w5152","predicate":{"custom_model_data":5152}},{"model":"w5153","predicate":{"custom_model_data":5153}},{"model":"w5154","predicate":{"custom_model_data":5154}},{"model":"w5155","predicate":{"custom_model_data":5155}},{"model":"w5156","predicate":{"custom_model_data":5156}},{"model":"w5157","predicate":{"custom_model_data":5157}},{"model":"w5158","predicate":{"custom_model_data":5158}},{"model":"w5159","predicate":{"custom_model_data":5159}},{"model":"w5160","predicate":{"custom_model_data":5160}},{"model":"w5161","predicate":{"custom_model_data":5161}},{"model":"w5162","predicate":{"custom_model_data":5162}},{"model":"w5163","predicate":{"custom_model_data":5163}},{"model":"w5164","predicate":{"custom_model_data":5164}},{"model":"w5165","predicate":{"custom_model_data":5165}},{"model":"w5166","predicate":{"custom_model_data":5166}},{"model":"w5167","predicate":{"custom_model_data":5167}},{"model":"w5168","predicate":{"custom_model_data":5168}},{"model":"w5169","predicate":{"custom_model_data":5169}},{"model":"w5170","predicate":{"custom_model_data":5170}},{"model":"w5171","predicate":{"custom_model_data":5171}},{"model":"w5172","predicate":{"custom_model_data":5172}},{"model":"w5173","predicate":{"custom_model_data":5173}},{"model":"w5174","predicate":{"custom_model_data":5174}},{"model":"w5175","predicate":{"custom_model_data":5175}},{"model":"w5176","predicate":{"custom_model_data":5176}},{"model":"w5177","predicate":{"custom_model_data":5177}},{"model":"w5178","predicate":{"custom_model_data":5178}},{"model":"w5179","predicate":{"custom_model_data":5179}},{"model":"w5180","predicate":{"custom_model_data":5180}},{"model":"w5181","predicate":{"custom_model_data":5181}},{"model":"w5182","predicate":{"custom_model_data":5182}},{"model":"w5183","predicate":{"custom_model_data":5183}},{"model":"w5184","predicate":{"custom_model_data":5184}},{"model":"w5185","predicate":{"custom_model_data":5185}},{"model":"w5186","predicate":{"custom_model_data":5186}},{"model":"w5187","predicate":{"custom_model_data":5187}},{"model":"w5188","predicate":{"custom_model_data":5188}},{"model":"w5189","predicate":{"custom_model_data":5189}},{"model":"w5190","predicate":{"custom_model_data":5190}},{"model":"w5191","predicate":{"custom_model_data":5191}},{"model":"w5192","predicate":{"custom_model_data":5192}},{"model":"w5193","predicate":{"custom_model_data":5193}},{"model":"w5194","predicate":{"custom_model_data":5194}},{"model":"w5195","predicate":{"custom_model_data":5195}},{"model":"w5196","predicate":{"custom_model_data":5196}},{"model":"w5197","predicate":{"custom_model_data":5197}},{"model":"w5198","predicate":{"custom_model_data":5198}},{"model":"w5199","predicate":{"custom_model_data":5199}},{"model":"w5200","predicate":{"custom_model_data":5200}},{"model":"w5201","predicate":{"custom_model_data":5201}},{"model":"w5202","predicate":{"custom_model_data":5202}},{"model":"w5203","predicate":{"custom_model_data":5203}},{"model":"w5204","predicate":{"custom_model_data":5204}},{"model":"w5205","predicate":{"custom_model_data":5205}},{"model":"w5206","predicate":{"custom_model_data":5206}},{"model":"w5207","predicate":{"custom_model_data":5207}},{"model":"w5208","predicate":{"custom_model_data":5208}},{"model":"w5209","predicate":{"custom_model_data":5209}},{"model":"w5210","predicate":{"custom_model_data":5210}},{"model":"w5211","predicate":{"custom_model_data":5211}},{"model":"w5212","predicate":{"custom_model_data":5212}},{"model":"w5213","predicate":{"custom_model_data":5213}},{"model":"w5214","predicate":{"custom_model_data":5214}},{"model":"w5215","predicate":{"custom_model_data":5215}},{"model":"w5216","predicate":{"custom_model_data":5216}},{"model":"w5217","predicate":{"custom_model_data":5217}},{"model":"w5218","predicate":{"custom_model_data":5218}},{"model":"w5219","predicate":{"custom_model_data":5219}},{"model":"w5220","predicate":{"custom_model_data":5220}},{"model":"w5221","predicate":{"custom_model_data":5221}},{"model":"w5222","predicate":{"custom_model_data":5222}},{"model":"w5223","predicate":{"custom_model_data":5223}},{"model":"w5224","predicate":{"custom_model_data":5224}},{"model":"w5225","predicate":{"custom_model_data":5225}},{"model":"w5226","predicate":{"custom_model_data":5226}},{"model":"w5227","predicate":{"custom_model_data":5227}},{"model":"w5228","predicate":{"custom_model_data":5228}},{"model":"w5229","predicate":{"custom_model_data":5229}},{"model":"w5230","predicate":{"custom_model_data":5230}},{"model":"w5231","predicate":{"custom_model_data":5231}},{"model":"w5232","predicate":{"custom_model_data":5232}},{"model":"w5233","predicate":{"custom_model_data":5233}},{"model":"w5234","predicate":{"custom_model_data":5234}},{"model":"w5235","predicate":{"custom_model_data":5235}},{"model":"w5236","predicate":{"custom_model_data":5236}},{"model":"w5237","predicate":{"custom_model_data":5237}},{"model":"w5238","predicate":{"custom_model_data":5238}},{"model":"w5239","predicate":{"custom_model_data":5239}},{"model":"w5240","predicate":{"custom_model_data":5240}},{"model":"w5241","predicate":{"custom_model_data":5241}},{"model":"w5242","predicate":{"custom_model_data":5242}},{"model":"w5243","predicate":{"custom_model_data":5243}},{"model":"w5244","predicate":{"custom_model_data":5244}},{"model":"w5245","predicate":{"custom_model_data":5245}},{"model":"w5246","predicate":{"custom_model_data":5246}},{"model":"w5247","predicate":{"custom_model_data":5247}},{"model":"w5248","predicate":{"custom_model_data":5248}},{"model":"w5249","predicate":{"custom_model_data":5249}},{"model":"w5250","predicate":{"custom_model_data":5250}},{"model":"w5251","predicate":{"custom_model_data":5251}},{"model":"w5252","predicate":{"custom_model_data":5252}},{"model":"w5253","predicate":{"custom_model_data":5253}},{"model":"w5254","predicate":{"custom_model_data":5254}},{"model":"w5255","predicate":{"custom_model_data":5255}},{"model":"w5256","predicate":{"custom_model_data":5256}},{"model":"w5257","predicate":{"custom_model_data":5257}},{"model":"w5258","predicate":{"custom_model_data":5258}},{"model":"w5259","predicate":{"custom_model_data":5259}},{"model":"w5260","predicate":{"custom_model_data":5260}},{"model":"w5261","predicate":{"custom_model_data":5261}},{"model":"w5262","predicate":{"custom_model_data":5262}},{"model":"w5263","predicate":{"custom_model_data":5263}},{"model":"w5264","predicate":{"custom_model_data":5264}},{"model":"w5265","predicate":{"custom_model_data":5265}},{"model":"w5266","predicate":{"custom_model_data":5266}},{"model":"w5267","predicate":{"custom_model_data":5267}},{"model":"w5268","predicate":{"custom_model_data":5268}},{"model":"w5269","predicate":{"custom_model_data":5269}},{"model":"w5270","predicate":{"custom_model_data":5270}},{"model":"w5271","predicate":{"custom_model_data":5271}},{"model":"w5272","predicate":{"custom_model_data":5272}},{"model":"w5273","predicate":{"custom_model_data":5273}},{"model":"w5274","predicate":{"custom_model_data":5274}},{"model":"w5275","predicate":{"custom_model_data":5275}},{"model":"w5276","predicate":{"custom_model_data":5276}},{"model":"w5277","predicate":{"custom_model_data":5277}},{"model":"w5278","predicate":{"custom_model_data":5278}},{"model":"w5279","predicate":{"custom_model_data":5279}},{"model":"w5280","predicate":{"custom_model_data":5280}},{"model":"w5281","predicate":{"custom_model_data":5281}},{"model":"w5282","predicate":{"custom_model_data":5282}},{"model":"w5283","predicate":{"custom_model_data":5283}},{"model":"w5284","predicate":{"custom_model_data":5284}},{"model":"w5285","predicate":{"custom_model_data":5285}},{"model":"w5286","predicate":{"custom_model_data":5286}},{"model":"w5287","predicate":{"custom_model_data":5287}},{"model":"w5288","predicate":{"custom_model_data":5288}},{"model":"w5289","predicate":{"custom_model_data":5289}},{"model":"w5290","predicate":{"custom_model_data":5290}},{"model":"w5291","predicate":{"custom_model_data":5291}},{"model":"w5292","predicate":{"custom_model_data":5292}},{"model":"w5293","predicate":{"custom_model_data":5293}},{"model":"w5294","predicate":{"custom_model_data":5294}},{"model":"w5295","predicate":{"custom_model_data":5295}},{"model":"w5296","predicate":{"custom_model_data":5296}},{"model":"w5297","predicate":{"custom_model_data":5297}},{"model":"w5298","predicate":{"custom_model_data":5298}},{"model":"w5299","predicate":{"custom_model_data":5299}},{"model":"w5300","predicate":{"custom_model_data":5300}},{"model":"w5301","predicate":{"custom_model_data":5301}},{"model":"w5302","predicate":{"custom_model_data":5302}},{"model":"w5303","predicate":{"custom_model_data":5303}},{"model":"w5304","predicate":{"custom_model_data":5304}},{"model":"w5305","predicate":{"custom_model_data":5305}},{"model":"w5306","predicate":{"custom_model_data":5306}},{"model":"w5307","predicate":{"custom_model_data":5307}},{"model":"w5308","predicate":{"custom_model_data":5308}},{"model":"w5309","predicate":{"custom_model_data":5309}},{"model":"w5310","predicate":{"custom_model_data":5310}},{"model":"w5311","predicate":{"custom_model_data":5311}},{"model":"w5312","predicate":{"custom_model_data":5312}},{"model":"w5313","predicate":{"custom_model_data":5313}},{"model":"w5314","predicate":{"custom_model_data":5314}},{"model":"w5315","predicate":{"custom_model_data":5315}},{"model":"w5316","predicate":{"custom_model_data":5316}},{"model":"w5317","predicate":{"custom_model_data":5317}},{"model":"w5318","predicate":{"custom_model_data":5318}},{"model":"w5319","predicate":{"custom_model_data":5319}},{"model":"w5320","predicate":{"custom_model_data":5320}},{"model":"w5321","predicate":{"custom_model_data":5321}},{"model":"w5322","predicate":{"custom_model_data":5322}},{"model":"w5323","predicate":{"custom_model_data":5323}},{"model":"w5324","predicate":{"custom_model_data":5324}},{"model":"w5325","predicate":{"custom_model_data":5325}},{"model":"w5326","predicate":{"custom_model_data":5326}},{"model":"w5327","predicate":{"custom_model_data":5327}},{"model":"w5328","predicate":{"custom_model_data":5328}},{"model":"w5329","predicate":{"custom_model_data":5329}},{"model":"w5330","predicate":{"custom_model_data":5330}},{"model":"w5331","predicate":{"custom_model_data":5331}},{"model":"w5332","predicate":{"custom_model_data":5332}},{"model":"w5333","predicate":{"custom_model_data":5333}},{"model":"w5334","predicate":{"custom_model_data":5334}},{"model":"w5335","predicate":{"custom_model_data":5335}},{"model":"w5336","predicate":{"custom_model_data":5336}},{"model":"w5337","predicate":{"custom_model_data":5337}},{"model":"w5338","predicate":{"custom_model_data":5338}},{"model":"w5339","predicate":{"custom_model_data":5339}},{"model":"w5340","predicate":{"custom_model_data":5340}},{"model":"w5341","predicate":{"custom_model_data":5341}},{"model":"w5342","predicate":{"custom_model_data":5342}},{"model":"w5343","predicate":{"custom_model_data":5343}},{"model":"w5344","predicate":{"custom_model_data":5344}},{"model":"w5345","predicate":{"custom_model_data":5345}},{"model":"w5346","predicate":{"custom_model_data":5346}},{"model":"w5347","predicate":{"custom_model_data":5347}},{"model":"w5348","predicate":{"custom_model_data":5348}},{"model":"w5349","predicate":{"custom_model_data":5349}},{"model":"w5350","predicate":{"custom_model_data":5350}},{"model":"w5351","predicate":{"custom_model_data":5351}},{"model":"w5352","predicate":{"custom_model_data":5352}},{"model":"w5353","predicate":{"custom_model_data":5353}},{"model":"w5354","predicate":{"custom_model_data":5354}},{"model":"w5355","predicate":{"custom_model_data":5355}},{"model":"w5356","predicate":{"custom_model_data":5356}},{"model":"w5357","predicate":{"custom_model_data":5357}},{"model":"w5358","predicate":{"custom_model_data":5358}},{"model":"w5359","predicate":{"custom_model_data":5359}},{"model":"w5360","predicate":{"custom_model_data":5360}},{"model":"w5361","predicate":{"custom_model_data":5361}},{"model":"w5362","predicate":{"custom_model_data":5362}},{"model":"w5363","predicate":{"custom_model_data":5363}},{"model":"w5364","predicate":{"custom_model_data":5364}},{"model":"w5365","predicate":{"custom_model_data":5365}},{"model":"w5366","predicate":{"custom_model_data":5366}},{"model":"w5367","predicate":{"custom_model_data":5367}},{"model":"w5368","predicate":{"custom_model_data":5368}},{"model":"w5369","predicate":{"custom_model_data":5369}},{"model":"w5370","predicate":{"custom_model_data":5370}},{"model":"w5371","predicate":{"custom_model_data":5371}},{"model":"w5372","predicate":{"custom_model_data":5372}},{"model":"w5373","predicate":{"custom_model_data":5373}},{"model":"w5374","predicate":{"custom_model_data":5374}},{"model":"w5375","predicate":{"custom_model_data":5375}},{"model":"w5376","predicate":{"custom_model_data":5376}},{"model":"w5377","predicate":{"custom_model_data":5377}},{"model":"w5378","predicate":{"custom_model_data":5378}},{"model":"w5379","predicate":{"custom_model_data":5379}},{"model":"w5380","predicate":{"custom_model_data":5380}},{"model":"w5381","predicate":{"custom_model_data":5381}},{"model":"w5382","predicate":{"custom_model_data":5382}},{"model":"w5383","predicate":{"custom_model_data":5383}},{"model":"w5384","predicate":{"custom_model_data":5384}},{"model":"w5385","predicate":{"custom_model_data":5385}},{"model":"w5386","predicate":{"custom_model_data":5386}},{"model":"w5387","predicate":{"custom_model_data":5387}},{"model":"w5388","predicate":{"custom_model_data":5388}},{"model":"w5389","predicate":{"custom_model_data":5389}},{"model":"w5390","predicate":{"custom_model_data":5390}},{"model":"w5391","predicate":{"custom_model_data":5391}},{"model":"w5392","predicate":{"custom_model_data":5392}},{"model":"w5393","predicate":{"custom_model_data":5393}},{"model":"w5394","predicate":{"custom_model_data":5394}},{"model":"w5395","predicate":{"custom_model_data":5395}},{"model":"w5396","predicate":{"custom_model_data":5396}},{"model":"w5397","predicate":{"custom_model_data":5397}},{"model":"w5398","predicate":{"custom_model_data":5398}},{"model":"w5399","predicate":{"custom_model_data":5399}},{"model":"w5400","predicate":{"custom_model_data":5400}},{"model":"w5401","predicate":{"custom_model_data":5401}},{"model":"w5402","predicate":{"custom_model_data":5402}},{"model":"w5403","predicate":{"custom_model_data":5403}},{"model":"w5404","predicate":{"custom_model_data":5404}},{"model":"w5405","predicate":{"custom_model_data":5405}},{"model":"w5406","predicate":{"custom_model_data":5406}},{"model":"w5407","predicate":{"custom_model_data":5407}},{"model":"w5408","predicate":{"custom_model_data":5408}},{"model":"w5409","predicate":{"custom_model_data":5409}},{"model":"w5410","predicate":{"custom_model_data":5410}},{"model":"w5411","predicate":{"custom_model_data":5411}},{"model":"w5412","predicate":{"custom_model_data":5412}},{"model":"w5413","predicate":{"custom_model_data":5413}},{"model":"w5414","predicate":{"custom_model_data":5414}},{"model":"w5415","predicate":{"custom_model_data":5415}},{"model":"w5416","predicate":{"custom_model_data":5416}},{"model":"w5417","predicate":{"custom_model_data":5417}},{"model":"w5418","predicate":{"custom_model_data":5418}},{"model":"w5419","predicate":{"custom_model_data":5419}},{"model":"w5420","predicate":{"custom_model_data":5420}},{"model":"w5421","predicate":{"custom_model_data":5421}},{"model":"w5422","predicate":{"custom_model_data":5422}},{"model":"w5423","predicate":{"custom_model_data":5423}},{"model":"w5424","predicate":{"custom_model_data":5424}},{"model":"w5425","predicate":{"custom_model_data":5425}},{"model":"w5426","predicate":{"custom_model_data":5426}},{"model":"w5427","predicate":{"custom_model_data":5427}},{"model":"w5428","predicate":{"custom_model_data":5428}},{"model":"w5429","predicate":{"custom_model_data":5429}},{"model":"w5430","predicate":{"custom_model_data":5430}},{"model":"w5431","predicate":{"custom_model_data":5431}},{"model":"w5432","predicate":{"custom_model_data":5432}},{"model":"w5433","predicate":{"custom_model_data":5433}},{"model":"w5434","predicate":{"custom_model_data":5434}},{"model":"w5435","predicate":{"custom_model_data":5435}},{"model":"w5436","predicate":{"custom_model_data":5436}},{"model":"w5437","predicate":{"custom_model_data":5437}},{"model":"w5438","predicate":{"custom_model_data":5438}},{"model":"w5439","predicate":{"custom_model_data":5439}},{"model":"w5440","predicate":{"custom_model_data":5440}},{"model":"w5441","predicate":{"custom_model_data":5441}},{"model":"w5442","predicate":{"custom_model_data":5442}},{"model":"w5443","predicate":{"custom_model_data":5443}},{"model":"w5444","predicate":{"custom_model_data":5444}},{"model":"w5445","predicate":{"custom_model_data":5445}},{"model":"w5446","predicate":{"custom_model_data":5446}},{"model":"w5447","predicate":{"custom_model_data":5447}},{"model":"w5448","predicate":{"custom_model_data":5448}},{"model":"w5449","predicate":{"custom_model_data":5449}},{"model":"w5450","predicate":{"custom_model_data":5450}},{"model":"w5451","predicate":{"custom_model_data":5451}},{"model":"w5452","predicate":{"custom_model_data":5452}},{"model":"w5453","predicate":{"custom_model_data":5453}},{"model":"w5454","predicate":{"custom_model_data":5454}},{"model":"w5455","predicate":{"custom_model_data":5455}},{"model":"w5456","predicate":{"custom_model_data":5456}},{"model":"w5457","predicate":{"custom_model_data":5457}},{"model":"w5458","predicate":{"custom_model_data":5458}},{"model":"w5459","predicate":{"custom_model_data":5459}},{"model":"w5460","predicate":{"custom_model_data":5460}},{"model":"w5461","predicate":{"custom_model_data":5461}},{"model":"w5462","predicate":{"custom_model_data":5462}},{"model":"w5463","predicate":{"custom_model_data":5463}},{"model":"w5464","predicate":{"custom_model_data":5464}},{"model":"w5465","predicate":{"custom_model_data":5465}},{"model":"w5466","predicate":{"custom_model_data":5466}},{"model":"w5467","predicate":{"custom_model_data":5467}},{"model":"w5468","predicate":{"custom_model_data":5468}},{"model":"w5469","predicate":{"custom_model_data":5469}},{"model":"w5470","predicate":{"custom_model_data":5470}},{"model":"w5471","predicate":{"custom_model_data":5471}},{"model":"w5472","predicate":{"custom_model_data":5472}},{"model":"w5473","predicate":{"custom_model_data":5473}},{"model":"w5474","predicate":{"custom_model_data":5474}},{"model":"w5475","predicate":{"custom_model_data":5475}},{"model":"w5476","predicate":{"custom_model_data":5476}},{"model":"w5477","predicate":{"custom_model_data":5477}},{"model":"w5478","predicate":{"custom_model_data":5478}},{"model":"w5479","predicate":{"custom_model_data":5479}},{"model":"w5480","predicate":{"custom_model_data":5480}},{"model":"w5481","predicate":{"custom_model_data":5481}},{"model":"w5482","predicate":{"custom_model_data":5482}},{"model":"w5483","predicate":{"custom_model_data":5483}},{"model":"w5484","predicate":{"custom_model_data":5484}},{"model":"w5485","predicate":{"custom_model_data":5485}},{"model":"w5486","predicate":{"custom_model_data":5486}},{"model":"w5487","predicate":{"custom_model_data":5487}},{"model":"w5488","predicate":{"custom_model_data":5488}},{"model":"w5489","predicate":{"custom_model_data":5489}},{"model":"w5490","predicate":{"custom_model_data":5490}},{"model":"w5491","predicate":{"custom_model_data":5491}},{"model":"w5492","predicate":{"custom_model_data":5492}},{"model":"w5493","predicate":{"custom_model_data":5493}},{"model":"w5494","predicate":{"custom_model_data":5494}},{"model":"w5495","predicate":{"custom_model_data":5495}},{"model":"w5496","predicate":{"custom_model_data":5496}},{"model":"w5497","predicate":{"custom_model_data":5497}},{"model":"w5498","predicate":{"custom_model_data":5498}},{"model":"w5499","predicate":{"custom_model_data":5499}},{"model":"w5500","predicate":{"custom_model_data":5500}},{"model":"w5501","predicate":{"custom_model_data":5501}},{"model":"w5502","predicate":{"custom_model_data":5502}},{"model":"w5503","predicate":{"custom_model_data":5503}},{"model":"w5504","predicate":{"custom_model_data":5504}},{"model":"w5505","predicate":{"custom_model_data":5505}},{"model":"w5506","predicate":{"custom_model_data":5506}},{"model":"w5507","predicate":{"custom_model_data":5507}},{"model":"w5508","predicate":{"custom_model_data":5508}},{"model":"w5509","predicate":{"custom_model_data":5509}},{"model":"w5510","predicate":{"custom_model_data":5510}},{"model":"w5511","predicate":{"custom_model_data":5511}},{"model":"w5512","predicate":{"custom_model_data":5512}},{"model":"w5513","predicate":{"custom_model_data":5513}},{"model":"w5514","predicate":{"custom_model_data":5514}},{"model":"w5515","predicate":{"custom_model_data":5515}},{"model":"w5516","predicate":{"custom_model_data":5516}},{"model":"w5517","predicate":{"custom_model_data":5517}},{"model":"w5518","predicate":{"custom_model_data":5518}},{"model":"w5519","predicate":{"custom_model_data":5519}},{"model":"w5520","predicate":{"custom_model_data":5520}},{"model":"w5521","predicate":{"custom_model_data":5521}},{"model":"w5522","predicate":{"custom_model_data":5522}},{"model":"w5523","predicate":{"custom_model_data":5523}},{"model":"w5524","predicate":{"custom_model_data":5524}},{"model":"w5525","predicate":{"custom_model_data":5525}},{"model":"w5526","predicate":{"custom_model_data":5526}},{"model":"w5527","predicate":{"custom_model_data":5527}},{"model":"w5528","predicate":{"custom_model_data":5528}},{"model":"w5529","predicate":{"custom_model_data":5529}},{"model":"w5530","predicate":{"custom_model_data":5530}},{"model":"w5531","predicate":{"custom_model_data":5531}},{"model":"w5532","predicate":{"custom_model_data":5532}},{"model":"w5533","predicate":{"custom_model_data":5533}},{"model":"w5534","predicate":{"custom_model_data":5534}},{"model":"w5535","predicate":{"custom_model_data":5535}},{"model":"w5536","predicate":{"custom_model_data":5536}},{"model":"w5537","predicate":{"custom_model_data":5537}},{"model":"w5538","predicate":{"custom_model_data":5538}},{"model":"w5539","predicate":{"custom_model_data":5539}},{"model":"w5540","predicate":{"custom_model_data":5540}},{"model":"w5541","predicate":{"custom_model_data":5541}},{"model":"w5542","predicate":{"custom_model_data":5542}},{"model":"w5543","predicate":{"custom_model_data":5543}},{"model":"w5544","predicate":{"custom_model_data":5544}},{"model":"w5545","predicate":{"custom_model_data":5545}},{"model":"w5546","predicate":{"custom_model_data":5546}},{"model":"w5547","predicate":{"custom_model_data":5547}},{"model":"w5548","predicate":{"custom_model_data":5548}},{"model":"w5549","predicate":{"custom_model_data":5549}},{"model":"w5550","predicate":{"custom_model_data":5550}},{"model":"w5551","predicate":{"custom_model_data":5551}},{"model":"w5552","predicate":{"custom_model_data":5552}},{"model":"w5553","predicate":{"custom_model_data":5553}},{"model":"w5554","predicate":{"custom_model_data":5554}},{"model":"w5555","predicate":{"custom_model_data":5555}},{"model":"w5556","predicate":{"custom_model_data":5556}},{"model":"w5557","predicate":{"custom_model_data":5557}},{"model":"w5558","predicate":{"custom_model_data":5558}},{"model":"w5559","predicate":{"custom_model_data":5559}},{"model":"w5560","predicate":{"custom_model_data":5560}},{"model":"w5561","predicate":{"custom_model_data":5561}},{"model":"w5562","predicate":{"custom_model_data":5562}},{"model":"w5563","predicate":{"custom_model_data":5563}},{"model":"w5564","predicate":{"custom_model_data":5564}},{"model":"w5565","predicate":{"custom_model_data":5565}},{"model":"w5566","predicate":{"custom_model_data":5566}},{"model":"w5567","predicate":{"custom_model_data":5567}},{"model":"w5568","predicate":{"custom_model_data":5568}},{"model":"w5569","predicate":{"custom_model_data":5569}},{"model":"w5570","predicate":{"custom_model_data":5570}},{"model":"w5571","predicate":{"custom_model_data":5571}},{"model":"w5572","predicate":{"custom_model_data":5572}},{"model":"w5573","predicate":{"custom_model_data":5573}},{"model":"w5574","predicate":{"custom_model_data":5574}},{"model":"w5575","predicate":{"custom_model_data":5575}},{"model":"w5576","predicate":{"custom_model_data":5576}},{"model":"w5577","predicate":{"custom_model_data":5577}},{"model":"w5578","predicate":{"custom_model_data":5578}},{"model":"w5579","predicate":{"custom_model_data":5579}},{"model":"w5580","predicate":{"custom_model_data":5580}},{"model":"w5581","predicate":{"custom_model_data":5581}},{"model":"w5582","predicate":{"custom_model_data":5582}},{"model":"w5583","predicate":{"custom_model_data":5583}},{"model":"w5584","predicate":{"custom_model_data":5584}},{"model":"w5585","predicate":{"custom_model_data":5585}},{"model":"w5586","predicate":{"custom_model_data":5586}},{"model":"w5587","predicate":{"custom_model_data":5587}},{"model":"w5588","predicate":{"custom_model_data":5588}},{"model":"w5589","predicate":{"custom_model_data":5589}},{"model":"w5590","predicate":{"custom_model_data":5590}},{"model":"w5591","predicate":{"custom_model_data":5591}},{"model":"w5592","predicate":{"custom_model_data":5592}},{"model":"w5593","predicate":{"custom_model_data":5593}},{"model":"w5594","predicate":{"custom_model_data":5594}},{"model":"w5595","predicate":{"custom_model_data":5595}},{"model":"w5596","predicate":{"custom_model_data":5596}},{"model":"w5597","predicate":{"custom_model_data":5597}},{"model":"w5598","predicate":{"custom_model_data":5598}},{"model":"w5599","predicate":{"custom_model_data":5599}},{"model":"w5600","predicate":{"custom_model_data":5600}},{"model":"w5601","predicate":{"custom_model_data":5601}},{"model":"w5602","predicate":{"custom_model_data":5602}},{"model":"w5603","predicate":{"custom_model_data":5603}},{"model":"w5604","predicate":{"custom_model_data":5604}},{"model":"w5605","predicate":{"custom_model_data":5605}},{"model":"w5606","predicate":{"custom_model_data":5606}},{"model":"w5607","predicate":{"custom_model_data":5607}},{"model":"w5608","predicate":{"custom_model_data":5608}},{"model":"w5609","predicate":{"custom_model_data":5609}},{"model":"w5610","predicate":{"custom_model_data":5610}},{"model":"w5611","predicate":{"custom_model_data":5611}},{"model":"w5612","predicate":{"custom_model_data":5612}},{"model":"w5613","predicate":{"custom_model_data":5613}},{"model":"w5614","predicate":{"custom_model_data":5614}},{"model":"w5615","predicate":{"custom_model_data":5615}},{"model":"w5616","predicate":{"custom_model_data":5616}},{"model":"w5617","predicate":{"custom_model_data":5617}},{"model":"w5618","predicate":{"custom_model_data":5618}},{"model":"w5619","predicate":{"custom_model_data":5619}},{"model":"w5620","predicate":{"custom_model_data":5620}},{"model":"w5621","predicate":{"custom_model_data":5621}},{"model":"w5622","predicate":{"custom_model_data":5622}},{"model":"w5623","predicate":{"custom_model_data":5623}},{"model":"w5624","predicate":{"custom_model_data":5624}},{"model":"w5625","predicate":{"custom_model_data":5625}},{"model":"w5626","predicate":{"custom_model_data":5626}},{"model":"w5627","predicate":{"custom_model_data":5627}},{"model":"w5628","predicate":{"custom_model_data":5628}},{"model":"w5629","predicate":{"custom_model_data":5629}},{"model":"w5630","predicate":{"custom_model_data":5630}},{"model":"w5631","predicate":{"custom_model_data":5631}},{"model":"w5632","predicate":{"custom_model_data":5632}},{"model":"w5633","predicate":{"custom_model_data":5633}},{"model":"w5634","predicate":{"custom_model_data":5634}},{"model":"w5635","predicate":{"custom_model_data":5635}},{"model":"w5636","predicate":{"custom_model_data":5636}},{"model":"w5637","predicate":{"custom_model_data":5637}},{"model":"w5638","predicate":{"custom_model_data":5638}},{"model":"w5639","predicate":{"custom_model_data":5639}},{"model":"w5640","predicate":{"custom_model_data":5640}},{"model":"w5641","predicate":{"custom_model_data":5641}},{"model":"w5642","predicate":{"custom_model_data":5642}},{"model":"w5643","predicate":{"custom_model_data":5643}},{"model":"w5644","predicate":{"custom_model_data":5644}},{"model":"w5645","predicate":{"custom_model_data":5645}},{"model":"w5646","predicate":{"custom_model_data":5646}},{"model":"w5647","predicate":{"custom_model_data":5647}},{"model":"w5648","predicate":{"custom_model_data":5648}},{"model":"w5649","predicate":{"custom_model_data":5649}},{"model":"w5650","predicate":{"custom_model_data":5650}},{"model":"w5651","predicate":{"custom_model_data":5651}},{"model":"w5652","predicate":{"custom_model_data":5652}},{"model":"w5653","predicate":{"custom_model_data":5653}},{"model":"w5654","predicate":{"custom_model_data":5654}},{"model":"w5655","predicate":{"custom_model_data":5655}},{"model":"w5656","predicate":{"custom_model_data":5656}},{"model":"w5657","predicate":{"custom_model_data":5657}},{"model":"w5658","predicate":{"custom_model_data":5658}},{"model":"w5659","predicate":{"custom_model_data":5659}},{"model":"w5660","predicate":{"custom_model_data":5660}},{"model":"w5661","predicate":{"custom_model_data":5661}},{"model":"w5662","predicate":{"custom_model_data":5662}},{"model":"w5663","predicate":{"custom_model_data":5663}},{"model":"w5664","predicate":{"custom_model_data":5664}},{"model":"w5665","predicate":{"custom_model_data":5665}},{"model":"w5666","predicate":{"custom_model_data":5666}},{"model":"w5667","predicate":{"custom_model_data":5667}},{"model":"w5668","predicate":{"custom_model_data":5668}},{"model":"w5669","predicate":{"custom_model_data":5669}},{"model":"w5670","predicate":{"custom_model_data":5670}},{"model":"w5671","predicate":{"custom_model_data":5671}},{"model":"w5672","predicate":{"custom_model_data":5672}},{"model":"w5673","predicate":{"custom_model_data":5673}},{"model":"w5674","predicate":{"custom_model_data":5674}},{"model":"w5675","predicate":{"custom_model_data":5675}},{"model":"w5676","predicate":{"custom_model_data":5676}},{"model":"w5677","predicate":{"custom_model_data":5677}},{"model":"w5678","predicate":{"custom_model_data":5678}},{"model":"w5679","predicate":{"custom_model_data":5679}},{"model":"w5680","predicate":{"custom_model_data":5680}},{"model":"w5681","predicate":{"custom_model_data":5681}},{"model":"w5682","predicate":{"custom_model_data":5682}},{"model":"w5683","predicate":{"custom_model_data":5683}},{"model":"w5684","predicate":{"custom_model_data":5684}},{"model":"w5685","predicate":{"custom_model_data":5685}},{"model":"w5686","predicate":{"custom_model_data":5686}},{"model":"w5687","predicate":{"custom_model_data":5687}},{"model":"w5688","predicate":{"custom_model_data":5688}},{"model":"w5689","predicate":{"custom_model_data":5689}},{"model":"w5690","predicate":{"custom_model_data":5690}},{"model":"w5691","predicate":{"custom_model_data":5691}},{"model":"w5692","predicate":{"custom_model_data":5692}},{"model":"w5693","predicate":{"custom_model_data":5693}},{"model":"w5694","predicate":{"custom_model_data":5694}},{"model":"w5695","predicate":{"custom_model_data":5695}},{"model":"w5696","predicate":{"custom_model_data":5696}},{"model":"w5697","predicate":{"custom_model_data":5697}},{"model":"w5698","predicate":{"custom_model_data":5698}},{"model":"w5699","predicate":{"custom_model_data":5699}},{"model":"w5700","predicate":{"custom_model_data":5700}},{"model":"w5701","predicate":{"custom_model_data":5701}},{"model":"w5702","predicate":{"custom_model_data":5702}},{"model":"w5703","predicate":{"custom_model_data":5703}},{"model":"w5704","predicate":{"custom_model_data":5704}},{"model":"w5705","predicate":{"custom_model_data":5705}},{"model":"w5706","predicate":{"custom_model_data":5706}},{"model":"w5707","predicate":{"custom_model_data":5707}},{"model":"w5708","predicate":{"custom_model_data":5708}},{"model":"w5709","predicate":{"custom_model_data":5709}},{"model":"w5710","predicate":{"custom_model_data":5710}},{"model":"w5711","predicate":{"custom_model_data":5711}},{"model":"w5712","predicate":{"custom_model_data":5712}},{"model":"w5713","predicate":{"custom_model_data":5713}},{"model":"w5714","predicate":{"custom_model_data":5714}},{"model":"w5715","predicate":{"custom_model_data":5715}},{"model":"w5716","predicate":{"custom_model_data":5716}},{"model":"w5717","predicate":{"custom_model_data":5717}},{"model":"w5718","predicate":{"custom_model_data":5718}},{"model":"w5719","predicate":{"custom_model_data":5719}},{"model":"w5720","predicate":{"custom_model_data":5720}},{"model":"w5721","predicate":{"custom_model_data":5721}},{"model":"w5722","predicate":{"custom_model_data":5722}},{"model":"w5723","predicate":{"custom_model_data":5723}},{"model":"w5724","predicate":{"custom_model_data":5724}},{"model":"w5725","predicate":{"custom_model_data":5725}},{"model":"w5726","predicate":{"custom_model_data":5726}},{"model":"w5727","predicate":{"custom_model_data":5727}},{"model":"w5728","predicate":{"custom_model_data":5728}},{"model":"w5729","predicate":{"custom_model_data":5729}},{"model":"w5730","predicate":{"custom_model_data":5730}},{"model":"w5731","predicate":{"custom_model_data":5731}},{"model":"w5732","predicate":{"custom_model_data":5732}},{"model":"w5733","predicate":{"custom_model_data":5733}},{"model":"w5734","predicate":{"custom_model_data":5734}},{"model":"w5735","predicate":{"custom_model_data":5735}},{"model":"w5736","predicate":{"custom_model_data":5736}},{"model":"w5737","predicate":{"custom_model_data":5737}},{"model":"w5738","predicate":{"custom_model_data":5738}},{"model":"w5739","predicate":{"custom_model_data":5739}},{"model":"w5740","predicate":{"custom_model_data":5740}},{"model":"w5741","predicate":{"custom_model_data":5741}},{"model":"w5742","predicate":{"custom_model_data":5742}},{"model":"w5743","predicate":{"custom_model_data":5743}},{"model":"w5744","predicate":{"custom_model_data":5744}},{"model":"w5745","predicate":{"custom_model_data":5745}},{"model":"w5746","predicate":{"custom_model_data":5746}},{"model":"w5747","predicate":{"custom_model_data":5747}},{"model":"w5748","predicate":{"custom_model_data":5748}},{"model":"w5749","predicate":{"custom_model_data":5749}},{"model":"w5750","predicate":{"custom_model_data":5750}},{"model":"w5751","predicate":{"custom_model_data":5751}},{"model":"w5752","predicate":{"custom_model_data":5752}},{"model":"w5753","predicate":{"custom_model_data":5753}},{"model":"w5754","predicate":{"custom_model_data":5754}},{"model":"w5755","predicate":{"custom_model_data":5755}},{"model":"w5756","predicate":{"custom_model_data":5756}},{"model":"w5757","predicate":{"custom_model_data":5757}},{"model":"w5758","predicate":{"custom_model_data":5758}},{"model":"w5759","predicate":{"custom_model_data":5759}},{"model":"w5760","predicate":{"custom_model_data":5760}},{"model":"w5761","predicate":{"custom_model_data":5761}},{"model":"w5762","predicate":{"custom_model_data":5762}},{"model":"w5763","predicate":{"custom_model_data":5763}},{"model":"w5764","predicate":{"custom_model_data":5764}},{"model":"w5765","predicate":{"custom_model_data":5765}},{"model":"w5766","predicate":{"custom_model_data":5766}},{"model":"w5767","predicate":{"custom_model_data":5767}},{"model":"w5768","predicate":{"custom_model_data":5768}},{"model":"w5769","predicate":{"custom_model_data":5769}},{"model":"w5770","predicate":{"custom_model_data":5770}},{"model":"w5771","predicate":{"custom_model_data":5771}},{"model":"w5772","predicate":{"custom_model_data":5772}},{"model":"w5773","predicate":{"custom_model_data":5773}},{"model":"w5774","predicate":{"custom_model_data":5774}},{"model":"w5775","predicate":{"custom_model_data":5775}},{"model":"w5776","predicate":{"custom_model_data":5776}},{"model":"w5777","predicate":{"custom_model_data":5777}},{"model":"w5778","predicate":{"custom_model_data":5778}},{"model":"w5779","predicate":{"custom_model_data":5779}},{"model":"w5780","predicate":{"custom_model_data":5780}},{"model":"w5781","predicate":{"custom_model_data":5781}},{"model":"w5782","predicate":{"custom_model_data":5782}},{"model":"w5783","predicate":{"custom_model_data":5783}},{"model":"w5784","predicate":{"custom_model_data":5784}},{"model":"w5785","predicate":{"custom_model_data":5785}},{"model":"w5786","predicate":{"custom_model_data":5786}},{"model":"w5787","predicate":{"custom_model_data":5787}},{"model":"w5788","predicate":{"custom_model_data":5788}},{"model":"w5789","predicate":{"custom_model_data":5789}},{"model":"w5790","predicate":{"custom_model_data":5790}},{"model":"w5791","predicate":{"custom_model_data":5791}},{"model":"w5792","predicate":{"custom_model_data":5792}},{"model":"w5793","predicate":{"custom_model_data":5793}},{"model":"w5794","predicate":{"custom_model_data":5794}},{"model":"w5795","predicate":{"custom_model_data":5795}},{"model":"w5796","predicate":{"custom_model_data":5796}},{"model":"w5797","predicate":{"custom_model_data":5797}},{"model":"w5798","predicate":{"custom_model_data":5798}},{"model":"w5799","predicate":{"custom_model_data":5799}},{"model":"w5800","predicate":{"custom_model_data":5800}},{"model":"w5801","predicate":{"custom_model_data":5801}},{"model":"w5802","predicate":{"custom_model_data":5802}},{"model":"w5803","predicate":{"custom_model_data":5803}},{"model":"w5804","predicate":{"custom_model_data":5804}},{"model":"w5805","predicate":{"custom_model_data":5805}},{"model":"w5806","predicate":{"custom_model_data":5806}},{"model":"w5807","predicate":{"custom_model_data":5807}},{"model":"w5808","predicate":{"custom_model_data":5808}},{"model":"w5809","predicate":{"custom_model_data":5809}},{"model":"w5810","predicate":{"custom_model_data":5810}},{"model":"w5811","predicate":{"custom_model_data":5811}},{"model":"w5812","predicate":{"custom_model_data":5812}},{"model":"w5813","predicate":{"custom_model_data":5813}},{"model":"w5814","predicate":{"custom_model_data":5814}},{"model":"w5815","predicate":{"custom_model_data":5815}},{"model":"w5816","predicate":{"custom_model_data":5816}},{"model":"w5817","predicate":{"custom_model_data":5817}},{"model":"w5818","predicate":{"custom_model_data":5818}},{"model":"w5819","predicate":{"custom_model_data":5819}},{"model":"w5820","predicate":{"custom_model_data":5820}},{"model":"w5821","predicate":{"custom_model_data":5821}},{"model":"w5822","predicate":{"custom_model_data":5822}},{"model":"w5823","predicate":{"custom_model_data":5823}},{"model":"w5824","predicate":{"custom_model_data":5824}},{"model":"w5825","predicate":{"custom_model_data":5825}},{"model":"w5826","predicate":{"custom_model_data":5826}},{"model":"w5827","predicate":{"custom_model_data":5827}},{"model":"w5828","predicate":{"custom_model_data":5828}},{"model":"w5829","predicate":{"custom_model_data":5829}},{"model":"w5830","predicate":{"custom_model_data":5830}},{"model":"w5831","predicate":{"custom_model_data":5831}},{"model":"w5832","predicate":{"custom_model_data":5832}},{"model":"w5833","predicate":{"custom_model_data":5833}},{"model":"w5834","predicate":{"custom_model_data":5834}},{"model":"w5835","predicate":{"custom_model_data":5835}},{"model":"w5836","predicate":{"custom_model_data":5836}},{"model":"w5837","predicate":{"custom_model_data":5837}},{"model":"w5838","predicate":{"custom_model_data":5838}},{"model":"w5839","predicate":{"custom_model_data":5839}},{"model":"w5840","predicate":{"custom_model_data":5840}},{"model":"w5841","predicate":{"custom_model_data":5841}},{"model":"w5842","predicate":{"custom_model_data":5842}},{"model":"w5843","predicate":{"custom_model_data":5843}},{"model":"w5844","predicate":{"custom_model_data":5844}},{"model":"w5845","predicate":{"custom_model_data":5845}},{"model":"w5846","predicate":{"custom_model_data":5846}},{"model":"w5847","predicate":{"custom_model_data":5847}},{"model":"w5848","predicate":{"custom_model_data":5848}},{"model":"w5849","predicate":{"custom_model_data":5849}},{"model":"w5850","predicate":{"custom_model_data":5850}},{"model":"w5851","predicate":{"custom_model_data":5851}},{"model":"w5852","predicate":{"custom_model_data":5852}},{"model":"w5853","predicate":{"custom_model_data":5853}},{"model":"w5854","predicate":{"custom_model_data":5854}},{"model":"w5855","predicate":{"custom_model_data":5855}},{"model":"w5856","predicate":{"custom_model_data":5856}},{"model":"w5857","predicate":{"custom_model_data":5857}},{"model":"w5858","predicate":{"custom_model_data":5858}},{"model":"w5859","predicate":{"custom_model_data":5859}},{"model":"w5860","predicate":{"custom_model_data":5860}},{"model":"w5861","predicate":{"custom_model_data":5861}},{"model":"w5862","predicate":{"custom_model_data":5862}},{"model":"w5863","predicate":{"custom_model_data":5863}},{"model":"w5864","predicate":{"custom_model_data":5864}},{"model":"w5865","predicate":{"custom_model_data":5865}},{"model":"w5866","predicate":{"custom_model_data":5866}},{"model":"w5867","predicate":{"custom_model_data":5867}},{"model":"w5868","predicate":{"custom_model_data":5868}},{"model":"w5869","predicate":{"custom_model_data":5869}},{"model":"w5870","predicate":{"custom_model_data":5870}},{"model":"w5871","predicate":{"custom_model_data":5871}},{"model":"w5872","predicate":{"custom_model_data":5872}},{"model":"w5873","predicate":{"custom_model_data":5873}},{"model":"w5874","predicate":{"custom_model_data":5874}},{"model":"w5875","predicate":{"custom_model_data":5875}},{"model":"w5876","predicate":{"custom_model_data":5876}},{"model":"w5877","predicate":{"custom_model_data":5877}},{"model":"w5878","predicate":{"custom_model_data":5878}},{"model":"w5879","predicate":{"custom_model_data":5879}},{"model":"w5880","predicate":{"custom_model_data":5880}},{"model":"w5881","predicate":{"custom_model_data":5881}},{"model":"w5882","predicate":{"custom_model_data":5882}},{"model":"w5883","predicate":{"custom_model_data":5883}},{"model":"w5884","predicate":{"custom_model_data":5884}},{"model":"w5885","predicate":{"custom_model_data":5885}},{"model":"w5886","predicate":{"custom_model_data":5886}},{"model":"w5887","predicate":{"custom_model_data":5887}},{"model":"w5888","predicate":{"custom_model_data":5888}},{"model":"w5889","predicate":{"custom_model_data":5889}},{"model":"w5890","predicate":{"custom_model_data":5890}},{"model":"w5891","predicate":{"custom_model_data":5891}},{"model":"w5892","predicate":{"custom_model_data":5892}},{"model":"w5893","predicate":{"custom_model_data":5893}},{"model":"w5894","predicate":{"custom_model_data":5894}},{"model":"w5895","predicate":{"custom_model_data":5895}},{"model":"w5896","predicate":{"custom_model_data":5896}},{"model":"w5897","predicate":{"custom_model_data":5897}},{"model":"w5898","predicate":{"custom_model_data":5898}},{"model":"w5899","predicate":{"custom_model_data":5899}},{"model":"w5900","predicate":{"custom_model_data":5900}},{"model":"w5901","predicate":{"custom_model_data":5901}},{"model":"w5902","predicate":{"custom_model_data":5902}},{"model":"w5903","predicate":{"custom_model_data":5903}},{"model":"w5904","predicate":{"custom_model_data":5904}},{"model":"w5905","predicate":{"custom_model_data":5905}},{"model":"w5906","predicate":{"custom_model_data":5906}},{"model":"w5907","predicate":{"custom_model_data":5907}},{"model":"w5908","predicate":{"custom_model_data":5908}},{"model":"w5909","predicate":{"custom_model_data":5909}},{"model":"w5910","predicate":{"custom_model_data":5910}},{"model":"w5911","predicate":{"custom_model_data":5911}},{"model":"w5912","predicate":{"custom_model_data":5912}},{"model":"w5913","predicate":{"custom_model_data":5913}},{"model":"w5914","predicate":{"custom_model_data":5914}},{"model":"w5915","predicate":{"custom_model_data":5915}},{"model":"w5916","predicate":{"custom_model_data":5916}},{"model":"w5917","predicate":{"custom_model_data":5917}},{"model":"w5918","predicate":{"custom_model_data":5918}},{"model":"w5919","predicate":{"custom_model_data":5919}},{"model":"w5920","predicate":{"custom_model_data":5920}},{"model":"w5921","predicate":{"custom_model_data":5921}},{"model":"w5922","predicate":{"custom_model_data":5922}},{"model":"w5923","predicate":{"custom_model_data":5923}},{"model":"w5924","predicate":{"custom_model_data":5924}},{"model":"w5925","predicate":{"custom_model_data":5925}},{"model":"w5926","predicate":{"custom_model_data":5926}},{"model":"w5927","predicate":{"custom_model_data":5927}},{"model":"w5928","predicate":{"custom_model_data":5928}},{"model":"w5929","predicate":{"custom_model_data":5929}},{"model":"w5930","predicate":{"custom_model_data":5930}},{"model":"w5931","predicate":{"custom_model_data":5931}},{"model":"w5932","predicate":{"custom_model_data":5932}},{"model":"w5933","predicate":{"custom_model_data":5933}},{"model":"w5934","predicate":{"custom_model_data":5934}},{"model":"w5935","predicate":{"custom_model_data":5935}},{"model":"w5936","predicate":{"custom_model_data":5936}},{"model":"w5937","predicate":{"custom_model_data":5937}},{"model":"w5938","predicate":{"custom_model_data":5938}},{"model":"w5939","predicate":{"custom_model_data":5939}},{"model":"w5940","predicate":{"custom_model_data":5940}},{"model":"w5941","predicate":{"custom_model_data":5941}},{"model":"w5942","predicate":{"custom_model_data":5942}},{"model":"w5943","predicate":{"custom_model_data":5943}},{"model":"w5944","predicate":{"custom_model_data":5944}},{"model":"w5945","predicate":{"custom_model_data":5945}},{"model":"w5946","predicate":{"custom_model_data":5946}},{"model":"w5947","predicate":{"custom_model_data":5947}},{"model":"w5948","predicate":{"custom_model_data":5948}},{"model":"w5949","predicate":{"custom_model_data":5949}},{"model":"w5950","predicate":{"custom_model_data":5950}},{"model":"w5951","predicate":{"custom_model_data":5951}},{"model":"w5952","predicate":{"custom_model_data":5952}},{"model":"w5953","predicate":{"custom_model_data":5953}},{"model":"w5954","predicate":{"custom_model_data":5954}},{"model":"w5955","predicate":{"custom_model_data":5955}},{"model":"w5956","predicate":{"custom_model_data":5956}},{"model":"w5957","predicate":{"custom_model_data":5957}},{"model":"w5958","predicate":{"custom_model_data":5958}},{"model":"w5959","predicate":{"custom_model_data":5959}},{"model":"w5960","predicate":{"custom_model_data":5960}},{"model":"w5961","predicate":{"custom_model_data":5961}},{"model":"w5962","predicate":{"custom_model_data":5962}},{"model":"w5963","predicate":{"custom_model_data":5963}},{"model":"w5964","predicate":{"custom_model_data":5964}},{"model":"w5965","predicate":{"custom_model_data":5965}},{"model":"w5966","predicate":{"custom_model_data":5966}},{"model":"w5967","predicate":{"custom_model_data":5967}},{"model":"w5968","predicate":{"custom_model_data":5968}},{"model":"w5969","predicate":{"custom_model_data":5969}},{"model":"w5970","predicate":{"custom_model_data":5970}},{"model":"w5971","predicate":{"custom_model_data":5971}},{"model":"w5972","predicate":{"custom_model_data":5972}},{"model":"w5973","predicate":{"custom_model_data":5973}},{"model":"w5974","predicate":{"custom_model_data":5974}},{"model":"w5975","predicate":{"custom_model_data":5975}},{"model":"w5976","predicate":{"custom_model_data":5976}},{"model":"w5977","predicate":{"custom_model_data":5977}},{"model":"w5978","predicate":{"custom_model_data":5978}},{"model":"w5979","predicate":{"custom_model_data":5979}},{"model":"w5980","predicate":{"custom_model_data":5980}},{"model":"w5981","predicate":{"custom_model_data":5981}},{"model":"w5982","predicate":{"custom_model_data":5982}},{"model":"w5983","predicate":{"custom_model_data":5983}},{"model":"w5984","predicate":{"custom_model_data":5984}},{"model":"w5985","predicate":{"custom_model_data":5985}},{"model":"w5986","predicate":{"custom_model_data":5986}},{"model":"w5987","predicate":{"custom_model_data":5987}},{"model":"w5988","predicate":{"custom_model_data":5988}},{"model":"w5989","predicate":{"custom_model_data":5989}},{"model":"w5990","predicate":{"custom_model_data":5990}},{"model":"w5991","predicate":{"custom_model_data":5991}},{"model":"w5992","predicate":{"custom_model_data":5992}},{"model":"w5993","predicate":{"custom_model_data":5993}},{"model":"w5994","predicate":{"custom_model_data":5994}},{"model":"w5995","predicate":{"custom_model_data":5995}},{"model":"w5996","predicate":{"custom_model_data":5996}},{"model":"w5997","predicate":{"custom_model_data":5997}},{"model":"w5998","predicate":{"custom_model_data":5998}},{"model":"w5999","predicate":{"custom_model_data":5999}},{"model":"w6000","predicate":{"custom_model_data":6000}},{"model":"w6001","predicate":{"custom_model_data":6001}},{"model":"w6002","predicate":{"custom_model_data":6002}},{"model":"w6003","predicate":{"custom_model_data":6003}},{"model":"w6004","predicate":{"custom_model_data":6004}},{"model":"w6005","predicate":{"custom_model_data":6005}},{"model":"w6006","predicate":{"custom_model_data":6006}},{"model":"w6007","predicate":{"custom_model_data":6007}},{"model":"w6008","predicate":{"custom_model_data":6008}},{"model":"w6009","predicate":{"custom_model_data":6009}},{"model":"w6010","predicate":{"custom_model_data":6010}},{"model":"w6011","predicate":{"custom_model_data":6011}},{"model":"w6012","predicate":{"custom_model_data":6012}},{"model":"w6013","predicate":{"custom_model_data":6013}},{"model":"w6014","predicate":{"custom_model_data":6014}},{"model":"w6015","predicate":{"custom_model_data":6015}},{"model":"w6016","predicate":{"custom_model_data":6016}},{"model":"w6017","predicate":{"custom_model_data":6017}},{"model":"w6018","predicate":{"custom_model_data":6018}},{"model":"w6019","predicate":{"custom_model_data":6019}},{"model":"w6020","predicate":{"custom_model_data":6020}},{"model":"w6021","predicate":{"custom_model_data":6021}},{"model":"w6022","predicate":{"custom_model_data":6022}},{"model":"w6023","predicate":{"custom_model_data":6023}},{"model":"w6024","predicate":{"custom_model_data":6024}},{"model":"w6025","predicate":{"custom_model_data":6025}},{"model":"w6026","predicate":{"custom_model_data":6026}},{"model":"w6027","predicate":{"custom_model_data":6027}},{"model":"w6028","predicate":{"custom_model_data":6028}},{"model":"w6029","predicate":{"custom_model_data":6029}},{"model":"w6030","predicate":{"custom_model_data":6030}},{"model":"w6031","predicate":{"custom_model_data":6031}},{"model":"w6032","predicate":{"custom_model_data":6032}},{"model":"w6033","predicate":{"custom_model_data":6033}},{"model":"w6034","predicate":{"custom_model_data":6034}},{"model":"w6035","predicate":{"custom_model_data":6035}},{"model":"w6036","predicate":{"custom_model_data":6036}},{"model":"w6037","predicate":{"custom_model_data":6037}},{"model":"w6038","predicate":{"custom_model_data":6038}},{"model":"w6039","predicate":{"custom_model_data":6039}},{"model":"w6040","predicate":{"custom_model_data":6040}},{"model":"w6041","predicate":{"custom_model_data":6041}},{"model":"w6042","predicate":{"custom_model_data":6042}},{"model":"w6043","predicate":{"custom_model_data":6043}},{"model":"w6044","predicate":{"custom_model_data":6044}},{"model":"w6045","predicate":{"custom_model_data":6045}},{"model":"w6046","predicate":{"custom_model_data":6046}},{"model":"w6047","predicate":{"custom_model_data":6047}},{"model":"w6048","predicate":{"custom_model_data":6048}},{"model":"w6049","predicate":{"custom_model_data":6049}},{"model":"w6050","predicate":{"custom_model_data":6050}},{"model":"w6051","predicate":{"custom_model_data":6051}},{"model":"w6052","predicate":{"custom_model_data":6052}},{"model":"w6053","predicate":{"custom_model_data":6053}},{"model":"w6054","predicate":{"custom_model_data":6054}},{"model":"w6055","predicate":{"custom_model_data":6055}},{"model":"w6056","predicate":{"custom_model_data":6056}},{"model":"w6057","predicate":{"custom_model_data":6057}},{"model":"w6058","predicate":{"custom_model_data":6058}},{"model":"w6059","predicate":{"custom_model_data":6059}},{"model":"w6060","predicate":{"custom_model_data":6060}},{"model":"w6061","predicate":{"custom_model_data":6061}},{"model":"w6062","predicate":{"custom_model_data":6062}},{"model":"w6063","predicate":{"custom_model_data":6063}},{"model":"w6064","predicate":{"custom_model_data":6064}},{"model":"w6065","predicate":{"custom_model_data":6065}},{"model":"w6066","predicate":{"custom_model_data":6066}},{"model":"w6067","predicate":{"custom_model_data":6067}},{"model":"w6068","predicate":{"custom_model_data":6068}},{"model":"w6069","predicate":{"custom_model_data":6069}},{"model":"w6070","predicate":{"custom_model_data":6070}},{"model":"w6071","predicate":{"custom_model_data":6071}},{"model":"w6072","predicate":{"custom_model_data":6072}},{"model":"w6073","predicate":{"custom_model_data":6073}},{"model":"w6074","predicate":{"custom_model_data":6074}},{"model":"w6075","predicate":{"custom_model_data":6075}},{"model":"w6076","predicate":{"custom_model_data":6076}},{"model":"w6077","predicate":{"custom_model_data":6077}},{"model":"w6078","predicate":{"custom_model_data":6078}},{"model":"w6079","predicate":{"custom_model_data":6079}},{"model":"w6080","predicate":{"custom_model_data":6080}},{"model":"w6081","predicate":{"custom_model_data":6081}},{"model":"w6082","predicate":{"custom_model_data":6082}},{"model":"w6083","predicate":{"custom_model_data":6083}},{"model":"w6084","predicate":{"custom_model_data":6084}},{"model":"w6085","predicate":{"custom_model_data":6085}},{"model":"w6086","predicate":{"custom_model_data":6086}},{"model":"w6087","predicate":{"custom_model_data":6087}},{"model":"w6088","predicate":{"custom_model_data":6088}},{"model":"w6089","predicate":{"custom_model_data":6089}},{"model":"w6090","predicate":{"custom_model_data":6090}},{"model":"w6091","predicate":{"custom_model_data":6091}},{"model":"w6092","predicate":{"custom_model_data":6092}},{"model":"w6093","predicate":{"custom_model_data":6093}},{"model":"w6094","predicate":{"custom_model_data":6094}},{"model":"w6095","predicate":{"custom_model_data":6095}},{"model":"w6096","predicate":{"custom_model_data":6096}},{"model":"w6097","predicate":{"custom_model_data":6097}},{"model":"w6098","predicate":{"custom_model_data":6098}},{"model":"w6099","predicate":{"custom_model_data":6099}},{"model":"w6100","predicate":{"custom_model_data":6100}},{"model":"w6101","predicate":{"custom_model_data":6101}},{"model":"w6102","predicate":{"custom_model_data":6102}},{"model":"w6103","predicate":{"custom_model_data":6103}},{"model":"w6104","predicate":{"custom_model_data":6104}},{"model":"w6105","predicate":{"custom_model_data":6105}},{"model":"w6106","predicate":{"custom_model_data":6106}},{"model":"w6107","predicate":{"custom_model_data":6107}},{"model":"w6108","predicate":{"custom_model_data":6108}},{"model":"w6109","predicate":{"custom_model_data":6109}},{"model":"w6110","predicate":{"custom_model_data":6110}},{"model":"w6111","predicate":{"custom_model_data":6111}},{"model":"w6112","predicate":{"custom_model_data":6112}},{"model":"w6113","predicate":{"custom_model_data":6113}},{"model":"w6114","predicate":{"custom_model_data":6114}},{"model":"w6115","predicate":{"custom_model_data":6115}},{"model":"w6116","predicate":{"custom_model_data":6116}},{"model":"w6117","predicate":{"custom_model_data":6117}},{"model":"w6118","predicate":{"custom_model_data":6118}},{"model":"w6119","predicate":{"custom_model_data":6119}},{"model":"w6120","predicate":{"custom_model_data":6120}},{"model":"w6121","predicate":{"custom_model_data":6121}},{"model":"w6122","predicate":{"custom_model_data":6122}},{"model":"w6123","predicate":{"custom_model_data":6123}},{"model":"w6124","predicate":{"custom_model_data":6124}},{"model":"w6125","predicate":{"custom_model_data":6125}},{"model":"w6126","predicate":{"custom_model_data":6126}},{"model":"w6127","predicate":{"custom_model_data":6127}},{"model":"w6128","predicate":{"custom_model_data":6128}},{"model":"w6129","predicate":{"custom_model_data":6129}},{"model":"w6130","predicate":{"custom_model_data":6130}},{"model":"w6131","predicate":{"custom_model_data":6131}},{"model":"w6132","predicate":{"custom_model_data":6132}},{"model":"w6133","predicate":{"custom_model_data":6133}},{"model":"w6134","predicate":{"custom_model_data":6134}},{"model":"w6135","predicate":{"custom_model_data":6135}},{"model":"w6136","predicate":{"custom_model_data":6136}},{"model":"w6137","predicate":{"custom_model_data":6137}},{"model":"w6138","predicate":{"custom_model_data":6138}},{"model":"w6139","predicate":{"custom_model_data":6139}},{"model":"w6140","predicate":{"custom_model_data":6140}},{"model":"w6141","predicate":{"custom_model_data":6141}},{"model":"w6142","predicate":{"custom_model_data":6142}},{"model":"w6143","predicate":{"custom_model_data":6143}},{"model":"w6144","predicate":{"custom_model_data":6144}},{"model":"w6145","predicate":{"custom_model_data":6145}},{"model":"w6146","predicate":{"custom_model_data":6146}},{"model":"w6147","predicate":{"custom_model_data":6147}},{"model":"w6148","predicate":{"custom_model_data":6148}},{"model":"w6149","predicate":{"custom_model_data":6149}},{"model":"w6150","predicate":{"custom_model_data":6150}},{"model":"w6151","predicate":{"custom_model_data":6151}},{"model":"w6152","predicate":{"custom_model_data":6152}},{"model":"w6153","predicate":{"custom_model_data":6153}},{"model":"w6154","predicate":{"custom_model_data":6154}},{"model":"w6155","predicate":{"custom_model_data":6155}},{"model":"w6156","predicate":{"custom_model_data":6156}},{"model":"w6157","predicate":{"custom_model_data":6157}},{"model":"w6158","predicate":{"custom_model_data":6158}},{"model":"w6159","predicate":{"custom_model_data":6159}},{"model":"w6160","predicate":{"custom_model_data":6160}},{"model":"w6161","predicate":{"custom_model_data":6161}},{"model":"w6162","predicate":{"custom_model_data":6162}},{"model":"w6163","predicate":{"custom_model_data":6163}},{"model":"w6164","predicate":{"custom_model_data":6164}},{"model":"w6165","predicate":{"custom_model_data":6165}},{"model":"w6166","predicate":{"custom_model_data":6166}},{"model":"w6167","predicate":{"custom_model_data":6167}},{"model":"w6168","predicate":{"custom_model_data":6168}},{"model":"w6169","predicate":{"custom_model_data":6169}},{"model":"w6170","predicate":{"custom_model_data":6170}},{"model":"w6171","predicate":{"custom_model_data":6171}},{"model":"w6172","predicate":{"custom_model_data":6172}},{"model":"w6173","predicate":{"custom_model_data":6173}},{"model":"w6174","predicate":{"custom_model_data":6174}},{"model":"w6175","predicate":{"custom_model_data":6175}},{"model":"w6176","predicate":{"custom_model_data":6176}},{"model":"w6177","predicate":{"custom_model_data":6177}},{"model":"w6178","predicate":{"custom_model_data":6178}},{"model":"w6179","predicate":{"custom_model_data":6179}},{"model":"w6180","predicate":{"custom_model_data":6180}},{"model":"w6181","predicate":{"custom_model_data":6181}},{"model":"w6182","predicate":{"custom_model_data":6182}},{"model":"w6183","predicate":{"custom_model_data":6183}},{"model":"w6184","predicate":{"custom_model_data":6184}},{"model":"w6185","predicate":{"custom_model_data":6185}},{"model":"w6186","predicate":{"custom_model_data":6186}},{"model":"w6187","predicate":{"custom_model_data":6187}},{"model":"w6188","predicate":{"custom_model_data":6188}},{"model":"w6189","predicate":{"custom_model_data":6189}},{"model":"w6190","predicate":{"custom_model_data":6190}},{"model":"w6191","predicate":{"custom_model_data":6191}},{"model":"w6192","predicate":{"custom_model_data":6192}},{"model":"w6193","predicate":{"custom_model_data":6193}},{"model":"w6194","predicate":{"custom_model_data":6194}},{"model":"w6195","predicate":{"custom_model_data":6195}},{"model":"w6196","predicate":{"custom_model_data":6196}},{"model":"w6197","predicate":{"custom_model_data":6197}},{"model":"w6198","predicate":{"custom_model_data":6198}},{"model":"w6199","predicate":{"custom_model_data":6199}},{"model":"w6200","predicate":{"custom_model_data":6200}},{"model":"w6201","predicate":{"custom_model_data":6201}},{"model":"w6202","predicate":{"custom_model_data":6202}},{"model":"w6203","predicate":{"custom_model_data":6203}},{"model":"w6204","predicate":{"custom_model_data":6204}},{"model":"w6205","predicate":{"custom_model_data":6205}},{"model":"w6206","predicate":{"custom_model_data":6206}},{"model":"w6207","predicate":{"custom_model_data":6207}},{"model":"w6208","predicate":{"custom_model_data":6208}},{"model":"w6209","predicate":{"custom_model_data":6209}},{"model":"w6210","predicate":{"custom_model_data":6210}},{"model":"w6211","predicate":{"custom_model_data":6211}},{"model":"w6212","predicate":{"custom_model_data":6212}},{"model":"w6213","predicate":{"custom_model_data":6213}},{"model":"w6214","predicate":{"custom_model_data":6214}},{"model":"w6215","predicate":{"custom_model_data":6215}},{"model":"w6216","predicate":{"custom_model_data":6216}},{"model":"w6217","predicate":{"custom_model_data":6217}},{"model":"w6218","predicate":{"custom_model_data":6218}},{"model":"w6219","predicate":{"custom_model_data":6219}},{"model":"w6220","predicate":{"custom_model_data":6220}},{"model":"w6221","predicate":{"custom_model_data":6221}},{"model":"w6222","predicate":{"custom_model_data":6222}},{"model":"w6223","predicate":{"custom_model_data":6223}},{"model":"w6224","predicate":{"custom_model_data":6224}},{"model":"w6225","predicate":{"custom_model_data":6225}},{"model":"w6226","predicate":{"custom_model_data":6226}},{"model":"w6227","predicate":{"custom_model_data":6227}},{"model":"w6228","predicate":{"custom_model_data":6228}},{"model":"w6229","predicate":{"custom_model_data":6229}},{"model":"w6230","predicate":{"custom_model_data":6230}},{"model":"w6231","predicate":{"custom_model_data":6231}},{"model":"w6232","predicate":{"custom_model_data":6232}},{"model":"w6233","predicate":{"custom_model_data":6233}},{"model":"w6234","predicate":{"custom_model_data":6234}},{"model":"w6235","predicate":{"custom_model_data":6235}},{"model":"w6236","predicate":{"custom_model_data":6236}},{"model":"w6237","predicate":{"custom_model_data":6237}},{"model":"w6238","predicate":{"custom_model_data":6238}},{"model":"w6239","predicate":{"custom_model_data":6239}},{"model":"w6240","predicate":{"custom_model_data":6240}},{"model":"w6241","predicate":{"custom_model_data":6241}},{"model":"w6242","predicate":{"custom_model_data":6242}},{"model":"w6243","predicate":{"custom_model_data":6243}},{"model":"w6244","predicate":{"custom_model_data":6244}},{"model":"w6245","predicate":{"custom_model_data":6245}},{"model":"w6246","predicate":{"custom_model_data":6246}},{"model":"w6247","predicate":{"custom_model_data":6247}},{"model":"w6248","predicate":{"custom_model_data":6248}},{"model":"w6249","predicate":{"custom_model_data":6249}},{"model":"w6250","predicate":{"custom_model_data":6250}},{"model":"w6251","predicate":{"custom_model_data":6251}},{"model":"w6252","predicate":{"custom_model_data":6252}},{"model":"w6253","predicate":{"custom_model_data":6253}},{"model":"w6254","predicate":{"custom_model_data":6254}},{"model":"w6255","predicate":{"custom_model_data":6255}},{"model":"w6256","predicate":{"custom_model_data":6256}},{"model":"w6257","predicate":{"custom_model_data":6257}},{"model":"w6258","predicate":{"custom_model_data":6258}},{"model":"w6259","predicate":{"custom_model_data":6259}},{"model":"w6260","predicate":{"custom_model_data":6260}},{"model":"w6261","predicate":{"custom_model_data":6261}},{"model":"w6262","predicate":{"custom_model_data":6262}},{"model":"w6263","predicate":{"custom_model_data":6263}},{"model":"w6264","predicate":{"custom_model_data":6264}},{"model":"w6265","predicate":{"custom_model_data":6265}},{"model":"w6266","predicate":{"custom_model_data":6266}},{"model":"w6267","predicate":{"custom_model_data":6267}},{"model":"w6268","predicate":{"custom_model_data":6268}},{"model":"w6269","predicate":{"custom_model_data":6269}},{"model":"w6270","predicate":{"custom_model_data":6270}},{"model":"w6271","predicate":{"custom_model_data":6271}},{"model":"w6272","predicate":{"custom_model_data":6272}},{"model":"w6273","predicate":{"custom_model_data":6273}},{"model":"w6274","predicate":{"custom_model_data":6274}},{"model":"w6275","predicate":{"custom_model_data":6275}},{"model":"w6276","predicate":{"custom_model_data":6276}},{"model":"w6277","predicate":{"custom_model_data":6277}},{"model":"w6278","predicate":{"custom_model_data":6278}},{"model":"w6279","predicate":{"custom_model_data":6279}},{"model":"w6280","predicate":{"custom_model_data":6280}},{"model":"w6281","predicate":{"custom_model_data":6281}},{"model":"w6282","predicate":{"custom_model_data":6282}},{"model":"w6283","predicate":{"custom_model_data":6283}},{"model":"w6284","predicate":{"custom_model_data":6284}},{"model":"w6285","predicate":{"custom_model_data":6285}},{"model":"w6286","predicate":{"custom_model_data":6286}},{"model":"w6287","predicate":{"custom_model_data":6287}},{"model":"w6288","predicate":{"custom_model_data":6288}},{"model":"w6289","predicate":{"custom_model_data":6289}},{"model":"w6290","predicate":{"custom_model_data":6290}},{"model":"w6291","predicate":{"custom_model_data":6291}},{"model":"w6292","predicate":{"custom_model_data":6292}},{"model":"w6293","predicate":{"custom_model_data":6293}},{"model":"w6294","predicate":{"custom_model_data":6294}},{"model":"w6295","predicate":{"custom_model_data":6295}},{"model":"w6296","predicate":{"custom_model_data":6296}},{"model":"w6297","predicate":{"custom_model_data":6297}},{"model":"w6298","predicate":{"custom_model_data":6298}},{"model":"w6299","predicate":{"custom_model_data":6299}},{"model":"w6300","predicate":{"custom_model_data":6300}},{"model":"w6301","predicate":{"custom_model_data":6301}},{"model":"w6302","predicate":{"custom_model_data":6302}},{"model":"w6303","predicate":{"custom_model_data":6303}},{"model":"w6304","predicate":{"custom_model_data":6304}},{"model":"w6305","predicate":{"custom_model_data":6305}},{"model":"w6306","predicate":{"custom_model_data":6306}},{"model":"w6307","predicate":{"custom_model_data":6307}},{"model":"w6308","predicate":{"custom_model_data":6308}},{"model":"w6309","predicate":{"custom_model_data":6309}},{"model":"w6310","predicate":{"custom_model_data":6310}},{"model":"w6311","predicate":{"custom_model_data":6311}},{"model":"w6312","predicate":{"custom_model_data":6312}},{"model":"w6313","predicate":{"custom_model_data":6313}},{"model":"w6314","predicate":{"custom_model_data":6314}},{"model":"w6315","predicate":{"custom_model_data":6315}},{"model":"w6316","predicate":{"custom_model_data":6316}},{"model":"w6317","predicate":{"custom_model_data":6317}},{"model":"w6318","predicate":{"custom_model_data":6318}},{"model":"w6319","predicate":{"custom_model_data":6319}},{"model":"w6320","predicate":{"custom_model_data":6320}},{"model":"w6321","predicate":{"custom_model_data":6321}},{"model":"w6322","predicate":{"custom_model_data":6322}},{"model":"w6323","predicate":{"custom_model_data":6323}},{"model":"w6324","predicate":{"custom_model_data":6324}},{"model":"w6325","predicate":{"custom_model_data":6325}},{"model":"w6326","predicate":{"custom_model_data":6326}},{"model":"w6327","predicate":{"custom_model_data":6327}},{"model":"w6328","predicate":{"custom_model_data":6328}},{"model":"w6329","predicate":{"custom_model_data":6329}},{"model":"w6330","predicate":{"custom_model_data":6330}},{"model":"w6331","predicate":{"custom_model_data":6331}},{"model":"w6332","predicate":{"custom_model_data":6332}},{"model":"w6333","predicate":{"custom_model_data":6333}},{"model":"w6334","predicate":{"custom_model_data":6334}},{"model":"w6335","predicate":{"custom_model_data":6335}},{"model":"w6336","predicate":{"custom_model_data":6336}},{"model":"w6337","predicate":{"custom_model_data":6337}},{"model":"w6338","predicate":{"custom_model_data":6338}},{"model":"w6339","predicate":{"custom_model_data":6339}},{"model":"w6340","predicate":{"custom_model_data":6340}},{"model":"w6341","predicate":{"custom_model_data":6341}},{"model":"w6342","predicate":{"custom_model_data":6342}},{"model":"w6343","predicate":{"custom_model_data":6343}},{"model":"w6344","predicate":{"custom_model_data":6344}},{"model":"w6345","predicate":{"custom_model_data":6345}},{"model":"w6346","predicate":{"custom_model_data":6346}},{"model":"w6347","predicate":{"custom_model_data":6347}},{"model":"w6348","predicate":{"custom_model_data":6348}},{"model":"w6349","predicate":{"custom_model_data":6349}},{"model":"w6350","predicate":{"custom_model_data":6350}},{"model":"w6351","predicate":{"custom_model_data":6351}},{"model":"w6352","predicate":{"custom_model_data":6352}},{"model":"w6353","predicate":{"custom_model_data":6353}},{"model":"w6354","predicate":{"custom_model_data":6354}},{"model":"w6355","predicate":{"custom_model_data":6355}},{"model":"w6356","predicate":{"custom_model_data":6356}},{"model":"w6357","predicate":{"custom_model_data":6357}},{"model":"w6358","predicate":{"custom_model_data":6358}},{"model":"w6359","predicate":{"custom_model_data":6359}},{"model":"w6360","predicate":{"custom_model_data":6360}},{"model":"w6361","predicate":{"custom_model_data":6361}},{"model":"w6362","predicate":{"custom_model_data":6362}},{"model":"w6363","predicate":{"custom_model_data":6363}},{"model":"w6364","predicate":{"custom_model_data":6364}},{"model":"w6365","predicate":{"custom_model_data":6365}},{"model":"w6366","predicate":{"custom_model_data":6366}},{"model":"w6367","predicate":{"custom_model_data":6367}},{"model":"w6368","predicate":{"custom_model_data":6368}},{"model":"w6369","predicate":{"custom_model_data":6369}},{"model":"w6370","predicate":{"custom_model_data":6370}},{"model":"w6371","predicate":{"custom_model_data":6371}},{"model":"w6372","predicate":{"custom_model_data":6372}},{"model":"w6373","predicate":{"custom_model_data":6373}},{"model":"w6374","predicate":{"custom_model_data":6374}},{"model":"w6375","predicate":{"custom_model_data":6375}},{"model":"w6376","predicate":{"custom_model_data":6376}},{"model":"w6377","predicate":{"custom_model_data":6377}},{"model":"w6378","predicate":{"custom_model_data":6378}},{"model":"w6379","predicate":{"custom_model_data":6379}},{"model":"w6380","predicate":{"custom_model_data":6380}},{"model":"w6381","predicate":{"custom_model_data":6381}},{"model":"w6382","predicate":{"custom_model_data":6382}},{"model":"w6383","predicate":{"custom_model_data":6383}},{"model":"w6384","predicate":{"custom_model_data":6384}},{"model":"w6385","predicate":{"custom_model_data":6385}},{"model":"w6386","predicate":{"custom_model_data":6386}},{"model":"w6387","predicate":{"custom_model_data":6387}},{"model":"w6388","predicate":{"custom_model_data":6388}},{"model":"w6389","predicate":{"custom_model_data":6389}},{"model":"w6390","predicate":{"custom_model_data":6390}},{"model":"w6391","predicate":{"custom_model_data":6391}},{"model":"w6392","predicate":{"custom_model_data":6392}},{"model":"w6393","predicate":{"custom_model_data":6393}},{"model":"w6394","predicate":{"custom_model_data":6394}},{"model":"w6395","predicate":{"custom_model_data":6395}},{"model":"w6396","predicate":{"custom_model_data":6396}},{"model":"w6397","predicate":{"custom_model_data":6397}},{"model":"w6398","predicate":{"custom_model_data":6398}},{"model":"w6399","predicate":{"custom_model_data":6399}},{"model":"w6400","predicate":{"custom_model_data":6400}},{"model":"w6401","predicate":{"custom_model_data":6401}},{"model":"w6402","predicate":{"custom_model_data":6402}},{"model":"w6403","predicate":{"custom_model_data":6403}},{"model":"w6404","predicate":{"custom_model_data":6404}},{"model":"w6405","predicate":{"custom_model_data":6405}},{"model":"w6406","predicate":{"custom_model_data":6406}},{"model":"w6407","predicate":{"custom_model_data":6407}},{"model":"w6408","predicate":{"custom_model_data":6408}},{"model":"w6409","predicate":{"custom_model_data":6409}},{"model":"w6410","predicate":{"custom_model_data":6410}},{"model":"w6411","predicate":{"custom_model_data":6411}},{"model":"w6412","predicate":{"custom_model_data":6412}},{"model":"w6413","predicate":{"custom_model_data":6413}},{"model":"w6414","predicate":{"custom_model_data":6414}},{"model":"w6415","predicate":{"custom_model_data":6415}},{"model":"w6416","predicate":{"custom_model_data":6416}},{"model":"w6417","predicate":{"custom_model_data":6417}},{"model":"w6418","predicate":{"custom_model_data":6418}},{"model":"w6419","predicate":{"custom_model_data":6419}},{"model":"w6420","predicate":{"custom_model_data":6420}},{"model":"w6421","predicate":{"custom_model_data":6421}},{"model":"w6422","predicate":{"custom_model_data":6422}},{"model":"w6423","predicate":{"custom_model_data":6423}},{"model":"w6424","predicate":{"custom_model_data":6424}},{"model":"w6425","predicate":{"custom_model_data":6425}},{"model":"w6426","predicate":{"custom_model_data":6426}},{"model":"w6427","predicate":{"custom_model_data":6427}},{"model":"w6428","predicate":{"custom_model_data":6428}},{"model":"w6429","predicate":{"custom_model_data":6429}},{"model":"w6430","predicate":{"custom_model_data":6430}},{"model":"w6431","predicate":{"custom_model_data":6431}},{"model":"w6432","predicate":{"custom_model_data":6432}},{"model":"w6433","predicate":{"custom_model_data":6433}},{"model":"w6434","predicate":{"custom_model_data":6434}},{"model":"w6435","predicate":{"custom_model_data":6435}},{"model":"w6436","predicate":{"custom_model_data":6436}},{"model":"w6437","predicate":{"custom_model_data":6437}},{"model":"w6438","predicate":{"custom_model_data":6438}},{"model":"w6439","predicate":{"custom_model_data":6439}},{"model":"w6440","predicate":{"custom_model_data":6440}},{"model":"w6441","predicate":{"custom_model_data":6441}},{"model":"w6442","predicate":{"custom_model_data":6442}},{"model":"w6443","predicate":{"custom_model_data":6443}},{"model":"w6444","predicate":{"custom_model_data":6444}},{"model":"w6445","predicate":{"custom_model_data":6445}},{"model":"w6446","predicate":{"custom_model_data":6446}},{"model":"w6447","predicate":{"custom_model_data":6447}},{"model":"w6448","predicate":{"custom_model_data":6448}},{"model":"w6449","predicate":{"custom_model_data":6449}},{"model":"w6450","predicate":{"custom_model_data":6450}},{"model":"w6451","predicate":{"custom_model_data":6451}},{"model":"w6452","predicate":{"custom_model_data":6452}},{"model":"w6453","predicate":{"custom_model_data":6453}},{"model":"w6454","predicate":{"custom_model_data":6454}},{"model":"w6455","predicate":{"custom_model_data":6455}},{"model":"w6456","predicate":{"custom_model_data":6456}},{"model":"w6457","predicate":{"custom_model_data":6457}},{"model":"w6458","predicate":{"custom_model_data":6458}},{"model":"w6459","predicate":{"custom_model_data":6459}},{"model":"w6460","predicate":{"custom_model_data":6460}},{"model":"w6461","predicate":{"custom_model_data":6461}},{"model":"w6462","predicate":{"custom_model_data":6462}},{"model":"w6463","predicate":{"custom_model_data":6463}},{"model":"w6464","predicate":{"custom_model_data":6464}},{"model":"w6465","predicate":{"custom_model_data":6465}},{"model":"w6466","predicate":{"custom_model_data":6466}},{"model":"w6467","predicate":{"custom_model_data":6467}},{"model":"w6468","predicate":{"custom_model_data":6468}},{"model":"w6469","predicate":{"custom_model_data":6469}},{"model":"w6470","predicate":{"custom_model_data":6470}},{"model":"w6471","predicate":{"custom_model_data":6471}},{"model":"w6472","predicate":{"custom_model_data":6472}},{"model":"w6473","predicate":{"custom_model_data":6473}},{"model":"w6474","predicate":{"custom_model_data":6474}},{"model":"w6475","predicate":{"custom_model_data":6475}},{"model":"w6476","predicate":{"custom_model_data":6476}},{"model":"w6477","predicate":{"custom_model_data":6477}},{"model":"w6478","predicate":{"custom_model_data":6478}},{"model":"w6479","predicate":{"custom_model_data":6479}},{"model":"w6480","predicate":{"custom_model_data":6480}},{"model":"w6481","predicate":{"custom_model_data":6481}},{"model":"w6482","predicate":{"custom_model_data":6482}},{"model":"w6483","predicate":{"custom_model_data":6483}},{"model":"w6484","predicate":{"custom_model_data":6484}},{"model":"w6485","predicate":{"custom_model_data":6485}},{"model":"w6486","predicate":{"custom_model_data":6486}},{"model":"w6487","predicate":{"custom_model_data":6487}},{"model":"w6488","predicate":{"custom_model_data":6488}},{"model":"w6489","predicate":{"custom_model_data":6489}},{"model":"w6490","predicate":{"custom_model_data":6490}},{"model":"w6491","predicate":{"custom_model_data":6491}},{"model":"w6492","predicate":{"custom_model_data":6492}},{"model":"w6493","predicate":{"custom_model_data":6493}},{"model":"w6494","predicate":{"custom_model_data":6494}},{"model":"w6495","predicate":{"custom_model_data":6495}},{"model":"w6496","predicate":{"custom_model_data":6496}},{"model":"w6497","predicate":{"custom_model_data":6497}},{"model":"w6498","predicate":{"custom_model_data":6498}},{"model":"w6499","predicate":{"custom_model_data":6499}},{"model":"w6500","predicate":{"custom_model_data":6500}},{"model":"w6501","predicate":{"custom_model_data":6501}},{"model":"w6502","predicate":{"custom_model_data":6502}},{"model":"w6503","predicate":{"custom_model_data":6503}},{"model":"w6504","predicate":{"custom_model_data":6504}},{"model":"w6505","predicate":{"custom_model_data":6505}},{"model":"w6506","predicate":{"custom_model_data":6506}},{"model":"w6507","predicate":{"custom_model_data":6507}},{"model":"w6508","predicate":{"custom_model_data":6508}},{"model":"w6509","predicate":{"custom_model_data":6509}},{"model":"w6510","predicate":{"custom_model_data":6510}},{"model":"w6511","predicate":{"custom_model_data":6511}},{"model":"w6512","predicate":{"custom_model_data":6512}},{"model":"w6513","predicate":{"custom_model_data":6513}},{"model":"w6514","predicate":{"custom_model_data":6514}},{"model":"w6515","predicate":{"custom_model_data":6515}},{"model":"w6516","predicate":{"custom_model_data":6516}},{"model":"w6517","predicate":{"custom_model_data":6517}},{"model":"w6518","predicate":{"custom_model_data":6518}},{"model":"w6519","predicate":{"custom_model_data":6519}},{"model":"w6520","predicate":{"custom_model_data":6520}},{"model":"w6521","predicate":{"custom_model_data":6521}},{"model":"w6522","predicate":{"custom_model_data":6522}},{"model":"w6523","predicate":{"custom_model_data":6523}},{"model":"w6524","predicate":{"custom_model_data":6524}},{"model":"w6525","predicate":{"custom_model_data":6525}},{"model":"w6526","predicate":{"custom_model_data":6526}},{"model":"w6527","predicate":{"custom_model_data":6527}},{"model":"w6528","predicate":{"custom_model_data":6528}},{"model":"w6529","predicate":{"custom_model_data":6529}},{"model":"w6530","predicate":{"custom_model_data":6530}},{"model":"w6531","predicate":{"custom_model_data":6531}},{"model":"w6532","predicate":{"custom_model_data":6532}},{"model":"w6533","predicate":{"custom_model_data":6533}},{"model":"w6534","predicate":{"custom_model_data":6534}},{"model":"w6535","predicate":{"custom_model_data":6535}},{"model":"w6536","predicate":{"custom_model_data":6536}},{"model":"w6537","predicate":{"custom_model_data":6537}},{"model":"w6538","predicate":{"custom_model_data":6538}},{"model":"w6539","predicate":{"custom_model_data":6539}},{"model":"w6540","predicate":{"custom_model_data":6540}},{"model":"w6541","predicate":{"custom_model_data":6541}},{"model":"w6542","predicate":{"custom_model_data":6542}},{"model":"w6543","predicate":{"custom_model_data":6543}},{"model":"w6544","predicate":{"custom_model_data":6544}},{"model":"w6545","predicate":{"custom_model_data":6545}},{"model":"w6546","predicate":{"custom_model_data":6546}},{"model":"w6547","predicate":{"custom_model_data":6547}},{"model":"w6548","predicate":{"custom_model_data":6548}},{"model":"w6549","predicate":{"custom_model_data":6549}},{"model":"w6550","predicate":{"custom_model_data":6550}},{"model":"w6551","predicate":{"custom_model_data":6551}},{"model":"w6552","predicate":{"custom_model_data":6552}},{"model":"w6553","predicate":{"custom_model_data":6553}},{"model":"w6554","predicate":{"custom_model_data":6554}},{"model":"w6555","predicate":{"custom_model_data":6555}},{"model":"w6556","predicate":{"custom_model_data":6556}},{"model":"w6557","predicate":{"custom_model_data":6557}},{"model":"w6558","predicate":{"custom_model_data":6558}},{"model":"w6559","predicate":{"custom_model_data":6559}},{"model":"w6560","predicate":{"custom_model_data":6560}},{"model":"w6561","predicate":{"custom_model_data":6561}},{"model":"w6562","predicate":{"custom_model_data":6562}},{"model":"w6563","predicate":{"custom_model_data":6563}},{"model":"w6564","predicate":{"custom_model_data":6564}},{"model":"w6565","predicate":{"custom_model_data":6565}},{"model":"w6566","predicate":{"custom_model_data":6566}},{"model":"w6567","predicate":{"custom_model_data":6567}},{"model":"w6568","predicate":{"custom_model_data":6568}},{"model":"w6569","predicate":{"custom_model_data":6569}},{"model":"w6570","predicate":{"custom_model_data":6570}},{"model":"w6571","predicate":{"custom_model_data":6571}},{"model":"w6572","predicate":{"custom_model_data":6572}},{"model":"w6573","predicate":{"custom_model_data":6573}},{"model":"w6574","predicate":{"custom_model_data":6574}},{"model":"w6575","predicate":{"custom_model_data":6575}},{"model":"w6576","predicate":{"custom_model_data":6576}},{"model":"w6577","predicate":{"custom_model_data":6577}},{"model":"w6578","predicate":{"custom_model_data":6578}},{"model":"w6579","predicate":{"custom_model_data":6579}},{"model":"w6580","predicate":{"custom_model_data":6580}},{"model":"w6581","predicate":{"custom_model_data":6581}},{"model":"w6582","predicate":{"custom_model_data":6582}},{"model":"w6583","predicate":{"custom_model_data":6583}},{"model":"w6584","predicate":{"custom_model_data":6584}},{"model":"w6585","predicate":{"custom_model_data":6585}},{"model":"w6586","predicate":{"custom_model_data":6586}},{"model":"w6587","predicate":{"custom_model_data":6587}},{"model":"w6588","predicate":{"custom_model_data":6588}},{"model":"w6589","predicate":{"custom_model_data":6589}},{"model":"w6590","predicate":{"custom_model_data":6590}},{"model":"w6591","predicate":{"custom_model_data":6591}},{"model":"w6592","predicate":{"custom_model_data":6592}},{"model":"w6593","predicate":{"custom_model_data":6593}},{"model":"w6594","predicate":{"custom_model_data":6594}},{"model":"w6595","predicate":{"custom_model_data":6595}},{"model":"w6596","predicate":{"custom_model_data":6596}},{"model":"w6597","predicate":{"custom_model_data":6597}},{"model":"w6598","predicate":{"custom_model_data":6598}},{"model":"w6599","predicate":{"custom_model_data":6599}},{"model":"w6600","predicate":{"custom_model_data":6600}},{"model":"w6601","predicate":{"custom_model_data":6601}},{"model":"w6602","predicate":{"custom_model_data":6602}},{"model":"w6603","predicate":{"custom_model_data":6603}},{"model":"w6604","predicate":{"custom_model_data":6604}},{"model":"w6605","predicate":{"custom_model_data":6605}},{"model":"w6606","predicate":{"custom_model_data":6606}},{"model":"w6607","predicate":{"custom_model_data":6607}},{"model":"w6608","predicate":{"custom_model_data":6608}},{"model":"w6609","predicate":{"custom_model_data":6609}},{"model":"w6610","predicate":{"custom_model_data":6610}},{"model":"w6611","predicate":{"custom_model_data":6611}},{"model":"w6612","predicate":{"custom_model_data":6612}},{"model":"w6613","predicate":{"custom_model_data":6613}},{"model":"w6614","predicate":{"custom_model_data":6614}},{"model":"w6615","predicate":{"custom_model_data":6615}},{"model":"w6616","predicate":{"custom_model_data":6616}},{"model":"w6617","predicate":{"custom_model_data":6617}},{"model":"w6618","predicate":{"custom_model_data":6618}},{"model":"w6619","predicate":{"custom_model_data":6619}},{"model":"w6620","predicate":{"custom_model_data":6620}},{"model":"w6621","predicate":{"custom_model_data":6621}},{"model":"w6622","predicate":{"custom_model_data":6622}},{"model":"w6623","predicate":{"custom_model_data":6623}},{"model":"w6624","predicate":{"custom_model_data":6624}},{"model":"w6625","predicate":{"custom_model_data":6625}},{"model":"w6626","predicate":{"custom_model_data":6626}},{"model":"w6627","predicate":{"custom_model_data":6627}},{"model":"w6628","predicate":{"custom_model_data":6628}},{"model":"w6629","predicate":{"custom_model_data":6629}},{"model":"w6630","predicate":{"custom_model_data":6630}},{"model":"w6631","predicate":{"custom_model_data":6631}},{"model":"w6632","predicate":{"custom_model_data":6632}},{"model":"w6633","predicate":{"custom_model_data":6633}},{"model":"w6634","predicate":{"custom_model_data":6634}},{"model":"w6635","predicate":{"custom_model_data":6635}},{"model":"w6636","predicate":{"custom_model_data":6636}},{"model":"w6637","predicate":{"custom_model_data":6637}},{"model":"w6638","predicate":{"custom_model_data":6638}},{"model":"w6639","predicate":{"custom_model_data":6639}},{"model":"w6640","predicate":{"custom_model_data":6640}},{"model":"w6641","predicate":{"custom_model_data":6641}},{"model":"w6642","predicate":{"custom_model_data":6642}},{"model":"w6643","predicate":{"custom_model_data":6643}},{"model":"w6644","predicate":{"custom_model_data":6644}},{"model":"w6645","predicate":{"custom_model_data":6645}},{"model":"w6646","predicate":{"custom_model_data":6646}},{"model":"w6647","predicate":{"custom_model_data":6647}},{"model":"w6648","predicate":{"custom_model_data":6648}},{"model":"w6649","predicate":{"custom_model_data":6649}},{"model":"w6650","predicate":{"custom_model_data":6650}},{"model":"w6651","predicate":{"custom_model_data":6651}},{"model":"w6652","predicate":{"custom_model_data":6652}},{"model":"w6653","predicate":{"custom_model_data":6653}},{"model":"w6654","predicate":{"custom_model_data":6654}},{"model":"w6655","predicate":{"custom_model_data":6655}},{"model":"w6656","predicate":{"custom_model_data":6656}},{"model":"w6657","predicate":{"custom_model_data":6657}},{"model":"w6658","predicate":{"custom_model_data":6658}},{"model":"w6659","predicate":{"custom_model_data":6659}},{"model":"w6660","predicate":{"custom_model_data":6660}},{"model":"w6661","predicate":{"custom_model_data":6661}},{"model":"w6662","predicate":{"custom_model_data":6662}},{"model":"w6663","predicate":{"custom_model_data":6663}},{"model":"w6664","predicate":{"custom_model_data":6664}},{"model":"w6665","predicate":{"custom_model_data":6665}},{"model":"w6666","predicate":{"custom_model_data":6666}},{"model":"w6667","predicate":{"custom_model_data":6667}},{"model":"w6668","predicate":{"custom_model_data":6668}},{"model":"w6669","predicate":{"custom_model_data":6669}},{"model":"w6670","predicate":{"custom_model_data":6670}},{"model":"w6671","predicate":{"custom_model_data":6671}},{"model":"w6672","predicate":{"custom_model_data":6672}},{"model":"w6673","predicate":{"custom_model_data":6673}},{"model":"w6674","predicate":{"custom_model_data":6674}},{"model":"w6675","predicate":{"custom_model_data":6675}},{"model":"w6676","predicate":{"custom_model_data":6676}},{"model":"w6677","predicate":{"custom_model_data":6677}},{"model":"w6678","predicate":{"custom_model_data":6678}},{"model":"w6679","predicate":{"custom_model_data":6679}},{"model":"w6680","predicate":{"custom_model_data":6680}},{"model":"w6681","predicate":{"custom_model_data":6681}},{"model":"w6682","predicate":{"custom_model_data":6682}},{"model":"w6683","predicate":{"custom_model_data":6683}},{"model":"w6684","predicate":{"custom_model_data":6684}},{"model":"w6685","predicate":{"custom_model_data":6685}},{"model":"w6686","predicate":{"custom_model_data":6686}},{"model":"w6687","predicate":{"custom_model_data":6687}},{"model":"w6688","predicate":{"custom_model_data":6688}},{"model":"w6689","predicate":{"custom_model_data":6689}},{"model":"w6690","predicate":{"custom_model_data":6690}},{"model":"w6691","predicate":{"custom_model_data":6691}},{"model":"w6692","predicate":{"custom_model_data":6692}},{"model":"w6693","predicate":{"custom_model_data":6693}},{"model":"w6694","predicate":{"custom_model_data":6694}},{"model":"w6695","predicate":{"custom_model_data":6695}},{"model":"w6696","predicate":{"custom_model_data":6696}},{"model":"w6697","predicate":{"custom_model_data":6697}},{"model":"w6698","predicate":{"custom_model_data":6698}},{"model":"w6699","predicate":{"custom_model_data":6699}},{"model":"w6700","predicate":{"custom_model_data":6700}},{"model":"w6701","predicate":{"custom_model_data":6701}},{"model":"w6702","predicate":{"custom_model_data":6702}},{"model":"w6703","predicate":{"custom_model_data":6703}},{"model":"w6704","predicate":{"custom_model_data":6704}},{"model":"w6705","predicate":{"custom_model_data":6705}},{"model":"w6706","predicate":{"custom_model_data":6706}},{"model":"w6707","predicate":{"custom_model_data":6707}},{"model":"w6708","predicate":{"custom_model_data":6708}},{"model":"w6709","predicate":{"custom_model_data":6709}},{"model":"w6710","predicate":{"custom_model_data":6710}},{"model":"w6711","predicate":{"custom_model_data":6711}},{"model":"w6712","predicate":{"custom_model_data":6712}},{"model":"w6713","predicate":{"custom_model_data":6713}},{"model":"w6714","predicate":{"custom_model_data":6714}},{"model":"w6715","predicate":{"custom_model_data":6715}},{"model":"w6716","predicate":{"custom_model_data":6716}},{"model":"w6717","predicate":{"custom_model_data":6717}},{"model":"w6718","predicate":{"custom_model_data":6718}},{"model":"w6719","predicate":{"custom_model_data":6719}},{"model":"w6720","predicate":{"custom_model_data":6720}},{"model":"w6721","predicate":{"custom_model_data":6721}},{"model":"w6722","predicate":{"custom_model_data":6722}},{"model":"w6723","predicate":{"custom_model_data":6723}},{"model":"w6724","predicate":{"custom_model_data":6724}},{"model":"w6725","predicate":{"custom_model_data":6725}},{"model":"w6726","predicate":{"custom_model_data":6726}},{"model":"w6727","predicate":{"custom_model_data":6727}},{"model":"w6728","predicate":{"custom_model_data":6728}},{"model":"w6729","predicate":{"custom_model_data":6729}},{"model":"w6730","predicate":{"custom_model_data":6730}},{"model":"w6731","predicate":{"custom_model_data":6731}},{"model":"w6732","predicate":{"custom_model_data":6732}},{"model":"w6733","predicate":{"custom_model_data":6733}},{"model":"w6734","predicate":{"custom_model_data":6734}},{"model":"w6735","predicate":{"custom_model_data":6735}},{"model":"w6736","predicate":{"custom_model_data":6736}},{"model":"w6737","predicate":{"custom_model_data":6737}},{"model":"w6738","predicate":{"custom_model_data":6738}},{"model":"w6739","predicate":{"custom_model_data":6739}},{"model":"w6740","predicate":{"custom_model_data":6740}},{"model":"w6741","predicate":{"custom_model_data":6741}},{"model":"w6742","predicate":{"custom_model_data":6742}},{"model":"w6743","predicate":{"custom_model_data":6743}},{"model":"w6744","predicate":{"custom_model_data":6744}},{"model":"w6745","predicate":{"custom_model_data":6745}},{"model":"w6746","predicate":{"custom_model_data":6746}},{"model":"w6747","predicate":{"custom_model_data":6747}},{"model":"w6748","predicate":{"custom_model_data":6748}},{"model":"w6749","predicate":{"custom_model_data":6749}},{"model":"w6750","predicate":{"custom_model_data":6750}},{"model":"w6751","predicate":{"custom_model_data":6751}},{"model":"w6752","predicate":{"custom_model_data":6752}},{"model":"w6753","predicate":{"custom_model_data":6753}},{"model":"w6754","predicate":{"custom_model_data":6754}},{"model":"w6755","predicate":{"custom_model_data":6755}},{"model":"w6756","predicate":{"custom_model_data":6756}},{"model":"w6757","predicate":{"custom_model_data":6757}},{"model":"w6758","predicate":{"custom_model_data":6758}},{"model":"w6759","predicate":{"custom_model_data":6759}},{"model":"w6760","predicate":{"custom_model_data":6760}},{"model":"w6761","predicate":{"custom_model_data":6761}},{"model":"w6762","predicate":{"custom_model_data":6762}},{"model":"w6763","predicate":{"custom_model_data":6763}},{"model":"w6764","predicate":{"custom_model_data":6764}},{"model":"w6765","predicate":{"custom_model_data":6765}},{"model":"w6766","predicate":{"custom_model_data":6766}},{"model":"w6767","predicate":{"custom_model_data":6767}},{"model":"w6768","predicate":{"custom_model_data":6768}},{"model":"w6769","predicate":{"custom_model_data":6769}},{"model":"w6770","predicate":{"custom_model_data":6770}},{"model":"w6771","predicate":{"custom_model_data":6771}},{"model":"w6772","predicate":{"custom_model_data":6772}},{"model":"w6773","predicate":{"custom_model_data":6773}},{"model":"w6774","predicate":{"custom_model_data":6774}},{"model":"w6775","predicate":{"custom_model_data":6775}},{"model":"w6776","predicate":{"custom_model_data":6776}},{"model":"w6777","predicate":{"custom_model_data":6777}},{"model":"w6778","predicate":{"custom_model_data":6778}},{"model":"w6779","predicate":{"custom_model_data":6779}},{"model":"w6780","predicate":{"custom_model_data":6780}},{"model":"w6781","predicate":{"custom_model_data":6781}},{"model":"w6782","predicate":{"custom_model_data":6782}},{"model":"w6783","predicate":{"custom_model_data":6783}},{"model":"w6784","predicate":{"custom_model_data":6784}},{"model":"w6785","predicate":{"custom_model_data":6785}},{"model":"w6786","predicate":{"custom_model_data":6786}},{"model":"w6787","predicate":{"custom_model_data":6787}},{"model":"w6788","predicate":{"custom_model_data":6788}},{"model":"w6789","predicate":{"custom_model_data":6789}},{"model":"w6790","predicate":{"custom_model_data":6790}},{"model":"w6791","predicate":{"custom_model_data":6791}},{"model":"w6792","predicate":{"custom_model_data":6792}},{"model":"w6793","predicate":{"custom_model_data":6793}},{"model":"w6794","predicate":{"custom_model_data":6794}},{"model":"w6795","predicate":{"custom_model_data":6795}},{"model":"w6796","predicate":{"custom_model_data":6796}},{"model":"w6797","predicate":{"custom_model_data":6797}},{"model":"w6798","predicate":{"custom_model_data":6798}},{"model":"w6799","predicate":{"custom_model_data":6799}},{"model":"w6800","predicate":{"custom_model_data":6800}},{"model":"w6801","predicate":{"custom_model_data":6801}},{"model":"w6802","predicate":{"custom_model_data":6802}},{"model":"w6803","predicate":{"custom_model_data":6803}},{"model":"w6804","predicate":{"custom_model_data":6804}},{"model":"w6805","predicate":{"custom_model_data":6805}},{"model":"w6806","predicate":{"custom_model_data":6806}},{"model":"w6807","predicate":{"custom_model_data":6807}},{"model":"w6808","predicate":{"custom_model_data":6808}},{"model":"w6809","predicate":{"custom_model_data":6809}},{"model":"w6810","predicate":{"custom_model_data":6810}},{"model":"w6811","predicate":{"custom_model_data":6811}},{"model":"w6812","predicate":{"custom_model_data":6812}},{"model":"w6813","predicate":{"custom_model_data":6813}},{"model":"w6814","predicate":{"custom_model_data":6814}},{"model":"w6815","predicate":{"custom_model_data":6815}},{"model":"w6816","predicate":{"custom_model_data":6816}},{"model":"w6817","predicate":{"custom_model_data":6817}},{"model":"w6818","predicate":{"custom_model_data":6818}},{"model":"w6819","predicate":{"custom_model_data":6819}},{"model":"w6820","predicate":{"custom_model_data":6820}},{"model":"w6821","predicate":{"custom_model_data":6821}},{"model":"w6822","predicate":{"custom_model_data":6822}},{"model":"w6823","predicate":{"custom_model_data":6823}},{"model":"w6824","predicate":{"custom_model_data":6824}},{"model":"w6825","predicate":{"custom_model_data":6825}},{"model":"w6826","predicate":{"custom_model_data":6826}},{"model":"w6827","predicate":{"custom_model_data":6827}},{"model":"w6828","predicate":{"custom_model_data":6828}},{"model":"w6829","predicate":{"custom_model_data":6829}},{"model":"w6830","predicate":{"custom_model_data":6830}},{"model":"w6831","predicate":{"custom_model_data":6831}},{"model":"w6832","predicate":{"custom_model_data":6832}},{"model":"w6833","predicate":{"custom_model_data":6833}},{"model":"w6834","predicate":{"custom_model_data":6834}},{"model":"w6835","predicate":{"custom_model_data":6835}},{"model":"w6836","predicate":{"custom_model_data":6836}},{"model":"w6837","predicate":{"custom_model_data":6837}},{"model":"w6838","predicate":{"custom_model_data":6838}},{"model":"w6839","predicate":{"custom_model_data":6839}},{"model":"w6840","predicate":{"custom_model_data":6840}},{"model":"w6841","predicate":{"custom_model_data":6841}},{"model":"w6842","predicate":{"custom_model_data":6842}},{"model":"w6843","predicate":{"custom_model_data":6843}},{"model":"w6844","predicate":{"custom_model_data":6844}},{"model":"w6845","predicate":{"custom_model_data":6845}},{"model":"w6846","predicate":{"custom_model_data":6846}},{"model":"w6847","predicate":{"custom_model_data":6847}},{"model":"w6848","predicate":{"custom_model_data":6848}},{"model":"w6849","predicate":{"custom_model_data":6849}},{"model":"w6850","predicate":{"custom_model_data":6850}},{"model":"w6851","predicate":{"custom_model_data":6851}},{"model":"w6852","predicate":{"custom_model_data":6852}},{"model":"w6853","predicate":{"custom_model_data":6853}},{"model":"w6854","predicate":{"custom_model_data":6854}},{"model":"w6855","predicate":{"custom_model_data":6855}},{"model":"w6856","predicate":{"custom_model_data":6856}},{"model":"w6857","predicate":{"custom_model_data":6857}},{"model":"w6858","predicate":{"custom_model_data":6858}},{"model":"w6859","predicate":{"custom_model_data":6859}},{"model":"w6860","predicate":{"custom_model_data":6860}},{"model":"w6861","predicate":{"custom_model_data":6861}},{"model":"w6862","predicate":{"custom_model_data":6862}},{"model":"w6863","predicate":{"custom_model_data":6863}},{"model":"w6864","predicate":{"custom_model_data":6864}},{"model":"w6865","predicate":{"custom_model_data":6865}},{"model":"w6866","predicate":{"custom_model_data":6866}},{"model":"w6867","predicate":{"custom_model_data":6867}},{"model":"w6868","predicate":{"custom_model_data":6868}},{"model":"w6869","predicate":{"custom_model_data":6869}},{"model":"w6870","predicate":{"custom_model_data":6870}},{"model":"w6871","predicate":{"custom_model_data":6871}},{"model":"w6872","predicate":{"custom_model_data":6872}},{"model":"w6873","predicate":{"custom_model_data":6873}},{"model":"w6874","predicate":{"custom_model_data":6874}},{"model":"w6875","predicate":{"custom_model_data":6875}},{"model":"w6876","predicate":{"custom_model_data":6876}},{"model":"w6877","predicate":{"custom_model_data":6877}},{"model":"w6878","predicate":{"custom_model_data":6878}},{"model":"w6879","predicate":{"custom_model_data":6879}},{"model":"w6880","predicate":{"custom_model_data":6880}},{"model":"w6881","predicate":{"custom_model_data":6881}},{"model":"w6882","predicate":{"custom_model_data":6882}},{"model":"w6883","predicate":{"custom_model_data":6883}},{"model":"w6884","predicate":{"custom_model_data":6884}},{"model":"w6885","predicate":{"custom_model_data":6885}},{"model":"w6886","predicate":{"custom_model_data":6886}},{"model":"w6887","predicate":{"custom_model_data":6887}},{"model":"w6888","predicate":{"custom_model_data":6888}},{"model":"w6889","predicate":{"custom_model_data":6889}},{"model":"w6890","predicate":{"custom_model_data":6890}},{"model":"w6891","predicate":{"custom_model_data":6891}},{"model":"w6892","predicate":{"custom_model_data":6892}},{"model":"w6893","predicate":{"custom_model_data":6893}},{"model":"w6894","predicate":{"custom_model_data":6894}},{"model":"w6895","predicate":{"custom_model_data":6895}},{"model":"w6896","predicate":{"custom_model_data":6896}},{"model":"w6897","predicate":{"custom_model_data":6897}},{"model":"w6898","predicate":{"custom_model_data":6898}},{"model":"w6899","predicate":{"custom_model_data":6899}},{"model":"w6900","predicate":{"custom_model_data":6900}},{"model":"w6901","predicate":{"custom_model_data":6901}},{"model":"w6902","predicate":{"custom_model_data":6902}},{"model":"w6903","predicate":{"custom_model_data":6903}},{"model":"w6904","predicate":{"custom_model_data":6904}},{"model":"w6905","predicate":{"custom_model_data":6905}},{"model":"w6906","predicate":{"custom_model_data":6906}},{"model":"w6907","predicate":{"custom_model_data":6907}},{"model":"w6908","predicate":{"custom_model_data":6908}},{"model":"w6909","predicate":{"custom_model_data":6909}},{"model":"w6910","predicate":{"custom_model_data":6910}},{"model":"w6911","predicate":{"custom_model_data":6911}},{"model":"w6912","predicate":{"custom_model_data":6912}},{"model":"w6913","predicate":{"custom_model_data":6913}},{"model":"w6914","predicate":{"custom_model_data":6914}},{"model":"w6915","predicate":{"custom_model_data":6915}},{"model":"w6916","predicate":{"custom_model_data":6916}},{"model":"w6917","predicate":{"custom_model_data":6917}},{"model":"w6918","predicate":{"custom_model_data":6918}},{"model":"w6919","predicate":{"custom_model_data":6919}},{"model":"w6920","predicate":{"custom_model_data":6920}},{"model":"w6921","predicate":{"custom_model_data":6921}},{"model":"w6922","predicate":{"custom_model_data":6922}},{"model":"w6923","predicate":{"custom_model_data":6923}},{"model":"w6924","predicate":{"custom_model_data":6924}},{"model":"w6925","predicate":{"custom_model_data":6925}},{"model":"w6926","predicate":{"custom_model_data":6926}},{"model":"w6927","predicate":{"custom_model_data":6927}},{"model":"w6928","predicate":{"custom_model_data":6928}},{"model":"w6929","predicate":{"custom_model_data":6929}},{"model":"w6930","predicate":{"custom_model_data":6930}},{"model":"w6931","predicate":{"custom_model_data":6931}},{"model":"w6932","predicate":{"custom_model_data":6932}},{"model":"w6933","predicate":{"custom_model_data":6933}},{"model":"w6934","predicate":{"custom_model_data":6934}},{"model":"w6935","predicate":{"custom_model_data":6935}},{"model":"w6936","predicate":{"custom_model_data":6936}},{"model":"w6937","predicate":{"custom_model_data":6937}},{"model":"w6938","predicate":{"custom_model_data":6938}},{"model":"w6939","predicate":{"custom_model_data":6939}},{"model":"w6940","predicate":{"custom_model_data":6940}},{"model":"w6941","predicate":{"custom_model_data":6941}},{"model":"w6942","predicate":{"custom_model_data":6942}},{"model":"w6943","predicate":{"custom_model_data":6943}},{"model":"w6944","predicate":{"custom_model_data":6944}},{"model":"w6945","predicate":{"custom_model_data":6945}},{"model":"w6946","predicate":{"custom_model_data":6946}},{"model":"w6947","predicate":{"custom_model_data":6947}},{"model":"w6948","predicate":{"custom_model_data":6948}},{"model":"w6949","predicate":{"custom_model_data":6949}},{"model":"w6950","predicate":{"custom_model_data":6950}},{"model":"w6951","predicate":{"custom_model_data":6951}},{"model":"w6952","predicate":{"custom_model_data":6952}},{"model":"w6953","predicate":{"custom_model_data":6953}},{"model":"w6954","predicate":{"custom_model_data":6954}},{"model":"w6955","predicate":{"custom_model_data":6955}},{"model":"w6956","predicate":{"custom_model_data":6956}},{"model":"w6957","predicate":{"custom_model_data":6957}},{"model":"w6958","predicate":{"custom_model_data":6958}},{"model":"w6959","predicate":{"custom_model_data":6959}},{"model":"w6960","predicate":{"custom_model_data":6960}},{"model":"w6961","predicate":{"custom_model_data":6961}},{"model":"w6962","predicate":{"custom_model_data":6962}},{"model":"w6963","predicate":{"custom_model_data":6963}},{"model":"w6964","predicate":{"custom_model_data":6964}},{"model":"w6965","predicate":{"custom_model_data":6965}},{"model":"w6966","predicate":{"custom_model_data":6966}},{"model":"w6967","predicate":{"custom_model_data":6967}},{"model":"w6968","predicate":{"custom_model_data":6968}},{"model":"w6969","predicate":{"custom_model_data":6969}},{"model":"w6970","predicate":{"custom_model_data":6970}},{"model":"w6971","predicate":{"custom_model_data":6971}},{"model":"w6972","predicate":{"custom_model_data":6972}},{"model":"w6973","predicate":{"custom_model_data":6973}},{"model":"w6974","predicate":{"custom_model_data":6974}},{"model":"w6975","predicate":{"custom_model_data":6975}},{"model":"w6976","predicate":{"custom_model_data":6976}},{"model":"w6977","predicate":{"custom_model_data":6977}},{"model":"w6978","predicate":{"custom_model_data":6978}},{"model":"w6979","predicate":{"custom_model_data":6979}},{"model":"w6980","predicate":{"custom_model_data":6980}},{"model":"w6981","predicate":{"custom_model_data":6981}},{"model":"w6982","predicate":{"custom_model_data":6982}},{"model":"w6983","predicate":{"custom_model_data":6983}},{"model":"w6984","predicate":{"custom_model_data":6984}},{"model":"w6985","predicate":{"custom_model_data":6985}},{"model":"w6986","predicate":{"custom_model_data":6986}},{"model":"w6987","predicate":{"custom_model_data":6987}},{"model":"w6988","predicate":{"custom_model_data":6988}},{"model":"w6989","predicate":{"custom_model_data":6989}},{"model":"w6990","predicate":{"custom_model_data":6990}},{"model":"w6991","predicate":{"custom_model_data":6991}},{"model":"w6992","predicate":{"custom_model_data":6992}},{"model":"w6993","predicate":{"custom_model_data":6993}},{"model":"w6994","predicate":{"custom_model_data":6994}},{"model":"w6995","predicate":{"custom_model_data":6995}},{"model":"w6996","predicate":{"custom_model_data":6996}},{"model":"w6997","predicate":{"custom_model_data":6997}},{"model":"w6998","predicate":{"custom_model_data":6998}},{"model":"w6999","predicate":{"custom_model_data":6999}},{"model":"w7000","predicate":{"custom_model_data":7000}},{"model":"w7001","predicate":{"custom_model_data":7001}},{"model":"w7002","predicate":{"custom_model_data":7002}},{"model":"w7003","predicate":{"custom_model_data":7003}},{"model":"w7004","predicate":{"custom_model_data":7004}},{"model":"w7005","predicate":{"custom_model_data":7005}},{"model":"w7006","predicate":{"custom_model_data":7006}},{"model":"w7007","predicate":{"custom_model_data":7007}},{"model":"w7008","predicate":{"custom_model_data":7008}},{"model":"w7009","predicate":{"custom_model_data":7009}},{"model":"w7010","predicate":{"custom_model_data":7010}},{"model":"w7011","predicate":{"custom_model_data":7011}},{"model":"w7012","predicate":{"custom_model_data":7012}},{"model":"w7013","predicate":{"custom_model_data":7013}},{"model":"w7014","predicate":{"custom_model_data":7014}},{"model":"w7015","predicate":{"custom_model_data":7015}},{"model":"w7016","predicate":{"custom_model_data":7016}},{"model":"w7017","predicate":{"custom_model_data":7017}},{"model":"w7018","predicate":{"custom_model_data":7018}},{"model":"w7019","predicate":{"custom_model_data":7019}},{"model":"w7020","predicate":{"custom_model_data":7020}},{"model":"w7021","predicate":{"custom_model_data":7021}},{"model":"w7022","predicate":{"custom_model_data":7022}},{"model":"w7023","predicate":{"custom_model_data":7023}},{"model":"w7024","predicate":{"custom_model_data":7024}},{"model":"w7025","predicate":{"custom_model_data":7025}},{"model":"w7026","predicate":{"custom_model_data":7026}},{"model":"w7027","predicate":{"custom_model_data":7027}},{"model":"w7028","predicate":{"custom_model_data":7028}},{"model":"w7029","predicate":{"custom_model_data":7029}},{"model":"w7030","predicate":{"custom_model_data":7030}},{"model":"w7031","predicate":{"custom_model_data":7031}},{"model":"w7032","predicate":{"custom_model_data":7032}},{"model":"w7033","predicate":{"custom_model_data":7033}},{"model":"w7034","predicate":{"custom_model_data":7034}},{"model":"w7035","predicate":{"custom_model_data":7035}},{"model":"w7036","predicate":{"custom_model_data":7036}},{"model":"w7037","predicate":{"custom_model_data":7037}},{"model":"w7038","predicate":{"custom_model_data":7038}},{"model":"w7039","predicate":{"custom_model_data":7039}},{"model":"w7040","predicate":{"custom_model_data":7040}},{"model":"w7041","predicate":{"custom_model_data":7041}},{"model":"w7042","predicate":{"custom_model_data":7042}},{"model":"w7043","predicate":{"custom_model_data":7043}},{"model":"w7044","predicate":{"custom_model_data":7044}},{"model":"w7045","predicate":{"custom_model_data":7045}},{"model":"w7046","predicate":{"custom_model_data":7046}},{"model":"w7047","predicate":{"custom_model_data":7047}},{"model":"w7048","predicate":{"custom_model_data":7048}},{"model":"w7049","predicate":{"custom_model_data":7049}},{"model":"w7050","predicate":{"custom_model_data":7050}},{"model":"w7051","predicate":{"custom_model_data":7051}},{"model":"w7052","predicate":{"custom_model_data":7052}},{"model":"w7053","predicate":{"custom_model_data":7053}},{"model":"w7054","predicate":{"custom_model_data":7054}},{"model":"w7055","predicate":{"custom_model_data":7055}},{"model":"w7056","predicate":{"custom_model_data":7056}},{"model":"w7057","predicate":{"custom_model_data":7057}},{"model":"w7058","predicate":{"custom_model_data":7058}},{"model":"w7059","predicate":{"custom_model_data":7059}},{"model":"w7060","predicate":{"custom_model_data":7060}},{"model":"w7061","predicate":{"custom_model_data":7061}},{"model":"w7062","predicate":{"custom_model_data":7062}},{"model":"w7063","predicate":{"custom_model_data":7063}},{"model":"w7064","predicate":{"custom_model_data":7064}},{"model":"w7065","predicate":{"custom_model_data":7065}},{"model":"w7066","predicate":{"custom_model_data":7066}},{"model":"w7067","predicate":{"custom_model_data":7067}},{"model":"w7068","predicate":{"custom_model_data":7068}},{"model":"w7069","predicate":{"custom_model_data":7069}},{"model":"w7070","predicate":{"custom_model_data":7070}},{"model":"w7071","predicate":{"custom_model_data":7071}},{"model":"w7072","predicate":{"custom_model_data":7072}},{"model":"w7073","predicate":{"custom_model_data":7073}},{"model":"w7074","predicate":{"custom_model_data":7074}},{"model":"w7075","predicate":{"custom_model_data":7075}},{"model":"w7076","predicate":{"custom_model_data":7076}},{"model":"w7077","predicate":{"custom_model_data":7077}},{"model":"w7078","predicate":{"custom_model_data":7078}},{"model":"w7079","predicate":{"custom_model_data":7079}},{"model":"w7080","predicate":{"custom_model_data":7080}},{"model":"w7081","predicate":{"custom_model_data":7081}},{"model":"w7082","predicate":{"custom_model_data":7082}},{"model":"w7083","predicate":{"custom_model_data":7083}},{"model":"w7084","predicate":{"custom_model_data":7084}},{"model":"w7085","predicate":{"custom_model_data":7085}},{"model":"w7086","predicate":{"custom_model_data":7086}},{"model":"w7087","predicate":{"custom_model_data":7087}},{"model":"w7088","predicate":{"custom_model_data":7088}},{"model":"w7089","predicate":{"custom_model_data":7089}},{"model":"w7090","predicate":{"custom_model_data":7090}},{"model":"w7091","predicate":{"custom_model_data":7091}},{"model":"w7092","predicate":{"custom_model_data":7092}},{"model":"w7093","predicate":{"custom_model_data":7093}},{"model":"w7094","predicate":{"custom_model_data":7094}},{"model":"w7095","predicate":{"custom_model_data":7095}},{"model":"w7096","predicate":{"custom_model_data":7096}},{"model":"w7097","predicate":{"custom_model_data":7097}},{"model":"w7098","predicate":{"custom_model_data":7098}},{"model":"w7099","predicate":{"custom_model_data":7099}},{"model":"w7100","predicate":{"custom_model_data":7100}},{"model":"w7101","predicate":{"custom_model_data":7101}},{"model":"w7102","predicate":{"custom_model_data":7102}},{"model":"w7103","predicate":{"custom_model_data":7103}},{"model":"w7104","predicate":{"custom_model_data":7104}},{"model":"w7105","predicate":{"custom_model_data":7105}},{"model":"w7106","predicate":{"custom_model_data":7106}},{"model":"w7107","predicate":{"custom_model_data":7107}},{"model":"w7108","predicate":{"custom_model_data":7108}},{"model":"w7109","predicate":{"custom_model_data":7109}},{"model":"w7110","predicate":{"custom_model_data":7110}},{"model":"w7111","predicate":{"custom_model_data":7111}},{"model":"w7112","predicate":{"custom_model_data":7112}},{"model":"w7113","predicate":{"custom_model_data":7113}},{"model":"w7114","predicate":{"custom_model_data":7114}},{"model":"w7115","predicate":{"custom_model_data":7115}},{"model":"w7116","predicate":{"custom_model_data":7116}},{"model":"w7117","predicate":{"custom_model_data":7117}},{"model":"w7118","predicate":{"custom_model_data":7118}},{"model":"w7119","predicate":{"custom_model_data":7119}},{"model":"w7120","predicate":{"custom_model_data":7120}},{"model":"w7121","predicate":{"custom_model_data":7121}},{"model":"w7122","predicate":{"custom_model_data":7122}},{"model":"w7123","predicate":{"custom_model_data":7123}},{"model":"w7124","predicate":{"custom_model_data":7124}},{"model":"w7125","predicate":{"custom_model_data":7125}},{"model":"w7126","predicate":{"custom_model_data":7126}},{"model":"w7127","predicate":{"custom_model_data":7127}},{"model":"w7128","predicate":{"custom_model_data":7128}},{"model":"w7129","predicate":{"custom_model_data":7129}},{"model":"w7130","predicate":{"custom_model_data":7130}},{"model":"w7131","predicate":{"custom_model_data":7131}},{"model":"w7132","predicate":{"custom_model_data":7132}},{"model":"w7133","predicate":{"custom_model_data":7133}},{"model":"w7134","predicate":{"custom_model_data":7134}},{"model":"w7135","predicate":{"custom_model_data":7135}},{"model":"w7136","predicate":{"custom_model_data":7136}},{"model":"w7137","predicate":{"custom_model_data":7137}},{"model":"w7138","predicate":{"custom_model_data":7138}},{"model":"w7139","predicate":{"custom_model_data":7139}},{"model":"w7140","predicate":{"custom_model_data":7140}},{"model":"w7141","predicate":{"custom_model_data":7141}},{"model":"w7142","predicate":{"custom_model_data":7142}},{"model":"w7143","predicate":{"custom_model_data":7143}},{"model":"w7144","predicate":{"custom_model_data":7144}},{"model":"w7145","predicate":{"custom_model_data":7145}},{"model":"w7146","predicate":{"custom_model_data":7146}},{"model":"w7147","predicate":{"custom_model_data":7147}},{"model":"w7148","predicate":{"custom_model_data":7148}},{"model":"w7149","predicate":{"custom_model_data":7149}},{"model":"w7150","predicate":{"custom_model_data":7150}},{"model":"w7151","predicate":{"custom_model_data":7151}},{"model":"w7152","predicate":{"custom_model_data":7152}},{"model":"w7153","predicate":{"custom_model_data":7153}},{"model":"w7154","predicate":{"custom_model_data":7154}},{"model":"w7155","predicate":{"custom_model_data":7155}},{"model":"w7156","predicate":{"custom_model_data":7156}},{"model":"w7157","predicate":{"custom_model_data":7157}},{"model":"w7158","predicate":{"custom_model_data":7158}},{"model":"w7159","predicate":{"custom_model_data":7159}},{"model":"w7160","predicate":{"custom_model_data":7160}},{"model":"w7161","predicate":{"custom_model_data":7161}},{"model":"w7162","predicate":{"custom_model_data":7162}},{"model":"w7163","predicate":{"custom_model_data":7163}},{"model":"w7164","predicate":{"custom_model_data":7164}},{"model":"w7165","predicate":{"custom_model_data":7165}},{"model":"w7166","predicate":{"custom_model_data":7166}},{"model":"w7167","predicate":{"custom_model_data":7167}},{"model":"w7168","predicate":{"custom_model_data":7168}},{"model":"w7169","predicate":{"custom_model_data":7169}},{"model":"w7170","predicate":{"custom_model_data":7170}},{"model":"w7171","predicate":{"custom_model_data":7171}},{"model":"w7172","predicate":{"custom_model_data":7172}},{"model":"w7173","predicate":{"custom_model_data":7173}},{"model":"w7174","predicate":{"custom_model_data":7174}},{"model":"w7175","predicate":{"custom_model_data":7175}},{"model":"w7176","predicate":{"custom_model_data":7176}},{"model":"w7177","predicate":{"custom_model_data":7177}},{"model":"w7178","predicate":{"custom_model_data":7178}},{"model":"w7179","predicate":{"custom_model_data":7179}},{"model":"w7180","predicate":{"custom_model_data":7180}},{"model":"w7181","predicate":{"custom_model_data":7181}},{"model":"w7182","predicate":{"custom_model_data":7182}},{"model":"w7183","predicate":{"custom_model_data":7183}},{"model":"w7184","predicate":{"custom_model_data":7184}},{"model":"w7185","predicate":{"custom_model_data":7185}},{"model":"w7186","predicate":{"custom_model_data":7186}},{"model":"w7187","predicate":{"custom_model_data":7187}},{"model":"w7188","predicate":{"custom_model_data":7188}},{"model":"w7189","predicate":{"custom_model_data":7189}},{"model":"w7190","predicate":{"custom_model_data":7190}},{"model":"w7191","predicate":{"custom_model_data":7191}},{"model":"w7192","predicate":{"custom_model_data":7192}},{"model":"w7193","predicate":{"custom_model_data":7193}},{"model":"w7194","predicate":{"custom_model_data":7194}},{"model":"w7195","predicate":{"custom_model_data":7195}},{"model":"w7196","predicate":{"custom_model_data":7196}},{"model":"w7197","predicate":{"custom_model_data":7197}},{"model":"w7198","predicate":{"custom_model_data":7198}},{"model":"w7199","predicate":{"custom_model_data":7199}},{"model":"w7200","predicate":{"custom_model_data":7200}},{"model":"w7201","predicate":{"custom_model_data":7201}},{"model":"w7202","predicate":{"custom_model_data":7202}},{"model":"w7203","predicate":{"custom_model_data":7203}},{"model":"w7204","predicate":{"custom_model_data":7204}},{"model":"w7205","predicate":{"custom_model_data":7205}},{"model":"w7206","predicate":{"custom_model_data":7206}},{"model":"w7207","predicate":{"custom_model_data":7207}},{"model":"w7208","predicate":{"custom_model_data":7208}},{"model":"w7209","predicate":{"custom_model_data":7209}},{"model":"w7210","predicate":{"custom_model_data":7210}},{"model":"w7211","predicate":{"custom_model_data":7211}},{"model":"w7212","predicate":{"custom_model_data":7212}},{"model":"w7213","predicate":{"custom_model_data":7213}},{"model":"w7214","predicate":{"custom_model_data":7214}},{"model":"w7215","predicate":{"custom_model_data":7215}},{"model":"w7216","predicate":{"custom_model_data":7216}},{"model":"w7217","predicate":{"custom_model_data":7217}},{"model":"w7218","predicate":{"custom_model_data":7218}},{"model":"w7219","predicate":{"custom_model_data":7219}},{"model":"w7220","predicate":{"custom_model_data":7220}},{"model":"w7221","predicate":{"custom_model_data":7221}},{"model":"w7222","predicate":{"custom_model_data":7222}},{"model":"w7223","predicate":{"custom_model_data":7223}},{"model":"w7224","predicate":{"custom_model_data":7224}},{"model":"w7225","predicate":{"custom_model_data":7225}},{"model":"w7226","predicate":{"custom_model_data":7226}},{"model":"w7227","predicate":{"custom_model_data":7227}},{"model":"w7228","predicate":{"custom_model_data":7228}},{"model":"w7229","predicate":{"custom_model_data":7229}},{"model":"w7230","predicate":{"custom_model_data":7230}},{"model":"w7231","predicate":{"custom_model_data":7231}},{"model":"w7232","predicate":{"custom_model_data":7232}},{"model":"w7233","predicate":{"custom_model_data":7233}},{"model":"w7234","predicate":{"custom_model_data":7234}},{"model":"w7235","predicate":{"custom_model_data":7235}},{"model":"w7236","predicate":{"custom_model_data":7236}},{"model":"w7237","predicate":{"custom_model_data":7237}},{"model":"w7238","predicate":{"custom_model_data":7238}},{"model":"w7239","predicate":{"custom_model_data":7239}},{"model":"w7240","predicate":{"custom_model_data":7240}},{"model":"w7241","predicate":{"custom_model_data":7241}},{"model":"w7242","predicate":{"custom_model_data":7242}},{"model":"w7243","predicate":{"custom_model_data":7243}},{"model":"w7244","predicate":{"custom_model_data":7244}},{"model":"w7245","predicate":{"custom_model_data":7245}},{"model":"w7246","predicate":{"custom_model_data":7246}},{"model":"w7247","predicate":{"custom_model_data":7247}},{"model":"w7248","predicate":{"custom_model_data":7248}},{"model":"w7249","predicate":{"custom_model_data":7249}},{"model":"w7250","predicate":{"custom_model_data":7250}},{"model":"w7251","predicate":{"custom_model_data":7251}},{"model":"w7252","predicate":{"custom_model_data":7252}},{"model":"w7253","predicate":{"custom_model_data":7253}},{"model":"w7254","predicate":{"custom_model_data":7254}},{"model":"w7255","predicate":{"custom_model_data":7255}},{"model":"w7256","predicate":{"custom_model_data":7256}},{"model":"w7257","predicate":{"custom_model_data":7257}},{"model":"w7258","predicate":{"custom_model_data":7258}},{"model":"w7259","predicate":{"custom_model_data":7259}},{"model":"w7260","predicate":{"custom_model_data":7260}},{"model":"w7261","predicate":{"custom_model_data":7261}},{"model":"w7262","predicate":{"custom_model_data":7262}},{"model":"w7263","predicate":{"custom_model_data":7263}},{"model":"w7264","predicate":{"custom_model_data":7264}},{"model":"w7265","predicate":{"custom_model_data":7265}},{"model":"w7266","predicate":{"custom_model_data":7266}},{"model":"w7267","predicate":{"custom_model_data":7267}},{"model":"w7268","predicate":{"custom_model_data":7268}},{"model":"w7269","predicate":{"custom_model_data":7269}},{"model":"w7270","predicate":{"custom_model_data":7270}},{"model":"w7271","predicate":{"custom_model_data":7271}},{"model":"w7272","predicate":{"custom_model_data":7272}},{"model":"w7273","predicate":{"custom_model_data":7273}},{"model":"w7274","predicate":{"custom_model_data":7274}},{"model":"w7275","predicate":{"custom_model_data":7275}},{"model":"w7276","predicate":{"custom_model_data":7276}},{"model":"w7277","predicate":{"custom_model_data":7277}},{"model":"w7278","predicate":{"custom_model_data":7278}},{"model":"w7279","predicate":{"custom_model_data":7279}},{"model":"w7280","predicate":{"custom_model_data":7280}},{"model":"w7281","predicate":{"custom_model_data":7281}},{"model":"w7282","predicate":{"custom_model_data":7282}},{"model":"w7283","predicate":{"custom_model_data":7283}},{"model":"w7284","predicate":{"custom_model_data":7284}},{"model":"w7285","predicate":{"custom_model_data":7285}},{"model":"w7286","predicate":{"custom_model_data":7286}},{"model":"w7287","predicate":{"custom_model_data":7287}},{"model":"w7288","predicate":{"custom_model_data":7288}},{"model":"w7289","predicate":{"custom_model_data":7289}},{"model":"w7290","predicate":{"custom_model_data":7290}},{"model":"w7291","predicate":{"custom_model_data":7291}},{"model":"w7292","predicate":{"custom_model_data":7292}},{"model":"w7293","predicate":{"custom_model_data":7293}},{"model":"w7294","predicate":{"custom_model_data":7294}},{"model":"w7295","predicate":{"custom_model_data":7295}},{"model":"w7296","predicate":{"custom_model_data":7296}},{"model":"w7297","predicate":{"custom_model_data":7297}},{"model":"w7298","predicate":{"custom_model_data":7298}},{"model":"w7299","predicate":{"custom_model_data":7299}},{"model":"w7300","predicate":{"custom_model_data":7300}},{"model":"w7301","predicate":{"custom_model_data":7301}},{"model":"w7302","predicate":{"custom_model_data":7302}},{"model":"w7303","predicate":{"custom_model_data":7303}},{"model":"w7304","predicate":{"custom_model_data":7304}},{"model":"w7305","predicate":{"custom_model_data":7305}},{"model":"w7306","predicate":{"custom_model_data":7306}},{"model":"w7307","predicate":{"custom_model_data":7307}},{"model":"w7308","predicate":{"custom_model_data":7308}},{"model":"w7309","predicate":{"custom_model_data":7309}},{"model":"w7310","predicate":{"custom_model_data":7310}},{"model":"w7311","predicate":{"custom_model_data":7311}},{"model":"w7312","predicate":{"custom_model_data":7312}},{"model":"w7313","predicate":{"custom_model_data":7313}},{"model":"w7314","predicate":{"custom_model_data":7314}},{"model":"w7315","predicate":{"custom_model_data":7315}},{"model":"w7316","predicate":{"custom_model_data":7316}},{"model":"w7317","predicate":{"custom_model_data":7317}},{"model":"w7318","predicate":{"custom_model_data":7318}},{"model":"w7319","predicate":{"custom_model_data":7319}},{"model":"w7320","predicate":{"custom_model_data":7320}},{"model":"w7321","predicate":{"custom_model_data":7321}},{"model":"w7322","predicate":{"custom_model_data":7322}},{"model":"w7323","predicate":{"custom_model_data":7323}},{"model":"w7324","predicate":{"custom_model_data":7324}},{"model":"w7325","predicate":{"custom_model_data":7325}},{"model":"w7326","predicate":{"custom_model_data":7326}},{"model":"w7327","predicate":{"custom_model_data":7327}},{"model":"w7328","predicate":{"custom_model_data":7328}},{"model":"w7329","predicate":{"custom_model_data":7329}},{"model":"w7330","predicate":{"custom_model_data":7330}},{"model":"w7331","predicate":{"custom_model_data":7331}},{"model":"w7332","predicate":{"custom_model_data":7332}},{"model":"w7333","predicate":{"custom_model_data":7333}},{"model":"w7334","predicate":{"custom_model_data":7334}},{"model":"w7335","predicate":{"custom_model_data":7335}},{"model":"w7336","predicate":{"custom_model_data":7336}},{"model":"w7337","predicate":{"custom_model_data":7337}},{"model":"w7338","predicate":{"custom_model_data":7338}},{"model":"w7339","predicate":{"custom_model_data":7339}},{"model":"w7340","predicate":{"custom_model_data":7340}},{"model":"w7341","predicate":{"custom_model_data":7341}},{"model":"w7342","predicate":{"custom_model_data":7342}},{"model":"w7343","predicate":{"custom_model_data":7343}},{"model":"w7344","predicate":{"custom_model_data":7344}},{"model":"w7345","predicate":{"custom_model_data":7345}},{"model":"w7346","predicate":{"custom_model_data":7346}},{"model":"w7347","predicate":{"custom_model_data":7347}},{"model":"w7348","predicate":{"custom_model_data":7348}},{"model":"w7349","predicate":{"custom_model_data":7349}},{"model":"w7350","predicate":{"custom_model_data":7350}},{"model":"w7351","predicate":{"custom_model_data":7351}},{"model":"w7352","predicate":{"custom_model_data":7352}},{"model":"w7353","predicate":{"custom_model_data":7353}},{"model":"w7354","predicate":{"custom_model_data":7354}},{"model":"w7355","predicate":{"custom_model_data":7355}},{"model":"w7356","predicate":{"custom_model_data":7356}},{"model":"w7357","predicate":{"custom_model_data":7357}},{"model":"w7358","predicate":{"custom_model_data":7358}},{"model":"w7359","predicate":{"custom_model_data":7359}},{"model":"w7360","predicate":{"custom_model_data":7360}},{"model":"w7361","predicate":{"custom_model_data":7361}},{"model":"w7362","predicate":{"custom_model_data":7362}},{"model":"w7363","predicate":{"custom_model_data":7363}},{"model":"w7364","predicate":{"custom_model_data":7364}},{"model":"w7365","predicate":{"custom_model_data":7365}},{"model":"w7366","predicate":{"custom_model_data":7366}},{"model":"w7367","predicate":{"custom_model_data":7367}},{"model":"w7368","predicate":{"custom_model_data":7368}},{"model":"w7369","predicate":{"custom_model_data":7369}},{"model":"w7370","predicate":{"custom_model_data":7370}},{"model":"w7371","predicate":{"custom_model_data":7371}},{"model":"w7372","predicate":{"custom_model_data":7372}},{"model":"w7373","predicate":{"custom_model_data":7373}},{"model":"w7374","predicate":{"custom_model_data":7374}},{"model":"w7375","predicate":{"custom_model_data":7375}},{"model":"w7376","predicate":{"custom_model_data":7376}},{"model":"w7377","predicate":{"custom_model_data":7377}},{"model":"w7378","predicate":{"custom_model_data":7378}},{"model":"w7379","predicate":{"custom_model_data":7379}},{"model":"w7380","predicate":{"custom_model_data":7380}},{"model":"w7381","predicate":{"custom_model_data":7381}},{"model":"w7382","predicate":{"custom_model_data":7382}},{"model":"w7383","predicate":{"custom_model_data":7383}},{"model":"w7384","predicate":{"custom_model_data":7384}},{"model":"w7385","predicate":{"custom_model_data":7385}},{"model":"w7386","predicate":{"custom_model_data":7386}},{"model":"w7387","predicate":{"custom_model_data":7387}},{"model":"w7388","predicate":{"custom_model_data":7388}},{"model":"w7389","predicate":{"custom_model_data":7389}},{"model":"w7390","predicate":{"custom_model_data":7390}},{"model":"w7391","predicate":{"custom_model_data":7391}},{"model":"w7392","predicate":{"custom_model_data":7392}},{"model":"w7393","predicate":{"custom_model_data":7393}},{"model":"w7394","predicate":{"custom_model_data":7394}},{"model":"w7395","predicate":{"custom_model_data":7395}},{"model":"w7396","predicate":{"custom_model_data":7396}},{"model":"w7397","predicate":{"custom_model_data":7397}},{"model":"w7398","predicate":{"custom_model_data":7398}},{"model":"w7399","predicate":{"custom_model_data":7399}},{"model":"w7400","predicate":{"custom_model_data":7400}},{"model":"w7401","predicate":{"custom_model_data":7401}},{"model":"w7402","predicate":{"custom_model_data":7402}},{"model":"w7403","predicate":{"custom_model_data":7403}},{"model":"w7404","predicate":{"custom_model_data":7404}},{"model":"w7405","predicate":{"custom_model_data":7405}},{"model":"w7406","predicate":{"custom_model_data":7406}},{"model":"w7407","predicate":{"custom_model_data":7407}},{"model":"w7408","predicate":{"custom_model_data":7408}},{"model":"w7409","predicate":{"custom_model_data":7409}},{"model":"w7410","predicate":{"custom_model_data":7410}},{"model":"w7411","predicate":{"custom_model_data":7411}},{"model":"w7412","predicate":{"custom_model_data":7412}},{"model":"w7413","predicate":{"custom_model_data":7413}},{"model":"w7414","predicate":{"custom_model_data":7414}},{"model":"w7415","predicate":{"custom_model_data":7415}},{"model":"w7416","predicate":{"custom_model_data":7416}},{"model":"w7417","predicate":{"custom_model_data":7417}},{"model":"w7418","predicate":{"custom_model_data":7418}},{"model":"w7419","predicate":{"custom_model_data":7419}},{"model":"w7420","predicate":{"custom_model_data":7420}},{"model":"w7421","predicate":{"custom_model_data":7421}},{"model":"w7422","predicate":{"custom_model_data":7422}},{"model":"w7423","predicate":{"custom_model_data":7423}},{"model":"w7424","predicate":{"custom_model_data":7424}},{"model":"w7425","predicate":{"custom_model_data":7425}},{"model":"w7426","predicate":{"custom_model_data":7426}},{"model":"w7427","predicate":{"custom_model_data":7427}},{"model":"w7428","predicate":{"custom_model_data":7428}},{"model":"w7429","predicate":{"custom_model_data":7429}},{"model":"w7430","predicate":{"custom_model_data":7430}},{"model":"w7431","predicate":{"custom_model_data":7431}},{"model":"w7432","predicate":{"custom_model_data":7432}},{"model":"w7433","predicate":{"custom_model_data":7433}},{"model":"w7434","predicate":{"custom_model_data":7434}},{"model":"w7435","predicate":{"custom_model_data":7435}},{"model":"w7436","predicate":{"custom_model_data":7436}},{"model":"w7437","predicate":{"custom_model_data":7437}},{"model":"w7438","predicate":{"custom_model_data":7438}},{"model":"w7439","predicate":{"custom_model_data":7439}},{"model":"w7440","predicate":{"custom_model_data":7440}},{"model":"w7441","predicate":{"custom_model_data":7441}},{"model":"w7442","predicate":{"custom_model_data":7442}},{"model":"w7443","predicate":{"custom_model_data":7443}},{"model":"w7444","predicate":{"custom_model_data":7444}},{"model":"w7445","predicate":{"custom_model_data":7445}},{"model":"w7446","predicate":{"custom_model_data":7446}},{"model":"w7447","predicate":{"custom_model_data":7447}},{"model":"w7448","predicate":{"custom_model_data":7448}},{"model":"w7449","predicate":{"custom_model_data":7449}},{"model":"w7450","predicate":{"custom_model_data":7450}},{"model":"w7451","predicate":{"custom_model_data":7451}},{"model":"w7452","predicate":{"custom_model_data":7452}},{"model":"w7453","predicate":{"custom_model_data":7453}},{"model":"w7454","predicate":{"custom_model_data":7454}},{"model":"w7455","predicate":{"custom_model_data":7455}},{"model":"w7456","predicate":{"custom_model_data":7456}},{"model":"w7457","predicate":{"custom_model_data":7457}},{"model":"w7458","predicate":{"custom_model_data":7458}},{"model":"w7459","predicate":{"custom_model_data":7459}},{"model":"w7460","predicate":{"custom_model_data":7460}},{"model":"w7461","predicate":{"custom_model_data":7461}},{"model":"w7462","predicate":{"custom_model_data":7462}},{"model":"w7463","predicate":{"custom_model_data":7463}},{"model":"w7464","predicate":{"custom_model_data":7464}},{"model":"w7465","predicate":{"custom_model_data":7465}},{"model":"w7466","predicate":{"custom_model_data":7466}},{"model":"w7467","predicate":{"custom_model_data":7467}},{"model":"w7468","predicate":{"custom_model_data":7468}},{"model":"w7469","predicate":{"custom_model_data":7469}},{"model":"w7470","predicate":{"custom_model_data":7470}},{"model":"w7471","predicate":{"custom_model_data":7471}},{"model":"w7472","predicate":{"custom_model_data":7472}},{"model":"w7473","predicate":{"custom_model_data":7473}},{"model":"w7474","predicate":{"custom_model_data":7474}},{"model":"w7475","predicate":{"custom_model_data":7475}},{"model":"w7476","predicate":{"custom_model_data":7476}},{"model":"w7477","predicate":{"custom_model_data":7477}},{"model":"w7478","predicate":{"custom_model_data":7478}},{"model":"w7479","predicate":{"custom_model_data":7479}},{"model":"w7480","predicate":{"custom_model_data":7480}},{"model":"w7481","predicate":{"custom_model_data":7481}},{"model":"w7482","predicate":{"custom_model_data":7482}},{"model":"w7483","predicate":{"custom_model_data":7483}},{"model":"w7484","predicate":{"custom_model_data":7484}},{"model":"w7485","predicate":{"custom_model_data":7485}},{"model":"w7486","predicate":{"custom_model_data":7486}},{"model":"w7487","predicate":{"custom_model_data":7487}},{"model":"w7488","predicate":{"custom_model_data":7488}},{"model":"w7489","predicate":{"custom_model_data":7489}},{"model":"w7490","predicate":{"custom_model_data":7490}},{"model":"w7491","predicate":{"custom_model_data":7491}},{"model":"w7492","predicate":{"custom_model_data":7492}},{"model":"w7493","predicate":{"custom_model_data":7493}},{"model":"w7494","predicate":{"custom_model_data":7494}},{"model":"w7495","predicate":{"custom_model_data":7495}},{"model":"w7496","predicate":{"custom_model_data":7496}},{"model":"w7497","predicate":{"custom_model_data":7497}},{"model":"w7498","predicate":{"custom_model_data":7498}},{"model":"w7499","predicate":{"custom_model_data":7499}},{"model":"w7500","predicate":{"custom_model_data":7500}},{"model":"w7501","predicate":{"custom_model_data":7501}},{"model":"w7502","predicate":{"custom_model_data":7502}},{"model":"w7503","predicate":{"custom_model_data":7503}},{"model":"w7504","predicate":{"custom_model_data":7504}},{"model":"w7505","predicate":{"custom_model_data":7505}},{"model":"w7506","predicate":{"custom_model_data":7506}},{"model":"w7507","predicate":{"custom_model_data":7507}},{"model":"w7508","predicate":{"custom_model_data":7508}},{"model":"w7509","predicate":{"custom_model_data":7509}},{"model":"w7510","predicate":{"custom_model_data":7510}},{"model":"w7511","predicate":{"custom_model_data":7511}},{"model":"w7512","predicate":{"custom_model_data":7512}},{"model":"w7513","predicate":{"custom_model_data":7513}},{"model":"w7514","predicate":{"custom_model_data":7514}},{"model":"w7515","predicate":{"custom_model_data":7515}},{"model":"w7516","predicate":{"custom_model_data":7516}},{"model":"w7517","predicate":{"custom_model_data":7517}},{"model":"w7518","predicate":{"custom_model_data":7518}},{"model":"w7519","predicate":{"custom_model_data":7519}},{"model":"w7520","predicate":{"custom_model_data":7520}},{"model":"w7521","predicate":{"custom_model_data":7521}},{"model":"w7522","predicate":{"custom_model_data":7522}},{"model":"w7523","predicate":{"custom_model_data":7523}},{"model":"w7524","predicate":{"custom_model_data":7524}},{"model":"w7525","predicate":{"custom_model_data":7525}},{"model":"w7526","predicate":{"custom_model_data":7526}},{"model":"w7527","predicate":{"custom_model_data":7527}},{"model":"w7528","predicate":{"custom_model_data":7528}},{"model":"w7529","predicate":{"custom_model_data":7529}},{"model":"w7530","predicate":{"custom_model_data":7530}},{"model":"w7531","predicate":{"custom_model_data":7531}},{"model":"w7532","predicate":{"custom_model_data":7532}},{"model":"w7533","predicate":{"custom_model_data":7533}},{"model":"w7534","predicate":{"custom_model_data":7534}},{"model":"w7535","predicate":{"custom_model_data":7535}},{"model":"w7536","predicate":{"custom_model_data":7536}},{"model":"w7537","predicate":{"custom_model_data":7537}},{"model":"w7538","predicate":{"custom_model_data":7538}},{"model":"w7539","predicate":{"custom_model_data":7539}},{"model":"w7540","predicate":{"custom_model_data":7540}},{"model":"w7541","predicate":{"custom_model_data":7541}},{"model":"w7542","predicate":{"custom_model_data":7542}},{"model":"w7543","predicate":{"custom_model_data":7543}},{"model":"w7544","predicate":{"custom_model_data":7544}},{"model":"w7545","predicate":{"custom_model_data":7545}},{"model":"w7546","predicate":{"custom_model_data":7546}},{"model":"w7547","predicate":{"custom_model_data":7547}},{"model":"w7548","predicate":{"custom_model_data":7548}},{"model":"w7549","predicate":{"custom_model_data":7549}},{"model":"w7550","predicate":{"custom_model_data":7550}},{"model":"w7551","predicate":{"custom_model_data":7551}},{"model":"w7552","predicate":{"custom_model_data":7552}},{"model":"w7553","predicate":{"custom_model_data":7553}},{"model":"w7554","predicate":{"custom_model_data":7554}},{"model":"w7555","predicate":{"custom_model_data":7555}},{"model":"w7556","predicate":{"custom_model_data":7556}},{"model":"w7557","predicate":{"custom_model_data":7557}},{"model":"w7558","predicate":{"custom_model_data":7558}},{"model":"w7559","predicate":{"custom_model_data":7559}},{"model":"w7560","predicate":{"custom_model_data":7560}},{"model":"w7561","predicate":{"custom_model_data":7561}},{"model":"w7562","predicate":{"custom_model_data":7562}},{"model":"w7563","predicate":{"custom_model_data":7563}},{"model":"w7564","predicate":{"custom_model_data":7564}},{"model":"w7565","predicate":{"custom_model_data":7565}},{"model":"w7566","predicate":{"custom_model_data":7566}},{"model":"w7567","predicate":{"custom_model_data":7567}},{"model":"w7568","predicate":{"custom_model_data":7568}},{"model":"w7569","predicate":{"custom_model_data":7569}},{"model":"w7570","predicate":{"custom_model_data":7570}},{"model":"w7571","predicate":{"custom_model_data":7571}},{"model":"w7572","predicate":{"custom_model_data":7572}},{"model":"w7573","predicate":{"custom_model_data":7573}},{"model":"w7574","predicate":{"custom_model_data":7574}},{"model":"w7575","predicate":{"custom_model_data":7575}},{"model":"w7576","predicate":{"custom_model_data":7576}},{"model":"w7577","predicate":{"custom_model_data":7577}},{"model":"w7578","predicate":{"custom_model_data":7578}},{"model":"w7579","predicate":{"custom_model_data":7579}},{"model":"w7580","predicate":{"custom_model_data":7580}},{"model":"w7581","predicate":{"custom_model_data":7581}},{"model":"w7582","predicate":{"custom_model_data":7582}},{"model":"w7583","predicate":{"custom_model_data":7583}},{"model":"w7584","predicate":{"custom_model_data":7584}},{"model":"w7585","predicate":{"custom_model_data":7585}},{"model":"w7586","predicate":{"custom_model_data":7586}},{"model":"w7587","predicate":{"custom_model_data":7587}},{"model":"w7588","predicate":{"custom_model_data":7588}},{"model":"w7589","predicate":{"custom_model_data":7589}},{"model":"w7590","predicate":{"custom_model_data":7590}},{"model":"w7591","predicate":{"custom_model_data":7591}},{"model":"w7592","predicate":{"custom_model_data":7592}},{"model":"w7593","predicate":{"custom_model_data":7593}},{"model":"w7594","predicate":{"custom_model_data":7594}},{"model":"w7595","predicate":{"custom_model_data":7595}},{"model":"w7596","predicate":{"custom_model_data":7596}},{"model":"w7597","predicate":{"custom_model_data":7597}},{"model":"w7598","predicate":{"custom_model_data":7598}},{"model":"w7599","predicate":{"custom_model_data":7599}},{"model":"w7600","predicate":{"custom_model_data":7600}},{"model":"w7601","predicate":{"custom_model_data":7601}},{"model":"w7602","predicate":{"custom_model_data":7602}},{"model":"w7603","predicate":{"custom_model_data":7603}},{"model":"w7604","predicate":{"custom_model_data":7604}},{"model":"w7605","predicate":{"custom_model_data":7605}},{"model":"w7606","predicate":{"custom_model_data":7606}},{"model":"w7607","predicate":{"custom_model_data":7607}},{"model":"w7608","predicate":{"custom_model_data":7608}},{"model":"w7609","predicate":{"custom_model_data":7609}},{"model":"w7610","predicate":{"custom_model_data":7610}},{"model":"w7611","predicate":{"custom_model_data":7611}},{"model":"w7612","predicate":{"custom_model_data":7612}},{"model":"w7613","predicate":{"custom_model_data":7613}},{"model":"w7614","predicate":{"custom_model_data":7614}},{"model":"w7615","predicate":{"custom_model_data":7615}},{"model":"w7616","predicate":{"custom_model_data":7616}},{"model":"w7617","predicate":{"custom_model_data":7617}},{"model":"w7618","predicate":{"custom_model_data":7618}},{"model":"w7619","predicate":{"custom_model_data":7619}},{"model":"w7620","predicate":{"custom_model_data":7620}},{"model":"w7621","predicate":{"custom_model_data":7621}},{"model":"w7622","predicate":{"custom_model_data":7622}},{"model":"w7623","predicate":{"custom_model_data":7623}},{"model":"w7624","predicate":{"custom_model_data":7624}},{"model":"w7625","predicate":{"custom_model_data":7625}},{"model":"w7626","predicate":{"custom_model_data":7626}},{"model":"w7627","predicate":{"custom_model_data":7627}},{"model":"w7628","predicate":{"custom_model_data":7628}},{"model":"w7629","predicate":{"custom_model_data":7629}},{"model":"w7630","predicate":{"custom_model_data":7630}},{"model":"w7631","predicate":{"custom_model_data":7631}},{"model":"w7632","predicate":{"custom_model_data":7632}},{"model":"w7633","predicate":{"custom_model_data":7633}},{"model":"w7634","predicate":{"custom_model_data":7634}},{"model":"w7635","predicate":{"custom_model_data":7635}},{"model":"w7636","predicate":{"custom_model_data":7636}},{"model":"w7637","predicate":{"custom_model_data":7637}},{"model":"w7638","predicate":{"custom_model_data":7638}},{"model":"w7639","predicate":{"custom_model_data":7639}},{"model":"w7640","predicate":{"custom_model_data":7640}},{"model":"w7641","predicate":{"custom_model_data":7641}},{"model":"w7642","predicate":{"custom_model_data":7642}},{"model":"w7643","predicate":{"custom_model_data":7643}},{"model":"w7644","predicate":{"custom_model_data":7644}},{"model":"w7645","predicate":{"custom_model_data":7645}},{"model":"w7646","predicate":{"custom_model_data":7646}},{"model":"w7647","predicate":{"custom_model_data":7647}},{"model":"w7648","predicate":{"custom_model_data":7648}},{"model":"w7649","predicate":{"custom_model_data":7649}},{"model":"w7650","predicate":{"custom_model_data":7650}},{"model":"w7651","predicate":{"custom_model_data":7651}},{"model":"w7652","predicate":{"custom_model_data":7652}},{"model":"w7653","predicate":{"custom_model_data":7653}},{"model":"w7654","predicate":{"custom_model_data":7654}},{"model":"w7655","predicate":{"custom_model_data":7655}},{"model":"w7656","predicate":{"custom_model_data":7656}},{"model":"w7657","predicate":{"custom_model_data":7657}},{"model":"w7658","predicate":{"custom_model_data":7658}},{"model":"w7659","predicate":{"custom_model_data":7659}},{"model":"w7660","predicate":{"custom_model_data":7660}},{"model":"w7661","predicate":{"custom_model_data":7661}},{"model":"w7662","predicate":{"custom_model_data":7662}},{"model":"w7663","predicate":{"custom_model_data":7663}},{"model":"w7664","predicate":{"custom_model_data":7664}},{"model":"w7665","predicate":{"custom_model_data":7665}},{"model":"w7666","predicate":{"custom_model_data":7666}},{"model":"w7667","predicate":{"custom_model_data":7667}},{"model":"w7668","predicate":{"custom_model_data":7668}},{"model":"w7669","predicate":{"custom_model_data":7669}},{"model":"w7670","predicate":{"custom_model_data":7670}},{"model":"w7671","predicate":{"custom_model_data":7671}},{"model":"w7672","predicate":{"custom_model_data":7672}},{"model":"w7673","predicate":{"custom_model_data":7673}},{"model":"w7674","predicate":{"custom_model_data":7674}},{"model":"w7675","predicate":{"custom_model_data":7675}},{"model":"w7676","predicate":{"custom_model_data":7676}},{"model":"w7677","predicate":{"custom_model_data":7677}},{"model":"w7678","predicate":{"custom_model_data":7678}},{"model":"w7679","predicate":{"custom_model_data":7679}},{"model":"w7680","predicate":{"custom_model_data":7680}},{"model":"w7681","predicate":{"custom_model_data":7681}},{"model":"w7682","predicate":{"custom_model_data":7682}},{"model":"w7683","predicate":{"custom_model_data":7683}},{"model":"w7684","predicate":{"custom_model_data":7684}},{"model":"w7685","predicate":{"custom_model_data":7685}},{"model":"w7686","predicate":{"custom_model_data":7686}},{"model":"w7687","predicate":{"custom_model_data":7687}},{"model":"w7688","predicate":{"custom_model_data":7688}},{"model":"w7689","predicate":{"custom_model_data":7689}},{"model":"w7690","predicate":{"custom_model_data":7690}},{"model":"w7691","predicate":{"custom_model_data":7691}},{"model":"w7692","predicate":{"custom_model_data":7692}},{"model":"w7693","predicate":{"custom_model_data":7693}},{"model":"w7694","predicate":{"custom_model_data":7694}},{"model":"w7695","predicate":{"custom_model_data":7695}},{"model":"w7696","predicate":{"custom_model_data":7696}},{"model":"w7697","predicate":{"custom_model_data":7697}},{"model":"w7698","predicate":{"custom_model_data":7698}},{"model":"w7699","predicate":{"custom_model_data":7699}},{"model":"w7700","predicate":{"custom_model_data":7700}},{"model":"w7701","predicate":{"custom_model_data":7701}},{"model":"w7702","predicate":{"custom_model_data":7702}},{"model":"w7703","predicate":{"custom_model_data":7703}},{"model":"w7704","predicate":{"custom_model_data":7704}},{"model":"w7705","predicate":{"custom_model_data":7705}},{"model":"w7706","predicate":{"custom_model_data":7706}},{"model":"w7707","predicate":{"custom_model_data":7707}},{"model":"w7708","predicate":{"custom_model_data":7708}},{"model":"w7709","predicate":{"custom_model_data":7709}},{"model":"w7710","predicate":{"custom_model_data":7710}},{"model":"w7711","predicate":{"custom_model_data":7711}},{"model":"w7712","predicate":{"custom_model_data":7712}},{"model":"w7713","predicate":{"custom_model_data":7713}},{"model":"w7714","predicate":{"custom_model_data":7714}},{"model":"w7715","predicate":{"custom_model_data":7715}},{"model":"w7716","predicate":{"custom_model_data":7716}},{"model":"w7717","predicate":{"custom_model_data":7717}},{"model":"w7718","predicate":{"custom_model_data":7718}},{"model":"w7719","predicate":{"custom_model_data":7719}},{"model":"w7720","predicate":{"custom_model_data":7720}},{"model":"w7721","predicate":{"custom_model_data":7721}},{"model":"w7722","predicate":{"custom_model_data":7722}},{"model":"w7723","predicate":{"custom_model_data":7723}},{"model":"w7724","predicate":{"custom_model_data":7724}},{"model":"w7725","predicate":{"custom_model_data":7725}},{"model":"w7726","predicate":{"custom_model_data":7726}},{"model":"w7727","predicate":{"custom_model_data":7727}},{"model":"w7728","predicate":{"custom_model_data":7728}},{"model":"w7729","predicate":{"custom_model_data":7729}},{"model":"w7730","predicate":{"custom_model_data":7730}},{"model":"w7731","predicate":{"custom_model_data":7731}},{"model":"w7732","predicate":{"custom_model_data":7732}},{"model":"w7733","predicate":{"custom_model_data":7733}},{"model":"w7734","predicate":{"custom_model_data":7734}},{"model":"w7735","predicate":{"custom_model_data":7735}},{"model":"w7736","predicate":{"custom_model_data":7736}},{"model":"w7737","predicate":{"custom_model_data":7737}},{"model":"w7738","predicate":{"custom_model_data":7738}},{"model":"w7739","predicate":{"custom_model_data":7739}},{"model":"w7740","predicate":{"custom_model_data":7740}},{"model":"w7741","predicate":{"custom_model_data":7741}},{"model":"w7742","predicate":{"custom_model_data":7742}},{"model":"w7743","predicate":{"custom_model_data":7743}},{"model":"w7744","predicate":{"custom_model_data":7744}},{"model":"w7745","predicate":{"custom_model_data":7745}},{"model":"w7746","predicate":{"custom_model_data":7746}},{"model":"w7747","predicate":{"custom_model_data":7747}},{"model":"w7748","predicate":{"custom_model_data":7748}},{"model":"w7749","predicate":{"custom_model_data":7749}},{"model":"w7750","predicate":{"custom_model_data":7750}},{"model":"w7751","predicate":{"custom_model_data":7751}},{"model":"w7752","predicate":{"custom_model_data":7752}},{"model":"w7753","predicate":{"custom_model_data":7753}},{"model":"w7754","predicate":{"custom_model_data":7754}},{"model":"w7755","predicate":{"custom_model_data":7755}},{"model":"w7756","predicate":{"custom_model_data":7756}},{"model":"w7757","predicate":{"custom_model_data":7757}},{"model":"w7758","predicate":{"custom_model_data":7758}},{"model":"w7759","predicate":{"custom_model_data":7759}},{"model":"w7760","predicate":{"custom_model_data":7760}},{"model":"w7761","predicate":{"custom_model_data":7761}},{"model":"w7762","predicate":{"custom_model_data":7762}},{"model":"w7763","predicate":{"custom_model_data":7763}},{"model":"w7764","predicate":{"custom_model_data":7764}},{"model":"w7765","predicate":{"custom_model_data":7765}},{"model":"w7766","predicate":{"custom_model_data":7766}},{"model":"w7767","predicate":{"custom_model_data":7767}},{"model":"w7768","predicate":{"custom_model_data":7768}},{"model":"w7769","predicate":{"custom_model_data":7769}},{"model":"w7770","predicate":{"custom_model_data":7770}},{"model":"w7771","predicate":{"custom_model_data":7771}},{"model":"w7772","predicate":{"custom_model_data":7772}},{"model":"w7773","predicate":{"custom_model_data":7773}},{"model":"w7774","predicate":{"custom_model_data":7774}},{"model":"w7775","predicate":{"custom_model_data":7775}},{"model":"w7776","predicate":{"custom_model_data":7776}},{"model":"w7777","predicate":{"custom_model_data":7777}},{"model":"w7778","predicate":{"custom_model_data":7778}},{"model":"w7779","predicate":{"custom_model_data":7779}},{"model":"w7780","predicate":{"custom_model_data":7780}},{"model":"w7781","predicate":{"custom_model_data":7781}},{"model":"w7782","predicate":{"custom_model_data":7782}},{"model":"w7783","predicate":{"custom_model_data":7783}},{"model":"w7784","predicate":{"custom_model_data":7784}},{"model":"w7785","predicate":{"custom_model_data":7785}},{"model":"w7786","predicate":{"custom_model_data":7786}},{"model":"w7787","predicate":{"custom_model_data":7787}},{"model":"w7788","predicate":{"custom_model_data":7788}},{"model":"w7789","predicate":{"custom_model_data":7789}},{"model":"w7790","predicate":{"custom_model_data":7790}},{"model":"w7791","predicate":{"custom_model_data":7791}},{"model":"w7792","predicate":{"custom_model_data":7792}},{"model":"w7793","predicate":{"custom_model_data":7793}},{"model":"w7794","predicate":{"custom_model_data":7794}},{"model":"w7795","predicate":{"custom_model_data":7795}},{"model":"w7796","predicate":{"custom_model_data":7796}},{"model":"w7797","predicate":{"custom_model_data":7797}},{"model":"w7798","predicate":{"custom_model_data":7798}},{"model":"w7799","predicate":{"custom_model_data":7799}},{"model":"w7800","predicate":{"custom_model_data":7800}},{"model":"w7801","predicate":{"custom_model_data":7801}},{"model":"w7802","predicate":{"custom_model_data":7802}},{"model":"w7803","predicate":{"custom_model_data":7803}},{"model":"w7804","predicate":{"custom_model_data":7804}},{"model":"w7805","predicate":{"custom_model_data":7805}},{"model":"w7806","predicate":{"custom_model_data":7806}},{"model":"w7807","predicate":{"custom_model_data":7807}},{"model":"w7808","predicate":{"custom_model_data":7808}},{"model":"w7809","predicate":{"custom_model_data":7809}},{"model":"w7810","predicate":{"custom_model_data":7810}},{"model":"w7811","predicate":{"custom_model_data":7811}},{"model":"w7812","predicate":{"custom_model_data":7812}},{"model":"w7813","predicate":{"custom_model_data":7813}},{"model":"w7814","predicate":{"custom_model_data":7814}},{"model":"w7815","predicate":{"custom_model_data":7815}},{"model":"w7816","predicate":{"custom_model_data":7816}},{"model":"w7817","predicate":{"custom_model_data":7817}},{"model":"w7818","predicate":{"custom_model_data":7818}},{"model":"w7819","predicate":{"custom_model_data":7819}},{"model":"w7820","predicate":{"custom_model_data":7820}},{"model":"w7821","predicate":{"custom_model_data":7821}},{"model":"w7822","predicate":{"custom_model_data":7822}},{"model":"w7823","predicate":{"custom_model_data":7823}},{"model":"w7824","predicate":{"custom_model_data":7824}},{"model":"w7825","predicate":{"custom_model_data":7825}},{"model":"w7826","predicate":{"custom_model_data":7826}},{"model":"w7827","predicate":{"custom_model_data":7827}},{"model":"w7828","predicate":{"custom_model_data":7828}},{"model":"w7829","predicate":{"custom_model_data":7829}},{"model":"w7830","predicate":{"custom_model_data":7830}},{"model":"w7831","predicate":{"custom_model_data":7831}},{"model":"w7832","predicate":{"custom_model_data":7832}},{"model":"w7833","predicate":{"custom_model_data":7833}},{"model":"w7834","predicate":{"custom_model_data":7834}},{"model":"w7835","predicate":{"custom_model_data":7835}},{"model":"w7836","predicate":{"custom_model_data":7836}},{"model":"w7837","predicate":{"custom_model_data":7837}},{"model":"w7838","predicate":{"custom_model_data":7838}},{"model":"w7839","predicate":{"custom_model_data":7839}},{"model":"w7840","predicate":{"custom_model_data":7840}},{"model":"w7841","predicate":{"custom_model_data":7841}},{"model":"w7842","predicate":{"custom_model_data":7842}},{"model":"w7843","predicate":{"custom_model_data":7843}},{"model":"w7844","predicate":{"custom_model_data":7844}},{"model":"w7845","predicate":{"custom_model_data":7845}},{"model":"w7846","predicate":{"custom_model_data":7846}},{"model":"w7847","predicate":{"custom_model_data":7847}},{"model":"w7848","predicate":{"custom_model_data":7848}},{"model":"w7849","predicate":{"custom_model_data":7849}},{"model":"w7850","predicate":{"custom_model_data":7850}},{"model":"w7851","predicate":{"custom_model_data":7851}},{"model":"w7852","predicate":{"custom_model_data":7852}},{"model":"w7853","predicate":{"custom_model_data":7853}},{"model":"w7854","predicate":{"custom_model_data":7854}},{"model":"w7855","predicate":{"custom_model_data":7855}},{"model":"w7856","predicate":{"custom_model_data":7856}},{"model":"w7857","predicate":{"custom_model_data":7857}},{"model":"w7858","predicate":{"custom_model_data":7858}},{"model":"w7859","predicate":{"custom_model_data":7859}},{"model":"w7860","predicate":{"custom_model_data":7860}},{"model":"w7861","predicate":{"custom_model_data":7861}},{"model":"w7862","predicate":{"custom_model_data":7862}},{"model":"w7863","predicate":{"custom_model_data":7863}},{"model":"w7864","predicate":{"custom_model_data":7864}},{"model":"w7865","predicate":{"custom_model_data":7865}},{"model":"w7866","predicate":{"custom_model_data":7866}},{"model":"w7867","predicate":{"custom_model_data":7867}},{"model":"w7868","predicate":{"custom_model_data":7868}},{"model":"w7869","predicate":{"custom_model_data":7869}},{"model":"w7870","predicate":{"custom_model_data":7870}},{"model":"w7871","predicate":{"custom_model_data":7871}},{"model":"w7872","predicate":{"custom_model_data":7872}},{"model":"w7873","predicate":{"custom_model_data":7873}},{"model":"w7874","predicate":{"custom_model_data":7874}},{"model":"w7875","predicate":{"custom_model_data":7875}},{"model":"w7876","predicate":{"custom_model_data":7876}},{"model":"w7877","predicate":{"custom_model_data":7877}},{"model":"w7878","predicate":{"custom_model_data":7878}},{"model":"w7879","predicate":{"custom_model_data":7879}},{"model":"w7880","predicate":{"custom_model_data":7880}},{"model":"w7881","predicate":{"custom_model_data":7881}},{"model":"w7882","predicate":{"custom_model_data":7882}},{"model":"w7883","predicate":{"custom_model_data":7883}},{"model":"w7884","predicate":{"custom_model_data":7884}},{"model":"w7885","predicate":{"custom_model_data":7885}},{"model":"w7886","predicate":{"custom_model_data":7886}},{"model":"w7887","predicate":{"custom_model_data":7887}},{"model":"w7888","predicate":{"custom_model_data":7888}},{"model":"w7889","predicate":{"custom_model_data":7889}},{"model":"w7890","predicate":{"custom_model_data":7890}},{"model":"w7891","predicate":{"custom_model_data":7891}},{"model":"w7892","predicate":{"custom_model_data":7892}},{"model":"w7893","predicate":{"custom_model_data":7893}},{"model":"w7894","predicate":{"custom_model_data":7894}},{"model":"w7895","predicate":{"custom_model_data":7895}},{"model":"w7896","predicate":{"custom_model_data":7896}},{"model":"w7897","predicate":{"custom_model_data":7897}},{"model":"w7898","predicate":{"custom_model_data":7898}},{"model":"w7899","predicate":{"custom_model_data":7899}}],"parent":"item/handheld","textures":{"layer0":"item/wooden_pickaxe"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wooden_shovel.json b/assets/minecraft/models/item/wooden_shovel.json new file mode 100644 index 000000000..8b44e2a4c --- /dev/null +++ b/assets/minecraft/models/item/wooden_shovel.json @@ -0,0 +1 @@ +{"parent":"item/handheld","textures":{"layer0":"item/wooden_shovel"},"overrides":[{"predicate":{"damage":0.0169},"model":"item/wynn/weapon/mage/wand_basic_gold"},{"predicate":{"damage":0.0338},"model":"item/wynn/weapon/mage/wand_earth_a"},{"predicate":{"damage":0.0507},"model":"item/wynn/weapon/mage/wand_earth_b"},{"predicate":{"damage":0.0676},"model":"item/wynn/weapon/mage/wand_earth_c"},{"predicate":{"damage":0.0845},"model":"item/wynn/weapon/mage/wand_thunder_a"},{"predicate":{"damage":0.1014},"model":"item/wynn/weapon/mage/wand_thunder_b"},{"predicate":{"damage":0.1183},"model":"item/wynn/weapon/mage/wand_thunder_c"},{"predicate":{"damage":0.1352},"model":"item/wynn/weapon/mage/wand_fire_a"},{"predicate":{"damage":0.1521},"model":"item/wynn/weapon/mage/wand_fire_b"},{"predicate":{"damage":0.169},"model":"item/wynn/weapon/mage/wand_fire_c"},{"predicate":{"damage":0.1859},"model":"item/wynn/weapon/mage/wand_air_a"},{"predicate":{"damage":0.2028},"model":"item/wynn/weapon/mage/wand_air_b"},{"predicate":{"damage":0.2197},"model":"item/wynn/weapon/mage/wand_air_c"},{"predicate":{"damage":0.2366},"model":"item/wynn/weapon/mage/wand_water_a"},{"predicate":{"damage":0.2535},"model":"item/wynn/weapon/mage/wand_water_b"},{"predicate":{"damage":0.2704},"model":"item/wynn/weapon/mage/wand_water_c"},{"predicate":{"damage":0.2873},"model":"item/wynn/weapon/mage/wand_multi_a"},{"predicate":{"damage":0.3042},"model":"item/wynn/weapon/mage/wand_multi_b"},{"predicate":{"damage":0.3211},"model":"item/wynn/weapon/mage/wand_multi_c"},{"predicate":{"damage":0.338},"model":"item/wynn/weapon/mage/wand_basic_diamond"},{"predicate":{"damage":0.3549},"model":"item/barrier"}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/ability_shard.json b/assets/minecraft/models/item/wynn/ability_shard.json new file mode 100644 index 000000000..b3e08a6c7 --- /dev/null +++ b/assets/minecraft/models/item/wynn/ability_shard.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/ability_shard"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_air_a.json b/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_air_a.json new file mode 100644 index 000000000..067ba7144 --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_air_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/bracelet_air1"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_air_b.json b/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_air_b.json new file mode 100644 index 000000000..0bc1cf059 --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_air_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/bracelet_air2"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_base_a.json b/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_base_a.json new file mode 100644 index 000000000..b13f3d5e2 --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_base_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/bracelet_shackle"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_base_b.json b/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_base_b.json new file mode 100644 index 000000000..310be70d5 --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_base_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/bracelet_base"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_earth_a.json b/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_earth_a.json new file mode 100644 index 000000000..bc4958008 --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_earth_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/bracelet_earth1"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_earth_b.json b/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_earth_b.json new file mode 100644 index 000000000..f82d23c4f --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_earth_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/bracelet_earth2"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_fire_a.json b/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_fire_a.json new file mode 100644 index 000000000..798e2a4f7 --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_fire_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/bracelet_fire1"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_fire_b.json b/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_fire_b.json new file mode 100644 index 000000000..5855b800b --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_fire_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/bracelet_fire2"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_multi_a.json b/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_multi_a.json new file mode 100644 index 000000000..9a9d171c6 --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_multi_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/bracelet_multi1"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_multi_b.json b/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_multi_b.json new file mode 100644 index 000000000..8e21fc021 --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_multi_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/bracelet_multi2"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_thunder_a.json b/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_thunder_a.json new file mode 100644 index 000000000..545563c77 --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_thunder_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/bracelet_thunder1"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_thunder_b.json b/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_thunder_b.json new file mode 100644 index 000000000..7100bde8f --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_thunder_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/bracelet_thunder2"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_water_a.json b/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_water_a.json new file mode 100644 index 000000000..1b5cae49f --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_water_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/bracelet_water1"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_water_b.json b/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_water_b.json new file mode 100644 index 000000000..080a1ef55 --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/bracelet/bracelet_water_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/bracelet_water2"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/necklace/necklace_air_a.json b/assets/minecraft/models/item/wynn/accessory/necklace/necklace_air_a.json new file mode 100644 index 000000000..d7d7b4c6f --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/necklace/necklace_air_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/necklace_air1"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/necklace/necklace_air_b.json b/assets/minecraft/models/item/wynn/accessory/necklace/necklace_air_b.json new file mode 100644 index 000000000..c1086758c --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/necklace/necklace_air_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/necklace_air2"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/necklace/necklace_base_a.json b/assets/minecraft/models/item/wynn/accessory/necklace/necklace_base_a.json new file mode 100644 index 000000000..28503ef0b --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/necklace/necklace_base_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/necklace_silver"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/necklace/necklace_base_b.json b/assets/minecraft/models/item/wynn/accessory/necklace/necklace_base_b.json new file mode 100644 index 000000000..641463351 --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/necklace/necklace_base_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/necklace_base"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/necklace/necklace_earth_a.json b/assets/minecraft/models/item/wynn/accessory/necklace/necklace_earth_a.json new file mode 100644 index 000000000..f24d34740 --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/necklace/necklace_earth_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/necklace_earth1"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/necklace/necklace_earth_b.json b/assets/minecraft/models/item/wynn/accessory/necklace/necklace_earth_b.json new file mode 100644 index 000000000..340bb2c26 --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/necklace/necklace_earth_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/necklace_earth2"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/necklace/necklace_fire_a.json b/assets/minecraft/models/item/wynn/accessory/necklace/necklace_fire_a.json new file mode 100644 index 000000000..1e173fc65 --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/necklace/necklace_fire_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/necklace_fire1"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/necklace/necklace_fire_b.json b/assets/minecraft/models/item/wynn/accessory/necklace/necklace_fire_b.json new file mode 100644 index 000000000..b28c14b56 --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/necklace/necklace_fire_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/necklace_fire2"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/necklace/necklace_multi_a.json b/assets/minecraft/models/item/wynn/accessory/necklace/necklace_multi_a.json new file mode 100644 index 000000000..5e8aec3ab --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/necklace/necklace_multi_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/necklace_multi1"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/necklace/necklace_multi_b.json b/assets/minecraft/models/item/wynn/accessory/necklace/necklace_multi_b.json new file mode 100644 index 000000000..73708e635 --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/necklace/necklace_multi_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/necklace_multi2"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/necklace/necklace_special_a.json b/assets/minecraft/models/item/wynn/accessory/necklace/necklace_special_a.json new file mode 100644 index 000000000..efba60a78 --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/necklace/necklace_special_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/necklace_cross"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/necklace/necklace_special_b.json b/assets/minecraft/models/item/wynn/accessory/necklace/necklace_special_b.json new file mode 100644 index 000000000..424b660af --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/necklace/necklace_special_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/necklace_broach"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/necklace/necklace_special_c.json b/assets/minecraft/models/item/wynn/accessory/necklace/necklace_special_c.json new file mode 100644 index 000000000..6c98f9aed --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/necklace/necklace_special_c.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/necklace_pearl"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/necklace/necklace_thunder_a.json b/assets/minecraft/models/item/wynn/accessory/necklace/necklace_thunder_a.json new file mode 100644 index 000000000..b2b13b737 --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/necklace/necklace_thunder_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/necklace_thunder1"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/necklace/necklace_thunder_b.json b/assets/minecraft/models/item/wynn/accessory/necklace/necklace_thunder_b.json new file mode 100644 index 000000000..aedc42be1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/necklace/necklace_thunder_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/necklace_thunder2"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/necklace/necklace_water_a.json b/assets/minecraft/models/item/wynn/accessory/necklace/necklace_water_a.json new file mode 100644 index 000000000..b923b62de --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/necklace/necklace_water_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/necklace_water1"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/necklace/necklace_water_b.json b/assets/minecraft/models/item/wynn/accessory/necklace/necklace_water_b.json new file mode 100644 index 000000000..506bccfab --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/necklace/necklace_water_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/necklace_water2"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/ring/ring_air_a.json b/assets/minecraft/models/item/wynn/accessory/ring/ring_air_a.json new file mode 100644 index 000000000..ebefe5dfc --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/ring/ring_air_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/ring_air1"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/ring/ring_air_b.json b/assets/minecraft/models/item/wynn/accessory/ring/ring_air_b.json new file mode 100644 index 000000000..d59d181ed --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/ring/ring_air_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/ring_air2"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/ring/ring_base_a.json b/assets/minecraft/models/item/wynn/accessory/ring/ring_base_a.json new file mode 100644 index 000000000..446b35e13 --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/ring/ring_base_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/ring_purity"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/ring/ring_base_b.json b/assets/minecraft/models/item/wynn/accessory/ring/ring_base_b.json new file mode 100644 index 000000000..1f7c7c910 --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/ring/ring_base_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/ring_base"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/ring/ring_earth_a.json b/assets/minecraft/models/item/wynn/accessory/ring/ring_earth_a.json new file mode 100644 index 000000000..9a8b55045 --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/ring/ring_earth_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/ring_earth1"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/ring/ring_earth_b.json b/assets/minecraft/models/item/wynn/accessory/ring/ring_earth_b.json new file mode 100644 index 000000000..002e8fbe1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/ring/ring_earth_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/ring_earth2"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/ring/ring_fire_a.json b/assets/minecraft/models/item/wynn/accessory/ring/ring_fire_a.json new file mode 100644 index 000000000..a96683f82 --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/ring/ring_fire_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/ring_fire1"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/ring/ring_fire_b.json b/assets/minecraft/models/item/wynn/accessory/ring/ring_fire_b.json new file mode 100644 index 000000000..02f6002d7 --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/ring/ring_fire_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/ring_fire2"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/ring/ring_multi_a.json b/assets/minecraft/models/item/wynn/accessory/ring/ring_multi_a.json new file mode 100644 index 000000000..05fd92900 --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/ring/ring_multi_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/ring_multi1"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/ring/ring_multi_b.json b/assets/minecraft/models/item/wynn/accessory/ring/ring_multi_b.json new file mode 100644 index 000000000..e93963dd4 --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/ring/ring_multi_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/ring_multi2"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/ring/ring_special_a.json b/assets/minecraft/models/item/wynn/accessory/ring/ring_special_a.json new file mode 100644 index 000000000..6bbf72d84 --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/ring/ring_special_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/ring_wedding"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/ring/ring_special_b.json b/assets/minecraft/models/item/wynn/accessory/ring/ring_special_b.json new file mode 100644 index 000000000..3146cbebf --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/ring/ring_special_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/ring_pearl"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/ring/ring_special_c.json b/assets/minecraft/models/item/wynn/accessory/ring/ring_special_c.json new file mode 100644 index 000000000..eab7470a1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/ring/ring_special_c.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/ring_thick"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/ring/ring_thunder_a.json b/assets/minecraft/models/item/wynn/accessory/ring/ring_thunder_a.json new file mode 100644 index 000000000..e08a7785c --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/ring/ring_thunder_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/ring_thunder1"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/ring/ring_thunder_b.json b/assets/minecraft/models/item/wynn/accessory/ring/ring_thunder_b.json new file mode 100644 index 000000000..5b49e2dad --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/ring/ring_thunder_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/ring_thunder2"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/ring/ring_water_a.json b/assets/minecraft/models/item/wynn/accessory/ring/ring_water_a.json new file mode 100644 index 000000000..6421225cf --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/ring/ring_water_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/ring_water1"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/accessory/ring/ring_water_b.json b/assets/minecraft/models/item/wynn/accessory/ring/ring_water_b.json new file mode 100644 index 000000000..2917af10e --- /dev/null +++ b/assets/minecraft/models/item/wynn/accessory/ring/ring_water_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/accessory","textures":{"layer0":"wynn/accessory/ring_water2"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/augment/corkian_amplifier.json b/assets/minecraft/models/item/wynn/augment/corkian_amplifier.json new file mode 100644 index 000000000..2b98dfdaa --- /dev/null +++ b/assets/minecraft/models/item/wynn/augment/corkian_amplifier.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/augment/corkian_amplifier"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/augment/corkian_insulator.json b/assets/minecraft/models/item/wynn/augment/corkian_insulator.json new file mode 100644 index 000000000..d6cc9561d --- /dev/null +++ b/assets/minecraft/models/item/wynn/augment/corkian_insulator.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/augment/corkian_insulator"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/augment/corkian_simulator.json b/assets/minecraft/models/item/wynn/augment/corkian_simulator.json new file mode 100644 index 000000000..6ef590d8f --- /dev/null +++ b/assets/minecraft/models/item/wynn/augment/corkian_simulator.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/augment/corkian_simulator"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/beam.json b/assets/minecraft/models/item/wynn/beam.json new file mode 100644 index 000000000..0f860b44b --- /dev/null +++ b/assets/minecraft/models/item/wynn/beam.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/beam","particle":"wynn/beam"},"elements":[{"from":[7.5,0,6],"to":[27.5,0,9],"rotation":{"angle":45,"axis":"z","origin":[7.5,0,7.5]},"faces":{"up":{"uv":[6.25,0,9,16],"rotation":90,"texture":"#0"}}},{"from":[6,0,-12.5],"to":[9,0,7.5],"rotation":{"angle":45,"axis":"x","origin":[7.5,0,7.5]},"faces":{"up":{"uv":[6.25,0,9,16],"texture":"#0"}}},{"from":[6,0,7.5],"to":[9,0,27.5],"rotation":{"angle":-45,"axis":"x","origin":[7.5,0,7.5]},"faces":{"up":{"uv":[6.25,0,9,16],"rotation":180,"texture":"#0"}}},{"from":[-12.5,0,6],"to":[7.5,0,9],"rotation":{"angle":-45,"axis":"z","origin":[7.5,0,7.5]},"faces":{"up":{"uv":[6.25,0,9,16],"rotation":270,"texture":"#0"}}},{"from":[6,0,-12.5],"to":[9,0,7.5],"rotation":{"angle":-45,"axis":"x","origin":[7.5,0,7.5]},"faces":{"up":{"uv":[6.25,0,9,16],"texture":"#0"}}},{"from":[-12.5,0,6],"to":[7.5,0,9],"rotation":{"angle":45,"axis":"z","origin":[7.5,0,7.5]},"faces":{"up":{"uv":[6.25,0,9,16],"rotation":270,"texture":"#0"}}},{"from":[7.5,0,6],"to":[27.5,0,9],"rotation":{"angle":-45,"axis":"z","origin":[7.5,0,7.5]},"faces":{"up":{"uv":[6.25,0,9,16],"rotation":90,"texture":"#0"}}},{"from":[6,0,7.5],"to":[9,0,27.5],"rotation":{"angle":45,"axis":"x","origin":[7.5,0,7.5]},"faces":{"up":{"uv":[6.25,0,9,16],"rotation":180,"texture":"#0"}}}],"display":{"head":{"rotation":[-90,-15,-15],"translation":[3.5,-5,-11.5],"scale":[1.5,1.5,1.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/character_info.json b/assets/minecraft/models/item/wynn/character_info.json new file mode 100644 index 000000000..a0924c121 --- /dev/null +++ b/assets/minecraft/models/item/wynn/character_info.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"item/compass_16"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/closed_book.json b/assets/minecraft/models/item/wynn/closed_book.json new file mode 100644 index 000000000..429286aaa --- /dev/null +++ b/assets/minecraft/models/item/wynn/closed_book.json @@ -0,0 +1 @@ +{"parent":"block/block","ambientocclusion":false,"textures":{"0":"wynn/content_book"},"elements":[{"from":[5,0,6.5],"to":[11,10,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,5,8]},"faces":{"north":{"uv":[4,0,7,5],"texture":"#0"},"east":{"uv":[3.5,0,5,5],"texture":"#0"},"south":{"uv":[7,0,10.5,5],"texture":"#0"},"west":{"uv":[0,10,1.5,15],"texture":"#0"},"up":{"uv":[4.5,11.5,1.5,13],"texture":"#0"},"down":{"uv":[1.5,10,4.5,11.5],"rotation":180,"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[10,105,0],"translation":[-0.5,1.5,2],"scale":[0.85,0.85,0.85]},"thirdperson_lefthand":{"rotation":[10,-75,0],"translation":[-0.5,1.5,2],"scale":[0.85,0.85,0.85]},"firstperson_righthand":{"rotation":[0,135,0],"translation":[0,3,0],"scale":[0.5,0.5,0.5]},"firstperson_lefthand":{"rotation":[0,135,0],"translation":[0,3,0],"scale":[0.5,0.5,0.5]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.4,0.4,0.4]},"gui":{"rotation":[30,225,0],"translation":[0,3,0]},"head":{"rotation":[90,0,0],"translation":[0,8.5,3],"scale":[1.25,1.25,1.25]},"fixed":{"translation":[0,2,0]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/content_book.json b/assets/minecraft/models/item/wynn/content_book.json new file mode 100644 index 000000000..e36e94e67 --- /dev/null +++ b/assets/minecraft/models/item/wynn/content_book.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/content_book","1":"wynn/gui/player/book"},"elements":[{"from":[0.6,0,9],"to":[7.6,10,9],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0,10]},"faces":{"north":{"uv":[3.5,0,0,5],"texture":"#0"},"south":{"uv":[7,0,10.5,5],"texture":"#0"}}},{"from":[1.6,1,8],"to":[7.6,9,9],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0,10]},"faces":{"north":{"uv":[6,5,3,9],"texture":"#0"},"west":{"uv":[0,5,0.5,9],"texture":"#0"},"up":{"uv":[3,9.5,0,9],"texture":"#0"},"down":{"uv":[3,9.5,0,10],"texture":"#0"}}},{"from":[8.4,0,9],"to":[15.4,10,9],"rotation":{"angle":22.5,"axis":"y","origin":[8,0,10]},"faces":{"north":{"uv":[0,0,3.5,5],"texture":"#0"},"south":{"uv":[3.5,0,7,5],"texture":"#0"}}},{"from":[8.4,1,8],"to":[14.4,9,9],"rotation":{"angle":22.5,"axis":"y","origin":[8,0,10]},"faces":{"north":{"uv":[0,5,3,9],"texture":"#0"},"east":{"uv":[3,5,3.5,9],"texture":"#0"},"up":{"uv":[0,9.5,3,9],"texture":"#0"},"down":{"uv":[0,9.5,3,10],"texture":"#0"}}},{"from":[9.5,4.8,8.5],"to":[11.5,10,9.2],"rotation":{"angle":22.5,"axis":"y","origin":[8,0,10]},"faces":{"north":{"uv":[8,5,7,7.5],"texture":"#0"},"south":{"uv":[6,6,7,8.5],"texture":"#0"},"up":{"uv":[6,5,7,5.5],"texture":"#0"},"down":{"uv":[0,0,1,1],"texture":"#0"}}},{"from":[6,4,8],"to":[10,8,8],"rotation":{"angle":0,"axis":"y","origin":[6,4,0]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#1"}}}],"gui_light":"front","display":{"thirdperson_righthand":{"rotation":[10,150,0],"translation":[-1,4,1.5],"scale":[0.65,0.65,0.65]},"thirdperson_lefthand":{"rotation":[10,150,0],"translation":[-1,4,1.5],"scale":[0.65,0.65,0.65]},"firstperson_righthand":{"rotation":[-35,145,15],"translation":[3,3,-6]},"firstperson_lefthand":{"rotation":[-35,145,15],"translation":[3,3,-6]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.6,0.6,0.6]},"gui":{"rotation":[0,180,0],"translation":[0,8,0],"scale":[4,4,4]},"fixed":{"rotation":[0,135,0],"translation":[2.75,3,1.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/dim_soul.json b/assets/minecraft/models/item/wynn/dim_soul.json new file mode 100644 index 000000000..2b3049be0 --- /dev/null +++ b/assets/minecraft/models/item/wynn/dim_soul.json @@ -0,0 +1 @@ +{"parent":"item/generated","textures":{"layer0":"wynn/dim_soul"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/dungeon/key.json b/assets/minecraft/models/item/wynn/dungeon/key.json new file mode 100644 index 000000000..9fad31613 --- /dev/null +++ b/assets/minecraft/models/item/wynn/dungeon/key.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/dungeon/key"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/dungeon/key_broken.json b/assets/minecraft/models/item/wynn/dungeon/key_broken.json new file mode 100644 index 000000000..adca399da --- /dev/null +++ b/assets/minecraft/models/item/wynn/dungeon/key_broken.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/dungeon/key_broken"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/farming/barley.json b/assets/minecraft/models/item/wynn/economy/farming/barley.json new file mode 100644 index 000000000..5ae73a37c --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/farming/barley.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/flora/items/barley_malt"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/farming/decay_root.json b/assets/minecraft/models/item/wynn/economy/farming/decay_root.json new file mode 100644 index 000000000..4e8494eef --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/farming/decay_root.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/flora/items/decay_root"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/farming/dernic_seed.json b/assets/minecraft/models/item/wynn/economy/farming/dernic_seed.json new file mode 100644 index 000000000..717a927ac --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/farming/dernic_seed.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/flora/items/dernic_seed"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/farming/hemp.json b/assets/minecraft/models/item/wynn/economy/farming/hemp.json new file mode 100644 index 000000000..d93e17da2 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/farming/hemp.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/flora/items/hemp"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/farming/hops.json b/assets/minecraft/models/item/wynn/economy/farming/hops.json new file mode 100644 index 000000000..87dc59acc --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/farming/hops.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/flora/items/hops"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/farming/malt.json b/assets/minecraft/models/item/wynn/economy/farming/malt.json new file mode 100644 index 000000000..5ae73a37c --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/farming/malt.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/flora/items/barley_malt"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/farming/millet.json b/assets/minecraft/models/item/wynn/economy/farming/millet.json new file mode 100644 index 000000000..009376921 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/farming/millet.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/flora/items/rye_millet"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/farming/oats.json b/assets/minecraft/models/item/wynn/economy/farming/oats.json new file mode 100644 index 000000000..55ce96c05 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/farming/oats.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/flora/items/oats"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/farming/rice.json b/assets/minecraft/models/item/wynn/economy/farming/rice.json new file mode 100644 index 000000000..0d3133321 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/farming/rice.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/flora/items/rice"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/farming/rye.json b/assets/minecraft/models/item/wynn/economy/farming/rye.json new file mode 100644 index 000000000..009376921 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/farming/rye.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/flora/items/rye_millet"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/farming/seeds_brown.json b/assets/minecraft/models/item/wynn/economy/farming/seeds_brown.json new file mode 100644 index 000000000..4ba82d54e --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/farming/seeds_brown.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/flora/items/seeds_melon"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/farming/seeds_cream.json b/assets/minecraft/models/item/wynn/economy/farming/seeds_cream.json new file mode 100644 index 000000000..8b59cddb4 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/farming/seeds_cream.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/flora/items/seeds_pumpkin"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/farming/seeds_green.json b/assets/minecraft/models/item/wynn/economy/farming/seeds_green.json new file mode 100644 index 000000000..9c93c30e4 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/farming/seeds_green.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/flora/items/seeds_wheat"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/farming/seeds_red.json b/assets/minecraft/models/item/wynn/economy/farming/seeds_red.json new file mode 100644 index 000000000..c2c5cd825 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/farming/seeds_red.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/flora/items/seeds_sorghum"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/farming/sorghum.json b/assets/minecraft/models/item/wynn/economy/farming/sorghum.json new file mode 100644 index 000000000..78ddbe33a --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/farming/sorghum.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/flora/items/sorghum"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/farming/string_brown.json b/assets/minecraft/models/item/wynn/economy/farming/string_brown.json new file mode 100644 index 000000000..8d0ae8f3e --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/farming/string_brown.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/flora/items/string_brown"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/farming/string_green.json b/assets/minecraft/models/item/wynn/economy/farming/string_green.json new file mode 100644 index 000000000..2b1e80697 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/farming/string_green.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/flora/items/string_green"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/farming/string_white.json b/assets/minecraft/models/item/wynn/economy/farming/string_white.json new file mode 100644 index 000000000..b1507282e --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/farming/string_white.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/flora/items/string"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/farming/string_yellow.json b/assets/minecraft/models/item/wynn/economy/farming/string_yellow.json new file mode 100644 index 000000000..85e042b8d --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/farming/string_yellow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/flora/items/string_yellow"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/farming/wheat.json b/assets/minecraft/models/item/wynn/economy/farming/wheat.json new file mode 100644 index 000000000..e82bdc456 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/farming/wheat.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"item/wheat"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/fishing/bass.json b/assets/minecraft/models/item/wynn/economy/fishing/bass.json new file mode 100644 index 000000000..eded23dea --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/fishing/bass.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/fishing/bass"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/fishing/carp.json b/assets/minecraft/models/item/wynn/economy/fishing/carp.json new file mode 100644 index 000000000..e6479f481 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/fishing/carp.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/fishing/carp"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/fishing/cooked_blue.json b/assets/minecraft/models/item/wynn/economy/fishing/cooked_blue.json new file mode 100644 index 000000000..812b46aab --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/fishing/cooked_blue.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/fishing/cooked_blue"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/fishing/cooked_gray.json b/assets/minecraft/models/item/wynn/economy/fishing/cooked_gray.json new file mode 100644 index 000000000..dd6d6a149 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/fishing/cooked_gray.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/fishing/cooked_gray"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/fishing/cooked_orange.json b/assets/minecraft/models/item/wynn/economy/fishing/cooked_orange.json new file mode 100644 index 000000000..033e4ccc9 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/fishing/cooked_orange.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/fishing/cooked_orange"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/fishing/cooked_pink.json b/assets/minecraft/models/item/wynn/economy/fishing/cooked_pink.json new file mode 100644 index 000000000..2bbe3d6b9 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/fishing/cooked_pink.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/fishing/cooked_pink"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/fishing/cooked_yellow.json b/assets/minecraft/models/item/wynn/economy/fishing/cooked_yellow.json new file mode 100644 index 000000000..2cedca3a7 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/fishing/cooked_yellow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/fishing/cooked_yellow"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/fishing/dernic_fish.json b/assets/minecraft/models/item/wynn/economy/fishing/dernic_fish.json new file mode 100644 index 000000000..42ac8fdf0 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/fishing/dernic_fish.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/fishing/dernic_fish"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/fishing/gudgeon.json b/assets/minecraft/models/item/wynn/economy/fishing/gudgeon.json new file mode 100644 index 000000000..4ae701969 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/fishing/gudgeon.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/fishing/gudgeon"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/fishing/gylia_fish.json b/assets/minecraft/models/item/wynn/economy/fishing/gylia_fish.json new file mode 100644 index 000000000..3476cfad2 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/fishing/gylia_fish.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/fishing/gylia_fish"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/fishing/icefish.json b/assets/minecraft/models/item/wynn/economy/fishing/icefish.json new file mode 100644 index 000000000..3f83d7aa7 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/fishing/icefish.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/fishing/icefish"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/fishing/koi.json b/assets/minecraft/models/item/wynn/economy/fishing/koi.json new file mode 100644 index 000000000..c2eb7cb2b --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/fishing/koi.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/fishing/koi"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/fishing/molten_eel.json b/assets/minecraft/models/item/wynn/economy/fishing/molten_eel.json new file mode 100644 index 000000000..d3d489ed5 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/fishing/molten_eel.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/fishing/molten_eel"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/fishing/oil_blue.json b/assets/minecraft/models/item/wynn/economy/fishing/oil_blue.json new file mode 100644 index 000000000..67faeb6bb --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/fishing/oil_blue.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/fishing/oil_blue"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/fishing/oil_gray.json b/assets/minecraft/models/item/wynn/economy/fishing/oil_gray.json new file mode 100644 index 000000000..fca55a8bb --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/fishing/oil_gray.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/fishing/oil_gray"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/fishing/oil_orange.json b/assets/minecraft/models/item/wynn/economy/fishing/oil_orange.json new file mode 100644 index 000000000..4074ad121 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/fishing/oil_orange.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/fishing/oil_orange"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/fishing/oil_red.json b/assets/minecraft/models/item/wynn/economy/fishing/oil_red.json new file mode 100644 index 000000000..178790dda --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/fishing/oil_red.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/fishing/oil_red"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/fishing/oil_yellow.json b/assets/minecraft/models/item/wynn/economy/fishing/oil_yellow.json new file mode 100644 index 000000000..cd04a7d43 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/fishing/oil_yellow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/fishing/oil_yellow"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/fishing/piranha.json b/assets/minecraft/models/item/wynn/economy/fishing/piranha.json new file mode 100644 index 000000000..b11731c16 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/fishing/piranha.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/fishing/piranha"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/fishing/salmon.json b/assets/minecraft/models/item/wynn/economy/fishing/salmon.json new file mode 100644 index 000000000..e91dd47a5 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/fishing/salmon.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/fishing/salmon"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/fishing/starfish.json b/assets/minecraft/models/item/wynn/economy/fishing/starfish.json new file mode 100644 index 000000000..e5a988488 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/fishing/starfish.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/fishing/starfish"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/fishing/trout.json b/assets/minecraft/models/item/wynn/economy/fishing/trout.json new file mode 100644 index 000000000..ac3cf1ef8 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/fishing/trout.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/fishing/trout"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/meals/fried.json b/assets/minecraft/models/item/wynn/economy/meals/fried.json new file mode 100644 index 000000000..6bff669db --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/meals/fried.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/meals/fried"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/meals/generic.json b/assets/minecraft/models/item/wynn/economy/meals/generic.json new file mode 100644 index 000000000..fea89c1db --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/meals/generic.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/economy/meals/generic_plate","1":"wynn/economy/meals/generic_meat"},"elements":[{"from":[10.5,2,10],"to":[13.5,4,13],"faces":{"north":{"uv":[5.5,8.5,7,9.5],"texture":"#1"},"east":{"uv":[5.5,10,7,11],"texture":"#1"},"south":{"uv":[4,9.5,5.5,10.5],"texture":"#1"},"west":{"uv":[4,10,5.5,11],"texture":"#1"},"up":{"uv":[5.5,8,7,9.5],"texture":"#1"}}},{"from":[2,0,-1],"to":[14,2,17],"faces":{"north":{"uv":[8,10,14,11],"texture":"#0"},"east":{"uv":[6.5,10,15.5,11],"texture":"#0"},"south":{"uv":[8,10,14,11],"texture":"#0"},"west":{"uv":[6.5,10,15.5,11],"texture":"#0"},"up":{"uv":[8,0.5,14,9.5],"texture":"#0"},"down":{"uv":[8,0.5,14,9.5],"texture":"#0"}}},{"from":[4,0,-2],"to":[12,2,18],"faces":{"north":{"uv":[9,10,13,11],"texture":"#0"},"east":{"uv":[6,10,16,11],"texture":"#0"},"south":{"uv":[9,10,13,11],"texture":"#0"},"west":{"uv":[6,10,16,11],"texture":"#0"},"up":{"uv":[9,0,13,10],"texture":"#0"},"down":{"uv":[9,0,13,10],"texture":"#0"}}},{"from":[0,0,0],"to":[16,2,16],"faces":{"north":{"uv":[7,10,15,11],"texture":"#0"},"east":{"uv":[7,10,15,11],"texture":"#0"},"south":{"uv":[7,10,15,11],"texture":"#0"},"west":{"uv":[7,10,15,11],"texture":"#0"},"up":{"uv":[7,1,15,9],"texture":"#0"},"down":{"uv":[7,1,15,9],"texture":"#0"}}},{"from":[-1,0,2],"to":[17,2,14],"faces":{"north":{"uv":[6.5,10,15.5,11],"texture":"#0"},"east":{"uv":[8,10,14,11],"texture":"#0"},"south":{"uv":[6.5,10,15.5,11],"texture":"#0"},"west":{"uv":[8,10,14,11],"texture":"#0"},"up":{"uv":[6.5,2,15.5,8],"texture":"#0"},"down":{"uv":[6.5,2,15.5,8],"texture":"#0"}}},{"from":[-2,0,4],"to":[18,2,12],"faces":{"north":{"uv":[6,10,16,11],"texture":"#0"},"east":{"uv":[9,10,13,11],"texture":"#0"},"south":{"uv":[6,10,16,11],"texture":"#0"},"west":{"uv":[9,10,13,11],"texture":"#0"},"up":{"uv":[6,3,16,7],"texture":"#0"},"down":{"uv":[6,3,16,7],"texture":"#0"}}},{"from":[13,5,-6.5],"to":[17,7,-4.5],"rotation":{"angle":-45,"axis":"y","origin":[15,5.9,0.5]},"faces":{"north":{"uv":[8,2.5,10,3.5],"texture":"#1"},"east":{"uv":[8,2.5,9,3.5],"texture":"#1"},"south":{"uv":[8,2.5,10,3.5],"texture":"#1"},"west":{"uv":[8,2.5,9,3.5],"texture":"#1"},"up":{"uv":[8,0,10,1],"texture":"#1"},"down":{"uv":[10,1,12,0],"texture":"#1"}}},{"from":[14,5,-4.5],"to":[16,7,-1.5],"rotation":{"angle":-45,"axis":"y","origin":[15,5.9,0.5]},"faces":{"east":{"uv":[11,2.5,12.5,3.5],"texture":"#1"},"west":{"uv":[10,2.5,11.5,3.5],"texture":"#1"},"up":{"uv":[8.5,1,9.5,2.5],"texture":"#1"},"down":{"uv":[10.5,1,11.5,2.5],"texture":"#1"}}},{"from":[12,3,-1.5],"to":[18,9,1.5],"rotation":{"angle":-45,"axis":"y","origin":[15,5.9,0.5]},"faces":{"north":{"uv":[8,3.5,11,6.5],"texture":"#1"},"east":{"uv":[12.5,3.5,11,6.5],"texture":"#1"},"west":{"uv":[11,3.5,12.5,6.5],"texture":"#1"},"up":{"uv":[8,6.5,11,8],"texture":"#1"},"down":{"uv":[8,8,11,6.5],"texture":"#1"}}},{"from":[12,2,1.5],"to":[18,10,9.5],"rotation":{"angle":-45,"axis":"y","origin":[15,5.9,0.5]},"faces":{"north":{"uv":[0.5,0,3.5,4],"texture":"#1"},"east":{"uv":[4,4,0,8],"texture":"#1"},"south":{"uv":[4.5,4,7.5,8],"texture":"#1"},"west":{"uv":[0,4,4,8],"texture":"#1"},"up":{"uv":[4.5,0,7.5,4],"texture":"#1"}}},{"from":[11,2,1.5],"to":[19,9,9],"rotation":{"angle":-45,"axis":"y","origin":[15,5.9,0.5]},"faces":{"north":{"uv":[0,0.5,4,4],"texture":"#1"},"east":{"uv":[4,4.5,0,8],"texture":"#1"},"south":{"uv":[4,4.5,8,8],"texture":"#1"},"west":{"uv":[0,4.5,4,8],"texture":"#1"},"up":{"uv":[4,0,8,4],"texture":"#1"}}},{"from":[4.5,3,10.5],"to":[8.5,7,16.5],"rotation":{"angle":45,"axis":"y","origin":[5.83333,3.33333,16.16667]},"faces":{"north":{"uv":[0,12,2,14],"texture":"#1"},"east":{"uv":[1,8,4,10],"texture":"#1"},"south":{"uv":[2,12,4,14],"texture":"#1"},"west":{"uv":[0,11,3,13],"texture":"#1"},"up":{"uv":[0,8,2,11],"texture":"#1"}}},{"from":[4,2,18.5],"to":[8,3,22.5],"rotation":{"angle":22.5,"axis":"y","origin":[6,2.5,16.5]},"faces":{"east":{"uv":[2,15,4,15.5],"texture":"#0"},"south":{"uv":[7.5,14.5,9.5,15],"texture":"#0"},"west":{"uv":[5,15,7,15.5],"texture":"#0"},"up":{"uv":[7.5,11,9.5,13],"texture":"#0"},"down":{"uv":[7.5,11,9.5,13],"texture":"#0"}}},{"from":[1,2,6.5],"to":[11,3,18.5],"rotation":{"angle":22.5,"axis":"y","origin":[6,2.5,16.5]},"faces":{"north":{"uv":[0,15,5,15.5],"texture":"#0"},"east":{"uv":[0,14,6,14.5],"texture":"#0"},"south":{"uv":[4.5,14.5,9.5,15],"texture":"#0"},"west":{"uv":[0,14.5,6,15],"texture":"#0"},"up":{"uv":[0,9.5,6,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,9.5,6,14.5],"rotation":90,"texture":"#0"}}},{"from":[2,8,8],"to":[5,10,11],"rotation":{"angle":22.5,"axis":"z","origin":[3.5,-4,9.5]},"faces":{"north":{"uv":[4,12,5.5,13],"texture":"#1"},"east":{"uv":[4,12,5.5,13],"texture":"#1"},"south":{"uv":[4,12,5.5,13],"texture":"#1"},"west":{"uv":[4,12,5.5,13],"texture":"#1"},"up":{"uv":[5.5,12.5,7,14],"texture":"#1"},"down":{"uv":[5.5,12.5,7,14],"texture":"#1"}}},{"from":[1,11,8],"to":[4,13,11],"rotation":{"angle":22.5,"axis":"z","origin":[2.5,-1,9.5]},"faces":{"north":{"uv":[4,12,5.5,13],"texture":"#1"},"east":{"uv":[4,12,5.5,13],"texture":"#1"},"south":{"uv":[4,12,5.5,13],"texture":"#1"},"west":{"uv":[4,12,5.5,13],"texture":"#1"},"up":{"uv":[5.5,12.5,7,14],"texture":"#1"},"down":{"uv":[5.5,12.5,7,14],"texture":"#1"}}},{"from":[-0.5,14,8],"to":[2.5,16,11],"rotation":{"angle":22.5,"axis":"z","origin":[1,2,9.5]},"faces":{"north":{"uv":[4,12,5.5,13],"texture":"#1"},"east":{"uv":[4,12,5.5,13],"texture":"#1"},"south":{"uv":[4,12,5.5,13],"texture":"#1"},"west":{"uv":[4,12,5.5,13],"texture":"#1"},"up":{"uv":[5.5,12.5,7,14],"texture":"#1"},"down":{"uv":[5.5,12.5,7,14],"texture":"#1"}}},{"from":[0.5,2,9],"to":[1.5,18,10],"rotation":{"angle":22.5,"axis":"z","origin":[1,2,9.5]},"faces":{"north":{"uv":[0,0,0.5,8],"texture":"#0"},"east":{"uv":[1,0,1.5,8],"texture":"#0"},"south":{"uv":[0.5,0,1,8],"texture":"#0"},"west":{"uv":[1,0,1.5,8],"texture":"#0"},"up":{"uv":[0,0,0.5,0.5],"texture":"#0"}}},{"from":[4,7,4.5],"to":[7,9,7.5],"rotation":{"angle":22.5,"axis":"z","origin":[5.5,-5,6]},"faces":{"north":{"uv":[4,11,5.5,12],"texture":"#1"},"east":{"uv":[4,11,5.5,12],"texture":"#1"},"south":{"uv":[4,11,5.5,12],"texture":"#1"},"west":{"uv":[4,11,5.5,12],"texture":"#1"},"up":{"uv":[5.5,11,7,12.5],"texture":"#1"},"down":{"uv":[5.5,11,7,12.5],"texture":"#1"}}},{"from":[2.5,10,4.5],"to":[5.5,12,7.5],"rotation":{"angle":22.5,"axis":"z","origin":[4,-2,6]},"faces":{"north":{"uv":[4,11,5.5,12],"texture":"#1"},"east":{"uv":[4,11,5.5,12],"texture":"#1"},"south":{"uv":[4,11,5.5,12],"texture":"#1"},"west":{"uv":[4,11,5.5,12],"texture":"#1"},"up":{"uv":[5.5,11,7,12.5],"texture":"#1"},"down":{"uv":[5.5,11,7,12.5],"texture":"#1"}}},{"from":[1.5,13,4.5],"to":[4.5,15,7.5],"rotation":{"angle":22.5,"axis":"z","origin":[3,1,6]},"faces":{"north":{"uv":[4,11,5.5,12],"texture":"#1"},"east":{"uv":[4,11,5.5,12],"texture":"#1"},"south":{"uv":[4,11,5.5,12],"texture":"#1"},"west":{"uv":[4,11,5.5,12],"texture":"#1"},"up":{"uv":[5.5,11,7,12.5],"texture":"#1"},"down":{"uv":[5.5,11,7,12.5],"texture":"#1"}}},{"from":[2.5,1,5.5],"to":[3.5,17,6.5],"rotation":{"angle":22.5,"axis":"z","origin":[3,1,6]},"faces":{"north":{"uv":[0.5,0,1,8],"texture":"#0"},"east":{"uv":[0,0,0.5,8],"texture":"#0"},"south":{"uv":[1,0,1.5,8],"texture":"#0"},"west":{"uv":[1,0,1.5,8],"texture":"#0"},"up":{"uv":[0.5,0,1,0.5],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[90,0,0],"translation":[-6,-2,10],"scale":[0.75,0.75,0.75]},"thirdperson_lefthand":{"rotation":[45,90,0],"translation":[-2,4.5,1],"scale":[0.4,0.4,0.4]},"firstperson_righthand":{"rotation":[0,-90,0],"translation":[2.5,3,-2],"scale":[0.8,0.8,0.8]},"firstperson_lefthand":{"rotation":[0,-90,0],"translation":[2.5,3,-2],"scale":[0.8,0.8,0.8]},"ground":{"translation":[0,1,0],"scale":[0.5,0.5,0.5]},"gui":{"rotation":[30,0,0],"scale":[0.6,0.6,0.6]},"head":{"translation":[0,-16,0],"scale":[0.9,0.9,0.9]},"fixed":{"rotation":[0,-90,0],"translation":[0,0,-4.5],"scale":[0.65,0.65,0.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/meals/generic_item.json b/assets/minecraft/models/item/wynn/economy/meals/generic_item.json new file mode 100644 index 000000000..290f628eb --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/meals/generic_item.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/meals/generic"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/meals/salad.json b/assets/minecraft/models/item/wynn/economy/meals/salad.json new file mode 100644 index 000000000..8bb0ea578 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/meals/salad.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/meals/salad"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/meals/soup.json b/assets/minecraft/models/item/wynn/economy/meals/soup.json new file mode 100644 index 000000000..987447f78 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/meals/soup.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/meals/soup"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/meals/spicy.json b/assets/minecraft/models/item/wynn/economy/meals/spicy.json new file mode 100644 index 000000000..94fdf78f9 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/meals/spicy.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/meals/spicy"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/meals/steamed.json b/assets/minecraft/models/item/wynn/economy/meals/steamed.json new file mode 100644 index 000000000..13b106dfe --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/meals/steamed.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/meals/steamed"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/mining/gem_cobalt.json b/assets/minecraft/models/item/wynn/economy/mining/gem_cobalt.json new file mode 100644 index 000000000..c6a649731 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/mining/gem_cobalt.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/mining/gem_cobalt"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/mining/gem_copper.json b/assets/minecraft/models/item/wynn/economy/mining/gem_copper.json new file mode 100644 index 000000000..123619afd --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/mining/gem_copper.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/mining/gem_copper"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/mining/gem_dernic.json b/assets/minecraft/models/item/wynn/economy/mining/gem_dernic.json new file mode 100644 index 000000000..7101def85 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/mining/gem_dernic.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/mining/gem_dernic"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/mining/gem_diamond.json b/assets/minecraft/models/item/wynn/economy/mining/gem_diamond.json new file mode 100644 index 000000000..e97b9d38c --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/mining/gem_diamond.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/mining/gem_diamond"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/mining/gem_gold.json b/assets/minecraft/models/item/wynn/economy/mining/gem_gold.json new file mode 100644 index 000000000..a2cf3d631 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/mining/gem_gold.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/mining/gem_gold"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/mining/gem_granite.json b/assets/minecraft/models/item/wynn/economy/mining/gem_granite.json new file mode 100644 index 000000000..6582a7191 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/mining/gem_granite.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/mining/gem_granite"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/mining/gem_iron.json b/assets/minecraft/models/item/wynn/economy/mining/gem_iron.json new file mode 100644 index 000000000..90ed61568 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/mining/gem_iron.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/mining/gem_iron"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/mining/gem_kander.json b/assets/minecraft/models/item/wynn/economy/mining/gem_kander.json new file mode 100644 index 000000000..eedc74383 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/mining/gem_kander.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/mining/gem_kander"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/mining/gem_molten.json b/assets/minecraft/models/item/wynn/economy/mining/gem_molten.json new file mode 100644 index 000000000..7e142428c --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/mining/gem_molten.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/mining/gem_molten"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/mining/gem_sandstone.json b/assets/minecraft/models/item/wynn/economy/mining/gem_sandstone.json new file mode 100644 index 000000000..acd188df2 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/mining/gem_sandstone.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/mining/gem_sandstone"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/mining/gem_silver.json b/assets/minecraft/models/item/wynn/economy/mining/gem_silver.json new file mode 100644 index 000000000..3a1bae3ad --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/mining/gem_silver.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/mining/gem_silver"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/mining/gem_void.json b/assets/minecraft/models/item/wynn/economy/mining/gem_void.json new file mode 100644 index 000000000..22e7b6bba --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/mining/gem_void.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/mining/gem_void"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/mining/ingot_cobalt.json b/assets/minecraft/models/item/wynn/economy/mining/ingot_cobalt.json new file mode 100644 index 000000000..0ca5a3ac5 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/mining/ingot_cobalt.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/mining/ingot_cobalt"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/mining/ingot_copper.json b/assets/minecraft/models/item/wynn/economy/mining/ingot_copper.json new file mode 100644 index 000000000..e2743b27a --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/mining/ingot_copper.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/mining/ingot_copper"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/mining/ingot_dernic.json b/assets/minecraft/models/item/wynn/economy/mining/ingot_dernic.json new file mode 100644 index 000000000..234e0eb52 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/mining/ingot_dernic.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/mining/ingot_dernic"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/mining/ingot_diamond.json b/assets/minecraft/models/item/wynn/economy/mining/ingot_diamond.json new file mode 100644 index 000000000..9aa8b091f --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/mining/ingot_diamond.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/mining/ingot_diamond"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/mining/ingot_gold.json b/assets/minecraft/models/item/wynn/economy/mining/ingot_gold.json new file mode 100644 index 000000000..afcdc3d5f --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/mining/ingot_gold.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/mining/ingot_gold"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/mining/ingot_granite.json b/assets/minecraft/models/item/wynn/economy/mining/ingot_granite.json new file mode 100644 index 000000000..1fac17cdc --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/mining/ingot_granite.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/mining/ingot_granite"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/mining/ingot_iron.json b/assets/minecraft/models/item/wynn/economy/mining/ingot_iron.json new file mode 100644 index 000000000..0ad0bf6e5 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/mining/ingot_iron.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/mining/ingot_iron"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/mining/ingot_kanderstone.json b/assets/minecraft/models/item/wynn/economy/mining/ingot_kanderstone.json new file mode 100644 index 000000000..fe52713be --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/mining/ingot_kanderstone.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/mining/ingot_kanderstone"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/mining/ingot_molten.json b/assets/minecraft/models/item/wynn/economy/mining/ingot_molten.json new file mode 100644 index 000000000..f55986c86 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/mining/ingot_molten.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/mining/ingot_molten"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/mining/ingot_sandstone.json b/assets/minecraft/models/item/wynn/economy/mining/ingot_sandstone.json new file mode 100644 index 000000000..7fdfff6e6 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/mining/ingot_sandstone.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/mining/ingot_sandstone"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/mining/ingot_silver.json b/assets/minecraft/models/item/wynn/economy/mining/ingot_silver.json new file mode 100644 index 000000000..2ccba49b3 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/mining/ingot_silver.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/mining/ingot_silver"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/mining/ingot_void.json b/assets/minecraft/models/item/wynn/economy/mining/ingot_void.json new file mode 100644 index 000000000..5bedc8285 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/mining/ingot_void.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/mining/ingot_void"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/woodcutting/paper_brown.json b/assets/minecraft/models/item/wynn/economy/woodcutting/paper_brown.json new file mode 100644 index 000000000..a377eb359 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/woodcutting/paper_brown.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/woodcutting/paper_brown"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/woodcutting/paper_cream.json b/assets/minecraft/models/item/wynn/economy/woodcutting/paper_cream.json new file mode 100644 index 000000000..6b3010604 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/woodcutting/paper_cream.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/woodcutting/paper_cream"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/woodcutting/paper_white.json b/assets/minecraft/models/item/wynn/economy/woodcutting/paper_white.json new file mode 100644 index 000000000..bfff7ed70 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/woodcutting/paper_white.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/woodcutting/paper_white"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/woodcutting/scroll_brown.json b/assets/minecraft/models/item/wynn/economy/woodcutting/scroll_brown.json new file mode 100644 index 000000000..8dfdd5c1f --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/woodcutting/scroll_brown.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/woodcutting/scroll_brown"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/woodcutting/scroll_cream.json b/assets/minecraft/models/item/wynn/economy/woodcutting/scroll_cream.json new file mode 100644 index 000000000..878c038ed --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/woodcutting/scroll_cream.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/woodcutting/scroll_cream"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/economy/woodcutting/scroll_white.json b/assets/minecraft/models/item/wynn/economy/woodcutting/scroll_white.json new file mode 100644 index 000000000..10e711774 --- /dev/null +++ b/assets/minecraft/models/item/wynn/economy/woodcutting/scroll_white.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/economy/woodcutting/scroll_white"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/archer/boltslinger.json b/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/archer/boltslinger.json new file mode 100644 index 000000000..08da92cfd --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/archer/boltslinger.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/archetype/archer/boltslinger"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/archer/sharpshooter.json b/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/archer/sharpshooter.json new file mode 100644 index 000000000..5aa35146b --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/archer/sharpshooter.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/archetype/archer/sharpshooter"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/archer/trapper.json b/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/archer/trapper.json new file mode 100644 index 000000000..c9001cfe3 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/archer/trapper.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/archetype/archer/trapper"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/assassin/acrobat.json b/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/assassin/acrobat.json new file mode 100644 index 000000000..93069aab1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/assassin/acrobat.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/archetype/assassin/acrobat"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/assassin/shadestepper.json b/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/assassin/shadestepper.json new file mode 100644 index 000000000..2dc002d9b --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/assassin/shadestepper.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/archetype/assassin/shadestepper"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/assassin/trickster.json b/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/assassin/trickster.json new file mode 100644 index 000000000..d101657cc --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/assassin/trickster.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/archetype/assassin/trickster"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/mage/arcanist.json b/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/mage/arcanist.json new file mode 100644 index 000000000..24ea76d06 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/mage/arcanist.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/archetype/mage/arcanist"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/mage/lightbender.json b/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/mage/lightbender.json new file mode 100644 index 000000000..05f5c8d6e --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/mage/lightbender.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/archetype/mage/lightbender"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/mage/riftwalker.json b/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/mage/riftwalker.json new file mode 100644 index 000000000..d0efbb1a8 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/mage/riftwalker.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/archetype/mage/riftwalker"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/shaman/acolyte.json b/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/shaman/acolyte.json new file mode 100644 index 000000000..8e8004242 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/shaman/acolyte.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/archetype/shaman/acolyte"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/shaman/ritualist.json b/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/shaman/ritualist.json new file mode 100644 index 000000000..729c045db --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/shaman/ritualist.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/archetype/shaman/ritualist"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/shaman/summoner.json b/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/shaman/summoner.json new file mode 100644 index 000000000..4d6c84a37 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/shaman/summoner.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/archetype/shaman/summoner"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/warrior/battle_monk.json b/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/warrior/battle_monk.json new file mode 100644 index 000000000..ce5802030 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/warrior/battle_monk.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/archetype/warrior/battle_monk"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/warrior/fallen.json b/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/warrior/fallen.json new file mode 100644 index 000000000..312817de9 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/warrior/fallen.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/archetype/warrior/fallen"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/warrior/paladin.json b/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/warrior/paladin.json new file mode 100644 index 000000000..f388b1df4 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/archetype/warrior/paladin.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/archetype/warrior/paladin"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/aspect/archer.json b/assets/minecraft/models/item/wynn/gui/ability_tree/aspect/archer.json new file mode 100644 index 000000000..93b5b8ddb --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/aspect/archer.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/aspect","textures":{"layer0":"wynn/gui/ability_tree/aspect/archer"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/aspect/archer_equipped.json b/assets/minecraft/models/item/wynn/gui/ability_tree/aspect/archer_equipped.json new file mode 100644 index 000000000..2f4b4daa9 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/aspect/archer_equipped.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/aspect","textures":{"layer0":"wynn/gui/ability_tree/aspect/flame_pink","layer1":"wynn/gui/ability_tree/aspect/archer"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/aspect/assassin.json b/assets/minecraft/models/item/wynn/gui/ability_tree/aspect/assassin.json new file mode 100644 index 000000000..f8cc6d05c --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/aspect/assassin.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/aspect","textures":{"layer0":"wynn/gui/ability_tree/aspect/assassin"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/aspect/assassin_equipped.json b/assets/minecraft/models/item/wynn/gui/ability_tree/aspect/assassin_equipped.json new file mode 100644 index 000000000..293b435ca --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/aspect/assassin_equipped.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/aspect","textures":{"layer0":"wynn/gui/ability_tree/aspect/flame_purple","layer1":"wynn/gui/ability_tree/aspect/assassin"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/aspect/mage.json b/assets/minecraft/models/item/wynn/gui/ability_tree/aspect/mage.json new file mode 100644 index 000000000..b9f4a7485 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/aspect/mage.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/aspect","textures":{"layer0":"wynn/gui/ability_tree/aspect/mage"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/aspect/mage_equipped.json b/assets/minecraft/models/item/wynn/gui/ability_tree/aspect/mage_equipped.json new file mode 100644 index 000000000..1c724253e --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/aspect/mage_equipped.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/aspect","textures":{"layer0":"wynn/gui/ability_tree/aspect/flame_yellow","layer1":"wynn/gui/ability_tree/aspect/mage"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/aspect/shaman.json b/assets/minecraft/models/item/wynn/gui/ability_tree/aspect/shaman.json new file mode 100644 index 000000000..8864d909b --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/aspect/shaman.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/aspect","textures":{"layer0":"wynn/gui/ability_tree/aspect/shaman"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/aspect/shaman_equipped.json b/assets/minecraft/models/item/wynn/gui/ability_tree/aspect/shaman_equipped.json new file mode 100644 index 000000000..1d5555a94 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/aspect/shaman_equipped.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/aspect","textures":{"layer0":"wynn/gui/ability_tree/aspect/flame_blue","layer1":"wynn/gui/ability_tree/aspect/shaman"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/aspect/warrior.json b/assets/minecraft/models/item/wynn/gui/ability_tree/aspect/warrior.json new file mode 100644 index 000000000..a7cc196a6 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/aspect/warrior.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/aspect","textures":{"layer0":"wynn/gui/ability_tree/aspect/warrior"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/aspect/warrior_equipped.json b/assets/minecraft/models/item/wynn/gui/ability_tree/aspect/warrior_equipped.json new file mode 100644 index 000000000..2cbf9fcb9 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/aspect/warrior_equipped.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/aspect","textures":{"layer0":"wynn/gui/ability_tree/aspect/flame_orange","layer1":"wynn/gui/ability_tree/aspect/warrior"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/0.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/0.json new file mode 100644 index 000000000..e4f2b5792 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/0.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/0"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_0.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_0.json new file mode 100644 index 000000000..7913cda08 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_0.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/0","layer1":"wynn/gui/ability_tree/branch/0_active_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_1.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_1.json new file mode 100644 index 000000000..86f2c23f6 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_1.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/0","layer1":"wynn/gui/ability_tree/branch/0_active_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_10.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_10.json new file mode 100644 index 000000000..efdb62dec --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_10.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/0","layer1":"wynn/gui/ability_tree/branch/0_active_10"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_2.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_2.json new file mode 100644 index 000000000..d5552b4c1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_2.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/0","layer1":"wynn/gui/ability_tree/branch/0_active_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_3.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_3.json new file mode 100644 index 000000000..e5ec8a6e9 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_3.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/0","layer1":"wynn/gui/ability_tree/branch/0_active_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_4.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_4.json new file mode 100644 index 000000000..2542a8df1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_4.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/0","layer1":"wynn/gui/ability_tree/branch/0_active_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_5.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_5.json new file mode 100644 index 000000000..dac91418e --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_5.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/0","layer1":"wynn/gui/ability_tree/branch/0_active_5"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_6.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_6.json new file mode 100644 index 000000000..c37813a77 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_6.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/0","layer1":"wynn/gui/ability_tree/branch/0_active_6"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_7.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_7.json new file mode 100644 index 000000000..f1f20cb79 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_7.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/0","layer1":"wynn/gui/ability_tree/branch/0_active_7"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_8.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_8.json new file mode 100644 index 000000000..f0c798215 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_8.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/0","layer1":"wynn/gui/ability_tree/branch/0_active_8"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_9.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_9.json new file mode 100644 index 000000000..9875239d4 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/0_active_9.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/0","layer1":"wynn/gui/ability_tree/branch/0_active_9"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/1.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/1.json new file mode 100644 index 000000000..6da4ab41f --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/1.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/1"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/10.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/10.json new file mode 100644 index 000000000..70a8d352c --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/10.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/10"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/10_active_0.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/10_active_0.json new file mode 100644 index 000000000..55b52973a --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/10_active_0.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/10","layer1":"wynn/gui/ability_tree/branch/10_active_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/1_active_0.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/1_active_0.json new file mode 100644 index 000000000..c889e6bc8 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/1_active_0.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/1","layer1":"wynn/gui/ability_tree/branch/1_active_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/1_active_1.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/1_active_1.json new file mode 100644 index 000000000..969c48c9b --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/1_active_1.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/1","layer1":"wynn/gui/ability_tree/branch/1_active_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/1_active_2.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/1_active_2.json new file mode 100644 index 000000000..86199f4f1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/1_active_2.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/1","layer1":"wynn/gui/ability_tree/branch/1_active_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/1_active_3.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/1_active_3.json new file mode 100644 index 000000000..5c7a4325a --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/1_active_3.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/1","layer1":"wynn/gui/ability_tree/branch/1_active_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/2.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/2.json new file mode 100644 index 000000000..faf97e7c7 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/2.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/2"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/2_active_0.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/2_active_0.json new file mode 100644 index 000000000..970b3cec5 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/2_active_0.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/2","layer1":"wynn/gui/ability_tree/branch/2_active_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/2_active_1.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/2_active_1.json new file mode 100644 index 000000000..88c43b071 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/2_active_1.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/2","layer1":"wynn/gui/ability_tree/branch/2_active_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/2_active_2.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/2_active_2.json new file mode 100644 index 000000000..a9a1bb9c1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/2_active_2.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/2","layer1":"wynn/gui/ability_tree/branch/2_active_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/2_active_3.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/2_active_3.json new file mode 100644 index 000000000..00f9b31c8 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/2_active_3.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/2","layer1":"wynn/gui/ability_tree/branch/2_active_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/3.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/3.json new file mode 100644 index 000000000..5e8bbc308 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/3.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/3"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/3_active_0.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/3_active_0.json new file mode 100644 index 000000000..5644480fb --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/3_active_0.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/3","layer1":"wynn/gui/ability_tree/branch/3_active_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/3_active_1.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/3_active_1.json new file mode 100644 index 000000000..4b3be1c6d --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/3_active_1.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/3","layer1":"wynn/gui/ability_tree/branch/3_active_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/3_active_2.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/3_active_2.json new file mode 100644 index 000000000..f4eb587be --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/3_active_2.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/3","layer1":"wynn/gui/ability_tree/branch/3_active_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/3_active_3.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/3_active_3.json new file mode 100644 index 000000000..c62299544 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/3_active_3.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/3","layer1":"wynn/gui/ability_tree/branch/3_active_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/4.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/4.json new file mode 100644 index 000000000..1e73a5bd7 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/4.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/4"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/4_active_0.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/4_active_0.json new file mode 100644 index 000000000..bf7f7804c --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/4_active_0.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/4","layer1":"wynn/gui/ability_tree/branch/4_active_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/4_active_1.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/4_active_1.json new file mode 100644 index 000000000..ef7b22135 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/4_active_1.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/4","layer1":"wynn/gui/ability_tree/branch/4_active_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/4_active_2.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/4_active_2.json new file mode 100644 index 000000000..a98c722c9 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/4_active_2.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/4","layer1":"wynn/gui/ability_tree/branch/4_active_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/4_active_3.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/4_active_3.json new file mode 100644 index 000000000..4d83daa2f --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/4_active_3.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/4","layer1":"wynn/gui/ability_tree/branch/4_active_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/5.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/5.json new file mode 100644 index 000000000..fa7d07f20 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/5.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/5"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/5_active_0.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/5_active_0.json new file mode 100644 index 000000000..cd48d2c93 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/5_active_0.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/5","layer1":"wynn/gui/ability_tree/branch/5_active_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/6.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/6.json new file mode 100644 index 000000000..4a6288a2b --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/6.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/6"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/6_active_0.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/6_active_0.json new file mode 100644 index 000000000..e2147d0b8 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/6_active_0.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/6","layer1":"wynn/gui/ability_tree/branch/6_active_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/7.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/7.json new file mode 100644 index 000000000..6230ef090 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/7.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/7"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/7_active_0.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/7_active_0.json new file mode 100644 index 000000000..347632248 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/7_active_0.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/7","layer1":"wynn/gui/ability_tree/branch/7_active_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/8.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/8.json new file mode 100644 index 000000000..040f6ebe3 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/8.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/8"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/8_active_0.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/8_active_0.json new file mode 100644 index 000000000..661889846 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/8_active_0.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/8","layer1":"wynn/gui/ability_tree/branch/8_active_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/9.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/9.json new file mode 100644 index 000000000..9d546722d --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/9.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/9"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/branch/9_active_0.json b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/9_active_0.json new file mode 100644 index 000000000..5b4fad139 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/branch/9_active_0.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/ability_tree/branch/9","layer1":"wynn/gui/ability_tree/branch/9_active_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/button/arrow_down.json b/assets/minecraft/models/item/wynn/gui/ability_tree/button/arrow_down.json new file mode 100644 index 000000000..8b3040ca1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/button/arrow_down.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/ability_tree/button/arrow_down"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/button/arrow_left.json b/assets/minecraft/models/item/wynn/gui/ability_tree/button/arrow_left.json new file mode 100644 index 000000000..9d60e2c68 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/button/arrow_left.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/ability_tree/button/arrow_left"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/button/arrow_right.json b/assets/minecraft/models/item/wynn/gui/ability_tree/button/arrow_right.json new file mode 100644 index 000000000..06312d4b2 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/button/arrow_right.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/ability_tree/button/arrow_right"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/button/arrow_up.json b/assets/minecraft/models/item/wynn/gui/ability_tree/button/arrow_up.json new file mode 100644 index 000000000..e6ce1b7b8 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/button/arrow_up.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/ability_tree/button/arrow_up"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/button/aspects.json b/assets/minecraft/models/item/wynn/gui/ability_tree/button/aspects.json new file mode 100644 index 000000000..a0a370fef --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/button/aspects.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/tab","textures":{"layer0":"wynn/gui/ability_tree/button/aspects"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/button/aspects_select.json b/assets/minecraft/models/item/wynn/gui/ability_tree/button/aspects_select.json new file mode 100644 index 000000000..229f2ad5f --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/button/aspects_select.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/tab","textures":{"layer0":"wynn/gui/ability_tree/button/aspects_select"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/button/orb_points.json b/assets/minecraft/models/item/wynn/gui/ability_tree/button/orb_points.json new file mode 100644 index 000000000..fae83bf01 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/button/orb_points.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/ability_tree/button/orb_points","layer1":"wynn/weapon/anim/glint_b"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/button/orb_reset.json b/assets/minecraft/models/item/wynn/gui/ability_tree/button/orb_reset.json new file mode 100644 index 000000000..7a114bfe2 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/button/orb_reset.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/ability_tree/button/orb_reset","layer1":"wynn/weapon/anim/glint_s"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/button/plus.json b/assets/minecraft/models/item/wynn/gui/ability_tree/button/plus.json new file mode 100644 index 000000000..2d30fcb7e --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/button/plus.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/ability_tree/button/plus"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/button/reset.json b/assets/minecraft/models/item/wynn/gui/ability_tree/button/reset.json new file mode 100644 index 000000000..aafccacf8 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/button/reset.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/tab","textures":{"layer0":"wynn/gui/ability_tree/button/reset"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/button/reset_confirm.json b/assets/minecraft/models/item/wynn/gui/ability_tree/button/reset_confirm.json new file mode 100644 index 000000000..dff9b21f5 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/button/reset_confirm.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/ability_tree/button/reset_confirm"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/button/reset_locked.json b/assets/minecraft/models/item/wynn/gui/ability_tree/button/reset_locked.json new file mode 100644 index 000000000..783310a75 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/button/reset_locked.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/tab","textures":{"layer0":"wynn/gui/ability_tree/button/reset_locked"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/button/reset_select.json b/assets/minecraft/models/item/wynn/gui/ability_tree/button/reset_select.json new file mode 100644 index 000000000..2cbbbe2bb --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/button/reset_select.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/tab","textures":{"layer0":"wynn/gui/ability_tree/button/reset_select"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/button/reset_wait.json b/assets/minecraft/models/item/wynn/gui/ability_tree/button/reset_wait.json new file mode 100644 index 000000000..9899c37d6 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/button/reset_wait.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/ability_tree/button/reset_wait"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/button/tree.json b/assets/minecraft/models/item/wynn/gui/ability_tree/button/tree.json new file mode 100644 index 000000000..00d67755a --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/button/tree.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/tab","textures":{"layer0":"wynn/gui/ability_tree/button/tree"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/button/tree_select.json b/assets/minecraft/models/item/wynn/gui/ability_tree/button/tree_select.json new file mode 100644 index 000000000..bac56e575 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/button/tree_select.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/tab","textures":{"layer0":"wynn/gui/ability_tree/button/tree_select"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/node/archer.json b/assets/minecraft/models/item/wynn/gui/ability_tree/node/archer.json new file mode 100644 index 000000000..d5064cc14 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/node/archer.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/node","textures":{"layer0":"wynn/gui/ability_tree/node/archer"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/node/archer_active.json b/assets/minecraft/models/item/wynn/gui/ability_tree/node/archer_active.json new file mode 100644 index 000000000..3ff70f9d0 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/node/archer_active.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/node","textures":{"layer0":"wynn/gui/ability_tree/node/archer_active","layer1":"wynn/gui/ability_tree/node/shine"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/node/archer_pulse.json b/assets/minecraft/models/item/wynn/gui/ability_tree/node/archer_pulse.json new file mode 100644 index 000000000..5aa3426f1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/node/archer_pulse.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/node","textures":{"layer0":"wynn/gui/ability_tree/node/archer_pulse"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/node/assassin.json b/assets/minecraft/models/item/wynn/gui/ability_tree/node/assassin.json new file mode 100644 index 000000000..06a7634f5 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/node/assassin.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/node","textures":{"layer0":"wynn/gui/ability_tree/node/assassin"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/node/assassin_active.json b/assets/minecraft/models/item/wynn/gui/ability_tree/node/assassin_active.json new file mode 100644 index 000000000..e2a7e1cac --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/node/assassin_active.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/node","textures":{"layer0":"wynn/gui/ability_tree/node/assassin_active","layer1":"wynn/gui/ability_tree/node/shine"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/node/assassin_pulse.json b/assets/minecraft/models/item/wynn/gui/ability_tree/node/assassin_pulse.json new file mode 100644 index 000000000..d0ff97973 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/node/assassin_pulse.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/node","textures":{"layer0":"wynn/gui/ability_tree/node/assassin_pulse"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/node/blue.json b/assets/minecraft/models/item/wynn/gui/ability_tree/node/blue.json new file mode 100644 index 000000000..a94ffa0f5 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/node/blue.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/node","textures":{"layer0":"wynn/gui/ability_tree/node/blue"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/node/blue_active.json b/assets/minecraft/models/item/wynn/gui/ability_tree/node/blue_active.json new file mode 100644 index 000000000..a16969938 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/node/blue_active.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/node","textures":{"layer0":"wynn/gui/ability_tree/node/blue_active","layer1":"wynn/gui/ability_tree/node/blue_shine"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/node/blue_pulse.json b/assets/minecraft/models/item/wynn/gui/ability_tree/node/blue_pulse.json new file mode 100644 index 000000000..ad59ce770 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/node/blue_pulse.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/node","textures":{"layer0":"wynn/gui/ability_tree/node/blue_pulse"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/node/blue_shatter.json b/assets/minecraft/models/item/wynn/gui/ability_tree/node/blue_shatter.json new file mode 100644 index 000000000..6e39c12f9 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/node/blue_shatter.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/node","textures":{"layer0":"wynn/gui/ability_tree/node/blue_fragment","layer1":"wynn/gui/ability_tree/node/blue_shatter"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/node/mage.json b/assets/minecraft/models/item/wynn/gui/ability_tree/node/mage.json new file mode 100644 index 000000000..60ea83d7a --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/node/mage.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/node","textures":{"layer0":"wynn/gui/ability_tree/node/mage"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/node/mage_active.json b/assets/minecraft/models/item/wynn/gui/ability_tree/node/mage_active.json new file mode 100644 index 000000000..8766f33fb --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/node/mage_active.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/node","textures":{"layer0":"wynn/gui/ability_tree/node/mage_active","layer1":"wynn/gui/ability_tree/node/shine"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/node/mage_pulse.json b/assets/minecraft/models/item/wynn/gui/ability_tree/node/mage_pulse.json new file mode 100644 index 000000000..335413708 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/node/mage_pulse.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/node","textures":{"layer0":"wynn/gui/ability_tree/node/mage_pulse"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/node/purple.json b/assets/minecraft/models/item/wynn/gui/ability_tree/node/purple.json new file mode 100644 index 000000000..54f6017de --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/node/purple.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/node","textures":{"layer0":"wynn/gui/ability_tree/node/purple"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/node/purple_active.json b/assets/minecraft/models/item/wynn/gui/ability_tree/node/purple_active.json new file mode 100644 index 000000000..3ed92ade9 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/node/purple_active.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/node","textures":{"layer0":"wynn/gui/ability_tree/node/purple_active","layer1":"wynn/gui/ability_tree/node/purple_shine"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/node/purple_pulse.json b/assets/minecraft/models/item/wynn/gui/ability_tree/node/purple_pulse.json new file mode 100644 index 000000000..3a1646c26 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/node/purple_pulse.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/node","textures":{"layer0":"wynn/gui/ability_tree/node/purple_pulse"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/node/purple_shatter.json b/assets/minecraft/models/item/wynn/gui/ability_tree/node/purple_shatter.json new file mode 100644 index 000000000..0e55b3cc6 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/node/purple_shatter.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/node","textures":{"layer0":"wynn/gui/ability_tree/node/purple_fragment","layer1":"wynn/gui/ability_tree/node/purple_shatter"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/node/red.json b/assets/minecraft/models/item/wynn/gui/ability_tree/node/red.json new file mode 100644 index 000000000..ecab413d3 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/node/red.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/node","textures":{"layer0":"wynn/gui/ability_tree/node/red"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/node/red_active.json b/assets/minecraft/models/item/wynn/gui/ability_tree/node/red_active.json new file mode 100644 index 000000000..91aa8a17c --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/node/red_active.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/node","textures":{"layer0":"wynn/gui/ability_tree/node/red_active","layer1":"wynn/gui/ability_tree/node/red_shine"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/node/red_pulse.json b/assets/minecraft/models/item/wynn/gui/ability_tree/node/red_pulse.json new file mode 100644 index 000000000..37b1f16e1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/node/red_pulse.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/node","textures":{"layer0":"wynn/gui/ability_tree/node/red_pulse"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/node/red_shatter.json b/assets/minecraft/models/item/wynn/gui/ability_tree/node/red_shatter.json new file mode 100644 index 000000000..863ed4c5c --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/node/red_shatter.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/node","textures":{"layer0":"wynn/gui/ability_tree/node/red_fragment","layer1":"wynn/gui/ability_tree/node/red_shatter"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/node/shaman.json b/assets/minecraft/models/item/wynn/gui/ability_tree/node/shaman.json new file mode 100644 index 000000000..f07d55ccb --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/node/shaman.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/node","textures":{"layer0":"wynn/gui/ability_tree/node/shaman"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/node/shaman_active.json b/assets/minecraft/models/item/wynn/gui/ability_tree/node/shaman_active.json new file mode 100644 index 000000000..692d034f8 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/node/shaman_active.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/node","textures":{"layer0":"wynn/gui/ability_tree/node/shaman_active","layer1":"wynn/gui/ability_tree/node/shine"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/node/shaman_pulse.json b/assets/minecraft/models/item/wynn/gui/ability_tree/node/shaman_pulse.json new file mode 100644 index 000000000..bd3ebeec9 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/node/shaman_pulse.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/node","textures":{"layer0":"wynn/gui/ability_tree/node/shaman_pulse"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/node/warrior.json b/assets/minecraft/models/item/wynn/gui/ability_tree/node/warrior.json new file mode 100644 index 000000000..71785160e --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/node/warrior.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/node","textures":{"layer0":"wynn/gui/ability_tree/node/warrior"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/node/warrior_active.json b/assets/minecraft/models/item/wynn/gui/ability_tree/node/warrior_active.json new file mode 100644 index 000000000..6ba27b0a7 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/node/warrior_active.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/node","textures":{"layer0":"wynn/gui/ability_tree/node/warrior_active","layer1":"wynn/gui/ability_tree/node/shine"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/node/warrior_pulse.json b/assets/minecraft/models/item/wynn/gui/ability_tree/node/warrior_pulse.json new file mode 100644 index 000000000..b856e56e2 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/node/warrior_pulse.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/node","textures":{"layer0":"wynn/gui/ability_tree/node/warrior_pulse"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/node/white.json b/assets/minecraft/models/item/wynn/gui/ability_tree/node/white.json new file mode 100644 index 000000000..2722029f0 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/node/white.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/node","textures":{"layer0":"wynn/gui/ability_tree/node/white"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/node/white_active.json b/assets/minecraft/models/item/wynn/gui/ability_tree/node/white_active.json new file mode 100644 index 000000000..dae63c5eb --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/node/white_active.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/node","textures":{"layer0":"wynn/gui/ability_tree/node/white_active","layer1":"wynn/gui/ability_tree/node/white_shine"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/node/white_pulse.json b/assets/minecraft/models/item/wynn/gui/ability_tree/node/white_pulse.json new file mode 100644 index 000000000..b06ee8fd8 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/node/white_pulse.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/node","textures":{"layer0":"wynn/gui/ability_tree/node/white_pulse"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/node/white_shatter.json b/assets/minecraft/models/item/wynn/gui/ability_tree/node/white_shatter.json new file mode 100644 index 000000000..8564f6109 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/node/white_shatter.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/node","textures":{"layer0":"wynn/gui/ability_tree/node/white_fragment","layer1":"wynn/gui/ability_tree/node/white_shatter"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/node/yellow.json b/assets/minecraft/models/item/wynn/gui/ability_tree/node/yellow.json new file mode 100644 index 000000000..7c3afc0c3 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/node/yellow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/node","textures":{"layer0":"wynn/gui/ability_tree/node/yellow"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/node/yellow_active.json b/assets/minecraft/models/item/wynn/gui/ability_tree/node/yellow_active.json new file mode 100644 index 000000000..4593ccf8f --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/node/yellow_active.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/node","textures":{"layer0":"wynn/gui/ability_tree/node/yellow_active","layer1":"wynn/gui/ability_tree/node/yellow_shine"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/node/yellow_pulse.json b/assets/minecraft/models/item/wynn/gui/ability_tree/node/yellow_pulse.json new file mode 100644 index 000000000..a51c602d4 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/node/yellow_pulse.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/node","textures":{"layer0":"wynn/gui/ability_tree/node/yellow_pulse"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/ability_tree/node/yellow_shatter.json b/assets/minecraft/models/item/wynn/gui/ability_tree/node/yellow_shatter.json new file mode 100644 index 000000000..57e2545df --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/ability_tree/node/yellow_shatter.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/ability_tree/node","textures":{"layer0":"wynn/gui/ability_tree/node/yellow_fragment","layer1":"wynn/gui/ability_tree/node/yellow_shatter"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/bank/liquid_storage.json b/assets/minecraft/models/item/wynn/gui/bank/liquid_storage.json new file mode 100644 index 000000000..5988294d7 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/bank/liquid_storage.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/bank/liquid_storage"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/bank/restock.json b/assets/minecraft/models/item/wynn/gui/bank/restock.json new file mode 100644 index 000000000..4617e1f0d --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/bank/restock.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/bank/restock"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/bank/stash.json b/assets/minecraft/models/item/wynn/gui/bank/stash.json new file mode 100644 index 000000000..e20bbf28d --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/bank/stash.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/bank/stash"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/bank/toggle_account.json b/assets/minecraft/models/item/wynn/gui/bank/toggle_account.json new file mode 100644 index 000000000..46ca5aeaf --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/bank/toggle_account.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/bank/toggle_account"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/bank/toggle_character.json b/assets/minecraft/models/item/wynn/gui/bank/toggle_character.json new file mode 100644 index 000000000..2e812056a --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/bank/toggle_character.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/bank/toggle_character"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/beacon/blue.json b/assets/minecraft/models/item/wynn/gui/beacon/blue.json new file mode 100644 index 000000000..dbd5ace07 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/beacon/blue.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/beacon","textures":{"0":"wynn/gui/beacon/blue","particle":"wynn/gui/beacon/blue"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/beacon/cyan.json b/assets/minecraft/models/item/wynn/gui/beacon/cyan.json new file mode 100644 index 000000000..88426f511 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/beacon/cyan.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/beacon","textures":{"0":"wynn/gui/beacon/cyan","particle":"wynn/gui/beacon/cyan"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/beacon/dark_gray.json b/assets/minecraft/models/item/wynn/gui/beacon/dark_gray.json new file mode 100644 index 000000000..2d68f9bd3 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/beacon/dark_gray.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/beacon","textures":{"0":"wynn/gui/beacon/dark_gray","particle":"wynn/gui/beacon/dark_gray"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/beacon/gray.json b/assets/minecraft/models/item/wynn/gui/beacon/gray.json new file mode 100644 index 000000000..ad892081b --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/beacon/gray.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/beacon","textures":{"0":"wynn/gui/beacon/gray","particle":"wynn/gui/beacon/gray"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/beacon/green.json b/assets/minecraft/models/item/wynn/gui/beacon/green.json new file mode 100644 index 000000000..b6bbe125e --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/beacon/green.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/beacon","textures":{"0":"wynn/gui/beacon/green","particle":"wynn/gui/beacon/green"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/beacon/orange.json b/assets/minecraft/models/item/wynn/gui/beacon/orange.json new file mode 100644 index 000000000..f5e3dae14 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/beacon/orange.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/beacon","textures":{"0":"wynn/gui/beacon/orange","particle":"wynn/gui/beacon/orange"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/beacon/pink.json b/assets/minecraft/models/item/wynn/gui/beacon/pink.json new file mode 100644 index 000000000..38cd0a224 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/beacon/pink.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/beacon","textures":{"0":"wynn/gui/beacon/pink","particle":"wynn/gui/beacon/pink"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/beacon/purple.json b/assets/minecraft/models/item/wynn/gui/beacon/purple.json new file mode 100644 index 000000000..cd335cb8b --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/beacon/purple.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/beacon","textures":{"0":"wynn/gui/beacon/purple","particle":"wynn/gui/beacon/purple"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/beacon/rainbow.json b/assets/minecraft/models/item/wynn/gui/beacon/rainbow.json new file mode 100644 index 000000000..f8ae62bce --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/beacon/rainbow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/beacon","textures":{"0":"wynn/gui/beacon/rainbow","particle":"wynn/gui/beacon/rainbow"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/beacon/red.json b/assets/minecraft/models/item/wynn/gui/beacon/red.json new file mode 100644 index 000000000..68f07c297 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/beacon/red.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/beacon","textures":{"0":"wynn/gui/beacon/red","particle":"wynn/gui/beacon/red"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/beacon/white.json b/assets/minecraft/models/item/wynn/gui/beacon/white.json new file mode 100644 index 000000000..25a32606b --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/beacon/white.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/beacon","textures":{"0":"wynn/gui/beacon/white","particle":"wynn/gui/beacon/white"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/beacon/yellow.json b/assets/minecraft/models/item/wynn/gui/beacon/yellow.json new file mode 100644 index 000000000..bc50f1c6c --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/beacon/yellow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/beacon","textures":{"0":"wynn/gui/beacon/yellow","particle":"wynn/gui/beacon/yellow"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/blacksmith/arrow_down.json b/assets/minecraft/models/item/wynn/gui/blacksmith/arrow_down.json new file mode 100644 index 000000000..4d10f4bce --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/blacksmith/arrow_down.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/arrow_down_default"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/blacksmith/arrow_up.json b/assets/minecraft/models/item/wynn/gui/blacksmith/arrow_up.json new file mode 100644 index 000000000..4da603912 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/blacksmith/arrow_up.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/arrow_up_default"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/blacksmith/repair_item.json b/assets/minecraft/models/item/wynn/gui/blacksmith/repair_item.json new file mode 100644 index 000000000..3791e6d49 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/blacksmith/repair_item.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/blacksmith/repair_item"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/blacksmith/sell_item.json b/assets/minecraft/models/item/wynn/gui/blacksmith/sell_item.json new file mode 100644 index 000000000..7bbc7c0a8 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/blacksmith/sell_item.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/blacksmith/sell_item"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/arrow_down_brown.json b/assets/minecraft/models/item/wynn/gui/button/arrow_down_brown.json new file mode 100644 index 000000000..0c77f586e --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/arrow_down_brown.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/arrow_down_brown"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/arrow_down_default.json b/assets/minecraft/models/item/wynn/gui/button/arrow_down_default.json new file mode 100644 index 000000000..4d10f4bce --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/arrow_down_default.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/arrow_down_default"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/arrow_down_gray.json b/assets/minecraft/models/item/wynn/gui/button/arrow_down_gray.json new file mode 100644 index 000000000..7b046c2fe --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/arrow_down_gray.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/arrow_down_gray"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/arrow_down_green.json b/assets/minecraft/models/item/wynn/gui/button/arrow_down_green.json new file mode 100644 index 000000000..63398d460 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/arrow_down_green.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/arrow_down_green"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/arrow_down_red.json b/assets/minecraft/models/item/wynn/gui/button/arrow_down_red.json new file mode 100644 index 000000000..b95c27a36 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/arrow_down_red.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/arrow_down_red"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/arrow_down_yellow.json b/assets/minecraft/models/item/wynn/gui/button/arrow_down_yellow.json new file mode 100644 index 000000000..1f253d227 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/arrow_down_yellow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/arrow_down_yellow"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/arrow_left_brown.json b/assets/minecraft/models/item/wynn/gui/button/arrow_left_brown.json new file mode 100644 index 000000000..a62c50e2c --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/arrow_left_brown.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/arrow_left_brown"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/arrow_left_default.json b/assets/minecraft/models/item/wynn/gui/button/arrow_left_default.json new file mode 100644 index 000000000..6ada579a5 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/arrow_left_default.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/arrow_left_default"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/arrow_left_gray.json b/assets/minecraft/models/item/wynn/gui/button/arrow_left_gray.json new file mode 100644 index 000000000..c9cf90cb8 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/arrow_left_gray.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/arrow_left_gray"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/arrow_left_green.json b/assets/minecraft/models/item/wynn/gui/button/arrow_left_green.json new file mode 100644 index 000000000..375927c10 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/arrow_left_green.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/arrow_left_green"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/arrow_left_red.json b/assets/minecraft/models/item/wynn/gui/button/arrow_left_red.json new file mode 100644 index 000000000..d306ce0ac --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/arrow_left_red.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/arrow_left_red"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/arrow_left_yellow.json b/assets/minecraft/models/item/wynn/gui/button/arrow_left_yellow.json new file mode 100644 index 000000000..8e22154b2 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/arrow_left_yellow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/arrow_left_yellow"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/arrow_right_brown.json b/assets/minecraft/models/item/wynn/gui/button/arrow_right_brown.json new file mode 100644 index 000000000..9bdb69e12 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/arrow_right_brown.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/arrow_right_brown"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/arrow_right_default.json b/assets/minecraft/models/item/wynn/gui/button/arrow_right_default.json new file mode 100644 index 000000000..c9dd92b5d --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/arrow_right_default.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/arrow_right_default"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/arrow_right_gray.json b/assets/minecraft/models/item/wynn/gui/button/arrow_right_gray.json new file mode 100644 index 000000000..f59ec545e --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/arrow_right_gray.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/arrow_right_gray"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/arrow_right_green.json b/assets/minecraft/models/item/wynn/gui/button/arrow_right_green.json new file mode 100644 index 000000000..e924cd958 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/arrow_right_green.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/arrow_right_green"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/arrow_right_red.json b/assets/minecraft/models/item/wynn/gui/button/arrow_right_red.json new file mode 100644 index 000000000..3afa24c19 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/arrow_right_red.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/arrow_right_red"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/arrow_right_yellow.json b/assets/minecraft/models/item/wynn/gui/button/arrow_right_yellow.json new file mode 100644 index 000000000..1cc6f52b5 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/arrow_right_yellow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/arrow_right_yellow"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/arrow_up_brown.json b/assets/minecraft/models/item/wynn/gui/button/arrow_up_brown.json new file mode 100644 index 000000000..f8572dab6 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/arrow_up_brown.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/arrow_up_brown"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/arrow_up_default.json b/assets/minecraft/models/item/wynn/gui/button/arrow_up_default.json new file mode 100644 index 000000000..4da603912 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/arrow_up_default.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/arrow_up_default"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/arrow_up_gray.json b/assets/minecraft/models/item/wynn/gui/button/arrow_up_gray.json new file mode 100644 index 000000000..ac6eea910 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/arrow_up_gray.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/arrow_up_gray"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/arrow_up_green.json b/assets/minecraft/models/item/wynn/gui/button/arrow_up_green.json new file mode 100644 index 000000000..ed326317a --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/arrow_up_green.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/arrow_up_green"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/arrow_up_red.json b/assets/minecraft/models/item/wynn/gui/button/arrow_up_red.json new file mode 100644 index 000000000..90e6cd5d7 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/arrow_up_red.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/arrow_up_red"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/arrow_up_yellow.json b/assets/minecraft/models/item/wynn/gui/button/arrow_up_yellow.json new file mode 100644 index 000000000..ccf524b23 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/arrow_up_yellow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/arrow_up_yellow"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/cancel_default.json b/assets/minecraft/models/item/wynn/gui/button/cancel_default.json new file mode 100644 index 000000000..ea9248d32 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/cancel_default.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/cancel_default"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/cancel_gray.json b/assets/minecraft/models/item/wynn/gui/button/cancel_gray.json new file mode 100644 index 000000000..7425fadee --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/cancel_gray.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/cancel_gray"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/cancel_green.json b/assets/minecraft/models/item/wynn/gui/button/cancel_green.json new file mode 100644 index 000000000..ec4413c66 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/cancel_green.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/cancel_green"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/cancel_red.json b/assets/minecraft/models/item/wynn/gui/button/cancel_red.json new file mode 100644 index 000000000..7534198a7 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/cancel_red.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/cancel_red"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/cancel_yellow.json b/assets/minecraft/models/item/wynn/gui/button/cancel_yellow.json new file mode 100644 index 000000000..0cfeb106e --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/cancel_yellow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/cancel_yellow"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/check_default.json b/assets/minecraft/models/item/wynn/gui/button/check_default.json new file mode 100644 index 000000000..c8c7334e5 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/check_default.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/check_default"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/check_gray.json b/assets/minecraft/models/item/wynn/gui/button/check_gray.json new file mode 100644 index 000000000..e63ae1702 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/check_gray.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/check_gray"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/check_green.json b/assets/minecraft/models/item/wynn/gui/button/check_green.json new file mode 100644 index 000000000..c396eea6e --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/check_green.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/check_green"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/check_red.json b/assets/minecraft/models/item/wynn/gui/button/check_red.json new file mode 100644 index 000000000..eb8022af1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/check_red.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/check_red"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/check_yellow.json b/assets/minecraft/models/item/wynn/gui/button/check_yellow.json new file mode 100644 index 000000000..9838f4f19 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/check_yellow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/check_yellow"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/exclaim_default.json b/assets/minecraft/models/item/wynn/gui/button/exclaim_default.json new file mode 100644 index 000000000..79e0d44bb --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/exclaim_default.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/exclaim_default"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/exclaim_gray.json b/assets/minecraft/models/item/wynn/gui/button/exclaim_gray.json new file mode 100644 index 000000000..b56d4e3c8 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/exclaim_gray.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/exclaim_gray"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/exclaim_green.json b/assets/minecraft/models/item/wynn/gui/button/exclaim_green.json new file mode 100644 index 000000000..8f2d4807c --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/exclaim_green.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/exclaim_green"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/exclaim_red.json b/assets/minecraft/models/item/wynn/gui/button/exclaim_red.json new file mode 100644 index 000000000..d8f0fb41a --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/exclaim_red.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/exclaim_red"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/exclaim_yellow.json b/assets/minecraft/models/item/wynn/gui/button/exclaim_yellow.json new file mode 100644 index 000000000..1b087c682 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/exclaim_yellow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/exclaim_yellow"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/minus_default.json b/assets/minecraft/models/item/wynn/gui/button/minus_default.json new file mode 100644 index 000000000..3d69994b7 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/minus_default.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/minus_default"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/minus_gray.json b/assets/minecraft/models/item/wynn/gui/button/minus_gray.json new file mode 100644 index 000000000..b4f1275b6 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/minus_gray.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/minus_gray"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/minus_green.json b/assets/minecraft/models/item/wynn/gui/button/minus_green.json new file mode 100644 index 000000000..a8ddc6c5f --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/minus_green.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/minus_green"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/minus_red.json b/assets/minecraft/models/item/wynn/gui/button/minus_red.json new file mode 100644 index 000000000..c214b8ce6 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/minus_red.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/minus_red"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/minus_yellow.json b/assets/minecraft/models/item/wynn/gui/button/minus_yellow.json new file mode 100644 index 000000000..43191c784 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/minus_yellow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/minus_yellow"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/note_brown.json b/assets/minecraft/models/item/wynn/gui/button/note_brown.json new file mode 100644 index 000000000..6b195f901 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/note_brown.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/note_brown"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/note_default.json b/assets/minecraft/models/item/wynn/gui/button/note_default.json new file mode 100644 index 000000000..23e361308 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/note_default.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/note_default"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/note_gray.json b/assets/minecraft/models/item/wynn/gui/button/note_gray.json new file mode 100644 index 000000000..2c8834537 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/note_gray.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/note_gray"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/note_green.json b/assets/minecraft/models/item/wynn/gui/button/note_green.json new file mode 100644 index 000000000..3f1764a74 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/note_green.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/note_green"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/note_red.json b/assets/minecraft/models/item/wynn/gui/button/note_red.json new file mode 100644 index 000000000..0b597d2ad --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/note_red.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/note_red"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/note_yellow.json b/assets/minecraft/models/item/wynn/gui/button/note_yellow.json new file mode 100644 index 000000000..a72baa415 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/note_yellow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/note_yellow"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/plus_default.json b/assets/minecraft/models/item/wynn/gui/button/plus_default.json new file mode 100644 index 000000000..da48a25ed --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/plus_default.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/plus_default"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/plus_gray.json b/assets/minecraft/models/item/wynn/gui/button/plus_gray.json new file mode 100644 index 000000000..ba215a9ba --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/plus_gray.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/plus_gray"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/plus_green.json b/assets/minecraft/models/item/wynn/gui/button/plus_green.json new file mode 100644 index 000000000..16768ad16 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/plus_green.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/plus_green"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/plus_red.json b/assets/minecraft/models/item/wynn/gui/button/plus_red.json new file mode 100644 index 000000000..44c9d885f --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/plus_red.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/plus_red"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/plus_yellow.json b/assets/minecraft/models/item/wynn/gui/button/plus_yellow.json new file mode 100644 index 000000000..7541c14da --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/plus_yellow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/plus_yellow"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/refresh_default.json b/assets/minecraft/models/item/wynn/gui/button/refresh_default.json new file mode 100644 index 000000000..e579cb5bc --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/refresh_default.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/refresh_default"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/refresh_gray.json b/assets/minecraft/models/item/wynn/gui/button/refresh_gray.json new file mode 100644 index 000000000..34a500db1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/refresh_gray.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/refresh_gray"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/refresh_green.json b/assets/minecraft/models/item/wynn/gui/button/refresh_green.json new file mode 100644 index 000000000..b7392297e --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/refresh_green.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/refresh_green"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/refresh_red.json b/assets/minecraft/models/item/wynn/gui/button/refresh_red.json new file mode 100644 index 000000000..b15ae7ba9 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/refresh_red.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/refresh_red"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/button/refresh_yellow.json b/assets/minecraft/models/item/wynn/gui/button/refresh_yellow.json new file mode 100644 index 000000000..0541c75e1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/button/refresh_yellow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/refresh_yellow"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_info/ability_tree.json b/assets/minecraft/models/item/wynn/gui/character_info/ability_tree.json new file mode 100644 index 000000000..18e9afe42 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_info/ability_tree.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/48","textures":{"layer0":"wynn/gui/character_info/ability_tree","layer1":"wynn/gui/character_info/blink"},"display":{"gui":{"rotation":[0,0,0],"translation":[0.5,0,0],"scale":[2,2,2]},"fixed":{"rotation":[0,0,0],"translation":[0,0,-1],"scale":[2,2,2.05]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_info/book_agility.json b/assets/minecraft/models/item/wynn/gui/character_info/book_agility.json new file mode 100644 index 000000000..624596780 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_info/book_agility.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/character_info/book_agility"},"display":{"gui":{"translation":[-2,0,0]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_info/book_defense.json b/assets/minecraft/models/item/wynn/gui/character_info/book_defense.json new file mode 100644 index 000000000..5a02924c0 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_info/book_defense.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/character_info/book_defense"},"display":{"gui":{"translation":[-1,0,0]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_info/book_dexterity.json b/assets/minecraft/models/item/wynn/gui/character_info/book_dexterity.json new file mode 100644 index 000000000..e01d912f9 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_info/book_dexterity.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/character_info/book_dexterity"},"display":{"gui":{"translation":[1,0,0]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_info/book_intelligence.json b/assets/minecraft/models/item/wynn/gui/character_info/book_intelligence.json new file mode 100644 index 000000000..3c986da90 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_info/book_intelligence.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/character_info/book_intelligence"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_info/book_strength.json b/assets/minecraft/models/item/wynn/gui/character_info/book_strength.json new file mode 100644 index 000000000..d3d578da5 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_info/book_strength.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/character_info/book_strength"},"display":{"gui":{"translation":[2,0,0]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_info/skill_crystal.json b/assets/minecraft/models/item/wynn/gui/character_info/skill_crystal.json new file mode 100644 index 000000000..7d356d039 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_info/skill_crystal.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/character_info/skill_crystal","layer1":"wynn/weapon/anim/glint_s"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_select/cancel_deletion.json b/assets/minecraft/models/item/wynn/gui/character_select/cancel_deletion.json new file mode 100644 index 000000000..5ca3cdede --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_select/cancel_deletion.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/character_select/cancel_deletion"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_select/change_scene.json b/assets/minecraft/models/item/wynn/gui/character_select/change_scene.json new file mode 100644 index 000000000..12819035c --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_select/change_scene.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/64","textures":{"layer0":"wynn/gui/character_select/change_scene"},"display":{"gui":{"translation":[36,0,0],"scale":[4,4,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_select/character_backups.json b/assets/minecraft/models/item/wynn/gui/character_select/character_backups.json new file mode 100644 index 000000000..84c957b26 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_select/character_backups.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/character_select/character_backups"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_select/craftsman.json b/assets/minecraft/models/item/wynn/gui/character_select/craftsman.json new file mode 100644 index 000000000..9677a387a --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_select/craftsman.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/64","textures":{"layer0":"wynn/gui/character_select/craftsman"},"display":{"gui":{"translation":[16,-20,0],"scale":[4,4,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_select/craftsman_disabled.json b/assets/minecraft/models/item/wynn/gui/character_select/craftsman_disabled.json new file mode 100644 index 000000000..7791bc67f --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_select/craftsman_disabled.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/64","textures":{"layer0":"wynn/gui/character_select/craftsman_disabled"},"display":{"gui":{"translation":[16,-20,0],"scale":[4,4,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_select/create.json b/assets/minecraft/models/item/wynn/gui/character_select/create.json new file mode 100644 index 000000000..16768ad16 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_select/create.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/plus_green"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_select/customize.json b/assets/minecraft/models/item/wynn/gui/character_select/customize.json new file mode 100644 index 000000000..719022cd4 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_select/customize.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/character_select/customize"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_select/delete_character.json b/assets/minecraft/models/item/wynn/gui/character_select/delete_character.json new file mode 100644 index 000000000..8b93eb807 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_select/delete_character.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/character_select/delete_character"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_select/edit_icon.json b/assets/minecraft/models/item/wynn/gui/character_select/edit_icon.json new file mode 100644 index 000000000..6b00d52f3 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_select/edit_icon.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/64","textures":{"layer0":"wynn/gui/character_select/edit_icon"},"display":{"gui":{"translation":[36,0,0],"scale":[4,4,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_select/edit_nickname.json b/assets/minecraft/models/item/wynn/gui/character_select/edit_nickname.json new file mode 100644 index 000000000..67a598957 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_select/edit_nickname.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/64","textures":{"layer0":"wynn/gui/character_select/edit_nickname"},"display":{"gui":{"translation":[36,0,0],"scale":[4,4,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_select/hardcore.json b/assets/minecraft/models/item/wynn/gui/character_select/hardcore.json new file mode 100644 index 000000000..d96b22189 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_select/hardcore.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/64","textures":{"layer0":"wynn/gui/character_select/hardcore"},"display":{"gui":{"translation":[16,-20,0],"scale":[4,4,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_select/hardcore_disabled.json b/assets/minecraft/models/item/wynn/gui/character_select/hardcore_disabled.json new file mode 100644 index 000000000..400503355 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_select/hardcore_disabled.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/64","textures":{"layer0":"wynn/gui/character_select/hardcore_disabled"},"display":{"gui":{"translation":[16,-20,0],"scale":[4,4,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_select/hunted.json b/assets/minecraft/models/item/wynn/gui/character_select/hunted.json new file mode 100644 index 000000000..dc4417793 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_select/hunted.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/64","textures":{"layer0":"wynn/gui/character_select/hunted"},"display":{"gui":{"translation":[16,-20,0],"scale":[4,4,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_select/hunted_disabled.json b/assets/minecraft/models/item/wynn/gui/character_select/hunted_disabled.json new file mode 100644 index 000000000..ac9a557d7 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_select/hunted_disabled.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/64","textures":{"layer0":"wynn/gui/character_select/hunted_disabled"},"display":{"gui":{"translation":[16,-20,0],"scale":[4,4,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_select/icon/archer.json b/assets/minecraft/models/item/wynn/gui/character_select/icon/archer.json new file mode 100644 index 000000000..bf3e45207 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_select/icon/archer.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/character_select/icon/archer_background","layer1":"wynn/gui/character_select/icon/archer"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_select/icon/assassin.json b/assets/minecraft/models/item/wynn/gui/character_select/icon/assassin.json new file mode 100644 index 000000000..ac2d20f95 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_select/icon/assassin.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/character_select/icon/assassin_background","layer1":"wynn/gui/character_select/icon/assassin"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_select/icon/dark_wizard.json b/assets/minecraft/models/item/wynn/gui/character_select/icon/dark_wizard.json new file mode 100644 index 000000000..75bbc70ad --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_select/icon/dark_wizard.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/character_select/icon/dark_wizard_background","layer1":"wynn/gui/character_select/icon/dark_wizard"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_select/icon/hunter.json b/assets/minecraft/models/item/wynn/gui/character_select/icon/hunter.json new file mode 100644 index 000000000..4151dc48b --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_select/icon/hunter.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/character_select/icon/hunter_background","layer1":"wynn/gui/character_select/icon/hunter"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_select/icon/knight.json b/assets/minecraft/models/item/wynn/gui/character_select/icon/knight.json new file mode 100644 index 000000000..9d52b9a45 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_select/icon/knight.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/character_select/icon/knight_background","layer1":"wynn/gui/character_select/icon/knight"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_select/icon/mage.json b/assets/minecraft/models/item/wynn/gui/character_select/icon/mage.json new file mode 100644 index 000000000..8b7324ae8 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_select/icon/mage.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/character_select/icon/mage_background","layer1":"wynn/gui/character_select/icon/mage"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_select/icon/ninja.json b/assets/minecraft/models/item/wynn/gui/character_select/icon/ninja.json new file mode 100644 index 000000000..e2424dee9 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_select/icon/ninja.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/character_select/icon/ninja_background","layer1":"wynn/gui/character_select/icon/ninja"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_select/icon/pending_deletion.json b/assets/minecraft/models/item/wynn/gui/character_select/icon/pending_deletion.json new file mode 100644 index 000000000..05407e331 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_select/icon/pending_deletion.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/character_select/icon/pending_deletion"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_select/icon/shaman.json b/assets/minecraft/models/item/wynn/gui/character_select/icon/shaman.json new file mode 100644 index 000000000..8bf3091bb --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_select/icon/shaman.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/character_select/icon/shaman_background","layer1":"wynn/gui/character_select/icon/shaman"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_select/icon/skyseer.json b/assets/minecraft/models/item/wynn/gui/character_select/icon/skyseer.json new file mode 100644 index 000000000..65341ca33 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_select/icon/skyseer.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/character_select/icon/skyseer_background","layer1":"wynn/gui/character_select/icon/skyseer"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_select/icon/warrior.json b/assets/minecraft/models/item/wynn/gui/character_select/icon/warrior.json new file mode 100644 index 000000000..345fc9186 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_select/icon/warrior.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/character_select/icon/warrior_background","layer1":"wynn/gui/character_select/icon/warrior"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_select/ironman.json b/assets/minecraft/models/item/wynn/gui/character_select/ironman.json new file mode 100644 index 000000000..02b324325 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_select/ironman.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/64","textures":{"layer0":"wynn/gui/character_select/ironman"},"display":{"gui":{"translation":[16,-20,0],"scale":[4,4,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_select/ironman_disabled.json b/assets/minecraft/models/item/wynn/gui/character_select/ironman_disabled.json new file mode 100644 index 000000000..44fbb1d3b --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_select/ironman_disabled.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/64","textures":{"layer0":"wynn/gui/character_select/ironman_disabled"},"display":{"gui":{"translation":[16,-20,0],"scale":[4,4,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_select/locked_slot.json b/assets/minecraft/models/item/wynn/gui/character_select/locked_slot.json new file mode 100644 index 000000000..dc3fd9d16 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_select/locked_slot.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/character_select/locked_slot"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_select/palette.json b/assets/minecraft/models/item/wynn/gui/character_select/palette.json new file mode 100644 index 000000000..132308692 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_select/palette.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/character_select/palette"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_select/palette_locked.json b/assets/minecraft/models/item/wynn/gui/character_select/palette_locked.json new file mode 100644 index 000000000..b292367f1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_select/palette_locked.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/character_select/palette","layer1":"wynn/gui/character_select/locked_slot"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_select/palette_selected.json b/assets/minecraft/models/item/wynn/gui/character_select/palette_selected.json new file mode 100644 index 000000000..342112518 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_select/palette_selected.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/character_select/palette","layer1":"wynn/gui/character_select/selected"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_select/reskin_class.json b/assets/minecraft/models/item/wynn/gui/character_select/reskin_class.json new file mode 100644 index 000000000..b0302ba35 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_select/reskin_class.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/64","textures":{"layer0":"wynn/gui/character_select/reskin_class"},"display":{"gui":{"translation":[16,-20,0],"scale":[4,4,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_select/select_gamemodes.json b/assets/minecraft/models/item/wynn/gui/character_select/select_gamemodes.json new file mode 100644 index 000000000..dcec892db --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_select/select_gamemodes.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/64","textures":{"layer0":"wynn/gui/character_select/select_gamemodes"},"display":{"gui":{"translation":[16,-20,0],"scale":[4,4,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_select/select_reskin.json b/assets/minecraft/models/item/wynn/gui/character_select/select_reskin.json new file mode 100644 index 000000000..eb7cddb26 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_select/select_reskin.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/64","textures":{"layer0":"wynn/gui/character_select/select_reskin"},"display":{"gui":{"translation":[16,-20,0],"scale":[4,4,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_select/set_favorite.json b/assets/minecraft/models/item/wynn/gui/character_select/set_favorite.json new file mode 100644 index 000000000..0a86b6b51 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_select/set_favorite.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/64","textures":{"layer0":"wynn/gui/character_select/set_favorite"},"display":{"gui":{"translation":[16,-20,0],"scale":[4,4,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_select/set_nickname.json b/assets/minecraft/models/item/wynn/gui/character_select/set_nickname.json new file mode 100644 index 000000000..4d20a18bd --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_select/set_nickname.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/64","textures":{"layer0":"wynn/gui/character_select/set_nickname"},"display":{"gui":{"translation":[16,-20,0],"scale":[4,4,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_select/toggle_music.json b/assets/minecraft/models/item/wynn/gui/character_select/toggle_music.json new file mode 100644 index 000000000..23e361308 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_select/toggle_music.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/note_default"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_select/toggle_music_disabled.json b/assets/minecraft/models/item/wynn/gui/character_select/toggle_music_disabled.json new file mode 100644 index 000000000..cb9678866 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_select/toggle_music_disabled.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/note_default","layer1":"wynn/gui/character_select/disabled"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_select/toggle_select.json b/assets/minecraft/models/item/wynn/gui/character_select/toggle_select.json new file mode 100644 index 000000000..24daf0aba --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_select/toggle_select.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/character_select/toggle_select"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_select/toggle_select_disabled.json b/assets/minecraft/models/item/wynn/gui/character_select/toggle_select_disabled.json new file mode 100644 index 000000000..bbdd7bd0e --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_select/toggle_select_disabled.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/character_select/toggle_select","layer1":"wynn/gui/character_select/disabled"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/character_select/unset_favorite.json b/assets/minecraft/models/item/wynn/gui/character_select/unset_favorite.json new file mode 100644 index 000000000..915954336 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/character_select/unset_favorite.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/64","textures":{"layer0":"wynn/gui/character_select/unset_favorite"},"display":{"gui":{"translation":[16,-20,0],"scale":[4,4,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/column.json b/assets/minecraft/models/item/wynn/gui/column.json new file mode 100644 index 000000000..0fdf4381e --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/column.json @@ -0,0 +1 @@ +{"parent":"item/wynn/gui/tile","textures":{"texture":"wynn/gui/column"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/content_book/arrow_down.json b/assets/minecraft/models/item/wynn/gui/content_book/arrow_down.json new file mode 100644 index 000000000..4d10f4bce --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/content_book/arrow_down.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/arrow_down_default"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/content_book/arrow_up.json b/assets/minecraft/models/item/wynn/gui/content_book/arrow_up.json new file mode 100644 index 000000000..4da603912 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/content_book/arrow_up.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/arrow_up_default"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/content_book/boss_altar_active.json b/assets/minecraft/models/item/wynn/gui/content_book/boss_altar_active.json new file mode 100644 index 000000000..0a4d966bf --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/content_book/boss_altar_active.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/content_book/boss_altar_active"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/content_book/boss_altar_locked.json b/assets/minecraft/models/item/wynn/gui/content_book/boss_altar_locked.json new file mode 100644 index 000000000..cab9e4866 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/content_book/boss_altar_locked.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/content_book/boss_altar_locked"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/content_book/boss_altar_tracked.json b/assets/minecraft/models/item/wynn/gui/content_book/boss_altar_tracked.json new file mode 100644 index 000000000..13848c161 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/content_book/boss_altar_tracked.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/content_book/boss_altar_tracked"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/content_book/cave_active.json b/assets/minecraft/models/item/wynn/gui/content_book/cave_active.json new file mode 100644 index 000000000..734e583c4 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/content_book/cave_active.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/content_book/cave_active"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/content_book/cave_locked.json b/assets/minecraft/models/item/wynn/gui/content_book/cave_locked.json new file mode 100644 index 000000000..f6ccdf4bd --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/content_book/cave_locked.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/content_book/cave_locked"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/content_book/cave_tracked.json b/assets/minecraft/models/item/wynn/gui/content_book/cave_tracked.json new file mode 100644 index 000000000..d5978d89a --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/content_book/cave_tracked.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/content_book/cave_tracked"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/content_book/complete.json b/assets/minecraft/models/item/wynn/gui/content_book/complete.json new file mode 100644 index 000000000..48792789b --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/content_book/complete.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/content_book/complete"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/content_book/dialogue_history.json b/assets/minecraft/models/item/wynn/gui/content_book/dialogue_history.json new file mode 100644 index 000000000..7440720df --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/content_book/dialogue_history.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/content_book/dialogue_history"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/content_book/discovery_active.json b/assets/minecraft/models/item/wynn/gui/content_book/discovery_active.json new file mode 100644 index 000000000..772a4b900 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/content_book/discovery_active.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/content_book/discovery_active"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/content_book/discovery_locked.json b/assets/minecraft/models/item/wynn/gui/content_book/discovery_locked.json new file mode 100644 index 000000000..e2f76cd4d --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/content_book/discovery_locked.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/content_book/discovery_locked"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/content_book/discovery_tracked.json b/assets/minecraft/models/item/wynn/gui/content_book/discovery_tracked.json new file mode 100644 index 000000000..38a805910 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/content_book/discovery_tracked.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/content_book/discovery_tracked"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/content_book/dungeon_active.json b/assets/minecraft/models/item/wynn/gui/content_book/dungeon_active.json new file mode 100644 index 000000000..25e1fdf4d --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/content_book/dungeon_active.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/content_book/dungeon_active"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/content_book/dungeon_locked.json b/assets/minecraft/models/item/wynn/gui/content_book/dungeon_locked.json new file mode 100644 index 000000000..e4271acc4 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/content_book/dungeon_locked.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/content_book/dungeon_locked"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/content_book/dungeon_tracked.json b/assets/minecraft/models/item/wynn/gui/content_book/dungeon_tracked.json new file mode 100644 index 000000000..8f6ad2d33 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/content_book/dungeon_tracked.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/content_book/dungeon_tracked"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/content_book/filter.json b/assets/minecraft/models/item/wynn/gui/content_book/filter.json new file mode 100644 index 000000000..2a6db358b --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/content_book/filter.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/content_book/filter"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/content_book/locked.json b/assets/minecraft/models/item/wynn/gui/content_book/locked.json new file mode 100644 index 000000000..0ff60b4ab --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/content_book/locked.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/content_book/locked"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/content_book/loot_camp_active.json b/assets/minecraft/models/item/wynn/gui/content_book/loot_camp_active.json new file mode 100644 index 000000000..a47d16777 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/content_book/loot_camp_active.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/content_book/loot_camp_active"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/content_book/loot_camp_locked.json b/assets/minecraft/models/item/wynn/gui/content_book/loot_camp_locked.json new file mode 100644 index 000000000..e85d26711 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/content_book/loot_camp_locked.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/content_book/loot_camp_locked"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/content_book/loot_camp_tracked.json b/assets/minecraft/models/item/wynn/gui/content_book/loot_camp_tracked.json new file mode 100644 index 000000000..7a16b0f82 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/content_book/loot_camp_tracked.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/content_book/loot_camp_tracked"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/content_book/mini_quest_active.json b/assets/minecraft/models/item/wynn/gui/content_book/mini_quest_active.json new file mode 100644 index 000000000..4b0f1c3ab --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/content_book/mini_quest_active.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/content_book/mini_quest_active"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/content_book/mini_quest_locked.json b/assets/minecraft/models/item/wynn/gui/content_book/mini_quest_locked.json new file mode 100644 index 000000000..5645f93cf --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/content_book/mini_quest_locked.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/content_book/mini_quest_locked"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/content_book/mini_quest_tracked.json b/assets/minecraft/models/item/wynn/gui/content_book/mini_quest_tracked.json new file mode 100644 index 000000000..be725d945 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/content_book/mini_quest_tracked.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/content_book/mini_quest_tracked"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/content_book/progress.json b/assets/minecraft/models/item/wynn/gui/content_book/progress.json new file mode 100644 index 000000000..2298911e9 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/content_book/progress.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/content_book/progress"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/content_book/quest_active.json b/assets/minecraft/models/item/wynn/gui/content_book/quest_active.json new file mode 100644 index 000000000..2e3620f72 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/content_book/quest_active.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/content_book/quest_active"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/content_book/quest_locked.json b/assets/minecraft/models/item/wynn/gui/content_book/quest_locked.json new file mode 100644 index 000000000..b2afc1882 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/content_book/quest_locked.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/content_book/quest_locked"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/content_book/quest_tracked.json b/assets/minecraft/models/item/wynn/gui/content_book/quest_tracked.json new file mode 100644 index 000000000..8e2a4bacd --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/content_book/quest_tracked.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/content_book/quest_tracked"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/content_book/raid_active.json b/assets/minecraft/models/item/wynn/gui/content_book/raid_active.json new file mode 100644 index 000000000..0f6036cf0 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/content_book/raid_active.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/content_book/raid_active"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/content_book/raid_locked.json b/assets/minecraft/models/item/wynn/gui/content_book/raid_locked.json new file mode 100644 index 000000000..edd7daff4 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/content_book/raid_locked.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/content_book/raid_locked"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/content_book/raid_tracked.json b/assets/minecraft/models/item/wynn/gui/content_book/raid_tracked.json new file mode 100644 index 000000000..8b95a1638 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/content_book/raid_tracked.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/content_book/raid_tracked"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/content_book/sort.json b/assets/minecraft/models/item/wynn/gui/content_book/sort.json new file mode 100644 index 000000000..e579cb5bc --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/content_book/sort.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/button/refresh_default"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/content_book/story_quest_active.json b/assets/minecraft/models/item/wynn/gui/content_book/story_quest_active.json new file mode 100644 index 000000000..4b3574be2 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/content_book/story_quest_active.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/content_book/story_quest_active"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/content_book/story_quest_locked.json b/assets/minecraft/models/item/wynn/gui/content_book/story_quest_locked.json new file mode 100644 index 000000000..69470f0cb --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/content_book/story_quest_locked.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/content_book/story_quest_locked"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/content_book/story_quest_tracked.json b/assets/minecraft/models/item/wynn/gui/content_book/story_quest_tracked.json new file mode 100644 index 000000000..ae3a93e17 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/content_book/story_quest_tracked.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/content_book/story_quest_tracked"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/content_book/world_event_active.json b/assets/minecraft/models/item/wynn/gui/content_book/world_event_active.json new file mode 100644 index 000000000..0ca7b48d8 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/content_book/world_event_active.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/content_book/world_event_active"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/content_book/world_event_complete.json b/assets/minecraft/models/item/wynn/gui/content_book/world_event_complete.json new file mode 100644 index 000000000..693a7bd1a --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/content_book/world_event_complete.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/content_book/world_event_complete"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/content_book/world_event_locked.json b/assets/minecraft/models/item/wynn/gui/content_book/world_event_locked.json new file mode 100644 index 000000000..0a50bb742 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/content_book/world_event_locked.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/content_book/world_event_locked"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/content_book/world_event_tracked.json b/assets/minecraft/models/item/wynn/gui/content_book/world_event_tracked.json new file mode 100644 index 000000000..7572d7122 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/content_book/world_event_tracked.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/content_book/world_event_tracked"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/crafting/arrow_down.json b/assets/minecraft/models/item/wynn/gui/crafting/arrow_down.json new file mode 100644 index 000000000..7b995c5ca --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/crafting/arrow_down.json @@ -0,0 +1 @@ +{"parent":"builtin/generated","textures":{"layer0":"wynn/gui/crafting/arrow_down"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/crafting/arrow_up.json b/assets/minecraft/models/item/wynn/gui/crafting/arrow_up.json new file mode 100644 index 000000000..7b281eced --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/crafting/arrow_up.json @@ -0,0 +1 @@ +{"parent":"builtin/generated","textures":{"layer0":"wynn/gui/crafting/arrow_up"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/crafting/column_offset.json b/assets/minecraft/models/item/wynn/gui/crafting/column_offset.json new file mode 100644 index 000000000..0412f63f7 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/crafting/column_offset.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/48","textures":{"layer0":"wynn/gui/crafting/column_offset"},"display":{"gui":{"rotation":[0,0,0],"translation":[48,18,-25],"scale":[6,6,1]},"fixed":{"scale":[2,2,2],"rotation":[0,180,0],"translation":[0,0,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/crafting/item_slot.json b/assets/minecraft/models/item/wynn/gui/crafting/item_slot.json new file mode 100644 index 000000000..00c3e351d --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/crafting/item_slot.json @@ -0,0 +1 @@ +{"parent":"builtin/generated","textures":{"layer0":"wynn/gui/crafting/item_slot"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/crafting/main.json b/assets/minecraft/models/item/wynn/gui/crafting/main.json new file mode 100644 index 000000000..77bcc0679 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/crafting/main.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/48","textures":{"layer0":"wynn/gui/crafting/columns"},"display":{"gui":{"rotation":[0,0,0],"translation":[0,-18,-25],"scale":[6,6,1]},"fixed":{"scale":[2,2,2],"rotation":[0,180,0],"translation":[0,0,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/crafting/material_slot.json b/assets/minecraft/models/item/wynn/gui/crafting/material_slot.json new file mode 100644 index 000000000..c53c777c4 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/crafting/material_slot.json @@ -0,0 +1 @@ +{"parent":"builtin/generated","textures":{"layer0":"wynn/gui/crafting/material_slot"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/equipment_slot.json b/assets/minecraft/models/item/wynn/gui/equipment_slot.json new file mode 100644 index 000000000..b8dcf6285 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/equipment_slot.json @@ -0,0 +1 @@ +{"parent":"item/handheld","textures":{"layer0":"wynn/gui/equipment_slot"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/item_identifier/augment_item.json b/assets/minecraft/models/item/wynn/gui/item_identifier/augment_item.json new file mode 100644 index 000000000..9d88425c7 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/item_identifier/augment_item.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/item_identifier/augment_item"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/item_identifier/identify_item.json b/assets/minecraft/models/item/wynn/gui/item_identifier/identify_item.json new file mode 100644 index 000000000..3d0d133e5 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/item_identifier/identify_item.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/item_identifier/identify_item"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/lootrun/boon_option.json b/assets/minecraft/models/item/wynn/gui/lootrun/boon_option.json new file mode 100644 index 000000000..dbcb6f64d --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/lootrun/boon_option.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/lootrun/boon_option"},"display":{"gui":{"translation":[0,19,-24],"scale":[2,2,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/lootrun/mission_buff.json b/assets/minecraft/models/item/wynn/gui/lootrun/mission_buff.json new file mode 100644 index 000000000..cccb7d2f9 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/lootrun/mission_buff.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/mission","textures":{"0":"wynn/gui/lootrun/mission_buff","1":"wynn/gui/lootrun/mission_glint","particle":"wynn/gui/lootrun/mission_buff"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/lootrun/mission_curse.json b/assets/minecraft/models/item/wynn/gui/lootrun/mission_curse.json new file mode 100644 index 000000000..05ebfad08 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/lootrun/mission_curse.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/mission","textures":{"0":"wynn/gui/lootrun/mission_curse","1":"wynn/gui/lootrun/mission_glint","particle":"wynn/gui/lootrun/mission_curse"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/lootrun/mission_hunt.json b/assets/minecraft/models/item/wynn/gui/lootrun/mission_hunt.json new file mode 100644 index 000000000..5369c92d8 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/lootrun/mission_hunt.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/mission","textures":{"0":"wynn/gui/lootrun/mission_hunt","1":"wynn/gui/lootrun/mission_glint","particle":"wynn/gui/lootrun/mission_hunt"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/lootrun/mission_life.json b/assets/minecraft/models/item/wynn/gui/lootrun/mission_life.json new file mode 100644 index 000000000..471ea060a --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/lootrun/mission_life.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/mission","textures":{"0":"wynn/gui/lootrun/mission_life","1":"wynn/gui/lootrun/mission_glint","particle":"wynn/gui/lootrun/mission_life"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/lootrun/mission_loot.json b/assets/minecraft/models/item/wynn/gui/lootrun/mission_loot.json new file mode 100644 index 000000000..b62a73b19 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/lootrun/mission_loot.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/mission","textures":{"0":"wynn/gui/lootrun/mission_loot","1":"wynn/gui/lootrun/mission_glint","particle":"wynn/gui/lootrun/mission_loot"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/lootrun/sigil.json b/assets/minecraft/models/item/wynn/gui/lootrun/sigil.json new file mode 100644 index 000000000..5f42cd47c --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/lootrun/sigil.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/48","textures":{"layer0":"wynn/gui/lootrun/sigil"},"display":{"gui":{"translation":[-18,4,-24],"scale":[3,3,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/lootrun/start_normal.json b/assets/minecraft/models/item/wynn/gui/lootrun/start_normal.json new file mode 100644 index 000000000..d841e6026 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/lootrun/start_normal.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/64","textures":{"layer0":"wynn/gui/lootrun/button_normal","layer1":"wynn/gui/lootrun/button_start"},"display":{"gui":{"translation":[-14,-58,0],"scale":[4,4,4]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/lootrun/start_special.json b/assets/minecraft/models/item/wynn/gui/lootrun/start_special.json new file mode 100644 index 000000000..c5e237b51 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/lootrun/start_special.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/64","textures":{"layer0":"wynn/gui/lootrun/button_special","layer1":"wynn/gui/lootrun/button_start"},"display":{"gui":{"translation":[-14,-58,0],"scale":[4,4,4]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/mastery_tome/locked_slot.json b/assets/minecraft/models/item/wynn/gui/mastery_tome/locked_slot.json new file mode 100644 index 000000000..b5b516efe --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/mastery_tome/locked_slot.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/mastery_tome/locked_slot"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/powder_master/infuse_item.json b/assets/minecraft/models/item/wynn/gui/powder_master/infuse_item.json new file mode 100644 index 000000000..fabb74b65 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/powder_master/infuse_item.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/powder/small_water","layer1":"wynn/gui/powder_master/infuse_item"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/powder_master/infuse_item_active.json b/assets/minecraft/models/item/wynn/gui/powder_master/infuse_item_active.json new file mode 100644 index 000000000..d108b6f4f --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/powder_master/infuse_item_active.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/powder/small_thunder","layer1":"wynn/gui/powder_master/infuse_item"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/powder_master/remove_item.json b/assets/minecraft/models/item/wynn/gui/powder_master/remove_item.json new file mode 100644 index 000000000..0d77cad2a --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/powder_master/remove_item.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/powder/small_water","layer1":"wynn/gui/powder_master/remove_item"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/powder_master/remove_item_active.json b/assets/minecraft/models/item/wynn/gui/powder_master/remove_item_active.json new file mode 100644 index 000000000..cc91823e2 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/powder_master/remove_item_active.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/powder/small_thunder","layer1":"wynn/gui/powder_master/remove_item"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/powder_master/upgrade_item.json b/assets/minecraft/models/item/wynn/gui/powder_master/upgrade_item.json new file mode 100644 index 000000000..dfc03ddd1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/powder_master/upgrade_item.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/powder/small_water","layer1":"wynn/gui/powder_master/upgrade_item"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/powder_master/upgrade_item_active.json b/assets/minecraft/models/item/wynn/gui/powder_master/upgrade_item_active.json new file mode 100644 index 000000000..0817031a6 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/powder_master/upgrade_item_active.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/powder/small_thunder","layer1":"wynn/gui/powder_master/upgrade_item"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/raid/gambit.json b/assets/minecraft/models/item/wynn/gui/raid/gambit.json new file mode 100644 index 000000000..fe2a0d936 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/raid/gambit.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/raid/gambit","layer1":"wynn/gui/raid/gambit_l"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/raid/gambit_a.json b/assets/minecraft/models/item/wynn/gui/raid/gambit_a.json new file mode 100644 index 000000000..3e80b7782 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/raid/gambit_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/raid/gambit_a","layer1":"wynn/gui/raid/gambit_o","layer2":"wynn/gui/raid/gambit_g","layer3":"wynn/gui/raid/gambit_l"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/raid/head.json b/assets/minecraft/models/item/wynn/gui/raid/head.json new file mode 100644 index 000000000..191a57e80 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/raid/head.json @@ -0,0 +1 @@ +{"parent":"builtin/entity","gui_light":"front","textures":{"particle":"block/soul_sand"},"display":{"gui":{"translation":[0,6,0],"scale":[1.5,1.5,1.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/raid/ready_invalid.json b/assets/minecraft/models/item/wynn/gui/raid/ready_invalid.json new file mode 100644 index 000000000..e8df6da3b --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/raid/ready_invalid.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/64","textures":{"layer0":"wynn/gui/raid/button_normal","layer1":"wynn/gui/raid/ready_invalid"},"display":{"gui":{"translation":[-14,-58,0],"scale":[4,4,4]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/raid/ready_normal.json b/assets/minecraft/models/item/wynn/gui/raid/ready_normal.json new file mode 100644 index 000000000..13f69a621 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/raid/ready_normal.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/64","textures":{"layer0":"wynn/gui/raid/button_normal","layer1":"wynn/gui/raid/ready_normal"},"display":{"gui":{"translation":[-14,-58,0],"scale":[4,4,4]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/raid/ready_waiting.json b/assets/minecraft/models/item/wynn/gui/raid/ready_waiting.json new file mode 100644 index 000000000..c79114ff9 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/raid/ready_waiting.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/64","textures":{"layer0":"wynn/gui/raid/button_waiting","layer1":"wynn/gui/raid/ready_waiting"},"display":{"gui":{"translation":[-14,-58,0],"scale":[4,4,4]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/raid/sigil.json b/assets/minecraft/models/item/wynn/gui/raid/sigil.json new file mode 100644 index 000000000..e496c3a13 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/raid/sigil.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/48","textures":{"layer0":"wynn/gui/raid/sigil"},"display":{"gui":{"translation":[-18,4,-24],"scale":[3,3,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/raid/sigil_1.json b/assets/minecraft/models/item/wynn/gui/raid/sigil_1.json new file mode 100644 index 000000000..3baec0b6a --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/raid/sigil_1.json @@ -0,0 +1 @@ +{"parent":"item/wynn/gui/raid/sigil","textures":{"layer0":"wynn/gui/raid/sigil","layer1":"wynn/gui/raid/sigil_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/raid/sigil_2.json b/assets/minecraft/models/item/wynn/gui/raid/sigil_2.json new file mode 100644 index 000000000..814bad457 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/raid/sigil_2.json @@ -0,0 +1 @@ +{"parent":"item/wynn/gui/raid/sigil","textures":{"layer0":"wynn/gui/raid/sigil","layer1":"wynn/gui/raid/sigil_2","layer2":"wynn/gui/raid/sigil_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/raid/sigil_3.json b/assets/minecraft/models/item/wynn/gui/raid/sigil_3.json new file mode 100644 index 000000000..556e71ffe --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/raid/sigil_3.json @@ -0,0 +1 @@ +{"parent":"item/wynn/gui/raid/sigil","textures":{"layer0":"wynn/gui/raid/sigil_4","layer1":"wynn/gui/raid/sigil","layer2":"wynn/gui/raid/sigil_2","layer3":"wynn/gui/raid/sigil_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/raid/sigil_guild_active.json b/assets/minecraft/models/item/wynn/gui/raid/sigil_guild_active.json new file mode 100644 index 000000000..3267d6a11 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/raid/sigil_guild_active.json @@ -0,0 +1 @@ +{"parent":"item/wynn/gui/raid/sigil","textures":{"layer0":"wynn/gui/raid/sigil_4","layer1":"wynn/gui/raid/sigil_guild","layer2":"wynn/gui/raid/sigil_guild_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/raid/sigil_guild_inactive.json b/assets/minecraft/models/item/wynn/gui/raid/sigil_guild_inactive.json new file mode 100644 index 000000000..9b7e42a1c --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/raid/sigil_guild_inactive.json @@ -0,0 +1 @@ +{"parent":"item/wynn/gui/raid/sigil","textures":{"layer0":"wynn/gui/raid/sigil_guild","layer1":"wynn/gui/raid/sigil_guild_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/rekindled/accept.json b/assets/minecraft/models/item/wynn/gui/rekindled/accept.json new file mode 100644 index 000000000..547d3c039 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/rekindled/accept.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/64","textures":{"layer0":"wynn/gui/rekindled/button_normal","layer1":"wynn/gui/rekindled/button_accept"},"display":{"gui":{"translation":[-14,-63,0],"scale":[4,4,4]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/row.json b/assets/minecraft/models/item/wynn/gui/row.json new file mode 100644 index 000000000..624bde74e --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/row.json @@ -0,0 +1 @@ +{"parent":"item/wynn/gui/tile","textures":{"texture":"wynn/gui/column"},"display":{"gui":{"rotation":[0,0,90],"translation":[0,0,-10],"scale":[2.2,2.2,2.2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/store/silverbull_emblem.json b/assets/minecraft/models/item/wynn/gui/store/silverbull_emblem.json new file mode 100644 index 000000000..b33e08473 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/store/silverbull_emblem.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/store/silverbull_emblem"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/store/silverbull_share.json b/assets/minecraft/models/item/wynn/gui/store/silverbull_share.json new file mode 100644 index 000000000..4da3af19a --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/store/silverbull_share.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/store/silverbull_share"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/tile.json b/assets/minecraft/models/item/wynn/gui/tile.json new file mode 100644 index 000000000..43a719441 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/tile.json @@ -0,0 +1 @@ +{"parent":"item/generated","textures":{"layer0":"#texture"},"display":{"gui":{"rotation":[0,0,0],"translation":[0,0,-25],"scale":[2.2,2.2,2.2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_icon.json b/assets/minecraft/models/item/wynn/gui/trade_icon.json new file mode 100644 index 000000000..a876a2b93 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_icon.json @@ -0,0 +1 @@ +{"parent":"item/wynn/gui/tile","textures":{"texture":"wynn/gui/trade_icon"},"display":{"gui":{"rotation":[0,0,0],"translation":[0,0,-9],"scale":[2.2,2.2,2.2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/add_amount_default.json b/assets/minecraft/models/item/wynn/gui/trade_market/add_amount_default.json new file mode 100644 index 000000000..cac45627c --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/add_amount_default.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/add_amount_default"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/add_amount_gray.json b/assets/minecraft/models/item/wynn/gui/trade_market/add_amount_gray.json new file mode 100644 index 000000000..a440b5c1f --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/add_amount_gray.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/add_amount_gray"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/booth_description.json b/assets/minecraft/models/item/wynn/gui/trade_market/booth_description.json new file mode 100644 index 000000000..1f82095f5 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/booth_description.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/booth_description"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/11_20.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/11_20.json new file mode 100644 index 000000000..d0c180b43 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/11_20.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/11_20"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/1_10.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/1_10.json new file mode 100644 index 000000000..8a8e55670 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/1_10.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/1_10"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/21_30.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/21_30.json new file mode 100644 index 000000000..038c3a607 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/21_30.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/21_30"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/31_40.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/31_40.json new file mode 100644 index 000000000..a9ed38bd3 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/31_40.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/31_40"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/41_50.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/41_50.json new file mode 100644 index 000000000..d4abf2d1a --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/41_50.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/41_50"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/51_60.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/51_60.json new file mode 100644 index 000000000..18dc33c8f --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/51_60.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/51_60"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/61_70.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/61_70.json new file mode 100644 index 000000000..ea9ad8ba1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/61_70.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/61_70"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/71_80.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/71_80.json new file mode 100644 index 000000000..4e0dc0f5d --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/71_80.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/71_80"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/81_90.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/81_90.json new file mode 100644 index 000000000..147750275 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/81_90.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/81_90"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/91_200.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/91_200.json new file mode 100644 index 000000000..57e35cbc2 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/91_200.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/91_200"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/alchemism.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/alchemism.json new file mode 100644 index 000000000..b9919678a --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/alchemism.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/alchemism"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/armouring.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/armouring.json new file mode 100644 index 000000000..3188aa1f0 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/armouring.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/armouring"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/boots.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/boots.json new file mode 100644 index 000000000..b22173b99 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/boots.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/boots"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/bow.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/bow.json new file mode 100644 index 000000000..c52a4a08d --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/bow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/bow"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/bracelet.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/bracelet.json new file mode 100644 index 000000000..cc7157eaa --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/bracelet.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/bracelet"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/charm.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/charm.json new file mode 100644 index 000000000..318518d62 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/charm.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/charm"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/chestplate.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/chestplate.json new file mode 100644 index 000000000..aeb30085c --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/chestplate.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/chestplate"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/cooking.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/cooking.json new file mode 100644 index 000000000..e5dfaf7eb --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/cooking.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/cooking"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/crafted.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/crafted.json new file mode 100644 index 000000000..29f04e5eb --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/crafted.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/crafted"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/dagger.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/dagger.json new file mode 100644 index 000000000..b3f954775 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/dagger.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/dagger"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/dungeon_drop.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/dungeon_drop.json new file mode 100644 index 000000000..fe5944383 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/dungeon_drop.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/dungeon_drop"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/fabled.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/fabled.json new file mode 100644 index 000000000..13f182c67 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/fabled.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/fabled"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/farming.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/farming.json new file mode 100644 index 000000000..c38d5b4b2 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/farming.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/farming"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/fishing.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/fishing.json new file mode 100644 index 000000000..d8504b3e1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/fishing.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/fishing"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/food.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/food.json new file mode 100644 index 000000000..52eddb0e8 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/food.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/food"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/helmet.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/helmet.json new file mode 100644 index 000000000..53c8f49ef --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/helmet.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/helmet"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/identification.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/identification.json new file mode 100644 index 000000000..39a3ab9b3 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/identification.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/identification"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/ingredient.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/ingredient.json new file mode 100644 index 000000000..402186a5e --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/ingredient.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/ingredient"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/jeweling.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/jeweling.json new file mode 100644 index 000000000..a24d7a094 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/jeweling.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/jeweling"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/legendary.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/legendary.json new file mode 100644 index 000000000..1de2e806f --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/legendary.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/legendary"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/leggings.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/leggings.json new file mode 100644 index 000000000..c2b22ca8f --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/leggings.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/leggings"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/loot_chest_drop.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/loot_chest_drop.json new file mode 100644 index 000000000..dc5240f2e --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/loot_chest_drop.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/loot_chest_drop"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/mastery_tome.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/mastery_tome.json new file mode 100644 index 000000000..87a710315 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/mastery_tome.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/mastery_tome"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/material.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/material.json new file mode 100644 index 000000000..b96e0d0e0 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/material.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/material"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/mining.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/mining.json new file mode 100644 index 000000000..48222bf5c --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/mining.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/mining"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/misc.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/misc.json new file mode 100644 index 000000000..9d62f4138 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/misc.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/misc"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/mob_drop.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/mob_drop.json new file mode 100644 index 000000000..20ec9307b --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/mob_drop.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/mob_drop"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/mythic.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/mythic.json new file mode 100644 index 000000000..6c7c76bb8 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/mythic.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/mythic"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/necklace.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/necklace.json new file mode 100644 index 000000000..b8742e94f --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/necklace.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/necklace"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/never_drop.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/never_drop.json new file mode 100644 index 000000000..e9f1af1a1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/never_drop.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/never_drop"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/normal.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/normal.json new file mode 100644 index 000000000..c147815ad --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/normal.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/normal"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/normal_drop.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/normal_drop.json new file mode 100644 index 000000000..d23856f8c --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/normal_drop.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/normal_drop"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/other.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/other.json new file mode 100644 index 000000000..bc4bbeca7 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/other.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/other"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/potion.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/potion.json new file mode 100644 index 000000000..a8bca4827 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/potion.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/potion"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/powder.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/powder.json new file mode 100644 index 000000000..03fd77cc5 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/powder.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/powder"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/rare.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/rare.json new file mode 100644 index 000000000..5b0824dce --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/rare.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/rare"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/relik.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/relik.json new file mode 100644 index 000000000..4984200dc --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/relik.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/relik"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/ring.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/ring.json new file mode 100644 index 000000000..73bb54ac0 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/ring.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/ring"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/scribing.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/scribing.json new file mode 100644 index 000000000..7a614024a --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/scribing.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/scribing"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/scroll.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/scroll.json new file mode 100644 index 000000000..0b8151130 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/scroll.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/scroll"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/set.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/set.json new file mode 100644 index 000000000..f23879acc --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/set.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/set"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/spear.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/spear.json new file mode 100644 index 000000000..aa6fe88de --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/spear.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/spear"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/tailoring.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/tailoring.json new file mode 100644 index 000000000..b10f6db41 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/tailoring.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/tailoring"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/tier_0.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/tier_0.json new file mode 100644 index 000000000..ac9910aec --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/tier_0.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/tier_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/tier_1.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/tier_1.json new file mode 100644 index 000000000..b4804eb37 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/tier_1.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/tier_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/tier_2.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/tier_2.json new file mode 100644 index 000000000..f49b47275 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/tier_2.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/tier_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/tier_3.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/tier_3.json new file mode 100644 index 000000000..98604ef09 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/tier_3.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/tier_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/tome.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/tome.json new file mode 100644 index 000000000..813f91453 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/tome.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/tome"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/tool.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/tool.json new file mode 100644 index 000000000..21fc8b1e2 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/tool.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/tool"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/unidentified.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/unidentified.json new file mode 100644 index 000000000..bb10cf544 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/unidentified.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/unidentified"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/unique.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/unique.json new file mode 100644 index 000000000..b41769d5c --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/unique.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/unique"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/unrefined.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/unrefined.json new file mode 100644 index 000000000..273a701ee --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/unrefined.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/unrefined"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/wand.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/wand.json new file mode 100644 index 000000000..6f113f336 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/wand.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/wand"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/weaponsmithing.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/weaponsmithing.json new file mode 100644 index 000000000..931b903d1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/weaponsmithing.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/weaponsmithing"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/woodcutting.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/woodcutting.json new file mode 100644 index 000000000..f86fe531c --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/woodcutting.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/woodcutting"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter/woodworking.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter/woodworking.json new file mode 100644 index 000000000..7e01b1e09 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter/woodworking.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter/woodworking"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter_item.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter_item.json new file mode 100644 index 000000000..339e9fc57 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter_item.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter_item"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/filter_name.json b/assets/minecraft/models/item/wynn/gui/trade_market/filter_name.json new file mode 100644 index 000000000..1650d7343 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/filter_name.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/filter_name"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/locked_slot.json b/assets/minecraft/models/item/wynn/gui/trade_market/locked_slot.json new file mode 100644 index 000000000..9ded54210 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/locked_slot.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/locked_slot"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/price_check.json b/assets/minecraft/models/item/wynn/gui/trade_market/price_check.json new file mode 100644 index 000000000..dc0eb0a4f --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/price_check.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/price_check"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/remove_amount_default.json b/assets/minecraft/models/item/wynn/gui/trade_market/remove_amount_default.json new file mode 100644 index 000000000..4089771de --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/remove_amount_default.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/remove_amount_default"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/remove_amount_gray.json b/assets/minecraft/models/item/wynn/gui/trade_market/remove_amount_gray.json new file mode 100644 index 000000000..68495d19d --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/remove_amount_gray.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/remove_amount_gray"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/reveal_item.json b/assets/minecraft/models/item/wynn/gui/trade_market/reveal_item.json new file mode 100644 index 000000000..86a9b4b4d --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/reveal_item.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/reveal_item"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/search.json b/assets/minecraft/models/item/wynn/gui/trade_market/search.json new file mode 100644 index 000000000..44580f5cd --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/search.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/search"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/sell_item.json b/assets/minecraft/models/item/wynn/gui/trade_market/sell_item.json new file mode 100644 index 000000000..bb1625cd7 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/sell_item.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/sell_item"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/sell_share.json b/assets/minecraft/models/item/wynn/gui/trade_market/sell_share.json new file mode 100644 index 000000000..779f7a781 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/sell_share.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/sell_share"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/set_price.json b/assets/minecraft/models/item/wynn/gui/trade_market/set_price.json new file mode 100644 index 000000000..6322d3f88 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/set_price.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/set_price"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/trade_overflow.json b/assets/minecraft/models/item/wynn/gui/trade_market/trade_overflow.json new file mode 100644 index 000000000..d1a99cc4f --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/trade_overflow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/trade_overflow"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/trade_market/view_trade.json b/assets/minecraft/models/item/wynn/gui/trade_market/view_trade.json new file mode 100644 index 000000000..a767800d8 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/trade_market/view_trade.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/trade_market/view_trade"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/tutorial/ability_tree.json b/assets/minecraft/models/item/wynn/gui/tutorial/ability_tree.json new file mode 100644 index 000000000..457f301b7 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/tutorial/ability_tree.json @@ -0,0 +1 @@ +{"textures":{"layer0":"wynn/gui/tutorial","layer1":"wynn/gui/character_info/ability_tree"},"elements":[{"from":[-16,-16,7],"to":[32,32,7],"faces":{"north":{"uv":[0,0,16,16],"texture":"#layer0","tintindex":0}}},{"from":[-8,-8,8],"to":[24,24,8],"faces":{"north":{"uv":[0,0,16,16],"texture":"#layer1"}}}],"gui_light":"front","display":{"gui":{"rotation":[0,180,0]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/tutorial/character_info.json b/assets/minecraft/models/item/wynn/gui/tutorial/character_info.json new file mode 100644 index 000000000..95cee693d --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/tutorial/character_info.json @@ -0,0 +1 @@ +{"textures":{"layer0":"wynn/gui/tutorial","layer1":"item/compass_16","particle":"item/compass_16"},"elements":[{"from":[-16,-16,7],"to":[32,32,7],"faces":{"north":{"uv":[0,0,16,16],"texture":"#layer0","tintindex":0}}},{"name":"compass_16_0","from":[4,2,7],"to":[11,14,8],"rotation":{"angle":0,"axis":"y","origin":[0,0,7]},"faces":{"north":{"uv":[11,2,4,14],"texture":"#layer1"},"east":{"uv":[10,2,11,14],"texture":"#layer1"},"south":{"uv":[4,2,11,14],"texture":"#layer1"},"west":{"uv":[4,2,5,14],"texture":"#layer1"},"up":{"uv":[4,2,11,3],"texture":"#layer1"},"down":{"uv":[4,13,11,14],"texture":"#layer1"}}},{"name":"compass_16_1","from":[2,3,7],"to":[4,13,8],"rotation":{"angle":0,"axis":"y","origin":[0,0,7]},"faces":{"north":{"uv":[4,3,2,13],"texture":"#layer1"},"east":{"uv":[3,3,4,13],"texture":"#layer1"},"south":{"uv":[2,3,4,13],"texture":"#layer1"},"west":{"uv":[2,3,3,13],"texture":"#layer1"},"up":{"uv":[2,3,4,4],"texture":"#layer1"},"down":{"uv":[2,12,4,13],"texture":"#layer1"}}},{"name":"compass_16_2","from":[11,3,7],"to":[13,13,8],"rotation":{"angle":0,"axis":"y","origin":[0,0,7]},"faces":{"north":{"uv":[13,3,11,13],"texture":"#layer1"},"east":{"uv":[12,3,13,13],"texture":"#layer1"},"south":{"uv":[11,3,13,13],"texture":"#layer1"},"west":{"uv":[11,3,12,13],"texture":"#layer1"},"up":{"uv":[11,3,13,4],"texture":"#layer1"},"down":{"uv":[11,12,13,13],"texture":"#layer1"}}},{"name":"compass_16_3","from":[1,4,7],"to":[2,12,8],"rotation":{"angle":0,"axis":"y","origin":[0,0,7]},"faces":{"north":{"uv":[2,4,1,12],"texture":"#layer1"},"east":{"uv":[1,4,2,12],"texture":"#layer1"},"south":{"uv":[1,4,2,12],"texture":"#layer1"},"west":{"uv":[1,4,2,12],"texture":"#layer1"},"up":{"uv":[1,4,2,5],"texture":"#layer1"},"down":{"uv":[1,11,2,12],"texture":"#layer1"}}},{"name":"compass_16_4","from":[13,4,7],"to":[14,12,8],"rotation":{"angle":0,"axis":"y","origin":[0,0,7]},"faces":{"north":{"uv":[14,4,13,12],"texture":"#layer1"},"east":{"uv":[13,4,14,12],"texture":"#layer1"},"south":{"uv":[13,4,14,12],"texture":"#layer1"},"west":{"uv":[13,4,14,12],"texture":"#layer1"},"up":{"uv":[13,4,14,5],"texture":"#layer1"},"down":{"uv":[13,11,14,12],"texture":"#layer1"}}},{"name":"compass_16_5","from":[0,5,7],"to":[1,11,8],"rotation":{"angle":0,"axis":"y","origin":[0,0,7]},"faces":{"north":{"uv":[1,5,0,11],"texture":"#layer1"},"east":{"uv":[0,5,1,11],"texture":"#layer1"},"south":{"uv":[0,5,1,11],"texture":"#layer1"},"west":{"uv":[0,5,1,11],"texture":"#layer1"},"up":{"uv":[0,5,1,6],"texture":"#layer1"},"down":{"uv":[0,10,1,11],"texture":"#layer1"}}},{"name":"compass_16_6","from":[14,5,7],"to":[15,11,8],"rotation":{"angle":0,"axis":"y","origin":[0,0,7]},"faces":{"north":{"uv":[15,5,14,11],"texture":"#layer1"},"east":{"uv":[14,5,15,11],"texture":"#layer1"},"south":{"uv":[14,5,15,11],"texture":"#layer1"},"west":{"uv":[14,5,15,11],"texture":"#layer1"},"up":{"uv":[14,5,15,6],"texture":"#layer1"},"down":{"uv":[14,10,15,11],"texture":"#layer1"}}}],"gui_light":"front","display":{"thirdperson_righthand":{"translation":[0,3,1],"scale":[0.55,0.55,0.55]},"thirdperson_lefthand":{"translation":[0,3,1],"scale":[0.55,0.55,0.55]},"firstperson_righthand":{"rotation":[0,-90,25],"translation":[1.13,3.2,1.13],"scale":[0.68,0.68,0.68]},"firstperson_lefthand":{"rotation":[0,-90,25],"translation":[1.13,3.2,1.13],"scale":[0.68,0.68,0.68]},"ground":{"translation":[0,2,0],"scale":[0.5,0.5,0.5]},"gui":{"rotation":[0,180,0]},"head":{"rotation":[0,180,0],"translation":[0,13,7]},"fixed":{"rotation":[0,180,0]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/tutorial/content_book.json b/assets/minecraft/models/item/wynn/gui/tutorial/content_book.json new file mode 100644 index 000000000..95f0da67d --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/tutorial/content_book.json @@ -0,0 +1 @@ +{"textures":{"layer0":"wynn/gui/tutorial","layer1":"wynn/content_book","layer2":"wynn/gui/player/book"},"elements":[{"from":[0.6,0,9],"to":[7.6,10,9],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0,10]},"faces":{"north":{"uv":[3.5,0,0,5],"texture":"#layer1"},"south":{"uv":[7,0,10.5,5],"texture":"#layer1"}}},{"from":[1.6,1,8],"to":[7.6,9,9],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0,10]},"faces":{"north":{"uv":[6,5,3,9],"texture":"#layer1"},"west":{"uv":[0,5,0.5,9],"texture":"#layer1"},"up":{"uv":[3,9.5,0,9],"texture":"#layer1"},"down":{"uv":[3,9.5,0,10],"texture":"#layer1"}}},{"from":[8.4,0,9],"to":[15.4,10,9],"rotation":{"angle":22.5,"axis":"y","origin":[8,0,10]},"faces":{"north":{"uv":[0,0,3.5,5],"texture":"#layer1"},"south":{"uv":[3.5,0,7,5],"texture":"#layer1"}}},{"from":[8.4,1,8],"to":[14.4,9,9],"rotation":{"angle":22.5,"axis":"y","origin":[8,0,10]},"faces":{"north":{"uv":[0,5,3,9],"texture":"#layer1"},"east":{"uv":[3,5,3.5,9],"texture":"#layer1"},"up":{"uv":[0,9.5,3,9],"texture":"#layer1"},"down":{"uv":[0,9.5,3,10],"texture":"#layer1"}}},{"from":[9.5,4.8,8.5],"to":[11.5,10,9.2],"rotation":{"angle":22.5,"axis":"y","origin":[8,0,10]},"faces":{"north":{"uv":[8,5,7,7.5],"texture":"#layer1"},"south":{"uv":[6,6,7,8.5],"texture":"#layer1"},"up":{"uv":[6,5,7,5.5],"texture":"#layer1"},"down":{"uv":[0,0,1,1],"texture":"#layer1"}}},{"from":[0,0,8],"to":[16,16,8],"faces":{"north":{"uv":[0,0,16,16],"texture":"#layer2"}}},{"from":[-16,-16,7],"to":[32,32,7],"rotation":{"angle":0,"axis":"y","origin":[-16,-16,7]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#layer0","tintindex":0}}}],"gui_light":"front","display":{"thirdperson_righthand":{"rotation":[10,150,0],"translation":[-1,4,1.5],"scale":[0.65,0.65,0.65]},"thirdperson_lefthand":{"rotation":[10,150,0],"translation":[-1,4,1.5],"scale":[0.65,0.65,0.65]},"firstperson_righthand":{"rotation":[-35,145,15],"translation":[3,3,-6]},"firstperson_lefthand":{"rotation":[-35,145,15],"translation":[3,3,-6]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.6,0.6,0.6]},"gui":{"rotation":[0,180,0]},"fixed":{"rotation":[0,135,0],"translation":[2.75,3,1.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/tutorial/offset_left.json b/assets/minecraft/models/item/wynn/gui/tutorial/offset_left.json new file mode 100644 index 000000000..a3146882d --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/tutorial/offset_left.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/tutorial"},"display":{"gui":{"translation":[-18,0,0],"scale":[3,3,3]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/gui/tutorial/offset_right.json b/assets/minecraft/models/item/wynn/gui/tutorial/offset_right.json new file mode 100644 index 000000000..bfd4d3848 --- /dev/null +++ b/assets/minecraft/models/item/wynn/gui/tutorial/offset_right.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/gui/tutorial"},"display":{"gui":{"translation":[18,0,0],"scale":[3,3,3]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/chair_bench.json b/assets/minecraft/models/item/wynn/housing/furniture/chair_bench.json new file mode 100644 index 000000000..d42bd7dd9 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/chair_bench.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/housing/furniture/chair_bench","particle":"wynn/housing/furniture/chair_bench"},"elements":[{"from":[0,0,4],"to":[2,6,12],"rotation":{"angle":0,"axis":"y","origin":[0,0,16]},"faces":{"north":{"uv":[5,0,4,3],"texture":"#0"},"east":{"uv":[9,0,5,3],"texture":"#0"},"south":{"uv":[4,0,5,3],"texture":"#0"},"west":{"uv":[4,0,0,3],"texture":"#0"},"down":{"uv":[0,16,1,12],"texture":"#0"}}},{"from":[14,0,4],"to":[16,6,12],"rotation":{"angle":0,"axis":"y","origin":[16,0,16]},"faces":{"north":{"uv":[4,0,5,3],"texture":"#0"},"east":{"uv":[0,0,4,3],"texture":"#0"},"south":{"uv":[5,0,4,3],"texture":"#0"},"west":{"uv":[5,0,9,3],"texture":"#0"},"down":{"uv":[1,16,0,12],"texture":"#0"}}},{"from":[0,6,3],"to":[16,10,12],"rotation":{"angle":0,"axis":"y","origin":[0,0,16]},"faces":{"north":{"uv":[8,7.5,0,9.5],"texture":"#0"},"east":{"uv":[9,0,13.5,2],"texture":"#0"},"south":{"uv":[8,9.5,0,11.5],"texture":"#0"},"west":{"uv":[13.5,0,9,2],"texture":"#0"},"up":{"uv":[0,7.5,8,3],"texture":"#0"},"down":{"uv":[8,16,16,11.5],"texture":"#0"}}},{"from":[-0.00025,6.4,7],"to":[16.00025,13.4,9],"rotation":{"angle":22.5,"axis":"x","origin":[0,0,16]},"faces":{"north":{"uv":[16,3,8,6.5],"texture":"#0"},"east":{"uv":[9,3,12.5,2],"rotation":270,"texture":"#0"},"south":{"uv":[16,6.5,8,10],"rotation":180,"texture":"#0"},"west":{"uv":[12.5,3,9,2],"rotation":90,"texture":"#0"},"up":{"uv":[8,11,16,10],"rotation":180,"texture":"#0"}}}],"display":{"head":{"translation":[0,-30.5,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/chair_boulder.json b/assets/minecraft/models/item/wynn/housing/furniture/chair_boulder.json new file mode 100644 index 000000000..eb2393aa0 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/chair_boulder.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/housing/furniture/chair_boulder","particle":"wynn/housing/furniture/chair_boulder"},"elements":[{"from":[2,0.0005,2],"to":[14,8.0005,14],"faces":{"north":{"uv":[0,0,6,4],"texture":"#0"},"east":{"uv":[0,0,6,4],"texture":"#0"},"south":{"uv":[0,0,6,4],"texture":"#0"},"west":{"uv":[0,0,6,4],"texture":"#0"},"up":{"uv":[6,0,12,6],"texture":"#0"},"down":{"uv":[3,6,3.5,6.5],"texture":"#0"}}},{"from":[-1,0,0],"to":[5,4,6],"faces":{"north":{"uv":[3,4,6,6],"texture":"#0"},"east":{"uv":[3,4,6,6],"texture":"#0"},"south":{"uv":[3,4,6,6],"texture":"#0"},"west":{"uv":[3,4,6,6],"texture":"#0"},"up":{"uv":[0,4,3,7],"texture":"#0"},"down":{"uv":[3,6,3.5,6.5],"texture":"#0"}}},{"from":[1,0,8],"to":[9,5,16],"faces":{"north":{"uv":[4,9.5,8,12],"texture":"#0"},"east":{"uv":[4,9.5,8,12],"texture":"#0"},"south":{"uv":[4,9.5,8,12],"texture":"#0"},"west":{"uv":[4,9.5,8,12],"texture":"#0"},"up":{"uv":[0,8,4,12],"texture":"#0"},"down":{"uv":[3,6,3.5,6.5],"texture":"#0"}}},{"from":[9,0,1],"to":[17,5,9],"faces":{"north":{"uv":[4,9.5,8,12],"texture":"#0"},"east":{"uv":[4,9.5,8,12],"texture":"#0"},"south":{"uv":[4,9.5,8,12],"texture":"#0"},"west":{"uv":[4,9.5,8,12],"texture":"#0"},"up":{"uv":[0,8,4,12],"texture":"#0"},"down":{"uv":[3,6,3.5,6.5],"texture":"#0"}}}],"display":{"head":{"translation":[0,-30.5,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/chair_log.json b/assets/minecraft/models/item/wynn/housing/furniture/chair_log.json new file mode 100644 index 000000000..778114760 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/chair_log.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/housing/furniture/chair_log","particle":"wynn/housing/furniture/chair_log"},"elements":[{"from":[-2,0,4],"to":[18,8,12],"faces":{"north":{"uv":[0,0,10,4],"texture":"#0"},"east":{"uv":[0,4,4,8],"texture":"#0"},"south":{"uv":[0,0,10,4],"texture":"#0"},"west":{"uv":[4,4,0,8],"texture":"#0"},"up":{"uv":[0,0,10,4],"texture":"#0"},"down":{"uv":[0,0,10,4],"texture":"#0"}}}],"display":{"head":{"translation":[0,-30.5,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/chair_quartz.json b/assets/minecraft/models/item/wynn/housing/furniture/chair_quartz.json new file mode 100644 index 000000000..58b2e50b1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/chair_quartz.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/housing/furniture/chair_quartz","particle":"wynn/housing/furniture/chair_quartz"},"elements":[{"from":[12,0,1],"to":[15,8,4],"faces":{"north":{"uv":[0.75,0,0,2],"texture":"#0"},"east":{"uv":[0,0,0.75,2],"texture":"#0"},"south":{"uv":[0.75,0,0,2],"texture":"#0"},"west":{"uv":[0,0,0.75,2],"texture":"#0"},"down":{"uv":[0,0,0.75,0.75],"texture":"#0"}}},{"from":[1,8,1],"to":[15,12,15],"faces":{"north":{"uv":[0,7,3.5,8],"texture":"#0"},"east":{"uv":[0,3.5,1,7],"rotation":90,"texture":"#0"},"south":{"uv":[0,3.5,1,7],"rotation":90,"texture":"#0"},"west":{"uv":[0,3.5,1,7],"rotation":90,"texture":"#0"},"up":{"uv":[1,3.5,4.5,7],"texture":"#0"},"down":{"uv":[4.5,3.5,8,7],"texture":"#0"}}},{"from":[11.5,-0.0005,0.5],"to":[15.5,1.9995,4.5],"faces":{"north":{"uv":[1.75,0,0.75,0.5],"texture":"#0"},"east":{"uv":[0.75,0,1.75,0.5],"texture":"#0"},"south":{"uv":[1.75,0,0.75,0.5],"texture":"#0"},"west":{"uv":[0.75,0,1.75,0.5],"texture":"#0"},"up":{"uv":[1.75,0,2.75,1],"texture":"#0"},"down":{"uv":[2.75,0,3.75,1],"texture":"#0"}}},{"from":[11.5,-0.0005,11.5],"to":[15.5,1.9995,15.5],"faces":{"north":{"uv":[1.75,0,0.75,0.5],"texture":"#0"},"east":{"uv":[0.75,0,1.75,0.5],"texture":"#0"},"south":{"uv":[1.75,0,0.75,0.5],"texture":"#0"},"west":{"uv":[0.75,0,1.75,0.5],"texture":"#0"},"up":{"uv":[1.75,0,2.75,1],"texture":"#0"},"down":{"uv":[2.75,0,3.75,1],"texture":"#0"}}},{"from":[12,0,12],"to":[15,8,15],"faces":{"north":{"uv":[0.75,0,0,2],"texture":"#0"},"east":{"uv":[0,0,0.75,2],"texture":"#0"},"south":{"uv":[0.75,0,0,2],"texture":"#0"},"west":{"uv":[0,0,0.75,2],"texture":"#0"},"down":{"uv":[0,0,0.75,0.75],"texture":"#0"}}},{"from":[0.5,-0.0005,11.5],"to":[4.5,1.9995,15.5],"faces":{"north":{"uv":[1.75,0,0.75,0.5],"texture":"#0"},"east":{"uv":[0.75,0,1.75,0.5],"texture":"#0"},"south":{"uv":[1.75,0,0.75,0.5],"texture":"#0"},"west":{"uv":[0.75,0,1.75,0.5],"texture":"#0"},"up":{"uv":[1.75,0,2.75,1],"texture":"#0"},"down":{"uv":[2.75,0,3.75,1],"texture":"#0"}}},{"from":[1,0,12],"to":[4,8,15],"faces":{"north":{"uv":[0.75,0,0,2],"texture":"#0"},"east":{"uv":[0,0,0.75,2],"texture":"#0"},"south":{"uv":[0.75,0,0,2],"texture":"#0"},"west":{"uv":[0,0,0.75,2],"texture":"#0"},"down":{"uv":[0,0,0.75,0.75],"texture":"#0"}}},{"from":[0.5,-0.0005,0.5],"to":[4.5,1.9995,4.5],"faces":{"north":{"uv":[1.75,0,0.75,0.5],"texture":"#0"},"east":{"uv":[0.75,0,1.75,0.5],"texture":"#0"},"south":{"uv":[1.75,0,0.75,0.5],"texture":"#0"},"west":{"uv":[0.75,0,1.75,0.5],"texture":"#0"},"up":{"uv":[1.75,0,2.75,1],"texture":"#0"},"down":{"uv":[2.75,0,3.75,1],"texture":"#0"}}},{"from":[1,0,1],"to":[4,8,4],"faces":{"north":{"uv":[0.75,0,0,2],"texture":"#0"},"east":{"uv":[0,0,0.75,2],"texture":"#0"},"south":{"uv":[0.75,0,0,2],"texture":"#0"},"west":{"uv":[0,0,0.75,2],"texture":"#0"},"down":{"uv":[0,0,0.75,0.75],"texture":"#0"}}},{"from":[0,12,1],"to":[3,15,12],"faces":{"north":{"uv":[6.25,7.25,7,8],"texture":"#0"},"east":{"uv":[6.25,7.25,3.5,8],"texture":"#0"},"south":{"uv":[6.25,8,7,8.75],"texture":"#0"},"west":{"uv":[3.5,7.25,6.25,8],"texture":"#0"},"up":{"uv":[0,2.75,2.75,3.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,2,2.75,2.75],"rotation":90,"texture":"#0"}}},{"from":[13,12,1],"to":[16,15,12],"rotation":{"angle":0,"axis":"y","origin":[16,0,0]},"faces":{"north":{"uv":[7,7.25,6.25,8],"texture":"#0"},"east":{"uv":[6.25,7.25,3.5,8],"texture":"#0"},"south":{"uv":[7,8,6.25,8.75],"texture":"#0"},"west":{"uv":[3.5,7.25,6.25,8],"texture":"#0"},"up":{"uv":[0,3.5,2.75,2.75],"rotation":90,"texture":"#0"},"down":{"uv":[0,2.75,2.75,2],"rotation":90,"texture":"#0"}}},{"from":[1,12,12],"to":[15,26,15],"faces":{"north":{"uv":[4,0,7.5,3.5],"texture":"#0"},"east":{"uv":[3.5,9.75,7,9],"rotation":90,"texture":"#0"},"south":{"uv":[7,7,10.5,10.5],"texture":"#0"},"west":{"uv":[3.5,9,7,9.75],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,9.75,7,10.5],"texture":"#0"}}},{"from":[2,26,12],"to":[14,28,15],"faces":{"north":{"uv":[7.5,1.75,10.5,1.25],"texture":"#0"},"east":{"uv":[9.75,1.75,10.5,2.25],"texture":"#0"},"south":{"uv":[7.5,0.75,10.5,1.25],"texture":"#0"},"west":{"uv":[9.75,1.75,10.5,2.25],"texture":"#0"},"up":{"uv":[7.5,0,10.5,0.75],"texture":"#0"}}},{"from":[6,28,12],"to":[10,29,15],"faces":{"north":{"uv":[1.5,1,2.5,1.25],"texture":"#0"},"east":{"uv":[0.75,1,1.5,1.25],"texture":"#0"},"south":{"uv":[1.5,1,2.5,1.25],"texture":"#0"},"west":{"uv":[0.75,1,1.5,1.25],"texture":"#0"},"up":{"uv":[0.75,1.25,1.75,2],"texture":"#0"}}}],"display":{"gui":{"rotation":[30,225,0],"translation":[0,-4,0],"scale":[0.625,0.625,0.625]},"head":{"translation":[0,-30.5,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/chair_regal.json b/assets/minecraft/models/item/wynn/housing/furniture/chair_regal.json new file mode 100644 index 000000000..bcfe0dcba --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/chair_regal.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/housing/furniture/chair_regal","particle":"wynn/housing/furniture/chair_regal"},"elements":[{"from":[12,0,1],"to":[15,8,4],"faces":{"north":{"uv":[0.75,0,0,2],"texture":"#0"},"east":{"uv":[0,0,0.75,2],"texture":"#0"},"south":{"uv":[0.75,0,0,2],"texture":"#0"},"west":{"uv":[0,0,0.75,2],"texture":"#0"},"down":{"uv":[0,0,0.75,0.75],"texture":"#0"}}},{"from":[1,8,1],"to":[15,12,15],"faces":{"north":{"uv":[0,7,3.5,8],"texture":"#0"},"east":{"uv":[0,3.5,1,7],"rotation":90,"texture":"#0"},"south":{"uv":[0,3.5,1,7],"rotation":90,"texture":"#0"},"west":{"uv":[0,3.5,1,7],"rotation":90,"texture":"#0"},"up":{"uv":[1,3.5,4.5,7],"texture":"#0"},"down":{"uv":[4.5,3.5,8,7],"texture":"#0"}}},{"from":[11.5,-0.0005,0.5],"to":[15.5,1.9995,4.5],"faces":{"north":{"uv":[1.75,0,0.75,0.5],"texture":"#0"},"east":{"uv":[0.75,0,1.75,0.5],"texture":"#0"},"south":{"uv":[1.75,0,0.75,0.5],"texture":"#0"},"west":{"uv":[0.75,0,1.75,0.5],"texture":"#0"},"up":{"uv":[1.75,0,2.75,1],"texture":"#0"},"down":{"uv":[2.75,0,3.75,1],"texture":"#0"}}},{"from":[11.5,-0.0005,11.5],"to":[15.5,1.9995,15.5],"faces":{"north":{"uv":[1.75,0,0.75,0.5],"texture":"#0"},"east":{"uv":[0.75,0,1.75,0.5],"texture":"#0"},"south":{"uv":[1.75,0,0.75,0.5],"texture":"#0"},"west":{"uv":[0.75,0,1.75,0.5],"texture":"#0"},"up":{"uv":[1.75,0,2.75,1],"texture":"#0"},"down":{"uv":[2.75,0,3.75,1],"texture":"#0"}}},{"from":[12,0,12],"to":[15,8,15],"faces":{"north":{"uv":[0.75,0,0,2],"texture":"#0"},"east":{"uv":[0,0,0.75,2],"texture":"#0"},"south":{"uv":[0.75,0,0,2],"texture":"#0"},"west":{"uv":[0,0,0.75,2],"texture":"#0"},"down":{"uv":[0,0,0.75,0.75],"texture":"#0"}}},{"from":[0.5,-0.0005,11.5],"to":[4.5,1.9995,15.5],"faces":{"north":{"uv":[1.75,0,0.75,0.5],"texture":"#0"},"east":{"uv":[0.75,0,1.75,0.5],"texture":"#0"},"south":{"uv":[1.75,0,0.75,0.5],"texture":"#0"},"west":{"uv":[0.75,0,1.75,0.5],"texture":"#0"},"up":{"uv":[1.75,0,2.75,1],"texture":"#0"},"down":{"uv":[2.75,0,3.75,1],"texture":"#0"}}},{"from":[1,0,12],"to":[4,8,15],"faces":{"north":{"uv":[0.75,0,0,2],"texture":"#0"},"east":{"uv":[0,0,0.75,2],"texture":"#0"},"south":{"uv":[0.75,0,0,2],"texture":"#0"},"west":{"uv":[0,0,0.75,2],"texture":"#0"},"down":{"uv":[0,0,0.75,0.75],"texture":"#0"}}},{"from":[0.5,-0.0005,0.5],"to":[4.5,1.9995,4.5],"faces":{"north":{"uv":[1.75,0,0.75,0.5],"texture":"#0"},"east":{"uv":[0.75,0,1.75,0.5],"texture":"#0"},"south":{"uv":[1.75,0,0.75,0.5],"texture":"#0"},"west":{"uv":[0.75,0,1.75,0.5],"texture":"#0"},"up":{"uv":[1.75,0,2.75,1],"texture":"#0"},"down":{"uv":[2.75,0,3.75,1],"texture":"#0"}}},{"from":[1,0,1],"to":[4,8,4],"faces":{"north":{"uv":[0.75,0,0,2],"texture":"#0"},"east":{"uv":[0,0,0.75,2],"texture":"#0"},"south":{"uv":[0.75,0,0,2],"texture":"#0"},"west":{"uv":[0,0,0.75,2],"texture":"#0"},"down":{"uv":[0,0,0.75,0.75],"texture":"#0"}}},{"from":[0,12,1],"to":[3,15,12],"faces":{"north":{"uv":[6.25,7.25,7,8],"texture":"#0"},"east":{"uv":[6.25,7.25,3.5,8],"texture":"#0"},"south":{"uv":[6.25,8,7,8.75],"texture":"#0"},"west":{"uv":[3.5,7.25,6.25,8],"texture":"#0"},"up":{"uv":[0,2.75,2.75,3.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,2,2.75,2.75],"rotation":90,"texture":"#0"}}},{"from":[13,12,1],"to":[16,15,12],"rotation":{"angle":0,"axis":"y","origin":[16,0,0]},"faces":{"north":{"uv":[7,7.25,6.25,8],"texture":"#0"},"east":{"uv":[6.25,7.25,3.5,8],"texture":"#0"},"south":{"uv":[7,8,6.25,8.75],"texture":"#0"},"west":{"uv":[3.5,7.25,6.25,8],"texture":"#0"},"up":{"uv":[0,3.5,2.75,2.75],"rotation":90,"texture":"#0"},"down":{"uv":[0,2.75,2.75,2],"rotation":90,"texture":"#0"}}},{"from":[1,12,12],"to":[15,26,15],"faces":{"north":{"uv":[4,0,7.5,3.5],"texture":"#0"},"east":{"uv":[3.5,9.75,7,9],"rotation":90,"texture":"#0"},"south":{"uv":[7,7,10.5,10.5],"texture":"#0"},"west":{"uv":[3.5,9,7,9.75],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,9.75,7,10.5],"texture":"#0"}}},{"from":[2,26,12],"to":[14,28,15],"faces":{"north":{"uv":[7.5,1.75,10.5,1.25],"texture":"#0"},"east":{"uv":[9.75,1.75,10.5,2.25],"texture":"#0"},"south":{"uv":[7.5,0.75,10.5,1.25],"texture":"#0"},"west":{"uv":[9.75,1.75,10.5,2.25],"texture":"#0"},"up":{"uv":[7.5,0,10.5,0.75],"texture":"#0"}}},{"from":[6,28,12],"to":[10,29,15],"faces":{"north":{"uv":[1.5,1,2.5,1.25],"texture":"#0"},"east":{"uv":[0.75,1,1.5,1.25],"texture":"#0"},"south":{"uv":[1.5,1,2.5,1.25],"texture":"#0"},"west":{"uv":[0.75,1,1.5,1.25],"texture":"#0"},"up":{"uv":[0.75,1.25,1.75,2],"texture":"#0"}}},{"from":[2,28,12.5],"to":[4,30,14.5],"faces":{"north":{"uv":[0,10,0.5,10.5],"texture":"#0"},"east":{"uv":[0.5,10,0,10.5],"texture":"#0"},"south":{"uv":[0,10,0.5,10.5],"texture":"#0"},"west":{"uv":[0.5,10,0,10.5],"texture":"#0"},"up":{"uv":[0.5,10,1,10.5],"texture":"#0"}}},{"from":[12,28,12.5],"to":[14,30,14.5],"faces":{"north":{"uv":[0,10,0.5,10.5],"texture":"#0"},"east":{"uv":[0.5,10,0,10.5],"texture":"#0"},"south":{"uv":[0,10,0.5,10.5],"texture":"#0"},"west":{"uv":[0.5,10,0,10.5],"texture":"#0"},"up":{"uv":[0.5,10,1,10.5],"texture":"#0"}}},{"from":[4,28,13],"to":[12,29,14],"rotation":{"angle":0,"axis":"y","origin":[16,0,0]},"faces":{"north":{"uv":[2,9.75,0,10],"texture":"#0"},"south":{"uv":[2,9.75,0,10],"texture":"#0"},"west":{"uv":[1.25,10.25,1,10.5],"texture":"#0"},"up":{"uv":[1,10.25,1.5,10.5],"texture":"#0"}}},{"from":[5,29,13],"to":[11,30,14],"faces":{"north":{"uv":[1.5,10.25,3,10.5],"texture":"#0"},"east":{"uv":[1.5,10.25,1.75,10.5],"texture":"#0"},"south":{"uv":[3,10.25,1.5,10.5],"texture":"#0"},"west":{"uv":[2.75,10.25,3,10.5],"texture":"#0"},"up":{"uv":[3,10.25,1.5,10.5],"texture":"#0"}}},{"from":[15,20,13],"to":[16,26,14],"faces":{"north":{"uv":[1.5,10,3,10.25],"rotation":270,"texture":"#0"},"east":{"uv":[3,10,1.5,10.25],"rotation":90,"texture":"#0"},"south":{"uv":[3,10,1.5,10.25],"rotation":90,"texture":"#0"},"up":{"uv":[2.75,10,3,10.25],"rotation":90,"texture":"#0"},"down":{"uv":[1.5,10,1.75,10.25],"rotation":90,"texture":"#0"}}},{"from":[0,20,13],"to":[1,26,14],"rotation":{"angle":0,"axis":"z","origin":[16,0,0]},"faces":{"north":{"uv":[1.5,10.25,3,10],"rotation":270,"texture":"#0"},"south":{"uv":[3,10.25,1.5,10],"rotation":90,"texture":"#0"},"west":{"uv":[3,10.25,1.5,10],"rotation":90,"texture":"#0"},"up":{"uv":[2.75,10.25,3,10],"rotation":90,"texture":"#0"},"down":{"uv":[1.5,10.25,1.75,10],"rotation":90,"texture":"#0"}}}],"display":{"gui":{"rotation":[30,225,0],"translation":[0,-4,0],"scale":[0.625,0.625,0.625]},"head":{"translation":[0,-30.5,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/chair_stool.json b/assets/minecraft/models/item/wynn/housing/furniture/chair_stool.json new file mode 100644 index 000000000..98238e093 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/chair_stool.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/housing/furniture/chair_stool","1":"wynn/housing/furniture/chair_wood","particle":"wynn/housing/furniture/chair_stool"},"elements":[{"from":[3.5,0,3.5],"to":[5.5,9,5.5],"faces":{"north":{"uv":[0,0,1,4.5],"texture":"#1"},"east":{"uv":[1,0,0,4.5],"texture":"#1"},"south":{"uv":[0,0,1,4.5],"texture":"#1"},"west":{"uv":[1,0,0,4.5],"texture":"#1"},"down":{"uv":[1,7.5,0,8.5],"texture":"#1"}}},{"from":[10.5,0,3.5],"to":[12.5,9,5.5],"rotation":{"angle":0,"axis":"y","origin":[16,0,0]},"faces":{"north":{"uv":[1,0,0,4.5],"texture":"#1"},"east":{"uv":[0,0,1,4.5],"texture":"#1"},"south":{"uv":[1,0,0,4.5],"texture":"#1"},"west":{"uv":[0,0,1,4.5],"texture":"#1"},"down":{"uv":[0,7.5,1,8.5],"texture":"#1"}}},{"from":[5.5,4,4],"to":[10.5,6,5],"faces":{"north":{"uv":[0,0,5,2],"texture":"#0"},"south":{"uv":[0,0,5,2],"texture":"#0"},"up":{"uv":[0,0,5,1],"texture":"#0"},"down":{"uv":[0,1,5,2],"texture":"#0"}}},{"from":[11,4,5.5],"to":[12,6,10.5],"faces":{"east":{"uv":[0,0,5,2],"texture":"#0"},"west":{"uv":[0,0,5,2],"texture":"#0"},"up":{"uv":[0,0,5,1],"rotation":90,"texture":"#0"},"down":{"uv":[0,1,5,2],"rotation":270,"texture":"#0"}}},{"from":[4,4,5.5],"to":[5,6,10.5],"faces":{"east":{"uv":[0,0,5,2],"texture":"#0"},"west":{"uv":[0,0,5,2],"texture":"#0"},"up":{"uv":[0,0,5,1],"rotation":90,"texture":"#0"},"down":{"uv":[0,1,5,2],"rotation":270,"texture":"#0"}}},{"from":[5.5,4,11],"to":[10.5,6,12],"rotation":{"angle":0,"axis":"y","origin":[0,0,16]},"faces":{"north":{"uv":[5,0,0,2],"texture":"#0"},"south":{"uv":[5,0,0,2],"texture":"#0"},"up":{"uv":[0,1,5,0],"texture":"#0"},"down":{"uv":[0,2,5,1],"texture":"#0"}}},{"from":[3.5,0,10.5],"to":[5.5,9,12.5],"rotation":{"angle":0,"axis":"y","origin":[0,0,16]},"faces":{"north":{"uv":[1,0,0,4.5],"texture":"#1"},"east":{"uv":[0,0,1,4.5],"texture":"#1"},"south":{"uv":[1,0,0,4.5],"texture":"#1"},"west":{"uv":[0,0,1,4.5],"texture":"#1"},"down":{"uv":[1,8.5,0,7.5],"texture":"#1"}}},{"from":[10.5,0,10.5],"to":[12.5,9,12.5],"rotation":{"angle":0,"axis":"y","origin":[16,0,16]},"faces":{"north":{"uv":[0,0,1,4.5],"texture":"#1"},"east":{"uv":[1,0,0,4.5],"texture":"#1"},"south":{"uv":[0,0,1,4.5],"texture":"#1"},"west":{"uv":[1,0,0,4.5],"texture":"#1"},"down":{"uv":[0,8.5,1,7.5],"texture":"#1"}}},{"from":[3,9,3],"to":[13,11,13],"faces":{"north":{"uv":[14,0,15,2],"texture":"#0"},"east":{"uv":[14,0,15,2],"texture":"#0"},"south":{"uv":[14,0,15,2],"texture":"#0"},"west":{"uv":[14,0,15,2],"texture":"#0"},"up":{"uv":[0,2,10,12],"texture":"#0"},"down":{"uv":[0,2,10,12],"texture":"#0"}}},{"from":[2,9,4],"to":[3,11,12],"faces":{"north":{"uv":[13,0,14,2],"texture":"#0"},"south":{"uv":[13,0,14,2],"texture":"#0"},"west":{"uv":[5,0,13,2],"texture":"#0"},"up":{"uv":[11,10,10,2],"texture":"#0"},"down":{"uv":[10,2,11,10],"texture":"#0"}}},{"from":[4,9,2],"to":[12,11,3],"faces":{"north":{"uv":[5,0,13,2],"texture":"#0"},"east":{"uv":[13,0,14,2],"texture":"#0"},"west":{"uv":[13,0,14,2],"texture":"#0"},"up":{"uv":[10,2,11,10],"rotation":90,"texture":"#0"},"down":{"uv":[10,2,11,10],"rotation":270,"texture":"#0"}}},{"from":[4,9,13],"to":[12,11,14],"faces":{"east":{"uv":[13,0,14,2],"texture":"#0"},"south":{"uv":[5,0,13,2],"texture":"#0"},"west":{"uv":[13,0,14,2],"texture":"#0"},"up":{"uv":[10,2,11,10],"rotation":90,"texture":"#0"},"down":{"uv":[10,2,11,10],"rotation":270,"texture":"#0"}}},{"from":[13,9,4],"to":[14,11,12],"faces":{"north":{"uv":[13,0,14,2],"texture":"#0"},"east":{"uv":[5,0,13,2],"texture":"#0"},"south":{"uv":[13,0,14,2],"texture":"#0"},"up":{"uv":[10,2,11,10],"texture":"#0"},"down":{"uv":[10,2,11,10],"texture":"#0"}}}],"display":{"head":{"translation":[0,-30.5,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/chair_wood.json b/assets/minecraft/models/item/wynn/housing/furniture/chair_wood.json new file mode 100644 index 000000000..a92fc6c74 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/chair_wood.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/housing/furniture/chair_wood","particle":"wynn/housing/furniture/chair_wood"},"elements":[{"from":[2.5,0,2.5],"to":[4.5,10,4.5],"faces":{"north":{"uv":[1,0,0,5],"texture":"#0"},"east":{"uv":[0,0,1,5],"texture":"#0"},"south":{"uv":[1,0,0,5],"texture":"#0"},"west":{"uv":[0,0,1,5],"texture":"#0"},"down":{"uv":[1,0,2,1],"texture":"#0"}}},{"from":[11.5,0,2.5],"to":[13.5,10,4.5],"faces":{"north":{"uv":[0,0,1,5],"texture":"#0"},"east":{"uv":[1,0,0,5],"texture":"#0"},"south":{"uv":[0,0,1,5],"texture":"#0"},"west":{"uv":[1,0,0,5],"texture":"#0"},"down":{"uv":[1,0,2,1],"texture":"#0"}}},{"from":[11.5,0,11.5],"to":[13.5,10,13.5],"faces":{"north":{"uv":[0,0,1,5],"texture":"#0"},"east":{"uv":[1,0,0,5],"texture":"#0"},"south":{"uv":[0,0,1,5],"texture":"#0"},"west":{"uv":[1,0,0,5],"texture":"#0"},"down":{"uv":[1,0,2,1],"texture":"#0"}}},{"from":[11.5,10,11.5],"to":[13.5,24,13.5],"rotation":{"angle":0,"axis":"y","origin":[12.5,15,12.5]},"faces":{"north":{"uv":[0,0,1,7],"texture":"#0"},"east":{"uv":[1,0,0,7],"texture":"#0"},"south":{"uv":[0,0,1,7],"texture":"#0"},"west":{"uv":[1,0,0,7],"texture":"#0"},"up":{"uv":[7,1,8,2],"rotation":270,"texture":"#0"}}},{"from":[2.5,10,11.5],"to":[4.5,24,13.5],"rotation":{"angle":0,"axis":"y","origin":[12.5,15,12.5]},"faces":{"north":{"uv":[1,0,0,7],"texture":"#0"},"east":{"uv":[0,0,1,7],"texture":"#0"},"south":{"uv":[1,0,0,7],"texture":"#0"},"west":{"uv":[0,0,1,7],"texture":"#0"},"up":{"uv":[7,1,8,2],"rotation":270,"texture":"#0"}}},{"from":[2.5,0,11.5],"to":[4.5,10,13.5],"faces":{"north":{"uv":[1,0,0,5],"texture":"#0"},"east":{"uv":[0,0,1,5],"texture":"#0"},"south":{"uv":[1,0,0,5],"texture":"#0"},"west":{"uv":[0,0,1,5],"texture":"#0"},"down":{"uv":[1,0,2,1],"texture":"#0"}}},{"from":[2,10,1],"to":[14,12,13],"faces":{"north":{"uv":[2,0,8,1],"texture":"#0"},"east":{"uv":[0,7,6,8],"texture":"#0"},"south":{"uv":[0,8,6,9],"texture":"#0"},"west":{"uv":[6,7,0,8],"texture":"#0"},"up":{"uv":[1,1,7,7],"texture":"#0"},"down":{"uv":[1,7,7,1],"texture":"#0"}}},{"from":[4.5,5,3],"to":[11.5,7,4],"rotation":{"angle":0,"axis":"y","origin":[0,16,0]},"faces":{"north":{"uv":[0,10,3.5,9],"texture":"#0"},"south":{"uv":[0,10,3.5,9],"texture":"#0"},"up":{"uv":[0,10,3.5,9.5],"texture":"#0"},"down":{"uv":[0,9.5,3.5,9],"texture":"#0"}}},{"from":[4.5,5,12],"to":[11.5,7,13],"rotation":{"angle":0,"axis":"y","origin":[0,16,0]},"faces":{"north":{"uv":[0,10,3.5,9],"texture":"#0"},"south":{"uv":[0,10,3.5,9],"texture":"#0"},"up":{"uv":[0,10,3.5,9.5],"texture":"#0"},"down":{"uv":[0,9.5,3.5,9],"texture":"#0"}}},{"from":[4.5,14.8,12],"to":[11.5,16.8,13],"faces":{"north":{"uv":[0,9,3.5,10],"texture":"#0"},"south":{"uv":[0,9,3.5,10],"texture":"#0"},"up":{"uv":[0,9,3.5,9.5],"texture":"#0"},"down":{"uv":[0,9.5,3.5,10],"texture":"#0"}}},{"from":[4.5,20.7,12],"to":[11.5,22.7,13],"faces":{"north":{"uv":[0,9,3.5,10],"texture":"#0"},"south":{"uv":[0,9,3.5,10],"texture":"#0"},"up":{"uv":[0,9,3.5,9.5],"texture":"#0"},"down":{"uv":[0,9.5,3.5,10],"texture":"#0"}}},{"from":[12,5,4.5],"to":[13,7,11.5],"rotation":{"angle":0,"axis":"y","origin":[8,6,3.5]},"faces":{"east":{"uv":[0,10,3.5,9],"texture":"#0"},"west":{"uv":[0,10,3.5,9],"texture":"#0"},"up":{"uv":[0,10,3.5,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,9.5,3.5,9],"rotation":270,"texture":"#0"}}},{"from":[3,5,4.5],"to":[4,7,11.5],"rotation":{"angle":0,"axis":"y","origin":[8,6,3.5]},"faces":{"east":{"uv":[0,10,3.5,9],"texture":"#0"},"west":{"uv":[0,10,3.5,9],"texture":"#0"},"up":{"uv":[0,10,3.5,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,9.5,3.5,9],"rotation":270,"texture":"#0"}}}],"display":{"head":{"translation":[0,-30.5,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/curtains.json b/assets/minecraft/models/item/wynn/housing/furniture/curtains.json new file mode 100644 index 000000000..b55bbe248 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/curtains.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"#all","particle":"#all"},"elements":[{"from":[0,30,7],"to":[16,32,9],"faces":{"north":{"uv":[9,0,10,8],"rotation":90,"texture":"#0"},"east":{"uv":[10,0,11,1],"texture":"#0"},"south":{"uv":[8,0,9,8],"rotation":90,"texture":"#0"},"west":{"uv":[10,0,11,1],"texture":"#0"},"up":{"uv":[8,0,9,8],"rotation":270,"texture":"#0"},"down":{"uv":[9,0,10,8],"rotation":90,"texture":"#0"}}},{"from":[0,0,7],"to":[16,30,8],"faces":{"north":{"uv":[0,0,8,15],"texture":"#0"},"east":{"uv":[8,0,7.5,15],"texture":"#0"},"south":{"uv":[0,0,8,15],"texture":"#0"},"west":{"uv":[0,0,0.5,15],"texture":"#0"},"down":{"uv":[0,14.5,8,15],"rotation":180,"texture":"#0"}}}],"display":{"gui":{"rotation":[30,225,0],"translation":[0,-4,0],"scale":[0.625,0.625,0.625]},"head":{"translation":[0,-30.5,11.25],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/curtains_bamboo.json b/assets/minecraft/models/item/wynn/housing/furniture/curtains_bamboo.json new file mode 100644 index 000000000..375375f64 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/curtains_bamboo.json @@ -0,0 +1 @@ +{"parent":"item/wynn/housing/furniture/curtains","textures":{"0":"wynn/housing/furniture/curtains_bamboo","particle":"wynn/housing/furniture/curtains_bamboo"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/curtains_open.json b/assets/minecraft/models/item/wynn/housing/furniture/curtains_open.json new file mode 100644 index 000000000..785c6d51b --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/curtains_open.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"#all","particle":"#all"},"elements":[{"from":[0,30,7],"to":[16,32,9],"faces":{"north":{"uv":[9,0,10,8],"rotation":90,"texture":"#0"},"east":{"uv":[10,0,11,1],"texture":"#0"},"south":{"uv":[8,0,9,8],"rotation":90,"texture":"#0"},"west":{"uv":[10,0,11,1],"texture":"#0"},"up":{"uv":[8,0,9,8],"rotation":270,"texture":"#0"},"down":{"uv":[9,0,10,8],"rotation":90,"texture":"#0"}}},{"from":[0,0,7],"to":[3,30,8],"faces":{"north":{"uv":[6.5,0,8,15],"texture":"#0"},"east":{"uv":[7,0,6.5,15],"texture":"#0"},"south":{"uv":[8,0,6.5,15],"texture":"#0"},"west":{"uv":[7.5,0,8,15],"texture":"#0"},"down":{"uv":[6.5,14.5,8,15],"rotation":180,"texture":"#0"}}},{"from":[13,0,7],"to":[16,30,8],"faces":{"north":{"uv":[0,0,1.5,15],"texture":"#0"},"east":{"uv":[0.5,0,0,15],"texture":"#0"},"south":{"uv":[1.5,0,0,15],"texture":"#0"},"west":{"uv":[1,0,1.5,15],"texture":"#0"},"down":{"uv":[0,14.5,1.5,15],"rotation":180,"texture":"#0"}}}],"display":{"gui":{"rotation":[30,225,0],"translation":[0,-4,0],"scale":[0.625,0.625,0.625]},"head":{"translation":[0,-30.5,11.25],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/curtains_open_bamboo.json b/assets/minecraft/models/item/wynn/housing/furniture/curtains_open_bamboo.json new file mode 100644 index 000000000..ef8f636c9 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/curtains_open_bamboo.json @@ -0,0 +1 @@ +{"parent":"item/wynn/housing/furniture/curtains_open","textures":{"0":"wynn/housing/furniture/curtains_open_bamboo","particle":"wynn/housing/furniture/curtains_open_bamboo"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/curtains_open_hang.json b/assets/minecraft/models/item/wynn/housing/furniture/curtains_open_hang.json new file mode 100644 index 000000000..6d1e21445 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/curtains_open_hang.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"#all","particle":"#all"},"elements":[{"from":[0,30,7],"to":[16,32,9],"faces":{"north":{"uv":[9,0,10,8],"rotation":90,"texture":"#0"},"east":{"uv":[10,0,11,1],"texture":"#0"},"south":{"uv":[8,0,9,8],"rotation":90,"texture":"#0"},"west":{"uv":[10,0,11,1],"texture":"#0"},"up":{"uv":[8,0,9,8],"rotation":270,"texture":"#0"},"down":{"uv":[9,0,10,8],"rotation":90,"texture":"#0"}}},{"from":[0,0,7],"to":[3,30,8],"faces":{"north":{"uv":[1.5,0,0,15],"texture":"#0"},"east":{"uv":[1,0,1.5,15],"texture":"#0"},"south":{"uv":[0,0,1.5,15],"texture":"#0"},"west":{"uv":[0,0,0.5,15],"texture":"#0"},"down":{"uv":[1.5,14.5,0,15],"rotation":180,"texture":"#0"}}},{"from":[13,0,7],"to":[16,30,8],"faces":{"north":{"uv":[8,0,6.5,15],"texture":"#0"},"east":{"uv":[7.5,0,8,15],"texture":"#0"},"south":{"uv":[6.5,0,8,15],"texture":"#0"},"west":{"uv":[6.5,0,7,15],"texture":"#0"},"down":{"uv":[8,14.5,6.5,15],"rotation":180,"texture":"#0"}}},{"from":[3,17,7],"to":[13,30,8],"faces":{"north":{"uv":[1.5,0,6.5,6.5],"texture":"#0"},"south":{"uv":[1.5,0,6.5,6.5],"texture":"#0"}}}],"display":{"gui":{"rotation":[30,225,0],"translation":[0,-4,0],"scale":[0.625,0.625,0.625]},"head":{"translation":[0,-30.5,11.25],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/curtains_open_regal.json b/assets/minecraft/models/item/wynn/housing/furniture/curtains_open_regal.json new file mode 100644 index 000000000..aed8b4303 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/curtains_open_regal.json @@ -0,0 +1 @@ +{"parent":"item/wynn/housing/furniture/curtains_open_hang","textures":{"0":"wynn/housing/furniture/curtains_open_regal","particle":"wynn/housing/furniture/curtains_open_regal"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/curtains_open_velvet.json b/assets/minecraft/models/item/wynn/housing/furniture/curtains_open_velvet.json new file mode 100644 index 000000000..6e6059344 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/curtains_open_velvet.json @@ -0,0 +1 @@ +{"parent":"item/wynn/housing/furniture/curtains_open_hang","textures":{"0":"wynn/housing/furniture/curtains_open_velvet","particle":"wynn/housing/furniture/curtains_open_velvet"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/curtains_open_white.json b/assets/minecraft/models/item/wynn/housing/furniture/curtains_open_white.json new file mode 100644 index 000000000..b88cd37bc --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/curtains_open_white.json @@ -0,0 +1 @@ +{"parent":"item/wynn/housing/furniture/curtains_open","textures":{"0":"wynn/housing/furniture/curtains_open_white","particle":"wynn/housing/furniture/curtains_open_white"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/curtains_regal.json b/assets/minecraft/models/item/wynn/housing/furniture/curtains_regal.json new file mode 100644 index 000000000..4253ac24e --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/curtains_regal.json @@ -0,0 +1 @@ +{"parent":"item/wynn/housing/furniture/curtains","textures":{"0":"wynn/housing/furniture/curtains_regal","particle":"wynn/housing/furniture/curtains_regal"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/curtains_velvet.json b/assets/minecraft/models/item/wynn/housing/furniture/curtains_velvet.json new file mode 100644 index 000000000..f85b2f0a2 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/curtains_velvet.json @@ -0,0 +1 @@ +{"parent":"item/wynn/housing/furniture/curtains","textures":{"0":"wynn/housing/furniture/curtains_velvet","particle":"wynn/housing/furniture/curtains_velvet"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/curtains_white.json b/assets/minecraft/models/item/wynn/housing/furniture/curtains_white.json new file mode 100644 index 000000000..37723249d --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/curtains_white.json @@ -0,0 +1 @@ +{"parent":"item/wynn/housing/furniture/curtains","textures":{"0":"wynn/housing/furniture/curtains_white","particle":"wynn/housing/furniture/curtains_white"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/shades.json b/assets/minecraft/models/item/wynn/housing/furniture/shades.json new file mode 100644 index 000000000..241024099 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/shades.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/housing/furniture/shades","particle":"wynn/housing/furniture/shades"},"elements":[{"from":[0,30,7],"to":[16,32,9],"faces":{"north":{"uv":[8,0,9,8],"rotation":90,"texture":"#0"},"east":{"uv":[9,0,10,1],"texture":"#0"},"south":{"uv":[8,0,9,8],"rotation":90,"texture":"#0"},"west":{"uv":[9,0,10,1],"texture":"#0"},"up":{"uv":[8,0,9,8],"rotation":270,"texture":"#0"},"down":{"uv":[8,0,9,8],"rotation":90,"texture":"#0"}}},{"from":[1,0,7],"to":[15,3,9],"faces":{"north":{"uv":[11,0,12.5,7],"rotation":90,"texture":"#0"},"south":{"uv":[11,0,12.5,7],"rotation":90,"texture":"#0"},"up":{"uv":[9,1,10,8],"rotation":270,"texture":"#0"},"down":{"uv":[7,8,8,15],"rotation":90,"texture":"#0"}}},{"from":[1,3,7.5],"to":[15,30,8],"faces":{"north":{"uv":[7,0,0,13.5],"texture":"#0"},"south":{"uv":[0,0,7,13.5],"texture":"#0"},"up":{"uv":[0,0,0.5,8],"rotation":270,"texture":"#0"},"down":{"uv":[0,13,7,13.5],"rotation":180,"texture":"#0"}}},{"from":[0,0,7],"to":[1,30,9],"faces":{"north":{"uv":[10,0,10.5,15],"texture":"#0"},"east":{"uv":[10,0,11,15],"texture":"#0"},"south":{"uv":[10.5,0,11,15],"texture":"#0"},"west":{"uv":[10,0,11,15],"texture":"#0"},"down":{"uv":[10,0,11,0.5],"rotation":90,"texture":"#0"}}},{"from":[15,0,7],"to":[16,30,9],"faces":{"north":{"uv":[10,0,10.5,15],"texture":"#0"},"east":{"uv":[10,0,11,15],"texture":"#0"},"south":{"uv":[10.5,0,11,15],"texture":"#0"},"west":{"uv":[10,0,11,15],"texture":"#0"},"down":{"uv":[10,0,11,0.5],"rotation":90,"texture":"#0"}}}],"display":{"gui":{"rotation":[30,225,0],"translation":[0,-4,0],"scale":[0.625,0.625,0.625]},"head":{"translation":[0,-30.5,11.25],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/shades_open.json b/assets/minecraft/models/item/wynn/housing/furniture/shades_open.json new file mode 100644 index 000000000..db99ad467 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/shades_open.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/housing/furniture/shades","particle":"wynn/housing/furniture/shades"},"elements":[{"from":[0,30,7],"to":[16,32,9],"rotation":{"angle":0,"axis":"y","origin":[8,25.5,7.5]},"faces":{"north":{"uv":[8,0,9,8],"rotation":90,"texture":"#0"},"east":{"uv":[9,0,10,1],"texture":"#0"},"south":{"uv":[8,0,9,8],"rotation":90,"texture":"#0"},"west":{"uv":[9,0,10,1],"texture":"#0"},"up":{"uv":[8,0,9,8],"rotation":270,"texture":"#0"},"down":{"uv":[8,0,9,8],"rotation":90,"texture":"#0"}}},{"from":[1,0,7],"to":[15,3,9],"rotation":{"angle":0,"axis":"y","origin":[8,25.5,7.5]},"faces":{"north":{"uv":[11,0,12.5,7],"rotation":90,"texture":"#0"},"south":{"uv":[11,0,12.5,7],"rotation":90,"texture":"#0"},"up":{"uv":[9,1,10,8],"rotation":270,"texture":"#0"},"down":{"uv":[7,8,8,15],"rotation":90,"texture":"#0"}}},{"from":[0,0,7],"to":[1,30,9],"rotation":{"angle":0,"axis":"y","origin":[8,25.5,7.5]},"faces":{"north":{"uv":[10,0,10.5,15],"texture":"#0"},"east":{"uv":[10,0,11,15],"texture":"#0"},"south":{"uv":[10.5,0,11,15],"texture":"#0"},"west":{"uv":[10,0,11,15],"texture":"#0"},"down":{"uv":[10,0,11,0.5],"rotation":90,"texture":"#0"}}},{"from":[15,0,7],"to":[16,30,9],"rotation":{"angle":0,"axis":"y","origin":[8,25.5,7.5]},"faces":{"north":{"uv":[10,0,10.5,15],"texture":"#0"},"east":{"uv":[10,0,11,15],"texture":"#0"},"south":{"uv":[10.5,0,11,15],"texture":"#0"},"west":{"uv":[10,0,11,15],"texture":"#0"},"down":{"uv":[10,0,11,0.5],"rotation":90,"texture":"#0"}}},{"from":[1,28.25,6.25],"to":[15,28.75,9.25],"rotation":{"angle":22.5,"axis":"x","origin":[8,28.5,7.5]},"faces":{"north":{"uv":[0,0,7,0.5],"rotation":180,"texture":"#0"},"east":{"uv":[6.5,0,7,1.5],"rotation":90,"texture":"#0"},"south":{"uv":[7,1,0,1.5],"rotation":180,"texture":"#0"},"west":{"uv":[0,0,0.5,1.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,0,7,1.5],"texture":"#0"},"down":{"uv":[7,0,0,1.5],"rotation":180,"texture":"#0"}}},{"from":[1,25.25,6.25],"to":[15,25.75,9.25],"rotation":{"angle":22.5,"axis":"x","origin":[8,25.5,7.5]},"faces":{"north":{"uv":[0,1.5,7,2],"rotation":180,"texture":"#0"},"east":{"uv":[6.5,1.5,7,3],"rotation":90,"texture":"#0"},"south":{"uv":[7,2.5,0,3],"rotation":180,"texture":"#0"},"west":{"uv":[0,1.5,0.5,3],"rotation":270,"texture":"#0"},"up":{"uv":[0,1.5,7,3],"texture":"#0"},"down":{"uv":[7,1.5,0,3],"rotation":180,"texture":"#0"}}},{"from":[1,22.25,6.25],"to":[15,22.75,9.25],"rotation":{"angle":22.5,"axis":"x","origin":[8,22.5,7.5]},"faces":{"north":{"uv":[0,3,7,3.5],"rotation":180,"texture":"#0"},"east":{"uv":[6.5,3,7,4.5],"rotation":90,"texture":"#0"},"south":{"uv":[7,4,0,4.5],"rotation":180,"texture":"#0"},"west":{"uv":[0,3,0.5,4.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,3,7,4.5],"texture":"#0"},"down":{"uv":[7,3,0,4.5],"rotation":180,"texture":"#0"}}},{"from":[1,19.25,6.25],"to":[15,19.75,9.25],"rotation":{"angle":22.5,"axis":"x","origin":[8,19.5,7.5]},"faces":{"north":{"uv":[0,4.5,7,5],"rotation":180,"texture":"#0"},"east":{"uv":[6.5,4.5,7,6],"rotation":90,"texture":"#0"},"south":{"uv":[7,5.5,0,6],"rotation":180,"texture":"#0"},"west":{"uv":[0,4.5,0.5,6],"rotation":270,"texture":"#0"},"up":{"uv":[0,4.5,7,6],"texture":"#0"},"down":{"uv":[7,4.5,0,6],"rotation":180,"texture":"#0"}}},{"from":[1,16.25,6.25],"to":[15,16.75,9.25],"rotation":{"angle":22.5,"axis":"x","origin":[8,16.5,7.5]},"faces":{"north":{"uv":[0,6,7,6.5],"rotation":180,"texture":"#0"},"east":{"uv":[6.5,6,7,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[7,7,0,7.5],"rotation":180,"texture":"#0"},"west":{"uv":[0,6,0.5,7.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,6,7,7.5],"texture":"#0"},"down":{"uv":[7,6,0,7.5],"rotation":180,"texture":"#0"}}},{"from":[1,13.25,6.25],"to":[15,13.75,9.25],"rotation":{"angle":22.5,"axis":"x","origin":[8,13.5,7.5]},"faces":{"north":{"uv":[0,7.5,7,8],"texture":"#0"},"east":{"uv":[0,7.5,0.5,9],"rotation":90,"texture":"#0"},"south":{"uv":[7,8.5,0,9],"texture":"#0"},"west":{"uv":[6.5,7.5,7,9],"rotation":270,"texture":"#0"},"up":{"uv":[7,7.5,0,9],"texture":"#0"},"down":{"uv":[0,7.5,7,9],"rotation":180,"texture":"#0"}}},{"from":[1,10.25,6.25],"to":[15,10.75,9.25],"rotation":{"angle":22.5,"axis":"x","origin":[8,10.5,7.5]},"faces":{"north":{"uv":[0,9,7,9.5],"rotation":180,"texture":"#0"},"east":{"uv":[6.5,9,7,10.5],"rotation":90,"texture":"#0"},"south":{"uv":[7,10,0,10.5],"rotation":180,"texture":"#0"},"west":{"uv":[0,9,0.5,10.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,9,7,10.5],"texture":"#0"},"down":{"uv":[7,9,0,10.5],"rotation":180,"texture":"#0"}}},{"from":[1,7.25,6.25],"to":[15,7.75,9.25],"rotation":{"angle":22.5,"axis":"x","origin":[8,7.5,7.5]},"faces":{"north":{"uv":[0,10.5,7,11],"rotation":180,"texture":"#0"},"east":{"uv":[6.5,10.5,7,12],"rotation":90,"texture":"#0"},"south":{"uv":[7,11.5,0,12],"rotation":180,"texture":"#0"},"west":{"uv":[0,10.5,0.5,12],"rotation":270,"texture":"#0"},"up":{"uv":[0,10.5,7,12],"texture":"#0"},"down":{"uv":[7,10.5,0,12],"rotation":180,"texture":"#0"}}},{"from":[1,4.25,6.25],"to":[15,4.75,9.25],"rotation":{"angle":22.5,"axis":"x","origin":[8,4.5,7.5]},"faces":{"north":{"uv":[0,12,7,12.5],"rotation":180,"texture":"#0"},"east":{"uv":[6.5,12,7,13.5],"rotation":90,"texture":"#0"},"south":{"uv":[7,13,0,13.5],"rotation":180,"texture":"#0"},"west":{"uv":[0,12,0.5,13.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,12,7,13.5],"texture":"#0"},"down":{"uv":[7,12,0,13.5],"rotation":180,"texture":"#0"}}}],"display":{"gui":{"rotation":[30,225,0],"translation":[0,-4,0],"scale":[0.625,0.625,0.625]},"head":{"translation":[0,-30.5,11.25],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/statue_colossal.json b/assets/minecraft/models/item/wynn/housing/furniture/statue_colossal.json new file mode 100644 index 000000000..ac62b2993 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/statue_colossal.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/handheld","textures":{"0":"#all","particle":"#all"},"elements":[{"from":[6.74875,5.24875,-1.06375],"to":[9.25125,6.50125,1.43875],"rotation":{"angle":0,"axis":"y","origin":[-2,-8.875,-6.6875]},"faces":{"north":{"uv":[10,5.375,10.625,5.625],"texture":"#0"},"south":{"uv":[10.625,5.375,10,5.625],"texture":"#0"},"up":{"uv":[11.25,3.375,10.625,2.75],"texture":"#0"},"down":{"uv":[11.25,3.5,10.625,4],"texture":"#0"}}},{"from":[5.81125,-0.33875,-0.75125],"to":[6.43875,2.28875,1.12625],"rotation":{"angle":-22.5,"axis":"z","origin":[3.9375,-0.375,-0.4375]},"faces":{"north":{"uv":[2.5,10.875,2.625,11.5],"texture":"#0"},"east":{"uv":[10.625,4,10.875,4.625],"texture":"#0"},"south":{"uv":[2.625,10.875,2.5,11.5],"texture":"#0"},"down":{"uv":[3.25,10.875,3.125,11.375],"texture":"#0"}}},{"from":[5.6875,0.0625,-0.75],"to":[7.25,5.3125,1.125],"rotation":{"angle":0,"axis":"y","origin":[3.8125,-1.3125,-0.4375]},"faces":{"north":{"uv":[10,6.875,10.375,8.125],"texture":"#0"},"east":{"uv":[7.75,10,8.25,11.25],"texture":"#0"},"south":{"uv":[10.375,6.875,10,8.125],"texture":"#0"},"west":{"uv":[10,8.125,10.5,9.375],"texture":"#0"}}},{"from":[8.75,0.0625,-0.75],"to":[10.3125,5.3125,1.125],"rotation":{"angle":0,"axis":"y","origin":[12.1875,-1.3125,-0.4375]},"faces":{"north":{"uv":[10.375,6.875,10,8.125],"texture":"#0"},"east":{"uv":[10.5,8.125,10,9.375],"texture":"#0"},"south":{"uv":[10,6.875,10.375,8.125],"texture":"#0"},"west":{"uv":[8.25,10,7.75,11.25],"texture":"#0"}}},{"from":[9.5,0.75,-1.0625],"to":[12,2,1.4375],"rotation":{"angle":22.5,"axis":"z","origin":[-2,-8.875,-6.6875]},"faces":{"north":{"uv":[8.375,3.75,9,4],"texture":"#0"},"south":{"uv":[9,3.75,8.375,4],"texture":"#0"},"west":{"uv":[9.375,3.5,10,3.75],"texture":"#0"},"up":{"uv":[0.875,11.25,0.25,10.625],"texture":"#0"},"down":{"uv":[11.25,2.125,10.625,2.75],"texture":"#0"}}},{"from":[9.56125,-0.33875,-0.75125],"to":[10.18875,2.28875,1.12625],"rotation":{"angle":22.5,"axis":"z","origin":[12.0625,-0.375,-0.4375]},"faces":{"north":{"uv":[2.625,10.875,2.5,11.5],"texture":"#0"},"south":{"uv":[2.5,10.875,2.625,11.5],"texture":"#0"},"west":{"uv":[10.875,4,10.625,4.625],"texture":"#0"},"down":{"uv":[3.125,10.875,3.25,11.375],"texture":"#0"}}},{"from":[9.6875,-1.0625,-0.75],"to":[10.3125,0.0625,1.125],"rotation":{"angle":0,"axis":"y","origin":[12.1875,-0.8125,-0.4375]},"faces":{"north":{"uv":[9.25,11,9,11],"texture":"#0"},"east":{"uv":[3.875,10.875,3.375,11.125],"texture":"#0"},"south":{"uv":[9,11,9.25,11],"texture":"#0"}}},{"from":[5.6875,-1.0625,-0.75],"to":[6.3125,0.0625,1.125],"rotation":{"angle":0,"axis":"y","origin":[3.8125,-0.8125,-0.4375]},"faces":{"north":{"uv":[9,11,9.25,11],"texture":"#0"},"south":{"uv":[9.25,11,9,11],"texture":"#0"},"west":{"uv":[3.375,10.875,3.875,11.125],"texture":"#0"}}},{"from":[4,0.75,-1.0625],"to":[6.5,2,1.4375],"rotation":{"angle":-22.5,"axis":"z","origin":[18,-8.875,-6.6875]},"faces":{"north":{"uv":[9,3.75,8.375,4],"texture":"#0"},"east":{"uv":[10,3.5,9.375,3.75],"texture":"#0"},"south":{"uv":[8.375,3.75,9,4],"texture":"#0"},"up":{"uv":[0.25,11.25,0.875,10.625],"texture":"#0"},"down":{"uv":[10.625,2.125,11.25,2.75],"texture":"#0"}}},{"from":[7.99875,-8.87625,-0.43875],"to":[10.50125,-6.37375,0.81375],"rotation":{"angle":45,"axis":"z","origin":[8,-8.875,-1.6875]},"faces":{"north":{"uv":[9,10.25,9.625,10.875],"texture":"#0"},"south":{"uv":[9.625,9.625,9,10.25],"texture":"#0"},"west":{"uv":[9,0.875,9.25,1.5],"texture":"#0"},"down":{"uv":[9.25,0.875,9,1.5],"rotation":90,"texture":"#0"}}},{"from":[6.25,-7.125,-0.4375],"to":[9.75,5.375,0.8125],"rotation":{"angle":0,"axis":"y","origin":[6.75,-7.125,-0.4375]},"faces":{"north":{"uv":[1.875,6.25,2.75,9.25],"texture":"#0"},"east":{"uv":[0.25,9.75,0,12.75],"texture":"#0"},"south":{"uv":[12.5,5.5,11.5,8.5],"texture":"#0"},"west":{"uv":[0,9.75,0.25,12.75],"texture":"#0"}}},{"from":[8.625,1.75,-1.0625],"to":[10.125,3.25,-0.4375],"rotation":{"angle":45,"axis":"z","origin":[8,1.125,-1.0625]},"faces":{"north":{"uv":[7.75,5.875,8.125,6.25],"texture":"#0"},"east":{"uv":[4.125,10.875,4.25,11.25],"texture":"#0"},"west":{"uv":[4.375,10.875,4.5,11.25],"texture":"#0"},"up":{"uv":[11.25,4.75,10.875,4.875],"texture":"#0"},"down":{"uv":[11.25,5,10.875,5.125],"texture":"#0"}}},{"from":[7.375,5.25,-0.4375],"to":[8.625,10.25,0.8125],"rotation":{"angle":0,"axis":"y","origin":[6.75,6.5,-1.0625]},"faces":{"north":{"uv":[6.25,2.375,6.5,3.5],"texture":"#0"},"east":{"uv":[6.5,2.375,6.25,3.5],"texture":"#0"},"south":{"uv":[6.25,2.375,6.5,3.5],"texture":"#0"},"west":{"uv":[6.5,2.375,6.25,3.5],"texture":"#0"}}},{"from":[7.0625,10.1875,-0.75],"to":[8.9375,12.0625,1.125],"rotation":{"angle":0,"axis":"y","origin":[-2,-7.625,0.8125]},"faces":{"north":{"uv":[10.25,10.625,10.75,11.125],"texture":"#0"},"east":{"uv":[10.25,10.625,10.75,11.125],"texture":"#0"},"south":{"uv":[10.25,10.625,10.75,11.125],"texture":"#0"},"west":{"uv":[10.25,10.625,10.75,11.125],"texture":"#0"},"up":{"uv":[11.375,0.5,10.875,0],"texture":"#0"},"down":{"uv":[1.375,10.875,0.875,11.375],"texture":"#0"}}},{"from":[4.1875,2.5,8.8125],"to":[4.1875,11.25,12.1875],"rotation":{"angle":0,"axis":"y","origin":[2.9375,2.5,9.25]},"faces":{"west":{"uv":[8.5,1.5,9.25,3.625],"texture":"#0"}}},{"from":[11.8125,2.5,8.8125],"to":[11.8125,11.25,12.1875],"rotation":{"angle":0,"axis":"y","origin":[13.0625,2.5,9.25]},"faces":{"east":{"uv":[9.25,1.5,8.5,3.625],"texture":"#0"}}},{"from":[3.8125,2.5,13.125],"to":[7.9375,11.25,13.125],"rotation":{"angle":-22.5,"axis":"y","origin":[6.375,2.5,13.625]},"faces":{"south":{"uv":[2.75,6.25,3.875,8.375],"texture":"#0"}}},{"from":[3.8125,2.5,7.875],"to":[7.9375,9.725,7.875],"rotation":{"angle":22.5,"axis":"y","origin":[6.375,2.5,7.375]},"faces":{"north":{"uv":[7.75,4,8.875,5.75],"texture":"#0"}}},{"from":[8.0625,2.5,13.125],"to":[12.1875,11.25,13.125],"rotation":{"angle":22.5,"axis":"y","origin":[9.625,2.5,13.625]},"faces":{"south":{"uv":[6.5,4.125,7.625,6.25],"texture":"#0"}}},{"from":[8.0625,2.5,7.875],"to":[12.1875,9.725,7.875],"rotation":{"angle":-22.5,"axis":"y","origin":[9.625,2.5,7.375]},"faces":{"north":{"uv":[7.75,6.75,8.875,8.5],"texture":"#0"}}},{"from":[2.875,10.3125,6.75],"to":[13.125,16.5625,14.25],"rotation":{"angle":-22.5,"axis":"x","origin":[6.75,10.3125,12.0625]},"faces":{"north":{"uv":[4,3.75,6.5,5.25],"texture":"#0"},"east":{"uv":[8.25,2.5,6.5,4],"texture":"#0"},"south":{"uv":[4,5.25,6.5,6.75],"texture":"#0"},"west":{"uv":[6.5,2.5,8.25,4],"texture":"#0"},"up":{"uv":[6.25,1.75,3.75,0],"texture":"#0"},"down":{"uv":[6.25,1.875,3.75,3.625],"texture":"#0"}}},{"from":[6.625,16.5625,9.5625],"to":[9.375,19.6875,12.0625],"rotation":{"angle":-22.5,"axis":"x","origin":[6.75,10.3125,12.0625]},"faces":{"north":{"uv":[4.75,10.25,5.25,11],"texture":"#0"},"east":{"uv":[5.25,10.25,6,11],"texture":"#0"},"south":{"uv":[5.875,10.25,6.5,11],"texture":"#0"},"west":{"uv":[6,10.25,5.25,11],"texture":"#0"}}},{"from":[6.55,16.0625,5.9875],"to":[10.925,18.5625,10.3625],"rotation":{"angle":45,"axis":"y","origin":[8,14.8125,9.0125]},"faces":{"north":{"uv":[10.875,4.625,9.875,5.25],"texture":"#0"},"east":{"uv":[9.875,4.625,10.875,5.25],"texture":"#0"},"south":{"uv":[10.25,0.875,11.25,1.5],"texture":"#0"},"west":{"uv":[11.25,0.875,10.25,1.5],"texture":"#0"},"down":{"uv":[1.25,9.625,0.25,10.625],"texture":"#0"}}},{"from":[6.2375,17.9375,5.675],"to":[11.2375,21.6875,10.675],"rotation":{"angle":45,"axis":"y","origin":[8,17.3125,9.0125]},"faces":{"north":{"uv":[5.25,9.375,4,10.25],"texture":"#0"},"east":{"uv":[4,9.375,5.25,10.25],"texture":"#0"},"south":{"uv":[5.25,9.375,6.5,10.25],"texture":"#0"},"west":{"uv":[6.5,9.375,5.25,10.25],"texture":"#0"},"up":{"uv":[12.625,1.25,11.375,0],"texture":"#0"},"down":{"uv":[9,8.75,7.75,10],"texture":"#0"}}},{"from":[11.2375,16.6875,5.675],"to":[11.2375,17.9375,8.8],"rotation":{"angle":45,"axis":"y","origin":[8,17.3125,9.0125]},"faces":{"east":{"uv":[8.25,6,9,6.25],"texture":"#0"}}},{"from":[8.1125,16.6875,5.675],"to":[11.2375,17.9375,5.675],"rotation":{"angle":45,"axis":"y","origin":[8,17.3125,9.0125]},"faces":{"north":{"uv":[9,6,8.25,6.25],"texture":"#0"},"south":{"uv":[7.75,6,9,6.25],"texture":"#0"}}},{"from":[5.925,21.0625,5.3625],"to":[11.55,23.5625,10.9875],"rotation":{"angle":45,"axis":"y","origin":[8,17.3125,9.0125]},"faces":{"north":{"uv":[2.5,10.25,1.25,10.75],"texture":"#0"},"east":{"uv":[1.25,10.25,2.5,10.75],"texture":"#0"},"south":{"uv":[1.25,10.25,2.5,10.75],"texture":"#0"},"west":{"uv":[2.5,10.25,1.25,10.75],"texture":"#0"}}},{"from":[11.55,23.5625,10.9875],"to":[5.925,21.0625,5.3625],"rotation":{"angle":45,"axis":"y","origin":[8,17.3125,9.0125]},"faces":{"north":{"uv":[1.25,10.25,2.5,10.75],"rotation":180,"texture":"#0"},"east":{"uv":[2.5,10.25,1.25,10.75],"rotation":180,"texture":"#0"},"south":{"uv":[1.25,10.25,2.5,10.75],"rotation":180,"texture":"#0"},"west":{"uv":[2.5,10.25,1.25,10.75],"rotation":180,"texture":"#0"}}},{"from":[3.875,7,9.35],"to":[5.125,10.375,11.65],"rotation":{"angle":22.5,"axis":"z","origin":[3.875,7.875,9.25]},"faces":{"north":{"uv":[1.5,8.5,1.75,9.25],"texture":"#0"},"south":{"uv":[11.5,1.25,11.25,2],"texture":"#0"},"west":{"uv":[7.875,1.5,8.375,2.25],"texture":"#0"}}},{"from":[10.875,7,9.35],"to":[12.125,10.375,11.65],"rotation":{"angle":-22.5,"axis":"z","origin":[12.125,7.875,9.25]},"faces":{"north":{"uv":[1.75,8.5,1.5,9.25],"texture":"#0"},"east":{"uv":[8.375,1.5,7.875,2.25],"texture":"#0"},"south":{"uv":[11.25,1.25,11.5,2],"texture":"#0"}}},{"from":[11.6875,14.0125,8],"to":[17.3125,16.5125,13.125],"rotation":{"angle":-22.5,"axis":"z","origin":[15.8125,11.5625,6.75]},"faces":{"north":{"uv":[9,5.625,10.375,6.25],"texture":"#0"},"east":{"uv":[6.5,9.625,7.75,10.25],"texture":"#0"},"south":{"uv":[10.375,5.625,9,6.25],"texture":"#0"},"west":{"uv":[7.75,9.625,6.5,10.25],"texture":"#0"},"up":{"uv":[6.375,9.25,5,8.125],"texture":"#0"},"down":{"uv":[1.375,8.375,0,9.625],"texture":"#0"}}},{"from":[14.6875,16.25,8.625],"to":[16.4375,18,12.5],"rotation":{"angle":22.5,"axis":"z","origin":[15.8125,11.5625,6.75]},"faces":{"north":{"uv":[1.5,10.875,2,11.375],"texture":"#0"},"south":{"uv":[2,10.875,1.5,11.375],"texture":"#0"},"west":{"uv":[10.25,6.25,11.125,6.75],"texture":"#0"},"up":{"uv":[7.625,11.25,7.125,10.375],"texture":"#0"}}},{"from":[18.625,12.25,8.625],"to":[20.375,14,12.5],"rotation":{"angle":22.5,"axis":"z","origin":[15.8125,11.5625,6.75]},"faces":{"north":{"uv":[1.5,11.375,2,10.875],"rotation":90,"texture":"#0"},"east":{"uv":[7.125,11.25,7.625,10.375],"rotation":90,"texture":"#0"},"south":{"uv":[1.5,10.875,2,11.375],"rotation":90,"texture":"#0"},"down":{"uv":[10.25,6.25,11.125,6.75],"rotation":90,"texture":"#0"}}},{"from":[4.25,-7.5,6.4375],"to":[11.75,2.5,14.5625],"rotation":{"angle":0,"axis":"y","origin":[-2,0,-2]},"faces":{"north":{"uv":[2.125,3.75,4,6.25],"texture":"#0"},"east":{"uv":[2,3.75,0,6.25],"texture":"#0"},"south":{"uv":[4,3.75,2.125,6.25],"texture":"#0"},"west":{"uv":[0,3.75,2,6.25],"texture":"#0"},"up":{"uv":[1.875,8.25,0,6.25],"texture":"#0"}}},{"from":[0.5,-8.875,3],"to":[15.5,-6.125,18],"rotation":{"angle":0,"axis":"y","origin":[1.75,-8.625,-2]},"faces":{"north":{"uv":[6.5,6.25,10.25,6.875],"texture":"#0"},"east":{"uv":[10.25,11.25,6.5,11.875],"texture":"#0"},"south":{"uv":[6.5,6.25,10.25,6.875],"texture":"#0"},"west":{"uv":[10.25,11.25,6.5,11.875],"texture":"#0"},"up":{"uv":[3.75,3.75,0,0],"texture":"#0"},"down":{"uv":[2,3.75,2.125,3.875],"texture":"#0"}}},{"from":[3.75,-4.1875,7.6875],"to":[7.5,5,13.3125],"rotation":{"angle":-22.5,"axis":"z","origin":[-2.5,2.5,-2]},"faces":{"north":{"uv":[4,6.875,5,9.125],"texture":"#0"},"south":{"uv":[5,6.875,4,9.125],"texture":"#0"},"west":{"uv":[6.25,0,7.5,2.25],"texture":"#0"},"down":{"uv":[10.25,1,9.25,2.25],"texture":"#0"}}},{"from":[8.5,-4.1875,7.6875],"to":[12.25,5,13.3125],"rotation":{"angle":22.5,"axis":"z","origin":[18.5,2.5,-2]},"faces":{"north":{"uv":[5,6.875,4,9.125],"texture":"#0"},"east":{"uv":[7.5,0,6.25,2.25],"texture":"#0"},"south":{"uv":[4,6.875,5,9.125],"texture":"#0"},"down":{"uv":[9.25,1,10.25,2.25],"texture":"#0"}}},{"from":[6.1875,10.8125,-0.4375],"to":[7.0625,13.2875,0.8125],"rotation":{"angle":0,"axis":"y","origin":[8,13,0.1875]},"faces":{"north":{"uv":[9.25,8.75,9.5,9.25],"texture":"#0"},"east":{"uv":[9.25,8.75,9,9.25],"texture":"#0"},"south":{"uv":[9.25,8.75,9.5,9.25],"texture":"#0"},"west":{"uv":[9,8.75,9.25,9.25],"texture":"#0"},"up":{"uv":[9,9.5,9.25,9.25],"rotation":180,"texture":"#0"},"down":{"uv":[9.25,9.25,9,9.5],"rotation":90,"texture":"#0"}}},{"from":[7.375,10.8125,1.125],"to":[8.625,13.2875,2],"rotation":{"angle":0,"axis":"y","origin":[8,13,0.1875]},"faces":{"north":{"uv":[9.25,8.75,9,9.25],"texture":"#0"},"east":{"uv":[9.5,8.75,9.25,9.25],"texture":"#0"},"south":{"uv":[9,8.75,9.25,9.25],"texture":"#0"},"west":{"uv":[9.25,8.75,9.5,9.25],"texture":"#0"},"up":{"uv":[9.25,9.25,9,9.5],"rotation":270,"texture":"#0"},"down":{"uv":[9.25,9.25,9,9.5],"rotation":180,"texture":"#0"}}},{"from":[8.9375,10.8125,-0.4375],"to":[9.8125,13.2875,0.8125],"rotation":{"angle":0,"axis":"y","origin":[8,13,0.1875]},"faces":{"north":{"uv":[9.5,8.75,9.25,9.25],"texture":"#0"},"east":{"uv":[9,8.75,9.25,9.25],"texture":"#0"},"south":{"uv":[9.25,8.75,9.5,9.25],"texture":"#0"},"west":{"uv":[9.25,8.75,9,9.25],"texture":"#0"},"up":{"uv":[9,9.5,9.25,9.25],"texture":"#0"},"down":{"uv":[9.25,9.5,9,9.25],"rotation":270,"texture":"#0"}}},{"from":[7.375,10.8125,-1.625],"to":[8.625,13.2875,-0.75],"rotation":{"angle":0,"axis":"y","origin":[8,13,0.1875]},"faces":{"north":{"uv":[9,8.75,9.25,9.25],"texture":"#0"},"east":{"uv":[9.25,8.75,9.5,9.25],"texture":"#0"},"south":{"uv":[9.25,8.75,9,9.25],"texture":"#0"},"west":{"uv":[9.5,8.75,9.25,9.25],"texture":"#0"},"up":{"uv":[9,9.25,9.25,9.5],"rotation":180,"texture":"#0"},"down":{"uv":[9.25,9.25,9,9.5],"texture":"#0"}}},{"from":[6.62375,9.24875,-0.06375],"to":[8.75125,13.00125,4.93875],"rotation":{"angle":22.5,"axis":"y","origin":[-2.25,7.6875,10.375]},"faces":{"north":{"uv":[6.5,10.25,7,11.125],"texture":"#0"},"east":{"uv":[1.5,9.375,2.75,10.25],"texture":"#0"},"south":{"uv":[7,10.25,6.5,11.125],"texture":"#0"},"west":{"uv":[9.375,2.625,10.625,3.5],"texture":"#0"},"up":{"uv":[8.875,11.25,8.375,10],"texture":"#0"},"down":{"uv":[10.5,9.375,10,10.625],"texture":"#0"}}},{"from":[4.08625,12.37375,-2.00125],"to":[7.93875,13.62625,-0.74875],"rotation":{"angle":22.5,"axis":"z","origin":[6.3125,13,-1.375]},"faces":{"north":{"uv":[11.5,7.875,10.625,8.125],"texture":"#0"},"east":{"uv":[10.625,10.375,10.875,10.625],"texture":"#0"},"south":{"uv":[10.625,7.875,11.5,8.125],"texture":"#0"},"up":{"uv":[11.5,8.375,10.625,8.125],"texture":"#0"},"down":{"uv":[11.5,8.5,10.625,8.75],"texture":"#0"}}},{"from":[4.43625,12.37375,0.06125],"to":[8.18875,13.62625,1.31375],"rotation":{"angle":22.5,"axis":"z","origin":[6.625,13,0.6875]},"faces":{"north":{"uv":[11.5,6.875,10.625,7.125],"texture":"#0"},"east":{"uv":[1,10.625,1.25,10.875],"texture":"#0"},"south":{"uv":[10.625,6.875,11.5,7.125],"texture":"#0"},"up":{"uv":[11.5,7.5,10.625,7.25],"texture":"#0"},"down":{"uv":[11.5,7.5,10.625,7.75],"texture":"#0"}}},{"from":[3.9375,10.9375,-4.0625],"to":[7.0625,12.1875,-2.8125],"rotation":{"angle":-22.5,"axis":"z","origin":[5.875,12.375,-3.0625]},"faces":{"north":{"uv":[11.375,8.75,10.625,9],"texture":"#0"},"east":{"uv":[10.875,0.625,11.125,0.875],"texture":"#0"},"south":{"uv":[10.625,8.75,11.375,9],"texture":"#0"},"west":{"uv":[2.75,11,3,11.25],"texture":"#0"},"up":{"uv":[11.375,9.25,10.625,9],"texture":"#0"},"down":{"uv":[11.375,9.375,10.625,9.625],"texture":"#0"}}},{"from":[6.04429,9.50682,0],"to":[7.29429,12.00683,1.25],"rotation":{"angle":-45,"axis":"z","origin":[6.66929,11.06933,0.625]},"faces":{"north":{"uv":[1.25,9.75,1.5,10.25],"texture":"#0"},"east":{"uv":[3.75,9.75,4,10.25],"texture":"#0"},"south":{"uv":[2.5,10.25,2.75,10.875],"texture":"#0"},"west":{"uv":[2.25,11,2.5,11.5],"texture":"#0"},"up":{"uv":[10.5,2.5,10.25,2.25],"texture":"#0"},"down":{"uv":[10,10.25,9.75,10.5],"texture":"#0"}}},{"from":[-2.9375,9.875,-3.375],"to":[0.1875,13,4.125],"rotation":{"angle":-22.5,"axis":"y","origin":[-2.3125,8,9.25]},"faces":{"east":{"uv":[11.25,3.75,12,5.5],"rotation":90,"texture":"#0"},"west":{"uv":[9,0,10.75,0.75],"texture":"#0"},"up":{"uv":[9.75,5.5,9,3.75],"texture":"#0"},"down":{"uv":[9.75,6.875,9,8.625],"texture":"#0"}}},{"from":[-0.5,9.5625,4.25],"to":[2.625,13.9375,6.75],"rotation":{"angle":22.5,"axis":"z","origin":[0.125,8.9375,9.25]},"faces":{"north":{"uv":[2.75,9.75,3.5,10.75],"texture":"#0"},"east":{"uv":[11.5,1.875,12.625,1.25],"rotation":90,"texture":"#0"},"west":{"uv":[10,3.5,10.625,4.5],"texture":"#0"},"up":{"uv":[11,2.125,10.25,1.5],"texture":"#0"},"down":{"uv":[4.5,10.25,3.75,10.875],"texture":"#0"}}},{"from":[-1,9.0625,6.75],"to":[4,14.0625,13],"rotation":{"angle":22.5,"axis":"z","origin":[0.1875,10.3125,6.75]},"faces":{"north":{"uv":[2.75,8.5,4,9.625],"texture":"#0"},"east":{"uv":[6.5,6.875,5,8],"texture":"#0"},"south":{"uv":[6.5,8.5,7.75,9.625],"texture":"#0"},"west":{"uv":[11.25,2,12.375,3.5],"rotation":90,"texture":"#0"},"up":{"uv":[7.75,8.375,6.5,6.875],"texture":"#0"},"down":{"uv":[9,0,7.75,1.5],"texture":"#0"}}},{"from":[-1.6875,9.875,4.125],"to":[0.1875,13,6],"rotation":{"angle":-22.5,"axis":"y","origin":[-2.3125,8,9.25]},"faces":{"east":{"uv":[10.625,5.25,11.125,6],"texture":"#0"},"up":{"uv":[10.125,11.125,9.625,10.625],"texture":"#0"},"down":{"uv":[11.125,9.625,10.625,10.125],"texture":"#0"}}},{"from":[7.24875,9.24875,-0.06375],"to":[9.37625,13.00125,4.93875],"rotation":{"angle":-22.5,"axis":"y","origin":[18.25,7.6875,10.375]},"faces":{"north":{"uv":[7,10.25,6.5,11.125],"texture":"#0"},"east":{"uv":[10.625,2.625,9.375,3.5],"texture":"#0"},"south":{"uv":[6.5,10.25,7,11.125],"texture":"#0"},"west":{"uv":[2.75,9.375,1.5,10.25],"texture":"#0"},"up":{"uv":[8.375,11.25,8.875,10],"texture":"#0"},"down":{"uv":[10,9.375,10.5,10.625],"texture":"#0"}}},{"from":[8.06125,12.37375,-2.00125],"to":[11.91375,13.62625,-0.74875],"rotation":{"angle":-22.5,"axis":"z","origin":[9.6875,13,-1.375]},"faces":{"north":{"uv":[10.625,7.875,11.5,8.125],"texture":"#0"},"south":{"uv":[11.5,7.875,10.625,8.125],"texture":"#0"},"west":{"uv":[10.875,10.375,10.625,10.625],"texture":"#0"},"up":{"uv":[10.625,8.375,11.5,8.125],"texture":"#0"},"down":{"uv":[10.625,8.5,11.5,8.75],"texture":"#0"}}},{"from":[7.81125,12.37375,0.06125],"to":[11.56375,13.62625,1.31375],"rotation":{"angle":-22.5,"axis":"z","origin":[9.375,13,0.6875]},"faces":{"north":{"uv":[10.625,6.875,11.5,7.125],"texture":"#0"},"south":{"uv":[11.5,6.875,10.625,7.125],"texture":"#0"},"west":{"uv":[1.25,10.625,1,10.875],"texture":"#0"},"up":{"uv":[10.625,7.5,11.5,7.25],"texture":"#0"},"down":{"uv":[10.625,7.5,11.5,7.75],"texture":"#0"}}},{"from":[8.9375,10.9375,-4.0625],"to":[12.0625,12.1875,-2.8125],"rotation":{"angle":22.5,"axis":"z","origin":[10.125,12.375,-3.0625]},"faces":{"north":{"uv":[10.625,8.75,11.375,9],"texture":"#0"},"east":{"uv":[3,11,2.75,11.25],"texture":"#0"},"south":{"uv":[11.375,8.75,10.625,9],"texture":"#0"},"west":{"uv":[11.125,0.625,10.875,0.875],"texture":"#0"},"up":{"uv":[10.625,9.25,11.375,9],"texture":"#0"},"down":{"uv":[10.625,9.375,11.375,9.625],"texture":"#0"}}},{"from":[8.70571,9.50682,0],"to":[9.95571,12.00683,1.25],"rotation":{"angle":45,"axis":"z","origin":[9.33071,11.06933,0.625]},"faces":{"north":{"uv":[1.5,9.75,1.25,10.25],"texture":"#0"},"east":{"uv":[2.5,11,2.25,11.5],"texture":"#0"},"south":{"uv":[2.75,10.25,2.5,10.875],"texture":"#0"},"west":{"uv":[4,9.75,3.75,10.25],"texture":"#0"},"up":{"uv":[10.25,2.5,10.5,2.25],"texture":"#0"},"down":{"uv":[9.75,10.25,10,10.5],"texture":"#0"}}},{"from":[15.8125,9.875,-3.375],"to":[18.9375,13,4.125],"rotation":{"angle":22.5,"axis":"y","origin":[18.3125,8,9.25]},"faces":{"east":{"uv":[10.75,0,9,0.75],"texture":"#0"},"west":{"uv":[11.25,5.5,12,3.75],"rotation":90,"texture":"#0"},"up":{"uv":[9,5.5,9.75,3.75],"texture":"#0"},"down":{"uv":[9,6.875,9.75,8.625],"texture":"#0"}}},{"from":[13.375,9.5625,4.25],"to":[16.5,13.9375,6.75],"rotation":{"angle":-22.5,"axis":"z","origin":[15.875,8.9375,9.25]},"faces":{"north":{"uv":[3.5,9.75,2.75,10.75],"texture":"#0"},"east":{"uv":[10.625,3.5,10,4.5],"texture":"#0"},"west":{"uv":[11.5,1.25,12.625,1.875],"rotation":90,"texture":"#0"},"up":{"uv":[10.25,2.125,11,1.5],"texture":"#0"},"down":{"uv":[3.75,10.25,4.5,10.875],"texture":"#0"}}},{"from":[12,9.0625,6.75],"to":[17,14.0625,13],"rotation":{"angle":-22.5,"axis":"z","origin":[15.8125,10.3125,6.75]},"faces":{"north":{"uv":[4,8.5,2.75,9.625],"texture":"#0"},"east":{"uv":[11.25,3.5,12.375,2],"rotation":90,"texture":"#0"},"south":{"uv":[7.75,8.5,6.5,9.625],"texture":"#0"},"west":{"uv":[5,6.875,6.5,8],"texture":"#0"},"up":{"uv":[6.5,8.375,7.75,6.875],"texture":"#0"},"down":{"uv":[7.75,0,9,1.5],"texture":"#0"}}},{"from":[15.8125,9.875,4.125],"to":[17.6875,13,6],"rotation":{"angle":22.5,"axis":"y","origin":[18.3125,8,9.25]},"faces":{"west":{"uv":[11.125,5.25,10.625,6],"texture":"#0"},"up":{"uv":[9.625,11.125,10.125,10.625],"texture":"#0"},"down":{"uv":[10.625,9.625,11.125,10.125],"texture":"#0"}}}],"display":{"gui":{"rotation":[30,225,0],"translation":[0,1.25,0],"scale":[0.625,0.625,0.625]},"head":{"translation":[0,5.45,-5.25],"scale":[3,3,3]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/statue_colossal_guild.json b/assets/minecraft/models/item/wynn/housing/furniture/statue_colossal_guild.json new file mode 100644 index 000000000..89d219bf0 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/statue_colossal_guild.json @@ -0,0 +1 @@ +{"parent":"item/wynn/housing/furniture/statue_colossal","textures":{"0":"wynn/housing/furniture/statue_colossal_guild","particle":"wynn/housing/furniture/statue_colossal_guild"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/statue_colossal_normal.json b/assets/minecraft/models/item/wynn/housing/furniture/statue_colossal_normal.json new file mode 100644 index 000000000..e88b37834 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/statue_colossal_normal.json @@ -0,0 +1 @@ +{"parent":"item/wynn/housing/furniture/statue_colossal","textures":{"0":"wynn/housing/furniture/statue_colossal_normal","particle":"wynn/housing/furniture/statue_colossal_normal"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/statue_eldritch.json b/assets/minecraft/models/item/wynn/housing/furniture/statue_eldritch.json new file mode 100644 index 000000000..b17cf23aa --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/statue_eldritch.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/handheld","textures":{"1":"wynn/housing/furniture/statue_eldritch","2":"wynn/housing/furniture/statue_eldritch_a","particle":"wynn/housing/furniture/statue_eldritch_a"},"elements":[{"from":[3,16.5,0.5],"to":[13,22.5,3.5],"rotation":{"angle":22.5,"axis":"x","origin":[8,16.5,0.5]},"faces":{"north":{"uv":[6.125,0,8.625,1.5],"texture":"#1"},"east":{"uv":[11.25,6.25,12,7.75],"texture":"#1"},"west":{"uv":[12,6.25,11.25,7.75],"texture":"#1"}}},{"from":[2.99,10.49,0.49],"to":[13.01,16.51,3.51],"rotation":{"angle":-22.5,"axis":"x","origin":[8,16.5,0.5]},"faces":{"north":{"uv":[6.125,1.5,8.625,3],"texture":"#1"},"east":{"uv":[10.5,6.25,11.25,7.75],"texture":"#1"},"west":{"uv":[11.25,6.25,10.5,7.75],"texture":"#1"}}},{"from":[2.98,10.98,2.98],"to":[13.02,21.02,7.02],"rotation":{"angle":0,"axis":"y","origin":[8,16.5,5]},"faces":{"east":{"uv":[12.75,3.875,13.75,6.375],"texture":"#1"},"west":{"uv":[13.75,3.875,12.75,6.375],"texture":"#1"}}},{"from":[4,7.55,1.05],"to":[12,9.55,5.05],"rotation":{"angle":-22.5,"axis":"x","origin":[-0.9,11,-2]},"faces":{"north":{"uv":[10.5,9.75,12.5,9.25],"texture":"#1"},"east":{"uv":[12.375,1.25,13.375,1.75],"texture":"#1"},"west":{"uv":[13.375,1.25,12.375,1.75],"texture":"#1"},"up":{"uv":[10.25,7.25,8.25,6.25],"texture":"#1"},"down":{"uv":[5.75,0.25,5.625,0.375],"texture":"#1"}}},{"from":[12,8.55,1.05],"to":[15,10.55,7.05],"rotation":{"angle":-22.5,"axis":"x","origin":[-0.9,11,-2]},"faces":{"north":{"uv":[12,7.375,12.75,6.875],"texture":"#1"},"east":{"uv":[10.5,8.75,12,8.25],"texture":"#1"},"south":{"uv":[12,7.375,12.75,6.875],"texture":"#1"},"west":{"uv":[12,9.25,10.5,8.75],"texture":"#1"},"up":{"uv":[12.625,3.875,11.875,2.375],"texture":"#1"},"down":{"uv":[14.125,2.375,13.375,3.875],"texture":"#1"}}},{"from":[1,8.55,1.05],"to":[4,10.55,7.05],"rotation":{"angle":-22.5,"axis":"x","origin":[-0.9,11,-2]},"faces":{"north":{"uv":[12.75,7.375,12,6.875],"texture":"#1"},"east":{"uv":[10.5,9.25,12,8.75],"texture":"#1"},"south":{"uv":[12.75,7.375,12,6.875],"texture":"#1"},"west":{"uv":[12,8.75,10.5,8.25],"texture":"#1"},"up":{"uv":[11.875,3.875,12.625,2.375],"texture":"#1"},"down":{"uv":[13.375,2.375,14.125,3.875],"texture":"#1"}}},{"from":[4,23.75,3],"to":[12,25.75,7],"rotation":{"angle":22.5,"axis":"x","origin":[-0.9,27,-2]},"faces":{"north":{"uv":[10.5,9.25,12.5,9.75],"texture":"#1"},"east":{"uv":[5.875,0.5,6,0.625],"texture":"#1"},"west":{"uv":[5.875,0.5,6,0.625],"texture":"#1"},"up":{"uv":[5.75,0.25,5.625,0.375],"texture":"#1"},"down":{"uv":[10.25,6.25,8.25,7.25],"texture":"#1"}}},{"from":[12,22.75,3],"to":[15,24.75,9],"rotation":{"angle":22.5,"axis":"x","origin":[-0.9,27,-2]},"faces":{"north":{"uv":[12,6.875,12.75,7.375],"texture":"#1"},"east":{"uv":[10.5,8.25,12,8.75],"texture":"#1"},"south":{"uv":[12,6.875,12.75,7.375],"texture":"#1"},"west":{"uv":[12,8.75,10.5,9.25],"texture":"#1"},"up":{"uv":[11.875,3.85,11.125,2.35],"texture":"#1"},"down":{"uv":[12.625,2.35,11.875,3.85],"texture":"#1"}}},{"from":[1,22.75,3],"to":[4,24.75,9],"rotation":{"angle":22.5,"axis":"x","origin":[-0.9,27,-2]},"faces":{"north":{"uv":[12.75,6.875,12,7.375],"texture":"#1"},"east":{"uv":[10.5,8.75,12,9.25],"texture":"#1"},"south":{"uv":[12.75,6.875,12,7.375],"texture":"#1"},"west":{"uv":[12,8.25,10.5,8.75],"texture":"#1"},"up":{"uv":[13.375,3.875,12.625,2.375],"texture":"#1"},"down":{"uv":[11.875,2.375,12.625,3.875],"texture":"#1"}}},{"from":[1.48,10.98,5.23],"to":[14.52,22.02,13.27],"rotation":{"angle":0,"axis":"y","origin":[0,11,-2]},"faces":{"north":{"uv":[7.25,7.25,10.5,10],"texture":"#1"},"east":{"uv":[5.25,6,7.25,8.75],"texture":"#1"},"south":{"uv":[5.25,6,5.375,8.75],"texture":"#1"},"west":{"uv":[7.25,6,5.25,8.75],"texture":"#1"},"up":{"uv":[9.375,5,6.125,3],"texture":"#1"},"down":{"uv":[5.75,0.25,5.625,0.375],"texture":"#1"}}},{"from":[7.25,11,8.5],"to":[14.25,22,11.5],"rotation":{"angle":-22.5,"axis":"y","origin":[0,11,-2]},"faces":{"south":{"uv":[5.25,6,3.5,8.75],"texture":"#1"},"up":{"uv":[8.625,2.75,10.375,2],"texture":"#1"},"down":{"uv":[5.75,0.25,5.625,0.375],"texture":"#1"}}},{"from":[1.74,10.99,8.49],"to":[8.76,22.01,11.51],"rotation":{"angle":22.5,"axis":"y","origin":[16,11,-2]},"faces":{"south":{"uv":[3.5,6,5.25,8.75],"texture":"#1"},"up":{"uv":[10.375,2.75,8.625,2],"texture":"#1"},"down":{"uv":[5.75,0.25,5.625,0.375],"texture":"#1"}}},{"from":[2.9945,21.9945,2.1445],"to":[13.0055,24.0055,8.1555],"rotation":{"angle":0,"axis":"y","origin":[0,11,-2]},"faces":{"north":{"uv":[10.5,7.75,13,8.25],"texture":"#1"},"east":{"uv":[11.125,3.875,12.625,4.375],"texture":"#1"},"south":{"uv":[10.5,7.75,13,8.25],"texture":"#1"},"west":{"uv":[12.625,3.875,11.125,4.375],"texture":"#1"},"up":{"uv":[11.125,1.5,8.625,0],"texture":"#1"}}},{"from":[3,24,2.08],"to":[13,29,2.09],"rotation":{"angle":-22.5,"axis":"x","origin":[8,24,2.15]},"faces":{"north":{"uv":[11.125,0,13.625,1.25],"texture":"#1"},"south":{"uv":[13.625,0,11.125,1.25],"texture":"#1"}}},{"from":[9.3,22,-4],"to":[16.3,24,3],"rotation":{"angle":-45,"axis":"y","origin":[0,11,-2]},"faces":{"east":{"uv":[9.375,2.75,11.125,3.25],"texture":"#1"},"south":{"uv":[11.125,2.75,9.375,3.25],"texture":"#1"},"up":{"uv":[11.125,5,9.375,3.25],"texture":"#1"}}},{"from":[0,27,3],"to":[2,32,5],"rotation":{"angle":-45,"axis":"z","origin":[0,11,-2]},"faces":{"north":{"uv":[13.5,6.375,14,7.625],"texture":"#1"},"east":{"uv":[13,6.375,13.5,7.625],"texture":"#1"},"south":{"uv":[14,6.375,13.5,7.625],"texture":"#1"},"west":{"uv":[13,7.625,13.5,8.875],"texture":"#1"},"up":{"uv":[14,8.125,13.5,7.625],"texture":"#1"}}},{"from":[7.25,28.5,3.25],"to":[8.75,31.5,4.75],"rotation":{"angle":-22.5,"axis":"z","origin":[0,11,-2]},"faces":{"north":{"uv":[12,8.25,12.375,9],"texture":"#1"},"east":{"uv":[13.5,8.125,13.875,8.875],"texture":"#1"},"south":{"uv":[12.375,8.25,12,9],"texture":"#1"},"west":{"uv":[12.75,8.25,12.375,9],"texture":"#1"},"up":{"uv":[13.75,1.625,13.375,1.25],"texture":"#1"}}},{"from":[15,23.6,3.25],"to":[17,24.6,4.75],"rotation":{"angle":0,"axis":"z","origin":[0,11,-2]},"faces":{"north":{"uv":[11.125,4.375,11.625,4.625],"texture":"#1"},"east":{"uv":[11.125,4.625,11.5,4.875],"texture":"#1"},"south":{"uv":[11.625,4.375,11.125,4.625],"texture":"#1"},"up":{"uv":[12.625,4.75,12.125,4.375],"texture":"#1"},"down":{"uv":[12.125,4.375,11.625,4.75],"texture":"#1"}}},{"from":[14,27,3],"to":[16,32,5],"rotation":{"angle":45,"axis":"z","origin":[16,11,-2]},"faces":{"north":{"uv":[14,6.375,13.5,7.625],"texture":"#1"},"east":{"uv":[13.5,7.625,13,8.875],"texture":"#1"},"south":{"uv":[13.5,6.375,14,7.625],"texture":"#1"},"west":{"uv":[13.5,6.375,13,7.625],"texture":"#1"},"up":{"uv":[13.5,8.125,14,7.625],"texture":"#1"}}},{"from":[7.25,28.5,3.25],"to":[8.75,31.5,4.75],"rotation":{"angle":22.5,"axis":"z","origin":[16,11,-2]},"faces":{"north":{"uv":[12.375,8.25,12,9],"texture":"#1"},"east":{"uv":[12.75,8.25,12.375,9],"texture":"#1"},"south":{"uv":[12,8.25,12.375,9],"texture":"#1"},"west":{"uv":[13.875,8.125,13.5,8.875],"texture":"#1"},"up":{"uv":[13.375,1.625,13.75,1.25],"texture":"#1"}}},{"from":[-1,23.6,3.25],"to":[1,24.6,4.75],"rotation":{"angle":0,"axis":"z","origin":[16,11,-2]},"faces":{"north":{"uv":[11.625,4.375,11.125,4.625],"texture":"#1"},"south":{"uv":[11.125,4.375,11.625,4.625],"texture":"#1"},"west":{"uv":[11.5,4.625,11.125,4.875],"texture":"#1"},"up":{"uv":[12.125,4.75,12.625,4.375],"texture":"#1"},"down":{"uv":[11.625,4.375,12.125,4.75],"texture":"#1"}}},{"from":[13,16,3],"to":[18,18,5],"rotation":{"angle":-22.5,"axis":"z","origin":[-3,16,-2]},"faces":{"north":{"uv":[12.5,9.25,13.75,9.75],"texture":"#1"},"east":{"uv":[1.125,9.875,1.625,10.375],"texture":"#1"},"south":{"uv":[13.75,9.25,12.5,9.75],"texture":"#1"},"up":{"uv":[12.375,1.75,11.125,1.25],"texture":"#1"},"down":{"uv":[12.375,1.75,11.125,2.25],"texture":"#1"}}},{"from":[4.25,-4.5,3.25],"to":[5.75,-1.5,4.75],"rotation":{"angle":45,"axis":"z","origin":[-3,16,-2]},"faces":{"north":{"uv":[0,9.875,0.375,10.625],"texture":"#1"},"east":{"uv":[0.375,9.875,0.75,10.625],"texture":"#1"},"south":{"uv":[0.375,9.875,0,10.625],"texture":"#1"},"west":{"uv":[0.75,9.875,1.125,10.625],"texture":"#1"},"down":{"uv":[2,9.875,1.625,10.25],"texture":"#1"}}},{"from":[12,2.4,3.25],"to":[14,3.4,4.75],"rotation":{"angle":22.5,"axis":"z","origin":[-3,16,-2]},"faces":{"north":{"uv":[12.375,1.75,12.875,2],"texture":"#1"},"east":{"uv":[12.375,2,12.75,2.25],"texture":"#1"},"south":{"uv":[12.875,1.75,12.375,2],"texture":"#1"},"up":{"uv":[13.375,2.125,12.875,1.75],"texture":"#1"},"down":{"uv":[5.75,0.25,5.625,0.375],"texture":"#1"}}},{"from":[10.25,-4.5,3.25],"to":[11.75,-1.5,4.75],"rotation":{"angle":-45,"axis":"z","origin":[19,16,-2]},"faces":{"north":{"uv":[0.375,9.875,0,10.625],"texture":"#1"},"east":{"uv":[1.125,9.875,0.75,10.625],"texture":"#1"},"south":{"uv":[0,9.875,0.375,10.625],"texture":"#1"},"west":{"uv":[0.75,9.875,0.375,10.625],"texture":"#1"},"down":{"uv":[1.625,9.875,2,10.25],"texture":"#1"}}},{"from":[2,2.4,3.25],"to":[4,3.4,4.75],"rotation":{"angle":-22.5,"axis":"z","origin":[19,16,-2]},"faces":{"north":{"uv":[12.875,1.75,12.375,2],"texture":"#1"},"south":{"uv":[12.375,1.75,12.875,2],"texture":"#1"},"west":{"uv":[12.75,2,12.375,2.25],"texture":"#1"},"up":{"uv":[12.875,2.125,13.375,1.75],"texture":"#1"},"down":{"uv":[5.75,0.25,5.625,0.375],"texture":"#1"}}},{"from":[-2,16,3],"to":[3,18,5],"rotation":{"angle":22.5,"axis":"z","origin":[19,16,-2]},"faces":{"north":{"uv":[13.75,9.25,12.5,9.75],"texture":"#1"},"south":{"uv":[12.5,9.25,13.75,9.75],"texture":"#1"},"west":{"uv":[1.625,9.875,1.125,10.375],"texture":"#1"},"up":{"uv":[11.125,1.75,12.375,1.25],"texture":"#1"},"down":{"uv":[11.125,1.75,12.375,2.25],"texture":"#1"}}},{"from":[3,9,3],"to":[13,11,13],"rotation":{"angle":0,"axis":"y","origin":[0,11,-2]},"faces":{"north":{"uv":[5.75,0.25,5.625,0.375],"texture":"#1"},"east":{"uv":[8.625,1.5,11.125,2],"texture":"#1"},"south":{"uv":[8.625,1.5,11.125,2],"texture":"#1"},"west":{"uv":[11.125,1.5,8.625,2],"texture":"#1"}}},{"from":[1,5,1],"to":[15,9,15],"rotation":{"angle":0,"axis":"y","origin":[0,11,-2]},"faces":{"north":{"uv":[3.5,8.625,7,9.625],"texture":"#1"},"east":{"uv":[3.5,8.625,7,9.625],"texture":"#1"},"south":{"uv":[3.5,8.625,7,9.625],"texture":"#1"},"west":{"uv":[7,8.625,3.5,9.625],"texture":"#1"},"up":{"uv":[3.5,9.5,0,6],"texture":"#1"}}},{"from":[-4,4,-4],"to":[20,5,20],"rotation":{"angle":0,"axis":"y","origin":[0,11,-2]},"faces":{"north":{"uv":[0,9.625,6,9.875],"texture":"#1"},"east":{"uv":[6,9.625,0,9.875],"texture":"#1"},"south":{"uv":[0,9.625,6,9.875],"texture":"#1"},"west":{"uv":[6,9.625,0,9.875],"texture":"#1"},"up":{"uv":[6,6,0,0],"texture":"#1"},"down":{"uv":[8,15.875,2,9.875],"texture":"#1"}}},{"from":[-4,-1,-4],"to":[20,2,20],"rotation":{"angle":0,"axis":"y","origin":[0,11,-2]},"faces":{"north":{"uv":[6.125,5,12.125,5.75],"texture":"#1"},"east":{"uv":[6.125,5,12.125,5.75],"texture":"#1"},"south":{"uv":[6.125,5,12.125,5.75],"texture":"#1"},"west":{"uv":[6.125,5,12.125,5.75],"texture":"#1"},"up":{"uv":[7.875,15.875,1.875,9.875],"texture":"#1"},"down":{"uv":[7.25,1.375,7.125,1.5],"texture":"#1"}}},{"from":[-3,2,-3],"to":[19,4,19],"rotation":{"angle":0,"axis":"y","origin":[0,11,-2]},"faces":{"north":{"uv":[7.25,5.75,12.75,6.25],"texture":"#1"},"east":{"uv":[7.25,5.75,12.75,6.25],"texture":"#1"},"south":{"uv":[7.25,5.75,12.75,6.25],"texture":"#1"},"west":{"uv":[7.25,5.75,12.75,6.25],"texture":"#1"}}},{"from":[15,5,-3],"to":[19,7,1],"rotation":{"angle":0,"axis":"y","origin":[0,11,0]},"faces":{"north":{"uv":[12,6.375,13,6.875],"texture":"#1"},"east":{"uv":[13,6.375,12,6.875],"texture":"#1"},"south":{"uv":[12,6.375,13,6.875],"texture":"#1"},"west":{"uv":[13,6.375,12,6.875],"texture":"#1"},"up":{"uv":[8.25,7.25,7.25,6.25],"rotation":90,"texture":"#1"}}},{"from":[-3,5,-3],"to":[1,7,1],"rotation":{"angle":0,"axis":"y","origin":[-1,8.1875,-1]},"faces":{"north":{"uv":[12,6.375,13,6.875],"texture":"#1"},"east":{"uv":[12,6.375,13,6.875],"texture":"#1"},"south":{"uv":[12,6.375,13,6.875],"texture":"#1"},"west":{"uv":[12,6.375,13,6.875],"texture":"#1"},"up":{"uv":[8.25,7.25,7.25,6.25],"rotation":90,"texture":"#1"}}},{"from":[-3,5,15],"to":[1,7,19],"rotation":{"angle":0,"axis":"y","origin":[-1,8.1875,17]},"faces":{"north":{"uv":[12,6.375,13,6.875],"texture":"#1"},"east":{"uv":[12,6.375,13,6.875],"texture":"#1"},"south":{"uv":[12,6.375,13,6.875],"texture":"#1"},"west":{"uv":[12,6.375,13,6.875],"texture":"#1"},"up":{"uv":[8.25,7.25,7.25,6.25],"rotation":90,"texture":"#1"}}},{"from":[15,5,15],"to":[19,7,19],"rotation":{"angle":0,"axis":"y","origin":[17,8.1875,17]},"faces":{"north":{"uv":[12,6.375,13,6.875],"texture":"#1"},"east":{"uv":[12,6.375,13,6.875],"texture":"#1"},"south":{"uv":[12,6.375,13,6.875],"texture":"#1"},"west":{"uv":[12,6.375,13,6.875],"texture":"#1"},"up":{"uv":[8.25,7.25,7.25,6.25],"rotation":90,"texture":"#1"}}},{"from":[16,7,-0.5],"to":[17,9,0.5],"faces":{"north":{"uv":[2,0,0,4],"texture":"#2"},"east":{"uv":[0,0,2,4],"texture":"#2"},"south":{"uv":[2,0,0,4],"texture":"#2"},"west":{"uv":[0,0,2,4],"texture":"#2"},"up":{"uv":[2,0,4,2],"texture":"#2"}}},{"from":[17.5,7,-1],"to":[18.5,10,0],"faces":{"north":{"uv":[6,0,8,6],"texture":"#2"},"east":{"uv":[8,0,6,6],"texture":"#2"},"south":{"uv":[6,0,8,6],"texture":"#2"},"west":{"uv":[8,0,6,6],"texture":"#2"},"up":{"uv":[2,2,4,0],"texture":"#2"}}},{"from":[15.5,7,-2],"to":[16.5,9.5,-1],"faces":{"north":{"uv":[4,0,6,5],"texture":"#2"},"east":{"uv":[6,0,4,5],"texture":"#2"},"south":{"uv":[4,0,6,5],"texture":"#2"},"west":{"uv":[6,0,4,5],"texture":"#2"},"up":{"uv":[2,2,4,0],"texture":"#2"}}},{"from":[17,7,-2.5],"to":[18,9,-1.5],"faces":{"north":{"uv":[0,0,2,4],"texture":"#2"},"east":{"uv":[2,0,0,4],"texture":"#2"},"south":{"uv":[0,0,2,4],"texture":"#2"},"west":{"uv":[2,0,0,4],"texture":"#2"},"up":{"uv":[4,2,2,0],"texture":"#2"}}},{"from":[16.5,9,-0.25],"to":[16.51,9.5,0.25],"faces":{"east":{"uv":[0,4,1,5],"texture":"#2"},"west":{"uv":[0,4,1,5],"texture":"#2"}}},{"from":[16.25,9,0],"to":[16.75,9.5,0.01],"rotation":{"angle":0,"axis":"y","origin":[16.5,9.25,0]},"faces":{"north":{"uv":[0,4,1,5],"texture":"#2"},"south":{"uv":[0,4,1,5],"texture":"#2"}}},{"from":[18,10,-0.75],"to":[18.01,10.75,-0.25],"faces":{"east":{"uv":[0,4,1,5],"texture":"#2"},"west":{"uv":[0,4,1,5],"texture":"#2"}}},{"from":[17.75,10,-0.5],"to":[18.25,10.75,-0.49],"rotation":{"angle":0,"axis":"y","origin":[16.5,9.25,0]},"faces":{"north":{"uv":[0,4,1,5],"texture":"#2"},"south":{"uv":[0,4,1,5],"texture":"#2"}}},{"from":[16,9.25,-1.75],"to":[16.01,10,-1.25],"faces":{"east":{"uv":[0,4,1,5],"texture":"#2"},"west":{"uv":[0,4,1,5],"texture":"#2"}}},{"from":[15.75,9.25,-1.5],"to":[16.25,10,-1.49],"rotation":{"angle":0,"axis":"y","origin":[16.5,9.25,0]},"faces":{"north":{"uv":[0,4,1,5],"texture":"#2"},"south":{"uv":[0,4,1,5],"texture":"#2"}}},{"from":[17.5,9,-2.25],"to":[17.51,9.5,-1.75],"faces":{"east":{"uv":[0,4,1,5],"texture":"#2"},"west":{"uv":[0,4,1,5],"texture":"#2"}}},{"from":[17.25,9,-2],"to":[17.75,9.5,-1.99],"rotation":{"angle":0,"axis":"y","origin":[16.5,9.25,0]},"faces":{"north":{"uv":[0,4,1,5],"texture":"#2"},"south":{"uv":[0,4,1,5],"texture":"#2"}}},{"from":[-0.5,7,-1],"to":[0.5,9,0],"rotation":{"angle":0,"axis":"y","origin":[-1,8.1875,-1]},"faces":{"north":{"uv":[2,0,0,4],"texture":"#2"},"east":{"uv":[0,0,2,4],"texture":"#2"},"south":{"uv":[2,0,0,4],"texture":"#2"},"west":{"uv":[0,0,2,4],"texture":"#2"},"up":{"uv":[4,2,2,0],"rotation":90,"texture":"#2"}}},{"from":[-1,7,-2.5],"to":[0,9.5,-1.5],"rotation":{"angle":0,"axis":"y","origin":[-1,8.1875,-1]},"faces":{"north":{"uv":[6,0,4,5],"texture":"#2"},"east":{"uv":[4,0,6,5],"texture":"#2"},"south":{"uv":[6,0,4,5],"texture":"#2"},"west":{"uv":[4,0,6,5],"texture":"#2"},"up":{"uv":[2,2,4,0],"rotation":90,"texture":"#2"}}},{"from":[-2,7,-0.5],"to":[-1,10,0.5],"rotation":{"angle":0,"axis":"y","origin":[-1,8.1875,-1]},"faces":{"north":{"uv":[8,0,6,6],"texture":"#2"},"east":{"uv":[6,0,8,6],"texture":"#2"},"south":{"uv":[8,0,6,6],"texture":"#2"},"west":{"uv":[6,0,8,6],"texture":"#2"},"up":{"uv":[2,2,4,0],"rotation":90,"texture":"#2"}}},{"from":[-2.5,7,-2],"to":[-1.5,9,-1],"rotation":{"angle":0,"axis":"y","origin":[-1,8.1875,-1]},"faces":{"north":{"uv":[0,0,2,4],"texture":"#2"},"east":{"uv":[2,0,0,4],"texture":"#2"},"south":{"uv":[0,0,2,4],"texture":"#2"},"west":{"uv":[2,0,0,4],"texture":"#2"},"up":{"uv":[2,0,4,2],"rotation":90,"texture":"#2"}}},{"from":[-2.25,9,-1.5],"to":[-1.75,9.5,-1.49],"rotation":{"angle":0,"axis":"y","origin":[-1,8.1875,-1]},"faces":{"north":{"uv":[0,4,1,5],"texture":"#2"},"south":{"uv":[0,4,1,5],"texture":"#2"}}},{"from":[-2,9,-1.75],"to":[-1.99,9.5,-1.25],"rotation":{"angle":0,"axis":"y","origin":[-1,8.1875,-1]},"faces":{"east":{"uv":[0,4,1,5],"texture":"#2"},"west":{"uv":[0,4,1,5],"texture":"#2"}}},{"from":[-0.5,9.25,-2.25],"to":[-0.49,10,-1.75],"rotation":{"angle":0,"axis":"y","origin":[-1,8.1875,-1]},"faces":{"east":{"uv":[0,4,1,5],"texture":"#2"},"west":{"uv":[0,4,1,5],"texture":"#2"}}},{"from":[-0.75,9.25,-2],"to":[-0.25,10,-1.99],"rotation":{"angle":0,"axis":"y","origin":[-1,8.1875,-1]},"faces":{"north":{"uv":[0,4,1,5],"texture":"#2"},"south":{"uv":[0,4,1,5],"texture":"#2"}}},{"from":[0,9,-0.75],"to":[0.01,9.5,-0.25],"rotation":{"angle":0,"axis":"y","origin":[-1,8.1875,-1]},"faces":{"east":{"uv":[0,4,1,5],"texture":"#2"},"west":{"uv":[0,4,1,5],"texture":"#2"}}},{"from":[-0.25,9,-0.5],"to":[0.25,9.5,-0.49],"rotation":{"angle":0,"axis":"y","origin":[-1,8.1875,-1]},"faces":{"north":{"uv":[0,4,1,5],"texture":"#2"},"south":{"uv":[0,4,1,5],"texture":"#2"}}},{"from":[-1.5,10,-0.25],"to":[-1.49,10.75,0.25],"rotation":{"angle":0,"axis":"y","origin":[-1,8.1875,-1]},"faces":{"east":{"uv":[0,4,1,5],"texture":"#2"},"west":{"uv":[0,4,1,5],"texture":"#2"}}},{"from":[-1.75,10,0],"to":[-1.25,10.75,0.01],"rotation":{"angle":0,"axis":"y","origin":[-1,8.1875,-1]},"faces":{"north":{"uv":[0,4,1,5],"texture":"#2"},"south":{"uv":[0,4,1,5],"texture":"#2"}}},{"from":[-2,7,17.5],"to":[-1,9,18.5],"rotation":{"angle":0,"axis":"y","origin":[-1,8.1875,17]},"faces":{"north":{"uv":[0,0,2,4],"texture":"#2"},"east":{"uv":[2,0,0,4],"texture":"#2"},"south":{"uv":[0,0,2,4],"texture":"#2"},"west":{"uv":[2,0,0,4],"texture":"#2"},"up":{"uv":[4,2,2,0],"rotation":180,"texture":"#2"}}},{"from":[-1.75,9,18],"to":[-1.25,9.5,18.01],"rotation":{"angle":0,"axis":"y","origin":[-1,8.1875,17]},"faces":{"north":{"uv":[0,4,1,5],"texture":"#2"},"south":{"uv":[0,4,1,5],"texture":"#2"}}},{"from":[-1.5,9,17.75],"to":[-1.49,9.5,18.25],"rotation":{"angle":0,"axis":"y","origin":[-1,8.1875,17]},"faces":{"east":{"uv":[0,4,1,5],"texture":"#2"},"west":{"uv":[0,4,1,5],"texture":"#2"}}},{"from":[-0.25,9.25,17.5],"to":[0.25,10,17.51],"rotation":{"angle":0,"axis":"y","origin":[-1,8.1875,17]},"faces":{"north":{"uv":[0,4,1,5],"texture":"#2"},"south":{"uv":[0,4,1,5],"texture":"#2"}}},{"from":[0,9.25,17.25],"to":[0.01,10,17.75],"rotation":{"angle":0,"axis":"y","origin":[-1,8.1875,17]},"faces":{"east":{"uv":[0,4,1,5],"texture":"#2"},"west":{"uv":[0,4,1,5],"texture":"#2"}}},{"from":[-0.75,9,16],"to":[-0.25,9.5,16.01],"rotation":{"angle":0,"axis":"y","origin":[-1,8.1875,17]},"faces":{"north":{"uv":[0,4,1,5],"texture":"#2"},"south":{"uv":[0,4,1,5],"texture":"#2"}}},{"from":[-0.5,9,15.75],"to":[-0.49,9.5,16.25],"rotation":{"angle":0,"axis":"y","origin":[-1,8.1875,17]},"faces":{"east":{"uv":[0,4,1,5],"texture":"#2"},"west":{"uv":[0,4,1,5],"texture":"#2"}}},{"from":[-2,10,16.25],"to":[-1.99,10.75,16.75],"rotation":{"angle":0,"axis":"y","origin":[-1,8.1875,17]},"faces":{"east":{"uv":[0,4,1,5],"texture":"#2"},"west":{"uv":[0,4,1,5],"texture":"#2"}}},{"from":[-2.25,10,16.5],"to":[-1.75,10.75,16.51],"rotation":{"angle":0,"axis":"y","origin":[-1,8.1875,17]},"faces":{"north":{"uv":[0,4,1,5],"texture":"#2"},"south":{"uv":[0,4,1,5],"texture":"#2"}}},{"from":[-0.5,7,17],"to":[0.5,9.5,18],"rotation":{"angle":0,"axis":"y","origin":[-1,8.1875,17]},"faces":{"north":{"uv":[4,0,6,5],"texture":"#2"},"east":{"uv":[6,0,4,5],"texture":"#2"},"south":{"uv":[4,0,6,5],"texture":"#2"},"west":{"uv":[6,0,4,5],"texture":"#2"},"up":{"uv":[2,2,4,0],"rotation":180,"texture":"#2"}}},{"from":[-1,7,15.5],"to":[0,9,16.5],"rotation":{"angle":0,"axis":"y","origin":[-1,8.1875,17]},"faces":{"north":{"uv":[2,0,0,4],"texture":"#2"},"east":{"uv":[0,0,2,4],"texture":"#2"},"south":{"uv":[2,0,0,4],"texture":"#2"},"west":{"uv":[0,0,2,4],"texture":"#2"},"up":{"uv":[2,0,4,2],"rotation":180,"texture":"#2"}}},{"from":[-2.5,7,16],"to":[-1.5,10,17],"rotation":{"angle":0,"axis":"y","origin":[-1,8.1875,17]},"faces":{"north":{"uv":[6,0,8,6],"texture":"#2"},"east":{"uv":[8,0,6,6],"texture":"#2"},"south":{"uv":[6,0,8,6],"texture":"#2"},"west":{"uv":[8,0,6,6],"texture":"#2"},"up":{"uv":[2,2,4,0],"rotation":180,"texture":"#2"}}},{"from":[17.5,7,17],"to":[18.5,9,18],"rotation":{"angle":0,"axis":"y","origin":[17,8.1875,17]},"faces":{"north":{"uv":[2,0,0,4],"texture":"#2"},"east":{"uv":[0,0,2,4],"texture":"#2"},"south":{"uv":[2,0,0,4],"texture":"#2"},"west":{"uv":[0,0,2,4],"texture":"#2"},"up":{"uv":[4,2,2,0],"rotation":90,"texture":"#2"}}},{"from":[18,9,17.25],"to":[18.01,9.5,17.75],"rotation":{"angle":0,"axis":"y","origin":[17,8.1875,17]},"faces":{"east":{"uv":[0,4,1,5],"texture":"#2"},"west":{"uv":[0,4,1,5],"texture":"#2"}}},{"from":[17.75,9,17.5],"to":[18.25,9.5,17.51],"rotation":{"angle":0,"axis":"y","origin":[17,8.1875,17]},"faces":{"north":{"uv":[0,4,1,5],"texture":"#2"},"south":{"uv":[0,4,1,5],"texture":"#2"}}},{"from":[17.5,9.25,15.75],"to":[17.51,10,16.25],"rotation":{"angle":0,"axis":"y","origin":[17,8.1875,17]},"faces":{"east":{"uv":[0,4,1,5],"texture":"#2"},"west":{"uv":[0,4,1,5],"texture":"#2"}}},{"from":[17.25,9.25,16],"to":[17.75,10,16.01],"rotation":{"angle":0,"axis":"y","origin":[17,8.1875,17]},"faces":{"north":{"uv":[0,4,1,5],"texture":"#2"},"south":{"uv":[0,4,1,5],"texture":"#2"}}},{"from":[16,9,16.25],"to":[16.01,9.5,16.75],"rotation":{"angle":0,"axis":"y","origin":[17,8.1875,17]},"faces":{"east":{"uv":[0,4,1,5],"texture":"#2"},"west":{"uv":[0,4,1,5],"texture":"#2"}}},{"from":[15.75,9,16.5],"to":[16.25,9.5,16.51],"rotation":{"angle":0,"axis":"y","origin":[17,8.1875,17]},"faces":{"north":{"uv":[0,4,1,5],"texture":"#2"},"south":{"uv":[0,4,1,5],"texture":"#2"}}},{"from":[16.25,10,18],"to":[16.75,10.75,18.01],"rotation":{"angle":0,"axis":"y","origin":[17,8.1875,17]},"faces":{"north":{"uv":[0,4,1,5],"texture":"#2"},"south":{"uv":[0,4,1,5],"texture":"#2"}}},{"from":[16.5,10,17.75],"to":[16.51,10.75,18.25],"rotation":{"angle":0,"axis":"y","origin":[17,8.1875,17]},"faces":{"east":{"uv":[0,4,1,5],"texture":"#2"},"west":{"uv":[0,4,1,5],"texture":"#2"}}},{"from":[17,7,15.5],"to":[18,9.5,16.5],"rotation":{"angle":0,"axis":"y","origin":[17,8.1875,17]},"faces":{"north":{"uv":[6,0,4,5],"texture":"#2"},"east":{"uv":[4,0,6,5],"texture":"#2"},"south":{"uv":[6,0,4,5],"texture":"#2"},"west":{"uv":[4,0,6,5],"texture":"#2"},"up":{"uv":[2,2,4,0],"rotation":90,"texture":"#2"}}},{"from":[15.5,7,16],"to":[16.5,9,17],"rotation":{"angle":0,"axis":"y","origin":[17,8.1875,17]},"faces":{"north":{"uv":[0,0,2,4],"texture":"#2"},"east":{"uv":[2,0,0,4],"texture":"#2"},"south":{"uv":[0,0,2,4],"texture":"#2"},"west":{"uv":[2,0,0,4],"texture":"#2"},"up":{"uv":[2,0,4,2],"rotation":90,"texture":"#2"}}},{"from":[16,7,17.5],"to":[17,10,18.5],"rotation":{"angle":0,"axis":"y","origin":[17,8.1875,17]},"faces":{"north":{"uv":[8,0,6,6],"texture":"#2"},"east":{"uv":[6,0,8,6],"texture":"#2"},"south":{"uv":[8,0,6,6],"texture":"#2"},"west":{"uv":[6,0,8,6],"texture":"#2"},"up":{"uv":[2,2,4,0],"rotation":90,"texture":"#2"}}}],"display":{"gui":{"rotation":[30,225,0],"scale":[0.525,0.525,0.525]},"head":{"translation":[0,-16,0],"scale":[3,3,3]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/statue_frog.json b/assets/minecraft/models/item/wynn/housing/furniture/statue_frog.json new file mode 100644 index 000000000..09d1221d7 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/statue_frog.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/housing/furniture/statue_frog","particle":"wynn/housing/furniture/statue_frog"},"elements":[{"from":[10.5,0,6],"to":[12.5,4,8],"rotation":{"angle":0,"axis":"y","origin":[0,0.25,-1]},"faces":{"north":{"uv":[3,4.5,4,6.5],"texture":"#0"},"east":{"uv":[4,4.5,5,6.5],"texture":"#0"},"south":{"uv":[4,4.5,3,6.5],"texture":"#0"},"west":{"uv":[1,4.5,2,6.5],"texture":"#0"},"up":{"uv":[2,4.5,3,5.5],"texture":"#0"},"down":{"uv":[2,5.5,3,6.5],"texture":"#0"}}},{"from":[4.5,5.25,3],"to":[11.5,10.25,12],"rotation":{"angle":22.5,"axis":"x","origin":[0,0.25,-1]},"faces":{"north":{"uv":[5,7.5,8.5,10],"texture":"#0"},"east":{"uv":[12,0,7.5,2.5],"texture":"#0"},"south":{"uv":[8.5,7.5,12,10],"texture":"#0"},"west":{"uv":[7.5,0,12,2.5],"texture":"#0"},"up":{"uv":[5,3,8.5,7.5],"texture":"#0"},"down":{"uv":[8.5,3,12,7.5],"texture":"#0"}}},{"from":[5.5,4.25,1.75],"to":[10.5,8.25,6.75],"rotation":{"angle":0,"axis":"x","origin":[0,0.25,-1]},"faces":{"north":{"uv":[2.5,0,5,2],"texture":"#0"},"east":{"uv":[0,0,2.5,2],"texture":"#0"},"south":{"uv":[2.5,4.5,5,2.5],"texture":"#0"},"west":{"uv":[2.5,0,0,2],"texture":"#0"},"up":{"uv":[2.5,2,5,4.5],"texture":"#0"},"down":{"uv":[0,2,2.5,4.5],"texture":"#0"}}},{"from":[9.5,7.15,3.75],"to":[11.5,9.15,5.75],"rotation":{"angle":0,"axis":"x","origin":[0,0.25,-1]},"faces":{"north":{"uv":[5,0,6,1],"texture":"#0"},"east":{"uv":[6,0,7,1],"texture":"#0"},"south":{"uv":[6,0,5,1],"texture":"#0"},"west":{"uv":[6,1,7,2],"texture":"#0"},"up":{"uv":[5,1,6,2],"texture":"#0"},"down":{"uv":[6,0,7,1],"rotation":90,"texture":"#0"}}},{"from":[4.5,7.15,3.75],"to":[6.5,9.15,5.75],"rotation":{"angle":0,"axis":"x","origin":[16,0.25,-1]},"faces":{"north":{"uv":[6,0,5,1],"texture":"#0"},"east":{"uv":[7,1,6,2],"texture":"#0"},"south":{"uv":[5,0,6,1],"texture":"#0"},"west":{"uv":[7,0,6,1],"texture":"#0"},"up":{"uv":[6,1,5,2],"texture":"#0"},"down":{"uv":[6,1,7,0],"rotation":90,"texture":"#0"}}},{"from":[11.5,5.25,7],"to":[12.5,8.25,12],"rotation":{"angle":22.5,"axis":"x","origin":[0.5,0.25,-1]},"faces":{"north":{"uv":[3,8,3.5,9.5],"texture":"#0"},"east":{"uv":[2.5,6.5,5,8],"texture":"#0"},"south":{"uv":[3.5,8,4,9.5],"texture":"#0"},"west":{"uv":[2.5,6.5,5,8],"texture":"#0"},"up":{"uv":[4,8,4.5,10.5],"texture":"#0"},"down":{"uv":[4.5,8,5,10.5],"texture":"#0"}}},{"from":[11.5,0,9],"to":[14.5,1,13],"rotation":{"angle":0,"axis":"y","origin":[0.5,0,-1]},"faces":{"north":{"uv":[7.5,11.5,9,12],"texture":"#0"},"east":{"uv":[7,10.5,9,11],"texture":"#0"},"south":{"uv":[7.5,11,9,11.5],"texture":"#0"},"west":{"uv":[7,10,9,10.5],"texture":"#0"},"up":{"uv":[9,10,10.5,12],"texture":"#0"},"down":{"uv":[10.5,10,12,12],"texture":"#0"}}},{"from":[1.5,0,9],"to":[4.5,1,13],"rotation":{"angle":0,"axis":"y","origin":[15.5,0,-1]},"faces":{"north":{"uv":[9,11.5,7.5,12],"texture":"#0"},"east":{"uv":[9,10,7,10.5],"texture":"#0"},"south":{"uv":[9,11,7.5,11.5],"texture":"#0"},"west":{"uv":[9,10.5,7,11],"texture":"#0"},"up":{"uv":[10.5,10,9,12],"texture":"#0"},"down":{"uv":[12,10,10.5,12],"texture":"#0"}}},{"from":[3.5,5.25,7],"to":[4.5,8.25,12],"rotation":{"angle":22.5,"axis":"x","origin":[15.5,0.25,-1]},"faces":{"north":{"uv":[3.5,8,3,9.5],"texture":"#0"},"east":{"uv":[5,6.5,2.5,8],"texture":"#0"},"south":{"uv":[4,8,3.5,9.5],"texture":"#0"},"west":{"uv":[5,6.5,2.5,8],"texture":"#0"},"up":{"uv":[4.5,8,4,10.5],"texture":"#0"},"down":{"uv":[5,8,4.5,10.5],"texture":"#0"}}},{"from":[10.5,0,5],"to":[12.5,1,6],"rotation":{"angle":0,"axis":"y","origin":[0,0.25,-1]},"faces":{"north":{"uv":[0,4.5,1,5],"texture":"#0"},"east":{"uv":[0,4.5,0.5,5],"texture":"#0"},"south":{"uv":[0,4.5,1,5],"texture":"#0"},"west":{"uv":[0.5,4.5,1,5],"texture":"#0"},"up":{"uv":[0,5.5,1,6],"texture":"#0"},"down":{"uv":[0,5,1,5.5],"texture":"#0"}}},{"from":[3.5,0,6],"to":[5.5,4,8],"rotation":{"angle":0,"axis":"y","origin":[16,0.25,-1]},"faces":{"north":{"uv":[4,4.5,3,6.5],"texture":"#0"},"east":{"uv":[2,4.5,1,6.5],"texture":"#0"},"south":{"uv":[3,4.5,4,6.5],"texture":"#0"},"west":{"uv":[5,4.5,4,6.5],"texture":"#0"},"up":{"uv":[3,4.5,2,5.5],"texture":"#0"},"down":{"uv":[3,5.5,2,6.5],"texture":"#0"}}},{"from":[3.5,0,5],"to":[5.5,1,6],"rotation":{"angle":0,"axis":"y","origin":[16,0.25,-1]},"faces":{"north":{"uv":[1,4.5,0,5],"texture":"#0"},"east":{"uv":[1,4.5,0.5,5],"texture":"#0"},"south":{"uv":[1,4.5,0,5],"texture":"#0"},"west":{"uv":[0.5,4.5,0,5],"texture":"#0"},"up":{"uv":[1,5.5,0,6],"texture":"#0"},"down":{"uv":[1,5,0,5.5],"texture":"#0"}}}],"display":{"head":{"translation":[0,-30.5,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/statue_groot.json b/assets/minecraft/models/item/wynn/housing/furniture/statue_groot.json new file mode 100644 index 000000000..5d0d2bd88 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/statue_groot.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/handheld","textures":{"0":"#all","particle":"#all"},"elements":[{"from":[3.95,5.7,5.05],"to":[7.95,7.7,5.05],"rotation":{"angle":-22.5,"axis":"y","origin":[20.5,6.2,20.1]},"faces":{"north":{"uv":[4.75,6.25,3.75,6.75],"texture":"#0"},"south":{"uv":[3.75,6.25,4.75,6.75],"texture":"#0"}}},{"from":[2.345,1.945,9.145],"to":[6.355,5.955,13.155],"rotation":{"angle":-45,"axis":"y","origin":[20.5,6.2,20.1]},"faces":{"north":{"uv":[1.75,3.5,0.75,4.5],"texture":"#0"},"east":{"uv":[4.25,1,3.25,2],"texture":"#0"},"south":{"uv":[0.75,3.5,1.75,4.5],"texture":"#0"},"up":{"uv":[2.75,3.5,1.75,4.5],"texture":"#0"}}},{"from":[21.95,2.95,2.7],"to":[24.95,5.95,6.7],"rotation":{"angle":22.5,"axis":"y","origin":[20.5,6.2,20.1]},"faces":{"east":{"uv":[1.75,3.625,0.75,4.375],"texture":"#0"},"south":{"uv":[9.875,0.875,9.125,1.625],"texture":"#0"},"west":{"uv":[0.75,3.625,1.75,4.375],"texture":"#0"},"up":{"uv":[2.75,3.625,1.75,4.375],"rotation":90,"texture":"#0"},"down":{"uv":[2.75,3.625,3.75,4.375],"rotation":90,"texture":"#0"}}},{"from":[17.08,8.88,6.73],"to":[19.12,10.92,10.77],"rotation":{"angle":-22.5,"axis":"x","origin":[20.5,4.65,20.1]},"faces":{"east":{"uv":[10.125,0.375,9.125,0.875],"texture":"#0"},"south":{"uv":[9.625,1.875,9.125,2.375],"texture":"#0"},"west":{"uv":[9.125,0.375,10.125,0.875],"texture":"#0"},"up":{"uv":[2.75,3.75,1.75,4.25],"rotation":90,"texture":"#0"},"down":{"uv":[2.75,3.75,3.75,4.25],"rotation":90,"texture":"#0"}}},{"from":[18.1,10.945,8.745],"to":[18.1,11.955,9.755],"rotation":{"angle":-22.5,"axis":"x","origin":[20.5,4.65,20.1]},"faces":{"east":{"uv":[9.375,1.625,9.125,1.875],"texture":"#0"},"west":{"uv":[9.125,1.625,9.375,1.875],"texture":"#0"}}},{"from":[19.1,9.945,8.745],"to":[20.1,9.945,9.755],"rotation":{"angle":-22.5,"axis":"x","origin":[20.5,4.65,20.1]},"faces":{"up":{"uv":[9.375,1.875,9.125,1.625],"rotation":270,"texture":"#0"},"down":{"uv":[9.125,1.875,9.375,1.625],"rotation":270,"texture":"#0"}}},{"from":[16.1,9.945,8.745],"to":[17.1,9.945,9.755],"rotation":{"angle":-22.5,"axis":"x","origin":[20.5,4.65,20.1]},"faces":{"up":{"uv":[9.375,1.625,9.125,1.875],"rotation":270,"texture":"#0"},"down":{"uv":[9.125,1.625,9.375,1.875],"rotation":270,"texture":"#0"}}},{"from":[2.35,5.95,11.15],"to":[6.35,7.95,11.15],"rotation":{"angle":-45,"axis":"y","origin":[20.5,6.2,20.1]},"faces":{"north":{"uv":[7.25,2.5,6.25,3],"texture":"#0"},"south":{"uv":[6.25,2.5,7.25,3],"texture":"#0"}}},{"from":[23.45,5.95,3.2],"to":[23.45,7.95,7.2],"rotation":{"angle":22.5,"axis":"y","origin":[20.5,6.2,20.1]},"faces":{"east":{"uv":[7.25,2.5,6.25,3],"texture":"#0"},"west":{"uv":[6.25,2.5,7.25,3],"texture":"#0"}}},{"from":[24.95,4.45,3.2],"to":[26.95,4.45,7.2],"rotation":{"angle":22.5,"axis":"y","origin":[20.5,6.2,20.1]},"faces":{"up":{"uv":[6.25,2.5,7.25,3],"rotation":90,"texture":"#0"},"down":{"uv":[7.25,2.5,6.25,3],"rotation":90,"texture":"#0"}}},{"from":[11.695,18.645,6.995],"to":[15.705,22.655,11.005],"rotation":{"angle":-22.5,"axis":"x","origin":[12.7,14.15,18.3]},"faces":{"north":{"uv":[4.75,3,3.75,4],"texture":"#0"},"east":{"uv":[4.75,2,3.75,3],"texture":"#0"},"west":{"uv":[3.75,2,4.75,3],"texture":"#0"},"up":{"uv":[3.75,5,4.75,4],"rotation":90,"texture":"#0"},"down":{"uv":[5.25,2,4.25,1],"texture":"#0"}}},{"from":[13.695,22.645,6.995],"to":[13.705,24.655,11.005],"rotation":{"angle":-22.5,"axis":"x","origin":[12.7,14.15,18.3]},"faces":{"east":{"uv":[6.25,5.25,7.25,5.75],"texture":"#0"},"west":{"uv":[7.25,5.25,6.25,5.75],"texture":"#0"}}},{"from":[15.7,14.5,2.55],"to":[16.45,15.5,5.05],"rotation":{"angle":22.5,"axis":"y","origin":[14.45,14,5.05]},"faces":{"north":{"uv":[4.75,5,4.5,5.25],"texture":"#0"},"east":{"uv":[0.625,4.25,0,4.5],"texture":"#0"},"west":{"uv":[6.125,6.75,5.5,7],"texture":"#0"},"up":{"uv":[2.25,7.75,2,8.375],"texture":"#0"},"down":{"uv":[2.5,8.375,2.25,7.75],"texture":"#0"}}},{"from":[14.6975,13.9975,3.3475],"to":[15.7025,15.5025,5.3525],"rotation":{"angle":-22.5,"axis":"y","origin":[13.7,14,5.35]},"faces":{"north":{"uv":[8,3.25,7.75,3.625],"texture":"#0"},"east":{"uv":[6.5,7.5,6,7.875],"texture":"#0"},"south":{"uv":[8,3.25,7.75,3.625],"texture":"#0"},"west":{"uv":[8,6.5,7.5,6.875],"texture":"#0"},"up":{"uv":[3.25,1,3,1.5],"texture":"#0"},"down":{"uv":[3.25,8.25,3,7.75],"texture":"#0"}}},{"from":[14.7,14.5,4.85],"to":[15.7,16,5.85],"rotation":{"angle":45,"axis":"x","origin":[13.7,15.5,5.85]},"faces":{"north":{"uv":[4,7.75,3.75,8.125],"texture":"#0"},"east":{"uv":[3.75,7.75,3.5,8.125],"texture":"#0"},"west":{"uv":[8,3.75,7.75,4.125],"texture":"#0"}}},{"from":[15.35,14,2.95],"to":[15.75,14.5,4.2],"rotation":{"angle":22.5,"axis":"x","origin":[14.25,14,4.25]},"faces":{"north":{"uv":[1.125,8,1,8.125],"texture":"#0"},"east":{"uv":[8.375,0,8,0.125],"texture":"#0"},"west":{"uv":[0.625,8,0.25,8.125],"texture":"#0"},"down":{"uv":[8.125,1.125,8,0.75],"texture":"#0"}}},{"from":[14.6975,14.4125,4.5575],"to":[15.7025,15.9175,5.5625],"rotation":{"angle":-22.5,"axis":"x","origin":[13.7,15.4,5.55]},"faces":{"north":{"uv":[4.5,7.75,4.25,8.125],"texture":"#0"},"east":{"uv":[4.25,7.75,4,8.125],"texture":"#0"},"west":{"uv":[8,4.25,7.75,4.625],"texture":"#0"},"down":{"uv":[5.75,3.25,5.5,3],"texture":"#0"}}},{"from":[14.195,16.495,1.07],"to":[15.205,17.505,2.555],"rotation":{"angle":-22.5,"axis":"x","origin":[13.2,16.5,1.55]},"faces":{"north":{"uv":[7.25,2.25,7,2.5],"texture":"#0"},"east":{"uv":[3.125,6.5,2.75,6.75],"texture":"#0"},"west":{"uv":[4.875,7.75,4.5,8],"texture":"#0"},"down":{"uv":[8,5.125,7.75,4.75],"texture":"#0"}}},{"from":[14.2,16.925,1.31],"to":[15.2,18.075,2.31],"rotation":{"angle":22.5,"axis":"x","origin":[13.2,16.5,2.3]},"faces":{"south":{"uv":[0.75,7.25,0.5,7.5],"texture":"#0"},"west":{"uv":[6,7.75,5.75,8],"texture":"#0"}}},{"from":[14.1975,16.4475,1.4475],"to":[15.2025,17.5025,3.5025],"rotation":{"angle":-45,"axis":"x","origin":[13.2,16.5,1.4]},"faces":{"east":{"uv":[3,5.5,2.5,5.75],"texture":"#0"},"south":{"uv":[7,7.75,6.75,8],"texture":"#0"},"west":{"uv":[7,0.75,6.5,1],"texture":"#0"},"up":{"uv":[3.5,7.75,3.25,8.25],"texture":"#0"}}},{"from":[14.695,16.495,1.845],"to":[15.705,17.905,3.155],"rotation":{"angle":22.5,"axis":"x","origin":[13.7,16.5,3.15]},"faces":{"north":{"uv":[5.25,7.75,5,8.125],"texture":"#0"},"east":{"uv":[2.875,7.75,2.5,8.125],"texture":"#0"},"west":{"uv":[8.125,2.75,7.75,3.125],"texture":"#0"},"up":{"uv":[5.5,7.75,5.25,8.125],"texture":"#0"},"down":{"uv":[8,5.625,7.75,5.25],"texture":"#0"}}},{"from":[14.7,16.55,4.05],"to":[15.7,17.55,5.05],"rotation":{"angle":-45,"axis":"x","origin":[13.7,16.55,3]},"faces":{"east":{"uv":[8,7,7.75,7.25],"texture":"#0"},"south":{"uv":[7.25,7.75,7,8],"texture":"#0"},"west":{"uv":[7.5,7.75,7.25,8],"texture":"#0"},"up":{"uv":[8,7.25,7.75,7.5],"texture":"#0"}}},{"from":[14.6975,16.4975,3.1475],"to":[15.7025,18.0025,6.1525],"rotation":{"angle":0,"axis":"y","origin":[13.7,16.5,6.15]},"faces":{"east":{"uv":[8,0,7.25,0.375],"texture":"#0"},"west":{"uv":[8,2.25,7.25,2.625],"texture":"#0"},"up":{"uv":[1,2.75,0.75,3.5],"texture":"#0"},"down":{"uv":[7.75,7.75,7.5,7],"texture":"#0"}}},{"from":[14.7,16.55,5.7],"to":[15.7,17.55,6.7],"rotation":{"angle":-45,"axis":"x","origin":[13.7,16.55,4.65]},"faces":{"east":{"uv":[8,7.5,7.75,7.75],"texture":"#0"},"south":{"uv":[7.75,7.75,7.5,8],"texture":"#0"},"west":{"uv":[8,7.75,7.75,8],"texture":"#0"},"up":{"uv":[0.25,8,0,8.25],"texture":"#0"}}},{"from":[10.95,14.5,2.55],"to":[11.7,15.5,5.05],"rotation":{"angle":-22.5,"axis":"y","origin":[12.95,14,5.05]},"faces":{"north":{"uv":[4.5,5,4.75,5.25],"texture":"#0"},"east":{"uv":[5.5,6.75,6.125,7],"texture":"#0"},"west":{"uv":[0,4.25,0.625,4.5],"texture":"#0"},"up":{"uv":[2,7.75,2.25,8.375],"texture":"#0"},"down":{"uv":[2.25,8.375,2.5,7.75],"texture":"#0"}}},{"from":[11.6975,13.9975,3.3475],"to":[12.7025,15.5025,5.3525],"rotation":{"angle":22.5,"axis":"y","origin":[13.7,14,5.35]},"faces":{"north":{"uv":[7.75,3.25,8,3.625],"texture":"#0"},"east":{"uv":[7.5,6.5,8,6.875],"texture":"#0"},"south":{"uv":[7.75,3.25,8,3.625],"texture":"#0"},"west":{"uv":[6,7.5,6.5,7.875],"texture":"#0"},"up":{"uv":[3,1,3.25,1.5],"texture":"#0"},"down":{"uv":[3,8.25,3.25,7.75],"texture":"#0"}}},{"from":[11.7,14.5,4.85],"to":[12.7,16,5.85],"rotation":{"angle":45,"axis":"x","origin":[13.7,15.5,5.85]},"faces":{"north":{"uv":[3.75,7.75,4,8.125],"texture":"#0"},"east":{"uv":[7.75,3.75,8,4.125],"texture":"#0"},"west":{"uv":[3.5,7.75,3.75,8.125],"texture":"#0"}}},{"from":[11.65,14,2.95],"to":[12.05,14.5,4.2],"rotation":{"angle":22.5,"axis":"x","origin":[13.15,14,4.25]},"faces":{"north":{"uv":[1,8,1.125,8.125],"texture":"#0"},"east":{"uv":[0.25,8,0.625,8.125],"texture":"#0"},"west":{"uv":[8,0,8.375,0.125],"texture":"#0"},"down":{"uv":[8,1.125,8.125,0.75],"texture":"#0"}}},{"from":[11.6975,14.4125,4.5575],"to":[12.7025,15.9175,5.5625],"rotation":{"angle":-22.5,"axis":"x","origin":[13.7,15.4,5.55]},"faces":{"north":{"uv":[4.25,7.75,4.5,8.125],"texture":"#0"},"east":{"uv":[7.75,4.25,8,4.625],"texture":"#0"},"west":{"uv":[4,7.75,4.25,8.125],"texture":"#0"},"down":{"uv":[5.5,3.25,5.75,3],"texture":"#0"}}},{"from":[12.195,16.495,1.07],"to":[13.205,17.505,2.555],"rotation":{"angle":-22.5,"axis":"x","origin":[14.2,16.5,1.55]},"faces":{"north":{"uv":[7,2.25,7.25,2.5],"texture":"#0"},"east":{"uv":[4.5,7.75,4.875,8],"texture":"#0"},"west":{"uv":[2.75,6.5,3.125,6.75],"texture":"#0"},"down":{"uv":[7.75,5.125,8,4.75],"texture":"#0"}}},{"from":[12.2,16.925,1.31],"to":[13.2,18.075,2.31],"rotation":{"angle":22.5,"axis":"x","origin":[14.2,16.5,2.3]},"faces":{"east":{"uv":[5.75,7.75,6,8],"texture":"#0"},"south":{"uv":[0.5,7.25,0.75,7.5],"texture":"#0"}}},{"from":[12.1975,16.4475,1.4475],"to":[13.2025,17.5025,3.5025],"rotation":{"angle":-45,"axis":"x","origin":[14.2,16.5,1.4]},"faces":{"east":{"uv":[6.5,0.75,7,1],"texture":"#0"},"south":{"uv":[6.75,7.75,7,8],"texture":"#0"},"west":{"uv":[2.5,5.5,3,5.75],"texture":"#0"},"up":{"uv":[3.25,7.75,3.5,8.25],"texture":"#0"}}},{"from":[11.695,16.495,1.845],"to":[12.705,17.905,3.155],"rotation":{"angle":22.5,"axis":"x","origin":[13.7,16.5,3.15]},"faces":{"north":{"uv":[5,7.75,5.25,8.125],"texture":"#0"},"east":{"uv":[7.75,2.75,8.125,3.125],"texture":"#0"},"west":{"uv":[2.5,7.75,2.875,8.125],"texture":"#0"},"up":{"uv":[5.25,7.75,5.5,8.125],"texture":"#0"},"down":{"uv":[7.75,5.625,8,5.25],"texture":"#0"}}},{"from":[11.7,16.55,4.05],"to":[12.7,17.55,5.05],"rotation":{"angle":-45,"axis":"x","origin":[13.7,16.55,3]},"faces":{"east":{"uv":[7.25,7.75,7.5,8],"texture":"#0"},"south":{"uv":[7,7.75,7.25,8],"texture":"#0"},"west":{"uv":[7.75,7,8,7.25],"texture":"#0"},"up":{"uv":[7.75,7.25,8,7.5],"texture":"#0"}}},{"from":[11.6975,16.4975,3.1475],"to":[12.7025,18.0025,6.1525],"rotation":{"angle":0,"axis":"y","origin":[13.7,16.5,6.15]},"faces":{"east":{"uv":[7.25,2.25,8,2.625],"texture":"#0"},"west":{"uv":[7.25,0,8,0.375],"texture":"#0"},"up":{"uv":[0.75,2.75,1,3.5],"texture":"#0"},"down":{"uv":[7.5,7.75,7.75,7],"texture":"#0"}}},{"from":[11.7,16.55,5.7],"to":[12.7,17.55,6.7],"rotation":{"angle":-45,"axis":"x","origin":[13.7,16.55,4.65]},"faces":{"east":{"uv":[7.75,7.75,8,8],"texture":"#0"},"south":{"uv":[7.5,7.75,7.75,8],"texture":"#0"},"west":{"uv":[7.75,7.5,8,7.75],"texture":"#0"},"up":{"uv":[0,8,0.25,8.25],"texture":"#0"}}},{"from":[7.75,1.9,6.5],"to":[11.75,8.9,10.5],"rotation":{"angle":0,"axis":"y","origin":[-1.25,1.9,15.5]},"faces":{"north":{"uv":[1,1,0,2.75],"texture":"#0"},"east":{"uv":[1,1,0,2.75],"texture":"#0"},"south":{"uv":[1,1,0,2.75],"texture":"#0"},"west":{"uv":[1,1,0,2.75],"texture":"#0"},"up":{"uv":[1,4.5,0,5.5],"texture":"#0"}}},{"from":[6.75,1.9,9.5],"to":[9.75,6.9,12.5],"rotation":{"angle":22.5,"axis":"y","origin":[-1.25,-6.1,15.5]},"faces":{"north":{"uv":[3,4.5,3.75,5.75],"texture":"#0"},"east":{"uv":[3.75,4.5,3,5.75],"texture":"#0"},"south":{"uv":[3,4.5,3.75,5.75],"texture":"#0"},"west":{"uv":[3.75,4.5,3,5.75],"texture":"#0"},"up":{"uv":[6.25,5.25,5.5,6],"texture":"#0"}}},{"from":[-0.45,1.9,10.5],"to":[2.05,5.9,13],"rotation":{"angle":22.5,"axis":"y","origin":[-9.25,1.9,15.5]},"faces":{"north":{"uv":[5.5,2,6.125,3],"texture":"#0"},"east":{"uv":[6.125,2,5.5,3],"texture":"#0"},"south":{"uv":[5.5,2,6.125,3],"texture":"#0"},"west":{"uv":[6.125,2,5.5,3],"texture":"#0"},"up":{"uv":[3.375,6.75,2.75,7.375],"texture":"#0"}}},{"from":[1.75,1.9,-0.6],"to":[4.75,7.9,2.4],"rotation":{"angle":-22.5,"axis":"y","origin":[-3.25,-6.1,15.4]},"faces":{"north":{"uv":[0,2.75,0.75,4.25],"texture":"#0"},"east":{"uv":[0.75,2.75,0,4.25],"texture":"#0"},"south":{"uv":[0,2.75,0.75,4.25],"texture":"#0"},"west":{"uv":[0.75,2.75,0,4.25],"texture":"#0"},"up":{"uv":[6.5,3,5.75,3.75],"texture":"#0"}}},{"from":[-6.6,1.9,2.4],"to":[-3.6,6.9,5.4],"rotation":{"angle":-22.5,"axis":"y","origin":[-3.25,1.9,15.4]},"faces":{"north":{"uv":[4.75,2,5.5,3.25],"texture":"#0"},"east":{"uv":[5.5,2,4.75,3.25],"texture":"#0"},"south":{"uv":[4.75,2,5.5,3.25],"texture":"#0"},"west":{"uv":[5.5,2,4.75,3.25],"texture":"#0"},"up":{"uv":[6.5,4.5,5.75,5.25],"texture":"#0"}}},{"from":[8.75,1.9,3.9],"to":[11.25,6.9,6.4],"rotation":{"angle":-22.5,"axis":"y","origin":[-3.25,1.9,15.4]},"faces":{"north":{"uv":[3.75,5,4.375,6.25],"texture":"#0"},"east":{"uv":[4.375,5,3.75,6.25],"texture":"#0"},"south":{"uv":[3.75,5,4.375,6.25],"texture":"#0"},"west":{"uv":[4.375,5,3.75,6.25],"texture":"#0"},"up":{"uv":[7.125,3.75,6.5,4.375],"texture":"#0"}}},{"from":[3.75,1.9,-3.6],"to":[5.75,5.9,-1.6],"rotation":{"angle":-45,"axis":"y","origin":[-1.25,1.9,11.4]},"faces":{"north":{"uv":[3.25,5.75,3.75,6.75],"texture":"#0"},"east":{"uv":[3.75,5.75,3.25,6.75],"texture":"#0"},"south":{"uv":[3.25,5.75,3.75,6.75],"texture":"#0"},"west":{"uv":[3.75,5.75,3.25,6.75],"texture":"#0"},"up":{"uv":[3.75,2,3.25,2.5],"texture":"#0"},"down":{"uv":[7.75,3.25,7.25,2.75],"texture":"#0"}}},{"from":[-1.25,2.9,5.9],"to":[0.75,5.9,7.9],"rotation":{"angle":22.5,"axis":"y","origin":[-15.25,2.2,0.4]},"faces":{"north":{"uv":[4.75,6.75,4.25,7.5],"texture":"#0"},"east":{"uv":[4.75,6.75,4.25,7.5],"texture":"#0"},"south":{"uv":[4.75,6.75,4.25,7.5],"texture":"#0"},"west":{"uv":[4.75,6.75,4.25,7.5],"texture":"#0"},"up":{"uv":[7.75,3.25,7.25,3.75],"texture":"#0"}}},{"from":[2.5,1.9,14.5],"to":[7.5,3.4,18.5],"rotation":{"angle":45,"axis":"y","origin":[0.5,1.9,15.5]},"faces":{"north":{"uv":[7.5,5.75,6.25,6.125],"texture":"#0"},"east":{"uv":[1.75,7,0.75,7.375],"texture":"#0"},"west":{"uv":[8,0.75,7,1.125],"texture":"#0"},"up":{"uv":[3.25,1.5,2,2.5],"texture":"#0"}}},{"from":[6.5,1.9,20.5],"to":[10.5,3.4,24.5],"rotation":{"angle":45,"axis":"y","origin":[0.5,1.9,15.5]},"faces":{"north":{"uv":[8,1.75,7,2.125],"texture":"#0"},"east":{"uv":[2.75,7,1.75,7.375],"texture":"#0"},"south":{"uv":[8,1.25,7,1.625],"texture":"#0"},"west":{"uv":[5.75,7,4.75,7.375],"texture":"#0"},"up":{"uv":[2,4.5,1,5.5],"texture":"#0"}}},{"from":[3.65,1.9,11.85],"to":[7.65,5.4,17.35],"rotation":{"angle":-22.5,"axis":"y","origin":[5.5,1.9,17.5]},"faces":{"north":{"uv":[5.75,4.25,4.75,5.125],"texture":"#0"},"east":{"uv":[3.625,2.5,2.25,3.375],"texture":"#0"},"south":{"uv":[5.75,3.25,4.75,4.125],"texture":"#0"},"west":{"uv":[4.375,0,3,0.875],"texture":"#0"},"up":{"uv":[2,1,1,2.375],"texture":"#0"}}},{"from":[12.65,1.9,4.85],"to":[15.65,3.9,8.35],"rotation":{"angle":-22.5,"axis":"y","origin":[14.5,1.9,10.5]},"faces":{"east":{"uv":[1.625,6.5,0.75,7],"texture":"#0"},"south":{"uv":[6.5,7,5.75,7.5],"texture":"#0"},"west":{"uv":[2.625,6.5,1.75,7],"texture":"#0"},"up":{"uv":[1.75,5.5,1,6.375],"texture":"#0"}}},{"from":[13.15,1.9,3.85],"to":[16.15,4.9,6.35],"rotation":{"angle":-22.5,"axis":"y","origin":[14.5,1.9,10.5]},"faces":{"north":{"uv":[7,1.75,6.25,2.5],"texture":"#0"},"east":{"uv":[5.375,6.25,4.75,7],"texture":"#0"},"south":{"uv":[7,1,6.25,1.75],"texture":"#0"},"west":{"uv":[6.875,6.25,6.25,7],"texture":"#0"},"up":{"uv":[0.75,6.5,0,7.125],"texture":"#0"}}},{"from":[7.15,1.9,-5.15],"to":[9.15,3.9,-3.15],"rotation":{"angle":22.5,"axis":"y","origin":[15.5,1.9,10.5]},"faces":{"north":{"uv":[7.75,5.25,7.25,5.75],"texture":"#0"},"east":{"uv":[7.75,4.75,7.25,5.25],"texture":"#0"},"south":{"uv":[7.75,4.25,7.25,4.75],"texture":"#0"},"west":{"uv":[1,7.5,0.5,8],"texture":"#0"},"up":{"uv":[1.5,7.5,1,8],"texture":"#0"}}},{"from":[15.3,1.9,3.35],"to":[18.8,2.9,6.85],"rotation":{"angle":0,"axis":"y","origin":[14.5,1.9,10.5]},"faces":{"north":{"uv":[3.875,7.5,3,7.75],"texture":"#0"},"east":{"uv":[2.875,7.5,2,7.75],"texture":"#0"},"south":{"uv":[8.125,0.5,7.25,0.75],"texture":"#0"},"west":{"uv":[4.875,7.5,4,7.75],"texture":"#0"},"up":{"uv":[6.125,1,5.25,1.875],"texture":"#0"}}},{"from":[-2.95,1.9,5.35],"to":[0.55,2.9,8.85],"rotation":{"angle":-22.5,"axis":"y","origin":[15.5,1.9,10.5]},"faces":{"north":{"uv":[8.375,6,7.5,6.25],"texture":"#0"},"east":{"uv":[8.375,5.75,7.5,6],"texture":"#0"},"south":{"uv":[5.875,7.5,5,7.75],"texture":"#0"},"west":{"uv":[8.375,6.25,7.5,6.5],"texture":"#0"},"up":{"uv":[0.875,5.5,0,6.375],"texture":"#0"}}},{"from":[7.65,1.9,13.85],"to":[9.65,4.4,16.35],"rotation":{"angle":-22.5,"axis":"y","origin":[5.5,1.9,17.5]},"faces":{"north":{"uv":[7,7,6.5,7.625],"texture":"#0"},"east":{"uv":[7.125,3,6.5,3.625],"texture":"#0"},"south":{"uv":[7.5,6.25,7,6.875],"texture":"#0"},"up":{"uv":[7.5,7,7,7.625],"texture":"#0"}}},{"from":[9.695,20.695,6.495],"to":[17.705,20.705,10.505],"rotation":{"angle":-22.5,"axis":"x","origin":[12.7,14.15,18.3]},"faces":{"up":{"uv":[2,1,0,0],"texture":"#0"},"down":{"uv":[2,0,0,1],"texture":"#0"}}},{"from":[9.7,13,7.1],"to":[17.7,13,11.1],"rotation":{"angle":22.5,"axis":"x","origin":[12.7,14.15,18.3]},"faces":{"up":{"uv":[0,1,2,0],"texture":"#0"},"down":{"uv":[2,0,0,1],"texture":"#0"}}},{"from":[9.695,16.395,18.145],"to":[17.705,20.405,18.155],"rotation":{"angle":-45,"axis":"x","origin":[12.7,9.2,19.3]},"faces":{"north":{"uv":[0,1,2,0],"texture":"#0"},"south":{"uv":[0,1,2,0],"texture":"#0"}}},{"from":[9.33957,8.16201,13.845],"to":[17.34957,12.17201,13.855],"rotation":{"angle":-45,"axis":"y","origin":[13.09457,10.16701,14.35]},"faces":{"north":{"uv":[0,1,2,0],"texture":"#0"},"south":{"uv":[0,1,2,0],"texture":"#0"}}},{"from":[11.695,16.395,16.145],"to":[15.705,20.405,20.155],"rotation":{"angle":-45,"axis":"x","origin":[12.7,9.2,19.3]},"faces":{"north":{"uv":[2.75,3.5,3.75,4.5],"rotation":270,"texture":"#0"},"east":{"uv":[0.75,4.5,1.75,3.5],"rotation":90,"texture":"#0"},"south":{"uv":[2.75,3.5,1.75,4.5],"rotation":270,"texture":"#0"},"west":{"uv":[0.75,4.5,1.75,3.5],"rotation":270,"texture":"#0"}}},{"from":[11.7,11.45,15.15],"to":[15.7,15.45,19.15],"rotation":{"angle":-22.5,"axis":"x","origin":[12.7,4.25,18.3]},"faces":{"north":{"uv":[8,3.125,9,4.125],"rotation":270,"texture":"#0"},"east":{"uv":[0.75,4.5,1.75,3.5],"rotation":90,"texture":"#0"},"south":{"uv":[2.75,3.5,1.75,4.5],"rotation":270,"texture":"#0"},"west":{"uv":[0.75,4.5,1.75,3.5],"rotation":270,"texture":"#0"},"down":{"uv":[3.25,2,4.25,1],"rotation":180,"texture":"#0"}}},{"from":[7.645,9.245,12.345],"to":[11.655,13.255,16.355],"rotation":{"angle":-22.5,"axis":"z","origin":[8.65,2.05,15.5]},"faces":{"north":{"uv":[9.125,3.125,8.125,2.125],"rotation":270,"texture":"#0"},"east":{"uv":[0.75,4.5,1.75,3.5],"rotation":90,"texture":"#0"},"south":{"uv":[2.75,3.5,1.75,4.5],"rotation":270,"texture":"#0"},"west":{"uv":[9,2.125,8,1.125],"texture":"#0"},"up":{"uv":[3.25,2,4.25,1],"texture":"#0"}}},{"from":[11.35,-1.25,12.35],"to":[15.35,2.75,16.35],"rotation":{"angle":45,"axis":"z","origin":[4.15,1.75,15.5]},"faces":{"north":{"uv":[1.75,3.5,0.75,4.5],"texture":"#0"},"south":{"uv":[1.75,4.5,2.75,3.5],"texture":"#0"},"up":{"uv":[2.75,4.5,1.75,3.5],"texture":"#0"},"down":{"uv":[9.125,3.125,8.125,2.125],"rotation":180,"texture":"#0"}}},{"from":[7.095,0.195,12.345],"to":[11.105,4.205,16.355],"rotation":{"angle":22.5,"axis":"z","origin":[-0.1,3.2,15.5]},"faces":{"north":{"uv":[1.75,3.5,0.75,4.5],"texture":"#0"},"south":{"uv":[9,1.125,8,2.125],"texture":"#0"},"west":{"uv":[4.25,1,3.25,2],"texture":"#0"},"up":{"uv":[2.75,4.5,1.75,3.5],"texture":"#0"},"down":{"uv":[3.75,4.5,2.75,3.5],"texture":"#0"}}},{"from":[3.5,3.2,9.5],"to":[7.5,7.2,13.5],"rotation":{"angle":-22.5,"axis":"y","origin":[0.5,3.2,15.5]},"faces":{"north":{"uv":[1.75,3.5,0.75,4.5],"texture":"#0"},"east":{"uv":[1,0,0,1],"texture":"#0"},"south":{"uv":[9.125,0.1375,8.125,1.1375],"texture":"#0"},"up":{"uv":[2.75,3.5,1.75,4.5],"rotation":180,"texture":"#0"},"down":{"uv":[3.75,4.5,2.75,3.5],"texture":"#0"}}},{"from":[-1.505,3.195,8.495],"to":[2.505,7.205,12.505],"rotation":{"angle":-45,"axis":"y","origin":[0.5,3.2,15.5]},"faces":{"north":{"uv":[1.75,3.5,0.75,4.5],"texture":"#0"},"east":{"uv":[1,0,0,1],"texture":"#0"},"south":{"uv":[1.75,3.5,0.75,4.5],"texture":"#0"},"west":{"uv":[1,0,0,1],"texture":"#0"},"up":{"uv":[2.75,3.5,1.75,4.5],"rotation":180,"texture":"#0"},"down":{"uv":[3.75,4.5,2.75,3.5],"rotation":180,"texture":"#0"}}},{"from":[2.2,3.2,8.75],"to":[6.2,7.2,12.75],"rotation":{"angle":22.5,"axis":"y","origin":[-0.2,3.2,14.8]},"faces":{"north":{"uv":[4.25,1,3.25,2],"texture":"#0"},"east":{"uv":[1.75,3.5,0.75,4.5],"texture":"#0"},"west":{"uv":[9.125,0.125,8.125,1.125],"texture":"#0"},"up":{"uv":[1.75,4.5,2.75,3.5],"rotation":90,"texture":"#0"},"down":{"uv":[3.75,4.5,2.75,3.5],"rotation":90,"texture":"#0"}}},{"from":[-0.3,6.2,5.25],"to":[3.7,10.2,9.25],"rotation":{"angle":-22.5,"axis":"x","origin":[0.55,6.2,16.45]},"faces":{"east":{"uv":[1.75,3.5,0.75,4.5],"texture":"#0"},"south":{"uv":[4.25,1,3.25,2],"texture":"#0"},"west":{"uv":[1.75,3.5,0.75,4.5],"texture":"#0"},"up":{"uv":[1.75,4.5,2.75,3.5],"rotation":90,"texture":"#0"},"down":{"uv":[3.75,4.5,2.75,3.5],"rotation":90,"texture":"#0"}}},{"from":[-4.2,1.95,3.2],"to":[-0.2,5.95,7.2],"rotation":{"angle":-22.5,"axis":"y","origin":[0.55,6.2,16.45]},"faces":{"east":{"uv":[1.75,3.5,0.75,4.5],"texture":"#0"},"south":{"uv":[1,0,0,1],"texture":"#0"},"west":{"uv":[1.75,3.5,0.75,4.5],"texture":"#0"},"up":{"uv":[1.75,4.5,2.75,3.5],"rotation":90,"texture":"#0"},"down":{"uv":[3.75,4.5,2.75,3.5],"rotation":90,"texture":"#0"}}},{"from":[-11.955,1.945,2.045],"to":[-7.945,5.955,6.055],"rotation":{"angle":-45,"axis":"y","origin":[-0.95,6.2,20.15]},"faces":{"east":{"uv":[1.75,3.5,0.75,4.5],"texture":"#0"},"west":{"uv":[9.125,0.1375,8.125,1.1375],"texture":"#0"},"up":{"uv":[1.75,4.5,2.75,3.5],"rotation":90,"texture":"#0"}}},{"from":[11.55,1.95,3.05],"to":[15.55,5.95,7.05],"rotation":{"angle":22.5,"axis":"y","origin":[-1,6.2,20.1]},"faces":{"north":{"uv":[1.75,3.5,0.75,4.5],"texture":"#0"},"south":{"uv":[1.75,3.5,0.75,4.5],"texture":"#0"},"up":{"uv":[2.75,3.5,1.75,4.5],"texture":"#0"}}},{"from":[7.745,1.945,-2.005],"to":[11.755,5.955,2.005],"rotation":{"angle":0,"axis":"y","origin":[-1,6.2,20.1]},"faces":{"north":{"uv":[9.125,0.125,8.125,1.125],"texture":"#0"},"south":{"uv":[1.75,3.5,0.75,4.5],"texture":"#0"},"up":{"uv":[2.75,3.5,1.75,4.5],"texture":"#0"}}},{"from":[3.95,1.95,3.05],"to":[7.95,5.95,7.05],"rotation":{"angle":-22.5,"axis":"y","origin":[20.5,6.2,20.1]},"faces":{"north":{"uv":[1.75,3.5,0.75,4.5],"texture":"#0"},"south":{"uv":[1.75,3.5,0.75,4.5],"texture":"#0"},"up":{"uv":[2.75,3.5,1.75,4.5],"texture":"#0"}}},{"from":[11.7,11,7.1],"to":[15.7,15,11.1],"rotation":{"angle":22.5,"axis":"x","origin":[12.7,14.15,18.3]},"faces":{"east":{"uv":[1.75,3.5,0.75,4.5],"texture":"#0"},"west":{"uv":[1.75,3.5,0.75,4.5],"texture":"#0"},"up":{"uv":[1.75,4.5,2.75,3.5],"rotation":270,"texture":"#0"},"down":{"uv":[3.75,4.5,2.75,3.5],"rotation":270,"texture":"#0"}}},{"from":[7.75,5.95,0],"to":[11.75,7.95,0],"rotation":{"angle":0,"axis":"y","origin":[-1,6.2,20.1]},"faces":{"north":{"uv":[4.75,6.25,3.75,6.75],"texture":"#0"},"south":{"uv":[3.75,6.25,4.75,6.75],"texture":"#0"}}},{"from":[11.55,5.95,5.05],"to":[15.55,7.95,5.05],"rotation":{"angle":22.5,"axis":"y","origin":[-1,6.2,20.1]},"faces":{"north":{"uv":[4.75,6.25,3.75,6.75],"texture":"#0"},"south":{"uv":[3.75,6.25,4.75,6.75],"texture":"#0"}}},{"from":[-9.955,5.945,2.045],"to":[-9.945,7.955,6.055],"rotation":{"angle":-45,"axis":"y","origin":[-0.95,6.2,20.15]},"faces":{"east":{"uv":[3.75,6.25,4.75,6.75],"texture":"#0"},"west":{"uv":[4.75,6.25,3.75,6.75],"texture":"#0"}}},{"from":[-2.2,5.95,2.7],"to":[-2.2,7.95,6.7],"rotation":{"angle":-22.5,"axis":"y","origin":[0.55,6.2,16.45]},"faces":{"east":{"uv":[3.75,6.25,4.75,6.75],"texture":"#0"},"west":{"uv":[4.75,6.25,3.75,6.75],"texture":"#0"}}},{"from":[1.7,9.95,6],"to":[1.7,11.95,10],"rotation":{"angle":-22.5,"axis":"x","origin":[0.55,6.2,16.45]},"faces":{"east":{"uv":[3.75,6.25,4.75,6.75],"texture":"#0"},"west":{"uv":[4.75,6.25,3.75,6.75],"texture":"#0"}}},{"from":[4.2,7.2,8.5],"to":[4.2,9.2,12.5],"rotation":{"angle":22.5,"axis":"y","origin":[-0.2,3.2,14.8]},"faces":{"east":{"uv":[3.75,6.25,4.75,6.75],"texture":"#0"},"west":{"uv":[4.75,6.25,3.75,6.75],"texture":"#0"}}},{"from":[-2.005,7.195,10.495],"to":[2.005,9.205,10.505],"rotation":{"angle":-45,"axis":"y","origin":[0.5,3.2,15.5]},"faces":{"north":{"uv":[3.75,6.25,4.75,6.75],"texture":"#0"},"south":{"uv":[4.75,6.25,3.75,6.75],"texture":"#0"}}},{"from":[2.75,7.2,11.5],"to":[6.75,9.2,11.5],"rotation":{"angle":-22.5,"axis":"y","origin":[0.5,3.2,15.5]},"faces":{"north":{"uv":[3.75,6.25,4.75,6.75],"texture":"#0"},"south":{"uv":[4.75,6.25,3.75,6.75],"texture":"#0"}}},{"from":[11.6,2.25,15.85],"to":[15.6,4.25,15.85],"rotation":{"angle":45,"axis":"z","origin":[4.15,1.75,15.5]},"faces":{"north":{"uv":[3.75,6.25,4.75,6.75],"texture":"#0"},"south":{"uv":[4.75,6.25,3.75,6.75],"texture":"#0"}}},{"from":[7.345,3.945,14.845],"to":[11.355,5.955,14.855],"rotation":{"angle":22.5,"axis":"z","origin":[-0.1,3.2,15.5]},"faces":{"north":{"uv":[3.75,6.25,4.75,6.75],"texture":"#0"},"south":{"uv":[4.75,6.25,3.75,6.75],"texture":"#0"}}},{"from":[13.7,15,7.1],"to":[13.7,17,11.1],"rotation":{"angle":22.5,"axis":"x","origin":[12.7,14.15,18.3]},"faces":{"east":{"uv":[8,5.75,8.5,4.75],"rotation":90,"texture":"#0"},"west":{"uv":[8,4.75,8.5,5.75],"rotation":90,"texture":"#0"}}},{"from":[13.695,16.395,20.145],"to":[13.705,20.405,22.155],"rotation":{"angle":-45,"axis":"x","origin":[12.7,9.2,19.3]},"faces":{"east":{"uv":[8,5.75,8.5,4.75],"texture":"#0"},"west":{"uv":[8.5,5.75,8,4.75],"texture":"#0"}}},{"from":[12.7,11.95,19.15],"to":[12.7,15.95,21.15],"rotation":{"angle":-22.5,"axis":"x","origin":[12.7,4.25,18.3]},"faces":{"east":{"uv":[8,5.75,8.5,4.75],"texture":"#0"},"west":{"uv":[8.5,5.75,8,4.75],"texture":"#0"}}},{"from":[8.83957,8.66201,15.345],"to":[11.34957,12.67201,15.355],"rotation":{"angle":45,"axis":"y","origin":[13.09457,10.16701,14.35]},"faces":{"north":{"uv":[8.5,5.75,8,4.75],"texture":"#0"},"south":{"uv":[8,5.75,8.5,4.75],"texture":"#0"}}},{"from":[11.85,-0.75,16.35],"to":[15.85,-0.75,18.35],"rotation":{"angle":45,"axis":"z","origin":[4.15,1.75,15.5]},"faces":{"up":{"uv":[8.5,5.75,8,4.75],"rotation":90,"texture":"#0"},"down":{"uv":[8,5.75,8.5,4.75],"rotation":90,"texture":"#0"}}},{"from":[15.7,11.45,17.65],"to":[17.7,15.45,17.65],"rotation":{"angle":-22.5,"axis":"x","origin":[12.7,4.25,18.3]},"faces":{"north":{"uv":[2,1,1.5,0],"texture":"#0"},"south":{"uv":[1.5,1,2,0],"texture":"#0"}}},{"from":[9.7,11.45,16.15],"to":[11.7,15.45,16.15],"rotation":{"angle":-22.5,"axis":"x","origin":[12.7,4.25,18.3]},"faces":{"north":{"uv":[0.5,1,0,0],"texture":"#0"},"south":{"uv":[0,1,0.5,0],"texture":"#0"}}},{"from":[10.35,0.75,10.35],"to":[14.35,0.75,12.35],"rotation":{"angle":45,"axis":"z","origin":[4.15,1.75,15.5]},"faces":{"up":{"uv":[8,5.75,8.5,4.75],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,5.75,8,4.75],"rotation":90,"texture":"#0"}}},{"from":[7.595,1.695,16.345],"to":[11.605,1.705,18.355],"rotation":{"angle":22.5,"axis":"z","origin":[-0.1,3.2,15.5]},"faces":{"up":{"uv":[8.5,5.75,8,4.75],"rotation":90,"texture":"#0"},"down":{"uv":[8,5.75,8.5,4.75],"rotation":90,"texture":"#0"}}},{"from":[-1.505,5.195,12.495],"to":[2.505,5.205,14.505],"rotation":{"angle":-45,"axis":"y","origin":[0.5,3.2,15.5]},"faces":{"up":{"uv":[8.5,5.75,8,4.75],"rotation":90,"texture":"#0"},"down":{"uv":[8,5.75,8.5,4.75],"rotation":90,"texture":"#0"}}},{"from":[0.2,5.2,8.75],"to":[2.2,5.2,12.75],"rotation":{"angle":22.5,"axis":"y","origin":[-0.2,3.2,14.8]},"faces":{"up":{"uv":[8,4.75,8.5,5.75],"texture":"#0"},"down":{"uv":[8,5.75,8.5,4.75],"texture":"#0"}}},{"from":[11.55,3.95,1.05],"to":[15.55,3.95,3.05],"rotation":{"angle":22.5,"axis":"y","origin":[-1,6.2,20.1]},"faces":{"up":{"uv":[8,4.75,8.5,5.75],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,4.75,8,5.75],"rotation":90,"texture":"#0"}}},{"from":[7.745,3.945,-4.005],"to":[11.755,3.955,-1.995],"rotation":{"angle":0,"axis":"y","origin":[-1,6.2,20.1]},"faces":{"up":{"uv":[8,4.75,8.5,5.75],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,4.75,8,5.75],"rotation":90,"texture":"#0"}}},{"from":[3.95,3.95,1.05],"to":[7.95,3.95,3.05],"rotation":{"angle":-22.5,"axis":"y","origin":[20.5,6.2,20.1]},"faces":{"up":{"uv":[8,4.75,8.5,5.75],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,4.75,8,5.75],"rotation":90,"texture":"#0"}}},{"from":[2.35,3.95,7.15],"to":[6.35,3.95,9.15],"rotation":{"angle":-45,"axis":"y","origin":[20.5,6.2,20.1]},"faces":{"up":{"uv":[8,4.75,8.5,5.75],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,4.75,8,5.75],"rotation":90,"texture":"#0"}}},{"from":[12.5,15.4,1],"to":[12.5,16.9,5.5],"rotation":{"angle":0,"axis":"y","origin":[-0.5,1.9,15.5]},"faces":{"north":{"uv":[0,0,0,0.75],"texture":"#0"},"east":{"uv":[9.15,0,10.275,0.375],"texture":"#0"},"south":{"uv":[0,0,0,0.75],"texture":"#0"},"west":{"uv":[10.275,0,9.15,0.375],"texture":"#0"},"up":{"uv":[0,1.125,0,0],"texture":"#0"},"down":{"uv":[0,1.125,0,0],"texture":"#0"}}},{"from":[14.9,15.4,1],"to":[14.9,16.9,5.5],"rotation":{"angle":0,"axis":"y","origin":[-0.5,1.9,15.5]},"faces":{"north":{"uv":[0,0,0,0.75],"texture":"#0"},"east":{"uv":[9.15,0,10.275,0.375],"texture":"#0"},"south":{"uv":[0,0,0,0.75],"texture":"#0"},"west":{"uv":[10.275,0,9.15,0.375],"texture":"#0"},"up":{"uv":[0,1.125,0,0],"texture":"#0"},"down":{"uv":[0,1.125,0,0],"texture":"#0"}}},{"from":[-3,0,-3],"to":[19,2,19],"rotation":{"angle":-22.5,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[5.5,13.875,0,14.375],"texture":"#0"},"east":{"uv":[5.5,13.875,0,14.375],"texture":"#0"},"south":{"uv":[0,13.875,5.5,14.375],"texture":"#0"},"west":{"uv":[5.5,13.875,0,14.375],"texture":"#0"},"up":{"uv":[0,13.875,5.5,8.375],"texture":"#0"},"down":{"uv":[5.5,8.5,5.625,8.375],"texture":"#0"}}}],"display":{"gui":{"rotation":[30,-115,0],"translation":[0,1.75,0],"scale":[0.6,0.6,0.6]},"head":{"rotation":[0,22.5,0],"translation":[0,-21,0],"scale":[3,3,3]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/statue_groot_guild.json b/assets/minecraft/models/item/wynn/housing/furniture/statue_groot_guild.json new file mode 100644 index 000000000..344080197 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/statue_groot_guild.json @@ -0,0 +1 @@ +{"parent":"item/wynn/housing/furniture/statue_groot","textures":{"0":"wynn/housing/furniture/statue_groot_guild","particle":"wynn/housing/furniture/statue_groot_guild"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/statue_groot_normal.json b/assets/minecraft/models/item/wynn/housing/furniture/statue_groot_normal.json new file mode 100644 index 000000000..9c649501e --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/statue_groot_normal.json @@ -0,0 +1 @@ +{"parent":"item/wynn/housing/furniture/statue_groot","textures":{"0":"wynn/housing/furniture/statue_groot_normal","particle":"wynn/housing/furniture/statue_groot_normal"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/statue_hero.json b/assets/minecraft/models/item/wynn/housing/furniture/statue_hero.json new file mode 100644 index 000000000..fbbf3ef07 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/statue_hero.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/housing/furniture/statue_hero","particle":"wynn/housing/furniture/statue_hero","bow":"wynn/weapon/archer/basic_gold","wand":"wynn/weapon/mage/basic_gold","dagger":"wynn/weapon/assassin/basic_gold","spear":"wynn/weapon/warrior/basic_wood_gold"},"elements":[{"from":[3.5,21,9.5],"to":[12.5,30,18.5],"rotation":{"angle":22.5,"axis":"x","origin":[8,25.5,14]},"faces":{"north":{"uv":[5,1,6,2],"texture":"#0"},"east":{"uv":[4,1,5,2],"texture":"#0"},"west":{"uv":[6,1,7,2],"texture":"#0"}}},{"from":[4,21.5,10],"to":[12,29.5,18],"rotation":{"angle":22.5,"axis":"x","origin":[8,25.5,14]},"faces":{"north":{"uv":[1,1,2,2],"texture":"#0"},"east":{"uv":[0,1,1,2],"texture":"#0"},"south":{"uv":[3,1,4,2],"texture":"#0"},"west":{"uv":[2,1,3,2],"texture":"#0"},"up":{"uv":[2,1,1,0],"texture":"#0"},"down":{"uv":[3,0,2,1],"texture":"#0"}}},{"from":[4,9.5,12],"to":[12,21.5,16],"rotation":{"angle":-22.5,"axis":"y","origin":[8,9.5125,14]},"faces":{"north":{"uv":[2.5,2.5,3.5,3.99],"texture":"#0"},"east":{"uv":[2,2.5,2.5,4],"texture":"#0"},"south":{"uv":[4,2.5,5,4],"texture":"#0"},"west":{"uv":[3.5,2.5,4,3.99],"texture":"#0"},"up":{"uv":[3.5,2.5,2.5,2],"texture":"#0"},"down":{"uv":[4.5,2,3.5,2.5],"texture":"#0"}}},{"from":[3.95,8.97,11.45],"to":[12.05,22.08,16.55],"rotation":{"angle":-22.5,"axis":"y","origin":[8,9.5125,14]},"faces":{"north":{"uv":[2.5,4.5,3.5,6],"texture":"#0"},"east":{"uv":[2,4.5,2.5,6],"texture":"#0"},"south":{"uv":[4,4.5,5,6],"texture":"#0"},"west":{"uv":[3.5,4.5,4,6],"texture":"#0"},"up":{"uv":[3.5,4.5,2.5,4],"texture":"#0"},"down":{"uv":[4.5,4,3.5,4.5],"texture":"#0"}}},{"from":[11.5,6,5.5],"to":[16.49,19,10.5],"rotation":{"angle":45,"axis":"x","origin":[8,9.5125,14]},"faces":{"north":{"uv":[5.5,4.5,6,6],"texture":"#0"},"east":{"uv":[5,4.5,5.5,6],"texture":"#0"},"south":{"uv":[6.5,4.5,7,6],"texture":"#0"},"west":{"uv":[6,4.5,6.5,6],"texture":"#0"},"up":{"uv":[6,4.5,5.5,4],"texture":"#0"},"down":{"uv":[6.5,4,6,4.5],"texture":"#0"}}},{"from":[12,6.5,6],"to":[16,18.5,10],"rotation":{"angle":45,"axis":"x","origin":[8,9.5125,14]},"faces":{"north":{"uv":[5.5,2.5,6,4],"texture":"#0"},"east":{"uv":[5,2.5,5.5,4],"texture":"#0"},"south":{"uv":[6.5,2.5,7,4],"texture":"#0"},"west":{"uv":[6,2.5,6.5,4],"texture":"#0"},"up":{"uv":[6,2.5,5.5,2],"texture":"#0"},"down":{"uv":[6.5,2,6,2.5],"texture":"#0"}}},{"from":[-3,7.5,10.5],"to":[1,19.5,14.5],"rotation":{"angle":-22.5,"axis":"z","origin":[8,9.5125,14]},"faces":{"north":{"uv":[4.5,6.5,5,8],"texture":"#0"},"east":{"uv":[4,6.5,4.5,8],"texture":"#0"},"south":{"uv":[5.5,6.5,6,8],"texture":"#0"},"west":{"uv":[5,6.5,5.5,8],"texture":"#0"},"up":{"uv":[5,6.5,4.5,6],"texture":"#0"},"down":{"uv":[5.5,6,5,6.5],"texture":"#0"}}},{"from":[-3.5,7,10],"to":[1.5,20,15],"rotation":{"angle":-22.5,"axis":"z","origin":[8,9.5125,14]},"faces":{"north":{"uv":[6.5,6.5,7,8],"texture":"#0"},"east":{"uv":[6,6.5,6.5,8],"texture":"#0"},"south":{"uv":[7.5,6.5,8,8],"texture":"#0"},"west":{"uv":[7,6.5,7.5,8],"texture":"#0"},"up":{"uv":[7,6.5,6.5,6],"texture":"#0"},"down":{"uv":[7.5,6,7,6.5],"texture":"#0"}}},{"from":[7.5,-3,12.5],"to":[12.5,10,17.5],"rotation":{"angle":-22.5,"axis":"x","origin":[8,9.5125,14]},"faces":{"north":{"uv":[0.5,4.5,1,6],"texture":"#0"},"east":{"uv":[0,4.5,0.5,6],"texture":"#0"},"south":{"uv":[1.5,4.5,2,6],"texture":"#0"},"west":{"uv":[1,4.5,1.5,6],"texture":"#0"},"up":{"uv":[1,4.5,0.5,4],"texture":"#0"},"down":{"uv":[1.5,4,1,4.5],"texture":"#0"}}},{"from":[8,-2.5,13],"to":[12,9.5,17],"rotation":{"angle":-22.5,"axis":"x","origin":[8,9.5125,14]},"faces":{"north":{"uv":[0.5,2.5,1,4],"texture":"#0"},"east":{"uv":[0,2.5,0.5,4],"texture":"#0"},"south":{"uv":[1.5,2.5,2,4],"texture":"#0"},"west":{"uv":[1,2.5,1.5,4],"texture":"#0"},"up":{"uv":[1,2.5,0.5,2],"texture":"#0"},"down":{"uv":[1.5,2,1,2.5],"texture":"#0"}}},{"from":[3.5,-3,11.5],"to":[8.5,10,16.5],"rotation":{"angle":-22.5,"axis":"y","origin":[8,9.5125,14]},"faces":{"north":{"uv":[0.5,6.5,1,8],"texture":"#0"},"east":{"uv":[0,6.5,0.5,8],"texture":"#0"},"south":{"uv":[1.5,6.5,2,8],"texture":"#0"},"west":{"uv":[1,6.5,1.5,8],"texture":"#0"},"up":{"uv":[1,6,0.5,5.5],"texture":"#0"},"down":{"uv":[1.5,6,1,6.5],"texture":"#0"}}},{"from":[4,-2.5,12],"to":[8,9.5,16],"rotation":{"angle":-22.5,"axis":"y","origin":[8,9.5125,14]},"faces":{"north":{"uv":[2.5,6.5,3,8],"texture":"#0"},"east":{"uv":[2,6.5,2.5,8],"texture":"#0"},"south":{"uv":[3.5,6.5,4,8],"texture":"#0"},"west":{"uv":[3,6.5,3.5,8],"texture":"#0"},"up":{"uv":[3,6.5,2.5,6],"texture":"#0"},"down":{"uv":[3.5,6,3,6.5],"texture":"#0"}}},{"from":[0,-4.5,7],"to":[16,-2.5,23],"rotation":{"angle":-22.5,"axis":"y","origin":[8,-8.5,15]},"faces":{"north":{"uv":[9,2,11,2.25],"texture":"#0"},"east":{"uv":[9,2,11,2.25],"texture":"#0"},"south":{"uv":[9,2,11,2.25],"texture":"#0"},"west":{"uv":[9,2,11,2.25],"texture":"#0"},"up":{"uv":[7,2,9,4],"texture":"#0"},"down":{"uv":[7,0,9,2],"texture":"#0"}}},{"from":[0,-15.5,7],"to":[16,-11.5,23],"rotation":{"angle":-22.5,"axis":"y","origin":[8,-8.5,15]},"faces":{"north":{"uv":[9,2.25,11,2.75],"texture":"#0"},"east":{"uv":[9,2.25,11,2.75],"texture":"#0"},"south":{"uv":[9,2.25,11,2.75],"texture":"#0"},"west":{"uv":[9,2.25,11,2.75],"texture":"#0"},"up":{"uv":[9,0,11,2],"texture":"#0"},"down":{"uv":[7,4,9,6],"texture":"#0"}}},{"from":[1,-11.5,8],"to":[15,-4.5,22],"rotation":{"angle":-22.5,"axis":"y","origin":[8,-8.5,15]},"faces":{"north":{"uv":[9,2.75,10.75,3.625],"texture":"#0"},"east":{"uv":[9,3.625,10.75,4.5],"texture":"#0"},"south":{"uv":[9,4.5,10.75,5.375],"texture":"#0"},"west":{"uv":[9,5.375,10.75,6.25],"texture":"#0"}}},{"from":[16.25,14,18.125],"to":[18.5,17.75,20.375],"shade":false,"rotation":{"angle":45,"axis":"z","origin":[6,4,5.25]},"faces":{"north":{"uv":[3,10,0,15],"texture":"#bow"},"east":{"uv":[2,10,3,15],"texture":"#bow"},"south":{"uv":[0,10,3,15],"texture":"#bow"},"west":{"uv":[0,10,3,15],"texture":"#bow"},"up":{"uv":[0,10,3,13],"rotation":270,"texture":"#bow"}}},{"from":[20.75,23.75,18.5],"to":[22.25,25.25,20],"shade":false,"rotation":{"angle":45,"axis":"z","origin":[6,4,5.25]},"faces":{"north":{"uv":[8,0,6,2],"texture":"#bow"},"east":{"uv":[6,0,8,2],"texture":"#bow"},"south":{"uv":[6,0,8,2],"texture":"#bow"},"west":{"uv":[6,0,8,2],"texture":"#bow"},"up":{"uv":[6,0,8,2],"rotation":270,"texture":"#bow"},"down":{"uv":[6,0,8,2],"rotation":90,"texture":"#bow"}}},{"from":[20,23,18.5],"to":[21.5,24.5,20],"shade":false,"rotation":{"angle":45,"axis":"z","origin":[6,4,5.25]},"faces":{"north":{"uv":[7,1,5,3],"texture":"#bow"},"east":{"uv":[5,1,7,3],"texture":"#bow"},"south":{"uv":[5,1,7,3],"texture":"#bow"},"west":{"uv":[5,1,7,3],"texture":"#bow"},"up":{"uv":[5,1,7,3],"texture":"#bow"},"down":{"uv":[5,1,7,3],"rotation":180,"texture":"#bow"}}},{"from":[19.25,21.5,18.5],"to":[20.75,23,20],"shade":false,"rotation":{"angle":45,"axis":"z","origin":[6,4,5.25]},"faces":{"north":{"uv":[6,3,4,5],"texture":"#bow"},"east":{"uv":[5,3,6,5],"texture":"#bow"},"south":{"uv":[4,3,6,5],"texture":"#bow"},"west":{"uv":[4,3,6,5],"texture":"#bow"},"up":{"uv":[4,3,6,4],"texture":"#bow"},"down":{"uv":[4,3,6,5],"rotation":90,"texture":"#bow"}}},{"from":[18.5,20,18.5],"to":[20,22.25,20],"shade":false,"rotation":{"angle":45,"axis":"z","origin":[6,4,5.25]},"faces":{"north":{"uv":[5,4,3,7],"texture":"#bow"},"east":{"uv":[3,4,5,7],"texture":"#bow"},"south":{"uv":[3,4,5,7],"texture":"#bow"},"west":{"uv":[3,4,5,7],"texture":"#bow"},"up":{"uv":[3,4,5,6],"texture":"#bow"},"down":{"uv":[3,5,5,7],"rotation":90,"texture":"#bow"}}},{"from":[17.75,19.25,18.5],"to":[19.25,20.75,20],"shade":false,"rotation":{"angle":45,"axis":"z","origin":[6,4,5.25]},"faces":{"north":{"uv":[4,6,2,8],"texture":"#bow"},"east":{"uv":[2,6,4,8],"texture":"#bow"},"south":{"uv":[2,6,4,8],"texture":"#bow"},"west":{"uv":[2,6,4,8],"texture":"#bow"},"up":{"uv":[2,6,4,8],"texture":"#bow"}}},{"from":[17,16.25,18.125],"to":[19.25,19.25,20.375],"shade":false,"rotation":{"angle":45,"axis":"z","origin":[6,4,5.25]},"faces":{"north":{"uv":[4,8,1,12],"texture":"#bow"},"east":{"uv":[3,8,4,12],"texture":"#bow"},"south":{"uv":[1,8,4,12],"texture":"#bow"},"west":{"uv":[0,10,3,14],"texture":"#bow"},"up":{"uv":[1,8,4,9],"texture":"#bow"},"down":{"uv":[13,7,16,10],"rotation":180,"texture":"#bow"}}},{"from":[15.5,12.5,18.125],"to":[18.5,14,20.375],"shade":false,"rotation":{"angle":45,"axis":"z","origin":[6,4,5.25]},"faces":{"north":{"uv":[9,7,5,9],"texture":"#bow"},"east":{"uv":[6,7,9,9],"texture":"#bow"},"south":{"uv":[5,7,9,9],"texture":"#bow"},"west":{"uv":[5,7,8,9],"texture":"#bow"},"up":{"uv":[9,12,13,15],"texture":"#bow"},"down":{"uv":[9,12,13,15],"texture":"#bow"}}},{"from":[18.5,15.5,18.5],"to":[20,16.25,20],"shade":false,"rotation":{"angle":45,"axis":"z","origin":[6,4,5.25]},"faces":{"north":{"uv":[3,12,5,13],"texture":"#bow"},"east":{"uv":[3,12,5,13],"texture":"#bow"},"south":{"uv":[3,12,5,13],"texture":"#bow"},"west":{"uv":[3,12,5,13],"texture":"#bow"},"up":{"uv":[3,12,5,13],"rotation":270,"texture":"#bow"},"down":{"uv":[3,12,5,13],"rotation":90,"texture":"#bow"}}},{"from":[17,9.5,18.5],"to":[18.5,12.5,20],"shade":false,"rotation":{"angle":45,"axis":"z","origin":[6,4,5.25]},"faces":{"north":{"uv":[6,9,8,13],"texture":"#bow"},"east":{"uv":[6,9,8,13],"texture":"#bow"},"south":{"uv":[6,9,8,13],"texture":"#bow"},"west":{"uv":[6,9,8,13],"texture":"#bow"}}},{"from":[15.5,8,18.125],"to":[18.5,9.5,20.375],"shade":false,"rotation":{"angle":45,"axis":"z","origin":[6,4,5.25]},"faces":{"north":{"uv":[9,13,5,15],"texture":"#bow"},"east":{"uv":[6,13,9,15],"texture":"#bow"},"south":{"uv":[5,13,9,15],"texture":"#bow"},"west":{"uv":[5,13,8,15],"texture":"#bow"},"up":{"uv":[9,12,13,15],"texture":"#bow"},"down":{"uv":[9,12,13,15],"texture":"#bow"}}},{"from":[18.5,5.75,18.5],"to":[20,6.5,20],"shade":false,"rotation":{"angle":45,"axis":"z","origin":[6,4,5.25]},"faces":{"north":{"uv":[11,2,13,3],"texture":"#bow"},"east":{"uv":[11,2,13,3],"texture":"#bow"},"south":{"uv":[11,2,13,3],"texture":"#bow"},"west":{"uv":[11,2,13,3],"texture":"#bow"},"up":{"uv":[11,2,13,3],"rotation":270,"texture":"#bow"},"down":{"uv":[11,2,13,3],"rotation":90,"texture":"#bow"}}},{"from":[20.75,-3.25,18.5],"to":[22.25,-1.75,20],"shade":false,"rotation":{"angle":45,"axis":"z","origin":[6,4,5.25]},"faces":{"north":{"uv":[16,13,14,15],"texture":"#bow"},"east":{"uv":[14,13,16,15],"texture":"#bow"},"south":{"uv":[14,13,16,15],"texture":"#bow"},"west":{"uv":[14,13,16,15],"texture":"#bow"},"up":{"uv":[14,13,16,15],"rotation":270,"texture":"#bow"},"down":{"uv":[14,13,16,15],"rotation":90,"texture":"#bow"}}},{"from":[20,-2.5,18.5],"to":[21.5,-1,20],"shade":false,"rotation":{"angle":45,"axis":"z","origin":[6,4,5.25]},"faces":{"north":{"uv":[15,12,13,14],"texture":"#bow"},"east":{"uv":[13,12,15,14],"texture":"#bow"},"south":{"uv":[13,12,15,14],"texture":"#bow"},"west":{"uv":[13,12,15,14],"texture":"#bow"},"up":{"uv":[13,12,15,14],"rotation":270,"texture":"#bow"},"down":{"uv":[13,12,15,14],"rotation":90,"texture":"#bow"}}},{"from":[19.25,-1,18.5],"to":[20.75,0.5,20],"shade":false,"rotation":{"angle":45,"axis":"z","origin":[6,4,5.25]},"faces":{"north":{"uv":[14,10,12,12],"texture":"#bow"},"east":{"uv":[13,10,14,12],"texture":"#bow"},"south":{"uv":[12,10,14,12],"texture":"#bow"},"west":{"uv":[12,10,14,12],"texture":"#bow"},"up":{"uv":[12,10,14,12],"rotation":270,"texture":"#bow"},"down":{"uv":[12,10,14,12],"rotation":90,"texture":"#bow"}}},{"from":[18.5,-0.25,18.5],"to":[20,2,20],"shade":false,"rotation":{"angle":45,"axis":"z","origin":[6,4,5.25]},"faces":{"north":{"uv":[13,8,11,11],"texture":"#bow"},"east":{"uv":[11,8,13,11],"texture":"#bow"},"south":{"uv":[11,8,13,11],"texture":"#bow"},"west":{"uv":[11,8,13,11],"texture":"#bow"},"up":{"uv":[11,8,13,10],"rotation":270,"texture":"#bow"},"down":{"uv":[11,9,13,11],"rotation":90,"texture":"#bow"}}},{"from":[17.75,1.25,18.5],"to":[19.25,2.75,20],"shade":false,"rotation":{"angle":45,"axis":"z","origin":[6,4,5.25]},"faces":{"north":{"uv":[12,7,10,9],"texture":"#bow"},"east":{"uv":[10,7,12,9],"texture":"#bow"},"south":{"uv":[10,7,12,9],"texture":"#bow"},"west":{"uv":[10,7,12,9],"texture":"#bow"},"up":{"uv":[10,7,12,9],"rotation":270,"texture":"#bow"},"down":{"uv":[10,7,12,9],"rotation":90,"texture":"#bow"}}},{"from":[17,2.75,18.125],"to":[19.25,5.75,20.375],"shade":false,"rotation":{"angle":45,"axis":"z","origin":[6,4,5.25]},"faces":{"north":{"uv":[12,3,9,7],"texture":"#bow"},"east":{"uv":[11,3,12,7],"texture":"#bow"},"south":{"uv":[9,3,12,7],"texture":"#bow"},"west":{"uv":[8,1,11,5],"rotation":180,"texture":"#bow"},"up":{"uv":[10,12,13,15],"rotation":270,"texture":"#bow"},"down":{"uv":[9,6,12,7],"texture":"#bow"}}},{"from":[16.25,4.25,18.125],"to":[18.5,8,20.375],"shade":false,"rotation":{"angle":45,"axis":"z","origin":[6,4,5.25]},"faces":{"north":{"uv":[11,0,8,5],"texture":"#bow"},"east":{"uv":[10,0,11,5],"texture":"#bow"},"south":{"uv":[8,0,11,5],"texture":"#bow"},"west":{"uv":[8,0,11,5],"rotation":180,"texture":"#bow"},"down":{"uv":[8,2,11,5],"rotation":90,"texture":"#bow"}}},{"from":[21.875,11,19.175],"to":[22.25,23.75,19.25],"shade":false,"rotation":{"angle":45,"axis":"z","origin":[6,4,5.25]},"faces":{"north":{"uv":[0,15,16,16],"rotation":90,"texture":"#bow"},"south":{"uv":[0,15,16,16],"rotation":90,"texture":"#bow"}}},{"from":[21.875,-1.75,19.175],"to":[22.25,11,19.25],"shade":false,"rotation":{"angle":45,"axis":"z","origin":[6,4,5.25]},"faces":{"north":{"uv":[0,15,16,16],"rotation":270,"texture":"#bow"},"south":{"uv":[0,15,16,16],"rotation":270,"texture":"#bow"}}},{"from":[6.375,26.5,16.875],"to":[7.875,28,19.125],"rotation":{"angle":-45,"axis":"z","origin":[9,16,9]},"faces":{"north":{"uv":[13,5,15,7],"texture":"#wand"},"east":{"uv":[13,5,16,6],"texture":"#wand"},"south":{"uv":[15,5,13,7],"texture":"#wand"},"west":{"uv":[13,5,16,6],"texture":"#wand"},"down":{"uv":[3,6,6,8],"rotation":270,"texture":"#wand"}}},{"from":[5.625,27.25,16.875],"to":[7.875,30.25,19.125],"rotation":{"angle":-45,"axis":"z","origin":[9,16,9]},"faces":{"north":{"uv":[13,2,16,6],"texture":"#wand"},"east":{"uv":[13,2,16,6],"texture":"#wand"},"south":{"uv":[16,2,13,6],"texture":"#wand"},"west":{"uv":[13,2,16,6],"texture":"#wand"},"up":{"uv":[3,0,6,3],"texture":"#wand"},"down":{"uv":[3,5,6,8],"texture":"#wand"}}},{"from":[6.375,28.75,16.875],"to":[8.625,31,19.125],"rotation":{"angle":-45,"axis":"z","origin":[9,16,9]},"faces":{"north":{"uv":[12,1,15,4],"texture":"#wand"},"east":{"uv":[13,3,16,6],"texture":"#wand"},"south":{"uv":[15,1,12,4],"texture":"#wand"},"west":{"uv":[12,1,15,4],"texture":"#wand"},"up":{"uv":[12,1,15,2],"texture":"#wand"},"down":{"uv":[12,1,15,4],"texture":"#wand"}}},{"from":[7.125,29.5,16.875],"to":[10.875,31.75,19.125],"rotation":{"angle":-45,"axis":"z","origin":[9,16,9]},"faces":{"north":{"uv":[9,0,14,3],"texture":"#wand"},"east":{"uv":[9,0,12,3],"texture":"#wand"},"south":{"uv":[14,0,9,3],"texture":"#wand"},"west":{"uv":[11,0,14,3],"texture":"#wand"},"up":{"uv":[9,0,14,1],"rotation":180,"texture":"#wand"},"down":{"uv":[3,3,6,8],"rotation":90,"texture":"#wand"}}},{"from":[10.125,29.5,16.875],"to":[11.625,31,19.125],"rotation":{"angle":-45,"axis":"z","origin":[9,16,9]},"faces":{"north":{"uv":[8,1,10,3],"texture":"#wand"},"east":{"uv":[10,0,13,2],"texture":"#wand"},"south":{"uv":[10,1,8,3],"texture":"#wand"},"up":{"uv":[9,0,12,2],"rotation":90,"texture":"#wand"}}},{"from":[10.125,25,16.875],"to":[12.375,30.25,19.125],"rotation":{"angle":-45,"axis":"z","origin":[9,16,9]},"faces":{"north":{"uv":[7,2,10,9],"texture":"#wand"},"east":{"uv":[3,1,6,8],"texture":"#wand"},"south":{"uv":[10,2,7,9],"texture":"#wand"},"west":{"uv":[3,1,6,8],"texture":"#wand"},"up":{"uv":[7,2,10,5],"texture":"#wand"},"down":{"uv":[0,13,3,16],"texture":"#wand"}}},{"from":[9.375,23.5,16.875],"to":[11.625,25.75,19.125],"rotation":{"angle":-45,"axis":"z","origin":[9,16,9]},"faces":{"north":{"uv":[8,8,11,11],"texture":"#wand"},"east":{"uv":[8,8,11,11],"texture":"#wand"},"south":{"uv":[11,8,8,11],"texture":"#wand"},"west":{"uv":[0,13,3,16],"texture":"#wand"},"up":{"uv":[8,8,11,11],"texture":"#wand"},"down":{"uv":[8,8,11,11],"texture":"#wand"}}},{"from":[8.625,22,16.875],"to":[10.875,24.25,19.125],"rotation":{"angle":-45,"axis":"z","origin":[9,16,9]},"faces":{"north":{"uv":[9,10,12,13],"texture":"#wand"},"east":{"uv":[9,10,12,13],"texture":"#wand"},"south":{"uv":[12,10,9,13],"texture":"#wand"},"west":{"uv":[3,5,6,8],"texture":"#wand"},"up":{"uv":[9,10,12,13],"texture":"#wand"},"down":{"uv":[9,10,12,13],"texture":"#wand"}}},{"from":[7.875,10,16.875],"to":[10.125,22,19.125],"rotation":{"angle":-45,"axis":"z","origin":[9,16,9]},"faces":{"north":{"uv":[0,0,3,16],"texture":"#wand"},"east":{"uv":[3,0,0,16],"texture":"#wand"},"south":{"uv":[3,0,0,16],"texture":"#wand"},"west":{"uv":[0,0,3,16],"texture":"#wand"},"up":{"uv":[0,13,3,16],"texture":"#wand"},"down":{"uv":[0,13,3,16],"texture":"#wand"}}},{"from":[7.875,7,16.875],"to":[10.125,10,19.125],"rotation":{"angle":-45,"axis":"z","origin":[9,16,9]},"faces":{"north":{"uv":[4,9,7,13],"texture":"#wand"},"east":{"uv":[7,9,4,13],"texture":"#wand"},"south":{"uv":[7,9,4,13],"texture":"#wand"},"west":{"uv":[4,9,7,13],"texture":"#wand"},"up":{"uv":[4,9,7,12],"texture":"#wand"},"down":{"uv":[4,10,7,13],"texture":"#wand"}}},{"from":[7.125,5.5,16.875],"to":[9.375,8.5,19.125],"rotation":{"angle":-45,"axis":"z","origin":[9,16,9]},"faces":{"north":{"uv":[5,11,8,15],"texture":"#wand"},"east":{"uv":[8,11,5,15],"texture":"#wand"},"south":{"uv":[8,11,5,15],"texture":"#wand"},"west":{"uv":[5,11,8,15],"texture":"#wand"},"up":{"uv":[5,11,8,14],"texture":"#wand"},"down":{"uv":[5,12,8,15],"texture":"#wand"}}},{"from":[6.375,4.75,16.875],"to":[8.625,7,19.125],"rotation":{"angle":-45,"axis":"z","origin":[9,16,9]},"faces":{"north":{"uv":[6,13,9,16],"texture":"#wand"},"east":{"uv":[6,13,9,16],"texture":"#wand"},"south":{"uv":[9,13,6,16],"texture":"#wand"},"west":{"uv":[6,13,9,16],"texture":"#wand"},"up":{"uv":[6,13,9,16],"texture":"#wand"},"down":{"uv":[6,13,9,16],"texture":"#wand"}}},{"from":[12.375,26.125,18],"to":[14.625,29.125,18.075],"rotation":{"angle":-45,"axis":"z","origin":[9,16,9]},"faces":{"north":{"uv":[16,12,13,16],"texture":"#wand"},"south":{"uv":[13,12,16,16],"texture":"#wand"}}},{"from":[9.375,8.875,19.5],"to":[9.45,11.875,21.75],"rotation":{"angle":-45,"axis":"z","origin":[9,16,9]},"faces":{"east":{"uv":[13,8,16,12],"texture":"#wand"},"west":{"uv":[16,8,13,12],"texture":"#wand"}}},{"from":[-4.375,9.5,-3.5],"to":[-3.625,12.5,-2],"rotation":{"angle":-22.5,"axis":"z","origin":[2,-2,2]},"faces":{"north":{"uv":[11,1,15,2],"rotation":90,"texture":"#dagger"},"east":{"uv":[11,1,15,3],"rotation":90,"texture":"#dagger"},"west":{"uv":[15,1,11,3],"rotation":270,"texture":"#dagger"},"up":{"uv":[11,1,12,3],"texture":"#dagger"},"down":{"uv":[14,1,15,3],"rotation":180,"texture":"#dagger"}}},{"from":[-4.375,10.25,-4.25],"to":[-3.625,11.75,-3.5],"rotation":{"angle":-22.5,"axis":"z","origin":[2,-2,2]},"faces":{"north":{"uv":[12,0,14,1],"rotation":90,"texture":"#dagger"},"east":{"uv":[12,0,14,1],"rotation":90,"texture":"#dagger"},"west":{"uv":[14,0,12,1],"rotation":270,"texture":"#dagger"},"up":{"uv":[12,0,13,1],"texture":"#dagger"},"down":{"uv":[13,0,14,1],"rotation":180,"texture":"#dagger"}}},{"from":[-4.375,8.75,-2],"to":[-3.625,13.25,7],"rotation":{"angle":-22.5,"axis":"z","origin":[2,-2,2]},"faces":{"north":{"uv":[10,3,16,4],"rotation":90,"texture":"#dagger"},"east":{"uv":[10,3,16,15],"rotation":90,"texture":"#dagger"},"west":{"uv":[16,3,10,15],"rotation":270,"texture":"#dagger"},"up":{"uv":[10,3,11,15],"texture":"#dagger"},"down":{"uv":[15,3,16,15],"rotation":180,"texture":"#dagger"}}},{"from":[-4.75,9.5,6.25],"to":[-3.25,12.5,7],"rotation":{"angle":-22.5,"axis":"z","origin":[2,-2,2]},"faces":{"north":{"uv":[4,4,8,6],"rotation":90,"texture":"#dagger"},"east":{"uv":[4,8,8,9],"rotation":90,"texture":"#dagger"},"south":{"uv":[0,0,0,0],"rotation":270,"texture":"#dagger"},"west":{"uv":[8,8,4,9],"rotation":270,"texture":"#dagger"},"up":{"uv":[4,8,6,9],"texture":"#dagger"},"down":{"uv":[6,8,8,9],"rotation":180,"texture":"#dagger"}}},{"from":[-4.75,9.5,9.25],"to":[-3.25,12.5,10],"rotation":{"angle":-22.5,"axis":"z","origin":[2,-2,2]},"faces":{"east":{"uv":[4,12,8,13],"rotation":90,"texture":"#dagger"},"south":{"uv":[4,6,8,8],"rotation":270,"texture":"#dagger"},"west":{"uv":[8,12,4,13],"rotation":270,"texture":"#dagger"},"up":{"uv":[4,12,6,13],"texture":"#dagger"},"down":{"uv":[6,12,8,13],"rotation":180,"texture":"#dagger"}}},{"from":[-4.75,8.75,7.75],"to":[-3.25,13.25,9.25],"rotation":{"angle":-22.5,"axis":"z","origin":[2,-2,2]},"faces":{"east":{"uv":[3,10,9,12],"rotation":90,"texture":"#dagger"},"south":{"uv":[2,6,8,8],"rotation":270,"texture":"#dagger"},"west":{"uv":[9,10,3,12],"rotation":270,"texture":"#dagger"},"up":{"uv":[3,10,4,12],"texture":"#dagger"},"down":{"uv":[8,10,9,12],"rotation":180,"texture":"#dagger"}}},{"from":[-4.75,8,7],"to":[-3.25,14,7.75],"rotation":{"angle":-22.5,"axis":"z","origin":[2,-2,2]},"faces":{"north":{"uv":[0,4,8,6],"rotation":90,"texture":"#dagger"},"east":{"uv":[2,9,10,10],"rotation":90,"texture":"#dagger"},"south":{"uv":[0,6,8,8],"rotation":90,"texture":"#dagger"},"west":{"uv":[10,9,2,10],"rotation":270,"texture":"#dagger"},"up":{"uv":[0,5,2,6],"texture":"#dagger"},"down":{"uv":[0,6,2,7],"rotation":180,"texture":"#dagger"}}},{"from":[-4.75,10.25,10],"to":[-3.25,11.75,14.5],"rotation":{"angle":-22.5,"axis":"z","origin":[2,-2,2]},"faces":{"east":{"uv":[0,10,2,16],"rotation":90,"texture":"#dagger"},"south":{"uv":[6,6,8,8],"rotation":270,"texture":"#dagger"},"west":{"uv":[0,10,2,16],"rotation":270,"texture":"#dagger"},"up":{"uv":[0,10,2,16],"texture":"#dagger"},"down":{"uv":[0,10,2,16],"rotation":180,"texture":"#dagger"}}},{"from":[-5.125,9.875,14.5],"to":[-2.875,12.125,16.75],"rotation":{"angle":-22.5,"axis":"z","origin":[2,-2,2]},"faces":{"north":{"uv":[0,0,3,3],"rotation":270,"texture":"#dagger"},"east":{"uv":[3,0,6,3],"rotation":90,"texture":"#dagger"},"south":{"uv":[6,0,9,3],"rotation":270,"texture":"#dagger"},"west":{"uv":[6,0,3,3],"rotation":270,"texture":"#dagger"},"up":{"uv":[3,0,6,3],"texture":"#dagger"},"down":{"uv":[3,0,6,3],"rotation":180,"texture":"#dagger"}}},{"from":[11.99482,13.67393,-13.33125],"to":[12.74482,15.92393,-10.33125],"rotation":{"angle":22.5,"axis":"x","origin":[7.5,6,8]},"faces":{"north":{"uv":[12,7,13.5,7.5],"rotation":270,"texture":"#spear"},"east":{"uv":[13.5,7,12,9],"rotation":90,"texture":"#spear"},"south":{"uv":[12,8.5,13.5,9],"rotation":270,"texture":"#spear"},"west":{"uv":[12,7,13.5,9],"rotation":270,"texture":"#spear"},"up":{"uv":[13,7,13.5,9],"texture":"#spear"},"down":{"uv":[12,7,12.5,9],"rotation":180,"texture":"#spear"}}},{"from":[11.99482,14.42393,-14.08125],"to":[12.74482,16.67393,-12.58125],"rotation":{"angle":22.5,"axis":"x","origin":[7.5,6,8]},"faces":{"north":{"uv":[12.5,6.5,14,7],"rotation":270,"texture":"#spear"},"east":{"uv":[14,6.5,12.5,7.5],"rotation":90,"texture":"#spear"},"south":{"uv":[12.5,7,14,7.5],"rotation":270,"texture":"#spear"},"west":{"uv":[12.5,6.5,14,7.5],"rotation":270,"texture":"#spear"},"up":{"uv":[13.5,6.5,14,7.5],"texture":"#spear"},"down":{"uv":[12.5,6.5,13,7.5],"rotation":180,"texture":"#spear"}}},{"from":[11.99482,15.17393,-14.83125],"to":[12.74482,16.67393,-13.33125],"rotation":{"angle":22.5,"axis":"x","origin":[7.5,6,8]},"faces":{"north":{"uv":[13,6,14,6.5],"rotation":270,"texture":"#spear"},"east":{"uv":[14,6,13,7],"rotation":90,"texture":"#spear"},"west":{"uv":[13,6,14,7],"rotation":270,"texture":"#spear"},"up":{"uv":[13.5,6,14,7],"texture":"#spear"},"down":{"uv":[13,6,13.5,7],"rotation":180,"texture":"#spear"}}},{"from":[11.99482,12.92393,-12.58125],"to":[12.74482,15.17393,-5.83125],"rotation":{"angle":22.5,"axis":"x","origin":[7.5,6,8]},"faces":{"north":{"uv":[11.5,7.5,13,8],"rotation":270,"texture":"#spear"},"east":{"uv":[13,7.5,11.5,12],"rotation":90,"texture":"#spear"},"south":{"uv":[11.5,11.5,13,12],"rotation":270,"texture":"#spear"},"west":{"uv":[11.5,7.5,13,12],"rotation":270,"texture":"#spear"},"up":{"uv":[12.5,7.5,13,12],"texture":"#spear"},"down":{"uv":[11.5,7.5,12,12],"rotation":180,"texture":"#spear"}}},{"from":[11.99482,11.42393,-8.83125],"to":[12.74482,12.92393,-4.33125],"rotation":{"angle":22.5,"axis":"x","origin":[7.5,6,8]},"faces":{"north":{"uv":[10.5,10,11.5,10.5],"rotation":270,"texture":"#spear"},"east":{"uv":[11.5,10,10.5,13],"rotation":90,"texture":"#spear"},"south":{"uv":[10.5,12.5,11.5,13],"rotation":270,"texture":"#spear"},"west":{"uv":[10.5,10,11.5,13],"rotation":270,"texture":"#spear"},"down":{"uv":[10.5,10,11,13],"rotation":180,"texture":"#spear"}}},{"from":[11.99482,12.17393,-11.08125],"to":[12.74482,14.42393,-2.83125],"rotation":{"angle":22.5,"axis":"x","origin":[7.5,6,8]},"faces":{"north":{"uv":[11,8.5,12.5,9],"rotation":270,"texture":"#spear"},"east":{"uv":[12.5,8.5,11,14],"rotation":90,"texture":"#spear"},"west":{"uv":[11,8.5,12.5,14],"rotation":270,"texture":"#spear"},"up":{"uv":[12,8.5,12.5,14],"texture":"#spear"},"down":{"uv":[11,8.5,11.5,14],"rotation":180,"texture":"#spear"}}},{"from":[12.36982,6.15706,-1.57182],"to":[12.44482,9.90706,7.42818],"rotation":{"angle":45,"axis":"x","origin":[7.5,6,8]},"faces":{"east":{"uv":[16,0,13.5,6],"rotation":90,"texture":"#spear"},"west":{"uv":[13.5,0,16,6],"rotation":270,"texture":"#spear"}}},{"from":[9.36982,11.04893,-2.83125],"to":[15.36982,15.54893,-1.33125],"rotation":{"angle":22.5,"axis":"x","origin":[7.5,6,8]},"faces":{"north":{"uv":[1,12,4,16],"rotation":270,"texture":"#spear"},"east":{"uv":[9,15,6,16],"rotation":90,"texture":"#spear"},"south":{"uv":[1,12,4,16],"rotation":270,"texture":"#spear"},"west":{"uv":[6,15,9,16],"rotation":270,"texture":"#spear"},"up":{"uv":[5.5,15,9.5,16],"texture":"#spear"},"down":{"uv":[5.5,15,9.5,16],"rotation":180,"texture":"#spear"}}},{"from":[10.86982,9.54893,-2.83125],"to":[13.86982,17.04893,-1.33125],"rotation":{"angle":22.5,"axis":"x","origin":[7.5,6,8]},"faces":{"north":{"uv":[0,13,5,15],"rotation":270,"texture":"#spear"},"east":{"uv":[10,15,5,16],"rotation":90,"texture":"#spear"},"south":{"uv":[0,13,5,15],"rotation":270,"texture":"#spear"},"west":{"uv":[5,15,10,16],"rotation":270,"texture":"#spear"},"up":{"uv":[6,15,8,16],"texture":"#spear"},"down":{"uv":[5.5,15,7.5,16],"rotation":180,"texture":"#spear"}}},{"from":[10.86982,11.79893,-1.33125],"to":[13.86982,14.79893,0.16875],"rotation":{"angle":22.5,"axis":"x","origin":[7.5,6,8]},"faces":{"east":{"uv":[9,2,7,3],"rotation":90,"texture":"#spear"},"south":{"uv":[9,0,11,2],"rotation":270,"texture":"#spear"},"west":{"uv":[7,2,9,3],"rotation":270,"texture":"#spear"},"up":{"uv":[9,2,11,3],"texture":"#spear"},"down":{"uv":[9,2,11,3],"rotation":180,"texture":"#spear"}}},{"from":[10.86982,11.79893,2.41875],"to":[13.86982,14.79893,3.16875],"rotation":{"angle":22.5,"axis":"x","origin":[7.5,6,8]},"faces":{"north":{"uv":[7,0,9,2],"rotation":270,"texture":"#spear"},"east":{"uv":[9,4.5,7,5],"rotation":90,"texture":"#spear"},"south":{"uv":[9,0,11,2],"rotation":270,"texture":"#spear"},"west":{"uv":[7,4.5,9,5],"rotation":270,"texture":"#spear"},"up":{"uv":[9,4.5,11,5],"texture":"#spear"},"down":{"uv":[9,4.5,11,5],"rotation":180,"texture":"#spear"}}},{"from":[11.61982,12.54893,0.16875],"to":[13.11982,14.04893,15.16875],"rotation":{"angle":22.5,"axis":"x","origin":[7.5,6,8]},"faces":{"east":{"uv":[7.5,3,8.5,13],"rotation":90,"texture":"#spear"},"west":{"uv":[7.5,3,8.5,13],"rotation":270,"texture":"#spear"},"up":{"uv":[9.5,3,10.5,13],"texture":"#spear"},"down":{"uv":[9.5,3,10.5,13],"rotation":180,"texture":"#spear"}}},{"from":[11.61982,12.54893,15.16875],"to":[13.11982,14.04893,18.91875],"rotation":{"angle":22.5,"axis":"x","origin":[7.5,6,8]},"faces":{"east":{"uv":[7.5,10.5,8.5,13],"rotation":90,"texture":"#spear"},"west":{"uv":[7.5,10.5,8.5,13],"rotation":270,"texture":"#spear"},"up":{"uv":[7.5,10.5,8.5,13],"texture":"#spear"},"down":{"uv":[7.5,10.5,8.5,13],"rotation":180,"texture":"#spear"}}},{"from":[11.61982,11.79893,18.91875],"to":[13.11982,14.79893,21.16875],"rotation":{"angle":22.5,"axis":"x","origin":[7.5,6,8]},"faces":{"north":{"uv":[7,13,9,14],"rotation":270,"texture":"#spear"},"east":{"uv":[9,13,7,14.5],"rotation":90,"texture":"#spear"},"south":{"uv":[7,13.5,9,14.5],"rotation":270,"texture":"#spear"},"west":{"uv":[7,13,9,14.5],"rotation":270,"texture":"#spear"},"up":{"uv":[9.5,13,10.5,14.5],"texture":"#spear"},"down":{"uv":[9.5,13,10.5,14.5],"rotation":180,"texture":"#spear"}}}],"display":{"gui":{"rotation":[30,225,0],"translation":[2,0,0],"scale":[0.425,0.425,0.425]},"head":{"rotation":[0,22.5,0],"translation":[-4.25,-5.5,-10.25],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/statue_idol.json b/assets/minecraft/models/item/wynn/housing/furniture/statue_idol.json new file mode 100644 index 000000000..93cb91b6d --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/statue_idol.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/housing/furniture/statue_idol","particle":"wynn/housing/furniture/statue_idol"},"elements":[{"from":[5.75,20.5,6.25],"to":[10.25,25,7.25],"rotation":{"angle":45,"axis":"x","origin":[8,22.75,7]},"faces":{"north":{"uv":[3,0,4,1],"texture":"#0"},"east":{"uv":[3,1,3.25,2],"texture":"#0"},"west":{"uv":[3.25,1,3.5,2],"texture":"#0"},"down":{"uv":[3.75,1,3.5,2],"rotation":90,"texture":"#0"}}},{"from":[6,20.75,6.5],"to":[10,24.75,10.5],"rotation":{"angle":45,"axis":"x","origin":[8,22.75,7]},"faces":{"north":{"uv":[1,1,2,2],"texture":"#0"},"east":{"uv":[0,1,1,2],"texture":"#0"},"south":{"uv":[0,0,1,1],"texture":"#0"},"west":{"uv":[2,1,3,2],"texture":"#0"},"up":{"uv":[2,1,1,0],"texture":"#0"},"down":{"uv":[3,0,2,1],"texture":"#0"}}},{"from":[5.75,12,5.75],"to":[8.25,13,8.25],"rotation":{"angle":-22.5,"axis":"y","origin":[8,14.75625,7]},"faces":{"north":{"uv":[0.5,4.25,1,4.5],"texture":"#0"},"east":{"uv":[0,4.25,0.5,4.5],"texture":"#0"},"south":{"uv":[1.5,4.25,2,4.5],"texture":"#0"},"west":{"uv":[1,4.25,1.5,4.5],"texture":"#0"}}},{"from":[6,8.75,6],"to":[8,14.75,8],"rotation":{"angle":-22.5,"axis":"y","origin":[8,14.75625,7]},"faces":{"north":{"uv":[0.5,5.875,1,7.375],"texture":"#0"},"east":{"uv":[0,5.875,0.5,7.375],"texture":"#0"},"south":{"uv":[1.5,5.875,2,7.375],"texture":"#0"},"west":{"uv":[1,5.875,1.5,7.375],"texture":"#0"}}},{"from":[7.75,12,5.75],"to":[10.25,13,8.25],"rotation":{"angle":-22.5,"axis":"x","origin":[8,14.75625,7]},"faces":{"north":{"uv":[0.5,4,1,4.25],"texture":"#0"},"east":{"uv":[0,4,0.5,4.25],"texture":"#0"},"south":{"uv":[1.5,4,2,4.25],"texture":"#0"},"west":{"uv":[1,4,1.5,4.25],"texture":"#0"}}},{"from":[8,8.75,6],"to":[10,14.75,8],"rotation":{"angle":-22.5,"axis":"x","origin":[8,14.75625,7]},"faces":{"north":{"uv":[0.5,2.5,1,4],"texture":"#0"},"east":{"uv":[0,2.5,0.5,4],"texture":"#0"},"south":{"uv":[1.5,2.5,2,4],"texture":"#0"},"west":{"uv":[1,2.5,1.5,4],"texture":"#0"},"up":{"uv":[1,2.5,0.5,2],"texture":"#0"},"down":{"uv":[1.5,2,1,2.5],"texture":"#0"}}},{"from":[4.34776,14.75,5.23463],"to":[6.34776,20.75,7.23463],"rotation":{"angle":-22.5,"axis":"z","origin":[6,19.75625,7]},"faces":{"north":{"uv":[2.5,4.375,3,5.875],"texture":"#0"},"east":{"uv":[2,4.375,2.5,5.875],"texture":"#0"},"south":{"uv":[3.5,4.375,4,5.875],"texture":"#0"},"west":{"uv":[3,4.375,3.5,5.875],"texture":"#0"},"up":{"uv":[2,2.5,1.5,2],"texture":"#0"},"down":{"uv":[2.5,2,2,2.5],"texture":"#0"}}},{"from":[4.09776,18.5,4.98463],"to":[6.59776,19.5,7.48463],"rotation":{"angle":-22.5,"axis":"z","origin":[6,19.75625,7]},"faces":{"north":{"uv":[0.5,4.5,1,4.75],"texture":"#0"},"east":{"uv":[0,4.5,0.5,4.75],"texture":"#0"},"south":{"uv":[1.5,4.5,2,4.75],"texture":"#0"},"west":{"uv":[1,4.5,1.5,4.75],"texture":"#0"}}},{"from":[11.02048,18.46319,6.70623],"to":[13.52048,20.95819,9.20623],"rotation":{"angle":45,"axis":"z","origin":[10.27048,19.75,8.14757]},"faces":{"north":{"uv":[0.5,4.75,1,5.375],"rotation":90,"texture":"#0"},"south":{"uv":[1.5,4.75,2,5.375],"rotation":270,"texture":"#0"},"up":{"uv":[0,4.75,0.5,5.375],"rotation":270,"texture":"#0"},"down":{"uv":[1,4.75,1.5,5.375],"rotation":270,"texture":"#0"}}},{"from":[9.77048,18.71319,6.95623],"to":[15.77048,20.71319,8.95623],"rotation":{"angle":45,"axis":"z","origin":[10.27048,19.75,8.14757]},"faces":{"north":{"uv":[2.5,6.375,3,7.875],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,5.875,3,6.375],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,6.375,4,7.875],"rotation":270,"texture":"#0"},"west":{"uv":[3,6.375,2.5,5.875],"rotation":270,"texture":"#0"},"up":{"uv":[2,6.375,2.5,7.875],"rotation":270,"texture":"#0"},"down":{"uv":[3,6.375,3.5,7.875],"rotation":270,"texture":"#0"}}},{"from":[5.995,14.505,5.745],"to":[10.005,16.02,8.255],"rotation":{"angle":-22.5,"axis":"y","origin":[8,14.75625,7]},"faces":{"north":{"uv":[2,4,3,4.375],"texture":"#0"},"south":{"uv":[3,4,4,4.375],"texture":"#0"}}},{"from":[6,14.75,6],"to":[10,20.75,8],"rotation":{"angle":-22.5,"axis":"y","origin":[8,14.75625,7]},"faces":{"north":{"uv":[2.5,2.5,3.5,3.99],"texture":"#0"},"east":{"uv":[2,2.5,2.5,3.99],"texture":"#0"},"south":{"uv":[4,2.5,5,3.99],"texture":"#0"},"west":{"uv":[3.5,2.5,4,3.99],"texture":"#0"},"up":{"uv":[3.5,2.5,2.5,2],"texture":"#0"},"down":{"uv":[4.5,2,3.5,2.5],"texture":"#0"}}},{"from":[14.60144,25.48882,6.60884],"to":[14.97644,27.73882,6.98384],"rotation":{"angle":45,"axis":"z","origin":[9.94429,19.59375,5.99063]},"faces":{"north":{"uv":[2.75,10.375,2.625,11.125],"texture":"#0"},"east":{"uv":[2.75,10.375,2.625,11.125],"texture":"#0"},"west":{"uv":[2.75,10.375,2.625,11.125],"texture":"#0"},"up":{"uv":[2.75,10.375,2.625,10.5],"texture":"#0"},"down":{"uv":[2.75,11,2.625,11.125],"texture":"#0"}}},{"from":[14.60144,28.48882,7.73384],"to":[14.97644,29.98882,8.85884],"rotation":{"angle":45,"axis":"z","origin":[9.94429,19.59375,5.99063]},"faces":{"north":{"uv":[3,9.625,3.125,10.125],"texture":"#0"},"east":{"uv":[3.375,9.625,3,10.125],"texture":"#0"},"south":{"uv":[3.25,9.625,3.375,10.125],"texture":"#0"},"west":{"uv":[3,9.625,3.375,10.125],"texture":"#0"},"up":{"uv":[3,9.625,3.375,9.75],"rotation":90,"texture":"#0"},"down":{"uv":[3,10,3.375,10.125],"rotation":270,"texture":"#0"}}},{"from":[14.60144,29.61382,8.85884],"to":[14.97644,29.98882,9.23384],"rotation":{"angle":45,"axis":"z","origin":[9.94429,19.59375,5.99063]},"faces":{"north":{"uv":[3.5,9.625,3.375,9.75],"texture":"#0"},"east":{"uv":[3.5,9.625,3.375,9.75],"texture":"#0"},"south":{"uv":[3.5,9.625,3.375,9.75],"texture":"#0"},"west":{"uv":[3.5,9.625,3.375,9.75],"texture":"#0"},"up":{"uv":[3.5,9.625,3.375,9.75],"texture":"#0"},"down":{"uv":[3.5,9.625,3.375,9.75],"texture":"#0"}}},{"from":[14.60144,29.9875,8.10884],"to":[14.97644,30.3625,8.48384],"rotation":{"angle":45,"axis":"z","origin":[9.94429,19.59375,5.99063]},"faces":{"north":{"uv":[3.25,9.5,3.125,9.625],"texture":"#0"},"east":{"uv":[3.25,9.5,3.125,9.625],"texture":"#0"},"south":{"uv":[3.25,9.5,3.125,9.625],"texture":"#0"},"west":{"uv":[3.25,9.5,3.125,9.625],"texture":"#0"},"up":{"uv":[3.25,9.5,3.125,9.625],"texture":"#0"},"down":{"uv":[3.25,9.5,3.125,9.625],"texture":"#0"}}},{"from":[14.60144,29.98882,8.48384],"to":[14.97644,30.73882,9.23384],"rotation":{"angle":45,"axis":"z","origin":[9.94429,19.59375,5.99063]},"faces":{"north":{"uv":[3.25,9.375,3.375,9.625],"texture":"#0"},"east":{"uv":[3.5,9.375,3.25,9.625],"texture":"#0"},"south":{"uv":[3.375,9.375,3.5,9.625],"texture":"#0"},"west":{"uv":[3.25,9.375,3.5,9.625],"texture":"#0"},"up":{"uv":[3.25,9.375,3.5,9.5],"rotation":90,"texture":"#0"}}},{"from":[14.60144,26.23882,8.10884],"to":[14.97644,28.48882,8.48384],"rotation":{"angle":45,"axis":"z","origin":[9.94429,19.59375,5.99063]},"faces":{"north":{"uv":[3.25,10.125,3.125,10.875],"texture":"#0"},"east":{"uv":[3.25,10.125,3.125,10.875],"texture":"#0"},"south":{"uv":[3.25,10.125,3.125,10.875],"texture":"#0"},"west":{"uv":[3.25,10.125,3.125,10.875],"texture":"#0"},"up":{"uv":[3.25,10.125,3.125,10.25],"texture":"#0"},"down":{"uv":[3.25,10.75,3.125,10.875],"texture":"#0"}}},{"from":[14.60144,28.863,7.358],"to":[14.97644,29.613,7.7355],"rotation":{"angle":45,"axis":"z","origin":[9.94429,19.59375,5.99063]},"faces":{"north":{"uv":[3,9.75,2.875,10],"texture":"#0"},"east":{"uv":[3,9.75,2.875,10],"texture":"#0"},"south":{"uv":[3,9.75,2.875,10],"texture":"#0"},"west":{"uv":[3,9.75,2.875,10],"texture":"#0"},"up":{"uv":[3,9.75,2.875,9.875],"texture":"#0"},"down":{"uv":[3,9.875,2.875,10],"texture":"#0"}}},{"from":[14.60144,24.73882,6.98384],"to":[14.97644,28.86382,8.10884],"rotation":{"angle":45,"axis":"z","origin":[9.94429,19.59375,5.99063]},"faces":{"north":{"uv":[2.75,10,2.875,11.375],"texture":"#0"},"east":{"uv":[3.125,10,2.75,11.375],"texture":"#0"},"south":{"uv":[3,10,3.125,11.375],"texture":"#0"},"west":{"uv":[2.75,10,3.125,11.375],"texture":"#0"},"up":{"uv":[2.75,10,3.125,10.125],"rotation":90,"texture":"#0"}}},{"from":[14.78894,18.60911,5.4754],"to":[14.82644,23.10911,7.3504],"rotation":{"angle":45,"axis":"z","origin":[9.94429,19.59375,5.99063]},"faces":{"east":{"uv":[4,7.875,3.375,9.375],"texture":"#0"},"west":{"uv":[3.375,7.875,4,9.375],"texture":"#0"}}},{"from":[13.28894,23.98882,6.42134],"to":[16.28894,24.73882,8.67134],"rotation":{"angle":45,"axis":"z","origin":[9.94429,19.59375,5.99063]},"faces":{"north":{"uv":[0.125,8.375,1.125,8.625],"texture":"#0"},"east":{"uv":[1,8.375,0.25,8.625],"texture":"#0"},"south":{"uv":[0.125,8.375,1.125,8.625],"texture":"#0"},"west":{"uv":[0.25,8.375,1,8.625],"texture":"#0"},"up":{"uv":[0.25,7.375,1,8.375],"rotation":90,"texture":"#0"},"down":{"uv":[0.25,7.375,1,8.375],"rotation":270,"texture":"#0"}}},{"from":[14.03894,23.98882,5.67134],"to":[15.53894,24.73882,9.42134],"rotation":{"angle":45,"axis":"z","origin":[9.94429,19.59375,5.99063]},"faces":{"north":{"uv":[0.125,8.375,0.625,8.625],"texture":"#0"},"east":{"uv":[1.25,8.375,0,8.625],"texture":"#0"},"south":{"uv":[0.25,8.375,0.75,8.625],"texture":"#0"},"west":{"uv":[0,8.375,1.25,8.625],"texture":"#0"},"up":{"uv":[0,7.625,1.25,8.125],"rotation":90,"texture":"#0"},"down":{"uv":[0,7.625,1.25,8.125],"rotation":270,"texture":"#0"}}},{"from":[14.03894,23.23882,6.79634],"to":[15.53894,23.98882,8.29634],"rotation":{"angle":45,"axis":"z","origin":[9.94429,19.59375,5.99063]},"faces":{"north":{"uv":[2.25,8.375,2.75,8.625],"texture":"#0"},"east":{"uv":[2.25,8.375,1.75,8.625],"texture":"#0"},"south":{"uv":[2.25,8.375,2.75,8.625],"texture":"#0"},"west":{"uv":[1.75,8.375,2.25,8.625],"texture":"#0"},"down":{"uv":[2.25,7.875,2.75,8.375],"rotation":270,"texture":"#0"}}},{"from":[14.03894,21.73882,6.79634],"to":[15.53894,22.11382,8.29634],"rotation":{"angle":45,"axis":"z","origin":[9.94429,19.59375,5.99063]},"faces":{"north":{"uv":[2.25,9,2.75,9.125],"texture":"#0"},"east":{"uv":[2.25,9,1.75,9.125],"texture":"#0"},"south":{"uv":[2.25,9,2.75,9.125],"texture":"#0"},"west":{"uv":[1.75,9,2.25,9.125],"texture":"#0"},"up":{"uv":[1.75,7.875,2.25,8.375],"rotation":90,"texture":"#0"},"down":{"uv":[2.25,7.875,2.75,8.375],"rotation":270,"texture":"#0"}}},{"from":[14.41394,15.73882,7.17134],"to":[15.16394,23.23882,7.92134],"rotation":{"angle":45,"axis":"z","origin":[9.94429,19.59375,5.99063]},"faces":{"north":{"uv":[2.375,8.625,2.625,11.125],"texture":"#0"},"east":{"uv":[1.875,8.625,2.125,11.125],"texture":"#0"},"south":{"uv":[2.375,8.625,2.625,11.125],"texture":"#0"},"west":{"uv":[1.875,8.625,2.125,11.125],"texture":"#0"}}},{"from":[14.41394,13.86382,7.17134],"to":[15.16394,15.73882,7.92134],"rotation":{"angle":45,"axis":"z","origin":[9.94429,19.59375,5.99063]},"faces":{"north":{"uv":[1.875,10.5,2.125,11.125],"texture":"#0"},"east":{"uv":[1.875,10.5,2.125,11.125],"texture":"#0"},"south":{"uv":[1.875,10.5,2.125,11.125],"texture":"#0"},"west":{"uv":[1.875,10.5,2.125,11.125],"texture":"#0"}}},{"from":[14.41394,12.73882,6.79634],"to":[15.16394,13.86382,8.29634],"rotation":{"angle":45,"axis":"z","origin":[9.94429,19.59375,5.99063]},"faces":{"north":{"uv":[2.375,11.125,2.625,11.5],"texture":"#0"},"east":{"uv":[2.25,11.125,1.75,11.5],"texture":"#0"},"south":{"uv":[2.375,11.125,2.625,11.5],"texture":"#0"},"west":{"uv":[1.75,11.125,2.25,11.5],"texture":"#0"},"up":{"uv":[1.75,11.125,2.25,11.375],"rotation":90,"texture":"#0"},"down":{"uv":[1.75,11.25,2.25,11.5],"rotation":270,"texture":"#0"}}},{"from":[-5.7,9.25,4.625],"to":[-1.5,11.35,4.975],"rotation":{"angle":-45,"axis":"z","origin":[0.5,6.75,0]},"faces":{"north":{"uv":[5.25,8.25,6,9.75],"rotation":270,"texture":"#0"},"south":{"uv":[6,8.25,5.25,9.75],"rotation":90,"texture":"#0"},"up":{"uv":[5.875,8.25,6,9.75],"rotation":90,"texture":"#0"},"down":{"uv":[5.25,8.25,5.375,9.75],"rotation":90,"texture":"#0"}}},{"from":[-6.4,9.25,4.45],"to":[-5.7,11.35,5.15],"rotation":{"angle":-45,"axis":"z","origin":[0.5,6.75,0]},"faces":{"north":{"uv":[4.25,9,5,9.25],"rotation":270,"texture":"#0"},"east":{"uv":[4.25,8.375,5,8.625],"rotation":90,"texture":"#0"},"south":{"uv":[4.25,9,5,9.25],"rotation":90,"texture":"#0"},"west":{"uv":[4.25,8.625,5,8.875],"rotation":90,"texture":"#0"},"up":{"uv":[4,8.625,4.25,8.875],"rotation":90,"texture":"#0"},"down":{"uv":[4,8.375,4.25,8.625],"rotation":90,"texture":"#0"}}},{"from":[-6.05,11,4.45],"to":[-5.35,12.05,5.15],"rotation":{"angle":-45,"axis":"z","origin":[0.5,6.75,0]},"faces":{"north":{"uv":[4.875,8.875,5.25,9.125],"rotation":270,"texture":"#0"},"east":{"uv":[4,8.375,4.375,8.625],"rotation":90,"texture":"#0"},"south":{"uv":[4,8.875,4.375,9.125],"rotation":90,"texture":"#0"},"west":{"uv":[4.625,8.625,5,8.875],"rotation":90,"texture":"#0"},"up":{"uv":[5,8.875,5.25,9.125],"rotation":90,"texture":"#0"},"down":{"uv":[4.875,8.875,5.125,9.125],"rotation":90,"texture":"#0"}}},{"from":[-6.05,8.55,4.45],"to":[-5.35,9.6,5.15],"rotation":{"angle":-45,"axis":"z","origin":[0.5,6.75,0]},"faces":{"north":{"uv":[4,8.875,4.375,9.125],"rotation":270,"texture":"#0"},"east":{"uv":[4,8.625,4.375,8.875],"rotation":270,"texture":"#0"},"south":{"uv":[4.875,8.875,5.25,9.125],"rotation":90,"texture":"#0"},"west":{"uv":[4.625,8.375,5,8.625],"rotation":270,"texture":"#0"},"up":{"uv":[5,8.875,5.25,9.125],"rotation":90,"texture":"#0"},"down":{"uv":[4.875,8.875,5.125,9.125],"rotation":90,"texture":"#0"}}},{"from":[-8.5,9.95,4.45],"to":[-6.4,10.65,5.15],"rotation":{"angle":-45,"axis":"z","origin":[0.5,6.75,0]},"faces":{"north":{"uv":[4,9.125,4.25,9.875],"rotation":270,"texture":"#0"},"south":{"uv":[4,9.125,4.25,9.875],"rotation":90,"texture":"#0"},"west":{"uv":[4.75,8.625,5,8.875],"rotation":90,"texture":"#0"},"up":{"uv":[4,9.125,4.25,9.875],"rotation":90,"texture":"#0"},"down":{"uv":[4,9.125,4.25,9.875],"rotation":90,"texture":"#0"}}},{"from":[0.25,8.5,2.75],"to":[4.75,13,7.25],"rotation":{"angle":22.5,"axis":"y","origin":[2.5,10.75,5]},"faces":{"north":{"uv":[8,1,9,2],"texture":"#0"},"east":{"uv":[7,1,8,2],"texture":"#0"},"south":{"uv":[7,0,8,1],"texture":"#0"},"west":{"uv":[9,1,10,2],"texture":"#0"},"up":{"uv":[9,1,8,0],"texture":"#0"},"down":{"uv":[10,0,9,1],"texture":"#0"}}},{"from":[0.5,8.75,3],"to":[4.5,12.75,7],"rotation":{"angle":22.5,"axis":"y","origin":[2.5,10.75,5]},"faces":{"north":{"uv":[5,1,6,2],"texture":"#0"},"east":{"uv":[4,1,5,2],"texture":"#0"},"south":{"uv":[4,0,5,1],"texture":"#0"},"west":{"uv":[6,1,7,2],"texture":"#0"},"up":{"uv":[6,1,5,0],"texture":"#0"},"down":{"uv":[7,0,6,1],"texture":"#0"}}},{"from":[9.5,4.75,3],"to":[15.5,6.75,5],"rotation":{"angle":-22.5,"axis":"z","origin":[20.5,6,11]},"faces":{"north":{"uv":[6,2.5,6.5,4],"rotation":90,"texture":"#0"},"east":{"uv":[6.5,2,6,2.5],"rotation":180,"texture":"#0"},"south":{"uv":[5,2.5,5.5,4],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,2,6,2.5],"texture":"#0"},"up":{"uv":[5.5,2.5,6,4],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,2.5,7,4],"rotation":270,"texture":"#0"}}},{"from":[10.99388,7.25,6.84638],"to":[15.49388,11.75,11.34638],"rotation":{"angle":-22.5,"axis":"x","origin":[13.24388,8,9.09638]},"faces":{"north":{"uv":[7,1,8,2],"rotation":270,"texture":"#0"},"east":{"uv":[9,1,8,0],"texture":"#0"},"south":{"uv":[9,1,10,2],"rotation":90,"texture":"#0"},"west":{"uv":[10,0,9,1],"rotation":180,"texture":"#0"},"up":{"uv":[8,1,9,2],"rotation":90,"texture":"#0"},"down":{"uv":[7,0,8,1],"rotation":90,"texture":"#0"}}},{"from":[11.24388,7.5,7.09638],"to":[15.24388,11.5,11.09638],"rotation":{"angle":-22.5,"axis":"x","origin":[13.24388,8,9.09638]},"faces":{"north":{"uv":[4,1,5,2],"rotation":270,"texture":"#0"},"east":{"uv":[6,1,5,0],"texture":"#0"},"south":{"uv":[6,1,7,2],"rotation":90,"texture":"#0"},"west":{"uv":[7,0,6,1],"rotation":180,"texture":"#0"},"up":{"uv":[5,1,6,2],"rotation":90,"texture":"#0"},"down":{"uv":[4,0,5,1],"rotation":90,"texture":"#0"}}},{"from":[7.65,7,3],"to":[13.65,9,7],"rotation":{"angle":-22.5,"axis":"y","origin":[4.15,9.5,1]},"faces":{"north":{"uv":[7.5,6,9,5.5],"rotation":180,"texture":"#0"},"east":{"uv":[9,5.5,9.5,4.5],"rotation":90,"texture":"#0"},"south":{"uv":[7.5,4,9,4.5],"texture":"#0"},"west":{"uv":[7.5,2,7.625,2.125],"rotation":180,"texture":"#0"},"up":{"uv":[7.5,4.5,9,5.5],"texture":"#0"},"down":{"uv":[7.5,6,9,7],"texture":"#0"}}},{"from":[6.15891,6.9995,4.57843],"to":[12.15991,9.0005,6.57943],"rotation":{"angle":-45,"axis":"y","origin":[11.77253,8,6.41132]},"faces":{"north":{"uv":[5,2.5,5.5,4],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,2,6,2.5],"texture":"#0"},"south":{"uv":[6,2.5,6.5,4],"rotation":90,"texture":"#0"},"west":{"uv":[6.5,2,6,2.5],"rotation":180,"texture":"#0"},"up":{"uv":[5.5,2.5,6,4],"rotation":90,"texture":"#0"}}},{"from":[1.65,7,3],"to":[7.65,9,5],"rotation":{"angle":-22.5,"axis":"y","origin":[4.15,9.5,1]},"faces":{"north":{"uv":[7,2.5,7.5,4],"rotation":270,"texture":"#0"},"south":{"uv":[8,2.5,8.5,4],"rotation":90,"texture":"#0"},"west":{"uv":[8.5,2,8,2.5],"rotation":180,"texture":"#0"},"up":{"uv":[7.5,2.5,8,4],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,2.5,9,4],"rotation":90,"texture":"#0"}}},{"from":[-0.24491,7,5.77366],"to":[5.75509,9,7.77366],"rotation":{"angle":-22.5,"axis":"x","origin":[5.65,9.5,6.25]},"faces":{"north":{"uv":[8.5,2.5,8,4],"rotation":270,"texture":"#0"},"east":{"uv":[8,2,7.5,2.5],"texture":"#0"},"south":{"uv":[7.5,2.5,7,4],"rotation":90,"texture":"#0"},"west":{"uv":[8,2,8.5,2.5],"rotation":180,"texture":"#0"},"up":{"uv":[8,2.5,7.5,4],"rotation":90,"texture":"#0"},"down":{"uv":[9,2.5,8.5,4],"rotation":90,"texture":"#0"}}},{"from":[5.21057,6.9995,10.80186],"to":[11.21157,9.0005,12.80286],"rotation":{"angle":22.5,"axis":"y","origin":[6.71107,8,11.80236]},"faces":{"north":{"uv":[6.5,2.5,6,4],"rotation":270,"texture":"#0"},"east":{"uv":[6,2,5.5,2.5],"texture":"#0"},"south":{"uv":[5.5,2.5,5,4],"rotation":90,"texture":"#0"},"west":{"uv":[6,2,6.5,2.5],"rotation":180,"texture":"#0"},"up":{"uv":[6,2.5,5.5,4],"rotation":90,"texture":"#0"}}},{"from":[2.5,6.75,10],"to":[6.5,10.75,14],"rotation":{"angle":22.5,"axis":"z","origin":[2.5,10.75,5]},"faces":{"north":{"uv":[4,0,5,1],"texture":"#0"},"east":{"uv":[6,1,7,2],"texture":"#0"},"south":{"uv":[5,1,6,2],"texture":"#0"},"west":{"uv":[4,1,5,2],"texture":"#0"},"up":{"uv":[6,1,5,0],"rotation":180,"texture":"#0"},"down":{"uv":[7,0,6,1],"rotation":180,"texture":"#0"}}},{"from":[2.25,6.5,9.75],"to":[6.75,11,14.25],"rotation":{"angle":22.5,"axis":"z","origin":[2.5,10.75,5]},"faces":{"north":{"uv":[7,0,8,1],"texture":"#0"},"east":{"uv":[9,1,10,2],"texture":"#0"},"south":{"uv":[8,1,9,2],"texture":"#0"},"west":{"uv":[7,1,8,2],"texture":"#0"},"up":{"uv":[9,1,8,0],"rotation":180,"texture":"#0"},"down":{"uv":[10,0,9,1],"rotation":180,"texture":"#0"}}},{"from":[1,6,1],"to":[15,7,15],"rotation":{"angle":0,"axis":"y","origin":[0,7,0]},"faces":{"north":{"uv":[4,7.5,7.5,7.75],"texture":"#0"},"east":{"uv":[4,7.5,7.5,7.75],"texture":"#0"},"south":{"uv":[4,7.5,7.5,7.75],"texture":"#0"},"west":{"uv":[4,7.5,7.5,7.75],"texture":"#0"},"up":{"uv":[4,4,7.5,7.5],"texture":"#0"},"down":{"uv":[4,7.625,4.125,7.75],"texture":"#0"}}},{"from":[2,3,2],"to":[14,6,14],"rotation":{"angle":0,"axis":"y","origin":[0,5,0]},"faces":{"north":{"uv":[6,7.75,9,8.5],"texture":"#0"},"east":{"uv":[6,7.75,9,8.5],"texture":"#0"},"south":{"uv":[6,7.75,9,8.5],"texture":"#0"},"west":{"uv":[6,7.75,9,8.5],"texture":"#0"}}},{"from":[1.5,0,1.5],"to":[14.5,3,14.5],"faces":{"north":{"uv":[6,8.5,9.125,9.25],"texture":"#0"},"east":{"uv":[6,8.5,9.125,9.25],"texture":"#0"},"south":{"uv":[6,8.5,9.125,9.25],"texture":"#0"},"west":{"uv":[6,8.5,9.125,9.25],"texture":"#0"},"up":{"uv":[6,9.25,9.125,12.375],"texture":"#0"},"down":{"uv":[6,9.125,6.125,9.25],"texture":"#0"}}}],"display":{"head":{"translation":[0,-17.5,0],"scale":[3.2,3.2,3.2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/statue_light.json b/assets/minecraft/models/item/wynn/housing/furniture/statue_light.json new file mode 100644 index 000000000..15d554191 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/statue_light.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/handheld","textures":{"0":"#all","particle":"#all"},"elements":[{"from":[7.09269,9.7,0.78713],"to":[13.09269,11.7,6.78713],"rotation":{"angle":45,"axis":"y","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[9.25,3.375,10,3.625],"texture":"#0"},"east":{"uv":[9.125,5.25,9.875,5.5],"texture":"#0"},"south":{"uv":[9.25,0.375,10,0.625],"texture":"#0"},"west":{"uv":[9.25,3.125,10,3.375],"texture":"#0"},"up":{"uv":[2.25,8.875,1.5,8.125],"rotation":90,"texture":"#0"},"down":{"uv":[8.75,8.125,8,8.875],"rotation":270,"texture":"#0"}}},{"from":[6.75,9.95,-1.5],"to":[8.75,10.95,2.5],"rotation":{"angle":0,"axis":"y","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[8,3.375,8.25,3.5],"texture":"#0"},"east":{"uv":[9.625,8,10.125,8.125],"texture":"#0"},"west":{"uv":[9.75,7,10.25,7.125],"texture":"#0"},"down":{"uv":[9.875,1,9.375,1.25],"rotation":270,"texture":"#0"}}},{"from":[6.745,10.895,-1.905],"to":[8.755,11.705,3.105],"rotation":{"angle":0,"axis":"y","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[10,9.625,10.25,9.75],"texture":"#0"},"east":{"uv":[9.5,6.25,10.125,6.375],"texture":"#0"},"south":{"uv":[10,4.5,10.25,4.625],"texture":"#0"},"west":{"uv":[9.625,1.875,10.25,2],"texture":"#0"},"up":{"uv":[9.875,4.875,9.25,4.625],"rotation":90,"texture":"#0"},"down":{"uv":[8.625,9.25,8,9.5],"rotation":270,"texture":"#0"}}},{"from":[6.7475,12.93891,2.54556],"to":[8.7525,14.19391,7.60056],"rotation":{"angle":-22.5,"axis":"x","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[9.875,7.625,10.125,7.8125],"texture":"#0"},"east":{"uv":[9.375,2,10,2.1875],"texture":"#0"},"south":{"uv":[7.5,9.875,7.75,10.0625],"texture":"#0"},"west":{"uv":[5.5,9.375,6.125,9.5625],"texture":"#0"},"up":{"uv":[9.875,8.375,9.25,8.125],"rotation":90,"texture":"#0"},"down":{"uv":[9.875,8.375,9.25,8.625],"rotation":270,"texture":"#0"}}},{"from":[6.75,9.93771,8.26803],"to":[8.75,13.18771,10.26803],"rotation":{"angle":-22.5,"axis":"x","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[7.25,9.5,7.5,9.9375],"texture":"#0"},"east":{"uv":[4,9.5,4.25,9.9375],"texture":"#0"},"south":{"uv":[4.25,9.5,4.5,9.9375],"texture":"#0"},"west":{"uv":[7,9.5,7.25,9.9375],"texture":"#0"},"up":{"uv":[3.5,8,3.25,7.75],"rotation":90,"texture":"#0"},"down":{"uv":[5,8,4.75,8.25],"rotation":270,"texture":"#0"}}},{"from":[6.495,13.145,2.745],"to":[9.005,13.655,5.605],"rotation":{"angle":0,"axis":"z","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[10.125,5.5,10.4375,5.5625],"texture":"#0"},"east":{"uv":[10.125,4.375,10.5,4.4375],"texture":"#0"},"west":{"uv":[10.125,4.625,10.5,4.6875],"texture":"#0"},"up":{"uv":[9.75,6.6875,9.375,6.375],"rotation":90,"texture":"#0"},"down":{"uv":[9.75,6.75,9.375,7.0625],"rotation":270,"texture":"#0"}}},{"from":[12.49123,10.09343,2.75],"to":[14.49123,12.69343,4.75],"rotation":{"angle":22.5,"axis":"z","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[3.5,9.75,3.75,10.0625],"texture":"#0"},"east":{"uv":[9.75,0.625,10,0.9375],"texture":"#0"},"south":{"uv":[1.875,9.75,2.125,10.0625],"texture":"#0"},"west":{"uv":[3.25,9.75,3.5,10.0625],"texture":"#0"},"up":{"uv":[8.75,0.875,8.5,0.625],"rotation":90,"texture":"#0"},"down":{"uv":[10,9.625,9.75,9.875],"rotation":270,"texture":"#0"}}},{"from":[1.18004,9.23239,2.75],"to":[3.18004,11.83239,4.75],"rotation":{"angle":-22.5,"axis":"z","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[6.125,9.75,6.375,10.0625],"texture":"#0"},"east":{"uv":[3.75,9.75,4,10.0625],"texture":"#0"},"south":{"uv":[4.5,9.75,4.75,10.0625],"texture":"#0"},"west":{"uv":[9.75,4.875,10,5.1875],"texture":"#0"},"up":{"uv":[10.125,0.25,9.875,0],"rotation":90,"texture":"#0"},"down":{"uv":[0.625,9.875,0.375,10.125],"rotation":270,"texture":"#0"}}},{"from":[6.75,12.43771,2.21803],"to":[8.75,13.43771,7.21803],"rotation":{"angle":-22.5,"axis":"x","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[10,9.875,10.25,10],"texture":"#0"},"east":{"uv":[9.625,5.875,10.25,6],"texture":"#0"},"south":{"uv":[10,9.75,10.25,9.875],"texture":"#0"},"west":{"uv":[9.625,7.875,10.25,8],"texture":"#0"},"up":{"uv":[9.25,9.5,8.625,9.25],"rotation":90,"texture":"#0"},"down":{"uv":[9.875,8.625,9.25,8.875],"rotation":270,"texture":"#0"}}},{"from":[10.36091,10.7,0.06429],"to":[11.36091,11.7,4.06429],"rotation":{"angle":22.5,"axis":"y","origin":[8.875,1.76681,6.575]},"faces":{"east":{"uv":[9.875,0.25,10.375,0.375],"texture":"#0"},"south":{"uv":[8.875,6.375,9,6.5],"texture":"#0"},"west":{"uv":[9.875,1,10.375,1.125],"texture":"#0"},"up":{"uv":[10.375,1.25,9.875,1.125],"rotation":90,"texture":"#0"}}},{"from":[10.09188,11.7,1.65996],"to":[11.09188,13.2,3.65996],"rotation":{"angle":22.5,"axis":"y","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[10.125,4.75,10.25,4.9375],"texture":"#0"},"east":{"uv":[7.75,9.875,8,10.0625],"texture":"#0"},"south":{"uv":[4.75,10.125,4.875,10.3125],"texture":"#0"},"west":{"uv":[8,9.875,8.25,10.0625],"texture":"#0"},"up":{"uv":[10.25,10.125,10,10],"rotation":90,"texture":"#0"},"down":{"uv":[10.375,0,10.125,0.125],"rotation":270,"texture":"#0"}}},{"from":[10.08688,12.495,1.65496],"to":[11.44688,13.505,3.56496],"rotation":{"angle":22.5,"axis":"y","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[10.125,5,10.3125,5.125],"texture":"#0"},"east":{"uv":[10.125,0.125,10.375,0.25],"texture":"#0"},"south":{"uv":[4.875,10.125,5.0625,10.25],"texture":"#0"},"west":{"uv":[0.375,10.125,0.625,10.25],"texture":"#0"},"up":{"uv":[10.125,8.3125,9.875,8.125],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,9.875,8.25,10.0625],"rotation":270,"texture":"#0"}}},{"from":[4.22439,12.495,2.516],"to":[5.58439,13.505,4.426],"rotation":{"angle":-22.5,"axis":"y","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[10.125,5.125,10.3125,5.25],"texture":"#0"},"east":{"uv":[0.875,10.125,1.125,10.25],"texture":"#0"},"south":{"uv":[5.125,10.125,5.3125,10.25],"texture":"#0"},"west":{"uv":[1.5,10.125,1.75,10.25],"texture":"#0"},"up":{"uv":[10.125,8.5625,9.875,8.375],"rotation":90,"texture":"#0"},"down":{"uv":[8.75,9.875,8.5,10.0625],"rotation":270,"texture":"#0"}}},{"from":[4.57939,11.7,2.521],"to":[5.57939,13.2,4.521],"rotation":{"angle":-22.5,"axis":"y","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[5.375,10.125,5.5,10.3125],"texture":"#0"},"east":{"uv":[9.875,8.625,10.125,8.8125],"texture":"#0"},"south":{"uv":[10.125,5.25,10.25,5.4375],"texture":"#0"},"west":{"uv":[8.75,9.875,9,10.0625],"texture":"#0"},"up":{"uv":[10.375,1.75,10.125,1.625],"rotation":90,"texture":"#0"},"down":{"uv":[10.375,1.75,10.125,1.875],"rotation":270,"texture":"#0"}}},{"from":[3.81036,10.45,-0.07467],"to":[5.81036,11.45,5.92533],"rotation":{"angle":-22.5,"axis":"y","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[1.875,10.125,2.125,10.25],"texture":"#0"},"west":{"uv":[9.5,6,10.25,6.125],"texture":"#0"},"up":{"uv":[10,3.875,9.25,3.625],"rotation":90,"texture":"#0"},"down":{"uv":[10,3.875,9.25,4.125],"rotation":270,"texture":"#0"}}},{"from":[4.31036,10.7,0.92533],"to":[5.31036,11.7,4.92533],"rotation":{"angle":-22.5,"axis":"y","origin":[8.875,1.76681,6.575]},"faces":{"east":{"uv":[9.875,1.25,10.375,1.375],"texture":"#0"},"south":{"uv":[1.125,9.875,1.25,10],"texture":"#0"},"west":{"uv":[9.875,1.375,10.375,1.5],"texture":"#0"},"up":{"uv":[10.375,1.625,9.875,1.5],"rotation":90,"texture":"#0"}}},{"from":[9.83703,10.45,-0.91839],"to":[11.83703,11.45,5.08161],"rotation":{"angle":22.5,"axis":"y","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[2.25,10.125,2.5,10.25],"texture":"#0"},"east":{"uv":[9.5,6.125,10.25,6.25],"texture":"#0"},"up":{"uv":[10,4.375,9.25,4.125],"rotation":90,"texture":"#0"},"down":{"uv":[10,4.375,9.25,4.625],"rotation":270,"texture":"#0"}}},{"from":[-0.56056,11.35019,4.75],"to":[1.23944,13.10019,5.75],"rotation":{"angle":-22.5,"axis":"z","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[1.5,9.875,1.75,10.125],"texture":"#0"},"east":{"uv":[3.5,7.75,3.625,8],"texture":"#0"},"south":{"uv":[0.875,9.875,1.125,10.125],"texture":"#0"},"west":{"uv":[5,8,5.125,8.25],"texture":"#0"},"up":{"uv":[10.25,3,10.125,2.75],"rotation":90,"texture":"#0"}}},{"from":[8.95363,9.70051,4.745],"to":[11.46363,15.21051,5.755],"rotation":{"angle":22.5,"axis":"z","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[0.875,9.125,1.1875,9.8125],"texture":"#0"},"east":{"uv":[3.5,7,3.625,7.6875],"texture":"#0"},"south":{"uv":[9,6.375,9.3125,7.0625],"texture":"#0"},"west":{"uv":[6,9.625,6.125,10.3125],"texture":"#0"},"up":{"uv":[3.25,10.1875,3.125,9.875],"rotation":90,"texture":"#0"}}},{"from":[13.22701,11.70245,3.245],"to":[14.48701,13.71245,4.505],"rotation":{"angle":45,"axis":"z","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[9.875,9.375,10.0625,9.625],"texture":"#0"},"east":{"uv":[9.875,8.875,10.0625,9.125],"texture":"#0"},"south":{"uv":[9,9.875,9.1875,10.125],"texture":"#0"},"west":{"uv":[9.875,9.125,10.0625,9.375],"texture":"#0"},"up":{"uv":[5.9375,10.1875,5.75,10],"rotation":90,"texture":"#0"}}},{"from":[8.31526,14.47245,3.25],"to":[9.56526,16.52245,4.5],"rotation":{"angle":22.5,"axis":"z","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[10,0.625,10.1875,0.875],"texture":"#0"},"east":{"uv":[9.75,9.875,9.9375,10.125],"texture":"#0"},"south":{"uv":[10,0.375,10.1875,0.625],"texture":"#0"},"west":{"uv":[0.625,10,0.8125,10.25],"texture":"#0"},"up":{"uv":[6.9375,10.1875,6.75,10],"rotation":90,"texture":"#0"},"down":{"uv":[7.1875,10,7,10.1875],"rotation":270,"texture":"#0"}}},{"from":[3,15.09843,8.80108],"to":[4,17.09843,9.80108],"rotation":{"angle":-22.5,"axis":"x","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[3.375,10.125,3.5,10.375],"texture":"#0"},"east":{"uv":[2.875,10.125,3,10.375],"texture":"#0"},"south":{"uv":[3,10.125,3.125,10.375],"texture":"#0"},"west":{"uv":[3.25,10.125,3.375,10.375],"texture":"#0"},"up":{"uv":[2.625,10,2.5,9.875],"rotation":90,"texture":"#0"},"down":{"uv":[10,3,9.875,3.125],"rotation":270,"texture":"#0"}}},{"from":[14.18701,14.96245,3.655],"to":[15.02701,17.45245,4.495],"rotation":{"angle":45,"axis":"z","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[10,4.125,10.125,4.4375],"texture":"#0"},"east":{"uv":[6.625,9.875,6.75,10.1875],"texture":"#0"},"south":{"uv":[1.375,10,1.5,10.3125],"texture":"#0"},"west":{"uv":[2.75,10,2.875,10.3125],"texture":"#0"},"up":{"uv":[10.25,5.75,10.125,5.625],"rotation":90,"texture":"#0"}}},{"from":[-5.72985,8.2596,3.05],"to":[-5.12985,11.2596,3.65],"rotation":{"angle":-45,"axis":"z","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[6.375,10.125,6.4375,10.5],"texture":"#0"},"east":{"uv":[6.125,10.125,6.1875,10.5],"texture":"#0"},"south":{"uv":[6.25,10.125,6.3125,10.5],"texture":"#0"},"west":{"uv":[10.125,6.25,10.1875,6.625],"texture":"#0"},"up":{"uv":[7.8125,10.1875,7.75,10.125],"rotation":90,"texture":"#0"},"down":{"uv":[7.9375,10.125,7.875,10.1875],"rotation":270,"texture":"#0"}}},{"from":[14.43183,12.21123,4.75],"to":[16.23183,13.96123,5.75],"rotation":{"angle":22.5,"axis":"z","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[2.25,9.875,2.5,10.125],"texture":"#0"},"east":{"uv":[3.5,10.125,3.625,10.375],"texture":"#0"},"south":{"uv":[9.875,1.625,10.125,1.875],"texture":"#0"},"west":{"uv":[3.625,10.125,3.75,10.375],"texture":"#0"},"up":{"uv":[3.875,10.375,3.75,10.125],"rotation":90,"texture":"#0"}}},{"from":[4.20764,8.83947,4.745],"to":[6.71764,14.34947,5.755],"rotation":{"angle":-22.5,"axis":"z","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[6.375,9.125,6.6875,9.8125],"texture":"#0"},"east":{"uv":[0,9.75,0.125,10.4375],"texture":"#0"},"south":{"uv":[2.25,9.125,2.5625,9.8125],"texture":"#0"},"west":{"uv":[0.125,9.75,0.25,10.4375],"texture":"#0"},"up":{"uv":[4.375,10.3125,4.25,10],"rotation":90,"texture":"#0"}}},{"from":[1.672,10.11146,3.245],"to":[2.932,12.12146,4.505],"rotation":{"angle":-45,"axis":"z","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[10,3,10.1875,3.25],"texture":"#0"},"east":{"uv":[1.125,10,1.3125,10.25],"texture":"#0"},"south":{"uv":[10,2,10.1875,2.25],"texture":"#0"},"west":{"uv":[2.5,10,2.6875,10.25],"texture":"#0"},"up":{"uv":[7.4375,10.1875,7.25,10],"rotation":90,"texture":"#0"}}},{"from":[6.10601,13.61141,3.25],"to":[7.35601,15.66141,4.5],"rotation":{"angle":-22.5,"axis":"z","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[4,10,4.1875,10.25],"texture":"#0"},"east":{"uv":[10,3.25,10.1875,3.5],"texture":"#0"},"south":{"uv":[10,3.5,10.1875,3.75],"texture":"#0"},"west":{"uv":[10,3.75,10.1875,4],"texture":"#0"},"up":{"uv":[9.4375,10.1875,9.25,10],"rotation":90,"texture":"#0"},"down":{"uv":[9.6875,10,9.5,10.1875],"rotation":270,"texture":"#0"}}},{"from":[11.5,15.09843,8.80108],"to":[12.5,17.09843,9.80108],"rotation":{"angle":-22.5,"axis":"x","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[4.625,10.125,4.75,10.375],"texture":"#0"},"east":{"uv":[3.875,10.125,4,10.375],"texture":"#0"},"south":{"uv":[10.125,4.125,10.25,4.375],"texture":"#0"},"west":{"uv":[4.5,10.125,4.625,10.375],"texture":"#0"},"up":{"uv":[10.25,6.75,10.125,6.625],"rotation":90,"texture":"#0"},"down":{"uv":[10.25,6.75,10.125,6.875],"rotation":270,"texture":"#0"}}},{"from":[1.132,13.37146,3.655],"to":[1.972,15.86146,4.495],"rotation":{"angle":-45,"axis":"z","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[5.625,10,5.75,10.3125],"texture":"#0"},"east":{"uv":[4.375,10,4.5,10.3125],"texture":"#0"},"south":{"uv":[10,4.875,10.125,5.1875],"texture":"#0"},"west":{"uv":[5.5,10,5.625,10.3125],"texture":"#0"},"up":{"uv":[7.75,10.25,7.625,10.125],"rotation":90,"texture":"#0"}}},{"from":[21.28886,9.85059,3.05],"to":[21.88886,12.85059,3.65],"rotation":{"angle":45,"axis":"z","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[10.125,7.5,10.1875,7.875],"texture":"#0"},"east":{"uv":[6.5,10.125,6.5625,10.5],"texture":"#0"},"south":{"uv":[10.125,7.125,10.1875,7.5],"texture":"#0"},"west":{"uv":[7.5,10.125,7.5625,10.5],"texture":"#0"},"up":{"uv":[8.0625,10.1875,8,10.125],"rotation":90,"texture":"#0"},"down":{"uv":[10.1875,8,10.125,8.0625],"rotation":270,"texture":"#0"}}},{"from":[12.49269,-7,2.93713],"to":[18.49269,0,11.93713],"rotation":{"angle":45,"axis":"y","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[7.75,0,8.5,0.875],"texture":"#0"},"east":{"uv":[6.625,0,7.75,0.875],"texture":"#0"},"west":{"uv":[6.875,0.875,8,1.75],"texture":"#0"},"up":{"uv":[8,3.5,6.875,2.75],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,7,2.375,7.75],"rotation":270,"texture":"#0"}}},{"from":[6.98113,-7,12.96626],"to":[12.98113,-2,16.96626],"rotation":{"angle":-22.5,"axis":"y","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[8.5,0,9.25,0.625],"texture":"#0"},"south":{"uv":[7,8.25,7.75,8.875],"texture":"#0"},"west":{"uv":[4,8.875,4.5,9.5],"texture":"#0"},"up":{"uv":[9.25,8.5,8.75,7.75],"rotation":90,"texture":"#0"},"down":{"uv":[9.25,8.5,8.75,9.25],"rotation":270,"texture":"#0"}}},{"from":[4.44269,-7,-1.46287],"to":[12.44269,-2,3.53713],"rotation":{"angle":45,"axis":"y","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[8,6.5,9,7.125],"texture":"#0"},"south":{"uv":[8,2.75,9,3.375],"texture":"#0"},"west":{"uv":[2.25,8.5,2.875,9.125],"texture":"#0"},"up":{"uv":[8.625,8.125,8,7.125],"rotation":90,"texture":"#0"},"down":{"uv":[1.5,8.125,0.875,9.125],"rotation":270,"texture":"#0"}}},{"from":[0.75,-7,4.1],"to":[3.75,-3,9.1],"rotation":{"angle":0,"axis":"z","origin":[8.875,1.76681,6.575]},"faces":{"east":{"uv":[8.75,1.25,9.375,1.75],"texture":"#0"},"south":{"uv":[9.25,5.5,9.625,6],"texture":"#0"},"west":{"uv":[5.5,8.875,6.125,9.375],"texture":"#0"},"up":{"uv":[9.5,6.375,8.875,6],"rotation":90,"texture":"#0"}}},{"from":[8.25,-7,11.65],"to":[14.25,-1,18.65],"rotation":{"angle":0,"axis":"y","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[8.25,4.125,9,4.875],"texture":"#0"},"south":{"uv":[8.25,3.375,9,4.125],"texture":"#0"},"west":{"uv":[2.375,7.75,3.25,8.5],"texture":"#0"},"up":{"uv":[0.875,8.75,0,8],"rotation":90,"texture":"#0"}}},{"from":[5.25,-7,-2.1],"to":[13.25,-1,3.9],"rotation":{"angle":0,"axis":"y","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[6.125,7.5,7.125,8.25],"texture":"#0"},"south":{"uv":[5.125,7.5,6.125,8.25],"texture":"#0"},"west":{"uv":[4.75,8.25,5.5,9],"texture":"#0"},"up":{"uv":[8.5,2.75,7.75,1.75],"rotation":90,"texture":"#0"}}},{"from":[3.94269,-7,12.93713],"to":[10.94269,0,18.93713],"rotation":{"angle":45,"axis":"y","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[7.125,7.375,8,8.25],"texture":"#0"},"south":{"uv":[7.125,6.5,8,7.375],"texture":"#0"},"west":{"uv":[8,0.875,8.75,1.75],"texture":"#0"},"up":{"uv":[4,8.875,3.25,8],"rotation":90,"texture":"#0"},"down":{"uv":[4.75,8,4,8.875],"rotation":270,"texture":"#0"}}},{"from":[11.5,-7,3],"to":[19.5,1,14],"rotation":{"angle":0,"axis":"y","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[6.125,6.5,7.125,7.5],"texture":"#0"},"east":{"uv":[1.125,5.5,2.5,6.5],"texture":"#0"},"south":{"uv":[5.125,6.5,6.125,7.5],"texture":"#0"},"west":{"uv":[5.5,1.5,6.875,2.5],"texture":"#0"},"up":{"uv":[3.875,6.5,2.5,5.5],"rotation":90,"texture":"#0"},"down":{"uv":[6.875,2.5,5.5,3.5],"rotation":270,"texture":"#0"}}},{"from":[1.25,-6.75786,4.70752],"to":[3.75,-3.75786,9.70752],"rotation":{"angle":-22.5,"axis":"x","origin":[8.875,1.76681,6.575]},"faces":{"east":{"uv":[8,8.875,8.625,9.25],"texture":"#0"},"south":{"uv":[2.875,9.5,3.1875,9.875],"texture":"#0"},"west":{"uv":[9,2.75,9.625,3.125],"texture":"#0"},"up":{"uv":[9.75,5.1875,9.125,4.875],"rotation":90,"texture":"#0"},"down":{"uv":[9.875,0,9.25,0.3125],"rotation":270,"texture":"#0"}}},{"from":[1.75,-6.88659,6.38025],"to":[3.75,-4.88659,8.38025],"rotation":{"angle":-45,"axis":"x","origin":[8.875,1.76681,6.575]},"faces":{"east":{"uv":[9.875,2.75,10.125,3],"texture":"#0"},"south":{"uv":[2.875,9.875,3.125,10.125],"texture":"#0"},"west":{"uv":[9.875,4.625,10.125,4.875],"texture":"#0"},"up":{"uv":[5,10.125,4.75,9.875],"rotation":90,"texture":"#0"},"down":{"uv":[5.25,9.875,5,10.125],"rotation":270,"texture":"#0"}}},{"from":[3.25,-4.52547,4.52064],"to":[12.25,7.47453,10.52064],"rotation":{"angle":-22.5,"axis":"x","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[5.5,0,6.625,1.5],"texture":"#0"},"east":{"uv":[3.625,6.5,4.375,8],"texture":"#0"},"south":{"uv":[0,5.5,1.125,7],"texture":"#0"},"west":{"uv":[4.375,6.5,5.125,8],"texture":"#0"},"up":{"uv":[1.625,8.125,0.875,7],"rotation":90,"texture":"#0"},"down":{"uv":[2.375,7,1.625,8.125],"rotation":270,"texture":"#0"}}},{"from":[4.25,-7.73659,7.20868],"to":[11.25,0.26341,10.20868],"rotation":{"angle":-45,"axis":"x","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[0,7,0.875,8],"texture":"#0"},"east":{"uv":[2.875,8.5,3.25,9.5],"texture":"#0"},"south":{"uv":[6.875,1.75,7.75,2.75],"texture":"#0"},"west":{"uv":[1.5,8.875,1.875,9.875],"texture":"#0"},"down":{"uv":[2.25,8.875,1.875,9.75],"rotation":270,"texture":"#0"}}},{"from":[3,-7,8.8],"to":[5,-2,12.8],"rotation":{"angle":0,"axis":"z","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[7.75,8.25,8,8.875],"texture":"#0"},"east":{"uv":[7,8.875,7.5,9.5],"texture":"#0"},"south":{"uv":[6.625,0.875,6.875,1.5],"texture":"#0"},"west":{"uv":[7.5,8.875,8,9.5],"texture":"#0"},"up":{"uv":[9.875,1.5,9.375,1.25],"rotation":90,"texture":"#0"}}},{"from":[4.25,4.7,2.5],"to":[11.25,9.7,7.5],"rotation":{"angle":0,"axis":"y","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[5.5,8.25,6.375,8.875],"texture":"#0"},"east":{"uv":[8.625,7.125,9.25,7.75],"texture":"#0"},"south":{"uv":[8.25,4.875,9.125,5.5],"texture":"#0"},"west":{"uv":[0,8.75,0.625,9.375],"texture":"#0"},"up":{"uv":[7,9.125,6.375,8.25],"rotation":90,"texture":"#0"}}},{"from":[5.25,4.7,1.5],"to":[10.25,9.7,2.5],"rotation":{"angle":0,"axis":"y","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[8.75,0.625,9.375,1.25],"texture":"#0"},"east":{"uv":[0.25,9.75,0.375,10.375],"texture":"#0"},"west":{"uv":[2.125,9.75,2.25,10.375],"texture":"#0"},"up":{"uv":[9.875,7,9.75,6.375],"rotation":90,"texture":"#0"}}},{"from":[4.245,1.7914,0.49898],"to":[11.255,5.8014,3.50898],"rotation":{"angle":22.5,"axis":"x","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[8.5,1.75,9.375,2.25],"texture":"#0"},"east":{"uv":[9.25,7.125,9.625,7.625],"texture":"#0"},"south":{"uv":[8.375,5.5,9.25,6],"texture":"#0"},"west":{"uv":[9.25,7.625,9.625,8.125],"texture":"#0"},"up":{"uv":[3.625,9.75,3.25,8.875],"rotation":90,"texture":"#0"},"down":{"uv":[4,8.875,3.625,9.75],"rotation":270,"texture":"#0"}}},{"from":[9.245,-3.005,2.495],"to":[11.255,4.005,4.505],"rotation":{"angle":0,"axis":"z","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[9,3.125,9.25,4],"texture":"#0"},"east":{"uv":[0.625,8.75,0.875,9.625],"texture":"#0"},"south":{"uv":[4.5,8.875,4.75,9.75],"texture":"#0"},"west":{"uv":[6.125,8.875,6.375,9.75],"texture":"#0"},"down":{"uv":[5.5,9.875,5.25,10.125],"rotation":270,"texture":"#0"}}},{"from":[9.25,-2.04434,3.89974],"to":[11.25,0.95566,5.89974],"rotation":{"angle":22.5,"axis":"x","origin":[8.875,1.76681,6.575]},"faces":{"east":{"uv":[7.5,9.5,7.75,9.875],"texture":"#0"},"south":{"uv":[7.75,9.5,8,9.875],"texture":"#0"},"west":{"uv":[8,9.5,8.25,9.875],"texture":"#0"}}},{"from":[9.25,2.07453,2.32064],"to":[11.25,6.07453,4.32064],"rotation":{"angle":-22.5,"axis":"x","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[2.625,9.125,2.875,9.625],"texture":"#0"},"east":{"uv":[8,5,8.25,5.5],"texture":"#0"},"west":{"uv":[1.25,9.125,1.5,9.625],"texture":"#0"}}},{"from":[10.27816,1.58738,2.5],"to":[11.27816,4.58738,5.5],"rotation":{"angle":-22.5,"axis":"z","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[8.625,7.75,8.75,8.125],"texture":"#0"},"east":{"uv":[9.25,8.875,9.625,9.25],"texture":"#0"},"south":{"uv":[2.25,8.125,2.375,8.5],"texture":"#0"},"west":{"uv":[9.25,9.25,9.625,9.625],"texture":"#0"},"up":{"uv":[10.25,5.875,9.875,5.75],"rotation":90,"texture":"#0"},"down":{"uv":[10.25,6.875,9.875,7],"rotation":270,"texture":"#0"}}},{"from":[4.245,-3.005,2.495],"to":[6.255,4.005,4.505],"rotation":{"angle":0,"axis":"z","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[5.25,9,5.5,9.875],"texture":"#0"},"east":{"uv":[9,4,9.25,4.875],"texture":"#0"},"south":{"uv":[4.75,9,5,9.875],"texture":"#0"},"west":{"uv":[5,9,5.25,9.875],"texture":"#0"},"down":{"uv":[10.125,5.25,9.875,5.5],"rotation":270,"texture":"#0"}}},{"from":[4.25,2.07453,2.32064],"to":[6.25,6.07453,4.32064],"rotation":{"angle":-22.5,"axis":"x","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[9.375,1.5,9.625,2],"texture":"#0"},"east":{"uv":[6.75,9.125,7,9.625],"texture":"#0"},"west":{"uv":[0.375,9.375,0.625,9.875],"texture":"#0"}}},{"from":[4.39311,2.44842,2.5],"to":[5.39311,5.44842,5.5],"rotation":{"angle":22.5,"axis":"z","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[1.75,9.875,1.875,10.25],"texture":"#0"},"east":{"uv":[0,9.375,0.375,9.75],"texture":"#0"},"south":{"uv":[8.625,8.875,8.75,9.25],"texture":"#0"},"west":{"uv":[9.375,0.625,9.75,1],"texture":"#0"},"up":{"uv":[10.375,1,10,0.875],"rotation":90,"texture":"#0"},"down":{"uv":[10.375,4,10,4.125],"rotation":270,"texture":"#0"}}},{"from":[4.25,-2.04434,3.89974],"to":[6.25,0.95566,5.89974],"rotation":{"angle":22.5,"axis":"x","origin":[8.875,1.76681,6.575]},"faces":{"east":{"uv":[8.25,9.5,8.5,9.875],"texture":"#0"},"south":{"uv":[8.5,9.5,8.75,9.875],"texture":"#0"},"west":{"uv":[8.75,9.5,9,9.875],"texture":"#0"}}},{"from":[3.15,3.25,2.5],"to":[5.15,6.25,4.5],"rotation":{"angle":0,"axis":"y","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[9.625,1.5,9.875,1.875],"texture":"#0"},"east":{"uv":[9,9.5,9.25,9.875],"texture":"#0"},"south":{"uv":[0.625,9.625,0.875,10],"texture":"#0"},"west":{"uv":[1.25,9.625,1.5,10],"texture":"#0"},"up":{"uv":[10.125,5.75,9.875,5.5],"rotation":90,"texture":"#0"},"down":{"uv":[6.625,9.875,6.375,10.125],"rotation":270,"texture":"#0"}}},{"from":[10.35,3.25,2.5],"to":[12.35,6.25,4.5],"rotation":{"angle":0,"axis":"y","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[9.625,5.5,9.875,5.875],"texture":"#0"},"east":{"uv":[2.625,9.625,2.875,10],"texture":"#0"},"south":{"uv":[9.625,2.75,9.875,3.125],"texture":"#0"},"west":{"uv":[5.5,9.625,5.75,10],"texture":"#0"},"up":{"uv":[10.125,6.625,9.875,6.375],"rotation":90,"texture":"#0"},"down":{"uv":[10.125,6.625,9.875,6.875],"rotation":270,"texture":"#0"}}},{"from":[11.87176,8.03639,4.5],"to":[13.87176,11.03639,6.5],"rotation":{"angle":22.5,"axis":"z","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[9.625,7.5,9.875,7.875],"texture":"#0"},"east":{"uv":[5.75,9.625,6,10],"texture":"#0"},"south":{"uv":[6.75,9.625,7,10],"texture":"#0"},"west":{"uv":[9.625,7.125,9.875,7.5],"texture":"#0"},"up":{"uv":[10.125,7.375,9.875,7.125],"rotation":90,"texture":"#0"}}},{"from":[1.79951,7.17535,4.5],"to":[3.79951,10.17535,6.5],"rotation":{"angle":-22.5,"axis":"z","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[9.5,9.625,9.75,10],"texture":"#0"},"east":{"uv":[9.625,8.875,9.875,9.25],"texture":"#0"},"south":{"uv":[9.25,9.625,9.5,10],"texture":"#0"},"west":{"uv":[9.625,9.25,9.875,9.625],"texture":"#0"},"up":{"uv":[10.125,7.625,9.875,7.375],"rotation":90,"texture":"#0"}}},{"from":[-3,-8,-3],"to":[19,-7,19],"rotation":{"angle":0,"axis":"y","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[8.5,2.625,11.25,2.75],"texture":"#0"},"east":{"uv":[8.5,2.25,11.25,2.375],"texture":"#0"},"south":{"uv":[8.5,2.375,11.25,2.5],"texture":"#0"},"west":{"uv":[8.5,2.5,11.25,2.625],"texture":"#0"},"up":{"uv":[2.75,2.75,0,0],"rotation":90,"texture":"#0"},"down":{"uv":[2.75,2.75,0,5.5],"rotation":270,"texture":"#0"}}},{"from":[-3,-16,-3],"to":[19,-12,19],"rotation":{"angle":0,"axis":"y","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[5.5,4.5,8.25,5],"texture":"#0"},"east":{"uv":[5.5,3.5,8.25,4],"texture":"#0"},"south":{"uv":[3.875,5.5,6.625,6],"texture":"#0"},"west":{"uv":[5.5,4,8.25,4.5],"texture":"#0"},"up":{"uv":[5.5,2.75,2.75,0],"rotation":90,"texture":"#0"},"down":{"uv":[5.5,2.75,2.75,5.5],"rotation":270,"texture":"#0"}}},{"from":[-2,-12,-2],"to":[18,-8,18],"rotation":{"angle":0,"axis":"y","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[1.125,6.5,3.625,7],"texture":"#0"},"east":{"uv":[5.5,5,8,5.5],"texture":"#0"},"south":{"uv":[3.875,6,6.375,6.5],"texture":"#0"},"west":{"uv":[6.375,6,8.875,6.5],"texture":"#0"}}},{"from":[0.995,-12.005,-2.005],"to":[15.005,-7.995,-1.995],"rotation":{"angle":0,"axis":"y","origin":[8.875,1.76681,6.575]},"faces":{"north":{"uv":[6.625,5.5,8.375,6],"texture":"#0"}}}],"display":{"gui":{"rotation":[30,225,0],"translation":[0,5.5,0],"scale":[0.625,0.625,0.625]},"head":{"translation":[0,27.15,0],"scale":[3,3,3]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/statue_light_guild.json b/assets/minecraft/models/item/wynn/housing/furniture/statue_light_guild.json new file mode 100644 index 000000000..48712d7af --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/statue_light_guild.json @@ -0,0 +1 @@ +{"parent":"item/wynn/housing/furniture/statue_light","textures":{"0":"wynn/housing/furniture/statue_light_guild","particle":"wynn/housing/furniture/statue_light_guild"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/statue_light_normal.json b/assets/minecraft/models/item/wynn/housing/furniture/statue_light_normal.json new file mode 100644 index 000000000..14d5808f8 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/statue_light_normal.json @@ -0,0 +1 @@ +{"parent":"item/wynn/housing/furniture/statue_light","textures":{"0":"wynn/housing/furniture/statue_light_normal","particle":"wynn/housing/furniture/statue_light_normal"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/statue_nameless.json b/assets/minecraft/models/item/wynn/housing/furniture/statue_nameless.json new file mode 100644 index 000000000..5bd280c8d --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/statue_nameless.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/handheld","textures":{"0":"#all","particle":"#all"},"elements":[{"from":[7.1,-0.55,13.1],"to":[8.9,4.05,14.15],"rotation":{"angle":22.5,"axis":"x","origin":[2,-1.25,2]},"faces":{"north":{"uv":[3.75,8.75,4.125,9.875],"texture":"#0"},"east":{"uv":[3.5,9.75,3.75,10.875],"texture":"#0"},"south":{"uv":[4.25,8.75,4.625,9.875],"texture":"#0"},"west":{"uv":[3.5,9.75,3.75,10.875],"texture":"#0"}}},{"from":[7.095,-0.515,11.895],"to":[8.905,4.095,12.955],"rotation":{"angle":45,"axis":"x","origin":[2,-1.25,2]},"faces":{"north":{"uv":[6.25,8.75,6.625,9.875],"texture":"#0"},"east":{"uv":[4,10,4.25,11.125],"texture":"#0"},"south":{"uv":[6.75,8.75,7.125,9.875],"texture":"#0"},"west":{"uv":[4.25,10,4,11.125],"texture":"#0"}}},{"from":[7.1,-11.075,1.69],"to":[8.9,-9.525,6.89],"rotation":{"angle":-22.5,"axis":"x","origin":[2,-1.25,2]},"faces":{"east":{"uv":[9.75,5.25,8.5,5.625],"texture":"#0"},"west":{"uv":[8.5,5.25,9.75,5.625],"texture":"#0"},"up":{"uv":[2.375,9.75,2,8.5],"texture":"#0"},"down":{"uv":[2.875,8.5,2.5,9.75],"texture":"#0"}}},{"from":[7.1,-10.325,6.89],"to":[8.9,-9.525,8.49],"rotation":{"angle":-22.5,"axis":"x","origin":[2,-1.25,2]},"faces":{"east":{"uv":[3,10.75,3.375,10.875],"texture":"#0"},"west":{"uv":[3,10.75,3.375,10.875],"texture":"#0"},"up":{"uv":[11.125,0.375,10.75,0],"texture":"#0"}}},{"from":[7.1,-1.525,13.1],"to":[8.9,2.425,14.15],"rotation":{"angle":-22.5,"axis":"x","origin":[2,3.775,2]},"faces":{"north":{"uv":[8,9.25,8.375,10.25],"texture":"#0"},"east":{"uv":[10.5,6.75,10.25,7.75],"texture":"#0"},"south":{"uv":[9.5,3.25,9.875,4.25],"texture":"#0"},"west":{"uv":[10.25,6.75,10.5,7.75],"texture":"#0"}}},{"from":[7.095,-1.045,14.185],"to":[8.905,3.565,15.245],"rotation":{"angle":0,"axis":"x","origin":[2,-1.74,3.09]},"faces":{"north":{"uv":[4.75,8.75,5.125,9.875],"texture":"#0"},"east":{"uv":[4,10,3.75,11.125],"texture":"#0"},"south":{"uv":[5.75,8.75,6.125,9.875],"texture":"#0"},"west":{"uv":[3.75,10,4,11.125],"texture":"#0"}}},{"from":[7.015,-5.75,9.315],"to":[10.89,-4.25,10.815],"rotation":{"angle":-22.5,"axis":"y","origin":[0.95,-5.75,1.815]},"faces":{"north":{"uv":[10.5,4.25,9.5,4.625],"texture":"#0"},"east":{"uv":[7.25,10.5,7.625,10.875],"texture":"#0"},"south":{"uv":[9.5,4.25,10.5,4.625],"texture":"#0"},"up":{"uv":[10.5,5.125,9.5,4.75],"texture":"#0"},"down":{"uv":[10.5,5.75,9.5,6.125],"texture":"#0"}}},{"from":[-1.08,-5.755,9.39],"to":[0.43,-4.245,12.4],"rotation":{"angle":22.5,"axis":"y","origin":[1.175,-5.75,1.95]},"faces":{"east":{"uv":[10.75,3.25,10,3.625],"texture":"#0"},"west":{"uv":[10,3.25,10.75,3.625],"texture":"#0"},"up":{"uv":[4.625,10.75,4.25,10],"texture":"#0"},"down":{"uv":[5.125,10,4.75,10.75],"texture":"#0"}}},{"from":[6.985,-5.755,8.445],"to":[9.995,-4.245,9.955],"rotation":{"angle":22.5,"axis":"y","origin":[1.175,-5.75,17.44]},"faces":{"north":{"uv":[10,3.75,10.75,4.125],"texture":"#0"},"east":{"uv":[10.875,8.75,10.5,9.125],"texture":"#0"},"south":{"uv":[10.75,3.75,10,4.125],"texture":"#0"},"up":{"uv":[6.5,10.375,5.75,10],"texture":"#0"},"down":{"uv":[7.25,10,6.5,10.375],"texture":"#0"}}},{"from":[-1.075,-5.75,6.975],"to":[0.425,-4.25,9.975],"rotation":{"angle":-22.5,"axis":"y","origin":[1.175,-5.75,17.44]},"faces":{"east":{"uv":[8,10,7.25,10.375],"texture":"#0"},"west":{"uv":[7.25,10,8,10.375],"texture":"#0"},"up":{"uv":[10.375,9.5,10,8.75],"texture":"#0"},"down":{"uv":[10.625,0.5,10.25,1.25],"texture":"#0"}}},{"from":[5.225,-1.435,11.115],"to":[10.85,0.065,12.615],"rotation":{"angle":-22.5,"axis":"y","origin":[0.915,-1.435,3.615]},"faces":{"north":{"uv":[5.125,8.25,3.75,8.625],"texture":"#0"},"east":{"uv":[10.5,8.25,10.875,8.625],"texture":"#0"},"south":{"uv":[3.75,8.25,5.125,8.625],"texture":"#0"},"up":{"uv":[7.125,8.625,5.75,8.25],"texture":"#0"},"down":{"uv":[8.625,8.25,7.25,8.625],"texture":"#0"}}},{"from":[-2.43,-1.44,9.27],"to":[-0.92,0.07,13.03],"rotation":{"angle":22.5,"axis":"y","origin":[0.915,-1.435,3.615]},"faces":{"east":{"uv":[10.5,6.25,9.5,6.625],"texture":"#0"},"west":{"uv":[9.5,6.25,10.5,6.625],"texture":"#0"},"up":{"uv":[0.875,10.75,0.5,9.75],"texture":"#0"},"down":{"uv":[10.125,0.5,9.75,1.5],"texture":"#0"}}},{"from":[5.22,-1.44,7.62],"to":[7.855,0.07,9.13],"rotation":{"angle":22.5,"axis":"y","origin":[0.915,-1.435,16.625]},"faces":{"north":{"uv":[11,2,11.625,2.375],"texture":"#0"},"east":{"uv":[0,10.75,0.375,11.125],"texture":"#0"},"south":{"uv":[11.625,2,11,2.375],"texture":"#0"},"up":{"uv":[11,2.375,11.625,2.75],"texture":"#0"},"down":{"uv":[10.875,9.75,10.25,10.125],"texture":"#0"}}},{"from":[-2.425,-1.435,7.21],"to":[-0.925,0.065,10.96],"rotation":{"angle":-22.5,"axis":"y","origin":[0.915,-1.435,16.625]},"faces":{"east":{"uv":[12.625,2.375,11.625,2.75],"texture":"#0"},"west":{"uv":[9.5,8.25,10.5,8.625],"texture":"#0"},"up":{"uv":[1.375,10.75,1,9.75],"texture":"#0"},"down":{"uv":[1.875,9.75,1.5,10.75],"texture":"#0"}}},{"from":[5.525,3.065,10.7],"to":[11.15,4.565,12.2],"rotation":{"angle":-22.5,"axis":"y","origin":[1.21,3.065,2.45]},"faces":{"north":{"uv":[1.875,8.5,0.5,8.875],"texture":"#0"},"east":{"uv":[10.5,10.25,10.875,10.625],"texture":"#0"},"south":{"uv":[0.5,8.5,1.875,8.875],"texture":"#0"},"up":{"uv":[9.875,1.875,8.5,1.5],"texture":"#0"},"down":{"uv":[9.875,2,8.5,2.375],"texture":"#0"}}},{"from":[6.31,3.06,8.295],"to":[8.945,4.57,9.805],"rotation":{"angle":-45,"axis":"y","origin":[1.21,3.065,2.45]},"faces":{"north":{"uv":[11.125,1.5,10.5,1.875],"texture":"#0"},"south":{"uv":[10.5,1.5,11.125,1.875],"texture":"#0"},"up":{"uv":[11.125,4.625,10.5,4.25],"texture":"#0"},"down":{"uv":[11.125,4.75,10.5,5.125],"texture":"#0"}}},{"from":[-0.365,3.065,7.14],"to":[1.135,4.565,11.265],"rotation":{"angle":0,"axis":"y","origin":[1.21,3.065,2.45]},"faces":{"east":{"uv":[3,9.75,2,10.125],"texture":"#0"},"west":{"uv":[2,9.75,3,10.125],"texture":"#0"},"up":{"uv":[3.375,10.75,3,9.75],"texture":"#0"},"down":{"uv":[10.125,6.75,9.75,7.75],"texture":"#0"}}},{"from":[3.42,3.06,3.495],"to":[4.93,4.57,6.88],"rotation":{"angle":-45,"axis":"y","origin":[1.21,3.065,2.45]},"faces":{"north":{"uv":[13,0.375,12.625,0.75],"texture":"#0"},"east":{"uv":[12.5,2,11.625,2.375],"texture":"#0"},"west":{"uv":[11.625,2,12.5,2.375],"texture":"#0"},"up":{"uv":[11.25,3.625,10.875,2.75],"texture":"#0"},"down":{"uv":[11.625,2.75,11.25,3.625],"texture":"#0"}}},{"from":[1.33,2.56,5.66],"to":[2.83,4.06,5.66],"rotation":{"angle":22.5,"axis":"y","origin":[1.21,3.065,2.45]},"faces":{"north":{"uv":[12.25,0.375,12.625,0.75],"texture":"#0"},"south":{"uv":[12.625,0.375,12.25,0.75],"texture":"#0"}}},{"from":[13.17,2.56,5.66],"to":[14.67,4.06,5.66],"rotation":{"angle":-22.5,"axis":"y","origin":[14.79,3.065,2.45]},"faces":{"north":{"uv":[12.625,0.375,12.25,0.75],"texture":"#0"},"south":{"uv":[12.25,0.375,12.625,0.75],"texture":"#0"}}},{"from":[-0.975,6.55,8],"to":[1.275,8.8,10.25],"rotation":{"angle":22.5,"axis":"x","origin":[-0.225,-5.75,2]},"faces":{"north":{"uv":[8.75,8.25,9.375,8.875],"texture":"#0"},"east":{"uv":[9,0.5,9.625,1.125],"texture":"#0"},"south":{"uv":[0.5,9,1.125,9.625],"texture":"#0"},"west":{"uv":[9,0.5,9.625,1.125],"texture":"#0"},"down":{"uv":[1.875,9,1.25,9.625],"texture":"#0"}}},{"from":[-11.36,2.15,13.5],"to":[-1.615,3.4,14.75],"rotation":{"angle":-45,"axis":"z","origin":[0.635,1.9,2]},"faces":{"north":{"uv":[7.25,7.75,9.625,8.125],"texture":"#0"},"south":{"uv":[9.625,7.75,7.25,8.125],"texture":"#0"},"up":{"uv":[2.875,8.375,0.5,8],"texture":"#0"},"down":{"uv":[10.625,0,8.25,0.375],"texture":"#0"}}},{"from":[22.744,2.149,13.499],"to":[26.341,3.401,14.751],"rotation":{"angle":45,"axis":"z","origin":[15.365,1.9,2]},"faces":{"north":{"uv":[11.75,4.25,12.625,3.875],"texture":"#0"},"south":{"uv":[12.625,4.25,11.75,3.875],"texture":"#0"},"up":{"uv":[10.875,4.25,11.75,3.875],"texture":"#0"},"down":{"uv":[11.125,4.625,12,4.25],"texture":"#0"}}},{"from":[-0.974,-0.764,16.516],"to":[1.274,0.284,18.649],"rotation":{"angle":-22.5,"axis":"x","origin":[-0.225,-5.75,2]},"faces":{"east":{"uv":[9.5,8.75,10,9],"texture":"#0"},"west":{"uv":[9.5,8.75,10,9],"texture":"#0"},"up":{"uv":[10.125,10.25,9.5,9.75],"texture":"#0"}}},{"from":[-0.975,8.8,9.5],"to":[1.275,10.3,10.25],"rotation":{"angle":22.5,"axis":"x","origin":[-0.225,-5.75,2]},"faces":{"east":{"uv":[1.5,10.75,1.75,11.125],"texture":"#0"},"south":{"uv":[5.75,10.5,6.375,10.875],"texture":"#0"},"west":{"uv":[1.5,10.75,1.75,11.125],"texture":"#0"},"up":{"uv":[9.625,1.5,9,1.25],"texture":"#0"}}},{"from":[-8.545,10.38,13.905],"to":[-7.505,12.62,15.995],"rotation":{"angle":45,"axis":"y","origin":[-7.375,11.5,14.815]},"faces":{"west":{"uv":[10,1.5,10.5,2.125],"texture":"#0"},"up":{"uv":[8,10.5,7.75,11],"texture":"#0"},"down":{"uv":[8,11,7.75,10.5],"texture":"#0"}}},{"from":[-7.375,10.375,15],"to":[-6.625,12.625,16.475],"rotation":{"angle":0,"axis":"z","origin":[-7.375,11.5,14.815]},"faces":{"east":{"uv":[10.5,5.75,10.875,6.375],"texture":"#0"},"south":{"uv":[10.5,6.5,10.75,7.125],"texture":"#0"},"up":{"uv":[2,10.75,1.75,11.125],"texture":"#0"},"down":{"uv":[2,11.125,1.75,10.75],"texture":"#0"}}},{"from":[-8.85,10.375,12.75],"to":[-6.625,12.625,15],"rotation":{"angle":0,"axis":"z","origin":[-7.375,11.5,14.815]},"faces":{"north":{"uv":[3,9,3.625,9.625],"texture":"#0"},"east":{"uv":[8.5,9,9.125,9.625],"texture":"#0"},"west":{"uv":[7.25,9.25,7.875,9.875],"texture":"#0"},"up":{"uv":[9.875,9.625,9.25,9],"texture":"#0"},"down":{"uv":[9.875,9,9.25,9.625],"texture":"#0"}}},{"from":[-9.3,10.825,13.2],"to":[-8.85,12.175,14.55],"rotation":{"angle":0,"axis":"z","origin":[-7.375,11.5,14.815]},"faces":{"north":{"uv":[7.875,9.125,8,9.5],"texture":"#0"},"east":{"uv":[8.5,9,9.125,9.625],"texture":"#0"},"south":{"uv":[7.875,9.125,8,9.5],"texture":"#0"},"west":{"uv":[8.5,10.625,8.875,11],"texture":"#0"},"up":{"uv":[7.5,9.125,7.875,9.25],"rotation":90,"texture":"#0"},"down":{"uv":[7.125,9.125,7.5,9.25],"rotation":90,"texture":"#0"}}},{"from":[-4.75,20.9,13.25],"to":[-3.25,21.35,14.75],"rotation":{"angle":0,"axis":"z","origin":[-7.375,11.5,14.815]},"faces":{"north":{"uv":[7.875,9.125,8,9.5],"rotation":270,"texture":"#0"},"east":{"uv":[7.5,9.125,7.875,9.25],"rotation":180,"texture":"#0"},"south":{"uv":[7.875,9.125,8,9.5],"rotation":90,"texture":"#0"},"west":{"uv":[7.125,9.125,7.5,9.25],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,10.625,8.875,11],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,9,9.125,9.625],"rotation":90,"texture":"#0"}}},{"from":[19.25,20.9,13.25],"to":[20.75,21.35,14.75],"rotation":{"angle":0,"axis":"z","origin":[23.375,11.5,14.815]},"faces":{"north":{"uv":[7.875,9.5,8,9.125],"rotation":270,"texture":"#0"},"east":{"uv":[7.5,9.125,7.125,9.25],"rotation":180,"texture":"#0"},"south":{"uv":[7.875,9.5,8,9.125],"rotation":90,"texture":"#0"},"west":{"uv":[7.875,9.125,7.5,9.25],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,11,8.875,10.625],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,9.625,9.125,9],"rotation":90,"texture":"#0"}}},{"from":[24.85,10.825,13.2],"to":[25.3,12.175,14.55],"rotation":{"angle":0,"axis":"z","origin":[23.375,11.5,14.815]},"faces":{"north":{"uv":[8,9.125,7.875,9.5],"texture":"#0"},"east":{"uv":[8.875,10.625,8.5,11],"texture":"#0"},"south":{"uv":[8,9.125,7.875,9.5],"texture":"#0"},"west":{"uv":[9.125,9,8.5,9.625],"texture":"#0"},"up":{"uv":[7.5,9.25,7.875,9.125],"rotation":90,"texture":"#0"},"down":{"uv":[7.125,9.25,7.5,9.125],"rotation":90,"texture":"#0"}}},{"from":[-7.36,11.92,13.595],"to":[-6.35,16.28,14.655],"rotation":{"angle":-22.5,"axis":"z","origin":[-6.45,16.08,14.125]},"faces":{"north":{"uv":[8.25,10.25,8.5,11.375],"texture":"#0"},"east":{"uv":[8,10.25,8.25,11.375],"texture":"#0"},"south":{"uv":[8.5,10.25,8.25,11.375],"texture":"#0"},"west":{"uv":[9.5,10.25,9.75,11.375],"texture":"#0"}}},{"from":[-5.295,11.02,13.595],"to":[-4.285,15.53,14.655],"rotation":{"angle":-45,"axis":"z","origin":[-5.2,15.33,14.125]},"faces":{"north":{"uv":[2.25,10.25,2.5,11.375],"texture":"#0"},"east":{"uv":[2,10.25,2.25,11.375],"texture":"#0"},"south":{"uv":[2.5,10.25,2.25,11.375],"texture":"#0"},"west":{"uv":[2.5,10.25,2.75,11.375],"texture":"#0"}}},{"from":[-5.295,15.135,13.6],"to":[-4.295,19.635,14.65],"rotation":{"angle":-22.5,"axis":"z","origin":[-5.2,15.33,14.125]},"faces":{"north":{"uv":[5.25,10.25,5.5,11.375],"texture":"#0"},"east":{"uv":[2.75,10.25,3,11.375],"texture":"#0"},"south":{"uv":[5.5,10.25,5.25,11.375],"texture":"#0"},"west":{"uv":[5.5,10.25,5.75,11.375],"texture":"#0"}}},{"from":[-6.645,15.99,13.6],"to":[-2.145,16.99,14.65],"rotation":{"angle":45,"axis":"z","origin":[-6.45,16.08,14.125]},"faces":{"north":{"uv":[8.5,2.5,9.625,2.75],"texture":"#0"},"south":{"uv":[9.625,2.5,8.5,2.75],"texture":"#0"},"up":{"uv":[11.125,9.75,10,9.5],"texture":"#0"},"down":{"uv":[11.375,1.25,10.25,1.5],"texture":"#0"}}},{"from":[-4.75,18.9,12.25],"to":[-2.25,20.9,15.75],"rotation":{"angle":0,"axis":"y","origin":[-1.75,19.65,15.26]},"faces":{"north":{"uv":[10,2.25,10.625,2.75],"texture":"#0"},"east":{"uv":[8.5,5.75,9.375,6.25],"texture":"#0"},"south":{"uv":[10.625,2.25,10,2.75],"texture":"#0"},"west":{"uv":[8.5,6.25,9.375,6.75],"texture":"#0"},"up":{"uv":[3.625,8.875,3,8],"texture":"#0"},"down":{"uv":[8.875,0.5,8.25,1.375],"texture":"#0"}}},{"from":[-2.02,20.565,11.76],"to":[-0.27,21.565,12.76],"rotation":{"angle":45,"axis":"z","origin":[-1.75,19.9,12.51]},"faces":{"north":{"uv":[10.5,2,11,2.25],"texture":"#0"},"east":{"uv":[8.5,8.75,8.75,9],"texture":"#0"},"south":{"uv":[11,2,10.5,2.25],"texture":"#0"},"west":{"uv":[9.75,2.5,10,2.75],"texture":"#0"},"up":{"uv":[11,9.5,10.5,9.25],"texture":"#0"},"down":{"uv":[1,10.75,0.5,11],"texture":"#0"}}},{"from":[-1.205,21.42,11.76],"to":[0.545,22.42,12.76],"rotation":{"angle":0,"axis":"y","origin":[-1.55,20.1,12.51]},"faces":{"north":{"uv":[10.75,0.5,11.25,0.75],"texture":"#0"},"east":{"uv":[10.75,2.25,11,2.5],"texture":"#0"},"south":{"uv":[11.25,0.5,10.75,0.75],"texture":"#0"},"west":{"uv":[11,2.5,10.75,2.75],"texture":"#0"},"up":{"uv":[11.25,1,10.75,0.75],"texture":"#0"},"down":{"uv":[1.5,10.75,1,11],"texture":"#0"}}},{"from":[0.545,20.92,12.26],"to":[2.045,22.42,12.26],"rotation":{"angle":0,"axis":"y","origin":[-1.55,20.1,12.51]},"faces":{"north":{"uv":[12.375,0.75,12.75,1.125],"texture":"#0"},"east":{"uv":[10.75,2.25,11,2.5],"texture":"#0"},"south":{"uv":[12.75,0.75,12.375,1.125],"texture":"#0"},"west":{"uv":[11,2.5,10.75,2.75],"texture":"#0"},"up":{"uv":[11.25,1,10.75,0.75],"texture":"#0"},"down":{"uv":[1.5,10.75,1,11],"texture":"#0"}}},{"from":[-0.655,21.57,13.51],"to":[1.095,22.57,14.51],"rotation":{"angle":-22.5,"axis":"z","origin":[-0.69,21.685,14.01]},"faces":{"north":{"uv":[10.75,0.5,11.25,0.75],"texture":"#0"},"east":{"uv":[10.75,2.25,11,2.5],"texture":"#0"},"south":{"uv":[11.25,0.5,10.75,0.75],"texture":"#0"},"west":{"uv":[11,2.5,10.75,2.75],"texture":"#0"},"up":{"uv":[11.25,1,10.75,0.75],"texture":"#0"},"down":{"uv":[1.5,10.75,1,11],"texture":"#0"}}},{"from":[1.095,21.07,14.01],"to":[2.595,22.57,14.01],"rotation":{"angle":-22.5,"axis":"z","origin":[-0.69,21.685,14.01]},"faces":{"north":{"uv":[12.375,0.75,12.75,1.125],"texture":"#0"},"east":{"uv":[10.75,2.25,11,2.5],"texture":"#0"},"south":{"uv":[12.75,0.75,12.375,1.125],"texture":"#0"},"west":{"uv":[11,2.5,10.75,2.75],"texture":"#0"},"up":{"uv":[11.25,1,10.75,0.75],"texture":"#0"},"down":{"uv":[1.5,10.75,1,11],"texture":"#0"}}},{"from":[-2.48,21.555,13.51],"to":[-0.73,22.555,14.51],"rotation":{"angle":22.5,"axis":"z","origin":[-0.69,21.685,14.01]},"faces":{"north":{"uv":[10.5,2,11,2.25],"texture":"#0"},"east":{"uv":[8.5,8.75,8.75,9],"texture":"#0"},"south":{"uv":[11,2,10.5,2.25],"texture":"#0"},"west":{"uv":[9.75,2.5,10,2.75],"texture":"#0"},"up":{"uv":[11,9.5,10.5,9.25],"texture":"#0"},"down":{"uv":[1,10.75,0.5,11],"texture":"#0"}}},{"from":[-2.78,20.905,15.26],"to":[-1.03,21.905,16.26],"rotation":{"angle":22.5,"axis":"z","origin":[-0.99,21.035,15.76]},"faces":{"north":{"uv":[10.5,2,11,2.25],"texture":"#0"},"east":{"uv":[8.5,8.75,8.75,9],"texture":"#0"},"south":{"uv":[11,2,10.5,2.25],"texture":"#0"},"west":{"uv":[9.75,2.5,10,2.75],"texture":"#0"},"up":{"uv":[11,9.5,10.5,9.25],"texture":"#0"},"down":{"uv":[1,10.75,0.5,11],"texture":"#0"}}},{"from":[-0.955,20.92,15.26],"to":[0.795,21.92,16.26],"rotation":{"angle":-22.5,"axis":"z","origin":[-0.99,21.035,15.76]},"faces":{"north":{"uv":[10.75,0.5,11.25,0.75],"texture":"#0"},"east":{"uv":[10.75,2.25,11,2.5],"texture":"#0"},"south":{"uv":[11.25,0.5,10.75,0.75],"texture":"#0"},"west":{"uv":[11,2.5,10.75,2.75],"texture":"#0"},"up":{"uv":[11.25,1,10.75,0.75],"texture":"#0"},"down":{"uv":[1.5,10.75,1,11],"texture":"#0"}}},{"from":[0.795,20.42,15.76],"to":[2.295,21.92,15.76],"rotation":{"angle":-22.5,"axis":"z","origin":[-0.99,21.035,15.76]},"faces":{"north":{"uv":[12.375,0.75,12.75,1.125],"texture":"#0"},"east":{"uv":[10.75,2.25,11,2.5],"texture":"#0"},"south":{"uv":[12.75,0.75,12.375,1.125],"texture":"#0"},"west":{"uv":[11,2.5,10.75,2.75],"texture":"#0"},"up":{"uv":[11.25,1,10.75,0.75],"texture":"#0"},"down":{"uv":[1.5,10.75,1,11],"texture":"#0"}}},{"from":[-2.02,18.4,15.42],"to":[-0.27,19.4,16.42],"rotation":{"angle":-22.5,"axis":"y","origin":[-1.75,19.15,14.76]},"faces":{"north":{"uv":[0.5,10.75,1,11],"texture":"#0"},"east":{"uv":[8.5,8.75,8.75,9],"rotation":270,"texture":"#0"},"south":{"uv":[11,9.5,10.5,9.25],"texture":"#0"},"west":{"uv":[9.75,2.5,10,2.75],"texture":"#0"},"up":{"uv":[11,2.25,10.5,2],"texture":"#0"},"down":{"uv":[11,2,10.5,2.25],"texture":"#0"}}},{"from":[-1.205,18.4,16.275],"to":[0.545,19.4,17.275],"rotation":{"angle":22.5,"axis":"y","origin":[-1.75,19.15,14.76]},"faces":{"north":{"uv":[1,10.75,1.5,11],"texture":"#0"},"east":{"uv":[10.75,2.25,11,2.5],"rotation":270,"texture":"#0"},"south":{"uv":[11.25,1,10.75,0.75],"texture":"#0"},"west":{"uv":[10.75,2.75,11,2.5],"rotation":270,"texture":"#0"},"up":{"uv":[11.25,0.75,10.75,0.5],"texture":"#0"},"down":{"uv":[11.25,0.5,10.75,0.75],"texture":"#0"}}},{"from":[0.545,18.9,15.775],"to":[2.045,18.9,17.275],"rotation":{"angle":22.5,"axis":"y","origin":[-1.75,19.15,14.76]},"faces":{"north":{"uv":[1,10.75,1.5,11],"texture":"#0"},"east":{"uv":[10.75,2.25,11,2.5],"rotation":270,"texture":"#0"},"south":{"uv":[11.25,1,10.75,0.75],"texture":"#0"},"west":{"uv":[10.75,2.5,11,2.75],"rotation":180,"texture":"#0"},"up":{"uv":[12.75,1.125,12.375,0.75],"texture":"#0"},"down":{"uv":[12.75,0.75,12.375,1.125],"texture":"#0"}}},{"from":[13.955,18.9,15.775],"to":[15.455,18.9,17.275],"rotation":{"angle":-22.5,"axis":"y","origin":[17.75,19.15,14.76]},"faces":{"north":{"uv":[1.5,10.75,1,11],"texture":"#0"},"east":{"uv":[11,2.5,10.75,2.75],"rotation":180,"texture":"#0"},"south":{"uv":[10.75,1,11.25,0.75],"texture":"#0"},"west":{"uv":[10.75,2.5,11,2.25],"rotation":270,"texture":"#0"},"up":{"uv":[12.375,1.125,12.75,0.75],"texture":"#0"},"down":{"uv":[12.375,0.75,12.75,1.125],"texture":"#0"}}},{"from":[13.705,20.42,15.76],"to":[15.205,21.92,15.76],"rotation":{"angle":22.5,"axis":"z","origin":[16.99,21.035,15.76]},"faces":{"north":{"uv":[12.75,0.75,12.375,1.125],"texture":"#0"},"east":{"uv":[10.75,2.5,11,2.75],"texture":"#0"},"south":{"uv":[12.375,0.75,12.75,1.125],"texture":"#0"},"west":{"uv":[11,2.25,10.75,2.5],"texture":"#0"},"up":{"uv":[10.75,1,11.25,0.75],"texture":"#0"},"down":{"uv":[1,10.75,1.5,11],"texture":"#0"}}},{"from":[13.405,21.07,14.01],"to":[14.905,22.57,14.01],"rotation":{"angle":22.5,"axis":"z","origin":[16.69,21.685,14.01]},"faces":{"north":{"uv":[12.75,0.75,12.375,1.125],"texture":"#0"},"east":{"uv":[10.75,2.5,11,2.75],"texture":"#0"},"south":{"uv":[12.375,0.75,12.75,1.125],"texture":"#0"},"west":{"uv":[11,2.25,10.75,2.5],"texture":"#0"},"up":{"uv":[10.75,1,11.25,0.75],"texture":"#0"},"down":{"uv":[1,10.75,1.5,11],"texture":"#0"}}},{"from":[13.955,20.92,12.26],"to":[15.455,22.42,12.26],"rotation":{"angle":0,"axis":"y","origin":[17.55,20.1,12.51]},"faces":{"north":{"uv":[12.75,0.75,12.375,1.125],"texture":"#0"},"east":{"uv":[10.75,2.5,11,2.75],"texture":"#0"},"south":{"uv":[12.375,0.75,12.75,1.125],"texture":"#0"},"west":{"uv":[11,2.25,10.75,2.5],"texture":"#0"},"up":{"uv":[10.75,1,11.25,0.75],"texture":"#0"},"down":{"uv":[1,10.75,1.5,11],"texture":"#0"}}},{"from":[5.75,6.415,10.14],"to":[6.25,7.415,11.485],"rotation":{"angle":-22.5,"axis":"x","origin":[7.25,10,10.25]},"faces":{"east":{"uv":[10.75,1,11.125,1.25],"texture":"#0"},"west":{"uv":[10.75,1,11.125,1.25],"texture":"#0"},"up":{"uv":[10.875,3.625,10.75,3.25],"texture":"#0"},"down":{"uv":[10.875,3.75,10.75,4.125],"texture":"#0"}}},{"from":[5.11,-5.75,9.315],"to":[8.985,-4.25,10.815],"rotation":{"angle":22.5,"axis":"y","origin":[15.05,-5.75,1.815]},"faces":{"north":{"uv":[9.5,4.25,10.5,4.625],"texture":"#0"},"south":{"uv":[10.5,4.25,9.5,4.625],"texture":"#0"},"west":{"uv":[7.625,10.5,7.25,10.875],"texture":"#0"},"up":{"uv":[9.5,5.125,10.5,4.75],"texture":"#0"},"down":{"uv":[9.5,5.75,10.5,6.125],"texture":"#0"}}},{"from":[15.57,-5.755,9.39],"to":[17.08,-4.245,12.4],"rotation":{"angle":-22.5,"axis":"y","origin":[14.825,-5.75,1.95]},"faces":{"east":{"uv":[10.75,3.25,10,3.625],"texture":"#0"},"west":{"uv":[10,3.25,10.75,3.625],"texture":"#0"},"up":{"uv":[4.25,10.75,4.625,10],"texture":"#0"},"down":{"uv":[4.75,10,5.125,10.75],"texture":"#0"}}},{"from":[6.005,-5.755,8.445],"to":[9.015,-4.245,9.955],"rotation":{"angle":-22.5,"axis":"y","origin":[14.825,-5.75,17.44]},"faces":{"north":{"uv":[10.75,3.75,10,4.125],"texture":"#0"},"south":{"uv":[10,3.75,10.75,4.125],"texture":"#0"},"west":{"uv":[10.875,8.75,10.5,9.125],"texture":"#0"},"up":{"uv":[5.75,10.375,6.5,10],"texture":"#0"},"down":{"uv":[6.5,10,7.25,10.375],"texture":"#0"}}},{"from":[15.575,-5.75,6.975],"to":[17.075,-4.25,9.975],"rotation":{"angle":22.5,"axis":"y","origin":[14.825,-5.75,17.44]},"faces":{"east":{"uv":[8,10,7.25,10.375],"texture":"#0"},"west":{"uv":[7.25,10,8,10.375],"texture":"#0"},"up":{"uv":[10,9.5,10.375,8.75],"texture":"#0"},"down":{"uv":[10.25,0.5,10.625,1.25],"texture":"#0"}}},{"from":[5.15,-1.435,11.115],"to":[10.775,0.065,12.615],"rotation":{"angle":22.5,"axis":"y","origin":[15.085,-1.435,3.615]},"faces":{"north":{"uv":[3.75,8.25,5.125,8.625],"texture":"#0"},"south":{"uv":[5.125,8.25,3.75,8.625],"texture":"#0"},"west":{"uv":[10.875,8.25,10.5,8.625],"texture":"#0"},"up":{"uv":[5.75,8.625,7.125,8.25],"texture":"#0"},"down":{"uv":[7.25,8.25,8.625,8.625],"texture":"#0"}}},{"from":[16.92,-1.44,9.27],"to":[18.43,0.07,13.03],"rotation":{"angle":-22.5,"axis":"y","origin":[15.085,-1.435,3.615]},"faces":{"east":{"uv":[10.5,6.25,9.5,6.625],"texture":"#0"},"west":{"uv":[9.5,6.25,10.5,6.625],"texture":"#0"},"up":{"uv":[0.5,10.75,0.875,9.75],"texture":"#0"},"down":{"uv":[9.75,0.5,10.125,1.5],"texture":"#0"}}},{"from":[8.145,-1.44,7.62],"to":[10.78,0.07,9.13],"rotation":{"angle":-22.5,"axis":"y","origin":[15.085,-1.435,16.625]},"faces":{"north":{"uv":[10.875,2.75,10.25,3.125],"texture":"#0"},"south":{"uv":[10.25,2.75,10.875,3.125],"texture":"#0"},"west":{"uv":[10.875,8.75,10.5,9.125],"texture":"#0"},"up":{"uv":[9.75,10.625,10.375,10.25],"texture":"#0"},"down":{"uv":[10.25,9.75,10.875,10.125],"texture":"#0"}}},{"from":[16.925,-1.435,7.21],"to":[18.425,0.065,10.96],"rotation":{"angle":22.5,"axis":"y","origin":[15.085,-1.435,16.625]},"faces":{"east":{"uv":[9.5,8.25,10.5,8.625],"texture":"#0"},"west":{"uv":[12.625,2.375,11.625,2.75],"texture":"#0"},"up":{"uv":[1,9.75,1.375,10.75],"texture":"#0"},"down":{"uv":[1.5,9.75,1.875,10.75],"texture":"#0"}}},{"from":[4.85,3.065,10.7],"to":[10.475,4.565,12.2],"rotation":{"angle":22.5,"axis":"y","origin":[14.79,3.065,2.45]},"faces":{"north":{"uv":[0.5,8.5,1.875,8.875],"texture":"#0"},"south":{"uv":[1.875,8.5,0.5,8.875],"texture":"#0"},"west":{"uv":[10.875,10.25,10.5,10.625],"texture":"#0"},"up":{"uv":[8.5,1.875,9.875,1.5],"texture":"#0"},"down":{"uv":[8.5,2,9.875,2.375],"texture":"#0"}}},{"from":[7.055,3.06,8.295],"to":[9.69,4.57,9.805],"rotation":{"angle":45,"axis":"y","origin":[14.79,3.065,2.45]},"faces":{"north":{"uv":[10.5,1.5,11.125,1.875],"texture":"#0"},"south":{"uv":[11.125,1.5,10.5,1.875],"texture":"#0"},"up":{"uv":[10.5,4.625,11.125,4.25],"texture":"#0"},"down":{"uv":[10.5,4.75,11.125,5.125],"texture":"#0"}}},{"from":[14.865,3.065,7.14],"to":[16.365,4.565,11.265],"rotation":{"angle":0,"axis":"y","origin":[14.79,3.065,2.45]},"faces":{"east":{"uv":[3,9.75,2,10.125],"texture":"#0"},"west":{"uv":[2,9.75,3,10.125],"texture":"#0"},"up":{"uv":[3,10.75,3.375,9.75],"texture":"#0"},"down":{"uv":[9.75,6.75,10.125,7.75],"texture":"#0"}}},{"from":[11.07,3.06,3.495],"to":[12.58,4.57,6.88],"rotation":{"angle":45,"axis":"y","origin":[14.79,3.065,2.45]},"faces":{"north":{"uv":[13,0.375,12.625,0.75],"texture":"#0"},"east":{"uv":[9.75,5.25,10.625,5.625],"texture":"#0"},"west":{"uv":[10.625,5.25,9.75,5.625],"texture":"#0"},"up":{"uv":[8.5,9.75,8.875,10.625],"texture":"#0"},"down":{"uv":[9,9.75,9.375,10.625],"texture":"#0"}}},{"from":[14.725,6.55,8],"to":[16.975,8.8,10.25],"rotation":{"angle":22.5,"axis":"x","origin":[16.225,-5.75,2]},"faces":{"north":{"uv":[9.375,8.25,8.75,8.875],"texture":"#0"},"east":{"uv":[9.625,0.5,9,1.125],"texture":"#0"},"south":{"uv":[1.125,9,0.5,9.625],"texture":"#0"},"west":{"uv":[9.625,0.5,9,1.125],"texture":"#0"},"down":{"uv":[1.25,9,1.875,9.625],"texture":"#0"}}},{"from":[14.731,-0.759,16.521],"to":[16.969,0.279,18.644],"rotation":{"angle":-22.5,"axis":"x","origin":[16.225,-5.75,2]},"faces":{"east":{"uv":[10,8.75,9.5,9],"texture":"#0"},"west":{"uv":[10,8.75,9.5,9],"texture":"#0"},"up":{"uv":[9.5,10.25,10.125,9.75],"texture":"#0"}}},{"from":[14.725,8.8,9.5],"to":[16.975,10.3,10.25],"rotation":{"angle":22.5,"axis":"x","origin":[16.225,-5.75,2]},"faces":{"east":{"uv":[1.75,10.75,1.5,11.125],"texture":"#0"},"south":{"uv":[6.375,10.5,5.75,10.875],"texture":"#0"},"west":{"uv":[1.75,10.75,1.5,11.125],"texture":"#0"},"up":{"uv":[9,1.5,9.625,1.25],"texture":"#0"}}},{"from":[17.615,2.15,13.5],"to":[27.36,3.4,14.75],"rotation":{"angle":45,"axis":"z","origin":[15.365,1.9,2]},"faces":{"north":{"uv":[9.625,7.75,7.25,8.125],"texture":"#0"},"south":{"uv":[7.25,7.75,9.625,8.125],"texture":"#0"},"up":{"uv":[0.5,8.375,2.875,8],"texture":"#0"},"down":{"uv":[8.25,0,10.625,0.375],"texture":"#0"}}},{"from":[22.625,10.375,12.75],"to":[24.85,12.625,15],"rotation":{"angle":0,"axis":"y","origin":[23.375,11.5,14.815]},"faces":{"north":{"uv":[3.625,9,3,9.625],"texture":"#0"},"east":{"uv":[7.875,9.25,7.25,9.875],"texture":"#0"},"west":{"uv":[9.125,9,8.5,9.625],"texture":"#0"},"up":{"uv":[9.25,9.625,9.875,9],"texture":"#0"},"down":{"uv":[9.25,9,9.875,9.625],"texture":"#0"}}},{"from":[22.35,11.92,13.595],"to":[23.36,16.28,14.655],"rotation":{"angle":22.5,"axis":"z","origin":[22.45,16.08,14.125]},"faces":{"north":{"uv":[8.5,10.25,8.25,11.375],"texture":"#0"},"east":{"uv":[9.75,10.25,9.5,11.375],"texture":"#0"},"south":{"uv":[8.25,10.25,8.5,11.375],"texture":"#0"},"west":{"uv":[8.25,10.25,8,11.375],"texture":"#0"}}},{"from":[20.285,11.02,13.595],"to":[21.295,15.53,14.655],"rotation":{"angle":45,"axis":"z","origin":[21.2,15.33,14.125]},"faces":{"north":{"uv":[5.5,11.375,5.25,10.25],"texture":"#0"},"east":{"uv":[5.5,11.375,5.75,10.25],"texture":"#0"},"south":{"uv":[5.25,11.375,5.5,10.25],"texture":"#0"},"west":{"uv":[2.75,11.375,3,10.25],"texture":"#0"}}},{"from":[18.145,15.99,13.6],"to":[22.645,16.99,14.65],"rotation":{"angle":-45,"axis":"z","origin":[22.45,16.08,14.125]},"faces":{"north":{"uv":[9.625,2.5,8.5,2.75],"texture":"#0"},"south":{"uv":[8.5,2.5,9.625,2.75],"texture":"#0"},"up":{"uv":[10,9.75,11.125,9.5],"texture":"#0"},"down":{"uv":[10.25,1.25,11.375,1.5],"texture":"#0"}}},{"from":[20.295,15.135,13.6],"to":[21.295,19.635,14.65],"rotation":{"angle":22.5,"axis":"z","origin":[21.2,15.33,14.125]},"faces":{"north":{"uv":[2.5,11.375,2.25,10.25],"texture":"#0"},"east":{"uv":[2.5,11.375,2.75,10.25],"texture":"#0"},"south":{"uv":[2.5,11.375,2.25,10.25],"texture":"#0"},"west":{"uv":[2.25,11.375,2,10.25],"texture":"#0"}}},{"from":[18.25,18.9,12.25],"to":[20.75,20.9,15.75],"rotation":{"angle":0,"axis":"y","origin":[17.75,19.65,15.26]},"faces":{"north":{"uv":[10.625,2.25,10,2.75],"texture":"#0"},"east":{"uv":[9.375,6.25,8.5,6.75],"texture":"#0"},"south":{"uv":[10.625,2.25,10,2.75],"texture":"#0"},"west":{"uv":[9.375,5.75,8.5,6.25],"texture":"#0"},"up":{"uv":[3,8.875,3.625,8],"texture":"#0"},"down":{"uv":[8.25,0.5,8.875,1.375],"texture":"#0"}}},{"from":[16.27,20.565,11.76],"to":[18.02,21.565,12.76],"rotation":{"angle":-45,"axis":"z","origin":[17.75,19.9,12.51]},"faces":{"north":{"uv":[11,2,10.5,2.25],"texture":"#0"},"east":{"uv":[10,2.5,9.75,2.75],"texture":"#0"},"south":{"uv":[10.5,2,11,2.25],"texture":"#0"},"west":{"uv":[8.75,8.75,8.5,9],"texture":"#0"},"up":{"uv":[10.5,9.5,11,9.25],"texture":"#0"},"down":{"uv":[0.5,10.75,1,11],"texture":"#0"}}},{"from":[15.455,21.42,11.76],"to":[17.205,22.42,12.76],"rotation":{"angle":0,"axis":"y","origin":[17.55,20.1,12.51]},"faces":{"north":{"uv":[11.25,0.5,10.75,0.75],"texture":"#0"},"east":{"uv":[10.75,2.5,11,2.75],"texture":"#0"},"south":{"uv":[10.75,0.5,11.25,0.75],"texture":"#0"},"west":{"uv":[11,2.25,10.75,2.5],"texture":"#0"},"up":{"uv":[10.75,1,11.25,0.75],"texture":"#0"},"down":{"uv":[1,10.75,1.5,11],"texture":"#0"}}},{"from":[16.73,21.555,13.51],"to":[18.48,22.555,14.51],"rotation":{"angle":-22.5,"axis":"z","origin":[16.69,21.685,14.01]},"faces":{"north":{"uv":[11,2,10.5,2.25],"texture":"#0"},"east":{"uv":[10,2.5,9.75,2.75],"texture":"#0"},"south":{"uv":[10.5,2,11,2.25],"texture":"#0"},"west":{"uv":[8.75,8.75,8.5,9],"texture":"#0"},"up":{"uv":[10.5,9.5,11,9.25],"texture":"#0"},"down":{"uv":[0.5,10.75,1,11],"texture":"#0"}}},{"from":[14.905,21.57,13.51],"to":[16.655,22.57,14.51],"rotation":{"angle":22.5,"axis":"z","origin":[16.69,21.685,14.01]},"faces":{"north":{"uv":[11.25,0.5,10.75,0.75],"texture":"#0"},"east":{"uv":[10.75,2.5,11,2.75],"texture":"#0"},"south":{"uv":[10.75,0.5,11.25,0.75],"texture":"#0"},"west":{"uv":[11,2.25,10.75,2.5],"texture":"#0"},"up":{"uv":[10.75,1,11.25,0.75],"texture":"#0"},"down":{"uv":[1,10.75,1.5,11],"texture":"#0"}}},{"from":[15.205,20.92,15.26],"to":[16.955,21.92,16.26],"rotation":{"angle":22.5,"axis":"z","origin":[16.99,21.035,15.76]},"faces":{"north":{"uv":[11.25,0.5,10.75,0.75],"texture":"#0"},"east":{"uv":[10.75,2.5,11,2.75],"texture":"#0"},"south":{"uv":[10.75,0.5,11.25,0.75],"texture":"#0"},"west":{"uv":[11,2.25,10.75,2.5],"texture":"#0"},"up":{"uv":[10.75,1,11.25,0.75],"texture":"#0"},"down":{"uv":[1,10.75,1.5,11],"texture":"#0"}}},{"from":[17.03,20.905,15.26],"to":[18.78,21.905,16.26],"rotation":{"angle":-22.5,"axis":"z","origin":[16.99,21.035,15.76]},"faces":{"north":{"uv":[11,2,10.5,2.25],"texture":"#0"},"east":{"uv":[10,2.5,9.75,2.75],"texture":"#0"},"south":{"uv":[10.5,2,11,2.25],"texture":"#0"},"west":{"uv":[8.75,8.75,8.5,9],"texture":"#0"},"up":{"uv":[10.5,9.5,11,9.25],"texture":"#0"},"down":{"uv":[0.5,10.75,1,11],"texture":"#0"}}},{"from":[16.27,18.4,15.42],"to":[18.02,19.4,16.42],"rotation":{"angle":22.5,"axis":"y","origin":[17.75,19.15,14.76]},"faces":{"north":{"uv":[1,10.75,0.5,11],"texture":"#0"},"east":{"uv":[10,2.5,9.75,2.75],"texture":"#0"},"south":{"uv":[10.5,9.5,11,9.25],"texture":"#0"},"west":{"uv":[8.5,9,8.75,8.75],"rotation":270,"texture":"#0"},"up":{"uv":[10.5,2.25,11,2],"texture":"#0"},"down":{"uv":[10.5,2,11,2.25],"texture":"#0"}}},{"from":[15.455,18.4,16.275],"to":[17.205,19.4,17.275],"rotation":{"angle":-22.5,"axis":"y","origin":[17.75,19.15,14.76]},"faces":{"north":{"uv":[1.5,10.75,1,11],"texture":"#0"},"east":{"uv":[10.75,2.5,11,2.75],"rotation":270,"texture":"#0"},"south":{"uv":[10.75,1,11.25,0.75],"texture":"#0"},"west":{"uv":[10.75,2.5,11,2.25],"rotation":270,"texture":"#0"},"up":{"uv":[10.75,0.75,11.25,0.5],"texture":"#0"},"down":{"uv":[10.75,0.5,11.25,0.75],"texture":"#0"}}},{"from":[23.505,10.38,13.905],"to":[24.545,12.62,15.995],"rotation":{"angle":-45,"axis":"y","origin":[23.375,11.5,14.815]},"faces":{"east":{"uv":[10.5,1.5,10,2.125],"texture":"#0"},"up":{"uv":[7.75,10.5,8,11],"texture":"#0"},"down":{"uv":[7.75,11,8,10.5],"texture":"#0"}}},{"from":[22.625,10.375,15],"to":[23.375,12.625,16.475],"rotation":{"angle":0,"axis":"y","origin":[23.375,11.5,14.815]},"faces":{"south":{"uv":[10.75,6.5,10.5,7.125],"texture":"#0"},"west":{"uv":[10.875,5.75,10.5,6.375],"texture":"#0"},"up":{"uv":[1.75,10.75,2,11.125],"texture":"#0"},"down":{"uv":[1.75,10.75,2,11.125],"texture":"#0"}}},{"from":[9.75,6.415,10.14],"to":[10.25,7.415,11.485],"rotation":{"angle":-22.5,"axis":"x","origin":[8.75,10,10.25]},"faces":{"east":{"uv":[11.125,1,10.75,1.25],"texture":"#0"},"west":{"uv":[11.125,1,10.75,1.25],"texture":"#0"},"up":{"uv":[10.75,3.625,10.875,3.25],"texture":"#0"},"down":{"uv":[10.75,3.75,10.875,4.125],"texture":"#0"}}},{"from":[5.745,8.445,5.445],"to":[10.255,9.955,9.955],"rotation":{"angle":45,"axis":"x","origin":[7.25,5.5,7.75]},"faces":{"north":{"uv":[8.5,6.75,9.625,7.125],"texture":"#0"},"east":{"uv":[7.25,8.75,8.375,9.125],"texture":"#0"},"south":{"uv":[8.5,7.25,9.625,7.625],"texture":"#0"},"west":{"uv":[7.25,8.75,8.375,9.125],"texture":"#0"},"up":{"uv":[8.375,6.375,7.25,5.25],"texture":"#0"},"down":{"uv":[8.375,6.5,7.25,7.625],"texture":"#0"}}},{"from":[5.755,9.455,5.455],"to":[10.245,12.445,9.945],"rotation":{"angle":45,"axis":"x","origin":[7.25,5.5,7.75]},"faces":{"north":{"uv":[11.625,2.75,12.375,3.875],"rotation":90,"texture":"#0"},"east":{"uv":[12.375,3.875,13.125,2.75],"rotation":90,"texture":"#0"},"west":{"uv":[12.375,2.75,13.125,3.875],"rotation":90,"texture":"#0"}}},{"from":[10.255,12.455,9.955],"to":[5.745,9.445,5.445],"rotation":{"angle":45,"axis":"x","origin":[7.25,5.5,7.75]},"faces":{"east":{"uv":[12.375,2.75,13.125,3.875],"rotation":270,"texture":"#0"},"south":{"uv":[12.375,2.75,11.625,3.875],"rotation":90,"texture":"#0"},"west":{"uv":[12.375,2.75,13.125,3.875],"rotation":270,"texture":"#0"}}},{"from":[9.25,9.95,9.95],"to":[6.75,8.45,6.45],"rotation":{"angle":45,"axis":"x","origin":[7.25,5.5,7.75]},"faces":{"east":{"uv":[9.75,7.75,10.625,8.125],"texture":"#0"},"south":{"uv":[6.5,10.5,7.125,10.875],"texture":"#0"},"west":{"uv":[9.75,7.75,10.625,8.125],"texture":"#0"}}},{"from":[5,5.915,11.24],"to":[11,11.915,16.485],"rotation":{"angle":-22.5,"axis":"x","origin":[7.25,10,10.25]},"faces":{"north":{"uv":[5.75,5.25,7.25,6.75],"texture":"#0"},"east":{"uv":[8.25,0,7,1.5],"texture":"#0"},"south":{"uv":[5.75,6.75,7.25,8.25],"texture":"#0"},"west":{"uv":[7,0,8.25,1.5],"texture":"#0"},"up":{"uv":[8.5,2.75,7,1.5],"texture":"#0"},"down":{"uv":[5.375,7,3.875,8.25],"texture":"#0"}}},{"from":[11,11.915,12.84],"to":[14.3,11.915,14.44],"rotation":{"angle":-22.5,"axis":"x","origin":[7.25,10,10.25]},"faces":{"north":{"uv":[5.75,5.25,7.25,6.75],"texture":"#0"},"east":{"uv":[7,0,8.25,1.5],"texture":"#0"},"south":{"uv":[5.75,6.75,7.25,8.25],"texture":"#0"},"west":{"uv":[7,0,8.25,1.5],"texture":"#0"},"up":{"uv":[13,0.375,12.25,0],"texture":"#0"},"down":{"uv":[13,0,12.25,0.375],"texture":"#0"}}},{"from":[1.7,11.915,12.84],"to":[5,11.915,14.44],"rotation":{"angle":-22.5,"axis":"x","origin":[8.75,10,10.25]},"faces":{"north":{"uv":[7.25,5.25,5.75,6.75],"texture":"#0"},"east":{"uv":[8.25,0,7,1.5],"texture":"#0"},"south":{"uv":[7.25,6.75,5.75,8.25],"texture":"#0"},"west":{"uv":[8.25,0,7,1.5],"texture":"#0"},"up":{"uv":[12.25,0.375,13,0],"texture":"#0"},"down":{"uv":[12.25,0,13,0.375],"texture":"#0"}}},{"from":[1.75,-12.5,-4.375],"to":[14.25,0,-2.875],"rotation":{"angle":-45,"axis":"x","origin":[2,1,2]},"faces":{"east":{"uv":[5.375,7,5.75,10.125],"texture":"#0"},"south":{"uv":[3.75,0,6.875,3.125],"texture":"#0"},"west":{"uv":[0,7.5,0.375,10.625],"texture":"#0"},"up":{"uv":[10.125,3.125,7,2.75],"texture":"#0"},"down":{"uv":[3.625,7.5,0.5,7.875],"texture":"#0"}}},{"from":[0.25,-14,-7.875],"to":[15.75,1.5,-4.375],"rotation":{"angle":-45,"axis":"x","origin":[2,1,2]},"faces":{"north":{"uv":[0,0,3.625,3.625],"texture":"#0"},"east":{"uv":[3.875,3.125,4.75,7],"texture":"#0"},"south":{"uv":[0,3.625,3.875,7.5],"texture":"#0"},"west":{"uv":[4.75,3.125,5.625,7],"texture":"#0"},"up":{"uv":[9.5,4.125,5.625,3.25],"texture":"#0"},"down":{"uv":[9.5,4.25,5.625,5.125],"texture":"#0"}}},{"from":[5.35,-0.75,7.75],"to":[9.35,3.25,10.25],"rotation":{"angle":-45,"axis":"z","origin":[6.6,0,8]},"faces":{"north":{"uv":[11.375,0,12.25,0.875],"texture":"#0"},"east":{"uv":[11.875,0.875,12.375,1.75],"texture":"#0"},"south":{"uv":[12.25,0,11.375,0.875],"texture":"#0"},"west":{"uv":[11.375,0.875,11.875,1.75],"texture":"#0"},"up":{"uv":[11.375,1.75,11.875,0.875],"rotation":90,"texture":"#0"},"down":{"uv":[11.875,1.75,12.375,0.875],"rotation":90,"texture":"#0"}}}],"display":{"gui":{"rotation":[85,-150,35],"translation":[3.5,2.5,0],"scale":[0.625,0.625,0.625]},"head":{"rotation":[-45,0,0],"translation":[0,12,-24],"scale":[3,3,3]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/statue_nameless_guild.json b/assets/minecraft/models/item/wynn/housing/furniture/statue_nameless_guild.json new file mode 100644 index 000000000..369e7b309 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/statue_nameless_guild.json @@ -0,0 +1 @@ +{"parent":"item/wynn/housing/furniture/statue_nameless","textures":{"0":"wynn/housing/furniture/statue_nameless_guild","particle":"wynn/housing/furniture/statue_nameless_guild"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/statue_nameless_normal.json b/assets/minecraft/models/item/wynn/housing/furniture/statue_nameless_normal.json new file mode 100644 index 000000000..5544d4f8d --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/statue_nameless_normal.json @@ -0,0 +1 @@ +{"parent":"item/wynn/housing/furniture/statue_nameless","textures":{"0":"wynn/housing/furniture/statue_nameless_normal","particle":"wynn/housing/furniture/statue_nameless_normal"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/table_boulder.json b/assets/minecraft/models/item/wynn/housing/furniture/table_boulder.json new file mode 100644 index 000000000..d26e142f3 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/table_boulder.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/housing/furniture/table_boulder","1":"wynn/housing/furniture/chair_boulder","particle":"wynn/housing/furniture/table_boulder"},"elements":[{"from":[-3,0,-3],"to":[19,16,19],"rotation":{"angle":0,"axis":"y","origin":[-3,0,-3]},"faces":{"north":{"uv":[5.5,5.5,0,9.5],"texture":"#0"},"east":{"uv":[0,5.5,5.5,9.5],"texture":"#0"},"south":{"uv":[5.5,5.5,0,9.5],"texture":"#0"},"west":{"uv":[0,5.5,5.5,9.5],"texture":"#0"},"up":{"uv":[0,0,5.5,5.5],"texture":"#0"},"down":{"uv":[0,9,0.33333,9.33333],"texture":"#0"}}},{"from":[4,0.0005,8],"to":[16,8.0005,20],"rotation":{"angle":45,"axis":"y","origin":[-3,0,-3]},"faces":{"north":{"uv":[0,0,6,4],"texture":"#1"},"east":{"uv":[0,0,6,4],"texture":"#1"},"south":{"uv":[0,0,6,4],"texture":"#1"},"up":{"uv":[6,0,12,6],"texture":"#1"},"down":{"uv":[0,9,0.33333,9.33333],"texture":"#0"}}},{"from":[1,0.0005,7],"to":[13,8.0005,19],"rotation":{"angle":-22.5,"axis":"y","origin":[-3,0,-3]},"faces":{"east":{"uv":[0,0,6,4],"texture":"#1"},"south":{"uv":[0,0,6,4],"texture":"#1"},"west":{"uv":[0,0,6,4],"texture":"#1"},"up":{"uv":[6,0,12,6],"texture":"#1"},"down":{"uv":[0,9,0.33333,9.33333],"texture":"#0"}}},{"from":[-5,0,-6],"to":[3,5,2],"rotation":{"angle":0,"axis":"y","origin":[-3,0,-3]},"faces":{"north":{"uv":[4,9.5,8,12],"texture":"#1"},"east":{"uv":[4,9.5,8,12],"texture":"#1"},"south":{"uv":[4,9.5,8,12],"texture":"#1"},"west":{"uv":[4,9.5,8,12],"texture":"#1"},"up":{"uv":[0,8,4,12],"texture":"#1"},"down":{"uv":[0,9,0.33333,9.33333],"texture":"#0"}}},{"from":[7,0,14],"to":[15,5,22],"rotation":{"angle":22.5,"axis":"y","origin":[-3,0,-3]},"faces":{"east":{"uv":[4,9.5,8,12],"texture":"#1"},"south":{"uv":[4,9.5,8,12],"texture":"#1"},"up":{"uv":[0,8,4,12],"texture":"#1"},"down":{"uv":[0,9,0.33333,9.33333],"texture":"#0"}}},{"from":[4,0,15],"to":[10,4,21],"rotation":{"angle":0,"axis":"y","origin":[-3,0,-3]},"faces":{"east":{"uv":[3,4,6,6],"texture":"#1"},"south":{"uv":[3,4,6,6],"texture":"#1"},"up":{"uv":[0,4,3,7],"texture":"#1"},"down":{"uv":[0,9,0.33333,9.33333],"texture":"#0"}}},{"from":[1,0,-2],"to":[7,4,4],"rotation":{"angle":22.5,"axis":"y","origin":[-3,0,-3]},"faces":{"north":{"uv":[3,4,6,6],"texture":"#1"},"east":{"uv":[3,4,6,6],"texture":"#1"},"up":{"uv":[0,4,3,7],"texture":"#1"},"down":{"uv":[0,9,0.33333,9.33333],"texture":"#0"}}}],"display":{"head":{"translation":[0,-30.5,0],"scale":[1.6,1.6,1.6]},"gui":{"rotation":[30,225,0],"scale":[0.425,0.425,0.425]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/table_large.json b/assets/minecraft/models/item/wynn/housing/furniture/table_large.json new file mode 100644 index 000000000..769ec8dad --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/table_large.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"#all","particle":"#all"},"elements":[{"from":[-16,14,-5],"to":[32,16,21],"faces":{"north":{"uv":[12,5,0,5.5],"texture":"#0"},"east":{"uv":[0,4.5,6.5,5],"texture":"#0"},"south":{"uv":[0,5,12,5.5],"texture":"#0"},"west":{"uv":[0,4.5,6.5,5],"texture":"#0"},"up":{"uv":[0,5.5,12,12],"texture":"#0"},"down":{"uv":[0.75,2.5,1,2.75],"texture":"#0"}}},{"from":[25,2,-3],"to":[28,14,0],"faces":{"north":{"uv":[0,0,0.75,3],"texture":"#0"},"east":{"uv":[0,0,0.75,3],"texture":"#0"},"south":{"uv":[0,0,0.75,3],"texture":"#0"},"west":{"uv":[0,0,0.75,3],"texture":"#0"}}},{"from":[-12,2,-3],"to":[-9,14,0],"faces":{"north":{"uv":[0,0,0.75,3],"texture":"#0"},"east":{"uv":[0,0,0.75,3],"texture":"#0"},"south":{"uv":[0,0,0.75,3],"texture":"#0"},"west":{"uv":[0,0,0.75,3],"texture":"#0"}}},{"from":[-12,2,16],"to":[-9,14,19],"faces":{"north":{"uv":[0,0,0.75,3],"texture":"#0"},"east":{"uv":[0,0,0.75,3],"texture":"#0"},"south":{"uv":[0,0,0.75,3],"texture":"#0"},"west":{"uv":[0,0,0.75,3],"texture":"#0"}}},{"from":[25,2,16],"to":[28,14,19],"faces":{"north":{"uv":[0,0,0.75,3],"texture":"#0"},"east":{"uv":[0,0,0.75,3],"texture":"#0"},"south":{"uv":[0,0,0.75,3],"texture":"#0"},"west":{"uv":[0,0,0.75,3],"texture":"#0"}}},{"from":[-9,12,-3],"to":[25,14,0],"faces":{"north":{"uv":[0.75,0,9.25,0.5],"texture":"#0"},"south":{"uv":[0.75,0.5,9.25,0],"texture":"#0"},"down":{"uv":[0.75,0.5,9.25,1.25],"texture":"#0"}}},{"from":[-9,12,16],"to":[25,14,19],"rotation":{"angle":0,"axis":"y","origin":[0,0,16]},"faces":{"north":{"uv":[9.25,0.5,0.75,0],"texture":"#0"},"south":{"uv":[9.25,0,0.75,0.5],"texture":"#0"},"down":{"uv":[0.75,1.25,9.25,0.5],"texture":"#0"}}},{"from":[-12,12,0],"to":[-9,14,16],"faces":{"east":{"uv":[4.75,1.75,8.75,1.25],"texture":"#0"},"west":{"uv":[4.75,1.25,8.75,1.75],"texture":"#0"},"down":{"uv":[0.75,1.25,4.75,2],"rotation":90,"texture":"#0"}}},{"from":[25,12,0],"to":[28,14,16],"rotation":{"angle":0,"axis":"y","origin":[16,0,0]},"faces":{"east":{"uv":[8.75,1.25,4.75,1.75],"texture":"#0"},"west":{"uv":[8.75,1.75,4.75,1.25],"texture":"#0"},"down":{"uv":[0.75,2,4.75,1.25],"rotation":90,"texture":"#0"}}},{"from":[-16,10,-5],"to":[32,14,21],"faces":{"east":{"uv":[7.25,3,0.75,4],"texture":"#0"},"west":{"uv":[0.75,3,7.25,4],"texture":"#0"}}},{"from":[-16,10,21],"to":[32,14,-5],"faces":{"east":{"uv":[7.25,3,0.75,4],"texture":"#0"},"west":{"uv":[0.75,3,7.25,4],"texture":"#0"}}},{"from":[24.5,0,-3.5],"to":[28.5,2,0.5],"faces":{"north":{"uv":[1,12,0,12.5],"texture":"#0"},"east":{"uv":[0,12,1,12.5],"texture":"#0"},"south":{"uv":[1,12,0,12.5],"texture":"#0"},"west":{"uv":[0,12,1,12.5],"texture":"#0"},"up":{"uv":[1,12,2,13],"texture":"#0"},"down":{"uv":[2,12,2.25,12.25],"texture":"#0"}}},{"from":[-12.5,0,-3.5],"to":[-8.5,2,0.5],"faces":{"north":{"uv":[1,12,0,12.5],"texture":"#0"},"east":{"uv":[0,12,1,12.5],"texture":"#0"},"south":{"uv":[1,12,0,12.5],"texture":"#0"},"west":{"uv":[0,12,1,12.5],"texture":"#0"},"up":{"uv":[1,12,2,13],"texture":"#0"},"down":{"uv":[2,12,2.25,12.25],"texture":"#0"}}},{"from":[24.5,0,15.5],"to":[28.5,2,19.5],"faces":{"north":{"uv":[1,12,0,12.5],"texture":"#0"},"east":{"uv":[0,12,1,12.5],"texture":"#0"},"south":{"uv":[1,12,0,12.5],"texture":"#0"},"west":{"uv":[0,12,1,12.5],"texture":"#0"},"up":{"uv":[1,12,2,13],"texture":"#0"},"down":{"uv":[2,12,2.25,12.25],"texture":"#0"}}},{"from":[-12.5,0,15.5],"to":[-8.5,2,19.5],"faces":{"north":{"uv":[1,12,0,12.5],"texture":"#0"},"east":{"uv":[0,12,1,12.5],"texture":"#0"},"south":{"uv":[1,12,0,12.5],"texture":"#0"},"west":{"uv":[0,12,1,12.5],"texture":"#0"},"up":{"uv":[1,12,2,13],"texture":"#0"},"down":{"uv":[2,12,2.25,12.25],"texture":"#0"}}}],"display":{"gui":{"rotation":[30,225,0],"scale":[0.425,0.425,0.425]},"head":{"translation":[0,-30.5,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/table_normal.json b/assets/minecraft/models/item/wynn/housing/furniture/table_normal.json new file mode 100644 index 000000000..ebec6aae7 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/table_normal.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/housing/furniture/table_normal","particle":"wynn/housing/furniture/table_normal"},"elements":[{"from":[-3,0,-3],"to":[-1,14,-1],"faces":{"north":{"uv":[0,0,1,7],"texture":"#0"},"east":{"uv":[1,0,0,7],"texture":"#0"},"south":{"uv":[0,0,1,7],"texture":"#0"},"west":{"uv":[1,0,0,7],"texture":"#0"},"down":{"uv":[1,0,2,1],"texture":"#0"}}},{"from":[17,0,-3],"to":[19,14,-1],"faces":{"north":{"uv":[1,0,0,7],"texture":"#0"},"east":{"uv":[0,0,1,7],"texture":"#0"},"south":{"uv":[1,0,0,7],"texture":"#0"},"west":{"uv":[0,0,1,7],"texture":"#0"},"down":{"uv":[1,0,2,1],"texture":"#0"}}},{"from":[17,0,17],"to":[19,14,19],"faces":{"north":{"uv":[0,0,1,7],"texture":"#0"},"east":{"uv":[1,0,0,7],"texture":"#0"},"south":{"uv":[0,0,1,7],"texture":"#0"},"west":{"uv":[1,0,0,7],"texture":"#0"},"down":{"uv":[1,0,2,1],"texture":"#0"}}},{"from":[-3,0,17],"to":[-1,14,19],"faces":{"north":{"uv":[1,0,0,7],"texture":"#0"},"east":{"uv":[0,0,1,7],"texture":"#0"},"south":{"uv":[1,0,0,7],"texture":"#0"},"west":{"uv":[0,0,1,7],"texture":"#0"},"down":{"uv":[1,0,2,1],"texture":"#0"}}},{"from":[-5,14,-5],"to":[21,16,21],"faces":{"north":{"uv":[3,14,16,15],"texture":"#0"},"east":{"uv":[16,13,3,14],"texture":"#0"},"south":{"uv":[3,14,16,15],"texture":"#0"},"west":{"uv":[3,13,16,14],"texture":"#0"},"up":{"uv":[3,0,16,13],"texture":"#0"},"down":{"uv":[3,0,16,13],"texture":"#0"}}},{"from":[-2,9,-1],"to":[-1,11,17],"faces":{"east":{"uv":[2,9,3,0],"rotation":90,"texture":"#0"},"west":{"uv":[2,0,3,9],"rotation":90,"texture":"#0"},"up":{"uv":[2.5,9,2,0],"texture":"#0"},"down":{"uv":[2.5,0,3,9],"texture":"#0"}}},{"from":[17,9,-1],"to":[18,11,17],"faces":{"east":{"uv":[2,9,3,0],"rotation":90,"texture":"#0"},"west":{"uv":[2,0,3,9],"rotation":90,"texture":"#0"},"up":{"uv":[2.5,9,2,0],"texture":"#0"},"down":{"uv":[2.5,0,3,9],"texture":"#0"}}},{"from":[-1,9,17],"to":[17,11,18],"faces":{"north":{"uv":[2,0,3,9],"rotation":90,"texture":"#0"},"south":{"uv":[2,9,3,0],"rotation":90,"texture":"#0"},"up":{"uv":[2.5,9,2,0],"rotation":90,"texture":"#0"},"down":{"uv":[2.5,0,3,9],"rotation":270,"texture":"#0"}}},{"from":[-1,9,-2],"to":[17,11,-1],"faces":{"north":{"uv":[2,0,3,9],"rotation":90,"texture":"#0"},"south":{"uv":[2,9,3,0],"rotation":90,"texture":"#0"},"up":{"uv":[2.5,9,2,0],"rotation":90,"texture":"#0"},"down":{"uv":[2.5,0,3,9],"rotation":270,"texture":"#0"}}}],"display":{"gui":{"rotation":[30,225,0],"scale":[0.425,0.425,0.425]},"head":{"translation":[0,-30.5,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/table_quartz.json b/assets/minecraft/models/item/wynn/housing/furniture/table_quartz.json new file mode 100644 index 000000000..bc4a5d3c0 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/table_quartz.json @@ -0,0 +1 @@ +{"parent":"item/wynn/housing/furniture/table_large","textures":{"0":"wynn/housing/furniture/table_quartz","particle":"wynn/housing/furniture/table_quartz"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/table_regal.json b/assets/minecraft/models/item/wynn/housing/furniture/table_regal.json new file mode 100644 index 000000000..051e6cca0 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/table_regal.json @@ -0,0 +1 @@ +{"parent":"item/wynn/housing/furniture/table_large","textures":{"0":"wynn/housing/furniture/table_regal","particle":"wynn/housing/furniture/table_regal"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/furniture/table_small.json b/assets/minecraft/models/item/wynn/housing/furniture/table_small.json new file mode 100644 index 000000000..f8590913e --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/furniture/table_small.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/housing/furniture/table_normal","1":"wynn/housing/furniture/table_small","particle":"wynn/housing/furniture/table_normal"},"elements":[{"from":[1,0,1],"to":[3,14,3],"faces":{"north":{"uv":[0,0,1,7],"texture":"#0"},"east":{"uv":[1,0,0,7],"texture":"#0"},"south":{"uv":[0,0,1,7],"texture":"#0"},"west":{"uv":[1,0,0,7],"texture":"#0"},"down":{"uv":[1,0,2,1],"texture":"#0"}}},{"from":[13,0,1],"to":[15,14,3],"faces":{"north":{"uv":[1,0,0,7],"texture":"#0"},"east":{"uv":[0,0,1,7],"texture":"#0"},"south":{"uv":[1,0,0,7],"texture":"#0"},"west":{"uv":[0,0,1,7],"texture":"#0"},"down":{"uv":[1,0,2,1],"texture":"#0"}}},{"from":[13,0,13],"to":[15,14,15],"faces":{"north":{"uv":[0,0,1,7],"texture":"#0"},"east":{"uv":[1,0,0,7],"texture":"#0"},"south":{"uv":[0,0,1,7],"texture":"#0"},"west":{"uv":[1,0,0,7],"texture":"#0"},"down":{"uv":[1,0,2,1],"texture":"#0"}}},{"from":[1,0,13],"to":[3,14,15],"faces":{"north":{"uv":[1,0,0,7],"texture":"#0"},"east":{"uv":[0,0,1,7],"texture":"#0"},"south":{"uv":[1,0,0,7],"texture":"#0"},"west":{"uv":[0,0,1,7],"texture":"#0"},"down":{"uv":[1,0,2,1],"texture":"#0"}}},{"from":[13,9,3],"to":[14,11,13],"faces":{"east":{"uv":[2,7,3,2],"rotation":90,"texture":"#0"},"west":{"uv":[2,2,3,7],"rotation":90,"texture":"#0"},"up":{"uv":[2.5,7,2,2],"texture":"#0"},"down":{"uv":[2.5,7,3,2],"rotation":180,"texture":"#0"}}},{"from":[2,9,3],"to":[3,11,13],"faces":{"east":{"uv":[2,2,3,7],"rotation":90,"texture":"#0"},"west":{"uv":[2,7,3,2],"rotation":90,"texture":"#0"},"up":{"uv":[2.5,7,2,2],"texture":"#0"},"down":{"uv":[3,2,2.5,7],"rotation":180,"texture":"#0"}}},{"from":[3,9,13],"to":[13,11,14],"faces":{"north":{"uv":[2,7,3,2],"rotation":90,"texture":"#0"},"south":{"uv":[2,7,3,2],"rotation":90,"texture":"#0"},"up":{"uv":[2.5,7,2,2],"rotation":90,"texture":"#0"},"down":{"uv":[2.5,2,3,7],"rotation":270,"texture":"#0"}}},{"from":[3,9,2],"to":[13,11,3],"faces":{"north":{"uv":[2,7,3,2],"rotation":90,"texture":"#0"},"south":{"uv":[2,2,3,7],"rotation":90,"texture":"#0"},"up":{"uv":[2.5,7,2,2],"rotation":90,"texture":"#0"},"down":{"uv":[2.5,7,3,2],"rotation":270,"texture":"#0"}}},{"from":[0,14,0],"to":[16,16,16],"faces":{"north":{"uv":[8,9,0,10],"texture":"#1"},"east":{"uv":[8,8,0,9],"texture":"#1"},"south":{"uv":[0,9,8,10],"texture":"#1"},"west":{"uv":[0,8,8,9],"texture":"#1"},"up":{"uv":[0,0,8,8],"texture":"#1"},"down":{"uv":[0,0,8,8],"texture":"#1"}}}],"display":{"head":{"translation":[0,-30.5,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/profession/alchemism.json b/assets/minecraft/models/item/wynn/housing/profession/alchemism.json new file mode 100644 index 000000000..dcb20e39c --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/profession/alchemism.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/housing/profession/alchemism","particle":"wynn/housing/profession/alchemism"},"elements":[{"from":[0.999,0.999,5.999],"to":[5.001,5.001,10.001],"rotation":{"angle":0,"axis":"y","origin":[0,0,0.5]},"faces":{"north":{"uv":[0,7,4,11],"texture":"#0"},"east":{"uv":[4,7,0,11],"texture":"#0"},"south":{"uv":[0,7,4,11],"texture":"#0"},"west":{"uv":[4,7,0,11],"texture":"#0"},"up":{"uv":[4,3,8,7],"texture":"#0"}}},{"from":[1,1,10],"to":[5,5,6],"rotation":{"angle":0,"axis":"y","origin":[0,0,0.5]},"faces":{"north":{"uv":[0,7,4,11],"texture":"#0"},"east":{"uv":[4,7,0,11],"texture":"#0"},"south":{"uv":[0,7,4,11],"texture":"#0"},"west":{"uv":[4,7,0,11],"texture":"#0"},"up":{"uv":[4,3,8,7],"texture":"#0"}}},{"from":[1,3,6],"to":[5,3.01,10],"rotation":{"angle":0,"axis":"y","origin":[0,0,0.5]},"faces":{"up":{"uv":[8,3,12,7],"texture":"#0"}}},{"from":[1.5,6,6.5],"to":[4.5,7,9.5],"rotation":{"angle":0,"axis":"y","origin":[0,0,0.5]},"faces":{"north":{"uv":[0,4,3,5],"texture":"#0"},"east":{"uv":[0,4,3,5],"texture":"#0"},"south":{"uv":[0,4,3,5],"texture":"#0"},"west":{"uv":[0,4,3,5],"texture":"#0"},"up":{"uv":[6,0,9,3],"texture":"#0"},"down":{"uv":[6,0,9,3],"texture":"#0"}}},{"from":[2,5,7],"to":[4,8,9],"rotation":{"angle":0,"axis":"y","origin":[0,0,0.5]},"faces":{"north":{"uv":[6,0,4,3],"texture":"#0"},"east":{"uv":[4,0,6,3],"texture":"#0"},"south":{"uv":[6,0,4,3],"texture":"#0"},"west":{"uv":[4,0,6,3],"texture":"#0"}}},{"from":[6,9,6],"to":[10,13,10],"rotation":{"angle":0,"axis":"y","origin":[0,0,0.5]},"faces":{"north":{"uv":[0,0,4,4],"texture":"#0"},"east":{"uv":[4,0,0,4],"texture":"#0"},"south":{"uv":[0,0,4,4],"texture":"#0"},"west":{"uv":[4,0,0,4],"texture":"#0"},"up":{"uv":[4,3,8,7],"texture":"#0"}}},{"from":[7,13,7],"to":[9,16,9],"rotation":{"angle":0,"axis":"y","origin":[0,0,0.5]},"faces":{"north":{"uv":[6,0,4,3],"texture":"#0"},"east":{"uv":[4,0,6,3],"texture":"#0"},"south":{"uv":[6,0,4,3],"texture":"#0"},"west":{"uv":[4,0,6,3],"texture":"#0"},"up":{"uv":[5,4,7,6],"texture":"#0"}}},{"from":[6.5,14,6.5],"to":[9.5,15,9.5],"rotation":{"angle":0,"axis":"y","origin":[0,0,0.5]},"faces":{"north":{"uv":[0,4,3,5],"texture":"#0"},"east":{"uv":[0,4,3,5],"texture":"#0"},"south":{"uv":[0,4,3,5],"texture":"#0"},"west":{"uv":[0,4,3,5],"texture":"#0"},"up":{"uv":[6,0,9,3],"texture":"#0"},"down":{"uv":[6,0,9,3],"texture":"#0"}}},{"from":[1,9,6],"to":[5,13,10],"rotation":{"angle":45,"axis":"y","origin":[3,12.75,8]},"faces":{"north":{"uv":[4,7,8,11],"texture":"#0"},"east":{"uv":[8,7,4,11],"texture":"#0"},"south":{"uv":[4,7,8,11],"texture":"#0"},"west":{"uv":[8,7,4,11],"texture":"#0"},"up":{"uv":[4,3,8,7],"texture":"#0"},"down":{"uv":[7,10,8,11],"texture":"#0"}}},{"from":[2,13,7],"to":[4,16,9],"rotation":{"angle":45,"axis":"y","origin":[3,12.75,8]},"faces":{"north":{"uv":[6,0,4,3],"texture":"#0"},"east":{"uv":[4,0,6,3],"texture":"#0"},"south":{"uv":[6,0,4,3],"texture":"#0"},"west":{"uv":[4,0,6,3],"texture":"#0"},"up":{"uv":[5,4,7,6],"texture":"#0"}}},{"from":[1.5,14,6.5],"to":[4.5,15,9.5],"rotation":{"angle":45,"axis":"y","origin":[3,12.75,8]},"faces":{"north":{"uv":[0,4,3,5],"texture":"#0"},"east":{"uv":[0,4,3,5],"texture":"#0"},"south":{"uv":[0,4,3,5],"texture":"#0"},"west":{"uv":[0,4,3,5],"texture":"#0"},"up":{"uv":[6,0,9,3],"texture":"#0"},"down":{"uv":[6,0,9,3],"texture":"#0"}}},{"from":[12,5,7],"to":[14,8,9],"rotation":{"angle":0,"axis":"y","origin":[0,0,0.5]},"faces":{"north":{"uv":[6,0,4,3],"texture":"#0"},"east":{"uv":[4,0,6,3],"texture":"#0"},"south":{"uv":[6,0,4,3],"texture":"#0"},"west":{"uv":[4,0,6,3],"texture":"#0"}}},{"from":[11.5,6,6.5],"to":[14.5,7,9.5],"rotation":{"angle":0,"axis":"y","origin":[0,0,0.5]},"faces":{"north":{"uv":[0,4,3,5],"texture":"#0"},"east":{"uv":[0,4,3,5],"texture":"#0"},"south":{"uv":[0,4,3,5],"texture":"#0"},"west":{"uv":[0,4,3,5],"texture":"#0"},"up":{"uv":[6,0,9,3],"texture":"#0"},"down":{"uv":[6,0,9,3],"texture":"#0"}}},{"from":[11,1,6],"to":[15,5,10],"rotation":{"angle":0,"axis":"y","origin":[0,0,0.5]},"faces":{"north":{"uv":[0,0,4,4],"texture":"#0"},"east":{"uv":[4,0,0,4],"texture":"#0"},"south":{"uv":[0,0,4,4],"texture":"#0"},"west":{"uv":[4,0,0,4],"texture":"#0"},"up":{"uv":[4,3,8,7],"texture":"#0"}}},{"from":[7,5,7],"to":[9,8,9],"rotation":{"angle":22.5,"axis":"y","origin":[8,4.75,8]},"faces":{"north":{"uv":[4,0,6,3],"texture":"#0"},"east":{"uv":[6,0,4,3],"texture":"#0"},"south":{"uv":[4,0,6,3],"texture":"#0"},"west":{"uv":[6,0,4,3],"texture":"#0"}}},{"from":[6.5,6,6.5],"to":[9.5,7,9.5],"rotation":{"angle":22.5,"axis":"y","origin":[8,4.75,8]},"faces":{"north":{"uv":[0,4,3,5],"texture":"#0"},"east":{"uv":[0,4,3,5],"texture":"#0"},"south":{"uv":[0,4,3,5],"texture":"#0"},"west":{"uv":[0,4,3,5],"texture":"#0"},"up":{"uv":[6,0,9,3],"rotation":90,"texture":"#0"},"down":{"uv":[6,0,9,3],"rotation":270,"texture":"#0"}}},{"from":[6,1,6],"to":[10,5,10],"rotation":{"angle":22.5,"axis":"y","origin":[8,4.75,8]},"faces":{"north":{"uv":[8,7,4,11],"texture":"#0"},"east":{"uv":[4,7,8,11],"texture":"#0"},"south":{"uv":[8,7,4,11],"texture":"#0"},"west":{"uv":[4,7,8,11],"texture":"#0"},"up":{"uv":[4,3,8,7],"rotation":90,"texture":"#0"},"down":{"uv":[7,10,8,11],"rotation":270,"texture":"#0"}}},{"from":[10.999,8.999,5.999],"to":[15.001,13.001,10.001],"rotation":{"angle":-22.5,"axis":"y","origin":[13,12.75,8]},"faces":{"north":{"uv":[0,7,4,11],"texture":"#0"},"east":{"uv":[4,7,0,11],"texture":"#0"},"south":{"uv":[0,7,4,11],"texture":"#0"},"west":{"uv":[4,7,0,11],"texture":"#0"},"up":{"uv":[4,3,8,7],"texture":"#0"},"down":{"uv":[3,10,4,11],"texture":"#0"}}},{"from":[11,9,10],"to":[15,13,6],"rotation":{"angle":-22.5,"axis":"y","origin":[13,12.75,8]},"faces":{"north":{"uv":[0,7,4,11],"texture":"#0"},"east":{"uv":[4,7,0,11],"texture":"#0"},"south":{"uv":[0,7,4,11],"texture":"#0"},"west":{"uv":[4,7,0,11],"texture":"#0"},"up":{"uv":[4,3,8,7],"texture":"#0"}}},{"from":[11,11,6],"to":[15,11.01,10],"rotation":{"angle":-22.5,"axis":"y","origin":[13,12.75,8]},"faces":{"up":{"uv":[8,3,12,7],"texture":"#0"}}},{"from":[12,13,7],"to":[14,16,9],"rotation":{"angle":-22.5,"axis":"y","origin":[13,12.75,8]},"faces":{"north":{"uv":[6,0,4,3],"texture":"#0"},"east":{"uv":[4,0,6,3],"texture":"#0"},"south":{"uv":[6,0,4,3],"texture":"#0"},"west":{"uv":[4,0,6,3],"texture":"#0"},"up":{"uv":[5,4,7,6],"texture":"#0"}}},{"from":[11.5,14,6.5],"to":[14.5,15,9.5],"rotation":{"angle":-22.5,"axis":"y","origin":[13,12.75,8]},"faces":{"north":{"uv":[0,4,3,5],"texture":"#0"},"east":{"uv":[0,4,3,5],"texture":"#0"},"south":{"uv":[0,4,3,5],"texture":"#0"},"west":{"uv":[0,4,3,5],"texture":"#0"},"up":{"uv":[6,0,9,3],"texture":"#0"},"down":{"uv":[6,0,9,3],"texture":"#0"}}},{"from":[0,0,5.5],"to":[16,1,10.5],"rotation":{"angle":0,"axis":"y","origin":[0,0,0.5]},"faces":{"north":{"uv":[16,15,0,16],"texture":"#0"},"south":{"uv":[0,11,16,12],"texture":"#0"},"up":{"uv":[0,16,16,11],"texture":"#0"},"down":{"uv":[0,11,16,16],"texture":"#0"}}},{"from":[0,8,5.5],"to":[16,9,10.5],"rotation":{"angle":0,"axis":"y","origin":[0,0,0.5]},"faces":{"north":{"uv":[16,15,0,16],"texture":"#0"},"south":{"uv":[0,11,16,12],"texture":"#0"},"up":{"uv":[0,16,16,11],"texture":"#0"},"down":{"uv":[0,11,16,16],"texture":"#0"}}},{"from":[-1,0,9.5],"to":[0,11,11.5],"rotation":{"angle":0,"axis":"y","origin":[0,0,0.5]},"faces":{"north":{"uv":[14,0,15,11],"texture":"#0"},"east":{"uv":[16,0,14,11],"texture":"#0"},"south":{"uv":[15,0,16,11],"texture":"#0"},"west":{"uv":[14,0,16,11],"texture":"#0"},"up":{"uv":[14,0,16,1],"rotation":90,"texture":"#0"},"down":{"uv":[14,10,16,11],"rotation":90,"texture":"#0"}}},{"from":[-1,0,4.5],"to":[0,11,6.5],"rotation":{"angle":0,"axis":"y","origin":[0,0,15.5]},"faces":{"north":{"uv":[16,0,15,11],"texture":"#0"},"east":{"uv":[14,0,16,11],"texture":"#0"},"south":{"uv":[15,0,14,11],"texture":"#0"},"west":{"uv":[16,0,14,11],"texture":"#0"},"up":{"uv":[16,0,14,1],"rotation":90,"texture":"#0"},"down":{"uv":[16,10,14,11],"rotation":90,"texture":"#0"}}},{"from":[-1,0,6.5],"to":[0,3,9.5],"rotation":{"angle":0,"axis":"y","origin":[0,0,0.5]},"faces":{"east":{"uv":[14,8,11,11],"texture":"#0"},"west":{"uv":[11,8,14,11],"texture":"#0"},"up":{"uv":[11,8,14,9],"rotation":90,"texture":"#0"},"down":{"uv":[11,10,14,11],"rotation":90,"texture":"#0"}}},{"from":[-1,8,6.5],"to":[0,11,9.5],"rotation":{"angle":0,"axis":"y","origin":[0,0,0.5]},"faces":{"east":{"uv":[14,0,11,3],"texture":"#0"},"west":{"uv":[11,0,14,3],"texture":"#0"},"up":{"uv":[11,0,14,1],"rotation":90,"texture":"#0"},"down":{"uv":[11,2,14,3],"rotation":90,"texture":"#0"}}},{"from":[16,0,6.5],"to":[17,3,9.5],"rotation":{"angle":0,"axis":"y","origin":[0,0,0.5]},"faces":{"east":{"uv":[14,8,11,11],"texture":"#0"},"west":{"uv":[11,8,14,11],"texture":"#0"},"up":{"uv":[11,8,14,9],"rotation":90,"texture":"#0"},"down":{"uv":[11,10,14,11],"rotation":90,"texture":"#0"}}},{"from":[16,0,9.5],"to":[17,11,11.5],"rotation":{"angle":0,"axis":"y","origin":[0,0,0.5]},"faces":{"north":{"uv":[14,0,15,11],"texture":"#0"},"east":{"uv":[16,0,14,11],"texture":"#0"},"south":{"uv":[15,0,16,11],"texture":"#0"},"west":{"uv":[14,0,16,11],"texture":"#0"},"up":{"uv":[14,0,16,1],"rotation":90,"texture":"#0"},"down":{"uv":[14,10,16,11],"rotation":90,"texture":"#0"}}},{"from":[16,0,4.5],"to":[17,11,6.5],"rotation":{"angle":0,"axis":"y","origin":[0,0,15.5]},"faces":{"north":{"uv":[16,0,15,11],"texture":"#0"},"east":{"uv":[14,0,16,11],"texture":"#0"},"south":{"uv":[15,0,14,11],"texture":"#0"},"west":{"uv":[16,0,14,11],"texture":"#0"},"up":{"uv":[16,0,14,1],"rotation":90,"texture":"#0"},"down":{"uv":[16,10,14,11],"rotation":90,"texture":"#0"}}},{"from":[16,8,6.5],"to":[17,11,9.5],"rotation":{"angle":0,"axis":"y","origin":[0,0,0.5]},"faces":{"east":{"uv":[14,0,11,3],"texture":"#0"},"west":{"uv":[11,0,14,3],"texture":"#0"},"up":{"uv":[11,0,14,1],"rotation":90,"texture":"#0"},"down":{"uv":[11,2,14,3],"rotation":90,"texture":"#0"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/profession/armouring.json b/assets/minecraft/models/item/wynn/housing/profession/armouring.json new file mode 100644 index 000000000..fcd8ef02c --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/profession/armouring.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/housing/profession/armouring","particle":"wynn/housing/profession/armouring"},"elements":[{"from":[-0.201,2.049,5.799],"to":[10.201,6.451,14.201],"rotation":{"angle":0,"axis":"y","origin":[-3,2,2]},"faces":{"north":{"uv":[2,5,0,0],"rotation":90,"texture":"#0"},"south":{"uv":[6,0,8,5],"rotation":90,"texture":"#0"},"up":{"uv":[2,0,6,5],"rotation":90,"texture":"#0"},"down":{"uv":[0,5,4,10],"rotation":90,"texture":"#0"}}},{"from":[10.2,2.05,5.8],"to":[-0.2,6.45,14.2],"rotation":{"angle":0,"axis":"y","origin":[19,2,2]},"faces":{"north":{"uv":[2,0,0,5],"rotation":90,"texture":"#0"},"south":{"uv":[6,5,8,0],"rotation":90,"texture":"#0"},"up":{"uv":[2,5,6,0],"rotation":90,"texture":"#0"},"down":{"uv":[0,10,4,5],"rotation":90,"texture":"#0"}}},{"from":[4.894,1.794,14.194],"to":[11.306,6.206,18.106],"rotation":{"angle":22.5,"axis":"y","origin":[8.1,4,16.4]},"faces":{"east":{"uv":[9.5,0,8,2],"texture":"#0"},"south":{"uv":[4,5,6,8],"rotation":90,"texture":"#0"},"up":{"uv":[7.5,5,6,8],"rotation":90,"texture":"#0"},"down":{"uv":[6,5,7.5,8],"rotation":90,"texture":"#0"}}},{"from":[11.315,1.795,14.195],"to":[4.905,6.205,18.105],"rotation":{"angle":22.5,"axis":"y","origin":[7.9,4,16.4]},"faces":{"south":{"uv":[4,8,6,5],"rotation":90,"texture":"#0"},"west":{"uv":[8,0,9.5,2],"texture":"#0"},"up":{"uv":[7.5,8,6,5],"rotation":90,"texture":"#0"},"down":{"uv":[6,8,7.5,5],"rotation":90,"texture":"#0"}}},{"from":[11.894,1.794,7.394],"to":[16.306,5.706,13.806],"rotation":{"angle":22.5,"axis":"y","origin":[14.1,4,10.6]},"faces":{"east":{"uv":[7.5,5,6,8],"rotation":270,"texture":"#0"},"south":{"uv":[8,0,9.5,2],"rotation":270,"texture":"#0"},"west":{"uv":[6,5,7.5,8],"rotation":90,"texture":"#0"},"up":{"uv":[4,8,6,5],"texture":"#0"}}},{"from":[16.295,1.795,7.395],"to":[11.885,5.705,13.805],"rotation":{"angle":22.5,"axis":"y","origin":[14.1,4,10.6]},"faces":{"east":{"uv":[7.5,5,6,8],"rotation":270,"texture":"#0"},"south":{"uv":[8,0,9.5,2],"rotation":270,"texture":"#0"},"west":{"uv":[6,5,7.5,8],"rotation":90,"texture":"#0"},"up":{"uv":[4,8,6,5],"texture":"#0"}}},{"from":[0,0,3],"to":[16,2,15],"rotation":{"angle":0,"axis":"y","origin":[0,0,3]},"faces":{"north":{"uv":[16,15,8,16],"texture":"#0"},"east":{"uv":[8,14,14,15],"texture":"#0"},"south":{"uv":[8,15,16,16],"texture":"#0"},"west":{"uv":[14,14,8,15],"texture":"#0"},"up":{"uv":[0,10,8,16],"texture":"#0"},"down":{"uv":[0,10,8,16],"texture":"#0"}}},{"from":[8.9,0,2.9],"to":[15.1,2.1,6.1],"rotation":{"angle":0,"axis":"y","origin":[11,0,3]},"faces":{"north":{"uv":[8,13,11,13.95],"texture":"#0"},"up":{"uv":[8,11.5,11,13],"texture":"#0"}}},{"from":[8.9,0,1],"to":[15.1,0,3],"rotation":{"angle":0,"axis":"y","origin":[13,0,1]},"faces":{"north":{"uv":[11,13,14,13],"texture":"#0"},"east":{"uv":[11,13,12,13],"texture":"#0"},"south":{"uv":[11,13,14,13],"texture":"#0"},"west":{"uv":[11,13,12,13],"texture":"#0"},"up":{"uv":[11,13,14,14],"texture":"#0"},"down":{"uv":[11,13,14,14],"texture":"#0"}}},{"from":[2,0,-2.75],"to":[7,1,1.25],"rotation":{"angle":-22.5,"axis":"y","origin":[2,0,-0.75]},"faces":{"north":{"uv":[13.5,11,11,11.5],"texture":"#0"},"east":{"uv":[13,11,13.5,13],"rotation":90,"texture":"#0"},"south":{"uv":[11,13,13.5,12.5],"texture":"#0"},"west":{"uv":[11,11,11.5,13],"rotation":90,"texture":"#0"},"up":{"uv":[11,11,13.5,13],"texture":"#0"},"down":{"uv":[11,11,13.5,13],"texture":"#0"}}},{"from":[12,-0.5,-2],"to":[14,1.5,2],"rotation":{"angle":22.5,"axis":"y","origin":[12,-0.5,-2]},"faces":{"north":{"uv":[15,14,16,15],"texture":"#0"},"east":{"uv":[14,11,16,12],"texture":"#0"},"south":{"uv":[15,13,16,14],"texture":"#0"},"west":{"uv":[14,12,16,13],"texture":"#0"},"up":{"uv":[14,13,15,15],"texture":"#0"},"down":{"uv":[14,13,15,15],"texture":"#0"}}},{"from":[7.005,0.005,-0.495],"to":[11.995,0.995,0.495],"rotation":{"angle":22.5,"axis":"y","origin":[12,-0.5,-2]},"faces":{"north":{"uv":[16,10.5,13.5,10],"texture":"#0"},"south":{"uv":[13.5,10,16,10.5],"texture":"#0"},"west":{"uv":[14,12,16,13],"texture":"#0"},"up":{"uv":[13.5,10.5,16,11],"texture":"#0"},"down":{"uv":[13.5,10,16,9.5],"texture":"#0"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/profession/cooking.json b/assets/minecraft/models/item/wynn/housing/profession/cooking.json new file mode 100644 index 000000000..220c44132 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/profession/cooking.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/housing/profession/cooking","1":"wynn/jigsaw/bonny/flame","particle":"wynn/housing/profession/cooking"},"elements":[{"from":[2,0,3],"to":[14,2,6],"rotation":{"angle":0,"axis":"y","origin":[2,0,3]},"faces":{"north":{"uv":[0,2.5,6,3.5],"texture":"#0"},"east":{"uv":[6,0,7.5,1],"texture":"#0"},"south":{"uv":[0,0,6,1],"texture":"#0"},"west":{"uv":[6,0,7.5,1],"texture":"#0"},"up":{"uv":[0,1,6,2.5],"texture":"#0"},"down":{"uv":[0,11,6,12.5],"texture":"#0"}}},{"from":[2,0,10],"to":[14,2,13],"rotation":{"angle":0,"axis":"y","origin":[2,0,13]},"faces":{"north":{"uv":[6,0,0,1],"texture":"#0"},"east":{"uv":[7.5,0,6,1],"texture":"#0"},"south":{"uv":[6,2.5,0,3.5],"texture":"#0"},"west":{"uv":[7.5,0,6,1],"texture":"#0"},"up":{"uv":[0,2.5,6,1],"texture":"#0"},"down":{"uv":[0,12.5,6,11],"texture":"#0"}}},{"from":[3,1,2],"to":[6,3,14],"rotation":{"angle":0,"axis":"y","origin":[9,2,8]},"faces":{"north":{"uv":[7.5,0,6,1],"texture":"#0"},"east":{"uv":[6,0,0,1],"texture":"#0"},"south":{"uv":[7.5,0,6,1],"texture":"#0"},"west":{"uv":[6,2.5,0,3.5],"texture":"#0"},"up":{"uv":[0,2.5,6,1],"rotation":90,"texture":"#0"},"down":{"uv":[0,12.5,6,11],"rotation":270,"texture":"#0"}}},{"from":[10,1,2],"to":[13,3,14],"rotation":{"angle":0,"axis":"y","origin":[7,2,8]},"faces":{"north":{"uv":[6,0,7.5,1],"texture":"#0"},"east":{"uv":[0,2.5,6,3.5],"texture":"#0"},"south":{"uv":[6,0,7.5,1],"texture":"#0"},"west":{"uv":[0,0,6,1],"texture":"#0"},"up":{"uv":[0,1,6,2.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,11,6,12.5],"rotation":270,"texture":"#0"}}},{"from":[2,1.71299,-2.69291],"to":[14,1.71299,7.30709],"rotation":{"angle":22.5,"axis":"x","origin":[8,0,8]},"faces":{"up":{"uv":[2,2,14,11],"texture":"#1"},"down":{"uv":[2,11,14,2],"texture":"#1"}}},{"from":[8.69291,1.71299,2],"to":[18.69291,1.71299,14],"rotation":{"angle":22.5,"axis":"z","origin":[8,0,8]},"faces":{"up":{"uv":[14,2,2,11],"rotation":90,"texture":"#1"},"down":{"uv":[14,11,2,2],"rotation":270,"texture":"#1"}}},{"from":[2,1.71299,8.69291],"to":[14,1.71299,18.69291],"rotation":{"angle":-22.5,"axis":"x","origin":[8,0,8]},"faces":{"up":{"uv":[14,2,2,11],"rotation":180,"texture":"#1"},"down":{"uv":[14,11,2,2],"rotation":180,"texture":"#1"}}},{"from":[-2.69291,1.71299,2],"to":[7.30709,1.71299,14],"rotation":{"angle":-22.5,"axis":"z","origin":[8,0,8]},"faces":{"up":{"uv":[2,2,14,11],"rotation":270,"texture":"#1"},"down":{"uv":[2,11,14,2],"rotation":90,"texture":"#1"}}},{"from":[1,9,6],"to":[3,11,10],"rotation":{"angle":0,"axis":"y","origin":[1,8,7]},"faces":{"north":{"uv":[13.5,0,12.5,1],"texture":"#0"},"south":{"uv":[12.5,0,13.5,1],"texture":"#0"},"west":{"uv":[13.5,2,15.5,3],"texture":"#0"},"up":{"uv":[14.5,0,15.5,2],"texture":"#0"},"down":{"uv":[13.5,0,14.5,2],"texture":"#0"}}},{"from":[13,9,6],"to":[15,11,10],"rotation":{"angle":0,"axis":"y","origin":[15,8,7]},"faces":{"north":{"uv":[12.5,0,13.5,1],"texture":"#0"},"east":{"uv":[15.5,2,13.5,3],"texture":"#0"},"south":{"uv":[13.5,0,12.5,1],"texture":"#0"},"up":{"uv":[15.5,0,14.5,2],"texture":"#0"},"down":{"uv":[14.5,0,13.5,2],"texture":"#0"}}},{"from":[11,3,11],"to":[13,4,13],"rotation":{"angle":0,"axis":"y","origin":[13,3,13]},"faces":{"north":{"uv":[7,1,6,1.5],"texture":"#0"},"east":{"uv":[6,1,7,1.5],"texture":"#0"},"south":{"uv":[7,1,6,1.5],"texture":"#0"},"west":{"uv":[6,1,7,1.5],"texture":"#0"}}},{"from":[3,3,11],"to":[5,4,13],"rotation":{"angle":0,"axis":"y","origin":[3,3,13]},"faces":{"north":{"uv":[6,1,7,1.5],"texture":"#0"},"east":{"uv":[7,1,6,1.5],"texture":"#0"},"south":{"uv":[6,1,7,1.5],"texture":"#0"},"west":{"uv":[7,1,6,1.5],"texture":"#0"}}},{"from":[3,3,3],"to":[5,4,5],"rotation":{"angle":0,"axis":"y","origin":[3,3,3]},"faces":{"north":{"uv":[7,1,6,1.5],"texture":"#0"},"east":{"uv":[6,1,7,1.5],"texture":"#0"},"south":{"uv":[7,1,6,1.5],"texture":"#0"},"west":{"uv":[6,1,7,1.5],"texture":"#0"}}},{"from":[11,3,3],"to":[13,4,5],"rotation":{"angle":0,"axis":"y","origin":[13,3,3]},"faces":{"north":{"uv":[6,1,7,1.5],"texture":"#0"},"east":{"uv":[7,1,6,1.5],"texture":"#0"},"south":{"uv":[6,1,7,1.5],"texture":"#0"},"west":{"uv":[7,1,6,1.5],"texture":"#0"}}},{"from":[4,10,4],"to":[12,10,12],"rotation":{"angle":0,"axis":"y","origin":[9,10,5]},"faces":{"up":{"uv":[0,7,4,11],"texture":"#0"}}},{"from":[3,4,3],"to":[13,11,13],"faces":{"north":{"uv":[5,3.5,0,7],"texture":"#0"},"east":{"uv":[12.5,0,7.5,3.5],"texture":"#0"},"south":{"uv":[5,3.5,0,7],"texture":"#0"},"west":{"uv":[12.5,0,7.5,3.5],"texture":"#0"},"up":{"uv":[10.5,3.5,15.5,8.5],"texture":"#0"},"down":{"uv":[5.5,3.5,10.5,8.5],"texture":"#0"}}},{"from":[4,11,4],"to":[12,5,12],"faces":{"north":{"uv":[8,3.5,12,0],"texture":"#0"},"east":{"uv":[12,3.5,8,0],"texture":"#0"},"south":{"uv":[8,3.5,12,0],"texture":"#0"},"west":{"uv":[12,3.5,8,0],"texture":"#0"},"up":{"uv":[6,4,10,8],"texture":"#0"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/profession/farming.json b/assets/minecraft/models/item/wynn/housing/profession/farming.json new file mode 100644 index 000000000..0ee9a6850 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/profession/farming.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/housing/profession/farming","particle":"wynn/housing/profession/farming"},"elements":[{"from":[14.099,-0.001,1.499],"to":[16.101,9.001,10.501],"rotation":{"angle":0,"axis":"y","origin":[16,0,1.5]},"faces":{"north":{"uv":[0,6.5,4.5,7.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,4.5,4.5],"texture":"#0"},"south":{"uv":[0,5.5,4.5,6.5],"rotation":90,"texture":"#0"},"west":{"uv":[4.5,0,0,4.5],"texture":"#0"},"up":{"uv":[0,4.5,4.5,5.5],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,5.5,8,6.5],"rotation":270,"texture":"#0"}}},{"from":[14.099,2.999,4.499],"to":[16.101,6.001,7.501],"rotation":{"angle":0,"axis":"y","origin":[16,0,1.5]},"faces":{"north":{"uv":[2.5,1.5,3,3],"texture":"#0"},"south":{"uv":[1.5,1.5,2,3],"texture":"#0"},"up":{"uv":[1.5,1.5,3,2],"rotation":90,"texture":"#0"},"down":{"uv":[1.5,2.5,3,3],"rotation":90,"texture":"#0"}}},{"from":[-0.101,2.999,4.499],"to":[1.901,6.001,7.501],"rotation":{"angle":0,"axis":"y","origin":[0,0,1.5]},"faces":{"north":{"uv":[3,1.5,2.5,3],"texture":"#0"},"south":{"uv":[2,1.5,1.5,3],"texture":"#0"},"up":{"uv":[1.5,2,3,1.5],"rotation":90,"texture":"#0"},"down":{"uv":[1.5,3,3,2.5],"rotation":90,"texture":"#0"}}},{"from":[16.1,0,1.5],"to":[14.1,9,10.5],"rotation":{"angle":0,"axis":"y","origin":[16,0,1.5]},"faces":{"north":{"uv":[0,6.5,4.5,7.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,4.5,4.5],"texture":"#0"},"south":{"uv":[0,5.5,4.5,6.5],"rotation":90,"texture":"#0"},"west":{"uv":[4.5,0,0,4.5],"texture":"#0"},"up":{"uv":[0,4.5,4.5,5.5],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,5.5,8,6.5],"rotation":270,"texture":"#0"}}},{"from":[-0.101,-0.001,1.499],"to":[1.901,9.001,10.501],"rotation":{"angle":0,"axis":"y","origin":[0,0,1.5]},"faces":{"north":{"uv":[0,7.5,4.5,6.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,4.5,4.5],"texture":"#0"},"south":{"uv":[0,6.5,4.5,5.5],"rotation":90,"texture":"#0"},"west":{"uv":[4.5,0,0,4.5],"texture":"#0"},"up":{"uv":[0,5.5,4.5,4.5],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,6.5,8,5.5],"rotation":270,"texture":"#0"}}},{"from":[1.9,0,1.5],"to":[-0.1,9,10.5],"rotation":{"angle":0,"axis":"y","origin":[0,0,1.5]},"faces":{"north":{"uv":[0,7.5,4.5,6.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,4.5,4.5],"texture":"#0"},"south":{"uv":[0,6.5,4.5,5.5],"rotation":90,"texture":"#0"},"west":{"uv":[4.5,0,0,4.5],"texture":"#0"},"up":{"uv":[0,5.5,4.5,4.5],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,6.5,8,5.5],"rotation":270,"texture":"#0"}}},{"from":[16,3.5,5],"to":[17,5.5,7],"rotation":{"angle":0,"axis":"y","origin":[14,3.5,5]},"faces":{"north":{"uv":[0.5,8.5,1,9.5],"texture":"#0"},"east":{"uv":[0,8.5,1,9.5],"texture":"#0"},"south":{"uv":[0,8.5,0.5,9.5],"texture":"#0"},"west":{"uv":[0,0,1,1],"texture":"#0"},"up":{"uv":[1,9,0,8.5],"rotation":90,"texture":"#0"},"down":{"uv":[1,9.5,0,9],"rotation":270,"texture":"#0"}}},{"from":[-1,3.5,5],"to":[0,5.5,7],"rotation":{"angle":0,"axis":"y","origin":[2,3.5,5]},"faces":{"north":{"uv":[1,8.5,0.5,9.5],"texture":"#0"},"east":{"uv":[1,0,0,1],"texture":"#0"},"south":{"uv":[0.5,8.5,0,9.5],"texture":"#0"},"west":{"uv":[1,8.5,0,9.5],"texture":"#0"},"up":{"uv":[1,8.5,0,9],"rotation":90,"texture":"#0"},"down":{"uv":[1,9,0,9.5],"rotation":270,"texture":"#0"}}},{"from":[0,3.5,5],"to":[16,5.5,7],"rotation":{"angle":0,"axis":"y","origin":[2,3.5,5]},"faces":{"north":{"uv":[8,10.5,0,11.5],"texture":"#0"},"south":{"uv":[6.5,10.5,0.5,11.5],"texture":"#0"},"down":{"uv":[1,11,0.5,11.5],"rotation":270,"texture":"#0"}}},{"from":[2,4.75,-4],"to":[14,6.75,14],"rotation":{"angle":22.5,"axis":"x","origin":[8,6.75,6]},"faces":{"north":{"uv":[10,9,16,10],"texture":"#0"},"east":{"uv":[10,8.5,1,9.5],"texture":"#0"},"south":{"uv":[10,10,16,11],"texture":"#0"},"west":{"uv":[1,8.5,10,9.5],"texture":"#0"},"up":{"uv":[9.5,0,15.5,9],"rotation":180,"texture":"#0"},"down":{"uv":[15.5,0,9.5,9],"texture":"#0"}}},{"from":[4,6.75,-5],"to":[12,14.75,13],"rotation":{"angle":22.5,"axis":"x","origin":[8,6.75,6]},"faces":{"north":{"uv":[9,12,13,16],"texture":"#0"},"east":{"uv":[0,11.5,9,15.5],"texture":"#0"},"south":{"uv":[9,12,13,16],"texture":"#0"},"west":{"uv":[0,11.5,9,15.5],"texture":"#0"},"up":{"uv":[0,12,9,16],"rotation":90,"texture":"#0"},"down":{"uv":[0,11.5,9,15.5],"rotation":270,"texture":"#0"}}},{"from":[3.999,6.749,12.999],"to":[12.001,14.751,16.001],"rotation":{"angle":22.5,"axis":"x","origin":[8,6.75,6]},"faces":{"north":{"uv":[13,12,9,16],"texture":"#0"},"east":{"uv":[14.5,12,13,16],"texture":"#0"},"west":{"uv":[13,12,14.5,16],"texture":"#0"},"up":{"uv":[13,16,14.5,12],"rotation":90,"texture":"#0"},"down":{"uv":[13,12,14.5,16],"rotation":270,"texture":"#0"}}},{"from":[4,14.95,14],"to":[12,6.95,17],"rotation":{"angle":22.5,"axis":"x","origin":[8,9.25,6]},"faces":{"north":{"uv":[13,16,9,12],"texture":"#0"},"east":{"uv":[14.5,16,13,12],"texture":"#0"},"west":{"uv":[13,16,14.5,12],"texture":"#0"},"up":{"uv":[14.5,12,13,16],"rotation":270,"texture":"#0"},"down":{"uv":[14.5,16,13,12],"rotation":90,"texture":"#0"}}},{"from":[3.999,6.749,-8.001],"to":[12.001,14.751,-4.999],"rotation":{"angle":22.5,"axis":"x","origin":[8,6.75,6]},"faces":{"east":{"uv":[13,12,14.5,16],"texture":"#0"},"south":{"uv":[9,12,13,16],"texture":"#0"},"west":{"uv":[14.5,12,13,16],"texture":"#0"},"up":{"uv":[14.5,16,13,12],"rotation":90,"texture":"#0"},"down":{"uv":[14.5,12,13,16],"rotation":270,"texture":"#0"}}},{"from":[4,14.95,-7],"to":[12,6.95,-4],"rotation":{"angle":22.5,"axis":"x","origin":[8,9.25,6]},"faces":{"east":{"uv":[13,16,14.5,12],"texture":"#0"},"south":{"uv":[9,16,13,12],"texture":"#0"},"west":{"uv":[14.5,16,13,12],"texture":"#0"},"up":{"uv":[13,12,14.5,16],"rotation":270,"texture":"#0"},"down":{"uv":[13,16,14.5,12],"rotation":90,"texture":"#0"}}},{"from":[0.9995,5.7495,10.9995],"to":[3.0005,7.7505,24.0005],"rotation":{"angle":22.5,"axis":"x","origin":[8,6.75,6]},"faces":{"north":{"uv":[8.5,6.5,7.5,7.5],"texture":"#0"},"east":{"uv":[3.5,7.5,10,8.5],"texture":"#0"},"south":{"uv":[3.5,7.5,2.5,8.5],"texture":"#0"},"west":{"uv":[10,7.5,3.5,8.5],"texture":"#0"},"up":{"uv":[10,8.5,3.5,7.5],"rotation":90,"texture":"#0"},"down":{"uv":[10,8.5,3.5,7.5],"rotation":270,"texture":"#0"}}},{"from":[12.9995,5.7495,10.9995],"to":[15.0005,7.7505,24.0005],"rotation":{"angle":22.5,"axis":"x","origin":[8,6.75,6]},"faces":{"north":{"uv":[7.5,6.5,8.5,7.5],"texture":"#0"},"east":{"uv":[3.5,7.5,10,8.5],"texture":"#0"},"south":{"uv":[2.5,7.5,3.5,8.5],"texture":"#0"},"west":{"uv":[10,7.5,3.5,8.5],"texture":"#0"},"up":{"uv":[10,7.5,3.5,8.5],"rotation":90,"texture":"#0"},"down":{"uv":[10,7.5,3.5,8.5],"rotation":270,"texture":"#0"}}},{"from":[2,6.75,12],"to":[3,10.75,15],"rotation":{"angle":22.5,"axis":"x","origin":[8,6.75,6]},"faces":{"north":{"uv":[9.5,4,9,6],"texture":"#0"},"east":{"uv":[8,4,9.5,6],"texture":"#0"},"south":{"uv":[8.5,4,8,6],"texture":"#0"},"west":{"uv":[9.5,4,8,6],"texture":"#0"},"up":{"uv":[6.5,5.5,8,5],"rotation":90,"texture":"#0"}}},{"from":[0,9.75,-5],"to":[2,11.75,15],"rotation":{"angle":22.5,"axis":"x","origin":[8,6.75,6]},"faces":{"north":{"uv":[11,11,10,12],"texture":"#0"},"east":{"uv":[0,9.5,10,10.5],"texture":"#0"},"south":{"uv":[12,11,11,12],"texture":"#0"},"west":{"uv":[10,9.5,0,10.5],"texture":"#0"},"up":{"uv":[10,11.5,0,10.5],"rotation":90,"texture":"#0"},"down":{"uv":[9.5,9.5,10,9],"rotation":270,"texture":"#0"}}},{"from":[14,9.75,-5],"to":[16,11.75,15],"rotation":{"angle":22.5,"axis":"x","origin":[8,6.75,6]},"faces":{"north":{"uv":[10,11,11,12],"texture":"#0"},"east":{"uv":[0,9.5,10,10.5],"texture":"#0"},"south":{"uv":[11,11,12,12],"texture":"#0"},"west":{"uv":[10,9.5,0,10.5],"texture":"#0"},"up":{"uv":[10,10.5,0,11.5],"rotation":90,"texture":"#0"},"down":{"uv":[9.5,9,10,9.5],"rotation":270,"texture":"#0"}}},{"from":[2,6.75,4],"to":[3,10.75,6],"rotation":{"angle":22.5,"axis":"x","origin":[8,6.75,6]},"faces":{"north":{"uv":[9,5.5,8.5,7.5],"texture":"#0"},"east":{"uv":[9.5,5.5,8.5,7.5],"texture":"#0"},"south":{"uv":[9.5,5.5,9,7.5],"texture":"#0"},"west":{"uv":[8.5,5.5,9.5,7.5],"texture":"#0"},"up":{"uv":[8.5,6,9.5,5.5],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,6,9.5,5.5],"rotation":270,"texture":"#0"}}},{"from":[2,6.75,-4],"to":[3,10.75,-1],"rotation":{"angle":22.5,"axis":"x","origin":[8,6.75,6]},"faces":{"north":{"uv":[9.5,2,9,4],"texture":"#0"},"east":{"uv":[8,2,9.5,4],"texture":"#0"},"south":{"uv":[8.5,2,8,4],"texture":"#0"},"west":{"uv":[9.5,2,8,4],"texture":"#0"},"up":{"uv":[6.5,5,8,4.5],"rotation":90,"texture":"#0"}}},{"from":[13,6.75,12],"to":[14,10.75,15],"rotation":{"angle":22.5,"axis":"x","origin":[8,6.75,6]},"faces":{"north":{"uv":[9,4,9.5,6],"texture":"#0"},"east":{"uv":[8,4,9.5,6],"texture":"#0"},"south":{"uv":[8,4,8.5,6],"texture":"#0"},"west":{"uv":[9.5,4,8,6],"texture":"#0"},"up":{"uv":[6.5,5,8,5.5],"rotation":90,"texture":"#0"}}},{"from":[13,6.75,4],"to":[14,10.75,6],"rotation":{"angle":22.5,"axis":"x","origin":[8,6.75,6]},"faces":{"north":{"uv":[8.5,5.5,9,7.5],"texture":"#0"},"east":{"uv":[9.5,5.5,8.5,7.5],"texture":"#0"},"south":{"uv":[9,5.5,9.5,7.5],"texture":"#0"},"west":{"uv":[8.5,5.5,9.5,7.5],"texture":"#0"},"up":{"uv":[8.5,5.5,9.5,6],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,5.5,9.5,6],"rotation":270,"texture":"#0"}}},{"from":[13,6.75,-4],"to":[14,10.75,-1],"rotation":{"angle":22.5,"axis":"x","origin":[8,6.75,6]},"faces":{"north":{"uv":[9,2,9.5,4],"texture":"#0"},"east":{"uv":[8,2,9.5,4],"texture":"#0"},"south":{"uv":[8,2,8.5,4],"texture":"#0"},"west":{"uv":[9.5,2,8,4],"texture":"#0"},"up":{"uv":[6.5,4.5,8,5],"rotation":90,"texture":"#0"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/profession/fishing.json b/assets/minecraft/models/item/wynn/housing/profession/fishing.json new file mode 100644 index 000000000..75a681b8b --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/profession/fishing.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/housing/profession/fishing","particle":"wynn/housing/profession/fishing"},"elements":[{"from":[6.5,3,1],"to":[9.5,9,11],"rotation":{"angle":0,"axis":"y","origin":[8,5.5,9]},"faces":{"north":{"uv":[6.5,0,8,3],"texture":"#0"},"east":{"uv":[3.5,5,6.5,0],"rotation":90,"texture":"#0"},"south":{"uv":[2.5,5,4,8],"texture":"#0"},"west":{"uv":[3.5,0,6.5,5],"rotation":90,"texture":"#0"},"up":{"uv":[6.5,3,8,8],"texture":"#0"},"down":{"uv":[8,0,9.5,5],"rotation":180,"texture":"#0"}}},{"from":[7,4,11],"to":[9,9,16],"rotation":{"angle":0,"axis":"y","origin":[8,5.5,9]},"faces":{"east":{"uv":[6.5,5,4,7.5],"texture":"#0"},"south":{"uv":[0,6,2.5,7],"rotation":90,"texture":"#0"},"west":{"uv":[4,5,6.5,7.5],"texture":"#0"},"up":{"uv":[0,7,2.5,8],"rotation":270,"texture":"#0"},"down":{"uv":[2.5,2.5,3.5,5],"rotation":180,"texture":"#0"}}},{"from":[8,4,16],"to":[8.01,9,21],"rotation":{"angle":0,"axis":"y","origin":[8,5.5,9]},"faces":{"north":{"uv":[0,0,0,3],"texture":"#0"},"south":{"uv":[0,0,0,3],"texture":"#0"},"west":{"uv":[0,3.5,2.5,6],"texture":"#0"}}},{"from":[6.75,3.75,-2.5],"to":[9.25,8.25,1],"rotation":{"angle":0,"axis":"y","origin":[8,5.5,9]},"faces":{"north":{"uv":[1.5,0,2.5,2],"texture":"#0"},"east":{"uv":[1.5,0,0,2],"texture":"#0"},"west":{"uv":[0,0,1.5,2],"texture":"#0"},"up":{"uv":[2.5,0,3.5,1.5],"texture":"#0"},"down":{"uv":[8,5,9,6.5],"rotation":180,"texture":"#0"}}},{"from":[8,9,7],"to":[8.01,11,13],"rotation":{"angle":0,"axis":"y","origin":[8,5.5,9]},"faces":{"east":{"uv":[12.5,0,9.5,1],"texture":"#0"},"west":{"uv":[9.5,0,12.5,1],"texture":"#0"}}},{"from":[8,3,11],"to":[8.01,4,15],"rotation":{"angle":0,"axis":"y","origin":[8,5.5,9]},"faces":{"east":{"uv":[11.5,1,9.5,1.5],"texture":"#0"},"west":{"uv":[9.5,1,11.5,1.5],"texture":"#0"}}},{"from":[8,1.39878,3],"to":[8.01,3.39878,6],"rotation":{"angle":45,"axis":"z","origin":[8,5.5,9]},"faces":{"east":{"uv":[0,2,1.5,3],"texture":"#0"},"west":{"uv":[1.5,2,0,3],"texture":"#0"}}},{"from":[8,1.39878,3],"to":[8.01,3.39878,6],"rotation":{"angle":-45,"axis":"z","origin":[8,5.5,9]},"faces":{"east":{"uv":[0,2,1.5,3],"texture":"#0"},"west":{"uv":[1.5,2,0,3],"texture":"#0"}}},{"from":[8,4,16],"to":[8,9,21],"rotation":{"angle":0,"axis":"y","origin":[8,5.5,9]},"faces":{"east":{"uv":[2.5,3.5,0,6],"texture":"#0"},"west":{"uv":[0,3.5,2.5,6],"texture":"#0"},"up":{"uv":[0,0,2.5,0],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,2.5,0],"rotation":90,"texture":"#0"}}},{"from":[4,0,2],"to":[12,2,14],"rotation":{"angle":0,"axis":"y","origin":[8,5.5,9]},"faces":{"north":{"uv":[13,5.5,9,6.5],"texture":"#0"},"east":{"uv":[6,8,0,9],"texture":"#0"},"south":{"uv":[9,5.5,13,6.5],"texture":"#0"},"west":{"uv":[0,8,6,9],"texture":"#0"},"up":{"uv":[9.5,1.5,15.5,5.5],"rotation":270,"texture":"#0"},"down":{"uv":[0,9,6,13],"rotation":90,"texture":"#0"}}},{"from":[7,2,5],"to":[9,3,6],"rotation":{"angle":0,"axis":"y","origin":[8,5.5,9]},"faces":{"north":{"uv":[9,6.5,8,7],"texture":"#0"},"east":{"uv":[8,6.5,8.5,7],"texture":"#0"},"south":{"uv":[9,6.5,8,7],"texture":"#0"},"west":{"uv":[8,6.5,8.5,7],"texture":"#0"}}},{"from":[7,2,10],"to":[9,3,11],"rotation":{"angle":0,"axis":"y","origin":[8,5.5,9]},"faces":{"north":{"uv":[9,6.5,8,7],"texture":"#0"},"east":{"uv":[8,6.5,8.5,7],"texture":"#0"},"south":{"uv":[9,6.5,8,7],"texture":"#0"},"west":{"uv":[8,6.5,8.5,7],"texture":"#0"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/profession/jeweling.json b/assets/minecraft/models/item/wynn/housing/profession/jeweling.json new file mode 100644 index 000000000..043e32a03 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/profession/jeweling.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/housing/profession/jeweling","particle":"wynn/housing/profession/jeweling"},"elements":[{"from":[3,0,5],"to":[13,1,15],"rotation":{"angle":0,"axis":"y","origin":[8,0.5,10]},"faces":{"north":{"uv":[0,10,1,0],"rotation":90,"texture":"#0"},"east":{"uv":[10,0,0,1],"texture":"#0"},"south":{"uv":[9,0,10,10],"rotation":90,"texture":"#0"},"west":{"uv":[0,9,10,10],"texture":"#0"},"up":{"uv":[0,0,10,10],"rotation":90,"texture":"#0"},"down":{"uv":[2,10,3,9],"rotation":270,"texture":"#0"}}},{"from":[9,1,9],"to":[10,2,11],"rotation":{"angle":0,"axis":"y","origin":[9.5,1.5,10]},"faces":{"north":{"uv":[4,3,5,4],"texture":"#0"},"east":{"uv":[6,3,4,4],"texture":"#0"},"south":{"uv":[5,3,6,4],"texture":"#0"},"up":{"uv":[4,3,6,4],"rotation":90,"texture":"#0"}}},{"from":[6,1,9],"to":[7,2,11],"rotation":{"angle":0,"axis":"y","origin":[6.5,1.5,10]},"faces":{"north":{"uv":[4,6,5,7],"texture":"#0"},"south":{"uv":[5,6,6,7],"texture":"#0"},"west":{"uv":[4,6,6,7],"texture":"#0"},"up":{"uv":[4,6,6,7],"rotation":90,"texture":"#0"}}},{"from":[7,1,9],"to":[9,3,11],"rotation":{"angle":0,"axis":"y","origin":[8,2,10]},"faces":{"north":{"uv":[4,6,6,4],"rotation":90,"texture":"#0"},"east":{"uv":[6,4,4,6],"texture":"#0"},"south":{"uv":[12,0,14,2],"texture":"#0"},"west":{"uv":[4,6,6,4],"texture":"#0"},"up":{"uv":[4,4,6,6],"rotation":90,"texture":"#0"}}},{"from":[6.001,1.001,8.001],"to":[9.999,1.989,11.999],"rotation":{"angle":0,"axis":"y","origin":[8,1.5,10]},"faces":{"north":{"uv":[0,10,4,11],"texture":"#0"},"east":{"uv":[4,10,0,11],"texture":"#0"},"south":{"uv":[0,10,4,11],"texture":"#0"},"west":{"uv":[4,10,0,11],"texture":"#0"}}},{"from":[6.001,1.981,8.001],"to":[9.999,0.989,11.999],"rotation":{"angle":0,"axis":"y","origin":[8,14.5,10]},"faces":{"north":{"uv":[0,11,4,10],"texture":"#0"},"east":{"uv":[4,11,0,10],"texture":"#0"},"south":{"uv":[0,11,4,10],"texture":"#0"},"west":{"uv":[4,11,0,10],"texture":"#0"}}},{"from":[7,1,6],"to":[9,5,7],"rotation":{"angle":0,"axis":"y","origin":[8,3,6.5]},"faces":{"north":{"uv":[14,0,16,4],"texture":"#0"},"east":{"uv":[14,0,15,4],"texture":"#0"},"south":{"uv":[16,0,14,4],"texture":"#0"},"west":{"uv":[15,0,16,4],"texture":"#0"},"up":{"uv":[14,0,16,1],"rotation":180,"texture":"#0"}}},{"from":[6,4.1,7.25],"to":[10,8.1,8.25],"rotation":{"angle":45,"axis":"x","origin":[8,6,7.75]},"faces":{"north":{"uv":[10,2,14,6],"texture":"#0"},"east":{"uv":[10,2,11,6],"texture":"#0"},"south":{"uv":[14,2,10,6],"texture":"#0"},"west":{"uv":[13,2,14,6],"texture":"#0"},"up":{"uv":[10,2,14,3],"rotation":180,"texture":"#0"},"down":{"uv":[14,5,10,6],"texture":"#0"}}},{"from":[6,8.1,7.25],"to":[10,4.1,8.25],"rotation":{"angle":45,"axis":"x","origin":[8,6,7.75]},"faces":{"north":{"uv":[10,10,14,6],"texture":"#0"},"east":{"uv":[10,10,11,6],"texture":"#0"},"south":{"uv":[14,10,10,6],"texture":"#0"},"west":{"uv":[13,10,14,6],"texture":"#0"},"up":{"uv":[14,10,10,9],"texture":"#0"},"down":{"uv":[10,7,14,6],"rotation":180,"texture":"#0"}}},{"from":[2.85,0,-0.5],"to":[7.85,1,2.5],"rotation":{"angle":22.5,"axis":"y","origin":[9.25,3,6.1]},"faces":{"north":{"uv":[1,16,0,11],"rotation":90,"texture":"#0"},"east":{"uv":[0,11,3,12],"texture":"#0"},"south":{"uv":[2,11,3,16],"rotation":90,"texture":"#0"},"west":{"uv":[0,15,3,16],"texture":"#0"},"up":{"uv":[0,11,3,16],"rotation":90,"texture":"#0"},"down":{"uv":[0,11,3,16],"rotation":270,"texture":"#0"}}},{"from":[11,0,9.9],"to":[13,1,11.9],"rotation":{"angle":45,"axis":"y","origin":[9.15,3,6.1]},"faces":{"north":{"uv":[15,8,14,6],"rotation":90,"texture":"#0"},"east":{"uv":[16,7,14,6],"texture":"#0"},"south":{"uv":[15,6,16,8],"rotation":90,"texture":"#0"},"west":{"uv":[14,7,16,8],"texture":"#0"},"up":{"uv":[14,6,16,8],"rotation":90,"texture":"#0"},"down":{"uv":[14,8,16,6],"rotation":270,"texture":"#0"}}},{"from":[1.85,1,3.9],"to":[3.85,2,5.9],"rotation":{"angle":-22.5,"axis":"y","origin":[9.15,3,6.1]},"faces":{"north":{"uv":[15,6,14,4],"rotation":90,"texture":"#0"},"east":{"uv":[16,5,14,4],"texture":"#0"},"south":{"uv":[15,4,16,6],"rotation":90,"texture":"#0"},"west":{"uv":[14,5,16,6],"texture":"#0"},"up":{"uv":[14,4,16,6],"rotation":90,"texture":"#0"}}},{"from":[10.15,0,1.8],"to":[14.15,1,2.8],"rotation":{"angle":-22.5,"axis":"y","origin":[9.15,3,6.1]},"faces":{"north":{"uv":[4,16,3,12],"rotation":90,"texture":"#0"},"east":{"uv":[3,12,4,13],"texture":"#0"},"south":{"uv":[3,12,4,16],"rotation":90,"texture":"#0"},"west":{"uv":[3,15,4,16],"texture":"#0"},"up":{"uv":[4,12,5,16],"rotation":90,"texture":"#0"},"down":{"uv":[3,16,4,12],"rotation":270,"texture":"#0"}}},{"from":[6.15,0.5,1.8],"to":[10.15,0.51,2.8],"rotation":{"angle":-22.5,"axis":"y","origin":[9.15,3,6.1]},"faces":{"up":{"uv":[5,12,6,16],"rotation":90,"texture":"#0"},"down":{"uv":[5,16,6,12],"rotation":270,"texture":"#0"}}},{"from":[1.85,0.05,1.1],"to":[11.85,0.06,7.1],"rotation":{"angle":22.5,"axis":"y","origin":[9.1,3,6.1]},"faces":{"up":{"uv":[6,10,16,16],"texture":"#0"},"down":{"uv":[16,10,6,16],"rotation":180,"texture":"#0"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/profession/mining.json b/assets/minecraft/models/item/wynn/housing/profession/mining.json new file mode 100644 index 000000000..4be76f341 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/profession/mining.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/housing/profession/mining","particle":"wynn/housing/profession/mining"},"elements":[{"from":[3.495,-0.005,3.495],"to":[12.505,3.005,12.505],"faces":{"north":{"uv":[3.75,3,6,3.75],"texture":"#0"},"east":{"uv":[3.75,3.75,6,4.5],"texture":"#0"},"south":{"uv":[0,4.5,2.25,5.25],"texture":"#0"},"west":{"uv":[3.75,4.5,6,5.25],"texture":"#0"},"up":{"uv":[2.25,2.25,0,0],"texture":"#0"},"down":{"uv":[6.5,6.25,6.25,6],"texture":"#0"}}},{"from":[5.5,3,5.5],"to":[8.5,13,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[2.25,0,3,2.5],"texture":"#0"},"east":{"uv":[2.25,2.5,3,5],"texture":"#0"},"south":{"uv":[3,0,3.75,2.5],"texture":"#0"},"west":{"uv":[3,2.5,3.75,5],"texture":"#0"},"up":{"uv":[5.75,3,5,2.25],"texture":"#0"}}},{"from":[7.5,3,7.5],"to":[10.5,12,10.5],"rotation":{"angle":0,"axis":"y","origin":[10,8,10]},"faces":{"north":{"uv":[5,0,5.75,2.25],"texture":"#0"},"east":{"uv":[2.25,5,3,7.25],"texture":"#0"},"south":{"uv":[3,5,3.75,7.25],"texture":"#0"},"west":{"uv":[0,5.25,0.75,7.5],"texture":"#0"},"up":{"uv":[8.25,6.25,7.5,5.5],"texture":"#0"}}},{"from":[5.5,3,8.5],"to":[7.5,10,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,8,11]},"faces":{"south":{"uv":[0,2.25,0.5,4],"rotation":180,"texture":"#0"},"west":{"uv":[0.5,2.25,1,4],"texture":"#0"},"up":{"uv":[0.5,4.5,0,4],"texture":"#0"}}},{"from":[8.5,3,5.5],"to":[10.5,10,7.5],"rotation":{"angle":0,"axis":"y","origin":[11,8,8]},"faces":{"north":{"uv":[0.75,7.25,1.25,9],"texture":"#0"},"east":{"uv":[1.25,7.25,1.75,9],"texture":"#0"},"up":{"uv":[1,4.5,0.5,4],"texture":"#0"}}},{"from":[5.53545,3.83506,6],"to":[8.53545,11.83506,8],"rotation":{"angle":22.5,"axis":"z","origin":[9,-0.6,8]},"faces":{"north":{"uv":[0.75,5.25,1.5,7.25],"texture":"#0"},"east":{"uv":[5.75,1,6.25,3],"texture":"#0"},"south":{"uv":[1.5,5.25,2.25,7.25],"texture":"#0"},"west":{"uv":[6,3,6.5,5],"texture":"#0"},"up":{"uv":[8.5,2.5,7.75,2],"texture":"#0"}}},{"from":[6.13545,3.78506,8],"to":[9.13545,8.78506,11],"rotation":{"angle":22.5,"axis":"z","origin":[8.6,-0.6,10]},"faces":{"north":{"uv":[6.5,3,7.25,4.25],"texture":"#0"},"east":{"uv":[6.5,4.25,7.25,5.5],"texture":"#0"},"south":{"uv":[6.75,1,7.5,2.25],"texture":"#0"},"west":{"uv":[6.75,5.5,7.5,6.75],"texture":"#0"},"up":{"uv":[4.5,2.25,3.75,1.5],"texture":"#0"}}},{"from":[4.5,2.83506,6.53545],"to":[6.5,8.83506,8.53545],"rotation":{"angle":-22.5,"axis":"x","origin":[3.5,-0.6,9]},"faces":{"north":{"uv":[3.25,7.25,3.75,8.75],"texture":"#0"},"east":{"uv":[7.25,4,7.75,5.5],"texture":"#0"},"south":{"uv":[7.25,6.75,7.75,8.25],"texture":"#0"},"west":{"uv":[0,7.5,0.5,9],"texture":"#0"},"up":{"uv":[7.25,2.75,6.75,2.25],"texture":"#0"}}},{"from":[6.5,2.83506,5.53545],"to":[9.5,6.83506,8.53545],"rotation":{"angle":-22.5,"axis":"x","origin":[6.5,-0.6,9]},"faces":{"north":{"uv":[7,0,7.75,1],"texture":"#0"},"east":{"uv":[7.5,1,8.25,2],"texture":"#0"},"west":{"uv":[7.75,0,8.5,1],"texture":"#0"},"up":{"uv":[4.5,3,3.75,2.25],"texture":"#0"}}},{"from":[6,2.83506,7.46455],"to":[8,10.83506,9.46455],"rotation":{"angle":22.5,"axis":"x","origin":[7,-0.6,7]},"faces":{"north":{"uv":[6.25,1,6.75,3],"texture":"#0"},"east":{"uv":[5.25,6.25,5.75,8.25],"texture":"#0"},"south":{"uv":[5.75,6.25,6.25,8.25],"texture":"#0"},"west":{"uv":[6.25,6.25,6.75,8.25],"texture":"#0"},"up":{"uv":[5,2,4.5,1.5],"texture":"#0"}}},{"from":[7,2.83506,7.46455],"to":[10,6.83506,10.46455],"rotation":{"angle":22.5,"axis":"x","origin":[8,-0.6,7]},"faces":{"east":{"uv":[7.75,3,8.5,4],"texture":"#0"},"south":{"uv":[7.75,4,8.5,5],"texture":"#0"},"west":{"uv":[7.75,6.25,8.5,7.25],"texture":"#0"},"up":{"uv":[2.5,8,1.75,7.25],"texture":"#0"}}},{"from":[7.46455,2.83506,8],"to":[9.46455,7.83506,10],"rotation":{"angle":-22.5,"axis":"z","origin":[7,-0.6,10]},"faces":{"east":{"uv":[3.75,7,4.25,8.25],"texture":"#0"},"south":{"uv":[4.25,7,4.75,8.25],"texture":"#0"},"west":{"uv":[4.75,7,5.25,8.25],"texture":"#0"},"up":{"uv":[5,2.5,4.5,2],"texture":"#0"}}},{"from":[7.46455,2.83506,6],"to":[10.46455,9.83506,8],"rotation":{"angle":-22.5,"axis":"z","origin":[7,-0.6,8]},"faces":{"north":{"uv":[3.75,5.25,4.5,7],"texture":"#0"},"east":{"uv":[7.25,2.25,7.75,4],"texture":"#0"},"south":{"uv":[4.5,5.25,5.25,7],"texture":"#0"},"west":{"uv":[2.75,7.25,3.25,9],"texture":"#0"},"up":{"uv":[8.5,3,7.75,2.5],"texture":"#0"}}},{"from":[4.5,0,2.5],"to":[9.5,2,3.5],"rotation":{"angle":0,"axis":"y","origin":[4.5,0,1.5]},"faces":{"north":{"uv":[5.75,0,7,0.5],"texture":"#0"},"east":{"uv":[6.5,5.5,6.75,6],"texture":"#0"},"west":{"uv":[0.5,7.5,0.75,8],"texture":"#0"},"up":{"uv":[7,0.75,5.75,0.5],"texture":"#0"},"down":{"uv":[6.5,6.25,6.25,6],"texture":"#0"}}},{"from":[8.5,0,9.5],"to":[13.5,2,13.5],"rotation":{"angle":0,"axis":"y","origin":[8.5,0,8.5]},"faces":{"north":{"uv":[1,2.25,2.25,2.75],"texture":"#0"},"east":{"uv":[1,3.75,2,4.25],"texture":"#0"},"south":{"uv":[1,2.75,2.25,3.25],"texture":"#0"},"west":{"uv":[1.75,8,2.75,8.5],"texture":"#0"},"up":{"uv":[6.5,6.25,5.25,5.25],"texture":"#0"},"down":{"uv":[6.5,6.25,6.25,6],"texture":"#0"}}},{"from":[1.5,0,5.5],"to":[6.5,2,11.5],"rotation":{"angle":0,"axis":"y","origin":[1.5,0,6.5]},"faces":{"north":{"uv":[5.25,8.25,6.5,8.75],"texture":"#0"},"south":{"uv":[1,3.25,2.25,3.75],"texture":"#0"},"west":{"uv":[3.75,8.25,5.25,8.75],"texture":"#0"},"up":{"uv":[5,1.5,3.75,0],"texture":"#0"},"down":{"uv":[6.5,6.25,6.25,6],"texture":"#0"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/profession/scribing.json b/assets/minecraft/models/item/wynn/housing/profession/scribing.json new file mode 100644 index 000000000..96b8a71d0 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/profession/scribing.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/housing/profession/scribing","particle":"wynn/housing/profession/scribing"},"elements":[{"from":[11.65,0,11],"to":[14.65,3,14],"rotation":{"angle":-22.5,"axis":"y","origin":[12.87169,4,12.18694]},"faces":{"north":{"uv":[3,0,6,3],"texture":"#0"},"east":{"uv":[0,0,3,3],"texture":"#0"},"south":{"uv":[0,0,3,3],"texture":"#0"},"west":{"uv":[0,0,3,3],"texture":"#0"},"up":{"uv":[0,3,3,6],"texture":"#0"},"down":{"uv":[3,3,6,6],"texture":"#0"}}},{"from":[12.15,3,11.5],"to":[14.15,4,13.5],"rotation":{"angle":-22.5,"axis":"y","origin":[12.87169,4,12.18694]},"faces":{"north":{"uv":[6,2,8,3],"texture":"#0"},"east":{"uv":[6,2,8,3],"texture":"#0"},"south":{"uv":[6,2,8,3],"texture":"#0"},"west":{"uv":[6,2,8,3],"texture":"#0"},"up":{"uv":[6,0,8,2],"texture":"#0"}}},{"from":[6.4,0,12.05],"to":[9.4,3,15.05],"rotation":{"angle":45,"axis":"y","origin":[7.913,3,13.5604]},"faces":{"north":{"uv":[3,0,6,3],"texture":"#0"},"east":{"uv":[0,0,3,3],"texture":"#0"},"south":{"uv":[0,0,3,3],"texture":"#0"},"west":{"uv":[0,0,3,3],"texture":"#0"},"up":{"uv":[0,3,3,6],"texture":"#0"},"down":{"uv":[3,3,6,6],"texture":"#0"}}},{"from":[6.9,3,12.55],"to":[8.9,4,14.55],"rotation":{"angle":45,"axis":"y","origin":[7.913,3,13.5604]},"faces":{"north":{"uv":[6,2,8,3],"texture":"#0"},"east":{"uv":[6,2,8,3],"texture":"#0"},"south":{"uv":[6,2,8,3],"texture":"#0"},"west":{"uv":[6,2,8,3],"texture":"#0"}}},{"from":[6.9,4,12.55],"to":[8.9,5,14.55],"rotation":{"angle":45,"axis":"y","origin":[7.913,3,13.5604]},"faces":{"north":{"uv":[6,5,8,6],"texture":"#0"},"east":{"uv":[8,5,6,6],"texture":"#0"},"south":{"uv":[6,5,8,6],"texture":"#0"},"west":{"uv":[8,5,6,6],"texture":"#0"},"up":{"uv":[6,3,8,5],"texture":"#0"}}},{"from":[11,4,12],"to":[14,9,12.01],"rotation":{"angle":-45,"axis":"y","origin":[12.87169,4,12.18694]},"faces":{"north":{"uv":[8,0,11,5],"texture":"#0"},"south":{"uv":[11,0,8,5],"texture":"#0"}}},{"from":[-0.36,2,11.65],"to":[2.64,7,11.66],"rotation":{"angle":22.5,"axis":"y","origin":[1.43445,4.5,11.67061]},"faces":{"north":{"uv":[11,0,14,5],"texture":"#0"},"south":{"uv":[14,0,11,5],"texture":"#0"}}},{"from":[-0.45,2,9],"to":[2.55,7,9.01],"rotation":{"angle":0,"axis":"y","origin":[1.22232,4.5,7.92295]},"faces":{"north":{"uv":[8,0,11,5],"texture":"#0"},"south":{"uv":[11,0,8,5],"texture":"#0"}}},{"from":[2.249,0.199,3.999],"to":[9.251,0.201,13.001],"rotation":{"angle":22.5,"axis":"y","origin":[0,0,0]},"faces":{"up":{"uv":[0,6,7,15],"texture":"#0"},"down":{"uv":[0,6,7,15],"texture":"#0"}}},{"from":[5.749,0.099,1.149],"to":[12.751,0.101,10.151],"rotation":{"angle":-22.5,"axis":"y","origin":[8.5,0.1,5.65]},"faces":{"up":{"uv":[0,6,7,15],"texture":"#0"},"down":{"uv":[0,6,7,15],"texture":"#0"}}},{"from":[0.55,0,7],"to":[3.55,2,13],"rotation":{"angle":0,"axis":"y","origin":[-0.7,0,2]},"faces":{"north":{"uv":[7,14,10,16],"texture":"#0"},"east":{"uv":[10,8,16,10],"texture":"#0"},"south":{"uv":[7,14,10,16],"texture":"#0"},"west":{"uv":[10,8,16,10],"texture":"#0"},"up":{"uv":[10,10,13,16],"texture":"#0"},"down":{"uv":[13,10,16,16],"texture":"#0"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/profession/tailoring.json b/assets/minecraft/models/item/wynn/housing/profession/tailoring.json new file mode 100644 index 000000000..e8f45773d --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/profession/tailoring.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/housing/profession/tailoring","particle":"wynn/housing/profession/tailoring"},"elements":[{"from":[5,1,2],"to":[9,4,6],"rotation":{"angle":0,"axis":"y","origin":[5,1,4]},"faces":{"north":{"uv":[10,0,6,3],"texture":"#0"},"east":{"uv":[6,0,10,3],"texture":"#0"},"south":{"uv":[10,0,6,3],"texture":"#0"},"west":{"uv":[6,0,10,3],"texture":"#0"}}},{"from":[4.85,2,1.85],"to":[9.15,3,6.15],"rotation":{"angle":0,"axis":"y","origin":[5,1,4]},"faces":{"north":{"uv":[10,1,6,2],"texture":"#0"},"east":{"uv":[6,1,10,2],"texture":"#0"},"south":{"uv":[10,1,6,2],"texture":"#0"},"west":{"uv":[6,1,10,2],"texture":"#0"}}},{"from":[4,4,1],"to":[10,5,7],"rotation":{"angle":0,"axis":"y","origin":[7,4.5,4]},"faces":{"north":{"uv":[1,0,0,6],"rotation":90,"texture":"#0"},"east":{"uv":[6,5,0,6],"texture":"#0"},"south":{"uv":[6,6,5,0],"rotation":90,"texture":"#0"},"west":{"uv":[0,0,6,1],"texture":"#0"},"up":{"uv":[6,0,0,6],"rotation":270,"texture":"#0"},"down":{"uv":[6,0,0,6],"rotation":270,"texture":"#0"}}},{"from":[4,0,1],"to":[10,1,7],"rotation":{"angle":0,"axis":"y","origin":[7,4.5,4]},"faces":{"north":{"uv":[1,0,0,6],"rotation":90,"texture":"#0"},"east":{"uv":[6,5,0,6],"texture":"#0"},"south":{"uv":[6,6,5,0],"rotation":90,"texture":"#0"},"west":{"uv":[0,0,6,1],"texture":"#0"},"up":{"uv":[6,0,0,6],"rotation":270,"texture":"#0"},"down":{"uv":[6,0,0,6],"rotation":270,"texture":"#0"}}},{"from":[11,1,9],"to":[14,3,12],"rotation":{"angle":0,"axis":"y","origin":[11,1,8]},"faces":{"north":{"uv":[13,0,10,2],"texture":"#0"},"east":{"uv":[10,0,13,2],"texture":"#0"},"south":{"uv":[13,0,10,2],"texture":"#0"},"west":{"uv":[10,0,13,2],"texture":"#0"}}},{"from":[10.85,1.5,8.85],"to":[14.15,2.5,12.15],"rotation":{"angle":0,"axis":"y","origin":[11,0.5,8]},"faces":{"north":{"uv":[13,2,10,3],"texture":"#0"},"east":{"uv":[10,2,13,3],"texture":"#0"},"south":{"uv":[13,2,10,3],"texture":"#0"},"west":{"uv":[10,2,13,3],"texture":"#0"}}},{"from":[10,0,8],"to":[15,1,13],"rotation":{"angle":0,"axis":"y","origin":[12.5,3.5,9.5]},"faces":{"north":{"uv":[14,3,9,4],"texture":"#0"},"east":{"uv":[14,3,13,8],"rotation":90,"texture":"#0"},"south":{"uv":[9,8,14,7],"texture":"#0"},"west":{"uv":[10,8,9,3],"rotation":90,"texture":"#0"},"up":{"uv":[9,3,14,8],"texture":"#0"},"down":{"uv":[9,3,14,8],"texture":"#0"}}},{"from":[10,3,8],"to":[15,4,13],"rotation":{"angle":0,"axis":"y","origin":[12.5,3.5,9.5]},"faces":{"north":{"uv":[14,3,9,4],"texture":"#0"},"east":{"uv":[14,3,13,8],"rotation":90,"texture":"#0"},"south":{"uv":[9,8,14,7],"texture":"#0"},"west":{"uv":[10,8,9,3],"rotation":90,"texture":"#0"},"up":{"uv":[9,3,14,8],"texture":"#0"},"down":{"uv":[9,3,14,8],"texture":"#0"}}},{"from":[4.5,1,12.3],"to":[7.5,3,15.3],"rotation":{"angle":-22.5,"axis":"y","origin":[11,1,8]},"faces":{"north":{"uv":[9,3,6,5],"texture":"#0"},"east":{"uv":[6,3,9,5],"texture":"#0"},"south":{"uv":[9,3,6,5],"texture":"#0"},"west":{"uv":[6,3,9,5],"texture":"#0"}}},{"from":[4.35,1.5,12.15],"to":[7.65,2.5,15.45],"rotation":{"angle":-22.5,"axis":"y","origin":[11,0.5,8]},"faces":{"north":{"uv":[9,5,6,6],"texture":"#0"},"east":{"uv":[6,5,9,6],"texture":"#0"},"south":{"uv":[9,5,6,6],"texture":"#0"},"west":{"uv":[6,5,9,6],"texture":"#0"}}},{"from":[3,0,12],"to":[8,1,17],"rotation":{"angle":-22.5,"axis":"y","origin":[12.5,3.5,9.5]},"faces":{"north":{"uv":[14,3,9,4],"texture":"#0"},"east":{"uv":[14,3,13,8],"rotation":90,"texture":"#0"},"south":{"uv":[9,8,14,7],"texture":"#0"},"west":{"uv":[10,8,9,3],"rotation":90,"texture":"#0"},"up":{"uv":[9,3,14,8],"texture":"#0"},"down":{"uv":[9,3,14,8],"texture":"#0"}}},{"from":[3,3,12],"to":[8,4,17],"rotation":{"angle":-22.5,"axis":"y","origin":[12.5,3.5,9.5]},"faces":{"north":{"uv":[14,3,9,4],"texture":"#0"},"east":{"uv":[14,3,13,8],"rotation":90,"texture":"#0"},"south":{"uv":[9,8,14,7],"texture":"#0"},"west":{"uv":[10,8,9,3],"rotation":90,"texture":"#0"},"up":{"uv":[9,3,14,8],"texture":"#0"},"down":{"uv":[9,3,14,8],"texture":"#0"}}},{"from":[10,0.005,1],"to":[16.015,0.02,8.015],"rotation":{"angle":-22.5,"axis":"y","origin":[10,0,1]},"faces":{"up":{"uv":[0,8,6,15],"texture":"#0"},"down":{"uv":[0,8,6,15],"texture":"#0"}}},{"from":[2,0.005,8.5],"to":[8.015,0.02,15.515],"rotation":{"angle":22.5,"axis":"y","origin":[2,0,9.5]},"faces":{"up":{"uv":[6,8,12,15],"texture":"#0"},"down":{"uv":[6,8,12,15],"texture":"#0"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/profession/trophy/alchemism.json b/assets/minecraft/models/item/wynn/housing/profession/trophy/alchemism.json new file mode 100644 index 000000000..72233b12c --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/profession/trophy/alchemism.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/trophy","textures":{"layer0":"wynn/housing/profession/trophy/alchemism","particle":"wynn/housing/profession/trophy/alchemism"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/profession/trophy/armouring.json b/assets/minecraft/models/item/wynn/housing/profession/trophy/armouring.json new file mode 100644 index 000000000..39738e55e --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/profession/trophy/armouring.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/trophy","textures":{"layer0":"wynn/housing/profession/trophy/armouring","particle":"wynn/housing/profession/trophy/armouring"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/profession/trophy/base.json b/assets/minecraft/models/item/wynn/housing/profession/trophy/base.json new file mode 100644 index 000000000..061b31122 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/profession/trophy/base.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/handheld","textures":{"1":"wynn/housing/profession/trophy/base","particle":"wynn/housing/profession/trophy/base"},"elements":[{"from":[3,0,4],"to":[13,3,12],"rotation":{"angle":0,"axis":"y","origin":[8,1.62503,8]},"faces":{"north":{"uv":[0,0,10,3],"texture":"#1"},"east":{"uv":[0,13,8,16],"texture":"#1"},"south":{"uv":[0,0,10,3],"texture":"#1"},"west":{"uv":[0,13,8,16],"texture":"#1"},"up":{"uv":[0,3,8,13],"rotation":90,"texture":"#1"},"down":{"uv":[8,3,16,13],"rotation":270,"texture":"#1"}}},{"from":[10.9975,-0.00245,3.4975],"to":[13.5025,3.50255,6.0025],"rotation":{"angle":0,"axis":"y","origin":[8,1.62503,8]},"faces":{"north":{"uv":[0,0,2,3],"texture":"#1"},"east":{"uv":[2,0,0,3],"texture":"#1"},"south":{"uv":[10,13,8,16],"texture":"#1"},"west":{"uv":[8,13,10,16],"texture":"#1"},"up":{"uv":[0,3,2,5],"rotation":90,"texture":"#1"},"down":{"uv":[10,14,12,16],"rotation":270,"texture":"#1"}}},{"from":[10.9975,-0.00245,9.9975],"to":[13.5025,3.50255,12.5025],"rotation":{"angle":0,"axis":"y","origin":[8,1.62503,8]},"faces":{"north":{"uv":[8,13,10,16],"texture":"#1"},"east":{"uv":[0,0,2,3],"texture":"#1"},"south":{"uv":[2,0,0,3],"texture":"#1"},"west":{"uv":[10,13,8,16],"texture":"#1"},"up":{"uv":[2,3,0,5],"rotation":90,"texture":"#1"},"down":{"uv":[12,14,10,16],"rotation":270,"texture":"#1"}}},{"from":[2.4975,-0.00245,9.9975],"to":[5.0025,3.50255,12.5025],"rotation":{"angle":0,"axis":"y","origin":[8,1.62503,8]},"faces":{"north":{"uv":[10,13,8,16],"texture":"#1"},"east":{"uv":[8,13,10,16],"texture":"#1"},"south":{"uv":[0,0,2,3],"texture":"#1"},"west":{"uv":[2,0,0,3],"texture":"#1"},"up":{"uv":[2,5,0,3],"rotation":90,"texture":"#1"},"down":{"uv":[12,16,10,14],"rotation":270,"texture":"#1"}}},{"from":[2.4975,-0.00245,3.4975],"to":[5.0025,3.50255,6.0025],"rotation":{"angle":0,"axis":"y","origin":[8,1.62503,8]},"faces":{"north":{"uv":[2,0,0,3],"texture":"#1"},"east":{"uv":[10,13,8,16],"texture":"#1"},"south":{"uv":[8,13,10,16],"texture":"#1"},"west":{"uv":[0,0,2,3],"texture":"#1"},"up":{"uv":[0,5,2,3],"rotation":90,"texture":"#1"},"down":{"uv":[10,16,12,14],"rotation":270,"texture":"#1"}}}],"display":{"head":{"translation":[0,-29.25,0],"scale":[1.75,1.75,1.75]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/profession/trophy/cooking.json b/assets/minecraft/models/item/wynn/housing/profession/trophy/cooking.json new file mode 100644 index 000000000..0a2787d93 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/profession/trophy/cooking.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/trophy","textures":{"layer0":"wynn/housing/profession/trophy/cooking","particle":"wynn/housing/profession/trophy/cooking"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/profession/trophy/farming.json b/assets/minecraft/models/item/wynn/housing/profession/trophy/farming.json new file mode 100644 index 000000000..ec7b48ab6 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/profession/trophy/farming.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/trophy","textures":{"layer0":"wynn/housing/profession/trophy/farming","particle":"wynn/housing/profession/trophy/farming"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/profession/trophy/fishing.json b/assets/minecraft/models/item/wynn/housing/profession/trophy/fishing.json new file mode 100644 index 000000000..e358c1f15 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/profession/trophy/fishing.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/trophy","textures":{"layer0":"wynn/housing/profession/trophy/fishing","particle":"wynn/housing/profession/trophy/fishing"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/profession/trophy/jeweling.json b/assets/minecraft/models/item/wynn/housing/profession/trophy/jeweling.json new file mode 100644 index 000000000..d5e5ddb0a --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/profession/trophy/jeweling.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/trophy","textures":{"layer0":"wynn/housing/profession/trophy/jeweling","particle":"wynn/housing/profession/trophy/jeweling"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/profession/trophy/mining.json b/assets/minecraft/models/item/wynn/housing/profession/trophy/mining.json new file mode 100644 index 000000000..10e7111b7 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/profession/trophy/mining.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/trophy","textures":{"layer0":"wynn/housing/profession/trophy/mining","particle":"wynn/housing/profession/trophy/mining"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/profession/trophy/scribing.json b/assets/minecraft/models/item/wynn/housing/profession/trophy/scribing.json new file mode 100644 index 000000000..404aed700 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/profession/trophy/scribing.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/trophy","textures":{"layer0":"wynn/housing/profession/trophy/scribing","particle":"wynn/housing/profession/trophy/scribing"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/profession/trophy/tailoring.json b/assets/minecraft/models/item/wynn/housing/profession/trophy/tailoring.json new file mode 100644 index 000000000..d8716d3be --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/profession/trophy/tailoring.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/trophy","textures":{"layer0":"wynn/housing/profession/trophy/tailoring","particle":"wynn/housing/profession/trophy/tailoring"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/profession/trophy/weaponsmithing.json b/assets/minecraft/models/item/wynn/housing/profession/trophy/weaponsmithing.json new file mode 100644 index 000000000..91c527115 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/profession/trophy/weaponsmithing.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/trophy","textures":{"layer0":"wynn/housing/profession/trophy/weaponsmithing","particle":"wynn/housing/profession/trophy/weaponsmithing"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/profession/trophy/woodcutting.json b/assets/minecraft/models/item/wynn/housing/profession/trophy/woodcutting.json new file mode 100644 index 000000000..ce5fbc389 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/profession/trophy/woodcutting.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/trophy","textures":{"layer0":"wynn/housing/profession/trophy/woodcutting","particle":"wynn/housing/profession/trophy/woodcutting"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/profession/trophy/woodworking.json b/assets/minecraft/models/item/wynn/housing/profession/trophy/woodworking.json new file mode 100644 index 000000000..6aa197635 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/profession/trophy/woodworking.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/trophy","textures":{"layer0":"wynn/housing/profession/trophy/woodworking","particle":"wynn/housing/profession/trophy/woodworking"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/profession/weaponsmithing.json b/assets/minecraft/models/item/wynn/housing/profession/weaponsmithing.json new file mode 100644 index 000000000..65c6a30c9 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/profession/weaponsmithing.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/housing/profession/weaponsmithing","1":"wynn/jigsaw/bonny/flame","particle":"wynn/housing/profession/weaponsmithing"},"elements":[{"from":[6,0,-0.31],"to":[11,9,2.19],"rotation":{"angle":-45,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[2,0,4.5,4.5],"texture":"#0"},"south":{"uv":[9,11.5,11.5,16],"texture":"#0"},"west":{"uv":[9,11.5,9.5,16],"texture":"#0"},"up":{"uv":[0,4.5,1,7],"rotation":90,"texture":"#0"},"down":{"uv":[4.5,4,2,4.5],"texture":"#0"}}},{"from":[5,0,-0.31],"to":[10,9,2.19],"rotation":{"angle":45,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[4.5,0,2,4.5],"texture":"#0"},"east":{"uv":[9.5,11.5,9,16],"texture":"#0"},"south":{"uv":[11.5,11.5,9,16],"texture":"#0"},"up":{"uv":[0,7,1,4.5],"rotation":90,"texture":"#0"},"down":{"uv":[2,4,4.5,4.5],"texture":"#0"}}},{"from":[11,-0.005,0.295],"to":[13.01,9.005,2.405],"rotation":{"angle":0,"axis":"y","origin":[0,0,0.3]},"faces":{"north":{"uv":[8.5,0,9.5,4.5],"texture":"#0"},"east":{"uv":[1.05,0,0.05,4.5],"texture":"#0"},"south":{"uv":[0,0,1,4.5],"texture":"#0"},"west":{"uv":[1,0,2,4.5],"texture":"#0"},"up":{"uv":[1,4.5,2,5.5],"texture":"#0"},"down":{"uv":[9,4,9.5,4.5],"texture":"#0"}}},{"from":[13.5,-0.005,4.245],"to":[16.01,9.005,11.755],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[8,0,8.5,4.5],"texture":"#0"},"east":{"uv":[4.5,0,8.5,4.5],"texture":"#0"},"south":{"uv":[4.5,0,5,4.5],"texture":"#0"},"west":{"uv":[16,11.5,12,16],"texture":"#0"},"up":{"uv":[14.5,0,15.5,4],"rotation":180,"texture":"#0"},"down":{"uv":[4.5,4,8.5,4.5],"rotation":90,"texture":"#0"}}},{"from":[13.8,0,5],"to":[16.3,9,11],"rotation":{"angle":-45,"axis":"y","origin":[8,0,8]},"faces":{"east":{"uv":[9.5,0,12.5,4.5],"texture":"#0"},"west":{"uv":[9,11.5,12,16],"texture":"#0"},"up":{"uv":[13.5,0,14.5,3],"rotation":180,"texture":"#0"},"down":{"uv":[12.5,4,9.5,4.5],"rotation":270,"texture":"#0"}}},{"from":[-0.3,0,5],"to":[2.2,9,11],"rotation":{"angle":45,"axis":"y","origin":[8,0,8]},"faces":{"east":{"uv":[12,11.5,9,16],"texture":"#0"},"west":{"uv":[12.5,0,9.5,4.5],"texture":"#0"},"up":{"uv":[14.5,0,13.5,3],"rotation":180,"texture":"#0"},"down":{"uv":[12.5,4.5,9.5,4],"rotation":270,"texture":"#0"}}},{"from":[4.245,-0.005,13.5],"to":[11.755,9.005,16.01],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[16,11.5,12,16],"texture":"#0"},"east":{"uv":[8,0,8.5,4.5],"texture":"#0"},"south":{"uv":[4.5,0,8.5,4.5],"texture":"#0"},"west":{"uv":[4.5,0,5,4.5],"texture":"#0"},"up":{"uv":[14.5,0,15.5,4],"rotation":270,"texture":"#0"},"down":{"uv":[4.5,4,8.5,4.5],"texture":"#0"}}},{"from":[0,-0.005,4.245],"to":[2.51,9.005,11.755],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[4.5,0,5,4.5],"texture":"#0"},"east":{"uv":[16,11.5,12,16],"texture":"#0"},"south":{"uv":[8,0,8.5,4.5],"texture":"#0"},"west":{"uv":[4.5,0,8.5,4.5],"texture":"#0"},"up":{"uv":[14.5,0,15.5,4],"texture":"#0"},"down":{"uv":[4.5,4,8.5,4.5],"rotation":270,"texture":"#0"}}},{"from":[3,-0.005,0.295],"to":[5.01,9.005,2.405],"rotation":{"angle":0,"axis":"y","origin":[16,0,0.3]},"faces":{"north":{"uv":[9.5,0,8.5,4.5],"texture":"#0"},"east":{"uv":[2,0,1,4.5],"texture":"#0"},"south":{"uv":[1,0,0,4.5],"texture":"#0"},"west":{"uv":[0.05,0,1.05,4.5],"texture":"#0"},"up":{"uv":[2,4.5,1,5.5],"texture":"#0"},"down":{"uv":[9.5,4,9,4.5],"texture":"#0"}}},{"from":[3.55,10.92082,1.29289],"to":[12.45,13.02082,7.29289],"rotation":{"angle":45,"axis":"x","origin":[8,0,8]},"faces":{"north":{"uv":[2,8.5,6.5,9.5],"texture":"#0"},"east":{"uv":[7.5,4.5,8.5,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[2,7.5,6.5,8.5],"texture":"#0"},"west":{"uv":[6.5,4.5,7.5,7.5],"rotation":90,"texture":"#0"},"up":{"uv":[2,4.5,6.5,7.5],"rotation":180,"texture":"#0"},"down":{"uv":[4.5,13,9,16],"rotation":180,"texture":"#0"}}},{"from":[8.7,10.9,3.55],"to":[14.7,13,12.45],"rotation":{"angle":45,"axis":"z","origin":[8,0,8]},"faces":{"north":{"uv":[6.5,4.5,7.5,7.5],"rotation":90,"texture":"#0"},"east":{"uv":[2,8.5,6.5,9.5],"texture":"#0"},"south":{"uv":[7.5,4.5,8.5,7.5],"rotation":90,"texture":"#0"},"west":{"uv":[2,7.5,6.5,8.5],"texture":"#0"},"up":{"uv":[2,4.5,6.5,7.5],"rotation":270,"texture":"#0"},"down":{"uv":[4.5,13,9,16],"rotation":90,"texture":"#0"}}},{"from":[3.55,10.9,8.9],"to":[12.45,13,14.7],"rotation":{"angle":-45,"axis":"x","origin":[8,0,8]},"faces":{"north":{"uv":[2,7.5,6.5,8.5],"texture":"#0"},"east":{"uv":[6.5,4.5,7.5,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[2,8.5,6.5,9.5],"texture":"#0"},"west":{"uv":[7.5,4.5,8.5,7.5],"rotation":90,"texture":"#0"},"up":{"uv":[2,4.5,6.5,7.5],"texture":"#0"},"down":{"uv":[4.5,13,9,16],"texture":"#0"}}},{"from":[1.29289,10.92082,3.55],"to":[7.29289,13.02082,12.45],"rotation":{"angle":-45,"axis":"z","origin":[8,0,8]},"faces":{"north":{"uv":[7.5,4.5,8.5,7.5],"rotation":90,"texture":"#0"},"east":{"uv":[2,7.5,6.5,8.5],"texture":"#0"},"south":{"uv":[6.5,4.5,7.5,7.5],"rotation":90,"texture":"#0"},"west":{"uv":[2,8.5,6.5,9.5],"texture":"#0"},"up":{"uv":[2,4.5,6.5,7.5],"rotation":90,"texture":"#0"},"down":{"uv":[4.5,13,9,16],"rotation":270,"texture":"#0"}}},{"from":[0.75,9,0.75],"to":[3.75,11,3.75],"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"north":{"uv":[1.5,7,0,8],"texture":"#0"},"east":{"uv":[1,7,2,5.5],"rotation":90,"texture":"#0"},"south":{"uv":[1,5.5,2,7],"rotation":90,"texture":"#0"},"west":{"uv":[0,7,1.5,8],"texture":"#0"},"up":{"uv":[0,8,1.5,9.5],"texture":"#0"},"down":{"uv":[1.5,9.5,0,8],"rotation":270,"texture":"#0"}}},{"from":[12.25,9,0.75],"to":[15.25,11,3.75],"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"north":{"uv":[0,7,1.5,8],"texture":"#0"},"east":{"uv":[1.5,7,0,8],"texture":"#0"},"south":{"uv":[1,7,2,5.5],"rotation":90,"texture":"#0"},"west":{"uv":[1,5.5,2,7],"rotation":90,"texture":"#0"},"up":{"uv":[0,8,1.5,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[1.5,8,0,9.5],"rotation":270,"texture":"#0"}}},{"from":[12.25,9,12.25],"to":[15.25,11,15.25],"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"north":{"uv":[1,5.5,2,7],"rotation":90,"texture":"#0"},"east":{"uv":[0,7,1.5,8],"texture":"#0"},"south":{"uv":[1.5,7,0,8],"texture":"#0"},"west":{"uv":[1,7,2,5.5],"rotation":90,"texture":"#0"},"up":{"uv":[0,8,1.5,9.5],"rotation":180,"texture":"#0"},"down":{"uv":[0,8,1.5,9.5],"rotation":270,"texture":"#0"}}},{"from":[0.75,9,12.25],"to":[3.75,11,15.25],"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"north":{"uv":[1,7,2,5.5],"rotation":90,"texture":"#0"},"east":{"uv":[1,5.5,2,7],"rotation":90,"texture":"#0"},"south":{"uv":[0,7,1.5,8],"texture":"#0"},"west":{"uv":[1.5,7,0,8],"texture":"#0"},"up":{"uv":[0,8,1.5,9.5],"rotation":270,"texture":"#0"},"down":{"uv":[0,9.5,1.5,8],"rotation":270,"texture":"#0"}}},{"from":[10.595,12.9,6.245],"to":[12.595,17.91,9.755],"rotation":{"angle":-45,"axis":"y","origin":[8,-0.1,8]},"faces":{"north":{"uv":[12,4.5,12.5,7],"texture":"#0"},"east":{"uv":[10.5,4.5,12.5,7],"texture":"#0"},"south":{"uv":[10.5,4.5,11,7],"texture":"#0"},"west":{"uv":[9,8,7,10.5],"texture":"#0"},"down":{"uv":[7,12,9,13],"rotation":270,"texture":"#0"}}},{"from":[10.495,16.7,6.195],"to":[12.795,18.11,9.805],"rotation":{"angle":-45,"axis":"y","origin":[8,-0.1,8]},"faces":{"east":{"uv":[10.5,4.5,12.5,5],"texture":"#0"},"west":{"uv":[9,8,7,8.5],"texture":"#0"},"up":{"uv":[10.5,7,12.5,8],"rotation":90,"texture":"#0"},"down":{"uv":[12.5,7,10.5,8],"rotation":90,"texture":"#0"}}},{"from":[6.195,16.7,10.495],"to":[9.805,18.11,12.795],"rotation":{"angle":-45,"axis":"y","origin":[8,-0.1,8]},"faces":{"north":{"uv":[9,8,7,8.5],"texture":"#0"},"south":{"uv":[10.5,4.5,12.5,5],"texture":"#0"},"up":{"uv":[10.5,7,12.5,8],"rotation":180,"texture":"#0"},"down":{"uv":[12.5,7,10.5,8],"texture":"#0"}}},{"from":[3.205,16.7,6.195],"to":[5.505,18.11,9.805],"rotation":{"angle":-45,"axis":"y","origin":[8,-0.1,8]},"faces":{"east":{"uv":[9,8,7,8.5],"texture":"#0"},"west":{"uv":[10.5,4.5,12.5,5],"texture":"#0"},"up":{"uv":[10.5,7,12.5,8],"rotation":270,"texture":"#0"},"down":{"uv":[12.5,7,10.5,8],"rotation":270,"texture":"#0"}}},{"from":[6.195,16.7,3.205],"to":[9.805,18.11,5.605],"rotation":{"angle":-45,"axis":"y","origin":[8,-0.1,8]},"faces":{"north":{"uv":[10.5,4.5,12.5,5],"texture":"#0"},"south":{"uv":[9,8,7,8.5],"texture":"#0"},"up":{"uv":[10.5,7,12.5,8],"texture":"#0"},"down":{"uv":[12.5,7,10.5,8],"rotation":180,"texture":"#0"}}},{"from":[10.475,12.9,6],"to":[12.475,17.9,10],"rotation":{"angle":0,"axis":"y","origin":[8,-0.1,8]},"faces":{"east":{"uv":[8.5,4.5,10.5,7],"texture":"#0"},"west":{"uv":[9,8,7,10.5],"texture":"#0"},"down":{"uv":[5,12,7,13],"rotation":270,"texture":"#0"}}},{"from":[6,12.9,3.525],"to":[10,17.9,5.525],"rotation":{"angle":0,"axis":"y","origin":[8,-0.1,8]},"faces":{"north":{"uv":[8.5,4.5,10.5,7],"texture":"#0"},"south":{"uv":[9,8,7,10.5],"texture":"#0"},"down":{"uv":[5,12,7,13],"texture":"#0"}}},{"from":[5.85,16.7,3.325],"to":[10.15,18.1,5.625],"rotation":{"angle":0,"axis":"y","origin":[8,-0.1,8]},"faces":{"north":{"uv":[8.5,4.5,10.5,5],"texture":"#0"},"south":{"uv":[9,8,7,8.5],"texture":"#0"},"up":{"uv":[8.5,7,10.5,8],"texture":"#0"},"down":{"uv":[8.5,8,10.5,7],"texture":"#0"}}},{"from":[10.375,16.7,5.85],"to":[12.675,18.1,10.15],"rotation":{"angle":0,"axis":"y","origin":[8,-0.1,8]},"faces":{"east":{"uv":[8.5,4.5,10.5,5],"texture":"#0"},"west":{"uv":[9,8,7,8.5],"texture":"#0"},"up":{"uv":[8.5,7,10.5,8],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,8,10.5,7],"rotation":270,"texture":"#0"}}},{"from":[5.85,16.7,10.375],"to":[10.15,18.1,12.675],"rotation":{"angle":0,"axis":"y","origin":[8,-0.1,8]},"faces":{"north":{"uv":[9,8,7,8.5],"texture":"#0"},"south":{"uv":[8.5,4.5,10.5,5],"texture":"#0"},"up":{"uv":[8.5,7,10.5,8],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,8,10.5,7],"rotation":180,"texture":"#0"}}},{"from":[3.325,16.7,5.85],"to":[5.625,18.1,10.15],"rotation":{"angle":0,"axis":"y","origin":[8,-0.1,8]},"faces":{"east":{"uv":[9,8,7,8.5],"texture":"#0"},"west":{"uv":[8.5,4.5,10.5,5],"texture":"#0"},"up":{"uv":[8.5,7,10.5,8],"rotation":270,"texture":"#0"},"down":{"uv":[8.5,8,10.5,7],"rotation":90,"texture":"#0"}}},{"from":[3.525,12.9,6],"to":[5.525,17.9,10],"rotation":{"angle":0,"axis":"y","origin":[8,-0.1,8]},"faces":{"east":{"uv":[9,8,7,10.5],"texture":"#0"},"west":{"uv":[8.5,4.5,10.5,7],"texture":"#0"},"down":{"uv":[5,12,7,13],"rotation":90,"texture":"#0"}}},{"from":[6,12.9,10.475],"to":[10,17.9,12.475],"rotation":{"angle":0,"axis":"y","origin":[8,-0.1,8]},"faces":{"north":{"uv":[9,8,7,10.5],"texture":"#0"},"south":{"uv":[8.5,4.5,10.5,7],"texture":"#0"},"down":{"uv":[5,12,7,13],"rotation":180,"texture":"#0"}}},{"from":[10.595,12.9,6.245],"to":[12.595,17.91,9.755],"rotation":{"angle":45,"axis":"y","origin":[8,-0.1,8]},"faces":{"north":{"uv":[12,4.5,12.5,7],"texture":"#0"},"east":{"uv":[10.5,4.5,12.5,7],"texture":"#0"},"south":{"uv":[10.5,4.5,11,7],"texture":"#0"},"west":{"uv":[9,8,7,10.5],"texture":"#0"},"up":{"uv":[10.5,7,12.5,8],"rotation":90,"texture":"#0"},"down":{"uv":[7,12,9,13],"rotation":270,"texture":"#0"}}},{"from":[6.245,12.9,3.395],"to":[9.755,17.91,5.395],"rotation":{"angle":45,"axis":"y","origin":[8,-0.1,8]},"faces":{"north":{"uv":[10.5,4.5,12.5,7],"texture":"#0"},"east":{"uv":[10.5,4.5,11,7],"texture":"#0"},"south":{"uv":[9,8,7,10.5],"texture":"#0"},"west":{"uv":[12,4.5,12.5,7],"texture":"#0"},"up":{"uv":[10.5,7,12.5,8],"texture":"#0"},"down":{"uv":[7,12,9,13],"texture":"#0"}}},{"from":[3.395,12.9,6.245],"to":[5.395,17.91,9.755],"rotation":{"angle":45,"axis":"y","origin":[8,-0.1,8]},"faces":{"north":{"uv":[10.5,4.5,11,7],"texture":"#0"},"east":{"uv":[9,8,7,10.5],"texture":"#0"},"south":{"uv":[12,4.5,12.5,7],"texture":"#0"},"west":{"uv":[10.5,4.5,12.5,7],"texture":"#0"},"up":{"uv":[10.5,7,12.5,8],"rotation":270,"texture":"#0"},"down":{"uv":[7,12,9,13],"rotation":90,"texture":"#0"}}},{"from":[9.5,12,3.55],"to":[12.45,13.95,6.5],"rotation":{"angle":0,"axis":"y","origin":[12.5,12,3.5]},"faces":{"north":{"uv":[9.5,9.5,9,8],"rotation":90,"texture":"#0"},"east":{"uv":[10.5,8.5,9,8],"texture":"#0"},"south":{"uv":[10.5,9,9,9.5],"texture":"#0"},"west":{"uv":[9,9,10.5,9.5],"texture":"#0"},"up":{"uv":[10.5,8,9,9.5],"texture":"#0"},"down":{"uv":[9,9.5,10.5,8],"rotation":270,"texture":"#0"}}},{"from":[9.5,12,9.5],"to":[12.45,13.95,12.45],"rotation":{"angle":0,"axis":"y","origin":[12.5,12,12.5]},"faces":{"north":{"uv":[9,9,10.5,9.5],"texture":"#0"},"east":{"uv":[9,8.5,10.5,8],"texture":"#0"},"south":{"uv":[9.5,8,9,9.5],"rotation":90,"texture":"#0"},"west":{"uv":[10.5,9,9,9.5],"texture":"#0"},"up":{"uv":[10.5,9.5,9,8],"texture":"#0"},"down":{"uv":[10.5,9.5,9,8],"rotation":270,"texture":"#0"}}},{"from":[3.55,12,9.5],"to":[6.5,13.95,12.45],"rotation":{"angle":0,"axis":"y","origin":[3.5,12,12.5]},"faces":{"north":{"uv":[10.5,9,9,9.5],"texture":"#0"},"east":{"uv":[9,9,10.5,9.5],"texture":"#0"},"south":{"uv":[9.5,9.5,9,8],"rotation":90,"texture":"#0"},"west":{"uv":[10.5,8.5,9,8],"texture":"#0"},"up":{"uv":[9,9.5,10.5,8],"texture":"#0"},"down":{"uv":[10.5,8,9,9.5],"rotation":270,"texture":"#0"}}},{"from":[3.55,12,3.55],"to":[6.5,13.95,6.5],"rotation":{"angle":0,"axis":"y","origin":[3.5,12,3.5]},"faces":{"north":{"uv":[9.5,8,9,9.5],"rotation":90,"texture":"#0"},"east":{"uv":[10.5,9,9,9.5],"texture":"#0"},"south":{"uv":[9,9,10.5,9.5],"texture":"#0"},"west":{"uv":[9,8.5,10.5,8],"texture":"#0"},"up":{"uv":[9,8,10.5,9.5],"texture":"#0"},"down":{"uv":[9,8,10.5,9.5],"rotation":270,"texture":"#0"}}},{"from":[5.5,17,5.5],"to":[10.5,17,10.5],"rotation":{"angle":0,"axis":"y","origin":[5.5,17,5.5]},"faces":{"up":{"uv":[12.5,4,15,6.5],"texture":"#0"},"down":{"uv":[12.5,4,15,6.5],"texture":"#0"}}},{"from":[5,0,0.3],"to":[11,2,2.8],"rotation":{"angle":0,"axis":"y","origin":[5,0,0]},"faces":{"north":{"uv":[1.5,9.5,4.5,10.5],"texture":"#0"},"up":{"uv":[1.5,9.5,4.5,10.5],"texture":"#0"},"down":{"uv":[4.5,10.5,1.5,10],"texture":"#0"}}},{"from":[3.5,8.25,0.3],"to":[5.5,11.25,2.3],"rotation":{"angle":-45,"axis":"z","origin":[3.5,8.25,0.3]},"faces":{"north":{"uv":[0,11,1,12.5],"texture":"#0"},"east":{"uv":[1,11,0,12.5],"texture":"#0"},"south":{"uv":[1,11,0.5,12.5],"texture":"#0"},"west":{"uv":[1,11,0.5,12.5],"texture":"#0"},"up":{"uv":[0.5,11,1,11.5],"texture":"#0"}}},{"from":[10.5,8.25,0.3],"to":[12.5,11.25,2.3],"rotation":{"angle":45,"axis":"z","origin":[12.5,8.25,0.3]},"faces":{"north":{"uv":[1,11,0,12.5],"texture":"#0"},"east":{"uv":[0.5,11,1,12.5],"texture":"#0"},"south":{"uv":[0.5,11,1,12.5],"texture":"#0"},"west":{"uv":[0,11,1,12.5],"texture":"#0"},"up":{"uv":[1,11,0.5,11.5],"texture":"#0"}}},{"from":[2.4975,0.0025,2.4975],"to":[13.5025,2.0075,13.5025],"rotation":{"angle":0,"axis":"y","origin":[12.5,0.2,2]},"faces":{"up":{"uv":[10.5,10.5,16,16],"texture":"#0"},"down":{"uv":[15,4,15.5,4.5],"texture":"#0"}}},{"from":[3,2,5.22836],"to":[13,10,5.23836],"rotation":{"angle":-22.5,"axis":"x","origin":[8,2,8]},"faces":{"north":{"uv":[2,2,14,12],"texture":"#1"},"south":{"uv":[2,2,14,12],"texture":"#1"}}},{"from":[10.77164,2,3],"to":[10.78164,10,13],"rotation":{"angle":-22.5,"axis":"z","origin":[8,2,8]},"faces":{"east":{"uv":[2,2,14,12],"texture":"#1"},"west":{"uv":[2,2,14,12],"texture":"#1"}}},{"from":[3,2,10.77164],"to":[13,10,10.78164],"rotation":{"angle":22.5,"axis":"x","origin":[8,2,8]},"faces":{"north":{"uv":[2,2,14,12],"texture":"#1"},"south":{"uv":[2,2,14,12],"texture":"#1"}}},{"from":[5.22836,2,3],"to":[5.23836,10,13],"rotation":{"angle":22.5,"axis":"z","origin":[8,2,8]},"faces":{"east":{"uv":[2,2,14,12],"texture":"#1"},"west":{"uv":[2,2,14,12],"texture":"#1"}}},{"from":[5.5,8.2,-0.7],"to":[10.5,11.2,1.3],"rotation":{"angle":0,"axis":"y","origin":[7,8.15,-0.75]},"faces":{"north":{"uv":[1.5,10.5,4,12],"texture":"#0"},"east":{"uv":[7,10.5,8,12],"texture":"#0"},"south":{"uv":[4,10.5,1.5,12],"texture":"#0"},"west":{"uv":[8,10.5,7,12],"texture":"#0"},"up":{"uv":[4.5,9.5,7,10.5],"texture":"#0"},"down":{"uv":[4.5,10.5,7,11.5],"texture":"#0"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/profession/woodcutting.json b/assets/minecraft/models/item/wynn/housing/profession/woodcutting.json new file mode 100644 index 000000000..0a3350f41 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/profession/woodcutting.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/housing/profession/woodcutting","particle":"wynn/housing/profession/woodcutting"},"elements":[{"from":[4.5,0,4.5],"to":[11.5,4,11.5],"rotation":{"angle":-22.5,"axis":"y","origin":[8,3.5,8]},"faces":{"north":{"uv":[4,5.5,7.5,7.5],"texture":"#0"},"east":{"uv":[4,5.5,7.5,7.5],"texture":"#0"},"south":{"uv":[4,5.5,7.5,7.5],"texture":"#0"},"west":{"uv":[4,5.5,7.5,7.5],"texture":"#0"},"up":{"uv":[4,4,0,0],"texture":"#0"},"down":{"uv":[7.5,3.5,4,0],"texture":"#0"}}},{"from":[4,3,4],"to":[12,4,4.5],"rotation":{"angle":-22.5,"axis":"y","origin":[8,3.5,8]},"faces":{"north":{"uv":[4,7.5,8.5,8],"texture":"#0"},"east":{"uv":[4,7.5,4.25,8],"texture":"#0"},"west":{"uv":[4,7.5,4.25,8],"texture":"#0"},"up":{"uv":[8.5,7.75,4,7.5],"texture":"#0"},"down":{"uv":[8.5,7.75,4,8],"texture":"#0"}}},{"from":[4,3,11.5],"to":[12,4,12],"rotation":{"angle":-22.5,"axis":"y","origin":[8,3.5,8]},"faces":{"east":{"uv":[4,7.5,4.25,8],"texture":"#0"},"south":{"uv":[4,7.5,8.5,8],"texture":"#0"},"west":{"uv":[4,7.5,4.25,8],"texture":"#0"},"up":{"uv":[8.5,7.75,4,7.5],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,7.75,4,8],"rotation":180,"texture":"#0"}}},{"from":[4,3,4.5],"to":[4.5,4,11.5],"rotation":{"angle":-22.5,"axis":"y","origin":[8,3.5,8]},"faces":{"west":{"uv":[4.25,7.5,8.25,8],"texture":"#0"},"up":{"uv":[8.25,7.75,4.25,7.5],"rotation":270,"texture":"#0"},"down":{"uv":[8.25,7.75,4.25,8],"rotation":90,"texture":"#0"}}},{"from":[11.5,3,4.5],"to":[12,4,11.5],"rotation":{"angle":-22.5,"axis":"y","origin":[8,3.5,8]},"faces":{"east":{"uv":[4.25,7.5,8.25,8],"texture":"#0"},"up":{"uv":[8.25,7.75,4.25,7.5],"rotation":90,"texture":"#0"},"down":{"uv":[8.25,7.75,4.25,8],"rotation":270,"texture":"#0"}}},{"from":[6.5,4,6.25],"to":[9.5,8,9.25],"rotation":{"angle":-22.5,"axis":"y","origin":[8,3.5,7.75]},"faces":{"north":{"uv":[0,8,1.5,10],"texture":"#0"},"east":{"uv":[7.5,0,9,2],"texture":"#0"},"south":{"uv":[1.5,8,3,10],"texture":"#0"},"west":{"uv":[7.5,2,9,4],"texture":"#0"},"up":{"uv":[4.5,9.5,3,8],"texture":"#0"}}},{"from":[6.75,6.4,5.75],"to":[8.75,9.4,7.75],"rotation":{"angle":22.5,"axis":"x","origin":[7.75,3.5,7.75]},"faces":{"north":{"uv":[7.5,8,8.5,9.5],"texture":"#0"},"east":{"uv":[7.5,5.75,8.5,7.25],"texture":"#0"},"south":{"uv":[8.5,4,9.5,5.5],"texture":"#0"},"west":{"uv":[8.5,8.25,9.5,9.75],"texture":"#0"},"up":{"uv":[10,4,9,3],"texture":"#0"}}},{"from":[7.25,8.54775,9.40993],"to":[8.25,11.54775,10.90993],"rotation":{"angle":45,"axis":"x","origin":[7.25,10.04775,9.90993]},"faces":{"north":{"uv":[5.5,9.75,6,11.25],"texture":"#0"},"east":{"uv":[9.5,5,10.25,6.5],"texture":"#0"},"south":{"uv":[4,10.5,4.5,12],"texture":"#0"},"west":{"uv":[6,9.75,6.75,11.25],"texture":"#0"},"up":{"uv":[11,4.75,10.5,4],"texture":"#0"}}},{"from":[7.2,7.44775,9.65993],"to":[7.2,8.44775,12.65993],"rotation":{"angle":22.5,"axis":"x","origin":[7.2,8.44775,11.15993]},"faces":{"east":{"uv":[6,11.25,4.5,11.75],"texture":"#0"},"west":{"uv":[4.5,11.25,6,11.75],"texture":"#0"}}},{"from":[10.25,7.44775,10.15993],"to":[11.25,8.44775,13.15993],"rotation":{"angle":45,"axis":"y","origin":[7.25,11.44775,12.15993]},"faces":{"east":{"uv":[1,10,2.5,10.5],"texture":"#0"},"south":{"uv":[2,10.5,2.5,11],"texture":"#0"},"west":{"uv":[1.5,11,3,11.5],"texture":"#0"},"up":{"uv":[5,11.25,4.5,9.75],"texture":"#0"},"down":{"uv":[5.5,9.75,5,11.25],"texture":"#0"}}},{"from":[7.4,8.15,8],"to":[9.4,11.4,10],"rotation":{"angle":-45,"axis":"x","origin":[8.5,5.5,10]},"faces":{"north":{"uv":[4.5,8,5.5,9.75],"texture":"#0"},"east":{"uv":[5.5,8,6.5,9.75],"texture":"#0"},"south":{"uv":[7.5,4,8.5,5.75],"texture":"#0"},"west":{"uv":[6.5,8,7.5,9.75],"texture":"#0"},"up":{"uv":[10.5,7.5,9.5,6.5],"texture":"#0"}}},{"from":[8,6.6,3.6],"to":[9,8.1,5.6],"rotation":{"angle":22.5,"axis":"x","origin":[8.5,8.6,8.5]},"faces":{"north":{"uv":[10.5,4.75,11,5.5],"texture":"#0"},"east":{"uv":[8.5,5.5,9.5,6.25],"texture":"#0"},"west":{"uv":[0,10,1,10.75],"texture":"#0"},"up":{"uv":[3,11,2.5,10],"texture":"#0"},"down":{"uv":[4.5,9.5,4,10.5],"texture":"#0"}}},{"from":[7.2,8.6,0.75],"to":[7.2,9.6,3.75],"rotation":{"angle":-22.5,"axis":"y","origin":[7.2,10.1,6.65]},"faces":{"east":{"uv":[6.75,9.75,8.25,10.25],"texture":"#0"},"west":{"uv":[8.25,9.75,6.75,10.25],"texture":"#0"}}},{"from":[4.45,8.35,4.1],"to":[6.45,9.35,4.1],"rotation":{"angle":0,"axis":"y","origin":[9.35,9.85,4.1]},"faces":{"north":{"uv":[7.25,10.25,8.25,10.75],"texture":"#0"},"south":{"uv":[8.25,10.25,7.25,10.75],"texture":"#0"}}},{"from":[6.6,8,1.9],"to":[6.6,9,3.9],"rotation":{"angle":-22.5,"axis":"x","origin":[6.6,8.5,2.9]},"faces":{"east":{"uv":[7.25,10,8.25,10.5],"texture":"#0"},"west":{"uv":[8.25,10,7.25,10.5],"texture":"#0"}}},{"from":[9.05,8,6.65],"to":[12.05,9,6.65],"rotation":{"angle":22.5,"axis":"y","origin":[6.15,9.5,6.15]},"faces":{"north":{"uv":[8.25,10.25,6.75,10.75],"texture":"#0"},"south":{"uv":[6.75,10.25,8.25,10.75],"texture":"#0"}}},{"from":[10.55,4.95,10.05],"to":[13.55,5.95,10.05],"rotation":{"angle":45,"axis":"z","origin":[7.65,6.45,9.55]},"faces":{"north":{"uv":[8.25,10.25,6.75,10.75],"texture":"#0"},"south":{"uv":[6.75,10.25,8.25,10.75],"texture":"#0"}}},{"from":[3.65,6.95,10.5],"to":[5.65,7.95,10.5],"rotation":{"angle":-45,"axis":"z","origin":[8.55,8.45,10]},"faces":{"north":{"uv":[7.25,10.25,8.25,10.75],"texture":"#0"},"south":{"uv":[8.25,10.25,7.25,10.75],"texture":"#0"}}},{"from":[5.5,8.35,4.15],"to":[7.5,9.35,5.15],"rotation":{"angle":-22.5,"axis":"y","origin":[7.4,10.1,6.65]},"faces":{"north":{"uv":[8.25,9.75,9.25,10.25],"texture":"#0"},"south":{"uv":[8.25,10.25,9.25,10.75],"texture":"#0"},"west":{"uv":[7,3.5,7.5,4],"texture":"#0"},"down":{"uv":[2,10.5,1,11],"texture":"#0"}}},{"from":[5.53254,9.45,10.09462],"to":[7.53254,10.45,11.09462],"rotation":{"angle":22.5,"axis":"y","origin":[6.53254,9.95,10.59462]},"faces":{"north":{"uv":[0,10.75,1,11.25],"texture":"#0"},"south":{"uv":[8.5,7.25,9.5,7.75],"texture":"#0"},"west":{"uv":[7,4,7.5,4.5],"texture":"#0"},"up":{"uv":[1,11.75,0,11.25],"texture":"#0"},"down":{"uv":[9.5,7.75,8.5,8.25],"texture":"#0"}}},{"from":[7.25,5.5,1],"to":[9.25,7.5,3],"rotation":{"angle":45,"axis":"x","origin":[-0.75,-0.5,1]},"faces":{"north":{"uv":[9.5,4,10.5,5],"texture":"#0"},"east":{"uv":[10,0,11,1],"texture":"#0"},"west":{"uv":[10,1,11,2],"texture":"#0"}}},{"from":[6.8,5.75,12.75],"to":[8.8,8.75,14.75],"rotation":{"angle":-45,"axis":"x","origin":[-1.2,-0.25,14.75]},"faces":{"east":{"uv":[9,0,10,1.5],"texture":"#0"},"south":{"uv":[3,9.5,4,11],"texture":"#0"},"west":{"uv":[9,1.5,10,3],"texture":"#0"}}},{"from":[10.6,5.5,6.55],"to":[12.6,7.5,8.55],"rotation":{"angle":45,"axis":"z","origin":[12.6,-0.5,-1.45]},"faces":{"north":{"uv":[10,2,11,3],"texture":"#0"},"south":{"uv":[10,3,11,4],"texture":"#0"},"up":{"uv":[9.5,7.25,8.5,6.25],"texture":"#0"}}},{"from":[3.6,5.5,6.65],"to":[5.6,7.5,8.65],"rotation":{"angle":-45,"axis":"z","origin":[3.6,-0.5,-1.35]},"faces":{"north":{"uv":[9.5,8.5,10.5,9.5],"texture":"#0"},"south":{"uv":[9.5,7.5,10.5,8.5],"texture":"#0"},"up":{"uv":[4,12,3,11],"texture":"#0"}}},{"from":[5.995,8.995,0.745],"to":[10.005,11.005,5.755],"rotation":{"angle":-22.5,"axis":"y","origin":[6.625,10.625,3.25]},"faces":{"north":{"uv":[0,4,2,5],"texture":"#0"},"east":{"uv":[0,4,2.5,5],"texture":"#0"},"south":{"uv":[0,4,2,5],"texture":"#0"},"west":{"uv":[0,4,2.5,5],"texture":"#0"},"up":{"uv":[0,4,2,6.5],"texture":"#0"},"down":{"uv":[0,4,2,6.5],"texture":"#0"}}},{"from":[4.995,9.995,8.745],"to":[9.005,13.005,14.755],"rotation":{"angle":-22.5,"axis":"y","origin":[7.375,12.5,11.75]},"faces":{"north":{"uv":[0,4,2,5.5],"texture":"#0"},"east":{"uv":[0.25,4.25,3.25,5.75],"texture":"#0"},"south":{"uv":[0,4,2,5.5],"texture":"#0"},"west":{"uv":[0,4,3,5.5],"texture":"#0"},"up":{"uv":[0,4,2,7],"texture":"#0"},"down":{"uv":[0,4,2,7],"texture":"#0"}}},{"from":[3.15,7,6],"to":[6.15,8.5,9.5],"rotation":{"angle":-22.5,"axis":"y","origin":[5,7,8]},"faces":{"north":{"uv":[0,4,1.5,4.75],"texture":"#0"},"east":{"uv":[0,4,1.75,4.75],"texture":"#0"},"south":{"uv":[0,4,1.5,4.75],"texture":"#0"},"west":{"uv":[0,4,1.75,4.75],"texture":"#0"},"up":{"uv":[0,4,1.5,5.75],"texture":"#0"},"down":{"uv":[0,4,1.5,5.75],"texture":"#0"}}},{"from":[11,8.75,9.25],"to":[13,10.25,11.75],"rotation":{"angle":-22.5,"axis":"y","origin":[11.875,9.5,10.375]},"faces":{"north":{"uv":[1.75,5.5,2.75,6.25],"texture":"#0"},"east":{"uv":[1.5,6.5,2.75,7.25],"texture":"#0"},"south":{"uv":[1.5,6.5,2.5,7.25],"texture":"#0"},"west":{"uv":[1.5,6.5,2.75,7.25],"texture":"#0"},"up":{"uv":[2.25,6.75,3.25,8],"texture":"#0"},"down":{"uv":[1.5,6.5,2.5,7.75],"texture":"#0"}}},{"from":[6.995,12.995,8.745],"to":[7.005,14.995,14.745],"rotation":{"angle":-22.5,"axis":"y","origin":[7.375,12.5,11.75]},"faces":{"east":{"uv":[7,4.5,4,5.5],"texture":"#0"},"west":{"uv":[4,4.5,7,5.5],"texture":"#0"}}},{"from":[6.995,7.995,8.745],"to":[7.005,9.995,14.745],"rotation":{"angle":-22.5,"axis":"y","origin":[7.375,3.5,11.75]},"faces":{"east":{"uv":[4,5.5,7,4.5],"texture":"#0"},"west":{"uv":[7,5.5,4,4.5],"texture":"#0"}}},{"from":[6.995,8.495,14.745],"to":[7.005,14.495,16.745],"rotation":{"angle":-22.5,"axis":"y","origin":[7.375,3.5,11.75]},"faces":{"east":{"uv":[4,5.5,7,4.5],"rotation":90,"texture":"#0"},"west":{"uv":[7,5.5,4,4.5],"rotation":270,"texture":"#0"}}},{"from":[6.995,8.495,6.745],"to":[7.005,14.495,8.745],"rotation":{"angle":-22.5,"axis":"y","origin":[7.375,3.5,11.75]},"faces":{"east":{"uv":[7,4.5,4,5.5],"rotation":90,"texture":"#0"},"west":{"uv":[4,4.5,7,5.5],"rotation":270,"texture":"#0"}}},{"from":[5,13,11.75],"to":[9,15,11.76],"rotation":{"angle":-22.5,"axis":"y","origin":[7.375,12.5,11.75]},"faces":{"north":{"uv":[4,3.5,6,4.5],"texture":"#0"},"south":{"uv":[6,3.5,4,4.5],"texture":"#0"}}},{"from":[9,8.495,11.75],"to":[11,14.495,11.76],"rotation":{"angle":-22.5,"axis":"y","origin":[7.375,3.5,11.75]},"faces":{"north":{"uv":[4,4.5,7,5.5],"rotation":270,"texture":"#0"},"south":{"uv":[7,4.5,4,5.5],"rotation":90,"texture":"#0"}}},{"from":[3,8.495,11.75],"to":[5,14.495,11.76],"rotation":{"angle":-22.5,"axis":"y","origin":[7.375,3.5,11.75]},"faces":{"north":{"uv":[7,5.5,4,4.5],"rotation":270,"texture":"#0"},"south":{"uv":[4,5.5,7,4.5],"rotation":90,"texture":"#0"}}},{"from":[5,8,11.75],"to":[9,10,11.76],"rotation":{"angle":-22.5,"axis":"y","origin":[7.375,12.5,11.75]},"faces":{"north":{"uv":[4,4.5,6,3.5],"texture":"#0"},"south":{"uv":[6,4.5,4,3.5],"texture":"#0"}}},{"from":[8,11,0.75],"to":[8.01,13.01,5.76],"rotation":{"angle":-22.5,"axis":"y","origin":[6.625,10.625,3.25]},"faces":{"east":{"uv":[4.25,4.5,6.75,5.5],"texture":"#0"},"west":{"uv":[4.25,4.5,6.75,5.5],"texture":"#0"}}},{"from":[8,8,-1.25],"to":[8.01,12.01,0.76],"rotation":{"angle":-22.5,"axis":"y","origin":[6.625,10.625,3.25]},"faces":{"east":{"uv":[4,3.5,6,4.5],"rotation":90,"texture":"#0"},"west":{"uv":[4,4.5,6,3.5],"rotation":90,"texture":"#0"}}},{"from":[8,7,0.75],"to":[8.01,9.01,5.76],"rotation":{"angle":-22.5,"axis":"y","origin":[6.625,10.625,3.25]},"faces":{"east":{"uv":[6.75,5.5,4.25,4.5],"texture":"#0"},"west":{"uv":[6.75,5.5,4.25,4.5],"texture":"#0"}}},{"from":[8,7.5,5.75],"to":[8.01,13.01,7.76],"rotation":{"angle":-22.5,"axis":"y","origin":[6.625,10.625,3.25]},"faces":{"east":{"uv":[6.75,4.5,4,3.5],"rotation":90,"texture":"#0"},"west":{"uv":[6.75,3.5,4,4.5],"rotation":90,"texture":"#0"}}},{"from":[6,11,3.25],"to":[10.01,13.01,3.26],"rotation":{"angle":-22.5,"axis":"y","origin":[6.625,10.625,3.25]},"faces":{"north":{"uv":[4.5,4.5,6.5,5.5],"texture":"#0"},"south":{"uv":[4.5,4.5,6.5,5.5],"texture":"#0"}}},{"from":[6,7,3.25],"to":[8.01,9.01,3.26],"rotation":{"angle":-22.5,"axis":"y","origin":[6.625,10.625,3.25]},"faces":{"north":{"uv":[4.5,5.5,5.5,4.5],"texture":"#0"},"south":{"uv":[5.5,5.5,4.5,4.5],"texture":"#0"}}},{"from":[10,9,3.25],"to":[12.01,13.01,3.26],"rotation":{"angle":-22.5,"axis":"y","origin":[6.625,10.625,3.25]},"faces":{"north":{"uv":[4.75,4.5,6.75,3.5],"rotation":90,"texture":"#0"},"south":{"uv":[4.75,3.5,6.75,4.5],"rotation":90,"texture":"#0"}}},{"from":[4,7,3.25],"to":[6.01,12.51,3.26],"rotation":{"angle":-22.5,"axis":"y","origin":[6.625,10.625,3.25]},"faces":{"north":{"uv":[6.75,3.5,4,4.5],"rotation":90,"texture":"#0"},"south":{"uv":[6.75,4.5,4,3.5],"rotation":90,"texture":"#0"}}},{"from":[12,7.75,8.25],"to":[12.01,11.25,12.75],"rotation":{"angle":-22.5,"axis":"y","origin":[11.875,9.5,10.375]},"faces":{"east":{"uv":[4.5,3.5,6.75,5.25],"texture":"#0"},"west":{"uv":[1.5,6.5,2.75,7.25],"texture":"#0"}}},{"from":[4.65,8.5,6],"to":[4.66,10,9.5],"rotation":{"angle":-22.5,"axis":"y","origin":[5,7,8]},"faces":{"east":{"uv":[5.75,3.75,4,4.5],"texture":"#0"},"west":{"uv":[4,3.75,5.75,4.5],"texture":"#0"}}},{"from":[4.65,5.5,6],"to":[4.65,7,9.5],"rotation":{"angle":-22.5,"axis":"y","origin":[5,7,8]},"faces":{"east":{"uv":[7.25,5.5,5.5,4.75],"texture":"#0"},"west":{"uv":[5.5,5.5,7.25,4.75],"texture":"#0"}}},{"from":[4.65,6,9.5],"to":[4.66,9.5,11],"rotation":{"angle":-22.5,"axis":"y","origin":[5,7,8]},"faces":{"east":{"uv":[5.75,4.5,4,3.75],"rotation":90,"texture":"#0"},"west":{"uv":[5.75,3.75,4,4.5],"rotation":90,"texture":"#0"}}},{"from":[7.75,10.44775,10.65993],"to":[7.75,11.44775,13.65993],"rotation":{"angle":0,"axis":"x","origin":[7.75,11.44775,12.15993]},"faces":{"east":{"uv":[6.75,10.75,8.25,11.25],"texture":"#0"},"west":{"uv":[8.25,10.75,6.75,11.25],"texture":"#0"}}}],"display":{"head":{"rotation":[0,22.5,0],"translation":[0,-21,0],"scale":[3,3,3]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/profession/woodworking.json b/assets/minecraft/models/item/wynn/housing/profession/woodworking.json new file mode 100644 index 000000000..bbf145a74 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/profession/woodworking.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/housing/profession/woodworking","particle":"wynn/housing/profession/woodworking"},"elements":[{"from":[7,0.55,-4.5],"to":[12,1.55,-2.5],"rotation":{"angle":-22.5,"axis":"y","origin":[-1,0.75,2.5]},"faces":{"north":{"uv":[0,2.5,0.5,5],"rotation":270,"texture":"#0"},"south":{"uv":[1,5,0.5,2.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,4.5,1,5],"texture":"#0"},"up":{"uv":[0,2.5,1,5],"rotation":90,"texture":"#0"},"down":{"uv":[1,2.5,0,5],"rotation":90,"texture":"#0"}}},{"from":[6.999,1.049,-2.501],"to":[9.001,1.051,8.501],"rotation":{"angle":-22.5,"axis":"y","origin":[-1,0.75,2.5]},"faces":{"up":{"uv":[0,5,5.5,6],"rotation":90,"texture":"#0"},"down":{"uv":[5.5,5,0,6],"rotation":90,"texture":"#0"}}},{"from":[12,0.55,-2.5],"to":[14,1.55,8.5],"rotation":{"angle":-22.5,"axis":"y","origin":[-1,0.75,2.5]},"faces":{"east":{"uv":[11,5,5.5,5.5],"texture":"#0"},"west":{"uv":[5.5,5.5,11,6],"texture":"#0"},"up":{"uv":[5.5,5,11,6],"rotation":90,"texture":"#0"},"down":{"uv":[11,5,5.5,6],"rotation":90,"texture":"#0"}}},{"from":[14,0.55,2],"to":[18,1.55,4],"rotation":{"angle":-22.5,"axis":"y","origin":[-1,0.75,2.5]},"faces":{"north":{"uv":[1,0.5,1.5,2.5],"rotation":270,"texture":"#0"},"east":{"uv":[2,0.5,1,1],"texture":"#0"},"south":{"uv":[1.5,2.5,2,0.5],"rotation":270,"texture":"#0"},"up":{"uv":[1,0.5,2,2.5],"rotation":90,"texture":"#0"},"down":{"uv":[2,0.5,1,2.5],"rotation":90,"texture":"#0"}}},{"from":[15.999,1.049,-2.501],"to":[17.001,1.051,8.501],"rotation":{"angle":-22.5,"axis":"y","origin":[-1,0.75,2.5]},"faces":{"up":{"uv":[3,4.5,8.5,5],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,4.5,3,5],"rotation":90,"texture":"#0"}}},{"from":[12,0.05,-4.5],"to":[17,2.05,-2.5],"rotation":{"angle":-22.5,"axis":"y","origin":[-1,0.75,2.5]},"faces":{"north":{"uv":[1,5,2,2.5],"rotation":90,"texture":"#0"},"east":{"uv":[2,4,3,5],"rotation":90,"texture":"#0"},"south":{"uv":[0,0,1,2.5],"rotation":90,"texture":"#0"},"west":{"uv":[2,5,3,4],"rotation":90,"texture":"#0"},"up":{"uv":[1,2.5,2,5],"rotation":90,"texture":"#0"},"down":{"uv":[1,0,0,2.5],"rotation":90,"texture":"#0"}}},{"from":[6.6,0.55,8.6],"to":[11.6,1.55,10.6],"rotation":{"angle":-22.5,"axis":"y","origin":[-1,0.75,3.5]},"faces":{"north":{"uv":[1,2.5,0.5,5],"rotation":270,"texture":"#0"},"south":{"uv":[0,5,0.5,2.5],"rotation":270,"texture":"#0"},"west":{"uv":[1,4.5,0,5],"texture":"#0"},"up":{"uv":[1,2.5,0,5],"rotation":90,"texture":"#0"},"down":{"uv":[0,2.5,1,5],"rotation":90,"texture":"#0"}}},{"from":[11.6,0.05,8.6],"to":[16.6,2.05,10.6],"rotation":{"angle":-22.5,"axis":"y","origin":[-1,0.75,3.5]},"faces":{"north":{"uv":[0,2.5,1,0],"rotation":90,"texture":"#0"},"east":{"uv":[2,5,3,4],"rotation":90,"texture":"#0"},"south":{"uv":[1,2.5,2,5],"rotation":90,"texture":"#0"},"west":{"uv":[2,4,3,5],"rotation":90,"texture":"#0"},"up":{"uv":[2,2.5,1,5],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,1,2.5],"rotation":90,"texture":"#0"}}},{"from":[-3.15,0,4],"to":[-2.15,1,8],"rotation":{"angle":45,"axis":"y","origin":[6.12202,3.05784,5.10693]},"faces":{"north":{"uv":[2,2,2.5,2.5],"texture":"#0"},"east":{"uv":[2,2,2.5,4],"rotation":90,"texture":"#0"},"south":{"uv":[2,3.5,2.5,4],"texture":"#0"},"west":{"uv":[2.5,4,2,2],"rotation":90,"texture":"#0"},"up":{"uv":[2.5,2,3,4],"texture":"#0"},"down":{"uv":[2,4,2.5,2],"texture":"#0"}}},{"from":[-3.151,0.499,7.999],"to":[-2.149,0.501,12.001],"rotation":{"angle":45,"axis":"y","origin":[6.12202,3.05784,5.10693]},"faces":{"up":{"uv":[3,2,3.5,4],"texture":"#0"},"down":{"uv":[3,4,3.5,2],"texture":"#0"}}},{"from":[-2,0,4],"to":[5,3,8],"rotation":{"angle":22.5,"axis":"y","origin":[3,0,2]},"faces":{"north":{"uv":[3.5,1,7,2.5],"texture":"#0"},"east":{"uv":[7,0.5,9,2],"texture":"#0"},"south":{"uv":[3.5,1,7,2.5],"texture":"#0"},"west":{"uv":[0,8,2,9.5],"texture":"#0"},"up":{"uv":[3.5,2.5,7,4.5],"texture":"#0"},"down":{"uv":[2,6,4,9.5],"rotation":90,"texture":"#0"}}},{"from":[5,0,4],"to":[9,1,8],"rotation":{"angle":22.5,"axis":"y","origin":[3,0,2]},"faces":{"north":{"uv":[7,4,9,4.5],"texture":"#0"},"east":{"uv":[7,4,9,4.5],"texture":"#0"},"south":{"uv":[7,1.5,9,2],"texture":"#0"},"up":{"uv":[7,2,9,4],"texture":"#0"},"down":{"uv":[0,6,2,8],"texture":"#0"}}},{"from":[5,1,6],"to":[9,3,8],"rotation":{"angle":22.5,"axis":"y","origin":[3,0,2]},"faces":{"north":{"uv":[9,4,11,5],"texture":"#0"},"east":{"uv":[9,2,10,3],"texture":"#0"},"south":{"uv":[0,9.5,2,10.5],"texture":"#0"},"up":{"uv":[9,3,11,4],"texture":"#0"}}},{"from":[0,0,0],"to":[7,1,2],"faces":{"north":{"uv":[5.5,0,2,0.5],"texture":"#0"},"east":{"uv":[5,0,5.5,1],"rotation":90,"texture":"#0"},"south":{"uv":[2,0.5,5.5,1],"texture":"#0"},"west":{"uv":[2.5,1,2,0],"rotation":90,"texture":"#0"},"up":{"uv":[2,0,5.5,1],"texture":"#0"},"down":{"uv":[2,1,5.5,0],"texture":"#0"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/station/bookshelf.json b/assets/minecraft/models/item/wynn/housing/station/bookshelf.json new file mode 100644 index 000000000..202f17622 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/station/bookshelf.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/housing/station/bookshelf","3":"wynn/books","particle":"wynn/housing/station/bookshelf"},"elements":[{"from":[-2.1,25,0],"to":[0.9,28,12],"rotation":{"angle":0,"axis":"y","origin":[0,0,16]},"faces":{"north":{"uv":[15,13,14.25,13.75],"texture":"#0"},"east":{"uv":[14.25,10,15,7],"rotation":90,"texture":"#0"},"west":{"uv":[14.25,10,15,7],"rotation":90,"texture":"#0"},"up":{"uv":[14.25,10,15,7],"texture":"#0"},"down":{"uv":[14.75,14,15,13.75],"texture":"#0"}}},{"from":[-4.1,22,3],"to":[-1.1,25,15],"rotation":{"angle":0,"axis":"y","origin":[0,0,16]},"faces":{"north":{"uv":[15,13,14.25,13.75],"texture":"#0"},"west":{"uv":[14.25,10,15,7],"rotation":90,"texture":"#0"},"up":{"uv":[14.25,10,15,7],"texture":"#0"}}},{"from":[-1.1,22,1],"to":[1.9,25,13],"rotation":{"angle":0,"axis":"y","origin":[0,0,16]},"faces":{"north":{"uv":[15,13,14.25,13.75],"texture":"#0"},"east":{"uv":[14.25,13,15,10],"rotation":90,"texture":"#0"},"west":{"uv":[14.25,13,15,10],"rotation":90,"texture":"#0"},"up":{"uv":[14.25,13,15,10],"texture":"#0"}}},{"from":[3.9,22,3],"to":[6.9,25,15],"rotation":{"angle":0,"axis":"y","origin":[0,0,16]},"faces":{"north":{"uv":[15,13,14.25,13.75],"texture":"#0"},"east":{"uv":[14.25,10,15,7],"rotation":90,"texture":"#0"},"west":{"uv":[14.25,10,15,7],"rotation":90,"texture":"#0"},"up":{"uv":[14.25,10,15,7],"texture":"#0"}}},{"from":[8.4,22,10.5],"to":[20.4,25,13.5],"rotation":{"angle":22.5,"axis":"y","origin":[5.4,23.5,9]},"faces":{"north":{"uv":[14.25,13,15,10],"rotation":90,"texture":"#0"},"east":{"uv":[15,13,14.25,13.75],"texture":"#0"},"south":{"uv":[14.25,13,15,10],"rotation":90,"texture":"#0"},"west":{"uv":[15,13,14.25,13.75],"texture":"#0"},"up":{"uv":[15,10,14.25,13],"rotation":270,"texture":"#0"}}},{"from":[10.5,22,-5],"to":[13.5,25,-2],"rotation":{"angle":-45,"axis":"y","origin":[4.5,12.5,3.5]},"faces":{"north":{"uv":[14.75,15,14,15.75],"texture":"#0"},"east":{"uv":[15.5,15,14.75,15.75],"texture":"#0"},"south":{"uv":[15.5,15,14.75,15.75],"texture":"#0"},"west":{"uv":[15.5,15,14.75,15.75],"texture":"#0"},"up":{"uv":[15.5,15,14.75,15.75],"texture":"#0"}}},{"from":[11,25,-4.5],"to":[13,26,-2.5],"rotation":{"angle":-45,"axis":"y","origin":[4.5,12.5,3.5]},"faces":{"north":{"uv":[15.5,15,15,15.25],"texture":"#0"},"east":{"uv":[15.5,15,15,15.25],"texture":"#0"},"south":{"uv":[15.5,15,15,15.25],"texture":"#0"},"west":{"uv":[15.5,15,15,15.25],"texture":"#0"},"up":{"uv":[14.5,13.75,14.25,14],"texture":"#0"}}},{"from":[14,13,4.9],"to":[20,16,14.9],"rotation":{"angle":0,"axis":"y","origin":[14.5,6,3]},"faces":{"north":{"uv":[3,2.5,0,4],"texture":"#3"},"east":{"uv":[5,10,0,11.5],"texture":"#3"},"west":{"uv":[5,14.5,0,16],"texture":"#3"},"up":{"uv":[5,11.5,0,14.5],"rotation":90,"texture":"#3"},"down":{"uv":[5,11.5,0,14.5],"rotation":270,"texture":"#3"}}},{"from":[15,10,5.9],"to":[21,13,15.9],"rotation":{"angle":0,"axis":"y","origin":[14.5,6,3]},"faces":{"north":{"uv":[9,1,6,2.5],"texture":"#3"},"east":{"uv":[15,4,10,5.5],"texture":"#3"},"west":{"uv":[15,8.5,10,10],"texture":"#3"},"up":{"uv":[15,5.5,10,8.5],"rotation":90,"texture":"#3"}}},{"from":[7.5,8,7],"to":[10.5,18,13],"rotation":{"angle":-22.5,"axis":"z","origin":[14.5,6,3]},"faces":{"north":{"uv":[10,16,15,14.5],"rotation":90,"texture":"#3"},"east":{"uv":[10,4,15,1],"rotation":90,"texture":"#3"},"west":{"uv":[10,14.5,15,11.5],"rotation":90,"texture":"#3"},"up":{"uv":[6,2.5,9,4],"rotation":90,"texture":"#3"}}},{"from":[5,11,-2],"to":[11,12,2],"rotation":{"angle":-22.5,"axis":"y","origin":[0,0,16]},"faces":{"north":{"uv":[15.5,14.75,14,15],"texture":"#0"},"east":{"uv":[15.5,14,15.25,15],"rotation":90,"texture":"#0"},"south":{"uv":[14,14,15.5,14.25],"texture":"#0"},"west":{"uv":[14.25,14,14,15],"rotation":90,"texture":"#0"},"up":{"uv":[14,15,15.5,14],"texture":"#0"},"down":{"uv":[14.75,14,15,13.75],"texture":"#0"}}},{"from":[9.75,10,2],"to":[15.75,11,6],"rotation":{"angle":0,"axis":"y","origin":[0,0,16]},"faces":{"north":{"uv":[15.5,14.75,14,15],"texture":"#0"},"east":{"uv":[15.5,14,15.25,15],"rotation":90,"texture":"#0"},"south":{"uv":[14,14,15.5,14.25],"texture":"#0"},"west":{"uv":[14.25,14,14,15],"rotation":90,"texture":"#0"},"up":{"uv":[14,15,15.5,14],"texture":"#0"},"down":{"uv":[14.75,14,15,13.75],"texture":"#0"}}},{"from":[3,10,2],"to":[6,13,5],"rotation":{"angle":22.5,"axis":"y","origin":[4.5,12.5,3.5]},"faces":{"north":{"uv":[14.75,15,14,15.75],"texture":"#0"},"east":{"uv":[15.5,15,14.75,15.75],"texture":"#0"},"south":{"uv":[15.5,15,14.75,15.75],"texture":"#0"},"west":{"uv":[15.5,15,14.75,15.75],"texture":"#0"},"up":{"uv":[14.75,15,15.5,15.75],"texture":"#0"}}},{"from":[2,9,7],"to":[5,19,13],"rotation":{"angle":0,"axis":"y","origin":[14.5,6,3]},"faces":{"north":{"uv":[10,16,15,14.5],"rotation":90,"texture":"#3"},"east":{"uv":[10,4,15,1],"rotation":90,"texture":"#3"},"west":{"uv":[10,14.5,15,11.5],"rotation":90,"texture":"#3"},"up":{"uv":[6,2.5,9,4],"rotation":90,"texture":"#3"}}},{"from":[3.5,13,2.5],"to":[5.5,14,4.5],"rotation":{"angle":22.5,"axis":"y","origin":[4.5,12.5,3.5]},"faces":{"north":{"uv":[15.5,15,15,15.25],"texture":"#0"},"east":{"uv":[15.5,15,15,15.25],"texture":"#0"},"south":{"uv":[15.5,15,15,15.25],"texture":"#0"},"west":{"uv":[15.5,15,15,15.25],"texture":"#0"},"up":{"uv":[14.5,13.75,14.25,14],"texture":"#0"}}},{"from":[5,10,6],"to":[8,20,12],"rotation":{"angle":0,"axis":"y","origin":[14.5,6,3]},"faces":{"north":{"uv":[5,10,10,8.5],"rotation":90,"texture":"#3"},"east":{"uv":[5,8.5,10,5.5],"rotation":90,"texture":"#3"},"west":{"uv":[5,8.5,10,5.5],"rotation":90,"texture":"#3"}}},{"from":[-3.1,13,2],"to":[-0.1,16,14],"rotation":{"angle":-22.5,"axis":"y","origin":[-1,14,9]},"faces":{"north":{"uv":[15,13,14.25,13.75],"texture":"#0"},"east":{"uv":[14.25,10,15,7],"rotation":90,"texture":"#0"},"west":{"uv":[14.25,10,15,7],"rotation":90,"texture":"#0"},"up":{"uv":[14.25,10,15,7],"texture":"#0"},"down":{"uv":[14.75,14,15,13.75],"texture":"#0"}}},{"from":[-5,10,2],"to":[-2,13,14],"rotation":{"angle":0,"axis":"y","origin":[0,0,16]},"faces":{"north":{"uv":[15,13,14.25,13.75],"texture":"#0"},"east":{"uv":[14.25,10,15,7],"rotation":90,"texture":"#0"},"west":{"uv":[14.25,10,15,7],"rotation":90,"texture":"#0"},"up":{"uv":[14.25,10,15,7],"texture":"#0"}}},{"from":[-1.1,10,1],"to":[1.9,13,13],"rotation":{"angle":0,"axis":"y","origin":[0,0,16]},"faces":{"north":{"uv":[15,13,14.25,13.75],"texture":"#0"},"east":{"uv":[14.25,13,15,10],"rotation":90,"texture":"#0"},"west":{"uv":[14.25,13,15,10],"rotation":90,"texture":"#0"},"up":{"uv":[14.25,13,15,10],"texture":"#0"}}},{"from":[-6,-2,8],"to":[-3,8,14],"rotation":{"angle":0,"axis":"y","origin":[14.5,6,3]},"faces":{"north":{"uv":[5,16,10,14.5],"rotation":90,"texture":"#3"},"east":{"uv":[5,14.5,10,11.5],"rotation":90,"texture":"#3"},"west":{"uv":[5,14.5,10,11.5],"rotation":90,"texture":"#3"}}},{"from":[-3,-3,7],"to":[0,7,13],"rotation":{"angle":0,"axis":"y","origin":[14.5,6,3]},"faces":{"north":{"uv":[10,16,15,14.5],"rotation":90,"texture":"#3"},"east":{"uv":[10,4,15,1],"rotation":90,"texture":"#3"},"west":{"uv":[10,14.5,15,11.5],"rotation":90,"texture":"#3"},"up":{"uv":[6,2.5,9,4],"rotation":90,"texture":"#3"}}},{"from":[0,-2,8],"to":[3,8,14],"rotation":{"angle":0,"axis":"y","origin":[14.5,6,3]},"faces":{"north":{"uv":[5,10,10,8.5],"rotation":90,"texture":"#3"},"east":{"uv":[5,8.5,10,5.5],"rotation":90,"texture":"#3"},"west":{"uv":[5,8.5,10,5.5],"rotation":90,"texture":"#3"}}},{"from":[3,-3,6],"to":[6,7,12],"rotation":{"angle":0,"axis":"y","origin":[14.5,6,3]},"faces":{"north":{"uv":[0,10,5,8.5],"rotation":90,"texture":"#3"},"east":{"uv":[0,8.5,5,5.5],"rotation":90,"texture":"#3"},"west":{"uv":[0,8.5,5,5.5],"rotation":90,"texture":"#3"},"up":{"uv":[0,1,3,2.5],"rotation":90,"texture":"#3"}}},{"from":[6,-3,7],"to":[9,7,13],"rotation":{"angle":0,"axis":"y","origin":[14.5,6,3]},"faces":{"north":{"uv":[10,16,15,14.5],"rotation":90,"texture":"#3"},"east":{"uv":[10,4,15,1],"rotation":90,"texture":"#3"},"west":{"uv":[10,14.5,15,11.5],"rotation":90,"texture":"#3"},"up":{"uv":[6,2.5,9,4],"rotation":90,"texture":"#3"}}},{"from":[10,1,5.9],"to":[16,4,15.9],"rotation":{"angle":0,"axis":"y","origin":[14.5,6,3]},"faces":{"north":{"uv":[6,1,3,2.5],"texture":"#3"},"east":{"uv":[10,4,5,5.5],"texture":"#3"},"west":{"uv":[10,8.5,5,10],"texture":"#3"},"up":{"uv":[10,5.5,5,8.5],"rotation":90,"texture":"#3"},"down":{"uv":[10,5.5,5,8.5],"rotation":270,"texture":"#3"}}},{"from":[9,-2,5],"to":[15,1,15],"rotation":{"angle":0,"axis":"y","origin":[14.5,6,3]},"faces":{"north":{"uv":[6,2.5,3,4],"texture":"#3"},"east":{"uv":[10,10,5,11.5],"texture":"#3"},"west":{"uv":[10,14.5,5,16],"texture":"#3"},"up":{"uv":[10,11.5,5,14.5],"rotation":90,"texture":"#3"}}},{"from":[19,-2,8],"to":[22,8,14],"rotation":{"angle":0,"axis":"y","origin":[14.5,6,3]},"faces":{"north":{"uv":[0,16,5,14.5],"rotation":90,"texture":"#3"},"west":{"uv":[0,14.5,5,11.5],"rotation":90,"texture":"#3"}}},{"from":[19,-14,9.2],"to":[22,-11,21.2],"rotation":{"angle":22.5,"axis":"y","origin":[0,0,16]},"faces":{"north":{"uv":[15,13,14.25,13.75],"texture":"#0"},"east":{"uv":[14.25,13,15,10],"rotation":90,"texture":"#0"},"west":{"uv":[14.25,13,15,10],"rotation":90,"texture":"#0"},"up":{"uv":[14.25,13,15,10],"texture":"#0"}}},{"from":[11,-11,2],"to":[14,-8,14],"rotation":{"angle":0,"axis":"y","origin":[0,0,16]},"faces":{"north":{"uv":[15,13,14.25,13.75],"texture":"#0"},"east":{"uv":[14.25,10,15,7],"rotation":90,"texture":"#0"},"west":{"uv":[14.25,10,15,7],"rotation":90,"texture":"#0"},"up":{"uv":[14.25,10,15,7],"texture":"#0"},"down":{"uv":[14.75,14,15,13.75],"texture":"#0"}}},{"from":[12,-14,1],"to":[15,-11,13],"rotation":{"angle":0,"axis":"y","origin":[0,0,16]},"faces":{"north":{"uv":[15,13,14.25,13.75],"texture":"#0"},"east":{"uv":[14.25,10,15,7],"rotation":90,"texture":"#0"},"west":{"uv":[14.25,10,15,7],"rotation":90,"texture":"#0"},"up":{"uv":[14.25,10,15,7],"texture":"#0"}}},{"from":[9,-14,3],"to":[12,-11,15],"rotation":{"angle":0,"axis":"y","origin":[0,0,16]},"faces":{"north":{"uv":[15,13,14.25,13.75],"texture":"#0"},"up":{"uv":[14.25,10,15,7],"texture":"#0"}}},{"from":[5,-14,8],"to":[8,-4,14],"rotation":{"angle":0,"axis":"y","origin":[14.5,6,3]},"faces":{"north":{"uv":[0,16,5,14.5],"rotation":90,"texture":"#3"},"east":{"uv":[0,14.5,5,11.5],"rotation":90,"texture":"#3"},"west":{"uv":[0,14.5,5,11.5],"rotation":90,"texture":"#3"}}},{"from":[-4,-8.75,7],"to":[-1,1.25,13],"rotation":{"angle":22.5,"axis":"z","origin":[14.5,6,3]},"faces":{"north":{"uv":[5,16,10,14.5],"rotation":90,"texture":"#3"},"east":{"uv":[5,14.5,10,11.5],"rotation":90,"texture":"#3"},"west":{"uv":[5,14.5,10,11.5],"rotation":90,"texture":"#3"},"up":{"uv":[3,2.5,6,4],"rotation":90,"texture":"#3"},"down":{"uv":[6,2.5,3,4],"rotation":90,"texture":"#3"}}},{"from":[-3,-15,6],"to":[0,-5,12],"rotation":{"angle":0,"axis":"y","origin":[14.5,6,3]},"faces":{"north":{"uv":[0,10,5,8.5],"rotation":90,"texture":"#3"},"east":{"uv":[0,8.5,5,5.5],"rotation":90,"texture":"#3"},"west":{"uv":[0,8.5,5,5.5],"rotation":90,"texture":"#3"},"up":{"uv":[0,1,3,2.5],"rotation":90,"texture":"#3"}}},{"from":[-6,-14,7],"to":[-3,-4,13],"rotation":{"angle":0,"axis":"y","origin":[14.5,6,3]},"faces":{"north":{"uv":[10,16,15,14.5],"rotation":90,"texture":"#3"},"east":{"uv":[10,4,15,1],"rotation":90,"texture":"#3"},"west":{"uv":[10,14.5,15,11.5],"rotation":90,"texture":"#3"}}},{"from":[-5.25,-12,1.5],"to":[0.75,-11,5.5],"rotation":{"angle":0,"axis":"y","origin":[-9,-24,19]},"faces":{"north":{"uv":[15.5,14.75,14,15],"texture":"#0"},"east":{"uv":[15.5,14,15.25,15],"rotation":90,"texture":"#0"},"south":{"uv":[14,14,15.5,14.25],"texture":"#0"},"west":{"uv":[14.25,14,14,15],"rotation":90,"texture":"#0"},"up":{"uv":[14,15,15.5,14],"texture":"#0"},"down":{"uv":[14.75,14,15,13.75],"texture":"#0"}}},{"from":[-4,-13,1],"to":[2,-12,5],"rotation":{"angle":0,"axis":"y","origin":[-9,-24,19]},"faces":{"north":{"uv":[15.5,14.75,14,15],"texture":"#0"},"east":{"uv":[15.5,14,15.25,15],"rotation":90,"texture":"#0"},"south":{"uv":[14,14,15.5,14.25],"texture":"#0"},"west":{"uv":[14.25,14,14,15],"rotation":90,"texture":"#0"},"up":{"uv":[14,15,15.5,14],"texture":"#0"},"down":{"uv":[14.75,14,15,13.75],"texture":"#0"}}},{"from":[0.75,-14,5],"to":[6.75,-13,9],"rotation":{"angle":22.5,"axis":"y","origin":[-9,-24,19]},"faces":{"north":{"uv":[15.5,14.75,14,15],"texture":"#0"},"east":{"uv":[15.5,14,15.25,15],"rotation":90,"texture":"#0"},"south":{"uv":[14,14,15.5,14.25],"texture":"#0"},"west":{"uv":[14.25,14,14,15],"rotation":90,"texture":"#0"},"up":{"uv":[14,15,15.5,14],"texture":"#0"}}},{"from":[-8,-16,15],"to":[24,32,16],"rotation":{"angle":0,"axis":"y","origin":[0,0,16]},"faces":{"north":{"uv":[8,0,0,12],"texture":"#0"},"east":{"uv":[12,0,11.75,12],"texture":"#0"},"south":{"uv":[8,0,0,12],"texture":"#0"},"west":{"uv":[12,0,11.75,12],"texture":"#0"},"up":{"uv":[8,0,0,0.25],"texture":"#0"},"down":{"uv":[0,12,0.25,11.75],"texture":"#0"}}},{"from":[-6,-16,0],"to":[22,-14,15],"rotation":{"angle":0,"axis":"y","origin":[0,0,16]},"faces":{"north":{"uv":[16,7,15.5,14],"rotation":90,"texture":"#0"},"up":{"uv":[15.25,0,11.75,7],"rotation":90,"texture":"#0"},"down":{"uv":[0.25,11.75,0,12],"texture":"#0"}}},{"from":[-6,30,0],"to":[22,32,15],"rotation":{"angle":0,"axis":"y","origin":[0,0,16]},"faces":{"north":{"uv":[16,7,15.5,14],"rotation":90,"texture":"#0"},"up":{"uv":[7,12,0,15.75],"texture":"#0"},"down":{"uv":[14,15.75,7,12],"texture":"#0"}}},{"from":[-8,-16,0],"to":[-6,32,15],"rotation":{"angle":0,"axis":"y","origin":[0,0,16]},"faces":{"north":{"uv":[12,0,11.5,12],"texture":"#0"},"east":{"uv":[8,0,11.75,12],"texture":"#0"},"west":{"uv":[11.75,0,8,12],"texture":"#0"},"up":{"uv":[8,0,7.5,3.75],"texture":"#0"},"down":{"uv":[0,12,0.25,11.75],"texture":"#0"}}},{"from":[22,-16,0],"to":[24,32,15],"rotation":{"angle":0,"axis":"y","origin":[16,0,16]},"faces":{"north":{"uv":[7.75,0,8.25,12],"texture":"#0"},"east":{"uv":[8,0,11.75,12],"texture":"#0"},"west":{"uv":[11.75,0,8,12],"texture":"#0"},"up":{"uv":[7.5,3.75,8,0],"texture":"#0"},"down":{"uv":[0,12,0.25,11.75],"texture":"#0"}}},{"from":[8,-14,1],"to":[9,-4,15],"rotation":{"angle":0,"axis":"y","origin":[0,0,16]},"faces":{"north":{"uv":[11.75,7,14.25,7.25],"rotation":90,"texture":"#0"},"east":{"uv":[14.25,7.25,11.75,10.75],"rotation":90,"texture":"#0"},"west":{"uv":[14.25,10.75,11.75,7.25],"rotation":90,"texture":"#0"}}},{"from":[8,10,1],"to":[9,20,15],"rotation":{"angle":0,"axis":"y","origin":[0,0,16]},"faces":{"north":{"uv":[11.75,7,14.25,7.25],"rotation":90,"texture":"#0"},"east":{"uv":[14.25,7.25,11.75,10.75],"rotation":90,"texture":"#0"},"west":{"uv":[11.75,10.75,14.25,7.25],"rotation":90,"texture":"#0"}}},{"from":[-6,-4,1],"to":[22,-2,15],"rotation":{"angle":0,"axis":"y","origin":[0,0,16]},"faces":{"north":{"uv":[15.5,7,15,14],"rotation":90,"texture":"#0"},"up":{"uv":[15.25,0,11.75,7],"rotation":90,"texture":"#0"},"down":{"uv":[14,15.5,7,12],"texture":"#0"}}},{"from":[-6,8,1],"to":[22,10,15],"rotation":{"angle":0,"axis":"y","origin":[0,0,16]},"faces":{"north":{"uv":[15.5,14,15,7],"rotation":90,"texture":"#0"},"up":{"uv":[15.25,0,11.75,7],"rotation":90,"texture":"#0"},"down":{"uv":[14,15.5,7,12],"texture":"#0"}}},{"from":[-6,20,1],"to":[22,22,15],"rotation":{"angle":0,"axis":"y","origin":[0,0,16]},"faces":{"north":{"uv":[15.5,7,15,14],"rotation":90,"texture":"#0"},"up":{"uv":[15.25,0,11.75,7],"rotation":90,"texture":"#0"},"down":{"uv":[14,15.5,7,12],"texture":"#0"}}}],"display":{"gui":{"rotation":[30,225,0],"scale":[0.425,0.425,0.425]},"head":{"translation":[0,-5,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/station/gear.json b/assets/minecraft/models/item/wynn/housing/station/gear.json new file mode 100644 index 000000000..37caf5fbb --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/station/gear.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/housing/station/gear","particle":"wynn/housing/station/gear"},"elements":[{"from":[5,2,7],"to":[11,8,8],"faces":{"north":{"uv":[0,0,6,6],"texture":"#0"},"east":{"uv":[6,0,7,6],"texture":"#0"},"south":{"uv":[0,0,6,6],"texture":"#0"},"west":{"uv":[6,0,7,6],"texture":"#0"},"up":{"uv":[6,7,0,6],"texture":"#0"},"down":{"uv":[6,6,0,7],"texture":"#0"}}},{"from":[7,8,7],"to":[9,10,8],"faces":{"north":{"uv":[14,0,16,2],"texture":"#0"},"east":{"uv":[14,4,16,5],"rotation":90,"texture":"#0"},"south":{"uv":[14,0,16,2],"texture":"#0"},"west":{"uv":[16,4,14,5],"rotation":90,"texture":"#0"},"up":{"uv":[16,4,14,5],"texture":"#0"}}},{"from":[7,0,7],"to":[9,2,8],"faces":{"north":{"uv":[14,0,16,2],"texture":"#0"},"east":{"uv":[16,4,14,5],"rotation":90,"texture":"#0"},"south":{"uv":[14,0,16,2],"texture":"#0"},"west":{"uv":[16,4,14,5],"rotation":90,"texture":"#0"},"down":{"uv":[16,4,14,5],"texture":"#0"}}},{"from":[10,7,7],"to":[12,9,8],"faces":{"north":{"uv":[14,2,16,4],"texture":"#0"},"east":{"uv":[14,4,16,5],"rotation":90,"texture":"#0"},"south":{"uv":[16,2,14,4],"texture":"#0"},"west":{"uv":[16,4,14,5],"rotation":90,"texture":"#0"},"up":{"uv":[16,4,14,5],"texture":"#0"},"down":{"uv":[14,4,16,5],"texture":"#0"}}},{"from":[11,4,7],"to":[13,6,8],"faces":{"north":{"uv":[16,2,14,0],"texture":"#0"},"east":{"uv":[16,4,14,5],"rotation":90,"texture":"#0"},"south":{"uv":[14,0,16,2],"texture":"#0"},"up":{"uv":[14,4,16,5],"texture":"#0"},"down":{"uv":[14,4,16,5],"texture":"#0"}}},{"from":[3,4,7],"to":[5,6,8],"faces":{"north":{"uv":[14,0,16,2],"texture":"#0"},"south":{"uv":[14,0,16,2],"texture":"#0"},"west":{"uv":[14,4,16,5],"rotation":90,"texture":"#0"},"up":{"uv":[16,4,14,5],"texture":"#0"},"down":{"uv":[16,4,14,5],"texture":"#0"}}},{"from":[10,1,7],"to":[12,3,8],"faces":{"north":{"uv":[14,4,16,2],"texture":"#0"},"east":{"uv":[16,4,14,5],"rotation":90,"texture":"#0"},"south":{"uv":[16,4,14,2],"texture":"#0"},"west":{"uv":[14,4,16,5],"rotation":90,"texture":"#0"},"up":{"uv":[16,4,14,5],"texture":"#0"},"down":{"uv":[14,4,16,5],"texture":"#0"}}},{"from":[4,1,7],"to":[6,3,8],"faces":{"north":{"uv":[16,4,14,2],"texture":"#0"},"east":{"uv":[14,4,16,5],"rotation":90,"texture":"#0"},"south":{"uv":[14,4,16,2],"texture":"#0"},"west":{"uv":[16,4,14,5],"rotation":90,"texture":"#0"},"up":{"uv":[14,4,16,5],"texture":"#0"},"down":{"uv":[16,4,14,5],"texture":"#0"}}},{"from":[4,7,7],"to":[6,9,8],"faces":{"north":{"uv":[16,2,14,4],"texture":"#0"},"east":{"uv":[16,4,14,5],"rotation":90,"texture":"#0"},"south":{"uv":[14,2,16,4],"texture":"#0"},"west":{"uv":[14,4,16,5],"rotation":90,"texture":"#0"},"up":{"uv":[16,4,14,5],"texture":"#0"},"down":{"uv":[14,4,16,5],"texture":"#0"}}}],"display":{"head":{"translation":[0,-0.5,0],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/station/jukebox.json b/assets/minecraft/models/item/wynn/housing/station/jukebox.json new file mode 100644 index 000000000..e3df801d0 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/station/jukebox.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/housing/station/jukebox","particle":"wynn/housing/station/jukebox"},"elements":[{"from":[0,0,2],"to":[16,4,14],"faces":{"north":{"uv":[12,6,16,7],"texture":"#0"},"east":{"uv":[13,7,16,8],"texture":"#0"},"south":{"uv":[12,6,16,7],"texture":"#0"},"west":{"uv":[13,7,16,8],"texture":"#0"},"up":{"uv":[12,3,16,6],"texture":"#0"},"down":{"uv":[12,0,16,3],"texture":"#0"}}},{"from":[0,4,4],"to":[16,28,12],"faces":{"north":{"uv":[0,0,4,6],"texture":"#0"},"east":{"uv":[8,0,10,6],"texture":"#0"},"south":{"uv":[4,0,8,6],"texture":"#0"},"west":{"uv":[10,0,8,6],"texture":"#0"},"up":{"uv":[0,6,4,8],"texture":"#0"}}},{"from":[4,4,6],"to":[12,14,4],"faces":{"north":{"uv":[0,8,2,10.5],"texture":"#0"},"east":{"uv":[2,10.5,2.5,8],"texture":"#0"},"west":{"uv":[2.5,8,2,10.5],"texture":"#0"},"up":{"uv":[0,10.5,2,11],"texture":"#0"}}},{"from":[4,4,5],"to":[12,14,5.01],"faces":{"north":{"uv":[4,6,6,8.5],"texture":"#0"}}}],"display":{"gui":{"rotation":[30,225,0],"translation":[0,-3,0],"scale":[0.625,0.625,0.625]},"head":{"translation":[0,-30.5,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/station/message_board.json b/assets/minecraft/models/item/wynn/housing/station/message_board.json new file mode 100644 index 000000000..2c9bf2efd --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/station/message_board.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/housing/station/message_board","particle":"wynn/housing/station/message_board"},"elements":[{"from":[-14,-1,7],"to":[30,30,9],"faces":{"north":{"uv":[0,0,11,7.75],"texture":"#0"},"south":{"uv":[11,0,0,7.75],"texture":"#0"},"up":{"uv":[14.5,0,15,11],"rotation":90,"texture":"#0"},"down":{"uv":[14,0,14.5,11],"rotation":90,"texture":"#0"}}},{"from":[-14.25,-1.25,6.75],"to":[30.25,30.25,9.25],"faces":{"north":{"uv":[0,8,11,16],"texture":"#0"}}},{"from":[-14,-6,7],"to":[30,-4,9],"faces":{"north":{"uv":[15.5,0,15,11],"rotation":90,"texture":"#0"},"south":{"uv":[15.5,11,15,0],"rotation":90,"texture":"#0"},"up":{"uv":[15,0,15.5,11],"rotation":90,"texture":"#0"},"down":{"uv":[13.5,0,14,11],"rotation":90,"texture":"#0"}}},{"from":[-16,-12,6],"to":[-14,32,10],"faces":{"north":{"uv":[15.5,0,16,11],"texture":"#0"},"east":{"uv":[12.5,0,13.5,11],"texture":"#0"},"south":{"uv":[16,0,15.5,11],"texture":"#0"},"west":{"uv":[12.5,0,13.5,11],"texture":"#0"},"up":{"uv":[12,0,12.5,1],"texture":"#0"},"down":{"uv":[12,1,12.5,2],"texture":"#0"}}},{"from":[30,-12,6],"to":[32,32,10],"faces":{"north":{"uv":[16,0,15.5,11],"texture":"#0"},"east":{"uv":[13.5,0,12.5,11],"texture":"#0"},"south":{"uv":[15.5,0,16,11],"texture":"#0"},"west":{"uv":[13.5,0,12.5,11],"texture":"#0"},"up":{"uv":[12.5,0,12,1],"texture":"#0"},"down":{"uv":[12,1,12.5,2],"texture":"#0"}}}],"display":{"head":{"translation":[0,-11,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/station/misc_bucket.json b/assets/minecraft/models/item/wynn/housing/station/misc_bucket.json new file mode 100644 index 000000000..2d9bac0c8 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/station/misc_bucket.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/housing/station/misc_bucket","particle":"wynn/housing/station/misc_bucket"},"elements":[{"from":[-4,0,-4],"to":[20,16,20],"faces":{"north":{"uv":[0,12,6,16],"texture":"#0"},"east":{"uv":[0,12,6,16],"texture":"#0"},"south":{"uv":[0,12,6,16],"texture":"#0"},"west":{"uv":[0,12,6,16],"texture":"#0"},"up":{"uv":[6,6,0,0],"texture":"#0"},"down":{"uv":[6,6,0,12],"texture":"#0"}}},{"from":[18,2,-2],"to":[-2,16,18],"faces":{"north":{"uv":[0.5,12,5.5,15.5],"texture":"#0"},"east":{"uv":[0.5,12,5.5,15.5],"texture":"#0"},"south":{"uv":[0.5,12,5.5,15.5],"texture":"#0"},"west":{"uv":[0.5,12,5.5,15.5],"texture":"#0"},"down":{"uv":[0.5,6.5,5.5,11.5],"texture":"#0"}}}],"display":{"head":{"translation":[0,-30.5,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/station/teleport_pad.json b/assets/minecraft/models/item/wynn/housing/station/teleport_pad.json new file mode 100644 index 000000000..1ea7e6dd1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/station/teleport_pad.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/housing/station/teleport_pad","1":"wynn/housing/station/teleport_pad_a","particle":"wynn/housing/station/teleport_pad"},"elements":[{"from":[-2,0,-2],"to":[18,2,18],"faces":{"north":{"uv":[0,5,5,5.5],"texture":"#0"},"east":{"uv":[0,5,5,5.5],"texture":"#0"},"south":{"uv":[0,5,5,5.5],"texture":"#0"},"west":{"uv":[0,5,5,5.5],"texture":"#0"},"up":{"uv":[0,0,5,5],"texture":"#0"},"down":{"uv":[5,0,10,5],"texture":"#0"}}},{"from":[1,2,1],"to":[15,4,15],"faces":{"north":{"uv":[10,3.5,13.5,4],"texture":"#0"},"east":{"uv":[10,3.5,13.5,4],"texture":"#0"},"south":{"uv":[10,3.5,13.5,4],"texture":"#0"},"west":{"uv":[10,3.5,13.5,4],"texture":"#0"},"up":{"uv":[10,0,13.5,3.5],"texture":"#0"}}},{"from":[12,2,4],"to":[4,4,12],"faces":{"north":{"uv":[13.5,2,15.5,2.5],"texture":"#0"},"east":{"uv":[13.5,2,15.5,2.5],"texture":"#0"},"south":{"uv":[13.5,2,15.5,2.5],"texture":"#0"},"west":{"uv":[13.5,2,15.5,2.5],"texture":"#0"},"down":{"uv":[13.5,0,15.5,2],"texture":"#0"}}},{"from":[-2,2,15],"to":[1,6,18],"faces":{"north":{"uv":[0,5.5,0.75,6.5],"texture":"#0"},"east":{"uv":[0,5.5,0.75,6.5],"texture":"#0"},"south":{"uv":[0.75,5.5,0,6.5],"texture":"#0"},"west":{"uv":[0.75,5.5,0,6.5],"texture":"#0"},"up":{"uv":[0.75,5.5,1.5,6.25],"texture":"#0"}}},{"from":[-2,2,-2],"to":[1,6,1],"faces":{"north":{"uv":[0,5.5,0.75,6.5],"texture":"#0"},"east":{"uv":[0,5.5,0.75,6.5],"texture":"#0"},"south":{"uv":[0.75,5.5,0,6.5],"texture":"#0"},"west":{"uv":[0.75,5.5,0,6.5],"texture":"#0"},"up":{"uv":[0.75,5.5,1.5,6.25],"texture":"#0"}}},{"from":[15,2,15],"to":[18,6,18],"faces":{"north":{"uv":[0,5.5,0.75,6.5],"texture":"#0"},"east":{"uv":[0,5.5,0.75,6.5],"texture":"#0"},"south":{"uv":[0.75,5.5,0,6.5],"texture":"#0"},"west":{"uv":[0.75,5.5,0,6.5],"texture":"#0"},"up":{"uv":[0.75,5.5,1.5,6.25],"texture":"#0"}}},{"from":[15,2,-2],"to":[18,6,1],"faces":{"north":{"uv":[0,5.5,0.75,6.5],"texture":"#0"},"east":{"uv":[0,5.5,0.75,6.5],"texture":"#0"},"south":{"uv":[0,5.5,0.75,6.5],"texture":"#0"},"west":{"uv":[0.75,5.5,0,6.5],"texture":"#0"},"up":{"uv":[0.75,5.5,1.5,6.25],"texture":"#0"}}},{"from":[4,4,4],"to":[12,28,12],"faces":{"north":{"uv":[0,0,16,16],"texture":"#1"},"east":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"},"west":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[12,4,4],"to":[4,28,12],"faces":{"north":{"uv":[0,0,16,16],"texture":"#1"},"east":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"},"west":{"uv":[0,0,16,16],"texture":"#1"}}}],"display":{"head":{"translation":[0,-30.5,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/tool/blueprint.json b/assets/minecraft/models/item/wynn/housing/tool/blueprint.json new file mode 100644 index 000000000..6b012b526 --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/tool/blueprint.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/housing/tool/blueprint"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/tool/handsaw.json b/assets/minecraft/models/item/wynn/housing/tool/handsaw.json new file mode 100644 index 000000000..c47f32f4a --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/tool/handsaw.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/handheld_rod","textures":{"layer0":"wynn/housing/tool/handsaw"},"display":{"firstperson_righthand":{"rotation":[0,90,25],"translation":[1,2.6,0.8],"scale":[0.68,0.68,0.68]},"firstperson_lefthand":{"rotation":[0,-90,-25],"translation":[1,2.6,0.8],"scale":[0.68,0.68,0.68]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/tool/ruler.json b/assets/minecraft/models/item/wynn/housing/tool/ruler.json new file mode 100644 index 000000000..5edbd65ca --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/tool/ruler.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/housing/tool/ruler"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/housing/tool/wand.json b/assets/minecraft/models/item/wynn/housing/tool/wand.json new file mode 100644 index 000000000..ac652302d --- /dev/null +++ b/assets/minecraft/models/item/wynn/housing/tool/wand.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/housing/tool/wand"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/anomaly/anomaly_arm.json b/assets/minecraft/models/item/wynn/jigsaw/anomaly/anomaly_arm.json new file mode 100644 index 000000000..f6053ccca --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/anomaly/anomaly_arm.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/anomaly/anomaly_body","particle":"wynn/jigsaw/anomaly/anomaly_body"},"elements":[{"from":[7,14.61836,5.91865],"to":[9,19.61836,8.91865],"rotation":{"angle":-22.5,"axis":"x","origin":[8,16.34985,8.2685]},"faces":{"north":{"uv":[4,5,6,10],"rotation":180,"texture":"#0"},"east":{"uv":[4,5,7,10],"rotation":180,"texture":"#0"},"south":{"uv":[4,5,6,10],"rotation":180,"texture":"#0"},"west":{"uv":[4,5,7,10],"rotation":180,"texture":"#0"},"up":{"uv":[4,6.5,6,9.5],"rotation":180,"texture":"#0"},"down":{"uv":[4,5,6,8],"rotation":180,"texture":"#0"}}},{"from":[6,14.61836,6.91865],"to":[10,19.11836,8.91865],"rotation":{"angle":-22.5,"axis":"x","origin":[7,15.84985,8.2685]},"faces":{"north":{"uv":[5,4.5,9,9],"rotation":180,"texture":"#0"},"east":{"uv":[5,4.5,7,9],"rotation":180,"texture":"#0"},"south":{"uv":[5,4.5,9,9],"rotation":180,"texture":"#0"},"west":{"uv":[5,4.5,7,9],"rotation":180,"texture":"#0"},"up":{"uv":[2,7.5,6,9.5],"rotation":180,"texture":"#0"},"down":{"uv":[5,4.5,9,6.5],"rotation":180,"texture":"#0"}}},{"from":[6.5,0.08135,7.61836],"to":[9.5,4.58135,9.61836],"rotation":{"angle":0,"axis":"x","origin":[7,3.34985,8.2685]},"faces":{"north":{"uv":[5,4.5,8,9],"texture":"#0"},"east":{"uv":[5,4.5,7,9],"texture":"#0"},"south":{"uv":[5,4.5,8,9],"texture":"#0"},"west":{"uv":[5,4.5,7,9],"texture":"#0"},"up":{"uv":[5,4.5,8,6.5],"rotation":180,"texture":"#0"},"down":{"uv":[2,7.5,5,9.5],"rotation":180,"texture":"#0"}}},{"from":[7.01,16.62836,7.62836],"to":[8.99,19.60836,10.60836],"rotation":{"angle":0,"axis":"x","origin":[8,16.34985,8.2685]},"faces":{"north":{"uv":[4,7.5,7,9.5],"rotation":90,"texture":"#0"},"east":{"uv":[4,7.5,7,10.5],"rotation":90,"texture":"#0"},"south":{"uv":[4,7.5,7,9.5],"rotation":90,"texture":"#0"},"west":{"uv":[4,7.5,7,10.5],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,9.5,6.5,11.5],"rotation":90,"texture":"#0"},"down":{"uv":[4,7.5,7,9.5],"rotation":90,"texture":"#0"}}},{"from":[6.01,14.62836,7.62836],"to":[9.99,19.10836,9.60836],"rotation":{"angle":0,"axis":"x","origin":[7,15.84985,8.2685]},"faces":{"north":{"uv":[5,4.5,9,9],"rotation":180,"texture":"#0"},"east":{"uv":[5,4.5,7,9],"rotation":180,"texture":"#0"},"south":{"uv":[3,5.5,7,10],"rotation":180,"texture":"#0"},"west":{"uv":[5,4.5,7,9],"rotation":180,"texture":"#0"},"up":{"uv":[2.5,6,6.5,8],"rotation":180,"texture":"#0"},"down":{"uv":[5,4.5,9,6.5],"rotation":180,"texture":"#0"}}},{"from":[6.51,0.09135,6.92865],"to":[9.49,4.57135,8.90865],"rotation":{"angle":22.5,"axis":"x","origin":[7,3.34985,8.2685]},"faces":{"north":{"uv":[3,5.5,6,10],"texture":"#0"},"east":{"uv":[5,4.5,7,9],"texture":"#0"},"south":{"uv":[5,4.5,8,9],"texture":"#0"},"west":{"uv":[5,4.5,7,9],"texture":"#0"},"up":{"uv":[5,4.5,8,6.5],"rotation":180,"texture":"#0"},"down":{"uv":[2.5,6,5.5,8],"rotation":180,"texture":"#0"}}},{"from":[6.80197,19.92736,11.49439],"to":[9.20197,21.32736,12.89439],"rotation":{"angle":0,"axis":"x","origin":[7.49847,21.96876,11.61021]},"faces":{"north":{"uv":[4,7.5,6.4,8.9],"rotation":180,"texture":"#0"},"east":{"uv":[4,7.5,5.4,8.9],"rotation":180,"texture":"#0"},"south":{"uv":[4,7.5,6.4,8.9],"rotation":180,"texture":"#0"},"west":{"uv":[4,7.5,5.4,8.9],"rotation":180,"texture":"#0"},"up":{"uv":[4,7.5,6.4,8.9],"rotation":180,"texture":"#0"},"down":{"uv":[4,7.5,6.4,8.9],"rotation":180,"texture":"#0"}}},{"from":[7.2,19.18752,11.42042],"to":[8.8,23.78752,13.02042],"rotation":{"angle":22.5,"axis":"x","origin":[7.49847,21.96876,11.61021]},"faces":{"north":{"uv":[4,7.5,5.6,12.1],"rotation":180,"texture":"#0"},"east":{"uv":[4,7.5,5.6,12.1],"rotation":180,"texture":"#0"},"south":{"uv":[4,7.5,5.6,12.1],"rotation":180,"texture":"#0"},"west":{"uv":[4,7.5,5.6,12.1],"rotation":180,"texture":"#0"},"up":{"uv":[4,7.5,5.6,9.1],"rotation":180,"texture":"#0"},"down":{"uv":[4,7.5,5.6,9.1],"rotation":180,"texture":"#0"}}},{"from":[7.02,7.70752,6.74042],"to":[8.98,19.66752,7.70042],"rotation":{"angle":0,"axis":"x","origin":[7.49847,17.71876,6.61021]},"faces":{"north":{"uv":[4,0.04,5.96,12],"rotation":180,"texture":"#0"},"east":{"uv":[4,0.04,4.96,12],"rotation":180,"texture":"#0"},"south":{"uv":[4,0.04,5.96,12],"rotation":180,"texture":"#0"},"west":{"uv":[4,0.04,4.96,12],"rotation":180,"texture":"#0"},"up":{"uv":[4,7.5,5.96,8.46],"rotation":180,"texture":"#0"},"down":{"uv":[4,0,5.96,0.96],"rotation":180,"texture":"#0"}}},{"from":[7.02,7.55751,8.66473],"to":[8.98,14.51751,9.62473],"rotation":{"angle":0,"axis":"x","origin":[7.49847,12.56875,8.53453]},"faces":{"north":{"uv":[5,0,6.96,6.96],"rotation":180,"texture":"#0"},"east":{"uv":[5,0,5.96,6.96],"rotation":180,"texture":"#0"},"south":{"uv":[5,0,6.96,6.96],"rotation":180,"texture":"#0"},"west":{"uv":[5,0,5.96,6.96],"rotation":180,"texture":"#0"},"up":{"uv":[5,0,6.96,0.96],"rotation":180,"texture":"#0"},"down":{"uv":[2,0,3.96,0.96],"rotation":180,"texture":"#0"}}},{"from":[7.02,2.70975,6.69937],"to":[9.02,7.70975,9.69937],"rotation":{"angle":0,"axis":"x","origin":[8,5.18975,7.17937]},"faces":{"north":{"uv":[5,0,7,5],"texture":"#0"},"east":{"uv":[5,0,8,5],"texture":"#0"},"south":{"uv":[5,0,7,5],"texture":"#0"},"west":{"uv":[5,0,8,5],"texture":"#0"},"up":{"uv":[2,0,4,3],"rotation":180,"texture":"#0"},"down":{"uv":[5,0,7,3],"rotation":180,"texture":"#0"}}},{"from":[7.02,13.95752,11.74042],"to":[8.98,23.91752,12.70042],"rotation":{"angle":22.5,"axis":"x","origin":[7.49847,21.96876,11.61021]},"faces":{"north":{"uv":[4,4,5.96,13.96],"rotation":180,"texture":"#0"},"east":{"uv":[4,4,4.96,13.96],"rotation":180,"texture":"#0"},"south":{"uv":[4,4,5.96,13.96],"rotation":180,"texture":"#0"},"west":{"uv":[4,4,4.96,13.96],"rotation":180,"texture":"#0"},"up":{"uv":[4,4,5.96,4.96],"rotation":180,"texture":"#0"},"down":{"uv":[4,4,5.96,4.96],"rotation":180,"texture":"#0"}}},{"from":[7,16.07813,14.31173],"to":[9,21.07813,15.31173],"rotation":{"angle":45,"axis":"x","origin":[7.49847,21.96876,11.61021]},"faces":{"north":{"uv":[4,7.5,6,12.5],"rotation":180,"texture":"#0"},"east":{"uv":[4,7.5,5,12.5],"rotation":180,"texture":"#0"},"south":{"uv":[4,7.5,6,12.5],"rotation":180,"texture":"#0"},"west":{"uv":[4,7.5,5,12.5],"rotation":180,"texture":"#0"},"up":{"uv":[4,7.5,6,8.5],"rotation":180,"texture":"#0"},"down":{"uv":[4,7.5,6,8.5],"rotation":180,"texture":"#0"}}},{"from":[7.20141,18.63443,12.06111],"to":[8.80141,23.23443,13.66111],"rotation":{"angle":0,"axis":"x","origin":[7.49847,21.96876,11.61021]},"faces":{"north":{"uv":[4,7.5,5.6,12.1],"rotation":180,"texture":"#0"},"east":{"uv":[4,7.5,5.6,12.1],"rotation":180,"texture":"#0"},"south":{"uv":[4,7.5,5.6,12.1],"rotation":180,"texture":"#0"},"west":{"uv":[4,7.5,5.6,12.1],"rotation":180,"texture":"#0"},"up":{"uv":[4,7.5,5.6,9.1],"rotation":180,"texture":"#0"},"down":{"uv":[4,7.5,5.6,9.1],"rotation":180,"texture":"#0"}}},{"from":[7.19705,19.82226,10.79606],"to":[8.79705,21.12226,15.39606],"rotation":{"angle":45,"axis":"x","origin":[7.49847,21.96876,11.61021]},"faces":{"north":{"uv":[4,7.5,5.3,9.1],"rotation":270,"texture":"#0"},"east":{"uv":[4,7.5,5.3,12.1],"rotation":270,"texture":"#0"},"south":{"uv":[4,7.5,5.3,9.1],"rotation":270,"texture":"#0"},"west":{"uv":[4,7.5,5.3,12.1],"rotation":270,"texture":"#0"},"up":{"uv":[4,7.5,8.6,9.1],"rotation":270,"texture":"#0"},"down":{"uv":[4,7.5,8.6,9.1],"rotation":270,"texture":"#0"}}},{"from":[6.99731,18.76685,7.10962],"to":[8.99731,19.76685,9.60962],"rotation":{"angle":22.5,"axis":"x","origin":[7.49739,20.40628,7.81419]},"faces":{"north":{"uv":[4,7.5,5,9.5],"rotation":270,"texture":"#0"},"east":{"uv":[4,7.5,5,10],"rotation":270,"texture":"#0"},"south":{"uv":[4,7.5,5,9.5],"rotation":270,"texture":"#0"},"west":{"uv":[4,7.5,5,10],"rotation":270,"texture":"#0"},"up":{"uv":[4,7.5,6.5,9.5],"rotation":270,"texture":"#0"},"down":{"uv":[4,7.5,6.5,9.5],"rotation":270,"texture":"#0"}}},{"from":[6.99731,23.3116,9.44955],"to":[8.99731,24.3116,11.94955],"rotation":{"angle":45,"axis":"x","origin":[7.49847,21.96876,11.61021]},"faces":{"north":{"uv":[4,7.5,5,9.5],"rotation":270,"texture":"#0"},"east":{"uv":[4,7.5,5,10],"rotation":270,"texture":"#0"},"south":{"uv":[4,7.5,5,9.5],"rotation":270,"texture":"#0"},"west":{"uv":[4,7.5,5,10],"rotation":270,"texture":"#0"},"up":{"uv":[4,7.5,6.5,9.5],"rotation":270,"texture":"#0"},"down":{"uv":[4,7.5,6.5,9.5],"rotation":270,"texture":"#0"}}},{"from":[6.9985,19.54572,7.40712],"to":[8.9985,20.54572,9.90712],"rotation":{"angle":45,"axis":"x","origin":[7.49739,20.40628,7.81419]},"faces":{"north":{"uv":[4,7.5,5,9.5],"rotation":270,"texture":"#0"},"east":{"uv":[4,7.5,5,10],"rotation":270,"texture":"#0"},"south":{"uv":[4,7.5,5,9.5],"rotation":270,"texture":"#0"},"west":{"uv":[4,7.5,5,10],"rotation":270,"texture":"#0"},"up":{"uv":[4,7.5,6.5,9.5],"rotation":270,"texture":"#0"},"down":{"uv":[4,7.5,6.5,9.5],"rotation":270,"texture":"#0"}}},{"from":[6.9985,22.36235,12.94769],"to":[8.9985,24.86235,13.94769],"rotation":{"angle":-22.5,"axis":"x","origin":[7.49847,21.96876,11.61021]},"faces":{"north":{"uv":[4,7.5,6,10],"texture":"#0"},"east":{"uv":[4,7.5,5,10],"texture":"#0"},"south":{"uv":[4,7.5,6,10],"texture":"#0"},"west":{"uv":[4,7.5,5,10],"texture":"#0"},"up":{"uv":[4,7.5,6,8.5],"texture":"#0"},"down":{"uv":[4,7.5,6,8.5],"texture":"#0"}}},{"from":[7.09705,20.20951,7.41031],"to":[8.89705,21.00951,8.21031],"rotation":{"angle":0,"axis":"x","origin":[7.49739,20.40628,7.81419]},"faces":{"north":{"uv":[4,7.5,5.8,8.3],"rotation":180,"texture":"#0"},"east":{"uv":[4,7.5,4.8,8.3],"rotation":180,"texture":"#0"},"south":{"uv":[4,7.5,5.8,8.3],"rotation":180,"texture":"#0"},"west":{"uv":[4,7.5,4.8,8.3],"rotation":180,"texture":"#0"},"up":{"uv":[4,7.5,5.8,8.3],"rotation":180,"texture":"#0"},"down":{"uv":[4,7.5,5.8,8.3],"rotation":180,"texture":"#0"}}},{"from":[7.09705,25.08447,11.00234],"to":[8.89705,25.88447,11.80234],"rotation":{"angle":22.5,"axis":"x","origin":[7.49847,21.96876,11.61021]},"faces":{"north":{"uv":[4,7.5,5.8,8.3],"rotation":180,"texture":"#0"},"east":{"uv":[4,7.5,4.8,8.3],"rotation":180,"texture":"#0"},"south":{"uv":[4,7.5,5.8,8.3],"rotation":180,"texture":"#0"},"west":{"uv":[4,7.5,4.8,8.3],"rotation":180,"texture":"#0"},"up":{"uv":[4,7.5,5.8,8.3],"rotation":180,"texture":"#0"},"down":{"uv":[4,7.5,5.8,8.3],"rotation":180,"texture":"#0"}}},{"from":[7.09705,20.07225,10.3764],"to":[8.89705,20.87225,11.1764],"rotation":{"angle":45,"axis":"x","origin":[7.49847,21.96876,11.61021]},"faces":{"north":{"uv":[4,7.5,4.8,9.3],"rotation":270,"texture":"#0"},"east":{"uv":[4,7.5,4.8,8.3],"rotation":270,"texture":"#0"},"south":{"uv":[4,7.5,4.8,9.3],"rotation":270,"texture":"#0"},"west":{"uv":[4,7.5,4.8,8.3],"rotation":270,"texture":"#0"},"up":{"uv":[4,7.5,4.8,9.3],"rotation":270,"texture":"#0"},"down":{"uv":[4,7.5,4.8,9.3],"rotation":270,"texture":"#0"}}},{"from":[7.19705,20.81341,7.73425],"to":[8.79705,21.41341,8.33425],"rotation":{"angle":-22.5,"axis":"x","origin":[7.49739,20.40628,7.81419]},"faces":{"north":{"uv":[4,7.5,5.6,8.1],"rotation":180,"texture":"#0"},"east":{"uv":[4,7.5,4.6,8.1],"rotation":180,"texture":"#0"},"south":{"uv":[4,7.5,5.6,8.1],"rotation":180,"texture":"#0"},"west":{"uv":[4,7.5,4.6,8.1],"rotation":180,"texture":"#0"},"up":{"uv":[4,7.5,5.6,8.1],"rotation":180,"texture":"#0"},"down":{"uv":[4,7.5,5.6,8.1],"rotation":180,"texture":"#0"}}},{"from":[7.19705,25.51428,12.60943],"to":[8.79705,26.11428,13.20943],"rotation":{"angle":0,"axis":"x","origin":[7.49847,21.96876,11.61021]},"faces":{"north":{"uv":[4,7.5,5.6,8.1],"rotation":180,"texture":"#0"},"east":{"uv":[4,7.5,4.6,8.1],"rotation":180,"texture":"#0"},"south":{"uv":[4,7.5,5.6,8.1],"rotation":180,"texture":"#0"},"west":{"uv":[4,7.5,4.6,8.1],"rotation":180,"texture":"#0"},"up":{"uv":[4,7.5,5.6,8.1],"rotation":180,"texture":"#0"},"down":{"uv":[4,7.5,5.6,8.1],"rotation":180,"texture":"#0"}}},{"from":[7.19705,22.3843,9.46266],"to":[8.79705,22.9843,10.06266],"rotation":{"angle":-22.5,"axis":"x","origin":[7.49847,21.96876,11.61021]},"faces":{"north":{"uv":[4,7.5,5.6,8.1],"rotation":180,"texture":"#0"},"east":{"uv":[4,7.5,4.6,8.1],"rotation":180,"texture":"#0"},"south":{"uv":[4,7.5,5.6,8.1],"rotation":180,"texture":"#0"},"west":{"uv":[4,7.5,4.6,8.1],"rotation":180,"texture":"#0"},"up":{"uv":[4,7.5,5.6,8.1],"rotation":180,"texture":"#0"},"down":{"uv":[4,7.5,5.6,8.1],"rotation":180,"texture":"#0"}}},{"from":[7.29705,20.79594,6.39686],"to":[8.69705,21.19594,7.09686],"rotation":{"angle":45,"axis":"x","origin":[7.49739,20.40628,7.81419]},"faces":{"north":{"uv":[4,7.5,5.4,7.9],"texture":"#0"},"east":{"uv":[4,7.5,4.7,7.9],"texture":"#0"},"south":{"uv":[4,7.5,5.4,7.9],"texture":"#0"},"west":{"uv":[4,7.5,4.7,7.9],"texture":"#0"},"up":{"uv":[4,7.5,5.4,8.2],"texture":"#0"},"down":{"uv":[4,7.5,5.4,8.2],"texture":"#0"}}},{"from":[7.29705,25.17261,14.19791],"to":[8.69705,25.87261,14.59791],"rotation":{"angle":-22.5,"axis":"x","origin":[7.49847,21.96876,11.61021]},"faces":{"north":{"uv":[4,7.5,4.7,8.9],"rotation":90,"texture":"#0"},"east":{"uv":[4,7.5,4.7,7.9],"rotation":90,"texture":"#0"},"south":{"uv":[4,7.5,4.7,8.9],"rotation":90,"texture":"#0"},"west":{"uv":[4,7.5,4.7,7.9],"rotation":90,"texture":"#0"},"up":{"uv":[4,7.5,4.4,8.9],"rotation":90,"texture":"#0"},"down":{"uv":[4,7.5,4.4,8.9],"rotation":90,"texture":"#0"}}},{"from":[7.29705,22.07104,9.31372],"to":[8.69705,22.77104,9.71372],"rotation":{"angle":0,"axis":"x","origin":[7.49847,21.96876,11.61021]},"faces":{"north":{"uv":[4,7.5,4.7,8.9],"rotation":90,"texture":"#0"},"east":{"uv":[4,7.5,4.7,7.9],"rotation":90,"texture":"#0"},"south":{"uv":[4,7.5,4.7,8.9],"rotation":90,"texture":"#0"},"west":{"uv":[4,7.5,4.7,7.9],"rotation":90,"texture":"#0"},"up":{"uv":[4,7.5,4.4,8.9],"rotation":90,"texture":"#0"},"down":{"uv":[4,7.5,4.4,8.9],"rotation":90,"texture":"#0"}}}],"display":{"thirdperson_righthand":{"translation":[0.5,-1,1.5],"scale":[1.1,1.1,1.1]},"thirdperson_lefthand":{"rotation":[0,-180,0],"translation":[0,6,1.5],"scale":[1.1,1.1,1.1]},"firstperson_righthand":{"rotation":[-14,0,0],"translation":[1.5,1.5,2],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[-14,0,0],"translation":[1.5,1.5,2],"scale":[0.6,0.6,0.6]},"ground":{"translation":[0,13.75,0]},"gui":{"rotation":[70,43,-76],"translation":[-1.25,-0.25,0],"scale":[0.6,0.6,0.6]},"head":{"translation":[0,-30,-0.5],"scale":[3.4,3.4,3.4]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/anomaly/anomaly_body.json b/assets/minecraft/models/item/wynn/jigsaw/anomaly/anomaly_body.json new file mode 100644 index 000000000..e836960b8 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/anomaly/anomaly_body.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/anomaly/anomaly_body","1":"wynn/jigsaw/anomaly/anomaly_eyes","particle":"wynn/jigsaw/anomaly/anomaly_eyes"},"elements":[{"from":[7.52476,18.86686,4.85841],"to":[16.52476,20.86686,10.85841],"rotation":{"angle":-22.5,"axis":"y","origin":[8.00112,5.40629,12.50962]},"faces":{"north":{"uv":[2.5,5.5,7,6.5],"rotation":180,"texture":"#0"},"east":{"uv":[2.5,5.5,5.5,6.5],"rotation":180,"texture":"#0"},"south":{"uv":[2.5,5.5,7,6.5],"rotation":180,"texture":"#0"},"west":{"uv":[2.5,5.5,5.5,6.5],"rotation":180,"texture":"#0"},"up":{"uv":[4,3.5,8.5,6.5],"rotation":180,"texture":"#0"},"down":{"uv":[2.5,2,7,5],"rotation":180,"texture":"#0"}}},{"from":[-0.52459,18.86686,4.85756],"to":[8.47541,20.86686,10.85756],"rotation":{"angle":22.5,"axis":"y","origin":[8.00112,5.40629,12.50962]},"faces":{"north":{"uv":[7,5.5,11.5,6.5],"rotation":180,"texture":"#0"},"east":{"uv":[5.5,5.5,8.5,6.5],"rotation":180,"texture":"#0"},"south":{"uv":[7,5.5,11.5,6.5],"rotation":180,"texture":"#0"},"west":{"uv":[5.5,5.5,8.5,6.5],"rotation":180,"texture":"#0"},"up":{"uv":[8,3,12.5,6],"rotation":180,"texture":"#0"},"down":{"uv":[7,2,11.5,5],"rotation":180,"texture":"#0"}}},{"from":[2.47541,20.86686,5.85756],"to":[8.47541,22.86686,11.85756],"rotation":{"angle":22.5,"axis":"y","origin":[11.00112,7.40629,13.50962]},"faces":{"north":{"uv":[1,5.5,4,6.5],"rotation":180,"texture":"#0"},"east":{"uv":[1,5.5,4,6.5],"rotation":180,"texture":"#0"},"south":{"uv":[1,5.5,4,6.5],"rotation":180,"texture":"#0"},"west":{"uv":[1,5.5,4,6.5],"rotation":180,"texture":"#0"},"up":{"uv":[0,1.5,3,4.5],"rotation":180,"texture":"#0"},"down":{"uv":[1,5.5,4,8.5],"rotation":180,"texture":"#0"}}},{"from":[7.52459,20.86686,5.85756],"to":[13.52459,22.86686,11.85756],"rotation":{"angle":-22.5,"axis":"y","origin":[4.99888,7.40629,13.50962]},"faces":{"north":{"uv":[4,5.5,1,6.5],"rotation":180,"texture":"#0"},"east":{"uv":[4,5.5,1,6.5],"rotation":180,"texture":"#0"},"south":{"uv":[4,5.5,1,6.5],"rotation":180,"texture":"#0"},"west":{"uv":[4,5.5,1,6.5],"rotation":180,"texture":"#0"},"up":{"uv":[3,1.5,0,4.5],"rotation":180,"texture":"#0"},"down":{"uv":[4,5.5,1,8.5],"rotation":180,"texture":"#0"}}},{"from":[-4.7826,17.2209,8.24596],"to":[0.2174,19.2209,14.24596],"rotation":{"angle":22.5,"axis":"z","origin":[-4.2826,18.2209,11.24596]},"faces":{"north":{"uv":[8.5,7,11,8],"rotation":180,"texture":"#0"},"east":{"uv":[5.5,5.5,8.5,6.5],"rotation":180,"texture":"#0"},"south":{"uv":[7,5.5,9.5,6.5],"rotation":180,"texture":"#0"},"west":{"uv":[5.5,5.5,8.5,6.5],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,6,11,9],"rotation":180,"texture":"#0"},"down":{"uv":[7,2,9.5,5],"rotation":180,"texture":"#0"}}},{"from":[15.7826,17.2209,8.24596],"to":[20.7826,19.2209,14.24596],"rotation":{"angle":-22.5,"axis":"z","origin":[20.2826,18.2209,11.24596]},"faces":{"north":{"uv":[11,7,8.5,8],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,5.5,5.5,6.5],"rotation":180,"texture":"#0"},"south":{"uv":[9.5,5.5,7,6.5],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,5.5,5.5,6.5],"rotation":180,"texture":"#0"},"up":{"uv":[11,6,8.5,9],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,2,7,5],"rotation":180,"texture":"#0"}}},{"from":[1.04842,11.43908,17.81623],"to":[14.94842,15.43908,20.71623],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00112,7.40629,14.50962]},"faces":{"north":{"uv":[3.5,1,10.45,3],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,1,4.95,3],"rotation":180,"texture":"#0"},"south":{"uv":[3,1,9.95,3],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,1,4.95,3],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,1,10.45,2.45],"rotation":180,"texture":"#0"},"down":{"uv":[3,0,9.95,1.45],"texture":"#0"}}},{"from":[1.04842,13.78407,19.81418],"to":[14.94842,16.78407,22.71418],"rotation":{"angle":-45,"axis":"x","origin":[8.00112,7.40629,14.50962]},"faces":{"north":{"uv":[3.5,5,10.45,6.5],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,5,4.95,6.5],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,5,10.45,6.5],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,5,4.95,6.5],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,5,10.45,6.45],"rotation":180,"texture":"#0"},"down":{"uv":[3.5,5,10.45,6.45],"rotation":180,"texture":"#0"}}},{"from":[3.09842,3.14116,18.42771],"to":[12.89842,7.14116,21.22771],"rotation":{"angle":0,"axis":"y","origin":[8.00112,7.40629,14.50962]},"faces":{"north":{"uv":[2,1.5,6.9,3.5],"texture":"#0"},"east":{"uv":[2,1.5,3.4,3.5],"texture":"#0"},"south":{"uv":[2,1.5,6.9,3.5],"texture":"#0"},"west":{"uv":[2,1.5,3.4,3.5],"texture":"#0"},"up":{"uv":[2,1.5,6.9,2.9],"texture":"#0"},"down":{"uv":[4,3,8.9,4.4],"texture":"#0"}}},{"from":[4,-2.35884,18.42771],"to":[12,1.64116,21.22771],"rotation":{"angle":0,"axis":"y","origin":[8.00112,7.40629,14.50962]},"faces":{"north":{"uv":[2,1.5,6,3.5],"texture":"#0"},"east":{"uv":[2,1.5,3.4,3.5],"texture":"#0"},"south":{"uv":[2,1.5,6,3.5],"texture":"#0"},"west":{"uv":[2,1.5,3.4,3.5],"texture":"#0"},"up":{"uv":[2,1.5,6,2.9],"texture":"#0"},"down":{"uv":[4,3,8,4.4],"texture":"#0"}}},{"from":[2.09842,6.07844,18.05607],"to":[13.89842,10.07844,20.85607],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00112,7.40629,14.50962]},"faces":{"north":{"uv":[2,1.5,7.9,3.5],"texture":"#0"},"east":{"uv":[2,1.5,3.4,3.5],"texture":"#0"},"south":{"uv":[2,1.5,7.9,3.5],"texture":"#0"},"west":{"uv":[2,1.5,3.4,3.5],"texture":"#0"},"up":{"uv":[2,1.5,7.9,2.9],"texture":"#0"},"down":{"uv":[4,3,9.9,4.4],"texture":"#0"}}},{"from":[6.03772,-9.60862,23.05087],"to":[10.01772,0.62138,25.03087],"rotation":{"angle":22.5,"axis":"x","origin":[8.00112,7.40629,14.50962]},"faces":{"north":{"uv":[3,6.5,5,11],"texture":"#0"},"east":{"uv":[3,6.5,4,11],"texture":"#0"},"south":{"uv":[3,6.5,5,11],"texture":"#0"},"west":{"uv":[4,6.5,5,11],"texture":"#0"},"up":{"uv":[3,7.5,5,8.5],"texture":"#0"},"down":{"uv":[3,6.5,4.99,7.49],"texture":"#0"}}},{"from":[6.04772,-14.32975,15.74866],"to":[10.00772,-7.11975,17.70866],"rotation":{"angle":0,"axis":"x","origin":[8.00112,7.92516,14.94741]},"faces":{"north":{"uv":[3,6.5,5,11],"texture":"#0"},"east":{"uv":[3,6.5,4,11],"texture":"#0"},"south":{"uv":[3,6.5,5,11],"texture":"#0"},"west":{"uv":[4,6.5,5,11],"texture":"#0"},"up":{"uv":[3,7.5,5,8.5],"texture":"#0"},"down":{"uv":[3,6.5,4.99,7.49],"texture":"#0"}}},{"from":[9.29036,-15.07975,14.74866],"to":[13.25036,-7.86975,16.70866],"rotation":{"angle":-22.5,"axis":"z","origin":[11.27036,-11.47475,15.72866]},"faces":{"north":{"uv":[3,6.5,5,11],"rotation":180,"texture":"#0"},"east":{"uv":[4,6.5,5,11],"rotation":180,"texture":"#0"},"south":{"uv":[3,6.5,5,11],"rotation":180,"texture":"#0"},"west":{"uv":[2.5,6.5,3.5,11],"rotation":180,"texture":"#0"},"up":{"uv":[3,10.5,4.99,11.49],"rotation":180,"texture":"#0"},"down":{"uv":[2.5,6.5,4.5,7.5],"rotation":180,"texture":"#0"}}},{"from":[2.74964,-15.07975,14.74866],"to":[6.70964,-7.86975,16.70866],"rotation":{"angle":22.5,"axis":"z","origin":[4.72964,-11.47475,15.72866]},"faces":{"north":{"uv":[5,6.5,3,11],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,6.5,2.5,11],"rotation":180,"texture":"#0"},"south":{"uv":[5,6.5,3,11],"rotation":180,"texture":"#0"},"west":{"uv":[5,6.5,4,11],"rotation":180,"texture":"#0"},"up":{"uv":[4.99,8.5,3,9.49],"rotation":180,"texture":"#0"},"down":{"uv":[4.5,6.5,2.5,7.5],"rotation":180,"texture":"#0"}}},{"from":[4.66928,-7.88574,14.74866],"to":[6.62928,-3.67574,16.70866],"rotation":{"angle":22.5,"axis":"z","origin":[4.64928,-11.28074,15.72866]},"faces":{"north":{"uv":[3,9.5,3.98,11.605],"rotation":180,"texture":"#0"},"east":{"uv":[3,9.5,3.98,11.605],"rotation":180,"texture":"#0"},"south":{"uv":[3,9.5,3.98,11.605],"rotation":180,"texture":"#0"},"west":{"uv":[3,9.5,3.98,11.605],"rotation":180,"texture":"#0"},"up":{"uv":[3,9.5,3.98,10.48],"rotation":180,"texture":"#0"},"down":{"uv":[3,9.5,3.98,10.48],"rotation":180,"texture":"#0"}}},{"from":[9.37072,-7.88574,14.74866],"to":[11.33072,-3.67574,16.70866],"rotation":{"angle":-22.5,"axis":"z","origin":[11.35072,-11.28074,15.72866]},"faces":{"north":{"uv":[3.98,9.5,3,11.605],"rotation":180,"texture":"#0"},"east":{"uv":[3.98,9.5,3,11.605],"rotation":180,"texture":"#0"},"south":{"uv":[3.98,9.5,3,11.605],"rotation":180,"texture":"#0"},"west":{"uv":[3.98,9.5,3,11.605],"rotation":180,"texture":"#0"},"up":{"uv":[3.98,9.5,3,10.48],"rotation":180,"texture":"#0"},"down":{"uv":[3.98,9.5,3,10.48],"rotation":180,"texture":"#0"}}},{"from":[12.68401,-9.99173,14.73866],"to":[16.91401,-8.01173,16.71866],"rotation":{"angle":22.5,"axis":"z","origin":[16.79901,-9.00173,15.72866]},"faces":{"north":{"uv":[3.98,9.5,4.96,11.605],"rotation":90,"texture":"#0"},"east":{"uv":[3.98,9.5,4.96,10.48],"rotation":270,"texture":"#0"},"south":{"uv":[3.98,9.5,4.96,11.605],"rotation":270,"texture":"#0"},"west":{"uv":[3.98,9.5,4.96,10.48],"rotation":270,"texture":"#0"},"up":{"uv":[3.98,9.5,4.96,11.605],"rotation":270,"texture":"#0"},"down":{"uv":[3.98,9.5,4.96,11.605],"rotation":270,"texture":"#0"}}},{"from":[-0.91401,-9.99173,14.73866],"to":[3.31599,-8.01173,16.71866],"rotation":{"angle":-22.5,"axis":"z","origin":[-0.79901,-9.00173,15.72866]},"faces":{"north":{"uv":[3.98,11.605,4.96,9.5],"rotation":90,"texture":"#0"},"east":{"uv":[3.98,10.48,4.96,9.5],"rotation":270,"texture":"#0"},"south":{"uv":[3.98,11.605,4.96,9.5],"rotation":270,"texture":"#0"},"west":{"uv":[3.98,10.48,4.96,9.5],"rotation":270,"texture":"#0"},"up":{"uv":[3.98,11.605,4.96,9.5],"rotation":270,"texture":"#0"},"down":{"uv":[3.98,11.605,4.96,9.5],"rotation":270,"texture":"#0"}}},{"from":[7.3,-2.79703,24.31614],"to":[8.7,-1.39703,29.71614],"rotation":{"angle":22.5,"axis":"x","origin":[8.00112,7.40629,14.50962]},"faces":{"north":{"uv":[9.5,0,10,0.5],"rotation":90,"texture":"#0"},"east":{"uv":[9.5,0,10,4],"rotation":270,"texture":"#0"},"south":{"uv":[9.5,0,10,0.5],"rotation":90,"texture":"#0"},"west":{"uv":[9.5,0,10,4],"rotation":90,"texture":"#0"},"up":{"uv":[9.5,0,13.5,0.5],"rotation":90,"texture":"#0"},"down":{"uv":[9.5,0,13.5,0.5],"rotation":90,"texture":"#0"}}},{"from":[7.3,-12.19982,17.86559],"to":[8.7,-10.79982,23.26559],"rotation":{"angle":22.5,"axis":"x","origin":[8,-10.49982,20.56559]},"faces":{"north":{"uv":[9.5,4,10,8],"rotation":90,"texture":"#0"},"east":{"uv":[9.5,4,10,8],"rotation":270,"texture":"#0"},"south":{"uv":[9.5,4,10,4.5],"rotation":90,"texture":"#0"},"west":{"uv":[9.5,4,10,8],"rotation":90,"texture":"#0"},"up":{"uv":[9.5,4,10,8],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,4,10,8],"texture":"#0"}}},{"from":[7.3,-1.16387,20.3006],"to":[8.7,0.23613,26.7006],"rotation":{"angle":0,"axis":"y","origin":[8.00112,7.40629,14.50962]},"faces":{"north":{"uv":[9,2,9.5,2.5],"rotation":180,"texture":"#0"},"east":{"uv":[9,2,9.5,5],"rotation":270,"texture":"#0"},"south":{"uv":[9,2,9.5,2.5],"texture":"#0"},"west":{"uv":[9,2,9.5,5],"rotation":90,"texture":"#0"},"up":{"uv":[9,2,9.5,5],"rotation":180,"texture":"#0"},"down":{"uv":[9,2,9.5,5],"texture":"#0"}}},{"from":[7.3,4.58613,20.3006],"to":[8.7,5.98613,26.7006],"rotation":{"angle":0,"axis":"y","origin":[8.00112,7.40629,14.50962]},"faces":{"north":{"uv":[11,0,11.5,0.5],"rotation":180,"texture":"#0"},"east":{"uv":[11,0,11.5,3],"rotation":270,"texture":"#0"},"south":{"uv":[11,0,11.5,0.5],"texture":"#0"},"west":{"uv":[11,0,11.5,3],"rotation":90,"texture":"#0"},"up":{"uv":[11,0,11.5,3],"rotation":180,"texture":"#0"},"down":{"uv":[11,0,11.5,3],"texture":"#0"}}},{"from":[7.3,7.42704,19.53546],"to":[8.7,8.82704,26.93546],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00112,7.40629,14.50962]},"faces":{"north":{"uv":[3.5,0,4,0.5],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,0,4,3.5],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,0,4,0.5],"texture":"#0"},"west":{"uv":[3.5,0,4,3.5],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,0,4,3.5],"rotation":180,"texture":"#0"},"down":{"uv":[3.5,0,4,3.5],"texture":"#0"}}},{"from":[7.3,12.42704,19.53546],"to":[8.7,13.82704,23.93546],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00112,7.40629,14.50962]},"faces":{"north":{"uv":[12,0.5,12.5,1],"rotation":180,"texture":"#0"},"east":{"uv":[12,0.5,12.5,2.5],"rotation":270,"texture":"#0"},"south":{"uv":[12,0.5,12.5,1],"texture":"#0"},"west":{"uv":[12,0.5,12.5,2.5],"rotation":90,"texture":"#0"},"up":{"uv":[12,0.5,12.5,2.5],"rotation":180,"texture":"#0"},"down":{"uv":[12,0.5,12.5,2.5],"texture":"#0"}}},{"from":[7.3,14.37854,21.82466],"to":[8.7,15.77854,26.82466],"rotation":{"angle":-45,"axis":"x","origin":[8.00112,7.40629,14.50962]},"faces":{"north":{"uv":[9,2,9.5,2.5],"rotation":180,"texture":"#0"},"east":{"uv":[9,2,9.5,4.3],"rotation":270,"texture":"#0"},"south":{"uv":[9,2,9.5,2.5],"texture":"#0"},"west":{"uv":[9,2,9.5,4.3],"rotation":90,"texture":"#0"},"up":{"uv":[9,2,9.5,4.3],"rotation":180,"texture":"#0"},"down":{"uv":[9,2,9.5,4.3],"texture":"#0"}}},{"from":[7.3,20.37854,21.82466],"to":[8.7,21.77854,24.22466],"rotation":{"angle":-45,"axis":"x","origin":[8.00112,7.40629,14.50962]},"faces":{"north":{"uv":[9,2,9.5,2.5],"rotation":180,"texture":"#0"},"east":{"uv":[9,2,9.5,3],"rotation":270,"texture":"#0"},"south":{"uv":[9,2,9.5,2.5],"texture":"#0"},"west":{"uv":[9,2,9.5,3],"rotation":90,"texture":"#0"},"up":{"uv":[9,2,9.5,3],"rotation":180,"texture":"#0"},"down":{"uv":[9,2,9.5,3],"texture":"#0"}}},{"from":[6.01,-6.14266,24.28888],"to":[9.99,0.83734,25.26888],"rotation":{"angle":22.5,"axis":"x","origin":[8.00112,7.40629,14.50962]},"faces":{"north":{"uv":[10.5,4.5,12.5,8],"texture":"#0"},"east":{"uv":[10.5,4.5,11,8],"texture":"#0"},"south":{"uv":[10.5,4.5,12.5,8],"texture":"#0"},"west":{"uv":[10.5,4.5,11,8],"texture":"#0"},"up":{"uv":[10.5,4.5,12.5,5],"texture":"#0"},"down":{"uv":[9,10.5,11,11],"texture":"#0"}}},{"from":[6,-2.77461,20.94913],"to":[10,7.22539,21.94913],"rotation":{"angle":0,"axis":"y","origin":[8.00112,7.40629,14.50962]},"faces":{"north":{"uv":[5.5,0,7.5,5],"texture":"#0"},"east":{"uv":[5.5,0,6,5],"texture":"#0"},"south":{"uv":[5.5,0,7.5,5],"texture":"#0"},"west":{"uv":[5.5,0,6,5],"texture":"#0"},"up":{"uv":[5.5,0,7.5,0.5],"texture":"#0"},"down":{"uv":[5.5,0,7.5,0.5],"texture":"#0"}}},{"from":[6.01,4.40219,20.32361],"to":[9.99,14.38219,21.30361],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00112,7.40629,14.50962]},"faces":{"north":{"uv":[3.5,0,5.5,5],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,0,4,5],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,0,5.5,5],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,0,4,5],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,0,5.5,0.5],"rotation":180,"texture":"#0"},"down":{"uv":[3.5,0,5.5,0.5],"rotation":180,"texture":"#0"}}},{"from":[6,11.25665,22.46907],"to":[10,21.25665,23.46907],"rotation":{"angle":-45,"axis":"x","origin":[8.00112,7.40629,14.50962]},"faces":{"north":{"uv":[5.5,5,7.5,10],"rotation":180,"texture":"#0"},"east":{"uv":[5.5,5,6,10],"rotation":180,"texture":"#0"},"south":{"uv":[5.5,5,7.5,10],"rotation":180,"texture":"#0"},"west":{"uv":[5.5,5,6,10],"rotation":180,"texture":"#0"},"up":{"uv":[5,10,7,10.5],"rotation":180,"texture":"#0"},"down":{"uv":[5.5,5,7.5,5.5],"rotation":180,"texture":"#0"}}},{"from":[6.5,20.75665,15.71907],"to":[9.5,30.75665,18.71907],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00112,7.40629,14.50962]},"faces":{"north":{"uv":[5.5,5,7,10],"rotation":180,"texture":"#0"},"east":{"uv":[5.5,5,7,10],"rotation":180,"texture":"#0"},"south":{"uv":[5.5,5,7,10],"rotation":180,"texture":"#0"},"west":{"uv":[5.5,5,7,10],"rotation":180,"texture":"#0"},"up":{"uv":[5,10,6.5,11.5],"rotation":180,"texture":"#0"},"down":{"uv":[5.5,5,7,6.5],"rotation":180,"texture":"#0"}}},{"from":[-0.20602,3.15116,7.8033],"to":[1.77398,7.13116,15.7833],"rotation":{"angle":45,"axis":"y","origin":[8.00112,7.40629,14.50962]},"faces":{"north":{"uv":[5,6.5,7,7.5],"rotation":270,"texture":"#0"},"east":{"uv":[6,3.5,8,7.5],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,4.5,7.5,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[6,2.5,8,6.5],"rotation":90,"texture":"#0"},"up":{"uv":[7,3.5,8,7.5],"rotation":180,"texture":"#0"},"down":{"uv":[5,3.5,6,7.5],"texture":"#0"}}},{"from":[14.22667,3.15116,7.80488],"to":[16.20667,7.13116,15.78488],"rotation":{"angle":-45,"axis":"y","origin":[8.00112,7.40629,14.50962]},"faces":{"north":{"uv":[5,7.5,7,6.5],"rotation":270,"texture":"#0"},"east":{"uv":[6,6.5,8,2.5],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,5.5,7.5,4.5],"rotation":270,"texture":"#0"},"west":{"uv":[6,7.5,8,3.5],"rotation":270,"texture":"#0"},"up":{"uv":[8,3.5,7,7.5],"rotation":180,"texture":"#0"},"down":{"uv":[6,3.5,5,7.5],"texture":"#0"}}},{"from":[13.58916,-2.34884,8.44239],"to":[15.56916,1.63116,16.42239],"rotation":{"angle":-45,"axis":"y","origin":[8.00112,7.40629,14.50962]},"faces":{"north":{"uv":[5,7.5,7,6.5],"rotation":270,"texture":"#0"},"east":{"uv":[5,6.5,7,2.5],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,5.5,7.5,4.5],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,7.5,7.5,3.5],"rotation":270,"texture":"#0"},"up":{"uv":[8,3.5,7,7.5],"rotation":180,"texture":"#0"},"down":{"uv":[6,3.5,5,7.5],"texture":"#0"}}},{"from":[0.43149,-2.34884,8.44081],"to":[2.41149,1.63116,16.42081],"rotation":{"angle":45,"axis":"y","origin":[8.00112,7.40629,14.50962]},"faces":{"north":{"uv":[5,6.5,7,7.5],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,3.5,7.5,7.5],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,4.5,7.5,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[5,2.5,7,6.5],"rotation":90,"texture":"#0"},"up":{"uv":[7,3.5,8,7.5],"rotation":180,"texture":"#0"},"down":{"uv":[5,3.5,6,7.5],"texture":"#0"}}},{"from":[0.42028,8.01801,5.75976],"to":[2.42028,12.01801,13.75976],"rotation":{"angle":45,"axis":"y","origin":[8.00112,7.40629,14.50962]},"faces":{"north":{"uv":[5,6.5,7,7.5],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,3.5,7.5,7.5],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,4.5,7.5,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[5,2.5,7,6.5],"rotation":90,"texture":"#0"},"up":{"uv":[7,3.5,8,7.5],"rotation":180,"texture":"#0"},"down":{"uv":[5,3.5,6,7.5],"texture":"#0"}}},{"from":[0.4856,12.51801,6.44754],"to":[2.4856,16.51801,14.44754],"rotation":{"angle":22.5,"axis":"y","origin":[8.00112,7.40629,14.50962]},"faces":{"north":{"uv":[5,6.5,7,7.5],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,3.5,7.5,7.5],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,4.5,7.5,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[5,2.5,7,6.5],"rotation":90,"texture":"#0"},"up":{"uv":[7,3.5,8,7.5],"rotation":180,"texture":"#0"},"down":{"uv":[5,3.5,6,7.5],"texture":"#0"}}},{"from":[13.51457,12.51801,6.44839],"to":[15.51457,16.51801,14.44839],"rotation":{"angle":-22.5,"axis":"y","origin":[8.00112,7.40629,14.50962]},"faces":{"north":{"uv":[5,7.5,7,6.5],"rotation":270,"texture":"#0"},"east":{"uv":[5,6.5,7,2.5],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,5.5,7.5,4.5],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,7.5,7.5,3.5],"rotation":270,"texture":"#0"},"up":{"uv":[8,3.5,7,7.5],"rotation":180,"texture":"#0"},"down":{"uv":[6,3.5,5,7.5],"texture":"#0"}}},{"from":[-2.98377,8.51801,9.16498],"to":[-0.98377,11.51801,18.16498],"rotation":{"angle":-22.5,"axis":"y","origin":[8.00112,7.40629,14.50962]},"faces":{"north":{"uv":[13,6,14.5,7],"rotation":90,"texture":"#0"},"east":{"uv":[13,6,14.5,10.5],"rotation":90,"texture":"#0"},"south":{"uv":[13,6,14.5,7],"rotation":90,"texture":"#0"},"west":{"uv":[13,6,14.5,10.5],"rotation":90,"texture":"#0"},"up":{"uv":[13,6,14,10.5],"texture":"#0"},"down":{"uv":[13,6,14,10.5],"rotation":180,"texture":"#0"}}},{"from":[-2.32334,13.01801,7.36783],"to":[-0.32334,16.01801,18.36783],"rotation":{"angle":-45,"axis":"y","origin":[8.00112,7.40629,14.50962]},"faces":{"north":{"uv":[13,6,14.5,7],"rotation":90,"texture":"#0"},"east":{"uv":[13,6,14.5,11.5],"rotation":90,"texture":"#0"},"south":{"uv":[13,6,14.5,7],"rotation":90,"texture":"#0"},"west":{"uv":[13,6,14.5,11.5],"rotation":90,"texture":"#0"},"up":{"uv":[13,6,14,11.5],"texture":"#0"},"down":{"uv":[13,6,14,11.5],"rotation":180,"texture":"#0"}}},{"from":[4.01287,9.01801,2.9629],"to":[10.01287,11.01801,4.9629],"rotation":{"angle":22.5,"axis":"y","origin":[8.00112,7.40629,14.50962]},"faces":{"north":{"uv":[12,7,13,10],"rotation":90,"texture":"#0"},"east":{"uv":[12,7,13,8],"rotation":90,"texture":"#0"},"south":{"uv":[12,7,13,10],"rotation":90,"texture":"#0"},"west":{"uv":[12,7,13,8],"rotation":90,"texture":"#0"},"up":{"uv":[12,7,13,10],"rotation":90,"texture":"#0"},"down":{"uv":[12,7,13,10],"rotation":90,"texture":"#0"}}},{"from":[4.21627,4.13116,5.09056],"to":[9.21627,6.13116,7.09056],"rotation":{"angle":22.5,"axis":"y","origin":[8.00112,7.40629,14.50962]},"faces":{"north":{"uv":[11.5,8.5,12.5,11],"rotation":90,"texture":"#0"},"east":{"uv":[11.5,8.5,12.5,9.5],"rotation":90,"texture":"#0"},"south":{"uv":[11.5,8.5,12.5,11],"rotation":90,"texture":"#0"},"west":{"uv":[11.5,8.5,12.5,9.5],"rotation":90,"texture":"#0"},"up":{"uv":[11.5,8.5,12.5,11],"rotation":90,"texture":"#0"},"down":{"uv":[11.5,8.5,12.5,11],"rotation":90,"texture":"#0"}}},{"from":[5.97477,-1.61884,6.14471],"to":[9.97477,0.38116,8.14471],"rotation":{"angle":45,"axis":"y","origin":[8.00112,7.40629,14.50962]},"faces":{"north":{"uv":[11.5,8.5,12.5,10.5],"rotation":90,"texture":"#0"},"east":{"uv":[11.5,8.5,12.5,9.5],"rotation":90,"texture":"#0"},"south":{"uv":[11.5,8.5,12.5,10.5],"rotation":90,"texture":"#0"},"west":{"uv":[11.5,8.5,12.5,9.5],"rotation":90,"texture":"#0"},"up":{"uv":[11.5,8.5,12.5,10.5],"rotation":90,"texture":"#0"},"down":{"uv":[11.5,8.5,12.5,10.5],"rotation":90,"texture":"#0"}}},{"from":[6.02588,-1.61884,6.14629],"to":[10.02588,0.38116,8.14629],"rotation":{"angle":-45,"axis":"y","origin":[8.00112,7.40629,14.50962]},"faces":{"north":{"uv":[11.5,10.5,12.5,12.5],"rotation":90,"texture":"#0"},"east":{"uv":[11.5,9.5,12.5,10.5],"rotation":90,"texture":"#0"},"south":{"uv":[11.5,10.5,12.5,12.5],"rotation":90,"texture":"#0"},"west":{"uv":[11.5,9.5,12.5,10.5],"rotation":90,"texture":"#0"},"up":{"uv":[11.5,10.5,12.5,12.5],"rotation":90,"texture":"#0"},"down":{"uv":[11.5,10.5,12.5,12.5],"rotation":90,"texture":"#0"}}},{"from":[6.7839,4.13116,5.09141],"to":[11.7839,6.13116,7.09141],"rotation":{"angle":-22.5,"axis":"y","origin":[8.00112,7.40629,14.50962]},"faces":{"north":{"uv":[11.5,8,12.5,10.5],"rotation":270,"texture":"#0"},"east":{"uv":[11.5,8,12.5,9],"rotation":270,"texture":"#0"},"south":{"uv":[11.5,8,12.5,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[11.5,8,12.5,9],"rotation":270,"texture":"#0"},"up":{"uv":[11.5,8,12.5,10.5],"rotation":270,"texture":"#0"},"down":{"uv":[11.5,8,12.5,10.5],"rotation":270,"texture":"#0"}}},{"from":[5.9873,9.01801,2.96376],"to":[11.9873,11.01801,4.96376],"rotation":{"angle":-22.5,"axis":"y","origin":[8.00112,7.40629,14.50962]},"faces":{"north":{"uv":[12,7.5,13,10.5],"rotation":90,"texture":"#0"},"east":{"uv":[12,7.5,13,8.5],"rotation":90,"texture":"#0"},"south":{"uv":[12,7.5,13,10.5],"rotation":90,"texture":"#0"},"west":{"uv":[12,7.5,13,8.5],"rotation":90,"texture":"#0"},"up":{"uv":[12,7.5,13,10.5],"rotation":90,"texture":"#0"},"down":{"uv":[12,7.5,13,10.5],"rotation":90,"texture":"#0"}}},{"from":[16.324,13.01801,7.36625],"to":[18.324,16.01801,18.36625],"rotation":{"angle":45,"axis":"y","origin":[8.00112,7.40629,14.50962]},"faces":{"north":{"uv":[13,7,14.5,8],"rotation":90,"texture":"#0"},"east":{"uv":[13,10.5,14.5,16],"rotation":90,"texture":"#0"},"south":{"uv":[13,7,14.5,8],"rotation":90,"texture":"#0"},"west":{"uv":[13,10.5,14.5,16],"rotation":90,"texture":"#0"},"up":{"uv":[14,6,15,11.5],"texture":"#0"},"down":{"uv":[14,6,15,11.5],"rotation":180,"texture":"#0"}}},{"from":[-1.33545,3.63116,10.52563],"to":[0.66455,6.63116,19.52563],"rotation":{"angle":-22.5,"axis":"y","origin":[8.00112,7.40629,14.50962]},"faces":{"north":{"uv":[10.5,7,12,8],"rotation":90,"texture":"#0"},"east":{"uv":[10.5,5.5,12,10],"rotation":270,"texture":"#0"},"south":{"uv":[10.5,5.5,12,6.5],"rotation":90,"texture":"#0"},"west":{"uv":[10.5,5.5,12,10],"rotation":90,"texture":"#0"},"up":{"uv":[10,6.5,14.5,7.5],"rotation":90,"texture":"#0"},"down":{"uv":[10,6.5,14.5,7.5],"rotation":90,"texture":"#0"}}},{"from":[-0.5025,-2.11884,13.18061],"to":[1.4975,0.88116,19.18061],"rotation":{"angle":-22.5,"axis":"y","origin":[8.00112,7.40629,14.50962]},"faces":{"north":{"uv":[10.5,7,12,8],"rotation":90,"texture":"#0"},"east":{"uv":[10.5,5.5,12,8.5],"rotation":270,"texture":"#0"},"south":{"uv":[10.5,5.5,12,6.5],"rotation":90,"texture":"#0"},"west":{"uv":[10.5,5.5,12,8.5],"rotation":90,"texture":"#0"},"up":{"uv":[10,6.5,13,7.5],"rotation":90,"texture":"#0"},"down":{"uv":[10,6.5,13,7.5],"rotation":90,"texture":"#0"}}},{"from":[14.50267,-2.11884,13.17975],"to":[16.50267,0.88116,19.17975],"rotation":{"angle":22.5,"axis":"y","origin":[8.00112,7.40629,14.50962]},"faces":{"north":{"uv":[10.5,8,12,9],"rotation":90,"texture":"#0"},"east":{"uv":[10.5,8.5,12,11.5],"rotation":90,"texture":"#0"},"south":{"uv":[10.5,6.5,12,7.5],"rotation":90,"texture":"#0"},"west":{"uv":[10.5,8.5,12,11.5],"rotation":270,"texture":"#0"},"up":{"uv":[10,7.5,13,8.5],"rotation":90,"texture":"#0"},"down":{"uv":[10,7.5,13,8.5],"rotation":90,"texture":"#0"}}},{"from":[15.33562,3.63116,10.52477],"to":[17.33562,6.63116,19.52477],"rotation":{"angle":22.5,"axis":"y","origin":[8.00112,7.40629,14.50962]},"faces":{"north":{"uv":[10.5,8,12,7],"rotation":90,"texture":"#0"},"east":{"uv":[10.5,10,12,5.5],"rotation":90,"texture":"#0"},"south":{"uv":[10.5,6.5,12,5.5],"rotation":90,"texture":"#0"},"west":{"uv":[10.5,10,12,5.5],"rotation":270,"texture":"#0"},"up":{"uv":[10,7.5,14.5,6.5],"rotation":90,"texture":"#0"},"down":{"uv":[10,7.5,14.5,6.5],"rotation":90,"texture":"#0"}}},{"from":[16.98394,8.51801,9.16412],"to":[18.98394,11.51801,18.16412],"rotation":{"angle":22.5,"axis":"y","origin":[8.00112,7.40629,14.50962]},"faces":{"north":{"uv":[13,7,14.5,8],"rotation":90,"texture":"#0"},"east":{"uv":[13,10.5,14.5,15],"rotation":90,"texture":"#0"},"south":{"uv":[13,7,14.5,8],"rotation":90,"texture":"#0"},"west":{"uv":[13,10.5,14.5,15],"rotation":90,"texture":"#0"},"up":{"uv":[14,6,15,10.5],"texture":"#0"},"down":{"uv":[14,6,15,10.5],"rotation":180,"texture":"#0"}}},{"from":[13.58038,8.01801,5.76134],"to":[15.58038,12.01801,13.76134],"rotation":{"angle":-45,"axis":"y","origin":[8.00112,7.40629,14.50962]},"faces":{"north":{"uv":[5,7.5,7,6.5],"rotation":270,"texture":"#0"},"east":{"uv":[5,6.5,7,2.5],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,5.5,7.5,4.5],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,7.5,7.5,3.5],"rotation":270,"texture":"#0"},"up":{"uv":[8,3.5,7,7.5],"rotation":180,"texture":"#0"},"down":{"uv":[6,3.5,5,7.5],"texture":"#0"}}},{"from":[4.93557,8.84212,9.501],"to":[5.93557,10.84212,11.501],"rotation":{"angle":22.5,"axis":"z","origin":[8.00127,10.10908,10.49973]},"faces":{"north":{"uv":[1.5,1.5,2.5,2],"rotation":90,"texture":"#1"},"east":{"uv":[1.5,1.5,2.5,2.5],"rotation":90,"texture":"#1"},"south":{"uv":[1.5,1.5,2.5,2],"rotation":90,"texture":"#1"},"west":{"uv":[1.5,1.5,2.5,2.5],"rotation":90,"texture":"#1"},"up":{"uv":[1.5,1.5,2.5,2],"rotation":90,"texture":"#1"},"down":{"uv":[1.5,1.5,2.5,2],"rotation":90,"texture":"#1"}}},{"from":[7.00154,8.84173,7.43496],"to":[9.00154,9.84173,8.43496],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00127,10.10908,10.49973]},"faces":{"north":{"uv":[1.5,1.5,2.5,2],"texture":"#1"},"east":{"uv":[1.5,1.5,2,2],"texture":"#1"},"south":{"uv":[1.5,1.5,2.5,2],"texture":"#1"},"west":{"uv":[1.5,1.5,2,2],"texture":"#1"},"up":{"uv":[1.5,1.5,2.5,2],"texture":"#1"},"down":{"uv":[1.5,1.5,2.5,2],"texture":"#1"}}},{"from":[6.72043,9.10313,7.42351],"to":[7.74043,11.12313,8.44351],"rotation":{"angle":22.5,"axis":"y","origin":[8.00127,10.10908,10.49973]},"faces":{"north":{"uv":[1.5,1.5,2.51,2.01],"rotation":90,"texture":"#1"},"east":{"uv":[1.5,1.5,2.51,2.01],"rotation":90,"texture":"#1"},"south":{"uv":[1.5,1.5,2.51,2.01],"rotation":90,"texture":"#1"},"west":{"uv":[1.5,1.5,2.51,2.01],"rotation":90,"texture":"#1"},"up":{"uv":[1.5,1.5,2.01,2.01],"rotation":90,"texture":"#1"},"down":{"uv":[1.5,1.5,2.01,2.01],"rotation":90,"texture":"#1"}}},{"from":[10.07056,9.38331,9.501],"to":[11.07056,11.38331,11.501],"rotation":{"angle":22.5,"axis":"z","origin":[8.00127,10.10908,10.49973]},"faces":{"north":{"uv":[1.5,1.5,2.5,2],"rotation":270,"texture":"#1"},"east":{"uv":[1.5,1.5,2.5,2.5],"rotation":270,"texture":"#1"},"south":{"uv":[1.5,1.5,2.5,2],"rotation":270,"texture":"#1"},"west":{"uv":[1.5,1.5,2.5,2.5],"rotation":270,"texture":"#1"},"up":{"uv":[1.5,1.5,2.5,2],"rotation":270,"texture":"#1"},"down":{"uv":[1.5,1.5,2.5,2],"rotation":270,"texture":"#1"}}},{"from":[7.00154,10.38292,12.56996],"to":[9.00154,11.38292,13.56996],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00127,10.10908,10.49973]},"faces":{"north":{"uv":[1.5,1.5,2.5,2],"texture":"#1"},"east":{"uv":[1.5,1.5,2,2],"texture":"#1"},"south":{"uv":[1.5,1.5,2.5,2],"texture":"#1"},"west":{"uv":[1.5,1.5,2,2],"texture":"#1"},"up":{"uv":[1.5,1.5,2.5,2],"texture":"#1"},"down":{"uv":[1.5,1.5,2.5,2],"texture":"#1"}}},{"from":[8.26163,9.10313,12.55851],"to":[9.28163,11.12313,13.57851],"rotation":{"angle":22.5,"axis":"y","origin":[8.00127,10.10908,10.49973]},"faces":{"north":{"uv":[1.5,1.5,2.51,2.01],"rotation":90,"texture":"#1"},"east":{"uv":[1.5,1.5,2.51,2.01],"rotation":90,"texture":"#1"},"south":{"uv":[1.5,1.5,2.51,2.01],"rotation":90,"texture":"#1"},"west":{"uv":[1.5,1.5,2.51,2.01],"rotation":90,"texture":"#1"},"up":{"uv":[1.5,1.5,2.01,2.01],"rotation":90,"texture":"#1"},"down":{"uv":[1.5,1.5,2.01,2.01],"rotation":90,"texture":"#1"}}},{"from":[6.72247,12.17021,9.491],"to":[8.74247,13.19021,11.511],"rotation":{"angle":22.5,"axis":"z","origin":[8.00127,10.10908,10.49973]},"faces":{"north":{"uv":[1.5,1.5,2.51,2.01],"rotation":180,"texture":"#1"},"east":{"uv":[1.5,1.5,2.51,2.01],"rotation":180,"texture":"#1"},"south":{"uv":[1.5,1.5,2.51,2.01],"rotation":180,"texture":"#1"},"west":{"uv":[1.5,1.5,2.51,2.01],"rotation":180,"texture":"#1"},"up":{"uv":[1.5,1.5,2.51,2.51],"rotation":180,"texture":"#1"},"down":{"uv":[1.5,1.5,2.51,2.51],"rotation":180,"texture":"#1"}}},{"from":[6.99154,12.16982,9.22186],"to":[9.01154,13.18982,11.24186],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00127,10.10908,10.49973]},"faces":{"north":{"uv":[1.5,1.5,2.51,2.01],"rotation":180,"texture":"#1"},"east":{"uv":[1.5,1.5,2.51,2.01],"rotation":180,"texture":"#1"},"south":{"uv":[1.5,1.5,2.51,2.01],"rotation":180,"texture":"#1"},"west":{"uv":[1.5,1.5,2.51,2.01],"rotation":180,"texture":"#1"},"up":{"uv":[1.5,1.5,2.51,2.51],"rotation":180,"texture":"#1"},"down":{"uv":[1.5,1.5,2.51,2.51],"rotation":180,"texture":"#1"}}},{"from":[10.06853,9.11313,9.23041],"to":[11.06853,11.11313,11.23041],"rotation":{"angle":22.5,"axis":"y","origin":[8.00127,10.10908,10.49973]},"faces":{"north":{"uv":[1.5,1.5,2.5,2],"rotation":270,"texture":"#1"},"east":{"uv":[1.5,1.5,2.5,2.5],"rotation":270,"texture":"#1"},"south":{"uv":[1.5,1.5,2.5,2],"rotation":270,"texture":"#1"},"west":{"uv":[1.5,1.5,2.5,2.5],"rotation":270,"texture":"#1"},"up":{"uv":[1.5,1.5,2.5,2],"rotation":270,"texture":"#1"},"down":{"uv":[1.5,1.5,2.5,2],"rotation":270,"texture":"#1"}}},{"from":[7.26367,7.03522,9.491],"to":[9.28367,8.05522,11.511],"rotation":{"angle":22.5,"axis":"z","origin":[8.00127,10.10908,10.49973]},"faces":{"north":{"uv":[1.5,1.5,2.51,2.01],"texture":"#1"},"east":{"uv":[1.5,1.5,2.51,2.01],"texture":"#1"},"south":{"uv":[1.5,1.5,2.51,2.01],"texture":"#1"},"west":{"uv":[1.5,1.5,2.51,2.01],"texture":"#1"},"up":{"uv":[1.5,1.5,2.51,2.51],"texture":"#1"},"down":{"uv":[1.5,1.5,2.51,2.51],"texture":"#1"}}},{"from":[6.99154,7.03483,9.76306],"to":[9.01154,8.05483,11.78306],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00127,10.10908,10.49973]},"faces":{"north":{"uv":[1.5,1.5,2.51,2.01],"texture":"#1"},"east":{"uv":[1.5,1.5,2.51,2.01],"texture":"#1"},"south":{"uv":[1.5,1.5,2.51,2.01],"texture":"#1"},"west":{"uv":[1.5,1.5,2.51,2.01],"texture":"#1"},"up":{"uv":[1.5,1.5,2.51,2.51],"texture":"#1"},"down":{"uv":[1.5,1.5,2.51,2.51],"texture":"#1"}}},{"from":[4.93353,9.11313,9.77161],"to":[5.93353,11.11313,11.77161],"rotation":{"angle":22.5,"axis":"y","origin":[8.00127,10.10908,10.49973]},"faces":{"north":{"uv":[1.5,1.5,2.5,2],"rotation":90,"texture":"#1"},"east":{"uv":[1.5,1.5,2.5,2.5],"rotation":90,"texture":"#1"},"south":{"uv":[1.5,1.5,2.5,2],"rotation":90,"texture":"#1"},"west":{"uv":[1.5,1.5,2.5,2.5],"rotation":90,"texture":"#1"},"up":{"uv":[1.5,1.5,2.5,2],"rotation":90,"texture":"#1"},"down":{"uv":[1.5,1.5,2.5,2],"rotation":90,"texture":"#1"}}},{"from":[6.71937,7.03542,9.491],"to":[8.73937,8.05542,11.511],"rotation":{"angle":-22.5,"axis":"z","origin":[8.00127,10.10908,10.49973]},"faces":{"north":{"uv":[1.5,1.5,2.51,2.01],"texture":"#1"},"east":{"uv":[1.5,1.5,2.51,2.01],"texture":"#1"},"south":{"uv":[1.5,1.5,2.51,2.01],"texture":"#1"},"west":{"uv":[1.5,1.5,2.51,2.01],"texture":"#1"},"up":{"uv":[1.5,1.5,2.51,2.51],"texture":"#1"},"down":{"uv":[1.5,1.5,2.51,2.51],"texture":"#1"}}},{"from":[6.99154,7.03581,9.21875],"to":[9.01154,8.05581,11.23875],"rotation":{"angle":22.5,"axis":"x","origin":[8.00127,10.10908,10.49973]},"faces":{"north":{"uv":[1.5,1.5,2.51,2.01],"texture":"#1"},"east":{"uv":[1.5,1.5,2.51,2.01],"texture":"#1"},"south":{"uv":[1.5,1.5,2.51,2.01],"texture":"#1"},"west":{"uv":[1.5,1.5,2.51,2.01],"texture":"#1"},"up":{"uv":[1.5,1.5,2.51,2.51],"texture":"#1"},"down":{"uv":[1.5,1.5,2.51,2.51],"texture":"#1"}}},{"from":[4.93451,9.11313,9.2302],"to":[5.93451,11.11313,11.2302],"rotation":{"angle":-22.5,"axis":"y","origin":[8.00127,10.10908,10.49973]},"faces":{"north":{"uv":[1.5,1.5,2.5,2],"rotation":90,"texture":"#1"},"east":{"uv":[1.5,1.5,2.5,2.5],"rotation":90,"texture":"#1"},"south":{"uv":[1.5,1.5,2.5,2],"rotation":90,"texture":"#1"},"west":{"uv":[1.5,1.5,2.5,2.5],"rotation":90,"texture":"#1"},"up":{"uv":[1.5,1.5,2.5,2],"rotation":90,"texture":"#1"},"down":{"uv":[1.5,1.5,2.5,2],"rotation":90,"texture":"#1"}}},{"from":[7.26057,12.17042,9.491],"to":[9.28057,13.19042,11.511],"rotation":{"angle":-22.5,"axis":"z","origin":[8.00127,10.10908,10.49973]},"faces":{"north":{"uv":[1.5,1.5,2.51,2.01],"rotation":180,"texture":"#1"},"east":{"uv":[1.5,1.5,2.51,2.01],"rotation":180,"texture":"#1"},"south":{"uv":[1.5,1.5,2.51,2.01],"rotation":180,"texture":"#1"},"west":{"uv":[1.5,1.5,2.51,2.01],"rotation":180,"texture":"#1"},"up":{"uv":[1.5,1.5,2.51,2.51],"rotation":180,"texture":"#1"},"down":{"uv":[1.5,1.5,2.51,2.51],"rotation":180,"texture":"#1"}}},{"from":[6.99154,12.1708,9.75995],"to":[9.01154,13.1908,11.77995],"rotation":{"angle":22.5,"axis":"x","origin":[8.00127,10.10908,10.49973]},"faces":{"north":{"uv":[1.5,1.5,2.51,2.01],"rotation":180,"texture":"#1"},"east":{"uv":[1.5,1.5,2.51,2.01],"rotation":180,"texture":"#1"},"south":{"uv":[1.5,1.5,2.51,2.01],"rotation":180,"texture":"#1"},"west":{"uv":[1.5,1.5,2.51,2.01],"rotation":180,"texture":"#1"},"up":{"uv":[1.5,1.5,2.51,2.51],"rotation":180,"texture":"#1"},"down":{"uv":[1.5,1.5,2.51,2.51],"rotation":180,"texture":"#1"}}},{"from":[5.98912,8,8.47622],"to":[10.00912,12.02,12.49622],"rotation":{"angle":0,"axis":"y","origin":[8.00127,10.10908,10.49973]},"faces":{"north":{"uv":[1.5,1.5,3.51,3.51],"rotation":180,"texture":"#1"},"east":{"uv":[1.5,1.5,3.51,3.51],"rotation":180,"texture":"#1"},"south":{"uv":[1.5,1.5,3.51,3.51],"rotation":180,"texture":"#1"},"west":{"uv":[1.5,1.5,3.51,3.51],"rotation":180,"texture":"#1"},"up":{"uv":[1.5,1.5,3.51,3.51],"rotation":180,"texture":"#1"},"down":{"uv":[1.5,1.5,3.51,3.51],"rotation":180,"texture":"#1"}}},{"from":[10.06951,9.11313,9.7714],"to":[11.06951,11.11313,11.7714],"rotation":{"angle":-22.5,"axis":"y","origin":[8.00127,10.10908,10.49973]},"faces":{"north":{"uv":[1.5,1.5,2.5,2],"rotation":270,"texture":"#1"},"east":{"uv":[1.5,1.5,2.5,2.5],"rotation":270,"texture":"#1"},"south":{"uv":[1.5,1.5,2.5,2],"rotation":270,"texture":"#1"},"west":{"uv":[1.5,1.5,2.5,2.5],"rotation":270,"texture":"#1"},"up":{"uv":[1.5,1.5,2.5,2],"rotation":270,"texture":"#1"},"down":{"uv":[1.5,1.5,2.5,2],"rotation":270,"texture":"#1"}}},{"from":[4.93248,9.38351,9.501],"to":[5.93248,11.38351,11.501],"rotation":{"angle":-22.5,"axis":"z","origin":[8.00127,10.10908,10.49973]},"faces":{"north":{"uv":[1.5,1.5,2.5,2],"rotation":90,"texture":"#1"},"east":{"uv":[1.5,1.5,2.5,2.5],"rotation":90,"texture":"#1"},"south":{"uv":[1.5,1.5,2.5,2],"rotation":90,"texture":"#1"},"west":{"uv":[1.5,1.5,2.5,2.5],"rotation":90,"texture":"#1"},"up":{"uv":[1.5,1.5,2.5,2],"rotation":90,"texture":"#1"},"down":{"uv":[1.5,1.5,2.5,2],"rotation":90,"texture":"#1"}}},{"from":[7.00154,10.3839,7.43185],"to":[9.00154,11.3839,8.43185],"rotation":{"angle":22.5,"axis":"x","origin":[8.00127,10.10908,10.49973]},"faces":{"north":{"uv":[1.5,1.5,2.5,2],"texture":"#1"},"east":{"uv":[1.5,1.5,2,2],"texture":"#1"},"south":{"uv":[1.5,1.5,2.5,2],"texture":"#1"},"west":{"uv":[1.5,1.5,2,2],"texture":"#1"},"up":{"uv":[1.5,1.5,2.5,2],"texture":"#1"},"down":{"uv":[1.5,1.5,2.5,2],"texture":"#1"}}},{"from":[8.26261,9.10313,7.4233],"to":[9.28261,11.12313,8.4433],"rotation":{"angle":-22.5,"axis":"y","origin":[8.00127,10.10908,10.49973]},"faces":{"north":{"uv":[1.5,1.5,2.51,2.01],"rotation":90,"texture":"#1"},"east":{"uv":[1.5,1.5,2.51,2.01],"rotation":90,"texture":"#1"},"south":{"uv":[1.5,1.5,2.51,2.01],"rotation":90,"texture":"#1"},"west":{"uv":[1.5,1.5,2.51,2.01],"rotation":90,"texture":"#1"},"up":{"uv":[1.5,1.5,2.01,2.01],"rotation":90,"texture":"#1"},"down":{"uv":[1.5,1.5,2.01,2.01],"rotation":90,"texture":"#1"}}},{"from":[10.06746,8.84232,9.501],"to":[11.06746,10.84232,11.501],"rotation":{"angle":-22.5,"axis":"z","origin":[8.00127,10.10908,10.49973]},"faces":{"north":{"uv":[1.5,1.5,2.5,2],"rotation":270,"texture":"#1"},"east":{"uv":[1.5,1.5,2.5,2.5],"rotation":270,"texture":"#1"},"south":{"uv":[1.5,1.5,2.5,2],"rotation":270,"texture":"#1"},"west":{"uv":[1.5,1.5,2.5,2.5],"rotation":270,"texture":"#1"},"up":{"uv":[1.5,1.5,2.5,2],"rotation":270,"texture":"#1"},"down":{"uv":[1.5,1.5,2.5,2],"rotation":270,"texture":"#1"}}},{"from":[7.00154,8.84271,12.56685],"to":[9.00154,9.84271,13.56685],"rotation":{"angle":22.5,"axis":"x","origin":[8.00127,10.10908,10.49973]},"faces":{"north":{"uv":[1.5,1.5,2.5,2],"texture":"#1"},"east":{"uv":[1.5,1.5,2,2],"texture":"#1"},"south":{"uv":[1.5,1.5,2.5,2],"texture":"#1"},"west":{"uv":[1.5,1.5,2,2],"texture":"#1"},"up":{"uv":[1.5,1.5,2.5,2],"texture":"#1"},"down":{"uv":[1.5,1.5,2.5,2],"texture":"#1"}}},{"from":[6.72141,9.10313,12.5583],"to":[7.74141,11.12313,13.5783],"rotation":{"angle":-22.5,"axis":"y","origin":[8.00127,10.10908,10.49973]},"faces":{"north":{"uv":[1.5,1.5,2.51,2.01],"rotation":90,"texture":"#1"},"east":{"uv":[1.5,1.5,2.51,2.01],"rotation":90,"texture":"#1"},"south":{"uv":[1.5,1.5,2.51,2.01],"rotation":90,"texture":"#1"},"west":{"uv":[1.5,1.5,2.51,2.01],"rotation":90,"texture":"#1"},"up":{"uv":[1.5,1.5,2.01,2.01],"rotation":90,"texture":"#1"},"down":{"uv":[1.5,1.5,2.01,2.01],"rotation":90,"texture":"#1"}}}],"display":{"thirdperson_righthand":{"translation":[0.5,-1,1.5],"scale":[1.1,1.1,1.1]},"thirdperson_lefthand":{"rotation":[0,-180,0],"translation":[0,6,1.5],"scale":[1.1,1.1,1.1]},"firstperson_righthand":{"rotation":[-14,0,0],"translation":[1.5,1.5,2],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[-14,0,0],"translation":[1.5,1.5,2],"scale":[0.6,0.6,0.6]},"ground":{"translation":[0,13.75,0]},"gui":{"rotation":[70,43,-76],"translation":[-1.25,-0.25,0],"scale":[0.6,0.6,0.6]},"head":{"rotation":[-18,0,0],"translation":[0,8.75,-9],"scale":[3,3,3]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/anomaly/anomaly_hand.json b/assets/minecraft/models/item/wynn/jigsaw/anomaly/anomaly_hand.json new file mode 100644 index 000000000..75633c11f --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/anomaly/anomaly_hand.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/anomaly/anomaly_body","particle":"wynn/jigsaw/anomaly/anomaly_body"},"elements":[{"from":[6.98,0.64121,10.84619],"to":[8.98,3.64121,15.84619],"rotation":{"angle":45,"axis":"x","origin":[7.97843,5.16422,14.70332]},"faces":{"north":{"uv":[4,8,6,5],"texture":"#0"},"east":{"uv":[7,5,4,10],"rotation":90,"texture":"#0"},"south":{"uv":[4,9.5,6,6.5],"rotation":180,"texture":"#0"},"west":{"uv":[7,5,4,10],"rotation":270,"texture":"#0"},"up":{"uv":[4,10,6,5],"rotation":180,"texture":"#0"},"down":{"uv":[4,10,6,5],"texture":"#0"}}},{"from":[5.98,1.44987,10.88425],"to":[9.98,3.44987,15.38425],"rotation":{"angle":45,"axis":"x","origin":[7.97843,5.16422,14.70332]},"faces":{"north":{"uv":[5,6.5,9,4.5],"texture":"#0"},"east":{"uv":[7,4.5,5,9],"rotation":90,"texture":"#0"},"south":{"uv":[2,9.5,6,7.5],"rotation":180,"texture":"#0"},"west":{"uv":[7,4.5,5,9],"rotation":270,"texture":"#0"},"up":{"uv":[5,9,9,4.5],"rotation":180,"texture":"#0"},"down":{"uv":[5,9,9,4.5],"texture":"#0"}}},{"from":[7,7.73253,-0.90238],"to":[9,9.23253,3.59762],"rotation":{"angle":0,"axis":"x","origin":[7.5,7.73253,1.45333]},"faces":{"north":{"uv":[6,4.5,8,6],"rotation":180,"texture":"#0"},"east":{"uv":[6,4.5,10.5,6],"rotation":180,"texture":"#0"},"south":{"uv":[6,4.5,8,6],"rotation":180,"texture":"#0"},"west":{"uv":[6,4.5,10.5,6],"rotation":180,"texture":"#0"},"up":{"uv":[6,4.5,8,9],"rotation":180,"texture":"#0"},"down":{"uv":[6,4.5,8,9],"rotation":180,"texture":"#0"}}},{"from":[7,7.48253,1.09762],"to":[9,9.48253,3.59762],"rotation":{"angle":0,"axis":"x","origin":[7.5,7.98253,1.45333]},"faces":{"north":{"uv":[6.5,6,8.5,8],"rotation":180,"texture":"#0"},"east":{"uv":[6.5,6,9,8],"rotation":180,"texture":"#0"},"south":{"uv":[6.5,6,8.5,8],"rotation":180,"texture":"#0"},"west":{"uv":[6.5,6,9,8],"rotation":180,"texture":"#0"},"up":{"uv":[6.5,6,8.5,8.5],"rotation":180,"texture":"#0"},"down":{"uv":[6.5,6,8.5,8.5],"rotation":180,"texture":"#0"}}},{"from":[8.5,9.14209,-3.7723],"to":[9.5,10.14209,0.2277],"rotation":{"angle":22.5,"axis":"x","origin":[8,9.10351,-2.82834]},"faces":{"north":{"uv":[7,6.5,8,7.5],"rotation":90,"texture":"#0"},"east":{"uv":[7,6.5,8,10.5],"rotation":90,"texture":"#0"},"south":{"uv":[7,6.5,8,7.5],"rotation":90,"texture":"#0"},"west":{"uv":[7,6.5,8,10.5],"rotation":90,"texture":"#0"},"up":{"uv":[7,6.5,11,7.5],"rotation":90,"texture":"#0"},"down":{"uv":[7,6.5,11,7.5],"rotation":90,"texture":"#0"}}},{"from":[10.5,7.91304,-3.09355],"to":[11.5,8.91304,0.90645],"rotation":{"angle":-22.5,"axis":"y","origin":[11,6.93148,-2.67004]},"faces":{"north":{"uv":[7,6.5,8,7.5],"rotation":90,"texture":"#0"},"east":{"uv":[7,6.5,8,10.5],"rotation":90,"texture":"#0"},"south":{"uv":[7,6.5,8,7.5],"rotation":90,"texture":"#0"},"west":{"uv":[7,6.5,8,10.5],"rotation":90,"texture":"#0"},"up":{"uv":[7,6.5,11,7.5],"rotation":90,"texture":"#0"},"down":{"uv":[7,6.5,11,7.5],"rotation":90,"texture":"#0"}}},{"from":[4.5,7.91304,-3.09355],"to":[5.5,8.91304,0.90645],"rotation":{"angle":22.5,"axis":"y","origin":[5,6.93148,-2.67004]},"faces":{"north":{"uv":[7,7.5,8,6.5],"rotation":90,"texture":"#0"},"east":{"uv":[7,10.5,8,6.5],"rotation":90,"texture":"#0"},"south":{"uv":[7,7.5,8,6.5],"rotation":90,"texture":"#0"},"west":{"uv":[7,10.5,8,6.5],"rotation":90,"texture":"#0"},"up":{"uv":[7,7.5,11,6.5],"rotation":90,"texture":"#0"},"down":{"uv":[7,7.5,11,6.5],"rotation":90,"texture":"#0"}}},{"from":[8.6,6.80179,-3.9979],"to":[9.4,9.60179,-3.1979],"rotation":{"angle":45,"axis":"x","origin":[8,9.10351,-2.82834]},"faces":{"north":{"uv":[3.5,7.5,6.5,8.5],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,7.5,6.5,8.5],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,7.5,6.5,8.5],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,7.5,6.5,8.5],"rotation":270,"texture":"#0"},"up":{"uv":[3.5,7.5,4.5,8.5],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,7.5,4.5,8.5],"rotation":270,"texture":"#0"}}},{"from":[10.6,6.20013,-3.71962],"to":[11.4,8.50013,-2.91962],"rotation":{"angle":22.5,"axis":"x","origin":[11,6.93148,-2.67004]},"faces":{"north":{"uv":[3.5,7.5,6,8.5],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,7.5,6,8.5],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,7.5,6,8.5],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,7.5,6,8.5],"rotation":270,"texture":"#0"},"up":{"uv":[3.5,7.5,4.5,8.5],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,7.5,4.5,8.5],"rotation":270,"texture":"#0"}}},{"from":[4.6,6.20013,-3.71962],"to":[5.4,8.50013,-2.91962],"rotation":{"angle":22.5,"axis":"x","origin":[5,6.93148,-2.67004]},"faces":{"north":{"uv":[3.5,8.5,6,7.5],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,8.5,6,7.5],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,8.5,6,7.5],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,8.5,6,7.5],"rotation":270,"texture":"#0"},"up":{"uv":[3.5,8.5,4.5,7.5],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,8.5,4.5,7.5],"rotation":270,"texture":"#0"}}},{"from":[8.7,5.44331,-5.46261],"to":[9.3,8.04331,-4.86261],"rotation":{"angle":22.5,"axis":"x","origin":[8,7.39502,-4.39306]},"faces":{"north":{"uv":[3.5,7.5,6.5,8.5],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,7.5,6.5,8.5],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,7.5,6.5,8.5],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,7.5,6.5,8.5],"rotation":270,"texture":"#0"},"up":{"uv":[3.5,7.5,4.5,8.5],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,7.5,4.5,8.5],"rotation":270,"texture":"#0"}}},{"from":[10.7,4.74552,-3.76094],"to":[11.3,6.84552,-3.16094],"rotation":{"angle":0,"axis":"x","origin":[11,6.93148,-2.67004]},"faces":{"north":{"uv":[3.5,7.5,6,8.5],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,7.5,6,8.5],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,7.5,6,8.5],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,7.5,6,8.5],"rotation":270,"texture":"#0"},"up":{"uv":[3.5,7.5,4.5,8.5],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,7.5,4.5,8.5],"rotation":270,"texture":"#0"}}},{"from":[4.7,4.74552,-3.76094],"to":[5.3,6.84552,-3.16094],"rotation":{"angle":0,"axis":"x","origin":[5,6.93148,-2.67004]},"faces":{"north":{"uv":[3.5,8.5,6,7.5],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,8.5,6,7.5],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,8.5,6,7.5],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,8.5,6,7.5],"rotation":270,"texture":"#0"},"up":{"uv":[3.5,8.5,4.5,7.5],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,8.5,4.5,7.5],"rotation":270,"texture":"#0"}}},{"from":[6.5,9.14209,-3.7723],"to":[7.5,10.14209,0.2277],"rotation":{"angle":22.5,"axis":"x","origin":[8,9.10351,-2.82834]},"faces":{"north":{"uv":[7,6.5,8,7.5],"rotation":90,"texture":"#0"},"east":{"uv":[7,6.5,8,10.5],"rotation":90,"texture":"#0"},"south":{"uv":[7,6.5,8,7.5],"rotation":90,"texture":"#0"},"west":{"uv":[7,6.5,8,10.5],"rotation":90,"texture":"#0"},"up":{"uv":[7,6.5,11,7.5],"rotation":90,"texture":"#0"},"down":{"uv":[7,6.5,11,7.5],"rotation":90,"texture":"#0"}}},{"from":[6.6,6.80179,-3.9979],"to":[7.4,9.60179,-3.1979],"rotation":{"angle":45,"axis":"x","origin":[8,9.10351,-2.82834]},"faces":{"north":{"uv":[3.5,7.5,6.5,8.5],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,7.5,6.5,8.5],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,7.5,6.5,8.5],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,7.5,6.5,8.5],"rotation":270,"texture":"#0"},"up":{"uv":[3.5,7.5,4.5,8.5],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,7.5,4.5,8.5],"rotation":270,"texture":"#0"}}},{"from":[6.7,5.44331,-5.46261],"to":[7.3,8.04331,-4.86261],"rotation":{"angle":22.5,"axis":"x","origin":[8,7.39502,-4.39306]},"faces":{"north":{"uv":[3.5,7.5,6.5,8.5],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,7.5,6.5,8.5],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,7.5,6.5,8.5],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,7.5,6.5,8.5],"rotation":270,"texture":"#0"},"up":{"uv":[3.5,7.5,4.5,8.5],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,7.5,4.5,8.5],"rotation":270,"texture":"#0"}}},{"from":[6.99,3.32978,12.18637],"to":[8.97,6.30978,15.16637],"rotation":{"angle":22.5,"axis":"x","origin":[7.97843,5.16422,14.70332]},"faces":{"north":{"uv":[7,7.5,10,9.5],"rotation":270,"texture":"#0"},"east":{"uv":[4,10.5,7,13.5],"texture":"#0"},"south":{"uv":[6.5,9.5,9.5,11.5],"rotation":90,"texture":"#0"},"west":{"uv":[4,10.5,7,13.5],"rotation":180,"texture":"#0"},"up":{"uv":[7,7.5,10,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[7,7.5,10,9.5],"rotation":270,"texture":"#0"}}},{"from":[5.99,3.32978,10.18637],"to":[9.97,5.30978,14.66637],"rotation":{"angle":22.5,"axis":"x","origin":[7.97843,5.16422,14.70332]},"faces":{"north":{"uv":[5,6.5,9,4.5],"texture":"#0"},"east":{"uv":[7,4.5,5,9],"rotation":90,"texture":"#0"},"south":{"uv":[2.5,8,6.5,6],"rotation":180,"texture":"#0"},"west":{"uv":[7,4.5,5,9],"rotation":270,"texture":"#0"},"up":{"uv":[3,10,7,5.5],"rotation":180,"texture":"#0"},"down":{"uv":[5,9,9,4.5],"texture":"#0"}}},{"from":[5.94716,7.74253,-0.89238],"to":[7.92716,9.22253,3.58762],"rotation":{"angle":22.5,"axis":"y","origin":[7.46858,7.73253,1.45333]},"faces":{"north":{"uv":[2.5,6,4.5,8],"rotation":90,"texture":"#0"},"east":{"uv":[5,4.5,7,9],"rotation":270,"texture":"#0"},"south":{"uv":[5,4.5,7,6.5],"rotation":90,"texture":"#0"},"west":{"uv":[3,5.5,5,10],"rotation":90,"texture":"#0"},"up":{"uv":[5,4.5,7,9],"rotation":180,"texture":"#0"},"down":{"uv":[5,4.5,7,9],"texture":"#0"}}},{"from":[5.1972,7.51253,1.2568],"to":[7.1572,9.47253,3.7168],"rotation":{"angle":22.5,"axis":"y","origin":[6.70862,7.99253,1.5925]},"faces":{"north":{"uv":[2.5,6,4.5,8],"rotation":90,"texture":"#0"},"east":{"uv":[5,4.5,7,7],"rotation":270,"texture":"#0"},"south":{"uv":[5,4.5,7,6.5],"rotation":90,"texture":"#0"},"west":{"uv":[3,5.5,5,8],"rotation":90,"texture":"#0"},"up":{"uv":[5,4.5,7,7],"rotation":180,"texture":"#0"},"down":{"uv":[5,4.5,7,7],"texture":"#0"}}},{"from":[8.07284,7.74253,-0.89238],"to":[10.05284,9.22253,3.58762],"rotation":{"angle":-22.5,"axis":"y","origin":[8.53142,7.73253,1.45333]},"faces":{"north":{"uv":[2.5,8,4.5,10],"rotation":90,"texture":"#0"},"east":{"uv":[3,5,5,9.5],"rotation":270,"texture":"#0"},"south":{"uv":[5,6.5,7,8.5],"rotation":90,"texture":"#0"},"west":{"uv":[5,9,7,13.5],"rotation":270,"texture":"#0"},"up":{"uv":[7,4.5,9,9],"rotation":180,"texture":"#0"},"down":{"uv":[7,4.5,9,9],"texture":"#0"}}},{"from":[8.8428,7.51253,1.2568],"to":[10.8028,9.47253,3.7168],"rotation":{"angle":-22.5,"axis":"y","origin":[9.29138,7.99253,1.5925]},"faces":{"north":{"uv":[2.5,8,4.5,10],"rotation":90,"texture":"#0"},"east":{"uv":[3,5,5,9.5],"rotation":270,"texture":"#0"},"south":{"uv":[5,6.5,7,8.5],"rotation":90,"texture":"#0"},"west":{"uv":[5,9,7,13.5],"rotation":270,"texture":"#0"},"up":{"uv":[7,4.5,9,9],"rotation":180,"texture":"#0"},"down":{"uv":[7,4.5,9,9],"texture":"#0"}}},{"from":[6.78197,5.68091,13.23368],"to":[9.18197,7.08091,14.63368],"rotation":{"angle":0,"axis":"x","origin":[7.97843,5.16422,14.70332]},"faces":{"north":{"uv":[4,8.9,6.4,10.3],"texture":"#0"},"east":{"uv":[5.4,7.5,6.8,8.9],"rotation":90,"texture":"#0"},"south":{"uv":[4,8.9,6.4,10.3],"rotation":180,"texture":"#0"},"west":{"uv":[5.4,7.5,6.8,8.9],"rotation":270,"texture":"#0"},"up":{"uv":[4,8.9,6.4,10.3],"rotation":180,"texture":"#0"},"down":{"uv":[4,8.9,6.4,10.3],"texture":"#0"}}},{"from":[7.18,5.33999,12.69236],"to":[8.78,6.93999,17.29236],"rotation":{"angle":-22.5,"axis":"x","origin":[7.97843,5.16422,14.70332]},"faces":{"north":{"uv":[4,9.1,5.6,10.7],"texture":"#0"},"east":{"uv":[4,11.4,5.6,16],"rotation":270,"texture":"#0"},"south":{"uv":[4,9.1,5.6,10.7],"rotation":180,"texture":"#0"},"west":{"uv":[4,11.4,5.6,16],"rotation":90,"texture":"#0"},"up":{"uv":[4,11.4,5.6,16],"rotation":180,"texture":"#0"},"down":{"uv":[4,11.4,5.6,16],"texture":"#0"}}},{"from":[7,2.44184,2.26553],"to":[8.96,3.40184,15.22553],"rotation":{"angle":22.5,"axis":"x","origin":[7.97843,5.16422,14.70332]},"faces":{"north":{"uv":[3.46,5.5,2.5,7.46],"rotation":90,"texture":"#0"},"east":{"uv":[2.5,5,14.46,4.04],"rotation":180,"texture":"#0"},"south":{"uv":[3.46,5.5,2.5,7.46],"rotation":90,"texture":"#0"},"west":{"uv":[2.5,5,14.46,4.04],"rotation":180,"texture":"#0"},"up":{"uv":[14.46,5.5,2.5,7.46],"rotation":90,"texture":"#0"},"down":{"uv":[14.46,5.5,2.5,7.46],"rotation":90,"texture":"#0"}}},{"from":[7,3.71288,2.88612],"to":[8.96,4.67288,10.84612],"rotation":{"angle":22.5,"axis":"x","origin":[7.97843,5.16422,14.70332]},"faces":{"north":{"uv":[5.96,4,6.92,5.96],"rotation":270,"texture":"#0"},"east":{"uv":[5.96,4,13.92,4.96],"rotation":180,"texture":"#0"},"south":{"uv":[5.96,4,6.92,5.96],"rotation":270,"texture":"#0"},"west":{"uv":[5.96,4,13.92,4.96],"rotation":180,"texture":"#0"},"up":{"uv":[4,5.5,11.96,7.46],"rotation":90,"texture":"#0"},"down":{"uv":[4.5,6,12.46,7.96],"rotation":270,"texture":"#0"}}},{"from":[6.97731,2.45399,13.59798],"to":[8.97731,4.95399,14.59798],"rotation":{"angle":0,"axis":"x","origin":[7.97843,5.16422,14.70332]},"faces":{"north":{"uv":[6.5,7.5,9,9.5],"rotation":90,"texture":"#0"},"east":{"uv":[4,10,5,12.5],"rotation":180,"texture":"#0"},"south":{"uv":[6.5,7.5,9,9.5],"rotation":270,"texture":"#0"},"west":{"uv":[4,10,5,12.5],"texture":"#0"},"up":{"uv":[5,7.5,6,9.5],"rotation":270,"texture":"#0"},"down":{"uv":[5,7.5,6,9.5],"rotation":90,"texture":"#0"}}},{"from":[6.97731,7.3586,14.32102],"to":[8.97731,8.3586,16.82102],"rotation":{"angle":45,"axis":"x","origin":[7.97843,5.16422,14.70332]},"faces":{"north":{"uv":[5,7.5,6,9.5],"rotation":90,"texture":"#0"},"east":{"uv":[5,7.5,6,10],"rotation":90,"texture":"#0"},"south":{"uv":[5,7.5,6,9.5],"rotation":90,"texture":"#0"},"west":{"uv":[5,7.5,6,10],"rotation":90,"texture":"#0"},"up":{"uv":[6.5,7.5,9,9.5],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,7.5,9,9.5],"rotation":270,"texture":"#0"}}},{"from":[6.9785,2.69977,13.56867],"to":[8.9785,5.19977,14.56867],"rotation":{"angle":-22.5,"axis":"x","origin":[7.97843,5.16422,14.70332]},"faces":{"north":{"uv":[6.5,7.5,9,9.5],"rotation":90,"texture":"#0"},"east":{"uv":[5,7.5,6,10],"texture":"#0"},"south":{"uv":[6.5,7.5,9,9.5],"rotation":270,"texture":"#0"},"west":{"uv":[5,7.5,6,10],"rotation":180,"texture":"#0"},"up":{"uv":[5,7.5,6,9.5],"rotation":270,"texture":"#0"},"down":{"uv":[5,7.5,6,9.5],"rotation":90,"texture":"#0"}}},{"from":[6.9785,7.30486,15.38309],"to":[8.9785,8.30486,17.88309],"rotation":{"angle":22.5,"axis":"x","origin":[7.97843,5.16422,14.70332]},"faces":{"north":{"uv":[4,8.5,6,9.5],"rotation":180,"texture":"#0"},"east":{"uv":[5,7.5,6,10],"rotation":270,"texture":"#0"},"south":{"uv":[4,8.5,6,9.5],"texture":"#0"},"west":{"uv":[5,7.5,6,10],"rotation":90,"texture":"#0"},"up":{"uv":[4,10,6,12.5],"texture":"#0"},"down":{"uv":[4,10,6,12.5],"rotation":180,"texture":"#0"}}},{"from":[7.07705,3.11173,15.76752],"to":[8.87705,3.91173,16.56752],"rotation":{"angle":22.5,"axis":"x","origin":[7.97843,5.16422,14.70332]},"faces":{"north":{"uv":[4,8.3,5.8,9.1],"texture":"#0"},"east":{"uv":[4.8,7.5,5.6,8.3],"rotation":90,"texture":"#0"},"south":{"uv":[4,8.3,5.8,9.1],"rotation":180,"texture":"#0"},"west":{"uv":[4.8,7.5,5.6,8.3],"rotation":270,"texture":"#0"},"up":{"uv":[4,8.3,5.8,9.1],"rotation":180,"texture":"#0"},"down":{"uv":[4,8.3,5.8,9.1],"texture":"#0"}}},{"from":[7.07705,4.92191,18.58931],"to":[8.87705,5.72191,19.38931],"rotation":{"angle":-22.5,"axis":"x","origin":[7.97843,5.16422,14.70332]},"faces":{"north":{"uv":[4,8.3,5.8,9.1],"texture":"#0"},"east":{"uv":[4,8.3,4.8,9.1],"rotation":270,"texture":"#0"},"south":{"uv":[4,8.3,5.8,9.1],"rotation":180,"texture":"#0"},"west":{"uv":[4,8.3,4.8,9.1],"rotation":90,"texture":"#0"},"up":{"uv":[4,8.3,5.8,9.1],"rotation":180,"texture":"#0"},"down":{"uv":[4,8.3,5.8,9.1],"texture":"#0"}}},{"from":[7.07705,5.04313,14.71148],"to":[8.87705,5.84313,15.51148],"rotation":{"angle":45,"axis":"x","origin":[7.97843,5.16422,14.70332]},"faces":{"north":{"uv":[4.8,7.5,5.6,9.3],"rotation":90,"texture":"#0"},"east":{"uv":[4.8,7.5,5.6,8.3],"rotation":90,"texture":"#0"},"south":{"uv":[4.8,7.5,5.6,9.3],"rotation":90,"texture":"#0"},"west":{"uv":[4.8,7.5,5.6,8.3],"rotation":90,"texture":"#0"},"up":{"uv":[4.8,7.5,5.6,9.3],"rotation":270,"texture":"#0"},"down":{"uv":[4.8,7.5,5.6,9.3],"rotation":270,"texture":"#0"}}},{"from":[7.17705,4.04372,16.90632],"to":[8.77705,4.64372,17.50632],"rotation":{"angle":45,"axis":"x","origin":[7.97843,5.16422,14.70332]},"faces":{"north":{"uv":[4,8.1,5.6,8.7],"texture":"#0"},"east":{"uv":[4.6,7.5,5.2,8.1],"rotation":90,"texture":"#0"},"south":{"uv":[4,8.1,5.6,8.7],"rotation":180,"texture":"#0"},"west":{"uv":[4.6,7.5,5.2,8.1],"rotation":270,"texture":"#0"},"up":{"uv":[4,8.1,5.6,8.7],"rotation":180,"texture":"#0"},"down":{"uv":[4,8.1,5.6,8.7],"texture":"#0"}}},{"from":[7.17705,6.79595,18.8206],"to":[8.77705,7.39595,19.4206],"rotation":{"angle":0,"axis":"x","origin":[7.97843,5.16422,14.70332]},"faces":{"north":{"uv":[4,8.1,5.6,8.7],"texture":"#0"},"east":{"uv":[4.6,7.5,5.2,8.1],"rotation":90,"texture":"#0"},"south":{"uv":[4,8.1,5.6,8.7],"rotation":180,"texture":"#0"},"west":{"uv":[4.6,7.5,5.2,8.1],"rotation":270,"texture":"#0"},"up":{"uv":[4,8.1,5.6,8.7],"rotation":180,"texture":"#0"},"down":{"uv":[4,8.1,5.6,8.7],"texture":"#0"}}},{"from":[7.17705,4.81984,15.40504],"to":[8.77705,5.41984,16.00504],"rotation":{"angle":22.5,"axis":"x","origin":[7.97843,5.16422,14.70332]},"faces":{"north":{"uv":[4,8.1,5.6,8.7],"texture":"#0"},"east":{"uv":[4.6,7.5,5.2,8.1],"rotation":90,"texture":"#0"},"south":{"uv":[4,8.1,5.6,8.7],"rotation":180,"texture":"#0"},"west":{"uv":[4.6,7.5,5.2,8.1],"rotation":270,"texture":"#0"},"up":{"uv":[4,8.1,5.6,8.7],"rotation":180,"texture":"#0"},"down":{"uv":[4,8.1,5.6,8.7],"texture":"#0"}}},{"from":[7.27705,1.68951,14.81889],"to":[8.67705,2.38951,15.21889],"rotation":{"angle":-22.5,"axis":"x","origin":[7.97843,5.16422,14.70332]},"faces":{"north":{"uv":[4,8.2,5.4,8.9],"rotation":180,"texture":"#0"},"east":{"uv":[4,7.9,4.7,8.3],"rotation":90,"texture":"#0"},"south":{"uv":[4,8.2,5.4,8.9],"texture":"#0"},"west":{"uv":[4,7.9,4.7,8.3],"rotation":270,"texture":"#0"},"up":{"uv":[4,7.9,5.4,8.3],"texture":"#0"},"down":{"uv":[4,7.9,5.4,8.3],"rotation":180,"texture":"#0"}}},{"from":[7.27705,8.55508,18.19335],"to":[8.67705,8.95508,18.89335],"rotation":{"angle":22.5,"axis":"x","origin":[7.97843,5.16422,14.70332]},"faces":{"north":{"uv":[4.4,7.5,4.8,8.9],"rotation":270,"texture":"#0"},"east":{"uv":[4,7.9,4.7,8.3],"texture":"#0"},"south":{"uv":[4.4,7.5,4.8,8.9],"rotation":90,"texture":"#0"},"west":{"uv":[4,7.9,4.7,8.3],"rotation":180,"texture":"#0"},"up":{"uv":[4.7,7.5,5.4,8.9],"rotation":90,"texture":"#0"},"down":{"uv":[4.7,7.5,5.4,8.9],"rotation":270,"texture":"#0"}}},{"from":[7.27705,4.42412,15.76004],"to":[8.67705,4.82412,16.46004],"rotation":{"angle":0,"axis":"x","origin":[7.97843,5.16422,14.70332]},"faces":{"north":{"uv":[4.4,7.5,4.8,8.9],"rotation":270,"texture":"#0"},"east":{"uv":[4,7.9,4.7,8.3],"texture":"#0"},"south":{"uv":[4.4,7.5,4.8,8.9],"rotation":90,"texture":"#0"},"west":{"uv":[4,7.9,4.7,8.3],"rotation":180,"texture":"#0"},"up":{"uv":[4.7,7.5,5.4,8.9],"rotation":90,"texture":"#0"},"down":{"uv":[4.7,7.5,5.4,8.9],"rotation":270,"texture":"#0"}}}],"display":{"thirdperson_righthand":{"translation":[0.5,-1,1.5],"scale":[1.1,1.1,1.1]},"thirdperson_lefthand":{"rotation":[0,-180,0],"translation":[0,6,1.5],"scale":[1.1,1.1,1.1]},"firstperson_righthand":{"rotation":[-14,0,0],"translation":[1.5,1.5,2],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[-14,0,0],"translation":[1.5,1.5,2],"scale":[0.6,0.6,0.6]},"ground":{"translation":[0,13.75,0]},"gui":{"rotation":[70,43,-76],"translation":[-1.25,-0.25,0],"scale":[0.6,0.6,0.6]},"head":{"translation":[0,11.75,-13.5],"scale":[3.4,3.4,3.4]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/anomaly/anomaly_head.json b/assets/minecraft/models/item/wynn/jigsaw/anomaly/anomaly_head.json new file mode 100644 index 000000000..066b7eb27 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/anomaly/anomaly_head.json @@ -0,0 +1 @@ +{"textures":{"1":"wynn/jigsaw/anomaly/anomaly_eyes","2":"wynn/jigsaw/anomaly/anomaly","particle":"wynn/jigsaw/anomaly/anomaly_eyes"},"elements":[{"from":[7.5,2.3,3.3],"to":[8.5,4.2,4.3],"rotation":{"angle":0,"axis":"x","origin":[8,4.30829,5.24128]},"faces":{"north":{"uv":[3.5,6.9,4.5,6],"rotation":90,"texture":"#2"},"east":{"uv":[3.5,6.9,4.5,6],"rotation":90,"texture":"#2"},"south":{"uv":[3.5,6.9,4.5,6],"rotation":90,"texture":"#2"},"west":{"uv":[3.5,6.9,4.5,6],"rotation":90,"texture":"#2"},"up":{"uv":[3.5,6.9,4.5,6],"rotation":90,"texture":"#2"},"down":{"uv":[3.5,6.9,4.5,6],"rotation":90,"texture":"#2"}}},{"from":[7.26641,5.61439,3.97175],"to":[8.73641,6.61439,4.47175],"rotation":{"angle":22.5,"axis":"x","origin":[8.00141,6.31439,4.22175]},"faces":{"north":{"uv":[2.5,3.5,3.97,4.5],"texture":"#2"},"east":{"uv":[2.5,3.5,3.97,4.5],"texture":"#2"},"south":{"uv":[2.5,3.5,3.97,4.5],"texture":"#2"},"west":{"uv":[2.5,3.5,3.97,4.5],"texture":"#2"},"up":{"uv":[2.5,3.5,3.97,4.5],"texture":"#2"},"down":{"uv":[2.5,3.5,3.97,4.5],"texture":"#2"}}},{"from":[7.27641,5.40619,3.71],"to":[8.72641,5.88619,4.09],"rotation":{"angle":0,"axis":"x","origin":[8.00141,5.64619,4.4]},"faces":{"north":{"uv":[2.5,4,3.97,4.5],"rotation":180,"texture":"#2"},"east":{"uv":[2.5,4,3.97,4.5],"rotation":180,"texture":"#2"},"south":{"uv":[2.5,4,3.97,4.5],"rotation":180,"texture":"#2"},"west":{"uv":[2.5,4,3.97,4.5],"rotation":180,"texture":"#2"},"up":{"uv":[2.5,4,3.97,4.5],"rotation":180,"texture":"#2"},"down":{"uv":[2.5,4,3.97,4.5],"rotation":180,"texture":"#2"}}},{"from":[6.74,3.79,3.69],"to":[8.51,5.81,4.21],"rotation":{"angle":-22.5,"axis":"z","origin":[7.25,4.55,4.2]},"faces":{"north":{"uv":[8,3.5,7,5.5],"texture":"#2"},"east":{"uv":[3.5,4,4.5,6],"texture":"#2"},"south":{"uv":[3.5,4,4.5,6],"texture":"#2"},"west":{"uv":[4,4,4.5,6],"texture":"#2"},"up":{"uv":[3.5,4,4.5,6],"texture":"#2"},"down":{"uv":[3.5,4,4.5,6],"texture":"#2"}}},{"from":[8.5,3.8,3.7],"to":[9.25,5.8,4.2],"rotation":{"angle":22.5,"axis":"z","origin":[8.75,4.55,4.2]},"faces":{"north":{"uv":[7,3.5,8,5.5],"texture":"#2"},"east":{"uv":[4.5,4,4,6],"texture":"#2"},"south":{"uv":[4.5,4,3.5,6],"texture":"#2"},"west":{"uv":[4.5,4,3.5,6],"texture":"#2"},"up":{"uv":[4.5,4,3.5,6],"texture":"#2"},"down":{"uv":[4.5,4,3.5,6],"texture":"#2"}}},{"from":[6.85,4.8,4.2],"to":[7.35,5.8,6.7],"rotation":{"angle":-22.5,"axis":"z","origin":[7.35,4.55,4.7]},"faces":{"north":{"uv":[0.75,0,1.25,1],"texture":"#2"},"east":{"uv":[1,0,3.5,1],"texture":"#2"},"south":{"uv":[2.5,0.5,3,1.5],"texture":"#2"},"west":{"uv":[2.5,7,5,8],"texture":"#2"},"up":{"uv":[0.75,0,1.25,2.5],"texture":"#2"},"down":{"uv":[0.75,0,1.25,2.5],"texture":"#2"}}},{"from":[8.65,4.8,4.2],"to":[9.15,5.8,6.7],"rotation":{"angle":22.5,"axis":"z","origin":[8.65,4.55,4.7]},"faces":{"north":{"uv":[1.25,0,0.75,1],"texture":"#2"},"east":{"uv":[5,7,2.5,8],"texture":"#2"},"south":{"uv":[3,0.5,2.5,1.5],"texture":"#2"},"west":{"uv":[3.5,0,1,1],"texture":"#2"},"up":{"uv":[1.25,0,0.75,2.5],"texture":"#2"},"down":{"uv":[1.25,0,0.75,2.5],"texture":"#2"}}},{"from":[5.60604,5.8038,4.2],"to":[6.10604,6.8038,6.7],"rotation":{"angle":-22.5,"axis":"z","origin":[5.85604,6.3038,5.45]},"faces":{"north":{"uv":[0.75,0,1.25,1],"texture":"#2"},"east":{"uv":[1,0,3.5,1],"texture":"#2"},"south":{"uv":[2.5,0.5,3,1.5],"texture":"#2"},"west":{"uv":[1,0,3.5,1],"texture":"#2"},"up":{"uv":[0.75,0,1.25,2.5],"texture":"#2"},"down":{"uv":[0.75,0,1.25,2.5],"texture":"#2"}}},{"from":[9.89396,5.8038,4.2],"to":[10.39396,6.8038,6.7],"rotation":{"angle":22.5,"axis":"z","origin":[10.14396,6.3038,5.45]},"faces":{"north":{"uv":[1.25,0,0.75,1],"texture":"#2"},"east":{"uv":[3.5,0,1,1],"texture":"#2"},"south":{"uv":[3,0.5,2.5,1.5],"texture":"#2"},"west":{"uv":[3.5,0,1,1],"texture":"#2"},"up":{"uv":[1.25,0,0.75,2.5],"texture":"#2"},"down":{"uv":[1.25,0,0.75,2.5],"texture":"#2"}}},{"from":[5.87603,6.57378,4.202],"to":[6.37203,7.06978,6.698],"rotation":{"angle":22.5,"axis":"z","origin":[6.37403,6.82178,5.45]},"faces":{"north":{"uv":[0,0,0.5,0.5],"rotation":90,"texture":"#2"},"east":{"uv":[0,0,0.5,2.5],"rotation":90,"texture":"#2"},"south":{"uv":[2.5,0.5,3,1],"rotation":90,"texture":"#2"},"west":{"uv":[0,0,0.5,2.5],"rotation":90,"texture":"#2"},"up":{"uv":[0,0,2.5,0.5],"rotation":90,"texture":"#2"},"down":{"uv":[0,0,2.5,0.5],"rotation":90,"texture":"#2"}}},{"from":[9.62797,6.57378,4.202],"to":[10.12397,7.06978,6.698],"rotation":{"angle":-22.5,"axis":"z","origin":[9.62597,6.82178,5.45]},"faces":{"north":{"uv":[0,0.5,0.5,0],"rotation":90,"texture":"#2"},"east":{"uv":[0,2.5,0.5,0],"rotation":90,"texture":"#2"},"south":{"uv":[2.5,1,3,0.5],"rotation":90,"texture":"#2"},"west":{"uv":[0,2.5,0.5,0],"rotation":90,"texture":"#2"},"up":{"uv":[0,0.5,2.5,0],"rotation":90,"texture":"#2"},"down":{"uv":[0,0.5,2.5,0],"rotation":90,"texture":"#2"}}},{"from":[5.87249,4.80481,4.2],"to":[7.42249,5.30481,6.7],"rotation":{"angle":-22.5,"axis":"z","origin":[6.37249,5.05481,5.45]},"faces":{"north":{"uv":[2.5,4,3,5.55],"rotation":90,"texture":"#2"},"east":{"uv":[2.5,4,3,5.55],"rotation":90,"texture":"#2"},"south":{"uv":[2.5,4,3,5.55],"rotation":90,"texture":"#2"},"west":{"uv":[2.5,4,3,5.55],"rotation":90,"texture":"#2"},"up":{"uv":[2.5,4,3,5.55],"rotation":90,"texture":"#2"},"down":{"uv":[2.5,4,3,5.55],"rotation":90,"texture":"#2"}}},{"from":[8.57751,4.80481,4.2],"to":[10.12751,5.30481,6.7],"rotation":{"angle":22.5,"axis":"z","origin":[9.62751,5.05481,5.45]},"faces":{"north":{"uv":[2.5,5.55,3,4],"rotation":90,"texture":"#2"},"east":{"uv":[2.5,5.55,3,4],"rotation":90,"texture":"#2"},"south":{"uv":[2.5,5.55,3,4],"rotation":90,"texture":"#2"},"west":{"uv":[2.5,5.55,3,4],"rotation":90,"texture":"#2"},"up":{"uv":[2.5,5.55,3,4],"rotation":90,"texture":"#2"},"down":{"uv":[2.5,5.55,3,4],"rotation":90,"texture":"#2"}}},{"from":[7.15604,5.9538,4.2],"to":[7.65604,6.9538,6.7],"rotation":{"angle":22.5,"axis":"z","origin":[7.40604,6.4538,5.45]},"faces":{"north":{"uv":[5,4,5.5,5],"texture":"#2"},"east":{"uv":[5,4,5.5,5],"texture":"#2"},"south":{"uv":[5,4,5.5,5],"texture":"#2"},"west":{"uv":[5,4,5.5,5],"texture":"#2"},"up":{"uv":[5,4,5.5,5],"texture":"#2"},"down":{"uv":[5,4,5.5,5],"texture":"#2"}}},{"from":[8.34396,5.9538,4.2],"to":[8.84396,6.9538,6.7],"rotation":{"angle":-22.5,"axis":"z","origin":[8.59396,6.4538,5.45]},"faces":{"north":{"uv":[5.5,4.5,6,5.5],"texture":"#2"},"east":{"uv":[5.5,4.5,6,5.5],"texture":"#2"},"south":{"uv":[5.5,4.5,6,5.5],"texture":"#2"},"west":{"uv":[5.5,4.5,6,5.5],"texture":"#2"},"up":{"uv":[5.5,4.5,6,5.5],"texture":"#2"},"down":{"uv":[5.5,4.5,6,5.5],"texture":"#2"}}},{"from":[5.39465,5.11571,4.202],"to":[5.89065,6.11171,6.698],"rotation":{"angle":22.5,"axis":"z","origin":[5.85604,6.12887,5.45]},"faces":{"north":{"uv":[2,3,2.5,4],"texture":"#2"},"east":{"uv":[2,3,2.5,4],"texture":"#2"},"south":{"uv":[2,3,2.5,4],"texture":"#2"},"west":{"uv":[2,3,2.5,4],"texture":"#2"},"up":{"uv":[2,3,2.5,4],"texture":"#2"},"down":{"uv":[2,3,2.5,4],"texture":"#2"}}},{"from":[10.10935,5.11571,4.202],"to":[10.60535,6.11171,6.698],"rotation":{"angle":-22.5,"axis":"z","origin":[10.14396,6.12887,5.45]},"faces":{"north":{"uv":[2.5,3,2,4],"texture":"#2"},"east":{"uv":[2.5,3,2,4],"texture":"#2"},"south":{"uv":[2.5,3,2,4],"texture":"#2"},"west":{"uv":[2.5,3,2,4],"texture":"#2"},"up":{"uv":[2.5,3,2,4],"texture":"#2"},"down":{"uv":[2.5,3,2,4],"texture":"#2"}}},{"from":[7.28096,2.25,3.25643],"to":[8.28096,4.05,4.25643],"rotation":{"angle":22.5,"axis":"y","origin":[8,4.20829,5.24128]},"faces":{"north":{"uv":[7,5,8,5.8],"texture":"#2"},"east":{"uv":[7,5,8,5.8],"texture":"#2"},"south":{"uv":[7,5,8,5.8],"texture":"#2"},"west":{"uv":[7,5,8,5.8],"texture":"#2"},"up":{"uv":[7,5,8,5.8],"texture":"#2"},"down":{"uv":[7,5,8,5.8],"texture":"#2"}}},{"from":[7.71904,2.25,3.25643],"to":[8.71904,4.05,4.25643],"rotation":{"angle":-22.5,"axis":"y","origin":[8,4.20829,5.24128]},"faces":{"north":{"uv":[8,5,7,5.8],"texture":"#2"},"east":{"uv":[8,5,7,5.8],"texture":"#2"},"south":{"uv":[8,5,7,5.8],"texture":"#2"},"west":{"uv":[8,5,7,5.8],"texture":"#2"},"up":{"uv":[8,5,7,5.8],"texture":"#2"},"down":{"uv":[8,5,7,5.8],"texture":"#2"}}},{"from":[7.09526,3.65,3.43235],"to":[8.49526,4.8,4.43235],"rotation":{"angle":45,"axis":"y","origin":[8,4.50829,5.54128]},"faces":{"north":{"uv":[1.5,6,2.9,7],"texture":"#2"},"east":{"uv":[1.5,6,2.9,7],"texture":"#2"},"south":{"uv":[1.5,6,2.9,7],"texture":"#2"},"west":{"uv":[1.5,6,2.9,7],"texture":"#2"},"up":{"uv":[1.5,6,2.9,7],"texture":"#2"},"down":{"uv":[1.5,6,2.9,7],"texture":"#2"}}},{"from":[7.50474,3.65,3.43235],"to":[8.90474,4.8,4.43235],"rotation":{"angle":-45,"axis":"y","origin":[8,4.50829,5.54128]},"faces":{"north":{"uv":[2.9,6,1.5,7],"texture":"#2"},"east":{"uv":[2.9,6,1.5,7],"texture":"#2"},"south":{"uv":[2.9,6,1.5,7],"texture":"#2"},"west":{"uv":[2.9,6,1.5,7],"texture":"#2"},"up":{"uv":[2.9,6,1.5,7],"texture":"#2"},"down":{"uv":[2.9,6,1.5,7],"texture":"#2"}}},{"from":[7.09526,2.2,3.13235],"to":[8.09526,3.85,4.13235],"rotation":{"angle":45,"axis":"y","origin":[8,4.05829,5.24128]},"faces":{"north":{"uv":[3.5,6,4.5,6.65],"texture":"#2"},"east":{"uv":[3.5,6,4.5,6.65],"texture":"#2"},"south":{"uv":[3.5,6,4.5,6.65],"texture":"#2"},"west":{"uv":[3.5,6,4.5,6.65],"texture":"#2"},"up":{"uv":[3.5,6,4.5,6.65],"texture":"#2"},"down":{"uv":[3.5,6,4.5,6.65],"texture":"#2"}}},{"from":[7.90474,2.2,3.13235],"to":[8.90474,3.85,4.13235],"rotation":{"angle":-45,"axis":"y","origin":[8,4.05829,5.24128]},"faces":{"north":{"uv":[4.5,6,3.5,6.65],"texture":"#2"},"east":{"uv":[4.5,6,3.5,6.65],"texture":"#2"},"south":{"uv":[4.5,6,3.5,6.65],"texture":"#2"},"west":{"uv":[4.5,6,3.5,6.65],"texture":"#2"},"up":{"uv":[4.5,6,3.5,6.65],"texture":"#2"},"down":{"uv":[4.5,6,3.5,6.65],"texture":"#2"}}},{"from":[5.70537,3.75,5.5701],"to":[6.70537,5.15,6.8701],"rotation":{"angle":-22.5,"axis":"y","origin":[8,4.50829,5.54128]},"faces":{"north":{"uv":[1.5,6,2.8,7.4],"texture":"#2"},"east":{"uv":[1.5,6,2.8,7.4],"texture":"#2"},"south":{"uv":[1.5,6,2.8,7.4],"texture":"#2"},"west":{"uv":[1.5,6,2.8,7.4],"texture":"#2"},"up":{"uv":[1.5,6,2.8,7.4],"texture":"#2"},"down":{"uv":[1.5,6,2.8,7.4],"texture":"#2"}}},{"from":[9.29463,3.75,5.5701],"to":[10.29463,5.15,6.8701],"rotation":{"angle":22.5,"axis":"y","origin":[8,4.50829,5.54128]},"faces":{"north":{"uv":[2.8,6,1.5,7.4],"texture":"#2"},"east":{"uv":[2.8,6,1.5,7.4],"texture":"#2"},"south":{"uv":[2.8,6,1.5,7.4],"texture":"#2"},"west":{"uv":[2.8,6,1.5,7.4],"texture":"#2"},"up":{"uv":[2.8,6,1.5,7.4],"texture":"#2"},"down":{"uv":[2.8,6,1.5,7.4],"texture":"#2"}}},{"from":[5.70537,2.3,5.2701],"to":[6.70537,3.8,7.0701],"rotation":{"angle":-22.5,"axis":"y","origin":[8,4.05829,5.24128]},"faces":{"north":{"uv":[3.5,6.5,4,8.5],"rotation":270,"texture":"#2"},"east":{"uv":[3.5,6.5,4,8.5],"rotation":90,"texture":"#2"},"south":{"uv":[3.5,7.5,4,8.5],"rotation":270,"texture":"#2"},"west":{"uv":[3.5,6.5,4,8.5],"rotation":270,"texture":"#2"},"up":{"uv":[3.5,6.5,4,8.5],"texture":"#2"},"down":{"uv":[3.5,6.5,4,8.5],"rotation":180,"texture":"#2"}}},{"from":[9.29463,2.3,5.2701],"to":[10.29463,3.8,7.2701],"rotation":{"angle":22.5,"axis":"y","origin":[8,4.05829,5.24128]},"faces":{"north":{"uv":[3.5,8.5,4,6.5],"rotation":270,"texture":"#2"},"east":{"uv":[3.5,8.5,4,6.5],"rotation":270,"texture":"#2"},"south":{"uv":[3.5,8.5,4,7.5],"rotation":270,"texture":"#2"},"west":{"uv":[3.5,8.5,4,6.5],"rotation":90,"texture":"#2"},"up":{"uv":[4,6.5,3.5,8.5],"texture":"#2"},"down":{"uv":[4,6.5,3.5,8.5],"rotation":180,"texture":"#2"}}},{"from":[5.89671,2,5.93204],"to":[6.64671,3.5,7.23204],"rotation":{"angle":-22.5,"axis":"y","origin":[8,4.25829,4.94128]},"faces":{"north":{"uv":[3,8,3.75,8.5],"texture":"#2"},"east":{"uv":[3,8,4.5,8.5],"texture":"#2"},"south":{"uv":[3,8,3.75,8.5],"texture":"#2"},"west":{"uv":[3,8,4.5,8.5],"texture":"#2"},"up":{"uv":[3,7.5,3.75,9],"texture":"#2"},"down":{"uv":[2,7.5,2.75,9],"texture":"#2"}}},{"from":[9.35329,2,5.93204],"to":[10.10329,3.5,7.43204],"rotation":{"angle":22.5,"axis":"y","origin":[8,4.25829,4.94128]},"faces":{"north":{"uv":[3.75,8,3,8.5],"texture":"#2"},"east":{"uv":[4.5,8,3,8.5],"texture":"#2"},"south":{"uv":[3.75,8,3,8.5],"texture":"#2"},"west":{"uv":[4.5,8,3,8.5],"texture":"#2"},"up":{"uv":[3.75,7.5,3,9],"texture":"#2"},"down":{"uv":[2.75,7.5,2,9],"texture":"#2"}}},{"from":[5.34635,4,6.43755],"to":[10.64635,6,7.93755],"rotation":{"angle":0,"axis":"y","origin":[6.99635,4,8.93755]},"faces":{"north":{"uv":[2.5,6.5,7.8,8.5],"texture":"#2"},"east":{"uv":[2.5,6.5,4,8.5],"texture":"#2"},"south":{"uv":[2.5,0.5,7.8,2.5],"texture":"#2"},"west":{"uv":[2.5,6.5,4,8.5],"texture":"#2"},"up":{"uv":[2.5,6.5,7.8,8],"texture":"#2"},"down":{"uv":[2.5,6.5,7.8,8],"texture":"#2"}}},{"from":[5.34435,4.76577,7.582],"to":[10.64835,6.76977,9.086],"rotation":{"angle":45,"axis":"x","origin":[7.99635,5.76777,7.584]},"faces":{"north":{"uv":[5.5,6.5,7,8.5],"texture":"#2"},"east":{"uv":[5.5,6.5,7,8.5],"texture":"#2"},"south":{"uv":[5.5,6.5,7,8.5],"texture":"#2"},"west":{"uv":[5.5,6.5,7,8.5],"texture":"#2"},"up":{"uv":[5.5,6.5,7,8.5],"texture":"#2"},"down":{"uv":[5.5,6.5,7,8.5],"texture":"#2"}}},{"from":[5.34835,5.62449,8.29179],"to":[10.64435,7.12049,9.78779],"rotation":{"angle":22.5,"axis":"x","origin":[7.99635,6.62249,9.03979]},"faces":{"north":{"uv":[3.5,2,5,3.5],"texture":"#2"},"east":{"uv":[3.5,2,4.9,3.5],"texture":"#2"},"south":{"uv":[3.5,1.5,8.5,2.996],"texture":"#2"},"west":{"uv":[3.5,2,5.1,3.5],"texture":"#2"},"up":{"uv":[3.5,2,5,3.5],"texture":"#2"},"down":{"uv":[3.5,2,5,3.5],"texture":"#2"}}},{"from":[5.35135,6.45615,8.19912],"to":[10.64135,7.94615,9.68912],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99635,7.20115,8.94412]},"faces":{"north":{"uv":[0,0,5.3,1.5],"rotation":180,"texture":"#2"},"east":{"uv":[5,2.5,6.5,4],"rotation":270,"texture":"#2"},"south":{"uv":[4,0.5,9,1.99],"texture":"#2"},"west":{"uv":[1.5,2,3,3.5],"rotation":90,"texture":"#2"},"up":{"uv":[0,0,5.3,1.5],"rotation":180,"texture":"#2"},"down":{"uv":[0,0,5.3,1.5],"texture":"#2"}}},{"from":[5.34635,5.62135,7.62392],"to":[10.64635,8.52135,9.12392],"rotation":{"angle":22.5,"axis":"x","origin":[7.99635,7.77135,8.37392]},"faces":{"north":{"uv":[1.5,3,3,5.9],"texture":"#2"},"east":{"uv":[3.5,2,5,4.9],"texture":"#2"},"south":{"uv":[1.5,3,3,5.9],"texture":"#2"},"west":{"uv":[1,2.5,2.5,5.4],"texture":"#2"},"up":{"uv":[3,0,8,1.5],"texture":"#2"},"down":{"uv":[1.5,3,3,5.9],"texture":"#2"}}},{"from":[5.34435,7.11622,5.6448],"to":[10.64835,8.62022,7.6488],"rotation":{"angle":-45,"axis":"x","origin":[7.99635,7.86822,7.1468]},"faces":{"north":{"uv":[2.5,4,4.5,5.5],"texture":"#2"},"east":{"uv":[9.5,2,11.5,3.5],"texture":"#2"},"south":{"uv":[2.5,4,4.5,5.5],"texture":"#2"},"west":{"uv":[9.5,2,11.5,3.5],"texture":"#2"},"up":{"uv":[5,0,10,2.004],"rotation":180,"texture":"#2"},"down":{"uv":[2.5,4,4.5,5.5],"texture":"#2"}}},{"from":[5.09435,6.06622,5.2948],"to":[10.89835,7.57022,7.2988],"rotation":{"angle":-45,"axis":"x","origin":[7.99635,7.56822,7.5468]},"faces":{"north":{"uv":[3.5,6.5,2.5,8],"texture":"#2"},"east":{"uv":[1.5,6.5,3.5,8],"texture":"#2"},"south":{"uv":[4,4.5,2,6],"texture":"#2"},"west":{"uv":[3.5,6.5,1.5,8],"texture":"#2"},"up":{"uv":[3.5,5,1.5,6.5],"texture":"#2"},"down":{"uv":[2.5,6.5,2,8.5],"texture":"#2"}}},{"from":[5.34835,4.10194,4.88319],"to":[10.64435,7.69794,7.37919],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99635,6.69994,6.63119]},"faces":{"north":{"uv":[11,2.5,11.5,6],"texture":"#2"},"east":{"uv":[3,3.5,0.5,7],"texture":"#2"},"south":{"uv":[2.5,0.5,5,4],"texture":"#2"},"west":{"uv":[0.5,3.5,3,7],"texture":"#2"},"up":{"uv":[5.5,2,10.5,4.496],"texture":"#2"},"down":{"uv":[0,5.5,2.5,9],"texture":"#2"}}},{"from":[5.84835,5.35194,4.83319],"to":[10.14435,7.44794,5.57919],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99635,6.69994,6.63119]},"faces":{"north":{"uv":[5,0,6.5,1.5],"texture":"#1"},"east":{"uv":[0.5,11,0.5,13],"texture":"#1"},"south":{"uv":[0.5,11,0.5,13],"texture":"#1"},"west":{"uv":[0.5,11,0.5,13],"texture":"#1"},"up":{"uv":[0.5,11,0.5,13],"texture":"#1"},"down":{"uv":[0.5,11,0.5,13],"texture":"#1"}}},{"from":[5.34835,7.25327,6.97002],"to":[10.64435,8.74927,7.96602],"rotation":{"angle":0,"axis":"x","origin":[7.99635,8.00127,7.21802]},"faces":{"north":{"uv":[0,0,5.3,1.5],"rotation":180,"texture":"#2"},"east":{"uv":[0,0,1,1.5],"rotation":180,"texture":"#2"},"south":{"uv":[2.5,0.5,7.8,2],"rotation":180,"texture":"#2"},"west":{"uv":[0,0,1,1.5],"rotation":180,"texture":"#2"},"up":{"uv":[0,0,5,1],"texture":"#2"},"down":{"uv":[0,0,5.3,1],"texture":"#2"}}},{"from":[6.24635,3.2,7.08755],"to":[9.74635,5.2,10.08755],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99635,3.7,7.93755]},"faces":{"north":{"uv":[0.5,6,4,9],"texture":"#2"},"east":{"uv":[5.5,6,2.5,8],"texture":"#2"},"south":{"uv":[2.5,0.5,6,3.5],"texture":"#2"},"west":{"uv":[2.5,6,5.5,8],"texture":"#2"},"up":{"uv":[0.5,6,4,9],"texture":"#2"},"down":{"uv":[0.5,6,4,9],"texture":"#2"}}},{"from":[6.24735,3.41168,4.84146],"to":[9.74535,4.40968,7.83946],"rotation":{"angle":22.5,"axis":"x","origin":[7.99635,4.41068,6.34046]},"faces":{"north":{"uv":[1,7.5,3.5,8.5],"rotation":180,"texture":"#2"},"east":{"uv":[0,1.5,2.998,2.498],"rotation":180,"texture":"#2"},"south":{"uv":[2.5,0.5,6,1.5],"rotation":180,"texture":"#2"},"west":{"uv":[2.5,6,5.498,6.998],"rotation":180,"texture":"#2"},"up":{"uv":[0,6,3.5,9],"rotation":180,"texture":"#2"},"down":{"uv":[0,1.5,3.5,4.5],"rotation":180,"texture":"#2"}}},{"from":[6.24635,6,8.93755],"to":[9.74635,8,10.93755],"rotation":{"angle":0,"axis":"y","origin":[6.99635,4,8.93755]},"faces":{"north":{"uv":[1.5,3.5,5,5.5],"texture":"#2"},"east":{"uv":[2.5,1.5,4.5,3.5],"texture":"#2"},"south":{"uv":[2.5,2,6,4],"texture":"#2"},"west":{"uv":[2.5,1.5,4.5,3.5],"texture":"#2"},"up":{"uv":[1.5,3.5,5,5.5],"texture":"#2"},"down":{"uv":[1.5,3.5,5,5.5],"texture":"#2"}}},{"from":[6.35135,7.5462,8.63599],"to":[9.64135,8.5362,10.62599],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99635,8.5412,9.63099]},"faces":{"north":{"uv":[0,0,3.3,1],"texture":"#2"},"east":{"uv":[0,0,2,1],"texture":"#2"},"south":{"uv":[2.5,0.5,5.5,1.5],"texture":"#2"},"west":{"uv":[0,0,2,1],"texture":"#2"},"up":{"uv":[0,0,3.3,2],"texture":"#2"},"down":{"uv":[0,0,3.3,2],"texture":"#2"}}},{"from":[6.24835,7.38086,8.25413],"to":[9.74435,9.37686,10.25013],"rotation":{"angle":22.5,"axis":"x","origin":[7.99635,8.37886,9.25213]},"faces":{"north":{"uv":[0,0,3.5,2],"rotation":180,"texture":"#2"},"east":{"uv":[0.5,0.5,2.5,2.5],"rotation":90,"texture":"#2"},"south":{"uv":[2.5,0.5,6,2.5],"texture":"#2"},"west":{"uv":[0,0.5,2,2.5],"rotation":270,"texture":"#2"},"up":{"uv":[1,0.5,4.5,2.5],"texture":"#2"},"down":{"uv":[0,0,3.5,2],"rotation":180,"texture":"#2"}}},{"from":[6.24635,7.68481,6.71402],"to":[9.74635,9.68481,8.71402],"rotation":{"angle":0,"axis":"x","origin":[7.99635,8.68481,7.71402]},"faces":{"north":{"uv":[0,0,3.5,2],"rotation":180,"texture":"#2"},"east":{"uv":[3.5,0,5.5,2],"texture":"#2"},"south":{"uv":[2.5,0.5,6,2.5],"texture":"#2"},"west":{"uv":[0.5,0,2.5,2],"rotation":270,"texture":"#2"},"up":{"uv":[4.5,0,8,2],"texture":"#2"},"down":{"uv":[0,0,3.5,2],"rotation":180,"texture":"#2"}}},{"from":[6.25135,7.38324,5.17782],"to":[9.74135,9.37324,7.16782],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99635,8.37824,6.17282]},"faces":{"north":{"uv":[0,0,3.5,2],"rotation":180,"texture":"#2"},"east":{"uv":[1.5,0,3.5,2],"rotation":90,"texture":"#2"},"south":{"uv":[2.5,0.5,6,2.5],"texture":"#2"},"west":{"uv":[3,0,5,2],"texture":"#2"},"up":{"uv":[0,0,3.5,2],"rotation":180,"texture":"#2"},"down":{"uv":[0,0,3.5,2],"rotation":180,"texture":"#2"}}},{"from":[6.24535,6.9157,4.41028],"to":[9.74735,8.6177,6.41228],"rotation":{"angle":22.5,"axis":"x","origin":[7.99635,7.6167,5.41128]},"faces":{"north":{"uv":[0.5,1,4.002,2.702],"texture":"#2"},"east":{"uv":[0,0,1.7,2],"rotation":90,"texture":"#2"},"south":{"uv":[2.5,0.5,6,2.2],"texture":"#2"},"west":{"uv":[0,0,1.7,2],"rotation":270,"texture":"#2"},"up":{"uv":[0,0,3.5,2],"texture":"#2"},"down":{"uv":[0,0,3.5,2],"rotation":180,"texture":"#2"}}},{"from":[6.24635,6.60267,4.21952],"to":[9.74635,7.35267,6.21952],"rotation":{"angle":0,"axis":"x","origin":[7.99635,7.20267,5.21952]},"faces":{"north":{"uv":[0.5,3,4,4],"texture":"#2"},"east":{"uv":[0,0,0.75,2],"rotation":90,"texture":"#2"},"south":{"uv":[2.5,0.5,6,1.25],"texture":"#2"},"west":{"uv":[0,0,0.75,2],"rotation":270,"texture":"#2"},"up":{"uv":[0,0,3.5,2],"texture":"#2"},"down":{"uv":[0,0,3.5,2],"rotation":180,"texture":"#2"}}},{"from":[6.24835,4.17327,8.57579],"to":[9.74435,6.26927,10.57179],"rotation":{"angle":22.5,"axis":"x","origin":[7.99635,5.22127,10.07379]},"faces":{"north":{"uv":[0,0,3.5,2.1],"texture":"#2"},"east":{"uv":[1,5,3,7],"texture":"#2"},"south":{"uv":[2.5,3.5,6,5.5],"texture":"#2"},"west":{"uv":[1,5,3,7],"texture":"#2"},"up":{"uv":[0,0,3.5,2],"texture":"#2"},"down":{"uv":[0,0,3.5,2],"texture":"#2"}}},{"from":[7.09526,0.65,3.73235],"to":[8.09526,2.6,4.73235],"rotation":{"angle":45,"axis":"y","origin":[8,0.74171,5.84128]},"faces":{"north":{"uv":[2.5,4.5,3.5,5.45],"rotation":270,"texture":"#2"},"east":{"uv":[2.5,4.5,3.5,5.45],"rotation":270,"texture":"#2"},"south":{"uv":[2.5,4.5,3.5,5.45],"rotation":270,"texture":"#2"},"west":{"uv":[2.5,4.5,3.5,5.45],"rotation":270,"texture":"#2"},"up":{"uv":[2.5,4.5,3.5,5.45],"rotation":270,"texture":"#2"},"down":{"uv":[2.5,4.5,3,5.5],"rotation":270,"texture":"#2"}}},{"from":[7.90474,0.65,3.73235],"to":[8.90474,2.6,4.73235],"rotation":{"angle":-45,"axis":"y","origin":[8,0.74171,5.84128]},"faces":{"north":{"uv":[2.5,5.45,3.5,4.5],"rotation":270,"texture":"#2"},"east":{"uv":[2.5,5.45,3.5,4.5],"rotation":270,"texture":"#2"},"south":{"uv":[2.5,5.45,3.5,4.5],"rotation":270,"texture":"#2"},"west":{"uv":[2.5,5.45,3.5,4.5],"rotation":270,"texture":"#2"},"up":{"uv":[2.5,5.45,3.5,4.5],"rotation":270,"texture":"#2"},"down":{"uv":[2.5,5.5,3,4.5],"rotation":270,"texture":"#2"}}},{"from":[7.28096,0.45,3.85643],"to":[8.28096,2.55,4.85643],"rotation":{"angle":22.5,"axis":"y","origin":[8,0.59171,5.84128]},"faces":{"north":{"uv":[2,4,3,5],"rotation":90,"texture":"#2"},"east":{"uv":[2,4,3,5],"rotation":90,"texture":"#2"},"south":{"uv":[2,4,3,5],"rotation":90,"texture":"#2"},"west":{"uv":[2,4,3,5],"rotation":90,"texture":"#2"},"up":{"uv":[2,4,3,5],"rotation":90,"texture":"#2"},"down":{"uv":[2,4,3,5],"rotation":90,"texture":"#2"}}},{"from":[7.71904,0.45,3.85643],"to":[8.71904,2.55,4.85643],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0.59171,5.84128]},"faces":{"north":{"uv":[2,4.5,3,3.5],"rotation":90,"texture":"#2"},"east":{"uv":[2,4,3,3],"rotation":90,"texture":"#2"},"south":{"uv":[2,4,3,3],"rotation":90,"texture":"#2"},"west":{"uv":[2,4,3,3],"rotation":90,"texture":"#2"},"up":{"uv":[2,4,3,3],"rotation":90,"texture":"#2"},"down":{"uv":[2,4,3,3],"rotation":90,"texture":"#2"}}},{"from":[7.5,0.3,3.9],"to":[8.5,2.5,4.9],"rotation":{"angle":0,"axis":"x","origin":[8,0.49171,5.84128]},"faces":{"north":{"uv":[2,4,2.5,5],"texture":"#2"},"east":{"uv":[2,4,2.5,5],"texture":"#2"},"south":{"uv":[2,4,2.5,5],"texture":"#2"},"west":{"uv":[2,4,2.5,5],"texture":"#2"},"up":{"uv":[2,4,2.5,5],"texture":"#2"},"down":{"uv":[2,4,2.5,5],"texture":"#2"}}},{"from":[5.66211,1.5,6.28815],"to":[10.56211,5.4,7.68815],"rotation":{"angle":22.5,"axis":"x","origin":[6.03711,2.65,6.93815]},"faces":{"north":{"uv":[1,5,1.5,8.9],"rotation":180,"texture":"#2"},"east":{"uv":[1.5,5,2.9,8.9],"rotation":180,"texture":"#2"},"south":{"uv":[6.4,5,1.5,8.9],"texture":"#2"},"west":{"uv":[0,5,1.4,8.9],"rotation":180,"texture":"#2"},"up":{"uv":[0,5,1.4,8.9],"rotation":180,"texture":"#2"},"down":{"uv":[0,4,0.5,5.4],"rotation":180,"texture":"#2"}}},{"from":[5.89671,1.25,6.58204],"to":[6.64671,3.2,7.58204],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0.94171,5.84128]},"faces":{"north":{"uv":[3.5,6.5,4.5,7.45],"texture":"#2"},"east":{"uv":[3.5,6.5,4.5,7.45],"texture":"#2"},"south":{"uv":[3.5,6.5,4.5,7.45],"texture":"#2"},"west":{"uv":[3.5,6.5,4.5,7.45],"texture":"#2"},"up":{"uv":[3.5,6.5,4.5,7.45],"texture":"#2"},"down":{"uv":[3.5,6.5,4.5,7.45],"texture":"#2"}}},{"from":[9.35329,1.25,6.58204],"to":[10.10329,3.2,7.58204],"rotation":{"angle":22.5,"axis":"y","origin":[8,0.94171,5.84128]},"faces":{"north":{"uv":[4.5,6.5,3.5,7.45],"texture":"#2"},"east":{"uv":[4.5,6.5,3.5,7.45],"texture":"#2"},"south":{"uv":[4.5,6.5,3.5,7.45],"texture":"#2"},"west":{"uv":[4.5,6.5,3.5,7.45],"texture":"#2"},"up":{"uv":[4.5,6.5,3.5,7.45],"texture":"#2"},"down":{"uv":[4.5,6.5,3.5,7.45],"texture":"#2"}}},{"from":[5.70537,0.95,5.8701],"to":[6.70537,2.9,7.1201],"rotation":{"angle":-22.5,"axis":"y","origin":[8,1.14171,5.84128]},"faces":{"north":{"uv":[2.5,5.5,3.75,6.45],"texture":"#2"},"east":{"uv":[2.5,5.5,3.75,6.45],"texture":"#2"},"south":{"uv":[2.5,5.5,3.75,6.45],"texture":"#2"},"west":{"uv":[2.5,5.5,3.75,6.45],"texture":"#2"},"up":{"uv":[2.5,5.5,3.75,6.45],"texture":"#2"},"down":{"uv":[2.5,5.5,3.75,6.45],"texture":"#2"}}},{"from":[9.29463,0.95,5.8701],"to":[10.29463,2.9,7.1201],"rotation":{"angle":22.5,"axis":"y","origin":[8,1.14171,5.84128]},"faces":{"north":{"uv":[3.75,5.5,2.5,6.45],"texture":"#2"},"east":{"uv":[3.75,5.5,2.5,6.45],"texture":"#2"},"south":{"uv":[3.75,5.5,2.5,6.45],"texture":"#2"},"west":{"uv":[3.75,5.5,2.5,6.45],"texture":"#2"},"up":{"uv":[3.75,5.5,2.5,6.45],"texture":"#2"},"down":{"uv":[3.75,5.5,2.5,6.45],"texture":"#2"}}}],"display":{"thirdperson_righthand":{"rotation":[22.5,33,-13],"translation":[1.25,6.5,2.75]},"thirdperson_lefthand":{"rotation":[22.5,33,-13],"translation":[1.25,6.5,3.25]},"firstperson_righthand":{"rotation":[-2,115,-8],"translation":[-0.25,9.25,1],"scale":[0.77,0.77,0.77]},"firstperson_lefthand":{"rotation":[-2,115,-8],"translation":[-0.25,9.25,1],"scale":[0.77,0.77,0.77]},"ground":{"rotation":[45,-45,0],"translation":[0,7,3],"scale":[0.8,0.8,0.8]},"gui":{"rotation":[16,-149,38],"translation":[4.25,5.75,0]},"head":{"translation":[0,10.25,0],"scale":[4,4,4]},"fixed":{"translation":[0.75,11,-4.5],"scale":[1.49,1.49,1.49]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/avalanche/avalanche_head.json b/assets/minecraft/models/item/wynn/jigsaw/avalanche/avalanche_head.json new file mode 100644 index 000000000..901850675 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/avalanche/avalanche_head.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/avalanche","particle":"wynn/jigsaw/avalanche"},"elements":[{"from":[3.49,6.99,3.49],"to":[12.51,14.01,12.51],"rotation":{"angle":0,"axis":"y","origin":[-0.5,1,1]},"faces":{"north":{"uv":[5.5,0,10,3.5],"texture":"#0"},"east":{"uv":[10,3.5,5.5,7],"texture":"#0"},"south":{"uv":[5.5,7,10,10.5],"texture":"#0"},"west":{"uv":[5.5,3.5,10,7],"texture":"#0"},"up":{"uv":[10,0,14.5,4.5],"texture":"#0"}}},{"from":[12.5,7,3.5],"to":[3.5,14,12.5],"rotation":{"angle":0,"axis":"y","origin":[-0.5,1,1]},"faces":{"north":{"uv":[5.5,0,10,3.5],"texture":"#0"},"east":{"uv":[10,3.5,5.5,7],"texture":"#0"},"south":{"uv":[5.5,7,10,10.5],"texture":"#0"},"west":{"uv":[5.5,3.5,10,7],"texture":"#0"},"up":{"uv":[10,0,14.5,4.5],"texture":"#0"}}},{"from":[8,14,1.5],"to":[8.01,22,13.5],"rotation":{"angle":0,"axis":"y","origin":[8,14,7.5]},"faces":{"east":{"uv":[16,4.5,10,8.5],"texture":"#0"},"west":{"uv":[10,4.5,16,8.5],"texture":"#0"}}},{"from":[3.5,9,3.5],"to":[12.5,14,12.5],"faces":{"down":{"uv":[5.5,10.5,10,15],"texture":"#0"}}}],"display":{"head":{"translation":[0,-6.5,-5],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/avalanche/avalanche_jaw.json b/assets/minecraft/models/item/wynn/jigsaw/avalanche/avalanche_jaw.json new file mode 100644 index 000000000..c77006234 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/avalanche/avalanche_jaw.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/avalanche","particle":"wynn/jigsaw/avalanche"},"elements":[{"from":[2.48,2.98,2.48],"to":[13.52,11.02,13.52],"rotation":{"angle":0,"axis":"x","origin":[8,8,11]},"faces":{"north":{"uv":[0,0,5.5,4],"texture":"#0"},"east":{"uv":[0,0,5.5,4],"texture":"#0"},"south":{"uv":[0,0,5.5,4],"texture":"#0"},"west":{"uv":[0,0,5.5,4],"texture":"#0"},"down":{"uv":[0,4,5.5,9.5],"texture":"#0"}}},{"from":[13.49,2.99,2.49],"to":[2.51,11.01,13.51],"rotation":{"angle":0,"axis":"x","origin":[8,8,11]},"faces":{"north":{"uv":[0,0,5.5,4],"texture":"#0"},"east":{"uv":[0,0,5.5,4],"texture":"#0"},"south":{"uv":[0,0,5.5,4],"texture":"#0"},"west":{"uv":[0,0,5.5,4],"texture":"#0"},"down":{"uv":[0,4,5.5,9.5],"texture":"#0"}}},{"from":[2.5,3,2.5],"to":[13.5,7,13.5],"faces":{"up":{"uv":[0,9.5,5.5,15],"texture":"#0"}}}],"display":{"head":{"translation":[0,-8,-5],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/avostrider/avostrider_body.json b/assets/minecraft/models/item/wynn/jigsaw/avostrider/avostrider_body.json new file mode 100644 index 000000000..781719241 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/avostrider/avostrider_body.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/avostrider","particle":"wynn/jigsaw/avostrider"},"elements":[{"from":[3,5,1],"to":[13,15,13],"rotation":{"angle":22.5,"axis":"x","origin":[8,6,2]},"faces":{"north":{"uv":[3,8.5,5.5,11],"texture":"#0"},"east":{"uv":[0,8.5,3,11],"texture":"#0"},"south":{"uv":[8.5,8.5,11,11],"texture":"#0"},"west":{"uv":[5.5,8.5,8.5,11],"texture":"#0"},"up":{"uv":[5.5,8.5,3,5.5],"texture":"#0"},"down":{"uv":[8,5.5,5.5,8.5],"texture":"#0"}}},{"from":[9,0,8],"to":[13,6,14],"shade":false,"rotation":{"angle":22.5,"axis":"z","origin":[10.5,3,11]},"faces":{"north":{"uv":[9.75,4,8.75,5.5],"texture":"#0"},"east":{"uv":[11.25,4,9.75,5.5],"texture":"#0"},"south":{"uv":[12.25,4,11.25,5.5],"texture":"#0"},"west":{"uv":[8.75,4,7.25,5.5],"texture":"#0"},"up":{"uv":[8.75,4,9.75,2.5],"texture":"#0"},"down":{"uv":[9.75,2.5,10.75,4],"texture":"#0"}}},{"from":[3,0,8],"to":[7,6,14],"rotation":{"angle":-22.5,"axis":"z","origin":[5.5,3,11]},"faces":{"north":{"uv":[8.75,4,9.75,5.5],"texture":"#0"},"east":{"uv":[7.25,4,8.75,5.5],"texture":"#0"},"south":{"uv":[11.25,4,12.25,5.5],"texture":"#0"},"west":{"uv":[9.75,4,11.25,5.5],"texture":"#0"},"up":{"uv":[9.75,4,8.75,2.5],"texture":"#0"},"down":{"uv":[10.75,2.5,9.75,4],"texture":"#0"}}},{"from":[5,4,13],"to":[5.01,12,21],"rotation":{"angle":-22.5,"axis":"y","origin":[5,9,12]},"faces":{"east":{"uv":[14,5.5,12,7.5],"texture":"#0"},"west":{"uv":[12,5.5,14,7.5],"texture":"#0"}}},{"from":[11,4,13],"to":[11.01,12,21],"shade":false,"rotation":{"angle":22.5,"axis":"y","origin":[11,9,12]},"faces":{"east":{"uv":[14,5.5,12,7.5],"texture":"#0"},"west":{"uv":[12,5.5,14,7.5],"texture":"#0"}}},{"from":[3,9,16],"to":[13,9.01,26],"rotation":{"angle":-22.5,"axis":"x","origin":[8,6,11]},"faces":{"up":{"uv":[13.5,2.5,11,0],"texture":"#0"},"down":{"uv":[13.5,0,11,2.5],"texture":"#0"}}}],"display":{"head":{"translation":[0,-4,-1],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/avostrider/avostrider_head.json b/assets/minecraft/models/item/wynn/jigsaw/avostrider/avostrider_head.json new file mode 100644 index 000000000..026b2d7fe --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/avostrider/avostrider_head.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/avostrider","particle":"wynn/jigsaw/avostrider"},"elements":[{"from":[5,5,6],"to":[11,14,12],"rotation":{"angle":-22.5,"axis":"x","origin":[8,5,8]},"faces":{"north":{"uv":[1.5,12.5,3,14.75],"texture":"#0"},"east":{"uv":[0,12.5,1.5,14.75],"texture":"#0"},"south":{"uv":[4.5,12.5,6,14.75],"texture":"#0"},"west":{"uv":[3,12.5,4.5,14.75],"texture":"#0"},"up":{"uv":[3,12.5,1.5,11],"texture":"#0"},"down":{"uv":[4.5,11,3,12.5],"texture":"#0"}}},{"from":[6,11,3],"to":[10,21,7],"rotation":{"angle":22.5,"axis":"x","origin":[8,6,8]},"faces":{"north":{"uv":[9,5.5,10,8],"texture":"#0"},"east":{"uv":[8,5.5,9,8],"texture":"#0"},"south":{"uv":[11,5.5,12,8],"texture":"#0"},"west":{"uv":[10,5.5,11,8],"texture":"#0"}}},{"from":[5,17,10],"to":[11,21,18],"rotation":{"angle":-22.5,"axis":"x","origin":[8,6,8]},"faces":{"north":{"uv":[3.5,2,5,3],"texture":"#0"},"east":{"uv":[1.5,2,3.5,3],"texture":"#0"},"south":{"uv":[7,2,8.5,3],"texture":"#0"},"west":{"uv":[5,2,7,3],"texture":"#0"},"up":{"uv":[5,2,3.5,0],"texture":"#0"},"down":{"uv":[6.5,0,5,2],"texture":"#0"}}},{"from":[6.5,18,5],"to":[9.5,21,10],"rotation":{"angle":-22.5,"axis":"x","origin":[8,6,8]},"faces":{"north":{"uv":[1.25,4.25,2,5],"texture":"#0"},"east":{"uv":[0,4.25,1.25,5],"texture":"#0"},"south":{"uv":[3.25,4.25,4,5],"texture":"#0"},"west":{"uv":[2,4.25,3.25,5],"texture":"#0"},"up":{"uv":[2,4.25,1.25,3],"texture":"#0"},"down":{"uv":[2.75,3,2,4.25],"texture":"#0"}}},{"from":[6.5,17,5],"to":[9.5,18,6],"rotation":{"angle":-22.5,"axis":"x","origin":[8,6,8]},"faces":{"north":{"uv":[3,3.25,3.75,3.5],"texture":"#0"},"east":{"uv":[2.75,3.25,3,3.5],"texture":"#0"},"south":{"uv":[4,3.25,4.75,3.5],"texture":"#0"},"west":{"uv":[3.75,3.25,4,3.5],"texture":"#0"},"up":{"uv":[3.75,3.25,3,3],"texture":"#0"},"down":{"uv":[4.5,3,3.75,3.25],"texture":"#0"}}},{"from":[8,17,12],"to":[8.01,27,22],"rotation":{"angle":-22.5,"axis":"x","origin":[8,6,8]},"faces":{"east":{"uv":[7.25,3,4.75,5.5],"texture":"#0"},"west":{"uv":[4.75,3,7.25,5.5],"texture":"#0"}}}],"display":{"head":{"translation":[0,-16,0],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/avostrider/avostrider_leg.json b/assets/minecraft/models/item/wynn/jigsaw/avostrider/avostrider_leg.json new file mode 100644 index 000000000..fbc73b3d9 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/avostrider/avostrider_leg.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/avostrider","particle":"wynn/jigsaw/avostrider"},"elements":[{"from":[7,-5,11],"to":[9,6,12],"rotation":{"angle":22.5,"axis":"x","origin":[14,4,3]},"faces":{"north":{"uv":[0.25,0.25,0.75,3],"texture":"#0"},"east":{"uv":[0,0.25,0.25,3],"texture":"#0"},"south":{"uv":[1,0.25,1.5,3],"texture":"#0"},"west":{"uv":[0.75,0.25,1,3],"texture":"#0"},"up":{"uv":[0.75,0.25,0.25,0],"texture":"#0"},"down":{"uv":[1.25,0,0.75,0.25],"texture":"#0"}}},{"from":[7,-8,2],"to":[9,-7,9],"rotation":{"angle":0,"axis":"y","origin":[14,4,3]},"faces":{"north":{"uv":[8.25,1.75,8.75,2],"texture":"#0"},"east":{"uv":[6.5,1.75,8.25,2],"texture":"#0"},"south":{"uv":[10.5,1.75,11,2],"texture":"#0"},"west":{"uv":[8.75,1.75,10.5,2],"texture":"#0"},"up":{"uv":[8.75,1.75,8.25,0],"texture":"#0"},"down":{"uv":[9.25,0,8.75,1.75],"texture":"#0"}}},{"from":[6,-8,4],"to":[7,-7,8],"rotation":{"angle":22.5,"axis":"y","origin":[7,-7,7]},"faces":{"north":{"uv":[1,6,1.25,6.25],"texture":"#0"},"east":{"uv":[0,6,1,6.25],"texture":"#0"},"south":{"uv":[2.25,6,2.5,6.25],"texture":"#0"},"west":{"uv":[1.25,6,2.25,6.25],"texture":"#0"},"up":{"uv":[1.25,6,1,5],"texture":"#0"},"down":{"uv":[1.5,5,1.25,6],"texture":"#0"}}},{"from":[9,-8,4],"to":[10,-7,8],"shade":false,"rotation":{"angle":-22.5,"axis":"y","origin":[9,-7,7]},"faces":{"north":{"uv":[1.25,6,1,6.25],"texture":"#0"},"east":{"uv":[2.25,6,1.25,6.25],"texture":"#0"},"south":{"uv":[2.5,6,2.25,6.25],"texture":"#0"},"west":{"uv":[1,6,0,6.25],"texture":"#0"},"up":{"uv":[1,6,1.25,5],"texture":"#0"},"down":{"uv":[1.25,5,1.5,6],"texture":"#0"}}}],"display":{"head":{"translation":[0,10,-6],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/avostrider/avostrider_wing.json b/assets/minecraft/models/item/wynn/jigsaw/avostrider/avostrider_wing.json new file mode 100644 index 000000000..d58dadae7 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/avostrider/avostrider_wing.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/avostrider","particle":"wynn/jigsaw/avostrider"},"elements":[{"from":[6.99,2.99,2.99],"to":[8.01,11.01,17.01],"rotation":{"angle":-22.5,"axis":"x","origin":[3,4,1]},"faces":{"north":{"uv":[6.5,11,6.75,13],"texture":"#0"},"east":{"uv":[10.25,11,6.75,13],"texture":"#0"},"west":{"uv":[6.75,11,10.25,13],"texture":"#0"},"up":{"uv":[6.25,14.5,6,11],"texture":"#0"},"down":{"uv":[6.5,11,6.25,14.5],"texture":"#0"}}}],"display":{"head":{"translation":[1,-9,9],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/bonny/bonny_arm.json b/assets/minecraft/models/item/wynn/jigsaw/bonny/bonny_arm.json new file mode 100644 index 000000000..5e42aa738 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/bonny/bonny_arm.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/bonny/flame","particle":"wynn/jigsaw/bonny/flame"},"elements":[{"from":[7,-1,7],"to":[8,4,9],"faces":{"north":{"uv":[4,11,5,16],"texture":"#0"},"east":{"uv":[4,11,6,16],"texture":"#0"},"south":{"uv":[4,11,5,16],"texture":"#0"},"west":{"uv":[4,11,6,16],"texture":"#0"},"up":{"uv":[4,11,5,13],"texture":"#0"},"down":{"uv":[4,11,5,13],"texture":"#0"}}}],"display":{"head":{"translation":[0,2,0],"scale":[1.65,1.65,1.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/bonny/bonny_head.json b/assets/minecraft/models/item/wynn/jigsaw/bonny/bonny_head.json new file mode 100644 index 000000000..7b0492280 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/bonny/bonny_head.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/bonny/flame","2":"wynn/jigsaw/bonny/eyes","particle":"wynn/jigsaw/bonny/flame"},"elements":[{"from":[5,4,5],"to":[11,20,11],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[5,0,11,16],"texture":"#0"},"east":{"uv":[11,0,5,16],"texture":"#0"},"south":{"uv":[5,0,11,16],"texture":"#0"},"west":{"uv":[11,0,5,16],"texture":"#0"},"down":{"uv":[5,10,11,16],"texture":"#0"}}},{"from":[11,4,5],"to":[5,20,11],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[11,0,5,16],"texture":"#0"},"east":{"uv":[5,0,11,16],"texture":"#0"},"south":{"uv":[11,0,5,16],"texture":"#0"},"west":{"uv":[5,0,11,16],"texture":"#0"},"down":{"uv":[5,10,11,16],"texture":"#0"}}},{"from":[3.5,2.5,4.5],"to":[12.5,9.5,11.5],"rotation":{"angle":0,"axis":"y","origin":[8,3.5,8]},"faces":{"north":{"uv":[4,5,12,11],"texture":"#2"},"east":{"uv":[0,0,0,0],"texture":"#2"},"south":{"uv":[0,0,0,0],"texture":"#2"},"west":{"uv":[0,0,0,0],"texture":"#2"},"up":{"uv":[0,0,0,0],"texture":"#2"},"down":{"uv":[0,0,0,0],"texture":"#2"}}}],"display":{"head":{"scale":[1.65,1.65,1.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/bonny/bonny_torso.json b/assets/minecraft/models/item/wynn/jigsaw/bonny/bonny_torso.json new file mode 100644 index 000000000..f41b9ca27 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/bonny/bonny_torso.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/bonny/flame","particle":"wynn/jigsaw/bonny/flame"},"elements":[{"from":[5,1,6],"to":[11,4,10],"faces":{"north":{"uv":[11,13,5,16],"texture":"#0"},"east":{"uv":[5,12,9,15],"texture":"#0"},"south":{"uv":[11,12,5,15],"texture":"#0"},"west":{"uv":[5,12,9,15],"texture":"#0"},"up":{"uv":[5,12,11,16],"texture":"#0"},"down":{"uv":[5,12,11,16],"texture":"#0"}}}],"display":{"head":{"translation":[0,2,0],"scale":[1.65,1.65,1.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/crab/crab_body.json b/assets/minecraft/models/item/wynn/jigsaw/crab/crab_body.json new file mode 100644 index 000000000..1306cb60f --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/crab/crab_body.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/crab"},"elements":[{"from":[3,3,5],"to":[12,8,10],"rotation":{"angle":-22.5,"axis":"x","origin":[7.5,5.5,8]},"faces":{"north":{"uv":[2.5,2.5,7,5],"texture":"#0"},"east":{"uv":[0,2.5,2.5,5],"texture":"#0"},"south":{"uv":[9.5,2.5,14,5],"texture":"#0"},"west":{"uv":[7,2.5,9.5,5],"texture":"#0"},"up":{"uv":[7,2.5,2.5,0],"texture":"#0"},"down":{"uv":[11.5,0,7,2.5],"texture":"#0"}}},{"from":[5,7,6],"to":[6,10,7],"rotation":{"angle":22.5,"axis":"x","origin":[7.5,6.5,6.5]},"faces":{"north":{"uv":[0.5,0.5,1,2],"texture":"#0"},"east":{"uv":[0,0.5,0.5,2],"texture":"#0"},"south":{"uv":[1.5,0.5,2,2],"texture":"#0"},"west":{"uv":[1,0.5,1.5,2],"texture":"#0"},"up":{"uv":[1,0.5,0.5,0],"texture":"#0"},"down":{"uv":[1.5,0,1,0.5],"texture":"#0"}}},{"from":[9,7,6],"to":[10,10,7],"rotation":{"angle":22.5,"axis":"x","origin":[7.5,6.5,6.5]},"faces":{"north":{"uv":[0.5,0.5,1,2],"texture":"#0"},"east":{"uv":[0,0.5,0.5,2],"texture":"#0"},"south":{"uv":[1.5,0.5,2,2],"texture":"#0"},"west":{"uv":[1,0.5,1.5,2],"texture":"#0"},"up":{"uv":[1,0.5,0.5,0],"texture":"#0"},"down":{"uv":[1.5,0,1,0.5],"texture":"#0"}}}],"display":{"head":{"translation":[0.75,0,1],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/crab/crab_claw.json b/assets/minecraft/models/item/wynn/jigsaw/crab/crab_claw.json new file mode 100644 index 000000000..087dd07a8 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/crab/crab_claw.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/crab"},"elements":[{"from":[6,1,2],"to":[9,6,8],"rotation":{"angle":22.5,"axis":"x","origin":[12,3,8]},"faces":{"north":{"uv":[3,8,4.5,10.5],"texture":"#0"},"east":{"uv":[0,8,3,10.5],"texture":"#0"},"south":{"uv":[7.5,8,9,10.5],"texture":"#0"},"west":{"uv":[4.5,8,7.5,10.5],"texture":"#0"},"up":{"uv":[4.5,8,3,5],"texture":"#0"},"down":{"uv":[6,5,4.5,8],"texture":"#0"}}},{"from":[9,1,2],"to":[6,6,8],"rotation":{"angle":22.5,"axis":"x","origin":[12,3,8]},"faces":{"north":{"uv":[3,8,4.5,10.5],"texture":"#0"},"east":{"uv":[0,8,3,10.5],"texture":"#0"},"south":{"uv":[7.5,8,9,10.5],"texture":"#0"},"west":{"uv":[4.5,8,7.5,10.5],"texture":"#0"},"up":{"uv":[4.5,8,3,5],"texture":"#0"},"down":{"uv":[6,5,4.5,8],"texture":"#0"}}}],"display":{"head":{"translation":[0.75,2,1],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/crab/crab_leg.json b/assets/minecraft/models/item/wynn/jigsaw/crab/crab_leg.json new file mode 100644 index 000000000..859c94487 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/crab/crab_leg.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/crab"},"elements":[{"from":[10.5,0,7],"to":[16.5,1,8],"shade":false,"rotation":{"angle":0,"axis":"y","origin":[11.5,0.5,7.5]},"faces":{"north":{"uv":[9.5,5.5,6.5,6],"texture":"#0"},"east":{"uv":[10,5.5,9.5,6],"texture":"#0"},"south":{"uv":[13,5.5,10,6],"texture":"#0"},"west":{"uv":[6.5,5.5,6,6],"texture":"#0"},"up":{"uv":[6.5,5.5,9.5,5],"texture":"#0"},"down":{"uv":[9.5,5,12.5,5.5],"texture":"#0"}}}],"display":{"head":{"translation":[-5.5,7,0.75],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/crate/crate_blizzard_chest.json b/assets/minecraft/models/item/wynn/jigsaw/crate/crate_blizzard_chest.json new file mode 100644 index 000000000..9a523490c --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/crate/crate_blizzard_chest.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/crate/blizzard","particle":"wynn/jigsaw/crate/blizzard"},"elements":[{"from":[-3,0,2],"to":[19,6,14],"faces":{"north":{"uv":[0,6,5.5,7.5],"texture":"#0"},"east":{"uv":[0,8.5,3,10],"texture":"#0"},"south":{"uv":[5.5,6,11,7.5],"texture":"#0"},"west":{"uv":[3,8.5,6,10],"texture":"#0"},"up":{"uv":[5.5,3,0,0],"texture":"#0"},"down":{"uv":[5.5,3,0,6],"texture":"#0"}}}],"display":{"head":{"translation":[0,-1,0],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/crate/crate_blizzard_lid.json b/assets/minecraft/models/item/wynn/jigsaw/crate/crate_blizzard_lid.json new file mode 100644 index 000000000..73b66ce00 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/crate/crate_blizzard_lid.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/crate/blizzard","particle":"wynn/jigsaw/crate/blizzard"},"elements":[{"from":[15.25,10,4],"to":[19.25,14,10],"rotation":{"angle":-22.5,"axis":"z","origin":[15.25,11,7]},"faces":{"east":{"uv":[5,11.5,6.5,12.5],"texture":"#0"},"west":{"uv":[4,11.5,2.5,12.5],"texture":"#0"},"up":{"uv":[5,11.5,4,10],"texture":"#0"},"down":{"uv":[5,10,6,11.5],"texture":"#0"}}},{"from":[19.25,14,10],"to":[15.25,10,4],"rotation":{"angle":-22.5,"axis":"z","origin":[15.25,11,7]},"faces":{"east":{"uv":[5,11.5,6.5,12.5],"texture":"#0"},"west":{"uv":[4,11.5,2.5,12.5],"texture":"#0"},"up":{"uv":[4,10,5,11.5],"texture":"#0"},"down":{"uv":[5,10,6,11.5],"texture":"#0"}}},{"from":[9.25,10,4],"to":[13.25,14,10],"rotation":{"angle":22.5,"axis":"z","origin":[13.25,11,7]},"faces":{"east":{"uv":[5,11.5,6.5,12.5],"texture":"#0"},"west":{"uv":[4,11.5,2.5,12.5],"texture":"#0"},"up":{"uv":[4,11.5,5,10],"texture":"#0"},"down":{"uv":[5,10,6,11.5],"texture":"#0"}}},{"from":[13.25,14,10],"to":[9.25,10,4],"rotation":{"angle":22.5,"axis":"z","origin":[13.25,11,7]},"faces":{"east":{"uv":[6.5,11.5,5,12.5],"texture":"#0"},"west":{"uv":[2.5,11.5,4,12.5],"texture":"#0"},"up":{"uv":[5,10,4,11.5],"texture":"#0"},"down":{"uv":[5,11.5,6,10],"texture":"#0"}}},{"from":[13.25,10,5.5],"to":[15.25,12,8.5],"rotation":{"angle":0,"axis":"y","origin":[15,0,-1]},"faces":{"north":{"uv":[0.75,10.75,1.25,11.25],"texture":"#0"},"east":{"uv":[0,10.75,0.75,11.25],"texture":"#0"},"south":{"uv":[2,10.75,2.5,11.25],"texture":"#0"},"west":{"uv":[1.25,10.75,2,11.25],"texture":"#0"},"up":{"uv":[1.25,10.75,0.75,10],"texture":"#0"},"down":{"uv":[1.75,10,1.25,10.75],"texture":"#0"}}},{"from":[-3.4,5.6,1.6],"to":[19.4,10.4,14.4],"rotation":{"angle":0,"axis":"y","origin":[8,6,14]},"faces":{"north":{"uv":[0,7.5,5.5,8.5],"texture":"#0"},"east":{"uv":[6,8.5,9,9.5],"texture":"#0"},"south":{"uv":[5.5,7.5,11,8.5],"texture":"#0"},"west":{"uv":[9,8.5,12,9.5],"texture":"#0"},"up":{"uv":[11,3,5.5,0],"texture":"#0"},"down":{"uv":[11,3,5.5,6],"texture":"#0"}}}],"display":{"head":{"translation":[0,-3,-12.75],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/crate/crate_bonfire_chest.json b/assets/minecraft/models/item/wynn/jigsaw/crate/crate_bonfire_chest.json new file mode 100644 index 000000000..f30dcddea --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/crate/crate_bonfire_chest.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/crate/bonfire"},"elements":[{"from":[11,8,5],"to":[21,8.01,11],"rotation":{"angle":-22.5,"axis":"z","origin":[11,8,8]},"faces":{"north":{"uv":[0,0,5,0.005],"texture":"#missing"},"east":{"uv":[0,0,3,0.005],"texture":"#missing"},"south":{"uv":[0,0,5,0.005],"texture":"#missing"},"west":{"uv":[0,0,3,0.005],"texture":"#missing"},"up":{"uv":[0,10,2.5,5],"rotation":270,"texture":"#0"},"down":{"uv":[0,10,2.5,5],"rotation":270,"texture":"#0"}}},{"from":[5,0,8],"to":[11,8,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[5.5,5,2.5,9],"texture":"#0"},"south":{"uv":[2.5,5,5.5,9],"texture":"#0"}}},{"from":[8,0,5],"to":[8.01,8,11],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"east":{"uv":[2.5,5,5.5,9],"texture":"#0"},"west":{"uv":[5.5,5,2.5,9],"texture":"#0"}}},{"from":[17,0,-5],"to":[17.01,10,11],"rotation":{"angle":-45,"axis":"y","origin":[17,8,3]},"faces":{"east":{"uv":[0,0,8,5],"texture":"#0"},"west":{"uv":[8,0,0,5],"texture":"#0"}}},{"from":[9,0,2.99],"to":[25,10,3],"rotation":{"angle":-45,"axis":"y","origin":[17,8,3]},"faces":{"north":{"uv":[8,0,0,5],"texture":"#0"},"south":{"uv":[0,0,8,5],"texture":"#0"}}},{"from":[-2,0,7],"to":[-1.99,10,23],"rotation":{"angle":-45,"axis":"y","origin":[-2,8,15]},"faces":{"east":{"uv":[0,0,8,5],"texture":"#0"},"west":{"uv":[8,0,0,5],"texture":"#0"}}},{"from":[-10,0,14.99],"to":[6,10,15],"rotation":{"angle":-45,"axis":"y","origin":[-2,8,15]},"faces":{"north":{"uv":[8,0,0,5],"texture":"#0"},"south":{"uv":[0,0,8,5],"texture":"#0"}}},{"from":[5,8,5],"to":[11,11,11],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[8,6,11,7.5],"texture":"#0"},"east":{"uv":[11,6,8,7.5],"texture":"#0"},"south":{"uv":[8,6,11,7.5],"texture":"#0"},"west":{"uv":[11,6,8,7.5],"texture":"#0"},"up":{"uv":[8,3,11,6],"texture":"#0"},"down":{"uv":[8,0,11,3],"texture":"#0"}}},{"from":[-5,8,5],"to":[5,8.01,11],"rotation":{"angle":22.5,"axis":"z","origin":[5,8,8]},"faces":{"up":{"uv":[0,5,2.5,10],"rotation":270,"texture":"#0"},"down":{"uv":[0,5,2.5,10],"rotation":270,"texture":"#0"}}},{"from":[5.5,8,-5],"to":[10.5,8.01,5],"rotation":{"angle":-22.5,"axis":"x","origin":[8,8,5]},"faces":{"up":{"uv":[0,5,2.5,10],"texture":"#0"},"down":{"uv":[0,10,2.5,5],"texture":"#0"}}},{"from":[5,8,11],"to":[11,8.01,21],"rotation":{"angle":22.5,"axis":"x","origin":[8,8,11]},"faces":{"up":{"uv":[0,10,2.5,5],"texture":"#0"},"down":{"uv":[0,5,2.5,10],"texture":"#0"}}}],"display":{"head":{"translation":[0,11,0],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/crate/crate_bonfire_lid.json b/assets/minecraft/models/item/wynn/jigsaw/crate/crate_bonfire_lid.json new file mode 100644 index 000000000..bcf671d09 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/crate/crate_bonfire_lid.json @@ -0,0 +1 @@ +{"textures":{"1":"wynn/jigsaw/crate/bonfire_a"},"elements":[{"from":[-11,8,4.5],"to":[-1,8.01,11.5],"rotation":{"angle":22.5,"axis":"z","origin":[-1,8,8.5]},"faces":{"up":{"uv":[0,0,7,10],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,7,10],"rotation":270,"texture":"#1"}}},{"from":[-1,8,4.5],"to":[5,8.01,11.5],"rotation":{"angle":0,"axis":"z","origin":[5,8,8.5]},"faces":{"up":{"uv":[0,10,7,16],"rotation":270,"texture":"#1"},"down":{"uv":[0,10,7,16],"rotation":270,"texture":"#1"}}}],"display":{"head":{"rotation":[85,-90,0],"translation":[0,-12,1.5],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/crate/crate_heroes_chest.json b/assets/minecraft/models/item/wynn/jigsaw/crate/crate_heroes_chest.json new file mode 100644 index 000000000..5578991d4 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/crate/crate_heroes_chest.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/crate/heroes","particle":"wynn/jigsaw/crate/heroes"},"elements":[{"from":[-2,0,1],"to":[18,6,15],"rotation":{"angle":0,"axis":"y","origin":[8,6,15]},"faces":{"north":{"uv":[0,9,5,10.5],"texture":"#0"},"east":{"uv":[10,4,13.5,5.5],"texture":"#0"},"south":{"uv":[5,9,10,10.5],"texture":"#0"},"west":{"uv":[10,5.5,13.5,7],"texture":"#0"},"up":{"uv":[5,3.5,0,0],"texture":"#0"},"down":{"uv":[5,3.5,0,7],"texture":"#0"}}}],"display":{"head":{"translation":[0,-1,0],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/crate/crate_heroes_lid.json b/assets/minecraft/models/item/wynn/jigsaw/crate/crate_heroes_lid.json new file mode 100644 index 000000000..e3f4ff29c --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/crate/crate_heroes_lid.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/crate/heroes","particle":"wynn/jigsaw/crate/heroes"},"elements":[{"from":[-2.01,4.99,0.99],"to":[18.01,13.01,15.01],"rotation":{"angle":0,"axis":"y","origin":[8,6,15]},"faces":{"north":{"uv":[0,7,5,9],"texture":"#0"},"east":{"uv":[10,0,13.5,2],"texture":"#0"},"south":{"uv":[5,7,10,9],"texture":"#0"},"west":{"uv":[10,2,13.5,4],"texture":"#0"},"up":{"uv":[10,3.5,5,0],"texture":"#0"},"down":{"uv":[10,3.5,5,7],"texture":"#0"}}},{"from":[7,5,0],"to":[9,8,1],"rotation":{"angle":0,"axis":"y","origin":[8,6,15]},"faces":{"north":{"uv":[10,7,10.5,7.75],"texture":"#0"},"east":{"uv":[10,7,10.25,7.75],"texture":"#0"},"west":{"uv":[10.25,7,10.5,7.75],"texture":"#0"},"up":{"uv":[10.5,7,10,7.25],"texture":"#0"},"down":{"uv":[10.5,7.5,10,7.75],"texture":"#0"}}}],"display":{"head":{"translation":[0,-3,-14],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/crate/crate_spirits_chest.json b/assets/minecraft/models/item/wynn/jigsaw/crate/crate_spirits_chest.json new file mode 100644 index 000000000..9e3c85502 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/crate/crate_spirits_chest.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/crate/spirits","particle":"wynn/jigsaw/crate/spirits"},"elements":[{"from":[20,0,-1],"to":[-4,8,17],"faces":{"north":{"uv":[0,9,6,11],"texture":"#0"},"east":{"uv":[4.5,13,0,15],"texture":"#0"},"west":{"uv":[0,13,4.5,15],"texture":"#0"}}},{"from":[-4.01,-0.01,-1.01],"to":[20.01,8.01,17.01],"faces":{"north":{"uv":[0,9,6,11],"texture":"#0"},"east":{"uv":[4.5,13,0,15],"texture":"#0"},"south":{"uv":[0,11,6,13],"texture":"#0"},"west":{"uv":[0,13,4.5,15],"texture":"#0"},"down":{"uv":[0.75,10.75,1,11],"texture":"#0"}}},{"from":[-4,0,-1],"to":[20,4,17],"faces":{"up":{"uv":[10,11.5,16,16],"texture":"#0"}}}],"display":{"head":{"translation":[0,8,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/crate/crate_spirits_lid.json b/assets/minecraft/models/item/wynn/jigsaw/crate/crate_spirits_lid.json new file mode 100644 index 000000000..31fcec306 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/crate/crate_spirits_lid.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/crate/spirits","particle":"wynn/jigsaw/crate/spirits"},"elements":[{"from":[-4.03,3.97,-1.03],"to":[20.03,16.03,17.03],"rotation":{"angle":0,"axis":"x","origin":[8,4,17]},"faces":{"north":{"uv":[0,0,6,3],"texture":"#0"},"east":{"uv":[4.5,6,0,9],"texture":"#0"},"south":{"uv":[0,3,6,6],"texture":"#0"},"west":{"uv":[0,6,4.5,9],"texture":"#0"},"up":{"uv":[6,0,12,4.5],"texture":"#0"}}},{"from":[20,4,-1],"to":[-4,16,17],"rotation":{"angle":0,"axis":"x","origin":[8,4,17]},"faces":{"north":{"uv":[0,0,6,3],"texture":"#0"},"east":{"uv":[4.5,6,0,9],"texture":"#0"},"south":{"uv":[0,3,6,6],"texture":"#0"},"west":{"uv":[0,6,4.5,9],"texture":"#0"},"up":{"uv":[6,0,12,4.5],"texture":"#0"}}},{"from":[-4,8,-1],"to":[20,16,17],"rotation":{"angle":0,"axis":"x","origin":[8,4,17]},"faces":{"down":{"uv":[10,16,16,11.5],"texture":"#0"}}},{"from":[7,16,7],"to":[9,22,9],"rotation":{"angle":0,"axis":"x","origin":[8,4,17]},"faces":{"north":{"uv":[12,0,12.5,1.5],"texture":"#0"},"east":{"uv":[12,0,12.5,1.5],"texture":"#0"},"south":{"uv":[12,0,12.5,1.5],"texture":"#0"},"west":{"uv":[12,0,12.5,1.5],"texture":"#0"},"up":{"uv":[12,1.5,12.5,2],"texture":"#0"}}},{"from":[3,17,8],"to":[7,21,8.01],"rotation":{"angle":0,"axis":"x","origin":[8,4,17]},"faces":{"north":{"uv":[12.5,0,13.5,1],"texture":"#0"},"south":{"uv":[13.5,0,12.5,1],"texture":"#0"}}}],"display":{"head":{"translation":[0,0,-14.5],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/crow/crow_body.json b/assets/minecraft/models/item/wynn/jigsaw/crow/crow_body.json new file mode 100644 index 000000000..988857f36 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/crow/crow_body.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/crow","particle":"wynn/jigsaw/crow"},"elements":[{"from":[8.5,4.5,7.5],"to":[9.5,5.5,9.5],"rotation":{"angle":0,"axis":"x","origin":[8,5.5,9]},"faces":{"north":{"uv":[3,0.5,2.5,1],"texture":"#0"},"east":{"uv":[2,0.5,3,1],"texture":"#0"},"south":{"uv":[2.5,0.5,2,1],"texture":"#0"},"west":{"uv":[3,0.5,2,1],"texture":"#0"},"down":{"uv":[2,0.5,3,1],"rotation":90,"texture":"#0"}}},{"from":[7,6.5,0],"to":[9,9.5,4],"rotation":{"angle":0,"axis":"y","origin":[8,8,3]},"faces":{"north":{"uv":[6,1,7,2.5],"texture":"#0"},"east":{"uv":[8,2.5,10,4],"texture":"#0"},"south":{"uv":[0,2,1,3.5],"texture":"#0"},"west":{"uv":[10,2.5,8,4],"texture":"#0"},"up":{"uv":[2,5,1,7],"texture":"#0"},"down":{"uv":[6,4.5,7,2.5],"texture":"#0"}}},{"from":[6.5,6.5,1.5],"to":[9.5,8.5,4.5],"rotation":{"angle":-45,"axis":"x","origin":[8,8,3]},"faces":{"north":{"uv":[0,1.5,1.5,2.5],"texture":"#0"},"east":{"uv":[0,1.5,1.5,2.5],"texture":"#0"},"south":{"uv":[0,1.5,1.5,2.5],"texture":"#0"},"west":{"uv":[0,1.5,1.5,2.5],"texture":"#0"},"up":{"uv":[1.5,3,0,1.5],"texture":"#0"}}},{"from":[6,5.5,3],"to":[10,8.5,11],"rotation":{"angle":0,"axis":"y","origin":[8,8,3]},"faces":{"north":{"uv":[3.5,5,5.5,6.5],"texture":"#0"},"east":{"uv":[8,8,4,9.5],"texture":"#0"},"south":{"uv":[3.5,6.5,5.5,8],"texture":"#0"},"west":{"uv":[4,8,8,9.5],"texture":"#0"},"up":{"uv":[2,4,0,0],"texture":"#0"},"down":{"uv":[10,4,8,8],"texture":"#0"}}},{"from":[6.5,5.5,11],"to":[9.5,8.5,14],"rotation":{"angle":0,"axis":"y","origin":[8,8,3]},"faces":{"east":{"uv":[3.5,6.5,2,8],"texture":"#0"},"south":{"uv":[3.5,1.5,5,0],"texture":"#0"},"west":{"uv":[2,6.5,3.5,8],"texture":"#0"},"up":{"uv":[3.5,9.5,2,8],"texture":"#0"},"down":{"uv":[3.5,5,2,6.5],"texture":"#0"}}},{"from":[6.5,6.5,14],"to":[9.5,8.5,16],"rotation":{"angle":0,"axis":"y","origin":[8,8,3.5]},"faces":{"east":{"uv":[6,2.5,7,3.5],"texture":"#0"},"south":{"uv":[2,9,3.5,8],"texture":"#0"},"west":{"uv":[6,2.5,7,3.5],"texture":"#0"},"up":{"uv":[2,5,0.5,4],"texture":"#0"},"down":{"uv":[3.5,8,2,9],"texture":"#0"}}},{"from":[7.49,6.69,-1.01],"to":[8.51,8.71,1.01],"rotation":{"angle":-22.5,"axis":"x","origin":[8,7.6,-0.6]},"faces":{"north":{"uv":[5.5,5.5,6,6],"texture":"#0"},"east":{"uv":[9,8,8,9],"texture":"#0"},"west":{"uv":[8,8,9,9],"texture":"#0"},"up":{"uv":[5.5,5.5,6,6],"texture":"#0"}}},{"from":[7.5,6.57359,-1.68187],"to":[8.5,8.07359,-0.18187],"rotation":{"angle":22.5,"axis":"x","origin":[8.015,7.57154,-0.54977]},"faces":{"north":{"uv":[5.5,5.5,6,6],"texture":"#0"},"east":{"uv":[5.5,5.5,6,6],"texture":"#0"},"west":{"uv":[5.5,5.5,6,6],"texture":"#0"},"down":{"uv":[5.5,5.5,6,6],"texture":"#0"}}},{"from":[7.49,6.49,-0.61],"to":[8.51,7.51,0.41],"rotation":{"angle":0,"axis":"y","origin":[8,7.6,-0.6]},"faces":{"north":{"uv":[5.5,5,6,5.5],"texture":"#0"},"east":{"uv":[5.5,5,6,5.5],"texture":"#0"},"west":{"uv":[5.5,5,6,5.5],"texture":"#0"},"up":{"uv":[5.5,5,6,5.5],"texture":"#0"},"down":{"uv":[5.5,5,6,5.5],"texture":"#0"}}},{"from":[8.25,6.95,14.75],"to":[10.25,7.95,19.75],"rotation":{"angle":22.5,"axis":"y","origin":[9,7.825,16.5]},"faces":{"east":{"uv":[8,7,5.5,7.5],"texture":"#0"},"south":{"uv":[4.5,2.5,3.5,3],"texture":"#0"},"west":{"uv":[5.5,7.5,8,8],"texture":"#0"},"up":{"uv":[8,2.5,9,0],"texture":"#0"},"down":{"uv":[8,0,9,2.5],"texture":"#0"}}},{"from":[7,7,15.5],"to":[9,8,20.5],"rotation":{"angle":0,"axis":"y","origin":[8.57507,7.65,17.38425]},"faces":{"east":{"uv":[8,7.5,5.5,8],"texture":"#0"},"south":{"uv":[8.5,4,9.5,4.5],"texture":"#0"},"west":{"uv":[5.5,7.5,8,8],"texture":"#0"},"up":{"uv":[10,2.5,9,0],"texture":"#0"},"down":{"uv":[10,0,9,2.5],"texture":"#0"}}},{"from":[10,7,13.5],"to":[12,8,18.5],"rotation":{"angle":45,"axis":"y","origin":[10.67283,7.65,16.61888]},"faces":{"east":{"uv":[8,7.5,5.5,8],"texture":"#0"},"south":{"uv":[3.5,2.5,4.5,3],"texture":"#0"},"west":{"uv":[5.5,7,8,7.5],"texture":"#0"},"up":{"uv":[9,2.5,8,0],"texture":"#0"},"down":{"uv":[9,0,8,2.5],"texture":"#0"}}},{"from":[5.75,6.95,14.75],"to":[7.75,7.95,19.75],"rotation":{"angle":-22.5,"axis":"y","origin":[7,7.825,16.5]},"faces":{"east":{"uv":[8,7.5,5.5,8],"texture":"#0"},"south":{"uv":[3.5,2.5,4.5,3],"texture":"#0"},"west":{"uv":[5.5,7,8,7.5],"texture":"#0"},"up":{"uv":[9,2.5,8,0],"texture":"#0"},"down":{"uv":[9,0,8,2.5],"texture":"#0"}}},{"from":[4,7,13.5],"to":[6,8,18.5],"rotation":{"angle":-45,"axis":"y","origin":[5.32717,7.65,16.61888]},"faces":{"east":{"uv":[8,7,5.5,7.5],"texture":"#0"},"south":{"uv":[4.5,2.5,3.5,3],"texture":"#0"},"west":{"uv":[5.5,7.5,8,8],"texture":"#0"},"up":{"uv":[8,2.5,9,0],"texture":"#0"},"down":{"uv":[8,0,9,2.5],"texture":"#0"}}},{"from":[6.5,4.5,7.5],"to":[7.5,5.5,9.5],"rotation":{"angle":0,"axis":"x","origin":[8,5.5,9]},"faces":{"north":{"uv":[3,0.5,2.5,1],"texture":"#0"},"east":{"uv":[2,0.5,3,1],"texture":"#0"},"south":{"uv":[2.5,0.5,2,1],"texture":"#0"},"west":{"uv":[3,0.5,2,1],"texture":"#0"},"down":{"uv":[2,0.5,3,1],"rotation":90,"texture":"#0"}}}],"display":{"head":{"translation":[0,-3.5,3],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/crow/crow_wing_left.json b/assets/minecraft/models/item/wynn/jigsaw/crow/crow_wing_left.json new file mode 100644 index 000000000..f2b2de5af --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/crow/crow_wing_left.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/crow","particle":"wynn/jigsaw/crow"},"elements":[{"from":[0.23201,6.35,6.59044],"to":[2.23201,7.35,11.59044],"rotation":{"angle":22.5,"axis":"y","origin":[1.23201,6.95,10.09044]},"faces":{"east":{"uv":[8,7.5,5.5,8],"texture":"#0"},"south":{"uv":[3.5,2.5,4.5,3],"texture":"#0"},"west":{"uv":[5.5,6,8,6.5],"texture":"#0"},"up":{"uv":[7,2.5,6,0],"texture":"#0"},"down":{"uv":[8,0,7,2.5],"texture":"#0"}}},{"from":[4,6,3],"to":[6,8,9],"rotation":{"angle":0,"axis":"y","origin":[0,2.5,-3]},"faces":{"north":{"uv":[2,1,2.5,1.5],"texture":"#0"},"south":{"uv":[9,8,10,9],"texture":"#0"},"west":{"uv":[7,2.5,8,5.5],"rotation":90,"texture":"#0"},"up":{"uv":[7,5.5,6,2.5],"texture":"#0"},"down":{"uv":[8,2.5,7,5.5],"texture":"#0"}}},{"from":[-2.95,6.3,4.8],"to":[5.45,7.7,10.2],"rotation":{"angle":22.5,"axis":"y","origin":[0.76986,7,7.41281]},"faces":{"north":{"uv":[2,2,6,2.5],"texture":"#0"},"east":{"uv":[2,1.5,2.5,2],"texture":"#0"},"south":{"uv":[6,4,2,3],"texture":"#0"},"west":{"uv":[2,5,4.5,4.5],"texture":"#0"},"up":{"uv":[6,2.5,2,0],"texture":"#0"},"down":{"uv":[6,2.5,2,5],"texture":"#0"}}},{"from":[1.52321,6.5,6],"to":[3.52321,7.5,11],"rotation":{"angle":45,"axis":"y","origin":[1.77321,7,8.78388]},"faces":{"south":{"uv":[4.5,2.5,3.5,3],"texture":"#0"},"west":{"uv":[5.5,7,8,7.5],"texture":"#0"},"up":{"uv":[7,2.5,6,0],"texture":"#0"},"down":{"uv":[7,0,8,2.5],"texture":"#0"}}},{"from":[-1.76799,6.5,7.59044],"to":[0.23201,7.5,12.59044],"rotation":{"angle":0,"axis":"y","origin":[-0.26799,7,10.09044]},"faces":{"east":{"uv":[8,7.5,5.5,8],"texture":"#0"},"south":{"uv":[3.5,2.5,4.5,3],"texture":"#0"},"west":{"uv":[5.5,6,8,6.5],"texture":"#0"},"up":{"uv":[8,2.5,7,0],"texture":"#0"},"down":{"uv":[7,0,6,2.5],"texture":"#0"}}},{"from":[-3.25,6.35,7.5],"to":[-1.25,7.35,12.5],"rotation":{"angle":-22.5,"axis":"y","origin":[-3,6.95,9.5]},"faces":{"east":{"uv":[8,7.5,5.5,8],"texture":"#0"},"south":{"uv":[3.5,2.5,4.5,3],"texture":"#0"},"west":{"uv":[5.5,6,8,6.5],"texture":"#0"},"up":{"uv":[8,2.5,7,0],"texture":"#0"},"down":{"uv":[9,0,8,2.5],"texture":"#0"}}},{"from":[-5.25,6.5,7.5],"to":[-3.25,7.5,12.5],"rotation":{"angle":-45,"axis":"y","origin":[-3,7,9.5]},"faces":{"east":{"uv":[8,7.5,5.5,8],"texture":"#0"},"south":{"uv":[3.5,2.5,4.5,3],"texture":"#0"},"west":{"uv":[5.5,8,8,8.5],"texture":"#0"},"up":{"uv":[9,2.5,8,0],"texture":"#0"},"down":{"uv":[9,0,8,2.5],"texture":"#0"}}}],"display":{"head":{"translation":[3.5,-3,3],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/crow/crow_wing_right.json b/assets/minecraft/models/item/wynn/jigsaw/crow/crow_wing_right.json new file mode 100644 index 000000000..0c057344b --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/crow/crow_wing_right.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/crow","particle":"wynn/jigsaw/crow"},"elements":[{"from":[10,6,3],"to":[12,8,9],"rotation":{"angle":0,"axis":"y","origin":[16,2.5,-3]},"faces":{"north":{"uv":[2,1,2.5,1.5],"texture":"#0"},"east":{"uv":[7,5.5,8,2.5],"rotation":90,"texture":"#0"},"south":{"uv":[10,8,9,9],"texture":"#0"},"up":{"uv":[6,5.5,7,2.5],"texture":"#0"},"down":{"uv":[7,2.5,8,5.5],"texture":"#0"}}},{"from":[10.55,6.3,4.8],"to":[18.95,7.7,10.2],"rotation":{"angle":-22.5,"axis":"y","origin":[15.23014,7,7.41281]},"faces":{"north":{"uv":[6,2,2,2.5],"texture":"#0"},"east":{"uv":[2,5,4.5,4.5],"texture":"#0"},"south":{"uv":[2,4,6,3],"texture":"#0"},"west":{"uv":[2,1.5,2.5,2],"texture":"#0"},"up":{"uv":[2,2.5,6,0],"texture":"#0"},"down":{"uv":[2,2.5,6,5],"texture":"#0"}}},{"from":[13.76799,6.35,6.59044],"to":[15.76799,7.35,11.59044],"rotation":{"angle":-22.5,"axis":"y","origin":[14.76799,6.95,10.09044]},"faces":{"east":{"uv":[8,6,5.5,6.5],"texture":"#0"},"south":{"uv":[4.5,2.5,3.5,3],"texture":"#0"},"west":{"uv":[5.5,7.5,8,8],"texture":"#0"},"up":{"uv":[6,2.5,7,0],"texture":"#0"},"down":{"uv":[7,0,8,2.5],"texture":"#0"}}},{"from":[15.76799,6.5,7.59044],"to":[17.76799,7.5,12.59044],"rotation":{"angle":0,"axis":"y","origin":[16.26799,7,10.09044]},"faces":{"east":{"uv":[8,6,5.5,6.5],"texture":"#0"},"south":{"uv":[4.5,2.5,3.5,3],"texture":"#0"},"west":{"uv":[5.5,7.5,8,8],"texture":"#0"},"up":{"uv":[7,2.5,8,0],"texture":"#0"},"down":{"uv":[6,0,7,2.5],"texture":"#0"}}},{"from":[17.25,6.35,7.5],"to":[19.25,7.35,12.5],"rotation":{"angle":22.5,"axis":"y","origin":[19,6.95,9.5]},"faces":{"east":{"uv":[8,6,5.5,6.5],"texture":"#0"},"south":{"uv":[4.5,2.5,3.5,3],"texture":"#0"},"west":{"uv":[5.5,7.5,8,8],"texture":"#0"},"up":{"uv":[7,2.5,8,0],"texture":"#0"},"down":{"uv":[8,0,9,2.5],"texture":"#0"}}},{"from":[19.25,6.5,7.5],"to":[21.25,7.5,12.5],"rotation":{"angle":45,"axis":"y","origin":[19,7,9.5]},"faces":{"east":{"uv":[8,6.5,5.5,7],"texture":"#0"},"south":{"uv":[4.5,2.5,3.5,3],"texture":"#0"},"west":{"uv":[5.5,7.5,8,8],"texture":"#0"},"up":{"uv":[8,2.5,9,0],"texture":"#0"},"down":{"uv":[8,0,9,2.5],"texture":"#0"}}},{"from":[12.47679,6.5,6],"to":[14.47679,7.5,11],"rotation":{"angle":-45,"axis":"y","origin":[14.22679,7,8.78388]},"faces":{"east":{"uv":[8,7,5.5,7.5],"texture":"#0"},"south":{"uv":[3.5,2.5,4.5,3],"texture":"#0"},"up":{"uv":[6,2.5,7,0],"texture":"#0"},"down":{"uv":[8,0,7,2.5],"texture":"#0"}}}],"display":{"head":{"translation":[-3.5,-3,3],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/dragonling/dragonling_body.json b/assets/minecraft/models/item/wynn/jigsaw/dragonling/dragonling_body.json new file mode 100644 index 000000000..4c98d627d --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/dragonling/dragonling_body.json @@ -0,0 +1 @@ +{"textures":{"0":"#all","particle":"#all"},"elements":[{"from":[5,-0.5,9],"to":[11,3.5,16],"rotation":{"angle":-22.5,"axis":"x","origin":[8,1,7]},"faces":{"north":{"uv":[7.75,10.5,9.25,11.5],"texture":"#0"},"east":{"uv":[6,10.5,7.75,11.5],"texture":"#0"},"south":{"uv":[11,10.5,12.5,11.5],"texture":"#0"},"west":{"uv":[9.25,10.5,11,11.5],"texture":"#0"},"up":{"uv":[9.25,10.5,7.75,8.75],"texture":"#0"},"down":{"uv":[10.75,8.75,9.25,10.5],"texture":"#0"}}},{"from":[4.8,1.3,2.8],"to":[11.2,7.7,11.2],"rotation":{"angle":22.5,"axis":"x","origin":[8,3,7]},"faces":{"north":{"uv":[2,5.5,3.5,7],"texture":"#0"},"east":{"uv":[0,5.5,2,7],"texture":"#0"},"south":{"uv":[5.5,5.5,7,7],"texture":"#0"},"west":{"uv":[3.5,5.5,5.5,7],"texture":"#0"},"up":{"uv":[3.5,5.5,2,3.5],"texture":"#0"},"down":{"uv":[5,3.5,3.5,5.5],"texture":"#0"}}},{"from":[4,0,1],"to":[12,7,7],"rotation":{"angle":45,"axis":"x","origin":[8,3,5]},"faces":{"north":{"uv":[7,7,9,8.75],"texture":"#0"},"east":{"uv":[5.5,7,7,8.75],"texture":"#0"},"south":{"uv":[10.5,7,12.5,8.75],"texture":"#0"},"west":{"uv":[9,7,10.5,8.75],"texture":"#0"},"up":{"uv":[9,7,7,5.5],"texture":"#0"},"down":{"uv":[11,5.5,9,7],"texture":"#0"}}},{"from":[3.75,3.55,-1.25],"to":[12.25,7.05,3.25],"rotation":{"angle":-22.5,"axis":"x","origin":[8,5,1]},"faces":{"north":{"uv":[9.5,13.25,11.5,14],"texture":"#0"},"east":{"uv":[8.5,13.25,9.5,14],"texture":"#0"},"south":{"uv":[12.5,13.25,14.5,14],"texture":"#0"},"west":{"uv":[11.5,13.25,12.5,14],"texture":"#0"},"up":{"uv":[11.5,13.25,9.5,12.25],"texture":"#0"},"down":{"uv":[13.5,12.25,11.5,13.25],"texture":"#0"}}},{"from":[5,5,1],"to":[11,14,6],"rotation":{"angle":22.5,"axis":"x","origin":[8,8,3]},"faces":{"north":{"uv":[1.25,11.25,2.75,13.5],"texture":"#0"},"east":{"uv":[0,11.25,1.25,13.5],"texture":"#0"},"south":{"uv":[4,11.25,5.5,13.5],"texture":"#0"},"west":{"uv":[2.75,11.25,4,13.5],"texture":"#0"},"up":{"uv":[2.75,11.25,1.25,10],"texture":"#0"},"down":{"uv":[4.25,10,2.75,11.25],"texture":"#0"}}}],"display":{"head":{"translation":[0,-1,2],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/dragonling/dragonling_head.json b/assets/minecraft/models/item/wynn/jigsaw/dragonling/dragonling_head.json new file mode 100644 index 000000000..457287077 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/dragonling/dragonling_head.json @@ -0,0 +1 @@ +{"textures":{"0":"#all","particle":"#all"},"elements":[{"from":[4,0,5],"to":[12,5,11],"rotation":{"angle":0,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[1.5,8.75,3.5,10],"texture":"#0"},"east":{"uv":[0,8.75,1.5,10],"texture":"#0"},"south":{"uv":[5,8.75,7,10],"texture":"#0"},"west":{"uv":[3.5,8.75,5,10],"texture":"#0"},"up":{"uv":[3.5,8.75,1.5,7.25],"texture":"#0"},"down":{"uv":[5.5,7.25,3.5,8.75],"texture":"#0"}}},{"from":[5,1,1],"to":[11,3,5],"rotation":{"angle":0,"axis":"y","origin":[8,3,5]},"faces":{"north":{"uv":[5.5,14,7,14.5],"texture":"#0"},"east":{"uv":[4.5,14,5.5,14.5],"texture":"#0"},"south":{"uv":[8,14,9.5,14.5],"texture":"#0"},"west":{"uv":[7,14,8,14.5],"texture":"#0"},"up":{"uv":[7,14,5.5,13],"texture":"#0"},"down":{"uv":[8.5,13,7,14],"texture":"#0"}}},{"from":[6,0,2],"to":[10,1,5],"rotation":{"angle":0,"axis":"y","origin":[8,1,5]},"faces":{"north":{"uv":[12.5,8.75,13.5,9],"texture":"#0"},"east":{"uv":[11.75,8.75,12.5,9],"texture":"#0"},"south":{"uv":[14.25,8.75,15.25,9],"texture":"#0"},"west":{"uv":[13.5,8.75,14.25,9],"texture":"#0"},"up":{"uv":[13.5,8.75,12.5,8],"texture":"#0"},"down":{"uv":[14.5,8,13.5,8.75],"texture":"#0"}}},{"from":[9.5,4.5,4.25],"to":[12.5,6.5,12.25],"rotation":{"angle":-22.5,"axis":"x","origin":[8,5,8]},"faces":{"north":{"uv":[12.5,11.5,13.25,12],"texture":"#0"},"east":{"uv":[10.5,11.5,12.5,12],"texture":"#0"},"south":{"uv":[15.25,11.5,16,12],"texture":"#0"},"west":{"uv":[13.25,11.5,15.25,12],"texture":"#0"},"up":{"uv":[13.25,11.5,12.5,9.5],"texture":"#0"},"down":{"uv":[14,9.5,13.25,11.5],"texture":"#0"}}},{"from":[3.5,4.5,4.25],"to":[6.5,6.5,12.25],"rotation":{"angle":-22.5,"axis":"x","origin":[8,5,8]},"faces":{"north":{"uv":[13.25,11.5,12.5,12],"texture":"#0"},"east":{"uv":[15.25,11.5,13.25,12],"texture":"#0"},"south":{"uv":[16,11.5,15.25,12],"texture":"#0"},"west":{"uv":[12.5,11.5,10.5,12],"texture":"#0"},"up":{"uv":[12.5,11.5,13.25,9.5],"texture":"#0"},"down":{"uv":[13.25,9.5,14,11.5],"texture":"#0"}}}],"display":{"head":{"translation":[0,8,-5],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/dragonling/dragonling_leg.json b/assets/minecraft/models/item/wynn/jigsaw/dragonling/dragonling_leg.json new file mode 100644 index 000000000..a9f881fe4 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/dragonling/dragonling_leg.json @@ -0,0 +1 @@ +{"textures":{"0":"#all","particle":"#all"},"elements":[{"from":[7,-1.5,6],"to":[9,6.5,9],"rotation":{"angle":0,"axis":"z","origin":[8,5,6]},"faces":{"north":{"uv":[0.75,0.75,1.25,2.75],"texture":"#0"},"east":{"uv":[0,0.75,0.75,2.75],"texture":"#0"},"south":{"uv":[2,0.75,2.5,2.75],"texture":"#0"},"west":{"uv":[1.25,0.75,2,2.75],"texture":"#0"},"up":{"uv":[1.25,0.75,0.75,0],"texture":"#0"},"down":{"uv":[1.75,0,1.25,0.75],"texture":"#0"}}}],"display":{"head":{"translation":[-1.5,-1,0.75],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/dragonling/dragonling_tail.json b/assets/minecraft/models/item/wynn/jigsaw/dragonling/dragonling_tail.json new file mode 100644 index 000000000..0d7aab4c4 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/dragonling/dragonling_tail.json @@ -0,0 +1 @@ +{"textures":{"0":"#all","particle":"#all"},"elements":[{"from":[7,-3,4],"to":[9,0,11],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-3,-4]},"faces":{"north":{"uv":[12.75,6.25,13.25,7],"texture":"#0"},"east":{"uv":[11,6.25,12.75,7],"texture":"#0"},"south":{"uv":[15,6.25,15.5,7],"texture":"#0"},"west":{"uv":[13.25,6.25,15,7],"texture":"#0"},"up":{"uv":[13.25,6.25,12.75,4.5],"texture":"#0"},"down":{"uv":[13.75,4.5,13.25,6.25],"texture":"#0"}}},{"from":[8,-8,9],"to":[8.01,-6,18],"rotation":{"angle":-45,"axis":"x","origin":[8,-3,-4]},"faces":{"east":{"uv":[5.5,12,7.75,12.5],"texture":"#0"},"west":{"uv":[7.75,12,10,12.5],"texture":"#0"}}}],"display":{"head":{"translation":[0,5,9],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/dragonling/dragonling_wing.json b/assets/minecraft/models/item/wynn/jigsaw/dragonling/dragonling_wing.json new file mode 100644 index 000000000..8eb9174b8 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/dragonling/dragonling_wing.json @@ -0,0 +1 @@ +{"textures":{"0":"#all","particle":"#all"},"elements":[{"from":[-2,0,1],"to":[18,0.01,15],"rotation":{"angle":0,"axis":"z","origin":[6,7,4]},"faces":{"up":{"uv":[8.5,3.5,3.5,0],"texture":"#0"},"down":{"uv":[13.5,0,8.5,3.5],"texture":"#0"}}}],"display":{"head":{"translation":[-16,6.25,-3],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/dragonling/shadowfel/shadowfel_body.json b/assets/minecraft/models/item/wynn/jigsaw/dragonling/shadowfel/shadowfel_body.json new file mode 100644 index 000000000..bf64f1ee2 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/dragonling/shadowfel/shadowfel_body.json @@ -0,0 +1 @@ +{"parent":"item/wynn/jigsaw/dragonling/dragonling_body","textures":{"0":"wynn/jigsaw/dragonling/shadowfel","particle":"wynn/jigsaw/dragonling/shadowfel"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/dragonling/shadowfel/shadowfel_head.json b/assets/minecraft/models/item/wynn/jigsaw/dragonling/shadowfel/shadowfel_head.json new file mode 100644 index 000000000..e663f04b1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/dragonling/shadowfel/shadowfel_head.json @@ -0,0 +1 @@ +{"parent":"item/wynn/jigsaw/dragonling/dragonling_head","textures":{"0":"wynn/jigsaw/dragonling/shadowfel","particle":"wynn/jigsaw/dragonling/shadowfel"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/dragonling/shadowfel/shadowfel_leg.json b/assets/minecraft/models/item/wynn/jigsaw/dragonling/shadowfel/shadowfel_leg.json new file mode 100644 index 000000000..53ce22fa3 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/dragonling/shadowfel/shadowfel_leg.json @@ -0,0 +1 @@ +{"parent":"item/wynn/jigsaw/dragonling/dragonling_leg","textures":{"0":"wynn/jigsaw/dragonling/shadowfel","particle":"wynn/jigsaw/dragonling/shadowfel"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/dragonling/shadowfel/shadowfel_tail.json b/assets/minecraft/models/item/wynn/jigsaw/dragonling/shadowfel/shadowfel_tail.json new file mode 100644 index 000000000..b857fb934 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/dragonling/shadowfel/shadowfel_tail.json @@ -0,0 +1 @@ +{"parent":"item/wynn/jigsaw/dragonling/dragonling_tail","textures":{"0":"wynn/jigsaw/dragonling/shadowfel","particle":"wynn/jigsaw/dragonling/shadowfel"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/dragonling/shadowfel/shadowfel_wing.json b/assets/minecraft/models/item/wynn/jigsaw/dragonling/shadowfel/shadowfel_wing.json new file mode 100644 index 000000000..ae7993d18 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/dragonling/shadowfel/shadowfel_wing.json @@ -0,0 +1 @@ +{"parent":"item/wynn/jigsaw/dragonling/dragonling_wing","textures":{"0":"wynn/jigsaw/dragonling/shadowfel","particle":"wynn/jigsaw/dragonling/shadowfel"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/effigy/effigy_hand_left.json b/assets/minecraft/models/item/wynn/jigsaw/effigy/effigy_hand_left.json new file mode 100644 index 000000000..cab560b53 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/effigy/effigy_hand_left.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/effigy","particle":"wynn/jigsaw/effigy"},"elements":[{"from":[-3,9,0],"to":[2,14,1],"rotation":{"angle":22.5,"axis":"z","origin":[1,9,0]},"faces":{"north":{"uv":[0.25,6.25,1.5,7.5],"texture":"#0"},"east":{"uv":[0,6.25,0.25,7.5],"texture":"#0"},"south":{"uv":[1.75,6.25,3,7.5],"texture":"#0"},"west":{"uv":[1.5,6.25,1.75,7.5],"texture":"#0"},"up":{"uv":[1.5,6.25,0.25,6],"texture":"#0"},"down":{"uv":[2.75,6,1.5,6.25],"texture":"#0"}}},{"from":[-3,6,-1],"to":[1,9,1],"rotation":{"angle":22.5,"axis":"z","origin":[1,9,0]},"faces":{"north":{"uv":[3.5,6.5,4.5,7.25],"texture":"#0"},"east":{"uv":[3,6.5,3.5,7.25],"texture":"#0"},"south":{"uv":[5,6.5,6,7.25],"texture":"#0"},"west":{"uv":[4.5,6.5,5,7.25],"texture":"#0"},"up":{"uv":[4.5,6.5,3.5,6],"texture":"#0"},"down":{"uv":[5.5,6,4.5,6.5],"texture":"#0"}}},{"from":[1,7,-1],"to":[3,12,1],"rotation":{"angle":-22.5,"axis":"x","origin":[1,9,0]},"faces":{"north":{"uv":[0.5,0.5,1,1.75],"texture":"#0"},"east":{"uv":[0,0.5,0.5,1.75],"texture":"#0"},"south":{"uv":[1.5,0.5,2,1.75],"texture":"#0"},"west":{"uv":[1,0.5,1.5,1.75],"texture":"#0"},"up":{"uv":[1,0.5,0.5,0],"texture":"#0"},"down":{"uv":[1.5,0,1,0.5],"texture":"#0"}}}],"display":{"head":{"translation":[13,-1,13],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/effigy/effigy_hand_right.json b/assets/minecraft/models/item/wynn/jigsaw/effigy/effigy_hand_right.json new file mode 100644 index 000000000..64562014c --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/effigy/effigy_hand_right.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/effigy","particle":"wynn/jigsaw/effigy"},"elements":[{"from":[14,9,0],"to":[19,14,1],"shade":false,"rotation":{"angle":-22.5,"axis":"z","origin":[15,9,0]},"faces":{"north":{"uv":[1.5,6.25,0.25,7.5],"texture":"#0"},"east":{"uv":[1.75,6.25,1.5,7.5],"texture":"#0"},"south":{"uv":[3,6.25,1.75,7.5],"texture":"#0"},"west":{"uv":[0.25,6.25,0,7.5],"texture":"#0"},"up":{"uv":[0.25,6.25,1.5,6],"texture":"#0"},"down":{"uv":[1.5,6,2.75,6.25],"texture":"#0"}}},{"from":[13,7,-1],"to":[15,12,1],"shade":false,"rotation":{"angle":-22.5,"axis":"x","origin":[15,9,0]},"faces":{"north":{"uv":[1,0.5,0.5,1.75],"texture":"#0"},"east":{"uv":[1.5,0.5,1,1.75],"texture":"#0"},"south":{"uv":[2,0.5,1.5,1.75],"texture":"#0"},"west":{"uv":[0.5,0.5,0,1.75],"texture":"#0"},"up":{"uv":[0.5,0.5,1,0],"texture":"#0"},"down":{"uv":[1,0,1.5,0.5],"texture":"#0"}}},{"from":[15,6,-1],"to":[19,9,1],"shade":false,"rotation":{"angle":-22.5,"axis":"z","origin":[15,9,0]},"faces":{"north":{"uv":[4.5,6.5,3.5,7.25],"texture":"#0"},"east":{"uv":[5,6.5,4.5,7.25],"texture":"#0"},"south":{"uv":[6,6.5,5,7.25],"texture":"#0"},"west":{"uv":[3.5,6.5,3,7.25],"texture":"#0"},"up":{"uv":[3.5,6.5,4.5,6],"texture":"#0"},"down":{"uv":[4.5,6,5.5,6.5],"texture":"#0"}}}],"display":{"head":{"translation":[-13,-1,13],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/effigy/effigy_head.json b/assets/minecraft/models/item/wynn/jigsaw/effigy/effigy_head.json new file mode 100644 index 000000000..8393e93c8 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/effigy/effigy_head.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/effigy","particle":"wynn/jigsaw/effigy"},"elements":[{"from":[3,6,3],"to":[13,20,13],"rotation":{"angle":0,"axis":"x","origin":[8,9,9]},"faces":{"north":{"uv":[2.5,2.5,5,6],"texture":"#0"},"east":{"uv":[0,2.5,2.5,6],"texture":"#0"},"south":{"uv":[7.5,2.5,10,6],"texture":"#0"},"west":{"uv":[5,2.5,7.5,6],"texture":"#0"},"up":{"uv":[5,2.5,2.5,0],"texture":"#0"},"down":{"uv":[7.5,0,5,2.5],"texture":"#0"}}},{"from":[2.5,11.5,2.5],"to":[13.5,22.5,13.5],"rotation":{"angle":0,"axis":"x","origin":[8,9,9]},"faces":{"north":{"uv":[2.5,10,5,12.5],"texture":"#0"},"east":{"uv":[0,10,2.5,12.5],"texture":"#0"},"south":{"uv":[7.5,10,10,12.5],"texture":"#0"},"west":{"uv":[5,10,7.5,12.5],"texture":"#0"},"up":{"uv":[5,10,2.5,7.5],"texture":"#0"},"down":{"uv":[7.5,7.5,5,10],"texture":"#0"}}},{"from":[13.5,11.5,2.5],"to":[2.5,22.5,13.5],"rotation":{"angle":0,"axis":"x","origin":[8,9,9]},"faces":{"north":{"uv":[5,10,2.5,12.5],"texture":"#0"},"east":{"uv":[0,10,2.5,12.5],"texture":"#0"},"south":{"uv":[7.5,10,10,12.5],"texture":"#0"},"west":{"uv":[5,10,7.5,12.5],"texture":"#0"},"up":{"uv":[5,10,2.5,7.5],"texture":"#0"},"down":{"uv":[7.5,7.5,5,10],"texture":"#0"}}}],"display":{"head":{"translation":[0,-2,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/fetish/fetish_arm.json b/assets/minecraft/models/item/wynn/jigsaw/fetish/fetish_arm.json new file mode 100644 index 000000000..cbb1a4891 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/fetish/fetish_arm.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/fetish","particle":"wynn/jigsaw/fetish"},"elements":[{"from":[3,4,9],"to":[5,12,11],"faces":{"north":{"uv":[0.5,3,1,5],"texture":"#0"},"east":{"uv":[0,3,0.5,5],"texture":"#0"},"south":{"uv":[1.5,3,2,5],"texture":"#0"},"west":{"uv":[1,3,1.5,5],"texture":"#0"},"up":{"uv":[1,3,0.5,2.5],"texture":"#0"},"down":{"uv":[1.5,2.5,1,3],"texture":"#0"}}},{"from":[2.7,3.7,8.7],"to":[5.3,12.3,11.3],"faces":{"north":{"uv":[0.5,0.5,1,2.5],"texture":"#0"},"east":{"uv":[0,0.5,0.5,2.5],"texture":"#0"},"south":{"uv":[1.5,0.5,2,2.5],"texture":"#0"},"west":{"uv":[1,0.5,1.5,2.5],"texture":"#0"},"up":{"uv":[1,0.5,0.5,0],"texture":"#0"},"down":{"uv":[1.5,0,1,0.5],"texture":"#0"}}}],"display":{"head":{"translation":[4,-9,-3],"scale":[1.5,1.5,1.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/fetish/fetish_body.json b/assets/minecraft/models/item/wynn/jigsaw/fetish/fetish_body.json new file mode 100644 index 000000000..851bbf0a4 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/fetish/fetish_body.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/fetish","particle":"wynn/jigsaw/fetish"},"elements":[{"from":[5,4,6],"to":[11,16,14],"rotation":{"angle":0,"axis":"y","origin":[8,8,10]},"faces":{"north":{"uv":[4,2,5.5,5],"texture":"#0"},"east":{"uv":[2,2,4,5],"texture":"#0"},"south":{"uv":[7.5,2,9,5],"texture":"#0"},"west":{"uv":[5.5,2,7.5,5],"texture":"#0"},"up":{"uv":[5.5,2,4,0],"texture":"#0"},"down":{"uv":[7,0,5.5,2],"texture":"#0"}}},{"from":[4.7,3.7,5.7],"to":[11.3,16.3,14.3],"rotation":{"angle":0,"axis":"y","origin":[8,8,10]},"faces":{"north":{"uv":[11,2,12.5,5],"texture":"#0"},"east":{"uv":[9,2,11,5],"texture":"#0"},"south":{"uv":[14.5,2,16,5],"texture":"#0"},"west":{"uv":[12.5,2,14.5,5],"texture":"#0"},"up":{"uv":[12.5,2,11,0],"texture":"#0"},"down":{"uv":[14,0,12.5,2],"texture":"#0"}}}],"display":{"head":{"translation":[0,-6,-3],"scale":[1.5,1.5,1.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/fetish/fetish_head.json b/assets/minecraft/models/item/wynn/jigsaw/fetish/fetish_head.json new file mode 100644 index 000000000..3e1f4b435 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/fetish/fetish_head.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/fetish","particle":"wynn/jigsaw/fetish"},"elements":[{"from":[3,11,2],"to":[13,16,12],"rotation":{"angle":-22.5,"axis":"x","origin":[8,11,7]},"faces":{"north":{"uv":[8.5,7.5,11,8.75],"texture":"#0"},"east":{"uv":[6,7.5,8.5,8.75],"texture":"#0"},"south":{"uv":[13.5,7.5,16,8.75],"texture":"#0"},"west":{"uv":[11,7.5,13.5,8.75],"texture":"#0"},"up":{"uv":[11,7.5,8.5,5],"texture":"#0"},"down":{"uv":[13.5,5,11,7.5],"texture":"#0"}}},{"from":[7,15,-3],"to":[9,18,5],"rotation":{"angle":-45,"axis":"x","origin":[8,11,7]},"faces":{"north":{"uv":[2,9.75,2.5,10.5],"texture":"#0"},"east":{"uv":[0,9.75,2,10.5],"texture":"#0"},"south":{"uv":[4.5,9.75,5,10.5],"texture":"#0"},"west":{"uv":[2.5,9.75,4.5,10.5],"texture":"#0"},"up":{"uv":[2.5,9.75,2,7.75],"texture":"#0"},"down":{"uv":[3,7.75,2.5,9.75],"texture":"#0"}}},{"from":[-7,11,2],"to":[3,15,3],"rotation":{"angle":45,"axis":"y","origin":[3,13,2]},"faces":{"north":{"uv":[0.25,5.25,2.75,6.25],"texture":"#0"},"east":{"uv":[0,5.25,0.25,6.25],"texture":"#0"},"south":{"uv":[3,5.25,5.5,6.25],"texture":"#0"},"west":{"uv":[2.75,5.25,3,6.25],"texture":"#0"},"up":{"uv":[2.75,5.25,0.25,5],"texture":"#0"},"down":{"uv":[5.25,5,2.75,5.25],"texture":"#0"}}},{"from":[13,11,2],"to":[23,15,3],"shade":false,"rotation":{"angle":-45,"axis":"y","origin":[13,13,2]},"faces":{"north":{"uv":[2.75,5.25,0.25,6.25],"texture":"#0"},"east":{"uv":[3,5.25,2.75,6.25],"texture":"#0"},"south":{"uv":[5.5,5.25,3,6.25],"texture":"#0"},"west":{"uv":[0.25,5.25,0,6.25],"texture":"#0"},"up":{"uv":[0.25,5.25,2.75,5],"texture":"#0"},"down":{"uv":[2.75,5,5.25,5.25],"texture":"#0"}}},{"from":[2.6,10.6,1.6],"to":[13.4,16.4,12.4],"rotation":{"angle":-22.5,"axis":"x","origin":[8,11,7]},"faces":{"north":{"uv":[8.5,11.25,11,12.5],"texture":"#0"},"east":{"uv":[6,11.25,8.5,12.5],"texture":"#0"},"south":{"uv":[13.5,11.25,16,12.5],"texture":"#0"},"west":{"uv":[11,11.25,13.5,12.5],"texture":"#0"},"up":{"uv":[11,11.25,8.5,8.75],"texture":"#0"},"down":{"uv":[13.5,8.75,11,11.25],"texture":"#0"}}},{"from":[2.5,10.5,1.5],"to":[13.5,16.5,3.5],"rotation":{"angle":-22.5,"axis":"x","origin":[8,11,7]},"faces":{"north":{"uv":[0.25,6.5,2.75,7.75],"texture":"#0"},"east":{"uv":[0,6.5,0.25,7.75],"texture":"#0"},"south":{"uv":[3,6.5,5.5,7.75],"texture":"#0"},"west":{"uv":[2.75,6.5,3,7.75],"texture":"#0"},"up":{"uv":[2.75,6.5,0.25,6.25],"texture":"#0"},"down":{"uv":[5.25,6.25,2.75,6.5],"texture":"#0"}}}],"display":{"head":{"translation":[0,-10,2],"scale":[1.5,1.5,1.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/fetish/fetish_knife.json b/assets/minecraft/models/item/wynn/jigsaw/fetish/fetish_knife.json new file mode 100644 index 000000000..98d5f179b --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/fetish/fetish_knife.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/fetish","particle":"wynn/jigsaw/fetish"},"elements":[{"from":[3,4,9],"to":[5,12,11],"faces":{"north":{"uv":[0.5,3,1,5],"texture":"#0"},"east":{"uv":[0,3,0.5,5],"texture":"#0"},"south":{"uv":[1.5,3,2,5],"texture":"#0"},"west":{"uv":[1,3,1.5,5],"texture":"#0"},"up":{"uv":[1,3,0.5,2.5],"texture":"#0"},"down":{"uv":[1.5,2.5,1,3],"texture":"#0"}}},{"from":[2.7,3.7,8.7],"to":[5.3,12.3,11.3],"faces":{"north":{"uv":[0.5,0.5,1,2.5],"texture":"#0"},"east":{"uv":[0,0.5,0.5,2.5],"texture":"#0"},"south":{"uv":[1.5,0.5,2,2.5],"texture":"#0"},"west":{"uv":[1,0.5,1.5,2.5],"texture":"#0"},"up":{"uv":[1,0.5,0.5,0],"texture":"#0"},"down":{"uv":[1.5,0,1,0.5],"texture":"#0"}}},{"from":[3.99,4.99,7.99],"to":[5.01,6.01,13.01],"rotation":{"angle":22.5,"axis":"x","origin":[5,6,9]},"faces":{"north":{"uv":[6.25,10,6.5,10.25],"texture":"#0"},"east":{"uv":[5,10,6.25,10.25],"texture":"#0"},"south":{"uv":[7.75,10,8,10.25],"texture":"#0"},"west":{"uv":[6.5,10,7.75,10.25],"texture":"#0"},"up":{"uv":[6.5,10,6.25,8.75],"texture":"#0"},"down":{"uv":[6.75,8.75,6.5,10],"texture":"#0"}}},{"from":[4.5,4,3],"to":[4.51,6,8],"rotation":{"angle":22.5,"axis":"x","origin":[5,6,9]},"faces":{"north":{"uv":[7,6.25,7,6.75],"texture":"#0"},"east":{"uv":[5.75,6.25,7,6.75],"texture":"#0"},"south":{"uv":[8.25,6.25,8.25,6.75],"texture":"#0"},"west":{"uv":[7,6.25,8.25,6.75],"texture":"#0"},"up":{"uv":[7,6.25,7,5],"texture":"#0"},"down":{"uv":[7,5,7,6.25],"texture":"#0"}}}],"display":{"head":{"translation":[4,-9,-3],"scale":[1.5,1.5,1.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/forest_sprite/forest_sprite_body.json b/assets/minecraft/models/item/wynn/jigsaw/forest_sprite/forest_sprite_body.json new file mode 100644 index 000000000..5e50eaaa8 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/forest_sprite/forest_sprite_body.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/forest_sprite","particle":"wynn/jigsaw/forest_sprite"},"elements":[{"from":[5.5,4,6.5],"to":[10.5,9,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[0,4,2.5,6.5],"texture":"#0"},"east":{"uv":[2.5,7,5,5.5],"rotation":90,"texture":"#0"},"south":{"uv":[0,4,2.5,6.5],"texture":"#0"},"west":{"uv":[2.5,5.5,5,7],"rotation":90,"texture":"#0"},"up":{"uv":[2.5,4,5,5.5],"texture":"#0"},"down":{"uv":[2.5,4,5,5.5],"texture":"#0"}}}],"display":{"head":{"translation":[0,-7,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/forest_sprite/forest_sprite_head.json b/assets/minecraft/models/item/wynn/jigsaw/forest_sprite/forest_sprite_head.json new file mode 100644 index 000000000..fb7537003 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/forest_sprite/forest_sprite_head.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/forest_sprite","particle":"wynn/jigsaw/forest_sprite"},"elements":[{"from":[4.5,9,4.5],"to":[11.5,17,11.5],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[0,0,3.5,4],"texture":"#0"},"east":{"uv":[3.5,0,7,4],"texture":"#0"},"south":{"uv":[3.5,0,7,4],"texture":"#0"},"west":{"uv":[3.5,0,7,4],"texture":"#0"},"up":{"uv":[7,0,10.5,3.5],"texture":"#0"},"down":{"uv":[10.5,0,14,3.5],"texture":"#0"}}},{"from":[5.49,16.99,7.99],"to":[10.51,24.01,8.02],"rotation":{"angle":-45,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[5,4,7.5,7.5],"texture":"#0"},"south":{"uv":[5,4,7.5,7.5],"texture":"#0"}}},{"from":[5.49,16.99,7.99],"to":[10.51,24.01,8.02],"rotation":{"angle":45,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[5,4,7.5,7.5],"texture":"#0"},"south":{"uv":[5,4,7.5,7.5],"texture":"#0"}}},{"from":[7.5,10,0.5],"to":[8.5,11,4.5],"faces":{"north":{"uv":[7,3.5,7.5,4],"texture":"#0"},"east":{"uv":[9,3.5,7,4],"texture":"#0"},"west":{"uv":[7,3.5,9,4],"texture":"#0"},"up":{"uv":[7,3.5,9,4],"rotation":90,"texture":"#0"},"down":{"uv":[9,3.5,7,4],"rotation":90,"texture":"#0"}}}],"display":{"head":{"translation":[0,-7,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/fragment/fragment_debris.json b/assets/minecraft/models/item/wynn/jigsaw/fragment/fragment_debris.json new file mode 100644 index 000000000..729f5ef9b --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/fragment/fragment_debris.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/fragment","particle":"wynn/jigsaw/fragment"},"elements":[{"from":[6,20,10],"to":[10,26,11],"rotation":{"angle":22.5,"axis":"x","origin":[8,20,10.5]},"faces":{"north":{"uv":[0,13,2,16],"texture":"#0"},"east":{"uv":[0,13,0.5,16],"texture":"#0"},"south":{"uv":[0,13,2,16],"texture":"#0"},"west":{"uv":[2,13,1.5,16],"texture":"#0"},"up":{"uv":[0,13,2,13.5],"texture":"#0"},"down":{"uv":[0,15.5,2,16],"texture":"#0"}}},{"from":[6,2,10],"to":[10,8,11],"rotation":{"angle":-22.5,"axis":"x","origin":[8,8,10.5]},"faces":{"north":{"uv":[0,16,2,13],"texture":"#0"},"east":{"uv":[0,13,0.5,16],"texture":"#0"},"south":{"uv":[0,16,2,13],"texture":"#0"},"west":{"uv":[2,13,1.5,16],"texture":"#0"},"up":{"uv":[0,13,2,13.5],"texture":"#0"},"down":{"uv":[0,15.5,2,16],"texture":"#0"}}},{"from":[14,12,10],"to":[20,16,11],"rotation":{"angle":-22.5,"axis":"y","origin":[14,14,10.5]},"faces":{"north":{"uv":[0,13,2,16],"rotation":270,"texture":"#0"},"east":{"uv":[2,13,0,13.5],"rotation":90,"texture":"#0"},"south":{"uv":[0,16,2,13],"rotation":270,"texture":"#0"},"west":{"uv":[2,15.5,0,16],"rotation":90,"texture":"#0"},"up":{"uv":[1.5,13,2,16],"rotation":90,"texture":"#0"},"down":{"uv":[1.5,13,2,16],"rotation":90,"texture":"#0"}}},{"from":[-4,12,10],"to":[2,16,11],"rotation":{"angle":22.5,"axis":"y","origin":[2,14,10.5]},"faces":{"north":{"uv":[0,13,2,16],"rotation":90,"texture":"#0"},"east":{"uv":[2,15.5,0,16],"rotation":90,"texture":"#0"},"south":{"uv":[0,13,2,16],"rotation":270,"texture":"#0"},"west":{"uv":[2,13,0,13.5],"rotation":90,"texture":"#0"},"up":{"uv":[1.5,16,2,13],"rotation":90,"texture":"#0"},"down":{"uv":[1.5,16,2,13],"rotation":90,"texture":"#0"}}},{"from":[1,19,10],"to":[3,22,11],"rotation":{"angle":45,"axis":"z","origin":[2,20,11]},"faces":{"north":{"uv":[1,6,0,7.5],"texture":"#0"},"east":{"uv":[0.5,6,1,7.5],"texture":"#0"},"south":{"uv":[0,6,1,7.5],"texture":"#0"},"west":{"uv":[0,6,0.5,7.5],"texture":"#0"},"up":{"uv":[0,6,1,6.5],"texture":"#0"},"down":{"uv":[0,6,1,6.5],"texture":"#0"}}},{"from":[13,19,10],"to":[15,22,11],"rotation":{"angle":-45,"axis":"z","origin":[14,20,11]},"faces":{"north":{"uv":[0,6,1,7.5],"texture":"#0"},"east":{"uv":[0,6,0.5,7.5],"texture":"#0"},"south":{"uv":[1,6,0,7.5],"texture":"#0"},"west":{"uv":[0.5,6,1,7.5],"texture":"#0"},"up":{"uv":[1,6,0,6.5],"texture":"#0"},"down":{"uv":[1,6,0,6.5],"texture":"#0"}}},{"from":[13,6,10],"to":[15,9,11],"rotation":{"angle":45,"axis":"z","origin":[14,8,11]},"faces":{"north":{"uv":[0,6,1,7.5],"texture":"#0"},"east":{"uv":[0,6,0.5,7.5],"texture":"#0"},"south":{"uv":[1,6,0,7.5],"texture":"#0"},"west":{"uv":[0.5,6,1,7.5],"texture":"#0"},"up":{"uv":[1,6,0,6.5],"texture":"#0"},"down":{"uv":[1,6,0,6.5],"texture":"#0"}}},{"from":[1,6,10],"to":[3,9,11],"rotation":{"angle":-45,"axis":"z","origin":[2,8,11]},"faces":{"north":{"uv":[1,6,0,7.5],"texture":"#0"},"east":{"uv":[0.5,6,1,7.5],"texture":"#0"},"south":{"uv":[0,6,1,7.5],"texture":"#0"},"west":{"uv":[0,6,0.5,7.5],"texture":"#0"},"up":{"uv":[0,6,1,6.5],"texture":"#0"},"down":{"uv":[0,6,1,6.5],"texture":"#0"}}}],"display":{"head":{"translation":[0,-18,-6],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/fragment/fragment_eye.json b/assets/minecraft/models/item/wynn/jigsaw/fragment/fragment_eye.json new file mode 100644 index 000000000..99b39d92f --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/fragment/fragment_eye.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/fragment","particle":"wynn/jigsaw/fragment"},"elements":[{"from":[5,7,5],"to":[13,17,7],"rotation":{"angle":22.5,"axis":"x","origin":[8,13,6]},"faces":{"north":{"uv":[1,1,5,6],"texture":"#0"},"east":{"uv":[0,1,1,6],"texture":"#0"},"south":{"uv":[6,1,10,6],"texture":"#0"},"west":{"uv":[5,1,6,6],"texture":"#0"},"up":{"uv":[5,1,1,0],"texture":"#0"},"down":{"uv":[9,0,5,1],"texture":"#0"}}},{"from":[2,15,3],"to":[7,20,8],"rotation":{"angle":22.5,"axis":"x","origin":[8,13,6]},"faces":{"north":{"uv":[8.5,12.5,11,15],"texture":"#0"},"east":{"uv":[6,12.5,8.5,15],"texture":"#0"},"south":{"uv":[13.5,12.5,16,15],"texture":"#0"},"west":{"uv":[11,12.5,13.5,15],"texture":"#0"},"up":{"uv":[11,12.5,8.5,10],"texture":"#0"},"down":{"uv":[13.5,10,11,12.5],"texture":"#0"}}},{"from":[1,11,4],"to":[5,15,8],"rotation":{"angle":22.5,"axis":"x","origin":[8,13,6]},"faces":{"north":{"uv":[2,10.5,4,12.5],"texture":"#0"},"east":{"uv":[0,10.5,2,12.5],"texture":"#0"},"south":{"uv":[6,10.5,8,12.5],"texture":"#0"},"west":{"uv":[4,10.5,6,12.5],"texture":"#0"},"up":{"uv":[4,10.5,2,8.5],"texture":"#0"},"down":{"uv":[6,8.5,4,10.5],"texture":"#0"}}},{"from":[11,15,3],"to":[14,18,6],"rotation":{"angle":22.5,"axis":"x","origin":[8,13,6]},"faces":{"north":{"uv":[11.5,1.5,13,3],"texture":"#0"},"east":{"uv":[10,1.5,11.5,3],"texture":"#0"},"south":{"uv":[14.5,1.5,16,3],"texture":"#0"},"west":{"uv":[13,1.5,14.5,3],"texture":"#0"},"up":{"uv":[13,1.5,11.5,0],"texture":"#0"},"down":{"uv":[14.5,0,13,1.5],"texture":"#0"}}},{"from":[13,13,5],"to":[15,15,7],"rotation":{"angle":22.5,"axis":"x","origin":[8,13,6]},"faces":{"north":{"uv":[11,4,12,5],"texture":"#0"},"east":{"uv":[10,4,11,5],"texture":"#0"},"south":{"uv":[13,4,14,5],"texture":"#0"},"up":{"uv":[12,4,11,3],"texture":"#0"},"down":{"uv":[13,3,12,4],"texture":"#0"}}},{"from":[8,5,4],"to":[14,9,8],"rotation":{"angle":22.5,"axis":"x","origin":[8,13,6]},"faces":{"north":{"uv":[8,8,11,10],"texture":"#0"},"east":{"uv":[6,8,8,10],"texture":"#0"},"south":{"uv":[13,8,16,10],"texture":"#0"},"west":{"uv":[11,8,13,10],"texture":"#0"},"up":{"uv":[11,8,8,6],"texture":"#0"},"down":{"uv":[14,6,11,8],"texture":"#0"}}}],"display":{"head":{"translation":[0,-16,4],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/golem/golem_arm.json b/assets/minecraft/models/item/wynn/jigsaw/golem/golem_arm.json new file mode 100644 index 000000000..5e60a808d --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/golem/golem_arm.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/golem","particle":"wynn/jigsaw/golem"},"elements":[{"from":[6,0,5.5],"to":[10,12,10.5],"faces":{"north":{"uv":[1.25,7.25,2.25,10.25],"texture":"#0"},"east":{"uv":[0,7.25,1.25,10.25],"texture":"#0"},"south":{"uv":[3.5,7.25,4.5,10.25],"texture":"#0"},"west":{"uv":[2.25,7.25,3.5,10.25],"texture":"#0"},"up":{"uv":[2.25,7.25,1.25,6],"texture":"#0"},"down":{"uv":[3.25,6,2.25,7.25],"texture":"#0"}}}],"display":{"head":{"translation":[-3,-8,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/golem/golem_head.json b/assets/minecraft/models/item/wynn/jigsaw/golem/golem_head.json new file mode 100644 index 000000000..12da619b3 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/golem/golem_head.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/golem","particle":"wynn/jigsaw/golem"},"elements":[{"from":[3,3,3],"to":[13,17,13],"faces":{"north":{"uv":[2.5,2.5,5,6],"texture":"#0"},"east":{"uv":[0,2.5,2.5,6],"texture":"#0"},"south":{"uv":[7.5,2.5,10,6],"texture":"#0"},"west":{"uv":[5,2.5,7.5,6],"texture":"#0"},"up":{"uv":[5,2.5,2.5,0],"texture":"#0"},"down":{"uv":[7.5,0,5,2.5],"texture":"#0"}}},{"from":[6,6,1],"to":[10,8,4],"faces":{"north":{"uv":[5.25,6.75,6.25,7.25],"texture":"#0"},"east":{"uv":[4.5,6.75,5.25,7.25],"texture":"#0"},"south":{"uv":[7,6.75,8,7.25],"texture":"#0"},"west":{"uv":[6.25,6.75,7,7.25],"texture":"#0"},"up":{"uv":[6.25,6.75,5.25,6],"texture":"#0"},"down":{"uv":[7.25,6,6.25,6.75],"texture":"#0"}}},{"from":[2,8,2],"to":[14,9,3],"faces":{"north":{"uv":[4.75,7.5,7.75,7.75],"texture":"#0"},"east":{"uv":[4.5,7.5,4.75,7.75],"texture":"#0"},"south":{"uv":[8,7.5,11,7.75],"texture":"#0"},"west":{"uv":[7.75,7.5,8,7.75],"texture":"#0"},"up":{"uv":[7.75,7.5,4.75,7.25],"texture":"#0"},"down":{"uv":[10.75,7.25,7.75,7.5],"texture":"#0"}}}],"display":{"head":{"translation":[0,-1,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/guide/guide_arm.json b/assets/minecraft/models/item/wynn/jigsaw/guide/guide_arm.json new file mode 100644 index 000000000..02366c748 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/guide/guide_arm.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/guide","particle":"wynn/jigsaw/guide"},"elements":[{"from":[3,-2,7],"to":[5,4,9],"rotation":{"angle":0,"axis":"y","origin":[5,2,8]},"faces":{"north":{"uv":[13,1,14,4],"texture":"#0"},"east":{"uv":[12,1,13,4],"texture":"#0"},"south":{"uv":[15,1,16,4],"texture":"#0"},"west":{"uv":[14,1,15,4],"texture":"#0"},"up":{"uv":[14,1,13,0],"texture":"#0"},"down":{"uv":[15,0,14,1],"texture":"#0"}}}],"display":{"head":{"translation":[4.75,3,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/guide/guide_arm_book.json b/assets/minecraft/models/item/wynn/jigsaw/guide/guide_arm_book.json new file mode 100644 index 000000000..2d7ea5031 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/guide/guide_arm_book.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/guide","1":"wynn/content_book","particle":"wynn/jigsaw/guide"},"elements":[{"from":[3,-2,7],"to":[5,4,9],"rotation":{"angle":0,"axis":"y","origin":[5,2,8]},"faces":{"north":{"uv":[13,1,14,4],"texture":"#0"},"east":{"uv":[12,1,13,4],"texture":"#0"},"south":{"uv":[15,1,16,4],"texture":"#0"},"west":{"uv":[14,1,15,4],"texture":"#0"},"up":{"uv":[14,1,13,0],"texture":"#0"},"down":{"uv":[15,0,14,1],"texture":"#0"}}},{"from":[4.5,-3,5],"to":[6,0,10],"rotation":{"angle":0,"axis":"y","origin":[8,5,8]},"faces":{"north":{"uv":[4.5,11.5,1.5,13],"rotation":90,"texture":"#1"},"east":{"uv":[7.5,0,10.5,5],"rotation":90,"texture":"#1"},"south":{"uv":[1.5,10,4.5,11.5],"rotation":270,"texture":"#1"},"west":{"uv":[4,0,7,5],"rotation":270,"texture":"#1"},"up":{"uv":[0,10,1.5,15],"texture":"#1"},"down":{"uv":[3.5,0,5,5],"rotation":180,"texture":"#1"}}}],"display":{"head":{"translation":[4.75,3,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/guide/guide_body.json b/assets/minecraft/models/item/wynn/jigsaw/guide/guide_body.json new file mode 100644 index 000000000..6a2380397 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/guide/guide_body.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/guide","particle":"wynn/jigsaw/guide"},"elements":[{"from":[5,-2,6],"to":[11,4,10],"rotation":{"angle":0,"axis":"y","origin":[0,-5,0]},"faces":{"north":{"uv":[2,8,5,11],"texture":"#0"},"east":{"uv":[0,8,2,11],"texture":"#0"},"south":{"uv":[7,8,10,11],"texture":"#0"},"west":{"uv":[5,8,7,11],"texture":"#0"},"up":{"uv":[5,8,2,6],"texture":"#0"},"down":{"uv":[8,6,5,8],"texture":"#0"}}}],"display":{"head":{"translation":[0,3,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/guide/guide_head.json b/assets/minecraft/models/item/wynn/jigsaw/guide/guide_head.json new file mode 100644 index 000000000..c7a6265f3 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/guide/guide_head.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/guide","particle":"wynn/jigsaw/guide"},"elements":[{"from":[5,4,5],"to":[11,10,11],"rotation":{"angle":0,"axis":"y","origin":[0,-5,0]},"faces":{"north":{"uv":[3,3,6,6],"texture":"#0"},"east":{"uv":[0,3,3,6],"texture":"#0"},"south":{"uv":[9,3,12,6],"texture":"#0"},"west":{"uv":[6,3,9,6],"texture":"#0"},"up":{"uv":[6,3,3,0],"texture":"#0"},"down":{"uv":[9,0,6,3],"texture":"#0"}}},{"from":[4,12,4],"to":[12,12.01,12],"rotation":{"angle":22.5,"axis":"x","origin":[8,10,8]},"faces":{"up":{"uv":[4,15,0,11],"texture":"#0"},"down":{"uv":[4,11,0,15],"texture":"#0"}}}],"display":{"head":{"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/lich/lich_arm.json b/assets/minecraft/models/item/wynn/jigsaw/lich/lich_arm.json new file mode 100644 index 000000000..8882eca84 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/lich/lich_arm.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/lich","particle":"wynn/jigsaw/lich"},"elements":[{"from":[12,1,7],"to":[14,13,9],"shade":false,"faces":{"north":{"uv":[1,5,0.5,8],"texture":"#0"},"east":{"uv":[1.5,5,1,8],"texture":"#0"},"south":{"uv":[2,5,1.5,8],"texture":"#0"},"west":{"uv":[0.5,5,0,8],"texture":"#0"},"up":{"uv":[0.5,5,1,4.5],"texture":"#0"},"down":{"uv":[1,4.5,1.5,5],"texture":"#0"}}}],"display":{"head":{"translation":[-8,-12,0],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/lich/lich_body.json b/assets/minecraft/models/item/wynn/jigsaw/lich/lich_body.json new file mode 100644 index 000000000..a640d1d19 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/lich/lich_body.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/lich","particle":"wynn/jigsaw/lich"},"elements":[{"from":[3.5,0.5,5.5],"to":[12.5,13.5,10.5],"faces":{"north":{"uv":[10.25,10.25,12.25,13.25],"texture":"#0"},"east":{"uv":[9.25,10.25,10.25,13.25],"texture":"#0"},"south":{"uv":[13.25,10.25,15.25,13.25],"texture":"#0"},"west":{"uv":[12.25,10.25,13.25,13.25],"texture":"#0"},"up":{"uv":[12.25,10.25,10.25,9.25],"texture":"#0"},"down":{"uv":[14.25,9.25,12.25,10.25],"texture":"#0"}}},{"from":[4,-10,6],"to":[12,2,10],"faces":{"north":{"uv":[3,5.5,5,8.5],"texture":"#0"},"east":{"uv":[2,5.5,3,8.5],"texture":"#0"},"south":{"uv":[6,5.5,8,8.5],"texture":"#0"},"west":{"uv":[5,5.5,6,8.5],"texture":"#0"},"up":{"uv":[5,5.5,3,4.5],"texture":"#0"},"down":{"uv":[7,4.5,5,5.5],"texture":"#0"}}},{"from":[-1,11,5],"to":[4,16,11],"faces":{"north":{"uv":[10.75,14.75,12,16],"texture":"#0"},"east":{"uv":[9.25,14.75,10.75,16],"texture":"#0"},"south":{"uv":[13.5,14.75,14.75,16],"texture":"#0"},"west":{"uv":[12,14.75,13.5,16],"texture":"#0"},"up":{"uv":[12,14.75,10.75,13.25],"texture":"#0"},"down":{"uv":[13.25,13.25,12,14.75],"texture":"#0"}}},{"from":[12,11,5],"to":[17,16,11],"shade":false,"faces":{"north":{"uv":[12,14.75,10.75,16],"texture":"#0"},"east":{"uv":[13.5,14.75,12,16],"texture":"#0"},"south":{"uv":[14.75,14.75,13.5,16],"texture":"#0"},"west":{"uv":[10.75,14.75,9.25,16],"texture":"#0"},"up":{"uv":[10.75,14.75,12,13.25],"texture":"#0"},"down":{"uv":[12,13.25,13.25,14.75],"texture":"#0"}}},{"from":[4,1,6],"to":[12,13,10],"faces":{"north":{"uv":[9,5.5,11,8.5],"texture":"#0"},"east":{"uv":[8,5.5,9,8.5],"texture":"#0"},"south":{"uv":[12,5.5,14,8.5],"texture":"#0"},"west":{"uv":[11,5.5,12,8.5],"texture":"#0"},"up":{"uv":[11,5.5,9,4.5],"texture":"#0"},"down":{"uv":[13,4.5,11,5.5],"texture":"#0"}}}],"display":{"head":{"translation":[0,-15,0],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/lich/lich_cloak.json b/assets/minecraft/models/item/wynn/jigsaw/lich/lich_cloak.json new file mode 100644 index 000000000..d4a720068 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/lich/lich_cloak.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/lich","particle":"wynn/jigsaw/lich"},"elements":[{"from":[1.25,-7.75,5.25],"to":[14.75,15.75,12.75],"rotation":{"angle":0,"axis":"y","origin":[8,13,9.5]},"faces":{"north":{"uv":[1.75,10.5,4.75,16],"texture":"#0"},"east":{"uv":[0.25,10.5,1.75,16],"texture":"#0"},"south":{"uv":[6.25,10.5,9.25,16],"texture":"#0"},"west":{"uv":[4.75,10.5,6.25,16],"texture":"#0"},"up":{"uv":[4.75,10.5,1.75,9],"texture":"#0"},"down":{"uv":[7.75,9,4.75,10.5],"texture":"#0"}}},{"from":[14.75,-7.75,5.25],"to":[1.25,15.75,12.75],"rotation":{"angle":0,"axis":"y","origin":[8,13,9.5]},"faces":{"north":{"uv":[1.75,10.5,4.75,16],"texture":"#0"},"east":{"uv":[0.25,10.5,1.75,16],"texture":"#0"},"south":{"uv":[6.25,10.5,9.25,16],"texture":"#0"},"west":{"uv":[4.75,10.5,6.25,16],"texture":"#0"},"up":{"uv":[4.75,10.5,1.75,9],"texture":"#0"},"down":{"uv":[7.75,9,4.75,10.5],"texture":"#0"}}}],"display":{"head":{"translation":[0,-20,2],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/lich/lich_head.json b/assets/minecraft/models/item/wynn/jigsaw/lich/lich_head.json new file mode 100644 index 000000000..e56779ea0 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/lich/lich_head.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/lich","particle":"wynn/jigsaw/lich"},"elements":[{"from":[3.5,12.5,3.5],"to":[12.5,23.5,12.5],"rotation":{"angle":0,"axis":"y","origin":[8,12.5,8]},"faces":{"north":{"uv":[10,2,12,4.5],"texture":"#0"},"east":{"uv":[8,2,10,4.5],"texture":"#0"},"south":{"uv":[14,2,16,4.5],"texture":"#0"},"west":{"uv":[12,2,14,4.5],"texture":"#0"},"up":{"uv":[12,2,10,0],"texture":"#0"},"down":{"uv":[14,0,12,2],"texture":"#0"}}},{"from":[4,13,4],"to":[12,23,12],"rotation":{"angle":0,"axis":"y","origin":[8,12.5,8]},"faces":{"north":{"uv":[2,2,4,4.5],"texture":"#0"},"east":{"uv":[0,2,2,4.5],"texture":"#0"},"south":{"uv":[6,2,8,4.5],"texture":"#0"},"west":{"uv":[4,2,6,4.5],"texture":"#0"},"up":{"uv":[4,2,2,0],"texture":"#0"},"down":{"uv":[6,0,4,2],"texture":"#0"}}}],"display":{"head":{"translation":[0,-15,0],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/lich_c/lich_c_arm.json b/assets/minecraft/models/item/wynn/jigsaw/lich_c/lich_c_arm.json new file mode 100644 index 000000000..7c13e1a04 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/lich_c/lich_c_arm.json @@ -0,0 +1 @@ +{"parent":"item/wynn/jigsaw/lich/lich_arm","textures":{"0":"wynn/jigsaw/lich_c","particle":"wynn/jigsaw/lich_c"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/lich_c/lich_c_body.json b/assets/minecraft/models/item/wynn/jigsaw/lich_c/lich_c_body.json new file mode 100644 index 000000000..b401a8525 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/lich_c/lich_c_body.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/lich_c","particle":"wynn/jigsaw/lich_c"},"elements":[{"from":[5.5,7,3],"to":[10.5,11,7],"rotation":{"angle":-22.5,"axis":"x","origin":[8,11,6]},"faces":{"north":{"uv":[14,4.25,15.25,5.25],"texture":"#0"},"east":{"uv":[14,8.25,15,9.25],"texture":"#0"},"south":{"uv":[14,6.25,15.25,7.25],"texture":"#0"},"west":{"uv":[15,8.25,16,9.25],"texture":"#0"},"up":{"uv":[15.25,8.25,14,7.25],"texture":"#0"},"down":{"uv":[15.25,5.25,14,6.25],"texture":"#0"}}},{"from":[3.5,0.5,5.5],"to":[12.5,13.5,10.5],"faces":{"north":{"uv":[10.25,10.25,12.25,13.25],"texture":"#0"},"east":{"uv":[9.25,10.25,10.25,13.25],"texture":"#0"},"south":{"uv":[13.25,10.25,15.25,13.25],"texture":"#0"},"west":{"uv":[12.25,10.25,13.25,13.25],"texture":"#0"},"up":{"uv":[12.25,10.25,10.25,9.25],"texture":"#0"}}},{"from":[4,-10,6],"to":[12,2,10],"faces":{"north":{"uv":[3,5.5,5,8.5],"texture":"#0"},"east":{"uv":[2,5.5,3,8.5],"texture":"#0"},"south":{"uv":[6,5.5,8,8.5],"texture":"#0"},"west":{"uv":[5,5.5,6,8.5],"texture":"#0"},"up":{"uv":[5,5.5,3,4.5],"texture":"#0"}}},{"from":[-1,11,5],"to":[4,16,11],"faces":{"north":{"uv":[10.75,14.75,12,16],"texture":"#0"},"east":{"uv":[9.25,14.75,10.75,16],"texture":"#0"},"south":{"uv":[13.5,14.75,14.75,16],"texture":"#0"},"west":{"uv":[12,14.75,13.5,16],"texture":"#0"},"up":{"uv":[12,14.75,10.75,13.25],"texture":"#0"},"down":{"uv":[13.25,13.25,12,14.75],"texture":"#0"}}},{"from":[12,11,5],"to":[17,16,11],"shade":false,"faces":{"north":{"uv":[12,14.75,10.75,16],"texture":"#0"},"east":{"uv":[13.5,14.75,12,16],"texture":"#0"},"south":{"uv":[14.75,14.75,13.5,16],"texture":"#0"},"west":{"uv":[10.75,14.75,9.25,16],"texture":"#0"},"up":{"uv":[10.75,14.75,12,13.25],"texture":"#0"},"down":{"uv":[12,13.25,13.25,14.75],"texture":"#0"}}},{"from":[4,1,6],"to":[12,13,10],"faces":{"north":{"uv":[9,5.5,11,8.5],"texture":"#0"},"east":{"uv":[8,5.5,9,8.5],"texture":"#0"},"south":{"uv":[12,5.5,14,8.5],"texture":"#0"},"west":{"uv":[11,5.5,12,8.5],"texture":"#0"},"up":{"uv":[11,5.5,9,4.5],"texture":"#0"},"down":{"uv":[13,4.5,11,5.5],"texture":"#0"}}}],"display":{"head":{"translation":[0,-15,0],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/lich_c/lich_c_cloak.json b/assets/minecraft/models/item/wynn/jigsaw/lich_c/lich_c_cloak.json new file mode 100644 index 000000000..0e40b4478 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/lich_c/lich_c_cloak.json @@ -0,0 +1 @@ +{"parent":"item/wynn/jigsaw/lich/lich_cloak","textures":{"0":"wynn/jigsaw/lich_c","particle":"wynn/jigsaw/lich_c"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/lich_c/lich_c_head.json b/assets/minecraft/models/item/wynn/jigsaw/lich_c/lich_c_head.json new file mode 100644 index 000000000..65e271601 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/lich_c/lich_c_head.json @@ -0,0 +1 @@ +{"parent":"item/wynn/jigsaw/lich/lich_head","textures":{"0":"wynn/jigsaw/lich_c","particle":"wynn/jigsaw/lich_c"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/lootrun/reward_chest.json b/assets/minecraft/models/item/wynn/jigsaw/lootrun/reward_chest.json new file mode 100644 index 000000000..2d5ec9de0 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/lootrun/reward_chest.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/reward_chest","particle":"wynn/jigsaw/reward_chest"},"elements":[{"from":[-2,0,2],"to":[18,5,14],"rotation":{"angle":0,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[0,5,5,6.25],"texture":"#0"},"east":{"uv":[5,8,8,9.25],"texture":"#0"},"south":{"uv":[0,8.25,5,9.5],"texture":"#0"},"west":{"uv":[8,8,5,9.25],"texture":"#0"},"up":{"uv":[10,3,5,0],"texture":"#0"},"down":{"uv":[10,3,5,6],"texture":"#0"}}}],"display":{"head":{"translation":[0,0,-1],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/lootrun/reward_lid.json b/assets/minecraft/models/item/wynn/jigsaw/lootrun/reward_lid.json new file mode 100644 index 000000000..facc0e099 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/lootrun/reward_lid.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/reward_chest","particle":"wynn/jigsaw/reward_chest"},"elements":[{"from":[-2,4,2],"to":[18,12,14],"rotation":{"angle":0,"axis":"x","origin":[8,4,14]},"faces":{"north":{"uv":[0,3,5,5],"texture":"#0"},"east":{"uv":[5,6,8,8],"texture":"#0"},"south":{"uv":[0,6.25,5,8.25],"texture":"#0"},"west":{"uv":[5,6,8,8],"texture":"#0"},"up":{"uv":[5,3,0,0],"texture":"#0"},"down":{"uv":[10,0,5,3],"texture":"#0"}}},{"from":[5,7,1],"to":[11,11,2],"faces":{"north":{"uv":[8,6.25,9.5,7.25],"texture":"#0"},"east":{"uv":[9.25,6.25,9.5,7.25],"texture":"#0"},"west":{"uv":[9.25,6.25,9.5,7.25],"texture":"#0"},"up":{"uv":[8,6,9.5,6.25],"texture":"#0"},"down":{"uv":[8.75,7.25,9,7],"texture":"#0"}}},{"from":[-3,5,1],"to":[-1,14,3],"faces":{"north":{"uv":[10,6,9.5,8.25],"texture":"#0"},"east":{"uv":[9.5,6,10,8.25],"texture":"#0"},"south":{"uv":[10,6,9.5,8.25],"texture":"#0"},"west":{"uv":[9.5,6,10,8.25],"texture":"#0"},"up":{"uv":[9.5,8.75,10,8.25],"texture":"#0"},"down":{"uv":[9.75,8,10,8.25],"texture":"#0"}}},{"from":[-3,5,13],"to":[-1,14,15],"faces":{"north":{"uv":[9.5,6,10,8.25],"texture":"#0"},"east":{"uv":[10,6,9.5,8.25],"texture":"#0"},"south":{"uv":[9.5,6,10,8.25],"texture":"#0"},"west":{"uv":[10,6,9.5,8.25],"texture":"#0"},"up":{"uv":[9.5,8.25,10,8.75],"texture":"#0"},"down":{"uv":[9.75,8,10,8.25],"texture":"#0"}}},{"from":[17,5,13],"to":[19,14,15],"faces":{"north":{"uv":[10,6,9.5,8.25],"texture":"#0"},"east":{"uv":[9.5,6,10,8.25],"texture":"#0"},"south":{"uv":[10,6,9.5,8.25],"texture":"#0"},"west":{"uv":[9.5,6,10,8.25],"texture":"#0"},"up":{"uv":[9.5,8.75,10,8.25],"texture":"#0"},"down":{"uv":[9.75,8,10,8.25],"texture":"#0"}}},{"from":[17,5,1],"to":[19,14,3],"faces":{"north":{"uv":[9.5,6,10,8.25],"texture":"#0"},"east":{"uv":[10,6,9.5,8.25],"texture":"#0"},"south":{"uv":[9.5,6,10,8.25],"texture":"#0"},"west":{"uv":[10,6,9.5,8.25],"texture":"#0"},"up":{"uv":[9.5,8.25,10,8.75],"texture":"#0"},"down":{"uv":[9.75,8,10,8.25],"texture":"#0"}}}],"display":{"head":{"translation":[0,1.25,-12],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/lootrun/treasure_chest.json b/assets/minecraft/models/item/wynn/jigsaw/lootrun/treasure_chest.json new file mode 100644 index 000000000..d073cc008 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/lootrun/treasure_chest.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/treasure_chest","particle":"wynn/jigsaw/treasure_chest"},"elements":[{"from":[-12,-8,-4],"to":[28,0,19],"rotation":{"angle":0,"axis":"y","origin":[0,-11,-1]},"faces":{"north":{"uv":[0,7.75,5,8.75],"texture":"#0"},"east":{"uv":[5,4.875,7.875,5.875],"texture":"#0"},"south":{"uv":[0,7.75,5,8.75],"texture":"#0"},"west":{"uv":[5,4.875,7.875,5.875],"texture":"#0"},"up":{"uv":[12.875,2.875,7.875,0],"texture":"#0"},"down":{"uv":[0.125,0,0,0.125],"texture":"#0"}}},{"from":[-13,-2,-5],"to":[-8,1,0],"rotation":{"angle":0,"axis":"y","origin":[8,0,19]},"faces":{"north":{"uv":[1.5,0.375,2.125,0.75],"texture":"#0"},"east":{"uv":[1.5,0.375,2.125,0.75],"texture":"#0"},"south":{"uv":[1.5,0.375,2.125,0.75],"texture":"#0"},"west":{"uv":[1.5,0.375,2.125,0.75],"texture":"#0"},"up":{"uv":[1.5,1,0.875,0.375],"texture":"#0"},"down":{"uv":[1.5,0.375,0.875,1],"texture":"#0"}}},{"from":[-13,-2,15],"to":[-8,1,20],"rotation":{"angle":0,"axis":"y","origin":[8,0,19]},"faces":{"north":{"uv":[1.5,0.375,2.125,0.75],"texture":"#0"},"east":{"uv":[1.5,0.375,2.125,0.75],"texture":"#0"},"south":{"uv":[1.5,0.375,2.125,0.75],"texture":"#0"},"west":{"uv":[1.5,0.375,2.125,0.75],"texture":"#0"},"up":{"uv":[1.5,1,0.875,0.375],"texture":"#0"},"down":{"uv":[1.5,0.375,0.875,1],"texture":"#0"}}},{"from":[24,-2,-5],"to":[29,1,0],"rotation":{"angle":0,"axis":"y","origin":[8,0,19]},"faces":{"north":{"uv":[1.5,0.375,2.125,0.75],"texture":"#0"},"east":{"uv":[1.5,0.375,2.125,0.75],"texture":"#0"},"south":{"uv":[1.5,0.375,2.125,0.75],"texture":"#0"},"west":{"uv":[1.5,0.375,2.125,0.75],"texture":"#0"},"up":{"uv":[1.5,1,0.875,0.375],"texture":"#0"},"down":{"uv":[1.5,0.375,0.875,1],"texture":"#0"}}},{"from":[24,-2,15],"to":[29,1,20],"rotation":{"angle":0,"axis":"y","origin":[8,0,19]},"faces":{"north":{"uv":[1.5,0.375,2.125,0.75],"texture":"#0"},"east":{"uv":[1.5,0.375,2.125,0.75],"texture":"#0"},"south":{"uv":[1.5,0.375,2.125,0.75],"texture":"#0"},"west":{"uv":[1.5,0.375,2.125,0.75],"texture":"#0"},"up":{"uv":[1.5,1,0.875,0.375],"texture":"#0"},"down":{"uv":[1.5,0.375,0.875,1],"texture":"#0"}}},{"from":[24,-11,15],"to":[28,-8,19],"rotation":{"angle":0,"axis":"y","origin":[0,-11,-1]},"faces":{"north":{"uv":[1.625,0,1.125,0.375],"texture":"#0"},"east":{"uv":[1.625,0,2.125,0.375],"texture":"#0"},"south":{"uv":[2.125,0,1.625,0.375],"texture":"#0"},"west":{"uv":[0.625,0,1.125,0.375],"texture":"#0"},"down":{"uv":[0.125,0,0,0.125],"texture":"#0"}}},{"from":[-12,-11,15],"to":[-8,-8,19],"rotation":{"angle":0,"axis":"y","origin":[-10,-9.5,17]},"faces":{"north":{"uv":[1.125,0,1.625,0.375],"texture":"#0"},"east":{"uv":[1.125,0,0.625,0.375],"texture":"#0"},"south":{"uv":[1.625,0,2.125,0.375],"texture":"#0"},"west":{"uv":[2.125,0,1.625,0.375],"texture":"#0"},"down":{"uv":[0.125,0,0,0.125],"texture":"#0"}}},{"from":[24,-11,-4],"to":[28,-8,0],"rotation":{"angle":0,"axis":"y","origin":[0,-11,-1]},"faces":{"north":{"uv":[1.625,0,1.125,0.375],"texture":"#0"},"east":{"uv":[2.125,0,1.625,0.375],"texture":"#0"},"south":{"uv":[2.125,0,1.625,0.375],"texture":"#0"},"west":{"uv":[1.125,0,0.625,0.375],"texture":"#0"},"down":{"uv":[0.125,0,0,0.125],"texture":"#0"}}},{"from":[-12,-11,-4],"to":[-8,-8,0],"rotation":{"angle":0,"axis":"y","origin":[0,-11,-1]},"faces":{"north":{"uv":[1.125,0,1.625,0.375],"texture":"#0"},"east":{"uv":[0.625,0,1.125,0.375],"texture":"#0"},"south":{"uv":[1.625,0,2.125,0.375],"texture":"#0"},"west":{"uv":[1.625,0,2.125,0.375],"texture":"#0"},"down":{"uv":[0.125,0,0,0.125],"texture":"#0"}}},{"from":[28,-5,3.5],"to":[30,0,11.5],"rotation":{"angle":22.5,"axis":"z","origin":[28,0,7]},"faces":{"north":{"uv":[1.25,2.25,1,2.875],"texture":"#0"},"east":{"uv":[1,1.625,0,2.25],"texture":"#0"},"south":{"uv":[1,2.25,1.25,2.875],"texture":"#0"},"west":{"uv":[1,2.25,0,2.875],"texture":"#0"},"up":{"uv":[0,1.5,0.25,0.5],"texture":"#0"},"down":{"uv":[0.25,0.5,0.5,1.5],"texture":"#0"}}},{"from":[28,-3,9.5],"to":[30,0,5.5],"rotation":{"angle":22.5,"axis":"z","origin":[28,0,7]},"faces":{"north":{"uv":[0.375,0,0.625,0.375],"texture":"#0"},"south":{"uv":[0.375,0,0.625,0.375],"texture":"#0"},"down":{"uv":[0.375,0,0.125,0.5],"texture":"#0"}}},{"from":[-14,-5,3.5],"to":[-12,0,11.5],"rotation":{"angle":-22.5,"axis":"z","origin":[-12,0,7]},"faces":{"north":{"uv":[1,2.25,1.25,2.875],"texture":"#0"},"east":{"uv":[0,2.25,1,2.875],"texture":"#0"},"south":{"uv":[1.25,2.25,1,2.875],"texture":"#0"},"west":{"uv":[0,1.625,1,2.25],"texture":"#0"},"up":{"uv":[0.25,1.5,0,0.5],"texture":"#0"},"down":{"uv":[0.5,0.5,0.25,1.5],"texture":"#0"}}},{"from":[-14,-3,9.5],"to":[-12,0,5.5],"rotation":{"angle":-22.5,"axis":"z","origin":[-12,0,7]},"faces":{"north":{"uv":[0.375,0,0.625,0.375],"texture":"#0"},"south":{"uv":[0.375,0,0.625,0.375],"texture":"#0"},"down":{"uv":[0.375,0,0.125,0.5],"texture":"#0"}}},{"from":[16,-1,2],"to":[21,3,7],"rotation":{"angle":-22.5,"axis":"z","origin":[16,0,9.5]},"faces":{"north":{"uv":[5,7.5,5.625,8],"texture":"#0"},"east":{"uv":[5,7.5,5.625,8],"texture":"#0"},"south":{"uv":[5,7.5,5.625,8],"texture":"#0"},"west":{"uv":[5,7.5,5.625,8],"texture":"#0"},"up":{"uv":[5,8,5.625,8.625],"texture":"#0"},"down":{"uv":[5,8,5.625,8.625],"texture":"#0"}}},{"from":[17.5,3,3.5],"to":[19.5,5,5.5],"rotation":{"angle":-22.5,"axis":"z","origin":[16,0,9.5]},"faces":{"north":{"uv":[5.625,8.375,5.875,8.625],"texture":"#0"},"east":{"uv":[5.625,8.375,5.875,8.625],"texture":"#0"},"south":{"uv":[5.625,8.375,5.875,8.625],"texture":"#0"},"west":{"uv":[5.625,8.375,5.875,8.625],"texture":"#0"}}},{"from":[17,5,3],"to":[20,6,6],"rotation":{"angle":-22.5,"axis":"z","origin":[16,0,9.5]},"faces":{"north":{"uv":[5.625,7.5,6,7.625],"texture":"#0"},"east":{"uv":[5.625,7.5,6,7.625],"texture":"#0"},"south":{"uv":[5.625,7.5,6,7.625],"texture":"#0"},"west":{"uv":[5.625,7.5,6,7.625],"texture":"#0"},"up":{"uv":[5.625,7.625,6,8],"texture":"#0"},"down":{"uv":[5.625,8,6,8.375],"texture":"#0"}}},{"from":[10,0,1],"to":[14,1,5],"rotation":{"angle":-22.5,"axis":"y","origin":[12,0,3]},"faces":{"north":{"uv":[5.375,6.875,5.875,7],"texture":"#0"},"east":{"uv":[5.375,6.875,5.875,7],"texture":"#0"},"south":{"uv":[5.375,6.875,5.875,7],"texture":"#0"},"west":{"uv":[5.375,6.875,5.875,7],"texture":"#0"},"up":{"uv":[5.375,6.375,5.875,6.875],"texture":"#0"},"down":{"uv":[5.375,6.375,5.875,6.875],"texture":"#0"}}},{"from":[17,0,9],"to":[21,3,13],"rotation":{"angle":22.5,"axis":"y","origin":[19,0,11]},"faces":{"north":{"uv":[5.375,6.875,5.875,7],"texture":"#0"},"east":{"uv":[5.375,6.875,5.875,7],"texture":"#0"},"south":{"uv":[5.375,6.875,5.875,7],"texture":"#0"},"west":{"uv":[5.375,6.875,5.875,7],"texture":"#0"},"up":{"uv":[5.375,6.375,5.875,6.875],"rotation":270,"texture":"#0"},"down":{"uv":[5.375,6.375,5.875,6.875],"rotation":90,"texture":"#0"}}},{"from":[2,0,4],"to":[6,4,8],"rotation":{"angle":22.5,"axis":"y","origin":[4,0,6]},"faces":{"north":{"uv":[5.375,6.875,5.875,7],"texture":"#0"},"east":{"uv":[5.375,6.875,5.875,7],"texture":"#0"},"south":{"uv":[5.375,6.875,5.875,7],"texture":"#0"},"west":{"uv":[5.375,6.875,5.875,7],"texture":"#0"},"up":{"uv":[5.375,6.375,5.875,6.875],"texture":"#0"},"down":{"uv":[5.375,6.375,5.875,6.875],"texture":"#0"}}},{"from":[1,0,10],"to":[5,2,14],"rotation":{"angle":-22.5,"axis":"y","origin":[3,0,12]},"faces":{"north":{"uv":[5.375,6.875,5.875,7],"texture":"#0"},"east":{"uv":[5.375,6.875,5.875,7],"texture":"#0"},"south":{"uv":[5.375,6.875,5.875,7],"texture":"#0"},"west":{"uv":[5.375,6.875,5.875,7],"texture":"#0"},"up":{"uv":[5.375,6.375,5.875,6.875],"texture":"#0"},"down":{"uv":[5.375,6.375,5.875,6.875],"texture":"#0"}}},{"from":[-1,0,1],"to":[2,1,4],"rotation":{"angle":-22.5,"axis":"y","origin":[0.5,0,2.5]},"faces":{"north":{"uv":[5.875,6.75,6.25,6.875],"texture":"#0"},"east":{"uv":[5.875,6.75,6.25,6.875],"texture":"#0"},"south":{"uv":[5.875,6.75,6.25,6.875],"texture":"#0"},"west":{"uv":[5.875,6.75,6.25,6.875],"texture":"#0"},"up":{"uv":[5.875,6.375,6.25,6.75],"texture":"#0"}}},{"from":[6,0,9],"to":[9,1,12],"rotation":{"angle":22.5,"axis":"y","origin":[7.5,0,10.5]},"faces":{"north":{"uv":[5.875,6.75,6.25,6.875],"texture":"#0"},"east":{"uv":[5.875,6.75,6.25,6.875],"texture":"#0"},"south":{"uv":[5.875,6.75,6.25,6.875],"texture":"#0"},"west":{"uv":[5.875,6.75,6.25,6.875],"texture":"#0"},"up":{"uv":[5.875,6.375,6.25,6.75],"texture":"#0"}}},{"from":[5,0,1],"to":[8,2,4],"rotation":{"angle":45,"axis":"y","origin":[6.5,0,2.5]},"faces":{"north":{"uv":[5.875,6.75,6.25,6.875],"texture":"#0"},"east":{"uv":[5.875,6.75,6.25,6.875],"texture":"#0"},"south":{"uv":[5.875,6.75,6.25,6.875],"texture":"#0"},"west":{"uv":[5.875,6.75,6.25,6.875],"texture":"#0"},"up":{"uv":[5.875,6.375,6.25,6.75],"texture":"#0"}}},{"from":[7,1.75,4],"to":[10,2.75,7],"rotation":{"angle":-45,"axis":"x","origin":[8.75,2.75,7]},"faces":{"north":{"uv":[5.875,6.75,6.25,6.875],"texture":"#0"},"east":{"uv":[5.875,6.75,6.25,6.875],"texture":"#0"},"south":{"uv":[5.875,6.75,6.25,6.875],"texture":"#0"},"west":{"uv":[5.875,6.75,6.25,6.875],"texture":"#0"},"up":{"uv":[5.875,6.375,6.25,6.75],"texture":"#0"}}},{"from":[10,1,2],"to":[13,2,5],"rotation":{"angle":22.5,"axis":"y","origin":[11.5,1,3.5]},"faces":{"north":{"uv":[5.875,6.75,6.25,6.875],"texture":"#0"},"east":{"uv":[5.875,6.75,6.25,6.875],"texture":"#0"},"south":{"uv":[5.875,6.75,6.25,6.875],"texture":"#0"},"west":{"uv":[5.875,6.75,6.25,6.875],"texture":"#0"},"up":{"uv":[5.875,6.375,6.25,6.75],"texture":"#0"}}},{"from":[-5,0,2],"to":[-2,6,5],"rotation":{"angle":22.5,"axis":"z","origin":[-2,0,2]},"faces":{"north":{"uv":[5,6.375,5.375,7.125],"texture":"#0"},"east":{"uv":[5,6.375,5.375,7.125],"texture":"#0"},"south":{"uv":[5,6.375,5.375,7.125],"texture":"#0"},"west":{"uv":[5,6.375,5.375,7.125],"texture":"#0"},"up":{"uv":[5,7.125,5.375,7.5],"texture":"#0"}}},{"from":[3,2,8],"to":[-4,6,15],"rotation":{"angle":22.5,"axis":"z","origin":[3,2,11.5]},"faces":{"north":{"uv":[5.375,7,6.25,7.5],"texture":"#0"},"east":{"uv":[5.375,7,6.25,7.5],"texture":"#0"},"south":{"uv":[5.375,7,6.25,7.5],"texture":"#0"},"west":{"uv":[5.375,7,6.25,7.5],"texture":"#0"}}},{"from":[-4,2,8],"to":[3,6,15],"rotation":{"angle":22.5,"axis":"z","origin":[3,2,11.5]},"faces":{"north":{"uv":[5.375,7,6.25,7.5],"texture":"#0"},"east":{"uv":[5.375,7,6.25,7.5],"texture":"#0"},"south":{"uv":[5.375,7,6.25,7.5],"texture":"#0"},"west":{"uv":[5.375,7,6.25,7.5],"texture":"#0"}}},{"from":[9,0,7],"to":[16,5,14],"rotation":{"angle":22.5,"axis":"x","origin":[16.5,0,7]},"faces":{"north":{"uv":[6.25,6.125,7.125,6.75],"texture":"#0"},"east":{"uv":[8,6.125,7.125,6.75],"texture":"#0"},"south":{"uv":[7.125,6.75,8,7.375],"texture":"#0"},"west":{"uv":[7.125,6.125,8,6.75],"texture":"#0"},"up":{"uv":[6.25,6.75,7.125,7.625],"texture":"#0"}}},{"from":[16,0,7],"to":[9,5,14],"rotation":{"angle":22.5,"axis":"x","origin":[16.5,0,7]},"faces":{"north":{"uv":[6.25,6.125,7.125,6.75],"texture":"#0"},"east":{"uv":[8,6.125,7.125,6.75],"texture":"#0"},"south":{"uv":[7.125,6.75,8,7.375],"texture":"#0"},"west":{"uv":[7.125,6.125,8,6.75],"texture":"#0"},"up":{"uv":[6.25,6.75,7.125,7.625],"texture":"#0"}}}],"display":{"head":{"translation":[-0.5,-13,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/lootrun/treasure_lid.json b/assets/minecraft/models/item/wynn/jigsaw/lootrun/treasure_lid.json new file mode 100644 index 000000000..c70d02d7e --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/lootrun/treasure_lid.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/treasure_chest","particle":"wynn/jigsaw/treasure_chest"},"elements":[{"from":[-4,16,-4],"to":[2,18,19],"rotation":{"angle":0,"axis":"x","origin":[8,0,19]},"faces":{"north":{"uv":[5,6.125,5.75,6.375],"texture":"#0"},"east":{"uv":[5,5.875,7.875,6.125],"texture":"#0"},"south":{"uv":[5,6.125,5.75,6.375],"texture":"#0"},"west":{"uv":[5,5.875,7.875,6.125],"texture":"#0"},"up":{"uv":[2.875,2.875,2.125,0],"texture":"#0"}}},{"from":[14,16,-4],"to":[20,18,19],"rotation":{"angle":0,"axis":"x","origin":[8,0,19]},"faces":{"north":{"uv":[5.75,6.125,5,6.375],"texture":"#0"},"east":{"uv":[7.875,5.875,5,6.125],"texture":"#0"},"south":{"uv":[5.75,6.125,5,6.375],"texture":"#0"},"west":{"uv":[7.875,5.875,5,6.125],"texture":"#0"},"up":{"uv":[2.125,2.875,2.875,0],"texture":"#0"}}},{"from":[-12,0,-4],"to":[28,16,19],"rotation":{"angle":0,"axis":"x","origin":[8,0,19]},"faces":{"north":{"uv":[2.875,2.875,7.875,4.875],"texture":"#0"},"east":{"uv":[0,2.875,2.875,4.875],"texture":"#0"},"south":{"uv":[2.875,2.875,7.875,4.875],"texture":"#0"},"west":{"uv":[0,2.875,2.875,4.875],"texture":"#0"},"up":{"uv":[7.875,2.875,2.875,0],"texture":"#0"},"down":{"uv":[5,4.875,0,7.75],"texture":"#0"}}},{"from":[5.5,-3,-5],"to":[10.5,6,-4],"rotation":{"angle":0,"axis":"x","origin":[8,0,19]},"faces":{"north":{"uv":[1.25,1.75,1.875,2.875],"texture":"#0"},"east":{"uv":[1.25,1.75,1.375,2.875],"texture":"#0"},"south":{"uv":[1.375,2.125,1.5,2.25],"texture":"#0"},"west":{"uv":[1.75,1.75,1.875,2.875],"texture":"#0"},"up":{"uv":[1.25,1.75,1.875,1.875],"texture":"#0"},"down":{"uv":[1.25,2.75,1.875,2.875],"texture":"#0"}}}],"display":{"head":{"translation":[-0.5,7,-17.5],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/lost_spirit/lost_spirit.json b/assets/minecraft/models/item/wynn/jigsaw/lost_spirit/lost_spirit.json new file mode 100644 index 000000000..4e74ba3bd --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/lost_spirit/lost_spirit.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/lost_spirit","particle":"wynn/jigsaw/lost_spirit"},"elements":[{"from":[3.99,3.99,3.99],"to":[12.01,16.01,12.01],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[0,0,4,6],"texture":"#0"},"east":{"uv":[4,0,8,6],"texture":"#0"},"south":{"uv":[4,0,8,6],"texture":"#0"},"west":{"uv":[4,0,8,6],"texture":"#0"},"up":{"uv":[8,0,12,4],"texture":"#0"}}},{"from":[12,4,4],"to":[4,16,12],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[0,0,4,6],"texture":"#0"},"east":{"uv":[4,0,8,6],"texture":"#0"},"south":{"uv":[4,0,8,6],"texture":"#0"},"west":{"uv":[4,0,8,6],"texture":"#0"},"up":{"uv":[8,0,12,4],"texture":"#0"}}}],"display":{"head":{"translation":[0,1,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/mage/mage_arm_left.json b/assets/minecraft/models/item/wynn/jigsaw/mage/mage_arm_left.json new file mode 100644 index 000000000..2e87a2df0 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/mage/mage_arm_left.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/mage","particle":"wynn/jigsaw/mage"},"elements":[{"from":[5,2,6],"to":[8,16,10],"rotation":{"angle":0,"axis":"z","origin":[4,14,8]},"faces":{"north":{"uv":[7.75,5.5,8.5,9],"texture":"#0"},"east":{"uv":[6.75,5.5,7.75,9],"texture":"#0"},"south":{"uv":[8.5,5.5,7.75,9],"texture":"#0"},"west":{"uv":[8.5,5.5,9.5,9],"texture":"#0"},"up":{"uv":[8.5,5.5,7.75,4.5],"texture":"#0"},"down":{"uv":[9.25,4.5,8.5,5.5],"texture":"#0"}}}],"display":{"head":{"translation":[0,-16,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/mage/mage_arm_right.json b/assets/minecraft/models/item/wynn/jigsaw/mage/mage_arm_right.json new file mode 100644 index 000000000..c40c0e39b --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/mage/mage_arm_right.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/mage","particle":"wynn/jigsaw/mage"},"elements":[{"from":[8,2,6],"to":[11,16,10],"rotation":{"angle":0,"axis":"z","origin":[12,14,8]},"faces":{"north":{"uv":[5.75,5.5,5,9],"texture":"#0"},"east":{"uv":[6.75,5.5,5.75,9],"texture":"#0"},"south":{"uv":[5,5.5,5.75,9],"texture":"#0"},"west":{"uv":[5,5.5,4,9],"texture":"#0"},"up":{"uv":[5,5.5,5.75,4.5],"texture":"#0"},"down":{"uv":[5.75,4.5,6.5,5.5],"texture":"#0"}}}],"display":{"head":{"translation":[0,-16,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/mage/mage_body.json b/assets/minecraft/models/item/wynn/jigsaw/mage/mage_body.json new file mode 100644 index 000000000..6382f401f --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/mage/mage_body.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/mage","particle":"wynn/jigsaw/mage"},"elements":[{"from":[3.5,-10.5,5],"to":[12.5,8.5,11],"rotation":{"angle":0,"axis":"y","origin":[8,4,8]},"faces":{"north":{"uv":[0,9.5,2,14],"texture":"#0"},"east":{"uv":[3.25,9.5,2,14],"texture":"#0"},"south":{"uv":[3.25,9.5,5.25,14],"texture":"#0"},"west":{"uv":[2,9.5,3.25,14],"texture":"#0"}}},{"from":[4,4,6],"to":[12,16,10],"rotation":{"angle":0,"axis":"y","origin":[0,-2,0]},"faces":{"north":{"uv":[9.5,5.5,11.5,8.5],"texture":"#0"},"east":{"uv":[11.5,5.5,12.5,8.5],"texture":"#0"},"south":{"uv":[12.5,5.5,14.5,8.5],"texture":"#0"},"west":{"uv":[11.5,5.5,12.5,8.5],"texture":"#0"},"up":{"uv":[11.5,5.5,9.5,4.5],"texture":"#0"}}}],"display":{"head":{"translation":[0,-4,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/mage/mage_head.json b/assets/minecraft/models/item/wynn/jigsaw/mage/mage_head.json new file mode 100644 index 000000000..442e8cd5e --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/mage/mage_head.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/mage","particle":"wynn/jigsaw/mage"},"elements":[{"from":[4,16,4],"to":[12,26,12],"rotation":{"angle":0,"axis":"y","origin":[8,16,8]},"faces":{"north":{"uv":[2,0,4,2.5],"texture":"#0"},"east":{"uv":[0,0,0.25,0.25],"texture":"#0"},"south":{"uv":[0,0,0.25,0.25],"texture":"#0"},"west":{"uv":[0,0,0.25,0.25],"texture":"#0"},"up":{"uv":[0,0,0.25,0.25],"texture":"#0"},"down":{"uv":[2,0,0,2],"texture":"#0"}}},{"from":[3.5,15.5,3.5],"to":[12.5,26.5,12.5],"rotation":{"angle":0,"axis":"y","origin":[8,16,8]},"faces":{"north":{"uv":[4,0,6,2.5],"texture":"#0"},"east":{"uv":[6,0,8,2.5],"texture":"#0"},"south":{"uv":[6,0,8,2.5],"texture":"#0"},"west":{"uv":[6,0,8,2.5],"texture":"#0"},"up":{"uv":[2,4,0,2],"texture":"#0"}}}],"display":{"head":{"translation":[0,-18,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/mage/mage_pylon.json b/assets/minecraft/models/item/wynn/jigsaw/mage/mage_pylon.json new file mode 100644 index 000000000..5fc7f5287 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/mage/mage_pylon.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/mage","particle":"wynn/jigsaw/mage"},"elements":[{"from":[-7,0,6.5],"to":[-6,8,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[6,9.75,6.25,11.75],"texture":"#0"},"east":{"uv":[5.25,9.75,6,11.75],"texture":"#0"},"south":{"uv":[6,9.75,6.25,11.75],"texture":"#0"},"west":{"uv":[6.25,9.75,7,11.75],"texture":"#0"},"up":{"uv":[6.25,9.75,6,9],"texture":"#0"},"down":{"uv":[6.5,9,6.25,9.75],"texture":"#0"}}},{"from":[-6,1,6.5],"to":[-4,6,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[7.75,9.75,8.25,11],"texture":"#0"},"east":{"uv":[7,9.75,7.75,11],"texture":"#0"},"south":{"uv":[8.25,9.75,7.75,11],"texture":"#0"},"west":{"uv":[8.25,9.75,9,11],"texture":"#0"},"up":{"uv":[8.25,9.75,7.75,9],"texture":"#0"},"down":{"uv":[8.75,9,8.25,9.75],"texture":"#0"}}},{"from":[-7,0,6.5],"to":[-6,8,9.5],"rotation":{"angle":-45,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[6,9.75,6.25,11.75],"texture":"#0"},"east":{"uv":[5.25,9.75,6,11.75],"texture":"#0"},"south":{"uv":[6,9.75,6.25,11.75],"texture":"#0"},"west":{"uv":[6.25,9.75,7,11.75],"texture":"#0"},"up":{"uv":[6.25,9.75,6,9],"texture":"#0"},"down":{"uv":[6.5,9,6.25,9.75],"texture":"#0"}}},{"from":[-6,1,6.5],"to":[-4,6,9.5],"rotation":{"angle":-45,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[7.75,9.75,8.25,11],"texture":"#0"},"east":{"uv":[7,9.75,7.75,11],"texture":"#0"},"south":{"uv":[8.25,9.75,7.75,11],"texture":"#0"},"west":{"uv":[8.25,9.75,9,11],"texture":"#0"},"up":{"uv":[8.25,9.75,7.75,9],"texture":"#0"},"down":{"uv":[8.75,9,8.25,9.75],"texture":"#0"}}},{"from":[6.5,0,-7],"to":[9.5,8,-6],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[6.25,9.75,7,11.75],"texture":"#0"},"east":{"uv":[6,9.75,6.25,11.75],"texture":"#0"},"south":{"uv":[5.25,9.75,6,11.75],"texture":"#0"},"west":{"uv":[6,9.75,6.25,11.75],"texture":"#0"},"up":{"uv":[6.25,9.75,6,9],"rotation":90,"texture":"#0"},"down":{"uv":[6.5,9,6.25,9.75],"rotation":270,"texture":"#0"}}},{"from":[6.5,1,-6],"to":[9.5,6,-4],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[8.25,9.75,9,11],"texture":"#0"},"east":{"uv":[7.75,9.75,8.25,11],"texture":"#0"},"south":{"uv":[7,9.75,7.75,11],"texture":"#0"},"west":{"uv":[8.25,9.75,7.75,11],"texture":"#0"},"up":{"uv":[8.25,9.75,7.75,9],"rotation":90,"texture":"#0"},"down":{"uv":[8.75,9,8.25,9.75],"rotation":270,"texture":"#0"}}},{"from":[6.5,0,-7],"to":[9.5,8,-6],"rotation":{"angle":-45,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[6.25,9.75,7,11.75],"texture":"#0"},"east":{"uv":[6,9.75,6.25,11.75],"texture":"#0"},"south":{"uv":[5.25,9.75,6,11.75],"texture":"#0"},"west":{"uv":[6,9.75,6.25,11.75],"texture":"#0"},"up":{"uv":[6.25,9.75,6,9],"rotation":90,"texture":"#0"},"down":{"uv":[6.5,9,6.25,9.75],"rotation":270,"texture":"#0"}}},{"from":[6.5,1,-6],"to":[9.5,6,-4],"rotation":{"angle":-45,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[8.25,9.75,9,11],"texture":"#0"},"east":{"uv":[7.75,9.75,8.25,11],"texture":"#0"},"south":{"uv":[7,9.75,7.75,11],"texture":"#0"},"west":{"uv":[8.25,9.75,7.75,11],"texture":"#0"},"up":{"uv":[8.25,9.75,7.75,9],"rotation":90,"texture":"#0"},"down":{"uv":[8.75,9,8.25,9.75],"rotation":270,"texture":"#0"}}},{"from":[22,0,6.5],"to":[23,8,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[6,9.75,6.25,11.75],"texture":"#0"},"east":{"uv":[6.25,9.75,7,11.75],"texture":"#0"},"south":{"uv":[6,9.75,6.25,11.75],"texture":"#0"},"west":{"uv":[5.25,9.75,6,11.75],"texture":"#0"},"up":{"uv":[6.25,9.75,6,9],"rotation":180,"texture":"#0"},"down":{"uv":[6.5,9,6.25,9.75],"rotation":180,"texture":"#0"}}},{"from":[20,1,6.5],"to":[22,6,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[8.25,9.75,7.75,11],"texture":"#0"},"east":{"uv":[8.25,9.75,9,11],"texture":"#0"},"south":{"uv":[7.75,9.75,8.25,11],"texture":"#0"},"west":{"uv":[7,9.75,7.75,11],"texture":"#0"},"up":{"uv":[8.25,9.75,7.75,9],"rotation":180,"texture":"#0"},"down":{"uv":[8.75,9,8.25,9.75],"rotation":180,"texture":"#0"}}},{"from":[22,0,6.5],"to":[23,8,9.5],"rotation":{"angle":-45,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[6,9.75,6.25,11.75],"texture":"#0"},"east":{"uv":[6.25,9.75,7,11.75],"texture":"#0"},"south":{"uv":[6,9.75,6.25,11.75],"texture":"#0"},"west":{"uv":[5.25,9.75,6,11.75],"texture":"#0"},"up":{"uv":[6.25,9.75,6,9],"rotation":180,"texture":"#0"},"down":{"uv":[6.5,9,6.25,9.75],"rotation":180,"texture":"#0"}}},{"from":[20,1,6.5],"to":[22,6,9.5],"rotation":{"angle":-45,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[8.25,9.75,7.75,11],"texture":"#0"},"east":{"uv":[8.25,9.75,9,11],"texture":"#0"},"south":{"uv":[7.75,9.75,8.25,11],"texture":"#0"},"west":{"uv":[7,9.75,7.75,11],"texture":"#0"},"up":{"uv":[8.25,9.75,7.75,9],"rotation":180,"texture":"#0"},"down":{"uv":[8.75,9,8.25,9.75],"rotation":180,"texture":"#0"}}},{"from":[6.5,0,22],"to":[9.5,8,23],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[5.25,9.75,6,11.75],"texture":"#0"},"east":{"uv":[6,9.75,6.25,11.75],"texture":"#0"},"south":{"uv":[6.25,9.75,7,11.75],"texture":"#0"},"west":{"uv":[6,9.75,6.25,11.75],"texture":"#0"},"up":{"uv":[6.25,9.75,6,9],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,9,6.25,9.75],"rotation":90,"texture":"#0"}}},{"from":[6.5,1,20],"to":[9.5,6,22],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[7,9.75,7.75,11],"texture":"#0"},"east":{"uv":[8.25,9.75,7.75,11],"texture":"#0"},"south":{"uv":[8.25,9.75,9,11],"texture":"#0"},"west":{"uv":[7.75,9.75,8.25,11],"texture":"#0"},"up":{"uv":[8.25,9.75,7.75,9],"rotation":270,"texture":"#0"},"down":{"uv":[8.75,9,8.25,9.75],"rotation":90,"texture":"#0"}}},{"from":[6.5,0,22],"to":[9.5,8,23],"rotation":{"angle":-45,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[5.25,9.75,6,11.75],"texture":"#0"},"east":{"uv":[6,9.75,6.25,11.75],"texture":"#0"},"south":{"uv":[6.25,9.75,7,11.75],"texture":"#0"},"west":{"uv":[6,9.75,6.25,11.75],"texture":"#0"},"up":{"uv":[6.25,9.75,6,9],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,9,6.25,9.75],"rotation":90,"texture":"#0"}}},{"from":[6.5,1,20],"to":[9.5,6,22],"rotation":{"angle":-45,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[7,9.75,7.75,11],"texture":"#0"},"east":{"uv":[8.25,9.75,7.75,11],"texture":"#0"},"south":{"uv":[8.25,9.75,9,11],"texture":"#0"},"west":{"uv":[7.75,9.75,8.25,11],"texture":"#0"},"up":{"uv":[8.25,9.75,7.75,9],"rotation":270,"texture":"#0"},"down":{"uv":[8.75,9,8.25,9.75],"rotation":90,"texture":"#0"}}}],"display":{"head":{"translation":[0,1,0],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/mamba/mamba_body.json b/assets/minecraft/models/item/wynn/jigsaw/mamba/mamba_body.json new file mode 100644 index 000000000..c2e75a9ba --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/mamba/mamba_body.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/mamba","particle":"wynn/jigsaw/mamba"},"elements":[{"from":[4,0,4],"to":[12,3,12],"rotation":{"angle":0,"axis":"y","origin":[8,2,12]},"faces":{"north":{"uv":[4,8,8,9.5],"texture":"#0"},"east":{"uv":[0,8,4,9.5],"texture":"#0"},"south":{"uv":[4,8,8,9.5],"texture":"#0"},"west":{"uv":[0,8,4,9.5],"texture":"#0"},"up":{"uv":[8,8,4,4],"texture":"#0"},"down":{"uv":[4,4,0,8],"texture":"#0"}}},{"from":[8,3,4],"to":[8.01,6,12],"faces":{"east":{"uv":[8,5,12,6.5],"texture":"#0"},"west":{"uv":[8,5,12,6.5],"texture":"#0"}}}],"display":{"head":{"translation":[0,5.5,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/mamba/mamba_bush.json b/assets/minecraft/models/item/wynn/jigsaw/mamba/mamba_bush.json new file mode 100644 index 000000000..89aeeb808 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/mamba/mamba_bush.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/mamba","particle":"wynn/jigsaw/mamba"},"elements":[{"from":[10,0,5.5],"to":[10.01,13,10.5],"rotation":{"angle":-45,"axis":"z","origin":[10,0,8]},"faces":{"east":{"uv":[13.5,2.5,16,9],"texture":"#0"},"west":{"uv":[13.5,2.5,16,9],"texture":"#0"}}},{"from":[6,0,5.5],"to":[6.01,13,10.5],"rotation":{"angle":45,"axis":"z","origin":[6,0,8]},"faces":{"east":{"uv":[13.5,2.5,16,9],"texture":"#0"},"west":{"uv":[13.5,2.5,16,9],"texture":"#0"}}},{"from":[5.5,0,9.99],"to":[10.5,13,10],"rotation":{"angle":45,"axis":"x","origin":[8,0,10]},"faces":{"north":{"uv":[13.5,2.5,16,9],"texture":"#0"},"south":{"uv":[13.5,2.5,16,9],"texture":"#0"}}},{"from":[5.5,0,5.99],"to":[10.5,13,6],"rotation":{"angle":-45,"axis":"x","origin":[8,0,6]},"faces":{"north":{"uv":[13.5,2.5,16,9],"texture":"#0"},"south":{"uv":[13.5,2.5,16,9],"texture":"#0"}}}],"display":{"head":{"translation":[0,-30,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/mamba/mamba_head.json b/assets/minecraft/models/item/wynn/jigsaw/mamba/mamba_head.json new file mode 100644 index 000000000..adb114350 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/mamba/mamba_head.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/mamba","particle":"wynn/jigsaw/mamba"},"elements":[{"from":[4,0,4],"to":[12,5,12],"faces":{"north":{"uv":[12,0,16,2.5],"texture":"#0"},"east":{"uv":[8,0,12,2.5],"texture":"#0"},"south":{"uv":[8,2.5,12,5],"texture":"#0"},"west":{"uv":[12,0,8,2.5],"texture":"#0"},"up":{"uv":[4,4,0,0],"texture":"#0"},"down":{"uv":[8,0,4,4],"texture":"#0"}}},{"from":[8,5,3],"to":[8.01,8,13],"rotation":{"angle":0,"axis":"y","origin":[8,5,8]},"faces":{"east":{"uv":[9,13.5,4,15],"texture":"#0"},"west":{"uv":[4,13.5,9,15],"texture":"#0"}}},{"from":[6,-1,2],"to":[10,0,6],"rotation":{"angle":-22.5,"axis":"x","origin":[8,0,5]},"faces":{"north":{"uv":[2,14,4,14.5],"texture":"#0"},"east":{"uv":[0,14,2,14.5],"texture":"#0"},"south":{"uv":[2,14,4,14.5],"texture":"#0"},"west":{"uv":[2,14,0,14.5],"texture":"#0"},"up":{"uv":[2,14,0,12],"texture":"#0"},"down":{"uv":[4,12,2,14],"texture":"#0"}}},{"from":[5,0,1],"to":[11,2,4],"rotation":{"angle":0,"axis":"y","origin":[8,0,4]},"faces":{"north":{"uv":[0,11,3,12],"texture":"#0"},"east":{"uv":[3,11,4.5,12],"texture":"#0"},"west":{"uv":[4.5,11,3,12],"texture":"#0"},"up":{"uv":[3,11,0,9.5],"texture":"#0"},"down":{"uv":[6,9.5,3,11],"texture":"#0"}}},{"from":[5.5,-3,1],"to":[10.5,0,3],"rotation":{"angle":-22.5,"axis":"x","origin":[8,0,1]},"faces":{"north":{"uv":[5,12,7.5,13.5],"texture":"#0"},"east":{"uv":[5,12,4,13.5],"texture":"#0"},"west":{"uv":[4,12,5,13.5],"texture":"#0"}}},{"from":[10.5,-3,1],"to":[5.5,0,3],"rotation":{"angle":-22.5,"axis":"x","origin":[8,0,1]},"faces":{"north":{"uv":[5,12,7.5,13.5],"texture":"#0"},"east":{"uv":[5,12,4,13.5],"texture":"#0"},"west":{"uv":[4,12,5,13.5],"texture":"#0"}}}],"display":{"head":{"translation":[0,8,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/mighty_yak/mighty_yak_body.json b/assets/minecraft/models/item/wynn/jigsaw/mighty_yak/mighty_yak_body.json new file mode 100644 index 000000000..a58f666dc --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/mighty_yak/mighty_yak_body.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/mighty_yak"},"elements":[{"from":[3,3,7],"to":[13,19,21],"rotation":{"angle":0,"axis":"y","origin":[8,11,3]},"faces":{"north":{"uv":[7.75,5.5,9,7.5],"texture":"#0"},"east":{"uv":[6,5.5,7.75,7.5],"texture":"#0"},"south":{"uv":[10.75,5.5,12,7.5],"texture":"#0"},"west":{"uv":[9,5.5,10.75,7.5],"texture":"#0"},"up":{"uv":[9,5.5,7.75,3.75],"texture":"#0"},"down":{"uv":[10.25,3.75,9,5.5],"texture":"#0"}}},{"from":[2.25,2.25,6.25],"to":[13.75,19.75,21.75],"rotation":{"angle":0,"axis":"y","origin":[8,11,14]},"faces":{"north":{"uv":[7.75,1.75,9,3.75],"texture":"#0"},"east":{"uv":[6,1.75,7.75,3.75],"texture":"#0"},"south":{"uv":[10.75,1.75,12,3.75],"texture":"#0"},"west":{"uv":[9,1.75,10.75,3.75],"texture":"#0"},"up":{"uv":[9,1.75,7.75,0],"texture":"#0"},"down":{"uv":[10.25,0,9,1.75],"texture":"#0"}}},{"from":[2,4,1],"to":[14,24,13],"rotation":{"angle":0,"axis":"y","origin":[8,11,2]},"faces":{"north":{"uv":[1.5,5.5,3,8],"texture":"#0"},"east":{"uv":[0,5.5,1.5,8],"texture":"#0"},"south":{"uv":[4.5,5.5,6,8],"texture":"#0"},"west":{"uv":[3,5.5,4.5,8],"texture":"#0"},"up":{"uv":[3,5.5,1.5,4],"texture":"#0"},"down":{"uv":[4.5,4,3,5.5],"texture":"#0"}}},{"from":[1.25,3.25,0.25],"to":[14.75,24.75,13.75],"rotation":{"angle":0,"axis":"y","origin":[8,15,7]},"faces":{"north":{"uv":[1.5,1.5,3,4],"texture":"#0"},"east":{"uv":[0,1.5,1.5,4],"texture":"#0"},"south":{"uv":[4.5,1.5,6,4],"texture":"#0"},"west":{"uv":[3,1.5,4.5,4],"texture":"#0"},"up":{"uv":[3,1.5,1.5,0],"texture":"#0"},"down":{"uv":[4.5,0,3,1.5],"texture":"#0"}}},{"from":[1.2,1.2,0.2],"to":[14.8,24.8,13.8],"rotation":{"angle":0,"axis":"y","origin":[8,15,7]},"faces":{"north":{"uv":[10.5,9.875,12,12.625],"texture":"#0"},"east":{"uv":[9,9.875,10.5,12.625],"texture":"#0"},"south":{"uv":[13.5,9.875,15,12.625],"texture":"#0"},"west":{"uv":[12,9.875,13.5,12.625],"texture":"#0"},"up":{"uv":[12,9.875,10.5,8.375],"texture":"#0"},"down":{"uv":[13.5,8.375,12,9.875],"texture":"#0"}}},{"from":[0,8,2],"to":[3,11,5],"rotation":{"angle":22.5,"axis":"z","origin":[1,9,9]},"faces":{"north":{"uv":[10.625,0.375,11,0.75],"texture":"#0"},"east":{"uv":[10.25,0.375,10.625,0.75],"texture":"#0"},"south":{"uv":[11.375,0.375,11.75,0.75],"texture":"#0"},"west":{"uv":[11,0.375,11.375,0.75],"texture":"#0"},"up":{"uv":[11,0.375,10.625,0],"texture":"#0"},"down":{"uv":[11.375,0,11,0.375],"texture":"#0"}}},{"from":[0,8,8],"to":[3,11,11],"rotation":{"angle":22.5,"axis":"z","origin":[1,9,9]},"faces":{"north":{"uv":[10.625,0.375,11,0.75],"texture":"#0"},"east":{"uv":[10.25,0.375,10.625,0.75],"texture":"#0"},"south":{"uv":[11.375,0.375,11.75,0.75],"texture":"#0"},"west":{"uv":[11,0.375,11.375,0.75],"texture":"#0"},"up":{"uv":[11,0.375,10.625,0],"texture":"#0"},"down":{"uv":[11.375,0,11,0.375],"texture":"#0"}}},{"from":[13,8,8],"to":[16,11,11],"shade":false,"rotation":{"angle":-22.5,"axis":"z","origin":[15,9,9]},"faces":{"north":{"uv":[11,0.375,10.625,0.75],"texture":"#0"},"east":{"uv":[11.375,0.375,11,0.75],"texture":"#0"},"south":{"uv":[11.75,0.375,11.375,0.75],"texture":"#0"},"west":{"uv":[10.625,0.375,10.25,0.75],"texture":"#0"},"up":{"uv":[10.625,0.375,11,0],"texture":"#0"},"down":{"uv":[11,0,11.375,0.375],"texture":"#0"}}},{"from":[13,8,2],"to":[16,11,5],"shade":false,"rotation":{"angle":-22.5,"axis":"z","origin":[15,9,9]},"faces":{"north":{"uv":[11,0.375,10.625,0.75],"texture":"#0"},"east":{"uv":[11.375,0.375,11,0.75],"texture":"#0"},"south":{"uv":[11.75,0.375,11.375,0.75],"texture":"#0"},"west":{"uv":[10.625,0.375,10.25,0.75],"texture":"#0"},"up":{"uv":[10.625,0.375,11,0],"texture":"#0"},"down":{"uv":[11,0,11.375,0.375],"texture":"#0"}}}],"display":{"head":{"translation":[0,-15,-8],"scale":[2.5,2.5,2.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/mighty_yak/mighty_yak_foot.json b/assets/minecraft/models/item/wynn/jigsaw/mighty_yak/mighty_yak_foot.json new file mode 100644 index 000000000..f539d9458 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/mighty_yak/mighty_yak_foot.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/mighty_yak","particle":"wynn/jigsaw/mighty_yak"},"elements":[{"from":[6,0,6],"to":[10,8,10],"rotation":{"angle":0,"axis":"y","origin":[8,11,3]},"faces":{"north":{"uv":[5,4.5,5.5,5.5],"texture":"#0"},"east":{"uv":[4.5,4.5,5,5.5],"texture":"#0"},"south":{"uv":[6,4.5,6.5,5.5],"texture":"#0"},"west":{"uv":[5.5,4.5,6,5.5],"texture":"#0"},"up":{"uv":[5.5,4.5,5,4],"texture":"#0"},"down":{"uv":[6,4,5.5,4.5],"texture":"#0"}}},{"from":[5.5,1.5,5.5],"to":[10.5,8.5,10.5],"rotation":{"angle":0,"axis":"y","origin":[5,5,5]},"faces":{"north":{"uv":[0.5,10.75,1,11.5],"texture":"#0"},"east":{"uv":[0,10.75,0.5,11.5],"texture":"#0"},"south":{"uv":[1.5,10.75,2,11.5],"texture":"#0"},"west":{"uv":[1,10.75,1.5,11.5],"texture":"#0"},"up":{"uv":[1,10.75,0.5,10.25],"texture":"#0"},"down":{"uv":[1.5,10.25,1,10.75],"texture":"#0"}}}],"display":{"head":{"translation":[0,-5,0],"scale":[2.5,2.5,2.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/mighty_yak/mighty_yak_head.json b/assets/minecraft/models/item/wynn/jigsaw/mighty_yak/mighty_yak_head.json new file mode 100644 index 000000000..266ac2cdf --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/mighty_yak/mighty_yak_head.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/mighty_yak","particle":"wynn/jigsaw/mighty_yak"},"elements":[{"from":[1,9,-1],"to":[15,12,0],"faces":{"north":{"uv":[2.375,8.125,4.125,8.5],"texture":"#0"},"east":{"uv":[2.25,8.125,2.375,8.5],"texture":"#0"},"south":{"uv":[4.25,8.125,6,8.5],"texture":"#0"},"west":{"uv":[4.125,8.125,4.25,8.5],"texture":"#0"},"up":{"uv":[4.125,8.125,2.375,8],"texture":"#0"},"down":{"uv":[5.875,8,4.125,8.125],"texture":"#0"}}},{"from":[0.9,8.4,-1.1],"to":[15.1,11.6,0.1],"faces":{"north":{"uv":[3.125,9.625,4.875,10],"texture":"#0"},"east":{"uv":[3,9.625,3.125,10],"texture":"#0"},"south":{"uv":[5,9.625,6.75,10],"texture":"#0"},"west":{"uv":[4.875,9.625,5,10],"texture":"#0"},"up":{"uv":[4.875,9.625,3.125,9.5],"texture":"#0"},"down":{"uv":[6.625,9.5,4.875,9.625],"texture":"#0"}}},{"from":[4,7,-4],"to":[12,14,1],"rotation":{"angle":0,"axis":"y","origin":[8,11,3]},"faces":{"north":{"uv":[5.125,0.625,6.125,1.5],"texture":"#0"},"east":{"uv":[4.5,0.625,5.125,1.5],"texture":"#0"},"south":{"uv":[6.75,0.625,7.75,1.5],"texture":"#0"},"west":{"uv":[6.125,0.625,6.75,1.5],"texture":"#0"},"up":{"uv":[6.125,0.625,5.125,0],"texture":"#0"},"down":{"uv":[7.125,0,6.125,0.625],"texture":"#0"}}},{"from":[3.5,5.5,-4.5],"to":[12.5,14.5,4.5],"rotation":{"angle":0,"axis":"y","origin":[8,10,0]},"faces":{"north":{"uv":[6,8.5,7,9.5],"texture":"#0"},"east":{"uv":[5,8.5,6,9.5],"texture":"#0"},"south":{"uv":[8,8.5,9,9.5],"texture":"#0"},"west":{"uv":[7,8.5,8,9.5],"texture":"#0"},"up":{"uv":[7,8.5,6,7.5],"texture":"#0"},"down":{"uv":[8,7.5,7,8.5],"texture":"#0"}}},{"from":[4,13,-3],"to":[6,21,-1],"rotation":{"angle":22.5,"axis":"z","origin":[4,11,-2]},"faces":{"north":{"uv":[0.25,0.25,0.5,1.25],"texture":"#0"},"east":{"uv":[0,0.25,0.25,1.25],"texture":"#0"},"south":{"uv":[0.75,0.25,1,1.25],"texture":"#0"},"west":{"uv":[0.5,0.25,0.75,1.25],"texture":"#0"},"up":{"uv":[0.5,0.25,0.25,0],"texture":"#0"},"down":{"uv":[0.75,0,0.5,0.25],"texture":"#0"}}},{"from":[11,12,-3],"to":[13,20,-1],"rotation":{"angle":-22.5,"axis":"x","origin":[12,12,-2]},"faces":{"north":{"uv":[0.25,0.25,0.5,1.25],"texture":"#0"},"east":{"uv":[0,0.25,0.25,1.25],"texture":"#0"},"south":{"uv":[0.75,0.25,1,1.25],"texture":"#0"},"west":{"uv":[0.5,0.25,0.75,1.25],"texture":"#0"},"up":{"uv":[0.5,0.25,0.25,0],"texture":"#0"},"down":{"uv":[0.75,0,0.5,0.25],"texture":"#0"}}},{"from":[5,7,-6],"to":[11,10,-2],"rotation":{"angle":-22.5,"axis":"x","origin":[8,8,-4]},"faces":{"north":{"uv":[8.5,8,9.25,8.375],"texture":"#0"},"east":{"uv":[8,8,8.5,8.375],"texture":"#0"},"south":{"uv":[9.75,8,10.5,8.375],"texture":"#0"},"west":{"uv":[9.25,8,9.75,8.375],"texture":"#0"},"up":{"uv":[9.25,8,8.5,7.5],"texture":"#0"},"down":{"uv":[10,7.5,9.25,8],"texture":"#0"}}},{"from":[5,2,-2],"to":[11,14,4],"rotation":{"angle":0,"axis":"y","origin":[8,8,1]},"faces":{"north":{"uv":[0.75,8.75,1.5,10.25],"texture":"#0"},"east":{"uv":[0,8.75,0.75,10.25],"texture":"#0"},"south":{"uv":[2.25,8.75,3,10.25],"texture":"#0"},"west":{"uv":[1.5,8.75,2.25,10.25],"texture":"#0"},"up":{"uv":[1.5,8.75,0.75,8],"texture":"#0"},"down":{"uv":[2.25,8,1.5,8.75],"texture":"#0"}}}],"display":{"head":{"translation":[0,-9.5,17.5],"scale":[2.5,2.5,2.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/mythic_mimic/mythic_mimic_chest.json b/assets/minecraft/models/item/wynn/jigsaw/mythic_mimic/mythic_mimic_chest.json new file mode 100644 index 000000000..72027d068 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/mythic_mimic/mythic_mimic_chest.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/loot/mythic","1":"wynn/jigsaw/mythic_mimic","particle":"wynn/jigsaw/mythic_mimic"},"elements":[{"from":[1,0,1],"to":[15,3,13],"rotation":{"angle":-22.5,"axis":"x","origin":[0,0,0]},"faces":{"north":{"uv":[9,12.5,16,14],"texture":"#1"},"east":{"uv":[15,14,9,15.5],"texture":"#1"},"south":{"uv":[9,12.5,16,14],"texture":"#1"},"west":{"uv":[9,14,15,15.5],"texture":"#1"},"up":{"uv":[9,6.5,16,12.5],"texture":"#1"},"down":{"uv":[16,12.5,9,6.5],"texture":"#1"}}},{"from":[4,3,2],"to":[12,11,12],"rotation":{"angle":-22.5,"axis":"x","origin":[0,0,0]},"faces":{"north":{"uv":[12,0,16,4],"texture":"#1"}}},{"from":[12,3,2],"to":[4,11,12],"rotation":{"angle":-22.5,"axis":"x","origin":[0,0,0]},"faces":{"north":{"uv":[12,0,16,4],"texture":"#1"}}},{"from":[2,0,1.5],"to":[14,7,13.5],"faces":{"north":{"uv":[6,2.5,12,6],"texture":"#0"},"east":{"uv":[0,2.5,6,6],"texture":"#0"},"south":{"uv":[0,2.5,6,6],"texture":"#0"},"west":{"uv":[0,2.5,6,6],"texture":"#0"},"up":{"uv":[0,0,6,6],"texture":"#1"},"down":{"uv":[0,6,6,12],"texture":"#0"}}}],"display":{"head":{"translation":[0,-3,-9],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/mythic_mimic/mythic_mimic_hand_left.json b/assets/minecraft/models/item/wynn/jigsaw/mythic_mimic/mythic_mimic_hand_left.json new file mode 100644 index 000000000..7a42640f2 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/mythic_mimic/mythic_mimic_hand_left.json @@ -0,0 +1 @@ +{"textures":{"1":"wynn/jigsaw/mythic_mimic","particle":"wynn/jigsaw/mythic_mimic"},"elements":[{"from":[-8,13,5],"to":[-2,16,11],"rotation":{"angle":22.5,"axis":"x","origin":[-5,14,8]},"faces":{"north":{"uv":[3,14.5,6,16],"texture":"#1"},"east":{"uv":[6,13,9,14.5],"texture":"#1"},"south":{"uv":[3,14.5,6,16],"texture":"#1"},"west":{"uv":[0,14.5,3,16],"texture":"#1"},"up":{"uv":[9,13,6,16],"texture":"#1"},"down":{"uv":[6,13,9,16],"texture":"#1"}}},{"from":[-3,17,2],"to":[-1,19,8],"rotation":{"angle":-22.5,"axis":"x","origin":[-5,14,8]},"faces":{"north":{"uv":[1,13.5,2,14.5],"texture":"#1"},"east":{"uv":[6,13.5,3,14.5],"texture":"#1"},"south":{"uv":[2,13.5,3,14.5],"texture":"#1"},"west":{"uv":[3,13.5,6,14.5],"texture":"#1"},"up":{"uv":[3,13.5,6,14.5],"rotation":90,"texture":"#1"},"down":{"uv":[6,13.5,3,14.5],"rotation":90,"texture":"#1"}}},{"from":[-2,14,4],"to":[0,16,8],"rotation":{"angle":-45,"axis":"x","origin":[-5,14,8]},"faces":{"north":{"uv":[1,13.5,2,14.5],"texture":"#1"},"east":{"uv":[5,13.5,3,14.5],"texture":"#1"},"south":{"uv":[2,13.5,3,14.5],"texture":"#1"},"west":{"uv":[3,13.5,5,14.5],"texture":"#1"},"up":{"uv":[3,13.5,5,14.5],"rotation":90,"texture":"#1"},"down":{"uv":[5,13.5,3,14.5],"rotation":90,"texture":"#1"}}},{"from":[-6,15,0],"to":[-4,17,6],"rotation":{"angle":22.5,"axis":"x","origin":[-5,14,8]},"faces":{"north":{"uv":[1,13.5,2,14.5],"texture":"#1"},"east":{"uv":[6,13.5,3,14.5],"texture":"#1"},"south":{"uv":[2,13.5,3,14.5],"texture":"#1"},"west":{"uv":[3,13.5,6,14.5],"texture":"#1"},"up":{"uv":[3,13.5,6,14.5],"rotation":90,"texture":"#1"},"down":{"uv":[6,13.5,3,14.5],"rotation":90,"texture":"#1"}}},{"from":[-8,16,3],"to":[-6,18,7],"rotation":{"angle":22.5,"axis":"z","origin":[-5,14,8]},"faces":{"north":{"uv":[1,13.5,2,14.5],"texture":"#1"},"east":{"uv":[5,13.5,3,14.5],"texture":"#1"},"south":{"uv":[2,13.5,3,14.5],"texture":"#1"},"west":{"uv":[3,13.5,5,14.5],"texture":"#1"},"up":{"uv":[3,13.5,5,14.5],"rotation":90,"texture":"#1"},"down":{"uv":[5,13.5,3,14.5],"rotation":90,"texture":"#1"}}}],"display":{"head":{"translation":[26,-15,-5],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/mythic_mimic/mythic_mimic_hand_right.json b/assets/minecraft/models/item/wynn/jigsaw/mythic_mimic/mythic_mimic_hand_right.json new file mode 100644 index 000000000..3864da5ba --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/mythic_mimic/mythic_mimic_hand_right.json @@ -0,0 +1 @@ +{"textures":{"1":"wynn/jigsaw/mythic_mimic","particle":"wynn/jigsaw/mythic_mimic"},"elements":[{"from":[18,13,5],"to":[24,16,11],"rotation":{"angle":22.5,"axis":"x","origin":[-5,14,8]},"faces":{"north":{"uv":[3,14.5,6,16],"texture":"#1"},"east":{"uv":[6,13,9,14.5],"texture":"#1"},"south":{"uv":[3,14.5,6,16],"texture":"#1"},"west":{"uv":[0,14.5,3,16],"texture":"#1"},"up":{"uv":[9,13,6,16],"texture":"#1"},"down":{"uv":[6,13,9,16],"texture":"#1"}}},{"from":[17,17,2],"to":[19,19,8],"rotation":{"angle":-22.5,"axis":"x","origin":[-5,14,8]},"faces":{"north":{"uv":[1,13.5,2,14.5],"texture":"#1"},"east":{"uv":[6,13.5,3,14.5],"texture":"#1"},"south":{"uv":[2,13.5,3,14.5],"texture":"#1"},"west":{"uv":[3,13.5,6,14.5],"texture":"#1"},"up":{"uv":[3,13.5,6,14.5],"rotation":90,"texture":"#1"},"down":{"uv":[6,13.5,3,14.5],"rotation":90,"texture":"#1"}}},{"from":[20,15,0],"to":[22,17,6],"rotation":{"angle":22.5,"axis":"x","origin":[-5,14,8]},"faces":{"north":{"uv":[1,13.5,2,14.5],"texture":"#1"},"east":{"uv":[6,13.5,3,14.5],"texture":"#1"},"south":{"uv":[2,13.5,3,14.5],"texture":"#1"},"west":{"uv":[3,13.5,6,14.5],"texture":"#1"},"up":{"uv":[3,13.5,6,14.5],"rotation":90,"texture":"#1"},"down":{"uv":[6,13.5,3,14.5],"rotation":90,"texture":"#1"}}},{"from":[22,16,3],"to":[24,18,7],"rotation":{"angle":-22.5,"axis":"z","origin":[21,14,8]},"faces":{"north":{"uv":[1,13.5,2,14.5],"texture":"#1"},"east":{"uv":[5,13.5,3,14.5],"texture":"#1"},"south":{"uv":[2,13.5,3,14.5],"texture":"#1"},"west":{"uv":[3,13.5,5,14.5],"texture":"#1"},"up":{"uv":[3,13.5,5,14.5],"rotation":90,"texture":"#1"},"down":{"uv":[5,13.5,3,14.5],"rotation":90,"texture":"#1"}}},{"from":[16,14,4],"to":[18,16,8],"rotation":{"angle":-45,"axis":"x","origin":[-5,14,8]},"faces":{"north":{"uv":[1,13.5,2,14.5],"texture":"#1"},"east":{"uv":[5,13.5,3,14.5],"texture":"#1"},"south":{"uv":[2,13.5,3,14.5],"texture":"#1"},"west":{"uv":[3,13.5,5,14.5],"texture":"#1"},"up":{"uv":[3,13.5,5,14.5],"rotation":90,"texture":"#1"},"down":{"uv":[5,13.5,3,14.5],"rotation":90,"texture":"#1"}}}],"display":{"head":{"translation":[-26,-15,-5],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/mythic_mimic/mythic_mimic_lid.json b/assets/minecraft/models/item/wynn/jigsaw/mythic_mimic/mythic_mimic_lid.json new file mode 100644 index 000000000..e9d45ccf3 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/mythic_mimic/mythic_mimic_lid.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/loot/mythic","1":"wynn/jigsaw/mythic_mimic","particle":"wynn/jigsaw/mythic_mimic"},"elements":[{"from":[1.5,4,1],"to":[14.5,12,14],"rotation":{"angle":45,"axis":"x","origin":[8,6,13.5]},"faces":{"north":{"uv":[6,12,12,16],"texture":"#0"},"east":{"uv":[0,12,6,16],"texture":"#0"},"south":{"uv":[12,6,16,12],"rotation":90,"texture":"#0"},"west":{"uv":[6,12,0,16],"texture":"#0"},"up":{"uv":[6,6,12,12],"texture":"#0"}}},{"from":[5.5,5,0],"to":[10.5,10,1],"rotation":{"angle":45,"axis":"x","origin":[8,6,13.5]},"faces":{"north":{"uv":[14.5,4,12,6.5],"texture":"#1"},"east":{"uv":[15.5,4,15,6.5],"texture":"#1"},"west":{"uv":[15.5,4,15,6.5],"texture":"#1"},"up":{"uv":[15.5,4,16,6.5],"rotation":90,"texture":"#1"},"down":{"uv":[14.5,4,15,6.5],"rotation":90,"texture":"#1"}}},{"from":[2.5,-2.5,1.5],"to":[13.5,8.5,10.5],"rotation":{"angle":45,"axis":"x","origin":[8,6,13]},"faces":{"north":{"uv":[0,6,5,11],"texture":"#1"},"east":{"uv":[9,6,5,11],"texture":"#1"},"west":{"uv":[5,6,9,11],"texture":"#1"},"down":{"uv":[0,13.5,5,9.5],"texture":"#1"}}},{"from":[13.5,-2.5,1.5],"to":[2.5,8.5,10.5],"rotation":{"angle":45,"axis":"x","origin":[8,6,13]},"faces":{"north":{"uv":[0,6,5,11],"texture":"#1"},"east":{"uv":[9,6,5,11],"texture":"#1"},"west":{"uv":[5,6,9,11],"texture":"#1"},"down":{"uv":[0,13.5,5,9.5],"texture":"#1"}}},{"from":[2,6,1.5],"to":[14,12,13.5],"rotation":{"angle":45,"axis":"x","origin":[8,6,13.5]},"faces":{"north":{"uv":[6,0,12,3],"texture":"#0"},"east":{"uv":[0,0,6,3],"texture":"#0"},"south":{"uv":[0,0,6,3],"texture":"#0"},"west":{"uv":[0,0,6,3],"texture":"#0"},"down":{"uv":[6,0,12,6],"texture":"#1"}}}],"display":{"head":{"translation":[0,-1,-11],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/orphion/orphion_body.json b/assets/minecraft/models/item/wynn/jigsaw/orphion/orphion_body.json new file mode 100644 index 000000000..b533b9508 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/orphion/orphion_body.json @@ -0,0 +1 @@ +{"textures":{"1":"wynn/jigsaw/orphion/orphion","2":"wynn/jigsaw/orphion/orphion_detail"},"elements":[{"from":[2,0,-9],"to":[14,7.5,0],"rotation":{"angle":0,"axis":"y","origin":[7.99258,3.76485,-5.5074]},"faces":{"north":{"uv":[0,0,12,7.5],"texture":"#1"},"east":{"uv":[0,0,9,7.5],"texture":"#1"},"south":{"uv":[0,0,12,7.5],"texture":"#1"},"west":{"uv":[4,0,11.5,9],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,7.5,11],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,12,9],"texture":"#1"}}},{"from":[1.98842,-1.55387,-11.20599],"to":[14.00842,6.46613,-3.68599],"rotation":{"angle":22.5,"axis":"x","origin":[7.9916,1.46863,-7.46352]},"faces":{"north":{"uv":[0,0,8.02,12.02],"rotation":90,"texture":"#1"},"east":{"uv":[4,0,12,7.5],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,12,8],"texture":"#1"},"west":{"uv":[4,0,12,7.5],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,12,7.5],"texture":"#1"},"down":{"uv":[0,0,7.52,12.02],"rotation":90,"texture":"#1"}}},{"from":[-0.01158,-1.85387,-9.20599],"to":[16.00842,6.16613,-1.68599],"rotation":{"angle":22.5,"axis":"x","origin":[7.9916,1.16863,-7.46352]},"faces":{"north":{"uv":[0,0,8.02,16],"rotation":90,"texture":"#1"},"east":{"uv":[4,0,12,7.5],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,16,8],"texture":"#1"},"west":{"uv":[4,0,12,7.5],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,7.52,16],"rotation":90,"texture":"#1"},"down":{"uv":[3,0,7.52,16],"rotation":90,"texture":"#1"}}},{"from":[-0.21158,-2.05387,-9.40599],"to":[16.20842,5.84613,-1.48599],"rotation":{"angle":22.5,"axis":"x","origin":[7.9916,1.16863,-7.46352]},"faces":{"north":{"uv":[0,15.5,4.52,16],"rotation":90,"texture":"#2"},"east":{"uv":[7,0,12.5,6],"rotation":90,"texture":"#2"},"south":{"uv":[0,15,16,16],"texture":"#2"},"west":{"uv":[7,6,12.5,0],"rotation":90,"texture":"#2"},"up":{"uv":[0,0,7.52,16],"rotation":90,"texture":"#2"},"down":{"uv":[0,13.5,4.52,16],"rotation":90,"texture":"#2"}}},{"from":[3.99842,-0.54387,-13.44599],"to":[11.99842,5.45613,-7.44599],"rotation":{"angle":22.5,"axis":"x","origin":[7.9916,1.46863,-7.46352]},"faces":{"north":{"uv":[4,0,10,8],"rotation":90,"texture":"#1"},"east":{"uv":[4,0,12,8],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,10,8],"texture":"#1"},"west":{"uv":[4,0,12,8],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,6,8],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,6,8],"rotation":90,"texture":"#1"}}},{"from":[3.206,-4.24625,-9.65564],"to":[12.806,4.85375,0.94436],"rotation":{"angle":-45,"axis":"x","origin":[8.006,0.30375,-4.35564]},"faces":{"north":{"uv":[4,0,15.1,9.6],"rotation":90,"texture":"#1"},"east":{"uv":[4,0,11.6,13.6],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,10,7.5],"texture":"#1"},"west":{"uv":[4,0,11.1,13.6],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,10,14],"texture":"#1"},"down":{"uv":[10,5.5,15.6,15.6],"texture":"#1"}}},{"from":[5,2,-7],"to":[11,9.5,0],"rotation":{"angle":0,"axis":"y","origin":[10.99258,5.76485,-5.5074]},"faces":{"north":{"uv":[0,0,6,7.5],"texture":"#1"},"east":{"uv":[0,0,7,7.5],"texture":"#1"},"south":{"uv":[0,0,6,7.5],"texture":"#1"},"west":{"uv":[0,0,7,7.5],"texture":"#1"},"up":{"uv":[1,0,7,7],"texture":"#1"},"down":{"uv":[0,0,6,7],"texture":"#1"}}},{"from":[3.0994,-4.53047,-1.88054],"to":[12.8994,5.76953,6.91946],"rotation":{"angle":22.5,"axis":"x","origin":[8.00943,4.11692,2.51203]},"faces":{"north":{"uv":[0,0,10,7.5],"texture":"#1"},"east":{"uv":[4,0,14.3,8.8],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,10,7.5],"texture":"#1"},"west":{"uv":[4,0,14.3,8.8],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,7.8,9.8],"rotation":90,"texture":"#1"},"down":{"uv":[10,6,15.3,13.3],"rotation":90,"texture":"#1"}}},{"from":[3.0994,-4.01709,10.0305],"to":[12.8994,3.78291,20.3305],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9994,0.38291,15.1805]},"faces":{"north":{"uv":[0,0,10,9],"rotation":180,"texture":"#1"},"east":{"uv":[10,0,13.8,10.3],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,10,9],"texture":"#1"},"west":{"uv":[11,0,14.8,10.3],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,2.8,7.3],"rotation":180,"texture":"#1"},"down":{"uv":[6.5,4,15.8,13.8],"rotation":90,"texture":"#1"}}},{"from":[5.0094,0.57953,-1.77054],"to":[10.9894,8.05953,7.20946],"rotation":{"angle":22.5,"axis":"x","origin":[11.00943,4.31692,2.71203]},"faces":{"north":{"uv":[0,0,6,7.5],"texture":"#1"},"east":{"uv":[0,0,7.48,8.98],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,6,7.5],"texture":"#1"},"west":{"uv":[0,0,7.48,8.98],"rotation":90,"texture":"#1"},"up":{"uv":[1,0,7,9],"texture":"#1"},"down":{"uv":[0,0,6,9],"texture":"#1"}}},{"from":[5.03772,-2.31148,16.66129],"to":[11.01772,5.16852,25.64129],"rotation":{"angle":22.5,"axis":"x","origin":[11.03776,1.42592,21.14385]},"faces":{"north":{"uv":[0,0,6,7.5],"texture":"#1"},"east":{"uv":[0,0,7.48,8.98],"rotation":90,"texture":"#1"},"south":{"uv":[4,0,11.479,5.979],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,9,7.5],"texture":"#1"},"up":{"uv":[1,0,7,9],"texture":"#1"},"down":{"uv":[0,0,6,9],"texture":"#1"}}},{"from":[2.8994,-5.75888,3.07475],"to":[13.2994,4.64112,12.47475],"rotation":{"angle":0,"axis":"x","origin":[8.10883,3.18779,0.76538]},"faces":{"north":{"uv":[0,0,10,7.5],"texture":"#1"},"east":{"uv":[4,0,14.4,9.4],"rotation":90,"texture":"#1"},"south":{"uv":[6,5,16,12.5],"rotation":90,"texture":"#1"},"west":{"uv":[4,0,14.4,9.4],"rotation":90,"texture":"#1"},"up":{"uv":[0,7.5,5.4,15.9],"rotation":90,"texture":"#1"},"down":{"uv":[7,5.5,15.9,15.9],"texture":"#1"}}},{"from":[2.6994,-3.95888,-0.12525],"to":[13.4994,3.84112,16.67475],"rotation":{"angle":0,"axis":"x","origin":[8.10883,6.18779,-2.23462]},"faces":{"north":{"uv":[0,15.5,1,16],"texture":"#2"},"east":{"uv":[6.4,0,0,12.4],"rotation":90,"texture":"#2"},"south":{"uv":[0,15.5,1,16],"rotation":90,"texture":"#2"},"west":{"uv":[0,0,6.4,12.4],"rotation":270,"texture":"#2"},"up":{"uv":[0,13.5,2.4,15.9],"rotation":90,"texture":"#2"},"down":{"uv":[0,14,0.9,15.9],"texture":"#2"}}},{"from":[2.9894,2.48112,10.16475],"to":[13.2094,4.70112,16.38475],"rotation":{"angle":0,"axis":"x","origin":[8.10883,11.33779,7.76538]},"faces":{"north":{"uv":[0,0,10,7.5],"texture":"#1"},"east":{"uv":[4,0,6.22,6.22],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,10,7.5],"texture":"#1"},"west":{"uv":[4,0,6.22,6.22],"rotation":90,"texture":"#1"},"up":{"uv":[0,5,9.4,15.4],"texture":"#1"},"down":{"uv":[2,8,7.9,15.9],"rotation":90,"texture":"#1"}}},{"from":[0.98765,-3.92109,17.71678],"to":[15.00765,3.59891,24.73678],"rotation":{"angle":22.5,"axis":"x","origin":[6.0379,-0.18888,21.21428]},"faces":{"north":{"uv":[4,0,11.52,14.02],"rotation":90,"texture":"#1"},"east":{"uv":[4,0,11.52,7.02],"rotation":90,"texture":"#1"},"south":{"uv":[4,0,11.52,14.02],"rotation":90,"texture":"#1"},"west":{"uv":[4,0,11.52,7.02],"rotation":90,"texture":"#1"},"up":{"uv":[0,1,7.02,15.02],"rotation":90,"texture":"#1"},"down":{"uv":[9,0,16,14.02],"rotation":90,"texture":"#1"}}},{"from":[5.00056,-0.86878,5.43977],"to":[11.00056,6.63122,18.43977],"rotation":{"angle":0,"axis":"x","origin":[11.00999,2.87789,1.9304]},"faces":{"north":{"uv":[0,0,6,7.5],"texture":"#1"},"east":{"uv":[0,0,7.5,13],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,6,7.5],"texture":"#1"},"west":{"uv":[0,0,7.5,13],"rotation":90,"texture":"#1"},"up":{"uv":[1,0,7,13],"texture":"#1"},"down":{"uv":[0,0,6,13],"texture":"#1"}}}],"display":{"thirdperson_righthand":{"translation":[0,80,8.25],"scale":[4,4,4]},"head":{"translation":[0,21,8.25],"scale":[3.5,3.5,4]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/orphion/orphion_head.json b/assets/minecraft/models/item/wynn/jigsaw/orphion/orphion_head.json new file mode 100644 index 000000000..5ea595dbe --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/orphion/orphion_head.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/orphion/orphion","1":"block/redstone_lamp_on","2":"block/end_stone","3":"wynn/jigsaw/orphion/orphion_detail","particle":"wynn/jigsaw/orphion/orphion"},"elements":[{"from":[1.29677,7.49608,15.58924],"to":[3.89677,14.09608,18.18924],"rotation":{"angle":45,"axis":"z","origin":[2.59677,10.79608,16.88924]},"faces":{"north":{"uv":[0,0,3,7],"texture":"#2"},"east":{"uv":[0,0,3,7],"texture":"#2"},"south":{"uv":[0,0,3,7],"texture":"#2"},"west":{"uv":[0,0,3,7],"texture":"#2"},"up":{"uv":[0,0,3,7],"texture":"#2"},"down":{"uv":[0,0,3,7],"texture":"#2"}}},{"from":[-1.74234,12.4179,15.78924],"to":[0.45766,18.6179,17.98924],"rotation":{"angle":22.5,"axis":"z","origin":[-0.64234,15.5179,16.88924]},"faces":{"north":{"uv":[0,0,3,7],"texture":"#2"},"east":{"uv":[0,0,3,7],"texture":"#2"},"south":{"uv":[0,0,3,7],"texture":"#2"},"west":{"uv":[0,0,3,7],"texture":"#2"},"up":{"uv":[0,0,3,7],"texture":"#2"},"down":{"uv":[0,0,3,7],"texture":"#2"}}},{"from":[-2.70624,17.47053,14.82534],"to":[-0.90624,23.27053,16.62534],"rotation":{"angle":-22.5,"axis":"x","origin":[-1.80624,20.37053,15.72534]},"faces":{"north":{"uv":[0,0,3,7],"texture":"#2"},"east":{"uv":[0,0,3,7],"texture":"#2"},"south":{"uv":[0,0,3,7],"texture":"#2"},"west":{"uv":[0,0,3,7],"texture":"#2"},"up":{"uv":[0,0,3,7],"texture":"#2"},"down":{"uv":[0,0,3,7],"texture":"#2"}}},{"from":[-1.46655,22.3389,13.98696],"to":[-0.06655,27.7389,15.38696],"rotation":{"angle":-22.5,"axis":"z","origin":[-0.76655,25.0389,14.68696]},"faces":{"north":{"uv":[0,0,3,7],"texture":"#2"},"east":{"uv":[0,0,3,7],"texture":"#2"},"south":{"uv":[0,0,3,7],"texture":"#2"},"west":{"uv":[0,0,3,7],"texture":"#2"},"up":{"uv":[0,0,3,7],"texture":"#2"},"down":{"uv":[0,0,3,7],"texture":"#2"}}},{"from":[12.61505,7.53814,15.58924],"to":[15.21505,14.13814,18.18924],"rotation":{"angle":-45,"axis":"z","origin":[13.65019,11.61717,19.60356]},"faces":{"north":{"uv":[0,0,3,7],"texture":"#2"},"east":{"uv":[0,0,3,7],"texture":"#2"},"south":{"uv":[0,0,3,7],"texture":"#2"},"west":{"uv":[0,0,3,7],"texture":"#2"},"up":{"uv":[0,0,3,7],"texture":"#2"},"down":{"uv":[0,0,3,7],"texture":"#2"}}},{"from":[15.42572,12.50085,15.78924],"to":[17.62572,18.70085,17.98924],"rotation":{"angle":-22.5,"axis":"z","origin":[16.52572,15.60085,16.88924]},"faces":{"north":{"uv":[0,0,3,7],"texture":"#2"},"east":{"uv":[0,0,3,7],"texture":"#2"},"south":{"uv":[0,0,3,7],"texture":"#2"},"west":{"uv":[0,0,3,7],"texture":"#2"},"up":{"uv":[0,0,3,7],"texture":"#2"},"down":{"uv":[0,0,3,7],"texture":"#2"}}},{"from":[16.95766,14.1179,15.98924],"to":[22.75766,15.9179,17.78924],"rotation":{"angle":45,"axis":"z","origin":[14.35766,16.7679,16.88924]},"faces":{"north":{"uv":[0,0,3,7],"rotation":90,"texture":"#2"},"east":{"uv":[0,0,3,7],"rotation":270,"texture":"#2"},"south":{"uv":[0,0,3,7],"rotation":270,"texture":"#2"},"west":{"uv":[0,0,3,7],"rotation":270,"texture":"#2"},"up":{"uv":[0,0,3,7],"rotation":270,"texture":"#2"},"down":{"uv":[0,0,3,7],"rotation":270,"texture":"#2"}}},{"from":[-4.41582,16.51955,15.98924],"to":[-2.61582,22.31955,17.78924],"rotation":{"angle":45,"axis":"z","origin":[-3.51582,19.41955,16.88924]},"faces":{"north":{"uv":[0,0,3,7],"rotation":180,"texture":"#2"},"east":{"uv":[0,0,3,7],"rotation":180,"texture":"#2"},"south":{"uv":[0,0,3,7],"rotation":180,"texture":"#2"},"west":{"uv":[0,0,3,7],"rotation":180,"texture":"#2"},"up":{"uv":[0,0,3,7],"rotation":180,"texture":"#2"},"down":{"uv":[0,0,3,7],"rotation":180,"texture":"#2"}}},{"from":[16.78962,17.55347,14.82534],"to":[18.58962,23.35347,16.62534],"rotation":{"angle":-22.5,"axis":"x","origin":[17.68962,20.45347,15.72534]},"faces":{"north":{"uv":[0,0,3,7],"texture":"#2"},"east":{"uv":[0,0,3,7],"texture":"#2"},"south":{"uv":[0,0,3,7],"texture":"#2"},"west":{"uv":[0,0,3,7],"texture":"#2"},"up":{"uv":[0,0,3,7],"texture":"#2"},"down":{"uv":[0,0,3,7],"texture":"#2"}}},{"from":[15.94814,22.45403,13.95344],"to":[17.34814,27.85403,15.35344],"rotation":{"angle":22.5,"axis":"z","origin":[16.64814,25.15403,14.65344]},"faces":{"north":{"uv":[0,0,3,7],"texture":"#2"},"east":{"uv":[0,0,3,7],"texture":"#2"},"south":{"uv":[0,0,3,7],"texture":"#2"},"west":{"uv":[0,0,3,7],"texture":"#2"},"up":{"uv":[0,0,3,7],"texture":"#2"},"down":{"uv":[0,0,3,7],"texture":"#2"}}},{"from":[6.45894,0.98162,5.89121],"to":[20.45894,4.98162,19.89121],"rotation":{"angle":-45,"axis":"y","origin":[5.95894,1.48162,8.39121]},"faces":{"north":{"uv":[0,0,4,14],"rotation":270,"texture":"#0"},"east":{"uv":[0,0,4,14],"rotation":270,"texture":"#0"},"south":{"uv":[0,0,4,14],"rotation":270,"texture":"#0"},"west":{"uv":[0,0,4,14],"rotation":270,"texture":"#0"},"up":{"uv":[0,0,14,14],"rotation":270,"texture":"#0"},"down":{"uv":[6,5.5,16,16],"rotation":270,"texture":"#0"}}},{"from":[6.45894,-2.01838,9.89121],"to":[16.45894,1.98162,19.89121],"rotation":{"angle":-45,"axis":"y","origin":[5.95894,-1.51838,12.39121]},"faces":{"north":{"uv":[9,0,13,10],"rotation":90,"texture":"#0"},"east":{"uv":[9,0,13,10],"rotation":90,"texture":"#0"},"south":{"uv":[9,0,13,10],"rotation":90,"texture":"#0"},"west":{"uv":[9,0,13,10],"rotation":90,"texture":"#0"},"up":{"uv":[9,0,13,10],"rotation":90,"texture":"#0"},"down":{"uv":[8,8.5,16,16],"rotation":90,"texture":"#0"}}},{"from":[4.39,-0.01,4.99],"to":[6.79,4.01,12.01],"rotation":{"angle":-22.5,"axis":"y","origin":[4.9,0.5,8.5]},"faces":{"north":{"uv":[0,0,7,4],"texture":"#0"},"east":{"uv":[0,0,7.02,4.02],"texture":"#0"},"south":{"uv":[0,0,7,4],"texture":"#0"},"west":{"uv":[0,0,7.02,4.02],"texture":"#0"},"up":{"uv":[0,0,1,7],"texture":"#0"},"down":{"uv":[0,0,1,7],"texture":"#0"}}},{"from":[5.87204,0.09,3.76201],"to":[10.69204,3.91,11.96201],"rotation":{"angle":0,"axis":"y","origin":[9.28204,2,4.86201]},"faces":{"north":{"uv":[4,0.5,7.82,5.32],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,8.2,3.82],"texture":"#0"},"south":{"uv":[0,0,7.02,4.02],"texture":"#0"},"west":{"uv":[0,0,8.2,3.82],"texture":"#0"},"up":{"uv":[0,0,8.2,4.82],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,1,7],"rotation":90,"texture":"#0"}}},{"from":[6.77204,0.79,5.66201],"to":[9.77204,4.81,13.06201],"rotation":{"angle":0,"axis":"y","origin":[10.28204,2.8,6.86201]},"faces":{"north":{"uv":[0,0,4.02,3],"rotation":270,"texture":"#0"},"east":{"uv":[0,0,7.4,3],"rotation":270,"texture":"#0"},"south":{"uv":[0,0,7.4,3],"rotation":270,"texture":"#0"},"west":{"uv":[0,0,7.4,3],"rotation":270,"texture":"#0"},"up":{"uv":[0,0,7.4,3],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,7.4,3],"rotation":270,"texture":"#0"}}},{"from":[6.77204,-1.21,5.66201],"to":[9.77204,2.81,13.06201],"rotation":{"angle":0,"axis":"y","origin":[10.28204,0.8,6.86201]},"faces":{"north":{"uv":[0,0,4.02,3],"rotation":270,"texture":"#0"},"east":{"uv":[0,0,7.4,3],"rotation":270,"texture":"#0"},"south":{"uv":[0,0,7.4,3],"rotation":270,"texture":"#0"},"west":{"uv":[0,0,7.4,3],"rotation":270,"texture":"#0"},"up":{"uv":[0,0,7.4,3],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,7.4,3],"rotation":270,"texture":"#0"}}},{"from":[6.77204,1.49,3.41201],"to":[9.79204,3.51,5.41201],"rotation":{"angle":0,"axis":"y","origin":[9.28204,2.5,3.61201]},"faces":{"north":{"uv":[0,7,3.02,9.02],"rotation":180,"texture":"#1"},"east":{"uv":[0,0,2,3.02],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,2,3.02],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,2,3.02],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,2,3.02],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,2,3.02],"rotation":270,"texture":"#1"}}},{"from":[4.2,1.05,4.25],"to":[5.6,2.95,11.65],"rotation":{"angle":-22.5,"axis":"y","origin":[4.9,1.75,7.95]},"faces":{"north":{"uv":[3,0,4.9,7.4],"rotation":90,"texture":"#0"},"east":{"uv":[3,0,4.9,7.4],"rotation":90,"texture":"#0"},"south":{"uv":[3,0,4.9,7.4],"rotation":90,"texture":"#0"},"west":{"uv":[3,0,4.9,7.4],"rotation":90,"texture":"#0"},"up":{"uv":[3,0,4.9,7.4],"rotation":90,"texture":"#0"},"down":{"uv":[3,0,4.9,7.4],"rotation":90,"texture":"#0"}}},{"from":[5.32922,1.50829,9.271],"to":[10.72922,7.90829,11.471],"rotation":{"angle":22.5,"axis":"x","origin":[6.53328,5.20125,10.76801]},"faces":{"north":{"uv":[2.5,0,8.5,6],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,6,1.5],"rotation":90,"texture":"#0"},"south":{"uv":[0,0,6,3],"rotation":90,"texture":"#0"},"west":{"uv":[0,0,6,1.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,0,3,1],"texture":"#0"},"down":{"uv":[0,0,3,1],"rotation":180,"texture":"#0"}}},{"from":[4.47922,7.89826,10.82505],"to":[11.87922,9.79826,17.42505],"rotation":{"angle":-22.5,"axis":"x","origin":[6.18328,8.60125,14.41801]},"faces":{"north":{"uv":[0,0,3,1],"texture":"#0"},"east":{"uv":[0,0,6,1.5],"texture":"#0"},"south":{"uv":[0,0,3,1],"texture":"#0"},"west":{"uv":[0,0,6,1.5],"texture":"#0"},"up":{"uv":[2.5,0,8.5,6],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,6,3],"rotation":90,"texture":"#0"}}},{"from":[4.27922,9.44826,10.62505],"to":[12.07922,9.84826,17.62505],"rotation":{"angle":-22.5,"axis":"x","origin":[6.18328,8.60125,14.41801]},"faces":{"north":{"uv":[0,15,3,16],"texture":"#3"},"east":{"uv":[0,14.5,6,16],"texture":"#3"},"south":{"uv":[0,15,3,16],"texture":"#3"},"west":{"uv":[0,14.5,6,16],"texture":"#3"},"up":{"uv":[6,6,16,16],"rotation":270,"texture":"#3"},"down":{"uv":[0,13,6,16],"rotation":90,"texture":"#3"}}},{"from":[4,2.67846,17.59195],"to":[12,11.05846,19.47195],"rotation":{"angle":-45,"axis":"x","origin":[8.1903,7.97465,18.32639]},"faces":{"north":{"uv":[0,0,8.4,10.4],"rotation":270,"texture":"#0"},"east":{"uv":[0,0,8.4,1.9],"rotation":270,"texture":"#0"},"south":{"uv":[0,0,8.4,10.4],"rotation":270,"texture":"#0"},"west":{"uv":[0,0,8.4,1.9],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,3,1],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,3,1],"texture":"#0"}}},{"from":[11.41505,2.33814,13.08924],"to":[13.31505,9.33814,18.08924],"rotation":{"angle":22.5,"axis":"z","origin":[12.65019,6.61717,17.30356]},"faces":{"north":{"uv":[4,0,11,1.9],"rotation":90,"texture":"#0"},"east":{"uv":[4,0,11,5],"rotation":90,"texture":"#0"},"south":{"uv":[0,0,7,1.9],"rotation":90,"texture":"#0"},"west":{"uv":[0,0,4,7],"rotation":180,"texture":"#0"},"up":{"uv":[0,0,8.4,1.9],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,8.4,1.9],"rotation":90,"texture":"#0"}}},{"from":[2.6141,2.30932,13.18924],"to":[4.5141,9.30932,18.18924],"rotation":{"angle":-22.5,"axis":"z","origin":[3.57725,5.79968,15.17725]},"faces":{"north":{"uv":[4,0,11,1.9],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,4,7],"texture":"#0"},"south":{"uv":[0,0,7,1.9],"rotation":90,"texture":"#0"},"west":{"uv":[4,0,11,5],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,8.4,1.9],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,8.4,1.9],"rotation":90,"texture":"#0"}}},{"from":[0,0.75,18.75],"to":[6,9.75,20.65],"rotation":{"angle":22.5,"axis":"x","origin":[2.51302,7.22476,19.71218]},"faces":{"north":{"uv":[4,0,13,6],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,7,1.9],"rotation":90,"texture":"#0"},"south":{"uv":[4,0,13,6],"rotation":90,"texture":"#0"},"west":{"uv":[2.5,0,9.5,1.9],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,8.4,1.9],"texture":"#0"},"down":{"uv":[0,0,8.4,1.9],"rotation":180,"texture":"#0"}}},{"from":[0.73219,8.15348,19.64498],"to":[4.73219,14.15348,21.54498],"rotation":{"angle":0,"axis":"z","origin":[3.2638,11.66728,20.61274]},"faces":{"north":{"uv":[3,0,9,4],"rotation":90,"texture":"#0"},"east":{"uv":[3,0,9,1.9],"rotation":90,"texture":"#0"},"south":{"uv":[3,0,9,4],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,1.5,9.5,3.4],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,0,5.4,4],"rotation":90,"texture":"#0"},"down":{"uv":[9,0,10.9,4],"rotation":90,"texture":"#0"}}},{"from":[10,0.75,18.75],"to":[16,9.75,20.65],"rotation":{"angle":22.5,"axis":"x","origin":[12.27725,7.54968,19.92725]},"faces":{"north":{"uv":[4,0,13,6],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,7,1.9],"rotation":90,"texture":"#0"},"south":{"uv":[4,0,13,6],"rotation":90,"texture":"#0"},"west":{"uv":[0,0,7,1.9],"rotation":270,"texture":"#0"},"up":{"uv":[0,0,8.4,1.9],"texture":"#0"},"down":{"uv":[0,0,8.4,1.9],"rotation":180,"texture":"#0"}}},{"from":[11.25,8.19889,19.64498],"to":[15.25,14.19889,21.54498],"rotation":{"angle":0,"axis":"z","origin":[14.76376,11.68651,20.59357]},"faces":{"north":{"uv":[0,0,4,6],"texture":"#0"},"east":{"uv":[0,0,7,1.9],"rotation":90,"texture":"#0"},"south":{"uv":[0,0,4,6],"rotation":180,"texture":"#0"},"west":{"uv":[0,0,7,1.9],"rotation":270,"texture":"#0"},"up":{"uv":[0,0,8.4,1.9],"texture":"#0"},"down":{"uv":[0,0,8.4,1.9],"rotation":180,"texture":"#0"}}},{"from":[4.57,4.00932,10.48924],"to":[6.47,8.00932,14.48924],"rotation":{"angle":-45,"axis":"y","origin":[4.67725,7.39968,12.97725]},"faces":{"north":{"uv":[0,0,7,1.9],"rotation":270,"texture":"#1"},"east":{"uv":[0,0,4,7],"texture":"#1"},"south":{"uv":[0,0,7,1.9],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,16,16],"rotation":180,"texture":"#1"},"up":{"uv":[0,0,8.4,1.9],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,8.4,1.9],"rotation":90,"texture":"#1"}}},{"from":[8.68389,4.00932,12.23031],"to":[12.68389,8.00932,14.13031],"rotation":{"angle":-45,"axis":"y","origin":[10.69126,5.99464,13.19067]},"faces":{"north":{"uv":[0,0,16,16],"rotation":180,"texture":"#1"},"east":{"uv":[0,0,7,1.9],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,4,7],"texture":"#1"},"west":{"uv":[0,0,7,1.9],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,8.4,1.9],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,8.4,1.9],"texture":"#1"}}},{"from":[9.45438,0,5.00364],"to":[11.85438,4,12.00364],"rotation":{"angle":22.5,"axis":"y","origin":[11.36135,0.49783,8.49081]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#0"},"east":{"uv":[0,0,7,4],"texture":"#0"},"south":{"uv":[0,0,1,1],"texture":"#0"},"west":{"uv":[0,0,7,4],"texture":"#0"},"up":{"uv":[0,0,1,7],"texture":"#0"},"down":{"uv":[0,0,1,7],"texture":"#0"}}},{"from":[10.65438,1.05,4.25364],"to":[12.05438,2.95,11.65364],"rotation":{"angle":22.5,"axis":"y","origin":[11.36135,1.74783,7.94081]},"faces":{"north":{"uv":[2.5,0,4.4,7.4],"rotation":90,"texture":"#0"},"east":{"uv":[2.5,0,4.4,7.4],"rotation":90,"texture":"#0"},"south":{"uv":[2.5,0,4.4,7.4],"rotation":90,"texture":"#0"},"west":{"uv":[2.5,0,4.4,7.4],"rotation":90,"texture":"#0"},"up":{"uv":[2.5,0,4.4,7.4],"rotation":90,"texture":"#0"},"down":{"uv":[2.5,0,4.4,7.4],"rotation":90,"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,0,-64],"translation":[4.75,-0.25,0]},"gui":{"rotation":[16,147,-16],"translation":[-5.5,-0.25,0]},"head":{"rotation":[-16,0,0],"translation":[0,11.75,-50],"scale":[2.6,2.6,2.6]},"fixed":{"translation":[0,0,-13.75]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/orphion/orphion_jaw.json b/assets/minecraft/models/item/wynn/jigsaw/orphion/orphion_jaw.json new file mode 100644 index 000000000..f4b43b485 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/orphion/orphion_jaw.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/orphion/orphion","1":"block/diamond_block","particle":"wynn/jigsaw/orphion/orphion"},"elements":[{"from":[5.15,0,3.5],"to":[6.15,1,10.5],"rotation":{"angle":-22.5,"axis":"y","origin":[5.65,0.5,7]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#0"},"east":{"uv":[0,0,7,1],"texture":"#0"},"south":{"uv":[0,0,1,1],"texture":"#0"},"west":{"uv":[0,0,7,1],"texture":"#0"},"up":{"uv":[0,0,1,7],"texture":"#0"},"down":{"uv":[0,0,1,7],"texture":"#0"}}},{"from":[2.55894,-0.01838,9.59121],"to":[3.55894,0.98162,16.59121],"rotation":{"angle":-22.5,"axis":"y","origin":[3.05894,0.48162,13.09121]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#0"},"east":{"uv":[0,0,7,1],"texture":"#0"},"south":{"uv":[0,0,1,1],"texture":"#0"},"west":{"uv":[0,0,7,1],"texture":"#0"},"up":{"uv":[0,0,1,7],"texture":"#0"},"down":{"uv":[0,0,1,7],"texture":"#0"}}},{"from":[3.96009,0.68631,10.14448],"to":[4.76009,1.48631,11.94448],"rotation":{"angle":-45,"axis":"x","origin":[4.37155,1.08163,11.03769]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#0"},"east":{"uv":[0,0,2,1],"texture":"#0"},"south":{"uv":[0,0,1,1],"texture":"#0"},"west":{"uv":[0,0,2,1],"texture":"#0"},"up":{"uv":[0,0,1,2],"texture":"#0"},"down":{"uv":[0,0,1,2],"texture":"#0"}}},{"from":[4.96009,0.68631,7.39448],"to":[5.76009,1.48631,9.19448],"rotation":{"angle":-45,"axis":"x","origin":[5.37155,1.08163,8.28769]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#0"},"east":{"uv":[0,0,2,1],"texture":"#0"},"south":{"uv":[0,0,1,1],"texture":"#0"},"west":{"uv":[0,0,2,1],"texture":"#0"},"up":{"uv":[0,0,1,2],"texture":"#0"},"down":{"uv":[0,0,1,2],"texture":"#0"}}},{"from":[6.21009,0.68631,4.39448],"to":[7.01009,1.48631,6.19448],"rotation":{"angle":-45,"axis":"x","origin":[6.62155,1.08163,5.28769]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#0"},"east":{"uv":[0,0,2,1],"texture":"#0"},"south":{"uv":[0,0,1,1],"texture":"#0"},"west":{"uv":[0,0,2,1],"texture":"#0"},"up":{"uv":[0,0,1,2],"texture":"#0"},"down":{"uv":[0,0,1,2],"texture":"#0"}}},{"from":[11.26009,0.68631,10.14448],"to":[12.06009,1.48631,11.94448],"rotation":{"angle":-45,"axis":"x","origin":[11.67155,1.08163,11.03769]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#0"},"east":{"uv":[0,0,2,1],"texture":"#0"},"south":{"uv":[0,0,1,1],"texture":"#0"},"west":{"uv":[0,0,2,1],"texture":"#0"},"up":{"uv":[0,0,1,2],"texture":"#0"},"down":{"uv":[0,0,1,2],"texture":"#0"}}},{"from":[10.26009,0.68631,7.39448],"to":[11.06009,1.48631,9.19448],"rotation":{"angle":-45,"axis":"x","origin":[10.67155,1.08163,8.28769]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#0"},"east":{"uv":[0,0,2,1],"texture":"#0"},"south":{"uv":[0,0,1,1],"texture":"#0"},"west":{"uv":[0,0,2,1],"texture":"#0"},"up":{"uv":[0,0,1,2],"texture":"#0"},"down":{"uv":[0,0,1,2],"texture":"#0"}}},{"from":[9.01009,0.68631,4.39448],"to":[9.81009,1.48631,6.19448],"rotation":{"angle":-45,"axis":"x","origin":[9.42155,1.08163,5.28769]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#0"},"east":{"uv":[0,0,2,1],"texture":"#0"},"south":{"uv":[0,0,1,1],"texture":"#0"},"west":{"uv":[0,0,2,1],"texture":"#0"},"up":{"uv":[0,0,1,2],"texture":"#0"},"down":{"uv":[0,0,1,2],"texture":"#0"}}},{"from":[6.52922,-0.00174,3.57505],"to":[9.52922,0.99826,4.57505],"rotation":{"angle":0,"axis":"y","origin":[8.5172,0.49864,4.07037]},"faces":{"north":{"uv":[0,0,3,1],"texture":"#0"},"east":{"uv":[0,0,1,1],"texture":"#0"},"south":{"uv":[0,0,3,1],"texture":"#0"},"west":{"uv":[0,0,1,1],"texture":"#0"},"up":{"uv":[0,0,1,3],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,1,3],"rotation":90,"texture":"#0"}}},{"from":[9.85438,0,3.50364],"to":[10.85438,1,10.50364],"rotation":{"angle":22.5,"axis":"y","origin":[10.36135,0.49783,6.99081]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#0"},"east":{"uv":[0,0,7,1],"texture":"#0"},"south":{"uv":[0,0,1,1],"texture":"#0"},"west":{"uv":[0,0,7,1],"texture":"#0"},"up":{"uv":[0,0,1,7],"texture":"#0"},"down":{"uv":[0,0,1,7],"texture":"#0"}}},{"from":[12.45711,0.01543,9.57264],"to":[13.45711,1.01543,16.57264],"rotation":{"angle":22.5,"axis":"y","origin":[12.96408,0.51326,13.05981]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#0"},"east":{"uv":[0,0,7,1],"texture":"#0"},"south":{"uv":[0,0,1,1],"texture":"#0"},"west":{"uv":[0,0,7,1],"texture":"#0"},"up":{"uv":[0,0,1,7],"texture":"#0"},"down":{"uv":[0,0,1,7],"texture":"#0"}}},{"from":[5.39,-1.01,3.49],"to":[8.41,0.01,10.51],"rotation":{"angle":-22.5,"axis":"y","origin":[5.65,-0.5,7]},"faces":{"north":{"uv":[0,0,3,1],"texture":"#0"},"east":{"uv":[0,0,7,1],"texture":"#0"},"south":{"uv":[0,0,3,1],"texture":"#0"},"west":{"uv":[0,0,7,1],"texture":"#0"},"up":{"uv":[0,0,3,7],"texture":"#0"},"down":{"uv":[0,0,3,7],"texture":"#0"}}},{"from":[7.45438,-1,3.50364],"to":[10.45438,0,10.50364],"rotation":{"angle":22.5,"axis":"y","origin":[10.36135,-0.50217,6.99081]},"faces":{"north":{"uv":[0,0,3,1],"texture":"#0"},"east":{"uv":[0,0,7,1],"texture":"#0"},"south":{"uv":[0,0,3,1],"texture":"#0"},"west":{"uv":[0,0,7,1],"texture":"#0"},"up":{"uv":[0,0,3,7],"texture":"#0"},"down":{"uv":[0,0,3,7],"texture":"#0"}}},{"from":[5.73147,-2.03899,11.13491],"to":[10.33147,-0.43899,18.73491],"rotation":{"angle":0,"axis":"y","origin":[8.01488,-1.48728,13.52003]},"faces":{"north":{"uv":[0,0,4,1],"texture":"#0"},"east":{"uv":[0,0,7,1],"texture":"#0"},"south":{"uv":[0,0,4,1],"texture":"#0"},"west":{"uv":[0,0,7,1],"texture":"#0"},"up":{"uv":[0,0,7,4],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,7,4],"rotation":90,"texture":"#0"}}},{"from":[6.03147,-0.23899,5.93491],"to":[10.03147,0.76101,10.93491],"rotation":{"angle":0,"axis":"y","origin":[8.01488,-1.48728,8.02003]},"faces":{"north":{"uv":[0,0,4,1],"texture":"#1"},"east":{"uv":[0,0,7,1],"texture":"#1"},"south":{"uv":[0,0,4,1],"texture":"#1"},"west":{"uv":[0,0,7,1],"texture":"#1"},"up":{"uv":[0,0,7,4],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,7,4],"rotation":90,"texture":"#1"}}},{"from":[6.23109,1.69621,3.94926],"to":[9.83109,2.29621,8.54926],"rotation":{"angle":22.5,"axis":"x","origin":[8.03313,0.00775,4.73569]},"faces":{"north":{"uv":[0,0,4,1],"texture":"#1"},"east":{"uv":[0,0,5,1],"texture":"#1"},"south":{"uv":[0,0,4,1],"texture":"#1"},"west":{"uv":[0,0,5,1],"texture":"#1"},"up":{"uv":[0,0,5,4],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,5,4],"rotation":90,"texture":"#1"}}},{"from":[6.69366,1.82439,3.57709],"to":[9.09366,2.42439,5.97709],"rotation":{"angle":-45,"axis":"y","origin":[7.984,2.13537,4.8784]},"faces":{"north":{"uv":[0,0,2.8,1],"texture":"#1"},"east":{"uv":[0,0,2.8,1],"texture":"#1"},"south":{"uv":[0,0,2.8,1],"texture":"#1"},"west":{"uv":[0,0,2.8,1],"texture":"#1"},"up":{"uv":[0,0,2.8,2.8],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,2.8,2.8],"rotation":180,"texture":"#1"}}},{"from":[7.45711,-0.98457,7.57264],"to":[12.45711,0.01543,16.57264],"rotation":{"angle":22.5,"axis":"y","origin":[12.96408,-0.48674,13.05981]},"faces":{"north":{"uv":[0,0,5,1],"texture":"#0"},"east":{"uv":[0,0,9,1],"texture":"#0"},"south":{"uv":[0,0,5,1],"texture":"#0"},"west":{"uv":[0,0,9,1],"texture":"#0"},"up":{"uv":[0,0,5,9],"texture":"#0"},"down":{"uv":[0,0,5,9],"texture":"#0"}}},{"from":[3.55894,-1.01838,7.59121],"to":[8.55894,-0.01838,16.59121],"rotation":{"angle":-22.5,"axis":"y","origin":[3.05894,-0.51838,13.09121]},"faces":{"north":{"uv":[0,0,5,1],"texture":"#0"},"east":{"uv":[0,0,9,1],"texture":"#0"},"south":{"uv":[0,0,5,1],"texture":"#0"},"west":{"uv":[0,0,9,1],"texture":"#0"},"up":{"uv":[0,0,5,9],"texture":"#0"},"down":{"uv":[0,0,5,9],"texture":"#0"}}}],"display":{"head":{"rotation":[-16,0,0],"translation":[0,13,-45],"scale":[2.6,2.6,2.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/orphion/orphion_leg.json b/assets/minecraft/models/item/wynn/jigsaw/orphion/orphion_leg.json new file mode 100644 index 000000000..77ea17cc4 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/orphion/orphion_leg.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/orphion/orphion","particle":"wynn/jigsaw/orphion/orphion"},"elements":[{"from":[5.76373,-6.5946,3.89733],"to":[10.26373,5.4054,7.89733],"rotation":{"angle":0,"axis":"x","origin":[8.76373,-5.74906,5.50758]},"faces":{"north":{"uv":[4,0,16,4.5],"rotation":90,"texture":"#0"},"east":{"uv":[4,0,16,4.5],"rotation":90,"texture":"#0"},"south":{"uv":[4,0,16,4.5],"rotation":90,"texture":"#0"},"west":{"uv":[4,0,16,4.5],"rotation":90,"texture":"#0"},"up":{"uv":[4,0,16,4.5],"rotation":90,"texture":"#0"},"down":{"uv":[12,0,16,4.5],"rotation":90,"texture":"#0"}}},{"from":[5.51373,4.7054,3.39733],"to":[10.51373,13.7054,8.39733],"rotation":{"angle":0,"axis":"x","origin":[8.51373,5.55094,5.00758]},"faces":{"north":{"uv":[0,0,9,5],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,9,5],"rotation":90,"texture":"#0"},"south":{"uv":[0,0,9,5],"rotation":90,"texture":"#0"},"west":{"uv":[0,0,9,5],"rotation":90,"texture":"#0"},"up":{"uv":[11,0,16,5],"rotation":90,"texture":"#0"},"down":{"uv":[11,0,16,5],"rotation":90,"texture":"#0"}}},{"from":[6.01373,-6.95129,1.0627],"to":[10.01373,-3.95129,7.0627],"rotation":{"angle":0,"axis":"x","origin":[9.51373,-2.49906,6.50758]},"faces":{"north":{"uv":[0,0,7,3],"texture":"#0"},"east":{"uv":[0,0,6,3],"texture":"#0"},"south":{"uv":[0,0,7,3],"texture":"#0"},"west":{"uv":[0,0,6,3],"texture":"#0"},"up":{"uv":[0,0,7,7],"texture":"#0"},"down":{"uv":[0,0,7,7],"texture":"#0"}}},{"from":[6.51274,-6.12667,-2.67771],"to":[9.51274,-3.12667,0.32229],"rotation":{"angle":-22.5,"axis":"x","origin":[10.01274,-1.67444,2.76717]},"faces":{"north":{"uv":[0,0,3,3],"texture":"#0"},"east":{"uv":[0,0,3,3],"texture":"#0"},"south":{"uv":[0,0,3,3],"texture":"#0"},"west":{"uv":[0,0,3,3],"texture":"#0"},"up":{"uv":[0,0,3,3],"texture":"#0"},"down":{"uv":[0,0,3,3],"texture":"#0"}}}],"display":{"head":{"translation":[0,-12,5],"scale":[3,3,3]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/orphion/orphion_tail.json b/assets/minecraft/models/item/wynn/jigsaw/orphion/orphion_tail.json new file mode 100644 index 000000000..f5fbf2aae --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/orphion/orphion_tail.json @@ -0,0 +1 @@ +{"textures":{"3":"wynn/jigsaw/orphion/orphiontail","particle":"block/white_terracotta"},"elements":[{"from":[27.64267,3,-9.64593],"to":[31.11654,7,-5.64593],"rotation":{"angle":0,"axis":"y","origin":[21.89773,4.99899,11.45634]},"faces":{"north":{"uv":[5,11.25,7,12.98694],"rotation":90,"texture":"#3"},"east":{"uv":[4.25,12,6.25,14],"rotation":90,"texture":"#3"},"south":{"uv":[4,10,6,11.73694],"rotation":270,"texture":"#3"},"west":{"uv":[6,11,8,12.73694],"rotation":270,"texture":"#3"},"up":{"uv":[5,11.25,7,12.98694],"rotation":270,"texture":"#3"},"down":{"uv":[5,11.25,7,12.98694],"rotation":270,"texture":"#3"}}},{"from":[25.85189,2,-5.64593],"to":[31.85189,8,0.35407],"rotation":{"angle":0,"axis":"y","origin":[19.39773,4.99899,11.45634]},"faces":{"north":{"uv":[4,12,8,16],"texture":"#3"},"east":{"uv":[4.25,12.5,7.25,15.5],"texture":"#3"},"south":{"uv":[0,0,6,6],"texture":"#3"},"west":{"uv":[5,11,8,14],"texture":"#3"},"up":{"uv":[4,10.5,7,13.5],"rotation":270,"texture":"#3"},"down":{"uv":[4,10.25,7,13.25],"rotation":270,"texture":"#3"}}},{"from":[18.60674,0,-3.65168],"to":[28.60674,10,6.34832],"rotation":{"angle":-22.5,"axis":"y","origin":[21.89773,4.99899,11.45634]},"faces":{"north":{"uv":[1.25,12,5.25,16],"rotation":180,"texture":"#3"},"east":{"uv":[1.25,12,5.25,16],"rotation":180,"texture":"#3"},"south":{"uv":[0,10,4,14],"rotation":270,"texture":"#3"},"west":{"uv":[1,8,5,12],"rotation":180,"texture":"#3"},"up":{"uv":[0,10,4,14],"rotation":270,"texture":"#3"},"down":{"uv":[4,10,0,14],"rotation":270,"texture":"#3"}}},{"from":[9.55505,-1,-4.57935],"to":[21.55505,11,7.42065],"rotation":{"angle":-45,"axis":"y","origin":[9.2661,4.98615,13.68054]},"faces":{"north":{"uv":[12,4,16,8],"rotation":90,"texture":"#3"},"east":{"uv":[12,4,16,8],"texture":"#3"},"south":{"uv":[12,2,16,6],"texture":"#3"},"west":{"uv":[12,0,16,4],"rotation":180,"texture":"#3"},"up":{"uv":[12,2,16,6],"rotation":270,"texture":"#3"},"down":{"uv":[16,2,12,6],"rotation":270,"texture":"#3"}}},{"from":[-5.2321,-3,8.03101],"to":[10.7679,13,24.03101],"rotation":{"angle":0,"axis":"y","origin":[9.2661,4.98615,13.68054]},"faces":{"north":{"uv":[6,0,10,4],"texture":"#3"},"east":{"uv":[6,2,10,6],"texture":"#3"},"south":{"uv":[6,4,10,8],"texture":"#3"},"west":{"uv":[6,2,10,6],"texture":"#3"},"up":{"uv":[6,2,10,6],"texture":"#3"},"down":{"uv":[6,2,10,6],"rotation":180,"texture":"#3"}}},{"from":[6.70955,-2,9.23455],"to":[20.70955,12,23.23455],"rotation":{"angle":22.5,"axis":"y","origin":[9.2661,4.98615,13.68054]},"faces":{"north":{"uv":[10,0,14,4],"texture":"#3"},"east":{"uv":[12,3.5,16,7.5],"rotation":90,"texture":"#3"},"south":{"uv":[10,4,14,8],"texture":"#3"},"west":{"uv":[10,2,14,6],"texture":"#3"},"up":{"uv":[10,2,14,6],"texture":"#3"},"down":{"uv":[14,2,10,6],"rotation":180,"texture":"#3"}}},{"from":[-8.46914,-2,11.56718],"to":[5.53086,12,25.56718],"rotation":{"angle":-22.5,"axis":"y","origin":[9.2661,4.98615,13.68054]},"faces":{"north":{"uv":[4,0,8,4],"texture":"#3"},"east":{"uv":[4,2,8,6],"texture":"#3"},"south":{"uv":[4,4,8,8],"texture":"#3"},"west":{"uv":[4,4,8,8],"texture":"#3"},"up":{"uv":[4,2.25,8,6.25],"texture":"#3"},"down":{"uv":[4,2,8,6],"rotation":180,"texture":"#3"}}},{"from":[-11.46914,0,19.56718],"to":[-1.46914,10,29.56718],"rotation":{"angle":-45,"axis":"y","origin":[9.2661,4.98615,13.68054]},"faces":{"north":{"uv":[0,0,4,4],"texture":"#3"},"east":{"uv":[0,2,4,6],"texture":"#3"},"south":{"uv":[0,4,4,8],"texture":"#3"},"west":{"uv":[0,3.75,4,7.75],"texture":"#3"},"up":{"uv":[0,2,4,6],"texture":"#3"},"down":{"uv":[0,2,4,6],"rotation":180,"texture":"#3"}}},{"from":[-15.46914,2,21.56718],"to":[-9.46914,8,27.56718],"rotation":{"angle":-45,"axis":"y","origin":[9.2661,6.98615,13.68054]},"faces":{"north":{"uv":[0,0.5,3,3.5],"texture":"#3"},"east":{"uv":[0,2,4,6],"texture":"#3"},"south":{"uv":[0,4.75,3,7.75],"texture":"#3"},"west":{"uv":[0,4.5,3,7.5],"texture":"#3"},"up":{"uv":[0,2,3,5],"texture":"#3"},"down":{"uv":[0,2,3,5],"rotation":180,"texture":"#3"}}}],"display":{"thirdperson_righthand":{"rotation":[0,0,90],"translation":[-7.5,8,11],"scale":[0.46,0.46,0.46]},"thirdperson_lefthand":{"rotation":[0,0,90],"translation":[-1,8,11],"scale":[0.46,0.46,0.46]},"firstperson_righthand":{"rotation":[74,27,60],"translation":[5.25,0,-6.75],"scale":[0.34,0.34,0.34]},"head":{"rotation":[45,0,90],"translation":[-9,45,50.5],"scale":[3,3,3]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/orphion/orphion_thigh.json b/assets/minecraft/models/item/wynn/jigsaw/orphion/orphion_thigh.json new file mode 100644 index 000000000..7488b6821 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/orphion/orphion_thigh.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/orphion/orphion","1":"wynn/jigsaw/orphion/orphion_detail","particle":"wynn/jigsaw/orphion/orphion"},"elements":[{"from":[5.01373,2.4054,2.89733],"to":[11.01373,18.4054,8.89733],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99364,5.40907,5.91376]},"faces":{"north":{"uv":[1.5,0,16,6],"rotation":90,"texture":"#0"},"east":{"uv":[1.5,0,16,6],"rotation":90,"texture":"#0"},"south":{"uv":[1.5,0,16,6],"rotation":90,"texture":"#0"},"west":{"uv":[1.5,0,16,6],"rotation":90,"texture":"#0"},"up":{"uv":[10,0,16,6],"rotation":90,"texture":"#0"},"down":{"uv":[10,0,16,6],"rotation":90,"texture":"#0"}}},{"from":[4.01373,3.4054,3.74733],"to":[12.01373,17.4054,8.74733],"rotation":{"angle":-22.5,"axis":"x","origin":[5.99364,5.40907,5.91376]},"faces":{"north":{"uv":[2.5,0,16,5],"rotation":90,"texture":"#0"},"east":{"uv":[2.5,0,16,5],"rotation":90,"texture":"#0"},"south":{"uv":[2.5,0,16,5],"rotation":90,"texture":"#0"},"west":{"uv":[2.5,0,16,5],"rotation":90,"texture":"#0"},"up":{"uv":[11,0.5,16,8.5],"rotation":90,"texture":"#0"},"down":{"uv":[2.5,0,16,5],"rotation":90,"texture":"#0"}}},{"from":[5.01311,3.55823,3.697],"to":[11.01311,18.55823,11.697],"rotation":{"angle":0,"axis":"x","origin":[7.99303,5.56189,5.71343]},"faces":{"north":{"uv":[2,0,16,8],"rotation":90,"texture":"#0"},"east":{"uv":[2,0,16,8],"rotation":90,"texture":"#0"},"south":{"uv":[2,0,16,8],"rotation":90,"texture":"#0"},"west":{"uv":[2,0,16,8],"rotation":90,"texture":"#0"},"up":{"uv":[8,0,16,6],"rotation":90,"texture":"#0"},"down":{"uv":[8,0,16,6],"rotation":90,"texture":"#0"}}},{"from":[3.91311,6.45823,3.747],"to":[12.11311,17.65823,9.947],"rotation":{"angle":0,"axis":"x","origin":[5.99303,5.56189,5.71343]},"faces":{"north":{"uv":[4,0,15.2,6.2],"rotation":90,"texture":"#0"},"east":{"uv":[4,0,15.2,6.2],"rotation":90,"texture":"#0"},"south":{"uv":[4,0,15.2,6.2],"rotation":90,"texture":"#0"},"west":{"uv":[4,0,15.2,6.2],"rotation":90,"texture":"#0"},"up":{"uv":[11,0.5,16,8.5],"rotation":90,"texture":"#0"},"down":{"uv":[4,0,15.2,6.2],"rotation":90,"texture":"#0"}}},{"from":[3.71311,5.75823,3.047],"to":[12.31311,16.35823,9.647],"rotation":{"angle":0,"axis":"x","origin":[8.01311,9.05823,6.347]},"faces":{"north":{"uv":[0,15,6.5,16],"texture":"#1"},"east":{"uv":[12.5,0,16,5.5],"texture":"#1"},"south":{"uv":[0,15,6.5,16],"texture":"#1"},"west":{"uv":[16,0,12.5,5.5],"texture":"#1"},"up":{"uv":[0,15,6.5,16],"texture":"#1"},"down":{"uv":[0,14.5,6.5,16],"texture":"#1"}}}],"display":{"head":{"translation":[0,-18.5,8.25],"scale":[2.6,2.6,2.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/orphion/vanta_orphion_body.json b/assets/minecraft/models/item/wynn/jigsaw/orphion/vanta_orphion_body.json new file mode 100644 index 000000000..640aa50a2 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/orphion/vanta_orphion_body.json @@ -0,0 +1 @@ +{"parent":"item/wynn/jigsaw/orphion/orphion_body","textures":{"1":"block_variants/vanta_block","2":"block_variants/vanta_block"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/orphion/vanta_orphion_head.json b/assets/minecraft/models/item/wynn/jigsaw/orphion/vanta_orphion_head.json new file mode 100644 index 000000000..11695f305 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/orphion/vanta_orphion_head.json @@ -0,0 +1 @@ +{"parent":"item/wynn/jigsaw/orphion/orphion_head","textures":{"0":"block_variants/vanta_block","1":"block_variants/vanta_block","2":"block_variants/vanta_block","3":"block_variants/vanta_block"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/orphion/vanta_orphion_leg.json b/assets/minecraft/models/item/wynn/jigsaw/orphion/vanta_orphion_leg.json new file mode 100644 index 000000000..f9bd44bb4 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/orphion/vanta_orphion_leg.json @@ -0,0 +1 @@ +{"parent":"item/wynn/jigsaw/orphion/orphion_leg","textures":{"0":"block_variants/vanta_block"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/orphion/vanta_orphion_tail.json b/assets/minecraft/models/item/wynn/jigsaw/orphion/vanta_orphion_tail.json new file mode 100644 index 000000000..0e54248f3 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/orphion/vanta_orphion_tail.json @@ -0,0 +1 @@ +{"parent":"item/wynn/jigsaw/orphion/orphion_tail","textures":{"3":"block_variants/vanta_block"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/orphion/vanta_orphion_thigh.json b/assets/minecraft/models/item/wynn/jigsaw/orphion/vanta_orphion_thigh.json new file mode 100644 index 000000000..035dd2dcf --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/orphion/vanta_orphion_thigh.json @@ -0,0 +1 @@ +{"parent":"item/wynn/jigsaw/orphion/orphion_thigh","textures":{"0":"block_variants/vanta_block","1":"block_variants/vanta_block"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/rat/rat.json b/assets/minecraft/models/item/wynn/jigsaw/rat/rat.json new file mode 100644 index 000000000..730abb4a5 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/rat/rat.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/rat/rat_body","1":"wynn/jigsaw/rat/rat_tail","2":"wynn/jigsaw/rat/rat_tail_r","3":"wynn/jigsaw/rat/rat_f","4":"wynn/jigsaw/rat/rat_light","5":"wynn/jigsaw/rat/rat_fire","particle":"wynn/jigsaw/rat/rat_body"},"elements":[{"from":[-4,-5,-10],"to":[20,19,14],"rotation":{"angle":0,"axis":"y","origin":[0,-5,-6]},"faces":{"north":{"uv":[0,0,4,4],"texture":"#0"},"east":{"uv":[4,0,8,4],"texture":"#0"},"south":{"uv":[4,8,8,12],"texture":"#0"},"west":{"uv":[0,8,4,12],"texture":"#0"},"up":{"uv":[8,0,12,4],"texture":"#0"},"down":{"uv":[12,0,16,4],"texture":"#0"}}},{"from":[-3.9,-4.9,-9.9],"to":[19.9,18.9,13.9],"rotation":{"angle":0,"axis":"y","origin":[0,-5,-6]},"faces":{"north":{"uv":[10,10,10.16667,10.16667],"texture":"#0"},"east":{"uv":[10,10,10.16667,10.16667],"texture":"#0"},"south":{"uv":[10,10,10.16667,10.16667],"texture":"#0"},"west":{"uv":[10,10,10.16667,10.16667],"texture":"#0"},"up":{"uv":[10,10,10.16667,10.16667],"texture":"#0"},"down":{"uv":[10,10,10.16667,10.16667],"texture":"#0"}}},{"from":[-4.3,-5.3,-10.3],"to":[20.3,19.3,14.3],"rotation":{"angle":0,"axis":"y","origin":[0,-5,-6]},"faces":{"north":{"uv":[0,4,4,8],"texture":"#0"},"east":{"uv":[4,4,8,8],"texture":"#0"},"south":{"uv":[4,12,8,16],"texture":"#0"},"west":{"uv":[0,12,4,16],"texture":"#0"},"up":{"uv":[8,4,12,8],"texture":"#0"},"down":{"uv":[12,4,16,8],"texture":"#0"}}},{"from":[16.25,6,-11.25],"to":[21.25,11,-6.25],"rotation":{"angle":0,"axis":"y","origin":[0,-5,-6]},"faces":{"north":{"uv":[0,0,4.98333,4.98333],"texture":"#4"},"east":{"uv":[8,8.83333,8.83333,9.66667],"texture":"#0"},"south":{"uv":[8.83333,8,9.66667,8.83333],"texture":"#0"},"west":{"uv":[8.83333,8.83333,9.66667,9.66667],"texture":"#0"},"up":{"uv":[9.66667,8,10.5,8.83333],"texture":"#0"},"down":{"uv":[9.66667,8.83333,10.5,9.66667],"texture":"#0"}}},{"from":[6,-5,-11.25],"to":[10,-1,-7.25],"rotation":{"angle":0,"axis":"y","origin":[0,-5,-6]},"faces":{"north":{"uv":[8,9.66667,8.66667,10.33333],"texture":"#0"},"east":{"uv":[8,10.33333,8.66667,11],"texture":"#0"},"south":{"uv":[8.66667,9.66667,9.33333,10.33333],"texture":"#0"},"west":{"uv":[8.66667,10.33333,9.33333,11],"texture":"#0"},"up":{"uv":[9.33333,9.66667,10,10.33333],"texture":"#0"},"down":{"uv":[9.33333,10.33333,10,11],"texture":"#0"}}},{"from":[-5.25,8,-2],"to":[-0.25,20,6],"rotation":{"angle":0,"axis":"y","origin":[0,-5,-6]},"faces":{"north":{"uv":[11.83333,8,12.66667,10],"texture":"#0"},"east":{"uv":[10.5,8,11.83333,10],"texture":"#0"},"south":{"uv":[12.66667,8,11.83333,10],"texture":"#0"},"west":{"uv":[10.5,8,11.83333,10],"texture":"#0"},"up":{"uv":[13.5,8,14.33333,9.33333],"texture":"#0"},"down":{"uv":[12.66667,8,13.5,9.33333],"texture":"#0"}}},{"from":[-3.25,20,1.5],"to":[-2.25,29,2.5],"rotation":{"angle":0,"axis":"y","origin":[0,-5,-6.5]},"faces":{"north":{"uv":[14.5,8.5,14.66667,10],"texture":"#0"},"east":{"uv":[14.5,8.5,14.66667,10],"texture":"#0"},"south":{"uv":[14.5,8.5,14.66667,10],"texture":"#0"},"west":{"uv":[14.5,8.5,14.66667,10],"texture":"#0"},"up":{"uv":[14.5,8.5,14.66667,8.66667],"texture":"#0"},"down":{"uv":[14.5,8.5,14.66667,8.66667],"texture":"#0"}}},{"from":[-3.25,29,1.5],"to":[-2.25,30,2.5],"rotation":{"angle":0,"axis":"y","origin":[0,-5,-6.5]},"faces":{"north":{"uv":[5,3,6,1.98334],"texture":"#4"},"east":{"uv":[5,3,6,1.98334],"texture":"#4"},"south":{"uv":[5,3,6,1.98334],"texture":"#4"},"west":{"uv":[5,3,6,1.98334],"texture":"#4"},"up":{"uv":[5,3,6,1.98334],"texture":"#4"},"down":{"uv":[5,3,6,1.98334],"texture":"#4"}}},{"from":[-6,-4.25,7.15],"to":[-4,3.75,11.15],"rotation":{"angle":0,"axis":"y","origin":[0,-5,-6]},"faces":{"north":{"uv":[8.33333,11,8.66667,12.33333],"texture":"#0"},"east":{"uv":[8,11,8.66667,12.33333],"texture":"#0"},"south":{"uv":[8.66667,11,8.33333,12.33333],"texture":"#0"},"west":{"uv":[8,11,8.66667,12.33333],"texture":"#0"},"up":{"uv":[8.66667,11,9,11.66667],"texture":"#0"},"down":{"uv":[9,11,9.33333,11.66667],"texture":"#0"}}},{"from":[20,-4.25,7.15],"to":[22,3.75,11.15],"rotation":{"angle":0,"axis":"y","origin":[0,-5,-6]},"faces":{"north":{"uv":[8.66667,11,8.33333,12.33333],"texture":"#0"},"east":{"uv":[8,11,8.66667,12.33333],"texture":"#0"},"south":{"uv":[8.33333,11,8.66667,12.33333],"texture":"#0"},"west":{"uv":[8,11,8.66667,12.33333],"texture":"#0"},"up":{"uv":[8.66667,11,9,11.66667],"rotation":180,"texture":"#0"},"down":{"uv":[9,11,9.33333,11.66667],"rotation":180,"texture":"#0"}}},{"from":[6.15,6,14],"to":[10.15,14,16],"rotation":{"angle":0,"axis":"y","origin":[0,-5,-6]},"faces":{"north":{"uv":[8,11,8.66667,12.33333],"texture":"#0"},"east":{"uv":[8.66667,11,8.33333,12.33333],"texture":"#0"},"south":{"uv":[8,11,8.66667,12.33333],"texture":"#0"},"west":{"uv":[8.33333,11,8.66667,12.33333],"texture":"#0"},"up":{"uv":[8.66667,11,9,11.66667],"rotation":270,"texture":"#0"},"down":{"uv":[9,11,9.33333,11.66667],"rotation":90,"texture":"#0"}}},{"from":[2,19,-4],"to":[14,21,8],"rotation":{"angle":0,"axis":"y","origin":[0,-5,-6]},"faces":{"north":{"uv":[8,14.33333,10,14.66667],"texture":"#0"},"east":{"uv":[8,15.33333,10,15.66667],"texture":"#0"},"south":{"uv":[8,15,10,15.33333],"texture":"#0"},"west":{"uv":[8,14.66667,10,15],"texture":"#0"},"up":{"uv":[8,12.33333,10,14.33333],"texture":"#0"},"down":{"uv":[8,12.33333,10,14.33333],"texture":"#0"}}},{"from":[4.5,-5,14],"to":[11.5,2,21],"rotation":{"angle":0,"axis":"y","origin":[0,-5,-6]},"faces":{"north":{"uv":[4,0,8,4],"texture":"#1"},"east":{"uv":[4,0,0,4],"texture":"#1"},"south":{"uv":[4,0,8,4],"texture":"#1"},"west":{"uv":[0,0,4,4],"texture":"#1"},"up":{"uv":[0,0,4,4],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,4,4],"rotation":270,"texture":"#1"}}},{"from":[4.25,-5,14],"to":[11.25,2,21],"rotation":{"angle":0,"axis":"y","origin":[0,-5,-6]},"faces":{"north":{"uv":[12,0,16,4],"texture":"#1"},"east":{"uv":[12,0,8,4],"texture":"#1"},"south":{"uv":[12,0,16,4],"texture":"#1"},"west":{"uv":[8,0,12,4],"texture":"#1"},"up":{"uv":[8,0,12,4],"rotation":90,"texture":"#1"},"down":{"uv":[8,0,12,4],"rotation":270,"texture":"#1"}}},{"from":[4,-5,14],"to":[11,2,21],"rotation":{"angle":0,"axis":"y","origin":[0,-5,-6]},"faces":{"north":{"uv":[4,4,8,8],"texture":"#1"},"east":{"uv":[4,4,0,8],"texture":"#1"},"south":{"uv":[4,4,8,8],"texture":"#1"},"west":{"uv":[0,4,4,8],"texture":"#1"},"up":{"uv":[0,4,4,8],"rotation":90,"texture":"#1"},"down":{"uv":[0,4,4,8],"rotation":270,"texture":"#1"}}},{"from":[4.25,-5,14],"to":[11.25,2,21],"rotation":{"angle":0,"axis":"y","origin":[0,-5,-6]},"faces":{"north":{"uv":[12,4,16,8],"texture":"#1"},"east":{"uv":[12,4,8,8],"texture":"#1"},"south":{"uv":[12,4,16,8],"texture":"#1"},"west":{"uv":[8,4,12,8],"texture":"#1"},"up":{"uv":[8,4,12,8],"rotation":90,"texture":"#1"},"down":{"uv":[8,4,12,8],"rotation":270,"texture":"#1"}}},{"from":[4.5,-5,14],"to":[11.5,2,21],"rotation":{"angle":0,"axis":"y","origin":[0,-5,-6]},"faces":{"north":{"uv":[4,8,8,12],"texture":"#1"},"east":{"uv":[4,8,0,12],"texture":"#1"},"south":{"uv":[4,8,8,12],"texture":"#1"},"west":{"uv":[0,8,4,12],"texture":"#1"},"up":{"uv":[0,8,4,12],"rotation":90,"texture":"#1"},"down":{"uv":[0,8,4,12],"rotation":270,"texture":"#1"}}},{"from":[4.75,-5,14],"to":[11.75,2,21],"rotation":{"angle":0,"axis":"y","origin":[0,-5,-6]},"faces":{"north":{"uv":[12,8,16,12],"texture":"#1"},"east":{"uv":[12,8,8,12],"texture":"#1"},"south":{"uv":[12,8,16,12],"texture":"#1"},"west":{"uv":[8,8,12,12],"texture":"#1"},"up":{"uv":[8,8,12,12],"rotation":90,"texture":"#1"},"down":{"uv":[8,8,12,12],"rotation":270,"texture":"#1"}}},{"from":[5,-5,14],"to":[12,2,21],"rotation":{"angle":0,"axis":"y","origin":[0,-5,-6]},"faces":{"north":{"uv":[4,12,8,16],"texture":"#1"},"east":{"uv":[4,12,0,16],"texture":"#1"},"south":{"uv":[4,12,8,16],"texture":"#1"},"west":{"uv":[0,12,4,16],"texture":"#1"},"up":{"uv":[0,12,4,16],"rotation":90,"texture":"#1"},"down":{"uv":[0,12,4,16],"rotation":270,"texture":"#1"}}},{"from":[4.75,-5,14],"to":[11.75,2,21],"rotation":{"angle":0,"axis":"y","origin":[0,-5,-6]},"faces":{"north":{"uv":[12,12,16,16],"texture":"#1"},"east":{"uv":[12,12,8,16],"texture":"#1"},"south":{"uv":[12,12,16,16],"texture":"#1"},"west":{"uv":[8,12,12,16],"texture":"#1"},"up":{"uv":[8,12,12,16],"rotation":90,"texture":"#1"},"down":{"uv":[8,12,12,16],"rotation":270,"texture":"#1"}}},{"from":[5,-5,21],"to":[11,1,27],"rotation":{"angle":0,"axis":"y","origin":[0,-5,-6]},"faces":{"north":{"uv":[4,0,8,4],"texture":"#2"},"east":{"uv":[4,0,0,4],"texture":"#2"},"south":{"uv":[4,0,8,4],"texture":"#2"},"west":{"uv":[0,0,4,4],"texture":"#2"},"up":{"uv":[0,0,4,4],"rotation":90,"texture":"#2"},"down":{"uv":[0,0,4,4],"rotation":270,"texture":"#2"}}},{"from":[4.75,-5,21],"to":[10.75,1,27],"rotation":{"angle":0,"axis":"y","origin":[0,-5,-6]},"faces":{"north":{"uv":[12,0,16,4],"texture":"#2"},"east":{"uv":[12,0,8,4],"texture":"#2"},"south":{"uv":[12,0,16,4],"texture":"#2"},"west":{"uv":[8,0,12,4],"texture":"#2"},"up":{"uv":[8,0,12,4],"rotation":90,"texture":"#2"},"down":{"uv":[8,0,12,4],"rotation":270,"texture":"#2"}}},{"from":[4.5,-5,21],"to":[10.5,1,27],"rotation":{"angle":0,"axis":"y","origin":[0,-5,-6]},"faces":{"north":{"uv":[4,4,8,8],"texture":"#2"},"east":{"uv":[4,4,0,8],"texture":"#2"},"south":{"uv":[4,4,8,8],"texture":"#2"},"west":{"uv":[0,4,4,8],"texture":"#2"},"up":{"uv":[0,4,4,8],"rotation":90,"texture":"#2"},"down":{"uv":[0,4,4,8],"rotation":270,"texture":"#2"}}},{"from":[4.75,-5,21],"to":[10.75,1,27],"rotation":{"angle":0,"axis":"y","origin":[0,-5,-6]},"faces":{"north":{"uv":[12,4,16,8],"texture":"#2"},"east":{"uv":[12,4,8,8],"texture":"#2"},"south":{"uv":[12,4,16,8],"texture":"#2"},"west":{"uv":[8,4,12,8],"texture":"#2"},"up":{"uv":[8,4,12,8],"rotation":90,"texture":"#2"},"down":{"uv":[8,4,12,8],"rotation":270,"texture":"#2"}}},{"from":[5,-5,21],"to":[11,1,27],"rotation":{"angle":0,"axis":"y","origin":[0,-5,-6]},"faces":{"north":{"uv":[4,8,8,12],"texture":"#2"},"east":{"uv":[4,8,0,12],"texture":"#2"},"south":{"uv":[4,8,8,12],"texture":"#2"},"west":{"uv":[0,8,4,12],"texture":"#2"},"up":{"uv":[0,8,4,12],"rotation":90,"texture":"#2"},"down":{"uv":[0,8,4,12],"rotation":270,"texture":"#2"}}},{"from":[5.25,-5,21],"to":[11.25,1,27],"rotation":{"angle":0,"axis":"y","origin":[0,-5,-6]},"faces":{"north":{"uv":[12,8,16,12],"texture":"#2"},"east":{"uv":[12,8,8,12],"texture":"#2"},"south":{"uv":[12,8,16,12],"texture":"#2"},"west":{"uv":[8,8,12,12],"texture":"#2"},"up":{"uv":[8,8,12,12],"rotation":90,"texture":"#2"},"down":{"uv":[8,8,12,12],"rotation":270,"texture":"#2"}}},{"from":[5.5,-5,21],"to":[11.5,1,27],"rotation":{"angle":0,"axis":"y","origin":[0,-5,-6]},"faces":{"north":{"uv":[4,12,8,16],"texture":"#2"},"east":{"uv":[4,12,0,16],"texture":"#2"},"south":{"uv":[4,12,8,16],"texture":"#2"},"west":{"uv":[0,12,4,16],"texture":"#2"},"up":{"uv":[0,12,4,16],"rotation":90,"texture":"#2"},"down":{"uv":[0,12,4,16],"rotation":270,"texture":"#2"}}},{"from":[5.25,-5,21],"to":[11.25,1,27],"rotation":{"angle":0,"axis":"y","origin":[0,-5,-6]},"faces":{"north":{"uv":[12,12,16,16],"texture":"#2"},"east":{"uv":[12,12,8,16],"texture":"#2"},"south":{"uv":[12,12,16,16],"texture":"#2"},"west":{"uv":[8,12,12,16],"texture":"#2"},"up":{"uv":[8,12,12,16],"rotation":90,"texture":"#2"},"down":{"uv":[8,12,12,16],"rotation":270,"texture":"#2"}}},{"from":[5.5,-5,27],"to":[10.5,0,32],"rotation":{"angle":0,"axis":"y","origin":[0,-5,-6]},"faces":{"north":{"uv":[4,0,8,4],"texture":"#1"},"east":{"uv":[4,0,0,4],"texture":"#1"},"south":{"uv":[4,0,8,4],"texture":"#1"},"west":{"uv":[0,0,4,4],"texture":"#1"},"up":{"uv":[0,0,4,4],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,4,4],"rotation":270,"texture":"#1"}}},{"from":[5.25,-5,27],"to":[10.25,0,32],"rotation":{"angle":0,"axis":"y","origin":[0,-5,-6]},"faces":{"north":{"uv":[12,0,16,4],"texture":"#1"},"east":{"uv":[12,0,8,4],"texture":"#1"},"south":{"uv":[12,0,16,4],"texture":"#1"},"west":{"uv":[8,0,12,4],"texture":"#1"},"up":{"uv":[8,0,12,4],"rotation":90,"texture":"#1"},"down":{"uv":[8,0,12,4],"rotation":270,"texture":"#1"}}},{"from":[5,-5,27],"to":[10,0,32],"rotation":{"angle":0,"axis":"y","origin":[0,-5,-6]},"faces":{"north":{"uv":[4,4,8,8],"texture":"#1"},"east":{"uv":[4,4,0,8],"texture":"#1"},"south":{"uv":[4,4,8,8],"texture":"#1"},"west":{"uv":[0,4,4,8],"texture":"#1"},"up":{"uv":[0,4,4,8],"rotation":90,"texture":"#1"},"down":{"uv":[0,4,4,8],"rotation":270,"texture":"#1"}}},{"from":[5.25,-5,27],"to":[10.25,0,32],"rotation":{"angle":0,"axis":"y","origin":[0,-5,-6]},"faces":{"north":{"uv":[12,4,16,8],"texture":"#1"},"east":{"uv":[12,4,8,8],"texture":"#1"},"south":{"uv":[12,4,16,8],"texture":"#1"},"west":{"uv":[8,4,12,8],"texture":"#1"},"up":{"uv":[8,4,12,8],"rotation":90,"texture":"#1"},"down":{"uv":[8,4,12,8],"rotation":270,"texture":"#1"}}},{"from":[5.5,-5,27],"to":[10.5,0,32],"rotation":{"angle":0,"axis":"y","origin":[0,-5,-6]},"faces":{"north":{"uv":[4,8,8,12],"texture":"#1"},"east":{"uv":[4,8,0,12],"texture":"#1"},"south":{"uv":[4,8,8,12],"texture":"#1"},"west":{"uv":[0,8,4,12],"texture":"#1"},"up":{"uv":[0,8,4,12],"rotation":90,"texture":"#1"},"down":{"uv":[0,8,4,12],"rotation":270,"texture":"#1"}}},{"from":[5.75,-5,27],"to":[10.75,0,32],"rotation":{"angle":0,"axis":"y","origin":[0,-5,-6]},"faces":{"north":{"uv":[12,8,16,12],"texture":"#1"},"east":{"uv":[12,8,8,12],"texture":"#1"},"south":{"uv":[12,8,16,12],"texture":"#1"},"west":{"uv":[8,8,12,12],"texture":"#1"},"up":{"uv":[8,8,12,12],"rotation":90,"texture":"#1"},"down":{"uv":[8,8,12,12],"rotation":270,"texture":"#1"}}},{"from":[6,-5,27],"to":[11,0,32],"rotation":{"angle":0,"axis":"y","origin":[0,-5,-6]},"faces":{"north":{"uv":[4,12,8,16],"texture":"#1"},"east":{"uv":[4,12,0,16],"texture":"#1"},"south":{"uv":[4,12,8,16],"texture":"#1"},"west":{"uv":[0,12,4,16],"texture":"#1"},"up":{"uv":[0,12,4,16],"rotation":90,"texture":"#1"},"down":{"uv":[0,12,4,16],"rotation":270,"texture":"#1"}}},{"from":[5.75,-5,27],"to":[10.75,0,32],"rotation":{"angle":0,"axis":"y","origin":[0,-5,-6]},"faces":{"north":{"uv":[12,12,16,16],"texture":"#1"},"east":{"uv":[12,12,8,16],"texture":"#1"},"south":{"uv":[12,12,16,16],"texture":"#1"},"west":{"uv":[8,12,12,16],"texture":"#1"},"up":{"uv":[8,12,12,16],"rotation":90,"texture":"#1"},"down":{"uv":[8,12,12,16],"rotation":270,"texture":"#1"}}},{"from":[6,21,0],"to":[10,23,4],"rotation":{"angle":0,"axis":"y","origin":[0,22,11]},"faces":{"north":{"uv":[14.16667,10.66667,13.5,11],"texture":"#0"},"east":{"uv":[14.16667,10.66667,13.5,11],"texture":"#0"},"south":{"uv":[14.16667,10.66667,13.5,11],"texture":"#0"},"west":{"uv":[14.16667,10.66667,13.5,11],"texture":"#0"},"up":{"uv":[13.5,11.66667,14.16667,11],"texture":"#0"},"down":{"uv":[13.5,11.66667,14.16667,11],"texture":"#0"}}},{"from":[6,23,-12],"to":[10,27,8],"rotation":{"angle":0,"axis":"y","origin":[0,22,11]},"faces":{"north":{"uv":[14.16667,10,13.5,10.66667],"texture":"#0"},"east":{"uv":[10.16667,10,13.5,10.66667],"texture":"#0"},"south":{"uv":[14.83333,10,14.16667,10.66667],"texture":"#0"},"west":{"uv":[13.5,10,10.16667,10.66667],"texture":"#0"},"up":{"uv":[13.5,10.66667,10.16667,11.33333],"rotation":90,"texture":"#0"},"down":{"uv":[13.5,11.33333,10.16667,12],"rotation":90,"texture":"#0"}}},{"from":[11.7,24.7,3.7],"to":[18.3,31.3,10.3],"rotation":{"angle":0,"axis":"y","origin":[0,22,-5]},"faces":{"north":{"uv":[4,12.01667,7.98333,16],"texture":"#3"},"east":{"uv":[0,12.01667,3.98333,16],"texture":"#3"},"south":{"uv":[12,12.01667,15.98333,16],"texture":"#3"},"west":{"uv":[8,12,11.98333,15.98333],"texture":"#3"},"up":{"uv":[4,8,7.98333,11.98333],"texture":"#3"},"down":{"uv":[8,8,11.98333,11.98333],"texture":"#3"}}},{"from":[12,25,4],"to":[18,31,10],"rotation":{"angle":0,"axis":"y","origin":[0,22,-5]},"faces":{"north":{"uv":[4,4,7.98333,7.98333],"texture":"#3"},"east":{"uv":[0,4,3.98333,7.98333],"texture":"#3"},"south":{"uv":[12,4,15.98333,7.98333],"texture":"#3"},"west":{"uv":[8,4,11.98333,7.98333],"texture":"#3"},"up":{"uv":[4,0,7.98333,3.98333],"texture":"#3"},"down":{"uv":[8,0,11.98333,3.98333],"texture":"#3"}}},{"from":[10,23,6],"to":[18,24,8],"rotation":{"angle":0,"axis":"y","origin":[0,22,-5]},"faces":{"north":{"uv":[10,12.33333,11.33333,12.5],"texture":"#0"},"east":{"uv":[11.33333,12,11.66667,12.16667],"texture":"#0"},"south":{"uv":[11.33333,12.33333,10,12.5],"texture":"#0"},"west":{"uv":[11.33333,12,11.66667,12.16667],"texture":"#0"},"up":{"uv":[10,12,11.33333,12.33333],"texture":"#0"},"down":{"uv":[10,12,11.33333,12.33333],"texture":"#0"}}},{"from":[11,24,3],"to":[19,25,11],"rotation":{"angle":0,"axis":"y","origin":[0,22,-5]},"faces":{"north":{"uv":[10,14,11.33333,14.16667],"texture":"#0"},"east":{"uv":[10,13.83333,11.33333,14],"texture":"#0"},"south":{"uv":[10,14.16667,11.33333,14.33333],"texture":"#0"},"west":{"uv":[10,13.83333,11.33333,14],"texture":"#0"},"up":{"uv":[11.33333,12.5,10,13.83333],"texture":"#0"},"down":{"uv":[10,12.5,11.33333,13.83333],"texture":"#0"}}},{"from":[10,24,-2],"to":[16,31,-1],"rotation":{"angle":22.5,"axis":"x","origin":[0,22,-5]},"faces":{"north":{"uv":[11.5,12.16667,12.5,13.33333],"texture":"#0"},"east":{"uv":[11.33333,12.16667,11.5,13.33333],"texture":"#0"},"south":{"uv":[12.5,12.16667,11.5,13.33333],"texture":"#0"},"west":{"uv":[11.33333,12.16667,11.5,13.33333],"texture":"#0"},"up":{"uv":[12.66667,12,13.66667,12.16667],"texture":"#0"},"down":{"uv":[11.66667,12,12.66667,12.16667],"texture":"#0"}}},{"from":[0,24,-2],"to":[6,31,-1],"rotation":{"angle":22.5,"axis":"x","origin":[16,22,-5]},"faces":{"north":{"uv":[12.5,12.16667,11.5,13.33333],"texture":"#0"},"east":{"uv":[11.5,12.16667,11.33333,13.33333],"texture":"#0"},"south":{"uv":[11.5,12.16667,12.5,13.33333],"texture":"#0"},"west":{"uv":[11.5,12.16667,11.33333,13.33333],"texture":"#0"},"up":{"uv":[13.66667,12,12.66667,12.16667],"texture":"#0"},"down":{"uv":[12.66667,12,11.66667,12.16667],"texture":"#0"}}},{"from":[7,27,3],"to":[9,28,7],"rotation":{"angle":0,"axis":"y","origin":[0,22,-5]},"faces":{"north":{"uv":[11.33333,13.33333,11.66667,13.5],"texture":"#0"},"east":{"uv":[11.66667,13.33333,12.33333,13.5],"texture":"#0"},"south":{"uv":[11.33333,13.33333,11.66667,13.5],"texture":"#0"},"west":{"uv":[11.66667,13.33333,12.33333,13.5],"texture":"#0"},"up":{"uv":[11.33333,13.5,11.66667,14.16667],"texture":"#0"},"down":{"uv":[11.33333,13.5,11.66667,14.16667],"texture":"#0"}}},{"from":[7.5,27,-12],"to":[8.5,29,-10],"rotation":{"angle":0,"axis":"y","origin":[0,22,-5]},"faces":{"north":{"uv":[11.83333,13.83333,12,14.16667],"texture":"#0"},"east":{"uv":[12,13.5,11.66667,13.83333],"texture":"#0"},"south":{"uv":[11.66667,13.83333,11.83333,14.16667],"texture":"#0"},"west":{"uv":[11.66667,13.5,12,13.83333],"texture":"#0"},"up":{"uv":[12,13.5,12.16667,13.83333],"texture":"#0"},"down":{"uv":[12,13.5,12.16667,13.83333],"texture":"#0"}}},{"from":[20,-3.5,-2],"to":[28,4.5,6],"rotation":{"angle":0,"axis":"y","origin":[0,7,4]},"faces":{"north":{"uv":[13.5,12.16667,14.83333,13.5],"texture":"#0"},"east":{"uv":[13.5,12.16667,14.83333,13.5],"texture":"#0"},"south":{"uv":[13.5,12.16667,14.83333,13.5],"texture":"#0"},"west":{"uv":[13.5,12.16667,14.83333,13.5],"texture":"#0"},"up":{"uv":[12.16667,13.5,13.5,14.83333],"texture":"#0"},"down":{"uv":[13.5,13.5,14.83333,14.83333],"texture":"#0"}}},{"from":[21,4.5,-1],"to":[27,5.5,5],"rotation":{"angle":0,"axis":"y","origin":[0,7,4]},"faces":{"north":{"uv":[12.5,12.16667,13.5,12.33333],"texture":"#0"},"east":{"uv":[12.5,12.16667,13.5,12.33333],"texture":"#0"},"south":{"uv":[12.5,12.16667,13.5,12.33333],"texture":"#0"},"west":{"uv":[12.5,12.16667,13.5,12.33333],"texture":"#0"},"up":{"uv":[12.5,12.33333,13.5,13.33333],"texture":"#0"},"down":{"uv":[12.5,12.33333,13.5,13.33333],"texture":"#0"}}},{"from":[21,-5.5,-1],"to":[27,-3.5,5],"rotation":{"angle":0,"axis":"y","origin":[0,7,4]},"faces":{"north":{"uv":[14.66667,9,15.66667,9.33333],"texture":"#0"},"east":{"uv":[14.66667,9,15.66667,9.33333],"texture":"#0"},"south":{"uv":[14.66667,9,15.66667,9.33333],"texture":"#0"},"west":{"uv":[14.66667,9,15.66667,9.33333],"texture":"#0"},"up":{"uv":[14.66667,8,15.66667,9],"texture":"#0"},"down":{"uv":[14.66667,8,15.66667,9],"texture":"#0"}}},{"from":[21.2,-15.8,-0.8],"to":[26.8,-0.2,4.8],"rotation":{"angle":0,"axis":"y","origin":[0,9,0]},"faces":{"north":{"uv":[0,15,6,0],"texture":"#5"},"east":{"uv":[0,15,6,0],"texture":"#5"},"south":{"uv":[0,15,6,0],"texture":"#5"},"west":{"uv":[0,15,6,0],"texture":"#5"},"up":{"uv":[0,15,6,0],"texture":"#5"}}},{"from":[-12,-3.5,-2],"to":[-4,4.5,6],"rotation":{"angle":0,"axis":"y","origin":[0,7,4]},"faces":{"north":{"uv":[13.5,12.16667,14.83333,13.5],"texture":"#0"},"east":{"uv":[13.5,12.16667,14.83333,13.5],"texture":"#0"},"south":{"uv":[13.5,12.16667,14.83333,13.5],"texture":"#0"},"west":{"uv":[13.5,12.16667,14.83333,13.5],"texture":"#0"},"up":{"uv":[12.16667,13.5,13.5,14.83333],"texture":"#0"},"down":{"uv":[13.5,13.5,14.83333,14.83333],"texture":"#0"}}},{"from":[-11,4.5,-1],"to":[-5,5.5,5],"rotation":{"angle":0,"axis":"y","origin":[0,7,4]},"faces":{"north":{"uv":[12.5,12.16667,13.5,12.33333],"texture":"#0"},"east":{"uv":[12.5,12.16667,13.5,12.33333],"texture":"#0"},"south":{"uv":[12.5,12.16667,13.5,12.33333],"texture":"#0"},"west":{"uv":[12.5,12.16667,13.5,12.33333],"texture":"#0"},"up":{"uv":[12.5,12.33333,13.5,13.33333],"texture":"#0"},"down":{"uv":[12.5,12.33333,13.5,13.33333],"texture":"#0"}}},{"from":[-11,-5.5,-1],"to":[-5,-3.5,5],"rotation":{"angle":0,"axis":"y","origin":[0,7,4]},"faces":{"north":{"uv":[14.66667,9,15.66667,9.33333],"texture":"#0"},"east":{"uv":[14.66667,9,15.66667,9.33333],"texture":"#0"},"south":{"uv":[14.66667,9,15.66667,9.33333],"texture":"#0"},"west":{"uv":[14.66667,9,15.66667,9.33333],"texture":"#0"},"up":{"uv":[14.66667,8,15.66667,9],"texture":"#0"},"down":{"uv":[14.66667,8,15.66667,9],"texture":"#0"}}},{"from":[-10.8,-15.8,-0.8],"to":[-5.2,-0.2,4.8],"rotation":{"angle":0,"axis":"y","origin":[0,9,0]},"faces":{"north":{"uv":[0,15,6,0],"texture":"#5"},"east":{"uv":[0,15,6,0],"texture":"#5"},"south":{"uv":[0,15,6,0],"texture":"#5"},"west":{"uv":[0,15,6,0],"texture":"#5"},"up":{"uv":[0,15,6,0],"texture":"#5"}}},{"from":[-6.25,9,0],"to":[-4.25,12,6],"rotation":{"angle":0,"axis":"y","origin":[0.25,17,13]},"faces":{"north":{"uv":[14.83333,11.16667,15.16667,11.66667],"texture":"#0"},"east":{"uv":[14.66667,9.33333,15.66667,9.83333],"texture":"#0"},"south":{"uv":[15.16667,11.16667,14.83333,11.66667],"texture":"#0"},"west":{"uv":[14.66667,9.33333,15.66667,9.83333],"texture":"#0"},"up":{"uv":[14.5,10.66667,14.83333,11.66667],"texture":"#0"},"down":{"uv":[14.16667,10.66667,14.5,11.66667],"texture":"#0"}}},{"from":[-14.75,9,0],"to":[-12.75,12,6],"rotation":{"angle":0,"axis":"y","origin":[0.25,17,13]},"faces":{"north":{"uv":[14.83333,11.16667,15.16667,11.66667],"texture":"#0"},"east":{"uv":[14.66667,9.33333,15.66667,9.83333],"texture":"#0"},"south":{"uv":[15.16667,11.16667,14.83333,11.66667],"texture":"#0"},"west":{"uv":[14.66667,9.33333,15.66667,9.83333],"texture":"#0"},"up":{"uv":[14.5,10.66667,14.83333,11.66667],"texture":"#0"},"down":{"uv":[14.16667,10.66667,14.5,11.66667],"texture":"#0"}}},{"from":[-11.65,15.5,1],"to":[-8.65,16.5,2],"rotation":{"angle":45,"axis":"z","origin":[0.25,17,13]},"faces":{"north":{"uv":[13.5,11.66667,14,11.83333],"texture":"#0"},"east":{"uv":[13.83333,11.66667,14,11.83333],"texture":"#0"},"south":{"uv":[13.5,11.66667,14,11.83333],"rotation":180,"texture":"#0"},"west":{"uv":[13.83333,11.66667,14,11.83333],"texture":"#0"},"up":{"uv":[13.5,11.66667,14,11.83333],"rotation":180,"texture":"#0"},"down":{"uv":[13.5,11.66667,14,11.83333],"rotation":180,"texture":"#0"}}},{"from":[8.85,13,1],"to":[11.85,14,2],"rotation":{"angle":-45,"axis":"z","origin":[0.25,33,13]},"faces":{"north":{"uv":[13.5,11.83333,14,11.66667],"texture":"#0"},"east":{"uv":[13.83333,11.83333,14,11.66667],"texture":"#0"},"south":{"uv":[13.5,11.83333,14,11.66667],"rotation":180,"texture":"#0"},"west":{"uv":[13.83333,11.83333,14,11.66667],"texture":"#0"},"up":{"uv":[13.5,11.83333,14,11.66667],"rotation":180,"texture":"#0"},"down":{"uv":[13.5,11.83333,14,11.66667],"rotation":180,"texture":"#0"}}},{"from":[8.85,13,4],"to":[11.85,14,5],"rotation":{"angle":-45,"axis":"z","origin":[0.25,33,13]},"faces":{"north":{"uv":[13.5,11.83333,14,11.66667],"texture":"#0"},"east":{"uv":[13.83333,11.83333,14,11.66667],"texture":"#0"},"south":{"uv":[13.5,11.83333,14,11.66667],"rotation":180,"texture":"#0"},"west":{"uv":[13.83333,11.83333,14,11.66667],"texture":"#0"},"up":{"uv":[13.5,11.83333,14,11.66667],"rotation":180,"texture":"#0"},"down":{"uv":[13.5,11.83333,14,11.66667],"rotation":180,"texture":"#0"}}},{"from":[-11.65,15.5,4],"to":[-8.65,16.5,5],"rotation":{"angle":45,"axis":"z","origin":[0.25,17,13]},"faces":{"north":{"uv":[13.5,11.66667,14,11.83333],"texture":"#0"},"east":{"uv":[13.83333,11.66667,14,11.83333],"texture":"#0"},"south":{"uv":[13.5,11.66667,14,11.83333],"rotation":180,"texture":"#0"},"west":{"uv":[13.83333,11.66667,14,11.83333],"texture":"#0"},"up":{"uv":[13.5,11.66667,14,11.83333],"rotation":180,"texture":"#0"},"down":{"uv":[13.5,11.66667,14,11.83333],"rotation":180,"texture":"#0"}}},{"from":[-12.25,8,-2],"to":[-7.25,13,-1],"rotation":{"angle":0,"axis":"y","origin":[-9.75,10.5,-1.5]},"faces":{"north":{"uv":[15.16667,13.16667,16,14],"texture":"#0"},"east":{"uv":[15,13.16667,15.16667,14],"texture":"#0"},"south":{"uv":[15.16667,13.16667,16,14],"texture":"#0"},"west":{"uv":[15,13.16667,15.16667,14],"texture":"#0"},"up":{"uv":[15.16667,12.83333,16,13],"texture":"#0"},"down":{"uv":[15.16667,13,16,13.16667],"texture":"#0"}}},{"from":[-12.255,7.995,-8.005],"to":[-7.245,13.005,-6.995],"rotation":{"angle":0,"axis":"y","origin":[-9.75,10.5,-1.5]},"faces":{"north":{"uv":[15,10.33333,15.83333,11.16667],"texture":"#0"},"east":{"uv":[14.83333,10.33333,15,11.16667],"texture":"#0"},"south":{"uv":[15,10.33333,15.83333,11.16667],"texture":"#0"},"west":{"uv":[14.83333,10.33333,15,11.16667],"texture":"#0"},"up":{"uv":[15,10,15.83333,10.16667],"texture":"#0"},"down":{"uv":[15,10.16667,15.83333,10.33333],"texture":"#0"}}},{"from":[-12.255,7.995,-14.005],"to":[-7.245,13.005,-12.995],"rotation":{"angle":0,"axis":"y","origin":[-9.75,10.5,-1.5]},"faces":{"north":{"uv":[15,10.33333,15.83333,11.16667],"texture":"#0"},"east":{"uv":[14.83333,10.33333,15,11.16667],"texture":"#0"},"south":{"uv":[15,10.33333,15.83333,11.16667],"texture":"#0"},"west":{"uv":[14.83333,10.33333,15,11.16667],"texture":"#0"},"up":{"uv":[15,10,15.83333,10.16667],"texture":"#0"},"down":{"uv":[15,10.16667,15.83333,10.33333],"texture":"#0"}}},{"from":[-10.25,12,-16],"to":[-9.25,13,-2],"rotation":{"angle":0,"axis":"y","origin":[-9.75,10.5,-1.5]},"faces":{"north":{"uv":[15.83333,10.33333,16,10.5],"rotation":90,"texture":"#0"},"east":{"uv":[16,12.83333,15.83333,10.5],"rotation":90,"texture":"#0"},"south":{"uv":[15.83333,10.33333,16,10.5],"rotation":90,"texture":"#0"},"west":{"uv":[15.83333,10.5,16,12.83333],"rotation":90,"texture":"#0"},"up":{"uv":[16,12.83333,15.83333,10.5],"texture":"#0"},"down":{"uv":[15.83333,10.5,16,12.83333],"texture":"#0"}}},{"from":[-10.25,8,-16],"to":[-9.25,9,-2],"rotation":{"angle":0,"axis":"y","origin":[-9.75,10.5,-1.5]},"faces":{"north":{"uv":[15.83333,10.33333,16,10.5],"rotation":90,"texture":"#0"},"east":{"uv":[16,12.83333,15.83333,10.5],"rotation":90,"texture":"#0"},"south":{"uv":[15.83333,10.33333,16,10.5],"rotation":90,"texture":"#0"},"west":{"uv":[15.83333,10.5,16,12.83333],"rotation":90,"texture":"#0"},"up":{"uv":[16,12.83333,15.83333,10.5],"texture":"#0"},"down":{"uv":[15.83333,10.5,16,12.83333],"texture":"#0"}}},{"from":[-8.25,10,-16],"to":[-7.25,11,-2],"rotation":{"angle":-45,"axis":"z","origin":[-9.75,10.5,-1.5]},"faces":{"north":{"uv":[15.83333,10.33333,16,10.5],"rotation":180,"texture":"#0"},"east":{"uv":[15.83333,10.5,16,12.83333],"rotation":270,"texture":"#0"},"south":{"uv":[15.83333,10.33333,16,10.5],"texture":"#0"},"west":{"uv":[16,12.83333,15.83333,10.5],"rotation":270,"texture":"#0"},"up":{"uv":[16,12.83333,15.83333,10.5],"texture":"#0"},"down":{"uv":[15.83333,10.5,16,12.83333],"texture":"#0"}}},{"from":[-12.25,10,-16],"to":[-11.25,11,-2],"rotation":{"angle":-45,"axis":"z","origin":[-9.75,10.5,-1.5]},"faces":{"north":{"uv":[15.83333,10.33333,16,10.5],"rotation":180,"texture":"#0"},"east":{"uv":[15.83333,10.5,16,12.83333],"rotation":270,"texture":"#0"},"south":{"uv":[15.83333,10.33333,16,10.5],"texture":"#0"},"west":{"uv":[16,12.83333,15.83333,10.5],"rotation":270,"texture":"#0"},"up":{"uv":[16,12.83333,15.83333,10.5],"texture":"#0"},"down":{"uv":[15.83333,10.5,16,12.83333],"texture":"#0"}}},{"from":[-8.25,10,-16],"to":[-7.25,11,-2],"rotation":{"angle":0,"axis":"z","origin":[-9.75,10.5,-1.5]},"faces":{"north":{"uv":[15.83333,10.33333,16,10.5],"rotation":180,"texture":"#0"},"east":{"uv":[15.83333,10.5,16,12.83333],"rotation":270,"texture":"#0"},"south":{"uv":[15.83333,10.33333,16,10.5],"texture":"#0"},"west":{"uv":[16,12.83333,15.83333,10.5],"rotation":270,"texture":"#0"},"up":{"uv":[16,12.83333,15.83333,10.5],"texture":"#0"},"down":{"uv":[15.83333,10.5,16,12.83333],"texture":"#0"}}},{"from":[-12.25,10,-16],"to":[-11.25,11,-2],"rotation":{"angle":0,"axis":"z","origin":[-9.75,10.5,-1.5]},"faces":{"north":{"uv":[15.83333,10.33333,16,10.5],"rotation":180,"texture":"#0"},"east":{"uv":[15.83333,10.5,16,12.83333],"rotation":270,"texture":"#0"},"south":{"uv":[15.83333,10.33333,16,10.5],"texture":"#0"},"west":{"uv":[16,12.83333,15.83333,10.5],"rotation":270,"texture":"#0"},"up":{"uv":[16,12.83333,15.83333,10.5],"texture":"#0"},"down":{"uv":[15.83333,10.5,16,12.83333],"texture":"#0"}}},{"from":[-8.25,10,-16],"to":[-7.25,11,-2],"rotation":{"angle":45,"axis":"z","origin":[-9.75,10.5,-1.5]},"faces":{"north":{"uv":[15.83333,10.33333,16,10.5],"rotation":180,"texture":"#0"},"east":{"uv":[15.83333,10.5,16,12.83333],"rotation":270,"texture":"#0"},"south":{"uv":[15.83333,10.33333,16,10.5],"texture":"#0"},"west":{"uv":[16,12.83333,15.83333,10.5],"rotation":270,"texture":"#0"},"up":{"uv":[16,12.83333,15.83333,10.5],"texture":"#0"},"down":{"uv":[15.83333,10.5,16,12.83333],"texture":"#0"}}},{"from":[-12.25,10,-16],"to":[-11.25,11,-2],"rotation":{"angle":45,"axis":"z","origin":[-9.75,10.5,-1.5]},"faces":{"north":{"uv":[15.83333,10.33333,16,10.5],"rotation":180,"texture":"#0"},"east":{"uv":[15.83333,10.5,16,12.83333],"rotation":270,"texture":"#0"},"south":{"uv":[15.83333,10.33333,16,10.5],"texture":"#0"},"west":{"uv":[16,12.83333,15.83333,10.5],"rotation":270,"texture":"#0"},"up":{"uv":[16,12.83333,15.83333,10.5],"texture":"#0"},"down":{"uv":[15.83333,10.5,16,12.83333],"texture":"#0"}}},{"from":[-12.75,7.5,-1],"to":[-6.75,13.5,7],"rotation":{"angle":0,"axis":"y","origin":[0.25,17,13]},"faces":{"north":{"uv":[15,14,16,15],"texture":"#0"},"east":{"uv":[14.66667,15,16,16],"texture":"#0"},"south":{"uv":[15,14,16,15],"texture":"#0"},"west":{"uv":[14.66667,15,16,16],"texture":"#0"},"up":{"uv":[12,15,13.33333,16],"rotation":90,"texture":"#0"},"down":{"uv":[13.33333,15,14.66667,16],"rotation":90,"texture":"#0"}}},{"from":[-13.25,12.5,-1.5],"to":[-11.25,14.5,2.5],"rotation":{"angle":0,"axis":"y","origin":[0,7,0]},"faces":{"north":{"uv":[15.5,11.83333,15.83333,12.16667],"texture":"#0"},"east":{"uv":[15.16667,11.5,15.5,12.16667],"rotation":90,"texture":"#0"},"south":{"uv":[15.83333,11.83333,15.5,12.16667],"texture":"#0"},"west":{"uv":[15.16667,12.16667,15.5,12.83333],"rotation":90,"texture":"#0"},"up":{"uv":[15.5,12.16667,15.83333,12.83333],"texture":"#0"},"down":{"uv":[14.83333,12.16667,15.16667,12.83333],"texture":"#0"}}},{"from":[-8.25,12.5,-1.5],"to":[-6.25,14.5,2.5],"rotation":{"angle":0,"axis":"y","origin":[16,7,0]},"faces":{"north":{"uv":[15.83333,11.83333,15.5,12.16667],"texture":"#0"},"east":{"uv":[15.16667,12.83333,15.5,12.16667],"rotation":90,"texture":"#0"},"south":{"uv":[15.5,11.83333,15.83333,12.16667],"texture":"#0"},"west":{"uv":[15.16667,12.16667,15.5,11.5],"rotation":90,"texture":"#0"},"up":{"uv":[15.83333,12.16667,15.5,12.83333],"texture":"#0"},"down":{"uv":[15.16667,12.16667,14.83333,12.83333],"texture":"#0"}}},{"from":[-13.75,3,1],"to":[-12.75,9,5],"rotation":{"angle":0,"axis":"y","origin":[0,7,0]},"faces":{"north":{"uv":[11.83333,15,12,16],"texture":"#0"},"east":{"uv":[11.83333,15,11.16667,16],"texture":"#0"},"south":{"uv":[10.83333,15,11,16],"texture":"#0"},"west":{"uv":[11.16667,15,11.83333,16],"texture":"#0"},"up":{"uv":[11,15.33333,11.16667,16],"texture":"#0"},"down":{"uv":[11,15.33333,11.16667,16],"texture":"#0"}}},{"from":[-5.25505,15.995,0.995],"to":[-5.24505,18.005,3.005],"rotation":{"angle":0,"axis":"y","origin":[0,7,0]},"faces":{"north":{"uv":[0,0,0,0.16667],"texture":"#4"},"east":{"uv":[0,0,0.16667,0.16667],"texture":"#4"},"south":{"uv":[0,0,0,0.16667],"texture":"#4"},"west":{"uv":[5,0,7.01667,2.01667],"texture":"#4"},"up":{"uv":[0,0,0,0.16667],"texture":"#4"},"down":{"uv":[0,0,0,0.16667],"texture":"#4"}}}],"display":{"thirdperson_righthand":{"rotation":[90,0,0],"translation":[-5.75,-25,9.25],"scale":[4,4,4]},"head":{"translation":[0,-15,23],"scale":[4,4,4]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/redbeard/redbeard_arm.json b/assets/minecraft/models/item/wynn/jigsaw/redbeard/redbeard_arm.json new file mode 100644 index 000000000..8614b88f6 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/redbeard/redbeard_arm.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/redbeard","particle":"wynn/jigsaw/redbeard"},"elements":[{"from":[-5.5,-9.5,5.5],"to":[1.5,13.5,13.5],"rotation":{"angle":0,"axis":"z","origin":[-1,13,4.5]},"faces":{"north":{"uv":[13.625,8.125,14.375,10.875],"texture":"#0"},"east":{"uv":[12.75,8.125,13.625,10.875],"texture":"#0"},"south":{"uv":[15.25,8.125,16,10.875],"texture":"#0"},"west":{"uv":[14.375,8.125,15.25,10.875],"texture":"#0"},"up":{"uv":[14.375,8.125,13.625,7.25],"texture":"#0"},"down":{"uv":[15.125,7.25,14.375,8.125],"texture":"#0"}}},{"from":[-5,-9,6],"to":[1,13,13],"shade":false,"rotation":{"angle":0,"axis":"z","origin":[-1,13,9.5]},"faces":{"north":{"uv":[9.125,6.125,8.375,8.875],"texture":"#0"},"east":{"uv":[10,6.125,9.125,8.875],"texture":"#0"},"south":{"uv":[10.75,6.125,10,8.875],"texture":"#0"},"west":{"uv":[8.375,6.125,7.5,8.875],"texture":"#0"},"up":{"uv":[8.375,6.125,9.125,5.25],"texture":"#0"},"down":{"uv":[9.125,5.25,9.875,6.125],"texture":"#0"}}}],"display":{"head":{"translation":[17,-13,-3],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/redbeard/redbeard_body.json b/assets/minecraft/models/item/wynn/jigsaw/redbeard/redbeard_body.json new file mode 100644 index 000000000..5a6139e32 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/redbeard/redbeard_body.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/redbeard","particle":"wynn/jigsaw/redbeard"},"elements":[{"from":[-3.15,20.1,0.85],"to":[19.15,25.4,12.15],"rotation":{"angle":0,"axis":"y","origin":[8,-7,5]},"faces":{"north":{"uv":[1.375,10.25,4.125,10.875],"texture":"#0"},"east":{"uv":[0,10.25,1.375,10.875],"texture":"#0"},"south":{"uv":[5.5,10.25,8.25,10.875],"texture":"#0"},"west":{"uv":[4.125,10.25,5.5,10.875],"texture":"#0"},"up":{"uv":[4.125,10.25,1.375,8.875],"texture":"#0"},"down":{"uv":[6.875,8.875,4.125,10.25],"texture":"#0"}}},{"from":[0.85,20.1,2.85],"to":[15.15,28.4,10.15],"rotation":{"angle":0,"axis":"y","origin":[8,-7,5]},"faces":{"north":{"uv":[11.625,6.25,13.375,7.25],"texture":"#0"},"east":{"uv":[10.75,6.25,11.625,7.25],"texture":"#0"},"south":{"uv":[14.25,6.25,16,7.25],"texture":"#0"},"west":{"uv":[13.375,6.25,14.25,7.25],"texture":"#0"},"up":{"uv":[13.375,6.25,11.625,5.375],"texture":"#0"},"down":{"uv":[15.125,5.375,13.375,6.25],"texture":"#0"}}},{"from":[-2,15,5],"to":[2,20,7],"shade":false,"rotation":{"angle":0,"axis":"y","origin":[8,-7,5]},"faces":{"north":{"uv":[0.75,1.25,0.25,1.875],"texture":"#0"},"east":{"uv":[1,1.25,0.75,1.875],"texture":"#0"},"south":{"uv":[1.5,1.25,1,1.875],"texture":"#0"},"west":{"uv":[0.25,1.25,0,1.875],"texture":"#0"},"up":{"uv":[0.25,1.25,0.75,1],"texture":"#0"},"down":{"uv":[0.75,1,1.25,1.25],"texture":"#0"}}},{"from":[2,12,1],"to":[14,20,12],"rotation":{"angle":0,"axis":"y","origin":[8,-7,5]},"faces":{"north":{"uv":[10.125,1.375,11.625,2.375],"texture":"#0"},"east":{"uv":[8.75,1.375,10.125,2.375],"texture":"#0"},"south":{"uv":[13,1.375,14.5,2.375],"texture":"#0"},"west":{"uv":[11.625,1.375,13,2.375],"texture":"#0"},"up":{"uv":[11.625,1.375,10.125,0],"texture":"#0"},"down":{"uv":[13.125,0,11.625,1.375],"texture":"#0"}}},{"from":[6,16,-5],"to":[10,18,1],"rotation":{"angle":0,"axis":"y","origin":[8,-7,5]},"faces":{"north":{"uv":[0.75,0.75,1.25,1],"texture":"#0"},"east":{"uv":[0,0.75,0.75,1],"texture":"#0"},"south":{"uv":[2,0.75,2.5,1],"texture":"#0"},"west":{"uv":[1.25,0.75,2,1],"texture":"#0"},"up":{"uv":[1.25,0.75,0.75,0],"texture":"#0"},"down":{"uv":[1.75,0,1.25,0.75],"texture":"#0"}}},{"from":[-0.15,3.85,-2.15],"to":[16.15,16.15,7.15],"rotation":{"angle":22.5,"axis":"x","origin":[8,10,1.5]},"faces":{"north":{"uv":[10.875,12.625,12.875,14.125],"texture":"#0"},"east":{"uv":[9.75,12.625,10.875,14.125],"texture":"#0"},"south":{"uv":[14,12.625,16,14.125],"texture":"#0"},"west":{"uv":[12.875,12.625,14,14.125],"texture":"#0"},"up":{"uv":[12.875,12.625,10.875,11.5],"texture":"#0"},"down":{"uv":[14.875,11.5,12.875,12.625],"texture":"#0"}}},{"from":[14,15,5],"to":[18,20,7],"rotation":{"angle":0,"axis":"y","origin":[8,-7,5]},"faces":{"north":{"uv":[0.25,1.25,0.75,1.875],"texture":"#0"},"east":{"uv":[0,1.25,0.25,1.875],"texture":"#0"},"south":{"uv":[1,1.25,1.5,1.875],"texture":"#0"},"west":{"uv":[0.75,1.25,1,1.875],"texture":"#0"},"up":{"uv":[0.75,1.25,0.25,1],"texture":"#0"},"down":{"uv":[1.25,1,0.75,1.25],"texture":"#0"}}},{"from":[4,12,-8],"to":[6,14,2],"rotation":{"angle":22.5,"axis":"y","origin":[5,13,1]},"faces":{"north":{"uv":[11,8.875,11.25,9.125],"texture":"#0"},"east":{"uv":[9.75,8.875,11,9.125],"texture":"#0"},"south":{"uv":[12.5,8.875,12.75,9.125],"texture":"#0"},"west":{"uv":[11.25,8.875,12.5,9.125],"texture":"#0"},"up":{"uv":[11.25,8.875,11,7.625],"texture":"#0"},"down":{"uv":[11.5,7.625,11.25,8.875],"texture":"#0"}}},{"from":[1,20,7],"to":[1.01,30,17],"rotation":{"angle":-22.5,"axis":"y","origin":[1,20,7]},"faces":{"north":{"uv":[7,10.875,7,12.125],"texture":"#0"},"east":{"uv":[5.75,10.875,7,12.125],"texture":"#0"},"south":{"uv":[8.25,10.875,8.25,12.125],"texture":"#0"},"west":{"uv":[7,10.875,8.25,12.125],"texture":"#0"},"up":{"uv":[7,10.875,7,9.625],"texture":"#0"},"down":{"uv":[7,9.625,7,10.875],"texture":"#0"}}},{"from":[0,2,2],"to":[16,17,16],"rotation":{"angle":45,"axis":"x","origin":[8,7,8]},"faces":{"north":{"uv":[1.75,7,3.75,8.875],"texture":"#0"},"east":{"uv":[0,7,1.75,8.875],"texture":"#0"},"south":{"uv":[5.5,7,7.5,8.875],"texture":"#0"},"west":{"uv":[3.75,7,5.5,8.875],"texture":"#0"},"up":{"uv":[3.75,7,1.75,5.25],"texture":"#0"},"down":{"uv":[5.75,5.25,3.75,7],"texture":"#0"}}},{"from":[-4,-9,-2],"to":[20,11,20],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-4,10]},"faces":{"north":{"uv":[2.75,2.75,5.75,5.25],"texture":"#0"},"east":{"uv":[0,2.75,2.75,5.25],"texture":"#0"},"south":{"uv":[8.5,2.75,11.5,5.25],"texture":"#0"},"west":{"uv":[5.75,2.75,8.5,5.25],"texture":"#0"},"up":{"uv":[5.75,2.75,2.75,0],"texture":"#0"},"down":{"uv":[8.75,0,5.75,2.75],"texture":"#0"}}},{"from":[-4.5,2.5,-2.5],"to":[20.5,11.5,6.5],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-4,11]},"faces":{"north":{"uv":[1,14.25,4,15.25],"texture":"#0"},"east":{"uv":[0,14.25,1,15.25],"texture":"#0"},"south":{"uv":[5,14.25,8,15.25],"texture":"#0"},"west":{"uv":[4,14.25,5,15.25],"texture":"#0"},"up":{"uv":[4,14.25,1,13.25],"texture":"#0"},"down":{"uv":[7,13.25,4,14.25],"texture":"#0"}}},{"from":[6,-3,17],"to":[12,15,23],"rotation":{"angle":22.5,"axis":"z","origin":[8,8,24]},"faces":{"north":{"uv":[12.25,3.125,13,5.375],"texture":"#0"},"east":{"uv":[11.5,3.125,12.25,5.375],"texture":"#0"},"south":{"uv":[13.75,3.125,14.5,5.375],"texture":"#0"},"west":{"uv":[13,3.125,13.75,5.375],"texture":"#0"},"up":{"uv":[13,3.125,12.25,2.375],"texture":"#0"},"down":{"uv":[13.75,2.375,13,3.125],"texture":"#0"}}},{"from":[8,15,19],"to":[10,23,21],"rotation":{"angle":22.5,"axis":"z","origin":[8,8,24]},"faces":{"north":{"uv":[13.375,0.25,13.625,1.25],"texture":"#0"},"east":{"uv":[13.125,0.25,13.375,1.25],"texture":"#0"},"south":{"uv":[13.875,0.25,14.125,1.25],"texture":"#0"},"west":{"uv":[13.625,0.25,13.875,1.25],"texture":"#0"},"up":{"uv":[13.625,0.25,13.375,0],"texture":"#0"},"down":{"uv":[13.875,0,13.625,0.25],"texture":"#0"}}},{"from":[-1,0,22],"to":[9,8,22.01],"rotation":{"angle":-22.5,"axis":"y","origin":[7,3,21]},"faces":{"north":{"uv":[3.25,11.625,4.5,12.625],"texture":"#0"},"east":{"uv":[3.25,11.625,3.25,12.625],"texture":"#0"},"south":{"uv":[4.5,11.625,5.75,12.625],"texture":"#0"},"west":{"uv":[4.5,11.625,4.5,12.625],"texture":"#0"},"up":{"uv":[4.5,11.625,3.25,11.625],"texture":"#0"},"down":{"uv":[5.75,11.625,4.5,11.625],"texture":"#0"}}},{"from":[-4,-4,-6.5],"to":[2,4,-6.49],"rotation":{"angle":0,"axis":"y","origin":[0,-4,-1]},"faces":{"north":{"uv":[14.5,3.875,15.25,4.875],"texture":"#0"},"east":{"uv":[14.5,3.875,14.5,4.875],"texture":"#0"},"south":{"uv":[15.25,3.875,16,4.875],"texture":"#0"},"west":{"uv":[15.25,3.875,15.25,4.875],"texture":"#0"},"up":{"uv":[15.25,3.875,14.5,3.875],"texture":"#0"},"down":{"uv":[16,3.875,15.25,3.875],"texture":"#0"}}},{"from":[12,-14,-3],"to":[25,-1,-2.99],"rotation":{"angle":-22.5,"axis":"y","origin":[13.5,-7,-5]},"faces":{"north":{"uv":[0,11.625,1.625,13.25],"texture":"#0"},"east":{"uv":[0,11.625,0,13.25],"texture":"#0"},"south":{"uv":[1.625,11.625,3.25,13.25],"texture":"#0"},"west":{"uv":[1.625,11.625,1.625,13.25],"texture":"#0"},"up":{"uv":[1.625,11.625,0,11.625],"texture":"#0"},"down":{"uv":[3.25,11.625,1.625,11.625],"texture":"#0"}}},{"from":[-2,-5,-5],"to":[20,1,-4.99],"rotation":{"angle":0,"axis":"y","origin":[-1,-4,-1]},"faces":{"north":{"uv":[0,10.875,2.75,11.625],"texture":"#0"},"east":{"uv":[0,10.875,0,11.625],"texture":"#0"},"south":{"uv":[2.75,10.875,5.5,11.625],"texture":"#0"},"west":{"uv":[2.75,10.875,2.75,11.625],"texture":"#0"},"up":{"uv":[2.75,10.875,0,10.875],"texture":"#0"},"down":{"uv":[5.5,10.875,2.75,10.875],"texture":"#0"}}},{"from":[20,-10,1],"to":[23,-2,4],"rotation":{"angle":-45,"axis":"x","origin":[22,-6,0]},"faces":{"north":{"uv":[14.875,0.375,15.25,1.375],"texture":"#0"},"east":{"uv":[14.5,0.375,14.875,1.375],"texture":"#0"},"south":{"uv":[15.625,0.375,16,1.375],"texture":"#0"},"west":{"uv":[15.25,0.375,15.625,1.375],"texture":"#0"},"up":{"uv":[15.25,0.375,14.875,0],"texture":"#0"},"down":{"uv":[15.625,0,15.25,0.375],"texture":"#0"}}},{"from":[21,-2,2],"to":[22,2,3],"rotation":{"angle":-45,"axis":"x","origin":[22,-6,0]},"faces":{"north":{"uv":[15.625,1.5,15.75,2],"texture":"#0"},"east":{"uv":[15.5,1.5,15.625,2],"texture":"#0"},"south":{"uv":[15.875,1.5,16,2],"texture":"#0"},"west":{"uv":[15.75,1.5,15.875,2],"texture":"#0"},"up":{"uv":[15.75,1.5,15.625,1.375],"texture":"#0"},"down":{"uv":[15.875,1.375,15.75,1.5],"texture":"#0"}}},{"from":[5,-2,21],"to":[6,2,22],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-4,10]},"faces":{"north":{"uv":[15.625,1.5,15.75,2],"texture":"#0"},"east":{"uv":[15.5,1.5,15.625,2],"texture":"#0"},"south":{"uv":[15.875,1.5,16,2],"texture":"#0"},"west":{"uv":[15.75,1.5,15.875,2],"texture":"#0"},"up":{"uv":[15.75,1.5,15.625,1.375],"texture":"#0"},"down":{"uv":[15.875,1.375,15.75,1.5],"texture":"#0"}}},{"from":[4,-10,20],"to":[7,-2,23],"rotation":{"angle":-22.5,"axis":"x","origin":[9,-4,10]},"faces":{"north":{"uv":[14.875,0.375,15.25,1.375],"texture":"#0"},"east":{"uv":[14.5,0.375,14.875,1.375],"texture":"#0"},"south":{"uv":[15.625,0.375,16,1.375],"texture":"#0"},"west":{"uv":[15.25,0.375,15.625,1.375],"texture":"#0"},"up":{"uv":[15.25,0.375,14.875,0],"texture":"#0"},"down":{"uv":[15.625,0,15.25,0.375],"texture":"#0"}}}],"display":{"head":{"translation":[0,6,0],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/redbeard/redbeard_foot.json b/assets/minecraft/models/item/wynn/jigsaw/redbeard/redbeard_foot.json new file mode 100644 index 000000000..0eb252b2e --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/redbeard/redbeard_foot.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/redbeard","particle":"wynn/jigsaw/redbeard"},"elements":[{"from":[11,-16,6],"to":[18,-4,13],"rotation":{"angle":0,"axis":"y","origin":[14.5,-10,9.5]},"faces":{"north":{"uv":[9.125,10,10,11.5],"texture":"#0"},"east":{"uv":[8.25,10,9.125,11.5],"texture":"#0"},"south":{"uv":[10.875,10,11.75,11.5],"texture":"#0"},"west":{"uv":[10,10,10.875,11.5],"texture":"#0"},"up":{"uv":[10,10,9.125,9.125],"texture":"#0"},"down":{"uv":[10.875,9.125,10,10],"texture":"#0"}}}],"display":{"head":{"translation":[-13,20,-3],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/redbeard/redbeard_peg.json b/assets/minecraft/models/item/wynn/jigsaw/redbeard/redbeard_peg.json new file mode 100644 index 000000000..6eaabbeba --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/redbeard/redbeard_peg.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/redbeard","particle":"wynn/jigsaw/redbeard"},"elements":[{"from":[-2,-16,7],"to":[1,-4,10],"rotation":{"angle":0,"axis":"y","origin":[-0.5,-10,8.5]},"faces":{"north":{"uv":[14.875,2.375,15.25,3.875],"texture":"#0"},"east":{"uv":[14.5,2.375,14.875,3.875],"texture":"#0"},"south":{"uv":[15.625,2.375,16,3.875],"texture":"#0"},"west":{"uv":[15.25,2.375,15.625,3.875],"texture":"#0"},"up":{"uv":[15.25,2.375,14.875,2],"texture":"#0"},"down":{"uv":[15.625,2,15.25,2.375],"texture":"#0"}}}],"display":{"head":{"translation":[17,20,-1],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/redbeard_c/redbeard_c_arm_left.json b/assets/minecraft/models/item/wynn/jigsaw/redbeard_c/redbeard_c_arm_left.json new file mode 100644 index 000000000..8df253732 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/redbeard_c/redbeard_c_arm_left.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/redbeard_c","particle":"wynn/jigsaw/redbeard_c"},"elements":[{"from":[-5.5,-7.5,5.5],"to":[1.5,15.5,13.5],"rotation":{"angle":0,"axis":"z","origin":[-1,17,11.5]},"faces":{"north":{"uv":[0.875,9.875,1.625,12.625],"texture":"#0"},"east":{"uv":[0,9.875,0.875,12.625],"texture":"#0"},"south":{"uv":[2.5,9.875,3.25,12.625],"texture":"#0"},"west":{"uv":[1.625,9.875,2.5,12.625],"texture":"#0"},"up":{"uv":[1.625,9.875,0.875,9],"texture":"#0"},"down":{"uv":[2.375,9,1.625,9.875],"texture":"#0"}}},{"from":[-5,-7,6],"to":[1,15,13],"rotation":{"angle":0,"axis":"z","origin":[-1,17,11.5]},"faces":{"north":{"uv":[4.125,9.875,4.875,12.625],"texture":"#0"},"east":{"uv":[3.25,9.875,4.125,12.625],"texture":"#0"},"south":{"uv":[5.75,9.875,6.5,12.625],"texture":"#0"},"west":{"uv":[4.875,9.875,5.75,12.625],"texture":"#0"},"up":{"uv":[4.875,9.875,4.125,9],"texture":"#0"},"down":{"uv":[5.625,9,4.875,9.875],"texture":"#0"}}}],"display":{"head":{"translation":[17,-11,-3],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/redbeard_c/redbeard_c_arm_right.json b/assets/minecraft/models/item/wynn/jigsaw/redbeard_c/redbeard_c_arm_right.json new file mode 100644 index 000000000..7cdc85e82 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/redbeard_c/redbeard_c_arm_right.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/redbeard_c","particle":"wynn/jigsaw/redbeard_c"},"elements":[{"from":[14.5,-4.5,5.5],"to":[21.5,15.5,13.5],"shade":false,"rotation":{"angle":0,"axis":"z","origin":[16,16,11.5]},"faces":{"north":{"uv":[1.625,9.875,0.875,12.25],"texture":"#0"},"east":{"uv":[2.5,9.875,1.625,12.25],"texture":"#0"},"south":{"uv":[3.25,9.875,2.5,12.25],"texture":"#0"},"west":{"uv":[0.875,9.875,0,12.25],"texture":"#0"},"up":{"uv":[0.875,9.875,1.625,9],"texture":"#0"},"down":{"uv":[1.625,9,2.375,9.875],"texture":"#0"}}},{"from":[15,-4,6],"to":[21,15,13],"shade":false,"rotation":{"angle":0,"axis":"z","origin":[16,16,11.5]},"faces":{"north":{"uv":[4.875,9.875,4.125,12.25],"texture":"#0"},"east":{"uv":[5.75,9.875,4.875,12.25],"texture":"#0"},"south":{"uv":[6.5,9.875,5.75,12.25],"texture":"#0"},"west":{"uv":[4.125,9.875,3.25,12.25],"texture":"#0"},"up":{"uv":[4.125,9.875,4.875,9],"texture":"#0"},"down":{"uv":[5.625,9,6.375,9.875],"texture":"#0"}}},{"from":[17,-12,-5],"to":[18,-4,12],"rotation":{"angle":0,"axis":"z","origin":[16,16,11.5]},"faces":{"north":{"uv":[2.125,15,2.25,16],"texture":"#0"},"east":{"uv":[0,15,2.125,16],"texture":"#0"},"south":{"uv":[4.375,15,4.5,16],"texture":"#0"},"west":{"uv":[2.25,15,4.375,16],"texture":"#0"},"up":{"uv":[2.25,15,2.125,12.875],"texture":"#0"},"down":{"uv":[2.375,12.875,2.25,15],"texture":"#0"}}},{"from":[16,-10,8],"to":[19,-4,11],"rotation":{"angle":0,"axis":"z","origin":[16,16,11.5]},"faces":{"north":{"uv":[2.75,13,3.125,13.75],"texture":"#0"},"east":{"uv":[2.375,13,2.75,13.75],"texture":"#0"},"south":{"uv":[3.5,13,3.875,13.75],"texture":"#0"},"west":{"uv":[3.125,13,3.5,13.75],"texture":"#0"},"up":{"uv":[3.125,13,2.75,12.625],"texture":"#0"},"down":{"uv":[3.5,12.625,3.125,13],"texture":"#0"}}}],"display":{"head":{"translation":[-17,-11,-3],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/redbeard_c/redbeard_c_body.json b/assets/minecraft/models/item/wynn/jigsaw/redbeard_c/redbeard_c_body.json new file mode 100644 index 000000000..6e5b03598 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/redbeard_c/redbeard_c_body.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/redbeard_c","particle":"wynn/jigsaw/redbeard_c"},"elements":[{"from":[16.3,-6.2,-1.2],"to":[21.7,-1.8,3.2],"rotation":{"angle":-22.5,"axis":"y","origin":[19,-4,1]},"faces":{"north":{"uv":[14.25,8.625,14.875,9.125],"texture":"#0"},"east":{"uv":[13.75,8.625,14.25,9.125],"texture":"#0"},"south":{"uv":[15.375,8.625,16,9.125],"texture":"#0"},"west":{"uv":[14.875,8.625,15.375,9.125],"texture":"#0"},"up":{"uv":[14.875,8.625,14.25,8.125],"texture":"#0"},"down":{"uv":[15.5,8.125,14.875,8.625],"texture":"#0"}}},{"from":[5.3,-8.2,-2.2],"to":[10.7,-3.8,2.2],"shade":false,"rotation":{"angle":0,"axis":"y","origin":[8,-5,-2]},"faces":{"north":{"uv":[14.875,8.625,14.25,9.125],"texture":"#0"},"east":{"uv":[15.375,8.625,14.875,9.125],"texture":"#0"},"south":{"uv":[16,8.625,15.375,9.125],"texture":"#0"},"west":{"uv":[14.25,8.625,13.75,9.125],"texture":"#0"},"up":{"uv":[14.25,8.625,14.875,8.125],"texture":"#0"},"down":{"uv":[14.875,8.125,15.5,8.625],"texture":"#0"}}},{"from":[-5.7,-6.2,-1.2],"to":[-0.3,-1.8,3.2],"shade":false,"rotation":{"angle":22.5,"axis":"y","origin":[-3,-4,1]},"faces":{"north":{"uv":[14.875,8.625,14.25,9.125],"texture":"#0"},"east":{"uv":[15.375,8.625,14.875,9.125],"texture":"#0"},"south":{"uv":[16,8.625,15.375,9.125],"texture":"#0"},"west":{"uv":[14.25,8.625,13.75,9.125],"texture":"#0"},"up":{"uv":[14.25,8.625,14.875,8.125],"texture":"#0"},"down":{"uv":[14.875,8.125,15.5,8.625],"texture":"#0"}}},{"from":[12.8,14.8,16.3],"to":[17.2,19.2,21.7],"rotation":{"angle":-22.5,"axis":"z","origin":[8,14,21]},"faces":{"north":{"uv":[14.375,9.75,14.875,10.25],"texture":"#0"},"east":{"uv":[13.75,9.75,14.375,10.25],"texture":"#0"},"south":{"uv":[15.5,9.75,16,10.25],"texture":"#0"},"west":{"uv":[14.875,9.75,15.5,10.25],"texture":"#0"},"up":{"uv":[14.875,9.75,14.375,9.125],"texture":"#0"},"down":{"uv":[15.375,9.125,14.875,9.75],"texture":"#0"}}},{"from":[-1.2,14.8,16.3],"to":[3.2,19.2,21.7],"shade":false,"rotation":{"angle":-22.5,"axis":"z","origin":[8,14,21]},"faces":{"north":{"uv":[14.875,9.75,14.375,10.25],"texture":"#0"},"east":{"uv":[15.5,9.75,14.875,10.25],"texture":"#0"},"south":{"uv":[16,9.75,15.5,10.25],"texture":"#0"},"west":{"uv":[14.375,9.75,13.75,10.25],"texture":"#0"},"up":{"uv":[14.375,9.75,14.875,9.125],"texture":"#0"},"down":{"uv":[14.875,9.125,15.375,9.75],"texture":"#0"}}},{"from":[7,3,24],"to":[9,7,26],"rotation":{"angle":-22.5,"axis":"z","origin":[8,14,21]},"faces":{"north":{"uv":[11.5,4.5,11.75,5],"texture":"#0"},"east":{"uv":[11.25,4.5,11.5,5],"texture":"#0"},"south":{"uv":[12,4.5,12.25,5],"texture":"#0"},"west":{"uv":[11.75,4.5,12,5],"texture":"#0"},"up":{"uv":[11.75,4.5,11.5,4.25],"texture":"#0"},"down":{"uv":[12,4.25,11.75,4.5],"texture":"#0"}}},{"from":[7,7,24],"to":[9,8,27],"rotation":{"angle":-22.5,"axis":"z","origin":[8,14,21]},"faces":{"north":{"uv":[11.375,5.375,11.625,5.5],"texture":"#0"},"east":{"uv":[11,5.375,11.375,5.5],"texture":"#0"},"south":{"uv":[12,5.375,12.25,5.5],"texture":"#0"},"west":{"uv":[11.625,5.375,12,5.5],"texture":"#0"},"up":{"uv":[11.625,5.375,11.375,5],"texture":"#0"},"down":{"uv":[11.875,5,11.625,5.375],"texture":"#0"}}},{"from":[3,4,14],"to":[13,25,24],"rotation":{"angle":-22.5,"axis":"z","origin":[8,14,21]},"faces":{"north":{"uv":[12.25,5.5,13.5,8.125],"texture":"#0"},"east":{"uv":[11,5.5,12.25,8.125],"texture":"#0"},"south":{"uv":[14.75,5.5,16,8.125],"texture":"#0"},"west":{"uv":[13.5,5.5,14.75,8.125],"texture":"#0"},"up":{"uv":[13.5,5.5,12.25,4.25],"texture":"#0"},"down":{"uv":[14.75,4.25,13.5,5.5],"texture":"#0"}}},{"from":[-4.3,-15.3,2.7],"to":[20.3,11.3,19.3],"rotation":{"angle":-22.5,"axis":"x","origin":[-5,4,5.5]},"faces":{"east":{"uv":[0,2,2,5.25],"texture":"#0"},"south":{"uv":[7,2,10,5.25],"texture":"#0"},"west":{"uv":[5,2,7,5.25],"texture":"#0"},"up":{"uv":[5,2,2,0],"texture":"#0"}}},{"from":[-2.5,11.5,-0.5],"to":[18.5,18.5,8.5],"rotation":{"angle":22.5,"axis":"x","origin":[-5,4,5.5]},"faces":{"north":{"uv":[1,8.25,3.5,9],"texture":"#0"},"east":{"uv":[0,8.25,1,9],"texture":"#0"},"south":{"uv":[4.5,8.25,7,9],"texture":"#0"},"west":{"uv":[3.5,8.25,4.5,9],"texture":"#0"},"up":{"uv":[3.5,8.25,1,7.25],"texture":"#0"}}},{"from":[-4,-7,1],"to":[20,13,22],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-2,12]},"faces":{"north":{"uv":[7.375,13.5,10.375,16],"texture":"#0"},"east":{"uv":[4.75,13.5,7.375,16],"texture":"#0"},"south":{"uv":[13,13.5,16,16],"texture":"#0"},"west":{"uv":[10.375,13.5,13,16],"texture":"#0"},"up":{"uv":[10.375,13.5,7.375,10.875],"texture":"#0"},"down":{"uv":[13.375,10.875,10.375,13.5],"texture":"#0"}}},{"from":[1,6,0],"to":[16,14,12],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-2,12]},"faces":{"north":{"uv":[2,2,3.875,3],"rotation":180,"texture":"#0"},"up":{"uv":[2,3,3.875,4.5],"rotation":180,"texture":"#0"}}},{"from":[5,3,-7],"to":[12,8,-2],"rotation":{"angle":-22.5,"axis":"x","origin":[8,4,0]},"faces":{"north":{"uv":[0,1.375,0.875,2],"texture":"#0"},"east":{"uv":[0.25,0.125,0.875,0.75],"texture":"#0"},"south":{"uv":[0,0.75,0.875,1.375],"texture":"#0"},"west":{"uv":[0.875,0.125,1.5,0.75],"texture":"#0"},"up":{"uv":[0.875,0.75,1.75,1.375],"texture":"#0"},"down":{"uv":[0.875,1.375,1.75,2],"texture":"#0"}}}],"display":{"head":{"translation":[0,6,-5],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/redbeard_c/redbeard_c_head.json b/assets/minecraft/models/item/wynn/jigsaw/redbeard_c/redbeard_c_head.json new file mode 100644 index 000000000..4f52f66b2 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/redbeard_c/redbeard_c_head.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/redbeard_c","particle":"wynn/jigsaw/redbeard_c"},"elements":[{"from":[4,12,-6],"to":[6,14,0],"rotation":{"angle":22.5,"axis":"y","origin":[5,13,-1]},"faces":{"north":{"uv":[14.75,12.125,15,12.375],"texture":"#0"},"east":{"uv":[14,12.125,14.75,12.375],"texture":"#0"},"south":{"uv":[15.75,12.125,16,12.375],"texture":"#0"},"west":{"uv":[15,12.125,15.75,12.375],"texture":"#0"},"up":{"uv":[15,12.125,14.75,11.375],"texture":"#0"},"down":{"uv":[15.25,11.375,15,12.125],"texture":"#0"}}},{"from":[3,12,-11],"to":[7,15,-7],"rotation":{"angle":22.5,"axis":"y","origin":[5,13,-1]},"faces":{"north":{"uv":[8.75,1.625,9.25,2],"texture":"#0"},"east":{"uv":[8.25,1.625,8.75,2],"texture":"#0"},"south":{"uv":[9.75,1.625,10.25,2],"texture":"#0"},"west":{"uv":[9.25,1.625,9.75,2],"texture":"#0"},"up":{"uv":[9.25,1.625,8.75,1.125],"texture":"#0"},"down":{"uv":[9.75,1.125,9.25,1.625],"texture":"#0"}}},{"from":[4,10,-11],"to":[6,12,-4],"rotation":{"angle":22.5,"axis":"y","origin":[5,13,-1]},"faces":{"north":{"uv":[14.625,11.125,14.875,11.375],"texture":"#0"},"east":{"uv":[13.75,11.125,14.625,11.375],"texture":"#0"},"south":{"uv":[15.75,11.125,16,11.375],"texture":"#0"},"west":{"uv":[14.875,11.125,15.75,11.375],"texture":"#0"},"up":{"uv":[14.875,11.125,14.625,10.25],"texture":"#0"},"down":{"uv":[15.125,10.25,14.875,11.125],"texture":"#0"}}},{"from":[6,16,-7],"to":[10,18,-1],"rotation":{"angle":0,"axis":"y","origin":[0,0,-2]},"faces":{"north":{"uv":[9.875,0.75,10.375,1],"texture":"#0"},"east":{"uv":[9.125,0.75,9.875,1],"texture":"#0"},"south":{"uv":[11.125,0.75,11.625,1],"texture":"#0"},"west":{"uv":[10.375,0.75,11.125,1],"texture":"#0"},"up":{"uv":[10.375,0.75,9.875,0],"texture":"#0"},"down":{"uv":[10.875,0,10.375,0.75],"texture":"#0"}}},{"from":[2,12,-1],"to":[14,20,10],"rotation":{"angle":0,"axis":"y","origin":[0,0,-2]},"faces":{"north":{"uv":[11.625,1.375,13.125,2.375],"texture":"#0"},"east":{"uv":[10.25,1.375,11.625,2.375],"texture":"#0"},"south":{"uv":[14.5,1.375,16,2.375],"texture":"#0"},"west":{"uv":[13.125,1.375,14.5,2.375],"texture":"#0"},"up":{"uv":[13.125,1.375,11.625,0],"texture":"#0"},"down":{"uv":[14.625,0,13.125,1.375],"texture":"#0"}}},{"from":[-2,15,3],"to":[2,20,5],"rotation":{"angle":0,"axis":"y","origin":[0,0,-2]},"faces":{"north":{"uv":[9.75,6.25,10.25,6.875],"texture":"#0"},"east":{"uv":[9.5,6.25,9.75,6.875],"texture":"#0"},"south":{"uv":[10.5,6.25,11,6.875],"texture":"#0"},"west":{"uv":[10.25,6.25,10.5,6.875],"texture":"#0"},"up":{"uv":[10.25,6.25,9.75,6],"texture":"#0"},"down":{"uv":[10.75,6,10.25,6.25],"texture":"#0"}}},{"from":[-1,12,2],"to":[0,16,6],"rotation":{"angle":-22.5,"axis":"z","origin":[0,16,4]},"faces":{"north":{"uv":[15.25,4.75,15.375,5.25],"texture":"#0"},"east":{"uv":[14.75,4.75,15.25,5.25],"texture":"#0"},"south":{"uv":[15.875,4.75,16,5.25],"texture":"#0"},"west":{"uv":[15.375,4.75,15.875,5.25],"texture":"#0"},"up":{"uv":[15.375,4.75,15.25,4.25],"texture":"#0"},"down":{"uv":[15.5,4.25,15.375,4.75],"texture":"#0"}}},{"from":[-0.3,3.7,-4.3],"to":[16.3,16.3,5.3],"rotation":{"angle":22.5,"axis":"x","origin":[8,10,-0.5]},"faces":{"north":{"uv":[7.625,9.25,9.625,10.75],"texture":"#0"},"east":{"uv":[6.5,9.25,7.625,10.75],"texture":"#0"},"west":{"uv":[9.625,9.25,10.75,10.75],"texture":"#0"},"up":{"uv":[9.625,9.25,7.625,8.125],"texture":"#0"}}},{"from":[14,15,3],"to":[18,20,5],"shade":false,"rotation":{"angle":0,"axis":"y","origin":[0,0,-2]},"faces":{"north":{"uv":[9,5.5,8.5,6.125],"texture":"#0"},"east":{"uv":[9.25,5.5,9,6.125],"texture":"#0"},"south":{"uv":[9.75,5.5,9.25,6.125],"texture":"#0"},"west":{"uv":[8.5,5.5,8.25,6.125],"texture":"#0"},"up":{"uv":[8.5,5.5,9,5.25],"texture":"#0"},"down":{"uv":[9,5.25,9.5,5.5],"texture":"#0"}}},{"from":[16,12,2],"to":[17,16,6],"shade":false,"rotation":{"angle":22.5,"axis":"z","origin":[16,16,4]},"faces":{"north":{"uv":[15.375,4.75,15.25,5.25],"texture":"#0"},"east":{"uv":[15.875,4.75,15.375,5.25],"texture":"#0"},"south":{"uv":[16,4.75,15.875,5.25],"texture":"#0"},"west":{"uv":[15.25,4.75,14.75,5.25],"texture":"#0"},"up":{"uv":[15.25,4.75,15.375,4.25],"texture":"#0"},"down":{"uv":[15.375,4.25,15.5,4.75],"texture":"#0"}}},{"from":[0.7,19.7,0.7],"to":[15.3,28.3,8.3],"rotation":{"angle":0,"axis":"y","origin":[0,0,-2]},"faces":{"north":{"uv":[11.625,3.25,13.375,4.25],"texture":"#0"},"east":{"uv":[10.75,3.25,11.625,4.25],"texture":"#0"},"south":{"uv":[14.25,3.25,16,4.25],"texture":"#0"},"west":{"uv":[13.375,3.25,14.25,4.25],"texture":"#0"},"up":{"uv":[13.375,3.25,11.625,2.375],"texture":"#0"}}},{"from":[-3.3,19.7,-1.3],"to":[19.3,25.3,10.3],"rotation":{"angle":0,"axis":"y","origin":[0,0,-2]},"faces":{"north":{"uv":[1.375,6.625,4.125,7.25],"texture":"#0"},"east":{"uv":[0,6.625,1.375,7.25],"texture":"#0"},"south":{"uv":[5.5,6.625,8.25,7.25],"texture":"#0"},"west":{"uv":[4.125,6.625,5.5,7.25],"texture":"#0"},"up":{"uv":[4.125,6.625,1.375,5.25],"texture":"#0"},"down":{"uv":[6.875,5.25,4.125,6.625],"texture":"#0"}}},{"from":[1,20,7],"to":[1.01,30,17],"rotation":{"angle":-22.5,"axis":"y","origin":[1,20,5]},"faces":{"north":{"uv":[9.75,6.875,9.75,8.125],"texture":"#0"},"east":{"uv":[8.5,6.875,9.75,8.125],"texture":"#0"},"south":{"uv":[11,6.875,11,8.125],"texture":"#0"},"west":{"uv":[9.75,6.875,11,8.125],"texture":"#0"}}}],"display":{"head":{"translation":[0,-20,7],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/snow_fennec/snow_fennec_body.json b/assets/minecraft/models/item/wynn/jigsaw/snow_fennec/snow_fennec_body.json new file mode 100644 index 000000000..833871b0c --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/snow_fennec/snow_fennec_body.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/snow_fennec","particle":"wynn/jigsaw/snow_fennec"},"elements":[{"from":[4,3,4],"to":[11,8,14],"rotation":{"angle":0,"axis":"y","origin":[7.5,4.5,10]},"faces":{"north":{"uv":[2.5,2.5,4.25,3.75],"texture":"#0"},"east":{"uv":[0,2.5,2.5,3.75],"texture":"#0"},"south":{"uv":[6.75,2.5,8.5,3.75],"texture":"#0"},"west":{"uv":[4.25,2.5,6.75,3.75],"texture":"#0"},"up":{"uv":[4.25,2.5,2.5,0],"texture":"#0"},"down":{"uv":[6,0,4.25,2.5],"texture":"#0"}}}],"display":{"head":{"translation":[0.75,0,-2],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/snow_fennec/snow_fennec_head.json b/assets/minecraft/models/item/wynn/jigsaw/snow_fennec/snow_fennec_head.json new file mode 100644 index 000000000..8f2138e3c --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/snow_fennec/snow_fennec_head.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/snow_fennec","particle":"wynn/jigsaw/snow_fennec"},"elements":[{"from":[3,7,2],"to":[12,12,7],"rotation":{"angle":0,"axis":"y","origin":[0,7,2]},"faces":{"north":{"uv":[7.25,1.25,9.5,2.5],"texture":"#0"},"east":{"uv":[6,1.25,7.25,2.5],"texture":"#0"},"south":{"uv":[10.75,1.25,13,2.5],"texture":"#0"},"west":{"uv":[9.5,1.25,10.75,2.5],"texture":"#0"},"up":{"uv":[9.5,1.25,7.25,0],"texture":"#0"},"down":{"uv":[11.75,0,9.5,1.25],"texture":"#0"}}},{"from":[2,9,5],"to":[5,19,6],"rotation":{"angle":22.5,"axis":"z","origin":[4,10,6]},"faces":{"north":{"uv":[0.25,7.75,1,10.25],"texture":"#0"},"east":{"uv":[0,7.75,0.25,10.25],"texture":"#0"},"south":{"uv":[1.25,7.75,2,10.25],"texture":"#0"},"west":{"uv":[1,7.75,1.25,10.25],"texture":"#0"},"up":{"uv":[1,7.75,0.25,7.5],"texture":"#0"},"down":{"uv":[1.75,7.5,1,7.75],"texture":"#0"}}},{"from":[10,10,5],"to":[13,20,6],"rotation":{"angle":22.5,"axis":"x","origin":[12,11,6]},"faces":{"north":{"uv":[0.25,7.75,1,10.25],"texture":"#0"},"east":{"uv":[0,7.75,0.25,10.25],"texture":"#0"},"south":{"uv":[1.25,7.75,2,10.25],"texture":"#0"},"west":{"uv":[1,7.75,1.25,10.25],"texture":"#0"},"up":{"uv":[1,7.75,0.25,7.5],"texture":"#0"},"down":{"uv":[1.75,7.5,1,7.75],"texture":"#0"}}},{"from":[5,7,-1],"to":[10,9,2],"rotation":{"angle":0,"axis":"y","origin":[7.5,10,2]},"faces":{"north":{"uv":[5.75,4.5,7,5],"texture":"#0"},"east":{"uv":[5,4.5,5.75,5],"texture":"#0"},"south":{"uv":[7.75,4.5,9,5],"texture":"#0"},"west":{"uv":[7,4.5,7.75,5],"texture":"#0"},"up":{"uv":[7,4.5,5.75,3.75],"texture":"#0"},"down":{"uv":[8.25,3.75,7,4.5],"texture":"#0"}}},{"from":[3.75,1.25,2.75],"to":[11.25,6.75,10.25],"rotation":{"angle":-22.5,"axis":"x","origin":[7,3,3]},"faces":{"north":{"uv":[10.75,5.5,12.5,4.25],"rotation":180,"texture":"#0"},"east":{"uv":[9,4.25,10.75,5.5],"texture":"#0"},"south":{"uv":[14.25,4.25,16,5.5],"texture":"#0"},"west":{"uv":[12.5,4.25,14.25,5.5],"texture":"#0"},"up":{"uv":[12.5,4.25,10.75,2.5],"rotation":180,"texture":"#0"},"down":{"uv":[14.25,2.5,12.5,4.25],"texture":"#0"}}}],"display":{"head":{"translation":[0.75,-4,1.5],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/snow_fennec/snow_fennec_leg.json b/assets/minecraft/models/item/wynn/jigsaw/snow_fennec/snow_fennec_leg.json new file mode 100644 index 000000000..b9374427f --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/snow_fennec/snow_fennec_leg.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/snow_fennec","particle":"wynn/jigsaw/snow_fennec"},"elements":[{"from":[5,0,5],"to":[7,6,7],"rotation":{"angle":0,"axis":"y","origin":[0,3,0]},"faces":{"north":{"uv":[0.5,0.5,1,2],"texture":"#0"},"east":{"uv":[0,0.5,0.5,2],"texture":"#0"},"south":{"uv":[1.5,0.5,2,2],"texture":"#0"},"west":{"uv":[1,0.5,1.5,2],"texture":"#0"},"up":{"uv":[1,0.5,0.5,0],"texture":"#0"},"down":{"uv":[1.5,0,1,0.5],"texture":"#0"}}}],"display":{"head":{"translation":[3.25,-2,3.25],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/snow_fennec/snow_fennec_tail.json b/assets/minecraft/models/item/wynn/jigsaw/snow_fennec/snow_fennec_tail.json new file mode 100644 index 000000000..7d0db096c --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/snow_fennec/snow_fennec_tail.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/snow_fennec","particle":"wynn/jigsaw/snow_fennec"},"elements":[{"from":[5,4,13],"to":[10,9,23],"rotation":{"angle":-22.5,"axis":"x","origin":[7.5,6,12]},"faces":{"north":{"uv":[2.5,6.25,3.75,7.5],"texture":"#0"},"east":{"uv":[0,6.25,2.5,7.5],"texture":"#0"},"south":{"uv":[6.25,6.25,7.5,7.5],"texture":"#0"},"west":{"uv":[3.75,6.25,6.25,7.5],"texture":"#0"},"up":{"uv":[3.75,6.25,2.5,3.75],"texture":"#0"},"down":{"uv":[5,3.75,3.75,6.25],"texture":"#0"}}},{"from":[10,4,13],"to":[5,9,23],"rotation":{"angle":-22.5,"axis":"x","origin":[7.5,6,12]},"faces":{"north":{"uv":[2.5,6.25,3.75,7.5],"texture":"#0"},"east":{"uv":[0,7.5,2.5,6.25],"texture":"#0"},"south":{"uv":[6.25,6.25,7.5,7.5],"texture":"#0"},"west":{"uv":[3.75,7.5,6.25,6.25],"texture":"#0"},"up":{"uv":[2.5,6.25,3.75,3.75],"texture":"#0"},"down":{"uv":[3.75,3.75,5,6.25],"texture":"#0"}}}],"display":{"head":{"translation":[0.75,-3.5,-8],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/wisp/wisp_arm.json b/assets/minecraft/models/item/wynn/jigsaw/wisp/wisp_arm.json new file mode 100644 index 000000000..1f1d524b2 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/wisp/wisp_arm.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/wisp","particle":"wynn/jigsaw/wisp"},"elements":[{"from":[4.5,11,7],"to":[5.5,15,9],"rotation":{"angle":0,"axis":"y","origin":[5.5,15,8]},"faces":{"north":{"uv":[9,3,9.5,5],"texture":"#0"},"east":{"uv":[9,3,10,5],"texture":"#0"},"south":{"uv":[9.5,3,10,5],"texture":"#0"},"west":{"uv":[9,3,10,5],"texture":"#0"},"up":{"uv":[9,3,10,3.5],"rotation":90,"texture":"#0"},"down":{"uv":[10,4.5,9,5],"rotation":90,"texture":"#0"}}}],"display":{"head":{"translation":[4,-16.5,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/wisp/wisp_body.json b/assets/minecraft/models/item/wynn/jigsaw/wisp/wisp_body.json new file mode 100644 index 000000000..f49e2d917 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/wisp/wisp_body.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/wisp","particle":"wynn/jigsaw/wisp"},"elements":[{"from":[5.49,8.99,5.99],"to":[10.51,15.01,10.01],"rotation":{"angle":0,"axis":"y","origin":[8,12,8]},"faces":{"north":{"uv":[9,0,11.5,3],"texture":"#0"},"east":{"uv":[13.5,0,11.5,3],"texture":"#0"},"south":{"uv":[9,0,11.5,3],"texture":"#0"},"west":{"uv":[11.5,0,13.5,3],"texture":"#0"},"up":{"uv":[10,3,12.5,5],"texture":"#0"}}},{"from":[10.5,9,6],"to":[5.5,15,10],"rotation":{"angle":0,"axis":"y","origin":[8,12,8]},"faces":{"north":{"uv":[9,0,11.5,3],"texture":"#0"},"east":{"uv":[13.5,0,11.5,3],"texture":"#0"},"south":{"uv":[9,0,11.5,3],"texture":"#0"},"west":{"uv":[11.5,0,13.5,3],"texture":"#0"}}}],"display":{"head":{"translation":[0,-16.5,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/wisp/wisp_head.json b/assets/minecraft/models/item/wynn/jigsaw/wisp/wisp_head.json new file mode 100644 index 000000000..de2c33ce3 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/wisp/wisp_head.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/wisp","particle":"wynn/jigsaw/wisp"},"elements":[{"from":[3.5,14.5,3.5],"to":[12.5,20.5,12.5],"rotation":{"angle":0,"axis":"y","origin":[8,15,8]},"faces":{"north":{"uv":[0,0,4,2.5],"texture":"#0"},"east":{"uv":[4,2.5,0,5],"texture":"#0"},"south":{"uv":[0,5,4,7.5],"texture":"#0"},"west":{"uv":[0,2.5,4,5],"texture":"#0"},"up":{"uv":[4,0,8,4],"rotation":270,"texture":"#0"}}},{"from":[1.99,17.99,7.99],"to":[4.01,24.01,10.01],"rotation":{"angle":-22.5,"axis":"x","origin":[8,18,8]},"faces":{"north":{"uv":[8,0,9,3],"texture":"#0"},"east":{"uv":[8,0,9,3],"texture":"#0"},"south":{"uv":[8,0,9,3],"texture":"#0"},"west":{"uv":[8,0,9,3],"texture":"#0"},"up":{"uv":[9,3,8,4],"rotation":270,"texture":"#0"},"down":{"uv":[8,4,9,5],"rotation":90,"texture":"#0"}}},{"from":[11.99,17.99,7.99],"to":[14.01,24.01,10.01],"rotation":{"angle":-22.5,"axis":"x","origin":[8,18,8]},"faces":{"north":{"uv":[8,0,9,3],"texture":"#0"},"east":{"uv":[8,0,9,3],"texture":"#0"},"south":{"uv":[8,0,9,3],"texture":"#0"},"west":{"uv":[8,0,9,3],"texture":"#0"},"up":{"uv":[9,3,8,4],"rotation":270,"texture":"#0"},"down":{"uv":[8,4,9,5],"rotation":90,"texture":"#0"}}},{"from":[4,15,4],"to":[12,20,12],"faces":{"north":{"uv":[0,7.5,4,10],"texture":"#0"},"east":{"uv":[4,10,0,12.5],"texture":"#0"},"south":{"uv":[0,12.5,4,15],"texture":"#0"},"west":{"uv":[0,10,4,12.5],"texture":"#0"},"up":{"uv":[8,7.5,12,11.5],"texture":"#0"},"down":{"uv":[4,7.5,8,11.5],"texture":"#0"}}}],"display":{"head":{"translation":[0,-16.5,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/wynnston/wynnston_head.json b/assets/minecraft/models/item/wynn/jigsaw/wynnston/wynnston_head.json new file mode 100644 index 000000000..9d528bada --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/wynnston/wynnston_head.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/wynnston","particle":"wynn/jigsaw/wynnston"},"elements":[{"from":[3,4,3],"to":[6,12,4],"rotation":{"angle":-22.5,"axis":"x","origin":[5,6,3]},"faces":{"north":{"uv":[0.25,4.5,1,6.5],"texture":"#0"},"east":{"uv":[0,4.5,0.25,6.5],"texture":"#0"},"south":{"uv":[1.25,4.5,2,6.5],"texture":"#0"},"west":{"uv":[1,4.5,1.25,6.5],"texture":"#0"},"up":{"uv":[1,4.5,0.25,4.25],"texture":"#0"},"down":{"uv":[1.75,4.25,1,4.5],"texture":"#0"}}},{"from":[10,4,3],"to":[13,12,4],"rotation":{"angle":-22.5,"axis":"z","origin":[11,6,3]},"faces":{"north":{"uv":[0.25,4.5,1,6.5],"texture":"#0"},"east":{"uv":[0,4.5,0.25,6.5],"texture":"#0"},"south":{"uv":[1.25,4.5,2,6.5],"texture":"#0"},"west":{"uv":[1,4.5,1.25,6.5],"texture":"#0"},"up":{"uv":[1,4.5,0.25,4.25],"texture":"#0"},"down":{"uv":[1.75,4.25,1,4.5],"texture":"#0"}}},{"from":[4,2,2],"to":[12,7,7],"rotation":{"angle":0,"axis":"y","origin":[0,-1,3]},"faces":{"north":{"uv":[1.25,9.75,3.25,11],"texture":"#0"},"east":{"uv":[0,9.75,1.25,11],"texture":"#0"},"south":{"uv":[4.5,9.75,6.5,11],"texture":"#0"},"west":{"uv":[3.25,9.75,4.5,11],"texture":"#0"},"up":{"uv":[3.25,9.75,1.25,8.5],"texture":"#0"},"down":{"uv":[5.25,8.5,3.25,9.75],"texture":"#0"}}},{"from":[6,2,-1],"to":[10,4,3],"rotation":{"angle":0,"axis":"x","origin":[8,4,2]},"faces":{"north":{"uv":[8.25,1,9.25,1.5],"texture":"#0"},"east":{"uv":[7.25,1,8.25,1.5],"texture":"#0"},"south":{"uv":[10.25,1,11.25,1.5],"texture":"#0"},"west":{"uv":[9.25,1,10.25,1.5],"texture":"#0"},"up":{"uv":[9.25,1,8.25,0],"texture":"#0"},"down":{"uv":[10.25,0,9.25,1],"texture":"#0"}}}],"display":{"head":{"translation":[0,5,2],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/wynnston/wynnston_leg.json b/assets/minecraft/models/item/wynn/jigsaw/wynnston/wynnston_leg.json new file mode 100644 index 000000000..0da505c59 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/wynnston/wynnston_leg.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/wynnston","particle":"wynn/jigsaw/wynnston"},"elements":[{"from":[7,0,7],"to":[9,7,9],"rotation":{"angle":0,"axis":"x","origin":[8,10,17]},"faces":{"north":{"uv":[0.5,0.5,1,2.25],"texture":"#0"},"east":{"uv":[0,0.5,0.5,2.25],"texture":"#0"},"south":{"uv":[1.5,0.5,2,2.25],"texture":"#0"},"west":{"uv":[1,0.5,1.5,2.25],"texture":"#0"},"up":{"uv":[1,0.5,0.5,0],"texture":"#0"},"down":{"uv":[1.5,0,1,0.5],"texture":"#0"}}}],"display":{"head":{"translation":[0,1,0],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/wynnston/wynnston_torso.json b/assets/minecraft/models/item/wynn/jigsaw/wynnston/wynnston_torso.json new file mode 100644 index 000000000..5be983c38 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/wynnston/wynnston_torso.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/wynnston","particle":"wynn/jigsaw/wynnston"},"elements":[{"from":[3,2,5],"to":[13,10,14],"rotation":{"angle":-22.5,"axis":"x","origin":[8,6,8]},"faces":{"north":{"uv":[2.25,2.25,4.75,4.25],"texture":"#0"},"east":{"uv":[0,2.25,2.25,4.25],"texture":"#0"},"south":{"uv":[7,2.25,9.5,4.25],"texture":"#0"},"west":{"uv":[4.75,2.25,7,4.25],"texture":"#0"},"up":{"uv":[4.75,2.25,2.25,0],"texture":"#0"},"down":{"uv":[7.25,0,4.75,2.25],"texture":"#0"}}},{"from":[2.5,1.5,4.5],"to":[13.5,10.5,14.5],"rotation":{"angle":-22.5,"axis":"x","origin":[8,6,8]},"faces":{"north":{"uv":[2.25,6.5,4.75,8.5],"texture":"#0"},"east":{"uv":[0,6.5,2.25,8.5],"texture":"#0"},"south":{"uv":[7,6.5,9.5,8.5],"texture":"#0"},"west":{"uv":[4.75,6.5,7,8.5],"texture":"#0"},"up":{"uv":[4.75,6.5,2.25,4.25],"texture":"#0"},"down":{"uv":[7.25,4.25,4.75,6.5],"texture":"#0"}}},{"from":[4,3,10],"to":[12,10,18],"rotation":{"angle":0,"axis":"y","origin":[8,6,14]},"faces":{"north":{"uv":[9.5,8.5,11.5,10.25],"texture":"#0"},"east":{"uv":[7.5,8.5,9.5,10.25],"texture":"#0"},"south":{"uv":[13.5,8.5,15.5,10.25],"texture":"#0"},"west":{"uv":[11.5,8.5,13.5,10.25],"texture":"#0"},"up":{"uv":[11.5,8.5,9.5,6.5],"texture":"#0"},"down":{"uv":[13.5,6.5,11.5,8.5],"texture":"#0"}}},{"from":[3.5,2.5,9.5],"to":[12.5,10.5,18.5],"rotation":{"angle":0,"axis":"y","origin":[8,6,14]},"faces":{"north":{"uv":[9.5,4.25,11.5,6],"texture":"#0"},"east":{"uv":[7.5,4.25,9.5,6],"texture":"#0"},"south":{"uv":[13.5,4.25,15.5,6],"texture":"#0"},"west":{"uv":[11.5,4.25,13.5,6],"texture":"#0"},"up":{"uv":[11.5,4.25,9.5,2.25],"texture":"#0"},"down":{"uv":[13.5,2.25,11.5,4.25],"texture":"#0"}}}],"display":{"head":{"translation":[0,-2,-7],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/wynnter_owl/wynnter_owl_head.json b/assets/minecraft/models/item/wynn/jigsaw/wynnter_owl/wynnter_owl_head.json new file mode 100644 index 000000000..02da0a050 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/wynnter_owl/wynnter_owl_head.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/wynnter_owl","particle":"wynn/jigsaw/wynnter_owl"},"elements":[{"from":[11.9,14.9,6.9],"to":[14.1,23.1,9.1],"rotation":{"angle":22.5,"axis":"x","origin":[14,16,8]},"faces":{"north":{"uv":[0.5,0.5,1,2.5],"texture":"#0"},"east":{"uv":[0,0.5,0.5,2.5],"texture":"#0"},"south":{"uv":[1.5,0.5,2,2.5],"texture":"#0"},"west":{"uv":[1,0.5,1.5,2.5],"texture":"#0"},"up":{"uv":[1,0.5,0.5,0],"texture":"#0"},"down":{"uv":[1.5,0,1,0.5],"texture":"#0"}}},{"from":[2.65,11.65,2.65],"to":[13.35,18.35,11.35],"rotation":{"angle":0,"axis":"y","origin":[8,-1,8]},"faces":{"north":{"uv":[7.5,6.5,10,8],"texture":"#0"},"east":{"uv":[5.5,6.5,7.5,8],"texture":"#0"},"south":{"uv":[12,6.5,14.5,8],"texture":"#0"},"west":{"uv":[10,6.5,12,8],"texture":"#0"},"up":{"uv":[10,6.5,7.5,4.5],"texture":"#0"},"down":{"uv":[12.5,4.5,10,6.5],"texture":"#0"}}},{"from":[6.9,10.9,0.9],"to":[9.1,15.1,3.1],"rotation":{"angle":0,"axis":"y","origin":[8,12,3]},"faces":{"north":{"uv":[0.5,5,1,6],"texture":"#0"},"east":{"uv":[0,5,0.5,6],"texture":"#0"},"south":{"uv":[1.5,5,2,6],"texture":"#0"},"west":{"uv":[1,5,1.5,6],"texture":"#0"},"up":{"uv":[1,5,0.5,4.5],"texture":"#0"},"down":{"uv":[1.5,4.5,1,5],"texture":"#0"}}},{"from":[1.9,14.9,6.9],"to":[4.1,23.1,9.1],"shade":false,"rotation":{"angle":22.5,"axis":"x","origin":[2,16,8]},"faces":{"north":{"uv":[1,0.5,0.5,2.5],"texture":"#0"},"east":{"uv":[1.5,0.5,1,2.5],"texture":"#0"},"south":{"uv":[2,0.5,1.5,2.5],"texture":"#0"},"west":{"uv":[0.5,0.5,0,2.5],"texture":"#0"},"up":{"uv":[0.5,0.5,1,0],"texture":"#0"},"down":{"uv":[1,0,1.5,0.5],"texture":"#0"}}}],"display":{"head":{"translation":[0,-13,2],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/wynnter_owl/wynnter_owl_torso.json b/assets/minecraft/models/item/wynn/jigsaw/wynnter_owl/wynnter_owl_torso.json new file mode 100644 index 000000000..6f16045c0 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/wynnter_owl/wynnter_owl_torso.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/wynnter_owl","particle":"wynn/jigsaw/wynnter_owl"},"elements":[{"from":[3,4,2],"to":[13,12,12],"rotation":{"angle":0,"axis":"y","origin":[8,8,7]},"faces":{"north":{"uv":[2.5,2.5,5,4.5],"texture":"#0"},"east":{"uv":[0,2.5,2.5,4.5],"texture":"#0"},"south":{"uv":[7.5,2.5,10,4.5],"texture":"#0"},"west":{"uv":[5,2.5,7.5,4.5],"texture":"#0"},"up":{"uv":[5,2.5,2.5,0],"texture":"#0"},"down":{"uv":[7.5,0,5,2.5],"texture":"#0"}}},{"from":[4,0,3],"to":[12,5,10],"rotation":{"angle":-22.5,"axis":"x","origin":[8,4,2.5]},"faces":{"north":{"uv":[7.25,9.75,9.25,11],"texture":"#0"},"east":{"uv":[5.5,9.75,7.25,11],"texture":"#0"},"south":{"uv":[11,9.75,13,11],"texture":"#0"},"west":{"uv":[9.25,9.75,11,11],"texture":"#0"},"up":{"uv":[9.25,9.75,7.25,8],"texture":"#0"},"down":{"uv":[11.25,8,9.25,9.75],"texture":"#0"}}},{"from":[5,0,3],"to":[11,1,9],"faces":{"north":{"uv":[9,1.5,10.5,1.75],"texture":"#0"},"east":{"uv":[7.5,1.5,9,1.75],"texture":"#0"},"south":{"uv":[12,1.5,13.5,1.75],"texture":"#0"},"west":{"uv":[10.5,1.5,12,1.75],"texture":"#0"},"up":{"uv":[10.5,1.5,9,0],"texture":"#0"},"down":{"uv":[12,0,10.5,1.5],"texture":"#0"}}},{"from":[5,4,11],"to":[11,5,17],"rotation":{"angle":45,"axis":"x","origin":[8,4,12]},"faces":{"north":{"uv":[1.5,13,3,13.25],"texture":"#0"},"east":{"uv":[0,13,1.5,13.25],"texture":"#0"},"south":{"uv":[4.5,13,6,13.25],"texture":"#0"},"west":{"uv":[3,13,4.5,13.25],"texture":"#0"},"up":{"uv":[3,13,1.5,11.5],"texture":"#0"},"down":{"uv":[4.5,11.5,3,13],"texture":"#0"}}},{"from":[2.6,1.6,1.6],"to":[13.4,10.4,12.4],"faces":{"north":{"uv":[8.5,13.5,11,15.5],"texture":"#0"},"east":{"uv":[6,13.5,8.5,15.5],"texture":"#0"},"south":{"uv":[13.5,13.5,16,15.5],"texture":"#0"},"west":{"uv":[11,13.5,13.5,15.5],"texture":"#0"},"up":{"uv":[11,13.5,8.5,11],"texture":"#0"},"down":{"uv":[13.5,11,11,13.5],"texture":"#0"}}}],"display":{"head":{"translation":[0,-13,2],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/wynnter_owl/wynnter_owl_wing.json b/assets/minecraft/models/item/wynn/jigsaw/wynnter_owl/wynnter_owl_wing.json new file mode 100644 index 000000000..617b134b7 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/wynnter_owl/wynnter_owl_wing.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/wynnter_owl","particle":"wynn/jigsaw/wynnter_owl"},"elements":[{"from":[13,-4,2],"to":[14,14,12],"rotation":{"angle":-22.5,"axis":"x","origin":[13.5,12,9]},"faces":{"north":{"uv":[2.5,7,2.75,11.5],"texture":"#0"},"east":{"uv":[0,7,2.5,11.5],"texture":"#0"},"south":{"uv":[5.25,7,5.5,11.5],"texture":"#0"},"west":{"uv":[2.75,7,5.25,11.5],"texture":"#0"},"up":{"uv":[2.75,7,2.5,4.5],"texture":"#0"},"down":{"uv":[3,4.5,2.75,7],"texture":"#0"}}}],"display":{"head":{"translation":[-11,-13.5,7],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/yeti/yeti_arm.json b/assets/minecraft/models/item/wynn/jigsaw/yeti/yeti_arm.json new file mode 100644 index 000000000..461b42c98 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/yeti/yeti_arm.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"0":"wynn/jigsaw/yeti","particle":"wynn/jigsaw/yeti"},"elements":[{"from":[4,-14.5,4],"to":[12,15.5,12],"rotation":{"angle":0,"axis":"y","origin":[0,-14.5,0]},"faces":{"north":{"uv":[1,9,2,12.75],"texture":"#0"},"east":{"uv":[0,9,1,12.75],"texture":"#0"},"south":{"uv":[3,9,4,12.75],"texture":"#0"},"west":{"uv":[2,9,3,12.75],"texture":"#0"},"up":{"uv":[2,9,1,8],"texture":"#0"},"down":{"uv":[3,8,2,9],"texture":"#0"}}},{"from":[3,-10.5,3],"to":[13,5.5,13],"rotation":{"angle":0,"axis":"y","origin":[0,-14.5,0]},"faces":{"north":{"uv":[11.5,5,12.75,7],"texture":"#0"},"east":{"uv":[10.25,5,11.5,7],"texture":"#0"},"south":{"uv":[14,5,15.25,7],"texture":"#0"},"west":{"uv":[12.75,5,14,7],"texture":"#0"},"up":{"uv":[12.75,5,11.5,3.75],"texture":"#0"},"down":{"uv":[14,3.75,12.75,5],"texture":"#0"}}}],"display":{"head":{"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/yeti/yeti_foot.json b/assets/minecraft/models/item/wynn/jigsaw/yeti/yeti_foot.json new file mode 100644 index 000000000..50e6fee00 --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/yeti/yeti_foot.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"0":"wynn/jigsaw/yeti","particle":"wynn/jigsaw/yeti"},"elements":[{"from":[4,-14.5,4],"to":[11,-2.5,11],"rotation":{"angle":0,"axis":"y","origin":[0,-14.5,0]},"faces":{"north":{"uv":[11.875,7.875,12.75,9.375],"texture":"#0"},"east":{"uv":[11,7.875,11.875,9.375],"texture":"#0"},"south":{"uv":[13.625,7.875,14.5,9.375],"texture":"#0"},"west":{"uv":[12.75,7.875,13.625,9.375],"texture":"#0"},"up":{"uv":[12.75,7.875,11.875,7],"texture":"#0"},"down":{"uv":[13.625,7,12.75,7.875],"texture":"#0"}}},{"from":[3,-7.5,3],"to":[12,-0.5,12],"rotation":{"angle":0,"axis":"y","origin":[0,-14.5,0]},"faces":{"north":{"uv":[5.125,9.125,6.25,10],"texture":"#0"},"east":{"uv":[4,9.125,5.125,10],"texture":"#0"},"south":{"uv":[7.375,9.125,8.5,10],"texture":"#0"},"west":{"uv":[6.25,9.125,7.375,10],"texture":"#0"},"up":{"uv":[6.25,9.125,5.125,8],"texture":"#0"},"down":{"uv":[7.375,8,6.25,9.125],"texture":"#0"}}}],"display":{"head":{"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/jigsaw/yeti/yeti_torso.json b/assets/minecraft/models/item/wynn/jigsaw/yeti/yeti_torso.json new file mode 100644 index 000000000..feffb7ccf --- /dev/null +++ b/assets/minecraft/models/item/wynn/jigsaw/yeti/yeti_torso.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"0":"wynn/jigsaw/yeti","particle":"wynn/jigsaw/yeti"},"elements":[{"from":[-5,0.5,-3],"to":[21,20.5,17],"rotation":{"angle":-22.5,"axis":"x","origin":[8,11.5,9]},"faces":{"north":{"uv":[2.5,2.5,5.75,5],"texture":"#0"},"east":{"uv":[0,2.5,2.5,5],"texture":"#0"},"south":{"uv":[8.25,2.5,11.5,5],"texture":"#0"},"west":{"uv":[5.75,2.5,8.25,5],"texture":"#0"},"up":{"uv":[5.75,2.5,2.5,0],"texture":"#0"},"down":{"uv":[9,0,5.75,2.5],"texture":"#0"}}},{"from":[-1,-6.5,6],"to":[17,3.5,20],"rotation":{"angle":45,"axis":"x","origin":[8,-0.5,13]},"faces":{"north":{"uv":[1.75,6.75,4,8],"texture":"#0"},"east":{"uv":[0,6.75,1.75,8],"texture":"#0"},"south":{"uv":[5.75,6.75,8,8],"texture":"#0"},"west":{"uv":[4,6.75,5.75,8],"texture":"#0"},"up":{"uv":[4,6.75,1.75,5],"texture":"#0"},"down":{"uv":[6.25,5,4,6.75],"texture":"#0"}}},{"from":[1,9.5,-11],"to":[15,17.5,-1],"rotation":{"angle":0,"axis":"y","origin":[8,9.5,-5]},"faces":{"north":{"uv":[10.25,1.25,12,2.25],"texture":"#0"},"east":{"uv":[9,1.25,10.25,2.25],"texture":"#0"},"south":{"uv":[13.25,1.25,15,2.25],"texture":"#0"},"west":{"uv":[12,1.25,13.25,2.25],"texture":"#0"},"up":{"uv":[12,1.25,10.25,0],"texture":"#0"},"down":{"uv":[13.75,0,12,1.25],"texture":"#0"}}}],"display":{"head":{"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/legacy/arrow_left_default.json b/assets/minecraft/models/item/wynn/legacy/arrow_left_default.json new file mode 100644 index 000000000..0040d6029 --- /dev/null +++ b/assets/minecraft/models/item/wynn/legacy/arrow_left_default.json @@ -0,0 +1 @@ +{"parent":"builtin/generated","textures":{"layer0":"wynn/gui/button/arrow_left_default"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/legacy/arrow_right_default.json b/assets/minecraft/models/item/wynn/legacy/arrow_right_default.json new file mode 100644 index 000000000..d737bc395 --- /dev/null +++ b/assets/minecraft/models/item/wynn/legacy/arrow_right_default.json @@ -0,0 +1 @@ +{"parent":"builtin/generated","textures":{"layer0":"wynn/gui/button/arrow_right_default"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/legacy/arrow_right_red.json b/assets/minecraft/models/item/wynn/legacy/arrow_right_red.json new file mode 100644 index 000000000..6d0d60245 --- /dev/null +++ b/assets/minecraft/models/item/wynn/legacy/arrow_right_red.json @@ -0,0 +1 @@ +{"parent":"builtin/generated","textures":{"layer0":"wynn/gui/button/arrow_right_red"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/legacy/check_gray.json b/assets/minecraft/models/item/wynn/legacy/check_gray.json new file mode 100644 index 000000000..cc0a854c1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/legacy/check_gray.json @@ -0,0 +1 @@ +{"parent":"builtin/generated","textures":{"layer0":"wynn/gui/button/check_gray"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/legacy/check_green.json b/assets/minecraft/models/item/wynn/legacy/check_green.json new file mode 100644 index 000000000..9924f08f0 --- /dev/null +++ b/assets/minecraft/models/item/wynn/legacy/check_green.json @@ -0,0 +1 @@ +{"parent":"builtin/generated","textures":{"layer0":"wynn/gui/button/check_green"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/legacy/check_red.json b/assets/minecraft/models/item/wynn/legacy/check_red.json new file mode 100644 index 000000000..953a390cc --- /dev/null +++ b/assets/minecraft/models/item/wynn/legacy/check_red.json @@ -0,0 +1 @@ +{"parent":"builtin/generated","textures":{"layer0":"wynn/gui/button/check_red"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/legacy/check_yellow.json b/assets/minecraft/models/item/wynn/legacy/check_yellow.json new file mode 100644 index 000000000..6c262ebfb --- /dev/null +++ b/assets/minecraft/models/item/wynn/legacy/check_yellow.json @@ -0,0 +1 @@ +{"parent":"builtin/generated","textures":{"layer0":"wynn/gui/button/check_yellow"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/legacy/plus_green.json b/assets/minecraft/models/item/wynn/legacy/plus_green.json new file mode 100644 index 000000000..7134aaff7 --- /dev/null +++ b/assets/minecraft/models/item/wynn/legacy/plus_green.json @@ -0,0 +1 @@ +{"parent":"builtin/generated","textures":{"layer0":"wynn/gui/button/plus_green"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/legacy/refresh_yellow.json b/assets/minecraft/models/item/wynn/legacy/refresh_yellow.json new file mode 100644 index 000000000..3aaaea081 --- /dev/null +++ b/assets/minecraft/models/item/wynn/legacy/refresh_yellow.json @@ -0,0 +1 @@ +{"parent":"builtin/generated","textures":{"layer0":"wynn/gui/button/refresh_yellow"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/legacy/scrap.json b/assets/minecraft/models/item/wynn/legacy/scrap.json new file mode 100644 index 000000000..7f036adac --- /dev/null +++ b/assets/minecraft/models/item/wynn/legacy/scrap.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/legacy/scrap"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/locked_chest.json b/assets/minecraft/models/item/wynn/locked_chest.json new file mode 100644 index 000000000..0bd98523e --- /dev/null +++ b/assets/minecraft/models/item/wynn/locked_chest.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"1":"wynn/locked_chest","2":"wynn/locked_chest_anim","particle":"wynn/locked_chest"},"elements":[{"from":[3,10,-0.5],"to":[6,11,0.5],"rotation":{"angle":22.5,"axis":"x","origin":[8,11,0.5]},"faces":{"north":{"uv":[8,5,11,6],"texture":"#1"},"south":{"uv":[8,5,11,6],"texture":"#1"},"up":{"uv":[8,5,11,6],"texture":"#1"},"down":{"uv":[8,5,11,6],"texture":"#1"}}},{"from":[2,8,-0.5],"to":[3,11,0.5],"rotation":{"angle":22.5,"axis":"x","origin":[8,11,0.5]},"faces":{"north":{"uv":[3,6,4,9],"texture":"#1"},"east":{"uv":[3,6,4,9],"texture":"#1"},"south":{"uv":[3,6,4,9],"texture":"#1"},"west":{"uv":[3,6,4,9],"texture":"#1"},"up":{"uv":[3,6,4,7],"texture":"#1"}}},{"from":[6,8,-0.5],"to":[7,11,0.5],"rotation":{"angle":22.5,"axis":"x","origin":[8,11,0.5]},"faces":{"north":{"uv":[3,6,4,9],"texture":"#1"},"east":{"uv":[3,6,4,9],"texture":"#1"},"south":{"uv":[3,6,4,9],"texture":"#1"},"west":{"uv":[3,6,4,9],"texture":"#1"},"up":{"uv":[3,6,4,7],"texture":"#1"}}},{"from":[2,3,-1.5],"to":[7,8,1.5],"rotation":{"angle":22.5,"axis":"x","origin":[8,11,0.5]},"faces":{"north":{"uv":[0,0,5,5],"texture":"#2"},"east":{"uv":[13,0,16,5],"texture":"#1"},"south":{"uv":[8,0,13,5],"texture":"#1"},"west":{"uv":[13,0,16,5],"texture":"#1"},"up":{"uv":[3,0,8,3],"texture":"#1"},"down":{"uv":[3,3,8,6],"texture":"#1"}}},{"from":[0,2.5,0.49],"to":[16,5.5,0.5],"rotation":{"angle":-22.5,"axis":"z","origin":[8,4,0]},"faces":{"north":{"uv":[0,0,3,16],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,3,16],"rotation":270,"texture":"#1"}}},{"from":[0,4,-1],"to":[16,4.01,2],"rotation":{"angle":-22.5,"axis":"z","origin":[8,4,0]},"faces":{"up":{"uv":[0,0,3,16],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,3,16],"rotation":270,"texture":"#1"}}},{"from":[-1,10,0],"to":[2,10.01,16],"rotation":{"angle":-22.5,"axis":"x","origin":[0,9,8]},"faces":{"up":{"uv":[0,0,3,16],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,3,16],"texture":"#1"}}},{"from":[0.5,8.5,0],"to":[0.51,11.5,16],"rotation":{"angle":-22.5,"axis":"x","origin":[0,9,8]},"faces":{"east":{"uv":[0,0,3,16],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,3,16],"rotation":90,"texture":"#1"}}},{"from":[0,8.5,15.6],"to":[16,11.5,15.61],"rotation":{"angle":-22.5,"axis":"z","origin":[8,10,15]},"faces":{"north":{"uv":[0,0,3,16],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,3,16],"rotation":270,"texture":"#1"}}},{"from":[0,10,14],"to":[16,10.01,17],"rotation":{"angle":-22.5,"axis":"z","origin":[8,10,15]},"faces":{"up":{"uv":[0,0,3,16],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,3,16],"rotation":270,"texture":"#1"}}},{"from":[14,4,0],"to":[17,4.01,16],"rotation":{"angle":-22.5,"axis":"x","origin":[15,4,8]},"faces":{"up":{"uv":[0,0,3,16],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,3,16],"texture":"#1"}}},{"from":[15.5,2.5,0],"to":[15.51,5.5,16],"rotation":{"angle":-22.5,"axis":"x","origin":[15,4,8]},"faces":{"east":{"uv":[0,0,3,16],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,3,16],"rotation":90,"texture":"#1"}}},{"from":[8.5,13,0.5],"to":[8.51,16,16.5],"rotation":{"angle":22.5,"axis":"y","origin":[8.5,14.5,0]},"faces":{"east":{"uv":[0,0,3,16],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,3,16],"rotation":270,"texture":"#1"}}},{"from":[7,14.5,0.5],"to":[10,14.51,16.5],"rotation":{"angle":22.5,"axis":"y","origin":[8.5,14.5,0]},"faces":{"up":{"uv":[0,0,3,16],"texture":"#1"},"down":{"uv":[0,0,3,16],"rotation":180,"texture":"#1"}}},{"from":[8.5,-1.5,-0.5],"to":[8.51,1.5,15.5],"rotation":{"angle":22.5,"axis":"y","origin":[8.5,0,15]},"faces":{"east":{"uv":[0,0,3,16],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,3,16],"rotation":270,"texture":"#1"}}},{"from":[7,0,-0.5],"to":[10,0.01,15.5],"rotation":{"angle":22.5,"axis":"y","origin":[8.5,0,15]},"faces":{"up":{"uv":[0,0,3,16],"texture":"#1"},"down":{"uv":[0,0,3,16],"rotation":180,"texture":"#1"}}},{"from":[4,-1,0.5],"to":[7,15,0.51],"rotation":{"angle":-22.5,"axis":"z","origin":[5.5,7,0.5]},"faces":{"north":{"uv":[0,0,3,16],"texture":"#1"},"south":{"uv":[0,0,3,16],"texture":"#1"}}},{"from":[5.5,-1,-1],"to":[5.51,15,2],"rotation":{"angle":-22.5,"axis":"z","origin":[5.5,7,0.5]},"faces":{"east":{"uv":[0,0,3,16],"texture":"#1"},"west":{"uv":[0,0,3,16],"texture":"#1"}}},{"from":[13,-1,15.5],"to":[16,15,15.51],"rotation":{"angle":-22.5,"axis":"z","origin":[14.5,14,15.5]},"faces":{"north":{"uv":[0,0,3,16],"texture":"#1"},"south":{"uv":[0,0,3,16],"texture":"#1"}}},{"from":[14.5,-1,14],"to":[14.51,15,17],"rotation":{"angle":-22.5,"axis":"z","origin":[14.5,14,15.5]},"faces":{"east":{"uv":[0,0,3,16],"texture":"#1"},"west":{"uv":[0,0,3,16],"texture":"#1"}}},{"from":[0,1,0],"to":[9,13,0.01],"rotation":{"angle":22.5,"axis":"x","origin":[8,11,0.5]},"faces":{"north":{"uv":[4,6,16,15],"rotation":90,"texture":"#1"},"south":{"uv":[4,6,16,15],"rotation":90,"texture":"#1"}}}],"display":{"head":{"translation":[0,-30.5,0],"scale":[1.65,1.65,1.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/loot/cache.json b/assets/minecraft/models/item/wynn/loot/cache.json new file mode 100644 index 000000000..ad57b310b --- /dev/null +++ b/assets/minecraft/models/item/wynn/loot/cache.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/loot","textures":{"0":"wynn/loot/cache"},"elements":[{"from":[1.5,6.25,1],"to":[14.5,12.25,14],"faces":{"north":{"uv":[3,6,6,7.5],"texture":"#0"},"east":{"uv":[0,6,3,7.5],"texture":"#0"},"south":{"uv":[6,3,7.5,6],"rotation":90,"texture":"#0"},"west":{"uv":[3,6,0,7.5],"texture":"#0"},"up":{"uv":[3,3,6,6],"texture":"#0"}}},{"from":[2,0,1.5],"to":[14,12,13.5],"faces":{"north":{"uv":[3,0,6,3],"texture":"#0"},"east":{"uv":[0,0,3,3],"texture":"#0"},"south":{"uv":[0,0,3,3],"texture":"#0"},"west":{"uv":[0,0,3,3],"texture":"#0"},"down":{"uv":[0,3,3,6],"texture":"#0"}}},{"from":[11.25,10,1.5],"to":[4.75,4,-0.5],"rotation":{"angle":0,"axis":"y","origin":[8,5,-0.5]},"faces":{"east":{"uv":[7.5,0,8,1.5],"rotation":180,"texture":"#0"},"south":{"uv":[6,1.5,7.5,0],"texture":"#0"},"west":{"uv":[8,0,7.5,1.5],"rotation":180,"texture":"#0"},"up":{"uv":[7.5,2.5,6,2],"rotation":180,"texture":"#0"},"down":{"uv":[6,1.5,7.5,2],"texture":"#0"}}},{"from":[4.75,4.25,-0.5],"to":[11.25,10.25,1.5],"rotation":{"angle":0,"axis":"y","origin":[8,5,-0.5]},"faces":{"north":{"uv":[6,0,7.5,1.5],"texture":"#0"},"east":{"uv":[7.5,0,8,1.5],"texture":"#0"},"west":{"uv":[8,0,7.5,1.5],"texture":"#0"},"up":{"uv":[6,1.5,7.5,2],"texture":"#0"},"down":{"uv":[6,2,7.5,2.5],"texture":"#0"}}},{"from":[14.5,8.25,5.35],"to":[15.5,12.25,9.65],"rotation":{"angle":0,"axis":"y","origin":[16.5,6.25,7.45]},"faces":{"north":{"uv":[7.75,1.5,7.5,2.5],"texture":"#0"},"east":{"uv":[6,6,7,7],"texture":"#0"},"south":{"uv":[7.5,1.5,7.75,2.5],"texture":"#0"},"up":{"uv":[6,2.75,7,3],"rotation":90,"texture":"#0"},"down":{"uv":[6,2.5,7,2.75],"rotation":90,"texture":"#0"}}},{"from":[0.5,8.25,5.35],"to":[1.5,12.25,9.65],"rotation":{"angle":0,"axis":"y","origin":[-0.5,6.25,7.45]},"faces":{"north":{"uv":[7.5,1.5,7.75,2.5],"texture":"#0"},"south":{"uv":[7.75,1.5,7.5,2.5],"texture":"#0"},"west":{"uv":[7,6,6,7],"texture":"#0"},"up":{"uv":[6,3,7,2.75],"rotation":90,"texture":"#0"},"down":{"uv":[6,2.75,7,2.5],"rotation":90,"texture":"#0"}}},{"from":[12.5,8.25,7.5],"to":[18.5,17.25,7.5],"rotation":{"angle":0,"axis":"y","origin":[14.5,9.25,6.5]},"faces":{"north":{"uv":[7.5,2.5,9,4.75],"texture":"#0"},"south":{"uv":[9,2.5,7.5,4.75],"texture":"#0"}}},{"from":[15.5,10.25,6.5],"to":[17.5,14.25,8.5],"rotation":{"angle":0,"axis":"y","origin":[15.5,10.25,6.5]},"faces":{"north":{"uv":[7.5,5,8,6],"texture":"#0"},"east":{"uv":[8,5,8.5,6],"texture":"#0"},"south":{"uv":[8,5,7.5,6],"texture":"#0"},"west":{"uv":[7,6,7.5,7],"texture":"#0"},"up":{"uv":[7.5,6,8,6.5],"texture":"#0"},"down":{"uv":[8,6,8.5,6.5],"texture":"#0"}}},{"from":[-2.5,8.25,7.5],"to":[3.5,17.25,7.5],"rotation":{"angle":0,"axis":"y","origin":[1.5,9.25,6.5]},"faces":{"north":{"uv":[9,2.5,7.5,4.75],"texture":"#0"},"south":{"uv":[7.5,2.5,9,4.75],"texture":"#0"}}},{"from":[-1.5,10.25,6.5],"to":[0.5,14.25,8.5],"rotation":{"angle":0,"axis":"y","origin":[0.5,10.25,6.5]},"faces":{"north":{"uv":[8,5,7.5,6],"texture":"#0"},"east":{"uv":[7.5,6,7,7],"texture":"#0"},"south":{"uv":[7.5,5,8,6],"texture":"#0"},"west":{"uv":[8.5,5,8,6],"texture":"#0"},"up":{"uv":[8,6,7.5,6.5],"texture":"#0"},"down":{"uv":[8.5,6,8,6.5],"texture":"#0"}}}],"display":{"ground":{"translation":[0,10,0],"scale":[1.5,1.5,1.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/loot/common.json b/assets/minecraft/models/item/wynn/loot/common.json new file mode 100644 index 000000000..d94d8d8d4 --- /dev/null +++ b/assets/minecraft/models/item/wynn/loot/common.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/loot","textures":{"0":"wynn/loot/common"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/loot/fabled.json b/assets/minecraft/models/item/wynn/loot/fabled.json new file mode 100644 index 000000000..29a97363d --- /dev/null +++ b/assets/minecraft/models/item/wynn/loot/fabled.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/loot","textures":{"0":"wynn/loot/fabled"},"display":{"ground":{"translation":[0,6,0],"scale":[0.8,0.8,0.8]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/loot/legendary.json b/assets/minecraft/models/item/wynn/loot/legendary.json new file mode 100644 index 000000000..e1d94c31e --- /dev/null +++ b/assets/minecraft/models/item/wynn/loot/legendary.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/loot","textures":{"0":"wynn/loot/legendary"},"display":{"ground":{"translation":[0,4.5,0],"scale":[0.65,0.65,0.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/loot/mythic.json b/assets/minecraft/models/item/wynn/loot/mythic.json new file mode 100644 index 000000000..a2ab21bef --- /dev/null +++ b/assets/minecraft/models/item/wynn/loot/mythic.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/loot","textures":{"0":"wynn/loot/mythic"},"display":{"ground":{"translation":[0,10,0],"scale":[1.5,1.5,1.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/loot/rare.json b/assets/minecraft/models/item/wynn/loot/rare.json new file mode 100644 index 000000000..f0aefc00f --- /dev/null +++ b/assets/minecraft/models/item/wynn/loot/rare.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/loot","textures":{"0":"wynn/loot/rare"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/loot/set.json b/assets/minecraft/models/item/wynn/loot/set.json new file mode 100644 index 000000000..e20cbb015 --- /dev/null +++ b/assets/minecraft/models/item/wynn/loot/set.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/loot","textures":{"0":"wynn/loot/set"},"display":{"ground":{"translation":[0,4.5,0],"scale":[0.65,0.65,0.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/mastery_tome/armour.json b/assets/minecraft/models/item/wynn/mastery_tome/armour.json new file mode 100644 index 000000000..17f30b105 --- /dev/null +++ b/assets/minecraft/models/item/wynn/mastery_tome/armour.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/mastery_tome/armour"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/mastery_tome/guild.json b/assets/minecraft/models/item/wynn/mastery_tome/guild.json new file mode 100644 index 000000000..d060e8b5c --- /dev/null +++ b/assets/minecraft/models/item/wynn/mastery_tome/guild.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/mastery_tome/guild"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/mastery_tome/lootrun.json b/assets/minecraft/models/item/wynn/mastery_tome/lootrun.json new file mode 100644 index 000000000..34d68a1b4 --- /dev/null +++ b/assets/minecraft/models/item/wynn/mastery_tome/lootrun.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/mastery_tome/lootrun"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/mastery_tome/mana.json b/assets/minecraft/models/item/wynn/mastery_tome/mana.json new file mode 100644 index 000000000..de448d5c3 --- /dev/null +++ b/assets/minecraft/models/item/wynn/mastery_tome/mana.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/mastery_tome/mana"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/mastery_tome/movement.json b/assets/minecraft/models/item/wynn/mastery_tome/movement.json new file mode 100644 index 000000000..c4bdaa2ac --- /dev/null +++ b/assets/minecraft/models/item/wynn/mastery_tome/movement.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/mastery_tome/movement"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/mastery_tome/utility.json b/assets/minecraft/models/item/wynn/mastery_tome/utility.json new file mode 100644 index 000000000..ab35e608d --- /dev/null +++ b/assets/minecraft/models/item/wynn/mastery_tome/utility.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/mastery_tome/utility"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/mastery_tome/weapon.json b/assets/minecraft/models/item/wynn/mastery_tome/weapon.json new file mode 100644 index 000000000..35dd5ce56 --- /dev/null +++ b/assets/minecraft/models/item/wynn/mastery_tome/weapon.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/mastery_tome/weapon"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/mob_totem.json b/assets/minecraft/models/item/wynn/mob_totem.json new file mode 100644 index 000000000..f2b3fb7f6 --- /dev/null +++ b/assets/minecraft/models/item/wynn/mob_totem.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/mob_totem"},"elements":[{"from":[6.5,24.5,6.5],"to":[9.5,25,9.5],"faces":{"north":{"uv":[7.25,3.5,8.75,3.75],"texture":"#0"},"east":{"uv":[7.25,3.5,8.75,3.75],"texture":"#0"},"south":{"uv":[7.25,3.5,8.75,3.75],"texture":"#0"},"west":{"uv":[7.25,3.5,8.75,3.75],"texture":"#0"},"up":{"uv":[7.25,3.75,8.75,5.25],"texture":"#0"}}},{"from":[6,21,6.5],"to":[10,24.5,9.5],"faces":{"north":{"uv":[7,3.75,9,5.5],"texture":"#0"},"east":{"uv":[7.25,3.75,8.75,5.5],"texture":"#0"},"south":{"uv":[7,3.75,9,5.5],"texture":"#0"},"west":{"uv":[7.25,3.75,8.75,5.5],"texture":"#0"},"up":{"uv":[7,4,9,5.5],"texture":"#0"}}},{"from":[6.5,21,6],"to":[9.5,24.5,10],"faces":{"north":{"uv":[7.25,3.75,8.75,5.5],"texture":"#0"},"east":{"uv":[7,3.75,9,5.5],"texture":"#0"},"south":{"uv":[7.25,3.75,8.75,5.5],"texture":"#0"},"west":{"uv":[7,3.75,9,5.5],"texture":"#0"},"up":{"uv":[7.25,3.75,8.75,5.5],"texture":"#0"}}},{"from":[19,24.5,7],"to":[21.5,27,9],"faces":{"north":{"uv":[1.25,2.5,2.5,3.75],"texture":"#0"},"east":{"uv":[13.5,2.5,14.5,3.75],"texture":"#0"},"south":{"uv":[13.5,2.5,14.75,3.75],"texture":"#0"},"up":{"uv":[2.25,2.5,3.5,3.5],"texture":"#0"},"down":{"uv":[3.75,11,5,12],"texture":"#0"}}},{"from":[14.5,22,7],"to":[19,27,9],"faces":{"north":{"uv":[2.5,2.5,4.75,5],"texture":"#0"},"east":{"uv":[3.25,2.5,4.25,5],"texture":"#0"},"south":{"uv":[11.25,2.5,13.5,5],"texture":"#0"},"west":{"uv":[7.25,3.5,8.25,6],"texture":"#0"},"up":{"uv":[12,2.5,14.25,3.5],"texture":"#0"},"down":{"uv":[7,4.25,9.25,5.25],"texture":"#0"}}},{"from":[14,24.5,7],"to":[14.5,25.5,9],"faces":{"north":{"uv":[4.75,3.25,5,3.75],"texture":"#0"},"south":{"uv":[11,3.25,11.25,3.75],"texture":"#0"},"west":{"uv":[4,3.25,5,3.75],"texture":"#0"},"up":{"uv":[4.75,3.25,5,4.25],"texture":"#0"}}},{"from":[13.5,24,7],"to":[14.5,24.5,9],"faces":{"north":{"uv":[4.75,3.75,5.25,4],"texture":"#0"},"south":{"uv":[10.75,3.75,11.25,4],"texture":"#0"},"west":{"uv":[4.75,4,5.75,4.25],"texture":"#0"},"up":{"uv":[4.75,3.75,5.25,4.75],"texture":"#0"}}},{"from":[12.5,23.5,7],"to":[14.5,24,9],"faces":{"north":{"uv":[4.5,4,5.75,4.25],"texture":"#0"},"south":{"uv":[10.25,4,11.25,4.25],"texture":"#0"},"west":{"uv":[6,4.25,7,4.5],"texture":"#0"},"up":{"uv":[7.25,3.75,8.25,4.75],"texture":"#0"}}},{"from":[10,22,7],"to":[14.5,23.5,9],"faces":{"north":{"uv":[4.75,4.25,7,5],"texture":"#0"},"south":{"uv":[9,4.25,11.25,5],"texture":"#0"},"up":{"uv":[7,4.25,9.25,5.25],"texture":"#0"},"down":{"uv":[6.75,4.25,9,5.25],"texture":"#0"}}},{"from":[-5.5,24.5,7],"to":[-3,27,9],"faces":{"north":{"uv":[13.5,2.5,14.75,3.75],"texture":"#0"},"south":{"uv":[1.25,2.5,2.5,3.75],"texture":"#0"},"west":{"uv":[1.75,2.5,2.75,3.75],"texture":"#0"},"up":{"uv":[13.5,2.5,14.75,3.5],"texture":"#0"},"down":{"uv":[3.75,15,5,16],"texture":"#0"}}},{"from":[-3,22,7],"to":[1.5,27,9],"faces":{"north":{"uv":[11.25,2.5,13.5,5],"texture":"#0"},"east":{"uv":[3,2.5,4,4.75],"texture":"#0"},"south":{"uv":[2.5,2.5,4.75,5],"texture":"#0"},"west":{"uv":[3.25,2.5,4.25,4.75],"texture":"#0"},"up":{"uv":[12.5,2.5,14.75,3.5],"texture":"#0"},"down":{"uv":[1.75,2.5,4,3.5],"texture":"#0"}}},{"from":[1.5,24.5,7],"to":[2,25.5,9],"faces":{"north":{"uv":[11,3.25,11.25,3.75],"texture":"#0"},"east":{"uv":[11.25,2.5,12.25,3],"texture":"#0"},"south":{"uv":[4.75,3.25,5,3.75],"texture":"#0"},"up":{"uv":[11.25,2.5,11.5,3.5],"texture":"#0"}}},{"from":[1.5,24,7],"to":[2.5,24.5,9],"faces":{"north":{"uv":[10.75,3.75,11.25,4],"texture":"#0"},"east":{"uv":[11.25,3,12.25,3.25],"texture":"#0"},"south":{"uv":[4.75,3.75,5.25,4],"texture":"#0"},"up":{"uv":[11,3.25,11.5,4.25],"texture":"#0"}}},{"from":[1.5,23.5,7],"to":[3.5,24,9],"faces":{"north":{"uv":[10.25,4,11.25,4.25],"texture":"#0"},"east":{"uv":[9,4.25,10,4.5],"texture":"#0"},"south":{"uv":[4.75,4,5.75,4.25],"texture":"#0"},"up":{"uv":[7.75,4,8.75,5],"texture":"#0"}}},{"from":[1.5,22,7],"to":[6,23.5,9],"faces":{"north":{"uv":[9,4.25,11.25,5],"texture":"#0"},"south":{"uv":[4.75,4.25,7,5],"texture":"#0"},"up":{"uv":[6.75,4.25,9,5.25],"texture":"#0"},"down":{"uv":[6.75,4.25,9,5.25],"texture":"#0"}}},{"from":[-1,20,7.5],"to":[0.5,21,7.75],"faces":{"north":{"uv":[3.5,5.5,4.25,6],"texture":"#0"},"south":{"uv":[3.5,5.5,4.25,6],"texture":"#0"}}},{"from":[16.5,20.5,8.5],"to":[18,22,8.75],"faces":{"north":{"uv":[12.25,5,13,5.75],"texture":"#0"},"south":{"uv":[12.25,5,13,5.75],"texture":"#0"}}},{"from":[15,17.5,8.5],"to":[16,19,8.75],"faces":{"north":{"uv":[11.5,6.5,12,7.25],"texture":"#0"},"south":{"uv":[11.5,6.5,12,7.25],"texture":"#0"}}},{"from":[14.5,19,8.5],"to":[15.5,20,8.75],"faces":{"north":{"uv":[11.25,6,11.75,6.5],"texture":"#0"},"south":{"uv":[11.25,6,11.75,6.5],"texture":"#0"}}},{"from":[14.5,20,8.5],"to":[16,22,8.75],"faces":{"north":{"uv":[11.25,5,12,6],"texture":"#0"},"south":{"uv":[11.25,5,12,6],"texture":"#0"}}},{"from":[-2,21,7.5],"to":[0.5,22,7.75],"faces":{"north":{"uv":[3,5,4.25,5.5],"texture":"#0"},"south":{"uv":[3,5,4.25,5.5],"texture":"#0"}}},{"from":[1,20,7.5],"to":[2,21,7.75],"faces":{"north":{"uv":[4.5,5.5,5,6],"texture":"#0"},"south":{"uv":[4.5,5.5,5,6],"texture":"#0"}}},{"from":[1,21,7.5],"to":[2.5,22,7.75],"faces":{"north":{"uv":[4.5,5,5.25,5.5],"texture":"#0"},"south":{"uv":[4.5,5,5.25,5.5],"texture":"#0"}}},{"from":[-1.5,17,7.5],"to":[2,18,7.75],"faces":{"north":{"uv":[3.25,7,5,7.5],"texture":"#0"},"south":{"uv":[3.25,7,5,7.5],"texture":"#0"}}},{"from":[-0.5,14,7.5],"to":[0.5,15,7.75],"faces":{"north":{"uv":[3.75,8.5,4.25,9],"texture":"#0"},"south":{"uv":[3.75,8.5,4.25,9],"texture":"#0"}}},{"from":[0,15,7.5],"to":[1,17,7.75],"faces":{"north":{"uv":[4,7.5,4.5,8.5],"texture":"#0"},"south":{"uv":[4,7.5,4.5,8.5],"texture":"#0"}}},{"from":[1,18,7.5],"to":[2,19.5,7.75],"faces":{"north":{"uv":[4.5,6.25,5,7],"texture":"#0"},"south":{"uv":[4.5,6.25,5,7],"texture":"#0"}}},{"from":[-1.5,18,7.5],"to":[-0.5,19,7.75],"faces":{"north":{"uv":[3.25,6.5,3.75,7],"texture":"#0"},"south":{"uv":[3.25,6.5,3.75,7],"texture":"#0"}}},{"from":[-1.5,19,7.5],"to":[0.5,20,7.75],"faces":{"north":{"uv":[3.25,6,4.25,6.5],"texture":"#0"},"south":{"uv":[3.25,6,4.25,6.5],"texture":"#0"}}},{"from":[5.5,20,6],"to":[10.5,21,10],"faces":{"north":{"uv":[6.75,5.5,9.25,6],"texture":"#0"},"east":{"uv":[7,5.5,9,6],"texture":"#0"},"south":{"uv":[6.75,5.5,9.25,6],"texture":"#0"},"west":{"uv":[7,5.5,9,6],"texture":"#0"},"up":{"uv":[0.25,13.5,2.75,15.5],"texture":"#0"}}},{"from":[5,18,4.5],"to":[11,19,11.5],"faces":{"north":{"uv":[6.5,6.5,9.5,7],"texture":"#0"},"east":{"uv":[6.25,6.5,9.75,7],"texture":"#0"},"south":{"uv":[6.25,6.5,9.75,7],"texture":"#0"},"west":{"uv":[6.25,6.5,9.75,7],"texture":"#0"},"up":{"uv":[0.5,12.25,3.5,15.75],"texture":"#0"}}},{"from":[4.5,18,5],"to":[11.5,19,11],"faces":{"north":{"uv":[6.25,6.5,9.75,7],"texture":"#0"},"east":{"uv":[6.5,6.5,9.5,7],"texture":"#0"},"south":{"uv":[6.25,6.5,9.75,7],"texture":"#0"},"west":{"uv":[6.5,6.5,9.5,7],"texture":"#0"},"up":{"uv":[0.25,12.5,3.75,15.5],"texture":"#0"}}},{"from":[4.5,17,4],"to":[11.5,18,12],"faces":{"north":{"uv":[6.25,7,9.75,7.5],"texture":"#0"},"east":{"uv":[6,7,10,7.5],"texture":"#0"},"south":{"uv":[6.25,7,9.75,7.5],"texture":"#0"},"west":{"uv":[6,7,10,7.5],"texture":"#0"},"up":{"uv":[0.5,11.75,4,15.75],"texture":"#0"}}},{"from":[4,17,4.5],"to":[12,18,11.5],"faces":{"north":{"uv":[6,7,10,7.5],"texture":"#0"},"east":{"uv":[6.25,7,9.75,7.5],"texture":"#0"},"south":{"uv":[6,7,10,7.5],"texture":"#0"},"west":{"uv":[6.25,7,9.75,7.5],"texture":"#0"},"up":{"uv":[0.25,12,4.25,15.5],"texture":"#0"}}},{"from":[5,19,5.5],"to":[11,20,10.5],"faces":{"north":{"uv":[6.5,6,9.5,6.5],"texture":"#0"},"east":{"uv":[6.75,6,9.25,6.5],"texture":"#0"},"south":{"uv":[6.5,6,9.5,6.5],"texture":"#0"},"west":{"uv":[6.75,6,9.25,6.5],"texture":"#0"},"up":{"uv":[0.25,13,3.25,15.5],"texture":"#0"}}},{"from":[5.5,19,5],"to":[10.5,20,11],"faces":{"north":{"uv":[6.75,6,9.25,6.5],"texture":"#0"},"east":{"uv":[6.5,6,9.5,6.5],"texture":"#0"},"south":{"uv":[6.75,6,9.25,6.5],"texture":"#0"},"west":{"uv":[6.5,6,9.5,6.5],"texture":"#0"},"up":{"uv":[0.5,12.75,3,15.75],"texture":"#0"}}},{"from":[6,20,5.5],"to":[10,21,10.5],"faces":{"north":{"uv":[7,5.5,9,6],"texture":"#0"},"east":{"uv":[6.75,5.5,9.25,6],"texture":"#0"},"south":{"uv":[7,5.5,9,6],"texture":"#0"},"west":{"uv":[6.75,5.5,9.25,6],"texture":"#0"},"up":{"uv":[0.5,13.25,2.5,15.75],"texture":"#0"}}},{"from":[4,14.5,3.5],"to":[12,17,12.5],"faces":{"north":{"uv":[6,7.5,10,8.75],"texture":"#0"},"east":{"uv":[5.75,7.5,10.25,8.75],"texture":"#0"},"south":{"uv":[6,7.5,10,8.75],"texture":"#0"},"west":{"uv":[5.75,7.5,10.25,8.75],"texture":"#0"},"up":{"uv":[0.5,11.25,4.5,15.75],"texture":"#0"},"down":{"uv":[0.5,11.25,4.5,15.75],"texture":"#0"}}},{"from":[3.5,14.5,4],"to":[12.5,17,12],"faces":{"north":{"uv":[5.75,7.5,10.25,8.75],"texture":"#0"},"east":{"uv":[6,7.5,10,8.75],"texture":"#0"},"south":{"uv":[5.75,7.5,10.25,8.75],"texture":"#0"},"west":{"uv":[6,7.5,10,8.75],"texture":"#0"},"up":{"uv":[0.25,11.5,4.75,15.5],"texture":"#0"},"down":{"uv":[0.25,11.5,4.75,15.5],"texture":"#0"}}},{"from":[5.5,13,5],"to":[10.5,14.5,11],"faces":{"north":{"uv":[6.75,8.75,9.25,9.5],"texture":"#0"},"east":{"uv":[6.5,8.75,9.5,9.5],"texture":"#0"},"south":{"uv":[6.75,8.75,9.25,9.5],"texture":"#0"},"west":{"uv":[6.5,8.75,9.5,9.5],"texture":"#0"},"down":{"uv":[0.5,12.75,3,15.75],"texture":"#0"}}},{"from":[5,13,5.5],"to":[11,14.5,10.5],"faces":{"north":{"uv":[6.5,8.75,9.5,9.5],"texture":"#0"},"east":{"uv":[6.75,8.75,9.25,9.5],"texture":"#0"},"south":{"uv":[6.5,8.75,9.5,9.5],"texture":"#0"},"west":{"uv":[6.75,8.75,9.25,9.5],"texture":"#0"},"down":{"uv":[0.25,13,3.25,15.5],"texture":"#0"}}},{"from":[6,11,10],"to":[10,12,10.5],"faces":{"east":{"uv":[6.5,10,7,10.5],"texture":"#0"},"south":{"uv":[7,10,9,10.5],"texture":"#0"},"west":{"uv":[6.5,10,7,10.5],"texture":"#0"},"up":{"uv":[1.5,15,3.5,15.25],"texture":"#0"}}},{"from":[6,11,5.5],"to":[10,12,6],"faces":{"north":{"uv":[7,10,9,10.5],"texture":"#0"},"east":{"uv":[6.5,10,7,10.5],"texture":"#0"},"west":{"uv":[6.5,10,7,10.5],"texture":"#0"},"up":{"uv":[1.5,12.75,3.5,13],"texture":"#0"}}},{"from":[5.5,11,9],"to":[10.5,12,10],"faces":{"east":{"uv":[7,10,7.5,10.5],"texture":"#0"},"south":{"uv":[6.75,10,9.25,10.5],"texture":"#0"},"west":{"uv":[7.25,10,7.75,10.5],"texture":"#0"},"up":{"uv":[1.25,14.5,3.75,15],"texture":"#0"}}},{"from":[5.5,11,6],"to":[10.5,12,7],"faces":{"north":{"uv":[6.75,10,9.25,10.5],"texture":"#0"},"east":{"uv":[6.75,10,7.25,10.5],"texture":"#0"},"west":{"uv":[8.75,10,9.25,10.5],"texture":"#0"},"up":{"uv":[1.25,13,3.75,13.5],"texture":"#0"}}},{"from":[5,11,7],"to":[11,12,9],"faces":{"north":{"uv":[6.5,10,9.5,10.5],"texture":"#0"},"east":{"uv":[7.5,10,8.5,10.5],"texture":"#0"},"south":{"uv":[6.5,10,9.5,10.5],"texture":"#0"},"west":{"uv":[7.5,10,8.5,10.5],"texture":"#0"},"up":{"uv":[1,13.5,4,14.5],"texture":"#0"}}},{"from":[7,11,5],"to":[9,12,11],"faces":{"north":{"uv":[7.5,10,8.5,10.5],"texture":"#0"},"east":{"uv":[6.5,10,9.5,10.5],"texture":"#0"},"south":{"uv":[7.5,10,8.5,10.5],"texture":"#0"},"west":{"uv":[6.5,10,9.5,10.5],"texture":"#0"},"up":{"uv":[2,12.5,3,15.5],"texture":"#0"}}},{"from":[6,12,6.5],"to":[10,13,9.5],"faces":{"north":{"uv":[7,9.5,9,10],"texture":"#0"},"east":{"uv":[7.25,9.5,8.75,10],"texture":"#0"},"south":{"uv":[7,9.5,9,10],"texture":"#0"},"west":{"uv":[7.25,9.5,8.75,10],"texture":"#0"}}},{"from":[6.5,12,6],"to":[9.5,13,10],"faces":{"north":{"uv":[7.25,9.5,8.75,10],"texture":"#0"},"east":{"uv":[7,9.5,9,10],"texture":"#0"},"south":{"uv":[7.25,9.5,8.75,10],"texture":"#0"},"west":{"uv":[7,9.5,9,10],"texture":"#0"}}},{"from":[4.5,4,4.5],"to":[11.5,11,11.5],"faces":{"north":{"uv":[6.25,0,9.75,3.5],"texture":"#0"},"east":{"uv":[6.25,10.5,9.75,14],"texture":"#0"},"south":{"uv":[12.25,9,15.75,12.5],"texture":"#0"},"west":{"uv":[12.25,12.5,15.75,16],"texture":"#0"},"up":{"uv":[0.75,12.25,4.25,15.75],"texture":"#0"},"down":{"uv":[0.75,12.25,4.25,15.75],"texture":"#0"}}},{"from":[4,4,5],"to":[12,11,11],"faces":{"north":{"uv":[6,0,10,3.5],"texture":"#0"},"east":{"uv":[6.5,10.5,9.5,14],"texture":"#0"},"south":{"uv":[12,9,16,12.5],"texture":"#0"},"west":{"uv":[12.5,12.5,15.5,16],"texture":"#0"},"up":{"uv":[0.5,12.5,4.5,15.5],"texture":"#0"},"down":{"uv":[0.5,12.5,4.5,15.5],"texture":"#0"}}},{"from":[5,4,4],"to":[11,11,12],"faces":{"north":{"uv":[6.5,0,9.5,3.5],"texture":"#0"},"east":{"uv":[6,10.5,10,14],"texture":"#0"},"south":{"uv":[12.5,9,15.5,12.5],"texture":"#0"},"west":{"uv":[12,12.5,16,16],"texture":"#0"},"up":{"uv":[1,12,4,16],"texture":"#0"},"down":{"uv":[1,12,4,16],"texture":"#0"}}},{"from":[5,3,5],"to":[11,4,11],"faces":{"north":{"uv":[6.5,14,9.5,14.5],"texture":"#0"},"east":{"uv":[6.5,14,9.5,14.5],"texture":"#0"},"south":{"uv":[6.5,14,9.5,14.5],"texture":"#0"},"west":{"uv":[6.5,14,9.5,14.5],"texture":"#0"}}},{"from":[4.5,-4,4.5],"to":[11.5,3,11.5],"faces":{"north":{"uv":[6.25,10.5,9.75,14],"texture":"#0"},"east":{"uv":[12.25,12.5,15.75,16],"texture":"#0"},"south":{"uv":[6.25,0,9.75,3.5],"texture":"#0"},"west":{"uv":[12.25,9,15.75,12.5],"texture":"#0"},"up":{"uv":[0.75,12.25,4.25,15.75],"texture":"#0"},"down":{"uv":[0.75,12.25,4.25,15.75],"texture":"#0"}}},{"from":[4,-4,5],"to":[12,3,11],"faces":{"north":{"uv":[6,10.5,10,14],"texture":"#0"},"east":{"uv":[12.5,12.5,15.5,16],"texture":"#0"},"south":{"uv":[6,0,10,3.5],"texture":"#0"},"west":{"uv":[12.5,9,15.5,12.5],"texture":"#0"},"up":{"uv":[0.5,12.5,4.5,15.5],"texture":"#0"},"down":{"uv":[0.5,12.5,4.5,15.5],"texture":"#0"}}},{"from":[5,-4,4],"to":[11,3,12],"faces":{"north":{"uv":[6.5,10.5,9.5,14],"texture":"#0"},"east":{"uv":[12,12.5,16,16],"texture":"#0"},"south":{"uv":[6.5,0,9.5,3.5],"texture":"#0"},"west":{"uv":[12,9,16,12.5],"texture":"#0"},"up":{"uv":[1,12,4,16],"texture":"#0"},"down":{"uv":[1,12,4,16],"texture":"#0"}}},{"from":[5,-5,5],"to":[11,-4,11],"faces":{"north":{"uv":[6.5,14,9.5,14.5],"texture":"#0"},"east":{"uv":[6.5,14,9.5,14.5],"texture":"#0"},"south":{"uv":[6.5,14,9.5,14.5],"texture":"#0"},"west":{"uv":[6.5,14,9.5,14.5],"texture":"#0"}}},{"from":[3,-9,3],"to":[13,-6,13],"faces":{"north":{"uv":[5.5,14.5,10.5,16],"texture":"#0"},"east":{"uv":[5.5,14.5,10.5,16],"texture":"#0"},"south":{"uv":[5.5,14.5,10.5,16],"texture":"#0"},"west":{"uv":[5.5,14.5,10.5,16],"texture":"#0"},"up":{"uv":[0,11,5,16],"texture":"#0"},"down":{"uv":[0,11,5,16],"texture":"#0"}}},{"from":[5,-6,5],"to":[11,-5,11],"faces":{"north":{"uv":[6.5,15.5,9.5,16],"texture":"#0"},"east":{"uv":[6.5,15.5,9.5,16],"texture":"#0"},"south":{"uv":[6.5,15.5,9.5,16],"texture":"#0"},"west":{"uv":[6.5,15.5,9.5,16],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[22.5,135,0],"scale":[0.625,0.625,0.625]},"thirdperson_lefthand":{"rotation":[22.5,135,0],"scale":[0.625,0.625,0.625]},"firstperson_righthand":{"rotation":[0,-22.5,0],"translation":[0,8,0],"scale":[0.75,0.75,0.75]},"firstperson_lefthand":{"rotation":[0,-22.5,0],"translation":[0,8,0],"scale":[0.75,0.75,0.75]},"ground":{"translation":[0,11.5,0]},"gui":{"rotation":[30,-45,0],"translation":[0,11,0]},"head":{"translation":[0,16.5,0],"scale":[3.5,3.5,3.5]},"fixed":{"translation":[0,7,-2.5],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/pouch/crafter_packed.json b/assets/minecraft/models/item/wynn/pouch/crafter_packed.json new file mode 100644 index 000000000..3bf1498dd --- /dev/null +++ b/assets/minecraft/models/item/wynn/pouch/crafter_packed.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/pouch/crafter_packed"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/pouch/crafter_stuffed.json b/assets/minecraft/models/item/wynn/pouch/crafter_stuffed.json new file mode 100644 index 000000000..9e830617f --- /dev/null +++ b/assets/minecraft/models/item/wynn/pouch/crafter_stuffed.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/pouch/crafter_stuffed"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/pouch/crafter_varied.json b/assets/minecraft/models/item/wynn/pouch/crafter_varied.json new file mode 100644 index 000000000..37f69877a --- /dev/null +++ b/assets/minecraft/models/item/wynn/pouch/crafter_varied.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/pouch/crafter_varied"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/pouch/emerald_empty.json b/assets/minecraft/models/item/wynn/pouch/emerald_empty.json new file mode 100644 index 000000000..226cc392f --- /dev/null +++ b/assets/minecraft/models/item/wynn/pouch/emerald_empty.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/pouch/emerald_empty"},"display":{"thirdperson_righthand":{"rotation":[0,120,0],"translation":[0,3,0.75],"scale":[0.6,0.6,0.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/pouch/emerald_full.json b/assets/minecraft/models/item/wynn/pouch/emerald_full.json new file mode 100644 index 000000000..b127f5cd2 --- /dev/null +++ b/assets/minecraft/models/item/wynn/pouch/emerald_full.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/pouch/emerald_full"},"display":{"thirdperson_righthand":{"rotation":[0,120,0],"translation":[0,3,0.75],"scale":[0.6,0.6,0.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/pouch/emerald_half.json b/assets/minecraft/models/item/wynn/pouch/emerald_half.json new file mode 100644 index 000000000..26d3d1c6f --- /dev/null +++ b/assets/minecraft/models/item/wynn/pouch/emerald_half.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/pouch/emerald_half"},"display":{"thirdperson_righthand":{"rotation":[0,120,0],"translation":[0,3,0.75],"scale":[0.6,0.6,0.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/pouch/ingredient_add.json b/assets/minecraft/models/item/wynn/pouch/ingredient_add.json new file mode 100644 index 000000000..44ad94b6f --- /dev/null +++ b/assets/minecraft/models/item/wynn/pouch/ingredient_add.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/pouch/ingredient_add"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/pouch/ingredient_default.json b/assets/minecraft/models/item/wynn/pouch/ingredient_default.json new file mode 100644 index 000000000..105cc3763 --- /dev/null +++ b/assets/minecraft/models/item/wynn/pouch/ingredient_default.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/pouch/ingredient_default"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/pouch/ingredient_empty.json b/assets/minecraft/models/item/wynn/pouch/ingredient_empty.json new file mode 100644 index 000000000..910edb7e1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/pouch/ingredient_empty.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/pouch/ingredient_empty"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/pouch/ingredient_full.json b/assets/minecraft/models/item/wynn/pouch/ingredient_full.json new file mode 100644 index 000000000..2e185d258 --- /dev/null +++ b/assets/minecraft/models/item/wynn/pouch/ingredient_full.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/pouch/ingredient_full"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/pouch/ingredient_half.json b/assets/minecraft/models/item/wynn/pouch/ingredient_half.json new file mode 100644 index 000000000..55cd5c60b --- /dev/null +++ b/assets/minecraft/models/item/wynn/pouch/ingredient_half.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"wynn/pouch/ingredient_half"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/powder/large_air.json b/assets/minecraft/models/item/wynn/powder/large_air.json new file mode 100644 index 000000000..b35f5f5df --- /dev/null +++ b/assets/minecraft/models/item/wynn/powder/large_air.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/powder/large_air"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/powder/large_earth.json b/assets/minecraft/models/item/wynn/powder/large_earth.json new file mode 100644 index 000000000..5a3a7d98d --- /dev/null +++ b/assets/minecraft/models/item/wynn/powder/large_earth.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/powder/large_earth"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/powder/large_fire.json b/assets/minecraft/models/item/wynn/powder/large_fire.json new file mode 100644 index 000000000..2d32557da --- /dev/null +++ b/assets/minecraft/models/item/wynn/powder/large_fire.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/powder/large_fire"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/powder/large_thunder.json b/assets/minecraft/models/item/wynn/powder/large_thunder.json new file mode 100644 index 000000000..41fcbc2c8 --- /dev/null +++ b/assets/minecraft/models/item/wynn/powder/large_thunder.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/powder/large_thunder"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/powder/large_water.json b/assets/minecraft/models/item/wynn/powder/large_water.json new file mode 100644 index 000000000..d45ab243a --- /dev/null +++ b/assets/minecraft/models/item/wynn/powder/large_water.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/powder/large_water"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/powder/small_air.json b/assets/minecraft/models/item/wynn/powder/small_air.json new file mode 100644 index 000000000..54d3fd020 --- /dev/null +++ b/assets/minecraft/models/item/wynn/powder/small_air.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/powder/small_air"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/powder/small_earth.json b/assets/minecraft/models/item/wynn/powder/small_earth.json new file mode 100644 index 000000000..0dfd75bc5 --- /dev/null +++ b/assets/minecraft/models/item/wynn/powder/small_earth.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/powder/small_earth"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/powder/small_fire.json b/assets/minecraft/models/item/wynn/powder/small_fire.json new file mode 100644 index 000000000..5b0ea44bb --- /dev/null +++ b/assets/minecraft/models/item/wynn/powder/small_fire.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/powder/small_fire"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/powder/small_thunder.json b/assets/minecraft/models/item/wynn/powder/small_thunder.json new file mode 100644 index 000000000..347d910e8 --- /dev/null +++ b/assets/minecraft/models/item/wynn/powder/small_thunder.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/powder/small_thunder"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/powder/small_water.json b/assets/minecraft/models/item/wynn/powder/small_water.json new file mode 100644 index 000000000..353607bb9 --- /dev/null +++ b/assets/minecraft/models/item/wynn/powder/small_water.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/powder/small_water"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/prop/barrel.json b/assets/minecraft/models/item/wynn/prop/barrel.json new file mode 100644 index 000000000..598da86d7 --- /dev/null +++ b/assets/minecraft/models/item/wynn/prop/barrel.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"#all","particle":"#all"},"elements":[{"from":[13,15,3],"to":[3,16,13],"faces":{"north":{"uv":[0,13,5,13.5],"texture":"#0"},"east":{"uv":[0,13,5,13.5],"texture":"#0"},"south":{"uv":[0,13,5,13.5],"texture":"#0"},"west":{"uv":[0,13,5,13.5],"texture":"#0"},"down":{"uv":[0,8,5,13],"texture":"#0"}}},{"from":[13,0,3],"to":[3,1,13],"faces":{"north":{"uv":[0,13,5,13.5],"texture":"#0"},"east":{"uv":[0,13,5,13.5],"texture":"#0"},"south":{"uv":[0,13,5,13.5],"texture":"#0"},"west":{"uv":[0,13,5,13.5],"texture":"#0"},"up":{"uv":[0,8,5,13],"texture":"#0"}}},{"from":[2,0,2],"to":[14,16,14],"faces":{"north":{"uv":[0,0,6,8],"texture":"#0"},"east":{"uv":[0,0,6,8],"texture":"#0"},"south":{"uv":[0,0,6,8],"texture":"#0"},"west":{"uv":[0,0,6,8],"texture":"#0"},"up":{"uv":[6,0,12,6],"texture":"#0"},"down":{"uv":[12,0,6,6],"texture":"#0"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/prop/barrel_birch.json b/assets/minecraft/models/item/wynn/prop/barrel_birch.json new file mode 100644 index 000000000..4bd2b5081 --- /dev/null +++ b/assets/minecraft/models/item/wynn/prop/barrel_birch.json @@ -0,0 +1 @@ +{"parent":"item/wynn/prop/barrel","textures":{"0":"wynn/prop/barrel_birch","particle":"wynn/prop/barrel_birch"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/prop/barrel_oak.json b/assets/minecraft/models/item/wynn/prop/barrel_oak.json new file mode 100644 index 000000000..8c88ef653 --- /dev/null +++ b/assets/minecraft/models/item/wynn/prop/barrel_oak.json @@ -0,0 +1 @@ +{"parent":"item/wynn/prop/barrel","textures":{"0":"wynn/prop/barrel_oak","particle":"wynn/prop/barrel_oak"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/prop/barrel_spruce.json b/assets/minecraft/models/item/wynn/prop/barrel_spruce.json new file mode 100644 index 000000000..49c4b3434 --- /dev/null +++ b/assets/minecraft/models/item/wynn/prop/barrel_spruce.json @@ -0,0 +1 @@ +{"parent":"item/wynn/prop/barrel","textures":{"0":"wynn/prop/barrel_spruce","particle":"wynn/prop/barrel_spruce"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/prop/bottles.json b/assets/minecraft/models/item/wynn/prop/bottles.json new file mode 100644 index 000000000..8e9f334c3 --- /dev/null +++ b/assets/minecraft/models/item/wynn/prop/bottles.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/prop/bottles","particle":"wynn/prop/bottles"},"elements":[{"from":[9.25,0,3.5],"to":[13.25,8,7.5],"rotation":{"angle":-22.5,"axis":"y","origin":[11.25,6.75,5.5]},"faces":{"north":{"uv":[12,8,16,16],"texture":"#0"},"east":{"uv":[16,8,12,16],"texture":"#0"},"south":{"uv":[12,8,16,16],"texture":"#0"},"west":{"uv":[16,8,12,16],"texture":"#0"},"up":{"uv":[0,12,4,16],"texture":"#0"},"down":{"uv":[15,15,16,16],"texture":"#0"}}},{"from":[10.25,8,4.5],"to":[12.25,9,6.5],"rotation":{"angle":-22.5,"axis":"y","origin":[11.25,6.75,5.5]},"faces":{"north":{"uv":[15,6,16,4],"rotation":90,"texture":"#0"},"east":{"uv":[15,4,16,6],"rotation":90,"texture":"#0"},"south":{"uv":[16,6,15,4],"rotation":90,"texture":"#0"},"west":{"uv":[15,4,16,6],"rotation":90,"texture":"#0"}}},{"from":[9.75,9,4],"to":[12.75,10,7],"rotation":{"angle":-22.5,"axis":"y","origin":[11.25,6.75,5.5]},"faces":{"north":{"uv":[16,7,13,8],"texture":"#0"},"east":{"uv":[13,7,16,8],"texture":"#0"},"south":{"uv":[16,7,13,8],"texture":"#0"},"west":{"uv":[13,7,16,8],"texture":"#0"},"up":{"uv":[9,6,12,9],"texture":"#0"},"down":{"uv":[15,7,16,8],"texture":"#0"}}},{"from":[8.75,7,10],"to":[11.75,8,13],"rotation":{"angle":0,"axis":"y","origin":[0.25,0,-0.5]},"faces":{"north":{"uv":[12,9,9,10],"texture":"#0"},"east":{"uv":[9,9,12,10],"texture":"#0"},"south":{"uv":[12,9,9,10],"texture":"#0"},"west":{"uv":[9,9,12,10],"texture":"#0"},"up":{"uv":[6,6,9,9],"texture":"#0"},"down":{"uv":[6,6,9,9],"texture":"#0"}}},{"from":[9.25,6,10.5],"to":[11.25,7,12.5],"rotation":{"angle":0,"axis":"y","origin":[0.25,0,-0.5]},"faces":{"north":{"uv":[8,11,6,12],"texture":"#0"},"east":{"uv":[6,11,8,12],"texture":"#0"},"south":{"uv":[8,11,6,12],"texture":"#0"},"west":{"uv":[6,11,8,12],"texture":"#0"}}},{"from":[8.25,0,9.5],"to":[12.25,6,13.5],"rotation":{"angle":0,"axis":"y","origin":[0.25,0,-0.5]},"faces":{"north":{"uv":[8,10,12,16],"texture":"#0"},"east":{"uv":[12,10,8,16],"texture":"#0"},"south":{"uv":[8,10,12,16],"texture":"#0"},"west":{"uv":[12,10,8,16],"texture":"#0"},"up":{"uv":[4,12,8,16],"texture":"#0"},"down":{"uv":[8,15,9,16],"texture":"#0"}}},{"from":[3.25,0,7.5],"to":[7.25,10,11.5],"rotation":{"angle":45,"axis":"y","origin":[6.25,8.5,10.5]},"faces":{"north":{"uv":[0,0,4,10],"texture":"#0"},"east":{"uv":[4,0,0,10],"texture":"#0"},"south":{"uv":[0,0,4,10],"texture":"#0"},"west":{"uv":[4,0,0,10],"texture":"#0"},"up":{"uv":[4,0,8,4],"texture":"#0"},"down":{"uv":[0,9,1,10],"texture":"#0"}}},{"from":[4.25,10,8.5],"to":[6.25,14,10.5],"rotation":{"angle":45,"axis":"y","origin":[6.25,8.5,10.5]},"faces":{"north":{"uv":[4,4,6,8],"texture":"#0"},"east":{"uv":[6,4,4,8],"texture":"#0"},"south":{"uv":[4,4,6,8],"texture":"#0"},"west":{"uv":[6,4,4,8],"texture":"#0"},"up":{"uv":[5,1,7,3],"texture":"#0"}}},{"from":[3.25,0,2.5],"to":[7.25,6,6.5],"rotation":{"angle":0,"axis":"y","origin":[0.25,0,-0.5]},"faces":{"north":{"uv":[12,0,8,6],"texture":"#0"},"east":{"uv":[8,0,12,6],"texture":"#0"},"south":{"uv":[12,0,8,6],"texture":"#0"},"west":{"uv":[8,0,12,6],"texture":"#0"},"up":{"uv":[12,0,16,4],"texture":"#0"},"down":{"uv":[8,5,9,6],"texture":"#0"}}},{"from":[4.25,6,3.5],"to":[6.25,9,5.5],"rotation":{"angle":0,"axis":"y","origin":[0.25,0,-0.5]},"faces":{"north":{"uv":[12,4,15,6],"rotation":90,"texture":"#0"},"east":{"uv":[12,6,15,4],"rotation":90,"texture":"#0"},"south":{"uv":[12,4,15,6],"rotation":90,"texture":"#0"},"west":{"uv":[12,6,15,4],"rotation":90,"texture":"#0"},"up":{"uv":[13,1,15,3],"texture":"#0"}}},{"from":[9.25,8,10.5],"to":[11.25,9,12.5],"rotation":{"angle":0,"axis":"y","origin":[0.25,0,-0.5]},"faces":{"north":{"uv":[12,4,13,6],"rotation":90,"texture":"#0"},"east":{"uv":[12,6,13,4],"rotation":90,"texture":"#0"},"south":{"uv":[12,4,13,6],"rotation":90,"texture":"#0"},"west":{"uv":[12,6,13,4],"rotation":90,"texture":"#0"},"up":{"uv":[13,1,15,3],"texture":"#0"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/prop/burlap_sack.json b/assets/minecraft/models/item/wynn/prop/burlap_sack.json new file mode 100644 index 000000000..ccc8dd5f6 --- /dev/null +++ b/assets/minecraft/models/item/wynn/prop/burlap_sack.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/prop/burlap_sack","particle":"wynn/prop/burlap_sack"},"elements":[{"from":[2,0,1],"to":[14,3,15],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[0,7,6,8.5],"texture":"#0"},"east":{"uv":[0,7,7,8.5],"texture":"#0"},"south":{"uv":[0,7,6,8.5],"texture":"#0"},"west":{"uv":[0,7,7,8.5],"texture":"#0"},"up":{"uv":[0,0,6,7],"texture":"#0"},"down":{"uv":[6,0,12,7],"texture":"#0"}}},{"from":[2,1,15],"to":[14,2,16],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0,8]},"faces":{"east":{"uv":[6.5,7.5,7,8],"texture":"#0"},"south":{"uv":[1,7.5,7,8],"texture":"#0"},"west":{"uv":[0,7.5,0.5,8],"texture":"#0"},"up":{"uv":[1,7,7,7.5],"texture":"#0"},"down":{"uv":[0,8,6,8.5],"texture":"#0"}}},{"from":[2,1,0],"to":[14,2,1],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[1,7.5,7,8],"texture":"#0"},"east":{"uv":[6.5,7.5,7,8],"texture":"#0"},"west":{"uv":[0,7.5,0.5,8],"texture":"#0"},"up":{"uv":[0.5,7,6.5,7.5],"texture":"#0"},"down":{"uv":[0,8,6,8.5],"texture":"#0"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/prop/burning_flame.json b/assets/minecraft/models/item/wynn/prop/burning_flame.json new file mode 100644 index 000000000..1ef393ad8 --- /dev/null +++ b/assets/minecraft/models/item/wynn/prop/burning_flame.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/jigsaw/bonny/flame","particle":"wynn/jigsaw/bonny/flame"},"elements":[{"from":[0,0,10],"to":[16,16,10.01],"rotation":{"angle":22.5,"axis":"x","origin":[8,0,10]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#0"},"south":{"uv":[16,0,0,16],"texture":"#0"}}},{"from":[0,0,6],"to":[16,16,6.01],"rotation":{"angle":-22.5,"axis":"x","origin":[8,0,6]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#0"},"south":{"uv":[16,0,0,16],"texture":"#0"}}},{"from":[10,0,0],"to":[10.01,16,16],"rotation":{"angle":-22.5,"axis":"z","origin":[10,0,8]},"faces":{"east":{"uv":[16,0,0,16],"texture":"#0"},"west":{"uv":[0,0,16,16],"texture":"#0"}}},{"from":[6,0,0],"to":[6.01,16,16],"rotation":{"angle":22.5,"axis":"z","origin":[6,0,6]},"faces":{"east":{"uv":[16,0,0,16],"texture":"#0"},"west":{"uv":[0,0,16,16],"texture":"#0"}}}],"gui_light":"front","display":{"thirdperson_righthand":{"translation":[0,3,1],"scale":[0.55,0.55,0.55]},"thirdperson_lefthand":{"translation":[0,3,1],"scale":[0.55,0.55,0.55]},"firstperson_righthand":{"rotation":[0,-90,25],"translation":[1.13,3.2,1.13],"scale":[0.68,0.68,0.68]},"firstperson_lefthand":{"rotation":[0,-90,25],"translation":[1.13,3.2,1.13],"scale":[0.68,0.68,0.68]},"ground":{"translation":[0,2,0],"scale":[0.5,0.5,0.5]},"head":{"rotation":[0,180,0],"translation":[0,19.5,0],"scale":[1.65,1.65,1.65]},"fixed":{"rotation":[0,180,0]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/prop/candy_cane.json b/assets/minecraft/models/item/wynn/prop/candy_cane.json new file mode 100644 index 000000000..c83b0ad31 --- /dev/null +++ b/assets/minecraft/models/item/wynn/prop/candy_cane.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/prop/candy_cane","particle":"wynn/prop/candy_cane"},"elements":[{"from":[7,0,6],"to":[10,13,9],"faces":{"north":{"uv":[0,0,3,13],"texture":"#0"},"east":{"uv":[0,0,3,13],"texture":"#0"},"south":{"uv":[3,0,0,13],"texture":"#0"},"west":{"uv":[0,0,3,13],"texture":"#0"},"down":{"uv":[6,6,9,9],"texture":"#0"}}},{"from":[4,13,6],"to":[10,16,9],"faces":{"north":{"uv":[6,0,12,3],"texture":"#0"},"east":{"uv":[0,13,3,16],"texture":"#0"},"south":{"uv":[0,0,6,3],"texture":"#0"},"up":{"uv":[6,3,12,6],"texture":"#0"},"down":{"uv":[0,0,6,3],"texture":"#0"}}},{"from":[1,8,6],"to":[4,16,9],"faces":{"north":{"uv":[3,0,6,8],"texture":"#0"},"east":{"uv":[3,8,6,16],"texture":"#0"},"south":{"uv":[6,0,3,8],"texture":"#0"},"west":{"uv":[3,8,6,16],"texture":"#0"},"up":{"uv":[12,6,9,3],"texture":"#0"},"down":{"uv":[9,6,12,9],"texture":"#0"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/prop/carrots.json b/assets/minecraft/models/item/wynn/prop/carrots.json new file mode 100644 index 000000000..67cbc1e35 --- /dev/null +++ b/assets/minecraft/models/item/wynn/prop/carrots.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/prop/vegetables","particle":"wynn/prop/vegetables"},"elements":[{"from":[6.75,1,0.25],"to":[11.75,1.01,3.25],"rotation":{"angle":22.5,"axis":"y","origin":[10.5,13,1]},"faces":{"up":{"uv":[0,10,5,13],"texture":"#0"},"down":{"uv":[5,10,0,13],"rotation":180,"texture":"#0"}}},{"from":[-1.25,0,0.75],"to":[6.75,2,2.75],"rotation":{"angle":22.5,"axis":"y","origin":[10.5,13,1]},"faces":{"north":{"uv":[8,8,0,10],"texture":"#0"},"east":{"uv":[10,8,8,10],"texture":"#0"},"south":{"uv":[0,10,8,8],"texture":"#0"},"west":{"uv":[10,8,12,10],"texture":"#0"},"up":{"uv":[0,8,8,10],"texture":"#0"},"down":{"uv":[0,8,8,10],"texture":"#0"}}},{"from":[6.75,-0.5,1.75],"to":[11.75,2.5,1.76],"rotation":{"angle":22.5,"axis":"y","origin":[10.5,13,1]},"faces":{"north":{"uv":[5,10,0,13],"texture":"#0"},"south":{"uv":[0,10,5,13],"texture":"#0"}}},{"from":[8.75,1,2.75],"to":[13.75,1.01,5.75],"rotation":{"angle":45,"axis":"y","origin":[10.5,13,1]},"faces":{"up":{"uv":[0,10,5,13],"texture":"#0"},"down":{"uv":[5,10,0,13],"rotation":180,"texture":"#0"}}},{"from":[0.75,0,3.25],"to":[8.75,2,5.25],"rotation":{"angle":45,"axis":"y","origin":[10.5,13,1]},"faces":{"north":{"uv":[8,8,0,10],"texture":"#0"},"east":{"uv":[10,8,8,10],"texture":"#0"},"south":{"uv":[0,10,8,8],"texture":"#0"},"west":{"uv":[10,8,12,10],"texture":"#0"},"up":{"uv":[0,8,8,10],"texture":"#0"},"down":{"uv":[0,8,8,10],"texture":"#0"}}},{"from":[8.75,-0.5,4.25],"to":[13.75,2.5,4.26],"rotation":{"angle":45,"axis":"y","origin":[10.5,13,1]},"faces":{"north":{"uv":[5,10,0,13],"texture":"#0"},"south":{"uv":[0,10,5,13],"texture":"#0"}}},{"from":[8.75,1,10.25],"to":[13.75,1.01,13.25],"rotation":{"angle":22.5,"axis":"y","origin":[10.5,13,1]},"faces":{"up":{"uv":[0,10,5,13],"texture":"#0"},"down":{"uv":[5,10,0,13],"rotation":180,"texture":"#0"}}},{"from":[0.75,0,10.75],"to":[8.75,2,12.75],"rotation":{"angle":22.5,"axis":"y","origin":[10.5,13,1]},"faces":{"north":{"uv":[8,8,0,10],"texture":"#0"},"east":{"uv":[10,8,8,10],"texture":"#0"},"south":{"uv":[0,10,8,8],"texture":"#0"},"west":{"uv":[10,8,12,10],"texture":"#0"},"up":{"uv":[0,8,8,10],"texture":"#0"},"down":{"uv":[0,8,8,10],"texture":"#0"}}},{"from":[8.75,-0.5,11.75],"to":[13.75,2.5,11.76],"rotation":{"angle":22.5,"axis":"y","origin":[10.5,13,1]},"faces":{"north":{"uv":[5,10,0,13],"texture":"#0"},"south":{"uv":[0,10,5,13],"texture":"#0"}}},{"from":[16.25,3,4.75],"to":[21.25,3.01,7.75],"rotation":{"angle":-45,"axis":"y","origin":[10.5,13,1]},"faces":{"up":{"uv":[0,10,5,13],"texture":"#0"},"down":{"uv":[5,10,0,13],"rotation":180,"texture":"#0"}}},{"from":[8.25,2,5.25],"to":[16.25,4,7.25],"rotation":{"angle":-45,"axis":"y","origin":[10.5,13,1]},"faces":{"north":{"uv":[8,8,0,10],"texture":"#0"},"east":{"uv":[10,8,8,10],"texture":"#0"},"south":{"uv":[0,10,8,8],"texture":"#0"},"west":{"uv":[10,8,12,10],"texture":"#0"},"up":{"uv":[0,8,8,10],"texture":"#0"},"down":{"uv":[0,8,8,10],"texture":"#0"}}},{"from":[16.25,1.5,6.25],"to":[21.25,4.5,6.26],"rotation":{"angle":-45,"axis":"y","origin":[10.5,13,1]},"faces":{"north":{"uv":[5,10,0,13],"texture":"#0"},"south":{"uv":[0,10,5,13],"texture":"#0"}}},{"from":[2,0.8,10.5],"to":[5,0.81,15.5],"rotation":{"angle":0,"axis":"y","origin":[14.25,11.3,17]},"faces":{"up":{"uv":[0,10,5,13],"rotation":90,"texture":"#0"},"down":{"uv":[5,10,0,13],"rotation":90,"texture":"#0"}}},{"from":[2.5,-1.7,7.25],"to":[4.5,0.3,15.25],"rotation":{"angle":22.5,"axis":"x","origin":[14.25,11.3,17]},"faces":{"north":{"uv":[10,8,12,10],"texture":"#0"},"east":{"uv":[8,8,0,10],"texture":"#0"},"south":{"uv":[10,8,8,10],"texture":"#0"},"west":{"uv":[0,10,8,8],"texture":"#0"},"up":{"uv":[0,8,8,10],"rotation":90,"texture":"#0"},"down":{"uv":[0,8,8,10],"rotation":270,"texture":"#0"}}},{"from":[3.5,-0.7,10.5],"to":[3.51,2.3,15.5],"rotation":{"angle":0,"axis":"y","origin":[14.25,11.3,17]},"faces":{"east":{"uv":[5,10,0,13],"texture":"#0"},"west":{"uv":[0,10,5,13],"texture":"#0"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/prop/clay_amphora.json b/assets/minecraft/models/item/wynn/prop/clay_amphora.json new file mode 100644 index 000000000..01d4f61e2 --- /dev/null +++ b/assets/minecraft/models/item/wynn/prop/clay_amphora.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/prop/clay_amphora","particle":"wynn/prop/clay_amphora"},"elements":[{"from":[3,6,3],"to":[13,14,13],"faces":{"north":{"uv":[5,0,10,4],"texture":"#0"},"east":{"uv":[5,0,10,4],"texture":"#0"},"south":{"uv":[5,0,10,4],"texture":"#0"},"west":{"uv":[5,0,10,4],"texture":"#0"},"up":{"uv":[0,0,5,5],"texture":"#0"},"down":{"uv":[0,5,5,10],"texture":"#0"}}},{"from":[1,8,7],"to":[3,14,9],"faces":{"north":{"uv":[9,4,8,7],"texture":"#0"},"south":{"uv":[8,4,9,7],"texture":"#0"},"west":{"uv":[9,4,10,7],"texture":"#0"},"up":{"uv":[8,8,9,7],"texture":"#0"},"down":{"uv":[9,7,10,8],"texture":"#0"}}},{"from":[13,8,7],"to":[15,14,9],"faces":{"north":{"uv":[8,4,9,7],"texture":"#0"},"east":{"uv":[9,4,10,7],"texture":"#0"},"south":{"uv":[9,4,8,7],"texture":"#0"},"up":{"uv":[9,8,8,7],"texture":"#0"},"down":{"uv":[10,7,9,8],"texture":"#0"}}},{"from":[4,0,4],"to":[12,6,12],"faces":{"north":{"uv":[4,10,8,13],"texture":"#0"},"east":{"uv":[4,10,8,13],"texture":"#0"},"south":{"uv":[4,10,8,13],"texture":"#0"},"west":{"uv":[4,10,8,13],"texture":"#0"},"down":{"uv":[0,10,4,14],"texture":"#0"}}},{"from":[5,14,5],"to":[11,16,11],"faces":{"north":{"uv":[5,7,8,8],"texture":"#0"},"east":{"uv":[5,7,8,8],"texture":"#0"},"south":{"uv":[5,7,8,8],"texture":"#0"},"west":{"uv":[5,7,8,8],"texture":"#0"},"up":{"uv":[5,4,8,7],"texture":"#0"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/prop/clay_mortar.json b/assets/minecraft/models/item/wynn/prop/clay_mortar.json new file mode 100644 index 000000000..77a0b827d --- /dev/null +++ b/assets/minecraft/models/item/wynn/prop/clay_mortar.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/prop/clay_mortar","particle":"wynn/prop/clay_mortar"},"elements":[{"from":[5,0,5],"to":[11,1,11],"faces":{"north":{"uv":[0,12,6,13],"texture":"#0"},"east":{"uv":[0,12,6,13],"texture":"#0"},"south":{"uv":[0,12,6,13],"texture":"#0"},"west":{"uv":[0,12,6,13],"texture":"#0"},"down":{"uv":[8,0,14,6],"texture":"#0"}}},{"from":[4,1,4],"to":[12,5,12],"faces":{"north":{"uv":[0,8,8,12],"texture":"#0"},"east":{"uv":[0,8,8,12],"texture":"#0"},"south":{"uv":[0,8,8,12],"texture":"#0"},"west":{"uv":[0,8,8,12],"texture":"#0"},"up":{"uv":[0,0,8,8],"texture":"#0"},"down":{"uv":[0,8,8,0],"texture":"#0"}}},{"from":[11,2,5],"to":[5,5,11],"faces":{"north":{"uv":[8,12,14,15],"texture":"#0"},"east":{"uv":[8,12,14,15],"texture":"#0"},"south":{"uv":[8,12,14,15],"texture":"#0"},"west":{"uv":[8,12,14,15],"texture":"#0"},"down":{"uv":[8,6,14,12],"texture":"#0"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/prop/clay_urn.json b/assets/minecraft/models/item/wynn/prop/clay_urn.json new file mode 100644 index 000000000..761570f81 --- /dev/null +++ b/assets/minecraft/models/item/wynn/prop/clay_urn.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/prop/clay_urn","particle":"wynn/prop/clay_urn"},"elements":[{"from":[6,0,6],"to":[11,2,11],"faces":{"north":{"uv":[9,2.5,11.5,3.5],"texture":"#0"},"east":{"uv":[9,2.5,11.5,3.5],"texture":"#0"},"south":{"uv":[9,2.5,11.5,3.5],"texture":"#0"},"west":{"uv":[9,2.5,11.5,3.5],"texture":"#0"},"down":{"uv":[9,0,11.5,2.5],"texture":"#0"}}},{"from":[6,14,6],"to":[11,16,11],"faces":{"north":{"uv":[0,8.5,2.5,9.5],"texture":"#0"},"east":{"uv":[0,8.5,2.5,9.5],"texture":"#0"},"south":{"uv":[0,8.5,2.5,9.5],"texture":"#0"},"west":{"uv":[0,8.5,2.5,9.5],"texture":"#0"},"up":{"uv":[0,6,2.5,8.5],"texture":"#0"}}},{"from":[4,2,4],"to":[13,14,13],"faces":{"north":{"uv":[0,0,4.5,6],"texture":"#0"},"east":{"uv":[0,0,4.5,6],"texture":"#0"},"south":{"uv":[0,0,4.5,6],"texture":"#0"},"west":{"uv":[0,0,4.5,6],"texture":"#0"},"up":{"uv":[4.5,4.5,9,0],"texture":"#0"},"down":{"uv":[4.5,4.5,9,9],"texture":"#0"}}},{"from":[2,8,8],"to":[4,12,9],"faces":{"north":{"uv":[9,3.5,10,5.5],"texture":"#0"},"south":{"uv":[10,3.5,9,5.5],"texture":"#0"},"west":{"uv":[10,3.5,10.5,5.5],"texture":"#0"},"up":{"uv":[10.5,3.5,11.5,4],"texture":"#0"},"down":{"uv":[10.5,4,11.5,4.5],"texture":"#0"}}},{"from":[13,8,8],"to":[15,12,9],"faces":{"north":{"uv":[10,3.5,9,5.5],"texture":"#0"},"east":{"uv":[10,3.5,10.5,5.5],"texture":"#0"},"south":{"uv":[9,3.5,10,5.5],"texture":"#0"},"up":{"uv":[11.5,3.5,10.5,4],"texture":"#0"},"down":{"uv":[11.5,4,10.5,4.5],"texture":"#0"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/prop/clay_vase.json b/assets/minecraft/models/item/wynn/prop/clay_vase.json new file mode 100644 index 000000000..53b9dc8b3 --- /dev/null +++ b/assets/minecraft/models/item/wynn/prop/clay_vase.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/prop/clay_vase","particle":"wynn/prop/clay_vase"},"elements":[{"from":[2,1,2],"to":[14,9,14],"faces":{"north":{"uv":[0,6,6,10],"texture":"#0"},"east":{"uv":[0,6,6,10],"texture":"#0"},"south":{"uv":[0,6,6,10],"texture":"#0"},"west":{"uv":[0,6,6,10],"texture":"#0"},"up":{"uv":[0,0,6,6],"texture":"#0"},"down":{"uv":[6,0,12,6],"texture":"#0"}}},{"from":[4,0,4],"to":[12,1,12],"faces":{"north":{"uv":[12,4,16,4.5],"texture":"#0"},"east":{"uv":[12,4,16,4.5],"texture":"#0"},"south":{"uv":[12,4,16,4.5],"texture":"#0"},"west":{"uv":[12,4,16,4.5],"texture":"#0"},"down":{"uv":[12,0,16,4],"texture":"#0"}}},{"from":[6,9,6],"to":[10,15,10],"faces":{"north":{"uv":[6,6,8,9],"texture":"#0"},"east":{"uv":[6,6,8,9],"texture":"#0"},"south":{"uv":[6,6,8,9],"texture":"#0"},"west":{"uv":[6,6,8,9],"texture":"#0"}}},{"from":[5,15,5],"to":[11,16,11],"faces":{"north":{"uv":[0,0,3,0.5],"texture":"#0"},"east":{"uv":[0,0,3,0.5],"texture":"#0"},"south":{"uv":[0,0,3,0.5],"texture":"#0"},"west":{"uv":[0,0,3,0.5],"texture":"#0"},"up":{"uv":[8,6,11,9],"texture":"#0"},"down":{"uv":[11,6,14,9],"texture":"#0"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/prop/garden_gnome.json b/assets/minecraft/models/item/wynn/prop/garden_gnome.json new file mode 100644 index 000000000..1270deffb --- /dev/null +++ b/assets/minecraft/models/item/wynn/prop/garden_gnome.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/prop/garden_gnome","particle":"wynn/prop/garden_gnome"},"elements":[{"from":[5.5,2,5.5],"to":[10.5,15,10.5],"faces":{"north":{"uv":[0,0,5,13],"texture":"#0"},"east":{"uv":[5,0,10,13],"texture":"#0"},"south":{"uv":[5,0,10,13],"texture":"#0"},"west":{"uv":[10,0,5,13],"texture":"#0"},"up":{"uv":[10,11,15,16],"texture":"#0"},"down":{"uv":[10,6,15,11],"texture":"#0"}}},{"from":[5.49,0.98,3.48],"to":[10.51,7,5.5],"faces":{"north":{"uv":[10,0,15,6],"texture":"#0"},"east":{"uv":[13,0,15,6],"texture":"#0"},"south":{"uv":[10,0,15,6],"texture":"#0"},"west":{"uv":[15,0,13,6],"texture":"#0"},"up":{"uv":[10,0,15,2],"texture":"#0"}}},{"from":[10.5,0.99,3.49],"to":[5.5,6.99,5.49],"faces":{"north":{"uv":[10,0,15,6],"texture":"#0"},"east":{"uv":[12,0,10,6],"texture":"#0"},"south":{"uv":[10,0,15,6],"texture":"#0"},"west":{"uv":[10,0,12,6],"texture":"#0"},"up":{"uv":[10,0,15,2],"texture":"#0"}}},{"from":[7.5,7,2.5],"to":[8.5,8,5.5],"faces":{"north":{"uv":[2,15,3,16],"texture":"#0"},"east":{"uv":[5,15,2,16],"texture":"#0"},"west":{"uv":[2,15,5,16],"texture":"#0"},"up":{"uv":[2,15,5,16],"rotation":90,"texture":"#0"},"down":{"uv":[5,15,2,16],"rotation":90,"texture":"#0"}}},{"from":[4.5,1,7],"to":[5.5,6,9],"faces":{"north":{"uv":[2,14,7,15],"rotation":90,"texture":"#0"},"south":{"uv":[2,13,7,14],"rotation":90,"texture":"#0"},"west":{"uv":[2,13,7,15],"rotation":90,"texture":"#0"},"up":{"uv":[2,15,3,13],"texture":"#0"},"down":{"uv":[6,13,7,15],"texture":"#0"}}},{"from":[10.5,1,7],"to":[11.5,6,9],"faces":{"north":{"uv":[2,14,7,15],"rotation":90,"texture":"#0"},"east":{"uv":[2,15,7,13],"rotation":90,"texture":"#0"},"south":{"uv":[2,13,7,14],"rotation":90,"texture":"#0"},"up":{"uv":[2,15,3,13],"texture":"#0"},"down":{"uv":[6,13,7,15],"texture":"#0"}}},{"from":[8.5,0,7],"to":[10.5,2,9],"faces":{"north":{"uv":[0,13,2,15],"texture":"#0"},"east":{"uv":[2,13,0,15],"texture":"#0"},"south":{"uv":[2,13,0,15],"texture":"#0"},"west":{"uv":[2,13,0,15],"texture":"#0"},"down":{"uv":[0,14,2,16],"texture":"#0"}}},{"from":[5.5,0,7],"to":[7.5,2,9],"faces":{"north":{"uv":[2,13,0,15],"texture":"#0"},"east":{"uv":[0,13,2,15],"texture":"#0"},"south":{"uv":[0,13,2,15],"texture":"#0"},"west":{"uv":[0,13,2,15],"texture":"#0"},"down":{"uv":[2,14,0,16],"texture":"#0"}}},{"from":[5.5,13,10.5],"to":[10.5,15,12.5],"faces":{"north":{"uv":[0,0,5,2],"texture":"#0"},"east":{"uv":[10,14,8,16],"texture":"#0"},"south":{"uv":[5,1,10,3],"texture":"#0"},"west":{"uv":[8,14,10,16],"texture":"#0"},"up":{"uv":[10,13,15,11],"texture":"#0"},"down":{"uv":[9,15,10,16],"texture":"#0"}}},{"from":[5.5,8,4.5],"to":[10.5,9,5.5],"rotation":{"angle":0,"axis":"y","origin":[8,8.5,5]},"faces":{"north":{"uv":[15,0,16,5],"rotation":90,"texture":"#0"},"east":{"uv":[15,0,16,1],"texture":"#0"},"west":{"uv":[15,4,16,5],"texture":"#0"},"up":{"uv":[15,0,16,5],"rotation":90,"texture":"#0"},"down":{"uv":[15,0,16,1],"rotation":90,"texture":"#0"}}},{"from":[4.5,7,7.5],"to":[5.5,9,8.5],"faces":{"north":{"uv":[15,5,16,7],"texture":"#0"},"south":{"uv":[15,5,16,7],"texture":"#0"},"west":{"uv":[15,5,16,7],"texture":"#0"},"up":{"uv":[15,5,16,6],"texture":"#0"},"down":{"uv":[15,6,16,7],"texture":"#0"}}},{"from":[10.5,7,7.5],"to":[11.5,9,8.5],"faces":{"north":{"uv":[15,5,16,7],"texture":"#0"},"east":{"uv":[15,5,16,7],"texture":"#0"},"south":{"uv":[15,5,16,7],"texture":"#0"},"up":{"uv":[15,5,16,6],"texture":"#0"},"down":{"uv":[15,6,16,7],"texture":"#0"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/prop/giant_gourd.json b/assets/minecraft/models/item/wynn/prop/giant_gourd.json new file mode 100644 index 000000000..825671e94 --- /dev/null +++ b/assets/minecraft/models/item/wynn/prop/giant_gourd.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/prop/giant_gourd","particle":"wynn/prop/giant_gourd"},"elements":[{"from":[-4,0,-4],"to":[20,16,20],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[0,0,6,4],"texture":"#0"},"east":{"uv":[0,4,6,8],"texture":"#0"},"south":{"uv":[0,4,6,8],"texture":"#0"},"west":{"uv":[0,4,6,8],"texture":"#0"},"up":{"uv":[12,6,6,0],"texture":"#0"},"down":{"uv":[12,0,6,6],"texture":"#0"}}},{"from":[4,16,8],"to":[12,24,8.01],"rotation":{"angle":45,"axis":"y","origin":[8,16,8]},"faces":{"north":{"uv":[12,0,14,2],"texture":"#0"},"south":{"uv":[12,0,14,2],"texture":"#0"}}},{"from":[4,16,8],"to":[12,24,8.01],"rotation":{"angle":-45,"axis":"y","origin":[8,16,8]},"faces":{"north":{"uv":[12,0,14,2],"texture":"#0"},"south":{"uv":[12,0,14,2],"texture":"#0"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/prop/hay_bale.json b/assets/minecraft/models/item/wynn/prop/hay_bale.json new file mode 100644 index 000000000..31393c098 --- /dev/null +++ b/assets/minecraft/models/item/wynn/prop/hay_bale.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"1":"wynn/prop/hay_bale","particle":"wynn/prop/hay_bale"},"elements":[{"from":[-0.45,0.1,3.8],"to":[15.55,6.1,11.8],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[0,0,8,3],"texture":"#1"},"east":{"uv":[8,0,12,3],"texture":"#1"},"south":{"uv":[0,0,8,3],"texture":"#1"},"west":{"uv":[8,0,12,3],"texture":"#1"},"up":{"uv":[0,3,8,7],"texture":"#1"},"down":{"uv":[0,3,8,7],"texture":"#1"}}},{"from":[-3.45,0.1,3.8],"to":[-0.45,6.1,11.8],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[9.5,3,11,6],"texture":"#1"},"south":{"uv":[11,3,9.5,6],"texture":"#1"},"up":{"uv":[9.5,3,8,7],"texture":"#1"},"down":{"uv":[9.5,3,8,7],"texture":"#1"}}},{"from":[-3.45,0.1,11.8],"to":[-0.45,6.1,3.8],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[9.5,3,11,6],"texture":"#1"},"south":{"uv":[11,3,9.5,6],"texture":"#1"},"up":{"uv":[9.5,3,8,7],"texture":"#1"},"down":{"uv":[9.5,3,8,7],"texture":"#1"}}},{"from":[15.55,0.1,3.8],"to":[18.55,6.1,11.8],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[11,3,9.5,6],"texture":"#1"},"south":{"uv":[9.5,3,11,6],"texture":"#1"},"up":{"uv":[8,3,9.5,7],"texture":"#1"},"down":{"uv":[8,7,9.5,3],"texture":"#1"}}},{"from":[15.55,0.1,11.8],"to":[18.55,6.1,3.8],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[11,3,9.5,6],"texture":"#1"},"south":{"uv":[9.5,3,11,6],"texture":"#1"},"up":{"uv":[8,3,9.5,7],"texture":"#1"},"down":{"uv":[8,7,9.5,3],"texture":"#1"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/prop/mead_mug.json b/assets/minecraft/models/item/wynn/prop/mead_mug.json new file mode 100644 index 000000000..8b4159b35 --- /dev/null +++ b/assets/minecraft/models/item/wynn/prop/mead_mug.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/prop/mead_mug","particle":"wynn/prop/mead_mug"},"elements":[{"from":[5,0,5],"to":[12,10,12],"faces":{"north":{"uv":[0,0,7,10],"texture":"#0"},"east":{"uv":[0,0,7,10],"texture":"#0"},"south":{"uv":[0,0,7,10],"texture":"#0"},"west":{"uv":[0,0,7,10],"texture":"#0"},"up":{"uv":[9,0,16,7],"texture":"#0"},"down":{"uv":[9,7,16,14],"texture":"#0"}}},{"from":[2,2,8],"to":[5,8,9],"faces":{"north":{"uv":[0,10,3,16],"texture":"#0"},"south":{"uv":[3,10,0,16],"texture":"#0"},"west":{"uv":[3,10,4,16],"texture":"#0"},"up":{"uv":[0,10,3,11],"texture":"#0"},"down":{"uv":[7,15,4,16],"texture":"#0"}}},{"from":[6,10,6],"to":[11,9,11],"faces":{"north":{"uv":[10,6,15,7],"texture":"#0"},"east":{"uv":[10,0,15,1],"texture":"#0"},"south":{"uv":[10,6,15,7],"texture":"#0"},"west":{"uv":[10,0,15,1],"texture":"#0"},"up":{"uv":[4,10,9,15],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[-90,70,150],"translation":[-2,2,1],"scale":[0.65,0.65,0.65]},"thirdperson_lefthand":{"rotation":[90,-70,25],"translation":[-2,2,1],"scale":[0.65,0.65,0.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/prop/message_bottle.json b/assets/minecraft/models/item/wynn/prop/message_bottle.json new file mode 100644 index 000000000..2a82f766e --- /dev/null +++ b/assets/minecraft/models/item/wynn/prop/message_bottle.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/prop/message_bottle","particle":"wynn/prop/message_bottle"},"elements":[{"from":[5,0,5],"to":[11,12,11],"faces":{"north":{"uv":[0,0,6,12],"texture":"#0"},"east":{"uv":[0,0,6,12],"texture":"#0"},"south":{"uv":[0,0,6,12],"texture":"#0"},"west":{"uv":[0,0,6,12],"texture":"#0"},"up":{"uv":[6,6,12,0],"texture":"#0"},"down":{"uv":[6,0,12,6],"texture":"#0"}}},{"from":[11,0,5],"to":[5,12,11],"faces":{"north":{"uv":[0,0,6,12],"texture":"#0"},"east":{"uv":[0,0,6,12],"texture":"#0"},"south":{"uv":[0,0,6,12],"texture":"#0"},"west":{"uv":[0,0,6,12],"texture":"#0"},"up":{"uv":[6,6,12,0],"texture":"#0"},"down":{"uv":[6,0,12,6],"texture":"#0"}}},{"from":[7,12,7],"to":[9,16,9],"faces":{"north":{"uv":[14,2,12,6],"texture":"#0"},"east":{"uv":[12,2,14,6],"texture":"#0"},"south":{"uv":[14,2,12,6],"texture":"#0"},"west":{"uv":[12,2,14,6],"texture":"#0"}}},{"from":[7,2,6.75],"to":[9,11,8.75],"rotation":{"angle":22.5,"axis":"x","origin":[8,6.5,8]},"faces":{"north":{"uv":[16,0,14,9],"texture":"#0"},"east":{"uv":[16,9,14,0],"texture":"#0"},"south":{"uv":[16,0,14,9],"texture":"#0"},"west":{"uv":[16,9,14,0],"texture":"#0"}}},{"from":[9,2,6.75],"to":[7,11,8.75],"rotation":{"angle":22.5,"axis":"x","origin":[8,6.5,8]},"faces":{"north":{"uv":[16,0,14,9],"texture":"#0"},"east":{"uv":[16,9,14,0],"texture":"#0"},"south":{"uv":[16,0,14,9],"texture":"#0"},"west":{"uv":[16,9,14,0],"texture":"#0"}}},{"from":[9,2,8.75],"to":[9.01,10,9.75],"rotation":{"angle":22.5,"axis":"x","origin":[8,6.5,8]},"faces":{"east":{"uv":[14,6,13,14],"texture":"#0"},"west":{"uv":[14,6,13,14],"texture":"#0"}}},{"from":[6.8,14.8,6.8],"to":[9.2,16.2,9.2],"faces":{"north":{"uv":[12,2,13,3],"texture":"#0"},"east":{"uv":[12,2,13,3],"texture":"#0"},"south":{"uv":[12,2,13,3],"texture":"#0"},"west":{"uv":[12,2,13,3],"texture":"#0"},"up":{"uv":[12,0,14,2],"texture":"#0"}}}],"display":{"firstperson_righthand":{"rotation":[0,20,-20],"translation":[6,0,-6]},"firstperson_lefthand":{"rotation":[0,20,-20],"translation":[6,0,-6]},"gui":{"rotation":[-20,-20,-20],"translation":[0,0.5,0],"scale":[0.85,0.85,0.85]},"head":{"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/prop/potatoes.json b/assets/minecraft/models/item/wynn/prop/potatoes.json new file mode 100644 index 000000000..83f0f1c71 --- /dev/null +++ b/assets/minecraft/models/item/wynn/prop/potatoes.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/prop/vegetables","particle":"wynn/prop/vegetables"},"elements":[{"from":[11.25,0,4],"to":[15.25,4,10],"rotation":{"angle":-22.5,"axis":"y","origin":[-0.75,0,0]},"faces":{"north":{"uv":[10,0,6,4],"texture":"#0"},"east":{"uv":[0,0,6,4],"texture":"#0"},"south":{"uv":[10,0,6,4],"texture":"#0"},"west":{"uv":[0,0,6,4],"texture":"#0"},"up":{"uv":[10,0,16,4],"rotation":90,"texture":"#0"},"down":{"uv":[0,4,6,8],"rotation":90,"texture":"#0"}}},{"from":[2.25,0,10],"to":[6.25,4,16],"rotation":{"angle":45,"axis":"y","origin":[-0.75,0,0]},"faces":{"north":{"uv":[10,0,6,4],"texture":"#0"},"east":{"uv":[0,0,6,4],"texture":"#0"},"south":{"uv":[10,0,6,4],"texture":"#0"},"west":{"uv":[0,0,6,4],"texture":"#0"},"up":{"uv":[10,0,16,4],"rotation":90,"texture":"#0"},"down":{"uv":[0,4,6,8],"rotation":90,"texture":"#0"}}},{"from":[2.25,4,9],"to":[6.25,8,15],"rotation":{"angle":22.5,"axis":"y","origin":[-0.75,0,0]},"faces":{"north":{"uv":[10,0,6,4],"texture":"#0"},"east":{"uv":[0,0,6,4],"texture":"#0"},"south":{"uv":[10,0,6,4],"texture":"#0"},"west":{"uv":[0,0,6,4],"texture":"#0"},"up":{"uv":[10,0,16,4],"rotation":90,"texture":"#0"},"down":{"uv":[0,4,6,8],"rotation":90,"texture":"#0"}}},{"from":[-2.25,0,7],"to":[3.75,4,11],"rotation":{"angle":22.5,"axis":"y","origin":[-0.75,0,0]},"faces":{"north":{"uv":[0,0,6,4],"texture":"#0"},"east":{"uv":[10,0,6,4],"texture":"#0"},"south":{"uv":[0,0,6,4],"texture":"#0"},"west":{"uv":[10,0,6,4],"texture":"#0"},"up":{"uv":[10,0,16,4],"rotation":180,"texture":"#0"},"down":{"uv":[0,4,6,8],"texture":"#0"}}},{"from":[3.25,0,-1.1],"to":[6.25,3,2.9],"rotation":{"angle":-22.5,"axis":"y","origin":[-0.75,0,0]},"faces":{"north":{"uv":[13,7,16,10],"texture":"#0"},"east":{"uv":[12,4,16,7],"texture":"#0"},"south":{"uv":[13,7,16,10],"texture":"#0"},"west":{"uv":[12,4,16,7],"texture":"#0"},"up":{"uv":[6,4,9,8],"texture":"#0"},"down":{"uv":[9,4,12,8],"texture":"#0"}}},{"from":[6.75,0,8.5],"to":[10.75,3,11.5],"rotation":{"angle":-22.5,"axis":"y","origin":[-0.75,0,0]},"faces":{"north":{"uv":[12,4,16,7],"texture":"#0"},"east":{"uv":[13,7,16,10],"texture":"#0"},"south":{"uv":[12,4,16,7],"texture":"#0"},"west":{"uv":[13,7,16,10],"texture":"#0"},"up":{"uv":[6,4,9,8],"rotation":90,"texture":"#0"},"down":{"uv":[9,4,12,8],"rotation":270,"texture":"#0"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/prop/present_blue.json b/assets/minecraft/models/item/wynn/prop/present_blue.json new file mode 100644 index 000000000..382e6188f --- /dev/null +++ b/assets/minecraft/models/item/wynn/prop/present_blue.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/prop/present_blue","particle":"wynn/prop/present_blue"},"elements":[{"from":[1,0,1],"to":[15,5,15],"faces":{"north":{"uv":[7,0,14,2.5],"texture":"#0"},"east":{"uv":[7,0,14,2.5],"texture":"#0"},"south":{"uv":[14,0,7,2.5],"texture":"#0"},"west":{"uv":[14,0,7,2.5],"texture":"#0"},"down":{"uv":[0,7,7,14],"texture":"#0"}}},{"from":[0.75,2.75,0.75],"to":[15.25,5.25,15.25],"rotation":{"angle":0,"axis":"y","origin":[-0.2,0,0]},"faces":{"north":{"uv":[7,0,14,1],"texture":"#0"},"east":{"uv":[7,0,14,1],"texture":"#0"},"south":{"uv":[14,0,7,1],"texture":"#0"},"west":{"uv":[14,0,7,1],"texture":"#0"},"up":{"uv":[0,0,7,7],"texture":"#0"}}},{"from":[1.99,4.99,3.99],"to":[5.01,8.01,6.01],"rotation":{"angle":22.5,"axis":"z","origin":[5,5,5]},"faces":{"east":{"uv":[8,2.5,7,4],"texture":"#0"},"west":{"uv":[7,4,8,2.5],"texture":"#0"},"up":{"uv":[7,2.5,8,4],"rotation":90,"texture":"#0"}}},{"from":[4.79,4.99,3.99],"to":[7.81,8.01,6.01],"rotation":{"angle":-22.5,"axis":"z","origin":[4.8,5,5]},"faces":{"east":{"uv":[8,4,7,2.5],"texture":"#0"},"west":{"uv":[7,2.5,8,4],"texture":"#0"},"up":{"uv":[7,4,8,2.5],"rotation":90,"texture":"#0"}}},{"from":[7.8,5,4],"to":[4.8,8,6],"rotation":{"angle":-22.5,"axis":"z","origin":[4.8,5,5]},"faces":{"east":{"uv":[8,4,7,2.5],"texture":"#0"},"west":{"uv":[7,2.5,8,4],"texture":"#0"},"up":{"uv":[7,4,8,2.5],"rotation":90,"texture":"#0"}}},{"from":[5,5,4],"to":[2,8,6],"rotation":{"angle":22.5,"axis":"z","origin":[5,5,5]},"faces":{"east":{"uv":[8,2.5,7,4],"texture":"#0"},"west":{"uv":[7,4,8,2.5],"texture":"#0"},"up":{"uv":[7,2.5,8,4],"rotation":90,"texture":"#0"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/prop/present_green.json b/assets/minecraft/models/item/wynn/prop/present_green.json new file mode 100644 index 000000000..2f5c609e8 --- /dev/null +++ b/assets/minecraft/models/item/wynn/prop/present_green.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/prop/present_green","particle":"wynn/prop/present_green"},"elements":[{"from":[3,0,3],"to":[13,13,13],"faces":{"north":{"uv":[5,0,10,6.5],"texture":"#0"},"east":{"uv":[5,0,10,6.5],"texture":"#0"},"south":{"uv":[10,0,5,6.5],"texture":"#0"},"west":{"uv":[10,0,5,6.5],"texture":"#0"},"down":{"uv":[0,5,5,10],"texture":"#0"}}},{"from":[5.09,12.99,6.99],"to":[8.11,16.01,9.01],"rotation":{"angle":22.5,"axis":"z","origin":[8.1,13,8]},"faces":{"east":{"uv":[6,6.5,5,8],"texture":"#0"},"west":{"uv":[5,8,6,6.5],"texture":"#0"},"up":{"uv":[5,6.5,6,8],"rotation":90,"texture":"#0"}}},{"from":[8.1,13,7],"to":[5.1,16,9],"rotation":{"angle":22.5,"axis":"z","origin":[8.1,13,8]},"faces":{"east":{"uv":[6,6.5,5,8],"texture":"#0"},"west":{"uv":[5,8,6,6.5],"texture":"#0"},"up":{"uv":[5,6.5,6,8],"rotation":90,"texture":"#0"}}},{"from":[7.89,12.99,6.99],"to":[10.91,16.01,9.01],"rotation":{"angle":-22.5,"axis":"z","origin":[7.9,13,8]},"faces":{"east":{"uv":[6,8,5,6.5],"texture":"#0"},"west":{"uv":[5,6.5,6,8],"texture":"#0"},"up":{"uv":[5,8,6,6.5],"rotation":90,"texture":"#0"}}},{"from":[10.9,13,7],"to":[7.9,16,9],"rotation":{"angle":-22.5,"axis":"z","origin":[7.9,13,8]},"faces":{"east":{"uv":[6,8,5,6.5],"texture":"#0"},"west":{"uv":[5,6.5,6,8],"texture":"#0"},"up":{"uv":[5,8,6,6.5],"rotation":90,"texture":"#0"}}},{"from":[2.75,10.75,2.75],"to":[13.25,13.25,13.25],"faces":{"north":{"uv":[5,0,10,1],"texture":"#0"},"east":{"uv":[5,0,10,1],"texture":"#0"},"south":{"uv":[10,0,5,1],"texture":"#0"},"west":{"uv":[10,0,5,1],"texture":"#0"},"up":{"uv":[0,0,5,5],"texture":"#0"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/prop/present_red.json b/assets/minecraft/models/item/wynn/prop/present_red.json new file mode 100644 index 000000000..19fb2b47a --- /dev/null +++ b/assets/minecraft/models/item/wynn/prop/present_red.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/prop/present_red","particle":"wynn/prop/present_red"},"elements":[{"from":[1,0,3],"to":[15,6,13],"faces":{"north":{"uv":[7,0,14,3],"texture":"#0"},"east":{"uv":[12,3,7,6],"texture":"#0"},"south":{"uv":[14,0,7,3],"texture":"#0"},"west":{"uv":[7,3,12,6],"texture":"#0"},"down":{"uv":[0,5,7,10],"texture":"#0"}}},{"from":[8.19,5.99,5.99],"to":[11.21,9.01,8.01],"rotation":{"angle":22.5,"axis":"z","origin":[11.2,6,7]},"faces":{"east":{"uv":[7,6,8,7.5],"texture":"#0"},"west":{"uv":[8,7.5,7,6],"texture":"#0"},"up":{"uv":[8,6,7,7.5],"rotation":90,"texture":"#0"}}},{"from":[11.2,6,6],"to":[8.2,9,8],"rotation":{"angle":22.5,"axis":"z","origin":[11.2,6,7]},"faces":{"east":{"uv":[7,6,8,7.5],"texture":"#0"},"west":{"uv":[8,7.5,7,6],"texture":"#0"},"up":{"uv":[8,6,7,7.5],"rotation":90,"texture":"#0"}}},{"from":[10.99,5.99,5.99],"to":[14.01,9.01,8.01],"rotation":{"angle":-22.5,"axis":"z","origin":[11,6,7]},"faces":{"east":{"uv":[7,7.5,8,6],"texture":"#0"},"west":{"uv":[8,6,7,7.5],"texture":"#0"},"up":{"uv":[8,7.5,7,6],"rotation":90,"texture":"#0"}}},{"from":[14,6,6],"to":[11,9,8],"rotation":{"angle":-22.5,"axis":"z","origin":[11,6,7]},"faces":{"east":{"uv":[7,7.5,8,6],"texture":"#0"},"west":{"uv":[8,6,7,7.5],"texture":"#0"},"up":{"uv":[8,7.5,7,6],"rotation":90,"texture":"#0"}}},{"from":[0.75,3.75,2.75],"to":[15.25,6.25,13.25],"faces":{"north":{"uv":[7,0,14,1],"texture":"#0"},"east":{"uv":[12,3,7,4],"texture":"#0"},"south":{"uv":[14,0,7,1],"texture":"#0"},"west":{"uv":[7,3,12,4],"texture":"#0"},"up":{"uv":[0,0,7,5],"texture":"#0"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/prop/quest_scroll.json b/assets/minecraft/models/item/wynn/prop/quest_scroll.json new file mode 100644 index 000000000..34d8a2a0d --- /dev/null +++ b/assets/minecraft/models/item/wynn/prop/quest_scroll.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/prop/quest_scroll","particle":"wynn/prop/quest_scroll"},"elements":[{"from":[10.5,0.1,3],"to":[13.5,3.1,13],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0,8]},"faces":{"east":{"uv":[0,3,10,0],"texture":"#0"},"west":{"uv":[10,3,0,0],"texture":"#0"},"up":{"uv":[0,0,10,3],"rotation":90,"texture":"#0"},"down":{"uv":[0,3,10,6],"rotation":90,"texture":"#0"}}},{"from":[13.5,0.1,3],"to":[10.5,3.1,13],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0,8]},"faces":{"east":{"uv":[0,3,10,0],"texture":"#0"},"west":{"uv":[10,3,0,0],"texture":"#0"},"up":{"uv":[0,3,10,0],"rotation":90,"texture":"#0"},"down":{"uv":[0,6,10,3],"rotation":90,"texture":"#0"}}},{"from":[2.5,0.1,3],"to":[10.5,0.1,13],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[0,0,9,0],"texture":"#0"},"east":{"uv":[0,0,10,0],"texture":"#0"},"south":{"uv":[0,0,9,0],"texture":"#0"},"west":{"uv":[0,0,10,0],"texture":"#0"},"up":{"uv":[0,6,8,16],"texture":"#0"},"down":{"uv":[8,6,16,16],"texture":"#0"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/prop/soul_flame.json b/assets/minecraft/models/item/wynn/prop/soul_flame.json new file mode 100644 index 000000000..ff4e82a67 --- /dev/null +++ b/assets/minecraft/models/item/wynn/prop/soul_flame.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/prop/soul_flame","particle":"wynn/prop/soul_flame"},"elements":[{"from":[0,0,10],"to":[16,16,10.01],"rotation":{"angle":22.5,"axis":"x","origin":[8,0,10]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#0"},"south":{"uv":[16,0,0,16],"texture":"#0"}}},{"from":[0,0,6],"to":[16,16,6.01],"rotation":{"angle":-22.5,"axis":"x","origin":[8,0,6]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#0"},"south":{"uv":[16,0,0,16],"texture":"#0"}}},{"from":[10,0,0],"to":[10.01,16,16],"rotation":{"angle":-22.5,"axis":"z","origin":[10,0,8]},"faces":{"east":{"uv":[16,0,0,16],"texture":"#0"},"west":{"uv":[0,0,16,16],"texture":"#0"}}},{"from":[6,0,0],"to":[6.01,16,16],"rotation":{"angle":22.5,"axis":"z","origin":[6,0,6]},"faces":{"east":{"uv":[16,0,0,16],"texture":"#0"},"west":{"uv":[0,0,16,16],"texture":"#0"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/prop/soul_lantern.json b/assets/minecraft/models/item/wynn/prop/soul_lantern.json new file mode 100644 index 000000000..0f5067a40 --- /dev/null +++ b/assets/minecraft/models/item/wynn/prop/soul_lantern.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/prop/soul_lantern","particle":"wynn/prop/soul_lantern"},"elements":[{"from":[4.5,0,4.5],"to":[11.5,1,11.5],"faces":{"north":{"uv":[0,7,7,8],"texture":"#0"},"east":{"uv":[0,7,7,8],"texture":"#0"},"south":{"uv":[0,7,7,8],"texture":"#0"},"west":{"uv":[0,7,7,8],"texture":"#0"},"up":{"uv":[0,0,7,7],"texture":"#0"},"down":{"uv":[0,0,7,7],"texture":"#0"}}},{"from":[4.5,8,4.5],"to":[11.5,9,11.5],"faces":{"north":{"uv":[0,7,7,8],"texture":"#0"},"east":{"uv":[0,7,7,8],"texture":"#0"},"south":{"uv":[0,7,7,8],"texture":"#0"},"west":{"uv":[0,7,7,8],"texture":"#0"},"up":{"uv":[0,0,7,7],"texture":"#0"},"down":{"uv":[0,0,7,7],"texture":"#0"}}},{"from":[5.5,9,8],"to":[10.5,12,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"north":{"uv":[0,8,5,11],"texture":"#0"},"south":{"uv":[0,8,5,11],"texture":"#0"}}},{"from":[8,9,5.5],"to":[8.01,12,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"east":{"uv":[0,8,5,11],"texture":"#0"},"west":{"uv":[0,8,5,11],"texture":"#0"}}},{"from":[5.5,1,5.5],"to":[10.5,8,10.5],"faces":{"north":{"uv":[7,0,12,7],"texture":"#0"},"east":{"uv":[7,0,12,7],"texture":"#0"},"south":{"uv":[7,0,12,7],"texture":"#0"},"west":{"uv":[7,0,12,7],"texture":"#0"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/prop/treasure_cache.json b/assets/minecraft/models/item/wynn/prop/treasure_cache.json new file mode 100644 index 000000000..91f8eeb12 --- /dev/null +++ b/assets/minecraft/models/item/wynn/prop/treasure_cache.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/prop/treasure_cache","particle":"wynn/prop/treasure_cache"},"elements":[{"from":[2,1,4],"to":[14,4,12],"rotation":{"angle":0,"axis":"y","origin":[0,2,0]},"faces":{"north":{"uv":[0,3,6,4.5],"texture":"#0"},"east":{"uv":[12,3,16,4.5],"texture":"#0"},"south":{"uv":[12,3,6,4.5],"texture":"#0"},"west":{"uv":[12,3,16,4.5],"texture":"#0"},"up":{"uv":[6,4.5,12,8.5],"texture":"#0"},"down":{"uv":[6,4.5,12,8.5],"texture":"#0"}}},{"from":[7,3,3],"to":[9,6,4],"rotation":{"angle":0,"axis":"y","origin":[8,5,12]},"faces":{"north":{"uv":[12,4.5,13,6],"texture":"#0"},"east":{"uv":[12,4.5,12.5,6],"texture":"#0"},"south":{"uv":[13,4.5,14,6],"texture":"#0"},"west":{"uv":[12.5,4.5,13,6],"texture":"#0"},"up":{"uv":[13,4.5,12,5],"texture":"#0"},"down":{"uv":[13,6.5,12,7],"texture":"#0"}}},{"from":[2,4,4],"to":[14,10,12],"rotation":{"angle":0,"axis":"y","origin":[8,5,12]},"faces":{"north":{"uv":[0,0,6,3],"texture":"#0"},"east":{"uv":[12,0,16,3],"texture":"#0"},"south":{"uv":[12,0,6,3],"texture":"#0"},"west":{"uv":[12,0,16,3],"texture":"#0"},"up":{"uv":[0,4.5,6,8.5],"texture":"#0"},"down":{"uv":[6,8.5,12,4.5],"texture":"#0"}}},{"from":[2,0,4],"to":[4,1,6],"faces":{"north":{"uv":[12,6,13,6.5],"texture":"#0"},"east":{"uv":[12,6,13,6.5],"texture":"#0"},"south":{"uv":[12,6,13,6.5],"texture":"#0"},"west":{"uv":[12,6,13,6.5],"texture":"#0"},"down":{"uv":[12,6,13,7],"texture":"#0"}}},{"from":[2,0,10],"to":[4,1,12],"faces":{"north":{"uv":[12,6,13,6.5],"texture":"#0"},"east":{"uv":[12,6,13,6.5],"texture":"#0"},"south":{"uv":[12,6,13,6.5],"texture":"#0"},"west":{"uv":[12,6,13,6.5],"texture":"#0"},"down":{"uv":[12,6,13,7],"texture":"#0"}}},{"from":[12,0,10],"to":[14,1,12],"faces":{"north":{"uv":[12,6,13,6.5],"texture":"#0"},"east":{"uv":[12,6,13,6.5],"texture":"#0"},"south":{"uv":[12,6,13,6.5],"texture":"#0"},"west":{"uv":[12,6,13,6.5],"texture":"#0"},"down":{"uv":[12,6,13,7],"texture":"#0"}}},{"from":[12,0,4],"to":[14,1,6],"faces":{"north":{"uv":[12,6,13,6.5],"texture":"#0"},"east":{"uv":[12,6,13,6.5],"texture":"#0"},"south":{"uv":[12,6,13,6.5],"texture":"#0"},"west":{"uv":[12,6,13,6.5],"texture":"#0"},"down":{"uv":[12,6,13,7],"texture":"#0"}}},{"from":[3,4.01,3],"to":[5,11.01,13],"rotation":{"angle":0,"axis":"y","origin":[8,5,12]},"faces":{"north":{"uv":[0,8.5,1,12],"texture":"#0"},"east":{"uv":[1,4.5,6,8],"texture":"#0"},"south":{"uv":[0,8.5,1,12],"texture":"#0"},"west":{"uv":[6,4.5,1,8],"texture":"#0"},"up":{"uv":[1,8.5,2,13.5],"texture":"#0"},"down":{"uv":[6,4.5,6.5,5],"texture":"#0"}}},{"from":[11,4.01,3],"to":[13,11.01,13],"rotation":{"angle":0,"axis":"y","origin":[8,5,12]},"faces":{"north":{"uv":[0,8.5,1,12],"texture":"#0"},"east":{"uv":[1,4.5,6,8],"texture":"#0"},"south":{"uv":[0,8.5,1,12],"texture":"#0"},"west":{"uv":[6,4.5,1,8],"texture":"#0"},"up":{"uv":[1,8.5,2,13.5],"texture":"#0"},"down":{"uv":[6,4.5,6.5,5],"texture":"#0"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/prop/undead_remains_0.json b/assets/minecraft/models/item/wynn/prop/undead_remains_0.json new file mode 100644 index 000000000..ab2f63e50 --- /dev/null +++ b/assets/minecraft/models/item/wynn/prop/undead_remains_0.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/prop/undead_remains","particle":"wynn/prop/undead_remains"},"elements":[{"from":[13,0,4],"to":[15,2,14],"rotation":{"angle":-22.5,"axis":"y","origin":[9,0,8]},"faces":{"north":{"uv":[0,5,1,6],"texture":"#0"},"east":{"uv":[0,0,1,5],"rotation":90,"texture":"#0"},"south":{"uv":[0,5,1,6],"texture":"#0"},"west":{"uv":[0,0,1,5],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,1,5],"texture":"#0"},"down":{"uv":[0,0,1,5],"texture":"#0"}}},{"from":[7,2,11],"to":[17,4,13],"rotation":{"angle":22.5,"axis":"z","origin":[12,2,13]},"faces":{"north":{"uv":[0,0,1,5],"rotation":90,"texture":"#0"},"east":{"uv":[0,5,1,6],"texture":"#0"},"south":{"uv":[0,0,1,5],"rotation":90,"texture":"#0"},"west":{"uv":[0,5,1,6],"texture":"#0"},"up":{"uv":[0,0,1,5],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,1,5],"rotation":90,"texture":"#0"}}},{"from":[3.99,0.04,-0.01],"to":[13.01,5.06,9.01],"rotation":{"angle":45,"axis":"y","origin":[9,0,8]},"faces":{"north":{"uv":[10,0,14.5,2.5],"texture":"#0"},"east":{"uv":[10,2.5,14.5,5],"texture":"#0"},"south":{"uv":[10,0,14.5,2.5],"texture":"#0"},"west":{"uv":[10,2.5,14.5,5],"texture":"#0"},"up":{"uv":[1,0,5.5,4.5],"rotation":90,"texture":"#0"},"down":{"uv":[5.5,0,10,4.5],"rotation":270,"texture":"#0"}}},{"from":[4,0.05,9],"to":[13,5.05,0],"rotation":{"angle":45,"axis":"y","origin":[9,0,8]},"faces":{"north":{"uv":[10,0,14.5,2.5],"texture":"#0"},"east":{"uv":[10,2.5,14.5,5],"texture":"#0"},"south":{"uv":[10,0,14.5,2.5],"texture":"#0"},"west":{"uv":[10,2.5,14.5,5],"texture":"#0"},"up":{"uv":[1,0,5.5,4.5],"rotation":90,"texture":"#0"},"down":{"uv":[5.5,0,10,4.5],"rotation":270,"texture":"#0"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/prop/undead_remains_1.json b/assets/minecraft/models/item/wynn/prop/undead_remains_1.json new file mode 100644 index 000000000..19e04acf5 --- /dev/null +++ b/assets/minecraft/models/item/wynn/prop/undead_remains_1.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/prop","textures":{"0":"wynn/prop/undead_remains","particle":"wynn/prop/undead_remains"},"elements":[{"from":[13,0,3],"to":[15,2,13],"rotation":{"angle":45,"axis":"y","origin":[9,0,9]},"faces":{"north":{"uv":[0,5,1,6],"texture":"#0"},"east":{"uv":[0,0,1,5],"rotation":90,"texture":"#0"},"south":{"uv":[0,5,1,6],"texture":"#0"},"west":{"uv":[0,0,1,5],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,1,5],"texture":"#0"},"down":{"uv":[0,0,1,5],"texture":"#0"}}},{"from":[11,2,2],"to":[13,4,12],"rotation":{"angle":22.5,"axis":"x","origin":[14,2,7]},"faces":{"north":{"uv":[0,5,1,6],"texture":"#0"},"east":{"uv":[0,0,1,5],"rotation":90,"texture":"#0"},"south":{"uv":[0,5,1,6],"texture":"#0"},"west":{"uv":[0,0,1,5],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,1,5],"texture":"#0"},"down":{"uv":[0,0,1,5],"texture":"#0"}}},{"from":[0,0,12],"to":[10,2,14],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[0,0,1,5],"rotation":90,"texture":"#0"},"east":{"uv":[0,5,1,6],"texture":"#0"},"south":{"uv":[0,0,1,5],"rotation":90,"texture":"#0"},"west":{"uv":[0,5,1,6],"texture":"#0"},"up":{"uv":[0,0,1,5],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,1,5],"rotation":90,"texture":"#0"}}},{"from":[0.99,1.99,4.99],"to":[10.01,7.01,14.01],"rotation":{"angle":-22.5,"axis":"x","origin":[5,2,10]},"faces":{"north":{"uv":[10,2.5,14.5,5],"texture":"#0"},"east":{"uv":[10,0,14.5,2.5],"texture":"#0"},"south":{"uv":[10,2.5,14.5,5],"texture":"#0"},"west":{"uv":[10,0,14.5,2.5],"texture":"#0"},"up":{"uv":[1,0,5.5,4.5],"texture":"#0"},"down":{"uv":[5.5,0,10,4.5],"texture":"#0"}}},{"from":[10,2,5],"to":[1,7,14],"rotation":{"angle":-22.5,"axis":"x","origin":[5,2,10]},"faces":{"north":{"uv":[10,2.5,14.5,5],"texture":"#0"},"east":{"uv":[10,0,14.5,2.5],"texture":"#0"},"south":{"uv":[10,2.5,14.5,5],"texture":"#0"},"west":{"uv":[10,0,14.5,2.5],"texture":"#0"},"up":{"uv":[1,0,5.5,4.5],"texture":"#0"},"down":{"uv":[5.5,0,10,4.5],"texture":"#0"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/rune/az.json b/assets/minecraft/models/item/wynn/rune/az.json new file mode 100644 index 000000000..2a3f6301b --- /dev/null +++ b/assets/minecraft/models/item/wynn/rune/az.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/rune/az"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/rune/ek.json b/assets/minecraft/models/item/wynn/rune/ek.json new file mode 100644 index 000000000..b31737717 --- /dev/null +++ b/assets/minecraft/models/item/wynn/rune/ek.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/rune/ek"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/rune/nii.json b/assets/minecraft/models/item/wynn/rune/nii.json new file mode 100644 index 000000000..264edc85f --- /dev/null +++ b/assets/minecraft/models/item/wynn/rune/nii.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/rune/nii"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/rune/tol.json b/assets/minecraft/models/item/wynn/rune/tol.json new file mode 100644 index 000000000..a023a0407 --- /dev/null +++ b/assets/minecraft/models/item/wynn/rune/tol.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/rune/tol"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/rune/uth.json b/assets/minecraft/models/item/wynn/rune/uth.json new file mode 100644 index 000000000..a674e1247 --- /dev/null +++ b/assets/minecraft/models/item/wynn/rune/uth.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/rune/uth"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/scroll/scroll_teleport.json b/assets/minecraft/models/item/wynn/scroll/scroll_teleport.json new file mode 100644 index 000000000..87a6e5ce8 --- /dev/null +++ b/assets/minecraft/models/item/wynn/scroll/scroll_teleport.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","textures":{"layer0":"wynn/scroll/scroll_teleport"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/shield.json b/assets/minecraft/models/item/wynn/shield.json new file mode 100644 index 000000000..80309b3c0 --- /dev/null +++ b/assets/minecraft/models/item/wynn/shield.json @@ -0,0 +1 @@ +{"parent":"builtin/generated","textures":{"layer0":"wynn/weapon/shield"},"display":{"thirdperson_righthand":{"rotation":[0,-90,0],"translation":[2.25,-1.5,3]},"thirdperson_lefthand":{"rotation":[0,-90,0],"translation":[2.25,-1.5,3]},"firstperson_righthand":{"rotation":[0,315,5],"translation":[0,-2,0]},"firstperson_lefthand":{"rotation":[0,315,5],"translation":[0,-2,0]},"head":{"scale":[0.75,0.75,0.75]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/ancient_orbiter.json b/assets/minecraft/models/item/wynn/skin/bow/ancient_orbiter.json new file mode 100644 index 000000000..90633eee4 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/ancient_orbiter.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/ancient/ancient_common","1":"skins/ancient/ancient_halberd","2":"skins/ancient/ancient_orbiter","3":"skins/ancient/ancient_pulse","4":"skins/ancient/ancient_beam","particle":"skins/ancient/ancient_common"},"elements":[{"from":[7,3,7],"to":[9,13,9],"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"north":{"uv":[0,1,2,11],"texture":"#0"},"east":{"uv":[0,1,2,11],"texture":"#0"},"south":{"uv":[0,1,2,11],"texture":"#0"},"west":{"uv":[0,1,2,11],"texture":"#0"}}},{"from":[6,13,6],"to":[10,17,10],"rotation":{"angle":45,"axis":"y","origin":[8,14,8]},"faces":{"north":{"uv":[16,4,12,0],"texture":"#1"},"east":{"uv":[12,0,16,4],"texture":"#1"},"south":{"uv":[16,4,12,0],"texture":"#1"},"west":{"uv":[12,0,16,4],"texture":"#1"},"up":{"uv":[12,4,16,8],"texture":"#1"},"down":{"uv":[12,8,16,12],"texture":"#1"}}},{"from":[6,-1,6],"to":[10,3,10],"rotation":{"angle":45,"axis":"y","origin":[8,16,8]},"faces":{"north":{"uv":[12,0,16,4],"texture":"#1"},"east":{"uv":[16,4,12,0],"texture":"#1"},"south":{"uv":[12,0,16,4],"texture":"#1"},"west":{"uv":[16,4,12,0],"texture":"#1"},"up":{"uv":[12,4,16,8],"texture":"#1"},"down":{"uv":[12,8,16,12],"texture":"#1"}}},{"from":[8,-2,7.5],"to":[8,-1,8.5],"rotation":{"angle":45,"axis":"y","origin":[8,17,8]},"faces":{"east":{"uv":[12,11,13,12],"texture":"#1"},"west":{"uv":[12,11,13,12],"texture":"#1"}}},{"from":[7.5,-2,8],"to":[8.5,-1,8],"rotation":{"angle":45,"axis":"y","origin":[8,17,8]},"faces":{"north":{"uv":[12,11,13,12],"texture":"#1"},"south":{"uv":[12,11,13,12],"texture":"#1"}}},{"from":[8,17,7.5],"to":[8,18,8.5],"rotation":{"angle":45,"axis":"y","origin":[8,19,8]},"faces":{"east":{"uv":[15,0,16,1],"texture":"#1"},"west":{"uv":[15,0,16,1],"texture":"#1"}}},{"from":[7.5,17,8],"to":[8.5,18,8],"rotation":{"angle":45,"axis":"y","origin":[8,19,8]},"faces":{"north":{"uv":[15,0,16,1],"texture":"#1"},"south":{"uv":[15,0,16,1],"texture":"#1"}}},{"from":[5,19,6],"to":[11,22,12],"rotation":{"angle":22.5,"axis":"x","origin":[8,21.5,10]},"faces":{"north":{"uv":[0,6,6,9],"texture":"#2"},"east":{"uv":[0,6,6,9],"texture":"#2"},"south":{"uv":[0,6,6,9],"texture":"#2"},"west":{"uv":[0,6,6,9],"texture":"#2"},"up":{"uv":[0,0,6,6],"texture":"#2"},"down":{"uv":[6,0,12,6],"texture":"#2"}}},{"from":[6,3,8],"to":[10,4,8],"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"north":{"uv":[0,13,4,14],"texture":"#0"},"south":{"uv":[0,13,4,14],"texture":"#0"}}},{"from":[6,12,8],"to":[10,13,8],"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"north":{"uv":[0,12,4,13],"texture":"#0"},"south":{"uv":[0,12,4,13],"texture":"#0"}}},{"from":[8,12,6],"to":[8,13,10],"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"east":{"uv":[0,12,4,13],"texture":"#0"},"west":{"uv":[0,12,4,13],"texture":"#0"}}},{"from":[8,3,6],"to":[8,4,10],"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"east":{"uv":[0,13,4,14],"texture":"#0"},"west":{"uv":[0,13,4,14],"texture":"#0"}}},{"from":[7,22,8],"to":[9,19,10],"rotation":{"angle":22.5,"axis":"x","origin":[8,21.5,10]},"faces":{"north":{"uv":[12,0,14,3],"texture":"#2"},"east":{"uv":[12,0,14,3],"texture":"#2"},"south":{"uv":[12,0,14,3],"texture":"#2"},"west":{"uv":[12,0,14,3],"texture":"#2"}}},{"from":[5,-6,6],"to":[11,-3,12],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-5.5,10]},"faces":{"north":{"uv":[0,6,6,9],"texture":"#2"},"east":{"uv":[0,6,6,9],"texture":"#2"},"south":{"uv":[0,6,6,9],"texture":"#2"},"west":{"uv":[0,6,6,9],"texture":"#2"},"up":{"uv":[0,0,6,6],"texture":"#2"},"down":{"uv":[6,6,12,0],"texture":"#2"}}},{"from":[7,-3,8],"to":[9,-6,10],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-5.5,10]},"faces":{"north":{"uv":[12,0,14,3],"texture":"#2"},"east":{"uv":[12,0,14,3],"texture":"#2"},"south":{"uv":[12,0,14,3],"texture":"#2"},"west":{"uv":[12,0,14,3],"texture":"#2"}}},{"from":[8,24,1.25],"to":[8,32,6.25],"rotation":{"angle":22.5,"axis":"x","origin":[8,8,8]},"faces":{"east":{"uv":[11,0,16,8],"texture":"#0"},"west":{"uv":[11,0,16,8],"texture":"#0"}}},{"from":[5.5,24,3.75],"to":[10.5,32,3.75],"rotation":{"angle":22.5,"axis":"x","origin":[8,8,8]},"faces":{"north":{"uv":[11,0,16,8],"texture":"#0"},"south":{"uv":[11,0,16,8],"texture":"#0"}}},{"from":[8,-16,1.25],"to":[8,-8,6.25],"rotation":{"angle":-22.5,"axis":"x","origin":[8,8,8]},"faces":{"east":{"uv":[11,8,16,0],"texture":"#0"},"west":{"uv":[11,8,16,0],"texture":"#0"}}},{"from":[5.5,-16,3.75],"to":[10.5,-8,3.75],"rotation":{"angle":-22.5,"axis":"x","origin":[8,8,8]},"faces":{"north":{"uv":[11,8,16,0],"texture":"#0"},"south":{"uv":[11,8,16,0],"texture":"#0"}}},{"from":[1,18,9],"to":[5,26,9],"rotation":{"angle":22.5,"axis":"x","origin":[8,21.5,10]},"faces":{"north":{"uv":[8,8,4,16],"texture":"#1"},"south":{"uv":[4,8,8,16],"texture":"#1"}}},{"from":[8,-10,12],"to":[8,-2,16],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-5.5,10]},"faces":{"east":{"uv":[8,8,12,16],"texture":"#1"},"west":{"uv":[12,8,8,16],"texture":"#1"}}},{"from":[11,-10,9],"to":[15,-2,9],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-5.5,10]},"faces":{"north":{"uv":[8,8,12,16],"texture":"#1"},"south":{"uv":[12,8,8,16],"texture":"#1"}}},{"from":[1,-10,9],"to":[5,-2,9],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-5.5,10]},"faces":{"north":{"uv":[12,8,8,16],"texture":"#1"},"south":{"uv":[8,8,12,16],"texture":"#1"}}},{"from":[8,-10,2],"to":[8,-2,6],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-5.5,10]},"faces":{"east":{"uv":[12,8,8,16],"texture":"#1"},"west":{"uv":[8,8,12,16],"texture":"#1"}}},{"from":[8,18,12],"to":[8,26,16],"rotation":{"angle":22.5,"axis":"x","origin":[8,21.5,10]},"faces":{"east":{"uv":[4,8,8,16],"texture":"#1"},"west":{"uv":[8,8,4,16],"texture":"#1"}}},{"from":[8,18,2],"to":[8,26,6],"rotation":{"angle":22.5,"axis":"x","origin":[8,21.5,10]},"faces":{"east":{"uv":[8,8,4,16],"texture":"#1"},"west":{"uv":[4,8,8,16],"texture":"#1"}}},{"from":[11,18,9],"to":[15,26,9],"rotation":{"angle":22.5,"axis":"x","origin":[8,21.5,10]},"faces":{"north":{"uv":[4,8,8,16],"texture":"#1"},"south":{"uv":[8,8,4,16],"texture":"#1"}}},{"from":[0,24,1],"to":[16,24,17],"rotation":{"angle":22.5,"axis":"x","origin":[8,21.5,10]},"faces":{"up":{"uv":[0,0,16,16],"texture":"#3"},"down":{"uv":[0,0,16,16],"texture":"#3"}}},{"from":[0,-8,1],"to":[16,-8,17],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-5.5,10]},"faces":{"up":{"uv":[0,0,16,16],"texture":"#3"},"down":{"uv":[0,0,16,16],"texture":"#3"}}},{"from":[7.5,-8,15],"to":[8.5,24,15],"faces":{"north":{"uv":[0,0,1,16],"texture":"#4"},"south":{"uv":[0,0,1,16],"texture":"#4"}}}],"display":{"thirdperson_righthand":{"rotation":[5,10,0],"translation":[-2,-2,2]},"thirdperson_lefthand":{"rotation":[5,-10,0],"translation":[-2,-2,2]},"firstperson_righthand":{"rotation":[10,5,-5],"translation":[5,-5,-5]},"firstperson_lefthand":{"rotation":[10,5,-5],"translation":[5,-5,-5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/aurora_longbow.json b/assets/minecraft/models/item/wynn/skin/bow/aurora_longbow.json new file mode 100644 index 000000000..2a948cd99 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/aurora_longbow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/aurora/aurora_effect_4","1":"skins/aurora/aurora_effect_3","2":"skins/aurora/aurora_longbow","particle":"skins/aurora/aurora_longbow"},"elements":[{"from":[7.2475,0.8975,3.3975],"to":[8.7525,3.9025,4.9025],"rotation":{"angle":0,"axis":"y","origin":[7,0.9,3.4]},"faces":{"north":{"uv":[3,0,3.75,1.5],"texture":"#2"},"east":{"uv":[4.25,1.5,3.5,3],"texture":"#2"},"south":{"uv":[1,3,1.75,4.5],"texture":"#2"},"west":{"uv":[3.5,1.5,4.25,3],"texture":"#2"},"down":{"uv":[7.25,3,6.5,3.75],"texture":"#2"}}},{"from":[7.75,3.91,3.41],"to":[8.25,5.51,4.91],"rotation":{"angle":0,"axis":"y","origin":[7,0.9,3.4]},"faces":{"north":{"uv":[1.75,4.5,2,5.25],"texture":"#2"},"east":{"uv":[7.25,4.5,6.5,5.25],"texture":"#2"},"west":{"uv":[6.5,4.5,7.25,5.25],"texture":"#2"}}},{"from":[7.25,3.9,3.4],"to":[8.75,6.9,5.4],"rotation":{"angle":22.5,"axis":"x","origin":[7,3.9,3.4]},"faces":{"north":{"uv":[2,3.5,2.75,5],"texture":"#2"},"east":{"uv":[1,1.5,0,3],"texture":"#2"},"south":{"uv":[3,3.5,3.75,5],"texture":"#2"},"west":{"uv":[0,1.5,1,3],"texture":"#2"},"up":{"uv":[0.75,7,0,6],"texture":"#2"}}},{"from":[7.745,5.045,2.27],"to":[8.255,6.655,3.43],"rotation":{"angle":45,"axis":"x","origin":[7,3.9,3.4]},"faces":{"north":{"uv":[5,3,5.25,3.75],"texture":"#2"},"east":{"uv":[4,6.5,3.5,7.25],"texture":"#2"},"west":{"uv":[3.5,6.5,4,7.25],"texture":"#2"}}},{"from":[7.495,-2.005,3.795],"to":[8.505,1.005,5.305],"rotation":{"angle":-22.5,"axis":"x","origin":[7,0,3.8]},"faces":{"north":{"uv":[3.5,5,4,6.5],"texture":"#2"},"east":{"uv":[4.75,0,4,1.5],"texture":"#2"},"south":{"uv":[6,0,6.5,1.5],"texture":"#2"},"west":{"uv":[4,0,4.75,1.5],"texture":"#2"}}},{"from":[7.5,-4.55,5.275],"to":[8.5,-1.55,6.275],"rotation":{"angle":-45,"axis":"x","origin":[7,-2.55,5.25]},"faces":{"north":{"uv":[1,6,1.5,7.5],"texture":"#2"},"east":{"uv":[4.5,6,4,7.5],"texture":"#2"},"south":{"uv":[1.5,6,2,7.5],"texture":"#2"},"west":{"uv":[4,6,4.5,7.5],"texture":"#2"},"down":{"uv":[2,1,1.5,1.5],"texture":"#2"}}},{"from":[7.5025,-2.9975,4.8025],"to":[8.4975,-2.0025,5.2975],"rotation":{"angle":-22.5,"axis":"x","origin":[7,0,3.8]},"faces":{"east":{"uv":[4,0.75,3.75,1.25],"texture":"#2"},"south":{"uv":[3.5,3,4,3.5],"texture":"#2"},"west":{"uv":[3.75,0.75,4,1.25],"texture":"#2"}}},{"from":[7.245,2.895,4.895],"to":[8.755,3.905,5.405],"rotation":{"angle":22.5,"axis":"x","origin":[7,3.9,3.4]},"faces":{"east":{"uv":[5,0,4.75,0.5],"texture":"#2"},"south":{"uv":[7,1,7.75,1.5],"texture":"#2"},"west":{"uv":[4.75,0,5,0.5],"texture":"#2"}}},{"from":[7.75,-5.2,6.075],"to":[8.25,-3.7,7.075],"rotation":{"angle":-22.5,"axis":"x","origin":[7,-2.7,6.05]},"faces":{"north":{"uv":[0.75,7,1,7.75],"texture":"#2"},"east":{"uv":[3.5,1.5,3,2.25],"texture":"#2"},"south":{"uv":[4.25,2,4.5,2.75],"texture":"#2"},"west":{"uv":[3,1.5,3.5,2.25],"texture":"#2"}}},{"from":[7.745,-5.605,6.92],"to":[8.255,-4.595,7.93],"rotation":{"angle":0,"axis":"x","origin":[7,-3.6,6.9]},"faces":{"north":{"uv":[4.75,0.5,5,1],"texture":"#2"},"east":{"uv":[6,4.5,5.5,5],"texture":"#2"},"south":{"uv":[4.75,1,5,1.5],"texture":"#2"},"west":{"uv":[5.5,4.5,6,5],"texture":"#2"}}},{"from":[7.7475,-7.2525,7.8725],"to":[8.2525,-5.2475,8.3775],"rotation":{"angle":22.5,"axis":"x","origin":[7,-4.25,7.35]},"faces":{"north":{"uv":[2.75,3.5,3,4.5],"texture":"#2"},"east":{"uv":[4,3.5,3.75,4.5],"texture":"#2"},"south":{"uv":[4.75,5,5,6],"texture":"#2"},"west":{"uv":[3.75,3.5,4,4.5],"texture":"#2"},"down":{"uv":[7.25,2.25,7,2.5],"texture":"#2"}}},{"from":[7.75,-6.7,6.925],"to":[8.25,-5.6,7.425],"rotation":{"angle":0,"axis":"x","origin":[7,-4.6,6.9]},"faces":{"north":{"uv":[3.25,6.5,3.5,7],"texture":"#2"},"east":{"uv":[1,4.5,0.75,5],"texture":"#2"},"west":{"uv":[0.75,4.5,1,5],"texture":"#2"}}},{"from":[6.75,4.2,3.5],"to":[7.25,5.7,5],"rotation":{"angle":22.5,"axis":"x","origin":[7,4,4]},"faces":{"north":{"uv":[3.25,5.75,3.5,6.5],"texture":"#2"},"south":{"uv":[1.75,3,2,3.75],"texture":"#2"},"west":{"uv":[6.5,3.75,7.25,4.5],"texture":"#2"},"up":{"uv":[3.5,5.75,3.25,5],"texture":"#2"},"down":{"uv":[2,3.75,1.75,4.5],"texture":"#2"}}},{"from":[8.75,4.2,3.5],"to":[9.25,5.7,5],"rotation":{"angle":22.5,"axis":"x","origin":[9,4,4]},"faces":{"north":{"uv":[3.5,5.75,3.25,6.5],"texture":"#2"},"east":{"uv":[7.25,3.75,6.5,4.5],"texture":"#2"},"south":{"uv":[2,3,1.75,3.75],"texture":"#2"},"up":{"uv":[3.25,5.75,3.5,5],"texture":"#2"},"down":{"uv":[1.75,3.75,2,4.5],"texture":"#2"}}},{"from":[7.25,1.4,2.9],"to":[8.75,2.9,3.4],"rotation":{"angle":0,"axis":"y","origin":[7,1.4,1.4]},"faces":{"north":{"uv":[3,0.5,3.75,1.25],"texture":"#2"},"east":{"uv":[3,0.5,3.25,1.25],"texture":"#2"},"west":{"uv":[3.5,0.5,3.75,1.25],"texture":"#2"},"up":{"uv":[3.75,0.5,3,0.75],"texture":"#2"},"down":{"uv":[3.75,1,3,1.25],"texture":"#2"}}},{"from":[7.25,13.1,2.9],"to":[8.75,14.6,3.4],"rotation":{"angle":0,"axis":"y","origin":[7,1.4,1.4]},"faces":{"north":{"uv":[4,3.25,4.75,4],"texture":"#2"},"east":{"uv":[4,3.25,4.25,4],"texture":"#2"},"west":{"uv":[4.5,3.25,4.75,4],"texture":"#2"},"up":{"uv":[4.75,3.25,4,3.5],"texture":"#2"},"down":{"uv":[4.75,3.75,4,4],"texture":"#2"}}},{"from":[7.2475,12.0975,3.3975],"to":[8.7525,15.1025,4.9025],"rotation":{"angle":0,"axis":"y","origin":[7,15.1,3.4]},"faces":{"north":{"uv":[4,3,4.75,4.5],"texture":"#2"},"east":{"uv":[1.75,4.5,1,6],"texture":"#2"},"south":{"uv":[0,4.5,0.75,6],"texture":"#2"},"west":{"uv":[1,4.5,1.75,6],"texture":"#2"}}},{"from":[7.75,10.49,3.41],"to":[8.25,12.09,4.91],"rotation":{"angle":0,"axis":"y","origin":[7,15.1,3.4]},"faces":{"north":{"uv":[4.75,3,5,3.75],"texture":"#2"},"east":{"uv":[0.75,7,0,7.75],"texture":"#2"},"west":{"uv":[0,7,0.75,7.75],"texture":"#2"}}},{"from":[7.25,9.1,3.4],"to":[8.75,12.1,5.4],"rotation":{"angle":-22.5,"axis":"x","origin":[7,12.1,3.4]},"faces":{"north":{"uv":[4.5,1.5,5.25,3],"texture":"#2"},"east":{"uv":[3,1,2,2.5],"texture":"#2"},"south":{"uv":[4,4.5,4.75,6],"texture":"#2"},"west":{"uv":[2,1,3,2.5],"texture":"#2"},"down":{"uv":[5.25,6,4.5,7],"texture":"#2"}}},{"from":[7.745,9.345,2.27],"to":[8.255,10.955,3.43],"rotation":{"angle":-45,"axis":"x","origin":[7,12.1,3.4]},"faces":{"north":{"uv":[1.75,5.25,2,6],"texture":"#2"},"east":{"uv":[7.5,1.5,7,2.25],"texture":"#2"},"west":{"uv":[7,1.5,7.5,2.25],"texture":"#2"}}},{"from":[7.495,14.995,3.795],"to":[8.505,18.005,5.305],"rotation":{"angle":22.5,"axis":"x","origin":[7,16,3.8]},"faces":{"north":{"uv":[6,4.5,6.5,6],"texture":"#2"},"east":{"uv":[5.75,0,5,1.5],"texture":"#2"},"south":{"uv":[5.5,6,6,7.5],"texture":"#2"},"west":{"uv":[5,0,5.75,1.5],"texture":"#2"}}},{"from":[7.5,17.55,5.275],"to":[8.5,20.55,6.275],"rotation":{"angle":45,"axis":"x","origin":[7,18.55,5.25]},"faces":{"north":{"uv":[6,6,6.5,7.5],"texture":"#2"},"east":{"uv":[7,1.5,6.5,3],"texture":"#2"},"south":{"uv":[6.5,0,7,1.5],"texture":"#2"},"west":{"uv":[6.5,1.5,7,3],"texture":"#2"},"up":{"uv":[7.5,3,7,2.5],"texture":"#2"}}},{"from":[7.5025,18.0025,4.8025],"to":[8.4975,18.9975,5.2975],"rotation":{"angle":22.5,"axis":"x","origin":[7,16,3.8]},"faces":{"east":{"uv":[6,0,5.75,0.5],"texture":"#2"},"south":{"uv":[4.75,4.5,5.25,5],"texture":"#2"},"west":{"uv":[5.75,0,6,0.5],"texture":"#2"}}},{"from":[7.245,12.095,4.895],"to":[8.755,13.105,5.405],"rotation":{"angle":-22.5,"axis":"x","origin":[7,12.1,3.4]},"faces":{"east":{"uv":[6,0.5,5.75,1],"texture":"#2"},"south":{"uv":[2,7,2.75,7.5],"texture":"#2"},"west":{"uv":[5.75,0.5,6,1],"texture":"#2"}}},{"from":[7.75,19.7,6.075],"to":[8.25,21.2,7.075],"rotation":{"angle":22.5,"axis":"x","origin":[7,18.7,6.05]},"faces":{"north":{"uv":[5,3.75,5.25,4.5],"texture":"#2"},"east":{"uv":[3.5,7,3,7.75],"texture":"#2"},"south":{"uv":[4.75,3.75,5,4.5],"texture":"#2"},"west":{"uv":[3,7,3.5,7.75],"texture":"#2"}}},{"from":[7.745,20.595,6.92],"to":[8.255,21.605,7.93],"rotation":{"angle":0,"axis":"x","origin":[7,19.6,6.9]},"faces":{"north":{"uv":[2.75,4.5,3,5],"texture":"#2"},"east":{"uv":[7,5.25,6.5,5.75],"texture":"#2"},"south":{"uv":[5.75,1,6,1.5],"texture":"#2"},"west":{"uv":[6.5,5.25,7,5.75],"texture":"#2"}}},{"from":[7.7475,21.2475,7.8725],"to":[8.2525,23.2525,8.3775],"rotation":{"angle":-22.5,"axis":"x","origin":[7,20.25,7.35]},"faces":{"north":{"uv":[0.75,6,1,7],"texture":"#2"},"east":{"uv":[1,5,0.75,6],"texture":"#2"},"south":{"uv":[7.5,1.5,7.75,2.5],"texture":"#2"},"west":{"uv":[0.75,5,1,6],"texture":"#2"},"up":{"uv":[7.5,2.5,7.25,2.25],"texture":"#2"}}},{"from":[7.75,21.6,6.925],"to":[8.25,22.7,7.425],"rotation":{"angle":0,"axis":"x","origin":[7,20.6,6.9]},"faces":{"north":{"uv":[3.75,4.5,4,5],"texture":"#2"},"east":{"uv":[4.5,1.5,4.25,2],"texture":"#2"},"west":{"uv":[4.25,1.5,4.5,2],"texture":"#2"}}},{"from":[6.75,10.3,3.5],"to":[7.25,11.8,5],"rotation":{"angle":-22.5,"axis":"x","origin":[7,12,4]},"faces":{"north":{"uv":[7,0.75,7.75,1],"rotation":90,"texture":"#2"},"south":{"uv":[3.75,0,4,0.75],"texture":"#2"},"west":{"uv":[7,0,7.75,0.75],"texture":"#2"},"up":{"uv":[5.5,6.75,5.25,6],"texture":"#2"},"down":{"uv":[3,7,2.75,7.75],"texture":"#2"}}},{"from":[8.75,10.3,3.5],"to":[9.25,11.8,5],"rotation":{"angle":-22.5,"axis":"x","origin":[9,12,4]},"faces":{"north":{"uv":[7,1,7.75,0.75],"rotation":90,"texture":"#2"},"east":{"uv":[7.75,0,7,0.75],"texture":"#2"},"south":{"uv":[4,0,3.75,0.75],"texture":"#2"},"up":{"uv":[5.25,6.75,5.5,6],"texture":"#2"},"down":{"uv":[2.75,7,3,7.75],"texture":"#2"}}},{"from":[7.5,6.1,4.55],"to":[8.5,10.1,5.55],"rotation":{"angle":0,"axis":"y","origin":[7.5,6.1,4.55]},"faces":{"north":{"uv":[2.5,5,2,7],"texture":"#2"},"east":{"uv":[2,5,2.5,7],"texture":"#2"},"south":{"uv":[2.5,5,2,7],"texture":"#2"},"west":{"uv":[2,5,2.5,7],"texture":"#2"}}},{"from":[8,-4,3.5],"to":[8.01,4,11],"rotation":{"angle":0,"axis":"x","origin":[8,4,3]},"faces":{"east":{"uv":[16,0,1,16],"rotation":270,"texture":"#1"},"west":{"uv":[1,0,16,16],"rotation":90,"texture":"#1"}}},{"from":[6.995,13.85,3.45],"to":[7.005,16.35,5.95],"rotation":{"angle":0,"axis":"y","origin":[7,13.6,2.95]},"faces":{"west":{"uv":[0,0,1.5,1.5],"texture":"#2"}}},{"from":[9.005,13.85,3.45],"to":[9.015,16.35,5.95],"rotation":{"angle":0,"axis":"y","origin":[9,13.6,2.95]},"faces":{"east":{"uv":[1.5,0,0,1.5],"texture":"#2"}}},{"from":[6.9975,13.5975,2.9475],"to":[9.0025,15.6025,5.9525],"rotation":{"angle":0,"axis":"y","origin":[7,13.6,2.95]},"faces":{"north":{"uv":[5,5,6,6],"texture":"#2"},"east":{"uv":[3,0,1.5,1],"texture":"#2"},"south":{"uv":[5.5,1.5,6.5,2.5],"texture":"#2"},"west":{"uv":[1.5,0,3,1],"texture":"#2"},"down":{"uv":[2,1.5,1,3],"texture":"#2"}}},{"from":[7,15.6,2.95],"to":[9,17.6,5.95],"rotation":{"angle":22.5,"axis":"x","origin":[7,15.6,2.95]},"faces":{"north":{"uv":[5.5,2.5,6.5,3.5],"texture":"#2"},"east":{"uv":[3.5,2.5,2,3.5],"texture":"#2"},"south":{"uv":[5.5,3.5,6.5,4.5],"texture":"#2"},"west":{"uv":[2,2.5,3.5,3.5],"texture":"#2"},"up":{"uv":[1,4.5,0,3],"texture":"#2"}}},{"from":[8,-5.2,0.9],"to":[8.01,-1.2,2.4],"rotation":{"angle":22.5,"axis":"x","origin":[8,-5.45,8.9]},"faces":{"east":{"uv":[3.25,5,2.5,7],"texture":"#2"},"west":{"uv":[2.5,5,3.25,7],"texture":"#2"}}},{"from":[8,11,5.5],"to":[8.01,27,16.5],"faces":{"east":{"uv":[10,0,0,16],"texture":"#0"},"west":{"uv":[0,0,10,16],"texture":"#0"}}},{"from":[8,-5,7.5],"to":[8,21,7.75],"faces":{"east":{"uv":[5.25,1.5,5.375,5],"texture":"#2"},"west":{"uv":[5.25,1.5,5.375,5],"texture":"#2"}}}],"display":{"thirdperson_righthand":{"rotation":[0,7,0],"translation":[0,-2,4.5],"scale":[1.4,1.4,1.4]},"thirdperson_lefthand":{"rotation":[0,7,0],"translation":[0,-2,4.5],"scale":[1.4,1.4,1.4]},"firstperson_righthand":{"rotation":[0,3,8],"translation":[0.75,4.25,1.75]},"firstperson_lefthand":{"rotation":[0,3,8],"translation":[0.75,4.25,1.75]},"gui":{"rotation":[-20,160,30],"scale":[0.75,0.75,0.75]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/azure_bow.json b/assets/minecraft/models/item/wynn/skin/bow/azure_bow.json new file mode 100644 index 000000000..588c92d83 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/azure_bow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/azure/azure_bow"},"elements":[{"from":[7,-2,11],"to":[9,0.5,16],"rotation":{"angle":0,"axis":"y","origin":[7,-2,14]},"faces":{"north":{"uv":[3,5.75,3.75,6.75],"texture":"#0"},"east":{"uv":[6,1.5,4,2.5],"texture":"#0"},"south":{"uv":[3.75,5.75,4.5,6.75],"texture":"#0"},"west":{"uv":[4,1.5,6,2.5],"texture":"#0"},"down":{"uv":[6,4,5.25,6],"texture":"#0"}}},{"from":[6.999,-0.001,-2.101],"to":[9.001,2.001,13.001],"rotation":{"angle":0,"axis":"y","origin":[7,0,14]},"faces":{"north":{"uv":[4.5,5.75,5.25,6.5],"texture":"#0"},"east":{"uv":[5.75,0,0,0.75],"texture":"#0"},"west":{"uv":[0,0,5.75,0.75],"texture":"#0"},"up":{"uv":[0.75,6.5,0,0.75],"texture":"#0"},"down":{"uv":[1.5,0.75,0.75,6.5],"texture":"#0"}}},{"from":[6.5,0.65,12.25],"to":[9.5,2.15,17.25],"rotation":{"angle":22.5,"axis":"x","origin":[7,0.15,12.25]},"faces":{"north":{"uv":[6,1.75,7.25,2.25],"texture":"#0"},"east":{"uv":[7.75,0,5.75,0.5],"texture":"#0"},"south":{"uv":[6,4,7.25,4.5],"texture":"#0"},"west":{"uv":[5.75,0,7.75,0.5],"texture":"#0"},"up":{"uv":[2.75,2.75,1.5,0.75],"texture":"#0"},"down":{"uv":[4,0.75,2.75,2.75],"texture":"#0"}}},{"from":[5.65,0,1.2],"to":[7,2,3.135],"rotation":{"angle":0,"axis":"y","origin":[-0.25,0,-0.05]},"faces":{"south":{"uv":[6,4.5,6.5,5.25],"texture":"#0"},"up":{"uv":[5.75,6.75,5.25,6],"texture":"#0"},"down":{"uv":[6.5,5.25,6,6],"texture":"#0"}}},{"from":[5.65,0,3.135],"to":[7,2,1.2],"rotation":{"angle":0,"axis":"y","origin":[-0.6,0,5.95]},"faces":{"north":{"uv":[6,4.5,6.5,5.25],"texture":"#0"},"up":{"uv":[5.75,6,5.25,6.75],"texture":"#0"},"down":{"uv":[6.5,6,6,5.25],"texture":"#0"}}},{"from":[-6.849,0.001,0.201],"to":[1.199,1.999,1.199],"rotation":{"angle":45,"axis":"y","origin":[-0.1,0,-0.05]},"faces":{"north":{"uv":[1.5,2.75,4.5,3.5],"texture":"#0"},"south":{"uv":[1.5,3.5,4.5,4.25],"texture":"#0"},"west":{"uv":[5.75,6,6,6.75],"texture":"#0"},"up":{"uv":[8.75,0.75,5.75,0.5],"texture":"#0"},"down":{"uv":[9,1.5,6,1.75],"texture":"#0"}}},{"from":[-6.95,-0.1,0.1],"to":[-5.7,2.1,1.3],"rotation":{"angle":45,"axis":"y","origin":[-0.1,0,-0.05]},"faces":{"north":{"uv":[0,7,0.5,7.75],"texture":"#0"},"south":{"uv":[0.5,7,0,7.75],"texture":"#0"},"west":{"uv":[1,7,1.5,7.75],"texture":"#0"},"up":{"uv":[1,7.5,0.5,7],"texture":"#0"},"down":{"uv":[2,7.5,1.5,7],"texture":"#0"}}},{"from":[1,0,-0.8],"to":[7,2,1.2],"rotation":{"angle":0,"axis":"y","origin":[-0.25,0,-0.05]},"faces":{"north":{"uv":[3,4.25,5.25,5],"texture":"#0"},"south":{"uv":[4.5,2.5,6.75,3.25],"texture":"#0"},"up":{"uv":[6.75,4,4.5,3.25],"texture":"#0"},"down":{"uv":[5.25,5,3,5.75],"texture":"#0"}}},{"from":[0.102,0.002,0.202],"to":[0.998,1.998,1.198],"rotation":{"angle":0,"axis":"y","origin":[-0.25,0,-0.05]},"faces":{"south":{"uv":[6,6,6.25,6.75],"texture":"#0"},"up":{"uv":[4.25,2.75,4,2.5],"texture":"#0"},"down":{"uv":[4.5,2.5,4.25,2.75],"texture":"#0"}}},{"from":[9,0,1.2],"to":[10.35,2,3.135],"rotation":{"angle":0,"axis":"y","origin":[16.25,0,-0.05]},"faces":{"south":{"uv":[6.5,4.5,6,5.25],"texture":"#0"},"up":{"uv":[5.25,6.75,5.75,6],"texture":"#0"},"down":{"uv":[6,5.25,6.5,6],"texture":"#0"}}},{"from":[9,0,3.135],"to":[10.35,2,1.2],"rotation":{"angle":0,"axis":"y","origin":[16.6,0,5.95]},"faces":{"north":{"uv":[6.5,4.5,6,5.25],"texture":"#0"},"up":{"uv":[5.25,6,5.75,6.75],"texture":"#0"},"down":{"uv":[6,6,6.5,5.25],"texture":"#0"}}},{"from":[14.801,0.001,0.201],"to":[22.849,1.999,1.199],"rotation":{"angle":-45,"axis":"y","origin":[16.1,0,-0.05]},"faces":{"north":{"uv":[4.5,2.75,1.5,3.5],"texture":"#0"},"east":{"uv":[6,6,5.75,6.75],"texture":"#0"},"south":{"uv":[4.5,3.5,1.5,4.25],"texture":"#0"},"up":{"uv":[5.75,0.75,8.75,0.5],"texture":"#0"},"down":{"uv":[6,1.5,9,1.75],"texture":"#0"}}},{"from":[21.7,-0.1,0.1],"to":[22.95,2.1,1.3],"rotation":{"angle":-45,"axis":"y","origin":[16.1,0,-0.05]},"faces":{"north":{"uv":[0.5,7,0,7.75],"texture":"#0"},"east":{"uv":[1.5,7,1,7.75],"texture":"#0"},"south":{"uv":[0,7,0.5,7.75],"texture":"#0"},"up":{"uv":[0.5,7.5,1,7],"texture":"#0"},"down":{"uv":[1.5,7.5,2,7],"texture":"#0"}}},{"from":[9,0,-0.8],"to":[15,2,1.2],"rotation":{"angle":0,"axis":"y","origin":[16.25,0,-0.05]},"faces":{"north":{"uv":[5.25,4.25,3,5],"texture":"#0"},"south":{"uv":[6.75,2.5,4.5,3.25],"texture":"#0"},"up":{"uv":[4.5,4,6.75,3.25],"texture":"#0"},"down":{"uv":[3,5,5.25,5.75],"texture":"#0"}}},{"from":[15.002,0.002,0.202],"to":[15.898,1.998,1.198],"rotation":{"angle":0,"axis":"y","origin":[16.25,0,-0.05]},"faces":{"south":{"uv":[6.25,6,6,6.75],"texture":"#0"},"up":{"uv":[4,2.75,4.25,2.5],"texture":"#0"},"down":{"uv":[4.25,2.5,4.5,2.75],"texture":"#0"}}},{"from":[6.9,-0.1,5.9],"to":[9.1,2.1,11],"rotation":{"angle":0,"axis":"y","origin":[7,0,5]},"faces":{"east":{"uv":[6.75,0.75,5,1.5],"texture":"#0"},"west":{"uv":[5,0.75,6.75,1.5],"texture":"#0"},"up":{"uv":[2.25,6,1.5,4.25],"texture":"#0"},"down":{"uv":[3,4.25,2.25,6],"texture":"#0"}}},{"from":[6,0.65,-4.8],"to":[10,0.65,-0.8],"rotation":{"angle":0,"axis":"y","origin":[7,0.65,-2.8]},"faces":{"up":{"uv":[7.25,1.75,8.75,3.25],"texture":"#0"},"down":{"uv":[7.25,3.25,8.75,1.75],"texture":"#0"}}},{"from":[-4.003,1.997,4.997],"to":[20.003,2.003,5.503],"rotation":{"angle":0,"axis":"y","origin":[0,1,0]},"faces":{"up":{"uv":[0,6.75,3,7],"texture":"#0"},"down":{"uv":[0,7,3,6.75],"texture":"#0"}}},{"from":[2.75,0.75,8.5],"to":[5.25,0.75,14.25],"rotation":{"angle":-22.5,"axis":"y","origin":[3,0.75,13.75]},"faces":{"up":{"uv":[8.25,3.5,7.25,5.75],"texture":"#0"},"down":{"uv":[7.25,3.5,8.25,5.75],"rotation":180,"texture":"#0"}}},{"from":[8,-2,8.4],"to":[8,0,11],"rotation":{"angle":0,"axis":"y","origin":[7,-2,9]},"faces":{"east":{"uv":[6.75,0.75,7.75,1.5],"texture":"#0"},"west":{"uv":[0,0,0.75,0.5],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,5,5],"translation":[-1,8,0],"scale":[0.9,0.9,0.9]},"thirdperson_lefthand":{"rotation":[0,5,5],"translation":[-1,8,0],"scale":[0.9,0.9,0.9]},"firstperson_righthand":{"rotation":[1,5,5],"translation":[-1,8,1]},"firstperson_lefthand":{"rotation":[1,5,5],"translation":[-1,8,1]},"gui":{"rotation":[-140,40,180],"translation":[1.5,5,0],"scale":[0.8,0.8,0.8]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/banana_bow.json b/assets/minecraft/models/item/wynn/skin/bow/banana_bow.json new file mode 100644 index 000000000..5780b0b33 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/banana_bow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"particle":"skins/food_set_1/banana_bow","texture":"skins/food_set_1/banana_bow"},"elements":[{"from":[4,6.5,6.75],"to":[6,8.5,9.25],"faces":{"down":{"uv":[4,9.5,6,9],"texture":"#texture"},"up":{"uv":[4,7.5,6,8],"texture":"#texture"},"north":{"uv":[6,7.5,4,9.5],"texture":"#texture"},"south":{"uv":[4,7.5,6,9.5],"texture":"#texture"},"west":{"uv":[4,7.5,4.5,9.5],"texture":"#texture"},"east":{"uv":[6,7.5,5.5,9.5],"texture":"#texture"}}},{"from":[4.5,8.5,6.75],"to":[6,10,9.25],"faces":{"down":{"uv":[4.5,7.5,6,7],"texture":"#texture"},"up":{"uv":[4.5,6,6,6.5],"texture":"#texture"},"north":{"uv":[6,6,4.5,7.5],"texture":"#texture"},"south":{"uv":[4.5,6,6,7.5],"texture":"#texture"},"west":{"uv":[4.5,6,5,7.5],"texture":"#texture"},"east":{"uv":[6,6,5.5,7.5],"texture":"#texture"}}},{"from":[4.5,5,6.75],"to":[6,6.5,9.25],"faces":{"down":{"uv":[4.5,11,6,10.5],"texture":"#texture"},"up":{"uv":[4.5,9.5,6,10],"texture":"#texture"},"north":{"uv":[6,9.5,4.5,11],"texture":"#texture"},"south":{"uv":[4.5,9.5,6,11],"texture":"#texture"},"west":{"uv":[4.5,9.5,5,11],"texture":"#texture"},"east":{"uv":[6,9.5,5.5,11],"texture":"#texture"}}},{"from":[5,10,6.75],"to":[6.5,11,9.25],"faces":{"down":{"uv":[5,6,6.5,5.5],"texture":"#texture"},"up":{"uv":[5,5,6.5,5.5],"texture":"#texture"},"north":{"uv":[6.5,5,5,6],"texture":"#texture"},"south":{"uv":[5,5,6.5,6],"texture":"#texture"},"west":{"uv":[5,5,5.5,6],"texture":"#texture"},"east":{"uv":[6.5,5,6,6],"texture":"#texture"}}},{"from":[5,4,6.75],"to":[7,5,9.25],"faces":{"down":{"uv":[5,12,7,11.5],"texture":"#texture"},"up":{"uv":[5,11,7,11.5],"texture":"#texture"},"north":{"uv":[7,11,5,12],"texture":"#texture"},"south":{"uv":[5,11,7,12],"texture":"#texture"},"west":{"uv":[5,11,5.5,12],"texture":"#texture"},"east":{"uv":[7,11,6.5,12],"texture":"#texture"}}},{"from":[5.5,11,6.75],"to":[7,11.5,9.25],"faces":{"down":{"uv":[5.5,5,7,4.5],"texture":"#texture"},"up":{"uv":[5.5,4.5,7,5],"texture":"#texture"},"north":{"uv":[7,4.5,5.5,5],"texture":"#texture"},"south":{"uv":[5.5,4.5,7,5],"texture":"#texture"},"west":{"uv":[5.5,4.5,6,5],"texture":"#texture"},"east":{"uv":[7,4.5,6.5,5],"texture":"#texture"}}},{"from":[5.5,3.5,6.75],"to":[7.5,4,9.25],"faces":{"down":{"uv":[5.5,12.5,7.5,12],"texture":"#texture"},"up":{"uv":[5.5,12,7.5,12.5],"texture":"#texture"},"north":{"uv":[7.5,12,5.5,12.5],"texture":"#texture"},"south":{"uv":[5.5,12,7.5,12.5],"texture":"#texture"},"west":{"uv":[5.5,12,6,12.5],"texture":"#texture"},"east":{"uv":[7.5,12,7,12.5],"texture":"#texture"}}},{"from":[6,11.5,6.75],"to":[7,12.5,9.25],"faces":{"down":{"uv":[6,4.5,7,4],"texture":"#texture"},"up":{"uv":[6,3.5,7,4],"texture":"#texture"},"north":{"uv":[7,3.5,6,4.5],"texture":"#texture"},"south":{"uv":[6,3.5,7,4.5],"texture":"#texture"},"west":{"uv":[6,3.5,6.5,4.5],"texture":"#texture"},"east":{"uv":[7,3.5,6.5,4.5],"texture":"#texture"}}},{"from":[6,9,6.75],"to":[6.5,10,9.25],"faces":{"down":{"uv":[6,7,6.5,6.5],"texture":"#texture"},"up":{"uv":[6,6,6.5,6.5],"texture":"#texture"},"north":{"uv":[6.5,6,6,7],"texture":"#texture"},"south":{"uv":[6,6,6.5,7],"texture":"#texture"},"west":{"uv":[6,6,6.5,7],"texture":"#texture"},"east":{"uv":[6.5,6,6,7],"texture":"#texture"}}},{"from":[6,5,6.75],"to":[6.5,6,9.25],"faces":{"down":{"uv":[6,11,6.5,10.5],"texture":"#texture"},"up":{"uv":[6,10,6.5,10.5],"texture":"#texture"},"north":{"uv":[6.5,10,6,11],"texture":"#texture"},"south":{"uv":[6,10,6.5,11],"texture":"#texture"},"west":{"uv":[6,10,6.5,11],"texture":"#texture"},"east":{"uv":[6.5,10,6,11],"texture":"#texture"}}},{"from":[6,3,6.75],"to":[7.5,3.5,9.25],"faces":{"down":{"uv":[6,13,7.5,12.5],"texture":"#texture"},"up":{"uv":[6,12.5,7.5,13],"texture":"#texture"},"north":{"uv":[7.5,12.5,6,13],"texture":"#texture"},"south":{"uv":[6,12.5,7.5,13],"texture":"#texture"},"west":{"uv":[6,12.5,6.5,13],"texture":"#texture"},"east":{"uv":[7.5,12.5,7,13],"texture":"#texture"}}},{"from":[6.5,10.5,6.75],"to":[7,11,9.25],"faces":{"down":{"uv":[6.5,5.5,7,5],"texture":"#texture"},"up":{"uv":[6.5,5,7,5.5],"texture":"#texture"},"north":{"uv":[7,5,6.5,5.5],"texture":"#texture"},"south":{"uv":[6.5,5,7,5.5],"texture":"#texture"},"west":{"uv":[6.5,5,7,5.5],"texture":"#texture"},"east":{"uv":[7,5,6.5,5.5],"texture":"#texture"}}},{"from":[6.5,2.5,6.75],"to":[8,3,9.25],"faces":{"down":{"uv":[6.5,13.5,8,13],"texture":"#texture"},"up":{"uv":[6.5,13,8,13.5],"texture":"#texture"},"north":{"uv":[8,13,6.5,13.5],"texture":"#texture"},"south":{"uv":[6.5,13,8,13.5],"texture":"#texture"},"west":{"uv":[6.5,13,7,13.5],"texture":"#texture"},"east":{"uv":[8,13,7.5,13.5],"texture":"#texture"}}},{"from":[7,12,6.75],"to":[7.5,13,9.25],"faces":{"down":{"uv":[7,4,7.5,3.5],"texture":"#texture"},"up":{"uv":[7,3,7.5,3.5],"texture":"#texture"},"north":{"uv":[7.5,3,7,4],"texture":"#texture"},"south":{"uv":[7,3,7.5,4],"texture":"#texture"},"west":{"uv":[7,3,7.5,4],"texture":"#texture"},"east":{"uv":[7.5,3,7,4],"texture":"#texture"}}},{"from":[7.5,13,6.75],"to":[8,13.5,9.25],"faces":{"down":{"uv":[7.5,3,8,2.5],"texture":"#texture"},"up":{"uv":[7.5,2.5,8,3],"texture":"#texture"},"north":{"uv":[8,2.5,7.5,3],"texture":"#texture"},"south":{"uv":[7.5,2.5,8,3],"texture":"#texture"},"west":{"uv":[7.5,2.5,8,3],"texture":"#texture"},"east":{"uv":[8,2.5,7.5,3],"texture":"#texture"}}},{"from":[7.5,2,6.75],"to":[8.5,2.5,9.25],"faces":{"down":{"uv":[7.5,14,8.5,13.5],"texture":"#texture"},"up":{"uv":[7.5,13.5,8.5,14],"texture":"#texture"},"north":{"uv":[8.5,13.5,7.5,14],"texture":"#texture"},"south":{"uv":[7.5,13.5,8.5,14],"texture":"#texture"},"west":{"uv":[7.5,13.5,8,14],"texture":"#texture"},"east":{"uv":[8.5,13.5,8,14],"texture":"#texture"}}},{"from":[8,13.5,6.75],"to":[8.5,14,9.25],"faces":{"down":{"uv":[8,2.5,8.5,2],"texture":"#texture"},"up":{"uv":[8,2,8.5,2.5],"texture":"#texture"},"north":{"uv":[8.5,2,8,2.5],"texture":"#texture"},"south":{"uv":[8,2,8.5,2.5],"texture":"#texture"},"west":{"uv":[8,2,8.5,2.5],"texture":"#texture"},"east":{"uv":[8.5,2,8,2.5],"texture":"#texture"}}},{"from":[3.5,6.5,7],"to":[6.5,8.5,9],"faces":{"down":{"uv":[3.5,9.5,6.5,9],"texture":"#texture"},"up":{"uv":[3.5,7.5,6.5,8],"texture":"#texture"},"north":{"uv":[6.5,7.5,3.5,9.5],"texture":"#texture"},"south":{"uv":[3.5,7.5,6.5,9.5],"texture":"#texture"},"west":{"uv":[3.5,7.5,4,9.5],"texture":"#texture"},"east":{"uv":[6.5,7.5,6,9.5],"texture":"#texture"}}},{"from":[4,8.5,7],"to":[6.5,10,9],"faces":{"down":{"uv":[4,7.5,6.5,7],"texture":"#texture"},"up":{"uv":[4,6,6.5,6.5],"texture":"#texture"},"north":{"uv":[6.5,6,4,7.5],"texture":"#texture"},"south":{"uv":[4,6,6.5,7.5],"texture":"#texture"},"west":{"uv":[4,6,4.5,7.5],"texture":"#texture"},"east":{"uv":[6.5,6,6,7.5],"texture":"#texture"}}},{"from":[4,5,7],"to":[6.5,6.5,9],"faces":{"down":{"uv":[4,11,6.5,10.5],"texture":"#texture"},"up":{"uv":[4,9.5,6.5,10],"texture":"#texture"},"north":{"uv":[6.5,9.5,4,11],"texture":"#texture"},"south":{"uv":[4,9.5,6.5,11],"texture":"#texture"},"west":{"uv":[4,9.5,4.5,11],"texture":"#texture"},"east":{"uv":[6.5,9.5,6,11],"texture":"#texture"}}},{"from":[4.5,10,7],"to":[7,11,9],"faces":{"down":{"uv":[4.5,6,7,5.5],"texture":"#texture"},"up":{"uv":[4.5,5,7,5.5],"texture":"#texture"},"north":{"uv":[7,5,4.5,6],"texture":"#texture"},"south":{"uv":[4.5,5,7,6],"texture":"#texture"},"west":{"uv":[4.5,5,5,6],"texture":"#texture"},"east":{"uv":[7,5,6.5,6],"texture":"#texture"}}},{"from":[4.5,4,7],"to":[7.5,5,9],"faces":{"down":{"uv":[4.5,12,7.5,11.5],"texture":"#texture"},"up":{"uv":[4.5,11,7.5,11.5],"texture":"#texture"},"north":{"uv":[7.5,11,4.5,12],"texture":"#texture"},"south":{"uv":[4.5,11,7.5,12],"texture":"#texture"},"west":{"uv":[4.5,11,5,12],"texture":"#texture"},"east":{"uv":[7.5,11,7,12],"texture":"#texture"}}},{"from":[5,11,7],"to":[7.5,11.5,9],"faces":{"down":{"uv":[5,5,7.5,4.5],"texture":"#texture"},"up":{"uv":[5,4.5,7.5,5],"texture":"#texture"},"north":{"uv":[7.5,4.5,5,5],"texture":"#texture"},"south":{"uv":[5,4.5,7.5,5],"texture":"#texture"},"west":{"uv":[5,4.5,5.5,5],"texture":"#texture"},"east":{"uv":[7.5,4.5,7,5],"texture":"#texture"}}},{"from":[5,3.5,7],"to":[8,4,9],"faces":{"down":{"uv":[5,12.5,8,12],"texture":"#texture"},"up":{"uv":[5,12,8,12.5],"texture":"#texture"},"north":{"uv":[8,12,5,12.5],"texture":"#texture"},"south":{"uv":[5,12,8,12.5],"texture":"#texture"},"west":{"uv":[5,12,5.5,12.5],"texture":"#texture"},"east":{"uv":[8,12,7.5,12.5],"texture":"#texture"}}},{"from":[5.5,11.5,7],"to":[7.5,12.5,9],"faces":{"down":{"uv":[5.5,4.5,7.5,4],"texture":"#texture"},"up":{"uv":[5.5,3.5,7.5,4],"texture":"#texture"},"north":{"uv":[7.5,3.5,5.5,4.5],"texture":"#texture"},"south":{"uv":[5.5,3.5,7.5,4.5],"texture":"#texture"},"west":{"uv":[5.5,3.5,6,4.5],"texture":"#texture"},"east":{"uv":[7.5,3.5,7,4.5],"texture":"#texture"}}},{"from":[5.5,3,7],"to":[8,3.5,9],"faces":{"down":{"uv":[5.5,13,8,12.5],"texture":"#texture"},"up":{"uv":[5.5,12.5,8,13],"texture":"#texture"},"north":{"uv":[8,12.5,5.5,13],"texture":"#texture"},"south":{"uv":[5.5,12.5,8,13],"texture":"#texture"},"west":{"uv":[5.5,12.5,6,13],"texture":"#texture"},"east":{"uv":[8,12.5,7.5,13],"texture":"#texture"}}},{"from":[6,12.5,7],"to":[8,13,9],"faces":{"down":{"uv":[6,3.5,8,3],"texture":"#texture"},"up":{"uv":[6,3,8,3.5],"texture":"#texture"},"north":{"uv":[8,3,6,3.5],"texture":"#texture"},"south":{"uv":[6,3,8,3.5],"texture":"#texture"},"west":{"uv":[6,3,6.5,3.5],"texture":"#texture"},"east":{"uv":[8,3,7.5,3.5],"texture":"#texture"}}},{"from":[6,2.5,7],"to":[8.5,3,9],"faces":{"down":{"uv":[6,13.5,8.5,13],"texture":"#texture"},"up":{"uv":[6,13,8.5,13.5],"texture":"#texture"},"north":{"uv":[8.5,13,6,13.5],"texture":"#texture"},"south":{"uv":[6,13,8.5,13.5],"texture":"#texture"},"west":{"uv":[6,13,6.5,13.5],"texture":"#texture"},"east":{"uv":[8.5,13,8,13.5],"texture":"#texture"}}},{"from":[6.5,9,7],"to":[7,10,9],"faces":{"down":{"uv":[6.5,7,7,6.5],"texture":"#texture"},"up":{"uv":[6.5,6,7,6.5],"texture":"#texture"},"north":{"uv":[7,6,6.5,7],"texture":"#texture"},"south":{"uv":[6.5,6,7,7],"texture":"#texture"},"west":{"uv":[6.5,6,7,7],"texture":"#texture"},"east":{"uv":[7,6,6.5,7],"texture":"#texture"}}},{"from":[6.5,5,7],"to":[7,6,9],"faces":{"down":{"uv":[6.5,11,7,10.5],"texture":"#texture"},"up":{"uv":[6.5,10,7,10.5],"texture":"#texture"},"north":{"uv":[7,10,6.5,11],"texture":"#texture"},"south":{"uv":[6.5,10,7,11],"texture":"#texture"},"west":{"uv":[6.5,10,7,11],"texture":"#texture"},"east":{"uv":[7,10,6.5,11],"texture":"#texture"}}},{"from":[6.5,2,7],"to":[10,2.5,9],"faces":{"down":{"uv":[6.5,14,10,13.5],"texture":"#texture"},"up":{"uv":[6.5,13.5,10,14],"texture":"#texture"},"north":{"uv":[10,13.5,6.5,14],"texture":"#texture"},"south":{"uv":[6.5,13.5,10,14],"texture":"#texture"},"west":{"uv":[6.5,13.5,7,14],"texture":"#texture"},"east":{"uv":[10,13.5,9.5,14],"texture":"#texture"}}},{"from":[7,13,7],"to":[8.5,13.5,9],"faces":{"down":{"uv":[7,3,8.5,2.5],"texture":"#texture"},"up":{"uv":[7,2.5,8.5,3],"texture":"#texture"},"north":{"uv":[8.5,2.5,7,3],"texture":"#texture"},"south":{"uv":[7,2.5,8.5,3],"texture":"#texture"},"west":{"uv":[7,2.5,7.5,3],"texture":"#texture"},"east":{"uv":[8.5,2.5,8,3],"texture":"#texture"}}},{"from":[7,10.5,7],"to":[7.5,11,9],"faces":{"down":{"uv":[7,5.5,7.5,5],"texture":"#texture"},"up":{"uv":[7,5,7.5,5.5],"texture":"#texture"},"north":{"uv":[7.5,5,7,5.5],"texture":"#texture"},"south":{"uv":[7,5,7.5,5.5],"texture":"#texture"},"west":{"uv":[7,5,7.5,5.5],"texture":"#texture"},"east":{"uv":[7.5,5,7,5.5],"texture":"#texture"}}},{"from":[7.5,13.5,7],"to":[9,14,9],"faces":{"down":{"uv":[7.5,2.5,9,2],"texture":"#texture"},"up":{"uv":[7.5,2,9,2.5],"texture":"#texture"},"north":{"uv":[9,2,7.5,2.5],"texture":"#texture"},"south":{"uv":[7.5,2,9,2.5],"texture":"#texture"},"west":{"uv":[7.5,2,8,2.5],"texture":"#texture"},"east":{"uv":[9,2,8.5,2.5],"texture":"#texture"}}},{"from":[7.5,12,7],"to":[8,12.5,9],"faces":{"down":{"uv":[7.5,4,8,3.5],"texture":"#texture"},"up":{"uv":[7.5,3.5,8,4],"texture":"#texture"},"north":{"uv":[8,3.5,7.5,4],"texture":"#texture"},"south":{"uv":[7.5,3.5,8,4],"texture":"#texture"},"west":{"uv":[7.5,3.5,8,4],"texture":"#texture"},"east":{"uv":[8,3.5,7.5,4],"texture":"#texture"}}},{"from":[7.5,1.5,7],"to":[10.5,2,9],"faces":{"down":{"uv":[7.5,14.5,10.5,14],"texture":"#texture"},"up":{"uv":[7.5,14,10.5,14.5],"texture":"#texture"},"north":{"uv":[10.5,14,7.5,14.5],"texture":"#texture"},"south":{"uv":[7.5,14,10.5,14.5],"texture":"#texture"},"west":{"uv":[7.5,14,8,14.5],"texture":"#texture"},"east":{"uv":[10.5,14,10,14.5],"texture":"#texture"}}},{"from":[8,14,7],"to":[10,14.5,9],"faces":{"down":{"uv":[8,2,10,1.5],"texture":"#texture"},"up":{"uv":[8,1.5,10,2],"texture":"#texture"},"north":{"uv":[10,1.5,8,2],"texture":"#texture"},"south":{"uv":[8,1.5,10,2],"texture":"#texture"},"west":{"uv":[8,1.5,8.5,2],"texture":"#texture"},"east":{"uv":[10,1.5,9.5,2],"texture":"#texture"}}},{"from":[8.5,14.5,7],"to":[9.5,15,9],"faces":{"down":{"uv":[8.5,1.5,9.5,1],"texture":"#texture"},"up":{"uv":[8.5,1,9.5,1.5],"texture":"#texture"},"north":{"uv":[9.5,1,8.5,1.5],"texture":"#texture"},"south":{"uv":[8.5,1,9.5,1.5],"texture":"#texture"},"west":{"uv":[8.5,1,9,1.5],"texture":"#texture"},"east":{"uv":[9.5,1,9,1.5],"texture":"#texture"}}},{"from":[9,1,7],"to":[11,1.5,9],"faces":{"down":{"uv":[9,15,11,14.5],"texture":"#texture"},"up":{"uv":[9,14.5,11,15],"texture":"#texture"},"north":{"uv":[11,14.5,9,15],"texture":"#texture"},"south":{"uv":[9,14.5,11,15],"texture":"#texture"},"west":{"uv":[9,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[11,14.5,10.5,15],"texture":"#texture"}}},{"from":[3,6.5,7.5],"to":[7,8.5,8.5],"faces":{"down":{"uv":[3,9.5,7,9],"texture":"#texture"},"up":{"uv":[3,7.5,7,8],"texture":"#texture"},"north":{"uv":[7,7.5,3,9.5],"texture":"#texture"},"south":{"uv":[3,7.5,7,9.5],"texture":"#texture"},"west":{"uv":[3,7.5,3.5,9.5],"texture":"#texture"},"east":{"uv":[7,7.5,6.5,9.5],"texture":"#texture"}}},{"from":[3.5,8.5,7.5],"to":[7,10,8.5],"faces":{"down":{"uv":[3.5,7.5,7,7],"texture":"#texture"},"up":{"uv":[3.5,6,7,6.5],"texture":"#texture"},"north":{"uv":[7,6,3.5,7.5],"texture":"#texture"},"south":{"uv":[3.5,6,7,7.5],"texture":"#texture"},"west":{"uv":[3.5,6,4,7.5],"texture":"#texture"},"east":{"uv":[7,6,6.5,7.5],"texture":"#texture"}}},{"from":[3.5,5,7.5],"to":[7,6.5,8.5],"faces":{"down":{"uv":[3.5,11,7,10.5],"texture":"#texture"},"up":{"uv":[3.5,9.5,7,10],"texture":"#texture"},"north":{"uv":[7,9.5,3.5,11],"texture":"#texture"},"south":{"uv":[3.5,9.5,7,11],"texture":"#texture"},"west":{"uv":[3.5,9.5,4,11],"texture":"#texture"},"east":{"uv":[7,9.5,6.5,11],"texture":"#texture"}}},{"from":[4,10,7.5],"to":[7.5,11,8.5],"faces":{"down":{"uv":[4,6,7.5,5.5],"texture":"#texture"},"up":{"uv":[4,5,7.5,5.5],"texture":"#texture"},"north":{"uv":[7.5,5,4,6],"texture":"#texture"},"south":{"uv":[4,5,7.5,6],"texture":"#texture"},"west":{"uv":[4,5,4.5,6],"texture":"#texture"},"east":{"uv":[7.5,5,7,6],"texture":"#texture"}}},{"from":[4,4,7.5],"to":[8,5,8.5],"faces":{"down":{"uv":[4,12,8,11.5],"texture":"#texture"},"up":{"uv":[4,11,8,11.5],"texture":"#texture"},"north":{"uv":[8,11,4,12],"texture":"#texture"},"south":{"uv":[4,11,8,12],"texture":"#texture"},"west":{"uv":[4,11,4.5,12],"texture":"#texture"},"east":{"uv":[8,11,7.5,12],"texture":"#texture"}}},{"from":[4.5,11,7.5],"to":[8,11.5,8.5],"faces":{"down":{"uv":[4.5,5,8,4.5],"texture":"#texture"},"up":{"uv":[4.5,4.5,8,5],"texture":"#texture"},"north":{"uv":[8,4.5,4.5,5],"texture":"#texture"},"south":{"uv":[4.5,4.5,8,5],"texture":"#texture"},"west":{"uv":[4.5,4.5,5,5],"texture":"#texture"},"east":{"uv":[8,4.5,7.5,5],"texture":"#texture"}}},{"from":[4.5,3.5,7.5],"to":[8.5,4,8.5],"faces":{"down":{"uv":[4.5,12.5,8.5,12],"texture":"#texture"},"up":{"uv":[4.5,12,8.5,12.5],"texture":"#texture"},"north":{"uv":[8.5,12,4.5,12.5],"texture":"#texture"},"south":{"uv":[4.5,12,8.5,12.5],"texture":"#texture"},"west":{"uv":[4.5,12,5,12.5],"texture":"#texture"},"east":{"uv":[8.5,12,8,12.5],"texture":"#texture"}}},{"from":[5,11.5,7.5],"to":[8,12.5,8.5],"faces":{"down":{"uv":[5,4.5,8,4],"texture":"#texture"},"up":{"uv":[5,3.5,8,4],"texture":"#texture"},"north":{"uv":[8,3.5,5,4.5],"texture":"#texture"},"south":{"uv":[5,3.5,8,4.5],"texture":"#texture"},"west":{"uv":[5,3.5,5.5,4.5],"texture":"#texture"},"east":{"uv":[8,3.5,7.5,4.5],"texture":"#texture"}}},{"from":[5,3,7.5],"to":[8.5,3.5,8.5],"faces":{"down":{"uv":[5,13,8.5,12.5],"texture":"#texture"},"up":{"uv":[5,12.5,8.5,13],"texture":"#texture"},"north":{"uv":[8.5,12.5,5,13],"texture":"#texture"},"south":{"uv":[5,12.5,8.5,13],"texture":"#texture"},"west":{"uv":[5,12.5,5.5,13],"texture":"#texture"},"east":{"uv":[8.5,12.5,8,13],"texture":"#texture"}}},{"from":[5.5,12.5,7.5],"to":[8.5,13,8.5],"faces":{"down":{"uv":[5.5,3.5,8.5,3],"texture":"#texture"},"up":{"uv":[5.5,3,8.5,3.5],"texture":"#texture"},"north":{"uv":[8.5,3,5.5,3.5],"texture":"#texture"},"south":{"uv":[5.5,3,8.5,3.5],"texture":"#texture"},"west":{"uv":[5.5,3,6,3.5],"texture":"#texture"},"east":{"uv":[8.5,3,8,3.5],"texture":"#texture"}}},{"from":[5.5,2.5,7.5],"to":[10,3,8.5],"faces":{"down":{"uv":[5.5,13.5,10,13],"texture":"#texture"},"up":{"uv":[5.5,13,10,13.5],"texture":"#texture"},"north":{"uv":[10,13,5.5,13.5],"texture":"#texture"},"south":{"uv":[5.5,13,10,13.5],"texture":"#texture"},"west":{"uv":[5.5,13,6,13.5],"texture":"#texture"},"east":{"uv":[10,13,9.5,13.5],"texture":"#texture"}}},{"from":[6,13,7.5],"to":[9,13.5,8.5],"faces":{"down":{"uv":[6,3,9,2.5],"texture":"#texture"},"up":{"uv":[6,2.5,9,3],"texture":"#texture"},"north":{"uv":[9,2.5,6,3],"texture":"#texture"},"south":{"uv":[6,2.5,9,3],"texture":"#texture"},"west":{"uv":[6,2.5,6.5,3],"texture":"#texture"},"east":{"uv":[9,2.5,8.5,3],"texture":"#texture"}}},{"from":[6,2,7.5],"to":[10.5,2.5,8.5],"faces":{"down":{"uv":[6,14,10.5,13.5],"texture":"#texture"},"up":{"uv":[6,13.5,10.5,14],"texture":"#texture"},"north":{"uv":[10.5,13.5,6,14],"texture":"#texture"},"south":{"uv":[6,13.5,10.5,14],"texture":"#texture"},"west":{"uv":[6,13.5,6.5,14],"texture":"#texture"},"east":{"uv":[10.5,13.5,10,14],"texture":"#texture"}}},{"from":[6.5,1.5,7.5],"to":[11.5,2,8.5],"faces":{"down":{"uv":[6.5,14.5,11.5,14],"texture":"#texture"},"up":{"uv":[6.5,14,11.5,14.5],"texture":"#texture"},"north":{"uv":[11.5,14,6.5,14.5],"texture":"#texture"},"south":{"uv":[6.5,14,11.5,14.5],"texture":"#texture"},"west":{"uv":[6.5,14,7,14.5],"texture":"#texture"},"east":{"uv":[11.5,14,11,14.5],"texture":"#texture"}}},{"from":[7,13.5,7.5],"to":[10,14,8.5],"faces":{"down":{"uv":[7,2.5,10,2],"texture":"#texture"},"up":{"uv":[7,2,10,2.5],"texture":"#texture"},"north":{"uv":[10,2,7,2.5],"texture":"#texture"},"south":{"uv":[7,2,10,2.5],"texture":"#texture"},"west":{"uv":[7,2,7.5,2.5],"texture":"#texture"},"east":{"uv":[10,2,9.5,2.5],"texture":"#texture"}}},{"from":[7,9,7.5],"to":[7.5,10,8.5],"faces":{"down":{"uv":[7,7,7.5,6.5],"texture":"#texture"},"up":{"uv":[7,6,7.5,6.5],"texture":"#texture"},"north":{"uv":[7.5,6,7,7],"texture":"#texture"},"south":{"uv":[7,6,7.5,7],"texture":"#texture"},"west":{"uv":[7,6,7.5,7],"texture":"#texture"},"east":{"uv":[7.5,6,7,7],"texture":"#texture"}}},{"from":[7,5,7.5],"to":[7.5,6,8.5],"faces":{"down":{"uv":[7,11,7.5,10.5],"texture":"#texture"},"up":{"uv":[7,10,7.5,10.5],"texture":"#texture"},"north":{"uv":[7.5,10,7,11],"texture":"#texture"},"south":{"uv":[7,10,7.5,11],"texture":"#texture"},"west":{"uv":[7,10,7.5,11],"texture":"#texture"},"east":{"uv":[7.5,10,7,11],"texture":"#texture"}}},{"from":[7.5,14,7.5],"to":[10.5,14.5,8.5],"faces":{"down":{"uv":[7.5,2,10.5,1.5],"texture":"#texture"},"up":{"uv":[7.5,1.5,10.5,2],"texture":"#texture"},"north":{"uv":[10.5,1.5,7.5,2],"texture":"#texture"},"south":{"uv":[7.5,1.5,10.5,2],"texture":"#texture"},"west":{"uv":[7.5,1.5,8,2],"texture":"#texture"},"east":{"uv":[10.5,1.5,10,2],"texture":"#texture"}}},{"from":[7.5,10.5,7.5],"to":[8,11,8.5],"faces":{"down":{"uv":[7.5,5.5,8,5],"texture":"#texture"},"up":{"uv":[7.5,5,8,5.5],"texture":"#texture"},"north":{"uv":[8,5,7.5,5.5],"texture":"#texture"},"south":{"uv":[7.5,5,8,5.5],"texture":"#texture"},"west":{"uv":[7.5,5,8,5.5],"texture":"#texture"},"east":{"uv":[8,5,7.5,5.5],"texture":"#texture"}}},{"from":[7.5,1,7.5],"to":[11.5,1.5,8.5],"faces":{"down":{"uv":[7.5,15,11.5,14.5],"texture":"#texture"},"up":{"uv":[7.5,14.5,11.5,15],"texture":"#texture"},"north":{"uv":[11.5,14.5,7.5,15],"texture":"#texture"},"south":{"uv":[7.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,8,15],"texture":"#texture"},"east":{"uv":[11.5,14.5,11,15],"texture":"#texture"}}},{"from":[8,14.5,7.5],"to":[9.5,15.5,8.5],"faces":{"down":{"uv":[8,1.5,9.5,1],"texture":"#texture"},"up":{"uv":[8,0.5,9.5,1],"texture":"#texture"},"north":{"uv":[9.5,0.5,8,1.5],"texture":"#texture"},"south":{"uv":[8,0.5,9.5,1.5],"texture":"#texture"},"west":{"uv":[8,0.5,8.5,1.5],"texture":"#texture"},"east":{"uv":[9.5,0.5,9,1.5],"texture":"#texture"}}},{"from":[8,12,7.5],"to":[8.5,12.5,8.5],"faces":{"down":{"uv":[8,4,8.5,3.5],"texture":"#texture"},"up":{"uv":[8,3.5,8.5,4],"texture":"#texture"},"north":{"uv":[8.5,3.5,8,4],"texture":"#texture"},"south":{"uv":[8,3.5,8.5,4],"texture":"#texture"},"west":{"uv":[8,3.5,8.5,4],"texture":"#texture"},"east":{"uv":[8.5,3.5,8,4],"texture":"#texture"}}},{"from":[9,0.5,7.5],"to":[11,1,8.5],"faces":{"down":{"uv":[9,15.5,11,15],"texture":"#texture"},"up":{"uv":[9,15,11,15.5],"texture":"#texture"},"north":{"uv":[11,15,9,15.5],"texture":"#texture"},"south":{"uv":[9,15,11,15.5],"texture":"#texture"},"west":{"uv":[9,15,9.5,15.5],"texture":"#texture"},"east":{"uv":[11,15,10.5,15.5],"texture":"#texture"}}},{"from":[9.5,14.5,7.5],"to":[10,15,8.5],"faces":{"down":{"uv":[9.5,1.5,10,1],"texture":"#texture"},"up":{"uv":[9.5,1,10,1.5],"texture":"#texture"},"north":{"uv":[10,1,9.5,1.5],"texture":"#texture"},"south":{"uv":[9.5,1,10,1.5],"texture":"#texture"},"west":{"uv":[9.5,1,10,1.5],"texture":"#texture"},"east":{"uv":[10,1,9.5,1.5],"texture":"#texture"}}},{"from":[9.5,3,7.75],"to":[10,13.5,8.25],"faces":{"down":{"uv":[9.5,13,10,12.5],"texture":"#texture"},"up":{"uv":[9.5,2.5,10,3],"texture":"#texture"},"north":{"uv":[10,2.5,9.5,13],"texture":"#texture"},"south":{"uv":[9.5,2.5,10,13],"texture":"#texture"},"west":{"uv":[9.5,2.5,10,13],"texture":"#texture"},"east":{"uv":[10,2.5,9.5,13],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-90,0],"translation":[0,0.57,4.16],"scale":[1.5,1.5,1.5]},"thirdperson_lefthand":{"rotation":[0,90,0],"translation":[0,0.57,4.16],"scale":[1.5,1.5,1.5]},"firstperson_righthand":{"rotation":[0,-88,-4],"translation":[0,3.02,0.76],"scale":[1.2,1.2,1.2]},"firstperson_lefthand":{"rotation":[0,91,4],"translation":[-0.19,3.02,-0.19],"scale":[1.2,1.2,1.2]},"gui":{"rotation":[0,0,-45],"translation":[0,0,0],"scale":[1,1,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/bob_bow.json b/assets/minecraft/models/item/wynn/skin/bow/bob_bow.json new file mode 100644 index 000000000..1803299df --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/bob_bow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/character/bob_bow","1":"skins/character/bob_bow_text"},"elements":[{"from":[7.475,3.91,7.5],"to":[8.525,9.16,8.625],"rotation":{"angle":0,"axis":"y","origin":[2,3,2]},"faces":{"north":{"uv":[2,2.5,1.5,5.25],"texture":"#0"},"east":{"uv":[1.5,2.5,2,5.25],"texture":"#0"},"south":{"uv":[2,2.5,1.5,5.25],"texture":"#0"},"west":{"uv":[1.5,2.5,2,5.25],"texture":"#0"}}},{"from":[7.249,8.509,7.999],"to":[8.751,9.676,9.691],"rotation":{"angle":-22.5,"axis":"x","origin":[8,9.15,8.265]},"faces":{"east":{"uv":[6.75,1.35,6,2],"texture":"#0"},"west":{"uv":[6,1.35,6.75,2],"texture":"#0"},"up":{"uv":[5.75,4.25,5,3.5],"texture":"#0"},"down":{"uv":[5.75,4.5,5,5.25],"texture":"#0"}}},{"from":[7.25,8.455,6.915],"to":[8.75,9.545,8.265],"rotation":{"angle":0,"axis":"y","origin":[8,8.925,7.365]},"faces":{"east":{"uv":[2.75,5.35,2,6],"texture":"#0"},"west":{"uv":[2,5.35,2.75,6],"texture":"#0"},"up":{"uv":[5.75,2.25,5,1.5],"texture":"#0"},"down":{"uv":[5.75,2.5,5,3.25],"texture":"#0"}}},{"from":[7.249,8.679,6.164],"to":[8.751,9.171,7.141],"rotation":{"angle":22.5,"axis":"x","origin":[8,9.15,6.46]},"faces":{"north":{"uv":[7,1.5,7.75,1.75],"texture":"#0"},"east":{"uv":[4.5,7,4,7.25],"texture":"#0"},"west":{"uv":[4,7,4.5,7.25],"texture":"#0"},"down":{"uv":[3.75,5.5,3,6],"texture":"#0"}}},{"from":[7.251,8.666,6.501],"to":[8.749,9.414,7.209],"rotation":{"angle":-45,"axis":"x","origin":[8,8.96,6.5]},"faces":{"east":{"uv":[7.5,5.5,7,6],"texture":"#0"},"south":{"uv":[5,5.5,5.75,6],"texture":"#0"},"west":{"uv":[7,5.5,7.5,6],"texture":"#0"},"up":{"uv":[7.75,2.75,7,2.5],"texture":"#0"}}},{"from":[7.25,8.885,8.9],"to":[8.75,9.45,10.175],"rotation":{"angle":-45,"axis":"x","origin":[8,9.15,8.265]},"faces":{"east":{"uv":[7.75,3.5,7,3.75],"texture":"#0"},"south":{"uv":[7,3,7.75,3.25],"texture":"#0"},"west":{"uv":[7,3.5,7.75,3.75],"texture":"#0"},"up":{"uv":[6.25,0.75,5.5,0],"texture":"#0"}}},{"from":[7.249,8.959,9.689],"to":[8.751,9.636,10.141],"rotation":{"angle":-22.5,"axis":"x","origin":[8,9.15,8.265]},"faces":{"east":{"uv":[8.25,0,8,0.25],"texture":"#0"},"south":{"uv":[7,4,7.75,4.25],"texture":"#0"},"west":{"uv":[8,0,8.25,0.25],"texture":"#0"}}},{"from":[7.25,9.71,9.275],"to":[8.75,10.35,9.725],"rotation":{"angle":22.5,"axis":"x","origin":[8,9.15,8.265]},"faces":{"east":{"uv":[0.75,8,0.5,8.25],"texture":"#0"},"south":{"uv":[7,4.5,7.75,4.75],"texture":"#0"},"west":{"uv":[0.5,8,0.75,8.25],"texture":"#0"}}},{"from":[7.624,9.449,6.124],"to":[8.376,10.426,6.501],"rotation":{"angle":45,"axis":"x","origin":[8,9.75,5.75]},"faces":{"east":{"uv":[7.25,6,7,6.5],"texture":"#0"},"west":{"uv":[7,6,7.25,6.5],"texture":"#0"},"up":{"uv":[7,7.25,6.5,7],"texture":"#0"},"down":{"uv":[7.5,6.5,7,6.75],"texture":"#0"}}},{"from":[7.625,9.28,5.62],"to":[8.375,9.845,6.52],"rotation":{"angle":-22.5,"axis":"x","origin":[8,9.75,5.75]},"faces":{"north":{"uv":[7,7,7.5,7.25],"texture":"#0"},"east":{"uv":[1,7.5,0.5,7.75],"texture":"#0"},"south":{"uv":[7.5,0,8,0.25],"texture":"#0"},"west":{"uv":[0.5,7.5,1,7.75],"texture":"#0"},"up":{"uv":[4,2.5,3.5,2],"texture":"#0"}}},{"from":[7.775,9.73,5.62],"to":[8.225,10.48,6.255],"rotation":{"angle":22.5,"axis":"x","origin":[8,9.825,5.75]},"faces":{"north":{"uv":[7.5,0.5,7.75,1],"texture":"#0"},"east":{"uv":[2,7.5,1.5,8],"texture":"#0"},"south":{"uv":[7.5,1,7.75,1.5],"texture":"#0"},"west":{"uv":[1.5,7.5,2,8],"texture":"#0"}}},{"from":[7.774,10.069,5.919],"to":[8.226,10.521,6.371],"rotation":{"angle":-22.5,"axis":"x","origin":[8,10.39,6.015]},"faces":{"east":{"uv":[1.25,8,1,8.25],"texture":"#0"},"south":{"uv":[8,0.5,8.25,0.75],"texture":"#0"},"west":{"uv":[1,8,1.25,8.25],"texture":"#0"},"up":{"uv":[8.25,1.25,8,1],"texture":"#0"}}},{"from":[7.624,8.934,9.489],"to":[8.376,9.911,10.051],"rotation":{"angle":22.5,"axis":"x","origin":[8,9.205,10.255]},"faces":{"east":{"uv":[7.75,2,7.5,2.5],"texture":"#0"},"west":{"uv":[7.5,2,7.75,2.5],"texture":"#0"},"up":{"uv":[3,7.75,2.5,7.5],"texture":"#0"},"down":{"uv":[3.5,7.5,3,7.75],"texture":"#0"}}},{"from":[7.625,8.875,9.79],"to":[8.375,9.775,10.35],"rotation":{"angle":45,"axis":"x","origin":[8,9.205,10.255]},"faces":{"east":{"uv":[3.75,7.5,3.5,8],"texture":"#0"},"south":{"uv":[1,6.5,1.5,7],"texture":"#0"},"west":{"uv":[3.5,7.5,3.75,8],"texture":"#0"},"up":{"uv":[4.5,7.75,4,7.5],"texture":"#0"},"down":{"uv":[5,7.5,4.5,7.75],"texture":"#0"}}},{"from":[7.775,8.795,10.09],"to":[8.225,9.545,10.725],"rotation":{"angle":0,"axis":"x","origin":[8,9.205,10.255]},"faces":{"north":{"uv":[5,7.5,5.25,8],"texture":"#0"},"east":{"uv":[8,5.5,7.5,6],"texture":"#0"},"south":{"uv":[5.5,7.5,5.75,8],"texture":"#0"},"west":{"uv":[7.5,5.5,8,6],"texture":"#0"},"down":{"uv":[1.75,8,1.5,8.25],"texture":"#0"}}},{"from":[7.774,8.804,10.424],"to":[8.226,9.256,10.876],"rotation":{"angle":45,"axis":"x","origin":[8,9.205,10.255]},"faces":{"east":{"uv":[2.25,8,2,8.25],"texture":"#0"},"south":{"uv":[8,1.5,8.25,1.75],"texture":"#0"},"west":{"uv":[2,8,2.25,8.25],"texture":"#0"},"down":{"uv":[8.25,2,8,2.25],"texture":"#0"}}},{"from":[7.475,10.315,8.19],"to":[8.525,14.815,9.69],"rotation":{"angle":0,"axis":"y","origin":[2,3,2]},"faces":{"north":{"uv":[3,0,3.5,2.25],"texture":"#0"},"east":{"uv":[1.75,0,1,2.25],"texture":"#0"},"south":{"uv":[2.5,3,3,5.25],"texture":"#0"},"west":{"uv":[1,0,1.75,2.25],"texture":"#0"}}},{"from":[7.474,7.689,11.189],"to":[8.526,11.066,12.691],"rotation":{"angle":-22.5,"axis":"x","origin":[2,1.125,5]},"faces":{"north":{"uv":[2,3.5,2.5,5.25],"texture":"#0"},"east":{"uv":[0.75,3,0,4.75],"texture":"#0"},"west":{"uv":[0,3,0.75,4.75],"texture":"#0"},"up":{"uv":[6.5,2.75,6,2],"texture":"#0"}}},{"from":[7.815,9.58,6.935],"to":[8.19,13.33,7.685],"rotation":{"angle":-22.5,"axis":"x","origin":[8,10.875,8]},"faces":{"north":{"uv":[1.5,5.5,1.75,7.5],"texture":"#0"},"east":{"uv":[4,0,3.5,2],"texture":"#0"},"west":{"uv":[3.5,0,4,2],"texture":"#0"}}},{"from":[7.813,12.013,7.343],"to":[8.192,14.642,8.102],"rotation":{"angle":-45,"axis":"x","origin":[8,10.875,8]},"faces":{"north":{"uv":[5,6,5.25,7.25],"texture":"#0"},"east":{"uv":[0.5,5,0,6.25],"texture":"#0"},"west":{"uv":[0,5,0.5,6.25],"texture":"#0"},"up":{"uv":[7.75,7,7.5,6.5],"texture":"#0"}}},{"from":[7.814,12.659,5.399],"to":[8.191,13.601,7.276],"rotation":{"angle":0,"axis":"x","origin":[8,10.875,8]},"faces":{"east":{"uv":[6.5,0.75,5.5,1.25],"texture":"#0"},"west":{"uv":[5.5,0.75,6.5,1.25],"texture":"#0"},"up":{"uv":[6.75,7,6.5,6],"texture":"#0"}}},{"from":[7.813,12.923,7.908],"to":[8.192,13.862,8.662],"rotation":{"angle":-22.5,"axis":"x","origin":[8,10.875,8]},"faces":{"east":{"uv":[7.5,0,7,0.5],"texture":"#0"},"west":{"uv":[7,0,7.5,0.5],"texture":"#0"},"up":{"uv":[7.25,8,7,7.5],"texture":"#0"}}},{"from":[7.814,12.284,9.409],"to":[8.191,13.526,10.536],"rotation":{"angle":-45,"axis":"x","origin":[8,10.875,8]},"faces":{"east":{"uv":[1,7,0.5,7.5],"texture":"#0"},"west":{"uv":[0.25,7,1,7.5],"rotation":90,"texture":"#0"},"up":{"uv":[7.75,7.5,7.5,7],"texture":"#0"}}},{"from":[7.813,14.063,7.473],"to":[8.192,15.002,8.227],"rotation":{"angle":0,"axis":"x","origin":[8,10.875,8]},"faces":{"north":{"uv":[7.5,7.5,7.75,8],"texture":"#0"},"east":{"uv":[0.25,8,0,8.5],"texture":"#0"},"west":{"uv":[0,8,0.5,8.5],"texture":"#0"}}},{"from":[7.474,16.314,3.199],"to":[8.526,22.316,4.701],"rotation":{"angle":22.5,"axis":"x","origin":[2,3,1.885]},"faces":{"north":{"uv":[2.5,0,3,3],"texture":"#0"},"east":{"uv":[0.75,0,0,3],"texture":"#0"},"south":{"uv":[1,2.5,1.5,5.5],"texture":"#0"},"west":{"uv":[0,0,0.75,3],"texture":"#0"},"up":{"uv":[2.5,6.75,2,6],"texture":"#0"}}},{"from":[7.815,16.2,2.45],"to":[8.19,22.465,3.2],"rotation":{"angle":22.5,"axis":"x","origin":[2,3,1.885]},"faces":{"north":{"uv":[4,0,4.25,3.25],"texture":"#0"},"east":{"uv":[2.5,0,2,3.25],"texture":"#0"},"west":{"uv":[2,0,2.5,3.25],"texture":"#0"}}},{"from":[7.625,25.165,1.475],"to":[8.375,28.165,2.975],"rotation":{"angle":45,"axis":"x","origin":[2,11.89,0.165]},"faces":{"north":{"uv":[3,4,3.5,5.5],"texture":"#0"},"east":{"uv":[3.75,2.5,3,4],"texture":"#0"},"south":{"uv":[3.5,4,4,5.5],"texture":"#0"},"west":{"uv":[3,2.5,3.75,4],"texture":"#0"}}},{"from":[7.814,25.014,0.724],"to":[8.191,28.166,1.476],"rotation":{"angle":45,"axis":"x","origin":[2,11.89,0.165]},"faces":{"north":{"uv":[2.5,6,2.75,7.5],"texture":"#0"},"east":{"uv":[4.5,3.5,4,5],"texture":"#0"},"west":{"uv":[4,3.5,4.5,5],"texture":"#0"}}},{"from":[7.624,21.759,13.209],"to":[8.376,24.011,13.961],"rotation":{"angle":22.5,"axis":"x","origin":[8,22.39,12.915]},"faces":{"east":{"uv":[5,1.5,4.5,2.75],"texture":"#0"},"south":{"uv":[4.5,0,5,1.25],"texture":"#0"},"west":{"uv":[4.625,1.5,5,2.75],"texture":"#0"},"up":{"uv":[7,4,6.5,3.5],"texture":"#0"}}},{"from":[7.624,21.759,12.574],"to":[8.376,24.011,13.211],"rotation":{"angle":22.5,"axis":"x","origin":[8,22.39,12.915]},"faces":{"north":{"uv":[4.5,4.5,5,5.75],"texture":"#0"},"east":{"uv":[6.25,4.5,6,5.75],"texture":"#0"},"west":{"uv":[6,4.5,6.375,5.75],"texture":"#0"},"up":{"uv":[6.5,7.75,6,7.5],"texture":"#0"}}},{"from":[7.815,22.32,11.825],"to":[8.19,24.645,12.575],"rotation":{"angle":22.5,"axis":"x","origin":[8,22.39,12.915]},"faces":{"north":{"uv":[6,6,6.25,7.25],"texture":"#0"},"east":{"uv":[5.5,0,5,1.25],"texture":"#0"},"west":{"uv":[5,0,5.5,1.25],"texture":"#0"}}},{"from":[7.725,23.785,13.21],"to":[8.275,26.07,13.665],"rotation":{"angle":0,"axis":"x","origin":[8,22.39,12.915]},"faces":{"north":{"uv":[3,6,3.25,7.25],"texture":"#0"},"east":{"uv":[6.25,3,6,4.25],"texture":"#0"},"west":{"uv":[6,3,6.25,4.25],"texture":"#0"}}},{"from":[7.814,24.719,12.764],"to":[8.191,27.086,13.211],"rotation":{"angle":0,"axis":"x","origin":[8,22.39,12.915]},"faces":{"north":{"uv":[0,6.5,0.25,7.75],"texture":"#0"},"east":{"uv":[6.75,0,6.5,1.25],"texture":"#0"},"west":{"uv":[6.5,0,6.75,1.25],"texture":"#0"}}},{"from":[7.725,23.48,13.665],"to":[8.275,25.36,14.485],"rotation":{"angle":0,"axis":"x","origin":[8,22.39,12.915]},"faces":{"east":{"uv":[1.5,5.5,1,6.5],"texture":"#0"},"south":{"uv":[6.5,4,6.75,5],"texture":"#0"},"west":{"uv":[1,5.5,1.5,6.5],"texture":"#0"}}},{"from":[7.723,24.533,14.598],"to":[8.277,26.787,15.502],"rotation":{"angle":-22.5,"axis":"x","origin":[8,22.39,12.915]},"faces":{"north":{"uv":[3.5,6,3.75,7.25],"texture":"#0"},"east":{"uv":[5,3,4.5,4.25],"texture":"#0"},"south":{"uv":[4.5,6,4.75,7.25],"texture":"#0"},"west":{"uv":[4.5,3,5,4.25],"texture":"#0"}}},{"from":[7.815,25.66,14.26],"to":[8.19,27.535,14.6],"rotation":{"angle":-22.5,"axis":"x","origin":[8,22.39,12.915]},"faces":{"north":{"uv":[7,0.5,7.25,1.5],"texture":"#0"},"east":{"uv":[1.25,7,1,8],"texture":"#0"},"west":{"uv":[1,7,1.25,8],"texture":"#0"}}},{"from":[7.724,26.219,14.709],"to":[8.276,27.346,15.086],"rotation":{"angle":-45,"axis":"x","origin":[8,24.415,13.025]},"faces":{"north":{"uv":[7.5,6,7.75,6.5],"texture":"#0"},"east":{"uv":[6.75,7.5,6.5,8],"texture":"#0"},"west":{"uv":[6.5,7.5,6.75,8],"texture":"#0"},"up":{"uv":[8.25,2.75,8,2.5],"texture":"#0"}}},{"from":[7.725,26.59,11.395],"to":[8.275,26.965,12.705],"rotation":{"angle":22.5,"axis":"x","origin":[8,24.9,14.335]},"faces":{"east":{"uv":[7,5,7.75,5.25],"texture":"#0"},"west":{"uv":[7,5,7.75,5.25],"texture":"#0"},"up":{"uv":[2.25,7.75,2,7],"texture":"#0"}}},{"from":[7.775,22.275,2.71],"to":[8.225,26.1,3.165],"rotation":{"angle":45,"axis":"x","origin":[2,10.5,-0.4]},"faces":{"east":{"uv":[4.25,5,4,7],"texture":"#0"},"south":{"uv":[0.5,5,0.75,7],"texture":"#0"},"west":{"uv":[4,5,4.25,7],"texture":"#0"}}},{"from":[7.775,23.325,2.26],"to":[8.225,25.125,2.71],"rotation":{"angle":45,"axis":"x","origin":[2,10.5,-0.4]},"faces":{"east":{"uv":[6.75,5,6.5,6],"texture":"#0"},"west":{"uv":[6.5,5,6.75,6],"texture":"#0"}}},{"from":[7.774,17.254,10.989],"to":[8.226,17.706,12.976],"rotation":{"angle":-22.5,"axis":"x","origin":[8,18.565,8.6]},"faces":{"east":{"uv":[7.5,2,6.5,2.25],"texture":"#0"},"south":{"uv":[2.5,8,2.75,8.25],"texture":"#0"},"west":{"uv":[6.5,2,7.5,2.25],"texture":"#0"},"up":{"uv":[6.75,3.5,6.5,2.5],"texture":"#0"}}},{"from":[7.4,12.75,8.25],"to":[8.6,14.15,9.65],"faces":{"east":{"uv":[0,0,7.5,7.5],"texture":"#1"},"west":{"uv":[0,0,7.5,7.5],"texture":"#1"}}},{"from":[7.4,11,8.25],"to":[8.6,12.4,9.65],"faces":{"east":{"uv":[7.5,0,15,7.5],"texture":"#1"},"west":{"uv":[7.5,0,15,7.5],"texture":"#1"}}},{"from":[7.4,-1.15,8.25],"to":[8.6,0.25,9.65],"rotation":{"angle":0,"axis":"y","origin":[0,16,0]},"faces":{"east":{"uv":[8,7.5,15.5,15],"texture":"#1"},"west":{"uv":[8,7.5,15.5,15],"texture":"#1"}}},{"from":[7.4,0.6,8.25],"to":[8.6,2,9.65],"rotation":{"angle":0,"axis":"y","origin":[0,16,0]},"faces":{"east":{"uv":[0.5,8,8,15.5],"texture":"#1"},"west":{"uv":[0.5,8,8,15.5],"texture":"#1"}}},{"from":[7.249,3.324,7.999],"to":[8.751,4.491,9.691],"rotation":{"angle":22.5,"axis":"x","origin":[8,3.85,8.265]},"faces":{"east":{"uv":[6.75,2,6,1.35],"texture":"#0"},"west":{"uv":[6,2,6.75,1.35],"texture":"#0"},"up":{"uv":[5.75,5.25,5,4.5],"texture":"#0"},"down":{"uv":[5.75,3.5,5,4.25],"texture":"#0"}}},{"from":[7.25,3.455,6.915],"to":[8.75,4.545,8.265],"rotation":{"angle":0,"axis":"y","origin":[8,4.075,7.365]},"faces":{"east":{"uv":[2.75,6,2,5.35],"texture":"#0"},"west":{"uv":[2,6,2.75,5.35],"texture":"#0"},"up":{"uv":[5.75,3.25,5,2.5],"texture":"#0"},"down":{"uv":[5.75,1.5,5,2.25],"texture":"#0"}}},{"from":[7.249,3.829,6.164],"to":[8.751,4.321,7.141],"rotation":{"angle":-22.5,"axis":"x","origin":[8,3.85,6.46]},"faces":{"north":{"uv":[7,1.75,7.75,1.5],"texture":"#0"},"east":{"uv":[4.5,7.25,4,7],"texture":"#0"},"west":{"uv":[4,7.25,4.5,7],"texture":"#0"},"up":{"uv":[3.75,6,3,5.5],"texture":"#0"}}},{"from":[7.251,3.586,6.501],"to":[8.749,4.334,7.209],"rotation":{"angle":45,"axis":"x","origin":[8,4.04,6.5]},"faces":{"east":{"uv":[7.5,6,7,5.5],"texture":"#0"},"south":{"uv":[5,6,5.75,5.5],"texture":"#0"},"west":{"uv":[7,6,7.5,5.5],"texture":"#0"},"down":{"uv":[7.75,2.5,7,2.75],"texture":"#0"}}},{"from":[7.25,3.55,8.9],"to":[8.75,4.115,10.175],"rotation":{"angle":45,"axis":"x","origin":[8,3.85,8.265]},"faces":{"east":{"uv":[7.75,3.75,7,3.5],"texture":"#0"},"south":{"uv":[7,3.25,7.75,3],"texture":"#0"},"west":{"uv":[7,3.75,7.75,3.5],"texture":"#0"},"down":{"uv":[6.25,0,5.5,0.75],"texture":"#0"}}},{"from":[7.249,3.364,9.689],"to":[8.751,4.041,10.141],"rotation":{"angle":22.5,"axis":"x","origin":[8,3.85,8.265]},"faces":{"east":{"uv":[8.25,0.25,8,0],"texture":"#0"},"south":{"uv":[7,4.25,7.75,4],"texture":"#0"},"west":{"uv":[8,0.25,8.25,0],"texture":"#0"}}},{"from":[7.25,2.65,9.275],"to":[8.75,3.29,9.725],"rotation":{"angle":-22.5,"axis":"x","origin":[8,3.85,8.265]},"faces":{"east":{"uv":[0.75,8.25,0.5,8],"texture":"#0"},"south":{"uv":[7,4.75,7.75,4.5],"texture":"#0"},"west":{"uv":[0.5,8.25,0.75,8],"texture":"#0"}}},{"from":[7.624,2.574,6.124],"to":[8.376,3.551,6.501],"rotation":{"angle":-45,"axis":"x","origin":[8,3.25,5.75]},"faces":{"east":{"uv":[7.25,6.5,7,6],"texture":"#0"},"west":{"uv":[7,6.5,7.25,6],"texture":"#0"},"up":{"uv":[7.5,6.75,7,6.5],"texture":"#0"},"down":{"uv":[7,7,6.5,7.25],"texture":"#0"}}},{"from":[7.625,3.155,5.62],"to":[8.375,3.72,6.52],"rotation":{"angle":22.5,"axis":"x","origin":[8,3.25,5.75]},"faces":{"north":{"uv":[7,7.25,7.5,7],"texture":"#0"},"east":{"uv":[1,7.75,0.5,7.5],"texture":"#0"},"south":{"uv":[7.5,0.25,8,0],"texture":"#0"},"west":{"uv":[0.5,7.75,1,7.5],"texture":"#0"},"down":{"uv":[4,2,3.5,2.5],"texture":"#0"}}},{"from":[7.775,2.52,5.62],"to":[8.225,3.27,6.255],"rotation":{"angle":-22.5,"axis":"x","origin":[8,3.175,5.75]},"faces":{"north":{"uv":[7.5,1,7.75,0.5],"texture":"#0"},"east":{"uv":[2,8,1.5,7.5],"texture":"#0"},"south":{"uv":[7.5,1.5,7.75,1],"texture":"#0"},"west":{"uv":[1.5,8,2,7.5],"texture":"#0"}}},{"from":[7.774,2.479,5.919],"to":[8.226,2.931,6.371],"rotation":{"angle":22.5,"axis":"x","origin":[8,2.61,6.015]},"faces":{"east":{"uv":[1.25,8.25,1,8],"texture":"#0"},"south":{"uv":[8,0.75,8.25,0.5],"texture":"#0"},"west":{"uv":[1,8.25,1.25,8],"texture":"#0"},"down":{"uv":[8.25,1,8,1.25],"texture":"#0"}}},{"from":[7.624,3.089,9.489],"to":[8.376,4.066,10.051],"rotation":{"angle":-22.5,"axis":"x","origin":[8,3.795,10.255]},"faces":{"east":{"uv":[7.75,2.5,7.5,2],"texture":"#0"},"west":{"uv":[7.5,2.5,7.75,2],"texture":"#0"},"up":{"uv":[3.5,7.75,3,7.5],"texture":"#0"},"down":{"uv":[3,7.5,2.5,7.75],"texture":"#0"}}},{"from":[7.625,3.225,9.79],"to":[8.375,4.125,10.35],"rotation":{"angle":-45,"axis":"x","origin":[8,3.795,10.255]},"faces":{"east":{"uv":[3.75,8,3.5,7.5],"texture":"#0"},"south":{"uv":[1,7,1.5,6.5],"texture":"#0"},"west":{"uv":[3.5,8,3.75,7.5],"texture":"#0"},"up":{"uv":[5,7.75,4.5,7.5],"texture":"#0"},"down":{"uv":[4.5,7.5,4,7.75],"texture":"#0"}}},{"from":[7.775,3.455,10.09],"to":[8.225,4.205,10.725],"rotation":{"angle":0,"axis":"x","origin":[8,3.795,10.255]},"faces":{"north":{"uv":[5,8,5.25,7.5],"texture":"#0"},"east":{"uv":[8,6,7.5,5.5],"texture":"#0"},"south":{"uv":[5.5,8,5.75,7.5],"texture":"#0"},"west":{"uv":[7.5,6,8,5.5],"texture":"#0"},"up":{"uv":[1.75,8.25,1.5,8],"texture":"#0"}}},{"from":[7.774,3.744,10.424],"to":[8.226,4.196,10.876],"rotation":{"angle":-45,"axis":"x","origin":[8,3.795,10.255]},"faces":{"east":{"uv":[2.25,8.25,2,8],"texture":"#0"},"south":{"uv":[8,1.75,8.25,1.5],"texture":"#0"},"west":{"uv":[2,8.25,2.25,8],"texture":"#0"},"up":{"uv":[8.25,2.25,8,2],"texture":"#0"}}},{"from":[7.475,-1.815,8.19],"to":[8.525,2.685,9.69],"rotation":{"angle":0,"axis":"y","origin":[2,10,2]},"faces":{"north":{"uv":[3,2.25,3.5,0],"texture":"#0"},"east":{"uv":[1.75,2.25,1,0],"texture":"#0"},"south":{"uv":[2.5,5.25,3,3],"texture":"#0"},"west":{"uv":[1,2.25,1.75,0],"texture":"#0"}}},{"from":[7.474,1.934,11.189],"to":[8.526,5.311,12.691],"rotation":{"angle":22.5,"axis":"x","origin":[2,11.875,5]},"faces":{"north":{"uv":[2,5.25,2.5,3.5],"texture":"#0"},"east":{"uv":[0.75,4.75,0,3],"texture":"#0"},"west":{"uv":[0,4.75,0.75,3],"texture":"#0"},"down":{"uv":[6.5,2,6,2.75],"texture":"#0"}}},{"from":[7.815,-0.33,6.935],"to":[8.19,3.42,7.685],"rotation":{"angle":22.5,"axis":"x","origin":[8,2.125,8]},"faces":{"north":{"uv":[1.5,7.5,1.75,5.5],"texture":"#0"},"east":{"uv":[4,2,3.5,0],"texture":"#0"},"west":{"uv":[3.5,2,4,0],"texture":"#0"}}},{"from":[7.813,-1.642,7.343],"to":[8.192,0.987,8.102],"rotation":{"angle":45,"axis":"x","origin":[8,2.125,8]},"faces":{"north":{"uv":[5,7.25,5.25,6],"texture":"#0"},"east":{"uv":[0.5,6.25,0,5],"texture":"#0"},"west":{"uv":[0,6.25,0.5,5],"texture":"#0"},"down":{"uv":[7.75,6.5,7.5,7],"texture":"#0"}}},{"from":[7.814,-0.601,5.399],"to":[8.191,0.341,7.276],"rotation":{"angle":0,"axis":"x","origin":[8,2.125,8]},"faces":{"east":{"uv":[6.5,1.25,5.5,0.75],"texture":"#0"},"west":{"uv":[5.5,1.25,6.5,0.75],"texture":"#0"},"down":{"uv":[6.75,6,6.5,7],"texture":"#0"}}},{"from":[7.813,-0.862,7.908],"to":[8.192,0.077,8.662],"rotation":{"angle":22.5,"axis":"x","origin":[8,2.125,8]},"faces":{"east":{"uv":[7.5,0.5,7,0],"texture":"#0"},"west":{"uv":[7,0.5,7.5,0],"texture":"#0"},"down":{"uv":[7.25,7.5,7,8],"texture":"#0"}}},{"from":[7.814,-0.526,9.409],"to":[8.191,0.716,10.536],"rotation":{"angle":45,"axis":"x","origin":[8,2.125,8]},"faces":{"east":{"uv":[1,7.5,0.5,7],"texture":"#0"},"west":{"uv":[0.5,7.5,1,7],"texture":"#0"},"down":{"uv":[7.75,7,7.5,7.5],"texture":"#0"}}},{"from":[7.813,-2.002,7.473],"to":[8.192,-1.063,8.227],"rotation":{"angle":0,"axis":"x","origin":[8,2.125,8]},"faces":{"north":{"uv":[7.5,8,7.75,7.5],"texture":"#0"},"east":{"uv":[0.25,8.5,0,8],"texture":"#0"},"west":{"uv":[0,8.5,0.25,8],"texture":"#0"}}},{"from":[7.474,-9.316,3.199],"to":[8.526,-3.314,4.701],"rotation":{"angle":-22.5,"axis":"x","origin":[2,10,1.885]},"faces":{"north":{"uv":[2.5,3,3,0],"texture":"#0"},"east":{"uv":[0.75,3,0,0],"texture":"#0"},"south":{"uv":[1,5.5,1.5,2.5],"texture":"#0"},"west":{"uv":[0,3,0.75,0],"texture":"#0"},"down":{"uv":[2.5,6,2,6.75],"texture":"#0"}}},{"from":[7.815,-9.465,2.45],"to":[8.19,-3.2,3.2],"rotation":{"angle":-22.5,"axis":"x","origin":[2,10,1.885]},"faces":{"north":{"uv":[4,3.25,4.25,0],"texture":"#0"},"east":{"uv":[2.5,3.25,2,0],"texture":"#0"},"west":{"uv":[2,3.25,2.5,0],"texture":"#0"}}},{"from":[7.625,-15.165,1.475],"to":[8.375,-12.165,2.975],"rotation":{"angle":-45,"axis":"x","origin":[2,1.11,0.165]},"faces":{"north":{"uv":[3,5.5,3.5,4],"texture":"#0"},"east":{"uv":[3.75,4,3,2.5],"texture":"#0"},"south":{"uv":[3.5,5.5,4,4],"texture":"#0"},"west":{"uv":[3,4,3.75,2.5],"texture":"#0"}}},{"from":[7.814,-15.166,0.724],"to":[8.191,-12.014,1.476],"rotation":{"angle":-45,"axis":"x","origin":[2,1.11,0.165]},"faces":{"north":{"uv":[2.5,7.5,2.75,6],"texture":"#0"},"east":{"uv":[4.5,5,4,3.5],"texture":"#0"},"west":{"uv":[4,5,4.5,3.5],"texture":"#0"}}},{"from":[7.624,-11.011,13.209],"to":[8.376,-8.759,13.961],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-9.39,12.915]},"faces":{"east":{"uv":[5,2.75,4.5,1.5],"texture":"#0"},"south":{"uv":[4.5,1.25,5,0],"texture":"#0"},"west":{"uv":[4.625,2.75,5,1.5],"texture":"#0"},"down":{"uv":[7,3.5,6.5,4],"texture":"#0"}}},{"from":[7.624,-11.011,12.574],"to":[8.376,-8.759,13.211],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-9.39,12.915]},"faces":{"north":{"uv":[4.5,5.75,5,4.5],"texture":"#0"},"east":{"uv":[6.25,5.75,6,4.5],"texture":"#0"},"west":{"uv":[6,5.75,6.375,4.5],"texture":"#0"},"down":{"uv":[6.5,7.5,6,7.75],"texture":"#0"}}},{"from":[7.815,-11.645,11.825],"to":[8.19,-9.32,12.575],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-9.39,12.915]},"faces":{"north":{"uv":[6,7.25,6.25,6],"texture":"#0"},"east":{"uv":[5.5,1.25,5,0],"texture":"#0"},"west":{"uv":[5,1.25,5.5,0],"texture":"#0"}}},{"from":[7.725,-13.07,13.21],"to":[8.275,-10.785,13.665],"rotation":{"angle":0,"axis":"x","origin":[8,-9.39,12.915]},"faces":{"north":{"uv":[3,7.25,3.25,6],"texture":"#0"},"east":{"uv":[6.25,4.25,6,3],"texture":"#0"},"west":{"uv":[6,4.25,6.25,3],"texture":"#0"}}},{"from":[7.814,-14.086,12.764],"to":[8.191,-11.719,13.211],"rotation":{"angle":0,"axis":"x","origin":[8,-9.39,12.915]},"faces":{"north":{"uv":[0,7.75,0.25,6.5],"texture":"#0"},"east":{"uv":[6.75,1.25,6.5,0],"texture":"#0"},"west":{"uv":[6.5,1.25,6.75,0],"texture":"#0"}}},{"from":[7.725,-12.36,13.665],"to":[8.275,-10.48,14.485],"rotation":{"angle":0,"axis":"x","origin":[8,-9.39,12.915]},"faces":{"east":{"uv":[1.5,6.5,1,5.5],"texture":"#0"},"south":{"uv":[6.5,5,6.75,4],"texture":"#0"},"west":{"uv":[1,6.5,1.5,5.5],"texture":"#0"}}},{"from":[7.723,-13.787,14.598],"to":[8.277,-11.533,15.502],"rotation":{"angle":22.5,"axis":"x","origin":[8,-9.39,12.915]},"faces":{"north":{"uv":[3.5,7.25,3.75,6],"texture":"#0"},"east":{"uv":[5,4.25,4.5,3],"texture":"#0"},"south":{"uv":[4.5,7.25,4.75,6],"texture":"#0"},"west":{"uv":[4.5,4.25,5,3],"texture":"#0"}}},{"from":[7.815,-14.535,14.26],"to":[8.19,-12.66,14.6],"rotation":{"angle":22.5,"axis":"x","origin":[8,-9.39,12.915]},"faces":{"north":{"uv":[7,1.5,7.25,0.5],"texture":"#0"},"east":{"uv":[1.25,8,1,7],"texture":"#0"},"west":{"uv":[1,8,1.25,7],"texture":"#0"}}},{"from":[7.724,-14.346,14.709],"to":[8.276,-13.219,15.086],"rotation":{"angle":45,"axis":"x","origin":[8,-11.415,13.025]},"faces":{"north":{"uv":[7.5,6.5,7.75,6],"texture":"#0"},"east":{"uv":[6.75,8,6.5,7.5],"texture":"#0"},"west":{"uv":[6.5,8,6.75,7.5],"texture":"#0"},"down":{"uv":[8.25,2.5,8,2.75],"texture":"#0"}}},{"from":[7.725,-13.965,11.395],"to":[8.275,-13.59,12.705],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-11.9,14.335]},"faces":{"east":{"uv":[7,5.25,7.75,5],"texture":"#0"},"west":{"uv":[7,5.25,7.75,5],"texture":"#0"},"down":{"uv":[2.25,7,2,7.75],"texture":"#0"}}},{"from":[7.775,-13.1,2.71],"to":[8.225,-9.275,3.165],"rotation":{"angle":-45,"axis":"x","origin":[2,2.5,-0.4]},"faces":{"east":{"uv":[4.25,7,4,5],"texture":"#0"},"south":{"uv":[0.5,7,0.75,5],"texture":"#0"},"west":{"uv":[4,7,4.25,5],"texture":"#0"}}},{"from":[7.775,-12.125,2.26],"to":[8.225,-10.325,2.71],"rotation":{"angle":-45,"axis":"x","origin":[2,2.5,-0.4]},"faces":{"east":{"uv":[6.75,6,6.5,5],"texture":"#0"},"west":{"uv":[6.5,6,6.75,5],"texture":"#0"}}},{"from":[7.774,-4.706,10.989],"to":[8.226,-4.254,12.976],"rotation":{"angle":22.5,"axis":"x","origin":[8,-5.565,8.6]},"faces":{"east":{"uv":[7.5,2.25,6.5,2],"texture":"#0"},"south":{"uv":[2.5,8.25,2.75,8],"texture":"#0"},"west":{"uv":[6.5,2.25,7.5,2],"texture":"#0"},"down":{"uv":[6.75,2.5,6.5,3.5],"texture":"#0"}}},{"from":[8,-10.125,14],"to":[8,22.875,14.225],"rotation":{"angle":0,"axis":"y","origin":[-4,0,-4]},"faces":{"east":{"uv":[8.25,0,8.325,8],"texture":"#0"},"west":{"uv":[8.25,0,8.325,8],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[-2,5,0],"translation":[0,-0.25,1.5],"scale":[1.18,1.2,1.2]},"thirdperson_lefthand":{"rotation":[-2,5,0],"translation":[0,-0.25,1.5],"scale":[1.18,1.2,1.2]},"firstperson_righthand":{"rotation":[-10,8,4],"translation":[3.75,3.75,-4],"scale":[1.18,1.2,1.2]},"firstperson_lefthand":{"rotation":[-10,8,4],"translation":[3.75,3.75,-4],"scale":[1.18,1.2,1.2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/boltslinger_repeater.json b/assets/minecraft/models/item/wynn/skin/bow/boltslinger_repeater.json new file mode 100644 index 000000000..6d8816fa9 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/boltslinger_repeater.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"1":"skins/wood_full","2":"skins/gems","3":"skins/soul_heart","5":"skins/repeater"},"elements":[{"from":[7.395,0.645,2.645],"to":[8.605,3.855,7.355],"rotation":{"angle":0,"axis":"y","origin":[15,8.25,10.25]},"faces":{"north":{"uv":[1,12,5,14],"rotation":90,"texture":"#5"},"east":{"uv":[1,10.5,5,16],"rotation":90,"texture":"#5"},"south":{"uv":[1,12,5,14],"rotation":90,"texture":"#5"},"west":{"uv":[0.5,12,6,16],"rotation":180,"texture":"#5"},"up":{"uv":[1,12,6.5,14],"rotation":90,"texture":"#5"},"down":{"uv":[1,12,6.5,14],"rotation":90,"texture":"#5"}}},{"from":[7.19,3.34,0.94],"to":[8.81,3.96,12.31],"rotation":{"angle":0,"axis":"y","origin":[15,11.15,8.75]},"faces":{"north":{"uv":[4,0,5,2],"rotation":270,"texture":"#5"},"east":{"uv":[4,0,5,8],"rotation":90,"texture":"#5"},"south":{"uv":[4,8,4.62,9.62],"rotation":270,"texture":"#5"},"west":{"uv":[4,0,5,8],"rotation":270,"texture":"#5"},"up":{"uv":[4,0,6,8],"texture":"#5"},"down":{"uv":[4,0,5,8],"rotation":180,"texture":"#5"}}},{"from":[7.5,1.94609,1.9183],"to":[8.5,2.94609,3.4183],"rotation":{"angle":22.5,"axis":"x","origin":[8.5,2.94609,2.1683]},"faces":{"north":{"uv":[3.5,5,5,6],"texture":"#5"},"east":{"uv":[3.5,5,5,6],"texture":"#5"},"south":{"uv":[3.5,5,5,6],"texture":"#5"},"west":{"uv":[3.5,5,5,6],"texture":"#5"},"up":{"uv":[3.5,5,5,6],"texture":"#5"},"down":{"uv":[3.5,5,5,6],"texture":"#5"}}},{"from":[7.5,1.94609,8.5817],"to":[8.5,2.94609,12.5817],"rotation":{"angle":-22.5,"axis":"x","origin":[8.5,2.94609,9.8317]},"faces":{"north":{"uv":[1.5,13,2.5,14],"texture":"#5"},"east":{"uv":[1.5,13,5.5,14],"texture":"#5"},"south":{"uv":[1.5,13,2.5,14],"texture":"#5"},"west":{"uv":[1.5,13,5.5,14],"texture":"#5"},"up":{"uv":[1.5,12,2.5,16],"texture":"#5"},"down":{"uv":[1.5,12,5.5,13],"rotation":90,"texture":"#5"}}},{"from":[7.75,2.37549,7.43498],"to":[8.25,3.37549,10.93498],"rotation":{"angle":0,"axis":"x","origin":[8.25,2.87549,9.18498]},"faces":{"north":{"uv":[3,8,7,9],"texture":"#1"},"east":{"uv":[3,8,7,9],"texture":"#1"},"south":{"uv":[3,8,7,9],"texture":"#1"},"west":{"uv":[3,8,7,9],"texture":"#1"},"up":{"uv":[3,8,7,9],"texture":"#1"},"down":{"uv":[3,8,7,9],"texture":"#1"}}},{"from":[7.51,1.55385,5.06954],"to":[8.49,2.53385,9.04954],"rotation":{"angle":0,"axis":"x","origin":[8,2.04385,7.05954]},"faces":{"north":{"uv":[1.5,13,2.5,14],"texture":"#5"},"east":{"uv":[2,13,6,14],"texture":"#5"},"south":{"uv":[1.5,13,2.5,14],"texture":"#5"},"west":{"uv":[1.5,13,5.5,14],"texture":"#5"},"up":{"uv":[1.5,12,2.5,16],"texture":"#5"},"down":{"uv":[1.5,11,5.5,12],"rotation":90,"texture":"#5"}}},{"from":[7.501,2.25313,1.23057],"to":[8.499,3.75113,2.22857],"rotation":{"angle":-22.5,"axis":"x","origin":[8,3.00213,1.72957]},"faces":{"north":{"uv":[3.5,5,5,6],"rotation":270,"texture":"#5"},"east":{"uv":[3.5,5,5,6],"rotation":270,"texture":"#5"},"south":{"uv":[3.5,5,5,6],"rotation":270,"texture":"#5"},"west":{"uv":[3.5,5,5,6],"rotation":270,"texture":"#5"},"up":{"uv":[3.5,5,5,6],"rotation":270,"texture":"#5"},"down":{"uv":[3.5,5,5,6],"rotation":270,"texture":"#5"}}},{"from":[6.501,2.75313,0.98057],"to":[9.499,3.75113,1.97857],"rotation":{"angle":0,"axis":"z","origin":[7.25,3.25213,1.47957]},"faces":{"north":{"uv":[4,5,5.5,6],"texture":"#5"},"east":{"uv":[4,5,5.5,6],"texture":"#5"},"south":{"uv":[4,5,5.5,6],"texture":"#5"},"west":{"uv":[4,5,5.5,6],"texture":"#5"},"up":{"uv":[4,5,5.5,6],"texture":"#5"},"down":{"uv":[4,5,5.5,6],"texture":"#5"}}},{"from":[7.29,0.54,2.79],"to":[8.71,3.71,3.21],"rotation":{"angle":0,"axis":"y","origin":[15,8.25,-4.5]},"faces":{"north":{"uv":[0,11,3.5,9.5],"rotation":270,"texture":"#3"},"east":{"uv":[2,12.5,0.5,16],"rotation":180,"texture":"#3"},"south":{"uv":[2,12.5,0.5,16],"rotation":180,"texture":"#3"},"west":{"uv":[2.5,12.5,1,16],"rotation":180,"texture":"#3"},"up":{"uv":[2,12.5,0.5,16],"rotation":180,"texture":"#3"},"down":{"uv":[0.5,11,1,9.5],"rotation":270,"texture":"#3"}}},{"from":[6.39,1.64,2.64],"to":[9.61,2.86,7.36],"rotation":{"angle":0,"axis":"z","origin":[8,2.25,4.25]},"faces":{"north":{"uv":[1,12,3,16],"rotation":90,"texture":"#5"},"east":{"uv":[0.5,14,6,16],"rotation":180,"texture":"#5"},"south":{"uv":[1,12,3,16],"rotation":90,"texture":"#5"},"west":{"uv":[0.5,14,6,16],"rotation":180,"texture":"#5"},"up":{"uv":[1,12,6.5,16],"rotation":90,"texture":"#5"},"down":{"uv":[1,12,6.5,16],"rotation":90,"texture":"#5"}}},{"from":[7.01,1.26,2.26],"to":[8.99,3.24,7.74],"rotation":{"angle":0,"axis":"z","origin":[8,2.25,3.25]},"faces":{"north":{"uv":[1,1,2.98,2.98],"rotation":180,"texture":"#5"},"east":{"uv":[1,1,6.48,2.98],"rotation":180,"texture":"#5"},"south":{"uv":[1,1,2.98,2.98],"rotation":180,"texture":"#5"},"west":{"uv":[1,1,6.48,2.98],"rotation":180,"texture":"#5"},"up":{"uv":[1,1,2.98,6.48],"rotation":180,"texture":"#5"},"down":{"uv":[1,1,2.98,6.48],"rotation":180,"texture":"#5"}}},{"from":[6.7,1.45,2.45],"to":[9.3,3.05,7.55],"rotation":{"angle":0,"axis":"z","origin":[7.5,2.25,3.25]},"faces":{"north":{"uv":[1,1,3.6,2.6],"rotation":180,"texture":"#5"},"east":{"uv":[1,1,6.1,2.6],"rotation":180,"texture":"#5"},"south":{"uv":[1,1,3.6,2.6],"rotation":180,"texture":"#5"},"west":{"uv":[1,1,6.1,2.6],"rotation":180,"texture":"#5"},"up":{"uv":[1,1,3.6,6.1],"rotation":180,"texture":"#5"},"down":{"uv":[1,1,3.6,6.1],"rotation":180,"texture":"#5"}}},{"from":[7.2,0.95,2.45],"to":[8.8,3.55,7.55],"rotation":{"angle":0,"axis":"z","origin":[8,2.25,3.25]},"faces":{"north":{"uv":[1,1,3.6,2.6],"rotation":270,"texture":"#5"},"east":{"uv":[1,1,3.6,6.1],"rotation":270,"texture":"#5"},"south":{"uv":[1,1,3.6,2.6],"rotation":270,"texture":"#5"},"west":{"uv":[1,1,3.6,6.1],"rotation":270,"texture":"#5"},"up":{"uv":[1,1,6.1,2.6],"rotation":270,"texture":"#5"},"down":{"uv":[1,1,6.1,2.6],"rotation":270,"texture":"#5"}}},{"from":[6.29,1.54,2.79],"to":[9.71,2.96,3.21],"rotation":{"angle":0,"axis":"z","origin":[8,2.25,1.5]},"faces":{"north":{"uv":[4,10.4,5.5,10],"rotation":270,"texture":"#3"},"east":{"uv":[4,10.4,5.5,10],"rotation":270,"texture":"#3"},"south":{"uv":[4,10.4,5.5,10],"rotation":270,"texture":"#3"},"west":{"uv":[4,10.4,5.5,10],"rotation":270,"texture":"#3"},"up":{"uv":[5,13.4,5.4,10],"rotation":270,"texture":"#3"},"down":{"uv":[4,10.4,4.5,10],"rotation":270,"texture":"#3"}}},{"from":[7.4,0.65,2.65],"to":[8.6,3.85,7.35],"rotation":{"angle":45,"axis":"z","origin":[8,2.25,4.25]},"faces":{"north":{"uv":[1,12,5,14],"rotation":90,"texture":"#5"},"east":{"uv":[1,10.5,5,16],"rotation":90,"texture":"#5"},"south":{"uv":[1,12,5,14],"rotation":90,"texture":"#5"},"west":{"uv":[1,10.5,5,16],"rotation":90,"texture":"#5"},"up":{"uv":[1,12,6.5,14],"rotation":90,"texture":"#5"},"down":{"uv":[1,12,6.5,14],"rotation":90,"texture":"#5"}}},{"from":[7.3,0.55,2.8],"to":[8.7,3.95,3.2],"rotation":{"angle":45,"axis":"z","origin":[8,2.25,1.5]},"faces":{"north":{"uv":[3.5,14,7,12.5],"rotation":270,"texture":"#3"},"east":{"uv":[8,11.4,11.4,11],"rotation":90,"texture":"#3"},"south":{"uv":[3.5,13.5,6.9,12.1],"rotation":270,"texture":"#3"},"west":{"uv":[8,11.4,11.4,11],"rotation":90,"texture":"#3"},"up":{"uv":[8.4,11,8,12.4],"rotation":90,"texture":"#3"},"down":{"uv":[2,12,3.5,12.5],"rotation":180,"texture":"#3"}}},{"from":[6.4,1.65,2.65],"to":[9.6,2.85,7.35],"rotation":{"angle":45,"axis":"z","origin":[8,2.25,4.25]},"faces":{"north":{"uv":[1,12,3,16],"rotation":90,"texture":"#5"},"east":{"uv":[1,14,6.5,16],"rotation":180,"texture":"#5"},"south":{"uv":[1,12,3,16],"rotation":90,"texture":"#5"},"west":{"uv":[1,13.5,6.5,15.5],"rotation":180,"texture":"#5"},"up":{"uv":[1,12,6.5,16],"rotation":90,"texture":"#5"},"down":{"uv":[1,12,6.5,16],"rotation":90,"texture":"#5"}}},{"from":[6.3,1.55,2.8],"to":[9.7,2.95,3.2],"rotation":{"angle":45,"axis":"z","origin":[8,2.25,1.5]},"faces":{"north":{"uv":[6.9,12.5,3.5,13.9],"texture":"#3"},"east":{"uv":[8.4,11,8,12.4],"rotation":180,"texture":"#3"},"south":{"uv":[6.9,9.5,3.5,10.9],"rotation":180,"texture":"#3"},"west":{"uv":[2,12,2.5,13.5],"rotation":180,"texture":"#3"},"up":{"uv":[8,11.4,11.4,11],"texture":"#3"},"down":{"uv":[8,11.4,11.4,11],"texture":"#3"}}},{"from":[6.29,1.54,6.79],"to":[9.71,2.96,7.21],"rotation":{"angle":0,"axis":"z","origin":[8,2.25,5.5]},"faces":{"north":{"uv":[4,10.4,5.5,10],"rotation":270,"texture":"#3"},"east":{"uv":[4,10.4,5.5,10],"rotation":270,"texture":"#3"},"south":{"uv":[4,10.4,5.5,10],"rotation":270,"texture":"#3"},"west":{"uv":[4,10.4,5.5,10],"rotation":270,"texture":"#3"},"up":{"uv":[5,13.4,5.4,10],"rotation":270,"texture":"#3"},"down":{"uv":[4,10.4,4.5,10],"rotation":270,"texture":"#3"}}},{"from":[7.3,0.55,6.8],"to":[8.7,3.95,7.2],"rotation":{"angle":45,"axis":"z","origin":[8,2.25,5.5]},"faces":{"north":{"uv":[3.5,14,7,12.5],"rotation":270,"texture":"#3"},"east":{"uv":[8,11.4,11.4,11],"rotation":90,"texture":"#3"},"south":{"uv":[3.5,13.5,6.9,12.1],"rotation":270,"texture":"#3"},"west":{"uv":[8,11.4,11.4,11],"rotation":90,"texture":"#3"},"up":{"uv":[8.4,11,8,12.4],"rotation":90,"texture":"#3"},"down":{"uv":[2,12,3.5,12.5],"rotation":180,"texture":"#3"}}},{"from":[6.3,1.55,6.8],"to":[9.7,2.95,7.2],"rotation":{"angle":45,"axis":"z","origin":[8,2.25,5.5]},"faces":{"north":{"uv":[6.9,12.5,3.5,13.9],"texture":"#3"},"east":{"uv":[8.4,11,8,12.4],"rotation":180,"texture":"#3"},"south":{"uv":[6.9,9.5,3.5,10.9],"rotation":180,"texture":"#3"},"west":{"uv":[2,12,2.5,13.5],"rotation":180,"texture":"#3"},"up":{"uv":[8,11.4,11.4,11],"texture":"#3"},"down":{"uv":[8,11.4,11.4,11],"texture":"#3"}}},{"from":[7.29,0.54,6.79],"to":[8.71,3.71,7.21],"rotation":{"angle":0,"axis":"y","origin":[15,8.25,-0.5]},"faces":{"north":{"uv":[0,11,3.5,9.5],"rotation":270,"texture":"#3"},"east":{"uv":[2,12.5,0.5,16],"rotation":180,"texture":"#3"},"south":{"uv":[2,12.5,0.5,16],"rotation":180,"texture":"#3"},"west":{"uv":[2.5,12.5,1,16],"rotation":180,"texture":"#3"},"up":{"uv":[2,12.5,0.5,16],"rotation":180,"texture":"#3"},"down":{"uv":[0.5,11,1,9.5],"rotation":270,"texture":"#3"}}},{"from":[9.75,2.15,2.4],"to":[9.95,2.35,6.75],"rotation":{"angle":-45,"axis":"z","origin":[8,2.25,5]},"faces":{"north":{"uv":[0,9.5,0.5,10],"rotation":180,"texture":"#5"},"east":{"uv":[0,9.5,3,10],"rotation":180,"texture":"#5"},"south":{"uv":[2.5,9.5,3,10],"rotation":180,"texture":"#5"},"west":{"uv":[0,9.5,3,10],"rotation":180,"texture":"#5"},"up":{"uv":[0,9.5,3,10],"rotation":90,"texture":"#5"},"down":{"uv":[0,9.5,3,10],"rotation":270,"texture":"#5"}}},{"from":[9.75,2.15,2.4],"to":[9.95,2.35,6.75],"rotation":{"angle":0,"axis":"z","origin":[8,2.25,5]},"faces":{"north":{"uv":[0,9.5,0.5,10],"rotation":180,"texture":"#5"},"east":{"uv":[0,9.5,3,10],"rotation":180,"texture":"#5"},"south":{"uv":[2.5,9.5,3,10],"rotation":180,"texture":"#5"},"west":{"uv":[0,9.5,3,10],"rotation":180,"texture":"#5"},"up":{"uv":[0,9.5,3,10],"rotation":90,"texture":"#5"},"down":{"uv":[0,9.5,3,10],"rotation":270,"texture":"#5"}}},{"from":[9.75,2.15,2.4],"to":[9.95,2.35,6.75],"rotation":{"angle":45,"axis":"z","origin":[8,2.25,5]},"faces":{"north":{"uv":[0,9.5,0.5,10],"rotation":180,"texture":"#5"},"east":{"uv":[0,9.5,3,10],"rotation":180,"texture":"#5"},"south":{"uv":[2.5,9.5,3,10],"rotation":180,"texture":"#5"},"west":{"uv":[0,9.5,3,10],"rotation":180,"texture":"#5"},"up":{"uv":[0,9.5,3,10],"rotation":90,"texture":"#5"},"down":{"uv":[0,9.5,3,10],"rotation":270,"texture":"#5"}}},{"from":[7.9,0.3,2.4],"to":[8.1,0.5,6.75],"rotation":{"angle":0,"axis":"z","origin":[8,2.25,5]},"faces":{"north":{"uv":[0,9.5,0.5,10],"rotation":180,"texture":"#5"},"east":{"uv":[0,9.5,3,10],"rotation":180,"texture":"#5"},"south":{"uv":[2.5,9.5,3,10],"rotation":180,"texture":"#5"},"west":{"uv":[0,9.5,3,10],"texture":"#5"},"up":{"uv":[0,9.5,3,10],"rotation":90,"texture":"#5"},"down":{"uv":[0,9.5,3,10],"rotation":270,"texture":"#5"}}},{"from":[7.9,3.9,3.6],"to":[8.1,4.1,9.05],"rotation":{"angle":45,"axis":"z","origin":[8,4,7.74167]},"faces":{"north":{"uv":[0,9.5,0.5,10],"rotation":180,"texture":"#5"},"east":{"uv":[0,9.5,3,10],"rotation":180,"texture":"#5"},"south":{"uv":[2.5,9.5,3,10],"rotation":180,"texture":"#5"},"west":{"uv":[0,9.5,3,10],"texture":"#5"},"up":{"uv":[0,9.5,3,10],"rotation":90,"texture":"#5"},"down":{"uv":[0,9.5,3,10],"rotation":270,"texture":"#5"}}},{"from":[6.05,2.15,2.4],"to":[6.25,2.35,6.75],"rotation":{"angle":45,"axis":"z","origin":[8,2.25,5]},"faces":{"north":{"uv":[0,9.5,0.5,10],"rotation":180,"texture":"#5"},"east":{"uv":[0,9.5,3,10],"rotation":180,"texture":"#5"},"south":{"uv":[2.5,9.5,3,10],"rotation":180,"texture":"#5"},"west":{"uv":[0,9.5,3,10],"texture":"#5"},"up":{"uv":[0,9.5,3,10],"rotation":90,"texture":"#5"},"down":{"uv":[0,9.5,3,10],"rotation":270,"texture":"#5"}}},{"from":[6.05,2.15,2.4],"to":[6.25,2.35,6.75],"rotation":{"angle":0,"axis":"z","origin":[8,2.25,5]},"faces":{"north":{"uv":[0,9.5,0.5,10],"rotation":180,"texture":"#5"},"east":{"uv":[0,9.5,3,10],"rotation":180,"texture":"#5"},"south":{"uv":[2.5,9.5,3,10],"rotation":180,"texture":"#5"},"west":{"uv":[0,9.5,3,10],"texture":"#5"},"up":{"uv":[0,9.5,3,10],"rotation":90,"texture":"#5"},"down":{"uv":[0,9.5,3,10],"rotation":270,"texture":"#5"}}},{"from":[7.9,4,2.4],"to":[8.1,4.2,6.75],"rotation":{"angle":45,"axis":"z","origin":[8,2.25,5]},"faces":{"north":{"uv":[0,9.5,0.5,10],"rotation":180,"texture":"#5"},"east":{"uv":[0,9.5,3,10],"rotation":180,"texture":"#5"},"south":{"uv":[2.5,9.5,3,10],"rotation":180,"texture":"#5"},"west":{"uv":[0,9.5,3,10],"texture":"#5"},"up":{"uv":[0,9.5,3,10],"rotation":90,"texture":"#5"},"down":{"uv":[0,9.5,3,10],"rotation":270,"texture":"#5"}}},{"from":[6.39185,3.50815,6.7],"to":[6.99185,3.60815,7.8],"rotation":{"angle":45,"axis":"z","origin":[6.69185,3.55815,7.25]},"faces":{"north":{"uv":[14.5,3,15,3.5],"rotation":270,"texture":"#2"},"east":{"uv":[14.5,3,15,4],"rotation":90,"texture":"#2"},"south":{"uv":[15,3.5,15.5,4],"rotation":90,"texture":"#2"},"west":{"uv":[14.5,3,15,4],"rotation":270,"texture":"#2"},"up":{"uv":[14.5,3,15.5,3.5],"rotation":90,"texture":"#2"},"down":{"uv":[14.5,3,15,4],"rotation":180,"texture":"#2"}}},{"from":[9.55,2.2,6.7],"to":[10.15,2.3,7.8],"rotation":{"angle":0,"axis":"z","origin":[9.85,2.25,7]},"faces":{"north":{"uv":[14.5,3,15,3.5],"rotation":180,"texture":"#2"},"east":{"uv":[14.5,3,15.5,3.5],"rotation":180,"texture":"#2"},"south":{"uv":[15,3.5,15.5,4],"rotation":180,"texture":"#2"},"west":{"uv":[14.5,3,15,4],"rotation":270,"texture":"#2"},"up":{"uv":[14.5,3,15,4],"texture":"#2"},"down":{"uv":[14.5,3,15,4],"rotation":180,"texture":"#2"}}},{"from":[9.81,1.96,6.71],"to":[9.89,2.54,7.79],"rotation":{"angle":0,"axis":"z","origin":[9.85,2.25,7.25]},"faces":{"north":{"uv":[14.5,3,15,3.5],"rotation":270,"texture":"#2"},"east":{"uv":[14.5,3,15,4],"rotation":90,"texture":"#2"},"south":{"uv":[15,3.5,15.5,4],"rotation":90,"texture":"#2"},"west":{"uv":[14.5,3,15,4],"rotation":270,"texture":"#2"},"up":{"uv":[14.5,3,15.5,3.5],"rotation":90,"texture":"#2"},"down":{"uv":[14.5,3,15,4],"rotation":180,"texture":"#2"}}},{"from":[9.8,1.95,6.7],"to":[9.9,2.55,7.8],"rotation":{"angle":-45,"axis":"z","origin":[8,2.25,5]},"faces":{"north":{"uv":[14.5,3,15,3.5],"rotation":270,"texture":"#2"},"east":{"uv":[14.5,3,15,4],"rotation":90,"texture":"#2"},"south":{"uv":[15,3.5,15.5,4],"rotation":90,"texture":"#2"},"west":{"uv":[14.5,3,15,4],"rotation":270,"texture":"#2"},"up":{"uv":[14.5,3,15.5,3.5],"rotation":90,"texture":"#2"},"down":{"uv":[14.5,3,15,4],"rotation":180,"texture":"#2"}}},{"from":[9.00815,0.89185,6.7],"to":[9.60815,0.99185,7.8],"rotation":{"angle":-45,"axis":"z","origin":[9.30815,0.94185,7]},"faces":{"north":{"uv":[14.5,3,15,3.5],"rotation":270,"texture":"#2"},"east":{"uv":[14.5,3,15,4],"rotation":90,"texture":"#2"},"south":{"uv":[15,3.5,15.5,4],"rotation":90,"texture":"#2"},"west":{"uv":[14.5,3,15,4],"rotation":270,"texture":"#2"},"up":{"uv":[14.5,3,15.5,3.5],"rotation":90,"texture":"#2"},"down":{"uv":[14.5,3,15,4],"rotation":180,"texture":"#2"}}},{"from":[9.00815,3.50815,6.7],"to":[9.60815,3.60815,7.8],"rotation":{"angle":45,"axis":"z","origin":[9.30815,3.55815,7]},"faces":{"north":{"uv":[14.5,3,15,3.5],"rotation":270,"texture":"#2"},"east":{"uv":[14.5,3,15,4],"rotation":90,"texture":"#2"},"south":{"uv":[15,3.5,15.5,4],"rotation":90,"texture":"#2"},"west":{"uv":[14.5,3,15,4],"rotation":270,"texture":"#2"},"up":{"uv":[14.5,3,15.5,3.5],"rotation":90,"texture":"#2"},"down":{"uv":[14.5,3,15,4],"rotation":180,"texture":"#2"}}},{"from":[9.8,1.95,6.7],"to":[9.9,2.55,7.8],"rotation":{"angle":45,"axis":"z","origin":[8,2.25,5]},"faces":{"north":{"uv":[14.5,3,15,3.5],"rotation":270,"texture":"#2"},"east":{"uv":[14.5,3,15,4],"rotation":90,"texture":"#2"},"south":{"uv":[15,3.5,15.5,4],"rotation":90,"texture":"#2"},"west":{"uv":[14.5,3,15,4],"rotation":270,"texture":"#2"},"up":{"uv":[14.5,3,15.5,3.5],"rotation":90,"texture":"#2"},"down":{"uv":[14.5,3,15,4],"rotation":180,"texture":"#2"}}},{"from":[7.95,0.1,6.7],"to":[8.05,0.7,7.8],"rotation":{"angle":0,"axis":"z","origin":[8,0.4,7]},"faces":{"north":{"uv":[14.5,3,15,3.5],"rotation":270,"texture":"#2"},"east":{"uv":[14.5,3,15,4],"rotation":90,"texture":"#2"},"south":{"uv":[15,3.5,15.5,4],"rotation":90,"texture":"#2"},"west":{"uv":[14.5,3,15,4],"rotation":270,"texture":"#2"},"up":{"uv":[14.5,3,15.5,3.5],"rotation":90,"texture":"#2"},"down":{"uv":[14.5,3,15,4],"rotation":180,"texture":"#2"}}},{"from":[7.95,3.7,7.9],"to":[8.05,4.3,9],"rotation":{"angle":45,"axis":"z","origin":[8,4,7.74167]},"faces":{"north":{"uv":[14.5,3,15,3.5],"rotation":270,"texture":"#2"},"east":{"uv":[14.5,3,15,4],"rotation":90,"texture":"#2"},"south":{"uv":[15,3.5,15.5,4],"rotation":90,"texture":"#2"},"west":{"uv":[14.5,3,15,4],"rotation":270,"texture":"#2"},"up":{"uv":[14.5,3,15.5,3.5],"rotation":90,"texture":"#2"},"down":{"uv":[14.5,3,15,4],"rotation":180,"texture":"#2"}}},{"from":[7.7,0.35,6.7],"to":[8.3,0.45,7.8],"rotation":{"angle":0,"axis":"z","origin":[8,2.25,5]},"faces":{"north":{"uv":[14.5,3,15,3.5],"rotation":270,"texture":"#2"},"east":{"uv":[14.5,3,15,4],"rotation":90,"texture":"#2"},"south":{"uv":[15,3.5,15.5,4],"rotation":90,"texture":"#2"},"west":{"uv":[14.5,3,15,4],"rotation":270,"texture":"#2"},"up":{"uv":[14.5,3,15.5,3.5],"rotation":90,"texture":"#2"},"down":{"uv":[14.5,3,15,4],"rotation":180,"texture":"#2"}}},{"from":[7.7,3.95,7.9],"to":[8.3,4.05,9],"rotation":{"angle":45,"axis":"z","origin":[8,4,7.74167]},"faces":{"north":{"uv":[14.5,3,15,3.5],"rotation":270,"texture":"#2"},"east":{"uv":[14.5,3,15,4],"rotation":90,"texture":"#2"},"south":{"uv":[15,3.5,15.5,4],"rotation":90,"texture":"#2"},"west":{"uv":[14.5,3,15,4],"rotation":270,"texture":"#2"},"up":{"uv":[14.5,3,15.5,3.5],"rotation":90,"texture":"#2"},"down":{"uv":[14.5,3,15,4],"rotation":180,"texture":"#2"}}},{"from":[6.39185,0.89185,6.7],"to":[6.99185,0.99185,7.8],"rotation":{"angle":45,"axis":"z","origin":[6.69185,0.94185,7]},"faces":{"north":{"uv":[14.5,3,15,3.5],"rotation":270,"texture":"#2"},"east":{"uv":[14.5,3,15,4],"rotation":90,"texture":"#2"},"south":{"uv":[15,3.5,15.5,4],"rotation":90,"texture":"#2"},"west":{"uv":[14.5,3,15,4],"rotation":270,"texture":"#2"},"up":{"uv":[14.5,3,15.5,3.5],"rotation":90,"texture":"#2"},"down":{"uv":[14.5,3,15,4],"rotation":180,"texture":"#2"}}},{"from":[6.1,1.95,6.7],"to":[6.2,2.55,7.8],"rotation":{"angle":45,"axis":"z","origin":[8,2.25,5]},"faces":{"north":{"uv":[14.5,3,15,3.5],"rotation":270,"texture":"#2"},"east":{"uv":[14.5,3,15,4],"rotation":90,"texture":"#2"},"south":{"uv":[15,3.5,15.5,4],"rotation":90,"texture":"#2"},"west":{"uv":[14.5,3,15,4],"rotation":270,"texture":"#2"},"up":{"uv":[14.5,3,15.5,3.5],"rotation":90,"texture":"#2"},"down":{"uv":[14.5,3,15,4],"rotation":180,"texture":"#2"}}},{"from":[5.85,2.2,6.7],"to":[6.45,2.3,7.8],"rotation":{"angle":0,"axis":"z","origin":[6.15,2.25,7]},"faces":{"north":{"uv":[14.5,3,15,3.5],"rotation":270,"texture":"#2"},"east":{"uv":[14.5,3,15,4],"rotation":90,"texture":"#2"},"south":{"uv":[15,3.5,15.5,4],"rotation":90,"texture":"#2"},"west":{"uv":[14.5,3,15,4],"rotation":270,"texture":"#2"},"up":{"uv":[14.5,3,15.5,3.5],"rotation":90,"texture":"#2"},"down":{"uv":[14.5,3,15,4],"rotation":180,"texture":"#2"}}},{"from":[6.1,1.95,6.7],"to":[6.2,2.55,7.8],"rotation":{"angle":0,"axis":"z","origin":[8,2.25,5]},"faces":{"north":{"uv":[14.5,3,15,3.5],"rotation":270,"texture":"#2"},"east":{"uv":[14.5,3,15,4],"rotation":90,"texture":"#2"},"south":{"uv":[15,3.5,15.5,4],"rotation":90,"texture":"#2"},"west":{"uv":[14.5,3,15,4],"rotation":270,"texture":"#2"},"up":{"uv":[14.5,3,15.5,3.5],"rotation":90,"texture":"#2"},"down":{"uv":[14.5,3,15,4],"rotation":180,"texture":"#2"}}},{"from":[6.64185,3.25815,6.7],"to":[6.74185,3.85815,7.8],"rotation":{"angle":45,"axis":"z","origin":[6.69185,3.55815,7.25]},"faces":{"north":{"uv":[14.5,3,15,3.5],"rotation":270,"texture":"#2"},"east":{"uv":[14.5,3,15,4],"rotation":90,"texture":"#2"},"south":{"uv":[15,3.5,15.5,4],"rotation":90,"texture":"#2"},"west":{"uv":[14.5,3,15,4],"rotation":270,"texture":"#2"},"up":{"uv":[14.5,3,15.5,3.5],"rotation":90,"texture":"#2"},"down":{"uv":[14.5,3,15,4],"rotation":180,"texture":"#2"}}},{"from":[7.24,2.93,11.38],"to":[8.76,4.45,13.9],"rotation":{"angle":0,"axis":"y","origin":[8,10.65,18.45]},"faces":{"north":{"uv":[3,4,4.5,5.5],"rotation":270,"texture":"#5"},"east":{"uv":[4.5,4.5,6,7],"rotation":90,"texture":"#5"},"south":{"uv":[1,0,2.5,2.5],"rotation":270,"texture":"#5"},"west":{"uv":[4.5,4.5,6,7],"rotation":270,"texture":"#5"},"up":{"uv":[4.5,4.5,6,7],"texture":"#5"},"down":{"uv":[4.5,4.5,6,7],"rotation":180,"texture":"#5"}}},{"from":[7.30043,2.42296,13.4714],"to":[8.70043,3.82296,16.8714],"rotation":{"angle":22.5,"axis":"x","origin":[8.01902,3.11644,15.15932]},"faces":{"north":{"uv":[3,4,4.4,5.4],"texture":"#5"},"east":{"uv":[3,4,6.4,5.4],"texture":"#5"},"south":{"uv":[3,4,4.4,5.4],"texture":"#5"},"west":{"uv":[3,4,6.4,5.4],"texture":"#5"},"up":{"uv":[3,4,4.4,7.4],"texture":"#5"},"down":{"uv":[3,4,4.4,7.4],"texture":"#5"}}},{"from":[7.50187,0.31695,15.21614],"to":[8.50187,3.31695,16.21614],"rotation":{"angle":22.5,"axis":"x","origin":[8.02501,1.82509,15.70179]},"faces":{"north":{"uv":[1.5,12.5,4.5,13.5],"rotation":90,"texture":"#5"},"east":{"uv":[1.5,12.5,4.5,13.5],"rotation":90,"texture":"#5"},"south":{"uv":[1.5,12.5,4.5,13.5],"rotation":90,"texture":"#5"},"west":{"uv":[1.5,12.5,4.5,13.5],"rotation":90,"texture":"#5"},"up":{"uv":[1.5,12.5,2.5,13.5],"rotation":90,"texture":"#5"},"down":{"uv":[1.5,12.5,2.5,13.5],"rotation":90,"texture":"#5"}}},{"from":[7.6007,0.25283,14.17823],"to":[8.4007,5.05283,14.97823],"rotation":{"angle":-45,"axis":"x","origin":[8.02705,1.66892,14.58813]},"faces":{"north":{"uv":[1.5,12.5,6.3,13.3],"rotation":270,"texture":"#5"},"east":{"uv":[1.5,12.5,6.3,13.3],"rotation":270,"texture":"#5"},"south":{"uv":[1.5,12.5,6.3,13.3],"rotation":270,"texture":"#5"},"west":{"uv":[1.5,12.5,6.3,13.3],"rotation":270,"texture":"#5"},"up":{"uv":[1.5,12.5,2.3,13.3],"rotation":270,"texture":"#5"},"down":{"uv":[1.5,12.5,2.3,13.3],"rotation":270,"texture":"#5"}}},{"from":[7.721,1.46106,9.52889],"to":[8.281,2.02106,10.08889],"rotation":{"angle":0,"axis":"x","origin":[8.01366,2.23876,9.79106]},"faces":{"north":{"uv":[0.5,11.5,1.5,12.5],"rotation":90,"texture":"#1"},"east":{"uv":[0.5,11.5,1.5,12.5],"rotation":90,"texture":"#1"},"south":{"uv":[0.5,11.5,1.5,12.5],"rotation":90,"texture":"#1"},"west":{"uv":[0.5,11.5,1.5,12.5],"rotation":90,"texture":"#1"},"up":{"uv":[0.5,11.5,1.5,12.5],"rotation":90,"texture":"#1"},"down":{"uv":[0.5,11.5,1.5,12.5],"rotation":90,"texture":"#1"}}},{"from":[7.81633,0.83253,13.22684],"to":[8.17633,1.19253,13.58684],"rotation":{"angle":-22.5,"axis":"x","origin":[8.01112,1.31373,13.12716]},"faces":{"north":{"uv":[14,12,15,13],"rotation":270,"texture":"#1"},"east":{"uv":[14,12,15,13],"rotation":270,"texture":"#1"},"south":{"uv":[14,12,15,13],"rotation":270,"texture":"#1"},"west":{"uv":[14,12,15,13],"rotation":270,"texture":"#1"},"up":{"uv":[14,12,15,13],"rotation":270,"texture":"#1"},"down":{"uv":[14,12,15,13],"rotation":270,"texture":"#1"}}},{"from":[7.69633,0.53185,13.30919],"to":[8.29633,1.13185,13.90919],"rotation":{"angle":22.5,"axis":"x","origin":[8.01643,0.83591,13.59212]},"faces":{"north":{"uv":[15,12,16,13],"texture":"#1"},"east":{"uv":[15,12,16,13],"texture":"#1"},"south":{"uv":[15,12,16,13],"texture":"#1"},"west":{"uv":[15,12,16,13],"texture":"#1"},"up":{"uv":[15,12,16,13],"texture":"#1"},"down":{"uv":[15,12,16,13],"texture":"#1"}}},{"from":[7.74093,0.89099,8.86914],"to":[8.26093,1.41099,9.38914],"rotation":{"angle":-22.5,"axis":"x","origin":[8.01283,3.15484,9.11339]},"faces":{"north":{"uv":[3,10,4,11],"rotation":90,"texture":"#1"},"east":{"uv":[3,10,4,11],"rotation":90,"texture":"#1"},"south":{"uv":[3,10,4,11],"rotation":90,"texture":"#1"},"west":{"uv":[3,10,4,11],"rotation":90,"texture":"#1"},"up":{"uv":[3,10,4,11],"rotation":90,"texture":"#1"},"down":{"uv":[3,10,4,11],"rotation":90,"texture":"#1"}}},{"from":[7.81763,1.21076,12.97557],"to":[8.17763,1.57076,13.33557],"rotation":{"angle":45,"axis":"x","origin":[8.0147,1.1574,13.23262]},"faces":{"north":{"uv":[14,12,15,13],"rotation":180,"texture":"#1"},"east":{"uv":[14,12,15,13],"rotation":180,"texture":"#1"},"south":{"uv":[14,12,15,13],"rotation":180,"texture":"#1"},"west":{"uv":[14,12,15,13],"rotation":180,"texture":"#1"},"up":{"uv":[14,12,15,13],"rotation":180,"texture":"#1"},"down":{"uv":[14,12,15,13],"rotation":180,"texture":"#1"}}},{"from":[7.76071,0.42436,9.17197],"to":[8.24071,0.90436,9.65197],"rotation":{"angle":-45,"axis":"x","origin":[8.01358,1.6741,9.39809]},"faces":{"north":{"uv":[6,10,7,11],"rotation":90,"texture":"#1"},"east":{"uv":[6,10,7,11],"rotation":90,"texture":"#1"},"south":{"uv":[6,10,7,11],"rotation":90,"texture":"#1"},"west":{"uv":[6,10,7,11],"rotation":90,"texture":"#1"},"up":{"uv":[6,10,7,11],"rotation":90,"texture":"#1"},"down":{"uv":[6,10,7,11],"rotation":90,"texture":"#1"}}},{"from":[7.81847,1.20909,12.76528],"to":[8.17847,1.56909,13.12528],"rotation":{"angle":22.5,"axis":"x","origin":[8.01686,1.05297,13.38936]},"faces":{"north":{"uv":[12,11.5,13,12.5],"rotation":180,"texture":"#1"},"east":{"uv":[12,11.5,13,12.5],"rotation":180,"texture":"#1"},"south":{"uv":[12,11.5,13,12.5],"rotation":180,"texture":"#1"},"west":{"uv":[12,11.5,13,12.5],"rotation":180,"texture":"#1"},"up":{"uv":[12,11.5,13,12.5],"rotation":180,"texture":"#1"},"down":{"uv":[12,11.5,13,12.5],"rotation":180,"texture":"#1"}}},{"from":[7.78027,0.54709,10.21807],"to":[8.22027,0.98709,10.65807],"rotation":{"angle":22.5,"axis":"x","origin":[8.01502,0.76979,10.42062]},"faces":{"north":{"uv":[6.5,11,7.5,12],"texture":"#1"},"east":{"uv":[6.5,11,7.5,12],"texture":"#1"},"south":{"uv":[6.5,11,7.5,12],"texture":"#1"},"west":{"uv":[6.5,11,7.5,12],"texture":"#1"},"up":{"uv":[6.5,11,7.5,12],"texture":"#1"},"down":{"uv":[6.5,11,7.5,12],"texture":"#1"}}},{"from":[7.81886,1.4083,12.65023],"to":[8.17886,1.7683,13.01023],"rotation":{"angle":0,"axis":"x","origin":[8.01685,1.01562,13.57409]},"faces":{"north":{"uv":[11,11.5,12,12.5],"rotation":180,"texture":"#1"},"east":{"uv":[11,11.5,12,12.5],"rotation":180,"texture":"#1"},"south":{"uv":[11,11.5,12,12.5],"rotation":180,"texture":"#1"},"west":{"uv":[11,11.5,12,12.5],"rotation":180,"texture":"#1"},"up":{"uv":[11,11.5,12,12.5],"rotation":180,"texture":"#1"},"down":{"uv":[11,11.5,12,12.5],"rotation":180,"texture":"#1"}}},{"from":[7.79967,0.74584,10.43437],"to":[8.19967,1.14584,12.83437],"rotation":{"angle":-22.5,"axis":"x","origin":[8.01592,0.95318,11.1189]},"faces":{"north":{"uv":[7.5,9.5,7.9,9.9],"texture":"#1"},"east":{"uv":[7.5,9.5,9.9,9.9],"rotation":180,"texture":"#1"},"south":{"uv":[7.5,9.5,7.9,9.9],"texture":"#1"},"west":{"uv":[7.5,9.5,9.9,9.9],"texture":"#1"},"up":{"uv":[7.5,9.5,7.9,11.9],"texture":"#1"},"down":{"uv":[7.5,9.5,7.9,11.9],"texture":"#1"}}},{"from":[7.6,4.35835,7.84204],"to":[8.4,4.65835,8.64204],"rotation":{"angle":45,"axis":"y","origin":[8.00913,4.50873,8.23253]},"faces":{"north":{"uv":[9,10.5,9.8,10.8],"texture":"#1"},"east":{"uv":[9,10.5,9.8,10.8],"texture":"#1"},"south":{"uv":[9,10.5,9.8,10.8],"texture":"#1"},"west":{"uv":[9,10.5,9.8,10.8],"texture":"#1"},"up":{"uv":[9,10.5,9.8,11.3],"texture":"#1"},"down":{"uv":[9,10.5,9.8,11.3],"texture":"#1"}}},{"from":[7.55,4.6,8.25],"to":[8.45,5,9.65],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99433,4.81223,9.19346]},"faces":{"north":{"uv":[6.5,10.5,6.9,11.4],"rotation":270,"texture":"#1"},"east":{"uv":[6.5,10.5,6.9,11.9],"rotation":270,"texture":"#1"},"south":{"uv":[6.5,10.5,6.9,11.4],"rotation":270,"texture":"#1"},"west":{"uv":[6.5,10.5,6.9,11.9],"rotation":270,"texture":"#1"},"up":{"uv":[6.5,10.5,7.9,11.4],"rotation":270,"texture":"#1"},"down":{"uv":[6.5,10.5,7.9,11.4],"rotation":270,"texture":"#1"}}},{"from":[7.54833,4.51625,10.29871],"to":[8.44833,4.91625,11.69871],"rotation":{"angle":22.5,"axis":"x","origin":[8.01258,4.71483,10.98838]},"faces":{"north":{"uv":[4,10.5,4.9,10.9],"texture":"#1"},"east":{"uv":[4,10.5,5.4,10.9],"texture":"#1"},"south":{"uv":[4,10.5,4.9,10.9],"texture":"#1"},"west":{"uv":[4,10.5,5.4,10.9],"texture":"#1"},"up":{"uv":[4,10.5,4.9,11.9],"texture":"#1"},"down":{"uv":[4,10.5,4.9,11.9],"texture":"#1"}}},{"from":[7.49825,2.84628,10.87042],"to":[8.49825,4.34628,12.37042],"rotation":{"angle":45,"axis":"x","origin":[8.01287,3.8375,11.86458]},"faces":{"north":{"uv":[1,10,2,11.5],"texture":"#1"},"east":{"uv":[1,10,2,11.5],"texture":"#1"},"south":{"uv":[1,10,2,11.5],"texture":"#1"},"west":{"uv":[1,10,2,11.5],"texture":"#1"},"up":{"uv":[1,10,2,11.5],"texture":"#1"},"down":{"uv":[1,10,2,11.5],"texture":"#1"}}},{"from":[7.85,4.65,8.15],"to":[8.15,4.95,10.9],"rotation":{"angle":-22.5,"axis":"x","origin":[8.34433,4.71223,8.89346]},"faces":{"north":{"uv":[2.5,2.5,5.5,2.8],"texture":"#5"},"east":{"uv":[2.5,2.5,5.5,2.8],"texture":"#5"},"south":{"uv":[2.5,2.5,5.5,2.8],"texture":"#5"},"west":{"uv":[2.5,2.5,5.5,2.8],"texture":"#5"},"up":{"uv":[2.5,2.5,2.8,5.5],"texture":"#5"},"down":{"uv":[2.5,2.5,5.5,2.8],"texture":"#5"}}},{"from":[7.55849,4.77165,9.55367],"to":[8.43849,5.15165,10.43367],"rotation":{"angle":0,"axis":"x","origin":[7.99281,4.97388,10.48714]},"faces":{"north":{"uv":[5,11,5.88,11.38],"rotation":180,"texture":"#1"},"east":{"uv":[5,11,5.88,11.38],"rotation":180,"texture":"#1"},"south":{"uv":[5,11,5.88,11.38],"rotation":180,"texture":"#1"},"west":{"uv":[5,11,5.88,11.38],"rotation":180,"texture":"#1"},"up":{"uv":[5,11,5.88,11.88],"rotation":180,"texture":"#1"},"down":{"uv":[5,11,5.88,11.88],"rotation":180,"texture":"#1"}}},{"from":[7.86045,4.45365,10.29552],"to":[8.14045,5.43365,10.57552],"rotation":{"angle":-22.5,"axis":"x","origin":[8.01159,5.74876,10.1291]},"faces":{"north":{"uv":[3.5,5.5,4.48,5.78],"rotation":270,"texture":"#5"},"east":{"uv":[3.5,5.5,4.48,5.78],"rotation":270,"texture":"#5"},"south":{"uv":[3.5,5.5,4.48,5.78],"rotation":270,"texture":"#5"},"west":{"uv":[3.5,5.5,4.48,5.78],"rotation":270,"texture":"#5"},"up":{"uv":[3.5,5.5,3.78,5.78],"rotation":270,"texture":"#5"},"down":{"uv":[3.5,5.5,3.78,5.78],"rotation":270,"texture":"#5"}}},{"from":[4.04,2.64213,0.51957],"to":[7.26,4.66213,1.53957],"rotation":{"angle":0,"axis":"z","origin":[6.55,3.15213,1.02957]},"faces":{"north":{"uv":[3,9.5,6,12.5],"texture":"#1"},"east":{"uv":[3,9.5,4,12.5],"texture":"#1"},"south":{"uv":[3,9.5,6,12.5],"rotation":180,"texture":"#1"},"west":{"uv":[6,9.5,7,12.5],"texture":"#1"},"up":{"uv":[3.5,10,6.5,11],"rotation":180,"texture":"#1"},"down":{"uv":[3,9.5,6,10.5],"texture":"#1"}}},{"from":[4.3185,3.30228,0.52957],"to":[6.1185,5.30228,1.52957],"rotation":{"angle":22.5,"axis":"z","origin":[5.8185,4.30228,1.02957]},"faces":{"north":{"uv":[3,9.5,4.8,11.5],"texture":"#1"},"east":{"uv":[3,9.5,4,11.5],"texture":"#1"},"south":{"uv":[3,9.5,4.8,11.5],"texture":"#1"},"west":{"uv":[3,9.5,4,11.5],"texture":"#1"},"up":{"uv":[3,9.5,4.8,10.5],"texture":"#1"},"down":{"uv":[3,9.5,4.8,10.5],"texture":"#1"}}},{"from":[7.65254,4.31228,0.53957],"to":[10.68254,5.29228,1.51957],"rotation":{"angle":22.5,"axis":"z","origin":[10.39254,4.30228,1.02957]},"faces":{"north":{"uv":[1,9.5,2,12.55],"rotation":270,"texture":"#1"},"east":{"uv":[1,9.5,2,10.5],"rotation":270,"texture":"#1"},"south":{"uv":[1,9.5,2,12.55],"rotation":270,"texture":"#1"},"west":{"uv":[1,9.5,2,10.5],"rotation":270,"texture":"#1"},"up":{"uv":[1,9.5,2,12.55],"rotation":270,"texture":"#1"},"down":{"uv":[1,9.5,2,12.55],"rotation":270,"texture":"#1"}}},{"from":[5.32246,4.31728,0.54457],"to":[8.34246,5.28728,1.51457],"rotation":{"angle":-22.5,"axis":"z","origin":[5.60746,4.30228,1.02957]},"faces":{"north":{"uv":[1,12.55,2,9.5],"rotation":270,"texture":"#1"},"east":{"uv":[1,10.5,2,9.5],"rotation":270,"texture":"#1"},"south":{"uv":[1,12.55,2,9.5],"rotation":270,"texture":"#1"},"west":{"uv":[1,10.5,2,9.5],"rotation":270,"texture":"#1"},"up":{"uv":[1,12.55,2,9.5],"rotation":270,"texture":"#1"},"down":{"uv":[1,12.55,2,9.5],"rotation":270,"texture":"#1"}}},{"from":[7.55126,2.95157,0.54457],"to":[10.57126,3.92157,1.51457],"rotation":{"angle":-22.5,"axis":"z","origin":[8,3.20409,1.02957]},"faces":{"north":{"uv":[1,13.55,2,9.5],"rotation":90,"texture":"#1"},"east":{"uv":[1,10.5,2,9.5],"rotation":90,"texture":"#1"},"south":{"uv":[1,13.55,2,9.5],"rotation":90,"texture":"#1"},"west":{"uv":[1,10.5,2,9.5],"rotation":90,"texture":"#1"},"up":{"uv":[1,13.55,2,9.5],"rotation":90,"texture":"#1"},"down":{"uv":[1,13.55,2,9.5],"rotation":90,"texture":"#1"}}},{"from":[5.42374,2.94657,0.53957],"to":[8.45374,3.92657,1.51957],"rotation":{"angle":22.5,"axis":"z","origin":[8,3.20409,1.02957]},"faces":{"north":{"uv":[1,9.5,2,13.55],"rotation":90,"texture":"#1"},"east":{"uv":[1,9.5,2,10.5],"rotation":90,"texture":"#1"},"south":{"uv":[1,9.5,2,13.55],"rotation":90,"texture":"#1"},"west":{"uv":[1,9.5,2,10.5],"rotation":90,"texture":"#1"},"up":{"uv":[1,9.5,2,13.55],"rotation":90,"texture":"#1"},"down":{"uv":[1,9.5,2,13.55],"rotation":90,"texture":"#1"}}},{"from":[4.3222,2.00644,0.53357],"to":[6.1122,3.99644,1.52357],"rotation":{"angle":-22.5,"axis":"z","origin":[5.8172,3.00144,1.02857]},"faces":{"north":{"uv":[2.5,8.5,4.3,10.5],"texture":"#1"},"east":{"uv":[2.5,8.5,3.5,10.5],"texture":"#1"},"south":{"uv":[2.5,8.5,4.3,10.5],"texture":"#1"},"west":{"uv":[2.5,8.5,3.5,10.5],"texture":"#1"},"up":{"uv":[2.5,8.5,4.3,9.5],"texture":"#1"},"down":{"uv":[2.5,8.5,4.3,9.5],"texture":"#1"}}},{"from":[5.2,3.15213,0.02957],"to":[6.05,4.00213,1.12957],"rotation":{"angle":-45,"axis":"z","origin":[5.75,3.70213,0.57957]},"faces":{"north":{"uv":[4,1.5,5.5,3],"texture":"#2"},"east":{"uv":[4,1.5,5.5,3],"rotation":270,"texture":"#2"},"south":{"uv":[4,1.5,5.5,3],"texture":"#2"},"west":{"uv":[5.5,1.5,4,3],"texture":"#2"},"up":{"uv":[4.5,1.5,6,3],"texture":"#2"},"down":{"uv":[4,1.5,5.5,3],"texture":"#2"}}},{"from":[9.95,3.15213,0.02957],"to":[10.8,4.00213,1.12957],"rotation":{"angle":45,"axis":"z","origin":[10.25,3.70213,0.57957]},"faces":{"north":{"uv":[5.5,1.5,4,3],"texture":"#2"},"east":{"uv":[4,1.5,5.5,3],"texture":"#2"},"south":{"uv":[5.5,1.5,4,3],"texture":"#2"},"west":{"uv":[4,3,5.5,1.5],"rotation":270,"texture":"#2"},"up":{"uv":[6,1.5,4.5,3],"texture":"#2"},"down":{"uv":[5.5,1.5,4,3],"texture":"#2"}}},{"from":[1.94561,3.46213,1.90604],"to":[5.52561,3.94213,2.98604],"rotation":{"angle":45,"axis":"y","origin":[2.94593,3.70213,2.653]},"faces":{"north":{"uv":[2,11.5,5.6,12],"texture":"#3"},"east":{"uv":[0.5,11.5,1.6,12],"texture":"#3"},"south":{"uv":[2,11.5,5.6,12],"rotation":180,"texture":"#3"},"west":{"uv":[2,11.5,3.1,12],"texture":"#3"},"up":{"uv":[2,11.5,5.6,12.5],"rotation":180,"texture":"#3"},"down":{"uv":[2,11.5,5.6,12.6],"rotation":180,"texture":"#3"}}},{"from":[1.99186,2.65213,1.95506],"to":[5.24186,4.65213,2.95506],"rotation":{"angle":45,"axis":"y","origin":[2.94593,3.65213,2.653]},"faces":{"north":{"uv":[8,9.5,11.25,11.5],"texture":"#1"},"east":{"uv":[5,10.5,7,11.5],"rotation":90,"texture":"#1"},"south":{"uv":[7,9.5,10.25,11.5],"rotation":180,"texture":"#1"},"west":{"uv":[6.5,10.5,8.5,11.5],"rotation":270,"texture":"#1"},"up":{"uv":[7,11.5,10.25,12.5],"rotation":180,"texture":"#1"},"down":{"uv":[8,9.5,11.25,10.5],"texture":"#1"}}},{"from":[2.5,3.40213,1.27957],"to":[3.1,4.00213,1.87957],"rotation":{"angle":-45,"axis":"z","origin":[2.8,3.70213,1.82957]},"faces":{"north":{"uv":[5,4.5,6,5.5],"texture":"#2"},"east":{"uv":[5,4.5,6,5.5],"rotation":270,"texture":"#2"},"south":{"uv":[5,4.5,6,5.5],"texture":"#2"},"west":{"uv":[5,4.5,6,5.5],"rotation":270,"texture":"#2"},"up":{"uv":[5,4.5,6,5.5],"rotation":270,"texture":"#2"},"down":{"uv":[5,4.5,6,5.5],"rotation":270,"texture":"#2"}}},{"from":[2.3,3.20213,1.47957],"to":[3.3,4.20213,2.47957],"rotation":{"angle":-45,"axis":"z","origin":[2.8,3.70213,2.22957]},"faces":{"north":{"uv":[4,11,5.5,12.5],"texture":"#3"},"east":{"uv":[4,11,5.5,12.5],"rotation":90,"texture":"#3"},"south":{"uv":[4,11,5.5,12.5],"rotation":90,"texture":"#3"},"west":{"uv":[4,11,5.5,12.5],"rotation":90,"texture":"#3"},"up":{"uv":[4,11,5.5,12.5],"rotation":90,"texture":"#3"},"down":{"uv":[4,11,5.5,12.5],"rotation":90,"texture":"#3"}}},{"from":[2.7723,3.45213,3.32426],"to":[3.8723,3.95213,6.92426],"rotation":{"angle":-22.5,"axis":"y","origin":[3.47127,3.80213,0.37343]},"faces":{"north":{"uv":[6,12,7.1,12.5],"texture":"#3"},"east":{"uv":[6,12,9.6,12.5],"rotation":180,"texture":"#3"},"south":{"uv":[8.5,12,9.6,12.5],"texture":"#3"},"west":{"uv":[6,12,9.6,12.5],"texture":"#3"},"up":{"uv":[6,12,9.6,13],"rotation":90,"texture":"#3"},"down":{"uv":[6,12,9.6,13],"rotation":270,"texture":"#3"}}},{"from":[10.47439,3.46213,1.90604],"to":[14.05439,3.94213,2.98604],"rotation":{"angle":-45,"axis":"y","origin":[13.05407,3.70213,2.653]},"faces":{"north":{"uv":[5.6,11.5,2,12],"texture":"#3"},"east":{"uv":[3.1,11.5,2,12],"texture":"#3"},"south":{"uv":[5.6,11.5,2,12],"rotation":180,"texture":"#3"},"west":{"uv":[1.6,11.5,0.5,12],"texture":"#3"},"up":{"uv":[5.6,11.5,2,12.5],"rotation":180,"texture":"#3"},"down":{"uv":[5.6,11.5,2,12.6],"rotation":180,"texture":"#3"}}},{"from":[12.1277,3.45213,3.32426],"to":[13.2277,3.95213,6.92426],"rotation":{"angle":22.5,"axis":"y","origin":[12.52873,3.80213,0.37343]},"faces":{"north":{"uv":[7.1,12,6,12.5],"texture":"#3"},"east":{"uv":[9.6,12,6,12.5],"texture":"#3"},"south":{"uv":[7.1,12,6,12.5],"texture":"#3"},"west":{"uv":[9.6,12,6,12.5],"rotation":180,"texture":"#3"},"up":{"uv":[6,13,9.6,12],"rotation":90,"texture":"#3"},"down":{"uv":[6,13,9.6,12],"rotation":270,"texture":"#3"}}},{"from":[0.25678,3.80213,7.77377],"to":[7.95678,4.00213,7.97377],"rotation":{"angle":-22.5,"axis":"y","origin":[4.80678,3.90213,8.57377]},"faces":{"north":{"uv":[12,11.5,13.1,12],"rotation":180,"texture":"#5"},"east":{"uv":[12,11.5,13.1,12],"texture":"#5"},"south":{"uv":[12,11.5,13.1,12],"texture":"#5"},"west":{"uv":[12,11.5,13.1,12],"texture":"#5"},"up":{"uv":[12,11.5,13.1,12],"texture":"#5"},"down":{"uv":[12,11.5,13.1,12],"texture":"#5"}}},{"from":[8.04322,3.80213,7.77377],"to":[15.74322,4.00213,7.97377],"rotation":{"angle":22.5,"axis":"y","origin":[11.19322,3.90213,8.57377]},"faces":{"north":{"uv":[13.1,11.5,12,12],"rotation":180,"texture":"#5"},"east":{"uv":[13.1,11.5,12,12],"texture":"#5"},"south":{"uv":[13.1,11.5,12,12],"texture":"#5"},"west":{"uv":[13.1,11.5,12,12],"texture":"#5"},"up":{"uv":[13,11.5,12,12],"texture":"#5"},"down":{"uv":[13.1,11.5,12,12],"texture":"#5"}}},{"from":[2.94835,2.80213,3.29487],"to":[3.74835,4.60213,6.84487],"rotation":{"angle":-22.5,"axis":"y","origin":[3.47127,3.80213,0.37343]},"faces":{"north":{"uv":[9.25,10.5,11.25,11.5],"rotation":90,"texture":"#1"},"east":{"uv":[12.25,9.5,16,11.5],"texture":"#1"},"south":{"uv":[9.25,10.5,11.25,11.5],"rotation":270,"texture":"#1"},"west":{"uv":[11.25,9.5,15,11.5],"texture":"#1"},"up":{"uv":[11.25,11,15,12],"rotation":90,"texture":"#1"},"down":{"uv":[12.25,9.5,16,10.5],"rotation":90,"texture":"#1"}}},{"from":[10.75814,2.65213,1.95506],"to":[14.00814,4.65213,2.95506],"rotation":{"angle":-45,"axis":"y","origin":[13.05407,3.65213,2.653]},"faces":{"north":{"uv":[11.25,9.5,8,11.5],"texture":"#1"},"east":{"uv":[6.5,11.5,8.5,10.5],"rotation":270,"texture":"#1"},"south":{"uv":[10.25,9.5,7,11.5],"rotation":180,"texture":"#1"},"west":{"uv":[5,11.5,7,10.5],"rotation":90,"texture":"#1"},"up":{"uv":[10.25,11.5,7,12.5],"rotation":180,"texture":"#1"},"down":{"uv":[11.25,9.5,8,10.5],"texture":"#1"}}},{"from":[12.25165,2.80213,3.29487],"to":[13.05165,4.60213,6.84487],"rotation":{"angle":22.5,"axis":"y","origin":[12.52873,3.80213,0.37343]},"faces":{"north":{"uv":[9.25,11.5,11.25,10.5],"rotation":90,"texture":"#1"},"east":{"uv":[15,9.5,11.25,11.5],"texture":"#1"},"south":{"uv":[9.25,11.5,11.25,10.5],"rotation":270,"texture":"#1"},"west":{"uv":[16,9.5,12.25,11.5],"texture":"#1"},"up":{"uv":[11.25,12,15,11],"rotation":90,"texture":"#1"},"down":{"uv":[12.25,10.5,16,9.5],"rotation":90,"texture":"#1"}}},{"from":[2.84835,2.70213,6.09487],"to":[3.84835,4.70213,7.09487],"rotation":{"angle":-22.5,"axis":"y","origin":[3.47127,3.80213,0.37343]},"faces":{"north":{"uv":[10,12.5,11,14.5],"texture":"#3"},"east":{"uv":[11,12.5,10,14.5],"texture":"#3"},"south":{"uv":[10,12.5,11,14.5],"texture":"#3"},"west":{"uv":[11,12.5,10,14.5],"texture":"#3"},"up":{"uv":[10,12.5,11,13.5],"texture":"#3"},"down":{"uv":[10,13,11,14],"texture":"#3"}}},{"from":[8.74,2.64213,0.51957],"to":[11.96,4.66213,1.53957],"rotation":{"angle":0,"axis":"z","origin":[9.45,3.15213,1.02957]},"faces":{"north":{"uv":[6.5,8,3.5,11],"texture":"#1"},"east":{"uv":[4.5,8,3.5,11],"texture":"#1"},"south":{"uv":[6.5,8,3.5,11],"rotation":180,"texture":"#1"},"west":{"uv":[4.5,8,3.5,11],"texture":"#1"},"up":{"uv":[6.5,8,3.5,9],"texture":"#1"},"down":{"uv":[6.5,8,3.5,9],"texture":"#1"}}},{"from":[9.8815,3.30228,0.52957],"to":[11.6815,5.30228,1.52957],"rotation":{"angle":-22.5,"axis":"z","origin":[10.1815,4.30228,1.02957]},"faces":{"north":{"uv":[5.3,8,3.5,10],"texture":"#1"},"east":{"uv":[4.5,8,3.5,10],"texture":"#1"},"south":{"uv":[5.3,8,3.5,10],"texture":"#1"},"west":{"uv":[4.5,8,3.5,10],"texture":"#1"},"up":{"uv":[5.3,8,3.5,9],"texture":"#1"},"down":{"uv":[5.3,8,3.5,9],"texture":"#1"}}},{"from":[9.8878,2.00644,0.53357],"to":[11.6778,3.99644,1.52357],"rotation":{"angle":22.5,"axis":"z","origin":[10.1828,3.00144,1.02857]},"faces":{"north":{"uv":[5.3,10,3.5,12],"texture":"#1"},"east":{"uv":[4.5,10,3.5,12],"texture":"#1"},"south":{"uv":[5.3,10,3.5,12],"texture":"#1"},"west":{"uv":[4.5,10,3.5,12],"texture":"#1"},"up":{"uv":[5.3,10,3.5,11],"texture":"#1"},"down":{"uv":[5.3,10,3.5,11],"texture":"#1"}}},{"from":[9.75,2.95213,0.22957],"to":[11,4.20213,1.67957],"rotation":{"angle":45,"axis":"z","origin":[10.25,3.70213,0.97957]},"faces":{"north":{"uv":[4,10.75,5.5,12.25],"rotation":270,"texture":"#3"},"east":{"uv":[4,11.25,5.5,10.75],"rotation":270,"texture":"#3"},"south":{"uv":[2,12,3.5,13.5],"rotation":180,"texture":"#3"},"west":{"uv":[4,12.25,5.5,11.75],"rotation":270,"texture":"#3"},"up":{"uv":[5.5,10.75,4,12.25],"rotation":90,"texture":"#3"},"down":{"uv":[4,12.25,5.5,10.75],"rotation":270,"texture":"#3"}}},{"from":[5,2.95213,0.22957],"to":[6.25,4.20213,1.67957],"rotation":{"angle":-45,"axis":"z","origin":[5.75,3.70213,0.97957]},"faces":{"north":{"uv":[4,12.25,5.5,10.75],"rotation":270,"texture":"#3"},"east":{"uv":[4,11.75,5.5,12.25],"rotation":270,"texture":"#3"},"south":{"uv":[3.5,11.5,2,13],"texture":"#3"},"west":{"uv":[4,10.75,5.5,11.25],"rotation":270,"texture":"#3"},"up":{"uv":[5.5,12.25,4,10.75],"rotation":90,"texture":"#3"},"down":{"uv":[4,10.75,5.5,12.25],"rotation":270,"texture":"#3"}}},{"from":[7.375,2.62713,0.2796],"to":[8.625,4.62713,1.5796],"rotation":{"angle":0,"axis":"z","origin":[8,3.25213,0.8796]},"faces":{"north":{"uv":[3.5,4,6,2.5],"rotation":270,"texture":"#5"},"east":{"uv":[3.5,3.5,5,4],"rotation":270,"texture":"#5"},"south":{"uv":[3.5,4,5,2.5],"rotation":270,"texture":"#5"},"west":{"uv":[3.5,2.5,5,3],"rotation":270,"texture":"#5"},"up":{"uv":[5,4,3.5,2.5],"rotation":90,"texture":"#5"},"down":{"uv":[3.5,2.5,5,4],"rotation":270,"texture":"#5"}}},{"from":[10.25814,3.45213,0.28657],"to":[11.75814,3.95213,1.63657],"rotation":{"angle":0,"axis":"y","origin":[9.95814,3.70213,0.83657]},"faces":{"north":{"uv":[0.5,8.5,0,10],"rotation":90,"texture":"#3"},"east":{"uv":[0.5,8.5,0,9.5],"rotation":90,"texture":"#3"},"south":{"uv":[0.5,8.5,0,10],"rotation":90,"texture":"#3"},"west":{"uv":[0.5,8.5,0,9.5],"rotation":90,"texture":"#3"},"up":{"uv":[0,8.5,1,10],"rotation":90,"texture":"#3"},"down":{"uv":[1,8.5,0,10],"rotation":90,"texture":"#3"}}},{"from":[4.24186,3.45213,0.28657],"to":[5.74186,3.95213,1.63657],"rotation":{"angle":0,"axis":"y","origin":[6.04186,3.70213,0.83657]},"faces":{"north":{"uv":[0.5,10,0,8.5],"rotation":90,"texture":"#3"},"east":{"uv":[0.5,9.5,0,8.5],"rotation":90,"texture":"#3"},"south":{"uv":[0.5,10,0,8.5],"rotation":90,"texture":"#3"},"west":{"uv":[0.5,9.5,0,8.5],"rotation":90,"texture":"#3"},"up":{"uv":[0,10,1,8.5],"rotation":90,"texture":"#3"},"down":{"uv":[1,10,0,8.5],"rotation":90,"texture":"#3"}}},{"from":[5.84186,3.75213,0.28657],"to":[6.34186,5.25213,1.63657],"rotation":{"angle":-22.5,"axis":"z","origin":[5.99186,4.45213,0.78657]},"faces":{"north":{"uv":[5.5,10.5,4,10],"rotation":90,"texture":"#3"},"east":{"uv":[4,11,5.5,10],"rotation":270,"texture":"#3"},"south":{"uv":[5,10.5,3.5,10],"rotation":90,"texture":"#3"},"west":{"uv":[5.5,11,4,10],"rotation":90,"texture":"#3"},"up":{"uv":[5.5,10.5,4.5,10],"rotation":90,"texture":"#3"},"down":{"uv":[5,10.5,4,10],"rotation":90,"texture":"#3"}}},{"from":[9.65814,3.75213,0.28657],"to":[10.15814,5.25213,1.63657],"rotation":{"angle":22.5,"axis":"z","origin":[10.00814,4.45213,0.78657]},"faces":{"north":{"uv":[5.5,10,4,10.5],"rotation":90,"texture":"#3"},"east":{"uv":[5.5,10,4,11],"rotation":90,"texture":"#3"},"south":{"uv":[5,10,3.5,10.5],"rotation":90,"texture":"#3"},"west":{"uv":[4,10,5.5,11],"rotation":270,"texture":"#3"},"up":{"uv":[5.5,10,4.5,10.5],"rotation":90,"texture":"#3"},"down":{"uv":[5,10,4,10.5],"rotation":90,"texture":"#3"}}},{"from":[9.50225,2.88586,0.28657],"to":[10.00225,4.38586,1.63657],"rotation":{"angle":-22.5,"axis":"z","origin":[8,2.91006,0.96157]},"faces":{"north":{"uv":[5.5,10.5,4,10],"rotation":270,"texture":"#3"},"east":{"uv":[5.5,11,4,10],"rotation":270,"texture":"#3"},"south":{"uv":[5,10.5,3.5,10],"rotation":270,"texture":"#3"},"west":{"uv":[4,11,5.5,10],"rotation":90,"texture":"#3"},"up":{"uv":[5,10.5,4,10],"rotation":270,"texture":"#3"},"down":{"uv":[5.5,10.5,4.5,10],"rotation":270,"texture":"#3"}}},{"from":[5.99775,2.88586,0.28657],"to":[6.49775,4.38586,1.63657],"rotation":{"angle":22.5,"axis":"z","origin":[8,2.91006,0.96157]},"faces":{"north":{"uv":[5.5,10,4,10.5],"rotation":270,"texture":"#3"},"east":{"uv":[4,10,5.5,11],"rotation":90,"texture":"#3"},"south":{"uv":[5,10,3.5,10.5],"rotation":270,"texture":"#3"},"west":{"uv":[5.5,10,4,11],"rotation":270,"texture":"#3"},"up":{"uv":[5,10,4,10.5],"rotation":270,"texture":"#3"},"down":{"uv":[5.5,10,4.5,10.5],"rotation":270,"texture":"#3"}}},{"from":[12.9,3.40213,1.17957],"to":[13.5,4.00213,1.77957],"rotation":{"angle":-45,"axis":"z","origin":[13.2,3.70213,1.47957]},"faces":{"north":{"uv":[5,4.5,6,5.5],"texture":"#2"},"east":{"uv":[5,4.5,6,5.5],"rotation":270,"texture":"#2"},"south":{"uv":[5,4.5,6,5.5],"texture":"#2"},"west":{"uv":[5,4.5,6,5.5],"rotation":270,"texture":"#2"},"up":{"uv":[5,4.5,6,5.5],"rotation":270,"texture":"#2"},"down":{"uv":[5,4.5,6,5.5],"rotation":270,"texture":"#2"}}},{"from":[12.7,3.20213,1.47957],"to":[13.7,4.20213,2.47957],"rotation":{"angle":45,"axis":"z","origin":[13.2,3.70213,2.22957]},"faces":{"north":{"uv":[4,11,5.5,12.5],"rotation":270,"texture":"#3"},"east":{"uv":[4,11,5.5,12.5],"rotation":90,"texture":"#3"},"south":{"uv":[4,11,5.5,12.5],"rotation":90,"texture":"#3"},"west":{"uv":[4,11,5.5,12.5],"rotation":90,"texture":"#3"},"up":{"uv":[4,11,5.5,12.5],"rotation":90,"texture":"#3"},"down":{"uv":[4,11,5.5,12.5],"rotation":90,"texture":"#3"}}},{"from":[12.15165,2.70213,6.09487],"to":[13.15165,4.70213,7.09487],"rotation":{"angle":22.5,"axis":"y","origin":[12.52873,3.80213,0.37343]},"faces":{"north":{"uv":[10,12.5,11,14.5],"texture":"#3"},"east":{"uv":[11,12.5,10,14.5],"texture":"#3"},"south":{"uv":[10,12.5,11,14.5],"texture":"#3"},"west":{"uv":[11,12.5,10,14.5],"texture":"#3"},"up":{"uv":[10,12.5,11,13.5],"texture":"#3"},"down":{"uv":[10,13,11,14],"texture":"#3"}}}],"display":{"thirdperson_righthand":{"rotation":[25,0,0],"translation":[-1,6,2]},"thirdperson_lefthand":{"rotation":[25,0,0],"translation":[-1,6,2]},"firstperson_righthand":{"rotation":[5,-5,15],"translation":[3,5,0]},"firstperson_lefthand":{"rotation":[5,-5,15],"translation":[3,5,0]},"gui":{"rotation":[75,-35,25],"translation":[-2,2,0],"scale":[0.9,0.9,0.9]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/bonfire_bow.json b/assets/minecraft/models/item/wynn/skin/bow/bonfire_bow.json new file mode 100644 index 000000000..82e5d73b4 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/bonfire_bow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/candle","1":"wynn/weapon/anim/flame_small","3":"skins/wood_full","4":"skins/rose","particle":"skins/wood_full"},"elements":[{"from":[8.3,3,5.95],"to":[8.55,4,6.2],"rotation":{"angle":-22.5,"axis":"z","origin":[8.325,3.5,6.075]},"faces":{"north":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"east":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"south":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"west":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"up":{"uv":[4,0.5,4.375,1],"texture":"#0"},"down":{"uv":[4,0.5,4.375,1],"texture":"#0"}}},{"from":[7.78701,-0.9,5.34971],"to":[8.78701,3.1,6.84971],"rotation":{"angle":0,"axis":"y","origin":[8.28701,1.15,6.09971]},"faces":{"north":{"uv":[1,1.5,2,5.5],"texture":"#0"},"east":{"uv":[1,1.5,2.5,5.5],"texture":"#0"},"south":{"uv":[1,1.5,2,5.5],"texture":"#0"},"west":{"uv":[1,1,2.5,5],"texture":"#0"},"up":{"uv":[0,0,1.5,1],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,1.5,1],"rotation":90,"texture":"#0"}}},{"from":[8.13701,1.35,5.09971],"to":[8.63701,2.85,7.09971],"rotation":{"angle":0,"axis":"y","origin":[8.13701,0.9,5.84971]},"faces":{"north":{"uv":[0,2,0.5,3.5],"texture":"#0"},"east":{"uv":[0,2,2,3.5],"texture":"#0"},"south":{"uv":[0,2,0.5,3.5],"texture":"#0"},"west":{"uv":[0,2,2,3.5],"texture":"#0"},"up":{"uv":[0,2,2,2.5],"rotation":270,"texture":"#0"},"down":{"uv":[0,3,2,3.5],"rotation":90,"texture":"#0"}}},{"from":[7.28701,-0.55,5.84971],"to":[9.28701,0.95,6.34971],"rotation":{"angle":0,"axis":"y","origin":[8.28701,0.2,6.09971]},"faces":{"north":{"uv":[1,4,3,5.5],"texture":"#0"},"east":{"uv":[1,4,1.5,5.5],"texture":"#0"},"south":{"uv":[1,4,3,5.5],"texture":"#0"},"west":{"uv":[1,4,1.5,5.5],"texture":"#0"},"up":{"uv":[1,4,3,4.5],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,2,0.5],"rotation":180,"texture":"#0"}}},{"from":[7.53701,-1,5.59971],"to":[9.03701,3,6.59971],"rotation":{"angle":0,"axis":"y","origin":[8.28701,0.95,6.09971]},"faces":{"north":{"uv":[1,1.5,2.5,5.5],"texture":"#0"},"east":{"uv":[1,1.5,2,5.5],"texture":"#0"},"south":{"uv":[1,1,2.5,5],"texture":"#0"},"west":{"uv":[1,1,2,5],"texture":"#0"},"up":{"uv":[1.5,0,2.5,0.5],"texture":"#0"},"down":{"uv":[0,0,1.5,1],"texture":"#0"}}},{"from":[7.77701,-1.89876,6.03651],"to":[8.79701,0.62124,7.05651],"rotation":{"angle":-22.5,"axis":"x","origin":[8.28701,-0.45381,6.1]},"faces":{"north":{"uv":[1,5,2,7.5],"texture":"#0"},"east":{"uv":[2,4.5,3,7],"texture":"#0"},"south":{"uv":[1.5,4,2.5,6.5],"texture":"#0"},"west":{"uv":[0,4,1,6.5],"texture":"#0"},"up":{"uv":[1,3.5,2,4.5],"texture":"#0"},"down":{"uv":[1.5,6,2.5,7],"texture":"#0"}}},{"from":[7.77701,-2.09876,5.14349],"to":[8.79701,0.92124,6.16349],"rotation":{"angle":22.5,"axis":"x","origin":[8.28701,-0.15381,6.1]},"faces":{"north":{"uv":[2,4.5,3,7.5],"texture":"#0"},"east":{"uv":[2,4.5,3,7.5],"texture":"#0"},"south":{"uv":[2,4.5,3,7.5],"texture":"#0"},"west":{"uv":[2,4.5,3,7.5],"texture":"#0"},"up":{"uv":[1,4.5,2,5.5],"texture":"#0"},"down":{"uv":[1,5.5,2,6.5],"texture":"#0"}}},{"from":[8.22351,-1.89876,5.59],"to":[9.24351,0.62124,6.61],"rotation":{"angle":22.5,"axis":"z","origin":[8.28701,-0.45381,6.1]},"faces":{"north":{"uv":[1,4,2,6.5],"texture":"#0"},"east":{"uv":[0,3.5,1,6],"texture":"#0"},"south":{"uv":[1,4,2,6.5],"texture":"#0"},"west":{"uv":[1,2.5,2,5],"texture":"#0"},"up":{"uv":[1,1,2,2],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,6,2.5,7],"rotation":90,"texture":"#0"}}},{"from":[7.3305,-1.89876,5.59],"to":[8.3505,0.62124,6.61],"rotation":{"angle":-22.5,"axis":"z","origin":[8.28701,-0.45381,6.1]},"faces":{"north":{"uv":[2,4.5,3,7],"texture":"#0"},"east":{"uv":[2,4.5,3,7],"texture":"#0"},"south":{"uv":[2.5,5,3.5,7.5],"texture":"#0"},"west":{"uv":[2,4.5,3,7],"texture":"#0"},"up":{"uv":[2,2.5,3,3.5],"rotation":270,"texture":"#0"},"down":{"uv":[0.5,6,1.5,7],"rotation":90,"texture":"#0"}}},{"from":[7.2305,1.47876,5.59],"to":[7.8505,2.99876,6.61],"rotation":{"angle":22.5,"axis":"z","origin":[8.18701,2.55381,6.1]},"faces":{"north":{"uv":[1,1,1.5,2.5],"texture":"#0"},"east":{"uv":[1,0,2,1.5],"texture":"#0"},"south":{"uv":[1,0,1.6,1.5],"texture":"#0"},"west":{"uv":[1,1,2,2.5],"texture":"#0"},"up":{"uv":[2,0,3,0.5],"rotation":90,"texture":"#0"},"down":{"uv":[2,0,3,0.6],"rotation":270,"texture":"#0"}}},{"from":[7.77701,1.77876,4.94349],"to":[8.79701,3.29876,5.56349],"rotation":{"angle":-22.5,"axis":"x","origin":[8.28701,2.85381,5.9]},"faces":{"north":{"uv":[2,0.5,3,2],"texture":"#0"},"east":{"uv":[2,0,2.6,1.5],"texture":"#0"},"south":{"uv":[2,0,3,1.5],"texture":"#0"},"west":{"uv":[2,0,2.6,1.5],"texture":"#0"},"up":{"uv":[0.5,0,1.5,0.5],"texture":"#0"},"down":{"uv":[0.5,0,1.5,0.6],"texture":"#0"}}},{"from":[8.62351,1.77876,5.59],"to":[9.24351,3.29876,6.61],"rotation":{"angle":-22.5,"axis":"z","origin":[8.28701,2.85381,6.1]},"faces":{"north":{"uv":[2,0,2.6,1.5],"texture":"#0"},"east":{"uv":[2,0,3,1.5],"texture":"#0"},"south":{"uv":[2,0,2.6,1.5],"texture":"#0"},"west":{"uv":[2,0,3,1.5],"texture":"#0"},"up":{"uv":[0.5,0.5,1.5,1.1],"rotation":90,"texture":"#0"},"down":{"uv":[2,1,3,1.6],"rotation":270,"texture":"#0"}}},{"from":[7.77701,1.87876,6.43651],"to":[8.79701,3.39876,7.05651],"rotation":{"angle":22.5,"axis":"x","origin":[8.28701,2.95381,6.1]},"faces":{"north":{"uv":[1,0,2,1.5],"texture":"#0"},"east":{"uv":[1,0,1.6,1.5],"texture":"#0"},"south":{"uv":[1,0,2,1.5],"texture":"#0"},"west":{"uv":[1,0,1.6,1.5],"texture":"#0"},"up":{"uv":[2,0.5,3,1],"texture":"#0"},"down":{"uv":[0,2,1,2.6],"texture":"#0"}}},{"from":[7.89,2.91782,6.0764],"to":[9.16,5.42782,6.0964],"rotation":{"angle":0,"axis":"x","origin":[8.425,4.44782,5.7864]},"faces":{"north":{"uv":[5,4,11,16],"texture":"#1"},"east":{"uv":[0,0,0,3],"texture":"#1"},"south":{"uv":[11,4,5,16],"texture":"#1"},"west":{"uv":[0,0,0,3],"texture":"#1"},"up":{"uv":[0,0,2,0],"texture":"#1"},"down":{"uv":[0,0,2,0],"texture":"#1"}}},{"from":[8.515,3.66782,5.4514],"to":[8.535,6.17782,6.7214],"rotation":{"angle":0,"axis":"x","origin":[8.425,4.44782,5.7864]},"faces":{"north":{"uv":[0,0,0,3],"texture":"#1"},"east":{"uv":[5,4,11,16],"texture":"#1"},"south":{"uv":[0,0,0,3],"texture":"#1"},"west":{"uv":[11,4,5,16],"texture":"#1"},"up":{"uv":[0,0,2,0],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,2,0],"rotation":270,"texture":"#1"}}},{"from":[7.03701,13.7,9.79971],"to":[8.53701,17.7,10.79971],"rotation":{"angle":0,"axis":"y","origin":[7.74029,16.20396,10.20328]},"faces":{"north":{"uv":[1,1.5,2.5,5.5],"texture":"#0"},"east":{"uv":[1,1.5,2,5.5],"texture":"#0"},"south":{"uv":[1,1,2.5,5],"texture":"#0"},"west":{"uv":[1,1,2,5],"texture":"#0"},"up":{"uv":[1.5,0,2.5,0.5],"texture":"#0"},"down":{"uv":[0,0,1.5,1],"texture":"#0"}}},{"from":[7.28701,13.8,9.54971],"to":[8.28701,17.8,11.04971],"rotation":{"angle":0,"axis":"y","origin":[7.74029,16.20396,10.20328]},"faces":{"north":{"uv":[1,1.5,2,5.5],"texture":"#0"},"east":{"uv":[1,1.5,2.5,5.5],"texture":"#0"},"south":{"uv":[1,1.5,2,5.5],"texture":"#0"},"west":{"uv":[1,1,2.5,5],"texture":"#0"},"up":{"uv":[0,0,1.5,1],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,1.5,1],"rotation":90,"texture":"#0"}}},{"from":[7.27701,12.91326,9.47994],"to":[8.29701,15.43326,10.49994],"rotation":{"angle":-22.5,"axis":"x","origin":[7.74029,16.20396,10.20328]},"faces":{"north":{"uv":[1,5,2,7.5],"texture":"#0"},"east":{"uv":[2,4.5,3,7],"texture":"#0"},"south":{"uv":[1.5,4,2.5,6.5],"texture":"#0"},"west":{"uv":[0,4,1,6.5],"texture":"#0"},"up":{"uv":[1,3.5,2,4.5],"texture":"#0"},"down":{"uv":[1.5,6,2.5,7],"texture":"#0"}}},{"from":[7.27701,13.01444,9.97053],"to":[8.29701,15.78444,10.99053],"rotation":{"angle":22.5,"axis":"x","origin":[7.74029,16.20396,10.20328]},"faces":{"north":{"uv":[2,5,3,7.5],"texture":"#0"},"east":{"uv":[2,5,3,7.5],"texture":"#0"},"south":{"uv":[2,5,3,7.5],"texture":"#0"},"west":{"uv":[2,5,3,7.5],"texture":"#0"},"up":{"uv":[1,4.5,2,5.5],"texture":"#0"},"down":{"uv":[1,5.5,2,6.5],"texture":"#0"}}},{"from":[7.57615,12.96815,9.79],"to":[8.59615,15.48815,10.81],"rotation":{"angle":-22.5,"axis":"z","origin":[7.74029,16.20396,10.20328]},"faces":{"north":{"uv":[2,4.5,3,7],"texture":"#0"},"east":{"uv":[2,4.5,3,7],"texture":"#0"},"south":{"uv":[2.5,5,3.5,7.5],"texture":"#0"},"west":{"uv":[2,4.5,3,7],"texture":"#0"},"up":{"uv":[2,2.5,3,3.5],"rotation":270,"texture":"#0"},"down":{"uv":[0.5,6,1.5,7],"rotation":90,"texture":"#0"}}},{"from":[6.97075,12.93239,9.79],"to":[7.99075,15.45239,10.81],"rotation":{"angle":22.5,"axis":"z","origin":[7.74029,16.20396,10.20328]},"faces":{"north":{"uv":[1,4,2,6.5],"texture":"#0"},"east":{"uv":[0,3.5,1,6],"texture":"#0"},"south":{"uv":[1,4,2,6.5],"texture":"#0"},"west":{"uv":[1,2.5,2,5],"texture":"#0"},"up":{"uv":[1,1,2,2],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,6,2.5,7],"rotation":90,"texture":"#0"}}},{"from":[7.27701,16.50541,10.07431],"to":[8.29701,18.02541,10.69431],"rotation":{"angle":22.5,"axis":"x","origin":[7.74029,16.20396,10.20328]},"faces":{"north":{"uv":[1,0,2,1.5],"texture":"#0"},"east":{"uv":[1,0,1.6,1.5],"texture":"#0"},"south":{"uv":[1,0,2,1.5],"texture":"#0"},"west":{"uv":[1,0,1.6,1.5],"texture":"#0"},"up":{"uv":[2,0.5,3,1],"texture":"#0"},"down":{"uv":[0,2,1,2.6],"texture":"#0"}}},{"from":[7.60339,16.39388,9.79],"to":[8.22339,17.91388,10.81],"rotation":{"angle":-22.5,"axis":"z","origin":[7.74029,16.20396,10.20328]},"faces":{"north":{"uv":[2,0,2.6,1.5],"texture":"#0"},"east":{"uv":[2,0,3,1.5],"texture":"#0"},"south":{"uv":[2,0,2.6,1.5],"texture":"#0"},"west":{"uv":[2,0,3,1.5],"texture":"#0"},"up":{"uv":[0.5,0.5,1.5,1.1],"rotation":90,"texture":"#0"},"down":{"uv":[2,1,3,1.6],"rotation":270,"texture":"#0"}}},{"from":[7.27701,16.41553,9.66792],"to":[8.29701,17.93553,10.28792],"rotation":{"angle":-22.5,"axis":"x","origin":[7.74029,16.20396,10.20328]},"faces":{"north":{"uv":[2,0.5,3,2],"texture":"#0"},"east":{"uv":[2,0,2.6,1.5],"texture":"#0"},"south":{"uv":[2,0,3,1.5],"texture":"#0"},"west":{"uv":[2,0,2.6,1.5],"texture":"#0"},"up":{"uv":[0.5,0,1.5,0.5],"texture":"#0"},"down":{"uv":[0.5,0,1.5,0.6],"texture":"#0"}}},{"from":[7.13631,16.11923,9.79],"to":[7.75631,17.63923,10.81],"rotation":{"angle":22.5,"axis":"z","origin":[7.74029,16.20396,10.20328]},"faces":{"north":{"uv":[1,1,1.5,2.5],"texture":"#0"},"east":{"uv":[1,0,2,1.5],"texture":"#0"},"south":{"uv":[1,0,1.6,1.5],"texture":"#0"},"west":{"uv":[1,1,2,2.5],"texture":"#0"},"up":{"uv":[2,0,3,0.5],"rotation":90,"texture":"#0"},"down":{"uv":[2,0,3,0.6],"rotation":270,"texture":"#0"}}},{"from":[7.63701,16.05,9.29971],"to":[8.13701,17.55,11.29971],"rotation":{"angle":0,"axis":"y","origin":[7.74029,16.20396,10.20328]},"faces":{"north":{"uv":[0,2,0.5,3.5],"texture":"#0"},"east":{"uv":[0,2,2,3.5],"texture":"#0"},"south":{"uv":[0,2,0.5,3.5],"texture":"#0"},"west":{"uv":[0,2,2,3.5],"texture":"#0"},"up":{"uv":[0,2,2,2.5],"rotation":270,"texture":"#0"},"down":{"uv":[0,3,2,3.5],"rotation":90,"texture":"#0"}}},{"from":[7.79239,17.66173,10.15],"to":[8.04239,18.66173,10.4],"rotation":{"angle":22.5,"axis":"x","origin":[7.91739,18.16173,10.275]},"faces":{"north":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"east":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"south":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"west":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"up":{"uv":[4,0.5,4.375,1],"texture":"#0"},"down":{"uv":[4,0.5,4.375,1],"texture":"#0"}}},{"from":[6.78701,14.15,10.04971],"to":[8.78701,15.65,10.54971],"rotation":{"angle":0,"axis":"y","origin":[7.74029,16.20396,10.20328]},"faces":{"north":{"uv":[1,4,3,5.5],"texture":"#0"},"east":{"uv":[1,4,1.5,5.5],"texture":"#0"},"south":{"uv":[1,4,3,5.5],"texture":"#0"},"west":{"uv":[1,4,1.5,5.5],"texture":"#0"},"up":{"uv":[1,4,3,4.5],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,2,0.5],"rotation":180,"texture":"#0"}}},{"from":[7.93701,16.35,12.79971],"to":[9.93701,17.85,13.29971],"rotation":{"angle":0,"axis":"y","origin":[7.99029,16.90396,10.55328]},"faces":{"north":{"uv":[0.5,2,2.5,3.5],"texture":"#0"},"east":{"uv":[0.5,2,1,3.5],"texture":"#0"},"south":{"uv":[0.5,2,2.5,3.5],"texture":"#0"},"west":{"uv":[0.5,2,1,3.5],"texture":"#0"},"up":{"uv":[0.5,2,2.5,2.5],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,2,0.5],"rotation":180,"texture":"#0"}}},{"from":[8.13701,15.56037,12.60596],"to":[8.43701,16.51037,12.90596],"rotation":{"angle":22.5,"axis":"x","origin":[8.28701,15.66037,12.75596]},"faces":{"north":{"uv":[0.5,2,1,3.5],"rotation":180,"texture":"#0"},"east":{"uv":[0.5,2,1,3.5],"rotation":180,"texture":"#0"},"south":{"uv":[0.5,2,1,3.5],"rotation":180,"texture":"#0"},"west":{"uv":[0.5,2,1,3.5],"rotation":180,"texture":"#0"},"up":{"uv":[0.5,3,1,3.5],"rotation":180,"texture":"#0"},"down":{"uv":[0.5,2,1,2.5],"rotation":180,"texture":"#0"}}},{"from":[7.78701,13.25276,11.11769],"to":[8.28701,14.90276,11.61769],"rotation":{"angle":-22.5,"axis":"x","origin":[8.78701,15.05276,12.96769]},"faces":{"north":{"uv":[1.5,4.5,2,6],"texture":"#0"},"east":{"uv":[1.5,4.5,2,6],"texture":"#0"},"south":{"uv":[1.5,4.5,2,6],"texture":"#0"},"west":{"uv":[1.5,4.5,2,6],"texture":"#0"},"up":{"uv":[1.5,4.5,2,5],"rotation":180,"texture":"#0"},"down":{"uv":[1,5,1.5,5.5],"rotation":180,"texture":"#0"}}},{"from":[6.68701,11.86625,10.21902],"to":[7.18701,13.51625,10.71902],"rotation":{"angle":22.5,"axis":"z","origin":[6.93701,12.69125,10.46902]},"faces":{"north":{"uv":[1.5,4.5,2,6],"rotation":180,"texture":"#0"},"east":{"uv":[1.5,4.5,2,6],"rotation":180,"texture":"#0"},"south":{"uv":[1.5,4.5,2,6],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,4.5,2,6],"rotation":180,"texture":"#0"},"up":{"uv":[1,5,1.5,5.5],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,4.5,2,5],"rotation":180,"texture":"#0"}}},{"from":[7.29,17.81961,10.33567],"to":[8.56,20.32961,10.35567],"rotation":{"angle":0,"axis":"x","origin":[7.925,19.74961,10.84567]},"faces":{"north":{"uv":[5,4,11,16],"texture":"#1"},"east":{"uv":[0,0,0,3],"texture":"#1"},"south":{"uv":[11,4,5,16],"texture":"#1"},"west":{"uv":[0,0,0,3],"texture":"#1"},"up":{"uv":[0,0,2,0],"texture":"#1"},"down":{"uv":[0,0,2,0],"texture":"#1"}}},{"from":[7.915,18.56961,9.71067],"to":[7.935,21.07961,10.98067],"rotation":{"angle":0,"axis":"x","origin":[7.925,19.74961,10.84567]},"faces":{"north":{"uv":[0,0,0,3],"texture":"#1"},"east":{"uv":[11,4,5,16],"texture":"#1"},"south":{"uv":[0,0,0,3],"texture":"#1"},"west":{"uv":[5,4,11,16],"texture":"#1"},"up":{"uv":[2,0,0,0],"rotation":90,"texture":"#1"},"down":{"uv":[2,0,0,0],"rotation":270,"texture":"#1"}}},{"from":[8.53701,17.15,12.89971],"to":[10.03701,19.15,13.89971],"rotation":{"angle":0,"axis":"y","origin":[9.24029,17.65396,13.30328]},"faces":{"north":{"uv":[1,1.5,2.5,3.5],"texture":"#0"},"east":{"uv":[1,1.5,2,3.5],"texture":"#0"},"south":{"uv":[1,1,2.5,3],"texture":"#0"},"west":{"uv":[1,1,2,3],"texture":"#0"},"up":{"uv":[1.5,0,3,1],"texture":"#0"},"down":{"uv":[0,0,1.5,1],"texture":"#0"}}},{"from":[8.78701,17.25,12.64971],"to":[9.78701,19.25,14.14971],"rotation":{"angle":0,"axis":"y","origin":[9.24029,17.65396,13.30328]},"faces":{"north":{"uv":[1,1.5,2,3.5],"texture":"#0"},"east":{"uv":[1,1.5,2.5,3.5],"texture":"#0"},"south":{"uv":[1,1.5,2,3.5],"texture":"#0"},"west":{"uv":[1,1,2.5,3],"texture":"#0"},"up":{"uv":[0,0,1.5,1],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,1.5,1],"rotation":90,"texture":"#0"}}},{"from":[8.40027,17.40533,12.89],"to":[9.02027,18.92533,13.91],"rotation":{"angle":-22.5,"axis":"z","origin":[8.71027,18.16533,13.4]},"faces":{"north":{"uv":[1,1,1.5,2.5],"texture":"#0"},"east":{"uv":[1,0,2,1.5],"texture":"#0"},"south":{"uv":[1,0,1.6,1.5],"texture":"#0"},"west":{"uv":[1,1,2,2.5],"texture":"#0"},"up":{"uv":[2,0,3,0.5],"rotation":90,"texture":"#0"},"down":{"uv":[2,0,3,0.6],"rotation":270,"texture":"#0"}}},{"from":[9.13701,17.5,12.39971],"to":[9.63701,19,14.39971],"rotation":{"angle":0,"axis":"y","origin":[9.24029,17.65396,13.30328]},"faces":{"north":{"uv":[0,2,0.5,3.5],"texture":"#0"},"east":{"uv":[0,2,2,3.5],"texture":"#0"},"south":{"uv":[0,2,0.5,3.5],"texture":"#0"},"west":{"uv":[0,2,2,3.5],"texture":"#0"},"up":{"uv":[0,2,2,2.5],"rotation":270,"texture":"#0"},"down":{"uv":[0,3,2,3.5],"rotation":90,"texture":"#0"}}},{"from":[8.83701,-8,16.24971],"to":[9.13701,5.25,16.54971],"rotation":{"angle":0,"axis":"y","origin":[8.94029,17.65396,17.15328]},"faces":{"north":{"uv":[2,0,2.3,7.5],"texture":"#0"},"east":{"uv":[2,0,2.3,7.5],"texture":"#0"},"south":{"uv":[2,0,2.3,7.5],"texture":"#0"},"west":{"uv":[2,0,2.3,7.5],"texture":"#0"},"up":{"uv":[2,0,2.3,7.5],"texture":"#0"},"down":{"uv":[2,0,2.3,7.5],"texture":"#0"}}},{"from":[8.83701,5.2,16.24971],"to":[9.13701,18.25,16.54971],"rotation":{"angle":0,"axis":"x","origin":[8.98701,11.625,16.39971]},"faces":{"north":{"uv":[2,0,2.3,7.5],"rotation":180,"texture":"#0"},"east":{"uv":[2,0,2.3,7.5],"rotation":180,"texture":"#0"},"south":{"uv":[2,0,2.3,7.5],"rotation":180,"texture":"#0"},"west":{"uv":[2,0,2.3,7.5],"rotation":180,"texture":"#0"},"up":{"uv":[2,0,2.3,7.5],"texture":"#0"},"down":{"uv":[2,0,2.3,7.5],"texture":"#0"}}},{"from":[8.5297,19.03048,13.25],"to":[8.7797,20.03048,13.5],"rotation":{"angle":-22.5,"axis":"z","origin":[9.24029,17.65396,13.30328]},"faces":{"north":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"east":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"south":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"west":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"up":{"uv":[4,0.5,4.375,1],"texture":"#0"},"down":{"uv":[4,0.5,4.375,1],"texture":"#0"}}},{"from":[8.79,19.34,13.89],"to":[10.06,20.6,13.91],"rotation":{"angle":22.5,"axis":"x","origin":[9.425,20.97,14.5]},"faces":{"north":{"uv":[5,4,11,11],"texture":"#1"},"east":{"uv":[0,0,0,3],"texture":"#1"},"south":{"uv":[11,4,5,11],"texture":"#1"},"west":{"uv":[0,0,0,3],"texture":"#1"},"up":{"uv":[0,0,2,0],"texture":"#1"},"down":{"uv":[0,0,2,0],"texture":"#1"}}},{"from":[9.415,20.14573,12.92799],"to":[9.435,21.40573,14.19799],"rotation":{"angle":22.5,"axis":"x","origin":[9.425,20.27573,13.56299]},"faces":{"north":{"uv":[0,1,0,4],"texture":"#1"},"east":{"uv":[11,5,5,12],"texture":"#1"},"south":{"uv":[0,0,0,3],"texture":"#1"},"west":{"uv":[5,5,11,12],"texture":"#1"},"up":{"uv":[0,0,2,0],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,2,0],"rotation":90,"texture":"#1"}}},{"from":[6.75,-2.05,4.55],"to":[9.75,-1.05,7.55],"rotation":{"angle":-22.5,"axis":"x","origin":[8.25,-1.55,6.05]},"faces":{"north":{"uv":[15,11,16,14],"rotation":270,"texture":"#3"},"east":{"uv":[15,11,16,14],"rotation":270,"texture":"#3"},"south":{"uv":[15,11,16,14],"rotation":270,"texture":"#3"},"west":{"uv":[15,11,16,14],"rotation":270,"texture":"#3"},"up":{"uv":[13,9,16,12],"rotation":270,"texture":"#3"},"down":{"uv":[13,9,16,12],"rotation":270,"texture":"#3"}}},{"from":[7.98911,-4.80042,11.36061],"to":[9.98911,-0.30042,13.36061],"rotation":{"angle":-45,"axis":"x","origin":[8.48911,-5.5588,13.02036]},"faces":{"north":{"uv":[9,9.5,13.5,11.5],"rotation":90,"texture":"#3"},"east":{"uv":[9,9.5,13.5,11.5],"rotation":90,"texture":"#3"},"south":{"uv":[9,9.5,13.5,11.5],"rotation":90,"texture":"#3"},"west":{"uv":[9,9.5,13.5,11.5],"rotation":90,"texture":"#3"},"up":{"uv":[9,9.5,11,11.5],"rotation":270,"texture":"#3"},"down":{"uv":[9,9.5,11,11.5],"rotation":270,"texture":"#3"}}},{"from":[6.79101,12.7066,10.05],"to":[9.79101,13.7066,13.05],"rotation":{"angle":-22.5,"axis":"x","origin":[12.5046,10.04613,11.50355]},"faces":{"north":{"uv":[7.5,12.5,8.5,9.5],"rotation":270,"texture":"#3"},"east":{"uv":[7.5,12.5,8.5,9.5],"rotation":270,"texture":"#3"},"south":{"uv":[7.5,12.5,8.5,9.5],"rotation":270,"texture":"#3"},"west":{"uv":[7.5,12.5,8.5,9.5],"rotation":270,"texture":"#3"},"up":{"uv":[10.5,9.5,7.5,12.5],"rotation":270,"texture":"#3"},"down":{"uv":[10.5,9.5,7.5,12.5],"rotation":270,"texture":"#3"}}},{"from":[7.48911,9.38935,7.87532],"to":[9.98911,13.88935,10.37532],"rotation":{"angle":22.5,"axis":"x","origin":[8.73911,10.93935,9.12532]},"faces":{"north":{"uv":[6,8,10.5,10.5],"rotation":270,"texture":"#3"},"east":{"uv":[6,8,10.5,10.5],"rotation":270,"texture":"#3"},"south":{"uv":[6,8,10.5,10.5],"rotation":270,"texture":"#3"},"west":{"uv":[6,8,10.5,10.5],"rotation":270,"texture":"#3"},"up":{"uv":[7.5,8,10,10.5],"texture":"#3"},"down":{"uv":[6,8,8.5,10.5],"rotation":180,"texture":"#3"}}},{"from":[7.38911,9.88935,7.77532],"to":[10.08911,10.58935,10.47532],"rotation":{"angle":22.5,"axis":"x","origin":[8.73911,10.93935,9.12532]},"faces":{"north":{"uv":[5,1,5.5,3.5],"rotation":270,"texture":"#4"},"east":{"uv":[5,1,5.5,3.5],"rotation":270,"texture":"#4"},"south":{"uv":[5,1,5.5,3.5],"rotation":270,"texture":"#4"},"west":{"uv":[5,1,5.5,3.5],"rotation":270,"texture":"#4"},"up":{"uv":[6.5,1,9,3.5],"texture":"#4"},"down":{"uv":[5,1,7.5,3.5],"rotation":180,"texture":"#4"}}},{"from":[7.73911,6.06019,8.10957],"to":[9.73911,10.56019,10.10957],"rotation":{"angle":-22.5,"axis":"x","origin":[8.73911,9.31019,9.10957]},"faces":{"north":{"uv":[0,10,4.5,12],"rotation":90,"texture":"#3"},"east":{"uv":[0.5,10.5,5,12.5],"rotation":90,"texture":"#3"},"south":{"uv":[0,8.5,4.5,10.5],"rotation":90,"texture":"#3"},"west":{"uv":[0.5,11.5,5,13.5],"rotation":90,"texture":"#3"},"up":{"uv":[0,8,2,10],"rotation":90,"texture":"#3"},"down":{"uv":[2,10,4,12],"rotation":90,"texture":"#3"}}},{"from":[7.74911,-2.95369,8.50225],"to":[9.72911,2.52631,10.48225],"rotation":{"angle":22.5,"axis":"x","origin":[8.73911,0.28631,9.49225]},"faces":{"north":{"uv":[4.5,10,10,12],"rotation":90,"texture":"#3"},"east":{"uv":[5,10.5,10.5,12.5],"rotation":90,"texture":"#3"},"south":{"uv":[4.5,8.5,10,10.5],"rotation":90,"texture":"#3"},"west":{"uv":[5,11.5,10.5,13.5],"rotation":90,"texture":"#3"},"up":{"uv":[4.5,8,6.5,10],"rotation":90,"texture":"#3"},"down":{"uv":[6.5,10,8.5,12],"rotation":90,"texture":"#3"}}},{"from":[7.75911,1.98694,9.29411],"to":[9.71911,6.69694,11.25411],"rotation":{"angle":0,"axis":"x","origin":[8.73911,4.71694,10.27411]},"faces":{"north":{"uv":[0,10,5.5,12],"rotation":90,"texture":"#3"},"east":{"uv":[0.5,10.5,6,12.5],"rotation":90,"texture":"#3"},"south":{"uv":[0,8.5,5.5,10.5],"rotation":90,"texture":"#3"},"west":{"uv":[0.5,11.5,6,13.5],"rotation":90,"texture":"#3"},"up":{"uv":[0,8,2,10],"rotation":90,"texture":"#3"},"down":{"uv":[2,10,4,12],"rotation":90,"texture":"#3"}}},{"from":[7.48911,-1.33585,9.47465],"to":[9.48911,0.16415,11.47465],"rotation":{"angle":-22.5,"axis":"x","origin":[8.48911,-5.5588,13.02036]},"faces":{"north":{"uv":[8,10.5,9.5,12.5],"rotation":90,"texture":"#3"},"east":{"uv":[8.5,11,10,13],"rotation":90,"texture":"#3"},"south":{"uv":[8,9,9.5,11],"rotation":90,"texture":"#3"},"west":{"uv":[8.5,12,10,14],"rotation":90,"texture":"#3"},"up":{"uv":[8,8.5,10,10.5],"rotation":90,"texture":"#3"},"down":{"uv":[9,10,11,12],"rotation":90,"texture":"#3"}}},{"from":[7.58911,3.11415,9.27535],"to":[9.78911,6.31415,11.47535],"rotation":{"angle":0,"axis":"x","origin":[8.48911,7.26415,10.37535]},"faces":{"north":{"uv":[9.5,3,12.5,1],"rotation":90,"texture":"#4"},"east":{"uv":[5.5,3,8.5,1],"rotation":90,"texture":"#4"},"south":{"uv":[12.5,2,15.5,0],"rotation":90,"texture":"#4"},"west":{"uv":[8,3,11,1],"rotation":90,"texture":"#4"},"up":{"uv":[8.5,1.5,6.5,3.5],"rotation":90,"texture":"#4"},"down":{"uv":[8.5,1.5,6.5,3.5],"rotation":90,"texture":"#4"}}},{"from":[7.67911,2.40415,9.36535],"to":[9.94911,2.92415,11.38535],"rotation":{"angle":0,"axis":"x","origin":[8.68911,7.26415,10.37535]},"faces":{"north":{"uv":[6.5,3.5,7,1.5],"rotation":90,"texture":"#4"},"east":{"uv":[6.5,3.5,7,1.5],"rotation":90,"texture":"#4"},"south":{"uv":[6.5,3.5,7,1.5],"rotation":90,"texture":"#4"},"west":{"uv":[6.5,3.5,7,1.5],"rotation":90,"texture":"#4"},"up":{"uv":[8.5,1.5,6.5,3.5],"rotation":90,"texture":"#4"},"down":{"uv":[8.5,1.5,6.5,3.5],"rotation":90,"texture":"#4"}}},{"from":[7.63911,6.71415,9.17535],"to":[9.83911,7.41415,11.37535],"rotation":{"angle":-22.5,"axis":"x","origin":[8.78911,6.51415,10.27535]},"faces":{"north":{"uv":[6.5,3.5,7,1.5],"rotation":90,"texture":"#4"},"east":{"uv":[6.5,3.5,7,1.5],"rotation":90,"texture":"#4"},"south":{"uv":[6.5,3.5,7,1.5],"rotation":90,"texture":"#4"},"west":{"uv":[6.5,3.5,7,1.5],"rotation":90,"texture":"#4"},"up":{"uv":[8.5,1.5,6.5,3.5],"rotation":90,"texture":"#4"},"down":{"uv":[8.5,1.5,6.5,3.5],"rotation":90,"texture":"#4"}}},{"from":[7.63911,7.71415,9.17535],"to":[9.83911,8.41415,11.37535],"rotation":{"angle":-22.5,"axis":"x","origin":[8.78911,6.51415,10.27535]},"faces":{"north":{"uv":[3.5,3,4,1],"rotation":90,"texture":"#4"},"east":{"uv":[3.5,3,4,1],"rotation":90,"texture":"#4"},"south":{"uv":[3.5,3,4,1],"rotation":90,"texture":"#4"},"west":{"uv":[3.5,3,4,1],"rotation":90,"texture":"#4"},"up":{"uv":[5.5,1,3.5,3],"rotation":90,"texture":"#4"},"down":{"uv":[5.5,1,3.5,3],"rotation":90,"texture":"#4"}}},{"from":[7.63911,1.33422,8.77353],"to":[9.83911,2.03422,10.97353],"rotation":{"angle":22.5,"axis":"x","origin":[8.73911,1.18422,9.87353]},"faces":{"north":{"uv":[3.5,3,4,1],"rotation":90,"texture":"#4"},"east":{"uv":[3.5,3,4,1],"rotation":90,"texture":"#4"},"south":{"uv":[3.5,3,4,1],"rotation":90,"texture":"#4"},"west":{"uv":[3.5,3,4,1],"rotation":90,"texture":"#4"},"up":{"uv":[5.5,1,3.5,3],"rotation":90,"texture":"#4"},"down":{"uv":[5.5,1,3.5,3],"rotation":90,"texture":"#4"}}},{"from":[8.93911,-6.5913,11.5859],"to":[10.43911,-5.0913,16.0859],"rotation":{"angle":22.5,"axis":"x","origin":[8.48911,-5.5588,13.02036]},"faces":{"north":{"uv":[11,9,12.5,10.5],"rotation":270,"texture":"#3"},"east":{"uv":[11.5,11.5,16,13],"rotation":180,"texture":"#3"},"south":{"uv":[14.5,11,16,12.5],"rotation":90,"texture":"#3"},"west":{"uv":[11.5,12.5,16,14],"texture":"#3"},"up":{"uv":[11,9.5,15.5,11],"rotation":90,"texture":"#3"},"down":{"uv":[11,11,15.5,12.5],"rotation":270,"texture":"#3"}}},{"from":[7.73911,-2.5401,5.5307],"to":[9.23911,-1.0401,10.0307],"rotation":{"angle":22.5,"axis":"x","origin":[7.28911,-1.5076,6.96516]},"faces":{"north":{"uv":[6.5,9,8,10.5],"rotation":270,"texture":"#3"},"east":{"uv":[7,11.5,11.5,13],"rotation":180,"texture":"#3"},"south":{"uv":[9.5,10.5,11,12],"rotation":90,"texture":"#3"},"west":{"uv":[7,12.5,11.5,14],"texture":"#3"},"up":{"uv":[6.5,9.5,11,11],"rotation":90,"texture":"#3"},"down":{"uv":[6.5,11,11,12.5],"rotation":270,"texture":"#3"}}},{"from":[8.48911,-10.62694,13.36852],"to":[9.48911,-8.12694,14.36852],"rotation":{"angle":-45,"axis":"x","origin":[8.48911,-5.5588,13.02036]},"faces":{"north":{"uv":[11.5,10,14,9],"rotation":270,"texture":"#3"},"east":{"uv":[11.5,12.5,14,11.5],"rotation":270,"texture":"#3"},"south":{"uv":[11.5,11.5,14,10.5],"rotation":270,"texture":"#3"},"west":{"uv":[11.5,13.5,14,12.5],"rotation":270,"texture":"#3"},"up":{"uv":[12.5,8.5,11.5,9.5],"rotation":270,"texture":"#3"},"down":{"uv":[16,11,15,12],"rotation":270,"texture":"#3"}}},{"from":[8.23911,-12.58176,15.26606],"to":[8.83911,-9.48176,15.86606],"rotation":{"angle":-22.5,"axis":"x","origin":[8.48911,-5.5588,13.02036]},"faces":{"north":{"uv":[10,10.5,12,11],"rotation":90,"texture":"#3"},"east":{"uv":[10,11.5,12,12],"rotation":90,"texture":"#3"},"south":{"uv":[10,9,12,9.5],"rotation":90,"texture":"#3"},"west":{"uv":[10,12.5,12,13],"rotation":90,"texture":"#3"},"up":{"uv":[10,8.5,10.5,9],"rotation":90,"texture":"#3"},"down":{"uv":[12.5,11,13,11.5],"rotation":90,"texture":"#3"}}},{"from":[7.23911,-5.69891,12.05436],"to":[8.23911,-3.19891,13.05436],"rotation":{"angle":-45,"axis":"x","origin":[8.48911,-5.5588,13.02036]},"faces":{"north":{"uv":[11.5,10,14,9],"rotation":270,"texture":"#3"},"east":{"uv":[11.5,12.5,14,11.5],"rotation":270,"texture":"#3"},"south":{"uv":[11.5,11.5,14,10.5],"rotation":270,"texture":"#3"},"west":{"uv":[11.5,13.5,14,12.5],"rotation":270,"texture":"#3"},"up":{"uv":[12.5,8.5,11.5,9.5],"rotation":270,"texture":"#3"},"down":{"uv":[16,11,15,12],"rotation":270,"texture":"#3"}}},{"from":[6.98911,-6.26886,12.45204],"to":[7.58911,-5.66886,15.55204],"rotation":{"angle":22.5,"axis":"x","origin":[8.48911,-5.5588,13.02036]},"faces":{"north":{"uv":[10,8.5,10.5,9],"rotation":270,"texture":"#3"},"east":{"uv":[10,11.5,12,12],"rotation":180,"texture":"#3"},"south":{"uv":[12.5,11,13,11.5],"rotation":90,"texture":"#3"},"west":{"uv":[10,12.5,12,13],"texture":"#3"},"up":{"uv":[10,9,12,9.5],"rotation":90,"texture":"#3"},"down":{"uv":[10,10.5,12,11],"rotation":270,"texture":"#3"}}},{"from":[8.26089,11.80042,13.06061],"to":[10.26089,16.30042,15.06061],"rotation":{"angle":45,"axis":"x","origin":[9.76089,17.0588,14.72036]},"faces":{"north":{"uv":[13.5,11.5,9,9.5],"rotation":90,"texture":"#3"},"east":{"uv":[13.5,11.5,9,9.5],"rotation":90,"texture":"#3"},"south":{"uv":[13.5,11.5,9,9.5],"rotation":90,"texture":"#3"},"west":{"uv":[13.5,11.5,9,9.5],"rotation":90,"texture":"#3"},"up":{"uv":[11,11.5,9,9.5],"rotation":270,"texture":"#3"},"down":{"uv":[11,11.5,9,9.5],"rotation":270,"texture":"#3"}}},{"from":[8.76089,11.33585,11.17465],"to":[10.76089,12.83585,13.17465],"rotation":{"angle":22.5,"axis":"x","origin":[9.76089,17.0588,14.72036]},"faces":{"north":{"uv":[9.5,12.5,8,10.5],"rotation":90,"texture":"#3"},"east":{"uv":[10,14,8.5,12],"rotation":90,"texture":"#3"},"south":{"uv":[9.5,11,8,9],"rotation":90,"texture":"#3"},"west":{"uv":[10,13,8.5,11],"rotation":90,"texture":"#3"},"up":{"uv":[11,12,9,10],"rotation":90,"texture":"#3"},"down":{"uv":[10,10.5,8,8.5],"rotation":90,"texture":"#3"}}},{"from":[7.81089,16.5913,13.2859],"to":[9.31089,18.0913,17.7859],"rotation":{"angle":-22.5,"axis":"x","origin":[9.76089,17.0588,14.72036]},"faces":{"north":{"uv":[12.5,10.5,11,9],"rotation":270,"texture":"#3"},"east":{"uv":[16,14,11.5,12.5],"texture":"#3"},"south":{"uv":[16,12.5,14.5,11],"rotation":90,"texture":"#3"},"west":{"uv":[16,13,11.5,11.5],"rotation":180,"texture":"#3"},"up":{"uv":[15.5,12.5,11,11],"rotation":270,"texture":"#3"},"down":{"uv":[15.5,11,11,9.5],"rotation":90,"texture":"#3"}}},{"from":[8.76089,19.62694,15.06852],"to":[9.76089,22.12694,16.06852],"rotation":{"angle":45,"axis":"x","origin":[9.76089,17.0588,14.72036]},"faces":{"north":{"uv":[14,9,11.5,10],"rotation":270,"texture":"#3"},"east":{"uv":[14,12.5,11.5,13.5],"rotation":270,"texture":"#3"},"south":{"uv":[14,10.5,11.5,11.5],"rotation":270,"texture":"#3"},"west":{"uv":[14,11.5,11.5,12.5],"rotation":270,"texture":"#3"},"up":{"uv":[15,12,16,11],"rotation":270,"texture":"#3"},"down":{"uv":[11.5,9.5,12.5,8.5],"rotation":270,"texture":"#3"}}},{"from":[9.41089,20.98176,16.96606],"to":[10.01089,24.08176,17.56606],"rotation":{"angle":22.5,"axis":"x","origin":[9.76089,17.0588,14.72036]},"faces":{"north":{"uv":[12,11,10,10.5],"rotation":90,"texture":"#3"},"east":{"uv":[12,13,10,12.5],"rotation":90,"texture":"#3"},"south":{"uv":[12,9.5,10,9],"rotation":90,"texture":"#3"},"west":{"uv":[12,12,10,11.5],"rotation":90,"texture":"#3"},"up":{"uv":[13,11.5,12.5,11],"rotation":90,"texture":"#3"},"down":{"uv":[10.5,9,10,8.5],"rotation":90,"texture":"#3"}}},{"from":[10.66089,17.16886,14.15204],"to":[11.26089,17.76886,17.25204],"rotation":{"angle":-22.5,"axis":"x","origin":[9.76089,17.0588,14.72036]},"faces":{"north":{"uv":[10.5,9,10,8.5],"rotation":270,"texture":"#3"},"east":{"uv":[12,13,10,12.5],"texture":"#3"},"south":{"uv":[13,11.5,12.5,11],"rotation":90,"texture":"#3"},"west":{"uv":[12,12,10,11.5],"rotation":180,"texture":"#3"},"up":{"uv":[12,11,10,10.5],"rotation":270,"texture":"#3"},"down":{"uv":[12,9.5,10,9],"rotation":90,"texture":"#3"}}},{"from":[10.01089,14.69891,13.75436],"to":[11.01089,17.19891,14.75436],"rotation":{"angle":45,"axis":"x","origin":[9.76089,17.0588,14.72036]},"faces":{"north":{"uv":[14,9,11.5,10],"rotation":270,"texture":"#3"},"east":{"uv":[14,12.5,11.5,13.5],"rotation":270,"texture":"#3"},"south":{"uv":[14,10.5,11.5,11.5],"rotation":270,"texture":"#3"},"west":{"uv":[14,11.5,11.5,12.5],"rotation":270,"texture":"#3"},"up":{"uv":[15,12,16,11],"rotation":270,"texture":"#3"},"down":{"uv":[11.5,9.5,12.5,8.5],"rotation":270,"texture":"#3"}}}],"display":{"thirdperson_righthand":{"rotation":[0,5,0],"translation":[-1,2.5,-1],"scale":[1.02,1.02,1.02]},"thirdperson_lefthand":{"rotation":[0,5,0],"translation":[0.25,3,-1],"scale":[1.02,1.02,1.02]},"firstperson_righthand":{"rotation":[-9,0,0],"translation":[12.5,5.5,-18],"scale":[1.53,1.53,1.53]},"firstperson_lefthand":{"rotation":[-9,0,0],"translation":[15.75,5.5,-18],"scale":[1.53,1.53,1.53]},"gui":{"rotation":[75,40,-67],"translation":[-2.25,3.75,0],"scale":[0.58,0.58,0.58]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/boreal_bow.json b/assets/minecraft/models/item/wynn/skin/bow/boreal_bow.json new file mode 100644 index 000000000..9c734db07 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/boreal_bow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/ice_scythe","particle":"skins/ice_scythe"},"elements":[{"from":[7.65576,16.5176,14.55611],"to":[8.25576,19.1176,16.15611],"rotation":{"angle":22.5,"axis":"x","origin":[7.94765,18.56143,12.83064]},"faces":{"north":{"uv":[5,8,7,11],"texture":"#0"},"east":{"uv":[5,8,7,11],"texture":"#0"},"south":{"uv":[5,8,7,11],"texture":"#0"},"west":{"uv":[5,8,7,11],"texture":"#0"},"up":{"uv":[5,8,7,11],"rotation":90,"texture":"#0"},"down":{"uv":[5,8,7,11],"rotation":270,"texture":"#0"}}},{"from":[7.24727,6.47043,6.42763],"to":[8.66727,8.89043,7.84763],"rotation":{"angle":22.5,"axis":"x","origin":[7.95042,11.23538,8.27488]},"faces":{"north":{"uv":[8.5,2.5,12,0.5],"rotation":90,"texture":"#0"},"east":{"uv":[2.5,3.5,6,1.5],"rotation":270,"texture":"#0"},"south":{"uv":[10.5,15,14,13],"rotation":90,"texture":"#0"},"west":{"uv":[7.5,4,11,2],"rotation":90,"texture":"#0"},"up":{"uv":[3,2.5,8,0.5],"rotation":180,"texture":"#0"},"down":{"uv":[3,2.5,8,0.5],"texture":"#0"}}},{"from":[7.34727,3.87005,4.84478],"to":[8.56727,7.64005,6.06478],"rotation":{"angle":0,"axis":"x","origin":[7.95727,6.33005,5.45478]},"faces":{"north":{"uv":[3,5,6.97,6.5],"rotation":270,"texture":"#0"},"east":{"uv":[3,5,6.97,6.5],"rotation":270,"texture":"#0"},"south":{"uv":[3,5,6.97,6.5],"rotation":270,"texture":"#0"},"west":{"uv":[3,5,6.97,6.5],"rotation":270,"texture":"#0"},"up":{"uv":[3,5,6.97,6.5],"rotation":270,"texture":"#0"},"down":{"uv":[3,5,6.97,6.5],"rotation":270,"texture":"#0"}}},{"from":[7.14727,3.67005,4.64478],"to":[8.76727,4.37005,6.26478],"rotation":{"angle":0,"axis":"x","origin":[7.95727,6.33005,5.45478]},"faces":{"north":{"uv":[8.5,10.5,9,12],"rotation":270,"texture":"#0"},"east":{"uv":[8.5,10.5,9,12],"rotation":270,"texture":"#0"},"south":{"uv":[8.5,10.5,9,12],"rotation":270,"texture":"#0"},"west":{"uv":[8.5,10.5,9,12],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,10.5,9,12],"rotation":270,"texture":"#0"},"down":{"uv":[8.5,10.5,9,12],"rotation":270,"texture":"#0"}}},{"from":[7.14727,6.92005,4.64478],"to":[8.76727,7.62005,6.26478],"rotation":{"angle":0,"axis":"x","origin":[7.95727,9.58005,5.45478]},"faces":{"north":{"uv":[8.5,10.5,9,12],"rotation":270,"texture":"#0"},"east":{"uv":[8.5,10.5,9,12],"rotation":270,"texture":"#0"},"south":{"uv":[8.5,10.5,9,12],"rotation":270,"texture":"#0"},"west":{"uv":[8.5,10.5,9,12],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,10.5,9,12],"rotation":270,"texture":"#0"},"down":{"uv":[8.5,10.5,9,12],"rotation":270,"texture":"#0"}}},{"from":[7.25797,8.35057,7.47819],"to":[8.65797,11.75057,8.87819],"rotation":{"angle":45,"axis":"x","origin":[7.95042,11.23538,8.27488]},"faces":{"north":{"uv":[5,7,9,5],"rotation":90,"texture":"#0"},"east":{"uv":[4,5,8,3],"rotation":90,"texture":"#0"},"south":{"uv":[8,15,12,13],"rotation":90,"texture":"#0"},"west":{"uv":[3,4,7,2],"rotation":90,"texture":"#0"},"up":{"uv":[2,0,0,2],"rotation":90,"texture":"#0"},"down":{"uv":[2,0,0,2],"rotation":270,"texture":"#0"}}},{"from":[7.26797,11.49245,7.64024],"to":[8.64797,13.87245,9.02024],"rotation":{"angle":22.5,"axis":"x","origin":[7.95042,11.23538,8.27488]},"faces":{"north":{"uv":[8,4.5,6,7.5],"rotation":180,"texture":"#0"},"east":{"uv":[8,4.5,6,7.5],"rotation":180,"texture":"#0"},"south":{"uv":[8,4.5,6,7.5],"rotation":180,"texture":"#0"},"west":{"uv":[8,4.5,6,7.5],"rotation":180,"texture":"#0"},"up":{"uv":[8,4.5,6,7.5],"rotation":270,"texture":"#0"},"down":{"uv":[8,4.5,6,7.5],"rotation":90,"texture":"#0"}}},{"from":[7.25369,12.24117,13.21069],"to":[8.65369,14.64117,14.61069],"rotation":{"angle":45,"axis":"x","origin":[7.94765,18.56143,12.83064]},"faces":{"north":{"uv":[7.5,4.5,9.5,7.5],"rotation":180,"texture":"#0"},"east":{"uv":[7.5,4.5,9.5,7.5],"rotation":180,"texture":"#0"},"south":{"uv":[7.5,4.5,9.5,7.5],"rotation":180,"texture":"#0"},"west":{"uv":[7.5,4.5,9.5,7.5],"rotation":180,"texture":"#0"},"up":{"uv":[7.5,4.5,9.5,7.5],"rotation":270,"texture":"#0"},"down":{"uv":[7.5,4.5,9.5,7.5],"rotation":90,"texture":"#0"}}},{"from":[7.25081,15.31365,9.35352],"to":[8.65081,16.71365,12.75352],"rotation":{"angle":-22.5,"axis":"x","origin":[7.94765,18.56143,12.83064]},"faces":{"north":{"uv":[4,2.5,6,6.5],"rotation":90,"texture":"#0"},"east":{"uv":[4,2.5,6,6.5],"rotation":270,"texture":"#0"},"south":{"uv":[4,2.5,6,6.5],"rotation":90,"texture":"#0"},"west":{"uv":[4,2.5,6,6.5],"rotation":90,"texture":"#0"},"up":{"uv":[4,2.5,6,6.5],"rotation":180,"texture":"#0"},"down":{"uv":[4,2.5,6,6.5],"texture":"#0"}}},{"from":[7.2408,17.23712,14.39185],"to":[8.6608,20.65712,15.81185],"rotation":{"angle":45,"axis":"x","origin":[7.94765,18.56143,12.83064]},"faces":{"north":{"uv":[0,0,2,4],"rotation":180,"texture":"#0"},"east":{"uv":[0,0,2,4],"rotation":180,"texture":"#0"},"south":{"uv":[0,0,2,4],"rotation":180,"texture":"#0"},"west":{"uv":[0,0,2,4],"rotation":180,"texture":"#0"},"up":{"uv":[0,0,2,2],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,2,2],"rotation":90,"texture":"#0"}}},{"from":[7.35763,11.30219,10.04534],"to":[8.55763,14.50219,11.24534],"rotation":{"angle":-22.5,"axis":"x","origin":[7.95763,11.42232,11.14432]},"faces":{"north":{"uv":[9.5,8,7.5,12],"rotation":180,"texture":"#0"},"east":{"uv":[11.5,8,9.5,12],"rotation":180,"texture":"#0"},"south":{"uv":[9.5,8,7.5,12],"rotation":180,"texture":"#0"},"west":{"uv":[9.5,8,7.5,12],"rotation":180,"texture":"#0"},"up":{"uv":[9.5,8,7.5,12],"rotation":270,"texture":"#0"},"down":{"uv":[9.5,8,7.5,12],"rotation":90,"texture":"#0"}}},{"from":[7.55763,9.50219,10.24534],"to":[8.35763,12.30219,11.04534],"rotation":{"angle":-22.5,"axis":"x","origin":[7.95763,11.42232,11.14432]},"faces":{"north":{"uv":[3.5,8,2,11],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,8,2,11],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,8,2,11],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,8,2,11],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,8,2,11],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,8,2,11],"rotation":90,"texture":"#0"}}},{"from":[7.75763,7.70219,10.44534],"to":[8.15763,10.10219,10.84534],"rotation":{"angle":-22.5,"axis":"x","origin":[7.95763,11.42232,11.14432]},"faces":{"north":{"uv":[2,8,1.5,11.5],"rotation":180,"texture":"#0"},"east":{"uv":[2,8,1.5,11.5],"rotation":180,"texture":"#0"},"south":{"uv":[2,8,1.5,11.5],"rotation":180,"texture":"#0"},"west":{"uv":[2,8,1.5,11.5],"rotation":180,"texture":"#0"},"up":{"uv":[2,8,1.5,11.5],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,8,1.5,10],"rotation":90,"texture":"#0"}}},{"from":[7.3515,16.74467,14.53647],"to":[8.5515,18.94467,15.73647],"rotation":{"angle":-22.5,"axis":"x","origin":[7.94765,18.56143,12.83064]},"faces":{"north":{"uv":[4,1.5,6,4.5],"rotation":180,"texture":"#0"},"east":{"uv":[7,12.5,9,15.5],"texture":"#0"},"south":{"uv":[8,3.5,10,6.5],"rotation":180,"texture":"#0"},"west":{"uv":[4,1.5,6,4.5],"rotation":180,"texture":"#0"},"up":{"uv":[1.5,0,3.5,2],"rotation":270,"texture":"#0"},"down":{"uv":[4,1.5,6,4.5],"rotation":90,"texture":"#0"}}},{"from":[7.44687,20.28945,11.58794],"to":[8.44687,21.28945,13.58794],"rotation":{"angle":45,"axis":"x","origin":[7.94765,18.56143,12.83064]},"faces":{"north":{"uv":[0,0,2,2],"rotation":90,"texture":"#0"},"east":{"uv":[8,3.5,10,6.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,0,2,2],"rotation":90,"texture":"#0"},"west":{"uv":[7.5,4.5,9.5,7.5],"rotation":90,"texture":"#0"},"up":{"uv":[1.5,0,3.5,3],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,2,3],"texture":"#0"}}},{"from":[7.54262,20.65433,10.92592],"to":[8.34262,21.45433,12.72592],"rotation":{"angle":22.5,"axis":"x","origin":[7.94765,18.56143,12.83064]},"faces":{"north":{"uv":[12,4,14,7],"rotation":90,"texture":"#0"},"east":{"uv":[6,0,8,3],"rotation":90,"texture":"#0"},"south":{"uv":[12,4,14,7],"rotation":90,"texture":"#0"},"west":{"uv":[6.5,4.5,8.5,7.5],"rotation":90,"texture":"#0"},"up":{"uv":[12,4,14,7],"rotation":180,"texture":"#0"},"down":{"uv":[7,4.5,9,7.5],"texture":"#0"}}},{"from":[7.63935,21.26028,10.57746],"to":[8.23935,21.86028,12.17746],"rotation":{"angle":0,"axis":"x","origin":[7.94765,18.56143,12.83064]},"faces":{"north":{"uv":[7,4.5,9,7.5],"rotation":90,"texture":"#0"},"east":{"uv":[7,4.5,9,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[7,4.5,9,7.5],"rotation":90,"texture":"#0"},"west":{"uv":[7,4.5,9,7.5],"rotation":90,"texture":"#0"},"up":{"uv":[7,4.5,9,7.5],"rotation":180,"texture":"#0"},"down":{"uv":[7,4.5,9,7.5],"texture":"#0"}}},{"from":[7.7374,21.96894,10.61092],"to":[8.1374,22.36894,12.01092],"rotation":{"angle":-22.5,"axis":"x","origin":[7.94765,18.56143,12.83064]},"faces":{"north":{"uv":[7,4.5,9,7.5],"rotation":90,"texture":"#0"},"east":{"uv":[7,4.5,9,7.5],"rotation":270,"texture":"#0"},"south":{"uv":[7,4.5,9,7.5],"rotation":90,"texture":"#0"},"west":{"uv":[7,4.5,9,7.5],"rotation":90,"texture":"#0"},"up":{"uv":[7,4.5,9,7.5],"rotation":180,"texture":"#0"},"down":{"uv":[7,4.5,9,7.5],"texture":"#0"}}},{"from":[7.25369,-3.64117,13.21069],"to":[8.65369,-1.24117,14.61069],"rotation":{"angle":-45,"axis":"x","origin":[7.94765,-7.56143,12.83064]},"faces":{"north":{"uv":[7.5,7.5,9.5,4.5],"rotation":180,"texture":"#0"},"east":{"uv":[7.5,7.5,9.5,4.5],"rotation":180,"texture":"#0"},"south":{"uv":[7.5,7.5,9.5,4.5],"rotation":180,"texture":"#0"},"west":{"uv":[7.5,7.5,9.5,4.5],"rotation":180,"texture":"#0"},"up":{"uv":[9.5,4.5,7.5,7.5],"rotation":90,"texture":"#0"},"down":{"uv":[9.5,4.5,7.5,7.5],"rotation":270,"texture":"#0"}}},{"from":[7.2408,-9.65712,14.39185],"to":[8.6608,-6.23712,15.81185],"rotation":{"angle":-45,"axis":"x","origin":[7.94765,-7.56143,12.83064]},"faces":{"north":{"uv":[0,4,2,0],"rotation":180,"texture":"#0"},"east":{"uv":[0,4,2,0],"rotation":180,"texture":"#0"},"south":{"uv":[0,4,2,0],"rotation":180,"texture":"#0"},"west":{"uv":[0,4,2,0],"rotation":180,"texture":"#0"},"up":{"uv":[2,0,0,2],"rotation":90,"texture":"#0"},"down":{"uv":[2,0,0,2],"rotation":270,"texture":"#0"}}},{"from":[7.25081,-5.71365,9.35352],"to":[8.65081,-4.31365,12.75352],"rotation":{"angle":22.5,"axis":"x","origin":[7.94765,-7.56143,12.83064]},"faces":{"north":{"uv":[6,2.5,4,6.5],"rotation":90,"texture":"#0"},"east":{"uv":[6,2.5,4,6.5],"rotation":270,"texture":"#0"},"south":{"uv":[6,2.5,4,6.5],"rotation":90,"texture":"#0"},"west":{"uv":[6,2.5,4,6.5],"rotation":90,"texture":"#0"},"up":{"uv":[4,6.5,6,2.5],"texture":"#0"},"down":{"uv":[4,6.5,6,2.5],"rotation":180,"texture":"#0"}}},{"from":[7.3515,-7.94467,14.53647],"to":[8.5515,-5.74467,15.73647],"rotation":{"angle":22.5,"axis":"x","origin":[7.94765,-7.56143,12.83064]},"faces":{"north":{"uv":[4,4.5,6,1.5],"rotation":180,"texture":"#0"},"east":{"uv":[7,15.5,9,12.5],"texture":"#0"},"south":{"uv":[8,6.5,10,3.5],"rotation":180,"texture":"#0"},"west":{"uv":[4,4.5,6,1.5],"rotation":180,"texture":"#0"},"up":{"uv":[6,1.5,4,4.5],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,0,1.5,2],"rotation":270,"texture":"#0"}}},{"from":[7.44687,-10.28945,11.58794],"to":[8.44687,-9.28945,13.58794],"rotation":{"angle":-45,"axis":"x","origin":[7.94765,-7.56143,12.83064]},"faces":{"north":{"uv":[2,0,0,2],"rotation":90,"texture":"#0"},"east":{"uv":[10,3.5,8,6.5],"rotation":270,"texture":"#0"},"south":{"uv":[2,0,0,2],"rotation":90,"texture":"#0"},"west":{"uv":[9.5,4.5,7.5,7.5],"rotation":90,"texture":"#0"},"up":{"uv":[0,3,2,0],"texture":"#0"},"down":{"uv":[1.5,3,3.5,0],"rotation":180,"texture":"#0"}}},{"from":[7.54262,-10.45433,10.92592],"to":[8.34262,-9.65433,12.72592],"rotation":{"angle":-22.5,"axis":"x","origin":[7.94765,-7.56143,12.83064]},"faces":{"north":{"uv":[14,4,12,7],"rotation":90,"texture":"#0"},"east":{"uv":[8,0,6,3],"rotation":90,"texture":"#0"},"south":{"uv":[14,4,12,7],"rotation":90,"texture":"#0"},"west":{"uv":[8.5,4.5,6.5,7.5],"rotation":90,"texture":"#0"},"up":{"uv":[7,7.5,9,4.5],"texture":"#0"},"down":{"uv":[12,7,14,4],"rotation":180,"texture":"#0"}}},{"from":[7.63935,-10.86028,10.57746],"to":[8.23935,-10.26028,12.17746],"rotation":{"angle":0,"axis":"x","origin":[7.94765,-7.56143,12.83064]},"faces":{"north":{"uv":[9,4.5,7,7.5],"rotation":90,"texture":"#0"},"east":{"uv":[9,4.5,7,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[9,4.5,7,7.5],"rotation":90,"texture":"#0"},"west":{"uv":[9,4.5,7,7.5],"rotation":90,"texture":"#0"},"up":{"uv":[7,7.5,9,4.5],"texture":"#0"},"down":{"uv":[7,7.5,9,4.5],"rotation":180,"texture":"#0"}}},{"from":[7.7374,-11.36894,10.61092],"to":[8.1374,-10.96894,12.01092],"rotation":{"angle":22.5,"axis":"x","origin":[7.94765,-7.56143,12.83064]},"faces":{"north":{"uv":[9,4.5,7,7.5],"rotation":90,"texture":"#0"},"east":{"uv":[9,4.5,7,7.5],"rotation":270,"texture":"#0"},"south":{"uv":[9,4.5,7,7.5],"rotation":90,"texture":"#0"},"west":{"uv":[9,4.5,7,7.5],"rotation":90,"texture":"#0"},"up":{"uv":[7,7.5,9,4.5],"texture":"#0"},"down":{"uv":[7,7.5,9,4.5],"rotation":180,"texture":"#0"}}},{"from":[10.34852,13.26072,14.49534],"to":[11.54852,16.46072,15.69534],"rotation":{"angle":22.5,"axis":"z","origin":[7.95259,9.25444,15.24496]},"faces":{"north":{"uv":[5,8,3,12],"rotation":180,"texture":"#0"},"east":{"uv":[5,8,3,12],"rotation":180,"texture":"#0"},"south":{"uv":[5,8,3,12],"rotation":180,"texture":"#0"},"west":{"uv":[5,8,3,12],"rotation":180,"texture":"#0"},"up":{"uv":[5,8,3,12],"rotation":270,"texture":"#0"},"down":{"uv":[5,8,3,10],"rotation":90,"texture":"#0"}}},{"from":[10.54852,11.46072,14.69534],"to":[11.34852,14.26072,15.49534],"rotation":{"angle":22.5,"axis":"z","origin":[7.95259,9.25444,15.24496]},"faces":{"north":{"uv":[4,8,3,11.5],"rotation":180,"texture":"#0"},"east":{"uv":[4,8,3,11.5],"rotation":180,"texture":"#0"},"south":{"uv":[4,8,3,11.5],"rotation":180,"texture":"#0"},"west":{"uv":[4,8,3,11.5],"rotation":180,"texture":"#0"},"up":{"uv":[4,8,3,11.5],"rotation":270,"texture":"#0"},"down":{"uv":[5,8,3,10],"rotation":90,"texture":"#0"}}},{"from":[10.74852,9.66072,14.89534],"to":[11.14852,12.06072,15.29534],"rotation":{"angle":22.5,"axis":"z","origin":[7.95259,9.25444,15.24496]},"faces":{"north":{"uv":[4,8,3,10],"rotation":180,"texture":"#0"},"east":{"uv":[4,8,3,10],"rotation":180,"texture":"#0"},"south":{"uv":[4,8,3,10],"rotation":180,"texture":"#0"},"west":{"uv":[4,8,3,10],"rotation":180,"texture":"#0"},"up":{"uv":[4,8,3,10],"rotation":270,"texture":"#0"},"down":{"uv":[5,8,3,10],"rotation":90,"texture":"#0"}}},{"from":[3.90438,14.40916,14.49534],"to":[5.10438,17.60916,15.69534],"rotation":{"angle":-22.5,"axis":"z","origin":[7.95259,9.25444,15.24496]},"faces":{"north":{"uv":[4.5,8,2.5,12],"rotation":180,"texture":"#0"},"east":{"uv":[4.5,8,2.5,12],"rotation":180,"texture":"#0"},"south":{"uv":[4.5,8,2.5,12],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,8,6.5,12],"rotation":180,"texture":"#0"},"up":{"uv":[4.5,8,2.5,12],"rotation":270,"texture":"#0"},"down":{"uv":[4.5,8,2.5,10],"rotation":90,"texture":"#0"}}},{"from":[4.10438,12.60916,14.69534],"to":[4.90438,15.40916,15.49534],"rotation":{"angle":-22.5,"axis":"z","origin":[7.95259,9.25444,15.24496]},"faces":{"north":{"uv":[3.5,8,2.5,10.5],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,8,2.5,10.5],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,8,2.5,10.5],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,8,2.5,10.5],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,8,2.5,10.5],"rotation":270,"texture":"#0"},"down":{"uv":[4.5,8,2.5,10],"rotation":90,"texture":"#0"}}},{"from":[4.30438,10.80916,14.89534],"to":[4.70438,13.20916,15.29534],"rotation":{"angle":-22.5,"axis":"z","origin":[7.95259,9.25444,15.24496]},"faces":{"north":{"uv":[3.5,8,2.5,9.5],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,8,2.5,9.5],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,8,2.5,9.5],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,8,2.5,9.5],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,8,2.5,9.5],"rotation":270,"texture":"#0"},"down":{"uv":[4.5,8,2.5,10],"rotation":90,"texture":"#0"}}},{"from":[7.33999,13.42088,11.58442],"to":[8.53999,16.62088,12.78442],"rotation":{"angle":22.5,"axis":"x","origin":[7.95042,10.53538,14.27488]},"faces":{"north":{"uv":[5.5,8,3.5,12],"rotation":180,"texture":"#0"},"east":{"uv":[5.5,8,3.5,12],"rotation":180,"texture":"#0"},"south":{"uv":[5.5,8,3.5,12],"rotation":180,"texture":"#0"},"west":{"uv":[5.5,8,3.5,12],"rotation":180,"texture":"#0"},"up":{"uv":[5.5,8,3.5,12],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,8,3.5,10],"rotation":90,"texture":"#0"}}},{"from":[7.53999,11.62088,11.78442],"to":[8.33999,14.42088,12.58442],"rotation":{"angle":22.5,"axis":"x","origin":[7.95042,10.53538,14.27488]},"faces":{"north":{"uv":[4.5,8,3.5,11],"rotation":180,"texture":"#0"},"east":{"uv":[4.5,8,3.5,11],"rotation":180,"texture":"#0"},"south":{"uv":[4.5,8,3.5,11],"rotation":180,"texture":"#0"},"west":{"uv":[4.5,8,3.5,11],"rotation":180,"texture":"#0"},"up":{"uv":[4.5,8,3.5,11],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,8,3.5,10],"rotation":90,"texture":"#0"}}},{"from":[7.73999,9.82088,11.98442],"to":[8.13999,12.22088,12.38442],"rotation":{"angle":22.5,"axis":"x","origin":[7.95042,10.53538,14.27488]},"faces":{"north":{"uv":[4.5,8,3.5,10],"rotation":180,"texture":"#0"},"east":{"uv":[4.5,8,3.5,10],"rotation":180,"texture":"#0"},"south":{"uv":[4.5,8,3.5,10],"rotation":180,"texture":"#0"},"west":{"uv":[4.5,8,3.5,10],"rotation":180,"texture":"#0"},"up":{"uv":[4.5,8,3.5,10],"rotation":270,"texture":"#0"},"down":{"uv":[4.5,8,3.5,10],"rotation":90,"texture":"#0"}}},{"from":[7.33999,13.71891,17.46776],"to":[8.53999,16.91891,18.66776],"rotation":{"angle":-22.5,"axis":"x","origin":[7.95042,10.73538,13.97488]},"faces":{"north":{"uv":[2,10,5,8],"rotation":90,"texture":"#0"},"east":{"uv":[2,10,5,8],"rotation":90,"texture":"#0"},"south":{"uv":[2,10,5,8],"rotation":90,"texture":"#0"},"west":{"uv":[2,10,5,8],"rotation":90,"texture":"#0"},"up":{"uv":[2,8.5,2.5,8],"rotation":90,"texture":"#0"},"down":{"uv":[2,10,5,8],"rotation":90,"texture":"#0"}}},{"from":[7.53999,11.91891,17.66776],"to":[8.33999,14.71891,18.46776],"rotation":{"angle":-22.5,"axis":"x","origin":[7.95042,10.73538,13.97488]},"faces":{"north":{"uv":[2,10,9,8],"rotation":90,"texture":"#0"},"east":{"uv":[2,10,9,8],"rotation":90,"texture":"#0"},"south":{"uv":[2,10,9,8],"rotation":90,"texture":"#0"},"west":{"uv":[2,10,9,8],"rotation":90,"texture":"#0"},"up":{"uv":[2,10,9,8],"rotation":180,"texture":"#0"},"down":{"uv":[2,10,9,8],"texture":"#0"}}},{"from":[7.73999,10.11891,17.86776],"to":[8.13999,12.51891,18.26776],"rotation":{"angle":-22.5,"axis":"x","origin":[7.95042,10.73538,13.97488]},"faces":{"north":{"uv":[2,10,9,8],"rotation":90,"texture":"#0"},"east":{"uv":[2,10,9,8],"rotation":90,"texture":"#0"},"south":{"uv":[2,10,9,8],"rotation":90,"texture":"#0"},"west":{"uv":[2,10,9,8],"rotation":90,"texture":"#0"},"up":{"uv":[2,10,9,8],"rotation":180,"texture":"#0"},"down":{"uv":[2,10,9,8],"texture":"#0"}}},{"from":[7.24727,2.50957,6.42763],"to":[8.66727,4.92957,7.84763],"rotation":{"angle":-22.5,"axis":"x","origin":[7.95042,0.16462,8.27488]},"faces":{"north":{"uv":[8.5,2.5,12,0.5],"rotation":90,"texture":"#0"},"east":{"uv":[2.5,3.5,6,1.5],"rotation":270,"texture":"#0"},"south":{"uv":[10.5,15,14,13],"rotation":90,"texture":"#0"},"west":{"uv":[7.5,4,11,2],"rotation":90,"texture":"#0"},"up":{"uv":[3,0.5,8,2.5],"texture":"#0"},"down":{"uv":[3,0.5,8,2.5],"rotation":180,"texture":"#0"}}},{"from":[7.25797,-0.35057,7.47819],"to":[8.65797,3.04943,8.87819],"rotation":{"angle":-45,"axis":"x","origin":[7.95042,0.16462,8.27488]},"faces":{"north":{"uv":[9,7,5,5],"rotation":90,"texture":"#0"},"east":{"uv":[8,5,4,3],"rotation":90,"texture":"#0"},"south":{"uv":[12,15,8,13],"rotation":90,"texture":"#0"},"west":{"uv":[7,4,3,2],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,2,2],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,2,2],"rotation":90,"texture":"#0"}}},{"from":[7.26797,-2.47245,7.64024],"to":[8.64797,-0.09245,9.02024],"rotation":{"angle":-22.5,"axis":"x","origin":[7.95042,0.16462,8.27488]},"faces":{"north":{"uv":[8,7.5,6,4.5],"rotation":180,"texture":"#0"},"east":{"uv":[8,7.5,6,4.5],"rotation":180,"texture":"#0"},"south":{"uv":[8,7.5,6,4.5],"rotation":180,"texture":"#0"},"west":{"uv":[8,7.5,6,4.5],"rotation":180,"texture":"#0"},"up":{"uv":[6,4.5,8,7.5],"rotation":90,"texture":"#0"},"down":{"uv":[6,4.5,8,7.5],"rotation":270,"texture":"#0"}}},{"from":[7.45763,-0.88794,3.75425],"to":[8.45763,2.11206,4.75425],"rotation":{"angle":45,"axis":"x","origin":[7.95763,-0.82232,5.24432]},"faces":{"north":{"uv":[6,12,4,8],"texture":"#0"},"east":{"uv":[6,12,4,8],"texture":"#0"},"south":{"uv":[6,12,4,8],"texture":"#0"},"west":{"uv":[6,12,4,8],"texture":"#0"},"up":{"uv":[4,8,6,12],"rotation":270,"texture":"#0"},"down":{"uv":[4,8,6,10],"rotation":90,"texture":"#0"}}},{"from":[7.65763,-2.68794,3.95425],"to":[8.25763,-0.08794,4.55425],"rotation":{"angle":45,"axis":"x","origin":[7.95763,-0.82232,5.24432]},"faces":{"north":{"uv":[5,11.5,4,8],"texture":"#0"},"east":{"uv":[5,11.5,4,8],"texture":"#0"},"south":{"uv":[5,11.5,4,8],"texture":"#0"},"west":{"uv":[5,11.5,4,8],"texture":"#0"},"up":{"uv":[4,8,5,11.5],"rotation":270,"texture":"#0"},"down":{"uv":[4,8,6,10],"rotation":90,"texture":"#0"}}},{"from":[7.35763,-0.94245,5.1433],"to":[8.55763,2.25755,6.3433],"rotation":{"angle":22.5,"axis":"x","origin":[7.95763,-0.82232,5.24432]},"faces":{"north":{"uv":[9.5,12,7.5,8],"texture":"#0"},"east":{"uv":[11.5,12,9.5,8],"texture":"#0"},"south":{"uv":[9.5,12,7.5,8],"texture":"#0"},"west":{"uv":[9.5,12,7.5,8],"texture":"#0"},"up":{"uv":[7.5,8,9.5,12],"rotation":270,"texture":"#0"},"down":{"uv":[7.5,8,9.5,12],"rotation":90,"texture":"#0"}}},{"from":[7.55763,-2.74245,5.3433],"to":[8.35763,0.05755,6.1433],"rotation":{"angle":22.5,"axis":"x","origin":[7.95763,-0.82232,5.24432]},"faces":{"north":{"uv":[3.5,11,2,8],"texture":"#0"},"east":{"uv":[3.5,11,2,8],"texture":"#0"},"south":{"uv":[3.5,11,2,8],"texture":"#0"},"west":{"uv":[3.5,11,2,8],"texture":"#0"},"up":{"uv":[2,8,3.5,11],"rotation":270,"texture":"#0"},"down":{"uv":[2,8,3.5,11],"rotation":90,"texture":"#0"}}},{"from":[7.75763,-4.54245,5.5433],"to":[8.15763,-2.14245,5.9433],"rotation":{"angle":22.5,"axis":"x","origin":[7.95763,-0.82232,5.24432]},"faces":{"north":{"uv":[2,11.5,1.5,8],"texture":"#0"},"east":{"uv":[2,11.5,1.5,8],"texture":"#0"},"south":{"uv":[2,11.5,1.5,8],"texture":"#0"},"west":{"uv":[2,11.5,1.5,8],"texture":"#0"},"up":{"uv":[1.5,8,2,11.5],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,8,3.5,10],"rotation":90,"texture":"#0"}}},{"from":[7.36763,-2.13245,6.9533],"to":[8.54763,1.04755,8.1333],"rotation":{"angle":-22.5,"axis":"x","origin":[7.95763,-2.02232,7.04432]},"faces":{"north":{"uv":[9.5,12,7.5,8],"texture":"#0"},"east":{"uv":[11.5,12,9.5,8],"texture":"#0"},"south":{"uv":[9.5,12,7.5,8],"texture":"#0"},"west":{"uv":[9.5,12,7.5,8],"texture":"#0"},"up":{"uv":[7.5,8,9.5,12],"rotation":270,"texture":"#0"},"down":{"uv":[7.5,8,9.5,12],"rotation":90,"texture":"#0"}}},{"from":[7.55763,-3.94245,7.1433],"to":[8.35763,-1.14245,7.9433],"rotation":{"angle":-22.5,"axis":"x","origin":[7.95763,-2.02232,7.04432]},"faces":{"north":{"uv":[3.5,11,2,8],"texture":"#0"},"east":{"uv":[3.5,11,2,8],"texture":"#0"},"south":{"uv":[3.5,11,2,8],"texture":"#0"},"west":{"uv":[3.5,11,2,8],"texture":"#0"},"up":{"uv":[2,8,3.5,11],"rotation":270,"texture":"#0"},"down":{"uv":[2,8,3.5,11],"rotation":90,"texture":"#0"}}},{"from":[7.75763,-5.74245,7.3433],"to":[8.15763,-3.34245,7.7433],"rotation":{"angle":-22.5,"axis":"x","origin":[7.95763,-2.02232,7.04432]},"faces":{"north":{"uv":[2,11.5,1.5,8],"texture":"#0"},"east":{"uv":[2,11.5,1.5,8],"texture":"#0"},"south":{"uv":[2,11.5,1.5,8],"texture":"#0"},"west":{"uv":[2,11.5,1.5,8],"texture":"#0"},"up":{"uv":[1.5,8,2,11.5],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,8,3.5,10],"rotation":90,"texture":"#0"}}},{"from":[7.45763,-12.35517,13.9188],"to":[8.45763,-9.35517,14.9188],"rotation":{"angle":22.5,"axis":"x","origin":[7.95464,-9.67836,15.20673]},"faces":{"north":{"uv":[4,12,6,8],"texture":"#0"},"east":{"uv":[4,12,6,8],"texture":"#0"},"south":{"uv":[4,12,6,8],"texture":"#0"},"west":{"uv":[4,12,6,8],"texture":"#0"},"up":{"uv":[6,8,4,12],"rotation":270,"texture":"#0"},"down":{"uv":[6,8,4,10],"rotation":90,"texture":"#0"}}},{"from":[7.65763,-14.15517,14.1188],"to":[8.25763,-11.55517,14.7188],"rotation":{"angle":22.5,"axis":"x","origin":[7.95464,-9.67836,15.20673]},"faces":{"north":{"uv":[4,11.5,5,8],"texture":"#0"},"east":{"uv":[4,11.5,5,8],"texture":"#0"},"south":{"uv":[4,11.5,5,8],"texture":"#0"},"west":{"uv":[4,11.5,5,8],"texture":"#0"},"up":{"uv":[5,8,4,11.5],"rotation":270,"texture":"#0"},"down":{"uv":[6,8,4,10],"rotation":90,"texture":"#0"}}},{"from":[7.83681,-7.71732,15.43428],"to":[8.03681,19.28268,15.63428],"rotation":{"angle":0,"axis":"x","origin":[7.95042,0.16462,9.27488]},"faces":{"north":{"uv":[16,10.5,0,10.7],"rotation":90,"texture":"#0"},"east":{"uv":[16,10.5,0,10.7],"rotation":90,"texture":"#0"},"south":{"uv":[16,10.5,0,10.7],"rotation":90,"texture":"#0"},"west":{"uv":[16,10.5,0,10.7],"rotation":90,"texture":"#0"},"up":{"uv":[16,10.5,0,10.7],"rotation":90,"texture":"#0"},"down":{"uv":[16,10.5,0,10.7],"rotation":90,"texture":"#0"}}},{"from":[8.38452,-10.4132,14.40466],"to":[9.58452,-7.2132,15.60466],"rotation":{"angle":22.5,"axis":"z","origin":[7.95464,-9.67836,15.20673]},"faces":{"north":{"uv":[3,12,5,8],"texture":"#0"},"east":{"uv":[3,12,5,8],"texture":"#0"},"south":{"uv":[3,12,5,8],"texture":"#0"},"west":{"uv":[3,12,5,8],"texture":"#0"},"up":{"uv":[5,8,3,12],"rotation":90,"texture":"#0"},"down":{"uv":[5,8,3,10],"rotation":270,"texture":"#0"}}},{"from":[8.58452,-12.2132,14.60466],"to":[9.38452,-9.4132,15.40466],"rotation":{"angle":22.5,"axis":"z","origin":[7.95464,-9.67836,15.20673]},"faces":{"north":{"uv":[3,11.5,4,8],"texture":"#0"},"east":{"uv":[3,11.5,4,8],"texture":"#0"},"south":{"uv":[3,11.5,4,8],"texture":"#0"},"west":{"uv":[3,11.5,4,8],"texture":"#0"},"up":{"uv":[4,8,3,11.5],"rotation":90,"texture":"#0"},"down":{"uv":[5,8,3,10],"rotation":270,"texture":"#0"}}},{"from":[8.78452,-14.0132,14.80466],"to":[9.18452,-11.6132,15.20466],"rotation":{"angle":22.5,"axis":"z","origin":[7.95464,-9.67836,15.20673]},"faces":{"north":{"uv":[3,10,4,8],"texture":"#0"},"east":{"uv":[3,10,4,8],"texture":"#0"},"south":{"uv":[3,10,4,8],"texture":"#0"},"west":{"uv":[3,10,4,8],"texture":"#0"},"up":{"uv":[4,8,3,10],"rotation":90,"texture":"#0"},"down":{"uv":[5,8,3,10],"rotation":270,"texture":"#0"}}},{"from":[5.97133,-9.51412,14.40466],"to":[7.17133,-6.31412,15.60466],"rotation":{"angle":-22.5,"axis":"z","origin":[7.95464,-9.67836,15.20673]},"faces":{"north":{"uv":[2.5,12,4.5,8],"texture":"#0"},"east":{"uv":[6.5,12,8.5,8],"texture":"#0"},"south":{"uv":[2.5,12,4.5,8],"texture":"#0"},"west":{"uv":[2.5,12,4.5,8],"texture":"#0"},"up":{"uv":[4.5,8,2.5,12],"rotation":90,"texture":"#0"},"down":{"uv":[4.5,8,2.5,10],"rotation":270,"texture":"#0"}}},{"from":[6.17133,-11.31412,14.60466],"to":[6.97133,-8.51412,15.40466],"rotation":{"angle":-22.5,"axis":"z","origin":[7.95464,-9.67836,15.20673]},"faces":{"north":{"uv":[2.5,10.5,3.5,8],"texture":"#0"},"east":{"uv":[2.5,10.5,3.5,8],"texture":"#0"},"south":{"uv":[2.5,10.5,3.5,8],"texture":"#0"},"west":{"uv":[2.5,10.5,3.5,8],"texture":"#0"},"up":{"uv":[3.5,8,2.5,10.5],"rotation":90,"texture":"#0"},"down":{"uv":[4.5,8,2.5,10],"rotation":270,"texture":"#0"}}},{"from":[6.37133,-13.11412,14.80466],"to":[6.77133,-10.71412,15.20466],"rotation":{"angle":-22.5,"axis":"z","origin":[7.95464,-9.67836,15.20673]},"faces":{"north":{"uv":[2.5,9.5,3.5,8],"texture":"#0"},"east":{"uv":[2.5,9.5,3.5,8],"texture":"#0"},"south":{"uv":[2.5,9.5,3.5,8],"texture":"#0"},"west":{"uv":[2.5,9.5,3.5,8],"texture":"#0"},"up":{"uv":[3.5,8,2.5,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[4.5,8,2.5,10],"rotation":270,"texture":"#0"}}},{"from":[7.33999,-9.47741,16.25455],"to":[8.53999,-6.27741,17.45455],"rotation":{"angle":-22.5,"axis":"x","origin":[7.95464,-9.67836,15.20673]},"faces":{"north":{"uv":[3.5,12,5.5,8],"texture":"#0"},"east":{"uv":[3.5,12,5.5,8],"texture":"#0"},"south":{"uv":[3.5,12,5.5,8],"texture":"#0"},"west":{"uv":[3.5,12,5.5,8],"texture":"#0"},"up":{"uv":[6.7,10.5,5.5,11.7],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,8,3.5,10],"rotation":90,"texture":"#0"}}},{"from":[7.53999,-11.27741,16.45455],"to":[8.33999,-8.47741,17.25455],"rotation":{"angle":-22.5,"axis":"x","origin":[7.95464,-9.67836,15.20673]},"faces":{"north":{"uv":[3.5,11,4.5,8],"texture":"#0"},"east":{"uv":[3.5,11,4.5,8],"texture":"#0"},"south":{"uv":[3.5,11,4.5,8],"texture":"#0"},"west":{"uv":[3.5,11,4.5,8],"texture":"#0"},"up":{"uv":[4.5,8,3.5,11],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,8,3.5,10],"rotation":90,"texture":"#0"}}},{"from":[7.73999,-13.07741,16.65455],"to":[8.13999,-10.67741,17.05455],"rotation":{"angle":-22.5,"axis":"x","origin":[7.95464,-9.67836,15.20673]},"faces":{"north":{"uv":[3.5,10,4.5,8],"texture":"#0"},"east":{"uv":[3.5,10,4.5,8],"texture":"#0"},"south":{"uv":[3.5,10,4.5,8],"texture":"#0"},"west":{"uv":[3.5,10,4.5,8],"texture":"#0"},"up":{"uv":[4.5,8,3.5,10],"rotation":270,"texture":"#0"},"down":{"uv":[4.5,8,3.5,10],"rotation":90,"texture":"#0"}}},{"from":[7.53999,-7.08408,12.79134],"to":[8.33999,-5.68408,14.39134],"rotation":{"angle":22.5,"axis":"x","origin":[7.95464,-9.67836,15.20673]},"faces":{"north":{"uv":[6,11.8,7.6,11],"rotation":270,"texture":"#0"},"east":{"uv":[6,11.8,7.6,11],"rotation":270,"texture":"#0"},"south":{"uv":[6,11.8,7.6,11],"rotation":270,"texture":"#0"},"west":{"uv":[6,11.8,7.6,11],"rotation":270,"texture":"#0"},"up":{"uv":[7.6,11,6,11.8],"rotation":270,"texture":"#0"},"down":{"uv":[7.6,11,6,11.8],"rotation":270,"texture":"#0"}}}],"display":{"thirdperson_righthand":{"translation":[0,0.5,3]},"thirdperson_lefthand":{"translation":[0,0.25,3.5],"scale":[1,0.93,1]},"firstperson_righthand":{"rotation":[-15,0,0],"translation":[-1.25,6,1],"scale":[0.65,0.65,0.65]},"firstperson_lefthand":{"rotation":[-15,0,0],"translation":[-1.25,6,1],"scale":[0.65,0.65,0.65]},"gui":{"rotation":[82,-130,66],"translation":[3,-0.25,0],"scale":[0.61,0.61,0.61]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/brawler_blunderbuss.json b/assets/minecraft/models/item/wynn/skin/bow/brawler_blunderbuss.json new file mode 100644 index 000000000..9ccda073d --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/brawler_blunderbuss.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/brawler/brawler_blunderbuss","particle":"skins/brawler/brawler_blunderbuss"},"elements":[{"from":[7,5,-3],"to":[9,7,13],"rotation":{"angle":0,"axis":"y","origin":[0,1,-3]},"faces":{"north":{"uv":[0,4,2,6],"texture":"#0"},"east":{"uv":[16,0,0,2],"texture":"#0"},"south":{"uv":[2,4,4,6],"texture":"#0"},"west":{"uv":[0,0,16,2],"texture":"#0"},"up":{"uv":[0,2,16,4],"rotation":90,"texture":"#0"},"down":{"uv":[16,2,0,4],"rotation":90,"texture":"#0"}}},{"from":[8,7,-3],"to":[8.01,9,0],"rotation":{"angle":0,"axis":"y","origin":[0,1,-3]},"faces":{"east":{"uv":[7,4,4,6],"texture":"#0"},"west":{"uv":[4,4,7,6],"texture":"#0"}}},{"from":[6,4,-3],"to":[10,8,-2.99],"rotation":{"angle":0,"axis":"y","origin":[0,1,-3]},"faces":{"north":{"uv":[0,6,4,10],"texture":"#0"},"south":{"uv":[0,6,4,10],"texture":"#0"}}},{"from":[6,5,10.5],"to":[10,9,10.51],"rotation":{"angle":0,"axis":"y","origin":[0,1,-3]},"faces":{"north":{"uv":[0,6,4,10],"texture":"#0"},"south":{"uv":[0,6,4,10],"texture":"#0"}}},{"from":[6,3,5],"to":[10,5,13],"rotation":{"angle":0,"axis":"y","origin":[0,1,-3]},"faces":{"north":{"uv":[12,12,16,14],"texture":"#0"},"east":{"uv":[10,12,12,4],"rotation":90,"texture":"#0"},"south":{"uv":[12,12,16,14],"texture":"#0"},"west":{"uv":[10,4,12,12],"rotation":90,"texture":"#0"},"up":{"uv":[12,12,16,4],"texture":"#0"},"down":{"uv":[12,4,16,12],"texture":"#0"}}},{"from":[7,0,11],"to":[9,3,12],"rotation":{"angle":0,"axis":"y","origin":[0,1,-3]},"faces":{"north":{"uv":[6,8,8,11],"texture":"#0"},"east":{"uv":[5,8,6,11],"texture":"#0"},"south":{"uv":[8,8,6,11],"texture":"#0"},"west":{"uv":[4,8,5,11],"texture":"#0"},"up":{"uv":[0,0,2,1],"texture":"#0"},"down":{"uv":[6,11,8,12],"texture":"#0"}}},{"from":[4,5,10],"to":[12,6,11],"rotation":{"angle":0,"axis":"y","origin":[0,1,-3]},"faces":{"north":{"uv":[8,14,16,15],"texture":"#0"},"east":{"uv":[8,14,9,15],"texture":"#0"},"south":{"uv":[8,14,16,15],"texture":"#0"},"west":{"uv":[8,14,9,15],"texture":"#0"},"up":{"uv":[8,14,16,15],"texture":"#0"},"down":{"uv":[8,14,16,15],"texture":"#0"}}},{"from":[8,1,7],"to":[8.01,3,11],"rotation":{"angle":0,"axis":"y","origin":[0,1,-3]},"faces":{"east":{"uv":[8,6,4,8],"texture":"#0"},"west":{"uv":[4,6,8,8],"texture":"#0"}}},{"from":[5,4,12],"to":[6,5,15],"rotation":{"angle":-22.5,"axis":"x","origin":[8,4.5,12.5]},"faces":{"north":{"uv":[10,15,11,16],"texture":"#0"},"east":{"uv":[7,15,10,16],"texture":"#0"},"west":{"uv":[7,15,10,16],"texture":"#0"},"up":{"uv":[7,15,10,16],"rotation":90,"texture":"#0"},"down":{"uv":[7,15,10,16],"rotation":90,"texture":"#0"}}},{"from":[10,4,12],"to":[11,5,15],"rotation":{"angle":-22.5,"axis":"x","origin":[8,4.5,12.5]},"faces":{"north":{"uv":[10,15,11,16],"texture":"#0"},"east":{"uv":[7,15,10,16],"texture":"#0"},"west":{"uv":[7,15,10,16],"texture":"#0"},"up":{"uv":[7,15,10,16],"rotation":90,"texture":"#0"},"down":{"uv":[7,15,10,16],"rotation":90,"texture":"#0"}}},{"from":[5,4,15],"to":[11,5,16],"rotation":{"angle":-22.5,"axis":"x","origin":[8,4.5,12.5]},"faces":{"north":{"uv":[16,15,10,16],"texture":"#0"},"east":{"uv":[8,15,9,16],"texture":"#0"},"south":{"uv":[10,15,16,16],"texture":"#0"},"west":{"uv":[8,15,9,16],"texture":"#0"},"up":{"uv":[10,15,16,16],"texture":"#0"},"down":{"uv":[10,15,16,16],"texture":"#0"}}},{"from":[7,3,13],"to":[9,5,21],"rotation":{"angle":22.5,"axis":"x","origin":[8,5,13]},"faces":{"north":{"uv":[0,0,2,2],"texture":"#0"},"east":{"uv":[8,4,10,12],"rotation":90,"texture":"#0"},"south":{"uv":[10,12,12,14],"texture":"#0"},"west":{"uv":[8,12,10,4],"rotation":90,"texture":"#0"},"up":{"uv":[8,4,10,12],"texture":"#0"},"down":{"uv":[8,12,10,4],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[25,0,5],"translation":[-2,6,-1]},"thirdperson_lefthand":{"rotation":[25,0,5],"translation":[-2,6,-1]},"firstperson_righthand":{"rotation":[5,-5,-5],"translation":[3,5,-3]},"firstperson_lefthand":{"rotation":[5,-5,-5],"translation":[3,5,-3]},"gui":{"rotation":[45,-30,30],"translation":[-1,2.5,0],"scale":[0.75,0.75,0.75]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/candy_bow.json b/assets/minecraft/models/item/wynn/skin/bow/candy_bow.json new file mode 100644 index 000000000..a7f1e2613 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/candy_bow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/dwarf","1":"skins/rose","particle":"skins/dwarf"},"elements":[{"from":[7,7.5,9.8],"to":[9,18.4,10.8],"rotation":{"angle":22.5,"axis":"x","origin":[7.99916,18.06908,13.07058]},"faces":{"north":{"uv":[14.5,3.5,15.5,8.95],"texture":"#0"},"east":{"uv":[14.5,1,15,6.45],"texture":"#0"},"south":{"uv":[14.75,2.25,15.75,7.7],"texture":"#0"},"west":{"uv":[15.25,3.25,15.75,8.7],"texture":"#0"},"up":{"uv":[15,0.5,16,0],"texture":"#0"},"down":{"uv":[15,2.5,15.5,2],"texture":"#0"}}},{"from":[7.5,7.4,9.3],"to":[8.5,18.5,11.3],"rotation":{"angle":22.5,"axis":"x","origin":[7.99916,18.06908,13.07058]},"faces":{"north":{"uv":[15.25,4,15.75,9.55],"texture":"#0"},"east":{"uv":[14.5,1.25,15.5,6.8],"texture":"#0"},"south":{"uv":[15.25,2.5,15.75,8.05],"texture":"#0"},"west":{"uv":[14.75,3,15.75,8.55],"texture":"#0"},"up":{"uv":[16,0,15,0.5],"rotation":270,"texture":"#0"},"down":{"uv":[15,2.5,15.5,2],"texture":"#0"}}},{"from":[7.01,17.13426,9.93211],"to":[8.99,18.41426,10.91211],"rotation":{"angle":45,"axis":"x","origin":[7.99916,18.06908,13.07058]},"faces":{"north":{"uv":[15,3.25,16,4],"texture":"#0"},"east":{"uv":[14.75,3.5,15.25,4.25],"texture":"#0"},"south":{"uv":[14.75,1.25,15.25,2],"texture":"#0"},"west":{"uv":[15.25,2.5,15.75,3.25],"texture":"#0"},"up":{"uv":[15.25,3.75,14.75,3],"texture":"#0"},"down":{"uv":[15.25,3.75,14.75,3],"texture":"#0"}}},{"from":[7.51,17.03426,9.43211],"to":[8.49,18.51426,11.41211],"rotation":{"angle":45,"axis":"x","origin":[7.99916,18.06908,13.07058]},"faces":{"north":{"uv":[15.25,3.25,15.75,4],"texture":"#0"},"east":{"uv":[14.5,1.25,15.5,2],"texture":"#0"},"south":{"uv":[14.5,4.25,14.75,5],"texture":"#0"},"west":{"uv":[14.75,2.5,15.75,3.25],"texture":"#0"},"up":{"uv":[15.75,4,15.25,3.25],"texture":"#0"},"down":{"uv":[15.75,4,15.25,3.25],"texture":"#0"}}},{"from":[7.5,19.61401,12.0949],"to":[8.5,21.61401,13.5949],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99916,18.06908,13.07058]},"faces":{"north":{"uv":[15.25,3.25,15.75,4],"texture":"#0"},"east":{"uv":[15.5,2,14.5,1.25],"rotation":90,"texture":"#0"},"south":{"uv":[15.25,3.25,15.75,4],"rotation":180,"texture":"#0"},"west":{"uv":[15.5,2,14.5,1.25],"rotation":90,"texture":"#0"},"up":{"uv":[15.75,3,15.25,2.25],"texture":"#0"},"down":{"uv":[14.75,5,14.5,4.25],"rotation":180,"texture":"#0"}}},{"from":[7,20.11401,12.1949],"to":[9,21.11401,13.4949],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99916,18.06908,13.07058]},"faces":{"north":{"uv":[14.75,3,15.25,3.75],"texture":"#0"},"east":{"uv":[15.25,3.5,14.75,2.75],"rotation":90,"texture":"#0"},"south":{"uv":[14.75,3,15.25,3.75],"rotation":180,"texture":"#0"},"west":{"uv":[16,2.75,15.5,2],"rotation":270,"texture":"#0"},"up":{"uv":[16,3,15,2.25],"texture":"#0"},"down":{"uv":[14.75,2,15.75,1.25],"rotation":180,"texture":"#0"}}},{"from":[7,20.0205,12.4205],"to":[9,21.0205,13.7205],"rotation":{"angle":22.5,"axis":"x","origin":[7.99916,18.06908,13.07058]},"faces":{"north":{"uv":[14.75,3,15.25,3.75],"texture":"#0"},"east":{"uv":[15.25,3.5,14.75,2.75],"rotation":90,"texture":"#0"},"south":{"uv":[14.75,3,15.25,3.75],"rotation":180,"texture":"#0"},"west":{"uv":[16,2.75,15.5,2],"rotation":270,"texture":"#0"},"up":{"uv":[16,3,15,2.25],"texture":"#0"},"down":{"uv":[14.75,2,15.75,1.25],"rotation":180,"texture":"#0"}}},{"from":[7.5,19.5205,12.3205],"to":[8.5,21.5205,13.8205],"rotation":{"angle":22.5,"axis":"x","origin":[7.99916,18.06908,13.07058]},"faces":{"north":{"uv":[15.25,3.25,15.75,4],"texture":"#0"},"east":{"uv":[15.5,2,14.5,1.25],"rotation":90,"texture":"#0"},"south":{"uv":[15.25,3.25,15.75,4],"rotation":180,"texture":"#0"},"west":{"uv":[15.5,2,14.5,1.25],"rotation":90,"texture":"#0"},"up":{"uv":[15.75,3,15.25,2.25],"texture":"#0"},"down":{"uv":[14.75,5,14.5,4.25],"texture":"#0"}}},{"from":[7.51,19.55482,12.20841],"to":[8.49,21.53482,13.68841],"rotation":{"angle":0,"axis":"x","origin":[7.99916,18.06908,13.07058]},"faces":{"north":{"uv":[15.25,3.25,15.75,4],"texture":"#0"},"east":{"uv":[15.5,2,14.5,1.25],"rotation":90,"texture":"#0"},"south":{"uv":[15.25,3.25,15.75,4],"rotation":180,"texture":"#0"},"west":{"uv":[15.75,3.25,14.75,2.5],"rotation":270,"texture":"#0"},"up":{"uv":[15.75,4,15.25,3.25],"texture":"#0"},"down":{"uv":[14.75,5,14.5,4.25],"texture":"#0"}}},{"from":[7.01,20.05482,12.30841],"to":[8.99,21.03482,13.58841],"rotation":{"angle":0,"axis":"x","origin":[7.99916,18.06908,13.07058]},"faces":{"north":{"uv":[14.75,3,15.25,3.75],"texture":"#0"},"east":{"uv":[15.25,4.25,14.75,3.5],"rotation":90,"texture":"#0"},"south":{"uv":[14.75,3,15.25,3.75],"rotation":180,"texture":"#0"},"west":{"uv":[15.75,3.25,15.25,2.5],"rotation":270,"texture":"#0"},"up":{"uv":[16,4,15,3.25],"texture":"#0"},"down":{"uv":[15.25,2,14.75,1.25],"rotation":180,"texture":"#0"}}},{"from":[7.5,17,14.84101],"to":[8.5,18.5,16.84101],"rotation":{"angle":22.5,"axis":"x","origin":[7.99916,18.06908,13.07058]},"faces":{"north":{"uv":[15.25,1.5,15.75,2.25],"rotation":180,"texture":"#0"},"east":{"uv":[14.25,0.5,15.25,1.25],"rotation":180,"texture":"#0"},"south":{"uv":[15.25,2.25,15.75,3],"rotation":180,"texture":"#0"},"west":{"uv":[16,2.25,15,3],"rotation":180,"texture":"#0"},"up":{"uv":[15.75,4,15.25,3.25],"texture":"#0"},"down":{"uv":[15.5,5.5,15,5],"texture":"#0"}}},{"from":[7.49,16.74,15.33101],"to":[8.51,18.51,16.35101],"rotation":{"angle":22.5,"axis":"x","origin":[7.99916,18.06908,13.07058]},"faces":{"north":{"uv":[15.25,5.25,15.75,5.75],"texture":"#0"},"east":{"uv":[15.25,5.25,15.75,5.75],"texture":"#0"},"south":{"uv":[15.25,5.25,15.75,5.75],"texture":"#0"},"west":{"uv":[15.25,5.25,15.75,5.75],"texture":"#0"},"up":{"uv":[15.75,5.75,15.25,5.25],"texture":"#0"},"down":{"uv":[15.75,5.75,15.25,5.25],"texture":"#0"}}},{"from":[7.49,6.94,9.78101],"to":[8.51,8.71,10.80101],"rotation":{"angle":22.5,"axis":"x","origin":[7.99916,18.06908,13.07058]},"faces":{"north":{"uv":[15.25,5.25,15.75,5.75],"texture":"#0"},"east":{"uv":[15.25,5.25,15.75,5.75],"texture":"#0"},"south":{"uv":[15.25,5.25,15.75,5.75],"texture":"#0"},"west":{"uv":[15.25,5.25,15.75,5.75],"texture":"#0"},"up":{"uv":[15.75,5.75,15.25,5.25],"texture":"#0"},"down":{"uv":[15.75,5.75,15.25,5.25],"texture":"#0"}}},{"from":[6.99,7.34,9.28101],"to":[9.01,7.86,11.30101],"rotation":{"angle":22.5,"axis":"x","origin":[7.99916,18.06908,13.07058]},"faces":{"north":{"uv":[15.25,5.5,15.75,5.75],"texture":"#0"},"east":{"uv":[15.25,5.5,15.75,5.75],"texture":"#0"},"south":{"uv":[15.25,5.5,15.75,5.75],"texture":"#0"},"west":{"uv":[15.25,5.5,15.75,5.75],"texture":"#0"},"up":{"uv":[15.75,5.75,15.25,5.25],"texture":"#0"},"down":{"uv":[15.75,5.75,15.25,5.25],"texture":"#0"}}},{"from":[7,17.1,15.34101],"to":[9,18.4,16.34101],"rotation":{"angle":22.5,"axis":"x","origin":[7.99916,18.06908,13.07058]},"faces":{"north":{"uv":[15.75,1.25,14.75,2],"rotation":180,"texture":"#0"},"east":{"uv":[14.75,2.75,15.25,3.5],"rotation":180,"texture":"#0"},"south":{"uv":[15,2.25,16,3],"rotation":180,"texture":"#0"},"west":{"uv":[15.5,2,16,2.75],"rotation":180,"texture":"#0"},"up":{"uv":[15.25,3.75,14.75,3],"texture":"#0"},"down":{"uv":[15.5,5.5,15,5],"texture":"#0"}}},{"from":[7.51,17.03432,14.72891],"to":[8.49,18.51432,16.70891],"rotation":{"angle":0,"axis":"x","origin":[7.99916,18.06908,13.07058]},"faces":{"north":{"uv":[15.25,2,15.75,2.75],"rotation":180,"texture":"#0"},"east":{"uv":[14.75,3.5,15.75,4.25],"rotation":180,"texture":"#0"},"south":{"uv":[15.25,3.25,15.75,4],"rotation":180,"texture":"#0"},"west":{"uv":[14.75,2.5,15.75,3.25],"rotation":180,"texture":"#0"},"up":{"uv":[15.75,4,15.25,3.25],"texture":"#0"},"down":{"uv":[15.75,4,15.25,3.25],"texture":"#0"}}},{"from":[7.01,17.13432,15.22891],"to":[8.99,18.41432,16.20891],"rotation":{"angle":0,"axis":"x","origin":[7.99916,18.06908,13.07058]},"faces":{"north":{"uv":[14.75,1.25,15.25,2],"rotation":180,"texture":"#0"},"east":{"uv":[14.75,3.5,15.25,4.25],"rotation":180,"texture":"#0"},"south":{"uv":[15,3.25,16,4],"rotation":180,"texture":"#0"},"west":{"uv":[15.25,2.5,15.75,3.25],"rotation":180,"texture":"#0"},"up":{"uv":[15.25,3.75,14.75,3],"texture":"#0"},"down":{"uv":[15.25,3.75,14.75,3],"texture":"#0"}}},{"from":[7,17.19351,15.11541],"to":[9,18.49351,16.11541],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99916,18.06908,13.07058]},"faces":{"north":{"uv":[15.75,1.25,14.75,2],"rotation":180,"texture":"#0"},"east":{"uv":[14.75,2.75,15.25,3.5],"rotation":180,"texture":"#0"},"south":{"uv":[15,2.25,16,3],"rotation":180,"texture":"#0"},"west":{"uv":[15.5,2,16,2.75],"rotation":180,"texture":"#0"},"up":{"uv":[15.25,3.75,14.75,3],"texture":"#0"},"down":{"uv":[15.25,3.75,14.75,3],"texture":"#0"}}},{"from":[7.5,17.09351,14.61541],"to":[8.5,18.59351,16.61541],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99916,18.06908,13.07058]},"faces":{"north":{"uv":[14.5,4.25,14.75,5],"texture":"#0"},"east":{"uv":[14.5,1.25,15.5,2],"rotation":180,"texture":"#0"},"south":{"uv":[15.25,2.25,15.75,3],"rotation":180,"texture":"#0"},"west":{"uv":[14.5,1.25,15.5,2],"texture":"#0"},"up":{"uv":[15.75,4,15.25,3.25],"texture":"#0"},"down":{"uv":[15.75,4,15.25,3.25],"texture":"#0"}}},{"from":[7.01,20.05477,12.55261],"to":[8.99,21.03477,13.83261],"rotation":{"angle":45,"axis":"x","origin":[7.99916,18.06908,13.07058]},"faces":{"north":{"uv":[14.75,3,15.25,3.75],"texture":"#0"},"east":{"uv":[15.25,4.25,14.75,3.5],"rotation":90,"texture":"#0"},"south":{"uv":[14.75,3,15.25,3.75],"rotation":180,"texture":"#0"},"west":{"uv":[15.75,3.25,15.25,2.5],"rotation":270,"texture":"#0"},"up":{"uv":[16,4,15,3.25],"texture":"#0"},"down":{"uv":[15.25,2,14.75,1.25],"rotation":180,"texture":"#0"}}},{"from":[7.51,19.55477,12.45261],"to":[8.49,21.53477,13.93261],"rotation":{"angle":45,"axis":"x","origin":[7.99916,18.06908,13.07058]},"faces":{"north":{"uv":[15.25,3.25,15.75,4],"texture":"#0"},"east":{"uv":[15.5,2,14.5,1.25],"rotation":90,"texture":"#0"},"south":{"uv":[15.25,3.25,15.75,4],"rotation":180,"texture":"#0"},"west":{"uv":[15.5,2,14.5,1.25],"rotation":90,"texture":"#0"},"up":{"uv":[15.75,4,15.25,3.25],"texture":"#0"},"down":{"uv":[14.75,5,14.5,4.25],"texture":"#0"}}},{"from":[7,-4.45,9.8],"to":[9,6.45,10.8],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99916,-4.11908,13.07058]},"faces":{"north":{"uv":[14.5,8.95,15.5,3.5],"texture":"#0"},"east":{"uv":[14.5,6.45,15,1],"texture":"#0"},"south":{"uv":[14.75,7.7,15.75,2.25],"texture":"#0"},"west":{"uv":[15.25,8.7,15.75,3.25],"texture":"#0"},"up":{"uv":[15,2,15.5,2.5],"texture":"#0"},"down":{"uv":[15,0,16,0.5],"texture":"#0"}}},{"from":[7.5,-4.55,9.3],"to":[8.5,6.55,11.3],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99916,-4.11908,13.07058]},"faces":{"north":{"uv":[15.25,9.55,15.75,4],"texture":"#0"},"east":{"uv":[14.5,6.8,15.5,1.25],"texture":"#0"},"south":{"uv":[15.25,8.05,15.75,2.5],"texture":"#0"},"west":{"uv":[14.75,8.55,15.75,3],"texture":"#0"},"up":{"uv":[15,2,15.5,2.5],"texture":"#0"},"down":{"uv":[15,0,16,0.5],"rotation":270,"texture":"#0"}}},{"from":[7.01,-4.46426,9.93211],"to":[8.99,-3.18426,10.91211],"rotation":{"angle":-45,"axis":"x","origin":[7.99916,-4.11908,13.07058]},"faces":{"north":{"uv":[15,4,16,3.25],"texture":"#0"},"east":{"uv":[14.75,4.25,15.25,3.5],"texture":"#0"},"south":{"uv":[14.75,2,15.25,1.25],"texture":"#0"},"west":{"uv":[15.25,3.25,15.75,2.5],"texture":"#0"},"up":{"uv":[15.25,3,14.75,3.75],"texture":"#0"},"down":{"uv":[15.25,3,14.75,3.75],"texture":"#0"}}},{"from":[7.51,-4.56426,9.43211],"to":[8.49,-3.08426,11.41211],"rotation":{"angle":-45,"axis":"x","origin":[7.99916,-4.11908,13.07058]},"faces":{"north":{"uv":[15.25,4,15.75,3.25],"texture":"#0"},"east":{"uv":[14.5,2,15.5,1.25],"texture":"#0"},"south":{"uv":[14.5,5,14.75,4.25],"texture":"#0"},"west":{"uv":[14.75,3.25,15.75,2.5],"texture":"#0"},"up":{"uv":[15.75,3.25,15.25,4],"texture":"#0"},"down":{"uv":[15.75,3.25,15.25,4],"texture":"#0"}}},{"from":[7.5,-7.66401,12.0949],"to":[8.5,-5.66401,13.5949],"rotation":{"angle":22.5,"axis":"x","origin":[7.99916,-4.11908,13.07058]},"faces":{"north":{"uv":[15.25,4,15.75,3.25],"texture":"#0"},"east":{"uv":[14.5,2,15.5,1.25],"rotation":90,"texture":"#0"},"south":{"uv":[15.25,4,15.75,3.25],"rotation":180,"texture":"#0"},"west":{"uv":[14.5,2,15.5,1.25],"rotation":90,"texture":"#0"},"up":{"uv":[14.75,4.25,14.5,5],"rotation":180,"texture":"#0"},"down":{"uv":[15.75,2.25,15.25,3],"texture":"#0"}}},{"from":[7,-7.16401,12.1949],"to":[9,-6.16401,13.4949],"rotation":{"angle":22.5,"axis":"x","origin":[7.99916,-4.11908,13.07058]},"faces":{"north":{"uv":[14.75,3.75,15.25,3],"texture":"#0"},"east":{"uv":[14.75,3.5,15.25,2.75],"rotation":90,"texture":"#0"},"south":{"uv":[14.75,3.75,15.25,3],"rotation":180,"texture":"#0"},"west":{"uv":[15.5,2.75,16,2],"rotation":270,"texture":"#0"},"up":{"uv":[14.75,1.25,15.75,2],"rotation":180,"texture":"#0"},"down":{"uv":[16,2.25,15,3],"texture":"#0"}}},{"from":[7,-7.0705,12.4205],"to":[9,-6.0705,13.7205],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99916,-4.11908,13.07058]},"faces":{"north":{"uv":[14.75,3.75,15.25,3],"texture":"#0"},"east":{"uv":[14.75,3.5,15.25,2.75],"rotation":90,"texture":"#0"},"south":{"uv":[14.75,3.75,15.25,3],"rotation":180,"texture":"#0"},"west":{"uv":[15.5,2.75,16,2],"rotation":270,"texture":"#0"},"up":{"uv":[14.75,1.25,15.75,2],"rotation":180,"texture":"#0"},"down":{"uv":[16,2.25,15,3],"texture":"#0"}}},{"from":[7.5,-7.5705,12.3205],"to":[8.5,-5.5705,13.8205],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99916,-4.11908,13.07058]},"faces":{"north":{"uv":[15.25,4,15.75,3.25],"texture":"#0"},"east":{"uv":[14.5,2,15.5,1.25],"rotation":90,"texture":"#0"},"south":{"uv":[15.25,4,15.75,3.25],"rotation":180,"texture":"#0"},"west":{"uv":[14.5,2,15.5,1.25],"rotation":90,"texture":"#0"},"up":{"uv":[14.75,4.25,14.5,5],"texture":"#0"},"down":{"uv":[15.75,2.25,15.25,3],"texture":"#0"}}},{"from":[7.51,-7.58482,12.20841],"to":[8.49,-5.60482,13.68841],"rotation":{"angle":0,"axis":"x","origin":[7.99916,-4.11908,13.07058]},"faces":{"north":{"uv":[15.25,4,15.75,3.25],"texture":"#0"},"east":{"uv":[14.5,2,15.5,1.25],"rotation":90,"texture":"#0"},"south":{"uv":[15.25,4,15.75,3.25],"rotation":180,"texture":"#0"},"west":{"uv":[14.75,3.25,15.75,2.5],"rotation":270,"texture":"#0"},"up":{"uv":[14.75,4.25,14.5,5],"texture":"#0"},"down":{"uv":[15.75,3.25,15.25,4],"texture":"#0"}}},{"from":[7.01,-7.08482,12.30841],"to":[8.99,-6.10482,13.58841],"rotation":{"angle":0,"axis":"x","origin":[7.99916,-4.11908,13.07058]},"faces":{"north":{"uv":[14.75,3.75,15.25,3],"texture":"#0"},"east":{"uv":[14.75,4.25,15.25,3.5],"rotation":90,"texture":"#0"},"south":{"uv":[14.75,3.75,15.25,3],"rotation":180,"texture":"#0"},"west":{"uv":[15.25,3.25,15.75,2.5],"rotation":270,"texture":"#0"},"up":{"uv":[15.25,1.25,14.75,2],"rotation":180,"texture":"#0"},"down":{"uv":[16,3.25,15,4],"texture":"#0"}}},{"from":[7.5,-4.55,14.84101],"to":[8.5,-3.05,16.84101],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99916,-4.11908,13.07058]},"faces":{"north":{"uv":[15.25,2.25,15.75,1.5],"rotation":180,"texture":"#0"},"east":{"uv":[14.25,1.25,15.25,0.5],"rotation":180,"texture":"#0"},"south":{"uv":[15.25,3,15.75,2.25],"rotation":180,"texture":"#0"},"west":{"uv":[16,3,15,2.25],"rotation":180,"texture":"#0"},"up":{"uv":[15.5,5,15,5.5],"texture":"#0"},"down":{"uv":[15.75,3.25,15.25,4],"texture":"#0"}}},{"from":[7.49,-4.56,15.33101],"to":[8.51,-2.79,16.35101],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99916,-4.11908,13.07058]},"faces":{"north":{"uv":[15.25,5.75,15.75,5.25],"texture":"#0"},"east":{"uv":[15.25,5.75,15.75,5.25],"texture":"#0"},"south":{"uv":[15.25,5.75,15.75,5.25],"texture":"#0"},"west":{"uv":[15.25,5.75,15.75,5.25],"texture":"#0"},"up":{"uv":[15.75,5.25,15.25,5.75],"texture":"#0"},"down":{"uv":[15.75,5.25,15.25,5.75],"texture":"#0"}}},{"from":[7,-4.45,15.34101],"to":[9,-3.15,16.34101],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99916,-4.11908,13.07058]},"faces":{"north":{"uv":[15.75,2,14.75,1.25],"rotation":180,"texture":"#0"},"east":{"uv":[14.75,3.5,15.25,2.75],"rotation":180,"texture":"#0"},"south":{"uv":[15,3,16,2.25],"rotation":180,"texture":"#0"},"west":{"uv":[15.5,2.75,16,2],"rotation":180,"texture":"#0"},"up":{"uv":[15.5,5,15,5.5],"texture":"#0"},"down":{"uv":[15.25,3,14.75,3.75],"texture":"#0"}}},{"from":[7.51,-4.56432,14.72891],"to":[8.49,-3.08432,16.70891],"rotation":{"angle":0,"axis":"x","origin":[7.99916,-4.11908,13.07058]},"faces":{"north":{"uv":[15.25,2.75,15.75,2],"rotation":180,"texture":"#0"},"east":{"uv":[14.75,4.25,15.75,3.5],"rotation":180,"texture":"#0"},"south":{"uv":[15.25,4,15.75,3.25],"rotation":180,"texture":"#0"},"west":{"uv":[14.75,3.25,15.75,2.5],"rotation":180,"texture":"#0"},"up":{"uv":[15.75,3.25,15.25,4],"texture":"#0"},"down":{"uv":[15.75,3.25,15.25,4],"texture":"#0"}}},{"from":[7.01,-4.46432,15.22891],"to":[8.99,-3.18432,16.20891],"rotation":{"angle":0,"axis":"x","origin":[7.99916,-4.11908,13.07058]},"faces":{"north":{"uv":[14.75,2,15.25,1.25],"rotation":180,"texture":"#0"},"east":{"uv":[14.75,4.25,15.25,3.5],"rotation":180,"texture":"#0"},"south":{"uv":[15,4,16,3.25],"rotation":180,"texture":"#0"},"west":{"uv":[15.25,3.25,15.75,2.5],"rotation":180,"texture":"#0"},"up":{"uv":[15.25,3,14.75,3.75],"texture":"#0"},"down":{"uv":[15.25,3,14.75,3.75],"texture":"#0"}}},{"from":[7,-4.54351,15.11541],"to":[9,-3.24351,16.11541],"rotation":{"angle":22.5,"axis":"x","origin":[7.99916,-4.11908,13.07058]},"faces":{"north":{"uv":[15.75,2,14.75,1.25],"rotation":180,"texture":"#0"},"east":{"uv":[14.75,3.5,15.25,2.75],"rotation":180,"texture":"#0"},"south":{"uv":[15,3,16,2.25],"rotation":180,"texture":"#0"},"west":{"uv":[15.5,2.75,16,2],"rotation":180,"texture":"#0"},"up":{"uv":[15.25,3,14.75,3.75],"texture":"#0"},"down":{"uv":[15.25,3,14.75,3.75],"texture":"#0"}}},{"from":[7.5,-4.64351,14.61541],"to":[8.5,-3.14351,16.61541],"rotation":{"angle":22.5,"axis":"x","origin":[7.99916,-4.11908,13.07058]},"faces":{"north":{"uv":[14.5,5,14.75,4.25],"texture":"#0"},"east":{"uv":[14.5,2,15.5,1.25],"rotation":180,"texture":"#0"},"south":{"uv":[15.25,3,15.75,2.25],"rotation":180,"texture":"#0"},"west":{"uv":[14.5,2,15.5,1.25],"texture":"#0"},"up":{"uv":[15.75,3.25,15.25,4],"texture":"#0"},"down":{"uv":[15.75,3.25,15.25,4],"texture":"#0"}}},{"from":[7.01,-7.08477,12.55261],"to":[8.99,-6.10477,13.83261],"rotation":{"angle":-45,"axis":"x","origin":[7.99916,-4.11908,13.07058]},"faces":{"north":{"uv":[14.75,3.75,15.25,3],"texture":"#0"},"east":{"uv":[14.75,4.25,15.25,3.5],"rotation":90,"texture":"#0"},"south":{"uv":[14.75,3.75,15.25,3],"rotation":180,"texture":"#0"},"west":{"uv":[15.25,3.25,15.75,2.5],"rotation":270,"texture":"#0"},"up":{"uv":[15.25,1.25,14.75,2],"rotation":180,"texture":"#0"},"down":{"uv":[16,3.25,15,4],"texture":"#0"}}},{"from":[7.51,-7.58477,12.45261],"to":[8.49,-5.60477,13.93261],"rotation":{"angle":-45,"axis":"x","origin":[7.99916,-4.11908,13.07058]},"faces":{"north":{"uv":[15.25,4,15.75,3.25],"texture":"#0"},"east":{"uv":[14.5,2,15.5,1.25],"rotation":90,"texture":"#0"},"south":{"uv":[15.25,4,15.75,3.25],"rotation":180,"texture":"#0"},"west":{"uv":[14.5,2,15.5,1.25],"rotation":90,"texture":"#0"},"up":{"uv":[14.75,4.25,14.5,5],"texture":"#0"},"down":{"uv":[15.75,3.25,15.25,4],"texture":"#0"}}},{"from":[6.99,6.09,9.28101],"to":[9.01,6.61,11.30101],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99916,-4.11908,13.07058]},"faces":{"north":{"uv":[15.25,5.75,15.75,5.5],"texture":"#0"},"east":{"uv":[15.25,5.75,15.75,5.5],"texture":"#0"},"south":{"uv":[15.25,5.75,15.75,5.5],"texture":"#0"},"west":{"uv":[15.25,5.75,15.75,5.5],"texture":"#0"},"up":{"uv":[15.75,5.25,15.25,5.75],"texture":"#0"},"down":{"uv":[15.75,5.25,15.25,5.75],"texture":"#0"}}},{"from":[7.49,5.24,9.78101],"to":[8.51,7.01,10.80101],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99916,-4.11908,13.07058]},"faces":{"north":{"uv":[15.25,5.75,15.75,5.25],"texture":"#0"},"east":{"uv":[15.25,5.75,15.75,5.25],"texture":"#0"},"south":{"uv":[15.25,5.75,15.75,5.25],"texture":"#0"},"west":{"uv":[15.25,5.75,15.75,5.25],"texture":"#0"},"up":{"uv":[15.75,5.25,15.25,5.75],"texture":"#0"},"down":{"uv":[15.75,5.25,15.25,5.75],"texture":"#0"}}},{"from":[7,9.13393,6.78641],"to":[9,10.13393,8.08641],"rotation":{"angle":22.5,"axis":"x","origin":[7.99916,7.089,7.66208]},"faces":{"north":{"uv":[14.75,3,15.25,3.75],"texture":"#0"},"east":{"uv":[15.25,3.5,14.75,2.75],"rotation":90,"texture":"#0"},"south":{"uv":[14.75,3,15.25,3.75],"rotation":180,"texture":"#0"},"west":{"uv":[16,2.75,15.5,2],"rotation":270,"texture":"#0"},"up":{"uv":[16,3,15,2.25],"texture":"#0"},"down":{"uv":[14.75,2,15.75,1.25],"rotation":180,"texture":"#0"}}},{"from":[7.5,8.63393,6.68641],"to":[8.5,10.63393,8.18641],"rotation":{"angle":22.5,"axis":"x","origin":[7.99916,7.089,7.66208]},"faces":{"north":{"uv":[15.25,3.25,15.75,4],"texture":"#0"},"east":{"uv":[15.5,2,14.5,1.25],"rotation":90,"texture":"#0"},"south":{"uv":[15.25,3.25,15.75,4],"rotation":180,"texture":"#0"},"west":{"uv":[15.5,2,14.5,1.25],"rotation":90,"texture":"#0"},"up":{"uv":[15.75,3,15.25,2.25],"texture":"#0"},"down":{"uv":[14.75,5,14.5,4.25],"rotation":180,"texture":"#0"}}},{"from":[7.51,8.57474,6.79992],"to":[8.49,10.55474,8.27992],"rotation":{"angle":45,"axis":"x","origin":[7.99916,7.089,7.66208]},"faces":{"north":{"uv":[15.25,3.25,15.75,4],"texture":"#0"},"east":{"uv":[15.5,2,14.5,1.25],"rotation":90,"texture":"#0"},"south":{"uv":[15.25,3.25,15.75,4],"rotation":180,"texture":"#0"},"west":{"uv":[15.75,3.25,14.75,2.5],"rotation":270,"texture":"#0"},"up":{"uv":[15.75,4,15.25,3.25],"texture":"#0"},"down":{"uv":[14.75,5,14.5,4.25],"texture":"#0"}}},{"from":[7.01,9.07474,6.89992],"to":[8.99,10.05474,8.17992],"rotation":{"angle":45,"axis":"x","origin":[7.99916,7.089,7.66208]},"faces":{"north":{"uv":[14.75,3,15.25,3.75],"texture":"#0"},"east":{"uv":[15.25,4.25,14.75,3.5],"rotation":90,"texture":"#0"},"south":{"uv":[14.75,3,15.25,3.75],"rotation":180,"texture":"#0"},"west":{"uv":[15.75,3.25,15.25,2.5],"rotation":270,"texture":"#0"},"up":{"uv":[16,4,15,3.25],"texture":"#0"},"down":{"uv":[15.25,2,14.75,1.25],"rotation":180,"texture":"#0"}}},{"from":[7.5,6.33907,9.11351],"to":[8.5,7.83907,11.11351],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99916,7.089,7.66208]},"faces":{"north":{"uv":[14.5,4.25,14.75,5],"texture":"#0"},"east":{"uv":[14.5,1.25,15.5,2],"rotation":180,"texture":"#0"},"south":{"uv":[15.25,2.25,15.75,3],"rotation":180,"texture":"#0"},"west":{"uv":[14.5,1.25,15.5,2],"texture":"#0"},"up":{"uv":[15.75,4,15.25,3.25],"texture":"#0"},"down":{"uv":[15.75,4,15.25,3.25],"texture":"#0"}}},{"from":[7,6.43907,9.61351],"to":[9,7.73907,10.61351],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99916,7.089,7.66208]},"faces":{"north":{"uv":[15.75,1.25,14.75,2],"rotation":180,"texture":"#0"},"east":{"uv":[14.75,2.75,15.25,3.5],"rotation":180,"texture":"#0"},"south":{"uv":[15,2.25,16,3],"rotation":180,"texture":"#0"},"west":{"uv":[15.5,2,16,2.75],"rotation":180,"texture":"#0"},"up":{"uv":[15.25,3.75,14.75,3],"texture":"#0"},"down":{"uv":[15.25,3.75,14.75,3],"texture":"#0"}}},{"from":[7.51,6.22696,9.14777],"to":[8.49,7.70696,11.12777],"rotation":{"angle":0,"axis":"x","origin":[7.99916,7.089,7.66208]},"faces":{"north":{"uv":[14.5,4.25,14.75,5],"texture":"#0"},"east":{"uv":[14.5,1.25,15.5,2],"rotation":180,"texture":"#0"},"south":{"uv":[15.25,3.25,15.75,4],"rotation":180,"texture":"#0"},"west":{"uv":[14.5,1.25,15.5,2],"texture":"#0"},"up":{"uv":[15.75,4,15.25,3.25],"texture":"#0"},"down":{"uv":[15.75,4,15.25,3.25],"texture":"#0"}}},{"from":[7.01,6.32696,9.64777],"to":[8.99,7.60696,10.62777],"rotation":{"angle":0,"axis":"x","origin":[7.99916,7.089,7.66208]},"faces":{"north":{"uv":[14.75,1.25,15.25,2],"rotation":180,"texture":"#0"},"east":{"uv":[14.75,3.5,15.25,4.25],"rotation":180,"texture":"#0"},"south":{"uv":[15,3.25,16,4],"rotation":180,"texture":"#0"},"west":{"uv":[15.25,2.5,15.75,3.25],"rotation":180,"texture":"#0"},"up":{"uv":[15.25,3.75,14.75,3],"texture":"#0"},"down":{"uv":[15.25,3.75,14.75,3],"texture":"#0"}}},{"from":[7.5,6.11343,9.20691],"to":[8.5,7.61343,11.20691],"rotation":{"angle":22.5,"axis":"x","origin":[7.99916,7.089,7.66208]},"faces":{"north":{"uv":[14.5,4.25,14.75,5],"texture":"#0"},"east":{"uv":[14.5,1.25,15.5,2],"rotation":180,"texture":"#0"},"south":{"uv":[15.25,2.25,15.75,3],"rotation":180,"texture":"#0"},"west":{"uv":[14.5,1.25,15.5,2],"texture":"#0"},"up":{"uv":[15.75,4,15.25,3.25],"texture":"#0"},"down":{"uv":[15.75,4,15.25,3.25],"texture":"#0"}}},{"from":[7,6.21343,9.70691],"to":[9,7.51343,10.70691],"rotation":{"angle":22.5,"axis":"x","origin":[7.99916,7.089,7.66208]},"faces":{"north":{"uv":[15.75,1.25,14.75,2],"rotation":180,"texture":"#0"},"east":{"uv":[14.75,2.75,15.25,3.5],"rotation":180,"texture":"#0"},"south":{"uv":[15,2.25,16,3],"rotation":180,"texture":"#0"},"west":{"uv":[15.5,2,16,2.75],"rotation":180,"texture":"#0"},"up":{"uv":[15.25,3.75,14.75,3],"texture":"#0"},"down":{"uv":[15.25,3.75,14.75,3],"texture":"#0"}}},{"from":[7.51,6.05424,9.32041],"to":[8.49,7.53424,11.30041],"rotation":{"angle":45,"axis":"x","origin":[7.99916,7.089,7.66208]},"faces":{"north":{"uv":[15.25,2,15.75,2.75],"rotation":180,"texture":"#0"},"east":{"uv":[14.75,3.5,15.75,4.25],"rotation":180,"texture":"#0"},"south":{"uv":[15.25,3.25,15.75,4],"rotation":180,"texture":"#0"},"west":{"uv":[14.75,2.5,15.75,3.25],"rotation":180,"texture":"#0"},"up":{"uv":[15.75,4,15.25,3.25],"texture":"#0"},"down":{"uv":[15.75,4,15.25,3.25],"texture":"#0"}}},{"from":[7.01,6.15424,9.82041],"to":[8.99,7.43424,10.80041],"rotation":{"angle":45,"axis":"x","origin":[7.99916,7.089,7.66208]},"faces":{"north":{"uv":[14.75,1.25,15.25,2],"rotation":180,"texture":"#0"},"east":{"uv":[14.75,3.5,15.25,4.25],"rotation":180,"texture":"#0"},"south":{"uv":[15,3.25,16,4],"rotation":180,"texture":"#0"},"west":{"uv":[15.25,2.5,15.75,3.25],"rotation":180,"texture":"#0"},"up":{"uv":[15.25,3.75,14.75,3],"texture":"#0"},"down":{"uv":[15.25,3.75,14.75,3],"texture":"#0"}}},{"from":[7.5,3.31856,6.59301],"to":[8.5,5.31856,8.09301],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99916,7.089,7.66208]},"faces":{"north":{"uv":[15,5,15.5,5.5],"texture":"#0"},"east":{"uv":[15.25,1.25,14.25,0.5],"rotation":270,"texture":"#0"},"south":{"uv":[15.25,3.25,15.75,4],"rotation":180,"texture":"#0"},"west":{"uv":[15,3,16,2.25],"rotation":90,"texture":"#0"},"up":{"uv":[15.75,2.25,15.25,1.5],"rotation":180,"texture":"#0"},"down":{"uv":[15.75,3,15.25,2.25],"texture":"#0"}}},{"from":[7,3.81856,6.69301],"to":[9,4.81856,7.99301],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99916,7.089,7.66208]},"faces":{"north":{"uv":[15,5,15.5,5.5],"texture":"#0"},"east":{"uv":[15.25,3.5,14.75,2.75],"rotation":270,"texture":"#0"},"south":{"uv":[14.75,3,15.25,3.75],"rotation":180,"texture":"#0"},"west":{"uv":[16,2.75,15.5,2],"rotation":90,"texture":"#0"},"up":{"uv":[14.75,2,15.75,1.25],"rotation":180,"texture":"#0"},"down":{"uv":[16,3,15,2.25],"texture":"#0"}}},{"from":[7.20243,10.8,6.52769],"to":[11.45243,14.55,6.53769],"rotation":{"angle":22.5,"axis":"y","origin":[7.94087,12.32977,6.0423]},"faces":{"north":{"uv":[6.5,10,1.5,14.5],"texture":"#1"},"east":{"uv":[0,9,0.5,9.5],"texture":"#1"},"south":{"uv":[1.5,10,6.5,14.5],"texture":"#1"},"west":{"uv":[0,9,0.5,9.5],"texture":"#1"},"up":{"uv":[0,9,0.5,9.5],"texture":"#1"},"down":{"uv":[0,9,0.5,9.5],"texture":"#1"}}},{"from":[7.88316,11.18083,4.8186],"to":[8.88316,12.18083,5.8186],"rotation":{"angle":-22.5,"axis":"x","origin":[7.94087,12.32977,6.0423]},"faces":{"north":{"uv":[11.5,1.5,10.5,2.5],"texture":"#1"},"east":{"uv":[11.5,1.5,10.5,2.5],"texture":"#1"},"south":{"uv":[11.5,1.5,10.5,2.5],"texture":"#1"},"west":{"uv":[11.5,1.5,10.5,2.5],"texture":"#1"},"up":{"uv":[11.5,1.5,10.5,2.5],"texture":"#1"},"down":{"uv":[11.5,1.5,10.5,2.5],"texture":"#1"}}},{"from":[7.08316,11.66833,5.56849],"to":[8.08316,12.66833,6.56849],"rotation":{"angle":22.5,"axis":"x","origin":[7.94087,12.32977,6.0423]},"faces":{"north":{"uv":[11.5,1.5,10.5,2.5],"texture":"#1"},"east":{"uv":[11.5,1.5,10.5,2.5],"texture":"#1"},"south":{"uv":[11.5,1.5,10.5,2.5],"texture":"#1"},"west":{"uv":[11.5,1.5,10.5,2.5],"texture":"#1"},"up":{"uv":[11.5,1.5,10.5,2.5],"texture":"#1"},"down":{"uv":[11.5,1.5,10.5,2.5],"texture":"#1"}}},{"from":[3.65945,10.8,6.51235],"to":[8.65945,15.3,6.52235],"rotation":{"angle":-45,"axis":"y","origin":[7.94087,12.32977,6.0423]},"faces":{"north":{"uv":[1.5,10,6.5,14.5],"texture":"#1"},"east":{"uv":[0.5,9,0,9.5],"texture":"#1"},"south":{"uv":[6.5,10,1.5,14.5],"texture":"#1"},"west":{"uv":[0.5,9,0,9.5],"texture":"#1"},"up":{"uv":[0.5,9,0,9.5],"texture":"#1"},"down":{"uv":[0.5,9,0,9.5],"texture":"#1"}}},{"from":[6.96316,9.48,9.28143],"to":[9.00316,10.52,11.32143],"rotation":{"angle":22.5,"axis":"x","origin":[7.99916,18.06908,13.07058]},"faces":{"north":{"uv":[12,6.5,10,7.5],"texture":"#1"},"east":{"uv":[13.5,6.5,11.5,7.5],"texture":"#1"},"south":{"uv":[10.5,6.5,8.5,7.5],"texture":"#1"},"west":{"uv":[12,6.5,10,7.5],"texture":"#1"},"up":{"uv":[12,6.5,10,8.5],"rotation":270,"texture":"#1"},"down":{"uv":[12,6.5,10,7.5],"rotation":90,"texture":"#1"}}},{"from":[7.8,-2.2,15.3],"to":[8.2,17.2,15.7],"faces":{"north":{"uv":[3,7,13,7.5],"rotation":90,"texture":"#1"},"east":{"uv":[3,7,13,7.5],"rotation":90,"texture":"#1"},"south":{"uv":[3,7,13,7.5],"rotation":90,"texture":"#1"},"west":{"uv":[3,7,13,7.5],"rotation":90,"texture":"#1"},"up":{"uv":[3,7,3.5,7.5],"rotation":90,"texture":"#1"},"down":{"uv":[3,7,3.5,7.5],"rotation":90,"texture":"#1"}}}],"display":{"thirdperson_righthand":{"translation":[0,-0.75,0.25]},"thirdperson_lefthand":{"translation":[0,-0.75,0.25]},"firstperson_righthand":{"rotation":[-16,0,0],"translation":[-2.25,5.75,2.75],"scale":[0.57,0.57,0.57]},"firstperson_lefthand":{"rotation":[-16,0,0],"translation":[-2.25,5.75,2.75],"scale":[0.57,0.57,0.57]},"gui":{"rotation":[90,-130,93],"translation":[2.75,-1.25,0],"scale":[0.63,0.63,0.63]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/cannon_bow.json b/assets/minecraft/models/item/wynn/skin/bow/cannon_bow.json new file mode 100644 index 000000000..67460bfee --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/cannon_bow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/cannon_atlas","1":"skins/thunderbolt"},"elements":[{"from":[5.75,3.75,8.75],"to":[10.25,5.25,9],"faces":{"down":{"uv":[4.5,13.84375,5.0625,13.875],"texture":"#0"},"up":{"uv":[2.75,13.96875,3.3125,13.9375],"texture":"#0"},"north":{"uv":[0.5625,15.8125,0,16],"texture":"#0"},"south":{"uv":[0.625,15.8125,1.1875,16],"texture":"#0"},"west":{"uv":[0.375,10.5625,0.40625,10.75],"texture":"#0"},"east":{"uv":[0.5,10.5625,0.46875,10.75],"texture":"#0"}}},{"from":[5.75,4.25,9],"to":[10.25,5.25,9.25],"faces":{"down":{"uv":[2.125,13.84375,2.6875,13.875],"texture":"#0"},"up":{"uv":[2.125,13.96875,2.6875,13.9375],"texture":"#0"},"south":{"uv":[7.125,15.875,7.6875,16],"texture":"#0"},"west":{"uv":[5.25,9.46875,5.28125,9.59375],"texture":"#0"},"east":{"uv":[5.375,9.46875,5.34375,9.59375],"texture":"#0"}}},{"from":[5.75,4.5,8.5],"to":[10.25,5,8.75],"faces":{"down":{"uv":[1.5,13.84375,2.0625,13.875],"texture":"#0"},"up":{"uv":[1.5,13.96875,2.0625,13.9375],"texture":"#0"},"north":{"uv":[5.15625,15.15625,4.59375,15.21875],"texture":"#0"},"west":{"uv":[7.90625,11.4375,7.9375,11.5],"texture":"#0"},"east":{"uv":[1.25,10.5,1.21875,10.5625],"texture":"#0"}}},{"from":[5.75,4.5,9.25],"to":[10.25,4.75,9.5],"faces":{"down":{"uv":[0.875,13.84375,1.4375,13.875],"texture":"#0"},"up":{"uv":[0.875,13.96875,1.4375,13.9375],"texture":"#0"},"south":{"uv":[6.375,13.9375,6.9375,13.96875],"texture":"#0"},"west":{"uv":[6.5625,8.15625,6.59375,8.1875],"texture":"#0"},"east":{"uv":[6.6875,8.15625,6.65625,8.1875],"texture":"#0"}}},{"from":[5.75,4.75,9.25],"to":[6,5,9.5],"faces":{"up":{"uv":[6.84375,8.1875,6.875,8.15625],"texture":"#0"},"south":{"uv":[7.03125,8.15625,7.0625,8.1875],"texture":"#0"},"west":{"uv":[7.125,8.15625,7.15625,8.1875],"texture":"#0"},"east":{"uv":[7.25,8.15625,7.21875,8.1875],"texture":"#0"}}},{"from":[6,3,8.75],"to":[10,3.75,9],"faces":{"down":{"uv":[7.3125,15.53125,7.8125,15.5625],"texture":"#0"},"north":{"uv":[7.4375,15.375,6.9375,15.46875],"texture":"#0"},"south":{"uv":[4.3125,15.375,4.8125,15.46875],"texture":"#0"},"west":{"uv":[7.90625,11.09375,7.9375,11.1875],"texture":"#0"},"east":{"uv":[1.90625,9.09375,1.875,9.1875],"texture":"#0"}}},{"from":[6,3.25,8.5],"to":[10,4.5,8.75],"faces":{"down":{"uv":[5.625,15.28125,6.125,15.3125],"texture":"#0"},"north":{"uv":[4.4375,15.84375,3.9375,16],"texture":"#0"},"south":{"uv":[3.375,15.84375,3.875,16],"texture":"#0"},"west":{"uv":[7.65625,10,7.6875,10.15625],"texture":"#0"},"east":{"uv":[7.78125,10,7.75,10.15625],"texture":"#0"}}},{"from":[6,3.25,9],"to":[10,4.25,9.25],"faces":{"down":{"uv":[4.9375,13.75,5.4375,13.78125],"texture":"#0"},"north":{"uv":[6.125,15.625,5.625,15.75],"texture":"#0"},"south":{"uv":[6.1875,15.625,6.6875,15.75],"texture":"#0"},"west":{"uv":[3.0625,9.78125,3.09375,9.90625],"texture":"#0"},"east":{"uv":[3.1875,9.78125,3.15625,9.90625],"texture":"#0"}}},{"from":[6,3.5,8.25],"to":[10,4.75,8.5],"faces":{"down":{"uv":[6.75,15.53125,7.25,15.5625],"texture":"#0"},"up":{"uv":[5.5,13.78125,6,13.75],"texture":"#0"},"north":{"uv":[5.5625,15.84375,5.0625,16],"texture":"#0"},"south":{"uv":[4.5,15.84375,5,16],"texture":"#0"},"west":{"uv":[0.09375,9.75,0.125,9.90625],"texture":"#0"},"east":{"uv":[0.21875,9.75,0.1875,9.90625],"texture":"#0"}}},{"from":[6,3.5,9.25],"to":[10,4.5,9.5],"faces":{"down":{"uv":[5.5,13.65625,6,13.6875],"texture":"#0"},"north":{"uv":[7.25,15.625,6.75,15.75],"texture":"#0"},"south":{"uv":[7.3125,15.625,7.8125,15.75],"texture":"#0"},"west":{"uv":[3.25,9.78125,3.28125,9.90625],"texture":"#0"},"east":{"uv":[3.375,9.78125,3.34375,9.90625],"texture":"#0"}}},{"from":[6,3.75,7.75],"to":[10,4,8.25],"faces":{"down":{"uv":[5.59375,15.03125,6.09375,15.09375],"texture":"#0"},"up":{"uv":[6.71875,15.21875,7.21875,15.15625],"texture":"#0"},"north":{"uv":[6.5625,13.65625,6.0625,13.6875],"texture":"#0"},"west":{"uv":[7.25,8.96875,7.3125,9],"texture":"#0"},"east":{"uv":[7.4375,8.96875,7.375,9],"texture":"#0"}}},{"from":[6,3.75,9.5],"to":[10,4,9.75],"faces":{"down":{"uv":[7.375,13.75,7.875,13.78125],"texture":"#0"},"up":{"uv":[7.375,13.6875,7.875,13.65625],"texture":"#0"},"south":{"uv":[1.125,13.53125,1.625,13.5625],"texture":"#0"},"west":{"uv":[7.3125,8.15625,7.34375,8.1875],"texture":"#0"},"east":{"uv":[7.4375,8.15625,7.40625,8.1875],"texture":"#0"}}},{"from":[6,4,8],"to":[10,4.25,8.25],"faces":{"up":{"uv":[1.125,13.375,1.625,13.34375],"texture":"#0"},"north":{"uv":[2.1875,13.53125,1.6875,13.5625],"texture":"#0"},"west":{"uv":[7.5,8.15625,7.53125,8.1875],"texture":"#0"},"east":{"uv":[7.625,8.15625,7.59375,8.1875],"texture":"#0"}}},{"from":[6,4.25,1],"to":[7.5,4.5,1.25],"faces":{"down":{"uv":[1.875,10.53125,2.0625,10.5625],"texture":"#0"},"up":{"uv":[2.125,10.75,2.3125,10.71875],"texture":"#0"},"north":{"uv":[2.3125,10.625,2.125,10.65625],"texture":"#0"},"south":{"uv":[2.125,10.53125,2.3125,10.5625],"texture":"#0"},"west":{"uv":[7.6875,8.15625,7.71875,8.1875],"texture":"#0"},"east":{"uv":[7.8125,8.15625,7.78125,8.1875],"texture":"#0"}}},{"from":[6,4.25,9.75],"to":[10,5.75,10],"faces":{"down":{"uv":[3.4375,13.53125,3.9375,13.5625],"texture":"#0"},"up":{"uv":[3.4375,13.46875,3.9375,13.4375],"texture":"#0"},"north":{"uv":[2.3125,15.8125,1.8125,16],"texture":"#0"},"south":{"uv":[1.25,15.8125,1.75,16],"texture":"#0"},"west":{"uv":[2.625,10.5625,2.65625,10.75],"texture":"#0"},"east":{"uv":[2.75,10.5625,2.71875,10.75],"texture":"#0"}}},{"from":[6,4.5,1],"to":[7.25,5.75,1.25],"faces":{"up":{"uv":[1.34375,9.90625,1.5,9.875],"texture":"#0"},"north":{"uv":[7.8125,14.90625,7.65625,15.0625],"texture":"#0"},"south":{"uv":[3.75,14.5625,3.90625,14.71875],"texture":"#0"},"west":{"uv":[1.5625,9.75,1.59375,9.90625],"texture":"#0"},"east":{"uv":[1.6875,9.75,1.65625,9.90625],"texture":"#0"}}},{"from":[6,4.5,9.5],"to":[10,5.25,9.75],"faces":{"down":{"uv":[3.4375,13.34375,3.9375,13.375],"texture":"#0"},"up":{"uv":[4.25,13.5625,4.75,13.53125],"texture":"#0"},"north":{"uv":[1.75,15.125,1.25,15.21875],"texture":"#0"},"west":{"uv":[2.59375,9.09375,2.625,9.1875],"texture":"#0"},"east":{"uv":[2.71875,9.09375,2.6875,9.1875],"texture":"#0"}}},{"from":[6,4.75,0.75],"to":[7.25,5.25,1],"faces":{"down":{"uv":[1.84375,9.875,2,9.90625],"texture":"#0"},"up":{"uv":[1.84375,9.8125,2,9.78125],"texture":"#0"},"north":{"uv":[2.59375,11.96875,2.4375,12.03125],"texture":"#0"},"west":{"uv":[0.21875,8.78125,0.25,8.84375],"texture":"#0"},"east":{"uv":[0.34375,8.78125,0.3125,8.84375],"texture":"#0"}}},{"from":[6,4.75,1.25],"to":[7.25,5.25,1.5],"faces":{"down":{"uv":[2.28125,9.875,2.4375,9.90625],"texture":"#0"},"up":{"uv":[2.28125,9.8125,2.4375,9.78125],"texture":"#0"},"south":{"uv":[7.71875,11.75,7.875,11.8125],"texture":"#0"},"west":{"uv":[0.40625,8.78125,0.4375,8.84375],"texture":"#0"},"east":{"uv":[0.53125,8.78125,0.5,8.84375],"texture":"#0"}}},{"from":[6,4.75,7.75],"to":[10,5.25,8],"faces":{"down":{"uv":[4.25,13.4375,4.75,13.46875],"texture":"#0"},"up":{"uv":[4.25,13.375,4.75,13.34375],"texture":"#0"},"north":{"uv":[6.09375,15.15625,5.59375,15.21875],"texture":"#0"},"south":{"uv":[5.59375,14.78125,6.09375,14.84375],"texture":"#0"},"west":{"uv":[0.59375,8.78125,0.625,8.84375],"texture":"#0"},"east":{"uv":[0.71875,8.78125,0.6875,8.84375],"texture":"#0"}}},{"from":[6,4.75,10],"to":[10,5.25,10.25],"faces":{"down":{"uv":[4.9375,13.53125,5.4375,13.5625],"texture":"#0"},"up":{"uv":[4.9375,13.46875,5.4375,13.4375],"texture":"#0"},"south":{"uv":[6.15625,15.15625,6.65625,15.21875],"texture":"#0"},"west":{"uv":[0.78125,8.78125,0.8125,8.84375],"texture":"#0"},"east":{"uv":[0.90625,8.78125,0.875,8.84375],"texture":"#0"}}},{"from":[6,5,8.5],"to":[10,5.25,8.75],"faces":{"up":{"uv":[5.5,13.5625,6,13.53125],"texture":"#0"},"north":{"uv":[6,13.4375,5.5,13.46875],"texture":"#0"},"west":{"uv":[7.875,8.15625,7.90625,8.1875],"texture":"#0"},"east":{"uv":[0.03125,8.03125,0,8.0625],"texture":"#0"}}},{"from":[6,5,9.25],"to":[10,5.5,9.5],"faces":{"down":{"uv":[6.0625,13.53125,6.5625,13.5625],"texture":"#0"},"up":{"uv":[6.0625,13.46875,6.5625,13.4375],"texture":"#0"},"north":{"uv":[6.09375,14.90625,5.59375,14.96875],"texture":"#0"},"south":{"uv":[4.59375,14.78125,5.09375,14.84375],"texture":"#0"},"west":{"uv":[1.21875,8.78125,1.25,8.84375],"texture":"#0"},"east":{"uv":[1.34375,8.78125,1.3125,8.84375],"texture":"#0"}}},{"from":[6,5.25,8.75],"to":[10,5.75,9],"faces":{"up":{"uv":[4.5,15.5625,5,15.53125],"texture":"#0"},"north":{"uv":[5.09375,14.90625,4.59375,14.96875],"texture":"#0"},"south":{"uv":[6.71875,15.03125,7.21875,15.09375],"texture":"#0"},"west":{"uv":[1.40625,8.78125,1.4375,8.84375],"texture":"#0"},"east":{"uv":[1.53125,8.78125,1.5,8.84375],"texture":"#0"}}},{"from":[6,5.25,9],"to":[10,5.5,9.25],"faces":{"up":{"uv":[5.0625,15.5625,5.5625,15.53125],"texture":"#0"},"west":{"uv":[0.09375,8.03125,0.125,8.0625],"texture":"#0"},"east":{"uv":[0.21875,8.03125,0.1875,8.0625],"texture":"#0"}}},{"from":[6.25,3,7.75],"to":[9.75,3.75,8.25],"faces":{"down":{"uv":[0.75,14.65625,1.1875,14.71875],"texture":"#0"},"north":{"uv":[2.25,15.125,1.8125,15.21875],"texture":"#0"},"south":{"uv":[1.25,14.8125,1.6875,14.90625],"texture":"#0"},"west":{"uv":[5.15625,14.375,5.21875,14.46875],"texture":"#0"},"east":{"uv":[2.40625,11.09375,2.34375,11.1875],"texture":"#0"}}},{"from":[6.25,3,8.25],"to":[9.75,3.5,8.5],"faces":{"down":{"uv":[0.5,13.09375,0.9375,13.125],"texture":"#0"},"south":{"uv":[0.75,14.15625,1.1875,14.21875],"texture":"#0"},"west":{"uv":[1.84375,8.78125,1.875,8.84375],"texture":"#0"},"east":{"uv":[1.96875,8.78125,1.9375,8.84375],"texture":"#0"}}},{"from":[6.25,3,8.5],"to":[9.75,3.25,8.75],"faces":{"down":{"uv":[5.5,13.1875,5.9375,13.21875],"texture":"#0"},"west":{"uv":[0.28125,8.03125,0.3125,8.0625],"texture":"#0"},"east":{"uv":[0.40625,8.03125,0.375,8.0625],"texture":"#0"}}},{"from":[6.25,3,9],"to":[9.75,3.25,9.25],"faces":{"down":{"uv":[3,13.1875,3.4375,13.21875],"texture":"#0"},"south":{"uv":[7.4375,13.34375,7.875,13.375],"texture":"#0"},"west":{"uv":[0.46875,8.03125,0.5,8.0625],"texture":"#0"},"east":{"uv":[0.59375,8.03125,0.5625,8.0625],"texture":"#0"}}},{"from":[6.25,3.25,9.25],"to":[9.75,3.5,9.75],"faces":{"down":{"uv":[1.25,14.65625,1.6875,14.71875],"texture":"#0"},"up":{"uv":[1.25,14.59375,1.6875,14.53125],"texture":"#0"},"south":{"uv":[0.5625,12.90625,1,12.9375],"texture":"#0"},"west":{"uv":[2.53125,8.8125,2.59375,8.84375],"texture":"#0"},"east":{"uv":[2.71875,8.8125,2.65625,8.84375],"texture":"#0"}}},{"from":[6.25,3.5,7.5],"to":[6.75,5.75,7.75],"faces":{"down":{"uv":[2.78125,8.8125,2.84375,8.84375],"texture":"#0"},"up":{"uv":[2.90625,8.84375,2.96875,8.8125],"texture":"#0"},"north":{"uv":[0.0625,13.28125,0,13.5625],"texture":"#0"},"south":{"uv":[0.125,13.28125,0.1875,13.5625],"texture":"#0"},"west":{"uv":[1.125,11.09375,1.15625,11.375],"texture":"#0"},"east":{"uv":[0.71875,11.09375,0.6875,11.375],"texture":"#0"}}},{"from":[6.25,3.5,9.5],"to":[9.75,3.75,10],"faces":{"down":{"uv":[1.25,14.28125,1.6875,14.34375],"texture":"#0"},"up":{"uv":[1.25,14.46875,1.6875,14.40625],"texture":"#0"},"south":{"uv":[5,13,5.4375,13.03125],"texture":"#0"},"west":{"uv":[3.03125,8.8125,3.09375,8.84375],"texture":"#0"},"east":{"uv":[3.21875,8.8125,3.15625,8.84375],"texture":"#0"}}},{"from":[6.25,3.75,1],"to":[9.75,4.25,1.25],"faces":{"down":{"uv":[3.5,13.1875,3.9375,13.21875],"texture":"#0"},"up":{"uv":[1.0625,12.9375,1.5,12.90625],"texture":"#0"},"north":{"uv":[3.1875,14.53125,2.75,14.59375],"texture":"#0"},"south":{"uv":[1.75,14.15625,2.1875,14.21875],"texture":"#0"},"west":{"uv":[3.28125,8.78125,3.3125,8.84375],"texture":"#0"},"east":{"uv":[3.40625,8.78125,3.375,8.84375],"texture":"#0"}}},{"from":[6.25,3.75,3.25],"to":[9.75,4.25,3.5],"faces":{"down":{"uv":[1.5625,12.90625,2,12.9375],"texture":"#0"},"up":{"uv":[7.5,15.3125,7.9375,15.28125],"texture":"#0"},"north":{"uv":[1.1875,14.28125,0.75,14.34375],"texture":"#0"},"south":{"uv":[2.75,14.40625,3.1875,14.46875],"texture":"#0"},"west":{"uv":[3.46875,8.78125,3.5,8.84375],"texture":"#0"},"east":{"uv":[3.59375,8.78125,3.5625,8.84375],"texture":"#0"}}},{"from":[6.25,3.75,9.75],"to":[9.75,4.25,10.25],"faces":{"down":{"uv":[3.25,14.65625,3.6875,14.71875],"texture":"#0"},"up":{"uv":[2.25,14.21875,2.6875,14.15625],"texture":"#0"},"north":{"uv":[2.6875,14.28125,2.25,14.34375],"texture":"#0"},"south":{"uv":[3.25,14.15625,3.6875,14.21875],"texture":"#0"},"west":{"uv":[3.46875,11.21875,3.53125,11.28125],"texture":"#0"},"east":{"uv":[3.53125,11.09375,3.46875,11.15625],"texture":"#0"}}},{"from":[6.25,4,1.25],"to":[9.75,4.25,1.5],"faces":{"down":{"uv":[6.5,13.1875,6.9375,13.21875],"texture":"#0"},"up":{"uv":[7,13.21875,7.4375,13.1875],"texture":"#0"},"south":{"uv":[0,13.09375,0.4375,13.125],"texture":"#0"},"west":{"uv":[0.65625,8.03125,0.6875,8.0625],"texture":"#0"},"east":{"uv":[0.78125,8.03125,0.75,8.0625],"texture":"#0"}}},{"from":[6.25,4,3.5],"to":[9.75,4.25,3.75],"faces":{"down":{"uv":[2.5,13.09375,2.9375,13.125],"texture":"#0"},"up":{"uv":[3,13.125,3.4375,13.09375],"texture":"#0"},"south":{"uv":[5.5,13.09375,5.9375,13.125],"texture":"#0"},"west":{"uv":[0.84375,8.03125,0.875,8.0625],"texture":"#0"},"east":{"uv":[0.96875,8.03125,0.9375,8.0625],"texture":"#0"}}},{"from":[6.25,4,7.75],"to":[9.75,4.75,8],"faces":{"north":{"uv":[7.9375,15.375,7.5,15.46875],"texture":"#0"},"south":{"uv":[1.8125,14.96875,2.25,15.0625],"texture":"#0"},"west":{"uv":[5.8125,9.09375,5.84375,9.1875],"texture":"#0"},"east":{"uv":[5.9375,9.09375,5.90625,9.1875],"texture":"#0"}}},{"from":[6.25,4,9.5],"to":[9.75,4.5,9.75],"faces":{"south":{"uv":[2.75,14.28125,3.1875,14.34375],"texture":"#0"},"west":{"uv":[4.15625,8.78125,4.1875,8.84375],"texture":"#0"},"east":{"uv":[4.28125,8.78125,4.25,8.84375],"texture":"#0"}}},{"from":[6.25,4.25,0.75],"to":[7.5,4.5,1],"faces":{"down":{"uv":[0.6875,9.78125,0.84375,9.8125],"texture":"#0"},"up":{"uv":[0.90625,9.90625,1.0625,9.875],"texture":"#0"},"north":{"uv":[1.0625,9.78125,0.90625,9.8125],"texture":"#0"},"west":{"uv":[1.03125,8.03125,1.0625,8.0625],"texture":"#0"},"east":{"uv":[1.15625,8.03125,1.125,8.0625],"texture":"#0"}}},{"from":[6.25,4.25,1.25],"to":[7.5,4.5,1.75],"faces":{"down":{"uv":[5.125,11.96875,5.28125,12.03125],"texture":"#0"},"up":{"uv":[3.78125,12.03125,3.9375,11.96875],"texture":"#0"},"south":{"uv":[2.0625,9.78125,2.21875,9.8125],"texture":"#0"},"west":{"uv":[4.59375,8.8125,4.65625,8.84375],"texture":"#0"},"east":{"uv":[4.78125,8.8125,4.71875,8.84375],"texture":"#0"}}},{"from":[6.25,4.25,3],"to":[7.5,4.5,4],"faces":{"down":{"uv":[0,13.84375,0.15625,13.96875],"texture":"#0"},"up":{"uv":[0.21875,13.96875,0.375,13.84375],"texture":"#0"},"north":{"uv":[6.78125,10.03125,6.625,10.0625],"texture":"#0"},"south":{"uv":[6.84375,10.125,7,10.15625],"texture":"#0"},"west":{"uv":[5.6875,9.875,5.8125,9.90625],"texture":"#0"},"east":{"uv":[5.8125,9.78125,5.6875,9.8125],"texture":"#0"}}},{"from":[6.25,4.25,8],"to":[9.75,5.5,8.25],"faces":{"up":{"uv":[2,13.125,2.4375,13.09375],"texture":"#0"},"north":{"uv":[3.1875,15.59375,2.75,15.75],"texture":"#0"},"south":{"uv":[4,15.59375,4.4375,15.75],"texture":"#0"},"west":{"uv":[7.15625,10,7.1875,10.15625],"texture":"#0"},"east":{"uv":[7.5,10,7.46875,10.15625],"texture":"#0"}}},{"from":[6.25,4.25,10],"to":[9.75,4.75,11.75],"faces":{"down":{"uv":[0,15.53125,0.4375,15.75],"texture":"#0"},"up":{"uv":[0.5,15.75,0.9375,15.53125],"texture":"#0"},"south":{"uv":[1.75,14.28125,2.1875,14.34375],"texture":"#0"},"west":{"uv":[0,12.875,0.21875,12.9375],"texture":"#0"},"east":{"uv":[0.5,12.875,0.28125,12.9375],"texture":"#0"}}},{"from":[6.25,4.5,0.75],"to":[7.25,4.75,1],"faces":{"north":{"uv":[6.1875,9.875,6.0625,9.90625],"texture":"#0"},"west":{"uv":[1.21875,8.03125,1.25,8.0625],"texture":"#0"},"east":{"uv":[1.34375,8.03125,1.3125,8.0625],"texture":"#0"}}},{"from":[6.25,4.5,1.25],"to":[7.25,4.75,2],"faces":{"down":{"uv":[0.5625,12.71875,0.6875,12.8125],"texture":"#0"},"up":{"uv":[0.75,12.8125,0.875,12.71875],"texture":"#0"},"south":{"uv":[6.4375,9.78125,6.5625,9.8125],"texture":"#0"},"west":{"uv":[6.4375,9.0625,6.53125,9.09375],"texture":"#0"},"east":{"uv":[6.78125,9.15625,6.6875,9.1875],"texture":"#0"}}},{"from":[6.25,4.5,3],"to":[7.25,4.75,4],"faces":{"up":{"uv":[7.25,13.46875,7.375,13.34375],"texture":"#0"},"north":{"uv":[6.75,9.78125,6.625,9.8125],"texture":"#0"},"south":{"uv":[6.8125,9.875,6.9375,9.90625],"texture":"#0"},"west":{"uv":[6.8125,9.78125,6.9375,9.8125],"texture":"#0"},"east":{"uv":[7.125,9.875,7,9.90625],"texture":"#0"}}},{"from":[6.25,4.75,0.5],"to":[7.25,5.25,0.75],"faces":{"down":{"uv":[7,9.78125,7.125,9.8125],"texture":"#0"},"up":{"uv":[7.1875,9.90625,7.3125,9.875],"texture":"#0"},"north":{"uv":[3.40625,11.09375,3.28125,11.15625],"texture":"#0"},"west":{"uv":[5.09375,8.78125,5.125,8.84375],"texture":"#0"},"east":{"uv":[5.21875,8.78125,5.1875,8.84375],"texture":"#0"}}},{"from":[6.25,4.75,1.5],"to":[7.25,5.75,1.75],"faces":{"up":{"uv":[7.5625,9.90625,7.6875,9.875],"texture":"#0"},"north":{"uv":[1.5,13.65625,1.375,13.78125],"texture":"#0"},"south":{"uv":[1.5625,13.65625,1.6875,13.78125],"texture":"#0"},"west":{"uv":[7.75,9.78125,7.78125,9.90625],"texture":"#0"},"east":{"uv":[7.875,9.78125,7.84375,9.90625],"texture":"#0"}}},{"from":[6.25,4.75,1.75],"to":[7.25,5.5,2],"faces":{"up":{"uv":[0,9.6875,0.125,9.65625],"texture":"#0"},"south":{"uv":[1.125,12.71875,1.25,12.8125],"texture":"#0"},"west":{"uv":[7,9.09375,7.03125,9.1875],"texture":"#0"},"east":{"uv":[7.125,9.09375,7.09375,9.1875],"texture":"#0"}}},{"from":[6.25,4.75,2],"to":[7.25,5.25,2.25],"faces":{"down":{"uv":[0.5625,9.65625,0.6875,9.6875],"texture":"#0"},"up":{"uv":[0.75,9.6875,0.875,9.65625],"texture":"#0"},"south":{"uv":[3.8125,10.875,3.9375,10.9375],"texture":"#0"},"west":{"uv":[5.28125,8.78125,5.3125,8.84375],"texture":"#0"},"east":{"uv":[5.40625,8.78125,5.375,8.84375],"texture":"#0"}}},{"from":[6.25,4.75,3.25],"to":[7.25,5.25,3.5],"faces":{"up":{"uv":[1.3125,9.6875,1.4375,9.65625],"texture":"#0"},"north":{"uv":[1.5625,10.875,1.4375,10.9375],"texture":"#0"},"south":{"uv":[1.25,10.875,1.375,10.9375],"texture":"#0"},"west":{"uv":[5.46875,8.78125,5.5,8.84375],"texture":"#0"},"east":{"uv":[5.59375,8.78125,5.5625,8.84375],"texture":"#0"}}},{"from":[6.25,4.75,3.5],"to":[7.25,5,3.75],"faces":{"up":{"uv":[2.8125,9.40625,2.9375,9.375],"texture":"#0"},"south":{"uv":[1.875,9.65625,2,9.6875],"texture":"#0"},"west":{"uv":[1.40625,8.03125,1.4375,8.0625],"texture":"#0"},"east":{"uv":[1.53125,8.03125,1.5,8.0625],"texture":"#0"}}},{"from":[6.25,4.75,8.25],"to":[9.75,5.75,8.5],"faces":{"up":{"uv":[4.5625,12.9375,5,12.90625],"texture":"#0"},"north":{"uv":[3.0625,15.34375,2.625,15.46875],"texture":"#0"},"south":{"uv":[1.625,15.34375,2.0625,15.46875],"texture":"#0"},"west":{"uv":[0.375,9.46875,0.40625,9.59375],"texture":"#0"},"east":{"uv":[0.5,9.46875,0.46875,9.59375],"texture":"#0"}}},{"from":[6.25,4.75,9.25],"to":[9.75,5,9.5],"faces":{"west":{"uv":[1.59375,8.03125,1.625,8.0625],"texture":"#0"},"east":{"uv":[1.71875,8.03125,1.6875,8.0625],"texture":"#0"}}},{"from":[6.25,4.75,10.25],"to":[9.75,5.75,11.75],"faces":{"up":{"uv":[2.875,16,3.3125,15.8125],"texture":"#0"},"north":{"uv":[3.5625,15.34375,3.125,15.46875],"texture":"#0"},"south":{"uv":[2.125,15.34375,2.5625,15.46875],"texture":"#0"},"west":{"uv":[0.375,14.78125,0.5625,14.90625],"texture":"#0"},"east":{"uv":[0.8125,14.78125,0.625,14.90625],"texture":"#0"}}},{"from":[6.25,5.25,0.75],"to":[7.25,5.75,1],"faces":{"up":{"uv":[2.25,9.6875,2.375,9.65625],"texture":"#0"},"north":{"uv":[6.21875,11.125,6.09375,11.1875],"texture":"#0"},"west":{"uv":[6.09375,8.78125,6.125,8.84375],"texture":"#0"},"east":{"uv":[6.21875,8.78125,6.1875,8.84375],"texture":"#0"}}},{"from":[6.25,5.25,1.25],"to":[7.25,6,1.5],"faces":{"up":{"uv":[2.625,9.6875,2.75,9.65625],"texture":"#0"},"north":{"uv":[1.4375,12.71875,1.3125,12.8125],"texture":"#0"},"south":{"uv":[1.5,12.71875,1.625,12.8125],"texture":"#0"},"west":{"uv":[0,8.90625,0.03125,9],"texture":"#0"},"east":{"uv":[0.125,8.90625,0.09375,9],"texture":"#0"}}},{"from":[6.25,5.25,7.75],"to":[9.75,5.75,8],"faces":{"up":{"uv":[4.5,13.125,4.9375,13.09375],"texture":"#0"},"north":{"uv":[2.6875,14.65625,2.25,14.71875],"texture":"#0"},"south":{"uv":[2.25,14.53125,2.6875,14.59375],"texture":"#0"},"west":{"uv":[6.28125,8.78125,6.3125,8.84375],"texture":"#0"},"east":{"uv":[6.40625,8.78125,6.375,8.84375],"texture":"#0"}}},{"from":[6.25,5.25,8.5],"to":[9.75,6,8.75],"faces":{"up":{"uv":[7,13.125,7.4375,13.09375],"texture":"#0"},"north":{"uv":[1.6875,14.96875,1.25,15.0625],"texture":"#0"},"south":{"uv":[2.3125,14.8125,2.75,14.90625],"texture":"#0"},"west":{"uv":[0.4375,8.90625,0.46875,9],"texture":"#0"},"east":{"uv":[0.5625,8.90625,0.53125,9],"texture":"#0"}}},{"from":[6.25,5.25,9.5],"to":[9.75,6,9.75],"faces":{"up":{"uv":[1.5,13.03125,1.9375,13],"texture":"#0"},"north":{"uv":[3.25,15.125,2.8125,15.21875],"texture":"#0"},"south":{"uv":[1.8125,14.8125,2.25,14.90625],"texture":"#0"},"west":{"uv":[0.625,8.90625,0.65625,9],"texture":"#0"},"east":{"uv":[0.75,8.90625,0.71875,9],"texture":"#0"}}},{"from":[6.25,5.25,10],"to":[9.75,6,10.25],"faces":{"up":{"uv":[4,13.03125,4.4375,13],"texture":"#0"},"north":{"uv":[2.75,15.125,2.3125,15.21875],"texture":"#0"},"south":{"uv":[2.3125,14.96875,2.75,15.0625],"texture":"#0"},"west":{"uv":[0.8125,8.90625,0.84375,9],"texture":"#0"},"east":{"uv":[0.9375,8.90625,0.90625,9],"texture":"#0"}}},{"from":[6.25,5.5,9],"to":[9.75,6,9.25],"faces":{"up":{"uv":[7,13.03125,7.4375,13],"texture":"#0"},"north":{"uv":[3.6875,14.53125,3.25,14.59375],"texture":"#0"},"south":{"uv":[3.25,14.40625,3.6875,14.46875],"texture":"#0"},"west":{"uv":[6.46875,8.78125,6.5,8.84375],"texture":"#0"},"east":{"uv":[6.59375,8.78125,6.5625,8.84375],"texture":"#0"}}},{"from":[6.25,5.5,9.25],"to":[9.75,5.75,9.5],"faces":{"up":{"uv":[2.5625,12.9375,3,12.90625],"texture":"#0"},"west":{"uv":[1.78125,8.03125,1.8125,8.0625],"texture":"#0"},"east":{"uv":[1.90625,8.03125,1.875,8.0625],"texture":"#0"}}},{"from":[6.25,5.75,1],"to":[9.75,6.25,1.25],"faces":{"down":{"uv":[4.5,13,4.9375,13.03125],"texture":"#0"},"up":{"uv":[3,13.03125,3.4375,13],"texture":"#0"},"north":{"uv":[1.6875,14.15625,1.25,14.21875],"texture":"#0"},"south":{"uv":[2.25,14.40625,2.6875,14.46875],"texture":"#0"},"west":{"uv":[6.90625,8.78125,6.9375,8.84375],"texture":"#0"},"east":{"uv":[7.03125,8.78125,7,8.84375],"texture":"#0"}}},{"from":[6.25,5.75,8.75],"to":[9.75,6.25,9],"faces":{"up":{"uv":[7.5,13.125,7.9375,13.09375],"texture":"#0"},"north":{"uv":[2.1875,14.40625,1.75,14.46875],"texture":"#0"},"south":{"uv":[1.75,14.53125,2.1875,14.59375],"texture":"#0"},"west":{"uv":[7.09375,8.78125,7.125,8.84375],"texture":"#0"},"east":{"uv":[7.21875,8.78125,7.1875,8.84375],"texture":"#0"}}},{"from":[6.25,5.75,9.75],"to":[9.75,6.25,10],"faces":{"up":{"uv":[1,13.125,1.4375,13.09375],"texture":"#0"},"north":{"uv":[1.1875,14.40625,0.75,14.46875],"texture":"#0"},"south":{"uv":[0.75,14.53125,1.1875,14.59375],"texture":"#0"},"west":{"uv":[7.28125,8.78125,7.3125,8.84375],"texture":"#0"},"east":{"uv":[7.40625,8.78125,7.375,8.84375],"texture":"#0"}}},{"from":[6.5,2.75,8],"to":[9.5,3,9.25],"faces":{"down":{"uv":[0.375,15.3125,0.75,15.46875],"texture":"#0"},"up":{"uv":[1.1875,15.46875,1.5625,15.3125],"texture":"#0"},"north":{"uv":[2.0625,12.78125,1.6875,12.8125],"texture":"#0"},"south":{"uv":[1.6875,12.6875,2.0625,12.71875],"texture":"#0"},"west":{"uv":[6.625,10.125,6.78125,10.15625],"texture":"#0"},"east":{"uv":[7,10.03125,6.84375,10.0625],"texture":"#0"}}},{"from":[6.5,3,9.25],"to":[9.5,3.25,9.5],"faces":{"down":{"uv":[2.125,12.78125,2.5,12.8125],"texture":"#0"},"south":{"uv":[2.5625,12.6875,2.9375,12.71875],"texture":"#0"},"west":{"uv":[1.96875,8.03125,2,8.0625],"texture":"#0"},"east":{"uv":[2.09375,8.03125,2.0625,8.0625],"texture":"#0"}}},{"from":[6.5,3.25,9.75],"to":[9.5,3.5,10],"faces":{"down":{"uv":[3,12.78125,3.375,12.8125],"texture":"#0"},"south":{"uv":[3.4375,12.6875,3.8125,12.71875],"texture":"#0"},"west":{"uv":[2.15625,8.03125,2.1875,8.0625],"texture":"#0"},"east":{"uv":[2.28125,8.03125,2.25,8.0625],"texture":"#0"}}},{"from":[6.5,3.5,1],"to":[9.5,3.75,1.25],"faces":{"down":{"uv":[3.875,12.78125,4.25,12.8125],"texture":"#0"},"north":{"uv":[4.6875,12.78125,4.3125,12.8125],"texture":"#0"},"south":{"uv":[4.3125,12.6875,4.6875,12.71875],"texture":"#0"},"west":{"uv":[2.34375,8.03125,2.375,8.0625],"texture":"#0"},"east":{"uv":[2.46875,8.03125,2.4375,8.0625],"texture":"#0"}}},{"from":[6.5,3.5,10],"to":[9.5,3.75,11],"faces":{"down":{"uv":[6.1875,15.34375,6.5625,15.46875],"texture":"#0"},"up":{"uv":[5.1875,15.46875,5.5625,15.34375],"texture":"#0"},"south":{"uv":[4.75,12.6875,5.125,12.71875],"texture":"#0"},"west":{"uv":[2.8125,9.65625,2.9375,9.6875],"texture":"#0"},"east":{"uv":[3.125,9.65625,3,9.6875],"texture":"#0"}}},{"from":[6.5,3.75,0.75],"to":[9.5,4.25,1],"faces":{"down":{"uv":[5.1875,12.78125,5.5625,12.8125],"texture":"#0"},"up":{"uv":[5.1875,12.71875,5.5625,12.6875],"texture":"#0"},"north":{"uv":[5.96875,14.53125,5.59375,14.59375],"texture":"#0"},"west":{"uv":[0,8.5625,0.03125,8.625],"texture":"#0"},"east":{"uv":[0.125,8.5625,0.09375,8.625],"texture":"#0"}}},{"from":[6.5,3.75,1.25],"to":[9.5,4,1.75],"faces":{"down":{"uv":[3.96875,14.53125,4.34375,14.59375],"texture":"#0"},"up":{"uv":[3.96875,14.71875,4.34375,14.65625],"texture":"#0"},"south":{"uv":[5.625,12.6875,6,12.71875],"texture":"#0"},"west":{"uv":[0.25,8.6875,0.3125,8.71875],"texture":"#0"},"east":{"uv":[0.4375,8.6875,0.375,8.71875],"texture":"#0"}}},{"from":[6.5,3.75,3.5],"to":[9.5,4,3.75],"faces":{"down":{"uv":[6.0625,12.78125,6.4375,12.8125],"texture":"#0"},"south":{"uv":[6.5,12.6875,6.875,12.71875],"texture":"#0"},"west":{"uv":[2.53125,8.03125,2.5625,8.0625],"texture":"#0"},"east":{"uv":[2.65625,8.03125,2.625,8.0625],"texture":"#0"}}},{"from":[6.5,3.75,10.25],"to":[9.5,4.25,11.75],"faces":{"down":{"uv":[1.875,15.5625,2.25,15.75],"texture":"#0"},"south":{"uv":[6.46875,14.53125,6.84375,14.59375],"texture":"#0"},"west":{"uv":[6.9375,12.75,7.125,12.8125],"texture":"#0"},"east":{"uv":[7.125,12.625,6.9375,12.6875],"texture":"#0"}}},{"from":[6.5,4,1.5],"to":[9.5,4.25,2.25],"faces":{"down":{"uv":[3.90625,14.96875,4.28125,15.0625],"texture":"#0"},"up":{"uv":[3.90625,15.21875,4.28125,15.125],"texture":"#0"},"south":{"uv":[7.1875,12.6875,7.5625,12.71875],"texture":"#0"},"west":{"uv":[4.1875,8.96875,4.28125,9],"texture":"#0"},"east":{"uv":[4.4375,8.96875,4.34375,9],"texture":"#0"}}},{"from":[6.5,4,2.75],"to":[9.5,4.25,3.25],"faces":{"down":{"uv":[5.59375,14.15625,5.96875,14.21875],"texture":"#0"},"up":{"uv":[5.59375,14.34375,5.96875,14.28125],"texture":"#0"},"north":{"uv":[0.75,12.53125,0.375,12.5625],"texture":"#0"},"west":{"uv":[0.75,8.6875,0.8125,8.71875],"texture":"#0"},"east":{"uv":[0.9375,8.6875,0.875,8.71875],"texture":"#0"}}},{"from":[6.5,4,3.75],"to":[9.5,4.25,4.25],"faces":{"down":{"uv":[5.59375,14.40625,5.96875,14.46875],"texture":"#0"},"up":{"uv":[5.59375,14.71875,5.96875,14.65625],"texture":"#0"},"south":{"uv":[0.375,12.25,0.75,12.28125],"texture":"#0"},"west":{"uv":[1,8.6875,1.0625,8.71875],"texture":"#0"},"east":{"uv":[1.1875,8.6875,1.125,8.71875],"texture":"#0"}}},{"from":[6.5,4.25,0.5],"to":[7.5,4.5,0.75],"faces":{"down":{"uv":[3.1875,9.65625,3.3125,9.6875],"texture":"#0"},"up":{"uv":[3.375,9.6875,3.5,9.65625],"texture":"#0"},"north":{"uv":[3.6875,9.65625,3.5625,9.6875],"texture":"#0"},"west":{"uv":[2.71875,8.03125,2.75,8.0625],"texture":"#0"},"east":{"uv":[2.84375,8.03125,2.8125,8.0625],"texture":"#0"}}},{"from":[6.5,4.25,1.75],"to":[7.5,4.5,2.5],"faces":{"down":{"uv":[7.625,12.71875,7.75,12.8125],"texture":"#0"},"up":{"uv":[7.8125,12.8125,7.9375,12.71875],"texture":"#0"},"south":{"uv":[4.125,9.65625,4.25,9.6875],"texture":"#0"},"west":{"uv":[5.1875,8.96875,5.28125,9],"texture":"#0"},"east":{"uv":[5.4375,8.96875,5.34375,9],"texture":"#0"}}},{"from":[6.5,4.25,2.75],"to":[7.5,4.5,3],"faces":{"up":{"uv":[4.5,9.6875,4.625,9.65625],"texture":"#0"},"north":{"uv":[4.8125,9.65625,4.6875,9.6875],"texture":"#0"},"west":{"uv":[2.90625,8.03125,2.9375,8.0625],"texture":"#0"},"east":{"uv":[3.03125,8.03125,3,8.0625],"texture":"#0"}}},{"from":[6.5,4.25,4],"to":[7.5,4.5,4.5],"faces":{"down":{"uv":[0.5,10.875,0.625,10.9375],"texture":"#0"},"up":{"uv":[0.6875,10.9375,0.8125,10.875],"texture":"#0"},"south":{"uv":[5.25,9.65625,5.375,9.6875],"texture":"#0"},"west":{"uv":[1.75,8.6875,1.8125,8.71875],"texture":"#0"},"east":{"uv":[1.9375,8.6875,1.875,8.71875],"texture":"#0"}}},{"from":[6.5,4.25,11.75],"to":[9.5,5.75,12.25],"faces":{"down":{"uv":[4.40625,14.65625,4.78125,14.71875],"texture":"#0"},"up":{"uv":[3.96875,14.21875,4.34375,14.15625],"texture":"#0"},"north":{"uv":[1.8125,15.5625,1.4375,15.75],"texture":"#0"},"south":{"uv":[6.6875,15.8125,7.0625,16],"texture":"#0"},"west":{"uv":[0.8125,12.1875,0.875,12.375],"texture":"#0"},"east":{"uv":[1,12.1875,0.9375,12.375],"texture":"#0"}}},{"from":[6.5,4.5,0.5],"to":[7.25,4.75,0.75],"faces":{"north":{"uv":[6.40625,8.96875,6.3125,9],"texture":"#0"},"west":{"uv":[3.09375,8.03125,3.125,8.0625],"texture":"#0"},"east":{"uv":[3.21875,8.03125,3.1875,8.0625],"texture":"#0"}}},{"from":[6.5,4.5,2],"to":[7.25,4.75,3],"faces":{"down":{"uv":[1.0625,12.25,1.15625,12.375],"texture":"#0"},"up":{"uv":[1.25,12.5625,1.34375,12.4375],"texture":"#0"},"west":{"uv":[5.4375,9.65625,5.5625,9.6875],"texture":"#0"},"east":{"uv":[5.75,9.65625,5.625,9.6875],"texture":"#0"}}},{"from":[6.5,4.5,4],"to":[7.25,4.75,4.25],"faces":{"up":{"uv":[0.40625,13.3125,0.5,13.28125],"texture":"#0"},"south":{"uv":[1.25,9.15625,1.34375,9.1875],"texture":"#0"},"west":{"uv":[3.28125,8.03125,3.3125,8.0625],"texture":"#0"},"east":{"uv":[3.40625,8.03125,3.375,8.0625],"texture":"#0"}}},{"from":[6.5,4.5,7.25],"to":[7.25,5.5,7.5],"faces":{"down":{"uv":[1.40625,9.0625,1.5,9.09375],"texture":"#0"},"up":{"uv":[1.5625,9.1875,1.65625,9.15625],"texture":"#0"},"north":{"uv":[1.34375,12.25,1.25,12.375],"texture":"#0"},"south":{"uv":[1.40625,12.28125,1.5,12.40625],"texture":"#0"},"west":{"uv":[6.3125,9.46875,6.34375,9.59375],"texture":"#0"},"east":{"uv":[6.4375,9.46875,6.40625,9.59375],"texture":"#0"}}},{"from":[6.5,4.75,2.25],"to":[7.25,5.75,2.5],"faces":{"up":{"uv":[1.71875,9.1875,1.8125,9.15625],"texture":"#0"},"north":{"uv":[1.6875,12.28125,1.59375,12.40625],"texture":"#0"},"south":{"uv":[1.78125,12.4375,1.875,12.5625],"texture":"#0"},"west":{"uv":[6.5,9.46875,6.53125,9.59375],"texture":"#0"},"east":{"uv":[6.625,9.46875,6.59375,9.59375],"texture":"#0"}}},{"from":[6.5,4.75,2.5],"to":[7.25,5.5,3],"faces":{"up":{"uv":[7.25,10.9375,7.34375,10.875],"texture":"#0"},"south":{"uv":[0.96875,11.28125,1.0625,11.375],"texture":"#0"},"west":{"uv":[4.71875,14.5,4.78125,14.59375],"texture":"#0"},"east":{"uv":[4.78125,14.34375,4.71875,14.4375],"texture":"#0"}}},{"from":[6.5,4.75,3],"to":[7.25,5.25,3.25],"faces":{"up":{"uv":[1.96875,9.1875,2.0625,9.15625],"texture":"#0"},"west":{"uv":[0.28125,8.5625,0.3125,8.625],"texture":"#0"},"east":{"uv":[0.40625,8.5625,0.375,8.625],"texture":"#0"}}},{"from":[6.5,4.75,3.75],"to":[7.25,5,4],"faces":{"up":{"uv":[2.28125,9.1875,2.375,9.15625],"texture":"#0"},"south":{"uv":[2.4375,9.15625,2.53125,9.1875],"texture":"#0"},"west":{"uv":[0.09375,4.46875,0.125,4.5],"texture":"#0"},"east":{"uv":[3.5,8.03125,3.46875,8.0625],"texture":"#0"}}},{"from":[6.5,4.75,6.5],"to":[7.25,5.25,7.25],"faces":{"down":{"uv":[3.875,12.28125,3.96875,12.375],"texture":"#0"},"up":{"uv":[0.28125,11.375,0.375,11.28125],"texture":"#0"},"north":{"uv":[1.15625,10.5,1.0625,10.5625],"texture":"#0"},"west":{"uv":[1.3125,10.5625,1.40625,10.625],"texture":"#0"},"east":{"uv":[1.5625,10.6875,1.46875,10.75],"texture":"#0"}}},{"from":[6.5,5,3.5],"to":[7.25,5.75,3.75],"faces":{"up":{"uv":[2.96875,9.1875,3.0625,9.15625],"texture":"#0"},"north":{"uv":[4.84375,12.28125,4.75,12.375],"texture":"#0"},"south":{"uv":[7.8125,12.28125,7.90625,12.375],"texture":"#0"},"west":{"uv":[3.125,9.09375,3.15625,9.1875],"texture":"#0"},"east":{"uv":[3.25,9.09375,3.21875,9.1875],"texture":"#0"}}},{"from":[6.5,5.25,0.5],"to":[7.25,5.75,0.75],"faces":{"up":{"uv":[3.3125,9.1875,3.40625,9.15625],"texture":"#0"},"north":{"uv":[1.5625,10.5625,1.46875,10.625],"texture":"#0"},"west":{"uv":[0.46875,8.5625,0.5,8.625],"texture":"#0"},"east":{"uv":[0.59375,8.5625,0.5625,8.625],"texture":"#0"}}},{"from":[6.5,5.25,2],"to":[7.25,5.75,2.25],"faces":{"up":{"uv":[3.65625,9.1875,3.75,9.15625],"texture":"#0"},"north":{"uv":[3.15625,10.6875,3.0625,10.75],"texture":"#0"},"west":{"uv":[0.65625,8.5625,0.6875,8.625],"texture":"#0"},"east":{"uv":[0.78125,8.5625,0.75,8.625],"texture":"#0"}}},{"from":[6.5,5.25,3.25],"to":[7.25,5.75,3.5],"faces":{"up":{"uv":[3.96875,9.1875,4.0625,9.15625],"texture":"#0"},"north":{"uv":[3.5625,10.59375,3.46875,10.65625],"texture":"#0"},"west":{"uv":[0.84375,8.5625,0.875,8.625],"texture":"#0"},"east":{"uv":[0.96875,8.5625,0.9375,8.625],"texture":"#0"}}},{"from":[6.5,5.5,1.75],"to":[7.5,6,2],"faces":{"down":{"uv":[0.5625,9.375,0.6875,9.40625],"texture":"#0"},"up":{"uv":[0.75,9.40625,0.875,9.375],"texture":"#0"},"north":{"uv":[4.90625,11.1875,4.78125,11.25],"texture":"#0"},"south":{"uv":[5.28125,11.1875,5.40625,11.25],"texture":"#0"},"west":{"uv":[1.03125,8.5625,1.0625,8.625],"texture":"#0"},"east":{"uv":[1.15625,8.5625,1.125,8.625],"texture":"#0"}}},{"from":[6.5,5.5,8],"to":[9.5,6,8.25],"faces":{"up":{"uv":[2.75,12.46875,3.125,12.4375],"texture":"#0"},"north":{"uv":[7.28125,14.15625,6.90625,14.21875],"texture":"#0"},"south":{"uv":[6.90625,14.28125,7.28125,14.34375],"texture":"#0"},"west":{"uv":[1.21875,8.5625,1.25,8.625],"texture":"#0"},"east":{"uv":[1.34375,8.5625,1.3125,8.625],"texture":"#0"}}},{"from":[6.5,5.75,0.75],"to":[9.5,6.25,1],"faces":{"down":{"uv":[3.1875,12.53125,3.5625,12.5625],"texture":"#0"},"up":{"uv":[3.1875,12.46875,3.5625,12.4375],"texture":"#0"},"north":{"uv":[7.28125,14.40625,6.90625,14.46875],"texture":"#0"},"west":{"uv":[1.40625,8.5625,1.4375,8.625],"texture":"#0"},"east":{"uv":[1.53125,8.5625,1.5,8.625],"texture":"#0"}}},{"from":[6.5,5.75,1.5],"to":[9.5,6.25,1.75],"faces":{"down":{"uv":[3.625,12.53125,4,12.5625],"texture":"#0"},"up":{"uv":[3.625,12.46875,4,12.4375],"texture":"#0"},"north":{"uv":[7.28125,14.65625,6.90625,14.71875],"texture":"#0"},"south":{"uv":[6.46875,14.15625,6.84375,14.21875],"texture":"#0"},"west":{"uv":[1.59375,8.5625,1.625,8.625],"texture":"#0"},"east":{"uv":[1.71875,8.5625,1.6875,8.625],"texture":"#0"}}},{"from":[6.5,5.75,7.5],"to":[9.5,6,8],"faces":{"down":{"uv":[6.46875,14.28125,6.84375,14.34375],"texture":"#0"},"up":{"uv":[6.46875,14.71875,6.84375,14.65625],"texture":"#0"},"north":{"uv":[4.4375,12.53125,4.0625,12.5625],"texture":"#0"},"west":{"uv":[2.625,8.6875,2.6875,8.71875],"texture":"#0"},"east":{"uv":[2.8125,8.6875,2.75,8.71875],"texture":"#0"}}},{"from":[6.5,5.75,8.25],"to":[9.5,6.25,8.5],"faces":{"up":{"uv":[4.0625,12.28125,4.4375,12.25],"texture":"#0"},"north":{"uv":[6.40625,14.28125,6.03125,14.34375],"texture":"#0"},"south":{"uv":[6.03125,14.40625,6.40625,14.46875],"texture":"#0"},"west":{"uv":[1.78125,8.5625,1.8125,8.625],"texture":"#0"},"east":{"uv":[1.90625,8.5625,1.875,8.625],"texture":"#0"}}},{"from":[6.5,5.75,9.25],"to":[9.5,6.25,9.5],"faces":{"up":{"uv":[4.5,12.46875,4.875,12.4375],"texture":"#0"},"north":{"uv":[4.34375,14.40625,3.96875,14.46875],"texture":"#0"},"south":{"uv":[6.03125,14.53125,6.40625,14.59375],"texture":"#0"},"west":{"uv":[1.96875,8.5625,2,8.625],"texture":"#0"},"east":{"uv":[2.09375,8.5625,2.0625,8.625],"texture":"#0"}}},{"from":[6.5,5.75,10.25],"to":[9.5,6.25,11.75],"faces":{"up":{"uv":[5.625,16,6,15.8125],"texture":"#0"},"north":{"uv":[5.21875,14.53125,4.84375,14.59375],"texture":"#0"},"south":{"uv":[6.03125,14.65625,6.40625,14.71875],"texture":"#0"},"west":{"uv":[3.625,12.1875,3.8125,12.25],"texture":"#0"},"east":{"uv":[4.6875,12.3125,4.5,12.375],"texture":"#0"}}},{"from":[6.5,6,1.25],"to":[9.5,6.25,1.5],"faces":{"down":{"uv":[4.9375,12.53125,5.3125,12.5625],"texture":"#0"},"up":{"uv":[4.9375,12.46875,5.3125,12.4375],"texture":"#0"},"west":{"uv":[3.5625,8.03125,3.59375,8.0625],"texture":"#0"},"east":{"uv":[3.6875,8.03125,3.65625,8.0625],"texture":"#0"}}},{"from":[6.5,6,7.75],"to":[9.5,6.25,8],"faces":{"up":{"uv":[5.375,12.46875,5.75,12.4375],"texture":"#0"},"north":{"uv":[5.75,12.34375,5.375,12.375],"texture":"#0"},"south":{"uv":[5.375,12.25,5.75,12.28125],"texture":"#0"},"west":{"uv":[3.75,8.03125,3.78125,8.0625],"texture":"#0"},"east":{"uv":[3.875,8.03125,3.84375,8.0625],"texture":"#0"}}},{"from":[6.5,6,8.5],"to":[9.5,6.25,8.75],"faces":{"up":{"uv":[5.8125,12.46875,6.1875,12.4375],"texture":"#0"},"west":{"uv":[3.9375,8.03125,3.96875,8.0625],"texture":"#0"},"east":{"uv":[4.0625,8.03125,4.03125,8.0625],"texture":"#0"}}},{"from":[6.5,6,9],"to":[9.5,6.25,9.25],"faces":{"up":{"uv":[6.25,12.46875,6.625,12.4375],"texture":"#0"},"west":{"uv":[4.125,8.03125,4.15625,8.0625],"texture":"#0"},"east":{"uv":[4.25,8.03125,4.21875,8.0625],"texture":"#0"}}},{"from":[6.5,6,9.5],"to":[9.5,6.25,9.75],"faces":{"up":{"uv":[6.6875,12.46875,7.0625,12.4375],"texture":"#0"},"west":{"uv":[4.3125,8.03125,4.34375,8.0625],"texture":"#0"},"east":{"uv":[4.4375,8.03125,4.40625,8.0625],"texture":"#0"}}},{"from":[6.5,6,10],"to":[9.5,6.25,10.25],"faces":{"up":{"uv":[7.375,12.46875,7.75,12.4375],"texture":"#0"},"west":{"uv":[4.5,8.03125,4.53125,8.0625],"texture":"#0"},"east":{"uv":[4.625,8.03125,4.59375,8.0625],"texture":"#0"}}},{"from":[6.5,6.25,1],"to":[9.5,6.5,1.25],"faces":{"up":{"uv":[0.4375,12.125,0.8125,12.09375],"texture":"#0"},"north":{"uv":[1.25,12.09375,0.875,12.125],"texture":"#0"},"south":{"uv":[1.3125,12.09375,1.6875,12.125],"texture":"#0"},"west":{"uv":[4.6875,8.03125,4.71875,8.0625],"texture":"#0"},"east":{"uv":[4.8125,8.03125,4.78125,8.0625],"texture":"#0"}}},{"from":[6.5,6.25,8.75],"to":[9.5,6.5,9],"faces":{"up":{"uv":[2.1875,12.125,2.5625,12.09375],"texture":"#0"},"north":{"uv":[3,12.09375,2.625,12.125],"texture":"#0"},"south":{"uv":[3.0625,12.09375,3.4375,12.125],"texture":"#0"},"west":{"uv":[4.875,8.03125,4.90625,8.0625],"texture":"#0"},"east":{"uv":[5,8.03125,4.96875,8.0625],"texture":"#0"}}},{"from":[6.5,6.25,9.75],"to":[9.5,6.5,10],"faces":{"up":{"uv":[3.9375,12.125,4.3125,12.09375],"texture":"#0"},"north":{"uv":[4.75,12.09375,4.375,12.125],"texture":"#0"},"south":{"uv":[4.8125,12.09375,5.1875,12.125],"texture":"#0"},"west":{"uv":[5.0625,8.03125,5.09375,8.0625],"texture":"#0"},"east":{"uv":[5.1875,8.03125,5.15625,8.0625],"texture":"#0"}}},{"from":[6.75,2.5,8.25],"to":[9.25,2.75,8.5],"faces":{"down":{"uv":[4.75,12,5.0625,12.03125],"texture":"#0"},"north":{"uv":[3.3125,11.875,3,11.90625],"texture":"#0"},"south":{"uv":[5.625,11.875,5.9375,11.90625],"texture":"#0"},"west":{"uv":[5.25,8.03125,5.28125,8.0625],"texture":"#0"},"east":{"uv":[5.375,8.03125,5.34375,8.0625],"texture":"#0"}}},{"from":[6.75,2.75,9.25],"to":[9.25,3,9.5],"faces":{"down":{"uv":[7.5,12.09375,7.8125,12.125],"texture":"#0"},"south":{"uv":[2.84375,11.78125,3.15625,11.8125],"texture":"#0"},"west":{"uv":[5.4375,8.03125,5.46875,8.0625],"texture":"#0"},"east":{"uv":[5.5625,8.03125,5.53125,8.0625],"texture":"#0"}}},{"from":[6.75,3,9.5],"to":[7,3.25,10.25],"faces":{"down":{"uv":[7.75,9.09375,7.78125,9.1875],"texture":"#0"},"up":{"uv":[7.84375,9.1875,7.875,9.09375],"texture":"#0"},"south":{"uv":[5.71875,8.03125,5.75,8.0625],"texture":"#0"},"west":{"uv":[1,8.96875,1.09375,9],"texture":"#0"},"east":{"uv":[1.25,8.96875,1.15625,9],"texture":"#0"}}},{"from":[6.75,3.25,1],"to":[9.25,3.5,1.25],"faces":{"down":{"uv":[6.84375,12,7.15625,12.03125],"texture":"#0"},"north":{"uv":[2.96875,12,2.65625,12.03125],"texture":"#0"},"south":{"uv":[5.46875,11.78125,5.78125,11.8125],"texture":"#0"},"west":{"uv":[5.8125,8.03125,5.84375,8.0625],"texture":"#0"},"east":{"uv":[5.9375,8.03125,5.90625,8.0625],"texture":"#0"}}},{"from":[6.75,3.25,10],"to":[7,3.5,11],"faces":{"down":{"uv":[0.1875,9.0625,0.21875,9.1875],"texture":"#0"},"south":{"uv":[6.09375,8.03125,6.125,8.0625],"texture":"#0"},"west":{"uv":[5.8125,9.375,5.9375,9.40625],"texture":"#0"},"east":{"uv":[6.125,9.375,6,9.40625],"texture":"#0"}}},{"from":[6.75,3.5,0.75],"to":[9.25,3.75,1],"faces":{"down":{"uv":[2.25,11.875,2.5625,11.90625],"texture":"#0"},"north":{"uv":[1.0625,11.875,0.75,11.90625],"texture":"#0"},"west":{"uv":[6.1875,8.03125,6.21875,8.0625],"texture":"#0"},"east":{"uv":[6.3125,8.03125,6.28125,8.0625],"texture":"#0"}}},{"from":[6.75,3.5,1.25],"to":[9.25,3.75,1.75],"faces":{"down":{"uv":[6.75,14.03125,7.0625,14.09375],"texture":"#0"},"south":{"uv":[0.375,11.65625,0.6875,11.6875],"texture":"#0"},"west":{"uv":[6.625,8.6875,6.6875,8.71875],"texture":"#0"},"east":{"uv":[6.8125,8.6875,6.75,8.71875],"texture":"#0"}}},{"from":[6.75,3.5,11],"to":[9.25,3.75,11.75],"faces":{"down":{"uv":[6.71875,14.875,7.03125,14.96875],"texture":"#0"},"south":{"uv":[1.5,11.65625,1.8125,11.6875],"texture":"#0"},"west":{"uv":[2.3125,8.96875,2.40625,9],"texture":"#0"},"east":{"uv":[2.5625,8.96875,2.46875,9],"texture":"#0"}}},{"from":[6.75,3.75,0.5],"to":[9.25,4.25,0.75],"faces":{"down":{"uv":[2.25,11.65625,2.5625,11.6875],"texture":"#0"},"up":{"uv":[2.625,11.6875,2.9375,11.65625],"texture":"#0"},"north":{"uv":[1.0625,14.03125,0.75,14.09375],"texture":"#0"},"west":{"uv":[2.15625,8.5625,2.1875,8.625],"texture":"#0"},"east":{"uv":[2.28125,8.5625,2.25,8.625],"texture":"#0"}}},{"from":[6.75,3.75,1.75],"to":[9.25,4,2],"faces":{"down":{"uv":[3.375,11.65625,3.6875,11.6875],"texture":"#0"},"south":{"uv":[6.59375,11.78125,6.90625,11.8125],"texture":"#0"},"west":{"uv":[6.375,8.03125,6.40625,8.0625],"texture":"#0"},"east":{"uv":[6.5,8.03125,6.46875,8.0625],"texture":"#0"}}},{"from":[6.75,3.75,2.75],"to":[9.25,4,3.25],"faces":{"down":{"uv":[2.25,14.03125,2.5625,14.09375],"texture":"#0"},"north":{"uv":[5.5625,11.65625,5.25,11.6875],"texture":"#0"},"west":{"uv":[7.125,8.6875,7.1875,8.71875],"texture":"#0"},"east":{"uv":[7.3125,8.6875,7.25,8.71875],"texture":"#0"}}},{"from":[6.75,3.75,3.75],"to":[9.25,4,4.25],"faces":{"down":{"uv":[7.34375,14.40625,7.65625,14.46875],"texture":"#0"},"south":{"uv":[6.375,11.65625,6.6875,11.6875],"texture":"#0"},"west":{"uv":[7.375,8.6875,7.4375,8.71875],"texture":"#0"},"east":{"uv":[7.5625,8.6875,7.5,8.71875],"texture":"#0"}}},{"from":[6.75,3.75,7.5],"to":[9.75,4.25,7.75],"faces":{"down":{"uv":[5.0625,12.90625,5.4375,12.9375],"texture":"#0"},"up":{"uv":[5.5,12.9375,5.875,12.90625],"texture":"#0"},"north":{"uv":[5.21875,14.65625,4.84375,14.71875],"texture":"#0"},"south":{"uv":[3.96875,14.28125,4.34375,14.34375],"texture":"#0"},"east":{"uv":[2.46875,8.5625,2.4375,8.625],"texture":"#0"}}},{"from":[6.75,4,2.25],"to":[9.25,4.25,2.75],"faces":{"down":{"uv":[5.25,14.03125,5.5625,14.09375],"texture":"#0"},"up":{"uv":[4.125,14.09375,4.4375,14.03125],"texture":"#0"},"west":{"uv":[7.625,8.6875,7.6875,8.71875],"texture":"#0"},"east":{"uv":[7.8125,8.6875,7.75,8.71875],"texture":"#0"}}},{"from":[6.75,4,4.25],"to":[9.25,4.25,4.5],"faces":{"down":{"uv":[1.125,11.5625,1.4375,11.59375],"texture":"#0"},"up":{"uv":[1.5,11.59375,1.8125,11.5625],"texture":"#0"},"south":{"uv":[2.25,11.5625,2.5625,11.59375],"texture":"#0"},"west":{"uv":[6.5625,8.03125,6.59375,8.0625],"texture":"#0"},"east":{"uv":[6.6875,8.03125,6.65625,8.0625],"texture":"#0"}}},{"from":[6.75,4,7],"to":[9.25,4.25,7.5],"faces":{"down":{"uv":[6.375,14.03125,6.6875,14.09375],"texture":"#0"},"up":{"uv":[1.875,14.09375,2.1875,14.03125],"texture":"#0"},"north":{"uv":[3.6875,11.5625,3.375,11.59375],"texture":"#0"},"west":{"uv":[2.65625,8.59375,2.71875,8.625],"texture":"#0"},"east":{"uv":[2.84375,8.59375,2.78125,8.625],"texture":"#0"}}},{"from":[6.75,4,11.75],"to":[9.25,4.25,12.25],"faces":{"down":{"uv":[7.125,14.03125,7.4375,14.09375],"texture":"#0"},"south":{"uv":[5.25,11.5625,5.5625,11.59375],"texture":"#0"},"west":{"uv":[2.90625,8.59375,2.96875,8.625],"texture":"#0"},"east":{"uv":[3.09375,8.59375,3.03125,8.625],"texture":"#0"}}},{"from":[6.75,4.25,2.5],"to":[7.5,4.5,2.75],"faces":{"up":{"uv":[5.84375,9,5.9375,8.96875],"texture":"#0"},"west":{"uv":[6.75,8.03125,6.78125,8.0625],"texture":"#0"},"east":{"uv":[6.875,8.03125,6.84375,8.0625],"texture":"#0"}}},{"from":[6.75,4.25,6.25],"to":[7.5,4.5,7.75],"faces":{"down":{"uv":[0.25,13.375,0.34375,13.5625],"texture":"#0"},"up":{"uv":[0.40625,13.5625,0.5,13.375],"texture":"#0"},"north":{"uv":[2.0625,9.0625,1.96875,9.09375],"texture":"#0"},"west":{"uv":[2.28125,10.40625,2.46875,10.4375],"texture":"#0"},"east":{"uv":[2.71875,10.40625,2.53125,10.4375],"texture":"#0"}}},{"from":[6.75,4.25,12.25],"to":[9.25,5.75,12.5],"faces":{"down":{"uv":[6.375,11.5625,6.6875,11.59375],"texture":"#0"},"up":{"uv":[6.75,11.59375,7.0625,11.5625],"texture":"#0"},"south":{"uv":[0.8125,15.28125,1.125,15.46875],"texture":"#0"},"west":{"uv":[1.125,9.96875,1.15625,10.15625],"texture":"#0"},"east":{"uv":[1.25,9.96875,1.21875,10.15625],"texture":"#0"}}},{"from":[6.75,4.5,0.25],"to":[7.25,5.5,0.5],"faces":{"down":{"uv":[3.40625,8.59375,3.46875,8.625],"texture":"#0"},"up":{"uv":[3.53125,8.625,3.59375,8.59375],"texture":"#0"},"north":{"uv":[7.78125,11.25,7.71875,11.375],"texture":"#0"},"south":{"uv":[7.84375,11.25,7.90625,11.375],"texture":"#0"},"west":{"uv":[0.5625,9.0625,0.59375,9.1875],"texture":"#0"},"east":{"uv":[0.6875,9.0625,0.65625,9.1875],"texture":"#0"}}},{"from":[6.75,4.5,6],"to":[7.25,5.5,6.5],"faces":{"down":{"uv":[5.96875,11.09375,6.03125,11.15625],"texture":"#0"},"up":{"uv":[0.75,9.59375,0.8125,9.53125],"texture":"#0"},"north":{"uv":[0.0625,10.8125,0,10.9375],"texture":"#0"},"south":{"uv":[0.125,10.8125,0.1875,10.9375],"texture":"#0"},"west":{"uv":[0.25,10.8125,0.3125,10.9375],"texture":"#0"},"east":{"uv":[0.4375,10.8125,0.375,10.9375],"texture":"#0"}}},{"from":[6.75,4.5,6.5],"to":[7.25,4.75,7.25],"faces":{"west":{"uv":[1.40625,9.15625,1.5,9.1875],"texture":"#0"},"east":{"uv":[1.34375,9.0625,1.25,9.09375],"texture":"#0"}}},{"from":[6.75,4.5,7.5],"to":[7.25,5.75,7.75],"faces":{"north":{"uv":[5.21875,14.15625,5.15625,14.3125],"texture":"#0"},"south":{"uv":[7.125,13.28125,7.1875,13.4375],"texture":"#0"},"east":{"uv":[7.9375,14.3125,7.90625,14.46875],"texture":"#0"}}},{"from":[6.75,4.75,4],"to":[7.25,5.5,4.25],"faces":{"up":{"uv":[5.625,8.5,5.6875,8.46875],"texture":"#0"},"north":{"uv":[1.8125,10.21875,1.75,10.3125],"texture":"#0"},"south":{"uv":[1.875,10.21875,1.9375,10.3125],"texture":"#0"},"west":{"uv":[5.59375,8.90625,5.625,9],"texture":"#0"},"east":{"uv":[5.53125,8.90625,5.5,9],"texture":"#0"}}},{"from":[6.75,4.75,4.25],"to":[7.25,5.25,4.75],"faces":{"down":{"uv":[2.6875,9.53125,2.75,9.59375],"texture":"#0"},"up":{"uv":[2.8125,9.59375,2.875,9.53125],"texture":"#0"},"south":{"uv":[3.9375,9.53125,4,9.59375],"texture":"#0"},"west":{"uv":[4.0625,9.53125,4.125,9.59375],"texture":"#0"},"east":{"uv":[4.25,9.53125,4.1875,9.59375],"texture":"#0"}}},{"from":[6.75,4.75,5.5],"to":[7.25,5.25,6],"faces":{"down":{"uv":[4.3125,9.53125,4.375,9.59375],"texture":"#0"},"up":{"uv":[4.4375,9.59375,4.5,9.53125],"texture":"#0"},"north":{"uv":[4.625,9.53125,4.5625,9.59375],"texture":"#0"},"west":{"uv":[4.8125,9.53125,4.875,9.59375],"texture":"#0"},"east":{"uv":[5,9.53125,4.9375,9.59375],"texture":"#0"}}},{"from":[6.75,5,3.75],"to":[7.25,5.75,4],"faces":{"up":{"uv":[1.25,8.5,1.3125,8.46875],"texture":"#0"},"south":{"uv":[2.125,10.21875,2.1875,10.3125],"texture":"#0"},"west":{"uv":[4.59375,8.90625,4.625,9],"texture":"#0"},"east":{"uv":[4.53125,8.90625,4.5,9],"texture":"#0"}}},{"from":[6.75,5.25,3],"to":[7.25,5.75,3.25],"faces":{"up":{"uv":[0.75,8.5,0.8125,8.46875],"texture":"#0"},"north":{"uv":[5.5,9.53125,5.4375,9.59375],"texture":"#0"},"west":{"uv":[0.28125,8.34375,0.3125,8.40625],"texture":"#0"},"east":{"uv":[0.21875,8.34375,0.1875,8.40625],"texture":"#0"}}},{"from":[6.75,5.25,6.5],"to":[7.25,5.75,7.25],"faces":{"up":{"uv":[2.375,10.3125,2.4375,10.21875],"texture":"#0"},"north":{"uv":[5.75,9.53125,5.6875,9.59375],"texture":"#0"},"south":{"uv":[5.8125,9.53125,5.875,9.59375],"texture":"#0"},"west":{"uv":[2.78125,10.375,2.875,10.4375],"texture":"#0"},"east":{"uv":[3.03125,10.375,2.9375,10.4375],"texture":"#0"}}},{"from":[6.75,5.5,2.5],"to":[7.5,6,3],"faces":{"down":{"uv":[3.09375,10.375,3.1875,10.4375],"texture":"#0"},"up":{"uv":[3.25,10.4375,3.34375,10.375],"texture":"#0"},"north":{"uv":[3.5,10.375,3.40625,10.4375],"texture":"#0"},"south":{"uv":[3.5625,10.375,3.65625,10.4375],"texture":"#0"},"west":{"uv":[5.9375,9.53125,6,9.59375],"texture":"#0"},"east":{"uv":[6.125,9.53125,6.0625,9.59375],"texture":"#0"}}},{"from":[6.75,5.5,6.25],"to":[7.5,5.75,6.5],"faces":{"down":{"uv":[4.03125,8.96875,4.125,9],"texture":"#0"},"up":{"uv":[3.71875,9,3.8125,8.96875],"texture":"#0"},"north":{"uv":[3.65625,8.96875,3.5625,9],"texture":"#0"},"south":{"uv":[2.9375,8.96875,3.03125,9],"texture":"#0"},"west":{"uv":[3.375,7.84375,3.40625,7.875],"texture":"#0"},"east":{"uv":[3.3125,7.84375,3.28125,7.875],"texture":"#0"}}},{"from":[6.75,5.5,7.25],"to":[7.5,6,7.5],"faces":{"down":{"uv":[2.78125,8.96875,2.875,9],"texture":"#0"},"up":{"uv":[2.625,9,2.71875,8.96875],"texture":"#0"},"north":{"uv":[3.8125,10.375,3.71875,10.4375],"texture":"#0"},"south":{"uv":[3.875,10.375,3.96875,10.4375],"texture":"#0"},"west":{"uv":[7.8125,8.5625,7.84375,8.625],"texture":"#0"},"east":{"uv":[7.75,8.5625,7.71875,8.625],"texture":"#0"}}},{"from":[6.75,5.75,0.5],"to":[9.25,6.25,0.75],"faces":{"down":{"uv":[4.71875,11.78125,5.03125,11.8125],"texture":"#0"},"up":{"uv":[4.34375,11.8125,4.65625,11.78125],"texture":"#0"},"north":{"uv":[4.8125,14.03125,4.5,14.09375],"texture":"#0"},"west":{"uv":[7.5,8.5625,7.53125,8.625],"texture":"#0"},"east":{"uv":[7.4375,8.5625,7.40625,8.625],"texture":"#0"}}},{"from":[6.75,5.75,2],"to":[9.25,6.25,2.25],"faces":{"down":{"uv":[0.59375,11.78125,0.90625,11.8125],"texture":"#0"},"up":{"uv":[7.5,11.90625,7.8125,11.875],"texture":"#0"},"north":{"uv":[4.0625,14.03125,3.75,14.09375],"texture":"#0"},"south":{"uv":[3.375,14.03125,3.6875,14.09375],"texture":"#0"},"west":{"uv":[6.8125,8.5625,6.84375,8.625],"texture":"#0"},"east":{"uv":[6.75,8.5625,6.71875,8.625],"texture":"#0"}}},{"from":[6.75,5.75,2.25],"to":[9.25,6,2.5],"faces":{"down":{"uv":[5.25,11.875,5.5625,11.90625],"texture":"#0"},"up":{"uv":[4.875,11.90625,5.1875,11.875],"texture":"#0"},"south":{"uv":[3.75,11.875,4.0625,11.90625],"texture":"#0"},"west":{"uv":[2.15625,7.84375,2.1875,7.875],"texture":"#0"},"east":{"uv":[1.8125,7.84375,1.78125,7.875],"texture":"#0"}}},{"from":[6.75,5.75,3.25],"to":[9.25,6,3.75],"faces":{"down":{"uv":[7.34375,14.53125,7.65625,14.59375],"texture":"#0"},"up":{"uv":[7.34375,14.71875,7.65625,14.65625],"texture":"#0"},"north":{"uv":[5.9375,12.09375,5.625,12.125],"texture":"#0"},"south":{"uv":[2.46875,11.78125,2.78125,11.8125],"texture":"#0"},"west":{"uv":[2.5,8.25,2.5625,8.28125],"texture":"#0"},"east":{"uv":[2.4375,8.25,2.375,8.28125],"texture":"#0"}}},{"from":[6.75,5.75,7],"to":[9.25,6,7.25],"faces":{"down":{"uv":[6,11.5625,6.3125,11.59375],"texture":"#0"},"up":{"uv":[5.625,11.59375,5.9375,11.5625],"texture":"#0"},"north":{"uv":[4.8125,11.5625,4.5,11.59375],"texture":"#0"},"south":{"uv":[4.125,11.5625,4.4375,11.59375],"texture":"#0"},"west":{"uv":[0,0.53125,0.03125,0.5625],"texture":"#0"},"east":{"uv":[0.03125,0.625,0,0.65625],"texture":"#0"}}},{"from":[6.75,5.75,11.75],"to":[9.25,6,12.25],"faces":{"up":{"uv":[0.375,14.09375,0.6875,14.03125],"texture":"#0"},"south":{"uv":[2.625,11.5625,2.9375,11.59375],"texture":"#0"},"west":{"uv":[4.625,8.46875,4.6875,8.5],"texture":"#0"},"east":{"uv":[4.5625,8.46875,4.5,8.5],"texture":"#0"}}},{"from":[6.75,6,1.75],"to":[9.25,6.25,2],"faces":{"down":{"uv":[0,11.5625,0.3125,11.59375],"texture":"#0"},"up":{"uv":[7.5,11.6875,7.8125,11.65625],"texture":"#0"},"west":{"uv":[0,3.25,0.03125,3.28125],"texture":"#0"},"east":{"uv":[0.03125,3.34375,0,3.375],"texture":"#0"}}},{"from":[6.75,6,7.5],"to":[9.25,6.25,7.75],"faces":{"up":{"uv":[4.5,11.6875,4.8125,11.65625],"texture":"#0"},"north":{"uv":[3.3125,11.65625,3,11.6875],"texture":"#0"},"west":{"uv":[0,3.53125,0.03125,3.5625],"texture":"#0"},"east":{"uv":[0.03125,3.625,0,3.65625],"texture":"#0"}}},{"from":[6.75,6,8],"to":[9.25,6.25,8.25],"faces":{"up":{"uv":[0.75,11.6875,1.0625,11.65625],"texture":"#0"},"west":{"uv":[0,3.8125,0.03125,3.84375],"texture":"#0"},"east":{"uv":[0.03125,3.90625,0,3.9375],"texture":"#0"}}},{"from":[6.75,6.25,0.75],"to":[9.25,6.5,1],"faces":{"up":{"uv":[3.59375,11.8125,3.90625,11.78125],"texture":"#0"},"north":{"uv":[2.40625,11.78125,2.09375,11.8125],"texture":"#0"},"west":{"uv":[5.15625,7.9375,5.1875,7.96875],"texture":"#0"},"east":{"uv":[0.125,6.625,0.09375,6.65625],"texture":"#0"}}},{"from":[6.75,6.25,1.25],"to":[9.25,6.5,1.75],"faces":{"down":{"uv":[4.875,14.03125,5.1875,14.09375],"texture":"#0"},"up":{"uv":[5.625,14.09375,5.9375,14.03125],"texture":"#0"},"south":{"uv":[6,12.09375,6.3125,12.125],"texture":"#0"},"west":{"uv":[1.625,8.46875,1.6875,8.5],"texture":"#0"},"east":{"uv":[6.375,8.15625,6.3125,8.1875],"texture":"#0"}}},{"from":[6.75,6.25,7.75],"to":[9.25,6.5,8],"faces":{"up":{"uv":[6.75,11.90625,7.0625,11.875],"texture":"#0"},"north":{"uv":[4.6875,12,4.375,12.03125],"texture":"#0"},"south":{"uv":[0.375,11.875,0.6875,11.90625],"texture":"#0"},"west":{"uv":[5.71875,7.84375,5.75,7.875],"texture":"#0"},"east":{"uv":[2.46875,7.84375,2.4375,7.875],"texture":"#0"}}},{"from":[6.75,6.25,8.25],"to":[9.25,6.5,8.75],"faces":{"down":{"uv":[1.125,14.03125,1.4375,14.09375],"texture":"#0"},"up":{"uv":[1.5,14.09375,1.8125,14.03125],"texture":"#0"},"north":{"uv":[7.03125,14.78125,6.71875,14.8125],"texture":"#0"},"west":{"uv":[6.1875,8.15625,6.25,8.1875],"texture":"#0"},"east":{"uv":[6.1875,8.25,6.125,8.28125],"texture":"#0"}}},{"from":[6.75,6.25,9],"to":[9.25,6.5,9.75],"faces":{"down":{"uv":[7.28125,15.125,7.59375,15.21875],"texture":"#0"},"up":{"uv":[7.28125,14.90625,7.59375,14.8125],"texture":"#0"},"west":{"uv":[5.65625,9.0625,5.75,9.09375],"texture":"#0"},"east":{"uv":[5.75,9.15625,5.65625,9.1875],"texture":"#0"}}},{"from":[6.75,6.25,10],"to":[9.25,6.5,11.75],"faces":{"down":{"uv":[3.25,15.53125,3.5625,15.75],"texture":"#0"},"up":{"uv":[3.625,15.75,3.9375,15.53125],"texture":"#0"},"south":{"uv":[5.84375,11.78125,6.15625,11.8125],"texture":"#0"},"west":{"uv":[6.8125,10.90625,7.03125,10.9375],"texture":"#0"},"east":{"uv":[5.90625,10.90625,5.6875,10.9375],"texture":"#0"}}},{"from":[6.75,6.5,1],"to":[9.25,6.75,1.25],"faces":{"up":{"uv":[1.34375,11.8125,1.65625,11.78125],"texture":"#0"},"north":{"uv":[1.28125,11.78125,0.96875,11.8125],"texture":"#0"},"south":{"uv":[6,11.875,6.3125,11.90625],"texture":"#0"},"west":{"uv":[0,0.15625,0.03125,0.1875],"texture":"#0"},"east":{"uv":[0.03125,3.71875,0,3.75],"texture":"#0"}}},{"from":[6.75,6.5,8.75],"to":[9.25,6.75,9],"faces":{"up":{"uv":[0,11.90625,0.3125,11.875],"texture":"#0"},"north":{"uv":[6.40625,12,6.09375,12.03125],"texture":"#0"},"south":{"uv":[5.09375,11.78125,5.40625,11.8125],"texture":"#0"},"west":{"uv":[0.09375,6.71875,0.125,6.75],"texture":"#0"},"east":{"uv":[0.125,6.8125,0.09375,6.84375],"texture":"#0"}}},{"from":[6.75,6.5,9.75],"to":[9.25,6.75,10],"faces":{"up":{"uv":[6.21875,11.8125,6.53125,11.78125],"texture":"#0"},"north":{"uv":[4.28125,11.78125,3.96875,11.8125],"texture":"#0"},"south":{"uv":[4.125,11.875,4.4375,11.90625],"texture":"#0"},"west":{"uv":[1.03125,7.84375,1.0625,7.875],"texture":"#0"},"east":{"uv":[0.5,7.9375,0.46875,7.96875],"texture":"#0"}}},{"from":[7,2.5,8.5],"to":[9,2.75,9],"faces":{"down":{"uv":[3.3125,13.71875,3.5625,13.78125],"texture":"#0"},"south":{"uv":[2.5625,10.8125,2.8125,10.84375],"texture":"#0"},"west":{"uv":[1.625,8.25,1.6875,8.28125],"texture":"#0"},"east":{"uv":[3.1875,8.25,3.125,8.28125],"texture":"#0"}}},{"from":[7,2.75,9.5],"to":[9,3,9.75],"faces":{"down":{"uv":[3.75,11,4,11.03125],"texture":"#0"},"up":{"uv":[3.4375,11.03125,3.6875,11],"texture":"#0"},"south":{"uv":[0.625,11,0.875,11.03125],"texture":"#0"},"west":{"uv":[0.75,7.9375,0.78125,7.96875],"texture":"#0"},"east":{"uv":[4.71875,7.9375,4.6875,7.96875],"texture":"#0"}}},{"from":[7,3,9.75],"to":[9.25,3.25,10.25],"faces":{"down":{"uv":[3.5625,14.78125,3.84375,14.84375],"texture":"#0"},"up":{"uv":[7.65625,14.84375,7.9375,14.78125],"texture":"#0"},"north":{"uv":[1.1875,11.46875,0.90625,11.5],"texture":"#0"},"south":{"uv":[0.5625,11.46875,0.84375,11.5],"texture":"#0"},"east":{"uv":[6.8125,8.46875,6.75,8.5],"texture":"#0"}}},{"from":[7,3,10.25],"to":[9,3.5,10.75],"faces":{"down":{"uv":[0.75,13.28125,1,13.34375],"texture":"#0"},"north":{"uv":[2.6875,13.28125,2.4375,13.34375],"texture":"#0"},"south":{"uv":[3,13.5,3.25,13.5625],"texture":"#0"},"west":{"uv":[5.65625,11.09375,5.71875,11.15625],"texture":"#0"},"east":{"uv":[4.71875,11.21875,4.65625,11.28125],"texture":"#0"}}},{"from":[7,3.25,1.25],"to":[9,3.5,1.5],"faces":{"down":{"uv":[5.78125,11.34375,6.03125,11.375],"texture":"#0"},"south":{"uv":[2.65625,11.34375,2.90625,11.375],"texture":"#0"},"west":{"uv":[0,4.9375,0.03125,4.96875],"texture":"#0"},"east":{"uv":[0.03125,4.46875,0,4.5],"texture":"#0"}}},{"from":[7,3.25,7.5],"to":[9,3.75,7.75],"faces":{"down":{"uv":[2.0625,13.625,2.3125,13.65625],"texture":"#0"},"north":{"uv":[6.3125,13.3125,6.0625,13.375],"texture":"#0"},"west":{"uv":[0.75,8.34375,0.78125,8.40625],"texture":"#0"},"east":{"uv":[0.875,8.34375,0.84375,8.40625],"texture":"#0"}}},{"from":[7,3.25,10.75],"to":[9.25,3.5,11],"faces":{"down":{"uv":[7.125,11.5625,7.40625,11.59375],"texture":"#0"},"north":{"uv":[7.75,11.5625,7.46875,11.59375],"texture":"#0"},"south":{"uv":[1.25,11.46875,1.53125,11.5],"texture":"#0"},"east":{"uv":[0.03125,3.4375,0,3.46875],"texture":"#0"}}},{"from":[7,3.25,11],"to":[9,3.5,11.5],"faces":{"down":{"uv":[6.8125,13.625,7.0625,13.6875],"texture":"#0"},"south":{"uv":[6.09375,11.34375,6.34375,11.375],"texture":"#0"},"west":{"uv":[3.25,8.46875,3.3125,8.5],"texture":"#0"},"east":{"uv":[4.3125,8.46875,4.25,8.5],"texture":"#0"}}},{"from":[7,3.5,1.75],"to":[9,3.75,2.25],"faces":{"down":{"uv":[3,13.71875,3.25,13.78125],"texture":"#0"},"up":{"uv":[2.6875,13.78125,2.9375,13.71875],"texture":"#0"},"south":{"uv":[3.78125,11.46875,4.03125,11.5],"texture":"#0"},"west":{"uv":[4.375,8.46875,4.4375,8.5],"texture":"#0"},"east":{"uv":[5.0625,8.46875,5,8.5],"texture":"#0"}}},{"from":[7,3.5,2.75],"to":[9,3.75,4.25],"faces":{"down":{"uv":[6.625,15.28125,6.875,15.46875],"texture":"#0"},"up":{"uv":[4.875,15.46875,5.125,15.28125],"texture":"#0"},"north":{"uv":[4.71875,11.34375,4.46875,11.375],"texture":"#0"},"south":{"uv":[6.90625,11.25,7.15625,11.28125],"texture":"#0"},"west":{"uv":[4.03125,10.40625,4.21875,10.4375],"texture":"#0"},"east":{"uv":[4.46875,10.40625,4.28125,10.4375],"texture":"#0"}}},{"from":[7,3.5,7.25],"to":[9,4,7.5],"faces":{"down":{"uv":[1.84375,11.25,2.09375,11.28125],"texture":"#0"},"north":{"uv":[3.25,13.375,3,13.4375],"texture":"#0"},"south":{"uv":[1.6875,13.3125,1.9375,13.375],"texture":"#0"},"west":{"uv":[2.0625,8.34375,2.09375,8.40625],"texture":"#0"},"east":{"uv":[2.1875,8.34375,2.15625,8.40625],"texture":"#0"}}},{"from":[7,3.75,2],"to":[9,4,2.75],"faces":{"down":{"uv":[5.28125,14.3125,5.53125,14.40625],"texture":"#0"},"up":{"uv":[4.84375,14.3125,5.09375,14.21875],"texture":"#0"},"west":{"uv":[5.5,9.15625,5.59375,9.1875],"texture":"#0"},"east":{"uv":[5.4375,9.0625,5.34375,9.09375],"texture":"#0"}}},{"from":[7,3.75,4.25],"to":[9,4,5],"faces":{"down":{"uv":[4.40625,14.1875,4.65625,14.28125],"texture":"#0"},"up":{"uv":[4.40625,14.4375,4.65625,14.34375],"texture":"#0"},"south":{"uv":[3.125,11,3.375,11.03125],"texture":"#0"},"west":{"uv":[5.34375,9.15625,5.4375,9.1875],"texture":"#0"},"east":{"uv":[5.28125,9.0625,5.1875,9.09375],"texture":"#0"}}},{"from":[7,3.75,7],"to":[9,4,7.25],"faces":{"down":{"uv":[5.3125,11,5.5625,11.03125],"texture":"#0"},"north":{"uv":[6.5,11,6.25,11.03125],"texture":"#0"},"west":{"uv":[0,2.21875,0.03125,2.25],"texture":"#0"},"east":{"uv":[0.03125,1.75,0,1.78125],"texture":"#0"}}},{"from":[7,3.75,11.75],"to":[9,4,12.25],"faces":{"down":{"uv":[4.25,13.71875,4.5,13.78125],"texture":"#0"},"south":{"uv":[0.75,13.625,1,13.65625],"texture":"#0"},"west":{"uv":[6.375,8.46875,6.4375,8.5],"texture":"#0"},"east":{"uv":[6.5625,8.46875,6.5,8.5],"texture":"#0"}}},{"from":[7,4,0.25],"to":[9,4.25,0.5],"faces":{"down":{"uv":[1.0625,13.625,1.3125,13.65625],"texture":"#0"},"up":{"uv":[2.375,13.65625,2.625,13.625],"texture":"#0"},"north":{"uv":[2.9375,13.625,2.6875,13.65625],"texture":"#0"},"west":{"uv":[0,1.65625,0.03125,1.6875],"texture":"#0"},"east":{"uv":[0.03125,1,0,1.03125],"texture":"#0"}}},{"from":[7,4,4.5],"to":[9,4.25,5],"faces":{"up":{"uv":[1.75,13.78125,2,13.71875],"texture":"#0"},"south":{"uv":[4.25,13.625,4.5,13.65625],"texture":"#0"},"west":{"uv":[7.5,8.46875,7.5625,8.5],"texture":"#0"},"east":{"uv":[7.6875,8.46875,7.625,8.5],"texture":"#0"}}},{"from":[7,4,6.25],"to":[9,4.25,7],"faces":{"down":{"uv":[7.65625,15.125,7.90625,15.21875],"texture":"#0"},"up":{"uv":[4.40625,14.59375,4.65625,14.5],"texture":"#0"},"north":{"uv":[1.84375,11.46875,1.59375,11.5],"texture":"#0"},"west":{"uv":[5.1875,9.15625,5.28125,9.1875],"texture":"#0"},"east":{"uv":[4.9375,9.0625,4.84375,9.09375],"texture":"#0"}}},{"from":[7,4,12.25],"to":[9,4.25,12.5],"faces":{"down":{"uv":[6.46875,11.46875,6.71875,11.5],"texture":"#0"},"south":{"uv":[4.46875,11.125,4.71875,11.15625],"texture":"#0"},"west":{"uv":[0,0.34375,0.03125,0.375],"texture":"#0"},"east":{"uv":[0.03125,0.25,0,0.28125],"texture":"#0"}}},{"from":[7,4.25,0.25],"to":[7.5,4.5,0.5],"faces":{"up":{"uv":[2.875,8.28125,2.9375,8.25],"texture":"#0"},"north":{"uv":[3.0625,8.25,3,8.28125],"texture":"#0"},"west":{"uv":[2.34375,7.9375,2.375,7.96875],"texture":"#0"},"east":{"uv":[7.53125,7.9375,7.5,7.96875],"texture":"#0"}}},{"from":[7,4.25,4.5],"to":[7.5,4.5,4.75],"faces":{"up":{"uv":[5.25,8.1875,5.3125,8.15625],"texture":"#0"},"south":{"uv":[7.875,11.875,7.9375,11.90625],"texture":"#0"},"west":{"uv":[5.4375,7.9375,5.46875,7.96875],"texture":"#0"},"east":{"uv":[0.59375,7.84375,0.5625,7.875],"texture":"#0"}}},{"from":[7,4.25,5.5],"to":[7.5,4.5,6.25],"faces":{"down":{"uv":[2.5,10.21875,2.5625,10.3125],"texture":"#0"},"up":{"uv":[2.625,10.3125,2.6875,10.21875],"texture":"#0"},"north":{"uv":[7.8125,8.96875,7.75,9],"texture":"#0"},"west":{"uv":[4.84375,9.15625,4.9375,9.1875],"texture":"#0"},"east":{"uv":[4.78125,9.0625,4.6875,9.09375],"texture":"#0"}}},{"from":[7,4.5,4.25],"to":[7.25,4.75,6],"faces":{"down":{"uv":[0.28125,10.53125,0.3125,10.75],"texture":"#0"},"up":{"uv":[0.1875,10.75,0.21875,10.53125],"texture":"#0"},"west":{"uv":[5.96875,10.8125,6.1875,10.84375],"texture":"#0"},"east":{"uv":[6.1875,10.90625,5.96875,10.9375],"texture":"#0"}}},{"from":[7,4.5,12.5],"to":[9,5.5,12.75],"faces":{"down":{"uv":[3.78125,11.34375,4.03125,11.375],"texture":"#0"},"up":{"uv":[3.78125,11.1875,4.03125,11.15625],"texture":"#0"},"south":{"uv":[3.90625,14.78125,4.15625,14.90625],"texture":"#0"},"west":{"uv":[7.03125,9.46875,7.0625,9.59375],"texture":"#0"},"east":{"uv":[6.71875,9.46875,6.6875,9.59375],"texture":"#0"}}},{"from":[7,4.75,4.75],"to":[7.25,5.5,5.5],"faces":{"up":{"uv":[4.5,9.1875,4.53125,9.09375],"texture":"#0"},"north":{"uv":[4.25,9.09375,4.21875,9.1875],"texture":"#0"},"south":{"uv":[4.125,9.09375,4.15625,9.1875],"texture":"#0"},"west":{"uv":[0.28125,11.125,0.375,11.21875],"texture":"#0"},"east":{"uv":[0.53125,11.28125,0.4375,11.375],"texture":"#0"}}},{"from":[7,5.25,4.25],"to":[7.25,5.75,4.75],"faces":{"up":{"uv":[1.3125,8.40625,1.34375,8.34375],"texture":"#0"},"north":{"uv":[1.4375,8.34375,1.40625,8.40625],"texture":"#0"},"south":{"uv":[2.625,8.34375,2.65625,8.40625],"texture":"#0"},"west":{"uv":[2.21875,9.53125,2.28125,9.59375],"texture":"#0"},"east":{"uv":[6.03125,11.21875,5.96875,11.28125],"texture":"#0"}}},{"from":[7,5.25,5.5],"to":[7.25,5.75,6],"faces":{"up":{"uv":[0.5625,8.40625,0.59375,8.34375],"texture":"#0"},"north":{"uv":[0.5,8.34375,0.46875,8.40625],"texture":"#0"},"south":{"uv":[0.375,8.34375,0.40625,8.40625],"texture":"#0"},"west":{"uv":[5.65625,11.21875,5.71875,11.28125],"texture":"#0"},"east":{"uv":[3.21875,11.21875,3.15625,11.28125],"texture":"#0"}}},{"from":[7,5.5,0.25],"to":[7.5,6,0.5],"faces":{"down":{"uv":[0.5,8.46875,0.5625,8.5],"texture":"#0"},"up":{"uv":[6.90625,8.625,6.96875,8.59375],"texture":"#0"},"north":{"uv":[2.90625,11.21875,2.84375,11.28125],"texture":"#0"},"south":{"uv":[7.875,14.03125,7.9375,14.09375],"texture":"#0"},"west":{"uv":[6.125,8.5625,6.15625,8.625],"texture":"#0"},"east":{"uv":[6.0625,8.5625,6.03125,8.625],"texture":"#0"}}},{"from":[7,5.5,4],"to":[7.5,5.75,4.25],"faces":{"down":{"uv":[5.90625,8.59375,5.96875,8.625],"texture":"#0"},"up":{"uv":[6.34375,8.40625,6.40625,8.375],"texture":"#0"},"north":{"uv":[6.28125,8.375,6.21875,8.40625],"texture":"#0"},"south":{"uv":[5.5,8.25,5.5625,8.28125],"texture":"#0"},"west":{"uv":[1.40625,7.9375,1.4375,7.96875],"texture":"#0"},"east":{"uv":[3.03125,7.9375,3,7.96875],"texture":"#0"}}},{"from":[7,5.5,6],"to":[7.5,5.75,6.25],"faces":{"down":{"uv":[0.625,8.46875,0.6875,8.5],"texture":"#0"},"up":{"uv":[2.5,8.5,2.5625,8.46875],"texture":"#0"},"north":{"uv":[2.6875,8.46875,2.625,8.5],"texture":"#0"},"west":{"uv":[0.09375,5.125,0.125,5.15625],"texture":"#0"},"east":{"uv":[0.03125,6.8125,0,6.84375],"texture":"#0"}}},{"from":[7,5.75,3],"to":[9,6,3.25],"faces":{"down":{"uv":[3.3125,13.625,3.5625,13.65625],"texture":"#0"},"up":{"uv":[3.625,13.65625,3.875,13.625],"texture":"#0"},"north":{"uv":[3.25,13.28125,3,13.3125],"texture":"#0"},"west":{"uv":[0,6.90625,0.03125,6.9375],"texture":"#0"},"east":{"uv":[2.65625,7.9375,2.625,7.96875],"texture":"#0"}}},{"from":[7,5.75,3.75],"to":[9,6,4],"faces":{"down":{"uv":[2.21875,11.46875,2.46875,11.5],"texture":"#0"},"up":{"uv":[2.53125,11.5,2.78125,11.46875],"texture":"#0"},"south":{"uv":[3.15625,11.46875,3.40625,11.5],"texture":"#0"},"west":{"uv":[0.375,7.9375,0.40625,7.96875],"texture":"#0"},"east":{"uv":[0.78125,7.84375,0.75,7.875],"texture":"#0"}}},{"from":[7,5.75,6.25],"to":[9,6,7],"faces":{"down":{"uv":[4.84375,14.375,5.09375,14.46875],"texture":"#0"},"up":{"uv":[5.28125,14.71875,5.53125,14.625],"texture":"#0"},"north":{"uv":[4.34375,11.46875,4.09375,11.5],"texture":"#0"},"west":{"uv":[3.8125,9.15625,3.90625,9.1875],"texture":"#0"},"east":{"uv":[3.75,9.0625,3.65625,9.09375],"texture":"#0"}}},{"from":[7,5.75,12.25],"to":[9,6,12.5],"faces":{"up":{"uv":[5.53125,11.5,5.78125,11.46875],"texture":"#0"},"south":{"uv":[6.15625,11.46875,6.40625,11.5],"texture":"#0"},"west":{"uv":[1.59375,7.84375,1.625,7.875],"texture":"#0"},"east":{"uv":[0.03125,6.53125,0,6.5625],"texture":"#0"}}},{"from":[7,6,2.25],"to":[9,6.25,3],"faces":{"down":{"uv":[5.28125,14.46875,5.53125,14.5625],"texture":"#0"},"up":{"uv":[5.28125,14.25,5.53125,14.15625],"texture":"#0"},"south":{"uv":[1.53125,11.34375,1.78125,11.375],"texture":"#0"},"west":{"uv":[1.5625,8.96875,1.65625,9],"texture":"#0"},"east":{"uv":[6.53125,9.15625,6.4375,9.1875],"texture":"#0"}}},{"from":[7,6,3.25],"to":[9,6.25,3.75],"faces":{"up":{"uv":[1.0625,13.78125,1.3125,13.71875],"texture":"#0"},"north":{"uv":[3.21875,11.125,2.96875,11.15625],"texture":"#0"},"south":{"uv":[3.28125,11.34375,3.53125,11.375],"texture":"#0"},"west":{"uv":[5.40625,8.59375,5.46875,8.625],"texture":"#0"},"east":{"uv":[2.8125,8.46875,2.75,8.5],"texture":"#0"}}},{"from":[7,6,7],"to":[9,6.25,7.5],"faces":{"down":{"uv":[0.75,13.71875,1,13.78125],"texture":"#0"},"up":{"uv":[7,13.96875,7.25,13.90625],"texture":"#0"},"north":{"uv":[5.21875,11.34375,4.96875,11.375],"texture":"#0"},"west":{"uv":[1.125,8.25,1.1875,8.28125],"texture":"#0"},"east":{"uv":[1.8125,8.46875,1.75,8.5],"texture":"#0"}}},{"from":[7,6,11.75],"to":[9,6.25,12.25],"faces":{"up":{"uv":[6.625,13.5625,6.875,13.5],"texture":"#0"},"south":{"uv":[6.59375,11.25,6.84375,11.28125],"texture":"#0"},"west":{"uv":[2.875,8.46875,2.9375,8.5],"texture":"#0"},"east":{"uv":[3.0625,8.46875,3,8.5],"texture":"#0"}}},{"from":[7,6.25,1.75],"to":[9,6.5,2],"faces":{"up":{"uv":[7.40625,11.1875,7.65625,11.15625],"texture":"#0"},"south":{"uv":[0.3125,11,0.5625,11.03125],"texture":"#0"},"west":{"uv":[0.09375,7.09375,0.125,7.125],"texture":"#0"},"east":{"uv":[0.125,4.65625,0.09375,4.6875],"texture":"#0"}}},{"from":[7,6.25,7.5],"to":[9,6.5,7.75],"faces":{"up":{"uv":[2.1875,11.03125,2.4375,11],"texture":"#0"},"north":{"uv":[2.75,11,2.5,11.03125],"texture":"#0"},"west":{"uv":[0.09375,2.875,0.125,2.90625],"texture":"#0"},"east":{"uv":[0.125,2.78125,0.09375,2.8125],"texture":"#0"}}},{"from":[7,6.25,8],"to":[9,6.5,8.25],"faces":{"up":{"uv":[4.375,11.03125,4.625,11],"texture":"#0"},"west":{"uv":[0,5.03125,0.03125,5.0625],"texture":"#0"},"east":{"uv":[0.03125,5.6875,0,5.71875],"texture":"#0"}}},{"from":[7,6.5,1.25],"to":[9,6.75,1.5],"faces":{"up":{"uv":[7.1875,11.03125,7.4375,11],"texture":"#0"},"south":{"uv":[4.5,10.90625,4.75,10.9375],"texture":"#0"},"west":{"uv":[0,6.15625,0.03125,6.1875],"texture":"#0"},"east":{"uv":[0.03125,6.25,0,6.28125],"texture":"#0"}}},{"from":[7,6.5,8.5],"to":[9,6.75,8.75],"faces":{"up":{"uv":[7.40625,11.5,7.65625,11.46875],"texture":"#0"},"north":{"uv":[1.46875,11.34375,1.21875,11.375],"texture":"#0"},"west":{"uv":[0,7.375,0.03125,7.40625],"texture":"#0"},"east":{"uv":[0.03125,1.09375,0,1.125],"texture":"#0"}}},{"from":[7,6.5,9],"to":[9,6.75,9.25],"faces":{"up":{"uv":[4.8125,10.9375,5.0625,10.90625],"texture":"#0"},"south":{"uv":[1.84375,11.34375,2.09375,11.375],"texture":"#0"},"west":{"uv":[7.125,7.9375,7.15625,7.96875],"texture":"#0"},"east":{"uv":[7.25,7.9375,7.21875,7.96875],"texture":"#0"}}},{"from":[7,6.5,9.5],"to":[9,6.75,9.75],"faces":{"up":{"uv":[2.96875,11.375,3.21875,11.34375],"texture":"#0"},"north":{"uv":[2.90625,11.125,2.65625,11.15625],"texture":"#0"},"west":{"uv":[5.15625,7.84375,5.1875,7.875],"texture":"#0"},"east":{"uv":[0.03125,7.46875,0,7.5],"texture":"#0"}}},{"from":[7,6.5,10],"to":[9,6.75,10.25],"faces":{"up":{"uv":[6.78125,11.5,7.03125,11.46875],"texture":"#0"},"south":{"uv":[5.9375,11,6.1875,11.03125],"texture":"#0"},"west":{"uv":[0,5.59375,0.03125,5.625],"texture":"#0"},"east":{"uv":[0.03125,5.5,0,5.53125],"texture":"#0"}}},{"from":[7.25,2,11],"to":[8.75,3.25,11.5],"faces":{"down":{"uv":[6.4375,12.875,6.625,12.9375],"texture":"#0"},"north":{"uv":[6.65625,14.8125,6.46875,14.96875],"texture":"#0"},"south":{"uv":[4.34375,14.8125,4.53125,14.96875],"texture":"#0"},"west":{"uv":[3.4375,12.21875,3.5,12.375],"texture":"#0"},"east":{"uv":[3.0625,12.21875,3,12.375],"texture":"#0"}}},{"from":[7.25,2.25,10.75],"to":[8.75,2.75,11],"faces":{"down":{"uv":[4.78125,10.40625,4.96875,10.4375],"texture":"#0"},"up":{"uv":[5.03125,10.4375,5.21875,10.40625],"texture":"#0"},"north":{"uv":[6.125,12.875,5.9375,12.9375],"texture":"#0"},"west":{"uv":[7.90625,8.5625,7.9375,8.625],"texture":"#0"},"east":{"uv":[5.15625,8.5625,5.125,8.625],"texture":"#0"}}},{"from":[7.25,2.25,11.5],"to":[8.75,2.75,11.75],"faces":{"down":{"uv":[5.28125,10.40625,5.46875,10.4375],"texture":"#0"},"up":{"uv":[5.53125,10.4375,5.71875,10.40625],"texture":"#0"},"south":{"uv":[7.125,13.625,7.3125,13.6875],"texture":"#0"},"west":{"uv":[5.21875,8.5625,5.25,8.625],"texture":"#0"},"east":{"uv":[5.34375,8.5625,5.3125,8.625],"texture":"#0"}}},{"from":[7.25,2.5,9],"to":[8.75,2.75,9.5],"faces":{"down":{"uv":[1.75,11.96875,1.9375,12.03125],"texture":"#0"},"up":{"uv":[1.5,12.03125,1.6875,11.96875],"texture":"#0"},"south":{"uv":[6.03125,10.40625,6.21875,10.4375],"texture":"#0"},"west":{"uv":[7.03125,8.59375,7.09375,8.625],"texture":"#0"},"east":{"uv":[7.65625,8.59375,7.59375,8.625],"texture":"#0"}}},{"from":[7.25,2.75,9.75],"to":[8.75,3,10.5],"faces":{"down":{"uv":[7.71875,14.15625,7.90625,14.25],"texture":"#0"},"up":{"uv":[3.375,13.96875,3.5625,13.875],"texture":"#0"},"south":{"uv":[6.53125,10.40625,6.71875,10.4375],"texture":"#0"},"west":{"uv":[3.40625,8.96875,3.5,9],"texture":"#0"},"east":{"uv":[3.96875,8.96875,3.875,9],"texture":"#0"}}},{"from":[7.25,3,1],"to":[8.75,3.25,1.25],"faces":{"down":{"uv":[6.78125,10.40625,6.96875,10.4375],"texture":"#0"},"north":{"uv":[7.46875,10.40625,7.28125,10.4375],"texture":"#0"},"south":{"uv":[7.53125,10.40625,7.71875,10.4375],"texture":"#0"},"west":{"uv":[4.5,7.84375,4.53125,7.875],"texture":"#0"},"east":{"uv":[4.4375,7.84375,4.40625,7.875],"texture":"#0"}}},{"from":[7.25,3,3.5],"to":[8.75,3.5,4],"faces":{"down":{"uv":[1.25,11.96875,1.4375,12.03125],"texture":"#0"},"north":{"uv":[0.9375,11.96875,0.75,12.03125],"texture":"#0"},"south":{"uv":[0.5,11.96875,0.6875,12.03125],"texture":"#0"},"west":{"uv":[1.59375,9.53125,1.65625,9.59375],"texture":"#0"},"east":{"uv":[1.96875,9.53125,1.90625,9.59375],"texture":"#0"}}},{"from":[7.25,3,7.5],"to":[8.75,3.25,7.75],"faces":{"down":{"uv":[2.75,10.28125,2.9375,10.3125],"texture":"#0"},"north":{"uv":[3.4375,10.28125,3.25,10.3125],"texture":"#0"},"west":{"uv":[0.09375,7.1875,0.125,7.21875],"texture":"#0"},"east":{"uv":[7.4375,7.9375,7.40625,7.96875],"texture":"#0"}}},{"from":[7.25,3,9.5],"to":[8.75,3.25,9.75],"faces":{"west":{"uv":[6.75,7.9375,6.78125,7.96875],"texture":"#0"},"east":{"uv":[5.375,7.9375,5.34375,7.96875],"texture":"#0"}}},{"from":[7.25,3,10.75],"to":[8.75,3.25,11],"faces":{"down":{"uv":[4.75,10.28125,4.9375,10.3125],"texture":"#0"},"west":{"uv":[0,1.1875,0.03125,1.21875],"texture":"#0"},"east":{"uv":[5.28125,7.84375,5.25,7.875],"texture":"#0"}}},{"from":[7.25,3,11.5],"to":[8.75,3.5,11.75],"faces":{"down":{"uv":[5.75,10.28125,5.9375,10.3125],"texture":"#0"},"north":{"uv":[0.4375,11.96875,0.25,12.03125],"texture":"#0"},"south":{"uv":[0,11.96875,0.1875,12.03125],"texture":"#0"},"west":{"uv":[0.09375,8.34375,0.125,8.40625],"texture":"#0"},"east":{"uv":[0.6875,8.34375,0.65625,8.40625],"texture":"#0"}}},{"from":[7.25,3.25,0.75],"to":[8.75,3.5,1],"faces":{"down":{"uv":[6.25,10.28125,6.4375,10.3125],"texture":"#0"},"north":{"uv":[6.9375,10.28125,6.75,10.3125],"texture":"#0"},"west":{"uv":[7.875,8.03125,7.90625,8.0625],"texture":"#0"},"east":{"uv":[0.03125,7.5625,0,7.59375],"texture":"#0"}}},{"from":[7.25,3.25,1.5],"to":[8.75,3.5,1.75],"faces":{"down":{"uv":[7.25,10.28125,7.4375,10.3125],"texture":"#0"},"south":{"uv":[1.6875,10.125,1.875,10.15625],"texture":"#0"},"west":{"uv":[0,7.09375,0.03125,7.125],"texture":"#0"},"east":{"uv":[0.03125,7,0,7.03125],"texture":"#0"}}},{"from":[7.25,3.25,3],"to":[8.75,3.5,3.5],"faces":{"down":{"uv":[7.125,12.25,7.3125,12.3125],"texture":"#0"},"north":{"uv":[1.875,10.03125,1.6875,10.0625],"texture":"#0"},"west":{"uv":[0,8.46875,0.0625,8.5],"texture":"#0"},"east":{"uv":[0.1875,8.46875,0.125,8.5],"texture":"#0"}}},{"from":[7.25,3.25,4],"to":[8.75,3.5,4.25],"faces":{"down":{"uv":[1.9375,10.03125,2.125,10.0625],"texture":"#0"},"south":{"uv":[2.4375,10.125,2.625,10.15625],"texture":"#0"},"west":{"uv":[0,6.0625,0.03125,6.09375],"texture":"#0"},"east":{"uv":[0.03125,5.96875,0,6],"texture":"#0"}}},{"from":[7.25,3.25,7.25],"to":[8.75,3.5,7.5],"faces":{"down":{"uv":[2.4375,10.03125,2.625,10.0625],"texture":"#0"},"north":{"uv":[2.875,10.03125,2.6875,10.0625],"texture":"#0"},"west":{"uv":[0,5.40625,0.03125,5.4375],"texture":"#0"},"east":{"uv":[0.03125,5.125,0,5.15625],"texture":"#0"}}},{"from":[7.25,3.25,10],"to":[8.75,3.5,10.25],"faces":{"west":{"uv":[1.3125,7.84375,1.34375,7.875],"texture":"#0"},"east":{"uv":[0.875,7.84375,0.84375,7.875],"texture":"#0"}}},{"from":[7.25,3.5,0.5],"to":[8.75,3.75,0.75],"faces":{"down":{"uv":[3.4375,10.03125,3.625,10.0625],"texture":"#0"},"north":{"uv":[3.875,10.03125,3.6875,10.0625],"texture":"#0"},"west":{"uv":[0.09375,1.75,0.125,1.78125],"texture":"#0"},"east":{"uv":[0.125,1.84375,0.09375,1.875],"texture":"#0"}}},{"from":[7.25,3.5,2.25],"to":[8.75,3.75,2.5],"faces":{"down":{"uv":[3.9375,10.03125,4.125,10.0625],"texture":"#0"},"south":{"uv":[4.4375,10.125,4.625,10.15625],"texture":"#0"},"west":{"uv":[0.09375,4.75,0.125,4.78125],"texture":"#0"},"east":{"uv":[0.125,5.03125,0.09375,5.0625],"texture":"#0"}}},{"from":[7.25,3.5,4.25],"to":[8.75,3.75,5.75],"faces":{"down":{"uv":[2.8125,14.875,3,15.0625],"texture":"#0"},"up":{"uv":[7.75,16,7.9375,15.8125],"texture":"#0"},"south":{"uv":[4.6875,10.125,4.875,10.15625],"texture":"#0"},"west":{"uv":[4.6875,10.03125,4.875,10.0625],"texture":"#0"},"east":{"uv":[5.125,10.125,4.9375,10.15625],"texture":"#0"}}},{"from":[7.25,3.5,7],"to":[8.75,3.75,7.25],"faces":{"down":{"uv":[4.9375,10.03125,5.125,10.0625],"texture":"#0"},"north":{"uv":[5.375,10.03125,5.1875,10.0625],"texture":"#0"},"west":{"uv":[6.28125,7.9375,6.3125,7.96875],"texture":"#0"},"east":{"uv":[6.21875,7.9375,6.1875,7.96875],"texture":"#0"}}},{"from":[7.25,3.5,11.75],"to":[8.75,3.75,12.25],"faces":{"down":{"uv":[7.125,12.5,7.3125,12.5625],"texture":"#0"},"south":{"uv":[5.6875,10.125,5.875,10.15625],"texture":"#0"},"west":{"uv":[1.125,8.46875,1.1875,8.5],"texture":"#0"},"east":{"uv":[1.0625,8.46875,1,8.5],"texture":"#0"}}},{"from":[7.25,3.75,5],"to":[8.75,4,7],"faces":{"down":{"uv":[0.375,14.96875,0.5625,15.21875],"texture":"#0"},"up":{"uv":[0.625,15.21875,0.8125,14.96875],"texture":"#0"},"west":{"uv":[2.875,10.90625,3.125,10.9375],"texture":"#0"},"east":{"uv":[5.625,10.90625,5.375,10.9375],"texture":"#0"}}},{"from":[7.25,3.75,12.25],"to":[8.75,4,12.5],"faces":{"down":{"uv":[5.9375,10.03125,6.125,10.0625],"texture":"#0"},"south":{"uv":[2.8125,14.78125,3,14.8125],"texture":"#0"},"west":{"uv":[5.0625,7.84375,5.09375,7.875],"texture":"#0"},"east":{"uv":[5,7.84375,4.96875,7.875],"texture":"#0"}}},{"from":[7.25,4,5.5],"to":[8.75,4.25,6.25],"faces":{"up":{"uv":[5.875,13.96875,6.0625,13.875],"texture":"#0"},"north":{"uv":[3.25,14.78125,3.0625,14.8125],"texture":"#0"},"west":{"uv":[7.1875,9.15625,7.28125,9.1875],"texture":"#0"},"east":{"uv":[7.28125,9.0625,7.1875,9.09375],"texture":"#0"}}},{"from":[7.25,4.25,4.75],"to":[7.5,4.5,5.5],"faces":{"down":{"uv":[7.65625,9.09375,7.6875,9.1875],"texture":"#0"},"up":{"uv":[0.1875,9,0.21875,8.90625],"texture":"#0"},"west":{"uv":[1.8125,8.96875,1.90625,9],"texture":"#0"},"east":{"uv":[2.0625,8.96875,1.96875,9],"texture":"#0"}}},{"from":[7.25,4.25,12.5],"to":[8.75,4.5,12.75],"faces":{"down":{"uv":[7.40625,10.90625,7.59375,10.9375],"texture":"#0"},"south":{"uv":[0.5625,10.625,0.75,10.65625],"texture":"#0"},"west":{"uv":[6.5625,7.9375,6.59375,7.96875],"texture":"#0"},"east":{"uv":[6.6875,7.9375,6.65625,7.96875],"texture":"#0"}}},{"from":[7.25,5.5,0.5],"to":[7.5,5.75,1.75],"faces":{"down":{"uv":[7.5625,10,7.59375,10.15625],"texture":"#0"},"up":{"uv":[7.0625,10.15625,7.09375,10],"texture":"#0"},"west":{"uv":[1.34375,9.78125,1.5,9.8125],"texture":"#0"},"east":{"uv":[0.84375,9.875,0.6875,9.90625],"texture":"#0"}}},{"from":[7.25,5.5,2],"to":[7.5,5.75,2.5],"faces":{"down":{"uv":[3.09375,8.34375,3.125,8.40625],"texture":"#0"},"up":{"uv":[3.1875,8.40625,3.21875,8.34375],"texture":"#0"},"west":{"uv":[7.46875,8.375,7.53125,8.40625],"texture":"#0"},"east":{"uv":[7.65625,8.375,7.59375,8.40625],"texture":"#0"}}},{"from":[7.25,5.5,3],"to":[7.5,5.75,4],"faces":{"down":{"uv":[0.09375,9.46875,0.125,9.59375],"texture":"#0"},"up":{"uv":[0,9.59375,0.03125,9.46875],"texture":"#0"},"west":{"uv":[6.75,9.28125,6.875,9.3125],"texture":"#0"},"east":{"uv":[7.0625,9.28125,6.9375,9.3125],"texture":"#0"}}},{"from":[7.25,5.5,4.25],"to":[7.5,6,4.75],"faces":{"down":{"uv":[3.65625,8.5625,3.6875,8.625],"texture":"#0"},"up":{"uv":[3.75,8.625,3.78125,8.5625],"texture":"#0"},"north":{"uv":[3.875,8.5625,3.84375,8.625],"texture":"#0"},"south":{"uv":[3.9375,8.5625,3.96875,8.625],"texture":"#0"},"west":{"uv":[7.875,9.25,7.9375,9.3125],"texture":"#0"},"east":{"uv":[0.8125,9.125,0.75,9.1875],"texture":"#0"}}},{"from":[7.25,5.5,4.75],"to":[7.5,5.75,6],"faces":{"down":{"uv":[2.875,9.75,2.90625,9.90625],"texture":"#0"},"up":{"uv":[2.96875,9.90625,3,9.75],"texture":"#0"},"west":{"uv":[7.78125,10.5,7.9375,10.53125],"texture":"#0"},"east":{"uv":[7.9375,10.40625,7.78125,10.4375],"texture":"#0"}}},{"from":[7.25,5.5,6.5],"to":[7.5,5.75,7.25],"faces":{"down":{"uv":[4.3125,9.09375,4.34375,9.1875],"texture":"#0"},"up":{"uv":[4.40625,9.1875,4.4375,9.09375],"texture":"#0"},"east":{"uv":[4.78125,9.15625,4.6875,9.1875],"texture":"#0"}}},{"from":[7.25,5.5,7.5],"to":[7.5,5.75,7.75],"faces":{"down":{"uv":[7.3125,8.03125,7.34375,8.0625],"texture":"#0"},"east":{"uv":[7.8125,8.03125,7.78125,8.0625],"texture":"#0"}}},{"from":[7.25,5.5,12.5],"to":[8.75,5.75,12.75],"faces":{"up":{"uv":[0.8125,10.75,1,10.71875],"texture":"#0"},"south":{"uv":[0.8125,10.53125,1,10.5625],"texture":"#0"},"west":{"uv":[0,7.9375,0.03125,7.96875],"texture":"#0"},"east":{"uv":[0.03125,7.84375,0,7.875],"texture":"#0"}}},{"from":[7.25,5.75,1.25],"to":[9.75,6,1.5],"faces":{"down":{"uv":[6.375,11.875,6.6875,11.90625],"texture":"#0"},"up":{"uv":[1.5,11.90625,1.8125,11.875],"texture":"#0"},"south":{"uv":[5.71875,12,6.03125,12.03125],"texture":"#0"},"east":{"uv":[0.03125,7.65625,0,7.6875],"texture":"#0"}}},{"from":[7.25,5.75,4],"to":[8.75,6,4.25],"faces":{"down":{"uv":[1.0625,10.71875,1.25,10.75],"texture":"#0"},"up":{"uv":[1.0625,10.65625,1.25,10.625],"texture":"#0"},"south":{"uv":[1.625,10.625,1.8125,10.65625],"texture":"#0"},"west":{"uv":[0,7.28125,0.03125,7.3125],"texture":"#0"},"east":{"uv":[0.03125,7.1875,0,7.21875],"texture":"#0"}}},{"from":[7.25,5.75,5.5],"to":[8.75,6,6.25],"faces":{"down":{"uv":[5.625,13.875,5.8125,13.96875],"texture":"#0"},"up":{"uv":[4.25,13.96875,4.4375,13.875],"texture":"#0"},"north":{"uv":[1.8125,10.53125,1.625,10.5625],"texture":"#0"},"west":{"uv":[7.34375,9.0625,7.4375,9.09375],"texture":"#0"},"east":{"uv":[7.59375,9.15625,7.5,9.1875],"texture":"#0"}}},{"from":[7.25,6,3],"to":[8.75,6.25,3.25],"faces":{"up":{"uv":[2.375,10.75,2.5625,10.71875],"texture":"#0"},"west":{"uv":[0,6.71875,0.03125,6.75],"texture":"#0"},"east":{"uv":[0.03125,6.625,0,6.65625],"texture":"#0"}}},{"from":[7.25,6,3.75],"to":[8.75,6.25,4],"faces":{"up":{"uv":[2.8125,10.5625,3,10.53125],"texture":"#0"},"south":{"uv":[3.21875,10.625,3.40625,10.65625],"texture":"#0"},"west":{"uv":[0,6.4375,0.03125,6.46875],"texture":"#0"},"east":{"uv":[0.03125,6.34375,0,6.375],"texture":"#0"}}},{"from":[7.25,6,6.25],"to":[8.75,6.25,7],"faces":{"up":{"uv":[5.375,13.96875,5.5625,13.875],"texture":"#0"},"north":{"uv":[3.40625,10.53125,3.21875,10.5625],"texture":"#0"},"west":{"uv":[3.09375,8.96875,3.1875,9],"texture":"#0"},"east":{"uv":[3.34375,8.96875,3.25,9],"texture":"#0"}}},{"from":[7.25,6,12.25],"to":[8.75,6.25,12.5],"faces":{"up":{"uv":[3.875,10.75,4.0625,10.71875],"texture":"#0"},"south":{"uv":[3.875,10.53125,4.0625,10.5625],"texture":"#0"},"west":{"uv":[0,5.875,0.03125,5.90625],"texture":"#0"},"east":{"uv":[0.03125,5.78125,0,5.8125],"texture":"#0"}}},{"from":[7.25,6.25,0.5],"to":[8.75,6.5,0.75],"faces":{"up":{"uv":[4.125,10.65625,4.3125,10.625],"texture":"#0"},"north":{"uv":[4.3125,10.53125,4.125,10.5625],"texture":"#0"},"west":{"uv":[0,5.3125,0.03125,5.34375],"texture":"#0"},"east":{"uv":[0.03125,5.21875,0,5.25],"texture":"#0"}}},{"from":[7.25,6.25,2],"to":[8.75,6.5,2.5],"faces":{"down":{"uv":[3.625,12.3125,3.8125,12.375],"texture":"#0"},"up":{"uv":[3.1875,12.25,3.375,12.1875],"texture":"#0"},"south":{"uv":[4.375,10.53125,4.5625,10.5625],"texture":"#0"},"west":{"uv":[1.875,8.46875,1.9375,8.5],"texture":"#0"},"east":{"uv":[2.0625,8.46875,2,8.5],"texture":"#0"}}},{"from":[7.25,6.25,3.25],"to":[8.75,6.5,3.75],"faces":{"up":{"uv":[2.75,12.25,2.9375,12.1875],"texture":"#0"},"north":{"uv":[4.8125,10.71875,4.625,10.75],"texture":"#0"},"south":{"uv":[4.625,10.625,4.8125,10.65625],"texture":"#0"},"west":{"uv":[1.75,8.25,1.8125,8.28125],"texture":"#0"},"east":{"uv":[1.3125,8.25,1.25,8.28125],"texture":"#0"}}},{"from":[7.25,6.25,11.75],"to":[8.75,6.5,12.25],"faces":{"up":{"uv":[2.5,12.3125,2.6875,12.25],"texture":"#0"},"south":{"uv":[4.875,10.71875,5.0625,10.75],"texture":"#0"},"west":{"uv":[1,8.25,1.0625,8.28125],"texture":"#0"},"east":{"uv":[6.90625,8.375,6.84375,8.40625],"texture":"#0"}}},{"from":[7.25,6.5,0.75],"to":[8.75,6.75,1],"faces":{"up":{"uv":[4.875,10.5625,5.0625,10.53125],"texture":"#0"},"north":{"uv":[5.3125,10.71875,5.125,10.75],"texture":"#0"},"west":{"uv":[0.65625,7.84375,0.6875,7.875],"texture":"#0"},"east":{"uv":[0.125,1.65625,0.09375,1.6875],"texture":"#0"}}},{"from":[7.25,6.5,1.5],"to":[8.75,6.75,1.75],"faces":{"up":{"uv":[5.375,10.75,5.5625,10.71875],"texture":"#0"},"south":{"uv":[5.375,10.53125,5.5625,10.5625],"texture":"#0"},"west":{"uv":[0.09375,1.9375,0.125,1.96875],"texture":"#0"},"east":{"uv":[0.125,2.40625,0.09375,2.4375],"texture":"#0"}}},{"from":[7.25,6.5,7.5],"to":[8.75,6.75,8],"faces":{"down":{"uv":[2.5,12.375,2.6875,12.4375],"texture":"#0"},"up":{"uv":[2.5,12.5625,2.6875,12.5],"texture":"#0"},"north":{"uv":[5.8125,10.71875,5.625,10.75],"texture":"#0"},"south":{"uv":[5.625,10.625,5.8125,10.65625],"texture":"#0"},"west":{"uv":[2.0625,8.15625,2.125,8.1875],"texture":"#0"},"east":{"uv":[5.9375,8.46875,5.875,8.5],"texture":"#0"}}},{"from":[7.25,6.5,8.25],"to":[8.75,6.75,8.5],"faces":{"up":{"uv":[5.875,10.75,6.0625,10.71875],"texture":"#0"},"north":{"uv":[6.0625,10.625,5.875,10.65625],"texture":"#0"},"west":{"uv":[0.09375,5.21875,0.125,5.25],"texture":"#0"},"east":{"uv":[0.125,5.3125,0.09375,5.34375],"texture":"#0"}}},{"from":[7.25,6.5,9.25],"to":[8.75,6.75,9.5],"faces":{"up":{"uv":[4.53125,10.4375,4.71875,10.40625],"texture":"#0"},"west":{"uv":[0.09375,7.28125,0.125,7.3125],"texture":"#0"},"east":{"uv":[0.125,7.375,0.09375,7.40625],"texture":"#0"}}},{"from":[7.25,6.5,10.25],"to":[8.75,6.75,11.75],"faces":{"up":{"uv":[3.3125,14.96875,3.5,14.78125],"texture":"#0"},"south":{"uv":[6.375,10.625,6.5625,10.65625],"texture":"#0"},"west":{"uv":[6.375,10.53125,6.5625,10.5625],"texture":"#0"},"east":{"uv":[6.8125,10.71875,6.625,10.75],"texture":"#0"}}},{"from":[7.25,6.75,1],"to":[8.75,7,1.25],"faces":{"up":{"uv":[6.625,10.5625,6.8125,10.53125],"texture":"#0"},"north":{"uv":[7.0625,10.71875,6.875,10.75],"texture":"#0"},"south":{"uv":[6.875,10.625,7.0625,10.65625],"texture":"#0"},"west":{"uv":[5.90625,7.9375,5.9375,7.96875],"texture":"#0"},"east":{"uv":[5.84375,7.9375,5.8125,7.96875],"texture":"#0"}}},{"from":[7.25,6.75,8.75],"to":[8.75,7,9],"faces":{"up":{"uv":[7.125,10.75,7.3125,10.71875],"texture":"#0"},"north":{"uv":[7.3125,10.625,7.125,10.65625],"texture":"#0"},"south":{"uv":[7.125,10.53125,7.3125,10.5625],"texture":"#0"},"west":{"uv":[3.84375,7.9375,3.875,7.96875],"texture":"#0"},"east":{"uv":[3.78125,7.9375,3.75,7.96875],"texture":"#0"}}},{"from":[7.25,6.75,9.75],"to":[8.75,7,10],"faces":{"up":{"uv":[7.375,10.65625,7.5625,10.625],"texture":"#0"},"north":{"uv":[7.5625,10.53125,7.375,10.5625],"texture":"#0"},"south":{"uv":[7.625,10.71875,7.8125,10.75],"texture":"#0"},"west":{"uv":[2.53125,7.9375,2.5625,7.96875],"texture":"#0"},"east":{"uv":[2.46875,7.9375,2.4375,7.96875],"texture":"#0"}}},{"from":[7.5,1.25,11],"to":[8.5,2,11.5],"faces":{"down":{"uv":[4.78125,11.3125,4.90625,11.375],"texture":"#0"},"north":{"uv":[2.4375,12.3125,2.3125,12.40625],"texture":"#0"},"south":{"uv":[2.3125,12.46875,2.4375,12.5625],"texture":"#0"},"west":{"uv":[5.15625,11.09375,5.21875,11.1875],"texture":"#0"},"east":{"uv":[6.34375,11.09375,6.28125,11.1875],"texture":"#0"}}},{"from":[7.5,1.75,10.75],"to":[8.5,2.25,11],"faces":{"down":{"uv":[6.375,9.65625,6.5,9.6875],"texture":"#0"},"north":{"uv":[4.40625,11.1875,4.28125,11.25],"texture":"#0"},"south":{"uv":[4.28125,11.3125,4.40625,11.375],"texture":"#0"},"west":{"uv":[5.03125,8.5625,5.0625,8.625],"texture":"#0"},"east":{"uv":[0.21875,8.5625,0.1875,8.625],"texture":"#0"}}},{"from":[7.5,1.75,11.5],"to":[8.5,2.25,11.75],"faces":{"down":{"uv":[6.9375,9.65625,7.0625,9.6875],"texture":"#0"},"north":{"uv":[4.21875,11.1875,4.09375,11.25],"texture":"#0"},"south":{"uv":[3.59375,11.3125,3.71875,11.375],"texture":"#0"},"west":{"uv":[5.75,8.78125,5.78125,8.84375],"texture":"#0"},"east":{"uv":[5.6875,8.78125,5.65625,8.84375],"texture":"#0"}}},{"from":[7.5,2,10.5],"to":[8.5,3,10.75],"faces":{"down":{"uv":[7.3125,9.65625,7.4375,9.6875],"texture":"#0"},"north":{"uv":[7.4375,13.84375,7.3125,13.96875],"texture":"#0"},"south":{"uv":[7.5,13.84375,7.625,13.96875],"texture":"#0"},"west":{"uv":[7.71875,9.46875,7.75,9.59375],"texture":"#0"},"east":{"uv":[7.84375,9.46875,7.8125,9.59375],"texture":"#0"}}},{"from":[7.5,2.25,8.75],"to":[8.5,2.5,9],"faces":{"down":{"uv":[7.6875,9.65625,7.8125,9.6875],"texture":"#0"},"north":{"uv":[0.3125,9.375,0.1875,9.40625],"texture":"#0"},"south":{"uv":[0.375,9.375,0.5,9.40625],"texture":"#0"},"west":{"uv":[2.90625,7.9375,2.9375,7.96875],"texture":"#0"},"east":{"uv":[1.90625,7.84375,1.875,7.875],"texture":"#0"}}},{"from":[7.5,2.25,9.5],"to":[8.5,2.75,10.5],"faces":{"down":{"uv":[7.6875,13.84375,7.8125,13.96875],"texture":"#0"},"up":{"uv":[0.5625,13.78125,0.6875,13.65625],"texture":"#0"},"north":{"uv":[3.09375,11.21875,2.96875,11.28125],"texture":"#0"},"west":{"uv":[2.46875,11.1875,2.59375,11.25],"texture":"#0"},"east":{"uv":[7.84375,11.4375,7.71875,11.5],"texture":"#0"}}},{"from":[7.5,2.25,11.75],"to":[8.5,3,12],"faces":{"down":{"uv":[0.9375,9.375,1.0625,9.40625],"texture":"#0"},"up":{"uv":[1.125,9.40625,1.25,9.375],"texture":"#0"},"north":{"uv":[2.25,12.3125,2.125,12.40625],"texture":"#0"},"south":{"uv":[2.125,12.46875,2.25,12.5625],"texture":"#0"},"west":{"uv":[5,9.09375,5.03125,9.1875],"texture":"#0"},"east":{"uv":[5.125,9.09375,5.09375,9.1875],"texture":"#0"}}},{"from":[7.5,2.5,8],"to":[8.5,2.75,8.25],"faces":{"down":{"uv":[1.6875,9.375,1.8125,9.40625],"texture":"#0"},"north":{"uv":[2.1875,9.375,2.0625,9.40625],"texture":"#0"},"west":{"uv":[3.9375,7.9375,3.96875,7.96875],"texture":"#0"},"east":{"uv":[2.84375,7.9375,2.8125,7.96875],"texture":"#0"}}},{"from":[7.5,2.5,12],"to":[8.5,3,12.75],"faces":{"down":{"uv":[1.9375,12.3125,2.0625,12.40625],"texture":"#0"},"up":{"uv":[1.9375,12.5625,2.0625,12.46875],"texture":"#0"},"south":{"uv":[0.875,10.875,1,10.9375],"texture":"#0"},"west":{"uv":[3.71875,10.5625,3.8125,10.625],"texture":"#0"},"east":{"uv":[7.71875,10.59375,7.625,10.65625],"texture":"#0"}}},{"from":[7.5,2.75,3.25],"to":[8.5,3.25,3.5],"faces":{"down":{"uv":[3,9.375,3.125,9.40625],"texture":"#0"},"north":{"uv":[7.84375,11.125,7.71875,11.1875],"texture":"#0"},"south":{"uv":[7.21875,11.1875,7.34375,11.25],"texture":"#0"},"west":{"uv":[7.8125,8.34375,7.84375,8.40625],"texture":"#0"},"east":{"uv":[7.75,8.34375,7.71875,8.40625],"texture":"#0"}}},{"from":[7.5,2.75,3.5],"to":[8.5,3,4],"faces":{"down":{"uv":[7.21875,11.3125,7.34375,11.375],"texture":"#0"},"south":{"uv":[3.9375,9.375,4.0625,9.40625],"texture":"#0"},"west":{"uv":[5.25,8.375,5.3125,8.40625],"texture":"#0"},"east":{"uv":[5.1875,8.375,5.125,8.40625],"texture":"#0"}}},{"from":[7.5,2.75,7.5],"to":[8.5,3,8],"faces":{"down":{"uv":[5.46875,11.21875,5.59375,11.28125],"texture":"#0"},"up":{"uv":[5.03125,11.5,5.15625,11.4375],"texture":"#0"},"north":{"uv":[4.4375,9.375,4.3125,9.40625],"texture":"#0"},"west":{"uv":[4.46875,8.375,4.53125,8.40625],"texture":"#0"},"east":{"uv":[4.15625,8.375,4.09375,8.40625],"texture":"#0"}}},{"from":[7.5,2.75,10.75],"to":[8.5,3,11],"faces":{"west":{"uv":[0,0.4375,0.03125,0.46875],"texture":"#0"},"east":{"uv":[0.03125,0.71875,0,0.75],"texture":"#0"}}},{"from":[7.5,2.75,11.5],"to":[8.5,3,11.75],"faces":{"west":{"uv":[0,0.8125,0.03125,0.84375],"texture":"#0"},"east":{"uv":[0.03125,0.90625,0,0.9375],"texture":"#0"}}},{"from":[7.5,2.75,12.75],"to":[8.5,3.25,13.5],"faces":{"down":{"uv":[1.59375,12.46875,1.71875,12.5625],"texture":"#0"},"up":{"uv":[1.40625,12.5625,1.53125,12.46875],"texture":"#0"},"north":{"uv":[2.25,12.1875,2.125,12.25],"texture":"#0"},"south":{"uv":[1.9375,12.1875,2.0625,12.25],"texture":"#0"},"west":{"uv":[7.78125,10.59375,7.875,10.65625],"texture":"#0"},"east":{"uv":[0.09375,10.375,0,10.4375],"texture":"#0"}}},{"from":[7.5,3,3],"to":[8.5,3.25,3.25],"faces":{"down":{"uv":[6.75,9.375,6.875,9.40625],"texture":"#0"},"north":{"uv":[7.25,9.375,7.125,9.40625],"texture":"#0"},"west":{"uv":[0,1.28125,0.03125,1.3125],"texture":"#0"},"east":{"uv":[0.03125,1.375,0,1.40625],"texture":"#0"}}},{"from":[7.5,3,4],"to":[8.5,3.25,7.5],"faces":{"down":{"uv":[0.1875,14.78125,0.3125,15.21875],"texture":"#0"},"up":{"uv":[0,15.21875,0.125,14.78125],"texture":"#0"},"west":{"uv":[5,13.09375,5.4375,13.125],"texture":"#0"},"east":{"uv":[2.9375,13,2.5,13.03125],"texture":"#0"}}},{"from":[7.5,3,12.5],"to":[8.5,3.25,12.75],"faces":{"up":{"uv":[5.0625,9.3125,5.1875,9.28125],"texture":"#0"},"north":{"uv":[5.375,9.28125,5.25,9.3125],"texture":"#0"},"west":{"uv":[0,2.03125,0.03125,2.0625],"texture":"#0"},"east":{"uv":[0.03125,2.125,0,2.15625],"texture":"#0"}}},{"from":[7.5,3,13.5],"to":[8.5,4,13.75],"faces":{"down":{"uv":[6,9.28125,6.125,9.3125],"texture":"#0"},"up":{"uv":[6.1875,9.3125,6.3125,9.28125],"texture":"#0"},"north":{"uv":[4.6875,13.65625,4.5625,13.78125],"texture":"#0"},"south":{"uv":[4.75,13.65625,4.875,13.78125],"texture":"#0"},"west":{"uv":[0.375,9.0625,0.40625,9.1875],"texture":"#0"},"east":{"uv":[0.5,9.0625,0.46875,9.1875],"texture":"#0"}}},{"from":[7.5,3.25,1.75],"to":[8.5,3.5,2],"faces":{"down":{"uv":[7.125,9.28125,7.25,9.3125],"texture":"#0"},"south":{"uv":[7.6875,9.28125,7.8125,9.3125],"texture":"#0"},"west":{"uv":[0,2.3125,0.03125,2.34375],"texture":"#0"},"east":{"uv":[0.03125,2.59375,0,2.625],"texture":"#0"}}},{"from":[7.5,3.25,2.75],"to":[8.5,3.5,3],"faces":{"down":{"uv":[2.4375,9.375,2.5625,9.40625],"texture":"#0"},"north":{"uv":[1,9.15625,0.875,9.1875],"texture":"#0"},"west":{"uv":[0,2.6875,0.03125,2.71875],"texture":"#0"},"east":{"uv":[0.03125,2.78125,0,2.8125],"texture":"#0"}}},{"from":[7.5,3.25,4.25],"to":[8.5,3.5,7.25],"faces":{"up":{"uv":[1.0625,15.21875,1.1875,14.84375],"texture":"#0"},"west":{"uv":[0.8125,12.4375,1.1875,12.46875],"texture":"#0"},"east":{"uv":[1.1875,12.53125,0.8125,12.5625],"texture":"#0"}}},{"from":[7.5,3.25,13],"to":[8.5,3.5,13.5],"faces":{"up":{"uv":[6.40625,11.25,6.53125,11.1875],"texture":"#0"},"north":{"uv":[7.9375,12.625,7.8125,12.65625],"texture":"#0"},"west":{"uv":[4.875,8.46875,4.9375,8.5],"texture":"#0"},"east":{"uv":[4.8125,8.46875,4.75,8.5],"texture":"#0"}}},{"from":[7.5,3.25,13.75],"to":[8.5,4.5,14],"faces":{"down":{"uv":[4.75,12.1875,4.875,12.21875],"texture":"#0"},"up":{"uv":[7.8125,12.5625,7.9375,12.53125],"texture":"#0"},"north":{"uv":[0.5,13.625,0.375,13.78125],"texture":"#0"},"south":{"uv":[0,13.625,0.125,13.78125],"texture":"#0"},"west":{"uv":[6.4375,10,6.46875,10.15625],"texture":"#0"},"east":{"uv":[6.5625,10,6.53125,10.15625],"texture":"#0"}}},{"from":[7.5,3.5,2.5],"to":[8.5,3.75,2.75],"faces":{"down":{"uv":[7.8125,11.5625,7.9375,11.59375],"texture":"#0"},"west":{"uv":[0,3.0625,0.03125,3.09375],"texture":"#0"},"east":{"uv":[0.03125,3.15625,0,3.1875],"texture":"#0"}}},{"from":[7.5,3.5,5.75],"to":[8.5,3.75,7],"faces":{"west":{"uv":[7.25,10.03125,7.40625,10.0625],"texture":"#0"},"east":{"uv":[0.53125,9.78125,0.375,9.8125],"texture":"#0"}}},{"from":[7.5,3.5,13.25],"to":[8.5,3.75,13.5],"faces":{"up":{"uv":[3.4375,9.8125,3.5625,9.78125],"texture":"#0"},"north":{"uv":[3.75,9.875,3.625,9.90625],"texture":"#0"},"west":{"uv":[0,4,0.03125,4.03125],"texture":"#0"},"east":{"uv":[0.03125,4.09375,0,4.125],"texture":"#0"}}},{"from":[7.5,3.5,14],"to":[8.5,5.75,14.25],"faces":{"down":{"uv":[4,9.875,4.125,9.90625],"texture":"#0"},"up":{"uv":[4,9.8125,4.125,9.78125],"texture":"#0"},"north":{"uv":[5.34375,14.9375,5.21875,15.21875],"texture":"#0"},"south":{"uv":[5.40625,14.9375,5.53125,15.21875],"texture":"#0"},"west":{"uv":[0.1875,11.09375,0.21875,11.375],"texture":"#0"},"east":{"uv":[0.625,11.09375,0.59375,11.375],"texture":"#0"}}},{"from":[7.5,3.75,0.25],"to":[8.5,4,0.5],"faces":{"down":{"uv":[4.5625,9.875,4.6875,9.90625],"texture":"#0"},"north":{"uv":[4.875,9.875,4.75,9.90625],"texture":"#0"},"west":{"uv":[0,4.75,0.03125,4.78125],"texture":"#0"},"east":{"uv":[0.03125,4.84375,0,4.875],"texture":"#0"}}},{"from":[7.5,4,5],"to":[8.5,4.25,5.5],"faces":{"up":{"uv":[5.78125,11.28125,5.90625,11.21875],"texture":"#0"},"west":{"uv":[2.125,8.46875,2.1875,8.5],"texture":"#0"},"east":{"uv":[7.4375,8.46875,7.375,8.5],"texture":"#0"}}},{"from":[7.5,4,12.5],"to":[8.5,4.25,12.75],"faces":{"down":{"uv":[5.5,9.78125,5.625,9.8125],"texture":"#0"},"south":{"uv":[6.625,9.875,6.75,9.90625],"texture":"#0"},"west":{"uv":[0.09375,1.5625,0.125,1.59375],"texture":"#0"},"east":{"uv":[0.125,2.59375,0.09375,2.625],"texture":"#0"}}},{"from":[7.5,4,14.25],"to":[8.5,5,14.5],"faces":{"down":{"uv":[0.1875,9.65625,0.3125,9.6875],"texture":"#0"},"up":{"uv":[0.375,9.6875,0.5,9.65625],"texture":"#0"},"south":{"uv":[2.25,13.4375,2.375,13.5625],"texture":"#0"},"west":{"uv":[1.0625,9.46875,1.09375,9.59375],"texture":"#0"},"east":{"uv":[1.1875,9.46875,1.15625,9.59375],"texture":"#0"}}},{"from":[7.5,5.25,13.75],"to":[8.5,6.25,14],"faces":{"down":{"uv":[5.8125,9.65625,5.9375,9.6875],"texture":"#0"},"up":{"uv":[6,9.6875,6.125,9.65625],"texture":"#0"},"north":{"uv":[0.6875,13.34375,0.5625,13.46875],"texture":"#0"},"south":{"uv":[6.625,13.65625,6.75,13.78125],"texture":"#0"},"west":{"uv":[7.625,9.46875,7.65625,9.59375],"texture":"#0"},"east":{"uv":[7.9375,9.46875,7.90625,9.59375],"texture":"#0"}}},{"from":[7.5,5.75,0.25],"to":[9,6,0.5],"faces":{"down":{"uv":[0.15625,10.40625,0.34375,10.4375],"texture":"#0"},"up":{"uv":[0.40625,10.4375,0.59375,10.40625],"texture":"#0"},"north":{"uv":[0.84375,10.40625,0.65625,10.4375],"texture":"#0"},"east":{"uv":[1.8125,7.9375,1.78125,7.96875],"texture":"#0"}}},{"from":[7.5,5.75,1.75],"to":[9.5,6,2],"faces":{"down":{"uv":[7.40625,11.34375,7.65625,11.375],"texture":"#0"},"up":{"uv":[2.25,10.84375,2.5,10.8125],"texture":"#0"},"south":{"uv":[3.46875,11.46875,3.71875,11.5],"texture":"#0"},"east":{"uv":[0.96875,7.84375,0.9375,7.875],"texture":"#0"}}},{"from":[7.5,5.75,2.5],"to":[9.25,6,3],"faces":{"down":{"uv":[7.71875,14.53125,7.9375,14.59375],"texture":"#0"},"up":{"uv":[7.71875,14.71875,7.9375,14.65625],"texture":"#0"},"south":{"uv":[5.6875,10.8125,5.90625,10.84375],"texture":"#0"},"east":{"uv":[6.78125,8.375,6.71875,8.40625],"texture":"#0"}}},{"from":[7.5,5.75,4.25],"to":[8.75,6,4.75],"faces":{"down":{"uv":[0,11.75,0.15625,11.8125],"texture":"#0"},"up":{"uv":[2.21875,12.03125,2.375,11.96875],"texture":"#0"},"south":{"uv":[7.25,10.125,7.40625,10.15625],"texture":"#0"},"east":{"uv":[3.6875,8.25,3.625,8.28125],"texture":"#0"}}},{"from":[7.5,5.75,4.75],"to":[8.5,6,5.5],"faces":{"down":{"uv":[0.3125,12.625,0.4375,12.71875],"texture":"#0"},"up":{"uv":[0.125,12.71875,0.25,12.625],"texture":"#0"},"west":{"uv":[6,9.15625,6.09375,9.1875],"texture":"#0"},"east":{"uv":[6.09375,9.0625,6,9.09375],"texture":"#0"}}},{"from":[7.5,5.75,7.25],"to":[9.25,6,7.5],"faces":{"down":{"uv":[6.53125,10.8125,6.75,10.84375],"texture":"#0"},"up":{"uv":[6.53125,10.9375,6.75,10.90625],"texture":"#0"},"east":{"uv":[3.03125,7.84375,3,7.875],"texture":"#0"}}},{"from":[7.5,5.75,12.5],"to":[8.5,6,12.75],"faces":{"up":{"uv":[4.125,9.40625,4.25,9.375],"texture":"#0"},"south":{"uv":[1.3125,9.375,1.4375,9.40625],"texture":"#0"},"west":{"uv":[3.375,7.9375,3.40625,7.96875],"texture":"#0"},"east":{"uv":[3.5,7.9375,3.46875,7.96875],"texture":"#0"}}},{"from":[7.5,5.75,13.5],"to":[8.5,6.5,13.75],"faces":{"down":{"uv":[6.75,9.65625,6.875,9.6875],"texture":"#0"},"up":{"uv":[6.1875,9.6875,6.3125,9.65625],"texture":"#0"},"north":{"uv":[2.375,13.28125,2.25,13.375],"texture":"#0"},"south":{"uv":[5.21875,14.78125,5.34375,14.875],"texture":"#0"},"west":{"uv":[6.15625,9.09375,6.1875,9.1875],"texture":"#0"},"east":{"uv":[6.28125,9.09375,6.25,9.1875],"texture":"#0"}}},{"from":[7.5,6,0.25],"to":[8.5,6.25,0.5],"faces":{"up":{"uv":[7.375,9.90625,7.5,9.875],"texture":"#0"},"north":{"uv":[7.3125,9.78125,7.1875,9.8125],"texture":"#0"},"west":{"uv":[0.09375,0.4375,0.125,0.46875],"texture":"#0"},"east":{"uv":[0.125,0.34375,0.09375,0.375],"texture":"#0"}}},{"from":[7.5,6,4],"to":[8.5,6.25,4.25],"faces":{"up":{"uv":[5.125,9.90625,5.25,9.875],"texture":"#0"},"south":{"uv":[4.9375,9.875,5.0625,9.90625],"texture":"#0"},"west":{"uv":[0,4.65625,0.03125,4.6875],"texture":"#0"},"east":{"uv":[0.03125,4.5625,0,4.59375],"texture":"#0"}}},{"from":[7.5,6,6],"to":[8.5,6.25,6.25],"faces":{"up":{"uv":[4.375,9.90625,4.5,9.875],"texture":"#0"},"north":{"uv":[4.3125,9.78125,4.1875,9.8125],"texture":"#0"},"west":{"uv":[0,4.28125,0.03125,4.3125],"texture":"#0"},"east":{"uv":[0.03125,4.1875,0,4.21875],"texture":"#0"}}},{"from":[7.5,6,13.25],"to":[8.5,6.75,13.5],"faces":{"down":{"uv":[3.8125,9.78125,3.9375,9.8125],"texture":"#0"},"up":{"uv":[3.8125,9.90625,3.9375,9.875],"texture":"#0"},"north":{"uv":[3.875,14.15625,3.75,14.25],"texture":"#0"},"south":{"uv":[5.40625,14.78125,5.53125,14.875],"texture":"#0"},"west":{"uv":[6.34375,9.09375,6.375,9.1875],"texture":"#0"},"east":{"uv":[6.625,9.09375,6.59375,9.1875],"texture":"#0"}}},{"from":[7.5,6.25,2.5],"to":[8.5,6.5,3],"faces":{"up":{"uv":[2.46875,11.375,2.59375,11.3125],"texture":"#0"},"south":{"uv":[5.28125,11.09375,5.40625,11.125],"texture":"#0"},"west":{"uv":[3.375,8.46875,3.4375,8.5],"texture":"#0"},"east":{"uv":[3.5625,8.46875,3.5,8.5],"texture":"#0"}}},{"from":[7.5,6.25,7],"to":[8.5,6.5,7.5],"faces":{"up":{"uv":[4.09375,11.375,4.21875,11.3125],"texture":"#0"},"north":{"uv":[4.90625,11.09375,4.78125,11.125],"texture":"#0"},"west":{"uv":[4,8.46875,4.0625,8.5],"texture":"#0"},"east":{"uv":[4.1875,8.46875,4.125,8.5],"texture":"#0"}}},{"from":[7.5,6.25,13],"to":[8.5,6.75,13.25],"faces":{"down":{"uv":[7.8125,12.1875,7.9375,12.21875],"texture":"#0"},"up":{"uv":[7.8125,12.46875,7.9375,12.4375],"texture":"#0"},"north":{"uv":[5.09375,11.125,4.96875,11.1875],"texture":"#0"},"west":{"uv":[1.875,8.34375,1.90625,8.40625],"texture":"#0"},"east":{"uv":[2,8.34375,1.96875,8.40625],"texture":"#0"}}},{"from":[7.5,6.5,1.75],"to":[8.5,6.75,2],"faces":{"up":{"uv":[1.59375,12.21875,1.71875,12.1875],"texture":"#0"},"south":{"uv":[1.5,12.625,1.625,12.65625],"texture":"#0"},"west":{"uv":[0,2.96875,0.03125,3],"texture":"#0"},"east":{"uv":[0.03125,2.875,0,2.90625],"texture":"#0"}}},{"from":[7.5,6.5,8],"to":[8.5,6.75,8.25],"faces":{"up":{"uv":[0.5625,12.65625,0.6875,12.625],"texture":"#0"},"west":{"uv":[0,2.5,0.03125,2.53125],"texture":"#0"},"east":{"uv":[0.03125,2.40625,0,2.4375],"texture":"#0"}}},{"from":[7.5,6.5,11.75],"to":[8.5,6.75,12],"faces":{"up":{"uv":[6.375,9.3125,6.5,9.28125],"texture":"#0"},"south":{"uv":[5.625,9.28125,5.75,9.3125],"texture":"#0"},"west":{"uv":[0,1.9375,0.03125,1.96875],"texture":"#0"},"east":{"uv":[0.03125,1.84375,0,1.875],"texture":"#0"}}},{"from":[7.5,6.75,11.5],"to":[8.5,7,11.75],"faces":{"up":{"uv":[4.5,9.3125,4.625,9.28125],"texture":"#0"},"north":{"uv":[7.8125,9.375,7.6875,9.40625],"texture":"#0"},"south":{"uv":[7.5,9.375,7.625,9.40625],"texture":"#0"},"west":{"uv":[0,1.5625,0.03125,1.59375],"texture":"#0"},"east":{"uv":[0.03125,1.46875,0,1.5],"texture":"#0"}}},{"from":[7.75,1.25,10.75],"to":[8.25,1.75,11],"faces":{"down":{"uv":[6.875,8.46875,6.9375,8.5],"texture":"#0"},"north":{"uv":[4.0625,9.25,4,9.3125],"texture":"#0"},"west":{"uv":[2.71875,8.34375,2.75,8.40625],"texture":"#0"},"east":{"uv":[2.84375,8.34375,2.8125,8.40625],"texture":"#0"}}},{"from":[7.75,1.25,11.5],"to":[8.25,1.75,12],"faces":{"down":{"uv":[3.75,9.25,3.8125,9.3125],"texture":"#0"},"up":{"uv":[3.625,9.3125,3.6875,9.25],"texture":"#0"},"south":{"uv":[3.375,9.25,3.4375,9.3125],"texture":"#0"},"west":{"uv":[3.25,9.25,3.3125,9.3125],"texture":"#0"},"east":{"uv":[3.1875,9.25,3.125,9.3125],"texture":"#0"}}},{"from":[7.75,1.5,10.5],"to":[8.25,2,10.75],"faces":{"down":{"uv":[7.75,8.46875,7.8125,8.5],"texture":"#0"},"north":{"uv":[3.0625,9.25,3,9.3125],"texture":"#0"},"south":{"uv":[2.875,9.25,2.9375,9.3125],"texture":"#0"},"west":{"uv":[3.375,8.34375,3.40625,8.40625],"texture":"#0"},"east":{"uv":[3.5,8.34375,3.46875,8.40625],"texture":"#0"}}},{"from":[7.75,1.5,12],"to":[8.25,2.5,12.25],"faces":{"down":{"uv":[3.5625,8.375,3.625,8.40625],"texture":"#0"},"north":{"uv":[4.28125,14.78125,4.21875,14.90625],"texture":"#0"},"south":{"uv":[4.71875,14.15625,4.78125,14.28125],"texture":"#0"},"west":{"uv":[0.09375,9.0625,0.125,9.1875],"texture":"#0"},"east":{"uv":[0.03125,9.0625,0,9.1875],"texture":"#0"}}},{"from":[7.75,1.75,10.25],"to":[8.25,2.25,10.5],"faces":{"down":{"uv":[4.21875,8.375,4.28125,8.40625],"texture":"#0"},"north":{"uv":[2.8125,9.25,2.75,9.3125],"texture":"#0"},"south":{"uv":[2.625,9.25,2.6875,9.3125],"texture":"#0"},"west":{"uv":[4.6875,8.34375,4.71875,8.40625],"texture":"#0"},"east":{"uv":[4.8125,8.34375,4.78125,8.40625],"texture":"#0"}}},{"from":[7.75,1.75,11.75],"to":[8.25,2.25,12],"faces":{"west":{"uv":[5.375,8.34375,5.40625,8.40625],"texture":"#0"},"east":{"uv":[5.5,8.34375,5.46875,8.40625],"texture":"#0"}}},{"from":[7.75,2,9.25],"to":[8.25,2.5,9.5],"faces":{"down":{"uv":[5.5625,8.375,5.625,8.40625],"texture":"#0"},"north":{"uv":[2.3125,9.25,2.25,9.3125],"texture":"#0"},"south":{"uv":[2.125,9.25,2.1875,9.3125],"texture":"#0"},"west":{"uv":[6.03125,8.34375,6.0625,8.40625],"texture":"#0"},"east":{"uv":[6.15625,8.34375,6.125,8.40625],"texture":"#0"}}},{"from":[7.75,2,9.5],"to":[8.25,2.25,10.25],"faces":{"down":{"uv":[0,10.21875,0.0625,10.3125],"texture":"#0"},"west":{"uv":[6.6875,9.0625,6.78125,9.09375],"texture":"#0"},"east":{"uv":[6.9375,9.15625,6.84375,9.1875],"texture":"#0"}}},{"from":[7.75,2.25,9],"to":[8.25,2.5,9.25],"faces":{"down":{"uv":[6.96875,8.375,7.03125,8.40625],"texture":"#0"},"west":{"uv":[0,0.0625,0.03125,0.09375],"texture":"#0"},"east":{"uv":[0.125,7.9375,0.09375,7.96875],"texture":"#0"}}},{"from":[7.75,2.25,12.25],"to":[8.25,2.5,12.75],"faces":{"down":{"uv":[2,9.25,2.0625,9.3125],"texture":"#0"},"south":{"uv":[0.125,8.25,0.1875,8.28125],"texture":"#0"},"west":{"uv":[0.25,8.25,0.3125,8.28125],"texture":"#0"},"east":{"uv":[0.4375,8.25,0.375,8.28125],"texture":"#0"}}},{"from":[7.75,2.5,7.75],"to":[8.25,2.75,8],"faces":{"down":{"uv":[0.5,8.25,0.5625,8.28125],"texture":"#0"},"north":{"uv":[0.8125,8.25,0.75,8.28125],"texture":"#0"},"west":{"uv":[0.1875,7.9375,0.21875,7.96875],"texture":"#0"},"east":{"uv":[0.3125,7.9375,0.28125,7.96875],"texture":"#0"}}},{"from":[7.75,2.5,12.75],"to":[8.25,2.75,13.5],"faces":{"down":{"uv":[0.25,10.21875,0.3125,10.3125],"texture":"#0"},"south":{"uv":[1.5,8.25,1.5625,8.28125],"texture":"#0"},"west":{"uv":[5.5,9.0625,5.59375,9.09375],"texture":"#0"},"east":{"uv":[6.9375,9.0625,6.84375,9.09375],"texture":"#0"}}},{"from":[7.75,2.75,3],"to":[8.25,3,3.25],"faces":{"down":{"uv":[1.875,8.25,1.9375,8.28125],"texture":"#0"},"north":{"uv":[2.1875,8.25,2.125,8.28125],"texture":"#0"},"west":{"uv":[0.5625,7.9375,0.59375,7.96875],"texture":"#0"},"east":{"uv":[0.6875,7.9375,0.65625,7.96875],"texture":"#0"}}},{"from":[7.75,2.75,4],"to":[8.25,3,5],"faces":{"down":{"uv":[7.875,13.84375,7.9375,13.96875],"texture":"#0"},"south":{"uv":[2.75,8.25,2.8125,8.28125],"texture":"#0"},"west":{"uv":[3.5625,9.375,3.6875,9.40625],"texture":"#0"},"east":{"uv":[3.5,9.375,3.375,9.40625],"texture":"#0"}}},{"from":[7.75,2.75,6.75],"to":[8.25,3,7.5],"faces":{"down":{"uv":[0.5,10.21875,0.5625,10.3125],"texture":"#0"},"north":{"uv":[3.3125,8.25,3.25,8.28125],"texture":"#0"},"west":{"uv":[7.34375,9.15625,7.4375,9.1875],"texture":"#0"},"east":{"uv":[7.59375,9.0625,7.5,9.09375],"texture":"#0"}}},{"from":[7.75,2.75,13.5],"to":[8.25,3,13.75],"faces":{"down":{"uv":[3.75,8.25,3.8125,8.28125],"texture":"#0"},"south":{"uv":[4.125,8.25,4.1875,8.28125],"texture":"#0"},"west":{"uv":[0.84375,7.9375,0.875,7.96875],"texture":"#0"},"east":{"uv":[0.96875,7.9375,0.9375,7.96875],"texture":"#0"}}},{"from":[7.75,3,0.75],"to":[8.25,3.25,1],"faces":{"down":{"uv":[4.25,8.25,4.3125,8.28125],"texture":"#0"},"north":{"uv":[4.5625,8.25,4.5,8.28125],"texture":"#0"},"west":{"uv":[1.03125,7.9375,1.0625,7.96875],"texture":"#0"},"east":{"uv":[1.15625,7.9375,1.125,7.96875],"texture":"#0"}}},{"from":[7.75,3,1.25],"to":[8.25,3.25,1.5],"faces":{"down":{"uv":[4.75,8.25,4.8125,8.28125],"texture":"#0"},"south":{"uv":[5.125,8.25,5.1875,8.28125],"texture":"#0"},"west":{"uv":[1.21875,7.9375,1.25,7.96875],"texture":"#0"},"east":{"uv":[1.34375,7.9375,1.3125,7.96875],"texture":"#0"}}},{"from":[7.75,3,2.5],"to":[8.25,3.5,2.75],"faces":{"down":{"uv":[5.25,8.25,5.3125,8.28125],"texture":"#0"},"north":{"uv":[1.8125,9.25,1.75,9.3125],"texture":"#0"},"south":{"uv":[1.625,9.25,1.6875,9.3125],"texture":"#0"},"west":{"uv":[0.9375,8.125,0.96875,8.1875],"texture":"#0"},"east":{"uv":[1.0625,8.125,1.03125,8.1875],"texture":"#0"}}},{"from":[7.75,3,2.75],"to":[8.25,3.25,3],"faces":{"down":{"uv":[5.625,8.25,5.6875,8.28125],"texture":"#0"},"west":{"uv":[1.5,7.9375,1.53125,7.96875],"texture":"#0"},"east":{"uv":[1.625,7.9375,1.59375,7.96875],"texture":"#0"}}},{"from":[7.75,3,11.75],"to":[8.25,3.25,12.5],"faces":{"down":{"uv":[0.75,10.21875,0.8125,10.3125],"texture":"#0"},"up":{"uv":[0.875,10.3125,0.9375,10.21875],"texture":"#0"},"west":{"uv":[0.28125,8.96875,0.375,9],"texture":"#0"},"east":{"uv":[1.40625,8.96875,1.3125,9],"texture":"#0"}}},{"from":[7.75,3,13.75],"to":[8.25,3.25,14],"faces":{"down":{"uv":[6.5,8.25,6.5625,8.28125],"texture":"#0"},"south":{"uv":[6.875,8.25,6.9375,8.28125],"texture":"#0"},"west":{"uv":[1.96875,7.9375,2,7.96875],"texture":"#0"},"east":{"uv":[2.09375,7.9375,2.0625,7.96875],"texture":"#0"}}},{"from":[7.75,3.25,0.5],"to":[8.25,3.5,0.75],"faces":{"down":{"uv":[7,8.25,7.0625,8.28125],"texture":"#0"},"north":{"uv":[7.3125,8.25,7.25,8.28125],"texture":"#0"},"west":{"uv":[2.15625,7.9375,2.1875,7.96875],"texture":"#0"},"east":{"uv":[2.28125,7.9375,2.25,7.96875],"texture":"#0"}}},{"from":[7.75,3.25,2],"to":[8.25,3.5,2.5],"faces":{"down":{"uv":[1.5,9.25,1.5625,9.3125],"texture":"#0"},"up":{"uv":[1.375,9.3125,1.4375,9.25],"texture":"#0"},"west":{"uv":[7.875,8.25,7.9375,8.28125],"texture":"#0"},"east":{"uv":[2.4375,8.6875,2.375,8.71875],"texture":"#0"}}},{"from":[7.75,3.25,12.75],"to":[8.25,3.5,13],"faces":{"up":{"uv":[2.3125,8.1875,2.375,8.15625],"texture":"#0"},"north":{"uv":[2.5,8.15625,2.4375,8.1875],"texture":"#0"},"west":{"uv":[6.84375,7.9375,6.875,7.96875],"texture":"#0"},"east":{"uv":[7.34375,7.9375,7.3125,7.96875],"texture":"#0"}}},{"from":[7.75,3.25,14],"to":[8.25,3.5,14.25],"faces":{"down":{"uv":[2.6875,8.15625,2.75,8.1875],"texture":"#0"},"south":{"uv":[3.0625,8.15625,3.125,8.1875],"texture":"#0"},"west":{"uv":[0.09375,7.65625,0.125,7.6875],"texture":"#0"},"east":{"uv":[1.71875,7.84375,1.6875,7.875],"texture":"#0"}}},{"from":[7.75,3.5,13],"to":[8.25,3.75,13.25],"faces":{"up":{"uv":[3.3125,8.1875,3.375,8.15625],"texture":"#0"},"north":{"uv":[3.5,8.15625,3.4375,8.1875],"texture":"#0"},"west":{"uv":[4.03125,7.9375,4.0625,7.96875],"texture":"#0"},"east":{"uv":[4.8125,7.9375,4.78125,7.96875],"texture":"#0"}}},{"from":[7.75,3.5,14.25],"to":[8.25,4,14.5],"faces":{"down":{"uv":[3.6875,8.15625,3.75,8.1875],"texture":"#0"},"south":{"uv":[1.125,9.25,1.1875,9.3125],"texture":"#0"},"west":{"uv":[4.0625,8.125,4.09375,8.1875],"texture":"#0"},"east":{"uv":[4.1875,8.125,4.15625,8.1875],"texture":"#0"}}},{"from":[7.75,3.75,13.25],"to":[8.25,4,13.5],"faces":{"up":{"uv":[4.375,8.1875,4.4375,8.15625],"texture":"#0"},"north":{"uv":[4.5625,8.15625,4.5,8.1875],"texture":"#0"},"west":{"uv":[7.59375,7.9375,7.625,7.96875],"texture":"#0"},"east":{"uv":[0.125,7.75,0.09375,7.78125],"texture":"#0"}}},{"from":[7.75,3.75,14.5],"to":[8.25,5,14.75],"faces":{"down":{"uv":[4.75,8.15625,4.8125,8.1875],"texture":"#0"},"up":{"uv":[4.875,8.1875,4.9375,8.15625],"texture":"#0"},"north":{"uv":[7.9375,14.90625,7.875,15.0625],"texture":"#0"},"south":{"uv":[1.78125,12.21875,1.84375,12.375],"texture":"#0"},"west":{"uv":[2.78125,9.75,2.8125,9.90625],"texture":"#0"},"east":{"uv":[2.71875,9.75,2.6875,9.90625],"texture":"#0"}}},{"from":[7.75,4,13.5],"to":[8.25,4.5,13.75],"faces":{"up":{"uv":[5.125,8.1875,5.1875,8.15625],"texture":"#0"},"north":{"uv":[1.0625,9.25,1,9.3125],"texture":"#0"},"west":{"uv":[5.5,8.125,5.53125,8.1875],"texture":"#0"},"east":{"uv":[5.625,8.125,5.59375,8.1875],"texture":"#0"}}},{"from":[7.75,4.5,13.75],"to":[8.25,5.25,14],"faces":{"north":{"uv":[1.0625,10.21875,1,10.3125],"texture":"#0"},"west":{"uv":[1.46875,8.90625,1.5,9],"texture":"#0"},"east":{"uv":[1.75,8.90625,1.71875,9],"texture":"#0"}}},{"from":[7.75,5,14.25],"to":[8.25,5.75,14.5],"faces":{"up":{"uv":[6.0625,8.1875,6.125,8.15625],"texture":"#0"},"south":{"uv":[1.375,10.21875,1.4375,10.3125],"texture":"#0"},"west":{"uv":[2.125,8.90625,2.15625,9],"texture":"#0"},"east":{"uv":[2.25,8.90625,2.21875,9],"texture":"#0"}}},{"from":[7.75,5.25,13.5],"to":[8.25,5.75,13.75],"faces":{"down":{"uv":[6.4375,8.15625,6.5,8.1875],"texture":"#0"},"north":{"uv":[0.8125,9.25,0.75,9.3125],"texture":"#0"},"west":{"uv":[2.53125,10.59375,2.5625,10.65625],"texture":"#0"},"east":{"uv":[3.65625,10.59375,3.625,10.65625],"texture":"#0"}}},{"from":[7.75,5.75,13.25],"to":[8.25,6,13.5],"faces":{"down":{"uv":[7.875,11.65625,7.9375,11.6875],"texture":"#0"},"north":{"uv":[7.9375,9.65625,7.875,9.6875],"texture":"#0"},"west":{"uv":[0.09375,7,0.125,7.03125],"texture":"#0"},"east":{"uv":[0.125,6.0625,0.09375,6.09375],"texture":"#0"}}},{"from":[7.75,5.75,14],"to":[8.25,6.25,14.25],"faces":{"up":{"uv":[7.625,9,7.6875,8.96875],"texture":"#0"},"south":{"uv":[0.375,9.25,0.4375,9.3125],"texture":"#0"},"west":{"uv":[7.875,8.9375,7.90625,9],"texture":"#0"},"east":{"uv":[0.03125,8.78125,0,8.84375],"texture":"#0"}}},{"from":[7.75,6,4.25],"to":[8.25,6.25,4.75],"faces":{"up":{"uv":[0.125,9.3125,0.1875,9.25],"texture":"#0"},"south":{"uv":[1.09375,8.8125,1.15625,8.84375],"texture":"#0"},"west":{"uv":[1.59375,8.8125,1.65625,8.84375],"texture":"#0"},"east":{"uv":[1.78125,8.8125,1.71875,8.84375],"texture":"#0"}}},{"from":[7.75,6,5.5],"to":[8.25,6.25,6],"faces":{"up":{"uv":[7.5,9.59375,7.5625,9.53125],"texture":"#0"},"north":{"uv":[2.09375,8.8125,2.03125,8.84375],"texture":"#0"},"west":{"uv":[2.28125,8.8125,2.34375,8.84375],"texture":"#0"},"east":{"uv":[2.46875,8.8125,2.40625,8.84375],"texture":"#0"}}},{"from":[7.75,6,13],"to":[8.25,6.25,13.25],"faces":{"down":{"uv":[3.65625,8.8125,3.71875,8.84375],"texture":"#0"},"north":{"uv":[3.96875,8.8125,3.90625,8.84375],"texture":"#0"},"west":{"uv":[7.875,7.9375,7.90625,7.96875],"texture":"#0"},"east":{"uv":[0.125,7.84375,0.09375,7.875],"texture":"#0"}}},{"from":[7.75,6.25,3],"to":[8.25,6.5,3.25],"faces":{"up":{"uv":[4.46875,8.84375,4.53125,8.8125],"texture":"#0"},"west":{"uv":[0.09375,5.78125,0.125,5.8125],"texture":"#0"},"east":{"uv":[0.125,4.9375,0.09375,4.96875],"texture":"#0"}}},{"from":[7.75,6.25,6.5],"to":[8.25,6.5,7],"faces":{"up":{"uv":[7.25,9.59375,7.3125,9.53125],"texture":"#0"},"north":{"uv":[5.90625,8.8125,5.84375,8.84375],"texture":"#0"},"west":{"uv":[6.65625,8.8125,6.71875,8.84375],"texture":"#0"},"east":{"uv":[6.84375,8.8125,6.78125,8.84375],"texture":"#0"}}},{"from":[7.75,6.25,13.75],"to":[8.25,6.5,14],"faces":{"up":{"uv":[7.59375,8.84375,7.65625,8.8125],"texture":"#0"},"south":{"uv":[7.84375,8.8125,7.90625,8.84375],"texture":"#0"},"west":{"uv":[3.46875,7.84375,3.5,7.875],"texture":"#0"},"east":{"uv":[3.59375,7.84375,3.5625,7.875],"texture":"#0"}}},{"from":[7.75,6.5,0.5],"to":[8.25,6.75,0.75],"faces":{"up":{"uv":[0.125,8.71875,0.1875,8.6875],"texture":"#0"},"north":{"uv":[0.5625,8.6875,0.5,8.71875],"texture":"#0"},"west":{"uv":[3.1875,7.9375,3.21875,7.96875],"texture":"#0"},"east":{"uv":[3.6875,7.9375,3.65625,7.96875],"texture":"#0"}}},{"from":[7.75,6.5,2],"to":[8.25,6.75,2.25],"faces":{"up":{"uv":[1.375,8.71875,1.4375,8.6875],"texture":"#0"},"south":{"uv":[1.625,8.6875,1.6875,8.71875],"texture":"#0"},"west":{"uv":[5.53125,7.9375,5.5625,7.96875],"texture":"#0"},"east":{"uv":[5.65625,7.9375,5.625,7.96875],"texture":"#0"}}},{"from":[7.75,6.5,3.25],"to":[8.25,6.75,3.75],"faces":{"up":{"uv":[6.90625,9.59375,6.96875,9.53125],"texture":"#0"},"north":{"uv":[2.0625,8.6875,2,8.71875],"texture":"#0"},"south":{"uv":[2.125,8.6875,2.1875,8.71875],"texture":"#0"},"west":{"uv":[2.25,8.6875,2.3125,8.71875],"texture":"#0"},"east":{"uv":[2.5625,8.6875,2.5,8.71875],"texture":"#0"}}},{"from":[7.75,6.5,12],"to":[8.25,6.75,12.25],"faces":{"up":{"uv":[3,8.71875,3.0625,8.6875],"texture":"#0"},"south":{"uv":[3.25,8.6875,3.3125,8.71875],"texture":"#0"},"west":{"uv":[0.09375,6.90625,0.125,6.9375],"texture":"#0"},"east":{"uv":[0.125,6.53125,0.09375,6.5625],"texture":"#0"}}},{"from":[7.75,6.5,12.75],"to":[8.25,6.75,13],"faces":{"down":{"uv":[3.375,8.6875,3.4375,8.71875],"texture":"#0"},"up":{"uv":[3.5,8.71875,3.5625,8.6875],"texture":"#0"},"north":{"uv":[3.6875,8.6875,3.625,8.71875],"texture":"#0"},"west":{"uv":[0.09375,4.5625,0.125,4.59375],"texture":"#0"},"east":{"uv":[0.125,4.1875,0.09375,4.21875],"texture":"#0"}}},{"from":[7.75,6.5,13.5],"to":[8.25,6.75,13.75],"faces":{"up":{"uv":[4,8.71875,4.0625,8.6875],"texture":"#0"},"south":{"uv":[4.25,8.6875,4.3125,8.71875],"texture":"#0"},"west":{"uv":[1.125,7.84375,1.15625,7.875],"texture":"#0"},"east":{"uv":[1.25,7.84375,1.21875,7.875],"texture":"#0"}}},{"from":[7.75,6.75,0.75],"to":[8.25,7,1],"faces":{"up":{"uv":[4.5,8.71875,4.5625,8.6875],"texture":"#0"},"north":{"uv":[4.6875,8.6875,4.625,8.71875],"texture":"#0"},"west":{"uv":[2.25,7.84375,2.28125,7.875],"texture":"#0"},"east":{"uv":[2.375,7.84375,2.34375,7.875],"texture":"#0"}}},{"from":[7.75,6.75,1.25],"to":[8.25,7,1.5],"faces":{"up":{"uv":[5,8.71875,5.0625,8.6875],"texture":"#0"},"south":{"uv":[5.25,8.6875,5.3125,8.71875],"texture":"#0"},"west":{"uv":[5.8125,7.84375,5.84375,7.875],"texture":"#0"},"east":{"uv":[2.75,7.9375,2.71875,7.96875],"texture":"#0"}}},{"from":[7.75,6.75,7.75],"to":[8.25,7,8],"faces":{"up":{"uv":[5.5,8.71875,5.5625,8.6875],"texture":"#0"},"north":{"uv":[5.6875,8.6875,5.625,8.71875],"texture":"#0"},"south":{"uv":[5.75,8.6875,5.8125,8.71875],"texture":"#0"},"west":{"uv":[3.28125,7.9375,3.3125,7.96875],"texture":"#0"},"east":{"uv":[3.59375,7.9375,3.5625,7.96875],"texture":"#0"}}},{"from":[7.75,6.75,8.5],"to":[8.25,7,8.75],"faces":{"up":{"uv":[6,8.71875,6.0625,8.6875],"texture":"#0"},"north":{"uv":[6.1875,8.6875,6.125,8.71875],"texture":"#0"},"west":{"uv":[5.0625,7.9375,5.09375,7.96875],"texture":"#0"},"east":{"uv":[5.28125,7.9375,5.25,7.96875],"texture":"#0"}}},{"from":[7.75,6.75,9],"to":[8.25,7,9.25],"faces":{"up":{"uv":[6.5,8.71875,6.5625,8.6875],"texture":"#0"},"south":{"uv":[7,8.6875,7.0625,8.71875],"texture":"#0"},"west":{"uv":[6.375,7.9375,6.40625,7.96875],"texture":"#0"},"east":{"uv":[6.5,7.9375,6.46875,7.96875],"texture":"#0"}}},{"from":[7.75,6.75,9.5],"to":[8.25,7,9.75],"faces":{"up":{"uv":[2.53125,8.625,2.59375,8.59375],"texture":"#0"},"north":{"uv":[3.21875,8.59375,3.15625,8.625],"texture":"#0"},"west":{"uv":[7.6875,7.9375,7.71875,7.96875],"texture":"#0"},"east":{"uv":[7.8125,7.9375,7.78125,7.96875],"texture":"#0"}}},{"from":[7.75,6.75,10],"to":[8.25,7,10.25],"faces":{"up":{"uv":[4.15625,8.625,4.21875,8.59375],"texture":"#0"},"south":{"uv":[4.40625,8.59375,4.46875,8.625],"texture":"#0"},"west":{"uv":[0.09375,7.5625,0.125,7.59375],"texture":"#0"},"east":{"uv":[0.125,7.46875,0.09375,7.5],"texture":"#0"}}},{"from":[7.75,6.75,11.25],"to":[8.25,7,11.5],"faces":{"up":{"uv":[4.65625,8.625,4.71875,8.59375],"texture":"#0"},"north":{"uv":[4.84375,8.59375,4.78125,8.625],"texture":"#0"},"west":{"uv":[0.09375,5.96875,0.125,6],"texture":"#0"},"east":{"uv":[0.125,5.875,0.09375,5.90625],"texture":"#0"}}},{"from":[7.75,6.75,13],"to":[8.25,7,13.5],"faces":{"down":{"uv":[6.78125,9.53125,6.84375,9.59375],"texture":"#0"},"up":{"uv":[6.1875,9.59375,6.25,9.53125],"texture":"#0"},"north":{"uv":[5.59375,8.59375,5.53125,8.625],"texture":"#0"},"south":{"uv":[5.65625,8.59375,5.71875,8.625],"texture":"#0"},"west":{"uv":[5.78125,8.59375,5.84375,8.625],"texture":"#0"},"east":{"uv":[6.28125,8.59375,6.21875,8.625],"texture":"#0"}}},{"from":[8,6.75,11.75],"to":[8.25,7,12],"faces":{"up":{"uv":[0.09375,3.9375,0.125,3.90625],"texture":"#0"},"south":{"uv":[0.09375,3.15625,0.125,3.1875],"texture":"#0"},"west":{"uv":[0.09375,3.0625,0.125,3.09375],"texture":"#0"},"east":{"uv":[0.125,2.96875,0.09375,3],"texture":"#0"}}},{"from":[8,7,11.5],"to":[8.25,7.25,11.75],"faces":{"up":{"uv":[0.09375,2.53125,0.125,2.5],"texture":"#0"},"north":{"uv":[0.125,2.3125,0.09375,2.34375],"texture":"#0"},"south":{"uv":[0.09375,2.21875,0.125,2.25],"texture":"#0"},"west":{"uv":[0.09375,1.46875,0.125,1.5],"texture":"#0"},"east":{"uv":[0.125,1.375,0.09375,1.40625],"texture":"#0"}}},{"from":[8,7.25,11.75],"to":[8.25,7.5,12],"faces":{"down":{"uv":[0.09375,1.28125,0.125,1.3125],"texture":"#0"},"up":{"uv":[0.09375,1.21875,0.125,1.1875],"texture":"#0"},"north":{"uv":[0.125,1.09375,0.09375,1.125],"texture":"#0"},"south":{"uv":[0.09375,0.25,0.125,0.28125],"texture":"#0"},"west":{"uv":[0.09375,0.15625,0.125,0.1875],"texture":"#0"},"east":{"uv":[0.3125,7.84375,0.28125,7.875],"texture":"#0"}}},{"from":[8.25,7.5,12],"to":[8.5,8,12.25],"faces":{"down":{"uv":[0.375,7.84375,0.40625,7.875],"texture":"#0"},"up":{"uv":[0.46875,7.875,0.5,7.84375],"texture":"#0"},"north":{"uv":[6.375,8.5625,6.34375,8.625],"texture":"#0"},"south":{"uv":[6.4375,8.5625,6.46875,8.625],"texture":"#0"},"west":{"uv":[6.53125,8.5625,6.5625,8.625],"texture":"#0"},"east":{"uv":[6.65625,8.5625,6.625,8.625],"texture":"#0"}}},{"from":[8.5,4.25,0.25],"to":[9,4.5,4.75],"faces":{"down":{"uv":[0.375,14.15625,0.4375,14.71875],"texture":"#0"},"up":{"uv":[0.25,14.71875,0.3125,14.15625],"texture":"#0"},"north":{"uv":[7.21875,8.59375,7.15625,8.625],"texture":"#0"},"south":{"uv":[7.28125,8.59375,7.34375,8.625],"texture":"#0"},"west":{"uv":[2.75,13.84375,3.3125,13.875],"texture":"#0"},"east":{"uv":[4.1875,13.9375,3.625,13.96875],"texture":"#0"}}},{"from":[8.5,4.25,4.75],"to":[8.75,4.5,7.75],"faces":{"down":{"uv":[0.28125,12.1875,0.3125,12.5625],"texture":"#0"},"up":{"uv":[0.1875,12.5625,0.21875,12.1875],"texture":"#0"},"west":{"uv":[0.125,12.78125,0.5,12.8125],"texture":"#0"},"east":{"uv":[7.9375,12.90625,7.5625,12.9375],"texture":"#0"}}},{"from":[8.5,5.5,0.25],"to":[9,5.75,4.75],"faces":{"down":{"uv":[0.125,14.15625,0.1875,14.71875],"texture":"#0"},"up":{"uv":[0,14.71875,0.0625,14.15625],"texture":"#0"},"north":{"uv":[0.3125,8.46875,0.25,8.5],"texture":"#0"},"south":{"uv":[0.375,8.46875,0.4375,8.5],"texture":"#0"},"west":{"uv":[3.625,13.84375,4.1875,13.875],"texture":"#0"},"east":{"uv":[5.0625,13.9375,4.5,13.96875],"texture":"#0"}}},{"from":[8.5,5.5,4.75],"to":[8.75,5.75,7.75],"faces":{"down":{"uv":[0.09375,12.1875,0.125,12.5625],"texture":"#0"},"up":{"uv":[0,12.5625,0.03125,12.1875],"texture":"#0"},"west":{"uv":[7.125,12.90625,7.5,12.9375],"texture":"#0"},"east":{"uv":[7.0625,12.90625,6.6875,12.9375],"texture":"#0"}}},{"from":[8.75,4.25,5.5],"to":[9,5.75,7.75],"faces":{"down":{"uv":[0.09375,11.09375,0.125,11.375],"texture":"#0"},"up":{"uv":[0,11.375,0.03125,11.09375],"texture":"#0"},"north":{"uv":[0.03125,9.96875,0,10.15625],"texture":"#0"},"south":{"uv":[0.09375,9.96875,0.125,10.15625],"texture":"#0"},"west":{"uv":[3.96875,15.28125,4.25,15.46875],"texture":"#0"},"east":{"uv":[3.90625,15.28125,3.625,15.46875],"texture":"#0"}}},{"from":[8.75,4.5,0.25],"to":[9.25,5.5,4.25],"faces":{"down":{"uv":[0.625,14.21875,0.6875,14.71875],"texture":"#0"},"up":{"uv":[0.5,14.71875,0.5625,14.21875],"texture":"#0"},"north":{"uv":[5.3125,10.8125,5.25,10.9375],"texture":"#0"},"south":{"uv":[5.125,10.8125,5.1875,10.9375],"texture":"#0"},"west":{"uv":[5.0625,15.625,5.5625,15.75],"texture":"#0"},"east":{"uv":[5,15.625,4.5,15.75],"texture":"#0"}}},{"from":[8.75,4.5,4.25],"to":[9,5.5,5.5],"faces":{"down":{"uv":[2.59375,9.75,2.625,9.90625],"texture":"#0"},"up":{"uv":[2.5,9.90625,2.53125,9.75],"texture":"#0"},"west":{"uv":[0.4375,13.84375,0.59375,13.96875],"texture":"#0"},"east":{"uv":[0.8125,13.84375,0.65625,13.96875],"texture":"#0"}}},{"from":[9,3,9.5],"to":[9.25,3.25,9.75],"faces":{"down":{"uv":[4.125,7.9375,4.15625,7.96875],"texture":"#0"},"west":{"uv":[4.5,7.9375,4.53125,7.96875],"texture":"#0"},"east":{"uv":[4.625,7.9375,4.59375,7.96875],"texture":"#0"}}},{"from":[9,3.25,10],"to":[9.25,3.5,10.75],"faces":{"down":{"uv":[4.6875,8.90625,4.71875,9],"texture":"#0"},"west":{"uv":[4.875,8.96875,4.96875,9],"texture":"#0"},"east":{"uv":[5.125,8.96875,5.03125,9],"texture":"#0"}}},{"from":[9,4.25,0.5],"to":[9.5,4.5,2.5],"faces":{"down":{"uv":[3.3125,13.3125,3.375,13.5625],"texture":"#0"},"up":{"uv":[4,13.5625,4.0625,13.3125],"texture":"#0"},"north":{"uv":[2.3125,8.46875,2.25,8.5],"texture":"#0"},"south":{"uv":[2.375,8.46875,2.4375,8.5],"texture":"#0"},"east":{"uv":[3.4375,10.8125,3.1875,10.84375],"texture":"#0"}}},{"from":[9,4.25,2.5],"to":[9.25,4.5,4.5],"faces":{"down":{"uv":[0.09375,10.5,0.125,10.75],"texture":"#0"},"up":{"uv":[0,10.75,0.03125,10.5],"texture":"#0"},"south":{"uv":[6.09375,7.9375,6.125,7.96875],"texture":"#0"},"east":{"uv":[3.125,10.8125,2.875,10.84375],"texture":"#0"}}},{"from":[9,4.25,6.25],"to":[9.25,5.75,7.75],"faces":{"down":{"uv":[0.1875,9.96875,0.21875,10.15625],"texture":"#0"},"up":{"uv":[0.28125,10.15625,0.3125,9.96875],"texture":"#0"},"north":{"uv":[0.40625,9.96875,0.375,10.15625],"texture":"#0"},"south":{"uv":[0.46875,9.96875,0.5,10.15625],"texture":"#0"},"east":{"uv":[3.5,15.03125,3.3125,15.21875],"texture":"#0"}}},{"from":[9,4.5,6],"to":[9.25,5.5,6.25],"faces":{"down":{"uv":[6.9375,7.9375,6.96875,7.96875],"texture":"#0"},"up":{"uv":[7.03125,7.96875,7.0625,7.9375],"texture":"#0"},"north":{"uv":[3.75,9.46875,3.71875,9.59375],"texture":"#0"},"east":{"uv":[3.46875,9.46875,3.4375,9.59375],"texture":"#0"}}},{"from":[9,4.75,4.25],"to":[9.25,5.25,4.75],"faces":{"down":{"uv":[0.9375,8.34375,0.96875,8.40625],"texture":"#0"},"up":{"uv":[1.03125,8.40625,1.0625,8.34375],"texture":"#0"},"south":{"uv":[1.21875,8.34375,1.25,8.40625],"texture":"#0"},"east":{"uv":[3.25,9.53125,3.1875,9.59375],"texture":"#0"}}},{"from":[9,4.75,5.5],"to":[9.25,5.25,6],"faces":{"down":{"uv":[1.5,8.34375,1.53125,8.40625],"texture":"#0"},"up":{"uv":[1.59375,8.40625,1.625,8.34375],"texture":"#0"},"north":{"uv":[1.71875,8.34375,1.6875,8.40625],"texture":"#0"},"east":{"uv":[3,9.53125,2.9375,9.59375],"texture":"#0"}}},{"from":[9,5.5,0.5],"to":[9.5,5.75,2.5],"faces":{"down":{"uv":[4.125,13.3125,4.1875,13.5625],"texture":"#0"},"up":{"uv":[4.8125,13.5625,4.875,13.3125],"texture":"#0"},"north":{"uv":[3.6875,8.46875,3.625,8.5],"texture":"#0"},"south":{"uv":[3.75,8.46875,3.8125,8.5],"texture":"#0"},"east":{"uv":[7.75,11,7.5,11.03125],"texture":"#0"}}},{"from":[9,5.5,2.5],"to":[9.25,5.75,4],"faces":{"up":{"uv":[0.65625,10.15625,0.6875,9.96875],"texture":"#0"},"south":{"uv":[0.09375,6.34375,0.125,6.375],"texture":"#0"},"east":{"uv":[1.59375,10.40625,1.40625,10.4375],"texture":"#0"}}},{"from":[9.25,3.5,7.5],"to":[9.75,3.75,7.75],"faces":{"down":{"uv":[5.125,8.46875,5.1875,8.5],"texture":"#0"},"north":{"uv":[5.4375,8.46875,5.375,8.5],"texture":"#0"},"west":{"uv":[0.09375,5.6875,0.125,5.71875],"texture":"#0"},"east":{"uv":[0.125,5.59375,0.09375,5.625],"texture":"#0"}}},{"from":[9.25,4.25,2.75],"to":[9.5,5.5,3],"faces":{"up":{"uv":[0.09375,5.4375,0.125,5.40625],"texture":"#0"},"north":{"uv":[0.625,9.75,0.59375,9.90625],"texture":"#0"},"south":{"uv":[0.28125,9.75,0.3125,9.90625],"texture":"#0"},"west":{"uv":[0,9.75,0.03125,9.90625],"texture":"#0"},"east":{"uv":[7.875,10,7.84375,10.15625],"texture":"#0"}}},{"from":[9.25,4.25,3],"to":[9.75,4.75,4],"faces":{"down":{"uv":[2.125,10.8125,2.1875,10.9375],"texture":"#0"},"up":{"uv":[2,10.9375,2.0625,10.8125],"texture":"#0"},"north":{"uv":[2.625,9.53125,2.5625,9.59375],"texture":"#0"},"south":{"uv":[2.4375,9.53125,2.5,9.59375],"texture":"#0"},"west":{"uv":[1.8125,10.875,1.9375,10.9375],"texture":"#0"},"east":{"uv":[1.75,10.875,1.625,10.9375],"texture":"#0"}}},{"from":[9.25,4.25,4],"to":[9.5,4.75,4.25],"faces":{"up":{"uv":[0.09375,4.3125,0.125,4.28125],"texture":"#0"},"south":{"uv":[2.34375,8.34375,2.375,8.40625],"texture":"#0"},"west":{"uv":[2.4375,8.34375,2.46875,8.40625],"texture":"#0"},"east":{"uv":[2.5625,8.34375,2.53125,8.40625],"texture":"#0"}}},{"from":[9.25,4.25,4.25],"to":[9.5,4.5,4.5],"faces":{"down":{"uv":[0.09375,3.8125,0.125,3.84375],"texture":"#0"},"up":{"uv":[0.09375,3.75,0.125,3.71875],"texture":"#0"},"south":{"uv":[0.09375,3.53125,0.125,3.5625],"texture":"#0"},"east":{"uv":[0.125,3.34375,0.09375,3.375],"texture":"#0"}}},{"from":[9.25,4.25,7.5],"to":[9.75,5.75,7.75],"faces":{"up":{"uv":[6.125,8.5,6.1875,8.46875],"texture":"#0"},"north":{"uv":[0.0625,12.625,0,12.8125],"texture":"#0"},"south":{"uv":[7.875,15.5625,7.9375,15.75],"texture":"#0"},"east":{"uv":[0.875,9.96875,0.84375,10.15625],"texture":"#0"}}},{"from":[9.25,4.5,0.5],"to":[9.5,5.5,2.75],"faces":{"down":{"uv":[0.875,11.09375,0.90625,11.375],"texture":"#0"},"up":{"uv":[0.78125,11.375,0.8125,11.09375],"texture":"#0"},"north":{"uv":[2.375,9.46875,2.34375,9.59375],"texture":"#0"},"east":{"uv":[3.84375,15.09375,3.5625,15.21875],"texture":"#0"}}},{"from":[9.25,4.5,7.25],"to":[9.5,5.5,7.5],"faces":{"down":{"uv":[0.09375,2.125,0.125,2.15625],"texture":"#0"},"up":{"uv":[0.09375,2.0625,0.125,2.03125],"texture":"#0"},"north":{"uv":[2.0625,9.46875,2.03125,9.59375],"texture":"#0"},"east":{"uv":[1.53125,9.46875,1.5,9.59375],"texture":"#0"}}},{"from":[9.25,4.75,3],"to":[9.5,5.25,3.75],"faces":{"up":{"uv":[2.875,9.1875,2.90625,9.09375],"texture":"#0"},"south":{"uv":[3,8.34375,3.03125,8.40625],"texture":"#0"},"east":{"uv":[1.90625,10.375,1.8125,10.4375],"texture":"#0"}}},{"from":[9.25,4.75,3.75],"to":[9.5,5,4],"faces":{"up":{"uv":[0.09375,0.9375,0.125,0.90625],"texture":"#0"},"south":{"uv":[0.09375,0.71875,0.125,0.75],"texture":"#0"},"east":{"uv":[0.125,0.53125,0.09375,0.5625],"texture":"#0"}}},{"from":[9.25,4.75,6.5],"to":[9.5,5.25,7.25],"faces":{"down":{"uv":[3.46875,9.09375,3.5,9.1875],"texture":"#0"},"up":{"uv":[3.5625,9.1875,3.59375,9.09375],"texture":"#0"},"north":{"uv":[3.3125,8.34375,3.28125,8.40625],"texture":"#0"},"east":{"uv":[2.21875,10.375,2.125,10.4375],"texture":"#0"}}},{"from":[9.25,5.25,3.25],"to":[9.5,5.75,3.75],"faces":{"up":{"uv":[4,8.40625,4.03125,8.34375],"texture":"#0"},"north":{"uv":[4.625,8.34375,4.59375,8.40625],"texture":"#0"},"south":{"uv":[5.8125,8.34375,5.84375,8.40625],"texture":"#0"},"west":{"uv":[1.375,9.53125,1.4375,9.59375],"texture":"#0"},"east":{"uv":[1.3125,9.53125,1.25,9.59375],"texture":"#0"}}},{"from":[9.5,4.25,0.75],"to":[9.75,5.75,1.75],"faces":{"down":{"uv":[0.96875,9.46875,1,9.59375],"texture":"#0"},"up":{"uv":[0.875,9.59375,0.90625,9.46875],"texture":"#0"},"north":{"uv":[0.96875,9.96875,0.9375,10.15625],"texture":"#0"},"south":{"uv":[1.03125,9.96875,1.0625,10.15625],"texture":"#0"},"west":{"uv":[7.09375,14.78125,7.21875,14.96875],"texture":"#0"},"east":{"uv":[3.875,14.3125,3.75,14.5],"texture":"#0"}}},{"from":[9.5,4.5,1.75],"to":[9.75,5.5,2],"faces":{"down":{"uv":[1.40625,7.84375,1.4375,7.875],"texture":"#0"},"up":{"uv":[1.5,7.875,1.53125,7.84375],"texture":"#0"},"south":{"uv":[0.5625,9.46875,0.59375,9.59375],"texture":"#0"},"east":{"uv":[0.21875,9.46875,0.1875,9.59375],"texture":"#0"}}},{"from":[9.5,4.75,0.5],"to":[9.75,5.25,0.75],"faces":{"down":{"uv":[1.96875,7.84375,2,7.875],"texture":"#0"},"up":{"uv":[2.0625,7.875,2.09375,7.84375],"texture":"#0"},"north":{"uv":[0.03125,8.125,0,8.1875],"texture":"#0"},"east":{"uv":[0.3125,8.125,0.28125,8.1875],"texture":"#0"}}},{"from":[9.5,4.75,2],"to":[9.75,5.25,2.25],"faces":{"down":{"uv":[2.53125,7.84375,2.5625,7.875],"texture":"#0"},"up":{"uv":[2.625,7.875,2.65625,7.84375],"texture":"#0"},"south":{"uv":[0.46875,8.125,0.5,8.1875],"texture":"#0"},"east":{"uv":[0.6875,8.125,0.65625,8.1875],"texture":"#0"}}},{"from":[9.5,4.75,3.25],"to":[9.75,5.25,3.5],"faces":{"up":{"uv":[3.1875,7.875,3.21875,7.84375],"texture":"#0"},"north":{"uv":[0.78125,8.125,0.75,8.1875],"texture":"#0"},"south":{"uv":[0.84375,8.125,0.875,8.1875],"texture":"#0"},"east":{"uv":[1.25,8.125,1.21875,8.1875],"texture":"#0"}}},{"from":[9.5,4.75,3.5],"to":[9.75,5,3.75],"faces":{"up":{"uv":[3.75,7.875,3.78125,7.84375],"texture":"#0"},"south":{"uv":[3.9375,7.84375,3.96875,7.875],"texture":"#0"},"east":{"uv":[4.15625,7.84375,4.125,7.875],"texture":"#0"}}},{"from":[9.75,4.25,1],"to":[10,5.75,1.25],"faces":{"down":{"uv":[4.21875,7.84375,4.25,7.875],"texture":"#0"},"up":{"uv":[4.3125,7.875,4.34375,7.84375],"texture":"#0"},"north":{"uv":[1.34375,9.96875,1.3125,10.15625],"texture":"#0"},"south":{"uv":[1.40625,9.96875,1.4375,10.15625],"texture":"#0"},"east":{"uv":[1.625,9.96875,1.59375,10.15625],"texture":"#0"}}},{"from":[9.75,4.75,0.75],"to":[10,5.25,1],"faces":{"down":{"uv":[4.78125,7.84375,4.8125,7.875],"texture":"#0"},"up":{"uv":[4.875,7.875,4.90625,7.84375],"texture":"#0"},"north":{"uv":[1.34375,8.125,1.3125,8.1875],"texture":"#0"},"east":{"uv":[1.625,8.125,1.59375,8.1875],"texture":"#0"}}},{"from":[9.75,4.75,1.25],"to":[10,5.25,1.5],"faces":{"down":{"uv":[5.34375,7.84375,5.375,7.875],"texture":"#0"},"up":{"uv":[5.4375,7.875,5.46875,7.84375],"texture":"#0"},"south":{"uv":[1.78125,8.125,1.8125,8.1875],"texture":"#0"},"east":{"uv":[2,8.125,1.96875,8.1875],"texture":"#0"}}},{"from":[10,4.75,9.25],"to":[10.25,5,9.5],"faces":{"up":{"uv":[6,7.875,6.03125,7.84375],"texture":"#0"},"south":{"uv":[6.1875,7.84375,6.21875,7.875],"texture":"#0"},"west":{"uv":[6.28125,7.84375,6.3125,7.875],"texture":"#0"},"east":{"uv":[6.40625,7.84375,6.375,7.875],"texture":"#0"}}},{"from":[7.35,7.2,12.25],"to":[9.35,9.2,12.251],"rotation":{"origin":[8.35707,8.19319,12.24973],"axis":"x","angle":-22.5},"faces":{"down":{"uv":[0,0,1,0],"texture":"#1"},"up":{"uv":[0,0,1,0],"texture":"#1"},"north":{"uv":[4,4,12,12],"texture":"#1"},"south":{"uv":[4,4,12,12],"texture":"#1"},"west":{"uv":[0,0,0,1],"texture":"#1"},"east":{"uv":[0,0,0,1],"texture":"#1"}}}],"display":{"thirdperson_righthand":{"translation":[0,8.25,-3],"scale":[1.6,1.6,1.6]},"firstperson_righthand":{"rotation":[0,-6,0],"translation":[-0.25,5.75,0]},"gui":{"rotation":[57,47,-32],"translation":[2.5,3.75,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/corrupted_bow.json b/assets/minecraft/models/item/wynn/skin/bow/corrupted_bow.json new file mode 100644 index 000000000..97d379919 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/corrupted_bow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/corrupted/corrupted_bow","1":"skins/corrupted/corrupted_pulse","2":"skins/corrupted/corrupted_swirl","particle":"skins/corrupted/corrupted_bow"},"elements":[{"from":[6.5,1.5,4.5],"to":[9.5,4.5,7.5],"rotation":{"angle":45,"axis":"x","origin":[8,3,6]},"faces":{"north":{"uv":[12.25,0.75,13,1.5],"texture":"#0"},"east":{"uv":[11.5,0.75,12.25,1.5],"texture":"#0"},"south":{"uv":[13.75,0.75,14.5,1.5],"texture":"#0"},"west":{"uv":[13,0.75,13.75,1.5],"texture":"#0"},"up":{"uv":[13,0.75,12.25,0],"texture":"#0"},"down":{"uv":[13.75,0,13,0.75],"texture":"#0"}}},{"from":[6.5,1.5,4.5],"to":[9.5,4.5,7.5],"rotation":{"angle":-45,"axis":"y","origin":[8,3,6]},"faces":{"north":{"uv":[13.25,7,14,7.75],"texture":"#0"},"east":{"uv":[12.5,7,13.25,7.75],"texture":"#0"},"south":{"uv":[14.75,7,15.5,7.75],"texture":"#0"},"west":{"uv":[14,7,14.75,7.75],"texture":"#0"},"up":{"uv":[14,7,13.25,6.25],"texture":"#0"},"down":{"uv":[14.75,6.25,14,7],"texture":"#0"}}},{"from":[6.5,1.5,4.5],"to":[9.5,4.5,7.5],"rotation":{"angle":-45,"axis":"z","origin":[8,3,6]},"faces":{"north":{"uv":[7.75,5.75,8.5,6.5],"texture":"#0"},"east":{"uv":[7,5.75,7.75,6.5],"texture":"#0"},"south":{"uv":[9.25,5.75,10,6.5],"texture":"#0"},"west":{"uv":[8.5,5.75,9.25,6.5],"texture":"#0"},"up":{"uv":[8.5,5.75,7.75,5],"texture":"#0"},"down":{"uv":[9.25,5,8.5,5.75],"texture":"#0"}}},{"from":[5,4,15],"to":[6,9,16],"rotation":{"angle":0,"axis":"y","origin":[1,6,9.5]},"faces":{"north":{"uv":[0.25,5,0.5,6.25],"texture":"#0"},"east":{"uv":[0,5,0.25,6.25],"texture":"#0"},"south":{"uv":[0.75,5,1,6.25],"texture":"#0"},"west":{"uv":[0.5,5,0.75,6.25],"texture":"#0"},"up":{"uv":[0.5,5,0.25,4.75],"texture":"#0"},"down":{"uv":[0.75,4.75,0.5,5],"texture":"#0"}}},{"from":[10,4,15],"to":[11,9,16],"rotation":{"angle":0,"axis":"y","origin":[15,6,9.5]},"faces":{"north":{"uv":[0.5,5,0.25,6.25],"texture":"#0"},"east":{"uv":[0.75,5,0.5,6.25],"texture":"#0"},"south":{"uv":[1,5,0.75,6.25],"texture":"#0"},"west":{"uv":[0.25,5,0,6.25],"texture":"#0"},"up":{"uv":[0.25,5,0.5,4.75],"texture":"#0"},"down":{"uv":[0.5,4.75,0.75,5],"texture":"#0"}}},{"from":[6,8,15],"to":[10,9,16],"rotation":{"angle":0,"axis":"y","origin":[5,6,9.5]},"faces":{"north":{"uv":[1.5,5,2.5,5.25],"texture":"#0"},"east":{"uv":[1.25,5,1.5,5.25],"texture":"#0"},"south":{"uv":[2.75,5,3.75,5.25],"texture":"#0"},"west":{"uv":[2.5,5,2.75,5.25],"texture":"#0"},"up":{"uv":[2.5,5,1.5,4.75],"texture":"#0"},"down":{"uv":[3.5,4.75,2.5,5],"texture":"#0"}}},{"from":[7,6,11],"to":[9,9,13],"rotation":{"angle":0,"axis":"y","origin":[6,6,5.5]},"faces":{"north":{"uv":[6,8,6.5,8.75],"texture":"#0"},"east":{"uv":[5.5,8,6,8.75],"texture":"#0"},"south":{"uv":[7,8,7.5,8.75],"texture":"#0"},"west":{"uv":[6.5,8,7,8.75],"texture":"#0"},"up":{"uv":[6.5,8,6,7.5],"texture":"#0"},"down":{"uv":[7,7.5,6.5,8],"texture":"#0"}}},{"from":[6.75736,0,0],"to":[9.24264,1,3],"rotation":{"angle":0,"axis":"y","origin":[8,3,9]},"faces":{"north":{"uv":[4.25,2.25,4.875,2.5],"texture":"#0"},"east":{"uv":[3.5,2.25,4.25,2.5],"texture":"#0"},"south":{"uv":[5.625,2.25,6.25,2.5],"texture":"#0"},"west":{"uv":[4.875,2.25,5.625,2.5],"texture":"#0"},"up":{"uv":[4.75,2.25,4.125,1.5],"texture":"#0"},"down":{"uv":[5.5,1.5,4.875,2.25],"texture":"#0"}}},{"from":[6.75736,0,9],"to":[9.24264,1,16],"rotation":{"angle":0,"axis":"y","origin":[8,3,18]},"faces":{"north":{"uv":[5.5,7,6.125,7.25],"texture":"#0"},"east":{"uv":[3.75,7,5.5,7.25],"texture":"#0"},"south":{"uv":[7.875,7,8.5,7.25],"texture":"#0"},"west":{"uv":[6.125,7,7.875,7.25],"texture":"#0"},"up":{"uv":[6.125,7,5.5,5.25],"texture":"#0"},"down":{"uv":[6.75,5.25,6.125,7],"texture":"#0"}}},{"from":[6.74736,4.99,8.99],"to":[9.25264,6.01,16.01],"rotation":{"angle":45,"axis":"z","origin":[8,3,9]},"faces":{"north":{"uv":[6.75,3.5,7.375,3.75],"texture":"#0"},"east":{"uv":[5,3.5,6.75,3.75],"texture":"#0"},"south":{"uv":[9.125,3.5,9.75,3.75],"texture":"#0"},"west":{"uv":[7.375,3.5,9.125,3.75],"texture":"#0"},"up":{"uv":[7.25,3.5,6.625,1.75],"texture":"#0"},"down":{"uv":[8,1.75,7.375,3.5],"texture":"#0"}}},{"from":[7.00736,5.5,10],"to":[9.00736,6.5,14],"rotation":{"angle":45,"axis":"z","origin":[8,3,9]},"faces":{"north":{"uv":[9.125,8.75,9.625,9],"texture":"#0"},"east":{"uv":[8.125,8.75,9.125,9],"texture":"#0"},"south":{"uv":[10.625,8.75,11.125,9],"texture":"#0"},"west":{"uv":[9.625,8.75,10.625,9],"texture":"#0"},"up":{"uv":[9.625,8.75,9.125,7.75],"texture":"#0"},"down":{"uv":[10.125,7.75,9.625,8.75],"texture":"#0"}}},{"from":[6.99264,5.5,10],"to":[8.99264,6.5,14],"rotation":{"angle":-45,"axis":"z","origin":[8,3,9]},"faces":{"north":{"uv":[9.625,8.75,9.125,9],"texture":"#0"},"east":{"uv":[10.625,8.75,9.625,9],"texture":"#0"},"south":{"uv":[11.125,8.75,10.625,9],"texture":"#0"},"west":{"uv":[9.125,8.75,8.125,9],"texture":"#0"},"up":{"uv":[9.125,8.75,9.625,7.75],"texture":"#0"},"down":{"uv":[9.625,7.75,10.125,8.75],"texture":"#0"}}},{"from":[6.99264,-0.5,10],"to":[8.99264,0.5,14],"rotation":{"angle":45,"axis":"z","origin":[8,3,9]},"faces":{"north":{"uv":[9.625,9,9.125,8.75],"texture":"#0"},"east":{"uv":[10.625,9,9.625,8.75],"texture":"#0"},"south":{"uv":[11.125,9,10.625,8.75],"texture":"#0"},"west":{"uv":[9.125,9,8.125,8.75],"texture":"#0"},"up":{"uv":[9.625,8.75,10.125,7.75],"texture":"#0"},"down":{"uv":[9.125,7.75,9.625,8.75],"texture":"#0"}}},{"from":[7.00736,-0.5,10],"to":[9.00736,0.5,14],"rotation":{"angle":-45,"axis":"z","origin":[8,3,9]},"faces":{"north":{"uv":[9.125,9,9.625,8.75],"texture":"#0"},"east":{"uv":[8.125,9,9.125,8.75],"texture":"#0"},"south":{"uv":[10.625,9,11.125,8.75],"texture":"#0"},"west":{"uv":[9.625,9,10.625,8.75],"texture":"#0"},"up":{"uv":[10.125,8.75,9.625,7.75],"texture":"#0"},"down":{"uv":[9.625,7.75,9.125,8.75],"texture":"#0"}}},{"from":[6.75736,5,9],"to":[9.24264,6,16],"rotation":{"angle":0,"axis":"y","origin":[8,3,9]},"faces":{"north":{"uv":[1.75,10,2.375,10.25],"texture":"#0"},"east":{"uv":[0,10,1.75,10.25],"texture":"#0"},"south":{"uv":[4.125,10,4.75,10.25],"texture":"#0"},"west":{"uv":[2.375,10,4.125,10.25],"texture":"#0"},"up":{"uv":[2.25,10,1.625,8.25],"texture":"#0"},"down":{"uv":[2.875,8.25,2.25,10],"texture":"#0"}}},{"from":[6.75736,5,0],"to":[9.24264,6,3],"rotation":{"angle":0,"axis":"y","origin":[8,3,0]},"faces":{"north":{"uv":[0.75,0.75,1.375,1],"texture":"#0"},"east":{"uv":[0,0.75,0.75,1],"texture":"#0"},"south":{"uv":[2.125,0.75,2.75,1],"texture":"#0"},"west":{"uv":[1.375,0.75,2.125,1],"texture":"#0"},"up":{"uv":[1.25,0.75,0.625,0],"texture":"#0"},"down":{"uv":[2,0,1.375,0.75],"texture":"#0"}}},{"from":[6.75736,5.5,4],"to":[9.24264,6,5],"rotation":{"angle":0,"axis":"y","origin":[8,3,4]},"faces":{"north":{"uv":[0.25,2.25,0.875,2.375],"texture":"#0"},"east":{"uv":[0,2.25,0.25,2.375],"texture":"#0"},"south":{"uv":[1.125,2.25,1.75,2.375],"texture":"#0"},"west":{"uv":[0.875,2.25,1.125,2.375],"texture":"#0"},"up":{"uv":[0.75,2.25,0.125,2],"texture":"#0"},"down":{"uv":[1.5,2,0.875,2.25],"texture":"#0"}}},{"from":[6.75736,0,4],"to":[9.24264,0.5,5],"rotation":{"angle":0,"axis":"y","origin":[8,3,4]},"faces":{"north":{"uv":[0.25,1.5,0.875,1.625],"texture":"#0"},"east":{"uv":[0,1.5,0.25,1.625],"texture":"#0"},"south":{"uv":[1.125,1.5,1.75,1.625],"texture":"#0"},"west":{"uv":[0.875,1.5,1.125,1.625],"texture":"#0"},"up":{"uv":[0.875,1.5,0.25,1.25],"texture":"#0"},"down":{"uv":[1.5,1.25,0.875,1.5],"texture":"#0"}}},{"from":[4.99,1.74736,8.99],"to":[6.01,4.25264,16.01],"rotation":{"angle":45,"axis":"z","origin":[8,3,9]},"faces":{"north":{"uv":[12.75,5.25,13,5.875],"texture":"#0"},"east":{"uv":[11,5.25,12.75,5.875],"texture":"#0"},"south":{"uv":[14.75,5.25,15,5.875],"texture":"#0"},"west":{"uv":[13,5.25,14.75,5.875],"texture":"#0"},"up":{"uv":[13,5.25,12.75,3.5],"texture":"#0"},"down":{"uv":[13.25,3.5,13,5.25],"texture":"#0"}}},{"from":[5,1.75736,9],"to":[6,4.24264,16],"rotation":{"angle":0,"axis":"y","origin":[8,3,9]},"faces":{"north":{"uv":[10.25,4,10.5,4.625],"texture":"#0"},"east":{"uv":[8.5,4,10.25,4.625],"texture":"#0"},"south":{"uv":[12.25,4,12.5,4.625],"texture":"#0"},"west":{"uv":[10.5,4,12.25,4.625],"texture":"#0"},"up":{"uv":[10.5,4,10.25,2.25],"texture":"#0"},"down":{"uv":[10.75,2.25,10.5,4],"texture":"#0"}}},{"from":[6.74736,4.99,8.99],"to":[9.25264,6.01,16.01],"rotation":{"angle":-45,"axis":"z","origin":[8,3,9]},"faces":{"north":{"uv":[7.375,3.5,6.75,3.75],"texture":"#0"},"east":{"uv":[9.125,3.5,7.375,3.75],"texture":"#0"},"south":{"uv":[9.75,3.5,9.125,3.75],"texture":"#0"},"west":{"uv":[6.75,3.5,5,3.75],"texture":"#0"},"up":{"uv":[6.625,3.5,7.25,1.75],"texture":"#0"},"down":{"uv":[7.375,1.75,8,3.5],"texture":"#0"}}},{"from":[10,1.75736,9],"to":[11,4.24264,16],"rotation":{"angle":0,"axis":"y","origin":[8,3,9]},"faces":{"north":{"uv":[10.5,4,10.25,4.625],"texture":"#0"},"east":{"uv":[12.25,4,10.5,4.625],"texture":"#0"},"south":{"uv":[12.5,4,12.25,4.625],"texture":"#0"},"west":{"uv":[10.25,4,8.5,4.625],"texture":"#0"},"up":{"uv":[10.25,4,10.5,2.25],"texture":"#0"},"down":{"uv":[10.5,2.25,10.75,4],"texture":"#0"}}},{"from":[9.99,1.74736,8.99],"to":[11.01,4.25264,16.01],"rotation":{"angle":-45,"axis":"z","origin":[8,3,9]},"faces":{"north":{"uv":[13,5.25,12.75,5.875],"texture":"#0"},"east":{"uv":[14.75,5.25,13,5.875],"texture":"#0"},"south":{"uv":[15,5.25,14.75,5.875],"texture":"#0"},"west":{"uv":[12.75,5.25,11,5.875],"texture":"#0"},"up":{"uv":[12.75,5.25,13,3.5],"texture":"#0"},"down":{"uv":[13,3.5,13.25,5.25],"texture":"#0"}}},{"from":[6.74736,4.99,-0.01],"to":[9.25264,6.01,3.01],"rotation":{"angle":45,"axis":"z","origin":[8,3,-3]},"faces":{"north":{"uv":[3.875,0.75,4.5,1],"texture":"#0"},"east":{"uv":[3,0.75,3.75,1],"texture":"#0"},"south":{"uv":[5.125,0.75,5.75,1],"texture":"#0"},"west":{"uv":[4.375,0.75,5.125,1],"texture":"#0"},"up":{"uv":[4.25,0.75,3.625,0],"texture":"#0"},"down":{"uv":[5,0,4.375,0.75],"texture":"#0"}}},{"from":[4.99,1.74736,-0.01],"to":[6.01,4.25264,3.01],"rotation":{"angle":45,"axis":"z","origin":[8,3,-3]},"faces":{"north":{"uv":[4,5.5,4.25,6.125],"texture":"#0"},"east":{"uv":[3.25,5.5,4,6.125],"texture":"#0"},"south":{"uv":[5,5.5,5.25,6.125],"texture":"#0"},"west":{"uv":[4.25,5.5,5,6.125],"texture":"#0"},"up":{"uv":[4.25,5.5,4,4.75],"texture":"#0"},"down":{"uv":[4.5,4.75,4.25,5.5],"texture":"#0"}}},{"from":[5,1.75736,0],"to":[6,4.24264,3],"rotation":{"angle":0,"axis":"y","origin":[8,3,-3]},"faces":{"north":{"uv":[11.75,2.5,12,3.125],"texture":"#0"},"east":{"uv":[11,2.5,11.75,3.125],"texture":"#0"},"south":{"uv":[12.75,2.5,13,3.125],"texture":"#0"},"west":{"uv":[12,2.5,12.75,3.125],"texture":"#0"},"up":{"uv":[12,2.5,11.75,1.75],"texture":"#0"},"down":{"uv":[12.25,1.75,12,2.5],"texture":"#0"}}},{"from":[6.76736,5.51,4.01],"to":[9.23264,5.99,4.99],"rotation":{"angle":45,"axis":"z","origin":[8,3,1]},"faces":{"north":{"uv":[3.75,3,4.375,3.125],"texture":"#0"},"east":{"uv":[3.5,3,3.75,3.125],"texture":"#0"},"south":{"uv":[4.625,3,5.25,3.125],"texture":"#0"},"west":{"uv":[4.375,3,4.625,3.125],"texture":"#0"},"up":{"uv":[4.25,3,3.625,2.75],"texture":"#0"},"down":{"uv":[5,2.75,4.375,3],"texture":"#0"}}},{"from":[5,1.75736,4],"to":[5.5,4.24264,5],"rotation":{"angle":0,"axis":"y","origin":[8,3,1]},"faces":{"north":{"uv":[8.5,2.25,8.625,2.875],"texture":"#0"},"east":{"uv":[8.25,2.25,8.5,2.875],"texture":"#0"},"south":{"uv":[9,2.25,9.125,2.875],"texture":"#0"},"west":{"uv":[8.75,2.25,9,2.875],"texture":"#0"},"up":{"uv":[8.625,2.25,8.5,2],"texture":"#0"},"down":{"uv":[8.75,2,8.625,2.25],"texture":"#0"}}},{"from":[5.01,1.76736,4.01],"to":[5.49,4.23264,4.99],"rotation":{"angle":45,"axis":"z","origin":[8,3,1]},"faces":{"north":{"uv":[10.5,0.25,10.625,0.875],"texture":"#0"},"east":{"uv":[10.25,0.25,10.5,0.875],"texture":"#0"},"south":{"uv":[11.125,0.25,11.25,0.875],"texture":"#0"},"west":{"uv":[10.75,0.25,11,0.875],"texture":"#0"},"up":{"uv":[10.625,0.25,10.5,0],"texture":"#0"},"down":{"uv":[10.75,0,10.625,0.25],"texture":"#0"}}},{"from":[6.76736,5.51,4.01],"to":[9.23264,5.99,4.99],"rotation":{"angle":-45,"axis":"z","origin":[8,3,1]},"faces":{"north":{"uv":[4.375,3,3.75,3.125],"texture":"#0"},"east":{"uv":[4.625,3,4.375,3.125],"texture":"#0"},"south":{"uv":[5.25,3,4.625,3.125],"texture":"#0"},"west":{"uv":[3.75,3,3.5,3.125],"texture":"#0"},"up":{"uv":[3.625,3,4.25,2.75],"texture":"#0"},"down":{"uv":[4.375,2.75,5,3],"texture":"#0"}}},{"from":[10.5,1.75736,4],"to":[11,4.24264,5],"rotation":{"angle":0,"axis":"y","origin":[8,3,1]},"faces":{"north":{"uv":[8.625,2.25,8.5,2.875],"texture":"#0"},"east":{"uv":[9,2.25,8.75,2.875],"texture":"#0"},"south":{"uv":[9.125,2.25,9,2.875],"texture":"#0"},"west":{"uv":[8.5,2.25,8.25,2.875],"texture":"#0"},"up":{"uv":[8.5,2.25,8.625,2],"texture":"#0"},"down":{"uv":[8.625,2,8.75,2.25],"texture":"#0"}}},{"from":[10.51,1.76736,4.01],"to":[10.99,4.23264,4.99],"rotation":{"angle":-45,"axis":"z","origin":[8,3,1]},"faces":{"north":{"uv":[10.625,0.25,10.5,0.875],"texture":"#0"},"east":{"uv":[11,0.25,10.75,0.875],"texture":"#0"},"south":{"uv":[11.25,0.25,11.125,0.875],"texture":"#0"},"west":{"uv":[10.5,0.25,10.25,0.875],"texture":"#0"},"up":{"uv":[10.5,0.25,10.625,0],"texture":"#0"},"down":{"uv":[10.625,0,10.75,0.25],"texture":"#0"}}},{"from":[5.01,1.76736,7.01],"to":[5.49,4.23264,7.99],"rotation":{"angle":45,"axis":"z","origin":[8,3,4]},"faces":{"north":{"uv":[10.5,0.25,10.625,0.875],"texture":"#0"},"east":{"uv":[10.25,0.25,10.5,0.875],"texture":"#0"},"south":{"uv":[11.125,0.25,11.25,0.875],"texture":"#0"},"west":{"uv":[10.75,0.25,11,0.875],"texture":"#0"},"up":{"uv":[10.625,0.25,10.5,0],"texture":"#0"},"down":{"uv":[10.75,0,10.625,0.25],"texture":"#0"}}},{"from":[5,1.75736,7],"to":[5.5,4.24264,8],"rotation":{"angle":0,"axis":"y","origin":[8,3,4]},"faces":{"north":{"uv":[8.5,2.25,8.625,2.875],"texture":"#0"},"east":{"uv":[8.25,2.25,8.5,2.875],"texture":"#0"},"south":{"uv":[9,2.25,9.125,2.875],"texture":"#0"},"west":{"uv":[8.75,2.25,9,2.875],"texture":"#0"},"up":{"uv":[8.625,2.25,8.5,2],"texture":"#0"},"down":{"uv":[8.75,2,8.625,2.25],"texture":"#0"}}},{"from":[6.76736,5.51,7.01],"to":[9.23264,5.99,7.99],"rotation":{"angle":45,"axis":"z","origin":[8,3,4]},"faces":{"north":{"uv":[3.75,3,4.375,3.125],"texture":"#0"},"east":{"uv":[3.5,3,3.75,3.125],"texture":"#0"},"south":{"uv":[4.625,3,5.25,3.125],"texture":"#0"},"west":{"uv":[4.375,3,4.625,3.125],"texture":"#0"},"up":{"uv":[4.25,3,3.625,2.75],"texture":"#0"},"down":{"uv":[5,2.75,4.375,3],"texture":"#0"}}},{"from":[6.75736,5.5,7],"to":[9.24264,6,8],"rotation":{"angle":0,"axis":"y","origin":[8,3,7]},"faces":{"north":{"uv":[0.25,2.25,0.875,2.375],"texture":"#0"},"east":{"uv":[0,2.25,0.25,2.375],"texture":"#0"},"south":{"uv":[1.125,2.25,1.75,2.375],"texture":"#0"},"west":{"uv":[0.875,2.25,1.125,2.375],"texture":"#0"},"up":{"uv":[0.75,2.25,0.125,2],"texture":"#0"},"down":{"uv":[1.5,2,0.875,2.25],"texture":"#0"}}},{"from":[6.76736,5.51,7.01],"to":[9.23264,5.99,7.99],"rotation":{"angle":-45,"axis":"z","origin":[8,3,4]},"faces":{"north":{"uv":[4.375,3,3.75,3.125],"texture":"#0"},"east":{"uv":[4.625,3,4.375,3.125],"texture":"#0"},"south":{"uv":[5.25,3,4.625,3.125],"texture":"#0"},"west":{"uv":[3.75,3,3.5,3.125],"texture":"#0"},"up":{"uv":[3.625,3,4.25,2.75],"texture":"#0"},"down":{"uv":[4.375,2.75,5,3],"texture":"#0"}}},{"from":[10.5,1.75736,7],"to":[11,4.24264,8],"rotation":{"angle":0,"axis":"y","origin":[8,3,4]},"faces":{"north":{"uv":[8.625,2.25,8.5,2.875],"texture":"#0"},"east":{"uv":[9,2.25,8.75,2.875],"texture":"#0"},"south":{"uv":[9.125,2.25,9,2.875],"texture":"#0"},"west":{"uv":[8.5,2.25,8.25,2.875],"texture":"#0"},"up":{"uv":[8.5,2.25,8.625,2],"texture":"#0"},"down":{"uv":[8.625,2,8.75,2.25],"texture":"#0"}}},{"from":[10.51,1.76736,7.01],"to":[10.99,4.23264,7.99],"rotation":{"angle":-45,"axis":"z","origin":[8,3,4]},"faces":{"north":{"uv":[10.625,0.25,10.5,0.875],"texture":"#0"},"east":{"uv":[11,0.25,10.75,0.875],"texture":"#0"},"south":{"uv":[11.25,0.25,11.125,0.875],"texture":"#0"},"west":{"uv":[10.5,0.25,10.25,0.875],"texture":"#0"},"up":{"uv":[10.5,0.25,10.625,0],"texture":"#0"},"down":{"uv":[10.625,0,10.75,0.25],"texture":"#0"}}},{"from":[6.75736,0,7],"to":[9.24264,0.5,8],"rotation":{"angle":0,"axis":"y","origin":[8,3,7]},"faces":{"north":{"uv":[0.25,1.5,0.875,1.625],"texture":"#0"},"east":{"uv":[0,1.5,0.25,1.625],"texture":"#0"},"south":{"uv":[1.125,1.5,1.75,1.625],"texture":"#0"},"west":{"uv":[0.875,1.5,1.125,1.625],"texture":"#0"},"up":{"uv":[0.875,1.5,0.25,1.25],"texture":"#0"},"down":{"uv":[1.5,1.25,0.875,1.5],"texture":"#0"}}},{"from":[6.74736,4.99,-0.01],"to":[9.25264,6.01,3.01],"rotation":{"angle":-45,"axis":"z","origin":[8,3,-3]},"faces":{"north":{"uv":[4.5,0.75,3.875,1],"texture":"#0"},"east":{"uv":[5.125,0.75,4.375,1],"texture":"#0"},"south":{"uv":[5.75,0.75,5.125,1],"texture":"#0"},"west":{"uv":[3.75,0.75,3,1],"texture":"#0"},"up":{"uv":[3.625,0.75,4.25,0],"texture":"#0"},"down":{"uv":[4.375,0,5,0.75],"texture":"#0"}}},{"from":[10,1.75736,0],"to":[11,4.24264,3],"rotation":{"angle":0,"axis":"y","origin":[8,3,-3]},"faces":{"north":{"uv":[12,2.5,11.75,3.125],"texture":"#0"},"east":{"uv":[12.75,2.5,12,3.125],"texture":"#0"},"south":{"uv":[13,2.5,12.75,3.125],"texture":"#0"},"west":{"uv":[11.75,2.5,11,3.125],"texture":"#0"},"up":{"uv":[11.75,2.5,12,1.75],"texture":"#0"},"down":{"uv":[12,1.75,12.25,2.5],"texture":"#0"}}},{"from":[9.99,1.74736,-0.01],"to":[11.01,4.25264,3.01],"rotation":{"angle":-45,"axis":"z","origin":[8,3,-3]},"faces":{"north":{"uv":[4.25,5.5,4,6.125],"texture":"#0"},"east":{"uv":[5,5.5,4.25,6.125],"texture":"#0"},"south":{"uv":[5.25,5.5,5,6.125],"texture":"#0"},"west":{"uv":[4,5.5,3.25,6.125],"texture":"#0"},"up":{"uv":[4,5.5,4.25,4.75],"texture":"#0"},"down":{"uv":[4.25,4.75,4.5,5.5],"texture":"#0"}}},{"from":[7.51,-1.00209,0.99791],"to":[8.49,0.47791,11.97791],"rotation":{"angle":0,"axis":"y","origin":[8,2.98791,-0.75]},"faces":{"north":{"uv":[2.75,4.125,3,4.5],"texture":"#0"},"east":{"uv":[0,4.125,2.75,4.5],"texture":"#0"},"south":{"uv":[5.75,4.125,6,4.5],"texture":"#0"},"west":{"uv":[3,4.125,5.75,4.5],"texture":"#0"},"up":{"uv":[3,4,2.75,1.25],"texture":"#0"},"down":{"uv":[3.25,1.25,3,4],"texture":"#0"}}},{"from":[7.49,6.83755,-2.66597],"to":[8.51,7.85755,3.15403],"rotation":{"angle":-22.5,"axis":"x","origin":[8,2.98791,-0.75]},"faces":{"north":{"uv":[4.75,9,5,9.25],"texture":"#0"},"east":{"uv":[3.25,9,4.75,9.25],"texture":"#0"},"south":{"uv":[6.5,9,6.75,9.25],"texture":"#0"},"west":{"uv":[5,9,6.5,9.25],"texture":"#0"},"up":{"uv":[5,9,4.75,7.5],"texture":"#0"},"down":{"uv":[5.25,7.5,5,9],"texture":"#0"}}},{"from":[7.51,5.49791,0.99791],"to":[8.49,6.97791,8.97791],"rotation":{"angle":0,"axis":"y","origin":[8,2.98791,-0.75]},"faces":{"north":{"uv":[2,7.5,2.25,7.875],"texture":"#0"},"east":{"uv":[0,7.5,2,7.875],"texture":"#0"},"south":{"uv":[4.25,7.5,4.5,7.875],"texture":"#0"},"west":{"uv":[2.25,7.5,4.25,7.875],"texture":"#0"},"up":{"uv":[2.25,7.5,2,5.5],"texture":"#0"},"down":{"uv":[2.5,5.5,2.25,7.5],"texture":"#0"}}},{"from":[7.51,5.83436,-3.97791],"to":[8.49,7.31436,1.00209],"rotation":{"angle":0,"axis":"y","origin":[8,2.98791,-0.75]},"faces":{"north":{"uv":[9.5,1.25,9.75,1.625],"texture":"#0"},"east":{"uv":[8.25,1.25,9.5,1.625],"texture":"#0"},"south":{"uv":[11,1.25,11.25,1.625],"texture":"#0"},"west":{"uv":[9.75,1.25,11,1.625],"texture":"#0"},"up":{"uv":[9.75,1.25,9.5,0],"texture":"#0"},"down":{"uv":[10,0,9.75,1.25],"texture":"#0"}}},{"from":[7.5,3.18745,1.90731],"to":[8.5,5.98745,4.70731],"rotation":{"angle":-45,"axis":"x","origin":[8,2.98791,-0.75]},"faces":{"north":{"uv":[6.75,0.75,7,1.5],"texture":"#0"},"east":{"uv":[6,0.75,6.75,1.5],"texture":"#0"},"south":{"uv":[7.75,0.75,8,1.5],"texture":"#0"},"west":{"uv":[7,0.75,7.75,1.5],"texture":"#0"},"up":{"uv":[7,0.75,6.75,0],"texture":"#0"},"down":{"uv":[7.25,0,7,0.75],"texture":"#0"}}},{"from":[7.49,-1.85755,-2.66597],"to":[8.51,-0.83755,3.15403],"rotation":{"angle":22.5,"axis":"x","origin":[8,3.01209,-0.75]},"faces":{"north":{"uv":[4.75,9.25,5,9],"texture":"#0"},"east":{"uv":[3.25,9.25,4.75,9],"texture":"#0"},"south":{"uv":[6.5,9.25,6.75,9],"texture":"#0"},"west":{"uv":[5,9.25,6.5,9],"texture":"#0"},"up":{"uv":[5.25,9,5,7.5],"texture":"#0"},"down":{"uv":[5,7.5,4.75,9],"texture":"#0"}}},{"from":[7.51,-1.31436,-3.97791],"to":[8.49,0.16564,1.00209],"rotation":{"angle":0,"axis":"y","origin":[8,3.01209,-0.75]},"faces":{"north":{"uv":[9.5,1.625,9.75,1.25],"texture":"#0"},"east":{"uv":[8.25,1.625,9.5,1.25],"texture":"#0"},"south":{"uv":[11,1.625,11.25,1.25],"texture":"#0"},"west":{"uv":[9.75,1.625,11,1.25],"texture":"#0"},"up":{"uv":[10,1.25,9.75,0],"texture":"#0"},"down":{"uv":[9.75,0,9.5,1.25],"texture":"#0"}}},{"from":[7.5,0.01255,1.90731],"to":[8.5,2.81255,4.70731],"rotation":{"angle":45,"axis":"x","origin":[8,3.01209,-0.75]},"faces":{"north":{"uv":[6.75,1.5,7,0.75],"texture":"#0"},"east":{"uv":[6,1.5,6.75,0.75],"texture":"#0"},"south":{"uv":[7.75,1.5,8,0.75],"texture":"#0"},"west":{"uv":[7,1.5,7.75,0.75],"texture":"#0"},"up":{"uv":[7.25,0.75,7,0],"texture":"#0"},"down":{"uv":[7,0,6.75,0.75],"texture":"#0"}}},{"from":[7.52,1.94885,11.91731],"to":[8.48,3.90885,12.87731],"rotation":{"angle":-45,"axis":"x","origin":[8,0.72931,7.24]},"faces":{"north":{"uv":[1.75,3,2,3.5],"texture":"#0"},"east":{"uv":[1.5,3,1.75,3.5],"texture":"#0"},"south":{"uv":[2.25,3,2.5,3.5],"texture":"#0"},"west":{"uv":[2,3,2.25,3.5],"texture":"#0"},"up":{"uv":[2,3,1.75,2.75],"texture":"#0"},"down":{"uv":[2.25,2.75,2,3],"texture":"#0"}}},{"from":[7.52,2.09115,14.91731],"to":[8.48,4.05115,15.87731],"rotation":{"angle":45,"axis":"x","origin":[8,5.27069,10.24]},"faces":{"north":{"uv":[0.25,3,0.5,3.5],"texture":"#0"},"east":{"uv":[0,3,0.25,3.5],"texture":"#0"},"south":{"uv":[0.75,3,1,3.5],"texture":"#0"},"west":{"uv":[0.5,3,0.75,3.5],"texture":"#0"},"up":{"uv":[0.5,3,0.25,2.75],"texture":"#0"},"down":{"uv":[0.75,2.75,0.5,3],"texture":"#0"}}},{"from":[10.53418,2.52209,0.99791],"to":[12.01418,3.50209,11.97791],"rotation":{"angle":0,"axis":"y","origin":[8.02418,3.01209,-0.75]},"faces":{"north":{"uv":[2.75,4.125,3,4.5],"rotation":90,"texture":"#0"},"east":{"uv":[3.25,1.25,3,4],"rotation":270,"texture":"#0"},"south":{"uv":[5.75,4.125,6,4.5],"rotation":270,"texture":"#0"},"west":{"uv":[3,4,2.75,1.25],"rotation":270,"texture":"#0"},"up":{"uv":[0,4.125,2.75,4.5],"rotation":270,"texture":"#0"},"down":{"uv":[3,4.125,5.75,4.5],"rotation":270,"texture":"#0"}}},{"from":[6.96094,2.53209,14.91731],"to":[8.92094,3.49209,15.87731],"rotation":{"angle":45,"axis":"y","origin":[5.7414,3.01209,10.24]},"faces":{"north":{"uv":[0.25,3,0.5,3.5],"rotation":90,"texture":"#0"},"east":{"uv":[0.75,2.75,0.5,3],"rotation":270,"texture":"#0"},"south":{"uv":[0.75,3,1,3.5],"rotation":270,"texture":"#0"},"west":{"uv":[0.5,3,0.25,2.75],"rotation":270,"texture":"#0"},"up":{"uv":[0,3,0.25,3.5],"rotation":270,"texture":"#0"},"down":{"uv":[0.5,3,0.75,3.5],"rotation":270,"texture":"#0"}}},{"from":[8.19954,2.51209,1.90731],"to":[10.99954,3.51209,4.70731],"rotation":{"angle":45,"axis":"y","origin":[8,3.01209,-0.75]},"faces":{"north":{"uv":[6.75,1.5,7,0.75],"rotation":90,"texture":"#0"},"east":{"uv":[7,0,6.75,0.75],"rotation":270,"texture":"#0"},"south":{"uv":[7.75,1.5,8,0.75],"rotation":270,"texture":"#0"},"west":{"uv":[7.25,0.75,7,0],"rotation":270,"texture":"#0"},"up":{"uv":[6,1.5,6.75,0.75],"rotation":270,"texture":"#0"},"down":{"uv":[7,1.5,7.75,0.75],"rotation":270,"texture":"#0"}}},{"from":[11.84964,2.50209,-2.66597],"to":[12.86964,3.52209,3.15403],"rotation":{"angle":22.5,"axis":"y","origin":[8,3.01209,-0.75]},"faces":{"north":{"uv":[4.75,9.25,5,9],"rotation":90,"texture":"#0"},"east":{"uv":[5,7.5,4.75,9],"rotation":270,"texture":"#0"},"south":{"uv":[6.5,9.25,6.75,9],"rotation":270,"texture":"#0"},"west":{"uv":[5.25,9,5,7.5],"rotation":270,"texture":"#0"},"up":{"uv":[3.25,9.25,4.75,9],"rotation":270,"texture":"#0"},"down":{"uv":[5,9.25,6.5,9],"rotation":270,"texture":"#0"}}},{"from":[10.84646,2.52209,-3.97791],"to":[12.32646,3.50209,1.00209],"rotation":{"angle":0,"axis":"y","origin":[8,3.01209,-0.75]},"faces":{"north":{"uv":[9.5,1.625,9.75,1.25],"rotation":90,"texture":"#0"},"east":{"uv":[9.75,0,9.5,1.25],"rotation":270,"texture":"#0"},"south":{"uv":[11,1.625,11.25,1.25],"rotation":270,"texture":"#0"},"west":{"uv":[10,1.25,9.75,0],"rotation":270,"texture":"#0"},"up":{"uv":[8.25,1.625,9.5,1.25],"rotation":270,"texture":"#0"},"down":{"uv":[9.75,1.625,11,1.25],"rotation":270,"texture":"#0"}}},{"from":[3.69773,2.52209,-3.97791],"to":[5.17773,3.50209,1.00209],"rotation":{"angle":0,"axis":"y","origin":[8.02418,3.01209,-0.75]},"faces":{"north":{"uv":[9.5,1.25,9.75,1.625],"rotation":90,"texture":"#0"},"east":{"uv":[10,0,9.75,1.25],"rotation":270,"texture":"#0"},"south":{"uv":[11,1.25,11.25,1.625],"rotation":270,"texture":"#0"},"west":{"uv":[9.75,1.25,9.5,0],"rotation":270,"texture":"#0"},"up":{"uv":[8.25,1.25,9.5,1.625],"rotation":270,"texture":"#0"},"down":{"uv":[9.75,1.25,11,1.625],"rotation":270,"texture":"#0"}}},{"from":[3.15455,2.50209,-2.66597],"to":[4.17455,3.52209,3.15403],"rotation":{"angle":-22.5,"axis":"y","origin":[8.02418,3.01209,-0.75]},"faces":{"north":{"uv":[4.75,9,5,9.25],"rotation":90,"texture":"#0"},"east":{"uv":[5.25,7.5,5,9],"rotation":270,"texture":"#0"},"south":{"uv":[6.5,9,6.75,9.25],"rotation":270,"texture":"#0"},"west":{"uv":[5,9,4.75,7.5],"rotation":270,"texture":"#0"},"up":{"uv":[3.25,9,4.75,9.25],"rotation":270,"texture":"#0"},"down":{"uv":[5,9,6.5,9.25],"rotation":270,"texture":"#0"}}},{"from":[5.02464,2.51209,1.90731],"to":[7.82464,3.51209,4.70731],"rotation":{"angle":-45,"axis":"y","origin":[8.02418,3.01209,-0.75]},"faces":{"north":{"uv":[6.75,0.75,7,1.5],"rotation":90,"texture":"#0"},"east":{"uv":[7.25,0,7,0.75],"rotation":270,"texture":"#0"},"south":{"uv":[7.75,0.75,8,1.5],"rotation":270,"texture":"#0"},"west":{"uv":[7,0.75,6.75,0],"rotation":270,"texture":"#0"},"up":{"uv":[6,0.75,6.75,1.5],"rotation":270,"texture":"#0"},"down":{"uv":[7,0.75,7.75,1.5],"rotation":270,"texture":"#0"}}},{"from":[7.10324,2.53209,14.91731],"to":[9.06324,3.49209,15.87731],"rotation":{"angle":-45,"axis":"y","origin":[10.28278,3.01209,10.24]},"faces":{"north":{"uv":[0.25,3.5,0.5,3],"rotation":90,"texture":"#0"},"east":{"uv":[0.5,2.75,0.25,3],"rotation":270,"texture":"#0"},"south":{"uv":[0.75,3.5,1,3],"rotation":270,"texture":"#0"},"west":{"uv":[0.75,3,0.5,2.75],"rotation":270,"texture":"#0"},"up":{"uv":[0,3.5,0.25,3],"rotation":270,"texture":"#0"},"down":{"uv":[0.5,3.5,0.75,3],"rotation":270,"texture":"#0"}}},{"from":[4.01,2.52209,0.99791],"to":[5.49,3.50209,11.97791],"rotation":{"angle":0,"axis":"y","origin":[8,3.01209,-0.75]},"faces":{"north":{"uv":[2.75,4.5,3,4.125],"rotation":90,"texture":"#0"},"east":{"uv":[3,1.25,2.75,4],"rotation":270,"texture":"#0"},"south":{"uv":[5.75,4.5,6,4.125],"rotation":270,"texture":"#0"},"west":{"uv":[3.25,4,3,1.25],"rotation":270,"texture":"#0"},"up":{"uv":[0,4.5,2.75,4.125],"rotation":270,"texture":"#0"},"down":{"uv":[3,4.5,5.75,4.125],"rotation":270,"texture":"#0"}}},{"from":[6,1,1],"to":[10,5,1],"rotation":{"angle":0,"axis":"y","origin":[7,1,1]},"faces":{"north":{"uv":[13.5,2,14.75,3.25],"texture":"#0"},"south":{"uv":[14.75,2,13.5,3.25],"texture":"#0"}}},{"from":[6,1,2.5],"to":[10,5,2.5],"rotation":{"angle":0,"axis":"y","origin":[7,1,2.5]},"faces":{"north":{"uv":[7.75,7.5,8.75,8.5],"texture":"#0"},"south":{"uv":[7.75,7.5,8.75,8.5],"texture":"#0"}}},{"from":[6,1,9.5],"to":[10,5,9.5],"rotation":{"angle":0,"axis":"y","origin":[7,1,9.5]},"faces":{"north":{"uv":[7.75,7.5,8.75,8.5],"texture":"#0"},"south":{"uv":[7.75,7.5,8.75,8.5],"texture":"#0"}}},{"from":[6,1,15.99609],"to":[10,5,15.99609],"rotation":{"angle":0,"axis":"y","origin":[7,1,15.99609]},"faces":{"south":{"uv":[11.25,6.25,12.25,7.25],"texture":"#0"}}},{"from":[7.5,2.5,2.5],"to":[8.5,3.5,4.5],"rotation":{"angle":45,"axis":"z","origin":[8,3,3.5]},"faces":{"north":{"uv":[6.25,4.75,6.5,5],"texture":"#0"},"east":{"uv":[5.75,4.75,6.25,5],"texture":"#0"},"south":{"uv":[7,4.75,7.25,5],"texture":"#0"},"west":{"uv":[6.5,4.75,7,5],"texture":"#0"},"up":{"uv":[6.5,4.75,6.25,4.25],"texture":"#0"},"down":{"uv":[6.75,4.25,6.5,4.75],"texture":"#0"}}},{"from":[7.5,2.5,7.5],"to":[8.5,3.5,9.5],"rotation":{"angle":45,"axis":"z","origin":[8,3,8.5]},"faces":{"north":{"uv":[7.25,4.75,7,5],"texture":"#0"},"east":{"uv":[6.25,4.75,5.75,5],"texture":"#0"},"south":{"uv":[6.5,4.75,6.25,5],"texture":"#0"},"west":{"uv":[7,4.75,6.5,5],"texture":"#0"},"up":{"uv":[6.5,4.25,6.25,4.75],"texture":"#0"},"down":{"uv":[6.75,4.75,6.5,4.25],"texture":"#0"}}},{"from":[2,3,0],"to":[14,3,12],"rotation":{"angle":-45,"axis":"z","origin":[8,3,6]},"faces":{"up":{"uv":[15,1,1,15],"rotation":180,"texture":"#1"},"down":{"uv":[1,1,15,15],"texture":"#1"}}},{"from":[2,-3,6],"to":[14,9,6],"rotation":{"angle":0,"axis":"y","origin":[8,3,6]},"faces":{"north":{"uv":[15,1,1,15],"rotation":270,"texture":"#1"},"south":{"uv":[1,1,15,15],"rotation":90,"texture":"#1"}}},{"from":[2,3,0],"to":[14,3,12],"rotation":{"angle":45,"axis":"z","origin":[8,3,6]},"faces":{"up":{"uv":[15,1,1,15],"rotation":180,"texture":"#1"},"down":{"uv":[1,1,15,15],"texture":"#1"}}},{"from":[7.5,4.05917,0.83747],"to":[8.5,6.05917,2.83747],"rotation":{"angle":45,"axis":"x","origin":[8,3,5.39648]},"faces":{"north":{"uv":[15,4.25,15.25,4.75],"texture":"#0"},"east":{"uv":[14.5,4.25,15,4.75],"texture":"#0"},"south":{"uv":[15.75,4.25,16,4.75],"texture":"#0"},"west":{"uv":[15.25,4.25,15.75,4.75],"texture":"#0"},"up":{"uv":[15.25,4.25,15,3.75],"texture":"#0"},"down":{"uv":[15.5,3.75,15.25,4.25],"texture":"#0"}}},{"from":[7.5,6.05901,2.83731],"to":[8.5,7.05901,3.83731],"rotation":{"angle":45,"axis":"x","origin":[8,3,5.39648]},"faces":{"north":{"uv":[15.25,8.5,15.5,8.75],"texture":"#0"},"east":{"uv":[15,8.5,15.25,8.75],"texture":"#0"},"south":{"uv":[15.75,8.5,16,8.75],"texture":"#0"},"west":{"uv":[15.5,8.5,15.75,8.75],"texture":"#0"},"up":{"uv":[15.5,8.5,15.25,8.25],"texture":"#0"},"down":{"uv":[15.75,8.25,15.5,8.5],"texture":"#0"}}},{"from":[7.5,-0.05917,0.83747],"to":[8.5,1.94083,2.83747],"rotation":{"angle":-45,"axis":"x","origin":[8,3,5.39648]},"faces":{"north":{"uv":[15,4.75,15.25,4.25],"texture":"#0"},"east":{"uv":[14.5,4.75,15,4.25],"texture":"#0"},"south":{"uv":[15.75,4.75,16,4.25],"texture":"#0"},"west":{"uv":[15.25,4.75,15.75,4.25],"texture":"#0"},"up":{"uv":[15.5,4.25,15.25,3.75],"texture":"#0"},"down":{"uv":[15.25,3.75,15,4.25],"texture":"#0"}}},{"from":[7.5,-1.05901,2.83731],"to":[8.5,-0.05901,3.83731],"rotation":{"angle":-45,"axis":"x","origin":[8,3,5.39648]},"faces":{"north":{"uv":[15.25,8.75,15.5,8.5],"texture":"#0"},"east":{"uv":[15,8.75,15.25,8.5],"texture":"#0"},"south":{"uv":[15.75,8.75,16,8.5],"texture":"#0"},"west":{"uv":[15.5,8.75,15.75,8.5],"texture":"#0"},"up":{"uv":[15.75,8.5,15.5,8.25],"texture":"#0"},"down":{"uv":[15.5,8.25,15.25,8.5],"texture":"#0"}}},{"from":[9.05917,2.5,0.83747],"to":[11.05917,3.5,2.83747],"rotation":{"angle":-45,"axis":"y","origin":[8,3,5.39648]},"faces":{"north":{"uv":[15,4.75,15.25,4.25],"rotation":90,"texture":"#0"},"east":{"uv":[15.25,3.75,15,4.25],"rotation":270,"texture":"#0"},"south":{"uv":[15.75,4.75,16,4.25],"rotation":270,"texture":"#0"},"west":{"uv":[15.5,4.25,15.25,3.75],"rotation":270,"texture":"#0"},"up":{"uv":[14.5,4.75,15,4.25],"rotation":270,"texture":"#0"},"down":{"uv":[15.25,4.75,15.75,4.25],"rotation":270,"texture":"#0"}}},{"from":[11.05901,2.5,2.83731],"to":[12.05901,3.5,3.83731],"rotation":{"angle":-45,"axis":"y","origin":[8,3,5.39648]},"faces":{"north":{"uv":[15.25,8.75,15.5,8.5],"rotation":90,"texture":"#0"},"east":{"uv":[15.5,8.25,15.25,8.5],"rotation":270,"texture":"#0"},"south":{"uv":[15.75,8.75,16,8.5],"rotation":270,"texture":"#0"},"west":{"uv":[15.75,8.5,15.5,8.25],"rotation":270,"texture":"#0"},"up":{"uv":[15,8.75,15.25,8.5],"rotation":270,"texture":"#0"},"down":{"uv":[15.5,8.75,15.75,8.5],"rotation":270,"texture":"#0"}}},{"from":[4.94083,2.5,0.83747],"to":[6.94083,3.5,2.83747],"rotation":{"angle":45,"axis":"y","origin":[8,3,5.39648]},"faces":{"north":{"uv":[15,4.25,15.25,4.75],"rotation":90,"texture":"#0"},"east":{"uv":[15.5,3.75,15.25,4.25],"rotation":270,"texture":"#0"},"south":{"uv":[15.75,4.25,16,4.75],"rotation":270,"texture":"#0"},"west":{"uv":[15.25,4.25,15,3.75],"rotation":270,"texture":"#0"},"up":{"uv":[14.5,4.25,15,4.75],"rotation":270,"texture":"#0"},"down":{"uv":[15.25,4.25,15.75,4.75],"rotation":270,"texture":"#0"}}},{"from":[3.94099,2.5,2.83731],"to":[4.94099,3.5,3.83731],"rotation":{"angle":45,"axis":"y","origin":[8,3,5.39648]},"faces":{"north":{"uv":[15.25,8.5,15.5,8.75],"rotation":90,"texture":"#0"},"east":{"uv":[15.75,8.25,15.5,8.5],"rotation":270,"texture":"#0"},"south":{"uv":[15.75,8.5,16,8.75],"rotation":270,"texture":"#0"},"west":{"uv":[15.5,8.5,15.25,8.25],"rotation":270,"texture":"#0"},"up":{"uv":[15,8.5,15.25,8.75],"rotation":270,"texture":"#0"},"down":{"uv":[15.5,8.5,15.75,8.75],"rotation":270,"texture":"#0"}}},{"from":[5.5,0.5,-2.25],"to":[10.5,5.5,-2.25],"rotation":{"angle":0,"axis":"y","origin":[8,12,7.75]},"faces":{"north":{"uv":[8,0,0,8],"texture":"#2"},"south":{"uv":[0,0,8,8],"texture":"#2"}}}],"display":{"thirdperson_righthand":{"translation":[0,0,-2]},"thirdperson_lefthand":{"translation":[0,0,-2]},"firstperson_righthand":{"translation":[4,4,0]},"firstperson_lefthand":{"translation":[4,4,0]},"gui":{"rotation":[-150,45,150],"translation":[0,3,0],"scale":[0.7,0.7,0.7]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/cosmic_bow.json b/assets/minecraft/models/item/wynn/skin/bow/cosmic_bow.json new file mode 100644 index 000000000..634f5fc51 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/cosmic_bow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/space_gradient","2":"skins/gradient_set","3":"skins/air_swirl2","particle":"skins/air_swirl2"},"elements":[{"from":[7.45157,15.97496,2.23458],"to":[8.55157,17.97496,2.83458],"rotation":{"angle":22.5,"axis":"x","origin":[8.00132,17.91077,2.13561]},"faces":{"north":{"uv":[14,9.5,15.5,10],"rotation":90,"texture":"#0"},"east":{"uv":[14,9.5,15.5,10],"rotation":90,"texture":"#0"},"south":{"uv":[14,9.5,15.5,10],"rotation":90,"texture":"#0"},"west":{"uv":[14,9.5,15.5,10],"rotation":90,"texture":"#0"},"up":{"uv":[14,9.5,15.5,10],"rotation":180,"texture":"#0"},"down":{"uv":[14,9.5,15.5,10],"texture":"#0"}}},{"from":[7.50157,16.32487,4.18285],"to":[8.50157,16.92487,5.93285],"rotation":{"angle":45,"axis":"x","origin":[8.00443,17.37392,4.46514]},"faces":{"north":{"uv":[13.5,10,15,9.5],"rotation":270,"texture":"#0"},"east":{"uv":[15,9.5,13.5,10],"rotation":180,"texture":"#0"},"south":{"uv":[13.5,10,15,9.5],"rotation":90,"texture":"#0"},"west":{"uv":[15,9.5,13.5,10],"texture":"#0"},"up":{"uv":[15,9.5,13.5,10],"rotation":90,"texture":"#0"},"down":{"uv":[15,9.5,13.5,10],"rotation":270,"texture":"#0"}}},{"from":[7.3518,15.21417,4.09546],"to":[8.6518,16.71417,4.69546],"rotation":{"angle":22.5,"axis":"x","origin":[8.00443,17.37392,4.46514]},"faces":{"north":{"uv":[16,10,14.5,10.5],"rotation":270,"texture":"#0"},"east":{"uv":[16,10,14.5,10.5],"rotation":270,"texture":"#0"},"south":{"uv":[16,10,14.5,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[16,10,14.5,10.5],"rotation":270,"texture":"#0"},"up":{"uv":[16,10,14.5,10.5],"texture":"#0"},"down":{"uv":[16,10,14.5,10.5],"rotation":180,"texture":"#0"}}},{"from":[7.6018,16.46692,2.53243],"to":[8.4018,17.06692,4.03243],"rotation":{"angle":22.5,"axis":"x","origin":[8.00443,17.37392,4.46514]},"faces":{"north":{"uv":[15.5,9.5,14,9],"rotation":270,"texture":"#0"},"east":{"uv":[14,9,15.5,9.5],"rotation":180,"texture":"#0"},"south":{"uv":[15.5,9.5,14,9],"rotation":90,"texture":"#0"},"west":{"uv":[14,9,15.5,9.5],"texture":"#0"},"up":{"uv":[14,9,15.5,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[14,9,15.5,9.5],"rotation":270,"texture":"#0"}}},{"from":[7.3518,20.12814,6.33314],"to":[8.6518,20.72814,7.83314],"rotation":{"angle":45,"axis":"x","origin":[8.00142,21.97781,5.94245]},"faces":{"north":{"uv":[16,10.5,14.5,10],"rotation":180,"texture":"#0"},"east":{"uv":[16,10.5,14.5,10],"texture":"#0"},"south":{"uv":[16,10.5,14.5,10],"rotation":180,"texture":"#0"},"west":{"uv":[16,10.5,14.5,10],"rotation":180,"texture":"#0"},"up":{"uv":[16,10.5,14.5,10],"rotation":270,"texture":"#0"},"down":{"uv":[16,10.5,14.5,10],"rotation":90,"texture":"#0"}}},{"from":[7.45157,20.90901,4.38293],"to":[8.55157,22.40901,4.98293],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00142,21.97781,5.94245]},"faces":{"north":{"uv":[15.5,9.5,14,10],"rotation":270,"texture":"#0"},"east":{"uv":[15.5,9.5,14,10],"rotation":270,"texture":"#0"},"south":{"uv":[15.5,9.5,14,10],"rotation":270,"texture":"#0"},"west":{"uv":[15.5,9.5,14,10],"rotation":270,"texture":"#0"},"up":{"uv":[15.5,9.5,14,10],"texture":"#0"},"down":{"uv":[15.5,9.5,14,10],"rotation":180,"texture":"#0"}}},{"from":[7.55619,22.69818,5.86897],"to":[8.44619,24.18818,6.45897],"rotation":{"angle":0,"axis":"x","origin":[8.00142,22.72781,5.44245]},"faces":{"north":{"uv":[13.5,8,14.5,8.5],"rotation":90,"texture":"#0"},"east":{"uv":[13.5,8,14.5,8.5],"rotation":90,"texture":"#0"},"south":{"uv":[13.5,8,14.5,8.5],"rotation":90,"texture":"#0"},"west":{"uv":[13.5,8,14.5,8.5],"rotation":90,"texture":"#0"},"up":{"uv":[13.5,8,13.795,8.445],"rotation":90,"texture":"#0"},"down":{"uv":[13.5,8,14.5,8.5],"rotation":90,"texture":"#0"}}},{"from":[7.45157,21.12243,5.82454],"to":[8.55157,22.62243,6.42454],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00142,22.72781,5.44245]},"faces":{"north":{"uv":[14,10,15.5,9.5],"rotation":90,"texture":"#0"},"east":{"uv":[14,10,15.5,9.5],"rotation":90,"texture":"#0"},"south":{"uv":[14,10,15.5,9.5],"rotation":90,"texture":"#0"},"west":{"uv":[14,10,15.5,9.5],"rotation":90,"texture":"#0"},"up":{"uv":[14,10,15.5,9.5],"rotation":180,"texture":"#0"},"down":{"uv":[14,10,15.5,9.5],"texture":"#0"}}},{"from":[7.35302,17.28924,6.12604],"to":[8.65302,18.28924,6.72604],"rotation":{"angle":0,"axis":"x","origin":[8.00443,17.37392,4.46514]},"faces":{"north":{"uv":[14.5,10,13.5,10.5],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,10,13.5,10.5],"rotation":270,"texture":"#0"},"south":{"uv":[14.5,10,13.5,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[14.5,10,13.5,10.5],"rotation":270,"texture":"#0"},"up":{"uv":[14.5,10,13.5,10.5],"rotation":90,"texture":"#0"},"down":{"uv":[14.5,10,13.5,10.5],"rotation":90,"texture":"#0"}}},{"from":[7.25338,12.29726,3.67349],"to":[8.75338,14.49726,4.97349],"rotation":{"angle":0,"axis":"x","origin":[8.00443,16.87392,4.51514]},"faces":{"north":{"uv":[15.5,14,14.5,14.5],"rotation":90,"texture":"#2"},"east":{"uv":[15.5,14,14.5,14.5],"rotation":90,"texture":"#2"},"south":{"uv":[15.5,14,14.5,14.5],"rotation":90,"texture":"#2"},"west":{"uv":[15.5,14,14.5,14.5],"rotation":90,"texture":"#2"},"up":{"uv":[15.5,14,14.5,14.5],"rotation":90,"texture":"#2"},"down":{"uv":[15.5,14,14.5,14.5],"rotation":90,"texture":"#2"}}},{"from":[7.35302,17.61207,6.92631],"to":[8.65302,18.61207,7.52631],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00443,15.93904,5.42397]},"faces":{"north":{"uv":[14.5,10,13.5,10.5],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,10,13.5,10.5],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,10,13.5,10.5],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,10,13.5,10.5],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,10,13.5,10.5],"rotation":90,"texture":"#0"},"down":{"uv":[14.5,10,13.5,10.5],"rotation":90,"texture":"#0"}}},{"from":[7.36287,15.28256,3.60897],"to":[8.66287,15.88256,4.70897],"rotation":{"angle":0,"axis":"x","origin":[8.00443,17.37392,4.46514]},"faces":{"north":{"uv":[14.5,10,15.5,9.5],"rotation":180,"texture":"#0"},"east":{"uv":[14.5,10,15.5,9.5],"texture":"#0"},"south":{"uv":[14.5,10,15.5,9.5],"rotation":180,"texture":"#0"},"west":{"uv":[14.5,10,15.5,9.5],"rotation":180,"texture":"#0"},"up":{"uv":[14.5,10,15.5,9.5],"rotation":270,"texture":"#0"},"down":{"uv":[14.5,10,15.5,9.5],"rotation":90,"texture":"#0"}}},{"from":[7.36323,15.80394,1.45642],"to":[8.66323,16.40394,2.55642],"rotation":{"angle":0,"axis":"x","origin":[8.00443,17.37392,4.46514]},"faces":{"north":{"uv":[15.5,10,14.5,9.5],"texture":"#0"},"east":{"uv":[15.5,10,14.5,9.5],"rotation":180,"texture":"#0"},"south":{"uv":[15.5,10,14.5,9.5],"texture":"#0"},"west":{"uv":[15.5,10,14.5,9.5],"texture":"#0"},"up":{"uv":[15.5,10,14.5,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[15.5,10,14.5,9.5],"rotation":270,"texture":"#0"}}},{"from":[7.35567,22.03681,9.95431],"to":[8.65567,22.63681,12.05431],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99723,17.95711,7.4349]},"faces":{"north":{"uv":[14.5,10,15.5,9.5],"texture":"#0"},"east":{"uv":[14.5,10,15.5,9.5],"rotation":180,"texture":"#0"},"south":{"uv":[14.5,10,15.5,9.5],"texture":"#0"},"west":{"uv":[14.5,10,15.5,9.5],"texture":"#0"},"up":{"uv":[14.5,10,15.5,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[14.5,10,15.5,9.5],"rotation":270,"texture":"#0"}}},{"from":[7.85567,3.01072,9.3685],"to":[8.15567,23.61072,9.6685],"rotation":{"angle":0,"axis":"x","origin":[8.00567,23.31072,9.5185]},"faces":{"north":{"uv":[0,14.8,16,14.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,14.8,16,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[0,14.8,16,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[0,14.8,16,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[0,14.8,16,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,14.8,16,14.5],"rotation":90,"texture":"#0"}}},{"from":[7.35567,16.98839,5.90327],"to":[8.65567,17.98839,6.50327],"rotation":{"angle":45,"axis":"x","origin":[8.00443,17.37392,4.46514]},"faces":{"north":{"uv":[15,10.5,16,10],"rotation":90,"texture":"#0"},"east":{"uv":[15,10.5,16,10],"rotation":90,"texture":"#0"},"south":{"uv":[15,10.5,16,10],"rotation":90,"texture":"#0"},"west":{"uv":[15,10.5,16,10],"rotation":90,"texture":"#0"},"up":{"uv":[15,10.5,16,10],"rotation":270,"texture":"#0"},"down":{"uv":[15,10.5,16,10],"rotation":270,"texture":"#0"}}},{"from":[7.35603,15.12528,4.72222],"to":[8.65603,15.72528,5.72222],"rotation":{"angle":45,"axis":"x","origin":[8.00443,17.37392,4.46514]},"faces":{"north":{"uv":[16,10.5,15,10],"rotation":90,"texture":"#0"},"east":{"uv":[15,10,16,10.5],"texture":"#0"},"south":{"uv":[16,10.5,15,10],"rotation":270,"texture":"#0"},"west":{"uv":[15,10,16,10.5],"rotation":180,"texture":"#0"},"up":{"uv":[15,10,16,10.5],"rotation":270,"texture":"#0"},"down":{"uv":[15,10,16,10.5],"rotation":90,"texture":"#0"}}},{"from":[7.35567,19.81582,4.21662],"to":[8.65567,21.81582,4.81662],"rotation":{"angle":22.5,"axis":"x","origin":[8.00443,15.93904,5.42397]},"faces":{"north":{"uv":[16,10,15,10.5],"rotation":90,"texture":"#0"},"east":{"uv":[16,10,15,10.5],"rotation":90,"texture":"#0"},"south":{"uv":[16,10,15,10.5],"rotation":90,"texture":"#0"},"west":{"uv":[16,10,15,10.5],"rotation":90,"texture":"#0"},"up":{"uv":[16,10,15,10.5],"rotation":90,"texture":"#0"},"down":{"uv":[16,10,15,10.5],"rotation":90,"texture":"#0"}}},{"from":[7.35342,17.16109,5.98609],"to":[8.65342,18.16109,6.58609],"rotation":{"angle":22.5,"axis":"x","origin":[8.00443,17.37392,4.46514]},"faces":{"north":{"uv":[14.5,10.5,15.5,10],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,10.5,15.5,10],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,10.5,15.5,10],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,10.5,15.5,10],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,10.5,15.5,10],"rotation":270,"texture":"#0"},"down":{"uv":[14.5,10.5,15.5,10],"rotation":270,"texture":"#0"}}},{"from":[7.35378,14.58219,2.82588],"to":[8.65378,15.58219,3.67588],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00443,17.37392,4.46514]},"faces":{"north":{"uv":[14.5,10,15.5,10.5],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,10,15.5,10.5],"rotation":270,"texture":"#0"},"south":{"uv":[14.5,10,15.5,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[14.5,10,15.5,10.5],"rotation":270,"texture":"#0"},"up":{"uv":[15.5,10.5,14.5,10],"rotation":270,"texture":"#0"},"down":{"uv":[15.5,10.5,14.5,10],"rotation":270,"texture":"#0"}}},{"from":[7.35442,18.98432,5.79027],"to":[8.65242,19.98232,6.38827],"rotation":{"angle":0,"axis":"x","origin":[8.00443,15.93904,5.42397]},"faces":{"north":{"uv":[15.5,10,14.5,10.5],"rotation":90,"texture":"#0"},"east":{"uv":[15.5,10,14.5,10.5],"rotation":90,"texture":"#0"},"south":{"uv":[15.5,10,14.5,10.5],"rotation":90,"texture":"#0"},"west":{"uv":[15.5,10,14.5,10.5],"rotation":90,"texture":"#0"},"up":{"uv":[15.5,10,14.5,10.5],"rotation":90,"texture":"#0"},"down":{"uv":[15.5,10,14.5,10.5],"rotation":90,"texture":"#0"}}},{"from":[7.35607,15.34366,3.8891],"to":[8.65607,15.94366,4.8891],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00443,17.37392,4.46514]},"faces":{"north":{"uv":[15,10,16,9.5],"rotation":270,"texture":"#0"},"east":{"uv":[15,10,16,9.5],"rotation":180,"texture":"#0"},"south":{"uv":[15,10,16,9.5],"rotation":90,"texture":"#0"},"west":{"uv":[15,10,16,9.5],"texture":"#0"},"up":{"uv":[15,10,16,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[15,10,16,9.5],"rotation":270,"texture":"#0"}}},{"from":[7.35643,15.15214,3.07194],"to":[8.65643,15.75214,4.07194],"rotation":{"angle":22.5,"axis":"x","origin":[8.00443,17.37392,4.46514]},"faces":{"north":{"uv":[16,10,15,9.5],"rotation":270,"texture":"#0"},"east":{"uv":[15,9.5,16,10],"rotation":180,"texture":"#0"},"south":{"uv":[16,10,15,9.5],"rotation":90,"texture":"#0"},"west":{"uv":[15,9.5,16,10],"texture":"#0"},"up":{"uv":[15,9.5,16,10],"rotation":90,"texture":"#0"},"down":{"uv":[15,9.5,16,10],"rotation":270,"texture":"#0"}}},{"from":[7.35567,20.90657,2.82516],"to":[8.65567,22.90657,3.42516],"rotation":{"angle":45,"axis":"x","origin":[8.00403,16.86324,5.80661]},"faces":{"north":{"uv":[16,9.5,15,10],"rotation":270,"texture":"#0"},"east":{"uv":[16,9.5,15,10],"rotation":270,"texture":"#0"},"south":{"uv":[16,9.5,15,10],"rotation":270,"texture":"#0"},"west":{"uv":[16,9.5,15,10],"rotation":270,"texture":"#0"},"up":{"uv":[16,9.5,15,10],"rotation":270,"texture":"#0"},"down":{"uv":[16,9.5,15,10],"rotation":270,"texture":"#0"}}},{"from":[7.71567,21.66657,1.58516],"to":[8.29567,23.64657,2.16516],"rotation":{"angle":45,"axis":"x","origin":[8.00403,17.61324,4.55661]},"faces":{"north":{"uv":[12.5,15,13.5,14.5],"rotation":270,"texture":"#0"},"east":{"uv":[12.5,15,13.5,14.5],"rotation":270,"texture":"#0"},"south":{"uv":[12.5,15,13.5,14.5],"rotation":270,"texture":"#0"},"west":{"uv":[12.5,15,13.5,14.5],"rotation":270,"texture":"#0"},"up":{"uv":[12.5,15,13.5,14.5],"rotation":270,"texture":"#0"},"down":{"uv":[12.5,15,13.5,14.5],"rotation":270,"texture":"#0"}}},{"from":[7.70567,20.56582,2.96662],"to":[8.30567,22.56582,3.56662],"rotation":{"angle":22.5,"axis":"x","origin":[8.00443,16.68904,4.17397]},"faces":{"north":{"uv":[10,14.5,11,14],"rotation":270,"texture":"#0"},"east":{"uv":[10,14.5,11,14],"rotation":270,"texture":"#0"},"south":{"uv":[10,14.5,11,14],"rotation":270,"texture":"#0"},"west":{"uv":[10,14.5,11,14],"rotation":270,"texture":"#0"},"up":{"uv":[10,14.5,11,14],"rotation":270,"texture":"#0"},"down":{"uv":[10,14.5,11,14],"rotation":270,"texture":"#0"}}},{"from":[7.71342,18.74332,4.54927],"to":[8.29342,20.72332,5.12927],"rotation":{"angle":0,"axis":"x","origin":[8.00443,16.68904,4.17397]},"faces":{"north":{"uv":[8.5,14,9.5,13.5],"rotation":270,"texture":"#0"},"east":{"uv":[8.5,14,9.5,13.5],"rotation":270,"texture":"#0"},"south":{"uv":[8.5,14,9.5,13.5],"rotation":270,"texture":"#0"},"west":{"uv":[8.5,14,9.5,13.5],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,14,9.5,13.5],"rotation":270,"texture":"#0"},"down":{"uv":[8.5,14,9.5,13.5],"rotation":270,"texture":"#0"}}},{"from":[7.70567,22.78681,8.70431],"to":[8.30567,23.38681,10.80431],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99723,18.70711,6.1849]},"faces":{"north":{"uv":[14.5,15,15.5,14.5],"rotation":180,"texture":"#0"},"east":{"uv":[14.5,15,15.5,14.5],"rotation":180,"texture":"#0"},"south":{"uv":[15.5,16,16,15.5],"rotation":180,"texture":"#0"},"west":{"uv":[14.5,15,15.5,14.5],"texture":"#0"},"up":{"uv":[14.5,15,15.5,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[14.5,15,15.5,14.5],"rotation":270,"texture":"#0"}}},{"from":[7.71342,6.02668,4.54927],"to":[8.29342,8.00668,5.12927],"rotation":{"angle":0,"axis":"x","origin":[8.00443,10.06096,4.17397]},"faces":{"north":{"uv":[9.5,14,8.5,13.5],"rotation":270,"texture":"#0"},"east":{"uv":[9.5,14,8.5,13.5],"rotation":270,"texture":"#0"},"south":{"uv":[9.5,14,8.5,13.5],"rotation":270,"texture":"#0"},"west":{"uv":[9.5,14,8.5,13.5],"rotation":270,"texture":"#0"},"up":{"uv":[9.5,14,8.5,13.5],"rotation":270,"texture":"#0"},"down":{"uv":[9.5,14,8.5,13.5],"rotation":270,"texture":"#0"}}},{"from":[7.70567,4.18418,2.96662],"to":[8.30567,6.18418,3.56662],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00443,10.06096,4.17397]},"faces":{"north":{"uv":[11,14.5,10,14],"rotation":270,"texture":"#0"},"east":{"uv":[11,14.5,10,14],"rotation":270,"texture":"#0"},"south":{"uv":[11,14.5,10,14],"rotation":270,"texture":"#0"},"west":{"uv":[11,14.5,10,14],"rotation":270,"texture":"#0"},"up":{"uv":[11,14.5,10,14],"rotation":270,"texture":"#0"},"down":{"uv":[11,14.5,10,14],"rotation":270,"texture":"#0"}}},{"from":[7.71567,3.10343,1.58516],"to":[8.29567,5.08343,2.16516],"rotation":{"angle":-45,"axis":"x","origin":[8.00403,9.13676,4.55661]},"faces":{"north":{"uv":[13.5,15,12.5,14.5],"rotation":270,"texture":"#0"},"east":{"uv":[13.5,15,12.5,14.5],"rotation":270,"texture":"#0"},"south":{"uv":[13.5,15,12.5,14.5],"rotation":270,"texture":"#0"},"west":{"uv":[13.5,15,12.5,14.5],"rotation":270,"texture":"#0"},"up":{"uv":[13.5,15,12.5,14.5],"rotation":270,"texture":"#0"},"down":{"uv":[13.5,15,12.5,14.5],"rotation":270,"texture":"#0"}}},{"from":[7.70567,3.36319,8.70431],"to":[8.30567,3.96319,10.80431],"rotation":{"angle":22.5,"axis":"x","origin":[7.99723,8.04289,6.1849]},"faces":{"north":{"uv":[14.5,14.5,15.5,15],"rotation":180,"texture":"#0"},"east":{"uv":[14.5,14.5,15.5,15],"rotation":180,"texture":"#0"},"south":{"uv":[15.5,15.5,16,16],"rotation":180,"texture":"#0"},"west":{"uv":[14.5,14.5,15.5,15],"texture":"#0"},"up":{"uv":[15.5,15,14.5,14.5],"rotation":270,"texture":"#0"},"down":{"uv":[15.5,15,14.5,14.5],"rotation":90,"texture":"#0"}}},{"from":[7.45157,9.70738,2.20646],"to":[8.55157,11.70738,2.80646],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00443,9.37608,4.46514]},"faces":{"north":{"uv":[15.5,9.5,14,10],"rotation":90,"texture":"#0"},"east":{"uv":[15.5,9.5,14,10],"rotation":90,"texture":"#0"},"south":{"uv":[15.5,9.5,14,10],"rotation":90,"texture":"#0"},"west":{"uv":[15.5,9.5,14,10],"rotation":90,"texture":"#0"},"up":{"uv":[14,10,15.5,9.5],"texture":"#0"},"down":{"uv":[14,10,15.5,9.5],"rotation":180,"texture":"#0"}}},{"from":[7.50157,9.82513,4.18285],"to":[8.50157,10.42513,5.93285],"rotation":{"angle":-45,"axis":"x","origin":[8.00443,9.37608,4.46514]},"faces":{"north":{"uv":[15,10,13.5,9.5],"rotation":270,"texture":"#0"},"east":{"uv":[15,10,13.5,9.5],"rotation":180,"texture":"#0"},"south":{"uv":[15,10,13.5,9.5],"rotation":90,"texture":"#0"},"west":{"uv":[15,10,13.5,9.5],"texture":"#0"},"up":{"uv":[13.5,9.5,15,10],"rotation":270,"texture":"#0"},"down":{"uv":[13.5,9.5,15,10],"rotation":90,"texture":"#0"}}},{"from":[7.3518,10.03583,4.09546],"to":[8.6518,11.53583,4.69546],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00443,9.37608,4.46514]},"faces":{"north":{"uv":[14.5,10,16,10.5],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,10,16,10.5],"rotation":270,"texture":"#0"},"south":{"uv":[14.5,10,16,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[14.5,10,16,10.5],"rotation":270,"texture":"#0"},"up":{"uv":[16,10.5,14.5,10],"rotation":180,"texture":"#0"},"down":{"uv":[16,10.5,14.5,10],"texture":"#0"}}},{"from":[7.6018,9.68308,2.53243],"to":[8.4018,10.28308,4.03243],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00443,9.37608,4.46514]},"faces":{"north":{"uv":[14,9.5,15.5,9],"rotation":270,"texture":"#0"},"east":{"uv":[14,9.5,15.5,9],"rotation":180,"texture":"#0"},"south":{"uv":[14,9.5,15.5,9],"rotation":90,"texture":"#0"},"west":{"uv":[14,9.5,15.5,9],"texture":"#0"},"up":{"uv":[15.5,9,14,9.5],"rotation":270,"texture":"#0"},"down":{"uv":[15.5,9,14,9.5],"rotation":90,"texture":"#0"}}},{"from":[7.35302,8.46076,6.12604],"to":[8.65302,9.46076,6.72604],"rotation":{"angle":0,"axis":"x","origin":[8.00443,9.37608,4.46514]},"faces":{"north":{"uv":[13.5,10,14.5,10.5],"rotation":270,"texture":"#0"},"east":{"uv":[13.5,10,14.5,10.5],"rotation":270,"texture":"#0"},"south":{"uv":[13.5,10,14.5,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[13.5,10,14.5,10.5],"rotation":270,"texture":"#0"},"up":{"uv":[13.5,10,14.5,10.5],"rotation":90,"texture":"#0"},"down":{"uv":[13.5,10,14.5,10.5],"rotation":90,"texture":"#0"}}},{"from":[7.36287,10.86744,3.60897],"to":[8.66287,11.46744,4.70897],"rotation":{"angle":0,"axis":"x","origin":[8.00443,9.37608,4.46514]},"faces":{"north":{"uv":[14.5,9.5,15.5,10],"rotation":180,"texture":"#0"},"east":{"uv":[14.5,9.5,15.5,10],"texture":"#0"},"south":{"uv":[14.5,9.5,15.5,10],"rotation":180,"texture":"#0"},"west":{"uv":[14.5,9.5,15.5,10],"rotation":180,"texture":"#0"},"up":{"uv":[15.5,10,14.5,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[15.5,10,14.5,9.5],"rotation":270,"texture":"#0"}}},{"from":[7.36323,10.34606,1.45642],"to":[8.66323,10.94606,2.55642],"rotation":{"angle":0,"axis":"x","origin":[8.00443,9.37608,4.46514]},"faces":{"north":{"uv":[15.5,9.5,14.5,10],"texture":"#0"},"east":{"uv":[15.5,9.5,14.5,10],"rotation":180,"texture":"#0"},"south":{"uv":[15.5,9.5,14.5,10],"texture":"#0"},"west":{"uv":[15.5,9.5,14.5,10],"texture":"#0"},"up":{"uv":[14.5,10,15.5,9.5],"rotation":270,"texture":"#0"},"down":{"uv":[14.5,10,15.5,9.5],"rotation":90,"texture":"#0"}}},{"from":[7.35627,4.11361,9.95536],"to":[8.65627,4.71361,12.05536],"rotation":{"angle":22.5,"axis":"x","origin":[7.99783,8.79332,7.43596]},"faces":{"north":{"uv":[14.5,9.5,15.5,10],"texture":"#0"},"east":{"uv":[14.5,9.5,15.5,10],"rotation":180,"texture":"#0"},"south":{"uv":[14.5,9.5,15.5,10],"texture":"#0"},"west":{"uv":[14.5,9.5,15.5,10],"texture":"#0"},"up":{"uv":[15.5,10,14.5,9.5],"rotation":270,"texture":"#0"},"down":{"uv":[15.5,10,14.5,9.5],"rotation":90,"texture":"#0"}}},{"from":[7.35567,8.76161,5.90327],"to":[8.65567,9.76161,6.50327],"rotation":{"angle":-45,"axis":"x","origin":[8.00443,9.37608,4.46514]},"faces":{"north":{"uv":[16,10.5,15,10],"rotation":90,"texture":"#0"},"east":{"uv":[16,10.5,15,10],"rotation":90,"texture":"#0"},"south":{"uv":[16,10.5,15,10],"rotation":90,"texture":"#0"},"west":{"uv":[16,10.5,15,10],"rotation":90,"texture":"#0"},"up":{"uv":[16,10.5,15,10],"rotation":270,"texture":"#0"},"down":{"uv":[16,10.5,15,10],"rotation":270,"texture":"#0"}}},{"from":[7.35603,11.02472,4.72222],"to":[8.65603,11.62472,5.72222],"rotation":{"angle":-45,"axis":"x","origin":[8.00443,9.37608,4.46514]},"faces":{"north":{"uv":[15,10.5,16,10],"rotation":90,"texture":"#0"},"east":{"uv":[15,10.5,16,10],"texture":"#0"},"south":{"uv":[15,10.5,16,10],"rotation":270,"texture":"#0"},"west":{"uv":[15,10.5,16,10],"rotation":180,"texture":"#0"},"up":{"uv":[16,10,15,10.5],"rotation":90,"texture":"#0"},"down":{"uv":[16,10,15,10.5],"rotation":270,"texture":"#0"}}},{"from":[7.35627,4.93461,4.21767],"to":[8.65627,6.93461,4.81767],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00503,10.81139,5.42503]},"faces":{"north":{"uv":[15,10,16,10.5],"rotation":90,"texture":"#0"},"east":{"uv":[15,10,16,10.5],"rotation":90,"texture":"#0"},"south":{"uv":[15,10,16,10.5],"rotation":90,"texture":"#0"},"west":{"uv":[15,10,16,10.5],"rotation":90,"texture":"#0"},"up":{"uv":[15,10,16,10.5],"rotation":90,"texture":"#0"},"down":{"uv":[15,10,16,10.5],"rotation":90,"texture":"#0"}}},{"from":[7.35342,8.58891,5.98609],"to":[8.65342,9.58891,6.58609],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00443,9.37608,4.46514]},"faces":{"north":{"uv":[15.5,10.5,14.5,10],"rotation":90,"texture":"#0"},"east":{"uv":[15.5,10.5,14.5,10],"rotation":90,"texture":"#0"},"south":{"uv":[15.5,10.5,14.5,10],"rotation":90,"texture":"#0"},"west":{"uv":[15.5,10.5,14.5,10],"rotation":90,"texture":"#0"},"up":{"uv":[15.5,10.5,14.5,10],"rotation":270,"texture":"#0"},"down":{"uv":[15.5,10.5,14.5,10],"rotation":270,"texture":"#0"}}},{"from":[7.35378,11.16781,2.82588],"to":[8.65378,12.16781,3.67588],"rotation":{"angle":22.5,"axis":"x","origin":[8.00443,9.37608,4.46514]},"faces":{"north":{"uv":[15.5,10,14.5,10.5],"rotation":270,"texture":"#0"},"east":{"uv":[15.5,10,14.5,10.5],"rotation":270,"texture":"#0"},"south":{"uv":[15.5,10,14.5,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[15.5,10,14.5,10.5],"rotation":270,"texture":"#0"},"up":{"uv":[14.5,10.5,15.5,10],"rotation":270,"texture":"#0"},"down":{"uv":[14.5,10.5,15.5,10],"rotation":270,"texture":"#0"}}},{"from":[7.35502,6.7681,5.79133],"to":[8.65302,7.7661,6.38933],"rotation":{"angle":0,"axis":"x","origin":[8.00503,10.81139,5.42503]},"faces":{"north":{"uv":[14.5,10,15.5,10.5],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,10,15.5,10.5],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,10,15.5,10.5],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,10,15.5,10.5],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,10,15.5,10.5],"rotation":90,"texture":"#0"},"down":{"uv":[14.5,10,15.5,10.5],"rotation":90,"texture":"#0"}}},{"from":[7.35607,10.80634,3.8891],"to":[8.65607,11.40634,4.8891],"rotation":{"angle":22.5,"axis":"x","origin":[8.00443,9.37608,4.46514]},"faces":{"north":{"uv":[16,10,15,9.5],"rotation":270,"texture":"#0"},"east":{"uv":[15,9.5,16,10],"rotation":180,"texture":"#0"},"south":{"uv":[16,10,15,9.5],"rotation":90,"texture":"#0"},"west":{"uv":[15,9.5,16,10],"texture":"#0"},"up":{"uv":[16,10,15,9.5],"rotation":270,"texture":"#0"},"down":{"uv":[16,10,15,9.5],"rotation":90,"texture":"#0"}}},{"from":[7.35643,10.99786,3.07194],"to":[8.65643,11.59786,4.07194],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00443,9.37608,4.46514]},"faces":{"north":{"uv":[15,10,16,9.5],"rotation":270,"texture":"#0"},"east":{"uv":[15,10,16,9.5],"rotation":180,"texture":"#0"},"south":{"uv":[15,10,16,9.5],"rotation":90,"texture":"#0"},"west":{"uv":[15,10,16,9.5],"texture":"#0"},"up":{"uv":[16,9.5,15,10],"rotation":270,"texture":"#0"},"down":{"uv":[16,9.5,15,10],"rotation":90,"texture":"#0"}}},{"from":[7.35627,3.84386,2.82621],"to":[8.65627,5.84386,3.42621],"rotation":{"angle":-45,"axis":"x","origin":[8.00463,9.88718,5.80766]},"faces":{"north":{"uv":[15,9.5,16,10],"rotation":270,"texture":"#0"},"east":{"uv":[15,9.5,16,10],"rotation":270,"texture":"#0"},"south":{"uv":[15,9.5,16,10],"rotation":270,"texture":"#0"},"west":{"uv":[15,9.5,16,10],"rotation":270,"texture":"#0"},"up":{"uv":[15,9.5,16,10],"rotation":270,"texture":"#0"},"down":{"uv":[15,9.5,16,10],"rotation":270,"texture":"#0"}}},{"from":[7.35402,8.39671,6.30518],"to":[8.65202,9.39471,6.90318],"rotation":{"angle":22.5,"axis":"x","origin":[8.00443,9.37608,4.46514]},"faces":{"north":{"uv":[14,9.5,13,9],"rotation":180,"texture":"#0"},"east":{"uv":[13,9,14,9.5],"rotation":90,"texture":"#0"},"south":{"uv":[14,9.5,13,9],"texture":"#0"},"west":{"uv":[13,9,14,9.5],"rotation":270,"texture":"#0"},"up":{"uv":[14,9.5,13,9],"rotation":180,"texture":"#0"},"down":{"uv":[14,9.5,13,9],"texture":"#0"}}},{"from":[7.45217,4.70906,4.53427],"to":[8.55217,6.20906,5.13427],"rotation":{"angle":22.5,"axis":"x","origin":[8.00212,5.4707,5.01273]},"faces":{"north":{"uv":[14,9.5,15.5,10],"rotation":270,"texture":"#0"},"east":{"uv":[15.5,10,14,9.5],"rotation":90,"texture":"#0"},"south":{"uv":[14,9.5,15.5,10],"rotation":270,"texture":"#0"},"west":{"uv":[15.5,10,14,9.5],"rotation":90,"texture":"#0"},"up":{"uv":[15.5,10,14,9.5],"rotation":180,"texture":"#0"},"down":{"uv":[15.5,10,14,9.5],"texture":"#0"}}},{"from":[7.3524,5.59514,5.51185],"to":[8.6524,6.19514,7.01185],"rotation":{"angle":-45,"axis":"x","origin":[8.00212,5.4707,5.01273]},"faces":{"north":{"uv":[16,10,14.5,10.5],"rotation":180,"texture":"#0"},"east":{"uv":[16,10,14.5,10.5],"texture":"#0"},"south":{"uv":[16,10,14.5,10.5],"rotation":180,"texture":"#0"},"west":{"uv":[16,10,14.5,10.5],"rotation":180,"texture":"#0"},"up":{"uv":[14.5,10.5,16,10],"rotation":90,"texture":"#0"},"down":{"uv":[14.5,10.5,16,10],"rotation":270,"texture":"#0"}}},{"from":[7.45217,3.93545,5.85437],"to":[8.55217,5.43545,6.45437],"rotation":{"angle":22.5,"axis":"x","origin":[8.00198,4.06537,6.2835]},"faces":{"north":{"uv":[15.5,10,14,9.5],"rotation":90,"texture":"#0"},"east":{"uv":[15.5,10,14,9.5],"rotation":90,"texture":"#0"},"south":{"uv":[15.5,10,14,9.5],"rotation":90,"texture":"#0"},"west":{"uv":[15.5,10,14,9.5],"rotation":90,"texture":"#0"},"up":{"uv":[14,9.5,15.5,10],"texture":"#0"},"down":{"uv":[14,9.5,15.5,10],"rotation":180,"texture":"#0"}}},{"from":[7.55679,2.69806,5.87051],"to":[8.44679,4.18806,6.46051],"rotation":{"angle":0,"axis":"x","origin":[8.00198,4.06537,6.2835]},"faces":{"north":{"uv":[14.5,8,13.5,8.5],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,8,13.5,8.5],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,8,13.5,8.5],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,8,13.5,8.5],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,8,13.5,8.5],"rotation":90,"texture":"#0"},"down":{"uv":[13.795,8,13.5,8.445],"rotation":90,"texture":"#0"}}},{"from":[7.25,8,4.05],"to":[8.75,9.5,5.55],"rotation":{"angle":45,"axis":"x","origin":[8,8.75,4.8]},"faces":{"north":{"uv":[7.5,13.5,9,15],"texture":"#0"},"east":{"uv":[8.5,13.5,10,15],"rotation":90,"texture":"#0"},"south":{"uv":[10,14,11.5,15.5],"texture":"#0"},"west":{"uv":[5.5,12.5,7,14],"rotation":180,"texture":"#0"},"up":{"uv":[7.5,13.5,9,15],"texture":"#0"},"down":{"uv":[8.5,14,10,15.5],"rotation":180,"texture":"#0"}}},{"from":[7.25,17.4,4.05],"to":[8.75,18.9,5.55],"rotation":{"angle":45,"axis":"x","origin":[8,18.15,4.8]},"faces":{"north":{"uv":[7.5,15,9,13.5],"texture":"#0"},"east":{"uv":[10,13.5,8.5,15],"rotation":90,"texture":"#0"},"south":{"uv":[10,15.5,11.5,14],"texture":"#0"},"west":{"uv":[5.5,14,7,12.5],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,15.5,10,14],"rotation":180,"texture":"#0"},"down":{"uv":[7.5,15,9,13.5],"texture":"#0"}}},{"from":[6,6.25,7.5],"to":[10,6.26,11.5],"rotation":{"angle":0,"axis":"x","origin":[8,6.255,9.5]},"faces":{"north":{"uv":[0,0,4,0.01],"texture":"#3"},"east":{"uv":[0,0,4,0.01],"texture":"#3"},"south":{"uv":[0,0,4,0.01],"texture":"#3"},"west":{"uv":[0,0,4,0.01],"texture":"#3"},"up":{"uv":[0.5,0.5,15,15],"texture":"#3"},"down":{"uv":[0.5,15,15,0.5],"texture":"#3"}}},{"from":[6,20.5,7.5],"to":[10,20.51,11.5],"rotation":{"angle":-22.5,"axis":"y","origin":[8,20.505,9.5]},"faces":{"north":{"uv":[0,0,4,0.01],"texture":"#3"},"east":{"uv":[0,0,4,0.01],"texture":"#3"},"south":{"uv":[0,0,4,0.01],"texture":"#3"},"west":{"uv":[0,0,4,0.01],"texture":"#3"},"up":{"uv":[0.5,0.5,15,15],"rotation":270,"texture":"#3"},"down":{"uv":[0.5,15,15,0.5],"rotation":90,"texture":"#3"}}}],"display":{"thirdperson_righthand":{"translation":[0,-9.75,6],"scale":[1.3,1.42,1.42]},"thirdperson_lefthand":{"translation":[0,-9.75,6],"scale":[1.3,1.42,1.42]},"firstperson_righthand":{"rotation":[-11,0,0],"translation":[-0.5,0.25,3.75],"scale":[0.76,0.93,0.93]},"firstperson_lefthand":{"rotation":[-11,0,0],"translation":[-0.5,0.5,3.75],"scale":[0.76,0.93,0.93]},"gui":{"rotation":[87,44,-113],"translation":[-3,-2.75,0],"scale":[0.99,0.87,0.99]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/crimson_crossbow.json b/assets/minecraft/models/item/wynn/skin/bow/crimson_crossbow.json new file mode 100644 index 000000000..3a8b0358c --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/crimson_crossbow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"2":"skins/crimson/crimson_crossbow","particle":"skins/crimson/crimson_crossbow"},"elements":[{"from":[6.0397,1.27241,3.99036],"to":[7.5297,2.01241,5.48036],"rotation":{"angle":-22.5,"axis":"z","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[7.375,0,8.125,0.375],"texture":"#2"},"south":{"uv":[8.125,0,7.375,0.375],"texture":"#2"},"up":{"uv":[8.125,1.1125,7.375,0.375],"rotation":90,"texture":"#2"},"down":{"uv":[8,0.875,7.25,1.625],"rotation":270,"texture":"#2"}}},{"from":[4.99743,0.57056,3.98536],"to":[6.49743,1.32056,5.48536],"rotation":{"angle":-45,"axis":"z","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[7.125,2,6.75,1.25],"rotation":90,"texture":"#2"},"south":{"uv":[7.125,1.25,6.75,2],"rotation":90,"texture":"#2"},"up":{"uv":[8.875,0.75,8.125,0],"rotation":90,"texture":"#2"},"down":{"uv":[8.875,0.75,8.125,1.5],"rotation":270,"texture":"#2"}}},{"from":[2.51464,3.875,4.48536],"to":[5.01464,4.125,5.23536],"rotation":{"angle":0,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[0.375,6.875,0.25,8.125],"rotation":90,"texture":"#2"},"east":{"uv":[0,8.125,0.375,8],"texture":"#2"},"south":{"uv":[0,8.125,0.125,6.875],"rotation":90,"texture":"#2"},"up":{"uv":[0.375,8.125,0,6.875],"rotation":90,"texture":"#2"}}},{"from":[3.3781,3.87,7.63642],"to":[3.9381,4.13,8.19642],"rotation":{"angle":-45,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[0.625,7.125,0.5,6.875],"rotation":90,"texture":"#2"},"east":{"uv":[0.375,7.125,0.625,7],"texture":"#2"},"south":{"uv":[0.5,7.125,0.375,6.875],"rotation":90,"texture":"#2"},"west":{"uv":[0.625,6.875,0.375,7],"texture":"#2"},"up":{"uv":[0.625,7.125,0.375,6.875],"rotation":90,"texture":"#2"}}},{"from":[2.90964,3.22,3.48036],"to":[5.51964,3.48,3.99036],"rotation":{"angle":0,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[1.625,7,2.875,6.875],"texture":"#2"},"east":{"uv":[1.625,6.75,1.75,7],"rotation":90,"texture":"#2"},"west":{"uv":[2.75,6.75,2.875,7],"rotation":90,"texture":"#2"},"up":{"uv":[1.625,6.75,2.875,7],"rotation":180,"texture":"#2"},"down":{"uv":[2.875,6.75,1.625,7],"texture":"#2"}}},{"from":[4.99964,3.22,2.48036],"to":[5.51964,3.48,3.49036],"rotation":{"angle":0,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[2,6.5,2.125,6.75],"rotation":90,"texture":"#2"},"east":{"uv":[1.625,6.75,2.125,6.625],"texture":"#2"},"west":{"uv":[2.125,6.625,1.625,6.5],"texture":"#2"},"up":{"uv":[2.125,6.75,1.625,6.5],"rotation":90,"texture":"#2"},"down":{"uv":[2.125,6.5,1.625,6.75],"rotation":270,"texture":"#2"}}},{"from":[3.00964,2.87,3.98036],"to":[5.51964,3.88,5.49036],"rotation":{"angle":0,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[6.5,3.375,7.75,3.875],"texture":"#2"},"east":{"uv":[6.25,3.875,7,4.375],"texture":"#2"},"south":{"uv":[6.5,2.875,7.75,3.375],"texture":"#2"},"west":{"uv":[7,3.875,7.75,4.375],"texture":"#2"},"up":{"uv":[8.75,2.75,8,1.5],"rotation":90,"texture":"#2"},"down":{"uv":[8.5,2.875,7.75,4.125],"rotation":270,"texture":"#2"}}},{"from":[2.42825,2.875,2.39047],"to":[4.92825,3.875,3.89047],"rotation":{"angle":22.5,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[2,6.5,1.5,5.25],"rotation":90,"texture":"#2"},"south":{"uv":[2.5,6.5,2,5.25],"rotation":90,"texture":"#2"},"west":{"uv":[3.625,4.625,4.375,5.125],"texture":"#2"},"up":{"uv":[0.75,6.625,0,5.375],"rotation":90,"texture":"#2"},"down":{"uv":[1.5,5.375,0.75,6.625],"rotation":270,"texture":"#2"}}},{"from":[2.32575,3.2225,1.88797],"to":[5.03075,3.4775,2.39297],"rotation":{"angle":22.5,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[2.875,6.875,4.25,7],"texture":"#2"},"west":{"uv":[4.125,6.75,4.25,7],"rotation":90,"texture":"#2"},"up":{"uv":[2.875,6.75,4.25,7],"rotation":180,"texture":"#2"},"down":{"uv":[4.25,6.75,2.875,7],"texture":"#2"}}},{"from":[1.62454,3.87,9.38997],"to":[2.18454,4.13,9.94997],"rotation":{"angle":-45,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[0.625,7.375,0.375,7.25],"texture":"#2"},"east":{"uv":[0.375,7.375,0.625,7.25],"texture":"#2"},"south":{"uv":[0.375,7.25,0.625,7.125],"texture":"#2"},"west":{"uv":[0.625,7.25,0.375,7.125],"texture":"#2"},"up":{"uv":[0.625,7.375,0.375,7.125],"rotation":90,"texture":"#2"}}},{"from":[2.49806,3.225,0.20585],"to":[5.09806,3.475,0.70585],"rotation":{"angle":45,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[2.25,7.125,1,7.25],"rotation":180,"texture":"#2"},"west":{"uv":[2.125,7.25,2.25,7],"rotation":270,"texture":"#2"},"up":{"uv":[2.25,7.25,1,7],"texture":"#2"},"down":{"uv":[1,7.25,2.25,7],"rotation":180,"texture":"#2"}}},{"from":[2.49306,2.87,0.70085],"to":[5.00306,3.88,1.71085],"rotation":{"angle":45,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[4.375,4.75,5.625,5.25],"texture":"#2"},"east":{"uv":[5.25,5.375,5.75,5.875],"texture":"#2"},"south":{"uv":[5.625,4.875,6.875,5.375],"texture":"#2"},"west":{"uv":[5.75,5.375,6.25,5.875],"texture":"#2"},"up":{"uv":[7.5,4.875,6.25,4.375],"rotation":180,"texture":"#2"},"down":{"uv":[4,5.25,5.25,5.75],"texture":"#2"}}},{"from":[1.42825,2.875,2.89047],"to":[2.42825,3.875,3.89047],"rotation":{"angle":22.5,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"south":{"uv":[2.5,5.25,3,5.75],"texture":"#2"},"up":{"uv":[3.5,5.625,3,5.125],"rotation":90,"texture":"#2"},"down":{"uv":[4,5.625,3.5,5.125],"rotation":270,"texture":"#2"}}},{"from":[0.8331,3.875,12.04142],"to":[1.6331,4.125,12.84142],"rotation":{"angle":-45,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[0.875,6.875,1,7.25],"rotation":90,"texture":"#2"},"east":{"uv":[1,7.25,0.625,7.125],"texture":"#2"},"south":{"uv":[0.625,7.25,0.75,6.875],"rotation":90,"texture":"#2"},"west":{"uv":[1,7,0.625,6.875],"texture":"#2"},"up":{"uv":[1,7.25,0.625,6.875],"rotation":90,"texture":"#2"}}},{"from":[-1.40838,3.23,6.37798],"to":[-0.91838,3.47,7.86798],"rotation":{"angle":0,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[2.875,7,3,7.25],"rotation":90,"texture":"#2"},"west":{"uv":[3,7.125,2.25,7],"texture":"#2"},"up":{"uv":[3,7.25,2.25,7],"rotation":90,"texture":"#2"},"down":{"uv":[3,7,2.25,7.25],"rotation":270,"texture":"#2"}}},{"from":[-0.84442,2.875,10.29143],"to":[0.15558,3.875,12.79143],"rotation":{"angle":-22.5,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[3.75,6.25,4.25,6.75],"texture":"#2"},"east":{"uv":[3.75,5.75,2.5,6.25],"texture":"#2"},"south":{"uv":[4.25,6.25,4.75,6.75],"texture":"#2"},"west":{"uv":[2.5,5.75,3.75,6.25],"texture":"#2"},"up":{"uv":[5,6.25,3.75,5.75],"rotation":90,"texture":"#2"},"down":{"uv":[3.75,6.25,2.5,6.75],"rotation":270,"texture":"#2"}}},{"from":[-0.59442,2.625,12.79143],"to":[0.15558,4.125,13.29143],"rotation":{"angle":-22.5,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[8,4.125,8.125,4.875],"texture":"#2"},"east":{"uv":[8.125,4.125,8.375,4.875],"texture":"#2"},"south":{"uv":[7.75,4.125,8.125,4.875],"texture":"#2"},"west":{"uv":[8.375,4.125,8.625,4.875],"texture":"#2"},"up":{"uv":[7.75,4.75,7.5,4.375],"rotation":90,"texture":"#2"},"down":{"uv":[7.75,4.75,7.875,4.875],"rotation":270,"texture":"#2"}}},{"from":[5.72632,0.56012,3.73536],"to":[6.47632,1.31012,3.98536],"rotation":{"angle":-45,"axis":"z","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[0.625,6.875,1,7.25],"texture":"#2"},"east":{"uv":[0.625,6.875,0.75,7.25],"texture":"#2"},"west":{"uv":[0.875,6.875,1,7.25],"texture":"#2"},"up":{"uv":[0.625,6.875,1,7],"rotation":180,"texture":"#2"},"down":{"uv":[0.625,7.125,1,7.25],"texture":"#2"}}},{"from":[-0.0939,3.255,12.99323],"to":[10.0961,3.495,13.23323],"rotation":{"angle":-22.5,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[7.875,7.5,2.75,7.625],"texture":"#2"},"south":{"uv":[2.75,7.625,7.875,7.5],"texture":"#2"},"up":{"uv":[7.875,7.625,2.75,7.5],"rotation":180,"texture":"#2"},"down":{"uv":[2.75,7.625,7.875,7.5],"texture":"#2"}}},{"from":[8.49959,1.27241,3.99036],"to":[9.98959,2.01241,5.48036],"shade":false,"rotation":{"angle":22.5,"axis":"z","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[8.125,0,7.375,0.375],"texture":"#2"},"south":{"uv":[7.375,0,8.125,0.375],"texture":"#2"},"up":{"uv":[8.125,0.375,7.375,1.1125],"rotation":90,"texture":"#2"},"down":{"uv":[8,1.625,7.25,0.875],"rotation":270,"texture":"#2"}}},{"from":[9.53186,0.57056,3.98536],"to":[11.03186,1.32056,5.48536],"shade":false,"rotation":{"angle":45,"axis":"z","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[7.125,1.25,6.75,2],"rotation":90,"texture":"#2"},"south":{"uv":[7.125,2,6.75,1.25],"rotation":90,"texture":"#2"},"up":{"uv":[8.875,0,8.125,0.75],"rotation":90,"texture":"#2"},"down":{"uv":[8.875,1.5,8.125,0.75],"rotation":270,"texture":"#2"}}},{"from":[11.01464,3.875,4.48536],"to":[13.51464,4.125,5.23536],"shade":false,"rotation":{"angle":0,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[0.375,8.125,0.25,6.875],"rotation":90,"texture":"#2"},"south":{"uv":[0,6.875,0.125,8.125],"rotation":90,"texture":"#2"},"west":{"uv":[0.375,8.125,0,8],"texture":"#2"},"up":{"uv":[0.375,6.875,0,8.125],"rotation":90,"texture":"#2"}}},{"from":[12.09119,3.87,7.63642],"to":[12.65119,4.13,8.19642],"shade":false,"rotation":{"angle":45,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[0.625,6.875,0.5,7.125],"rotation":90,"texture":"#2"},"east":{"uv":[0.375,6.875,0.625,7],"texture":"#2"},"south":{"uv":[0.5,6.875,0.375,7.125],"rotation":90,"texture":"#2"},"west":{"uv":[0.625,7.125,0.375,7],"texture":"#2"},"up":{"uv":[0.625,6.875,0.375,7.125],"rotation":90,"texture":"#2"}}},{"from":[10.50964,3.22,3.48036],"to":[13.11964,3.48,3.99036],"shade":false,"rotation":{"angle":0,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[2.875,7,1.625,6.875],"texture":"#2"},"east":{"uv":[2.75,7,2.875,6.75],"rotation":90,"texture":"#2"},"west":{"uv":[1.625,7,1.75,6.75],"rotation":90,"texture":"#2"},"up":{"uv":[2.875,6.75,1.625,7],"rotation":180,"texture":"#2"},"down":{"uv":[1.625,6.75,2.875,7],"texture":"#2"}}},{"from":[10.50964,3.22,2.48036],"to":[11.02964,3.48,3.49036],"shade":false,"rotation":{"angle":0,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[2,6.75,2.125,6.5],"rotation":90,"texture":"#2"},"east":{"uv":[1.625,6.625,2.125,6.5],"texture":"#2"},"west":{"uv":[2.125,6.75,1.625,6.625],"texture":"#2"},"up":{"uv":[2.125,6.5,1.625,6.75],"rotation":90,"texture":"#2"},"down":{"uv":[2.125,6.75,1.625,6.5],"rotation":270,"texture":"#2"}}},{"from":[10.50964,2.87,3.98036],"to":[13.01964,3.88,5.49036],"shade":false,"rotation":{"angle":0,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[7.75,3.375,6.5,3.875],"texture":"#2"},"east":{"uv":[7.75,3.875,7,4.375],"texture":"#2"},"south":{"uv":[7.75,2.875,6.5,3.375],"texture":"#2"},"west":{"uv":[7,3.875,6.25,4.375],"texture":"#2"},"up":{"uv":[8.75,1.5,8,2.75],"rotation":90,"texture":"#2"},"down":{"uv":[8.5,4.125,7.75,2.875],"rotation":270,"texture":"#2"}}},{"from":[11.10104,2.875,2.39047],"to":[13.60104,3.875,3.89047],"shade":false,"rotation":{"angle":-22.5,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[2,5.25,1.5,6.5],"rotation":90,"texture":"#2"},"east":{"uv":[4.375,4.625,3.625,5.125],"texture":"#2"},"south":{"uv":[2.5,5.25,2,6.5],"rotation":90,"texture":"#2"},"up":{"uv":[0.75,5.375,0,6.625],"rotation":90,"texture":"#2"},"down":{"uv":[1.5,6.625,0.75,5.375],"rotation":270,"texture":"#2"}}},{"from":[10.99854,3.2225,1.88797],"to":[13.70354,3.4775,2.39297],"shade":false,"rotation":{"angle":-22.5,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[4.25,6.875,2.875,7],"texture":"#2"},"east":{"uv":[4.125,7,4.25,6.75],"rotation":90,"texture":"#2"},"up":{"uv":[4.25,6.75,2.875,7],"rotation":180,"texture":"#2"},"down":{"uv":[2.875,6.75,4.25,7],"texture":"#2"}}},{"from":[13.84475,3.87,9.38997],"to":[14.40475,4.13,9.94997],"shade":false,"rotation":{"angle":45,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[0.375,7.375,0.625,7.25],"texture":"#2"},"east":{"uv":[0.375,7.25,0.625,7.125],"texture":"#2"},"south":{"uv":[0.625,7.25,0.375,7.125],"texture":"#2"},"west":{"uv":[0.625,7.375,0.375,7.25],"texture":"#2"},"up":{"uv":[0.625,7.125,0.375,7.375],"rotation":90,"texture":"#2"}}},{"from":[10.93123,3.225,0.20585],"to":[13.53123,3.475,0.70585],"shade":false,"rotation":{"angle":-45,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[1,7.125,2.25,7.25],"rotation":180,"texture":"#2"},"east":{"uv":[2.125,7,2.25,7.25],"rotation":270,"texture":"#2"},"up":{"uv":[1,7.25,2.25,7],"texture":"#2"},"down":{"uv":[2.25,7.25,1,7],"rotation":180,"texture":"#2"}}},{"from":[11.02623,2.87,0.70085],"to":[13.53623,3.88,1.71085],"shade":false,"rotation":{"angle":-45,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[5.625,4.75,4.375,5.25],"texture":"#2"},"east":{"uv":[6.25,5.375,5.75,5.875],"texture":"#2"},"south":{"uv":[6.875,4.875,5.625,5.375],"texture":"#2"},"west":{"uv":[5.75,5.375,5.25,5.875],"texture":"#2"},"up":{"uv":[6.25,4.875,7.5,4.375],"rotation":180,"texture":"#2"},"down":{"uv":[5.25,5.25,4,5.75],"texture":"#2"}}},{"from":[13.60104,2.875,2.89047],"to":[14.60104,3.875,3.89047],"shade":false,"rotation":{"angle":-22.5,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"south":{"uv":[3,5.25,2.5,5.75],"texture":"#2"},"up":{"uv":[3.5,5.125,3,5.625],"rotation":90,"texture":"#2"},"down":{"uv":[4,5.125,3.5,5.625],"rotation":270,"texture":"#2"}}},{"from":[14.39619,3.875,12.04142],"to":[15.19619,4.125,12.84142],"shade":false,"rotation":{"angle":45,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[0.875,7.25,1,6.875],"rotation":90,"texture":"#2"},"east":{"uv":[0.625,7,1,6.875],"texture":"#2"},"south":{"uv":[0.625,6.875,0.75,7.25],"rotation":90,"texture":"#2"},"west":{"uv":[0.625,7.25,1,7.125],"texture":"#2"},"up":{"uv":[1,6.875,0.625,7.25],"rotation":90,"texture":"#2"}}},{"from":[16.94766,3.23,6.37798],"to":[17.43766,3.47,7.86798],"shade":false,"rotation":{"angle":0,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[2.875,7.25,3,7],"rotation":90,"texture":"#2"},"east":{"uv":[2.25,7.125,3,7],"texture":"#2"},"up":{"uv":[3,7,2.25,7.25],"rotation":90,"texture":"#2"},"down":{"uv":[3,7.25,2.25,7],"rotation":270,"texture":"#2"}}},{"from":[15.87371,2.875,10.29143],"to":[16.87371,3.875,12.79143],"shade":false,"rotation":{"angle":22.5,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[4.25,6.25,3.75,6.75],"texture":"#2"},"east":{"uv":[3.75,5.75,2.5,6.25],"texture":"#2"},"south":{"uv":[4.75,6.25,4.25,6.75],"texture":"#2"},"west":{"uv":[2.5,5.75,3.75,6.25],"texture":"#2"},"up":{"uv":[5,5.75,3.75,6.25],"rotation":90,"texture":"#2"},"down":{"uv":[3.75,6.75,2.5,6.25],"rotation":270,"texture":"#2"}}},{"from":[15.87371,2.625,12.79143],"to":[16.62371,4.125,13.29143],"shade":false,"rotation":{"angle":22.5,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[8.125,4.125,8,4.875],"texture":"#2"},"east":{"uv":[8.625,4.125,8.375,4.875],"texture":"#2"},"south":{"uv":[8.125,4.125,7.75,4.875],"texture":"#2"},"west":{"uv":[8.375,4.125,8.125,4.875],"texture":"#2"},"up":{"uv":[7.75,4.375,7.5,4.75],"rotation":90,"texture":"#2"},"down":{"uv":[7.75,4.875,7.875,4.75],"rotation":270,"texture":"#2"}}},{"from":[9.55297,0.56012,3.73536],"to":[10.30297,1.31012,3.98536],"shade":false,"rotation":{"angle":45,"axis":"z","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[1,6.875,0.625,7.25],"texture":"#2"},"east":{"uv":[1,6.875,0.875,7.25],"texture":"#2"},"west":{"uv":[0.75,6.875,0.625,7.25],"texture":"#2"},"up":{"uv":[1,6.875,0.625,7],"rotation":180,"texture":"#2"},"down":{"uv":[1,7.125,0.625,7.25],"texture":"#2"}}},{"from":[5.93319,3.255,12.99323],"to":[16.12319,3.495,13.23323],"shade":false,"rotation":{"angle":22.5,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[2.75,7.5,7.875,7.625],"texture":"#2"},"south":{"uv":[7.875,7.625,2.75,7.5],"texture":"#2"},"up":{"uv":[2.75,7.625,7.875,7.5],"rotation":180,"texture":"#2"},"down":{"uv":[7.875,7.625,2.75,7.5],"texture":"#2"}}},{"from":[7.26464,1.5,3.98536],"to":[8.76464,2.75,16.98536],"rotation":{"angle":0,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[0,2.125,0.75,2.75],"texture":"#2"},"east":{"uv":[6.5,0.75,0,1.375],"texture":"#2"},"west":{"uv":[0,0.75,6.5,1.375],"texture":"#2"},"up":{"uv":[6.5,0.75,0,0],"rotation":90,"texture":"#2"},"down":{"uv":[6.5,1.375,0,2.125],"rotation":270,"texture":"#2"}}},{"from":[7.26964,3.78202,13.53771],"to":[8.75964,5.02202,16.52771],"rotation":{"angle":22.5,"axis":"x","origin":[8.01464,2.07093,8]},"faces":{"east":{"uv":[6.25,3.375,4.75,4],"texture":"#2"},"south":{"uv":[4.875,4.75,4.75,4],"texture":"#2"},"west":{"uv":[4.75,3.375,6.25,4],"texture":"#2"},"down":{"uv":[6.25,4.75,4.75,4],"rotation":270,"texture":"#2"}}},{"from":[7.26714,6.92731,14.18623],"to":[8.76214,8.17231,16.43123],"rotation":{"angle":45,"axis":"x","origin":[8.01464,2.07093,8]},"faces":{"east":{"uv":[2.125,4.625,1,5.25],"texture":"#2"},"south":{"uv":[2.125,4.625,2.875,5.25],"texture":"#2"},"west":{"uv":[1,4.625,2.125,5.25],"texture":"#2"},"up":{"uv":[1.125,5.375,0,4.625],"rotation":90,"texture":"#2"},"down":{"uv":[1.375,5.125,1.25,5.25],"rotation":270,"texture":"#2"}}},{"from":[7.11367,1.81393,3.98036],"to":[7.62367,2.82393,16.99036],"rotation":{"angle":22.5,"axis":"z","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[6.5,0,6.75,0.5],"texture":"#2"},"south":{"uv":[6.5,0.5,6.75,1],"texture":"#2"},"west":{"uv":[1.5,2.125,8,2.625],"texture":"#2"},"up":{"uv":[1.5,2.375,8,2.125],"rotation":90,"texture":"#2"},"down":{"uv":[8,2.625,1.5,2.875],"rotation":270,"texture":"#2"}}},{"from":[6.97415,1.52462,3.98536],"to":[7.47415,2.02462,16.98536],"rotation":{"angle":-45,"axis":"z","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[0,2.875,0.125,3.125],"texture":"#2"},"south":{"uv":[6.375,2.875,6.5,3.125],"texture":"#2"},"west":{"uv":[0,2.875,6.5,3.125],"texture":"#2"},"up":{"uv":[6.5,3.375,0,3.125],"rotation":90,"texture":"#2"},"down":{"uv":[13,1,6.5,1.25],"rotation":270,"texture":"#2"}}},{"from":[7.25964,2.245,3.98036],"to":[7.76964,3.255,13.49036],"rotation":{"angle":0,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[6.5,1.5,6.75,2],"texture":"#2"},"east":{"uv":[0,3.375,4.75,3.875],"texture":"#2"},"south":{"uv":[6.5,1,6.75,1.5],"texture":"#2"},"west":{"uv":[0,3.875,4.75,4.375],"texture":"#2"},"up":{"uv":[4.75,4.625,0,4.375],"rotation":90,"texture":"#2"}}},{"from":[7.26464,4.46562,4.755],"to":[7.76464,5.71562,6.005],"rotation":{"angle":-45,"axis":"x","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[7,0.625,6.75,1.25],"texture":"#2"},"east":{"uv":[6.75,0,7.375,0.625],"texture":"#2"},"west":{"uv":[7.375,0,6.75,0.625],"texture":"#2"},"up":{"uv":[7.25,1.25,7,0.625],"rotation":180,"texture":"#2"}}},{"from":[7.26464,-2.00189,11.72251],"to":[7.76464,-1.00189,12.72251],"rotation":{"angle":-45,"axis":"x","origin":[8.01464,2.07093,8]},"faces":{"east":{"uv":[6.5,2,6.625,2.125],"texture":"#2"},"south":{"uv":[6.5,2,6.625,2.125],"texture":"#2"},"west":{"uv":[6.5,2,6.625,2.125],"texture":"#2"},"up":{"uv":[6.5,2,6.625,2.125],"rotation":90,"texture":"#2"}}},{"from":[7.25964,-4.51963,14.08381],"to":[7.76964,-3.25963,15.34381],"rotation":{"angle":-45,"axis":"x","origin":[8.01464,2.07093,8]},"faces":{"east":{"uv":[6.25,5.625,6.875,6.25],"texture":"#2"},"south":{"uv":[8.125,4.875,8.375,5.5],"texture":"#2"},"west":{"uv":[7.5,4.875,8.125,5.5],"texture":"#2"},"up":{"uv":[6.25,5.375,6.875,5.625],"rotation":90,"texture":"#2"},"down":{"uv":[8.625,4.875,8.375,5.5],"texture":"#2"}}},{"from":[7.26464,6.56748,14.48976],"to":[7.76464,6.81748,15.73976],"rotation":{"angle":22.5,"axis":"x","origin":[8.01464,2.07093,8]},"faces":{"east":{"uv":[1,6.875,1.625,6.75],"texture":"#2"},"west":{"uv":[1.625,6.75,1,6.625],"texture":"#2"},"up":{"uv":[1.625,6.875,1,6.625],"rotation":90,"texture":"#2"},"down":{"uv":[1.625,6.625,1,6.875],"rotation":270,"texture":"#2"}}},{"from":[7.25964,3.6976,15.06342],"to":[7.76964,3.9576,15.82342],"rotation":{"angle":0,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"east":{"uv":[1,6.875,0.625,6.75],"texture":"#2"},"west":{"uv":[1,6.75,0.625,6.625],"texture":"#2"},"up":{"uv":[1,6.875,0.625,6.625],"rotation":90,"texture":"#2"},"down":{"uv":[0.625,6.625,1,6.875],"rotation":270,"texture":"#2"}}},{"from":[7.26464,0.8317,14.02686],"to":[7.76464,1.0817,15.27686],"rotation":{"angle":-22.5,"axis":"x","origin":[8.01464,2.07093,8]},"faces":{"east":{"uv":[0,6.875,0.625,6.75],"texture":"#2"},"west":{"uv":[0.625,6.75,0,6.625],"texture":"#2"},"up":{"uv":[0.625,6.875,0,6.625],"rotation":90,"texture":"#2"},"down":{"uv":[0.625,6.625,0,6.875],"rotation":270,"texture":"#2"}}},{"from":[6.76464,1,15.48536],"to":[7.26464,2,16.48536],"rotation":{"angle":0,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[2.5,7.5,2.75,8],"texture":"#2"},"east":{"uv":[1.25,7.5,1.75,8],"texture":"#2"},"south":{"uv":[1.75,7.5,2,8],"texture":"#2"},"west":{"uv":[1.25,7.5,1.75,8],"texture":"#2"},"up":{"uv":[2.5,7.75,2,7.5],"rotation":90,"texture":"#2"},"down":{"uv":[2.5,7.75,2,8],"rotation":270,"texture":"#2"}}},{"from":[7.01464,7.21727,15.41798],"to":[7.26464,7.96727,16.16798],"rotation":{"angle":45,"axis":"x","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[1,6.875,0.875,7.25],"texture":"#2"},"south":{"uv":[0.75,6.875,0.625,7.25],"texture":"#2"},"west":{"uv":[1,6.875,0.625,7.25],"texture":"#2"},"up":{"uv":[1,7,0.625,6.875],"rotation":90,"texture":"#2"},"down":{"uv":[1,7.25,0.625,7.125],"rotation":270,"texture":"#2"}}},{"from":[8.25964,2.245,3.98036],"to":[8.76964,3.255,13.49036],"shade":false,"rotation":{"angle":0,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[6.75,1.5,6.5,2],"texture":"#2"},"east":{"uv":[4.75,3.875,0,4.375],"texture":"#2"},"south":{"uv":[6.75,1,6.5,1.5],"texture":"#2"},"west":{"uv":[4.75,3.375,0,3.875],"texture":"#2"},"up":{"uv":[4.75,4.375,0,4.625],"rotation":90,"texture":"#2"}}},{"from":[8.26464,-2.00189,11.72251],"to":[8.76464,-1.00189,12.72251],"shade":false,"rotation":{"angle":-45,"axis":"x","origin":[8.01464,2.07093,8]},"faces":{"east":{"uv":[6.625,2,6.5,2.125],"texture":"#2"},"south":{"uv":[6.625,2,6.5,2.125],"texture":"#2"},"west":{"uv":[6.625,2,6.5,2.125],"texture":"#2"},"up":{"uv":[6.5,2.125,6.625,2],"rotation":90,"texture":"#2"}}},{"from":[8.26464,4.46562,4.755],"to":[8.76464,5.71562,6.005],"shade":false,"rotation":{"angle":-45,"axis":"x","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[6.75,0.625,7,1.25],"texture":"#2"},"east":{"uv":[6.75,0,7.375,0.625],"texture":"#2"},"west":{"uv":[7.375,0,6.75,0.625],"texture":"#2"},"up":{"uv":[7,1.25,7.25,0.625],"rotation":180,"texture":"#2"}}},{"from":[8.55514,1.52462,3.98536],"to":[9.05514,2.02462,16.98536],"shade":false,"rotation":{"angle":45,"axis":"z","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[0.125,2.875,0,3.125],"texture":"#2"},"east":{"uv":[6.5,2.875,0,3.125],"texture":"#2"},"south":{"uv":[6.5,2.875,6.375,3.125],"texture":"#2"},"up":{"uv":[6.5,3.125,0,3.375],"rotation":90,"texture":"#2"},"down":{"uv":[13,1.25,6.5,1],"rotation":270,"texture":"#2"}}},{"from":[8.40562,1.81393,3.98036],"to":[8.91562,2.82393,16.99036],"shade":false,"rotation":{"angle":-22.5,"axis":"z","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[6.75,0,6.5,0.5],"texture":"#2"},"east":{"uv":[8,2.125,1.5,2.625],"texture":"#2"},"south":{"uv":[6.75,0.5,6.5,1],"texture":"#2"},"up":{"uv":[1.5,2.125,8,2.375],"rotation":90,"texture":"#2"},"down":{"uv":[8,2.875,1.5,2.625],"rotation":270,"texture":"#2"}}},{"from":[8.76464,1,15.48536],"to":[9.26464,2,16.48536],"shade":false,"rotation":{"angle":0,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[2.75,7.5,2.5,8],"texture":"#2"},"east":{"uv":[1.75,7.5,1.25,8],"texture":"#2"},"south":{"uv":[2,7.5,1.75,8],"texture":"#2"},"west":{"uv":[1.75,7.5,1.25,8],"texture":"#2"},"up":{"uv":[2.5,7.5,2,7.75],"rotation":90,"texture":"#2"},"down":{"uv":[2.5,8,2,7.75],"rotation":270,"texture":"#2"}}},{"from":[8.76464,7.21727,15.41798],"to":[9.01464,7.96727,16.16798],"shade":false,"rotation":{"angle":45,"axis":"x","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[0.875,6.875,1,7.25],"texture":"#2"},"east":{"uv":[0.625,6.875,1,7.25],"texture":"#2"},"south":{"uv":[0.625,6.875,0.75,7.25],"texture":"#2"},"up":{"uv":[1,6.875,0.625,7],"rotation":90,"texture":"#2"},"down":{"uv":[1,7.125,0.625,7.25],"rotation":270,"texture":"#2"}}},{"from":[8.25964,-4.51963,14.08381],"to":[8.76964,-3.25963,15.34381],"shade":false,"rotation":{"angle":-45,"axis":"x","origin":[8.01464,2.07093,8]},"faces":{"east":{"uv":[8.125,4.875,7.5,5.5],"texture":"#2"},"south":{"uv":[8.375,4.875,8.125,5.5],"texture":"#2"},"west":{"uv":[6.875,5.625,6.25,6.25],"texture":"#2"},"up":{"uv":[6.25,5.625,6.875,5.375],"rotation":90,"texture":"#2"},"down":{"uv":[8.375,4.875,8.625,5.5],"texture":"#2"}}},{"from":[8.26464,6.56748,14.48976],"to":[8.76464,6.81748,15.73976],"shade":false,"rotation":{"angle":22.5,"axis":"x","origin":[8.01464,2.07093,8]},"faces":{"east":{"uv":[1,6.75,1.625,6.625],"texture":"#2"},"west":{"uv":[1.625,6.875,1,6.75],"texture":"#2"},"up":{"uv":[1.625,6.625,1,6.875],"rotation":90,"texture":"#2"},"down":{"uv":[1.625,6.875,1,6.625],"rotation":270,"texture":"#2"}}},{"from":[8.25964,3.6976,15.06342],"to":[8.76964,3.9576,15.82342],"shade":false,"rotation":{"angle":0,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"east":{"uv":[0.625,6.75,1,6.625],"texture":"#2"},"west":{"uv":[0.625,6.875,1,6.75],"texture":"#2"},"up":{"uv":[1,6.625,0.625,6.875],"rotation":90,"texture":"#2"},"down":{"uv":[0.625,6.875,1,6.625],"rotation":270,"texture":"#2"}}},{"from":[8.26464,0.8317,14.02686],"to":[8.76464,1.0817,15.27686],"shade":false,"rotation":{"angle":-22.5,"axis":"x","origin":[8.01464,2.07093,8]},"faces":{"east":{"uv":[0,6.75,0.625,6.625],"texture":"#2"},"west":{"uv":[0.625,6.875,0,6.75],"texture":"#2"},"up":{"uv":[0.625,6.625,0,6.875],"rotation":90,"texture":"#2"},"down":{"uv":[0.625,6.875,0,6.625],"rotation":270,"texture":"#2"}}},{"from":[7.76464,-4.51463,14.08881],"to":[8.26464,-3.26463,14.83881],"rotation":{"angle":-45,"axis":"x","origin":[8.01464,2.07093,8]},"faces":{"south":{"uv":[5,5.75,5.25,6.375],"texture":"#2"},"up":{"uv":[5.625,6.125,5.25,5.875],"rotation":90,"texture":"#2"},"down":{"uv":[5.625,6.125,5.25,6.375],"rotation":270,"texture":"#2"}}},{"from":[11.67015,3.25,11.65551],"to":[12.82015,3.5,12.80551],"rotation":{"angle":-45,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[6.875,4.875,7.5,5],"texture":"#2"},"east":{"uv":[6.875,5.375,7.5,5.5],"texture":"#2"},"south":{"uv":[7.5,5.375,6.875,5.5],"texture":"#2"},"west":{"uv":[7.5,4.875,6.875,5],"texture":"#2"},"up":{"uv":[7.5,5.5,6.875,4.875],"rotation":90,"texture":"#2"},"down":{"uv":[7.5,4.875,6.875,5.5],"rotation":270,"texture":"#2"}}},{"from":[7.75964,0.995,10.48036],"to":[8.26964,1.505,10.99036],"rotation":{"angle":0,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[2.125,6.5,2.25,6.75],"texture":"#2"},"east":{"uv":[2.375,6.5,2.125,6.75],"texture":"#2"},"south":{"uv":[2.125,6.5,2.25,6.625],"texture":"#2"},"west":{"uv":[2.125,6.5,2.375,6.75],"texture":"#2"},"down":{"uv":[2.125,6.75,2.375,6.625],"rotation":270,"texture":"#2"}}},{"from":[7.75964,0.095,10.88036],"to":[8.26964,0.355,11.89036],"rotation":{"angle":0,"axis":"y","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[2,7.375,2.125,7.5],"rotation":90,"texture":"#2"},"east":{"uv":[1.5,7.25,2,7.375],"texture":"#2"},"south":{"uv":[2.375,7.25,2.5,7.5],"rotation":90,"texture":"#2"},"west":{"uv":[1.5,7.25,2,7.375],"texture":"#2"},"up":{"uv":[2,7.25,2.5,7.5],"rotation":90,"texture":"#2"},"down":{"uv":[2,7.5,2.5,7.25],"rotation":270,"texture":"#2"}}},{"from":[7.76464,-1.24074,10.80773],"to":[8.26464,-0.99074,11.30773],"rotation":{"angle":-22.5,"axis":"x","origin":[8.01464,2.07093,8]},"faces":{"east":{"uv":[2.75,7.375,2.625,7.25],"texture":"#2"},"west":{"uv":[2.75,7.375,2.625,7.25],"texture":"#2"},"up":{"uv":[2.75,7.5,2.5,7.25],"rotation":90,"texture":"#2"},"down":{"uv":[3,7.25,2.75,7.5],"rotation":270,"texture":"#2"}}},{"from":[7.76464,-1.99074,11.30773],"to":[8.26464,-0.99074,11.80773],"rotation":{"angle":-22.5,"axis":"x","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[3.25,7,3.5,7.5],"texture":"#2"},"east":{"uv":[3.25,7,3,7.5],"texture":"#2"},"south":{"uv":[3.5,7,3.75,7.5],"texture":"#2"},"west":{"uv":[3,7,3.25,7.5],"texture":"#2"},"up":{"uv":[3.125,7.125,3,7],"rotation":90,"texture":"#2"},"down":{"uv":[4,7.25,3.75,7],"rotation":270,"texture":"#2"}}},{"from":[7.76464,-0.86577,9.87129],"to":[8.26464,0.88423,10.37129],"rotation":{"angle":-22.5,"axis":"x","origin":[8.01464,2.07093,8]},"faces":{"north":{"uv":[0.5,7.25,0.75,8.125],"texture":"#2"},"east":{"uv":[1,7.25,0.75,8.125],"texture":"#2"},"south":{"uv":[1,7.25,1.25,8.125],"texture":"#2"},"west":{"uv":[0.75,7.25,1,8.125],"texture":"#2"},"down":{"uv":[1.5,7.5,1.25,7.25],"rotation":270,"texture":"#2"}}}],"display":{"thirdperson_righthand":{"rotation":[10,5,0],"translation":[-1.5,11.5,-4.5],"scale":[1.55,1.55,1.55]},"thirdperson_lefthand":{"rotation":[10,5,0],"translation":[-1.5,11.5,-4.5],"scale":[1.55,1.55,1.55]},"firstperson_righthand":{"rotation":[0,5,5],"translation":[-1.25,8.5,0.75]},"firstperson_lefthand":{"rotation":[0,5,5],"translation":[-1.25,8.5,0.75]},"gui":{"rotation":[40,140,0],"translation":[-0.5,3,0]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/decay_bow.json b/assets/minecraft/models/item/wynn/skin/bow/decay_bow.json new file mode 100644 index 000000000..bf430efd2 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/decay_bow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"1":"skins/decay_1"},"elements":[{"from":[7.48331,-0.36934,7.2],"to":[8.48331,3.03066,8.2],"rotation":{"angle":0,"axis":"y","origin":[7.98331,0.63066,7.7]},"faces":{"north":{"uv":[14.5,13.5,15.5,10],"rotation":180,"texture":"#1"},"east":{"uv":[15.5,14,14.5,10.5],"rotation":180,"texture":"#1"},"south":{"uv":[15.5,13.5,14.5,10],"rotation":180,"texture":"#1"},"west":{"uv":[14.5,13,15.5,9.5],"rotation":180,"texture":"#1"},"up":{"uv":[14.5,13,15.5,9.5],"rotation":180,"texture":"#1"},"down":{"uv":[14.5,13,15.5,9.5],"rotation":180,"texture":"#1"}}},{"from":[7.38331,0.23066,7.1],"to":[8.58331,0.73066,8.3],"rotation":{"angle":0,"axis":"y","origin":[7.98331,1.23066,7.7]},"faces":{"north":{"uv":[4.5,7,5.5,6.5],"rotation":180,"texture":"#1"},"east":{"uv":[4.5,7,5.5,6.5],"rotation":180,"texture":"#1"},"south":{"uv":[4.5,7,5.5,6.5],"rotation":180,"texture":"#1"},"west":{"uv":[4.5,7,5.5,6.5],"rotation":180,"texture":"#1"},"up":{"uv":[4.5,7,5.5,6.5],"rotation":180,"texture":"#1"},"down":{"uv":[4.5,7,5.5,6.5],"rotation":180,"texture":"#1"}}},{"from":[7.38331,2.13066,7.1],"to":[8.58331,2.63066,8.3],"rotation":{"angle":0,"axis":"y","origin":[7.98331,3.13066,7.7]},"faces":{"north":{"uv":[4.5,7,5.5,6.5],"rotation":180,"texture":"#1"},"east":{"uv":[4.5,7,5.5,6.5],"rotation":180,"texture":"#1"},"south":{"uv":[4.5,7,5.5,6.5],"rotation":180,"texture":"#1"},"west":{"uv":[4.5,7,5.5,6.5],"rotation":180,"texture":"#1"},"up":{"uv":[4.5,7,5.5,6.5],"rotation":180,"texture":"#1"},"down":{"uv":[4.5,7,5.5,6.5],"rotation":180,"texture":"#1"}}},{"from":[7.2,2.44828,7.90322],"to":[8.8,3.24828,8.70322],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98877,1.40622,6.99378]},"faces":{"north":{"uv":[8.5,3,11,5.5],"texture":"#1"},"east":{"uv":[8.5,3,11,5.5],"texture":"#1"},"south":{"uv":[8.5,3,11,5.5],"texture":"#1"},"west":{"uv":[8.5,3,11,5.5],"texture":"#1"},"up":{"uv":[8.5,3,11,5.5],"texture":"#1"},"down":{"uv":[8.5,3,11,5.5],"texture":"#1"}}},{"from":[7.2,-0.86039,7.25169],"to":[8.8,-0.06039,8.05169],"rotation":{"angle":22.5,"axis":"x","origin":[8,-0.46039,7.65169]},"faces":{"north":{"uv":[8.5,3,11,5.5],"texture":"#1"},"east":{"uv":[8.5,3,11,5.5],"texture":"#1"},"south":{"uv":[8.5,3,11,5.5],"texture":"#1"},"west":{"uv":[8.5,3,11,5.5],"texture":"#1"},"up":{"uv":[8.5,3,11,5.5],"texture":"#1"},"down":{"uv":[8.5,3,11,5.5],"texture":"#1"}}},{"from":[7.3,3.32229,8.27557],"to":[8.7,3.87229,8.82557],"rotation":{"angle":0,"axis":"x","origin":[8,3.62229,8.57557]},"faces":{"north":{"uv":[10,3.5,10.5,5.5],"texture":"#1"},"east":{"uv":[8.5,3.5,10.5,5.5],"texture":"#1"},"south":{"uv":[8.5,3.5,9,5.5],"texture":"#1"},"west":{"uv":[8.5,3.5,10.5,5.5],"rotation":270,"texture":"#1"},"up":{"uv":[10,3.5,10.5,5.5],"texture":"#1"},"down":{"uv":[8.5,5,10.5,5.5],"rotation":90,"texture":"#1"}}},{"from":[7.3,-1.47771,6.87557],"to":[8.7,-0.92771,7.42557],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-1.20271,7.15057]},"faces":{"north":{"uv":[10,3.5,10.5,5.5],"texture":"#1"},"east":{"uv":[8.5,3.5,10.5,5.5],"texture":"#1"},"south":{"uv":[8.5,3.5,9,5.5],"texture":"#1"},"west":{"uv":[8.5,3.5,10.5,5.5],"rotation":270,"texture":"#1"},"up":{"uv":[10,3.5,10.5,5.5],"texture":"#1"},"down":{"uv":[8.5,5,10.5,5.5],"rotation":90,"texture":"#1"}}},{"from":[7.5,-3.97735,8.53968],"to":[8.5,-3.42735,9.08968],"rotation":{"angle":0,"axis":"x","origin":[8,-3.65235,8.81468]},"faces":{"north":{"uv":[10,3.5,10.5,5.5],"rotation":180,"texture":"#1"},"east":{"uv":[8.5,3.5,10.5,5.5],"rotation":90,"texture":"#1"},"south":{"uv":[8.5,5,10.5,5.5],"rotation":90,"texture":"#1"},"west":{"uv":[8.5,3.5,10.5,5.5],"rotation":180,"texture":"#1"},"up":{"uv":[8.5,3.5,9,5.5],"texture":"#1"},"down":{"uv":[10,3.5,10.5,5.5],"rotation":180,"texture":"#1"}}},{"from":[7.45,3.82229,9.07557],"to":[8.55,4.17229,9.42557],"rotation":{"angle":-22.5,"axis":"x","origin":[8,3.99729,9.35057]},"faces":{"north":{"uv":[9,3.5,10.5,5],"rotation":270,"texture":"#1"},"east":{"uv":[9,3.5,10.5,5],"texture":"#1"},"south":{"uv":[9,3.5,10.5,5],"rotation":90,"texture":"#1"},"west":{"uv":[9,3.5,10.5,5],"rotation":180,"texture":"#1"},"up":{"uv":[9,3.5,10.5,5],"rotation":270,"texture":"#1"},"down":{"uv":[9,3.5,10.5,5],"rotation":90,"texture":"#1"}}},{"from":[7.45,3.78403,6.98318],"to":[8.55,4.13403,7.33318],"rotation":{"angle":45,"axis":"x","origin":[8,3.95903,7.15818]},"faces":{"north":{"uv":[9,3.5,10.5,5],"rotation":270,"texture":"#1"},"east":{"uv":[9,3.5,10.5,5],"texture":"#1"},"south":{"uv":[9,3.5,10.5,5],"rotation":90,"texture":"#1"},"west":{"uv":[9,3.5,10.5,5],"rotation":180,"texture":"#1"},"up":{"uv":[9,3.5,10.5,5],"rotation":270,"texture":"#1"},"down":{"uv":[9,3.5,10.5,5],"rotation":90,"texture":"#1"}}},{"from":[7.45,-1.71597,6.43318],"to":[8.55,-1.36597,6.78318],"rotation":{"angle":45,"axis":"x","origin":[8,-1.54097,6.60818]},"faces":{"north":{"uv":[9,3.5,10.5,5],"rotation":270,"texture":"#1"},"east":{"uv":[9,3.5,10.5,5],"texture":"#1"},"south":{"uv":[9,3.5,10.5,5],"rotation":90,"texture":"#1"},"west":{"uv":[9,3.5,10.5,5],"rotation":180,"texture":"#1"},"up":{"uv":[9,3.5,10.5,5],"rotation":270,"texture":"#1"},"down":{"uv":[9,3.5,10.5,5],"rotation":90,"texture":"#1"}}},{"from":[7.35,-1.50172,7.65322],"to":[8.65,-0.20172,8.95322],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98877,-2.29378,6.99378]},"faces":{"north":{"uv":[2,7.5,1.5,9],"rotation":180,"texture":"#1"},"east":{"uv":[3,7.5,1.5,9],"rotation":90,"texture":"#1"},"south":{"uv":[3.5,7.5,2,9],"rotation":180,"texture":"#1"},"west":{"uv":[3,7.5,1.5,9],"rotation":180,"texture":"#1"},"up":{"uv":[3,8,2,9],"rotation":90,"texture":"#1"},"down":{"uv":[3,7.5,1.5,9],"rotation":90,"texture":"#1"}}},{"from":[7.3869,-1.29647,6.3],"to":[8.5869,-0.09647,7.5],"rotation":{"angle":22.5,"axis":"x","origin":[7.98877,-2.29378,6.99378]},"faces":{"north":{"uv":[2,7,1.5,8.5],"rotation":90,"texture":"#1"},"east":{"uv":[3,7,1.5,8.5],"rotation":90,"texture":"#1"},"south":{"uv":[3,7,2.5,8.5],"rotation":180,"texture":"#1"},"west":{"uv":[3,7,1.5,8.5],"rotation":180,"texture":"#1"},"up":{"uv":[3,7,1.5,8.5],"rotation":90,"texture":"#1"},"down":{"uv":[2,7,1.5,8.5],"rotation":90,"texture":"#1"}}},{"from":[7.4869,3.21317,7.91079],"to":[8.4869,4.21317,9.91079],"rotation":{"angle":45,"axis":"x","origin":[7.9869,5.51829,8.1021]},"faces":{"north":{"uv":[1.5,6,2.5,7],"rotation":180,"texture":"#1"},"east":{"uv":[1.5,6,2.5,8],"rotation":90,"texture":"#1"},"south":{"uv":[1.5,6,2.5,8],"rotation":270,"texture":"#1"},"west":{"uv":[1.5,6,2.5,8],"rotation":270,"texture":"#1"},"up":{"uv":[4,5.5,5,7.5],"texture":"#1"},"down":{"uv":[1,6,2,8],"rotation":180,"texture":"#1"}}},{"from":[7.4869,-1.83589,7.10401],"to":[8.4869,-0.83589,8.10401],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98877,-2.29378,6.99378]},"faces":{"north":{"uv":[2,8,1,7],"texture":"#1"},"east":{"uv":[2,8,1,7],"texture":"#1"},"south":{"uv":[2,8,1,7],"texture":"#1"},"west":{"uv":[2,8,1,7],"rotation":90,"texture":"#1"},"up":{"uv":[2,8,1,7],"texture":"#1"},"down":{"uv":[1.5,8,1,7],"texture":"#1"}}},{"from":[7.4869,4.7481,9.51158],"to":[8.4869,5.9481,10.51158],"rotation":{"angle":45,"axis":"x","origin":[7.9869,5.51829,8.1021]},"faces":{"north":{"uv":[7,6,6.5,7.5],"texture":"#1"},"east":{"uv":[6,6,7,7.5],"texture":"#1"},"south":{"uv":[6.5,6,5.5,7.5],"texture":"#1"},"west":{"uv":[7,6,6,7.5],"texture":"#1"},"up":{"uv":[7,6,6,7.5],"texture":"#1"},"down":{"uv":[7,6,6,7.5],"texture":"#1"}}},{"from":[7.3869,2.94502,6.21353],"to":[8.5869,4.14502,8.41353],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,5.51829,8.1021]},"faces":{"north":{"uv":[0,7.5,1.5,9],"texture":"#1"},"east":{"uv":[0,6,1.5,9],"rotation":270,"texture":"#1"},"south":{"uv":[0,6,1.5,9],"rotation":270,"texture":"#1"},"west":{"uv":[0,9,1.5,6],"rotation":270,"texture":"#1"},"up":{"uv":[0.5,5.5,2,8.5],"rotation":180,"texture":"#1"},"down":{"uv":[0,6,1.5,9],"rotation":270,"texture":"#1"}}},{"from":[7.5369,4.76291,5.94924],"to":[8.4369,5.66291,6.84924],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,5.51829,8.1021]},"faces":{"north":{"uv":[1.5,5.5,2,6.5],"texture":"#1"},"east":{"uv":[1.5,5.5,2.5,6.5],"rotation":90,"texture":"#1"},"south":{"uv":[2,5.5,2.5,6.5],"texture":"#1"},"west":{"uv":[1.5,5.5,2.5,6.5],"texture":"#1"},"up":{"uv":[1.5,5.5,2.5,6.5],"rotation":90,"texture":"#1"},"down":{"uv":[1.5,5.5,2.5,6.5],"rotation":90,"texture":"#1"}}},{"from":[7.5369,-2.48404,5.73905],"to":[8.4369,-1.58404,6.63905],"rotation":{"angle":45,"axis":"x","origin":[7.98877,-2.29378,6.99378]},"faces":{"north":{"uv":[3,8,2,7.5],"rotation":90,"texture":"#1"},"east":{"uv":[3,7.5,2,6.5],"rotation":90,"texture":"#1"},"south":{"uv":[3,7,2,6.5],"rotation":90,"texture":"#1"},"west":{"uv":[3,7.5,2,6.5],"rotation":270,"texture":"#1"},"up":{"uv":[3,7.5,2,6.5],"rotation":90,"texture":"#1"},"down":{"uv":[3,7.5,2,6.5],"rotation":180,"texture":"#1"}}},{"from":[7.5369,4.98242,9.54879],"to":[8.4369,5.88242,10.44879],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,5.51829,8.1021]},"faces":{"north":{"uv":[6,4.5,7,5.5],"rotation":270,"texture":"#1"},"east":{"uv":[6,5,7,6],"texture":"#1"},"south":{"uv":[6,5,6.5,6],"texture":"#1"},"west":{"uv":[6,5,7,6],"rotation":270,"texture":"#1"},"up":{"uv":[6,5,7,6],"texture":"#1"},"down":{"uv":[6,5,7,6],"texture":"#1"}}},{"from":[7.6369,-4.9174,6.13792],"to":[8.3369,-4.2174,7.43792],"rotation":{"angle":45,"axis":"x","origin":[7.9869,-5.28788,8.49399]},"faces":{"north":{"uv":[2,3.5,1,4],"rotation":90,"texture":"#1"},"east":{"uv":[2,2.5,1,4],"rotation":270,"texture":"#1"},"south":{"uv":[2,2.5,1,4],"rotation":90,"texture":"#1"},"west":{"uv":[2,2.5,1,4],"rotation":90,"texture":"#1"},"up":{"uv":[2,2.5,1,4],"rotation":180,"texture":"#1"},"down":{"uv":[2,2.5,1,4],"texture":"#1"}}},{"from":[7.5869,4.77804,6.10777],"to":[8.3869,5.57804,6.90777],"rotation":{"angle":0,"axis":"x","origin":[7.9869,5.51829,8.1021]},"faces":{"north":{"uv":[1.5,4.5,2,5.5],"texture":"#1"},"east":{"uv":[2.5,4.5,1.5,5.5],"texture":"#1"},"south":{"uv":[2,4.5,2.5,5.5],"texture":"#1"},"west":{"uv":[1.5,4.5,2.5,5.5],"texture":"#1"},"up":{"uv":[1.5,4.5,2.5,5],"rotation":90,"texture":"#1"},"down":{"uv":[1.5,4.5,2.5,5.5],"texture":"#1"}}},{"from":[7.5869,-2.73939,5.81175],"to":[8.3869,-1.93939,6.61175],"rotation":{"angle":22.5,"axis":"x","origin":[7.98877,-2.29378,6.99378]},"faces":{"north":{"uv":[4,6,4.5,7],"rotation":180,"texture":"#1"},"east":{"uv":[3.5,6,4.5,7],"rotation":270,"texture":"#1"},"south":{"uv":[4,5,5,6],"rotation":180,"texture":"#1"},"west":{"uv":[3.5,6,4.5,7],"rotation":180,"texture":"#1"},"up":{"uv":[3.5,6,4.5,7],"rotation":180,"texture":"#1"},"down":{"uv":[3.5,6,4,6.5],"rotation":180,"texture":"#1"}}},{"from":[7.5869,4.90666,9.55951],"to":[8.3869,5.70666,10.35951],"rotation":{"angle":0,"axis":"x","origin":[7.9869,5.51829,8.1021]},"faces":{"north":{"uv":[6.5,4.5,7,5.5],"rotation":270,"texture":"#1"},"east":{"uv":[6,4.5,7,5.5],"texture":"#1"},"south":{"uv":[5.5,4.5,6.5,5.5],"rotation":90,"texture":"#1"},"west":{"uv":[6,4.5,7,5.5],"rotation":180,"texture":"#1"},"up":{"uv":[6,4.5,7,5.5],"rotation":180,"texture":"#1"},"down":{"uv":[6,4.5,7,5.5],"rotation":180,"texture":"#1"}}},{"from":[7.5869,-4.26452,8.04034],"to":[8.3869,-3.46452,9.54034],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,-4.46452,8.44034]},"faces":{"north":{"uv":[7.5,0,6.5,1],"texture":"#1"},"east":{"uv":[7,0.5,8,2],"rotation":90,"texture":"#1"},"south":{"uv":[8,1,7,2],"rotation":90,"texture":"#1"},"west":{"uv":[8,0.5,7,2],"rotation":270,"texture":"#1"},"up":{"uv":[8,0.5,7,2],"texture":"#1"},"down":{"uv":[8,0.5,7.5,2],"rotation":180,"texture":"#1"}}},{"from":[7.6369,4.20033,6.69965],"to":[8.3369,4.90033,7.39965],"rotation":{"angle":45,"axis":"x","origin":[7.9869,5.51829,8.1021]},"faces":{"north":{"uv":[1.5,3.5,2,4.5],"rotation":180,"texture":"#1"},"east":{"uv":[1.5,3.5,2.5,4.5],"rotation":180,"texture":"#1"},"south":{"uv":[2,3.5,2.5,4.5],"rotation":180,"texture":"#1"},"west":{"uv":[1.5,3.5,2.5,4.5],"texture":"#1"},"up":{"uv":[1.5,3.5,2.5,4.5],"rotation":90,"texture":"#1"},"down":{"uv":[1.5,3.5,2.5,4.5],"rotation":180,"texture":"#1"}}},{"from":[7.6369,-2.52305,5.89287],"to":[8.3369,-1.82305,6.59287],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98877,-2.29378,6.99378]},"faces":{"north":{"uv":[5,5.5,4.5,6],"rotation":90,"texture":"#1"},"east":{"uv":[5,5.5,4.5,6],"rotation":90,"texture":"#1"},"south":{"uv":[5,5.5,4.5,6],"rotation":90,"texture":"#1"},"west":{"uv":[5,5.5,4.5,6],"rotation":90,"texture":"#1"},"up":{"uv":[5,5.5,4.5,6],"rotation":90,"texture":"#1"},"down":{"uv":[5,5.5,4.5,6],"rotation":90,"texture":"#1"}}},{"from":[7.6369,6.49772,8.71513],"to":[8.3369,7.19772,9.51513],"rotation":{"angle":45,"axis":"x","origin":[7.9869,5.51829,8.1021]},"faces":{"north":{"uv":[1,3,2,4],"rotation":270,"texture":"#1"},"east":{"uv":[1,3,2,4],"rotation":90,"texture":"#1"},"south":{"uv":[1,3,2,4],"rotation":270,"texture":"#1"},"west":{"uv":[1,3,2,4],"rotation":270,"texture":"#1"},"up":{"uv":[1,3,2,4],"texture":"#1"},"down":{"uv":[1,3,2,3.5],"rotation":180,"texture":"#1"}}},{"from":[7.6869,5.92021,6.95507],"to":[8.2869,6.52021,7.55507],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,5.51829,8.1021]},"faces":{"north":{"uv":[0.5,3,1.5,4],"rotation":270,"texture":"#1"},"east":{"uv":[0.5,3,1.5,4],"rotation":270,"texture":"#1"},"south":{"uv":[1,3,1.5,4],"texture":"#1"},"west":{"uv":[0.5,3,1.5,4],"texture":"#1"},"up":{"uv":[1,3,1.5,4],"rotation":180,"texture":"#1"},"down":{"uv":[0.5,3.5,1.5,4],"rotation":270,"texture":"#1"}}},{"from":[7.6869,-3.34133,6.74488],"to":[8.2869,-2.74133,7.34488],"rotation":{"angle":45,"axis":"x","origin":[7.98877,-2.29378,6.99378]},"faces":{"north":{"uv":[7.5,5.5,6.5,6],"texture":"#1"},"east":{"uv":[7.5,5.5,6.5,6],"rotation":180,"texture":"#1"},"south":{"uv":[7,5.5,6.5,6],"texture":"#1"},"west":{"uv":[7.5,5.5,6.5,6],"texture":"#1"},"up":{"uv":[7.5,5.5,6.5,6],"rotation":90,"texture":"#1"},"down":{"uv":[7.5,5.5,6.5,6],"rotation":270,"texture":"#1"}}},{"from":[7.6869,5.27335,9.27865],"to":[8.2869,5.87335,9.87865],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,5.51829,8.1021]},"faces":{"north":{"uv":[1,2,2,3],"rotation":270,"texture":"#1"},"east":{"uv":[1,2,2,3],"rotation":270,"texture":"#1"},"south":{"uv":[1,2,2,3],"rotation":270,"texture":"#1"},"west":{"uv":[1,2,2,3],"rotation":270,"texture":"#1"},"up":{"uv":[1,2,2,3],"rotation":270,"texture":"#1"},"down":{"uv":[1,2,2,3],"rotation":270,"texture":"#1"}}},{"from":[7.6869,-4.24112,8.65532],"to":[8.2869,-3.64112,9.25532],"rotation":{"angle":0,"axis":"x","origin":[7.9869,-4.98226,9.63519]},"faces":{"north":{"uv":[1.5,2.5,2.5,1.5],"rotation":270,"texture":"#1"},"east":{"uv":[1.5,2.5,2.5,1.5],"rotation":270,"texture":"#1"},"south":{"uv":[1.5,2.5,2.5,1.5],"rotation":270,"texture":"#1"},"west":{"uv":[1.5,2.5,2.5,1.5],"rotation":270,"texture":"#1"},"up":{"uv":[1.5,2.5,2.5,1.5],"rotation":270,"texture":"#1"},"down":{"uv":[1.5,2.5,2.5,1.5],"rotation":270,"texture":"#1"}}},{"from":[7.6969,5.6446,7.22329],"to":[8.2769,6.2246,7.80329],"rotation":{"angle":0,"axis":"x","origin":[7.9869,5.51829,8.1021]},"faces":{"north":{"uv":[1,3,2,4],"texture":"#1"},"east":{"uv":[1,3,2,4],"texture":"#1"},"south":{"uv":[1,3,2,4],"texture":"#1"},"west":{"uv":[1,3,2,4],"texture":"#1"},"up":{"uv":[1,3,2,3.5],"texture":"#1"},"down":{"uv":[1,3.5,2,4],"texture":"#1"}}},{"from":[7.6969,-3.38595,6.92727],"to":[8.2769,-2.80595,7.80727],"rotation":{"angle":22.5,"axis":"x","origin":[7.98877,-2.29378,6.99378]},"faces":{"north":{"uv":[1,4,0.5,5],"rotation":90,"texture":"#1"},"east":{"uv":[1,4,0.5,5],"rotation":270,"texture":"#1"},"south":{"uv":[1,4,0.5,5],"rotation":90,"texture":"#1"},"west":{"uv":[1,4,0.5,5],"rotation":90,"texture":"#1"},"up":{"uv":[1,4,0.5,5],"rotation":180,"texture":"#1"},"down":{"uv":[1,4,0.5,5],"texture":"#1"}}},{"from":[7.6969,6.30657,9.06322],"to":[8.2769,7.18657,9.64322],"rotation":{"angle":0,"axis":"x","origin":[7.9869,5.51829,8.1021]},"faces":{"north":{"uv":[1,0.5,1.5,2],"texture":"#1"},"east":{"uv":[2,0,1,1.5],"texture":"#1"},"south":{"uv":[1.5,0,2,1.5],"texture":"#1"},"west":{"uv":[1,0,2,1.5],"texture":"#1"},"up":{"uv":[1,0,2,1.5],"texture":"#1"},"down":{"uv":[1,0,2,1.5],"texture":"#1"}}},{"from":[7.6969,-4.81255,9.02354],"to":[8.2769,-3.93255,9.60354],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,-4.98226,9.63519]},"faces":{"north":{"uv":[2,2.5,3.5,3.5],"rotation":90,"texture":"#1"},"east":{"uv":[2,3.5,3.5,2.5],"rotation":90,"texture":"#1"},"south":{"uv":[3.5,3.5,2,2.5],"rotation":270,"texture":"#1"},"west":{"uv":[2,3.5,3.5,2.5],"rotation":90,"texture":"#1"},"up":{"uv":[2,3.5,3.5,2.5],"rotation":90,"texture":"#1"},"down":{"uv":[2.5,3.5,3.5,2.5],"rotation":90,"texture":"#1"}}},{"from":[7.7069,5.48649,7.56575],"to":[8.2669,6.04649,8.12575],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,5.51829,8.1021]},"faces":{"north":{"uv":[1.5,0,2.5,1],"texture":"#1"},"east":{"uv":[1.5,0,2.5,1],"texture":"#1"},"south":{"uv":[1.5,0,2.5,1],"texture":"#1"},"west":{"uv":[1.5,0,2.5,1],"texture":"#1"},"up":{"uv":[1.5,0,2.5,1],"texture":"#1"},"down":{"uv":[1.5,0,2.5,1],"texture":"#1"}}},{"from":[7.71,7.43187,8.4787],"to":[8.27,8.48187,9.0387],"rotation":{"angle":22.5,"axis":"x","origin":[7.9969,5.83994,8.15436]},"faces":{"north":{"uv":[2.5,0,4.5,1],"rotation":270,"texture":"#1"},"east":{"uv":[2.5,0,4.5,1],"rotation":270,"texture":"#1"},"south":{"uv":[2.5,0,4.5,1],"rotation":270,"texture":"#1"},"west":{"uv":[2.5,0,4.5,1],"rotation":270,"texture":"#1"},"up":{"uv":[2.5,0,4.5,1],"rotation":270,"texture":"#1"},"down":{"uv":[2.5,0,4.5,1],"rotation":270,"texture":"#1"}}},{"from":[7.7069,-5.58424,9.15984],"to":[8.2669,-4.52424,9.71984],"rotation":{"angle":-45,"axis":"x","origin":[7.9869,-4.98226,9.63519]},"faces":{"north":{"uv":[3,5,4,4.5],"rotation":90,"texture":"#1"},"east":{"uv":[3,5,4,4.5],"rotation":90,"texture":"#1"},"south":{"uv":[3,5,4,4.5],"rotation":90,"texture":"#1"},"west":{"uv":[3,5,4,4.5],"rotation":90,"texture":"#1"},"up":{"uv":[3.5,5,4,4.5],"rotation":90,"texture":"#1"},"down":{"uv":[3,5,4,4.5],"rotation":90,"texture":"#1"}}},{"from":[7.7069,4.69425,5.57541],"to":[8.2669,5.25425,6.13541],"rotation":{"angle":0,"axis":"x","origin":[7.9869,5.51829,8.1021]},"faces":{"north":{"uv":[1,5,1.5,6],"rotation":180,"texture":"#1"},"east":{"uv":[1,5,2,6],"rotation":180,"texture":"#1"},"south":{"uv":[1,5,2,6],"rotation":180,"texture":"#1"},"west":{"uv":[1,5,2,6],"texture":"#1"},"up":{"uv":[1,5,2,6],"rotation":90,"texture":"#1"},"down":{"uv":[1,5,2,6],"rotation":270,"texture":"#1"}}},{"from":[7.7169,5.23923,7.87077],"to":[8.2569,5.77923,8.41077],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,5.51829,8.1021]},"faces":{"north":{"uv":[2.5,0,3.5,1],"rotation":90,"texture":"#1"},"east":{"uv":[2.5,0,3.5,1],"rotation":90,"texture":"#1"},"south":{"uv":[2.5,0,3.5,1],"rotation":90,"texture":"#1"},"west":{"uv":[2.5,0,3.5,1],"rotation":90,"texture":"#1"},"up":{"uv":[2.5,0,3.5,1],"rotation":90,"texture":"#1"},"down":{"uv":[2.5,0,3.5,1],"rotation":90,"texture":"#1"}}},{"from":[7.7169,8.36332,7.24895],"to":[8.2569,8.90332,7.78895],"rotation":{"angle":45,"axis":"x","origin":[7.9869,5.56829,8.1021]},"faces":{"north":{"uv":[1.5,0,2.5,1],"rotation":180,"texture":"#1"},"east":{"uv":[1.5,0,2.5,1],"rotation":180,"texture":"#1"},"south":{"uv":[1.5,0,2.5,1],"rotation":180,"texture":"#1"},"west":{"uv":[1.5,0,2.5,1],"rotation":270,"texture":"#1"},"up":{"uv":[1.5,0,2.5,1],"rotation":180,"texture":"#1"},"down":{"uv":[1.5,0,2.5,1],"rotation":180,"texture":"#1"}}},{"from":[7.7169,-5.64788,10.01845],"to":[8.2569,-5.10788,10.55845],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,-4.98226,9.63519]},"faces":{"north":{"uv":[4,6.5,5,5.5],"rotation":180,"texture":"#1"},"east":{"uv":[4,6.5,5,5.5],"rotation":180,"texture":"#1"},"south":{"uv":[4.5,6.5,5,5.5],"rotation":180,"texture":"#1"},"west":{"uv":[4,6.5,5,5.5],"rotation":90,"texture":"#1"},"up":{"uv":[4,6,4.5,5.5],"rotation":180,"texture":"#1"},"down":{"uv":[4.5,6.5,5,5.5],"texture":"#1"}}},{"from":[7.7169,2.90911,6.5837],"to":[8.2569,3.44911,7.1237],"rotation":{"angle":45,"axis":"x","origin":[7.9869,5.51829,8.1021]},"faces":{"north":{"uv":[1,3,2,4],"rotation":180,"texture":"#1"},"east":{"uv":[1,3,2,4],"rotation":180,"texture":"#1"},"south":{"uv":[1,3,2,4],"rotation":180,"texture":"#1"},"west":{"uv":[1,3,2,4],"rotation":180,"texture":"#1"},"up":{"uv":[1,3,2,4],"rotation":180,"texture":"#1"},"down":{"uv":[1,3,2,3.5],"rotation":180,"texture":"#1"}}},{"from":[7.7469,4.89138,7.96263],"to":[8.2269,5.37138,8.44263],"rotation":{"angle":0,"axis":"x","origin":[7.9869,5.51829,8.1021]},"faces":{"north":{"uv":[3,0,4,1],"texture":"#1"},"east":{"uv":[3,0,4,1],"texture":"#1"},"south":{"uv":[3,0,4,1],"texture":"#1"},"west":{"uv":[3,0,4,1],"texture":"#1"},"up":{"uv":[3,0,4,1],"texture":"#1"},"down":{"uv":[3,0,4,1],"texture":"#1"}}},{"from":[7.7469,7.10131,10.86401],"to":[8.2269,7.58131,11.34401],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,5.56829,8.1021]},"faces":{"north":{"uv":[0.5,0.5,1.5,1.5],"rotation":270,"texture":"#1"},"east":{"uv":[0.5,0.5,1.5,1.5],"rotation":270,"texture":"#1"},"south":{"uv":[0.5,0.5,1.5,1.5],"rotation":270,"texture":"#1"},"west":{"uv":[0.5,0.5,1.5,1.5],"rotation":270,"texture":"#1"},"up":{"uv":[0.5,0.5,1.5,1.5],"rotation":270,"texture":"#1"},"down":{"uv":[0.5,0.5,1.5,1.5],"rotation":270,"texture":"#1"}}},{"from":[7.7469,-5.89908,10.24067],"to":[8.2269,-5.41908,10.72067],"rotation":{"angle":0,"axis":"x","origin":[7.9869,-4.98226,9.63519]},"faces":{"north":{"uv":[8,6,7,7],"texture":"#1"},"east":{"uv":[8,6,7,7],"texture":"#1"},"south":{"uv":[8,6,7,7],"texture":"#1"},"west":{"uv":[8,6,7,7],"texture":"#1"},"up":{"uv":[8,6,7,6.5],"texture":"#1"},"down":{"uv":[8,6.5,7,7],"texture":"#1"}}},{"from":[7.7469,3.20157,5.75224],"to":[8.2269,3.68157,6.23224],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,5.51829,8.1021]},"faces":{"north":{"uv":[1.5,0,2.5,1],"rotation":180,"texture":"#1"},"east":{"uv":[1.5,0,2.5,1],"rotation":180,"texture":"#1"},"south":{"uv":[1.5,0,2.5,1],"rotation":180,"texture":"#1"},"west":{"uv":[1.5,0,2.5,1],"rotation":180,"texture":"#1"},"up":{"uv":[1.5,0,2.5,1],"rotation":180,"texture":"#1"},"down":{"uv":[1.5,0,2.5,1],"rotation":180,"texture":"#1"}}},{"from":[7.8731,7.19232,9.11489],"to":[8.1531,7.67232,9.39489],"rotation":{"angle":22.5,"axis":"x","origin":[8.0131,8.32624,11.0815]},"faces":{"north":{"uv":[0.5,4.5,0,3.5],"rotation":180,"texture":"#1"},"east":{"uv":[0.5,4.5,0,3.5],"rotation":180,"texture":"#1"},"south":{"uv":[0.5,4.5,0,3.5],"rotation":180,"texture":"#1"},"west":{"uv":[0.5,4.5,0,3.5],"rotation":180,"texture":"#1"},"up":{"uv":[0.5,4.5,0,3.5],"rotation":180,"texture":"#1"},"down":{"uv":[0.5,4.5,0,4],"rotation":180,"texture":"#1"}}},{"from":[7.8731,-5.19974,6.92188],"to":[8.1531,-4.91974,7.40188],"rotation":{"angle":22.5,"axis":"x","origin":[8.0131,-4.74705,7.6136]},"faces":{"north":{"uv":[6,0.5,7,0],"texture":"#1"},"east":{"uv":[6,0.5,7,0],"texture":"#1"},"south":{"uv":[6,0.5,7,0],"texture":"#1"},"west":{"uv":[6,0.5,7,0],"texture":"#1"},"up":{"uv":[6,0.5,7,0],"texture":"#1"},"down":{"uv":[6,0.5,7,0],"texture":"#1"}}},{"from":[7.86,-4.87232,9.86489],"to":[8.14,-4.39232,10.14489],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-5.52624,11.8315]},"faces":{"north":{"uv":[1.5,5.5,2.5,4.5],"rotation":90,"texture":"#1"},"east":{"uv":[1.5,5.5,2.5,4.5],"rotation":90,"texture":"#1"},"south":{"uv":[1.5,5.5,2.5,4.5],"rotation":90,"texture":"#1"},"west":{"uv":[1.5,5.5,2.5,4.5],"rotation":90,"texture":"#1"},"up":{"uv":[1.5,5.5,2.5,4.5],"rotation":90,"texture":"#1"},"down":{"uv":[1.5,5.5,2.5,4.5],"rotation":90,"texture":"#1"}}},{"from":[7.8431,9.55731,9.6811],"to":[8.1831,9.89731,10.2211],"rotation":{"angle":-45,"axis":"x","origin":[8.0131,8.32624,11.0815]},"faces":{"north":{"uv":[0.5,4,0,3.5],"texture":"#1"},"east":{"uv":[1,4,0,3.5],"texture":"#1"},"south":{"uv":[1,4,0,3.5],"texture":"#1"},"west":{"uv":[1,4,0,3.5],"rotation":180,"texture":"#1"},"up":{"uv":[1,4,0,3.5],"rotation":270,"texture":"#1"},"down":{"uv":[1,4,0,3.5],"texture":"#1"}}},{"from":[7.8431,-5.08867,7.20109],"to":[8.1831,-4.74867,7.74109],"rotation":{"angle":0,"axis":"x","origin":[8.0131,-4.74705,7.6136]},"faces":{"north":{"uv":[8,0.5,7,1],"rotation":180,"texture":"#1"},"east":{"uv":[8,0.5,7,1],"rotation":180,"texture":"#1"},"south":{"uv":[8,0.5,7,1],"rotation":180,"texture":"#1"},"west":{"uv":[8,0.5,7,1],"texture":"#1"},"up":{"uv":[8,0.5,7,1],"rotation":90,"texture":"#1"},"down":{"uv":[8,0.5,7,1],"rotation":270,"texture":"#1"}}},{"from":[7.8331,8.49419,9.33087],"to":[8.1931,8.85419,9.89087],"rotation":{"angle":0,"axis":"x","origin":[8.0131,8.32624,11.0815]},"faces":{"north":{"uv":[1,1.5,0.5,1],"rotation":90,"texture":"#1"},"east":{"uv":[1,1.5,0.5,0.5],"rotation":90,"texture":"#1"},"south":{"uv":[1,1.5,0.5,0.5],"rotation":90,"texture":"#1"},"west":{"uv":[1,1.5,0.5,0.5],"rotation":270,"texture":"#1"},"up":{"uv":[1,1.5,0.5,0.5],"texture":"#1"},"down":{"uv":[1,1.5,0.5,0.5],"rotation":180,"texture":"#1"}}},{"from":[7.8331,-5.10419,7.43087],"to":[8.1931,-4.74419,7.99087],"rotation":{"angle":-45,"axis":"x","origin":[8.0131,-4.74705,7.6136]},"faces":{"north":{"uv":[7.5,0.5,7,1],"rotation":90,"texture":"#1"},"east":{"uv":[8,0.5,7,1],"texture":"#1"},"south":{"uv":[8,0.5,7,1],"texture":"#1"},"west":{"uv":[8,0.5,7,1],"rotation":180,"texture":"#1"},"up":{"uv":[8,0.5,7,1],"rotation":270,"texture":"#1"},"down":{"uv":[8,0.5,7,1],"rotation":90,"texture":"#1"}}},{"from":[7.8231,7.99554,9.80423],"to":[8.2031,8.37554,10.38423],"rotation":{"angle":22.5,"axis":"x","origin":[8.0131,8.37624,11.1315]},"faces":{"north":{"uv":[0.5,0.5,2,1],"rotation":180,"texture":"#1"},"east":{"uv":[0.5,0.5,2,1],"rotation":180,"texture":"#1"},"south":{"uv":[0.5,0.5,2,1],"rotation":180,"texture":"#1"},"west":{"uv":[0.5,0.5,2,1],"rotation":180,"texture":"#1"},"up":{"uv":[0.5,0.5,2,1],"rotation":270,"texture":"#1"},"down":{"uv":[0.5,0.5,2,1],"rotation":180,"texture":"#1"}}},{"from":[7.8231,-4.53334,7.74043],"to":[8.2031,-3.95334,8.12043],"rotation":{"angle":22.5,"axis":"x","origin":[8.0131,-4.74705,7.6136]},"faces":{"north":{"uv":[7,0.5,8,0],"rotation":270,"texture":"#1"},"east":{"uv":[7,0.5,8,0],"rotation":270,"texture":"#1"},"south":{"uv":[7,0.5,8,0],"rotation":270,"texture":"#1"},"west":{"uv":[7,0.5,8,0],"rotation":270,"texture":"#1"},"up":{"uv":[7,0.5,8,0],"rotation":270,"texture":"#1"},"down":{"uv":[7,0.5,8,0],"rotation":270,"texture":"#1"}}},{"from":[7.7881,8.48575,10.44088],"to":[8.2381,9.13575,10.89088],"rotation":{"angle":-45,"axis":"x","origin":[8.0131,8.37624,11.1815]},"faces":{"north":{"uv":[0,1,1,2],"rotation":90,"texture":"#1"},"east":{"uv":[0,1,1,2],"rotation":90,"texture":"#1"},"south":{"uv":[0,1,1,2],"rotation":90,"texture":"#1"},"west":{"uv":[0,1,1,2],"rotation":90,"texture":"#1"},"up":{"uv":[0,1,0.5,2],"rotation":90,"texture":"#1"},"down":{"uv":[0,1,1,2],"rotation":90,"texture":"#1"}}},{"from":[7.775,-5.32007,10.86237],"to":[8.225,-4.87007,11.51237],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-6.01292,12.11366]},"faces":{"north":{"uv":[8.5,6,7.5,7],"texture":"#1"},"east":{"uv":[8.5,6,7.5,7],"texture":"#1"},"south":{"uv":[8.5,6,7.5,7],"texture":"#1"},"west":{"uv":[8.5,6,7.5,7],"rotation":270,"texture":"#1"},"up":{"uv":[8,6,7.5,7],"texture":"#1"},"down":{"uv":[8.5,6.5,7.5,7],"texture":"#1"}}},{"from":[7.7631,7.96594,10.43711],"to":[8.2631,8.66594,10.93711],"rotation":{"angle":-45,"axis":"x","origin":[8.0131,8.37624,11.1815]},"faces":{"north":{"uv":[0.5,4,0,3],"rotation":180,"texture":"#1"},"east":{"uv":[0.5,4,0,3],"rotation":180,"texture":"#1"},"south":{"uv":[0.5,4,0,3],"rotation":180,"texture":"#1"},"west":{"uv":[0.5,4,0,3],"rotation":180,"texture":"#1"},"up":{"uv":[0.5,3.5,0,3],"rotation":180,"texture":"#1"},"down":{"uv":[0.5,4,0,3],"rotation":180,"texture":"#1"}}},{"from":[7.75,-5.3663,11.33218],"to":[8.25,-4.8663,12.03218],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-6.01292,12.11366]},"faces":{"north":{"uv":[5.5,8.5,6.5,7.5],"rotation":180,"texture":"#1"},"east":{"uv":[5.5,8.5,6.5,7.5],"rotation":180,"texture":"#1"},"south":{"uv":[5.5,8.5,6.5,7.5],"rotation":180,"texture":"#1"},"west":{"uv":[5.5,8.5,6.5,7.5],"rotation":180,"texture":"#1"},"up":{"uv":[5.5,8.5,6.5,7.5],"rotation":180,"texture":"#1"},"down":{"uv":[5.5,8.5,6.5,7.5],"rotation":180,"texture":"#1"}}},{"from":[7.7131,7.47557,11.19888],"to":[8.3131,8.07557,11.89888],"rotation":{"angle":22.5,"axis":"x","origin":[8.0131,8.37624,11.1815]},"faces":{"north":{"uv":[3,4,3.5,3],"rotation":270,"texture":"#1"},"east":{"uv":[2.5,4,3.5,3],"rotation":270,"texture":"#1"},"south":{"uv":[2.5,4,3.5,3],"rotation":270,"texture":"#1"},"west":{"uv":[3.5,4,2.5,3],"rotation":90,"texture":"#1"},"up":{"uv":[3,4,3.5,3],"rotation":270,"texture":"#1"},"down":{"uv":[2.5,4,3,3],"texture":"#1"}}},{"from":[7.7,-5.52883,11.52277],"to":[8.3,-4.92883,12.22277],"rotation":{"angle":0,"axis":"x","origin":[8,-6.01292,12.11366]},"faces":{"north":{"uv":[6.5,7.5,5.5,8],"rotation":270,"texture":"#1"},"east":{"uv":[7,7.5,6,8.5],"texture":"#1"},"south":{"uv":[7,8,6,9],"rotation":270,"texture":"#1"},"west":{"uv":[7,7.5,6,8.5],"rotation":270,"texture":"#1"},"up":{"uv":[6.5,7.5,6,8.5],"texture":"#1"},"down":{"uv":[7,8,6,8.5],"rotation":90,"texture":"#1"}}},{"from":[7.8131,8.2814,12.26476],"to":[8.2131,8.8314,12.66476],"rotation":{"angle":22.5,"axis":"x","origin":[8.0131,8.37624,11.1815]},"faces":{"north":{"uv":[2.5,6,2,5],"texture":"#1"},"east":{"uv":[3,6,2,5],"texture":"#1"},"south":{"uv":[3,6,2.5,5],"texture":"#1"},"west":{"uv":[3,6,2,5],"rotation":180,"texture":"#1"},"up":{"uv":[3,6,2,5],"texture":"#1"},"down":{"uv":[3,6,2,5],"texture":"#1"}}},{"from":[7.8,-6.33466,12.58865],"to":[8.2,-5.73466,12.98865],"rotation":{"angle":0,"axis":"x","origin":[8,-6.06292,12.11366]},"faces":{"north":{"uv":[6.5,9,7.5,8],"rotation":270,"texture":"#1"},"east":{"uv":[6.5,9,7.5,8],"rotation":270,"texture":"#1"},"south":{"uv":[6.5,9,7.5,8],"rotation":270,"texture":"#1"},"west":{"uv":[6.5,9,7.5,8],"rotation":270,"texture":"#1"},"up":{"uv":[6.5,9,7.5,8],"rotation":270,"texture":"#1"},"down":{"uv":[6.5,9,7.5,8],"rotation":270,"texture":"#1"}}},{"from":[7.7631,6.9585,11.0043],"to":[8.2631,7.4585,11.7043],"rotation":{"angle":-45,"axis":"x","origin":[8.0131,8.37624,11.1815]},"faces":{"north":{"uv":[5,6.5,4,5.5],"rotation":180,"texture":"#1"},"east":{"uv":[5,6.5,4,5.5],"rotation":270,"texture":"#1"},"south":{"uv":[5,6.5,4.5,5.5],"rotation":180,"texture":"#1"},"west":{"uv":[5,6.5,4,5.5],"rotation":180,"texture":"#1"},"up":{"uv":[4.5,6.5,4,5.5],"rotation":180,"texture":"#1"},"down":{"uv":[5,6.5,4.5,5.5],"texture":"#1"}}},{"from":[7.75,-6.13349,12.53962],"to":[8.25,-5.43349,13.03962],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-6.01292,12.11366]},"faces":{"north":{"uv":[7.5,8,6.5,9],"rotation":270,"texture":"#1"},"east":{"uv":[7.5,8,6.5,9],"rotation":270,"texture":"#1"},"south":{"uv":[7.5,8,6.5,9],"rotation":270,"texture":"#1"},"west":{"uv":[7.5,8,6.5,9],"rotation":270,"texture":"#1"},"up":{"uv":[7.5,8,6.5,9],"rotation":270,"texture":"#1"},"down":{"uv":[7.5,8,6.5,9],"rotation":270,"texture":"#1"}}},{"from":[7.7381,7.30273,11.42512],"to":[8.2881,7.85273,12.07512],"rotation":{"angle":0,"axis":"x","origin":[8.0131,8.37624,11.1815]},"faces":{"north":{"uv":[5,6,4,5],"rotation":180,"texture":"#1"},"east":{"uv":[5,6,4,5],"rotation":180,"texture":"#1"},"south":{"uv":[5,6,4,5],"rotation":180,"texture":"#1"},"west":{"uv":[5,6,4,5],"rotation":180,"texture":"#1"},"up":{"uv":[5,6,4,5],"rotation":180,"texture":"#1"},"down":{"uv":[5,6,4,5],"rotation":180,"texture":"#1"}}},{"from":[7.725,-5.55273,11.72512],"to":[8.275,-5.00273,12.37512],"rotation":{"angle":22.5,"axis":"x","origin":[8,-6.01292,12.11366]},"faces":{"north":{"uv":[7,8,6,9],"rotation":270,"texture":"#1"},"east":{"uv":[7,8,6,9],"texture":"#1"},"south":{"uv":[7,8,6,9],"rotation":270,"texture":"#1"},"west":{"uv":[7,8,6,9],"rotation":270,"texture":"#1"},"up":{"uv":[6.5,8,6,9],"texture":"#1"},"down":{"uv":[7.5,8.5,6,9],"rotation":270,"texture":"#1"}}},{"from":[7.8231,8.19325,12.36668],"to":[8.2031,8.77325,12.74668],"rotation":{"angle":0,"axis":"x","origin":[8.0131,8.37624,11.1815]},"faces":{"north":{"uv":[4.5,6.5,5.5,7.5],"rotation":270,"texture":"#1"},"east":{"uv":[4.5,6.5,5.5,7.5],"rotation":270,"texture":"#1"},"south":{"uv":[4.5,6.5,5.5,7.5],"rotation":270,"texture":"#1"},"west":{"uv":[4.5,6.5,5.5,7.5],"rotation":270,"texture":"#1"},"up":{"uv":[4.5,6.5,5.5,7.5],"rotation":270,"texture":"#1"},"down":{"uv":[4.5,6.5,5.5,7.5],"rotation":270,"texture":"#1"}}},{"from":[7.81,-6.52325,12.61668],"to":[8.19,-5.94325,12.99668],"rotation":{"angle":22.5,"axis":"x","origin":[8,-6.06292,12.06366]},"faces":{"north":{"uv":[7.5,7.5,6.5,8.5],"rotation":180,"texture":"#1"},"east":{"uv":[7.5,7.5,6.5,8.5],"rotation":180,"texture":"#1"},"south":{"uv":[7.5,7.5,6.5,8.5],"rotation":180,"texture":"#1"},"west":{"uv":[7.5,7.5,6.5,8.5],"rotation":180,"texture":"#1"},"up":{"uv":[7.5,7.5,6.5,8.5],"rotation":180,"texture":"#1"},"down":{"uv":[7.5,7.5,6.5,8],"rotation":180,"texture":"#1"}}},{"from":[7.8331,8.10819,12.39013],"to":[8.1931,8.66819,12.75013],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0131,8.37624,11.1315]},"faces":{"north":{"uv":[1.5,8,2.5,8.5],"rotation":270,"texture":"#1"},"east":{"uv":[1.5,8,2.5,8.5],"rotation":270,"texture":"#1"},"south":{"uv":[1.5,8,2.5,8.5],"rotation":270,"texture":"#1"},"west":{"uv":[1.5,8,2.5,8.5],"rotation":270,"texture":"#1"},"up":{"uv":[2.5,7.5,3,8],"rotation":270,"texture":"#1"},"down":{"uv":[1.5,8,2.5,8.5],"rotation":270,"texture":"#1"}}},{"from":[7.82,-6.65529,12.71248],"to":[8.18,-6.09529,13.07248],"rotation":{"angle":45,"axis":"x","origin":[8,-6.06292,12.01366]},"faces":{"north":{"uv":[6.5,7,5.5,8],"rotation":90,"texture":"#1"},"east":{"uv":[6.5,7,5.5,8],"rotation":90,"texture":"#1"},"south":{"uv":[6.5,7,5.5,8],"rotation":90,"texture":"#1"},"west":{"uv":[6.5,7,5.5,8],"rotation":90,"texture":"#1"},"up":{"uv":[6.5,7,5.5,8],"rotation":90,"texture":"#1"},"down":{"uv":[6.5,7,5.5,8],"rotation":90,"texture":"#1"}}},{"from":[7.8431,9.3471,11.53378],"to":[8.1831,9.6871,12.07378],"rotation":{"angle":22.5,"axis":"x","origin":[8.0131,8.37624,11.1315]},"faces":{"north":{"uv":[2,8.5,1.5,8],"rotation":180,"texture":"#1"},"east":{"uv":[2.5,8.5,1.5,8],"texture":"#1"},"south":{"uv":[2.5,8.5,1.5,8],"rotation":180,"texture":"#1"},"west":{"uv":[2.5,8.5,1.5,8],"rotation":180,"texture":"#1"},"up":{"uv":[2.5,8.5,1.5,8],"rotation":270,"texture":"#1"},"down":{"uv":[2.5,8.5,1.5,8],"rotation":90,"texture":"#1"}}},{"from":[7.83,-7.19036,11.80767],"to":[8.17,-6.85036,12.34767],"rotation":{"angle":0,"axis":"x","origin":[8,-6.06292,12.01366]},"faces":{"north":{"uv":[7.5,7,6.5,7.5],"rotation":90,"texture":"#1"},"east":{"uv":[7.5,7,6.5,8],"rotation":90,"texture":"#1"},"south":{"uv":[7.5,7,6.5,8],"rotation":90,"texture":"#1"},"west":{"uv":[7.5,7,6.5,8],"rotation":270,"texture":"#1"},"up":{"uv":[7.5,7,6.5,8],"texture":"#1"},"down":{"uv":[7.5,7,6.5,8],"rotation":180,"texture":"#1"}}},{"from":[7.8731,9.13259,11.56346],"to":[8.1531,9.41259,12.04346],"rotation":{"angle":0,"axis":"x","origin":[8.0131,8.37624,11.1315]},"faces":{"north":{"uv":[1,7,0.5,6.5],"texture":"#1"},"east":{"uv":[1,7,0,6.5],"rotation":180,"texture":"#1"},"south":{"uv":[1,7,0,6.5],"texture":"#1"},"west":{"uv":[1,7,0,6.5],"texture":"#1"},"up":{"uv":[1,7,0,6.5],"rotation":90,"texture":"#1"},"down":{"uv":[1,7,0,6.5],"rotation":270,"texture":"#1"}}},{"from":[7.86,-7.16259,11.81346],"to":[8.14,-6.88259,12.29346],"rotation":{"angle":22.5,"axis":"x","origin":[8,-6.06292,12.01366]},"faces":{"north":{"uv":[5.5,5,4.5,6],"rotation":180,"texture":"#1"},"east":{"uv":[5.5,5,4.5,6],"rotation":180,"texture":"#1"},"south":{"uv":[5.5,5,4.5,6],"rotation":180,"texture":"#1"},"west":{"uv":[5.5,5,4.5,6],"rotation":180,"texture":"#1"},"up":{"uv":[5.5,5,4.5,6],"rotation":180,"texture":"#1"},"down":{"uv":[5.5,5,4.5,6],"rotation":180,"texture":"#1"}}},{"from":[7.9,-5.3,11.75],"to":[8.1,7.7,11.95],"rotation":{"angle":0,"axis":"x","origin":[8,-2.7,11.85]},"faces":{"north":{"uv":[0,9,0.5,15.5],"rotation":180,"texture":"#1"},"east":{"uv":[0,9,0.5,15.5],"rotation":180,"texture":"#1"},"south":{"uv":[0,9,0.5,15.5],"rotation":180,"texture":"#1"},"west":{"uv":[0,9,0.5,15.5],"rotation":180,"texture":"#1"},"up":{"uv":[0,9,0.5,15.5],"rotation":180,"texture":"#1"},"down":{"uv":[0,9,0.5,15.5],"rotation":180,"texture":"#1"}}},{"from":[7.68647,-2.29986,5.3453],"to":[8.28647,-1.67986,6.3453],"rotation":{"angle":22.5,"axis":"x","origin":[7.98968,-1.80459,5.20045]},"faces":{"north":{"uv":[9.5,1.5,10.1,2],"rotation":180,"texture":"#1"},"east":{"uv":[9.5,1.5,10.12,3],"rotation":90,"texture":"#1"},"south":{"uv":[9.5,1.5,10.12,3],"texture":"#1"},"west":{"uv":[9.5,1.5,10.12,3],"rotation":270,"texture":"#1"},"up":{"uv":[9.5,1.5,10.12,3],"texture":"#1"},"down":{"uv":[9.5,1.5,10.12,3],"rotation":180,"texture":"#1"}}},{"from":[7.68647,3.12488,8.96924],"to":[8.28647,3.74488,9.96924],"rotation":{"angle":22.5,"axis":"x","origin":[7.98968,3.66346,9.85572]},"faces":{"north":{"uv":[9.5,3,10.12,1.5],"rotation":180,"texture":"#1"},"east":{"uv":[10.12,1.5,9.5,3],"rotation":270,"texture":"#1"},"south":{"uv":[9.5,2,10.1,1.5],"texture":"#1"},"west":{"uv":[10.12,1.5,9.5,3],"rotation":90,"texture":"#1"},"up":{"uv":[9.5,3,10.12,1.5],"texture":"#1"},"down":{"uv":[9.5,3,10.12,1.5],"rotation":180,"texture":"#1"}}},{"from":[7.68647,-1.28073,5.84911],"to":[8.28647,-0.66073,6.84911],"rotation":{"angle":45,"axis":"x","origin":[7.98968,-0.78546,5.65426]},"faces":{"north":{"uv":[9.5,1.5,10.1,2],"rotation":180,"texture":"#1"},"east":{"uv":[9.5,1.5,10.12,3],"rotation":90,"texture":"#1"},"south":{"uv":[9.5,1.5,10.12,3],"texture":"#1"},"west":{"uv":[9.5,1.5,10.12,3],"rotation":270,"texture":"#1"},"up":{"uv":[9.5,1.5,10.12,3],"texture":"#1"},"down":{"uv":[9.5,1.5,10.12,3],"rotation":180,"texture":"#1"}}},{"from":[7.68647,4.07083,9.28275],"to":[8.28647,4.69083,10.28275],"rotation":{"angle":0,"axis":"x","origin":[7.98968,3.66346,9.85572]},"faces":{"north":{"uv":[9.5,3,10.12,1.5],"rotation":180,"texture":"#1"},"east":{"uv":[10.12,1.5,9.5,3],"rotation":270,"texture":"#1"},"south":{"uv":[9.5,2,10.1,1.5],"texture":"#1"},"west":{"uv":[10.12,1.5,9.5,3],"rotation":90,"texture":"#1"},"up":{"uv":[9.5,3,10.12,1.5],"texture":"#1"},"down":{"uv":[9.5,3,10.12,1.5],"rotation":180,"texture":"#1"}}},{"from":[7.73647,-3.3821,5.61726],"to":[8.23647,-2.8121,6.61726],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98968,-2.94125,5.50035]},"faces":{"north":{"uv":[9.5,1.5,10.1,2],"rotation":180,"texture":"#1"},"east":{"uv":[9.5,1.5,10.12,3],"rotation":90,"texture":"#1"},"south":{"uv":[9.5,1.5,10.12,3],"texture":"#1"},"west":{"uv":[9.5,1.5,10.12,3],"rotation":270,"texture":"#1"},"up":{"uv":[9.5,1.5,10.12,3],"texture":"#1"},"down":{"uv":[9.5,1.5,10.12,3],"rotation":180,"texture":"#1"}}},{"from":[7.78647,-4.06635,8.63939],"to":[8.18647,-3.06635,9.10939],"rotation":{"angle":22.5,"axis":"x","origin":[7.98968,-2.95533,9.01256]},"faces":{"north":{"uv":[9.5,1.5,10.12,3],"texture":"#1"},"east":{"uv":[9.5,1.5,10.12,3],"texture":"#1"},"south":{"uv":[9.5,1.5,10.12,3],"texture":"#1"},"west":{"uv":[9.5,1.5,10.12,3],"texture":"#1"},"up":{"uv":[9.5,1.5,10.1,2],"texture":"#1"},"down":{"uv":[9.5,1.5,10.12,3],"texture":"#1"}}},{"from":[7.78647,-3.56836,8.43064],"to":[8.18647,-3.09836,9.43064],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98968,-3.43521,9.44015]},"faces":{"north":{"uv":[9.5,1.5,10.12,3],"rotation":180,"texture":"#1"},"east":{"uv":[9.5,1.5,10.12,3],"rotation":270,"texture":"#1"},"south":{"uv":[9.5,1.5,10.1,2],"texture":"#1"},"west":{"uv":[9.5,1.5,10.12,3],"rotation":90,"texture":"#1"},"up":{"uv":[9.5,1.5,10.12,3],"rotation":180,"texture":"#1"},"down":{"uv":[9.5,1.5,10.12,3],"texture":"#1"}}},{"from":[7.79117,-2.26457,4.90884],"to":[8.19117,-1.16457,5.32884],"rotation":{"angle":-45,"axis":"x","origin":[7.98968,-1.80459,5.20045]},"faces":{"north":{"uv":[9.5,1,10.5,2.5],"texture":"#1"},"east":{"uv":[11,1,10,2.5],"texture":"#1"},"south":{"uv":[8.5,1,9.5,2.5],"texture":"#1"},"west":{"uv":[10,1,11,2.5],"texture":"#1"},"up":{"uv":[10,1,10.4,1.42],"texture":"#1"},"down":{"uv":[10,1,11,2.5],"texture":"#1"}}},{"from":[7.79117,3.23297,9.61787],"to":[8.19117,3.65297,10.71787],"rotation":{"angle":0,"axis":"x","origin":[7.98968,3.66346,9.85572]},"faces":{"north":{"uv":[10,2.5,11,1],"rotation":180,"texture":"#1"},"east":{"uv":[11,2.5,10,1],"rotation":90,"texture":"#1"},"south":{"uv":[10,1.42,10.4,1],"texture":"#1"},"west":{"uv":[10,2.5,11,1],"rotation":270,"texture":"#1"},"up":{"uv":[8.5,2.5,9.5,1],"texture":"#1"},"down":{"uv":[9.5,2.5,10.5,1],"rotation":180,"texture":"#1"}}},{"from":[7.79117,-1.29163,5.38178],"to":[8.19117,-0.39163,5.80178],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98968,-0.78546,5.65426]},"faces":{"north":{"uv":[9.5,1,10.5,2.5],"texture":"#1"},"east":{"uv":[11,1,10,2.5],"texture":"#1"},"south":{"uv":[8.5,1,9.5,2.5],"texture":"#1"},"west":{"uv":[10,1,11,2.5],"texture":"#1"},"up":{"uv":[10,1,10.4,1.42],"texture":"#1"},"down":{"uv":[10,1,11,2.5],"texture":"#1"}}},{"from":[7.79117,3.98693,10.26952],"to":[8.19117,4.40693,11.16952],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98968,3.66346,9.85572]},"faces":{"north":{"uv":[10,2.5,11,1],"rotation":180,"texture":"#1"},"east":{"uv":[11,2.5,10,1],"rotation":90,"texture":"#1"},"south":{"uv":[10,1.42,10.4,1],"texture":"#1"},"west":{"uv":[10,2.5,11,1],"rotation":270,"texture":"#1"},"up":{"uv":[8.5,2.5,9.5,1],"texture":"#1"},"down":{"uv":[9.5,2.5,10.5,1],"rotation":180,"texture":"#1"}}},{"from":[7.79117,-3.23947,5.03282],"to":[8.19117,-2.81947,5.93282],"rotation":{"angle":0,"axis":"x","origin":[7.98968,-2.94125,5.50035]},"faces":{"north":{"uv":[10,1,10.4,1.42],"rotation":180,"texture":"#1"},"east":{"uv":[11,1,10,2.5],"rotation":90,"texture":"#1"},"south":{"uv":[10,1,11,2.5],"texture":"#1"},"west":{"uv":[10,1,11,2.5],"rotation":270,"texture":"#1"},"up":{"uv":[8.5,1,9.5,2.5],"texture":"#1"},"down":{"uv":[9.5,1,10.5,2.5],"rotation":180,"texture":"#1"}}},{"from":[7.84117,-3.04119,8.59229],"to":[8.14117,-2.72119,9.29229],"rotation":{"angle":-45,"axis":"x","origin":[7.98968,-2.95533,9.01256]},"faces":{"north":{"uv":[10,1,11,2.5],"rotation":180,"texture":"#1"},"east":{"uv":[11,1,10,2.5],"rotation":270,"texture":"#1"},"south":{"uv":[10,1,10.4,1.42],"texture":"#1"},"west":{"uv":[10,1,11,2.5],"rotation":90,"texture":"#1"},"up":{"uv":[9.5,1,10.5,2.5],"rotation":180,"texture":"#1"},"down":{"uv":[8.5,1,9.5,2.5],"texture":"#1"}}},{"from":[7.84117,-3.51578,9.12757],"to":[8.14117,-3.19578,9.82757],"rotation":{"angle":0,"axis":"x","origin":[7.98968,-3.43521,9.44015]},"faces":{"north":{"uv":[10,1,11,2.5],"rotation":180,"texture":"#1"},"east":{"uv":[11,1,10,2.5],"rotation":270,"texture":"#1"},"south":{"uv":[10,1,10.4,1.42],"texture":"#1"},"west":{"uv":[10,1,11,2.5],"rotation":90,"texture":"#1"},"up":{"uv":[9.5,1,10.5,2.5],"rotation":180,"texture":"#1"},"down":{"uv":[8.5,1,9.5,2.5],"texture":"#1"}}},{"from":[7.88639,-1.36848,4.73927],"to":[8.09639,-0.95848,5.01927],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98968,-1.80459,5.20045]},"faces":{"north":{"uv":[10,0,10.54,0.8],"rotation":180,"texture":"#1"},"east":{"uv":[10,0,10.54,0.8],"rotation":180,"texture":"#1"},"south":{"uv":[10,0,10.54,0.8],"rotation":180,"texture":"#1"},"west":{"uv":[10,0,10.54,0.8],"rotation":180,"texture":"#1"},"up":{"uv":[10,0,10.54,0.8],"rotation":180,"texture":"#1"},"down":{"uv":[10,0,10.54,0.8],"rotation":180,"texture":"#1"}}},{"from":[7.88639,2.98896,10.44391],"to":[8.09639,3.26896,10.85391],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98968,3.66346,9.85572]},"faces":{"north":{"uv":[10,0.8,10.54,0],"texture":"#1"},"east":{"uv":[10,0.8,10.54,0],"rotation":270,"texture":"#1"},"south":{"uv":[10,0.8,10.54,0],"rotation":180,"texture":"#1"},"west":{"uv":[10,0.8,10.54,0],"rotation":90,"texture":"#1"},"up":{"uv":[10,0.8,10.54,0],"rotation":180,"texture":"#1"},"down":{"uv":[10,0.8,10.54,0],"texture":"#1"}}},{"from":[7.88639,-0.4847,5.32843],"to":[8.09639,-0.0747,5.60843],"rotation":{"angle":0,"axis":"x","origin":[7.98968,-0.88546,5.75426]},"faces":{"north":{"uv":[10,0,10.54,0.8],"rotation":180,"texture":"#1"},"east":{"uv":[10,0,10.54,0.8],"rotation":180,"texture":"#1"},"south":{"uv":[10,0,10.54,0.8],"rotation":180,"texture":"#1"},"west":{"uv":[10,0,10.54,0.8],"rotation":180,"texture":"#1"},"up":{"uv":[10,0,10.54,0.8],"rotation":180,"texture":"#1"},"down":{"uv":[10,0,10.54,0.8],"rotation":180,"texture":"#1"}}},{"from":[7.88639,5.04221,9.70301],"to":[8.09639,5.45221,9.98301],"rotation":{"angle":45,"axis":"x","origin":[7.98968,3.66346,9.85572]},"faces":{"north":{"uv":[10,0.8,10.54,0],"texture":"#1"},"east":{"uv":[10,0.8,10.54,0],"texture":"#1"},"south":{"uv":[10,0.8,10.54,0],"texture":"#1"},"west":{"uv":[10,0.8,10.54,0],"texture":"#1"},"up":{"uv":[10,0.8,10.54,0],"rotation":180,"texture":"#1"},"down":{"uv":[10,0.8,10.54,0],"rotation":180,"texture":"#1"}}},{"from":[7.83639,-3.36906,4.73136],"to":[8.14639,-3.03906,5.24136],"rotation":{"angle":22.5,"axis":"x","origin":[7.98968,-2.94125,5.50035]},"faces":{"north":{"uv":[10,0,10.54,0.8],"texture":"#1"},"east":{"uv":[10,0,10.54,0.8],"rotation":270,"texture":"#1"},"south":{"uv":[10,0,10.54,0.8],"rotation":180,"texture":"#1"},"west":{"uv":[10,0,10.54,0.8],"rotation":90,"texture":"#1"},"up":{"uv":[10,0,10.54,0.8],"rotation":180,"texture":"#1"},"down":{"uv":[10,0,10.54,0.8],"texture":"#1"}}},{"from":[7.88639,-2.91585,9.08822],"to":[8.09639,-2.68585,9.59822],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98968,-2.95533,9.01256]},"faces":{"north":{"uv":[10,0,10.54,0.8],"texture":"#1"},"east":{"uv":[10,0,10.54,0.8],"rotation":90,"texture":"#1"},"south":{"uv":[10,0,10.54,0.8],"rotation":180,"texture":"#1"},"west":{"uv":[10,0,10.54,0.8],"rotation":270,"texture":"#1"},"up":{"uv":[10,0,10.54,0.8],"texture":"#1"},"down":{"uv":[10,0,10.54,0.8],"rotation":180,"texture":"#1"}}},{"from":[7.88639,-3.34964,9.61327],"to":[8.09639,-3.11964,10.12327],"rotation":{"angle":22.5,"axis":"x","origin":[7.98968,-3.43521,9.44015]},"faces":{"north":{"uv":[10,0,10.54,0.8],"texture":"#1"},"east":{"uv":[10,0,10.54,0.8],"rotation":90,"texture":"#1"},"south":{"uv":[10,0,10.54,0.8],"rotation":180,"texture":"#1"},"west":{"uv":[10,0,10.54,0.8],"rotation":270,"texture":"#1"},"up":{"uv":[10,0,10.54,0.8],"texture":"#1"},"down":{"uv":[10,0,10.54,0.8],"rotation":180,"texture":"#1"}}}],"display":{"thirdperson_righthand":{"translation":[0,10,1.75],"scale":[1.81,1.81,1.81]},"thirdperson_lefthand":{"translation":[0,10,1.75],"scale":[1.81,1.81,1.81]},"firstperson_righthand":{"rotation":[-14,0,0],"translation":[-3.75,9.25,5],"scale":[0.54,0.54,0.54]},"firstperson_lefthand":{"rotation":[-14,0,0],"translation":[-3.75,9.25,5],"scale":[0.54,0.54,0.54]},"gui":{"rotation":[53,48,104],"translation":[-7.5,-3,0],"scale":[1.08,1.08,1.08]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/dernic_bow.json b/assets/minecraft/models/item/wynn/skin/bow/dernic_bow.json new file mode 100644 index 000000000..bfe130e85 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/dernic_bow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/dernic/dernic_bow","particle":"skins/dernic/dernic_bow"},"elements":[{"from":[7,6.5,9],"to":[9,9.5,11],"rotation":{"angle":0,"axis":"y","origin":[8,8,10]},"faces":{"north":{"uv":[5.75,2.25,6.25,3],"texture":"#0"},"east":{"uv":[5.25,2.25,5.75,3],"texture":"#0"},"south":{"uv":[6.75,2.25,7.25,3],"texture":"#0"},"west":{"uv":[6.25,2.25,6.75,3],"texture":"#0"},"up":{"uv":[6.25,2.25,5.75,1.75],"texture":"#0"},"down":{"uv":[6.75,1.75,6.25,2.25],"texture":"#0"}}},{"from":[6.99,8.99314,8.4921],"to":[9.01,12.01314,10.5121],"rotation":{"angle":-22.5,"axis":"x","origin":[8,10.50314,9.5021]},"faces":{"north":{"uv":[4.75,4.25,5.25,5],"texture":"#0"},"east":{"uv":[4.25,4.25,4.75,5],"texture":"#0"},"south":{"uv":[5.75,4.25,6.25,5],"texture":"#0"},"west":{"uv":[5.25,4.25,5.75,5],"texture":"#0"},"up":{"uv":[5.25,4.25,4.75,3.75],"texture":"#0"},"down":{"uv":[5.75,3.75,5.25,4.25],"texture":"#0"}}},{"from":[7,11.12519,7.08418],"to":[9,13.12519,9.08418],"rotation":{"angle":-45,"axis":"x","origin":[8,12.62519,8.08418]},"faces":{"north":{"uv":[1.25,6,1.75,6.5],"texture":"#0"},"east":{"uv":[0.75,6,1.25,6.5],"texture":"#0"},"south":{"uv":[2.25,6,2.75,6.5],"texture":"#0"},"west":{"uv":[1.75,6,2.25,6.5],"texture":"#0"},"up":{"uv":[1.75,6,1.25,5.5],"texture":"#0"},"down":{"uv":[2.25,5.5,1.75,6],"texture":"#0"}}},{"from":[6.99,12.17795,4.9246],"to":[9.01,13.19795,8.9446],"rotation":{"angle":-22.5,"axis":"x","origin":[8,12.18795,7.4346]},"faces":{"north":{"uv":[1.75,1,2.25,1.25],"texture":"#0"},"east":{"uv":[0.75,1,1.75,1.25],"texture":"#0"},"south":{"uv":[3.25,1,3.75,1.25],"texture":"#0"},"west":{"uv":[2.25,1,3.25,1.25],"texture":"#0"},"up":{"uv":[2.25,1,1.75,0],"texture":"#0"},"down":{"uv":[2.75,0,2.25,1],"texture":"#0"}}},{"from":[7,9.46347,4.39267],"to":[9,10.46347,6.39267],"rotation":{"angle":45,"axis":"x","origin":[8,9.46347,6.89267]},"faces":{"north":{"uv":[7,5.25,7.5,5.5],"texture":"#0"},"east":{"uv":[6.5,5.25,7,5.5],"texture":"#0"},"south":{"uv":[8,5.25,8.5,5.5],"texture":"#0"},"west":{"uv":[7.5,5.25,8,5.5],"texture":"#0"},"up":{"uv":[7.5,5.25,7,4.75],"texture":"#0"},"down":{"uv":[8,4.75,7.5,5.25],"texture":"#0"}}},{"from":[7.5,13,7],"to":[8.5,15,9],"rotation":{"angle":0,"axis":"y","origin":[7,13,7]},"faces":{"north":{"uv":[3,7.5,3.25,8],"texture":"#0"},"east":{"uv":[2.5,7.5,3,8],"texture":"#0"},"south":{"uv":[3.75,7.5,4,8],"texture":"#0"},"west":{"uv":[3.25,7.5,3.75,8],"texture":"#0"},"up":{"uv":[3.25,7.5,3,7],"texture":"#0"},"down":{"uv":[3.5,7,3.25,7.5],"texture":"#0"}}},{"from":[7.49,13.57579,7.57579],"to":[8.51,16.59579,9.59579],"rotation":{"angle":-45,"axis":"x","origin":[7,13.58579,7.58579]},"faces":{"north":{"uv":[1.25,7.25,1.5,8],"texture":"#0"},"east":{"uv":[0.75,7.25,1.25,8],"texture":"#0"},"south":{"uv":[2,7.25,2.25,8],"texture":"#0"},"west":{"uv":[1.5,7.25,2,8],"texture":"#0"},"up":{"uv":[1.5,7.25,1.25,6.75],"texture":"#0"},"down":{"uv":[1.75,6.75,1.5,7.25],"texture":"#0"}}},{"from":[7.5,15.70711,5.46447],"to":[8.5,18.70711,7.46447],"rotation":{"angle":0,"axis":"y","origin":[7,15.41421,5.92893]},"faces":{"north":{"uv":[7,7,7.25,7.75],"texture":"#0"},"east":{"uv":[6.5,7,7,7.75],"texture":"#0"},"south":{"uv":[7.75,7,8,7.75],"texture":"#0"},"west":{"uv":[7.25,7,7.75,7.75],"texture":"#0"},"up":{"uv":[7.25,7,7,6.5],"texture":"#0"},"down":{"uv":[7.5,6.5,7.25,7],"texture":"#0"}}},{"from":[7.49,18.54166,5.30703],"to":[8.51,21.56166,7.32703],"rotation":{"angle":22.5,"axis":"x","origin":[7,18.25877,5.78149]},"faces":{"north":{"uv":[7,3.75,7.25,4.5],"texture":"#0"},"east":{"uv":[6.5,3.75,7,4.5],"texture":"#0"},"south":{"uv":[7.75,3.75,8,4.5],"texture":"#0"},"west":{"uv":[7.25,3.75,7.75,4.5],"texture":"#0"},"up":{"uv":[7.25,3.75,7,3.25],"texture":"#0"},"down":{"uv":[7.5,3.25,7.25,3.75],"texture":"#0"}}},{"from":[7.5,21.2361,6.26937],"to":[8.5,24.2361,8.26937],"rotation":{"angle":45,"axis":"x","origin":[7,20.94321,6.73384]},"faces":{"north":{"uv":[6.25,0.5,6.5,1.25],"texture":"#0"},"east":{"uv":[5.75,0.5,6.25,1.25],"texture":"#0"},"south":{"uv":[7,0.5,7.25,1.25],"texture":"#0"},"west":{"uv":[6.5,0.5,7,1.25],"texture":"#0"},"up":{"uv":[6.5,0.5,6.25,0],"texture":"#0"},"down":{"uv":[6.75,0,6.5,0.5],"texture":"#0"}}},{"from":[7.49,21.51334,8.92388],"to":[8.51,23.53334,12.94388],"rotation":{"angle":-22.5,"axis":"x","origin":[7,23.05887,8.64098]},"faces":{"north":{"uv":[1.75,2.5,2,3],"texture":"#0"},"east":{"uv":[0.75,2.5,1.75,3],"texture":"#0"},"south":{"uv":[3,2.5,3.25,3],"texture":"#0"},"west":{"uv":[2,2.5,3,3],"texture":"#0"},"up":{"uv":[2,2.5,1.75,1.5],"texture":"#0"},"down":{"uv":[2.25,1.5,2,2.5],"texture":"#0"}}},{"from":[7.49,24.99114,13.86091],"to":[8.51,26.01114,17.88091],"rotation":{"angle":-45,"axis":"x","origin":[7,25.53667,14.57802]},"faces":{"north":{"uv":[3.5,3.25,3.75,3.5],"texture":"#0"},"east":{"uv":[2.5,3.25,3.5,3.5],"texture":"#0"},"south":{"uv":[4.75,3.25,5,3.5],"texture":"#0"},"west":{"uv":[3.75,3.25,4.75,3.5],"texture":"#0"},"up":{"uv":[3.75,3.25,3.5,2.25],"texture":"#0"},"down":{"uv":[4,2.25,3.75,3.25],"texture":"#0"}}},{"from":[7.5,23.94202,13.76576],"to":[8.5,27.94202,16.06576],"rotation":{"angle":22.5,"axis":"x","origin":[7,24.64912,15.53022]},"faces":{"north":{"uv":[5.75,5.75,6,6.75],"texture":"#0"},"east":{"uv":[5.25,5.75,5.75,6.75],"texture":"#0"},"south":{"uv":[6.5,5.75,6.75,6.75],"texture":"#0"},"west":{"uv":[6,5.75,6.5,6.75],"texture":"#0"},"up":{"uv":[6,5.75,5.75,5.25],"texture":"#0"},"down":{"uv":[6.25,5.25,6,5.75],"texture":"#0"}}},{"from":[8,27.94202,13.06576],"to":[8,30.94202,16.06576],"rotation":{"angle":22.5,"axis":"x","origin":[7,24.64912,15.53022]},"faces":{"east":{"uv":[5,6,4.25,6.75],"texture":"#0"},"west":{"uv":[4.25,6,5,6.75],"texture":"#0"}}},{"from":[8,16.58579,7.58579],"to":[8,21.58579,10.58579],"rotation":{"angle":-45,"axis":"x","origin":[7,13.58579,7.58579]},"faces":{"east":{"uv":[5.5,0.75,4.75,2],"texture":"#0"},"west":{"uv":[4.75,0.75,5.5,2],"texture":"#0"}}},{"from":[8,18.55166,2.31703],"to":[8,23.55166,5.31703],"rotation":{"angle":22.5,"axis":"x","origin":[7,18.25877,5.78149]},"faces":{"north":{"uv":[3.25,4.5,3.25,5.75],"texture":"#0"},"east":{"uv":[4,4.5,3.25,5.75],"texture":"#0"},"south":{"uv":[4,4.5,4,5.75],"texture":"#0"},"west":{"uv":[3.25,4.5,4,5.75],"texture":"#0"}}},{"from":[8,21.2361,3.26937],"to":[8,26.2361,6.26937],"rotation":{"angle":45,"axis":"x","origin":[7,20.94321,6.73384]},"faces":{"east":{"uv":[2.25,4,1.5,5.25],"texture":"#0"},"west":{"uv":[1.5,4,2.25,5.25],"texture":"#0"}}},{"from":[7.25,21.27334,12.93388],"to":[8.75,23.77334,14.93388],"rotation":{"angle":-22.5,"axis":"x","origin":[7,23.05887,8.64098]},"faces":{"north":{"uv":[7.5,1.5,7.75,2],"texture":"#0"},"east":{"uv":[7,1.5,7.5,2],"texture":"#0"},"south":{"uv":[8.25,1.5,8.5,2],"texture":"#0"},"west":{"uv":[7.75,1.5,8.25,2],"texture":"#0"},"up":{"uv":[7.75,1.5,7.5,1],"texture":"#0"},"down":{"uv":[8,1,7.75,1.5],"texture":"#0"}}},{"from":[6.99,3.98686,8.4921],"to":[9.01,7.00686,10.5121],"rotation":{"angle":22.5,"axis":"x","origin":[8,5.49686,9.5021]},"faces":{"north":{"uv":[4.75,5,5.25,4.25],"texture":"#0"},"east":{"uv":[4.25,5,4.75,4.25],"texture":"#0"},"south":{"uv":[5.75,5,6.25,4.25],"texture":"#0"},"west":{"uv":[5.25,5,5.75,4.25],"texture":"#0"},"up":{"uv":[5.75,4.25,5.25,3.75],"texture":"#0"},"down":{"uv":[5.25,3.75,4.75,4.25],"texture":"#0"}}},{"from":[7,2.87481,7.08418],"to":[9,4.87481,9.08418],"rotation":{"angle":45,"axis":"x","origin":[8,3.37481,8.08418]},"faces":{"north":{"uv":[1.25,6.5,1.75,6],"texture":"#0"},"east":{"uv":[0.75,6.5,1.25,6],"texture":"#0"},"south":{"uv":[2.25,6.5,2.75,6],"texture":"#0"},"west":{"uv":[1.75,6.5,2.25,6],"texture":"#0"},"up":{"uv":[2.25,6,1.75,5.5],"texture":"#0"},"down":{"uv":[1.75,5.5,1.25,6],"texture":"#0"}}},{"from":[6.99,2.80205,4.9246],"to":[9.01,3.82205,8.9446],"rotation":{"angle":22.5,"axis":"x","origin":[8,3.81205,7.4346]},"faces":{"north":{"uv":[1.75,1.25,2.25,1],"texture":"#0"},"east":{"uv":[0.75,1.25,1.75,1],"texture":"#0"},"south":{"uv":[3.25,1.25,3.75,1],"texture":"#0"},"west":{"uv":[2.25,1.25,3.25,1],"texture":"#0"},"up":{"uv":[2.75,1,2.25,0],"texture":"#0"},"down":{"uv":[2.25,0,1.75,1],"texture":"#0"}}},{"from":[7,5.53653,4.39267],"to":[9,6.53653,6.39267],"rotation":{"angle":-45,"axis":"x","origin":[8,6.53653,6.89267]},"faces":{"north":{"uv":[7,5.5,7.5,5.25],"texture":"#0"},"east":{"uv":[6.5,5.5,7,5.25],"texture":"#0"},"south":{"uv":[8,5.5,8.5,5.25],"texture":"#0"},"west":{"uv":[7.5,5.5,8,5.25],"texture":"#0"},"up":{"uv":[8,5.25,7.5,4.75],"texture":"#0"},"down":{"uv":[7.5,4.75,7,5.25],"texture":"#0"}}},{"from":[7.5,1,7],"to":[8.5,3,9],"rotation":{"angle":0,"axis":"y","origin":[7,3,7]},"faces":{"north":{"uv":[3,8,3.25,7.5],"texture":"#0"},"east":{"uv":[2.5,8,3,7.5],"texture":"#0"},"south":{"uv":[3.75,8,4,7.5],"texture":"#0"},"west":{"uv":[3.25,8,3.75,7.5],"texture":"#0"},"up":{"uv":[3.5,7.5,3.25,7],"texture":"#0"},"down":{"uv":[3.25,7,3,7.5],"texture":"#0"}}},{"from":[7.49,-0.59579,7.57579],"to":[8.51,2.42421,9.59579],"rotation":{"angle":45,"axis":"x","origin":[7,2.41421,7.58579]},"faces":{"north":{"uv":[1.25,8,1.5,7.25],"texture":"#0"},"east":{"uv":[0.75,8,1.25,7.25],"texture":"#0"},"south":{"uv":[2,8,2.25,7.25],"texture":"#0"},"west":{"uv":[1.5,8,2,7.25],"texture":"#0"},"up":{"uv":[1.75,7.25,1.5,6.75],"texture":"#0"},"down":{"uv":[1.5,6.75,1.25,7.25],"texture":"#0"}}},{"from":[7.5,-2.70711,5.46447],"to":[8.5,0.29289,7.46447],"rotation":{"angle":0,"axis":"y","origin":[7,0.58579,5.92893]},"faces":{"north":{"uv":[7,7.75,7.25,7],"texture":"#0"},"east":{"uv":[6.5,7.75,7,7],"texture":"#0"},"south":{"uv":[7.75,7.75,8,7],"texture":"#0"},"west":{"uv":[7.25,7.75,7.75,7],"texture":"#0"},"up":{"uv":[7.5,7,7.25,6.5],"texture":"#0"},"down":{"uv":[7.25,6.5,7,7],"texture":"#0"}}},{"from":[7.49,-5.56166,5.30703],"to":[8.51,-2.54166,7.32703],"rotation":{"angle":-22.5,"axis":"x","origin":[7,-2.25877,5.78149]},"faces":{"north":{"uv":[7,4.5,7.25,3.75],"texture":"#0"},"east":{"uv":[6.5,4.5,7,3.75],"texture":"#0"},"south":{"uv":[7.75,4.5,8,3.75],"texture":"#0"},"west":{"uv":[7.25,4.5,7.75,3.75],"texture":"#0"},"up":{"uv":[7.5,3.75,7.25,3.25],"texture":"#0"},"down":{"uv":[7.25,3.25,7,3.75],"texture":"#0"}}},{"from":[7.5,-8.2361,6.26937],"to":[8.5,-5.2361,8.26937],"rotation":{"angle":-45,"axis":"x","origin":[7,-4.94321,6.73384]},"faces":{"north":{"uv":[6.25,1.25,6.5,0.5],"texture":"#0"},"east":{"uv":[5.75,1.25,6.25,0.5],"texture":"#0"},"south":{"uv":[7,1.25,7.25,0.5],"texture":"#0"},"west":{"uv":[6.5,1.25,7,0.5],"texture":"#0"},"up":{"uv":[6.75,0.5,6.5,0],"texture":"#0"},"down":{"uv":[6.5,0,6.25,0.5],"texture":"#0"}}},{"from":[7.49,-7.53334,8.92388],"to":[8.51,-5.51334,12.94388],"rotation":{"angle":22.5,"axis":"x","origin":[7,-7.05887,8.64098]},"faces":{"north":{"uv":[1.75,3,2,2.5],"texture":"#0"},"east":{"uv":[0.75,3,1.75,2.5],"texture":"#0"},"south":{"uv":[3,3,3.25,2.5],"texture":"#0"},"west":{"uv":[2,3,3,2.5],"texture":"#0"},"up":{"uv":[2.25,2.5,2,1.5],"texture":"#0"},"down":{"uv":[2,1.5,1.75,2.5],"texture":"#0"}}},{"from":[7.49,-10.01114,13.86091],"to":[8.51,-8.99114,17.88091],"rotation":{"angle":45,"axis":"x","origin":[7,-9.53667,14.57802]},"faces":{"north":{"uv":[3.5,3.5,3.75,3.25],"texture":"#0"},"east":{"uv":[2.5,3.5,3.5,3.25],"texture":"#0"},"south":{"uv":[4.75,3.5,5,3.25],"texture":"#0"},"west":{"uv":[3.75,3.5,4.75,3.25],"texture":"#0"},"up":{"uv":[4,3.25,3.75,2.25],"texture":"#0"},"down":{"uv":[3.75,2.25,3.5,3.25],"texture":"#0"}}},{"from":[7.5,-11.94202,13.76576],"to":[8.5,-7.94202,16.06576],"rotation":{"angle":-22.5,"axis":"x","origin":[7,-8.64912,15.53022]},"faces":{"north":{"uv":[5.75,6.75,6,5.75],"texture":"#0"},"east":{"uv":[5.25,6.75,5.75,5.75],"texture":"#0"},"south":{"uv":[6.5,6.75,6.75,5.75],"texture":"#0"},"west":{"uv":[6,6.75,6.5,5.75],"texture":"#0"},"up":{"uv":[6.25,5.75,6,5.25],"texture":"#0"},"down":{"uv":[6,5.25,5.75,5.75],"texture":"#0"}}},{"from":[8,-14.94202,13.06576],"to":[8,-11.94202,16.06576],"rotation":{"angle":-22.5,"axis":"x","origin":[7,-8.64912,15.53022]},"faces":{"east":{"uv":[5,6.75,4.25,6],"texture":"#0"},"west":{"uv":[4.25,6.75,5,6],"texture":"#0"}}},{"from":[8,-5.58579,7.58579],"to":[8,-0.58579,10.58579],"rotation":{"angle":45,"axis":"x","origin":[7,2.41421,7.58579]},"faces":{"east":{"uv":[5.5,2,4.75,0.75],"texture":"#0"},"west":{"uv":[4.75,2,5.5,0.75],"texture":"#0"}}},{"from":[8,-7.55166,2.31703],"to":[8,-2.55166,5.31703],"rotation":{"angle":-22.5,"axis":"x","origin":[7,-2.25877,5.78149]},"faces":{"east":{"uv":[4,5.75,3.25,4.5],"texture":"#0"},"west":{"uv":[3.25,5.75,4,4.5],"texture":"#0"}}},{"from":[8,-10.2361,3.26937],"to":[8,-5.2361,6.26937],"rotation":{"angle":-45,"axis":"x","origin":[7,-4.94321,6.73384]},"faces":{"east":{"uv":[2.25,5.25,1.5,4],"texture":"#0"},"west":{"uv":[1.5,5.25,2.25,4],"texture":"#0"}}},{"from":[7.25,-7.77334,12.93388],"to":[8.75,-5.27334,14.93388],"rotation":{"angle":22.5,"axis":"x","origin":[7,-7.05887,8.64098]},"faces":{"north":{"uv":[7.5,2,7.75,1.5],"texture":"#0"},"east":{"uv":[7,2,7.5,1.5],"texture":"#0"},"south":{"uv":[8.25,2,8.5,1.5],"texture":"#0"},"west":{"uv":[7.75,2,8.25,1.5],"texture":"#0"},"up":{"uv":[8,1.5,7.75,1],"texture":"#0"},"down":{"uv":[7.75,1,7.5,1.5],"texture":"#0"}}},{"from":[8,-8,13.65],"to":[8,24,14.65],"rotation":{"angle":0,"axis":"y","origin":[8,8,10]},"faces":{"east":{"uv":[0,0.25,0.25,8.25],"texture":"#0"},"west":{"uv":[0,0.25,0.25,8.25],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[5,0,5],"translation":[-1,-2,0]},"thirdperson_lefthand":{"rotation":[5,0,5],"translation":[-1,-2,0]},"firstperson_righthand":{"rotation":[10,-5,-5],"translation":[8,0,-9]},"firstperson_lefthand":{"rotation":[10,-5,-5],"translation":[8,0,-9]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/disciple_bow.json b/assets/minecraft/models/item/wynn/skin/bow/disciple_bow.json new file mode 100644 index 000000000..07b8b5693 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/disciple_bow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/disciple/disciple_bow"},"elements":[{"from":[8,-4.65,4.9],"to":[8,0.35,20.9],"rotation":{"angle":22.5,"axis":"x","origin":[7,1,0]},"faces":{"east":{"uv":[16,0,8.5,2.5],"texture":"#0"},"west":{"uv":[8.5,0,16,2.5],"texture":"#0"}}},{"from":[7.25,-7,0],"to":[8.75,3,3],"rotation":{"angle":-22.5,"axis":"x","origin":[7,1,0]},"faces":{"north":{"uv":[1.5,0,2.5,5],"texture":"#0"},"east":{"uv":[1.5,0,0,5],"texture":"#0"},"south":{"uv":[2.5,0,3.5,5],"texture":"#0"},"west":{"uv":[0,0,1.5,5],"texture":"#0"},"up":{"uv":[5.5,2.5,4.5,1],"texture":"#0"},"down":{"uv":[5.5,2.5,4.5,4],"texture":"#0"}}},{"from":[7.255,-4.645,5.655],"to":[8.745,-2.555,15.645],"rotation":{"angle":22.5,"axis":"x","origin":[7,1,0]},"faces":{"east":{"uv":[8.5,0,3.5,1],"texture":"#0"},"south":{"uv":[4.5,4,5,5],"texture":"#0"},"west":{"uv":[3.5,0,8.5,1],"texture":"#0"},"up":{"uv":[4,6,3.5,1],"texture":"#0"},"down":{"uv":[4.5,1,4,6],"texture":"#0"}}},{"from":[8,-12,-4],"to":[8,6,3],"rotation":{"angle":-22.5,"axis":"x","origin":[7,1,0]},"faces":{"east":{"uv":[3.5,5,0,14],"texture":"#0"},"west":{"uv":[0,5,3.5,14],"texture":"#0"}}},{"from":[8,15.65,4.9],"to":[8,20.65,20.9],"rotation":{"angle":-22.5,"axis":"x","origin":[7,15,0]},"faces":{"east":{"uv":[16,2.5,8.5,0],"texture":"#0"},"west":{"uv":[8.5,2.5,16,0],"texture":"#0"}}},{"from":[7.25,13,0],"to":[8.75,23,3],"rotation":{"angle":22.5,"axis":"x","origin":[7,15,0]},"faces":{"north":{"uv":[1.5,5,2.5,0],"texture":"#0"},"east":{"uv":[1.5,5,0,0],"texture":"#0"},"south":{"uv":[2.5,5,3.5,0],"texture":"#0"},"west":{"uv":[0,5,1.5,0],"texture":"#0"},"up":{"uv":[5.5,4,4.5,2.5],"texture":"#0"},"down":{"uv":[5.5,1,4.5,2.5],"texture":"#0"}}},{"from":[7.255,18.555,5.655],"to":[8.745,20.645,15.645],"rotation":{"angle":-22.5,"axis":"x","origin":[7,15,0]},"faces":{"east":{"uv":[8.5,1,3.5,0],"texture":"#0"},"south":{"uv":[4.5,5,5,4],"texture":"#0"},"west":{"uv":[3.5,1,8.5,0],"texture":"#0"},"up":{"uv":[4.5,6,4,1],"texture":"#0"},"down":{"uv":[4,1,3.5,6],"texture":"#0"}}},{"from":[8,10,-4],"to":[8,28,3],"rotation":{"angle":22.5,"axis":"x","origin":[7,15,0]},"faces":{"east":{"uv":[3.5,14,0,5],"texture":"#0"},"west":{"uv":[0,14,3.5,5],"texture":"#0"}}},{"from":[8.005,-8.995,14.005],"to":[7.995,24.995,15.005],"rotation":{"angle":0,"axis":"y","origin":[0,0,-1]},"faces":{"east":{"uv":[6,1,5.5,9],"texture":"#0"},"west":{"uv":[5.5,1,6,9],"texture":"#0"}}},{"from":[7.5,2.75,-1],"to":[8.5,7.75,1],"rotation":{"angle":45,"axis":"x","origin":[0,0,0]},"faces":{"north":{"uv":[7,1,7.5,3.5],"texture":"#0"},"east":{"uv":[7,1,6,3.5],"texture":"#0"},"south":{"uv":[7.5,1,8,3.5],"texture":"#0"},"west":{"uv":[6,1,7,3.5],"texture":"#0"},"up":{"uv":[8,1,8.5,2],"texture":"#0"}}},{"from":[7.5,8.25,-1],"to":[8.5,13.25,1],"rotation":{"angle":-45,"axis":"x","origin":[0,16,0]},"faces":{"north":{"uv":[7,3.5,7.5,1],"texture":"#0"},"east":{"uv":[7,3.5,6,1],"texture":"#0"},"south":{"uv":[7.5,3.5,8,1],"texture":"#0"},"west":{"uv":[6,3.5,7,1],"texture":"#0"},"down":{"uv":[8,2,8.5,1],"texture":"#0"}}},{"from":[7,3,2.5],"to":[9,13,5.5],"faces":{"north":{"uv":[7.5,3.5,8.5,8.5],"texture":"#0"},"east":{"uv":[7.5,3.5,6,8.5],"texture":"#0"},"south":{"uv":[8.5,3.5,9.5,8.5],"texture":"#0"},"west":{"uv":[6,3.5,7.5,8.5],"texture":"#0"},"up":{"uv":[9.5,3.5,10.5,5],"texture":"#0"},"down":{"uv":[9.5,5,10.5,6.5],"texture":"#0"}}},{"from":[6.75,-1.45,0],"to":[9.25,0.55,2],"rotation":{"angle":22.5,"axis":"x","origin":[0,0,0]},"faces":{"north":{"uv":[4.5,6,5.5,7],"texture":"#0"},"east":{"uv":[5.5,5,4.5,6],"texture":"#0"},"south":{"uv":[4.5,8,5.5,9],"texture":"#0"},"west":{"uv":[4.5,5,5.5,6],"texture":"#0"},"up":{"uv":[3.5,6,4.5,7],"texture":"#0"},"down":{"uv":[4.5,7,5.5,8],"texture":"#0"}}},{"from":[6.75,15.45,0],"to":[9.25,17.45,2],"rotation":{"angle":-22.5,"axis":"x","origin":[0,16,0]},"faces":{"north":{"uv":[4.5,7,5.5,6],"texture":"#0"},"east":{"uv":[5.5,6,4.5,5],"texture":"#0"},"south":{"uv":[4.5,9,5.5,8],"texture":"#0"},"west":{"uv":[4.5,6,5.5,5],"texture":"#0"},"up":{"uv":[4.5,8,5.5,7],"texture":"#0"},"down":{"uv":[3.5,7,4.5,6],"texture":"#0"}}},{"from":[7.25,23.7,6.8],"to":[8.75,24.95,8.05],"rotation":{"angle":0,"axis":"x","origin":[0,16,0]},"faces":{"north":{"uv":[3.5,8,4,7.5],"texture":"#0"},"east":{"uv":[4.5,7.5,4,7],"texture":"#0"},"south":{"uv":[4,8,4.5,7.5],"texture":"#0"},"west":{"uv":[4,7.5,4.5,7],"texture":"#0"},"up":{"uv":[3.5,7.5,4,7],"texture":"#0"},"down":{"uv":[4,8.5,4.5,8],"texture":"#0"}}},{"from":[7.25,-8.95,6.8],"to":[8.75,-7.7,8.05],"faces":{"north":{"uv":[3.5,7.5,4,8],"texture":"#0"},"east":{"uv":[4.5,7,4,7.5],"texture":"#0"},"south":{"uv":[4,7.5,4.5,8],"texture":"#0"},"west":{"uv":[4,7,4.5,7.5],"texture":"#0"},"up":{"uv":[4,8,4.5,8.5],"texture":"#0"},"down":{"uv":[3.5,7,4,7.5],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[5,0,5],"translation":[-1,-2,5],"scale":[1,1,0.75]},"thirdperson_lefthand":{"rotation":[5,0,5],"translation":[-1,-2,5],"scale":[1,1,0.75]},"firstperson_righthand":{"rotation":[10,-15,-5],"translation":[9,0,-9]},"firstperson_lefthand":{"rotation":[10,-15,-5],"translation":[9,0,-9]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/driftwood_bow.json b/assets/minecraft/models/item/wynn/skin/bow/driftwood_bow.json new file mode 100644 index 000000000..cb2b2b2b9 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/driftwood_bow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/driftwood_1","1":"skins/driftwood_2"},"elements":[{"from":[10.64363,21.56374,7.75189],"to":[12.66363,22.08374,8.27189],"rotation":{"angle":0,"axis":"z","origin":[6.70589,18.4056,8.07939]},"faces":{"north":{"uv":[5,12,7,12.5],"rotation":180,"texture":"#0"},"east":{"uv":[5,12,7,12.5],"texture":"#0"},"south":{"uv":[5,12,7,12.5],"texture":"#0"},"west":{"uv":[5,12,7,12.5],"texture":"#0"},"up":{"uv":[5,12,7,12.5],"texture":"#0"},"down":{"uv":[5,12,7,12.5],"texture":"#0"}}},{"from":[2.98002,11.87546,7.86937],"to":[3.24002,15.23546,8.12937],"rotation":{"angle":-22.5,"axis":"z","origin":[3.11728,13.05409,7.99588]},"faces":{"north":{"uv":[10,9,14.5,9.5],"rotation":270,"texture":"#1"},"east":{"uv":[10,9,14.5,9.5],"rotation":270,"texture":"#1"},"south":{"uv":[10,9,14.5,9.5],"rotation":270,"texture":"#1"},"west":{"uv":[10,9,14.5,9.5],"rotation":270,"texture":"#1"},"up":{"uv":[10,9,14.5,9.5],"rotation":270,"texture":"#1"},"down":{"uv":[9.5,9,10,9.5],"rotation":270,"texture":"#1"}}},{"from":[10.68002,18.47546,7.86937],"to":[10.94002,21.83546,8.12937],"rotation":{"angle":-22.5,"axis":"z","origin":[10.81728,19.65409,7.99588]},"faces":{"north":{"uv":[10,9,14.5,9.5],"rotation":270,"texture":"#1"},"east":{"uv":[10,9,14.5,9.5],"rotation":270,"texture":"#1"},"south":{"uv":[10,9,14.5,9.5],"rotation":270,"texture":"#1"},"west":{"uv":[10,9,14.5,9.5],"rotation":270,"texture":"#1"},"up":{"uv":[10,9,14.5,9.5],"rotation":270,"texture":"#1"},"down":{"uv":[9.5,9,10,9.5],"rotation":270,"texture":"#1"}}},{"from":[11.67139,-1.68664,7.86937],"to":[11.93139,21.67336,8.12937],"rotation":{"angle":0,"axis":"z","origin":[12.60139,19.79336,7.99937]},"faces":{"north":{"uv":[0,9,15.5,9.5],"rotation":270,"texture":"#1"},"east":{"uv":[0,9,15.5,9.5],"rotation":270,"texture":"#1"},"south":{"uv":[0,9,15.5,9.5],"rotation":270,"texture":"#1"},"west":{"uv":[0,9,15.5,9.5],"rotation":270,"texture":"#1"},"up":{"uv":[0,9,15.5,9.5],"rotation":270,"texture":"#1"},"down":{"uv":[0,9,15.5,9.5],"rotation":270,"texture":"#1"}}},{"from":[11.57139,3.81336,7.76937],"to":[12.03139,4.11336,8.22937],"rotation":{"angle":0,"axis":"z","origin":[12.60139,25.39336,7.99937]},"faces":{"north":{"uv":[9,2.5,10,3],"rotation":270,"texture":"#1"},"east":{"uv":[9,2.5,10,3],"rotation":270,"texture":"#1"},"south":{"uv":[9,2.5,10,3],"rotation":270,"texture":"#1"},"west":{"uv":[9,2.5,10,3],"rotation":270,"texture":"#1"},"up":{"uv":[9,2.5,10,3],"rotation":270,"texture":"#1"},"down":{"uv":[9,2.5,10,3],"rotation":270,"texture":"#1"}}},{"from":[3.98002,2.47546,7.86937],"to":[4.24002,4.13546,8.12937],"rotation":{"angle":-22.5,"axis":"z","origin":[4.12382,2.98458,7.99627]},"faces":{"north":{"uv":[11.5,2.5,14,3],"rotation":270,"texture":"#1"},"east":{"uv":[11.5,2.5,14,3],"rotation":270,"texture":"#1"},"south":{"uv":[11.5,2.5,14,3],"rotation":270,"texture":"#1"},"west":{"uv":[11.5,2.5,14,3],"rotation":270,"texture":"#1"},"up":{"uv":[11.5,2.5,14,3],"rotation":270,"texture":"#1"},"down":{"uv":[11.5,2.5,14,3],"rotation":270,"texture":"#1"}}},{"from":[11.18002,2.47546,7.86937],"to":[11.44002,4.13546,8.12937],"rotation":{"angle":-22.5,"axis":"z","origin":[11.32382,2.98458,7.99627]},"faces":{"north":{"uv":[11.5,2.5,14,3],"rotation":270,"texture":"#1"},"east":{"uv":[11.5,2.5,14,3],"rotation":270,"texture":"#1"},"south":{"uv":[11.5,2.5,14,3],"rotation":270,"texture":"#1"},"west":{"uv":[11.5,2.5,14,3],"rotation":270,"texture":"#1"},"up":{"uv":[11.5,2.5,14,3],"rotation":270,"texture":"#1"},"down":{"uv":[11.5,2.5,14,3],"rotation":270,"texture":"#1"}}},{"from":[2.51547,11.88579,7.72472],"to":[3.05547,12.42579,8.26472],"rotation":{"angle":0,"axis":"z","origin":[3.11728,13.05409,7.99588]},"faces":{"north":{"uv":[15,12.5,16.5,14],"rotation":180,"texture":"#1"},"east":{"uv":[15,12.5,16.5,14],"rotation":180,"texture":"#1"},"south":{"uv":[15,12.5,16.5,14],"rotation":180,"texture":"#1"},"west":{"uv":[15,12.5,16.5,14],"rotation":180,"texture":"#1"},"up":{"uv":[15,12.5,16.5,14],"rotation":180,"texture":"#1"},"down":{"uv":[15,12.5,16.5,14],"rotation":180,"texture":"#1"}}},{"from":[10.21547,18.48579,7.72472],"to":[10.75547,19.02579,8.26472],"rotation":{"angle":0,"axis":"z","origin":[10.81728,19.65409,7.99588]},"faces":{"north":{"uv":[15,12.5,16.5,14],"rotation":180,"texture":"#1"},"east":{"uv":[15,12.5,16.5,14],"rotation":180,"texture":"#1"},"south":{"uv":[15,12.5,16.5,14],"rotation":180,"texture":"#1"},"west":{"uv":[15,12.5,16.5,14],"rotation":180,"texture":"#1"},"up":{"uv":[15,12.5,16.5,14],"rotation":180,"texture":"#1"},"down":{"uv":[15,12.5,16.5,14],"rotation":180,"texture":"#1"}}},{"from":[3.65738,2.16017,7.72472],"to":[4.19738,2.70017,8.26472],"rotation":{"angle":0,"axis":"z","origin":[4.12382,2.98458,7.99627]},"faces":{"north":{"uv":[15,12.5,16.5,14],"rotation":180,"texture":"#1"},"east":{"uv":[15,12.5,16.5,14],"rotation":180,"texture":"#1"},"south":{"uv":[15,12.5,16.5,14],"rotation":180,"texture":"#1"},"west":{"uv":[15,12.5,16.5,14],"rotation":180,"texture":"#1"},"up":{"uv":[15,12.5,16.5,14],"rotation":180,"texture":"#1"},"down":{"uv":[15,12.5,16.5,14],"rotation":180,"texture":"#1"}}},{"from":[10.85738,2.16017,7.72472],"to":[11.39738,2.70017,8.26472],"rotation":{"angle":0,"axis":"z","origin":[11.32382,2.98458,7.99627]},"faces":{"north":{"uv":[15,12.5,16.5,14],"rotation":180,"texture":"#1"},"east":{"uv":[15,12.5,16.5,14],"rotation":180,"texture":"#1"},"south":{"uv":[15,12.5,16.5,14],"rotation":180,"texture":"#1"},"west":{"uv":[15,12.5,16.5,14],"rotation":180,"texture":"#1"},"up":{"uv":[15,12.5,16.5,14],"rotation":180,"texture":"#1"},"down":{"uv":[15,12.5,16.5,14],"rotation":180,"texture":"#1"}}},{"from":[2.92714,12.73498,7.77472],"to":[3.36714,13.17498,8.21472],"rotation":{"angle":-45,"axis":"z","origin":[3.11728,13.05409,7.99588]},"faces":{"north":{"uv":[15,12.5,16,13.5],"rotation":90,"texture":"#1"},"east":{"uv":[15,12.5,16,13.5],"rotation":90,"texture":"#1"},"south":{"uv":[15,12.5,16,13.5],"rotation":90,"texture":"#1"},"west":{"uv":[15,12.5,16,13.5],"rotation":90,"texture":"#1"},"up":{"uv":[15,12.5,16,13.5],"rotation":90,"texture":"#1"},"down":{"uv":[15,12.5,16,13.5],"rotation":90,"texture":"#1"}}},{"from":[10.62714,19.33498,7.77472],"to":[11.06714,19.77498,8.21472],"rotation":{"angle":-45,"axis":"z","origin":[10.81728,19.65409,7.99588]},"faces":{"north":{"uv":[15,12.5,16,13.5],"rotation":90,"texture":"#1"},"east":{"uv":[15,12.5,16,13.5],"rotation":90,"texture":"#1"},"south":{"uv":[15,12.5,16,13.5],"rotation":90,"texture":"#1"},"west":{"uv":[15,12.5,16,13.5],"rotation":90,"texture":"#1"},"up":{"uv":[15,12.5,16,13.5],"rotation":90,"texture":"#1"},"down":{"uv":[15,12.5,16,13.5],"rotation":90,"texture":"#1"}}},{"from":[3.78623,3.00435,7.77472],"to":[4.22623,3.44435,8.21472],"rotation":{"angle":-45,"axis":"z","origin":[4.12382,2.98458,7.99627]},"faces":{"north":{"uv":[15,12.5,16,13.5],"rotation":90,"texture":"#1"},"east":{"uv":[15,12.5,16,13.5],"rotation":90,"texture":"#1"},"south":{"uv":[15,12.5,16,13.5],"rotation":90,"texture":"#1"},"west":{"uv":[15,12.5,16,13.5],"rotation":90,"texture":"#1"},"up":{"uv":[15,12.5,16,13.5],"rotation":90,"texture":"#1"},"down":{"uv":[15,12.5,16,13.5],"rotation":90,"texture":"#1"}}},{"from":[10.98623,3.00435,7.77472],"to":[11.42623,3.44435,8.21472],"rotation":{"angle":-45,"axis":"z","origin":[11.32382,2.98458,7.99627]},"faces":{"north":{"uv":[15,12.5,16,13.5],"rotation":90,"texture":"#1"},"east":{"uv":[15,12.5,16,13.5],"rotation":90,"texture":"#1"},"south":{"uv":[15,12.5,16,13.5],"rotation":90,"texture":"#1"},"west":{"uv":[15,12.5,16,13.5],"rotation":90,"texture":"#1"},"up":{"uv":[15,12.5,16,13.5],"rotation":90,"texture":"#1"},"down":{"uv":[15,12.5,16,13.5],"rotation":90,"texture":"#1"}}},{"from":[2.92765,13.44261,7.82472],"to":[3.26765,13.78261,8.16472],"rotation":{"angle":-22.5,"axis":"z","origin":[3.11728,13.05409,7.99588]},"faces":{"north":{"uv":[15,12.5,16,13.5],"rotation":90,"texture":"#1"},"east":{"uv":[15,12.5,16,13.5],"rotation":90,"texture":"#1"},"south":{"uv":[15,12.5,16,13.5],"rotation":90,"texture":"#1"},"west":{"uv":[15,12.5,16,13.5],"rotation":90,"texture":"#1"},"up":{"uv":[15,12.5,16,13.5],"rotation":90,"texture":"#1"},"down":{"uv":[15,12.5,16,13.5],"rotation":90,"texture":"#1"}}},{"from":[10.62765,20.04261,7.82472],"to":[10.96765,20.38261,8.16472],"rotation":{"angle":-22.5,"axis":"z","origin":[10.81728,19.65409,7.99588]},"faces":{"north":{"uv":[15,12.5,16,13.5],"rotation":90,"texture":"#1"},"east":{"uv":[15,12.5,16,13.5],"rotation":90,"texture":"#1"},"south":{"uv":[15,12.5,16,13.5],"rotation":90,"texture":"#1"},"west":{"uv":[15,12.5,16,13.5],"rotation":90,"texture":"#1"},"up":{"uv":[15,12.5,16,13.5],"rotation":90,"texture":"#1"},"down":{"uv":[15,12.5,16,13.5],"rotation":90,"texture":"#1"}}},{"from":[5.21402,18.05266,7.37472],"to":[6.75402,18.39266,8.71472],"rotation":{"angle":0,"axis":"z","origin":[6.70589,18.4056,8.07939]},"faces":{"north":{"uv":[11.5,1,13,1.5],"texture":"#1"},"east":{"uv":[11.5,1,13,1.5],"texture":"#1"},"south":{"uv":[11.5,1,13,1.5],"texture":"#1"},"west":{"uv":[11.5,1,13,1.5],"texture":"#1"},"up":{"uv":[11.5,1,13,1.5],"texture":"#1"},"down":{"uv":[11.5,1,13,1.5],"texture":"#1"}}},{"from":[4.3395,4.07951,7.22472],"to":[6.1795,4.51951,8.76472],"rotation":{"angle":22.5,"axis":"z","origin":[5.22176,4.43608,8.04472]},"faces":{"north":{"uv":[11.5,1,13,1.5],"rotation":180,"texture":"#1"},"east":{"uv":[11.5,1,13,1.5],"rotation":180,"texture":"#1"},"south":{"uv":[11.5,1,13,1.5],"rotation":180,"texture":"#1"},"west":{"uv":[11.5,1,13,1.5],"rotation":180,"texture":"#1"},"up":{"uv":[11.5,1,13,1.5],"rotation":180,"texture":"#1"},"down":{"uv":[11.5,1,13,1.5],"rotation":180,"texture":"#1"}}},{"from":[5.70991,17.36461,7.42472],"to":[7.14991,17.60461,8.66472],"rotation":{"angle":-45,"axis":"z","origin":[6.70589,18.4056,8.07939]},"faces":{"north":{"uv":[11.5,1,13,1.5],"texture":"#1"},"east":{"uv":[11.5,1,13,1.5],"texture":"#1"},"south":{"uv":[11.5,1,13,1.5],"texture":"#1"},"west":{"uv":[11.5,1,13,1.5],"texture":"#1"},"up":{"uv":[11.5,1,13,1.5],"texture":"#1"},"down":{"uv":[11.5,1,13,1.5],"texture":"#1"}}},{"from":[4.39921,4.40668,7.27472],"to":[6.13921,4.74668,8.71472],"rotation":{"angle":-22.5,"axis":"z","origin":[5.22176,4.43608,8.04472]},"faces":{"north":{"uv":[11.5,1,13,1.5],"rotation":180,"texture":"#1"},"east":{"uv":[11.5,1,13,1.5],"rotation":180,"texture":"#1"},"south":{"uv":[11.5,1,13,1.5],"rotation":180,"texture":"#1"},"west":{"uv":[11.5,1,13,1.5],"rotation":180,"texture":"#1"},"up":{"uv":[11.5,1,13,1.5],"rotation":180,"texture":"#1"},"down":{"uv":[11.5,1,13,1.5],"rotation":180,"texture":"#1"}}},{"from":[12.36456,19.25808,7.57472],"to":[12.80456,20.59808,8.41472],"rotation":{"angle":22.5,"axis":"z","origin":[6.70589,18.4056,8.07939]},"faces":{"north":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"},"east":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"},"south":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"},"west":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"},"up":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"},"down":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"}}},{"from":[10.78445,-2.05814,7.47472],"to":[11.92445,-1.61814,8.51472],"rotation":{"angle":22.5,"axis":"z","origin":[11.45445,-1.83814,7.99472]},"faces":{"north":{"uv":[11.5,1,13,1.5],"rotation":180,"texture":"#1"},"east":{"uv":[11.5,1,13,1.5],"texture":"#1"},"south":{"uv":[11.5,1,13,1.5],"texture":"#1"},"west":{"uv":[11.5,1,13,1.5],"texture":"#1"},"up":{"uv":[11.5,1,13,1.5],"texture":"#1"},"down":{"uv":[11.5,1,13,1.5],"texture":"#1"}}},{"from":[4.87462,13.33006,7.38024],"to":[6.17462,17.13006,8.68024],"rotation":{"angle":0,"axis":"z","origin":[6.70589,18.4056,8.07939]},"faces":{"north":{"uv":[5.5,14.5,10.5,16],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,14.5,10.5,16],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,14.5,10.5,16],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,14.5,10.5,16],"rotation":270,"texture":"#0"},"up":{"uv":[9,14.5,10.5,16],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,14.5,7,16],"rotation":270,"texture":"#0"}}},{"from":[3.0491,10.89269,7.28024],"to":[4.5491,14.39269,8.78024],"rotation":{"angle":22.5,"axis":"z","origin":[6.70589,18.4056,8.07939]},"faces":{"north":{"uv":[1.5,14.5,5,16],"rotation":270,"texture":"#0"},"east":{"uv":[1.5,14.5,5,16],"rotation":270,"texture":"#0"},"south":{"uv":[1.5,14.5,5,16],"rotation":270,"texture":"#0"},"west":{"uv":[1.5,14.5,5,16],"rotation":270,"texture":"#0"},"up":{"uv":[3.5,14.5,5,16],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,14.5,3,16],"rotation":270,"texture":"#0"}}},{"from":[5.51233,16.49824,7.43035],"to":[6.71233,19.29824,8.63035],"rotation":{"angle":-22.5,"axis":"z","origin":[6.70589,18.4056,8.07939]},"faces":{"north":{"uv":[8,14.5,12,16],"rotation":270,"texture":"#0"},"east":{"uv":[8,14.5,12,16],"rotation":270,"texture":"#0"},"south":{"uv":[8,14.5,12,16],"rotation":270,"texture":"#0"},"west":{"uv":[8,14.5,12,16],"rotation":270,"texture":"#0"},"up":{"uv":[10.5,14.5,12,16],"rotation":270,"texture":"#0"},"down":{"uv":[8,14.5,12,16],"rotation":270,"texture":"#0"}}},{"from":[4.51157,17.46767,7.53035],"to":[5.51157,19.46767,8.53035],"rotation":{"angle":22.5,"axis":"z","origin":[6.70589,18.4056,8.07939]},"faces":{"north":{"uv":[10,14.5,13,16],"rotation":270,"texture":"#0"},"east":{"uv":[10,14.5,13,16],"rotation":270,"texture":"#0"},"south":{"uv":[10,16,13,14.5],"rotation":270,"texture":"#0"},"west":{"uv":[9.5,14.5,12.5,16],"rotation":270,"texture":"#0"},"up":{"uv":[11.5,14,13,15.5],"texture":"#0"},"down":{"uv":[10,14.5,13,16],"rotation":270,"texture":"#0"}}},{"from":[5.89316,18.55409,7.63035],"to":[6.69316,20.85409,8.43035],"rotation":{"angle":0,"axis":"z","origin":[6.70589,18.4056,8.07939]},"faces":{"north":{"uv":[0,12,2.5,13],"rotation":270,"texture":"#0"},"east":{"uv":[1,12.5,3.5,11.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,13,2.5,12],"rotation":270,"texture":"#0"},"west":{"uv":[0,13.5,2.5,12.5],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,12.5,3.5,11.5],"rotation":270,"texture":"#0"},"down":{"uv":[0,13,2.5,12],"rotation":270,"texture":"#0"}}},{"from":[4.36711,18.5459,7.63068],"to":[5.16711,20.8459,8.43068],"rotation":{"angle":0,"axis":"z","origin":[6.70589,18.4056,8.07939]},"faces":{"north":{"uv":[11.5,15,14.5,16],"rotation":270,"texture":"#0"},"east":{"uv":[11.5,14.5,14.5,15.5],"rotation":270,"texture":"#0"},"south":{"uv":[11.5,16,14.5,15],"rotation":270,"texture":"#0"},"west":{"uv":[11.5,15.5,14.5,16],"rotation":270,"texture":"#0"},"up":{"uv":[11.5,15,14.5,16],"rotation":270,"texture":"#0"},"down":{"uv":[11.5,15,14.5,16],"rotation":270,"texture":"#0"}}},{"from":[5.0823,20.35963,7.73068],"to":[5.6823,22.45963,8.33068],"rotation":{"angle":-22.5,"axis":"z","origin":[6.70589,18.4056,8.07939]},"faces":{"north":{"uv":[4,11.5,6,11],"rotation":270,"texture":"#0"},"east":{"uv":[4,11.5,6,11],"rotation":270,"texture":"#0"},"south":{"uv":[4,11.5,6,11],"rotation":270,"texture":"#0"},"west":{"uv":[4,11.5,6,11],"rotation":270,"texture":"#0"},"up":{"uv":[5.5,11.5,6,11],"rotation":270,"texture":"#0"},"down":{"uv":[4,11.5,6,11],"rotation":270,"texture":"#0"}}},{"from":[5.72085,21.38898,7.73068],"to":[6.32085,23.48898,8.33068],"rotation":{"angle":-45,"axis":"z","origin":[6.70589,18.4056,8.07939]},"faces":{"north":{"uv":[2.5,12.5,4.5,12],"rotation":270,"texture":"#0"},"east":{"uv":[2.5,12.5,4.5,12],"rotation":270,"texture":"#0"},"south":{"uv":[2.5,12.5,4.5,12],"rotation":270,"texture":"#0"},"west":{"uv":[2.5,12.5,4.5,12],"rotation":270,"texture":"#0"},"up":{"uv":[4,12.5,4.5,12],"rotation":270,"texture":"#0"},"down":{"uv":[2.5,12.5,4.5,12],"rotation":270,"texture":"#0"}}},{"from":[4.51711,20.6959,7.78068],"to":[5.01711,22.1959,8.28068],"rotation":{"angle":0,"axis":"z","origin":[6.70589,18.4056,8.07939]},"faces":{"north":{"uv":[0,12,1.5,12.5],"rotation":270,"texture":"#0"},"east":{"uv":[0,12,1.5,12.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,12,1.5,12.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,12,1.5,12.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,12,1.5,12.5],"rotation":270,"texture":"#0"},"down":{"uv":[0,12,1.5,12.5],"rotation":270,"texture":"#0"}}},{"from":[3.31882,20.98727,7.88068],"to":[3.61882,21.78727,8.18068],"rotation":{"angle":-22.5,"axis":"z","origin":[6.70589,18.4056,8.07939]},"faces":{"north":{"uv":[4,12,5.5,12.5],"rotation":270,"texture":"#0"},"east":{"uv":[4,12,5.5,12.5],"rotation":270,"texture":"#0"},"south":{"uv":[4,12,5.5,12.5],"rotation":270,"texture":"#0"},"west":{"uv":[4,12,5.5,12.5],"rotation":270,"texture":"#0"},"up":{"uv":[4,12,5.5,12.5],"rotation":270,"texture":"#0"},"down":{"uv":[4,12,5.5,12.5],"rotation":270,"texture":"#0"}}},{"from":[5.18231,21.65963,7.83068],"to":[5.58231,23.05963,8.23068],"rotation":{"angle":-22.5,"axis":"z","origin":[6.70589,18.4056,8.07939]},"faces":{"north":{"uv":[5.5,11.5,6.5,12.5],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,11.5,6.5,12.5],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,11.5,6.5,12.5],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,11.5,6.5,12.5],"rotation":270,"texture":"#0"},"up":{"uv":[5.5,11.5,6.5,12.5],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,11.5,6.5,12.5],"rotation":270,"texture":"#0"}}},{"from":[3.53476,22.08723,7.88068],"to":[3.83476,22.88723,8.18068],"rotation":{"angle":-45,"axis":"z","origin":[6.70589,18.4056,8.07939]},"faces":{"north":{"uv":[6.5,11.5,7.5,12],"rotation":270,"texture":"#0"},"east":{"uv":[6.5,11.5,7.5,12],"rotation":270,"texture":"#0"},"south":{"uv":[6.5,11.5,7.5,12],"rotation":270,"texture":"#0"},"west":{"uv":[6.5,11.5,7.5,12],"rotation":270,"texture":"#0"},"up":{"uv":[6.5,11.5,7.5,12],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,11.5,7.5,12],"rotation":270,"texture":"#0"}}},{"from":[11.03261,20.78205,7.83068],"to":[12.43261,21.18205,8.23068],"rotation":{"angle":22.5,"axis":"z","origin":[6.70589,18.4056,8.07939]},"faces":{"north":{"uv":[5,12.5,7,12],"rotation":180,"texture":"#0"},"east":{"uv":[6.5,12.5,7,12],"texture":"#0"},"south":{"uv":[5,12.5,7,12],"texture":"#0"},"west":{"uv":[5,12.5,7,12],"texture":"#0"},"up":{"uv":[5,12.5,7,12],"texture":"#0"},"down":{"uv":[5,12.5,7,12],"texture":"#0"}}},{"from":[5.31725,18.72469,7.51023],"to":[6.35725,20.76469,8.55023],"rotation":{"angle":-45,"axis":"z","origin":[6.70589,18.4056,8.07939]},"faces":{"north":{"uv":[14,14.5,11,16],"rotation":90,"texture":"#0"},"east":{"uv":[13,14.5,10,16],"rotation":90,"texture":"#0"},"south":{"uv":[11,14.5,14,16],"rotation":270,"texture":"#0"},"west":{"uv":[13.5,14,10.5,15.5],"rotation":90,"texture":"#0"},"up":{"uv":[14,14.5,12.5,16],"rotation":270,"texture":"#0"},"down":{"uv":[14,14.5,11,16],"rotation":90,"texture":"#0"}}},{"from":[8.29177,19.69864,7.61128],"to":[10.13177,20.53864,8.45128],"rotation":{"angle":22.5,"axis":"z","origin":[6.70589,18.4056,8.07939]},"faces":{"north":{"uv":[1,11.5,3,12.5],"rotation":180,"texture":"#0"},"east":{"uv":[2,11.5,3,12.5],"texture":"#0"},"south":{"uv":[1,11.5,3,12.5],"texture":"#0"},"west":{"uv":[1,11.5,3,12.5],"texture":"#0"},"up":{"uv":[1,11.5,3,12.5],"texture":"#0"},"down":{"uv":[1,11.5,3,12.5],"texture":"#0"}}},{"from":[9.8094,19.75364,7.68139],"to":[14.5094,20.45364,8.38139],"rotation":{"angle":22.5,"axis":"z","origin":[6.70589,18.4056,8.07939]},"faces":{"north":{"uv":[3,12,8,13],"rotation":180,"texture":"#0"},"east":{"uv":[7.5,11.5,8.5,12.5],"texture":"#0"},"south":{"uv":[3,13,8,12],"texture":"#0"},"west":{"uv":[3,12,8,13],"texture":"#0"},"up":{"uv":[3.5,12,8.5,13],"texture":"#0"},"down":{"uv":[3,12,8,13],"texture":"#0"}}},{"from":[13.47833,19.73087,7.63139],"to":[13.67833,20.53087,8.43139],"rotation":{"angle":22.5,"axis":"z","origin":[6.70589,18.4056,8.07939]},"faces":{"north":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"},"east":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"},"south":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"},"west":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"},"up":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"},"down":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"}}},{"from":[11.77052,19.6729,7.63139],"to":[11.97052,20.4729,8.43139],"rotation":{"angle":22.5,"axis":"z","origin":[6.70589,18.4056,8.07939]},"faces":{"north":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"},"east":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"},"south":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"},"west":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"},"up":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"},"down":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"}}},{"from":[4.78917,16.4693,7.28139],"to":[6.28917,16.7693,8.78139],"rotation":{"angle":0,"axis":"z","origin":[6.70589,18.4056,8.07939]},"faces":{"north":{"uv":[11.5,1,13,1.5],"texture":"#1"},"east":{"uv":[11.5,1,13,1.5],"texture":"#1"},"south":{"uv":[11.5,1,13,1.5],"texture":"#1"},"west":{"uv":[11.5,1,13,1.5],"texture":"#1"},"up":{"uv":[11.5,1,13,1.5],"texture":"#1"},"down":{"uv":[11.5,1,13,1.5],"texture":"#1"}}},{"from":[7.05609,13.99034,7.48139],"to":[7.35609,14.99034,8.58139],"rotation":{"angle":-45,"axis":"z","origin":[6.70589,18.4056,8.07939]},"faces":{"north":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"},"east":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"},"south":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"},"west":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"},"up":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"},"down":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"}}},{"from":[7.83936,26.1115,7.77826],"to":[8.33936,26.8115,8.27826],"rotation":{"angle":-45,"axis":"z","origin":[6.70589,18.4056,8.07939]},"faces":{"north":{"uv":[7.5,12,8.9,13],"rotation":270,"texture":"#0"},"east":{"uv":[7.5,12,8.9,13],"rotation":270,"texture":"#0"},"south":{"uv":[7.5,12,8.9,13],"rotation":270,"texture":"#0"},"west":{"uv":[8,12,9.4,13],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,12,9.5,13],"rotation":270,"texture":"#0"},"down":{"uv":[8,12,9.4,13],"rotation":270,"texture":"#0"}}},{"from":[7.37457,13.87739,7.43035],"to":[9.07457,15.02739,8.63035],"rotation":{"angle":-45,"axis":"z","origin":[6.70589,18.4056,8.07939]},"faces":{"north":{"uv":[4.5,14.5,6.5,16],"texture":"#0"},"east":{"uv":[4.5,14.5,6.5,16],"texture":"#0"},"south":{"uv":[4.5,14.5,6.5,16],"texture":"#0"},"west":{"uv":[5,14.5,6.5,16],"texture":"#0"},"up":{"uv":[4.5,14.5,6.5,16],"texture":"#0"},"down":{"uv":[4.5,14.5,6.5,16],"texture":"#0"}}},{"from":[6.49457,14.04739,7.55035],"to":[7.45457,14.90739,8.51035],"rotation":{"angle":-45,"axis":"z","origin":[6.70589,18.4056,8.07939]},"faces":{"north":{"uv":[5,14.5,6.5,16],"texture":"#0"},"east":{"uv":[5,14.5,6.5,16],"texture":"#0"},"south":{"uv":[5,14.5,6.5,16],"texture":"#0"},"west":{"uv":[5,14.5,6.5,16],"texture":"#0"},"up":{"uv":[5,14.5,6.5,16],"texture":"#0"},"down":{"uv":[5,14.5,6.5,16],"texture":"#0"}}},{"from":[2.70857,16.97739,7.63035],"to":[3.30857,17.77739,8.43035],"rotation":{"angle":22.5,"axis":"z","origin":[6.70589,18.4056,8.07939]},"faces":{"north":{"uv":[7,15,8,16],"texture":"#0"},"east":{"uv":[7,15,8,16],"texture":"#0"},"south":{"uv":[7,15,8,16],"texture":"#0"},"west":{"uv":[7,15,8,16],"texture":"#0"},"up":{"uv":[7,15,8,16],"texture":"#0"},"down":{"uv":[7,15,8,16],"texture":"#0"}}},{"from":[6.22551,19.02067,8.3435],"to":[6.82551,19.62067,8.9435],"rotation":{"angle":22.5,"axis":"x","origin":[6.52551,19.32067,8.6435]},"faces":{"north":{"uv":[7,6.5,5.5,8],"rotation":270,"texture":"#1"},"east":{"uv":[5.5,8,7,6.5],"rotation":90,"texture":"#1"},"south":{"uv":[7,5,5.5,6.5],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,8,7,6.5],"rotation":90,"texture":"#1"},"up":{"uv":[7,6.5,5.5,8],"rotation":90,"texture":"#1"},"down":{"uv":[7,6.5,5.5,8],"rotation":90,"texture":"#1"}}},{"from":[6.09036,11.88638,6.89129],"to":[6.69036,12.48638,7.49129],"rotation":{"angle":-22.5,"axis":"y","origin":[5.98611,12.34698,7.32936]},"faces":{"north":{"uv":[7,6.5,5.5,5],"rotation":180,"texture":"#1"},"east":{"uv":[5.5,6.5,7,8],"texture":"#1"},"south":{"uv":[7,8,5.5,6.5],"rotation":180,"texture":"#1"},"west":{"uv":[5.5,6.5,7,8],"texture":"#1"},"up":{"uv":[5.5,6.5,7,8],"texture":"#1"},"down":{"uv":[5.5,6.5,7,8],"texture":"#1"}}},{"from":[6.22551,1.22067,8.2435],"to":[7.02551,2.02067,9.0435],"rotation":{"angle":22.5,"axis":"x","origin":[6.62551,1.62067,8.6435]},"faces":{"north":{"uv":[7,6.5,5.5,8],"rotation":270,"texture":"#1"},"east":{"uv":[5.5,8,7,6.5],"rotation":90,"texture":"#1"},"south":{"uv":[7,5,5.5,6.5],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,8,7,6.5],"rotation":90,"texture":"#1"},"up":{"uv":[7,6.5,5.5,8],"rotation":90,"texture":"#1"},"down":{"uv":[7,6.5,5.5,8],"rotation":90,"texture":"#1"}}},{"from":[6.17551,2.07067,7.9435],"to":[7.07551,2.97067,8.8435],"rotation":{"angle":-45,"axis":"y","origin":[6.62551,2.52067,8.3935]},"faces":{"north":{"uv":[5.5,8,7,6.5],"rotation":90,"texture":"#1"},"east":{"uv":[7,5,5.5,6.5],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,8,7,6.5],"rotation":90,"texture":"#1"},"west":{"uv":[7,6.5,5.5,8],"rotation":270,"texture":"#1"},"up":{"uv":[7,6.5,5.5,8],"texture":"#1"},"down":{"uv":[7,6.5,5.5,8],"rotation":180,"texture":"#1"}}},{"from":[9.02551,0.02067,6.9935],"to":[9.62551,0.62067,7.5935],"rotation":{"angle":22.5,"axis":"x","origin":[9.32551,0.32067,7.2935]},"faces":{"north":{"uv":[7,5,5.5,6.5],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,8,7,6.5],"rotation":90,"texture":"#1"},"south":{"uv":[7,6.5,5.5,8],"rotation":270,"texture":"#1"},"west":{"uv":[5.5,8,7,6.5],"rotation":90,"texture":"#1"},"up":{"uv":[7,6.5,5.5,8],"rotation":270,"texture":"#1"},"down":{"uv":[7,6.5,5.5,8],"rotation":270,"texture":"#1"}}},{"from":[5.88906,16.51153,7.62529],"to":[6.48906,17.11153,8.22529],"rotation":{"angle":-22.5,"axis":"z","origin":[6.70589,18.4056,8.07939]},"faces":{"north":{"uv":[7,6.5,5.5,5],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,6.5,7,8],"rotation":90,"texture":"#1"},"south":{"uv":[7,8,5.5,6.5],"rotation":270,"texture":"#1"},"west":{"uv":[5.5,6.5,7,8],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,6.5,7,8],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,6.5,7,8],"rotation":90,"texture":"#1"}}},{"from":[8.35975,12.33164,7.6126],"to":[8.95975,12.93164,8.2126],"rotation":{"angle":-22.5,"axis":"z","origin":[6.70589,18.4056,8.07939]},"faces":{"north":{"uv":[7,6.5,5.5,8],"texture":"#1"},"east":{"uv":[7,6.5,5.5,8],"texture":"#1"},"south":{"uv":[7,5,5.5,6.5],"texture":"#1"},"west":{"uv":[7,6.5,5.5,8],"texture":"#1"},"up":{"uv":[5.5,8,7,6.5],"texture":"#1"},"down":{"uv":[5.5,8,7,6.5],"texture":"#1"}}},{"from":[7.31269,19.81969,8.54636],"to":[7.71269,20.21969,8.94636],"rotation":{"angle":22.5,"axis":"z","origin":[6.70589,18.4056,8.07939]},"faces":{"north":{"uv":[7,7,6,8],"rotation":180,"texture":"#1"},"east":{"uv":[7,7,6,8],"rotation":180,"texture":"#1"},"south":{"uv":[7,7,6,8],"rotation":180,"texture":"#1"},"west":{"uv":[7,7,6,8],"rotation":180,"texture":"#1"},"up":{"uv":[6,8,7,7],"rotation":180,"texture":"#1"},"down":{"uv":[6,8,7,7],"rotation":180,"texture":"#1"}}},{"from":[5.41887,12.45873,7.05364],"to":[5.81887,12.85873,7.45364],"rotation":{"angle":22.5,"axis":"z","origin":[5.98611,12.34698,7.32936]},"faces":{"north":{"uv":[6,7,7,8],"rotation":270,"texture":"#1"},"east":{"uv":[6,7,7,8],"rotation":90,"texture":"#1"},"south":{"uv":[6,7,7,8],"rotation":90,"texture":"#1"},"west":{"uv":[6,7,7,8],"rotation":90,"texture":"#1"},"up":{"uv":[6,7,7,8],"rotation":90,"texture":"#1"},"down":{"uv":[6,7,7,8],"rotation":90,"texture":"#1"}}},{"from":[9.01269,-0.08031,7.34636],"to":[9.41269,0.31969,7.74636],"rotation":{"angle":22.5,"axis":"z","origin":[8.40589,-1.4944,6.87939]},"faces":{"north":{"uv":[7,7,6,8],"rotation":180,"texture":"#1"},"east":{"uv":[7,7,6,8],"rotation":180,"texture":"#1"},"south":{"uv":[7,7,6,8],"rotation":180,"texture":"#1"},"west":{"uv":[7,7,6,8],"rotation":180,"texture":"#1"},"up":{"uv":[6,8,7,7],"rotation":180,"texture":"#1"},"down":{"uv":[6,8,7,7],"rotation":180,"texture":"#1"}}},{"from":[3.26408,13.20539,8.54636],"to":[3.66408,13.60539,8.94636],"rotation":{"angle":22.5,"axis":"z","origin":[6.70589,18.4056,8.07939]},"faces":{"north":{"uv":[7,7,6,8],"rotation":270,"texture":"#1"},"east":{"uv":[6,8,7,7],"rotation":90,"texture":"#1"},"south":{"uv":[7,7,6,8],"rotation":90,"texture":"#1"},"west":{"uv":[6,8,7,7],"rotation":90,"texture":"#1"},"up":{"uv":[7,7,6,8],"rotation":90,"texture":"#1"},"down":{"uv":[7,7,6,8],"rotation":90,"texture":"#1"}}},{"from":[5.77435,12.69542,8.69636],"to":[6.07435,12.99542,8.99636],"rotation":{"angle":45,"axis":"x","origin":[5.92435,12.84542,8.84636]},"faces":{"north":{"uv":[7,7,6,8],"rotation":270,"texture":"#1"},"east":{"uv":[6,8,7,7],"rotation":90,"texture":"#1"},"south":{"uv":[7,7,6,8],"rotation":90,"texture":"#1"},"west":{"uv":[6,8,7,7],"rotation":90,"texture":"#1"},"up":{"uv":[7,7,6,8],"rotation":90,"texture":"#1"},"down":{"uv":[7,7,6,8],"rotation":90,"texture":"#1"}}},{"from":[5.17435,12.89542,8.69636],"to":[5.47435,13.19542,8.99636],"rotation":{"angle":-22.5,"axis":"x","origin":[5.32435,13.04542,8.84636]},"faces":{"north":{"uv":[7,7,6,8],"rotation":270,"texture":"#1"},"east":{"uv":[6,8,7,7],"texture":"#1"},"south":{"uv":[7,7,6,8],"rotation":90,"texture":"#1"},"west":{"uv":[6,8,7,7],"rotation":180,"texture":"#1"},"up":{"uv":[7,7,6,8],"rotation":90,"texture":"#1"},"down":{"uv":[7,7,6,8],"rotation":90,"texture":"#1"}}},{"from":[5.73653,16.3924,8.51978],"to":[6.13653,16.7924,8.91978],"rotation":{"angle":-22.5,"axis":"z","origin":[7.10589,18.7056,8.07939]},"faces":{"north":{"uv":[7,7,6,8],"rotation":180,"texture":"#1"},"east":{"uv":[7,7,6,8],"rotation":180,"texture":"#1"},"south":{"uv":[7,7,6,8],"rotation":180,"texture":"#1"},"west":{"uv":[7,7,6,8],"rotation":180,"texture":"#1"},"up":{"uv":[6,8,7,7],"rotation":270,"texture":"#1"},"down":{"uv":[6,8,7,7],"rotation":90,"texture":"#1"}}},{"from":[9.55125,-0.45292,7.15364],"to":[9.95125,-0.05292,7.55364],"rotation":{"angle":45,"axis":"x","origin":[9.75125,-0.25292,7.35364]},"faces":{"north":{"uv":[7,7,6,8],"rotation":270,"texture":"#1"},"east":{"uv":[7,7,6,8],"rotation":90,"texture":"#1"},"south":{"uv":[7,7,6,8],"rotation":90,"texture":"#1"},"west":{"uv":[7,7,6,8],"rotation":90,"texture":"#1"},"up":{"uv":[7,7,6,8],"rotation":90,"texture":"#1"},"down":{"uv":[7,7,6,8],"rotation":90,"texture":"#1"}}},{"from":[6.39345,19.32472,8.54636],"to":[6.79345,19.72472,8.94636],"rotation":{"angle":22.5,"axis":"z","origin":[6.70589,18.4056,8.07939]},"faces":{"north":{"uv":[7,7,6,8],"rotation":180,"texture":"#1"},"east":{"uv":[7,7,6,8],"rotation":180,"texture":"#1"},"south":{"uv":[7,7,6,8],"rotation":180,"texture":"#1"},"west":{"uv":[7,7,6,8],"rotation":180,"texture":"#1"},"up":{"uv":[6,8,7,7],"rotation":180,"texture":"#1"},"down":{"uv":[6,8,7,7],"rotation":180,"texture":"#1"}}},{"from":[5.91384,11.53949,7.05364],"to":[6.31384,11.93949,7.45364],"rotation":{"angle":22.5,"axis":"z","origin":[5.98611,12.34698,7.32936]},"faces":{"north":{"uv":[6,7,7,8],"rotation":270,"texture":"#1"},"east":{"uv":[6,7,7,8],"rotation":90,"texture":"#1"},"south":{"uv":[6,7,7,8],"rotation":90,"texture":"#1"},"west":{"uv":[6,7,7,8],"rotation":90,"texture":"#1"},"up":{"uv":[6,7,7,8],"rotation":90,"texture":"#1"},"down":{"uv":[6,7,7,8],"rotation":90,"texture":"#1"}}},{"from":[6.39345,1.82472,8.54636],"to":[6.79345,2.22472,8.94636],"rotation":{"angle":22.5,"axis":"z","origin":[6.70589,0.9056,8.07939]},"faces":{"north":{"uv":[7,7,6,8],"rotation":180,"texture":"#1"},"east":{"uv":[7,7,6,8],"rotation":180,"texture":"#1"},"south":{"uv":[7,7,6,8],"rotation":180,"texture":"#1"},"west":{"uv":[7,7,6,8],"rotation":180,"texture":"#1"},"up":{"uv":[6,8,7,7],"rotation":180,"texture":"#1"},"down":{"uv":[6,8,7,7],"rotation":180,"texture":"#1"}}},{"from":[4.62568,17.55695,7.05364],"to":[5.02568,17.95695,7.45364],"rotation":{"angle":22.5,"axis":"z","origin":[6.70589,18.4056,8.07939]},"faces":{"north":{"uv":[7,8,6,7],"texture":"#1"},"east":{"uv":[6,7,7,8],"rotation":180,"texture":"#1"},"south":{"uv":[7,8,6,7],"texture":"#1"},"west":{"uv":[6,7,7,8],"rotation":180,"texture":"#1"},"up":{"uv":[6,7,7,8],"rotation":180,"texture":"#1"},"down":{"uv":[6,7,7,8],"rotation":180,"texture":"#1"}}},{"from":[7.01161,19.86519,8.34636],"to":[7.41161,20.26519,8.74636],"rotation":{"angle":0,"axis":"z","origin":[6.70589,18.4056,8.07939]},"faces":{"north":{"uv":[7,7,6,8],"rotation":270,"texture":"#1"},"east":{"uv":[6,8,7,7],"rotation":90,"texture":"#1"},"south":{"uv":[7,7,6,8],"rotation":90,"texture":"#1"},"west":{"uv":[6,8,7,7],"rotation":90,"texture":"#1"},"up":{"uv":[7,7,6,8],"rotation":90,"texture":"#1"},"down":{"uv":[7,7,6,8],"rotation":90,"texture":"#1"}}},{"from":[5.46791,12.67248,7.25364],"to":[5.86791,13.07248,7.65364],"rotation":{"angle":0,"axis":"z","origin":[5.98611,12.34698,7.32936]},"faces":{"north":{"uv":[7,8,6,7],"rotation":180,"texture":"#1"},"east":{"uv":[6,7,7,8],"texture":"#1"},"south":{"uv":[7,8,6,7],"rotation":180,"texture":"#1"},"west":{"uv":[6,7,7,8],"texture":"#1"},"up":{"uv":[6,7,7,8],"texture":"#1"},"down":{"uv":[6,7,7,8],"texture":"#1"}}},{"from":[8.71161,-0.03481,7.14636],"to":[9.11161,0.36519,7.54636],"rotation":{"angle":0,"axis":"z","origin":[8.40589,-1.4944,6.87939]},"faces":{"north":{"uv":[7,7,6,8],"rotation":270,"texture":"#1"},"east":{"uv":[6,8,7,7],"rotation":90,"texture":"#1"},"south":{"uv":[7,7,6,8],"rotation":90,"texture":"#1"},"west":{"uv":[6,8,7,7],"rotation":90,"texture":"#1"},"up":{"uv":[7,7,6,8],"rotation":90,"texture":"#1"},"down":{"uv":[7,7,6,8],"rotation":90,"texture":"#1"}}},{"from":[10.02228,-0.34574,7.15364],"to":[10.42228,0.05426,7.55364],"rotation":{"angle":22.5,"axis":"z","origin":[11.13621,-0.84146,7.64369]},"faces":{"north":{"uv":[7,7,6,8],"rotation":180,"texture":"#1"},"east":{"uv":[7,7,6,8],"rotation":180,"texture":"#1"},"south":{"uv":[7,7,6,8],"rotation":180,"texture":"#1"},"west":{"uv":[7,7,6,8],"rotation":180,"texture":"#1"},"up":{"uv":[7,7,6,8],"rotation":180,"texture":"#1"},"down":{"uv":[7,7,6,8],"rotation":180,"texture":"#1"}}},{"from":[6.38331,6.88066,7.5],"to":[7.38331,10.78066,8.5],"rotation":{"angle":0,"axis":"z","origin":[6.9358,5.48211,7.95619]},"faces":{"north":{"uv":[0,14.5,4,15.5],"rotation":270,"texture":"#0"},"east":{"uv":[0,14.5,4,15.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,14.5,4,15.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,14.5,4,15.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,14.5,4,15.5],"rotation":270,"texture":"#0"},"down":{"uv":[0,14.5,4,15.5],"rotation":270,"texture":"#0"}}},{"from":[6.28331,7.28066,7.4],"to":[7.48331,7.78066,8.6],"rotation":{"angle":0,"axis":"z","origin":[6.9358,5.48211,7.95619]},"faces":{"north":{"uv":[9.5,10.5,11,10],"rotation":180,"texture":"#0"},"east":{"uv":[9.5,10.5,11,10],"rotation":180,"texture":"#0"},"south":{"uv":[9.5,10.5,11,10],"rotation":180,"texture":"#0"},"west":{"uv":[9.5,10.5,11,10],"rotation":180,"texture":"#0"},"up":{"uv":[9.5,10.5,11,10],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,10.5,11,10],"rotation":180,"texture":"#0"}}},{"from":[6.28331,9.78066,7.4],"to":[7.48331,10.28066,8.6],"rotation":{"angle":0,"axis":"z","origin":[6.9358,5.48211,7.95619]},"faces":{"north":{"uv":[9.5,10.5,11,10],"rotation":180,"texture":"#0"},"east":{"uv":[9.5,10.5,11,10],"rotation":180,"texture":"#0"},"south":{"uv":[9.5,10.5,11,10],"rotation":180,"texture":"#0"},"west":{"uv":[9.5,10.5,11,10],"rotation":180,"texture":"#0"},"up":{"uv":[9.5,10.5,11,10],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,10.5,11,10],"rotation":180,"texture":"#0"}}},{"from":[6.28331,9.03066,7.4],"to":[7.48331,9.53066,8.6],"rotation":{"angle":0,"axis":"z","origin":[6.9358,5.48211,7.95619]},"faces":{"north":{"uv":[2,8.5,3.5,8],"rotation":180,"texture":"#0"},"east":{"uv":[2,8.5,3.5,8],"rotation":180,"texture":"#0"},"south":{"uv":[2,8.5,3.5,8],"rotation":180,"texture":"#0"},"west":{"uv":[2,8.5,3.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[2,8.5,3.5,8],"rotation":180,"texture":"#0"},"down":{"uv":[2,8.5,3.5,8],"rotation":180,"texture":"#0"}}},{"from":[6.28331,8.03066,7.4],"to":[7.48331,8.53066,8.6],"rotation":{"angle":0,"axis":"z","origin":[6.9358,5.48211,7.95619]},"faces":{"north":{"uv":[2,8.5,3.5,8],"rotation":180,"texture":"#0"},"east":{"uv":[2,8.5,3.5,8],"rotation":180,"texture":"#0"},"south":{"uv":[2,8.5,3.5,8],"rotation":180,"texture":"#0"},"west":{"uv":[2,8.5,3.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[2,8.5,3.5,8],"rotation":180,"texture":"#0"},"down":{"uv":[2,8.5,3.5,8],"rotation":180,"texture":"#0"}}},{"from":[5.63622,5.90746,7.21669],"to":[6.43622,6.70746,8.81669],"rotation":{"angle":-45,"axis":"z","origin":[6.9358,5.48211,7.95619]},"faces":{"north":{"uv":[11,0,12.5,1.5],"texture":"#0"},"east":{"uv":[11,0,11.5,1.5],"texture":"#0"},"south":{"uv":[11,0,12.5,1.5],"rotation":270,"texture":"#0"},"west":{"uv":[12,0,12.5,1.5],"texture":"#0"},"up":{"uv":[11,0,12.5,0.5],"rotation":180,"texture":"#0"},"down":{"uv":[11,0,11.5,1.5],"rotation":270,"texture":"#0"}}},{"from":[5.38622,5.65746,7.36669],"to":[6.68622,6.95746,8.66669],"rotation":{"angle":-45,"axis":"z","origin":[6.9358,5.48211,7.95619]},"faces":{"north":{"uv":[3,14.5,4.5,16],"texture":"#0"},"east":{"uv":[3,14.5,4.5,16],"rotation":180,"texture":"#0"},"south":{"uv":[3,14.5,4.5,16],"rotation":180,"texture":"#0"},"west":{"uv":[3,14.5,4.5,16],"rotation":180,"texture":"#0"},"up":{"uv":[3,14.5,4.5,16],"rotation":180,"texture":"#0"},"down":{"uv":[3,14.5,4.5,16],"rotation":180,"texture":"#0"}}},{"from":[6.28331,5.75353,7.40359],"to":[7.48331,6.95353,8.60359],"rotation":{"angle":0,"axis":"z","origin":[6.9358,5.48211,7.95619]},"faces":{"north":{"uv":[7.5,14.5,9,16],"rotation":90,"texture":"#0"},"east":{"uv":[7.5,14.5,9,16],"rotation":90,"texture":"#0"},"south":{"uv":[7.5,14.5,9,16],"rotation":90,"texture":"#0"},"west":{"uv":[7.5,14.5,9,16],"rotation":90,"texture":"#0"},"up":{"uv":[7.5,14.5,9,16],"rotation":90,"texture":"#0"},"down":{"uv":[7.5,14.5,9,16],"rotation":180,"texture":"#0"}}},{"from":[6.68611,10.71032,7.50359],"to":[7.93611,11.71032,8.50359],"rotation":{"angle":0,"axis":"z","origin":[7.80614,11.54349,8.00359]},"faces":{"north":{"uv":[6,15.5,7,14.5],"rotation":90,"texture":"#0"},"east":{"uv":[6,15.5,7,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[6,15.5,7,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[6,15.5,7,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[6,15.5,7,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[6,15.5,7,14.5],"rotation":90,"texture":"#0"}}},{"from":[9.35709,-1.68353,7.50359],"to":[10.35709,-0.68353,8.50359],"rotation":{"angle":-22.5,"axis":"z","origin":[10.90854,-2.61316,8.00359]},"faces":{"north":{"uv":[8.5,15,9.5,16],"texture":"#0"},"east":{"uv":[8.5,15,9.5,16],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,15,9.5,16],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,15,9.5,16],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,15,9.5,16],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,15,9.5,16],"rotation":180,"texture":"#0"}}},{"from":[6.48824,8.50223,7.50359],"to":[7.48824,9.70223,8.50359],"rotation":{"angle":-45,"axis":"z","origin":[7.80614,11.54349,8.00359]},"faces":{"north":{"uv":[6,15.5,7,14.5],"rotation":180,"texture":"#0"},"east":{"uv":[6,15.5,7,14.5],"texture":"#0"},"south":{"uv":[6,15.5,7,14.5],"texture":"#0"},"west":{"uv":[6,15.5,7,14.5],"texture":"#0"},"up":{"uv":[6,15.5,7,14.5],"texture":"#0"},"down":{"uv":[6,15.5,7,14.5],"texture":"#0"}}},{"from":[5.49977,10.9089,7.40359],"to":[7.19977,12.1089,8.60359],"rotation":{"angle":22.5,"axis":"z","origin":[7.80614,11.54349,8.00359]},"faces":{"north":{"uv":[1.5,16,3,15],"rotation":90,"texture":"#0"},"east":{"uv":[1.5,16,3,15],"rotation":90,"texture":"#0"},"south":{"uv":[1.5,16,3,15],"rotation":90,"texture":"#0"},"west":{"uv":[1.5,16,3,15],"rotation":90,"texture":"#0"},"up":{"uv":[1.5,16,3,15],"rotation":90,"texture":"#0"},"down":{"uv":[1.5,16,3,15],"rotation":90,"texture":"#0"}}},{"from":[7.55738,10.774,7.55359],"to":[8.45738,11.674,8.45359],"rotation":{"angle":22.5,"axis":"z","origin":[7.80614,11.54349,8.00359]},"faces":{"north":{"uv":[7,14.5,8,13.5],"rotation":90,"texture":"#0"},"east":{"uv":[7,14.5,8,13.5],"rotation":90,"texture":"#0"},"south":{"uv":[7,14.5,8,13.5],"rotation":90,"texture":"#0"},"west":{"uv":[7,14.5,8,13.5],"rotation":90,"texture":"#0"},"up":{"uv":[7,14.5,8,13.5],"rotation":90,"texture":"#0"},"down":{"uv":[7,14.5,8,13.5],"rotation":90,"texture":"#0"}}},{"from":[9.61063,-1.99145,7.55359],"to":[10.51063,-1.09145,8.45359],"rotation":{"angle":-45,"axis":"z","origin":[10.90854,-2.61316,8.00359]},"faces":{"north":{"uv":[10.5,15,9.5,14],"rotation":90,"texture":"#0"},"east":{"uv":[10.5,15,9.5,14],"rotation":270,"texture":"#0"},"south":{"uv":[10.5,15,9.5,14],"rotation":270,"texture":"#0"},"west":{"uv":[10.5,15,9.5,14],"rotation":270,"texture":"#0"},"up":{"uv":[10.5,15,9.5,14],"rotation":270,"texture":"#0"},"down":{"uv":[10.5,15,9.5,14],"rotation":270,"texture":"#0"}}},{"from":[5.46859,8.34896,7.55359],"to":[6.36859,9.24896,8.45359],"rotation":{"angle":-22.5,"axis":"z","origin":[7.80614,11.54349,8.00359]},"faces":{"north":{"uv":[7,14.5,8,13.5],"rotation":90,"texture":"#0"},"east":{"uv":[7,14.5,8,13.5],"rotation":90,"texture":"#0"},"south":{"uv":[7,14.5,8,13.5],"rotation":90,"texture":"#0"},"west":{"uv":[7,14.5,8,13.5],"rotation":90,"texture":"#0"},"up":{"uv":[7,14.5,8,13.5],"rotation":90,"texture":"#0"},"down":{"uv":[7,14.5,8,13.5],"rotation":90,"texture":"#0"}}},{"from":[7.91627,11.80069,7.60359],"to":[8.71627,12.60069,8.40359],"rotation":{"angle":-45,"axis":"z","origin":[7.80614,11.54349,8.00359]},"faces":{"north":{"uv":[9,14.5,8,15.5],"rotation":90,"texture":"#0"},"east":{"uv":[7.5,14.5,8.5,13.5],"texture":"#0"},"south":{"uv":[8,15.5,9,14.5],"rotation":180,"texture":"#0"},"west":{"uv":[8,15.5,9,14.5],"rotation":180,"texture":"#0"},"up":{"uv":[8,15.5,9,14.5],"rotation":180,"texture":"#0"},"down":{"uv":[8,15.5,9,14.5],"rotation":180,"texture":"#0"}}},{"from":[11.31214,-2.4132,7.60359],"to":[12.11214,-1.6132,8.40359],"rotation":{"angle":22.5,"axis":"z","origin":[10.90854,-2.61316,8.00359]},"faces":{"north":{"uv":[12,14.5,11,13.5],"rotation":270,"texture":"#0"},"east":{"uv":[12,14.5,11,13.5],"rotation":270,"texture":"#0"},"south":{"uv":[12,14.5,11,13.5],"rotation":270,"texture":"#0"},"west":{"uv":[12,14.5,11,13.5],"rotation":270,"texture":"#0"},"up":{"uv":[12,14.5,11,13.5],"rotation":270,"texture":"#0"},"down":{"uv":[12,14.5,11,13.5],"rotation":270,"texture":"#0"}}},{"from":[4.47403,8.73667,7.60359],"to":[5.27403,9.53667,8.40359],"rotation":{"angle":0,"axis":"z","origin":[7.80614,11.54349,8.00359]},"faces":{"north":{"uv":[8.5,15.5,9.5,14.5],"rotation":90,"texture":"#0"},"east":{"uv":[8.5,15.5,9.5,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[8.5,15.5,9.5,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[8.5,15.5,9.5,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[8.5,15.5,9.5,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,15.5,9.5,14.5],"rotation":90,"texture":"#0"}}},{"from":[8.33529,12.1404,7.65359],"to":[9.03529,12.8404,8.35359],"rotation":{"angle":-22.5,"axis":"z","origin":[7.80614,11.54349,8.00359]},"faces":{"north":{"uv":[8.5,15.5,9.5,14.5],"rotation":270,"texture":"#0"},"east":{"uv":[8.5,15.5,9.5,14.5],"rotation":270,"texture":"#0"},"south":{"uv":[8.5,15.5,9.5,14.5],"rotation":270,"texture":"#0"},"west":{"uv":[8.5,15.5,9.5,14.5],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,15.5,9.5,14.5],"rotation":270,"texture":"#0"},"down":{"uv":[8.5,15.5,9.5,14.5],"rotation":270,"texture":"#0"}}},{"from":[10.86823,-2.37069,7.65359],"to":[11.56823,-1.67069,8.35359],"rotation":{"angle":-22.5,"axis":"z","origin":[10.90854,-2.61316,8.00359]},"faces":{"north":{"uv":[12,14.5,13,15.5],"rotation":90,"texture":"#0"},"east":{"uv":[12,15,13,15.5],"rotation":90,"texture":"#0"},"south":{"uv":[12,15.5,13,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[12,14.5,13,15.5],"rotation":90,"texture":"#0"},"up":{"uv":[12,14.5,13,15.5],"rotation":90,"texture":"#0"},"down":{"uv":[12,14.5,13,15.5],"rotation":90,"texture":"#0"}}},{"from":[8.78073,12.23189,7.70359],"to":[9.38073,12.83189,8.30359],"rotation":{"angle":0,"axis":"z","origin":[7.80614,11.54349,8.00359]},"faces":{"north":{"uv":[9.5,14,8.5,15],"texture":"#0"},"east":{"uv":[10,14,9,15],"texture":"#0"},"south":{"uv":[8.5,15,9.5,14],"rotation":270,"texture":"#0"},"west":{"uv":[8,15,9,14],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,15,9.5,14],"rotation":270,"texture":"#0"},"down":{"uv":[8.5,15,9.5,14],"rotation":270,"texture":"#0"}}},{"from":[10.76792,-2.69728,7.70359],"to":[11.36792,-2.09728,8.30359],"rotation":{"angle":-45,"axis":"z","origin":[10.90854,-2.61316,8.00359]},"faces":{"north":{"uv":[13,15.5,12.5,14.5],"rotation":90,"texture":"#0"},"east":{"uv":[13,15.5,12.5,14.5],"rotation":270,"texture":"#0"},"south":{"uv":[13,15.5,12.5,14.5],"rotation":270,"texture":"#0"},"west":{"uv":[13,15.5,12.5,14.5],"rotation":270,"texture":"#0"},"up":{"uv":[13,15.5,12.5,14.5],"rotation":270,"texture":"#0"},"down":{"uv":[13,15.5,12.5,14.5],"rotation":270,"texture":"#0"}}},{"from":[9.16391,12.14124,7.71359],"to":[9.74391,12.72124,8.29359],"rotation":{"angle":22.5,"axis":"z","origin":[7.80614,11.54349,8.00359]},"faces":{"north":{"uv":[9.5,14.5,10,14],"rotation":270,"texture":"#0"},"east":{"uv":[9.5,14.5,10,14],"rotation":270,"texture":"#0"},"south":{"uv":[9.5,14.5,10,14],"rotation":270,"texture":"#0"},"west":{"uv":[9.5,14.5,10,14],"rotation":270,"texture":"#0"},"up":{"uv":[9.5,14.5,10,14],"rotation":270,"texture":"#0"},"down":{"uv":[9.5,14.5,10,14],"rotation":270,"texture":"#0"}}},{"from":[10.41662,-3.05976,7.71359],"to":[10.99662,-2.47976,8.29359],"rotation":{"angle":22.5,"axis":"z","origin":[10.90854,-2.61316,8.00359]},"faces":{"north":{"uv":[0.5,12.5,0,12],"texture":"#0"},"east":{"uv":[0.5,12.5,0,12],"texture":"#0"},"south":{"uv":[0.5,12.5,0,12],"texture":"#0"},"west":{"uv":[0.5,12.5,0,12],"texture":"#0"},"up":{"uv":[0.5,12.5,0,12],"texture":"#0"},"down":{"uv":[0.5,12.5,0,12],"texture":"#0"}}},{"from":[6.88958,13.21448,7.72359],"to":[7.44958,13.77448,8.28359],"rotation":{"angle":-45,"axis":"z","origin":[7.80614,11.54349,8.00359]},"faces":{"north":{"uv":[9.5,14.5,10,14],"texture":"#0"},"east":{"uv":[9.5,14.5,10,14],"rotation":180,"texture":"#0"},"south":{"uv":[9.5,14.5,10,14],"rotation":180,"texture":"#0"},"west":{"uv":[9.5,14.5,10,14],"rotation":180,"texture":"#0"},"up":{"uv":[9.5,14.5,10,14],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,14.5,10,14],"rotation":180,"texture":"#0"}}},{"from":[10.05498,-3.20402,7.72359],"to":[10.61498,-2.64402,8.28359],"rotation":{"angle":0,"axis":"z","origin":[10.90854,-2.61316,8.00359]},"faces":{"north":{"uv":[1,12,1.5,12.5],"rotation":180,"texture":"#0"},"east":{"uv":[1,12,1.5,12.5],"rotation":180,"texture":"#0"},"south":{"uv":[1,12,1.5,12.5],"rotation":180,"texture":"#0"},"west":{"uv":[1,12,1.5,12.5],"rotation":180,"texture":"#0"},"up":{"uv":[1,12,1.5,12.5],"rotation":180,"texture":"#0"},"down":{"uv":[1,12,1.5,12.5],"rotation":180,"texture":"#0"}}},{"from":[8.68863,11.7169,7.72359],"to":[9.24863,12.2769,8.28359],"rotation":{"angle":-45,"axis":"z","origin":[7.80614,11.54349,8.00359]},"faces":{"north":{"uv":[9,15,9.5,14.5],"texture":"#0"},"east":{"uv":[9,15,9.5,14.5],"rotation":180,"texture":"#0"},"south":{"uv":[9,15,9.5,14.5],"rotation":180,"texture":"#0"},"west":{"uv":[9,15,9.5,14.5],"rotation":180,"texture":"#0"},"up":{"uv":[9,15,9.5,14.5],"rotation":180,"texture":"#0"},"down":{"uv":[9,15,9.5,14.5],"rotation":180,"texture":"#0"}}},{"from":[7.26411,13.41148,7.73359],"to":[7.80411,13.95148,8.27359],"rotation":{"angle":-22.5,"axis":"z","origin":[7.80614,11.54349,8.00359]},"faces":{"north":{"uv":[11.5,14.5,12,14],"rotation":270,"texture":"#0"},"east":{"uv":[11.5,14.5,12,14],"rotation":270,"texture":"#0"},"south":{"uv":[11.5,14.5,12,14],"rotation":270,"texture":"#0"},"west":{"uv":[11.5,14.5,12,14],"rotation":270,"texture":"#0"},"up":{"uv":[11.5,14.5,12,14],"rotation":270,"texture":"#0"},"down":{"uv":[11.5,14.5,12,14],"rotation":270,"texture":"#0"}}},{"from":[10.08694,-3.55299,7.73359],"to":[11.62694,-3.01299,8.27359],"rotation":{"angle":-45,"axis":"z","origin":[10.90854,-2.61316,8.00359]},"faces":{"north":{"uv":[3.5,12.5,2,12],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,12.5,2,12],"texture":"#0"},"south":{"uv":[3.5,12.5,2,12],"texture":"#0"},"west":{"uv":[3.5,12.5,3,12],"texture":"#0"},"up":{"uv":[3.5,12.5,2,12],"texture":"#0"},"down":{"uv":[3.5,12.5,2,12],"texture":"#0"}}},{"from":[8.7232,10.40626,7.73359],"to":[9.2632,10.94626,8.27359],"rotation":{"angle":0,"axis":"z","origin":[7.80614,11.54349,8.00359]},"faces":{"north":{"uv":[10,14.5,10.5,14],"rotation":270,"texture":"#0"},"east":{"uv":[10,14.5,10.5,14],"rotation":270,"texture":"#0"},"south":{"uv":[10,14.5,10.5,14],"rotation":270,"texture":"#0"},"west":{"uv":[10,14.5,10.5,14],"rotation":270,"texture":"#0"},"up":{"uv":[10,14.5,10.5,14],"rotation":270,"texture":"#0"},"down":{"uv":[10,14.5,10.5,14],"rotation":270,"texture":"#0"}}},{"from":[11.15026,-3.74636,7.74359],"to":[11.67026,-3.22636,8.26359],"rotation":{"angle":-22.5,"axis":"z","origin":[10.90854,-2.61316,8.00359]},"faces":{"north":{"uv":[5,12,5.5,12.5],"texture":"#0"},"east":{"uv":[5,12,5.5,12.5],"rotation":180,"texture":"#0"},"south":{"uv":[5,12,5.5,12.5],"rotation":180,"texture":"#0"},"west":{"uv":[5,12,5.5,12.5],"rotation":180,"texture":"#0"},"up":{"uv":[5,12,5.5,12.5],"rotation":180,"texture":"#0"},"down":{"uv":[5,12,5.5,12.5],"rotation":180,"texture":"#0"}}},{"from":[11.85194,-3.40319,7.74859],"to":[12.36194,-2.89319,8.25859],"rotation":{"angle":-45,"axis":"z","origin":[10.90854,-2.61316,8.00359]},"faces":{"north":{"uv":[6,13,5.5,12.5],"rotation":180,"texture":"#0"},"east":{"uv":[6,13,5.5,12.5],"texture":"#0"},"south":{"uv":[6,13,5.5,12.5],"texture":"#0"},"west":{"uv":[6,13,5.5,12.5],"texture":"#0"},"up":{"uv":[6,13,5.5,12.5],"texture":"#0"},"down":{"uv":[6,13,5.5,12.5],"texture":"#0"}}},{"from":[10.75255,-4.42579,7.80359],"to":[11.15255,-4.02579,8.20359],"rotation":{"angle":22.5,"axis":"z","origin":[10.90854,-2.61316,8.00359]},"faces":{"north":{"uv":[6,13,5.5,12.5],"rotation":90,"texture":"#0"},"east":{"uv":[6,13,5.5,12.5],"rotation":90,"texture":"#0"},"south":{"uv":[6,13,5.5,12.5],"rotation":90,"texture":"#0"},"west":{"uv":[6,13,5.5,12.5],"rotation":90,"texture":"#0"},"up":{"uv":[6,13,5.5,12.5],"rotation":90,"texture":"#0"},"down":{"uv":[6,13,5.5,12.5],"rotation":90,"texture":"#0"}}},{"from":[7.73964,13.44417,7.76359],"to":[8.21964,13.92417,8.24359],"rotation":{"angle":0,"axis":"z","origin":[7.80614,11.54349,8.00359]},"faces":{"north":{"uv":[11.5,14.5,12,14],"rotation":270,"texture":"#0"},"east":{"uv":[11.5,14.5,12,14],"rotation":270,"texture":"#0"},"south":{"uv":[11.5,14.5,12,14],"rotation":270,"texture":"#0"},"west":{"uv":[11.5,14.5,12,14],"rotation":270,"texture":"#0"},"up":{"uv":[11.5,14.5,12,14],"rotation":270,"texture":"#0"},"down":{"uv":[11.5,14.5,12,14],"rotation":270,"texture":"#0"}}},{"from":[9.77728,-2.20654,7.76359],"to":[10.25728,-1.72654,8.24359],"rotation":{"angle":22.5,"axis":"z","origin":[10.90854,-2.61316,8.00359]},"faces":{"north":{"uv":[5.5,12.5,5,12],"rotation":90,"texture":"#0"},"east":{"uv":[5.5,12.5,5,12],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,12.5,5,12],"rotation":90,"texture":"#0"},"west":{"uv":[5.5,12.5,5,12],"rotation":90,"texture":"#0"},"up":{"uv":[5.5,12.5,5,12],"rotation":90,"texture":"#0"},"down":{"uv":[5.5,12.5,5,12],"rotation":90,"texture":"#0"}}},{"from":[9.05605,10.5632,7.76359],"to":[9.53605,11.0432,8.24359],"rotation":{"angle":-22.5,"axis":"z","origin":[7.80614,11.54349,8.00359]},"faces":{"north":{"uv":[10,14.5,10.5,14],"rotation":270,"texture":"#0"},"east":{"uv":[10,14.5,10.5,14],"rotation":270,"texture":"#0"},"south":{"uv":[10,14.5,10.5,14],"rotation":270,"texture":"#0"},"west":{"uv":[10,14.5,10.5,14],"rotation":270,"texture":"#0"},"up":{"uv":[10,14.5,10.5,14],"rotation":270,"texture":"#0"},"down":{"uv":[10,14.5,10.5,14],"rotation":270,"texture":"#0"}}},{"from":[5.96374,-5.27839,8],"to":[7.96374,-1.27839,8.01],"rotation":{"angle":-22.5,"axis":"z","origin":[11.96374,-4.07839,8.005]},"faces":{"north":{"uv":[13,0,16,6],"texture":"#0"},"east":{"uv":[6.5,7,6,7.5],"texture":"#0"},"south":{"uv":[16,0,13,6],"texture":"#0"},"west":{"uv":[6.5,7,6,7.5],"texture":"#0"},"up":{"uv":[6.5,7,6,7.5],"rotation":180,"texture":"#0"},"down":{"uv":[6.5,7,6,7.5],"rotation":180,"texture":"#0"}}},{"from":[8.61174,18.38306,8],"to":[10.61174,22.38306,8.01],"rotation":{"angle":-22.5,"axis":"z","origin":[8.78674,19.08306,8.005]},"faces":{"north":{"uv":[13,0,16,6.5],"texture":"#0"},"east":{"uv":[6.5,7,6,7.5],"texture":"#0"},"south":{"uv":[16,0,13,6.5],"texture":"#0"},"west":{"uv":[6.5,7,6,7.5],"texture":"#0"},"up":{"uv":[6.5,7,6,7.5],"rotation":180,"texture":"#0"},"down":{"uv":[6.5,7,6,7.5],"rotation":180,"texture":"#0"}}},{"from":[10.40973,-4.75549,8],"to":[11.40973,-2.15549,8.01],"rotation":{"angle":-22.5,"axis":"z","origin":[8.40973,-0.65549,8.005]},"faces":{"north":{"uv":[13,0,14.5,4],"rotation":180,"texture":"#0"},"east":{"uv":[6.5,7,6,7.5],"texture":"#0"},"south":{"uv":[14.5,0,13,4],"rotation":180,"texture":"#0"},"west":{"uv":[6.5,7,6,7.5],"texture":"#0"},"up":{"uv":[6.5,7,6,7.5],"rotation":180,"texture":"#0"},"down":{"uv":[6.5,7,6,7.5],"rotation":180,"texture":"#0"}}},{"from":[7.46174,18.08306,8],"to":[8.46174,20.68306,8.01],"rotation":{"angle":-22.5,"axis":"z","origin":[8.78674,19.08306,8.005]},"faces":{"north":{"uv":[15.5,2.5,14,6.5],"texture":"#0"},"east":{"uv":[6.5,7,6,7.5],"texture":"#0"},"south":{"uv":[14,2.5,15.5,6.5],"texture":"#0"},"west":{"uv":[6.5,7,6,7.5],"texture":"#0"},"up":{"uv":[6.5,7,6,7.5],"rotation":180,"texture":"#0"},"down":{"uv":[6.5,7,6,7.5],"rotation":180,"texture":"#0"}}},{"from":[9.15565,0.52674,7.4136],"to":[11.35565,1.72674,8.5636],"rotation":{"angle":-45,"axis":"z","origin":[8.50727,1.4365,7.88288]},"faces":{"north":{"uv":[9.5,13.5,12,15],"texture":"#0"},"east":{"uv":[9.5,13.5,12,15],"rotation":180,"texture":"#0"},"south":{"uv":[9.5,13.5,12,15],"rotation":180,"texture":"#0"},"west":{"uv":[9.5,13.5,12,15],"rotation":180,"texture":"#0"},"up":{"uv":[9.5,13.5,12,15],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,13.5,12,15],"rotation":180,"texture":"#0"}}},{"from":[6.16804,0.30643,7.46444],"to":[9.26804,1.40643,8.51444],"rotation":{"angle":-22.5,"axis":"z","origin":[8.50727,1.4365,7.88288]},"faces":{"north":{"uv":[9,14.5,12,15.5],"rotation":180,"texture":"#0"},"east":{"uv":[9,14.5,12,15.5],"rotation":180,"texture":"#0"},"south":{"uv":[9,14.5,12,15.5],"texture":"#0"},"west":{"uv":[9,14.5,12,15.5],"rotation":180,"texture":"#0"},"up":{"uv":[8,14,11,15],"texture":"#0"},"down":{"uv":[9,14.5,12,15.5],"texture":"#0"}}},{"from":[6.00343,2.2412,7.41371],"to":[7.20343,5.4412,8.56371],"rotation":{"angle":22.5,"axis":"z","origin":[8.50727,1.4365,7.88288]},"faces":{"north":{"uv":[6.5,14.5,9.5,15.5],"rotation":90,"texture":"#0"},"east":{"uv":[6,13.5,9,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[6.5,15,9.5,16],"rotation":90,"texture":"#0"},"west":{"uv":[6.5,14,9.5,15],"rotation":90,"texture":"#0"},"up":{"uv":[6.5,15,9.5,16],"rotation":90,"texture":"#0"},"down":{"uv":[6.5,15,9.5,16],"rotation":90,"texture":"#0"}}},{"from":[4.63023,3.72678,7.31584],"to":[6.03023,5.12678,8.66584],"rotation":{"angle":0,"axis":"z","origin":[4.63023,3.42678,7.99084]},"faces":{"north":{"uv":[6,14.5,7.5,16],"rotation":270,"texture":"#0"},"east":{"uv":[6,14.5,7.5,16],"rotation":270,"texture":"#0"},"south":{"uv":[6,14.5,7.5,16],"rotation":270,"texture":"#0"},"west":{"uv":[6,14.5,7.5,16],"rotation":270,"texture":"#0"},"up":{"uv":[6,14.5,7.5,16],"rotation":270,"texture":"#0"},"down":{"uv":[6,14.5,7.5,16],"rotation":270,"texture":"#0"}}},{"from":[1.42661,1.59821,7.41584],"to":[2.62661,3.79821,8.56584],"rotation":{"angle":-45,"axis":"z","origin":[7.30727,-0.5635,7.88288]},"faces":{"north":{"uv":[6.5,14.5,9,16],"rotation":270,"texture":"#0"},"east":{"uv":[6.5,14.5,9,16],"rotation":270,"texture":"#0"},"south":{"uv":[6.5,14.5,9,16],"rotation":270,"texture":"#0"},"west":{"uv":[6.5,14.5,9,16],"rotation":270,"texture":"#0"},"up":{"uv":[6.5,14.5,9,16],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,14.5,9,16],"rotation":270,"texture":"#0"}}},{"from":[5.89086,0.57108,7.56062],"to":[6.79086,1.47108,8.41062],"rotation":{"angle":0,"axis":"x","origin":[8.50727,1.4365,7.88288]},"faces":{"north":{"uv":[8,14.5,9,15.5],"rotation":90,"texture":"#0"},"east":{"uv":[8,14.5,9,15.5],"rotation":90,"texture":"#0"},"south":{"uv":[8,14.5,9,15.5],"rotation":90,"texture":"#0"},"west":{"uv":[8,14.5,9,15.5],"rotation":90,"texture":"#0"},"up":{"uv":[8,14.5,9,15.5],"rotation":90,"texture":"#0"},"down":{"uv":[8,14.5,9,15.5],"rotation":90,"texture":"#0"}}},{"from":[5.80762,0.88843,7.61025],"to":[6.60762,1.68843,8.36025],"rotation":{"angle":22.5,"axis":"z","origin":[8.50727,1.4365,7.88288]},"faces":{"north":{"uv":[8.5,14,9.5,15],"rotation":90,"texture":"#0"},"east":{"uv":[8.5,14,9.5,15],"rotation":90,"texture":"#0"},"south":{"uv":[8.5,14,9.5,15],"rotation":90,"texture":"#0"},"west":{"uv":[8.5,14,9.5,15],"rotation":90,"texture":"#0"},"up":{"uv":[8.5,14,9.5,15],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,14,9.5,15],"rotation":90,"texture":"#0"}}},{"from":[6.23639,-0.38486,7.65936],"to":[6.93639,0.31514,8.30936],"rotation":{"angle":0,"axis":"x","origin":[8.50727,1.4365,7.88288]},"faces":{"north":{"uv":[9,14,10,15],"rotation":180,"texture":"#0"},"east":{"uv":[9,14,10,15],"rotation":180,"texture":"#0"},"south":{"uv":[9,14,10,15],"rotation":180,"texture":"#0"},"west":{"uv":[9,14,10,15],"rotation":180,"texture":"#0"},"up":{"uv":[9,14,10,15],"rotation":180,"texture":"#0"},"down":{"uv":[9,14,10,15],"rotation":180,"texture":"#0"}}},{"from":[5.76129,0.073,7.70821],"to":[6.36129,0.673,8.25821],"rotation":{"angle":22.5,"axis":"z","origin":[8.50727,1.4365,7.88288]},"faces":{"north":{"uv":[10.5,14.5,11.5,15.5],"rotation":180,"texture":"#0"},"east":{"uv":[10.5,14.5,11.5,15.5],"rotation":180,"texture":"#0"},"south":{"uv":[10.5,14.5,11.5,15.5],"rotation":180,"texture":"#0"},"west":{"uv":[10.5,14.5,11.5,15.5],"rotation":180,"texture":"#0"},"up":{"uv":[10.5,14.5,11.5,15.5],"rotation":180,"texture":"#0"},"down":{"uv":[10.5,14.5,11.5,15.5],"rotation":180,"texture":"#0"}}}],"overrides":[{"predicate":{"pulling":1},"model":"item/bow_pulling_0"},{"predicate":{"pulling":1,"pull":0.65},"model":"item/bow_pulling_1"},{"predicate":{"pulling":1,"pull":0.9},"model":"item/bow_pulling_2"}],"display":{"thirdperson_righthand":{"rotation":[0,-90,0],"translation":[0,-2.75,2.75],"scale":[1.31,1.31,1.31]},"thirdperson_lefthand":{"rotation":[0,90,0],"translation":[0,-2.75,2.75],"scale":[1.18,1.18,1.18]},"firstperson_righthand":{"rotation":[-14,-90,0],"translation":[2.25,3,-0.5],"scale":[0.84,0.84,0.84]},"firstperson_lefthand":{"rotation":[-14,90,0],"translation":[2.25,3,-0.5],"scale":[0.84,0.84,0.84]},"gui":{"rotation":[-22,-14,-52],"translation":[-1.75,0.25,0],"scale":[0.82,0.65,0.82]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/dwarven_bow.json b/assets/minecraft/models/item/wynn/skin/bow/dwarven_bow.json new file mode 100644 index 000000000..46c863caf --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/dwarven_bow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/dwarven/dwarven_bow","1":"skins/dwarven/dwarven_bow_anim","particle":"skins/dwarven/dwarven_bow"},"elements":[{"from":[7.55,9,2.5],"to":[8.45,12,3.5],"rotation":{"angle":0,"axis":"y","origin":[8,9,2.5]},"faces":{"north":{"uv":[0,9.5,0.5,10.75],"texture":"#0"},"east":{"uv":[0,9.5,0.5,10.75],"texture":"#0"},"south":{"uv":[0,9.5,0.5,10.75],"texture":"#0"},"west":{"uv":[0,9.5,0.5,10.75],"texture":"#0"}}},{"from":[6.75,11.5,1.75],"to":[9.25,12.5,4.25],"rotation":{"angle":0,"axis":"y","origin":[8,9,2.5]},"faces":{"east":{"uv":[10,9.5,11,10],"texture":"#0"},"south":{"uv":[13,9.5,14,10],"texture":"#0"},"west":{"uv":[12,9.5,13,10],"texture":"#0"},"up":{"uv":[12,9.5,11,8.5],"texture":"#0"},"down":{"uv":[13,8.5,12,9.5],"texture":"#0"}}},{"from":[7,12.5,2],"to":[9,16.5,4],"rotation":{"angle":0,"axis":"y","origin":[8,9,2.5]},"faces":{"north":{"uv":[4.5,1,5.5,3],"texture":"#0"},"east":{"uv":[3.5,1,4.5,3],"texture":"#0"},"south":{"uv":[6.5,1,7.5,3],"texture":"#0"},"west":{"uv":[5.5,1,6.5,3],"texture":"#0"}}},{"from":[6,10.5,1],"to":[10,15.5,2],"rotation":{"angle":0,"axis":"y","origin":[8,9,2.5]},"faces":{"north":{"uv":[1.5,4,3.5,6.5],"texture":"#0"},"east":{"uv":[1,4,1.5,6.5],"texture":"#0"},"south":{"uv":[4,4,6,6.5],"texture":"#0"},"west":{"uv":[3.5,4,4,6.5],"texture":"#0"},"up":{"uv":[3.5,4,1.5,3.5],"texture":"#0"},"down":{"uv":[5.5,3.5,3.5,4],"texture":"#0"}}},{"from":[6,7.8,0.9],"to":[10,11.8,0.9],"rotation":{"angle":0,"axis":"y","origin":[8,9,2.5]},"faces":{"north":{"uv":[9,1,16,8],"texture":"#1"},"south":{"uv":[16,1,9,8],"texture":"#1"}}},{"from":[3.2,11.5,0.85],"to":[7.2,15.5,0.85],"rotation":{"angle":-22.5,"axis":"z","origin":[5,13,0.85]},"faces":{"north":{"uv":[1,0,7,6],"texture":"#1"},"south":{"uv":[7,0,1,6],"texture":"#1"}}},{"from":[8.8,11.5,0.85],"to":[12.8,15.5,0.85],"rotation":{"angle":22.5,"axis":"z","origin":[11,13,0.85]},"faces":{"north":{"uv":[7,0,1,6],"texture":"#1"},"south":{"uv":[1,0,7,6],"texture":"#1"}}},{"from":[6.25,13,0.9],"to":[7.5,13.75,0.9],"rotation":{"angle":0,"axis":"y","origin":[6.875,13.375,0.9]},"faces":{"north":{"uv":[1.5,8,2.5,8.5],"texture":"#0"}}},{"from":[8.5,13,0.9],"to":[9.75,13.75,0.9],"rotation":{"angle":0,"axis":"y","origin":[9.125,13.375,0.9]},"faces":{"north":{"uv":[2.5,8,1.5,8.5],"texture":"#0"}}},{"from":[7.5,13,0.5],"to":[8.5,16,2.5],"rotation":{"angle":0,"axis":"y","origin":[8,9,2.5]},"faces":{"north":{"uv":[12,14.5,12.5,16],"texture":"#0"},"east":{"uv":[11,14.5,12,16],"texture":"#0"},"west":{"uv":[12.5,14.5,13.5,16],"texture":"#0"},"up":{"uv":[12.5,14.5,12,13.5],"texture":"#0"},"down":{"uv":[13,13.5,12.5,14.5],"texture":"#0"}}},{"from":[6.75,16.5,1.75],"to":[9.25,17.5,4.25],"rotation":{"angle":0,"axis":"y","origin":[8,9,2.5]},"faces":{"north":{"uv":[12,7.5,13,8],"texture":"#0"},"east":{"uv":[11,7.5,12,8],"texture":"#0"},"south":{"uv":[14,7.5,15,8],"texture":"#0"},"west":{"uv":[13,7.5,14,8],"texture":"#0"},"down":{"uv":[14,6.5,13,7.5],"texture":"#0"}}},{"from":[6.25,17.5,1.25],"to":[9.75,18.5,4.75],"rotation":{"angle":0,"axis":"y","origin":[8,10,2.5]},"faces":{"north":{"uv":[8,5,9.5,5.5],"texture":"#0"},"east":{"uv":[6.5,5,8,5.5],"texture":"#0"},"south":{"uv":[11,5,12.5,5.5],"texture":"#0"},"west":{"uv":[9.5,5,11,5.5],"texture":"#0"},"up":{"uv":[9.5,5,8,3.5],"texture":"#0"},"down":{"uv":[11,3.5,9.5,5],"texture":"#0"}}},{"from":[7,18.5,2],"to":[9,20.5,4],"rotation":{"angle":0,"axis":"y","origin":[8,10,2.5]},"faces":{"north":{"uv":[3,15,4,16],"texture":"#0"},"east":{"uv":[2,15,3,16],"texture":"#0"},"south":{"uv":[5,15,6,16],"texture":"#0"},"west":{"uv":[4,15,5,16],"texture":"#0"}}},{"from":[6.95,18.5,2.5],"to":[9.05,20.3,3.5],"rotation":{"angle":0,"axis":"y","origin":[8,10,2.5]},"faces":{"east":{"uv":[13,4.5,13.5,6],"texture":"#0"},"west":{"uv":[13,4.5,13.5,6],"texture":"#0"}}},{"from":[6.99,22.76817,-3.75264],"to":[9.01,25.78817,-1.73264],"rotation":{"angle":45,"axis":"x","origin":[8,10,2.5]},"faces":{"north":{"uv":[7.5,7,8.5,8.5],"texture":"#0"},"east":{"uv":[6.5,7,7.5,8.5],"texture":"#0"},"south":{"uv":[9.5,7,10.5,8.5],"texture":"#0"},"west":{"uv":[8.5,7,9.5,8.5],"texture":"#0"}}},{"from":[6.95,22.97817,-3.24264],"to":[9.05,25.77817,-2.24264],"rotation":{"angle":45,"axis":"x","origin":[8,10,2.5]},"faces":{"east":{"uv":[13.5,0.5,14,2],"texture":"#0"},"west":{"uv":[13.5,0.5,14,2],"texture":"#0"}}},{"from":[7,22.03553,5.53553],"to":[9,24.03553,8.53553],"rotation":{"angle":0,"axis":"y","origin":[8,10,2.5]},"faces":{"east":{"uv":[10,12,11.5,13],"texture":"#0"},"west":{"uv":[12.5,12,14,13],"texture":"#0"},"up":{"uv":[12.5,12,11.5,10.5],"texture":"#0"},"down":{"uv":[13.5,10.5,12.5,12],"texture":"#0"}}},{"from":[6.95,22.53553,5.73553],"to":[9.05,23.53553,8.33553],"rotation":{"angle":0,"axis":"y","origin":[8,10,2.5]},"faces":{"east":{"uv":[14,3.5,12.5,4],"texture":"#0"},"west":{"uv":[12.5,3.5,14,4],"texture":"#0"}}},{"from":[6.99,17.06107,-5.28817],"to":[9.01,22.08107,-3.26817],"rotation":{"angle":45,"axis":"x","origin":[8,10,2.5]},"faces":{"north":{"uv":[6.5,11,7.5,13.5],"texture":"#0"},"east":{"uv":[5.5,11,6.5,13.5],"texture":"#0"},"south":{"uv":[8.5,11,9.5,13.5],"texture":"#0"},"west":{"uv":[7.5,11,8.5,13.5],"texture":"#0"}}},{"from":[6.95,17.27107,-4.77817],"to":[9.05,21.87107,-3.77817],"rotation":{"angle":45,"axis":"x","origin":[8,10,2.5]},"faces":{"east":{"uv":[12.5,1,13,3],"texture":"#0"},"west":{"uv":[12.5,1,13,3],"texture":"#0"}}},{"from":[6.5,25.77817,-4.24264],"to":[9.5,26.77817,-1.24264],"rotation":{"angle":45,"axis":"x","origin":[8,10,2.5]},"faces":{"north":{"uv":[3,9,4.5,9.5],"texture":"#0"},"east":{"uv":[1.5,9,3,9.5],"texture":"#0"},"south":{"uv":[6,9,7.5,9.5],"texture":"#0"},"west":{"uv":[4.5,9,6,9.5],"texture":"#0"},"up":{"uv":[4.5,9,3,7.5],"texture":"#0"},"down":{"uv":[6,7.5,4.5,9],"texture":"#0"}}},{"from":[6.99,26.76817,-3.75264],"to":[9.01,29.78817,-1.73264],"rotation":{"angle":45,"axis":"x","origin":[8,10,2.5]},"faces":{"north":{"uv":[9,1.5,10,3],"texture":"#0"},"east":{"uv":[8,1.5,9,3],"texture":"#0"},"south":{"uv":[11,1.5,12,3],"texture":"#0"},"west":{"uv":[10,1.5,11,3],"texture":"#0"}}},{"from":[7,26.39949,12.07107],"to":[9,28.39949,15.07107],"rotation":{"angle":0,"axis":"y","origin":[8,10,2.5]},"faces":{"east":{"uv":[0,12,1.5,13],"texture":"#0"},"south":{"uv":[4,12,5,13],"texture":"#0"},"west":{"uv":[2.5,12,4,13],"texture":"#0"},"up":{"uv":[2.5,12,1.5,10.5],"texture":"#0"},"down":{"uv":[3.5,10.5,2.5,12],"texture":"#0"}}},{"from":[6.5,25.89949,13.07107],"to":[9.5,28.89949,14.07107],"rotation":{"angle":0,"axis":"y","origin":[8,10,2.5]},"faces":{"north":{"uv":[7,14.5,8.5,16],"texture":"#0"},"east":{"uv":[6.5,14.5,7,16],"texture":"#0"},"south":{"uv":[9,14.5,10.5,16],"texture":"#0"},"west":{"uv":[8.5,14.5,9,16],"texture":"#0"},"up":{"uv":[8.5,14.5,7,14],"texture":"#0"},"down":{"uv":[10,14,8.5,14.5],"texture":"#0"}}},{"from":[8,9,13.07107],"to":[8,26,14.07107],"rotation":{"angle":0,"axis":"y","origin":[8,10,2.5]},"faces":{"east":{"uv":[0,0.5,0.5,8.5],"texture":"#0"},"west":{"uv":[0,0.5,0.5,8.5],"texture":"#0"}}},{"from":[6.75,18.5,2.25],"to":[9.25,21.5,3.25],"rotation":{"angle":-45,"axis":"x","origin":[8,18.5,3.25]},"faces":{"east":{"uv":[1,0.5,1.5,2],"texture":"#0"},"west":{"uv":[2.5,0.5,3,2],"texture":"#0"},"up":{"uv":[2,0.5,1,0],"texture":"#0"}}},{"from":[9.25,18.5,2.25],"to":[6.75,21.5,3.25],"rotation":{"angle":-45,"axis":"x","origin":[10.5,18.5,3.25]},"faces":{"up":{"uv":[2,0.5,1,0],"texture":"#0"}}},{"from":[7.55,6,2.5],"to":[8.45,9,3.5],"rotation":{"angle":0,"axis":"y","origin":[8,9,2.5]},"faces":{"north":{"uv":[0,10.75,0.5,9.5],"texture":"#0"},"east":{"uv":[0,10.75,0.5,9.5],"texture":"#0"},"south":{"uv":[0,10.75,0.5,9.5],"texture":"#0"},"west":{"uv":[0,10.75,0.5,9.5],"texture":"#0"}}},{"from":[6.75,5.5,1.75],"to":[9.25,6.5,4.25],"rotation":{"angle":0,"axis":"y","origin":[8,9,2.5]},"faces":{"north":{"uv":[11,10,12,9.5],"texture":"#0"},"east":{"uv":[10,10,11,9.5],"texture":"#0"},"south":{"uv":[13,10,14,9.5],"texture":"#0"},"west":{"uv":[12,10,13,9.5],"texture":"#0"},"up":{"uv":[13,9.5,12,8.5],"texture":"#0"},"down":{"uv":[12,8.5,11,9.5],"texture":"#0"}}},{"from":[7,1.5,2],"to":[9,5.5,4],"rotation":{"angle":0,"axis":"y","origin":[8,9,2.5]},"faces":{"north":{"uv":[4.5,3,5.5,1],"texture":"#0"},"east":{"uv":[3.5,3,4.5,1],"texture":"#0"},"south":{"uv":[6.5,3,7.5,1],"texture":"#0"},"west":{"uv":[5.5,3,6.5,1],"texture":"#0"}}},{"from":[6.75,0.5,1.75],"to":[9.25,1.5,4.25],"rotation":{"angle":0,"axis":"y","origin":[8,9,2.5]},"faces":{"north":{"uv":[12,8,13,7.5],"texture":"#0"},"east":{"uv":[11,8,12,7.5],"texture":"#0"},"south":{"uv":[14,8,15,7.5],"texture":"#0"},"west":{"uv":[13,8,14,7.5],"texture":"#0"},"up":{"uv":[14,7.5,13,6.5],"texture":"#0"}}},{"from":[6.25,-0.5,1.25],"to":[9.75,0.5,4.75],"rotation":{"angle":0,"axis":"y","origin":[8,8,2.5]},"faces":{"north":{"uv":[8,5.5,9.5,5],"texture":"#0"},"east":{"uv":[6.5,5.5,8,5],"texture":"#0"},"south":{"uv":[11,5.5,12.5,5],"texture":"#0"},"west":{"uv":[9.5,5.5,11,5],"texture":"#0"},"up":{"uv":[11,5,9.5,3.5],"texture":"#0"},"down":{"uv":[9.5,3.5,8,5],"texture":"#0"}}},{"from":[7,-2.5,2],"to":[9,-0.5,4],"rotation":{"angle":0,"axis":"y","origin":[8,8,2.5]},"faces":{"north":{"uv":[3,16,4,15],"texture":"#0"},"east":{"uv":[2,16,3,15],"texture":"#0"},"south":{"uv":[5,16,6,15],"texture":"#0"},"west":{"uv":[4,16,5,15],"texture":"#0"}}},{"from":[6.95,-2.3,2.5],"to":[9.05,-0.5,3.5],"rotation":{"angle":0,"axis":"y","origin":[8,8,2.5]},"faces":{"east":{"uv":[13,6,13.5,4.5],"texture":"#0"},"west":{"uv":[13,6,13.5,4.5],"texture":"#0"}}},{"from":[6.99,-7.78817,-3.75264],"to":[9.01,-4.76817,-1.73264],"rotation":{"angle":-45,"axis":"x","origin":[8,8,2.5]},"faces":{"north":{"uv":[7.5,8.5,8.5,7],"texture":"#0"},"east":{"uv":[6.5,8.5,7.5,7],"texture":"#0"},"south":{"uv":[9.5,8.5,10.5,7],"texture":"#0"},"west":{"uv":[8.5,8.5,9.5,7],"texture":"#0"}}},{"from":[6.95,-7.77817,-3.24264],"to":[9.05,-4.97817,-2.24264],"rotation":{"angle":-45,"axis":"x","origin":[8,8,2.5]},"faces":{"east":{"uv":[13.5,2,14,0.5],"texture":"#0"},"west":{"uv":[13.5,2,14,0.5],"texture":"#0"}}},{"from":[7,-6.03553,5.53553],"to":[9,-4.03553,8.53553],"rotation":{"angle":0,"axis":"y","origin":[8,8,2.5]},"faces":{"east":{"uv":[10,13,11.5,12],"texture":"#0"},"west":{"uv":[12.5,13,14,12],"texture":"#0"},"up":{"uv":[13.5,12,12.5,10.5],"texture":"#0"},"down":{"uv":[12.5,10.5,11.5,12],"texture":"#0"}}},{"from":[6.95,-5.53553,5.73553],"to":[9.05,-4.53553,8.33553],"rotation":{"angle":0,"axis":"y","origin":[8,8,2.5]},"faces":{"east":{"uv":[14,4,12.5,3.5],"texture":"#0"},"west":{"uv":[12.5,4,14,3.5],"texture":"#0"}}},{"from":[6.99,-4.08107,-5.28817],"to":[9.01,0.93893,-3.26817],"rotation":{"angle":-45,"axis":"x","origin":[8,8,2.5]},"faces":{"north":{"uv":[6.5,13.5,7.5,11],"texture":"#0"},"east":{"uv":[5.5,13.5,6.5,11],"texture":"#0"},"south":{"uv":[8.5,13.5,9.5,11],"texture":"#0"},"west":{"uv":[7.5,13.5,8.5,11],"texture":"#0"}}},{"from":[6.95,-3.87107,-4.77817],"to":[9.05,0.72893,-3.77817],"rotation":{"angle":-45,"axis":"x","origin":[8,8,2.5]},"faces":{"east":{"uv":[12.5,3,13,1],"texture":"#0"},"west":{"uv":[12.5,3,13,1],"texture":"#0"}}},{"from":[6.5,-8.77817,-4.24264],"to":[9.5,-7.77817,-1.24264],"rotation":{"angle":-45,"axis":"x","origin":[8,8,2.5]},"faces":{"north":{"uv":[3,9.5,4.5,9],"texture":"#0"},"east":{"uv":[1.5,9.5,3,9],"texture":"#0"},"south":{"uv":[6,9.5,7.5,9],"texture":"#0"},"west":{"uv":[4.5,9.5,6,9],"texture":"#0"},"up":{"uv":[6,9,4.5,7.5],"texture":"#0"},"down":{"uv":[4.5,7.5,3,9],"texture":"#0"}}},{"from":[6.99,-11.78817,-3.75264],"to":[9.01,-8.76817,-1.73264],"rotation":{"angle":-45,"axis":"x","origin":[8,8,2.5]},"faces":{"north":{"uv":[9,3,10,1.5],"texture":"#0"},"east":{"uv":[8,3,9,1.5],"texture":"#0"},"south":{"uv":[11,3,12,1.5],"texture":"#0"},"west":{"uv":[10,3,11,1.5],"texture":"#0"}}},{"from":[7,-10.39949,12.07107],"to":[9,-8.39949,15.07107],"rotation":{"angle":0,"axis":"y","origin":[8,8,2.5]},"faces":{"east":{"uv":[0,13,1.5,12],"texture":"#0"},"south":{"uv":[4,13,5,12],"texture":"#0"},"west":{"uv":[2.5,13,4,12],"texture":"#0"},"up":{"uv":[3.5,12,2.5,10.5],"texture":"#0"},"down":{"uv":[2.5,10.5,1.5,12],"texture":"#0"}}},{"from":[6.5,-10.89949,13.07107],"to":[9.5,-7.89949,14.07107],"rotation":{"angle":0,"axis":"y","origin":[8,8,2.5]},"faces":{"north":{"uv":[7,16,8.5,14.5],"texture":"#0"},"east":{"uv":[6.5,16,7,14.5],"texture":"#0"},"south":{"uv":[9,16,10.5,14.5],"texture":"#0"},"west":{"uv":[8.5,16,9,14.5],"texture":"#0"},"up":{"uv":[10,14.5,8.5,14],"texture":"#0"},"down":{"uv":[8.5,14,7,14.5],"texture":"#0"}}},{"from":[8,-8,13.07107],"to":[8,9,14.07107],"rotation":{"angle":0,"axis":"y","origin":[8,8,2.5]},"faces":{"east":{"uv":[0,8.5,0.5,0.5],"texture":"#0"},"west":{"uv":[0,8.5,0.5,0.5],"texture":"#0"}}},{"from":[6.75,-3.5,2.25],"to":[9.25,-0.5,3.25],"rotation":{"angle":45,"axis":"x","origin":[8,-0.5,3.25]},"faces":{"east":{"uv":[1,2,1.5,0.5],"texture":"#0"},"west":{"uv":[2.5,2,3,0.5],"texture":"#0"},"down":{"uv":[2,0,1,0.5],"texture":"#0"}}},{"from":[9.25,-3.5,2.25],"to":[6.75,-0.5,3.25],"rotation":{"angle":45,"axis":"x","origin":[10.5,-0.5,3.25]},"faces":{"down":{"uv":[2,0,1,0.5],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,5,5],"translation":[0,-3,7]},"thirdperson_lefthand":{"rotation":[0,5,5],"translation":[0,-3,7]},"firstperson_righthand":{"rotation":[10,-10,0],"translation":[5,-1,-2]},"firstperson_lefthand":{"rotation":[10,-10,0],"translation":[5,-1,-2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/dynasty_bow.json b/assets/minecraft/models/item/wynn/skin/bow/dynasty_bow.json new file mode 100644 index 000000000..47861d748 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/dynasty_bow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"block/spruce_log","1":"block/gold_block","3":"block/red_wool","4":"block/iron_block","5":"skins/crescent_detail","6":"block/bedrock","particle":"block/spruce_log"},"elements":[{"from":[7.4,3.4,3.4],"to":[8.6,8.6,4.6],"rotation":{"angle":0,"axis":"y","origin":[8,11,8]},"faces":{"north":{"uv":[0,0,2,6],"texture":"#3"},"east":{"uv":[6,8,8,14],"texture":"#3"},"south":{"uv":[14,10,16,16],"texture":"#3"},"west":{"uv":[14,0,16,6],"texture":"#3"},"up":{"uv":[0,0,2,2],"texture":"#3"},"down":{"uv":[0,0,2,2],"texture":"#3"}}},{"from":[7.45,8.14448,2.91404],"to":[8.55,11.24448,4.01404],"rotation":{"angle":-22.5,"axis":"x","origin":[8,9.69448,3.46404]},"faces":{"north":{"uv":[0,0,2,6],"texture":"#0"},"east":{"uv":[6,8,8,14],"texture":"#0"},"south":{"uv":[12,8,14,14],"texture":"#0"},"west":{"uv":[14,0,16,6],"texture":"#0"},"up":{"uv":[0,0,2,2],"texture":"#0"},"down":{"uv":[0,0,2,2],"texture":"#0"}}},{"from":[7.38,7.68817,3.09085],"to":[8.64,8.44817,6.33085],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98913,8.05239,3.46702]},"faces":{"north":{"uv":[0,0,1,0.5],"rotation":180,"texture":"#6"},"east":{"uv":[6,8,8,14],"rotation":270,"texture":"#6"},"south":{"uv":[0,0,2,2],"texture":"#6"},"west":{"uv":[14,0,16,6],"rotation":90,"texture":"#6"},"up":{"uv":[0,0,2,6],"rotation":180,"texture":"#6"},"down":{"uv":[12,8,14,14],"texture":"#6"}}},{"from":[7.38,11.58817,3.29085],"to":[8.64,12.34817,5.53085],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98913,8.05239,3.46702]},"faces":{"north":{"uv":[0,0,1,2],"rotation":180,"texture":"#6"},"east":{"uv":[0,0,1,4],"rotation":270,"texture":"#6"},"south":{"uv":[0,0,1,2],"rotation":180,"texture":"#6"},"west":{"uv":[0,0,1,4],"rotation":90,"texture":"#6"},"up":{"uv":[0,0,2,4],"rotation":180,"texture":"#6"},"down":{"uv":[0,0,2,4],"rotation":180,"texture":"#6"}}},{"from":[7.38,15.49567,7.36062],"to":[8.64,16.75567,7.76062],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99539,12.61571,4.24361]},"faces":{"north":{"uv":[14,14,15,16],"rotation":180,"texture":"#1"},"east":{"uv":[14,14,15,16],"rotation":180,"texture":"#1"},"south":{"uv":[14,14,15,16],"rotation":180,"texture":"#1"},"west":{"uv":[14,14,15,16],"rotation":180,"texture":"#1"},"up":{"uv":[14,14,15,16],"rotation":270,"texture":"#1"},"down":{"uv":[14,14,15,16],"rotation":270,"texture":"#1"}}},{"from":[7.38,-5.61828,5.78893],"to":[8.64,-4.35828,6.18893],"rotation":{"angle":22.5,"axis":"x","origin":[7.99021,-4.99055,5.68502]},"faces":{"north":{"uv":[14,14,15,16],"rotation":180,"texture":"#1"},"east":{"uv":[14,14,15,16],"rotation":180,"texture":"#1"},"south":{"uv":[14,14,15,16],"rotation":180,"texture":"#1"},"west":{"uv":[14,14,15,16],"rotation":180,"texture":"#1"},"up":{"uv":[14,14,15,16],"rotation":270,"texture":"#1"},"down":{"uv":[14,14,15,16],"rotation":270,"texture":"#1"}}},{"from":[7.38,-10.83155,9.65671],"to":[8.64,-10.43155,10.91671],"rotation":{"angle":-22.5,"axis":"x","origin":[8.02818,-9.809,10.28214]},"faces":{"north":{"uv":[14,14,15,16],"rotation":270,"texture":"#1"},"east":{"uv":[14,14,15,16],"rotation":270,"texture":"#1"},"south":{"uv":[14,14,15,16],"rotation":270,"texture":"#1"},"west":{"uv":[14,14,15,16],"rotation":270,"texture":"#1"},"up":{"uv":[14,14,15,16],"rotation":270,"texture":"#1"},"down":{"uv":[14,14,15,16],"rotation":270,"texture":"#1"}}},{"from":[7.38,21.48224,9.77895],"to":[8.64,21.88224,11.03895],"rotation":{"angle":22.5,"axis":"x","origin":[8.04598,22.19062,10.37794]},"faces":{"north":{"uv":[14,14,15,16],"rotation":270,"texture":"#1"},"east":{"uv":[14,14,15,16],"rotation":270,"texture":"#1"},"south":{"uv":[14,14,15,16],"rotation":270,"texture":"#1"},"west":{"uv":[14,14,15,16],"rotation":270,"texture":"#1"},"up":{"uv":[14,14,15,16],"rotation":270,"texture":"#1"},"down":{"uv":[14,14,15,16],"rotation":270,"texture":"#1"}}},{"from":[7.38,15.49567,6.36062],"to":[8.64,16.75567,6.76062],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99539,12.61571,4.24361]},"faces":{"north":{"uv":[14,14,15,16],"rotation":180,"texture":"#1"},"east":{"uv":[14,14,15,16],"rotation":180,"texture":"#1"},"south":{"uv":[14,14,15,16],"rotation":180,"texture":"#1"},"west":{"uv":[14,14,15,16],"rotation":180,"texture":"#1"},"up":{"uv":[14,14,15,16],"rotation":270,"texture":"#1"},"down":{"uv":[14,14,15,16],"rotation":270,"texture":"#1"}}},{"from":[7.38,-5.61828,4.78893],"to":[8.64,-4.35828,5.18893],"rotation":{"angle":22.5,"axis":"x","origin":[7.99021,-4.99055,5.68502]},"faces":{"north":{"uv":[14,14,15,16],"rotation":180,"texture":"#1"},"east":{"uv":[14,14,15,16],"rotation":180,"texture":"#1"},"south":{"uv":[14,14,15,16],"rotation":180,"texture":"#1"},"west":{"uv":[14,14,15,16],"rotation":180,"texture":"#1"},"up":{"uv":[14,14,15,16],"rotation":270,"texture":"#1"},"down":{"uv":[14,14,15,16],"rotation":270,"texture":"#1"}}},{"from":[7.38,-9.83155,9.65671],"to":[8.64,-9.43155,10.91671],"rotation":{"angle":-22.5,"axis":"x","origin":[8.02818,-9.809,10.28214]},"faces":{"north":{"uv":[14,14,15,16],"rotation":270,"texture":"#1"},"east":{"uv":[14,14,15,16],"rotation":270,"texture":"#1"},"south":{"uv":[14,14,15,16],"rotation":270,"texture":"#1"},"west":{"uv":[14,14,15,16],"rotation":270,"texture":"#1"},"up":{"uv":[14,14,15,16],"rotation":270,"texture":"#1"},"down":{"uv":[14,14,15,16],"rotation":270,"texture":"#1"}}},{"from":[7.38,22.48224,9.77895],"to":[8.64,22.88224,11.03895],"rotation":{"angle":22.5,"axis":"x","origin":[8.04598,22.19062,10.37794]},"faces":{"north":{"uv":[14,14,15,16],"rotation":270,"texture":"#1"},"east":{"uv":[14,14,15,16],"rotation":270,"texture":"#1"},"south":{"uv":[14,14,15,16],"rotation":270,"texture":"#1"},"west":{"uv":[14,14,15,16],"rotation":270,"texture":"#1"},"up":{"uv":[14,14,15,16],"rotation":270,"texture":"#1"},"down":{"uv":[14,14,15,16],"rotation":270,"texture":"#1"}}},{"from":[7.38,3.58817,2.94085],"to":[8.64,4.34817,6.18085],"rotation":{"angle":22.5,"axis":"x","origin":[7.98913,3.45239,3.31702]},"faces":{"north":{"uv":[0,0,1,0.5],"rotation":180,"texture":"#6"},"east":{"uv":[6,8,8,14],"rotation":270,"texture":"#6"},"south":{"uv":[0,0,2,2],"texture":"#6"},"west":{"uv":[14,0,16,6],"rotation":90,"texture":"#6"},"up":{"uv":[0,0,2,6],"rotation":180,"texture":"#6"},"down":{"uv":[12,8,14,14],"texture":"#6"}}},{"from":[7.38,-0.41183,3.14085],"to":[8.64,0.34817,5.38085],"rotation":{"angle":22.5,"axis":"x","origin":[7.98913,3.45239,3.31702]},"faces":{"north":{"uv":[14,0,16,4],"rotation":90,"texture":"#6"},"east":{"uv":[14,0,16,4],"rotation":90,"texture":"#6"},"south":{"uv":[14,0,16,4],"rotation":90,"texture":"#6"},"west":{"uv":[14,0,16,4],"rotation":90,"texture":"#6"},"up":{"uv":[14,0,16,4],"rotation":90,"texture":"#6"},"down":{"uv":[14,0,16,4],"rotation":90,"texture":"#6"}}},{"from":[7.39,8.53448,2.70404],"to":[8.63,11.75448,4.94404],"rotation":{"angle":-22.5,"axis":"x","origin":[8,10.14448,3.31404]},"faces":{"north":{"uv":[0,5,1,16],"texture":"#5"},"east":{"uv":[7,5,0,16],"texture":"#5"},"south":{"uv":[6,5,6.98,16],"texture":"#5"},"west":{"uv":[0,5,7,16],"texture":"#5"},"up":{"uv":[5,5,7,7],"texture":"#5"},"down":{"uv":[0,15,7,16],"rotation":270,"texture":"#5"}}},{"from":[7.37,0.23448,2.70404],"to":[8.61,3.45448,4.94404],"rotation":{"angle":22.5,"axis":"x","origin":[8,1.84448,3.31404]},"faces":{"north":{"uv":[0,5,1,16],"rotation":180,"texture":"#5"},"east":{"uv":[0,5,7,16],"rotation":180,"texture":"#5"},"south":{"uv":[6,5,6.98,16],"rotation":180,"texture":"#5"},"west":{"uv":[7,5,0,16],"rotation":180,"texture":"#5"},"up":{"uv":[0,15,7,16],"rotation":90,"texture":"#5"},"down":{"uv":[5,5,7,7],"rotation":180,"texture":"#5"}}},{"from":[7.443,0.76393,2.9301],"to":[8.537,3.85793,4.0241],"rotation":{"angle":22.5,"axis":"x","origin":[7.99,2.31093,3.4771]},"faces":{"north":{"uv":[0,0,2,6],"rotation":180,"texture":"#0"},"east":{"uv":[14,0,16,6],"rotation":180,"texture":"#0"},"south":{"uv":[12,8,14,14],"rotation":180,"texture":"#0"},"west":{"uv":[6,8,8,14],"rotation":180,"texture":"#0"},"up":{"uv":[0,0,2,2],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,2,2],"rotation":180,"texture":"#0"}}},{"from":[7.53,13.60261,2.99404],"to":[8.47,16.54261,3.93404],"rotation":{"angle":22.5,"axis":"x","origin":[8,15.07261,3.46404]},"faces":{"north":{"uv":[0,0,2,6],"texture":"#0"},"east":{"uv":[1,3,3,9],"texture":"#0"},"south":{"uv":[10,4,12,10],"texture":"#0"},"west":{"uv":[14,0,16,6],"texture":"#0"},"up":{"uv":[0,0,2,2],"texture":"#0"},"down":{"uv":[0,0,2,2],"texture":"#0"}}},{"from":[7.51375,10.90448,2.43646],"to":[8.49375,13.88448,3.41646],"rotation":{"angle":0,"axis":"x","origin":[7.98872,12.40239,2.93359]},"faces":{"north":{"uv":[0,0,2,6],"texture":"#0"},"east":{"uv":[1,3,3,9],"texture":"#0"},"south":{"uv":[10,4,12,10],"texture":"#0"},"west":{"uv":[14,0,16,6],"texture":"#0"},"up":{"uv":[0,0,2,2],"texture":"#0"},"down":{"uv":[0,0,2,2],"texture":"#0"}}},{"from":[7.52,-4.5372,3.0071],"to":[8.46,-1.5972,3.9471],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99,-3.0672,3.4771]},"faces":{"north":{"uv":[0,0,2,6],"rotation":180,"texture":"#0"},"east":{"uv":[14,0,16,6],"rotation":180,"texture":"#0"},"south":{"uv":[10,4,12,10],"rotation":180,"texture":"#0"},"west":{"uv":[1,3,3,9],"rotation":180,"texture":"#0"},"up":{"uv":[0,0,2,2],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,2,2],"rotation":180,"texture":"#0"}}},{"from":[7.49439,-1.87721,2.45889],"to":[8.47439,1.10279,3.43889],"rotation":{"angle":0,"axis":"x","origin":[7.98439,-0.38721,2.94889]},"faces":{"north":{"uv":[0,0,2,6],"rotation":180,"texture":"#0"},"east":{"uv":[14,0,16,6],"rotation":180,"texture":"#0"},"south":{"uv":[10,4,12,10],"rotation":180,"texture":"#0"},"west":{"uv":[1,3,3,9],"rotation":180,"texture":"#0"},"up":{"uv":[0,0,2,2],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,2,2],"rotation":180,"texture":"#0"}}},{"from":[7.53131,16.27936,3.65151],"to":[8.49131,17.23936,6.61151],"rotation":{"angle":-22.5,"axis":"x","origin":[8.01131,16.75936,5.13151]},"faces":{"north":{"uv":[0,0,2,2],"rotation":180,"texture":"#0"},"east":{"uv":[10,4,12,10],"rotation":270,"texture":"#0"},"south":{"uv":[0,0,2,2],"texture":"#0"},"west":{"uv":[14,0,16,6],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,2,6],"rotation":180,"texture":"#0"},"down":{"uv":[13,4,15,10],"texture":"#0"}}},{"from":[7.51927,-5.23449,3.66665],"to":[8.47927,-4.27449,6.62665],"rotation":{"angle":22.5,"axis":"x","origin":[7.99927,-4.75449,5.14665]},"faces":{"north":{"uv":[0,0,2,2],"texture":"#0"},"east":{"uv":[14,0,16,6],"rotation":270,"texture":"#0"},"south":{"uv":[0,0,2,2],"rotation":180,"texture":"#0"},"west":{"uv":[10,4,12,10],"rotation":90,"texture":"#0"},"up":{"uv":[13,4,15,10],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,2,6],"texture":"#0"}}},{"from":[7.57264,17.80383,5.93855],"to":[8.47264,18.70383,10.83855],"rotation":{"angle":-45,"axis":"x","origin":[8.02264,18.25383,7.38855]},"faces":{"north":{"uv":[12,0,14,12],"texture":"#0"},"east":{"uv":[12,0,14,12],"rotation":90,"texture":"#0"},"south":{"uv":[12,0,14,12],"texture":"#0"},"west":{"uv":[12,0,14,12],"rotation":90,"texture":"#0"},"up":{"uv":[12,0,14,12],"texture":"#0"},"down":{"uv":[12,0,14,12],"texture":"#0"}}},{"from":[7.45264,17.68383,6.81855],"to":[8.59264,18.82383,10.95855],"rotation":{"angle":-45,"axis":"x","origin":[8.02264,18.25383,7.38855]},"faces":{"north":{"uv":[12,0,14,8],"rotation":90,"texture":"#3"},"east":{"uv":[12,0,14,8],"rotation":90,"texture":"#3"},"south":{"uv":[12,0,14,8],"rotation":90,"texture":"#3"},"west":{"uv":[12,0,14,8],"rotation":90,"texture":"#3"},"up":{"uv":[12,0,14,8],"texture":"#3"},"down":{"uv":[12,0,14,8],"texture":"#3"}}},{"from":[7.45264,-7.59559,6.53137],"to":[8.59264,-6.45559,10.67137],"rotation":{"angle":45,"axis":"x","origin":[8.00368,-7.03922,8.11478]},"faces":{"north":{"uv":[12,0,14,8],"rotation":90,"texture":"#3"},"east":{"uv":[12,0,14,8],"rotation":90,"texture":"#3"},"south":{"uv":[12,0,14,8],"rotation":90,"texture":"#3"},"west":{"uv":[12,0,14,8],"rotation":90,"texture":"#3"},"up":{"uv":[12,0,14,8],"texture":"#3"},"down":{"uv":[12,0,14,8],"texture":"#3"}}},{"from":[7.55134,20.43802,9.83926],"to":[8.49134,25.37802,10.77926],"rotation":{"angle":22.5,"axis":"x","origin":[8.02134,21.90802,10.30926]},"faces":{"north":{"uv":[0,0,2,6],"texture":"#0"},"east":{"uv":[9,3,11,9],"texture":"#0"},"south":{"uv":[8,6,10,12],"texture":"#0"},"west":{"uv":[14,0,16,6],"texture":"#0"},"up":{"uv":[0,0,2,2],"texture":"#0"},"down":{"uv":[0,0,2,2],"texture":"#0"}}},{"from":[7.57218,24.88728,11.77517],"to":[8.47218,26.78728,12.67517],"rotation":{"angle":-22.5,"axis":"x","origin":[8.02218,23.33728,12.22517]},"faces":{"north":{"uv":[0,0,2,6],"texture":"#0"},"east":{"uv":[9,3,11,9],"texture":"#0"},"south":{"uv":[8,6,10,12],"texture":"#0"},"west":{"uv":[14,0,16,6],"texture":"#0"},"up":{"uv":[0,0,2,2],"texture":"#0"},"down":{"uv":[0,0,2,2],"texture":"#0"}}},{"from":[7.55851,-6.69947,5.95581],"to":[8.45851,-5.79947,10.85581],"rotation":{"angle":45,"axis":"x","origin":[8.00851,-6.24947,7.40581]},"faces":{"north":{"uv":[0,0,2,2],"texture":"#0"},"east":{"uv":[14,0,16,6],"rotation":270,"texture":"#0"},"south":{"uv":[0,0,2,2],"rotation":180,"texture":"#0"},"west":{"uv":[9,3,11,9],"rotation":90,"texture":"#0"},"up":{"uv":[8,6,10,12],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,2,6],"texture":"#0"}}},{"from":[7.54099,-13.31009,10.22241],"to":[8.48099,-8.37009,11.16241],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0396,-10.81396,10.68134]},"faces":{"north":{"uv":[0,0,2,6],"rotation":180,"texture":"#0"},"east":{"uv":[14,0,16,6],"rotation":180,"texture":"#0"},"south":{"uv":[8,6,10,12],"rotation":180,"texture":"#0"},"west":{"uv":[9,3,11,9],"rotation":180,"texture":"#0"},"up":{"uv":[0,0,2,2],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,2,2],"rotation":180,"texture":"#0"}}},{"from":[7.56269,-14.28,9.47309],"to":[8.46269,-12.38,10.37309],"rotation":{"angle":22.5,"axis":"x","origin":[8.05303,-16.96096,9.88765]},"faces":{"north":{"uv":[0,0,2,6],"rotation":180,"texture":"#0"},"east":{"uv":[14,0,16,6],"rotation":180,"texture":"#0"},"south":{"uv":[8,6,10,12],"rotation":180,"texture":"#0"},"west":{"uv":[9,3,11,9],"rotation":180,"texture":"#0"},"up":{"uv":[0,0,2,2],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,2,2],"rotation":180,"texture":"#0"}}},{"from":[7.3,24.57498,10.78733],"to":[8.7,24.97498,12.18733],"rotation":{"angle":22.5,"axis":"x","origin":[7.97889,24.80305,11.4943]},"faces":{"north":{"uv":[3,2,5,3],"texture":"#4"},"east":{"uv":[0,0,2,1],"texture":"#4"},"south":{"uv":[14,6,16,7],"texture":"#4"},"west":{"uv":[0,0,2,1],"texture":"#4"},"up":{"uv":[0,0,2,2],"rotation":270,"texture":"#4"},"down":{"uv":[0,0,2,2],"rotation":90,"texture":"#4"}}},{"from":[7.30552,-12.62265,10.71559],"to":[8.70552,-12.22265,12.11559],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0263,-12.40876,11.40869]},"faces":{"north":{"uv":[14,6,16,7],"rotation":180,"texture":"#4"},"east":{"uv":[0,0,2,1],"rotation":180,"texture":"#4"},"south":{"uv":[3,2,5,3],"rotation":180,"texture":"#4"},"west":{"uv":[0,0,2,1],"rotation":180,"texture":"#4"},"up":{"uv":[0,0,2,2],"rotation":90,"texture":"#4"},"down":{"uv":[0,0,2,2],"rotation":270,"texture":"#4"}}},{"from":[7.7,23.67007,11.67937],"to":[8.3,24.07007,12.27937],"rotation":{"angle":0,"axis":"x","origin":[8,23.87007,11.97937]},"faces":{"north":{"uv":[14,6,16,7],"rotation":180,"texture":"#3"},"east":{"uv":[0,0,2,1],"rotation":180,"texture":"#3"},"south":{"uv":[3,2,5,3],"rotation":180,"texture":"#3"},"west":{"uv":[0,0,2,1],"rotation":180,"texture":"#3"},"up":{"uv":[0,0,2,2],"rotation":90,"texture":"#3"},"down":{"uv":[0,0,2,2],"rotation":270,"texture":"#3"}}},{"from":[7.7,-9.82993,11.67937],"to":[8.3,-9.42993,12.27937],"rotation":{"angle":0,"axis":"x","origin":[8,-9.62993,11.97937]},"faces":{"north":{"uv":[14,6,16,7],"rotation":180,"texture":"#3"},"east":{"uv":[0,0,2,1],"rotation":180,"texture":"#3"},"south":{"uv":[3,2,5,3],"rotation":180,"texture":"#3"},"west":{"uv":[0,0,2,1],"rotation":180,"texture":"#3"},"up":{"uv":[0,0,2,2],"rotation":90,"texture":"#3"},"down":{"uv":[0,0,2,2],"rotation":270,"texture":"#3"}}},{"from":[7.5,-8.82993,11.47937],"to":[8.5,-7.82993,12.47937],"rotation":{"angle":0,"axis":"x","origin":[8,-9.62993,11.97937]},"faces":{"north":{"uv":[3,2,5,4],"rotation":180,"texture":"#3"},"east":{"uv":[3,2,5,4],"rotation":180,"texture":"#3"},"south":{"uv":[3,2,5,4],"rotation":180,"texture":"#3"},"west":{"uv":[3,2,5,4],"rotation":180,"texture":"#3"},"up":{"uv":[3,2,5,4],"rotation":180,"texture":"#3"},"down":{"uv":[3,2,5,4],"rotation":180,"texture":"#3"}}},{"from":[7.5,21.17007,11.47937],"to":[8.5,22.17007,12.47937],"rotation":{"angle":0,"axis":"x","origin":[8,20.37007,11.97937]},"faces":{"north":{"uv":[3,2,5,4],"rotation":180,"texture":"#3"},"east":{"uv":[3,2,5,4],"rotation":180,"texture":"#3"},"south":{"uv":[3,2,5,4],"rotation":180,"texture":"#3"},"west":{"uv":[3,2,5,4],"rotation":180,"texture":"#3"},"up":{"uv":[3,2,5,4],"rotation":180,"texture":"#3"},"down":{"uv":[3,2,5,4],"rotation":180,"texture":"#3"}}},{"from":[7.25,-13.87993,12.52937],"to":[8.75,-8.87993,12.53937],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-9.62993,11.97937]},"faces":{"north":{"uv":[13,1,0,5],"rotation":270,"texture":"#5"},"east":{"uv":[4,0,6,2],"rotation":90,"texture":"#5"},"south":{"uv":[0,1,13,5],"rotation":90,"texture":"#5"},"west":{"uv":[2,0,4,2],"rotation":270,"texture":"#5"},"up":{"uv":[3,0,5,2],"texture":"#5"},"down":{"uv":[2,0,4,2],"rotation":180,"texture":"#5"}}},{"from":[7.25,16.12007,12.52937],"to":[8.75,21.12007,12.53937],"rotation":{"angle":-22.5,"axis":"x","origin":[8,20.37007,11.97937]},"faces":{"north":{"uv":[13,1,0,5],"rotation":270,"texture":"#5"},"east":{"uv":[4,0,6,2],"rotation":90,"texture":"#5"},"south":{"uv":[0,1,13,5],"rotation":90,"texture":"#5"},"west":{"uv":[2,0,4,2],"rotation":270,"texture":"#5"},"up":{"uv":[3,0,5,2],"texture":"#5"},"down":{"uv":[2,0,4,2],"rotation":180,"texture":"#5"}}},{"from":[7.7,23.07007,11.67937],"to":[8.3,23.47007,12.27937],"rotation":{"angle":0,"axis":"x","origin":[8,23.27007,11.97937]},"faces":{"north":{"uv":[14,6,16,7],"rotation":180,"texture":"#3"},"east":{"uv":[0,0,2,1],"rotation":180,"texture":"#3"},"south":{"uv":[3,2,5,3],"rotation":180,"texture":"#3"},"west":{"uv":[0,0,2,1],"rotation":180,"texture":"#3"},"up":{"uv":[0,0,2,2],"rotation":90,"texture":"#3"},"down":{"uv":[0,0,2,2],"rotation":270,"texture":"#3"}}},{"from":[7.7,-10.42993,11.67937],"to":[8.3,-10.02993,12.27937],"rotation":{"angle":0,"axis":"x","origin":[8,-10.22993,11.97937]},"faces":{"north":{"uv":[14,6,16,7],"rotation":180,"texture":"#3"},"east":{"uv":[0,0,2,1],"rotation":180,"texture":"#3"},"south":{"uv":[3,2,5,3],"rotation":180,"texture":"#3"},"west":{"uv":[0,0,2,1],"rotation":180,"texture":"#3"},"up":{"uv":[0,0,2,2],"rotation":90,"texture":"#3"},"down":{"uv":[0,0,2,2],"rotation":270,"texture":"#3"}}},{"from":[7.7,22.47007,11.67937],"to":[8.3,22.87007,12.27937],"rotation":{"angle":0,"axis":"x","origin":[8,22.67007,11.97937]},"faces":{"north":{"uv":[14,6,16,7],"rotation":180,"texture":"#3"},"east":{"uv":[0,0,2,1],"rotation":180,"texture":"#3"},"south":{"uv":[3,2,5,3],"rotation":180,"texture":"#3"},"west":{"uv":[0,0,2,1],"rotation":180,"texture":"#3"},"up":{"uv":[0,0,2,2],"rotation":90,"texture":"#3"},"down":{"uv":[0,0,2,2],"rotation":270,"texture":"#3"}}},{"from":[7.7,-11.02993,11.67937],"to":[8.3,-10.62993,12.27937],"rotation":{"angle":0,"axis":"x","origin":[8,-10.82993,11.97937]},"faces":{"north":{"uv":[14,6,16,7],"rotation":180,"texture":"#3"},"east":{"uv":[0,0,2,1],"rotation":180,"texture":"#3"},"south":{"uv":[3,2,5,3],"rotation":180,"texture":"#3"},"west":{"uv":[0,0,2,1],"rotation":180,"texture":"#3"},"up":{"uv":[0,0,2,2],"rotation":90,"texture":"#3"},"down":{"uv":[0,0,2,2],"rotation":270,"texture":"#3"}}},{"from":[7.85,-12.35,11.85],"to":[8.15,24.65,12.15],"rotation":{"angle":0,"axis":"y","origin":[8,18.2,10]},"faces":{"north":{"uv":[7,0,8,16],"texture":"#4"},"east":{"uv":[7,0,8,16],"texture":"#4"},"south":{"uv":[6,0,7,16],"texture":"#4"},"west":{"uv":[6,0,7,16],"texture":"#4"},"up":{"uv":[0,0,1,1],"texture":"#4"},"down":{"uv":[6,1,7,2],"texture":"#4"}}}],"display":{"thirdperson_righthand":{"translation":[0,0.25,4.75]},"thirdperson_lefthand":{"translation":[0,0.25,4.75]},"firstperson_righthand":{"rotation":[10,0,0],"translation":[5.5,6,-3.75],"scale":[0.75,0.75,0.75]},"firstperson_lefthand":{"rotation":[10,0,0],"translation":[5.5,6,-3.75],"scale":[0.75,0.75,0.75]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.5,0.5,0.5]},"gui":{"rotation":[89,41,91],"translation":[-2,0.75,0],"scale":[0.62,0.62,0.62]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/flaming_bow.json b/assets/minecraft/models/item/wynn/skin/bow/flaming_bow.json new file mode 100644 index 000000000..fdb27a612 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/flaming_bow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"particle":"skins/flaming_set/flaming_bow","texture":"skins/flaming_set/flaming_bow"},"elements":[{"from":[5.5,7.5,7.25],"to":[6.75,8,8.75],"faces":{"down":{"uv":[5.5,8.5,6.75,8.25],"texture":"#texture"},"up":{"uv":[5.5,8,6.75,8.25],"texture":"#texture"},"north":{"uv":[6.75,8,5.5,8.5],"texture":"#texture"},"south":{"uv":[5.5,8,6.75,8.5],"texture":"#texture"},"west":{"uv":[5.5,8,5.75,8.5],"texture":"#texture"},"east":{"uv":[6.75,8,6.5,8.5],"texture":"#texture"}}},{"from":[5.75,9.75,7.25],"to":[7,10,8.75],"faces":{"down":{"uv":[5.75,6.25,7,6],"texture":"#texture"},"up":{"uv":[5.75,6,7,6.25],"texture":"#texture"},"north":{"uv":[7,6,5.75,6.25],"texture":"#texture"},"south":{"uv":[5.75,6,7,6.25],"texture":"#texture"},"west":{"uv":[5.75,6,6,6.25],"texture":"#texture"},"east":{"uv":[7,6,6.75,6.25],"texture":"#texture"}}},{"from":[5.75,8,7.25],"to":[6.25,8.75,8.75],"faces":{"down":{"uv":[5.75,8,6.25,7.75],"texture":"#texture"},"up":{"uv":[5.75,7.25,6.25,7.5],"texture":"#texture"},"north":{"uv":[6.25,7.25,5.75,8],"texture":"#texture"},"south":{"uv":[5.75,7.25,6.25,8],"texture":"#texture"},"west":{"uv":[5.75,7.25,6,8],"texture":"#texture"},"east":{"uv":[6.25,7.25,6,8],"texture":"#texture"}}},{"from":[5.75,7,7.25],"to":[6.5,7.5,8.75],"faces":{"down":{"uv":[5.75,9,6.5,8.75],"texture":"#texture"},"up":{"uv":[5.75,8.5,6.5,8.75],"texture":"#texture"},"north":{"uv":[6.5,8.5,5.75,9],"texture":"#texture"},"south":{"uv":[5.75,8.5,6.5,9],"texture":"#texture"},"west":{"uv":[5.75,8.5,6,9],"texture":"#texture"},"east":{"uv":[6.5,8.5,6.25,9],"texture":"#texture"}}},{"from":[6,8.75,7.25],"to":[6.25,9,8.75],"faces":{"down":{"uv":[6,7.25,6.25,7],"texture":"#texture"},"up":{"uv":[6,7,6.25,7.25],"texture":"#texture"},"north":{"uv":[6.25,7,6,7.25],"texture":"#texture"},"south":{"uv":[6,7,6.25,7.25],"texture":"#texture"},"west":{"uv":[6,7,6.25,7.25],"texture":"#texture"},"east":{"uv":[6.25,7,6,7.25],"texture":"#texture"}}},{"from":[6,6.75,7.25],"to":[6.25,7,8.75],"faces":{"down":{"uv":[6,9.25,6.25,9],"texture":"#texture"},"up":{"uv":[6,9,6.25,9.25],"texture":"#texture"},"north":{"uv":[6.25,9,6,9.25],"texture":"#texture"},"south":{"uv":[6,9,6.25,9.25],"texture":"#texture"},"west":{"uv":[6,9,6.25,9.25],"texture":"#texture"},"east":{"uv":[6.25,9,6,9.25],"texture":"#texture"}}},{"from":[6,5.25,7.25],"to":[6.5,5.75,8.75],"faces":{"down":{"uv":[6,10.75,6.5,10.5],"texture":"#texture"},"up":{"uv":[6,10.25,6.5,10.5],"texture":"#texture"},"north":{"uv":[6.5,10.25,6,10.75],"texture":"#texture"},"south":{"uv":[6,10.25,6.5,10.75],"texture":"#texture"},"west":{"uv":[6,10.25,6.25,10.75],"texture":"#texture"},"east":{"uv":[6.5,10.25,6.25,10.75],"texture":"#texture"}}},{"from":[6.25,11.75,7.25],"to":[7,12.5,8.75],"faces":{"down":{"uv":[6.25,4.25,7,4],"texture":"#texture"},"up":{"uv":[6.25,3.5,7,3.75],"texture":"#texture"},"north":{"uv":[7,3.5,6.25,4.25],"texture":"#texture"},"south":{"uv":[6.25,3.5,7,4.25],"texture":"#texture"},"west":{"uv":[6.25,3.5,6.5,4.25],"texture":"#texture"},"east":{"uv":[7,3.5,6.75,4.25],"texture":"#texture"}}},{"from":[6.25,10.5,7.25],"to":[6.5,10.75,8.75],"faces":{"down":{"uv":[6.25,5.5,6.5,5.25],"texture":"#texture"},"up":{"uv":[6.25,5.25,6.5,5.5],"texture":"#texture"},"north":{"uv":[6.5,5.25,6.25,5.5],"texture":"#texture"},"south":{"uv":[6.25,5.25,6.5,5.5],"texture":"#texture"},"west":{"uv":[6.25,5.25,6.5,5.5],"texture":"#texture"},"east":{"uv":[6.5,5.25,6.25,5.5],"texture":"#texture"}}},{"from":[6.25,8,7.25],"to":[6.5,8.5,8.75],"faces":{"down":{"uv":[6.25,8,6.5,7.75],"texture":"#texture"},"up":{"uv":[6.25,7.5,6.5,7.75],"texture":"#texture"},"north":{"uv":[6.5,7.5,6.25,8],"texture":"#texture"},"south":{"uv":[6.25,7.5,6.5,8],"texture":"#texture"},"west":{"uv":[6.25,7.5,6.5,8],"texture":"#texture"},"east":{"uv":[6.5,7.5,6.25,8],"texture":"#texture"}}},{"from":[6.25,3,7.25],"to":[6.75,3.75,8.75],"faces":{"down":{"uv":[6.25,13,6.75,12.75],"texture":"#texture"},"up":{"uv":[6.25,12.25,6.75,12.5],"texture":"#texture"},"north":{"uv":[6.75,12.25,6.25,13],"texture":"#texture"},"south":{"uv":[6.25,12.25,6.75,13],"texture":"#texture"},"west":{"uv":[6.25,12.25,6.5,13],"texture":"#texture"},"east":{"uv":[6.75,12.25,6.5,13],"texture":"#texture"}}},{"from":[6.5,12.5,7.25],"to":[7,12.75,8.75],"faces":{"down":{"uv":[6.5,3.5,7,3.25],"texture":"#texture"},"up":{"uv":[6.5,3.25,7,3.5],"texture":"#texture"},"north":{"uv":[7,3.25,6.5,3.5],"texture":"#texture"},"south":{"uv":[6.5,3.25,7,3.5],"texture":"#texture"},"west":{"uv":[6.5,3.25,6.75,3.5],"texture":"#texture"},"east":{"uv":[7,3.25,6.75,3.5],"texture":"#texture"}}},{"from":[6.5,11.25,7.25],"to":[7,11.75,8.75],"faces":{"down":{"uv":[6.5,4.75,7,4.5],"texture":"#texture"},"up":{"uv":[6.5,4.25,7,4.5],"texture":"#texture"},"north":{"uv":[7,4.25,6.5,4.75],"texture":"#texture"},"south":{"uv":[6.5,4.25,7,4.75],"texture":"#texture"},"west":{"uv":[6.5,4.25,6.75,4.75],"texture":"#texture"},"east":{"uv":[7,4.25,6.75,4.75],"texture":"#texture"}}},{"from":[6.5,10.75,7.25],"to":[7.25,11,8.75],"faces":{"down":{"uv":[6.5,5.25,7.25,5],"texture":"#texture"},"up":{"uv":[6.5,5,7.25,5.25],"texture":"#texture"},"north":{"uv":[7.25,5,6.5,5.25],"texture":"#texture"},"south":{"uv":[6.5,5,7.25,5.25],"texture":"#texture"},"west":{"uv":[6.5,5,6.75,5.25],"texture":"#texture"},"east":{"uv":[7.25,5,7,5.25],"texture":"#texture"}}},{"from":[6.5,8,7.25],"to":[6.75,8.25,8.75],"faces":{"down":{"uv":[6.5,8,6.75,7.75],"texture":"#texture"},"up":{"uv":[6.5,7.75,6.75,8],"texture":"#texture"},"north":{"uv":[6.75,7.75,6.5,8],"texture":"#texture"},"south":{"uv":[6.5,7.75,6.75,8],"texture":"#texture"},"west":{"uv":[6.5,7.75,6.75,8],"texture":"#texture"},"east":{"uv":[6.75,7.75,6.5,8],"texture":"#texture"}}},{"from":[6.5,5.5,7.25],"to":[7.25,6,8.75],"faces":{"down":{"uv":[6.5,10.5,7.25,10.25],"texture":"#texture"},"up":{"uv":[6.5,10,7.25,10.25],"texture":"#texture"},"north":{"uv":[7.25,10,6.5,10.5],"texture":"#texture"},"south":{"uv":[6.5,10,7.25,10.5],"texture":"#texture"},"west":{"uv":[6.5,10,6.75,10.5],"texture":"#texture"},"east":{"uv":[7.25,10,7,10.5],"texture":"#texture"}}},{"from":[6.5,4.5,7.25],"to":[7.25,4.75,8.75],"faces":{"down":{"uv":[6.5,11.5,7.25,11.25],"texture":"#texture"},"up":{"uv":[6.5,11.25,7.25,11.5],"texture":"#texture"},"north":{"uv":[7.25,11.25,6.5,11.5],"texture":"#texture"},"south":{"uv":[6.5,11.25,7.25,11.5],"texture":"#texture"},"west":{"uv":[6.5,11.25,6.75,11.5],"texture":"#texture"},"east":{"uv":[7.25,11.25,7,11.5],"texture":"#texture"}}},{"from":[6.5,3.75,7.25],"to":[6.75,4.25,8.75],"faces":{"down":{"uv":[6.5,12.25,6.75,12],"texture":"#texture"},"up":{"uv":[6.5,11.75,6.75,12],"texture":"#texture"},"north":{"uv":[6.75,11.75,6.5,12.25],"texture":"#texture"},"south":{"uv":[6.5,11.75,6.75,12.25],"texture":"#texture"},"west":{"uv":[6.5,11.75,6.75,12.25],"texture":"#texture"},"east":{"uv":[6.75,11.75,6.5,12.25],"texture":"#texture"}}},{"from":[6.5,2.75,7.25],"to":[7.75,3,8.75],"faces":{"down":{"uv":[6.5,13.25,7.75,13],"texture":"#texture"},"up":{"uv":[6.5,13,7.75,13.25],"texture":"#texture"},"north":{"uv":[7.75,13,6.5,13.25],"texture":"#texture"},"south":{"uv":[6.5,13,7.75,13.25],"texture":"#texture"},"west":{"uv":[6.5,13,6.75,13.25],"texture":"#texture"},"east":{"uv":[7.75,13,7.5,13.25],"texture":"#texture"}}},{"from":[6.75,10.5,7.25],"to":[7.25,10.75,8.75],"faces":{"down":{"uv":[6.75,5.5,7.25,5.25],"texture":"#texture"},"up":{"uv":[6.75,5.25,7.25,5.5],"texture":"#texture"},"north":{"uv":[7.25,5.25,6.75,5.5],"texture":"#texture"},"south":{"uv":[6.75,5.25,7.25,5.5],"texture":"#texture"},"west":{"uv":[6.75,5.25,7,5.5],"texture":"#texture"},"east":{"uv":[7.25,5.25,7,5.5],"texture":"#texture"}}},{"from":[6.75,9.5,7.25],"to":[7.25,9.75,8.75],"faces":{"down":{"uv":[6.75,6.5,7.25,6.25],"texture":"#texture"},"up":{"uv":[6.75,6.25,7.25,6.5],"texture":"#texture"},"north":{"uv":[7.25,6.25,6.75,6.5],"texture":"#texture"},"south":{"uv":[6.75,6.25,7.25,6.5],"texture":"#texture"},"west":{"uv":[6.75,6.25,7,6.5],"texture":"#texture"},"east":{"uv":[7.25,6.25,7,6.5],"texture":"#texture"}}},{"from":[6.75,4.75,7.25],"to":[7.25,5,8.75],"faces":{"down":{"uv":[6.75,11.25,7.25,11],"texture":"#texture"},"up":{"uv":[6.75,11,7.25,11.25],"texture":"#texture"},"north":{"uv":[7.25,11,6.75,11.25],"texture":"#texture"},"south":{"uv":[6.75,11,7.25,11.25],"texture":"#texture"},"west":{"uv":[6.75,11,7,11.25],"texture":"#texture"},"east":{"uv":[7.25,11,7,11.25],"texture":"#texture"}}},{"from":[6.75,3.5,7.25],"to":[7,4,8.75],"faces":{"down":{"uv":[6.75,12.5,7,12.25],"texture":"#texture"},"up":{"uv":[6.75,12,7,12.25],"texture":"#texture"},"north":{"uv":[7,12,6.75,12.5],"texture":"#texture"},"south":{"uv":[6.75,12,7,12.5],"texture":"#texture"},"west":{"uv":[6.75,12,7,12.5],"texture":"#texture"},"east":{"uv":[7,12,6.75,12.5],"texture":"#texture"}}},{"from":[6.75,3,7.25],"to":[7,3.25,8.75],"faces":{"down":{"uv":[6.75,13,7,12.75],"texture":"#texture"},"up":{"uv":[6.75,12.75,7,13],"texture":"#texture"},"north":{"uv":[7,12.75,6.75,13],"texture":"#texture"},"south":{"uv":[6.75,12.75,7,13],"texture":"#texture"},"west":{"uv":[6.75,12.75,7,13],"texture":"#texture"},"east":{"uv":[7,12.75,6.75,13],"texture":"#texture"}}},{"from":[6.75,2.5,7.25],"to":[7.25,2.75,8.75],"faces":{"down":{"uv":[6.75,13.5,7.25,13.25],"texture":"#texture"},"up":{"uv":[6.75,13.25,7.25,13.5],"texture":"#texture"},"north":{"uv":[7.25,13.25,6.75,13.5],"texture":"#texture"},"south":{"uv":[6.75,13.25,7.25,13.5],"texture":"#texture"},"west":{"uv":[6.75,13.25,7,13.5],"texture":"#texture"},"east":{"uv":[7.25,13.25,7,13.5],"texture":"#texture"}}},{"from":[7,12.25,7.25],"to":[7.5,12.5,8.75],"faces":{"down":{"uv":[7,3.75,7.5,3.5],"texture":"#texture"},"up":{"uv":[7,3.5,7.5,3.75],"texture":"#texture"},"north":{"uv":[7.5,3.5,7,3.75],"texture":"#texture"},"south":{"uv":[7,3.5,7.5,3.75],"texture":"#texture"},"west":{"uv":[7,3.5,7.25,3.75],"texture":"#texture"},"east":{"uv":[7.5,3.5,7.25,3.75],"texture":"#texture"}}},{"from":[7,11.5,7.25],"to":[7.25,11.75,8.75],"faces":{"down":{"uv":[7,4.5,7.25,4.25],"texture":"#texture"},"up":{"uv":[7,4.25,7.25,4.5],"texture":"#texture"},"north":{"uv":[7.25,4.25,7,4.5],"texture":"#texture"},"south":{"uv":[7,4.25,7.25,4.5],"texture":"#texture"},"west":{"uv":[7,4.25,7.25,4.5],"texture":"#texture"},"east":{"uv":[7.25,4.25,7,4.5],"texture":"#texture"}}},{"from":[7,3.75,7.25],"to":[7.75,4,8.75],"faces":{"down":{"uv":[7,12.25,7.75,12],"texture":"#texture"},"up":{"uv":[7,12,7.75,12.25],"texture":"#texture"},"north":{"uv":[7.75,12,7,12.25],"texture":"#texture"},"south":{"uv":[7,12,7.75,12.25],"texture":"#texture"},"west":{"uv":[7,12,7.25,12.25],"texture":"#texture"},"east":{"uv":[7.75,12,7.5,12.25],"texture":"#texture"}}},{"from":[7.25,9.25,7.25],"to":[7.5,9.5,8.75],"faces":{"down":{"uv":[7.25,6.75,7.5,6.5],"texture":"#texture"},"up":{"uv":[7.25,6.5,7.5,6.75],"texture":"#texture"},"north":{"uv":[7.5,6.5,7.25,6.75],"texture":"#texture"},"south":{"uv":[7.25,6.5,7.5,6.75],"texture":"#texture"},"west":{"uv":[7.25,6.5,7.5,6.75],"texture":"#texture"},"east":{"uv":[7.5,6.5,7.25,6.75],"texture":"#texture"}}},{"from":[7.25,5.75,7.25],"to":[7.5,6,8.75],"faces":{"down":{"uv":[7.25,10.25,7.5,10],"texture":"#texture"},"up":{"uv":[7.25,10,7.5,10.25],"texture":"#texture"},"north":{"uv":[7.5,10,7.25,10.25],"texture":"#texture"},"south":{"uv":[7.25,10,7.5,10.25],"texture":"#texture"},"west":{"uv":[7.25,10,7.5,10.25],"texture":"#texture"},"east":{"uv":[7.5,10,7.25,10.25],"texture":"#texture"}}},{"from":[5.25,7.5,7.5],"to":[7,8,8.5],"faces":{"down":{"uv":[5.25,8.5,7,8.25],"texture":"#texture"},"up":{"uv":[5.25,8,7,8.25],"texture":"#texture"},"north":{"uv":[7,8,5.25,8.5],"texture":"#texture"},"south":{"uv":[5.25,8,7,8.5],"texture":"#texture"},"west":{"uv":[5.25,8,5.5,8.5],"texture":"#texture"},"east":{"uv":[7,8,6.75,8.5],"texture":"#texture"}}},{"from":[5.5,9.75,7.5],"to":[7.75,10,8.5],"faces":{"down":{"uv":[5.5,6.25,7.75,6],"texture":"#texture"},"up":{"uv":[5.5,6,7.75,6.25],"texture":"#texture"},"north":{"uv":[7.75,6,5.5,6.25],"texture":"#texture"},"south":{"uv":[5.5,6,7.75,6.25],"texture":"#texture"},"west":{"uv":[5.5,6,5.75,6.25],"texture":"#texture"},"east":{"uv":[7.75,6,7.5,6.25],"texture":"#texture"}}},{"from":[5.5,8,7.5],"to":[6.5,8.75,8.5],"faces":{"down":{"uv":[5.5,8,6.5,7.75],"texture":"#texture"},"up":{"uv":[5.5,7.25,6.5,7.5],"texture":"#texture"},"north":{"uv":[6.5,7.25,5.5,8],"texture":"#texture"},"south":{"uv":[5.5,7.25,6.5,8],"texture":"#texture"},"west":{"uv":[5.5,7.25,5.75,8],"texture":"#texture"},"east":{"uv":[6.5,7.25,6.25,8],"texture":"#texture"}}},{"from":[5.5,6.75,7.5],"to":[6.5,7.5,8.5],"faces":{"down":{"uv":[5.5,9.25,6.5,9],"texture":"#texture"},"up":{"uv":[5.5,8.5,6.5,8.75],"texture":"#texture"},"north":{"uv":[6.5,8.5,5.5,9.25],"texture":"#texture"},"south":{"uv":[5.5,8.5,6.5,9.25],"texture":"#texture"},"west":{"uv":[5.5,8.5,5.75,9.25],"texture":"#texture"},"east":{"uv":[6.5,8.5,6.25,9.25],"texture":"#texture"}}},{"from":[5.75,10,7.5],"to":[7,10.5,8.5],"faces":{"down":{"uv":[5.75,6,7,5.75],"texture":"#texture"},"up":{"uv":[5.75,5.5,7,5.75],"texture":"#texture"},"north":{"uv":[7,5.5,5.75,6],"texture":"#texture"},"south":{"uv":[5.75,5.5,7,6],"texture":"#texture"},"west":{"uv":[5.75,5.5,6,6],"texture":"#texture"},"east":{"uv":[7,5.5,6.75,6],"texture":"#texture"}}},{"from":[5.75,9.5,7.5],"to":[8,9.75,8.5],"faces":{"down":{"uv":[5.75,6.5,8,6.25],"texture":"#texture"},"up":{"uv":[5.75,6.25,8,6.5],"texture":"#texture"},"north":{"uv":[8,6.25,5.75,6.5],"texture":"#texture"},"south":{"uv":[5.75,6.25,8,6.5],"texture":"#texture"},"west":{"uv":[5.75,6.25,6,6.5],"texture":"#texture"},"east":{"uv":[8,6.25,7.75,6.5],"texture":"#texture"}}},{"from":[5.75,8.75,7.5],"to":[6.5,9,8.5],"faces":{"down":{"uv":[5.75,7.25,6.5,7],"texture":"#texture"},"up":{"uv":[5.75,7,6.5,7.25],"texture":"#texture"},"north":{"uv":[6.5,7,5.75,7.25],"texture":"#texture"},"south":{"uv":[5.75,7,6.5,7.25],"texture":"#texture"},"west":{"uv":[5.75,7,6,7.25],"texture":"#texture"},"east":{"uv":[6.5,7,6.25,7.25],"texture":"#texture"}}},{"from":[5.75,5.25,7.5],"to":[7.25,5.75,8.5],"faces":{"down":{"uv":[5.75,10.75,7.25,10.5],"texture":"#texture"},"up":{"uv":[5.75,10.25,7.25,10.5],"texture":"#texture"},"north":{"uv":[7.25,10.25,5.75,10.75],"texture":"#texture"},"south":{"uv":[5.75,10.25,7.25,10.75],"texture":"#texture"},"west":{"uv":[5.75,10.25,6,10.75],"texture":"#texture"},"east":{"uv":[7.25,10.25,7,10.75],"texture":"#texture"}}},{"from":[6,11.75,7.5],"to":[8.25,12.5,8.5],"faces":{"down":{"uv":[6,4.25,8.25,4],"texture":"#texture"},"up":{"uv":[6,3.5,8.25,3.75],"texture":"#texture"},"north":{"uv":[8.25,3.5,6,4.25],"texture":"#texture"},"south":{"uv":[6,3.5,8.25,4.25],"texture":"#texture"},"west":{"uv":[6,3.5,6.25,4.25],"texture":"#texture"},"east":{"uv":[8.25,3.5,8,4.25],"texture":"#texture"}}},{"from":[6,10.5,7.5],"to":[7.25,10.75,8.5],"faces":{"down":{"uv":[6,5.5,7.25,5.25],"texture":"#texture"},"up":{"uv":[6,5.25,7.25,5.5],"texture":"#texture"},"north":{"uv":[7.25,5.25,6,5.5],"texture":"#texture"},"south":{"uv":[6,5.25,7.25,5.5],"texture":"#texture"},"west":{"uv":[6,5.25,6.25,5.5],"texture":"#texture"},"east":{"uv":[7.25,5.25,7,5.5],"texture":"#texture"}}},{"from":[6,9,7.5],"to":[6.75,9.5,8.5],"faces":{"down":{"uv":[6,7,6.75,6.75],"texture":"#texture"},"up":{"uv":[6,6.5,6.75,6.75],"texture":"#texture"},"north":{"uv":[6.75,6.5,6,7],"texture":"#texture"},"south":{"uv":[6,6.5,6.75,7],"texture":"#texture"},"west":{"uv":[6,6.5,6.25,7],"texture":"#texture"},"east":{"uv":[6.75,6.5,6.5,7],"texture":"#texture"}}},{"from":[6,5.75,7.5],"to":[6.25,6.75,8.5],"faces":{"down":{"uv":[6,10.25,6.25,10],"texture":"#texture"},"up":{"uv":[6,9.25,6.25,9.5],"texture":"#texture"},"north":{"uv":[6.25,9.25,6,10.25],"texture":"#texture"},"south":{"uv":[6,9.25,6.25,10.25],"texture":"#texture"},"west":{"uv":[6,9.25,6.25,10.25],"texture":"#texture"},"east":{"uv":[6.25,9.25,6,10.25],"texture":"#texture"}}},{"from":[6,5,7.5],"to":[7,5.25,8.5],"faces":{"down":{"uv":[6,11,7,10.75],"texture":"#texture"},"up":{"uv":[6,10.75,7,11],"texture":"#texture"},"north":{"uv":[7,10.75,6,11],"texture":"#texture"},"south":{"uv":[6,10.75,7,11],"texture":"#texture"},"west":{"uv":[6,10.75,6.25,11],"texture":"#texture"},"east":{"uv":[7,10.75,6.75,11],"texture":"#texture"}}},{"from":[6,3,7.5],"to":[8,3.75,8.5],"faces":{"down":{"uv":[6,13,8,12.75],"texture":"#texture"},"up":{"uv":[6,12.25,8,12.5],"texture":"#texture"},"north":{"uv":[8,12.25,6,13],"texture":"#texture"},"south":{"uv":[6,12.25,8,13],"texture":"#texture"},"west":{"uv":[6,12.25,6.25,13],"texture":"#texture"},"east":{"uv":[8,12.25,7.75,13],"texture":"#texture"}}},{"from":[6.25,12.5,7.5],"to":[6.75,13,8.5],"faces":{"down":{"uv":[6.25,3.5,6.75,3.25],"texture":"#texture"},"up":{"uv":[6.25,3,6.75,3.25],"texture":"#texture"},"north":{"uv":[6.75,3,6.25,3.5],"texture":"#texture"},"south":{"uv":[6.25,3,6.75,3.5],"texture":"#texture"},"west":{"uv":[6.25,3,6.5,3.5],"texture":"#texture"},"east":{"uv":[6.75,3,6.5,3.5],"texture":"#texture"}}},{"from":[6.25,10.75,7.5],"to":[7.5,11.75,8.5],"faces":{"down":{"uv":[6.25,5.25,7.5,5],"texture":"#texture"},"up":{"uv":[6.25,4.25,7.5,4.5],"texture":"#texture"},"north":{"uv":[7.5,4.25,6.25,5.25],"texture":"#texture"},"south":{"uv":[6.25,4.25,7.5,5.25],"texture":"#texture"},"west":{"uv":[6.25,4.25,6.5,5.25],"texture":"#texture"},"east":{"uv":[7.5,4.25,7.25,5.25],"texture":"#texture"}}},{"from":[6.25,5.75,7.5],"to":[6.5,6.5,8.5],"faces":{"down":{"uv":[6.25,10.25,6.5,10],"texture":"#texture"},"up":{"uv":[6.25,9.5,6.5,9.75],"texture":"#texture"},"north":{"uv":[6.5,9.5,6.25,10.25],"texture":"#texture"},"south":{"uv":[6.25,9.5,6.5,10.25],"texture":"#texture"},"west":{"uv":[6.25,9.5,6.5,10.25],"texture":"#texture"},"east":{"uv":[6.5,9.5,6.25,10.25],"texture":"#texture"}}},{"from":[6.25,4.5,7.5],"to":[7.25,5,8.5],"faces":{"down":{"uv":[6.25,11.5,7.25,11.25],"texture":"#texture"},"up":{"uv":[6.25,11,7.25,11.25],"texture":"#texture"},"north":{"uv":[7.25,11,6.25,11.5],"texture":"#texture"},"south":{"uv":[6.25,11,7.25,11.5],"texture":"#texture"},"west":{"uv":[6.25,11,6.5,11.5],"texture":"#texture"},"east":{"uv":[7.25,11,7,11.5],"texture":"#texture"}}},{"from":[6.25,3.75,7.5],"to":[7.75,4.25,8.5],"faces":{"down":{"uv":[6.25,12.25,7.75,12],"texture":"#texture"},"up":{"uv":[6.25,11.75,7.75,12],"texture":"#texture"},"north":{"uv":[7.75,11.75,6.25,12.25],"texture":"#texture"},"south":{"uv":[6.25,11.75,7.75,12.25],"texture":"#texture"},"west":{"uv":[6.25,11.75,6.5,12.25],"texture":"#texture"},"east":{"uv":[7.75,11.75,7.5,12.25],"texture":"#texture"}}},{"from":[6.25,2.75,7.5],"to":[8.5,3,8.5],"faces":{"down":{"uv":[6.25,13.25,8.5,13],"texture":"#texture"},"up":{"uv":[6.25,13,8.5,13.25],"texture":"#texture"},"north":{"uv":[8.5,13,6.25,13.25],"texture":"#texture"},"south":{"uv":[6.25,13,8.5,13.25],"texture":"#texture"},"west":{"uv":[6.25,13,6.5,13.25],"texture":"#texture"},"east":{"uv":[8.5,13,8.25,13.25],"texture":"#texture"}}},{"from":[6.5,8.5,7.5],"to":[6.75,8.75,8.5],"faces":{"down":{"uv":[6.5,7.5,6.75,7.25],"texture":"#texture"},"up":{"uv":[6.5,7.25,6.75,7.5],"texture":"#texture"},"north":{"uv":[6.75,7.25,6.5,7.5],"texture":"#texture"},"south":{"uv":[6.5,7.25,6.75,7.5],"texture":"#texture"},"west":{"uv":[6.5,7.25,6.75,7.5],"texture":"#texture"},"east":{"uv":[6.75,7.25,6.5,7.5],"texture":"#texture"}}},{"from":[6.5,8,7.5],"to":[6.75,8.25,8.5],"faces":{"down":{"uv":[6.5,8,6.75,7.75],"texture":"#texture"},"up":{"uv":[6.5,7.75,6.75,8],"texture":"#texture"},"north":{"uv":[6.75,7.75,6.5,8],"texture":"#texture"},"south":{"uv":[6.5,7.75,6.75,8],"texture":"#texture"},"west":{"uv":[6.5,7.75,6.75,8],"texture":"#texture"},"east":{"uv":[6.75,7.75,6.5,8],"texture":"#texture"}}},{"from":[6.5,7.25,7.5],"to":[6.75,7.5,8.5],"faces":{"down":{"uv":[6.5,8.75,6.75,8.5],"texture":"#texture"},"up":{"uv":[6.5,8.5,6.75,8.75],"texture":"#texture"},"north":{"uv":[6.75,8.5,6.5,8.75],"texture":"#texture"},"south":{"uv":[6.5,8.5,6.75,8.75],"texture":"#texture"},"west":{"uv":[6.5,8.5,6.75,8.75],"texture":"#texture"},"east":{"uv":[6.75,8.5,6.5,8.75],"texture":"#texture"}}},{"from":[6.5,5.75,7.5],"to":[7,6.25,8.5],"faces":{"down":{"uv":[6.5,10.25,7,10],"texture":"#texture"},"up":{"uv":[6.5,9.75,7,10],"texture":"#texture"},"north":{"uv":[7,9.75,6.5,10.25],"texture":"#texture"},"south":{"uv":[6.5,9.75,7,10.25],"texture":"#texture"},"west":{"uv":[6.5,9.75,6.75,10.25],"texture":"#texture"},"east":{"uv":[7,9.75,6.75,10.25],"texture":"#texture"}}},{"from":[6.5,4.25,7.5],"to":[7.5,4.5,8.5],"faces":{"down":{"uv":[6.5,11.75,7.5,11.5],"texture":"#texture"},"up":{"uv":[6.5,11.5,7.5,11.75],"texture":"#texture"},"north":{"uv":[7.5,11.5,6.5,11.75],"texture":"#texture"},"south":{"uv":[6.5,11.5,7.5,11.75],"texture":"#texture"},"west":{"uv":[6.5,11.5,6.75,11.75],"texture":"#texture"},"east":{"uv":[7.5,11.5,7.25,11.75],"texture":"#texture"}}},{"from":[6.5,2.5,7.5],"to":[8.75,2.75,8.5],"faces":{"down":{"uv":[6.5,13.5,8.75,13.25],"texture":"#texture"},"up":{"uv":[6.5,13.25,8.75,13.5],"texture":"#texture"},"north":{"uv":[8.75,13.25,6.5,13.5],"texture":"#texture"},"south":{"uv":[6.5,13.25,8.75,13.5],"texture":"#texture"},"west":{"uv":[6.5,13.25,6.75,13.5],"texture":"#texture"},"east":{"uv":[8.75,13.25,8.5,13.5],"texture":"#texture"}}},{"from":[6.75,12.5,7.5],"to":[8.75,12.75,8.5],"faces":{"down":{"uv":[6.75,3.5,8.75,3.25],"texture":"#texture"},"up":{"uv":[6.75,3.25,8.75,3.5],"texture":"#texture"},"north":{"uv":[8.75,3.25,6.75,3.5],"texture":"#texture"},"south":{"uv":[6.75,3.25,8.75,3.5],"texture":"#texture"},"west":{"uv":[6.75,3.25,7,3.5],"texture":"#texture"},"east":{"uv":[8.75,3.25,8.5,3.5],"texture":"#texture"}}},{"from":[6.75,9.25,7.5],"to":[7.75,9.5,8.5],"faces":{"down":{"uv":[6.75,6.75,7.75,6.5],"texture":"#texture"},"up":{"uv":[6.75,6.5,7.75,6.75],"texture":"#texture"},"north":{"uv":[7.75,6.5,6.75,6.75],"texture":"#texture"},"south":{"uv":[6.75,6.5,7.75,6.75],"texture":"#texture"},"west":{"uv":[6.75,6.5,7,6.75],"texture":"#texture"},"east":{"uv":[7.75,6.5,7.5,6.75],"texture":"#texture"}}},{"from":[6.75,2.25,7.5],"to":[8.75,2.5,8.5],"faces":{"down":{"uv":[6.75,13.75,8.75,13.5],"texture":"#texture"},"up":{"uv":[6.75,13.5,8.75,13.75],"texture":"#texture"},"north":{"uv":[8.75,13.5,6.75,13.75],"texture":"#texture"},"south":{"uv":[6.75,13.5,8.75,13.75],"texture":"#texture"},"west":{"uv":[6.75,13.5,7,13.75],"texture":"#texture"},"east":{"uv":[8.75,13.5,8.5,13.75],"texture":"#texture"}}},{"from":[7,12.75,7.5],"to":[9.25,13,8.5],"faces":{"down":{"uv":[7,3.25,9.25,3],"texture":"#texture"},"up":{"uv":[7,3,9.25,3.25],"texture":"#texture"},"north":{"uv":[9.25,3,7,3.25],"texture":"#texture"},"south":{"uv":[7,3,9.25,3.25],"texture":"#texture"},"west":{"uv":[7,3,7.25,3.25],"texture":"#texture"},"east":{"uv":[9.25,3,9,3.25],"texture":"#texture"}}},{"from":[7,10,7.5],"to":[7.25,10.25,8.5],"faces":{"down":{"uv":[7,6,7.25,5.75],"texture":"#texture"},"up":{"uv":[7,5.75,7.25,6],"texture":"#texture"},"north":{"uv":[7.25,5.75,7,6],"texture":"#texture"},"south":{"uv":[7,5.75,7.25,6],"texture":"#texture"},"west":{"uv":[7,5.75,7.25,6],"texture":"#texture"},"east":{"uv":[7.25,5.75,7,6],"texture":"#texture"}}},{"from":[7,5.75,7.5],"to":[8,6,8.5],"faces":{"down":{"uv":[7,10.25,8,10],"texture":"#texture"},"up":{"uv":[7,10,8,10.25],"texture":"#texture"},"north":{"uv":[8,10,7,10.25],"texture":"#texture"},"south":{"uv":[7,10,8,10.25],"texture":"#texture"},"west":{"uv":[7,10,7.25,10.25],"texture":"#texture"},"east":{"uv":[8,10,7.75,10.25],"texture":"#texture"}}},{"from":[7.25,13,7.5],"to":[7.5,13.75,8.5],"faces":{"down":{"uv":[7.25,3,7.5,2.75],"texture":"#texture"},"up":{"uv":[7.25,2.25,7.5,2.5],"texture":"#texture"},"north":{"uv":[7.5,2.25,7.25,3],"texture":"#texture"},"south":{"uv":[7.25,2.25,7.5,3],"texture":"#texture"},"west":{"uv":[7.25,2.25,7.5,3],"texture":"#texture"},"east":{"uv":[7.5,2.25,7.25,3],"texture":"#texture"}}},{"from":[7.25,6,7.5],"to":[7.75,6.25,8.5],"faces":{"down":{"uv":[7.25,10,7.75,9.75],"texture":"#texture"},"up":{"uv":[7.25,9.75,7.75,10],"texture":"#texture"},"north":{"uv":[7.75,9.75,7.25,10],"texture":"#texture"},"south":{"uv":[7.25,9.75,7.75,10],"texture":"#texture"},"west":{"uv":[7.25,9.75,7.5,10],"texture":"#texture"},"east":{"uv":[7.75,9.75,7.5,10],"texture":"#texture"}}},{"from":[7.25,5.5,7.5],"to":[8.25,5.75,8.5],"faces":{"down":{"uv":[7.25,10.5,8.25,10.25],"texture":"#texture"},"up":{"uv":[7.25,10.25,8.25,10.5],"texture":"#texture"},"north":{"uv":[8.25,10.25,7.25,10.5],"texture":"#texture"},"south":{"uv":[7.25,10.25,8.25,10.5],"texture":"#texture"},"west":{"uv":[7.25,10.25,7.5,10.5],"texture":"#texture"},"east":{"uv":[8.25,10.25,8,10.5],"texture":"#texture"}}},{"from":[7.25,2,7.5],"to":[9,2.25,8.5],"faces":{"down":{"uv":[7.25,14,9,13.75],"texture":"#texture"},"up":{"uv":[7.25,13.75,9,14],"texture":"#texture"},"north":{"uv":[9,13.75,7.25,14],"texture":"#texture"},"south":{"uv":[7.25,13.75,9,14],"texture":"#texture"},"west":{"uv":[7.25,13.75,7.5,14],"texture":"#texture"},"east":{"uv":[9,13.75,8.75,14],"texture":"#texture"}}},{"from":[7.5,13,7.5],"to":[9.5,13.5,8.5],"faces":{"down":{"uv":[7.5,3,9.5,2.75],"texture":"#texture"},"up":{"uv":[7.5,2.5,9.5,2.75],"texture":"#texture"},"north":{"uv":[9.5,2.5,7.5,3],"texture":"#texture"},"south":{"uv":[7.5,2.5,9.5,3],"texture":"#texture"},"west":{"uv":[7.5,2.5,7.75,3],"texture":"#texture"},"east":{"uv":[9.5,2.5,9.25,3],"texture":"#texture"}}},{"from":[7.5,11.25,7.5],"to":[7.75,11.75,8.5],"faces":{"down":{"uv":[7.5,4.75,7.75,4.5],"texture":"#texture"},"up":{"uv":[7.5,4.25,7.75,4.5],"texture":"#texture"},"north":{"uv":[7.75,4.25,7.5,4.75],"texture":"#texture"},"south":{"uv":[7.5,4.25,7.75,4.75],"texture":"#texture"},"west":{"uv":[7.5,4.25,7.75,4.75],"texture":"#texture"},"east":{"uv":[7.75,4.25,7.5,4.75],"texture":"#texture"}}},{"from":[7.75,13.5,7.5],"to":[9.75,13.75,8.5],"faces":{"down":{"uv":[7.75,2.5,9.75,2.25],"texture":"#texture"},"up":{"uv":[7.75,2.25,9.75,2.5],"texture":"#texture"},"north":{"uv":[9.75,2.25,7.75,2.5],"texture":"#texture"},"south":{"uv":[7.75,2.25,9.75,2.5],"texture":"#texture"},"west":{"uv":[7.75,2.25,8,2.5],"texture":"#texture"},"east":{"uv":[9.75,2.25,9.5,2.5],"texture":"#texture"}}},{"from":[7.75,11.5,7.5],"to":[8.25,11.75,8.5],"faces":{"down":{"uv":[7.75,4.5,8.25,4.25],"texture":"#texture"},"up":{"uv":[7.75,4.25,8.25,4.5],"texture":"#texture"},"north":{"uv":[8.25,4.25,7.75,4.5],"texture":"#texture"},"south":{"uv":[7.75,4.25,8.25,4.5],"texture":"#texture"},"west":{"uv":[7.75,4.25,8,4.5],"texture":"#texture"},"east":{"uv":[8.25,4.25,8,4.5],"texture":"#texture"}}},{"from":[7.75,3.75,7.5],"to":[8.25,4,8.5],"faces":{"down":{"uv":[7.75,12.25,8.25,12],"texture":"#texture"},"up":{"uv":[7.75,12,8.25,12.25],"texture":"#texture"},"north":{"uv":[8.25,12,7.75,12.25],"texture":"#texture"},"south":{"uv":[7.75,12,8.25,12.25],"texture":"#texture"},"west":{"uv":[7.75,12,8,12.25],"texture":"#texture"},"east":{"uv":[8.25,12,8,12.25],"texture":"#texture"}}},{"from":[7.75,1.75,7.5],"to":[9,2,8.5],"faces":{"down":{"uv":[7.75,14.25,9,14],"texture":"#texture"},"up":{"uv":[7.75,14,9,14.25],"texture":"#texture"},"north":{"uv":[9,14,7.75,14.25],"texture":"#texture"},"south":{"uv":[7.75,14,9,14.25],"texture":"#texture"},"west":{"uv":[7.75,14,8,14.25],"texture":"#texture"},"east":{"uv":[9,14,8.75,14.25],"texture":"#texture"}}},{"from":[8,13.75,7.5],"to":[9.5,14,8.5],"faces":{"down":{"uv":[8,2.25,9.5,2],"texture":"#texture"},"up":{"uv":[8,2,9.5,2.25],"texture":"#texture"},"north":{"uv":[9.5,2,8,2.25],"texture":"#texture"},"south":{"uv":[8,2,9.5,2.25],"texture":"#texture"},"west":{"uv":[8,2,8.25,2.25],"texture":"#texture"},"east":{"uv":[9.5,2,9.25,2.25],"texture":"#texture"}}},{"from":[8,3,7.5],"to":[8.25,3.5,8.5],"faces":{"down":{"uv":[8,13,8.25,12.75],"texture":"#texture"},"up":{"uv":[8,12.5,8.25,12.75],"texture":"#texture"},"north":{"uv":[8.25,12.5,8,13],"texture":"#texture"},"south":{"uv":[8,12.5,8.25,13],"texture":"#texture"},"west":{"uv":[8,12.5,8.25,13],"texture":"#texture"},"east":{"uv":[8.25,12.5,8,13],"texture":"#texture"}}},{"from":[8.25,14,7.5],"to":[9.25,14.25,8.5],"faces":{"down":{"uv":[8.25,2,9.25,1.75],"texture":"#texture"},"up":{"uv":[8.25,1.75,9.25,2],"texture":"#texture"},"north":{"uv":[9.25,1.75,8.25,2],"texture":"#texture"},"south":{"uv":[8.25,1.75,9.25,2],"texture":"#texture"},"west":{"uv":[8.25,1.75,8.5,2],"texture":"#texture"},"east":{"uv":[9.25,1.75,9,2],"texture":"#texture"}}},{"from":[8.25,12.25,7.5],"to":[8.5,12.5,8.5],"faces":{"down":{"uv":[8.25,3.75,8.5,3.5],"texture":"#texture"},"up":{"uv":[8.25,3.5,8.5,3.75],"texture":"#texture"},"north":{"uv":[8.5,3.5,8.25,3.75],"texture":"#texture"},"south":{"uv":[8.25,3.5,8.5,3.75],"texture":"#texture"},"west":{"uv":[8.25,3.5,8.5,3.75],"texture":"#texture"},"east":{"uv":[8.5,3.5,8.25,3.75],"texture":"#texture"}}},{"from":[8.25,11.75,7.5],"to":[8.5,12,8.5],"faces":{"down":{"uv":[8.25,4.25,8.5,4],"texture":"#texture"},"up":{"uv":[8.25,4,8.5,4.25],"texture":"#texture"},"north":{"uv":[8.5,4,8.25,4.25],"texture":"#texture"},"south":{"uv":[8.25,4,8.5,4.25],"texture":"#texture"},"west":{"uv":[8.25,4,8.5,4.25],"texture":"#texture"},"east":{"uv":[8.5,4,8.25,4.25],"texture":"#texture"}}},{"from":[8.25,1.5,7.5],"to":[8.75,1.75,8.5],"faces":{"down":{"uv":[8.25,14.5,8.75,14.25],"texture":"#texture"},"up":{"uv":[8.25,14.25,8.75,14.5],"texture":"#texture"},"north":{"uv":[8.75,14.25,8.25,14.5],"texture":"#texture"},"south":{"uv":[8.25,14.25,8.75,14.5],"texture":"#texture"},"west":{"uv":[8.25,14.25,8.5,14.5],"texture":"#texture"},"east":{"uv":[8.75,14.25,8.5,14.5],"texture":"#texture"}}},{"from":[8.5,14.25,7.5],"to":[9,14.5,8.5],"faces":{"down":{"uv":[8.5,1.75,9,1.5],"texture":"#texture"},"up":{"uv":[8.5,1.5,9,1.75],"texture":"#texture"},"north":{"uv":[9,1.5,8.5,1.75],"texture":"#texture"},"south":{"uv":[8.5,1.5,9,1.75],"texture":"#texture"},"west":{"uv":[8.5,1.5,8.75,1.75],"texture":"#texture"},"east":{"uv":[9,1.5,8.75,1.75],"texture":"#texture"}}},{"from":[4.5,8.5,7.75],"to":[4.75,9,8.25],"faces":{"down":{"uv":[4.5,7.5,4.75,7.25],"texture":"#texture"},"up":{"uv":[4.5,7,4.75,7.25],"texture":"#texture"},"north":{"uv":[4.75,7,4.5,7.5],"texture":"#texture"},"south":{"uv":[4.5,7,4.75,7.5],"texture":"#texture"},"west":{"uv":[4.5,7,4.75,7.5],"texture":"#texture"},"east":{"uv":[4.75,7,4.5,7.5],"texture":"#texture"}}},{"from":[4.5,6.75,7.75],"to":[4.75,7.25,8.25],"faces":{"down":{"uv":[4.5,9.25,4.75,9],"texture":"#texture"},"up":{"uv":[4.5,8.75,4.75,9],"texture":"#texture"},"north":{"uv":[4.75,8.75,4.5,9.25],"texture":"#texture"},"south":{"uv":[4.5,8.75,4.75,9.25],"texture":"#texture"},"west":{"uv":[4.5,8.75,4.75,9.25],"texture":"#texture"},"east":{"uv":[4.75,8.75,4.5,9.25],"texture":"#texture"}}},{"from":[4.75,8.75,7.75],"to":[6.75,9,8.25],"faces":{"down":{"uv":[4.75,7.25,6.75,7],"texture":"#texture"},"up":{"uv":[4.75,7,6.75,7.25],"texture":"#texture"},"north":{"uv":[6.75,7,4.75,7.25],"texture":"#texture"},"south":{"uv":[4.75,7,6.75,7.25],"texture":"#texture"},"west":{"uv":[4.75,7,5,7.25],"texture":"#texture"},"east":{"uv":[6.75,7,6.5,7.25],"texture":"#texture"}}},{"from":[4.75,6.75,7.75],"to":[7,7,8.25],"faces":{"down":{"uv":[4.75,9.25,7,9],"texture":"#texture"},"up":{"uv":[4.75,9,7,9.25],"texture":"#texture"},"north":{"uv":[7,9,4.75,9.25],"texture":"#texture"},"south":{"uv":[4.75,9,7,9.25],"texture":"#texture"},"west":{"uv":[4.75,9,5,9.25],"texture":"#texture"},"east":{"uv":[7,9,6.75,9.25],"texture":"#texture"}}},{"from":[5,8.5,7.75],"to":[7,8.75,8.25],"faces":{"down":{"uv":[5,7.5,7,7.25],"texture":"#texture"},"up":{"uv":[5,7.25,7,7.5],"texture":"#texture"},"north":{"uv":[7,7.25,5,7.5],"texture":"#texture"},"south":{"uv":[5,7.25,7,7.5],"texture":"#texture"},"west":{"uv":[5,7.25,5.25,7.5],"texture":"#texture"},"east":{"uv":[7,7.25,6.75,7.5],"texture":"#texture"}}},{"from":[5,7.5,7.75],"to":[7.25,8,8.25],"faces":{"down":{"uv":[5,8.5,7.25,8.25],"texture":"#texture"},"up":{"uv":[5,8,7.25,8.25],"texture":"#texture"},"north":{"uv":[7.25,8,5,8.5],"texture":"#texture"},"south":{"uv":[5,8,7.25,8.5],"texture":"#texture"},"west":{"uv":[5,8,5.25,8.5],"texture":"#texture"},"east":{"uv":[7.25,8,7,8.5],"texture":"#texture"}}},{"from":[5.25,9.75,7.75],"to":[8.25,10,8.25],"faces":{"down":{"uv":[5.25,6.25,8.25,6],"texture":"#texture"},"up":{"uv":[5.25,6,8.25,6.25],"texture":"#texture"},"north":{"uv":[8.25,6,5.25,6.25],"texture":"#texture"},"south":{"uv":[5.25,6,8.25,6.25],"texture":"#texture"},"west":{"uv":[5.25,6,5.5,6.25],"texture":"#texture"},"east":{"uv":[8.25,6,8,6.25],"texture":"#texture"}}},{"from":[5.25,8,7.75],"to":[6.75,8.5,8.25],"faces":{"down":{"uv":[5.25,8,6.75,7.75],"texture":"#texture"},"up":{"uv":[5.25,7.5,6.75,7.75],"texture":"#texture"},"north":{"uv":[6.75,7.5,5.25,8],"texture":"#texture"},"south":{"uv":[5.25,7.5,6.75,8],"texture":"#texture"},"west":{"uv":[5.25,7.5,5.5,8],"texture":"#texture"},"east":{"uv":[6.75,7.5,6.5,8],"texture":"#texture"}}},{"from":[5.25,7,7.75],"to":[6.75,7.5,8.25],"faces":{"down":{"uv":[5.25,9,6.75,8.75],"texture":"#texture"},"up":{"uv":[5.25,8.5,6.75,8.75],"texture":"#texture"},"north":{"uv":[6.75,8.5,5.25,9],"texture":"#texture"},"south":{"uv":[5.25,8.5,6.75,9],"texture":"#texture"},"west":{"uv":[5.25,8.5,5.5,9],"texture":"#texture"},"east":{"uv":[6.75,8.5,6.5,9],"texture":"#texture"}}},{"from":[5.25,5.5,7.75],"to":[8.5,5.75,8.25],"faces":{"down":{"uv":[5.25,10.5,8.5,10.25],"texture":"#texture"},"up":{"uv":[5.25,10.25,8.5,10.5],"texture":"#texture"},"north":{"uv":[8.5,10.25,5.25,10.5],"texture":"#texture"},"south":{"uv":[5.25,10.25,8.5,10.5],"texture":"#texture"},"west":{"uv":[5.25,10.25,5.5,10.5],"texture":"#texture"},"east":{"uv":[8.5,10.25,8.25,10.5],"texture":"#texture"}}},{"from":[5.5,10,7.75],"to":[7.25,10.75,8.25],"faces":{"down":{"uv":[5.5,6,7.25,5.75],"texture":"#texture"},"up":{"uv":[5.5,5.25,7.25,5.5],"texture":"#texture"},"north":{"uv":[7.25,5.25,5.5,6],"texture":"#texture"},"south":{"uv":[5.5,5.25,7.25,6],"texture":"#texture"},"west":{"uv":[5.5,5.25,5.75,6],"texture":"#texture"},"east":{"uv":[7.25,5.25,7,6],"texture":"#texture"}}},{"from":[5.5,9.5,7.75],"to":[8.25,9.75,8.25],"faces":{"down":{"uv":[5.5,6.5,8.25,6.25],"texture":"#texture"},"up":{"uv":[5.5,6.25,8.25,6.5],"texture":"#texture"},"north":{"uv":[8.25,6.25,5.5,6.5],"texture":"#texture"},"south":{"uv":[5.5,6.25,8.25,6.5],"texture":"#texture"},"west":{"uv":[5.5,6.25,5.75,6.5],"texture":"#texture"},"east":{"uv":[8.25,6.25,8,6.5],"texture":"#texture"}}},{"from":[5.5,6.5,7.75],"to":[6.5,6.75,8.25],"faces":{"down":{"uv":[5.5,9.5,6.5,9.25],"texture":"#texture"},"up":{"uv":[5.5,9.25,6.5,9.5],"texture":"#texture"},"north":{"uv":[6.5,9.25,5.5,9.5],"texture":"#texture"},"south":{"uv":[5.5,9.25,6.5,9.5],"texture":"#texture"},"west":{"uv":[5.5,9.25,5.75,9.5],"texture":"#texture"},"east":{"uv":[6.5,9.25,6.25,9.5],"texture":"#texture"}}},{"from":[5.5,5.25,7.75],"to":[8.5,5.5,8.25],"faces":{"down":{"uv":[5.5,10.75,8.5,10.5],"texture":"#texture"},"up":{"uv":[5.5,10.5,8.5,10.75],"texture":"#texture"},"north":{"uv":[8.5,10.5,5.5,10.75],"texture":"#texture"},"south":{"uv":[5.5,10.5,8.5,10.75],"texture":"#texture"},"west":{"uv":[5.5,10.5,5.75,10.75],"texture":"#texture"},"east":{"uv":[8.5,10.5,8.25,10.75],"texture":"#texture"}}},{"from":[5.75,11.75,7.75],"to":[8.5,12.5,8.25],"faces":{"down":{"uv":[5.75,4.25,8.5,4],"texture":"#texture"},"up":{"uv":[5.75,3.5,8.5,3.75],"texture":"#texture"},"north":{"uv":[8.5,3.5,5.75,4.25],"texture":"#texture"},"south":{"uv":[5.75,3.5,8.5,4.25],"texture":"#texture"},"west":{"uv":[5.75,3.5,6,4.25],"texture":"#texture"},"east":{"uv":[8.5,3.5,8.25,4.25],"texture":"#texture"}}},{"from":[5.75,9,7.75],"to":[7.75,9.5,8.25],"faces":{"down":{"uv":[5.75,7,7.75,6.75],"texture":"#texture"},"up":{"uv":[5.75,6.5,7.75,6.75],"texture":"#texture"},"north":{"uv":[7.75,6.5,5.75,7],"texture":"#texture"},"south":{"uv":[5.75,6.5,7.75,7],"texture":"#texture"},"west":{"uv":[5.75,6.5,6,7],"texture":"#texture"},"east":{"uv":[7.75,6.5,7.5,7],"texture":"#texture"}}},{"from":[5.75,5.75,7.75],"to":[7,6.5,8.25],"faces":{"down":{"uv":[5.75,10.25,7,10],"texture":"#texture"},"up":{"uv":[5.75,9.5,7,9.75],"texture":"#texture"},"north":{"uv":[7,9.5,5.75,10.25],"texture":"#texture"},"south":{"uv":[5.75,9.5,7,10.25],"texture":"#texture"},"west":{"uv":[5.75,9.5,6,10.25],"texture":"#texture"},"east":{"uv":[7,9.5,6.75,10.25],"texture":"#texture"}}},{"from":[5.75,5,7.75],"to":[7.25,5.25,8.25],"faces":{"down":{"uv":[5.75,11,7.25,10.75],"texture":"#texture"},"up":{"uv":[5.75,10.75,7.25,11],"texture":"#texture"},"north":{"uv":[7.25,10.75,5.75,11],"texture":"#texture"},"south":{"uv":[5.75,10.75,7.25,11],"texture":"#texture"},"west":{"uv":[5.75,10.75,6,11],"texture":"#texture"},"east":{"uv":[7.25,10.75,7,11],"texture":"#texture"}}},{"from":[5.75,3,7.75],"to":[8.25,3.75,8.25],"faces":{"down":{"uv":[5.75,13,8.25,12.75],"texture":"#texture"},"up":{"uv":[5.75,12.25,8.25,12.5],"texture":"#texture"},"north":{"uv":[8.25,12.25,5.75,13],"texture":"#texture"},"south":{"uv":[5.75,12.25,8.25,13],"texture":"#texture"},"west":{"uv":[5.75,12.25,6,13],"texture":"#texture"},"east":{"uv":[8.25,12.25,8,13],"texture":"#texture"}}},{"from":[6,12.5,7.75],"to":[6.75,13.25,8.25],"faces":{"down":{"uv":[6,3.5,6.75,3.25],"texture":"#texture"},"up":{"uv":[6,2.75,6.75,3],"texture":"#texture"},"north":{"uv":[6.75,2.75,6,3.5],"texture":"#texture"},"south":{"uv":[6,2.75,6.75,3.5],"texture":"#texture"},"west":{"uv":[6,2.75,6.25,3.5],"texture":"#texture"},"east":{"uv":[6.75,2.75,6.5,3.5],"texture":"#texture"}}},{"from":[6,10.75,7.75],"to":[7.75,11.75,8.25],"faces":{"down":{"uv":[6,5.25,7.75,5],"texture":"#texture"},"up":{"uv":[6,4.25,7.75,4.5],"texture":"#texture"},"north":{"uv":[7.75,4.25,6,5.25],"texture":"#texture"},"south":{"uv":[6,4.25,7.75,5.25],"texture":"#texture"},"west":{"uv":[6,4.25,6.25,5.25],"texture":"#texture"},"east":{"uv":[7.75,4.25,7.5,5.25],"texture":"#texture"}}},{"from":[6,4.5,7.75],"to":[7.5,5,8.25],"faces":{"down":{"uv":[6,11.5,7.5,11.25],"texture":"#texture"},"up":{"uv":[6,11,7.5,11.25],"texture":"#texture"},"north":{"uv":[7.5,11,6,11.5],"texture":"#texture"},"south":{"uv":[6,11,7.5,11.5],"texture":"#texture"},"west":{"uv":[6,11,6.25,11.5],"texture":"#texture"},"east":{"uv":[7.5,11,7.25,11.5],"texture":"#texture"}}},{"from":[6,3.75,7.75],"to":[8.25,4.25,8.25],"faces":{"down":{"uv":[6,12.25,8.25,12],"texture":"#texture"},"up":{"uv":[6,11.75,8.25,12],"texture":"#texture"},"north":{"uv":[8.25,11.75,6,12.25],"texture":"#texture"},"south":{"uv":[6,11.75,8.25,12.25],"texture":"#texture"},"west":{"uv":[6,11.75,6.25,12.25],"texture":"#texture"},"east":{"uv":[8.25,11.75,8,12.25],"texture":"#texture"}}},{"from":[6,2.25,7.75],"to":[6.25,3,8.25],"faces":{"down":{"uv":[6,13.75,6.25,13.5],"texture":"#texture"},"up":{"uv":[6,13,6.25,13.25],"texture":"#texture"},"north":{"uv":[6.25,13,6,13.75],"texture":"#texture"},"south":{"uv":[6,13,6.25,13.75],"texture":"#texture"},"west":{"uv":[6,13,6.25,13.75],"texture":"#texture"},"east":{"uv":[6.25,13,6,13.75],"texture":"#texture"}}},{"from":[6.25,13.25,7.75],"to":[6.75,14,8.25],"faces":{"down":{"uv":[6.25,2.75,6.75,2.5],"texture":"#texture"},"up":{"uv":[6.25,2,6.75,2.25],"texture":"#texture"},"north":{"uv":[6.75,2,6.25,2.75],"texture":"#texture"},"south":{"uv":[6.25,2,6.75,2.75],"texture":"#texture"},"west":{"uv":[6.25,2,6.5,2.75],"texture":"#texture"},"east":{"uv":[6.75,2,6.5,2.75],"texture":"#texture"}}},{"from":[6.25,4.25,7.75],"to":[7.75,4.5,8.25],"faces":{"down":{"uv":[6.25,11.75,7.75,11.5],"texture":"#texture"},"up":{"uv":[6.25,11.5,7.75,11.75],"texture":"#texture"},"north":{"uv":[7.75,11.5,6.25,11.75],"texture":"#texture"},"south":{"uv":[6.25,11.5,7.75,11.75],"texture":"#texture"},"west":{"uv":[6.25,11.5,6.5,11.75],"texture":"#texture"},"east":{"uv":[7.75,11.5,7.5,11.75],"texture":"#texture"}}},{"from":[6.25,2.5,7.75],"to":[9,3,8.25],"faces":{"down":{"uv":[6.25,13.5,9,13.25],"texture":"#texture"},"up":{"uv":[6.25,13,9,13.25],"texture":"#texture"},"north":{"uv":[9,13,6.25,13.5],"texture":"#texture"},"south":{"uv":[6.25,13,9,13.5],"texture":"#texture"},"west":{"uv":[6.25,13,6.5,13.5],"texture":"#texture"},"east":{"uv":[9,13,8.75,13.5],"texture":"#texture"}}},{"from":[6.5,14,7.75],"to":[7,14.25,8.25],"faces":{"down":{"uv":[6.5,2,7,1.75],"texture":"#texture"},"up":{"uv":[6.5,1.75,7,2],"texture":"#texture"},"north":{"uv":[7,1.75,6.5,2],"texture":"#texture"},"south":{"uv":[6.5,1.75,7,2],"texture":"#texture"},"west":{"uv":[6.5,1.75,6.75,2],"texture":"#texture"},"east":{"uv":[7,1.75,6.75,2],"texture":"#texture"}}},{"from":[6.5,1.5,7.75],"to":[6.75,2.5,8.25],"faces":{"down":{"uv":[6.5,14.5,6.75,14.25],"texture":"#texture"},"up":{"uv":[6.5,13.5,6.75,13.75],"texture":"#texture"},"north":{"uv":[6.75,13.5,6.5,14.5],"texture":"#texture"},"south":{"uv":[6.5,13.5,6.75,14.5],"texture":"#texture"},"west":{"uv":[6.5,13.5,6.75,14.5],"texture":"#texture"},"east":{"uv":[6.75,13.5,6.5,14.5],"texture":"#texture"}}},{"from":[6.75,13.75,7.75],"to":[7,14,8.25],"faces":{"down":{"uv":[6.75,2.25,7,2],"texture":"#texture"},"up":{"uv":[6.75,2,7,2.25],"texture":"#texture"},"north":{"uv":[7,2,6.75,2.25],"texture":"#texture"},"south":{"uv":[6.75,2,7,2.25],"texture":"#texture"},"west":{"uv":[6.75,2,7,2.25],"texture":"#texture"},"east":{"uv":[7,2,6.75,2.25],"texture":"#texture"}}},{"from":[6.75,12.5,7.75],"to":[9.25,13,8.25],"faces":{"down":{"uv":[6.75,3.5,9.25,3.25],"texture":"#texture"},"up":{"uv":[6.75,3,9.25,3.25],"texture":"#texture"},"north":{"uv":[9.25,3,6.75,3.5],"texture":"#texture"},"south":{"uv":[6.75,3,9.25,3.5],"texture":"#texture"},"west":{"uv":[6.75,3,7,3.5],"texture":"#texture"},"east":{"uv":[9.25,3,9,3.5],"texture":"#texture"}}},{"from":[6.75,8,7.75],"to":[7.25,8.25,8.25],"faces":{"down":{"uv":[6.75,8,7.25,7.75],"texture":"#texture"},"up":{"uv":[6.75,7.75,7.25,8],"texture":"#texture"},"north":{"uv":[7.25,7.75,6.75,8],"texture":"#texture"},"south":{"uv":[6.75,7.75,7.25,8],"texture":"#texture"},"west":{"uv":[6.75,7.75,7,8],"texture":"#texture"},"east":{"uv":[7.25,7.75,7,8],"texture":"#texture"}}},{"from":[6.75,7.25,7.75],"to":[7.5,7.5,8.25],"faces":{"down":{"uv":[6.75,8.75,7.5,8.5],"texture":"#texture"},"up":{"uv":[6.75,8.5,7.5,8.75],"texture":"#texture"},"north":{"uv":[7.5,8.5,6.75,8.75],"texture":"#texture"},"south":{"uv":[6.75,8.5,7.5,8.75],"texture":"#texture"},"west":{"uv":[6.75,8.5,7,8.75],"texture":"#texture"},"east":{"uv":[7.5,8.5,7.25,8.75],"texture":"#texture"}}},{"from":[6.75,2,7.75],"to":[9,2.5,8.25],"faces":{"down":{"uv":[6.75,14,9,13.75],"texture":"#texture"},"up":{"uv":[6.75,13.5,9,13.75],"texture":"#texture"},"north":{"uv":[9,13.5,6.75,14],"texture":"#texture"},"south":{"uv":[6.75,13.5,9,14],"texture":"#texture"},"west":{"uv":[6.75,13.5,7,14],"texture":"#texture"},"east":{"uv":[9,13.5,8.75,14],"texture":"#texture"}}},{"from":[7,14.25,7.75],"to":[7.25,14.5,8.25],"faces":{"down":{"uv":[7,1.75,7.25,1.5],"texture":"#texture"},"up":{"uv":[7,1.5,7.25,1.75],"texture":"#texture"},"north":{"uv":[7.25,1.5,7,1.75],"texture":"#texture"},"south":{"uv":[7,1.5,7.25,1.75],"texture":"#texture"},"west":{"uv":[7,1.5,7.25,1.75],"texture":"#texture"},"east":{"uv":[7.25,1.5,7,1.75],"texture":"#texture"}}},{"from":[7,13,7.75],"to":[9.75,13.75,8.25],"faces":{"down":{"uv":[7,3,9.75,2.75],"texture":"#texture"},"up":{"uv":[7,2.25,9.75,2.5],"texture":"#texture"},"north":{"uv":[9.75,2.25,7,3],"texture":"#texture"},"south":{"uv":[7,2.25,9.75,3],"texture":"#texture"},"west":{"uv":[7,2.25,7.25,3],"texture":"#texture"},"east":{"uv":[9.75,2.25,9.5,3],"texture":"#texture"}}},{"from":[7,5.75,7.75],"to":[8.25,6.25,8.25],"faces":{"down":{"uv":[7,10.25,8.25,10],"texture":"#texture"},"up":{"uv":[7,9.75,8.25,10],"texture":"#texture"},"north":{"uv":[8.25,9.75,7,10.25],"texture":"#texture"},"south":{"uv":[7,9.75,8.25,10.25],"texture":"#texture"},"west":{"uv":[7,9.75,7.25,10.25],"texture":"#texture"},"east":{"uv":[8.25,9.75,8,10.25],"texture":"#texture"}}},{"from":[7.25,14.5,7.75],"to":[7.5,14.75,8.25],"faces":{"down":{"uv":[7.25,1.5,7.5,1.25],"texture":"#texture"},"up":{"uv":[7.25,1.25,7.5,1.5],"texture":"#texture"},"north":{"uv":[7.5,1.25,7.25,1.5],"texture":"#texture"},"south":{"uv":[7.25,1.25,7.5,1.5],"texture":"#texture"},"west":{"uv":[7.25,1.25,7.5,1.5],"texture":"#texture"},"east":{"uv":[7.5,1.25,7.25,1.5],"texture":"#texture"}}},{"from":[7.25,13.75,7.75],"to":[7.5,14,8.25],"faces":{"down":{"uv":[7.25,2.25,7.5,2],"texture":"#texture"},"up":{"uv":[7.25,2,7.5,2.25],"texture":"#texture"},"north":{"uv":[7.5,2,7.25,2.25],"texture":"#texture"},"south":{"uv":[7.25,2,7.5,2.25],"texture":"#texture"},"west":{"uv":[7.25,2,7.5,2.25],"texture":"#texture"},"east":{"uv":[7.5,2,7.25,2.25],"texture":"#texture"}}},{"from":[7.25,10.5,7.75],"to":[7.75,10.75,8.25],"faces":{"down":{"uv":[7.25,5.5,7.75,5.25],"texture":"#texture"},"up":{"uv":[7.25,5.25,7.75,5.5],"texture":"#texture"},"north":{"uv":[7.75,5.25,7.25,5.5],"texture":"#texture"},"south":{"uv":[7.25,5.25,7.75,5.5],"texture":"#texture"},"west":{"uv":[7.25,5.25,7.5,5.5],"texture":"#texture"},"east":{"uv":[7.75,5.25,7.5,5.5],"texture":"#texture"}}},{"from":[7.25,10,7.75],"to":[7.75,10.25,8.25],"faces":{"down":{"uv":[7.25,6,7.75,5.75],"texture":"#texture"},"up":{"uv":[7.25,5.75,7.75,6],"texture":"#texture"},"north":{"uv":[7.75,5.75,7.25,6],"texture":"#texture"},"south":{"uv":[7.25,5.75,7.75,6],"texture":"#texture"},"west":{"uv":[7.25,5.75,7.5,6],"texture":"#texture"},"east":{"uv":[7.75,5.75,7.5,6],"texture":"#texture"}}},{"from":[7.25,6.25,7.75],"to":[7.75,6.5,8.25],"faces":{"down":{"uv":[7.25,9.75,7.75,9.5],"texture":"#texture"},"up":{"uv":[7.25,9.5,7.75,9.75],"texture":"#texture"},"north":{"uv":[7.75,9.5,7.25,9.75],"texture":"#texture"},"south":{"uv":[7.25,9.5,7.75,9.75],"texture":"#texture"},"west":{"uv":[7.25,9.5,7.5,9.75],"texture":"#texture"},"east":{"uv":[7.75,9.5,7.5,9.75],"texture":"#texture"}}},{"from":[7.25,1.75,7.75],"to":[11,2,8.25],"faces":{"down":{"uv":[7.25,14.25,11,14],"texture":"#texture"},"up":{"uv":[7.25,14,11,14.25],"texture":"#texture"},"north":{"uv":[11,14,7.25,14.25],"texture":"#texture"},"south":{"uv":[7.25,14,11,14.25],"texture":"#texture"},"west":{"uv":[7.25,14,7.5,14.25],"texture":"#texture"},"east":{"uv":[11,14,10.75,14.25],"texture":"#texture"}}},{"from":[7.75,13.75,7.75],"to":[10,14,8.25],"faces":{"down":{"uv":[7.75,2.25,10,2],"texture":"#texture"},"up":{"uv":[7.75,2,10,2.25],"texture":"#texture"},"north":{"uv":[10,2,7.75,2.25],"texture":"#texture"},"south":{"uv":[7.75,2,10,2.25],"texture":"#texture"},"west":{"uv":[7.75,2,8,2.25],"texture":"#texture"},"east":{"uv":[10,2,9.75,2.25],"texture":"#texture"}}},{"from":[7.75,11.25,7.75],"to":[8.25,11.75,8.25],"faces":{"down":{"uv":[7.75,4.75,8.25,4.5],"texture":"#texture"},"up":{"uv":[7.75,4.25,8.25,4.5],"texture":"#texture"},"north":{"uv":[8.25,4.25,7.75,4.75],"texture":"#texture"},"south":{"uv":[7.75,4.25,8.25,4.75],"texture":"#texture"},"west":{"uv":[7.75,4.25,8,4.75],"texture":"#texture"},"east":{"uv":[8.25,4.25,8,4.75],"texture":"#texture"}}},{"from":[7.75,9.25,7.75],"to":[8.5,9.5,8.25],"faces":{"down":{"uv":[7.75,6.75,8.5,6.5],"texture":"#texture"},"up":{"uv":[7.75,6.5,8.5,6.75],"texture":"#texture"},"north":{"uv":[8.5,6.5,7.75,6.75],"texture":"#texture"},"south":{"uv":[7.75,6.5,8.5,6.75],"texture":"#texture"},"west":{"uv":[7.75,6.5,8,6.75],"texture":"#texture"},"east":{"uv":[8.5,6.5,8.25,6.75],"texture":"#texture"}}},{"from":[7.75,1.5,7.75],"to":[9,1.75,8.25],"faces":{"down":{"uv":[7.75,14.5,9,14.25],"texture":"#texture"},"up":{"uv":[7.75,14.25,9,14.5],"texture":"#texture"},"north":{"uv":[9,14.25,7.75,14.5],"texture":"#texture"},"south":{"uv":[7.75,14.25,9,14.5],"texture":"#texture"},"west":{"uv":[7.75,14.25,8,14.5],"texture":"#texture"},"east":{"uv":[9,14.25,8.75,14.5],"texture":"#texture"}}},{"from":[8,14,7.75],"to":[9.5,14.25,8.25],"faces":{"down":{"uv":[8,2,9.5,1.75],"texture":"#texture"},"up":{"uv":[8,1.75,9.5,2],"texture":"#texture"},"north":{"uv":[9.5,1.75,8,2],"texture":"#texture"},"south":{"uv":[8,1.75,9.5,2],"texture":"#texture"},"west":{"uv":[8,1.75,8.25,2],"texture":"#texture"},"east":{"uv":[9.5,1.75,9.25,2],"texture":"#texture"}}},{"from":[8.25,14.25,7.75],"to":[10.25,14.5,8.25],"faces":{"down":{"uv":[8.25,1.75,10.25,1.5],"texture":"#texture"},"up":{"uv":[8.25,1.5,10.25,1.75],"texture":"#texture"},"north":{"uv":[10.25,1.5,8.25,1.75],"texture":"#texture"},"south":{"uv":[8.25,1.5,10.25,1.75],"texture":"#texture"},"west":{"uv":[8.25,1.5,8.5,1.75],"texture":"#texture"},"east":{"uv":[10.25,1.5,10,1.75],"texture":"#texture"}}},{"from":[8.25,11.5,7.75],"to":[9.75,11.75,8.25],"faces":{"down":{"uv":[8.25,4.5,9.75,4.25],"texture":"#texture"},"up":{"uv":[8.25,4.25,9.75,4.5],"texture":"#texture"},"north":{"uv":[9.75,4.25,8.25,4.5],"texture":"#texture"},"south":{"uv":[8.25,4.25,9.75,4.5],"texture":"#texture"},"west":{"uv":[8.25,4.25,8.5,4.5],"texture":"#texture"},"east":{"uv":[9.75,4.25,9.5,4.5],"texture":"#texture"}}},{"from":[8.25,3.75,7.75],"to":[8.75,4,8.25],"faces":{"down":{"uv":[8.25,12.25,8.75,12],"texture":"#texture"},"up":{"uv":[8.25,12,8.75,12.25],"texture":"#texture"},"north":{"uv":[8.75,12,8.25,12.25],"texture":"#texture"},"south":{"uv":[8.25,12,8.75,12.25],"texture":"#texture"},"west":{"uv":[8.25,12,8.5,12.25],"texture":"#texture"},"east":{"uv":[8.75,12,8.5,12.25],"texture":"#texture"}}},{"from":[8.25,3,7.75],"to":[8.5,3.5,8.25],"faces":{"down":{"uv":[8.25,13,8.5,12.75],"texture":"#texture"},"up":{"uv":[8.25,12.5,8.5,12.75],"texture":"#texture"},"north":{"uv":[8.5,12.5,8.25,13],"texture":"#texture"},"south":{"uv":[8.25,12.5,8.5,13],"texture":"#texture"},"west":{"uv":[8.25,12.5,8.5,13],"texture":"#texture"},"east":{"uv":[8.5,12.5,8.25,13],"texture":"#texture"}}},{"from":[8.25,1.25,7.75],"to":[8.75,1.5,8.25],"faces":{"down":{"uv":[8.25,14.75,8.75,14.5],"texture":"#texture"},"up":{"uv":[8.25,14.5,8.75,14.75],"texture":"#texture"},"north":{"uv":[8.75,14.5,8.25,14.75],"texture":"#texture"},"south":{"uv":[8.25,14.5,8.75,14.75],"texture":"#texture"},"west":{"uv":[8.25,14.5,8.5,14.75],"texture":"#texture"},"east":{"uv":[8.75,14.5,8.5,14.75],"texture":"#texture"}}},{"from":[8.5,14.5,7.75],"to":[9,14.75,8.25],"faces":{"down":{"uv":[8.5,1.5,9,1.25],"texture":"#texture"},"up":{"uv":[8.5,1.25,9,1.5],"texture":"#texture"},"north":{"uv":[9,1.25,8.5,1.5],"texture":"#texture"},"south":{"uv":[8.5,1.25,9,1.5],"texture":"#texture"},"west":{"uv":[8.5,1.25,8.75,1.5],"texture":"#texture"},"east":{"uv":[9,1.25,8.75,1.5],"texture":"#texture"}}},{"from":[8.5,12.25,7.75],"to":[8.75,12.5,8.25],"faces":{"down":{"uv":[8.5,3.75,8.75,3.5],"texture":"#texture"},"up":{"uv":[8.5,3.5,8.75,3.75],"texture":"#texture"},"north":{"uv":[8.75,3.5,8.5,3.75],"texture":"#texture"},"south":{"uv":[8.5,3.5,8.75,3.75],"texture":"#texture"},"west":{"uv":[8.5,3.5,8.75,3.75],"texture":"#texture"},"east":{"uv":[8.75,3.5,8.5,3.75],"texture":"#texture"}}},{"from":[8.5,11.75,7.75],"to":[9.25,12,8.25],"faces":{"down":{"uv":[8.5,4.25,9.25,4],"texture":"#texture"},"up":{"uv":[8.5,4,9.25,4.25],"texture":"#texture"},"north":{"uv":[9.25,4,8.5,4.25],"texture":"#texture"},"south":{"uv":[8.5,4,9.25,4.25],"texture":"#texture"},"west":{"uv":[8.5,4,8.75,4.25],"texture":"#texture"},"east":{"uv":[9.25,4,9,4.25],"texture":"#texture"}}},{"from":[8.5,3.5,7.75],"to":[9,3.75,8.25],"faces":{"down":{"uv":[8.5,12.5,9,12.25],"texture":"#texture"},"up":{"uv":[8.5,12.25,9,12.5],"texture":"#texture"},"north":{"uv":[9,12.25,8.5,12.5],"texture":"#texture"},"south":{"uv":[8.5,12.25,9,12.5],"texture":"#texture"},"west":{"uv":[8.5,12.25,8.75,12.5],"texture":"#texture"},"east":{"uv":[9,12.25,8.75,12.5],"texture":"#texture"}}},{"from":[9,14.75,7.75],"to":[9.25,15,8.25],"faces":{"down":{"uv":[9,1.25,9.25,1],"texture":"#texture"},"up":{"uv":[9,1,9.25,1.25],"texture":"#texture"},"north":{"uv":[9.25,1,9,1.25],"texture":"#texture"},"south":{"uv":[9,1,9.25,1.25],"texture":"#texture"},"west":{"uv":[9,1,9.25,1.25],"texture":"#texture"},"east":{"uv":[9.25,1,9,1.25],"texture":"#texture"}}},{"from":[9,2.75,7.75],"to":[9.75,3,8.25],"faces":{"down":{"uv":[9,13.25,9.75,13],"texture":"#texture"},"up":{"uv":[9,13,9.75,13.25],"texture":"#texture"},"north":{"uv":[9.75,13,9,13.25],"texture":"#texture"},"south":{"uv":[9,13,9.75,13.25],"texture":"#texture"},"west":{"uv":[9,13,9.25,13.25],"texture":"#texture"},"east":{"uv":[9.75,13,9.5,13.25],"texture":"#texture"}}},{"from":[9,2,7.75],"to":[9.75,2.25,8.25],"faces":{"down":{"uv":[9,14,9.75,13.75],"texture":"#texture"},"up":{"uv":[9,13.75,9.75,14],"texture":"#texture"},"north":{"uv":[9.75,13.75,9,14],"texture":"#texture"},"south":{"uv":[9,13.75,9.75,14],"texture":"#texture"},"west":{"uv":[9,13.75,9.25,14],"texture":"#texture"},"east":{"uv":[9.75,13.75,9.5,14],"texture":"#texture"}}},{"from":[9.25,15,7.75],"to":[9.75,15.25,8.25],"faces":{"down":{"uv":[9.25,1,9.75,0.75],"texture":"#texture"},"up":{"uv":[9.25,0.75,9.75,1],"texture":"#texture"},"north":{"uv":[9.75,0.75,9.25,1],"texture":"#texture"},"south":{"uv":[9.25,0.75,9.75,1],"texture":"#texture"},"west":{"uv":[9.25,0.75,9.5,1],"texture":"#texture"},"east":{"uv":[9.75,0.75,9.5,1],"texture":"#texture"}}},{"from":[9.25,12.75,7.75],"to":[9.75,13,8.25],"faces":{"down":{"uv":[9.25,3.25,9.75,3],"texture":"#texture"},"up":{"uv":[9.25,3,9.75,3.25],"texture":"#texture"},"north":{"uv":[9.75,3,9.25,3.25],"texture":"#texture"},"south":{"uv":[9.25,3,9.75,3.25],"texture":"#texture"},"west":{"uv":[9.25,3,9.5,3.25],"texture":"#texture"},"east":{"uv":[9.75,3,9.5,3.25],"texture":"#texture"}}},{"from":[9.25,11.25,7.75],"to":[9.5,11.5,8.25],"faces":{"down":{"uv":[9.25,4.75,9.5,4.5],"texture":"#texture"},"up":{"uv":[9.25,4.5,9.5,4.75],"texture":"#texture"},"north":{"uv":[9.5,4.5,9.25,4.75],"texture":"#texture"},"south":{"uv":[9.25,4.5,9.5,4.75],"texture":"#texture"},"west":{"uv":[9.25,4.5,9.5,4.75],"texture":"#texture"},"east":{"uv":[9.5,4.5,9.25,4.75],"texture":"#texture"}}},{"from":[9.25,1.5,7.75],"to":[10,1.75,8.25],"faces":{"down":{"uv":[9.25,14.5,10,14.25],"texture":"#texture"},"up":{"uv":[9.25,14.25,10,14.5],"texture":"#texture"},"north":{"uv":[10,14.25,9.25,14.5],"texture":"#texture"},"south":{"uv":[9.25,14.25,10,14.5],"texture":"#texture"},"west":{"uv":[9.25,14.25,9.5,14.5],"texture":"#texture"},"east":{"uv":[10,14.25,9.75,14.5],"texture":"#texture"}}},{"from":[9.75,14.5,7.75],"to":[10.5,14.75,8.25],"faces":{"down":{"uv":[9.75,1.5,10.5,1.25],"texture":"#texture"},"up":{"uv":[9.75,1.25,10.5,1.5],"texture":"#texture"},"north":{"uv":[10.5,1.25,9.75,1.5],"texture":"#texture"},"south":{"uv":[9.75,1.25,10.5,1.5],"texture":"#texture"},"west":{"uv":[9.75,1.25,10,1.5],"texture":"#texture"},"east":{"uv":[10.5,1.25,10.25,1.5],"texture":"#texture"}}},{"from":[9.75,14,7.75],"to":[10,14.25,8.25],"faces":{"down":{"uv":[9.75,2,10,1.75],"texture":"#texture"},"up":{"uv":[9.75,1.75,10,2],"texture":"#texture"},"north":{"uv":[10,1.75,9.75,2],"texture":"#texture"},"south":{"uv":[9.75,1.75,10,2],"texture":"#texture"},"west":{"uv":[9.75,1.75,10,2],"texture":"#texture"},"east":{"uv":[10,1.75,9.75,2],"texture":"#texture"}}},{"from":[9.75,13.5,7.75],"to":[10.5,13.75,8.25],"faces":{"down":{"uv":[9.75,2.5,10.5,2.25],"texture":"#texture"},"up":{"uv":[9.75,2.25,10.5,2.5],"texture":"#texture"},"north":{"uv":[10.5,2.25,9.75,2.5],"texture":"#texture"},"south":{"uv":[9.75,2.25,10.5,2.5],"texture":"#texture"},"west":{"uv":[9.75,2.25,10,2.5],"texture":"#texture"},"east":{"uv":[10.5,2.25,10.25,2.5],"texture":"#texture"}}},{"from":[10,13.25,7.75],"to":[10.25,13.5,8.25],"faces":{"down":{"uv":[10,2.75,10.25,2.5],"texture":"#texture"},"up":{"uv":[10,2.5,10.25,2.75],"texture":"#texture"},"north":{"uv":[10.25,2.5,10,2.75],"texture":"#texture"},"south":{"uv":[10,2.5,10.25,2.75],"texture":"#texture"},"west":{"uv":[10,2.5,10.25,2.75],"texture":"#texture"},"east":{"uv":[10.25,2.5,10,2.75],"texture":"#texture"}}},{"from":[10.5,14.75,7.75],"to":[11.25,15,8.25],"faces":{"down":{"uv":[10.5,1.25,11.25,1],"texture":"#texture"},"up":{"uv":[10.5,1,11.25,1.25],"texture":"#texture"},"north":{"uv":[11.25,1,10.5,1.25],"texture":"#texture"},"south":{"uv":[10.5,1,11.25,1.25],"texture":"#texture"},"west":{"uv":[10.5,1,10.75,1.25],"texture":"#texture"},"east":{"uv":[11.25,1,11,1.25],"texture":"#texture"}}},{"from":[11,15,7.75],"to":[11.5,15.25,8.25],"faces":{"down":{"uv":[11,1,11.5,0.75],"texture":"#texture"},"up":{"uv":[11,0.75,11.5,1],"texture":"#texture"},"north":{"uv":[11.5,0.75,11,1],"texture":"#texture"},"south":{"uv":[11,0.75,11.5,1],"texture":"#texture"},"west":{"uv":[11,0.75,11.25,1],"texture":"#texture"},"east":{"uv":[11.5,0.75,11.25,1],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-90,0],"translation":[0,-1.89,3.4],"scale":[2,2,2]},"thirdperson_lefthand":{"rotation":[0,90,0],"translation":[0,-1.89,3.4],"scale":[2,2,2]},"firstperson_righthand":{"rotation":[0,-85,0],"translation":[3.59,2.27,-1.32],"scale":[2,2,2]},"firstperson_lefthand":{"rotation":[0,95,0],"translation":[3.59,2.27,-1.32],"scale":[2,2,2]},"gui":{"rotation":[0,0,-45],"translation":[0,0,0],"scale":[1,1,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/fossil_bow.json b/assets/minecraft/models/item/wynn/skin/bow/fossil_bow.json new file mode 100644 index 000000000..cc167551d --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/fossil_bow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/fossil/fossil_bow","particle":"skins/fossil/fossil_bow"},"elements":[{"from":[7,2,7],"to":[9,14,9],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[0,0,2,12],"texture":"#0"},"east":{"uv":[0,0,2,12],"texture":"#0"},"south":{"uv":[0,0,2,12],"texture":"#0"},"west":{"uv":[0,0,2,12],"texture":"#0"},"up":{"uv":[0,0,1,1],"texture":"#0"},"down":{"uv":[0,11,1,12],"texture":"#0"}}},{"from":[6,5,6],"to":[10,5.01,10],"rotation":{"angle":0,"axis":"y","origin":[0,2,5]},"faces":{"up":{"uv":[0,12,4,16],"texture":"#0"},"down":{"uv":[0,12,4,16],"texture":"#0"}}},{"from":[6,11,6],"to":[10,11.01,10],"rotation":{"angle":0,"axis":"y","origin":[0,2,5]},"faces":{"up":{"uv":[0,12,4,16],"texture":"#0"},"down":{"uv":[0,12,4,16],"texture":"#0"}}},{"from":[5.49,12.99,6.99],"to":[10.51,22.01,11.01],"rotation":{"angle":22.5,"axis":"x","origin":[8,14,7]},"faces":{"north":{"uv":[2,0,7,9],"texture":"#0"},"east":{"uv":[13,9,4,13],"rotation":90,"texture":"#0"},"south":{"uv":[7,0,12,9],"texture":"#0"},"west":{"uv":[13,13,4,9],"rotation":90,"texture":"#0"}}},{"from":[10.5,13,7],"to":[5.5,22,11],"rotation":{"angle":22.5,"axis":"x","origin":[8,14,7]},"faces":{"north":{"uv":[2,0,7,9],"texture":"#0"},"east":{"uv":[13,9,4,13],"rotation":90,"texture":"#0"},"south":{"uv":[7,0,12,9],"texture":"#0"},"west":{"uv":[13,13,4,9],"rotation":90,"texture":"#0"}}},{"from":[5.49,-6.01,6.99],"to":[10.51,3.01,11.01],"rotation":{"angle":-22.5,"axis":"x","origin":[8,2,7]},"faces":{"north":{"uv":[2,9,7,0],"texture":"#0"},"east":{"uv":[4,9,13,13],"rotation":90,"texture":"#0"},"south":{"uv":[7,9,12,0],"texture":"#0"},"west":{"uv":[4,13,13,9],"rotation":90,"texture":"#0"}}},{"from":[10.5,-6,7],"to":[5.5,3,11],"rotation":{"angle":-22.5,"axis":"x","origin":[8,2,7]},"faces":{"north":{"uv":[2,9,7,0],"texture":"#0"},"east":{"uv":[4,9,13,13],"rotation":90,"texture":"#0"},"south":{"uv":[7,9,12,0],"texture":"#0"},"west":{"uv":[4,13,13,9],"rotation":90,"texture":"#0"}}},{"from":[8,13,3.5],"to":[8.01,16,8.5],"rotation":{"angle":22.5,"axis":"x","origin":[8,13,7]},"faces":{"east":{"uv":[14,16,9,13],"texture":"#0"},"west":{"uv":[9,16,14,13],"texture":"#0"}}},{"from":[8,-10,17],"to":[8.01,-5,20],"rotation":{"angle":22.5,"axis":"x","origin":[8,2,9]},"faces":{"east":{"uv":[9,16,14,13],"rotation":270,"texture":"#0"},"west":{"uv":[9,13,14,16],"rotation":270,"texture":"#0"}}},{"from":[8,21,17],"to":[8.01,26,20],"rotation":{"angle":-22.5,"axis":"x","origin":[8,14,9]},"faces":{"east":{"uv":[14,16,9,13],"rotation":270,"texture":"#0"},"west":{"uv":[9,16,14,13],"rotation":90,"texture":"#0"}}},{"from":[8,0,3.5],"to":[8.01,3,8.5],"rotation":{"angle":-22.5,"axis":"x","origin":[8,3,7]},"faces":{"east":{"uv":[14,13,9,16],"texture":"#0"},"west":{"uv":[9,13,14,16],"texture":"#0"}}},{"from":[7.5,15,8],"to":[8.5,23,11],"rotation":{"angle":22.5,"axis":"x","origin":[8,14,9]},"faces":{"north":{"uv":[13,5,14,13],"texture":"#0"},"east":{"uv":[16,5,13,13],"texture":"#0"},"south":{"uv":[15,5,16,13],"texture":"#0"},"west":{"uv":[13,5,16,13],"texture":"#0"},"up":{"uv":[13,5,14,8],"texture":"#0"},"down":{"uv":[13,10,14,13],"texture":"#0"}}},{"from":[7.5,12,9],"to":[8.5,15,11],"rotation":{"angle":22.5,"axis":"x","origin":[8,14,9]},"faces":{"north":{"uv":[14,13,15,16],"texture":"#0"},"east":{"uv":[16,13,14,16],"texture":"#0"},"south":{"uv":[15,13,16,16],"texture":"#0"},"west":{"uv":[14,13,16,16],"texture":"#0"},"down":{"uv":[15,14,16,16],"texture":"#0"}}},{"from":[7.5,26,10],"to":[8.5,28,11],"rotation":{"angle":22.5,"axis":"x","origin":[8,14,9]},"faces":{"north":{"uv":[15,0,16,2],"texture":"#0"},"east":{"uv":[15,0,16,2],"texture":"#0"},"south":{"uv":[15,0,16,2],"texture":"#0"},"west":{"uv":[15,0,16,2],"texture":"#0"},"up":{"uv":[15,0,16,1],"texture":"#0"}}},{"from":[7.5,23,9],"to":[8.5,26,11],"rotation":{"angle":22.5,"axis":"x","origin":[8,14,9]},"faces":{"north":{"uv":[14,2,15,5],"texture":"#0"},"east":{"uv":[16,2,14,5],"texture":"#0"},"south":{"uv":[15,2,16,5],"texture":"#0"},"west":{"uv":[14,2,16,5],"texture":"#0"},"up":{"uv":[14,2,15,4],"texture":"#0"}}},{"from":[7.5,-7,8],"to":[8.5,1,11],"rotation":{"angle":-22.5,"axis":"x","origin":[8,2,9]},"faces":{"north":{"uv":[13,13,14,5],"texture":"#0"},"east":{"uv":[16,13,13,5],"texture":"#0"},"south":{"uv":[15,13,16,5],"texture":"#0"},"west":{"uv":[13,13,16,5],"texture":"#0"},"up":{"uv":[13,13,14,10],"texture":"#0"},"down":{"uv":[13,8,14,5],"texture":"#0"}}},{"from":[7.5,-10,9],"to":[8.5,-7,11],"rotation":{"angle":-22.5,"axis":"x","origin":[8,2,9]},"faces":{"north":{"uv":[14,5,15,2],"texture":"#0"},"east":{"uv":[16,5,14,2],"texture":"#0"},"south":{"uv":[15,5,16,2],"texture":"#0"},"west":{"uv":[14,5,16,2],"texture":"#0"},"up":{"uv":[0,0,1,2],"texture":"#0"},"down":{"uv":[14,4,15,2],"texture":"#0"}}},{"from":[7.5,-12,10],"to":[8.5,-10,11],"rotation":{"angle":-22.5,"axis":"x","origin":[8,2,9]},"faces":{"north":{"uv":[15,2,16,0],"texture":"#0"},"east":{"uv":[15,2,16,0],"texture":"#0"},"south":{"uv":[15,2,16,0],"texture":"#0"},"west":{"uv":[15,2,16,0],"texture":"#0"},"up":{"uv":[0,0,1,1],"texture":"#0"},"down":{"uv":[15,0,16,1],"texture":"#0"}}},{"from":[7.5,1,9],"to":[8.5,4,11],"rotation":{"angle":-22.5,"axis":"x","origin":[8,2,9]},"faces":{"north":{"uv":[14,16,15,13],"texture":"#0"},"east":{"uv":[16,16,14,13],"texture":"#0"},"south":{"uv":[15,16,16,13],"texture":"#0"},"west":{"uv":[14,16,16,13],"texture":"#0"},"up":{"uv":[15,13,16,15],"texture":"#0"},"down":{"uv":[0,0,1,2],"texture":"#0"}}},{"from":[7.5,-6,14],"to":[8.5,22,14.01],"rotation":{"angle":0,"axis":"y","origin":[0,2,0]},"faces":{"north":{"uv":[1,15,2,16],"texture":"#0"},"south":{"uv":[1,15,2,16],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[5,-10,5],"translation":[-2,-2,2]},"thirdperson_lefthand":{"rotation":[5,-10,5],"translation":[-2,-2,2]},"firstperson_righthand":{"rotation":[10,-15,0],"translation":[5,1,-5]},"firstperson_lefthand":{"rotation":[10,-15,0],"translation":[5,1,-5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/frost_bow.json b/assets/minecraft/models/item/wynn/skin/bow/frost_bow.json new file mode 100644 index 000000000..0ce89920a --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/frost_bow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/frost/frost_bow","1":"skins/frost/frost_shimmer","particle":"skins/frost/frost_bow"},"elements":[{"from":[7,0,7],"to":[9,16,9],"rotation":{"angle":0,"axis":"y","origin":[0,0,7]},"faces":{"north":{"uv":[1.25,0.5,1.75,4.5],"texture":"#0"},"east":{"uv":[1.75,0.5,2.25,4.5],"texture":"#0"},"south":{"uv":[2.25,0.5,2.75,4.5],"texture":"#0"},"west":{"uv":[1.75,0.5,2.25,4.5],"texture":"#0"},"up":{"uv":[1.75,0.5,1.25,0],"texture":"#0"},"down":{"uv":[2.25,0,1.75,0.5],"texture":"#0"}}},{"from":[8,-7,14.89453],"to":[8,23,15.78516],"rotation":{"angle":0,"axis":"y","origin":[0,0,7]},"faces":{"east":{"uv":[0,0.25,0.25,7.75],"texture":"#0"},"west":{"uv":[0,0.25,0.25,7.75],"texture":"#0"}}},{"from":[7.51,22.89112,12.0022],"to":[8.49,24.87112,15.9822],"rotation":{"angle":-22.5,"axis":"x","origin":[8,24.32139,15.55812]},"faces":{"north":{"uv":[7.25,7.25,7,7.75],"rotation":180,"texture":"#0"},"east":{"uv":[6.25,7.75,6.75,8.75],"rotation":270,"texture":"#0"},"south":{"uv":[7,7.75,6.75,7.25],"texture":"#0"},"west":{"uv":[7,7.75,7.5,8.75],"rotation":90,"texture":"#0"},"up":{"uv":[6.75,7.75,7,8.75],"rotation":180,"texture":"#0"},"down":{"uv":[7.5,7.75,7.75,8.75],"texture":"#0"}}},{"from":[7,18.91406,8.91797],"to":[9,23.91406,10.91797],"rotation":{"angle":45,"axis":"x","origin":[8,19.91406,9.91797]},"faces":{"north":{"uv":[4.5,6.5,5,7.75],"texture":"#0"},"east":{"uv":[4,6.5,4.5,7.75],"texture":"#0"},"south":{"uv":[5.5,6.5,6,7.75],"texture":"#0"},"west":{"uv":[5,6.5,5.5,7.75],"texture":"#0"},"up":{"uv":[5,6.5,4.5,6],"texture":"#0"},"down":{"uv":[5.5,6,5,6.5],"texture":"#0"}}},{"from":[6.5,14.34222,7.17348],"to":[9.5,20.34222,9.17348],"rotation":{"angle":22.5,"axis":"x","origin":[8,16.7592,6.75943]},"faces":{"north":{"uv":[3.5,2.25,4.25,3.75],"texture":"#0"},"east":{"uv":[3,2.25,3.5,3.75],"texture":"#0"},"south":{"uv":[4.75,2.25,5.5,3.75],"texture":"#0"},"west":{"uv":[4.25,2.25,4.75,3.75],"texture":"#0"},"up":{"uv":[4.25,2.25,3.5,1.75],"texture":"#0"},"down":{"uv":[5,1.75,4.25,2.25],"texture":"#0"}}},{"from":[6.51,10.14247,6.31428],"to":[9.49,12.12247,10.29428],"rotation":{"angle":-22.5,"axis":"x","origin":[8,11.56653,7.82688]},"faces":{"north":{"uv":[6.5,1,5.75,1.5],"texture":"#0"},"east":{"uv":[4,1,3,1.5],"texture":"#0"},"south":{"uv":[4.75,1,4,1.5],"texture":"#0"},"west":{"uv":[5.75,1,4.75,1.5],"texture":"#0"},"up":{"uv":[4.75,0,4,1],"texture":"#0"},"down":{"uv":[5.5,1,4.75,0],"texture":"#0"}}},{"from":[6.5,11.17714,3.92216],"to":[9.5,12.17714,6.92216],"rotation":{"angle":-22.5,"axis":"x","origin":[8,11.56653,7.82688]},"faces":{"north":{"uv":[3.75,6.25,3,6.5],"texture":"#0"},"east":{"uv":[1.5,6.25,0.75,6.5],"texture":"#0"},"south":{"uv":[2.25,6.25,1.5,6.5],"texture":"#0"},"west":{"uv":[3,6.25,2.25,6.5],"texture":"#0"},"up":{"uv":[2.25,5.5,1.5,6.25],"texture":"#0"},"down":{"uv":[3,6.25,2.25,5.5],"texture":"#0"}}},{"from":[6.49,9.62639,3.97572],"to":[9.51,10.64639,6.99572],"rotation":{"angle":0,"axis":"y","origin":[8,11.56653,7.82688]},"faces":{"north":{"uv":[8.75,2.5,8,2.75],"texture":"#0"},"east":{"uv":[6.5,2.5,5.75,2.75],"texture":"#0"},"south":{"uv":[7.25,2.5,6.5,2.75],"texture":"#0"},"west":{"uv":[8,2.5,7.25,2.75],"texture":"#0"},"up":{"uv":[7.25,1.75,6.5,2.5],"texture":"#0"},"down":{"uv":[8,2.5,7.25,1.75],"texture":"#0"}}},{"from":[6.5,12.07863,8.44736],"to":[9.5,15.07863,9.44736],"rotation":{"angle":22.5,"axis":"x","origin":[8,11.56653,7.82688]},"faces":{"north":{"uv":[6,4.75,5.25,5.5],"rotation":180,"texture":"#0"},"east":{"uv":[5.25,5.5,4.5,5.75],"rotation":90,"texture":"#0"},"south":{"uv":[6.75,5.5,6,4.75],"texture":"#0"},"west":{"uv":[6.75,5.5,6,5.75],"rotation":270,"texture":"#0"},"up":{"uv":[6,5.5,5.25,5.75],"texture":"#0"},"down":{"uv":[7.5,5.5,6.75,5.75],"rotation":180,"texture":"#0"}}},{"from":[6.49,11.18115,9.65803],"to":[9.51,14.20115,10.67803],"rotation":{"angle":0,"axis":"y","origin":[8,11.56653,7.82688]},"faces":{"north":{"uv":[6.5,3.25,5.75,4],"rotation":180,"texture":"#0"},"east":{"uv":[5.75,4,5,4.25],"rotation":90,"texture":"#0"},"south":{"uv":[7.25,4,6.5,3.25],"texture":"#0"},"west":{"uv":[7.25,4,6.5,4.25],"rotation":270,"texture":"#0"},"up":{"uv":[6.5,4,5.75,4.25],"texture":"#0"},"down":{"uv":[8,4,7.25,4.25],"rotation":180,"texture":"#0"}}},{"from":[6.5,0.87165,8.4299],"to":[9.5,3.87165,9.4299],"rotation":{"angle":-22.5,"axis":"x","origin":[8,4.4525,7.69314]},"faces":{"north":{"uv":[6,5.5,5.25,4.75],"rotation":180,"texture":"#0"},"east":{"uv":[4.5,5.5,5.25,5.75],"rotation":90,"texture":"#0"},"south":{"uv":[6.75,4.75,6,5.5],"texture":"#0"},"west":{"uv":[6,5.5,6.75,5.75],"rotation":270,"texture":"#0"},"up":{"uv":[7.5,5.75,6.75,5.5],"rotation":180,"texture":"#0"},"down":{"uv":[6,5.75,5.25,5.5],"texture":"#0"}}},{"from":[6.49,1.79885,9.65803],"to":[9.51,4.81885,10.67803],"rotation":{"angle":0,"axis":"y","origin":[8,4.4525,7.69314]},"faces":{"north":{"uv":[6.5,4,5.75,3.25],"rotation":180,"texture":"#0"},"east":{"uv":[5,4,5.75,4.25],"rotation":90,"texture":"#0"},"south":{"uv":[7.25,3.25,6.5,4],"texture":"#0"},"west":{"uv":[6.5,4,7.25,4.25],"rotation":270,"texture":"#0"},"up":{"uv":[8,4.25,7.25,4],"rotation":180,"texture":"#0"},"down":{"uv":[6.5,4.25,5.75,4],"texture":"#0"}}},{"from":[6.51,3.93015,6.31138],"to":[9.49,5.91015,10.29138],"rotation":{"angle":22.5,"axis":"x","origin":[8,4.4525,7.69314]},"faces":{"north":{"uv":[6.5,1.5,5.75,1],"texture":"#0"},"east":{"uv":[4,1.5,3,1],"texture":"#0"},"south":{"uv":[4.75,1.5,4,1],"texture":"#0"},"west":{"uv":[5.75,1.5,4.75,1],"texture":"#0"},"up":{"uv":[5.5,0,4.75,1],"texture":"#0"},"down":{"uv":[4.75,1,4,0],"texture":"#0"}}},{"from":[6.5,3.87548,3.91926],"to":[9.5,4.87548,6.91926],"rotation":{"angle":22.5,"axis":"x","origin":[8,4.4525,7.69314]},"faces":{"north":{"uv":[3.75,6.5,3,6.25],"texture":"#0"},"east":{"uv":[1.5,6.5,0.75,6.25],"texture":"#0"},"south":{"uv":[2.25,6.5,1.5,6.25],"texture":"#0"},"west":{"uv":[3,6.5,2.25,6.25],"texture":"#0"},"up":{"uv":[3,5.5,2.25,6.25],"texture":"#0"},"down":{"uv":[2.25,6.25,1.5,5.5],"texture":"#0"}}},{"from":[6.49,5.35361,3.97572],"to":[9.51,6.37361,6.99572],"rotation":{"angle":0,"axis":"y","origin":[8,4.4525,7.69314]},"faces":{"north":{"uv":[8.75,2.75,8,2.5],"texture":"#0"},"east":{"uv":[6.5,2.75,5.75,2.5],"texture":"#0"},"south":{"uv":[7.25,2.75,6.5,2.5],"texture":"#0"},"west":{"uv":[8,2.75,7.25,2.5],"texture":"#0"},"up":{"uv":[8,1.75,7.25,2.5],"texture":"#0"},"down":{"uv":[7.25,2.5,6.5,1.75],"texture":"#0"}}},{"from":[6.99,12.861,4.9021],"to":[9.01,13.881,7.9221],"rotation":{"angle":-22.5,"axis":"x","origin":[8,13.56723,6.08612]},"faces":{"north":{"uv":[7,6.75,7.5,7],"texture":"#0"},"east":{"uv":[6.25,6.75,7,7],"texture":"#0"},"south":{"uv":[8.25,6.75,8.75,7],"texture":"#0"},"west":{"uv":[7.5,6.75,8.25,7],"texture":"#0"},"up":{"uv":[7.5,6.75,7,6],"texture":"#0"},"down":{"uv":[8,6,7.5,6.75],"texture":"#0"}}},{"from":[7,13.37327,4.73503],"to":[9,14.37327,7.48503],"rotation":{"angle":-45,"axis":"x","origin":[8,13.56723,6.08612]},"faces":{"north":{"uv":[8,3.5,8.5,3.75],"texture":"#0"},"east":{"uv":[7.5,3.5,8,3.75],"texture":"#0"},"south":{"uv":[9,3.5,9.5,3.75],"texture":"#0"},"west":{"uv":[8.5,3.5,9,3.75],"texture":"#0"},"up":{"uv":[8.5,3.5,8,3],"texture":"#0"},"down":{"uv":[9,3,8.5,3.5],"texture":"#0"}}},{"from":[6.99,2.119,4.9021],"to":[9.01,3.139,7.9221],"rotation":{"angle":22.5,"axis":"x","origin":[8,2.43277,6.08612]},"faces":{"north":{"uv":[7,7,7.5,6.75],"texture":"#0"},"east":{"uv":[6.25,7,7,6.75],"texture":"#0"},"south":{"uv":[8.25,7,8.75,6.75],"texture":"#0"},"west":{"uv":[7.5,7,8.25,6.75],"texture":"#0"},"up":{"uv":[8,6.75,7.5,6],"texture":"#0"},"down":{"uv":[7.5,6,7,6.75],"texture":"#0"}}},{"from":[7,1.62673,4.73503],"to":[9,2.62673,7.48503],"rotation":{"angle":45,"axis":"x","origin":[8,2.43277,6.08612]},"faces":{"north":{"uv":[8,3.75,8.5,3.5],"texture":"#0"},"east":{"uv":[7.5,3.75,8,3.5],"texture":"#0"},"south":{"uv":[9,3.75,9.5,3.5],"texture":"#0"},"west":{"uv":[8.5,3.75,9,3.5],"texture":"#0"},"up":{"uv":[9,3.5,8.5,3],"texture":"#0"},"down":{"uv":[8.5,3,8,3.5],"texture":"#0"}}},{"from":[7.5,17.2475,8.71921],"to":[8.5,19.2475,9.71921],"rotation":{"angle":-45,"axis":"x","origin":[8,16.7592,6.75943]},"faces":{"north":{"uv":[9.25,6.75,9.5,7.25],"texture":"#0"},"east":{"uv":[9,6.75,9.25,7.25],"texture":"#0"},"south":{"uv":[9.75,6.75,10,7.25],"texture":"#0"},"west":{"uv":[9.5,6.75,9.75,7.25],"texture":"#0"},"up":{"uv":[9.5,6.75,9.25,6.5],"texture":"#0"},"down":{"uv":[9.75,6.5,9.5,6.75],"texture":"#0"}}},{"from":[7.49,16.79806,7.6078],"to":[8.51,19.81806,8.6278],"rotation":{"angle":-22.5,"axis":"x","origin":[8,16.7592,6.75943]},"faces":{"north":{"uv":[7,9.25,7.25,10],"texture":"#0"},"east":{"uv":[6.75,9.25,7,10],"texture":"#0"},"south":{"uv":[7.5,9.25,7.75,10],"texture":"#0"},"west":{"uv":[7.25,9.25,7.5,10],"texture":"#0"},"up":{"uv":[7.25,9.25,7,9],"texture":"#0"},"down":{"uv":[7.5,9,7.25,9.25],"texture":"#0"}}},{"from":[7.49,21.94259,12.99061],"to":[8.51,25.96259,14.01061],"rotation":{"angle":22.5,"axis":"x","origin":[8,24.32139,15.55812]},"faces":{"north":{"uv":[0.25,9,0.5,10],"texture":"#0"},"east":{"uv":[0,9,0.25,10],"texture":"#0"},"south":{"uv":[0.75,9,1,10],"texture":"#0"},"west":{"uv":[0.5,9,0.75,10],"texture":"#0"},"up":{"uv":[0.5,9,0.25,8.75],"texture":"#0"},"down":{"uv":[0.75,8.75,0.5,9],"texture":"#0"}}},{"from":[7.5,23.80714,13.81953],"to":[8.5,26.80714,14.81953],"rotation":{"angle":0,"axis":"y","origin":[8,24.32139,15.55812]},"faces":{"north":{"uv":[8.75,0.25,9,1],"texture":"#0"},"east":{"uv":[8.5,0.25,8.75,1],"texture":"#0"},"south":{"uv":[9.25,0.25,9.5,1],"texture":"#0"},"west":{"uv":[9,0.25,9.25,1],"texture":"#0"},"up":{"uv":[9,0.25,8.75,0],"texture":"#0"},"down":{"uv":[9.25,0,9,0.25],"texture":"#0"}}},{"from":[7.49,23.76625,16.79386],"to":[8.51,24.78625,18.81386],"rotation":{"angle":45,"axis":"x","origin":[8,24.32139,15.55812]},"faces":{"north":{"uv":[8.75,1.75,9,2],"texture":"#0"},"east":{"uv":[8.25,1.75,8.75,2],"texture":"#0"},"south":{"uv":[9.5,1.75,9.75,2],"texture":"#0"},"west":{"uv":[9,1.75,9.5,2],"texture":"#0"},"up":{"uv":[9,1.75,8.75,1.25],"texture":"#0"},"down":{"uv":[9.25,1.25,9,1.75],"texture":"#0"}}},{"from":[7.5,22.57565,15.84818],"to":[8.5,23.57565,18.34818],"rotation":{"angle":22.5,"axis":"x","origin":[8,24.32139,15.55812]},"faces":{"north":{"uv":[8.75,6,9,6.25],"texture":"#0"},"east":{"uv":[8.25,6,8.75,6.25],"texture":"#0"},"south":{"uv":[9.5,6,9.75,6.25],"texture":"#0"},"west":{"uv":[9,6,9.5,6.25],"texture":"#0"},"up":{"uv":[9,6,8.75,5.5],"texture":"#0"},"down":{"uv":[9.25,5.5,9,6],"texture":"#0"}}},{"from":[6.99,15.18533,5.71607],"to":[9.01,20.20533,6.73607],"rotation":{"angle":-45,"axis":"x","origin":[8,16.7592,6.75943]},"faces":{"north":{"uv":[7,0.25,7.5,1.5],"texture":"#0"},"east":{"uv":[6.75,0.25,7,1.5],"texture":"#0"},"south":{"uv":[7.75,0.25,8.25,1.5],"texture":"#0"},"west":{"uv":[7.5,0.25,7.75,1.5],"texture":"#0"},"up":{"uv":[7.5,0.25,7,0],"texture":"#0"},"down":{"uv":[8,0,7.5,0.25],"texture":"#0"}}},{"from":[7,17.11945,3.18941],"to":[9,18.11945,7.18941],"rotation":{"angle":22.5,"axis":"x","origin":[8,16.7592,6.75943]},"faces":{"north":{"uv":[3,5,3.5,5.25],"texture":"#0"},"east":{"uv":[2,5,3,5.25],"texture":"#0"},"south":{"uv":[4.5,5,5,5.25],"texture":"#0"},"west":{"uv":[3.5,5,4.5,5.25],"texture":"#0"},"up":{"uv":[3.5,5,3,4],"texture":"#0"},"down":{"uv":[4,4,3.5,5],"texture":"#0"}}},{"from":[7.01,16.12945,4.43769],"to":[8.99,17.10945,7.17941],"rotation":{"angle":22.5,"axis":"x","origin":[8,16.7592,6.75943]},"faces":{"north":{"uv":[7.5,5,8,5.25],"texture":"#0"},"east":{"uv":[7,5,7.5,5.25],"texture":"#0"},"south":{"uv":[8.5,5,9,5.25],"texture":"#0"},"west":{"uv":[8,5,8.5,5.25],"texture":"#0"},"up":{"uv":[8,5,7.5,4.5],"texture":"#0"},"down":{"uv":[8.5,4.5,8,5],"texture":"#0"}}},{"from":[7.5,24.16864,16.05791],"to":[8.5,28.16864,17.05791],"rotation":{"angle":45,"axis":"x","origin":[8,24.32139,15.55812]},"faces":{"north":{"uv":[1.5,9,1.75,10],"texture":"#0"},"east":{"uv":[1.25,9,1.5,10],"texture":"#0"},"south":{"uv":[2,9,2.25,10],"texture":"#0"},"west":{"uv":[1.75,9,2,10],"texture":"#0"},"up":{"uv":[1.75,9,1.5,8.75],"texture":"#0"},"down":{"uv":[2,8.75,1.75,9],"texture":"#0"}}},{"from":[7.51,24.17864,15.06791],"to":[8.49,27.05708,16.04791],"rotation":{"angle":45,"axis":"x","origin":[8,24.32139,15.55812]},"faces":{"north":{"uv":[9,4.25,9.25,4.75],"texture":"#0"},"east":{"uv":[8.75,4.25,9,4.75],"texture":"#0"},"south":{"uv":[9.5,4.25,9.75,4.75],"texture":"#0"},"west":{"uv":[9.25,4.25,9.5,4.75],"texture":"#0"},"up":{"uv":[9.25,4.25,9,4],"texture":"#0"},"down":{"uv":[9.5,4,9.25,4.25],"texture":"#0"}}},{"from":[7.49,24.32193,14.79378],"to":[8.51,25.34193,19.31378],"rotation":{"angle":-22.5,"axis":"x","origin":[8,24.32139,15.55812]},"faces":{"north":{"uv":[6.25,9,6,9.25],"rotation":180,"texture":"#0"},"east":{"uv":[5.5,9.25,5.75,10.25],"rotation":270,"texture":"#0"},"south":{"uv":[6,9.25,5.75,9],"texture":"#0"},"west":{"uv":[6,9.25,6.25,10.25],"rotation":90,"texture":"#0"},"up":{"uv":[5.75,9.25,6,10.25],"rotation":180,"texture":"#0"},"down":{"uv":[6.25,9.25,6.5,10.25],"texture":"#0"}}},{"from":[7.49,19.24728,8.63124],"to":[8.51,27.51728,9.65124],"rotation":{"angle":0,"axis":"y","origin":[8,26.28504,9.40922]},"faces":{"north":{"uv":[2.75,7,3,9],"texture":"#0"},"east":{"uv":[2.5,7,2.75,9],"texture":"#0"},"south":{"uv":[3.25,7,3.5,9],"texture":"#0"},"west":{"uv":[3,7,3.25,9],"texture":"#0"},"up":{"uv":[3,7,2.75,6.75],"texture":"#0"},"down":{"uv":[3.25,6.75,3,7],"texture":"#0"}}},{"from":[7.5,21.70814,9.16743],"to":[8.5,27.70814,10.16743],"rotation":{"angle":-22.5,"axis":"x","origin":[8,26.28504,9.40922]},"faces":{"north":{"uv":[8.25,7.5,8.5,9],"texture":"#0"},"east":{"uv":[8,7.5,8.25,9],"texture":"#0"},"south":{"uv":[8.75,7.5,9,9],"texture":"#0"},"west":{"uv":[8.5,7.5,8.75,9],"texture":"#0"},"up":{"uv":[8.5,7.5,8.25,7.25],"texture":"#0"},"down":{"uv":[8.75,7.25,8.5,7.5],"texture":"#0"}}},{"from":[7.51,20.71814,7.17743],"to":[8.49,26.16689,9.15743],"rotation":{"angle":-22.5,"axis":"x","origin":[8,26.28504,9.40922]},"faces":{"north":{"uv":[1.25,7.25,1.5,8.5],"texture":"#0"},"east":{"uv":[0.75,7.25,1.25,8.5],"texture":"#0"},"south":{"uv":[2,7.25,2.25,8.5],"texture":"#0"},"west":{"uv":[1.5,7.25,2,8.5],"texture":"#0"},"up":{"uv":[1.5,7.25,1.25,6.75],"texture":"#0"},"down":{"uv":[1.75,6.75,1.5,7.25],"texture":"#0"}}},{"from":[7,21.99005,14.84055],"to":[9,25.99005,15.84055],"rotation":{"angle":0,"axis":"y","origin":[8,24.32139,15.55812]},"faces":{"north":{"uv":[4,8.25,4.5,9.25],"texture":"#0"},"east":{"uv":[3.75,8.25,4,9.25],"texture":"#0"},"south":{"uv":[4.75,8.25,5.25,9.25],"texture":"#0"},"west":{"uv":[4.5,8.25,4.75,9.25],"texture":"#0"},"up":{"uv":[4.5,8.25,4,8],"texture":"#0"},"down":{"uv":[5,8,4.5,8.25],"texture":"#0"}}},{"from":[7.51,-8.87112,12.0022],"to":[8.49,-6.89112,15.9822],"rotation":{"angle":22.5,"axis":"x","origin":[8,-8.32139,15.55812]},"faces":{"north":{"uv":[7.25,7.75,7,7.25],"rotation":180,"texture":"#0"},"east":{"uv":[6.75,7.75,6.25,8.75],"rotation":270,"texture":"#0"},"south":{"uv":[7,7.25,6.75,7.75],"texture":"#0"},"west":{"uv":[7.5,7.75,7,8.75],"rotation":90,"texture":"#0"},"up":{"uv":[7.5,8.75,7.75,7.75],"texture":"#0"},"down":{"uv":[6.75,8.75,7,7.75],"rotation":180,"texture":"#0"}}},{"from":[7,-2.11945,3.18941],"to":[9,-1.11945,7.18941],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-0.7592,6.75943]},"faces":{"north":{"uv":[3,5.25,3.5,5],"texture":"#0"},"east":{"uv":[2,5.25,3,5],"texture":"#0"},"south":{"uv":[4.5,5.25,5,5],"texture":"#0"},"west":{"uv":[3.5,5.25,4.5,5],"texture":"#0"},"up":{"uv":[4,5,3.5,4],"texture":"#0"},"down":{"uv":[3.5,4,3,5],"texture":"#0"}}},{"from":[6.99,-4.20533,5.71607],"to":[9.01,0.81467,6.73607],"rotation":{"angle":45,"axis":"x","origin":[8,-0.7592,6.75943]},"faces":{"north":{"uv":[7,1.5,7.5,0.25],"texture":"#0"},"east":{"uv":[6.75,1.5,7,0.25],"texture":"#0"},"south":{"uv":[7.75,1.5,8.25,0.25],"texture":"#0"},"west":{"uv":[7.5,1.5,7.75,0.25],"texture":"#0"},"up":{"uv":[8,0.25,7.5,0],"texture":"#0"},"down":{"uv":[7.5,0,7,0.25],"texture":"#0"}}},{"from":[7.49,-3.81806,7.6078],"to":[8.51,-0.79806,8.6278],"rotation":{"angle":22.5,"axis":"x","origin":[8,-0.7592,6.75943]},"faces":{"north":{"uv":[7,10,7.25,9.25],"texture":"#0"},"east":{"uv":[6.75,10,7,9.25],"texture":"#0"},"south":{"uv":[7.5,10,7.75,9.25],"texture":"#0"},"west":{"uv":[7.25,10,7.5,9.25],"texture":"#0"},"up":{"uv":[7.5,9.25,7.25,9],"texture":"#0"},"down":{"uv":[7.25,9,7,9.25],"texture":"#0"}}},{"from":[7.5,-3.2475,8.71921],"to":[8.5,-1.2475,9.71921],"rotation":{"angle":45,"axis":"x","origin":[8,-0.7592,6.75943]},"faces":{"north":{"uv":[9.25,7.25,9.5,6.75],"texture":"#0"},"east":{"uv":[9,7.25,9.25,6.75],"texture":"#0"},"south":{"uv":[9.75,7.25,10,6.75],"texture":"#0"},"west":{"uv":[9.5,7.25,9.75,6.75],"texture":"#0"},"up":{"uv":[9.75,6.75,9.5,6.5],"texture":"#0"},"down":{"uv":[9.5,6.5,9.25,6.75],"texture":"#0"}}},{"from":[7.49,-9.34193,14.79378],"to":[8.51,-8.32193,19.31378],"rotation":{"angle":22.5,"axis":"x","origin":[8,-8.32139,15.55812]},"faces":{"north":{"uv":[6.25,9.25,6,9],"rotation":180,"texture":"#0"},"east":{"uv":[5.75,9.25,5.5,10.25],"rotation":270,"texture":"#0"},"south":{"uv":[6,9,5.75,9.25],"texture":"#0"},"west":{"uv":[6.25,9.25,6,10.25],"rotation":90,"texture":"#0"},"up":{"uv":[6.25,10.25,6.5,9.25],"texture":"#0"},"down":{"uv":[5.75,10.25,6,9.25],"rotation":180,"texture":"#0"}}},{"from":[7.5,-12.16864,16.05791],"to":[8.5,-8.16864,17.05791],"rotation":{"angle":-45,"axis":"x","origin":[8,-8.32139,15.55812]},"faces":{"north":{"uv":[1.5,10,1.75,9],"texture":"#0"},"east":{"uv":[1.25,10,1.5,9],"texture":"#0"},"south":{"uv":[2,10,2.25,9],"texture":"#0"},"west":{"uv":[1.75,10,2,9],"texture":"#0"},"up":{"uv":[2,9,1.75,8.75],"texture":"#0"},"down":{"uv":[1.75,8.75,1.5,9],"texture":"#0"}}},{"from":[7.5,-10.80714,13.81953],"to":[8.5,-7.80714,14.81953],"rotation":{"angle":0,"axis":"y","origin":[8,-8.32139,15.55812]},"faces":{"north":{"uv":[8.75,1,9,0.25],"texture":"#0"},"east":{"uv":[8.5,1,8.75,0.25],"texture":"#0"},"south":{"uv":[9.25,1,9.5,0.25],"texture":"#0"},"west":{"uv":[9,1,9.25,0.25],"texture":"#0"},"up":{"uv":[9.25,0.25,9,0],"texture":"#0"},"down":{"uv":[9,0,8.75,0.25],"texture":"#0"}}},{"from":[7.49,-9.96259,12.99061],"to":[8.51,-5.94259,14.01061],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-8.32139,15.55812]},"faces":{"north":{"uv":[0.25,10,0.5,9],"texture":"#0"},"east":{"uv":[0,10,0.25,9],"texture":"#0"},"south":{"uv":[0.75,10,1,9],"texture":"#0"},"west":{"uv":[0.5,10,0.75,9],"texture":"#0"},"up":{"uv":[0.75,9,0.5,8.75],"texture":"#0"},"down":{"uv":[0.5,8.75,0.25,9],"texture":"#0"}}},{"from":[7.5,-11.70814,9.16743],"to":[8.5,-5.70814,10.16743],"rotation":{"angle":22.5,"axis":"x","origin":[8,-10.28504,9.40922]},"faces":{"north":{"uv":[8.25,9,8.5,7.5],"texture":"#0"},"east":{"uv":[8,9,8.25,7.5],"texture":"#0"},"south":{"uv":[8.75,9,9,7.5],"texture":"#0"},"west":{"uv":[8.5,9,8.75,7.5],"texture":"#0"},"up":{"uv":[8.75,7.5,8.5,7.25],"texture":"#0"},"down":{"uv":[8.5,7.25,8.25,7.5],"texture":"#0"}}},{"from":[7.49,-11.51728,8.63124],"to":[8.51,-3.24728,9.65124],"rotation":{"angle":0,"axis":"y","origin":[8,-10.28504,9.40922]},"faces":{"north":{"uv":[2.75,9,3,7],"texture":"#0"},"east":{"uv":[2.5,9,2.75,7],"texture":"#0"},"south":{"uv":[3.25,9,3.5,7],"texture":"#0"},"west":{"uv":[3,9,3.25,7],"texture":"#0"},"up":{"uv":[3.25,7,3,6.75],"texture":"#0"},"down":{"uv":[3,6.75,2.75,7],"texture":"#0"}}},{"from":[7.5,-7.57565,15.84818],"to":[8.5,-6.57565,18.34818],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-8.32139,15.55812]},"faces":{"north":{"uv":[8.75,6.25,9,6],"texture":"#0"},"east":{"uv":[8.25,6.25,8.75,6],"texture":"#0"},"south":{"uv":[9.5,6.25,9.75,6],"texture":"#0"},"west":{"uv":[9,6.25,9.5,6],"texture":"#0"},"up":{"uv":[9.25,6,9,5.5],"texture":"#0"},"down":{"uv":[9,5.5,8.75,6],"texture":"#0"}}},{"from":[7.49,-8.78625,16.79386],"to":[8.51,-7.76625,18.81386],"rotation":{"angle":-45,"axis":"x","origin":[8,-8.32139,15.55812]},"faces":{"north":{"uv":[8.75,2,9,1.75],"texture":"#0"},"east":{"uv":[8.25,2,8.75,1.75],"texture":"#0"},"south":{"uv":[9.5,2,9.75,1.75],"texture":"#0"},"west":{"uv":[9,2,9.5,1.75],"texture":"#0"},"up":{"uv":[9.25,1.75,9,1.25],"texture":"#0"},"down":{"uv":[9,1.25,8.75,1.75],"texture":"#0"}}},{"from":[7,-9.99005,14.84055],"to":[9,-5.99005,15.84055],"rotation":{"angle":0,"axis":"y","origin":[8,-8.32139,15.55812]},"faces":{"north":{"uv":[4,9.25,4.5,8.25],"texture":"#0"},"east":{"uv":[3.75,9.25,4,8.25],"texture":"#0"},"south":{"uv":[4.75,9.25,5.25,8.25],"texture":"#0"},"west":{"uv":[4.5,9.25,4.75,8.25],"texture":"#0"},"up":{"uv":[5,8.25,4.5,8],"texture":"#0"},"down":{"uv":[4.5,8,4,8.25],"texture":"#0"}}},{"from":[7.51,-10.16689,7.17743],"to":[8.49,-4.71814,9.15743],"rotation":{"angle":22.5,"axis":"x","origin":[8,-10.28504,9.40922]},"faces":{"north":{"uv":[1.25,8.5,1.5,7.25],"texture":"#0"},"east":{"uv":[0.75,8.5,1.25,7.25],"texture":"#0"},"south":{"uv":[2,8.5,2.25,7.25],"texture":"#0"},"west":{"uv":[1.5,8.5,2,7.25],"texture":"#0"},"up":{"uv":[1.75,7.25,1.5,6.75],"texture":"#0"},"down":{"uv":[1.5,6.75,1.25,7.25],"texture":"#0"}}},{"from":[7.01,-1.10945,4.43769],"to":[8.99,-0.12945,7.17941],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-0.7592,6.75943]},"faces":{"north":{"uv":[7.5,5.25,8,5],"texture":"#0"},"east":{"uv":[7,5.25,7.5,5],"texture":"#0"},"south":{"uv":[8.5,5.25,9,5],"texture":"#0"},"west":{"uv":[8,5.25,8.5,5],"texture":"#0"},"up":{"uv":[8.5,5,8,4.5],"texture":"#0"},"down":{"uv":[8,4.5,7.5,5],"texture":"#0"}}},{"from":[7.51,-11.05708,15.06791],"to":[8.49,-8.17864,16.04791],"rotation":{"angle":-45,"axis":"x","origin":[8,-8.32139,15.55812]},"faces":{"north":{"uv":[9,4.75,9.25,4.25],"texture":"#0"},"east":{"uv":[8.75,4.75,9,4.25],"texture":"#0"},"south":{"uv":[9.5,4.75,9.75,4.25],"texture":"#0"},"west":{"uv":[9.25,4.75,9.5,4.25],"texture":"#0"},"up":{"uv":[9.5,4.25,9.25,4],"texture":"#0"},"down":{"uv":[9.25,4,9,4.25],"texture":"#0"}}},{"from":[6.5,-4.34222,7.17348],"to":[9.5,1.65778,9.17348],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-0.7592,6.75943]},"faces":{"north":{"uv":[3.5,3.75,4.25,2.25],"texture":"#0"},"east":{"uv":[3,3.75,3.5,2.25],"texture":"#0"},"south":{"uv":[4.75,3.75,5.5,2.25],"texture":"#0"},"west":{"uv":[4.25,3.75,4.75,2.25],"texture":"#0"},"up":{"uv":[5,2.25,4.25,1.75],"texture":"#0"},"down":{"uv":[4.25,1.75,3.5,2.25],"texture":"#0"}}},{"from":[7,-7.91406,8.91797],"to":[9,-2.91406,10.91797],"rotation":{"angle":-45,"axis":"x","origin":[8,-3.91406,9.91797]},"faces":{"north":{"uv":[4.5,7.75,5,6.5],"texture":"#0"},"east":{"uv":[4,7.75,4.5,6.5],"texture":"#0"},"south":{"uv":[5.5,7.75,6,6.5],"texture":"#0"},"west":{"uv":[5,7.75,5.5,6.5],"texture":"#0"},"up":{"uv":[5.5,6.5,5,6],"texture":"#0"},"down":{"uv":[5,6,4.5,6.5],"texture":"#0"}}},{"from":[7.99,17.99,9.49],"to":[8.01,30.01,21.51],"rotation":{"angle":0,"axis":"y","origin":[8,24,15.5]},"faces":{"east":{"uv":[15,0,0,15],"texture":"#1"},"west":{"uv":[0,0,15,15],"texture":"#1"}}},{"from":[7.99,-14.01,9.49],"to":[8.01,-1.99,21.51],"rotation":{"angle":0,"axis":"y","origin":[8,-8,15.5]},"faces":{"east":{"uv":[15,0,0,15],"texture":"#1"},"west":{"uv":[0,0,15,15],"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[5,0,5],"translation":[-1,-2,2]},"thirdperson_lefthand":{"rotation":[5,0,5],"translation":[-1,-2,2]},"firstperson_righthand":{"rotation":[10,-10,-5],"translation":[7,0,-7]},"firstperson_lefthand":{"rotation":[10,-10,-5],"translation":[7,0,-7]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/frostbound_bow.json b/assets/minecraft/models/item/wynn/skin/bow/frostbound_bow.json new file mode 100644 index 000000000..7b56ca06d --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/frostbound_bow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/frostbound/frostbound_bow","particle":"skins/frostbound/frostbound_bow"},"elements":[{"from":[7,1,7],"to":[9,11,9],"rotation":{"angle":0,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[0,0,1,5],"texture":"#0"},"east":{"uv":[0,0,1,5],"texture":"#0"},"south":{"uv":[0,0,1,5],"texture":"#0"},"west":{"uv":[0,0,1,5],"texture":"#0"},"up":{"uv":[0,0,1,1],"texture":"#0"},"down":{"uv":[0,0,1,1],"texture":"#0"}}},{"from":[7,11,7],"to":[9,19,11],"rotation":{"angle":0,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[2,5,3,9],"texture":"#0"},"east":{"uv":[2,5,0,9],"texture":"#0"},"south":{"uv":[2,5,3,9],"texture":"#0"},"west":{"uv":[0,5,2,9],"texture":"#0"},"up":{"uv":[3,5,4,7],"texture":"#0"},"down":{"uv":[3,5,4,7],"texture":"#0"}}},{"from":[7,19,8],"to":[9,22,12],"rotation":{"angle":0,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[6,11,7,12.5],"texture":"#0"},"east":{"uv":[6,11,4,12.5],"texture":"#0"},"south":{"uv":[6,11,7,12.5],"texture":"#0"},"west":{"uv":[4,11,6,12.5],"texture":"#0"},"up":{"uv":[3,11,4,13],"texture":"#0"},"down":{"uv":[3,11,4,13],"texture":"#0"}}},{"from":[7,-10,7],"to":[9,-7,10],"rotation":{"angle":0,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[3,13.5,4,15],"texture":"#0"},"east":{"uv":[3,13.5,1.5,15],"texture":"#0"},"south":{"uv":[3,13.5,4,15],"texture":"#0"},"west":{"uv":[1.5,13.5,3,15],"texture":"#0"},"down":{"uv":[4,13.5,5,15],"texture":"#0"}}},{"from":[7,-8,6],"to":[9,-2,7],"rotation":{"angle":0,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[0.5,13,1.5,16],"texture":"#0"},"east":{"uv":[0,13,0.5,16],"texture":"#0"},"west":{"uv":[0,13,0.5,16],"texture":"#0"},"up":{"uv":[1.5,13,2.5,13.5],"texture":"#0"},"down":{"uv":[1.5,13,2.5,13.5],"texture":"#0"}}},{"from":[7,12,11],"to":[9,19,12],"rotation":{"angle":0,"axis":"y","origin":[8,2,8]},"faces":{"east":{"uv":[4,7.5,4.5,11],"texture":"#0"},"south":{"uv":[4.5,7.5,5.5,11],"texture":"#0"},"west":{"uv":[4,7.5,4.5,11],"texture":"#0"},"down":{"uv":[5.5,7.5,6.5,8],"texture":"#0"}}},{"from":[7,13,6],"to":[9,17,7],"rotation":{"angle":0,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[4.5,5,5.5,7],"texture":"#0"},"east":{"uv":[4,5,4.5,7],"texture":"#0"},"west":{"uv":[4,5,4.5,7],"texture":"#0"},"up":{"uv":[4,7,5,7.5],"texture":"#0"},"down":{"uv":[4,7,5,7.5],"texture":"#0"}}},{"from":[7,-7,7],"to":[9,1,11],"rotation":{"angle":0,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[2,9,3,13],"texture":"#0"},"east":{"uv":[2,9,0,13],"texture":"#0"},"south":{"uv":[2,9,3,13],"texture":"#0"},"west":{"uv":[0,9,2,13],"texture":"#0"},"up":{"uv":[3,9,4,11],"texture":"#0"},"down":{"uv":[3,9,4,11],"texture":"#0"}}},{"from":[8,1,6],"to":[8.01,11,10],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"east":{"uv":[1,0,3,5],"texture":"#0"},"west":{"uv":[1,0,3,5],"texture":"#0"}}},{"from":[6,1,7.99],"to":[10,11,8],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[3,0,1,5],"texture":"#0"},"south":{"uv":[1,0,3,5],"texture":"#0"}}},{"from":[8,11,5],"to":[8.01,27,21],"faces":{"east":{"uv":[16,0,8,8],"texture":"#0"},"west":{"uv":[8,0,16,8],"texture":"#0"}}},{"from":[8,-14,4],"to":[8.01,2,20],"faces":{"east":{"uv":[16,8,8,0],"texture":"#0"},"west":{"uv":[8,8,16,0],"texture":"#0"}}},{"from":[8,15,12],"to":[8.01,21,24],"rotation":{"angle":-22.5,"axis":"y","origin":[8,18,12]},"faces":{"east":{"uv":[16,8,10,11],"texture":"#0"},"west":{"uv":[10,8,16,11],"texture":"#0"}}},{"from":[8,-8,11],"to":[8.01,-2,23],"rotation":{"angle":22.5,"axis":"y","origin":[8,-5,11]},"faces":{"east":{"uv":[16,11,10,8],"texture":"#0"},"west":{"uv":[10,11,16,8],"texture":"#0"}}},{"from":[8,-13,9],"to":[8.01,-7,21],"rotation":{"angle":-22.5,"axis":"y","origin":[8,-5,11]},"faces":{"east":{"uv":[16,11,10,8],"texture":"#0"},"west":{"uv":[10,11,16,8],"texture":"#0"}}},{"from":[8,9,9],"to":[8.01,15,21],"rotation":{"angle":22.5,"axis":"y","origin":[8,12,9]},"faces":{"east":{"uv":[16,11,10,8],"texture":"#0"},"west":{"uv":[10,11,16,8],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,10,5],"translation":[0,0,2]},"thirdperson_lefthand":{"rotation":[0,10,5],"translation":[0,0,2]},"firstperson_righthand":{"rotation":[5,-5,-5],"translation":[8,2,-8]},"firstperson_lefthand":{"rotation":[5,-5,-5],"translation":[8,2,-8]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/fury_longbow.json b/assets/minecraft/models/item/wynn/skin/bow/fury_longbow.json new file mode 100644 index 000000000..d16de5cd8 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/fury_longbow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/fury/fury_longbow","particle":"skins/fury/fury_longbow"},"elements":[{"from":[7.99,24.49,2.49],"to":[8.02,31.51,7.51],"rotation":{"angle":22.5,"axis":"x","origin":[8,11.5,5]},"faces":{"east":{"uv":[9,0,16,5],"rotation":270,"texture":"#0"},"west":{"uv":[9,0,16,5],"rotation":270,"texture":"#0"}}},{"from":[5.49,25.49,4.98],"to":[10.51,29.51,5.01],"rotation":{"angle":22.5,"axis":"x","origin":[8,11.5,5]},"faces":{"north":{"uv":[11,5,16,9],"rotation":180,"texture":"#0"},"south":{"uv":[11,9,16,5],"texture":"#0"}}},{"from":[7.99,-15.51,2.49],"to":[8.02,-8.49,7.51],"rotation":{"angle":-22.5,"axis":"x","origin":[8,4.5,5]},"faces":{"east":{"uv":[16,0,9,5],"rotation":270,"texture":"#0"},"west":{"uv":[16,0,9,5],"rotation":270,"texture":"#0"}}},{"from":[5.49,-13.51,4.99],"to":[10.51,-9.49,5.02],"rotation":{"angle":-22.5,"axis":"x","origin":[8,4.5,5]},"faces":{"north":{"uv":[11,9,16,5],"rotation":180,"texture":"#0"},"south":{"uv":[11,5,16,9],"texture":"#0"}}},{"from":[8,7.5,9.5],"to":[8.01,23.5,12.5],"rotation":{"angle":0,"axis":"y","origin":[8,23.5,13]},"faces":{"east":{"uv":[0,0,3,16],"texture":"#0"},"west":{"uv":[0,0,3,16],"texture":"#0"}}},{"from":[6.5,7.5,11],"to":[9.5,23.5,11.01],"rotation":{"angle":0,"axis":"y","origin":[8,23.5,13]},"faces":{"north":{"uv":[3,16,0,0],"texture":"#0"},"south":{"uv":[3,16,0,0],"texture":"#0"}}},{"from":[6.5,-8.5,10.99],"to":[9.5,7.5,11],"rotation":{"angle":0,"axis":"y","origin":[8,23.5,13]},"faces":{"north":{"uv":[0,16,3,0],"texture":"#0"},"south":{"uv":[0,16,3,0],"texture":"#0"}}},{"from":[8,-8.5,9.5],"to":[8.01,7.5,12.5],"rotation":{"angle":0,"axis":"y","origin":[8,23.5,13]},"faces":{"east":{"uv":[0,0,3,16],"texture":"#0"},"west":{"uv":[0,0,3,16],"texture":"#0"}}},{"from":[5.5,4.5,2.5],"to":[10.5,4.51,7.5],"rotation":{"angle":0,"axis":"y","origin":[8,7.5,5]},"faces":{"up":{"uv":[9,11,14,16],"texture":"#0"},"down":{"uv":[9,11,14,16],"texture":"#0"}}},{"from":[5.5,11.5,2.5],"to":[10.5,11.51,7.5],"rotation":{"angle":0,"axis":"y","origin":[8,7.5,5]},"faces":{"up":{"uv":[9,11,14,16],"texture":"#0"},"down":{"uv":[9,11,14,16],"texture":"#0"}}},{"from":[7,4.5,4],"to":[9.01,11.5,6],"rotation":{"angle":0,"axis":"y","origin":[8,7.5,5]},"faces":{"north":{"uv":[14,9,16,16],"texture":"#0"},"east":{"uv":[14,9,16,16],"texture":"#0"},"south":{"uv":[14,9,16,16],"texture":"#0"},"west":{"uv":[14,9,16,16],"texture":"#0"}}},{"from":[6.5,0.5,6],"to":[9.5,2.5,6.01],"rotation":{"angle":-45,"axis":"z","origin":[8,8,5]},"faces":{"north":{"uv":[14,9,11,11],"texture":"#0"},"south":{"uv":[14,11,11,9],"rotation":180,"texture":"#0"}}},{"from":[7.99,0.5,4.5],"to":[8,2.5,7.5],"rotation":{"angle":-45,"axis":"z","origin":[8,8,5]},"faces":{"east":{"uv":[11,9,14,11],"texture":"#0"},"west":{"uv":[11,11,14,9],"rotation":180,"texture":"#0"}}},{"from":[6.5,13.5,6],"to":[9.5,15.5,6.01],"rotation":{"angle":-45,"axis":"z","origin":[8,8,5]},"faces":{"north":{"uv":[11,11,14,9],"texture":"#0"},"south":{"uv":[11,9,14,11],"rotation":180,"texture":"#0"}}},{"from":[8,13.5,4.5],"to":[8.01,15.5,7.5],"rotation":{"angle":-45,"axis":"z","origin":[8,8,5]},"faces":{"east":{"uv":[11,9,14,11],"rotation":180,"texture":"#0"},"west":{"uv":[11,11,14,9],"texture":"#0"}}},{"from":[13.5,6.5,6],"to":[15.5,9.5,6.01],"rotation":{"angle":-45,"axis":"z","origin":[8,8,5]},"faces":{"north":{"uv":[11,11,14,9],"rotation":270,"texture":"#0"},"south":{"uv":[11,9,14,11],"rotation":270,"texture":"#0"}}},{"from":[13.5,8,4.5],"to":[15.5,8.01,7.5],"rotation":{"angle":-45,"axis":"z","origin":[8,8,5]},"faces":{"up":{"uv":[11,9,14,11],"rotation":270,"texture":"#0"},"down":{"uv":[11,11,14,9],"rotation":90,"texture":"#0"}}},{"from":[6.5,13.5,6],"to":[9.5,15.5,6.01],"rotation":{"angle":45,"axis":"z","origin":[8,8,5]},"faces":{"north":{"uv":[11,11,14,9],"texture":"#0"},"south":{"uv":[11,9,14,11],"rotation":180,"texture":"#0"}}},{"from":[8,13.5,4.5],"to":[8.01,15.5,7.5],"rotation":{"angle":45,"axis":"z","origin":[8,8,5]},"faces":{"east":{"uv":[11,9,14,11],"rotation":180,"texture":"#0"},"west":{"uv":[11,11,14,9],"texture":"#0"}}},{"from":[6.5,11.5,5],"to":[9.5,13.5,5.01],"rotation":{"angle":22.5,"axis":"x","origin":[8,11.5,5]},"faces":{"north":{"uv":[3,0,6,2],"texture":"#0"},"south":{"uv":[3,0,6,2],"texture":"#0"}}},{"from":[6.5,2.5,5],"to":[9.5,4.5,5.01],"rotation":{"angle":-22.5,"axis":"x","origin":[8,4.5,5]},"faces":{"north":{"uv":[3,2,6,0],"texture":"#0"},"south":{"uv":[3,2,6,0],"texture":"#0"}}},{"from":[6.5,13.5,4.5],"to":[9.5,25.5,5.5],"rotation":{"angle":22.5,"axis":"x","origin":[8,11.5,5]},"faces":{"north":{"uv":[3,4,6,16],"texture":"#0"},"east":{"uv":[3,4,4,16],"texture":"#0"},"south":{"uv":[6,4,9,16],"texture":"#0"},"west":{"uv":[5,4,6,16],"texture":"#0"},"up":{"uv":[6,4,3,5],"texture":"#0"},"down":{"uv":[6,15,3,16],"texture":"#0"}}},{"from":[6.5,-9.5,4.5],"to":[9.5,2.5,5.5],"rotation":{"angle":-22.5,"axis":"x","origin":[8,4.5,5]},"faces":{"north":{"uv":[6,4,9,16],"texture":"#0"},"east":{"uv":[6,4,7,16],"texture":"#0"},"south":{"uv":[6,16,9,4],"texture":"#0"},"west":{"uv":[8,4,9,16],"texture":"#0"},"up":{"uv":[9,4,6,5],"texture":"#0"},"down":{"uv":[9,15,6,16],"texture":"#0"}}},{"from":[5.5,-6.5,4.5],"to":[6.5,-0.5,5.5],"rotation":{"angle":-22.5,"axis":"x","origin":[8,4.5,5]},"faces":{"north":{"uv":[9,5,10,11],"texture":"#0"},"south":{"uv":[9,5,10,11],"texture":"#0"},"west":{"uv":[9,5,10,11],"texture":"#0"},"up":{"uv":[10,5,9,6],"texture":"#0"},"down":{"uv":[10,10,9,11],"texture":"#0"}}},{"from":[9.5,-6.5,4.5],"to":[10.5,-0.5,5.5],"rotation":{"angle":-22.5,"axis":"x","origin":[8,4.5,5]},"faces":{"north":{"uv":[9,5,10,11],"texture":"#0"},"east":{"uv":[9,5,10,11],"texture":"#0"},"south":{"uv":[9,5,10,11],"texture":"#0"},"up":{"uv":[10,5,9,6],"texture":"#0"},"down":{"uv":[10,10,9,11],"texture":"#0"}}},{"from":[5.5,16.5,4.5],"to":[6.5,22.5,5.5],"rotation":{"angle":22.5,"axis":"x","origin":[8,11.5,5]},"faces":{"north":{"uv":[9,5,10,11],"texture":"#0"},"south":{"uv":[9,5,10,11],"texture":"#0"},"west":{"uv":[9,5,10,11],"texture":"#0"},"up":{"uv":[9,5,10,6],"texture":"#0"},"down":{"uv":[9,10,10,11],"texture":"#0"}}},{"from":[9.5,16.5,4.5],"to":[10.5,22.5,5.5],"rotation":{"angle":22.5,"axis":"x","origin":[8,11.5,5]},"faces":{"north":{"uv":[9,5,10,11],"texture":"#0"},"east":{"uv":[9,5,10,11],"texture":"#0"},"south":{"uv":[9,5,10,11],"texture":"#0"},"up":{"uv":[9,5,10,6],"texture":"#0"},"down":{"uv":[9,10,10,11],"texture":"#0"}}},{"from":[8,-1.5,1.5],"to":[8.01,1.5,3.5],"rotation":{"angle":-22.5,"axis":"x","origin":[8,4.5,5]},"faces":{"east":{"uv":[3,2,6,0],"rotation":90,"texture":"#0"},"west":{"uv":[3,0,6,2],"rotation":90,"texture":"#0"}}},{"from":[8,14.5,1.5],"to":[8.01,17.5,3.5],"rotation":{"angle":22.5,"axis":"x","origin":[8,11.5,5]},"faces":{"east":{"uv":[6,2,3,0],"rotation":90,"texture":"#0"},"west":{"uv":[6,0,3,2],"rotation":90,"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-10,5],"translation":[-2,-2,5]},"thirdperson_lefthand":{"rotation":[0,-10,5],"translation":[-2,-2,5]},"firstperson_righthand":{"rotation":[5,-10,-5],"translation":[5,-3,-4]},"firstperson_lefthand":{"rotation":[5,-10,-5],"translation":[6,-3,-4]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/geomancer_arch.json b/assets/minecraft/models/item/wynn/skin/bow/geomancer_arch.json new file mode 100644 index 000000000..19d50df11 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/geomancer_arch.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/geomancer/geomancer_arch","1":"skins/geomancer/geomancer_beam","particle":"skins/geomancer/geomancer_arch"},"elements":[{"from":[9,20,7],"to":[10,26,8],"rotation":{"angle":22.5,"axis":"x","origin":[8,24,8]},"faces":{"north":{"uv":[1,0.5,1.5,3.5],"texture":"#0"},"east":{"uv":[2.5,0.5,3,3.5],"texture":"#0"},"south":{"uv":[4.5,0.5,5,3.5],"texture":"#0"},"up":{"uv":[1,0.5,1.5,1],"texture":"#0"},"down":{"uv":[1,3,1.5,3.5],"texture":"#0"}}},{"from":[7,19,7],"to":[9,27,8],"rotation":{"angle":22.5,"axis":"x","origin":[8,24,8]},"faces":{"north":{"uv":[1.5,0,2.5,4],"texture":"#0"},"east":{"uv":[1.5,0,2,4],"texture":"#0"},"south":{"uv":[3.5,0,4.5,4],"texture":"#0"},"west":{"uv":[2,0,2.5,4],"texture":"#0"},"up":{"uv":[2.5,0,1.5,0.5],"texture":"#0"},"down":{"uv":[2.5,3.5,1.5,4],"texture":"#0"}}},{"from":[6,20,7],"to":[7,26,8],"rotation":{"angle":22.5,"axis":"x","origin":[8,24,8]},"faces":{"north":{"uv":[2.5,0.5,3,3.5],"texture":"#0"},"south":{"uv":[3,0.5,3.5,3.5],"texture":"#0"},"west":{"uv":[1,0.5,1.5,3.5],"texture":"#0"},"up":{"uv":[2.5,0.5,3,1],"texture":"#0"},"down":{"uv":[2.5,3,3,3.5],"texture":"#0"}}},{"from":[7,4,5],"to":[9,11,7],"rotation":{"angle":0,"axis":"y","origin":[0,1,0]},"faces":{"north":{"uv":[0,0,1,3.5],"texture":"#0"},"east":{"uv":[0,0,1,3.5],"texture":"#0"},"south":{"uv":[0,0,1,3.5],"texture":"#0"},"west":{"uv":[0,0,1,3.5],"texture":"#0"}}},{"from":[6,11,4],"to":[10,12,8],"rotation":{"angle":0,"axis":"y","origin":[8,8,6]},"faces":{"north":{"uv":[5,2,7,2.5],"texture":"#0"},"east":{"uv":[5,2,7,2.5],"texture":"#0"},"south":{"uv":[5,2,7,2.5],"texture":"#0"},"west":{"uv":[5,2,7,2.5],"texture":"#0"},"up":{"uv":[5,0,7,2],"texture":"#0"},"down":{"uv":[5,0,7,2],"texture":"#0"}}},{"from":[6,-16,8],"to":[10,-6,12],"rotation":{"angle":-45,"axis":"x","origin":[8,-10,8]},"faces":{"north":{"uv":[7,0,9,5],"texture":"#0"},"east":{"uv":[7,0,9,5],"texture":"#0"},"south":{"uv":[7,0,9,5],"texture":"#0"},"west":{"uv":[7,0,9,5],"texture":"#0"},"up":{"uv":[9,0,11,2],"texture":"#0"},"down":{"uv":[9,2,11,4],"texture":"#0"}}},{"from":[6,3,4],"to":[10,4,8],"rotation":{"angle":0,"axis":"y","origin":[8,7,6]},"faces":{"north":{"uv":[5,2,7,2.5],"texture":"#0"},"east":{"uv":[5,2,7,2.5],"texture":"#0"},"south":{"uv":[5,2,7,2.5],"texture":"#0"},"west":{"uv":[5,2,7,2.5],"texture":"#0"},"up":{"uv":[5,0,7,2],"texture":"#0"},"down":{"uv":[5,0,7,2],"texture":"#0"}}},{"from":[6.5,19,7],"to":[9.5,29,8],"rotation":{"angle":45,"axis":"x","origin":[8,20,10]},"faces":{"north":{"uv":[11.5,0,13,5],"texture":"#0"},"east":{"uv":[11,0,11.5,5],"texture":"#0"},"south":{"uv":[11.5,0,13,5],"texture":"#0"},"west":{"uv":[11,0,11.5,5],"texture":"#0"},"up":{"uv":[11.5,0,13,0.5],"texture":"#0"},"down":{"uv":[11.5,4.5,13,5],"texture":"#0"}}},{"from":[8,13,7],"to":[11,21,10],"rotation":{"angle":22.5,"axis":"x","origin":[9,16,7]},"faces":{"north":{"uv":[0,4,1.5,8],"texture":"#0"},"east":{"uv":[0,4,1.5,8],"texture":"#0"},"south":{"uv":[0,4,1.5,8],"texture":"#0"},"west":{"uv":[0,4,1.5,8],"texture":"#0"},"up":{"uv":[1.5,4,3,5.5],"texture":"#0"},"down":{"uv":[1.5,5.5,3,7],"texture":"#0"}}},{"from":[6,14,4],"to":[8,19,6],"rotation":{"angle":22.5,"axis":"z","origin":[7,15,5]},"faces":{"north":{"uv":[3,4,4,6.5],"texture":"#0"},"east":{"uv":[3,4,4,6.5],"texture":"#0"},"south":{"uv":[3,4,4,6.5],"texture":"#0"},"west":{"uv":[3,4,4,6.5],"texture":"#0"},"up":{"uv":[4,4,5,5],"texture":"#0"},"down":{"uv":[4,5,5,6],"texture":"#0"}}},{"from":[5,-3,6],"to":[8,3,9],"rotation":{"angle":22.5,"axis":"z","origin":[8,-1,8]},"faces":{"north":{"uv":[0,8,1.5,11],"texture":"#0"},"east":{"uv":[0,8,1.5,11],"texture":"#0"},"south":{"uv":[0,8,1.5,11],"texture":"#0"},"west":{"uv":[0,8,1.5,11],"texture":"#0"},"up":{"uv":[1.5,8,3,9.5],"texture":"#0"},"down":{"uv":[1.5,9.5,3,11],"texture":"#0"}}},{"from":[9,-4,8],"to":[11,1,10],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-10,8]},"faces":{"north":{"uv":[3,4,4,6.5],"texture":"#0"},"east":{"uv":[3,4,4,6.5],"texture":"#0"},"south":{"uv":[3,4,4,6.5],"texture":"#0"},"west":{"uv":[3,4,4,6.5],"texture":"#0"},"up":{"uv":[4,4,5,5],"texture":"#0"},"down":{"uv":[4,5,5,6],"texture":"#0"}}},{"from":[8,0,8],"to":[10,2,10],"rotation":{"angle":22.5,"axis":"y","origin":[9,1,8]},"faces":{"north":{"uv":[5,2.5,6,3.5],"texture":"#0"},"east":{"uv":[5,2.5,6,3.5],"texture":"#0"},"south":{"uv":[5,2.5,6,3.5],"texture":"#0"},"west":{"uv":[5,2.5,6,3.5],"texture":"#0"},"up":{"uv":[5,2.5,6,3.5],"texture":"#0"},"down":{"uv":[5,2.5,6,3.5],"texture":"#0"}}},{"from":[5,18,7],"to":[7,20,9],"rotation":{"angle":-45,"axis":"y","origin":[6,18,8]},"faces":{"north":{"uv":[5,2.5,6,3.5],"texture":"#0"},"east":{"uv":[5,2.5,6,3.5],"texture":"#0"},"south":{"uv":[5,2.5,6,3.5],"texture":"#0"},"west":{"uv":[5,2.5,6,3.5],"texture":"#0"},"up":{"uv":[5,2.5,6,3.5],"texture":"#0"},"down":{"uv":[5,2.5,6,3.5],"texture":"#0"}}},{"from":[7,-5,4],"to":[8,-4,5],"rotation":{"angle":22.5,"axis":"y","origin":[8,-5,5]},"faces":{"north":{"uv":[0.5,4,1,4.5],"texture":"#0"},"east":{"uv":[0.5,4,1,4.5],"texture":"#0"},"south":{"uv":[0.5,4,1,4.5],"texture":"#0"},"west":{"uv":[0.5,4,1,4.5],"texture":"#0"},"up":{"uv":[0.5,4,1,4.5],"texture":"#0"},"down":{"uv":[0.5,4,1,4.5],"texture":"#0"}}},{"from":[8,3,9],"to":[9,4,10],"rotation":{"angle":45,"axis":"x","origin":[8,4,10]},"faces":{"north":{"uv":[0.5,4,1,4.5],"texture":"#0"},"east":{"uv":[0.5,4,1,4.5],"texture":"#0"},"south":{"uv":[0.5,4,1,4.5],"texture":"#0"},"west":{"uv":[0.5,4,1,4.5],"texture":"#0"},"up":{"uv":[0.5,4,1,4.5],"texture":"#0"},"down":{"uv":[0.5,4,1,4.5],"texture":"#0"}}},{"from":[6,13,7],"to":[7,14,8],"rotation":{"angle":-22.5,"axis":"z","origin":[6,14,8]},"faces":{"north":{"uv":[0.5,4,1,4.5],"texture":"#0"},"east":{"uv":[0.5,4,1,4.5],"texture":"#0"},"south":{"uv":[0.5,4,1,4.5],"texture":"#0"},"west":{"uv":[0.5,4,1,4.5],"texture":"#0"},"up":{"uv":[0.5,4,1,4.5],"texture":"#0"},"down":{"uv":[0.5,4,1,4.5],"texture":"#0"}}},{"from":[11,22,9],"to":[12,23,10],"rotation":{"angle":45,"axis":"y","origin":[11,22,10]},"faces":{"north":{"uv":[0.5,4,1,4.5],"texture":"#0"},"east":{"uv":[0.5,4,1,4.5],"texture":"#0"},"south":{"uv":[0.5,4,1,4.5],"texture":"#0"},"west":{"uv":[0.5,4,1,4.5],"texture":"#0"},"up":{"uv":[0.5,4,1,4.5],"texture":"#0"},"down":{"uv":[0.5,4,1,4.5],"texture":"#0"}}},{"from":[7.5,-8,13],"to":[8.5,24,13.01],"rotation":{"angle":0,"axis":"y","origin":[0,1,0]},"faces":{"north":{"uv":[0,0,1,16],"texture":"#1"},"south":{"uv":[0,0,1,16],"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-10,5],"translation":[-2,-1.5,4]},"thirdperson_lefthand":{"rotation":[0,-10,5],"translation":[-2,-1.5,4]},"firstperson_righthand":{"rotation":[5,-5,-5],"translation":[7,-1,-5]},"firstperson_lefthand":{"rotation":[5,-5,-5],"translation":[7,-1,-5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/gothic_arch.json b/assets/minecraft/models/item/wynn/skin/bow/gothic_arch.json new file mode 100644 index 000000000..1c341fc2a --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/gothic_arch.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/gothic/gothic_arch","particle":"skins/gothic/gothic_arch"},"elements":[{"from":[7,0,7],"to":[9,16,9],"rotation":{"angle":0,"axis":"y","origin":[8,8,1]},"faces":{"north":{"uv":[0,0,2,16],"texture":"#0"},"east":{"uv":[0,0,2,16],"texture":"#0"},"south":{"uv":[0,0,2,16],"texture":"#0"},"west":{"uv":[0,0,2,16],"texture":"#0"},"up":{"uv":[2,0,4,2],"texture":"#0"},"down":{"uv":[2,0,4,2],"texture":"#0"}}},{"from":[8,11,6],"to":[8.01,12,10],"rotation":{"angle":0,"axis":"y","origin":[8,8,1]},"faces":{"east":{"uv":[2,14,6,15],"texture":"#0"},"west":{"uv":[2,14,6,15],"texture":"#0"}}},{"from":[8,4,6],"to":[8.01,5,10],"rotation":{"angle":0,"axis":"y","origin":[8,8,1]},"faces":{"east":{"uv":[2,15,6,16],"texture":"#0"},"west":{"uv":[2,15,6,16],"texture":"#0"}}},{"from":[6,11,7.99],"to":[10,12,8],"rotation":{"angle":0,"axis":"y","origin":[8,8,1]},"faces":{"north":{"uv":[2,14,6,15],"texture":"#0"},"south":{"uv":[2,14,6,15],"texture":"#0"}}},{"from":[6,4,7.99],"to":[10,5,8],"rotation":{"angle":0,"axis":"y","origin":[8,8,1]},"faces":{"north":{"uv":[2,15,6,16],"texture":"#0"},"south":{"uv":[2,15,6,16],"texture":"#0"}}},{"from":[7.5,17,7],"to":[8.5,21,10],"rotation":{"angle":22.5,"axis":"x","origin":[8,16,7]},"faces":{"north":{"uv":[11,5,12,9],"texture":"#0"},"east":{"uv":[14,5,11,9],"texture":"#0"},"south":{"uv":[13,5,14,9],"texture":"#0"},"west":{"uv":[11,5,14,9],"texture":"#0"},"down":{"uv":[14,8,11,9],"rotation":90,"texture":"#0"}}},{"from":[7.5,24,9],"to":[8.5,26,12],"rotation":{"angle":22.5,"axis":"x","origin":[8,16,7]},"faces":{"north":{"uv":[13,0,14,2],"texture":"#0"},"east":{"uv":[16,0,13,2],"texture":"#0"},"south":{"uv":[15,0,16,2],"texture":"#0"},"west":{"uv":[13,0,16,2],"texture":"#0"},"up":{"uv":[13,0,16,1],"rotation":90,"texture":"#0"}}},{"from":[7.5,23,8],"to":[8.5,24,12],"rotation":{"angle":22.5,"axis":"x","origin":[8,16,7]},"faces":{"north":{"uv":[12,2,13,3],"texture":"#0"},"east":{"uv":[16,2,12,3],"texture":"#0"},"south":{"uv":[15,2,16,3],"texture":"#0"},"west":{"uv":[12,2,16,3],"texture":"#0"},"up":{"uv":[12,2,16,3],"rotation":90,"texture":"#0"},"down":{"uv":[16,2,12,3],"rotation":90,"texture":"#0"}}},{"from":[7.5,21,7],"to":[8.5,23,11],"rotation":{"angle":22.5,"axis":"x","origin":[8,16,7]},"faces":{"north":{"uv":[11,3,12,5],"texture":"#0"},"east":{"uv":[15,3,11,5],"texture":"#0"},"south":{"uv":[14,3,15,5],"texture":"#0"},"west":{"uv":[11,3,15,5],"texture":"#0"},"up":{"uv":[11,3,15,4],"rotation":90,"texture":"#0"},"down":{"uv":[15,4,11,5],"rotation":90,"texture":"#0"}}},{"from":[7.5,16,7],"to":[8.5,17,9],"rotation":{"angle":22.5,"axis":"x","origin":[8,16,7]},"faces":{"north":{"uv":[11,9,12,10],"texture":"#0"},"east":{"uv":[13,9,11,10],"texture":"#0"},"south":{"uv":[12,9,13,10],"texture":"#0"},"west":{"uv":[11,9,13,10],"texture":"#0"}}},{"from":[7.5,-5,7],"to":[8.5,-1,10],"rotation":{"angle":-22.5,"axis":"x","origin":[8,0,7]},"faces":{"north":{"uv":[11,9,12,5],"texture":"#0"},"east":{"uv":[14,9,11,5],"texture":"#0"},"south":{"uv":[13,9,14,5],"texture":"#0"},"west":{"uv":[11,9,14,5],"texture":"#0"},"up":{"uv":[11,8,14,9],"rotation":90,"texture":"#0"}}},{"from":[7.5,-10,9],"to":[8.5,-8,12],"rotation":{"angle":-22.5,"axis":"x","origin":[8,0,7]},"faces":{"north":{"uv":[13,2,14,0],"texture":"#0"},"east":{"uv":[16,2,13,0],"texture":"#0"},"south":{"uv":[15,2,16,0],"texture":"#0"},"west":{"uv":[13,2,16,0],"texture":"#0"},"down":{"uv":[13,0,16,1],"rotation":90,"texture":"#0"}}},{"from":[7.5,-8,8],"to":[8.5,-7,12],"rotation":{"angle":-22.5,"axis":"x","origin":[8,0,7]},"faces":{"north":{"uv":[12,3,13,2],"texture":"#0"},"east":{"uv":[16,3,12,2],"texture":"#0"},"south":{"uv":[15,3,16,2],"texture":"#0"},"west":{"uv":[12,3,16,2],"texture":"#0"},"up":{"uv":[12,2,16,3],"rotation":90,"texture":"#0"},"down":{"uv":[16,2,12,3],"rotation":90,"texture":"#0"}}},{"from":[7.5,-7,7],"to":[8.5,-5,11],"rotation":{"angle":-22.5,"axis":"x","origin":[8,0,7]},"faces":{"north":{"uv":[11,5,12,3],"texture":"#0"},"east":{"uv":[15,5,11,3],"texture":"#0"},"south":{"uv":[14,5,15,3],"texture":"#0"},"west":{"uv":[11,5,15,3],"texture":"#0"},"up":{"uv":[11,4,15,5],"rotation":90,"texture":"#0"},"down":{"uv":[11,3,15,4],"rotation":90,"texture":"#0"}}},{"from":[7.5,-1,7],"to":[8.5,0,9],"rotation":{"angle":-22.5,"axis":"x","origin":[8,0,7]},"faces":{"north":{"uv":[11,10,12,9],"texture":"#0"},"east":{"uv":[13,10,11,9],"texture":"#0"},"south":{"uv":[12,10,13,9],"texture":"#0"},"west":{"uv":[11,10,13,9],"texture":"#0"}}},{"from":[8,16,5],"to":[8.01,23,7],"rotation":{"angle":22.5,"axis":"x","origin":[8,16,7]},"faces":{"east":{"uv":[4,2,2,9],"texture":"#0"},"west":{"uv":[2,2,4,9],"texture":"#0"}}},{"from":[8,-7,5],"to":[8.01,0,7],"rotation":{"angle":-22.5,"axis":"x","origin":[8,0,7]},"faces":{"east":{"uv":[4,9,2,2],"texture":"#0"},"west":{"uv":[2,9,4,2],"texture":"#0"}}},{"from":[8,0,4],"to":[8.01,4,7],"rotation":{"angle":0,"axis":"y","origin":[0,2,0]},"faces":{"east":{"uv":[7,0,4,4],"texture":"#0"},"west":{"uv":[4,0,7,4],"texture":"#0"}}},{"from":[8,12,4],"to":[8.01,16,7],"rotation":{"angle":0,"axis":"y","origin":[0,2,0]},"faces":{"east":{"uv":[7,4,4,0],"texture":"#0"},"west":{"uv":[4,4,7,0],"texture":"#0"}}},{"from":[8,26,9],"to":[8.01,32,12],"rotation":{"angle":22.5,"axis":"x","origin":[8,16,7]},"faces":{"east":{"uv":[7,10,4,4],"texture":"#0"},"west":{"uv":[4,10,7,4],"texture":"#0"}}},{"from":[6.5,26,10.49],"to":[9.5,32,10.5],"rotation":{"angle":22.5,"axis":"x","origin":[8,16,7]},"faces":{"north":{"uv":[7,10,4,4],"texture":"#0"},"south":{"uv":[4,10,7,4],"texture":"#0"}}},{"from":[8,-16,8.25],"to":[8.01,-10,11.25],"rotation":{"angle":-22.5,"axis":"x","origin":[8,2,7]},"faces":{"east":{"uv":[4,10,7,4],"rotation":180,"texture":"#0"},"west":{"uv":[4,10,7,4],"rotation":180,"texture":"#0"}}},{"from":[6.5,-16,9.75],"to":[9.5,-10,9.76],"rotation":{"angle":-22.5,"axis":"x","origin":[8,2,7]},"faces":{"north":{"uv":[4,10,7,4],"rotation":180,"texture":"#0"},"south":{"uv":[4,10,7,4],"rotation":180,"texture":"#0"}}},{"from":[7.5,-5,14],"to":[8.5,21,14.01],"faces":{"north":{"uv":[1,4,2,5],"texture":"#0"},"south":{"uv":[1,4,2,5],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[5,0,5],"translation":[-1.5,-2,2]},"thirdperson_lefthand":{"rotation":[5,0,5],"translation":[-1.5,-2,2]},"firstperson_righthand":{"rotation":[10,-10,-5],"translation":[4,0,-5]},"firstperson_lefthand":{"rotation":[10,-10,-5],"translation":[4,0,-5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/harvest_bow.json b/assets/minecraft/models/item/wynn/skin/bow/harvest_bow.json new file mode 100644 index 000000000..4258abd90 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/harvest_bow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/harvest"},"elements":[{"from":[7.4,-7.7,8.65],"to":[8.6,-5.5,9.85],"rotation":{"angle":-45,"axis":"x","origin":[7.96609,-7.5424,8.74485]},"faces":{"north":{"uv":[6,14,8,15],"rotation":270,"texture":"#0"},"east":{"uv":[6,14,8,15],"rotation":270,"texture":"#0"},"south":{"uv":[6,14,8,15],"rotation":270,"texture":"#0"},"west":{"uv":[6,14,8,15],"rotation":270,"texture":"#0"},"up":{"uv":[7,14,8.2,15.2],"rotation":270,"texture":"#0"},"down":{"uv":[6,14,8,15],"rotation":270,"texture":"#0"}}},{"from":[7.4,12.2,9.8],"to":[8.6,14.4,11],"rotation":{"angle":45,"axis":"x","origin":[7.96609,14.2424,9.89485]},"faces":{"north":{"uv":[12.5,12.5,14.5,13.5],"rotation":270,"texture":"#0"},"east":{"uv":[12.5,12.5,14.5,11.5],"rotation":270,"texture":"#0"},"south":{"uv":[12,11.5,14,12.5],"rotation":270,"texture":"#0"},"west":{"uv":[12.5,11.5,14.5,12.5],"rotation":270,"texture":"#0"},"up":{"uv":[12.5,11.5,14.5,12.5],"rotation":270,"texture":"#0"},"down":{"uv":[12,11.5,13,12.5],"rotation":270,"texture":"#0"}}},{"from":[7.44916,-6.88987,4.23152],"to":[8.54916,-5.78987,7.33152],"rotation":{"angle":22.5,"axis":"x","origin":[7.96609,-7.5424,8.74485]},"faces":{"north":{"uv":[7.5,14,10.5,15],"texture":"#0"},"east":{"uv":[7.5,14,10.5,15],"texture":"#0"},"south":{"uv":[7.5,14,10.5,15],"texture":"#0"},"west":{"uv":[7.5,14,10.5,15],"rotation":180,"texture":"#0"},"up":{"uv":[7.5,14,10.5,15],"rotation":270,"texture":"#0"},"down":{"uv":[7.5,14,10.5,15],"rotation":90,"texture":"#0"}}},{"from":[7.44916,12.48987,5.38152],"to":[8.54916,13.58987,8.48152],"rotation":{"angle":-22.5,"axis":"x","origin":[7.96609,14.2424,9.89485]},"faces":{"north":{"uv":[10.5,12,13.5,13],"rotation":180,"texture":"#0"},"east":{"uv":[10.5,12,13.5,13],"rotation":180,"texture":"#0"},"south":{"uv":[12.5,12.5,13.5,13.5],"rotation":90,"texture":"#0"},"west":{"uv":[10.5,13,13.5,12],"texture":"#0"},"up":{"uv":[10.5,12.5,13.5,13.5],"rotation":90,"texture":"#0"},"down":{"uv":[10,11.5,13,12.5],"rotation":270,"texture":"#0"}}},{"from":[7.39989,-3.93988,5.96417],"to":[8.59989,-0.73988,7.16417],"rotation":{"angle":-22.5,"axis":"x","origin":[7.96609,-7.5424,8.74485]},"faces":{"north":{"uv":[10,14.5,13,15.5],"rotation":270,"texture":"#0"},"east":{"uv":[10,14.5,13,15.5],"rotation":270,"texture":"#0"},"south":{"uv":[10.5,14,13.5,15],"rotation":270,"texture":"#0"},"west":{"uv":[10.5,14,13.5,15],"rotation":270,"texture":"#0"},"up":{"uv":[10,14.5,13,15.5],"rotation":270,"texture":"#0"},"down":{"uv":[10,14.5,13,15.5],"rotation":270,"texture":"#0"}}},{"from":[7.39989,7.43988,7.11417],"to":[8.59989,10.63988,8.31417],"rotation":{"angle":22.5,"axis":"x","origin":[7.96609,14.2424,9.89485]},"faces":{"north":{"uv":[9,12,12,13],"rotation":270,"texture":"#0"},"east":{"uv":[9,12,12,13],"rotation":270,"texture":"#0"},"south":{"uv":[9,12,12,13],"rotation":270,"texture":"#0"},"west":{"uv":[9,12,12,13],"rotation":270,"texture":"#0"},"up":{"uv":[11,12,12,13],"rotation":270,"texture":"#0"},"down":{"uv":[9,12,12,13],"rotation":270,"texture":"#0"}}},{"from":[7.29776,-2.77646,4.03654],"to":[8.69776,0.62354,5.43654],"rotation":{"angle":22.5,"axis":"x","origin":[7.97833,-1.08697,4.74709]},"faces":{"north":{"uv":[0,11.5,3.5,13],"rotation":270,"texture":"#0"},"east":{"uv":[0,11.5,3.5,13],"rotation":270,"texture":"#0"},"south":{"uv":[0,11.5,3.5,13],"rotation":270,"texture":"#0"},"west":{"uv":[0,11.5,3.5,13],"rotation":270,"texture":"#0"},"up":{"uv":[2,11.5,3.5,13],"rotation":270,"texture":"#0"},"down":{"uv":[0,11.5,1.5,13],"rotation":270,"texture":"#0"}}},{"from":[7.39776,-0.27772,5.74001],"to":[8.59776,1.92228,6.94001],"rotation":{"angle":45,"axis":"x","origin":[7.98147,1.32111,6.352]},"faces":{"north":{"uv":[2,11.5,4.5,13],"rotation":270,"texture":"#0"},"east":{"uv":[2,11.5,4.5,13],"rotation":270,"texture":"#0"},"south":{"uv":[2,11.5,4.5,13],"rotation":270,"texture":"#0"},"west":{"uv":[2,11.5,4.5,13],"rotation":270,"texture":"#0"},"up":{"uv":[3,11.5,4.5,13],"rotation":270,"texture":"#0"},"down":{"uv":[2,11.5,4.5,13],"rotation":270,"texture":"#0"}}},{"from":[7.29773,4.70734,5.64004],"to":[8.69773,7.10734,7.04004],"rotation":{"angle":-45,"axis":"x","origin":[7.98144,5.40851,6.35203]},"faces":{"north":{"uv":[6,11.5,8.5,13],"rotation":270,"texture":"#0"},"east":{"uv":[6,11.5,8.5,13],"rotation":270,"texture":"#0"},"south":{"uv":[6,11,8.5,12.5],"rotation":270,"texture":"#0"},"west":{"uv":[6,11.5,8.5,13],"rotation":270,"texture":"#0"},"up":{"uv":[6,11.5,8.5,13],"rotation":270,"texture":"#0"},"down":{"uv":[6,11.5,7.5,13],"rotation":270,"texture":"#0"}}},{"from":[7.24389,6.05742,4.60004],"to":[8.74389,9.05742,6.10004],"rotation":{"angle":0,"axis":"x","origin":[7.99431,7.31268,5.34975]},"faces":{"north":{"uv":[7.5,11,10.5,12.5],"rotation":270,"texture":"#0"},"east":{"uv":[11,12,8,13.5],"rotation":90,"texture":"#0"},"south":{"uv":[7,12,10,13.5],"rotation":270,"texture":"#0"},"west":{"uv":[8,11.5,11,13],"rotation":270,"texture":"#0"},"up":{"uv":[9.5,11.5,11,13],"rotation":270,"texture":"#0"},"down":{"uv":[7.5,11.5,11,13],"rotation":270,"texture":"#0"}}},{"from":[7.30243,1.37341,6.35822],"to":[8.70243,3.77341,7.75822],"rotation":{"angle":22.5,"axis":"x","origin":[7.98666,2.57964,7.06937]},"faces":{"north":{"uv":[4,11.5,6.5,13],"rotation":270,"texture":"#0"},"east":{"uv":[4,11.5,6.5,13],"rotation":270,"texture":"#0"},"south":{"uv":[4,11.5,6.5,13],"rotation":270,"texture":"#0"},"west":{"uv":[4,11.5,6.5,13],"rotation":270,"texture":"#0"},"up":{"uv":[5.5,11.5,6.5,13],"rotation":90,"texture":"#0"},"down":{"uv":[4,11.5,6.5,13],"rotation":270,"texture":"#0"}}},{"from":[7.40239,3.05621,6.45826],"to":[8.60239,5.25621,7.65826],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98663,4.14998,7.06941]},"faces":{"north":{"uv":[5,11.5,7.5,13],"rotation":270,"texture":"#0"},"east":{"uv":[5,11.5,7.5,13],"rotation":270,"texture":"#0"},"south":{"uv":[5,11.5,7.5,13],"rotation":270,"texture":"#0"},"west":{"uv":[5,11.5,7.5,13],"rotation":270,"texture":"#0"},"up":{"uv":[5,11.5,7.5,13],"rotation":270,"texture":"#0"},"down":{"uv":[5,11.5,7.5,13],"rotation":270,"texture":"#0"}}},{"from":[7.49738,-7.58706,8.8548],"to":[8.49738,-6.58706,9.8548],"rotation":{"angle":22.5,"axis":"x","origin":[7.96609,-7.5424,8.74485]},"faces":{"north":{"uv":[3.5,14,4.5,15],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14,4.5,15],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4.5,15],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14,4.5,15],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,4.5,15],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,14,4.5,15],"rotation":90,"texture":"#0"}}},{"from":[7.49738,13.28706,10.0048],"to":[8.49738,14.28706,11.0048],"rotation":{"angle":-22.5,"axis":"x","origin":[7.96609,14.2424,9.89485]},"faces":{"north":{"uv":[13.5,12,14.5,13],"rotation":270,"texture":"#0"},"east":{"uv":[13.5,12,14.5,13],"rotation":270,"texture":"#0"},"south":{"uv":[13.5,12,14.5,13],"rotation":270,"texture":"#0"},"west":{"uv":[13.5,12,14.5,13],"rotation":270,"texture":"#0"},"up":{"uv":[13.5,12,14.5,13],"rotation":270,"texture":"#0"},"down":{"uv":[13.5,12,14.5,13],"rotation":270,"texture":"#0"}}},{"from":[7.54702,-7.9571,9.70347],"to":[8.44702,-7.0571,10.60347],"rotation":{"angle":0,"axis":"x","origin":[7.96609,-7.5424,8.74485]},"faces":{"north":{"uv":[3.5,14,4.4,14.9],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14,4.4,14.9],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4.4,14.9],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14,4.4,14.9],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,4.4,14.9],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,14,4.4,14.9],"rotation":90,"texture":"#0"}}},{"from":[7.89702,-7.8071,10.95347],"to":[8.09702,13.9929,11.15347],"rotation":{"angle":0,"axis":"x","origin":[7.96609,-7.7424,9.64485]},"faces":{"north":{"uv":[6,6,16,6.5],"rotation":270,"texture":"#0"},"east":{"uv":[6,6,16,6.5],"rotation":270,"texture":"#0"},"south":{"uv":[6,6,16,6.5],"rotation":270,"texture":"#0"},"west":{"uv":[6,6,16,6.5],"rotation":270,"texture":"#0"},"up":{"uv":[6,6,16,6.5],"rotation":270,"texture":"#0"},"down":{"uv":[6,6,16,6.5],"rotation":270,"texture":"#0"}}},{"from":[7.54702,13.7571,10.85347],"to":[8.44702,14.6571,11.75347],"rotation":{"angle":0,"axis":"x","origin":[7.96609,14.2424,9.89485]},"faces":{"north":{"uv":[13.5,12,14.5,13],"rotation":270,"texture":"#0"},"east":{"uv":[13.5,12,14.5,13],"rotation":270,"texture":"#0"},"south":{"uv":[13.5,12,14.5,13],"rotation":270,"texture":"#0"},"west":{"uv":[13.5,12,14.5,13],"rotation":270,"texture":"#0"},"up":{"uv":[13.5,12,14.5,13],"rotation":270,"texture":"#0"},"down":{"uv":[13.5,12,14.5,13],"rotation":270,"texture":"#0"}}},{"from":[7.55298,-5.92892,4.802],"to":[8.45298,-5.02892,5.702],"rotation":{"angle":0,"axis":"x","origin":[7.96609,-7.5424,8.74485]},"faces":{"north":{"uv":[9.5,14,10.5,15],"rotation":180,"texture":"#0"},"east":{"uv":[9.5,14,10.5,15],"rotation":180,"texture":"#0"},"south":{"uv":[9.5,14,10.5,15],"rotation":180,"texture":"#0"},"west":{"uv":[9.5,14,10.5,15],"rotation":180,"texture":"#0"},"up":{"uv":[9.5,14,10.5,15],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,14,10.5,15],"rotation":180,"texture":"#0"}}},{"from":[7.55298,6.26051,4.40815],"to":[8.95298,7.16051,5.30815],"rotation":{"angle":-22.5,"axis":"x","origin":[8.02641,6.41272,3.64979]},"faces":{"north":{"uv":[10.5,7,12,8],"texture":"#0"},"east":{"uv":[12,7,13,8],"rotation":90,"texture":"#0"},"south":{"uv":[12.5,7,13.5,8],"rotation":90,"texture":"#0"},"west":{"uv":[12.5,7,13.5,8],"rotation":90,"texture":"#0"},"up":{"uv":[10.5,7,12,8],"texture":"#0"},"down":{"uv":[12.5,7,13.5,8],"rotation":90,"texture":"#0"}}},{"from":[7.55298,8.38951,5.66729],"to":[8.95298,9.28951,6.56729],"rotation":{"angle":-22.5,"axis":"x","origin":[8.25298,8.83951,6.11729]},"faces":{"north":{"uv":[12.5,7,13.5,8],"rotation":270,"texture":"#0"},"east":{"uv":[12,7,13,8],"texture":"#0"},"south":{"uv":[10.5,7,12,8],"texture":"#0"},"west":{"uv":[12.5,7,13.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[10.5,7,12,8],"rotation":180,"texture":"#0"},"down":{"uv":[12.5,7,13.5,8],"rotation":90,"texture":"#0"}}},{"from":[7.15298,5.88951,6.46729],"to":[8.15298,6.38951,6.96729],"rotation":{"angle":-22.5,"axis":"x","origin":[8.25298,5.83951,6.11729]},"faces":{"north":{"uv":[11.5,7,12,8],"rotation":90,"texture":"#0"},"east":{"uv":[11.5,7,12,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[11.5,7,12,8],"rotation":90,"texture":"#0"},"west":{"uv":[11.5,7.5,12,8],"rotation":90,"texture":"#0"},"up":{"uv":[11.5,7,12,8],"rotation":90,"texture":"#0"},"down":{"uv":[11.5,7,12,8],"rotation":90,"texture":"#0"}}},{"from":[7.20298,8.89628,5.25681],"to":[7.70298,9.39628,6.25681],"rotation":{"angle":22.5,"axis":"x","origin":[7.45298,9.14628,5.75681]},"faces":{"north":{"uv":[11.5,7,12,7.5],"rotation":90,"texture":"#0"},"east":{"uv":[11.5,7,12,8],"rotation":90,"texture":"#0"},"south":{"uv":[11.5,7.5,12,8],"rotation":90,"texture":"#0"},"west":{"uv":[11.5,7,12,8],"rotation":90,"texture":"#0"},"up":{"uv":[11.5,7,12,8],"texture":"#0"},"down":{"uv":[11.5,7,12,8],"rotation":180,"texture":"#0"}}},{"from":[8.50298,7.43008,4.40758],"to":[9.40298,8.33008,6.55758],"rotation":{"angle":-22.5,"axis":"x","origin":[8.95298,7.88008,5.10758]},"faces":{"north":{"uv":[13,7,14,8],"rotation":270,"texture":"#0"},"east":{"uv":[10.5,7,12.5,8],"texture":"#0"},"south":{"uv":[12,7,13,8],"rotation":90,"texture":"#0"},"west":{"uv":[12.5,7,13.5,8],"rotation":90,"texture":"#0"},"up":{"uv":[10.5,7,12.5,8],"rotation":90,"texture":"#0"},"down":{"uv":[12.5,7,13.5,8],"texture":"#0"}}},{"from":[6.75298,6.37359,4.37903],"to":[7.65298,7.27359,6.52903],"rotation":{"angle":22.5,"axis":"x","origin":[7.20298,6.82359,5.45403]},"faces":{"north":{"uv":[13,7,14,8],"texture":"#0"},"east":{"uv":[12.5,7,13.5,8],"rotation":270,"texture":"#0"},"south":{"uv":[12,7,13,8],"texture":"#0"},"west":{"uv":[10.5,7,12.5,8],"texture":"#0"},"up":{"uv":[10.5,7,12.5,8],"rotation":270,"texture":"#0"},"down":{"uv":[12.5,7,13.5,8],"texture":"#0"}}},{"from":[8.87667,8.65588,5.77636],"to":[9.77667,9.55588,6.67636],"rotation":{"angle":-45,"axis":"z","origin":[9.49106,9.89601,6.22737]},"faces":{"north":{"uv":[6,7.5,7,8.5],"rotation":180,"texture":"#0"},"east":{"uv":[6,7.5,7,8.5],"rotation":180,"texture":"#0"},"south":{"uv":[6,7.5,7,8.5],"rotation":180,"texture":"#0"},"west":{"uv":[6,7.5,7,8.5],"rotation":180,"texture":"#0"},"up":{"uv":[6,8,7,8.5],"rotation":180,"texture":"#0"},"down":{"uv":[6,7.5,7,8.5],"rotation":180,"texture":"#0"}}},{"from":[6.51502,12.44756,6.42636],"to":[7.41502,13.34756,7.32636],"rotation":{"angle":22.5,"axis":"z","origin":[7.12359,12.10099,6.88561]},"faces":{"north":{"uv":[12,5.5,13,6.5],"texture":"#0"},"east":{"uv":[12,5.5,13,6.5],"texture":"#0"},"south":{"uv":[12,5.5,13,6.5],"texture":"#0"},"west":{"uv":[12,5.5,13,6.5],"texture":"#0"},"up":{"uv":[12,5.5,13,6],"texture":"#0"},"down":{"uv":[12,5.5,13,6.5],"texture":"#0"}}},{"from":[7.59665,-7.23154,10.22605],"to":[8.39665,-6.43154,11.02605],"rotation":{"angle":22.5,"axis":"x","origin":[7.96609,-7.5424,8.74485]},"faces":{"north":{"uv":[3.5,14,4.3,14.8],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14,4.3,14.8],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4.3,14.8],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14,4.3,14.8],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,4.3,14.8],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,14,4.3,14.8],"rotation":90,"texture":"#0"}}},{"from":[7.49665,-7.33154,10.62605],"to":[8.49665,-6.33154,10.92605],"rotation":{"angle":22.5,"axis":"x","origin":[7.96609,-7.5424,8.74485]},"faces":{"north":{"uv":[10.5,6.5,11.5,6.8],"rotation":90,"texture":"#0"},"east":{"uv":[10.5,6.5,11.5,6.8],"rotation":90,"texture":"#0"},"south":{"uv":[10.5,6.5,11.5,6.8],"rotation":90,"texture":"#0"},"west":{"uv":[10.5,6.5,11.5,6.8],"rotation":90,"texture":"#0"},"up":{"uv":[10.5,6.5,11.5,6.8],"rotation":90,"texture":"#0"},"down":{"uv":[10.5,6.5,11.5,6.8],"rotation":90,"texture":"#0"}}},{"from":[7.39665,12.73154,10.57605],"to":[8.59665,13.88154,10.87605],"rotation":{"angle":-22.5,"axis":"x","origin":[7.96609,14.0424,8.59485]},"faces":{"north":{"uv":[11.5,6.5,10.5,6.8],"rotation":90,"texture":"#0"},"east":{"uv":[11.5,6.5,10.5,6.8],"rotation":90,"texture":"#0"},"south":{"uv":[11.5,6.5,10.5,6.8],"rotation":90,"texture":"#0"},"west":{"uv":[11.5,6.5,10.5,6.8],"rotation":90,"texture":"#0"},"up":{"uv":[11.5,6.5,10.5,6.8],"rotation":90,"texture":"#0"},"down":{"uv":[11.5,6.5,10.5,6.8],"rotation":90,"texture":"#0"}}},{"from":[7.59665,13.13154,11.37605],"to":[8.39665,13.93154,12.17605],"rotation":{"angle":-22.5,"axis":"x","origin":[7.96609,14.2424,9.89485]},"faces":{"north":{"uv":[13.5,12,14.5,13],"rotation":270,"texture":"#0"},"east":{"uv":[13.5,12,14.5,13],"rotation":270,"texture":"#0"},"south":{"uv":[13.5,12,14.5,13],"rotation":270,"texture":"#0"},"west":{"uv":[13.5,12,14.5,13],"rotation":270,"texture":"#0"},"up":{"uv":[13.5,12,14.5,13],"rotation":270,"texture":"#0"},"down":{"uv":[13.5,12,14.5,13],"rotation":270,"texture":"#0"}}},{"from":[7.60335,-5.29265,5.76836],"to":[8.40335,-4.49265,6.56836],"rotation":{"angle":-22.5,"axis":"x","origin":[7.96609,-7.5424,8.74485]},"faces":{"north":{"uv":[11,14,12,15],"rotation":90,"texture":"#0"},"east":{"uv":[11,14,12,15],"rotation":90,"texture":"#0"},"south":{"uv":[11,14,12,15],"rotation":90,"texture":"#0"},"west":{"uv":[11,14,12,15],"rotation":90,"texture":"#0"},"up":{"uv":[11,14,12,15],"rotation":90,"texture":"#0"},"down":{"uv":[11,14,12,15],"rotation":90,"texture":"#0"}}},{"from":[7.60335,6.64975,3.2979],"to":[8.40335,7.44975,4.0979],"rotation":{"angle":45,"axis":"x","origin":[8.02641,6.41272,3.64979]},"faces":{"north":{"uv":[6,7.5,7,8.5],"texture":"#0"},"east":{"uv":[6,7.5,7,8.5],"texture":"#0"},"south":{"uv":[6,7.5,7,8.5],"texture":"#0"},"west":{"uv":[6,7.5,7,8.5],"texture":"#0"},"up":{"uv":[6,7.5,7,8.5],"texture":"#0"},"down":{"uv":[8.5,8,9.5,8.5],"texture":"#0"}}},{"from":[8.89148,9.48471,5.82672],"to":[9.69148,10.28471,6.62672],"rotation":{"angle":22.5,"axis":"z","origin":[9.49106,9.89601,6.22737]},"faces":{"north":{"uv":[11.5,6.5,12.5,7.5],"rotation":90,"texture":"#0"},"east":{"uv":[11.5,6.5,12.5,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[11.5,6.5,12.5,7.5],"rotation":90,"texture":"#0"},"west":{"uv":[11.5,6.5,12.5,7.5],"rotation":90,"texture":"#0"},"up":{"uv":[11.5,6.5,12.5,7.5],"rotation":90,"texture":"#0"},"down":{"uv":[11.5,6.5,12.5,7.5],"rotation":90,"texture":"#0"}}},{"from":[6.74274,11.9043,6.47672],"to":[7.54274,12.7043,7.27672],"rotation":{"angle":45,"axis":"z","origin":[7.12359,12.10099,6.88561]},"faces":{"north":{"uv":[14,6,15,7],"texture":"#0"},"east":{"uv":[14,6,15,7],"texture":"#0"},"south":{"uv":[14,6,15,7],"texture":"#0"},"west":{"uv":[14,6,15,7],"texture":"#0"},"up":{"uv":[14,6,15,7],"texture":"#0"},"down":{"uv":[14,6,15,7],"texture":"#0"}}},{"from":[7.64576,-9.87463,9.89523],"to":[8.34576,-9.17463,10.59523],"rotation":{"angle":-45,"axis":"x","origin":[7.96609,-7.5424,8.74485]},"faces":{"north":{"uv":[3.5,14,4.2,14.7],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14,4.2,14.7],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4.2,14.7],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14,4.2,14.7],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,4.2,14.7],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,14,4.2,14.7],"rotation":90,"texture":"#0"}}},{"from":[7.65424,-6.88486,5.14753],"to":[8.35424,-6.18486,5.84753],"rotation":{"angle":0,"axis":"x","origin":[7.96609,-7.5424,8.74485]},"faces":{"north":{"uv":[11.5,14,12.2,14.7],"rotation":90,"texture":"#0"},"east":{"uv":[11.5,14,12.2,14.7],"rotation":90,"texture":"#0"},"south":{"uv":[11.5,14,12.2,14.7],"rotation":90,"texture":"#0"},"west":{"uv":[11.5,14,12.2,14.7],"rotation":90,"texture":"#0"},"up":{"uv":[11.5,14,12.2,14.7],"rotation":90,"texture":"#0"},"down":{"uv":[11.5,14,12.2,14.7],"rotation":90,"texture":"#0"}}},{"from":[7.65424,6.11498,3.45221],"to":[8.35424,6.81498,4.15221],"rotation":{"angle":-22.5,"axis":"x","origin":[8.02641,6.41272,3.64979]},"faces":{"north":{"uv":[14.5,6.5,15,7.5],"rotation":90,"texture":"#0"},"east":{"uv":[11.5,6.5,12.5,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[11.5,6.5,12.5,7.5],"rotation":90,"texture":"#0"},"west":{"uv":[11.5,6.5,12.5,7.5],"rotation":90,"texture":"#0"},"up":{"uv":[11.5,6.5,12.5,7.5],"rotation":90,"texture":"#0"},"down":{"uv":[11.5,6.5,12.5,7.5],"rotation":90,"texture":"#0"}}},{"from":[9.2222,9.81182,5.87761],"to":[9.9222,10.51182,6.57761],"rotation":{"angle":-45,"axis":"z","origin":[9.49106,9.89601,6.22737]},"faces":{"north":{"uv":[14.5,5.5,15.5,6.5],"texture":"#0"},"east":{"uv":[14.5,5.5,15.5,6.5],"texture":"#0"},"south":{"uv":[14.5,5.5,15.5,6.5],"texture":"#0"},"west":{"uv":[14.5,5.5,15.5,6.5],"texture":"#0"},"up":{"uv":[14,6,15,6.5],"texture":"#0"},"down":{"uv":[14.5,5.5,15.5,6.5],"texture":"#0"}}},{"from":[6.86055,11.49162,6.52761],"to":[7.56055,12.19162,7.22761],"rotation":{"angle":22.5,"axis":"z","origin":[7.12359,12.10099,6.88561]},"faces":{"north":{"uv":[15,5.5,16,6.5],"texture":"#0"},"east":{"uv":[15,5.5,16,6.5],"texture":"#0"},"south":{"uv":[15,5.5,16,6.5],"texture":"#0"},"west":{"uv":[15,5.5,16,6.5],"texture":"#0"},"up":{"uv":[15,5.5,16,6.5],"texture":"#0"},"down":{"uv":[15,5.5,16,6.5],"texture":"#0"}}},{"from":[7.64576,-7.81598,9.76571],"to":[8.34576,-7.11598,10.46571],"rotation":{"angle":22.5,"axis":"x","origin":[7.96609,-7.5424,8.74485]},"faces":{"north":{"uv":[3.5,14,4.2,14.7],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14,4.2,14.7],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4.2,14.7],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14,4.2,14.7],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,4.2,14.7],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,14,4.2,14.7],"rotation":90,"texture":"#0"}}},{"from":[7.69461,-9.5388,10.69785],"to":[8.29461,-8.9388,11.29785],"rotation":{"angle":-22.5,"axis":"x","origin":[7.96609,-7.5424,8.74485]},"faces":{"north":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"}}},{"from":[7.70539,-6.10808,5.72203],"to":[8.30539,-5.50808,6.32203],"rotation":{"angle":-22.5,"axis":"x","origin":[7.96609,-7.5424,8.74485]},"faces":{"north":{"uv":[12.5,13.5,13,14],"rotation":90,"texture":"#0"},"east":{"uv":[12.5,13.5,13,14],"rotation":90,"texture":"#0"},"south":{"uv":[12.5,13.5,13,14],"rotation":90,"texture":"#0"},"west":{"uv":[12.5,13.5,13,14],"rotation":90,"texture":"#0"},"up":{"uv":[12.5,13.5,13,14],"rotation":90,"texture":"#0"},"down":{"uv":[12.5,13.5,13,14],"rotation":90,"texture":"#0"}}},{"from":[7.70539,5.83431,3.25158],"to":[8.30539,6.43431,3.85158],"rotation":{"angle":45,"axis":"x","origin":[8.02641,6.41272,3.64979]},"faces":{"north":{"uv":[14.5,5.5,15.5,6.5],"texture":"#0"},"east":{"uv":[14.5,5.5,15.5,6.5],"texture":"#0"},"south":{"uv":[14.5,5.5,15.5,6.5],"texture":"#0"},"west":{"uv":[14.5,5.5,15.5,6.5],"texture":"#0"},"up":{"uv":[14.5,5.5,15.5,6.5],"texture":"#0"},"down":{"uv":[14.5,5.5,15.5,6.5],"texture":"#0"}}},{"from":[9.90692,9.73104,5.92877],"to":[10.50692,10.33104,6.52877],"rotation":{"angle":22.5,"axis":"z","origin":[9.49106,9.89601,6.22737]},"faces":{"north":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"},"east":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"},"south":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"},"west":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"},"up":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"},"down":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"}}},{"from":[10.0845,10.03431,5.82116],"to":[13.0845,13.03431,5.83116],"rotation":{"angle":-22.5,"axis":"x","origin":[11.5845,11.53431,5.82616]},"faces":{"north":{"uv":[0.5,5.5,5.5,10],"rotation":90,"texture":"#0"},"east":{"uv":[0.5,2,1,2.5],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,5.5,0.5,10],"rotation":270,"texture":"#0"},"west":{"uv":[0.5,2,1,2.5],"rotation":90,"texture":"#0"},"up":{"uv":[0.5,2,1,2.5],"rotation":270,"texture":"#0"},"down":{"uv":[0.5,2,1,2.5],"rotation":270,"texture":"#0"}}},{"from":[6.10226,12.83431,6.5902],"to":[6.11226,15.83431,9.5902],"rotation":{"angle":-22.5,"axis":"y","origin":[6.10726,14.33431,8.0902]},"faces":{"north":{"uv":[0.5,2.5,1,2],"rotation":90,"texture":"#0"},"east":{"uv":[5.5,10,0.5,5.5],"rotation":270,"texture":"#0"},"south":{"uv":[0.5,2.5,1,2],"rotation":90,"texture":"#0"},"west":{"uv":[0.5,10,5.5,5.5],"rotation":90,"texture":"#0"},"up":{"uv":[0.5,2.5,1,2],"rotation":180,"texture":"#0"},"down":{"uv":[0.5,2.5,1,2],"texture":"#0"}}},{"from":[7.50059,5.13347,-0.14842],"to":[7.51059,8.13347,2.85158],"rotation":{"angle":22.5,"axis":"z","origin":[7.50559,6.63347,1.35158]},"faces":{"north":{"uv":[0.5,2,1,2.5],"rotation":90,"texture":"#0"},"east":{"uv":[5.5,5.5,0.5,10],"rotation":270,"texture":"#0"},"south":{"uv":[0.5,2,1,2.5],"rotation":90,"texture":"#0"},"west":{"uv":[0.5,5.5,5.5,10],"rotation":90,"texture":"#0"},"up":{"uv":[0.5,2,1,2.5],"rotation":270,"texture":"#0"},"down":{"uv":[0.5,2,1,2.5],"rotation":270,"texture":"#0"}}},{"from":[6.69641,10.08886,6.57877],"to":[7.29641,11.68886,7.17877],"rotation":{"angle":45,"axis":"z","origin":[7.12359,12.10099,6.88561]},"faces":{"north":{"uv":[7.5,7,9.5,8],"rotation":90,"texture":"#0"},"east":{"uv":[7.5,7,9.5,8],"rotation":90,"texture":"#0"},"south":{"uv":[7.5,7,9.5,8],"rotation":90,"texture":"#0"},"west":{"uv":[7.5,7,9.5,8],"rotation":90,"texture":"#0"},"up":{"uv":[7.5,7,9.5,8],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,7,9.5,8],"rotation":90,"texture":"#0"}}},{"from":[6.44641,9.08886,6.32877],"to":[7.04641,10.68886,6.92877],"rotation":{"angle":45,"axis":"z","origin":[7.12359,12.10099,6.88561]},"faces":{"north":{"uv":[7.5,6.5,9.5,7.5],"rotation":90,"texture":"#0"},"east":{"uv":[7.5,7.5,9.5,6.5],"rotation":90,"texture":"#0"},"south":{"uv":[7.5,6.5,9.5,7.5],"rotation":90,"texture":"#0"},"west":{"uv":[7.5,6.5,9.5,7.5],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,6.5,9.5,7.5],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,6.5,9.5,7.5],"rotation":90,"texture":"#0"}}},{"from":[7.69461,-8.73562,9.63234],"to":[8.29461,-8.13562,10.23234],"rotation":{"angle":0,"axis":"x","origin":[7.96609,-7.5424,8.74485]},"faces":{"north":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"}}},{"from":[7.74344,-8.85966,11.31833],"to":[8.24344,-8.35966,11.81833],"rotation":{"angle":0,"axis":"x","origin":[7.96609,-7.5424,8.74485]},"faces":{"north":{"uv":[3.5,14,4,14.5],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14,4,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14,4,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,4,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,14,4,14.5],"rotation":90,"texture":"#0"}}},{"from":[7.75656,-5.5103,6.55019],"to":[8.25656,-5.0103,7.05019],"rotation":{"angle":-45,"axis":"x","origin":[7.96609,-7.5424,8.74485]},"faces":{"north":{"uv":[14,14,14.5,14.5],"rotation":90,"texture":"#0"},"east":{"uv":[14,14,14.5,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[14,14,14.5,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[14,14,14.5,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[14,14,14.5,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[14,14,14.5,14.5],"rotation":90,"texture":"#0"}}},{"from":[7.75656,5.58091,3.10971],"to":[8.25656,6.08091,3.60971],"rotation":{"angle":22.5,"axis":"x","origin":[8.02641,6.41272,3.64979]},"faces":{"north":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"},"east":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"},"south":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"},"west":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"},"up":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"},"down":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"}}},{"from":[7.74344,-9.43424,9.15733],"to":[8.24344,-8.93424,9.65733],"rotation":{"angle":-22.5,"axis":"x","origin":[7.96609,-7.5424,8.74485]},"faces":{"north":{"uv":[3.5,14,4,14.5],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14,4,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14,4,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,4,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,14,4,14.5],"rotation":90,"texture":"#0"}}},{"from":[7.79251,-10.59437,10.66899],"to":[8.19251,-9.69437,11.06899],"rotation":{"angle":-22.5,"axis":"x","origin":[7.96609,-7.5424,8.74485]},"faces":{"north":{"uv":[3.5,14,4.4,14.4],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14,4.4,14.4],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4.4,14.4],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14,4.4,14.4],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,3.9,14.4],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,14,3.9,14.4],"rotation":90,"texture":"#0"}}},{"from":[7.80749,-7.16365,5.95088],"to":[8.20749,-6.26365,6.35088],"rotation":{"angle":-22.5,"axis":"x","origin":[7.96609,-7.5424,8.74485]},"faces":{"north":{"uv":[1,12,2,12.5],"rotation":90,"texture":"#0"},"east":{"uv":[1,12,2,12.5],"rotation":90,"texture":"#0"},"south":{"uv":[1,12,2,12.5],"rotation":90,"texture":"#0"},"west":{"uv":[1,12,2,12.5],"rotation":90,"texture":"#0"},"up":{"uv":[1,12,2,12.5],"rotation":90,"texture":"#0"},"down":{"uv":[1.5,12,2,12.5],"rotation":90,"texture":"#0"}}},{"from":[7.80749,4.77874,3.48043],"to":[8.20749,5.67874,3.88043],"rotation":{"angle":45,"axis":"x","origin":[8.02641,6.41272,3.64979]},"faces":{"north":{"uv":[13.5,6,14.5,6.4],"rotation":270,"texture":"#0"},"east":{"uv":[13.5,6,14.5,6.4],"rotation":270,"texture":"#0"},"south":{"uv":[13.5,6,14.5,6.4],"rotation":270,"texture":"#0"},"west":{"uv":[13.5,6,14.5,6.4],"rotation":270,"texture":"#0"},"up":{"uv":[13.5,6,14.5,6.4],"rotation":270,"texture":"#0"},"down":{"uv":[13.5,6,14,6.5],"rotation":270,"texture":"#0"}}},{"from":[7.79251,-9.79119,9.8612],"to":[8.19251,-8.89119,10.2612],"rotation":{"angle":0,"axis":"x","origin":[7.96609,-7.5424,8.74485]},"faces":{"north":{"uv":[3.5,14,4.4,14.4],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14,4.4,14.4],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4.4,14.4],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14,4.4,14.4],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,3.9,14.4],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,14,3.9,14.4],"rotation":90,"texture":"#0"}}},{"from":[7.84251,-12.41658,9.3776],"to":[8.14251,-11.11658,9.6776],"rotation":{"angle":-45,"axis":"x","origin":[7.96609,-7.5424,8.74485]},"faces":{"north":{"uv":[3.5,14,4.8,14.3],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14,4.8,14.3],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4.8,14.3],"rotation":90,"texture":"#0"},"west":{"uv":[0,14,1.3,14.3],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,3.8,14.3],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,14,3.8,14.3],"rotation":90,"texture":"#0"}}},{"from":[7.84251,-10.72147,8.95826],"to":[8.14251,-9.92147,9.25826],"rotation":{"angle":-22.5,"axis":"x","origin":[7.96609,-7.5424,8.74485]},"faces":{"north":{"uv":[3.5,14,4.3,14.3],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14,4.3,14.3],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4.3,14.3],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14,4.3,14.3],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,3.8,14.3],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,14,3.8,14.3],"rotation":90,"texture":"#0"}}},{"from":[6.75,3.5,1.1],"to":[9,5.25,3.35],"rotation":{"angle":22.5,"axis":"x","origin":[7.875,4.375,2.225]},"faces":{"north":{"uv":[6.5,1,11,4.5],"texture":"#0"},"east":{"uv":[6.5,0,11,3.5],"texture":"#0"},"south":{"uv":[6.5,0.5,11,4],"texture":"#0"},"west":{"uv":[2,0.5,6.5,4],"texture":"#0"},"up":{"uv":[6.5,0,11,4.5],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,0,11,4.5],"rotation":90,"texture":"#0"}}},{"from":[7,3.25,1.35],"to":[8.75,5.5,3.1],"rotation":{"angle":22.5,"axis":"x","origin":[7.875,4.375,2.225]},"faces":{"north":{"uv":[7,0.5,10.5,4],"texture":"#0"},"east":{"uv":[7,0.5,10.5,4],"texture":"#0"},"south":{"uv":[7,0.5,10.5,4],"texture":"#0"},"west":{"uv":[7,0.5,10.5,4],"texture":"#0"},"up":{"uv":[7,0.5,10.5,4],"rotation":270,"texture":"#0"},"down":{"uv":[7,0.5,10.5,4],"rotation":90,"texture":"#0"}}},{"from":[9.25,8.1,5.35],"to":[11.5,9.85,7.6],"rotation":{"angle":-22.5,"axis":"y","origin":[10.375,8.975,6.475]},"faces":{"north":{"uv":[6.5,0.5,11,4],"texture":"#0"},"east":{"uv":[2,0.5,6.5,4],"texture":"#0"},"south":{"uv":[6.5,1,11,4.5],"texture":"#0"},"west":{"uv":[6.5,0,11,3.5],"texture":"#0"},"up":{"uv":[6.5,0,11,4.5],"rotation":90,"texture":"#0"},"down":{"uv":[6.5,0,11,4.5],"rotation":270,"texture":"#0"}}},{"from":[9.5,7.85,5.6],"to":[11.25,10.1,7.35],"rotation":{"angle":-22.5,"axis":"y","origin":[10.375,8.975,6.475]},"faces":{"north":{"uv":[7,0.5,10.5,4],"texture":"#0"},"east":{"uv":[7,0.5,10.5,4],"texture":"#0"},"south":{"uv":[7,0.5,10.5,4],"texture":"#0"},"west":{"uv":[7,0.5,10.5,4],"texture":"#0"},"up":{"uv":[7,0.5,10.5,4],"rotation":90,"texture":"#0"},"down":{"uv":[7,0.5,10.5,4],"rotation":270,"texture":"#0"}}},{"from":[7.40132,-1.12541,7.31256],"to":[8.00132,-0.32541,7.81256],"rotation":{"angle":22.5,"axis":"x","origin":[7.80153,-0.13402,7.21511]},"faces":{"north":{"uv":[8.5,5.5,9.5,6.5],"rotation":270,"texture":"#0"},"east":{"uv":[8.5,5.5,9.5,6.5],"rotation":270,"texture":"#0"},"south":{"uv":[8.5,5.5,9.5,6.5],"rotation":270,"texture":"#0"},"west":{"uv":[8.5,5.5,9.5,6.5],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,5.5,9.5,6.5],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,5.5,9.5,6.5],"rotation":90,"texture":"#0"}}},{"from":[7.09551,-1.40739,7.53099],"to":[8.12551,-0.37739,8.56099],"rotation":{"angle":45,"axis":"x","origin":[7.80153,-0.13402,7.21511]},"faces":{"north":{"uv":[0,0,1.5,1.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,1.5,1.5],"rotation":180,"texture":"#0"},"south":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,0,1.5,1.5],"texture":"#0"},"up":{"uv":[0,0,1.5,1.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#0"}}},{"from":[7.59941,0.0912,5.7371],"to":[8.39941,0.7912,6.5371],"rotation":{"angle":45,"axis":"x","origin":[7.80153,-0.13402,7.21511]},"faces":{"north":{"uv":[12,5.5,12.5,6.5],"rotation":180,"texture":"#0"},"east":{"uv":[11.5,5.5,12.5,6.5],"rotation":270,"texture":"#0"},"south":{"uv":[11.5,5.5,12,6.5],"rotation":180,"texture":"#0"},"west":{"uv":[11.5,5.5,12.5,6.5],"rotation":180,"texture":"#0"},"up":{"uv":[12,5.5,12.5,6.5],"rotation":180,"texture":"#0"},"down":{"uv":[11.5,5.5,12,6.5],"texture":"#0"}}},{"from":[7.39836,-0.53968,7.09603],"to":[8.19836,0.26032,7.69603],"rotation":{"angle":0,"axis":"x","origin":[7.80153,-0.13402,7.21511]},"faces":{"north":{"uv":[7.5,5.5,8.5,6.5],"rotation":180,"texture":"#0"},"east":{"uv":[7.5,5.5,8.5,6.5],"rotation":180,"texture":"#0"},"south":{"uv":[7.5,5.5,8.5,6.5],"rotation":180,"texture":"#0"},"west":{"uv":[7.5,5.5,8.5,6.5],"rotation":180,"texture":"#0"},"up":{"uv":[7.5,6,8.5,6.5],"texture":"#0"},"down":{"uv":[7.5,5.5,8.5,6.5],"texture":"#0"}}},{"from":[7.49804,0.04605,7.16141],"to":[8.29804,0.84605,7.81141],"rotation":{"angle":-22.5,"axis":"x","origin":[7.80153,-0.13402,7.21511]},"faces":{"north":{"uv":[10.5,6,11.5,7],"rotation":180,"texture":"#0"},"east":{"uv":[10.5,6,11.5,7],"rotation":180,"texture":"#0"},"south":{"uv":[10.5,6,11.5,7],"rotation":180,"texture":"#0"},"west":{"uv":[10.5,6,11.5,7],"rotation":90,"texture":"#0"},"up":{"uv":[10.5,6,11,7],"rotation":180,"texture":"#0"},"down":{"uv":[10.5,6,11.5,7],"texture":"#0"}}},{"from":[7.01,2.16757,5.99077],"to":[8.99,2.64757,7.97077],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99601,2.16906,6.80859]},"faces":{"north":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#0"},"east":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#0"},"south":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#0"},"west":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#0"},"up":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#0"},"down":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#0"}}},{"from":[7.01,4.21571,5.9882],"to":[8.99,4.69571,7.9682],"rotation":{"angle":-45,"axis":"x","origin":[8,4.45096,6.97832]},"faces":{"north":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#0"}}},{"from":[7,4.19768,5.98176],"to":[9,4.69768,7.98176],"rotation":{"angle":0,"axis":"x","origin":[8,4.45096,6.97832]},"faces":{"north":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#0"},"east":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#0"},"south":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#0"},"west":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#0"},"up":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#0"},"down":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#0"}}},{"from":[7,3.12679,5.78589],"to":[9,3.62679,7.78589],"rotation":{"angle":22.5,"axis":"x","origin":[7.99601,2.16906,7.20859]},"faces":{"north":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#0"},"east":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#0"},"south":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#0"},"west":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#0"},"up":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#0"},"down":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#0"}}},{"from":[7.08356,1.7287,5.87879],"to":[9.08356,2.2287,7.87879],"rotation":{"angle":-22.5,"axis":"z","origin":[7.99601,2.16906,6.80859]},"faces":{"north":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#0"}}},{"from":[7,1.27903,5.85126],"to":[9,1.77903,7.85126],"rotation":{"angle":22.5,"axis":"x","origin":[7.99601,2.16906,6.50859]},"faces":{"north":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#0"},"east":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#0"},"south":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#0"},"west":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#0"},"up":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#0"},"down":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#0"}}}],"display":{"thirdperson_righthand":{"translation":[0,5,2.5],"scale":[1.3,1.3,1.3]},"thirdperson_lefthand":{"translation":[0,5,2.5],"scale":[1.3,1.3,1.3]},"firstperson_righthand":{"translation":[2,8.5,0.75],"scale":[0.8,0.8,0.8]},"firstperson_lefthand":{"translation":[2,8.5,0.75],"scale":[0.8,0.8,0.8]},"gui":{"rotation":[57,-126,70],"translation":[2.75,2.75,0],"scale":[0.8,0.8,0.8]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/heroic_bow.json b/assets/minecraft/models/item/wynn/skin/bow/heroic_bow.json new file mode 100644 index 000000000..345505630 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/heroic_bow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/heroic/heroic_bow","particle":"skins/heroic/heroic_bow"},"elements":[{"from":[7,2,7.5],"to":[9,10,9.5],"faces":{"north":{"uv":[0,0,2,8],"texture":"#0"},"east":{"uv":[0,0,2,8],"texture":"#0"},"south":{"uv":[0,0,2,8],"texture":"#0"},"west":{"uv":[0,0,2,8],"texture":"#0"}}},{"from":[7,11.5,5],"to":[9,15.5,7],"rotation":{"angle":22.5,"axis":"x","origin":[7.5,9.5,5]},"faces":{"north":{"uv":[4,10,2,14],"texture":"#0"},"east":{"uv":[4,10,2,14],"texture":"#0"},"south":{"uv":[4,10,2,14],"texture":"#0"},"west":{"uv":[4,10,2,14],"texture":"#0"}}},{"from":[6,12,8.5],"to":[10,22,12.5],"rotation":{"angle":-22.5,"axis":"x","origin":[8,10,5]},"faces":{"north":{"uv":[5,0,9,10],"texture":"#0"},"east":{"uv":[5,0,9,10],"texture":"#0"},"south":{"uv":[5,0,9,10],"texture":"#0"},"west":{"uv":[5,0,9,10],"texture":"#0"},"up":{"uv":[9,14,5,10],"texture":"#0"},"down":{"uv":[9,10,5,14],"texture":"#0"}}},{"from":[7,14,7.5],"to":[9,20,8.5],"rotation":{"angle":-22.5,"axis":"x","origin":[8,10,5]},"faces":{"north":{"uv":[0,8,2,14],"texture":"#0"},"east":{"uv":[0,8,1,14],"texture":"#0"},"west":{"uv":[1,8,2,14],"texture":"#0"},"up":{"uv":[2,9,0,8],"texture":"#0"},"down":{"uv":[2,13,0,14],"texture":"#0"}}},{"from":[6.5,18,-4.5],"to":[9.5,25,-1.5],"rotation":{"angle":45,"axis":"x","origin":[8,9.75,5.25]},"faces":{"north":{"uv":[5,0,2,7],"texture":"#0"},"east":{"uv":[5,0,2,7],"texture":"#0"},"south":{"uv":[5,0,2,7],"texture":"#0"},"west":{"uv":[5,0,2,7],"texture":"#0"},"up":{"uv":[2,10,5,7],"texture":"#0"},"down":{"uv":[0,0,0,0],"texture":"#0"}}},{"from":[6,0,6],"to":[10,3,10],"rotation":{"angle":22.5,"axis":"x","origin":[8,2,7]},"faces":{"north":{"uv":[13,0,9,3],"texture":"#0"},"east":{"uv":[13,0,9,3],"texture":"#0"},"south":{"uv":[13,0,9,3],"texture":"#0"},"west":{"uv":[13,0,9,3],"texture":"#0"},"up":{"uv":[9,7,13,3],"texture":"#0"},"down":{"uv":[9,7,13,3],"texture":"#0"}}},{"from":[6,9,6],"to":[10,12,10],"rotation":{"angle":-22.5,"axis":"x","origin":[8.5,10,7]},"faces":{"north":{"uv":[13,0,9,3],"texture":"#0"},"east":{"uv":[13,0,9,3],"texture":"#0"},"south":{"uv":[13,0,9,3],"texture":"#0"},"west":{"uv":[13,0,9,3],"texture":"#0"},"up":{"uv":[9,7,13,3],"texture":"#0"},"down":{"uv":[9,7,13,3],"texture":"#0"}}},{"from":[7,-4,7],"to":[9,0,9],"rotation":{"angle":22.5,"axis":"x","origin":[8,2,7]},"faces":{"north":{"uv":[4,10,2,14],"texture":"#0"},"east":{"uv":[4,10,2,14],"texture":"#0"},"south":{"uv":[4,10,2,14],"texture":"#0"},"west":{"uv":[4,10,2,14],"texture":"#0"}}},{"from":[6,-6,8],"to":[10,-2,18],"rotation":{"angle":45,"axis":"x","origin":[8,2,7]},"faces":{"north":{"uv":[9,14,5,10],"texture":"#0"},"east":{"uv":[5,0,9,10],"rotation":90,"texture":"#0"},"south":{"uv":[9,14,5,10],"texture":"#0"},"west":{"uv":[5,0,9,10],"rotation":90,"texture":"#0"},"up":{"uv":[5,0,9,10],"texture":"#0"},"down":{"uv":[5,0,9,10],"texture":"#0"}}},{"from":[7,-15,6],"to":[9,-3,8],"rotation":{"angle":-22.5,"axis":"x","origin":[8,2,7]},"faces":{"north":{"uv":[16,12,14,0],"texture":"#0"},"east":{"uv":[16,12,14,0],"texture":"#0"},"south":{"uv":[16,12,14,0],"texture":"#0"},"west":{"uv":[16,12,14,0],"texture":"#0"},"up":{"uv":[16,12,14,11],"texture":"#0"},"down":{"uv":[16,12,14,14],"texture":"#0"}}},{"from":[7,19.5,3],"to":[9,31.5,5],"rotation":{"angle":22.5,"axis":"x","origin":[8,10,5]},"faces":{"north":{"uv":[16,0,14,12],"texture":"#0"},"east":{"uv":[16,0,14,12],"texture":"#0"},"south":{"uv":[16,0,14,12],"texture":"#0"},"west":{"uv":[16,0,14,12],"texture":"#0"},"up":{"uv":[16,12,14,14],"texture":"#0"},"down":{"uv":[0,0,0,0],"texture":"#0"}}},{"from":[7.5,-8,12],"to":[8.5,27,12.01],"faces":{"north":{"uv":[0,15,16,16],"rotation":90,"texture":"#0"},"south":{"uv":[0,15,16,16],"rotation":90,"texture":"#0"}}},{"from":[5,17,6],"to":[6,21,10],"rotation":{"angle":45,"axis":"x","origin":[8,19,8]},"faces":{"north":{"uv":[9,7,10,11],"texture":"#0"},"east":{"uv":[13,7,9,11],"texture":"#0"},"south":{"uv":[12,7,13,11],"texture":"#0"},"west":{"uv":[9,7,13,11],"texture":"#0"},"up":{"uv":[9,7,13,8],"rotation":90,"texture":"#0"},"down":{"uv":[13,10,9,11],"rotation":90,"texture":"#0"}}},{"from":[10,17,6],"to":[11,21,10],"rotation":{"angle":45,"axis":"x","origin":[8,19,8]},"faces":{"north":{"uv":[9,7,10,11],"texture":"#0"},"east":{"uv":[13,7,9,11],"texture":"#0"},"south":{"uv":[12,7,13,11],"texture":"#0"},"west":{"uv":[9,7,13,11],"texture":"#0"},"up":{"uv":[9,7,13,8],"rotation":90,"texture":"#0"},"down":{"uv":[13,10,9,11],"rotation":90,"texture":"#0"}}},{"from":[4,18,7],"to":[5,20,9],"rotation":{"angle":45,"axis":"x","origin":[8,19,8]},"faces":{"north":{"uv":[10,11,11,13],"texture":"#0"},"south":{"uv":[9,11,10,13],"texture":"#0"},"west":{"uv":[11,11,9,13],"texture":"#0"},"up":{"uv":[11,12,9,11],"rotation":90,"texture":"#0"},"down":{"uv":[9,12,11,13],"rotation":90,"texture":"#0"}}},{"from":[11,18,7],"to":[12,20,9],"rotation":{"angle":45,"axis":"x","origin":[8,19,8]},"faces":{"north":{"uv":[10,11,11,13],"texture":"#0"},"east":{"uv":[9,11,11,13],"texture":"#0"},"south":{"uv":[9,11,10,13],"texture":"#0"},"up":{"uv":[10,11,11,13],"texture":"#0"},"down":{"uv":[9,12,11,13],"rotation":90,"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,0,5],"translation":[-2,0,2]},"thirdperson_lefthand":{"rotation":[0,0,5],"translation":[-2,0,2]},"firstperson_righthand":{"rotation":[10,-10,-4],"translation":[10,-1,-10]},"firstperson_lefthand":{"rotation":[10,-10,-4],"translation":[10,-1,-10]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/highlands_bow.json b/assets/minecraft/models/item/wynn/skin/bow/highlands_bow.json new file mode 100644 index 000000000..13001b12c --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/highlands_bow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/highlands/highlands_base","1":"skins/highlands/highlands_bow","2":"skins/highlands/highlands_beam","particle":"skins/highlands/highlands_base"},"elements":[{"from":[7,0,7],"to":[9,12,9],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0,2,2,14],"texture":"#0"},"east":{"uv":[0,2,2,14],"texture":"#0"},"south":{"uv":[0,2,2,14],"texture":"#0"},"west":{"uv":[0,2,2,14],"texture":"#0"},"up":{"uv":[0,14,2,16],"texture":"#0"},"down":{"uv":[0,0,2,2],"texture":"#0"}}},{"from":[8,10,6],"to":[8.01,11,10],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"east":{"uv":[0,3,2,4],"texture":"#0"},"west":{"uv":[0,3,2,4],"texture":"#0"}}},{"from":[8,1,6],"to":[8.01,2,10],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"east":{"uv":[0,12,2,13],"texture":"#0"},"west":{"uv":[0,12,2,13],"texture":"#0"}}},{"from":[6,1,8],"to":[10,2,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0,12,2,13],"texture":"#0"},"south":{"uv":[0,12,2,13],"texture":"#0"}}},{"from":[6,10,8],"to":[10,11,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0,3,2,4],"texture":"#0"},"south":{"uv":[0,3,2,4],"texture":"#0"}}},{"from":[7.5,13,7],"to":[8.5,17,10],"rotation":{"angle":22.5,"axis":"x","origin":[8,16,7]},"faces":{"north":{"uv":[13,4,14,8],"texture":"#1"},"east":{"uv":[16,4,13,8],"texture":"#1"},"south":{"uv":[15,4,16,8],"texture":"#1"},"west":{"uv":[13,4,16,8],"texture":"#1"},"up":{"uv":[13,4,16,5],"rotation":90,"texture":"#1"},"down":{"uv":[16,7,13,8],"rotation":90,"texture":"#1"}}},{"from":[7.5,17,7],"to":[8.5,21,9],"rotation":{"angle":22.5,"axis":"x","origin":[8,16,7]},"faces":{"north":{"uv":[11,4,12,8],"texture":"#1"},"east":{"uv":[13,4,11,8],"texture":"#1"},"south":{"uv":[12,4,13,8],"texture":"#1"},"west":{"uv":[11,4,13,8],"texture":"#1"}}},{"from":[7.5,23,6.5],"to":[8.5,26,9.5],"rotation":{"angle":22.5,"axis":"x","origin":[8,16,7]},"faces":{"north":{"uv":[7,13,8,16],"rotation":180,"texture":"#0"},"east":{"uv":[8,13,5,16],"rotation":180,"texture":"#0"},"south":{"uv":[5,13,6,16],"rotation":180,"texture":"#0"},"west":{"uv":[5,13,8,16],"rotation":180,"texture":"#0"},"up":{"uv":[5,15,8,16],"rotation":90,"texture":"#0"},"down":{"uv":[8,13,5,14],"rotation":270,"texture":"#0"}}},{"from":[7.5,24,8.5],"to":[8.5,25,7.5],"rotation":{"angle":22.5,"axis":"x","origin":[8,16,7]},"faces":{"north":{"uv":[5,14,6,15],"rotation":180,"texture":"#0"},"south":{"uv":[7,14,8,15],"rotation":180,"texture":"#0"},"up":{"uv":[6,15,7,16],"rotation":90,"texture":"#0"},"down":{"uv":[6,13,7,14],"rotation":270,"texture":"#0"}}},{"from":[7,21,7],"to":[9,23,9],"rotation":{"angle":22.5,"axis":"x","origin":[8,16,7]},"faces":{"north":{"uv":[5,11,7,13],"rotation":180,"texture":"#0"},"east":{"uv":[5,11,7,13],"rotation":180,"texture":"#0"},"south":{"uv":[5,11,7,13],"rotation":180,"texture":"#0"},"west":{"uv":[5,11,7,13],"rotation":180,"texture":"#0"},"up":{"uv":[5,11,7,13],"rotation":90,"texture":"#0"},"down":{"uv":[5,11,7,13],"rotation":270,"texture":"#0"}}},{"from":[7,20,5],"to":[9,22,7],"rotation":{"angle":22.5,"axis":"x","origin":[8,16,7]},"faces":{"north":{"uv":[5,9,7,11],"rotation":180,"texture":"#0"},"east":{"uv":[5,9,7,11],"rotation":180,"texture":"#0"},"south":{"uv":[5,9,7,11],"rotation":180,"texture":"#0"},"west":{"uv":[5,9,7,11],"rotation":180,"texture":"#0"},"up":{"uv":[5,9,7,11],"rotation":90,"texture":"#0"},"down":{"uv":[5,9,7,11],"rotation":270,"texture":"#0"}}},{"from":[7,20,9],"to":[9,22,11],"rotation":{"angle":22.5,"axis":"x","origin":[8,16,7]},"faces":{"north":{"uv":[5,9,7,11],"rotation":180,"texture":"#0"},"east":{"uv":[5,9,7,11],"rotation":180,"texture":"#0"},"south":{"uv":[5,9,7,11],"rotation":180,"texture":"#0"},"west":{"uv":[5,9,7,11],"rotation":180,"texture":"#0"},"up":{"uv":[5,9,7,11],"rotation":90,"texture":"#0"},"down":{"uv":[5,9,7,11],"rotation":270,"texture":"#0"}}},{"from":[8,26,7.5],"to":[8.01,28,8.5],"rotation":{"angle":22.5,"axis":"x","origin":[8,16,7]},"faces":{"east":{"uv":[3,11,4,13],"rotation":180,"texture":"#0"},"west":{"uv":[3,11,4,13],"rotation":180,"texture":"#0"}}},{"from":[7.5,26,8],"to":[8.5,28,8.01],"rotation":{"angle":22.5,"axis":"x","origin":[8,16,7]},"faces":{"north":{"uv":[3,11,4,13],"rotation":180,"texture":"#0"},"south":{"uv":[3,11,4,13],"rotation":180,"texture":"#0"}}},{"from":[8,16,4],"to":[8.01,19,7],"rotation":{"angle":22.5,"axis":"x","origin":[8,16,7]},"faces":{"east":{"uv":[8,3,11,0],"rotation":270,"texture":"#1"},"west":{"uv":[8,0,11,3],"rotation":270,"texture":"#1"}}},{"from":[6.5,17.5,4],"to":[9.5,17.51,7],"rotation":{"angle":22.5,"axis":"x","origin":[8,16,7]},"faces":{"up":{"uv":[8,3,11,0],"rotation":180,"texture":"#1"},"down":{"uv":[8,0,11,3],"rotation":180,"texture":"#1"}}},{"from":[7.5,-5,7],"to":[8.5,-1,10],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-4,7]},"faces":{"north":{"uv":[13,4,14,8],"rotation":180,"texture":"#1"},"east":{"uv":[13,4,16,8],"rotation":180,"texture":"#1"},"south":{"uv":[15,4,16,8],"rotation":180,"texture":"#1"},"west":{"uv":[16,4,13,8],"rotation":180,"texture":"#1"},"up":{"uv":[16,7,13,8],"rotation":90,"texture":"#1"},"down":{"uv":[13,4,16,5],"rotation":90,"texture":"#1"}}},{"from":[7.5,-9,7],"to":[8.5,-5,9],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-4,7]},"faces":{"north":{"uv":[11,4,12,8],"rotation":180,"texture":"#1"},"east":{"uv":[11,4,13,8],"rotation":180,"texture":"#1"},"south":{"uv":[12,4,13,8],"rotation":180,"texture":"#1"},"west":{"uv":[13,4,11,8],"rotation":180,"texture":"#1"}}},{"from":[7.5,-14,6.5],"to":[8.5,-11,9.5],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-4,7]},"faces":{"north":{"uv":[5,13,6,16],"texture":"#0"},"east":{"uv":[8,13,5,16],"texture":"#0"},"south":{"uv":[7,13,8,16],"texture":"#0"},"west":{"uv":[5,13,8,16],"texture":"#0"},"up":{"uv":[8,13,5,14],"rotation":270,"texture":"#0"},"down":{"uv":[5,15,8,16],"rotation":90,"texture":"#0"}}},{"from":[7.5,-13,8.5],"to":[8.5,-12,7.5],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-4,7]},"faces":{"north":{"uv":[7,14,8,15],"texture":"#0"},"south":{"uv":[5,14,6,15],"texture":"#0"},"up":{"uv":[6,13,7,14],"rotation":270,"texture":"#0"},"down":{"uv":[6,15,7,16],"rotation":90,"texture":"#0"}}},{"from":[7,-11,7],"to":[9,-9,9],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-4,7]},"faces":{"north":{"uv":[5,11,7,13],"texture":"#0"},"east":{"uv":[5,11,7,13],"texture":"#0"},"south":{"uv":[5,11,7,13],"texture":"#0"},"west":{"uv":[5,11,7,13],"texture":"#0"},"up":{"uv":[5,11,7,13],"rotation":270,"texture":"#0"},"down":{"uv":[5,11,7,13],"rotation":90,"texture":"#0"}}},{"from":[7,-10,9],"to":[9,-8,11],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-4,7]},"faces":{"north":{"uv":[5,9,7,11],"texture":"#0"},"east":{"uv":[5,9,7,11],"texture":"#0"},"south":{"uv":[5,9,7,11],"texture":"#0"},"west":{"uv":[5,9,7,11],"texture":"#0"},"up":{"uv":[5,9,7,11],"rotation":270,"texture":"#0"},"down":{"uv":[5,9,7,11],"rotation":90,"texture":"#0"}}},{"from":[7,-10,5],"to":[9,-8,7],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-4,7]},"faces":{"north":{"uv":[5,9,7,11],"texture":"#0"},"east":{"uv":[5,9,7,11],"texture":"#0"},"south":{"uv":[5,9,7,11],"texture":"#0"},"west":{"uv":[5,9,7,11],"texture":"#0"},"up":{"uv":[5,9,7,11],"rotation":270,"texture":"#0"},"down":{"uv":[5,9,7,11],"rotation":90,"texture":"#0"}}},{"from":[8,-16,7.5],"to":[8.01,-14,8.5],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-4,7]},"faces":{"east":{"uv":[3,11,4,13],"texture":"#0"},"west":{"uv":[3,11,4,13],"texture":"#0"}}},{"from":[7.5,-16,7.99],"to":[8.5,-14,8],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-4,7]},"faces":{"north":{"uv":[3,11,4,13],"texture":"#0"},"south":{"uv":[3,11,4,13],"texture":"#0"}}},{"from":[8,-7,4],"to":[8.01,-4,7],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-4,7]},"faces":{"east":{"uv":[8,0,11,3],"rotation":90,"texture":"#1"},"west":{"uv":[8,3,11,0],"rotation":90,"texture":"#1"}}},{"from":[6.5,-5.51,4],"to":[9.5,-5.5,7],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-4,7]},"faces":{"up":{"uv":[8,3,11,0],"rotation":180,"texture":"#1"},"down":{"uv":[8,0,11,3],"rotation":180,"texture":"#1"}}},{"from":[5.49,12,5.49],"to":[10.51,16.02,10.51],"rotation":{"angle":0,"axis":"y","origin":[8,16,7]},"faces":{"north":{"uv":[11,9,16,5],"texture":"#0"},"east":{"uv":[11,9,16,5],"texture":"#0"},"south":{"uv":[11,9,16,5],"texture":"#0"},"west":{"uv":[11,9,16,5],"texture":"#0"},"down":{"uv":[11,0,16,5],"texture":"#0"}}},{"from":[10.5,12.01,5.5],"to":[5.5,16.01,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,16,7]},"faces":{"north":{"uv":[11,9,16,5],"texture":"#0"},"east":{"uv":[11,9,16,5],"texture":"#0"},"south":{"uv":[11,9,16,5],"texture":"#0"},"west":{"uv":[11,9,16,5],"texture":"#0"},"down":{"uv":[11,0,16,5],"texture":"#0"}}},{"from":[5.49,-4.02,5.49],"to":[10.51,0,10.51],"rotation":{"angle":0,"axis":"y","origin":[8,16,7]},"faces":{"north":{"uv":[11,9,16,5],"rotation":180,"texture":"#0"},"east":{"uv":[11,9,16,5],"rotation":180,"texture":"#0"},"south":{"uv":[11,9,16,5],"rotation":180,"texture":"#0"},"west":{"uv":[11,9,16,5],"rotation":180,"texture":"#0"},"up":{"uv":[11,0,16,5],"texture":"#0"}}},{"from":[10.5,-4.01,5.5],"to":[5.5,-0.01,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,16,7]},"faces":{"north":{"uv":[11,9,16,5],"rotation":180,"texture":"#0"},"east":{"uv":[11,9,16,5],"rotation":180,"texture":"#0"},"south":{"uv":[11,9,16,5],"rotation":180,"texture":"#0"},"west":{"uv":[11,9,16,5],"rotation":180,"texture":"#0"},"up":{"uv":[11,0,16,5],"texture":"#0"}}},{"from":[7.5,-9,7],"to":[7.51,-1,9],"rotation":{"angle":-22.5,"axis":"z","origin":[7.5,-1,8]},"faces":{"east":{"uv":[2,0,4,8],"texture":"#0"},"west":{"uv":[4,0,2,8],"texture":"#0"}}},{"from":[8.5,-9,7],"to":[8.51,-1,9],"rotation":{"angle":22.5,"axis":"z","origin":[8.5,-1,8]},"faces":{"east":{"uv":[2,0,4,8],"texture":"#0"},"west":{"uv":[4,0,2,8],"texture":"#0"}}},{"from":[7.5,-10,13],"to":[8.5,22,13.01],"faces":{"north":{"uv":[0,0,1,16],"texture":"#2"},"south":{"uv":[0,0,1,16],"texture":"#2"}}}],"display":{"thirdperson_righthand":{"rotation":[5,5,5],"translation":[-1.5,0,2]},"thirdperson_lefthand":{"rotation":[5,5,5],"translation":[-1.5,0,2]},"firstperson_righthand":{"rotation":[10,-10,0],"translation":[6,0,-5]},"firstperson_lefthand":{"rotation":[10,-10,0],"translation":[6,0,-5]},"gui":{"rotation":[-20,160,30],"translation":[0,1,0],"scale":[0.53,0.53,0.53]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/holy_bow.json b/assets/minecraft/models/item/wynn/skin/bow/holy_bow.json new file mode 100644 index 000000000..54374e91e --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/holy_bow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"particle":"skins/holy_set/holy_bow","texture":"skins/holy_set/holy_bow"},"elements":[{"from":[3,11,6.5],"to":[4,11.5,9.5],"faces":{"down":{"uv":[3,11.5,4,11],"texture":"#texture"},"up":{"uv":[3,11,4,11.5],"texture":"#texture"},"north":{"uv":[4,11,3,11.5],"texture":"#texture"},"south":{"uv":[3,11,4,11.5],"texture":"#texture"},"west":{"uv":[3,11,3.5,11.5],"texture":"#texture"},"east":{"uv":[4,11,3.5,11.5],"texture":"#texture"}}},{"from":[3,10.5,6.5],"to":[4,11,9.5],"faces":{"down":{"uv":[9.5,5.5,10.5,5],"texture":"#texture"},"up":{"uv":[9.5,5,10.5,5.5],"texture":"#texture"},"north":{"uv":[10.5,5,9.5,5.5],"texture":"#texture"},"south":{"uv":[9.5,5,10.5,5.5],"texture":"#texture"},"west":{"uv":[9.5,5,10,5.5],"texture":"#texture"},"east":{"uv":[10.5,5,10,5.5],"texture":"#texture"}}},{"from":[1,11,7],"to":[5.5,11.5,9],"faces":{"down":{"uv":[1,11.5,5.5,11],"texture":"#texture"},"up":{"uv":[1,11,5.5,11.5],"texture":"#texture"},"north":{"uv":[5.5,11,1,11.5],"texture":"#texture"},"south":{"uv":[1,11,5.5,11.5],"texture":"#texture"},"west":{"uv":[1,11,1.5,11.5],"texture":"#texture"},"east":{"uv":[5.5,11,5,11.5],"texture":"#texture"}}},{"from":[2,14.5,7],"to":[3,16,9],"faces":{"down":{"uv":[2,8,3,7.5],"texture":"#texture"},"up":{"uv":[2,6.5,3,7],"texture":"#texture"},"north":{"uv":[3,6.5,2,8],"texture":"#texture"},"south":{"uv":[2,6.5,3,8],"texture":"#texture"},"west":{"uv":[2,6.5,2.5,8],"texture":"#texture"},"east":{"uv":[3,6.5,2.5,8],"texture":"#texture"}}},{"from":[2,11.5,7],"to":[5,12,9],"faces":{"down":{"uv":[2,11,5,10.5],"texture":"#texture"},"up":{"uv":[2,10.5,5,11],"texture":"#texture"},"north":{"uv":[5,10.5,2,11],"texture":"#texture"},"south":{"uv":[2,10.5,5,11],"texture":"#texture"},"west":{"uv":[2,10.5,2.5,11],"texture":"#texture"},"east":{"uv":[5,10.5,4.5,11],"texture":"#texture"}}},{"from":[2.5,16,7],"to":[3.5,17,9],"faces":{"down":{"uv":[2.5,6.5,3.5,6],"texture":"#texture"},"up":{"uv":[2.5,5.5,3.5,6],"texture":"#texture"},"north":{"uv":[3.5,5.5,2.5,6.5],"texture":"#texture"},"south":{"uv":[2.5,5.5,3.5,6.5],"texture":"#texture"},"west":{"uv":[2.5,5.5,3,6.5],"texture":"#texture"},"east":{"uv":[3.5,5.5,3,6.5],"texture":"#texture"}}},{"from":[2.5,12,7],"to":[4.5,12.5,9],"faces":{"down":{"uv":[2.5,10.5,4.5,10],"texture":"#texture"},"up":{"uv":[2.5,10,4.5,10.5],"texture":"#texture"},"north":{"uv":[4.5,10,2.5,10.5],"texture":"#texture"},"south":{"uv":[2.5,10,4.5,10.5],"texture":"#texture"},"west":{"uv":[2.5,10,3,10.5],"texture":"#texture"},"east":{"uv":[4.5,10,4,10.5],"texture":"#texture"}}},{"from":[3,17,7],"to":[4,18,9],"faces":{"down":{"uv":[3,5.5,4,5],"texture":"#texture"},"up":{"uv":[3,4.5,4,5],"texture":"#texture"},"north":{"uv":[4,4.5,3,5.5],"texture":"#texture"},"south":{"uv":[3,4.5,4,5.5],"texture":"#texture"},"west":{"uv":[3,4.5,3.5,5.5],"texture":"#texture"},"east":{"uv":[4,4.5,3.5,5.5],"texture":"#texture"}}},{"from":[3,15.5,7],"to":[3.5,16,9],"faces":{"down":{"uv":[3,7,3.5,6.5],"texture":"#texture"},"up":{"uv":[3,6.5,3.5,7],"texture":"#texture"},"north":{"uv":[3.5,6.5,3,7],"texture":"#texture"},"south":{"uv":[3,6.5,3.5,7],"texture":"#texture"},"west":{"uv":[3,6.5,3.5,7],"texture":"#texture"},"east":{"uv":[3.5,6.5,3,7],"texture":"#texture"}}},{"from":[3,14.5,7],"to":[3.5,15,9],"faces":{"down":{"uv":[3,8,3.5,7.5],"texture":"#texture"},"up":{"uv":[3,7.5,3.5,8],"texture":"#texture"},"north":{"uv":[3.5,7.5,3,8],"texture":"#texture"},"south":{"uv":[3,7.5,3.5,8],"texture":"#texture"},"west":{"uv":[3,7.5,3.5,8],"texture":"#texture"},"east":{"uv":[3.5,7.5,3,8],"texture":"#texture"}}},{"from":[3,12.5,7],"to":[4.5,13,9],"faces":{"down":{"uv":[3,10,4.5,9.5],"texture":"#texture"},"up":{"uv":[3,9.5,4.5,10],"texture":"#texture"},"north":{"uv":[4.5,9.5,3,10],"texture":"#texture"},"south":{"uv":[3,9.5,4.5,10],"texture":"#texture"},"west":{"uv":[3,9.5,3.5,10],"texture":"#texture"},"east":{"uv":[4.5,9.5,4,10],"texture":"#texture"}}},{"from":[3.5,14,7],"to":[4,14.5,9],"faces":{"down":{"uv":[3.5,8.5,4,8],"texture":"#texture"},"up":{"uv":[3.5,8,4,8.5],"texture":"#texture"},"north":{"uv":[4,8,3.5,8.5],"texture":"#texture"},"south":{"uv":[3.5,8,4,8.5],"texture":"#texture"},"west":{"uv":[3.5,8,4,8.5],"texture":"#texture"},"east":{"uv":[4,8,3.5,8.5],"texture":"#texture"}}},{"from":[3.5,13,7],"to":[4.5,13.5,9],"faces":{"down":{"uv":[3.5,9.5,4.5,9],"texture":"#texture"},"up":{"uv":[3.5,9,4.5,9.5],"texture":"#texture"},"north":{"uv":[4.5,9,3.5,9.5],"texture":"#texture"},"south":{"uv":[3.5,9,4.5,9.5],"texture":"#texture"},"west":{"uv":[3.5,9,4,9.5],"texture":"#texture"},"east":{"uv":[4.5,9,4,9.5],"texture":"#texture"}}},{"from":[4,17.5,7],"to":[5.5,18.5,9],"faces":{"down":{"uv":[4,5,5.5,4.5],"texture":"#texture"},"up":{"uv":[4,4,5.5,4.5],"texture":"#texture"},"north":{"uv":[5.5,4,4,5],"texture":"#texture"},"south":{"uv":[4,4,5.5,5],"texture":"#texture"},"west":{"uv":[4,4,4.5,5],"texture":"#texture"},"east":{"uv":[5.5,4,5,5],"texture":"#texture"}}},{"from":[4,13.5,7],"to":[4.5,14,9],"faces":{"down":{"uv":[4,9,4.5,8.5],"texture":"#texture"},"up":{"uv":[4,8.5,4.5,9],"texture":"#texture"},"north":{"uv":[4.5,8.5,4,9],"texture":"#texture"},"south":{"uv":[4,8.5,4.5,9],"texture":"#texture"},"west":{"uv":[4,8.5,4.5,9],"texture":"#texture"},"east":{"uv":[4.5,8.5,4,9],"texture":"#texture"}}},{"from":[4.5,18.5,7],"to":[6,19,9],"faces":{"down":{"uv":[4.5,4,6,3.5],"texture":"#texture"},"up":{"uv":[4.5,3.5,6,4],"texture":"#texture"},"north":{"uv":[6,3.5,4.5,4],"texture":"#texture"},"south":{"uv":[4.5,3.5,6,4],"texture":"#texture"},"west":{"uv":[4.5,3.5,5,4],"texture":"#texture"},"east":{"uv":[6,3.5,5.5,4],"texture":"#texture"}}},{"from":[5,19,7],"to":[6.5,19.5,9],"faces":{"down":{"uv":[5,3.5,6.5,3],"texture":"#texture"},"up":{"uv":[5,3,6.5,3.5],"texture":"#texture"},"north":{"uv":[6.5,3,5,3.5],"texture":"#texture"},"south":{"uv":[5,3,6.5,3.5],"texture":"#texture"},"west":{"uv":[5,3,5.5,3.5],"texture":"#texture"},"east":{"uv":[6.5,3,6,3.5],"texture":"#texture"}}},{"from":[5.5,18,7],"to":[6,18.5,9],"faces":{"down":{"uv":[5.5,4.5,6,4],"texture":"#texture"},"up":{"uv":[5.5,4,6,4.5],"texture":"#texture"},"north":{"uv":[6,4,5.5,4.5],"texture":"#texture"},"south":{"uv":[5.5,4,6,4.5],"texture":"#texture"},"west":{"uv":[5.5,4,6,4.5],"texture":"#texture"},"east":{"uv":[6,4,5.5,4.5],"texture":"#texture"}}},{"from":[6,20,7],"to":[7,20.5,9],"faces":{"down":{"uv":[6,2.5,7,2],"texture":"#texture"},"up":{"uv":[6,2,7,2.5],"texture":"#texture"},"north":{"uv":[7,2,6,2.5],"texture":"#texture"},"south":{"uv":[6,2,7,2.5],"texture":"#texture"},"west":{"uv":[6,2,6.5,2.5],"texture":"#texture"},"east":{"uv":[7,2,6.5,2.5],"texture":"#texture"}}},{"from":[6,11,7],"to":[8,11.5,9],"faces":{"down":{"uv":[6,11.5,8,11],"texture":"#texture"},"up":{"uv":[6,11,8,11.5],"texture":"#texture"},"north":{"uv":[8,11,6,11.5],"texture":"#texture"},"south":{"uv":[6,11,8,11.5],"texture":"#texture"},"west":{"uv":[6,11,6.5,11.5],"texture":"#texture"},"east":{"uv":[8,11,7.5,11.5],"texture":"#texture"}}},{"from":[6.5,19.5,7],"to":[7,20,9],"faces":{"down":{"uv":[6.5,3,7,2.5],"texture":"#texture"},"up":{"uv":[6.5,2.5,7,3],"texture":"#texture"},"north":{"uv":[7,2.5,6.5,3],"texture":"#texture"},"south":{"uv":[6.5,2.5,7,3],"texture":"#texture"},"west":{"uv":[6.5,2.5,7,3],"texture":"#texture"},"east":{"uv":[7,2.5,6.5,3],"texture":"#texture"}}},{"from":[6.5,11.5,7],"to":[7.5,12,9],"faces":{"down":{"uv":[6.5,11,7.5,10.5],"texture":"#texture"},"up":{"uv":[6.5,10.5,7.5,11],"texture":"#texture"},"north":{"uv":[7.5,10.5,6.5,11],"texture":"#texture"},"south":{"uv":[6.5,10.5,7.5,11],"texture":"#texture"},"west":{"uv":[6.5,10.5,7,11],"texture":"#texture"},"east":{"uv":[7.5,10.5,7,11],"texture":"#texture"}}},{"from":[1,10.5,7],"to":[5.5,11,9],"faces":{"down":{"uv":[7.5,5.5,12,5],"texture":"#texture"},"up":{"uv":[7.5,5,12,5.5],"texture":"#texture"},"north":{"uv":[12,5,7.5,5.5],"texture":"#texture"},"south":{"uv":[7.5,5,12,5.5],"texture":"#texture"},"west":{"uv":[7.5,5,8,5.5],"texture":"#texture"},"east":{"uv":[12,5,11.5,5.5],"texture":"#texture"}}},{"from":[2,10,7],"to":[5,10.5,9],"faces":{"down":{"uv":[8.5,6,11.5,5.5],"texture":"#texture"},"up":{"uv":[8.5,5.5,11.5,6],"texture":"#texture"},"north":{"uv":[11.5,5.5,8.5,6],"texture":"#texture"},"south":{"uv":[8.5,5.5,11.5,6],"texture":"#texture"},"west":{"uv":[8.5,5.5,9,6],"texture":"#texture"},"east":{"uv":[11.5,5.5,11,6],"texture":"#texture"}}},{"from":[2,6.5,7],"to":[3.5,7.5,9],"faces":{"down":{"uv":[8.5,9.5,10,9],"texture":"#texture"},"up":{"uv":[8.5,8.5,10,9],"texture":"#texture"},"north":{"uv":[10,8.5,8.5,9.5],"texture":"#texture"},"south":{"uv":[8.5,8.5,10,9.5],"texture":"#texture"},"west":{"uv":[8.5,8.5,9,9.5],"texture":"#texture"},"east":{"uv":[10,8.5,9.5,9.5],"texture":"#texture"}}},{"from":[2.5,6,7],"to":[3.5,6.5,9],"faces":{"down":{"uv":[9,10,10,9.5],"texture":"#texture"},"up":{"uv":[9,9.5,10,10],"texture":"#texture"},"north":{"uv":[10,9.5,9,10],"texture":"#texture"},"south":{"uv":[9,9.5,10,10],"texture":"#texture"},"west":{"uv":[9,9.5,9.5,10],"texture":"#texture"},"east":{"uv":[10,9.5,9.5,10],"texture":"#texture"}}},{"from":[3,9.5,7],"to":[4.5,10,9],"faces":{"down":{"uv":[9.5,6.5,11,6],"texture":"#texture"},"up":{"uv":[9.5,6,11,6.5],"texture":"#texture"},"north":{"uv":[11,6,9.5,6.5],"texture":"#texture"},"south":{"uv":[9.5,6,11,6.5],"texture":"#texture"},"west":{"uv":[9.5,6,10,6.5],"texture":"#texture"},"east":{"uv":[11,6,10.5,6.5],"texture":"#texture"}}},{"from":[3,5.5,7],"to":[4,6,9],"faces":{"down":{"uv":[9.5,10.5,10.5,10],"texture":"#texture"},"up":{"uv":[9.5,10,10.5,10.5],"texture":"#texture"},"north":{"uv":[10.5,10,9.5,10.5],"texture":"#texture"},"south":{"uv":[9.5,10,10.5,10.5],"texture":"#texture"},"west":{"uv":[9.5,10,10,10.5],"texture":"#texture"},"east":{"uv":[10.5,10,10,10.5],"texture":"#texture"}}},{"from":[3.5,8.5,7],"to":[5,9.5,9],"faces":{"down":{"uv":[10,7.5,11.5,7],"texture":"#texture"},"up":{"uv":[10,6.5,11.5,7],"texture":"#texture"},"north":{"uv":[11.5,6.5,10,7.5],"texture":"#texture"},"south":{"uv":[10,6.5,11.5,7.5],"texture":"#texture"},"west":{"uv":[10,6.5,10.5,7.5],"texture":"#texture"},"east":{"uv":[11.5,6.5,11,7.5],"texture":"#texture"}}},{"from":[3.5,7.5,7],"to":[4,8,9],"faces":{"down":{"uv":[10,8.5,10.5,8],"texture":"#texture"},"up":{"uv":[10,8,10.5,8.5],"texture":"#texture"},"north":{"uv":[10.5,8,10,8.5],"texture":"#texture"},"south":{"uv":[10,8,10.5,8.5],"texture":"#texture"},"west":{"uv":[10,8,10.5,8.5],"texture":"#texture"},"east":{"uv":[10.5,8,10,8.5],"texture":"#texture"}}},{"from":[3.5,5,7],"to":[4.5,5.5,9],"faces":{"down":{"uv":[10,11,11,10.5],"texture":"#texture"},"up":{"uv":[10,10.5,11,11],"texture":"#texture"},"north":{"uv":[11,10.5,10,11],"texture":"#texture"},"south":{"uv":[10,10.5,11,11],"texture":"#texture"},"west":{"uv":[10,10.5,10.5,11],"texture":"#texture"},"east":{"uv":[11,10.5,10.5,11],"texture":"#texture"}}},{"from":[4,8,7],"to":[4.5,8.5,9],"faces":{"down":{"uv":[10.5,8,11,7.5],"texture":"#texture"},"up":{"uv":[10.5,7.5,11,8],"texture":"#texture"},"north":{"uv":[11,7.5,10.5,8],"texture":"#texture"},"south":{"uv":[10.5,7.5,11,8],"texture":"#texture"},"west":{"uv":[10.5,7.5,11,8],"texture":"#texture"},"east":{"uv":[11,7.5,10.5,8],"texture":"#texture"}}},{"from":[4,4,7],"to":[5.5,5,9],"faces":{"down":{"uv":[10.5,12,12,11.5],"texture":"#texture"},"up":{"uv":[10.5,11,12,11.5],"texture":"#texture"},"north":{"uv":[12,11,10.5,12],"texture":"#texture"},"south":{"uv":[10.5,11,12,12],"texture":"#texture"},"west":{"uv":[10.5,11,11,12],"texture":"#texture"},"east":{"uv":[12,11,11.5,12],"texture":"#texture"}}},{"from":[5,3.5,7],"to":[6.5,4,9],"faces":{"down":{"uv":[11.5,12.5,13,12],"texture":"#texture"},"up":{"uv":[11.5,12,13,12.5],"texture":"#texture"},"north":{"uv":[13,12,11.5,12.5],"texture":"#texture"},"south":{"uv":[11.5,12,13,12.5],"texture":"#texture"},"west":{"uv":[11.5,12,12,12.5],"texture":"#texture"},"east":{"uv":[13,12,12.5,12.5],"texture":"#texture"}}},{"from":[5.5,4,7],"to":[6.5,4.5,9],"faces":{"down":{"uv":[12,12,13,11.5],"texture":"#texture"},"up":{"uv":[12,11.5,13,12],"texture":"#texture"},"north":{"uv":[13,11.5,12,12],"texture":"#texture"},"south":{"uv":[12,11.5,13,12],"texture":"#texture"},"west":{"uv":[12,11.5,12.5,12],"texture":"#texture"},"east":{"uv":[13,11.5,12.5,12],"texture":"#texture"}}},{"from":[5.5,3,7],"to":[6.5,3.5,9],"faces":{"down":{"uv":[12,13,13,12.5],"texture":"#texture"},"up":{"uv":[12,12.5,13,13],"texture":"#texture"},"north":{"uv":[13,12.5,12,13],"texture":"#texture"},"south":{"uv":[12,12.5,13,13],"texture":"#texture"},"west":{"uv":[12,12.5,12.5,13],"texture":"#texture"},"east":{"uv":[13,12.5,12.5,13],"texture":"#texture"}}},{"from":[6,10.5,7],"to":[7,11,9],"faces":{"down":{"uv":[12.5,5.5,13.5,5],"texture":"#texture"},"up":{"uv":[12.5,5,13.5,5.5],"texture":"#texture"},"north":{"uv":[13.5,5,12.5,5.5],"texture":"#texture"},"south":{"uv":[12.5,5,13.5,5.5],"texture":"#texture"},"west":{"uv":[12.5,5,13,5.5],"texture":"#texture"},"east":{"uv":[13.5,5,13,5.5],"texture":"#texture"}}},{"from":[6,2.5,7],"to":[7.5,3,9],"faces":{"down":{"uv":[12.5,13.5,14,13],"texture":"#texture"},"up":{"uv":[12.5,13,14,13.5],"texture":"#texture"},"north":{"uv":[14,13,12.5,13.5],"texture":"#texture"},"south":{"uv":[12.5,13,14,13.5],"texture":"#texture"},"west":{"uv":[12.5,13,13,13.5],"texture":"#texture"},"east":{"uv":[14,13,13.5,13.5],"texture":"#texture"}}},{"from":[6.5,10,7],"to":[7,10.5,9],"faces":{"down":{"uv":[13,6,13.5,5.5],"texture":"#texture"},"up":{"uv":[13,5.5,13.5,6],"texture":"#texture"},"north":{"uv":[13.5,5.5,13,6],"texture":"#texture"},"south":{"uv":[13,5.5,13.5,6],"texture":"#texture"},"west":{"uv":[13,5.5,13.5,6],"texture":"#texture"},"east":{"uv":[13.5,5.5,13,6],"texture":"#texture"}}},{"from":[7.5,2,7],"to":[8,2.5,9],"faces":{"down":{"uv":[14,14,14.5,13.5],"texture":"#texture"},"up":{"uv":[14,13.5,14.5,14],"texture":"#texture"},"north":{"uv":[14.5,13.5,14,14],"texture":"#texture"},"south":{"uv":[14,13.5,14.5,14],"texture":"#texture"},"west":{"uv":[14,13.5,14.5,14],"texture":"#texture"},"east":{"uv":[14.5,13.5,14,14],"texture":"#texture"}}},{"from":[0,11,7.5],"to":[8.5,11.5,8.5],"faces":{"down":{"uv":[0,11.5,8.5,11],"texture":"#texture"},"up":{"uv":[0,11,8.5,11.5],"texture":"#texture"},"north":{"uv":[8.5,11,0,11.5],"texture":"#texture"},"south":{"uv":[0,11,8.5,11.5],"texture":"#texture"},"west":{"uv":[0,11,0.5,11.5],"texture":"#texture"},"east":{"uv":[8.5,11,8,11.5],"texture":"#texture"}}},{"from":[0.5,12.5,7.5],"to":[1,13,8.5],"faces":{"down":{"uv":[0.5,10,1,9.5],"texture":"#texture"},"up":{"uv":[0.5,9.5,1,10],"texture":"#texture"},"north":{"uv":[1,9.5,0.5,10],"texture":"#texture"},"south":{"uv":[0.5,9.5,1,10],"texture":"#texture"},"west":{"uv":[0.5,9.5,1,10],"texture":"#texture"},"east":{"uv":[1,9.5,0.5,10],"texture":"#texture"}}},{"from":[1,13,7.5],"to":[1.5,14,8.5],"faces":{"down":{"uv":[1,9.5,1.5,9],"texture":"#texture"},"up":{"uv":[1,8.5,1.5,9],"texture":"#texture"},"north":{"uv":[1.5,8.5,1,9.5],"texture":"#texture"},"south":{"uv":[1,8.5,1.5,9.5],"texture":"#texture"},"west":{"uv":[1,8.5,1.5,9.5],"texture":"#texture"},"east":{"uv":[1.5,8.5,1,9.5],"texture":"#texture"}}},{"from":[1,11.5,7.5],"to":[5.5,12,8.5],"faces":{"down":{"uv":[1,11,5.5,10.5],"texture":"#texture"},"up":{"uv":[1,10.5,5.5,11],"texture":"#texture"},"north":{"uv":[5.5,10.5,1,11],"texture":"#texture"},"south":{"uv":[1,10.5,5.5,11],"texture":"#texture"},"west":{"uv":[1,10.5,1.5,11],"texture":"#texture"},"east":{"uv":[5.5,10.5,5,11],"texture":"#texture"}}},{"from":[1.5,14,7.5],"to":[3.5,16,8.5],"faces":{"down":{"uv":[1.5,8.5,3.5,8],"texture":"#texture"},"up":{"uv":[1.5,6.5,3.5,7],"texture":"#texture"},"north":{"uv":[3.5,6.5,1.5,8.5],"texture":"#texture"},"south":{"uv":[1.5,6.5,3.5,8.5],"texture":"#texture"},"west":{"uv":[1.5,6.5,2,8.5],"texture":"#texture"},"east":{"uv":[3.5,6.5,3,8.5],"texture":"#texture"}}},{"from":[2,16,7.5],"to":[4,17,8.5],"faces":{"down":{"uv":[2,6.5,4,6],"texture":"#texture"},"up":{"uv":[2,5.5,4,6],"texture":"#texture"},"north":{"uv":[4,5.5,2,6.5],"texture":"#texture"},"south":{"uv":[2,5.5,4,6.5],"texture":"#texture"},"west":{"uv":[2,5.5,2.5,6.5],"texture":"#texture"},"east":{"uv":[4,5.5,3.5,6.5],"texture":"#texture"}}},{"from":[2,12,7.5],"to":[5,12.5,8.5],"faces":{"down":{"uv":[2,10.5,5,10],"texture":"#texture"},"up":{"uv":[2,10,5,10.5],"texture":"#texture"},"north":{"uv":[5,10,2,10.5],"texture":"#texture"},"south":{"uv":[2,10,5,10.5],"texture":"#texture"},"west":{"uv":[2,10,2.5,10.5],"texture":"#texture"},"east":{"uv":[5,10,4.5,10.5],"texture":"#texture"}}},{"from":[2.5,17,7.5],"to":[5.5,18,8.5],"faces":{"down":{"uv":[2.5,5.5,5.5,5],"texture":"#texture"},"up":{"uv":[2.5,4.5,5.5,5],"texture":"#texture"},"north":{"uv":[5.5,4.5,2.5,5.5],"texture":"#texture"},"south":{"uv":[2.5,4.5,5.5,5.5],"texture":"#texture"},"west":{"uv":[2.5,4.5,3,5.5],"texture":"#texture"},"east":{"uv":[5.5,4.5,5,5.5],"texture":"#texture"}}},{"from":[2.5,12.5,7.5],"to":[5,13,8.5],"faces":{"down":{"uv":[2.5,10,5,9.5],"texture":"#texture"},"up":{"uv":[2.5,9.5,5,10],"texture":"#texture"},"north":{"uv":[5,9.5,2.5,10],"texture":"#texture"},"south":{"uv":[2.5,9.5,5,10],"texture":"#texture"},"west":{"uv":[2.5,9.5,3,10],"texture":"#texture"},"east":{"uv":[5,9.5,4.5,10],"texture":"#texture"}}},{"from":[3,18,7.5],"to":[6.5,18.5,8.5],"faces":{"down":{"uv":[3,4.5,6.5,4],"texture":"#texture"},"up":{"uv":[3,4,6.5,4.5],"texture":"#texture"},"north":{"uv":[6.5,4,3,4.5],"texture":"#texture"},"south":{"uv":[3,4,6.5,4.5],"texture":"#texture"},"west":{"uv":[3,4,3.5,4.5],"texture":"#texture"},"east":{"uv":[6.5,4,6,4.5],"texture":"#texture"}}},{"from":[3,13,7.5],"to":[5,13.5,8.5],"faces":{"down":{"uv":[3,9.5,5,9],"texture":"#texture"},"up":{"uv":[3,9,5,9.5],"texture":"#texture"},"north":{"uv":[5,9,3,9.5],"texture":"#texture"},"south":{"uv":[3,9,5,9.5],"texture":"#texture"},"west":{"uv":[3,9,3.5,9.5],"texture":"#texture"},"east":{"uv":[5,9,4.5,9.5],"texture":"#texture"}}},{"from":[3.5,15.5,7.5],"to":[4,16,8.5],"faces":{"down":{"uv":[3.5,7,4,6.5],"texture":"#texture"},"up":{"uv":[3.5,6.5,4,7],"texture":"#texture"},"north":{"uv":[4,6.5,3.5,7],"texture":"#texture"},"south":{"uv":[3.5,6.5,4,7],"texture":"#texture"},"west":{"uv":[3.5,6.5,4,7],"texture":"#texture"},"east":{"uv":[4,6.5,3.5,7],"texture":"#texture"}}},{"from":[3.5,13.5,7.5],"to":[4,15,8.5],"faces":{"down":{"uv":[3.5,9,4,8.5],"texture":"#texture"},"up":{"uv":[3.5,7.5,4,8],"texture":"#texture"},"north":{"uv":[4,7.5,3.5,9],"texture":"#texture"},"south":{"uv":[3.5,7.5,4,9],"texture":"#texture"},"west":{"uv":[3.5,7.5,4,9],"texture":"#texture"},"east":{"uv":[4,7.5,3.5,9],"texture":"#texture"}}},{"from":[4,18.5,7.5],"to":[6.5,19,8.5],"faces":{"down":{"uv":[4,4,6.5,3.5],"texture":"#texture"},"up":{"uv":[4,3.5,6.5,4],"texture":"#texture"},"north":{"uv":[6.5,3.5,4,4],"texture":"#texture"},"south":{"uv":[4,3.5,6.5,4],"texture":"#texture"},"west":{"uv":[4,3.5,4.5,4],"texture":"#texture"},"east":{"uv":[6.5,3.5,6,4],"texture":"#texture"}}},{"from":[4,13.5,7.5],"to":[5.5,14,8.5],"faces":{"down":{"uv":[4,9,5.5,8.5],"texture":"#texture"},"up":{"uv":[4,8.5,5.5,9],"texture":"#texture"},"north":{"uv":[5.5,8.5,4,9],"texture":"#texture"},"south":{"uv":[4,8.5,5.5,9],"texture":"#texture"},"west":{"uv":[4,8.5,4.5,9],"texture":"#texture"},"east":{"uv":[5.5,8.5,5,9],"texture":"#texture"}}},{"from":[4.5,19,7.5],"to":[8,19.5,8.5],"faces":{"down":{"uv":[4.5,3.5,8,3],"texture":"#texture"},"up":{"uv":[4.5,3,8,3.5],"texture":"#texture"},"north":{"uv":[8,3,4.5,3.5],"texture":"#texture"},"south":{"uv":[4.5,3,8,3.5],"texture":"#texture"},"west":{"uv":[4.5,3,5,3.5],"texture":"#texture"},"east":{"uv":[8,3,7.5,3.5],"texture":"#texture"}}},{"from":[5,19.5,7.5],"to":[6,20,8.5],"faces":{"down":{"uv":[5,3,6,2.5],"texture":"#texture"},"up":{"uv":[5,2.5,6,3],"texture":"#texture"},"north":{"uv":[6,2.5,5,3],"texture":"#texture"},"south":{"uv":[5,2.5,6,3],"texture":"#texture"},"west":{"uv":[5,2.5,5.5,3],"texture":"#texture"},"east":{"uv":[6,2.5,5.5,3],"texture":"#texture"}}},{"from":[5,14,7.5],"to":[6,14.5,8.5],"faces":{"down":{"uv":[5,8.5,6,8],"texture":"#texture"},"up":{"uv":[5,8,6,8.5],"texture":"#texture"},"north":{"uv":[6,8,5,8.5],"texture":"#texture"},"south":{"uv":[5,8,6,8.5],"texture":"#texture"},"west":{"uv":[5,8,5.5,8.5],"texture":"#texture"},"east":{"uv":[6,8,5.5,8.5],"texture":"#texture"}}},{"from":[5.5,20,7.5],"to":[8,20.5,8.5],"faces":{"down":{"uv":[5.5,2.5,8,2],"texture":"#texture"},"up":{"uv":[5.5,2,8,2.5],"texture":"#texture"},"north":{"uv":[8,2,5.5,2.5],"texture":"#texture"},"south":{"uv":[5.5,2,8,2.5],"texture":"#texture"},"west":{"uv":[5.5,2,6,2.5],"texture":"#texture"},"east":{"uv":[8,2,7.5,2.5],"texture":"#texture"}}},{"from":[5.5,17.5,7.5],"to":[6,18,8.5],"faces":{"down":{"uv":[5.5,5,6,4.5],"texture":"#texture"},"up":{"uv":[5.5,4.5,6,5],"texture":"#texture"},"north":{"uv":[6,4.5,5.5,5],"texture":"#texture"},"south":{"uv":[5.5,4.5,6,5],"texture":"#texture"},"west":{"uv":[5.5,4.5,6,5],"texture":"#texture"},"east":{"uv":[6,4.5,5.5,5],"texture":"#texture"}}},{"from":[6,20.5,7.5],"to":[7,21,8.5],"faces":{"down":{"uv":[6,2,7,1.5],"texture":"#texture"},"up":{"uv":[6,1.5,7,2],"texture":"#texture"},"north":{"uv":[7,1.5,6,2],"texture":"#texture"},"south":{"uv":[6,1.5,7,2],"texture":"#texture"},"west":{"uv":[6,1.5,6.5,2],"texture":"#texture"},"east":{"uv":[7,1.5,6.5,2],"texture":"#texture"}}},{"from":[6,11.5,7.5],"to":[8.5,12,8.5],"faces":{"down":{"uv":[6,11,8.5,10.5],"texture":"#texture"},"up":{"uv":[6,10.5,8.5,11],"texture":"#texture"},"north":{"uv":[8.5,10.5,6,11],"texture":"#texture"},"south":{"uv":[6,10.5,8.5,11],"texture":"#texture"},"west":{"uv":[6,10.5,6.5,11],"texture":"#texture"},"east":{"uv":[8.5,10.5,8,11],"texture":"#texture"}}},{"from":[6.5,21,7.5],"to":[7,21.5,8.5],"faces":{"down":{"uv":[6.5,1.5,7,1],"texture":"#texture"},"up":{"uv":[6.5,1,7,1.5],"texture":"#texture"},"north":{"uv":[7,1,6.5,1.5],"texture":"#texture"},"south":{"uv":[6.5,1,7,1.5],"texture":"#texture"},"west":{"uv":[6.5,1,7,1.5],"texture":"#texture"},"east":{"uv":[7,1,6.5,1.5],"texture":"#texture"}}},{"from":[6.5,19.5,7.5],"to":[7,20,8.5],"faces":{"down":{"uv":[6.5,3,7,2.5],"texture":"#texture"},"up":{"uv":[6.5,2.5,7,3],"texture":"#texture"},"north":{"uv":[7,2.5,6.5,3],"texture":"#texture"},"south":{"uv":[6.5,2.5,7,3],"texture":"#texture"},"west":{"uv":[6.5,2.5,7,3],"texture":"#texture"},"east":{"uv":[7,2.5,6.5,3],"texture":"#texture"}}},{"from":[0,10.5,7.5],"to":[7.5,11,8.5],"faces":{"down":{"uv":[6.5,5.5,14,5],"texture":"#texture"},"up":{"uv":[6.5,5,14,5.5],"texture":"#texture"},"north":{"uv":[14,5,6.5,5.5],"texture":"#texture"},"south":{"uv":[6.5,5,14,5.5],"texture":"#texture"},"west":{"uv":[6.5,5,7,5.5],"texture":"#texture"},"east":{"uv":[14,5,13.5,5.5],"texture":"#texture"}}},{"from":[6.5,12,7.5],"to":[7.5,12.5,8.5],"faces":{"down":{"uv":[6.5,10.5,7.5,10],"texture":"#texture"},"up":{"uv":[6.5,10,7.5,10.5],"texture":"#texture"},"north":{"uv":[7.5,10,6.5,10.5],"texture":"#texture"},"south":{"uv":[6.5,10,7.5,10.5],"texture":"#texture"},"west":{"uv":[6.5,10,7,10.5],"texture":"#texture"},"east":{"uv":[7.5,10,7,10.5],"texture":"#texture"}}},{"from":[7,21.5,7.5],"to":[7.5,22,8.5],"faces":{"down":{"uv":[7,1,7.5,0.5],"texture":"#texture"},"up":{"uv":[7,0.5,7.5,1],"texture":"#texture"},"north":{"uv":[7.5,0.5,7,1],"texture":"#texture"},"south":{"uv":[7,0.5,7.5,1],"texture":"#texture"},"west":{"uv":[7,0.5,7.5,1],"texture":"#texture"},"east":{"uv":[7.5,0.5,7,1],"texture":"#texture"}}},{"from":[7,18.5,7.5],"to":[7.5,19,8.5],"faces":{"down":{"uv":[7,4,7.5,3.5],"texture":"#texture"},"up":{"uv":[7,3.5,7.5,4],"texture":"#texture"},"north":{"uv":[7.5,3.5,7,4],"texture":"#texture"},"south":{"uv":[7,3.5,7.5,4],"texture":"#texture"},"west":{"uv":[7,3.5,7.5,4],"texture":"#texture"},"east":{"uv":[7.5,3.5,7,4],"texture":"#texture"}}},{"from":[0.5,9,7.5],"to":[1,9.5,8.5],"faces":{"down":{"uv":[7,7,7.5,6.5],"texture":"#texture"},"up":{"uv":[7,6.5,7.5,7],"texture":"#texture"},"north":{"uv":[7.5,6.5,7,7],"texture":"#texture"},"south":{"uv":[7,6.5,7.5,7],"texture":"#texture"},"west":{"uv":[7,6.5,7.5,7],"texture":"#texture"},"east":{"uv":[7.5,6.5,7,7],"texture":"#texture"}}},{"from":[7.5,20.5,7.5],"to":[8.5,21,8.5],"faces":{"down":{"uv":[7.5,2,8.5,1.5],"texture":"#texture"},"up":{"uv":[7.5,1.5,8.5,2],"texture":"#texture"},"north":{"uv":[8.5,1.5,7.5,2],"texture":"#texture"},"south":{"uv":[7.5,1.5,8.5,2],"texture":"#texture"},"west":{"uv":[7.5,1.5,8,2],"texture":"#texture"},"east":{"uv":[8.5,1.5,8,2],"texture":"#texture"}}},{"from":[7.5,19.5,7.5],"to":[8.5,20,8.5],"faces":{"down":{"uv":[7.5,3,8.5,2.5],"texture":"#texture"},"up":{"uv":[7.5,2.5,8.5,3],"texture":"#texture"},"north":{"uv":[8.5,2.5,7.5,3],"texture":"#texture"},"south":{"uv":[7.5,2.5,8.5,3],"texture":"#texture"},"west":{"uv":[7.5,2.5,8,3],"texture":"#texture"},"east":{"uv":[8.5,2.5,8,3],"texture":"#texture"}}},{"from":[1,10,7.5],"to":[5.5,10.5,8.5],"faces":{"down":{"uv":[7.5,6,12,5.5],"texture":"#texture"},"up":{"uv":[7.5,5.5,12,6],"texture":"#texture"},"north":{"uv":[12,5.5,7.5,6],"texture":"#texture"},"south":{"uv":[7.5,5.5,12,6],"texture":"#texture"},"west":{"uv":[7.5,5.5,8,6],"texture":"#texture"},"east":{"uv":[12,5.5,11.5,6],"texture":"#texture"}}},{"from":[1,8,7.5],"to":[1.5,9,8.5],"faces":{"down":{"uv":[7.5,8,8,7.5],"texture":"#texture"},"up":{"uv":[7.5,7,8,7.5],"texture":"#texture"},"north":{"uv":[8,7,7.5,8],"texture":"#texture"},"south":{"uv":[7.5,7,8,8],"texture":"#texture"},"west":{"uv":[7.5,7,8,8],"texture":"#texture"},"east":{"uv":[8,7,7.5,8],"texture":"#texture"}}},{"from":[1.5,6.5,7.5],"to":[4,8,8.5],"faces":{"down":{"uv":[8,9.5,10.5,9],"texture":"#texture"},"up":{"uv":[8,8,10.5,8.5],"texture":"#texture"},"north":{"uv":[10.5,8,8,9.5],"texture":"#texture"},"south":{"uv":[8,8,10.5,9.5],"texture":"#texture"},"west":{"uv":[8,8,8.5,9.5],"texture":"#texture"},"east":{"uv":[10.5,8,10,9.5],"texture":"#texture"}}},{"from":[2,9.5,7.5],"to":[5,10,8.5],"faces":{"down":{"uv":[8.5,6.5,11.5,6],"texture":"#texture"},"up":{"uv":[8.5,6,11.5,6.5],"texture":"#texture"},"north":{"uv":[11.5,6,8.5,6.5],"texture":"#texture"},"south":{"uv":[8.5,6,11.5,6.5],"texture":"#texture"},"west":{"uv":[8.5,6,9,6.5],"texture":"#texture"},"east":{"uv":[11.5,6,11,6.5],"texture":"#texture"}}},{"from":[2,6,7.5],"to":[4,6.5,8.5],"faces":{"down":{"uv":[8.5,10,10.5,9.5],"texture":"#texture"},"up":{"uv":[8.5,9.5,10.5,10],"texture":"#texture"},"north":{"uv":[10.5,9.5,8.5,10],"texture":"#texture"},"south":{"uv":[8.5,9.5,10.5,10],"texture":"#texture"},"west":{"uv":[8.5,9.5,9,10],"texture":"#texture"},"east":{"uv":[10.5,9.5,10,10],"texture":"#texture"}}},{"from":[2.5,5,7.5],"to":[4.5,6,8.5],"faces":{"down":{"uv":[9,11,11,10.5],"texture":"#texture"},"up":{"uv":[9,10,11,10.5],"texture":"#texture"},"north":{"uv":[11,10,9,11],"texture":"#texture"},"south":{"uv":[9,10,11,11],"texture":"#texture"},"west":{"uv":[9,10,9.5,11],"texture":"#texture"},"east":{"uv":[11,10,10.5,11],"texture":"#texture"}}},{"from":[3,8.5,7.5],"to":[5.5,9.5,8.5],"faces":{"down":{"uv":[9.5,7.5,12,7],"texture":"#texture"},"up":{"uv":[9.5,6.5,12,7],"texture":"#texture"},"north":{"uv":[12,6.5,9.5,7.5],"texture":"#texture"},"south":{"uv":[9.5,6.5,12,7.5],"texture":"#texture"},"west":{"uv":[9.5,6.5,10,7.5],"texture":"#texture"},"east":{"uv":[12,6.5,11.5,7.5],"texture":"#texture"}}},{"from":[3.5,8,7.5],"to":[5.5,8.5,8.5],"faces":{"down":{"uv":[10,8,12,7.5],"texture":"#texture"},"up":{"uv":[10,7.5,12,8],"texture":"#texture"},"north":{"uv":[12,7.5,10,8],"texture":"#texture"},"south":{"uv":[10,7.5,12,8],"texture":"#texture"},"west":{"uv":[10,7.5,10.5,8],"texture":"#texture"},"east":{"uv":[12,7.5,11.5,8],"texture":"#texture"}}},{"from":[3.5,4,7.5],"to":[6.5,5,8.5],"faces":{"down":{"uv":[10,12,13,11.5],"texture":"#texture"},"up":{"uv":[10,11,13,11.5],"texture":"#texture"},"north":{"uv":[13,11,10,12],"texture":"#texture"},"south":{"uv":[10,11,13,12],"texture":"#texture"},"west":{"uv":[10,11,10.5,12],"texture":"#texture"},"east":{"uv":[13,11,12.5,12],"texture":"#texture"}}},{"from":[4,3.5,7.5],"to":[6.5,4,8.5],"faces":{"down":{"uv":[10.5,12.5,13,12],"texture":"#texture"},"up":{"uv":[10.5,12,13,12.5],"texture":"#texture"},"north":{"uv":[13,12,10.5,12.5],"texture":"#texture"},"south":{"uv":[10.5,12,13,12.5],"texture":"#texture"},"west":{"uv":[10.5,12,11,12.5],"texture":"#texture"},"east":{"uv":[13,12,12.5,12.5],"texture":"#texture"}}},{"from":[4.5,5,7.5],"to":[5.5,5.5,8.5],"faces":{"down":{"uv":[11,11,12,10.5],"texture":"#texture"},"up":{"uv":[11,10.5,12,11],"texture":"#texture"},"north":{"uv":[12,10.5,11,11],"texture":"#texture"},"south":{"uv":[11,10.5,12,11],"texture":"#texture"},"west":{"uv":[11,10.5,11.5,11],"texture":"#texture"},"east":{"uv":[12,10.5,11.5,11],"texture":"#texture"}}},{"from":[5,3,7.5],"to":[7,3.5,8.5],"faces":{"down":{"uv":[11.5,13,13.5,12.5],"texture":"#texture"},"up":{"uv":[11.5,12.5,13.5,13],"texture":"#texture"},"north":{"uv":[13.5,12.5,11.5,13],"texture":"#texture"},"south":{"uv":[11.5,12.5,13.5,13],"texture":"#texture"},"west":{"uv":[11.5,12.5,12,13],"texture":"#texture"},"east":{"uv":[13.5,12.5,13,13],"texture":"#texture"}}},{"from":[5.5,2.5,7.5],"to":[8,3,8.5],"faces":{"down":{"uv":[12,13.5,14.5,13],"texture":"#texture"},"up":{"uv":[12,13,14.5,13.5],"texture":"#texture"},"north":{"uv":[14.5,13,12,13.5],"texture":"#texture"},"south":{"uv":[12,13,14.5,13.5],"texture":"#texture"},"west":{"uv":[12,13,12.5,13.5],"texture":"#texture"},"east":{"uv":[14.5,13,14,13.5],"texture":"#texture"}}},{"from":[6,10,7.5],"to":[7,10.5,8.5],"faces":{"down":{"uv":[12.5,6,13.5,5.5],"texture":"#texture"},"up":{"uv":[12.5,5.5,13.5,6],"texture":"#texture"},"north":{"uv":[13.5,5.5,12.5,6],"texture":"#texture"},"south":{"uv":[12.5,5.5,13.5,6],"texture":"#texture"},"west":{"uv":[12.5,5.5,13,6],"texture":"#texture"},"east":{"uv":[13.5,5.5,13,6],"texture":"#texture"}}},{"from":[6,2,7.5],"to":[7,2.5,8.5],"faces":{"down":{"uv":[12.5,14,13.5,13.5],"texture":"#texture"},"up":{"uv":[12.5,13.5,13.5,14],"texture":"#texture"},"north":{"uv":[13.5,13.5,12.5,14],"texture":"#texture"},"south":{"uv":[12.5,13.5,13.5,14],"texture":"#texture"},"west":{"uv":[12.5,13.5,13,14],"texture":"#texture"},"east":{"uv":[13.5,13.5,13,14],"texture":"#texture"}}},{"from":[6.5,9.5,7.5],"to":[8,10,8.5],"faces":{"down":{"uv":[13,6.5,14.5,6],"texture":"#texture"},"up":{"uv":[13,6,14.5,6.5],"texture":"#texture"},"north":{"uv":[14.5,6,13,6.5],"texture":"#texture"},"south":{"uv":[13,6,14.5,6.5],"texture":"#texture"},"west":{"uv":[13,6,13.5,6.5],"texture":"#texture"},"east":{"uv":[14.5,6,14,6.5],"texture":"#texture"}}},{"from":[6.5,4,7.5],"to":[7,4.5,8.5],"faces":{"down":{"uv":[13,12,13.5,11.5],"texture":"#texture"},"up":{"uv":[13,11.5,13.5,12],"texture":"#texture"},"north":{"uv":[13.5,11.5,13,12],"texture":"#texture"},"south":{"uv":[13,11.5,13.5,12],"texture":"#texture"},"west":{"uv":[13,11.5,13.5,12],"texture":"#texture"},"east":{"uv":[13.5,11.5,13,12],"texture":"#texture"}}},{"from":[7,3.5,7.5],"to":[7.5,4,8.5],"faces":{"down":{"uv":[13.5,12.5,14,12],"texture":"#texture"},"up":{"uv":[13.5,12,14,12.5],"texture":"#texture"},"north":{"uv":[14,12,13.5,12.5],"texture":"#texture"},"south":{"uv":[13.5,12,14,12.5],"texture":"#texture"},"west":{"uv":[13.5,12,14,12.5],"texture":"#texture"},"east":{"uv":[14,12,13.5,12.5],"texture":"#texture"}}},{"from":[7,0.5,7.5],"to":[7.5,2,8.5],"faces":{"down":{"uv":[13.5,15.5,14,15],"texture":"#texture"},"up":{"uv":[13.5,14,14,14.5],"texture":"#texture"},"north":{"uv":[14,14,13.5,15.5],"texture":"#texture"},"south":{"uv":[13.5,14,14,15.5],"texture":"#texture"},"west":{"uv":[13.5,14,14,15.5],"texture":"#texture"},"east":{"uv":[14,14,13.5,15.5],"texture":"#texture"}}},{"from":[7.5,10,7.5],"to":[8.5,10.5,8.5],"faces":{"down":{"uv":[14,6,15,5.5],"texture":"#texture"},"up":{"uv":[14,5.5,15,6],"texture":"#texture"},"north":{"uv":[15,5.5,14,6],"texture":"#texture"},"south":{"uv":[14,5.5,15,6],"texture":"#texture"},"west":{"uv":[14,5.5,14.5,6],"texture":"#texture"},"east":{"uv":[15,5.5,14.5,6],"texture":"#texture"}}},{"from":[7.5,3,7.5],"to":[8.5,3.5,8.5],"faces":{"down":{"uv":[14,13,15,12.5],"texture":"#texture"},"up":{"uv":[14,12.5,15,13],"texture":"#texture"},"north":{"uv":[15,12.5,14,13],"texture":"#texture"},"south":{"uv":[14,12.5,15,13],"texture":"#texture"},"west":{"uv":[14,12.5,14.5,13],"texture":"#texture"},"east":{"uv":[15,12.5,14.5,13],"texture":"#texture"}}},{"from":[7.5,2,7.5],"to":[8.5,2.5,8.5],"faces":{"down":{"uv":[14,14,15,13.5],"texture":"#texture"},"up":{"uv":[14,13.5,15,14],"texture":"#texture"},"north":{"uv":[15,13.5,14,14],"texture":"#texture"},"south":{"uv":[14,13.5,15,14],"texture":"#texture"},"west":{"uv":[14,13.5,14.5,14],"texture":"#texture"},"east":{"uv":[15,13.5,14.5,14],"texture":"#texture"}}},{"from":[7.5,0,7.5],"to":[8,1.5,8.5],"faces":{"down":{"uv":[14,16,14.5,15.5],"texture":"#texture"},"up":{"uv":[14,14.5,14.5,15],"texture":"#texture"},"north":{"uv":[14.5,14.5,14,16],"texture":"#texture"},"south":{"uv":[14,14.5,14.5,16],"texture":"#texture"},"west":{"uv":[14,14.5,14.5,16],"texture":"#texture"},"east":{"uv":[14.5,14.5,14,16],"texture":"#texture"}}},{"from":[8.5,1,7.5],"to":[9,1.5,8.5],"faces":{"down":{"uv":[15,15,15.5,14.5],"texture":"#texture"},"up":{"uv":[15,14.5,15.5,15],"texture":"#texture"},"north":{"uv":[15.5,14.5,15,15],"texture":"#texture"},"south":{"uv":[15,14.5,15.5,15],"texture":"#texture"},"west":{"uv":[15,14.5,15.5,15],"texture":"#texture"},"east":{"uv":[15.5,14.5,15,15],"texture":"#texture"}}},{"from":[9,0.5,7.5],"to":[9.5,1,8.5],"faces":{"down":{"uv":[15.5,15.5,16,15],"texture":"#texture"},"up":{"uv":[15.5,15,16,15.5],"texture":"#texture"},"north":{"uv":[16,15,15.5,15.5],"texture":"#texture"},"south":{"uv":[15.5,15,16,15.5],"texture":"#texture"},"west":{"uv":[15.5,15,16,15.5],"texture":"#texture"},"east":{"uv":[16,15,15.5,15.5],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-90,0],"translation":[0,-3.02,5.1],"scale":[1.25,1.25,1.25]},"thirdperson_lefthand":{"rotation":[0,90,0],"translation":[0,-3.02,5.1],"scale":[1.25,1.25,1.25]},"firstperson_righthand":{"rotation":[0,-81,0],"translation":[1.51,2.65,3.4],"scale":[1,1,1]},"firstperson_lefthand":{"rotation":[0,95,0],"translation":[1.51,2.65,1.89],"scale":[1,1,1]},"gui":{"rotation":[0,180,-45],"translation":[0.57,-1.89,0],"scale":[0.75,0.75,0.75]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/legendary_arm_cannon.json b/assets/minecraft/models/item/wynn/skin/bow/legendary_arm_cannon.json new file mode 100644 index 000000000..ba3648115 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/legendary_arm_cannon.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/character/legendary_arm_cannon","1":"skins/character/legendary_arm_cannon_flame"},"elements":[{"from":[4.015,1.475,3.175],"to":[11.985,5.125,11.625],"rotation":{"angle":0,"axis":"z","origin":[8,3.3,9.8]},"faces":{"north":{"uv":[4.25,2.75,6.25,3.75],"texture":"#0"},"east":{"uv":[4.25,3.75,6.25,4.75],"texture":"#0"},"south":{"uv":[4.25,1.75,6.25,2.75],"texture":"#0"},"west":{"uv":[3,4.75,5,5.75],"texture":"#0"}}},{"from":[3.896,1.788,3.2],"to":[12.104,4.812,11.6],"rotation":{"angle":-45,"axis":"z","origin":[8,3.3,9.8]},"faces":{"north":{"uv":[5.25,1,7.25,1.75],"texture":"#0"},"east":{"uv":[7.25,0.75,9.25,1.5],"texture":"#0"},"south":{"uv":[7.25,0,9.25,0.75],"texture":"#0"},"west":{"uv":[7.25,1.5,9.25,2.25],"texture":"#0"}}},{"from":[6.175,-0.685,3.175],"to":[9.825,7.285,11.625],"rotation":{"angle":0,"axis":"y","origin":[8,3.3,9.8]},"faces":{"north":{"uv":[3.25,2,4.25,4],"texture":"#0"},"south":{"uv":[0,4,1,6],"texture":"#0"},"up":{"uv":[2,6,1,4],"texture":"#0"},"down":{"uv":[3,4,2,6],"texture":"#0"}}},{"from":[3.896,1.788,3.2],"to":[12.104,4.812,11.6],"rotation":{"angle":45,"axis":"z","origin":[8,3.3,9.8]},"faces":{"north":{"uv":[7.25,2.25,9.25,3],"texture":"#0"},"east":{"uv":[7.25,4.5,9.25,5.25],"texture":"#0"},"south":{"uv":[7.25,3,9.25,3.75],"texture":"#0"},"west":{"uv":[7.25,3.75,9.25,4.5],"texture":"#0"}}},{"from":[3.896,1.788,-1.6],"to":[12.104,4.812,0.8],"rotation":{"angle":-45,"axis":"z","origin":[8,3.3,-7.12]},"faces":{"north":{"uv":[7.25,5.25,9.25,6],"texture":"#0"},"east":{"uv":[3.25,1.25,3.75,2],"texture":"#0"},"south":{"uv":[3,6.5,5,7.25],"texture":"#0"},"west":{"uv":[3.75,1.25,4.25,2],"texture":"#0"}}},{"from":[4.015,1.475,-1.625],"to":[11.985,5.125,0.825],"rotation":{"angle":0,"axis":"y","origin":[8,3.3,-7.12]},"faces":{"north":{"uv":[5.25,0,7.25,1],"texture":"#0"},"east":{"uv":[5,5.25,5.5,6.25],"texture":"#0"},"south":{"uv":[0.5,6,2.5,7],"texture":"#0"},"west":{"uv":[5.5,5.25,6,6.25],"texture":"#0"}}},{"from":[1.736,2.748,-2.85],"to":[2.936,3.948,1.95],"rotation":{"angle":-45,"axis":"z","origin":[8,3.3,-7.17]},"faces":{"north":{"uv":[9.75,0.5,10,0.75],"texture":"#0"},"east":{"uv":[9.25,0,10.5,0.25],"texture":"#0"},"south":{"uv":[10,0.5,10.25,0.75],"texture":"#0"},"west":{"uv":[9.25,0.25,10.5,0.5],"texture":"#0"},"up":{"uv":[9.75,1.75,9.5,0.5],"texture":"#0"},"down":{"uv":[9.5,0.5,9.25,1.75],"texture":"#0"}}},{"from":[-0.264,1.748,2],"to":[2.936,4.948,2],"rotation":{"angle":-45,"axis":"z","origin":[8,3.3,-7.12]},"faces":{"north":{"uv":[1,9.5,1.75,10.25],"texture":"#0"},"south":{"uv":[1.75,9.5,1,10.25],"texture":"#0"}}},{"from":[2.936,3.348,-1.6],"to":[3.896,3.348,-1],"rotation":{"angle":-45,"axis":"z","origin":[8,3.3,-7.12]},"faces":{"up":{"uv":[10.25,2.5,10,2.25],"texture":"#0"},"down":{"uv":[10.25,2.5,10,2.25],"texture":"#0"}}},{"from":[2.936,3.348,0.2],"to":[3.896,3.348,0.8],"rotation":{"angle":-45,"axis":"z","origin":[8,3.3,-7.12]},"faces":{"up":{"uv":[10.5,2.5,10.25,2.25],"texture":"#0"},"down":{"uv":[10.5,2.5,10.25,2.25],"texture":"#0"}}},{"from":[6.175,-0.685,-1.625],"to":[9.825,7.285,0.825],"rotation":{"angle":0,"axis":"y","origin":[8,3.3,-7.12]},"faces":{"north":{"uv":[6.25,3.75,7.25,5.75],"texture":"#0"},"south":{"uv":[6.25,1.75,7.25,3.75],"texture":"#0"},"up":{"uv":[6,5.25,5,4.75],"texture":"#0"},"down":{"uv":[5.25,1.25,4.25,1.75],"texture":"#0"}}},{"from":[3.896,1.788,-1.6],"to":[12.104,4.812,0.8],"rotation":{"angle":45,"axis":"z","origin":[8,3.3,-7.12]},"faces":{"north":{"uv":[7.25,6,9.25,6.75],"texture":"#0"},"east":{"uv":[3.5,4,4,4.75],"texture":"#0"},"south":{"uv":[3,5.75,5,6.5],"texture":"#0"},"west":{"uv":[3,4,3.5,4.75],"texture":"#0"}}},{"from":[10.2788,2.5188,0.7988],"to":[12.8612,4.0212,3.2012],"rotation":{"angle":0,"axis":"z","origin":[8,3.3,1.4]},"faces":{"north":{"uv":[6.5,6.25,7.25,6.75],"texture":"#0"},"east":{"uv":[6,5.75,6.5,6.25],"texture":"#0"},"south":{"uv":[7.25,6.25,6.5,6.75],"texture":"#0"},"up":{"uv":[7.25,7.25,6.5,6.75],"texture":"#0"},"down":{"uv":[7.25,5.75,6.5,6.25],"texture":"#0"}}},{"from":[10.28,2.52,0.8],"to":[11.78,4.02,3.2],"rotation":{"angle":22.5,"axis":"z","origin":[8,3.3,1.4]},"faces":{"east":{"uv":[5.5,7,6,7.5],"texture":"#0"}}},{"from":[7.2788,5.5788,0.7988],"to":[8.7812,8.1612,3.2012],"rotation":{"angle":-45,"axis":"z","origin":[8,3.3,1.4]},"faces":{"north":{"uv":[0.5,7.75,1,8.5],"texture":"#0"},"east":{"uv":[1,7.75,1.5,8.5],"texture":"#0"},"south":{"uv":[1,7.75,0.5,8.5],"texture":"#0"},"west":{"uv":[1.5,7.75,2,8.5],"texture":"#0"},"up":{"uv":[6.5,9.25,6,8.75],"texture":"#0"}}},{"from":[7.28,5.58,0.8],"to":[8.78,7.08,3.2],"rotation":{"angle":-22.5,"axis":"z","origin":[8,3.3,1.4]},"faces":{"up":{"uv":[6,8.5,5.5,8],"texture":"#0"}}},{"from":[7.2788,5.5788,0.7988],"to":[8.7812,8.1612,3.2012],"rotation":{"angle":0,"axis":"z","origin":[8,3.3,1.4]},"faces":{"north":{"uv":[0.5,7,1,7.75],"texture":"#0"},"east":{"uv":[1,7,1.5,7.75],"texture":"#0"},"south":{"uv":[1,7,0.5,7.75],"texture":"#0"},"west":{"uv":[1.5,7,2,7.75],"texture":"#0"},"up":{"uv":[2.5,7.5,2,7],"texture":"#0"}}},{"from":[7.28,5.58,0.8],"to":[8.78,7.08,3.2],"rotation":{"angle":22.5,"axis":"z","origin":[8,3.3,1.4]},"faces":{"up":{"uv":[5,8.5,4.5,8],"texture":"#0"}}},{"from":[7.2788,5.5788,0.7988],"to":[8.7812,8.1612,3.2012],"rotation":{"angle":45,"axis":"z","origin":[8,3.3,1.4]},"faces":{"north":{"uv":[7.5,7.25,8,8],"texture":"#0"},"east":{"uv":[7,7.25,7.5,8],"texture":"#0"},"south":{"uv":[8,7.25,7.5,8],"texture":"#0"},"west":{"uv":[8,7.25,8.5,8],"texture":"#0"},"up":{"uv":[7,7.75,6.5,7.25],"texture":"#0"}}},{"from":[4.22,2.58,0.8],"to":[5.72,4.08,3.2],"rotation":{"angle":-22.5,"axis":"z","origin":[8,3.3,1.4]},"faces":{"west":{"uv":[6,8,6.5,8.5],"texture":"#0"}}},{"from":[3.1388,2.5788,0.7988],"to":[5.7212,4.0812,3.2012],"rotation":{"angle":0,"axis":"z","origin":[8,3.3,1.4]},"faces":{"north":{"uv":[8.5,7.25,9.25,7.75],"texture":"#0"},"south":{"uv":[9.25,7.25,8.5,7.75],"texture":"#0"},"west":{"uv":[8.75,6.75,9.25,7.25],"texture":"#0"},"up":{"uv":[8,7.25,7.25,6.75],"texture":"#0"},"down":{"uv":[8.75,6.75,8,7.25],"texture":"#0"}}},{"from":[4.22,2.58,0.8],"to":[5.72,4.08,3.2],"rotation":{"angle":22.5,"axis":"z","origin":[8,3.3,1.4]},"faces":{"west":{"uv":[6.5,7.75,7,8.25],"texture":"#0"}}},{"from":[7.2188,-1.5612,0.7988],"to":[8.7212,1.0212,3.2012],"rotation":{"angle":-45,"axis":"z","origin":[8,3.3,1.4]},"faces":{"north":{"uv":[5,6.25,5.5,7],"texture":"#0"},"east":{"uv":[5.5,6.25,6,7],"texture":"#0"},"south":{"uv":[5.5,6.25,5,7],"texture":"#0"},"west":{"uv":[6,6.25,6.5,7],"texture":"#0"},"down":{"uv":[5.5,7,5,7.5],"texture":"#0"}}},{"from":[7.22,-0.48,0.8],"to":[8.72,1.02,3.2],"rotation":{"angle":-22.5,"axis":"z","origin":[8,3.3,1.4]},"faces":{"down":{"uv":[8.5,8,8,8.5],"texture":"#0"}}},{"from":[7.2188,-1.5612,0.7988],"to":[8.7212,1.0212,3.2012],"rotation":{"angle":0,"axis":"z","origin":[8,3.3,1.4]},"faces":{"north":{"uv":[3,8,3.5,8.75],"texture":"#0"},"east":{"uv":[2.5,8,3,8.75],"texture":"#0"},"south":{"uv":[3.5,8,3,8.75],"texture":"#0"},"west":{"uv":[3.5,8,4,8.75],"texture":"#0"},"down":{"uv":[4.5,8,4,8.5],"texture":"#0"}}},{"from":[7.22,-0.48,0.8],"to":[8.72,1.02,3.2],"rotation":{"angle":22.5,"axis":"z","origin":[8,3.3,1.4]},"faces":{"down":{"uv":[7.5,8.75,7,9.25],"texture":"#0"}}},{"from":[7.2188,-1.5612,0.7988],"to":[8.7212,1.0212,3.2012],"rotation":{"angle":45,"axis":"z","origin":[8,3.3,1.4]},"faces":{"north":{"uv":[3.25,7.25,3.75,8],"texture":"#0"},"east":{"uv":[3.75,7.25,4.25,8],"texture":"#0"},"south":{"uv":[3.75,7.25,3.25,8],"texture":"#0"},"west":{"uv":[4.25,7.25,4.75,8],"texture":"#0"},"down":{"uv":[5.25,7.5,4.75,8],"texture":"#0"}}},{"from":[10.28,2.52,0.8],"to":[11.78,4.02,3.2],"rotation":{"angle":-22.5,"axis":"z","origin":[8,3.3,1.4]},"faces":{"east":{"uv":[5,8,5.5,8.5],"texture":"#0"}}},{"from":[2.87514,2.73754,7.76874],"to":[4.00486,3.81926,9.62806],"rotation":{"angle":22.5,"axis":"x","origin":[3.572,3.3,6.128]},"faces":{"north":{"uv":[6.5,8.25,6.75,8.5],"texture":"#0"},"south":{"uv":[6.5,8.5,6.75,8.75],"texture":"#0"},"west":{"uv":[7,8.5,7.5,8.75],"texture":"#0"},"up":{"uv":[7.25,8.5,7,8],"texture":"#0"},"down":{"uv":[7,8.25,6.75,8.75],"texture":"#0"}}},{"from":[2.876,2.7384,7.7696],"to":[4.004,3.8184,8.8496],"rotation":{"angle":0,"axis":"x","origin":[3.572,3.3,6.128]},"faces":{"north":{"uv":[5.75,8.5,6,8.75],"texture":"#0"},"south":{"uv":[6.25,8.5,6.5,8.75],"texture":"#0"},"west":{"uv":[6,8.5,6.25,8.75],"texture":"#0"}}},{"from":[2.87514,2.73754,7.76874],"to":[4.00486,3.81926,9.62806],"rotation":{"angle":-22.5,"axis":"x","origin":[3.572,3.3,6.128]},"faces":{"north":{"uv":[4.5,9,4.75,9.25],"texture":"#0"},"south":{"uv":[4.5,8.75,4.75,9],"texture":"#0"},"west":{"uv":[5.25,8.75,5.75,9],"texture":"#0"},"up":{"uv":[5,9.25,4.75,8.75],"texture":"#0"},"down":{"uv":[5.25,8.75,5,9.25],"texture":"#0"}}},{"from":[2.876,2.7384,7.7696],"to":[4.004,3.8184,8.8496],"rotation":{"angle":-45,"axis":"x","origin":[3.572,3.3,6.128]},"faces":{"north":{"uv":[2,8,2.25,8.25],"texture":"#0"},"east":{"uv":[2.25,8,2.5,8.25],"texture":"#0"},"south":{"uv":[2,8.25,2.25,8.5],"texture":"#0"},"west":{"uv":[2.25,8.25,2.5,8.5],"texture":"#0"}}},{"from":[2.87514,-0.20006,5.56554],"to":[4.00486,1.65926,6.64726],"rotation":{"angle":22.5,"axis":"x","origin":[3.572,3.3,6.128]},"faces":{"north":{"uv":[9,7.75,9.25,8.25],"texture":"#0"},"east":{"uv":[9.25,7.75,9.5,8.25],"texture":"#0"},"south":{"uv":[8.5,7.75,8.75,8.25],"texture":"#0"},"west":{"uv":[8.75,7.75,9,8.25],"texture":"#0"},"up":{"uv":[8.75,8.5,8.5,8.25],"texture":"#0"},"down":{"uv":[9,8.25,8.75,8.5],"texture":"#0"}}},{"from":[2.876,0.5784,5.5664],"to":[4.004,1.6584,6.6464],"rotation":{"angle":0,"axis":"x","origin":[3.572,3.3,6.128]},"faces":{"east":{"uv":[5.75,8.75,6,9],"texture":"#0"},"west":{"uv":[5.75,9,6,9.25],"texture":"#0"},"up":{"uv":[5.5,9.25,5.25,9],"texture":"#0"},"down":{"uv":[5.75,9,5.5,9.25],"texture":"#0"}}},{"from":[2.87514,-0.20006,5.56554],"to":[4.00486,1.65926,6.64726],"rotation":{"angle":-22.5,"axis":"x","origin":[3.572,3.3,6.128]},"faces":{"north":{"uv":[5.25,7.5,5.5,8],"texture":"#0"},"east":{"uv":[5.5,7.5,5.75,8],"texture":"#0"},"south":{"uv":[6.25,7,6.5,7.5],"texture":"#0"},"west":{"uv":[6,7,6.25,7.5],"texture":"#0"},"up":{"uv":[6,8,5.75,7.75],"texture":"#0"},"down":{"uv":[6,7.5,5.75,7.75],"texture":"#0"}}},{"from":[2.876,2.7384,7.7696],"to":[4.004,3.8184,8.8496],"rotation":{"angle":45,"axis":"x","origin":[3.572,3.3,6.128]},"faces":{"north":{"uv":[6.75,8.75,7,9],"texture":"#0"},"east":{"uv":[6.5,8.75,6.75,9],"texture":"#0"},"south":{"uv":[6.75,9,7,9.25],"texture":"#0"},"west":{"uv":[6.5,9,6.75,9.25],"texture":"#0"}}},{"from":[2.87514,2.78074,2.62794],"to":[4.00486,3.86246,4.48726],"rotation":{"angle":22.5,"axis":"x","origin":[3.572,3.3,6.128]},"faces":{"north":{"uv":[7.25,8,7.5,8.25],"texture":"#0"},"south":{"uv":[7.25,8.25,7.5,8.5],"texture":"#0"},"west":{"uv":[7.5,8,8,8.25],"texture":"#0"},"up":{"uv":[7.75,8.75,7.5,8.25],"texture":"#0"},"down":{"uv":[8,8.25,7.75,8.75],"texture":"#0"}}},{"from":[2.876,2.7816,3.4064],"to":[4.004,3.8616,4.4864],"rotation":{"angle":0,"axis":"x","origin":[3.572,3.3,6.128]},"faces":{"north":{"uv":[4.25,8.5,4.5,8.75],"texture":"#0"},"south":{"uv":[4.5,8.5,4.75,8.75],"texture":"#0"},"west":{"uv":[4,8.5,4.25,8.75],"texture":"#0"}}},{"from":[2.87514,2.78074,2.62794],"to":[4.00486,3.86246,4.48726],"rotation":{"angle":-22.5,"axis":"x","origin":[3.572,3.3,6.128]},"faces":{"north":{"uv":[3,9,3.25,9.25],"texture":"#0"},"south":{"uv":[3.25,9,3.5,9.25],"texture":"#0"},"west":{"uv":[3,8.75,3.5,9],"texture":"#0"},"up":{"uv":[2.75,9.25,2.5,8.75],"texture":"#0"},"down":{"uv":[3,8.75,2.75,9.25],"texture":"#0"}}},{"from":[2.876,0.5784,5.5664],"to":[4.004,1.6584,6.6464],"rotation":{"angle":45,"axis":"x","origin":[3.572,3.3,6.128]},"faces":{"east":{"uv":[4,9,4.25,9.25],"texture":"#0"},"west":{"uv":[4,8.75,4.25,9],"texture":"#0"},"up":{"uv":[4.5,9.25,4.25,9],"texture":"#0"},"down":{"uv":[4.5,8.75,4.25,9],"texture":"#0"}}},{"from":[2.87514,4.94074,5.60874],"to":[4.00486,6.80006,6.69046],"rotation":{"angle":22.5,"axis":"x","origin":[3.572,3.3,6.128]},"faces":{"north":{"uv":[2,7.5,2.25,8],"texture":"#0"},"east":{"uv":[2.25,7.5,2.5,8],"texture":"#0"},"south":{"uv":[3,7.5,3.25,8],"texture":"#0"},"west":{"uv":[2.5,7.5,2.75,8],"texture":"#0"},"up":{"uv":[3,7.75,2.75,7.5],"texture":"#0"},"down":{"uv":[3,7.75,2.75,8],"texture":"#0"}}},{"from":[2.876,4.9416,5.6096],"to":[4.004,6.0216,6.6896],"rotation":{"angle":0,"axis":"x","origin":[3.572,3.3,6.128]},"faces":{"east":{"uv":[6,7.75,6.25,8],"texture":"#0"},"west":{"uv":[6.25,7.5,6.5,7.75],"texture":"#0"},"up":{"uv":[6.5,8,6.25,7.75],"texture":"#0"},"down":{"uv":[6.25,7.5,6,7.75],"texture":"#0"}}},{"from":[2.87514,4.94074,5.60874],"to":[4.00486,6.80006,6.69046],"rotation":{"angle":-22.5,"axis":"x","origin":[3.572,3.3,6.128]},"faces":{"north":{"uv":[2.5,6,2.75,6.5],"texture":"#0"},"east":{"uv":[2.75,6,3,6.5],"texture":"#0"},"south":{"uv":[2.5,6.5,2.75,7],"texture":"#0"},"west":{"uv":[2.75,6.5,3,7],"texture":"#0"},"up":{"uv":[2.75,7.25,2.5,7],"texture":"#0"},"down":{"uv":[3,7,2.75,7.25],"texture":"#0"}}},{"from":[2.876,2.7816,3.4064],"to":[4.004,3.8616,4.4864],"rotation":{"angle":45,"axis":"x","origin":[3.572,3.3,6.128]},"faces":{"north":{"uv":[4.75,8.5,5,8.75],"texture":"#0"},"east":{"uv":[5.25,8.5,5.5,8.75],"texture":"#0"},"south":{"uv":[5,8.5,5.25,8.75],"texture":"#0"},"west":{"uv":[5.5,8.5,5.75,8.75],"texture":"#0"}}},{"from":[7.64,7.26,-1.6],"to":[8.24,8.46,0.8],"rotation":{"angle":0,"axis":"z","origin":[4.58,2.82,-1.6]},"faces":{"north":{"uv":[9.25,2,9.5,2.25],"texture":"#0"},"east":{"uv":[10.25,1,9.75,1.25],"texture":"#0"},"south":{"uv":[9.25,2.25,9.5,2.5],"texture":"#0"},"west":{"uv":[9.75,1,10.25,1.25],"texture":"#0"}}},{"from":[7.64,7.26,9.2],"to":[8.24,8.46,11.6],"rotation":{"angle":0,"axis":"z","origin":[4.58,2.82,0.8]},"faces":{"north":{"uv":[10,1.75,10.25,2],"texture":"#0"},"east":{"uv":[10.25,0.75,9.75,1],"texture":"#0"},"south":{"uv":[9.25,1.75,9.5,2],"texture":"#0"},"west":{"uv":[9.75,0.75,10.25,1],"texture":"#0"}}},{"from":[5.12,-0.48,14],"to":[13.28,7.08,18.8],"rotation":{"angle":0,"axis":"y","origin":[-1.6,0,-1.6]},"faces":{"north":{"uv":[0,0,2,2],"texture":"#0"},"east":{"uv":[2,0,3.25,2],"texture":"#0"},"south":{"uv":[0,2,2,4],"texture":"#0"},"west":{"uv":[2,2,3.25,4],"texture":"#0"},"up":{"uv":[5.25,1.25,3.25,0],"texture":"#0"},"down":{"uv":[5.25,0,3.25,1.25],"texture":"#0"}}},{"from":[5.12,0.42,11.6],"to":[10.88,6.18,14],"rotation":{"angle":0,"axis":"y","origin":[-1.6,0,-1.6]},"faces":{"east":{"uv":[1,8.5,0.5,10],"texture":"#0"},"west":{"uv":[0.5,8.5,1,10],"texture":"#0"},"up":{"uv":[2.5,9.5,1,9],"texture":"#0"},"down":{"uv":[2.5,8.5,1,9],"texture":"#0"}}},{"from":[5.12,0.42,-6.4],"to":[10.88,6.18,-1.6],"rotation":{"angle":0,"axis":"y","origin":[-1.6,0,-1.6]},"faces":{"north":{"uv":[9.25,5.25,10.75,6.75],"texture":"#0"},"east":{"uv":[10.75,6.75,9.5,8.25],"texture":"#0"},"west":{"uv":[9.5,6.75,10.75,8.25],"texture":"#0"},"up":{"uv":[10.75,4,9.25,2.75],"texture":"#0"},"down":{"uv":[10.75,4,9.25,5.25],"texture":"#0"}}},{"from":[3.2,2.76,5.6],"to":[4.1,3.84,6.68],"rotation":{"angle":-45,"axis":"x","origin":[2.9,3.3,6.14]},"faces":{"north":{"uv":[2.5,7.25,2.75,7.5],"texture":"#0"},"south":{"uv":[2.5,7.25,2.75,7.5],"texture":"#0"},"west":{"uv":[2.75,7.25,3,7.5],"texture":"#0"},"up":{"uv":[2.5,7.25,2.75,7.5],"texture":"#0"},"down":{"uv":[2.5,7.25,2.75,7.5],"texture":"#0"}}},{"from":[11.96,2.16,-3.8],"to":[14.36,4.56,10.6],"rotation":{"angle":0,"axis":"y","origin":[16.4,0,-1.4]},"faces":{"north":{"uv":[9.5,1.75,10,2.25],"texture":"#0"},"east":{"uv":[6,10.25,2.5,10.75],"texture":"#0"},"south":{"uv":[1.75,9.5,2.25,10],"texture":"#0"},"west":{"uv":[2.5,10.75,6,10.25],"texture":"#0"},"up":{"uv":[2.5,9.25,6,9.75],"rotation":90,"texture":"#0"},"down":{"uv":[2.5,9.75,6,10.25],"rotation":90,"texture":"#0"}}},{"from":[13.16,-2.39,1.3],"to":[13.16,-1.44,6.1],"rotation":{"angle":-45,"axis":"x","origin":[16.4,2.4,-5.3]},"faces":{"east":{"uv":[10.5,2.5,9.25,2.75],"texture":"#0"},"west":{"uv":[9.25,2.5,10.5,2.75],"texture":"#0"}}},{"from":[13.16,4.56,5.5],"to":[13.16,6.36,6.7],"rotation":{"angle":0,"axis":"y","origin":[16.4,2.4,-5.3]},"faces":{"east":{"uv":[4,8.75,3.75,9.25],"texture":"#0"},"west":{"uv":[3.75,8.75,4,9.25],"texture":"#0"}}},{"from":[13.16,4.56,9.4],"to":[13.16,6.36,10.6],"rotation":{"angle":0,"axis":"y","origin":[16.4,2.4,-1.4]},"faces":{"east":{"uv":[3.75,8.75,3.5,9.25],"texture":"#0"},"west":{"uv":[3.5,8.75,3.75,9.25],"texture":"#0"}}},{"from":[12.37,6,5.5],"to":[13.93,9.6,12.7],"rotation":{"angle":45,"axis":"z","origin":[13.15,7.8,9.1]},"faces":{"north":{"uv":[8,8.5,8.5,9.5],"texture":"#0"},"south":{"uv":[7,9.25,7.5,10.25],"texture":"#0"},"up":{"uv":[10.5,10,10,8.25],"texture":"#0"},"down":{"uv":[11,8.25,10.5,10],"texture":"#0"}}},{"from":[11.349,7.079,5.499],"to":[14.951,8.521,12.701],"rotation":{"angle":0,"axis":"z","origin":[13.15,7.8,9.1]},"faces":{"north":{"uv":[4,11.5,5,11.75],"texture":"#0"},"east":{"uv":[4,10.75,5.75,11],"texture":"#0"},"south":{"uv":[4,11.25,5,11.5],"texture":"#0"},"west":{"uv":[4,11,5.75,11.25],"texture":"#0"}}},{"from":[12.37,6,5.5],"to":[13.93,9.6,12.7],"rotation":{"angle":-45,"axis":"z","origin":[13.15,7.8,9.1]},"faces":{"north":{"uv":[6.5,9.25,7,10.25],"texture":"#0"},"south":{"uv":[6,9.25,6.5,10.25],"texture":"#0"},"up":{"uv":[9.5,10,9,8.25],"texture":"#0"},"down":{"uv":[10,8.25,9.5,10],"texture":"#0"}}},{"from":[12.428,5.998,5.498],"to":[13.872,9.602,12.702],"rotation":{"angle":0,"axis":"y","origin":[13.15,7.8,9.1]},"faces":{"north":{"uv":[8.5,8.5,8.75,9.5],"texture":"#0"},"south":{"uv":[8.75,8.5,9,9.5],"texture":"#0"},"up":{"uv":[7.75,10.5,7.5,8.75],"texture":"#0"},"down":{"uv":[8,8.75,7.75,10.5],"texture":"#0"}}},{"from":[13.1,0.98,-4.52],"to":[13.1,1.68,-2.12],"rotation":{"angle":-45,"axis":"x","origin":[11.3,0.48,-4.52]},"faces":{"east":{"uv":[9.5,2.25,10,2.5],"texture":"#0"},"west":{"uv":[10,2.25,9.5,2.5],"texture":"#0"}}},{"from":[13.1,1.68,-6.32],"to":[13.1,5.68,-2.32],"rotation":{"angle":-45,"axis":"x","origin":[11.3,0.48,-4.52]},"faces":{"east":{"uv":[0,0,16,16],"texture":"#1"},"west":{"uv":[16,0,0,16],"texture":"#1"}}},{"from":[11.1,1.68,-4.32],"to":[15.1,5.68,-4.32],"rotation":{"angle":-45,"axis":"x","origin":[11.3,0.48,-4.52]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[16,0,0,16],"texture":"#1"}}},{"from":[8,6.16,-2.8],"to":[8,7.96,12.8],"rotation":{"angle":45,"axis":"z","origin":[8,9.66,5]},"faces":{"east":{"uv":[0.5,10,0,6],"rotation":90,"texture":"#0"},"west":{"uv":[0.5,6,0,10],"rotation":90,"texture":"#0"}}},{"from":[8,11.36,-2.8],"to":[8,13.16,12.8],"rotation":{"angle":45,"axis":"z","origin":[8,9.66,5]},"faces":{"east":{"uv":[0.5,6,0,10],"rotation":270,"texture":"#0"},"west":{"uv":[0.5,10,0,6],"rotation":270,"texture":"#0"}}},{"from":[9.7,9.66,-2.8],"to":[11.5,9.66,12.8],"rotation":{"angle":45,"axis":"z","origin":[8,9.66,5]},"faces":{"up":{"uv":[0.5,10,0,6],"texture":"#0"},"down":{"uv":[0.5,6,0,10],"texture":"#0"}}},{"from":[4.5,9.66,-2.8],"to":[6.3,9.66,12.8],"rotation":{"angle":45,"axis":"z","origin":[8,9.66,5]},"faces":{"up":{"uv":[0.5,6,0,10],"rotation":180,"texture":"#0"},"down":{"uv":[0.5,10,0,6],"rotation":180,"texture":"#0"}}},{"from":[6.8,8.46,-2.8],"to":[9.2,10.86,12.8],"rotation":{"angle":0,"axis":"y","origin":[6.8,8.46,-2.8]},"faces":{"north":{"uv":[8,9.5,8.5,10],"texture":"#0"},"east":{"uv":[4,10.75,0,11.25],"texture":"#0"},"south":{"uv":[9.75,1.25,10.25,1.75],"texture":"#0"},"west":{"uv":[0,10.75,4,11.25],"texture":"#0"},"up":{"uv":[0,11.75,4,11.25],"rotation":90,"texture":"#0"},"down":{"uv":[4,12.25,0,11.75],"rotation":90,"texture":"#0"}}},{"from":[8,6.46,12.8],"to":[8,12.86,18.2],"rotation":{"angle":0,"axis":"y","origin":[6.8,8.46,-2.8]},"faces":{"north":{"uv":[0,10,0.5,10.5],"texture":"#1"},"east":{"uv":[0,14,16,0],"rotation":90,"texture":"#1"},"south":{"uv":[10,0,10.5,0.5],"texture":"#1"},"west":{"uv":[0,0,16,14],"rotation":90,"texture":"#1"},"up":{"uv":[4.5,9.75,4,5.75],"texture":"#1"},"down":{"uv":[5,5.75,4.5,9.75],"texture":"#1"}}},{"from":[4.8,9.66,12.8],"to":[11.2,9.66,19.2],"rotation":{"angle":0,"axis":"z","origin":[8,9.66,15.5]},"faces":{"north":{"uv":[0,10,0.5,10.5],"rotation":270,"texture":"#1"},"east":{"uv":[4.5,9.75,4,5.75],"rotation":90,"texture":"#1"},"south":{"uv":[10,0,10.5,0.5],"rotation":90,"texture":"#1"},"west":{"uv":[5,5.75,4.5,9.75],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,16,14],"rotation":180,"texture":"#1"},"down":{"uv":[0,14,16,0],"rotation":180,"texture":"#1"}}}],"display":{"thirdperson_righthand":{"translation":[0,2,5],"scale":[0.9,0.9,0.9]},"thirdperson_lefthand":{"translation":[0,2,5],"scale":[0.9,0.9,0.9]},"firstperson_righthand":{"rotation":[9,11,0],"translation":[2,3,-1],"scale":[0.9,0.9,0.9]},"firstperson_lefthand":{"rotation":[9,11,0],"translation":[2,3,-1],"scale":[0.9,0.9,0.9]},"gui":{"rotation":[-150,40,180],"translation":[1,3,0],"scale":[0.65,0.65,0.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/lotr_bow.json b/assets/minecraft/models/item/wynn/skin/bow/lotr_bow.json new file mode 100644 index 000000000..3d9955dac --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/lotr_bow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"particle":"skins/lotr_set/lotr_bow","texture":"skins/lotr_set/lotr_bow"},"elements":[{"from":[4.5,6.75,7.375],"to":[4.75,9.25,8.625],"faces":{"down":{"uv":[4.5,9.25,4.75,9],"texture":"#texture"},"up":{"uv":[4.5,6.75,4.75,7],"texture":"#texture"},"north":{"uv":[4.75,6.75,4.5,9.25],"texture":"#texture"},"south":{"uv":[4.5,6.75,4.75,9.25],"texture":"#texture"},"west":{"uv":[4.5,6.75,4.75,9.25],"texture":"#texture"},"east":{"uv":[4.75,6.75,4.5,9.25],"texture":"#texture"}}},{"from":[4.75,8.75,7.375],"to":[5,10.5,8.625],"faces":{"down":{"uv":[4.75,7.25,5,7],"texture":"#texture"},"up":{"uv":[4.75,5.5,5,5.75],"texture":"#texture"},"north":{"uv":[5,5.5,4.75,7.25],"texture":"#texture"},"south":{"uv":[4.75,5.5,5,7.25],"texture":"#texture"},"west":{"uv":[4.75,5.5,5,7.25],"texture":"#texture"},"east":{"uv":[5,5.5,4.75,7.25],"texture":"#texture"}}},{"from":[4.75,5.5,7.375],"to":[5,7.25,8.625],"faces":{"down":{"uv":[4.75,10.5,5,10.25],"texture":"#texture"},"up":{"uv":[4.75,8.75,5,9],"texture":"#texture"},"north":{"uv":[5,8.75,4.75,10.5],"texture":"#texture"},"south":{"uv":[4.75,8.75,5,10.5],"texture":"#texture"},"west":{"uv":[4.75,8.75,5,10.5],"texture":"#texture"},"east":{"uv":[5,8.75,4.75,10.5],"texture":"#texture"}}},{"from":[5,9.25,7.375],"to":[5.25,11.5,8.625],"faces":{"down":{"uv":[5,6.75,5.25,6.5],"texture":"#texture"},"up":{"uv":[5,4.5,5.25,4.75],"texture":"#texture"},"north":{"uv":[5.25,4.5,5,6.75],"texture":"#texture"},"south":{"uv":[5,4.5,5.25,6.75],"texture":"#texture"},"west":{"uv":[5,4.5,5.25,6.75],"texture":"#texture"},"east":{"uv":[5.25,4.5,5,6.75],"texture":"#texture"}}},{"from":[5,4.5,7.375],"to":[5.25,6.75,8.625],"faces":{"down":{"uv":[5,11.5,5.25,11.25],"texture":"#texture"},"up":{"uv":[5,9.25,5.25,9.5],"texture":"#texture"},"north":{"uv":[5.25,9.25,5,11.5],"texture":"#texture"},"south":{"uv":[5,9.25,5.25,11.5],"texture":"#texture"},"west":{"uv":[5,9.25,5.25,11.5],"texture":"#texture"},"east":{"uv":[5.25,9.25,5,11.5],"texture":"#texture"}}},{"from":[5.25,10.75,7.375],"to":[5.5,12,8.625],"faces":{"down":{"uv":[5.25,5.25,5.5,5],"texture":"#texture"},"up":{"uv":[5.25,4,5.5,4.25],"texture":"#texture"},"north":{"uv":[5.5,4,5.25,5.25],"texture":"#texture"},"south":{"uv":[5.25,4,5.5,5.25],"texture":"#texture"},"west":{"uv":[5.25,4,5.5,5.25],"texture":"#texture"},"east":{"uv":[5.5,4,5.25,5.25],"texture":"#texture"}}},{"from":[5.25,4,7.375],"to":[5.5,5.25,8.625],"faces":{"down":{"uv":[5.25,12,5.5,11.75],"texture":"#texture"},"up":{"uv":[5.25,10.75,5.5,11],"texture":"#texture"},"north":{"uv":[5.5,10.75,5.25,12],"texture":"#texture"},"south":{"uv":[5.25,10.75,5.5,12],"texture":"#texture"},"west":{"uv":[5.25,10.75,5.5,12],"texture":"#texture"},"east":{"uv":[5.5,10.75,5.25,12],"texture":"#texture"}}},{"from":[5.5,11.25,7.375],"to":[5.75,12.5,8.625],"faces":{"down":{"uv":[5.5,4.75,5.75,4.5],"texture":"#texture"},"up":{"uv":[5.5,3.5,5.75,3.75],"texture":"#texture"},"north":{"uv":[5.75,3.5,5.5,4.75],"texture":"#texture"},"south":{"uv":[5.5,3.5,5.75,4.75],"texture":"#texture"},"west":{"uv":[5.5,3.5,5.75,4.75],"texture":"#texture"},"east":{"uv":[5.75,3.5,5.5,4.75],"texture":"#texture"}}},{"from":[5.5,3.5,7.375],"to":[5.75,4.75,8.625],"faces":{"down":{"uv":[5.5,12.5,5.75,12.25],"texture":"#texture"},"up":{"uv":[5.5,11.25,5.75,11.5],"texture":"#texture"},"north":{"uv":[5.75,11.25,5.5,12.5],"texture":"#texture"},"south":{"uv":[5.5,11.25,5.75,12.5],"texture":"#texture"},"west":{"uv":[5.5,11.25,5.75,12.5],"texture":"#texture"},"east":{"uv":[5.75,11.25,5.5,12.5],"texture":"#texture"}}},{"from":[5.75,11.5,7.375],"to":[6,12.5,8.625],"faces":{"down":{"uv":[5.75,4.5,6,4.25],"texture":"#texture"},"up":{"uv":[5.75,3.5,6,3.75],"texture":"#texture"},"north":{"uv":[6,3.5,5.75,4.5],"texture":"#texture"},"south":{"uv":[5.75,3.5,6,4.5],"texture":"#texture"},"east":{"uv":[6,3.5,5.75,4.5],"texture":"#texture"}}},{"from":[5.75,3.5,7.375],"to":[6,4.5,8.625],"faces":{"down":{"uv":[5.75,12.5,6,12.25],"texture":"#texture"},"up":{"uv":[5.75,11.5,6,11.75],"texture":"#texture"},"north":{"uv":[6,11.5,5.75,12.5],"texture":"#texture"},"south":{"uv":[5.75,11.5,6,12.5],"texture":"#texture"},"east":{"uv":[6,11.5,5.75,12.5],"texture":"#texture"}}},{"from":[6,11.75,7.375],"to":[6.25,12.75,8.625],"faces":{"down":{"uv":[6,4.25,6.25,4],"texture":"#texture"},"up":{"uv":[6,3.25,6.25,3.5],"texture":"#texture"},"north":{"uv":[6.25,3.25,6,4.25],"texture":"#texture"},"south":{"uv":[6,3.25,6.25,4.25],"texture":"#texture"},"west":{"uv":[6,3.25,6.25,4.25],"texture":"#texture"},"east":{"uv":[6.25,3.25,6,4.25],"texture":"#texture"}}},{"from":[6,3.25,7.375],"to":[6.25,4.25,8.625],"faces":{"down":{"uv":[6,12.75,6.25,12.5],"texture":"#texture"},"up":{"uv":[6,11.75,6.25,12],"texture":"#texture"},"north":{"uv":[6.25,11.75,6,12.75],"texture":"#texture"},"south":{"uv":[6,11.75,6.25,12.75],"texture":"#texture"},"west":{"uv":[6,11.75,6.25,12.75],"texture":"#texture"},"east":{"uv":[6.25,11.75,6,12.75],"texture":"#texture"}}},{"from":[6.25,12,7.375],"to":[6.5,12.75,8.625],"faces":{"down":{"uv":[6.25,4,6.5,3.75],"texture":"#texture"},"up":{"uv":[6.25,3.25,6.5,3.5],"texture":"#texture"},"north":{"uv":[6.5,3.25,6.25,4],"texture":"#texture"},"south":{"uv":[6.25,3.25,6.5,4],"texture":"#texture"},"east":{"uv":[6.5,3.25,6.25,4],"texture":"#texture"}}},{"from":[6.25,3.25,7.375],"to":[6.5,4,8.625],"faces":{"down":{"uv":[6.25,12.75,6.5,12.5],"texture":"#texture"},"up":{"uv":[6.25,12,6.5,12.25],"texture":"#texture"},"north":{"uv":[6.5,12,6.25,12.75],"texture":"#texture"},"south":{"uv":[6.25,12,6.5,12.75],"texture":"#texture"},"east":{"uv":[6.5,12,6.25,12.75],"texture":"#texture"}}},{"from":[6.5,12.25,7.375],"to":[6.75,13,8.625],"faces":{"down":{"uv":[6.5,3.75,6.75,3.5],"texture":"#texture"},"up":{"uv":[6.5,3,6.75,3.25],"texture":"#texture"},"north":{"uv":[6.75,3,6.5,3.75],"texture":"#texture"},"south":{"uv":[6.5,3,6.75,3.75],"texture":"#texture"},"west":{"uv":[6.5,3,6.75,3.75],"texture":"#texture"},"east":{"uv":[6.75,3,6.5,3.75],"texture":"#texture"}}},{"from":[6.5,3,7.375],"to":[6.75,3.75,8.625],"faces":{"down":{"uv":[6.5,13,6.75,12.75],"texture":"#texture"},"up":{"uv":[6.5,12.25,6.75,12.5],"texture":"#texture"},"north":{"uv":[6.75,12.25,6.5,13],"texture":"#texture"},"south":{"uv":[6.5,12.25,6.75,13],"texture":"#texture"},"west":{"uv":[6.5,12.25,6.75,13],"texture":"#texture"},"east":{"uv":[6.75,12.25,6.5,13],"texture":"#texture"}}},{"from":[6.75,12.5,7.375],"to":[7,13,8.625],"faces":{"down":{"uv":[6.75,3.5,7,3.25],"texture":"#texture"},"up":{"uv":[6.75,3,7,3.25],"texture":"#texture"},"north":{"uv":[7,3,6.75,3.5],"texture":"#texture"},"south":{"uv":[6.75,3,7,3.5],"texture":"#texture"},"east":{"uv":[7,3,6.75,3.5],"texture":"#texture"}}},{"from":[6.75,3,7.375],"to":[7,3.5,8.625],"faces":{"down":{"uv":[6.75,13,7,12.75],"texture":"#texture"},"up":{"uv":[6.75,12.5,7,12.75],"texture":"#texture"},"north":{"uv":[7,12.5,6.75,13],"texture":"#texture"},"south":{"uv":[6.75,12.5,7,13],"texture":"#texture"},"east":{"uv":[7,12.5,6.75,13],"texture":"#texture"}}},{"from":[7,12.75,7.375],"to":[7.5,13.25,8.625],"faces":{"down":{"uv":[7,3.25,7.5,3],"texture":"#texture"},"up":{"uv":[7,2.75,7.5,3],"texture":"#texture"},"north":{"uv":[7.5,2.75,7,3.25],"texture":"#texture"},"south":{"uv":[7,2.75,7.5,3.25],"texture":"#texture"},"west":{"uv":[7,2.75,7.25,3.25],"texture":"#texture"},"east":{"uv":[7.5,2.75,7.25,3.25],"texture":"#texture"}}},{"from":[7,2.75,7.375],"to":[7.5,3.25,8.625],"faces":{"down":{"uv":[7,13.25,7.5,13],"texture":"#texture"},"up":{"uv":[7,12.75,7.5,13],"texture":"#texture"},"north":{"uv":[7.5,12.75,7,13.25],"texture":"#texture"},"south":{"uv":[7,12.75,7.5,13.25],"texture":"#texture"},"west":{"uv":[7,12.75,7.25,13.25],"texture":"#texture"},"east":{"uv":[7.5,12.75,7.25,13.25],"texture":"#texture"}}},{"from":[7.5,13,7.375],"to":[8,13.25,8.625],"faces":{"down":{"uv":[7.5,3,8,2.75],"texture":"#texture"},"up":{"uv":[7.5,2.75,8,3],"texture":"#texture"},"north":{"uv":[8,2.75,7.5,3],"texture":"#texture"},"south":{"uv":[7.5,2.75,8,3],"texture":"#texture"},"east":{"uv":[8,2.75,7.75,3],"texture":"#texture"}}},{"from":[7.5,2.75,7.375],"to":[8,3,8.625],"faces":{"down":{"uv":[7.5,13.25,8,13],"texture":"#texture"},"up":{"uv":[7.5,13,8,13.25],"texture":"#texture"},"north":{"uv":[8,13,7.5,13.25],"texture":"#texture"},"south":{"uv":[7.5,13,8,13.25],"texture":"#texture"},"east":{"uv":[8,13,7.75,13.25],"texture":"#texture"}}},{"from":[7.75,13.25,7.375],"to":[8.25,13.5,8.625],"faces":{"down":{"uv":[7.75,2.75,8.25,2.5],"texture":"#texture"},"up":{"uv":[7.75,2.5,8.25,2.75],"texture":"#texture"},"north":{"uv":[8.25,2.5,7.75,2.75],"texture":"#texture"},"south":{"uv":[7.75,2.5,8.25,2.75],"texture":"#texture"},"west":{"uv":[7.75,2.5,8,2.75],"texture":"#texture"},"east":{"uv":[8.25,2.5,8,2.75],"texture":"#texture"}}},{"from":[7.75,2.5,7.375],"to":[8.25,2.75,8.625],"faces":{"down":{"uv":[7.75,13.5,8.25,13.25],"texture":"#texture"},"up":{"uv":[7.75,13.25,8.25,13.5],"texture":"#texture"},"north":{"uv":[8.25,13.25,7.75,13.5],"texture":"#texture"},"south":{"uv":[7.75,13.25,8.25,13.5],"texture":"#texture"},"west":{"uv":[7.75,13.25,8,13.5],"texture":"#texture"},"east":{"uv":[8.25,13.25,8,13.5],"texture":"#texture"}}},{"from":[8.25,13.5,7.375],"to":[8.5,13.75,8.625],"faces":{"down":{"uv":[8.25,2.5,8.5,2.25],"texture":"#texture"},"up":{"uv":[8.25,2.25,8.5,2.5],"texture":"#texture"},"north":{"uv":[8.5,2.25,8.25,2.5],"texture":"#texture"},"south":{"uv":[8.25,2.25,8.5,2.5],"texture":"#texture"},"west":{"uv":[8.25,2.25,8.5,2.5],"texture":"#texture"},"east":{"uv":[8.5,2.25,8.25,2.5],"texture":"#texture"}}},{"from":[8.25,2.25,7.375],"to":[8.5,2.5,8.625],"faces":{"down":{"uv":[8.25,13.75,8.5,13.5],"texture":"#texture"},"up":{"uv":[8.25,13.5,8.5,13.75],"texture":"#texture"},"north":{"uv":[8.5,13.5,8.25,13.75],"texture":"#texture"},"south":{"uv":[8.25,13.5,8.5,13.75],"texture":"#texture"},"west":{"uv":[8.25,13.5,8.5,13.75],"texture":"#texture"},"east":{"uv":[8.5,13.5,8.25,13.75],"texture":"#texture"}}},{"from":[8.5,2,7.375],"to":[8.75,2.25,8.625],"faces":{"down":{"uv":[8.5,14,8.75,13.75],"texture":"#texture"},"up":{"uv":[8.5,13.75,8.75,14],"texture":"#texture"},"north":{"uv":[8.75,13.75,8.5,14],"texture":"#texture"},"south":{"uv":[8.5,13.75,8.75,14],"texture":"#texture"},"west":{"uv":[8.5,13.75,8.75,14],"texture":"#texture"},"east":{"uv":[8.75,13.75,8.5,14],"texture":"#texture"}}},{"from":[9,14,7.375],"to":[9.5,14.25,8.625],"faces":{"down":{"uv":[9,2,9.5,1.75],"texture":"#texture"},"up":{"uv":[9,1.75,9.5,2],"texture":"#texture"},"north":{"uv":[9.5,1.75,9,2],"texture":"#texture"},"south":{"uv":[9,1.75,9.5,2],"texture":"#texture"},"west":{"uv":[9,1.75,9.25,2],"texture":"#texture"},"east":{"uv":[9.5,1.75,9.25,2],"texture":"#texture"}}},{"from":[9,1.75,7.375],"to":[9.5,2,8.625],"faces":{"down":{"uv":[9,14.25,9.5,14],"texture":"#texture"},"up":{"uv":[9,14,9.5,14.25],"texture":"#texture"},"north":{"uv":[9.5,14,9,14.25],"texture":"#texture"},"south":{"uv":[9,14,9.5,14.25],"texture":"#texture"},"west":{"uv":[9,14,9.25,14.25],"texture":"#texture"},"east":{"uv":[9.5,14,9.25,14.25],"texture":"#texture"}}},{"from":[9.25,14.25,7.375],"to":[9.5,14.5,8.625],"faces":{"up":{"uv":[9.25,1.5,9.5,1.75],"texture":"#texture"},"north":{"uv":[9.5,1.5,9.25,1.75],"texture":"#texture"},"south":{"uv":[9.25,1.5,9.5,1.75],"texture":"#texture"},"west":{"uv":[9.25,1.5,9.5,1.75],"texture":"#texture"},"east":{"uv":[9.5,1.5,9.25,1.75],"texture":"#texture"}}},{"from":[9.25,1.5,7.375],"to":[9.5,1.75,8.625],"faces":{"down":{"uv":[9.25,14.5,9.5,14.25],"texture":"#texture"},"north":{"uv":[9.5,14.25,9.25,14.5],"texture":"#texture"},"south":{"uv":[9.25,14.25,9.5,14.5],"texture":"#texture"},"west":{"uv":[9.25,14.25,9.5,14.5],"texture":"#texture"},"east":{"uv":[9.5,14.25,9.25,14.5],"texture":"#texture"}}},{"from":[9.5,14.5,7.375],"to":[9.75,15.25,8.625],"faces":{"down":{"uv":[9.5,1.5,9.75,1.25],"texture":"#texture"},"up":{"uv":[9.5,0.75,9.75,1],"texture":"#texture"},"north":{"uv":[9.75,0.75,9.5,1.5],"texture":"#texture"},"south":{"uv":[9.5,0.75,9.75,1.5],"texture":"#texture"},"west":{"uv":[9.5,0.75,9.75,1.5],"texture":"#texture"},"east":{"uv":[9.75,0.75,9.5,1.5],"texture":"#texture"}}},{"from":[9.5,0.75,7.375],"to":[9.75,1.5,8.625],"faces":{"down":{"uv":[9.5,15.25,9.75,15],"texture":"#texture"},"up":{"uv":[9.5,14.5,9.75,14.75],"texture":"#texture"},"north":{"uv":[9.75,14.5,9.5,15.25],"texture":"#texture"},"south":{"uv":[9.5,14.5,9.75,15.25],"texture":"#texture"},"west":{"uv":[9.5,14.5,9.75,15.25],"texture":"#texture"},"east":{"uv":[9.75,14.5,9.5,15.25],"texture":"#texture"}}},{"from":[4.25,6.75,7.625],"to":[5,9.25,8.375],"faces":{"down":{"uv":[4.25,9.25,5,9],"texture":"#texture"},"up":{"uv":[4.25,6.75,5,7],"texture":"#texture"},"north":{"uv":[5,6.75,4.25,9.25],"texture":"#texture"},"south":{"uv":[4.25,6.75,5,9.25],"texture":"#texture"},"west":{"uv":[4.25,6.75,4.5,9.25],"texture":"#texture"},"east":{"uv":[5,6.75,4.75,9.25],"texture":"#texture"}}},{"from":[4.5,9.25,7.625],"to":[5.5,10.5,8.375],"faces":{"down":{"uv":[4.5,6.75,5.5,6.5],"texture":"#texture"},"up":{"uv":[4.5,5.5,5.5,5.75],"texture":"#texture"},"north":{"uv":[5.5,5.5,4.5,6.75],"texture":"#texture"},"south":{"uv":[4.5,5.5,5.5,6.75],"texture":"#texture"},"west":{"uv":[4.5,5.5,4.75,6.75],"texture":"#texture"},"east":{"uv":[5.5,5.5,5.25,6.75],"texture":"#texture"}}},{"from":[4.5,5.5,7.625],"to":[5.5,6.75,8.375],"faces":{"down":{"uv":[4.5,10.5,5.5,10.25],"texture":"#texture"},"up":{"uv":[4.5,9.25,5.5,9.5],"texture":"#texture"},"north":{"uv":[5.5,9.25,4.5,10.5],"texture":"#texture"},"south":{"uv":[4.5,9.25,5.5,10.5],"texture":"#texture"},"west":{"uv":[4.5,9.25,4.75,10.5],"texture":"#texture"},"east":{"uv":[5.5,9.25,5.25,10.5],"texture":"#texture"}}},{"from":[4.75,10.5,7.625],"to":[5.5,11.5,8.375],"faces":{"up":{"uv":[4.75,4.5,5.5,4.75],"texture":"#texture"},"north":{"uv":[5.5,4.5,4.75,5.5],"texture":"#texture"},"south":{"uv":[4.75,4.5,5.5,5.5],"texture":"#texture"},"west":{"uv":[4.75,4.5,5,5.5],"texture":"#texture"},"east":{"uv":[5.5,4.5,5.25,5.5],"texture":"#texture"}}},{"from":[4.75,4.5,7.625],"to":[5.5,5.5,8.375],"faces":{"down":{"uv":[4.75,11.5,5.5,11.25],"texture":"#texture"},"north":{"uv":[5.5,10.5,4.75,11.5],"texture":"#texture"},"south":{"uv":[4.75,10.5,5.5,11.5],"texture":"#texture"},"west":{"uv":[4.75,10.5,5,11.5],"texture":"#texture"},"east":{"uv":[5.5,10.5,5.25,11.5],"texture":"#texture"}}},{"from":[5,11.5,7.625],"to":[6.25,12,8.375],"faces":{"down":{"uv":[5,4.5,6.25,4.25],"texture":"#texture"},"up":{"uv":[5,4,6.25,4.25],"texture":"#texture"},"north":{"uv":[6.25,4,5,4.5],"texture":"#texture"},"south":{"uv":[5,4,6.25,4.5],"texture":"#texture"},"west":{"uv":[5,4,5.25,4.5],"texture":"#texture"},"east":{"uv":[6.25,4,6,4.5],"texture":"#texture"}}},{"from":[5,8.75,7.625],"to":[5.25,9.25,8.375],"faces":{"down":{"uv":[5,7.25,5.25,7],"texture":"#texture"},"north":{"uv":[5.25,6.75,5,7.25],"texture":"#texture"},"south":{"uv":[5,6.75,5.25,7.25],"texture":"#texture"},"east":{"uv":[5.25,6.75,5,7.25],"texture":"#texture"}}},{"from":[5,6.75,7.625],"to":[5.25,7.25,8.375],"faces":{"up":{"uv":[5,8.75,5.25,9],"texture":"#texture"},"north":{"uv":[5.25,8.75,5,9.25],"texture":"#texture"},"south":{"uv":[5,8.75,5.25,9.25],"texture":"#texture"},"east":{"uv":[5.25,8.75,5,9.25],"texture":"#texture"}}},{"from":[5,4,7.625],"to":[6.25,4.5,8.375],"faces":{"down":{"uv":[5,12,6.25,11.75],"texture":"#texture"},"up":{"uv":[5,11.5,6.25,11.75],"texture":"#texture"},"north":{"uv":[6.25,11.5,5,12],"texture":"#texture"},"south":{"uv":[5,11.5,6.25,12],"texture":"#texture"},"west":{"uv":[5,11.5,5.25,12],"texture":"#texture"},"east":{"uv":[6.25,11.5,6,12],"texture":"#texture"}}},{"from":[5.25,12,7.625],"to":[6.75,12.5,8.375],"faces":{"down":{"uv":[5.25,4,6.75,3.75],"texture":"#texture"},"up":{"uv":[5.25,3.5,6.75,3.75],"texture":"#texture"},"north":{"uv":[6.75,3.5,5.25,4],"texture":"#texture"},"south":{"uv":[5.25,3.5,6.75,4],"texture":"#texture"},"west":{"uv":[5.25,3.5,5.5,4],"texture":"#texture"},"east":{"uv":[6.75,3.5,6.5,4],"texture":"#texture"}}},{"from":[5.25,3.5,7.625],"to":[6.75,4,8.375],"faces":{"down":{"uv":[5.25,12.5,6.75,12.25],"texture":"#texture"},"up":{"uv":[5.25,12,6.75,12.25],"texture":"#texture"},"north":{"uv":[6.75,12,5.25,12.5],"texture":"#texture"},"south":{"uv":[5.25,12,6.75,12.5],"texture":"#texture"},"west":{"uv":[5.25,12,5.5,12.5],"texture":"#texture"},"east":{"uv":[6.75,12,6.5,12.5],"texture":"#texture"}}},{"from":[5.5,12.5,7.625],"to":[7.5,12.75,8.375],"faces":{"down":{"uv":[5.5,3.5,7.5,3.25],"texture":"#texture"},"up":{"uv":[5.5,3.25,7.5,3.5],"texture":"#texture"},"north":{"uv":[7.5,3.25,5.5,3.5],"texture":"#texture"},"south":{"uv":[5.5,3.25,7.5,3.5],"texture":"#texture"},"west":{"uv":[5.5,3.25,5.75,3.5],"texture":"#texture"},"east":{"uv":[7.5,3.25,7.25,3.5],"texture":"#texture"}}},{"from":[5.5,10.75,7.625],"to":[5.75,11.5,8.375],"faces":{"down":{"uv":[5.5,5.25,5.75,5],"texture":"#texture"},"north":{"uv":[5.75,4.5,5.5,5.25],"texture":"#texture"},"south":{"uv":[5.5,4.5,5.75,5.25],"texture":"#texture"},"east":{"uv":[5.75,4.5,5.5,5.25],"texture":"#texture"}}},{"from":[5.5,4.5,7.625],"to":[5.75,5.25,8.375],"faces":{"up":{"uv":[5.5,10.75,5.75,11],"texture":"#texture"},"north":{"uv":[5.75,10.75,5.5,11.5],"texture":"#texture"},"south":{"uv":[5.5,10.75,5.75,11.5],"texture":"#texture"},"east":{"uv":[5.75,10.75,5.5,11.5],"texture":"#texture"}}},{"from":[5.5,3.25,7.625],"to":[7.5,3.5,8.375],"faces":{"down":{"uv":[5.5,12.75,7.5,12.5],"texture":"#texture"},"up":{"uv":[5.5,12.5,7.5,12.75],"texture":"#texture"},"north":{"uv":[7.5,12.5,5.5,12.75],"texture":"#texture"},"south":{"uv":[5.5,12.5,7.5,12.75],"texture":"#texture"},"west":{"uv":[5.5,12.5,5.75,12.75],"texture":"#texture"},"east":{"uv":[7.5,12.5,7.25,12.75],"texture":"#texture"}}},{"from":[5.75,11.25,7.625],"to":[6,11.5,8.375],"faces":{"down":{"uv":[5.75,4.75,6,4.5],"texture":"#texture"},"north":{"uv":[6,4.5,5.75,4.75],"texture":"#texture"},"south":{"uv":[5.75,4.5,6,4.75],"texture":"#texture"},"east":{"uv":[6,4.5,5.75,4.75],"texture":"#texture"}}},{"from":[5.75,4.5,7.625],"to":[6,4.75,8.375],"faces":{"up":{"uv":[5.75,11.25,6,11.5],"texture":"#texture"},"north":{"uv":[6,11.25,5.75,11.5],"texture":"#texture"},"south":{"uv":[5.75,11.25,6,11.5],"texture":"#texture"},"east":{"uv":[6,11.25,5.75,11.5],"texture":"#texture"}}},{"from":[6,12.75,7.625],"to":[8,13,8.375],"faces":{"down":{"uv":[6,3.25,8,3],"texture":"#texture"},"up":{"uv":[6,3,8,3.25],"texture":"#texture"},"north":{"uv":[8,3,6,3.25],"texture":"#texture"},"south":{"uv":[6,3,8,3.25],"texture":"#texture"},"west":{"uv":[6,3,6.25,3.25],"texture":"#texture"},"east":{"uv":[8,3,7.75,3.25],"texture":"#texture"}}},{"from":[6,3,7.625],"to":[8,3.25,8.375],"faces":{"down":{"uv":[6,13,8,12.75],"texture":"#texture"},"up":{"uv":[6,12.75,8,13],"texture":"#texture"},"north":{"uv":[8,12.75,6,13],"texture":"#texture"},"south":{"uv":[6,12.75,8,13],"texture":"#texture"},"west":{"uv":[6,12.75,6.25,13],"texture":"#texture"},"east":{"uv":[8,12.75,7.75,13],"texture":"#texture"}}},{"from":[6.25,11.75,7.625],"to":[6.5,12,8.375],"faces":{"down":{"uv":[6.25,4.25,6.5,4],"texture":"#texture"},"north":{"uv":[6.5,4,6.25,4.25],"texture":"#texture"},"south":{"uv":[6.25,4,6.5,4.25],"texture":"#texture"},"east":{"uv":[6.5,4,6.25,4.25],"texture":"#texture"}}},{"from":[6.25,4,7.625],"to":[6.5,4.25,8.375],"faces":{"up":{"uv":[6.25,11.75,6.5,12],"texture":"#texture"},"north":{"uv":[6.5,11.75,6.25,12],"texture":"#texture"},"south":{"uv":[6.25,11.75,6.5,12],"texture":"#texture"},"east":{"uv":[6.5,11.75,6.25,12],"texture":"#texture"}}},{"from":[6.5,13,7.625],"to":[8.25,13.25,8.375],"faces":{"down":{"uv":[6.5,3,8.25,2.75],"texture":"#texture"},"up":{"uv":[6.5,2.75,8.25,3],"texture":"#texture"},"north":{"uv":[8.25,2.75,6.5,3],"texture":"#texture"},"south":{"uv":[6.5,2.75,8.25,3],"texture":"#texture"},"west":{"uv":[6.5,2.75,6.75,3],"texture":"#texture"},"east":{"uv":[8.25,2.75,8,3],"texture":"#texture"}}},{"from":[6.5,2.75,7.625],"to":[8.25,3,8.375],"faces":{"down":{"uv":[6.5,13.25,8.25,13],"texture":"#texture"},"up":{"uv":[6.5,13,8.25,13.25],"texture":"#texture"},"north":{"uv":[8.25,13,6.5,13.25],"texture":"#texture"},"south":{"uv":[6.5,13,8.25,13.25],"texture":"#texture"},"west":{"uv":[6.5,13,6.75,13.25],"texture":"#texture"},"east":{"uv":[8.25,13,8,13.25],"texture":"#texture"}}},{"from":[6.75,12.25,7.625],"to":[7,12.5,8.375],"faces":{"down":{"uv":[6.75,3.75,7,3.5],"texture":"#texture"},"north":{"uv":[7,3.5,6.75,3.75],"texture":"#texture"},"south":{"uv":[6.75,3.5,7,3.75],"texture":"#texture"},"east":{"uv":[7,3.5,6.75,3.75],"texture":"#texture"}}},{"from":[6.75,3.5,7.625],"to":[7,3.75,8.375],"faces":{"up":{"uv":[6.75,12.25,7,12.5],"texture":"#texture"},"north":{"uv":[7,12.25,6.75,12.5],"texture":"#texture"},"south":{"uv":[6.75,12.25,7,12.5],"texture":"#texture"},"east":{"uv":[7,12.25,6.75,12.5],"texture":"#texture"}}},{"from":[7,13.25,7.625],"to":[8.5,13.5,8.375],"faces":{"down":{"uv":[7,2.75,8.5,2.5],"texture":"#texture"},"up":{"uv":[7,2.5,8.5,2.75],"texture":"#texture"},"north":{"uv":[8.5,2.5,7,2.75],"texture":"#texture"},"south":{"uv":[7,2.5,8.5,2.75],"texture":"#texture"},"west":{"uv":[7,2.5,7.25,2.75],"texture":"#texture"},"east":{"uv":[8.5,2.5,8.25,2.75],"texture":"#texture"}}},{"from":[7,2.5,7.625],"to":[8.5,2.75,8.375],"faces":{"down":{"uv":[7,13.5,8.5,13.25],"texture":"#texture"},"up":{"uv":[7,13.25,8.5,13.5],"texture":"#texture"},"north":{"uv":[8.5,13.25,7,13.5],"texture":"#texture"},"south":{"uv":[7,13.25,8.5,13.5],"texture":"#texture"},"west":{"uv":[7,13.25,7.25,13.5],"texture":"#texture"},"east":{"uv":[8.5,13.25,8.25,13.5],"texture":"#texture"}}},{"from":[7.75,13.5,7.625],"to":[8.75,13.75,8.375],"faces":{"down":{"uv":[7.75,2.5,8.75,2.25],"texture":"#texture"},"up":{"uv":[7.75,2.25,8.75,2.5],"texture":"#texture"},"north":{"uv":[8.75,2.25,7.75,2.5],"texture":"#texture"},"south":{"uv":[7.75,2.25,8.75,2.5],"texture":"#texture"},"west":{"uv":[7.75,2.25,8,2.5],"texture":"#texture"},"east":{"uv":[8.75,2.25,8.5,2.5],"texture":"#texture"}}},{"from":[7.75,2.25,7.625],"to":[8.75,2.5,8.375],"faces":{"down":{"uv":[7.75,13.75,8.75,13.5],"texture":"#texture"},"up":{"uv":[7.75,13.5,8.75,13.75],"texture":"#texture"},"north":{"uv":[8.75,13.5,7.75,13.75],"texture":"#texture"},"south":{"uv":[7.75,13.5,8.75,13.75],"texture":"#texture"},"west":{"uv":[7.75,13.5,8,13.75],"texture":"#texture"},"east":{"uv":[8.75,13.5,8.5,13.75],"texture":"#texture"}}},{"from":[8.25,13.75,7.625],"to":[9.5,14,8.375],"faces":{"down":{"uv":[8.25,2.25,9.5,2],"texture":"#texture"},"up":{"uv":[8.25,2,9.5,2.25],"texture":"#texture"},"north":{"uv":[9.5,2,8.25,2.25],"texture":"#texture"},"south":{"uv":[8.25,2,9.5,2.25],"texture":"#texture"},"west":{"uv":[8.25,2,8.5,2.25],"texture":"#texture"},"east":{"uv":[9.5,2,9.25,2.25],"texture":"#texture"}}},{"from":[8.25,2,7.625],"to":[9.5,2.25,8.375],"faces":{"down":{"uv":[8.25,14,9.5,13.75],"texture":"#texture"},"up":{"uv":[8.25,13.75,9.5,14],"texture":"#texture"},"north":{"uv":[9.5,13.75,8.25,14],"texture":"#texture"},"south":{"uv":[8.25,13.75,9.5,14],"texture":"#texture"},"west":{"uv":[8.25,13.75,8.5,14],"texture":"#texture"},"east":{"uv":[9.5,13.75,9.25,14],"texture":"#texture"}}},{"from":[8.75,14,7.625],"to":[9.75,14.25,8.375],"faces":{"down":{"uv":[8.75,2,9.75,1.75],"texture":"#texture"},"up":{"uv":[8.75,1.75,9.75,2],"texture":"#texture"},"north":{"uv":[9.75,1.75,8.75,2],"texture":"#texture"},"south":{"uv":[8.75,1.75,9.75,2],"texture":"#texture"},"west":{"uv":[8.75,1.75,9,2],"texture":"#texture"},"east":{"uv":[9.75,1.75,9.5,2],"texture":"#texture"}}},{"from":[8.75,1.75,7.625],"to":[9.75,2,8.375],"faces":{"down":{"uv":[8.75,14.25,9.75,14],"texture":"#texture"},"up":{"uv":[8.75,14,9.75,14.25],"texture":"#texture"},"north":{"uv":[9.75,14,8.75,14.25],"texture":"#texture"},"south":{"uv":[8.75,14,9.75,14.25],"texture":"#texture"},"west":{"uv":[8.75,14,9,14.25],"texture":"#texture"},"east":{"uv":[9.75,14,9.5,14.25],"texture":"#texture"}}},{"from":[9,14.25,7.625],"to":[9.75,14.5,8.375],"faces":{"up":{"uv":[9,1.5,9.75,1.75],"texture":"#texture"},"north":{"uv":[9.75,1.5,9,1.75],"texture":"#texture"},"south":{"uv":[9,1.5,9.75,1.75],"texture":"#texture"},"west":{"uv":[9,1.5,9.25,1.75],"texture":"#texture"},"east":{"uv":[9.75,1.5,9.5,1.75],"texture":"#texture"}}},{"from":[9,1.5,7.625],"to":[9.75,1.75,8.375],"faces":{"down":{"uv":[9,14.5,9.75,14.25],"texture":"#texture"},"north":{"uv":[9.75,14.25,9,14.5],"texture":"#texture"},"south":{"uv":[9,14.25,9.75,14.5],"texture":"#texture"},"west":{"uv":[9,14.25,9.25,14.5],"texture":"#texture"},"east":{"uv":[9.75,14.25,9.5,14.5],"texture":"#texture"}}},{"from":[9.25,14.5,7.625],"to":[10,15.25,8.375],"faces":{"down":{"uv":[9.25,1.5,10,1.25],"texture":"#texture"},"up":{"uv":[9.25,0.75,10,1],"texture":"#texture"},"north":{"uv":[10,0.75,9.25,1.5],"texture":"#texture"},"south":{"uv":[9.25,0.75,10,1.5],"texture":"#texture"},"west":{"uv":[9.25,0.75,9.5,1.5],"texture":"#texture"},"east":{"uv":[10,0.75,9.75,1.5],"texture":"#texture"}}},{"from":[9.25,0.75,7.625],"to":[10,1.5,8.375],"faces":{"down":{"uv":[9.25,15.25,10,15],"texture":"#texture"},"up":{"uv":[9.25,14.5,10,14.75],"texture":"#texture"},"north":{"uv":[10,14.5,9.25,15.25],"texture":"#texture"},"south":{"uv":[9.25,14.5,10,15.25],"texture":"#texture"},"west":{"uv":[9.25,14.5,9.5,15.25],"texture":"#texture"},"east":{"uv":[10,14.5,9.75,15.25],"texture":"#texture"}}},{"from":[9.5,15.25,7.625],"to":[10,15.5,8.375],"faces":{"up":{"uv":[9.5,0.5,10,0.75],"texture":"#texture"},"north":{"uv":[10,0.5,9.5,0.75],"texture":"#texture"},"south":{"uv":[9.5,0.5,10,0.75],"texture":"#texture"},"west":{"uv":[9.5,0.5,9.75,0.75],"texture":"#texture"},"east":{"uv":[10,0.5,9.75,0.75],"texture":"#texture"}}},{"from":[9.5,0.5,7.625],"to":[10,0.75,8.375],"faces":{"down":{"uv":[9.5,15.5,10,15.25],"texture":"#texture"},"north":{"uv":[10,15.25,9.5,15.5],"texture":"#texture"},"south":{"uv":[9.5,15.25,10,15.5],"texture":"#texture"},"west":{"uv":[9.5,15.25,9.75,15.5],"texture":"#texture"},"east":{"uv":[10,15.25,9.75,15.5],"texture":"#texture"}}},{"from":[4,6.75,7.875],"to":[6,9.25,8.125],"faces":{"down":{"uv":[4,9.25,6,9],"texture":"#texture"},"up":{"uv":[4,6.75,6,7],"texture":"#texture"},"north":{"uv":[6,6.75,4,9.25],"texture":"#texture"},"south":{"uv":[4,6.75,6,9.25],"texture":"#texture"},"west":{"uv":[4,6.75,4.25,9.25],"texture":"#texture"},"east":{"uv":[6,6.75,5.75,9.25],"texture":"#texture"}}},{"from":[4.25,9.25,7.875],"to":[5.75,10.5,8.125],"faces":{"up":{"uv":[4.25,5.5,5.75,5.75],"texture":"#texture"},"north":{"uv":[5.75,5.5,4.25,6.75],"texture":"#texture"},"south":{"uv":[4.25,5.5,5.75,6.75],"texture":"#texture"},"west":{"uv":[4.25,5.5,4.5,6.75],"texture":"#texture"},"east":{"uv":[5.75,5.5,5.5,6.75],"texture":"#texture"}}},{"from":[4.25,5.5,7.875],"to":[5.75,6.75,8.125],"faces":{"down":{"uv":[4.25,10.5,5.75,10.25],"texture":"#texture"},"north":{"uv":[5.75,9.25,4.25,10.5],"texture":"#texture"},"south":{"uv":[4.25,9.25,5.75,10.5],"texture":"#texture"},"west":{"uv":[4.25,9.25,4.5,10.5],"texture":"#texture"},"east":{"uv":[5.75,9.25,5.5,10.5],"texture":"#texture"}}},{"from":[4.5,10.5,7.875],"to":[5.75,11.5,8.125],"faces":{"up":{"uv":[4.5,4.5,5.75,4.75],"texture":"#texture"},"north":{"uv":[5.75,4.5,4.5,5.5],"texture":"#texture"},"south":{"uv":[4.5,4.5,5.75,5.5],"texture":"#texture"},"west":{"uv":[4.5,4.5,4.75,5.5],"texture":"#texture"},"east":{"uv":[5.75,4.5,5.5,5.5],"texture":"#texture"}}},{"from":[4.5,4.5,7.875],"to":[5.75,5.5,8.125],"faces":{"down":{"uv":[4.5,11.5,5.75,11.25],"texture":"#texture"},"north":{"uv":[5.75,10.5,4.5,11.5],"texture":"#texture"},"south":{"uv":[4.5,10.5,5.75,11.5],"texture":"#texture"},"west":{"uv":[4.5,10.5,4.75,11.5],"texture":"#texture"},"east":{"uv":[5.75,10.5,5.5,11.5],"texture":"#texture"}}},{"from":[4.75,11.5,7.875],"to":[6.5,12,8.125],"faces":{"down":{"uv":[4.75,4.5,6.5,4.25],"texture":"#texture"},"up":{"uv":[4.75,4,6.5,4.25],"texture":"#texture"},"north":{"uv":[6.5,4,4.75,4.5],"texture":"#texture"},"south":{"uv":[4.75,4,6.5,4.5],"texture":"#texture"},"west":{"uv":[4.75,4,5,4.5],"texture":"#texture"},"east":{"uv":[6.5,4,6.25,4.5],"texture":"#texture"}}},{"from":[4.75,4,7.875],"to":[6.5,4.5,8.125],"faces":{"down":{"uv":[4.75,12,6.5,11.75],"texture":"#texture"},"up":{"uv":[4.75,11.5,6.5,11.75],"texture":"#texture"},"north":{"uv":[6.5,11.5,4.75,12],"texture":"#texture"},"south":{"uv":[4.75,11.5,6.5,12],"texture":"#texture"},"west":{"uv":[4.75,11.5,5,12],"texture":"#texture"},"east":{"uv":[6.5,11.5,6.25,12],"texture":"#texture"}}},{"from":[5,12,7.875],"to":[7,12.5,8.125],"faces":{"down":{"uv":[5,4,7,3.75],"texture":"#texture"},"up":{"uv":[5,3.5,7,3.75],"texture":"#texture"},"north":{"uv":[7,3.5,5,4],"texture":"#texture"},"south":{"uv":[5,3.5,7,4],"texture":"#texture"},"west":{"uv":[5,3.5,5.25,4],"texture":"#texture"},"east":{"uv":[7,3.5,6.75,4],"texture":"#texture"}}},{"from":[5,3.5,7.875],"to":[7,4,8.125],"faces":{"down":{"uv":[5,12.5,7,12.25],"texture":"#texture"},"up":{"uv":[5,12,7,12.25],"texture":"#texture"},"north":{"uv":[7,12,5,12.5],"texture":"#texture"},"south":{"uv":[5,12,7,12.5],"texture":"#texture"},"west":{"uv":[5,12,5.25,12.5],"texture":"#texture"},"east":{"uv":[7,12,6.75,12.5],"texture":"#texture"}}},{"from":[5.25,12.5,7.875],"to":[8,12.75,8.125],"faces":{"down":{"uv":[5.25,3.5,8,3.25],"texture":"#texture"},"up":{"uv":[5.25,3.25,8,3.5],"texture":"#texture"},"north":{"uv":[8,3.25,5.25,3.5],"texture":"#texture"},"south":{"uv":[5.25,3.25,8,3.5],"texture":"#texture"},"west":{"uv":[5.25,3.25,5.5,3.5],"texture":"#texture"},"east":{"uv":[8,3.25,7.75,3.5],"texture":"#texture"}}},{"from":[5.25,3.25,7.875],"to":[8,3.5,8.125],"faces":{"down":{"uv":[5.25,12.75,8,12.5],"texture":"#texture"},"up":{"uv":[5.25,12.5,8,12.75],"texture":"#texture"},"north":{"uv":[8,12.5,5.25,12.75],"texture":"#texture"},"south":{"uv":[5.25,12.5,8,12.75],"texture":"#texture"},"west":{"uv":[5.25,12.5,5.5,12.75],"texture":"#texture"},"east":{"uv":[8,12.5,7.75,12.75],"texture":"#texture"}}},{"from":[5.5,12.75,7.875],"to":[8.25,13,8.125],"faces":{"down":{"uv":[5.5,3.25,8.25,3],"texture":"#texture"},"up":{"uv":[5.5,3,8.25,3.25],"texture":"#texture"},"north":{"uv":[8.25,3,5.5,3.25],"texture":"#texture"},"south":{"uv":[5.5,3,8.25,3.25],"texture":"#texture"},"west":{"uv":[5.5,3,5.75,3.25],"texture":"#texture"},"east":{"uv":[8.25,3,8,3.25],"texture":"#texture"}}},{"from":[5.5,3,7.875],"to":[8.25,3.25,8.125],"faces":{"down":{"uv":[5.5,13,8.25,12.75],"texture":"#texture"},"up":{"uv":[5.5,12.75,8.25,13],"texture":"#texture"},"north":{"uv":[8.25,12.75,5.5,13],"texture":"#texture"},"south":{"uv":[5.5,12.75,8.25,13],"texture":"#texture"},"west":{"uv":[5.5,12.75,5.75,13],"texture":"#texture"},"east":{"uv":[8.25,12.75,8,13],"texture":"#texture"}}},{"from":[5.75,10.75,7.875],"to":[6,11.5,8.125],"faces":{"down":{"uv":[5.75,5.25,6,5],"texture":"#texture"},"north":{"uv":[6,4.5,5.75,5.25],"texture":"#texture"},"south":{"uv":[5.75,4.5,6,5.25],"texture":"#texture"},"east":{"uv":[6,4.5,5.75,5.25],"texture":"#texture"}}},{"from":[5.75,9.25,7.875],"to":[6,10,8.125],"faces":{"up":{"uv":[5.75,6,6,6.25],"texture":"#texture"},"north":{"uv":[6,6,5.75,6.75],"texture":"#texture"},"south":{"uv":[5.75,6,6,6.75],"texture":"#texture"},"east":{"uv":[6,6,5.75,6.75],"texture":"#texture"}}},{"from":[5.75,6,7.875],"to":[6,6.75,8.125],"faces":{"down":{"uv":[5.75,10,6,9.75],"texture":"#texture"},"north":{"uv":[6,9.25,5.75,10],"texture":"#texture"},"south":{"uv":[5.75,9.25,6,10],"texture":"#texture"},"east":{"uv":[6,9.25,5.75,10],"texture":"#texture"}}},{"from":[5.75,4.5,7.875],"to":[6,5.25,8.125],"faces":{"up":{"uv":[5.75,10.75,6,11],"texture":"#texture"},"north":{"uv":[6,10.75,5.75,11.5],"texture":"#texture"},"south":{"uv":[5.75,10.75,6,11.5],"texture":"#texture"},"east":{"uv":[6,10.75,5.75,11.5],"texture":"#texture"}}},{"from":[6,13,7.875],"to":[8.5,13.25,8.125],"faces":{"down":{"uv":[6,3,8.5,2.75],"texture":"#texture"},"up":{"uv":[6,2.75,8.5,3],"texture":"#texture"},"north":{"uv":[8.5,2.75,6,3],"texture":"#texture"},"south":{"uv":[6,2.75,8.5,3],"texture":"#texture"},"west":{"uv":[6,2.75,6.25,3],"texture":"#texture"},"east":{"uv":[8.5,2.75,8.25,3],"texture":"#texture"}}},{"from":[6,11.25,7.875],"to":[6.25,11.5,8.125],"faces":{"down":{"uv":[6,4.75,6.25,4.5],"texture":"#texture"},"north":{"uv":[6.25,4.5,6,4.75],"texture":"#texture"},"south":{"uv":[6,4.5,6.25,4.75],"texture":"#texture"},"east":{"uv":[6.25,4.5,6,4.75],"texture":"#texture"}}},{"from":[6,4.5,7.875],"to":[6.25,4.75,8.125],"faces":{"up":{"uv":[6,11.25,6.25,11.5],"texture":"#texture"},"north":{"uv":[6.25,11.25,6,11.5],"texture":"#texture"},"south":{"uv":[6,11.25,6.25,11.5],"texture":"#texture"},"east":{"uv":[6.25,11.25,6,11.5],"texture":"#texture"}}},{"from":[6,2.75,7.875],"to":[8.5,3,8.125],"faces":{"down":{"uv":[6,13.25,8.5,13],"texture":"#texture"},"up":{"uv":[6,13,8.5,13.25],"texture":"#texture"},"north":{"uv":[8.5,13,6,13.25],"texture":"#texture"},"south":{"uv":[6,13,8.5,13.25],"texture":"#texture"},"west":{"uv":[6,13,6.25,13.25],"texture":"#texture"},"east":{"uv":[8.5,13,8.25,13.25],"texture":"#texture"}}},{"from":[6.5,13.25,7.875],"to":[8.75,13.5,8.125],"faces":{"down":{"uv":[6.5,2.75,8.75,2.5],"texture":"#texture"},"up":{"uv":[6.5,2.5,8.75,2.75],"texture":"#texture"},"north":{"uv":[8.75,2.5,6.5,2.75],"texture":"#texture"},"south":{"uv":[6.5,2.5,8.75,2.75],"texture":"#texture"},"west":{"uv":[6.5,2.5,6.75,2.75],"texture":"#texture"},"east":{"uv":[8.75,2.5,8.5,2.75],"texture":"#texture"}}},{"from":[6.5,11.75,7.875],"to":[6.75,12,8.125],"faces":{"down":{"uv":[6.5,4.25,6.75,4],"texture":"#texture"},"north":{"uv":[6.75,4,6.5,4.25],"texture":"#texture"},"south":{"uv":[6.5,4,6.75,4.25],"texture":"#texture"},"east":{"uv":[6.75,4,6.5,4.25],"texture":"#texture"}}},{"from":[6.5,4,7.875],"to":[6.75,4.25,8.125],"faces":{"up":{"uv":[6.5,11.75,6.75,12],"texture":"#texture"},"north":{"uv":[6.75,11.75,6.5,12],"texture":"#texture"},"south":{"uv":[6.5,11.75,6.75,12],"texture":"#texture"},"east":{"uv":[6.75,11.75,6.5,12],"texture":"#texture"}}},{"from":[6.5,2.5,7.875],"to":[8.75,2.75,8.125],"faces":{"down":{"uv":[6.5,13.5,8.75,13.25],"texture":"#texture"},"up":{"uv":[6.5,13.25,8.75,13.5],"texture":"#texture"},"north":{"uv":[8.75,13.25,6.5,13.5],"texture":"#texture"},"south":{"uv":[6.5,13.25,8.75,13.5],"texture":"#texture"},"west":{"uv":[6.5,13.25,6.75,13.5],"texture":"#texture"},"east":{"uv":[8.75,13.25,8.5,13.5],"texture":"#texture"}}},{"from":[7,13.5,7.875],"to":[9.5,13.75,8.125],"faces":{"down":{"uv":[7,2.5,9.5,2.25],"texture":"#texture"},"up":{"uv":[7,2.25,9.5,2.5],"texture":"#texture"},"north":{"uv":[9.5,2.25,7,2.5],"texture":"#texture"},"south":{"uv":[7,2.25,9.5,2.5],"texture":"#texture"},"west":{"uv":[7,2.25,7.25,2.5],"texture":"#texture"},"east":{"uv":[9.5,2.25,9.25,2.5],"texture":"#texture"}}},{"from":[7,12.25,7.875],"to":[7.5,12.5,8.125],"faces":{"down":{"uv":[7,3.75,7.5,3.5],"texture":"#texture"},"north":{"uv":[7.5,3.5,7,3.75],"texture":"#texture"},"south":{"uv":[7,3.5,7.5,3.75],"texture":"#texture"},"east":{"uv":[7.5,3.5,7.25,3.75],"texture":"#texture"}}},{"from":[7,3.5,7.875],"to":[7.5,3.75,8.125],"faces":{"up":{"uv":[7,12.25,7.5,12.5],"texture":"#texture"},"north":{"uv":[7.5,12.25,7,12.5],"texture":"#texture"},"south":{"uv":[7,12.25,7.5,12.5],"texture":"#texture"},"east":{"uv":[7.5,12.25,7.25,12.5],"texture":"#texture"}}},{"from":[7,2.25,7.875],"to":[9.5,2.5,8.125],"faces":{"down":{"uv":[7,13.75,9.5,13.5],"texture":"#texture"},"up":{"uv":[7,13.5,9.5,13.75],"texture":"#texture"},"north":{"uv":[9.5,13.5,7,13.75],"texture":"#texture"},"south":{"uv":[7,13.5,9.5,13.75],"texture":"#texture"},"west":{"uv":[7,13.5,7.25,13.75],"texture":"#texture"},"east":{"uv":[9.5,13.5,9.25,13.75],"texture":"#texture"}}},{"from":[7.75,13.75,7.875],"to":[9.75,14,8.125],"faces":{"down":{"uv":[7.75,2.25,9.75,2],"texture":"#texture"},"up":{"uv":[7.75,2,9.75,2.25],"texture":"#texture"},"north":{"uv":[9.75,2,7.75,2.25],"texture":"#texture"},"south":{"uv":[7.75,2,9.75,2.25],"texture":"#texture"},"west":{"uv":[7.75,2,8,2.25],"texture":"#texture"},"east":{"uv":[9.75,2,9.5,2.25],"texture":"#texture"}}},{"from":[7.75,2,7.875],"to":[9.75,2.25,8.125],"faces":{"down":{"uv":[7.75,14,9.75,13.75],"texture":"#texture"},"up":{"uv":[7.75,13.75,9.75,14],"texture":"#texture"},"north":{"uv":[9.75,13.75,7.75,14],"texture":"#texture"},"south":{"uv":[7.75,13.75,9.75,14],"texture":"#texture"},"west":{"uv":[7.75,13.75,8,14],"texture":"#texture"},"east":{"uv":[9.75,13.75,9.5,14],"texture":"#texture"}}},{"from":[8.25,14,7.875],"to":[10,14.25,8.125],"faces":{"down":{"uv":[8.25,2,10,1.75],"texture":"#texture"},"up":{"uv":[8.25,1.75,10,2],"texture":"#texture"},"north":{"uv":[10,1.75,8.25,2],"texture":"#texture"},"south":{"uv":[8.25,1.75,10,2],"texture":"#texture"},"west":{"uv":[8.25,1.75,8.5,2],"texture":"#texture"},"east":{"uv":[10,1.75,9.75,2],"texture":"#texture"}}},{"from":[8.25,1.75,7.875],"to":[10,2,8.125],"faces":{"down":{"uv":[8.25,14.25,10,14],"texture":"#texture"},"up":{"uv":[8.25,14,10,14.25],"texture":"#texture"},"north":{"uv":[10,14,8.25,14.25],"texture":"#texture"},"south":{"uv":[8.25,14,10,14.25],"texture":"#texture"},"west":{"uv":[8.25,14,8.5,14.25],"texture":"#texture"},"east":{"uv":[10,14,9.75,14.25],"texture":"#texture"}}},{"from":[8.75,14.25,7.875],"to":[10,14.5,8.125],"faces":{"up":{"uv":[8.75,1.5,10,1.75],"texture":"#texture"},"north":{"uv":[10,1.5,8.75,1.75],"texture":"#texture"},"south":{"uv":[8.75,1.5,10,1.75],"texture":"#texture"},"west":{"uv":[8.75,1.5,9,1.75],"texture":"#texture"},"east":{"uv":[10,1.5,9.75,1.75],"texture":"#texture"}}},{"from":[8.75,1.5,7.875],"to":[10,1.75,8.125],"faces":{"down":{"uv":[8.75,14.5,10,14.25],"texture":"#texture"},"north":{"uv":[10,14.25,8.75,14.5],"texture":"#texture"},"south":{"uv":[8.75,14.25,10,14.5],"texture":"#texture"},"west":{"uv":[8.75,14.25,9,14.5],"texture":"#texture"},"east":{"uv":[10,14.25,9.75,14.5],"texture":"#texture"}}},{"from":[9,14.5,7.875],"to":[10.25,15.25,8.125],"faces":{"down":{"uv":[9,1.5,10.25,1.25],"texture":"#texture"},"up":{"uv":[9,0.75,10.25,1],"texture":"#texture"},"north":{"uv":[10.25,0.75,9,1.5],"texture":"#texture"},"south":{"uv":[9,0.75,10.25,1.5],"texture":"#texture"},"west":{"uv":[9,0.75,9.25,1.5],"texture":"#texture"},"east":{"uv":[10.25,0.75,10,1.5],"texture":"#texture"}}},{"from":[9,0.75,7.875],"to":[10.25,1.5,8.125],"faces":{"down":{"uv":[9,15.25,10.25,15],"texture":"#texture"},"up":{"uv":[9,14.5,10.25,14.75],"texture":"#texture"},"north":{"uv":[10.25,14.5,9,15.25],"texture":"#texture"},"south":{"uv":[9,14.5,10.25,15.25],"texture":"#texture"},"west":{"uv":[9,14.5,9.25,15.25],"texture":"#texture"},"east":{"uv":[10.25,14.5,10,15.25],"texture":"#texture"}}},{"from":[9.25,15.25,7.875],"to":[10,15.75,8.125],"faces":{"up":{"uv":[9.25,0.25,10,0.5],"texture":"#texture"},"north":{"uv":[10,0.25,9.25,0.75],"texture":"#texture"},"south":{"uv":[9.25,0.25,10,0.75],"texture":"#texture"},"west":{"uv":[9.25,0.25,9.5,0.75],"texture":"#texture"},"east":{"uv":[10,0.25,9.75,0.75],"texture":"#texture"}}},{"from":[9.25,2.5,7.875],"to":[9.5,13.5,8.125],"faces":{"north":{"uv":[9.5,2.5,9.25,13.5],"texture":"#texture"},"south":{"uv":[9.25,2.5,9.5,13.5],"texture":"#texture"},"west":{"uv":[9.25,2.5,9.5,13.5],"texture":"#texture"},"east":{"uv":[9.5,2.5,9.25,13.5],"texture":"#texture"}}},{"from":[9.25,0.25,7.875],"to":[10,0.75,8.125],"faces":{"down":{"uv":[9.25,15.75,10,15.5],"texture":"#texture"},"north":{"uv":[10,15.25,9.25,15.75],"texture":"#texture"},"south":{"uv":[9.25,15.25,10,15.75],"texture":"#texture"},"west":{"uv":[9.25,15.25,9.5,15.75],"texture":"#texture"},"east":{"uv":[10,15.25,9.75,15.75],"texture":"#texture"}}},{"from":[10,15.25,7.875],"to":[10.25,15.5,8.125],"faces":{"up":{"uv":[10,0.5,10.25,0.75],"texture":"#texture"},"north":{"uv":[10.25,0.5,10,0.75],"texture":"#texture"},"south":{"uv":[10,0.5,10.25,0.75],"texture":"#texture"},"east":{"uv":[10.25,0.5,10,0.75],"texture":"#texture"}}},{"from":[10,0.5,7.875],"to":[10.25,0.75,8.125],"faces":{"down":{"uv":[10,15.5,10.25,15.25],"texture":"#texture"},"north":{"uv":[10.25,15.25,10,15.5],"texture":"#texture"},"south":{"uv":[10,15.25,10.25,15.5],"texture":"#texture"},"east":{"uv":[10.25,15.25,10,15.5],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-90,0],"translation":[0,0.57,6.61],"scale":[2,2,2]},"thirdperson_lefthand":{"rotation":[0,90,0],"translation":[0,0.57,6.61],"scale":[2,2,2]},"firstperson_righthand":{"rotation":[0,-92,-6],"translation":[2.83,2.46,-1.13],"scale":[1.5,1.5,1.5]},"firstperson_lefthand":{"rotation":[0,92,6],"translation":[2.83,2.46,-2.46],"scale":[1.5,1.5,1.5]},"gui":{"rotation":[0,180,-45]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/mael_longbow.json b/assets/minecraft/models/item/wynn/skin/bow/mael_longbow.json new file mode 100644 index 000000000..0d5ca5911 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/mael_longbow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/character/mael_longbow","1":"skins/character/mael_longbow_spirit"},"elements":[{"from":[7.35,13.5,5.05],"to":[8.65,16.65,7.2],"rotation":{"angle":0,"axis":"x","origin":[3.5,10.95,1.1]},"faces":{"north":{"uv":[5,3.5,6.5,6.5],"texture":"#0"},"east":{"uv":[5,0,3,3],"texture":"#0"},"south":{"uv":[0,6,1.5,9],"texture":"#0"},"west":{"uv":[3,0,5,3],"texture":"#0"},"up":{"uv":[6.5,8.5,5,6.5],"texture":"#0"}}},{"from":[7.501,18.301,4.351],"to":[8.499,21.949,5.604],"rotation":{"angle":22.5,"axis":"x","origin":[3.5,15.75,0.45]},"faces":{"north":{"uv":[6.5,3,7.5,6.5],"texture":"#0"},"east":{"uv":[6.5,0,5,3.5],"texture":"#0"},"west":{"uv":[5,0,6.5,3.5],"texture":"#0"}}},{"from":[7.348,9.048,5.348],"to":[8.652,12.002,7.452],"rotation":{"angle":-22.5,"axis":"x","origin":[3.5,12,1.45]},"faces":{"north":{"uv":[1.5,6,3,9],"texture":"#0"},"east":{"uv":[5,3,3,6],"texture":"#0"},"south":{"uv":[6.5,0,8,3],"texture":"#0"},"west":{"uv":[3,3,5,6],"texture":"#0"}}},{"from":[7.2,8.9,5.2],"to":[8.8,10.15,7.6],"rotation":{"angle":-22.5,"axis":"x","origin":[3.5,12,1.45]},"faces":{"north":{"uv":[1.5,8,3,9],"texture":"#0"},"east":{"uv":[5,5,3,6],"texture":"#0"},"south":{"uv":[6.5,2,8,3],"texture":"#0"},"west":{"uv":[3,5,5,6],"texture":"#0"},"up":{"uv":[6.5,8.5,5,10.5],"texture":"#0"},"down":{"uv":[8,6.5,6.5,8.5],"texture":"#0"}}},{"from":[7.498,22.948,1.698],"to":[8.502,24.902,3.102],"rotation":{"angle":45,"axis":"x","origin":[3.5,15.75,0.45]},"faces":{"north":{"uv":[8,5,9,7],"texture":"#0"},"east":{"uv":[9.5,3,8,5],"texture":"#0"},"south":{"uv":[1,9,2,11],"texture":"#0"},"west":{"uv":[8,3,9.5,5],"texture":"#0"},"up":{"uv":[3.5,11,2.5,9.5],"texture":"#0"}}},{"from":[7.648,24.898,1.698],"to":[8.352,25.902,3.102],"rotation":{"angle":45,"axis":"x","origin":[3.5,15.75,0.45]},"faces":{"north":{"uv":[7,9.5,7.5,10.5],"texture":"#0"},"east":{"uv":[8,8.5,6.5,9.5],"texture":"#0"},"south":{"uv":[7.5,9.5,8,10.5],"texture":"#0"},"west":{"uv":[6.5,8.5,8,9.5],"texture":"#0"}}},{"from":[7.65,25.9,1.7],"to":[8.35,26.5,2],"rotation":{"angle":45,"axis":"x","origin":[3.5,15.75,0.45]},"faces":{"north":{"uv":[2.5,11,3,11.5],"texture":"#0"},"east":{"uv":[9.5,2.5,9,3],"texture":"#0"},"west":{"uv":[9,2.5,9.5,3],"texture":"#0"}}},{"from":[7.649,24.299,5.299],"to":[8.351,27.351,6.451],"rotation":{"angle":22.5,"axis":"x","origin":[3.5,15.05,-0.25]},"faces":{"north":{"uv":[4,6,4.5,9],"texture":"#0"},"east":{"uv":[1,9,0,12],"texture":"#0"},"south":{"uv":[9,5,9.5,8],"texture":"#0"},"west":{"uv":[0,9,1,12],"texture":"#0"},"up":{"uv":[8.5,9.5,8,8.5],"texture":"#0"}}},{"from":[7.751,27.351,5.301],"to":[8.249,27.649,5.499],"rotation":{"angle":22.5,"axis":"x","origin":[3.5,15.05,-0.25]},"faces":{"north":{"uv":[2.5,9,3,9.5],"texture":"#0"},"east":{"uv":[8,6,7.5,6.5],"texture":"#0"},"west":{"uv":[7.5,6,8,6.5],"texture":"#0"}}},{"from":[7.75,23.85,9.7],"to":[8.25,26.8,10.65],"rotation":{"angle":0,"axis":"x","origin":[3.5,14.2,-0.6]},"faces":{"north":{"uv":[4.5,6,5,9],"texture":"#0"},"east":{"uv":[9,0,8,3],"texture":"#0"},"south":{"uv":[7.5,3,8,6],"texture":"#0"},"west":{"uv":[8,0,9,3],"texture":"#0"},"up":{"uv":[7,10.5,6.5,9.5],"texture":"#0"}}},{"from":[7.85,21.45,14.15],"to":[8.15,23.75,14.45],"rotation":{"angle":-22.5,"axis":"x","origin":[3.5,13.2,-0.6]},"faces":{"north":{"uv":[9,8,9.5,10.5],"texture":"#0"},"east":{"uv":[9.5,0,9,2.5],"texture":"#0"},"west":{"uv":[9,0,9.5,2.5],"texture":"#0"}}},{"from":[7.85,31.24,1.85],"to":[8.15,31.72,2.05],"rotation":{"angle":22.5,"axis":"x","origin":[3.5,13.2,-0.6]},"faces":{"north":{"uv":[3,11,3.5,11.5],"texture":"#0"},"east":{"uv":[4,11,3.5,11.5],"texture":"#0"},"west":{"uv":[3.5,11,4,11.5],"texture":"#0"},"up":{"uv":[9,9,8.5,8.5],"texture":"#0"}}},{"from":[7.85,21.45,14.45],"to":[8.15,22.9,15],"rotation":{"angle":-22.5,"axis":"x","origin":[3.5,13.2,-0.6]},"faces":{"east":{"uv":[8.5,7,8,8.5],"texture":"#0"},"south":{"uv":[3.5,9.5,4,11],"texture":"#0"},"west":{"uv":[8,7,8.5,8.5],"texture":"#0"}}},{"from":[7.849,16.1915,16.999],"to":[8.151,17.8435,17.526],"rotation":{"angle":-45,"axis":"x","origin":[3.5,13.2,-0.6]},"faces":{"north":{"uv":[4,9,4.5,10.5],"texture":"#0"},"east":{"uv":[5,9,4.5,10.5],"texture":"#0"},"south":{"uv":[8.5,7,9,8.5],"texture":"#0"},"west":{"uv":[4.5,9,5,10.5],"texture":"#0"}}},{"from":[7.502,16.652,6.652],"to":[8.498,17.348,7.198],"rotation":{"angle":0,"axis":"x","origin":[3.5,10.95,2.8]},"faces":{"south":{"uv":[1,11,2,11.5],"texture":"#0"},"west":{"uv":[8.5,9,9,9.5],"texture":"#0"}}},{"from":[7.501,18.776,5.601],"to":[8.499,22.524,6.099],"rotation":{"angle":22.5,"axis":"x","origin":[3.5,15.75,0.45]},"faces":{"east":{"uv":[2.5,9,2,12.5],"texture":"#0"},"south":{"uv":[3,6,4,9.5],"texture":"#0"},"west":{"uv":[2,9,2.5,12.5],"texture":"#0"}}},{"from":[7.35,0.35,5.05],"to":[8.65,3.5,7.2],"rotation":{"angle":0,"axis":"x","origin":[3.5,6.05,1.1]},"faces":{"north":{"uv":[5,6.5,6.5,3.5],"texture":"#0"},"east":{"uv":[5,3,3,0],"texture":"#0"},"south":{"uv":[0,9,1.5,6],"texture":"#0"},"west":{"uv":[3,3,5,0],"texture":"#0"},"down":{"uv":[6.5,6.5,5,8.5],"texture":"#0"}}},{"from":[7.501,-4.949,4.351],"to":[8.499,-1.301,5.604],"rotation":{"angle":-22.5,"axis":"x","origin":[3.5,1.25,0.45]},"faces":{"north":{"uv":[6.5,6.5,7.5,3],"texture":"#0"},"east":{"uv":[6.5,3.5,5,0],"texture":"#0"},"west":{"uv":[5,3.5,6.5,0],"texture":"#0"}}},{"from":[7.348,4.998,5.348],"to":[8.652,7.952,7.452],"rotation":{"angle":22.5,"axis":"x","origin":[3.5,5,1.45]},"faces":{"north":{"uv":[1.5,9,3,6],"texture":"#0"},"east":{"uv":[5,6,3,3],"texture":"#0"},"south":{"uv":[6.5,3,8,0],"texture":"#0"},"west":{"uv":[3,6,5,3],"texture":"#0"}}},{"from":[7.2,6.85,5.2],"to":[8.8,8.1,7.6],"rotation":{"angle":22.5,"axis":"x","origin":[3.5,5,1.45]},"faces":{"north":{"uv":[1.5,9,3,8],"texture":"#0"},"east":{"uv":[5,6,3,5],"texture":"#0"},"south":{"uv":[6.5,3,8,2],"texture":"#0"},"west":{"uv":[3,6,5,5],"texture":"#0"},"up":{"uv":[8,8.5,6.5,6.5],"texture":"#0"},"down":{"uv":[6.5,10.5,5,8.5],"texture":"#0"}}},{"from":[7.498,-7.902,1.698],"to":[8.502,-5.948,3.102],"rotation":{"angle":-45,"axis":"x","origin":[3.5,1.25,0.45]},"faces":{"north":{"uv":[8,7,9,5],"texture":"#0"},"east":{"uv":[9.5,5,8,3],"texture":"#0"},"south":{"uv":[1,11,2,9],"texture":"#0"},"west":{"uv":[8,5,9.5,3],"texture":"#0"},"down":{"uv":[3.5,9.5,2.5,11],"texture":"#0"}}},{"from":[7.648,-8.902,1.698],"to":[8.352,-7.898,3.102],"rotation":{"angle":-45,"axis":"x","origin":[3.5,1.25,0.45]},"faces":{"north":{"uv":[7,10.5,7.5,9.5],"texture":"#0"},"east":{"uv":[8,9.5,6.5,8.5],"texture":"#0"},"south":{"uv":[7.5,10.5,8,9.5],"texture":"#0"},"west":{"uv":[6.5,9.5,8,8.5],"texture":"#0"}}},{"from":[7.65,-9.5,1.7],"to":[8.35,-8.9,2],"rotation":{"angle":-45,"axis":"x","origin":[3.5,1.25,0.45]},"faces":{"north":{"uv":[2.5,11.5,3,11],"texture":"#0"},"east":{"uv":[9.5,3,9,2.5],"texture":"#0"},"west":{"uv":[9,3,9.5,2.5],"texture":"#0"}}},{"from":[7.649,-10.351,5.299],"to":[8.351,-7.299,6.451],"rotation":{"angle":-22.5,"axis":"x","origin":[3.5,1.95,-0.25]},"faces":{"north":{"uv":[4,9,4.5,6],"texture":"#0"},"east":{"uv":[1,12,0,9],"texture":"#0"},"south":{"uv":[9,8,9.5,5],"texture":"#0"},"west":{"uv":[0,12,1,9],"texture":"#0"},"down":{"uv":[8.5,8.5,8,9.5],"texture":"#0"}}},{"from":[7.751,-10.649,5.301],"to":[8.249,-10.351,5.499],"rotation":{"angle":-22.5,"axis":"x","origin":[3.5,1.95,-0.25]},"faces":{"north":{"uv":[2.5,9.5,3,9],"texture":"#0"},"east":{"uv":[8,6.5,7.5,6],"texture":"#0"},"west":{"uv":[7.5,6.5,8,6],"texture":"#0"}}},{"from":[7.75,-9.8,9.7],"to":[8.25,-6.85,10.65],"rotation":{"angle":0,"axis":"x","origin":[3.5,2.8,-0.6]},"faces":{"north":{"uv":[4.5,9,5,6],"texture":"#0"},"east":{"uv":[9,3,8,0],"texture":"#0"},"south":{"uv":[7.5,6,8,3],"texture":"#0"},"west":{"uv":[8,3,9,0],"texture":"#0"},"down":{"uv":[7,9.5,6.5,10.5],"texture":"#0"}}},{"from":[7.85,-6.75,14.15],"to":[8.15,-4.45,14.45],"rotation":{"angle":22.5,"axis":"x","origin":[3.5,3.8,-0.6]},"faces":{"north":{"uv":[9,10.5,9.5,8],"texture":"#0"},"east":{"uv":[9.5,2.5,9,0],"texture":"#0"},"west":{"uv":[9,2.5,9.5,0],"texture":"#0"}}},{"from":[7.85,-14.72,1.85],"to":[8.15,-14.24,2.05],"rotation":{"angle":-22.5,"axis":"x","origin":[3.5,3.8,-0.6]},"faces":{"north":{"uv":[3,11.5,3.5,11],"texture":"#0"},"east":{"uv":[4,11.5,3.5,11],"texture":"#0"},"west":{"uv":[3.5,11.5,4,11],"texture":"#0"},"down":{"uv":[9,8.5,8.5,9],"texture":"#0"}}},{"from":[7.85,-5.9,14.45],"to":[8.15,-4.45,15],"rotation":{"angle":22.5,"axis":"x","origin":[3.5,3.8,-0.6]},"faces":{"east":{"uv":[8.5,8.5,8,7],"texture":"#0"},"south":{"uv":[3.5,11,4,9.5],"texture":"#0"},"west":{"uv":[8,8.5,8.5,7],"texture":"#0"}}},{"from":[7.849,-0.8435,16.999],"to":[8.151,0.8085,17.526],"rotation":{"angle":45,"axis":"x","origin":[3.5,3.8,-0.6]},"faces":{"north":{"uv":[4,10.5,4.5,9],"texture":"#0"},"east":{"uv":[5,10.5,4.5,9],"texture":"#0"},"south":{"uv":[8.5,8.5,9,7],"texture":"#0"},"west":{"uv":[4.5,10.5,5,9],"texture":"#0"}}},{"from":[7.502,-0.348,6.652],"to":[8.498,0.348,7.198],"rotation":{"angle":0,"axis":"x","origin":[3.5,6.05,2.8]},"faces":{"south":{"uv":[1,11.5,2,11],"texture":"#0"},"west":{"uv":[8.5,9.5,9,9],"texture":"#0"}}},{"from":[7.501,-5.524,5.601],"to":[8.499,-1.776,6.099],"rotation":{"angle":-22.5,"axis":"x","origin":[3.5,1.25,0.45]},"faces":{"east":{"uv":[2.5,12.5,2,9],"texture":"#0"},"south":{"uv":[3,9.5,4,6],"texture":"#0"},"west":{"uv":[2,12.5,2.5,9],"texture":"#0"}}},{"from":[7.65,5.5,6.15],"to":[8.4,11.5,7.3],"rotation":{"angle":0,"axis":"y","origin":[5.75,3.5,4.65]},"faces":{"north":{"uv":[0,0,1,6],"texture":"#0"},"east":{"uv":[3,0,2,6],"texture":"#0"},"south":{"uv":[1,0,2,6],"texture":"#0"},"west":{"uv":[2,0,3,6],"texture":"#0"}}},{"from":[7.995,-7.005,5],"to":[8.005,8.355,16.51],"rotation":{"angle":0,"axis":"y","origin":[0,0,0.5]},"faces":{"north":{"uv":[0,0,0,16],"texture":"#1"},"east":{"uv":[16,0,0,16],"texture":"#1"},"south":{"uv":[0,0,0,16],"texture":"#1"},"west":{"uv":[0,0,16,16],"texture":"#1"},"up":{"uv":[0,0,0,4.25],"texture":"#1"},"down":{"uv":[0,0,0,4.25],"texture":"#1"}}},{"from":[7.995,7.395,5],"to":[8.005,23.005,16.51],"rotation":{"angle":0,"axis":"y","origin":[0,16,0.5]},"faces":{"east":{"uv":[0,16,16,0],"texture":"#1"},"west":{"uv":[16,16,0,0],"texture":"#1"}}},{"from":[8,-7,10.25],"to":[8,24,10.75],"faces":{"east":{"uv":[10,0,9.5,11.5],"texture":"#0"},"west":{"uv":[9.5,0,10,11.5],"texture":"#0"}}},{"from":[8.75,10.45,5.25],"to":[7.25,12.6,7.75],"rotation":{"angle":-22.5,"axis":"x","origin":[3.5,12,1.45]},"faces":{"north":{"uv":[13.5,0,12,2],"texture":"#0"},"east":{"uv":[12,0,10,2],"texture":"#0"},"south":{"uv":[10,2,11.5,4],"texture":"#0"},"west":{"uv":[10,0,12,2],"texture":"#0"}}},{"from":[7.25,10.45,5.25],"to":[8.75,12.6,7.75],"rotation":{"angle":-22.5,"axis":"x","origin":[3.5,12,1.45]},"faces":{"north":{"uv":[12,0,13.5,2],"texture":"#0"},"east":{"uv":[12,0,10,2],"texture":"#0"},"south":{"uv":[11.5,2,10,4],"texture":"#0"},"west":{"uv":[10,0,12,2],"texture":"#0"}}},{"from":[8,11.5,0.95],"to":[8,12.6,5.25],"rotation":{"angle":-22.5,"axis":"x","origin":[3.5,12,1.45]},"faces":{"east":{"uv":[10,8,11,4],"rotation":90,"texture":"#0"},"west":{"uv":[10,4,11,8],"rotation":90,"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[5,0,5],"translation":[-1,-3,3],"scale":[1.5,1.5,1.5]},"thirdperson_lefthand":{"rotation":[5,0,5],"translation":[-1,-3,3],"scale":[1.5,1.5,1.5]},"firstperson_righthand":{"rotation":[15,-10,5],"translation":[3,2,-1]},"firstperson_lefthand":{"rotation":[15,-10,5],"translation":[3,2,-1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/money_bow.json b/assets/minecraft/models/item/wynn/skin/bow/money_bow.json new file mode 100644 index 000000000..694c2c110 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/money_bow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"particle":"skins/money_set/money_bow","texture":"skins/money_set/money_bow"},"elements":[{"from":[2,11.5,6.75],"to":[3,12,9.25],"faces":{"down":{"uv":[2,7,3,6.5],"texture":"#texture"},"up":{"uv":[2,6.5,3,7],"texture":"#texture"},"north":{"uv":[3,6.5,2,7],"texture":"#texture"},"south":{"uv":[2,6.5,3,7],"texture":"#texture"},"west":{"uv":[2,6.5,2.5,7],"texture":"#texture"},"east":{"uv":[3,6.5,2.5,7],"texture":"#texture"}}},{"from":[2,6.5,6.75],"to":[3,7,9.25],"faces":{"down":{"uv":[2,12.5,3,12],"texture":"#texture"},"up":{"uv":[2,12,3,12.5],"texture":"#texture"},"north":{"uv":[3,12,2,12.5],"texture":"#texture"},"south":{"uv":[2,12,3,12.5],"texture":"#texture"},"west":{"uv":[2,12,2.5,12.5],"texture":"#texture"},"east":{"uv":[3,12,2.5,12.5],"texture":"#texture"}}},{"from":[3,14,6.75],"to":[4.5,15.5,9.25],"faces":{"down":{"uv":[3,4.5,4.5,4],"texture":"#texture"},"up":{"uv":[3,3,4.5,3.5],"texture":"#texture"},"north":{"uv":[4.5,3,3,4.5],"texture":"#texture"},"south":{"uv":[3,3,4.5,4.5],"texture":"#texture"},"west":{"uv":[3,3,3.5,4.5],"texture":"#texture"},"east":{"uv":[4.5,3,4,4.5],"texture":"#texture"}}},{"from":[3,3,6.75],"to":[4.5,4.5,9.25],"faces":{"down":{"uv":[6,13,7.5,12.5],"texture":"#texture"},"up":{"uv":[6,11.5,7.5,12],"texture":"#texture"},"north":{"uv":[7.5,11.5,6,13],"texture":"#texture"},"south":{"uv":[6,11.5,7.5,13],"texture":"#texture"},"west":{"uv":[6,11.5,6.5,13],"texture":"#texture"},"east":{"uv":[7.5,11.5,7,13],"texture":"#texture"}}},{"from":[1.5,12.5,7],"to":[3.5,14.5,9],"faces":{"down":{"uv":[1.5,6,3.5,5.5],"texture":"#texture"},"up":{"uv":[1.5,4,3.5,4.5],"texture":"#texture"},"north":{"uv":[3.5,4,1.5,6],"texture":"#texture"},"south":{"uv":[1.5,4,3.5,6],"texture":"#texture"},"west":{"uv":[1.5,4,2,6],"texture":"#texture"},"east":{"uv":[3.5,4,3,6],"texture":"#texture"}}},{"from":[1.5,11.5,7],"to":[3.5,12,9],"faces":{"down":{"uv":[1.5,7,3.5,6.5],"texture":"#texture"},"up":{"uv":[1.5,6.5,3.5,7],"texture":"#texture"},"north":{"uv":[3.5,6.5,1.5,7],"texture":"#texture"},"south":{"uv":[1.5,6.5,3.5,7],"texture":"#texture"},"west":{"uv":[1.5,6.5,2,7],"texture":"#texture"},"east":{"uv":[3.5,6.5,3,7],"texture":"#texture"}}},{"from":[1.5,6.5,7],"to":[3.5,7,9],"faces":{"down":{"uv":[1.5,12.5,3.5,12],"texture":"#texture"},"up":{"uv":[1.5,12,3.5,12.5],"texture":"#texture"},"north":{"uv":[3.5,12,1.5,12.5],"texture":"#texture"},"south":{"uv":[1.5,12,3.5,12.5],"texture":"#texture"},"west":{"uv":[1.5,12,2,12.5],"texture":"#texture"},"east":{"uv":[3.5,12,3,12.5],"texture":"#texture"}}},{"from":[2,14.5,7],"to":[6.5,15,9],"faces":{"down":{"uv":[2,4,6.5,3.5],"texture":"#texture"},"up":{"uv":[2,3.5,6.5,4],"texture":"#texture"},"north":{"uv":[6.5,3.5,2,4],"texture":"#texture"},"south":{"uv":[2,3.5,6.5,4],"texture":"#texture"},"west":{"uv":[2,3.5,2.5,4],"texture":"#texture"},"east":{"uv":[6.5,3.5,6,4],"texture":"#texture"}}},{"from":[2,12,7],"to":[3,12.5,9],"faces":{"down":{"uv":[2,6.5,3,6],"texture":"#texture"},"up":{"uv":[2,6,3,6.5],"texture":"#texture"},"north":{"uv":[3,6,2,6.5],"texture":"#texture"},"south":{"uv":[2,6,3,6.5],"texture":"#texture"},"west":{"uv":[2,6,2.5,6.5],"texture":"#texture"},"east":{"uv":[3,6,2.5,6.5],"texture":"#texture"}}},{"from":[2,11,7],"to":[3,11.5,9],"faces":{"down":{"uv":[2,7.5,3,7],"texture":"#texture"},"up":{"uv":[2,7,3,7.5],"texture":"#texture"},"north":{"uv":[3,7,2,7.5],"texture":"#texture"},"south":{"uv":[2,7,3,7.5],"texture":"#texture"},"west":{"uv":[2,7,2.5,7.5],"texture":"#texture"},"east":{"uv":[3,7,2.5,7.5],"texture":"#texture"}}},{"from":[2,7,7],"to":[3,7.5,9],"faces":{"down":{"uv":[2,12,3,11.5],"texture":"#texture"},"up":{"uv":[2,11.5,3,12],"texture":"#texture"},"north":{"uv":[3,11.5,2,12],"texture":"#texture"},"south":{"uv":[2,11.5,3,12],"texture":"#texture"},"west":{"uv":[2,11.5,2.5,12],"texture":"#texture"},"east":{"uv":[3,11.5,2.5,12],"texture":"#texture"}}},{"from":[2.5,15,7],"to":[7.5,15.5,9],"faces":{"down":{"uv":[2.5,3.5,7.5,3],"texture":"#texture"},"up":{"uv":[2.5,3,7.5,3.5],"texture":"#texture"},"north":{"uv":[7.5,3,2.5,3.5],"texture":"#texture"},"south":{"uv":[2.5,3,7.5,3.5],"texture":"#texture"},"west":{"uv":[2.5,3,3,3.5],"texture":"#texture"},"east":{"uv":[7.5,3,7,3.5],"texture":"#texture"}}},{"from":[3.5,15.5,7],"to":[9.5,16,9],"faces":{"down":{"uv":[3.5,3,9.5,2.5],"texture":"#texture"},"up":{"uv":[3.5,2.5,9.5,3],"texture":"#texture"},"north":{"uv":[9.5,2.5,3.5,3],"texture":"#texture"},"south":{"uv":[3.5,2.5,9.5,3],"texture":"#texture"},"west":{"uv":[3.5,2.5,4,3],"texture":"#texture"},"east":{"uv":[9.5,2.5,9,3],"texture":"#texture"}}},{"from":[3.5,13,7],"to":[4,14.5,9],"faces":{"down":{"uv":[3.5,5.5,4,5],"texture":"#texture"},"up":{"uv":[3.5,4,4,4.5],"texture":"#texture"},"north":{"uv":[4,4,3.5,5.5],"texture":"#texture"},"south":{"uv":[3.5,4,4,5.5],"texture":"#texture"},"west":{"uv":[3.5,4,4,5.5],"texture":"#texture"},"east":{"uv":[4,4,3.5,5.5],"texture":"#texture"}}},{"from":[4,13.5,7],"to":[4.5,14.5,9],"faces":{"down":{"uv":[4,5,4.5,4.5],"texture":"#texture"},"up":{"uv":[4,4,4.5,4.5],"texture":"#texture"},"north":{"uv":[4.5,4,4,5],"texture":"#texture"},"south":{"uv":[4,4,4.5,5],"texture":"#texture"},"west":{"uv":[4,4,4.5,5],"texture":"#texture"},"east":{"uv":[4.5,4,4,5],"texture":"#texture"}}},{"from":[4.5,16,7],"to":[9.5,16.5,9],"faces":{"down":{"uv":[4.5,2.5,9.5,2],"texture":"#texture"},"up":{"uv":[4.5,2,9.5,2.5],"texture":"#texture"},"north":{"uv":[9.5,2,4.5,2.5],"texture":"#texture"},"south":{"uv":[4.5,2,9.5,2.5],"texture":"#texture"},"west":{"uv":[4.5,2,5,2.5],"texture":"#texture"},"east":{"uv":[9.5,2,9,2.5],"texture":"#texture"}}},{"from":[4.5,14,7],"to":[5.5,14.5,9],"faces":{"down":{"uv":[4.5,4.5,5.5,4],"texture":"#texture"},"up":{"uv":[4.5,4,5.5,4.5],"texture":"#texture"},"north":{"uv":[5.5,4,4.5,4.5],"texture":"#texture"},"south":{"uv":[4.5,4,5.5,4.5],"texture":"#texture"},"west":{"uv":[4.5,4,5,4.5],"texture":"#texture"},"east":{"uv":[5.5,4,5,4.5],"texture":"#texture"}}},{"from":[1.5,4,7],"to":[3.5,6,9],"faces":{"down":{"uv":[4.5,12,6.5,11.5],"texture":"#texture"},"up":{"uv":[4.5,10,6.5,10.5],"texture":"#texture"},"north":{"uv":[6.5,10,4.5,12],"texture":"#texture"},"south":{"uv":[4.5,10,6.5,12],"texture":"#texture"},"west":{"uv":[4.5,10,5,12],"texture":"#texture"},"east":{"uv":[6.5,10,6,12],"texture":"#texture"}}},{"from":[2,3.5,7],"to":[6.5,4,9],"faces":{"down":{"uv":[5,12.5,9.5,12],"texture":"#texture"},"up":{"uv":[5,12,9.5,12.5],"texture":"#texture"},"north":{"uv":[9.5,12,5,12.5],"texture":"#texture"},"south":{"uv":[5,12,9.5,12.5],"texture":"#texture"},"west":{"uv":[5,12,5.5,12.5],"texture":"#texture"},"east":{"uv":[9.5,12,9,12.5],"texture":"#texture"}}},{"from":[5.5,16.5,7],"to":[9,17,9],"faces":{"down":{"uv":[5.5,2,9,1.5],"texture":"#texture"},"up":{"uv":[5.5,1.5,9,2],"texture":"#texture"},"north":{"uv":[9,1.5,5.5,2],"texture":"#texture"},"south":{"uv":[5.5,1.5,9,2],"texture":"#texture"},"west":{"uv":[5.5,1.5,6,2],"texture":"#texture"},"east":{"uv":[9,1.5,8.5,2],"texture":"#texture"}}},{"from":[2.5,3,7],"to":[7.5,3.5,9],"faces":{"down":{"uv":[5.5,13,10.5,12.5],"texture":"#texture"},"up":{"uv":[5.5,12.5,10.5,13],"texture":"#texture"},"north":{"uv":[10.5,12.5,5.5,13],"texture":"#texture"},"south":{"uv":[5.5,12.5,10.5,13],"texture":"#texture"},"west":{"uv":[5.5,12.5,6,13],"texture":"#texture"},"east":{"uv":[10.5,12.5,10,13],"texture":"#texture"}}},{"from":[6.5,17,7],"to":[9.5,17.5,9],"faces":{"down":{"uv":[6.5,1.5,9.5,1],"texture":"#texture"},"up":{"uv":[6.5,1,9.5,1.5],"texture":"#texture"},"north":{"uv":[9.5,1,6.5,1.5],"texture":"#texture"},"south":{"uv":[6.5,1,9.5,1.5],"texture":"#texture"},"west":{"uv":[6.5,1,7,1.5],"texture":"#texture"},"east":{"uv":[9.5,1,9,1.5],"texture":"#texture"}}},{"from":[3.5,4,7],"to":[4,5.5,9],"faces":{"down":{"uv":[6.5,12,7,11.5],"texture":"#texture"},"up":{"uv":[6.5,10.5,7,11],"texture":"#texture"},"north":{"uv":[7,10.5,6.5,12],"texture":"#texture"},"south":{"uv":[6.5,10.5,7,12],"texture":"#texture"},"west":{"uv":[6.5,10.5,7,12],"texture":"#texture"},"east":{"uv":[7,10.5,6.5,12],"texture":"#texture"}}},{"from":[3.5,2.5,7],"to":[9.5,3,9],"faces":{"down":{"uv":[6.5,13.5,12.5,13],"texture":"#texture"},"up":{"uv":[6.5,13,12.5,13.5],"texture":"#texture"},"north":{"uv":[12.5,13,6.5,13.5],"texture":"#texture"},"south":{"uv":[6.5,13,12.5,13.5],"texture":"#texture"},"west":{"uv":[6.5,13,7,13.5],"texture":"#texture"},"east":{"uv":[12.5,13,12,13.5],"texture":"#texture"}}},{"from":[7,17.5,7],"to":[10,18,9],"faces":{"down":{"uv":[7,1,10,0.5],"texture":"#texture"},"up":{"uv":[7,0.5,10,1],"texture":"#texture"},"north":{"uv":[10,0.5,7,1],"texture":"#texture"},"south":{"uv":[7,0.5,10,1],"texture":"#texture"},"west":{"uv":[7,0.5,7.5,1],"texture":"#texture"},"east":{"uv":[10,0.5,9.5,1],"texture":"#texture"}}},{"from":[4,4,7],"to":[4.5,5,9],"faces":{"down":{"uv":[7,12,7.5,11.5],"texture":"#texture"},"up":{"uv":[7,11,7.5,11.5],"texture":"#texture"},"north":{"uv":[7.5,11,7,12],"texture":"#texture"},"south":{"uv":[7,11,7.5,12],"texture":"#texture"},"west":{"uv":[7,11,7.5,12],"texture":"#texture"},"east":{"uv":[7.5,11,7,12],"texture":"#texture"}}},{"from":[4.5,4,7],"to":[5.5,4.5,9],"faces":{"down":{"uv":[7.5,12,8.5,11.5],"texture":"#texture"},"up":{"uv":[7.5,11.5,8.5,12],"texture":"#texture"},"north":{"uv":[8.5,11.5,7.5,12],"texture":"#texture"},"south":{"uv":[7.5,11.5,8.5,12],"texture":"#texture"},"west":{"uv":[7.5,11.5,8,12],"texture":"#texture"},"east":{"uv":[8.5,11.5,8,12],"texture":"#texture"}}},{"from":[4.5,2,7],"to":[9.5,2.5,9],"faces":{"down":{"uv":[7.5,14,12.5,13.5],"texture":"#texture"},"up":{"uv":[7.5,13.5,12.5,14],"texture":"#texture"},"north":{"uv":[12.5,13.5,7.5,14],"texture":"#texture"},"south":{"uv":[7.5,13.5,12.5,14],"texture":"#texture"},"west":{"uv":[7.5,13.5,8,14],"texture":"#texture"},"east":{"uv":[12.5,13.5,12,14],"texture":"#texture"}}},{"from":[8.5,15,7],"to":[9,15.5,9],"faces":{"down":{"uv":[8.5,3.5,9,3],"texture":"#texture"},"up":{"uv":[8.5,3,9,3.5],"texture":"#texture"},"north":{"uv":[9,3,8.5,3.5],"texture":"#texture"},"south":{"uv":[8.5,3,9,3.5],"texture":"#texture"},"west":{"uv":[8.5,3,9,3.5],"texture":"#texture"},"east":{"uv":[9,3,8.5,3.5],"texture":"#texture"}}},{"from":[5.5,1.5,7],"to":[9,2,9],"faces":{"down":{"uv":[8.5,14.5,12,14],"texture":"#texture"},"up":{"uv":[8.5,14,12,14.5],"texture":"#texture"},"north":{"uv":[12,14,8.5,14.5],"texture":"#texture"},"south":{"uv":[8.5,14,12,14.5],"texture":"#texture"},"west":{"uv":[8.5,14,9,14.5],"texture":"#texture"},"east":{"uv":[12,14,11.5,14.5],"texture":"#texture"}}},{"from":[6.5,1,7],"to":[9.5,1.5,9],"faces":{"down":{"uv":[9.5,15,12.5,14.5],"texture":"#texture"},"up":{"uv":[9.5,14.5,12.5,15],"texture":"#texture"},"north":{"uv":[12.5,14.5,9.5,15],"texture":"#texture"},"south":{"uv":[9.5,14.5,12.5,15],"texture":"#texture"},"west":{"uv":[9.5,14.5,10,15],"texture":"#texture"},"east":{"uv":[12.5,14.5,12,15],"texture":"#texture"}}},{"from":[7,0.5,7],"to":[10,1,9],"faces":{"down":{"uv":[10,15.5,13,15],"texture":"#texture"},"up":{"uv":[10,15,13,15.5],"texture":"#texture"},"north":{"uv":[13,15,10,15.5],"texture":"#texture"},"south":{"uv":[10,15,13,15.5],"texture":"#texture"},"west":{"uv":[10,15,10.5,15.5],"texture":"#texture"},"east":{"uv":[13,15,12.5,15.5],"texture":"#texture"}}},{"from":[8.5,3,7],"to":[9,3.5,9],"faces":{"down":{"uv":[11.5,13,12,12.5],"texture":"#texture"},"up":{"uv":[11.5,12.5,12,13],"texture":"#texture"},"north":{"uv":[12,12.5,11.5,13],"texture":"#texture"},"south":{"uv":[11.5,12.5,12,13],"texture":"#texture"},"west":{"uv":[11.5,12.5,12,13],"texture":"#texture"},"east":{"uv":[12,12.5,11.5,13],"texture":"#texture"}}},{"from":[1,12.5,7.5],"to":[4,14.5,8.5],"faces":{"down":{"uv":[1,6,4,5.5],"texture":"#texture"},"up":{"uv":[1,4,4,4.5],"texture":"#texture"},"north":{"uv":[4,4,1,6],"texture":"#texture"},"south":{"uv":[1,4,4,6],"texture":"#texture"},"west":{"uv":[1,4,1.5,6],"texture":"#texture"},"east":{"uv":[4,4,3.5,6],"texture":"#texture"}}},{"from":[1.25,11.5,7.5],"to":[3.75,12,8.5],"faces":{"down":{"uv":[1,7,4,6.5],"texture":"#texture"},"up":{"uv":[1,6.5,4,7],"texture":"#texture"},"north":{"uv":[4,6.5,1,7],"texture":"#texture"},"south":{"uv":[1,6.5,4,7],"texture":"#texture"},"west":{"uv":[1,6.5,1.5,7],"texture":"#texture"},"east":{"uv":[4,6.5,3.5,7],"texture":"#texture"}}},{"from":[1.25,6.5,7.5],"to":[3.75,7,8.5],"faces":{"down":{"uv":[1,12.5,4,12],"texture":"#texture"},"up":{"uv":[1,12,4,12.5],"texture":"#texture"},"north":{"uv":[4,12,1,12.5],"texture":"#texture"},"south":{"uv":[1,12,4,12.5],"texture":"#texture"},"west":{"uv":[1,12,1.5,12.5],"texture":"#texture"},"east":{"uv":[4,12,3.5,12.5],"texture":"#texture"}}},{"from":[1.5,14.5,7.5],"to":[7.5,15,8.5],"faces":{"down":{"uv":[1.5,4,7.5,3.5],"texture":"#texture"},"up":{"uv":[1.5,3.5,7.5,4],"texture":"#texture"},"north":{"uv":[7.5,3.5,1.5,4],"texture":"#texture"},"south":{"uv":[1.5,3.5,7.5,4],"texture":"#texture"},"west":{"uv":[1.5,3.5,2,4],"texture":"#texture"},"east":{"uv":[7.5,3.5,7,4],"texture":"#texture"}}},{"from":[1.5,12,7.5],"to":[3.5,12.5,8.5],"faces":{"down":{"uv":[1.5,6.5,3.5,6],"texture":"#texture"},"up":{"uv":[1.5,6,3.5,6.5],"texture":"#texture"},"north":{"uv":[3.5,6,1.5,6.5],"texture":"#texture"},"south":{"uv":[1.5,6,3.5,6.5],"texture":"#texture"},"west":{"uv":[1.5,6,2,6.5],"texture":"#texture"},"east":{"uv":[3.5,6,3,6.5],"texture":"#texture"}}},{"from":[1.5,11,7.5],"to":[3.5,11.5,8.5],"faces":{"down":{"uv":[1.5,7.5,3.5,7],"texture":"#texture"},"up":{"uv":[1.5,7,3.5,7.5],"texture":"#texture"},"north":{"uv":[3.5,7,1.5,7.5],"texture":"#texture"},"south":{"uv":[1.5,7,3.5,7.5],"texture":"#texture"},"west":{"uv":[1.5,7,2,7.5],"texture":"#texture"},"east":{"uv":[3.5,7,3,7.5],"texture":"#texture"}}},{"from":[1.5,8,7],"to":[3.5,10.5,9],"faces":{"down":{"uv":[1.5,10.5,3.5,10],"texture":"#texture"},"up":{"uv":[1.5,8,3.5,8.5],"texture":"#texture"},"north":{"uv":[1.5,8,3.5,10.5],"texture":"#texture"},"south":{"uv":[1.5,8,3.5,10.5],"texture":"#texture"},"west":{"uv":[3.5,8,1.5,10.5],"texture":"#texture"},"east":{"uv":[3.5,8,1.5,10.5],"texture":"#texture"}}},{"from":[1.5,7,7.5],"to":[3.5,7.5,8.5],"faces":{"down":{"uv":[1.5,12,3.5,11.5],"texture":"#texture"},"up":{"uv":[1.5,11.5,3.5,12],"texture":"#texture"},"north":{"uv":[3.5,11.5,1.5,12],"texture":"#texture"},"south":{"uv":[1.5,11.5,3.5,12],"texture":"#texture"},"west":{"uv":[1.5,11.5,2,12],"texture":"#texture"},"east":{"uv":[3.5,11.5,3,12],"texture":"#texture"}}},{"from":[2,15,7.5],"to":[9.5,15.5,8.5],"faces":{"down":{"uv":[2,3.5,9.5,3],"texture":"#texture"},"up":{"uv":[2,3,9.5,3.5],"texture":"#texture"},"north":{"uv":[9.5,3,2,3.5],"texture":"#texture"},"south":{"uv":[2,3,9.5,3.5],"texture":"#texture"},"west":{"uv":[2,3,2.5,3.5],"texture":"#texture"},"east":{"uv":[9.5,3,9,3.5],"texture":"#texture"}}},{"from":[2,10.5,7.5],"to":[3,11,8.5],"faces":{"down":{"uv":[2,8,3,7.5],"texture":"#texture"},"up":{"uv":[2,7.5,3,8],"texture":"#texture"},"north":{"uv":[3,7.5,2,8],"texture":"#texture"},"south":{"uv":[2,7.5,3,8],"texture":"#texture"},"west":{"uv":[2,7.5,2.5,8],"texture":"#texture"},"east":{"uv":[3,7.5,2.5,8],"texture":"#texture"}}},{"from":[2,7.5,7.5],"to":[3,8,8.5],"faces":{"down":{"uv":[2,11,3,10.5],"texture":"#texture"},"up":{"uv":[2,10.5,3,11],"texture":"#texture"},"north":{"uv":[3,10.5,2,11],"texture":"#texture"},"south":{"uv":[2,10.5,3,11],"texture":"#texture"},"west":{"uv":[2,10.5,2.5,11],"texture":"#texture"},"east":{"uv":[3,10.5,2.5,11],"texture":"#texture"}}},{"from":[2.5,15.5,7.5],"to":[12,16,8.5],"faces":{"down":{"uv":[2.5,3,12,2.5],"texture":"#texture"},"up":{"uv":[2.5,2.5,12,3],"texture":"#texture"},"north":{"uv":[12,2.5,2.5,3],"texture":"#texture"},"south":{"uv":[2.5,2.5,12,3],"texture":"#texture"},"west":{"uv":[2.5,2.5,3,3],"texture":"#texture"},"east":{"uv":[12,2.5,11.5,3],"texture":"#texture"}}},{"from":[3.5,16,7.5],"to":[13,16.5,8.5],"faces":{"down":{"uv":[3.5,2.5,13,2],"texture":"#texture"},"up":{"uv":[3.5,2,13,2.5],"texture":"#texture"},"north":{"uv":[13,2,3.5,2.5],"texture":"#texture"},"south":{"uv":[3.5,2,13,2.5],"texture":"#texture"},"west":{"uv":[3.5,2,4,2.5],"texture":"#texture"},"east":{"uv":[13,2,12.5,2.5],"texture":"#texture"}}},{"from":[4,13,7.5],"to":[4.5,14.5,8.5],"faces":{"down":{"uv":[4,5.5,4.5,5],"texture":"#texture"},"up":{"uv":[4,4,4.5,4.5],"texture":"#texture"},"north":{"uv":[4.5,4,4,5.5],"texture":"#texture"},"south":{"uv":[4,4,4.5,5.5],"texture":"#texture"},"west":{"uv":[4,4,4.5,5.5],"texture":"#texture"},"east":{"uv":[4.5,4,4,5.5],"texture":"#texture"}}},{"from":[1,4,7.5],"to":[4,6,8.5],"faces":{"down":{"uv":[4,12,7,11.5],"texture":"#texture"},"up":{"uv":[4,10,7,10.5],"texture":"#texture"},"north":{"uv":[7,10,4,12],"texture":"#texture"},"south":{"uv":[4,10,7,12],"texture":"#texture"},"west":{"uv":[4,10,4.5,12],"texture":"#texture"},"east":{"uv":[7,10,6.5,12],"texture":"#texture"}}},{"from":[4.5,16.5,7.5],"to":[9.5,17,8.5],"faces":{"down":{"uv":[4.5,2,9.5,1.5],"texture":"#texture"},"up":{"uv":[4.5,1.5,9.5,2],"texture":"#texture"},"north":{"uv":[9.5,1.5,4.5,2],"texture":"#texture"},"south":{"uv":[4.5,1.5,9.5,2],"texture":"#texture"},"west":{"uv":[4.5,1.5,5,2],"texture":"#texture"},"east":{"uv":[9.5,1.5,9,2],"texture":"#texture"}}},{"from":[4.5,13.5,7.5],"to":[5.5,14.5,8.5],"faces":{"down":{"uv":[4.5,5,5.5,4.5],"texture":"#texture"},"up":{"uv":[4.5,4,5.5,4.5],"texture":"#texture"},"north":{"uv":[5.5,4,4.5,5],"texture":"#texture"},"south":{"uv":[4.5,4,5.5,5],"texture":"#texture"},"west":{"uv":[4.5,4,5,5],"texture":"#texture"},"east":{"uv":[5.5,4,5,5],"texture":"#texture"}}},{"from":[1.5,6,7.5],"to":[3.5,6.5,8.5],"faces":{"down":{"uv":[4.5,10,6.5,9.5],"texture":"#texture"},"up":{"uv":[4.5,9.5,6.5,10],"texture":"#texture"},"north":{"uv":[6.5,9.5,4.5,10],"texture":"#texture"},"south":{"uv":[4.5,9.5,6.5,10],"texture":"#texture"},"west":{"uv":[4.5,9.5,5,10],"texture":"#texture"},"east":{"uv":[6.5,9.5,6,10],"texture":"#texture"}}},{"from":[1.5,3.5,7.5],"to":[7.5,4,8.5],"faces":{"down":{"uv":[4.5,12.5,10.5,12],"texture":"#texture"},"up":{"uv":[4.5,12,10.5,12.5],"texture":"#texture"},"north":{"uv":[10.5,12,4.5,12.5],"texture":"#texture"},"south":{"uv":[4.5,12,10.5,12.5],"texture":"#texture"},"west":{"uv":[4.5,12,5,12.5],"texture":"#texture"},"east":{"uv":[10.5,12,10,12.5],"texture":"#texture"}}},{"from":[2,3,7.5],"to":[9.5,3.5,8.5],"faces":{"down":{"uv":[5,13,12.5,12.5],"texture":"#texture"},"up":{"uv":[5,12.5,12.5,13],"texture":"#texture"},"north":{"uv":[12.5,12.5,5,13],"texture":"#texture"},"south":{"uv":[5,12.5,12.5,13],"texture":"#texture"},"west":{"uv":[5,12.5,5.5,13],"texture":"#texture"},"east":{"uv":[12.5,12.5,12,13],"texture":"#texture"}}},{"from":[5.5,17,7.5],"to":[11.5,17.5,8.5],"faces":{"down":{"uv":[5.5,1.5,11.5,1],"texture":"#texture"},"up":{"uv":[5.5,1,11.5,1.5],"texture":"#texture"},"north":{"uv":[11.5,1,5.5,1.5],"texture":"#texture"},"south":{"uv":[5.5,1,11.5,1.5],"texture":"#texture"},"west":{"uv":[5.5,1,6,1.5],"texture":"#texture"},"east":{"uv":[11.5,1,11,1.5],"texture":"#texture"}}},{"from":[5.5,14,7.5],"to":[6.5,14.5,8.5],"faces":{"down":{"uv":[5.5,4.5,6.5,4],"texture":"#texture"},"up":{"uv":[5.5,4,6.5,4.5],"texture":"#texture"},"north":{"uv":[6.5,4,5.5,4.5],"texture":"#texture"},"south":{"uv":[5.5,4,6.5,4.5],"texture":"#texture"},"west":{"uv":[5.5,4,6,4.5],"texture":"#texture"},"east":{"uv":[6.5,4,6,4.5],"texture":"#texture"}}},{"from":[2.5,2.5,7.5],"to":[12,3,8.5],"faces":{"down":{"uv":[5.5,13.5,15,13],"texture":"#texture"},"up":{"uv":[5.5,13,15,13.5],"texture":"#texture"},"north":{"uv":[15,13,5.5,13.5],"texture":"#texture"},"south":{"uv":[5.5,13,15,13.5],"texture":"#texture"},"west":{"uv":[5.5,13,6,13.5],"texture":"#texture"},"east":{"uv":[15,13,14.5,13.5],"texture":"#texture"}}},{"from":[6.5,17.5,7.5],"to":[12.5,18,8.5],"faces":{"down":{"uv":[6.5,1,12.5,0.5],"texture":"#texture"},"up":{"uv":[6.5,0.5,12.5,1],"texture":"#texture"},"north":{"uv":[12.5,0.5,6.5,1],"texture":"#texture"},"south":{"uv":[6.5,0.5,12.5,1],"texture":"#texture"},"west":{"uv":[6.5,0.5,7,1],"texture":"#texture"},"east":{"uv":[12.5,0.5,12,1],"texture":"#texture"}}},{"from":[3.5,2,7.5],"to":[13,2.5,8.5],"faces":{"down":{"uv":[6.5,14,16,13.5],"texture":"#texture"},"up":{"uv":[6.5,13.5,16,14],"texture":"#texture"},"north":{"uv":[16,13.5,6.5,14],"texture":"#texture"},"south":{"uv":[6.5,13.5,16,14],"texture":"#texture"},"west":{"uv":[6.5,13.5,7,14],"texture":"#texture"},"east":{"uv":[16,13.5,15.5,14],"texture":"#texture"}}},{"from":[7,18,7.5],"to":[10,18.5,8.5],"faces":{"down":{"uv":[7,0.5,10,0],"texture":"#texture"},"up":{"uv":[7,0,10,0.5],"texture":"#texture"},"north":{"uv":[10,0,7,0.5],"texture":"#texture"},"south":{"uv":[7,0,10,0.5],"texture":"#texture"},"west":{"uv":[7,0,7.5,0.5],"texture":"#texture"},"east":{"uv":[10,0,9.5,0.5],"texture":"#texture"}}},{"from":[4,4,7.5],"to":[4.5,5.5,8.5],"faces":{"down":{"uv":[7,12,7.5,11.5],"texture":"#texture"},"up":{"uv":[7,10.5,7.5,11],"texture":"#texture"},"north":{"uv":[7.5,10.5,7,12],"texture":"#texture"},"south":{"uv":[7,10.5,7.5,12],"texture":"#texture"},"west":{"uv":[7,10.5,7.5,12],"texture":"#texture"},"east":{"uv":[7.5,10.5,7,12],"texture":"#texture"}}},{"from":[4.5,4,7.5],"to":[5.5,5,8.5],"faces":{"down":{"uv":[7.5,12,8.5,11.5],"texture":"#texture"},"up":{"uv":[7.5,11,8.5,11.5],"texture":"#texture"},"north":{"uv":[8.5,11,7.5,12],"texture":"#texture"},"south":{"uv":[7.5,11,8.5,12],"texture":"#texture"},"west":{"uv":[7.5,11,8,12],"texture":"#texture"},"east":{"uv":[8.5,11,8,12],"texture":"#texture"}}},{"from":[4.5,1.5,7.5],"to":[9.5,2,8.5],"faces":{"down":{"uv":[7.5,14.5,12.5,14],"texture":"#texture"},"up":{"uv":[7.5,14,12.5,14.5],"texture":"#texture"},"north":{"uv":[12.5,14,7.5,14.5],"texture":"#texture"},"south":{"uv":[7.5,14,12.5,14.5],"texture":"#texture"},"west":{"uv":[7.5,14,8,14.5],"texture":"#texture"},"east":{"uv":[12.5,14,12,14.5],"texture":"#texture"}}},{"from":[8.5,14.5,7.5],"to":[11.5,15,8.5],"faces":{"down":{"uv":[8.5,4,11.5,3.5],"texture":"#texture"},"up":{"uv":[8.5,3.5,11.5,4],"texture":"#texture"},"north":{"uv":[11.5,3.5,8.5,4],"texture":"#texture"},"south":{"uv":[8.5,3.5,11.5,4],"texture":"#texture"},"west":{"uv":[8.5,3.5,9,4],"texture":"#texture"},"east":{"uv":[11.5,3.5,11,4],"texture":"#texture"}}},{"from":[5.5,4,7.5],"to":[6.5,4.5,8.5],"faces":{"down":{"uv":[8.5,12,9.5,11.5],"texture":"#texture"},"up":{"uv":[8.5,11.5,9.5,12],"texture":"#texture"},"north":{"uv":[9.5,11.5,8.5,12],"texture":"#texture"},"south":{"uv":[8.5,11.5,9.5,12],"texture":"#texture"},"west":{"uv":[8.5,11.5,9,12],"texture":"#texture"},"east":{"uv":[9.5,11.5,9,12],"texture":"#texture"}}},{"from":[5.5,1,7.5],"to":[11.5,1.5,8.5],"faces":{"down":{"uv":[8.5,15,14.5,14.5],"texture":"#texture"},"up":{"uv":[8.5,14.5,14.5,15],"texture":"#texture"},"north":{"uv":[14.5,14.5,8.5,15],"texture":"#texture"},"south":{"uv":[8.5,14.5,14.5,15],"texture":"#texture"},"west":{"uv":[8.5,14.5,9,15],"texture":"#texture"},"east":{"uv":[14.5,14.5,14,15],"texture":"#texture"}}},{"from":[6.5,0.5,7.5],"to":[12.5,1,8.5],"faces":{"down":{"uv":[9.5,15.5,15.5,15],"texture":"#texture"},"up":{"uv":[9.5,15,15.5,15.5],"texture":"#texture"},"north":{"uv":[15.5,15,9.5,15.5],"texture":"#texture"},"south":{"uv":[9.5,15,15.5,15.5],"texture":"#texture"},"west":{"uv":[9.5,15,10,15.5],"texture":"#texture"},"east":{"uv":[15.5,15,15,15.5],"texture":"#texture"}}},{"from":[7,0,7.5],"to":[10,0.5,8.5],"faces":{"down":{"uv":[10,16,13,15.5],"texture":"#texture"},"up":{"uv":[10,15.5,13,16],"texture":"#texture"},"north":{"uv":[13,15.5,10,16],"texture":"#texture"},"south":{"uv":[10,15.5,13,16],"texture":"#texture"},"west":{"uv":[10,15.5,10.5,16],"texture":"#texture"},"east":{"uv":[13,15.5,12.5,16],"texture":"#texture"}}},{"from":[8.5,3.5,7.5],"to":[11.5,4,8.5],"faces":{"down":{"uv":[11.5,12.5,14.5,12],"texture":"#texture"},"up":{"uv":[11.5,12,14.5,12.5],"texture":"#texture"},"north":{"uv":[14.5,12,11.5,12.5],"texture":"#texture"},"south":{"uv":[11.5,12,14.5,12.5],"texture":"#texture"},"west":{"uv":[11.5,12,12,12.5],"texture":"#texture"},"east":{"uv":[14.5,12,14,12.5],"texture":"#texture"}}},{"from":[7.5,3.5,7.75],"to":[8,15,8.25],"faces":{"down":{"uv":[15.5,11,16,11.5],"texture":"#texture"},"up":{"uv":[15.5,0,16,0.5],"texture":"#texture"},"north":{"uv":[15.5,0,16,11.5],"texture":"#texture"},"south":{"uv":[15.5,0,16,11.5],"texture":"#texture"},"west":{"uv":[15.5,0,16,11.5],"texture":"#texture"},"east":{"uv":[15.5,0,16,11.5],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-90,0],"translation":[0,-2.65,8.5],"scale":[1.5,1.5,1.5]},"thirdperson_lefthand":{"rotation":[0,90,0],"translation":[0,-2.65,8.5],"scale":[1.5,1.5,1.5]},"firstperson_righthand":{"rotation":[0,-85,0],"translation":[0,2.65,3.02],"scale":[1,1,1]},"firstperson_lefthand":{"rotation":[0,89,0],"translation":[0,2.65,1.7],"scale":[1,1,1]},"gui":{"rotation":[0,180,-45],"translation":[0.38,-0.57,0],"scale":[0.75,0.75,0.75]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/music_bow.json b/assets/minecraft/models/item/wynn/skin/bow/music_bow.json new file mode 100644 index 000000000..d4ee3151b --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/music_bow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"1":"skins/gold_gradient","2":"skins/driftwood_2","3":"skins/wood","particle":"skins/gold_gradient"},"elements":[{"from":[7.6,1.1,13.1],"to":[8.4,15.9,13.9],"rotation":{"angle":0,"axis":"x","origin":[8,8.7,13.5]},"faces":{"north":{"uv":[1,11,16,12],"rotation":90,"texture":"#1"},"east":{"uv":[1,11.5,16,12.5],"rotation":90,"texture":"#1"},"south":{"uv":[1,12,16,13],"rotation":90,"texture":"#1"},"west":{"uv":[16,11.5,1,12.5],"rotation":270,"texture":"#1"},"up":{"uv":[1,11.5,16,12.5],"rotation":90,"texture":"#1"},"down":{"uv":[1,11.5,16,12.5],"rotation":90,"texture":"#1"}}},{"from":[7.9,0.65,11.4],"to":[8.1,16.85,11.6],"rotation":{"angle":0,"axis":"y","origin":[15.75,0,-1.25]},"faces":{"north":{"uv":[0,9,16,9.5],"rotation":270,"texture":"#2"},"east":{"uv":[0,9,16,9.5],"rotation":270,"texture":"#2"},"south":{"uv":[0,9,16,9.5],"rotation":270,"texture":"#2"},"west":{"uv":[0,9,16,9.5],"rotation":270,"texture":"#2"},"up":{"uv":[0,9,16,9.5],"rotation":270,"texture":"#2"},"down":{"uv":[0,9,16,9.5],"rotation":270,"texture":"#2"}}},{"from":[7.9,0.65,10.4],"to":[8.1,16.85,10.6],"rotation":{"angle":0,"axis":"y","origin":[15.75,0,-2.25]},"faces":{"north":{"uv":[0,9,16,9.5],"rotation":270,"texture":"#2"},"east":{"uv":[0,9,16,9.5],"rotation":270,"texture":"#2"},"south":{"uv":[0,9,16,9.5],"rotation":270,"texture":"#2"},"west":{"uv":[0,9,16,9.5],"rotation":270,"texture":"#2"},"up":{"uv":[0,9,16,9.5],"rotation":270,"texture":"#2"},"down":{"uv":[0,9,16,9.5],"rotation":270,"texture":"#2"}}},{"from":[7.9,1.15,9.4],"to":[8.1,14.85,9.6],"rotation":{"angle":0,"axis":"y","origin":[15.75,0,-3.25]},"faces":{"north":{"uv":[0,9,14,9.5],"rotation":270,"texture":"#2"},"east":{"uv":[0,9,14,9.5],"rotation":270,"texture":"#2"},"south":{"uv":[0,9,14,9.5],"rotation":270,"texture":"#2"},"west":{"uv":[0,9,14,9.5],"rotation":270,"texture":"#2"},"up":{"uv":[0,9,14,9.5],"rotation":270,"texture":"#2"},"down":{"uv":[0,9,14,9.5],"rotation":270,"texture":"#2"}}},{"from":[7.9,3.15,8.4],"to":[8.1,13.85,8.6],"rotation":{"angle":0,"axis":"y","origin":[15.75,0,-4.25]},"faces":{"north":{"uv":[2,9,13,9.5],"rotation":270,"texture":"#2"},"east":{"uv":[2,9,13,9.5],"rotation":270,"texture":"#2"},"south":{"uv":[2,9,13,9.5],"rotation":270,"texture":"#2"},"west":{"uv":[2,9,13,9.5],"rotation":270,"texture":"#2"},"up":{"uv":[2,9,2.5,9.5],"rotation":270,"texture":"#2"},"down":{"uv":[2,9,2.5,9.5],"rotation":270,"texture":"#2"}}},{"from":[7.9,5.15,7.4],"to":[8.1,12.85,7.6],"rotation":{"angle":0,"axis":"y","origin":[15.75,0,-5.25]},"faces":{"north":{"uv":[0,9,8,9.5],"rotation":270,"texture":"#2"},"east":{"uv":[0,9,8,9.5],"rotation":270,"texture":"#2"},"south":{"uv":[0,9,8,9.5],"rotation":270,"texture":"#2"},"west":{"uv":[0,9,8,9.5],"rotation":270,"texture":"#2"},"up":{"uv":[0,9,8,9.5],"rotation":270,"texture":"#2"},"down":{"uv":[0,9,8,9.5],"rotation":270,"texture":"#2"}}},{"from":[7.9,7.15,6.4],"to":[8.1,11.85,6.6],"rotation":{"angle":0,"axis":"y","origin":[15.75,0,-6.25]},"faces":{"north":{"uv":[0,9,5,9.5],"rotation":270,"texture":"#2"},"east":{"uv":[0,9,5,9.5],"rotation":270,"texture":"#2"},"south":{"uv":[0,9,5,9.5],"rotation":270,"texture":"#2"},"west":{"uv":[0,9,5,9.5],"rotation":270,"texture":"#2"},"up":{"uv":[0,9,5,9.5],"rotation":270,"texture":"#2"},"down":{"uv":[0,9,5,9.5],"rotation":270,"texture":"#2"}}},{"from":[7.5,10,13.25],"to":[8.5,16,13.75],"rotation":{"angle":0,"axis":"y","origin":[8,8.7,13.5]},"faces":{"north":{"uv":[1,12,7,13],"rotation":90,"texture":"#1"},"east":{"uv":[1,12,7,12.5],"rotation":90,"texture":"#1"},"south":{"uv":[1,12,7,13],"rotation":90,"texture":"#1"},"west":{"uv":[1,12,7,12.5],"rotation":90,"texture":"#1"},"up":{"uv":[1,12,1.5,13],"rotation":90,"texture":"#1"},"down":{"uv":[7,12,7.5,13],"rotation":270,"texture":"#1"}}},{"from":[7.5,1.5,13.25],"to":[8.5,7.5,13.75],"rotation":{"angle":0,"axis":"y","origin":[8,8.7,13.5]},"faces":{"north":{"uv":[10,11,16,12],"rotation":90,"texture":"#1"},"east":{"uv":[10,11,16,11.5],"rotation":90,"texture":"#1"},"south":{"uv":[10,11,16,12],"rotation":90,"texture":"#1"},"west":{"uv":[10,11,16,11.5],"rotation":90,"texture":"#1"},"up":{"uv":[9.5,11.5,10,12.5],"rotation":90,"texture":"#1"},"down":{"uv":[10,11,10.5,12],"rotation":90,"texture":"#1"}}},{"from":[7.75,10,13],"to":[8.25,16,14],"rotation":{"angle":0,"axis":"y","origin":[8,8.7,13.5]},"faces":{"north":{"uv":[1,12,7,12.5],"rotation":90,"texture":"#1"},"east":{"uv":[1,12,7,13],"rotation":90,"texture":"#1"},"south":{"uv":[1,12,7,12.5],"rotation":90,"texture":"#1"},"west":{"uv":[1,12,7,13],"rotation":90,"texture":"#1"},"up":{"uv":[1,12,2,12.5],"rotation":90,"texture":"#1"},"down":{"uv":[7,12,8,12.5],"rotation":270,"texture":"#1"}}},{"from":[7.75,1.5,13],"to":[8.25,7.5,14],"rotation":{"angle":0,"axis":"y","origin":[8,8.7,13.5]},"faces":{"north":{"uv":[10,11,16,11.5],"rotation":90,"texture":"#1"},"east":{"uv":[10,11,16,12],"rotation":90,"texture":"#1"},"south":{"uv":[10,11,16,11.5],"rotation":90,"texture":"#1"},"west":{"uv":[10,11,16,12],"rotation":90,"texture":"#1"},"up":{"uv":[9,11.5,10,12],"rotation":90,"texture":"#1"},"down":{"uv":[10,11,11,11.5],"rotation":90,"texture":"#1"}}},{"from":[7,14.75,12.5],"to":[9,16.75,14.5],"rotation":{"angle":-45,"axis":"x","origin":[8,15.75,13.5]},"faces":{"north":{"uv":[1,11,3,13],"rotation":90,"texture":"#1"},"east":{"uv":[1,11,3,13],"rotation":90,"texture":"#1"},"south":{"uv":[1,11,3,13],"rotation":90,"texture":"#1"},"west":{"uv":[1,11,3,13],"rotation":90,"texture":"#1"},"up":{"uv":[1,11,3,13],"rotation":90,"texture":"#1"},"down":{"uv":[1,11,3,13],"rotation":90,"texture":"#1"}}},{"from":[7,0,12.5],"to":[9,2,14.5],"rotation":{"angle":-45,"axis":"x","origin":[8,1,13.5]},"faces":{"north":{"uv":[1,11,3,13],"rotation":90,"texture":"#1"},"east":{"uv":[1,11,3,13],"rotation":90,"texture":"#1"},"south":{"uv":[1,11,3,13],"rotation":90,"texture":"#1"},"west":{"uv":[1,11,3,13],"rotation":90,"texture":"#1"},"up":{"uv":[1,11,3,13],"rotation":90,"texture":"#1"},"down":{"uv":[1,11,3,13],"rotation":90,"texture":"#1"}}},{"from":[6.8,15.2,12.95],"to":[9.2,16.3,14.05],"rotation":{"angle":-45,"axis":"x","origin":[8,15.75,13.5]},"faces":{"north":{"uv":[1,14.5,2.5,16],"rotation":90,"texture":"#2"},"east":{"uv":[1,14.5,2.5,16],"rotation":90,"texture":"#2"},"south":{"uv":[1,14.5,2.5,16],"rotation":90,"texture":"#2"},"west":{"uv":[1,14.5,2.5,16],"rotation":90,"texture":"#2"},"up":{"uv":[1,14.5,2.5,16],"rotation":90,"texture":"#2"},"down":{"uv":[1,14.5,2.5,16],"rotation":90,"texture":"#2"}}},{"from":[6.8,0.45,12.95],"to":[9.2,1.55,14.05],"rotation":{"angle":-45,"axis":"x","origin":[8,1,13.5]},"faces":{"north":{"uv":[1,14.5,2.5,16],"rotation":90,"texture":"#2"},"east":{"uv":[1,14.5,2.5,16],"rotation":90,"texture":"#2"},"south":{"uv":[1,14.5,2.5,16],"rotation":90,"texture":"#2"},"west":{"uv":[1,14.5,2.5,16],"rotation":90,"texture":"#2"},"up":{"uv":[1,14.5,2.5,16],"rotation":90,"texture":"#2"},"down":{"uv":[1,14.5,2.5,16],"rotation":90,"texture":"#2"}}},{"from":[7.01,0.01,9.01],"to":[8.99,0.99,13.49],"faces":{"north":{"uv":[0,10,1,12],"rotation":270,"texture":"#3"},"east":{"uv":[0,10,4.5,11],"texture":"#3"},"south":{"uv":[0,10,1,12],"rotation":270,"texture":"#3"},"west":{"uv":[0,10,4.5,11],"rotation":180,"texture":"#3"},"up":{"uv":[0,10,4.5,12],"rotation":270,"texture":"#3"},"down":{"uv":[0,10,4.5,12],"rotation":270,"texture":"#3"}}},{"from":[7.52,-0.23097,8.84567],"to":[8.5,0.74903,13.32567],"rotation":{"angle":0,"axis":"y","origin":[-0.49,-0.24097,-0.16433]},"faces":{"north":{"uv":[0,11.5,1,12.5],"rotation":270,"texture":"#1"},"east":{"uv":[0,11.5,4.5,12.5],"rotation":180,"texture":"#1"},"south":{"uv":[0,11.5,1,12.5],"rotation":270,"texture":"#1"},"west":{"uv":[0,11.5,4.5,12.5],"texture":"#1"},"up":{"uv":[0,11.5,4.5,12.5],"rotation":270,"texture":"#1"},"down":{"uv":[0,11,4.5,12],"rotation":270,"texture":"#1"}}},{"from":[7.15,15.86522,13.33496],"to":[8.85,16.86522,15.33496],"rotation":{"angle":22.5,"axis":"x","origin":[8,16.86522,14.83496]},"faces":{"north":{"uv":[2,11.5,3,13.2],"rotation":270,"texture":"#3"},"east":{"uv":[5,11.5,6,13.5],"rotation":90,"texture":"#3"},"south":{"uv":[2,11.5,3.7,12.5],"rotation":180,"texture":"#3"},"west":{"uv":[4,11.5,5,13.5],"rotation":270,"texture":"#3"},"up":{"uv":[2,11.5,3.7,13.5],"texture":"#3"},"down":{"uv":[2,11.5,4,13.2],"rotation":270,"texture":"#3"}}},{"from":[7.35,17.20904,13.07523],"to":[8.65,18.20904,15.07523],"rotation":{"angle":-22.5,"axis":"x","origin":[8,17.99867,14.01761]},"faces":{"north":{"uv":[2,11.5,3,12.8],"rotation":270,"texture":"#3"},"east":{"uv":[4.5,11.5,5.5,13.5],"rotation":90,"texture":"#3"},"south":{"uv":[2,11.5,3,12.8],"rotation":270,"texture":"#3"},"west":{"uv":[4.5,11.5,5.5,13.5],"rotation":270,"texture":"#3"},"up":{"uv":[2,11.5,4,12.8],"rotation":180,"texture":"#3"},"down":{"uv":[2,11.5,4,12.8],"rotation":270,"texture":"#3"}}},{"from":[7.64,17.67755,12.27323],"to":[8.36,19.69755,13.29323],"rotation":{"angle":0,"axis":"x","origin":[8,18.61074,12.78323]},"faces":{"north":{"uv":[2,11.5,2.7,13.5],"rotation":180,"texture":"#3"},"east":{"uv":[3,11.5,4,13.5],"rotation":180,"texture":"#3"},"south":{"uv":[2,11.5,2.7,13.5],"rotation":180,"texture":"#3"},"west":{"uv":[3,11.5,4,13.5],"rotation":180,"texture":"#3"},"up":{"uv":[2,11.5,2.7,12.5],"rotation":180,"texture":"#3"},"down":{"uv":[2,11.5,2.7,12.5],"rotation":180,"texture":"#3"}}},{"from":[7.25,16.67388,13.2969],"to":[8.75,17.67388,15.2969],"rotation":{"angle":0,"axis":"x","origin":[8,17.17388,14.2969]},"faces":{"north":{"uv":[2,11.5,3,13],"rotation":270,"texture":"#3"},"east":{"uv":[5,11.5,6,13.5],"rotation":90,"texture":"#3"},"south":{"uv":[2,11.5,3,13],"rotation":270,"texture":"#3"},"west":{"uv":[3.5,11.5,4.5,13.5],"rotation":270,"texture":"#3"},"up":{"uv":[2,11.5,4,13],"rotation":270,"texture":"#3"},"down":{"uv":[2,11.5,4,13],"rotation":270,"texture":"#3"}}},{"from":[7.55,17.79692,12.83309],"to":[8.45,19.79692,13.83309],"rotation":{"angle":22.5,"axis":"x","origin":[8,18.61074,12.78323]},"faces":{"north":{"uv":[2,11.5,2.9,13.5],"rotation":180,"texture":"#3"},"east":{"uv":[4,11.5,5,13.5],"rotation":180,"texture":"#3"},"south":{"uv":[2,11.5,2.9,13.5],"rotation":180,"texture":"#3"},"west":{"uv":[3.5,11.5,4.5,13.5],"rotation":180,"texture":"#3"},"up":{"uv":[2,11.5,2.9,12.5],"rotation":180,"texture":"#3"},"down":{"uv":[2,11.5,2.9,12.5],"rotation":180,"texture":"#3"}}},{"from":[7.45,17.7883,13.07523],"to":[8.55,18.7883,15.07523],"rotation":{"angle":-45,"axis":"x","origin":[8,17.99867,14.01761]},"faces":{"north":{"uv":[2,11.5,3,12.6],"rotation":270,"texture":"#3"},"east":{"uv":[4.5,11.5,5.5,13.5],"rotation":90,"texture":"#3"},"south":{"uv":[2,11.5,3,12.6],"rotation":270,"texture":"#3"},"west":{"uv":[4.5,11.5,5.5,13.5],"rotation":270,"texture":"#3"},"up":{"uv":[2,11.5,4,12.6],"rotation":270,"texture":"#3"},"down":{"uv":[2,11.5,4,12.6],"rotation":270,"texture":"#3"}}},{"from":[7.65,17.79692,11.73337],"to":[8.35,19.79692,12.73337],"rotation":{"angle":-22.5,"axis":"x","origin":[8,18.61074,12.78323]},"faces":{"north":{"uv":[2,11.5,2.7,13.5],"rotation":180,"texture":"#3"},"east":{"uv":[4,11.5,5,13.5],"rotation":180,"texture":"#3"},"south":{"uv":[2,11.5,2.7,13.5],"rotation":180,"texture":"#3"},"west":{"uv":[4,11.5,5,13.5],"rotation":180,"texture":"#3"},"up":{"uv":[2,11.5,2.7,12.5],"rotation":180,"texture":"#3"},"down":{"uv":[2,11.5,2.7,12.5],"rotation":180,"texture":"#3"}}},{"from":[7.65,11.93565,7.40504],"to":[8.35,13.93565,8.40504],"rotation":{"angle":-22.5,"axis":"x","origin":[8,13.08893,8.42563]},"faces":{"north":{"uv":[2,11.5,2.7,13.5],"rotation":180,"texture":"#3"},"east":{"uv":[2,11.5,3,13.5],"rotation":180,"texture":"#3"},"south":{"uv":[2,11.5,2.7,13.5],"rotation":180,"texture":"#3"},"west":{"uv":[2,11.5,3,13.5],"rotation":180,"texture":"#3"},"up":{"uv":[2,11.5,2.7,12.5],"rotation":180,"texture":"#3"},"down":{"uv":[2,11.5,2.7,12.5],"rotation":180,"texture":"#3"}}},{"from":[7.05,13.33604,3.52645],"to":[8.95,15.33604,4.52645],"rotation":{"angle":-22.5,"axis":"x","origin":[8,14.14985,4.57631]},"faces":{"north":{"uv":[0,11.5,2,13.4],"rotation":90,"texture":"#3"},"east":{"uv":[0,11.5,2,12.5],"rotation":90,"texture":"#3"},"south":{"uv":[0,11.5,2,13.4],"rotation":90,"texture":"#3"},"west":{"uv":[0,11.5,2,12.5],"rotation":90,"texture":"#3"},"up":{"uv":[0,11.5,1,13.4],"rotation":90,"texture":"#3"},"down":{"uv":[0,11.5,1,13.4],"rotation":90,"texture":"#3"}}},{"from":[7.45,11.85454,6.3889],"to":[8.55,13.85454,7.3889],"rotation":{"angle":22.5,"axis":"x","origin":[8,12.91215,6.59928]},"faces":{"north":{"uv":[2,11.5,3.1,13.5],"rotation":180,"texture":"#3"},"east":{"uv":[2,11.5,3,13.5],"rotation":180,"texture":"#3"},"south":{"uv":[2,11.5,3.1,13.5],"rotation":180,"texture":"#3"},"west":{"uv":[2,11.5,3,13.5],"rotation":180,"texture":"#3"},"up":{"uv":[2,11.5,3.1,12.5],"rotation":180,"texture":"#3"},"down":{"uv":[2,11.5,3.1,12.5],"rotation":180,"texture":"#3"}}},{"from":[7.25,13.33604,4.62617],"to":[8.75,15.33604,5.62617],"rotation":{"angle":22.5,"axis":"x","origin":[8,14.14985,4.57631]},"faces":{"north":{"uv":[2,11.5,3.5,13.5],"rotation":180,"texture":"#3"},"east":{"uv":[2,11.5,3,13.5],"rotation":180,"texture":"#3"},"south":{"uv":[2,11.5,3.5,13.5],"rotation":180,"texture":"#3"},"west":{"uv":[2,11.5,3,13.5],"rotation":180,"texture":"#3"},"up":{"uv":[2,11.5,3.5,12.5],"rotation":180,"texture":"#3"},"down":{"uv":[2,11.5,3.5,12.5],"rotation":180,"texture":"#3"}}},{"from":[7.56,11.64287,6.93407],"to":[8.44,13.62287,7.91407],"rotation":{"angle":0,"axis":"x","origin":[8,12.78615,7.94466]},"faces":{"north":{"uv":[2,11.5,2.9,13.5],"rotation":180,"texture":"#3"},"east":{"uv":[2,11.5,3,13.5],"rotation":180,"texture":"#3"},"south":{"uv":[2,11.5,2.9,13.5],"rotation":180,"texture":"#3"},"west":{"uv":[2,11.5,3,13.5],"rotation":180,"texture":"#3"},"up":{"uv":[2,11.5,2.9,12.5],"rotation":180,"texture":"#3"},"down":{"uv":[2,11.5,2.9,12.5],"rotation":180,"texture":"#3"}}},{"from":[7.16,13.23666,4.08631],"to":[8.84,15.21666,5.06631],"rotation":{"angle":0,"axis":"x","origin":[8,14.14985,4.57631]},"faces":{"north":{"uv":[2,11.5,3.7,13.5],"rotation":180,"texture":"#3"},"east":{"uv":[2,11.5,3,13.5],"rotation":180,"texture":"#3"},"south":{"uv":[2,11.5,3.7,13.5],"rotation":180,"texture":"#3"},"west":{"uv":[2,11.5,3,13.5],"rotation":180,"texture":"#3"},"up":{"uv":[2,11.5,3.7,12.5],"rotation":180,"texture":"#3"},"down":{"uv":[2,11.5,3.7,12.5],"rotation":180,"texture":"#3"}}},{"from":[7.36,11.86454,4.81965],"to":[8.64,13.84454,6.79965],"rotation":{"angle":45,"axis":"x","origin":[8,12.91215,6.59928]},"faces":{"north":{"uv":[2,11.5,3.3,13.5],"rotation":180,"texture":"#3"},"east":{"uv":[2,11.5,4,13.5],"rotation":180,"texture":"#3"},"south":{"uv":[2,11.5,3.3,13.5],"rotation":180,"texture":"#3"},"west":{"uv":[2,11.5,4,13.5],"rotation":180,"texture":"#3"},"up":{"uv":[2,11.5,4,13],"rotation":270,"texture":"#3"},"down":{"uv":[2.5,11.5,4.5,13],"rotation":270,"texture":"#3"}}},{"from":[7.66,17.25421,10.2229],"to":[8.34,19.23421,12.2029],"rotation":{"angle":-45,"axis":"x","origin":[8,18.24421,11.7129]},"faces":{"north":{"uv":[2,11.5,2.7,13.5],"rotation":180,"texture":"#3"},"east":{"uv":[2,11.5,4,13.5],"rotation":180,"texture":"#3"},"south":{"uv":[2,11.5,2.7,13.5],"rotation":180,"texture":"#3"},"west":{"uv":[2,11.5,4,13.5],"rotation":180,"texture":"#3"},"up":{"uv":[2,11.5,4,12.5],"rotation":270,"texture":"#3"},"down":{"uv":[2,11.5,2.7,13.5],"rotation":180,"texture":"#3"}}},{"from":[7.66,12.63856,7.49324],"to":[8.34,14.61856,9.47324],"rotation":{"angle":45,"axis":"x","origin":[8,13.08893,8.42563]},"faces":{"north":{"uv":[2,11.5,4,12.5],"rotation":270,"texture":"#3"},"east":{"uv":[2,11.5,4,13.5],"rotation":270,"texture":"#3"},"south":{"uv":[3,9,5,10],"rotation":90,"texture":"#3"},"west":{"uv":[2,11.5,4,13.5],"rotation":90,"texture":"#3"},"up":{"uv":[2,11.5,4,12.2],"rotation":90,"texture":"#3"},"down":{"uv":[2,11.5,4,12.2],"rotation":90,"texture":"#3"}}},{"from":[7.65,13.54603,9.67767],"to":[8.35,17.54603,11.67767],"rotation":{"angle":22.5,"axis":"x","origin":[8,17.04603,10.67767]},"faces":{"north":{"uv":[2,11.5,6,12.5],"rotation":90,"texture":"#3"},"east":{"uv":[2,11.5,6,13.5],"rotation":270,"texture":"#3"},"south":{"uv":[2,11.5,6,12.5],"rotation":90,"texture":"#3"},"west":{"uv":[2,11.5,6,13.5],"rotation":90,"texture":"#3"},"up":{"uv":[2,11.5,6,13.5],"rotation":90,"texture":"#3"},"down":{"uv":[2,11.5,6,13.5],"rotation":90,"texture":"#3"}}},{"from":[7,-0.3415,6.28316],"to":[9,15.6585,7.28316],"rotation":{"angle":-22.5,"axis":"x","origin":[8,6.6585,6.78316]},"faces":{"north":{"uv":[0,11,16,13],"rotation":90,"texture":"#3"},"east":{"uv":[0,11.5,16,12.5],"rotation":90,"texture":"#3"},"south":{"uv":[0,11,16,13],"rotation":90,"texture":"#3"},"west":{"uv":[0,11.5,16,12.5],"rotation":90,"texture":"#3"},"up":{"uv":[0,11.5,1,13.5],"rotation":90,"texture":"#3"},"down":{"uv":[0,11.5,1,13.5],"rotation":90,"texture":"#3"}}},{"from":[7.5,-0.5915,6.03316],"to":[8.5,15.1585,7.03316],"rotation":{"angle":-22.5,"axis":"x","origin":[8,6.6585,6.53316]},"faces":{"north":{"uv":[0.25,12,16,13],"rotation":270,"texture":"#1"},"east":{"uv":[0.25,12,16,13],"rotation":270,"texture":"#1"},"south":{"uv":[0.25,12,16,13],"rotation":270,"texture":"#1"},"west":{"uv":[0.25,12,16,13],"rotation":270,"texture":"#1"},"up":{"uv":[6,11.5,7,12.5],"rotation":270,"texture":"#1"},"down":{"uv":[1,12,2,13],"rotation":270,"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[5,0,0],"translation":[0,-2,3.75],"scale":[1.3,1.3,1.3]},"thirdperson_lefthand":{"rotation":[5,0,0],"translation":[0,-2,3.75],"scale":[1.3,1.3,1.3]},"firstperson_righthand":{"rotation":[-15,0,0],"translation":[3.5,4.25,-3.75]},"firstperson_lefthand":{"rotation":[-15,0,0],"translation":[3.5,4.25,-3.75]},"gui":{"rotation":[90,-123,90],"translation":[1,-3,0],"scale":[0.87,0.87,0.87]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/rune_crossbow.json b/assets/minecraft/models/item/wynn/skin/bow/rune_crossbow.json new file mode 100644 index 000000000..42681161e --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/rune_crossbow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"block/dark_oak_log","2":"skins/artisansword","3":"block/cauldron_bottom","particle":"block/dark_oak_log"},"elements":[{"from":[6.49,-0.16,-0.01],"to":[9.51,1.86,7.17],"rotation":{"angle":0,"axis":"y","origin":[8,7.85,11]},"faces":{"north":{"uv":[3,7,6.04,9.04],"texture":"#2"},"east":{"uv":[2,7,9.2,9.04],"texture":"#2"},"south":{"uv":[9,8,12.04,10.04],"texture":"#2"},"west":{"uv":[1,7,8.2,9.04],"texture":"#2"},"up":{"uv":[0,7,7.2,10],"rotation":90,"texture":"#2"},"down":{"uv":[0,7,7.2,10],"rotation":90,"texture":"#2"}}},{"from":[6.48,-1.17,7.18],"to":[9.52,1.87,13.42],"rotation":{"angle":0,"axis":"y","origin":[8,7.05,18.2]},"faces":{"north":{"uv":[10,7,14,11],"texture":"#2"},"east":{"uv":[7,7,15,11],"texture":"#2"},"south":{"uv":[10,7,14,11],"texture":"#2"},"west":{"uv":[0,7,8,11],"texture":"#2"},"up":{"uv":[0,7,6,10],"rotation":90,"texture":"#2"},"down":{"uv":[0,12,8,16],"rotation":90,"texture":"#2"}}},{"from":[6.9,0.8,7.6],"to":[8.1,2,13.8],"rotation":{"angle":45,"axis":"z","origin":[7.51065,1.40142,9.18794]},"faces":{"north":{"uv":[10,12,12,14],"texture":"#2"},"east":{"uv":[4,12,11,14],"texture":"#2"},"south":{"uv":[7,12,9,14],"texture":"#2"},"west":{"uv":[9,14,16,16],"texture":"#2"},"up":{"uv":[7,12,14,14],"rotation":90,"texture":"#2"},"down":{"uv":[6,11,13,13],"rotation":90,"texture":"#2"}}},{"from":[7.9,0.8,7.6],"to":[9.1,2,13.8],"rotation":{"angle":45,"axis":"z","origin":[8.51065,1.40142,9.18794]},"faces":{"north":{"uv":[10,12,12,14],"texture":"#2"},"east":{"uv":[4,12,11,14],"texture":"#2"},"south":{"uv":[7,12,9,14],"texture":"#2"},"west":{"uv":[9,14,16,16],"texture":"#2"},"up":{"uv":[5,12,12,14],"rotation":90,"texture":"#2"},"down":{"uv":[6,11,13,13],"rotation":90,"texture":"#2"}}},{"from":[7.91,0.81,0.61],"to":[9.09,1.99,7.79],"rotation":{"angle":45,"axis":"z","origin":[8.51065,1.40142,2.18794]},"faces":{"north":{"uv":[0,0,2,2],"texture":"#2"},"east":{"uv":[3,12,11,14],"texture":"#2"},"south":{"uv":[0,0,2,2],"texture":"#2"},"west":{"uv":[8,12,16,14],"texture":"#2"},"up":{"uv":[1,12,9,14],"rotation":90,"texture":"#2"},"down":{"uv":[3,13,11,15],"rotation":90,"texture":"#2"}}},{"from":[6.91,0.81,0.61],"to":[8.09,1.99,7.79],"rotation":{"angle":45,"axis":"z","origin":[7.51065,1.40142,2.18794]},"faces":{"north":{"uv":[0,0,2,2],"texture":"#2"},"east":{"uv":[3,12,11,14],"texture":"#2"},"south":{"uv":[0,0,2,2],"texture":"#2"},"west":{"uv":[8,12,16,14],"texture":"#2"},"up":{"uv":[1,12,9,14],"rotation":90,"texture":"#2"},"down":{"uv":[3,13,11,15],"rotation":90,"texture":"#2"}}},{"from":[7.19,0.29,13.34],"to":[8.81,1.91,15.96],"rotation":{"angle":0,"axis":"y","origin":[8,8,20.4]},"faces":{"north":{"uv":[8,7,10,9],"texture":"#2"},"east":{"uv":[11,7,14,9],"texture":"#2"},"south":{"uv":[3,7,5,9],"texture":"#2"},"west":{"uv":[7,7,10,9],"texture":"#2"},"up":{"uv":[10,7,12,10],"texture":"#2"},"down":{"uv":[2,7,4,10],"texture":"#2"}}},{"from":[7.30043,-0.12704,15.5214],"to":[8.70043,1.27296,18.9214],"rotation":{"angle":22.5,"axis":"x","origin":[8.01902,0.56644,17.20932]},"faces":{"north":{"uv":[5,8,7,10],"texture":"#2"},"east":{"uv":[4,7,8,9],"texture":"#2"},"south":{"uv":[3,7,5,9],"texture":"#2"},"west":{"uv":[7,7,11,9],"texture":"#2"},"up":{"uv":[5,7,9,9],"rotation":90,"texture":"#2"},"down":{"uv":[4,7,8,9],"rotation":90,"texture":"#2"}}},{"from":[7.50187,-2.23305,17.26614],"to":[8.50187,0.76695,18.26614],"rotation":{"angle":22.5,"axis":"x","origin":[8.02501,-0.72491,17.75179]},"faces":{"north":{"uv":[0,7,5,9],"rotation":270,"texture":"#2"},"east":{"uv":[5,7,10,9],"rotation":270,"texture":"#2"},"south":{"uv":[1,7,6,9],"rotation":90,"texture":"#2"},"west":{"uv":[6,7,11,9],"rotation":90,"texture":"#2"},"up":{"uv":[1,7,3,9],"rotation":180,"texture":"#2"},"down":{"uv":[2,8,4,10],"texture":"#2"}}},{"from":[7.6007,-2.29717,16.22823],"to":[8.4007,2.50283,17.02823],"rotation":{"angle":-45,"axis":"x","origin":[8.02705,-0.88108,16.63813]},"faces":{"north":{"uv":[3,7,9,8],"rotation":90,"texture":"#2"},"east":{"uv":[5,7,11,8],"rotation":90,"texture":"#2"},"south":{"uv":[4,7,10,9],"rotation":90,"texture":"#2"},"west":{"uv":[3,7,9,8],"rotation":270,"texture":"#2"},"up":{"uv":[3,8,5,10],"texture":"#2"},"down":{"uv":[4,7,6,9],"rotation":180,"texture":"#2"}}},{"from":[7.6207,0.19391,13.34068],"to":[8.3807,0.95391,18.10068],"rotation":{"angle":-22.5,"axis":"x","origin":[8.02884,-0.20617,15.92105]},"faces":{"north":{"uv":[5,11,5.76,11.76],"texture":"#2"},"east":{"uv":[6,10,12,11],"texture":"#2"},"south":{"uv":[4,10,4.76,10.76],"texture":"#2"},"west":{"uv":[2,10,8,11],"texture":"#2"},"up":{"uv":[6,12,12,13],"rotation":270,"texture":"#2"},"down":{"uv":[8,12,14,13],"rotation":90,"texture":"#2"}}},{"from":[7.70187,-2.28305,7.56614],"to":[8.30187,-0.68305,8.16614],"rotation":{"angle":22.5,"axis":"x","origin":[8.52501,-1.97491,8.35179]},"faces":{"north":{"uv":[0,0,1,2],"rotation":180,"texture":"#2"},"east":{"uv":[9,12,11,13],"rotation":270,"texture":"#2"},"south":{"uv":[9,14,10,16],"texture":"#2"},"west":{"uv":[0,0,2,1],"rotation":90,"texture":"#2"},"up":{"uv":[0,0,1,1],"rotation":180,"texture":"#2"},"down":{"uv":[0,0,1,1],"texture":"#2"}}},{"from":[7.721,-2.53894,7.52889],"to":[8.281,-1.97894,8.08889],"rotation":{"angle":0,"axis":"x","origin":[8.01366,-1.76124,7.79106]},"faces":{"north":{"uv":[0,0,1,1],"rotation":180,"texture":"#2"},"east":{"uv":[0,0,1,1],"rotation":270,"texture":"#2"},"south":{"uv":[0,0,1,1],"texture":"#2"},"west":{"uv":[8,11,9,12],"rotation":90,"texture":"#2"},"up":{"uv":[0,0,1,1],"rotation":180,"texture":"#2"},"down":{"uv":[0,0,1,1],"texture":"#2"}}},{"from":[7.81633,-3.16747,11.22684],"to":[8.17633,-2.80747,11.58684],"rotation":{"angle":-22.5,"axis":"x","origin":[8.01112,-2.68627,11.12716]},"faces":{"north":{"uv":[0,0,1,1],"rotation":180,"texture":"#2"},"east":{"uv":[0,0,1,1],"rotation":90,"texture":"#2"},"south":{"uv":[0,0,1,1],"texture":"#2"},"west":{"uv":[0,0,1,1],"rotation":270,"texture":"#2"},"up":{"uv":[0,0,1,1],"texture":"#2"},"down":{"uv":[0,0,1,1],"rotation":180,"texture":"#2"}}},{"from":[7.69633,-3.46815,11.30919],"to":[8.29633,-2.86815,11.90919],"rotation":{"angle":22.5,"axis":"x","origin":[8.01643,-3.16409,11.59212]},"faces":{"north":{"uv":[7,8,8,9],"texture":"#2"},"east":{"uv":[9,8,10,9],"texture":"#2"},"south":{"uv":[11,9,12,10],"texture":"#2"},"west":{"uv":[8,9,9,10],"texture":"#2"},"up":{"uv":[9,8,10,9],"texture":"#2"},"down":{"uv":[12,9,13,10],"texture":"#2"}}},{"from":[7.74093,-3.10901,6.86914],"to":[8.26093,-2.58901,7.38914],"rotation":{"angle":-22.5,"axis":"x","origin":[8.01283,-0.84516,7.11339]},"faces":{"north":{"uv":[0,0,1,1],"rotation":180,"texture":"#2"},"east":{"uv":[7,12,8,13],"rotation":270,"texture":"#2"},"south":{"uv":[0,0,1,1],"texture":"#2"},"west":{"uv":[0,0,1,1],"rotation":90,"texture":"#2"},"up":{"uv":[0,0,1,1],"rotation":180,"texture":"#2"},"down":{"uv":[0,0,1,1],"texture":"#2"}}},{"from":[7.81763,-2.78924,10.97557],"to":[8.17763,-2.42924,11.33557],"rotation":{"angle":45,"axis":"x","origin":[8.0147,-2.8426,11.23262]},"faces":{"north":{"uv":[0,0,1,1],"rotation":180,"texture":"#2"},"east":{"uv":[0,0,1,1],"rotation":180,"texture":"#2"},"south":{"uv":[0,0,1,1],"rotation":180,"texture":"#2"},"west":{"uv":[0,0,1,1],"rotation":180,"texture":"#2"},"up":{"uv":[0,0,1,1],"texture":"#2"},"down":{"uv":[0,0,1,1],"texture":"#2"}}},{"from":[7.76071,-3.57564,7.17197],"to":[8.24071,-3.09564,7.65197],"rotation":{"angle":-45,"axis":"x","origin":[8.01358,-2.3259,7.39809]},"faces":{"north":{"uv":[0,0,1,1],"rotation":180,"texture":"#2"},"east":{"uv":[0,0,1,1],"rotation":270,"texture":"#2"},"south":{"uv":[0,0,1,1],"texture":"#2"},"west":{"uv":[6,10,7,11],"rotation":90,"texture":"#2"},"up":{"uv":[0,0,1,1],"rotation":180,"texture":"#2"},"down":{"uv":[0,0,1,1],"texture":"#2"}}},{"from":[7.81847,-2.79091,10.76528],"to":[8.17847,-2.43091,11.12528],"rotation":{"angle":22.5,"axis":"x","origin":[8.01686,-2.94703,11.38936]},"faces":{"north":{"uv":[0,0,1,1],"rotation":180,"texture":"#2"},"east":{"uv":[0,0,1,1],"rotation":180,"texture":"#2"},"south":{"uv":[0,0,1,1],"rotation":180,"texture":"#2"},"west":{"uv":[0,0,1,1],"rotation":180,"texture":"#2"},"up":{"uv":[0,0,1,1],"texture":"#2"},"down":{"uv":[0,0,1,1],"texture":"#2"}}},{"from":[7.78027,-3.45291,8.21807],"to":[8.22027,-3.01291,8.65807],"rotation":{"angle":22.5,"axis":"x","origin":[8.01502,-3.23021,8.42062]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#2"},"east":{"uv":[8,11,9,12],"texture":"#2"},"south":{"uv":[0,0,1,1],"texture":"#2"},"west":{"uv":[0,0,1,1],"texture":"#2"},"up":{"uv":[0,0,1,1],"texture":"#2"},"down":{"uv":[0,0,1,1],"texture":"#2"}}},{"from":[7.81886,-2.5917,10.65023],"to":[8.17886,-2.2317,11.01023],"rotation":{"angle":0,"axis":"x","origin":[8.01685,-2.98438,11.57409]},"faces":{"north":{"uv":[0,0,1,1],"rotation":180,"texture":"#2"},"east":{"uv":[0,0,1,1],"rotation":180,"texture":"#2"},"south":{"uv":[0,0,1,1],"rotation":180,"texture":"#2"},"west":{"uv":[0,0,1,1],"rotation":180,"texture":"#2"},"up":{"uv":[0,0,1,1],"texture":"#2"},"down":{"uv":[0,0,1,1],"texture":"#2"}}},{"from":[7.79967,-3.25416,8.43437],"to":[8.19967,-2.85416,10.83437],"rotation":{"angle":-22.5,"axis":"x","origin":[8.01592,-3.04682,9.1189]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#2"},"east":{"uv":[10,15,13,16],"texture":"#2"},"south":{"uv":[0,0,1,1],"texture":"#2"},"west":{"uv":[5,11,8,12],"texture":"#2"},"up":{"uv":[9,13,10,16],"texture":"#2"},"down":{"uv":[3,12,4,15],"texture":"#2"}}},{"from":[7.1419,0.5098,13.20401],"to":[8.5219,1.8898,15.58401],"rotation":{"angle":22.5,"axis":"y","origin":[7.33479,1.20462,14.88631]},"faces":{"north":{"uv":[4,7,6,9],"texture":"#2"},"east":{"uv":[6,7,9,9],"texture":"#2"},"south":{"uv":[5,8,10,10],"texture":"#2"},"west":{"uv":[1,8,4,10],"texture":"#2"},"up":{"uv":[2,7,4,10],"texture":"#2"},"down":{"uv":[6,7,8,10],"texture":"#2"}}},{"from":[7.31,0.46,3.31],"to":[8.69,0.84,6.69],"rotation":{"angle":-22.5,"axis":"x","origin":[8.79893,-0.64059,4.29167]},"faces":{"north":{"uv":[7,13,9,14],"texture":"#2"},"east":{"uv":[8,13,12,14],"texture":"#2"},"south":{"uv":[8,14,10,15],"texture":"#2"},"west":{"uv":[0,0,4,1],"texture":"#2"},"up":{"uv":[13,12,15,16],"texture":"#2"},"down":{"uv":[10,12,12,16],"texture":"#2"}}},{"from":[7.31,-0.03,4.04168],"to":[8.69,1.35,7.42168],"rotation":{"angle":22.5,"axis":"x","origin":[8.00861,-0.0955,4.72072]},"faces":{"north":{"uv":[4,8,6,10],"texture":"#2"},"east":{"uv":[2,9,6,11],"texture":"#2"},"south":{"uv":[0,7,2,9],"texture":"#2"},"west":{"uv":[1,9,5,11],"texture":"#2"},"up":{"uv":[2,7,6,9],"rotation":90,"texture":"#2"},"down":{"uv":[4,11,8,13],"rotation":90,"texture":"#2"}}},{"from":[7.52991,0.52175,13.01088],"to":[8.90791,1.89975,15.38888],"rotation":{"angle":-22.5,"axis":"y","origin":[8.2251,1.22036,14.68997]},"faces":{"north":{"uv":[8,7,10,9],"texture":"#2"},"east":{"uv":[6,8,9,10],"texture":"#2"},"south":{"uv":[5,7,7,9],"texture":"#2"},"west":{"uv":[5,7,8,9],"texture":"#2"},"up":{"uv":[6,7,8,10],"texture":"#2"},"down":{"uv":[6,7,8,10],"texture":"#2"}}},{"from":[7.6,2.40835,10.39204],"to":[8.4,2.70835,11.19204],"rotation":{"angle":45,"axis":"y","origin":[8.00913,2.55873,10.78253]},"faces":{"north":{"uv":[7,8,8,8.5],"texture":"#2"},"east":{"uv":[10,9,11,9.5],"texture":"#2"},"south":{"uv":[10,9,11,9.5],"texture":"#2"},"west":{"uv":[11,7,12,7.5],"texture":"#2"},"up":{"uv":[9,8,10,9],"texture":"#2"},"down":{"uv":[12,7,13,8],"texture":"#2"}}},{"from":[7.55,2.75,10.8],"to":[8.45,3.15,12.2],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99433,2.96223,11.74346]},"faces":{"north":{"uv":[12,8,13,8.5],"texture":"#2"},"east":{"uv":[12,7,13.5,7.5],"texture":"#2"},"south":{"uv":[13,9,14,9.5],"texture":"#2"},"west":{"uv":[7,8,8.5,8.5],"texture":"#2"},"up":{"uv":[13,7,14,8.5],"texture":"#2"},"down":{"uv":[10,8,11,9.5],"texture":"#2"}}},{"from":[7.54833,2.66625,12.84871],"to":[8.44833,3.06625,14.24871],"rotation":{"angle":22.5,"axis":"x","origin":[8.01258,2.86483,13.53838]},"faces":{"north":{"uv":[12,8,13,8.5],"texture":"#2"},"east":{"uv":[12,7,13.5,7.5],"texture":"#2"},"south":{"uv":[13,9,14,9.5],"texture":"#2"},"west":{"uv":[7,8,8.5,8.5],"texture":"#2"},"up":{"uv":[13,7,14,8.5],"texture":"#2"},"down":{"uv":[10,8,11,9.5],"texture":"#2"}}},{"from":[7.49825,0.99628,13.42042],"to":[8.49825,2.49628,15.42042],"rotation":{"angle":45,"axis":"x","origin":[8.01287,1.9875,14.41458]},"faces":{"north":{"uv":[8,7,9,8.5],"texture":"#2"},"east":{"uv":[7,8,9,9.5],"texture":"#2"},"south":{"uv":[11,8,12,9.5],"texture":"#2"},"west":{"uv":[5,8,7,9.5],"texture":"#2"},"up":{"uv":[12,8,13,10],"texture":"#2"},"down":{"uv":[9,7,10,9],"texture":"#2"}}},{"from":[7.85,2.8,10.55],"to":[8.15,3.1,13.55],"rotation":{"angle":-22.5,"axis":"x","origin":[8.34433,2.86223,11.54346]},"faces":{"north":{"uv":[0,0,0.3,0.3],"texture":"#2"},"east":{"uv":[7,12,10,12.3],"texture":"#2"},"south":{"uv":[0,0,0.3,0.3],"texture":"#2"},"west":{"uv":[0,0,3,0.3],"texture":"#2"},"up":{"uv":[3,11,3.3,14],"texture":"#2"},"down":{"uv":[5,13,5.3,16],"texture":"#2"}}},{"from":[7.55849,2.92165,12.10367],"to":[8.43849,3.30165,12.98367],"rotation":{"angle":0,"axis":"x","origin":[7.99281,3.12388,13.03714]},"faces":{"north":{"uv":[11,9,12,9.5],"texture":"#2"},"east":{"uv":[11,9,12,9.5],"texture":"#2"},"south":{"uv":[13,8,14,8.5],"texture":"#2"},"west":{"uv":[7,8,8,8.5],"texture":"#2"},"up":{"uv":[12,9,13,10],"texture":"#2"},"down":{"uv":[15,9,16,10],"texture":"#2"}}},{"from":[7.86045,2.60365,12.94552],"to":[8.14045,3.58365,13.22552],"rotation":{"angle":-22.5,"axis":"x","origin":[8.01159,3.89876,12.7791]},"faces":{"north":{"uv":[0,0,0.3,1],"rotation":180,"texture":"#2"},"east":{"uv":[0,0,1,0.3],"rotation":270,"texture":"#2"},"south":{"uv":[0,0,0.3,1],"texture":"#2"},"west":{"uv":[0,0,1,0.3],"rotation":90,"texture":"#2"},"up":{"uv":[0,0,0.3,0.3],"rotation":180,"texture":"#2"},"down":{"uv":[0,0,0.3,0.3],"texture":"#2"}}},{"from":[7.5,0.35,-3],"to":[8.5,0.85,0.5],"rotation":{"angle":22.5,"axis":"x","origin":[7.99738,0.86573,-0.51309]},"faces":{"north":{"uv":[8,8,9,8.5],"texture":"#2"},"east":{"uv":[4,8,7.5,8.5],"texture":"#2"},"south":{"uv":[6,8,7,8.5],"texture":"#2"},"west":{"uv":[4,8,7.5,8.5],"texture":"#2"},"up":{"uv":[6,9,9.5,10],"rotation":90,"texture":"#2"},"down":{"uv":[6,8,10,9],"rotation":90,"texture":"#2"}}},{"from":[7.35,0.5,-2.9],"to":[8.65,0.8,0.4],"rotation":{"angle":22.5,"axis":"x","origin":[7.74738,0.91573,-0.51309]},"faces":{"north":{"uv":[12,14,13,14.5],"texture":"#2"},"east":{"uv":[5,14,8.5,14.5],"texture":"#2"},"south":{"uv":[8,13,9,13.5],"texture":"#2"},"west":{"uv":[7,12,10.5,12.5],"texture":"#2"},"up":{"uv":[9,13,12.5,14],"rotation":90,"texture":"#2"},"down":{"uv":[9,12,12.5,13],"rotation":90,"texture":"#2"}}},{"from":[6.4,0.38988,5.64373],"to":[9.6,0.68988,8.94373],"rotation":{"angle":22.5,"axis":"x","origin":[7.99984,0.90127,8.03305]},"faces":{"north":{"uv":[8,13,9,13.5],"rotation":180,"texture":"#2"},"east":{"uv":[5,14,8.5,14.5],"rotation":180,"texture":"#2"},"south":{"uv":[12,14,13,14.5],"rotation":180,"texture":"#2"},"west":{"uv":[7,12,10.5,12.5],"rotation":180,"texture":"#2"},"up":{"uv":[9,12,12.5,13],"rotation":90,"texture":"#2"},"down":{"uv":[9,13,12.5,14],"rotation":90,"texture":"#2"}}},{"from":[6.4,1.11267,7.67238],"to":[9.6,1.41267,10.97238],"rotation":{"angle":22.5,"axis":"x","origin":[7.99984,0.90127,8.58305]},"faces":{"north":{"uv":[12,14,13,14.5],"texture":"#2"},"east":{"uv":[5,14,8.5,14.5],"texture":"#2"},"south":{"uv":[8,13,9,13.5],"texture":"#2"},"west":{"uv":[7,12,10.5,12.5],"texture":"#2"},"up":{"uv":[9,13,12.5,14],"rotation":90,"texture":"#2"},"down":{"uv":[9,12,12.5,13],"rotation":90,"texture":"#2"}}},{"from":[6.41,0.37267,7.53238],"to":[9.59,1.35267,8.51238],"rotation":{"angle":22.5,"axis":"x","origin":[7.99984,0.15127,8.28305]},"faces":{"north":{"uv":[4,4,7,7],"texture":"#2"},"east":{"uv":[4,4,7,7],"texture":"#2"},"south":{"uv":[4,4,7,7],"texture":"#2"},"west":{"uv":[4,4,7,7],"texture":"#2"},"up":{"uv":[4,4,7,7],"texture":"#2"},"down":{"uv":[4,4,7,7],"texture":"#2"}}},{"from":[6.4,0.69529,7.82291],"to":[9.6,1.69529,8.12291],"rotation":{"angle":22.5,"axis":"x","origin":[8,1.29529,7.92291]},"faces":{"north":{"uv":[7,12,8,12.3],"rotation":90,"texture":"#2"},"east":{"uv":[7,12,8,12.3],"rotation":90,"texture":"#2"},"south":{"uv":[7,12,8,12.3],"rotation":90,"texture":"#2"},"west":{"uv":[7,12,8,12.3],"rotation":90,"texture":"#2"},"up":{"uv":[7,12,8,12.3],"rotation":90,"texture":"#2"},"down":{"uv":[7,12,8,12.3],"rotation":90,"texture":"#2"}}},{"from":[6.4,0.09203,8.56973],"to":[9.6,1.09203,8.86973],"rotation":{"angle":22.5,"axis":"x","origin":[8,0.69203,8.76973]},"faces":{"north":{"uv":[7,12,8,12.3],"rotation":90,"texture":"#2"},"east":{"uv":[7,12,8,12.3],"rotation":90,"texture":"#2"},"south":{"uv":[7,12,8,12.3],"rotation":90,"texture":"#2"},"west":{"uv":[7,12,8,12.3],"rotation":90,"texture":"#2"},"up":{"uv":[7,12,8,12.3],"rotation":90,"texture":"#2"},"down":{"uv":[7,12,8,12.3],"rotation":90,"texture":"#2"}}},{"from":[6.39967,-1.55638,4.93599],"to":[9.59967,-1.25638,5.73599],"rotation":{"angle":45,"axis":"x","origin":[7.99984,0.90127,7.03305]},"faces":{"north":{"uv":[12,14,13,14.5],"texture":"#2"},"east":{"uv":[5,14,8.5,14.5],"texture":"#2"},"south":{"uv":[8,13,9,13.5],"texture":"#2"},"west":{"uv":[7,12,10.5,12.5],"texture":"#2"},"up":{"uv":[9,13,12.5,14],"rotation":90,"texture":"#2"},"down":{"uv":[9,12,12.5,13],"rotation":90,"texture":"#2"}}},{"from":[6.39967,3.05892,9.88012],"to":[9.59967,3.35892,10.68012],"rotation":{"angle":45,"axis":"x","origin":[7.99984,0.90127,8.58305]},"faces":{"north":{"uv":[8,13,9,13.5],"rotation":180,"texture":"#2"},"east":{"uv":[5,14,8.5,14.5],"rotation":180,"texture":"#2"},"south":{"uv":[12,14,13,14.5],"rotation":180,"texture":"#2"},"west":{"uv":[7,12,10.5,12.5],"rotation":180,"texture":"#2"},"up":{"uv":[9,12,12.5,13],"rotation":90,"texture":"#2"},"down":{"uv":[9,13,12.5,14],"rotation":90,"texture":"#2"}}},{"from":[6.4,2.25021,3.67968],"to":[9.6,2.55021,4.47968],"rotation":{"angle":45,"axis":"x","origin":[8.00016,0.09256,2.38261]},"faces":{"north":{"uv":[8,13,9,13.5],"rotation":180,"texture":"#2"},"east":{"uv":[5,14,8.5,14.5],"rotation":180,"texture":"#2"},"south":{"uv":[12,14,13,14.5],"rotation":180,"texture":"#2"},"west":{"uv":[7,12,10.5,12.5],"rotation":180,"texture":"#2"},"up":{"uv":[9,12,12.5,13],"rotation":90,"texture":"#2"},"down":{"uv":[9,13,12.5,14],"rotation":90,"texture":"#2"}}},{"from":[6.39967,3.05892,10.88012],"to":[9.59967,3.35892,11.68012],"rotation":{"angle":45,"axis":"x","origin":[7.99984,0.90127,9.58305]},"faces":{"north":{"uv":[8,13,9,13.5],"rotation":180,"texture":"#2"},"east":{"uv":[5,14,8.5,14.5],"rotation":180,"texture":"#2"},"south":{"uv":[12,14,13,14.5],"rotation":180,"texture":"#2"},"west":{"uv":[7,12,10.5,12.5],"rotation":180,"texture":"#2"},"up":{"uv":[9,12,12.5,13],"rotation":90,"texture":"#2"},"down":{"uv":[9,13,12.5,14],"rotation":90,"texture":"#2"}}},{"from":[7.34967,1.42193,-2.76196],"to":[8.64967,1.72193,0.53804],"rotation":{"angle":0,"axis":"x","origin":[7.99558,1.5823,-1.12937]},"faces":{"north":{"uv":[12,14,13,14.5],"texture":"#2"},"east":{"uv":[5,14,8.5,14.5],"texture":"#2"},"south":{"uv":[8,13,9,13.5],"texture":"#2"},"west":{"uv":[7,12,10.5,12.5],"texture":"#2"},"up":{"uv":[9,13,12.5,14],"rotation":90,"texture":"#2"},"down":{"uv":[9,12,12.5,13],"rotation":90,"texture":"#2"}}},{"from":[6.39967,1.42193,9.93804],"to":[9.59967,1.72193,11.23804],"rotation":{"angle":0,"axis":"x","origin":[7.04558,1.5823,11.57063]},"faces":{"north":{"uv":[12,14,13,14.5],"texture":"#2"},"east":{"uv":[5,14,8.5,14.5],"texture":"#2"},"south":{"uv":[8,13,9,13.5],"texture":"#2"},"west":{"uv":[7,12,10.5,12.5],"texture":"#2"},"up":{"uv":[9,13,12.5,14],"rotation":90,"texture":"#2"},"down":{"uv":[9,12,12.5,13],"rotation":90,"texture":"#2"}}},{"from":[6.39967,0.08061,5.37807],"to":[9.59967,0.38061,6.67807],"rotation":{"angle":0,"axis":"x","origin":[7.99984,0.90127,8.03305]},"faces":{"north":{"uv":[8,13,9,13.5],"rotation":180,"texture":"#2"},"east":{"uv":[5,14,8.5,14.5],"rotation":180,"texture":"#2"},"south":{"uv":[12,14,13,14.5],"rotation":180,"texture":"#2"},"west":{"uv":[7,12,10.5,12.5],"rotation":180,"texture":"#2"},"up":{"uv":[9,12,12.5,13],"rotation":90,"texture":"#2"},"down":{"uv":[9,13,12.5,14],"rotation":90,"texture":"#2"}}},{"from":[6.4,-0.29114,5.19519],"to":[9.6,1.00886,5.49519],"rotation":{"angle":45,"axis":"x","origin":[7.99984,0.65127,6.20805]},"faces":{"north":{"uv":[9,13,12.5,14],"rotation":270,"texture":"#2"},"east":{"uv":[5,14,8.5,14.5],"rotation":90,"texture":"#2"},"south":{"uv":[9,12,12.5,13],"rotation":90,"texture":"#2"},"west":{"uv":[7,12,10.5,12.5],"rotation":270,"texture":"#2"},"up":{"uv":[8,13,9,13.5],"texture":"#2"},"down":{"uv":[12,14,13,14.5],"rotation":180,"texture":"#2"}}},{"from":[6.4,-0.29114,4.19519],"to":[9.6,1.00886,4.49519],"rotation":{"angle":45,"axis":"x","origin":[7.99984,0.65127,5.20805]},"faces":{"north":{"uv":[9,13,12.5,14],"rotation":270,"texture":"#2"},"east":{"uv":[5,14,8.5,14.5],"rotation":90,"texture":"#2"},"south":{"uv":[9,12,12.5,13],"rotation":90,"texture":"#2"},"west":{"uv":[7,12,10.5,12.5],"rotation":270,"texture":"#2"},"up":{"uv":[8,13,9,13.5],"texture":"#2"},"down":{"uv":[12,14,13,14.5],"rotation":180,"texture":"#2"}}},{"from":[6.4,2.01093,10.40961],"to":[9.6,3.31093,10.70961],"rotation":{"angle":45,"axis":"x","origin":[7.99984,0.90127,8.58305]},"faces":{"north":{"uv":[9,12,12.5,13],"rotation":270,"texture":"#2"},"east":{"uv":[5,14,8.5,14.5],"rotation":270,"texture":"#2"},"south":{"uv":[9,13,12.5,14],"rotation":90,"texture":"#2"},"west":{"uv":[7,12,10.5,12.5],"rotation":90,"texture":"#2"},"up":{"uv":[12,14,13,14.5],"rotation":180,"texture":"#2"},"down":{"uv":[8,13,9,13.5],"texture":"#2"}}},{"from":[6.4,2.01093,11.40961],"to":[9.6,3.31093,11.70961],"rotation":{"angle":45,"axis":"x","origin":[7.99984,0.90127,9.58305]},"faces":{"north":{"uv":[9,12,12.5,13],"rotation":270,"texture":"#2"},"east":{"uv":[5,14,8.5,14.5],"rotation":270,"texture":"#2"},"south":{"uv":[9,13,12.5,14],"rotation":90,"texture":"#2"},"west":{"uv":[7,12,10.5,12.5],"rotation":90,"texture":"#2"},"up":{"uv":[12,14,13,14.5],"rotation":180,"texture":"#2"},"down":{"uv":[8,13,9,13.5],"texture":"#2"}}},{"from":[7.50017,1.3409,-3.00817],"to":[8.50017,1.8409,0.49183],"rotation":{"angle":0,"axis":"x","origin":[7.99285,0.8544,-1.27716]},"faces":{"north":{"uv":[8,8,9,8.5],"texture":"#2"},"east":{"uv":[7,8,10.5,8.5],"texture":"#2"},"south":{"uv":[6,8,7,8.5],"texture":"#2"},"west":{"uv":[4,8,7.5,8.5],"texture":"#2"},"up":{"uv":[6,9,10,10],"rotation":90,"texture":"#2"},"down":{"uv":[6,8,9.5,9],"rotation":90,"texture":"#2"}}},{"from":[5.45,0.8,-0.3],"to":[7.05,2.4,0.3],"rotation":{"angle":45,"axis":"z","origin":[6.24826,1.61005,-0.00829]},"faces":{"north":{"uv":[9,8,11,10],"texture":"#0"},"east":{"uv":[6,7,7,9],"texture":"#0"},"south":{"uv":[9,8,11,10],"texture":"#0"},"west":{"uv":[10,8,11,10],"texture":"#0"},"up":{"uv":[9,8,11,9],"texture":"#0"},"down":{"uv":[8,8,10,9],"texture":"#0"}}},{"from":[7.2,-0.2,-0.3],"to":[8.8,1.4,0.3],"rotation":{"angle":45,"axis":"z","origin":[7.99826,0.61005,-0.00829]},"faces":{"north":{"uv":[9,3,11,5],"texture":"#0"},"east":{"uv":[6,7,7,9],"texture":"#0"},"south":{"uv":[9,8,11,10],"texture":"#0"},"west":{"uv":[10,8,11,10],"texture":"#0"},"up":{"uv":[9,8,11,9],"texture":"#0"},"down":{"uv":[8,8,10,9],"texture":"#0"}}},{"from":[5.25,1.35,-0.5],"to":[6.25,2.35,0.5],"rotation":{"angle":45,"axis":"z","origin":[6.24826,2.36005,-0.00829]},"faces":{"north":{"uv":[10,12,12,14],"texture":"#2"},"east":{"uv":[9,13,10,15],"texture":"#2"},"south":{"uv":[14,14,16,16],"texture":"#2"},"west":{"uv":[14,14,15,16],"texture":"#2"},"up":{"uv":[8,13,10,14],"texture":"#2"},"down":{"uv":[8,12,10,13],"texture":"#2"}}},{"from":[6.25,1.6,-0.75],"to":[7.25,2.6,0.25],"rotation":{"angle":45,"axis":"z","origin":[7.24826,2.61005,-0.25829]},"faces":{"north":{"uv":[9,2,11,4],"texture":"#0"},"east":{"uv":[2,5,4,7],"texture":"#0"},"south":{"uv":[7,7,9,9],"texture":"#0"},"west":{"uv":[8,7,9,8],"texture":"#0"},"up":{"uv":[12,3,14,5],"texture":"#0"},"down":{"uv":[5,7,7,8],"texture":"#0"}}},{"from":[7.75,1.6,-0.75],"to":[8.75,2.6,0.25],"rotation":{"angle":45,"axis":"z","origin":[8.74826,2.61005,-0.25829]},"faces":{"north":{"uv":[2,5,4,7],"texture":"#0"},"east":{"uv":[2,3,4,5],"texture":"#0"},"south":{"uv":[7,7,9,9],"texture":"#0"},"west":{"uv":[8,7,9,8],"texture":"#0"},"up":{"uv":[2,4,4,6],"texture":"#0"},"down":{"uv":[5,7,7,8],"texture":"#0"}}},{"from":[9.244,1.15077,-0.5],"to":[10.244,2.15077,0.5],"rotation":{"angle":45,"axis":"z","origin":[9.75476,1.66412,-0.01519]},"faces":{"north":{"uv":[10,12,12,14],"texture":"#2"},"east":{"uv":[9,13,10,15],"texture":"#2"},"south":{"uv":[14,14,16,16],"texture":"#2"},"west":{"uv":[14,14,15,16],"texture":"#2"},"up":{"uv":[8,13,10,14],"texture":"#2"},"down":{"uv":[8,12,10,13],"texture":"#2"}}},{"from":[5.45,0.2,0.7],"to":[7.05,1.8,1.3],"rotation":{"angle":45,"axis":"z","origin":[6.24826,1.01005,0.99171]},"faces":{"north":{"uv":[11,7,13,9],"texture":"#0"},"east":{"uv":[6,7,7,9],"texture":"#0"},"south":{"uv":[7,7,9,9],"texture":"#0"},"west":{"uv":[10,8,11,10],"texture":"#0"},"up":{"uv":[6,7,8,8],"texture":"#0"},"down":{"uv":[8,8,10,9],"texture":"#0"}}},{"from":[8.95,0.8,-0.3],"to":[10.55,2.4,0.3],"rotation":{"angle":45,"axis":"z","origin":[9.74826,1.61005,-0.00829]},"faces":{"north":{"uv":[4,7,6,9],"texture":"#0"},"east":{"uv":[6,7,7,9],"texture":"#0"},"south":{"uv":[9,8,11,10],"texture":"#0"},"west":{"uv":[10,8,11,10],"texture":"#0"},"up":{"uv":[9,8,11,9],"texture":"#0"},"down":{"uv":[8,8,10,9],"texture":"#0"}}},{"from":[8.95,0.2,0.7],"to":[10.55,1.8,1.3],"rotation":{"angle":45,"axis":"z","origin":[9.74826,1.01005,0.99171]},"faces":{"north":{"uv":[11,7,13,9],"texture":"#0"},"east":{"uv":[6,7,7,9],"texture":"#0"},"south":{"uv":[1,7,3,9],"texture":"#0"},"west":{"uv":[10,8,11,10],"texture":"#0"},"up":{"uv":[9,8,11,9],"texture":"#0"},"down":{"uv":[8,8,10,9],"texture":"#0"}}},{"from":[4.45,0.9,0.2],"to":[7.05,2.5,0.8],"rotation":{"angle":22.5,"axis":"z","origin":[5.7487,1.70918,0.49214]},"faces":{"north":{"uv":[6,7,9,9],"texture":"#0"},"east":{"uv":[6,7,7,9],"texture":"#0"},"south":{"uv":[8,8,11,10],"texture":"#0"},"west":{"uv":[10,7,11,9],"texture":"#0"},"up":{"uv":[5,7,8,8],"texture":"#0"},"down":{"uv":[7,8,10,9],"texture":"#0"}}},{"from":[1.8,1,0.7],"to":[6.4,2.1,1.3],"rotation":{"angle":22.5,"axis":"y","origin":[4.59984,1.80612,0.99405]},"faces":{"north":{"uv":[4,12,11,14],"texture":"#2"},"east":{"uv":[8,13,9,15],"texture":"#2"},"south":{"uv":[6,11,13,13],"texture":"#2"},"west":{"uv":[11,13,12,15],"texture":"#2"},"up":{"uv":[8,13,15,14],"texture":"#2"},"down":{"uv":[2,11,9,12],"texture":"#2"}}},{"from":[1.8,1,1.2],"to":[6.4,2.1,1.8],"rotation":{"angle":22.5,"axis":"y","origin":[4.59984,1.80612,1.49405]},"faces":{"north":{"uv":[4,12,11,14],"texture":"#2"},"east":{"uv":[8,13,9,15],"texture":"#2"},"south":{"uv":[2,13,9,15],"texture":"#2"},"west":{"uv":[11,13,12,15],"texture":"#2"},"up":{"uv":[8,13,15,14],"texture":"#2"},"down":{"uv":[2,11,9,12],"texture":"#2"}}},{"from":[-1.7181,1.08945,3.33796],"to":[2.8819,2.18945,3.93796],"rotation":{"angle":45,"axis":"y","origin":[0.53703,1.64439,3.74844]},"faces":{"north":{"uv":[4,12,11,14],"texture":"#2"},"east":{"uv":[8,13,9,15],"texture":"#2"},"south":{"uv":[6,11,13,13],"texture":"#2"},"west":{"uv":[11,13,12,15],"texture":"#2"},"up":{"uv":[8,13,15,14],"texture":"#2"},"down":{"uv":[2,11,9,12],"texture":"#2"}}},{"from":[-1.7181,1.08945,3.83796],"to":[2.8819,2.18945,4.43796],"rotation":{"angle":45,"axis":"y","origin":[0.53703,1.64439,4.24844]},"faces":{"north":{"uv":[4,12,11,14],"texture":"#2"},"east":{"uv":[8,13,9,15],"texture":"#2"},"south":{"uv":[6,11,13,13],"texture":"#2"},"west":{"uv":[11,13,12,15],"texture":"#2"},"up":{"uv":[8,13,15,14],"texture":"#2"},"down":{"uv":[2,11,9,12],"texture":"#2"}}},{"from":[1.8,0.75,0.95],"to":[6.4,2.35,1.55],"rotation":{"angle":22.5,"axis":"y","origin":[4.59984,1.55612,1.24405]},"faces":{"north":{"uv":[3,7,10,9],"texture":"#0"},"east":{"uv":[9,7,10,9],"texture":"#0"},"south":{"uv":[8,7,13,9],"texture":"#0"},"west":{"uv":[6,8,7,10],"texture":"#0"},"up":{"uv":[5,7,10,8],"texture":"#0"},"down":{"uv":[5,8,10,9],"texture":"#0"}}},{"from":[-1.81377,0.83945,3.56893],"to":[2.78623,2.43945,4.16893],"rotation":{"angle":45,"axis":"y","origin":[0.53703,1.64439,3.74844]},"faces":{"north":{"uv":[7,7,12,9],"texture":"#0"},"east":{"uv":[9,7,10,9],"texture":"#0"},"south":{"uv":[3,7,8,9],"texture":"#0"},"west":{"uv":[6,8,7,10],"texture":"#0"},"up":{"uv":[5,7,10,8],"texture":"#0"},"down":{"uv":[5,8,10,9],"texture":"#0"}}},{"from":[9.6,1,0.7],"to":[14.2,2.1,1.3],"rotation":{"angle":-22.5,"axis":"y","origin":[11.39981,1.81923,0.98099]},"faces":{"north":{"uv":[4,12,11,14],"texture":"#2"},"east":{"uv":[8,13,9,15],"texture":"#2"},"south":{"uv":[6,11,13,13],"texture":"#2"},"west":{"uv":[11,13,12,15],"texture":"#2"},"up":{"uv":[8,13,15,14],"texture":"#2"},"down":{"uv":[2,11,9,12],"texture":"#2"}}},{"from":[9.6,1,1.2],"to":[14.2,2.1,1.8],"rotation":{"angle":-22.5,"axis":"y","origin":[11.39981,1.81923,1.48099]},"faces":{"north":{"uv":[4,12,11,14],"texture":"#2"},"east":{"uv":[8,13,9,15],"texture":"#2"},"south":{"uv":[3,12,10,14],"texture":"#2"},"west":{"uv":[11,13,12,15],"texture":"#2"},"up":{"uv":[8,13,15,14],"texture":"#2"},"down":{"uv":[2,11,9,12],"texture":"#2"}}},{"from":[13.13185,1.10207,3.32576],"to":[17.73185,2.20207,3.92576],"rotation":{"angle":-45,"axis":"y","origin":[15.47308,1.6705,3.7232]},"faces":{"north":{"uv":[4,12,11,14],"texture":"#2"},"east":{"uv":[8,13,9,15],"texture":"#2"},"south":{"uv":[6,11,13,13],"texture":"#2"},"west":{"uv":[11,13,12,15],"texture":"#2"},"up":{"uv":[8,13,15,14],"texture":"#2"},"down":{"uv":[2,11,9,12],"texture":"#2"}}},{"from":[13.13185,1.10207,3.82576],"to":[17.73185,2.20207,4.42576],"rotation":{"angle":-45,"axis":"y","origin":[15.47308,1.6705,4.2232]},"faces":{"north":{"uv":[4,12,11,14],"texture":"#2"},"east":{"uv":[8,13,9,15],"texture":"#2"},"south":{"uv":[5,13,12,15],"texture":"#2"},"west":{"uv":[11,13,12,15],"texture":"#2"},"up":{"uv":[8,13,15,14],"texture":"#2"},"down":{"uv":[2,11,9,12],"texture":"#2"}}},{"from":[9.6,0.75,0.95],"to":[14.2,2.35,1.55],"rotation":{"angle":-22.5,"axis":"y","origin":[11.39981,1.56923,1.23099]},"faces":{"north":{"uv":[7,7,12,9],"texture":"#0"},"east":{"uv":[9,7,10,9],"texture":"#0"},"south":{"uv":[8,3,10,8],"rotation":90,"texture":"#0"},"west":{"uv":[6,8,7,10],"texture":"#0"},"up":{"uv":[5,7,10,8],"texture":"#0"},"down":{"uv":[5,8,10,9],"texture":"#0"}}},{"from":[13.22752,0.85207,3.55673],"to":[17.82752,2.45207,4.15673],"rotation":{"angle":-45,"axis":"y","origin":[15.47308,1.6705,3.7232]},"faces":{"north":{"uv":[6,7,11,9],"texture":"#0"},"east":{"uv":[9,7,10,9],"texture":"#0"},"south":{"uv":[8,7,13,9],"texture":"#0"},"west":{"uv":[6,8,7,10],"texture":"#0"},"up":{"uv":[5,7,10,8],"texture":"#0"},"down":{"uv":[5,8,10,9],"texture":"#0"}}},{"from":[8.94983,0.90156,0.2],"to":[11.54983,2.50156,0.8],"rotation":{"angle":-22.5,"axis":"z","origin":[10.25254,1.71038,0.4917]},"faces":{"north":{"uv":[6,7,9,9],"texture":"#0"},"east":{"uv":[6,7,7,9],"texture":"#0"},"south":{"uv":[8,8,11,10],"texture":"#0"},"west":{"uv":[10,7,11,9],"texture":"#0"},"up":{"uv":[5,7,8,8],"texture":"#0"},"down":{"uv":[7,8,10,9],"texture":"#0"}}},{"from":[3.38553,1.9,3.12815],"to":[3.48553,2.1,14.72815],"rotation":{"angle":45,"axis":"y","origin":[3.69713,1.69127,8.68431]},"faces":{"north":{"uv":[0,0,16,1],"texture":"#3"},"east":{"uv":[0,0,12,1],"texture":"#3"},"south":{"uv":[0,0,16,1],"texture":"#3"},"west":{"uv":[0,0,16,1],"texture":"#3"},"up":{"uv":[0,0,16,1],"rotation":90,"texture":"#3"},"down":{"uv":[0,0,16,1],"rotation":90,"texture":"#3"}}},{"from":[6.54071,1.9,8.99972],"to":[18.14071,2.1,9.09972],"rotation":{"angle":45,"axis":"y","origin":[12.34731,1.94066,9.0383]},"faces":{"north":{"uv":[0,0,16,1],"texture":"#3"},"east":{"uv":[0,0,0.5,1],"texture":"#3"},"south":{"uv":[0,0,16,1],"texture":"#3"},"west":{"uv":[0,0,0.5,1],"texture":"#3"},"up":{"uv":[0,0,16,1],"rotation":180,"texture":"#3"},"down":{"uv":[0,0,16,1],"rotation":180,"texture":"#3"}}},{"from":[7.60945,2.8679,0.11667],"to":[8.40945,3.6679,0.41667],"rotation":{"angle":45,"axis":"z","origin":[7.99704,3.26758,0.28425]},"faces":{"north":{"uv":[5,5,6,6],"rotation":270,"texture":"#2"},"east":{"uv":[5,4,6,4.5],"rotation":270,"texture":"#2"},"south":{"uv":[6,6,7,7],"rotation":270,"texture":"#2"},"west":{"uv":[5,6,6,6.5],"rotation":90,"texture":"#2"},"up":{"uv":[5,5,6,5.5],"rotation":180,"texture":"#2"},"down":{"uv":[5,6,6,6.5],"texture":"#2"}}},{"from":[5.62193,2.20886,0.06066],"to":[7.90193,2.48886,0.34066],"rotation":{"angle":45,"axis":"z","origin":[6.85556,2.36268,0.19323]},"faces":{"north":{"uv":[6,12,8,12.5],"texture":"#2"},"east":{"uv":[7,13,7.5,13.5],"texture":"#2"},"south":{"uv":[8,13,10,13.5],"texture":"#2"},"west":{"uv":[7,12,8,12.5],"texture":"#2"},"up":{"uv":[9,13,9.5,15],"rotation":270,"texture":"#2"},"down":{"uv":[7,13,7.5,15],"rotation":90,"texture":"#2"}}},{"from":[6.23193,2.71886,0.07066],"to":[8.49193,2.97886,0.33066],"rotation":{"angle":45,"axis":"z","origin":[6.85556,2.86268,0.19323]},"faces":{"north":{"uv":[6,12,8,12.5],"texture":"#2"},"east":{"uv":[7,13,7.5,13.5],"texture":"#2"},"south":{"uv":[8,13,10,13.5],"texture":"#2"},"west":{"uv":[7,12,8,12.5],"texture":"#2"},"up":{"uv":[9,13,9.5,15],"rotation":270,"texture":"#2"},"down":{"uv":[7,13,7.5,15],"rotation":90,"texture":"#2"}}},{"from":[8.08006,2.22798,0.07066],"to":[10.34006,2.48798,0.33066],"rotation":{"angle":-45,"axis":"z","origin":[9.11564,2.3695,0.19279]},"faces":{"north":{"uv":[6,12,8,12.5],"texture":"#2"},"east":{"uv":[7,13,7.5,13.5],"texture":"#2"},"south":{"uv":[8,13,10,13.5],"texture":"#2"},"west":{"uv":[7,12,8,12.5],"texture":"#2"},"up":{"uv":[9,13,9.5,15],"rotation":270,"texture":"#2"},"down":{"uv":[7,13,7.5,15],"rotation":90,"texture":"#2"}}},{"from":[7.47006,2.71798,0.06066],"to":[9.75006,2.99798,0.34066],"rotation":{"angle":-45,"axis":"z","origin":[9.11564,2.8695,0.19279]},"faces":{"north":{"uv":[6,12,8,12.5],"texture":"#2"},"east":{"uv":[7,13,7.5,13.5],"texture":"#2"},"south":{"uv":[8,13,10,13.5],"texture":"#2"},"west":{"uv":[7,12,8,12.5],"texture":"#2"},"up":{"uv":[9,13,9.5,15],"rotation":270,"texture":"#2"},"down":{"uv":[7,13,7.5,15],"rotation":90,"texture":"#2"}}},{"from":[7.65,1.4,-3.35],"to":[8.35,1.8,-2.65],"rotation":{"angle":45,"axis":"y","origin":[8.00046,1.5,-3.00046]},"faces":{"north":{"uv":[9,8,10,8.7],"texture":"#2"},"east":{"uv":[4,9,5,9.7],"texture":"#2"},"south":{"uv":[7,8,8,8.7],"texture":"#2"},"west":{"uv":[0,0,1,0.7],"texture":"#2"},"up":{"uv":[9,8,10,9],"texture":"#2"},"down":{"uv":[8,7,9,8],"texture":"#2"}}}],"display":{"thirdperson_righthand":{"translation":[0,9.5,-1.5]},"thirdperson_lefthand":{"translation":[0,9.5,-1.5]},"firstperson_righthand":{"translation":[1.25,10.25,-5],"scale":[1.3,1.3,1.3]},"firstperson_lefthand":{"translation":[1.25,10.25,-5],"scale":[1.3,1.3,1.3]},"gui":{"rotation":[57,-49,43],"translation":[-3,7,0]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/scifi_bow.json b/assets/minecraft/models/item/wynn/skin/bow/scifi_bow.json new file mode 100644 index 000000000..af2e7e619 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/scifi_bow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"particle":"skins/scifi","0":"skins/scifi","1":"skins/scifi_anim"},"elements":[{"from":[7.25,12,6.875],"to":[8,12.5,7.625],"rotation":{"origin":[7.25,12.5,6.875],"axis":"z","angle":45},"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[7,12.25,7],"to":[8.5,12.5,7.5],"rotation":{"origin":[7,12.5,7],"axis":"z","angle":45},"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#1"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#1"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#1"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#1"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#1"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#1"}}},{"from":[8.0625,13.3125,7],"to":[10.0625,13.5625,7.5],"rotation":{"origin":[8.0625,13.5625,7],"axis":"z","angle":22.5},"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#1"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#1"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#1"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#1"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#1"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#1"}}},{"from":[9.875,14.0625,7],"to":[13.375,14.3125,7.5],"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#1"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#1"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#1"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#1"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#1"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#1"}}},{"from":[7.5,10.3125,7],"to":[8.0625,12.25,7.5],"rotation":{"origin":[7.5,12.25,7],"axis":"z","angle":45},"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[8.875,10.875,7],"to":[10.625,11.3125,7.5],"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[10.625,10.6875,7],"to":[11.5,11.3125,7.5],"rotation":{"origin":[10.625,11.3125,7],"axis":"z","angle":-45},"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[10.625,10.0625,7],"to":[11.25,10.6875,7.5],"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[10.6875,8.375,7],"to":[11.3125,10.3125,7.5],"rotation":{"origin":[10.6875,10.3125,7],"axis":"z","angle":-22.5},"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[9.75,8.25,7],"to":[10.5,8.5625,7.5],"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[10.3125,9.6875,7.0625],"to":[10.625,10,7.4375],"rotation":{"origin":[10.3125,10,7.0625],"axis":"z","angle":22.5},"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[10.125,9.1875,7.0625],"to":[10.4375,9.5,7.4375],"rotation":{"origin":[10.125,9.5,7.0625],"axis":"z","angle":22.5},"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[9.9375,8.6875,7.0625],"to":[10.25,9,7.4375],"rotation":{"origin":[9.9375,9,7.0625],"axis":"z","angle":22.5},"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[8.875,11.1875,7],"to":[9.625,11.5625,7.5],"rotation":{"origin":[8.875,11.5625,7],"axis":"z","angle":-22.5},"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[9.875,11.1875,7.125],"to":[10.0625,13.875,7.375],"rotation":{"origin":[9.875,13.875,7.125],"axis":"z","angle":-45},"faces":{"down":{"uv":[5.625,11,11.375,12.125],"texture":"#0"},"up":{"uv":[5.625,11,11.375,12.125],"texture":"#0"},"north":{"uv":[5.75,11.5,11.5,12.75],"texture":"#0"},"south":{"uv":[5.75,11.5,11.5,12.75],"texture":"#0"},"west":{"uv":[3.125,11.5625,9.3125,12.5625],"texture":"#0"},"east":{"uv":[3.125,11.5625,9.3125,12.5625],"texture":"#0"}}},{"from":[10,6.5,7.0625],"to":[10.5,8.5,7.4375],"rotation":{"origin":[10,8.5,7.0625],"axis":"z","angle":-22.5},"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[7.125,2.0625,7],"to":[8.625,2.3125,7.5],"rotation":{"origin":[7.125,2.3125,7],"axis":"z","angle":-45},"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#1"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#1"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#1"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#1"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#1"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#1"}}},{"from":[12.5,0.1875,7.125],"to":[12.625,14.0625,7.3125],"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[8.125,1.0625,7],"to":[10.125,1.3125,7.5],"rotation":{"origin":[8.125,1.3125,7],"axis":"z","angle":-22.5},"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#1"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#1"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#1"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#1"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#1"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#1"}}},{"from":[9.875,0.3125,7],"to":[13.375,0.5625,7.5],"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#1"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#1"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#1"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#1"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#1"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#1"}}},{"from":[7.25,6.625,6.8125],"to":[12.375,6.75,7.6875],"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[7.5,7.0625,6.625],"to":[9.3125,7.5,7.9375],"faces":{"down":{"uv":[4.1875,13.1875,6.0625,14.6875],"texture":"#0"},"up":{"uv":[4.1875,13.1875,6.0625,14.6875],"texture":"#0"},"north":{"uv":[6,13.25,8.125,15],"texture":"#0"},"south":{"uv":[6,13.25,8.125,15],"texture":"#0"},"west":{"uv":[1.375,13.8125,3.0625,15.4375],"texture":"#0"},"east":{"uv":[1.375,13.8125,3.0625,15.4375],"texture":"#0"}}},{"from":[7.75,6.75,7.125],"to":[9.0625,7.125,7.375],"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[7.5625,7.5,7.0975],"to":[8.8125,7.6875,7.3475],"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[8.625,7.4375,7.0975],"to":[8.8125,10.25,7.3475],"rotation":{"origin":[8.625,10.25,7.0975],"axis":"z","angle":-22.5},"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[9.4375,7.5,7.0975],"to":[9.625,9.6875,7.3475],"rotation":{"origin":[9.4375,9.6875,7.0975],"axis":"z","angle":-22.5},"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[8.5,9.0625,7.0975],"to":[8.6875,10.4375,7.3475],"rotation":{"origin":[8.5,10.4375,7.0975],"axis":"z","angle":45},"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[7.75,9.5875,6.9375],"to":[8.75,10.5875,7.5],"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[7.875,9.4625,7],"to":[8.625,10.7125,7.4375],"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[7.625,9.6875,7],"to":[8.875,10.5,7.4375],"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[7.25,5.625,6.8125],"to":[12.375,5.75,7.75],"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[7.25,5.625,6.6875],"to":[12.375,6.75,6.8125],"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[7.25,5.625,7.6875],"to":[12.375,6.75,7.8125],"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[9.125,1.375,7.0625],"to":[9.625,6,7.4375],"rotation":{"origin":[9.125,6,7.0625],"axis":"z","angle":-22.5},"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[6.75,9.875,7],"to":[7.625,10.3125,7.4375],"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[6.375,9.9375,7.0625],"to":[7.375,10.25,7.375],"faces":{"down":{"uv":[4.1875,13.1875,6.0625,14.6875],"texture":"#0"},"up":{"uv":[4.1875,13.1875,6.0625,14.6875],"texture":"#0"},"north":{"uv":[6,13.25,8.125,15],"texture":"#0"},"south":{"uv":[6,13.25,8.125,15],"texture":"#0"},"west":{"uv":[1.375,13.8125,3.0625,15.4375],"texture":"#0"},"east":{"uv":[1.375,13.8125,3.0625,15.4375],"texture":"#0"}}},{"from":[4.75,10,7.125],"to":[6.4375,10.1875,7.3125],"faces":{"down":{"uv":[4.1875,13.1875,6.0625,14.6875],"texture":"#0"},"up":{"uv":[4.1875,13.1875,6.0625,14.6875],"texture":"#0"},"north":{"uv":[6,13.25,8.125,15],"texture":"#0"},"south":{"uv":[6,13.25,8.125,15],"texture":"#0"},"west":{"uv":[1.375,13.8125,3.0625,15.4375],"texture":"#0"},"east":{"uv":[1.375,13.8125,3.0625,15.4375],"texture":"#0"}}},{"from":[3.875,9.9375,7.0625],"to":[4.75,10.25,7.375],"faces":{"down":{"uv":[4.1875,13.1875,6.0625,14.6875],"texture":"#0"},"up":{"uv":[4.1875,13.1875,6.0625,14.6875],"texture":"#0"},"north":{"uv":[6,13.25,8.125,15],"texture":"#0"},"south":{"uv":[6,13.25,8.125,15],"texture":"#0"},"west":{"uv":[1.375,13.8125,3.0625,15.4375],"texture":"#0"},"east":{"uv":[1.375,13.8125,3.0625,15.4375],"texture":"#0"}}},{"from":[5.625,5.25,6.875],"to":[7.75,5.5,7.625],"faces":{"down":{"uv":[4.1875,13.1875,6.0625,14.6875],"texture":"#0"},"up":{"uv":[4.1875,13.1875,6.0625,14.6875],"texture":"#0"},"north":{"uv":[6,13.25,8.125,15],"texture":"#0"},"south":{"uv":[6,13.25,8.125,15],"texture":"#0"},"west":{"uv":[1.375,13.8125,3.0625,15.4375],"texture":"#0"},"east":{"uv":[1.375,13.8125,3.0625,15.4375],"texture":"#0"}}},{"from":[6.5625,4.9375,7.125],"to":[7.6875,5.5625,7.375],"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[4.75,4.8125,7.125],"to":[6.625,5.6875,7.375],"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[6.4375,4.75,7.125],"to":[6.9375,5,7.375],"rotation":{"origin":[6.4375,5,7.125],"axis":"z","angle":45},"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[6.625,5.4375,7.125],"to":[7.125,5.6875,7.375],"rotation":{"origin":[6.625,5.6875,7.125],"axis":"z","angle":-45},"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[5.125,4.5,7.1875],"to":[5.25,6.5,7.3125],"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[9.125,4.9375,7.125],"to":[9.9375,5.125,7.3125],"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[9.875,4.9375,7.125],"to":[10.6875,5.125,7.3125],"rotation":{"origin":[9.875,5.125,7.125],"axis":"z","angle":22.5},"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[10.625,5.25,7.125],"to":[12.375,5.4375,7.3125],"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[12.6875,5.25,7.125],"to":[12.875,5.4375,7.3125],"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[12.375,5.3125,7.1875],"to":[12.75,5.375,7.25],"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[9.8125,0.1875,7.0625],"to":[10.1875,0.875,7.4375],"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[8.0625,-0.125,7.125],"to":[8.3125,2.625,7.375],"rotation":{"origin":[8.0625,2.625,7.125],"axis":"z","angle":45},"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[8.5,9.0625,7.0975],"to":[8.6875,10.4375,7.3475],"rotation":{"origin":[8.5,10.4375,7.0975],"axis":"z","angle":45},"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[7.75,9.5875,6.9375],"to":[8.75,10.5875,7.5],"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[7.875,9.4625,7],"to":[8.625,10.7125,7.4375],"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[9.6875,13.6875,7.0625],"to":[10.0625,14.375,7.4375],"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[7.8125,11.5625,6.9375],"to":[8.625,12.375,7.5625],"faces":{"down":{"uv":[4.1875,13.1875,6.0625,14.6875],"texture":"#0"},"up":{"uv":[4.1875,13.1875,6.0625,14.6875],"texture":"#0"},"north":{"uv":[6,13.25,8.125,15],"texture":"#0"},"south":{"uv":[6,13.25,8.125,15],"texture":"#0"},"west":{"uv":[1.375,13.8125,3.0625,15.4375],"texture":"#0"},"east":{"uv":[1.375,13.8125,3.0625,15.4375],"texture":"#0"}}},{"from":[7.925,11.45,7],"to":[8.4875,12.5125,7.4375],"faces":{"down":{"uv":[4.1875,13.1875,6.0625,14.6875],"texture":"#0"},"up":{"uv":[4.1875,13.1875,6.0625,14.6875],"texture":"#0"},"north":{"uv":[6,13.25,8.125,15],"texture":"#0"},"south":{"uv":[6,13.25,8.125,15],"texture":"#0"},"west":{"uv":[1.375,13.8125,3.0625,15.4375],"texture":"#0"},"east":{"uv":[1.375,13.8125,3.0625,15.4375],"texture":"#0"}}},{"from":[7.675,11.675,7],"to":[8.7375,12.3,7.4375],"faces":{"down":{"uv":[4.1875,13.1875,6.0625,14.6875],"texture":"#0"},"up":{"uv":[4.1875,13.1875,6.0625,14.6875],"texture":"#0"},"north":{"uv":[6,13.25,8.125,15],"texture":"#0"},"south":{"uv":[6,13.25,8.125,15],"texture":"#0"},"west":{"uv":[1.375,13.8125,3.0625,15.4375],"texture":"#0"},"east":{"uv":[1.375,13.8125,3.0625,15.4375],"texture":"#0"}}},{"from":[12.375,13.75,7.0625],"to":[13.1875,14.625,7.4375],"faces":{"down":{"uv":[3.4375,11.0625,4.875,12],"texture":"#0"},"up":{"uv":[3.4375,11.0625,4.875,12],"texture":"#0"},"north":{"uv":[12.0625,11.3125,13.6875,12.8125],"texture":"#0"},"south":{"uv":[12.0625,11.3125,13.6875,12.8125],"texture":"#0"},"west":{"uv":[11.8125,11.125,13.375,12.625],"texture":"#0"},"east":{"uv":[11.8125,11.125,13.375,12.625],"texture":"#0"}}},{"from":[12.4375,13.6875,7.125],"to":[13.125,14.6875,7.375],"faces":{"down":{"uv":[3.4375,11.0625,4.875,12],"texture":"#0"},"up":{"uv":[3.4375,11.0625,4.875,12],"texture":"#0"},"north":{"uv":[12.0625,11.3125,13.6875,12.8125],"texture":"#0"},"south":{"uv":[12.0625,11.3125,13.6875,12.8125],"texture":"#0"},"west":{"uv":[11.8125,11.125,13.375,12.625],"texture":"#0"},"east":{"uv":[11.8125,11.125,13.375,12.625],"texture":"#0"}}},{"from":[12.3125,13.8125,7.125],"to":[13.25,14.5625,7.375],"faces":{"down":{"uv":[3.4375,11.0625,4.875,12],"texture":"#0"},"up":{"uv":[3.4375,11.0625,4.875,12],"texture":"#0"},"north":{"uv":[12.0625,11.3125,13.6875,12.8125],"texture":"#0"},"south":{"uv":[12.0625,11.3125,13.6875,12.8125],"texture":"#0"},"west":{"uv":[11.8125,11.125,13.375,12.625],"texture":"#0"},"east":{"uv":[11.8125,11.125,13.375,12.625],"texture":"#0"}}},{"from":[12.4375,-0.0625,7.125],"to":[13.125,0.9375,7.375],"faces":{"down":{"uv":[3.4375,11.0625,4.875,12],"texture":"#0"},"up":{"uv":[3.4375,11.0625,4.875,12],"texture":"#0"},"north":{"uv":[12.0625,11.3125,13.6875,12.8125],"texture":"#0"},"south":{"uv":[12.0625,11.3125,13.6875,12.8125],"texture":"#0"},"west":{"uv":[11.8125,11.125,13.375,12.625],"texture":"#0"},"east":{"uv":[11.8125,11.125,13.375,12.625],"texture":"#0"}}},{"from":[12.3125,0.0625,7.125],"to":[13.25,0.8125,7.375],"faces":{"down":{"uv":[3.4375,11.0625,4.875,12],"texture":"#0"},"up":{"uv":[3.4375,11.0625,4.875,12],"texture":"#0"},"north":{"uv":[12.0625,11.3125,13.6875,12.8125],"texture":"#0"},"south":{"uv":[12.0625,11.3125,13.6875,12.8125],"texture":"#0"},"west":{"uv":[11.8125,11.125,13.375,12.625],"texture":"#0"},"east":{"uv":[11.8125,11.125,13.375,12.625],"texture":"#0"}}},{"from":[12.375,0,7.0625],"to":[13.1875,0.875,7.4375],"faces":{"down":{"uv":[3.4375,11.0625,4.875,12],"texture":"#0"},"up":{"uv":[3.4375,11.0625,4.875,12],"texture":"#0"},"north":{"uv":[12.0625,11.3125,13.6875,12.8125],"texture":"#0"},"south":{"uv":[12.0625,11.3125,13.6875,12.8125],"texture":"#0"},"west":{"uv":[11.8125,11.125,13.375,12.625],"texture":"#0"},"east":{"uv":[11.8125,11.125,13.375,12.625],"texture":"#0"}}},{"from":[12.9375,0.1875,7.125],"to":[13.0625,14.0625,7.3125],"faces":{"down":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"up":{"uv":[7.1875,4.0625,13.3125,5.3125],"texture":"#0"},"north":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"south":{"uv":[8.1875,4.3125,13.9375,5.5625],"texture":"#0"},"west":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"},"east":{"uv":[4,3.625,6.0625,5.125],"texture":"#0"}}},{"from":[7.75,2.3125,6.9375],"to":[8.5625,3.125,7.5625],"faces":{"down":{"uv":[4.1875,13.1875,6.0625,14.6875],"texture":"#0"},"up":{"uv":[4.1875,13.1875,6.0625,14.6875],"texture":"#0"},"north":{"uv":[6,13.25,8.125,15],"texture":"#0"},"south":{"uv":[6,13.25,8.125,15],"texture":"#0"},"west":{"uv":[1.375,13.8125,3.0625,15.4375],"texture":"#0"},"east":{"uv":[1.375,13.8125,3.0625,15.4375],"texture":"#0"}}},{"from":[7.875,2.1875,7],"to":[8.4375,3.25,7.5],"faces":{"down":{"uv":[4.1875,13.1875,6.0625,14.6875],"texture":"#0"},"up":{"uv":[4.1875,13.1875,6.0625,14.6875],"texture":"#0"},"north":{"uv":[6,13.25,8.125,15],"texture":"#0"},"south":{"uv":[6,13.25,8.125,15],"texture":"#0"},"west":{"uv":[1.375,13.8125,3.0625,15.4375],"texture":"#0"},"east":{"uv":[1.375,13.8125,3.0625,15.4375],"texture":"#0"}}},{"from":[7.625,2.4375,7],"to":[8.6875,3,7.5],"faces":{"down":{"uv":[4.1875,13.1875,6.0625,14.6875],"texture":"#0"},"up":{"uv":[4.1875,13.1875,6.0625,14.6875],"texture":"#0"},"north":{"uv":[6,13.25,8.125,15],"texture":"#0"},"south":{"uv":[6,13.25,8.125,15],"texture":"#0"},"west":{"uv":[1.375,13.8125,3.0625,15.4375],"texture":"#0"},"east":{"uv":[1.375,13.8125,3.0625,15.4375],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[180,90,9],"translation":[1.32,1.51,-3.02],"scale":[2,2,2]},"thirdperson_lefthand":{"rotation":[180,-90,0],"translation":[-2.46,1.32,-3.21],"scale":[2,2,2]},"firstperson_righthand":{"rotation":[-14,82,-166],"translation":[2.65,4.91,-3.97],"scale":[1.2,1.2,1.2]},"gui":{"rotation":[-14,154,-140],"translation":[-1.7,1.32,-0.38],"scale":[1.1,1.1,1.1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/seraphim_bow.json b/assets/minecraft/models/item/wynn/skin/bow/seraphim_bow.json new file mode 100644 index 000000000..8706890fe --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/seraphim_bow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/rainbow_gradient","1":"skins/rainbow_gradient_anim","particle":"skins/rainbow_gradient"},"elements":[{"from":[7.15,4.7,9.15],"to":[8.85,12.9,10.85],"rotation":{"angle":0,"axis":"y","origin":[8,17,8]},"faces":{"north":{"uv":[12.5,8.5,14,13],"texture":"#0"},"east":{"uv":[12.5,8.5,14,13],"texture":"#0"},"south":{"uv":[12.5,8.5,14,13],"texture":"#0"},"west":{"uv":[12.5,8.5,14,13],"texture":"#0"},"up":{"uv":[12.5,8.5,14,13],"texture":"#0"},"down":{"uv":[12.5,8.5,14,13],"texture":"#0"}}},{"from":[7.25,12.72152,5.80255],"to":[8.75,18.62152,6.70255],"rotation":{"angle":-22.5,"axis":"x","origin":[8,22.28576,8.57179]},"faces":{"north":{"uv":[0,0,3,0.5],"rotation":270,"texture":"#1"},"east":{"uv":[0,0,3,0.5],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,3,0.5],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,3,0.5],"rotation":270,"texture":"#1"},"up":{"uv":[2.5,0,3,0.5],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,3,0.5],"rotation":270,"texture":"#1"}}},{"from":[7.25,-1.02152,5.80255],"to":[8.75,4.87848,6.70255],"rotation":{"angle":22.5,"axis":"x","origin":[8,-4.68576,8.57179]},"faces":{"north":{"uv":[3,0,0,0.5],"rotation":270,"texture":"#1"},"east":{"uv":[3,0,0,0.5],"rotation":270,"texture":"#1"},"south":{"uv":[3,0,0,0.5],"rotation":270,"texture":"#1"},"west":{"uv":[3,0,0,0.5],"rotation":270,"texture":"#1"},"up":{"uv":[3,0,0,0.5],"rotation":270,"texture":"#1"},"down":{"uv":[3,0,2.5,0.5],"rotation":270,"texture":"#1"}}},{"from":[7.26,17.72196,9.21914],"to":[8.74,25.30196,10.19914],"rotation":{"angle":22.5,"axis":"x","origin":[8,22.28576,8.57179]},"faces":{"north":{"uv":[2.75,0,6.5,0.5],"rotation":270,"texture":"#1"},"east":{"uv":[2.75,0,6.5,0.5],"rotation":270,"texture":"#1"},"south":{"uv":[2.75,0,6.5,0.5],"rotation":270,"texture":"#1"},"west":{"uv":[2.75,0,6.5,0.5],"rotation":270,"texture":"#1"},"up":{"uv":[6,0,6.5,0.3],"rotation":270,"texture":"#1"},"down":{"uv":[2.75,0,6.5,0.5],"rotation":270,"texture":"#1"}}},{"from":[7.26,-7.70196,9.21914],"to":[8.74,-0.12196,10.19914],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-4.68576,8.57179]},"faces":{"north":{"uv":[6.5,0,2.75,0.5],"rotation":270,"texture":"#1"},"east":{"uv":[6.5,0,2.75,0.5],"rotation":270,"texture":"#1"},"south":{"uv":[6.5,0,2.75,0.5],"rotation":270,"texture":"#1"},"west":{"uv":[6.5,0,2.75,0.5],"rotation":270,"texture":"#1"},"up":{"uv":[6.5,0,2.75,0.5],"rotation":270,"texture":"#1"},"down":{"uv":[6.5,0,6,0.3],"rotation":270,"texture":"#1"}}},{"from":[7.265,23.37309,12.86553],"to":[8.735,26.84309,13.83553],"rotation":{"angle":45,"axis":"x","origin":[8,27.15809,13.35053]},"faces":{"north":{"uv":[6.5,0,8.5,0.5],"rotation":270,"texture":"#1"},"east":{"uv":[6.5,0,8.5,0.5],"rotation":270,"texture":"#1"},"south":{"uv":[6.5,0,8.5,0.5],"rotation":270,"texture":"#1"},"west":{"uv":[6.5,0,8.5,0.5],"rotation":270,"texture":"#1"},"up":{"uv":[7.5,0,8,0.5],"rotation":270,"texture":"#1"},"down":{"uv":[6.5,0,8.5,0.5],"rotation":270,"texture":"#1"}}},{"from":[7.265,-9.24309,12.86553],"to":[8.735,-5.77309,13.83553],"rotation":{"angle":-45,"axis":"x","origin":[8,-9.55809,13.35053]},"faces":{"north":{"uv":[8.5,0,6.5,0.5],"rotation":270,"texture":"#1"},"east":{"uv":[8.5,0,6.5,0.5],"rotation":270,"texture":"#1"},"south":{"uv":[8.5,0,6.5,0.5],"rotation":270,"texture":"#1"},"west":{"uv":[8.5,0,6.5,0.5],"rotation":270,"texture":"#1"},"up":{"uv":[8.5,0,6.5,0.5],"rotation":270,"texture":"#1"},"down":{"uv":[8,0,7.5,0.5],"rotation":270,"texture":"#1"}}},{"from":[7.37,27.01417,12.84337],"to":[8.63,27.97417,16.30337],"rotation":{"angle":-22.5,"axis":"x","origin":[8,27.49417,14.57337]},"faces":{"north":{"uv":[8,0,10,0.5],"rotation":180,"texture":"#1"},"east":{"uv":[8,0,10,0.5],"rotation":180,"texture":"#1"},"south":{"uv":[9.5,0,10,0.5],"rotation":180,"texture":"#1"},"west":{"uv":[8,0,10,0.5],"texture":"#1"},"up":{"uv":[8,0,10,0.5],"rotation":90,"texture":"#1"},"down":{"uv":[8,0,10,0.5],"rotation":270,"texture":"#1"}}},{"from":[7.37,-10.37417,12.84337],"to":[8.63,-9.41417,16.30337],"rotation":{"angle":22.5,"axis":"x","origin":[8,-9.89417,14.57337]},"faces":{"north":{"uv":[8,0.5,10,0],"rotation":180,"texture":"#1"},"east":{"uv":[8,0.5,10,0],"rotation":180,"texture":"#1"},"south":{"uv":[9.5,0.5,10,0],"rotation":180,"texture":"#1"},"west":{"uv":[8,0.5,10,0],"texture":"#1"},"up":{"uv":[10,0,8,0.5],"rotation":270,"texture":"#1"},"down":{"uv":[10,0,8,0.5],"rotation":90,"texture":"#1"}}},{"from":[7.29,13.68704,9.30904],"to":[8.71,21.95704,10.02904],"rotation":{"angle":0,"axis":"x","origin":[8,22.28576,9.07179]},"faces":{"north":{"uv":[1,1,4,1.5],"rotation":270,"texture":"#1"},"east":{"uv":[1,1,4,1.5],"rotation":270,"texture":"#1"},"south":{"uv":[1,1,4,1.5],"rotation":270,"texture":"#1"},"west":{"uv":[1,1,4,1.5],"rotation":270,"texture":"#1"},"up":{"uv":[1,1,4,1.5],"rotation":270,"texture":"#1"},"down":{"uv":[1,1,4,1.5],"rotation":270,"texture":"#1"}}},{"from":[7.29,-4.50704,9.30904],"to":[8.71,3.76296,10.02904],"rotation":{"angle":0,"axis":"x","origin":[8,-4.68576,9.07179]},"faces":{"north":{"uv":[4,1,1,1.5],"rotation":270,"texture":"#1"},"east":{"uv":[4,1,1,1.5],"rotation":270,"texture":"#1"},"south":{"uv":[4,1,1,1.5],"rotation":270,"texture":"#1"},"west":{"uv":[4,1,1,1.5],"rotation":270,"texture":"#1"},"up":{"uv":[4,1,1,1.5],"rotation":270,"texture":"#1"},"down":{"uv":[4,1,1,1.5],"rotation":270,"texture":"#1"}}},{"from":[7.54,18.96152,5.69255],"to":[8.46,25.98152,6.91255],"rotation":{"angle":-22.5,"axis":"x","origin":[8,22.28576,8.57179]},"faces":{"north":{"uv":[3,7.5,3.5,11],"texture":"#1"},"east":{"uv":[3,7.5,3.5,11],"texture":"#1"},"south":{"uv":[3,7.5,3.5,11],"texture":"#1"},"west":{"uv":[3,7.5,3.5,11],"texture":"#1"},"up":{"uv":[3,7.5,3.5,8],"texture":"#1"},"down":{"uv":[3,7.5,3.5,11],"texture":"#1"}}},{"from":[7.54,-8.38152,5.69255],"to":[8.46,-1.36152,6.91255],"rotation":{"angle":22.5,"axis":"x","origin":[8,-4.68576,8.57179]},"faces":{"north":{"uv":[3,11,3.5,7.5],"texture":"#1"},"east":{"uv":[3,11,3.5,7.5],"texture":"#1"},"south":{"uv":[3,11,3.5,7.5],"texture":"#1"},"west":{"uv":[3,11,3.5,7.5],"texture":"#1"},"up":{"uv":[3,11,3.5,7.5],"texture":"#1"},"down":{"uv":[3,8,3.5,7.5],"texture":"#1"}}},{"from":[7.49,25.25196,9.19914],"to":[8.51,30.27196,10.21914],"rotation":{"angle":22.5,"axis":"x","origin":[8,22.28576,8.57179]},"faces":{"north":{"uv":[8,3.5,8.5,6],"texture":"#1"},"east":{"uv":[8,3.5,8.5,6],"texture":"#1"},"south":{"uv":[8,3.5,8.5,6],"texture":"#1"},"west":{"uv":[8,3.5,8.5,6],"texture":"#1"},"up":{"uv":[8,3.5,8.5,4],"texture":"#1"},"down":{"uv":[8,3.5,8.5,6],"texture":"#1"}}},{"from":[7.49,-12.67196,9.19914],"to":[8.51,-7.65196,10.21914],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-4.68576,8.57179]},"faces":{"north":{"uv":[8,6,8.5,3.5],"texture":"#1"},"east":{"uv":[8,6,8.5,3.5],"texture":"#1"},"south":{"uv":[8,6,8.5,3.5],"texture":"#1"},"west":{"uv":[8,6,8.5,3.5],"texture":"#1"},"up":{"uv":[8,6,8.5,3.5],"texture":"#1"},"down":{"uv":[8,4,8.5,3.5],"texture":"#1"}}},{"from":[7.45,15.65155,8.50967],"to":[8.55,16.75155,11.30967],"rotation":{"angle":22.5,"axis":"x","origin":[8,22.28576,8.57179]},"faces":{"north":{"uv":[0,8,0.5,8.75],"rotation":270,"texture":"#1"},"east":{"uv":[0.5,9,1,10],"rotation":90,"texture":"#1"},"south":{"uv":[0.5,9,1,10],"rotation":270,"texture":"#1"},"west":{"uv":[0.5,9,1,10],"rotation":270,"texture":"#1"},"up":{"uv":[0.5,9,1,10],"texture":"#1"},"down":{"uv":[0.5,9,1,10],"rotation":180,"texture":"#1"}}},{"from":[7.45,0.84845,8.50967],"to":[8.55,1.94845,11.30967],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-4.68576,8.57179]},"faces":{"north":{"uv":[0.5,8,0,8.75],"rotation":270,"texture":"#1"},"east":{"uv":[1,9,0.5,10],"rotation":90,"texture":"#1"},"south":{"uv":[1,9,0.5,10],"rotation":270,"texture":"#1"},"west":{"uv":[1,9,0.5,10],"rotation":270,"texture":"#1"},"up":{"uv":[0.5,10,1,9],"rotation":180,"texture":"#1"},"down":{"uv":[0.5,10,1,9],"texture":"#1"}}},{"from":[7.51,18.6704,3.7255],"to":[8.49,22.8504,4.9055],"rotation":{"angle":-45,"axis":"x","origin":[8,22.28576,8.57179]},"faces":{"north":{"uv":[1,8,1.5,10],"texture":"#1"},"east":{"uv":[1,8,1.5,10],"texture":"#1"},"south":{"uv":[1.5,6.5,2,8.5],"texture":"#1"},"west":{"uv":[1,8,1.5,10],"texture":"#1"},"up":{"uv":[1,7.5,1.5,8.5],"texture":"#1"},"down":{"uv":[1.5,6.5,2,8.5],"texture":"#1"}}},{"from":[7.51,-5.2504,3.7255],"to":[8.49,-1.0704,4.9055],"rotation":{"angle":45,"axis":"x","origin":[8,-4.68576,8.57179]},"faces":{"north":{"uv":[1,10,1.5,8],"texture":"#1"},"east":{"uv":[1,10,1.5,8],"texture":"#1"},"south":{"uv":[1.5,8.5,2,6.5],"texture":"#1"},"west":{"uv":[1,10,1.5,8],"texture":"#1"},"up":{"uv":[1.5,8.5,2,6.5],"texture":"#1"},"down":{"uv":[1,8.5,1.5,7.5],"texture":"#1"}}},{"from":[7.499,22.02766,10.69645],"to":[8.501,25.12966,11.69845],"rotation":{"angle":-45,"axis":"x","origin":[8,22.28576,8.57179]},"faces":{"north":{"uv":[5.5,10,6,11.5],"rotation":180,"texture":"#1"},"east":{"uv":[5.5,10,6,11.5],"rotation":180,"texture":"#1"},"south":{"uv":[5.5,10,6,11.5],"rotation":180,"texture":"#1"},"west":{"uv":[5.5,10,6,11.5],"rotation":180,"texture":"#1"},"up":{"uv":[5.5,11,6,11.5],"rotation":180,"texture":"#1"},"down":{"uv":[5.5,10,6,11.5],"rotation":180,"texture":"#1"}}},{"from":[7.499,-7.52966,10.69645],"to":[8.501,-4.42766,11.69845],"rotation":{"angle":45,"axis":"x","origin":[8,-4.68576,8.57179]},"faces":{"north":{"uv":[5.5,11.5,6,10],"rotation":180,"texture":"#1"},"east":{"uv":[5.5,11.5,6,10],"rotation":180,"texture":"#1"},"south":{"uv":[5.5,11.5,6,10],"rotation":180,"texture":"#1"},"west":{"uv":[5.5,11.5,6,10],"rotation":180,"texture":"#1"},"up":{"uv":[5.5,11.5,6,10],"rotation":180,"texture":"#1"},"down":{"uv":[5.5,11.5,6,11],"rotation":180,"texture":"#1"}}},{"from":[7.57,23.45042,6.00121],"to":[8.43,26.31042,7.16121],"rotation":{"angle":-45,"axis":"x","origin":[8,22.28576,8.57179]},"faces":{"north":{"uv":[3,7.5,3.5,9],"texture":"#1"},"east":{"uv":[3,7.5,3.5,9],"texture":"#1"},"south":{"uv":[3,7.5,3.5,9],"texture":"#1"},"west":{"uv":[3,7.5,3.5,9],"texture":"#1"},"up":{"uv":[3,7.5,3.5,8],"texture":"#1"},"down":{"uv":[3,7.5,3.5,9],"texture":"#1"}}},{"from":[7.57,-8.71042,6.00121],"to":[8.43,-5.85042,7.16121],"rotation":{"angle":45,"axis":"x","origin":[8,-4.68576,8.57179]},"faces":{"north":{"uv":[3,9,3.5,7.5],"texture":"#1"},"east":{"uv":[3,9,3.5,7.5],"texture":"#1"},"south":{"uv":[3,9,3.5,7.5],"texture":"#1"},"west":{"uv":[3,9,3.5,7.5],"texture":"#1"},"up":{"uv":[3,9,3.5,7.5],"texture":"#1"},"down":{"uv":[3,8,3.5,7.5],"texture":"#1"}}},{"from":[7.51,26.01237,10.82276],"to":[8.49,28.99237,12.10276],"rotation":{"angle":0,"axis":"x","origin":[8,22.28576,8.57179]},"faces":{"north":{"uv":[7.5,6.5,8,8],"texture":"#1"},"east":{"uv":[7.5,6.5,8,8],"texture":"#1"},"south":{"uv":[7.5,6.5,8,8],"texture":"#1"},"west":{"uv":[7.5,6.5,8,8],"texture":"#1"},"up":{"uv":[7.5,6.5,8,7],"texture":"#1"},"down":{"uv":[7.5,6.5,8,8],"texture":"#1"}}},{"from":[7.51,-11.39237,10.82276],"to":[8.49,-8.41237,12.10276],"rotation":{"angle":0,"axis":"x","origin":[8,-4.68576,8.57179]},"faces":{"north":{"uv":[7.5,8,8,6.5],"texture":"#1"},"east":{"uv":[7.5,8,8,6.5],"texture":"#1"},"south":{"uv":[7.5,8,8,6.5],"texture":"#1"},"west":{"uv":[7.5,8,8,6.5],"texture":"#1"},"up":{"uv":[7.5,8,8,6.5],"texture":"#1"},"down":{"uv":[7.5,7,8,6.5],"texture":"#1"}}},{"from":[7.515,18.4119,5.06753],"to":[8.485,19.3819,8.03753],"rotation":{"angle":22.5,"axis":"x","origin":[8,22.28576,8.57179]},"faces":{"north":{"uv":[2,7,2.5,7.5],"rotation":180,"texture":"#1"},"east":{"uv":[1,7,2.5,7.5],"texture":"#1"},"south":{"uv":[1,7,2.5,7.5],"rotation":180,"texture":"#1"},"west":{"uv":[1,7,2.5,7.5],"rotation":180,"texture":"#1"},"up":{"uv":[1,7,2.5,7.5],"rotation":270,"texture":"#1"},"down":{"uv":[1,7,2.5,7.5],"rotation":90,"texture":"#1"}}},{"from":[7.515,-1.7819,5.06753],"to":[8.485,-0.8119,8.03753],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-4.68576,8.57179]},"faces":{"north":{"uv":[2,7.5,2.5,7],"rotation":180,"texture":"#1"},"east":{"uv":[1,7.5,2.5,7],"texture":"#1"},"south":{"uv":[1,7.5,2.5,7],"rotation":180,"texture":"#1"},"west":{"uv":[1,7.5,2.5,7],"rotation":180,"texture":"#1"},"up":{"uv":[2.5,7,1,7.5],"rotation":90,"texture":"#1"},"down":{"uv":[2.5,7,1,7.5],"rotation":270,"texture":"#1"}}},{"from":[7.501,23.5994,10.5034],"to":[8.499,26.5974,11.5014],"rotation":{"angle":-22.5,"axis":"x","origin":[8,22.28576,8.57179]},"faces":{"north":{"uv":[6.5,4,7,5.5],"texture":"#1"},"east":{"uv":[6.5,4,7,5.5],"texture":"#1"},"south":{"uv":[6.5,4,7,5.5],"texture":"#1"},"west":{"uv":[6.5,4,7,5.5],"texture":"#1"},"up":{"uv":[6.5,4,7,4.5],"texture":"#1"},"down":{"uv":[6.5,4,7,5.5],"texture":"#1"}}},{"from":[7.501,-8.9974,10.5034],"to":[8.499,-5.9994,11.5014],"rotation":{"angle":22.5,"axis":"x","origin":[8,-4.68576,8.57179]},"faces":{"north":{"uv":[6.5,5.5,7,4],"texture":"#1"},"east":{"uv":[6.5,5.5,7,4],"texture":"#1"},"south":{"uv":[6.5,5.5,7,4],"texture":"#1"},"west":{"uv":[6.5,5.5,7,4],"texture":"#1"},"up":{"uv":[6.5,5.5,7,4],"texture":"#1"},"down":{"uv":[6.5,4.5,7,4],"texture":"#1"}}},{"from":[7.5,15.5507,2.86151],"to":[8.5,19.1507,3.66151],"rotation":{"angle":-45,"axis":"x","origin":[8,22.28576,8.57179]},"faces":{"north":{"uv":[0,10,0.5,11.5],"texture":"#1"},"east":{"uv":[0,10,0.5,11.5],"texture":"#1"},"south":{"uv":[0,10,0.5,11.5],"texture":"#1"},"west":{"uv":[0,10,0.5,11.5],"texture":"#1"},"up":{"uv":[0,10,0.5,11.5],"texture":"#1"},"down":{"uv":[0,10,0.5,11.5],"texture":"#1"}}},{"from":[7.5,-1.5507,2.86151],"to":[8.5,2.0493,3.66151],"rotation":{"angle":45,"axis":"x","origin":[8,-4.68576,8.57179]},"faces":{"north":{"uv":[0,11.5,0.5,10],"texture":"#1"},"east":{"uv":[0,11.5,0.5,10],"texture":"#1"},"south":{"uv":[0,11.5,0.5,10],"texture":"#1"},"west":{"uv":[0,11.5,0.5,10],"texture":"#1"},"up":{"uv":[0,11.5,0.5,10],"texture":"#1"},"down":{"uv":[0,11.5,0.5,10],"texture":"#1"}}},{"from":[7.55,18.90081,7.24076],"to":[8.45,26.00081,9.24076],"rotation":{"angle":22.5,"axis":"x","origin":[8,22.28576,8.57179]},"faces":{"north":{"uv":[5,6,5.5,10.2],"texture":"#1"},"east":{"uv":[6,6,5,10.2],"texture":"#1"},"south":{"uv":[5,6,6,10.2],"texture":"#1"},"west":{"uv":[5,6,6,10.2],"texture":"#1"},"up":{"uv":[5,6,6,10.2],"texture":"#1"},"down":{"uv":[5,6,6,10.2],"texture":"#1"}}},{"from":[7.55,-8.40081,7.24076],"to":[8.45,-1.30081,9.24076],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-4.68576,8.57179]},"faces":{"north":{"uv":[5,10.2,5.5,6],"texture":"#1"},"east":{"uv":[6,10.2,5,6],"texture":"#1"},"south":{"uv":[5,10.2,6,6],"texture":"#1"},"west":{"uv":[5,10.2,6,6],"texture":"#1"},"up":{"uv":[5,10.2,6,6],"texture":"#1"},"down":{"uv":[5,10.2,6,6],"texture":"#1"}}},{"from":[7.51,19.74204,4.87355],"to":[8.49,25.72204,5.95355],"rotation":{"angle":-45,"axis":"x","origin":[8,22.28576,8.57179]},"faces":{"north":{"uv":[2,7.5,2.5,10.5],"texture":"#1"},"east":{"uv":[2,7.5,2.5,10.5],"texture":"#1"},"south":{"uv":[2,7.5,2.5,10.5],"texture":"#1"},"west":{"uv":[2,7.5,2.5,10.5],"texture":"#1"},"up":{"uv":[2,7.5,2.5,8],"texture":"#1"},"down":{"uv":[2,7.5,2.5,10.5],"texture":"#1"}}},{"from":[7.51,-8.12204,4.87355],"to":[8.49,-2.14204,5.95355],"rotation":{"angle":45,"axis":"x","origin":[8,-4.68576,8.57179]},"faces":{"north":{"uv":[2,10.5,2.5,7.5],"texture":"#1"},"east":{"uv":[2,10.5,2.5,7.5],"texture":"#1"},"south":{"uv":[2,10.5,2.5,7.5],"texture":"#1"},"west":{"uv":[2,10.5,2.5,7.5],"texture":"#1"},"up":{"uv":[2,10.5,2.5,7.5],"texture":"#1"},"down":{"uv":[2,8,2.5,7.5],"texture":"#1"}}},{"from":[7.5,23.55398,9.74509],"to":[8.5,28.25398,10.84509],"rotation":{"angle":0,"axis":"x","origin":[8,22.28576,8.57179]},"faces":{"north":{"uv":[6.5,4.5,7,7],"rotation":180,"texture":"#1"},"east":{"uv":[6.5,4.5,7,7],"rotation":180,"texture":"#1"},"south":{"uv":[6.5,4.5,7,7],"rotation":180,"texture":"#1"},"west":{"uv":[6.5,4.5,7,7],"rotation":180,"texture":"#1"},"up":{"uv":[6.5,2.5,7,3],"rotation":180,"texture":"#1"},"down":{"uv":[6.5,4.5,7,7],"rotation":180,"texture":"#1"}}},{"from":[7.5,-10.65398,9.74509],"to":[8.5,-5.95398,10.84509],"rotation":{"angle":0,"axis":"x","origin":[8,-4.68576,8.57179]},"faces":{"north":{"uv":[6.5,7,7,4.5],"rotation":180,"texture":"#1"},"east":{"uv":[6.5,7,7,4.5],"rotation":180,"texture":"#1"},"south":{"uv":[6.5,7,7,4.5],"rotation":180,"texture":"#1"},"west":{"uv":[6.5,7,7,4.5],"rotation":180,"texture":"#1"},"up":{"uv":[6.5,7,7,4.5],"rotation":180,"texture":"#1"},"down":{"uv":[6.5,3,7,2.5],"rotation":180,"texture":"#1"}}},{"from":[7.545,19.9158,6.39373],"to":[8.455,25.9258,7.40373],"rotation":{"angle":0,"axis":"x","origin":[8,22.28576,8.57179]},"faces":{"north":{"uv":[4.5,4,5,7],"texture":"#1"},"east":{"uv":[4.5,4,5,7],"texture":"#1"},"south":{"uv":[4.5,4,5,7],"texture":"#1"},"west":{"uv":[4.5,4,5,7],"texture":"#1"},"up":{"uv":[4.5,4,5,4.5],"texture":"#1"},"down":{"uv":[4.5,4,5,7],"texture":"#1"}}},{"from":[7.545,-8.3258,6.39373],"to":[8.455,-2.3158,7.40373],"rotation":{"angle":0,"axis":"x","origin":[8,-4.68576,8.57179]},"faces":{"north":{"uv":[4.5,7,5,4],"texture":"#1"},"east":{"uv":[4.5,7,5,4],"texture":"#1"},"south":{"uv":[4.5,7,5,4],"texture":"#1"},"west":{"uv":[4.5,7,5,4],"texture":"#1"},"up":{"uv":[4.5,7,5,4],"texture":"#1"},"down":{"uv":[4.5,4.5,5,4],"texture":"#1"}}},{"from":[7.55,25.27656,8.04651],"to":[8.45,31.17656,8.94651],"rotation":{"angle":45,"axis":"x","origin":[8,22.28576,8.57179]},"faces":{"north":{"uv":[9.5,4,10,7],"texture":"#1"},"east":{"uv":[9.5,4,10,7],"texture":"#1"},"south":{"uv":[9.5,4,10,7],"texture":"#1"},"west":{"uv":[9.5,4,10,7],"texture":"#1"},"up":{"uv":[9.5,4,10,4.5],"texture":"#1"},"down":{"uv":[9.5,4,10,7],"texture":"#1"}}},{"from":[7.55,-13.57656,8.04651],"to":[8.45,-7.67656,8.94651],"rotation":{"angle":-45,"axis":"x","origin":[8,-4.68576,8.57179]},"faces":{"north":{"uv":[9.5,7,10,4],"texture":"#1"},"east":{"uv":[9.5,7,10,4],"texture":"#1"},"south":{"uv":[9.5,7,10,4],"texture":"#1"},"west":{"uv":[9.5,7,10,4],"texture":"#1"},"up":{"uv":[9.5,7,10,4],"texture":"#1"},"down":{"uv":[9.5,4.5,10,4],"texture":"#1"}}},{"from":[7.6,26.33978,10.71934],"to":[8.4,27.13978,16.51934],"rotation":{"angle":-22.5,"axis":"x","origin":[8,26.73978,12.71934]},"faces":{"north":{"uv":[9.5,5,10,5.5],"texture":"#1"},"east":{"uv":[9.5,5,10,5.5],"texture":"#1"},"south":{"uv":[9.5,5,10,5.5],"texture":"#1"},"west":{"uv":[9.5,5,10,5.5],"texture":"#1"},"up":{"uv":[9.5,5,10,5.5],"texture":"#1"},"down":{"uv":[9.5,5,10,5.5],"texture":"#1"}}},{"from":[7.6,-9.53978,10.71934],"to":[8.4,-8.73978,16.51934],"rotation":{"angle":22.5,"axis":"x","origin":[8,-9.13978,12.71934]},"faces":{"north":{"uv":[9.5,5.5,10,5],"texture":"#1"},"east":{"uv":[9.5,5.5,10,5],"texture":"#1"},"south":{"uv":[9.5,5.5,10,5],"texture":"#1"},"west":{"uv":[9.5,5.5,10,5],"texture":"#1"},"up":{"uv":[9.5,5.5,10,5],"texture":"#1"},"down":{"uv":[9.5,5.5,10,5],"texture":"#1"}}},{"from":[7.551,22.53911,5.47585],"to":[8.449,25.33711,6.47385],"rotation":{"angle":0,"axis":"x","origin":[8,22.28576,8.57179]},"faces":{"north":{"uv":[4,5.5,4.5,6.9],"texture":"#1"},"east":{"uv":[4,5.5,4.5,6.9],"texture":"#1"},"south":{"uv":[4,5.5,4.5,6.9],"texture":"#1"},"west":{"uv":[4,5.5,4.5,6.9],"texture":"#1"},"up":{"uv":[4,5.5,4.45,6],"texture":"#1"},"down":{"uv":[4,5.5,4.5,6.9],"texture":"#1"}}},{"from":[7.551,-7.73711,5.47585],"to":[8.449,-4.93911,6.47385],"rotation":{"angle":0,"axis":"x","origin":[8,-4.68576,8.57179]},"faces":{"north":{"uv":[4,6.9,4.5,5.5],"texture":"#1"},"east":{"uv":[4,6.9,4.5,5.5],"texture":"#1"},"south":{"uv":[4,6.9,4.5,5.5],"texture":"#1"},"west":{"uv":[4,6.9,4.5,5.5],"texture":"#1"},"up":{"uv":[4,6.9,4.5,5.5],"texture":"#1"},"down":{"uv":[4,6,4.45,5.5],"texture":"#1"}}},{"from":[7.501,27.84488,7.07363],"to":[8.499,30.64288,8.07163],"rotation":{"angle":45,"axis":"x","origin":[8,22.28576,8.57179]},"faces":{"north":{"uv":[8.5,4,9,5.4],"texture":"#1"},"east":{"uv":[8.5,4,9,5.4],"texture":"#1"},"south":{"uv":[8.5,4,9,5.4],"texture":"#1"},"west":{"uv":[8.5,4,9,5.4],"texture":"#1"},"up":{"uv":[8.5,4,9,4.5],"texture":"#1"},"down":{"uv":[8.5,4,9,5.4],"texture":"#1"}}},{"from":[7.501,-13.04288,7.07363],"to":[8.499,-10.24488,8.07163],"rotation":{"angle":-45,"axis":"x","origin":[8,-4.68576,8.57179]},"faces":{"north":{"uv":[8.5,5.4,9,4],"texture":"#1"},"east":{"uv":[8.5,5.4,9,4],"texture":"#1"},"south":{"uv":[8.5,5.4,9,4],"texture":"#1"},"west":{"uv":[8.5,5.4,9,4],"texture":"#1"},"up":{"uv":[8.5,5.4,9,4],"texture":"#1"},"down":{"uv":[8.5,4.5,9,4],"texture":"#1"}}},{"from":[6.65,10.65,8.15],"to":[9.35,11.35,11.85],"rotation":{"angle":0,"axis":"y","origin":[8,11,10]},"faces":{"north":{"uv":[11,4,12.5,4.5],"rotation":180,"texture":"#0"},"east":{"uv":[10,2,12,2.5],"rotation":180,"texture":"#0"},"south":{"uv":[10.5,2,12,2.5],"rotation":180,"texture":"#0"},"west":{"uv":[10,2,12,2.5],"texture":"#0"},"up":{"uv":[10,2.5,12,4],"rotation":270,"texture":"#0"},"down":{"uv":[10.5,0.5,12,2.5],"texture":"#0"}}},{"from":[6.65,6.15,8.15],"to":[9.35,6.85,11.85],"rotation":{"angle":0,"axis":"y","origin":[8,6.5,10]},"faces":{"north":{"uv":[11,4,12.5,4.5],"rotation":180,"texture":"#0"},"east":{"uv":[10,2,12,2.5],"rotation":180,"texture":"#0"},"south":{"uv":[10.5,2,12,2.5],"rotation":180,"texture":"#0"},"west":{"uv":[10,2,12,2.5],"texture":"#0"},"up":{"uv":[10,2.5,12,4],"rotation":270,"texture":"#0"},"down":{"uv":[10.5,0.5,12,2.5],"texture":"#0"}}},{"from":[6.65,11.9,8.65],"to":[9.35,12.6,11.35],"rotation":{"angle":0,"axis":"y","origin":[8,17,8]},"faces":{"north":{"uv":[11,4,12.5,4.5],"texture":"#0"},"east":{"uv":[11,4,12.5,4.5],"texture":"#0"},"south":{"uv":[11,4,12.5,4.5],"texture":"#0"},"west":{"uv":[11,4,12.5,4.5],"texture":"#0"},"up":{"uv":[11,4,12.5,4.5],"texture":"#0"},"down":{"uv":[11,4,12.5,4.5],"texture":"#0"}}},{"from":[6.95,9.95,8.95],"to":[9.05,10.55,11.05],"rotation":{"angle":0,"axis":"y","origin":[8,17,8]},"faces":{"north":{"uv":[13.5,13.5,16,14.5],"texture":"#0"},"east":{"uv":[13.5,13.5,16,14.5],"texture":"#0"},"south":{"uv":[13.5,13.5,16,14.5],"texture":"#0"},"west":{"uv":[13.5,13.5,16,14.5],"texture":"#0"},"up":{"uv":[13.5,13.5,16,14.5],"texture":"#0"},"down":{"uv":[13.5,13.5,16,14.5],"texture":"#0"}}},{"from":[6.95,8.95,8.95],"to":[9.05,9.55,11.05],"rotation":{"angle":0,"axis":"y","origin":[8,17,8]},"faces":{"north":{"uv":[13.5,13.5,16,14.5],"texture":"#0"},"east":{"uv":[13.5,13.5,16,14.5],"texture":"#0"},"south":{"uv":[13.5,13.5,16,14.5],"texture":"#0"},"west":{"uv":[13.5,13.5,16,14.5],"texture":"#0"},"up":{"uv":[13.5,13.5,16,14.5],"texture":"#0"},"down":{"uv":[13.5,13.5,16,14.5],"texture":"#0"}}},{"from":[6.95,6.95,8.95],"to":[9.05,7.55,11.05],"rotation":{"angle":0,"axis":"y","origin":[8,17,8]},"faces":{"north":{"uv":[13.5,13.5,16,14.5],"texture":"#0"},"east":{"uv":[13.5,13.5,16,14.5],"texture":"#0"},"south":{"uv":[13.5,13.5,16,14.5],"texture":"#0"},"west":{"uv":[13.5,13.5,16,14.5],"texture":"#0"},"up":{"uv":[13.5,13.5,16,14.5],"texture":"#0"},"down":{"uv":[13.5,13.5,16,14.5],"texture":"#0"}}},{"from":[6.95,7.95,8.95],"to":[9.05,8.55,11.05],"rotation":{"angle":0,"axis":"y","origin":[8,17,8]},"faces":{"north":{"uv":[13.5,13.5,16,14.5],"texture":"#0"},"east":{"uv":[13.5,13.5,16,14.5],"texture":"#0"},"south":{"uv":[13.5,13.5,16,14.5],"texture":"#0"},"west":{"uv":[13.5,13.5,16,14.5],"texture":"#0"},"up":{"uv":[13.5,13.5,16,14.5],"texture":"#0"},"down":{"uv":[13.5,13.5,16,14.5],"texture":"#0"}}},{"from":[6.65,4.9,8.65],"to":[9.35,5.6,11.35],"rotation":{"angle":0,"axis":"y","origin":[8,17,8]},"faces":{"north":{"uv":[11,4,12.5,4.5],"texture":"#0"},"east":{"uv":[11,4,12.5,4.5],"texture":"#0"},"south":{"uv":[11,4,12.5,4.5],"texture":"#0"},"west":{"uv":[11,4,12.5,4.5],"texture":"#0"},"up":{"uv":[11,4,12.5,4.5],"texture":"#0"},"down":{"uv":[11,4,12.5,4.5],"texture":"#0"}}},{"from":[7.2,-10.75,15.1],"to":[8.8,-9.65,15.45],"rotation":{"angle":22.5,"axis":"x","origin":[8,-10.2,15.275]},"faces":{"north":{"uv":[7,9.5,7.25,10.5],"texture":"#0"},"east":{"uv":[7,9.5,7.25,10.5],"texture":"#0"},"south":{"uv":[7,9.5,7.25,10.5],"texture":"#0"},"west":{"uv":[7,9.5,7.25,10.5],"texture":"#0"},"up":{"uv":[7,9.5,7.25,10.5],"texture":"#0"},"down":{"uv":[7,9.5,7.25,10.5],"texture":"#0"}}},{"from":[7.8,-9.75,15.35],"to":[8.2,27.45,15.55],"rotation":{"angle":0,"axis":"x","origin":[8.5,-9.3,15.425]},"faces":{"north":{"uv":[0,1,10,1.25],"rotation":90,"texture":"#0"},"east":{"uv":[0,1,10,1.25],"rotation":90,"texture":"#0"},"south":{"uv":[0,1,10,1.25],"rotation":90,"texture":"#0"},"west":{"uv":[0,1,10,1.25],"rotation":90,"texture":"#0"},"up":{"uv":[0,1,10,1.25],"rotation":90,"texture":"#0"},"down":{"uv":[0,1,10,1.25],"rotation":90,"texture":"#0"}}},{"from":[7.2,27.25,15.1],"to":[8.8,28.35,15.45],"rotation":{"angle":-22.5,"axis":"x","origin":[8,27.8,15.275]},"faces":{"north":{"uv":[7,9.5,7.25,10.5],"texture":"#0"},"east":{"uv":[7,9.5,7.25,10.5],"texture":"#0"},"south":{"uv":[7,9.5,7.25,10.5],"texture":"#0"},"west":{"uv":[7,9.5,7.25,10.5],"texture":"#0"},"up":{"uv":[7,9.5,7.25,10.5],"texture":"#0"},"down":{"uv":[7,9.5,7.25,10.5],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"translation":[0,-2.75,-0.5]},"thirdperson_lefthand":{"translation":[0,-2.75,-0.5]},"firstperson_righthand":{"rotation":[-7,0,0],"translation":[-0.25,5.75,0.5],"scale":[0.5,0.5,0.5]},"firstperson_lefthand":{"rotation":[-7,0,0],"translation":[-0.25,5.75,0.5],"scale":[0.5,0.5,0.5]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.8,0.8,0.8]},"gui":{"rotation":[-74,-49,-80],"translation":[1,-1.25,0],"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/sharpshooter_rifle.json b/assets/minecraft/models/item/wynn/skin/bow/sharpshooter_rifle.json new file mode 100644 index 000000000..0f11bd1b3 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/sharpshooter_rifle.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/iron_sheet","2":"skins/wood_full","3":"skins/string","4":"skins/scope_gradient","particle":"skins/iron_sheet"},"elements":[{"from":[7,1.5,-11.5],"to":[9,2.5,13.5],"rotation":{"angle":0,"axis":"y","origin":[8,2.35649,-1.325]},"faces":{"north":{"uv":[15,10.5,16,12.5],"rotation":90,"texture":"#2"},"east":{"uv":[0,11,16,12],"texture":"#2"},"south":{"uv":[0,11,1,13],"rotation":270,"texture":"#2"},"west":{"uv":[0,11,16,12],"rotation":180,"texture":"#2"},"up":{"uv":[0,11,16,13],"rotation":270,"texture":"#2"},"down":{"uv":[0,11,16,13],"rotation":90,"texture":"#2"}}},{"from":[7.51,1.01,-11.49],"to":[8.49,2.49,13.49],"rotation":{"angle":0,"axis":"z","origin":[8,2.35649,-1.325]},"faces":{"north":{"uv":[14.5,12,16,13],"rotation":90,"texture":"#2"},"east":{"uv":[0,7,16,8.5],"texture":"#2"},"south":{"uv":[0,12,1.5,13],"rotation":90,"texture":"#2"},"west":{"uv":[0,9,16,10.5],"rotation":180,"texture":"#2"},"up":{"uv":[0,12,16,13],"rotation":90,"texture":"#2"},"down":{"uv":[0,12,16,13],"rotation":90,"texture":"#2"}}},{"from":[7.49,1.99,-15.01],"to":[8.51,3.01,13.51],"rotation":{"angle":0,"axis":"z","origin":[8,2.35649,-1.325]},"faces":{"north":{"uv":[15,13.5,16,14.5],"rotation":270,"texture":"#0"},"east":{"uv":[0,14.5,16,15.5],"texture":"#0"},"south":{"uv":[0,13.5,1,14.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,13,16,14],"rotation":180,"texture":"#0"},"up":{"uv":[0,13.5,16,14.5],"rotation":270,"texture":"#0"},"down":{"uv":[0,12,16,13],"rotation":90,"texture":"#0"}}},{"from":[7.6,2.1,-15.05],"to":[8.4,2.9,-14.75],"rotation":{"angle":0,"axis":"z","origin":[8,2.35649,-1.325]},"faces":{"north":{"uv":[0,13.5,1,14.5],"rotation":270,"texture":"#0"},"east":{"uv":[0,13.5,1,14.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,13.5,1,14.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,13.5,1,14.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,13.5,1,14.5],"rotation":270,"texture":"#0"},"down":{"uv":[0,13.5,1,14.5],"rotation":270,"texture":"#0"}}},{"from":[7.75,-2.2642,-14.10807],"to":[8.25,-1.2642,-11.60807],"rotation":{"angle":22.5,"axis":"x","origin":[8,2.35649,-1.325]},"faces":{"north":{"uv":[8,12,8.5,13],"texture":"#0"},"east":{"uv":[8,12,10.5,13],"rotation":180,"texture":"#0"},"south":{"uv":[8,12,8.5,13],"texture":"#0"},"west":{"uv":[8,12,10.5,13],"texture":"#0"},"up":{"uv":[8,12,10.5,12.5],"rotation":90,"texture":"#0"},"down":{"uv":[8,12,8.5,14.5],"texture":"#0"}}},{"from":[7.74,2.51,9.01],"to":[8.24,3.51,11.51],"rotation":{"angle":0,"axis":"x","origin":[7.99,7.13069,21.79307]},"faces":{"north":{"uv":[0,12.5,0.5,13.5],"texture":"#0"},"east":{"uv":[0,12.5,2.5,13.5],"rotation":180,"texture":"#0"},"south":{"uv":[0,12.5,0.5,13.5],"texture":"#0"},"west":{"uv":[0,12.5,2.5,13.5],"texture":"#0"},"up":{"uv":[0,12.5,2.5,13],"rotation":90,"texture":"#0"},"down":{"uv":[0,12.5,0.5,15],"texture":"#0"}}},{"from":[7.49,2.51,13.51],"to":[8.49,4.01,16.01],"rotation":{"angle":0,"axis":"x","origin":[7.99,7.13069,26.29307]},"faces":{"north":{"uv":[0,12.5,1,14],"texture":"#0"},"east":{"uv":[0,12.5,2.5,14],"rotation":180,"texture":"#0"},"south":{"uv":[0,12.5,1,14],"texture":"#0"},"west":{"uv":[0,12.5,2.5,14],"texture":"#0"},"up":{"uv":[0,12.5,2.5,13.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,12.5,1,15],"texture":"#0"}}},{"from":[7.49,2.51,12.51],"to":[8.49,3.51,13.51],"rotation":{"angle":0,"axis":"x","origin":[7.99,7.13069,25.29307]},"faces":{"north":{"uv":[0,14.5,1,15.5],"texture":"#0"},"east":{"uv":[0,14.5,1,15.5],"rotation":180,"texture":"#0"},"south":{"uv":[0,14.5,1,15.5],"texture":"#0"},"west":{"uv":[0,14.5,1,15.5],"texture":"#0"},"up":{"uv":[0,14.5,1,15.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,14.5,1,15.5],"texture":"#0"}}},{"from":[6.9,0.9,-10.1],"to":[9.1,3.1,-9.4],"rotation":{"angle":0,"axis":"y","origin":[8,2.35649,-1.325]},"faces":{"north":{"uv":[5.5,12,7.5,14],"texture":"#0"},"east":{"uv":[5.5,12,6,14],"texture":"#0"},"south":{"uv":[5.5,12,7.5,14],"texture":"#0"},"west":{"uv":[5.5,12,6,14],"texture":"#0"},"up":{"uv":[5.5,12,7.5,12.5],"texture":"#0"},"down":{"uv":[5.5,12,7.5,12.5],"texture":"#0"}}},{"from":[6.9,0.9,0.9],"to":[9.1,3.1,1.6],"rotation":{"angle":0,"axis":"y","origin":[8,2.35649,-1.325]},"faces":{"north":{"uv":[4.5,12,6.5,14],"texture":"#0"},"east":{"uv":[4.5,12,5,14],"texture":"#0"},"south":{"uv":[4.5,12,6.5,14],"texture":"#0"},"west":{"uv":[4.5,12,5,14],"texture":"#0"},"up":{"uv":[4.5,12,6.5,12.5],"texture":"#0"},"down":{"uv":[4.5,12,6.5,12.5],"texture":"#0"}}},{"from":[6.9,0.9,11.9],"to":[9.1,3.1,12.6],"rotation":{"angle":0,"axis":"y","origin":[8,2.35649,-1.325]},"faces":{"north":{"uv":[4.5,12,6.5,14],"texture":"#0"},"east":{"uv":[4.5,12,5,14],"texture":"#0"},"south":{"uv":[4.5,12,6.5,14],"texture":"#0"},"west":{"uv":[4.5,12,5,14],"texture":"#0"},"up":{"uv":[4.5,12,6.5,12.5],"texture":"#0"},"down":{"uv":[4.5,12,6.5,12.5],"texture":"#0"}}},{"from":[7.5,2.5,12],"to":[8.5,4.5,12.5],"rotation":{"angle":0,"axis":"y","origin":[8,3.85649,-1.325]},"faces":{"north":{"uv":[4.5,12,5.5,14],"texture":"#0"},"east":{"uv":[4.5,12,5,14],"texture":"#0"},"south":{"uv":[4.5,12,5.5,14],"texture":"#0"},"west":{"uv":[4.5,12,5,14],"texture":"#0"},"up":{"uv":[4.5,12,5.5,12.5],"texture":"#0"},"down":{"uv":[4.5,12,5.5,12.5],"texture":"#0"}}},{"from":[7.5,2.5,1],"to":[8.5,4.5,1.5],"rotation":{"angle":0,"axis":"y","origin":[8,3.85649,-12.325]},"faces":{"north":{"uv":[4.5,12,5.5,14],"texture":"#0"},"east":{"uv":[4.5,12,5,14],"texture":"#0"},"south":{"uv":[4.5,12,5.5,14],"texture":"#0"},"west":{"uv":[4.5,12,5,14],"texture":"#0"},"up":{"uv":[4.5,12,5.5,12.5],"texture":"#0"},"down":{"uv":[4.5,12,5.5,12.5],"texture":"#0"}}},{"from":[7.49,-0.24233,15.38431],"to":[8.51,1.77767,15.90431],"rotation":{"angle":-22.5,"axis":"x","origin":[8,0.76767,15.64431]},"faces":{"north":{"uv":[4.5,12,5.5,14],"texture":"#0"},"east":{"uv":[4.5,12,5,14],"texture":"#0"},"south":{"uv":[4.5,12,5.5,14],"texture":"#0"},"west":{"uv":[4.5,12,5,14],"texture":"#0"},"up":{"uv":[4.5,12,5.5,12.5],"texture":"#0"},"down":{"uv":[4.5,12,5.5,12.5],"texture":"#0"}}},{"from":[7.74,0.12355,1.12824],"to":[8.26,0.64355,5.14824],"rotation":{"angle":22.5,"axis":"x","origin":[8,0.38355,3.13824]},"faces":{"north":{"uv":[0,0.5,0.5,1],"rotation":270,"texture":"#3"},"east":{"uv":[0,0.5,4,1],"rotation":180,"texture":"#3"},"south":{"uv":[0,0.5,0.5,1],"rotation":90,"texture":"#3"},"west":{"uv":[0,0.5,4,1],"texture":"#3"},"up":{"uv":[0,0.5,4,1],"rotation":90,"texture":"#3"},"down":{"uv":[0,0.5,4,1],"rotation":270,"texture":"#3"}}},{"from":[7.75,-0.61585,4.90574],"to":[8.25,-0.11585,8.65574],"rotation":{"angle":0,"axis":"x","origin":[8,-0.36585,6.90574]},"faces":{"north":{"uv":[3.5,0.5,4,1],"rotation":270,"texture":"#3"},"east":{"uv":[3.5,0.5,7.25,1],"rotation":180,"texture":"#3"},"south":{"uv":[3.5,0.5,4,1],"rotation":90,"texture":"#3"},"west":{"uv":[3.5,0.5,7.25,1],"texture":"#3"},"up":{"uv":[3.5,0.5,7.25,1],"rotation":90,"texture":"#3"},"down":{"uv":[3.5,0.5,7.25,1],"rotation":270,"texture":"#3"}}},{"from":[7.74,0.12355,8.35176],"to":[8.26,0.64355,12.37176],"rotation":{"angle":-22.5,"axis":"x","origin":[8,0.38355,10.36176]},"faces":{"north":{"uv":[5,0.5,5.5,1],"rotation":90,"texture":"#3"},"east":{"uv":[4,0.5,8,1],"rotation":180,"texture":"#3"},"south":{"uv":[6.5,0.5,7,1],"rotation":270,"texture":"#3"},"west":{"uv":[4,0.5,8,1],"texture":"#3"},"up":{"uv":[4,0.5,8,1],"rotation":90,"texture":"#3"},"down":{"uv":[4,0.5,8,1],"rotation":270,"texture":"#3"}}},{"from":[7.74,0.12355,-2.64824],"to":[8.26,0.64355,1.37176],"rotation":{"angle":-22.5,"axis":"x","origin":[8,0.38355,-0.63824]},"faces":{"north":{"uv":[12,0.5,12.5,1],"rotation":90,"texture":"#3"},"east":{"uv":[11,0.5,15,1],"rotation":180,"texture":"#3"},"south":{"uv":[13.5,0.5,14,1],"rotation":270,"texture":"#3"},"west":{"uv":[11,0.5,15,1],"texture":"#3"},"up":{"uv":[11,0.5,15,1],"rotation":90,"texture":"#3"},"down":{"uv":[11,0.5,15,1],"rotation":270,"texture":"#3"}}},{"from":[7.75,-0.61585,-6.09426],"to":[8.25,-0.11585,-2.34426],"rotation":{"angle":0,"axis":"x","origin":[8,-0.36585,-4.09426]},"faces":{"north":{"uv":[3.5,0.5,4,1],"rotation":270,"texture":"#3"},"east":{"uv":[3.5,0.5,7.25,1],"rotation":180,"texture":"#3"},"south":{"uv":[3.5,0.5,4,1],"rotation":90,"texture":"#3"},"west":{"uv":[3.5,0.5,7.25,1],"texture":"#3"},"up":{"uv":[3.5,0.5,7.25,1],"rotation":90,"texture":"#3"},"down":{"uv":[3.5,0.5,7.25,1],"rotation":270,"texture":"#3"}}},{"from":[7.74,0.12355,-9.87176],"to":[8.26,0.64355,-5.85176],"rotation":{"angle":22.5,"axis":"x","origin":[8,0.38355,-7.86176]},"faces":{"north":{"uv":[0,0.5,0.5,1],"rotation":270,"texture":"#3"},"east":{"uv":[0,0.5,4,1],"rotation":180,"texture":"#3"},"south":{"uv":[0,0.5,0.5,1],"rotation":90,"texture":"#3"},"west":{"uv":[0,0.5,4,1],"texture":"#3"},"up":{"uv":[0,0.5,4,1],"rotation":90,"texture":"#3"},"down":{"uv":[0,0.5,4,1],"rotation":270,"texture":"#3"}}},{"from":[7.49,0.00767,17.88431],"to":[8.51,2.02767,18.40431],"rotation":{"angle":22.5,"axis":"x","origin":[8,1.01767,18.14431]},"faces":{"north":{"uv":[4.5,12,5.5,14],"texture":"#0"},"east":{"uv":[4.5,12,5,14],"texture":"#0"},"south":{"uv":[4.5,12,5.5,14],"texture":"#0"},"west":{"uv":[4.5,12,5,14],"texture":"#0"},"up":{"uv":[4.5,12,5.5,12.5],"texture":"#0"},"down":{"uv":[4.5,12,5.5,12.5],"texture":"#0"}}},{"from":[9.24,2.4667,15.66986],"to":[9.76,3.4867,19.68986],"rotation":{"angle":-22.5,"axis":"x","origin":[9.375,3.21804,18.3168]},"faces":{"north":{"uv":[1,12,1.5,13],"texture":"#0"},"east":{"uv":[1,12,2,16],"rotation":90,"texture":"#0"},"south":{"uv":[1,12,1.5,13],"rotation":180,"texture":"#0"},"west":{"uv":[1,12,2,16],"rotation":270,"texture":"#0"},"up":{"uv":[1,12,1.5,16],"texture":"#0"},"down":{"uv":[1,12,1.5,16],"rotation":180,"texture":"#0"}}},{"from":[7.5,-0.65359,15.81557],"to":[8.5,-0.15359,17.81557],"rotation":{"angle":22.5,"axis":"x","origin":[8,-0.40359,16.81557]},"faces":{"north":{"uv":[4.5,12,5.5,12.5],"rotation":180,"texture":"#0"},"east":{"uv":[4.5,12,5,14],"rotation":90,"texture":"#0"},"south":{"uv":[4.5,12,5.5,12.5],"texture":"#0"},"west":{"uv":[4.5,12,5,14],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,12,5.5,14],"texture":"#0"},"down":{"uv":[4.5,12,5.5,14],"rotation":180,"texture":"#0"}}},{"from":[7.5,-0.0528,19.12457],"to":[8.5,1.9472,19.62457],"rotation":{"angle":22.5,"axis":"x","origin":[8,0.18204,19.05762]},"faces":{"north":{"uv":[4.5,12,5.5,14],"rotation":180,"texture":"#0"},"east":{"uv":[4.5,12,5,14],"rotation":180,"texture":"#0"},"south":{"uv":[4.5,12,5.5,14],"rotation":180,"texture":"#0"},"west":{"uv":[4.5,12,5,14],"rotation":180,"texture":"#0"},"up":{"uv":[4.5,12,5.5,12.5],"texture":"#0"},"down":{"uv":[4.5,12,5.5,12.5],"texture":"#0"}}},{"from":[7.49,-0.3949,17.28246],"to":[8.51,0.1251,19.30246],"rotation":{"angle":-22.5,"axis":"x","origin":[8,0.18204,19.05762]},"faces":{"north":{"uv":[4.5,12,5.5,12.5],"rotation":180,"texture":"#0"},"east":{"uv":[4.5,12,5,14],"rotation":90,"texture":"#0"},"south":{"uv":[4.5,12,5.5,12.5],"texture":"#0"},"west":{"uv":[4.5,12,5,14],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,12,5.5,14],"texture":"#0"},"down":{"uv":[4.5,12,5.5,14],"rotation":180,"texture":"#0"}}},{"from":[6.99,0.91284,17.87791],"to":[9.01,2.93284,30.89791],"rotation":{"angle":22.5,"axis":"x","origin":[7.5,1.42284,18.38791]},"faces":{"north":{"uv":[0,11.5,2,13.5],"rotation":90,"texture":"#2"},"east":{"uv":[0,11.5,13,13.5],"rotation":180,"texture":"#2"},"south":{"uv":[11,11.5,13,13.5],"rotation":90,"texture":"#2"},"west":{"uv":[0,11.5,13,13.5],"texture":"#2"},"up":{"uv":[0,11.5,13,13.5],"rotation":90,"texture":"#2"},"down":{"uv":[0,11.5,13,13.5],"rotation":270,"texture":"#2"}}},{"from":[7,-0.41132,21.62253],"to":[9,1.58868,30.62253],"rotation":{"angle":0,"axis":"x","origin":[8,0.58868,24.12253]},"faces":{"north":{"uv":[2,9.5,4,11.5],"texture":"#2"},"east":{"uv":[2,9.5,11,11.5],"rotation":180,"texture":"#2"},"south":{"uv":[8.5,9.5,10.5,11.5],"texture":"#2"},"west":{"uv":[2,9.5,11,11.5],"texture":"#2"},"up":{"uv":[2,7,11,9],"rotation":90,"texture":"#2"},"down":{"uv":[2,7,11,9],"rotation":270,"texture":"#2"}}},{"from":[7,-2.41132,26.62253],"to":[9,-0.41132,30.62253],"rotation":{"angle":0,"axis":"x","origin":[8,-1.41132,24.12253]},"faces":{"north":{"uv":[6.5,9.5,8.5,11.5],"texture":"#2"},"east":{"uv":[6.5,9.5,10.5,11.5],"rotation":180,"texture":"#2"},"south":{"uv":[8.5,9.5,10.5,11.5],"texture":"#2"},"west":{"uv":[6.5,9.5,10.5,11.5],"texture":"#2"},"up":{"uv":[6.5,7,10.5,9],"rotation":90,"texture":"#2"},"down":{"uv":[6.5,7,10.5,9],"rotation":270,"texture":"#2"}}},{"from":[7,1.00307,13.48459],"to":[9,3.00307,18.48459],"rotation":{"angle":0,"axis":"x","origin":[8,2.00307,11.98459]},"faces":{"north":{"uv":[0,12.5,2,14.5],"texture":"#2"},"east":{"uv":[0,12.5,4,14.5],"rotation":180,"texture":"#2"},"south":{"uv":[2,12.5,4,14.5],"texture":"#2"},"west":{"uv":[0,12.5,4,14.5],"texture":"#2"},"up":{"uv":[0,10,4,12],"rotation":90,"texture":"#2"},"down":{"uv":[0,10,4,12],"rotation":270,"texture":"#2"}}},{"from":[7,3.00307,14.48459],"to":[9,3.50307,17.48459],"rotation":{"angle":0,"axis":"x","origin":[8,3.00307,11.98459]},"faces":{"north":{"uv":[0,12.5,2,13],"texture":"#2"},"east":{"uv":[0,12.5,3,13],"rotation":180,"texture":"#2"},"south":{"uv":[2,12.5,4,13],"texture":"#2"},"west":{"uv":[0,12.5,3,13],"texture":"#2"},"up":{"uv":[0,10,3,12],"rotation":90,"texture":"#2"},"down":{"uv":[0,10,3,12],"rotation":270,"texture":"#2"}}},{"from":[6.75,1.5,14],"to":[9.25,2.5,18.5],"rotation":{"angle":0,"axis":"y","origin":[6.75,1.5,17]},"faces":{"north":{"uv":[1,12,4,13],"texture":"#0"},"east":{"uv":[1,12,6,13],"texture":"#0"},"south":{"uv":[1,12,4,13],"texture":"#0"},"west":{"uv":[1,12,6,13],"rotation":180,"texture":"#0"},"up":{"uv":[1,12,4,16],"texture":"#0"},"down":{"uv":[1,12,6,14],"rotation":90,"texture":"#0"}}},{"from":[7,6.75,0.75],"to":[9,7.25,3.75],"rotation":{"angle":0,"axis":"y","origin":[8,5.75,6.75]},"faces":{"north":{"uv":[6,9,6.5,11],"rotation":90,"texture":"#4"},"east":{"uv":[6,9,9,9.5],"texture":"#4"},"south":{"uv":[6,9,6.5,11],"rotation":270,"texture":"#4"},"west":{"uv":[6,9,9,9.5],"rotation":180,"texture":"#4"},"up":{"uv":[2,8,5,10],"rotation":270,"texture":"#4"},"down":{"uv":[6,9,9,11],"rotation":90,"texture":"#4"}}},{"from":[9,4.75,0.75],"to":[9.5,6.75,3.75],"rotation":{"angle":0,"axis":"z","origin":[8,5.75,6.75]},"faces":{"north":{"uv":[6,9,8,9.5],"rotation":90,"texture":"#4"},"east":{"uv":[6,9.5,9,11.5],"texture":"#4"},"south":{"uv":[6,9,8,9.5],"rotation":270,"texture":"#4"},"west":{"uv":[6,9,9,11],"rotation":180,"texture":"#4"},"up":{"uv":[6,9,9,9.5],"rotation":270,"texture":"#4"},"down":{"uv":[10.5,11,13.5,11.5],"rotation":90,"texture":"#4"}}},{"from":[6.5,4.75,0.75],"to":[7,6.75,3.75],"rotation":{"angle":0,"axis":"z","origin":[8,5.75,6.75]},"faces":{"north":{"uv":[6,9,8,9.5],"rotation":90,"texture":"#4"},"east":{"uv":[6,9,9,11],"texture":"#4"},"south":{"uv":[6,9,8,9.5],"rotation":270,"texture":"#4"},"west":{"uv":[8.5,9,11.5,11],"texture":"#4"},"up":{"uv":[6,9,9,9.5],"rotation":270,"texture":"#4"},"down":{"uv":[6,9,9,9.5],"rotation":90,"texture":"#4"}}},{"from":[7,4.25,0.75],"to":[9,4.75,3.75],"rotation":{"angle":0,"axis":"z","origin":[8,5.75,6.75]},"faces":{"north":{"uv":[8,10,8.5,12],"rotation":90,"texture":"#4"},"east":{"uv":[8,11.5,11,12],"texture":"#4"},"south":{"uv":[8,10,8.5,12],"rotation":270,"texture":"#4"},"west":{"uv":[8,11,11,11.5],"rotation":180,"texture":"#4"},"up":{"uv":[8,10,11,12],"rotation":270,"texture":"#4"},"down":{"uv":[13,10,16,12],"rotation":90,"texture":"#4"}}},{"from":[6.74,4.74,3.74],"to":[7.26,6.76,5.76],"rotation":{"angle":0,"axis":"z","origin":[8,5.75,6.75]},"faces":{"north":{"uv":[8,9.5,8.52,11.52],"texture":"#4"},"east":{"uv":[8,9.5,10.02,11.52],"texture":"#4"},"south":{"uv":[8,9.5,8.52,11.52],"texture":"#4"},"west":{"uv":[8,9.5,10.02,11.52],"texture":"#4"},"up":{"uv":[8,9.5,8.52,11.52],"texture":"#4"},"down":{"uv":[8,9.5,8.52,11.52],"texture":"#4"}}},{"from":[7,4.5,3.75],"to":[9,5,5.75],"rotation":{"angle":0,"axis":"z","origin":[8,5.75,6.75]},"faces":{"north":{"uv":[8,10,8.5,12],"rotation":90,"texture":"#4"},"east":{"uv":[8,10,8.5,12],"rotation":90,"texture":"#4"},"south":{"uv":[8,10,8.5,12],"rotation":90,"texture":"#4"},"west":{"uv":[8,10,8.5,12],"rotation":90,"texture":"#4"},"up":{"uv":[8,10,10,12],"rotation":90,"texture":"#4"},"down":{"uv":[8,10,10,12],"rotation":90,"texture":"#4"}}},{"from":[8.74,4.74,3.74],"to":[9.26,6.76,5.76],"rotation":{"angle":0,"axis":"z","origin":[8,5.75,6.75]},"faces":{"north":{"uv":[0.5,10,1.02,12.02],"texture":"#4"},"east":{"uv":[0.5,10,2.52,12.02],"texture":"#4"},"south":{"uv":[0.5,10,1.02,12.02],"texture":"#4"},"west":{"uv":[0.5,10,2.52,12.02],"texture":"#4"},"up":{"uv":[0.5,10,1.02,12.02],"texture":"#4"},"down":{"uv":[0.5,10,1.02,12.02],"texture":"#4"}}},{"from":[7,6.5,3.75],"to":[9,7,5.75],"rotation":{"angle":0,"axis":"y","origin":[8,5.75,6.75]},"faces":{"north":{"uv":[2,8,2.5,10],"rotation":270,"texture":"#4"},"east":{"uv":[2,8,2.5,10],"rotation":270,"texture":"#4"},"south":{"uv":[2,8,2.5,10],"rotation":270,"texture":"#4"},"west":{"uv":[2,8,2.5,10],"rotation":270,"texture":"#4"},"up":{"uv":[2,8,4,10],"rotation":270,"texture":"#4"},"down":{"uv":[2,8,4,10],"rotation":270,"texture":"#4"}}},{"from":[7,4.75,5.75],"to":[9,5.25,7.75],"rotation":{"angle":0,"axis":"z","origin":[8,5.75,6.75]},"faces":{"north":{"uv":[8,10,8.5,12],"rotation":90,"texture":"#4"},"east":{"uv":[8,10,8.5,12],"rotation":90,"texture":"#4"},"south":{"uv":[8,10,8.5,12],"rotation":90,"texture":"#4"},"west":{"uv":[8,10,8.5,12],"rotation":90,"texture":"#4"},"up":{"uv":[8,10,10,12],"rotation":90,"texture":"#4"},"down":{"uv":[8,10,10,12],"rotation":90,"texture":"#4"}}},{"from":[7,5.25,5.75],"to":[7.5,6.25,7.75],"rotation":{"angle":0,"axis":"z","origin":[8,5.75,6.75]},"faces":{"north":{"uv":[8.5,9.5,9,10.5],"texture":"#4"},"east":{"uv":[8.5,9.5,10.5,10.5],"texture":"#4"},"south":{"uv":[8.5,9.5,9,10.5],"texture":"#4"},"west":{"uv":[8.5,9.5,10.5,10.5],"texture":"#4"},"up":{"uv":[8.5,9.5,9,11.5],"texture":"#4"},"down":{"uv":[8.5,9.5,9,11.5],"texture":"#4"}}},{"from":[7,6.25,5.75],"to":[9,6.75,7.75],"rotation":{"angle":0,"axis":"y","origin":[8,5.75,6.75]},"faces":{"north":{"uv":[2,8,2.5,10],"rotation":270,"texture":"#4"},"east":{"uv":[2,8,2.5,10],"rotation":270,"texture":"#4"},"south":{"uv":[2,8,2.5,10],"rotation":270,"texture":"#4"},"west":{"uv":[2,8,2.5,10],"rotation":270,"texture":"#4"},"up":{"uv":[2,8,4,10],"rotation":270,"texture":"#4"},"down":{"uv":[2,8,4,10],"rotation":270,"texture":"#4"}}},{"from":[8.5,5.25,5.75],"to":[9,6.25,7.75],"rotation":{"angle":0,"axis":"z","origin":[8,5.75,6.75]},"faces":{"north":{"uv":[5.5,10,6,11],"texture":"#4"},"east":{"uv":[5.5,10,7.5,11],"texture":"#4"},"south":{"uv":[5.5,10,6,11],"texture":"#4"},"west":{"uv":[5.5,10,7.5,11],"texture":"#4"},"up":{"uv":[5.5,10,6,12],"texture":"#4"},"down":{"uv":[5.5,10,6,12],"texture":"#4"}}},{"from":[7,4.5,7.75],"to":[9,5,9.75],"rotation":{"angle":0,"axis":"z","origin":[8,5.75,6.75]},"faces":{"north":{"uv":[13,10,13.5,12],"rotation":90,"texture":"#4"},"east":{"uv":[13,10,13.5,12],"rotation":90,"texture":"#4"},"south":{"uv":[13,10,13.5,12],"rotation":90,"texture":"#4"},"west":{"uv":[13,10,13.5,12],"rotation":90,"texture":"#4"},"up":{"uv":[13,10,15,12],"rotation":90,"texture":"#4"},"down":{"uv":[13,10,15,12],"rotation":90,"texture":"#4"}}},{"from":[8.74,4.74,7.74],"to":[9.26,6.76,9.76],"rotation":{"angle":0,"axis":"z","origin":[8,5.75,6.75]},"faces":{"north":{"uv":[9,9.5,9.52,11.52],"texture":"#4"},"east":{"uv":[9,9.5,11.02,11.52],"texture":"#4"},"south":{"uv":[9,9.5,9.52,11.52],"texture":"#4"},"west":{"uv":[9,9.5,11.02,11.52],"texture":"#4"},"up":{"uv":[9,9.5,9.52,11.52],"texture":"#4"},"down":{"uv":[9,9.5,9.52,11.52],"texture":"#4"}}},{"from":[7,6.5,7.75],"to":[9,7,9.75],"rotation":{"angle":0,"axis":"y","origin":[8,5.75,6.75]},"faces":{"north":{"uv":[2,8,2.5,10],"rotation":270,"texture":"#4"},"east":{"uv":[2,8,2.5,10],"rotation":270,"texture":"#4"},"south":{"uv":[2,8,2.5,10],"rotation":270,"texture":"#4"},"west":{"uv":[2,8,2.5,10],"rotation":270,"texture":"#4"},"up":{"uv":[2,8,4,10],"rotation":270,"texture":"#4"},"down":{"uv":[2,8,4,10],"rotation":270,"texture":"#4"}}},{"from":[6.74,4.74,7.74],"to":[7.26,6.76,9.76],"rotation":{"angle":0,"axis":"z","origin":[8,5.75,6.75]},"faces":{"north":{"uv":[9,9,9.52,11.02],"texture":"#4"},"east":{"uv":[9,9,11.02,11.02],"texture":"#4"},"south":{"uv":[9,9,9.52,11.02],"texture":"#4"},"west":{"uv":[9,9,11.02,11.02],"texture":"#4"},"up":{"uv":[9,9,9.52,11.02],"texture":"#4"},"down":{"uv":[9,9,9.52,11.02],"texture":"#4"}}},{"from":[7,4.25,9.75],"to":[9,4.75,12.75],"rotation":{"angle":0,"axis":"z","origin":[8,5.75,6.75]},"faces":{"north":{"uv":[8,10,8.5,12],"rotation":90,"texture":"#4"},"east":{"uv":[5,11.5,8,12],"texture":"#4"},"south":{"uv":[6.5,11.5,8.5,12],"rotation":180,"texture":"#4"},"west":{"uv":[8,11,11,11.5],"rotation":180,"texture":"#4"},"up":{"uv":[8,10,11,12],"rotation":270,"texture":"#4"},"down":{"uv":[8,10,11,12],"rotation":90,"texture":"#4"}}},{"from":[9,4.75,9.75],"to":[9.5,6.75,12.75],"rotation":{"angle":0,"axis":"z","origin":[8,5.75,6.75]},"faces":{"north":{"uv":[6,9,8,9.5],"rotation":90,"texture":"#4"},"east":{"uv":[8,9.5,11,11.5],"texture":"#4"},"south":{"uv":[6,9,8,9.5],"rotation":270,"texture":"#4"},"west":{"uv":[6,9,9,11],"rotation":180,"texture":"#4"},"up":{"uv":[6,9,9,9.5],"rotation":270,"texture":"#4"},"down":{"uv":[10.5,11,13.5,11.5],"rotation":90,"texture":"#4"}}},{"from":[7,6.75,9.75],"to":[9,7.25,12.75],"rotation":{"angle":0,"axis":"y","origin":[8,5.75,6.75]},"faces":{"north":{"uv":[6,9,6.5,11],"rotation":90,"texture":"#4"},"east":{"uv":[6,9,9,9.5],"texture":"#4"},"south":{"uv":[6,9,6.5,11],"rotation":270,"texture":"#4"},"west":{"uv":[6,9,9,9.5],"rotation":180,"texture":"#4"},"up":{"uv":[2,8,5,10],"rotation":270,"texture":"#4"},"down":{"uv":[6,9,9,11],"rotation":90,"texture":"#4"}}},{"from":[6.5,4.75,9.75],"to":[7,6.75,12.75],"rotation":{"angle":0,"axis":"z","origin":[8,5.75,6.75]},"faces":{"north":{"uv":[6,9,8,9.5],"rotation":90,"texture":"#4"},"east":{"uv":[6,9,9,11],"texture":"#4"},"south":{"uv":[6,9,8,9.5],"rotation":270,"texture":"#4"},"west":{"uv":[8.5,9.5,11.5,11.5],"texture":"#4"},"up":{"uv":[6,9,9,9.5],"rotation":270,"texture":"#4"},"down":{"uv":[6,9,9,9.5],"rotation":90,"texture":"#4"}}},{"from":[6.5,-2.75,-8.8],"to":[8,1.25,-8.8],"rotation":{"angle":-22.5,"axis":"z","origin":[7.25,-0.75,-8.8]},"faces":{"north":{"uv":[2,6,6,7.5],"rotation":90,"texture":"#3"},"south":{"uv":[2,7.5,6,6],"rotation":90,"texture":"#3"}}},{"from":[8,-2.75,-9],"to":[9.5,1.25,-9],"rotation":{"angle":0,"axis":"z","origin":[8.75,-0.75,-9]},"faces":{"north":{"uv":[2,7.5,6,6],"rotation":90,"texture":"#3"},"south":{"uv":[2,6,6,7.5],"rotation":90,"texture":"#3"}}}],"display":{"thirdperson_righthand":{"translation":[0,5.5,-5],"scale":[0.82,0.82,0.82]},"thirdperson_lefthand":{"translation":[0,5.5,-5],"scale":[0.82,0.82,0.82]},"firstperson_righthand":{"translation":[1.75,6.7,-18.25],"scale":[1.2,1.2,1.2]},"firstperson_lefthand":{"translation":[1.75,6.7,-18.25],"scale":[1.2,1.2,1.2]},"gui":{"rotation":[66,-48,68],"translation":[-2.25,3,0],"scale":[0.63,0.63,0.63]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/spectral_bow.json b/assets/minecraft/models/item/wynn/skin/bow/spectral_bow.json new file mode 100644 index 000000000..9764199f2 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/spectral_bow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"2":"skins/rune_flame","7":"skins/souls","particle":"skins/soul_heart"},"elements":[{"from":[7.49484,3.10093,12],"to":[8.49484,4.10093,20],"rotation":{"angle":0,"axis":"y","origin":[8.01142,3.49134,15.99299]},"faces":{"north":{"uv":[3.5,12,11.5,13],"rotation":270,"texture":"#7"},"east":{"uv":[3.5,11.5,11.5,12.5],"texture":"#7"},"south":{"uv":[3.5,12,11.5,13],"rotation":270,"texture":"#7"},"west":{"uv":[3.5,11,11.5,12],"rotation":180,"texture":"#7"},"up":{"uv":[3.5,12,11.5,13],"rotation":270,"texture":"#7"},"down":{"uv":[3.5,12,11.5,13],"rotation":90,"texture":"#7"}}},{"from":[7.39484,2.00093,12.9],"to":[8.59484,3.20093,17.1],"rotation":{"angle":22.5,"axis":"x","origin":[8.01142,2.49134,16.99299]},"faces":{"north":{"uv":[9,12,10,13],"texture":"#7"},"east":{"uv":[6,12,10,13],"texture":"#7"},"south":{"uv":[6,12,7,13],"texture":"#7"},"west":{"uv":[6,12,10,13],"texture":"#7"},"up":{"uv":[6,12,10,13],"rotation":270,"texture":"#7"},"down":{"uv":[6,12,10,13],"rotation":90,"texture":"#7"}}},{"from":[7.24484,2.85093,19.75],"to":[8.74484,4.35093,20.25],"rotation":{"angle":45,"axis":"z","origin":[8.02346,3.57913,19.99314]},"faces":{"north":{"uv":[0,12.5,1.5,14],"texture":"#7"},"east":{"uv":[0,12.5,0.5,14],"texture":"#7"},"south":{"uv":[0,12.5,1.5,14],"texture":"#7"},"west":{"uv":[0,12.5,0.5,14],"texture":"#7"},"up":{"uv":[0,12.5,1.5,13],"texture":"#7"},"down":{"uv":[0,12.5,1.5,13],"texture":"#7"}}},{"from":[7.24484,2.85093,20.75],"to":[8.74484,4.35093,21.25],"rotation":{"angle":45,"axis":"z","origin":[8.02346,3.57913,19.99314]},"faces":{"north":{"uv":[0,12.5,1.5,14],"texture":"#7"},"east":{"uv":[0,12.5,0.5,14],"texture":"#7"},"south":{"uv":[0,12.5,1.5,14],"texture":"#7"},"west":{"uv":[0,12.5,0.5,14],"texture":"#7"},"up":{"uv":[0,12.5,1.5,13],"texture":"#7"},"down":{"uv":[0,12.5,1.5,13],"texture":"#7"}}},{"from":[7.00166,2.5505,20.25],"to":[9.00166,4.5505,20.75],"rotation":{"angle":0,"axis":"y","origin":[7.77346,3.32913,19.99314]},"faces":{"north":{"uv":[12,8.5,14,10.5],"rotation":270,"texture":"#7"},"east":{"uv":[12,8.5,14,9],"rotation":270,"texture":"#7"},"south":{"uv":[12,8.5,14,10.5],"rotation":270,"texture":"#7"},"west":{"uv":[12,8.5,14,9],"rotation":270,"texture":"#7"},"up":{"uv":[12,8.5,12.5,10.5],"rotation":270,"texture":"#7"},"down":{"uv":[12,8.5,12.5,10.5],"rotation":270,"texture":"#7"}}},{"from":[7.25124,1.0525,2.74999],"to":[8.85124,2.0525,5.24999],"rotation":{"angle":45,"axis":"x","origin":[7.76782,1.44292,5.74298]},"faces":{"north":{"uv":[8.5,12,10,13],"texture":"#7"},"east":{"uv":[8.5,12,11,13],"texture":"#7"},"south":{"uv":[8.5,12,10.1,13],"texture":"#7"},"west":{"uv":[8.5,12,11,13],"rotation":180,"texture":"#7"},"up":{"uv":[8.5,12,11,13.5],"rotation":270,"texture":"#7"},"down":{"uv":[8.5,12,11,13.5],"rotation":90,"texture":"#7"}}},{"from":[6.99451,1.87195,8.58936],"to":[8.99451,2.87195,10.58936],"rotation":{"angle":-22.5,"axis":"x","origin":[7.51109,2.26237,11.58235]},"faces":{"north":{"uv":[2,11.5,3,13.5],"rotation":90,"texture":"#7"},"east":{"uv":[2,11.5,3,13.5],"rotation":90,"texture":"#7"},"south":{"uv":[2,11.5,3,13.5],"rotation":90,"texture":"#7"},"west":{"uv":[5,12,7,13],"rotation":180,"texture":"#7"},"up":{"uv":[2,11.5,4,13.5],"rotation":90,"texture":"#7"},"down":{"uv":[2,11.5,4,13.5],"rotation":270,"texture":"#7"}}},{"from":[7,1.09908,5.23614],"to":[9,2.09908,7.23614],"rotation":{"angle":22.5,"axis":"x","origin":[8.0089,1.60433,6.22716]},"faces":{"north":{"uv":[5,11.5,7,12.5],"rotation":180,"texture":"#7"},"east":{"uv":[5,11.5,7,12.5],"texture":"#7"},"south":{"uv":[5,11.5,7,12.5],"rotation":180,"texture":"#7"},"west":{"uv":[5,11.5,7,12.5],"rotation":180,"texture":"#7"},"up":{"uv":[2,11.5,4,13.5],"rotation":270,"texture":"#7"},"down":{"uv":[5,11.5,7,13.5],"rotation":180,"texture":"#7"}}},{"from":[6.99,0.74142,6.95599],"to":[9.01,1.76142,8.97599],"rotation":{"angle":0,"axis":"y","origin":[7.86313,1.25667,7.957]},"faces":{"north":{"uv":[0,11,1.02,13.02],"rotation":90,"texture":"#7"},"east":{"uv":[0,11,1.02,13.02],"rotation":90,"texture":"#7"},"south":{"uv":[0,11,1.02,13.02],"rotation":90,"texture":"#7"},"west":{"uv":[0,11,1.02,13.02],"rotation":90,"texture":"#7"},"up":{"uv":[0,11,2.02,13.02],"rotation":90,"texture":"#7"},"down":{"uv":[0,11,2.02,13.02],"rotation":90,"texture":"#7"}}},{"from":[6,3,11],"to":[7,4,19],"rotation":{"angle":22.5,"axis":"y","origin":[6.51658,3.49041,14.99299]},"faces":{"north":{"uv":[7,3.5,7.5,4],"rotation":90,"texture":"#particle"},"east":{"uv":[8,4,16,5],"rotation":180,"texture":"#particle"},"south":{"uv":[15,3.5,16,4.5],"rotation":90,"texture":"#particle"},"west":{"uv":[8,2.5,16,3.5],"texture":"#particle"},"up":{"uv":[8,5,16,6],"rotation":90,"texture":"#particle"},"down":{"uv":[8,4.5,16,5.5],"rotation":270,"texture":"#particle"}}},{"from":[7.19437,3.52531,9.66018],"to":[8.79437,4.52531,12.66018],"rotation":{"angle":-45,"axis":"x","origin":[7.71095,3.91572,12.65317]},"faces":{"north":{"uv":[7.5,12,8.5,13.6],"rotation":90,"texture":"#7"},"east":{"uv":[8.5,12,11.5,13],"rotation":180,"texture":"#7"},"south":{"uv":[8.5,11.5,9.5,13],"rotation":270,"texture":"#7"},"west":{"uv":[8.5,11.5,11.5,12.5],"texture":"#7"},"up":{"uv":[7.5,11,10.5,12.5],"rotation":90,"texture":"#7"},"down":{"uv":[7.5,12,10.5,13.6],"rotation":270,"texture":"#7"}}},{"from":[7.29484,3.05093,1.1],"to":[8.79484,4.05093,4.1],"rotation":{"angle":0,"axis":"y","origin":[15.29484,11.05093,9.1]},"faces":{"north":{"uv":[12.5,11.5,13.5,13],"rotation":270,"texture":"#7"},"east":{"uv":[10.5,11.5,13.5,12.5],"texture":"#7"},"south":{"uv":[10.5,11.5,13.5,13],"rotation":270,"texture":"#7"},"west":{"uv":[10.5,11.5,13.5,12.5],"rotation":180,"texture":"#7"},"up":{"uv":[10.5,11.5,13.5,13],"rotation":270,"texture":"#7"},"down":{"uv":[10.5,11.5,13.5,13],"rotation":90,"texture":"#7"}}},{"from":[6.79484,2.80093,2.6],"to":[9.29484,4.30093,3.6],"rotation":{"angle":0,"axis":"y","origin":[14.79484,10.80093,10.35]},"faces":{"north":{"uv":[0,12,2.5,13.5],"texture":"#7"},"east":{"uv":[0,12,1,13.5],"texture":"#7"},"south":{"uv":[0,12,2.5,13.5],"texture":"#7"},"west":{"uv":[0,12,1,13.5],"texture":"#7"},"up":{"uv":[0,12,2.5,13],"texture":"#7"},"down":{"uv":[0,12,2.5,13],"texture":"#7"}}},{"from":[5.11104,4.95974,2.84537],"to":[7.11104,5.45974,3.34537],"rotation":{"angle":45,"axis":"z","origin":[6.85982,5.71796,3.33839]},"faces":{"north":{"uv":[4.5,3.5,6.5,4],"rotation":180,"texture":"#particle"},"east":{"uv":[7,3.5,7.5,4],"texture":"#particle"},"south":{"uv":[4.5,3.5,6.5,4],"texture":"#particle"},"west":{"uv":[4.5,3.5,5,4],"texture":"#particle"},"up":{"uv":[4.5,3.5,6.5,4],"texture":"#particle"},"down":{"uv":[4.5,3.5,6.5,4],"texture":"#particle"}}},{"from":[3.77762,4.20598,2.8],"to":[7.77762,4.70598,3.3],"rotation":{"angle":-22.5,"axis":"z","origin":[4.77432,4.45778,3.10007]},"faces":{"north":{"uv":[2,12,6,12.5],"texture":"#7"},"east":{"uv":[2,12,2.5,12.5],"rotation":180,"texture":"#7"},"south":{"uv":[2,12,6,12.5],"rotation":180,"texture":"#7"},"west":{"uv":[2,12,2.5,12.5],"rotation":180,"texture":"#7"},"up":{"uv":[2,12,6,12.5],"rotation":180,"texture":"#7"},"down":{"uv":[2,12,6,12.5],"rotation":180,"texture":"#7"}}},{"from":[4.02762,3.45598,2.85063],"to":[6.02762,3.95598,3.35063],"rotation":{"angle":22.5,"axis":"z","origin":[5.02432,3.70778,3.10007]},"faces":{"north":{"uv":[0,12.5,2,13],"texture":"#7"},"east":{"uv":[0,12.5,0.5,13],"rotation":180,"texture":"#7"},"south":{"uv":[0,12.5,2,13],"rotation":180,"texture":"#7"},"west":{"uv":[0,12.5,0.5,13],"rotation":180,"texture":"#7"},"up":{"uv":[0,12.5,2,13],"rotation":180,"texture":"#7"},"down":{"uv":[0,12.5,2,13],"rotation":180,"texture":"#7"}}},{"from":[2.93551,3.09274,4.05693],"to":[4.93551,3.59274,4.55693],"rotation":{"angle":22.5,"axis":"y","origin":[1.53532,4.07254,5.2996]},"faces":{"north":{"uv":[6.5,12,8.5,12.5],"texture":"#7"},"east":{"uv":[6.5,12,7,12.5],"rotation":180,"texture":"#7"},"south":{"uv":[6.5,12,8.5,12.5],"rotation":180,"texture":"#7"},"west":{"uv":[8,12,8.5,12.5],"rotation":180,"texture":"#7"},"up":{"uv":[6.5,12,8.5,12.5],"rotation":180,"texture":"#7"},"down":{"uv":[6.5,12,8.5,12.5],"rotation":180,"texture":"#7"}}},{"from":[2.6961,4.55301,3.97479],"to":[4.6961,5.05301,4.47479],"rotation":{"angle":22.5,"axis":"y","origin":[1.53532,4.07254,5.2996]},"faces":{"north":{"uv":[6.5,11.5,8.5,12],"texture":"#7"},"east":{"uv":[6.5,11.5,7,12],"rotation":180,"texture":"#7"},"south":{"uv":[6.5,11.5,8.5,12],"rotation":180,"texture":"#7"},"west":{"uv":[8.5,11.5,9,12],"rotation":180,"texture":"#7"},"up":{"uv":[6.5,11.5,8.5,12],"rotation":180,"texture":"#7"},"down":{"uv":[6.5,11.5,8.5,12],"rotation":180,"texture":"#7"}}},{"from":[-2.03657,4.05093,11.61276],"to":[8.46343,4.25093,11.81276],"rotation":{"angle":-22.5,"axis":"y","origin":[3.1973,4.15255,11.7139]},"faces":{"north":{"uv":[3.5,15,14,15.2],"texture":"#7"},"east":{"uv":[3.5,15,3.7,15.2],"texture":"#7"},"south":{"uv":[3.5,15,14,15.2],"texture":"#7"},"west":{"uv":[3.5,15,3.7,15.2],"texture":"#7"},"up":{"uv":[3.5,15,14,15.2],"texture":"#7"},"down":{"uv":[3.5,15,14,15.2],"texture":"#7"}}},{"from":[-1.19553,3.59274,4.68735],"to":[3.30447,4.69274,5.18735],"rotation":{"angle":45,"axis":"y","origin":[1.53532,4.07254,5.2996]},"faces":{"north":{"uv":[8,12,12.5,13],"texture":"#7"},"east":{"uv":[8,12,8.5,13],"rotation":180,"texture":"#7"},"south":{"uv":[8,12,12.5,13],"rotation":180,"texture":"#7"},"west":{"uv":[13,11.5,13.5,12.6],"rotation":180,"texture":"#7"},"up":{"uv":[8,12,12.5,12.5],"rotation":180,"texture":"#7"},"down":{"uv":[8,12,12.5,12.5],"rotation":180,"texture":"#7"}}},{"from":[0.04084,3.65165,7.43099],"to":[0.54084,4.35165,11.93099],"rotation":{"angle":-22.5,"axis":"y","origin":[1.53532,4.07254,5.2996]},"faces":{"north":{"uv":[11,12,15.5,12.5],"rotation":180,"texture":"#7"},"east":{"uv":[11.5,11.5,16,12],"rotation":180,"texture":"#7"},"south":{"uv":[15.5,12,16,12.7],"rotation":180,"texture":"#7"},"west":{"uv":[11.5,11.5,16,12],"texture":"#7"},"up":{"uv":[11.5,11.5,16,12],"rotation":90,"texture":"#7"},"down":{"uv":[11.5,11.5,16,12],"rotation":270,"texture":"#7"}}},{"from":[3.94551,3.10274,4.81693],"to":[5.92551,3.58274,5.29693],"rotation":{"angle":45,"axis":"y","origin":[2.53532,4.07254,6.0496]},"faces":{"north":{"uv":[6.5,12,8.48,12.48],"texture":"#7"},"east":{"uv":[6.5,12,6.98,12.48],"rotation":180,"texture":"#7"},"south":{"uv":[6.5,12,8.48,12.48],"rotation":180,"texture":"#7"},"west":{"uv":[9.5,11.5,9.98,11.98],"rotation":180,"texture":"#7"},"up":{"uv":[6.5,12,8.48,12.48],"rotation":180,"texture":"#7"},"down":{"uv":[6.5,12,8.48,12.48],"rotation":180,"texture":"#7"}}},{"from":[3.7061,4.56301,4.73479],"to":[5.6861,5.04301,5.21479],"rotation":{"angle":45,"axis":"y","origin":[2.53532,4.07254,6.0496]},"faces":{"north":{"uv":[6.5,12,8.48,12.48],"texture":"#7"},"east":{"uv":[6.5,12,6.98,12.48],"rotation":180,"texture":"#7"},"south":{"uv":[6.5,12,8.48,12.48],"rotation":180,"texture":"#7"},"west":{"uv":[8.5,11.5,8.98,11.98],"rotation":180,"texture":"#7"},"up":{"uv":[6.5,12,8.48,12.48],"rotation":180,"texture":"#7"},"down":{"uv":[6.5,12,8.48,12.48],"rotation":180,"texture":"#7"}}},{"from":[1.76664,3.59274,4.10521],"to":[2.26664,4.69274,8.60521],"rotation":{"angle":-22.5,"axis":"y","origin":[2.01664,4.14274,6.35521]},"faces":{"north":{"uv":[8,12,8.5,13],"rotation":180,"texture":"#7"},"east":{"uv":[8,12,12.5,13],"rotation":180,"texture":"#7"},"south":{"uv":[12.5,11.5,13,12.6],"rotation":180,"texture":"#7"},"west":{"uv":[8,12,12.5,13],"texture":"#7"},"up":{"uv":[8,12,12.5,12.5],"rotation":90,"texture":"#7"},"down":{"uv":[8,12,12.5,12.5],"rotation":270,"texture":"#7"}}},{"from":[1.04084,3.65165,8.18099],"to":[1.54084,4.35165,11.43099],"rotation":{"angle":0,"axis":"y","origin":[2.53532,4.07254,6.0496]},"faces":{"north":{"uv":[12.5,11.5,15.75,12],"rotation":90,"texture":"#7"},"east":{"uv":[12.5,11.5,15.75,12],"rotation":90,"texture":"#7"},"south":{"uv":[12.5,11.5,15.75,12],"rotation":90,"texture":"#7"},"west":{"uv":[12.5,11.5,15.75,12],"rotation":90,"texture":"#7"},"up":{"uv":[12.5,11.5,15.75,12],"rotation":90,"texture":"#7"},"down":{"uv":[12.5,11.5,15.75,12],"rotation":90,"texture":"#7"}}},{"from":[3.343,3,9.53686],"to":[6.343,6,9.54686],"rotation":{"angle":22.5,"axis":"y","origin":[5.44962,3.99942,10.77194]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#2"},"east":{"uv":[0,6.25,0.5,7.25],"texture":"#2"},"south":{"uv":[16,0,0,16],"texture":"#2"},"west":{"uv":[0,6.25,0.5,7.25],"texture":"#2"},"up":{"uv":[0,6.25,0.5,7.25],"texture":"#2"},"down":{"uv":[0,6.25,0.5,7.25],"texture":"#2"}}},{"from":[7.97562,3.29931,-0.37981],"to":[8.47562,3.79931,1.47019],"rotation":{"angle":22.5,"axis":"y","origin":[8.72396,3.80797,0.21321]},"faces":{"north":{"uv":[12.5,8,13,8.5],"texture":"#7"},"east":{"uv":[12.5,8,14.35,8.5],"texture":"#7"},"south":{"uv":[12.5,8,13,8.5],"texture":"#7"},"west":{"uv":[12.5,8,14.35,8.5],"texture":"#7"},"up":{"uv":[12.5,8,13,9.85],"texture":"#7"},"down":{"uv":[12.5,8,13,9.85],"texture":"#7"}}},{"from":[6.25,4.95093,3],"to":[9.75,8.45093,3],"rotation":{"angle":22.5,"axis":"x","origin":[7.99484,5.95093,3]},"faces":{"north":{"uv":[16,0,0,16],"texture":"#2"},"east":{"uv":[0,6.25,0,7.25],"texture":"#2"},"south":{"uv":[0,0,16,16],"texture":"#2"},"west":{"uv":[0,6.25,0,7.25],"texture":"#2"},"up":{"uv":[0,6.25,1,6.25],"texture":"#2"},"down":{"uv":[0,6.25,1,6.25],"texture":"#2"}}},{"from":[7.53484,3.29093,-0.01],"to":[8.05484,3.81093,1.86],"rotation":{"angle":-22.5,"axis":"y","origin":[8.29318,3.80958,0.59302]},"faces":{"north":{"uv":[12.5,8,13,8.5],"texture":"#7"},"east":{"uv":[12.5,8,13,9.87],"rotation":270,"texture":"#7"},"south":{"uv":[12.5,8,13,8.5],"texture":"#7"},"west":{"uv":[12.5,8,13,9.87],"rotation":270,"texture":"#7"},"up":{"uv":[12.5,8,13,9.87],"texture":"#7"},"down":{"uv":[12.5,8,13,9.87],"texture":"#7"}}},{"from":[7.40011,6.07479,19.43931],"to":[8.60011,7.27479,21.63931],"rotation":{"angle":45,"axis":"x","origin":[8.00026,6.72393,16.87509]},"faces":{"north":{"uv":[2.5,11,3.7,12.2],"rotation":90,"texture":"#7"},"east":{"uv":[2.5,11,5,12.5],"texture":"#7"},"south":{"uv":[2.5,11,5,12.5],"rotation":270,"texture":"#7"},"west":{"uv":[2.5,11,5,12.5],"rotation":180,"texture":"#7"},"up":{"uv":[2.5,11,5,12.5],"rotation":270,"texture":"#7"},"down":{"uv":[2.5,11,5,12.5],"rotation":90,"texture":"#7"}}},{"from":[7.50011,4.38776,17.27009],"to":[8.50011,6.38776,18.27009],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00026,6.72393,16.87509]},"faces":{"north":{"uv":[5,11.5,7,12.5],"rotation":270,"texture":"#7"},"east":{"uv":[5,11.5,7,12.5],"rotation":270,"texture":"#7"},"south":{"uv":[5,11.5,7,12.5],"rotation":270,"texture":"#7"},"west":{"uv":[5,11.5,7,12.5],"rotation":270,"texture":"#7"},"up":{"uv":[5,11.5,6,12.5],"rotation":270,"texture":"#7"},"down":{"uv":[5,11.5,7,12.5],"rotation":270,"texture":"#7"}}},{"from":[7.50011,5.18464,14.95934],"to":[8.50011,5.98464,17.25934],"rotation":{"angle":0,"axis":"x","origin":[8.00027,5.41227,15.11817]},"faces":{"north":{"uv":[9,11.5,9.8,12.3],"rotation":90,"texture":"#7"},"east":{"uv":[6,11.5,8.5,12.5],"texture":"#7"},"south":{"uv":[6,11.5,8.5,12.5],"rotation":270,"texture":"#7"},"west":{"uv":[8.5,11.5,6,12.5],"texture":"#7"},"up":{"uv":[6,11,8.5,12],"rotation":270,"texture":"#7"},"down":{"uv":[6.5,12,9,13],"rotation":90,"texture":"#7"}}},{"from":[7.60044,7.11518,16.0382],"to":[8.40044,7.91518,18.3382],"rotation":{"angle":22.5,"axis":"x","origin":[8.00044,7.48371,15.70416]},"faces":{"north":{"uv":[6.5,12.5,6.9,12.9],"rotation":90,"texture":"#7"},"east":{"uv":[6.5,12.5,9,13.5],"texture":"#7"},"south":{"uv":[6.5,12.5,9,13.5],"rotation":270,"texture":"#7"},"west":{"uv":[6.5,12.5,9,13.5],"rotation":180,"texture":"#7"},"up":{"uv":[6.5,13.5,9,12.5],"rotation":270,"texture":"#7"},"down":{"uv":[6.5,13.5,9,12.5],"rotation":90,"texture":"#7"}}},{"from":[7.60044,5.33232,13.08648],"to":[8.40044,5.93232,15.18648],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00027,5.41227,15.11817]},"faces":{"north":{"uv":[9.5,12.5,10.1,13.1],"rotation":90,"texture":"#7"},"east":{"uv":[8,12.5,10.5,13.5],"texture":"#7"},"south":{"uv":[8,12.5,10.5,13.5],"rotation":270,"texture":"#7"},"west":{"uv":[8,12.5,10.5,13.5],"rotation":180,"texture":"#7"},"up":{"uv":[8,12.5,10.5,13.5],"rotation":270,"texture":"#7"},"down":{"uv":[8,12.5,10.5,13.5],"rotation":90,"texture":"#7"}}},{"from":[7.75044,7.15034,14.73866],"to":[8.25044,7.65034,16.23866],"rotation":{"angle":0,"axis":"x","origin":[8.00044,7.35313,15.0126]},"faces":{"north":{"uv":[8,12,9.5,12.5],"rotation":90,"texture":"#7"},"east":{"uv":[8,12,9.5,12.5],"texture":"#7"},"south":{"uv":[8,12,9.5,12.5],"rotation":270,"texture":"#7"},"west":{"uv":[8,12,9.5,12.5],"rotation":180,"texture":"#7"},"up":{"uv":[8,12,9.5,12.5],"rotation":270,"texture":"#7"},"down":{"uv":[8,12,9.5,12.5],"rotation":90,"texture":"#7"}}},{"from":[7.85044,7.34169,14.15471],"to":[8.15044,7.64169,14.95471],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00044,7.35313,15.0126]},"faces":{"north":{"uv":[11,12,11.8,12.3],"rotation":90,"texture":"#7"},"east":{"uv":[11,12,11.8,12.3],"texture":"#7"},"south":{"uv":[11,12,11.8,12.3],"rotation":270,"texture":"#7"},"west":{"uv":[11,12,11.8,12.3],"rotation":180,"texture":"#7"},"up":{"uv":[11,12,11.8,12.3],"rotation":270,"texture":"#7"},"down":{"uv":[11,12,11.8,12.3],"rotation":90,"texture":"#7"}}},{"from":[7.50011,1.05065,12.49037],"to":[8.50011,3.05065,13.49037],"rotation":{"angle":22.5,"axis":"x","origin":[8.00036,0.37077,14.33144]},"faces":{"north":{"uv":[5,11.5,7,12.5],"rotation":90,"texture":"#7"},"east":{"uv":[5,11.5,7,12.5],"rotation":90,"texture":"#7"},"south":{"uv":[5,11.5,7,12.5],"rotation":90,"texture":"#7"},"west":{"uv":[5,11.5,7,12.5],"rotation":90,"texture":"#7"},"up":{"uv":[5,11.5,7,12.5],"rotation":270,"texture":"#7"},"down":{"uv":[5,11.5,6,12.5],"rotation":270,"texture":"#7"}}},{"from":[7.60044,-0.10928,13.57374],"to":[8.40044,2.19072,14.37374],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00036,0.37077,14.33144]},"faces":{"north":{"uv":[6.5,13.5,9,12.5],"rotation":90,"texture":"#7"},"east":{"uv":[6.5,12.5,9,13.5],"rotation":90,"texture":"#7"},"south":{"uv":[6.5,13.5,9,12.5],"rotation":90,"texture":"#7"},"west":{"uv":[6.5,12.5,9,13.5],"rotation":90,"texture":"#7"},"up":{"uv":[6.5,12.5,9,13.5],"rotation":270,"texture":"#7"},"down":{"uv":[6.5,12.5,6.9,12.9],"rotation":270,"texture":"#7"}}},{"from":[7.75044,-0.40879,14.42422],"to":[8.25044,0.09121,15.92422],"rotation":{"angle":45,"axis":"x","origin":[8.00036,0.37077,14.33144]},"faces":{"north":{"uv":[8,12,9.5,12.5],"rotation":90,"texture":"#7"},"east":{"uv":[8,12,9.5,12.5],"rotation":180,"texture":"#7"},"south":{"uv":[8,12,9.5,12.5],"rotation":270,"texture":"#7"},"west":{"uv":[8,12,9.5,12.5],"texture":"#7"},"up":{"uv":[8,12,9.5,12.5],"rotation":90,"texture":"#7"},"down":{"uv":[8,12,9.5,12.5],"rotation":270,"texture":"#7"}}},{"from":[7.85044,-0.86812,15.42319],"to":[8.15044,-0.56812,16.22319],"rotation":{"angle":22.5,"axis":"x","origin":[8.00036,0.37077,14.33144]},"faces":{"north":{"uv":[11,12,11.8,12.3],"rotation":90,"texture":"#7"},"east":{"uv":[11,12,11.8,12.3],"rotation":180,"texture":"#7"},"south":{"uv":[11,12,11.8,12.3],"rotation":270,"texture":"#7"},"west":{"uv":[11,12,11.8,12.3],"texture":"#7"},"up":{"uv":[11,12,11.8,12.3],"rotation":90,"texture":"#7"},"down":{"uv":[11,12,11.8,12.3],"rotation":270,"texture":"#7"}}},{"from":[7.37999,5.15065,17.46272],"to":[8.61999,6.19065,19.50272],"rotation":{"angle":22.5,"axis":"x","origin":[8.00026,6.72393,16.87509]},"faces":{"north":{"uv":[4,11.5,4.52,12.12],"rotation":90,"texture":"#7"},"east":{"uv":[4,11.5,6.04,12.54],"texture":"#7"},"south":{"uv":[4,11.5,6.04,12.54],"rotation":270,"texture":"#7"},"west":{"uv":[4,11.5,6.04,12.54],"rotation":180,"texture":"#7"},"up":{"uv":[4,11.5,6.04,12.54],"rotation":270,"texture":"#7"},"down":{"uv":[4,11.5,6.04,12.54],"rotation":90,"texture":"#7"}}},{"from":[7.58,4.88962,2.14462],"to":[8.415,5.38962,2.64462],"rotation":{"angle":22.5,"axis":"x","origin":[8.31274,5.63962,2.64462]},"faces":{"north":{"uv":[1,4.5,3.5,6],"texture":"#7"},"east":{"uv":[8,3.5,9,4.5],"rotation":90,"texture":"#7"},"south":{"uv":[9,0,4.5,4.5],"rotation":90,"texture":"#7"},"west":{"uv":[8,3.5,9,4.5],"rotation":90,"texture":"#7"},"up":{"uv":[4.5,6,5,6.5],"rotation":90,"texture":"#7"},"down":{"uv":[4.5,0,9,4.5],"rotation":270,"texture":"#7"}}},{"from":[7.25,5.38962,2.14462],"to":[8.75,6.88962,3.64462],"rotation":{"angle":22.5,"axis":"x","origin":[7.96274,5.63962,2.64462]},"faces":{"north":{"uv":[0,0,4.5,4.5],"texture":"#7"},"east":{"uv":[4.5,0,9,4.5],"rotation":90,"texture":"#7"},"south":{"uv":[9,0,4.5,4.5],"rotation":90,"texture":"#7"},"west":{"uv":[4.5,0,9,4.5],"rotation":90,"texture":"#7"},"up":{"uv":[4.5,0,9,4.5],"rotation":90,"texture":"#7"},"down":{"uv":[4.5,0,9,4.5],"rotation":270,"texture":"#7"}}},{"from":[3.55,3.38962,9.14462],"to":[5.05,4.88962,10.64462],"rotation":{"angle":22.5,"axis":"y","origin":[4.30125,3.63962,9.64462]},"faces":{"north":{"uv":[4.5,0,0,4.5],"texture":"#7"},"east":{"uv":[4.5,4.5,9,0],"rotation":90,"texture":"#7"},"south":{"uv":[9,4.5,4.5,0],"rotation":90,"texture":"#7"},"west":{"uv":[4.5,4.5,9,0],"rotation":90,"texture":"#7"},"up":{"uv":[4.5,4.5,9,0],"rotation":90,"texture":"#7"},"down":{"uv":[4.5,4.5,9,0],"rotation":270,"texture":"#7"}}},{"from":[3.885,2.88962,9.14462],"to":[4.72,3.38962,9.64462],"rotation":{"angle":22.5,"axis":"y","origin":[4.30125,3.63962,9.64462]},"faces":{"north":{"uv":[3.5,4.5,1,6],"texture":"#7"},"east":{"uv":[8,4.5,9,3.5],"rotation":90,"texture":"#7"},"south":{"uv":[9,4.5,4.5,0],"rotation":90,"texture":"#7"},"west":{"uv":[8,4.5,9,3.5],"rotation":90,"texture":"#7"},"up":{"uv":[4.5,6.5,5,6],"rotation":90,"texture":"#7"},"down":{"uv":[4.5,4.5,9,0],"rotation":270,"texture":"#7"}}},{"from":[9,3,11],"to":[10,4,19],"rotation":{"angle":-22.5,"axis":"y","origin":[9.48342,3.49041,14.99299]},"faces":{"north":{"uv":[7,4,7.5,3.5],"rotation":90,"texture":"#particle"},"east":{"uv":[16,2.5,8,3.5],"texture":"#particle"},"south":{"uv":[15,4.5,16,3.5],"rotation":90,"texture":"#particle"},"west":{"uv":[16,4,8,5],"rotation":180,"texture":"#particle"},"up":{"uv":[8,6,16,5],"rotation":90,"texture":"#particle"},"down":{"uv":[8,5.5,16,4.5],"rotation":270,"texture":"#particle"}}},{"from":[8.22238,4.20598,2.8],"to":[12.22238,4.70598,3.3],"rotation":{"angle":22.5,"axis":"z","origin":[11.22568,4.45778,3.10007]},"faces":{"north":{"uv":[6,12,2,12.5],"texture":"#7"},"east":{"uv":[2.5,12,2,12.5],"rotation":180,"texture":"#7"},"south":{"uv":[6,12,2,12.5],"rotation":180,"texture":"#7"},"west":{"uv":[2.5,12,2,12.5],"rotation":180,"texture":"#7"},"up":{"uv":[6,12,2,12.5],"rotation":180,"texture":"#7"},"down":{"uv":[6,12,2,12.5],"rotation":180,"texture":"#7"}}},{"from":[9.97238,3.45598,2.85063],"to":[11.97238,3.95598,3.35063],"rotation":{"angle":-22.5,"axis":"z","origin":[10.97568,3.70778,3.10007]},"faces":{"north":{"uv":[2,12.5,0,13],"texture":"#7"},"east":{"uv":[0.5,12.5,0,13],"rotation":180,"texture":"#7"},"south":{"uv":[2,12.5,0,13],"rotation":180,"texture":"#7"},"west":{"uv":[0.5,12.5,0,13],"rotation":180,"texture":"#7"},"up":{"uv":[2,12.5,0,13],"rotation":180,"texture":"#7"},"down":{"uv":[2,12.5,0,13],"rotation":180,"texture":"#7"}}},{"from":[11.06449,3.09274,4.05693],"to":[13.06449,3.59274,4.55693],"rotation":{"angle":-22.5,"axis":"y","origin":[14.46468,4.07254,5.2996]},"faces":{"north":{"uv":[8.5,12,6.5,12.5],"texture":"#7"},"east":{"uv":[8.5,12,8,12.5],"rotation":180,"texture":"#7"},"south":{"uv":[8.5,12,6.5,12.5],"rotation":180,"texture":"#7"},"west":{"uv":[7,12,6.5,12.5],"rotation":180,"texture":"#7"},"up":{"uv":[8.5,12,6.5,12.5],"rotation":180,"texture":"#7"},"down":{"uv":[8.5,12,6.5,12.5],"rotation":180,"texture":"#7"}}},{"from":[11.3039,4.55301,3.97479],"to":[13.3039,5.05301,4.47479],"rotation":{"angle":-22.5,"axis":"y","origin":[14.46468,4.07254,5.2996]},"faces":{"north":{"uv":[8.5,11.5,6.5,12],"texture":"#7"},"east":{"uv":[9,11.5,8.5,12],"rotation":180,"texture":"#7"},"south":{"uv":[8.5,11.5,6.5,12],"rotation":180,"texture":"#7"},"west":{"uv":[7,11.5,6.5,12],"rotation":180,"texture":"#7"},"up":{"uv":[8.5,11.5,6.5,12],"rotation":180,"texture":"#7"},"down":{"uv":[8.5,11.5,6.5,12],"rotation":180,"texture":"#7"}}},{"from":[7.53657,4.05093,11.61276],"to":[18.03657,4.25093,11.81276],"rotation":{"angle":22.5,"axis":"y","origin":[12.8027,4.15255,11.7139]},"faces":{"north":{"uv":[14,15,3.5,15.2],"texture":"#7"},"east":{"uv":[3.7,15,3.5,15.2],"texture":"#7"},"south":{"uv":[14,15,3.5,15.2],"texture":"#7"},"west":{"uv":[3.7,15,3.5,15.2],"texture":"#7"},"up":{"uv":[14,15,3.5,15.2],"texture":"#7"},"down":{"uv":[14,15,3.5,15.2],"texture":"#7"}}},{"from":[12.69553,3.59274,4.68735],"to":[17.19553,4.69274,5.18735],"rotation":{"angle":-45,"axis":"y","origin":[14.46468,4.07254,5.2996]},"faces":{"north":{"uv":[12.5,12,8,13],"texture":"#7"},"east":{"uv":[13.5,11.5,13,12.6],"rotation":180,"texture":"#7"},"south":{"uv":[12.5,12,8,13],"rotation":180,"texture":"#7"},"west":{"uv":[8.5,12,8,13],"rotation":180,"texture":"#7"},"up":{"uv":[12.5,12,8,12.5],"rotation":180,"texture":"#7"},"down":{"uv":[12.5,12,8,12.5],"rotation":180,"texture":"#7"}}},{"from":[15.45916,3.65165,7.43099],"to":[15.95916,4.35165,11.93099],"rotation":{"angle":22.5,"axis":"y","origin":[14.46468,4.07254,5.2996]},"faces":{"north":{"uv":[15.5,12,11,12.5],"rotation":180,"texture":"#7"},"east":{"uv":[16,11.5,11.5,12],"texture":"#7"},"south":{"uv":[16,12,15.5,12.7],"rotation":180,"texture":"#7"},"west":{"uv":[16,11.5,11.5,12],"rotation":180,"texture":"#7"},"up":{"uv":[11.5,12,16,11.5],"rotation":90,"texture":"#7"},"down":{"uv":[11.5,12,16,11.5],"rotation":270,"texture":"#7"}}},{"from":[10.07449,3.10274,4.81693],"to":[12.05449,3.58274,5.29693],"rotation":{"angle":-45,"axis":"y","origin":[13.46468,4.07254,6.0496]},"faces":{"north":{"uv":[8.48,12,6.5,12.48],"texture":"#7"},"east":{"uv":[9.98,11.5,9.5,11.98],"rotation":180,"texture":"#7"},"south":{"uv":[8.48,12,6.5,12.48],"rotation":180,"texture":"#7"},"west":{"uv":[6.98,12,6.5,12.48],"rotation":180,"texture":"#7"},"up":{"uv":[8.48,12,6.5,12.48],"rotation":180,"texture":"#7"},"down":{"uv":[8.48,12,6.5,12.48],"rotation":180,"texture":"#7"}}},{"from":[10.3139,4.56301,4.73479],"to":[12.2939,5.04301,5.21479],"rotation":{"angle":-45,"axis":"y","origin":[13.46468,4.07254,6.0496]},"faces":{"north":{"uv":[8.48,12,6.5,12.48],"texture":"#7"},"east":{"uv":[8.98,11.5,8.5,11.98],"rotation":180,"texture":"#7"},"south":{"uv":[8.48,12,6.5,12.48],"rotation":180,"texture":"#7"},"west":{"uv":[6.98,12,6.5,12.48],"rotation":180,"texture":"#7"},"up":{"uv":[8.48,12,6.5,12.48],"rotation":180,"texture":"#7"},"down":{"uv":[8.48,12,6.5,12.48],"rotation":180,"texture":"#7"}}},{"from":[13.73336,3.59274,4.10521],"to":[14.23336,4.69274,8.60521],"rotation":{"angle":22.5,"axis":"y","origin":[13.98336,4.14274,6.35521]},"faces":{"north":{"uv":[8.5,12,8,13],"rotation":180,"texture":"#7"},"east":{"uv":[12.5,12,8,13],"texture":"#7"},"south":{"uv":[13,11.5,12.5,12.6],"rotation":180,"texture":"#7"},"west":{"uv":[12.5,12,8,13],"rotation":180,"texture":"#7"},"up":{"uv":[8,12.5,12.5,12],"rotation":90,"texture":"#7"},"down":{"uv":[8,12.5,12.5,12],"rotation":270,"texture":"#7"}}},{"from":[14.45916,3.65165,8.18099],"to":[14.95916,4.35165,11.43099],"rotation":{"angle":0,"axis":"y","origin":[13.46468,4.07254,6.0496]},"faces":{"north":{"uv":[12.5,11.5,15.75,12],"rotation":90,"texture":"#7"},"east":{"uv":[12.5,11.5,15.75,12],"rotation":90,"texture":"#7"},"south":{"uv":[12.5,11.5,15.75,12],"rotation":90,"texture":"#7"},"west":{"uv":[12.5,11.5,15.75,12],"rotation":90,"texture":"#7"},"up":{"uv":[12.5,11.5,15.75,12],"rotation":90,"texture":"#7"},"down":{"uv":[12.5,11.5,15.75,12],"rotation":90,"texture":"#7"}}},{"from":[9.657,3,9.53686],"to":[12.657,6,9.54686],"rotation":{"angle":-22.5,"axis":"y","origin":[10.55038,3.99942,10.77194]},"faces":{"north":{"uv":[16,0,0,16],"texture":"#2"},"east":{"uv":[0.5,6.25,0,7.25],"texture":"#2"},"south":{"uv":[0,0,16,16],"texture":"#2"},"west":{"uv":[0.5,6.25,0,7.25],"texture":"#2"},"up":{"uv":[0.5,6.25,0,7.25],"texture":"#2"},"down":{"uv":[0.5,6.25,0,7.25],"texture":"#2"}}},{"from":[10.95,3.38962,9.14462],"to":[12.45,4.88962,10.64462],"rotation":{"angle":-22.5,"axis":"y","origin":[11.69875,3.63962,9.64462]},"faces":{"north":{"uv":[0,0,4.5,4.5],"texture":"#7"},"east":{"uv":[4.5,0,9,4.5],"rotation":90,"texture":"#7"},"south":{"uv":[9,0,4.5,4.5],"rotation":90,"texture":"#7"},"west":{"uv":[4.5,0,9,4.5],"rotation":90,"texture":"#7"},"up":{"uv":[4.5,0,9,4.5],"rotation":90,"texture":"#7"},"down":{"uv":[4.5,0,9,4.5],"rotation":270,"texture":"#7"}}},{"from":[11.28,2.88962,9.14462],"to":[12.115,3.38962,9.64462],"rotation":{"angle":-22.5,"axis":"y","origin":[11.69875,3.63962,9.64462]},"faces":{"north":{"uv":[1,4.5,3.5,6],"texture":"#7"},"east":{"uv":[8,3.5,9,4.5],"rotation":90,"texture":"#7"},"south":{"uv":[9,0,4.5,4.5],"rotation":90,"texture":"#7"},"west":{"uv":[8,3.5,9,4.5],"rotation":90,"texture":"#7"},"up":{"uv":[4.5,6,5,6.5],"rotation":90,"texture":"#7"},"down":{"uv":[4.5,0,9,4.5],"rotation":270,"texture":"#7"}}},{"from":[8.88896,4.95974,2.84537],"to":[10.88896,5.45974,3.34537],"rotation":{"angle":-45,"axis":"z","origin":[9.14018,5.71796,3.33839]},"faces":{"north":{"uv":[6.5,3.5,4.5,4],"rotation":180,"texture":"#particle"},"east":{"uv":[5,3.5,4.5,4],"texture":"#particle"},"south":{"uv":[6.5,3.5,4.5,4],"texture":"#particle"},"west":{"uv":[7.5,3.5,7,4],"texture":"#particle"},"up":{"uv":[6.5,3.5,4.5,4],"texture":"#particle"},"down":{"uv":[6.5,3.5,4.5,4],"texture":"#particle"}}}],"display":{"thirdperson_righthand":{"translation":[0,5,-5]},"thirdperson_lefthand":{"translation":[0,5,-5]},"firstperson_righthand":{"translation":[3.75,4.25,-11],"scale":[1.32,1.32,1.32]},"firstperson_lefthand":{"translation":[3.75,4.25,-11],"scale":[1.32,1.32,1.32]},"gui":{"rotation":[49,-34,0],"translation":[0.75,3.25,0],"scale":[0.87,0.87,0.87]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/steampunk_bow.json b/assets/minecraft/models/item/wynn/skin/bow/steampunk_bow.json new file mode 100644 index 000000000..92c1f4510 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/steampunk_bow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"particle":"skins/steampunk_bow_texture","0":"skins/steampunk_bow_texture"},"elements":[{"from":[5,12,7],"to":[6,15,8],"faces":{"down":{"uv":[6,4,7,5],"texture":"#0"},"up":{"uv":[6,4,7,5],"texture":"#0"},"north":{"uv":[5,4,10.25,5],"rotation":270,"texture":"#0"},"south":{"uv":[5,4,10.25,5],"rotation":90,"texture":"#0"},"west":{"uv":[7,4,11,5],"rotation":90,"texture":"#0"},"east":{"uv":[7,4,11.75,5],"rotation":90,"texture":"#0"}}},{"from":[6.5625,14.6875,7],"to":[7.5625,18.6875,8],"rotation":{"origin":[6.5625,18.6875,7],"axis":"z","angle":-22.5},"faces":{"down":{"uv":[6,4,7,5],"texture":"#0"},"up":{"uv":[6,4,7,5],"texture":"#0"},"north":{"uv":[5,4,10.25,5],"rotation":270,"texture":"#0"},"south":{"uv":[5,4,10.25,5],"rotation":90,"texture":"#0"},"west":{"uv":[7,4,11,5],"rotation":90,"texture":"#0"},"east":{"uv":[7,4,11.75,5],"rotation":90,"texture":"#0"}}},{"from":[5,8,7],"to":[6,12,8],"rotation":{"origin":[5,12,7],"axis":"z","angle":22.5},"faces":{"down":{"uv":[6,4,7,5],"texture":"#0"},"up":{"uv":[6,4,7,5],"texture":"#0"},"north":{"uv":[5,4,10.25,5],"rotation":270,"texture":"#0"},"south":{"uv":[5,4,10.25,5],"rotation":90,"texture":"#0"},"west":{"uv":[7,4,11,5],"rotation":90,"texture":"#0"},"east":{"uv":[7,4,11.75,5],"rotation":90,"texture":"#0"}}},{"from":[8.25,17.3125,7.25],"to":[11.25,17.8125,7.75],"rotation":{"origin":[8.25,17.8125,7.25],"axis":"z","angle":22.5},"faces":{"down":{"uv":[7.125,7.25,7.625,7.75],"texture":"#0"},"up":{"uv":[7.125,7.25,7.625,7.75],"texture":"#0"},"north":{"uv":[0.875,6.1875,1.4375,8.1875],"texture":"#0"},"south":{"uv":[0.875,6.1875,1.4375,8.1875],"texture":"#0"},"west":{"uv":[1.375,6.1875,1.8125,8.25],"texture":"#0"},"east":{"uv":[1.375,6.1875,1.8125,8.25],"texture":"#0"}}},{"from":[5.1875,17.25,7.25],"to":[8.6875,17.75,7.75],"rotation":{"origin":[5.1875,17.75,7.25],"axis":"z","angle":22.5},"faces":{"down":{"uv":[7.125,7.25,7.625,7.75],"texture":"#0"},"up":{"uv":[7.125,7.25,7.625,7.75],"texture":"#0"},"north":{"uv":[0.875,6.1875,1.4375,8.1875],"texture":"#0"},"south":{"uv":[0.875,6.1875,1.4375,8.1875],"texture":"#0"},"west":{"uv":[1.375,6.1875,1.8125,8.25],"texture":"#0"},"east":{"uv":[1.375,6.1875,1.8125,8.25],"texture":"#0"}}},{"from":[5,15,6.875],"to":[6.75,15.5,8.125],"rotation":{"origin":[5,15.5,6.875],"axis":"z","angle":-22.5},"faces":{"down":{"uv":[5,0.75,6.5,2],"texture":"#0"},"up":{"uv":[5,0.75,6.5,2],"texture":"#0"},"north":{"uv":[4.75,1.5,10.25,2.25],"texture":"#0"},"south":{"uv":[4.75,1.5,10.25,2.25],"texture":"#0"},"west":{"uv":[1.5,0.75,5.25,1.5],"texture":"#0"},"east":{"uv":[1.5,0.75,5.25,1.5],"texture":"#0"}}},{"from":[5.375,18.625,7.25],"to":[8.875,19.125,7.75],"rotation":{"origin":[5.375,19.125,7.25],"axis":"z","angle":-22.5},"faces":{"down":{"uv":[7.125,7.25,7.625,7.75],"texture":"#0"},"up":{"uv":[7.125,7.25,7.625,7.75],"texture":"#0"},"north":{"uv":[0.875,6.1875,1.4375,8.1875],"texture":"#0"},"south":{"uv":[0.875,6.1875,1.4375,8.1875],"texture":"#0"},"west":{"uv":[1.375,6.1875,1.8125,8.25],"texture":"#0"},"east":{"uv":[1.375,6.1875,1.8125,8.25],"texture":"#0"}}},{"from":[6,16.3125,7.25],"to":[6.5,19.5625,7.75],"rotation":{"origin":[6,19.5625,7.25],"axis":"z","angle":22.5},"faces":{"down":{"uv":[7.125,7.25,7.625,7.75],"texture":"#0"},"up":{"uv":[7.125,7.25,7.625,7.75],"texture":"#0"},"north":{"uv":[0.875,6.1875,1.4375,8.1875],"texture":"#0"},"south":{"uv":[0.875,6.1875,1.4375,8.1875],"texture":"#0"},"west":{"uv":[1.375,6.1875,1.8125,8.25],"texture":"#0"},"east":{"uv":[1.375,6.1875,1.8125,8.25],"texture":"#0"}}},{"from":[7.25,16.5625,7.25],"to":[7.75,19.8125,7.75],"rotation":{"origin":[7.25,19.8125,7.25],"axis":"z","angle":-22.5},"faces":{"down":{"uv":[7.125,7.25,7.625,7.75],"texture":"#0"},"up":{"uv":[7.125,7.25,7.625,7.75],"texture":"#0"},"north":{"uv":[0.875,6.1875,1.4375,8.1875],"texture":"#0"},"south":{"uv":[0.875,6.1875,1.4375,8.1875],"texture":"#0"},"west":{"uv":[1.375,6.1875,1.8125,8.25],"texture":"#0"},"east":{"uv":[1.375,6.1875,1.8125,8.25],"texture":"#0"}}},{"from":[8.75,19.3375,6.875],"to":[11.5,21.0875,8.125],"rotation":{"origin":[8.75,21.0875,6.875],"axis":"z","angle":45},"faces":{"down":{"uv":[8.125,3.75,9.375,5.25],"texture":"#0"},"up":{"uv":[8.125,3.75,9.375,5.25],"texture":"#0"},"north":{"uv":[6.5,3.4375,7.75,5.4375],"texture":"#0"},"south":{"uv":[6.5,3.4375,7.75,5.4375],"texture":"#0"},"west":{"uv":[5.6875,3.5,7.1875,5.5],"texture":"#0"},"east":{"uv":[5.6875,3.5,7.1875,5.5],"texture":"#0"}}},{"from":[4.8125,11.625,6.875],"to":[6.5625,12.125,8.125],"rotation":{"origin":[4.8125,12.125,6.875],"axis":"z","angle":22.5},"faces":{"down":{"uv":[5,0.75,6.5,2],"texture":"#0"},"up":{"uv":[5,0.75,6.5,2],"texture":"#0"},"north":{"uv":[4.75,1.5,10.25,2.25],"texture":"#0"},"south":{"uv":[4.75,1.5,10.25,2.25],"texture":"#0"},"west":{"uv":[1.5,0.75,5.25,1.5],"texture":"#0"},"east":{"uv":[1.5,0.75,5.25,1.5],"texture":"#0"}}},{"from":[8.375,18.9,6.75],"to":[9.625,20.9,8.25],"rotation":{"origin":[8.375,20.9,6.75],"axis":"z","angle":45},"faces":{"down":{"uv":[8.125,3.75,9.375,5.25],"texture":"#0"},"up":{"uv":[8.125,3.75,9.375,5.25],"texture":"#0"},"north":{"uv":[6.5,3.4375,7.75,5.4375],"texture":"#0"},"south":{"uv":[6.5,3.4375,7.75,5.4375],"texture":"#0"},"west":{"uv":[5.6875,3.5,7.1875,5.5],"texture":"#0"},"east":{"uv":[5.6875,3.5,7.1875,5.5],"texture":"#0"}}},{"from":[8.25,18.9,6.875],"to":[8.75,20.65,8.125],"rotation":{"origin":[8.25,20.65,6.875],"axis":"z","angle":45},"faces":{"down":{"uv":[8.125,3.75,9.375,5.25],"texture":"#0"},"up":{"uv":[8.125,3.75,9.375,5.25],"texture":"#0"},"north":{"uv":[6.5,3.4375,7.75,5.4375],"texture":"#0"},"south":{"uv":[6.5,3.4375,7.75,5.4375],"texture":"#0"},"west":{"uv":[5.6875,3.5,7.1875,5.5],"texture":"#0"},"east":{"uv":[5.6875,3.5,7.1875,5.5],"texture":"#0"}}},{"from":[8.125,18.875,6.9375],"to":[8.625,20.375,8.0625],"rotation":{"origin":[8.125,20.375,6.9375],"axis":"z","angle":45},"faces":{"down":{"uv":[8.125,3.75,9.375,5.25],"texture":"#0"},"up":{"uv":[8.125,3.75,9.375,5.25],"texture":"#0"},"north":{"uv":[6.5,3.4375,7.75,5.4375],"texture":"#0"},"south":{"uv":[6.5,3.4375,7.75,5.4375],"texture":"#0"},"west":{"uv":[5.6875,3.5,7.1875,5.5],"texture":"#0"},"east":{"uv":[5.6875,3.5,7.1875,5.5],"texture":"#0"}}},{"from":[11.25,21.9,7.125],"to":[12.5,24.15,7.875],"rotation":{"origin":[11.25,24.15,7.125],"axis":"z","angle":-22.5},"faces":{"down":{"uv":[5,1.8125,6.25,2.5625],"texture":"#0"},"up":{"uv":[5,1.8125,6.25,2.5625],"texture":"#0"},"north":{"uv":[3.8125,0.875,5,2.6875],"texture":"#0"},"south":{"uv":[3.8125,0.875,5,2.6875],"texture":"#0"},"west":{"uv":[4.4375,0.625,5,2.5],"texture":"#0"},"east":{"uv":[4.4375,0.625,5,2.5],"texture":"#0"}}},{"from":[6,19.0625,7.25],"to":[8.5,19.5625,7.75],"rotation":{"origin":[6,19.5625,7.25],"axis":"z","angle":45},"faces":{"down":{"uv":[7.125,7.25,7.625,7.75],"texture":"#0"},"up":{"uv":[7.125,7.25,7.625,7.75],"texture":"#0"},"north":{"uv":[0.875,6.1875,1.4375,8.1875],"texture":"#0"},"south":{"uv":[0.875,6.1875,1.4375,8.1875],"texture":"#0"},"west":{"uv":[1.375,6.1875,1.8125,8.25],"texture":"#0"},"east":{"uv":[1.375,6.1875,1.8125,8.25],"texture":"#0"}}},{"from":[7.25,19.3125,7.25],"to":[8.75,19.8125,7.75],"rotation":{"origin":[7.25,19.8125,7.25],"axis":"z","angle":22.5},"faces":{"down":{"uv":[7.125,7.25,7.625,7.75],"texture":"#0"},"up":{"uv":[7.125,7.25,7.625,7.75],"texture":"#0"},"north":{"uv":[0.875,6.1875,1.4375,8.1875],"texture":"#0"},"south":{"uv":[0.875,6.1875,1.4375,8.1875],"texture":"#0"},"west":{"uv":[1.375,6.1875,1.8125,8.25],"texture":"#0"},"east":{"uv":[1.375,6.1875,1.8125,8.25],"texture":"#0"}}},{"from":[8.25,18.5,7.25],"to":[9.75,19,7.75],"rotation":{"origin":[8.25,19,7.25],"axis":"z","angle":45},"faces":{"down":{"uv":[7.125,7.25,7.625,7.75],"texture":"#0"},"up":{"uv":[7.125,7.25,7.625,7.75],"texture":"#0"},"north":{"uv":[0.875,6.1875,1.4375,8.1875],"texture":"#0"},"south":{"uv":[0.875,6.1875,1.4375,8.1875],"texture":"#0"},"west":{"uv":[1.375,6.1875,1.8125,8.25],"texture":"#0"},"east":{"uv":[1.375,6.1875,1.8125,8.25],"texture":"#0"}}},{"from":[9.9375,18.1875,7.25],"to":[10.4375,20.4375,7.75],"rotation":{"origin":[9.9375,20.4375,7.25],"axis":"z","angle":22.5},"faces":{"down":{"uv":[7.125,7.25,7.625,7.75],"texture":"#0"},"up":{"uv":[7.125,7.25,7.625,7.75],"texture":"#0"},"north":{"uv":[0.875,6.1875,1.4375,8.1875],"texture":"#0"},"south":{"uv":[0.875,6.1875,1.4375,8.1875],"texture":"#0"},"west":{"uv":[1.375,6.1875,1.8125,8.25],"texture":"#0"},"east":{"uv":[1.375,6.1875,1.8125,8.25],"texture":"#0"}}},{"from":[7.75,20.8125,7.25],"to":[9,21.3125,7.75],"faces":{"down":{"uv":[7.125,7.25,7.625,7.75],"texture":"#0"},"up":{"uv":[7.125,7.25,7.625,7.75],"texture":"#0"},"north":{"uv":[0.875,6.1875,1.4375,8.1875],"texture":"#0"},"south":{"uv":[0.875,6.1875,1.4375,8.1875],"texture":"#0"},"west":{"uv":[1.375,6.1875,1.8125,8.25],"texture":"#0"},"east":{"uv":[1.375,6.1875,1.8125,8.25],"texture":"#0"}}},{"from":[4.75,12.9375,6.875],"to":[6.25,13.3125,8.125],"faces":{"down":{"uv":[5,0.75,6.5,2],"texture":"#0"},"up":{"uv":[5,0.75,6.5,2],"texture":"#0"},"north":{"uv":[4.75,1.5,10.25,2.25],"texture":"#0"},"south":{"uv":[4.75,1.5,10.25,2.25],"texture":"#0"},"west":{"uv":[1.5,0.75,5.25,1.5],"texture":"#0"},"east":{"uv":[1.5,0.75,5.25,1.5],"texture":"#0"}}},{"from":[4.75,13.4375,6.875],"to":[6.25,13.8125,8.125],"faces":{"down":{"uv":[5,0.75,6.5,2],"texture":"#0"},"up":{"uv":[5,0.75,6.5,2],"texture":"#0"},"north":{"uv":[4.75,1.5,10.25,2.25],"texture":"#0"},"south":{"uv":[4.75,1.5,10.25,2.25],"texture":"#0"},"west":{"uv":[1.5,0.75,5.25,1.5],"texture":"#0"},"east":{"uv":[1.5,0.75,5.25,1.5],"texture":"#0"}}},{"from":[4.75,13.9375,6.875],"to":[6.25,14.3125,8.125],"faces":{"down":{"uv":[5,0.75,6.5,2],"texture":"#0"},"up":{"uv":[5,0.75,6.5,2],"texture":"#0"},"north":{"uv":[4.75,1.5,10.25,2.25],"texture":"#0"},"south":{"uv":[4.75,1.5,10.25,2.25],"texture":"#0"},"west":{"uv":[1.5,0.75,5.25,1.5],"texture":"#0"},"east":{"uv":[1.5,0.75,5.25,1.5],"texture":"#0"}}},{"from":[5.0875,7.95,7.25],"to":[8.5875,8.45,7.75],"rotation":{"origin":[5.0875,8.45,7.25],"axis":"z","angle":22.5},"faces":{"down":{"uv":[7.125,7.25,7.625,7.75],"texture":"#0"},"up":{"uv":[7.125,7.25,7.625,7.75],"texture":"#0"},"north":{"uv":[0.875,6.1875,1.4375,8.1875],"texture":"#0"},"south":{"uv":[0.875,6.1875,1.4375,8.1875],"texture":"#0"},"west":{"uv":[1.375,6.1875,1.8125,8.25],"texture":"#0"},"east":{"uv":[1.375,6.1875,1.8125,8.25],"texture":"#0"}}},{"from":[5.275,9.325,7.25],"to":[8.775,9.825,7.75],"rotation":{"origin":[5.275,9.825,7.25],"axis":"z","angle":-22.5},"faces":{"down":{"uv":[7.125,7.25,7.625,7.75],"texture":"#0"},"up":{"uv":[7.125,7.25,7.625,7.75],"texture":"#0"},"north":{"uv":[0.875,6.1875,1.4375,8.1875],"texture":"#0"},"south":{"uv":[0.875,6.1875,1.4375,8.1875],"texture":"#0"},"west":{"uv":[1.375,6.1875,1.8125,8.25],"texture":"#0"},"east":{"uv":[1.375,6.1875,1.8125,8.25],"texture":"#0"}}},{"from":[5.9,7.0125,7.25],"to":[6.4,10.2625,7.75],"rotation":{"origin":[5.9,10.2625,7.25],"axis":"z","angle":22.5},"faces":{"down":{"uv":[7.125,7.25,7.625,7.75],"texture":"#0"},"up":{"uv":[7.125,7.25,7.625,7.75],"texture":"#0"},"north":{"uv":[0.875,6.1875,1.4375,8.1875],"texture":"#0"},"south":{"uv":[0.875,6.1875,1.4375,8.1875],"texture":"#0"},"west":{"uv":[1.375,6.1875,1.8125,8.25],"texture":"#0"},"east":{"uv":[1.375,6.1875,1.8125,8.25],"texture":"#0"}}},{"from":[7.15,7.2625,7.25],"to":[7.65,10.5125,7.75],"rotation":{"origin":[7.15,10.5125,7.25],"axis":"z","angle":-22.5},"faces":{"down":{"uv":[7.125,7.25,7.625,7.75],"texture":"#0"},"up":{"uv":[7.125,7.25,7.625,7.75],"texture":"#0"},"north":{"uv":[0.875,6.1875,1.4375,8.1875],"texture":"#0"},"south":{"uv":[0.875,6.1875,1.4375,8.1875],"texture":"#0"},"west":{"uv":[1.375,6.1875,1.8125,8.25],"texture":"#0"},"east":{"uv":[1.375,6.1875,1.8125,8.25],"texture":"#0"}}},{"from":[7.3125,7.25,7.25],"to":[8.8125,7.75,7.75],"rotation":{"origin":[7.3125,7.75,7.25],"axis":"z","angle":-22.5},"faces":{"down":{"uv":[7.125,7.25,7.625,7.75],"texture":"#0"},"up":{"uv":[7.125,7.25,7.625,7.75],"texture":"#0"},"north":{"uv":[0.875,6.1875,1.4375,8.1875],"texture":"#0"},"south":{"uv":[0.875,6.1875,1.4375,8.1875],"texture":"#0"},"west":{"uv":[1.375,6.1875,1.8125,8.25],"texture":"#0"},"east":{"uv":[1.375,6.1875,1.8125,8.25],"texture":"#0"}}},{"from":[8.5,8,7.25],"to":[10,8.5,7.75],"rotation":{"origin":[8.5,8.5,7.25],"axis":"z","angle":-45},"faces":{"down":{"uv":[7.125,7.25,7.625,7.75],"texture":"#0"},"up":{"uv":[7.125,7.25,7.625,7.75],"texture":"#0"},"north":{"uv":[0.875,6.1875,1.4375,8.1875],"texture":"#0"},"south":{"uv":[0.875,6.1875,1.4375,8.1875],"texture":"#0"},"west":{"uv":[1.375,6.1875,1.8125,8.25],"texture":"#0"},"east":{"uv":[1.375,6.1875,1.8125,8.25],"texture":"#0"}}},{"from":[9.1875,6.375,6.9375],"to":[9.6875,7.875,8.0625],"rotation":{"origin":[9.1875,7.875,6.9375],"axis":"z","angle":-45},"faces":{"down":{"uv":[8.125,3.75,9.375,5.25],"texture":"#0"},"up":{"uv":[8.125,3.75,9.375,5.25],"texture":"#0"},"north":{"uv":[6.5,3.4375,7.75,5.4375],"texture":"#0"},"south":{"uv":[6.5,3.4375,7.75,5.4375],"texture":"#0"},"west":{"uv":[5.6875,3.5,7.1875,5.5],"texture":"#0"},"east":{"uv":[5.6875,3.5,7.1875,5.5],"texture":"#0"}}},{"from":[9.5,6,6.875],"to":[10,7.75,8.125],"rotation":{"origin":[9.5,7.75,6.875],"axis":"z","angle":-45},"faces":{"down":{"uv":[8.125,3.75,9.375,5.25],"texture":"#0"},"up":{"uv":[8.125,3.75,9.375,5.25],"texture":"#0"},"north":{"uv":[6.5,3.4375,7.75,5.4375],"texture":"#0"},"south":{"uv":[6.5,3.4375,7.75,5.4375],"texture":"#0"},"west":{"uv":[5.6875,3.5,7.1875,5.5],"texture":"#0"},"east":{"uv":[5.6875,3.5,7.1875,5.5],"texture":"#0"}}},{"from":[9.8125,5.625,6.75],"to":[11.0625,7.625,8.25],"rotation":{"origin":[9.8125,7.625,6.75],"axis":"z","angle":-45},"faces":{"down":{"uv":[8.125,3.75,9.375,5.25],"texture":"#0"},"up":{"uv":[8.125,3.75,9.375,5.25],"texture":"#0"},"north":{"uv":[6.5,3.4375,7.75,5.4375],"texture":"#0"},"south":{"uv":[6.5,3.4375,7.75,5.4375],"texture":"#0"},"west":{"uv":[5.6875,3.5,7.1875,5.5],"texture":"#0"},"east":{"uv":[5.6875,3.5,7.1875,5.5],"texture":"#0"}}},{"from":[10,5.5625,6.875],"to":[12.75,7.3125,8.125],"rotation":{"origin":[10,7.3125,6.875],"axis":"z","angle":-45},"faces":{"down":{"uv":[8.125,3.75,9.375,5.25],"texture":"#0"},"up":{"uv":[8.125,3.75,9.375,5.25],"texture":"#0"},"north":{"uv":[6.5,3.4375,7.75,5.4375],"texture":"#0"},"south":{"uv":[6.5,3.4375,7.75,5.4375],"texture":"#0"},"west":{"uv":[5.6875,3.5,7.1875,5.5],"texture":"#0"},"east":{"uv":[5.6875,3.5,7.1875,5.5],"texture":"#0"}}},{"from":[10.4375,2.75,7.125],"to":[11.6875,5,7.875],"rotation":{"origin":[10.4375,5,7.125],"axis":"z","angle":22.5},"faces":{"down":{"uv":[5,1.8125,6.25,2.5625],"texture":"#0"},"up":{"uv":[5,1.8125,6.25,2.5625],"texture":"#0"},"north":{"uv":[3.8125,0.875,5,2.6875],"texture":"#0"},"south":{"uv":[3.8125,0.875,5,2.6875],"texture":"#0"},"west":{"uv":[4.4375,0.625,5,2.5],"texture":"#0"},"east":{"uv":[4.4375,0.625,5,2.5],"texture":"#0"}}},{"from":[8.3125,9.25,7.25],"to":[11.3125,9.75,7.75],"rotation":{"origin":[8.3125,9.75,7.25],"axis":"z","angle":-22.5},"faces":{"down":{"uv":[7.125,7.25,7.625,7.75],"texture":"#0"},"up":{"uv":[7.125,7.25,7.625,7.75],"texture":"#0"},"north":{"uv":[0.875,6.1875,1.4375,8.1875],"texture":"#0"},"south":{"uv":[0.875,6.1875,1.4375,8.1875],"texture":"#0"},"west":{"uv":[1.375,6.1875,1.8125,8.25],"texture":"#0"},"east":{"uv":[1.375,6.1875,1.8125,8.25],"texture":"#0"}}},{"from":[10.75,6.5,7.25],"to":[11.25,8.75,7.75],"rotation":{"origin":[10.75,8.75,7.25],"axis":"z","angle":-22.5},"faces":{"down":{"uv":[7.125,7.25,7.625,7.75],"texture":"#0"},"up":{"uv":[7.125,7.25,7.625,7.75],"texture":"#0"},"north":{"uv":[0.875,6.1875,1.4375,8.1875],"texture":"#0"},"south":{"uv":[0.875,6.1875,1.4375,8.1875],"texture":"#0"},"west":{"uv":[1.375,6.1875,1.8125,8.25],"texture":"#0"},"east":{"uv":[1.375,6.1875,1.8125,8.25],"texture":"#0"}}},{"from":[6.25,7.375,7.25],"to":[8.75,7.875,7.75],"rotation":{"origin":[6.25,7.875,7.25],"axis":"z","angle":-45},"faces":{"down":{"uv":[7.125,7.25,7.625,7.75],"texture":"#0"},"up":{"uv":[7.125,7.25,7.625,7.75],"texture":"#0"},"north":{"uv":[0.875,6.1875,1.4375,8.1875],"texture":"#0"},"south":{"uv":[0.875,6.1875,1.4375,8.1875],"texture":"#0"},"west":{"uv":[1.375,6.1875,1.8125,8.25],"texture":"#0"},"east":{"uv":[1.375,6.1875,1.8125,8.25],"texture":"#0"}}},{"from":[7.6875,5.75,7.25],"to":[8.9375,6.25,7.75],"faces":{"down":{"uv":[7.125,7.25,7.625,7.75],"texture":"#0"},"up":{"uv":[7.125,7.25,7.625,7.75],"texture":"#0"},"north":{"uv":[0.875,6.1875,1.4375,8.1875],"texture":"#0"},"south":{"uv":[0.875,6.1875,1.4375,8.1875],"texture":"#0"},"west":{"uv":[1.375,6.1875,1.8125,8.25],"texture":"#0"},"east":{"uv":[1.375,6.1875,1.8125,8.25],"texture":"#0"}}},{"from":[12,23.5,7.25],"to":[12.5,24.5,7.75],"rotation":{"origin":[12,24.5,7.25],"axis":"z","angle":-45},"faces":{"down":{"uv":[11.125,9.8125,12.125,10.3125],"texture":"#0"},"up":{"uv":[11.125,9.8125,12.125,10.3125],"texture":"#0"},"north":{"uv":[11.75,9.8125,12.75,10.3125],"texture":"#0"},"south":{"uv":[11.75,9.8125,12.75,10.3125],"texture":"#0"},"west":{"uv":[5.25,9.25,5.75,9.75],"texture":"#0"},"east":{"uv":[5.25,9.25,5.75,9.75],"texture":"#0"}}},{"from":[12,24,7.25],"to":[13,24.5,7.75],"faces":{"down":{"uv":[11.125,9.8125,12.125,10.3125],"texture":"#0"},"up":{"uv":[11.125,9.8125,12.125,10.3125],"texture":"#0"},"north":{"uv":[11.75,9.8125,12.75,10.3125],"texture":"#0"},"south":{"uv":[11.75,9.8125,12.75,10.3125],"texture":"#0"},"west":{"uv":[5.25,9.25,5.75,9.75],"texture":"#0"},"east":{"uv":[5.25,9.25,5.75,9.75],"texture":"#0"}}},{"from":[13,24,7.25],"to":[14,24.5,7.75],"rotation":{"origin":[13,24.5,7.25],"axis":"z","angle":-45},"faces":{"down":{"uv":[11.125,9.8125,12.125,10.3125],"texture":"#0"},"up":{"uv":[11.125,9.8125,12.125,10.3125],"texture":"#0"},"north":{"uv":[11.75,9.8125,12.75,10.3125],"texture":"#0"},"south":{"uv":[11.75,9.8125,12.75,10.3125],"texture":"#0"},"west":{"uv":[5.25,9.25,5.75,9.75],"texture":"#0"},"east":{"uv":[5.25,9.25,5.75,9.75],"texture":"#0"}}},{"from":[13.1875,22.8125,7.25],"to":[13.6875,23.8125,7.75],"faces":{"down":{"uv":[11.125,9.8125,12.125,10.3125],"texture":"#0"},"up":{"uv":[11.125,9.8125,12.125,10.3125],"texture":"#0"},"north":{"uv":[11.75,9.8125,12.75,10.3125],"texture":"#0"},"south":{"uv":[11.75,9.8125,12.75,10.3125],"texture":"#0"},"west":{"uv":[5.25,9.25,5.75,9.75],"texture":"#0"},"east":{"uv":[5.25,9.25,5.75,9.75],"texture":"#0"}}},{"from":[13.25,21,7.25],"to":[13.75,23,7.75],"rotation":{"origin":[13.25,23,7.25],"axis":"z","angle":-22.5},"faces":{"down":{"uv":[11.125,9.8125,12.125,10.3125],"texture":"#0"},"up":{"uv":[11.125,9.8125,12.125,10.3125],"texture":"#0"},"north":{"uv":[11.75,9.8125,12.75,10.3125],"texture":"#0"},"south":{"uv":[11.75,9.8125,12.75,10.3125],"texture":"#0"},"west":{"uv":[5.25,9.25,5.75,9.75],"texture":"#0"},"east":{"uv":[5.25,9.25,5.75,9.75],"texture":"#0"}}},{"from":[12.5,6.1875,7.25],"to":[13,21.1875,7.75],"faces":{"down":{"uv":[12.5,7.25,13,7.75],"texture":"#0"},"up":{"uv":[12.5,7.25,13,7.75],"texture":"#0"},"north":{"uv":[0.0625,9.625,15,10.0625],"rotation":90,"texture":"#0"},"south":{"uv":[0.0625,9.625,15,10.0625],"rotation":90,"texture":"#0"},"west":{"uv":[0,8.625,16,8.9375],"rotation":90,"texture":"#0"},"east":{"uv":[0,8.625,16,8.9375],"rotation":90,"texture":"#0"}}},{"from":[11.3125,2.3125,7.25],"to":[11.8125,3.3125,7.75],"rotation":{"origin":[11.3125,3.3125,7.25],"axis":"z","angle":45},"faces":{"down":{"uv":[11.125,9.8125,12.125,10.3125],"texture":"#0"},"up":{"uv":[11.125,9.8125,12.125,10.3125],"texture":"#0"},"north":{"uv":[11.75,9.8125,12.75,10.3125],"texture":"#0"},"south":{"uv":[11.75,9.8125,12.75,10.3125],"texture":"#0"},"west":{"uv":[5.25,9.25,5.75,9.75],"texture":"#0"},"east":{"uv":[5.25,9.25,5.75,9.75],"texture":"#0"}}},{"from":[12.0625,2.625,7.25],"to":[13.0625,3.125,7.75],"faces":{"down":{"uv":[11.125,9.8125,12.125,10.3125],"texture":"#0"},"up":{"uv":[11.125,9.8125,12.125,10.3125],"texture":"#0"},"north":{"uv":[11.75,9.8125,12.75,10.3125],"texture":"#0"},"south":{"uv":[11.75,9.8125,12.75,10.3125],"texture":"#0"},"west":{"uv":[5.25,9.25,5.75,9.75],"texture":"#0"},"east":{"uv":[5.25,9.25,5.75,9.75],"texture":"#0"}}},{"from":[12.75,2.5,7.25],"to":[13.75,3,7.75],"rotation":{"origin":[12.75,3,7.25],"axis":"z","angle":45},"faces":{"down":{"uv":[11.125,9.8125,12.125,10.3125],"texture":"#0"},"up":{"uv":[11.125,9.8125,12.125,10.3125],"texture":"#0"},"north":{"uv":[11.75,9.8125,12.75,10.3125],"texture":"#0"},"south":{"uv":[11.75,9.8125,12.75,10.3125],"texture":"#0"},"west":{"uv":[5.25,9.25,5.75,9.75],"texture":"#0"},"east":{"uv":[5.25,9.25,5.75,9.75],"texture":"#0"}}},{"from":[13.3125,3.375,7.25],"to":[13.8125,4.375,7.75],"faces":{"down":{"uv":[11.125,9.8125,12.125,10.3125],"texture":"#0"},"up":{"uv":[11.125,9.8125,12.125,10.3125],"texture":"#0"},"north":{"uv":[11.75,9.8125,12.75,10.3125],"texture":"#0"},"south":{"uv":[11.75,9.8125,12.75,10.3125],"texture":"#0"},"west":{"uv":[5.25,9.25,5.75,9.75],"texture":"#0"},"east":{"uv":[5.25,9.25,5.75,9.75],"texture":"#0"}}},{"from":[12.5,4,7.25],"to":[13,6.25,7.75],"rotation":{"origin":[12.5,6.25,7.25],"axis":"z","angle":22.5},"faces":{"down":{"uv":[11.125,9.8125,12.125,10.3125],"texture":"#0"},"up":{"uv":[11.125,9.8125,12.125,10.3125],"texture":"#0"},"north":{"uv":[11.75,9.8125,12.75,10.3125],"texture":"#0"},"south":{"uv":[11.75,9.8125,12.75,10.3125],"texture":"#0"},"west":{"uv":[5.25,9.25,5.75,9.75],"texture":"#0"},"east":{"uv":[5.25,9.25,5.75,9.75],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[180,-90,180],"translation":[-0.76,-11.53,5.09],"scale":[1.48,1.67,1.42]},"thirdperson_lefthand":{"rotation":[180,-90,0],"translation":[-2.46,7.37,5.1],"scale":[1.48,1.67,1.42]},"firstperson_righthand":{"rotation":[-1,-82,3],"translation":[0.38,-0.76,-1.32],"scale":[0.66,0.98,0.98]},"firstperson_lefthand":{"rotation":[-1,101,1],"translation":[1.89,-0.76,-1.89],"scale":[0.66,0.98,0.98]},"gui":{"rotation":[-14,154,-140],"translation":[0.8,5.1,-3.4],"scale":[0.79,0.79,0.79]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/tesla_bow.json b/assets/minecraft/models/item/wynn/skin/bow/tesla_bow.json new file mode 100644 index 000000000..2447337f3 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/tesla_bow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"1":"skins/tesla_arch","2":"skins/gradient_set","particle":"skins/gradient_set"},"elements":[{"from":[7.51,8.51,4.01],"to":[8.49,14.49,4.99],"rotation":{"angle":0,"axis":"y","origin":[15.5,-1,5.5]},"faces":{"north":{"uv":[3.25,16,6.25,15.5],"rotation":90,"texture":"#2"},"east":{"uv":[3.25,15.5,6.25,15],"rotation":90,"texture":"#2"},"south":{"uv":[3.25,15.25,6.25,14.75],"rotation":90,"texture":"#2"},"west":{"uv":[3.25,15.5,6.25,15],"rotation":90,"texture":"#2"}}},{"from":[7,14.82598,4.35767],"to":[9,16.67598,5.05767],"rotation":{"angle":22.5,"axis":"x","origin":[8,15.75098,4.70767]},"faces":{"north":{"uv":[7.75,16,8.675,15],"rotation":90,"texture":"#2"},"east":{"uv":[7.75,15.35,8.675,15],"rotation":90,"texture":"#2"},"south":{"uv":[7.75,16,8.675,15],"rotation":90,"texture":"#2"},"west":{"uv":[7.75,15.35,8.675,15],"rotation":90,"texture":"#2"},"up":{"uv":[8.1,15,7.75,16],"rotation":90,"texture":"#2"},"down":{"uv":[8.1,15,7.75,16],"rotation":90,"texture":"#2"}}},{"from":[7,21.57328,10.91926],"to":[9,22.27328,12.76926],"rotation":{"angle":-22.5,"axis":"x","origin":[8,20.52843,7.09184]},"faces":{"north":{"uv":[7.75,16,8.1,15],"rotation":90,"texture":"#2"},"east":{"uv":[8.675,15,7.75,15.35],"rotation":180,"texture":"#2"},"south":{"uv":[7.75,16,8.1,15],"rotation":270,"texture":"#2"},"west":{"uv":[8.675,15,7.75,15.35],"texture":"#2"},"up":{"uv":[8.675,15,7.75,16],"rotation":90,"texture":"#2"},"down":{"uv":[8.675,15,7.75,16],"rotation":270,"texture":"#2"}}},{"from":[7.5,14.18934,5.6219],"to":[8.5,17.18934,6.8719],"rotation":{"angle":22.5,"axis":"x","origin":[8,19.67843,5.34184]},"faces":{"north":{"uv":[13.5,2.25,15,1.75],"rotation":270,"texture":"#2"},"east":{"uv":[13.5,2.25,15,1.75],"rotation":270,"texture":"#2"},"south":{"uv":[13.5,2.25,15,1.75],"rotation":270,"texture":"#2"},"west":{"uv":[13.5,2.25,15,1.75],"rotation":270,"texture":"#2"},"up":{"uv":[14,1.75,13.5,2.25],"rotation":270,"texture":"#2"},"down":{"uv":[14,1.75,13.5,2.25],"rotation":270,"texture":"#2"}}},{"from":[7.6,16.82034,1.87982],"to":[8.4,17.62034,3.67982],"rotation":{"angle":-22.5,"axis":"x","origin":[8,19.67843,5.34184]},"faces":{"north":{"uv":[0.5,13.5,0,14.5],"rotation":180,"texture":"#2"},"east":{"uv":[0,14.5,0.5,13.5],"rotation":270,"texture":"#2"},"west":{"uv":[0,14.5,0.5,13.5],"rotation":90,"texture":"#2"},"up":{"uv":[0,14.5,0.5,13.5],"rotation":180,"texture":"#2"},"down":{"uv":[0,14.5,0.5,13.5],"texture":"#2"}}},{"from":[7.6,18.82034,-0.12018],"to":[8.4,19.62034,4.17982],"rotation":{"angle":-22.5,"axis":"x","origin":[8,19.67843,5.34184]},"faces":{"north":{"uv":[0,14,0.5,13.5],"rotation":270,"texture":"#2"},"east":{"uv":[2.25,13.5,0,14],"texture":"#2"},"south":{"uv":[0,14,0.5,13.5],"rotation":90,"texture":"#2"},"west":{"uv":[2.25,13.5,0,14],"rotation":180,"texture":"#2"},"up":{"uv":[2.25,13.5,0,14],"rotation":270,"texture":"#2"},"down":{"uv":[2.25,13.5,0,14],"rotation":90,"texture":"#2"}}},{"from":[7.601,14.6127,3.31079],"to":[8.399,18.2107,4.10879],"rotation":{"angle":45,"axis":"x","origin":[8,19.67843,5.34184]},"faces":{"north":{"uv":[8.75,14.25,10.65,13.75],"rotation":270,"texture":"#2"},"east":{"uv":[8.75,14.25,10.65,13.75],"rotation":270,"texture":"#2"},"south":{"uv":[8.75,14.25,10.65,13.75],"rotation":270,"texture":"#2"},"west":{"uv":[8.75,14.25,10.65,13.75],"rotation":270,"texture":"#2"},"up":{"uv":[10.65,13.75,8.75,14.25],"rotation":270,"texture":"#2"}}},{"from":[7.6,21.27303,6.30114],"to":[8.4,22.07303,9.10114],"rotation":{"angle":-22.5,"axis":"x","origin":[8,19.67843,5.34184]},"faces":{"north":{"uv":[5.5,14.75,7,14.25],"rotation":270,"texture":"#2"},"east":{"uv":[7,14.75,5.5,14.25],"texture":"#2"},"south":{"uv":[5.5,14.75,7,14.25],"rotation":90,"texture":"#2"},"west":{"uv":[7,14.25,5.5,14.75],"rotation":180,"texture":"#2"},"up":{"uv":[7,13.5,5.5,14],"rotation":270,"texture":"#2"},"down":{"uv":[7,14.25,5.5,14.75],"rotation":90,"texture":"#2"}}},{"from":[7.601,22.53038,4.14961],"to":[8.399,23.32838,9.69761],"rotation":{"angle":0,"axis":"x","origin":[8,19.67843,5.34184]},"faces":{"east":{"uv":[7.625,14,4.75,14.5],"texture":"#2"},"west":{"uv":[7.625,13.5,4.75,14],"rotation":180,"texture":"#2"},"up":{"uv":[7.375,14,4.5,14.5],"rotation":270,"texture":"#2"},"down":{"uv":[7.625,13.5,4.75,14],"rotation":90,"texture":"#2"}}},{"from":[7.601,18.251,4.32793],"to":[8.399,22.049,5.12593],"rotation":{"angle":22.5,"axis":"x","origin":[8,19.67843,5.34184]},"faces":{"north":{"uv":[2.75,14,4.75,13.5],"rotation":270,"texture":"#2"},"east":{"uv":[2.75,14.75,4.75,14.25],"rotation":270,"texture":"#2"},"south":{"uv":[2.75,14,4.75,13.5],"rotation":270,"texture":"#2"},"west":{"uv":[2.75,14.75,4.75,14.25],"rotation":270,"texture":"#2"}}},{"from":[7.6,18.79484,2.84228],"to":[8.4,22.59484,3.64228],"rotation":{"angle":22.5,"axis":"x","origin":[8,19.67843,5.34184]},"faces":{"north":{"uv":[7,14,5,13.5],"rotation":270,"texture":"#2"},"east":{"uv":[5,14,7,13.5],"rotation":90,"texture":"#2"},"south":{"uv":[5,14,7,13.5],"rotation":90,"texture":"#2"},"west":{"uv":[5,13.5,7,14],"rotation":90,"texture":"#2"},"up":{"uv":[7,13.5,5,14],"rotation":90,"texture":"#2"},"down":{"uv":[7,13.5,5,14],"rotation":90,"texture":"#2"}}},{"from":[7.6,23.50206,9.99371],"to":[8.4,25.30206,10.79371],"rotation":{"angle":22.5,"axis":"x","origin":[8,20.52843,7.09184]},"faces":{"north":{"uv":[0.5,13.5,0,14.5],"rotation":180,"texture":"#2"},"east":{"uv":[0.5,13.5,0,14.5],"rotation":180,"texture":"#2"},"south":{"uv":[0.5,13.5,0,14.5],"rotation":180,"texture":"#2"},"west":{"uv":[0.5,13.5,0,14.5],"rotation":180,"texture":"#2"},"down":{"uv":[0,14.5,0.5,13.5],"rotation":180,"texture":"#2"}}},{"from":[7.7,14.59124,3.7309],"to":[8.3,15.19124,4.3309],"rotation":{"angle":22.5,"axis":"x","origin":[8,19.67843,5.34184]},"faces":{"north":{"uv":[10.5,15.75,11,15.25],"rotation":270,"texture":"#2"},"east":{"uv":[10.5,15.75,11,15.25],"rotation":270,"texture":"#2"},"south":{"uv":[10.5,15.75,11,15.25],"rotation":270,"texture":"#2"},"west":{"uv":[10.5,15.75,11,15.25],"rotation":270,"texture":"#2"},"up":{"uv":[11,15.25,10.5,15.75],"rotation":270,"texture":"#2"},"down":{"uv":[11,15.25,10.5,15.75],"rotation":270,"texture":"#2"}}},{"from":[7.7,19.39527,10.62825],"to":[8.3,19.99527,11.22825],"rotation":{"angle":-22.5,"axis":"x","origin":[8,20.52843,7.09184]},"faces":{"north":{"uv":[10.5,15.75,11,15.25],"rotation":270,"texture":"#2"},"east":{"uv":[11,15.25,10.5,15.75],"texture":"#2"},"south":{"uv":[10.5,15.75,11,15.25],"rotation":90,"texture":"#2"},"west":{"uv":[11,15.25,10.5,15.75],"rotation":180,"texture":"#2"},"up":{"uv":[11,15.25,10.5,15.75],"rotation":270,"texture":"#2"},"down":{"uv":[11,15.25,10.5,15.75],"rotation":90,"texture":"#2"}}},{"from":[7.8,17.02034,1.07982],"to":[8.2,17.42034,2.47982],"rotation":{"angle":-22.5,"axis":"x","origin":[8,19.67843,5.34184]},"faces":{"east":{"uv":[3.25,12.75,2.25,13.25],"texture":"#2"},"west":{"uv":[3.25,12.75,2.25,13.25],"rotation":180,"texture":"#2"},"up":{"uv":[3.25,12.75,2.25,13.25],"rotation":270,"texture":"#2"},"down":{"uv":[3.25,12.75,2.25,13.25],"rotation":90,"texture":"#2"}}},{"from":[7.8,17.52034,3.07982],"to":[8.2,18.92034,3.47982],"rotation":{"angle":-22.5,"axis":"x","origin":[8,19.67843,5.34184]},"faces":{"north":{"uv":[1.5,12.5,0.5,13],"texture":"#2"},"east":{"uv":[0.5,13,1.5,12.5],"rotation":90,"texture":"#2"},"south":{"uv":[1.5,12.5,0.5,13],"rotation":180,"texture":"#2"},"west":{"uv":[0.5,13,1.5,12.5],"rotation":270,"texture":"#2"}}},{"from":[7.8,17.52034,2.07982],"to":[8.2,18.92034,2.47982],"rotation":{"angle":-22.5,"axis":"x","origin":[8,19.67843,5.34184]},"faces":{"north":{"uv":[1.5,12.5,0.5,13],"texture":"#2"},"east":{"uv":[0.5,13,1.5,12.5],"rotation":90,"texture":"#2"},"south":{"uv":[1.5,12.5,0.5,13],"rotation":180,"texture":"#2"},"west":{"uv":[0.5,13,1.5,12.5],"rotation":270,"texture":"#2"}}},{"from":[7.8,22.70206,10.19371],"to":[8.2,24.10206,10.59371],"rotation":{"angle":22.5,"axis":"x","origin":[8,20.52843,7.09184]},"faces":{"north":{"uv":[2.25,13.25,3.25,12.75],"rotation":270,"texture":"#2"},"east":{"uv":[2.25,13.25,3.25,12.75],"rotation":270,"texture":"#2"},"south":{"uv":[2.25,13.25,3.25,12.75],"rotation":270,"texture":"#2"},"west":{"uv":[2.25,13.25,3.25,12.75],"rotation":270,"texture":"#2"}}},{"from":[7.5,21.28626,10.22635],"to":[8.5,22.53626,13.22635],"rotation":{"angle":-22.5,"axis":"x","origin":[8,20.52843,7.09184]},"faces":{"north":{"uv":[13.5,2.25,14,1.75],"rotation":270,"texture":"#2"},"east":{"uv":[15,1.75,13.5,2.25],"texture":"#2"},"south":{"uv":[13.5,2.25,14,1.75],"rotation":90,"texture":"#2"},"west":{"uv":[15,1.75,13.5,2.25],"rotation":180,"texture":"#2"},"up":{"uv":[15,1.75,13.5,2.25],"rotation":270,"texture":"#2"},"down":{"uv":[15,1.75,13.5,2.25],"rotation":90,"texture":"#2"}}},{"from":[7,6.26775,5.90891],"to":[9,8.11775,6.60891],"rotation":{"angle":-22.5,"axis":"x","origin":[8,3.32157,5.34184]},"faces":{"north":{"uv":[8.675,16,7.75,15],"rotation":90,"texture":"#2"},"east":{"uv":[8.675,15.35,7.75,15],"rotation":90,"texture":"#2"},"south":{"uv":[8.675,16,7.75,15],"rotation":90,"texture":"#2"},"west":{"uv":[8.675,15.35,7.75,15],"rotation":90,"texture":"#2"},"up":{"uv":[7.75,15,8.1,16],"rotation":90,"texture":"#2"},"down":{"uv":[7.75,15,8.1,16],"rotation":90,"texture":"#2"}}},{"from":[7,0.72672,10.91926],"to":[9,1.42672,12.76926],"rotation":{"angle":22.5,"axis":"x","origin":[8,2.47157,7.09184]},"faces":{"north":{"uv":[8.1,16,7.75,15],"rotation":90,"texture":"#2"},"east":{"uv":[8.675,15.35,7.75,15],"rotation":180,"texture":"#2"},"south":{"uv":[8.1,16,7.75,15],"rotation":270,"texture":"#2"},"west":{"uv":[8.675,15.35,7.75,15],"texture":"#2"},"up":{"uv":[7.75,15,8.675,16],"rotation":270,"texture":"#2"},"down":{"uv":[7.75,15,8.675,16],"rotation":90,"texture":"#2"}}},{"from":[7.5,5.81066,5.6219],"to":[8.5,8.81066,6.8719],"rotation":{"angle":-22.5,"axis":"x","origin":[8,3.32157,5.34184]},"faces":{"north":{"uv":[15,2.25,13.5,1.75],"rotation":270,"texture":"#2"},"east":{"uv":[15,2.25,13.5,1.75],"rotation":270,"texture":"#2"},"south":{"uv":[15,2.25,13.5,1.75],"rotation":270,"texture":"#2"},"west":{"uv":[15,2.25,13.5,1.75],"rotation":270,"texture":"#2"},"up":{"uv":[13.5,1.75,14,2.25],"rotation":270,"texture":"#2"},"down":{"uv":[13.5,1.75,14,2.25],"rotation":270,"texture":"#2"}}},{"from":[7.6,5.37966,1.87982],"to":[8.4,6.17966,3.67982],"rotation":{"angle":22.5,"axis":"x","origin":[8,3.32157,5.34184]},"faces":{"north":{"uv":[0.5,14.5,0,13.5],"rotation":180,"texture":"#2"},"east":{"uv":[0.5,14.5,0,13.5],"rotation":270,"texture":"#2"},"west":{"uv":[0.5,14.5,0,13.5],"rotation":90,"texture":"#2"},"up":{"uv":[0,13.5,0.5,14.5],"texture":"#2"},"down":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"}}},{"from":[7.6,3.37966,-0.12018],"to":[8.4,4.17966,4.17982],"rotation":{"angle":22.5,"axis":"x","origin":[8,3.32157,5.34184]},"faces":{"north":{"uv":[0.5,14,0,13.5],"rotation":270,"texture":"#2"},"east":{"uv":[2.25,14,0,13.5],"texture":"#2"},"south":{"uv":[0.5,14,0,13.5],"rotation":90,"texture":"#2"},"west":{"uv":[2.25,14,0,13.5],"rotation":180,"texture":"#2"},"up":{"uv":[0,13.5,2.25,14],"rotation":90,"texture":"#2"},"down":{"uv":[0,13.5,2.25,14],"rotation":270,"texture":"#2"}}},{"from":[7.601,4.7893,3.31079],"to":[8.399,8.3873,4.10879],"rotation":{"angle":-45,"axis":"x","origin":[8,3.32157,5.34184]},"faces":{"north":{"uv":[10.65,14.25,8.75,13.75],"rotation":270,"texture":"#2"},"east":{"uv":[10.65,14.25,8.75,13.75],"rotation":270,"texture":"#2"},"south":{"uv":[10.65,14.25,8.75,13.75],"rotation":270,"texture":"#2"},"west":{"uv":[10.65,14.25,8.75,13.75],"rotation":270,"texture":"#2"},"down":{"uv":[8.75,13.75,10.65,14.25],"rotation":270,"texture":"#2"}}},{"from":[7.6,0.92697,6.30114],"to":[8.4,1.72697,9.10114],"rotation":{"angle":22.5,"axis":"x","origin":[8,3.32157,5.34184]},"faces":{"north":{"uv":[7,14.75,5.5,14.25],"rotation":270,"texture":"#2"},"east":{"uv":[7,14.25,5.5,14.75],"texture":"#2"},"south":{"uv":[7,14.75,5.5,14.25],"rotation":90,"texture":"#2"},"west":{"uv":[7,14.75,5.5,14.25],"rotation":180,"texture":"#2"},"up":{"uv":[5.5,14.25,7,14.75],"rotation":90,"texture":"#2"},"down":{"uv":[5.5,13.5,7,14],"rotation":270,"texture":"#2"}}},{"from":[7.601,-0.32838,4.14961],"to":[8.399,0.46962,9.69761],"rotation":{"angle":0,"axis":"x","origin":[8,3.32157,5.34184]},"faces":{"east":{"uv":[7.625,14.5,4.75,14],"texture":"#2"},"west":{"uv":[7.625,14,4.75,13.5],"rotation":180,"texture":"#2"},"up":{"uv":[4.75,13.5,7.625,14],"rotation":90,"texture":"#2"},"down":{"uv":[4.5,14,7.375,14.5],"rotation":270,"texture":"#2"}}},{"from":[7.601,0.951,4.32793],"to":[8.399,4.749,5.12593],"rotation":{"angle":-22.5,"axis":"x","origin":[8,3.32157,5.34184]},"faces":{"north":{"uv":[4.75,14,2.75,13.5],"rotation":270,"texture":"#2"},"east":{"uv":[4.75,14.75,2.75,14.25],"rotation":270,"texture":"#2"},"south":{"uv":[4.75,14,2.75,13.5],"rotation":270,"texture":"#2"},"west":{"uv":[4.75,14.75,2.75,14.25],"rotation":270,"texture":"#2"}}},{"from":[7.6,0.40516,2.84228],"to":[8.4,4.20516,3.64228],"rotation":{"angle":-22.5,"axis":"x","origin":[8,3.32157,5.34184]},"faces":{"north":{"uv":[5,14,7,13.5],"rotation":270,"texture":"#2"},"east":{"uv":[7,14,5,13.5],"rotation":90,"texture":"#2"},"south":{"uv":[7,14,5,13.5],"rotation":90,"texture":"#2"},"west":{"uv":[7,13.5,5,14],"rotation":90,"texture":"#2"},"up":{"uv":[5,13.5,7,14],"rotation":90,"texture":"#2"},"down":{"uv":[5,13.5,7,14],"rotation":90,"texture":"#2"}}},{"from":[7.6,-2.30206,9.99371],"to":[8.4,-0.50206,10.79371],"rotation":{"angle":-22.5,"axis":"x","origin":[8,2.47157,7.09184]},"faces":{"north":{"uv":[0.5,14.5,0,13.5],"rotation":180,"texture":"#2"},"east":{"uv":[0.5,14.5,0,13.5],"rotation":180,"texture":"#2"},"south":{"uv":[0.5,14.5,0,13.5],"rotation":180,"texture":"#2"},"west":{"uv":[0.5,14.5,0,13.5],"rotation":180,"texture":"#2"},"up":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"}}},{"from":[7.7,7.80876,3.7309],"to":[8.3,8.40876,4.3309],"rotation":{"angle":-22.5,"axis":"x","origin":[8,3.32157,5.34184]},"faces":{"north":{"uv":[11,15.75,10.5,15.25],"rotation":270,"texture":"#2"},"east":{"uv":[11,15.75,10.5,15.25],"rotation":270,"texture":"#2"},"south":{"uv":[11,15.75,10.5,15.25],"rotation":270,"texture":"#2"},"west":{"uv":[11,15.75,10.5,15.25],"rotation":270,"texture":"#2"},"up":{"uv":[10.5,15.25,11,15.75],"rotation":270,"texture":"#2"},"down":{"uv":[10.5,15.25,11,15.75],"rotation":270,"texture":"#2"}}},{"from":[7.7,3.00473,10.62825],"to":[8.3,3.60473,11.22825],"rotation":{"angle":22.5,"axis":"x","origin":[8,2.47157,7.09184]},"faces":{"north":{"uv":[11,15.75,10.5,15.25],"rotation":270,"texture":"#2"},"east":{"uv":[11,15.75,10.5,15.25],"texture":"#2"},"south":{"uv":[11,15.75,10.5,15.25],"rotation":90,"texture":"#2"},"west":{"uv":[11,15.75,10.5,15.25],"rotation":180,"texture":"#2"},"up":{"uv":[10.5,15.25,11,15.75],"rotation":90,"texture":"#2"},"down":{"uv":[10.5,15.25,11,15.75],"rotation":270,"texture":"#2"}}},{"from":[7.8,5.57966,1.07982],"to":[8.2,5.97966,2.47982],"rotation":{"angle":22.5,"axis":"x","origin":[8,3.32157,5.34184]},"faces":{"east":{"uv":[3.25,13.25,2.25,12.75],"texture":"#2"},"west":{"uv":[3.25,13.25,2.25,12.75],"rotation":180,"texture":"#2"},"up":{"uv":[2.25,12.75,3.25,13.25],"rotation":90,"texture":"#2"},"down":{"uv":[2.25,12.75,3.25,13.25],"rotation":270,"texture":"#2"}}},{"from":[7.8,4.07966,3.07982],"to":[8.2,5.47966,3.47982],"rotation":{"angle":22.5,"axis":"x","origin":[8,3.32157,5.34184]},"faces":{"north":{"uv":[1.5,13,0.5,12.5],"texture":"#2"},"east":{"uv":[1.5,13,0.5,12.5],"rotation":90,"texture":"#2"},"south":{"uv":[1.5,13,0.5,12.5],"rotation":180,"texture":"#2"},"west":{"uv":[1.5,13,0.5,12.5],"rotation":270,"texture":"#2"}}},{"from":[7.8,4.07966,2.07982],"to":[8.2,5.47966,2.47982],"rotation":{"angle":22.5,"axis":"x","origin":[8,3.32157,5.34184]},"faces":{"north":{"uv":[1.5,13,0.5,12.5],"texture":"#2"},"east":{"uv":[1.5,13,0.5,12.5],"rotation":90,"texture":"#2"},"south":{"uv":[1.5,13,0.5,12.5],"rotation":180,"texture":"#2"},"west":{"uv":[1.5,13,0.5,12.5],"rotation":270,"texture":"#2"}}},{"from":[7.8,-1.10206,10.19371],"to":[8.2,0.29794,10.59371],"rotation":{"angle":-22.5,"axis":"x","origin":[8,2.47157,7.09184]},"faces":{"north":{"uv":[3.25,13.25,2.25,12.75],"rotation":270,"texture":"#2"},"east":{"uv":[3.25,13.25,2.25,12.75],"rotation":270,"texture":"#2"},"south":{"uv":[3.25,13.25,2.25,12.75],"rotation":270,"texture":"#2"},"west":{"uv":[3.25,13.25,2.25,12.75],"rotation":270,"texture":"#2"}}},{"from":[7.5,0.46374,10.22635],"to":[8.5,1.71374,13.22635],"rotation":{"angle":22.5,"axis":"x","origin":[8,2.47157,7.09184]},"faces":{"north":{"uv":[14,2.25,13.5,1.75],"rotation":270,"texture":"#2"},"east":{"uv":[15,2.25,13.5,1.75],"texture":"#2"},"south":{"uv":[14,2.25,13.5,1.75],"rotation":90,"texture":"#2"},"west":{"uv":[15,2.25,13.5,1.75],"rotation":180,"texture":"#2"},"up":{"uv":[13.5,1.75,15,2.25],"rotation":90,"texture":"#2"},"down":{"uv":[13.5,1.75,15,2.25],"rotation":270,"texture":"#2"}}},{"from":[7.5,14.1,3],"to":[8.5,15.1,6],"rotation":{"angle":-45,"axis":"y","origin":[8,16.725,4.5]},"faces":{"north":{"uv":[8.25,12.75,7.75,13.25],"texture":"#2"},"east":{"uv":[9.25,12.75,7.75,13.25],"texture":"#2"},"south":{"uv":[8.25,12.75,7.75,13.25],"texture":"#2"},"west":{"uv":[9.25,12.75,7.75,13.25],"texture":"#2"},"up":{"uv":[7.75,14.25,8.25,12.75],"texture":"#2"},"down":{"uv":[7.75,14.25,8.25,12.75],"texture":"#2"}}},{"from":[7.1,13.7,3.6],"to":[8.9,15.5,5.4],"rotation":{"angle":0,"axis":"y","origin":[15,21.6,-2.5]},"faces":{"north":{"uv":[8.75,12.75,7.75,13.75],"texture":"#2"},"east":{"uv":[8.75,12.75,7.75,13.75],"texture":"#2"},"south":{"uv":[8.75,12.75,7.75,13.75],"texture":"#2"},"west":{"uv":[8.75,12.75,7.75,13.75],"texture":"#2"},"up":{"uv":[7.75,13.75,8.75,12.75],"texture":"#2"},"down":{"uv":[7.75,13.75,8.75,12.75],"texture":"#2"}}},{"from":[7.2,12.8,3.7],"to":[8.8,13.4,5.3],"rotation":{"angle":0,"axis":"y","origin":[15,20.6,-3]},"faces":{"north":{"uv":[15.5,2.25,14.5,2.75],"texture":"#2"},"east":{"uv":[15.5,2.25,14.5,2.75],"texture":"#2"},"south":{"uv":[15.5,2.25,14.5,2.75],"texture":"#2"},"west":{"uv":[15.5,2.25,14.5,2.75],"texture":"#2"},"up":{"uv":[14.5,3.25,15.5,2.25],"texture":"#2"},"down":{"uv":[14.5,3.25,15.5,2.25],"texture":"#2"}}},{"from":[6.6,14.2,4.1],"to":[9.4,15,4.9],"rotation":{"angle":0,"axis":"y","origin":[8,16.725,4.5]},"faces":{"north":{"uv":[9.25,12.75,7.75,13.25],"texture":"#2"},"east":{"uv":[8.25,12.75,7.75,13.25],"texture":"#2"},"south":{"uv":[9.25,12.75,7.75,13.25],"texture":"#2"},"west":{"uv":[8.25,12.75,7.75,13.25],"texture":"#2"},"up":{"uv":[7.75,13.25,9.25,12.75],"texture":"#2"},"down":{"uv":[7.75,13.25,9.25,12.75],"texture":"#2"}}},{"from":[6.501,14.101,4.001],"to":[9.499,15.099,4.999],"rotation":{"angle":-45,"axis":"y","origin":[8,16.725,4.5]},"faces":{"north":{"uv":[9.25,12.75,7.75,13.25],"texture":"#2"},"east":{"uv":[8.25,12.75,7.75,13.25],"texture":"#2"},"south":{"uv":[9.25,12.75,7.75,13.25],"texture":"#2"},"west":{"uv":[8.25,12.75,7.75,13.25],"texture":"#2"},"up":{"uv":[7.75,13.25,9.25,12.75],"texture":"#2"},"down":{"uv":[7.75,13.25,9.25,12.75],"texture":"#2"}}},{"from":[6.501,7.901,4.001],"to":[9.499,8.899,4.999],"rotation":{"angle":-45,"axis":"y","origin":[8,6.275,4.5]},"faces":{"north":{"uv":[9.25,13.25,7.75,12.75],"texture":"#2"},"east":{"uv":[8.25,13.25,7.75,12.75],"texture":"#2"},"south":{"uv":[9.25,13.25,7.75,12.75],"texture":"#2"},"west":{"uv":[8.25,13.25,7.75,12.75],"texture":"#2"},"up":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"down":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"}}},{"from":[7.1,7.5,3.6],"to":[8.9,9.3,5.4],"rotation":{"angle":0,"axis":"y","origin":[15,1.4,-2.5]},"faces":{"north":{"uv":[8.75,13.75,7.75,12.75],"texture":"#2"},"east":{"uv":[8.75,13.75,7.75,12.75],"texture":"#2"},"south":{"uv":[8.75,13.75,7.75,12.75],"texture":"#2"},"west":{"uv":[8.75,13.75,7.75,12.75],"texture":"#2"},"up":{"uv":[7.75,12.75,8.75,13.75],"texture":"#2"},"down":{"uv":[7.75,12.75,8.75,13.75],"texture":"#2"}}},{"from":[7.5,7.9,3],"to":[8.5,8.9,6],"rotation":{"angle":-45,"axis":"y","origin":[8,6.275,4.5]},"faces":{"north":{"uv":[8.25,13.25,7.75,12.75],"texture":"#2"},"east":{"uv":[9.25,13.25,7.75,12.75],"texture":"#2"},"south":{"uv":[8.25,13.25,7.75,12.75],"texture":"#2"},"west":{"uv":[9.25,13.25,7.75,12.75],"texture":"#2"},"up":{"uv":[7.75,12.75,8.25,14.25],"texture":"#2"},"down":{"uv":[7.75,12.75,8.25,14.25],"texture":"#2"}}},{"from":[6.6,8,4.1],"to":[9.4,8.8,4.9],"rotation":{"angle":0,"axis":"y","origin":[8,6.275,4.5]},"faces":{"north":{"uv":[9.25,13.25,7.75,12.75],"texture":"#2"},"east":{"uv":[8.25,13.25,7.75,12.75],"texture":"#2"},"south":{"uv":[9.25,13.25,7.75,12.75],"texture":"#2"},"west":{"uv":[8.25,13.25,7.75,12.75],"texture":"#2"},"up":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"down":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"}}},{"from":[7.2,9.6,3.7],"to":[8.8,10.2,5.3],"rotation":{"angle":0,"axis":"y","origin":[15,2.4,-3]},"faces":{"north":{"uv":[15.5,2.75,14.5,2.25],"texture":"#2"},"east":{"uv":[15.5,2.75,14.5,2.25],"texture":"#2"},"south":{"uv":[15.5,2.75,14.5,2.25],"texture":"#2"},"west":{"uv":[15.5,2.75,14.5,2.25],"texture":"#2"},"up":{"uv":[14.5,2.25,15.5,3.25],"texture":"#2"},"down":{"uv":[14.5,2.25,15.5,3.25],"texture":"#2"}}},{"from":[7.995,15.31075,8.13599],"to":[8.005,21.31075,14.13599],"rotation":{"angle":0,"axis":"x","origin":[8,19.31075,8.13599]},"faces":{"east":{"uv":[16,16,0,0],"rotation":90,"texture":"#1"},"west":{"uv":[0,16,16,0],"rotation":270,"texture":"#1"}}},{"from":[7.995,11.31075,8.137],"to":[8.005,17.31075,14.137],"rotation":{"angle":0,"axis":"x","origin":[8,12.31075,11.13599]},"faces":{"east":{"uv":[16,16,0,0],"rotation":270,"texture":"#1"},"west":{"uv":[0,16,16,0],"rotation":90,"texture":"#1"}}},{"from":[7.995,6.31075,8.135],"to":[8.005,12.31075,14.135],"rotation":{"angle":0,"axis":"x","origin":[8,10.31075,11.13599]},"faces":{"east":{"uv":[16,16,0,0],"rotation":270,"texture":"#1"},"west":{"uv":[0,16,16,0],"rotation":90,"texture":"#1"}}},{"from":[7.995,1.38925,8.13599],"to":[8.005,7.38925,14.13599],"rotation":{"angle":0,"axis":"x","origin":[8,5.38925,8.13599]},"faces":{"east":{"uv":[16,0,0,16],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,16,16],"rotation":90,"texture":"#1"}}}],"display":{"thirdperson_righthand":{"translation":[0,-7,6.5],"scale":[1.52,1.52,1.52]},"thirdperson_lefthand":{"translation":[0,-7,6.5],"scale":[1.52,1.52,1.52]},"firstperson_righthand":{"rotation":[-14,0,0],"translation":[5.75,-0.5,-1.5],"scale":[1.27,1.27,1.27]},"firstperson_lefthand":{"rotation":[-14,0,0],"translation":[5.75,-0.5,-1.5],"scale":[1.27,1.27,1.27]},"gui":{"rotation":[-20,160,30],"translation":[-1,-2,0],"scale":[0.8,0.8,0.8]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/toy_bow.json b/assets/minecraft/models/item/wynn/skin/bow/toy_bow.json new file mode 100644 index 000000000..793c76623 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/toy_bow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/wood","1":"skins/driftwood_2","2":"skins/red_gradient1","3":"skins/driftwood_1","particle":"skins/wood"},"elements":[{"from":[7,-0.25,6],"to":[9,1.25,10],"rotation":{"angle":0,"axis":"y","origin":[0,0,16]},"faces":{"north":{"uv":[1,11,2.5,9],"rotation":90,"texture":"#0"},"east":{"uv":[1,13,2.5,9],"rotation":90,"texture":"#0"},"south":{"uv":[1,11,2.5,9],"rotation":90,"texture":"#0"},"west":{"uv":[1,13,2.5,9],"rotation":90,"texture":"#0"},"up":{"uv":[5,9,1,11],"rotation":90,"texture":"#0"},"down":{"uv":[5,9,1,11],"rotation":90,"texture":"#0"}}},{"from":[7,7.75,6],"to":[9,9.25,10],"rotation":{"angle":0,"axis":"y","origin":[0,8,16]},"faces":{"north":{"uv":[1,11,2.5,9],"rotation":90,"texture":"#0"},"east":{"uv":[1,13,2.5,9],"rotation":90,"texture":"#0"},"south":{"uv":[1,11,2.5,9],"rotation":90,"texture":"#0"},"west":{"uv":[1,13,2.5,9],"rotation":90,"texture":"#0"},"up":{"uv":[5,9,1,11],"rotation":90,"texture":"#0"},"down":{"uv":[5,9,1,11],"rotation":90,"texture":"#0"}}},{"from":[6.51,-0.24,6.51],"to":[9.49,1.24,9.49],"rotation":{"angle":0,"axis":"y","origin":[0,0,16]},"faces":{"north":{"uv":[1,12,2.5,9],"rotation":90,"texture":"#0"},"east":{"uv":[1,12,2.5,9],"rotation":90,"texture":"#0"},"south":{"uv":[1,12,2.5,9],"rotation":90,"texture":"#0"},"west":{"uv":[1,12,2.5,9],"rotation":90,"texture":"#0"},"up":{"uv":[4,9,1,12],"rotation":90,"texture":"#0"},"down":{"uv":[4,9,1,12],"rotation":90,"texture":"#0"}}},{"from":[6.51,7.76,6.51],"to":[9.49,9.24,9.49],"rotation":{"angle":0,"axis":"y","origin":[0,8,16]},"faces":{"north":{"uv":[1,12,2.5,9],"rotation":90,"texture":"#0"},"east":{"uv":[1,12,2.5,9],"rotation":90,"texture":"#0"},"south":{"uv":[1,12,2.5,9],"rotation":90,"texture":"#0"},"west":{"uv":[1,12,2.5,9],"rotation":90,"texture":"#0"},"up":{"uv":[4,9,1,12],"rotation":90,"texture":"#0"},"down":{"uv":[4,9,1,12],"rotation":90,"texture":"#0"}}},{"from":[6.5,1.75,6.5],"to":[9.5,2.75,9.5],"rotation":{"angle":0,"axis":"y","origin":[0,0,16]},"faces":{"north":{"uv":[0.5,5.5,1.5,2.5],"rotation":90,"texture":"#2"},"east":{"uv":[0.5,5.5,1.5,2.5],"rotation":90,"texture":"#2"},"south":{"uv":[0.5,5.5,1.5,2.5],"rotation":90,"texture":"#2"},"west":{"uv":[0.5,5.5,1.5,2.5],"rotation":90,"texture":"#2"},"up":{"uv":[3.5,2.5,0.5,5.5],"rotation":90,"texture":"#2"},"down":{"uv":[3.5,2.5,0.5,5.5],"rotation":90,"texture":"#2"}}},{"from":[6.5,4.75,6.5],"to":[9.5,5.75,9.5],"rotation":{"angle":0,"axis":"y","origin":[0,0,16]},"faces":{"north":{"uv":[0.5,5.5,1.5,2.5],"rotation":90,"texture":"#2"},"east":{"uv":[0.5,5.5,1.5,2.5],"rotation":90,"texture":"#2"},"south":{"uv":[0.5,5.5,1.5,2.5],"rotation":90,"texture":"#2"},"west":{"uv":[0.5,5.5,1.5,2.5],"rotation":90,"texture":"#2"},"up":{"uv":[3.5,2.5,0.5,5.5],"rotation":90,"texture":"#2"},"down":{"uv":[3.5,2.5,0.5,5.5],"rotation":90,"texture":"#2"}}},{"from":[6.5,3.25,6.5],"to":[9.5,4.25,9.5],"rotation":{"angle":0,"axis":"y","origin":[0,0,16]},"faces":{"north":{"uv":[0.5,5.5,1.5,2.5],"rotation":90,"texture":"#2"},"east":{"uv":[0.5,5.5,1.5,2.5],"rotation":90,"texture":"#2"},"south":{"uv":[0.5,5.5,1.5,2.5],"rotation":90,"texture":"#2"},"west":{"uv":[0.5,5.5,1.5,2.5],"rotation":90,"texture":"#2"},"up":{"uv":[3.5,2.5,0.5,5.5],"rotation":90,"texture":"#2"},"down":{"uv":[3.5,2.5,0.5,5.5],"rotation":90,"texture":"#2"}}},{"from":[6.5,6.25,6.5],"to":[9.5,7.25,9.5],"rotation":{"angle":0,"axis":"y","origin":[0,0,16]},"faces":{"north":{"uv":[2,5.5,3,2.5],"rotation":90,"texture":"#2"},"east":{"uv":[2,5.5,3,2.5],"rotation":90,"texture":"#2"},"south":{"uv":[2,5.5,3,2.5],"rotation":90,"texture":"#2"},"west":{"uv":[2,5.5,3,2.5],"rotation":90,"texture":"#2"},"up":{"uv":[5,2.5,2,5.5],"rotation":90,"texture":"#2"},"down":{"uv":[5,2.5,2,5.5],"rotation":90,"texture":"#2"}}},{"from":[6,-0.245,7],"to":[10,1.255,9],"rotation":{"angle":0,"axis":"y","origin":[8,0.5,14.5]},"faces":{"north":{"uv":[1,13,2.5,9],"rotation":90,"texture":"#0"},"east":{"uv":[1,11,2.5,9],"rotation":90,"texture":"#0"},"south":{"uv":[1,13,2.5,9],"rotation":90,"texture":"#0"},"west":{"uv":[1,11,2.5,9],"rotation":90,"texture":"#0"},"up":{"uv":[3,9,1,13],"rotation":90,"texture":"#0"},"down":{"uv":[3,9,1,13],"rotation":90,"texture":"#0"}}},{"from":[6,7.755,7],"to":[10,9.255,9],"rotation":{"angle":0,"axis":"y","origin":[8,8.5,14.5]},"faces":{"north":{"uv":[1,13,2.5,9],"rotation":90,"texture":"#0"},"east":{"uv":[1,11,2.5,9],"rotation":90,"texture":"#0"},"south":{"uv":[1,13,2.5,9],"rotation":90,"texture":"#0"},"west":{"uv":[1,11,2.5,9],"rotation":90,"texture":"#0"},"up":{"uv":[3,9,1,13],"rotation":90,"texture":"#0"},"down":{"uv":[3,9,1,13],"rotation":90,"texture":"#0"}}},{"from":[6.75,-0.5,6.75],"to":[9.25,11.5,9.25],"rotation":{"angle":0,"axis":"y","origin":[0,0,16]},"faces":{"north":{"uv":[0.5,16,12.5,13.5],"rotation":90,"texture":"#0"},"east":{"uv":[0.5,16,12.5,13.5],"rotation":90,"texture":"#0"},"south":{"uv":[0.5,16,12.5,13.5],"rotation":90,"texture":"#0"},"west":{"uv":[0.5,16,12.5,13.5],"rotation":90,"texture":"#0"},"up":{"uv":[3,13.5,0.5,16],"rotation":90,"texture":"#0"},"down":{"uv":[3,13.5,0.5,16],"rotation":90,"texture":"#0"}}},{"from":[8.08322,7.66901,7.11],"to":[10.06322,11.14901,8.89],"rotation":{"angle":-22.5,"axis":"z","origin":[9.07322,9.90901,8]},"faces":{"north":{"uv":[2,16,5.5,14],"rotation":90,"texture":"#0"},"east":{"uv":[2,15.8,5.5,14],"rotation":90,"texture":"#0"},"south":{"uv":[2,16,5.5,14],"rotation":90,"texture":"#0"},"west":{"uv":[2,15.8,5.5,14],"rotation":90,"texture":"#0"},"up":{"uv":[3.8,14,2,16],"rotation":90,"texture":"#0"},"down":{"uv":[3.8,14,2,16],"rotation":90,"texture":"#0"}}},{"from":[5.93678,7.66901,7.11],"to":[7.91678,11.14901,8.89],"rotation":{"angle":22.5,"axis":"z","origin":[6.92678,9.90901,8]},"faces":{"north":{"uv":[2,14,5.5,16],"rotation":90,"texture":"#0"},"east":{"uv":[2,14,5.5,15.8],"rotation":90,"texture":"#0"},"south":{"uv":[2,14,5.5,16],"rotation":90,"texture":"#0"},"west":{"uv":[2,14,5.5,15.8],"rotation":90,"texture":"#0"},"up":{"uv":[3.8,16,2,14],"rotation":90,"texture":"#0"},"down":{"uv":[3.8,16,2,14],"rotation":90,"texture":"#0"}}},{"from":[9.05656,9.9588,6.95],"to":[10.55656,11.9588,9.05],"rotation":{"angle":22.5,"axis":"z","origin":[10.05656,10.9588,8]},"faces":{"north":{"uv":[5.5,13.5,4,15.5],"rotation":180,"texture":"#0"},"east":{"uv":[6.1,13.5,4,15.5],"rotation":180,"texture":"#0"},"south":{"uv":[5.5,13.5,4,15.5],"rotation":180,"texture":"#0"},"west":{"uv":[6.1,13.5,4,15.5],"rotation":180,"texture":"#0"},"up":{"uv":[4,15.6,5.5,13.5],"texture":"#0"},"down":{"uv":[4,15.6,5.5,13.5],"texture":"#0"}}},{"from":[5.44344,9.9588,6.95],"to":[6.94344,11.9588,9.05],"rotation":{"angle":-22.5,"axis":"z","origin":[5.94344,10.9588,8]},"faces":{"north":{"uv":[4,13.5,5.5,15.5],"rotation":180,"texture":"#0"},"east":{"uv":[4,13.5,6.1,15.5],"rotation":180,"texture":"#0"},"south":{"uv":[4,13.5,5.5,15.5],"rotation":180,"texture":"#0"},"west":{"uv":[4,13.5,6.1,15.5],"rotation":180,"texture":"#0"},"up":{"uv":[5.5,15.6,4,13.5],"texture":"#0"},"down":{"uv":[5.5,15.6,4,13.5],"texture":"#0"}}},{"from":[10.49781,11.51685,7.15],"to":[12.49781,13.51685,8.85],"rotation":{"angle":-22.5,"axis":"z","origin":[11.65188,12.74913,8]},"faces":{"north":{"uv":[4,16,6,14],"rotation":90,"texture":"#0"},"east":{"uv":[4,15.7,6,14],"rotation":90,"texture":"#0"},"south":{"uv":[4,16,6,14],"rotation":90,"texture":"#0"},"west":{"uv":[4,15.7,6,14],"rotation":90,"texture":"#0"},"up":{"uv":[5.7,14,4,16],"rotation":270,"texture":"#0"},"down":{"uv":[5.7,14,4,16],"rotation":90,"texture":"#0"}}},{"from":[3.50219,11.51685,7.15],"to":[5.50219,13.51685,8.85],"rotation":{"angle":22.5,"axis":"z","origin":[4.34812,12.74913,8]},"faces":{"north":{"uv":[4,14,6,16],"rotation":90,"texture":"#0"},"east":{"uv":[4,14,6,15.7],"rotation":90,"texture":"#0"},"south":{"uv":[4,14,6,16],"rotation":90,"texture":"#0"},"west":{"uv":[4,14,6,15.7],"rotation":90,"texture":"#0"},"up":{"uv":[5.7,16,4,14],"rotation":270,"texture":"#0"},"down":{"uv":[5.7,16,4,14],"rotation":90,"texture":"#0"}}},{"from":[10.15119,10.53693,7.05],"to":[11.65119,12.53693,8.95],"rotation":{"angle":45,"axis":"z","origin":[10.90119,11.28693,8]},"faces":{"north":{"uv":[7.5,14,6,16],"rotation":180,"texture":"#0"},"east":{"uv":[7.5,14,6,16],"texture":"#0"},"south":{"uv":[7.5,14,6,16],"texture":"#0"},"west":{"uv":[7.5,14,6,16],"rotation":180,"texture":"#0"},"up":{"uv":[6,16,7.5,14],"rotation":180,"texture":"#0"},"down":{"uv":[6,16,7.5,14],"rotation":180,"texture":"#0"}}},{"from":[4.34881,10.53693,7.05],"to":[5.84881,12.53693,8.95],"rotation":{"angle":-45,"axis":"z","origin":[5.09881,11.28693,8]},"faces":{"north":{"uv":[6,14,7.5,16],"rotation":180,"texture":"#0"},"east":{"uv":[6,14,7.5,16],"rotation":180,"texture":"#0"},"south":{"uv":[6,14,7.5,16],"texture":"#0"},"west":{"uv":[6,14,7.5,16],"texture":"#0"},"up":{"uv":[7.5,16,6,14],"rotation":180,"texture":"#0"},"down":{"uv":[7.5,16,6,14],"rotation":180,"texture":"#0"}}},{"from":[10.72721,13.13469,7.25],"to":[12.72721,19.13469,8.75],"rotation":{"angle":0,"axis":"z","origin":[11.88128,13.40241,8]},"faces":{"north":{"uv":[0.5,16,6.5,14],"rotation":90,"texture":"#0"},"east":{"uv":[0.5,15.5,6.5,14],"rotation":90,"texture":"#0"},"south":{"uv":[0.5,16,6.5,14],"rotation":90,"texture":"#0"},"west":{"uv":[0.5,15.5,6.5,14],"rotation":90,"texture":"#0"},"up":{"uv":[2,14,0.5,16],"rotation":90,"texture":"#0"},"down":{"uv":[2,14,0.5,16],"rotation":90,"texture":"#0"}}},{"from":[3.27279,13.13469,7.25],"to":[5.27279,19.13469,8.75],"rotation":{"angle":0,"axis":"z","origin":[4.11872,13.40241,8]},"faces":{"north":{"uv":[0.5,14,6.5,16],"rotation":90,"texture":"#0"},"east":{"uv":[0.5,14,6.5,15.5],"rotation":90,"texture":"#0"},"south":{"uv":[0.5,14,6.5,16],"rotation":90,"texture":"#0"},"west":{"uv":[0.5,14,6.5,15.5],"rotation":90,"texture":"#0"},"up":{"uv":[2,16,0.5,14],"rotation":90,"texture":"#0"},"down":{"uv":[2,16,0.5,14],"rotation":90,"texture":"#0"}}},{"from":[10.47721,17.13469,7],"to":[12.97721,18.13469,9],"rotation":{"angle":0,"axis":"z","origin":[11.88128,12.40241,8]},"faces":{"north":{"uv":[14,7.5,15,5],"rotation":90,"texture":"#1"},"east":{"uv":[14,7,15,5],"rotation":90,"texture":"#1"},"south":{"uv":[14,7.5,15,5],"rotation":90,"texture":"#1"},"west":{"uv":[14,7,15,5],"rotation":90,"texture":"#1"},"up":{"uv":[16,5,14,7.5],"rotation":90,"texture":"#1"},"down":{"uv":[16,5,14,7.5],"rotation":90,"texture":"#1"}}},{"from":[3.02279,17.13469,7],"to":[5.52279,18.13469,9],"rotation":{"angle":0,"axis":"z","origin":[4.11872,12.40241,8]},"faces":{"north":{"uv":[14,5,15,7.5],"rotation":90,"texture":"#1"},"east":{"uv":[14,5,15,7],"rotation":90,"texture":"#1"},"south":{"uv":[14,5,15,7.5],"rotation":90,"texture":"#1"},"west":{"uv":[14,5,15,7],"rotation":90,"texture":"#1"},"up":{"uv":[16,7.5,14,5],"rotation":90,"texture":"#1"},"down":{"uv":[16,7.5,14,5],"rotation":90,"texture":"#1"}}},{"from":[10.72721,16.73469,8.6],"to":[11.72721,17.73469,11.6],"rotation":{"angle":22.5,"axis":"x","origin":[11.22721,17.23469,9.6]},"faces":{"north":{"uv":[5.5,12,6.5,13],"rotation":90,"texture":"#3"},"east":{"uv":[5.5,12,8.5,13],"texture":"#3"},"south":{"uv":[5.5,12,6.5,13],"rotation":90,"texture":"#3"},"west":{"uv":[5.5,12,8.5,13],"rotation":180,"texture":"#3"},"up":{"uv":[7,12,10,13],"rotation":270,"texture":"#3"},"down":{"uv":[4,11.5,7,12.5],"rotation":90,"texture":"#3"}}},{"from":[4.27279,16.73469,8.6],"to":[5.27279,17.73469,11.6],"rotation":{"angle":22.5,"axis":"x","origin":[4.77279,17.23469,9.6]},"faces":{"north":{"uv":[5.5,13,6.5,12],"rotation":90,"texture":"#3"},"east":{"uv":[8.5,12,5.5,13],"rotation":180,"texture":"#3"},"south":{"uv":[5.5,13,6.5,12],"rotation":90,"texture":"#3"},"west":{"uv":[8.5,12,5.5,13],"texture":"#3"},"up":{"uv":[7,13,10,12],"rotation":270,"texture":"#3"},"down":{"uv":[4,12.5,7,11.5],"rotation":90,"texture":"#3"}}},{"from":[10.47721,16.48469,11.6],"to":[11.47721,17.48469,14.6],"rotation":{"angle":22.5,"axis":"x","origin":[11.22721,17.23469,9.6]},"faces":{"north":{"uv":[5.5,12,6.5,13],"rotation":90,"texture":"#3"},"east":{"uv":[5.5,12,8.5,13],"texture":"#3"},"south":{"uv":[5.5,12,6.5,13],"rotation":90,"texture":"#3"},"west":{"uv":[5.5,12,8.5,13],"rotation":180,"texture":"#3"},"up":{"uv":[5,12,8,13],"rotation":270,"texture":"#3"},"down":{"uv":[4,11.5,7,12.5],"rotation":90,"texture":"#3"}}},{"from":[4.52279,16.48469,11.6],"to":[5.52279,17.48469,14.6],"rotation":{"angle":22.5,"axis":"x","origin":[4.77279,17.23469,9.6]},"faces":{"north":{"uv":[5.5,13,6.5,12],"rotation":90,"texture":"#3"},"east":{"uv":[8.5,12,5.5,13],"rotation":180,"texture":"#3"},"south":{"uv":[5.5,13,6.5,12],"rotation":90,"texture":"#3"},"west":{"uv":[8.5,12,5.5,13],"texture":"#3"},"up":{"uv":[5,13,8,12],"rotation":270,"texture":"#3"},"down":{"uv":[4,12.5,7,11.5],"rotation":90,"texture":"#3"}}},{"from":[10.22721,16.23469,14.6],"to":[11.22721,17.23469,17.6],"rotation":{"angle":22.5,"axis":"x","origin":[11.22721,17.23469,9.6]},"faces":{"north":{"uv":[5.5,12,6.5,13],"rotation":90,"texture":"#3"},"east":{"uv":[3,12,6,13],"texture":"#3"},"south":{"uv":[2,12,3,13],"rotation":90,"texture":"#3"},"west":{"uv":[5.5,12,8.5,13],"rotation":180,"texture":"#3"},"up":{"uv":[2.5,12,5.5,13],"rotation":270,"texture":"#3"},"down":{"uv":[4,11.5,7,12.5],"rotation":90,"texture":"#3"}}},{"from":[4.77279,16.23469,14.6],"to":[5.77279,17.23469,17.6],"rotation":{"angle":22.5,"axis":"x","origin":[4.77279,17.23469,9.6]},"faces":{"north":{"uv":[5.5,13,6.5,12],"rotation":90,"texture":"#3"},"east":{"uv":[8.5,12,5.5,13],"rotation":180,"texture":"#3"},"south":{"uv":[2,13,3,12],"rotation":90,"texture":"#3"},"west":{"uv":[6,12,3,13],"texture":"#3"},"up":{"uv":[2.5,13,5.5,12],"rotation":270,"texture":"#3"},"down":{"uv":[4,12.5,7,11.5],"rotation":90,"texture":"#3"}}},{"from":[9.97721,15.98469,17.6],"to":[10.97721,16.98469,20.6],"rotation":{"angle":22.5,"axis":"x","origin":[11.22721,17.23469,9.6]},"faces":{"north":{"uv":[2,11.5,3,12.5],"rotation":90,"texture":"#3"},"east":{"uv":[0,12,3,13],"texture":"#3"},"south":{"uv":[1.5,12,2.5,13],"rotation":90,"texture":"#3"},"west":{"uv":[0.5,11.5,3.5,12.5],"rotation":180,"texture":"#3"},"up":{"uv":[1,12,4,13],"rotation":270,"texture":"#3"},"down":{"uv":[1,12,4,13],"rotation":90,"texture":"#3"}}},{"from":[5.02279,15.98469,17.6],"to":[6.02279,16.98469,20.6],"rotation":{"angle":22.5,"axis":"x","origin":[4.77279,17.23469,9.6]},"faces":{"north":{"uv":[2,12.5,3,11.5],"rotation":90,"texture":"#3"},"east":{"uv":[3.5,11.5,0.5,12.5],"rotation":180,"texture":"#3"},"south":{"uv":[1.5,13,2.5,12],"rotation":90,"texture":"#3"},"west":{"uv":[3,12,0,13],"texture":"#3"},"up":{"uv":[1,13,4,12],"rotation":270,"texture":"#3"},"down":{"uv":[1,13,4,12],"rotation":90,"texture":"#3"}}},{"from":[9.72721,15.73469,20.6],"to":[10.72721,16.73469,23.6],"rotation":{"angle":22.5,"axis":"x","origin":[11.22721,17.23469,9.6]},"faces":{"north":{"uv":[12.5,14,13.5,15],"rotation":270,"texture":"#3"},"east":{"uv":[10,14.5,13,15.5],"texture":"#3"},"south":{"uv":[10,14,11,15],"rotation":270,"texture":"#3"},"west":{"uv":[10,14,13,15],"rotation":180,"texture":"#3"},"up":{"uv":[10,14,13,15],"rotation":270,"texture":"#3"},"down":{"uv":[10,14,13,15],"rotation":90,"texture":"#3"}}},{"from":[5.27279,15.73469,20.6],"to":[6.27279,16.73469,23.6],"rotation":{"angle":22.5,"axis":"x","origin":[4.77279,17.23469,9.6]},"faces":{"north":{"uv":[12.5,15,13.5,14],"rotation":270,"texture":"#3"},"east":{"uv":[13,14,10,15],"rotation":180,"texture":"#3"},"south":{"uv":[10,15,11,14],"rotation":270,"texture":"#3"},"west":{"uv":[13,14.5,10,15.5],"texture":"#3"},"up":{"uv":[10,15,13,14],"rotation":270,"texture":"#3"},"down":{"uv":[10,15,13,14],"rotation":90,"texture":"#3"}}},{"from":[6.75,9,21.5],"to":[9.25,13,22.5],"rotation":{"angle":22.5,"axis":"x","origin":[8,11,22.5]},"faces":{"north":{"uv":[0,13.5,4,16],"rotation":90,"texture":"#3"},"east":{"uv":[0,13.5,4,14.5],"rotation":90,"texture":"#3"},"south":{"uv":[0,13.5,4,16],"rotation":90,"texture":"#3"},"west":{"uv":[0,13.5,4,14.5],"rotation":90,"texture":"#3"},"up":{"uv":[0,13.5,1,16],"rotation":90,"texture":"#3"},"down":{"uv":[0,13.5,1,16],"rotation":90,"texture":"#3"}}},{"from":[5.75,9.5,21],"to":[6.75,12.5,22],"rotation":{"angle":22.5,"axis":"x","origin":[8,11,22.5]},"faces":{"north":{"uv":[0,13.5,3,14.5],"rotation":90,"texture":"#3"},"east":{"uv":[0,13.5,3,14.5],"rotation":90,"texture":"#3"},"south":{"uv":[0,13.5,3,14.5],"rotation":90,"texture":"#3"},"west":{"uv":[0,13.5,3,14.5],"rotation":90,"texture":"#3"},"up":{"uv":[0,13.5,1,14.5],"rotation":90,"texture":"#3"},"down":{"uv":[0,13.5,1,14.5],"rotation":90,"texture":"#3"}}},{"from":[9.25,9.5,21],"to":[10.25,12.5,22],"rotation":{"angle":22.5,"axis":"x","origin":[8,11,22.5]},"faces":{"north":{"uv":[0,15,3,16],"rotation":90,"texture":"#3"},"east":{"uv":[0,15,3,16],"rotation":90,"texture":"#3"},"south":{"uv":[0,15,3,16],"rotation":90,"texture":"#3"},"west":{"uv":[0,15,3,16],"rotation":90,"texture":"#3"},"up":{"uv":[0,15,1,16],"rotation":90,"texture":"#3"},"down":{"uv":[0,15,1,16],"rotation":90,"texture":"#3"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-5,0],"translation":[0,-0.75,1.5],"scale":[0.68,0.68,0.68]},"thirdperson_lefthand":{"rotation":[0,-5,0],"translation":[0,-0.75,1.5],"scale":[0.68,0.68,0.68]},"firstperson_righthand":{"translation":[1.5,-0.5,-7.75],"scale":[0.87,0.87,0.87]},"firstperson_lefthand":{"translation":[1.5,-0.5,-7.75],"scale":[0.87,0.87,0.87]},"gui":{"rotation":[5,137,0],"translation":[-2.5,-1.25,0],"scale":[0.82,0.82,0.82]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/trapper_crescent.json b/assets/minecraft/models/item/wynn/skin/bow/trapper_crescent.json new file mode 100644 index 000000000..9f57f0cd8 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/trapper_crescent.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/nature_gradient","1":"skins/repeater","3":"skins/gems","4":"skins/red_gradient","5":"skins/soul_heart","particle":"skins/nature_gradient"},"elements":[{"from":[6.5,2.4,4],"to":[9.5,4.55,7],"rotation":{"angle":45,"axis":"y","origin":[8,3.25,5.5]},"faces":{"north":{"uv":[13,13,15,16],"rotation":270,"texture":"#0"},"east":{"uv":[13.5,13,15.5,16],"rotation":270,"texture":"#0"},"south":{"uv":[11,13,14,16],"rotation":270,"texture":"#0"},"west":{"uv":[11,13,14,16],"rotation":270,"texture":"#0"},"up":{"uv":[13,13,16,16],"texture":"#0"},"down":{"uv":[11,13,14,16],"texture":"#0"}}},{"from":[19.34111,4.35995,7.77609],"to":[20.14111,4.65995,8.07609],"rotation":{"angle":-45,"axis":"y","origin":[14.06175,4.51744,8.51227]},"faces":{"north":{"uv":[9.5,14.5,11,15.5],"rotation":180,"texture":"#0"},"east":{"uv":[9.5,14.5,10.5,15.5],"texture":"#0"},"south":{"uv":[9.5,14.5,11,15.5],"texture":"#0"},"west":{"uv":[9.5,14.5,10.5,15.5],"texture":"#0"},"up":{"uv":[9.5,14.5,11,15.5],"texture":"#0"},"down":{"uv":[9.5,14.5,11,15.5],"texture":"#0"}}},{"from":[15.2162,4.15995,14.20256],"to":[15.7162,4.65995,15.50256],"rotation":{"angle":22.5,"axis":"y","origin":[14.26175,4.41744,8.41227]},"faces":{"north":{"uv":[6.5,15,7.5,16],"texture":"#0"},"east":{"uv":[6.5,15,8.5,16],"rotation":180,"texture":"#0"},"south":{"uv":[6.5,15,7.5,16],"texture":"#0"},"west":{"uv":[6.5,15,8.5,16],"texture":"#0"},"up":{"uv":[6.5,15,8.5,16],"rotation":90,"texture":"#0"},"down":{"uv":[6.5,15,8.5,16],"rotation":270,"texture":"#0"}}},{"from":[18.45345,4.30995,9.8612],"to":[19.35345,4.70995,10.2612],"rotation":{"angle":-22.5,"axis":"y","origin":[14.06175,4.51744,8.51227]},"faces":{"north":{"uv":[9.5,14.5,11,15.5],"rotation":180,"texture":"#0"},"east":{"uv":[9.5,14.5,10.5,15.5],"texture":"#0"},"south":{"uv":[9.5,14.5,11,15.5],"texture":"#0"},"west":{"uv":[9.5,14.5,10.5,15.5],"texture":"#0"},"up":{"uv":[9.5,14.5,11,15.5],"texture":"#0"},"down":{"uv":[9.5,14.5,11,15.5],"texture":"#0"}}},{"from":[1.80802,3.32493,2.18577],"to":[2.20802,3.72493,3.33577],"rotation":{"angle":-22.5,"axis":"y","origin":[2.37039,3.27398,2.85189]},"faces":{"north":{"uv":[4,5.5,5,7],"rotation":270,"texture":"#0"},"east":{"uv":[4,5.5,5,7],"rotation":270,"texture":"#0"},"west":{"uv":[4,5.5,5,7],"rotation":90,"texture":"#0"},"up":{"uv":[4,5.5,5,7],"rotation":180,"texture":"#0"},"down":{"uv":[4,5.5,5,7],"texture":"#0"}}},{"from":[16.28329,3.32493,5.06871],"to":[17.18329,3.72493,5.46871],"rotation":{"angle":-45,"axis":"y","origin":[14.66175,3.51744,8.81227]},"faces":{"north":{"uv":[3.5,14,5,15],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,14,4.5,15],"texture":"#0"},"south":{"uv":[3.5,14,5,15],"texture":"#0"},"up":{"uv":[3.5,14,5,15],"texture":"#0"},"down":{"uv":[3.5,14,5,15],"texture":"#0"}}},{"from":[19.31401,4.10995,9.28682],"to":[20.21401,4.70995,9.88682],"rotation":{"angle":-45,"axis":"y","origin":[14.26175,4.41744,8.41227]},"faces":{"north":{"uv":[6.5,15,8,16],"rotation":180,"texture":"#0"},"east":{"uv":[6.5,15,7.5,16],"texture":"#0"},"south":{"uv":[6.5,15,8,16],"texture":"#0"},"west":{"uv":[6.5,15,7.5,16],"texture":"#0"},"up":{"uv":[6.5,15,8,16],"texture":"#0"},"down":{"uv":[6.5,15,8,16],"texture":"#0"}}},{"from":[18.34361,3.274,8.59628],"to":[18.84361,3.774,9.09628],"rotation":{"angle":22.5,"axis":"y","origin":[14.66175,3.51744,8.81227]},"faces":{"east":{"uv":[3.5,14,4.5,15],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,14,4.5,15],"texture":"#0"},"west":{"uv":[3.5,14,4.5,15],"texture":"#0"},"up":{"uv":[3.5,14,4.5,15],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,14,4.5,15],"rotation":270,"texture":"#0"}}},{"from":[1.58533,3.22283,3.03692],"to":[2.18533,3.82283,3.88692],"rotation":{"angle":0,"axis":"y","origin":[1.88533,3.52283,3.26192]},"faces":{"north":{"uv":[4,5.5,5,6.5],"rotation":270,"texture":"#0"},"east":{"uv":[4,5.5,5,6.5],"rotation":270,"texture":"#0"},"west":{"uv":[4,5.5,5,6.5],"rotation":90,"texture":"#0"},"up":{"uv":[4,5.5,5,6.5],"rotation":180,"texture":"#0"},"down":{"uv":[4,5.5,5,6.5],"texture":"#0"}}},{"from":[15.52772,3.22283,4.83986],"to":[16.12772,3.82283,5.43986],"rotation":{"angle":-45,"axis":"y","origin":[14.66175,3.51744,8.81227]},"faces":{"north":{"uv":[3.5,14,4.5,15],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,14,4.5,15],"texture":"#0"},"south":{"uv":[3.5,14,4.5,15],"texture":"#0"},"up":{"uv":[3.5,14,4.5,15],"texture":"#0"},"down":{"uv":[3.5,14,4.5,15],"texture":"#0"}}},{"from":[16.9576,3.9132,11.21247],"to":[17.6576,4.6132,11.91247],"rotation":{"angle":0,"axis":"y","origin":[14.66175,4.26744,8.81227]},"faces":{"north":{"uv":[9.5,14.5,10.5,15.5],"rotation":180,"texture":"#0"},"east":{"uv":[9.5,14.5,10.5,15.5],"texture":"#0"},"south":{"uv":[9.5,14.5,10.5,15.5],"texture":"#0"},"west":{"uv":[9.5,14.5,10.5,15.5],"texture":"#0"},"up":{"uv":[9.5,14.5,10.5,15.5],"texture":"#0"},"down":{"uv":[9.5,14.5,10.5,15.5],"texture":"#0"}}},{"from":[16.34712,3.17168,5.44753],"to":[17.04712,3.87168,6.14753],"rotation":{"angle":-22.5,"axis":"y","origin":[14.66175,3.51744,8.81227]},"faces":{"north":{"uv":[3.5,14,4.5,15],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,14,4.5,15],"texture":"#0"},"south":{"uv":[3.5,14,4.5,15],"texture":"#0"},"west":{"uv":[3.5,14,4.5,15],"texture":"#0"},"up":{"uv":[3.5,14,4.5,15],"texture":"#0"},"down":{"uv":[3.5,14,4.5,15],"texture":"#0"}}},{"from":[14.99857,3.9132,12.01061],"to":[15.69857,4.6132,13.46061],"rotation":{"angle":22.5,"axis":"y","origin":[14.86175,4.26744,8.81227]},"faces":{"north":{"uv":[6.5,15,7.5,16],"texture":"#0"},"east":{"uv":[6.5,15,7.5,16],"rotation":180,"texture":"#0"},"south":{"uv":[6.5,15,7.5,16],"texture":"#0"},"west":{"uv":[6.5,15,7.5,16],"texture":"#0"},"up":{"uv":[6.5,15,7.5,16],"rotation":90,"texture":"#0"},"down":{"uv":[6.5,15,7.5,16],"rotation":270,"texture":"#0"}}},{"from":[1.82549,3.12079,3.80678],"to":[2.62549,3.92079,4.85678],"rotation":{"angle":-22.5,"axis":"y","origin":[2.37039,3.27398,2.85189]},"faces":{"north":{"uv":[4,5.5,5,6.5],"rotation":270,"texture":"#0"},"west":{"uv":[4,5.5,5,6.5],"rotation":90,"texture":"#0"},"up":{"uv":[4,5.5,5,6.5],"rotation":180,"texture":"#0"},"down":{"uv":[4,5.5,5,6.5],"texture":"#0"}}},{"from":[14.51229,3.12079,4.88619],"to":[15.31229,3.92079,5.68619],"rotation":{"angle":-45,"axis":"y","origin":[14.66175,3.51744,8.81227]},"faces":{"north":{"uv":[3.5,14,4.5,15],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,14,4.5,15],"texture":"#0"},"south":{"uv":[3.5,14,4.5,15],"texture":"#0"},"up":{"uv":[3.5,14,4.5,15],"texture":"#0"},"down":{"uv":[3.5,14,4.5,15],"texture":"#0"}}},{"from":[-2.76393,4.11409,13.39144],"to":[-1.96393,4.91409,14.19144],"rotation":{"angle":0,"axis":"y","origin":[0.5581,4.51439,8.95246]},"faces":{"east":{"uv":[9,5.5,10,6.5],"rotation":180,"texture":"#0"},"south":{"uv":[9,5.5,10,6.5],"rotation":180,"texture":"#0"},"west":{"uv":[9,5.5,10,6.5],"rotation":180,"texture":"#0"},"up":{"uv":[9,5.5,10,6.5],"rotation":180,"texture":"#0"},"down":{"uv":[9,5.5,10,6.5],"rotation":180,"texture":"#0"}}},{"from":[15.19118,3.07042,5.102],"to":[16.09118,3.97042,6.002],"rotation":{"angle":-22.5,"axis":"y","origin":[14.66175,3.51744,8.81227]},"faces":{"north":{"uv":[3.5,14,4.5,15],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,14,4.5,15],"texture":"#0"},"south":{"uv":[3.5,14,4.5,15],"texture":"#0"},"up":{"uv":[3.5,14,4.5,15],"texture":"#0"},"down":{"uv":[3.5,14,4.5,15],"texture":"#0"}}},{"from":[-4.34484,4.06446,11.25347],"to":[-3.44484,4.96446,12.15347],"rotation":{"angle":22.5,"axis":"y","origin":[0.5581,4.51439,8.95246]},"faces":{"north":{"uv":[9.5,5.5,10.5,6.5],"rotation":180,"texture":"#0"},"east":{"uv":[9.5,5.5,10.5,6.5],"rotation":180,"texture":"#0"},"south":{"uv":[9.5,5.5,10.5,6.5],"rotation":180,"texture":"#0"},"west":{"uv":[9.5,5.5,10.5,6.5],"rotation":180,"texture":"#0"},"up":{"uv":[9.5,5.5,10.5,6.5],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,5.5,10.5,6.5],"rotation":180,"texture":"#0"}}},{"from":[-2.58064,4.21446,13.60347],"to":[17.51936,4.41446,13.80347],"rotation":{"angle":0,"axis":"y","origin":[9.59741,5.21485,10.31843]},"faces":{"north":{"uv":[8.5,13.5,9,14],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,13.5,9,14],"texture":"#0"},"south":{"uv":[8.5,13.5,9,14],"texture":"#0"},"up":{"uv":[8.5,13.5,9,14],"texture":"#0"},"down":{"uv":[8.5,13.5,9,14],"texture":"#0"}}},{"from":[17.21936,3.56446,10.00347],"to":[18.11936,4.46446,10.90347],"rotation":{"angle":-22.5,"axis":"y","origin":[14.66175,4.01744,8.81227]},"faces":{"north":{"uv":[9.5,14.5,10.5,15.5],"rotation":180,"texture":"#0"},"east":{"uv":[9.5,14.5,10.5,15.5],"texture":"#0"},"south":{"uv":[9.5,14.5,10.5,15.5],"texture":"#0"},"west":{"uv":[9.5,14.5,10.5,15.5],"texture":"#0"},"up":{"uv":[9.5,14.5,10.5,15.5],"texture":"#0"},"down":{"uv":[9.5,14.5,10.5,15.5],"texture":"#0"}}},{"from":[-3.11945,3.81482,12.02019],"to":[-2.11945,4.81482,13.02019],"rotation":{"angle":0,"axis":"y","origin":[0.5581,4.31439,8.95246]},"faces":{"north":{"uv":[11.5,5.5,12.5,6.5],"rotation":180,"texture":"#0"},"east":{"uv":[11.5,5.5,12.5,6.5],"rotation":180,"texture":"#0"},"south":{"uv":[11.5,5.5,12.5,6.5],"rotation":180,"texture":"#0"},"west":{"uv":[11.5,5.5,12.5,6.5],"rotation":180,"texture":"#0"},"up":{"uv":[11.5,5.5,12.5,6.5],"rotation":180,"texture":"#0"},"down":{"uv":[11.5,5.5,12.5,6.5],"rotation":180,"texture":"#0"}}},{"from":[16.42868,3.36482,10.30156],"to":[17.42868,4.36482,11.30156],"rotation":{"angle":0,"axis":"y","origin":[14.66175,3.86744,8.81227]},"faces":{"north":{"uv":[9.5,14.5,10.5,15.5],"rotation":180,"texture":"#0"},"east":{"uv":[9.5,14.5,10.5,15.5],"texture":"#0"},"south":{"uv":[9.5,14.5,10.5,15.5],"texture":"#0"},"west":{"uv":[9.5,14.5,10.5,15.5],"texture":"#0"},"up":{"uv":[9.5,14.5,10.5,15.5],"texture":"#0"},"down":{"uv":[9.5,14.5,10.5,15.5],"texture":"#0"}}},{"from":[4.46079,2.91983,4.15672],"to":[6.66079,4.11983,5.35672],"rotation":{"angle":-22.5,"axis":"y","origin":[5.56079,3.51983,4.75672]},"faces":{"north":{"uv":[4,5.5,6,8.5],"rotation":90,"texture":"#0"},"south":{"uv":[4,5.5,6,8.5],"rotation":270,"texture":"#0"},"up":{"uv":[4,5.5,6,8.5],"rotation":270,"texture":"#0"},"down":{"uv":[4,5.5,6,8.5],"rotation":270,"texture":"#0"}}},{"from":[0.85484,2.76133,4.85004],"to":[4.35484,4.26133,6.35004],"rotation":{"angle":22.5,"axis":"y","origin":[0.5581,3.51439,8.95246]},"faces":{"north":{"uv":[4,5.5,7.5,7],"rotation":180,"texture":"#0"},"east":{"uv":[4,5.5,5.5,7],"rotation":180,"texture":"#0"},"south":{"uv":[4,7,7.5,5.5],"rotation":180,"texture":"#0"},"west":{"uv":[4,5.5,5.5,7],"rotation":180,"texture":"#0"},"up":{"uv":[4,5.5,7.5,7],"rotation":180,"texture":"#0"},"down":{"uv":[4,5.5,7.5,7],"rotation":180,"texture":"#0"}}},{"from":[2.42967,2.81517,3.77452],"to":[4.82967,4.21517,5.17452],"rotation":{"angle":0,"axis":"y","origin":[0.5581,3.51439,8.95246]},"faces":{"north":{"uv":[4,5.5,6,8.5],"rotation":90,"texture":"#0"},"east":{"uv":[4,5.5,6,8.5],"rotation":270,"texture":"#0"},"south":{"uv":[4,5.5,6,8.5],"rotation":270,"texture":"#0"},"up":{"uv":[4,5.5,6,8.5],"rotation":270,"texture":"#0"},"down":{"uv":[4,5.5,6,8.5],"rotation":270,"texture":"#0"}}},{"from":[11.47233,2.9152,2.55695],"to":[13.67233,4.1152,3.75695],"rotation":{"angle":22.5,"axis":"y","origin":[14.66175,3.51744,8.81227]},"faces":{"north":{"uv":[13,13,16,15],"rotation":180,"texture":"#0"},"south":{"uv":[13,14,16,16],"texture":"#0"},"up":{"uv":[12,13.5,15,15.5],"texture":"#0"},"down":{"uv":[13,14,16,16],"texture":"#0"}}},{"from":[11.23935,2.8152,3.31723],"to":[14.63935,4.2152,4.71723],"rotation":{"angle":0,"axis":"y","origin":[14.66175,3.51744,8.81227]},"faces":{"north":{"uv":[10.5,13.5,14.5,15.5],"texture":"#0"},"east":{"uv":[3.5,14,5.5,16],"texture":"#0"},"south":{"uv":[12,14,16,16],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,14,5.5,16],"texture":"#0"},"up":{"uv":[11,15,15,13],"rotation":180,"texture":"#0"},"down":{"uv":[11.5,13.5,15.5,15.5],"rotation":180,"texture":"#0"}}},{"from":[-0.49969,3.11733,5.69441],"to":[2.70031,4.31733,6.89441],"rotation":{"angle":45,"axis":"y","origin":[0.5581,3.71439,8.95246]},"faces":{"north":{"uv":[7.5,6,11.5,8],"texture":"#0"},"east":{"uv":[4,5.5,6,9.5],"rotation":270,"texture":"#0"},"south":{"uv":[0.5,6,4.5,8],"texture":"#0"},"west":{"uv":[4,5.5,6,9.5],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,5.5,8.5,7.5],"texture":"#0"},"down":{"uv":[4,6,8,8],"rotation":180,"texture":"#0"}}},{"from":[10.75952,2.91733,5.082],"to":[13.95952,4.11733,6.282],"rotation":{"angle":-45,"axis":"y","origin":[14.66175,3.51744,8.81227]},"faces":{"north":{"uv":[6.5,13,2.5,15],"texture":"#0"},"east":{"uv":[2,13,4,15],"texture":"#0"},"south":{"uv":[0,14,4,16],"texture":"#0"},"up":{"uv":[6,13,2,15],"texture":"#0"},"down":{"uv":[2,13,6,15],"texture":"#0"}}},{"from":[-2.42226,3.3666,7.39691],"to":[-1.32226,4.4666,10.49691],"rotation":{"angle":0,"axis":"y","origin":[0.5581,3.91439,8.95246]},"faces":{"north":{"uv":[4,5.5,6,9.5],"texture":"#0"},"east":{"uv":[12,6.5,16,8.5],"rotation":180,"texture":"#0"},"south":{"uv":[4,5.5,6,9.5],"rotation":180,"texture":"#0"},"west":{"uv":[6,5.5,10,7.5],"rotation":180,"texture":"#0"},"up":{"uv":[0.5,6.5,4.5,8.5],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,5.5,9.5,7.5],"rotation":270,"texture":"#0"}}},{"from":[15.63149,3.0666,5.67828],"to":[16.73149,4.1666,8.77828],"rotation":{"angle":0,"axis":"y","origin":[14.66175,3.61744,8.81227]},"faces":{"north":{"uv":[4,13.5,6,15.5],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,14,7.5,16],"texture":"#0"},"west":{"uv":[6.5,16,10.5,14],"texture":"#0"},"up":{"uv":[5.5,13,9.5,15],"rotation":90,"texture":"#0"},"down":{"uv":[2,14,6,16],"rotation":90,"texture":"#0"}}},{"from":[-1.76121,3.41744,11.03294],"to":[-0.56121,4.61744,13.23294],"rotation":{"angle":-22.5,"axis":"y","origin":[0.5581,4.01439,8.95246]},"faces":{"north":{"uv":[4,5.5,6,8.5],"rotation":270,"texture":"#0"},"east":{"uv":[4,5.5,6,8.5],"rotation":270,"texture":"#0"},"south":{"uv":[4,5.5,6,8.5],"rotation":270,"texture":"#0"},"west":{"uv":[4,5.5,6,8.5],"rotation":90,"texture":"#0"},"up":{"uv":[4,5.5,6,8.5],"rotation":180,"texture":"#0"},"down":{"uv":[4,5.5,6,8.5],"texture":"#0"}}},{"from":[15.5438,3.01744,9.08598],"to":[16.7438,4.21744,11.28598],"rotation":{"angle":22.5,"axis":"y","origin":[14.66175,3.61744,8.81227]},"faces":{"north":{"uv":[7,14,9,16],"texture":"#0"},"east":{"uv":[6,15,3,13],"rotation":180,"texture":"#0"},"south":{"uv":[7,14,9,16],"texture":"#0"},"west":{"uv":[7,14,10,16],"texture":"#0"},"up":{"uv":[9.5,14,12.5,16],"rotation":90,"texture":"#0"},"down":{"uv":[3,14,6,16],"rotation":270,"texture":"#0"}}},{"from":[6,2.5,5.55],"to":[10,4.5,8.5],"rotation":{"angle":0,"axis":"y","origin":[7.5,4,7.05]},"faces":{"east":{"uv":[1,13,5,15.25],"texture":"#1"},"south":{"uv":[1,13,5,15.25],"texture":"#1"},"west":{"uv":[1,13,5,15.25],"texture":"#1"},"up":{"uv":[1,12,5,16],"texture":"#1"},"down":{"uv":[1,11.5,5,15.5],"texture":"#1"}}},{"from":[6.49,2.73497,8.0648],"to":[9.51,4.25497,11.0848],"rotation":{"angle":22.5,"axis":"x","origin":[8,3.49497,8.9748]},"faces":{"north":{"uv":[5,6,8,7.5],"texture":"#0"},"east":{"uv":[5,6,8,7.5],"texture":"#0"},"south":{"uv":[5.5,6.5,8.5,8],"texture":"#0"},"west":{"uv":[5,6,8,7.5],"texture":"#0"},"up":{"uv":[5,5.5,8,8.5],"texture":"#0"},"down":{"uv":[5,6,8,9],"texture":"#0"}}},{"from":[6.5,1.99536,7.62335],"to":[9.5,3.49536,10.62335],"rotation":{"angle":0,"axis":"x","origin":[8,2.74536,9.12335]},"faces":{"north":{"uv":[5,6,8,7.5],"texture":"#0"},"east":{"uv":[5,6,8,7.5],"texture":"#0"},"west":{"uv":[5,6,8,7.5],"texture":"#0"},"down":{"uv":[5,5.5,8,8.5],"rotation":180,"texture":"#0"}}},{"from":[5,2.5,2.5],"to":[7,4.5,3.5],"rotation":{"angle":22.5,"axis":"y","origin":[6,3.5,3.125]},"faces":{"north":{"uv":[3.5,11,5.5,13],"texture":"#5"},"east":{"uv":[3.5,11,4.5,13],"texture":"#5"},"south":{"uv":[3.5,11,5.5,13],"texture":"#5"},"west":{"uv":[3.5,11,4.5,13],"texture":"#5"},"up":{"uv":[3.5,11,4.5,13],"rotation":90,"texture":"#5"},"down":{"uv":[4,11,5,13],"rotation":90,"texture":"#5"}}},{"from":[9,2.5,2.5],"to":[11,4.5,3.5],"rotation":{"angle":-22.5,"axis":"y","origin":[10,3.5,3.125]},"faces":{"north":{"uv":[3.5,11,5.5,13],"texture":"#5"},"east":{"uv":[3.5,11,4.5,13],"texture":"#5"},"south":{"uv":[3.5,11,5.5,13],"texture":"#5"},"west":{"uv":[3.5,11,4.5,13],"texture":"#5"},"up":{"uv":[3.5,11,4.5,13],"rotation":90,"texture":"#5"},"down":{"uv":[4,11,5,13],"rotation":90,"texture":"#5"}}},{"from":[4.35007,2.6,3.10006],"to":[5.15007,3.4,4.90006],"rotation":{"angle":-22.5,"axis":"y","origin":[4.90705,3.5,4.78927]},"faces":{"east":{"uv":[8.5,14,9.5,16],"rotation":270,"texture":"#0"},"south":{"uv":[8.5,14,9.5,15],"rotation":270,"texture":"#0"},"west":{"uv":[8,13.5,9,15.5],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,14,10.5,15],"rotation":270,"texture":"#0"},"down":{"uv":[8.5,14,10.5,15],"rotation":270,"texture":"#0"}}},{"from":[10.84993,2.6,3.10006],"to":[11.64993,3.4,4.90006],"rotation":{"angle":22.5,"axis":"y","origin":[11.09295,3.5,4.78927]},"faces":{"east":{"uv":[8,15.5,9,13.5],"rotation":270,"texture":"#0"},"south":{"uv":[8.5,15,9.5,14],"rotation":270,"texture":"#0"},"west":{"uv":[8.5,16,9.5,14],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,15,10.5,14],"rotation":270,"texture":"#0"},"down":{"uv":[8.5,15,10.5,14],"rotation":270,"texture":"#0"}}},{"from":[4.35007,3.6,3.10006],"to":[5.15007,4.4,4.90006],"rotation":{"angle":-22.5,"axis":"y","origin":[4.90705,4.5,4.78927]},"faces":{"east":{"uv":[8.5,14,9.5,16],"rotation":270,"texture":"#0"},"south":{"uv":[8.5,14,9.5,15],"rotation":270,"texture":"#0"},"west":{"uv":[9,13,10,15],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,14,10.5,15],"rotation":270,"texture":"#0"},"down":{"uv":[8.5,14,10.5,15],"rotation":270,"texture":"#0"}}},{"from":[10.84993,3.6,3.10006],"to":[11.64993,4.4,4.90006],"rotation":{"angle":22.5,"axis":"y","origin":[11.09295,4.5,4.78927]},"faces":{"east":{"uv":[9,15,10,13],"rotation":270,"texture":"#0"},"south":{"uv":[8.5,15,9.5,14],"rotation":270,"texture":"#0"},"west":{"uv":[8.5,16,9.5,14],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,15,10.5,14],"rotation":270,"texture":"#0"},"down":{"uv":[8.5,15,10.5,14],"rotation":270,"texture":"#0"}}},{"from":[4.20931,3.6,7.51579],"to":[5.00931,4.4,10.31579],"rotation":{"angle":-45,"axis":"y","origin":[5.25327,4,10.47594]},"faces":{"east":{"uv":[5,6,7,7],"texture":"#0"},"south":{"uv":[5,6,6,7],"texture":"#0"},"west":{"uv":[5,6,7,7],"texture":"#0"},"up":{"uv":[5,6,6,8],"texture":"#0"},"down":{"uv":[5,6,6,8],"texture":"#0"}}},{"from":[10.99069,3.6,7.26579],"to":[11.79069,4.4,10.06579],"rotation":{"angle":45,"axis":"y","origin":[10.74673,4,10.22594]},"faces":{"east":{"uv":[5,6,7,7],"texture":"#0"},"south":{"uv":[5,6,6,7],"texture":"#0"},"west":{"uv":[5,6,7,7],"texture":"#0"},"up":{"uv":[5,6,6,8],"texture":"#0"},"down":{"uv":[5,6,6,8],"texture":"#0"}}},{"from":[8.84673,5.99396,5.26579],"to":[9.64673,6.79396,10.06579],"rotation":{"angle":-45,"axis":"x","origin":[9.24673,5.75,10.22594]},"faces":{"north":{"uv":[3.5,6.5,8.5,7.5],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,6.5,8.5,7.5],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,6.5,8.5,7.5],"rotation":270,"texture":"#0"},"west":{"uv":[8.5,7,13.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[3,5.5,8,6.5],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,6.5,8.5,7.5],"rotation":270,"texture":"#0"}}},{"from":[6.65327,3.13985,7.28198],"to":[7.45327,4.93985,8.08198],"rotation":{"angle":45,"axis":"x","origin":[8,5.1,8.32594]},"faces":{"north":{"uv":[12,14,14,15],"rotation":270,"texture":"#0"},"east":{"uv":[7,14,9,15],"rotation":270,"texture":"#0"},"south":{"uv":[7,14,9,15],"rotation":270,"texture":"#0"},"west":{"uv":[14,14.5,16,15.5],"rotation":270,"texture":"#0"},"up":{"uv":[15,14.5,16,15.5],"rotation":270,"texture":"#0"}}},{"from":[8.54673,3.13985,7.28198],"to":[9.34673,4.93985,8.08198],"rotation":{"angle":45,"axis":"x","origin":[8,5.1,8.32594]},"faces":{"north":{"uv":[12,13,14,14],"rotation":270,"texture":"#0"},"east":{"uv":[13,14,15,15],"rotation":270,"texture":"#0"},"south":{"uv":[7,14,9,15],"rotation":270,"texture":"#0"},"west":{"uv":[7,14,9,15],"rotation":270,"texture":"#0"},"up":{"uv":[15,15,16,16],"rotation":270,"texture":"#0"}}},{"from":[4.45007,2.7,4.67848],"to":[5.05007,3.3,6.27848],"rotation":{"angle":0,"axis":"y","origin":[4.90705,3.5,4.78927]},"faces":{"east":{"uv":[11.5,14,13.5,15],"texture":"#0"},"south":{"uv":[11.5,14,12.5,15],"texture":"#0"},"west":{"uv":[11.5,14,13.5,15],"texture":"#0"},"up":{"uv":[13,14,14,16],"rotation":180,"texture":"#0"},"down":{"uv":[12,14,13,16],"texture":"#0"}}},{"from":[10.94993,2.7,4.67848],"to":[11.54993,3.3,6.27848],"rotation":{"angle":0,"axis":"y","origin":[11.09295,3.5,4.78927]},"faces":{"east":{"uv":[13.5,14,11.5,15],"texture":"#0"},"south":{"uv":[12.5,14,11.5,15],"texture":"#0"},"west":{"uv":[13.5,14,11.5,15],"texture":"#0"},"up":{"uv":[14,14,13,16],"rotation":180,"texture":"#0"},"down":{"uv":[13,14,12,16],"texture":"#0"}}},{"from":[5.15007,3.7,4.27848],"to":[5.75007,4.3,5.87848],"rotation":{"angle":22.5,"axis":"y","origin":[5.69765,4,6.35648]},"faces":{"east":{"uv":[12.5,14,13.5,16],"rotation":270,"texture":"#0"},"south":{"uv":[12.5,14,13.5,15],"rotation":270,"texture":"#0"},"west":{"uv":[13.5,13,14.5,15],"rotation":270,"texture":"#0"},"up":{"uv":[12.5,14,14.5,15],"rotation":270,"texture":"#0"},"down":{"uv":[12.5,14,14.5,15],"rotation":270,"texture":"#0"}}},{"from":[10.24993,3.7,4.27848],"to":[10.84993,4.3,5.87848],"rotation":{"angle":-22.5,"axis":"y","origin":[10.30235,4,6.35648]},"faces":{"east":{"uv":[12.5,16,13.5,14],"rotation":270,"texture":"#0"},"south":{"uv":[12.5,15,13.5,14],"rotation":270,"texture":"#0"},"west":{"uv":[12.5,16,13.5,14],"rotation":270,"texture":"#0"},"up":{"uv":[12.5,15,14.5,14],"rotation":270,"texture":"#0"},"down":{"uv":[12.5,15,14.5,14],"rotation":270,"texture":"#0"}}},{"from":[4.6836,3.7,9.61247],"to":[5.2836,4.3,11.21247],"rotation":{"angle":0,"axis":"y","origin":[5.25327,4,10.47594]},"faces":{"east":{"uv":[5,6,7,7],"texture":"#0"},"south":{"uv":[5,6,6,7],"texture":"#0"},"west":{"uv":[5,6,7,7],"texture":"#0"},"up":{"uv":[5,6,6,8],"texture":"#0"},"down":{"uv":[5,6,6,8],"texture":"#0"}}},{"from":[10.7164,3.7,9.36247],"to":[11.3164,4.3,10.96247],"rotation":{"angle":0,"axis":"y","origin":[10.74673,4,10.22594]},"faces":{"east":{"uv":[5,6,7,7],"texture":"#0"},"south":{"uv":[5,6,6,7],"texture":"#0"},"west":{"uv":[5,6,7,7],"texture":"#0"},"up":{"uv":[5,6,6,8],"texture":"#0"},"down":{"uv":[5,6,6,8],"texture":"#0"}}},{"from":[8.94673,5.71967,9.36247],"to":[9.54673,6.31967,10.96247],"rotation":{"angle":0,"axis":"y","origin":[9.24673,5.75,10.22594]},"faces":{"east":{"uv":[5,6,7,7],"rotation":180,"texture":"#0"},"south":{"uv":[5,6,6,7],"rotation":180,"texture":"#0"},"west":{"uv":[5,6,7,7],"rotation":180,"texture":"#0"},"up":{"uv":[5,6,6,8],"rotation":180,"texture":"#0"},"down":{"uv":[5,6,6,8],"rotation":180,"texture":"#0"}}},{"from":[6.75327,5.06967,7.46247],"to":[7.35327,5.66967,9.06247],"rotation":{"angle":0,"axis":"x","origin":[8,5.1,8.32594]},"faces":{"east":{"uv":[7,14,9,15],"texture":"#0"},"south":{"uv":[7,14,8,15],"texture":"#0"},"west":{"uv":[10.5,6,12.5,7],"texture":"#0"},"up":{"uv":[10.5,6,11.5,8],"texture":"#0"},"down":{"uv":[7,14,8,16],"texture":"#0"}}},{"from":[8.64673,5.06967,7.46247],"to":[9.24673,5.66967,9.06247],"rotation":{"angle":0,"axis":"x","origin":[8,5.1,8.32594]},"faces":{"east":{"uv":[7,14,9,15],"rotation":180,"texture":"#0"},"south":{"uv":[7,14,8,15],"rotation":180,"texture":"#0"},"west":{"uv":[5,6,7,7],"rotation":180,"texture":"#0"},"up":{"uv":[10,6,11,8],"texture":"#0"},"down":{"uv":[7,14,8,16],"rotation":180,"texture":"#0"}}},{"from":[4.45069,2.8,6.1789],"to":[4.85069,3.2,7.5789],"rotation":{"angle":22.5,"axis":"y","origin":[4.65069,3.5,5.9789]},"faces":{"east":{"uv":[13.5,13.5,14.5,15.5],"rotation":270,"texture":"#0"},"south":{"uv":[13.5,13.5,14.5,14.5],"rotation":270,"texture":"#0"},"west":{"uv":[13.5,13.5,14.5,15.5],"rotation":270,"texture":"#0"},"up":{"uv":[13.5,13.5,15.5,14.5],"rotation":270,"texture":"#0"},"down":{"uv":[13.5,13.5,15.5,14.5],"rotation":270,"texture":"#0"}}},{"from":[11.14931,2.8,6.1789],"to":[11.54931,3.2,7.5789],"rotation":{"angle":-22.5,"axis":"y","origin":[11.34931,3.5,5.9789]},"faces":{"east":{"uv":[13.5,15.5,14.5,13.5],"rotation":270,"texture":"#0"},"south":{"uv":[13.5,14.5,14.5,13.5],"rotation":270,"texture":"#0"},"west":{"uv":[13.5,15.5,14.5,13.5],"rotation":270,"texture":"#0"},"up":{"uv":[13.5,14.5,15.5,13.5],"rotation":270,"texture":"#0"},"down":{"uv":[13.5,14.5,15.5,13.5],"rotation":270,"texture":"#0"}}},{"from":[5.47467,3.8,5.70531],"to":[5.87467,4.2,7.10531],"rotation":{"angle":45,"axis":"y","origin":[5.69765,4,6.35648]},"faces":{"east":{"uv":[13.5,14,14.5,16],"rotation":270,"texture":"#0"},"west":{"uv":[13.5,14,14.5,16],"rotation":270,"texture":"#0"},"up":{"uv":[13.5,14,15.5,15],"rotation":270,"texture":"#0"},"down":{"uv":[13.5,14,15.5,15],"rotation":270,"texture":"#0"}}},{"from":[10.12533,3.8,5.70531],"to":[10.52533,4.2,7.10531],"rotation":{"angle":-45,"axis":"y","origin":[10.30235,4,6.35648]},"faces":{"east":{"uv":[13.5,16,14.5,14],"rotation":270,"texture":"#0"},"west":{"uv":[13.5,16,14.5,14],"rotation":270,"texture":"#0"},"up":{"uv":[13.5,15,15.5,14],"rotation":270,"texture":"#0"},"down":{"uv":[13.5,15,15.5,14],"rotation":270,"texture":"#0"}}},{"from":[4.5451,3.8,10.93841],"to":[4.9451,4.2,12.33841],"rotation":{"angle":22.5,"axis":"y","origin":[5.25327,4,10.47594]},"faces":{"east":{"uv":[5,6,7,7],"texture":"#0"},"south":{"uv":[5,6,6,7],"texture":"#0"},"west":{"uv":[5,6,7,7],"texture":"#0"},"up":{"uv":[5,6,6,8],"texture":"#0"},"down":{"uv":[5,6,6,8],"texture":"#0"}}},{"from":[11.0549,3.8,10.68841],"to":[11.4549,4.2,12.08841],"rotation":{"angle":-22.5,"axis":"y","origin":[10.74673,4,10.22594]},"faces":{"east":{"uv":[5,6,7,7],"texture":"#0"},"south":{"uv":[5,6,6,7],"texture":"#0"},"west":{"uv":[5,6,7,7],"texture":"#0"},"up":{"uv":[5,6,6,8],"texture":"#0"},"down":{"uv":[5,6,6,8],"texture":"#0"}}},{"from":[9.04673,6.05816,10.68841],"to":[9.44673,6.45816,12.08841],"rotation":{"angle":22.5,"axis":"x","origin":[9.24673,5.75,10.22594]},"faces":{"east":{"uv":[5,6,7,7],"rotation":180,"texture":"#0"},"south":{"uv":[5,6,6,7],"rotation":180,"texture":"#0"},"west":{"uv":[5,6,7,7],"rotation":180,"texture":"#0"},"up":{"uv":[5,6,6,8],"rotation":180,"texture":"#0"},"down":{"uv":[5,6,6,8],"rotation":180,"texture":"#0"}}},{"from":[6.34673,5.99396,5.26579],"to":[7.14673,6.79396,10.06579],"rotation":{"angle":-45,"axis":"x","origin":[6.74673,5.75,10.22594]},"faces":{"north":{"uv":[3.5,6.5,8.5,7.5],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,6.5,8.5,7.5],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,6.5,8.5,7.5],"rotation":270,"texture":"#0"},"west":{"uv":[8.5,7,13.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[3,5.5,8,6.5],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,6.5,8.5,7.5],"rotation":270,"texture":"#0"}}},{"from":[6.44673,5.71967,9.36247],"to":[7.04673,6.31967,10.96247],"rotation":{"angle":0,"axis":"y","origin":[6.74673,5.75,10.22594]},"faces":{"east":{"uv":[5,6,7,7],"rotation":180,"texture":"#0"},"south":{"uv":[5,6,6,7],"rotation":180,"texture":"#0"},"west":{"uv":[5,6,7,7],"rotation":180,"texture":"#0"},"up":{"uv":[5,6,6,8],"rotation":180,"texture":"#0"},"down":{"uv":[5,6,6,8],"rotation":180,"texture":"#0"}}},{"from":[6.54673,6.05816,10.68841],"to":[6.94673,6.45816,12.08841],"rotation":{"angle":22.5,"axis":"x","origin":[6.74673,5.75,10.22594]},"faces":{"east":{"uv":[5,6,7,7],"rotation":180,"texture":"#0"},"south":{"uv":[5,6,6,7],"rotation":180,"texture":"#0"},"west":{"uv":[5,6,7,7],"rotation":180,"texture":"#0"},"up":{"uv":[5,6,6,8],"rotation":180,"texture":"#0"},"down":{"uv":[5,6,6,8],"rotation":180,"texture":"#0"}}},{"from":[6.65327,1.94544,5.55815],"to":[7.45327,3.74544,6.35815],"rotation":{"angle":-22.5,"axis":"x","origin":[8,1.55248,7.75767]},"faces":{"north":{"uv":[14,14,12,15],"rotation":270,"texture":"#0"},"east":{"uv":[9,14,7,15],"rotation":270,"texture":"#0"},"south":{"uv":[9,14,7,15],"rotation":270,"texture":"#0"},"west":{"uv":[16,14.5,14,15.5],"rotation":270,"texture":"#0"},"up":{"uv":[8,14,7,15],"rotation":270,"texture":"#0"},"down":{"uv":[16,14.5,15,15.5],"rotation":270,"texture":"#0"}}},{"from":[6.75327,1.03633,5.63534],"to":[7.35327,1.63633,7.23534],"rotation":{"angle":0,"axis":"x","origin":[8,1.45885,7.10129]},"faces":{"north":{"uv":[7,15,8,14],"texture":"#0"},"east":{"uv":[7,15,9,14],"texture":"#0"},"west":{"uv":[12.5,15,14.5,14],"texture":"#0"},"up":{"uv":[7,16,8,14],"texture":"#0"},"down":{"uv":[12.5,16,13.5,14],"texture":"#0"}}},{"from":[8.54673,1.94544,5.55815],"to":[9.34673,3.74544,6.35815],"rotation":{"angle":-22.5,"axis":"x","origin":[8,1.55248,7.75767]},"faces":{"north":{"uv":[14,13,12,14],"rotation":270,"texture":"#0"},"east":{"uv":[15,14,13,15],"rotation":270,"texture":"#0"},"south":{"uv":[9,14,7,15],"rotation":270,"texture":"#0"},"west":{"uv":[9,14,7,15],"rotation":270,"texture":"#0"},"up":{"uv":[8,14,7,15],"rotation":270,"texture":"#0"},"down":{"uv":[16,15,15,16],"rotation":270,"texture":"#0"}}},{"from":[8.64673,1.03633,5.63534],"to":[9.24673,1.63633,7.23534],"rotation":{"angle":0,"axis":"x","origin":[8,1.45885,7.10129]},"faces":{"north":{"uv":[7,15,8,14],"rotation":180,"texture":"#0"},"east":{"uv":[7,15,9,14],"rotation":180,"texture":"#0"},"west":{"uv":[7,15,9,14],"rotation":180,"texture":"#0"},"up":{"uv":[7,16,8,14],"rotation":180,"texture":"#0"},"down":{"uv":[12,16,13,14],"texture":"#0"}}},{"from":[6.74673,1.03633,7.23534],"to":[9.24673,1.63633,7.83534],"rotation":{"angle":0,"axis":"y","origin":[8.44673,1.33633,7.53534]},"faces":{"north":{"uv":[7,15,9,14],"rotation":180,"texture":"#0"},"east":{"uv":[7,15,8,14],"rotation":180,"texture":"#0"},"south":{"uv":[7,15,9,14],"rotation":180,"texture":"#0"},"west":{"uv":[7,15,8,14],"rotation":180,"texture":"#0"},"up":{"uv":[7,16,8,14],"rotation":90,"texture":"#0"},"down":{"uv":[12,16,13,14],"rotation":90,"texture":"#0"}}},{"from":[5.09776,2.85,7.33057],"to":[5.39776,3.15,8.63057],"rotation":{"angle":0,"axis":"y","origin":[5.24776,3.5,8.08057]},"faces":{"east":{"uv":[14,14,16,14.5],"texture":"#0"},"south":{"uv":[14.5,14,15,15],"rotation":270,"texture":"#0"},"west":{"uv":[14,14,16,14.5],"rotation":180,"texture":"#0"},"up":{"uv":[14,14,16,14.5],"rotation":270,"texture":"#0"},"down":{"uv":[14,14,16,14.5],"rotation":270,"texture":"#0"}}},{"from":[10.60224,2.85,7.33057],"to":[10.90224,3.15,8.63057],"rotation":{"angle":0,"axis":"y","origin":[10.75224,3.5,8.08057]},"faces":{"east":{"uv":[16,14,14,14.5],"rotation":180,"texture":"#0"},"south":{"uv":[14.5,15,15,14],"rotation":270,"texture":"#0"},"west":{"uv":[16,14,14,14.5],"texture":"#0"},"up":{"uv":[14,14.5,16,14],"rotation":270,"texture":"#0"},"down":{"uv":[14,14.5,16,14],"rotation":270,"texture":"#0"}}},{"from":[5.3,2.8,2.05],"to":[6.7,4.2,5.45],"rotation":{"angle":22.5,"axis":"y","origin":[6,3.5,3.125]},"faces":{"north":{"uv":[1.5,11.5,3.5,13.5],"texture":"#1"},"east":{"uv":[1.5,11.5,5.5,13.5],"texture":"#1"},"west":{"uv":[1.5,11.5,5.5,13.5],"texture":"#1"},"up":{"uv":[1.5,11.5,3.5,15.5],"texture":"#1"},"down":{"uv":[1.5,11.5,3.5,15.5],"texture":"#1"}}},{"from":[9.3,2.8,2.05],"to":[10.7,4.2,5.45],"rotation":{"angle":-22.5,"axis":"y","origin":[10,3.5,3.125]},"faces":{"north":{"uv":[2,12,4,14],"texture":"#1"},"east":{"uv":[2,12,6,14],"texture":"#1"},"west":{"uv":[2,12,6,14],"texture":"#1"},"up":{"uv":[2,12,4,16],"texture":"#1"},"down":{"uv":[2,12,4,16],"texture":"#1"}}},{"from":[1.2,4,1],"to":[3.2,4.5,3],"rotation":{"angle":-22.5,"axis":"x","origin":[1.5,4.25,3.5]},"faces":{"north":{"uv":[0.5,13,3,13.5],"texture":"#3"},"east":{"uv":[0.5,13,3,13.5],"texture":"#3"},"south":{"uv":[0.5,13,3,13.5],"texture":"#3"},"west":{"uv":[0.5,13,3,13.5],"texture":"#3"},"up":{"uv":[0.5,13,3,15.5],"texture":"#3"},"down":{"uv":[0.5,13,3,15.5],"texture":"#3"}}},{"from":[13.2,1.87597,2.96418],"to":[15.2,3.87597,3.46418],"rotation":{"angle":-22.5,"axis":"x","origin":[14.2,2.87597,3.21418]},"faces":{"north":{"uv":[0.5,13,3,15.5],"rotation":180,"texture":"#3"},"east":{"uv":[0.5,13,3,13.5],"rotation":270,"texture":"#3"},"south":{"uv":[0.5,13,3,15.5],"texture":"#3"},"west":{"uv":[0.5,13,3,13.5],"rotation":90,"texture":"#3"},"up":{"uv":[0.5,13,3,13.5],"rotation":180,"texture":"#3"},"down":{"uv":[0.5,13,3,13.5],"texture":"#3"}}},{"from":[7,3.35,1.75],"to":[9,5.35,2.25],"rotation":{"angle":45,"axis":"z","origin":[8,4.35,2]},"faces":{"north":{"uv":[0.5,13,3,15.5],"rotation":180,"texture":"#3"},"east":{"uv":[0.5,13,3,13.5],"rotation":270,"texture":"#3"},"south":{"uv":[0.5,13,3,15.5],"texture":"#3"},"west":{"uv":[0.5,13,3,13.5],"rotation":90,"texture":"#3"},"up":{"uv":[0.5,13,3,13.5],"rotation":180,"texture":"#3"},"down":{"uv":[0.5,13,3,13.5],"texture":"#3"}}},{"from":[7.25,3.6,1],"to":[8.75,5.1,1.5],"rotation":{"angle":0,"axis":"z","origin":[8,4.35,1.25]},"faces":{"north":{"uv":[0.5,13,3,15.5],"rotation":270,"texture":"#3"},"east":{"uv":[0.5,13,3,13.5],"rotation":270,"texture":"#3"},"south":{"uv":[0.5,13,3,15.5],"rotation":270,"texture":"#3"},"west":{"uv":[0.5,13,3,13.5],"rotation":90,"texture":"#3"},"up":{"uv":[0.5,13,3,13.5],"rotation":180,"texture":"#3"},"down":{"uv":[0.5,13,3,13.5],"texture":"#3"}}},{"from":[-3.55,3.90671,6.6597],"to":[-1.75,4.20671,8.4597],"rotation":{"angle":45,"axis":"z","origin":[-2.65,4.05671,7.5597]},"faces":{"north":{"uv":[0.5,13,3,13.5],"texture":"#3"},"east":{"uv":[0.5,13,3,13.5],"texture":"#3"},"south":{"uv":[0.5,13,3,13.5],"texture":"#3"},"west":{"uv":[0.5,13,3,13.5],"texture":"#3"},"up":{"uv":[0.5,13,3,15.5],"texture":"#3"},"down":{"uv":[0.5,13,3,15.5],"texture":"#3"}}},{"from":[-0.78268,1.90671,4.08358],"to":[-0.48268,3.70671,5.88358],"rotation":{"angle":45,"axis":"z","origin":[-0.63268,2.80671,4.98358]},"faces":{"north":{"uv":[0.5,13,3,13.5],"rotation":90,"texture":"#3"},"east":{"uv":[0.5,13,3,15.5],"rotation":270,"texture":"#3"},"south":{"uv":[0.5,13,3,13.5],"rotation":270,"texture":"#3"},"west":{"uv":[0.5,13,3,15.5],"rotation":270,"texture":"#3"},"up":{"uv":[0.5,13,3,13.5],"rotation":270,"texture":"#3"},"down":{"uv":[0.5,13,3,13.5],"rotation":270,"texture":"#3"}}},{"from":[7.75,4.1,1.25],"to":[8.25,4.6,13.75],"rotation":{"angle":0,"axis":"y","origin":[8,4.35,7.5]},"faces":{"east":{"uv":[3,12,16,13],"texture":"#4"},"south":{"uv":[3.5,12,4.5,13],"texture":"#4"},"west":{"uv":[16,12,3,13],"texture":"#4"},"up":{"uv":[3,12,16,13],"rotation":270,"texture":"#4"},"down":{"uv":[16,12,3,13],"rotation":270,"texture":"#4"}}}],"display":{"thirdperson_righthand":{"rotation":[5,5,-90],"translation":[7.5,-2,4],"scale":[1.2,1.2,1.2]},"thirdperson_lefthand":{"rotation":[5,5,-90],"translation":[7.5,-2,4],"scale":[1.2,1.2,1.2]},"firstperson_righthand":{"rotation":[10,0,0],"translation":[-9,7,9]},"firstperson_lefthand":{"rotation":[10,0,0],"translation":[-9,7,9]},"gui":{"rotation":[50,-40,1],"translation":[1,3,0],"scale":[0.8,0.8,0.8]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/bow/tropical_bow.json b/assets/minecraft/models/item/wynn/skin/bow/tropical_bow.json new file mode 100644 index 000000000..f67960d81 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/bow/tropical_bow.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/tropical/tropical_bow","particle":"skins/tropical/tropical_bow"},"elements":[{"from":[7,0,7],"to":[9,12,9],"rotation":{"angle":0,"axis":"y","origin":[0,-4,0]},"faces":{"north":{"uv":[0.5,6,1,9],"texture":"#0"},"east":{"uv":[0,6,0.5,9],"texture":"#0"},"south":{"uv":[1.5,6,2,9],"texture":"#0"},"west":{"uv":[1,6,1.5,9],"texture":"#0"},"up":{"uv":[1,6,0.5,5.5],"texture":"#0"},"down":{"uv":[1.5,5.5,1,6],"texture":"#0"}}},{"from":[5,13,6],"to":[6,18,12],"rotation":{"angle":-22.5,"axis":"y","origin":[8,16,8]},"faces":{"north":{"uv":[6.75,5.25,7,6.5],"texture":"#0"},"east":{"uv":[5.25,5.25,6.75,6.5],"texture":"#0"},"south":{"uv":[8.5,5.25,8.75,6.5],"texture":"#0"},"west":{"uv":[7,5.25,8.5,6.5],"texture":"#0"},"up":{"uv":[7,5.25,6.75,3.75],"texture":"#0"},"down":{"uv":[7.25,3.75,7,5.25],"texture":"#0"}}},{"from":[5,20,9],"to":[6,25,14],"rotation":{"angle":-45,"axis":"x","origin":[8,16,9]},"faces":{"north":{"uv":[8.75,3.75,9,5],"texture":"#0"},"east":{"uv":[7.5,3.75,8.75,5],"texture":"#0"},"south":{"uv":[10.25,3.75,10.5,5],"texture":"#0"},"west":{"uv":[9,3.75,10.25,5],"texture":"#0"},"up":{"uv":[9,3.75,8.75,2.5],"texture":"#0"},"down":{"uv":[9.25,2.5,9,3.75],"texture":"#0"}}},{"from":[10,20,9],"to":[11,25,14],"shade":false,"rotation":{"angle":-45,"axis":"x","origin":[8,16,9]},"faces":{"north":{"uv":[9,3.75,8.75,5],"texture":"#0"},"east":{"uv":[10.25,3.75,9,5],"texture":"#0"},"south":{"uv":[10.5,3.75,10.25,5],"texture":"#0"},"west":{"uv":[8.75,3.75,7.5,5],"texture":"#0"},"up":{"uv":[8.75,3.75,9,2.5],"texture":"#0"},"down":{"uv":[9,2.5,9.25,3.75],"texture":"#0"}}},{"from":[10,13,6],"to":[11,18,12],"shade":false,"rotation":{"angle":22.5,"axis":"y","origin":[8,16,8]},"faces":{"north":{"uv":[7,5.25,6.75,6.5],"texture":"#0"},"east":{"uv":[8.5,5.25,7,6.5],"texture":"#0"},"south":{"uv":[8.75,5.25,8.5,6.5],"texture":"#0"},"west":{"uv":[6.75,5.25,5.25,6.5],"texture":"#0"},"up":{"uv":[6.75,5.25,7,3.75],"texture":"#0"},"down":{"uv":[7,3.75,7.25,5.25],"texture":"#0"}}},{"from":[7,6,7],"to":[9,12,9],"rotation":{"angle":22.5,"axis":"x","origin":[8,16,8]},"faces":{"north":{"uv":[9.75,6.25,10.25,7.75],"texture":"#0"},"east":{"uv":[9.25,6.25,9.75,7.75],"texture":"#0"},"south":{"uv":[10.75,6.25,11.25,7.75],"texture":"#0"},"west":{"uv":[10.25,6.25,10.75,7.75],"texture":"#0"},"up":{"uv":[10.25,6.25,9.75,5.75],"texture":"#0"},"down":{"uv":[10.75,5.75,10.25,6.25],"texture":"#0"}}},{"from":[6,11,5],"to":[10,23,8],"rotation":{"angle":-22.5,"axis":"x","origin":[8,16,9]},"faces":{"north":{"uv":[6,0.75,7,3.75],"texture":"#0"},"east":{"uv":[5.25,0.75,6,3.75],"texture":"#0"},"south":{"uv":[7.75,0.75,8.75,3.75],"texture":"#0"},"west":{"uv":[7,0.75,7.75,3.75],"texture":"#0"},"up":{"uv":[7,0.75,6,0],"texture":"#0"},"down":{"uv":[8,0,7,0.75],"texture":"#0"}}},{"from":[6,0,11],"to":[10,3,16],"rotation":{"angle":22.5,"axis":"x","origin":[8,20,7]},"faces":{"north":{"uv":[1.25,1.25,2.25,2],"texture":"#0"},"east":{"uv":[0,1.25,1.25,2],"texture":"#0"},"south":{"uv":[3.5,1.25,4.5,2],"texture":"#0"},"west":{"uv":[2.25,1.25,3.5,2],"texture":"#0"},"up":{"uv":[2.25,1.25,1.25,0],"texture":"#0"},"down":{"uv":[3.25,0,2.25,1.25],"texture":"#0"}}},{"from":[6,-4,13],"to":[10,0,16],"rotation":{"angle":22.5,"axis":"x","origin":[8,20,7]},"faces":{"north":{"uv":[12,4.25,13,5.25],"texture":"#0"},"east":{"uv":[11.25,4.25,12,5.25],"texture":"#0"},"south":{"uv":[13.75,4.25,14.75,5.25],"texture":"#0"},"west":{"uv":[13,4.25,13.75,5.25],"texture":"#0"},"up":{"uv":[13,4.25,12,3.5],"texture":"#0"},"down":{"uv":[14,3.5,13,4.25],"texture":"#0"}}},{"from":[6,-4,16],"to":[10,4,17],"rotation":{"angle":22.5,"axis":"x","origin":[8,20,7]},"faces":{"north":{"uv":[2.25,5.75,3.25,7.75],"texture":"#0"},"east":{"uv":[2,5.75,2.25,7.75],"texture":"#0"},"south":{"uv":[3.5,5.75,4.5,7.75],"texture":"#0"},"west":{"uv":[3.25,5.75,3.5,7.75],"texture":"#0"},"up":{"uv":[3.25,5.75,2.25,5.5],"texture":"#0"},"down":{"uv":[4.25,5.5,3.25,5.75],"texture":"#0"}}},{"from":[6,22,4],"to":[10,25,5],"rotation":{"angle":-22.5,"axis":"x","origin":[8,16,9]},"faces":{"north":{"uv":[7,6.75,8,7.5],"texture":"#0"},"east":{"uv":[6.75,6.75,7,7.5],"texture":"#0"},"south":{"uv":[8.25,6.75,9.25,7.5],"texture":"#0"},"west":{"uv":[8,6.75,8.25,7.5],"texture":"#0"},"up":{"uv":[8,6.75,7,6.5],"texture":"#0"},"down":{"uv":[9,6.5,8,6.75],"texture":"#0"}}},{"from":[6,13,4],"to":[10,17,5],"rotation":{"angle":-22.5,"axis":"x","origin":[8,16,9]},"faces":{"north":{"uv":[12.5,1.25,13.5,2.25],"texture":"#0"},"east":{"uv":[12.25,1.25,12.5,2.25],"texture":"#0"},"south":{"uv":[13.75,1.25,14.75,2.25],"texture":"#0"},"west":{"uv":[13.5,1.25,13.75,2.25],"texture":"#0"},"up":{"uv":[13.5,1.25,12.5,1],"texture":"#0"},"down":{"uv":[14.5,1,13.5,1.25],"texture":"#0"}}},{"from":[5,17,4],"to":[11,22,5],"rotation":{"angle":-22.5,"axis":"x","origin":[8,16,9]},"faces":{"north":{"uv":[11.5,5.5,13,6.75],"texture":"#0"},"east":{"uv":[11.25,5.5,11.5,6.75],"texture":"#0"},"south":{"uv":[13.25,5.5,14.75,6.75],"texture":"#0"},"west":{"uv":[13,5.5,13.25,6.75],"texture":"#0"},"up":{"uv":[13,5.5,11.5,5.25],"texture":"#0"},"down":{"uv":[14.5,5.25,13,5.5],"texture":"#0"}}},{"from":[7,18,3],"to":[9,24,4],"rotation":{"angle":-22.5,"axis":"x","origin":[8,16,9]},"faces":{"north":{"uv":[5.5,6.75,6,8.25],"texture":"#0"},"east":{"uv":[5.25,6.75,5.5,8.25],"texture":"#0"},"south":{"uv":[6.25,6.75,6.75,8.25],"texture":"#0"},"west":{"uv":[6,6.75,6.25,8.25],"texture":"#0"},"up":{"uv":[6,6.75,5.5,6.5],"texture":"#0"},"down":{"uv":[6.5,6.5,6,6.75],"texture":"#0"}}},{"from":[7,14,3],"to":[9,16,4],"rotation":{"angle":-22.5,"axis":"x","origin":[8,16,9]},"faces":{"north":{"uv":[5.5,4.75,6,5.25],"texture":"#0"},"east":{"uv":[5.25,4.75,5.5,5.25],"texture":"#0"},"south":{"uv":[6.25,4.75,6.75,5.25],"texture":"#0"},"west":{"uv":[6,4.75,6.25,5.25],"texture":"#0"},"up":{"uv":[6,4.75,5.5,4.5],"texture":"#0"},"down":{"uv":[6.5,4.5,6,4.75],"texture":"#0"}}},{"from":[7,17,5],"to":[9,29,7],"rotation":{"angle":22.5,"axis":"x","origin":[8,16,9]},"faces":{"north":{"uv":[0.5,2.5,1,5.5],"texture":"#0"},"east":{"uv":[0,2.5,0.5,5.5],"texture":"#0"},"south":{"uv":[1.5,2.5,2,5.5],"texture":"#0"},"west":{"uv":[1,2.5,1.5,5.5],"texture":"#0"},"up":{"uv":[1,2.5,0.5,2],"texture":"#0"},"down":{"uv":[1.5,2,1,2.5],"texture":"#0"}}},{"from":[6,22,4],"to":[10,23,8],"rotation":{"angle":22.5,"axis":"x","origin":[8,16,9]},"faces":{"north":{"uv":[10.25,3.25,11.25,3.5],"texture":"#0"},"east":{"uv":[9.25,3.25,10.25,3.5],"texture":"#0"},"south":{"uv":[12.25,3.25,13.25,3.5],"texture":"#0"},"west":{"uv":[11.25,3.25,12.25,3.5],"texture":"#0"},"up":{"uv":[11.25,3.25,10.25,2.25],"texture":"#0"},"down":{"uv":[12.25,2.25,11.25,3.25],"texture":"#0"}}},{"from":[7,-13,-6],"to":[9,-1,-4],"rotation":{"angle":-22.5,"axis":"x","origin":[8,23,7]},"faces":{"north":{"uv":[2.5,2.5,3,5.5],"texture":"#0"},"east":{"uv":[2,2.5,2.5,5.5],"texture":"#0"},"south":{"uv":[3.5,2.5,4,5.5],"texture":"#0"},"west":{"uv":[3,2.5,3.5,5.5],"texture":"#0"},"up":{"uv":[3,2.5,2.5,2],"texture":"#0"},"down":{"uv":[3.5,2,3,2.5],"texture":"#0"}}},{"from":[6,-10,-7],"to":[10,-9,-3],"rotation":{"angle":-22.5,"axis":"x","origin":[8,23,7]},"faces":{"north":{"uv":[10.25,3.25,11.25,3.5],"texture":"#0"},"east":{"uv":[9.25,3.25,10.25,3.5],"texture":"#0"},"south":{"uv":[12.25,3.25,13.25,3.5],"texture":"#0"},"west":{"uv":[11.25,3.25,12.25,3.5],"texture":"#0"},"up":{"uv":[11.25,3.25,10.25,2.25],"texture":"#0"},"down":{"uv":[12.25,2.25,11.25,3.25],"texture":"#0"}}},{"from":[5,-5,-7],"to":[11,3,-6],"rotation":{"angle":-22.5,"axis":"x","origin":[8,23,7]},"faces":{"north":{"uv":[9,0.25,10.5,2.25],"texture":"#0"},"east":{"uv":[8.75,0.25,9,2.25],"texture":"#0"},"south":{"uv":[10.75,0.25,12.25,2.25],"texture":"#0"},"west":{"uv":[10.5,0.25,10.75,2.25],"texture":"#0"},"up":{"uv":[10.5,0.25,9,0],"texture":"#0"},"down":{"uv":[12,0,10.5,0.25],"texture":"#0"}}},{"from":[7,-2,-8],"to":[9,2,-7],"rotation":{"angle":-22.5,"axis":"x","origin":[8,23,7]},"faces":{"north":{"uv":[3.5,0.25,4,1.25],"texture":"#0"},"east":{"uv":[3.25,0.25,3.5,1.25],"texture":"#0"},"south":{"uv":[4.25,0.25,4.75,1.25],"texture":"#0"},"west":{"uv":[4,0.25,4.25,1.25],"texture":"#0"},"up":{"uv":[4,0.25,3.5,0],"texture":"#0"},"down":{"uv":[4.5,0,4,0.25],"texture":"#0"}}},{"from":[7,-6,-8],"to":[9,-4,-7],"rotation":{"angle":-22.5,"axis":"x","origin":[8,23,7]},"faces":{"north":{"uv":[5.5,4,6,4.5],"texture":"#0"},"east":{"uv":[5.25,4,5.5,4.5],"texture":"#0"},"south":{"uv":[6.25,4,6.75,4.5],"texture":"#0"},"west":{"uv":[6,4,6.25,4.5],"texture":"#0"},"up":{"uv":[6,4,5.5,3.75],"texture":"#0"},"down":{"uv":[6.5,3.75,6,4],"texture":"#0"}}},{"from":[6,-7,-7],"to":[10,-5,-6],"rotation":{"angle":-22.5,"axis":"x","origin":[8,23,7]},"faces":{"north":{"uv":[9,5.25,10,5.75],"texture":"#0"},"east":{"uv":[8.75,5.25,9,5.75],"texture":"#0"},"south":{"uv":[10.25,5.25,11.25,5.75],"texture":"#0"},"west":{"uv":[10,5.25,10.25,5.75],"texture":"#0"},"up":{"uv":[10,5.25,9,5],"texture":"#0"},"down":{"uv":[11,5,10,5.25],"texture":"#0"}}},{"from":[7.5,-11,10.25],"to":[8.5,23,10.26],"rotation":{"angle":0,"axis":"y","origin":[0,3,0]},"faces":{"north":{"uv":[4.75,0,5,8.5],"texture":"#0"},"east":{"uv":[4.75,0,4.75,8.5],"texture":"#0"},"south":{"uv":[5,0,5.25,8.5],"texture":"#0"},"west":{"uv":[5,0,5,8.5],"texture":"#0"},"up":{"uv":[5,0,4.75,0],"texture":"#0"},"down":{"uv":[5.25,0,5,0],"texture":"#0"}}},{"from":[7,26,10],"to":[7.01,30,13],"rotation":{"angle":-22.5,"axis":"y","origin":[7,26,10]},"faces":{"north":{"uv":[14.5,0,14.5,1],"texture":"#0"},"east":{"uv":[13.75,0,14.5,1],"texture":"#0"},"south":{"uv":[15.25,0,15.25,1],"texture":"#0"},"west":{"uv":[14.5,0,15.25,1],"texture":"#0"},"up":{"uv":[14.5,0,14.5,-0.75],"texture":"#0"},"down":{"uv":[14.5,-0.75,14.5,0],"texture":"#0"}}},{"from":[5.5,0,6],"to":[5.51,3,9],"rotation":{"angle":-22.5,"axis":"z","origin":[6,1.5,7.5]},"faces":{"north":{"uv":[13,0,13,0.75],"texture":"#0"},"east":{"uv":[12.25,0,13,0.75],"texture":"#0"},"south":{"uv":[13.75,0,13.75,0.75],"texture":"#0"},"west":{"uv":[13,0,13.75,0.75],"texture":"#0"},"up":{"uv":[13,0,13,-0.75],"texture":"#0"},"down":{"uv":[13,-0.75,13,0],"texture":"#0"}}},{"from":[3.5,-3.5,4.5],"to":[3.51,-0.5,7.5],"rotation":{"angle":-45,"axis":"y","origin":[6,1.5,7.5]},"faces":{"north":{"uv":[13,0,13,0.75],"texture":"#0"},"east":{"uv":[12.25,0,13,0.75],"texture":"#0"},"south":{"uv":[13.75,0,13.75,0.75],"texture":"#0"},"west":{"uv":[13,0,13.75,0.75],"texture":"#0"},"up":{"uv":[13,0,13,-0.75],"texture":"#0"},"down":{"uv":[13,-0.75,13,0],"texture":"#0"}}},{"from":[5.5,10.5,4.5],"to":[5.51,13.5,7.5],"rotation":{"angle":0,"axis":"y","origin":[6,1.5,7.5]},"faces":{"north":{"uv":[13,0,13,0.75],"texture":"#0"},"east":{"uv":[12.25,0,13,0.75],"texture":"#0"},"south":{"uv":[13.75,0,13.75,0.75],"texture":"#0"},"west":{"uv":[13,0,13.75,0.75],"texture":"#0"},"up":{"uv":[13,0,13,-0.75],"texture":"#0"},"down":{"uv":[13,-0.75,13,0],"texture":"#0"}}},{"from":[11.5,16.5,4.5],"to":[11.51,19.5,7.5],"rotation":{"angle":22.5,"axis":"z","origin":[6,1.5,7.5]},"faces":{"north":{"uv":[13,0,13,0.75],"texture":"#0"},"east":{"uv":[12.25,0,13,0.75],"texture":"#0"},"south":{"uv":[13.75,0,13.75,0.75],"texture":"#0"},"west":{"uv":[13,0,13.75,0.75],"texture":"#0"},"up":{"uv":[13,0,13,-0.75],"texture":"#0"},"down":{"uv":[13,-0.75,13,0],"texture":"#0"}}},{"from":[10.5,-6.5,7.5],"to":[10.51,-3.5,10.5],"shade":false,"rotation":{"angle":22.5,"axis":"x","origin":[6,1.5,7.5]},"faces":{"north":{"uv":[13,0,13,0.75],"texture":"#0"},"east":{"uv":[13.75,0,13,0.75],"texture":"#0"},"south":{"uv":[13.75,0,13.75,0.75],"texture":"#0"},"west":{"uv":[13,0,12.25,0.75],"texture":"#0"},"up":{"uv":[13,0,13,-0.75],"texture":"#0"},"down":{"uv":[13,-0.75,13,0],"texture":"#0"}}},{"from":[11.5,-0.5,4.5],"to":[11.51,2.5,7.5],"shade":false,"rotation":{"angle":22.5,"axis":"y","origin":[6,1.5,7.5]},"faces":{"north":{"uv":[13,0,13,0.75],"texture":"#0"},"east":{"uv":[13.75,0,13,0.75],"texture":"#0"},"south":{"uv":[13.75,0,13.75,0.75],"texture":"#0"},"west":{"uv":[13,0,12.25,0.75],"texture":"#0"},"up":{"uv":[13,0,13,-0.75],"texture":"#0"},"down":{"uv":[13,-0.75,13,0],"texture":"#0"}}},{"from":[11.5,17.5,10.5],"to":[11.51,20.5,13.5],"shade":false,"rotation":{"angle":-22.5,"axis":"x","origin":[6,1.5,7.5]},"faces":{"north":{"uv":[13,0,13,0.75],"texture":"#0"},"east":{"uv":[13.75,0,13,0.75],"texture":"#0"},"south":{"uv":[13.75,0,13.75,0.75],"texture":"#0"},"west":{"uv":[13,0,12.25,0.75],"texture":"#0"},"up":{"uv":[13,0,13,-0.75],"texture":"#0"},"down":{"uv":[13,-0.75,13,0],"texture":"#0"}}},{"from":[6.5,10.5,5.5],"to":[6.51,13.5,8.5],"shade":false,"rotation":{"angle":-22.5,"axis":"z","origin":[6,1.5,7.5]},"faces":{"north":{"uv":[13,0,13,0.75],"texture":"#0"},"east":{"uv":[13.75,0,13,0.75],"texture":"#0"},"south":{"uv":[13.75,0,13.75,0.75],"texture":"#0"},"west":{"uv":[13,0,12.25,0.75],"texture":"#0"},"up":{"uv":[13,0,13,-0.75],"texture":"#0"},"down":{"uv":[13,-0.75,13,0],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[9,0,0],"translation":[0,0,2]},"thirdperson_lefthand":{"translation":[0,0,2]},"firstperson_righthand":{"rotation":[10,-10,0],"translation":[8,1,-5]},"firstperson_lefthand":{"rotation":[10,-10,0],"translation":[8,1,-5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/acrobat_katana.json b/assets/minecraft/models/item/wynn/skin/dagger/acrobat_katana.json new file mode 100644 index 000000000..dbd4f1d49 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/acrobat_katana.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/moon_gradient","1":"skins/soul_heart","2":"wynn/weapon/anim/air_swirl","3":"skins/gems","4":"skins/wood_full","particle":"skins/moon_gradient"},"elements":[{"from":[7.85,3,6.75],"to":[8.15,21,9.25],"rotation":{"angle":0,"axis":"y","origin":[0,7,0.25]},"faces":{"north":{"uv":[0,13.5,16,13.8],"rotation":270,"texture":"#0"},"east":{"uv":[0,13.5,16,16],"rotation":270,"texture":"#0"},"south":{"uv":[0,13.5,16,13.8],"rotation":270,"texture":"#0"},"west":{"uv":[0,13.5,16,16],"rotation":270,"texture":"#0"},"up":{"uv":[0,13.5,2.5,13.8],"rotation":270,"texture":"#0"},"down":{"uv":[0,13.5,2.5,13.8],"rotation":270,"texture":"#0"}}},{"from":[7.6,3,7.75],"to":[8.4,23,8.75],"rotation":{"angle":0,"axis":"y","origin":[0,7,0.5]},"faces":{"north":{"uv":[0,13.5,16,14.3],"rotation":270,"texture":"#0"},"east":{"uv":[0,13.5,16,14.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,13.5,16,14.3],"rotation":270,"texture":"#0"},"west":{"uv":[0,13.5,16,14.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,13.5,1,14.3],"rotation":270,"texture":"#0"},"down":{"uv":[0,13.5,1,14.3],"rotation":270,"texture":"#0"}}},{"from":[7.995,-4.45906,4.09084],"to":[8.005,1.04094,6.09084],"rotation":{"angle":22.5,"axis":"x","origin":[8,-1.70906,5.09084]},"faces":{"north":{"uv":[0,0,0,0],"texture":"#3"},"east":{"uv":[15.5,0.5,13.5,6],"texture":"#3"},"south":{"uv":[0,0,0,0],"texture":"#3"},"west":{"uv":[13.5,0.5,15.5,6],"texture":"#3"},"up":{"uv":[0,0,0,0],"rotation":180,"texture":"#3"},"down":{"uv":[0,0,0,0],"rotation":180,"texture":"#3"}}},{"from":[7.61,22.62836,8.67865],"to":[8.39,24.60836,9.65865],"rotation":{"angle":22.5,"axis":"x","origin":[8,25.11836,9.16865]},"faces":{"north":{"uv":[8,11,8.8,13],"texture":"#0"},"east":{"uv":[8,11,10,12],"rotation":270,"texture":"#0"},"south":{"uv":[8,11,8.8,13],"texture":"#0"},"west":{"uv":[8,11,9,13],"texture":"#0"},"up":{"uv":[8,11,8.8,12],"texture":"#0"},"down":{"uv":[8,11,8.8,12],"texture":"#0"}}},{"from":[7.62,24.46966,8.45618],"to":[8.38,26.42966,9.41618],"rotation":{"angle":0,"axis":"x","origin":[8,25.44966,8.93618]},"faces":{"north":{"uv":[8,11,8.8,13],"texture":"#0"},"east":{"uv":[8,11,10,12],"rotation":270,"texture":"#0"},"south":{"uv":[8,11,8.8,13],"texture":"#0"},"west":{"uv":[8,11,9,13],"texture":"#0"},"up":{"uv":[8,11,8.8,12],"texture":"#0"},"down":{"uv":[8,11,8.8,12],"texture":"#0"}}},{"from":[7.64,26.21966,8.5415],"to":[8.36,26.88966,9.2115],"rotation":{"angle":45,"axis":"x","origin":[7.99,26.42966,8.7515]},"faces":{"north":{"uv":[8,11,8.8,13],"texture":"#0"},"east":{"uv":[8,11,10,12],"rotation":270,"texture":"#0"},"south":{"uv":[8,11,8.8,13],"texture":"#0"},"west":{"uv":[8,11,9,13],"texture":"#0"},"up":{"uv":[8,11,8.8,12],"texture":"#0"},"down":{"uv":[8,11,8.8,12],"texture":"#0"}}},{"from":[7.85,21,7.25],"to":[8.15,25,9.25],"rotation":{"angle":0,"axis":"y","origin":[0,4,0.5]},"faces":{"north":{"uv":[7,10.5,7.3,14.5],"texture":"#0"},"east":{"uv":[7,10.5,11,12.5],"rotation":270,"texture":"#0"},"south":{"uv":[7,10.5,7.3,14.5],"texture":"#0"},"west":{"uv":[7,10.5,9,14.5],"texture":"#0"},"up":{"uv":[7,10.5,7.3,12.5],"texture":"#0"},"down":{"uv":[7,10.5,7.3,12.5],"texture":"#0"}}},{"from":[7.855,26.99567,8.80738],"to":[8.145,29.53567,9.79738],"rotation":{"angle":0,"axis":"x","origin":[8,28.05983,9.02025]},"faces":{"north":{"uv":[3.5,9.5,3.79,12.04],"texture":"#0"},"east":{"uv":[3.5,9.5,6.04,10.49],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,9.5,3.79,12.04],"texture":"#0"},"west":{"uv":[3.5,9.5,4.49,12.04],"texture":"#0"},"up":{"uv":[3.5,9.5,3.79,10.49],"texture":"#0"},"down":{"uv":[3.5,9.5,3.79,10.49],"texture":"#0"}}},{"from":[7.86,26.60457,8.26227],"to":[8.14,29.33457,9.24227],"rotation":{"angle":22.5,"axis":"x","origin":[8,28.05983,9.02025]},"faces":{"north":{"uv":[3.5,9.5,3.78,12.23],"texture":"#0"},"east":{"uv":[3.5,9.5,6.23,10.48],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,9.5,3.78,12.23],"texture":"#0"},"west":{"uv":[3.5,9.5,4.48,12.23],"texture":"#0"},"up":{"uv":[3.5,9.5,3.78,10.48],"texture":"#0"},"down":{"uv":[3.5,9.5,3.78,10.48],"texture":"#0"}}},{"from":[7.87,27.47746,9.35932],"to":[8.13,30.93746,10.06932],"rotation":{"angle":22.5,"axis":"x","origin":[7.99,28.67272,9.6073]},"faces":{"north":{"uv":[3.5,9.5,3.76,12.96],"texture":"#0"},"east":{"uv":[3.5,9.5,6.96,10.21],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,9.5,3.76,12.96],"texture":"#0"},"west":{"uv":[3.5,9.5,4.21,12.96],"texture":"#0"},"up":{"uv":[3.5,9.5,3.76,10.21],"texture":"#0"},"down":{"uv":[3.5,9.5,3.76,10.21],"texture":"#0"}}},{"from":[7.86,29.0376,9.01076],"to":[8.14,31.2676,9.74076],"rotation":{"angle":45,"axis":"x","origin":[8,29.5276,9.50076]},"faces":{"north":{"uv":[3.5,9.5,3.78,11.73],"texture":"#0"},"east":{"uv":[3.5,9.5,5.73,10.23],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,9.5,3.78,11.73],"texture":"#0"},"west":{"uv":[3.5,9.5,4.23,11.73],"texture":"#0"},"up":{"uv":[3.5,9.5,3.78,10.23],"texture":"#0"},"down":{"uv":[3.5,9.5,3.78,10.23],"texture":"#0"}}},{"from":[7.86,24.60457,7.76227],"to":[8.14,26.08457,8.74227],"rotation":{"angle":22.5,"axis":"x","origin":[8,26.05983,8.52025]},"faces":{"north":{"uv":[4.5,10,4.78,11.48],"texture":"#0"},"east":{"uv":[4.5,10,5.98,10.98],"rotation":270,"texture":"#0"},"south":{"uv":[4.5,10,4.78,11.48],"texture":"#0"},"west":{"uv":[4.5,10,5.48,11.48],"texture":"#0"},"up":{"uv":[4.5,10,4.78,10.98],"texture":"#0"},"down":{"uv":[4.5,10,4.78,10.98],"texture":"#0"}}},{"from":[7.86,21.60457,8.76227],"to":[8.14,23.08457,9.74227],"rotation":{"angle":22.5,"axis":"x","origin":[8,23.05983,9.52025]},"faces":{"north":{"uv":[4.5,10,4.78,11.48],"texture":"#0"},"east":{"uv":[4.5,10,5.98,10.98],"rotation":270,"texture":"#0"},"south":{"uv":[4.5,10,4.78,11.48],"texture":"#0"},"west":{"uv":[4.5,10,5.48,11.48],"texture":"#0"},"up":{"uv":[4.5,10,4.78,10.98],"texture":"#0"},"down":{"uv":[4.5,10,4.78,10.98],"texture":"#0"}}},{"from":[7.86,20.60457,7.26227],"to":[8.14,22.08457,8.24227],"rotation":{"angle":22.5,"axis":"x","origin":[8,22.05983,8.02025]},"faces":{"north":{"uv":[9,12,9.28,13.48],"texture":"#0"},"east":{"uv":[9,12,10.48,12.98],"rotation":270,"texture":"#0"},"south":{"uv":[9,12,9.28,13.48],"texture":"#0"},"west":{"uv":[9,12,9.98,13.48],"texture":"#0"},"up":{"uv":[9,12,9.28,12.98],"texture":"#0"},"down":{"uv":[9,12,9.28,12.98],"texture":"#0"}}},{"from":[7.855,23.005,7.755],"to":[8.145,26.995,9.745],"rotation":{"angle":0,"axis":"y","origin":[0,3,0.75]},"faces":{"north":{"uv":[4.5,9,4.79,12.99],"rotation":90,"texture":"#0"},"east":{"uv":[5.5,9,9.49,10.99],"rotation":90,"texture":"#0"},"south":{"uv":[4.5,9,4.79,12.99],"rotation":90,"texture":"#0"},"west":{"uv":[5.5,9,9.49,10.99],"rotation":90,"texture":"#0"},"up":{"uv":[4.5,9,4.79,10.99],"rotation":90,"texture":"#0"},"down":{"uv":[4.5,9,4.79,10.99],"rotation":90,"texture":"#0"}}},{"from":[2,2,2],"to":[14,2,14],"rotation":{"angle":-22.5,"axis":"x","origin":[8,2,8]},"faces":{"north":{"uv":[0,0,0,8],"rotation":270,"texture":"#2"},"east":{"uv":[0,0,0,8],"rotation":90,"texture":"#2"},"south":{"uv":[0,0,0,8],"rotation":90,"texture":"#2"},"west":{"uv":[0,0,0,8],"rotation":90,"texture":"#2"},"up":{"uv":[0,0,16,16],"rotation":90,"texture":"#2"},"down":{"uv":[0,16,16,0],"rotation":270,"texture":"#2"}}},{"from":[3,6,3],"to":[13,6,13],"rotation":{"angle":-22.5,"axis":"x","origin":[8,6,8]},"faces":{"north":{"uv":[0,0,0,8],"rotation":270,"texture":"#2"},"east":{"uv":[0,0,0,8],"rotation":90,"texture":"#2"},"south":{"uv":[0,0,0,8],"rotation":90,"texture":"#2"},"west":{"uv":[0,0,0,8],"rotation":90,"texture":"#2"},"up":{"uv":[0,0,16,16],"rotation":180,"texture":"#2"},"down":{"uv":[16,0,0,16],"texture":"#2"}}},{"from":[4,10,4],"to":[12,10,12],"rotation":{"angle":-22.5,"axis":"x","origin":[8,10,8]},"faces":{"north":{"uv":[0,0,0,8],"rotation":270,"texture":"#2"},"east":{"uv":[0,0,0,8],"rotation":90,"texture":"#2"},"south":{"uv":[0,0,0,8],"rotation":90,"texture":"#2"},"west":{"uv":[0,0,0,8],"rotation":90,"texture":"#2"},"up":{"uv":[0,0,16,16],"rotation":90,"texture":"#2"},"down":{"uv":[0,16,16,0],"rotation":270,"texture":"#2"}}},{"from":[7.33,2.10607,5.56365],"to":[8.67,3.14607,8.60365],"rotation":{"angle":22.5,"axis":"x","origin":[8,3.89914,8]},"faces":{"north":{"uv":[7.5,12.5,8.5,11],"rotation":270,"texture":"#1"},"east":{"uv":[5.5,10,8.5,11],"texture":"#1"},"south":{"uv":[8.5,10,5.5,11],"texture":"#1"},"west":{"uv":[8.5,10,5.5,11],"texture":"#1"},"up":{"uv":[9.5,12.5,6.5,14],"rotation":90,"texture":"#1"},"down":{"uv":[8,12,5,13.5],"rotation":270,"texture":"#1"}}},{"from":[7.35,2.68538,6.82705],"to":[8.65,5.68538,7.82705],"rotation":{"angle":22.5,"axis":"x","origin":[8,3.89914,8]},"faces":{"north":{"uv":[6.5,11,9.5,12.3],"rotation":270,"texture":"#1"},"east":{"uv":[6.5,11,9.5,12],"rotation":270,"texture":"#1"},"south":{"uv":[6.5,11,9.5,12.3],"rotation":270,"texture":"#1"},"west":{"uv":[6.5,11,9.5,12],"rotation":270,"texture":"#1"},"up":{"uv":[6.5,11,7.5,12.3],"rotation":270,"texture":"#1"},"down":{"uv":[6.5,11,7.5,12.3],"rotation":270,"texture":"#1"}}},{"from":[7.345,5.09554,6.22777],"to":[8.655,5.67554,6.80777],"rotation":{"angle":45,"axis":"x","origin":[8,3.89914,8]},"faces":{"north":{"uv":[8.5,11,9.07,12.3],"rotation":270,"texture":"#1"},"east":{"uv":[8.5,11,9.07,11.57],"rotation":270,"texture":"#1"},"south":{"uv":[8.5,11,9.07,12.3],"rotation":270,"texture":"#1"},"west":{"uv":[8.5,11,9.07,11.57],"rotation":270,"texture":"#1"},"up":{"uv":[8.5,11,9.07,12.3],"rotation":270,"texture":"#1"},"down":{"uv":[8.5,11,9.07,12.3],"rotation":270,"texture":"#1"}}},{"from":[7.34,2.67538,8.16295],"to":[8.66,5.69538,9.18295],"rotation":{"angle":-22.5,"axis":"x","origin":[8,3.89914,8]},"faces":{"north":{"uv":[6.5,11,9.5,12.3],"rotation":270,"texture":"#1"},"east":{"uv":[6.5,11,9.5,12],"rotation":270,"texture":"#1"},"south":{"uv":[6.5,11,9.5,12.3],"rotation":270,"texture":"#1"},"west":{"uv":[6.5,11,9.5,12],"rotation":270,"texture":"#1"},"up":{"uv":[6.5,11,7.5,12.3],"rotation":270,"texture":"#1"},"down":{"uv":[6.5,11,7.5,12.3],"rotation":270,"texture":"#1"}}},{"from":[7.33,2.10607,7.39635],"to":[8.67,3.14607,10.43635],"rotation":{"angle":-22.5,"axis":"x","origin":[8,3.89914,8]},"faces":{"north":{"uv":[5.5,10,8.5,11],"texture":"#1"},"east":{"uv":[8.5,10,5.5,11],"texture":"#1"},"south":{"uv":[7.5,12.5,8.5,11],"rotation":270,"texture":"#1"},"west":{"uv":[5.5,10,8.5,11],"texture":"#1"},"up":{"uv":[6.5,12.5,9.5,14],"rotation":90,"texture":"#1"},"down":{"uv":[5,12,8,13.5],"rotation":270,"texture":"#1"}}},{"from":[7.25,-0.11654,5.26568],"to":[8.75,2.38346,7.76568],"rotation":{"angle":45,"axis":"x","origin":[8,-0.35086,8]},"faces":{"north":{"uv":[5,11.5,6.5,14.5],"rotation":180,"texture":"#1"},"east":{"uv":[5,11.5,8,14.5],"texture":"#1"},"south":{"uv":[5,11.5,6.5,14.5],"rotation":180,"texture":"#1"},"west":{"uv":[5,11.5,8,14.5],"rotation":270,"texture":"#1"},"up":{"uv":[5,11.5,6.5,14.5],"rotation":180,"texture":"#1"},"down":{"uv":[5,11.5,6.5,14.5],"rotation":180,"texture":"#1"}}},{"from":[7,0.23346,5.61568],"to":[9,2.03346,7.41568],"rotation":{"angle":45,"axis":"x","origin":[8,-0.35086,8]},"faces":{"north":{"uv":[6.5,0.5,7,3.5],"texture":"#3"},"east":{"uv":[6.5,3.5,9.5,0.5],"rotation":180,"texture":"#3"},"south":{"uv":[9,0.5,9.5,3.5],"texture":"#3"},"west":{"uv":[6.5,0.5,9.5,3.5],"texture":"#3"},"up":{"uv":[6.5,0.5,9.5,1],"rotation":90,"texture":"#3"},"down":{"uv":[9,0.5,9.5,3.5],"texture":"#3"}}},{"from":[7.34,0.36221,6.57365],"to":[8.66,1.38221,8.59365],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-0.40086,8]},"faces":{"north":{"uv":[3.5,9.5,4.5,8],"rotation":270,"texture":"#1"},"east":{"uv":[3.5,14.5,5.5,15.5],"texture":"#1"},"south":{"uv":[5.5,14.5,3.5,15.5],"texture":"#1"},"west":{"uv":[5.5,14.5,3.5,15.5],"texture":"#1"},"up":{"uv":[4,11,2,12.5],"rotation":90,"texture":"#1"},"down":{"uv":[3.5,15.5,5.5,14.5],"texture":"#1"}}},{"from":[7.45,-2.0871,6.92705],"to":[8.55,0.3629,7.72705],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-0.40086,8]},"faces":{"north":{"uv":[1.5,12,4.15,13],"rotation":270,"texture":"#1"},"east":{"uv":[1.5,12,4.15,13],"rotation":270,"texture":"#1"},"south":{"uv":[1.5,12,4.15,13],"rotation":270,"texture":"#1"},"west":{"uv":[1.5,12,4.15,13],"rotation":270,"texture":"#1"},"up":{"uv":[1.5,12,2.5,13.3],"rotation":270,"texture":"#1"},"down":{"uv":[1.5,12,2.5,13.3],"rotation":270,"texture":"#1"}}},{"from":[7.46,-2.0771,8.28295],"to":[8.54,0.3529,9.06295],"rotation":{"angle":22.5,"axis":"x","origin":[8,-0.40086,8]},"faces":{"north":{"uv":[1.5,12,4.15,13],"rotation":270,"texture":"#1"},"east":{"uv":[1.5,12,4.15,13],"rotation":270,"texture":"#1"},"south":{"uv":[1.5,12,4.15,13],"rotation":270,"texture":"#1"},"west":{"uv":[1.5,12,4.15,13],"rotation":270,"texture":"#1"},"up":{"uv":[1.5,12,2.5,13.3],"rotation":270,"texture":"#1"},"down":{"uv":[1.5,12,2.5,13.3],"rotation":270,"texture":"#1"}}},{"from":[7.34,0.36221,7.40635],"to":[8.66,1.38221,9.42635],"rotation":{"angle":22.5,"axis":"x","origin":[8,-0.40086,8]},"faces":{"north":{"uv":[3.5,14.5,5.5,15.5],"texture":"#1"},"east":{"uv":[5.5,14.5,3.5,15.5],"texture":"#1"},"south":{"uv":[3.5,8,4.5,9.5],"rotation":270,"texture":"#1"},"west":{"uv":[3.5,14.5,5.5,15.5],"texture":"#1"},"up":{"uv":[2,11,4,12.5],"rotation":90,"texture":"#1"},"down":{"uv":[3.5,14.5,5.5,15.5],"texture":"#1"}}},{"from":[7,-2.80172,7],"to":[9,-1.80172,9],"rotation":{"angle":0,"axis":"y","origin":[7.75,1.69828,8]},"faces":{"north":{"uv":[2.5,9.5,3.5,11],"rotation":90,"texture":"#1"},"east":{"uv":[2.5,9.5,3.5,11.5],"rotation":90,"texture":"#1"},"south":{"uv":[2.5,9.5,3.5,11],"rotation":90,"texture":"#1"},"west":{"uv":[2.5,9.5,3.5,11.5],"rotation":270,"texture":"#1"},"up":{"uv":[2.5,9.5,4,11.5],"texture":"#1"},"down":{"uv":[2.5,9.5,4,11.5],"rotation":180,"texture":"#1"}}},{"from":[7.25,-8.75,7.25],"to":[8.75,-2.75,8.75],"rotation":{"angle":0,"axis":"y","origin":[7,-4.75,7]},"faces":{"north":{"uv":[3.5,9,9.5,10.5],"rotation":90,"texture":"#4"},"east":{"uv":[3.5,9,9.5,10.5],"rotation":90,"texture":"#4"},"south":{"uv":[3.5,9,9.5,10.5],"rotation":90,"texture":"#4"},"west":{"uv":[3.5,9,9.5,10.5],"rotation":90,"texture":"#4"},"up":{"uv":[3.5,9,5,10.5],"rotation":90,"texture":"#4"},"down":{"uv":[3.5,9,5,10.5],"rotation":90,"texture":"#4"}}},{"from":[7.995,-13.45906,4.94084],"to":[8.005,-7.95906,6.94084],"rotation":{"angle":22.5,"axis":"x","origin":[8,-10.70906,5.94084]},"faces":{"north":{"uv":[0,0,0,0],"texture":"#3"},"east":{"uv":[15.5,0.5,13.5,6],"texture":"#3"},"south":{"uv":[0,0,0,0],"texture":"#3"},"west":{"uv":[13.5,0.5,15.5,6],"texture":"#3"},"up":{"uv":[0,0,0,0],"rotation":180,"texture":"#3"},"down":{"uv":[0,0,0,0],"rotation":180,"texture":"#3"}}},{"from":[6.75,-9.76654,5.86568],"to":[9.25,-8.46654,7.16568],"rotation":{"angle":45,"axis":"x","origin":[8,-10.60086,8]},"faces":{"north":{"uv":[4,1,4.5,3],"texture":"#3"},"east":{"uv":[4,1,6,3],"rotation":90,"texture":"#3"},"south":{"uv":[5.5,1,6,3],"texture":"#3"},"west":{"uv":[4,1,6,3],"texture":"#3"},"up":{"uv":[4,1,4.5,3],"texture":"#3"},"down":{"uv":[5.5,1,6,3],"rotation":180,"texture":"#3"}}},{"from":[7,-10.16654,5.51568],"to":[9,-8.16654,7.51568],"rotation":{"angle":45,"axis":"x","origin":[8,-10.65086,8]},"faces":{"north":{"uv":[4.5,11,6.5,13],"rotation":270,"texture":"#1"},"east":{"uv":[3.5,11.5,5.5,13.5],"texture":"#1"},"south":{"uv":[3,11.5,5,13.5],"rotation":270,"texture":"#1"},"west":{"uv":[3.5,11.5,5.5,13.5],"rotation":270,"texture":"#1"},"up":{"uv":[4.5,11,6.5,13],"rotation":270,"texture":"#1"},"down":{"uv":[3,10.5,5,12.5],"rotation":270,"texture":"#1"}}}],"display":{"thirdperson_righthand":{"translation":[0,8.5,2],"scale":[0.8,0.8,0.8]},"thirdperson_lefthand":{"translation":[0,8.5,2],"scale":[0.8,0.8,0.8]},"firstperson_righthand":{"rotation":[-26,8,0],"translation":[7,5,-8]},"firstperson_lefthand":{"rotation":[-26,8,0],"translation":[7,5,-8]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/aledar_dagger.json b/assets/minecraft/models/item/wynn/skin/dagger/aledar_dagger.json new file mode 100644 index 000000000..3c5cd5f7f --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/aledar_dagger.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/character/aledar_dagger","1":"skins/character/aledar_dagger_beam","2":"skins/character/aledar_dagger_wynnic"},"elements":[{"from":[7.75,15.22,-0.485],"to":[8.25,18.97,0.515],"rotation":{"angle":22.5,"axis":"x","origin":[8,9.333,5.134]},"faces":{"east":{"uv":[8.5,11.5,9,13],"texture":"#0"},"south":{"uv":[8,11.5,8.5,13],"texture":"#0"},"west":{"uv":[9,11.5,8.5,13],"texture":"#0"},"up":{"uv":[6.5,2.5,6,2],"rotation":180,"texture":"#0"}}},{"from":[7.751,12.758,1.79],"to":[8.249,18.056,3.288],"rotation":{"angle":0,"axis":"x","origin":[8,9.333,5.134]},"faces":{"east":{"uv":[13,5.5,13.875,8.5],"texture":"#0"},"south":{"uv":[0,11.5,0.5,14.5],"texture":"#0"},"west":{"uv":[13.875,5.5,13,8.5],"texture":"#0"}}},{"from":[7.75,6.033,4.902],"to":[8.25,10.783,8.702],"rotation":{"angle":22.5,"axis":"x","origin":[8,9.333,5.134]},"faces":{"east":{"uv":[4,0.05,6,2.5],"texture":"#0"},"west":{"uv":[6,0.05,4,2.5],"texture":"#0"},"up":{"uv":[1,13.5,0.5,11.5],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,11.5,1,13.5],"rotation":180,"texture":"#0"}}},{"from":[7.75,12.4,4.368],"to":[8.25,14.9,5.368],"rotation":{"angle":-22.5,"axis":"x","origin":[8,9.333,5.134]},"faces":{"east":{"uv":[9,11.5,9.5,13],"texture":"#0"},"south":{"uv":[11.5,8.5,12,10],"texture":"#0"},"west":{"uv":[9.5,11.5,9,13],"texture":"#0"}}},{"from":[7.752,11.302,0.87],"to":[8.248,13.798,5.116],"rotation":{"angle":-22.5,"axis":"x","origin":[8,9.333,5.134]},"faces":{"north":{"uv":[9.5,11.5,10,13],"texture":"#0"},"east":{"uv":[4,4.5,6.5,6],"texture":"#0"},"west":{"uv":[6.5,4.5,4,6],"texture":"#0"}}},{"from":[7.753,11.812,-0.53],"to":[8.247,14.306,2.964],"rotation":{"angle":0,"axis":"x","origin":[8,9.333,5.134]},"faces":{"north":{"uv":[10,11.5,10.5,13],"texture":"#0"},"east":{"uv":[5.5,12.5,7.375,14],"texture":"#0"},"west":{"uv":[7.375,12.5,5.5,14],"texture":"#0"}}},{"from":[7.752,14.311,1.119],"to":[8.248,15.807,1.965],"rotation":{"angle":0,"axis":"x","origin":[8,11.833,5.134]},"faces":{"east":{"uv":[5.5,9.5,6,10.5],"texture":"#0"},"west":{"uv":[6,9.5,5.5,10.5],"texture":"#0"}}},{"from":[7.751,8.289,1.953],"to":[8.249,12.787,6.551],"rotation":{"angle":-45,"axis":"x","origin":[8,9.333,5.134]},"faces":{"north":{"uv":[11,5,11.5,7.5],"texture":"#0"},"east":{"uv":[0,0,2.5,2.5],"texture":"#0"},"south":{"uv":[5,11,5.5,13.5],"texture":"#0"},"west":{"uv":[2.5,0,0,2.5],"texture":"#0"}}},{"from":[7.747,0.482,7.661],"to":[8.253,3.988,12.417],"rotation":{"angle":0,"axis":"x","origin":[8,8.433,5.484]},"faces":{"north":{"uv":[11,9.5,11.5,11.5],"texture":"#0"},"east":{"uv":[1.5,3.5,4,5.5],"texture":"#0"},"south":{"uv":[11,7.5,11.5,9.5],"texture":"#0"},"west":{"uv":[4,3.5,1.5,5.5],"texture":"#0"}}},{"from":[6.499,-0.916,8.413],"to":[9.501,0.886,11.665],"rotation":{"angle":0,"axis":"x","origin":[8,-0.915,10.039]},"faces":{"east":{"uv":[10.5,0,12,1],"texture":"#0"},"west":{"uv":[12,0,10.5,1],"texture":"#0"},"up":{"uv":[2.5,8.5,1,7],"rotation":180,"texture":"#0"}}},{"from":[6.5,-5.065,9.064],"to":[9.5,-3.815,10.964],"rotation":{"angle":0,"axis":"x","origin":[8,-1.515,10.039]},"faces":{"east":{"uv":[0,9.5,1,10],"texture":"#0"},"west":{"uv":[1,9.5,0,10],"texture":"#0"},"up":{"uv":[8,11.5,6.5,10.5],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,10.5,8,11.5],"rotation":180,"texture":"#0"}}},{"from":[6.5,-0.615,11.164],"to":[9.5,1.435,13.814],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-0.365,13.239]},"faces":{"east":{"uv":[9.5,10.5,11,11.5],"texture":"#0"},"west":{"uv":[11,10.5,9.5,11.5],"texture":"#0"},"up":{"uv":[4,8.5,2.5,7],"rotation":180,"texture":"#0"},"down":{"uv":[9,0,7.5,1.5],"rotation":180,"texture":"#0"}}},{"from":[6.5,-4.115,10.664],"to":[9.5,-2.865,12.814],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-3.865,13.239]},"faces":{"east":{"uv":[12,9,13,9.5],"texture":"#0"},"south":{"uv":[11.5,10,13,10.5],"texture":"#0"},"west":{"uv":[13,9,12,9.5],"texture":"#0"},"up":{"uv":[12.5,2,11,1],"rotation":180,"texture":"#0"},"down":{"uv":[12.5,2,11,3],"rotation":180,"texture":"#0"}}},{"from":[6.501,-0.814,13.615],"to":[9.499,1.134,14.863],"rotation":{"angle":-45,"axis":"x","origin":[8,-0.365,13.239]},"faces":{"east":{"uv":[1,6,1.5,7],"texture":"#0"},"south":{"uv":[11,3,12.5,4],"texture":"#0"},"west":{"uv":[1.5,6,1,7],"texture":"#0"},"up":{"uv":[12,12,10.5,11.5],"rotation":180,"texture":"#0"},"down":{"uv":[13,10.5,11.5,11],"rotation":180,"texture":"#0"}}},{"from":[6.501,-0.064,5.173],"to":[9.499,1.134,6.421],"rotation":{"angle":45,"axis":"x","origin":[8,-0.365,6.797]},"faces":{"east":{"uv":[7.5,1.5,8,2],"texture":"#0"},"west":{"uv":[8,1.5,7.5,2],"texture":"#0"},"up":{"uv":[13,11.5,11.5,11],"rotation":180,"texture":"#0"}}},{"from":[6.5,-0.615,6.222],"to":[9.5,1.435,8.872],"rotation":{"angle":22.5,"axis":"x","origin":[8,-0.365,6.797]},"faces":{"east":{"uv":[11,4,12.5,5],"texture":"#0"},"west":{"uv":[12.5,4,11,5],"texture":"#0"},"up":{"uv":[8,9,6.5,7.5],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,1.5,8,3],"rotation":180,"texture":"#0"}}},{"from":[6.5,-4.115,6.322],"to":[9.5,-2.865,9.372],"rotation":{"angle":22.5,"axis":"x","origin":[8,-3.865,6.797]},"faces":{"east":{"uv":[12,0,13.5,0.5],"texture":"#0"},"west":{"uv":[13.5,0,12,0.5],"texture":"#0"},"up":{"uv":[9.5,4.5,8,3],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,4.5,8,6],"rotation":180,"texture":"#0"}}},{"from":[7.748,1.598,5.066],"to":[8.252,5.102,9.82],"rotation":{"angle":-22.5,"axis":"x","origin":[8,9.333,5.134]},"faces":{"north":{"uv":[2,11.5,2.5,13.5],"texture":"#0"},"east":{"uv":[4,2.5,6.425,4.5],"texture":"#0"},"south":{"uv":[1.5,11.5,2,13.5],"texture":"#0"},"west":{"uv":[6.425,2.5,4,4.5],"texture":"#0"}}},{"from":[7.749,3.603,3.098],"to":[8.251,6.605,7.85],"rotation":{"angle":-45,"axis":"x","origin":[8,9.333,5.134]},"faces":{"north":{"uv":[4,12,4.5,13.5],"texture":"#0"},"east":{"uv":[1.5,5.5,3.975,7],"texture":"#0"},"south":{"uv":[3.5,12,4,13.5],"texture":"#0"},"west":{"uv":[3.975,5.5,1.5,7],"texture":"#0"}}},{"from":[7.749,17.198,7.885],"to":[8.251,18.2,11.887],"rotation":{"angle":-45,"axis":"x","origin":[8,9.333,5.134]},"faces":{"east":{"uv":[11.5,5,13.5,5.5],"texture":"#0"},"west":{"uv":[13.5,5,11.5,5.5],"texture":"#0"},"up":{"uv":[3,13.5,2.5,11.5],"rotation":180,"texture":"#0"}}},{"from":[7.754,11.766,-2.005],"to":[8.246,15.258,0.537],"rotation":{"angle":22.5,"axis":"x","origin":[8,9.333,5.134]},"faces":{"north":{"uv":[12.5,5.5,13,7.5],"texture":"#0"},"east":{"uv":[6,0,7.5,2],"texture":"#0"},"west":{"uv":[7.5,0,6,2],"texture":"#0"}}},{"from":[6.498,-2.502,8.416],"to":[9.502,0.352,11.27],"rotation":{"angle":-45,"axis":"x","origin":[8,-0.9,10.018]},"faces":{"north":{"uv":[5,8,6.5,9.5],"texture":"#0"},"east":{"uv":[8,6,9.5,7.5],"texture":"#0"},"west":{"uv":[9.5,6,8,7.5],"texture":"#0"},"down":{"uv":[9.5,7.5,8,9],"rotation":180,"texture":"#0"}}},{"from":[6,-2,9.018],"to":[10,0,11.018],"rotation":{"angle":-45,"axis":"x","origin":[8,-1,10.018]},"faces":{"north":{"uv":[4.5,12,5,13],"texture":"#0"},"east":{"uv":[1.5,2.5,2.5,3.5],"texture":"#0"},"south":{"uv":[3.5,10,4,11],"texture":"#0"},"west":{"uv":[2.5,2.5,1.5,3.5],"texture":"#0"},"up":{"uv":[11,13,10.5,12],"rotation":180,"texture":"#0"},"down":{"uv":[11.5,12,11,13],"rotation":180,"texture":"#0"}}},{"from":[6.75,-4,8.518],"to":[9.25,-1,11.518],"rotation":{"angle":0,"axis":"y","origin":[9,-3,11.018]},"faces":{"north":{"uv":[2.5,8.5,4,10],"texture":"#0"},"east":{"uv":[9,0,10.5,1.5],"texture":"#0"},"south":{"uv":[1,8.5,2.5,10],"texture":"#0"},"west":{"uv":[10.5,0,9,1.5],"texture":"#0"}}},{"from":[6.751,-6.449,8.319],"to":[9.249,-2.951,11.317],"rotation":{"angle":-22.5,"axis":"x","origin":[9,-3,11.018]},"faces":{"north":{"uv":[8,9,9.5,10.5],"texture":"#0"},"east":{"uv":[9.5,1.5,11,3],"texture":"#0"},"south":{"uv":[6.5,9,8,10.5],"texture":"#0"},"west":{"uv":[11,1.5,9.5,3],"texture":"#0"}}},{"from":[6.75,-9.15,7.218],"to":[9.25,-5.15,10.218],"rotation":{"angle":-45,"axis":"x","origin":[9,-3,11.018]},"faces":{"north":{"uv":[6.5,2,8,4],"texture":"#0"},"east":{"uv":[6.5,4,8,6],"texture":"#0"},"south":{"uv":[5,6,6.5,8],"texture":"#0"},"west":{"uv":[8,4,6.5,6],"texture":"#0"}}},{"from":[6.751,-8.849,15.219],"to":[9.249,-5.851,18.217],"rotation":{"angle":22.5,"axis":"x","origin":[9,-3,11.018]},"faces":{"east":{"uv":[9.5,3,11,4.5],"texture":"#0"},"west":{"uv":[11,3,9.5,4.5],"texture":"#0"},"up":{"uv":[5.5,11,4,9.5],"rotation":180,"texture":"#0"},"down":{"uv":[11,4.5,9.5,6],"rotation":180,"texture":"#0"}}},{"from":[6.749,-13.301,11.967],"to":[9.251,-10.099,15.119],"rotation":{"angle":-22.5,"axis":"x","origin":[9,-3,11.018]},"faces":{"north":{"uv":[9.5,7.5,11,9],"texture":"#0"},"east":{"uv":[9.5,9,11,10.5],"texture":"#0"},"south":{"uv":[9.5,6,11,7.5],"texture":"#0"},"west":{"uv":[11,9,9.5,10.5],"texture":"#0"},"up":{"uv":[1.5,11.5,0,10],"rotation":180,"texture":"#0"},"down":{"uv":[3,10,1.5,11.5],"rotation":180,"texture":"#0"}}},{"from":[6.25,-12.6,12.618],"to":[9.75,-10.7,14.518],"rotation":{"angle":-22.5,"axis":"x","origin":[9,-3,11.018]},"faces":{"north":{"uv":[12,11.5,12.5,12.5],"texture":"#0"},"east":{"uv":[11.5,5.5,12.5,6.5],"texture":"#0"},"south":{"uv":[11.5,12,12,13],"texture":"#0"},"west":{"uv":[12.5,5.5,11.5,6.5],"texture":"#0"},"up":{"uv":[13,2,12.5,1],"rotation":180,"texture":"#0"},"down":{"uv":[13,2,12.5,3],"rotation":180,"texture":"#0"}}},{"from":[6.499,-4.751,5.767],"to":[9.501,2.251,6.769],"rotation":{"angle":0,"axis":"y","origin":[16,2,14.268]},"faces":{"north":{"uv":[2.5,0,4,3.5],"texture":"#0"},"east":{"uv":[3,10,3.5,13.5],"texture":"#0"},"south":{"uv":[0,2.5,1.5,6],"texture":"#0"},"west":{"uv":[3.5,10,3,13.5],"texture":"#0"},"up":{"uv":[13.5,1,12,0.5],"rotation":180,"texture":"#0"},"down":{"uv":[13.5,8.5,12,9],"rotation":180,"texture":"#0"}}},{"from":[7,-4.75,3.768],"to":[9,2.25,5.768],"rotation":{"angle":0,"axis":"y","origin":[16,2,14.268]},"faces":{"north":{"uv":[0,6,1,9.5],"texture":"#0"},"east":{"uv":[4,6,5,9.5],"texture":"#0"},"west":{"uv":[5,6,4,9.5],"texture":"#0"},"up":{"uv":[13.5,4,12.5,3],"rotation":180,"texture":"#0"},"down":{"uv":[12.5,6.5,11.5,7.5],"rotation":180,"texture":"#0"}}},{"from":[7.25,2.25,4.018],"to":[8.75,3.75,5.518],"rotation":{"angle":0,"axis":"y","origin":[9,2.25,5.768]},"faces":{"north":{"uv":[7,11.5,8,12.5],"texture":"#0"},"east":{"uv":[7.5,13,8.5,14],"texture":"#0"},"south":{"uv":[8.5,13,9.5,14],"texture":"#0"},"west":{"uv":[8.5,13,7.5,14],"texture":"#0"},"up":{"uv":[12.5,8.5,11.5,7.5],"rotation":180,"texture":"#0"}}},{"from":[8,1.25,3.268],"to":[8,3.75,5.018],"rotation":{"angle":-22.5,"axis":"x","origin":[8,3,3.768]},"faces":{"east":{"uv":[1,4,2,7],"texture":"#1"},"west":{"uv":[2,4,1,7],"texture":"#1"}}},{"from":[7.999,5.799,3.217],"to":[8.001,9.451,4.669],"rotation":{"angle":-45,"axis":"x","origin":[8,2.75,3.768]},"faces":{"east":{"uv":[1,0,2,4],"texture":"#1"},"west":{"uv":[2,0,1,4],"texture":"#1"}}},{"from":[8,3.45,0.818],"to":[8,4.95,2.868],"rotation":{"angle":22.5,"axis":"x","origin":[8,3,3.768]},"faces":{"east":{"uv":[4,1,6,2],"texture":"#1"},"west":{"uv":[6,1,4,2],"texture":"#1"}}},{"from":[7.999,2.849,2.167],"to":[8.001,4.451,3.569],"rotation":{"angle":45,"axis":"x","origin":[8,3,3.768]},"faces":{"east":{"uv":[2,4,3,5],"texture":"#1"},"west":{"uv":[3,4,2,5],"texture":"#1"}}},{"from":[8,8.75,0.718],"to":[8,12.05,2.018],"rotation":{"angle":-22.5,"axis":"x","origin":[8,2.75,3.768]},"faces":{"east":{"uv":[0,4,1,7],"texture":"#1"},"west":{"uv":[1,4,0,7],"texture":"#1"}}},{"from":[7.999,10.149,-2.583],"to":[8.001,13.801,-1.431],"rotation":{"angle":0,"axis":"y","origin":[8,2.75,3.768]},"faces":{"east":{"uv":[0,0,1,4],"texture":"#1"},"west":{"uv":[1,0,0,4],"texture":"#1"}}},{"from":[8,10.5,-6.332],"to":[8,13.9,-5.232],"rotation":{"angle":22.5,"axis":"x","origin":[8,2.75,3.768]},"faces":{"east":{"uv":[3,1,4,4],"texture":"#1"},"west":{"uv":[4,1,3,4],"texture":"#1"}}},{"from":[7.999,9.149,-9.833],"to":[8.001,12.651,-8.781],"rotation":{"angle":45,"axis":"x","origin":[8,2.75,3.768]},"faces":{"east":{"uv":[2,1,3,4],"texture":"#1"},"west":{"uv":[3,1,2,4],"texture":"#1"}}},{"from":[8.001,18.101,7.719],"to":[7.999,19.099,10.367],"rotation":{"angle":-22.5,"axis":"x","origin":[8,2.75,3.768]},"faces":{"east":{"uv":[2,0,5,1],"texture":"#1"},"west":{"uv":[5,0,2,1],"texture":"#1"}}},{"from":[9.75,0.9,9.768],"to":[9.75,4.9,18.768],"rotation":{"angle":45,"axis":"y","origin":[9.75,0.9,11.768]},"faces":{"east":{"uv":[0.5,13.5,5,15.5],"texture":"#0"},"west":{"uv":[4.5,13.5,0.5,15.5],"texture":"#0"}}},{"from":[8.35,2.4,10.518],"to":[8.35,6.4,19.518],"rotation":{"angle":-45,"axis":"x","origin":[8.35,2.4,12.518]},"faces":{"east":{"uv":[5,16,9.5,14],"texture":"#0"},"west":{"uv":[9.5,16,5,14],"texture":"#0"}}},{"from":[6.8,-3.95,3.568],"to":[9.2,1.45,5.968],"rotation":{"angle":0,"axis":"y","origin":[16,2,14.268]},"faces":{"north":{"uv":[14.5,0,15.5,2.5],"texture":"#0"},"east":{"uv":[13.5,0,14.5,2.5],"texture":"#0"},"west":{"uv":[14.5,0,13.5,2.5],"texture":"#0"}}},{"from":[7.745,1.995,8.563],"to":[8.255,6.005,12.573],"rotation":{"angle":-22.5,"axis":"x","origin":[9,2,10.268]},"faces":{"east":{"uv":[0,0,8,8],"texture":"#2"},"west":{"uv":[0,0,8,8],"texture":"#2"}}},{"from":[7.745,4.145,3.113],"to":[8.255,7.755,6.873],"rotation":{"angle":22.5,"axis":"x","origin":[9,2,10.268]},"faces":{"east":{"uv":[0,0,8,8],"rotation":90,"texture":"#2"},"west":{"uv":[0,0,8,8],"rotation":270,"texture":"#2"}}},{"from":[7.745,10.245,5.113],"to":[8.255,13.755,8.623],"rotation":{"angle":-22.5,"axis":"x","origin":[9,2,10.268]},"faces":{"east":{"uv":[0,7.5,8,15.5],"texture":"#2"},"west":{"uv":[0,7.5,8,15.5],"texture":"#2"}}},{"from":[7.745,11.995,0.113],"to":[8.255,15.005,3.123],"rotation":{"angle":0,"axis":"x","origin":[9,2,10.268]},"faces":{"east":{"uv":[7.5,0,15.5,8],"texture":"#2"},"west":{"uv":[7.5,0,15.5,8],"texture":"#2"}}}],"display":{"thirdperson_righthand":{"rotation":[30,5,6],"translation":[-2,8,5],"scale":[0.7,0.7,0.7]},"thirdperson_lefthand":{"rotation":[30,5,6],"translation":[-2,8,5],"scale":[0.7,0.7,0.7]},"firstperson_righthand":{"rotation":[15,7,0],"translation":[-2,6,4],"scale":[0.375,0.375,0.375]},"firstperson_lefthand":{"rotation":[15,7,0],"translation":[-2,6,4],"scale":[0.375,0.375,0.375]},"gui":{"rotation":[45,30,-45],"translation":[2,2,0],"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/ancient_palm.json b/assets/minecraft/models/item/wynn/skin/dagger/ancient_palm.json new file mode 100644 index 000000000..28bc90bd1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/ancient_palm.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/ancient/ancient_common","1":"skins/ancient/ancient_palm","2":"skins/ancient/ancient_pulse","particle":"skins/ancient/ancient_common"},"elements":[{"from":[4.5,8,4],"to":[11.5,11,15],"rotation":{"angle":0,"axis":"y","origin":[8,5,10.5]},"faces":{"north":{"uv":[11,1.5,14.5,3],"texture":"#1"},"east":{"uv":[4,5.5,9.5,7],"texture":"#1"},"south":{"uv":[11,0,14.5,1.5],"texture":"#1"},"west":{"uv":[9.5,5.5,4,7],"texture":"#1"},"up":{"uv":[4,0,7.5,5.5],"texture":"#1"},"down":{"uv":[7.5,0,11,5.5],"texture":"#1"}}},{"from":[13,7,10],"to":[16,10,13],"rotation":{"angle":22.5,"axis":"z","origin":[15.5,8.5,5.5]},"faces":{"north":{"uv":[14.5,0,16,1.5],"texture":"#1"},"east":{"uv":[14.5,0,16,1.5],"texture":"#1"},"south":{"uv":[14.5,0,16,1.5],"texture":"#1"},"west":{"uv":[14.5,0,16,1.5],"texture":"#1"},"up":{"uv":[14.5,3,16,4.5],"texture":"#1"},"down":{"uv":[14.5,1.5,16,3],"texture":"#1"}}},{"from":[13,3,7],"to":[15,5,9],"rotation":{"angle":22.5,"axis":"y","origin":[14,5,10]},"faces":{"north":{"uv":[13.5,3,14.5,4],"texture":"#1"},"east":{"uv":[13.5,3,14.5,4],"texture":"#1"},"south":{"uv":[13.5,3,14.5,4],"texture":"#1"},"west":{"uv":[13.5,3,14.5,4],"texture":"#1"},"up":{"uv":[12.5,3,13.5,4],"texture":"#1"},"down":{"uv":[11.5,3,12.5,4],"texture":"#1"}}},{"from":[1,8,9],"to":[3,10,11],"rotation":{"angle":22.5,"axis":"x","origin":[2,6,7]},"faces":{"north":{"uv":[13.5,3,14.5,4],"texture":"#1"},"east":{"uv":[13.5,3,14.5,4],"texture":"#1"},"south":{"uv":[13.5,3,14.5,4],"texture":"#1"},"west":{"uv":[13.5,3,14.5,4],"texture":"#1"},"up":{"uv":[12.5,3,13.5,4],"texture":"#1"},"down":{"uv":[11.5,3,12.5,4],"texture":"#1"}}},{"from":[2,11,9],"to":[3,12,10],"rotation":{"angle":-45,"axis":"y","origin":[3.5,8.5,10.5]},"faces":{"north":{"uv":[15,0.5,15.5,1],"texture":"#1"},"east":{"uv":[15,0.5,15.5,1],"texture":"#1"},"south":{"uv":[15,0.5,15.5,1],"texture":"#1"},"west":{"uv":[15,0.5,15.5,1],"texture":"#1"},"up":{"uv":[15.5,0,16,0.5],"rotation":270,"texture":"#1"},"down":{"uv":[14.5,1,15,1.5],"rotation":270,"texture":"#1"}}},{"from":[5.5,11,10],"to":[11.5,12,17],"rotation":{"angle":0,"axis":"y","origin":[8,5,10.5]},"faces":{"north":{"uv":[3.5,5,4,8],"rotation":90,"texture":"#1"},"east":{"uv":[3,8,3.5,11.5],"rotation":90,"texture":"#1"},"south":{"uv":[3,5,3.5,8],"rotation":90,"texture":"#1"},"west":{"uv":[3.5,8,4,11.5],"rotation":90,"texture":"#1"},"up":{"uv":[0,4.5,3,8],"texture":"#1"},"down":{"uv":[0,8,3,11.5],"texture":"#1"}}},{"from":[4.5,4,9],"to":[11.5,8,11],"rotation":{"angle":0,"axis":"y","origin":[8,5,10.5]},"faces":{"north":{"uv":[4,7,7.5,9],"texture":"#1"},"east":{"uv":[7.5,7,8.5,9],"texture":"#1"},"south":{"uv":[4,7,7.5,9],"texture":"#1"},"west":{"uv":[7.5,7,8.5,9],"texture":"#1"},"down":{"uv":[4,9,7,10],"texture":"#1"}}},{"from":[4,4,1],"to":[13,10,3],"rotation":{"angle":-22.5,"axis":"x","origin":[7,6.5,1.5]},"faces":{"north":{"uv":[11.5,4.5,16,7.5],"texture":"#1"},"east":{"uv":[11.5,5.5,10.5,8.5],"texture":"#1"},"south":{"uv":[11.5,7.5,16,10.5],"texture":"#1"},"west":{"uv":[10.5,5.5,11.5,8.5],"texture":"#1"},"up":{"uv":[11.5,11.5,16,12.5],"texture":"#1"},"down":{"uv":[11.5,10.5,16,11.5],"texture":"#1"}}},{"from":[4,2,1],"to":[11,4,3],"rotation":{"angle":-22.5,"axis":"x","origin":[7,6.5,1.5]},"faces":{"north":{"uv":[12.5,12.5,16,13.5],"texture":"#1"},"east":{"uv":[11.5,12.5,12.5,13.5],"texture":"#1"},"south":{"uv":[12.5,13.5,16,14.5],"texture":"#1"},"west":{"uv":[11.5,12.5,12.5,13.5],"texture":"#1"},"down":{"uv":[12.5,14.5,16,15.5],"texture":"#1"}}},{"from":[3,11,-1],"to":[6,18,1],"rotation":{"angle":-22.5,"axis":"x","origin":[4.5,11,0]},"faces":{"north":{"uv":[1.5,0,3,3.5],"rotation":180,"texture":"#1"},"east":{"uv":[4,3.5,3,0],"texture":"#1"},"south":{"uv":[0,0,1.5,3.5],"texture":"#1"},"west":{"uv":[3,3.5,4,0],"texture":"#1"},"up":{"uv":[0,0,1.5,1],"rotation":180,"texture":"#1"},"down":{"uv":[0,3.5,1.5,4.5],"texture":"#1"}}},{"from":[-1,7,0],"to":[2,14,2],"rotation":{"angle":22.5,"axis":"z","origin":[4.5,11,1]},"faces":{"north":{"uv":[1.5,0,3,3.5],"rotation":180,"texture":"#1"},"east":{"uv":[4,3.5,3,0],"texture":"#1"},"south":{"uv":[1.5,0,0,3.5],"texture":"#1"},"west":{"uv":[3,3.5,4,0],"texture":"#1"},"up":{"uv":[0,0,1.5,1],"rotation":180,"texture":"#1"},"down":{"uv":[0,3.5,1.5,4.5],"texture":"#1"}}},{"from":[7,11,-1],"to":[10,18,1],"rotation":{"angle":-45,"axis":"x","origin":[8.5,11,0]},"faces":{"north":{"uv":[1.5,0,3,3.5],"rotation":180,"texture":"#1"},"east":{"uv":[4,3.5,3,0],"texture":"#1"},"south":{"uv":[0,0,1.5,3.5],"texture":"#1"},"west":{"uv":[3,3.5,4,0],"texture":"#1"},"up":{"uv":[0,0,1.5,1],"rotation":180,"texture":"#1"},"down":{"uv":[0,3.5,1.5,4.5],"texture":"#1"}}},{"from":[11,10,-7],"to":[14,12,0],"rotation":{"angle":22.5,"axis":"x","origin":[12.5,11,0]},"faces":{"north":{"uv":[0,0,1.5,1],"rotation":180,"texture":"#1"},"east":{"uv":[4,3.5,3,0],"rotation":90,"texture":"#1"},"south":{"uv":[0,3.5,1.5,4.5],"texture":"#1"},"west":{"uv":[3,3.5,4,0],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,1.5,3.5],"texture":"#1"},"down":{"uv":[3,3.5,1.5,0],"rotation":180,"texture":"#1"}}},{"from":[5.5,13,4],"to":[10.5,21,4],"rotation":{"angle":22.5,"axis":"x","origin":[8,8,4]},"faces":{"north":{"uv":[11,0,16,8],"texture":"#0"},"south":{"uv":[11,0,16,8],"texture":"#0"}}},{"from":[8,13,1.5],"to":[8,21,6.5],"rotation":{"angle":22.5,"axis":"x","origin":[8,8,4]},"faces":{"east":{"uv":[11,0,16,8],"texture":"#0"},"west":{"uv":[11,0,16,8],"texture":"#0"}}},{"from":[13,5.5,4],"to":[21,10.5,4],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8,4]},"faces":{"north":{"uv":[11,0,16,8],"rotation":270,"texture":"#0"},"south":{"uv":[11,0,16,8],"rotation":90,"texture":"#0"}}},{"from":[13,8,1.5],"to":[21,8,6.5],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8,4]},"faces":{"up":{"uv":[11,0,16,8],"rotation":90,"texture":"#0"},"down":{"uv":[11,0,16,8],"rotation":90,"texture":"#0"}}},{"from":[5.5,-5,4],"to":[10.5,3,4],"rotation":{"angle":-22.5,"axis":"x","origin":[8,8,4]},"faces":{"north":{"uv":[11,0,16,8],"rotation":180,"texture":"#0"},"south":{"uv":[11,0,16,8],"rotation":180,"texture":"#0"}}},{"from":[8,-5,1.5],"to":[8,3,6.5],"rotation":{"angle":-22.5,"axis":"x","origin":[8,8,4]},"faces":{"east":{"uv":[11,0,16,8],"rotation":180,"texture":"#0"},"west":{"uv":[11,0,16,8],"rotation":180,"texture":"#0"}}},{"from":[-5,8,1.5],"to":[3,8,6.5],"rotation":{"angle":22.5,"axis":"y","origin":[8,8,4]},"faces":{"up":{"uv":[11,0,16,8],"rotation":270,"texture":"#0"},"down":{"uv":[11,0,16,8],"rotation":270,"texture":"#0"}}},{"from":[-5,5.5,4],"to":[3,10.5,4],"rotation":{"angle":22.5,"axis":"y","origin":[8,8,4]},"faces":{"north":{"uv":[11,0,16,8],"rotation":90,"texture":"#0"},"south":{"uv":[11,0,16,8],"rotation":270,"texture":"#0"}}},{"from":[0,0,3.25],"to":[16,16,3.25],"faces":{"north":{"uv":[0,0,16,16],"texture":"#2"},"south":{"uv":[0,0,16,16],"texture":"#2"}}}],"display":{"thirdperson_righthand":{"rotation":[5,5,-15],"translation":[0,-1,3],"scale":[0.9,0.9,0.9]},"thirdperson_lefthand":{"rotation":[5,5,-15],"translation":[0,-1,3],"scale":[0.9,0.9,0.9]},"firstperson_righthand":{"rotation":[20,-20,-5],"translation":[8,-5,-2.5]},"firstperson_lefthand":{"rotation":[20,-20,-5],"translation":[8,-5,-2.5]},"gui":{"rotation":[50,-30,0],"translation":[-1.5,-2.5,0],"scale":[0.75,0.75,0.75]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/aurora_dagger.json b/assets/minecraft/models/item/wynn/skin/dagger/aurora_dagger.json new file mode 100644 index 000000000..62d15dd2f --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/aurora_dagger.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/aurora/aurora_dagger","1":"skins/aurora/aurora_effect_4","2":"skins/aurora/aurora_effect_3","particle":"skins/aurora/aurora_dagger"},"elements":[{"from":[8.745,11.495,7.745],"to":[9.755,28.255,8.255],"rotation":{"angle":0,"axis":"y","origin":[-0.25,13,0]},"faces":{"north":{"uv":[1.25,0,1.75,8.5],"texture":"#0"},"east":{"uv":[0.75,0,1,8.5],"texture":"#0"},"south":{"uv":[1.75,0,1.25,8.5],"texture":"#0"}}},{"from":[7.145,28.645,7.745],"to":[8.88,30.38,8.255],"rotation":{"angle":45,"axis":"z","origin":[8,29.5,8]},"faces":{"north":{"uv":[6,5,6.75,5.75],"texture":"#0"},"east":{"uv":[4.5,2.75,4.75,3.5],"texture":"#0"},"south":{"uv":[6.75,5,6,5.75],"texture":"#0"},"up":{"uv":[5.5,3,4.75,2.75],"texture":"#0"}}},{"from":[7.245,11.495,7.495],"to":[8.755,28.005,8.505],"rotation":{"angle":0,"axis":"y","origin":[0,13,0]},"faces":{"north":{"uv":[0,0,0.75,8.25],"texture":"#0"},"east":{"uv":[2.25,2.25,2.5,10.5],"texture":"#0"},"south":{"uv":[0.75,0,0,8.25],"texture":"#0"},"west":{"uv":[2.5,2.25,2.75,10.5],"texture":"#0"}}},{"from":[2.55,23.575,7.5],"to":[3.3,24.575,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[16,14,0]},"faces":{"north":{"uv":[8.75,1.25,9.25,1.75],"texture":"#0"},"south":{"uv":[8.75,1.25,9.25,1.75],"texture":"#0"},"west":{"uv":[8.5,1.25,8.75,1.75],"texture":"#0"}}},{"from":[7.295,28.795,7.495],"to":[7.855,29.355,8.505],"rotation":{"angle":45,"axis":"z","origin":[8,29.5,8]},"faces":{"north":{"uv":[6.5,5.5,6.75,5.75],"texture":"#0"},"east":{"uv":[6.5,5.5,6.75,5.75],"texture":"#0"},"south":{"uv":[6.5,5.5,6.75,5.75],"texture":"#0"},"up":{"uv":[6.5,5.5,6.75,5.75],"texture":"#0"}}},{"from":[12.6975,23.5725,7.4975],"to":[13.4525,24.5775,8.5025],"rotation":{"angle":22.5,"axis":"z","origin":[0,14,0]},"faces":{"north":{"uv":[8,1.25,8.5,1.75],"texture":"#0"},"east":{"uv":[4.75,6.25,5,6.75],"texture":"#0"},"south":{"uv":[8,1.25,8.5,1.75],"texture":"#0"}}},{"from":[13.45,23.425,7.75],"to":[14.46,24.825,8.25],"rotation":{"angle":22.5,"axis":"z","origin":[0,14,0]},"faces":{"north":{"uv":[5,5,5.5,5.75],"texture":"#0"},"east":{"uv":[4,8.5,4.25,9.25],"texture":"#0"},"south":{"uv":[5.5,5,5,5.75],"texture":"#0"}}},{"from":[6.245,11.495,7.745],"to":[7.255,28.255,8.255],"rotation":{"angle":0,"axis":"y","origin":[16.25,13,0]},"faces":{"north":{"uv":[1.75,0,2.25,8.5],"texture":"#0"},"south":{"uv":[2.25,0,1.75,8.5],"texture":"#0"},"west":{"uv":[1,0,1.25,8.5],"texture":"#0"}}},{"from":[1.54,23.425,7.75],"to":[2.55,24.825,8.25],"rotation":{"angle":-22.5,"axis":"z","origin":[16,14,0]},"faces":{"north":{"uv":[5.5,5,6,5.75],"texture":"#0"},"south":{"uv":[6,5,5.5,5.75],"texture":"#0"},"west":{"uv":[6.25,2.75,6.5,3.5],"texture":"#0"}}},{"from":[7.245,10.92,6.995],"to":[8.755,11.98,9.005],"rotation":{"angle":0,"axis":"y","origin":[0,10,0]},"faces":{"north":{"uv":[7.25,1.5,8,2],"texture":"#0"},"south":{"uv":[8,1.5,7.25,2],"texture":"#0"},"up":{"uv":[8,1.5,7.25,0.5],"texture":"#0"}}},{"from":[6.245,7.995,6.995],"to":[9.755,10.955,9.005],"rotation":{"angle":0,"axis":"y","origin":[0,10,0]},"faces":{"north":{"uv":[2.25,0.75,4,2.25],"texture":"#0"},"east":{"uv":[5,3.5,6,5],"texture":"#0"},"south":{"uv":[4,0.75,2.25,2.25],"texture":"#0"},"west":{"uv":[6,3.5,7,5],"texture":"#0"},"down":{"uv":[5,3.5,3.25,4.5],"texture":"#0"}}},{"from":[6.75,8.4,6.99],"to":[9.25,10.9,7],"rotation":{"angle":0,"axis":"y","origin":[0,9.9,16]},"faces":{"north":{"uv":[4.75,4.5,3.25,6],"texture":"#0"}}},{"from":[6.75,8.4,8.99],"to":[9.25,10.9,9.01],"rotation":{"angle":0,"axis":"y","origin":[0,9.9,0]},"faces":{"south":{"uv":[4.75,4.5,3.25,6],"texture":"#0"}}},{"from":[3.745,7.995,7.245],"to":[12.255,8.955,8.755],"rotation":{"angle":0,"axis":"y","origin":[0,10,0]},"faces":{"north":{"uv":[3.25,6.5,2.75,2.25],"rotation":90,"texture":"#0"},"south":{"uv":[3.25,2.25,2.75,6.5],"rotation":90,"texture":"#0"},"up":{"uv":[6.5,0.75,2.25,0],"texture":"#0"}}},{"from":[6.2525,7.0025,7.2525],"to":[9.7475,7.9975,8.7475],"rotation":{"angle":0,"axis":"y","origin":[0,8.95,0]},"faces":{"north":{"uv":[7.25,0,9,0.5],"texture":"#0"},"south":{"uv":[9,0,7.25,0.5],"texture":"#0"}}},{"from":[3.6975,6.7975,7.2475],"to":[8.7025,7.7525,8.7525],"rotation":{"angle":-22.5,"axis":"z","origin":[6.95,8.275,8]},"faces":{"north":{"uv":[4,1.5,6.5,2],"texture":"#0"},"south":{"uv":[6.5,1.5,4,2],"texture":"#0"},"down":{"uv":[6.5,0.75,4,1.5],"texture":"#0"}}},{"from":[7.3,6.8,7.25],"to":[12.3,7.75,8.75],"rotation":{"angle":22.5,"axis":"z","origin":[9.05,8.275,8]},"faces":{"north":{"uv":[6.5,2,9,2.5],"texture":"#0"},"south":{"uv":[9,2,6.5,2.5],"texture":"#0"},"down":{"uv":[6.5,2,4,2.75],"texture":"#0"}}},{"from":[9.6725,8.0225,7.7475],"to":[11.1275,11.5275,8.2525],"rotation":{"angle":22.5,"axis":"z","origin":[9.05,8.275,8]},"faces":{"north":{"uv":[6.5,0,7.25,1.75],"texture":"#0"},"east":{"uv":[4,6.75,4.25,8.5],"texture":"#0"},"south":{"uv":[7.25,0,6.5,1.75],"texture":"#0"}}},{"from":[4.8725,8.0225,7.7475],"to":[6.3275,11.5275,8.2525],"rotation":{"angle":-22.5,"axis":"z","origin":[6.95,8.275,8]},"faces":{"north":{"uv":[3.25,6,4,7.75],"texture":"#0"},"south":{"uv":[4,6,3.25,7.75],"texture":"#0"},"west":{"uv":[4.75,4.5,5,6.25],"texture":"#0"}}},{"from":[11.29,6.24,7.24],"to":[12.81,7.76,8.76],"rotation":{"angle":22.5,"axis":"z","origin":[9.05,8.275,8]},"faces":{"north":{"uv":[4,6,4.75,6.75],"texture":"#0"},"east":{"uv":[6.75,5.25,7.5,6],"texture":"#0"},"south":{"uv":[4.75,6,4,6.75],"texture":"#0"},"west":{"uv":[5.75,5.75,6.5,6.5],"texture":"#0"},"up":{"uv":[9,6,8.25,5.25],"texture":"#0"},"down":{"uv":[4,2.75,3.25,3.5],"texture":"#0"}}},{"from":[3.19,6.24,7.24],"to":[4.71,7.76,8.76],"rotation":{"angle":-22.5,"axis":"z","origin":[6.95,8.275,8]},"faces":{"north":{"uv":[8,3.5,8.75,4.25],"texture":"#0"},"east":{"uv":[5,6.75,5.75,7.5],"texture":"#0"},"south":{"uv":[8.75,3.5,8,4.25],"texture":"#0"},"west":{"uv":[7.5,5.25,8.25,6],"texture":"#0"},"up":{"uv":[0.75,9.25,0,8.5],"texture":"#0"},"down":{"uv":[9.25,0.5,8.5,1.25],"texture":"#0"}}},{"from":[7.8,10.45,7],"to":[9.25,11.75,9],"rotation":{"angle":-45,"axis":"z","origin":[8.55,10.75,8]},"faces":{"north":{"uv":[7.25,3.5,8,4.25],"texture":"#0"},"south":{"uv":[8,3.5,7.25,4.25],"texture":"#0"},"up":{"uv":[8.25,3.5,7.5,2.5],"texture":"#0"}}},{"from":[6.75,10.45,7],"to":[8.2,11.75,9],"rotation":{"angle":45,"axis":"z","origin":[7.45,10.75,8]},"faces":{"north":{"uv":[4.25,6.75,5,7.5],"texture":"#0"},"south":{"uv":[5,6.75,4.25,7.5],"texture":"#0"},"up":{"uv":[5.75,6.75,5,5.75],"texture":"#0"}}},{"from":[7.5,0.5,7.5],"to":[8.5,8,8.5],"faces":{"north":{"uv":[2.75,6.5,3.25,10.25],"texture":"#0"},"east":{"uv":[3.25,6.5,2.75,10.25],"texture":"#0"},"south":{"uv":[2.75,6.5,3.25,10.25],"texture":"#0"},"west":{"uv":[3.25,6.5,2.75,10.25],"texture":"#0"}}},{"from":[10.955,-0.695,7.505],"to":[11.445,0.795,8.495],"rotation":{"angle":-22.5,"axis":"z","origin":[11.95,9.8,8]},"faces":{"north":{"uv":[7,3.5,7.25,4.25],"texture":"#0"},"south":{"uv":[7,3.5,7.25,4.25],"texture":"#0"},"west":{"uv":[8.5,0.5,8,1.25],"texture":"#0"}}},{"from":[10.955,6.355,7.505],"to":[11.445,7.845,8.495],"rotation":{"angle":22.5,"axis":"z","origin":[11.95,-2.65,8]},"faces":{"north":{"uv":[6,2.75,6.25,3.5],"texture":"#0"},"south":{"uv":[6,2.75,6.25,3.5],"texture":"#0"},"west":{"uv":[4,2.75,4.5,3.5],"texture":"#0"}}},{"from":[4.555,-0.695,7.505],"to":[5.045,0.795,8.495],"rotation":{"angle":22.5,"axis":"z","origin":[4.05,9.8,8]},"faces":{"north":{"uv":[7.25,3.5,7,4.25],"texture":"#0"},"east":{"uv":[8.5,0.5,8,1.25],"texture":"#0"},"south":{"uv":[7.25,3.5,7,4.25],"texture":"#0"}}},{"from":[4.555,6.355,7.505],"to":[5.045,7.845,8.495],"rotation":{"angle":-22.5,"axis":"z","origin":[4.05,-2.65,8]},"faces":{"north":{"uv":[6.25,2.75,6,3.5],"texture":"#0"},"east":{"uv":[4.5,2.75,4,3.5],"texture":"#0"},"south":{"uv":[6.25,2.75,6,3.5],"texture":"#0"}}},{"from":[7,-1.5,7],"to":[9,0.5,9],"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"north":{"uv":[6.5,2.5,7.5,3.5],"texture":"#0"},"east":{"uv":[7.5,2.5,6.5,3.5],"texture":"#0"},"south":{"uv":[6.5,2.5,7.5,3.5],"texture":"#0"},"west":{"uv":[7.5,2.5,6.5,3.5],"texture":"#0"},"up":{"uv":[8,5.25,7,4.25],"rotation":90,"texture":"#0"},"down":{"uv":[9,4.25,8,5.25],"texture":"#0"}}},{"from":[7.25,-2.5,7.25],"to":[8.75,-1.5,8.75],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[3.25,2.25,4,2.75],"texture":"#0"},"east":{"uv":[4,2.25,3.25,2.75],"texture":"#0"},"south":{"uv":[3.25,2.25,4,2.75],"texture":"#0"},"west":{"uv":[4,2.25,3.25,2.75],"texture":"#0"},"down":{"uv":[1.5,8.5,0.75,9.25],"texture":"#0"}}},{"from":[7.255,13.005,7.005],"to":[8.745,14.495,8.995],"rotation":{"angle":0,"axis":"y","origin":[6.75,13,7]},"faces":{"north":{"uv":[8.25,2.5,9,3.25],"texture":"#0"},"east":{"uv":[5.5,2.75,5.75,3.5],"texture":"#0"},"south":{"uv":[9,2.5,8.25,3.25],"texture":"#0"},"west":{"uv":[5.75,2.75,6,3.5],"texture":"#0"},"up":{"uv":[5.5,3.25,4.75,3],"texture":"#0"},"down":{"uv":[5.5,3.25,4.75,3.5],"texture":"#0"}}},{"from":[5,0,8],"to":[13,8,8.01],"rotation":{"angle":0,"axis":"y","origin":[13,0,8]},"faces":{"north":{"uv":[16,16,0,0],"rotation":270,"texture":"#2"},"south":{"uv":[0,16,16,0],"rotation":90,"texture":"#2"}}},{"from":[7.5,9,8],"to":[12.5,27,8.01],"rotation":{"angle":0,"axis":"z","origin":[-3.5,17,8]},"faces":{"north":{"uv":[0,0,4.5,16],"texture":"#1"},"south":{"uv":[4.5,0,0,16],"texture":"#1"}}},{"from":[4.5,14,8],"to":[8,32,8.01],"rotation":{"angle":0,"axis":"z","origin":[-3.5,17,8]},"faces":{"north":{"uv":[3,0,6,16],"texture":"#1"},"south":{"uv":[6,0,3,16],"texture":"#1"}}},{"from":[7.5,22,8],"to":[11.5,32,8.01],"rotation":{"angle":0,"axis":"z","origin":[-3.5,17,8]},"faces":{"north":{"uv":[9.5,1.5,6,11.5],"texture":"#1"},"south":{"uv":[6,1.5,9.5,11.5],"texture":"#1"}}},{"from":[5.85,3.35,8],"to":[7.35,7.35,8],"rotation":{"angle":-45,"axis":"z","origin":[6.35,7.35,8]},"faces":{"north":{"uv":[3.25,7.75,4,9.75],"texture":"#0"},"south":{"uv":[4,7.75,3.25,9.75],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,95,0],"translation":[0,3,1.25]},"firstperson_righthand":{"rotation":[0,95,-5],"translation":[0.5,1.25,0],"scale":[0.8,0.8,0.8]},"firstperson_lefthand":{"rotation":[0,95,-5],"translation":[0.5,1.25,0],"scale":[0.8,0.8,0.8]},"gui":{"rotation":[-20,160,30],"translation":[-2,-3.25,0],"scale":[0.7,0.7,0.7]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/azure_nunchucks.json b/assets/minecraft/models/item/wynn/skin/dagger/azure_nunchucks.json new file mode 100644 index 000000000..49440880d --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/azure_nunchucks.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"2":"skins/azure/azure_nunchucks"},"elements":[{"from":[0,-1.85,6.75],"to":[2,11.15,8.75],"rotation":{"angle":-22.5,"axis":"x","origin":[1,8.25,6]},"faces":{"north":{"uv":[0,0,1.5,8],"texture":"#2"},"east":{"uv":[1.5,0,3,8],"texture":"#2"},"south":{"uv":[0,0,1.5,8],"texture":"#2"},"west":{"uv":[1.5,0,3,8],"texture":"#2"},"up":{"uv":[9,1.5,7.5,0],"texture":"#2"},"down":{"uv":[9,1.5,7.5,3],"texture":"#2"}}},{"from":[-0.1,0.65,6.65],"to":[2.1,6.85,8.85],"rotation":{"angle":-22.5,"axis":"x","origin":[1,8.25,6]},"faces":{"north":{"uv":[6,3.5,7.5,7.5],"texture":"#2"},"east":{"uv":[7.5,3.5,6,7.5],"texture":"#2"},"south":{"uv":[6,3.5,7.5,7.5],"texture":"#2"},"west":{"uv":[7.5,3.5,6,7.5],"texture":"#2"}}},{"from":[7.75,-2.1,4.9],"to":[9.95,4.1,7.1],"rotation":{"angle":45,"axis":"z","origin":[1,8.25,6]},"faces":{"north":{"uv":[6,3.5,7.5,7.5],"texture":"#2"},"east":{"uv":[7.5,3.5,6,7.5],"texture":"#2"},"south":{"uv":[6,3.5,7.5,7.5],"texture":"#2"},"west":{"uv":[7.5,3.5,6,7.5],"texture":"#2"}}},{"from":[1,11.15,6.75],"to":[1,13.15,8.75],"rotation":{"angle":-22.5,"axis":"x","origin":[1,8.25,6]},"faces":{"east":{"uv":[6,2,7.5,3.5],"texture":"#2"},"west":{"uv":[6,2,7.5,3.5],"texture":"#2"}}},{"from":[7.85,-4.75,5],"to":[9.85,8.25,7],"rotation":{"angle":45,"axis":"z","origin":[1,8.25,6]},"faces":{"north":{"uv":[3,0,4.5,8],"texture":"#2"},"east":{"uv":[4.5,0,6,8],"texture":"#2"},"south":{"uv":[3,0,4.5,8],"texture":"#2"},"west":{"uv":[4.5,0,6,8],"texture":"#2"},"up":{"uv":[9,1.5,7.5,0],"texture":"#2"},"down":{"uv":[9,1.5,7.5,3],"texture":"#2"}}},{"from":[8.85,8.25,5],"to":[8.85,10.25,7],"rotation":{"angle":45,"axis":"z","origin":[1,8.25,6]},"faces":{"east":{"uv":[6,2,7.5,3.5],"texture":"#2"},"west":{"uv":[6,2,7.5,3.5],"texture":"#2"}}},{"from":[0,12.5,6],"to":[2,15.5,6],"rotation":{"angle":-22.5,"axis":"z","origin":[0,13,5]},"faces":{"north":{"uv":[6,0,7.5,2],"texture":"#2"},"south":{"uv":[7.5,0,6,2],"texture":"#2"}}},{"from":[2.15,15.7,6],"to":[5.15,17.7,6],"rotation":{"angle":-22.5,"axis":"z","origin":[0,12.8,5]},"faces":{"north":{"uv":[7.5,2,6,0],"rotation":90,"texture":"#2"},"south":{"uv":[6,2,7.5,0],"rotation":90,"texture":"#2"}}},{"from":[1.9,13.35,5],"to":[4.9,13.35,7],"rotation":{"angle":22.5,"axis":"z","origin":[0,12.8,5]},"faces":{"up":{"uv":[7.5,2,6,0],"rotation":90,"texture":"#2"},"down":{"uv":[6,2,7.5,0],"rotation":90,"texture":"#2"}}}],"display":{"thirdperson_righthand":{"rotation":[-65,100,80],"translation":[-1,3,-4]},"thirdperson_lefthand":{"rotation":[-65,-120,-80],"translation":[0,3,-4]},"firstperson_righthand":{"rotation":[0,80,-30],"scale":[0.9,0.9,0.9]},"firstperson_lefthand":{"rotation":[0,100,15],"translation":[0,0,3],"scale":[0.9,0.9,0.9]},"gui":{"rotation":[35,-35,0],"translation":[1,-1,0],"scale":[0.8,0.8,0.8]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/banana_dagger.json b/assets/minecraft/models/item/wynn/skin/dagger/banana_dagger.json new file mode 100644 index 000000000..c5f52debe --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/banana_dagger.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"texture":"skins/dagger_banana_texture"},"elements":[{"from":[-0.5,7.125,8],"to":[12,9,10],"faces":{"north":{"uv":[2.25,1.125,14.25,3],"texture":"#texture"},"east":{"uv":[7.875,0.875,9.875,2.75],"texture":"#texture"},"south":{"uv":[2.25,1.125,14.25,3],"texture":"#texture"},"west":{"uv":[7.875,0.875,9.875,2.75],"texture":"#texture"},"up":{"uv":[2,0.5,14,2.5],"texture":"#texture"},"down":{"uv":[2,0.5,14,2.5],"texture":"#texture"}}},{"from":[-2.25,7.25,8.25],"to":[-0.5,9.125,9.75],"faces":{"north":{"uv":[7.375,1.25,9.125,2.625],"texture":"#texture"},"east":{"uv":[10,1.25,12,2.625],"texture":"#texture"},"south":{"uv":[7.375,1.25,9.125,2.625],"texture":"#texture"},"west":{"uv":[10,1.25,12,2.625],"texture":"#texture"},"up":{"uv":[9.625,0.625,11.375,2.625],"texture":"#texture"},"down":{"uv":[9.625,0.625,11.375,2.625],"texture":"#texture"}}},{"from":[-3.75,7.375,8.5],"to":[-2.25,9.25,9.5],"faces":{"north":{"uv":[7.375,1.25,9.125,2.625],"texture":"#texture"},"east":{"uv":[10,1.25,12,2.625],"texture":"#texture"},"south":{"uv":[7.375,1.25,9.125,2.625],"texture":"#texture"},"west":{"uv":[10,1.25,12,2.625],"texture":"#texture"},"up":{"uv":[9.625,0.625,11.375,2.625],"texture":"#texture"},"down":{"uv":[9.625,0.625,11.375,2.625],"texture":"#texture"}}},{"from":[-4.75,7.5,8.75],"to":[-3.75,9.375,9.25],"faces":{"north":{"uv":[7.375,1.25,9.125,2.625],"texture":"#texture"},"east":{"uv":[10,1.25,12,2.625],"texture":"#texture"},"south":{"uv":[7.375,1.25,9.125,2.625],"texture":"#texture"},"west":{"uv":[10,1.25,12,2.625],"texture":"#texture"},"up":{"uv":[9.625,0.625,11.375,2.625],"texture":"#texture"},"down":{"uv":[9.625,0.625,11.375,2.625],"texture":"#texture"}}},{"from":[12,6.875,7.75],"to":[12.875,9.25,10.25],"faces":{"north":{"uv":[1.5,3.875,3,6.75],"texture":"#texture"},"east":{"uv":[11.25,4.25,12.625,6.625],"texture":"#texture"},"south":{"uv":[1.5,3.875,3,6.75],"texture":"#texture"},"west":{"uv":[11.25,4.25,12.625,6.625],"texture":"#texture"},"up":{"uv":[13.25,4.125,14.5,6.5],"texture":"#texture"},"down":{"uv":[13.25,4.125,14.5,6.5],"texture":"#texture"}}},{"from":[-2.25,7.5,8],"to":[-0.5,8.875,10],"faces":{"north":{"uv":[7.375,1.25,9.125,2.625],"texture":"#texture"},"east":{"uv":[10,1.25,12,2.625],"texture":"#texture"},"south":{"uv":[7.375,1.25,9.125,2.625],"texture":"#texture"},"west":{"uv":[10,1.25,12,2.625],"texture":"#texture"},"up":{"uv":[9.625,0.625,11.375,2.625],"texture":"#texture"},"down":{"uv":[9.625,0.625,11.375,2.625],"texture":"#texture"}}},{"from":[-3.75,7.625,8.25],"to":[-2.25,9,9.75],"faces":{"north":{"uv":[7.375,1.25,9.125,2.625],"texture":"#texture"},"east":{"uv":[10,1.25,12,2.625],"texture":"#texture"},"south":{"uv":[7.375,1.25,9.125,2.625],"texture":"#texture"},"west":{"uv":[10,1.25,12,2.625],"texture":"#texture"},"up":{"uv":[9.625,0.625,11.375,2.625],"texture":"#texture"},"down":{"uv":[9.625,0.625,11.375,2.625],"texture":"#texture"}}},{"from":[-5,7.75,8.5],"to":[-3.75,9.125,9.5],"faces":{"north":{"uv":[7.375,1.25,9.125,2.625],"texture":"#texture"},"east":{"uv":[10,1.25,12,2.625],"texture":"#texture"},"south":{"uv":[7.375,1.25,9.125,2.625],"texture":"#texture"},"west":{"uv":[10,1.25,12,2.625],"texture":"#texture"},"up":{"uv":[9.625,0.625,11.375,2.625],"texture":"#texture"},"down":{"uv":[9.625,0.625,11.375,2.625],"texture":"#texture"}}},{"from":[12,6.625,8],"to":[12.875,9.5,10],"faces":{"north":{"uv":[1.5,3.875,3,6.75],"texture":"#texture"},"east":{"uv":[11.25,4.25,12.625,6.625],"texture":"#texture"},"south":{"uv":[1.5,3.875,3,6.75],"texture":"#texture"},"west":{"uv":[11.25,4.25,12.625,6.625],"texture":"#texture"},"up":{"uv":[13.25,4.125,14.5,6.5],"texture":"#texture"},"down":{"uv":[13.25,4.125,14.5,6.5],"texture":"#texture"}}},{"from":[12,7.25,7.5],"to":[12.875,9,10.5],"faces":{"north":{"uv":[1.5,3.875,3,6.75],"texture":"#texture"},"east":{"uv":[11.25,4.25,12.625,6.625],"texture":"#texture"},"south":{"uv":[1.5,3.875,3,6.75],"texture":"#texture"},"west":{"uv":[11.25,4.25,12.625,6.625],"texture":"#texture"},"up":{"uv":[13.25,4.125,14.5,6.5],"texture":"#texture"},"down":{"uv":[13.25,4.125,14.5,6.5],"texture":"#texture"}}},{"from":[12.875,7.375,8.25],"to":[15.5,8.75,9.75],"faces":{"north":{"uv":[1,4.375,3.625,5.75],"texture":"#texture"},"east":{"uv":[9.375,4.375,10.875,5.75],"texture":"#texture"},"south":{"uv":[1,4.375,3.625,5.75],"texture":"#texture"},"west":{"uv":[9.375,4.375,10.875,5.75],"texture":"#texture"},"up":{"uv":[11.75,4.5,14.375,6],"texture":"#texture"},"down":{"uv":[11.75,4.5,14.375,6],"texture":"#texture"}}},{"from":[15.5,7.5,8.25],"to":[17,8.875,9.75],"faces":{"north":{"uv":[1,4.375,3.625,5.75],"texture":"#texture"},"east":{"uv":[9.375,4.375,10.875,5.75],"texture":"#texture"},"south":{"uv":[1,4.375,3.625,5.75],"texture":"#texture"},"west":{"uv":[9.375,4.375,10.875,5.75],"texture":"#texture"},"up":{"uv":[11.75,4.5,14.375,6],"texture":"#texture"},"down":{"uv":[11.75,4.5,14.375,6],"texture":"#texture"}}},{"from":[17,7.625,8.25],"to":[17.875,9,9.75],"faces":{"north":{"uv":[1,4.375,3.625,5.75],"texture":"#texture"},"east":{"uv":[9.375,4.375,10.875,5.75],"texture":"#texture"},"south":{"uv":[1,4.375,3.625,5.75],"texture":"#texture"},"west":{"uv":[9.375,4.375,10.875,5.75],"texture":"#texture"},"up":{"uv":[11.75,4.5,14.375,6],"texture":"#texture"},"down":{"uv":[11.75,4.5,14.375,6],"texture":"#texture"}}},{"from":[17.875,7.75,8.25],"to":[18.5,9.125,9.75],"faces":{"north":{"uv":[1,4.375,3.625,5.75],"texture":"#texture"},"east":{"uv":[9.375,4.375,10.875,5.75],"texture":"#texture"},"south":{"uv":[1,4.375,3.625,5.75],"texture":"#texture"},"west":{"uv":[9.375,4.375,10.875,5.75],"texture":"#texture"},"up":{"uv":[11.75,4.5,14.375,6],"texture":"#texture"},"down":{"uv":[11.75,4.5,14.375,6],"texture":"#texture"}}},{"from":[18.5,7.875,8.25],"to":[18.875,9.25,9.75],"faces":{"north":{"uv":[1,4.375,3.625,5.75],"texture":"#texture"},"east":{"uv":[9.375,4.375,10.875,5.75],"texture":"#texture"},"south":{"uv":[1,4.375,3.625,5.75],"texture":"#texture"},"west":{"uv":[9.375,4.375,10.875,5.75],"texture":"#texture"},"up":{"uv":[11.75,4.5,14.375,6],"texture":"#texture"},"down":{"uv":[11.75,4.5,14.375,6],"texture":"#texture"}}},{"from":[18.875,8,8.25],"to":[19.125,9.375,9.75],"faces":{"north":{"uv":[1,4.375,3.625,5.75],"texture":"#texture"},"east":{"uv":[9.375,4.375,10.875,5.75],"texture":"#texture"},"south":{"uv":[1,4.375,3.625,5.75],"texture":"#texture"},"west":{"uv":[9.375,4.375,10.875,5.75],"texture":"#texture"},"up":{"uv":[11.75,4.5,14.375,6],"texture":"#texture"},"down":{"uv":[11.75,4.5,14.375,6],"texture":"#texture"}}},{"from":[19.125,8.125,8.25],"to":[19.5,9.25,9.75],"faces":{"north":{"uv":[1,4.375,3.625,5.75],"texture":"#texture"},"east":{"uv":[9.375,4.375,10.875,5.75],"texture":"#texture"},"south":{"uv":[1,4.375,3.625,5.75],"texture":"#texture"},"west":{"uv":[9.375,4.375,10.875,5.75],"texture":"#texture"},"up":{"uv":[11.75,4.5,14.375,6],"texture":"#texture"},"down":{"uv":[11.75,4.5,14.375,6],"texture":"#texture"}}},{"from":[19.5,8.25,8.375],"to":[20,9.125,9.625],"faces":{"north":{"uv":[1,4.375,3.625,5.75],"texture":"#texture"},"east":{"uv":[9.375,4.375,10.875,5.75],"texture":"#texture"},"south":{"uv":[1,4.375,3.625,5.75],"texture":"#texture"},"west":{"uv":[9.375,4.375,10.875,5.75],"texture":"#texture"},"up":{"uv":[11.75,4.5,14.375,6],"texture":"#texture"},"down":{"uv":[11.75,4.5,14.375,6],"texture":"#texture"}}},{"from":[19.625,8.375,8.5],"to":[20.25,9,9.5],"faces":{"north":{"uv":[1,4.375,3.625,5.75],"texture":"#texture"},"east":{"uv":[9.375,4.375,10.875,5.75],"texture":"#texture"},"south":{"uv":[1,4.375,3.625,5.75],"texture":"#texture"},"west":{"uv":[9.375,4.375,10.875,5.75],"texture":"#texture"},"up":{"uv":[11.75,4.5,14.375,6],"texture":"#texture"},"down":{"uv":[11.75,4.5,14.375,6],"texture":"#texture"}}},{"from":[12.125,7.5,10.5],"to":[12.75,8.75,12.25],"rotation":{"angle":22.5,"axis":"y","origin":[12.125,7.5,10.5]},"faces":{"north":{"uv":[1.5,3.875,3,6.75],"texture":"#texture"},"east":{"uv":[11.25,4.25,12.625,6.625],"texture":"#texture"},"south":{"uv":[1.5,3.875,3,6.75],"texture":"#texture"},"west":{"uv":[11.25,4.25,12.625,6.625],"texture":"#texture"},"up":{"uv":[13.25,4.125,14.5,6.5],"texture":"#texture"},"down":{"uv":[13.25,4.125,14.5,6.5],"texture":"#texture"}}},{"from":[12.8125,7.75,11.9375],"to":[13.1875,8.5,14.0625],"rotation":{"angle":45,"axis":"y","origin":[12.8125,7.75,11.9375]},"faces":{"north":{"uv":[1.5,3.875,3,6.75],"texture":"#texture"},"east":{"uv":[11.25,4.25,12.625,6.625],"texture":"#texture"},"south":{"uv":[1.5,3.875,3,6.75],"texture":"#texture"},"west":{"uv":[11.25,4.25,12.625,6.625],"texture":"#texture"},"up":{"uv":[13.25,4.125,14.5,6.5],"texture":"#texture"},"down":{"uv":[13.25,4.125,14.5,6.5],"texture":"#texture"}}},{"from":[12.75,7.5,5.875],"to":[13.375,8.75,7.625],"rotation":{"angle":-22.5,"axis":"y","origin":[12.75,7.5,5.875]},"faces":{"north":{"uv":[1.5,3.875,3,6.75],"texture":"#texture"},"east":{"uv":[11.25,4.25,12.625,6.625],"texture":"#texture"},"south":{"uv":[1.5,3.875,3,6.75],"texture":"#texture"},"west":{"uv":[11.25,4.25,12.625,6.625],"texture":"#texture"},"up":{"uv":[13.25,4.125,14.5,6.5],"texture":"#texture"},"down":{"uv":[13.25,4.125,14.5,6.5],"texture":"#texture"}}},{"from":[14.3125,7.75,4.5],"to":[14.6875,8.5,6.625],"rotation":{"angle":-45,"axis":"y","origin":[14.3125,7.75,4.5]},"faces":{"north":{"uv":[1.5,3.875,3,6.75],"texture":"#texture"},"east":{"uv":[11.25,4.25,12.625,6.625],"texture":"#texture"},"south":{"uv":[1.5,3.875,3,6.75],"texture":"#texture"},"west":{"uv":[11.25,4.25,12.625,6.625],"texture":"#texture"},"up":{"uv":[13.25,4.125,14.5,6.5],"texture":"#texture"},"down":{"uv":[13.25,4.125,14.5,6.5],"texture":"#texture"}}},{"from":[12.125,8,8.375],"to":[12.75,9.75,9.625],"faces":{"north":{"uv":[1.5,3.875,3,6.75],"texture":"#texture"},"east":{"uv":[11.25,4.25,12.625,6.625],"texture":"#texture"},"south":{"uv":[1.5,3.875,3,6.75],"texture":"#texture"},"west":{"uv":[11.25,4.25,12.625,6.625],"texture":"#texture"},"up":{"uv":[13.25,4.125,14.5,6.5],"texture":"#texture"},"down":{"uv":[13.25,4.125,14.5,6.5],"texture":"#texture"}}},{"from":[12.25,9.25,8.625],"to":[12.625,10,9.375],"faces":{"north":{"uv":[1.5,3.875,3,6.75],"texture":"#texture"},"east":{"uv":[11.25,4.25,12.625,6.625],"texture":"#texture"},"south":{"uv":[1.5,3.875,3,6.75],"texture":"#texture"},"west":{"uv":[11.25,4.25,12.625,6.625],"texture":"#texture"},"up":{"uv":[13.25,4.125,14.5,6.5],"texture":"#texture"},"down":{"uv":[13.25,4.125,14.5,6.5],"texture":"#texture"}}},{"from":[12.125,4.875,8.375],"to":[12.75,6.625,9.625],"rotation":{"angle":22.5,"axis":"z","origin":[12.125,6.625,8.375]},"faces":{"north":{"uv":[1.5,3.875,3,6.75],"texture":"#texture"},"east":{"uv":[11.25,4.25,12.625,6.625],"texture":"#texture"},"south":{"uv":[1.5,3.875,3,6.75],"texture":"#texture"},"west":{"uv":[11.25,4.25,12.625,6.625],"texture":"#texture"},"up":{"uv":[13.25,4.125,14.5,6.5],"texture":"#texture"},"down":{"uv":[13.25,4.125,14.5,6.5],"texture":"#texture"}}},{"from":[12.75,3.125,8.625],"to":[13.125,5.25,9.375],"rotation":{"angle":45,"axis":"z","origin":[12.75,5.25,8.625]},"faces":{"north":{"uv":[1.5,3.875,3,6.75],"texture":"#texture"},"east":{"uv":[11.25,4.25,12.625,6.625],"texture":"#texture"},"south":{"uv":[1.5,3.875,3,6.75],"texture":"#texture"},"west":{"uv":[11.25,4.25,12.625,6.625],"texture":"#texture"},"up":{"uv":[13.25,4.125,14.5,6.5],"texture":"#texture"},"down":{"uv":[13.25,4.125,14.5,6.5],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[180,-90,90],"translation":[1.13,6.99,2.08],"scale":[1.26,1.26,1.26]},"thirdperson_lefthand":{"rotation":[180,90,-90],"translation":[2.27,6.99,2.8],"scale":[1.26,1.26,1.26]},"firstperson_righthand":{"rotation":[-6,-84,-81],"translation":[0,5.48,-0.19],"scale":[0.63,0.63,0.79]},"firstperson_lefthand":{"rotation":[-6,101,88],"translation":[2.08,5.29,-0.19],"scale":[0.63,0.63,0.79]},"gui":{"rotation":[18,-135,-30],"translation":[0.57,-0.57,-4.34],"scale":[0.82,0.82,0.82]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/bob_dagger.json b/assets/minecraft/models/item/wynn/skin/dagger/bob_dagger.json new file mode 100644 index 000000000..933986148 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/bob_dagger.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/character/bob_dagger","1":"skins/character/bob_dagger_text"},"elements":[{"from":[7.728,7.348,7.283],"to":[8.172,9.937,9.302],"rotation":{"angle":-22.5,"axis":"x","origin":[7.175,7.35,7.45]},"faces":{"north":{"uv":[8.5,0,8.75,1.25],"texture":"#0"},"east":{"uv":[7.5,1.75,6.5,3],"texture":"#0"},"west":{"uv":[6.5,1.75,7.5,3],"texture":"#0"}}},{"from":[7.375,7.075,8],"to":[8.53,10.65,10.025],"rotation":{"angle":-22.5,"axis":"x","origin":[7.175,7.35,7.45]},"faces":{"north":{"uv":[2.5,0,3,1.75],"texture":"#0"},"east":{"uv":[2.5,0,1.5,1.75],"texture":"#0"},"west":{"uv":[1.5,0,2.5,1.75],"texture":"#0"},"up":{"uv":[5,3.25,4.5,2.25],"texture":"#0"}}},{"from":[7.373,9.688,10.418],"to":[8.532,13.817,12.212],"rotation":{"angle":-22.5,"axis":"x","origin":[7.175,7.35,7.45]},"faces":{"north":{"uv":[1,3.75,1.5,5.75],"texture":"#0"},"east":{"uv":[1.5,0,0.75,2],"texture":"#0"},"south":{"uv":[1.5,3.75,2,5.75],"texture":"#0"},"west":{"uv":[0.75,0,1.5,2],"texture":"#0"},"up":{"uv":[5.5,2,5,1.25],"texture":"#0"},"down":{"uv":[4,0,3.5,1],"texture":"#0"}}},{"from":[7.374,11.089,9.074],"to":[8.531,12.466,11.111],"rotation":{"angle":22.5,"axis":"x","origin":[7.175,13.785,7.45]},"faces":{"north":{"uv":[0.75,2,1.25,2.75],"texture":"#0"},"east":{"uv":[3.5,5,2.5,5.75],"texture":"#0"},"south":{"uv":[4,2.25,4.5,3],"texture":"#0"},"west":{"uv":[2.5,5,3.5,5.75],"texture":"#0"}}},{"from":[7.539,18.654,10.419],"to":[8.366,22.231,11.936],"rotation":{"angle":22.5,"axis":"x","origin":[7.175,25.115,7.45]},"faces":{"north":{"uv":[3.75,3,4.25,4.75],"texture":"#0"},"east":{"uv":[3.75,3,3,4.75],"texture":"#0"},"south":{"uv":[4,0,4.5,1.75],"texture":"#0"},"west":{"uv":[3,3,3.75,4.75],"texture":"#0"},"up":{"uv":[3,6.75,2.5,6],"texture":"#0"}}},{"from":[7.615,18.395,10.13],"to":[8.29,21.145,10.645],"rotation":{"angle":45,"axis":"x","origin":[8,19.13,10.295]},"faces":{"east":{"uv":[1,5.5,0.75,7],"texture":"#0"},"south":{"uv":[2.25,5,2.5,6.5],"texture":"#0"},"west":{"uv":[0.75,5.5,1,7],"texture":"#0"},"up":{"uv":[4.5,4.75,4.25,4.5],"texture":"#0"}}},{"from":[7.614,16.464,9.709],"to":[8.291,19.836,10.571],"rotation":{"angle":22.5,"axis":"x","origin":[8,19.13,10.295]},"faces":{"east":{"uv":[5.5,2,5,3.75],"texture":"#0"},"south":{"uv":[6.5,0,6.75,1.75],"texture":"#0"},"west":{"uv":[5,2,5.5,3.75],"texture":"#0"}}},{"from":[7.616,19.541,9.691],"to":[8.289,20.054,12.094],"rotation":{"angle":-22.5,"axis":"x","origin":[8,19.13,10.295]},"faces":{"east":{"uv":[3.75,5.75,2.5,6],"texture":"#0"},"west":{"uv":[2.5,5.75,3.75,6],"texture":"#0"},"up":{"uv":[5.75,2,5.5,0.75],"texture":"#0"}}},{"from":[7.645,22.225,11.41],"to":[8.255,24.625,11.935],"rotation":{"angle":22.5,"axis":"x","origin":[7.175,25.115,7.45]},"faces":{"east":{"uv":[1.25,5.75,1,7],"texture":"#0"},"south":{"uv":[7,0.5,7.25,1.75],"texture":"#0"},"west":{"uv":[1,5.75,1.25,7],"texture":"#0"}}},{"from":[7.651,22.231,10.916],"to":[8.254,23.409,11.494],"rotation":{"angle":22.5,"axis":"x","origin":[7.175,25.115,7.45]},"faces":{"east":{"uv":[1.25,3.25,1,3.75],"texture":"#0"},"west":{"uv":[1,3.25,1.25,3.75],"texture":"#0"}}},{"from":[7.644,23.569,11.294],"to":[8.256,26.386,11.776],"rotation":{"angle":45,"axis":"x","origin":[7.175,25.115,7.45]},"faces":{"north":{"uv":[4.25,3,4.5,4.5],"texture":"#0"},"east":{"uv":[7,0,6.75,1.5],"texture":"#0"},"west":{"uv":[6.75,0,7,1.5],"texture":"#0"},"up":{"uv":[2.25,5.25,2,5],"texture":"#0"}}},{"from":[7.376,7.326,8.441],"to":[8.529,12.819,9.869],"rotation":{"angle":0,"axis":"x","origin":[7.175,7.35,7.45]},"faces":{"north":{"uv":[3,0,3.5,2.75],"texture":"#0"},"east":{"uv":[0.75,0,0,2.75],"texture":"#0"},"south":{"uv":[0.5,2.75,1,5.5],"texture":"#0"},"west":{"uv":[0,0,0.75,2.75],"texture":"#0"}}},{"from":[7.54,14.475,7.725],"to":[8.365,18.02,9.51],"rotation":{"angle":0,"axis":"x","origin":[7.175,7.35,7.45]},"faces":{"north":{"uv":[5,3.75,5.5,5.5],"texture":"#0"},"east":{"uv":[2,2,1.25,3.75],"texture":"#0"},"south":{"uv":[4.5,0,5,1.75],"texture":"#0"},"west":{"uv":[1.25,2,2,3.75],"texture":"#0"}}},{"from":[7.54,18.02,9.24],"to":[8.365,18.57,9.51],"rotation":{"angle":0,"axis":"x","origin":[7.175,7.35,7.45]},"faces":{"east":{"uv":[0.75,5.5,0.5,5.75],"texture":"#0"},"south":{"uv":[3,2.75,3.5,3],"texture":"#0"},"west":{"uv":[0.5,5.5,0.75,5.75],"texture":"#0"}}},{"from":[7.73,11.2,7.655],"to":[8.17,12.875,8.465],"rotation":{"angle":0,"axis":"x","origin":[7.175,7.35,7.45]},"faces":{"north":{"uv":[6.75,5.5,7,6.25],"texture":"#0"},"east":{"uv":[7.6875,0.5,7.25,1.25],"texture":"#0"},"west":{"uv":[7.25,0.5,7.6875,1.25],"texture":"#0"},"up":{"uv":[7.25,5.5,7,5.25],"texture":"#0"}}},{"from":[7.731,11.616,9.736],"to":[8.169,14.089,10.684],"rotation":{"angle":-22.5,"axis":"x","origin":[7.175,7.35,7.45]},"faces":{"north":{"uv":[8.25,1.75,8.5,3],"texture":"#0"},"east":{"uv":[6.5,3.25,6,4.5],"texture":"#0"},"west":{"uv":[6,3.25,6.5,4.5],"texture":"#0"}}},{"from":[7.729,18.349,9.734],"to":[8.171,21.926,10.836],"rotation":{"angle":22.5,"axis":"x","origin":[7.175,25.085,7.45]},"faces":{"north":{"uv":[8,1.75,8.25,3.5],"texture":"#0"},"east":{"uv":[6,4.25,5.5,6],"texture":"#0"},"west":{"uv":[5.5,4.25,6,6],"texture":"#0"}}},{"from":[7.73,23.025,10.765],"to":[8.17,25.125,11.89],"rotation":{"angle":45,"axis":"x","origin":[7.175,25.085,7.45]},"faces":{"north":{"uv":[8,3.5,8.25,4.5],"texture":"#0"},"east":{"uv":[8,2.5,7.5,3.5],"texture":"#0"},"west":{"uv":[7.5,2.5,8,3.5],"texture":"#0"}}},{"from":[7.729,21.484,8.754],"to":[8.171,22.036,10.106],"rotation":{"angle":-22.5,"axis":"x","origin":[7.175,25.085,7.45]},"faces":{"east":{"uv":[7,5.25,6.25,5.5],"texture":"#0"},"west":{"uv":[6.25,5.25,7,5.5],"texture":"#0"},"up":{"uv":[6.5,3.25,6.25,2.5],"texture":"#0"}}},{"from":[7.73,14.445,6.985],"to":[8.17,18.02,8.08],"rotation":{"angle":0,"axis":"x","origin":[7.175,7.35,7.45]},"faces":{"north":{"uv":[6,4.5,6.25,6.25],"texture":"#0"},"east":{"uv":[8.5,0,8,1.75],"texture":"#0"},"west":{"uv":[8,0,8.5,1.75],"texture":"#0"}}},{"from":[7.729,9.329,8.274],"to":[8.171,11.531,9.241],"rotation":{"angle":-45,"axis":"x","origin":[7.175,7.35,7.45]},"faces":{"north":{"uv":[7.75,3.5,8,4.5],"texture":"#0"},"east":{"uv":[6,3.25,5.5,4.25],"texture":"#0"},"west":{"uv":[5.5,3.25,6,4.25],"texture":"#0"},"up":{"uv":[8.5,3.5,8.25,3],"texture":"#0"}}},{"from":[7.73,10.46,5.75],"to":[8.17,11.56,7.175],"rotation":{"angle":0,"axis":"y","origin":[3.6,7.35,3.6]},"faces":{"east":{"uv":[7.25,3,6.5,3.5],"texture":"#0"},"west":{"uv":[6.5,3,7.25,3.5],"texture":"#0"},"up":{"uv":[7.75,4.75,7.5,4],"texture":"#0"}}},{"from":[7.729,9.964,8.614],"to":[8.171,11.066,9.541],"rotation":{"angle":-22.5,"axis":"x","origin":[3.6,6.855,6.6]},"faces":{"east":{"uv":[7,4.75,6.5,5.25],"texture":"#0"},"west":{"uv":[6.5,4.75,7,5.25],"texture":"#0"},"up":{"uv":[7.75,4,7.5,3.5],"texture":"#0"}}},{"from":[7.728,10.593,10.998],"to":[8.172,11.697,11.552],"rotation":{"angle":-45,"axis":"x","origin":[3.6,7.35,9.155]},"faces":{"east":{"uv":[8,0,7.75,0.5],"texture":"#0"},"west":{"uv":[7.75,0,8,0.5],"texture":"#0"},"up":{"uv":[7,1.75,6.75,1.5],"texture":"#0"}}},{"from":[7.72,6.645,10.905],"to":[8.28,7.575,11.69],"rotation":{"angle":0,"axis":"y","origin":[8,7.15,11.11]},"faces":{"north":{"uv":[7.75,0.5,8,1],"texture":"#0"},"east":{"uv":[7.75,1.25,7.25,1.75],"texture":"#0"},"south":{"uv":[7.75,1,8,1.5],"texture":"#0"},"west":{"uv":[7.25,1.25,7.75,1.75],"texture":"#0"},"down":{"uv":[8,1.5,7.75,2],"texture":"#0"}}},{"from":[7.194,6.849,10.409],"to":[8.806,7.736,10.966],"rotation":{"angle":-22.5,"axis":"x","origin":[8,7.085,8.645]},"faces":{"east":{"uv":[5.75,2,5.5,2.5],"texture":"#0"},"south":{"uv":[5.75,0,6.5,0.5],"texture":"#0"},"west":{"uv":[5.5,2,5.75,2.5],"texture":"#0"},"up":{"uv":[2.25,2,1.5,1.75],"texture":"#0"}}},{"from":[7.195,7.78,9.895],"to":[8.805,8.57,10.45],"rotation":{"angle":22.5,"axis":"x","origin":[8,7.085,8.645]},"faces":{"east":{"uv":[1.25,2.75,1,3.25],"texture":"#0"},"south":{"uv":[5.75,0.5,6.5,1],"texture":"#0"},"west":{"uv":[1,2.75,1.25,3.25],"texture":"#0"}}},{"from":[7.194,6.289,8.314],"to":[8.806,7.741,10.411],"rotation":{"angle":-22.5,"axis":"x","origin":[8,7.085,8.645]},"faces":{"east":{"uv":[2.25,5.75,1.25,6.5],"texture":"#0"},"west":{"uv":[1.25,5.75,2.25,6.5],"texture":"#0"},"up":{"uv":[5,5.75,4.25,4.75],"texture":"#0"},"down":{"uv":[4.25,4.75,3.5,5.75],"texture":"#0"}}},{"from":[7.195,6.225,6.97],"to":[8.805,7.575,8.645],"rotation":{"angle":0,"axis":"y","origin":[8,6.81,7.53]},"faces":{"east":{"uv":[6.25,2.5,5.5,3.25],"texture":"#0"},"west":{"uv":[5.5,2.5,6.25,3.25],"texture":"#0"},"up":{"uv":[5.75,0.75,5,0],"texture":"#0"},"down":{"uv":[0.75,5.75,0,6.5],"texture":"#0"}}},{"from":[7.194,6.504,6.044],"to":[8.806,7.111,7.251],"rotation":{"angle":22.5,"axis":"x","origin":[8,7.085,6.41]},"faces":{"north":{"uv":[2.25,1.75,3,2],"texture":"#0"},"east":{"uv":[3.5,4.75,3,5],"texture":"#0"},"west":{"uv":[3,4.75,3.5,5],"texture":"#0"},"down":{"uv":[6.5,1,5.75,1.5],"texture":"#0"}}},{"from":[7.196,6.486,6.461],"to":[8.804,7.409,7.334],"rotation":{"angle":-45,"axis":"x","origin":[8,6.85,6.46]},"faces":{"east":{"uv":[4,1,3.5,1.5],"texture":"#0"},"south":{"uv":[5.75,1.5,6.5,2],"texture":"#0"},"west":{"uv":[3.5,1,4,1.5],"texture":"#0"},"up":{"uv":[6.5,2.5,5.75,2],"texture":"#0"}}},{"from":[7.534,7.454,5.994],"to":[8.466,8.666,6.461],"rotation":{"angle":45,"axis":"x","origin":[8,7.825,5.53]},"faces":{"east":{"uv":[5.25,5.5,5,6],"texture":"#0"},"west":{"uv":[5,5.5,5.25,6],"texture":"#0"},"up":{"uv":[7.5,4.75,7,4.5],"texture":"#0"},"down":{"uv":[5,6,4.5,6.25],"texture":"#0"}}},{"from":[7.54,7.245,5.37],"to":[8.465,7.945,6.485],"rotation":{"angle":-22.5,"axis":"x","origin":[8,7.825,5.53]},"faces":{"north":{"uv":[7,4.75,7.5,5],"texture":"#0"},"east":{"uv":[7.5,5,7,5.25],"texture":"#0"},"south":{"uv":[5,6,5.5,6.25],"texture":"#0"},"west":{"uv":[7,5,7.5,5.25],"texture":"#0"},"up":{"uv":[7,4.5,6.5,4],"texture":"#0"}}},{"from":[7.72,7.805,5.37],"to":[8.28,8.735,6.155],"rotation":{"angle":22.5,"axis":"x","origin":[8,7.92,5.53]},"faces":{"north":{"uv":[6.25,5.5,6.5,6],"texture":"#0"},"east":{"uv":[7.5,4,7,4.5],"texture":"#0"},"south":{"uv":[7.25,3,7.5,3.5],"texture":"#0"},"west":{"uv":[7,4,7.5,4.5],"texture":"#0"}}},{"from":[7.719,8.219,5.739],"to":[8.281,8.786,6.301],"rotation":{"angle":-22.5,"axis":"x","origin":[8,8.62,5.86]},"faces":{"east":{"uv":[7.75,1.75,7.5,2],"texture":"#0"},"south":{"uv":[5.75,6,6,6.25],"texture":"#0"},"west":{"uv":[7.5,1.75,7.75,2],"texture":"#0"},"up":{"uv":[6.5,6.25,6.25,6],"texture":"#0"}}},{"from":[7.719,6.659,11.314],"to":[8.281,7.221,11.876],"rotation":{"angle":45,"axis":"x","origin":[8,7.15,11.11]},"faces":{"east":{"uv":[5.75,6,5.5,6.25],"texture":"#0"},"south":{"uv":[7.75,4.5,8,4.75],"texture":"#0"},"west":{"uv":[5.5,6,5.75,6.25],"texture":"#0"},"down":{"uv":[8.25,4.5,8,4.75],"texture":"#0"}}},{"from":[7.54,6.745,10.535],"to":[8.465,7.86,11.225],"rotation":{"angle":45,"axis":"x","origin":[8,7.15,11.11]},"faces":{"east":{"uv":[5.5,5.5,5.25,6],"texture":"#0"},"south":{"uv":[7.5,2,8,2.5],"texture":"#0"},"west":{"uv":[5.25,5.5,5.5,6],"texture":"#0"},"up":{"uv":[4.5,6.25,4,6],"texture":"#0"},"down":{"uv":[5,5.75,4.5,6],"texture":"#0"}}},{"from":[7.534,6.814,10.159],"to":[8.466,8.026,10.856],"rotation":{"angle":22.5,"axis":"x","origin":[8,7.15,11.11]},"faces":{"east":{"uv":[7.5,3.5,7.25,4],"texture":"#0"},"west":{"uv":[7.25,3.5,7.5,4],"texture":"#0"},"up":{"uv":[7,4.75,6.5,4.5],"texture":"#0"},"down":{"uv":[4.5,5.75,4,6],"texture":"#0"}}},{"from":[7.45,0.75,8],"to":[8.55,6.8,9.1],"rotation":{"angle":0,"axis":"x","origin":[7.45,5.15,8]},"faces":{"north":{"uv":[2,2,2.5,5],"texture":"#0"},"east":{"uv":[0.5,2.75,0,5.75],"texture":"#0"},"south":{"uv":[2.5,2,3,5],"texture":"#0"},"west":{"uv":[0,2.75,0.5,5.75],"texture":"#0"},"down":{"uv":[4.5,1.75,4,2.25],"texture":"#0"}}},{"from":[7.779,-0.076,7.999],"to":[8.221,0.751,9.266],"rotation":{"angle":0,"axis":"x","origin":[7.45,5.15,8]},"faces":{"north":{"uv":[7.5,4.75,7.75,5.25],"texture":"#0"},"east":{"uv":[7.75,0,7,0.5],"texture":"#0"},"west":{"uv":[7,0,7.75,0.5],"texture":"#0"},"down":{"uv":[6.75,5.5,6.5,6.25],"texture":"#0"}}},{"from":[7.451,0.671,7.341],"to":[8.549,3.419,8.439],"rotation":{"angle":-22.5,"axis":"x","origin":[7.45,5.15,8]},"faces":{"east":{"uv":[5,3.25,4.5,4.75],"texture":"#0"},"south":{"uv":[3.5,1.5,4,3],"texture":"#0"},"west":{"uv":[4.5,3.25,5,4.75],"texture":"#0"},"down":{"uv":[5,1.75,4.5,2.25],"texture":"#0"}}},{"from":[7.78,-0.155,7.175],"to":[8.22,0.67,8.44],"rotation":{"angle":-22.5,"axis":"x","origin":[7.45,5.15,8]},"faces":{"east":{"uv":[7.25,3.5,6.5,4],"texture":"#0"},"south":{"uv":[3.75,5.75,4,6.25],"texture":"#0"},"west":{"uv":[6.5,3.5,7.25,4],"texture":"#0"},"down":{"uv":[6.5,4.5,6.25,5.25],"texture":"#0"}}},{"from":[7.35,9.15,8],"to":[8.55,10.85,9.7],"rotation":{"angle":0,"axis":"y","origin":[7,9.5,7.85]},"faces":{"east":{"uv":[8,8,0,16],"texture":"#1"},"west":{"uv":[0,8,8,16],"texture":"#1"}}},{"from":[7.4,0.9,8],"to":[8.6,2.6,9.7],"rotation":{"angle":0,"axis":"y","origin":[7,1.25,7.85]},"faces":{"east":{"uv":[16,8,8,16],"texture":"#1"},"west":{"uv":[8,8,16,16],"texture":"#1"}}},{"from":[7.35,11.4,8.5],"to":[8.55,13.1,10.2],"rotation":{"angle":0,"axis":"y","origin":[7,11.75,8.35]},"faces":{"east":{"uv":[16,0,8,8],"texture":"#1"},"west":{"uv":[8,0,16,8],"texture":"#1"}}},{"from":[7.35,13.55,7.95],"to":[8.55,15.25,9.65],"rotation":{"angle":0,"axis":"y","origin":[7,13.9,7.8]},"faces":{"east":{"uv":[8,0,0,8],"texture":"#1"},"west":{"uv":[0,0,8,8],"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[5,0,5],"translation":[-1,3,1],"scale":[1.5,1.5,1.5]},"thirdperson_lefthand":{"rotation":[5,0,5],"translation":[-1,3,2],"scale":[1.5,1.5,1.5]},"firstperson_righthand":{"rotation":[-15,5,-5],"translation":[3,1,0]},"firstperson_lefthand":{"rotation":[-15,5,-5],"translation":[3,1,0]},"gui":{"rotation":[35,60,-35],"translation":[-2,-2,0]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/bonfire_dagger.json b/assets/minecraft/models/item/wynn/skin/dagger/bonfire_dagger.json new file mode 100644 index 000000000..5a3073869 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/bonfire_dagger.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/candle","1":"wynn/weapon/anim/flame_small","3":"skins/wood_full","5":"skins/livid","6":"skins/rose","particle":"skins/wood_full"},"elements":[{"from":[7.84952,3.13581,9.35196],"to":[8.09952,4.13581,9.60196],"rotation":{"angle":0,"axis":"y","origin":[8.12476,4.50004,9.87126]},"faces":{"north":{"uv":[4.375,0.5,4,1.75],"texture":"#0"},"east":{"uv":[4.375,0.5,4,1.75],"texture":"#0"},"south":{"uv":[4.375,0.5,4,1.75],"texture":"#0"},"west":{"uv":[4.375,0.5,4,1.75],"texture":"#0"},"up":{"uv":[4,1,4.375,0.5],"texture":"#0"},"down":{"uv":[4,1,4.375,0.5],"texture":"#0"}}},{"from":[7.53701,-0.4,8.15029],"to":[8.53701,3.6,9.65029],"rotation":{"angle":22.5,"axis":"x","origin":[7.99029,2.18641,8.99672]},"faces":{"north":{"uv":[2,1.5,1,5.5],"texture":"#0"},"east":{"uv":[2.5,1.5,1,5.5],"texture":"#0"},"south":{"uv":[2,1.5,1,5.5],"texture":"#0"},"west":{"uv":[2.5,1,1,5],"texture":"#0"},"up":{"uv":[1.5,0,0,1],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,0,0,1],"rotation":90,"texture":"#0"}}},{"from":[7.03701,-0.8,8.65029],"to":[9.03701,0.7,9.15029],"rotation":{"angle":22.5,"axis":"x","origin":[7.99029,2.18641,8.99672]},"faces":{"north":{"uv":[3,4,1,5.5],"texture":"#0"},"east":{"uv":[1.5,4,1,5.5],"texture":"#0"},"south":{"uv":[3,4,1,5.5],"texture":"#0"},"west":{"uv":[1.5,4,1,5.5],"texture":"#0"},"up":{"uv":[1,4.5,3,4],"rotation":180,"texture":"#0"},"down":{"uv":[0,0.5,2,0],"rotation":180,"texture":"#0"}}},{"from":[7.28701,-0.5,8.40029],"to":[8.78701,3.5,9.40029],"rotation":{"angle":22.5,"axis":"x","origin":[7.99029,2.18641,8.99672]},"faces":{"north":{"uv":[2.5,1,1,5],"texture":"#0"},"east":{"uv":[2,1.5,1,5.5],"texture":"#0"},"south":{"uv":[2.5,1.5,1,5.5],"texture":"#0"},"west":{"uv":[2,1,1,5],"texture":"#0"},"up":{"uv":[1.5,0.5,2.5,0],"texture":"#0"},"down":{"uv":[0,1,1.5,0],"texture":"#0"}}},{"from":[7.52701,-1.27286,8.76988],"to":[8.54701,1.24714,9.78988],"rotation":{"angle":45,"axis":"x","origin":[7.99029,2.18641,8.99672]},"faces":{"north":{"uv":[2.5,4,1.5,6.5],"texture":"#0"},"east":{"uv":[3,4.5,2,7],"texture":"#0"},"south":{"uv":[2,5,1,7.5],"texture":"#0"},"west":{"uv":[1,4,0,6.5],"texture":"#0"},"up":{"uv":[1,4.5,2,3.5],"texture":"#0"},"down":{"uv":[1.5,7,2.5,6],"texture":"#0"}}},{"from":[7.52701,-1.42167,8.13965],"to":[8.54701,1.59833,9.15965],"rotation":{"angle":0,"axis":"y","origin":[7.99029,2.18641,8.99672]},"faces":{"north":{"uv":[3,4.5,2,7.5],"texture":"#0"},"east":{"uv":[3,4.5,2,7.5],"texture":"#0"},"south":{"uv":[3,4.5,2,7.5],"texture":"#0"},"west":{"uv":[3,4.5,2,7.5],"texture":"#0"},"up":{"uv":[1,5.5,2,4.5],"texture":"#0"},"down":{"uv":[1,6.5,2,5.5],"texture":"#0"}}},{"from":[7.52701,2.22942,8.9819],"to":[8.54701,3.74942,9.6019],"rotation":{"angle":45,"axis":"x","origin":[7.99029,2.18641,8.99672]},"faces":{"north":{"uv":[3,0,2,1.5],"texture":"#0"},"east":{"uv":[2.6,0,2,1.5],"texture":"#0"},"south":{"uv":[3,0.5,2,2],"texture":"#0"},"west":{"uv":[2.6,0,2,1.5],"texture":"#0"},"up":{"uv":[0.5,0.5,1.5,0],"texture":"#0"},"down":{"uv":[0.5,0.6,1.5,0],"texture":"#0"}}},{"from":[7.52701,2.3193,8.43587],"to":[8.54701,3.8393,9.05587],"rotation":{"angle":0,"axis":"y","origin":[7.99029,2.18641,8.99672]},"faces":{"north":{"uv":[2,0,1,1.5],"texture":"#0"},"east":{"uv":[1.6,0,1,1.5],"texture":"#0"},"south":{"uv":[2,0,1,1.5],"texture":"#0"},"west":{"uv":[1.6,0,1,1.5],"texture":"#0"},"up":{"uv":[2,1,3,0.5],"texture":"#0"},"down":{"uv":[0,2.6,1,2],"texture":"#0"}}},{"from":[7.64,3.15926,9.45556],"to":[8.91,5.66926,9.47556],"rotation":{"angle":0,"axis":"y","origin":[8.275,4.78926,9.46556]},"faces":{"north":{"uv":[5,4,11,16],"texture":"#1"},"east":{"uv":[0,0,0,3],"texture":"#1"},"south":{"uv":[11,4,5,16],"texture":"#1"},"west":{"uv":[0,0,0,3],"texture":"#1"},"up":{"uv":[0,0,2,0],"texture":"#1"},"down":{"uv":[0,0,2,0],"texture":"#1"}}},{"from":[8.265,3.90926,8.83056],"to":[8.285,6.41926,10.10056],"rotation":{"angle":0,"axis":"y","origin":[8.275,4.78926,9.46556]},"faces":{"north":{"uv":[0,0,0,3],"texture":"#1"},"east":{"uv":[11,4,5,16],"texture":"#1"},"south":{"uv":[0,0,0,3],"texture":"#1"},"west":{"uv":[5,4,11,16],"texture":"#1"},"up":{"uv":[2,0,0,0],"rotation":90,"texture":"#1"},"down":{"uv":[2,0,0,0],"rotation":270,"texture":"#1"}}},{"from":[6.5,-1.32152,8.69208],"to":[9.5,-0.32152,11.69208],"rotation":{"angle":45,"axis":"x","origin":[7.99029,2.18641,8.99672]},"faces":{"north":{"uv":[15,14,16,11],"rotation":270,"texture":"#3"},"east":{"uv":[15,14,16,11],"rotation":270,"texture":"#3"},"south":{"uv":[15,14,16,11],"rotation":270,"texture":"#3"},"west":{"uv":[15,14,16,11],"rotation":270,"texture":"#3"},"up":{"uv":[16,9,13,12],"rotation":270,"texture":"#3"},"down":{"uv":[16,9,13,12],"rotation":270,"texture":"#3"}}},{"from":[6.83911,-2.1485,3.39372],"to":[9.33911,-0.6485,7.39372],"rotation":{"angle":-22.5,"axis":"x","origin":[7.83911,-1.3985,4.39372]},"faces":{"north":{"uv":[11,9.5,12.5,11.5],"rotation":90,"texture":"#3"},"east":{"uv":[11.5,10,13,14],"rotation":90,"texture":"#3"},"south":{"uv":[11,8,12.5,10],"rotation":90,"texture":"#3"},"west":{"uv":[11.5,11,13,15],"rotation":90,"texture":"#3"},"up":{"uv":[11,7.5,15,9.5],"rotation":90,"texture":"#3"},"down":{"uv":[12,9,16,11],"rotation":90,"texture":"#3"}}},{"from":[7.23911,-2.98868,5.30711],"to":[8.73911,-1.98868,8.80711],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98911,-2.13764,6.88033]},"faces":{"north":{"uv":[12,10.5,13,12],"rotation":270,"texture":"#3"},"east":{"uv":[9.5,11.5,13,12.5],"texture":"#3"},"south":{"uv":[9,9,10,10.5],"rotation":90,"texture":"#3"},"west":{"uv":[9.5,12.5,13,13.5],"rotation":180,"texture":"#3"},"up":{"uv":[9,11,12.5,12.5],"rotation":270,"texture":"#3"},"down":{"uv":[9.5,9.5,13,11],"rotation":90,"texture":"#3"}}},{"from":[7,-2.07213,8.61403],"to":[9,-1.07213,10.11403],"rotation":{"angle":22.5,"axis":"x","origin":[8.75,-1.57213,8.01403]},"faces":{"north":{"uv":[12,10.5,13,12.5],"rotation":270,"texture":"#3"},"east":{"uv":[9.5,11.5,11,12.5],"texture":"#3"},"south":{"uv":[9,9,10,11],"rotation":90,"texture":"#3"},"west":{"uv":[9.5,12.5,11,13.5],"rotation":180,"texture":"#3"},"up":{"uv":[9,11,10.5,13],"rotation":270,"texture":"#3"},"down":{"uv":[10,9.5,11.5,11.5],"rotation":90,"texture":"#3"}}},{"from":[7.5,-2.58875,9.5144],"to":[8.5,-1.58875,11.0144],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-2.08875,10.2644]},"faces":{"north":{"uv":[10.5,8.5,11.5,9.5],"rotation":270,"texture":"#3"},"east":{"uv":[8,9.5,9.5,10.5],"texture":"#3"},"south":{"uv":[7.5,7,8.5,8],"rotation":90,"texture":"#3"},"west":{"uv":[8,10.5,9.5,11.5],"rotation":180,"texture":"#3"},"up":{"uv":[7.5,9,9,10],"rotation":270,"texture":"#3"},"down":{"uv":[7.5,7.5,9,8.5],"rotation":90,"texture":"#3"}}},{"from":[7.75,-2.12943,10.87373],"to":[8.25,-0.62943,11.37373],"rotation":{"angle":22.5,"axis":"x","origin":[8,-1.37943,10.97373]},"faces":{"north":{"uv":[7.5,9,9,9.5],"rotation":90,"texture":"#3"},"east":{"uv":[8,9.5,9.5,10],"rotation":90,"texture":"#3"},"south":{"uv":[7.5,7.5,9,8],"rotation":90,"texture":"#3"},"west":{"uv":[8,10.5,9.5,11],"rotation":90,"texture":"#3"},"up":{"uv":[7.5,7,8,7.5],"rotation":90,"texture":"#3"},"down":{"uv":[10.5,8.5,11,9],"rotation":90,"texture":"#3"}}},{"from":[7.08911,-4.32888,1.78116],"to":[9.08911,-1.32888,2.78116],"rotation":{"angle":22.5,"axis":"x","origin":[8.08911,-4.73191,3.0868]},"faces":{"north":{"uv":[16,8.5,13,10.5],"rotation":90,"texture":"#3"},"east":{"uv":[15,13.5,16,10.5],"rotation":180,"texture":"#3"},"south":{"uv":[16,8.5,13,10.5],"rotation":270,"texture":"#3"},"west":{"uv":[15,13.5,16,10.5],"texture":"#3"},"up":{"uv":[15,12.5,16,10.5],"rotation":90,"texture":"#3"},"down":{"uv":[15,12.5,16,10.5],"rotation":270,"texture":"#3"}}},{"from":[7.58911,-6.36438,1.81083],"to":[8.58911,-4.86438,2.81083],"rotation":{"angle":-22.5,"axis":"x","origin":[8.08911,-4.73191,3.0868]},"faces":{"north":{"uv":[7.5,7.5,9,8.5],"rotation":270,"texture":"#3"},"east":{"uv":[8,9.5,9.5,10.5],"rotation":270,"texture":"#3"},"south":{"uv":[7.5,9,9,10],"rotation":270,"texture":"#3"},"west":{"uv":[8,10.5,9.5,11.5],"rotation":270,"texture":"#3"},"up":{"uv":[10.5,8.5,11.5,9.5],"rotation":90,"texture":"#3"},"down":{"uv":[7.5,7,8.5,8],"rotation":90,"texture":"#3"}}},{"from":[7.33911,-5.34259,1.95866],"to":[8.83911,-3.84259,2.95866],"rotation":{"angle":0,"axis":"x","origin":[8.08911,-4.73191,3.0868]},"faces":{"north":{"uv":[10,9.5,11.5,11],"rotation":270,"texture":"#3"},"east":{"uv":[9.5,11.5,11,12.5],"rotation":270,"texture":"#3"},"south":{"uv":[9,11,10.5,12.5],"rotation":270,"texture":"#3"},"west":{"uv":[9.5,12.5,11,13.5],"rotation":270,"texture":"#3"},"up":{"uv":[12,10.5,13,12],"rotation":90,"texture":"#3"},"down":{"uv":[9,9,10,10.5],"rotation":90,"texture":"#3"}}},{"from":[7.83911,-6.68849,3.33889],"to":[8.33911,-6.18849,4.83889],"rotation":{"angle":22.5,"axis":"x","origin":[8.08911,-4.73191,3.0868]},"faces":{"north":{"uv":[10.5,8.5,11,9],"rotation":270,"texture":"#3"},"east":{"uv":[8,9.5,9.5,10],"texture":"#3"},"south":{"uv":[7.5,7,8,7.5],"rotation":90,"texture":"#3"},"west":{"uv":[8,10.5,9.5,11],"rotation":180,"texture":"#3"},"up":{"uv":[7.5,9,9,9.5],"rotation":270,"texture":"#3"},"down":{"uv":[7.5,7.5,9,8],"rotation":90,"texture":"#3"}}},{"from":[7.24911,-3.29433,5.76604],"to":[8.72911,-0.16433,6.74604],"rotation":{"angle":22.5,"axis":"x","origin":[7.98911,-1.55433,6.25604]},"faces":{"north":{"uv":[8,8,11.5,9.5],"rotation":270,"texture":"#3"},"east":{"uv":[8.5,10,12,11],"rotation":270,"texture":"#3"},"south":{"uv":[8,9.5,11.5,11],"rotation":270,"texture":"#3"},"west":{"uv":[8.5,11,12,12],"rotation":270,"texture":"#3"},"up":{"uv":[11,9,12,10.5],"rotation":90,"texture":"#3"},"down":{"uv":[8,7.5,9,9],"rotation":90,"texture":"#3"}}},{"from":[7.23911,-3.99303,4.51795],"to":[8.73911,-0.84303,5.51795],"rotation":{"angle":-45,"axis":"x","origin":[7.98911,-2.61803,5.31795]},"faces":{"north":{"uv":[8,8,11.5,9.5],"rotation":270,"texture":"#3"},"east":{"uv":[8.5,10,12,11],"rotation":270,"texture":"#3"},"south":{"uv":[8,9.5,11.5,11],"rotation":270,"texture":"#3"},"west":{"uv":[8.5,11,12,12],"rotation":270,"texture":"#3"},"up":{"uv":[11,9,12,10.5],"rotation":90,"texture":"#3"},"down":{"uv":[8,7.5,9,9],"rotation":90,"texture":"#3"}}},{"from":[7.08911,-10.9337,8.51778],"to":[7.48911,-9.2837,8.91778],"rotation":{"angle":22.5,"axis":"x","origin":[7.23911,-5.28978,5.6386]},"faces":{"north":{"uv":[10,10.5,12,11],"rotation":90,"texture":"#3"},"east":{"uv":[10,11.5,12,12],"rotation":90,"texture":"#3"},"south":{"uv":[10,9,12,9.5],"rotation":90,"texture":"#3"},"west":{"uv":[10,12.5,12,13],"rotation":90,"texture":"#3"},"up":{"uv":[10,8.5,10.5,9],"rotation":90,"texture":"#3"},"down":{"uv":[12.5,11,13,11.5],"rotation":90,"texture":"#3"}}},{"from":[7.33911,-10.38525,6.59074],"to":[8.13911,-8.83525,7.39074],"rotation":{"angle":0,"axis":"y","origin":[7.23911,-5.98978,5.6386]},"faces":{"north":{"uv":[11.5,10,14,9],"rotation":270,"texture":"#3"},"east":{"uv":[11.5,12.5,14,11.5],"rotation":270,"texture":"#3"},"south":{"uv":[11.5,11.5,14,10.5],"rotation":270,"texture":"#3"},"west":{"uv":[11.5,13.5,14,12.5],"rotation":270,"texture":"#3"},"up":{"uv":[12.5,8.5,11.5,9.5],"rotation":270,"texture":"#3"},"down":{"uv":[16,11,15,12],"rotation":270,"texture":"#3"}}},{"from":[7.78911,-9.36201,5.50386],"to":[9.08911,-6.31201,6.80386],"rotation":{"angle":-22.5,"axis":"x","origin":[7.23911,-7.28978,6.0386]},"faces":{"north":{"uv":[11,11,15.5,12.5],"rotation":90,"texture":"#3"},"east":{"uv":[11.5,11.5,16,13],"rotation":90,"texture":"#3"},"south":{"uv":[11,9.5,15.5,11],"rotation":90,"texture":"#3"},"west":{"uv":[11.5,12.5,16,14],"rotation":90,"texture":"#3"},"up":{"uv":[11,9,12.5,10.5],"rotation":90,"texture":"#3"},"down":{"uv":[14.5,11,16,12.5],"rotation":90,"texture":"#3"}}},{"from":[6.53911,-9.41059,4.83627],"to":[7.03911,-7.66059,5.33627],"rotation":{"angle":0,"axis":"x","origin":[7.01411,-7.75539,5.28841]},"faces":{"north":{"uv":[10,10.5,12,11],"rotation":90,"texture":"#3"},"east":{"uv":[10,11.5,12,12],"rotation":90,"texture":"#3"},"south":{"uv":[10,9,12,9.5],"rotation":90,"texture":"#3"},"west":{"uv":[10,12.5,12,13],"rotation":90,"texture":"#3"},"up":{"uv":[10,8.5,10.5,9],"rotation":90,"texture":"#3"},"down":{"uv":[12.5,11,13,11.5],"rotation":90,"texture":"#3"}}},{"from":[6.83911,-8.10722,4.77658],"to":[7.63911,-5.80722,5.57658],"rotation":{"angle":22.5,"axis":"x","origin":[7.01411,-7.75539,5.28841]},"faces":{"north":{"uv":[11.5,10,14,9],"rotation":270,"texture":"#3"},"east":{"uv":[11.5,12.5,14,11.5],"rotation":270,"texture":"#3"},"south":{"uv":[11.5,11.5,14,10.5],"rotation":270,"texture":"#3"},"west":{"uv":[11.5,13.5,14,12.5],"rotation":270,"texture":"#3"},"up":{"uv":[12.5,8.5,11.5,9.5],"rotation":270,"texture":"#3"},"down":{"uv":[16,11,15,12],"rotation":270,"texture":"#3"}}},{"from":[7.08911,-6.60873,4.98283],"to":[8.88911,-2.30873,6.78283],"rotation":{"angle":0,"axis":"y","origin":[7.48911,-7.28978,6.0386]},"faces":{"north":{"uv":[9,9.5,13.5,11.5],"rotation":90,"texture":"#3"},"east":{"uv":[9,9.5,13.5,11.5],"rotation":90,"texture":"#3"},"south":{"uv":[9,9.5,13.5,11.5],"rotation":90,"texture":"#3"},"west":{"uv":[9,9.5,13.5,11.5],"rotation":90,"texture":"#3"},"up":{"uv":[9,9.5,11,11.5],"rotation":270,"texture":"#3"},"down":{"uv":[9,9.5,11,11.5],"rotation":270,"texture":"#3"}}},{"from":[6.98911,-4.85873,4.88283],"to":[8.98911,-3.35873,6.88283],"rotation":{"angle":0,"axis":"y","origin":[7.48911,-7.28978,6.0386]},"faces":{"north":{"uv":[10,1,12,2.5],"texture":"#6"},"east":{"uv":[10,1,12,2.5],"texture":"#6"},"south":{"uv":[10,1,12,2.5],"texture":"#6"},"west":{"uv":[10,1,12,2.5],"texture":"#6"},"up":{"uv":[10,1,12,3],"texture":"#6"},"down":{"uv":[10,1,12,3],"texture":"#6"}}},{"from":[6.98911,-6.10873,4.88283],"to":[8.98911,-5.10873,6.88283],"rotation":{"angle":0,"axis":"y","origin":[7.48911,-7.28978,6.0386]},"faces":{"north":{"uv":[10,1,12,2],"texture":"#6"},"east":{"uv":[10,1,12,2],"texture":"#6"},"south":{"uv":[10,1,12,2],"texture":"#6"},"west":{"uv":[10,1,12,2],"texture":"#6"},"up":{"uv":[10,1,12,3],"texture":"#6"},"down":{"uv":[10,1,12,3],"texture":"#6"}}},{"from":[6.98911,-3.10873,4.88283],"to":[8.98911,-2.60873,6.88283],"rotation":{"angle":0,"axis":"y","origin":[7.48911,-7.28978,6.0386]},"faces":{"north":{"uv":[10,1,12,1.5],"texture":"#6"},"east":{"uv":[10,1,12,1.5],"texture":"#6"},"south":{"uv":[10,1,12,1.5],"texture":"#6"},"west":{"uv":[10,1,12,1.5],"texture":"#6"},"up":{"uv":[10,1,12,3],"texture":"#6"},"down":{"uv":[10,1,12,3],"texture":"#6"}}},{"from":[7.07911,-3.46873,6.62283],"to":[8.89911,-2.34873,7.14283],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98911,-2.85873,5.88283]},"faces":{"north":{"uv":[10,1,12,3],"rotation":180,"texture":"#6"},"east":{"uv":[10,1,12,1.5],"rotation":270,"texture":"#6"},"south":{"uv":[10,1,12,3],"texture":"#6"},"west":{"uv":[10,1,12,1.5],"rotation":90,"texture":"#6"},"up":{"uv":[10,1,12,1.5],"rotation":180,"texture":"#6"},"down":{"uv":[10,1,12,1.5],"texture":"#6"}}},{"from":[7.07911,-3.08224,4.61416],"to":[8.89911,-1.96224,5.13416],"rotation":{"angle":45,"axis":"x","origin":[7.98911,-2.52224,4.87416]},"faces":{"north":{"uv":[12,1,10,3],"texture":"#6"},"east":{"uv":[10,1.5,12,1],"rotation":270,"texture":"#6"},"south":{"uv":[12,1,10,3],"rotation":180,"texture":"#6"},"west":{"uv":[10,1.5,12,1],"rotation":90,"texture":"#6"},"up":{"uv":[10,1.5,12,1],"rotation":180,"texture":"#6"},"down":{"uv":[10,1.5,12,1],"texture":"#6"}}},{"from":[7.5,0.12619,5.16942],"to":[8.5,0.62619,6.76942],"rotation":{"angle":0,"axis":"y","origin":[8,1.50119,5.99538]},"faces":{"north":{"uv":[5.5,7,7.1,7.5],"rotation":180,"texture":"#5"},"east":{"uv":[5.5,7,7.1,7.5],"rotation":180,"texture":"#5"},"south":{"uv":[5.5,7,7.1,7.5],"rotation":180,"texture":"#5"},"west":{"uv":[5.5,7,7.1,7.5],"rotation":180,"texture":"#5"},"up":{"uv":[7.1,7.5,5.5,7],"texture":"#5"},"down":{"uv":[7.1,7.5,5.5,7],"texture":"#5"}}},{"from":[7.5,0.87619,5.21942],"to":[8.5,1.37619,6.81942],"rotation":{"angle":0,"axis":"y","origin":[8,1.50119,6.04538]},"faces":{"north":{"uv":[5.5,7,7.1,7.5],"rotation":180,"texture":"#5"},"east":{"uv":[5.5,7,7.1,7.5],"rotation":180,"texture":"#5"},"south":{"uv":[5.5,7,7.1,7.5],"rotation":180,"texture":"#5"},"west":{"uv":[5.5,7,7.1,7.5],"rotation":180,"texture":"#5"},"up":{"uv":[7.1,7.5,5.5,7],"texture":"#5"},"down":{"uv":[7.1,7.5,5.5,7],"texture":"#5"}}},{"from":[7.8491,12.45496,6.18642],"to":[8.2091,14.69496,7.04642],"rotation":{"angle":-22.5,"axis":"x","origin":[8.01734,13.88519,6.6049]},"faces":{"north":{"uv":[11.379,13.5,9,12.5],"rotation":90,"texture":"#5"},"east":{"uv":[12.379,13.5,10,12.5],"rotation":90,"texture":"#5"},"south":{"uv":[11.38,13,9,12.5],"rotation":90,"texture":"#5"},"west":{"uv":[11.379,13.5,9,12.5],"rotation":90,"texture":"#5"},"up":{"uv":[9,12.5,11.379,13.5],"rotation":90,"texture":"#5"},"down":{"uv":[9,12.5,11.379,13.5],"rotation":90,"texture":"#5"}}},{"from":[7.88154,11.12,4.52849],"to":[8.18154,11.72,5.12849],"rotation":{"angle":-22.5,"axis":"x","origin":[8.02626,11.44589,4.82229]},"faces":{"north":{"uv":[10.5,13.5,9.5,12.5],"rotation":90,"texture":"#5"},"east":{"uv":[10.5,13.5,9.5,12.5],"rotation":90,"texture":"#5"},"south":{"uv":[10.5,13.5,9.5,12.5],"rotation":90,"texture":"#5"},"west":{"uv":[10.5,13.5,9.5,12.5],"rotation":90,"texture":"#5"},"up":{"uv":[9.5,12.5,10.5,13.5],"rotation":90,"texture":"#5"},"down":{"uv":[9.5,12.5,10.5,13.5],"rotation":90,"texture":"#5"}}},{"from":[7.85913,11.24846,5.24057],"to":[8.19913,15.08846,6.08057],"rotation":{"angle":22.5,"axis":"x","origin":[8.01742,13.41102,5.65228]},"faces":{"north":{"uv":[13,12.5,9,11.5],"rotation":90,"texture":"#5"},"east":{"uv":[13,12.5,9,11.5],"rotation":90,"texture":"#5"},"south":{"uv":[13,12,9,11.5],"rotation":90,"texture":"#5"},"west":{"uv":[13,12.5,9,11.5],"rotation":90,"texture":"#5"},"up":{"uv":[9,11.5,13,12.5],"rotation":90,"texture":"#5"},"down":{"uv":[9,11.5,13,12.5],"rotation":90,"texture":"#5"}}},{"from":[7.84016,11.56985,6.73585],"to":[8.20016,13.42985,8.59585],"rotation":{"angle":-45,"axis":"x","origin":[8.02016,10.88463,6.66794]},"faces":{"north":{"uv":[9,12.5,11,14.5],"rotation":180,"texture":"#5"},"east":{"uv":[9,12.5,11,14.5],"rotation":180,"texture":"#5"},"south":{"uv":[9,12.5,11,14.5],"rotation":180,"texture":"#5"},"west":{"uv":[9.5,13.5,11.5,15.5],"rotation":270,"texture":"#5"},"up":{"uv":[11,14.5,9,12.5],"rotation":180,"texture":"#5"},"down":{"uv":[11,14.5,9,12.5],"rotation":180,"texture":"#5"}}},{"from":[7.81,8.37893,4.66399],"to":[8.23,10.29893,6.58399],"rotation":{"angle":45,"axis":"x","origin":[8.02,8.56833,5.77727]},"faces":{"north":{"uv":[8.5,12.5,6.5,12],"rotation":90,"texture":"#5"},"east":{"uv":[8.5,14,6.5,12],"rotation":90,"texture":"#5"},"south":{"uv":[8.5,12.5,6.5,12],"rotation":90,"texture":"#5"},"west":{"uv":[8.5,14,6.5,12],"rotation":90,"texture":"#5"},"up":{"uv":[6.5,12,8.5,14],"rotation":90,"texture":"#5"},"down":{"uv":[6.5,12,8.5,14],"rotation":90,"texture":"#5"}}},{"from":[7.82,9.73416,6.27576],"to":[8.22,11.63416,8.17576],"rotation":{"angle":22.5,"axis":"x","origin":[8.02,11.01711,6.61537]},"faces":{"north":{"uv":[9.5,12.5,7.5,12],"rotation":90,"texture":"#5"},"east":{"uv":[9.5,14,7.5,12],"rotation":90,"texture":"#5"},"south":{"uv":[9.5,12.5,7.5,12],"rotation":90,"texture":"#5"},"west":{"uv":[9.5,14,7.5,12],"rotation":90,"texture":"#5"},"up":{"uv":[7.5,12,9.5,14],"rotation":90,"texture":"#5"},"down":{"uv":[7.5,12,9.5,14],"rotation":90,"texture":"#5"}}},{"from":[7.79,4.97656,4.76091],"to":[8.25,7.93656,6.72091],"rotation":{"angle":-22.5,"axis":"x","origin":[8.02,5.95656,5.74091]},"faces":{"north":{"uv":[5,13,2,12.5],"rotation":90,"texture":"#5"},"east":{"uv":[5,12,2,14],"rotation":90,"texture":"#5"},"south":{"uv":[5,13,2,12.5],"rotation":90,"texture":"#5"},"west":{"uv":[5,14.5,2,12.5],"rotation":90,"texture":"#5"},"up":{"uv":[2,12.5,5,14.5],"rotation":90,"texture":"#5"},"down":{"uv":[2,12.5,5,14.5],"rotation":90,"texture":"#5"}}},{"from":[8.015,1.83176,2.70977],"to":[8.035,3.09176,3.97977],"rotation":{"angle":0,"axis":"y","origin":[7.66763,1.19383,3.66467]},"faces":{"north":{"uv":[0,1,0,4],"texture":"#1"},"east":{"uv":[11,5,5,12],"texture":"#1"},"south":{"uv":[0,0,0,3],"texture":"#1"},"west":{"uv":[5,5,11,12],"texture":"#1"},"up":{"uv":[0,0,2,0],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,2,0],"rotation":90,"texture":"#1"}}},{"from":[7.39,1.33176,3.33476],"to":[8.66,2.59176,3.35476],"rotation":{"angle":0,"axis":"y","origin":[7.66763,1.19383,3.66467]},"faces":{"north":{"uv":[5,4,11,11],"texture":"#1"},"east":{"uv":[0,0,0,3],"texture":"#1"},"south":{"uv":[11,4,5,11],"texture":"#1"},"west":{"uv":[0,0,0,3],"texture":"#1"},"up":{"uv":[0,0,2,0],"texture":"#1"},"down":{"uv":[0,0,2,0],"texture":"#1"}}},{"from":[7.80151,0.9828,3.35],"to":[8.05151,1.9828,3.6],"rotation":{"angle":-22.5,"axis":"x","origin":[7.66763,1.19383,3.66467]},"faces":{"north":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"east":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"south":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"west":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"up":{"uv":[4,0.5,4.375,1],"texture":"#0"},"down":{"uv":[4,0.5,4.375,1],"texture":"#0"}}},{"from":[7.73701,-0.75,2.49971],"to":[8.23701,0.75,4.49971],"rotation":{"angle":-22.5,"axis":"x","origin":[7.66763,1.19383,3.66467]},"faces":{"north":{"uv":[0,2,0.5,3.5],"texture":"#0"},"east":{"uv":[0,2,2,3.5],"texture":"#0"},"south":{"uv":[0,2,0.5,3.5],"texture":"#0"},"west":{"uv":[0,2,2,3.5],"texture":"#0"},"up":{"uv":[0,2,2,2.5],"rotation":270,"texture":"#0"},"down":{"uv":[0,3,2,3.5],"rotation":90,"texture":"#0"}}},{"from":[7.36674,-1.13411,3.74],"to":[7.98674,0.38589,4.76],"rotation":{"angle":-22.5,"axis":"z","origin":[7.51763,0.94383,4.41467]},"faces":{"north":{"uv":[1,1,1.5,2.5],"texture":"#0"},"east":{"uv":[1,0,2,1.5],"texture":"#0"},"south":{"uv":[1,0,1.6,1.5],"texture":"#0"},"west":{"uv":[1,1,2,2.5],"texture":"#0"},"up":{"uv":[2,0,3,0.5],"rotation":90,"texture":"#0"},"down":{"uv":[2,0,3,0.6],"rotation":270,"texture":"#0"}}},{"from":[7.3723,-1.38411,3.76377],"to":[8.3923,0.13589,4.38377],"rotation":{"angle":22.5,"axis":"x","origin":[7.71764,0.69383,3.91467]},"faces":{"north":{"uv":[1,1,2,2.5],"texture":"#0"},"east":{"uv":[1,1,1.5,2.5],"texture":"#0"},"south":{"uv":[1,0,2,1.5],"texture":"#0"},"west":{"uv":[1,0,1.6,1.5],"texture":"#0"},"up":{"uv":[2,0,3,0.5],"rotation":180,"texture":"#0"},"down":{"uv":[2,0,3,0.6],"rotation":180,"texture":"#0"}}},{"from":[7.38701,-1,2.74971],"to":[8.38701,1,4.24971],"rotation":{"angle":-22.5,"axis":"x","origin":[7.66763,1.19383,3.66467]},"faces":{"north":{"uv":[1,1.5,2,3.5],"texture":"#0"},"east":{"uv":[1,1.5,2.5,3.5],"texture":"#0"},"south":{"uv":[1,1.5,2,3.5],"texture":"#0"},"west":{"uv":[1,1,2.5,3],"texture":"#0"},"up":{"uv":[0,0,1.5,1],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,1.5,1],"rotation":90,"texture":"#0"}}},{"from":[7.13701,-1.1,2.99971],"to":[8.63701,0.9,3.99971],"rotation":{"angle":-22.5,"axis":"x","origin":[7.66763,1.19383,3.66467]},"faces":{"north":{"uv":[1,1.5,2.5,3.5],"texture":"#0"},"east":{"uv":[1,1.5,2,3.5],"texture":"#0"},"south":{"uv":[1,1,2.5,3],"texture":"#0"},"west":{"uv":[1,1,2,3],"texture":"#0"},"up":{"uv":[1.5,0,3,1],"texture":"#0"},"down":{"uv":[0,0,1.5,1],"texture":"#0"}}},{"from":[7.83,10.35595,6.28576],"to":[8.21,12.23595,8.16576],"rotation":{"angle":-22.5,"axis":"x","origin":[8.02,10.96299,6.61537]},"faces":{"north":{"uv":[10.5,13,8.5,12.5],"rotation":90,"texture":"#5"},"east":{"uv":[10,15.5,8,13.5],"rotation":90,"texture":"#5"},"south":{"uv":[10.5,13,8.5,12.5],"rotation":90,"texture":"#5"},"west":{"uv":[10,15.5,8,13.5],"rotation":90,"texture":"#5"},"up":{"uv":[8.5,12.5,10.5,14.5],"rotation":90,"texture":"#5"},"down":{"uv":[8.5,12.5,10.5,14.5],"rotation":90,"texture":"#5"}}},{"from":[7.8,6.85387,4.67145],"to":[8.24,8.79387,6.61145],"rotation":{"angle":22.5,"axis":"x","origin":[8.02,8.59446,5.79473]},"faces":{"north":{"uv":[6.5,12.5,4.5,12],"rotation":90,"texture":"#5"},"east":{"uv":[6.5,14,4.5,12],"rotation":90,"texture":"#5"},"south":{"uv":[6,12.5,4,12],"rotation":90,"texture":"#5"},"west":{"uv":[6.5,13.5,4.5,11.5],"rotation":90,"texture":"#5"},"up":{"uv":[4,12,6,14],"rotation":90,"texture":"#5"},"down":{"uv":[4,12,6,14],"rotation":90,"texture":"#5"}}},{"from":[7.77493,1.95126,5.04634],"to":[8.26493,5.44126,7.03634],"rotation":{"angle":0,"axis":"y","origin":[8.01993,3.8561,6.01057]},"faces":{"north":{"uv":[3.48,12.48,0,12],"rotation":90,"texture":"#5"},"east":{"uv":[3.48,13.98,0,12],"rotation":90,"texture":"#5"},"south":{"uv":[3.48,12.48,0,12],"rotation":90,"texture":"#5"},"west":{"uv":[3.48,13.98,0,12],"rotation":90,"texture":"#5"},"up":{"uv":[0,12,1.98,12.48],"rotation":90,"texture":"#5"},"down":{"uv":[0,12,1.98,12.48],"rotation":90,"texture":"#5"}}},{"from":[7.76993,-0.79918,4.39578],"to":[8.26993,2.20082,6.39578],"rotation":{"angle":22.5,"axis":"x","origin":[8.01993,0.70082,5.39578]},"faces":{"north":{"uv":[3,14.5,0,14],"rotation":270,"texture":"#5"},"east":{"uv":[3,16,0,14],"rotation":270,"texture":"#5"},"south":{"uv":[3,14.5,0,14],"rotation":270,"texture":"#5"},"west":{"uv":[3,16,0,14],"rotation":270,"texture":"#5"},"up":{"uv":[0,14,1.98,14.48],"rotation":90,"texture":"#5"},"down":{"uv":[0,14,3,16],"rotation":90,"texture":"#5"}}},{"from":[7.77993,-0.78918,5.6969],"to":[8.25993,2.19082,7.6769],"rotation":{"angle":-22.5,"axis":"x","origin":[8.01993,0.70082,6.6869]},"faces":{"north":{"uv":[3,12,0,12.5],"rotation":270,"texture":"#5"},"east":{"uv":[3,12,0,14],"rotation":270,"texture":"#5"},"south":{"uv":[3,12,0,12.5],"rotation":270,"texture":"#5"},"west":{"uv":[3,12,0,14],"rotation":270,"texture":"#5"},"up":{"uv":[1.98,12,0,12.48],"rotation":90,"texture":"#5"},"down":{"uv":[3,12,0,14],"rotation":90,"texture":"#5"}}},{"from":[7.65019,7.77834,5.65376],"to":[8.35019,8.72834,5.85376],"rotation":{"angle":22.5,"axis":"x","origin":[7.99892,8.35209,5.75124]},"faces":{"north":{"uv":[1.5,14,2,15.25],"texture":"#5"},"east":{"uv":[1.5,14,2,15.25],"texture":"#5"},"south":{"uv":[1.5,14,2,15.25],"texture":"#5"},"west":{"uv":[1.5,14,2,15.25],"texture":"#5"},"up":{"uv":[2.2,14.2,1.5,14],"texture":"#5"},"down":{"uv":[2,15.25,1.5,14],"texture":"#5"}}},{"from":[7.60076,6.82014,5.38409],"to":[8.40076,7.87014,5.68409],"rotation":{"angle":0,"axis":"y","origin":[8.00278,7.5939,5.53483]},"faces":{"north":{"uv":[7.5,6,8,7.25],"texture":"#5"},"east":{"uv":[7.5,6,8,7.25],"texture":"#5"},"south":{"uv":[7.5,6,8,7.25],"texture":"#5"},"west":{"uv":[7.5,6,8,7.25],"texture":"#5"},"up":{"uv":[8.3,6.3,7.5,6],"texture":"#5"},"down":{"uv":[8,7.25,7.5,6],"texture":"#5"}}},{"from":[7.55053,5.54236,5.69734],"to":[8.45053,6.94236,6.09734],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00237,5.99205,5.89887]},"faces":{"north":{"uv":[5.5,7,6,8.5],"rotation":180,"texture":"#5"},"east":{"uv":[5.5,7,6,8.5],"rotation":180,"texture":"#5"},"south":{"uv":[5.5,7,6,8.5],"rotation":180,"texture":"#5"},"west":{"uv":[5.5,7,6,8.5],"rotation":180,"texture":"#5"},"up":{"uv":[6.4,7.4,5.5,7],"rotation":180,"texture":"#5"},"down":{"uv":[6,8.5,5.5,7],"rotation":180,"texture":"#5"}}},{"from":[7.5,3.12579,5.81942],"to":[8.5,5.62579,6.31942],"rotation":{"angle":0,"axis":"y","origin":[8,3.83603,6.09057]},"faces":{"north":{"uv":[6,6,6.5,8.5],"rotation":180,"texture":"#5"},"east":{"uv":[6,6,6.5,8.5],"rotation":180,"texture":"#5"},"south":{"uv":[6,6,6.5,8.5],"rotation":180,"texture":"#5"},"west":{"uv":[6,6,6.5,8.5],"rotation":180,"texture":"#5"},"up":{"uv":[7,6.5,6,6],"rotation":180,"texture":"#5"},"down":{"uv":[7,6.5,6,6],"rotation":180,"texture":"#5"}}},{"from":[7.5,2.37619,5.56942],"to":[8.5,2.87619,6.56942],"rotation":{"angle":0,"axis":"y","origin":[8,1.50119,6.04538]},"faces":{"north":{"uv":[5.5,7,6.5,7.5],"rotation":180,"texture":"#5"},"east":{"uv":[5.5,7,6.5,7.5],"rotation":180,"texture":"#5"},"south":{"uv":[5.5,7,6.5,7.5],"rotation":180,"texture":"#5"},"west":{"uv":[5.5,7,6.5,7.5],"rotation":180,"texture":"#5"},"up":{"uv":[6.5,7.5,5.5,7],"texture":"#5"},"down":{"uv":[6.5,7.5,5.5,7],"texture":"#5"}}},{"from":[7.5,1.62659,5.57134],"to":[8.5,2.12659,6.57134],"rotation":{"angle":0,"axis":"y","origin":[8,1.50119,6.04538]},"faces":{"north":{"uv":[5.5,7,6.5,7.5],"texture":"#5"},"east":{"uv":[5.5,7,6.5,7.5],"texture":"#5"},"south":{"uv":[5.5,7,6.5,7.5],"texture":"#5"},"west":{"uv":[5.5,7,6.5,7.5],"texture":"#5"},"up":{"uv":[6.5,7.5,5.5,7],"rotation":180,"texture":"#5"},"down":{"uv":[6.5,7.5,5.5,7],"rotation":180,"texture":"#5"}}}],"display":{"thirdperson_righthand":{"rotation":[0,5,0],"translation":[0.25,11.75,4],"scale":[1.07,1.07,1.07]},"thirdperson_lefthand":{"rotation":[0,5,0],"translation":[0.25,11.75,4],"scale":[1.07,1.07,1.07]},"firstperson_righthand":{"rotation":[-14,0,0],"translation":[1.25,10.25,-0.5],"scale":[0.92,0.92,0.92]},"firstperson_lefthand":{"rotation":[-14,0,0],"translation":[1.25,10.25,-0.5],"scale":[0.92,0.92,0.92]},"gui":{"rotation":[75,40,-67],"translation":[4.5,2.25,0],"scale":[0.84,0.84,0.84]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/boreal_dagger.json b/assets/minecraft/models/item/wynn/skin/dagger/boreal_dagger.json new file mode 100644 index 000000000..e7dca8838 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/boreal_dagger.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/ice_scythe","particle":"skins/ice_scythe"},"elements":[{"from":[7.78083,9.14838,5.83357],"to":[8.38083,10.74838,8.43357],"rotation":{"angle":22.5,"axis":"x","origin":[8.08461,9.0229,6.62385]},"faces":{"north":{"uv":[6,8,8,11],"rotation":270,"texture":"#0"},"east":{"uv":[6,8,8,11],"rotation":90,"texture":"#0"},"south":{"uv":[6,8,7.6,8.6],"rotation":270,"texture":"#0"},"west":{"uv":[6,8,8,11],"rotation":270,"texture":"#0"},"up":{"uv":[6,8,8,11],"texture":"#0"},"down":{"uv":[6,8,8,11],"rotation":180,"texture":"#0"}}},{"from":[7.81338,8.79537,7.74098],"to":[8.40338,15.43537,10.38098],"rotation":{"angle":-22.5,"axis":"x","origin":[8.08461,9.0229,6.62385]},"faces":{"north":{"uv":[2.5,8.5,9.5,9],"rotation":270,"texture":"#0"},"east":{"uv":[9,9,16,12],"rotation":90,"texture":"#0"},"south":{"uv":[5,11.5,12,12],"rotation":270,"texture":"#0"},"west":{"uv":[9,9,16,12],"rotation":270,"texture":"#0"},"up":{"uv":[9,9,16,12],"texture":"#0"},"down":{"uv":[9,9,9.64,11.64],"rotation":180,"texture":"#0"}}},{"from":[7.81032,15.72484,5.13363],"to":[8.40032,20.36484,7.77363],"rotation":{"angle":0,"axis":"x","origin":[8.08461,9.0229,6.62385]},"faces":{"north":{"uv":[1,9,5.5,9.5],"rotation":270,"texture":"#0"},"east":{"uv":[1,9,6,12],"rotation":90,"texture":"#0"},"south":{"uv":[5,11.5,12,12],"rotation":270,"texture":"#0"},"west":{"uv":[1,9,6,12],"rotation":270,"texture":"#0"},"up":{"uv":[1,9,1.64,11.64],"texture":"#0"},"down":{"uv":[5,8.5,5.64,11.14],"rotation":180,"texture":"#0"}}},{"from":[7.77095,19.66422,2.75305],"to":[8.41095,24.30422,3.39305],"rotation":{"angle":22.5,"axis":"x","origin":[8.08461,9.0229,6.62385]},"faces":{"north":{"uv":[1,11,6,11.5],"rotation":270,"texture":"#0"},"east":{"uv":[1,11,6,12],"rotation":90,"texture":"#0"},"south":{"uv":[5,11.5,12,12],"rotation":270,"texture":"#0"},"west":{"uv":[1,11,6,12],"rotation":270,"texture":"#0"},"up":{"uv":[0.5,10,1.5,11],"texture":"#0"},"down":{"uv":[1,11,6,12],"rotation":180,"texture":"#0"}}},{"from":[7.79095,21.18422,2.22305],"to":[8.39095,22.78422,2.82305],"rotation":{"angle":22.5,"axis":"x","origin":[8.08461,9.0229,6.62385]},"faces":{"north":{"uv":[0,10,2,11],"rotation":270,"texture":"#0"},"east":{"uv":[0,10,2,11],"rotation":90,"texture":"#0"},"south":{"uv":[0,10,2,11],"rotation":270,"texture":"#0"},"west":{"uv":[0,10,2,11],"rotation":270,"texture":"#0"},"up":{"uv":[0,10,2,11],"texture":"#0"},"down":{"uv":[0,10,2,11],"rotation":180,"texture":"#0"}}},{"from":[7.79443,16.04886,-2.77674],"to":[8.39443,21.64886,-2.17674],"rotation":{"angle":45,"axis":"x","origin":[8.08461,9.0229,6.62385]},"faces":{"north":{"uv":[2,8,8,9],"rotation":270,"texture":"#0"},"east":{"uv":[2,8,8,9],"rotation":270,"texture":"#0"},"south":{"uv":[2,8,8,9],"rotation":270,"texture":"#0"},"west":{"uv":[2,8,8,9],"rotation":270,"texture":"#0"},"up":{"uv":[2,8,8,9],"texture":"#0"},"down":{"uv":[5,8,8,9],"rotation":180,"texture":"#0"}}},{"from":[7.80484,16.51234,0.62019],"to":[8.40484,19.11234,2.22019],"rotation":{"angle":22.5,"axis":"x","origin":[8.08461,9.0229,6.62385]},"faces":{"north":{"uv":[5,8,8,9],"rotation":270,"texture":"#0"},"east":{"uv":[2.5,8,5.5,10],"rotation":90,"texture":"#0"},"south":{"uv":[2.5,8,5.5,10],"rotation":270,"texture":"#0"},"west":{"uv":[2.5,8,5.5,10],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,8,5.5,10],"texture":"#0"},"down":{"uv":[2.5,8,5.5,10],"rotation":180,"texture":"#0"}}},{"from":[7.81484,16.10333,-2.56186],"to":[8.39484,18.78333,-0.98186],"rotation":{"angle":45,"axis":"x","origin":[8.08461,9.0229,6.62385]},"faces":{"north":{"uv":[8.5,9,11.5,11],"rotation":270,"texture":"#0"},"east":{"uv":[8.5,9,11.5,11],"rotation":90,"texture":"#0"},"south":{"uv":[8.5,9,11.5,11],"rotation":270,"texture":"#0"},"west":{"uv":[8.5,9,11.5,11],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,9,11.5,11],"texture":"#0"},"down":{"uv":[8.5,9,11.5,11],"rotation":180,"texture":"#0"}}},{"from":[7.42095,9.33316,7.80677],"to":[8.76095,13.97316,8.44677],"rotation":{"angle":-22.5,"axis":"x","origin":[7.74529,11.06076,7.4692]},"faces":{"north":{"uv":[1,9.5,6,10],"rotation":270,"texture":"#0"},"east":{"uv":[6,9.5,1,10.5],"rotation":90,"texture":"#0"},"south":{"uv":[1,10,6,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[1,9.5,6,10.5],"rotation":270,"texture":"#0"},"up":{"uv":[5,9.5,5.5,10.5],"texture":"#0"},"down":{"uv":[2,8.5,2.64,9.84],"rotation":270,"texture":"#0"}}},{"from":[7.44443,8.26981,6.69002],"to":[8.74443,13.86981,7.29002],"rotation":{"angle":0,"axis":"x","origin":[7.74529,11.06076,7.4692]},"faces":{"north":{"uv":[2,8,8,9],"rotation":270,"texture":"#0"},"east":{"uv":[2,8,8,9],"rotation":270,"texture":"#0"},"south":{"uv":[2,8,8,9],"rotation":270,"texture":"#0"},"west":{"uv":[2,8,8,9],"rotation":270,"texture":"#0"},"up":{"uv":[2,8,8,9],"texture":"#0"},"down":{"uv":[5,8,8,9],"rotation":180,"texture":"#0"}}},{"from":[7.46484,8.57428,6.9049],"to":[8.74484,11.00428,8.4849],"rotation":{"angle":0,"axis":"x","origin":[7.74529,11.06076,7.4692]},"faces":{"north":{"uv":[8.5,9,11.5,11],"rotation":270,"texture":"#0"},"east":{"uv":[8.5,9,11.5,11],"rotation":90,"texture":"#0"},"south":{"uv":[8.5,9,11.5,11],"rotation":270,"texture":"#0"},"west":{"uv":[8.5,9,11.5,11],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,9,11.5,11],"texture":"#0"},"down":{"uv":[8.5,9,11.5,11],"rotation":180,"texture":"#0"}}},{"from":[7.44095,10.85316,7.27677],"to":[8.74095,12.45316,7.87677],"rotation":{"angle":-22.5,"axis":"x","origin":[7.74529,11.06076,7.4692]},"faces":{"north":{"uv":[0,10,2,11],"rotation":270,"texture":"#0"},"east":{"uv":[0,10,2,11],"rotation":90,"texture":"#0"},"south":{"uv":[0,10,2,11],"rotation":270,"texture":"#0"},"west":{"uv":[0,10,2,11],"rotation":270,"texture":"#0"},"up":{"uv":[0,10,2,11],"texture":"#0"},"down":{"uv":[0,10,2,11],"rotation":180,"texture":"#0"}}},{"from":[7.80176,15.9628,7.67737],"to":[8.40176,18.5628,9.27737],"rotation":{"angle":-22.5,"axis":"x","origin":[8.08461,9.0229,6.62385]},"faces":{"north":{"uv":[5,8,8,9],"rotation":270,"texture":"#0"},"east":{"uv":[0.5,8,3.5,10],"rotation":90,"texture":"#0"},"south":{"uv":[0.5,8,3.5,10],"rotation":270,"texture":"#0"},"west":{"uv":[0.5,8,3.5,10],"rotation":270,"texture":"#0"},"up":{"uv":[0.5,8,3.5,10],"texture":"#0"},"down":{"uv":[0.5,8,3.5,10],"rotation":180,"texture":"#0"}}},{"from":[7.81245,10.79983,4.71959],"to":[8.39245,16.37983,7.29959],"rotation":{"angle":0,"axis":"x","origin":[8.08461,9.0229,6.62385]},"faces":{"north":{"uv":[5,8,8,9],"rotation":270,"texture":"#0"},"east":{"uv":[7.5,8,13.5,11],"rotation":90,"texture":"#0"},"south":{"uv":[7.5,8.5,13.5,11.5],"rotation":270,"texture":"#0"},"west":{"uv":[1,8,7,11],"rotation":270,"texture":"#0"},"up":{"uv":[7.5,8.5,13.5,11.5],"texture":"#0"},"down":{"uv":[7.5,8.5,13.5,11.5],"rotation":180,"texture":"#0"}}},{"from":[7.80669,8.93147,4.03412],"to":[8.38669,11.51147,6.61412],"rotation":{"angle":45,"axis":"x","origin":[8.08461,9.0229,6.62385]},"faces":{"north":{"uv":[6,8.5,9,11.5],"rotation":180,"texture":"#0"},"east":{"uv":[6,8,9,11],"rotation":180,"texture":"#0"},"south":{"uv":[6,8.5,9,11.5],"rotation":180,"texture":"#0"},"west":{"uv":[10,8,13,11],"rotation":180,"texture":"#0"},"up":{"uv":[6,8.5,9,11.5],"rotation":270,"texture":"#0"},"down":{"uv":[5,8,8,9],"rotation":90,"texture":"#0"}}},{"from":[7.38542,1.80519,7.98363],"to":[8.78542,3.20519,11.38363],"rotation":{"angle":22.5,"axis":"x","origin":[8.08461,9.0229,6.62385]},"faces":{"north":{"uv":[0,0,2,2],"rotation":270,"texture":"#0"},"east":{"uv":[4,3,8,5],"rotation":180,"texture":"#0"},"south":{"uv":[0,0,2,2],"rotation":270,"texture":"#0"},"west":{"uv":[3,2,7,4],"texture":"#0"},"up":{"uv":[5,5,9,7],"rotation":90,"texture":"#0"},"down":{"uv":[8,13,12,15],"rotation":270,"texture":"#0"}}},{"from":[7.39542,2.82729,9.09722],"to":[8.77542,5.20729,10.47722],"rotation":{"angle":22.5,"axis":"x","origin":[8.08461,9.0229,6.62385]},"faces":{"north":{"uv":[8,4.5,6,7.5],"rotation":180,"texture":"#0"},"east":{"uv":[8,4.5,6,7.5],"rotation":180,"texture":"#0"},"south":{"uv":[8,4.5,6,7.5],"rotation":180,"texture":"#0"},"west":{"uv":[8,4.5,6,7.5],"rotation":180,"texture":"#0"},"up":{"uv":[8,4.5,6,7.5],"rotation":270,"texture":"#0"},"down":{"uv":[8,4.5,6,7.5],"rotation":90,"texture":"#0"}}},{"from":[7.38114,4.0278,7.34036],"to":[8.78114,6.4278,8.74036],"rotation":{"angle":0,"axis":"x","origin":[8.08461,9.0229,6.62385]},"faces":{"north":{"uv":[9.5,4.5,7.5,7.5],"rotation":180,"texture":"#0"},"east":{"uv":[9.5,4.5,7.5,7.5],"rotation":180,"texture":"#0"},"south":{"uv":[9.5,4.5,7.5,7.5],"rotation":180,"texture":"#0"},"west":{"uv":[9.5,4.5,7.5,7.5],"rotation":180,"texture":"#0"},"up":{"uv":[9.5,4.5,7.5,7.5],"rotation":270,"texture":"#0"},"down":{"uv":[9.5,4.5,7.5,7.5],"rotation":90,"texture":"#0"}}},{"from":[7.37826,5.81467,6.18971],"to":[8.77826,9.21467,7.58971],"rotation":{"angle":-22.5,"axis":"x","origin":[8.08461,9.0229,6.62385]},"faces":{"north":{"uv":[6,2.5,4,6.5],"texture":"#0"},"east":{"uv":[6,2.5,4,6.5],"texture":"#0"},"south":{"uv":[6,2.5,4,6.5],"texture":"#0"},"west":{"uv":[6,2.5,4,6.5],"texture":"#0"},"up":{"uv":[6,2.5,4,6.5],"rotation":90,"texture":"#0"},"down":{"uv":[6,2.5,4,6.5],"rotation":270,"texture":"#0"}}},{"from":[7.36825,8.5853,5.29993],"to":[8.78825,10.0053,8.71993],"rotation":{"angle":22.5,"axis":"x","origin":[8.07825,9.2953,7.00993]},"faces":{"north":{"uv":[0,0,2,2],"rotation":90,"texture":"#0"},"east":{"uv":[1.5,2.5,5.5,4.5],"rotation":180,"texture":"#0"},"south":{"uv":[4.5,2.5,6.5,4.5],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,2.5,5.5,4.5],"texture":"#0"},"up":{"uv":[1.5,3,5.5,5],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,2,4],"texture":"#0"}}},{"from":[7.58508,-1.45222,6.17594],"to":[8.58508,1.54778,7.17594],"rotation":{"angle":0,"axis":"x","origin":[8.08461,9.0229,6.62385]},"faces":{"north":{"uv":[4,8,6,12],"rotation":180,"texture":"#0"},"east":{"uv":[4,8,6,12],"rotation":180,"texture":"#0"},"south":{"uv":[4,8,6,12],"rotation":180,"texture":"#0"},"west":{"uv":[4,8,6,12],"rotation":180,"texture":"#0"},"up":{"uv":[4,8,6,12],"rotation":270,"texture":"#0"},"down":{"uv":[4,8,6,10],"rotation":90,"texture":"#0"}}},{"from":[7.78508,-3.25222,6.37594],"to":[8.38508,-0.65222,6.97594],"rotation":{"angle":0,"axis":"x","origin":[8.08461,9.0229,6.62385]},"faces":{"north":{"uv":[4,8,5,11.5],"rotation":180,"texture":"#0"},"east":{"uv":[4,8,5,11.5],"rotation":180,"texture":"#0"},"south":{"uv":[4,8,5,11.5],"rotation":180,"texture":"#0"},"west":{"uv":[4,8,5,11.5],"rotation":180,"texture":"#0"},"up":{"uv":[4,8,5,11.5],"rotation":270,"texture":"#0"},"down":{"uv":[4,8,6,10],"rotation":90,"texture":"#0"}}},{"from":[7.48508,-1.11318,3.50212],"to":[8.68508,2.08682,4.70212],"rotation":{"angle":-22.5,"axis":"x","origin":[8.08461,9.0229,6.62385]},"faces":{"north":{"uv":[7.5,8,9.5,12],"rotation":180,"texture":"#0"},"east":{"uv":[9.5,8,11.5,12],"rotation":180,"texture":"#0"},"south":{"uv":[7.5,8,9.5,12],"rotation":180,"texture":"#0"},"west":{"uv":[7.5,8,9.5,12],"rotation":180,"texture":"#0"},"up":{"uv":[7.5,8,9.5,12],"rotation":270,"texture":"#0"},"down":{"uv":[7.5,8,9.5,12],"rotation":90,"texture":"#0"}}},{"from":[7.68508,-2.91318,3.70212],"to":[8.48508,-0.11318,4.50212],"rotation":{"angle":-22.5,"axis":"x","origin":[8.08461,9.0229,6.62385]},"faces":{"north":{"uv":[2,8,3.5,11],"rotation":180,"texture":"#0"},"east":{"uv":[2,8,3.5,11],"rotation":180,"texture":"#0"},"south":{"uv":[2,8,3.5,11],"rotation":180,"texture":"#0"},"west":{"uv":[2,8,3.5,11],"rotation":180,"texture":"#0"},"up":{"uv":[2,8,3.5,11],"rotation":270,"texture":"#0"},"down":{"uv":[2,8,3.5,11],"rotation":90,"texture":"#0"}}},{"from":[7.88508,-4.71318,3.90212],"to":[8.28508,-2.31318,4.30212],"rotation":{"angle":-22.5,"axis":"x","origin":[8.08461,9.0229,6.62385]},"faces":{"north":{"uv":[1.5,8,2,11.5],"rotation":180,"texture":"#0"},"east":{"uv":[1.5,8,2,11.5],"rotation":180,"texture":"#0"},"south":{"uv":[1.5,8,2,11.5],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,8,2,11.5],"rotation":180,"texture":"#0"},"up":{"uv":[1.5,8,2,11.5],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,8,3.5,10],"rotation":90,"texture":"#0"}}},{"from":[7.47895,7.15454,5.0239],"to":[8.67895,9.35454,6.2239],"rotation":{"angle":45,"axis":"x","origin":[8.08461,9.0229,6.62385]},"faces":{"north":{"uv":[8,3.5,10,6.5],"texture":"#0"},"east":{"uv":[7,12.5,9,15.5],"rotation":180,"texture":"#0"},"south":{"uv":[4,1.5,6,4.5],"texture":"#0"},"west":{"uv":[4,1.5,6,4.5],"texture":"#0"},"up":{"uv":[4,1.5,6,4.5],"rotation":90,"texture":"#0"},"down":{"uv":[1.5,0,3.5,2],"rotation":270,"texture":"#0"}}},{"from":[7.57432,5.9084,4.53397],"to":[8.57432,7.9084,5.53397],"rotation":{"angle":22.5,"axis":"x","origin":[8.08461,9.0229,6.62385]},"faces":{"north":{"uv":[1.5,0,3.5,3],"texture":"#0"},"east":{"uv":[8,3.5,10,6.5],"texture":"#0"},"south":{"uv":[0,0,2,3],"texture":"#0"},"west":{"uv":[7.5,4.5,9.5,7.5],"texture":"#0"},"up":{"uv":[0,0,2,2],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,2,2],"rotation":270,"texture":"#0"}}},{"from":[7.67007,5.14465,3.6042],"to":[8.47007,6.94465,4.4042],"rotation":{"angle":0,"axis":"x","origin":[8.08461,9.0229,6.62385]},"faces":{"north":{"uv":[12,4,14,7],"texture":"#0"},"east":{"uv":[6,0,8,3],"rotation":180,"texture":"#0"},"south":{"uv":[7,4.5,9,7.5],"texture":"#0"},"west":{"uv":[6.5,4.5,8.5,7.5],"texture":"#0"},"up":{"uv":[12,4,14,7],"rotation":90,"texture":"#0"},"down":{"uv":[12,4,14,7],"rotation":270,"texture":"#0"}}},{"from":[7.7668,4.99492,2.45267],"to":[8.3668,6.59492,3.05267],"rotation":{"angle":-22.5,"axis":"x","origin":[8.08461,9.0229,6.62385]},"faces":{"north":{"uv":[7,4.5,9,7.5],"texture":"#0"},"east":{"uv":[7,4.5,9,7.5],"rotation":180,"texture":"#0"},"south":{"uv":[7,4.5,9,7.5],"texture":"#0"},"west":{"uv":[7,4.5,9,7.5],"texture":"#0"},"up":{"uv":[7,4.5,9,7.5],"rotation":90,"texture":"#0"},"down":{"uv":[7,4.5,9,7.5],"rotation":270,"texture":"#0"}}},{"from":[7.86485,3.73027,8.74945],"to":[8.26485,4.13027,10.14945],"rotation":{"angle":45,"axis":"x","origin":[8.08461,9.0229,6.62385]},"faces":{"north":{"uv":[7,4.5,9,7.5],"rotation":270,"texture":"#0"},"east":{"uv":[7,4.5,9,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[7,4.5,9,7.5],"rotation":270,"texture":"#0"},"west":{"uv":[7,4.5,9,7.5],"rotation":270,"texture":"#0"},"up":{"uv":[7,4.5,9,7.5],"texture":"#0"},"down":{"uv":[7,4.5,9,7.5],"rotation":180,"texture":"#0"}}},{"from":[7.96426,2.88618,7.8561],"to":[8.16426,3.08618,9.0561],"rotation":{"angle":22.5,"axis":"x","origin":[8.08461,9.0229,6.62385]},"faces":{"north":{"uv":[7,4.5,8,7.5],"rotation":270,"texture":"#0"},"east":{"uv":[7,4.5,8,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[7,4.5,8,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[7,4.5,8,7.5],"rotation":270,"texture":"#0"},"up":{"uv":[7,4.5,8,7.5],"texture":"#0"},"down":{"uv":[7,4.5,8,7.5],"rotation":180,"texture":"#0"}}},{"from":[6.17744,7.96264,7.04357],"to":[7.35744,11.14264,8.22357],"rotation":{"angle":-22.5,"axis":"z","origin":[6.76744,7.55264,7.63357]},"faces":{"north":{"uv":[3.5,8,5.5,12],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,8,5.5,12],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,8,5.5,12],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,8,5.5,12],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,10,5.5,12],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,8,5.5,10],"rotation":90,"texture":"#0"}}},{"from":[6.36744,6.15264,7.23357],"to":[7.16744,8.95264,8.03357],"rotation":{"angle":-22.5,"axis":"z","origin":[6.76744,7.55264,7.63357]},"faces":{"north":{"uv":[3.5,8,4.5,11],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,8,4.5,11],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,8,4.5,11],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,8,4.5,11],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,8,4.5,11],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,8,5.5,10],"rotation":90,"texture":"#0"}}},{"from":[6.56744,4.35264,7.43357],"to":[6.96744,6.75264,7.83357],"rotation":{"angle":-22.5,"axis":"z","origin":[6.76744,7.55264,7.63357]},"faces":{"north":{"uv":[3.5,8,4.5,10],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,8,4.5,10],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,8,4.5,10],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,8,4.5,10],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,8,4.5,10],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,8,4.5,10],"rotation":90,"texture":"#0"}}},{"from":[8.87744,7.66264,6.54357],"to":[10.05744,10.84264,7.72357],"rotation":{"angle":22.5,"axis":"z","origin":[9.46744,7.25264,7.13357]},"faces":{"north":{"uv":[3.5,8,5.5,12],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,8,5.5,12],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,8,5.5,12],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,8,5.5,12],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,10,5.5,12],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,8,5.5,10],"rotation":90,"texture":"#0"}}},{"from":[9.06744,5.85264,6.73357],"to":[9.86744,8.65264,7.53357],"rotation":{"angle":22.5,"axis":"z","origin":[9.46744,7.25264,7.13357]},"faces":{"north":{"uv":[3.5,8,4.5,11],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,8,4.5,11],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,8,4.5,11],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,8,4.5,11],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,8,4.5,11],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,8,5.5,10],"rotation":90,"texture":"#0"}}},{"from":[9.26744,4.05264,6.93357],"to":[9.66744,6.45264,7.33357],"rotation":{"angle":22.5,"axis":"z","origin":[9.46744,7.25264,7.13357]},"faces":{"north":{"uv":[3.5,8,4.5,10],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,8,4.5,10],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,8,4.5,10],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,8,4.5,10],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,8,4.5,10],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,8,4.5,10],"rotation":90,"texture":"#0"}}}],"display":{"thirdperson_righthand":{"translation":[0,1,2],"scale":[1.05,1.05,1.05]},"thirdperson_lefthand":{"translation":[0,1,2],"scale":[1.05,1.05,1.05]},"firstperson_righthand":{"rotation":[-15,0,0],"translation":[3,1,0.5]},"firstperson_lefthand":{"rotation":[-15,0,0],"translation":[3,1,0.5]},"gui":{"rotation":[45,-157,45],"translation":[-0.75,-1.25,0],"scale":[0.73,0.73,0.73]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/brawler_trowel.json b/assets/minecraft/models/item/wynn/skin/dagger/brawler_trowel.json new file mode 100644 index 000000000..389442e26 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/brawler_trowel.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/brawler/brawler_trowel","particle":"skins/brawler/brawler_trowel"},"elements":[{"from":[7,0,7],"to":[9,24,9],"faces":{"north":{"uv":[0,0,1,12],"texture":"#0"},"east":{"uv":[0,0,1,12],"texture":"#0"},"south":{"uv":[0,0,1,12],"texture":"#0"},"west":{"uv":[0,0,1,12],"texture":"#0"},"down":{"uv":[0,12,1,13],"texture":"#0"}}},{"from":[5,24,2],"to":[11,25,9],"rotation":{"angle":-22.5,"axis":"x","origin":[8,24,9]},"faces":{"north":{"uv":[1,3.5,4,4],"texture":"#0"},"east":{"uv":[7.5,3.5,4,4],"texture":"#0"},"south":{"uv":[1,4,4,4.5],"texture":"#0"},"west":{"uv":[4,3.5,7.5,4],"texture":"#0"},"up":{"uv":[1,0,4,3.5],"texture":"#0"},"down":{"uv":[4,0,7,3.5],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,0,5],"translation":[-1,-5,2]},"thirdperson_lefthand":{"rotation":[0,0,5],"translation":[-1,-5,2]},"firstperson_righthand":{"rotation":[-20,-15,-15],"translation":[4,-5,0]},"firstperson_lefthand":{"rotation":[-20,-15,-15],"translation":[4,-5,0]},"gui":{"rotation":[-20,160,30],"translation":[-1.5,-3,0],"scale":[0.65,0.65,0.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/candy_dagger.json b/assets/minecraft/models/item/wynn/skin/dagger/candy_dagger.json new file mode 100644 index 000000000..8b2095653 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/candy_dagger.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/dwarf","1":"skins/rose","particle":"skins/dwarf"},"elements":[{"from":[7,-4.9,8.5],"to":[9,4,9.5],"rotation":{"angle":0,"axis":"y","origin":[0,8,1]},"faces":{"north":{"uv":[15.75,6.7,14.75,2.25],"texture":"#0"},"east":{"uv":[15,5.45,14.5,1],"texture":"#0"},"south":{"uv":[15.5,7.95,14.5,3.5],"texture":"#0"},"west":{"uv":[15.75,7.7,15.25,3.25],"texture":"#0"},"up":{"uv":[15,0.5,16,0],"texture":"#0"},"down":{"uv":[15,0.5,16,0],"texture":"#0"}}},{"from":[7.5,-5,8],"to":[8.5,4.1,10],"rotation":{"angle":0,"axis":"y","origin":[8,6.05,9]},"faces":{"north":{"uv":[15.75,7.05,15.25,2.5],"texture":"#0"},"east":{"uv":[15.5,5.8,14.5,1.25],"texture":"#0"},"south":{"uv":[15.75,8.55,15.25,4],"texture":"#0"},"west":{"uv":[15.75,7.55,14.75,3],"texture":"#0"},"up":{"uv":[16,0,15,0.5],"rotation":90,"texture":"#0"},"down":{"uv":[16,0,15,0.5],"rotation":270,"texture":"#0"}}},{"from":[7.01,-5.9312,8.20344],"to":[8.99,-4.6512,9.18344],"rotation":{"angle":22.5,"axis":"x","origin":[8,-5.5412,8.69344]},"faces":{"north":{"uv":[15.25,2,14.75,1.25],"texture":"#0"},"east":{"uv":[15.25,4.25,14.75,3.5],"texture":"#0"},"south":{"uv":[16,4,15,3.25],"texture":"#0"},"west":{"uv":[15.75,3.25,15.25,2.5],"texture":"#0"},"up":{"uv":[15.25,3.75,14.75,3],"texture":"#0"},"down":{"uv":[15.25,3.75,14.75,3],"texture":"#0"}}},{"from":[7.51,-6.49,8.01],"to":[8.49,-5.01,9.99],"rotation":{"angle":22.5,"axis":"x","origin":[7.5,-5,10]},"faces":{"north":{"uv":[14.75,5,14.5,4.25],"texture":"#0"},"east":{"uv":[15.5,2,14.5,1.25],"texture":"#0"},"south":{"uv":[15.75,4,15.25,3.25],"texture":"#0"},"west":{"uv":[15.75,3.25,14.75,2.5],"texture":"#0"},"up":{"uv":[15.75,4,15.25,3.25],"texture":"#0"},"down":{"uv":[15.75,4,15.25,3.25],"texture":"#0"}}},{"from":[7.5,-6.95904,7.18854],"to":[8.5,-5.45904,9.18854],"rotation":{"angle":45,"axis":"x","origin":[8,-6.20904,8.18854]},"faces":{"north":{"uv":[14.75,5,14.5,4.25],"texture":"#0"},"east":{"uv":[15.5,2,14.5,1.25],"texture":"#0"},"south":{"uv":[15.75,3,15.25,2.25],"texture":"#0"},"west":{"uv":[15.5,2,14.5,1.25],"rotation":180,"texture":"#0"},"up":{"uv":[15.75,4,15.25,3.25],"texture":"#0"},"down":{"uv":[15.75,4,15.25,3.25],"texture":"#0"}}},{"from":[7,-6.85904,7.68854],"to":[9,-5.55904,8.68854],"rotation":{"angle":45,"axis":"x","origin":[8,-6.20904,8.18854]},"faces":{"north":{"uv":[14.75,2,15.75,1.25],"texture":"#0"},"east":{"uv":[15.25,3.5,14.75,2.75],"texture":"#0"},"south":{"uv":[16,3,15,2.25],"texture":"#0"},"west":{"uv":[16,2.75,15.5,2],"texture":"#0"},"up":{"uv":[15.25,3.75,14.75,3],"texture":"#0"},"down":{"uv":[15.25,3.75,14.75,3],"texture":"#0"}}},{"from":[7,-7.5205,5.5795],"to":[9,-6.5205,6.8795],"rotation":{"angle":0,"axis":"x","origin":[8,-6.91506,6.75961]},"faces":{"north":{"uv":[15.25,3.75,14.75,3],"rotation":180,"texture":"#0"},"east":{"uv":[14.75,2.75,15.25,3.5],"rotation":90,"texture":"#0"},"south":{"uv":[15.25,3.75,14.75,3],"texture":"#0"},"west":{"uv":[15.5,2,16,2.75],"rotation":270,"texture":"#0"},"up":{"uv":[14.75,2,15.75,1.25],"rotation":180,"texture":"#0"},"down":{"uv":[16,3,15,2.25],"texture":"#0"}}},{"from":[7.5,-8.0205,5.4795],"to":[8.5,-6.0205,6.9795],"rotation":{"angle":0,"axis":"x","origin":[8,-6.91506,6.75961]},"faces":{"north":{"uv":[15.75,4,15.25,3.25],"rotation":180,"texture":"#0"},"east":{"uv":[14.5,1.25,15.5,2],"rotation":90,"texture":"#0"},"south":{"uv":[15.75,4,15.25,3.25],"texture":"#0"},"west":{"uv":[14.5,1.25,15.5,2],"rotation":90,"texture":"#0"},"up":{"uv":[14.75,5,14.5,4.25],"texture":"#0"},"down":{"uv":[15.75,3,15.25,2.25],"texture":"#0"}}},{"from":[7.51,-8.0105,6.54972],"to":[8.49,-6.0305,8.02972],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-6.91506,6.75961]},"faces":{"north":{"uv":[15.75,4,15.25,3.25],"rotation":180,"texture":"#0"},"east":{"uv":[14.5,1.25,15.5,2],"rotation":90,"texture":"#0"},"south":{"uv":[15.75,4,15.25,3.25],"texture":"#0"},"west":{"uv":[14.75,2.5,15.75,3.25],"rotation":270,"texture":"#0"},"up":{"uv":[14.75,5,14.5,4.25],"texture":"#0"},"down":{"uv":[15.75,4,15.25,3.25],"texture":"#0"}}},{"from":[7.01,-7.5105,6.64972],"to":[8.99,-6.5305,7.92972],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-6.91506,6.75961]},"faces":{"north":{"uv":[15.25,3.75,14.75,3],"rotation":180,"texture":"#0"},"east":{"uv":[14.75,3.5,15.25,4.25],"rotation":90,"texture":"#0"},"south":{"uv":[15.25,3.75,14.75,3],"texture":"#0"},"west":{"uv":[15.25,2.5,15.75,3.25],"rotation":270,"texture":"#0"},"up":{"uv":[15.25,2,14.75,1.25],"rotation":180,"texture":"#0"},"down":{"uv":[16,4,15,3.25],"texture":"#0"}}},{"from":[7.5,-5,2.45899],"to":[8.5,-3.5,4.45899],"rotation":{"angle":0,"axis":"x","origin":[8,-5.64472,4.14215]},"faces":{"north":{"uv":[15.75,3,15.25,2.25],"rotation":180,"texture":"#0"},"east":{"uv":[15.25,1.25,14.25,0.5],"rotation":180,"texture":"#0"},"south":{"uv":[15.75,2.25,15.25,1.5],"rotation":180,"texture":"#0"},"west":{"uv":[15,3,16,2.25],"rotation":180,"texture":"#0"},"up":{"uv":[15.75,4,15.25,3.25],"texture":"#0"},"down":{"uv":[15.75,4,15.25,3.25],"texture":"#0"}}},{"from":[7.49,-5.01,2.94899],"to":[8.51,-3.24,3.96899],"rotation":{"angle":0,"axis":"x","origin":[8,-5.64472,4.14215]},"faces":{"north":{"uv":[15.75,5.75,15.25,5.25],"texture":"#0"},"east":{"uv":[15.75,5.75,15.25,5.25],"texture":"#0"},"south":{"uv":[15.75,5.75,15.25,5.25],"texture":"#0"},"west":{"uv":[15.75,5.75,15.25,5.25],"texture":"#0"},"up":{"uv":[15.75,5.75,15.25,5.25],"texture":"#0"},"down":{"uv":[15.75,5.75,15.25,5.25],"texture":"#0"}}},{"from":[7,-4.9,2.95899],"to":[9,-3.6,3.95899],"rotation":{"angle":0,"axis":"x","origin":[8,-5.64472,4.14215]},"faces":{"north":{"uv":[16,3,15,2.25],"rotation":180,"texture":"#0"},"east":{"uv":[15.25,3.5,14.75,2.75],"rotation":180,"texture":"#0"},"south":{"uv":[14.75,2,15.75,1.25],"rotation":180,"texture":"#0"},"west":{"uv":[16,2.75,15.5,2],"rotation":180,"texture":"#0"},"up":{"uv":[15.25,3.75,14.75,3],"texture":"#0"},"down":{"uv":[15.25,3.75,14.75,3],"texture":"#0"}}},{"from":[7.51,-5.89496,2.84384],"to":[8.49,-4.41496,4.82384],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-5.64472,4.14215]},"faces":{"north":{"uv":[15.75,4,15.25,3.25],"rotation":180,"texture":"#0"},"east":{"uv":[15.75,4.25,14.75,3.5],"rotation":180,"texture":"#0"},"south":{"uv":[15.75,2.75,15.25,2],"rotation":180,"texture":"#0"},"west":{"uv":[15.75,3.25,14.75,2.5],"rotation":180,"texture":"#0"},"up":{"uv":[15.75,4,15.25,3.25],"texture":"#0"},"down":{"uv":[15.75,4,15.25,3.25],"texture":"#0"}}},{"from":[7.01,-5.79496,3.34384],"to":[8.99,-4.51496,4.32384],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-5.64472,4.14215]},"faces":{"north":{"uv":[16,4,15,3.25],"rotation":180,"texture":"#0"},"east":{"uv":[15.25,4.25,14.75,3.5],"rotation":180,"texture":"#0"},"south":{"uv":[15.25,2,14.75,1.25],"rotation":180,"texture":"#0"},"west":{"uv":[15.75,3.25,15.25,2.5],"rotation":180,"texture":"#0"},"up":{"uv":[15.25,3.75,14.75,3],"texture":"#0"},"down":{"uv":[15.25,3.75,14.75,3],"texture":"#0"}}},{"from":[7,-6.45303,3.98191],"to":[9,-5.45303,5.28191],"rotation":{"angle":45,"axis":"x","origin":[8,-5.64472,4.14215]},"faces":{"north":{"uv":[15.25,3.75,14.75,3],"rotation":180,"texture":"#0"},"east":{"uv":[14.75,2.75,15.25,3.5],"rotation":90,"texture":"#0"},"south":{"uv":[15.25,3.75,14.75,3],"texture":"#0"},"west":{"uv":[15.5,2,16,2.75],"rotation":270,"texture":"#0"},"up":{"uv":[14.75,2,15.75,1.25],"rotation":180,"texture":"#0"},"down":{"uv":[16,3,15,2.25],"texture":"#0"}}},{"from":[7.5,-6.95303,3.88191],"to":[8.5,-4.95303,5.38191],"rotation":{"angle":45,"axis":"x","origin":[8,-5.64472,4.14215]},"faces":{"north":{"uv":[15.75,4,15.25,3.25],"rotation":180,"texture":"#0"},"east":{"uv":[14.5,1.25,15.5,2],"rotation":90,"texture":"#0"},"south":{"uv":[15.75,4,15.25,3.25],"texture":"#0"},"west":{"uv":[14.5,1.25,15.5,2],"rotation":90,"texture":"#0"},"up":{"uv":[14.75,5,14.5,4.25],"texture":"#0"},"down":{"uv":[15.75,3,15.25,2.25],"texture":"#0"}}},{"from":[7.01,-6.81788,4.89687],"to":[8.99,-5.83788,6.17687],"rotation":{"angle":22.5,"axis":"x","origin":[8,-5.64472,4.14215]},"faces":{"north":{"uv":[15.25,3.75,14.75,3],"rotation":180,"texture":"#0"},"east":{"uv":[14.75,3.5,15.25,4.25],"rotation":90,"texture":"#0"},"south":{"uv":[15.25,3.75,14.75,3],"texture":"#0"},"west":{"uv":[15.25,2.5,15.75,3.25],"rotation":270,"texture":"#0"},"up":{"uv":[15.25,2,14.75,1.25],"rotation":180,"texture":"#0"},"down":{"uv":[16,4,15,3.25],"texture":"#0"}}},{"from":[7.51,-7.31788,4.79687],"to":[8.49,-5.33788,6.27687],"rotation":{"angle":22.5,"axis":"x","origin":[8,-5.64472,4.14215]},"faces":{"north":{"uv":[15.75,4,15.25,3.25],"rotation":180,"texture":"#0"},"east":{"uv":[14.5,1.25,15.5,2],"rotation":90,"texture":"#0"},"south":{"uv":[15.75,4,15.25,3.25],"texture":"#0"},"west":{"uv":[14.5,1.25,15.5,2],"rotation":90,"texture":"#0"},"up":{"uv":[14.75,5,14.5,4.25],"texture":"#0"},"down":{"uv":[15.75,4,15.25,3.25],"texture":"#0"}}},{"from":[8.59251,2,9.17238],"to":[8.60251,6.5,14.17238],"rotation":{"angle":45,"axis":"y","origin":[8,3.53722,8.9]},"faces":{"north":{"uv":[0,9,0.5,9.5],"texture":"#1"},"east":{"uv":[6.5,10,1.5,14.5],"texture":"#1"},"south":{"uv":[0,9,0.5,9.5],"texture":"#1"},"west":{"uv":[1.5,10,6.5,14.5],"texture":"#1"},"up":{"uv":[0,9,0.5,9.5],"rotation":90,"texture":"#1"},"down":{"uv":[0,9,0.5,9.5],"rotation":270,"texture":"#1"}}},{"from":[8.83059,2,4.77674],"to":[8.84059,5.75,9.02674],"rotation":{"angle":-22.5,"axis":"y","origin":[8,3.53722,8.9]},"faces":{"north":{"uv":[0.5,9,0,9.5],"texture":"#1"},"east":{"uv":[1.5,10,6.5,14.5],"texture":"#1"},"south":{"uv":[0.5,9,0,9.5],"texture":"#1"},"west":{"uv":[6.5,10,1.5,14.5],"texture":"#1"},"up":{"uv":[0.5,9,0,9.5],"rotation":90,"texture":"#1"},"down":{"uv":[0.5,9,0,9.5],"rotation":270,"texture":"#1"}}},{"from":[9.57461,3.06022,7.9],"to":[10.57461,4.06022,8.9],"rotation":{"angle":22.5,"axis":"z","origin":[8,3.46278,8.9]},"faces":{"north":{"uv":[10.5,2.5,11.5,1.5],"texture":"#1"},"east":{"uv":[10.5,2.5,11.5,1.5],"texture":"#1"},"south":{"uv":[10.5,2.5,11.5,1.5],"texture":"#1"},"west":{"uv":[10.5,2.5,11.5,1.5],"texture":"#1"},"up":{"uv":[11.5,1.5,10.5,2.5],"rotation":270,"texture":"#1"},"down":{"uv":[11.5,1.5,10.5,2.5],"rotation":90,"texture":"#1"}}},{"from":[8.81902,3.68949,8.7],"to":[9.81902,4.68949,9.7],"rotation":{"angle":-22.5,"axis":"z","origin":[8,3.46278,8.9]},"faces":{"north":{"uv":[10.5,2.5,11.5,1.5],"texture":"#1"},"east":{"uv":[10.5,2.5,11.5,1.5],"texture":"#1"},"south":{"uv":[10.5,2.5,11.5,1.5],"texture":"#1"},"west":{"uv":[10.5,2.5,11.5,1.5],"texture":"#1"},"up":{"uv":[11.5,1.5,10.5,2.5],"rotation":270,"texture":"#1"},"down":{"uv":[11.5,1.5,10.5,2.5],"rotation":90,"texture":"#1"}}},{"from":[7.15941,2,8.77326],"to":[7.16941,5.75,13.02326],"rotation":{"angle":-22.5,"axis":"y","origin":[8,3.53722,8.9]},"faces":{"north":{"uv":[0.5,9,0,9.5],"texture":"#1"},"east":{"uv":[6.5,10,1.5,14.5],"texture":"#1"},"south":{"uv":[0.5,9,0,9.5],"texture":"#1"},"west":{"uv":[1.5,10,6.5,14.5],"texture":"#1"},"up":{"uv":[0,9.5,0.5,9],"rotation":90,"texture":"#1"},"down":{"uv":[0,9.5,0.5,9],"rotation":270,"texture":"#1"}}},{"from":[5.42539,3.06022,8.9],"to":[6.42539,4.06022,9.9],"rotation":{"angle":-22.5,"axis":"z","origin":[8,3.46278,8.9]},"faces":{"north":{"uv":[10.5,2.5,11.5,1.5],"texture":"#1"},"east":{"uv":[10.5,2.5,11.5,1.5],"texture":"#1"},"south":{"uv":[10.5,2.5,11.5,1.5],"texture":"#1"},"west":{"uv":[10.5,2.5,11.5,1.5],"texture":"#1"},"up":{"uv":[10.5,2.5,11.5,1.5],"rotation":270,"texture":"#1"},"down":{"uv":[10.5,2.5,11.5,1.5],"rotation":90,"texture":"#1"}}},{"from":[6.18098,3.68949,8.1],"to":[7.18098,4.68949,9.1],"rotation":{"angle":22.5,"axis":"z","origin":[8,3.46278,8.9]},"faces":{"north":{"uv":[10.5,2.5,11.5,1.5],"texture":"#1"},"east":{"uv":[10.5,2.5,11.5,1.5],"texture":"#1"},"south":{"uv":[10.5,2.5,11.5,1.5],"texture":"#1"},"west":{"uv":[10.5,2.5,11.5,1.5],"texture":"#1"},"up":{"uv":[10.5,2.5,11.5,1.5],"rotation":270,"texture":"#1"},"down":{"uv":[10.5,2.5,11.5,1.5],"rotation":90,"texture":"#1"}}},{"from":[7.39749,2,3.62762],"to":[7.40749,6.5,8.62762],"rotation":{"angle":45,"axis":"y","origin":[8,3.53722,8.9]},"faces":{"north":{"uv":[0,9,0.5,9.5],"texture":"#1"},"east":{"uv":[1.5,10,6.5,14.5],"texture":"#1"},"south":{"uv":[0,9,0.5,9.5],"texture":"#1"},"west":{"uv":[6.5,10,1.5,14.5],"texture":"#1"},"up":{"uv":[0.5,9.5,0,9],"rotation":90,"texture":"#1"},"down":{"uv":[0.5,9.5,0,9],"rotation":270,"texture":"#1"}}},{"from":[6.99,2.99,7.99],"to":[9.01,4.01,10.01],"rotation":{"angle":0,"axis":"y","origin":[7,4,8]},"faces":{"north":{"uv":[10,7.5,12,6.5],"texture":"#1"},"east":{"uv":[8.5,7.5,10.5,6.5],"texture":"#1"},"south":{"uv":[11.5,7.5,13.5,6.5],"texture":"#1"},"west":{"uv":[10,7.5,12,6.5],"texture":"#1"},"up":{"uv":[10,7.5,12,6.5],"texture":"#1"},"down":{"uv":[10,8.5,12,6.5],"texture":"#1"}}},{"from":[7.5,2,8.5],"to":[8.5,10,9.5],"rotation":{"angle":0,"axis":"y","origin":[7.5,2,8.5]},"faces":{"north":{"uv":[15.25,8.75,14.75,12.75],"texture":"#0"},"east":{"uv":[15,8.75,15.5,12.75],"texture":"#0"},"south":{"uv":[15.5,8.75,15,12.75],"texture":"#0"},"west":{"uv":[15,8.75,15.5,12.75],"texture":"#0"},"up":{"uv":[15,8.75,15.5,9.25],"texture":"#0"},"down":{"uv":[15,8.75,15.5,12.75],"texture":"#0"}}},{"from":[7.75,14,8.75],"to":[8.25,19,9.25],"rotation":{"angle":0,"axis":"y","origin":[7.75,10,8.75]},"faces":{"north":{"uv":[15.25,5.75,15.5,6.75],"texture":"#0"},"east":{"uv":[15.25,5.75,15.5,6.75],"texture":"#0"},"south":{"uv":[15.25,5.75,15.5,6.75],"texture":"#0"},"west":{"uv":[15.25,5.75,15.5,6.75],"texture":"#0"},"up":{"uv":[15.25,5.75,15.5,6.75],"texture":"#0"},"down":{"uv":[15.25,5.75,15.5,6.75],"texture":"#0"}}},{"from":[7.875,18.125,8.875],"to":[8.125,23.875,9.125],"rotation":{"angle":0,"axis":"y","origin":[7.75,15,8.75]},"faces":{"north":{"uv":[15.25,5.75,15.5,6.75],"texture":"#0"},"east":{"uv":[15.25,5.75,15.5,6.75],"texture":"#0"},"south":{"uv":[15.25,5.75,15.5,6.75],"texture":"#0"},"west":{"uv":[15.25,5.75,15.5,6.75],"texture":"#0"},"up":{"uv":[15.25,5.75,15.5,6.75],"texture":"#0"},"down":{"uv":[15.25,5.75,15.5,6.75],"texture":"#0"}}},{"from":[7.625,5.875,8.625],"to":[8.375,15.125,9.375],"rotation":{"angle":0,"axis":"y","origin":[7.75,6,8.75]},"faces":{"north":{"uv":[15.25,5.75,15.5,6.75],"texture":"#0"},"east":{"uv":[15.25,5.75,15.5,6.75],"texture":"#0"},"south":{"uv":[15.25,5.75,15.5,6.75],"texture":"#0"},"west":{"uv":[15.25,5.75,15.5,6.75],"texture":"#0"},"up":{"uv":[15.25,5.75,15.5,6.75],"texture":"#0"},"down":{"uv":[15.25,5.75,15.5,6.75],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"translation":[0,7.25,0.5]},"thirdperson_lefthand":{"translation":[0,7.25,0.5]},"firstperson_righthand":{"rotation":[-16,-7,0],"translation":[1.25,5.5,-0.5],"scale":[0.65,0.65,0.65]},"firstperson_lefthand":{"rotation":[-16,-7,0],"translation":[1.25,5.5,-0.5],"scale":[0.65,0.65,0.65]},"gui":{"rotation":[114,-130,93],"translation":[-0.25,0,0],"scale":[0.57,0.57,0.57]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/chicken_leg_staff.json b/assets/minecraft/models/item/wynn/skin/dagger/chicken_leg_staff.json new file mode 100644 index 000000000..8a3e6963b --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/chicken_leg_staff.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"particle":"skins/food_set_1/chicken_leg_staff","texture":"skins/food_set_1/chicken_leg_staff"},"elements":[{"from":[6.5,8.5,6],"to":[8.5,12,10],"faces":{"down":{"uv":[6.5,7.5,8.5,7],"texture":"#texture"},"up":{"uv":[6.5,4,8.5,4.5],"texture":"#texture"},"north":{"uv":[8.5,4,6.5,7.5],"texture":"#texture"},"south":{"uv":[6.5,4,8.5,7.5],"texture":"#texture"},"west":{"uv":[6.5,4,7,7.5],"texture":"#texture"},"east":{"uv":[8.5,4,8,7.5],"texture":"#texture"}}},{"from":[7,8,6],"to":[8.5,8.5,10],"faces":{"down":{"uv":[7,8,8.5,7.5],"texture":"#texture"},"up":{"uv":[7,7.5,8.5,8],"texture":"#texture"},"north":{"uv":[8.5,7.5,7,8],"texture":"#texture"},"south":{"uv":[7,7.5,8.5,8],"texture":"#texture"},"west":{"uv":[7,7.5,7.5,8],"texture":"#texture"},"east":{"uv":[8.5,7.5,8,8],"texture":"#texture"}}},{"from":[7.5,7,6],"to":[8,8,10],"faces":{"down":{"uv":[7.5,9,8,8.5],"texture":"#texture"},"up":{"uv":[7.5,8,8,8.5],"texture":"#texture"},"north":{"uv":[8,8,7.5,9],"texture":"#texture"},"south":{"uv":[7.5,8,8,9],"texture":"#texture"},"west":{"uv":[7.5,8,8,9],"texture":"#texture"},"east":{"uv":[8,8,7.5,9],"texture":"#texture"}}},{"from":[8.5,8.5,6],"to":[9,11.5,10],"faces":{"down":{"uv":[8.5,7.5,9,7],"texture":"#texture"},"up":{"uv":[8.5,4.5,9,5],"texture":"#texture"},"north":{"uv":[9,4.5,8.5,7.5],"texture":"#texture"},"south":{"uv":[8.5,4.5,9,7.5],"texture":"#texture"},"west":{"uv":[8.5,4.5,9,7.5],"texture":"#texture"},"east":{"uv":[9,4.5,8.5,7.5],"texture":"#texture"}}},{"from":[6,8.5,6.5],"to":[9.5,12,9.5],"faces":{"down":{"uv":[6,7.5,9.5,7],"texture":"#texture"},"up":{"uv":[6,4,9.5,4.5],"texture":"#texture"},"north":{"uv":[9.5,4,6,7.5],"texture":"#texture"},"south":{"uv":[6,4,9.5,7.5],"texture":"#texture"},"west":{"uv":[6,4,6.5,7.5],"texture":"#texture"},"east":{"uv":[9.5,4,9,7.5],"texture":"#texture"}}},{"from":[6.5,12,6.5],"to":[8.5,12.5,9.5],"faces":{"down":{"uv":[6.5,4,8.5,3.5],"texture":"#texture"},"up":{"uv":[6.5,3.5,8.5,4],"texture":"#texture"},"north":{"uv":[8.5,3.5,6.5,4],"texture":"#texture"},"south":{"uv":[6.5,3.5,8.5,4],"texture":"#texture"},"west":{"uv":[6.5,3.5,7,4],"texture":"#texture"},"east":{"uv":[8.5,3.5,8,4],"texture":"#texture"}}},{"from":[6.5,8,6.5],"to":[9,8.5,9.5],"faces":{"down":{"uv":[6.5,8,9,7.5],"texture":"#texture"},"up":{"uv":[6.5,7.5,9,8],"texture":"#texture"},"north":{"uv":[9,7.5,6.5,8],"texture":"#texture"},"south":{"uv":[6.5,7.5,9,8],"texture":"#texture"},"west":{"uv":[6.5,7.5,7,8],"texture":"#texture"},"east":{"uv":[9,7.5,8.5,8],"texture":"#texture"}}},{"from":[7,7,6.5],"to":[8.5,8,9.5],"faces":{"down":{"uv":[7,9,8.5,8.5],"texture":"#texture"},"up":{"uv":[7,8,8.5,8.5],"texture":"#texture"},"north":{"uv":[8.5,8,7,9],"texture":"#texture"},"south":{"uv":[7,8,8.5,9],"texture":"#texture"},"west":{"uv":[7,8,7.5,9],"texture":"#texture"},"east":{"uv":[8.5,8,8,9],"texture":"#texture"}}},{"from":[7.5,6.5,6.5],"to":[8,7,9.5],"faces":{"down":{"uv":[7.5,9.5,8,9],"texture":"#texture"},"up":{"uv":[7.5,9,8,9.5],"texture":"#texture"},"north":{"uv":[8,9,7.5,9.5],"texture":"#texture"},"south":{"uv":[7.5,9,8,9.5],"texture":"#texture"},"west":{"uv":[7.5,9,8,9.5],"texture":"#texture"},"east":{"uv":[8,9,7.5,9.5],"texture":"#texture"}}},{"from":[5.5,8.5,7],"to":[10,12,9],"faces":{"down":{"uv":[5.5,7.5,10,7],"texture":"#texture"},"up":{"uv":[5.5,4,10,4.5],"texture":"#texture"},"north":{"uv":[10,4,5.5,7.5],"texture":"#texture"},"south":{"uv":[5.5,4,10,7.5],"texture":"#texture"},"west":{"uv":[5.5,4,6,7.5],"texture":"#texture"},"east":{"uv":[10,4,9.5,7.5],"texture":"#texture"}}},{"from":[6,12,7],"to":[9.5,12.5,9],"faces":{"down":{"uv":[6,4,9.5,3.5],"texture":"#texture"},"up":{"uv":[6,3.5,9.5,4],"texture":"#texture"},"north":{"uv":[9.5,3.5,6,4],"texture":"#texture"},"south":{"uv":[6,3.5,9.5,4],"texture":"#texture"},"west":{"uv":[6,3.5,6.5,4],"texture":"#texture"},"east":{"uv":[9.5,3.5,9,4],"texture":"#texture"}}},{"from":[6,8,7],"to":[9.5,8.5,9],"faces":{"down":{"uv":[6,8,9.5,7.5],"texture":"#texture"},"up":{"uv":[6,7.5,9.5,8],"texture":"#texture"},"north":{"uv":[9.5,7.5,6,8],"texture":"#texture"},"south":{"uv":[6,7.5,9.5,8],"texture":"#texture"},"west":{"uv":[6,7.5,6.5,8],"texture":"#texture"},"east":{"uv":[9.5,7.5,9,8],"texture":"#texture"}}},{"from":[6.5,12.5,7],"to":[8.5,13,9],"faces":{"down":{"uv":[6.5,3.5,8.5,3],"texture":"#texture"},"up":{"uv":[6.5,3,8.5,3.5],"texture":"#texture"},"north":{"uv":[8.5,3,6.5,3.5],"texture":"#texture"},"south":{"uv":[6.5,3,8.5,3.5],"texture":"#texture"},"west":{"uv":[6.5,3,7,3.5],"texture":"#texture"},"east":{"uv":[8.5,3,8,3.5],"texture":"#texture"}}},{"from":[6.5,7,7],"to":[9,8,9],"faces":{"down":{"uv":[6.5,9,9,8.5],"texture":"#texture"},"up":{"uv":[6.5,8,9,8.5],"texture":"#texture"},"north":{"uv":[9,8,6.5,9],"texture":"#texture"},"south":{"uv":[6.5,8,9,9],"texture":"#texture"},"west":{"uv":[6.5,8,7,9],"texture":"#texture"},"east":{"uv":[9,8,8.5,9],"texture":"#texture"}}},{"from":[7,6.5,7],"to":[8.5,7,9],"faces":{"down":{"uv":[7,9.5,8.5,9],"texture":"#texture"},"up":{"uv":[7,9,8.5,9.5],"texture":"#texture"},"north":{"uv":[8.5,9,7,9.5],"texture":"#texture"},"south":{"uv":[7,9,8.5,9.5],"texture":"#texture"},"west":{"uv":[7,9,7.5,9.5],"texture":"#texture"},"east":{"uv":[8.5,9,8,9.5],"texture":"#texture"}}},{"from":[7,3.5,7],"to":[7.5,4.5,9],"faces":{"down":{"uv":[7,12.5,7.5,12],"texture":"#texture"},"up":{"uv":[7,11.5,7.5,12],"texture":"#texture"},"north":{"uv":[7.5,11.5,7,12.5],"texture":"#texture"},"south":{"uv":[7,11.5,7.5,12.5],"texture":"#texture"},"west":{"uv":[7,11.5,7.5,12.5],"texture":"#texture"},"east":{"uv":[7.5,11.5,7,12.5],"texture":"#texture"}}},{"from":[7.5,5.5,7],"to":[8,6.5,9],"faces":{"down":{"uv":[7.5,10.5,8,10],"texture":"#texture"},"up":{"uv":[7.5,9.5,8,10],"texture":"#texture"},"north":{"uv":[8,9.5,7.5,10.5],"texture":"#texture"},"south":{"uv":[7.5,9.5,8,10.5],"texture":"#texture"},"west":{"uv":[7.5,9.5,8,10.5],"texture":"#texture"},"east":{"uv":[8,9.5,7.5,10.5],"texture":"#texture"}}},{"from":[7.5,4,7],"to":[8.5,5,9],"faces":{"down":{"uv":[7.5,12,8.5,11.5],"texture":"#texture"},"up":{"uv":[7.5,11,8.5,11.5],"texture":"#texture"},"north":{"uv":[8.5,11,7.5,12],"texture":"#texture"},"south":{"uv":[7.5,11,8.5,12],"texture":"#texture"},"west":{"uv":[7.5,11,8,12],"texture":"#texture"},"east":{"uv":[8.5,11,8,12],"texture":"#texture"}}},{"from":[8,3.5,7],"to":[9,4,9],"faces":{"down":{"uv":[8,12.5,9,12],"texture":"#texture"},"up":{"uv":[8,12,9,12.5],"texture":"#texture"},"north":{"uv":[9,12,8,12.5],"texture":"#texture"},"south":{"uv":[8,12,9,12.5],"texture":"#texture"},"west":{"uv":[8,12,8.5,12.5],"texture":"#texture"},"east":{"uv":[9,12,8.5,12.5],"texture":"#texture"}}},{"from":[8.5,4,7],"to":[9,4.5,9],"faces":{"down":{"uv":[8.5,12,9,11.5],"texture":"#texture"},"up":{"uv":[8.5,11.5,9,12],"texture":"#texture"},"north":{"uv":[9,11.5,8.5,12],"texture":"#texture"},"south":{"uv":[8.5,11.5,9,12],"texture":"#texture"},"west":{"uv":[8.5,11.5,9,12],"texture":"#texture"},"east":{"uv":[9,11.5,8.5,12],"texture":"#texture"}}},{"from":[5,8.5,7.5],"to":[10.5,12,8.5],"faces":{"down":{"uv":[5,7.5,10.5,7],"texture":"#texture"},"up":{"uv":[5,4,10.5,4.5],"texture":"#texture"},"north":{"uv":[10.5,4,5,7.5],"texture":"#texture"},"south":{"uv":[5,4,10.5,7.5],"texture":"#texture"},"west":{"uv":[5,4,5.5,7.5],"texture":"#texture"},"east":{"uv":[10.5,4,10,7.5],"texture":"#texture"}}},{"from":[5.5,12,7.5],"to":[10,13,8.5],"faces":{"down":{"uv":[5.5,4,10,3.5],"texture":"#texture"},"up":{"uv":[5.5,3,10,3.5],"texture":"#texture"},"north":{"uv":[10,3,5.5,4],"texture":"#texture"},"south":{"uv":[5.5,3,10,4],"texture":"#texture"},"west":{"uv":[5.5,3,6,4],"texture":"#texture"},"east":{"uv":[10,3,9.5,4],"texture":"#texture"}}},{"from":[5.5,8,7.5],"to":[10,8.5,8.5],"faces":{"down":{"uv":[5.5,8,10,7.5],"texture":"#texture"},"up":{"uv":[5.5,7.5,10,8],"texture":"#texture"},"north":{"uv":[10,7.5,5.5,8],"texture":"#texture"},"south":{"uv":[5.5,7.5,10,8],"texture":"#texture"},"west":{"uv":[5.5,7.5,6,8],"texture":"#texture"},"east":{"uv":[10,7.5,9.5,8],"texture":"#texture"}}},{"from":[6,7,7.5],"to":[9.5,8,8.5],"faces":{"down":{"uv":[6,9,9.5,8.5],"texture":"#texture"},"up":{"uv":[6,8,9.5,8.5],"texture":"#texture"},"north":{"uv":[9.5,8,6,9],"texture":"#texture"},"south":{"uv":[6,8,9.5,9],"texture":"#texture"},"west":{"uv":[6,8,6.5,9],"texture":"#texture"},"east":{"uv":[9.5,8,9,9],"texture":"#texture"}}},{"from":[6.5,13,7.5],"to":[8.5,13.5,8.5],"faces":{"down":{"uv":[6.5,3,8.5,2.5],"texture":"#texture"},"up":{"uv":[6.5,2.5,8.5,3],"texture":"#texture"},"north":{"uv":[8.5,2.5,6.5,3],"texture":"#texture"},"south":{"uv":[6.5,2.5,8.5,3],"texture":"#texture"},"west":{"uv":[6.5,2.5,7,3],"texture":"#texture"},"east":{"uv":[8.5,2.5,8,3],"texture":"#texture"}}},{"from":[6.5,6.5,7.5],"to":[9,7,8.5],"faces":{"down":{"uv":[6.5,9.5,9,9],"texture":"#texture"},"up":{"uv":[6.5,9,9,9.5],"texture":"#texture"},"north":{"uv":[9,9,6.5,9.5],"texture":"#texture"},"south":{"uv":[6.5,9,9,9.5],"texture":"#texture"},"west":{"uv":[6.5,9,7,9.5],"texture":"#texture"},"east":{"uv":[9,9,8.5,9.5],"texture":"#texture"}}},{"from":[6.5,3.5,7.5],"to":[9.5,4.5,8.5],"faces":{"down":{"uv":[6.5,12.5,9.5,12],"texture":"#texture"},"up":{"uv":[6.5,11.5,9.5,12],"texture":"#texture"},"north":{"uv":[9.5,11.5,6.5,12.5],"texture":"#texture"},"south":{"uv":[6.5,11.5,9.5,12.5],"texture":"#texture"},"west":{"uv":[6.5,11.5,7,12.5],"texture":"#texture"},"east":{"uv":[9.5,11.5,9,12.5],"texture":"#texture"}}},{"from":[7,5.5,7.5],"to":[8.5,6.5,8.5],"faces":{"down":{"uv":[7,10.5,8.5,10],"texture":"#texture"},"up":{"uv":[7,9.5,8.5,10],"texture":"#texture"},"north":{"uv":[8.5,9.5,7,10.5],"texture":"#texture"},"south":{"uv":[7,9.5,8.5,10.5],"texture":"#texture"},"west":{"uv":[7,9.5,7.5,10.5],"texture":"#texture"},"east":{"uv":[8.5,9.5,8,10.5],"texture":"#texture"}}},{"from":[7,4.5,7.5],"to":[9,5,8.5],"faces":{"down":{"uv":[7,11.5,9,11],"texture":"#texture"},"up":{"uv":[7,11,9,11.5],"texture":"#texture"},"north":{"uv":[9,11,7,11.5],"texture":"#texture"},"south":{"uv":[7,11,9,11.5],"texture":"#texture"},"west":{"uv":[7,11,7.5,11.5],"texture":"#texture"},"east":{"uv":[9,11,8.5,11.5],"texture":"#texture"}}},{"from":[7,3,7.5],"to":[9,3.5,8.5],"faces":{"down":{"uv":[7,13,9,12.5],"texture":"#texture"},"up":{"uv":[7,12.5,9,13],"texture":"#texture"},"north":{"uv":[9,12.5,7,13],"texture":"#texture"},"south":{"uv":[7,12.5,9,13],"texture":"#texture"},"west":{"uv":[7,12.5,7.5,13],"texture":"#texture"},"east":{"uv":[9,12.5,8.5,13],"texture":"#texture"}}},{"from":[7.5,5,7.5],"to":[8.5,5.5,8.5],"faces":{"down":{"uv":[7.5,11,8.5,10.5],"texture":"#texture"},"up":{"uv":[7.5,10.5,8.5,11],"texture":"#texture"},"north":{"uv":[8.5,10.5,7.5,11],"texture":"#texture"},"south":{"uv":[7.5,10.5,8.5,11],"texture":"#texture"},"west":{"uv":[7.5,10.5,8,11],"texture":"#texture"},"east":{"uv":[8.5,10.5,8,11],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[0,44,0],"translation":[0,3.02,0],"scale":[1,1,1]},"thirdperson_lefthand":{"rotation":[0,-44,0],"translation":[0,3.02,0],"scale":[1,1,1]},"firstperson_righthand":{"rotation":[0,-60,0],"translation":[0,3.78,1.51],"scale":[1,1,1]},"firstperson_lefthand":{"rotation":[0,-60,0],"translation":[0,3.21,0.38],"scale":[1,1,1]},"gui":{"rotation":[0,0,-45],"translation":[0,0,0],"scale":[1,1,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/corrupted_dagger.json b/assets/minecraft/models/item/wynn/skin/dagger/corrupted_dagger.json new file mode 100644 index 000000000..c8c94b50e --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/corrupted_dagger.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/corrupted/corrupted_dagger","1":"skins/corrupted/corrupted_pulse","particle":"skins/corrupted/corrupted_dagger"},"elements":[{"from":[6.99,4.89,7.49],"to":[9.01,11.91,8.51],"rotation":{"angle":0,"axis":"y","origin":[8,0.9,8]},"faces":{"north":{"uv":[2.5,3.5,3,5.25],"texture":"#0"},"east":{"uv":[2.25,3.5,2.5,5.25],"texture":"#0"},"south":{"uv":[3.25,3.5,3.75,5.25],"texture":"#0"},"west":{"uv":[3,3.5,3.25,5.25],"texture":"#0"},"up":{"uv":[3,3.5,2.5,3.25],"texture":"#0"},"down":{"uv":[3.5,3.25,3,3.5],"texture":"#0"}}},{"from":[6.5,4,6.5],"to":[9.5,5,9.5],"rotation":{"angle":45,"axis":"y","origin":[8,4.5,8]},"faces":{"north":{"uv":[3.25,2,4,2.25],"texture":"#0"},"east":{"uv":[2.5,2,3.25,2.25],"texture":"#0"},"south":{"uv":[4.75,2,5.5,2.25],"texture":"#0"},"west":{"uv":[4,2,4.75,2.25],"texture":"#0"},"up":{"uv":[4,2,3.25,1.25],"texture":"#0"},"down":{"uv":[4.75,1.25,4,2],"texture":"#0"}}},{"from":[7,-6,7],"to":[9,4,9],"rotation":{"angle":45,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[0.5,0.5,0,3],"texture":"#0"},"east":{"uv":[0,0.5,0.5,3],"texture":"#0"},"south":{"uv":[0.5,0.5,0,3],"texture":"#0"},"west":{"uv":[0,0.5,0.5,3],"texture":"#0"},"up":{"uv":[0.5,0.5,0,0],"texture":"#0"},"down":{"uv":[0.5,0,0,0.5],"texture":"#0"}}},{"from":[6.5,-9.70711,7.5],"to":[9.5,-6.70711,8.5],"rotation":{"angle":45,"axis":"z","origin":[8,-8.20711,8]},"faces":{"north":{"uv":[7,0.25,7.75,1],"texture":"#0"},"east":{"uv":[6.75,0.25,7,1],"texture":"#0"},"south":{"uv":[8,0.25,8.75,1],"texture":"#0"},"west":{"uv":[7.75,0.25,8,1],"texture":"#0"},"up":{"uv":[7.75,0.25,7,0],"texture":"#0"},"down":{"uv":[8.5,0,7.75,0.25],"texture":"#0"}}},{"from":[7.5,-9.70711,6.5],"to":[8.5,-6.70711,9.5],"rotation":{"angle":45,"axis":"x","origin":[8,-8.20711,8]},"faces":{"north":{"uv":[0.75,3,1,3.75],"texture":"#0"},"east":{"uv":[0,3,0.75,3.75],"texture":"#0"},"south":{"uv":[1.75,3,2,3.75],"texture":"#0"},"west":{"uv":[1,3,1.75,3.75],"texture":"#0"},"up":{"uv":[1,3,0.75,2.25],"texture":"#0"},"down":{"uv":[1.25,2.25,1,3],"texture":"#0"}}},{"from":[6.5,-7,6.5],"to":[9.5,-6,9.5],"rotation":{"angle":45,"axis":"y","origin":[8,-6.5,8]},"faces":{"north":{"uv":[4.25,0.75,5,1],"texture":"#0"},"east":{"uv":[3.5,0.75,4.25,1],"texture":"#0"},"south":{"uv":[5.75,0.75,6.5,1],"texture":"#0"},"west":{"uv":[5,0.75,5.75,1],"texture":"#0"},"up":{"uv":[5,0.75,4.25,0],"texture":"#0"},"down":{"uv":[5.75,0,5,0.75],"texture":"#0"}}},{"from":[7.49,4.89,6.99],"to":[8.51,11.91,9.01],"rotation":{"angle":0,"axis":"y","origin":[8,0.9,8]},"faces":{"north":{"uv":[0.5,4.5,0.75,6.25],"texture":"#0"},"east":{"uv":[0,4.5,0.5,6.25],"texture":"#0"},"south":{"uv":[1.25,4.5,1.5,6.25],"texture":"#0"},"west":{"uv":[0.75,4.5,1.25,6.25],"texture":"#0"},"up":{"uv":[0.75,4.5,0.5,4],"texture":"#0"},"down":{"uv":[1,4,0.75,4.5],"texture":"#0"}}},{"from":[7.5,13.9,7],"to":[8.5,19.9,9],"rotation":{"angle":0,"axis":"y","origin":[8,16.9,8]},"faces":{"north":{"uv":[10.25,4.5,10.5,6],"texture":"#0"},"east":{"uv":[9.75,4.5,10.25,6],"texture":"#0"},"south":{"uv":[11,4.5,11.25,6],"texture":"#0"},"west":{"uv":[10.5,4.5,11,6],"texture":"#0"},"up":{"uv":[10.5,4.5,10.25,4],"texture":"#0"},"down":{"uv":[10.75,4,10.5,4.5],"texture":"#0"}}},{"from":[7,13.9,7.5],"to":[9,19.9,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,16.9,8]},"faces":{"north":{"uv":[10.5,4.5,11,6],"texture":"#0"},"east":{"uv":[10.25,4.5,10.5,6],"texture":"#0"},"south":{"uv":[9.75,4.5,10.25,6],"texture":"#0"},"west":{"uv":[11,4.5,11.25,6],"texture":"#0"},"up":{"uv":[10.5,4.5,10.25,4],"rotation":90,"texture":"#0"},"down":{"uv":[10.75,4,10.5,4.5],"rotation":270,"texture":"#0"}}},{"from":[7.74632,5.47716,7.5],"to":[11.74632,8.47716,8.5],"rotation":{"angle":45,"axis":"z","origin":[8,6.97348,8]},"faces":{"north":{"uv":[1,0.25,2,1],"texture":"#0"},"east":{"uv":[0.75,0.25,1,1],"texture":"#0"},"south":{"uv":[2.25,0.25,3.25,1],"texture":"#0"},"west":{"uv":[2,0.25,2.25,1],"texture":"#0"},"up":{"uv":[2,0.25,1,0],"texture":"#0"},"down":{"uv":[3,0,2,0.25],"texture":"#0"}}},{"from":[6.74632,4.47715,7.5],"to":[9.74632,5.47715,8.5],"rotation":{"angle":45,"axis":"z","origin":[8,6.97348,8]},"faces":{"north":{"uv":[3.25,2.75,2.5,3],"texture":"#0"},"east":{"uv":[3.5,2.75,3.25,3],"texture":"#0"},"south":{"uv":[4.25,2.75,3.5,3],"texture":"#0"},"west":{"uv":[2.5,2.75,2.25,3],"texture":"#0"},"up":{"uv":[2.5,2.75,3.25,2.5],"texture":"#0"},"down":{"uv":[3.25,2.5,4,2.75],"texture":"#0"}}},{"from":[4.25368,5.47716,7.5],"to":[8.25368,8.47716,8.5],"rotation":{"angle":-45,"axis":"z","origin":[8,6.97348,8]},"faces":{"north":{"uv":[2,0.25,1,1],"texture":"#0"},"east":{"uv":[2.25,0.25,2,1],"texture":"#0"},"south":{"uv":[3.25,0.25,2.25,1],"texture":"#0"},"west":{"uv":[1,0.25,0.75,1],"texture":"#0"},"up":{"uv":[1,0.25,2,0],"texture":"#0"},"down":{"uv":[2,0,3,0.25],"texture":"#0"}}},{"from":[6.25368,4.47715,7.5],"to":[9.25368,5.47715,8.5],"rotation":{"angle":-45,"axis":"z","origin":[8,6.97348,8]},"faces":{"north":{"uv":[2.5,2.75,3.25,3],"texture":"#0"},"east":{"uv":[2.25,2.75,2.5,3],"texture":"#0"},"south":{"uv":[3.5,2.75,4.25,3],"texture":"#0"},"west":{"uv":[3.25,2.75,3.5,3],"texture":"#0"},"up":{"uv":[3.25,2.75,2.5,2.5],"texture":"#0"},"down":{"uv":[4,2.5,3.25,2.75],"texture":"#0"}}},{"from":[7.5,4.47715,6.74632],"to":[8.5,5.47715,9.74632],"rotation":{"angle":-45,"axis":"x","origin":[8,6.97348,8]},"faces":{"north":{"uv":[2.5,2.75,2.25,3],"texture":"#0"},"east":{"uv":[3.25,2.75,2.5,3],"texture":"#0"},"south":{"uv":[3.5,2.75,3.25,3],"texture":"#0"},"west":{"uv":[4.25,2.75,3.5,3],"texture":"#0"},"up":{"uv":[2.5,2.75,3.25,2.5],"rotation":90,"texture":"#0"},"down":{"uv":[3.25,2.5,4,2.75],"rotation":270,"texture":"#0"}}},{"from":[7.5,5.47716,7.74632],"to":[8.5,8.47716,11.74632],"rotation":{"angle":-45,"axis":"x","origin":[8,6.97348,8]},"faces":{"north":{"uv":[2,0.25,2.25,1],"texture":"#0"},"east":{"uv":[1,0.25,2,1],"texture":"#0"},"south":{"uv":[0.75,0.25,1,1],"texture":"#0"},"west":{"uv":[2.25,0.25,3.25,1],"texture":"#0"},"up":{"uv":[2,0.25,1,0],"rotation":90,"texture":"#0"},"down":{"uv":[3,0,2,0.25],"rotation":270,"texture":"#0"}}},{"from":[7.5,5.47716,4.25368],"to":[8.5,8.47716,8.25368],"rotation":{"angle":45,"axis":"x","origin":[8,6.97348,8]},"faces":{"north":{"uv":[1,0.25,0.75,1],"texture":"#0"},"east":{"uv":[2,0.25,1,1],"texture":"#0"},"south":{"uv":[2.25,0.25,2,1],"texture":"#0"},"west":{"uv":[3.25,0.25,2.25,1],"texture":"#0"},"up":{"uv":[1,0.25,2,0],"rotation":90,"texture":"#0"},"down":{"uv":[2,0,3,0.25],"rotation":270,"texture":"#0"}}},{"from":[7.5,4.47715,6.25368],"to":[8.5,5.47715,9.25368],"rotation":{"angle":45,"axis":"x","origin":[8,6.97348,8]},"faces":{"north":{"uv":[3.25,2.75,3.5,3],"texture":"#0"},"east":{"uv":[2.5,2.75,3.25,3],"texture":"#0"},"south":{"uv":[2.25,2.75,2.5,3],"texture":"#0"},"west":{"uv":[3.5,2.75,4.25,3],"texture":"#0"},"up":{"uv":[3.25,2.75,2.5,2.5],"rotation":90,"texture":"#0"},"down":{"uv":[4,2.5,3.25,2.75],"rotation":270,"texture":"#0"}}},{"from":[6,10,6],"to":[10,14,10],"rotation":{"angle":45,"axis":"x","origin":[8,12,8]},"faces":{"north":{"uv":[13,1,14,2],"texture":"#0"},"east":{"uv":[12,1,13,2],"texture":"#0"},"south":{"uv":[15,1,16,2],"texture":"#0"},"west":{"uv":[14,1,15,2],"texture":"#0"},"up":{"uv":[14,1,13,0],"texture":"#0"},"down":{"uv":[15,0,14,1],"texture":"#0"}}},{"from":[5.99,9.99,5.99],"to":[10.01,14.01,10.01],"rotation":{"angle":0,"axis":"y","origin":[8,12,8]},"faces":{"north":{"uv":[13,5.5,14,6.5],"texture":"#0"},"east":{"uv":[12,5.5,13,6.5],"texture":"#0"},"south":{"uv":[15,5.5,16,6.5],"texture":"#0"},"west":{"uv":[14,5.5,15,6.5],"texture":"#0"},"up":{"uv":[14,5.5,13,4.5],"texture":"#0"},"down":{"uv":[15,4.5,14,5.5],"texture":"#0"}}},{"from":[6,10,6],"to":[10,14,10],"rotation":{"angle":45,"axis":"z","origin":[8,12,8]},"faces":{"north":{"uv":[13,7.75,14,8.75],"texture":"#0"},"east":{"uv":[12,7.75,13,8.75],"texture":"#0"},"south":{"uv":[15,7.75,16,8.75],"texture":"#0"},"west":{"uv":[14,7.75,15,8.75],"texture":"#0"},"up":{"uv":[14,7.75,13,6.75],"texture":"#0"},"down":{"uv":[15,6.75,14,7.75],"texture":"#0"}}},{"from":[6,10,6],"to":[10,14,10],"rotation":{"angle":45,"axis":"y","origin":[8,12,8]},"faces":{"north":{"uv":[13,3.25,14,4.25],"texture":"#0"},"east":{"uv":[12,3.25,13,4.25],"texture":"#0"},"south":{"uv":[15,3.25,16,4.25],"texture":"#0"},"west":{"uv":[14,3.25,15,4.25],"texture":"#0"},"up":{"uv":[14,3.25,13,2.25],"texture":"#0"},"down":{"uv":[15,2.25,14,3.25],"texture":"#0"}}},{"from":[7.51,10.26,10.01],"to":[8.49,14.24,11.99],"rotation":{"angle":0,"axis":"y","origin":[8,13.98791,8]},"faces":{"north":{"uv":[6.25,2.25,6.5,3.25],"texture":"#0"},"east":{"uv":[5.75,2.25,6.25,3.25],"texture":"#0"},"south":{"uv":[7,2.25,7.25,3.25],"texture":"#0"},"west":{"uv":[6.5,2.25,7,3.25],"texture":"#0"},"up":{"uv":[6.5,2.25,6.25,1.75],"texture":"#0"},"down":{"uv":[6.75,1.75,6.5,2.25],"texture":"#0"}}},{"from":[7.5,8.53059,8.19954],"to":[8.5,11.33059,10.99954],"rotation":{"angle":-45,"axis":"x","origin":[8,13.98791,8]},"faces":{"north":{"uv":[5.25,4.5,5.5,5.25],"texture":"#0"},"east":{"uv":[4.5,4.5,5.25,5.25],"texture":"#0"},"south":{"uv":[6.25,4.5,6.5,5.25],"texture":"#0"},"west":{"uv":[5.5,4.5,6.25,5.25],"texture":"#0"},"up":{"uv":[5.5,4.5,5.25,3.75],"texture":"#0"},"down":{"uv":[5.75,3.75,5.5,4.5],"texture":"#0"}}},{"from":[7.49,10.08388,11.84964],"to":[8.51,15.90388,12.86964],"rotation":{"angle":-22.5,"axis":"x","origin":[8,13.98791,8]},"faces":{"north":{"uv":[7,5.75,7.25,7.25],"texture":"#0"},"east":{"uv":[6.75,5.75,7,7.25],"texture":"#0"},"south":{"uv":[7.5,5.75,7.75,7.25],"texture":"#0"},"west":{"uv":[7.25,5.75,7.5,7.25],"texture":"#0"},"up":{"uv":[7.25,5.75,7,5.5],"texture":"#0"},"down":{"uv":[7.5,5.5,7.25,5.75],"texture":"#0"}}},{"from":[7.5,14.22582,10.83646],"to":[8.5,17.22582,12.33646],"rotation":{"angle":0,"axis":"y","origin":[8,13.98791,8]},"faces":{"north":{"uv":[8.875,6,9.125,6.75],"texture":"#0"},"east":{"uv":[8.5,6,8.875,6.75],"texture":"#0"},"south":{"uv":[9.5,6,9.75,6.75],"texture":"#0"},"west":{"uv":[9.125,6,9.5,6.75],"texture":"#0"},"up":{"uv":[9.125,6,8.875,5.625],"texture":"#0"},"down":{"uv":[9.375,5.625,9.125,6],"texture":"#0"}}},{"from":[7.51,10.26,4.01],"to":[8.49,14.24,5.99],"rotation":{"angle":0,"axis":"y","origin":[8,13.98791,8]},"faces":{"north":{"uv":[7.25,2.25,7,3.25],"texture":"#0"},"east":{"uv":[6.25,2.25,5.75,3.25],"texture":"#0"},"south":{"uv":[6.5,2.25,6.25,3.25],"texture":"#0"},"west":{"uv":[7,2.25,6.5,3.25],"texture":"#0"},"up":{"uv":[6.5,1.75,6.25,2.25],"texture":"#0"},"down":{"uv":[6.75,2.25,6.5,1.75],"texture":"#0"}}},{"from":[7.5,8.53059,5.00046],"to":[8.5,11.33059,7.80046],"rotation":{"angle":45,"axis":"x","origin":[8,13.98791,8]},"faces":{"north":{"uv":[6.5,4.5,6.25,5.25],"texture":"#0"},"east":{"uv":[5.25,4.5,4.5,5.25],"texture":"#0"},"south":{"uv":[5.5,4.5,5.25,5.25],"texture":"#0"},"west":{"uv":[6.25,4.5,5.5,5.25],"texture":"#0"},"up":{"uv":[5.5,3.75,5.25,4.5],"texture":"#0"},"down":{"uv":[5.75,4.5,5.5,3.75],"texture":"#0"}}},{"from":[7.49,10.08388,3.13036],"to":[8.51,15.90388,4.15036],"rotation":{"angle":22.5,"axis":"x","origin":[8,13.98791,8]},"faces":{"north":{"uv":[7.75,5.75,7.5,7.25],"texture":"#0"},"east":{"uv":[7,5.75,6.75,7.25],"texture":"#0"},"south":{"uv":[7.25,5.75,7,7.25],"texture":"#0"},"west":{"uv":[7.5,5.75,7.25,7.25],"texture":"#0"},"up":{"uv":[7.25,5.5,7,5.75],"texture":"#0"},"down":{"uv":[7.5,5.75,7.25,5.5],"texture":"#0"}}},{"from":[7.5,14.22582,3.66354],"to":[8.5,17.22582,5.16354],"rotation":{"angle":0,"axis":"y","origin":[8,13.98791,8]},"faces":{"north":{"uv":[9.75,6,9.5,6.75],"texture":"#0"},"east":{"uv":[8.875,6,8.5,6.75],"texture":"#0"},"south":{"uv":[9.125,6,8.875,6.75],"texture":"#0"},"west":{"uv":[9.5,6,9.125,6.75],"texture":"#0"},"up":{"uv":[9.125,5.625,8.875,6],"texture":"#0"},"down":{"uv":[9.375,6,9.125,5.625],"texture":"#0"}}},{"from":[4.01,10.26,7.51],"to":[5.99,14.24,8.49],"rotation":{"angle":0,"axis":"y","origin":[8,13.98791,8]},"faces":{"north":{"uv":[6.5,2.25,7,3.25],"texture":"#0"},"east":{"uv":[6.25,2.25,6.5,3.25],"texture":"#0"},"south":{"uv":[5.75,2.25,6.25,3.25],"texture":"#0"},"west":{"uv":[7,2.25,7.25,3.25],"texture":"#0"},"up":{"uv":[6.5,2.25,6.25,1.75],"rotation":90,"texture":"#0"},"down":{"uv":[6.75,1.75,6.5,2.25],"rotation":270,"texture":"#0"}}},{"from":[5.00046,8.53059,7.5],"to":[7.80046,11.33059,8.5],"rotation":{"angle":-45,"axis":"z","origin":[8,13.98791,8]},"faces":{"north":{"uv":[5.5,4.5,6.25,5.25],"texture":"#0"},"east":{"uv":[5.25,4.5,5.5,5.25],"texture":"#0"},"south":{"uv":[4.5,4.5,5.25,5.25],"texture":"#0"},"west":{"uv":[6.25,4.5,6.5,5.25],"texture":"#0"},"up":{"uv":[5.5,4.5,5.25,3.75],"rotation":90,"texture":"#0"},"down":{"uv":[5.75,3.75,5.5,4.5],"rotation":270,"texture":"#0"}}},{"from":[3.13036,10.08388,7.49],"to":[4.15036,15.90388,8.51],"rotation":{"angle":-22.5,"axis":"z","origin":[8,13.98791,8]},"faces":{"north":{"uv":[7.25,5.75,7.5,7.25],"texture":"#0"},"east":{"uv":[7,5.75,7.25,7.25],"texture":"#0"},"south":{"uv":[6.75,5.75,7,7.25],"texture":"#0"},"west":{"uv":[7.5,5.75,7.75,7.25],"texture":"#0"},"up":{"uv":[7.25,5.75,7,5.5],"rotation":90,"texture":"#0"},"down":{"uv":[7.5,5.5,7.25,5.75],"rotation":270,"texture":"#0"}}},{"from":[3.66354,14.22582,7.5],"to":[5.16354,17.22582,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,13.98791,8]},"faces":{"north":{"uv":[9.125,6,9.5,6.75],"texture":"#0"},"east":{"uv":[8.875,6,9.125,6.75],"texture":"#0"},"south":{"uv":[8.5,6,8.875,6.75],"texture":"#0"},"west":{"uv":[9.5,6,9.75,6.75],"texture":"#0"},"up":{"uv":[9.125,6,8.875,5.625],"rotation":90,"texture":"#0"},"down":{"uv":[9.375,5.625,9.125,6],"rotation":270,"texture":"#0"}}},{"from":[10.83646,14.22582,7.5],"to":[12.33646,17.22582,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,13.98791,8]},"faces":{"north":{"uv":[9.5,6,9.125,6.75],"texture":"#0"},"east":{"uv":[9.75,6,9.5,6.75],"texture":"#0"},"south":{"uv":[8.875,6,8.5,6.75],"texture":"#0"},"west":{"uv":[9.125,6,8.875,6.75],"texture":"#0"},"up":{"uv":[9.125,5.625,8.875,6],"rotation":90,"texture":"#0"},"down":{"uv":[9.375,6,9.125,5.625],"rotation":270,"texture":"#0"}}},{"from":[11.84964,10.08388,7.49],"to":[12.86964,15.90388,8.51],"rotation":{"angle":22.5,"axis":"z","origin":[8,13.98791,8]},"faces":{"north":{"uv":[7.5,5.75,7.25,7.25],"texture":"#0"},"east":{"uv":[7.75,5.75,7.5,7.25],"texture":"#0"},"south":{"uv":[7,5.75,6.75,7.25],"texture":"#0"},"west":{"uv":[7.25,5.75,7,7.25],"texture":"#0"},"up":{"uv":[7.25,5.5,7,5.75],"rotation":90,"texture":"#0"},"down":{"uv":[7.5,5.75,7.25,5.5],"rotation":270,"texture":"#0"}}},{"from":[6.38036,16.08388,7.49],"to":[7.40036,19.90388,8.51],"rotation":{"angle":-22.5,"axis":"z","origin":[11.25,17.98791,8]},"faces":{"north":{"uv":[6,5.75,6.25,6.75],"texture":"#0"},"east":{"uv":[5.75,5.75,6,6.75],"texture":"#0"},"south":{"uv":[5.5,5.75,5.75,6.75],"texture":"#0"},"west":{"uv":[6.25,5.75,6.5,6.75],"texture":"#0"},"up":{"uv":[6,5.75,5.75,5.5],"rotation":90,"texture":"#0"},"down":{"uv":[6.25,5.5,6,5.75],"rotation":270,"texture":"#0"}}},{"from":[8.59964,16.08388,7.49],"to":[9.61964,19.90388,8.51],"rotation":{"angle":22.5,"axis":"z","origin":[4.75,17.98791,8]},"faces":{"north":{"uv":[6.25,5.75,6,6.75],"texture":"#0"},"east":{"uv":[6.5,5.75,6.25,6.75],"texture":"#0"},"south":{"uv":[5.75,5.75,5.5,6.75],"texture":"#0"},"west":{"uv":[6,5.75,5.75,6.75],"texture":"#0"},"up":{"uv":[6,5.5,5.75,5.75],"rotation":90,"texture":"#0"},"down":{"uv":[6.25,5.75,6,5.5],"rotation":270,"texture":"#0"}}},{"from":[7.49,16.08388,8.59964],"to":[8.51,19.90388,9.61964],"rotation":{"angle":-22.5,"axis":"x","origin":[8,17.98791,4.75]},"faces":{"north":{"uv":[5.75,5.75,6,6.75],"texture":"#0"},"east":{"uv":[5.5,5.75,5.75,6.75],"texture":"#0"},"south":{"uv":[6.25,5.75,6.5,6.75],"texture":"#0"},"west":{"uv":[6,5.75,6.25,6.75],"texture":"#0"},"up":{"uv":[6,5.75,5.75,5.5],"texture":"#0"},"down":{"uv":[6.25,5.5,6,5.75],"texture":"#0"}}},{"from":[7.49,16.08388,6.38036],"to":[8.51,19.90388,7.40036],"rotation":{"angle":22.5,"axis":"x","origin":[8,17.98791,11.25]},"faces":{"north":{"uv":[6.5,5.75,6.25,6.75],"texture":"#0"},"east":{"uv":[5.75,5.75,5.5,6.75],"texture":"#0"},"south":{"uv":[6,5.75,5.75,6.75],"texture":"#0"},"west":{"uv":[6.25,5.75,6,6.75],"texture":"#0"},"up":{"uv":[6,5.5,5.75,5.75],"texture":"#0"},"down":{"uv":[6.25,5.75,6,5.5],"texture":"#0"}}},{"from":[8.19954,8.53059,7.5],"to":[10.99954,11.33059,8.5],"rotation":{"angle":45,"axis":"z","origin":[8,13.98791,8]},"faces":{"north":{"uv":[6.25,4.5,5.5,5.25],"texture":"#0"},"east":{"uv":[6.5,4.5,6.25,5.25],"texture":"#0"},"south":{"uv":[5.25,4.5,4.5,5.25],"texture":"#0"},"west":{"uv":[5.5,4.5,5.25,5.25],"texture":"#0"},"up":{"uv":[5.5,3.75,5.25,4.5],"rotation":90,"texture":"#0"},"down":{"uv":[5.75,4.5,5.5,3.75],"rotation":270,"texture":"#0"}}},{"from":[10.01,10.26,7.51],"to":[11.99,14.24,8.49],"rotation":{"angle":0,"axis":"y","origin":[8,13.98791,8]},"faces":{"north":{"uv":[7,2.25,6.5,3.25],"texture":"#0"},"east":{"uv":[7.25,2.25,7,3.25],"texture":"#0"},"south":{"uv":[6.25,2.25,5.75,3.25],"texture":"#0"},"west":{"uv":[6.5,2.25,6.25,3.25],"texture":"#0"},"up":{"uv":[6.5,1.75,6.25,2.25],"rotation":90,"texture":"#0"},"down":{"uv":[6.75,2.25,6.5,1.75],"rotation":270,"texture":"#0"}}},{"from":[1,12,1],"to":[15,12,15],"rotation":{"angle":0,"axis":"y","origin":[8,12,8]},"faces":{"up":{"uv":[15,1,1,15],"rotation":180,"texture":"#1"},"down":{"uv":[1,1,15,15],"texture":"#1"}}},{"from":[1,5,8],"to":[15,19,8],"rotation":{"angle":-45,"axis":"y","origin":[8,12,8]},"faces":{"north":{"uv":[15,1,1,15],"texture":"#1"},"south":{"uv":[1,1,15,15],"texture":"#1"}}},{"from":[1,5,8],"to":[15,19,8],"rotation":{"angle":45,"axis":"y","origin":[8,12,8]},"faces":{"north":{"uv":[15,1,1,15],"texture":"#1"},"south":{"uv":[1,1,15,15],"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[5,0,5],"translation":[-2,6,3]},"thirdperson_lefthand":{"rotation":[5,0,5],"translation":[-2,6,3]},"firstperson_righthand":{"rotation":[10,20,0],"translation":[7,1,-7]},"firstperson_lefthand":{"rotation":[10,20,0],"translation":[7,1,-7]},"gui":{"rotation":[-20,160,30],"translation":[0.5,1.5,0],"scale":[0.53,0.53,0.53]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/cosmic_dagger.json b/assets/minecraft/models/item/wynn/skin/dagger/cosmic_dagger.json new file mode 100644 index 000000000..5feb8fa2e --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/cosmic_dagger.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/space_gradient","1":"skins/gradient_set","particle":"skins/air_swirl2"},"elements":[{"from":[7.2,-11.05,7.2],"to":[8.8,-2.7,8.8],"rotation":{"angle":0,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[13.5,11.75,14.25,16],"texture":"#1"},"east":{"uv":[13.5,11.75,14.25,16],"texture":"#1"},"south":{"uv":[13.5,11.75,14.25,16],"texture":"#1"},"west":{"uv":[13.5,11.75,14.25,16],"texture":"#1"},"up":{"uv":[14,14.5,14.75,15.25],"texture":"#1"},"down":{"uv":[14,14.5,14.75,15.25],"texture":"#1"}}},{"from":[5.46909,-3.48507,7.36544],"to":[5.96909,-2.73507,8.36544],"rotation":{"angle":-22.5,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[15,10.5,15.5,11],"texture":"#0"},"east":{"uv":[15,10.5,15.5,11],"texture":"#0"},"south":{"uv":[15,10.5,15.5,11],"texture":"#0"},"west":{"uv":[15,10.5,15.5,11],"texture":"#0"},"up":{"uv":[15,10.5,15.5,11],"texture":"#0"},"down":{"uv":[15,10.5,15.5,11],"texture":"#0"}}},{"from":[10.0132,-3.49957,7.48025],"to":[10.5332,-2.72957,8.50025],"rotation":{"angle":0,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[16,10,15.5,10.5],"texture":"#0"},"east":{"uv":[16,10,15.5,10.5],"texture":"#0"},"south":{"uv":[16,10,15.5,10.5],"texture":"#0"},"west":{"uv":[16,10,15.5,10.5],"texture":"#0"},"up":{"uv":[16,10,15.5,10.5],"texture":"#0"},"down":{"uv":[16,10,15.5,10.5],"texture":"#0"}}},{"from":[5.48977,-3.50946,7.4897],"to":[6.00977,-2.73946,8.5097],"rotation":{"angle":0,"axis":"y","origin":[7.63646,-5.2001,8.00691]},"faces":{"north":{"uv":[16,10,15.5,10.5],"rotation":180,"texture":"#0"},"east":{"uv":[16,10,15.5,10.5],"rotation":180,"texture":"#0"},"south":{"uv":[16,10,15.5,10.5],"rotation":180,"texture":"#0"},"west":{"uv":[16,10,15.5,10.5],"rotation":180,"texture":"#0"},"up":{"uv":[16,10,15.5,10.5],"rotation":180,"texture":"#0"},"down":{"uv":[16,10,15.5,10.5],"rotation":180,"texture":"#0"}}},{"from":[10.0232,-2.85202,7.59689],"to":[10.5232,-1.85202,8.34689],"rotation":{"angle":0,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[15.5,10,16,11],"rotation":180,"texture":"#0"},"east":{"uv":[15.5,10,16,11],"rotation":180,"texture":"#0"},"south":{"uv":[15.5,10,16,11],"rotation":180,"texture":"#0"},"west":{"uv":[15.5,10,16,11],"rotation":180,"texture":"#0"},"up":{"uv":[15.5,10,16,11],"rotation":180,"texture":"#0"},"down":{"uv":[15.5,10,16,11],"rotation":180,"texture":"#0"}}},{"from":[7.51649,-3.49576,10.00672],"to":[8.51649,-2.74576,10.50672],"rotation":{"angle":0,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[12.5,9,13,9.5],"rotation":270,"texture":"#0"},"east":{"uv":[12.5,9,13,9.5],"rotation":270,"texture":"#0"},"south":{"uv":[12.5,9,13,9.5],"rotation":270,"texture":"#0"},"west":{"uv":[12.5,9,13,9.5],"rotation":270,"texture":"#0"},"up":{"uv":[12.5,9,13,9.5],"rotation":270,"texture":"#0"},"down":{"uv":[12.5,9,13,9.5],"rotation":270,"texture":"#0"}}},{"from":[7.51649,-0.33554,7.60308],"to":[8.51649,24.66446,8.35308],"rotation":{"angle":0,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[8,8.5,16,9],"rotation":90,"texture":"#1"},"east":{"uv":[8,8.75,16,9.25],"rotation":90,"texture":"#1"},"south":{"uv":[8,9,16,9.5],"rotation":90,"texture":"#1"},"west":{"uv":[8,8.75,16,9.25],"rotation":90,"texture":"#1"},"up":{"uv":[8,9,8.5,9.5],"rotation":90,"texture":"#1"},"down":{"uv":[13.75,9,14.25,9.5],"rotation":90,"texture":"#1"}}},{"from":[7.61649,24.66446,7.75],"to":[8.36649,30.66446,8.25],"rotation":{"angle":0,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[8,9.25,11,9.5],"rotation":90,"texture":"#1"},"east":{"uv":[8,9.25,11,9.5],"rotation":90,"texture":"#1"},"south":{"uv":[8,9.25,11,9.5],"rotation":90,"texture":"#1"},"west":{"uv":[8,9.25,11,9.5],"rotation":90,"texture":"#1"},"up":{"uv":[8,9,8.5,9.25],"rotation":90,"texture":"#1"},"down":{"uv":[8,9.25,11,9.5],"rotation":90,"texture":"#1"}}},{"from":[7.50671,-3.48533,5.48352],"to":[8.50671,-2.73533,5.98352],"rotation":{"angle":0,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[12.5,9,13,9.5],"rotation":90,"texture":"#0"},"east":{"uv":[12.5,9,13,9.5],"rotation":90,"texture":"#0"},"south":{"uv":[12.5,9,13,9.5],"rotation":90,"texture":"#0"},"west":{"uv":[12.5,9,13,9.5],"rotation":90,"texture":"#0"},"up":{"uv":[12.5,9,13,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[12.5,9,13,9.5],"rotation":90,"texture":"#0"}}},{"from":[5.39753,-3.50028,7.74961],"to":[5.89753,-2.75028,8.74961],"rotation":{"angle":45,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[14.5,9.5,15,10],"texture":"#0"},"east":{"uv":[14.5,9.5,15,10],"texture":"#0"},"south":{"uv":[14.5,9.5,15,10],"texture":"#0"},"west":{"uv":[14.5,9.5,15,10],"texture":"#0"},"up":{"uv":[14.5,9.5,15,10],"texture":"#0"},"down":{"uv":[14.5,9.5,15,10],"texture":"#0"}}},{"from":[7.5247,-0.0975,7.70775],"to":[8.3247,0.7025,8.25775],"rotation":{"angle":22.5,"axis":"z","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[9.5,12.5,10.5,13.5],"rotation":90,"texture":"#0"},"east":{"uv":[9.5,12.5,10.5,13.5],"rotation":90,"texture":"#0"},"south":{"uv":[9.5,12.5,10.5,13.5],"rotation":90,"texture":"#0"},"west":{"uv":[9.5,12.5,10.5,13.5],"rotation":90,"texture":"#0"},"up":{"uv":[9.5,12.5,10.5,13.5],"rotation":90,"texture":"#0"},"down":{"uv":[9.5,12.5,10.5,13.5],"rotation":90,"texture":"#0"}}},{"from":[9.92295,-3.48985,7.7394],"to":[10.42295,-2.73985,8.7394],"rotation":{"angle":45,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[14.5,9.5,15,10],"texture":"#0"},"east":{"uv":[14.5,9.5,15,10],"texture":"#0"},"south":{"uv":[14.5,9.5,15,10],"texture":"#0"},"west":{"uv":[14.5,9.5,15,10],"texture":"#0"},"up":{"uv":[14.5,9.5,15,10],"texture":"#0"},"down":{"uv":[14.5,9.5,15,10],"texture":"#0"}}},{"from":[7.41536,-3.49604,10.25722],"to":[8.41536,-2.74604,10.75722],"rotation":{"angle":45,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[14.5,9.5,15,10],"texture":"#0"},"east":{"uv":[14.5,9.5,15,10],"texture":"#0"},"south":{"uv":[14.5,9.5,15,10],"texture":"#0"},"west":{"uv":[14.5,9.5,15,10],"texture":"#0"},"up":{"uv":[14.5,9.5,15,10],"texture":"#0"},"down":{"uv":[14.5,9.5,15,10],"texture":"#0"}}},{"from":[5.40335,-0.91844,7.60336],"to":[6.40335,0.08156,8.35336],"rotation":{"angle":-45,"axis":"z","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[14.5,9,15.5,10],"rotation":90,"texture":"#0"},"east":{"uv":[15,9,15.5,10],"texture":"#0"},"south":{"uv":[14.5,9,15.5,10],"texture":"#0"},"west":{"uv":[14.5,9,15,10],"texture":"#0"},"up":{"uv":[14.5,9,15,10],"texture":"#0"},"down":{"uv":[14.5,9,15.5,10],"texture":"#0"}}},{"from":[7.65333,0.16899,7.70375],"to":[8.45333,0.96899,8.25375],"rotation":{"angle":-22.5,"axis":"z","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[9.5,12.5,10.5,13.5],"rotation":90,"texture":"#0"},"east":{"uv":[9.5,12.5,10.5,13],"rotation":90,"texture":"#0"},"south":{"uv":[9.5,12.5,10.5,13.5],"rotation":90,"texture":"#0"},"west":{"uv":[9.5,12.5,10.5,13],"rotation":90,"texture":"#0"},"up":{"uv":[9.5,12.5,10.5,13.5],"rotation":90,"texture":"#0"},"down":{"uv":[9.5,12.5,10.5,13.5],"rotation":90,"texture":"#0"}}},{"from":[10.04887,0.19672,7.80463],"to":[10.64887,1.79672,8.15463],"rotation":{"angle":0,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[8,13,9.6,13.6],"rotation":90,"texture":"#0"},"east":{"uv":[8,13,9.6,13.35],"rotation":90,"texture":"#0"},"south":{"uv":[8,13,9.6,13.6],"rotation":90,"texture":"#0"},"west":{"uv":[8,13,9.6,13.35],"rotation":90,"texture":"#0"},"up":{"uv":[8,13,8.35,13.6],"rotation":90,"texture":"#0"},"down":{"uv":[8,13,8.35,13.6],"rotation":90,"texture":"#0"}}},{"from":[12.50573,0.12952,7.81466],"to":[13.08573,2.70952,8.14466],"rotation":{"angle":22.5,"axis":"z","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[8,13,10.6,13.5],"rotation":270,"texture":"#0"},"east":{"uv":[8,13,10.6,13.5],"rotation":270,"texture":"#0"},"south":{"uv":[8,13,10.6,13.5],"rotation":270,"texture":"#0"},"west":{"uv":[8,13,10.6,13.5],"rotation":270,"texture":"#0"},"up":{"uv":[8,13,10.6,13.5],"rotation":270,"texture":"#0"},"down":{"uv":[8,13,10.6,13.5],"rotation":270,"texture":"#0"}}},{"from":[2.13111,2.24007,7.81457],"to":[2.73111,4.84007,8.16457],"rotation":{"angle":-22.5,"axis":"z","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[4,14,6.5,14.5],"rotation":270,"texture":"#0"},"east":{"uv":[4,14,6.5,14.5],"rotation":270,"texture":"#0"},"south":{"uv":[4,14,6.5,14.5],"rotation":270,"texture":"#0"},"west":{"uv":[4,14,6.5,14.5],"rotation":270,"texture":"#0"},"up":{"uv":[7,14,7.35,14.5],"rotation":270,"texture":"#0"},"down":{"uv":[4,14,4.35,14.5],"rotation":270,"texture":"#0"}}},{"from":[9.0991,3.96735,7.80695],"to":[9.6991,14.56735,8.15695],"rotation":{"angle":0,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[0,13.5,10,14],"rotation":90,"texture":"#0"},"east":{"uv":[0,13.5,10,14],"rotation":90,"texture":"#0"},"south":{"uv":[0,13.5,10,14],"rotation":90,"texture":"#0"},"west":{"uv":[0,13.5,10,14],"rotation":90,"texture":"#0"},"up":{"uv":[0,13.5,0.35,14],"rotation":90,"texture":"#0"},"down":{"uv":[0,13.5,10,14],"rotation":90,"texture":"#0"}}},{"from":[16.49685,12.2825,7.81757],"to":[17.09685,12.8825,8.16757],"rotation":{"angle":22.5,"axis":"z","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[0,12.5,0.5,13],"rotation":90,"texture":"#0"},"east":{"uv":[0,12.5,0.5,13],"rotation":90,"texture":"#0"},"south":{"uv":[0,12.5,0.5,13],"rotation":90,"texture":"#0"},"west":{"uv":[0,12.5,0.5,13],"rotation":90,"texture":"#0"},"up":{"uv":[0,12.5,0.5,13],"rotation":90,"texture":"#0"},"down":{"uv":[0,12.5,0.5,13],"rotation":90,"texture":"#0"}}},{"from":[6.34509,5.96266,7.81425],"to":[6.94509,9.56266,8.16425],"rotation":{"angle":0,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[6,14,9.5,14.5],"rotation":270,"texture":"#0"},"east":{"uv":[6,14,9.5,14.5],"rotation":270,"texture":"#0"},"south":{"uv":[6,14,9.5,14.5],"rotation":270,"texture":"#0"},"west":{"uv":[6,14,9.5,14.5],"rotation":270,"texture":"#0"},"up":{"uv":[6,14,6.35,14.5],"rotation":270,"texture":"#0"},"down":{"uv":[6,14,6.35,14.5],"rotation":270,"texture":"#0"}}},{"from":[0.80029,7.93703,7.81315],"to":[1.40029,8.53703,8.16315],"rotation":{"angle":-22.5,"axis":"z","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[9,14,9.5,14.5],"rotation":270,"texture":"#0"},"east":{"uv":[9,14,9.5,14.5],"rotation":270,"texture":"#0"},"south":{"uv":[9,14,9.5,14.5],"rotation":270,"texture":"#0"},"west":{"uv":[9,14,9.5,14.5],"rotation":270,"texture":"#0"},"up":{"uv":[9,14,9.5,14.5],"rotation":270,"texture":"#0"},"down":{"uv":[9,14,9.5,14.5],"rotation":270,"texture":"#0"}}},{"from":[5.39887,0.19672,7.80463],"to":[5.99887,3.79672,8.15463],"rotation":{"angle":0,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[3,13.5,6.6,14],"rotation":90,"texture":"#0"},"east":{"uv":[3,13.5,6.6,14],"rotation":90,"texture":"#0"},"south":{"uv":[3,13.5,6.6,14],"rotation":90,"texture":"#0"},"west":{"uv":[3,13.5,6.6,14],"rotation":90,"texture":"#0"},"up":{"uv":[3,13.5,6.6,14],"rotation":90,"texture":"#0"},"down":{"uv":[3,13.5,6.6,14],"rotation":90,"texture":"#0"}}},{"from":[7.40513,-3.48561,5.7318],"to":[8.40513,-2.73561,6.2318],"rotation":{"angle":45,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[14.5,9.5,15,10],"texture":"#0"},"east":{"uv":[14.5,9.5,15,10],"texture":"#0"},"south":{"uv":[14.5,9.5,15,10],"texture":"#0"},"west":{"uv":[14.5,9.5,15,10],"texture":"#0"},"up":{"uv":[14.5,9.5,15,10],"texture":"#0"},"down":{"uv":[14.5,9.5,15,10],"texture":"#0"}}},{"from":[5.472,-3.49946,7.63483],"to":[5.972,-2.74946,8.63483],"rotation":{"angle":22.5,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[15,10.5,15.5,11],"texture":"#0"},"east":{"uv":[15,10.5,15.5,11],"texture":"#0"},"south":{"uv":[15,10.5,15.5,11],"texture":"#0"},"west":{"uv":[15,10.5,15.5,11],"texture":"#0"},"up":{"uv":[15,10.5,15.5,11],"texture":"#0"},"down":{"uv":[15,10.5,15.5,11],"texture":"#0"}}},{"from":[9.99945,-3.48903,7.62496],"to":[10.49945,-2.73903,8.62496],"rotation":{"angle":22.5,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[15,10.5,15.5,11],"texture":"#0"},"east":{"uv":[15,10.5,15.5,11],"texture":"#0"},"south":{"uv":[15,10.5,15.5,11],"texture":"#0"},"west":{"uv":[15,10.5,15.5,11],"texture":"#0"},"up":{"uv":[15,10.5,15.5,11],"texture":"#0"},"down":{"uv":[15,10.5,15.5,11],"texture":"#0"}}},{"from":[7.49067,-3.49522,10.14363],"to":[8.49067,-2.74522,10.64363],"rotation":{"angle":22.5,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[13.5,8.5,14,9],"texture":"#0"},"east":{"uv":[13.5,8.5,14,9],"texture":"#0"},"south":{"uv":[13.5,8.5,14,9],"texture":"#0"},"west":{"uv":[13.5,8.5,14,9],"texture":"#0"},"up":{"uv":[13.5,8.5,14,9],"texture":"#0"},"down":{"uv":[13.5,8.5,14,9],"texture":"#0"}}},{"from":[6.40178,-0.41523,7.60254],"to":[7.40178,0.08477,8.35254],"rotation":{"angle":-22.5,"axis":"z","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[13.5,8.5,14.5,9],"rotation":180,"texture":"#0"},"east":{"uv":[13.5,8.5,14.5,9],"rotation":180,"texture":"#0"},"south":{"uv":[13.5,8.5,14.5,9],"texture":"#0"},"west":{"uv":[13.5,8.5,14.5,9],"rotation":180,"texture":"#0"},"up":{"uv":[13.5,8.5,14.5,9],"texture":"#0"},"down":{"uv":[13.5,8.5,14.5,9],"texture":"#0"}}},{"from":[7.48078,-3.48479,5.61616],"to":[8.48078,-2.73479,6.11616],"rotation":{"angle":22.5,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[13.5,8.5,14,9],"texture":"#0"},"east":{"uv":[13.5,8.5,14,9],"texture":"#0"},"south":{"uv":[13.5,8.5,14,9],"texture":"#0"},"west":{"uv":[13.5,8.5,14,9],"texture":"#0"},"up":{"uv":[13.5,8.5,14,9],"texture":"#0"},"down":{"uv":[13.5,8.5,14,9],"texture":"#0"}}},{"from":[7.48865,-3.49974,9.87554],"to":[8.48865,-2.74974,10.37554],"rotation":{"angle":-22.5,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[13.5,8.5,14,9],"texture":"#0"},"east":{"uv":[13.5,8.5,14,9],"texture":"#0"},"south":{"uv":[13.5,8.5,14,9],"texture":"#0"},"west":{"uv":[13.5,8.5,14,9],"texture":"#0"},"up":{"uv":[13.5,8.5,14,9],"texture":"#0"},"down":{"uv":[13.5,8.5,14,9],"texture":"#0"}}},{"from":[7.47921,-3.48931,5.34588],"to":[8.47921,-2.73931,5.84588],"rotation":{"angle":-22.5,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[13.5,8.5,14,9],"texture":"#0"},"east":{"uv":[13.5,8.5,14,9],"texture":"#0"},"south":{"uv":[13.5,8.5,14,9],"texture":"#0"},"west":{"uv":[13.5,8.5,14,9],"texture":"#0"},"up":{"uv":[13.5,8.5,14,9],"texture":"#0"},"down":{"uv":[13.5,8.5,14,9],"texture":"#0"}}},{"from":[9.99878,-3.4955,7.35598],"to":[10.49878,-2.7455,8.35598],"rotation":{"angle":-22.5,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[15,10.5,15.5,11],"texture":"#0"},"east":{"uv":[15,10.5,15.5,11],"texture":"#0"},"south":{"uv":[15,10.5,15.5,11],"texture":"#0"},"west":{"uv":[15,10.5,15.5,11],"texture":"#0"},"up":{"uv":[15,10.5,15.5,11],"texture":"#0"},"down":{"uv":[15,10.5,15.5,11],"texture":"#0"}}},{"from":[11.08767,-3.20288,7.60282],"to":[11.58767,-2.20288,8.35282],"rotation":{"angle":22.5,"axis":"z","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[15,9.5,16,10],"rotation":90,"texture":"#0"},"east":{"uv":[15,9.5,16,10],"rotation":90,"texture":"#0"},"south":{"uv":[15,9.5,16,10],"rotation":90,"texture":"#0"},"west":{"uv":[15,9.5,16,10],"rotation":90,"texture":"#0"},"up":{"uv":[15,9.5,16,10],"rotation":90,"texture":"#0"},"down":{"uv":[15,9.5,16,10],"rotation":90,"texture":"#0"}}},{"from":[8.64822,-0.41523,7.60254],"to":[9.64822,0.08477,8.35254],"rotation":{"angle":22.5,"axis":"z","origin":[8.39011,-5.19021,7.99746]},"faces":{"north":{"uv":[14.5,8.5,13.5,9],"rotation":180,"texture":"#0"},"east":{"uv":[14.5,8.5,13.5,9],"rotation":180,"texture":"#0"},"south":{"uv":[14.5,8.5,13.5,9],"texture":"#0"},"west":{"uv":[14.5,8.5,13.5,9],"rotation":180,"texture":"#0"},"up":{"uv":[14.5,8.5,13.5,9],"texture":"#0"},"down":{"uv":[14.5,8.5,13.5,9],"texture":"#0"}}},{"from":[9.64665,-0.91844,7.60336],"to":[10.64665,0.08156,8.35336],"rotation":{"angle":45,"axis":"z","origin":[8.39011,-5.19021,7.99746]},"faces":{"north":{"uv":[14.5,10,15.5,9],"rotation":90,"texture":"#0"},"east":{"uv":[15,9,14.5,10],"texture":"#0"},"south":{"uv":[15.5,9,14.5,10],"texture":"#0"},"west":{"uv":[15.5,9,15,10],"texture":"#0"},"up":{"uv":[15,9,14.5,10],"texture":"#0"},"down":{"uv":[15.5,9,14.5,10],"texture":"#0"}}},{"from":[4.46233,-3.20288,7.60282],"to":[4.96233,-2.20288,8.35282],"rotation":{"angle":-22.5,"axis":"z","origin":[8.39011,-5.19021,7.99746]},"faces":{"north":{"uv":[15,10,16,9.5],"rotation":90,"texture":"#0"},"east":{"uv":[15,10,16,9.5],"rotation":90,"texture":"#0"},"south":{"uv":[15,10,16,9.5],"rotation":90,"texture":"#0"},"west":{"uv":[15,10,16,9.5],"rotation":90,"texture":"#0"},"up":{"uv":[15,10,16,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[15,10,16,9.5],"rotation":90,"texture":"#0"}}},{"from":[5.5268,-2.85202,7.59689],"to":[6.0268,-1.85202,8.34689],"rotation":{"angle":0,"axis":"y","origin":[8.39011,-5.19021,7.99746]},"faces":{"north":{"uv":[16,10,15.5,11],"rotation":180,"texture":"#0"},"east":{"uv":[16,10,15.5,11],"rotation":180,"texture":"#0"},"south":{"uv":[16,10,15.5,11],"rotation":180,"texture":"#0"},"west":{"uv":[16,10,15.5,11],"rotation":180,"texture":"#0"},"up":{"uv":[16,10,15.5,11],"rotation":180,"texture":"#0"},"down":{"uv":[16,10,15.5,11],"rotation":180,"texture":"#0"}}},{"from":[4.21582,-5.99078,7.11339],"to":[4.71582,-4.99078,8.61339],"rotation":{"angle":-22.5,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[2,6,3,6.5],"rotation":90,"texture":"#0"},"east":{"uv":[2,6,3,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[2,6,3,6.5],"rotation":90,"texture":"#0"},"west":{"uv":[2,6,3,7.5],"rotation":90,"texture":"#0"},"up":{"uv":[0,4.5,1.5,5],"rotation":90,"texture":"#0"},"down":{"uv":[2,6,3.5,6.5],"rotation":90,"texture":"#0"}}},{"from":[4.25,-6,7.25],"to":[4.75,-5,8.75],"rotation":{"angle":0,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[2,6,3,6.5],"rotation":90,"texture":"#0"},"east":{"uv":[2,6,3,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[2,6,3,6.5],"rotation":90,"texture":"#0"},"west":{"uv":[2,6,3,7.5],"rotation":90,"texture":"#0"},"up":{"uv":[2,6,3.5,6.5],"rotation":90,"texture":"#0"},"down":{"uv":[2,4.5,3.5,5],"rotation":90,"texture":"#0"}}},{"from":[4.43673,-6.31921,7.2498],"to":[4.93673,-4.81921,8.7498],"rotation":{"angle":-22.5,"axis":"z","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[12.5,8,14,8.5],"rotation":270,"texture":"#0"},"east":{"uv":[12.5,8,14,9.5],"rotation":270,"texture":"#0"},"south":{"uv":[12.5,8,14,8.5],"rotation":270,"texture":"#0"},"west":{"uv":[12.5,8,14,9.5],"rotation":270,"texture":"#0"},"up":{"uv":[12.5,8,14,8.5],"rotation":270,"texture":"#0"},"down":{"uv":[12.5,8,14,8.5],"rotation":270,"texture":"#0"}}},{"from":[4.54223,-6.08067,7.2508],"to":[5.04023,-4.88267,8.7488],"rotation":{"angle":-45,"axis":"z","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[12.5,9.5,13.698,9.998],"rotation":270,"texture":"#0"},"east":{"uv":[13.5,9.5,14.698,10.998],"rotation":270,"texture":"#0"},"south":{"uv":[13.5,9.5,14.698,9.998],"rotation":270,"texture":"#0"},"west":{"uv":[13.5,9.5,14.698,10.998],"rotation":270,"texture":"#0"},"up":{"uv":[13.5,9.5,14.998,9.998],"rotation":270,"texture":"#0"},"down":{"uv":[13.5,9.5,14.998,9.998],"rotation":270,"texture":"#0"}}},{"from":[10.31174,-3.35849,7.34819],"to":[11.31174,-2.85849,8.64819],"rotation":{"angle":0,"axis":"y","origin":[7.40989,-4.84021,7.99746]},"faces":{"north":{"uv":[14.5,9.5,15,10],"texture":"#0"},"east":{"uv":[14.5,9.5,15,10],"texture":"#0"},"south":{"uv":[14.5,9.5,15,10],"texture":"#0"},"west":{"uv":[14.5,9.5,15,10],"texture":"#0"},"up":{"uv":[14.5,9.5,15,10],"texture":"#0"},"down":{"uv":[14.5,9.5,15,10],"texture":"#0"}}},{"from":[11.58205,-4.96295,7.4464],"to":[12.58205,-4.46295,8.5464],"rotation":{"angle":22.5,"axis":"z","origin":[7.40989,-4.84021,7.99746]},"faces":{"north":{"uv":[13.5,8.5,14,9],"texture":"#0"},"east":{"uv":[13.5,8.5,14,9],"texture":"#0"},"south":{"uv":[13.5,8.5,14,9],"texture":"#0"},"west":{"uv":[13.5,8.5,14,9],"texture":"#0"},"up":{"uv":[13.5,8.5,14,9],"texture":"#0"},"down":{"uv":[13.5,8.5,14,9],"texture":"#0"}}},{"from":[12.14165,-6.9314,7.54521],"to":[13.14165,-6.4314,8.44521],"rotation":{"angle":45,"axis":"z","origin":[7.40989,-4.84021,7.99746]},"faces":{"north":{"uv":[12.5,9,13,9.5],"texture":"#0"},"east":{"uv":[12.5,9,13,9.5],"texture":"#0"},"south":{"uv":[12.5,9,13,9.5],"texture":"#0"},"west":{"uv":[12.5,9,13,9.5],"texture":"#0"},"up":{"uv":[12.5,9,13,9.5],"texture":"#0"},"down":{"uv":[12.5,9,13,9.5],"texture":"#0"}}},{"from":[11.03383,-0.34472,7.64481],"to":[11.53383,0.65528,8.34481],"rotation":{"angle":-22.5,"axis":"z","origin":[7.40989,-4.84021,7.99746]},"faces":{"north":{"uv":[12.5,8.5,13,9],"rotation":270,"texture":"#0"},"east":{"uv":[12.5,8.5,13,9],"rotation":270,"texture":"#0"},"south":{"uv":[12.5,8.5,13,9],"rotation":270,"texture":"#0"},"west":{"uv":[12.5,8.5,13,9],"rotation":270,"texture":"#0"},"up":{"uv":[12.5,8.5,13,9],"rotation":270,"texture":"#0"},"down":{"uv":[12.5,8.5,13,9],"rotation":270,"texture":"#0"}}},{"from":[12.82142,-1.34093,7.74526],"to":[13.32142,-0.34093,8.24526],"rotation":{"angle":0,"axis":"y","origin":[7.40989,-4.84021,7.99746]},"faces":{"north":{"uv":[12.5,8,13,8.5],"rotation":270,"texture":"#0"},"east":{"uv":[12.5,8,13,8.5],"rotation":270,"texture":"#0"},"south":{"uv":[12.5,8,13,8.5],"rotation":270,"texture":"#0"},"west":{"uv":[12.5,8,13,8.5],"rotation":270,"texture":"#0"},"up":{"uv":[12.5,8,13,8.5],"rotation":270,"texture":"#0"},"down":{"uv":[12.5,8,13,8.5],"rotation":270,"texture":"#0"}}},{"from":[4.13731,-5.9889,6.99914],"to":[4.63731,-4.9889,8.49914],"rotation":{"angle":-45,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[0,6,1,6.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,6,1,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[0,6,1,6.5],"rotation":90,"texture":"#0"},"west":{"uv":[0,7.5,1,6],"rotation":90,"texture":"#0"},"up":{"uv":[1,3.5,2.5,4],"rotation":90,"texture":"#0"},"down":{"uv":[0,6,1.5,6.5],"rotation":90,"texture":"#0"}}},{"from":[7.23328,-5.98764,4.35647],"to":[8.73328,-4.98764,4.85647],"rotation":{"angle":22.5,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[0,4.5,1,6],"rotation":90,"texture":"#0"},"east":{"uv":[0,4.5,1,5],"rotation":90,"texture":"#0"},"south":{"uv":[0,6,1,4.5],"rotation":90,"texture":"#0"},"west":{"uv":[0,4.5,1,5],"rotation":90,"texture":"#0"},"up":{"uv":[0,4.5,0.5,6],"rotation":90,"texture":"#0"},"down":{"uv":[0.5,4.5,1,6],"rotation":270,"texture":"#0"}}},{"from":[7.25776,-5.98482,4.2205],"to":[8.75776,-4.98482,4.7205],"rotation":{"angle":0,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[2,6,3,7.5],"rotation":90,"texture":"#0"},"east":{"uv":[2,6,3,6.5],"rotation":90,"texture":"#0"},"south":{"uv":[2,6,3,7.5],"rotation":90,"texture":"#0"},"west":{"uv":[2,6,3,6.5],"rotation":90,"texture":"#0"},"up":{"uv":[2,6,2.5,7.5],"rotation":90,"texture":"#0"},"down":{"uv":[2.5,6,3,7.5],"rotation":90,"texture":"#0"}}},{"from":[7.22725,-5.99197,4.08016],"to":[8.72725,-4.99197,4.58016],"rotation":{"angle":-22.5,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[3.5,2.5,5,3.5],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,2.5,4,3.5],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,3.5,5,2.5],"texture":"#0"},"west":{"uv":[3.5,2.5,4,3.5],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,3,5,3.5],"texture":"#0"},"down":{"uv":[3.5,2.5,5,3],"texture":"#0"}}},{"from":[4.21628,-8.99127,7.11104],"to":[4.71628,-7.99127,8.61104],"rotation":{"angle":-22.5,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[5.5,3.5,6.5,4],"rotation":90,"texture":"#0"},"east":{"uv":[5.5,3.5,6.5,5],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,3.5,6.5,4],"rotation":90,"texture":"#0"},"west":{"uv":[5.5,3.5,6.5,5],"rotation":90,"texture":"#0"},"up":{"uv":[5.5,3.5,6,5],"rotation":180,"texture":"#0"},"down":{"uv":[14.5,9,16,9.5],"rotation":90,"texture":"#0"}}},{"from":[4.13685,-8.99315,6.99679],"to":[4.63685,-7.99315,8.49679],"rotation":{"angle":-45,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[12.5,8.5,13.5,9],"rotation":90,"texture":"#0"},"east":{"uv":[14,8.5,13,10],"rotation":270,"texture":"#0"},"south":{"uv":[12.5,8.5,13.5,9],"rotation":90,"texture":"#0"},"west":{"uv":[13.5,8,14.5,9.5],"rotation":90,"texture":"#0"},"up":{"uv":[12.5,8.5,14,9],"rotation":270,"texture":"#0"},"down":{"uv":[13.5,8.5,15,9],"rotation":90,"texture":"#0"}}},{"from":[7.23527,-8.99441,4.35514],"to":[8.73527,-7.99441,4.85514],"rotation":{"angle":22.5,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[14.5,7.5,15.5,9],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,7.5,15.5,8],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,9,15.5,7.5],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,7.5,15.5,8],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,7.5,15,9],"rotation":270,"texture":"#0"},"down":{"uv":[15,7.5,15.5,9],"rotation":90,"texture":"#0"}}},{"from":[7.25909,-8.99723,4.21851],"to":[8.75909,-7.99723,4.71851],"rotation":{"angle":0,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[14.5,8,15.5,9.5],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,8,15.5,8.5],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,8,15.5,9.5],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,8,15.5,8.5],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,8,15,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[14.5,8,15,9.5],"rotation":90,"texture":"#0"}}},{"from":[7.25909,-8.99723,11.28149],"to":[8.75909,-7.99723,11.78149],"rotation":{"angle":0,"axis":"y","origin":[7.65989,-5.19021,8.00254]},"faces":{"north":{"uv":[14.5,9.5,15.5,8],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,8.5,15.5,8],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,9.5,15.5,8],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,8.5,15.5,8],"rotation":90,"texture":"#0"},"up":{"uv":[15,8,14.5,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[15,8,14.5,9.5],"rotation":90,"texture":"#0"}}},{"from":[7.22871,-8.98908,4.07881],"to":[8.72671,-7.99108,4.57681],"rotation":{"angle":-22.5,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[14.5,8.5,16,9.5],"texture":"#0"},"east":{"uv":[14.5,8.5,15,9.5],"texture":"#0"},"south":{"uv":[14.5,8.5,16,9.5],"texture":"#0"},"west":{"uv":[14.5,8.5,15,9.5],"texture":"#0"},"up":{"uv":[14.5,8.5,16,9],"texture":"#0"},"down":{"uv":[14.5,8.5,16,9],"texture":"#0"}}},{"from":[4.21388,-5.99078,7.38622],"to":[4.71388,-4.99078,8.88622],"rotation":{"angle":22.5,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[2,6.5,3,6],"rotation":90,"texture":"#0"},"east":{"uv":[2,7.5,3,6],"rotation":90,"texture":"#0"},"south":{"uv":[2,6.5,3,6],"rotation":90,"texture":"#0"},"west":{"uv":[2,7.5,3,6],"rotation":90,"texture":"#0"},"up":{"uv":[1.5,4.5,0,5],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,6,2,6.5],"rotation":90,"texture":"#0"}}},{"from":[4.13372,-5.9889,7.49938],"to":[4.63372,-4.9889,8.99938],"rotation":{"angle":45,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[0,6.5,1,6],"rotation":90,"texture":"#0"},"east":{"uv":[0,7.5,1,6],"rotation":90,"texture":"#0"},"south":{"uv":[0,6.5,1,6],"rotation":90,"texture":"#0"},"west":{"uv":[0,6,1,7.5],"rotation":90,"texture":"#0"},"up":{"uv":[2.5,3.5,1,4],"rotation":90,"texture":"#0"},"down":{"uv":[1.5,6,0,6.5],"rotation":90,"texture":"#0"}}},{"from":[7.23522,-5.98764,11.14314],"to":[8.73522,-4.98764,11.64314],"rotation":{"angle":-22.5,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[0,4.5,1,6],"rotation":90,"texture":"#0"},"east":{"uv":[0,5,1,4.5],"rotation":90,"texture":"#0"},"south":{"uv":[0,6,1,4.5],"rotation":90,"texture":"#0"},"west":{"uv":[0,5,1,4.5],"rotation":90,"texture":"#0"},"up":{"uv":[0.5,4.5,0,6],"rotation":90,"texture":"#0"},"down":{"uv":[1,4.5,0.5,6],"rotation":270,"texture":"#0"}}},{"from":[7.25776,-5.98482,11.2795],"to":[8.75776,-4.98482,11.7795],"rotation":{"angle":0,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[2,7.5,3,6],"rotation":90,"texture":"#0"},"east":{"uv":[2,6.5,3,6],"rotation":90,"texture":"#0"},"south":{"uv":[2,7.5,3,6],"rotation":90,"texture":"#0"},"west":{"uv":[2,6.5,3,6],"rotation":90,"texture":"#0"},"up":{"uv":[2.5,6,2,7.5],"rotation":90,"texture":"#0"},"down":{"uv":[3,6,2.5,7.5],"rotation":90,"texture":"#0"}}},{"from":[7.22531,-5.99197,11.41945],"to":[8.72531,-4.99197,11.91945],"rotation":{"angle":22.5,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[5,3.5,3.5,2.5],"texture":"#0"},"east":{"uv":[4,2.5,3.5,3.5],"rotation":180,"texture":"#0"},"south":{"uv":[5,2.5,3.5,3.5],"rotation":180,"texture":"#0"},"west":{"uv":[4,2.5,3.5,3.5],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,3.5,5,3],"texture":"#0"},"down":{"uv":[3.5,3,5,2.5],"texture":"#0"}}},{"from":[7.22677,-8.98908,11.4228],"to":[8.72477,-7.99108,11.9208],"rotation":{"angle":22.5,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[14.5,8.5,16,9.5],"texture":"#0"},"east":{"uv":[15,8.5,15.5,9.5],"texture":"#0"},"south":{"uv":[14.5,8.5,16,9.5],"texture":"#0"},"west":{"uv":[15,8.5,15.5,9.5],"texture":"#0"},"up":{"uv":[14.5,9,16,9.5],"texture":"#0"},"down":{"uv":[14.5,9,16,9.5],"texture":"#0"}}},{"from":[7.23721,-8.99441,11.14448],"to":[8.73721,-7.99441,11.64448],"rotation":{"angle":-22.5,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[14.5,7.5,15.5,9],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,8,15.5,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,9,15.5,7.5],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,8,15.5,7.5],"rotation":90,"texture":"#0"},"up":{"uv":[15,7.5,14.5,9],"rotation":270,"texture":"#0"},"down":{"uv":[15.5,7.5,15,9],"rotation":90,"texture":"#0"}}},{"from":[4.13326,-8.99315,7.50173],"to":[4.63326,-7.99315,9.00173],"rotation":{"angle":45,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[12.5,9,13.5,8.5],"rotation":90,"texture":"#0"},"east":{"uv":[14,10,13,8.5],"rotation":270,"texture":"#0"},"south":{"uv":[12.5,9,13.5,8.5],"rotation":90,"texture":"#0"},"west":{"uv":[13.5,9.5,14.5,8],"rotation":90,"texture":"#0"},"up":{"uv":[14,8.5,12.5,9],"rotation":270,"texture":"#0"},"down":{"uv":[15,8.5,13.5,9],"rotation":90,"texture":"#0"}}},{"from":[4.21434,-8.99127,7.38857],"to":[4.71434,-7.99127,8.88857],"rotation":{"angle":22.5,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[5.5,4,6.5,3.5],"rotation":90,"texture":"#0"},"east":{"uv":[5.5,5,6.5,3.5],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,4,6.5,3.5],"rotation":90,"texture":"#0"},"west":{"uv":[5.5,5,6.5,3.5],"rotation":90,"texture":"#0"},"up":{"uv":[5.5,5,6,3.5],"rotation":180,"texture":"#0"},"down":{"uv":[16,9,14.5,9.5],"rotation":90,"texture":"#0"}}},{"from":[4.25,-9,7.25],"to":[4.75,-8,8.75],"rotation":{"angle":0,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[5.5,2,6.5,2.5],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,2,6.5,3.5],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,2,6.5,2.5],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,2,6.5,3.5],"rotation":270,"texture":"#0"},"up":{"uv":[5.5,2,7,2.5],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,2,7,2.5],"rotation":270,"texture":"#0"}}},{"from":[11.18981,-8.99008,7.48402],"to":[11.68981,-4.99008,8.48402],"rotation":{"angle":45,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[3.5,0.5,7.5,1],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,1,7.5,0],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,0,7.5,0.5],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,0,7.5,1],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,0,4,1],"rotation":180,"texture":"#0"},"down":{"uv":[7,0,7.5,1],"texture":"#0"}}},{"from":[11.1934,-8.99008,7.51449],"to":[11.6934,-4.99008,8.51449],"rotation":{"angle":-45,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[3.5,0.5,7.5,0],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,0,7.5,1],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,1,7.5,0.5],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,1,7.5,0],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,1,4,0],"rotation":180,"texture":"#0"},"down":{"uv":[7,1,7.5,0],"texture":"#0"}}},{"from":[9.04021,-4.30387,7.2567],"to":[10.54021,-2.80387,8.7567],"rotation":{"angle":45,"axis":"z","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[8.5,13.5,10,15],"texture":"#0"},"east":{"uv":[7,13,8.5,14.5],"texture":"#0"},"south":{"uv":[7.5,13.5,9,15],"rotation":90,"texture":"#0"},"west":{"uv":[9.5,14.5,11,16],"texture":"#0"},"up":{"uv":[7,13.5,8.5,15],"rotation":90,"texture":"#0"},"down":{"uv":[9.5,14.5,11,16],"rotation":90,"texture":"#0"}}},{"from":[12.83959,-11.37594,7.2567],"to":[14.33959,-9.87594,8.7567],"rotation":{"angle":-45,"axis":"z","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[7.5,13.5,9,15],"rotation":90,"texture":"#0"},"east":{"uv":[9.5,14.5,11,16],"texture":"#0"},"south":{"uv":[8.5,13.5,10,15],"texture":"#0"},"west":{"uv":[7,13,8.5,14.5],"texture":"#0"},"up":{"uv":[7,13.5,8.5,15],"rotation":270,"texture":"#0"},"down":{"uv":[9.5,14.5,11,16],"rotation":270,"texture":"#0"}}},{"from":[7,-11.55,7],"to":[9,-10.75,9],"rotation":{"angle":0,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[11,11.5,12.5,12.5],"rotation":180,"texture":"#0"},"east":{"uv":[5.5,11.5,7,12.5],"rotation":180,"texture":"#0"},"south":{"uv":[7,11.5,8.5,12.5],"rotation":180,"texture":"#0"},"west":{"uv":[8,11.5,9.5,12.5],"rotation":180,"texture":"#0"},"up":{"uv":[4.5,13.5,6,15],"rotation":90,"texture":"#0"},"down":{"uv":[11.5,13,13,14.5],"rotation":270,"texture":"#0"}}},{"from":[7.1,-10.45,7.1],"to":[8.9,-9.85,8.9],"rotation":{"angle":0,"axis":"y","origin":[7.65989,-4.19021,7.99746]},"faces":{"north":{"uv":[11,11.5,12.5,12.5],"rotation":180,"texture":"#0"},"east":{"uv":[5.5,11.5,7,12.5],"rotation":180,"texture":"#0"},"south":{"uv":[7,11.5,8.5,12.5],"rotation":180,"texture":"#0"},"west":{"uv":[8,11.5,9.5,12.5],"rotation":180,"texture":"#0"},"up":{"uv":[4.5,13.5,6,15],"rotation":90,"texture":"#0"},"down":{"uv":[11.5,13,13,14.5],"rotation":270,"texture":"#0"}}},{"from":[7.1,-5.25,7.1],"to":[8.9,-4.65,8.9],"rotation":{"angle":0,"axis":"y","origin":[8,-4.45,8]},"faces":{"north":{"uv":[7,11.5,8.5,12.5],"texture":"#0"},"east":{"uv":[5.5,11.5,7,12.5],"texture":"#0"},"south":{"uv":[11,11.5,12.5,12.5],"texture":"#0"},"west":{"uv":[8,11.5,9.5,12.5],"texture":"#0"},"up":{"uv":[11.5,13,13,14.5],"rotation":270,"texture":"#0"},"down":{"uv":[4.5,13.5,6,15],"rotation":90,"texture":"#0"}}},{"from":[7,-4.35,7],"to":[9,-3.55,9],"rotation":{"angle":0,"axis":"y","origin":[8,-4.45,8]},"faces":{"north":{"uv":[7,11.5,8.5,12.5],"texture":"#0"},"east":{"uv":[5.5,11.5,7,12.5],"texture":"#0"},"south":{"uv":[11,11.5,12.5,12.5],"texture":"#0"},"west":{"uv":[8,11.5,9.5,12.5],"texture":"#0"},"up":{"uv":[11.5,13,13,14.5],"rotation":270,"texture":"#0"},"down":{"uv":[4.5,13.5,6,15],"rotation":90,"texture":"#0"}}},{"from":[7.1,-3.3,7.1],"to":[8.9,-2.5,8.9],"rotation":{"angle":0,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[11,11.5,12.5,12.5],"rotation":180,"texture":"#0"},"east":{"uv":[5.5,11.5,7,12.5],"rotation":180,"texture":"#0"},"south":{"uv":[7,11.5,8.5,12.5],"rotation":180,"texture":"#0"},"west":{"uv":[8,11.5,9.5,12.5],"rotation":180,"texture":"#0"},"up":{"uv":[4.5,13.5,6,15],"rotation":90,"texture":"#0"},"down":{"uv":[11.5,13,13,14.5],"rotation":270,"texture":"#0"}}},{"from":[7.6,-11.67591,7.62487],"to":[8.4,-11.17591,8.37487],"rotation":{"angle":0,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"east":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"south":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"west":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"up":{"uv":[15,9.5,15.375,9.75],"texture":"#0"},"down":{"uv":[15,9.5,15.375,9.75],"texture":"#0"}}},{"from":[7.62768,-11.67591,7.59733],"to":[8.37768,-11.17591,8.39733],"rotation":{"angle":0,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"east":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"south":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"west":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"up":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"down":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"}}},{"from":[7.6,-13.43616,9.38512],"to":[8.4,-12.68616,9.88512],"rotation":{"angle":0,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"east":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"south":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"west":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"up":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"down":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"}}},{"from":[6.11743,-13.43616,7.59733],"to":[6.61743,-12.68616,8.39733],"rotation":{"angle":0,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"east":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"south":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"west":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"up":{"uv":[15,9.5,15.375,9.75],"texture":"#0"},"down":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"}}},{"from":[7.6,-13.43616,6.11462],"to":[8.4,-12.68616,6.61462],"rotation":{"angle":0,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"east":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"south":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"west":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"up":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"down":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"}}},{"from":[9.38793,-13.43616,7.59733],"to":[9.88793,-12.68616,8.39733],"rotation":{"angle":0,"axis":"y","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"east":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"south":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"west":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"up":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"down":{"uv":[15,9.5,15.375,9.75],"texture":"#0"}}},{"from":[7.6,-9.36885,13.18976],"to":[8.4,-8.86885,13.93976],"rotation":{"angle":45,"axis":"x","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"}}},{"from":[1.96168,-9.61295,7.59733],"to":[2.71168,-9.11295,8.39733],"rotation":{"angle":45,"axis":"z","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"}}},{"from":[7.6,-12.63935,13.18976],"to":[8.4,-12.13935,15.43976],"rotation":{"angle":45,"axis":"x","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[14,9,14.375,9.25],"texture":"#0"},"east":{"uv":[14,9,14.375,9.25],"texture":"#0"},"south":{"uv":[14,9,14.375,9.25],"texture":"#0"},"west":{"uv":[14,9,14.375,9.25],"texture":"#0"},"up":{"uv":[14,9,14.375,9.25],"rotation":180,"texture":"#0"},"down":{"uv":[14,9,14.375,9.25],"rotation":180,"texture":"#0"}}},{"from":[1.01168,-12.88345,7.59733],"to":[2.71168,-12.38345,8.39733],"rotation":{"angle":45,"axis":"z","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[14,9,14.375,9.25],"texture":"#0"},"east":{"uv":[14,9,14.375,9.25],"texture":"#0"},"south":{"uv":[14,9,14.375,9.25],"texture":"#0"},"west":{"uv":[14,9,14.375,9.25],"texture":"#0"},"up":{"uv":[14,9,14.375,9.25],"rotation":270,"texture":"#0"},"down":{"uv":[14,9,14.375,9.25],"rotation":90,"texture":"#0"}}},{"from":[7.6,-12.1791,14.95002],"to":[8.4,-10.3791,15.45002],"rotation":{"angle":45,"axis":"x","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[14,9,14.375,9.25],"rotation":90,"texture":"#0"},"east":{"uv":[14,9,14.375,9.25],"rotation":90,"texture":"#0"},"south":{"uv":[14,9,14.375,9.25],"rotation":90,"texture":"#0"},"west":{"uv":[14,9,14.375,9.25],"rotation":90,"texture":"#0"},"up":{"uv":[14,9,14.375,9.25],"rotation":270,"texture":"#0"},"down":{"uv":[14,9,14.375,9.25],"rotation":270,"texture":"#0"}}},{"from":[0.45142,-12.3232,7.59733],"to":[0.95142,-10.6232,8.39733],"rotation":{"angle":45,"axis":"z","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[14,9,14.375,9.25],"rotation":90,"texture":"#0"},"east":{"uv":[14,9,14.375,9.25],"rotation":90,"texture":"#0"},"south":{"uv":[14,9,14.375,9.25],"rotation":90,"texture":"#0"},"west":{"uv":[14,9,14.375,9.25],"rotation":90,"texture":"#0"},"up":{"uv":[14,9,14.375,9.25],"texture":"#0"},"down":{"uv":[14,9,14.375,9.25],"rotation":180,"texture":"#0"}}},{"from":[7.6,-11.1291,11.67951],"to":[8.4,-10.3791,12.17951],"rotation":{"angle":45,"axis":"x","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"}}},{"from":[3.72193,-11.3732,7.59733],"to":[4.22193,-10.6232,8.39733],"rotation":{"angle":45,"axis":"z","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"texture":"#0"}}},{"from":[7.599,-11.07684,10.63577],"to":[8.401,-10.57484,11.38777],"rotation":{"angle":22.5,"axis":"x","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"texture":"#0"}}},{"from":[4.58851,-11.20894,7.59633],"to":[5.34051,-10.70694,8.39833],"rotation":{"angle":22.5,"axis":"z","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"}}},{"from":[7.599,-12.8371,12.39602],"to":[8.401,-12.0851,12.89802],"rotation":{"angle":22.5,"axis":"x","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"down":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"}}},{"from":[3.07826,-12.9692,7.59633],"to":[3.58026,-12.2172,8.39833],"rotation":{"angle":22.5,"axis":"z","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,9.5,14.875,9.75],"texture":"#0"},"down":{"uv":[14.5,9.5,14.875,9.75],"rotation":180,"texture":"#0"}}},{"from":[7.599,-12.8371,9.12552],"to":[8.401,-12.0851,9.62752],"rotation":{"angle":22.5,"axis":"x","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"south":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"west":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"up":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"down":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"}}},{"from":[6.34876,-12.9692,7.59633],"to":[6.85076,-12.2172,8.39833],"rotation":{"angle":22.5,"axis":"z","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"south":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"west":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"up":{"uv":[14.5,10,14.875,10.25],"rotation":180,"texture":"#0"},"down":{"uv":[14.5,10,14.875,10.25],"texture":"#0"}}},{"from":[7.599,-12.83895,6.37186],"to":[8.401,-12.08695,6.87386],"rotation":{"angle":-22.5,"axis":"x","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"down":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"}}},{"from":[9.10241,-12.70684,7.59633],"to":[9.60441,-11.95484,8.39833],"rotation":{"angle":-22.5,"axis":"z","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,10,14.875,10.25],"texture":"#0"},"down":{"uv":[14.5,10,14.875,10.25],"rotation":180,"texture":"#0"}}},{"from":[7.599,-12.83895,3.10135],"to":[8.401,-12.08695,3.60335],"rotation":{"angle":-22.5,"axis":"x","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"south":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"west":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"up":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"down":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"}}},{"from":[12.37292,-12.70684,7.59633],"to":[12.87492,-11.95484,8.39833],"rotation":{"angle":-22.5,"axis":"z","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"south":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"west":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"up":{"uv":[14.5,9.5,14.875,9.75],"rotation":180,"texture":"#0"},"down":{"uv":[14.5,9.5,14.875,9.75],"texture":"#0"}}},{"from":[7.599,-11.0787,4.6116],"to":[8.401,-10.5767,5.3636],"rotation":{"angle":-22.5,"axis":"x","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"texture":"#0"}}},{"from":[10.61267,-10.94659,7.59633],"to":[11.36467,-10.44459,8.39833],"rotation":{"angle":-22.5,"axis":"z","origin":[7.65989,-5.19021,7.99746]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-90,0],"translation":[0,8,1],"scale":[0.65,0.65,0.65]},"thirdperson_lefthand":{"rotation":[0,90,0],"translation":[0,8,1],"scale":[0.65,0.65,0.65]},"firstperson_righthand":{"rotation":[-15,-90,0],"translation":[-1.25,7.25,2.25],"scale":[0.37,0.37,0.37]},"firstperson_lefthand":{"rotation":[-15,90,0],"translation":[-1.25,7.25,2.25],"scale":[0.37,0.37,0.37]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.8,0.8,0.8]},"gui":{"rotation":[1,7,-43],"translation":[0.25,0,0],"scale":[0.52,0.46,0.52]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/crimson_dagger.json b/assets/minecraft/models/item/wynn/skin/dagger/crimson_dagger.json new file mode 100644 index 000000000..81d3bfb72 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/crimson_dagger.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"1":"skins/crimson/crimson_dagger"},"elements":[{"from":[7.25,0,7.25],"to":[8.75,1,8.75],"faces":{"north":{"uv":[0,13,0.75,13.5],"texture":"#1"},"east":{"uv":[0.75,13,0,13.5],"texture":"#1"},"south":{"uv":[0,13,0.75,13.5],"texture":"#1"},"west":{"uv":[0.75,13,0,13.5],"texture":"#1"},"down":{"uv":[12.25,4,11.5,4.75],"texture":"#1"}}},{"from":[7,1,7],"to":[9,2,9],"faces":{"north":{"uv":[8.5,7,9.5,7.5],"texture":"#1"},"east":{"uv":[9.5,7,8.5,7.5],"texture":"#1"},"south":{"uv":[8.5,7,9.5,7.5],"texture":"#1"},"west":{"uv":[9.5,7,8.5,7.5],"texture":"#1"},"up":{"uv":[5.25,1,4.25,0],"texture":"#1"},"down":{"uv":[5.25,1,4.25,2],"texture":"#1"}}},{"from":[7.15,1.9,7.15],"to":[8.85,6.1,8.85],"faces":{"north":{"uv":[4.25,2.5,5,4.5],"texture":"#1"},"east":{"uv":[5,2.5,4.25,4.5],"texture":"#1"},"south":{"uv":[4.25,2.5,5,4.5],"texture":"#1"},"west":{"uv":[5,2.5,4.25,4.5],"texture":"#1"}}},{"from":[11.205,5.155,4.905],"to":[12.795,5.645,6.895],"rotation":{"angle":22.5,"axis":"y","origin":[11.7,5.4,7.5]},"faces":{"north":{"uv":[14,2,14.75,2.25],"texture":"#1"},"east":{"uv":[4.5,13.5,5.5,13.75],"texture":"#1"},"west":{"uv":[13.5,5,14.5,5.25],"texture":"#1"},"up":{"uv":[11.75,3,11,2],"texture":"#1"},"down":{"uv":[5.25,11,4.5,12],"texture":"#1"}}},{"from":[12.1,5.15,3.5],"to":[13.7,5.65,5.5],"rotation":{"angle":45,"axis":"y","origin":[11.7,5.4,7.5]},"faces":{"north":{"uv":[14,3,14.75,3.25],"texture":"#1"},"east":{"uv":[13.5,5.5,14.5,5.75],"texture":"#1"},"south":{"uv":[14,3.5,14.75,3.75],"texture":"#1"},"west":{"uv":[13.5,6,14.5,6.25],"texture":"#1"},"up":{"uv":[6.25,12,5.5,11],"texture":"#1"},"down":{"uv":[10.25,11,9.5,12],"texture":"#1"}}},{"from":[11.205,5.155,9.105],"to":[12.795,5.645,11.095],"rotation":{"angle":-22.5,"axis":"y","origin":[11.7,5.4,8.5]},"faces":{"east":{"uv":[5.5,13.5,4.5,13.75],"texture":"#1"},"south":{"uv":[14.75,2,14,2.25],"texture":"#1"},"west":{"uv":[14.5,5,13.5,5.25],"texture":"#1"},"up":{"uv":[11.75,2,11,3],"texture":"#1"},"down":{"uv":[5.25,12,4.5,11],"texture":"#1"}}},{"from":[12.1,5.15,10.5],"to":[13.7,5.65,12.5],"rotation":{"angle":-45,"axis":"y","origin":[11.7,5.4,8.5]},"faces":{"north":{"uv":[14.75,3.5,14,3.75],"texture":"#1"},"east":{"uv":[14.5,5.5,13.5,5.75],"texture":"#1"},"south":{"uv":[14.75,3,14,3.25],"texture":"#1"},"west":{"uv":[14.5,6,13.5,6.25],"texture":"#1"},"up":{"uv":[6.25,11,5.5,12],"texture":"#1"},"down":{"uv":[10.25,12,9.5,11],"texture":"#1"}}},{"from":[10.9,5.15,6.5],"to":[12.5,5.65,9.5],"rotation":{"angle":0,"axis":"y","origin":[-0.5,0,-0.5]},"faces":{"north":{"uv":[13.5,12.5,14.25,12.75],"texture":"#1"},"east":{"uv":[10,13,11.5,13.25],"texture":"#1"},"south":{"uv":[13.5,13,14.25,13.25],"texture":"#1"},"west":{"uv":[13,10.5,14.5,10.75],"texture":"#1"},"up":{"uv":[0.75,11.5,0,10],"texture":"#1"},"down":{"uv":[1.75,10,1,11.5],"texture":"#1"}}},{"from":[10.3775,5.1275,7.2525],"to":[11.8725,5.6225,8.7475],"rotation":{"angle":22.5,"axis":"z","origin":[9.875,6.75,8]},"faces":{"north":{"uv":[13.5,13.5,14.25,13.75],"texture":"#1"},"east":{"uv":[14,0,14.75,0.25],"texture":"#1"},"south":{"uv":[14.25,13.5,13.5,13.75],"texture":"#1"},"west":{"uv":[14,1,14.75,1.25],"texture":"#1"},"up":{"uv":[2.75,12.75,2,12],"texture":"#1"}}},{"from":[10.875,4.725,7.25],"to":[11.875,5.125,8.75],"rotation":{"angle":22.5,"axis":"z","origin":[9.875,6.75,8]},"faces":{"north":{"uv":[7,14,7.5,14.25],"texture":"#1"},"east":{"uv":[1.5,14,2.25,14.25],"texture":"#1"},"south":{"uv":[7.5,14,7,14.25],"texture":"#1"},"west":{"uv":[14,1.5,14.75,1.75],"texture":"#1"},"up":{"uv":[13.5,11.75,13,11],"texture":"#1"},"down":{"uv":[13.5,12,13,12.75],"texture":"#1"}}},{"from":[10.705,6.655,7.255],"to":[11.695,8.145,8.745],"rotation":{"angle":-45,"axis":"z","origin":[9.875,6.75,8]},"faces":{"north":{"uv":[7.5,13,8,13.75],"texture":"#1"},"south":{"uv":[8,13,7.5,13.75],"texture":"#1"},"west":{"uv":[12,1,12.75,1.75],"texture":"#1"},"up":{"uv":[13.5,9.25,13,8.5],"texture":"#1"},"down":{"uv":[10,13,9.5,13.75],"texture":"#1"}}},{"from":[10.15,6.2,7.25],"to":[11.15,7.7,8.75],"rotation":{"angle":-22.5,"axis":"z","origin":[9.875,6.75,8]},"faces":{"north":{"uv":[6,13,6.5,13.75],"texture":"#1"},"east":{"uv":[11.5,10,12.25,10.75],"texture":"#1"},"south":{"uv":[6.5,13,6,13.75],"texture":"#1"},"west":{"uv":[11.5,11,12.25,11.75],"texture":"#1"},"up":{"uv":[7.5,13.75,7,13],"texture":"#1"},"down":{"uv":[13.5,7,13,7.75],"texture":"#1"}}},{"from":[9.995,5.995,7.245],"to":[10.505,7.505,8.755],"rotation":{"angle":0,"axis":"y","origin":[-1,0,0]},"faces":{"north":{"uv":[10.5,13.5,10.75,14.25],"texture":"#1"},"east":{"uv":[6.5,11.5,7.25,12.25],"texture":"#1"},"south":{"uv":[10.5,13.5,10.75,14.25],"texture":"#1"},"up":{"uv":[13.75,11.75,13.5,11],"texture":"#1"},"down":{"uv":[12.25,13.5,12,14.25],"texture":"#1"}}},{"from":[5.995,5.995,6.995],"to":[10.005,7.505,9.005],"faces":{"north":{"uv":[3.5,7.5,5.5,8.25],"texture":"#1"},"east":{"uv":[11,1,12,1.75],"texture":"#1"},"south":{"uv":[3.5,7.5,5.5,8.25],"texture":"#1"},"west":{"uv":[2,11,3,11.75],"texture":"#1"},"up":{"uv":[9,1,7,0],"texture":"#1"},"down":{"uv":[3,7,1,8],"texture":"#1"}}},{"from":[6.995,5.995,5.995],"to":[9.005,7.505,10.005],"rotation":{"angle":0,"axis":"y","origin":[8,6.75,8]},"faces":{"north":{"uv":[10.5,9,11.5,9.75],"texture":"#1"},"east":{"uv":[3.5,4.5,5.5,5.25],"texture":"#1"},"south":{"uv":[10.5,9,11.5,9.75],"texture":"#1"},"west":{"uv":[3.5,4.5,5.5,5.25],"texture":"#1"},"up":{"uv":[6.25,2,5.25,0],"texture":"#1"},"down":{"uv":[1,7,0,9],"texture":"#1"}}},{"from":[5.9,6,7.25],"to":[10.1,7.5,8.75],"rotation":{"angle":45,"axis":"y","origin":[8,6.75,8]},"faces":{"north":{"uv":[3.5,6.75,5.5,7.5],"texture":"#1"},"east":{"uv":[7.5,11.5,8.25,12.25],"texture":"#1"},"south":{"uv":[3.5,6.75,5.5,7.5],"texture":"#1"},"west":{"uv":[11.5,8,12.25,8.75],"texture":"#1"},"up":{"uv":[5.5,6.75,3.5,6],"texture":"#1"},"down":{"uv":[5.5,5.25,3.5,6],"texture":"#1"}}},{"from":[7.25,6,5.9],"to":[8.75,7.5,10.1],"rotation":{"angle":45,"axis":"y","origin":[8,6.75,8]},"faces":{"north":{"uv":[8.5,11.5,9.25,12.25],"texture":"#1"},"east":{"uv":[5.5,6.75,3.5,7.5],"texture":"#1"},"south":{"uv":[11.5,9,12.25,9.75],"texture":"#1"},"west":{"uv":[5.5,6.75,3.5,7.5],"texture":"#1"},"up":{"uv":[8.25,10.5,7.5,8.5],"texture":"#1"},"down":{"uv":[3.5,5.25,5.5,6],"rotation":90,"texture":"#1"}}},{"from":[7,7.5,7.5],"to":[9,21.5,8.5],"faces":{"north":{"uv":[1.5,0,2.5,7],"texture":"#1"},"east":{"uv":[2.5,0,2.75,7],"texture":"#1"},"south":{"uv":[2.5,0,1.5,7],"texture":"#1"},"west":{"uv":[2.75,0,3,7],"texture":"#1"}}},{"from":[7,21.5,7.5],"to":[8,22.9,8.5],"rotation":{"angle":0,"axis":"y","origin":[0,10,0]},"faces":{"north":{"uv":[13,13,13.5,13.75],"texture":"#1"},"south":{"uv":[13.5,13,13,13.75],"texture":"#1"},"west":{"uv":[1,13.5,1.5,14.25],"texture":"#1"}}},{"from":[6.3,7.5,7.75],"to":[9.7,21.5,8.25],"faces":{"north":{"uv":[0,0,1.5,7],"texture":"#1"},"east":{"uv":[3,0,3.25,7],"texture":"#1"},"south":{"uv":[1.5,0,0,7],"texture":"#1"},"west":{"uv":[3.25,0,3.5,7],"texture":"#1"},"up":{"uv":[4,13.25,2.5,13],"texture":"#1"}}},{"from":[6.3,21.5,7.75],"to":[7.5,23.65,8.25],"rotation":{"angle":0,"axis":"y","origin":[0,10,0]},"faces":{"north":{"uv":[6.5,9,7,10],"texture":"#1"},"south":{"uv":[7,9,6.5,10],"texture":"#1"},"west":{"uv":[13.5,6.5,13.75,7.5],"texture":"#1"},"up":{"uv":[8,14.25,7.5,14],"texture":"#1"}}},{"from":[5.555,6.405,7.755],"to":[7.045,9.745,8.245],"rotation":{"angle":-22.5,"axis":"z","origin":[6.55,7.75,8]},"faces":{"north":{"uv":[9.5,7,10.25,8.75],"texture":"#1"},"south":{"uv":[10.25,7,9.5,8.75],"texture":"#1"},"west":{"uv":[12.5,11.5,12.75,13.25],"texture":"#1"},"down":{"uv":[14.75,4,14,4.25],"texture":"#1"}}},{"from":[5.9,5.45,7.75],"to":[7,6.7,8.25],"rotation":{"angle":45,"axis":"z","origin":[5.3,5.85,8]},"faces":{"north":{"uv":[8.5,13.5,9,14],"texture":"#1"},"east":{"uv":[8,14,8.25,14.5],"texture":"#1"},"south":{"uv":[9,13.5,8.5,14],"texture":"#1"},"west":{"uv":[14,8,14.25,8.5],"texture":"#1"},"up":{"uv":[9,14.25,8.5,14],"texture":"#1"},"down":{"uv":[14.5,8.5,14,8.75],"texture":"#1"}}},{"from":[7.5475,21.3475,7.4975],"to":[8.6025,22.8525,8.5025],"rotation":{"angle":22.5,"axis":"z","origin":[8.5,22.5,8]},"faces":{"north":{"uv":[12,12.5,12.5,13.25],"texture":"#1"},"east":{"uv":[13.25,1,13.5,1.75],"texture":"#1"},"south":{"uv":[12.5,12.5,12,13.25],"texture":"#1"},"west":{"uv":[13,2,13.5,2.75],"texture":"#1"},"up":{"uv":[8.5,3.5,8,3],"texture":"#1"},"down":{"uv":[7,10.25,6.5,10.5],"texture":"#1"}}},{"from":[7.995,21.145,7.745],"to":[9.255,22.905,8.255],"rotation":{"angle":22.5,"axis":"z","origin":[8.5,22.5,8]},"faces":{"north":{"uv":[6.5,7,7.0625,8],"texture":"#1"},"east":{"uv":[3,13.5,3.25,14.5],"texture":"#1"},"south":{"uv":[7.0625,7,6.5,8],"texture":"#1"},"up":{"uv":[5.5,14.25,5,14],"texture":"#1"},"down":{"uv":[14.5,6.5,14,6.75],"texture":"#1"}}},{"from":[7.545,22.445,7.495],"to":[8.555,23.505,8.505],"rotation":{"angle":45,"axis":"z","origin":[8,22.5,8]},"faces":{"north":{"uv":[13.5,1,14,1.5],"texture":"#1"},"east":{"uv":[1.75,13.5,2,14],"texture":"#1"},"south":{"uv":[14,1,13.5,1.5],"texture":"#1"},"west":{"uv":[13.5,2,14,2.5],"texture":"#1"},"up":{"uv":[3,14,2.5,13.75],"texture":"#1"},"down":{"uv":[14,2.5,13.5,3],"texture":"#1"}}},{"from":[7.645,22.245,7.745],"to":[9.205,24.555,8.255],"rotation":{"angle":45,"axis":"z","origin":[8,22.5,8]},"faces":{"north":{"uv":[10.5,10,11.25,11],"texture":"#1"},"east":{"uv":[3.5,13.5,3.75,14.5],"texture":"#1"},"south":{"uv":[11.25,10,10.5,11],"texture":"#1"},"west":{"uv":[13.5,4,13.75,5],"texture":"#1"},"up":{"uv":[14.25,10.25,13.5,10],"texture":"#1"},"down":{"uv":[14.25,12,13.5,12.25],"texture":"#1"}}},{"from":[8.3,7.25,7],"to":[10.3,8.25,9],"rotation":{"angle":-22.5,"axis":"z","origin":[8.05,9,8]},"faces":{"north":{"uv":[12.5,3.5,13.5,4],"texture":"#1"},"south":{"uv":[12.5,4.5,13.5,5],"texture":"#1"},"up":{"uv":[6.25,3,5.25,2],"texture":"#1"}}},{"from":[5.695,7.245,6.995],"to":[7.705,8.255,9.005],"rotation":{"angle":22.5,"axis":"z","origin":[7.95,9,8]},"faces":{"north":{"uv":[12.5,5.5,13.5,6],"texture":"#1"},"east":{"uv":[12.5,6,13.5,6.5],"texture":"#1"},"south":{"uv":[6.5,12.5,7.5,13],"texture":"#1"},"up":{"uv":[5.25,3,6.25,2],"texture":"#1"}}},{"from":[7.25,6,5.5],"to":[8.75,7.5,6],"rotation":{"angle":45,"axis":"z","origin":[8,6.75,5.75]},"faces":{"north":{"uv":[4.5,12,5.25,12.75],"texture":"#1"},"east":{"uv":[12.5,13.5,12.75,14.25],"texture":"#1"},"south":{"uv":[5.5,12,6.25,12.75],"texture":"#1"},"west":{"uv":[2.5,14,2.75,14.75],"texture":"#1"},"up":{"uv":[14.75,4.75,14,4.5],"texture":"#1"},"down":{"uv":[6.75,14,6,14.25],"texture":"#1"}}},{"from":[7.25,6,10],"to":[8.75,7.5,10.5],"rotation":{"angle":45,"axis":"z","origin":[8,6.75,10.25]},"faces":{"north":{"uv":[6.25,12,5.5,12.75],"texture":"#1"},"east":{"uv":[12.75,13.5,12.5,14.25],"texture":"#1"},"south":{"uv":[5.25,12,4.5,12.75],"texture":"#1"},"west":{"uv":[2.75,14,2.5,14.75],"texture":"#1"},"up":{"uv":[14.75,4.5,14,4.75],"texture":"#1"},"down":{"uv":[6.75,14.25,6,14],"texture":"#1"}}},{"from":[7.25,9.25,7],"to":[8.75,14.25,9],"rotation":{"angle":0,"axis":"y","origin":[0,-0.75,0]},"faces":{"north":{"uv":[3.5,0,4.25,2.5],"texture":"#1"},"east":{"uv":[3.5,0,3.75,2.5],"texture":"#1"},"south":{"uv":[4.25,0,3.5,2.5],"texture":"#1"},"west":{"uv":[4,0,4.25,2.5],"texture":"#1"}}},{"from":[7.2125,20.65,7],"to":[8.6625,22.1,9],"rotation":{"angle":-45,"axis":"z","origin":[8.1,21.35,7.25]},"faces":{"north":{"uv":[4.5,12,5.25,12.75],"rotation":90,"texture":"#1"},"east":{"uv":[7.25,10.5,7.5,11.25],"texture":"#1"},"south":{"uv":[5.25,12,4.5,12.75],"rotation":270,"texture":"#1"},"west":{"uv":[10.5,7,10.75,7.75],"texture":"#1"},"up":{"uv":[8.25,11.5,7.5,11.25],"texture":"#1"},"down":{"uv":[11.25,8.75,10.5,9],"texture":"#1"}}},{"from":[7.245,13.595,6.995],"to":[8.355,14.705,9.005],"rotation":{"angle":-45,"axis":"z","origin":[8,13.95,7.25]},"faces":{"north":{"uv":[9,13.5,9.5,14],"texture":"#1"},"east":{"uv":[8.25,12.5,8.5,13],"texture":"#1"},"south":{"uv":[9.5,13.5,9,14],"texture":"#1"},"west":{"uv":[12.5,8,12.75,8.5],"texture":"#1"},"up":{"uv":[9,13.5,8.5,13.25],"texture":"#1"},"down":{"uv":[13,9.25,12.5,9.5],"texture":"#1"}}},{"from":[7.245,8.645,6.995],"to":[8.355,9.755,9.005],"rotation":{"angle":-45,"axis":"z","origin":[8,9,7.25]},"faces":{"north":{"uv":[13.5,9.5,14,10],"texture":"#1"},"east":{"uv":[13.25,9.5,13.5,10],"texture":"#1"},"south":{"uv":[14,9.5,13.5,10],"texture":"#1"},"west":{"uv":[12.5,10,12.75,10.5],"texture":"#1"},"up":{"uv":[9.5,13.5,9,13.25],"texture":"#1"},"down":{"uv":[13,11.25,12.5,11.5],"texture":"#1"}}},{"from":[7.25,2,7.25],"to":[8.75,6,8.75],"faces":{"north":{"uv":[3.5,2.5,4.25,4.5],"texture":"#1"},"east":{"uv":[4.25,2.5,3.5,4.5],"texture":"#1"},"south":{"uv":[3.5,2.5,4.25,4.5],"texture":"#1"},"west":{"uv":[4.25,2.5,3.5,4.5],"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[0,100,0],"translation":[0,1.75,1.25],"scale":[0.9,0.9,0.9]},"thirdperson_lefthand":{"rotation":[0,-80,0],"translation":[0,1.75,1.25],"scale":[0.9,0.9,0.9]},"firstperson_righthand":{"rotation":[-10,100,0],"translation":[2.5,2.5,0],"scale":[0.9,0.9,0.9]},"firstperson_lefthand":{"rotation":[-10,-80,0],"translation":[2.5,2.5,0],"scale":[0.9,0.9,0.9]},"gui":{"rotation":[-20,160,30],"translation":[-1.5,-2.5,0],"scale":[0.75,0.75,0.75]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/decay_dagger.json b/assets/minecraft/models/item/wynn/skin/dagger/decay_dagger.json new file mode 100644 index 000000000..a5cb59c31 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/decay_dagger.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/decay_2","1":"skins/decay_1","particle":"skins/decay_2"},"elements":[{"from":[6.30552,8.51404,8.6],"to":[8.30552,9.01404,9.6],"rotation":{"angle":22.5,"axis":"z","origin":[6.80552,8.51404,9.1]},"faces":{"north":{"uv":[4.5,2,5,4],"rotation":270,"texture":"#1"},"east":{"uv":[4.5,2,5,3],"rotation":90,"texture":"#1"},"south":{"uv":[4.5,2,5,4],"rotation":90,"texture":"#1"},"west":{"uv":[4.5,2,5,3],"rotation":90,"texture":"#1"},"up":{"uv":[4.5,2,5.5,4],"rotation":90,"texture":"#1"},"down":{"uv":[4.5,2,5.5,4],"rotation":90,"texture":"#1"}}},{"from":[7.69448,8.51404,8.6],"to":[9.69448,9.01404,9.6],"rotation":{"angle":-22.5,"axis":"z","origin":[9.19448,8.51404,9.1]},"faces":{"north":{"uv":[4.5,4,5,2],"rotation":270,"texture":"#1"},"east":{"uv":[4.5,3,5,2],"rotation":90,"texture":"#1"},"south":{"uv":[4.5,4,5,2],"rotation":90,"texture":"#1"},"west":{"uv":[4.5,3,5,2],"rotation":90,"texture":"#1"},"up":{"uv":[4.5,4,5.5,2],"rotation":90,"texture":"#1"},"down":{"uv":[4.5,4,5.5,2],"rotation":90,"texture":"#1"}}},{"from":[6.30552,8.76404,9.55],"to":[8.30552,9.26404,10.55],"rotation":{"angle":22.5,"axis":"z","origin":[6.80552,8.76404,10.05]},"faces":{"north":{"uv":[4,2,4.5,4],"rotation":90,"texture":"#1"},"east":{"uv":[4,2,4.5,3],"rotation":90,"texture":"#1"},"south":{"uv":[4,2,4.5,4],"rotation":90,"texture":"#1"},"west":{"uv":[4,2,4.5,3],"rotation":90,"texture":"#1"},"up":{"uv":[4,2,5,4],"rotation":90,"texture":"#1"},"down":{"uv":[4,2,5,4],"rotation":90,"texture":"#1"}}},{"from":[7.69448,8.76404,9.55],"to":[9.69448,9.26404,10.55],"rotation":{"angle":-22.5,"axis":"z","origin":[9.19448,8.76404,10.05]},"faces":{"north":{"uv":[4,4,4.5,2],"rotation":90,"texture":"#1"},"east":{"uv":[4,3,4.5,2],"rotation":90,"texture":"#1"},"south":{"uv":[4,4,4.5,2],"rotation":90,"texture":"#1"},"west":{"uv":[4,3,4.5,2],"rotation":90,"texture":"#1"},"up":{"uv":[4,4,5,2],"rotation":90,"texture":"#1"},"down":{"uv":[4,4,5,2],"rotation":90,"texture":"#1"}}},{"from":[6.30552,9.01404,10.5],"to":[8.30552,9.51404,11.5],"rotation":{"angle":22.5,"axis":"z","origin":[6.80552,9.01404,11]},"faces":{"north":{"uv":[7.5,1.5,8,3.5],"rotation":90,"texture":"#1"},"east":{"uv":[7.5,1.5,8,2.5],"rotation":90,"texture":"#1"},"south":{"uv":[7.5,1.5,8,3.5],"rotation":90,"texture":"#1"},"west":{"uv":[7.5,1.5,8,2.5],"rotation":90,"texture":"#1"},"up":{"uv":[7.5,1.5,8.5,3.5],"rotation":90,"texture":"#1"},"down":{"uv":[7.5,1.5,8.5,3.5],"rotation":90,"texture":"#1"}}},{"from":[7.69448,9.01404,10.5],"to":[9.69448,9.51404,11.5],"rotation":{"angle":-22.5,"axis":"z","origin":[9.19448,9.01404,11]},"faces":{"north":{"uv":[7.5,3.5,8,1.5],"rotation":90,"texture":"#1"},"east":{"uv":[7.5,2.5,8,1.5],"rotation":90,"texture":"#1"},"south":{"uv":[7.5,3.5,8,1.5],"rotation":90,"texture":"#1"},"west":{"uv":[7.5,2.5,8,1.5],"rotation":90,"texture":"#1"},"up":{"uv":[7.5,3.5,8.5,1.5],"rotation":90,"texture":"#1"},"down":{"uv":[7.5,3.5,8.5,1.5],"rotation":90,"texture":"#1"}}},{"from":[6.30552,9.26404,11.45],"to":[8.30552,9.76404,12.45],"rotation":{"angle":22.5,"axis":"z","origin":[6.80552,9.26404,11.95]},"faces":{"north":{"uv":[4.5,1.5,5,3.5],"rotation":90,"texture":"#1"},"east":{"uv":[4.5,1.5,5,2.5],"rotation":90,"texture":"#1"},"south":{"uv":[4.5,1.5,5,3.5],"rotation":90,"texture":"#1"},"west":{"uv":[4.5,1.5,5,2.5],"rotation":90,"texture":"#1"},"up":{"uv":[4.5,1.5,5.5,3.5],"rotation":90,"texture":"#1"},"down":{"uv":[4.5,1.5,5.5,3.5],"rotation":90,"texture":"#1"}}},{"from":[7.69648,9.26604,11.452],"to":[9.69248,9.76204,12.448],"rotation":{"angle":-22.5,"axis":"z","origin":[9.19448,9.26404,11.95]},"faces":{"north":{"uv":[4.5,3.5,5,1.5],"rotation":90,"texture":"#1"},"east":{"uv":[4.5,2.5,5,1.5],"rotation":90,"texture":"#1"},"south":{"uv":[4.5,3.5,5,1.5],"rotation":90,"texture":"#1"},"west":{"uv":[4.5,2.5,5,1.5],"rotation":90,"texture":"#1"},"up":{"uv":[4.5,3.5,5.5,1.5],"rotation":90,"texture":"#1"},"down":{"uv":[4.5,3.5,5.5,1.5],"rotation":90,"texture":"#1"}}},{"from":[5.76053,7.17508,8.61],"to":[6.24053,8.75508,9.59],"rotation":{"angle":-22.5,"axis":"z","origin":[6.00053,7.76508,9.1]},"faces":{"north":{"uv":[5.5,5,5.98,6.58],"texture":"#1"},"east":{"uv":[5.5,5,6.48,6.58],"texture":"#1"},"south":{"uv":[5.5,5,5.98,6.58],"texture":"#1"},"west":{"uv":[5.5,5,6.48,6.58],"texture":"#1"},"up":{"uv":[5.5,5,5.98,5.98],"texture":"#1"},"down":{"uv":[5.5,5,5.98,5.98],"texture":"#1"}}},{"from":[9.75947,7.17508,8.61],"to":[10.23947,8.75508,9.59],"rotation":{"angle":22.5,"axis":"z","origin":[9.99947,7.76508,9.1]},"faces":{"north":{"uv":[5.98,5,5.5,6.58],"texture":"#1"},"east":{"uv":[6.48,5,5.5,6.58],"texture":"#1"},"south":{"uv":[5.98,5,5.5,6.58],"texture":"#1"},"west":{"uv":[6.48,5,5.5,6.58],"texture":"#1"},"up":{"uv":[5.98,5,5.5,5.98],"texture":"#1"},"down":{"uv":[5.98,5,5.5,5.98],"texture":"#1"}}},{"from":[5.76053,6.77508,9.56],"to":[6.24053,9.00508,10.54],"rotation":{"angle":-22.5,"axis":"z","origin":[6.00053,8.01508,10.05]},"faces":{"north":{"uv":[5.5,5,5.98,7.23],"texture":"#1"},"east":{"uv":[5.5,5,6.48,7.23],"texture":"#1"},"south":{"uv":[5.5,5,5.98,7.23],"texture":"#1"},"west":{"uv":[5.5,5,6.48,7.23],"texture":"#1"},"up":{"uv":[5.5,5,5.98,5.98],"texture":"#1"},"down":{"uv":[5.5,5,5.98,5.98],"texture":"#1"}}},{"from":[9.75947,6.77508,9.56],"to":[10.23947,9.00508,10.54],"rotation":{"angle":22.5,"axis":"z","origin":[9.99947,8.01508,10.05]},"faces":{"north":{"uv":[5.98,5,5.5,7.23],"texture":"#1"},"east":{"uv":[6.48,5,5.5,7.23],"texture":"#1"},"south":{"uv":[5.98,5,5.5,7.23],"texture":"#1"},"west":{"uv":[6.48,5,5.5,7.23],"texture":"#1"},"up":{"uv":[5.98,5,5.5,5.98],"texture":"#1"},"down":{"uv":[5.98,5,5.5,5.98],"texture":"#1"}}},{"from":[5.76053,6.77508,10.51],"to":[6.24053,9.25508,11.49],"rotation":{"angle":-22.5,"axis":"z","origin":[6.00053,8.26508,11]},"faces":{"north":{"uv":[5.5,5,5.98,7.48],"texture":"#1"},"east":{"uv":[5.5,5,6.48,7.48],"texture":"#1"},"south":{"uv":[5.5,5,5.98,7.48],"texture":"#1"},"west":{"uv":[5.5,5,6.48,7.48],"texture":"#1"},"up":{"uv":[5.5,5,5.98,5.98],"texture":"#1"},"down":{"uv":[5.5,5,5.98,5.98],"texture":"#1"}}},{"from":[9.75947,6.77508,10.51],"to":[10.23947,9.25508,11.49],"rotation":{"angle":22.5,"axis":"z","origin":[9.99947,8.26508,11]},"faces":{"north":{"uv":[5.98,5,5.5,7.48],"texture":"#1"},"east":{"uv":[6.48,5,5.5,7.48],"texture":"#1"},"south":{"uv":[5.98,5,5.5,7.48],"texture":"#1"},"west":{"uv":[6.48,5,5.5,7.48],"texture":"#1"},"up":{"uv":[5.98,5,5.5,5.98],"texture":"#1"},"down":{"uv":[5.98,5,5.5,5.98],"texture":"#1"}}},{"from":[5.76053,6.77508,11.46],"to":[6.24053,9.50508,12.34],"rotation":{"angle":-22.5,"axis":"z","origin":[6.00053,8.51508,11.95]},"faces":{"north":{"uv":[5.5,5,5.98,7.73],"texture":"#1"},"east":{"uv":[5.5,5,6.38,7.73],"texture":"#1"},"south":{"uv":[5.5,5,5.98,7.73],"texture":"#1"},"west":{"uv":[5.5,5,6.38,7.73],"texture":"#1"},"up":{"uv":[5.5,5,5.98,5.88],"texture":"#1"},"down":{"uv":[5.5,5,5.98,5.88],"texture":"#1"}}},{"from":[9.75947,6.77508,11.46],"to":[10.23947,9.50508,12.34],"rotation":{"angle":22.5,"axis":"z","origin":[9.99947,8.51508,11.95]},"faces":{"north":{"uv":[5.98,5,5.5,7.73],"texture":"#1"},"east":{"uv":[6.38,5,5.5,7.73],"texture":"#1"},"south":{"uv":[5.98,5,5.5,7.73],"texture":"#1"},"west":{"uv":[6.38,5,5.5,7.73],"texture":"#1"},"up":{"uv":[5.98,5,5.5,5.88],"texture":"#1"},"down":{"uv":[5.98,5,5.5,5.88],"texture":"#1"}}},{"from":[7.45,7.02929,5.60069],"to":[8.45,7.77929,9.80069],"rotation":{"angle":-45,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[2,3.5,2.5,3.875],"rotation":180,"texture":"#1"},"east":{"uv":[2,3.5,4.1,3.875],"rotation":180,"texture":"#1"},"south":{"uv":[2,3.5,2.5,3.875],"rotation":180,"texture":"#1"},"west":{"uv":[2,3.5,4.1,3.875],"rotation":180,"texture":"#1"},"up":{"uv":[2,3.5,2.5,5.6],"rotation":180,"texture":"#1"},"down":{"uv":[2,3.5,2.5,5.6],"rotation":180,"texture":"#1"}}},{"from":[10.1,7.4,8.75],"to":[10.65,7.95,12.05],"rotation":{"angle":-22.5,"axis":"x","origin":[10.5,6.775,13.1]},"faces":{"north":{"uv":[2,3.5,2.275,3.775],"texture":"#1"},"east":{"uv":[2,3.5,3.65,3.775],"texture":"#1"},"south":{"uv":[2,3.5,2.275,3.775],"texture":"#1"},"west":{"uv":[2,3.5,3.65,3.775],"texture":"#1"},"up":{"uv":[2,3.5,2.275,5.15],"texture":"#1"},"down":{"uv":[2,3.5,2.275,5.15],"texture":"#1"}}},{"from":[5.35,7.4,8.75],"to":[5.9,7.95,12.05],"rotation":{"angle":-22.5,"axis":"x","origin":[5.5,6.775,13.1]},"faces":{"north":{"uv":[2,3.5,2.275,3.775],"texture":"#1"},"east":{"uv":[2,3.5,3.65,3.775],"texture":"#1"},"south":{"uv":[2,3.5,2.275,3.775],"texture":"#1"},"west":{"uv":[2,3.5,3.65,3.775],"texture":"#1"},"up":{"uv":[2,3.5,2.275,5.15],"texture":"#1"},"down":{"uv":[2,3.5,2.275,5.15],"texture":"#1"}}},{"from":[6,7.3,8.65],"to":[10,8.05,9.4],"rotation":{"angle":-22.5,"axis":"x","origin":[10.75,6.775,13.1]},"faces":{"north":{"uv":[14.5,7,15.5,3],"rotation":90,"texture":"#1"},"east":{"uv":[15,3,16,4],"rotation":90,"texture":"#1"},"south":{"uv":[15,3,16,7],"rotation":90,"texture":"#1"},"west":{"uv":[15,3.5,15.375,3.875],"rotation":90,"texture":"#1"},"up":{"uv":[15,3,16,7],"rotation":90,"texture":"#1"},"down":{"uv":[16,3,15,7],"rotation":90,"texture":"#1"}}},{"from":[7.76,0.89786,3.08963],"to":[8.24,5.87786,4.06963],"rotation":{"angle":22.5,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[6,0,6.5,5],"rotation":180,"texture":"#0"},"east":{"uv":[2,6,1,1],"texture":"#0"},"south":{"uv":[5.5,0,6,5],"rotation":180,"texture":"#0"},"west":{"uv":[5.5,0,6.5,5],"rotation":180,"texture":"#0"},"up":{"uv":[6.5,6,6,5],"texture":"#0"},"down":{"uv":[6,1,5.5,0],"texture":"#0"}}},{"from":[5.16,5.29985,2.22526],"to":[5.64,6.27985,7.20526],"rotation":{"angle":-45,"axis":"x","origin":[5.39812,5.38232,4.73148]},"faces":{"north":{"uv":[5.5,1,6,0],"rotation":180,"texture":"#0"},"east":{"uv":[5.5,5,6.5,0],"rotation":270,"texture":"#0"},"south":{"uv":[6,6,6.5,5],"texture":"#0"},"west":{"uv":[2,1,1,6],"rotation":270,"texture":"#0"},"up":{"uv":[6.5,0,6,5],"texture":"#0"},"down":{"uv":[6,0,5.5,5],"rotation":180,"texture":"#0"}}},{"from":[10.36,5.29985,2.22526],"to":[10.84,6.27985,7.20526],"rotation":{"angle":-45,"axis":"x","origin":[10.60188,5.38232,4.73148]},"faces":{"north":{"uv":[6,1,5.5,0],"rotation":180,"texture":"#0"},"east":{"uv":[2,6,1,1],"rotation":270,"texture":"#0"},"south":{"uv":[6.5,6,6,5],"texture":"#0"},"west":{"uv":[5.5,0,6.5,5],"rotation":270,"texture":"#0"},"up":{"uv":[6,0,6.5,5],"texture":"#0"},"down":{"uv":[5.5,0,6,5],"rotation":180,"texture":"#0"}}},{"from":[7.76,8.67622,11.55736],"to":[8.24,10.35622,12.13736],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[8.1,8,7.5,6],"rotation":180,"texture":"#0"},"east":{"uv":[8.1,8,7.5,6],"rotation":180,"texture":"#0"},"south":{"uv":[8.1,8,7.5,6],"rotation":180,"texture":"#0"},"west":{"uv":[8.1,8,7.5,6],"rotation":180,"texture":"#0"},"up":{"uv":[8,6.6,7.5,6],"rotation":180,"texture":"#0"},"down":{"uv":[8.1,8,7.5,6],"rotation":180,"texture":"#0"}}},{"from":[7.76,10.32315,5.5808],"to":[8.24,11.30315,7.5608],"rotation":{"angle":0,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[7,5.5,6,7.5],"rotation":180,"texture":"#0"},"east":{"uv":[6,7.5,7,5.5],"rotation":270,"texture":"#0"},"south":{"uv":[7,5.5,6,7.5],"texture":"#0"},"west":{"uv":[6,7.5,7,5.5],"rotation":270,"texture":"#0"},"up":{"uv":[6,7.5,6.5,5.5],"texture":"#0"},"down":{"uv":[6,7.5,7,5.5],"rotation":180,"texture":"#0"}}},{"from":[7.76,7.64257,10.26256],"to":[8.24,9.62257,11.24256],"rotation":{"angle":-45,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[6,7.5,7,5.5],"texture":"#0"},"east":{"uv":[6,7.5,7,5.5],"rotation":180,"texture":"#0"},"south":{"uv":[6,7.5,6.5,5.5],"texture":"#0"},"west":{"uv":[6,7.5,7,5.5],"texture":"#0"},"up":{"uv":[7,5.5,6,7.5],"texture":"#0"},"down":{"uv":[7,5.5,6,7.5],"texture":"#0"}}},{"from":[7.765,11.14921,2.3969],"to":[8.235,11.61921,2.8669],"rotation":{"angle":-45,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[2.5,2,1.5,3],"texture":"#0"},"east":{"uv":[1.5,3,2.5,2],"rotation":270,"texture":"#0"},"south":{"uv":[2.5,2,1.5,3],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,3,2.5,2],"rotation":90,"texture":"#0"},"up":{"uv":[1.5,3,2.5,2],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,3,2.5,2],"texture":"#0"}}},{"from":[5.165,6.6832,6.67849],"to":[5.635,7.1532,7.14849],"rotation":{"angle":-22.5,"axis":"x","origin":[5.39812,5.38232,4.73148]},"faces":{"north":{"uv":[1.5,2,2.5,3],"texture":"#0"},"east":{"uv":[1.5,2,2.5,3],"rotation":90,"texture":"#0"},"south":{"uv":[1.5,2,2.5,3],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,2,2.5,3],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,3,1.5,2],"rotation":180,"texture":"#0"},"down":{"uv":[2.5,3,1.5,2],"texture":"#0"}}},{"from":[10.365,6.6832,6.67849],"to":[10.835,7.1532,7.14849],"rotation":{"angle":-22.5,"axis":"x","origin":[10.60188,5.38232,4.73148]},"faces":{"north":{"uv":[2.5,2,1.5,3],"texture":"#0"},"east":{"uv":[1.5,3,2.5,2],"rotation":270,"texture":"#0"},"south":{"uv":[2.5,2,1.5,3],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,3,2.5,2],"rotation":90,"texture":"#0"},"up":{"uv":[1.5,3,2.5,2],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,3,2.5,2],"texture":"#0"}}},{"from":[7.78,11.48961,5.51351],"to":[8.22,11.92961,5.95351],"rotation":{"angle":-45,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[9,2,8.5,2.5],"texture":"#0"},"east":{"uv":[8.5,2.5,9,2],"rotation":270,"texture":"#0"},"south":{"uv":[9,2,8.5,2.5],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,2.5,9,2],"rotation":90,"texture":"#0"},"up":{"uv":[8.5,2.5,9,2],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,2.5,9,2],"texture":"#0"}}},{"from":[7.78,12.24001,7.83448],"to":[8.22,12.68001,8.27448],"rotation":{"angle":0,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[9,2,8.5,2.5],"texture":"#0"},"east":{"uv":[8.5,2.5,9,2],"rotation":270,"texture":"#0"},"south":{"uv":[9,2,8.5,2.5],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,2.5,9,2],"rotation":90,"texture":"#0"},"up":{"uv":[8.5,2.5,9,2],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,2.5,9,2],"texture":"#0"}}},{"from":[7.773,2.08044,0.18832],"to":[8.237,3.04444,1.05232],"rotation":{"angle":0,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[2.5,1,3.4,0],"rotation":270,"texture":"#0"},"east":{"uv":[2.5,1,3.4,0],"rotation":270,"texture":"#0"},"south":{"uv":[2.5,1,3.4,0],"rotation":270,"texture":"#0"},"west":{"uv":[2.5,1,3.4,0],"rotation":270,"texture":"#0"},"up":{"uv":[3.4,0,2.5,1],"rotation":90,"texture":"#0"},"down":{"uv":[3.4,0,2.5,1],"rotation":90,"texture":"#0"}}},{"from":[5.163,2.44336,2.94619],"to":[5.627,3.40736,3.81019],"rotation":{"angle":22.5,"axis":"x","origin":[5.39812,5.38232,4.73148]},"faces":{"north":{"uv":[2.5,0,3.4,1],"rotation":270,"texture":"#0"},"east":{"uv":[2.5,0,3.4,1],"rotation":270,"texture":"#0"},"south":{"uv":[2.5,0,3.4,1],"rotation":270,"texture":"#0"},"west":{"uv":[2.5,0,3.4,1],"rotation":270,"texture":"#0"},"up":{"uv":[3.4,1,2.5,0],"rotation":90,"texture":"#0"},"down":{"uv":[3.4,1,2.5,0],"rotation":90,"texture":"#0"}}},{"from":[10.373,2.44336,2.94619],"to":[10.837,3.40736,3.81019],"rotation":{"angle":22.5,"axis":"x","origin":[10.60188,5.38232,4.73148]},"faces":{"north":{"uv":[2.5,1,3.4,0],"rotation":270,"texture":"#0"},"east":{"uv":[2.5,1,3.4,0],"rotation":270,"texture":"#0"},"south":{"uv":[2.5,1,3.4,0],"rotation":270,"texture":"#0"},"west":{"uv":[2.5,1,3.4,0],"rotation":270,"texture":"#0"},"up":{"uv":[3.4,0,2.5,1],"rotation":90,"texture":"#0"},"down":{"uv":[3.4,0,2.5,1],"rotation":90,"texture":"#0"}}},{"from":[7.775,8.3284,11.69889],"to":[8.235,9.2884,12.15889],"rotation":{"angle":-45,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[8.5,6,8,5],"texture":"#0"},"east":{"uv":[8.5,6,8,5],"texture":"#0"},"south":{"uv":[8.5,6,8,5],"texture":"#0"},"west":{"uv":[8.5,6,8,5],"texture":"#0"},"up":{"uv":[8.5,6,8,5],"texture":"#0"},"down":{"uv":[8.5,6,8,5],"texture":"#0"}}},{"from":[7.775,10.84233,5.50378],"to":[8.235,11.70233,6.46378],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[6.9,4.5,6,5.5],"texture":"#0"},"east":{"uv":[6.9,5.5,6,4.5],"rotation":270,"texture":"#0"},"south":{"uv":[6.9,4.5,6,5.5],"rotation":180,"texture":"#0"},"west":{"uv":[6,5.5,6.9,4.5],"rotation":90,"texture":"#0"},"up":{"uv":[6,5.5,6.5,4.5],"rotation":180,"texture":"#0"},"down":{"uv":[6.5,5.5,7,4.5],"texture":"#0"}}},{"from":[7.775,12.42381,7.36092],"to":[8.235,13.28381,8.32092],"rotation":{"angle":22.5,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[6,5.5,6.9,4.5],"rotation":180,"texture":"#0"},"east":{"uv":[6,4.5,6.9,5.5],"rotation":90,"texture":"#0"},"south":{"uv":[6,5.5,6.9,4.5],"texture":"#0"},"west":{"uv":[6.9,4.5,6,5.5],"rotation":270,"texture":"#0"},"up":{"uv":[6.5,4.5,6,5.5],"texture":"#0"},"down":{"uv":[7,4.5,6.5,5.5],"rotation":180,"texture":"#0"}}},{"from":[7.78,4.53865,-2.03654],"to":[8.23,5.23865,-1.78654],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[4,0.75,4.8,0],"rotation":270,"texture":"#0"},"east":{"uv":[4.8,0,4,0.75],"rotation":180,"texture":"#0"},"south":{"uv":[4,0.75,4.8,0],"rotation":90,"texture":"#0"},"west":{"uv":[4.8,0,4,0.75],"texture":"#0"},"up":{"uv":[4.8,0,4,0.75],"rotation":90,"texture":"#0"},"down":{"uv":[4.8,0,4,0.75],"rotation":270,"texture":"#0"}}},{"from":[5.17,2.63865,1.96346],"to":[5.62,3.33865,2.21346],"rotation":{"angle":0,"axis":"x","origin":[5.39812,5.38232,4.73148]},"faces":{"north":{"uv":[4,0,4.8,0.75],"rotation":270,"texture":"#0"},"east":{"uv":[4,0,4.8,0.75],"texture":"#0"},"south":{"uv":[4,0,4.8,0.75],"rotation":90,"texture":"#0"},"west":{"uv":[4,0,4.8,0.75],"rotation":180,"texture":"#0"},"up":{"uv":[4.8,0.75,4,0],"rotation":90,"texture":"#0"},"down":{"uv":[4.8,0.75,4,0],"rotation":270,"texture":"#0"}}},{"from":[10.38,2.63865,1.96346],"to":[10.83,3.33865,2.21346],"rotation":{"angle":0,"axis":"x","origin":[10.60188,5.38232,4.73148]},"faces":{"north":{"uv":[4,0.75,4.8,0],"rotation":270,"texture":"#0"},"east":{"uv":[4.8,0,4,0.75],"rotation":180,"texture":"#0"},"south":{"uv":[4,0.75,4.8,0],"rotation":90,"texture":"#0"},"west":{"uv":[4.8,0,4,0.75],"texture":"#0"},"up":{"uv":[4.8,0,4,0.75],"rotation":90,"texture":"#0"},"down":{"uv":[4.8,0,4,0.75],"rotation":270,"texture":"#0"}}},{"from":[7.775,-0.2003,3.73519],"to":[8.235,0.4097,4.09519],"rotation":{"angle":22.5,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[4.8,0,4,0.75],"rotation":90,"texture":"#0"},"east":{"uv":[4,0.75,4.8,0],"rotation":180,"texture":"#0"},"south":{"uv":[4.8,0,4,0.75],"rotation":270,"texture":"#0"},"west":{"uv":[4,0.75,4.8,0],"texture":"#0"},"up":{"uv":[4,0.75,4.8,0],"rotation":90,"texture":"#0"},"down":{"uv":[4,0.75,4.8,0],"rotation":270,"texture":"#0"}}},{"from":[5.165,5.27429,1.1271],"to":[5.625,5.63429,1.7371],"rotation":{"angle":-45,"axis":"x","origin":[5.39812,5.38232,4.73148]},"faces":{"north":{"uv":[4,0,4.8,0.75],"rotation":90,"texture":"#0"},"east":{"uv":[4,0,4.8,0.75],"rotation":90,"texture":"#0"},"south":{"uv":[4,0,4.8,0.75],"rotation":90,"texture":"#0"},"west":{"uv":[4,0,4.8,0.75],"rotation":90,"texture":"#0"},"up":{"uv":[4.8,0.75,4,0],"rotation":270,"texture":"#0"},"down":{"uv":[4.8,0.75,4,0],"rotation":270,"texture":"#0"}}},{"from":[10.375,5.27429,1.1271],"to":[10.835,5.63429,1.7371],"rotation":{"angle":-45,"axis":"x","origin":[10.60188,5.38232,4.73148]},"faces":{"north":{"uv":[4,0.75,4.8,0],"rotation":90,"texture":"#0"},"east":{"uv":[4,0.75,4.8,0],"rotation":90,"texture":"#0"},"south":{"uv":[4,0.75,4.8,0],"rotation":90,"texture":"#0"},"west":{"uv":[4,0.75,4.8,0],"rotation":90,"texture":"#0"},"up":{"uv":[4.8,0,4,0.75],"rotation":270,"texture":"#0"},"down":{"uv":[4.8,0,4,0.75],"rotation":270,"texture":"#0"}}},{"from":[7.78,13.60404,8.3226],"to":[8.23,13.95404,9.0226],"rotation":{"angle":22.5,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[7.5,3,7.9,3.75],"rotation":180,"texture":"#0"},"east":{"uv":[7.5,3,7.9,3.75],"rotation":90,"texture":"#0"},"south":{"uv":[7.5,3,7.9,3.75],"texture":"#0"},"west":{"uv":[7.5,3,7.9,3.75],"rotation":270,"texture":"#0"},"up":{"uv":[7.5,3,7.9,3.75],"texture":"#0"},"down":{"uv":[7.5,3,7.9,3.75],"rotation":180,"texture":"#0"}}},{"from":[7.78,11.35214,5.83768],"to":[8.23,12.10214,6.53768],"rotation":{"angle":-45,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[6.5,4.5,6,4.75],"rotation":180,"texture":"#0"},"east":{"uv":[6,4.75,6.5,4.5],"rotation":90,"texture":"#0"},"south":{"uv":[6.5,4.5,6,4.75],"texture":"#0"},"west":{"uv":[6,4.75,6.5,4.5],"rotation":270,"texture":"#0"},"up":{"uv":[6,4.75,6.5,4.5],"texture":"#0"},"down":{"uv":[6,4.75,6.5,4.5],"rotation":180,"texture":"#0"}}},{"from":[7.78,12.10254,8.15865],"to":[8.23,12.85254,8.85865],"rotation":{"angle":0,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[6.5,4.5,6,4.75],"rotation":180,"texture":"#0"},"east":{"uv":[6,4.75,6.5,4.5],"rotation":90,"texture":"#0"},"south":{"uv":[6.5,4.5,6,4.75],"texture":"#0"},"west":{"uv":[6,4.75,6.5,4.5],"rotation":270,"texture":"#0"},"up":{"uv":[6,4.75,6.5,4.5],"texture":"#0"},"down":{"uv":[6,4.75,6.5,4.5],"rotation":180,"texture":"#0"}}},{"from":[7.77,7.61776,2.44049],"to":[8.23,7.97776,3.00049],"rotation":{"angle":0,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[2.5,2,1.5,3],"texture":"#0"},"east":{"uv":[1.5,3,2.5,2],"rotation":270,"texture":"#0"},"south":{"uv":[2.5,2,1.5,3],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,3,2.5,2],"rotation":90,"texture":"#0"},"up":{"uv":[1.5,3,2.5,2],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,3,2.5,2],"texture":"#0"}}},{"from":[5.17,7.98068,5.19836],"to":[5.63,8.34068,5.75836],"rotation":{"angle":22.5,"axis":"x","origin":[5.39812,5.38232,4.73148]},"faces":{"north":{"uv":[1.5,2,2.5,3],"texture":"#0"},"east":{"uv":[1.5,2,2.5,3],"rotation":90,"texture":"#0"},"south":{"uv":[1.5,2,2.5,3],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,2,2.5,3],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,3,1.5,2],"rotation":180,"texture":"#0"},"down":{"uv":[2.5,3,1.5,2],"texture":"#0"}}},{"from":[10.37,7.98068,5.19836],"to":[10.83,8.34068,5.75836],"rotation":{"angle":22.5,"axis":"x","origin":[10.60188,5.38232,4.73148]},"faces":{"north":{"uv":[2.5,2,1.5,3],"texture":"#0"},"east":{"uv":[1.5,3,2.5,2],"rotation":270,"texture":"#0"},"south":{"uv":[2.5,2,1.5,3],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,3,2.5,2],"rotation":90,"texture":"#0"},"up":{"uv":[1.5,3,2.5,2],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,3,2.5,2],"texture":"#0"}}},{"from":[7.785,9.51662,4.07915],"to":[8.215,10.04662,4.40915],"rotation":{"angle":0,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[9,1.1,9.4,0.5],"rotation":270,"texture":"#0"},"east":{"uv":[9.4,0.5,9,1.1],"rotation":180,"texture":"#0"},"south":{"uv":[9,1.1,9.4,0.5],"rotation":90,"texture":"#0"},"west":{"uv":[9.4,0.5,9,1.1],"texture":"#0"},"up":{"uv":[9.4,0.5,9,1.1],"rotation":90,"texture":"#0"},"down":{"uv":[9.4,0.5,9,1.1],"rotation":270,"texture":"#0"}}},{"from":[7.785,10.79421,9.45602],"to":[8.215,11.12421,9.98602],"rotation":{"angle":-45,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[9.4,0.5,9,1.1],"rotation":90,"texture":"#0"},"east":{"uv":[9.4,0.5,9,1.1],"rotation":90,"texture":"#0"},"south":{"uv":[9.4,0.5,9,1.1],"rotation":90,"texture":"#0"},"west":{"uv":[9.4,0.5,9,1.1],"rotation":90,"texture":"#0"},"up":{"uv":[9,1.1,9.4,0.5],"rotation":90,"texture":"#0"},"down":{"uv":[9,1.1,9.4,0.5],"rotation":90,"texture":"#0"}}},{"from":[7.749,9.56176,1.91485],"to":[8.251,10.81376,8.91685],"rotation":{"angle":-45,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[3,4.5,4.25,4],"rotation":90,"texture":"#0"},"east":{"uv":[9,4.5,2,6],"texture":"#0"},"south":{"uv":[2,5.5,9,4],"rotation":270,"texture":"#0"},"west":{"uv":[2,4.5,9,6],"texture":"#0"},"up":{"uv":[9.5,4.5,2.5,5],"rotation":270,"texture":"#0"},"down":{"uv":[9.5,4,2.5,4.5],"rotation":90,"texture":"#0"}}},{"from":[5.149,7.87623,6.08742],"to":[5.651,9.12823,13.08942],"rotation":{"angle":-22.5,"axis":"x","origin":[5.39833,7.0466,11.66618]},"faces":{"north":{"uv":[3,4,4.25,4.5],"rotation":90,"texture":"#0"},"east":{"uv":[9,4.5,2,6],"texture":"#0"},"south":{"uv":[4.5,4,5,5.5],"rotation":180,"texture":"#0"},"west":{"uv":[2,4.5,9,6],"texture":"#0"},"up":{"uv":[9.5,5,2.5,4.5],"rotation":270,"texture":"#0"},"down":{"uv":[9.5,4.5,2.5,4],"rotation":90,"texture":"#0"}}},{"from":[10.349,7.87623,6.08742],"to":[10.851,9.12823,13.08942],"rotation":{"angle":-22.5,"axis":"x","origin":[10.60167,7.0466,11.66618]},"faces":{"north":{"uv":[3,4.5,4.25,4],"rotation":90,"texture":"#0"},"east":{"uv":[9,4.5,2,6],"texture":"#0"},"south":{"uv":[5,4,4.5,5.5],"rotation":180,"texture":"#0"},"west":{"uv":[2,4.5,9,6],"texture":"#0"},"up":{"uv":[9.5,4.5,2.5,5],"rotation":270,"texture":"#0"},"down":{"uv":[9.5,4,2.5,4.5],"rotation":90,"texture":"#0"}}},{"from":[7.755,6.73823,1.30402],"to":[8.245,8.97823,2.54402],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[1,0,0,4.5],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,6.5,5,4],"texture":"#0"},"south":{"uv":[1,0,0,4.5],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,4,5,6.5],"rotation":180,"texture":"#0"},"up":{"uv":[0,2.5,1,0],"texture":"#0"},"down":{"uv":[5,4,3.5,4.5],"rotation":270,"texture":"#0"}}},{"from":[5.155,4.83823,5.30402],"to":[5.645,7.07823,6.54402],"rotation":{"angle":0,"axis":"x","origin":[5.39812,5.38232,4.73148]},"faces":{"north":{"uv":[0,0,1,4.5],"rotation":180,"texture":"#0"},"east":{"uv":[5,4,3.5,6.5],"rotation":180,"texture":"#0"},"south":{"uv":[0,0,1,4.5],"rotation":180,"texture":"#0"},"west":{"uv":[5,6.5,3.5,4],"texture":"#0"},"up":{"uv":[1,2.5,0,0],"texture":"#0"},"down":{"uv":[5,4.5,3.5,4],"rotation":270,"texture":"#0"}}},{"from":[10.355,4.83823,5.30402],"to":[10.845,7.07823,6.54402],"rotation":{"angle":0,"axis":"x","origin":[10.60188,5.38232,4.73148]},"faces":{"north":{"uv":[1,0,0,4.5],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,6.5,5,4],"texture":"#0"},"south":{"uv":[1,0,0,4.5],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,4,5,6.5],"rotation":180,"texture":"#0"},"up":{"uv":[0,2.5,1,0],"texture":"#0"},"down":{"uv":[5,4,3.5,4.5],"rotation":270,"texture":"#0"}}},{"from":[7.755,8.3694,6.27817],"to":[8.245,9.3594,7.26817],"rotation":{"angle":22.5,"axis":"x","origin":[8.00167,11.0466,9.66618]},"faces":{"north":{"uv":[5.5,2.5,4.5,3.5],"texture":"#0"},"east":{"uv":[5.5,2.5,4.5,3.5],"texture":"#0"},"south":{"uv":[5.5,2.5,5,3.5],"texture":"#0"},"west":{"uv":[4.5,3.5,5.5,2.5],"rotation":90,"texture":"#0"},"up":{"uv":[4.5,3.5,5.5,2.5],"rotation":180,"texture":"#0"},"down":{"uv":[5,3.5,5.5,2.5],"texture":"#0"}}},{"from":[5.155,4.3694,8.27817],"to":[5.645,5.3594,9.26817],"rotation":{"angle":22.5,"axis":"x","origin":[5.39833,7.0466,11.66618]},"faces":{"north":{"uv":[4.5,2.5,5.5,3.5],"texture":"#0"},"east":{"uv":[4.5,2.5,5.5,3.5],"rotation":90,"texture":"#0"},"south":{"uv":[5,2.5,5.5,3.5],"texture":"#0"},"west":{"uv":[4.5,2.5,5.5,3.5],"texture":"#0"},"up":{"uv":[5.5,3.5,4.5,2.5],"rotation":180,"texture":"#0"},"down":{"uv":[5.5,3.5,5,2.5],"texture":"#0"}}},{"from":[10.355,4.3694,8.27817],"to":[10.845,5.3594,9.26817],"rotation":{"angle":22.5,"axis":"x","origin":[10.60167,7.0466,11.66618]},"faces":{"north":{"uv":[5.5,2.5,4.5,3.5],"texture":"#0"},"east":{"uv":[5.5,2.5,4.5,3.5],"texture":"#0"},"south":{"uv":[5.5,2.5,5,3.5],"texture":"#0"},"west":{"uv":[4.5,3.5,5.5,2.5],"rotation":90,"texture":"#0"},"up":{"uv":[4.5,3.5,5.5,2.5],"rotation":180,"texture":"#0"},"down":{"uv":[5,3.5,5.5,2.5],"texture":"#0"}}},{"from":[7.755,6.78108,5.55658],"to":[8.245,8.02108,6.54658],"rotation":{"angle":0,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[8.5,4.5,9.1,5.75],"rotation":90,"texture":"#0"},"east":{"uv":[9.1,5.75,8.5,4.5],"texture":"#0"},"south":{"uv":[8.5,4.5,9.1,5.75],"rotation":270,"texture":"#0"},"west":{"uv":[9.1,5.75,8.5,4.5],"rotation":180,"texture":"#0"},"up":{"uv":[9.1,5.75,8.5,4.5],"rotation":270,"texture":"#0"},"down":{"uv":[9.1,5.75,8.5,4.5],"rotation":90,"texture":"#0"}}},{"from":[5.155,4.61689,9.47922],"to":[5.645,5.85689,10.46922],"rotation":{"angle":22.5,"axis":"x","origin":[5.39833,7.0466,11.66618]},"faces":{"north":{"uv":[8.5,5.75,9.1,4.5],"rotation":90,"texture":"#0"},"east":{"uv":[8.5,5.75,9.1,4.5],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,4.5,8,5.75],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,5.75,9.1,4.5],"texture":"#0"},"up":{"uv":[9.1,4.5,8.5,5.75],"rotation":270,"texture":"#0"},"down":{"uv":[9.1,4.5,8.5,5.75],"rotation":90,"texture":"#0"}}},{"from":[10.355,4.61689,9.47922],"to":[10.845,5.85689,10.46922],"rotation":{"angle":22.5,"axis":"x","origin":[10.60167,7.0466,11.66618]},"faces":{"north":{"uv":[8.5,4.5,9.1,5.75],"rotation":90,"texture":"#0"},"east":{"uv":[9.1,5.75,8.5,4.5],"texture":"#0"},"south":{"uv":[8,4.5,8.5,5.75],"rotation":180,"texture":"#0"},"west":{"uv":[9.1,5.75,8.5,4.5],"rotation":180,"texture":"#0"},"up":{"uv":[9.1,5.75,8.5,4.5],"rotation":270,"texture":"#0"},"down":{"uv":[9.1,5.75,8.5,4.5],"rotation":90,"texture":"#0"}}},{"from":[7.655,6.98108,5.75658],"to":[8.345,8.22108,6.34658],"rotation":{"angle":0,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[8.5,4.5,9.1,5.75],"rotation":90,"texture":"#0"},"east":{"uv":[9.1,5.75,8.5,4.5],"texture":"#0"},"south":{"uv":[8.5,4.5,9.1,5.75],"rotation":270,"texture":"#0"},"west":{"uv":[9.1,5.75,8.5,4.5],"rotation":180,"texture":"#0"},"up":{"uv":[9.1,5.75,8.5,4.5],"rotation":270,"texture":"#0"},"down":{"uv":[9.1,5.75,8.5,4.5],"rotation":90,"texture":"#0"}}},{"from":[5.055,4.81689,9.67922],"to":[5.745,6.05689,10.26922],"rotation":{"angle":22.5,"axis":"x","origin":[5.39833,7.0466,11.66618]},"faces":{"north":{"uv":[8.5,5.75,9.1,4.5],"rotation":90,"texture":"#0"},"east":{"uv":[8.5,5.75,9.1,4.5],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,5.75,9.1,4.5],"rotation":270,"texture":"#0"},"west":{"uv":[8.5,5.75,9.1,4.5],"texture":"#0"},"up":{"uv":[9.1,4.5,8.5,5.75],"rotation":270,"texture":"#0"},"down":{"uv":[9.1,4.5,8.5,5.75],"rotation":90,"texture":"#0"}}},{"from":[10.255,4.81689,9.67922],"to":[10.945,6.05689,10.26922],"rotation":{"angle":22.5,"axis":"x","origin":[10.60167,7.0466,11.66618]},"faces":{"north":{"uv":[8.5,4.5,9.1,5.75],"rotation":90,"texture":"#0"},"east":{"uv":[9.1,5.75,8.5,4.5],"texture":"#0"},"south":{"uv":[8.5,4.5,9.1,5.75],"rotation":270,"texture":"#0"},"west":{"uv":[9.1,5.75,8.5,4.5],"rotation":180,"texture":"#0"},"up":{"uv":[9.1,5.75,8.5,4.5],"rotation":270,"texture":"#0"},"down":{"uv":[9.1,5.75,8.5,4.5],"rotation":90,"texture":"#0"}}},{"from":[7.655,6.73359,4.55553],"to":[8.345,7.97359,5.14553],"rotation":{"angle":0,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[4.5,5.2,5.75,4.5],"rotation":90,"texture":"#0"},"east":{"uv":[5.1,4.5,4.5,5.75],"texture":"#0"},"south":{"uv":[4.5,5.2,5.75,4.5],"rotation":270,"texture":"#0"},"west":{"uv":[5.1,4.5,4.5,5.75],"rotation":180,"texture":"#0"},"up":{"uv":[5.1,4.5,4.5,5.2],"rotation":270,"texture":"#0"},"down":{"uv":[5.1,4.5,4.5,5.2],"rotation":90,"texture":"#0"}}},{"from":[5.055,4.5694,8.47817],"to":[5.745,5.8094,9.06817],"rotation":{"angle":22.5,"axis":"x","origin":[5.39833,7.0466,11.66618]},"faces":{"north":{"uv":[4.5,4.5,5.75,5.2],"rotation":90,"texture":"#0"},"east":{"uv":[4.5,4.5,5.1,5.75],"rotation":180,"texture":"#0"},"south":{"uv":[4.5,4.5,5.75,5.2],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,4.5,5.1,5.75],"texture":"#0"},"up":{"uv":[5.1,5.2,4.5,4.5],"rotation":270,"texture":"#0"},"down":{"uv":[5.1,5.2,4.5,4.5],"rotation":90,"texture":"#0"}}},{"from":[10.255,4.5694,8.47817],"to":[10.945,5.8094,9.06817],"rotation":{"angle":22.5,"axis":"x","origin":[10.60167,7.0466,11.66618]},"faces":{"north":{"uv":[4.5,5.2,5.75,4.5],"rotation":90,"texture":"#0"},"east":{"uv":[5.1,4.5,4.5,5.75],"texture":"#0"},"south":{"uv":[4.5,5.2,5.75,4.5],"rotation":270,"texture":"#0"},"west":{"uv":[5.1,4.5,4.5,5.75],"rotation":180,"texture":"#0"},"up":{"uv":[5.1,4.5,4.5,5.2],"rotation":270,"texture":"#0"},"down":{"uv":[5.1,4.5,4.5,5.2],"rotation":90,"texture":"#0"}}},{"from":[7.655,7.22857,6.95762],"to":[8.345,8.71857,7.54762],"rotation":{"angle":0,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[5.5,8.2,7,7.5],"rotation":90,"texture":"#0"},"east":{"uv":[6.1,7.5,5.5,9],"texture":"#0"},"south":{"uv":[5.5,8.2,7,7.5],"rotation":270,"texture":"#0"},"west":{"uv":[6.1,7.5,5.5,9],"rotation":180,"texture":"#0"},"up":{"uv":[6.1,7.5,5.5,8.2],"rotation":270,"texture":"#0"},"down":{"uv":[6.1,7.5,5.5,8.2],"rotation":90,"texture":"#0"}}},{"from":[7.755,7.02857,6.75762],"to":[8.245,8.51857,7.74762],"rotation":{"angle":0,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[5.5,8,7,7.5],"rotation":90,"texture":"#0"},"east":{"uv":[6.5,7.5,5.5,9],"texture":"#0"},"south":{"uv":[5.5,8,7,7.5],"rotation":270,"texture":"#0"},"west":{"uv":[6.5,7.5,5.5,9],"rotation":180,"texture":"#0"},"up":{"uv":[6.5,7.5,5.5,8],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,7.5,5.5,8],"rotation":90,"texture":"#0"}}},{"from":[7.7,6.9785,8.32115],"to":[8.3,10.3785,9.32115],"rotation":{"angle":-45,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[5.1,8,1.5,9],"rotation":180,"texture":"#0"},"east":{"uv":[1.5,9,5.1,8],"rotation":270,"texture":"#0"},"south":{"uv":[1.5,8.6,5.1,8],"rotation":90,"texture":"#0"},"west":{"uv":[1.5,9,5.1,8],"rotation":270,"texture":"#0"},"up":{"uv":[1.5,9,2.1,8],"texture":"#0"},"down":{"uv":[1.5,9,2.1,8],"rotation":180,"texture":"#0"}}},{"from":[7.71,10.4786,7.95668],"to":[8.29,11.4586,12.03668],"rotation":{"angle":0,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[2.1,8,1.5,9],"texture":"#0"},"east":{"uv":[5,8,1.5,9],"rotation":180,"texture":"#0"},"south":{"uv":[2.1,8,1.5,9],"texture":"#0"},"west":{"uv":[5,8,1.5,9],"texture":"#0"},"up":{"uv":[5.1,8,1.5,8.6],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,9,5.1,8],"rotation":180,"texture":"#0"}}},{"from":[7.77,9.02654,-1.37821],"to":[8.23,9.98654,8.48179],"rotation":{"angle":-45,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[4.5,0,3.5,9.9],"texture":"#0"},"east":{"uv":[3,1,4,10.9],"rotation":90,"texture":"#0"},"south":{"uv":[4.5,0,3.5,9.9],"rotation":180,"texture":"#0"},"west":{"uv":[3,10.9,4,1],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,9.9,4.5,0],"rotation":180,"texture":"#0"},"down":{"uv":[4,10.9,4.5,1],"texture":"#0"}}},{"from":[5.17,4.56053,2.90338],"to":[5.63,5.52053,12.76338],"rotation":{"angle":-22.5,"axis":"x","origin":[5.39812,5.38232,4.73148]},"faces":{"north":{"uv":[3.5,0,4.5,9.9],"texture":"#0"},"east":{"uv":[3,1,4,10.9],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,0,3.96,0.96],"rotation":180,"texture":"#0"},"west":{"uv":[3,10.9,4,1],"rotation":90,"texture":"#0"},"up":{"uv":[4.5,9.9,3.5,0],"rotation":180,"texture":"#0"},"down":{"uv":[4.5,10.9,4,1],"texture":"#0"}}},{"from":[10.37,4.56053,2.90338],"to":[10.83,5.52053,12.76338],"rotation":{"angle":-22.5,"axis":"x","origin":[10.60188,5.38232,4.73148]},"faces":{"north":{"uv":[4.5,0,3.5,9.9],"texture":"#0"},"east":{"uv":[3,1,4,10.9],"rotation":90,"texture":"#0"},"south":{"uv":[3.96,0,3.5,0.96],"rotation":180,"texture":"#0"},"west":{"uv":[3,10.9,4,1],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,9.9,4.5,0],"rotation":180,"texture":"#0"},"down":{"uv":[4,10.9,4.5,1],"texture":"#0"}}},{"from":[7.51,8.25053,4.99338],"to":[8.49,9.53053,10.47338],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[5,4.5,4,8.5],"texture":"#0"},"east":{"uv":[4,8.5,5,4.5],"rotation":270,"texture":"#0"},"south":{"uv":[5,4.5,4,8.5],"rotation":180,"texture":"#0"},"west":{"uv":[0,9,1,5],"rotation":90,"texture":"#0"},"up":{"uv":[4,8.5,5,4.5],"rotation":180,"texture":"#0"},"down":{"uv":[4,8.5,5,4.5],"texture":"#0"}}},{"from":[4.91,6.35053,8.99338],"to":[5.89,7.63053,12.47338],"rotation":{"angle":0,"axis":"x","origin":[5.39833,7.0466,11.66618]},"faces":{"north":{"uv":[4,4.5,5,8.5],"texture":"#0"},"east":{"uv":[0,5,1,9],"rotation":90,"texture":"#0"},"south":{"uv":[3,7.5,4,9],"rotation":180,"texture":"#0"},"west":{"uv":[4,4.5,5,8.5],"rotation":270,"texture":"#0"},"up":{"uv":[5,8.5,4,4.5],"rotation":180,"texture":"#0"},"down":{"uv":[5,8.5,4,4.5],"texture":"#0"}}},{"from":[4.92,6.16053,11.70338],"to":[5.88,8.64053,13.18338],"rotation":{"angle":22.5,"axis":"x","origin":[5.4,7.90053,12.44338]},"faces":{"north":{"uv":[2.5,6.5,4,7.48],"rotation":90,"texture":"#0"},"east":{"uv":[4,6.5,2.5,9],"texture":"#0"},"south":{"uv":[4,6.5,4.98,9],"texture":"#0"},"west":{"uv":[2.5,6.5,4,9],"texture":"#0"},"up":{"uv":[4,6.5,5.5,7.48],"rotation":90,"texture":"#0"},"down":{"uv":[2,7,3.5,7.98],"rotation":270,"texture":"#0"}}},{"from":[10.12,6.16053,11.70338],"to":[11.08,8.64053,13.18338],"rotation":{"angle":22.5,"axis":"x","origin":[10.6,7.90053,12.44338]},"faces":{"north":{"uv":[2.5,7.48,4,6.5],"rotation":90,"texture":"#0"},"east":{"uv":[4,6.5,2.5,9],"texture":"#0"},"south":{"uv":[4.98,6.5,4,9],"texture":"#0"},"west":{"uv":[2.5,6.5,4,9],"texture":"#0"},"up":{"uv":[4,7.48,5.5,6.5],"rotation":90,"texture":"#0"},"down":{"uv":[2,7.98,3.5,7],"rotation":270,"texture":"#0"}}},{"from":[10.11,6.35053,8.99338],"to":[11.09,7.63053,12.47338],"rotation":{"angle":0,"axis":"x","origin":[10.60167,7.0466,11.66618]},"faces":{"north":{"uv":[5,4.5,4,8.5],"texture":"#0"},"east":{"uv":[4,8.5,5,4.5],"rotation":270,"texture":"#0"},"south":{"uv":[4,7.5,3,9],"rotation":180,"texture":"#0"},"west":{"uv":[0,9,1,5],"rotation":90,"texture":"#0"},"up":{"uv":[4,8.5,5,4.5],"rotation":180,"texture":"#0"},"down":{"uv":[4,8.5,5,4.5],"texture":"#0"}}},{"from":[7.501,9.31508,4.70484],"to":[8.499,10.31308,8.70284],"rotation":{"angle":-45,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[5,4.5,4,5.5],"texture":"#0"},"east":{"uv":[4,8.5,5,4.5],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,4.5,4.5,8.5],"rotation":180,"texture":"#0"},"west":{"uv":[4.5,9,3.5,5],"rotation":90,"texture":"#0"},"up":{"uv":[4.5,8.5,5.5,4.5],"rotation":180,"texture":"#0"},"down":{"uv":[4,8.5,5,4.5],"texture":"#0"}}},{"from":[4.901,7.62955,8.87741],"to":[5.899,8.62755,12.87541],"rotation":{"angle":-22.5,"axis":"x","origin":[5.39833,7.0466,11.66618]},"faces":{"north":{"uv":[4,4.5,5,5.5],"texture":"#0"},"east":{"uv":[4.5,5,3.5,9],"rotation":90,"texture":"#0"},"south":{"uv":[4.5,4.5,5.498,5.498],"rotation":180,"texture":"#0"},"west":{"uv":[4,4.5,5,8.5],"rotation":270,"texture":"#0"},"up":{"uv":[5.5,8.5,4.5,4.5],"rotation":180,"texture":"#0"},"down":{"uv":[5,8.5,4,4.5],"texture":"#0"}}},{"from":[10.101,7.62955,8.87741],"to":[11.099,8.62755,12.87541],"rotation":{"angle":-22.5,"axis":"x","origin":[10.60167,7.0466,11.66618]},"faces":{"north":{"uv":[5,4.5,4,5.5],"texture":"#0"},"east":{"uv":[4,8.5,5,4.5],"rotation":270,"texture":"#0"},"south":{"uv":[5.498,4.5,4.5,5.498],"rotation":180,"texture":"#0"},"west":{"uv":[4.5,9,3.5,5],"rotation":90,"texture":"#0"},"up":{"uv":[4.5,8.5,5.5,4.5],"rotation":180,"texture":"#0"},"down":{"uv":[4,8.5,5,4.5],"texture":"#0"}}},{"from":[7.2369,7.66126,8.08167],"to":[8.7369,9.66126,9.08167],"rotation":{"angle":-45,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[4,6,5.5,8],"texture":"#1"},"east":{"uv":[4,6,6,7],"rotation":90,"texture":"#1"},"south":{"uv":[4,6,5.5,8],"texture":"#1"},"west":{"uv":[4,6,6,7],"rotation":270,"texture":"#1"},"up":{"uv":[4,6,6,7],"texture":"#1"},"down":{"uv":[4,6,6,7],"rotation":180,"texture":"#1"}}},{"from":[7.2369,7.06047,6.34674],"to":[8.7369,8.06047,7.54674],"rotation":{"angle":-45,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[5,5.5,6.2,6.5],"rotation":270,"texture":"#1"},"east":{"uv":[5,5.5,6.2,6.5],"texture":"#1"},"south":{"uv":[5,5.5,6.2,6.5],"rotation":90,"texture":"#1"},"west":{"uv":[5,5.5,6.2,6.5],"rotation":180,"texture":"#1"},"up":{"uv":[5,5.5,6.2,6.5],"rotation":270,"texture":"#1"},"down":{"uv":[5,5.5,6.2,6.5],"rotation":90,"texture":"#1"}}},{"from":[7.1369,6.91047,7.29674],"to":[8.8369,8.21047,9.24674],"rotation":{"angle":-45,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[5,7,6.95,8.3],"rotation":270,"texture":"#1"},"east":{"uv":[5,7,6.95,8.3],"texture":"#1"},"south":{"uv":[5,7,6.95,8.3],"rotation":90,"texture":"#1"},"west":{"uv":[5,7,6.95,8.3],"rotation":180,"texture":"#1"},"up":{"uv":[3.5,7.5,5.45,8.8],"rotation":270,"texture":"#1"},"down":{"uv":[5,6.5,6.7,8.45],"rotation":180,"texture":"#1"}}},{"from":[7.2869,10.3572,6.61322],"to":[8.6869,11.2572,7.51322],"rotation":{"angle":22.5,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[4.5,4.5,5.4,5.4],"rotation":270,"texture":"#1"},"east":{"uv":[4.5,4.5,5.4,5.4],"texture":"#1"},"south":{"uv":[4.5,4.5,5.4,5.4],"rotation":90,"texture":"#1"},"west":{"uv":[4.5,4.5,5.4,5.4],"rotation":180,"texture":"#1"},"up":{"uv":[4.5,4.5,5.4,5.4],"rotation":270,"texture":"#1"},"down":{"uv":[4.5,4.5,5.4,5.4],"rotation":90,"texture":"#1"}}},{"from":[7.2869,7.00716,6.35721],"to":[8.6869,7.90716,7.25721],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[4,4,4.9,4.9],"rotation":270,"texture":"#1"},"east":{"uv":[4,4,4.9,4.9],"texture":"#1"},"south":{"uv":[4,4,4.9,4.9],"rotation":90,"texture":"#1"},"west":{"uv":[4,4,4.9,4.9],"rotation":180,"texture":"#1"},"up":{"uv":[4,4,4.9,4.9],"rotation":270,"texture":"#1"},"down":{"uv":[4,4,4.9,4.9],"rotation":90,"texture":"#1"}}},{"from":[7.3369,10.4198,6.65504],"to":[8.6369,11.2198,7.45504],"rotation":{"angle":0,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[4.5,5,5.3,5.8],"rotation":180,"texture":"#1"},"east":{"uv":[4.5,5,5.3,5.8],"rotation":270,"texture":"#1"},"south":{"uv":[4.5,5,5.3,5.8],"texture":"#1"},"west":{"uv":[4.5,5,5.3,5.8],"rotation":90,"texture":"#1"},"up":{"uv":[4.5,5,5.3,5.8],"rotation":180,"texture":"#1"},"down":{"uv":[4.5,5,5.3,5.8],"texture":"#1"}}},{"from":[7.3369,6.96806,6.52641],"to":[8.6369,7.76806,7.32641],"rotation":{"angle":0,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[4.5,4,5.3,4.8],"rotation":180,"texture":"#1"},"east":{"uv":[4.5,4,5.3,4.8],"rotation":270,"texture":"#1"},"south":{"uv":[4.5,4,5.3,4.8],"texture":"#1"},"west":{"uv":[4.5,4,5.3,4.8],"rotation":90,"texture":"#1"},"up":{"uv":[4.5,4,5.3,4.8],"rotation":180,"texture":"#1"},"down":{"uv":[4.5,4,5.3,4.8],"texture":"#1"}}},{"from":[7.3369,10.61814,9.42241],"to":[8.6369,11.41814,10.22241],"rotation":{"angle":22.5,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[4.5,4,5.3,4.8],"rotation":180,"texture":"#1"},"east":{"uv":[4.5,4,5.3,4.8],"rotation":180,"texture":"#1"},"south":{"uv":[4.5,4,5.3,4.8],"rotation":180,"texture":"#1"},"west":{"uv":[4.5,4,5.3,4.8],"rotation":180,"texture":"#1"},"up":{"uv":[4.5,4,5.3,4.8],"texture":"#1"},"down":{"uv":[4.5,4,5.3,4.8],"texture":"#1"}}},{"from":[7.3869,10.1724,7.39451],"to":[8.5869,10.8724,8.09451],"rotation":{"angle":-45,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[4.5,4,4.7,4.2],"rotation":90,"texture":"#1"},"east":{"uv":[4.5,4,4.7,4.2],"rotation":180,"texture":"#1"},"south":{"uv":[4.5,4,4.7,4.2],"rotation":270,"texture":"#1"},"west":{"uv":[4.5,4,4.7,4.2],"texture":"#1"},"up":{"uv":[4.5,4,4.7,4.2],"rotation":90,"texture":"#1"},"down":{"uv":[4.5,4,4.7,4.2],"rotation":270,"texture":"#1"}}},{"from":[7.3869,8.05692,5.09712],"to":[8.5869,8.85692,5.79712],"rotation":{"angle":-45,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[4.5,3.5,5.3,4.2],"rotation":180,"texture":"#1"},"east":{"uv":[4.5,3.5,5.3,4.2],"rotation":270,"texture":"#1"},"south":{"uv":[4.5,3.5,5.3,4.2],"texture":"#1"},"west":{"uv":[4.5,3.5,5.3,4.2],"rotation":90,"texture":"#1"},"up":{"uv":[4.5,3.5,5.3,4.2],"rotation":180,"texture":"#1"},"down":{"uv":[4.5,3.5,5.3,4.2],"texture":"#1"}}},{"from":[7.3869,8.35583,10.29157],"to":[8.5869,9.05583,11.09157],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[4.5,3.5,5.3,4.2],"rotation":180,"texture":"#1"},"east":{"uv":[4.5,3.5,5.3,4.2],"rotation":180,"texture":"#1"},"south":{"uv":[4.5,3.5,5.3,4.2],"rotation":180,"texture":"#1"},"west":{"uv":[4.5,3.5,5.3,4.2],"rotation":180,"texture":"#1"},"up":{"uv":[4.5,3.5,5.3,4.2],"texture":"#1"},"down":{"uv":[4.5,3.5,5.3,4.2],"texture":"#1"}}},{"from":[7.4369,9.65137,5.75592],"to":[8.5369,10.25137,6.35592],"rotation":{"angle":22.5,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[6.5,4,6.6,4.6],"texture":"#1"},"east":{"uv":[6.5,4,6.6,4.6],"rotation":90,"texture":"#1"},"south":{"uv":[6.5,4,6.6,4.6],"rotation":180,"texture":"#1"},"west":{"uv":[6.5,4,6.6,4.6],"rotation":270,"texture":"#1"},"up":{"uv":[6.5,4,6.6,4.6],"texture":"#1"},"down":{"uv":[6.5,4,6.6,4.6],"rotation":180,"texture":"#1"}}},{"from":[7.4369,7.32779,6.40279],"to":[8.5369,7.92779,7.00279],"rotation":{"angle":22.5,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[0.5,4.5,0.6,4.6],"rotation":270,"texture":"#1"},"east":{"uv":[0.5,4.5,0.6,4.6],"texture":"#1"},"south":{"uv":[0.5,4.5,0.6,4.6],"rotation":90,"texture":"#1"},"west":{"uv":[0.5,4.5,0.6,4.6],"rotation":180,"texture":"#1"},"up":{"uv":[0.5,4.5,0.6,4.6],"rotation":270,"texture":"#1"},"down":{"uv":[0.5,4.5,0.6,4.6],"rotation":90,"texture":"#1"}}},{"from":[7.4369,6.91256,10.37879],"to":[8.5369,7.51256,10.97879],"rotation":{"angle":-45,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[0.5,4.5,0.6,4.6],"rotation":270,"texture":"#1"},"east":{"uv":[0.5,4.5,0.6,4.6],"rotation":180,"texture":"#1"},"south":{"uv":[0.5,4.5,0.6,4.6],"rotation":90,"texture":"#1"},"west":{"uv":[0.5,4.5,0.6,4.6],"texture":"#1"},"up":{"uv":[0.5,4.5,0.6,4.6],"rotation":90,"texture":"#1"},"down":{"uv":[0.5,4.5,0.6,4.6],"rotation":270,"texture":"#1"}}},{"from":[7.4469,9.52428,6.00848],"to":[8.5269,10.10428,6.58848],"rotation":{"angle":0,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[6.5,4,6.579,4.579],"texture":"#1"},"east":{"uv":[6.5,4,6.579,4.579],"rotation":90,"texture":"#1"},"south":{"uv":[6.5,4,6.579,4.579],"rotation":180,"texture":"#1"},"west":{"uv":[6.5,4,6.579,4.579],"rotation":270,"texture":"#1"},"up":{"uv":[6.5,4,6.579,4.579],"texture":"#1"},"down":{"uv":[6.5,4,6.579,4.579],"rotation":180,"texture":"#1"}}},{"from":[7.4469,7.68434,5.0465],"to":[8.5269,8.26434,5.9265],"rotation":{"angle":0,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[1,3,1.879,4.079],"texture":"#1"},"east":{"uv":[1,3,1.879,4.079],"rotation":90,"texture":"#1"},"south":{"uv":[1,3,1.879,4.079],"rotation":180,"texture":"#1"},"west":{"uv":[1,3,1.879,4.079],"rotation":270,"texture":"#1"},"up":{"uv":[1,3,1.879,4.079],"texture":"#1"},"down":{"uv":[1,3,1.879,4.079],"rotation":180,"texture":"#1"}}},{"from":[7.4469,12.01805,10.13869],"to":[8.5269,12.89805,10.71869],"rotation":{"angle":22.5,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[1,3,1.879,4.079],"texture":"#1"},"east":{"uv":[1,3,1.879,4.079],"texture":"#1"},"south":{"uv":[1,3,1.879,4.079],"texture":"#1"},"west":{"uv":[1,3,1.879,4.079],"texture":"#1"},"up":{"uv":[1,3,1.879,4.079],"rotation":180,"texture":"#1"},"down":{"uv":[1,3,1.879,4.079],"rotation":180,"texture":"#1"}}},{"from":[7.4569,9.3302,6.19314],"to":[8.5169,9.8902,6.75314],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[7,2,7.078,2.578],"texture":"#1"},"east":{"uv":[7,2,7.078,2.578],"rotation":90,"texture":"#1"},"south":{"uv":[7,2,7.078,2.578],"rotation":180,"texture":"#1"},"west":{"uv":[7,2,7.078,2.578],"rotation":270,"texture":"#1"},"up":{"uv":[7,2,7.078,2.578],"texture":"#1"},"down":{"uv":[7,2,7.078,2.578],"rotation":180,"texture":"#1"}}},{"from":[7.4569,8.51951,3.81941],"to":[8.5169,9.07951,4.87941],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[3.5,0.5,3.559,1.5],"texture":"#1"},"east":{"uv":[3.5,0.5,3.559,1.5],"rotation":90,"texture":"#1"},"south":{"uv":[3.5,0.5,3.559,1.5],"rotation":180,"texture":"#1"},"west":{"uv":[3.5,0.5,3.559,1.5],"rotation":270,"texture":"#1"},"up":{"uv":[3.5,0.5,3.559,1.5],"texture":"#1"},"down":{"uv":[3.5,0.5,3.559,1.5],"rotation":180,"texture":"#1"}}},{"from":[7.4569,11.14748,11.24111],"to":[8.5169,12.20748,11.80111],"rotation":{"angle":0,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[3.5,0.5,3.559,1.5],"texture":"#1"},"east":{"uv":[3.5,0.5,3.559,1.5],"texture":"#1"},"south":{"uv":[3.5,0.5,3.559,1.5],"texture":"#1"},"west":{"uv":[3.5,0.5,3.559,1.5],"texture":"#1"},"up":{"uv":[3.5,0.5,3.559,1.5],"rotation":180,"texture":"#1"},"down":{"uv":[3.5,0.5,3.559,1.5],"rotation":180,"texture":"#1"}}},{"from":[7.4569,11.19216,6.97882],"to":[8.5169,11.75216,7.53882],"rotation":{"angle":0,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[4.5,4,4.56,4.06],"rotation":180,"texture":"#1"},"east":{"uv":[4.5,4,4.56,4.06],"rotation":270,"texture":"#1"},"south":{"uv":[4.5,4,4.56,4.06],"texture":"#1"},"west":{"uv":[4.5,4,4.56,4.06],"rotation":90,"texture":"#1"},"up":{"uv":[4.5,4,4.56,4.06],"rotation":180,"texture":"#1"},"down":{"uv":[4.5,4,4.56,4.06],"texture":"#1"}}},{"from":[7.4669,8.79567,6.4969],"to":[8.5069,9.33567,7.0369],"rotation":{"angle":22.5,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[7,2,7.078,2.578],"rotation":270,"texture":"#1"},"east":{"uv":[7,2,7.078,2.578],"texture":"#1"},"south":{"uv":[7,2,7.078,2.578],"rotation":90,"texture":"#1"},"west":{"uv":[7,2,7.078,2.578],"rotation":180,"texture":"#1"},"up":{"uv":[7,2,7.078,2.578],"rotation":270,"texture":"#1"},"down":{"uv":[7,2,7.078,2.578],"rotation":90,"texture":"#1"}}},{"from":[7.4669,9.7831,3.44152],"to":[8.5069,10.3231,3.98152],"rotation":{"angle":-45,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[3.5,0,3.979,0.479],"rotation":270,"texture":"#1"},"east":{"uv":[3.5,0,3.979,0.479],"texture":"#1"},"south":{"uv":[3.5,0,3.979,0.479],"rotation":90,"texture":"#1"},"west":{"uv":[3.5,0,3.979,0.479],"rotation":180,"texture":"#1"},"up":{"uv":[3.5,0,3.979,0.479],"rotation":270,"texture":"#1"},"down":{"uv":[3.5,0,3.979,0.479],"rotation":90,"texture":"#1"}}},{"from":[7.4669,10.17143,12.01775],"to":[8.5069,10.71143,12.55775],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[3.5,0,3.979,0.479],"rotation":270,"texture":"#1"},"east":{"uv":[3.5,0,3.979,0.479],"rotation":270,"texture":"#1"},"south":{"uv":[3.5,0,3.979,0.479],"rotation":270,"texture":"#1"},"west":{"uv":[3.5,0,3.979,0.479],"rotation":270,"texture":"#1"},"up":{"uv":[3.5,0,3.979,0.479],"rotation":90,"texture":"#1"},"down":{"uv":[3.5,0,3.979,0.479],"rotation":90,"texture":"#1"}}},{"from":[7.4669,10.44835,8.84573],"to":[8.5069,10.98835,9.38573],"rotation":{"angle":-45,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[6.5,4,6.54,4.54],"rotation":270,"texture":"#1"},"east":{"uv":[6.5,4,6.54,4.54],"texture":"#1"},"south":{"uv":[6.5,4,6.54,4.54],"rotation":90,"texture":"#1"},"west":{"uv":[6.5,4,6.54,4.54],"rotation":180,"texture":"#1"},"up":{"uv":[6.5,4,6.54,4.54],"rotation":270,"texture":"#1"},"down":{"uv":[6.5,4,6.54,4.54],"rotation":90,"texture":"#1"}}},{"from":[7.4969,8.88494,6.8617],"to":[8.4769,9.36494,7.3417],"rotation":{"angle":0,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[3.5,0,3.979,0.479],"rotation":270,"texture":"#1"},"east":{"uv":[3.5,0,3.979,0.479],"texture":"#1"},"south":{"uv":[3.5,0,3.979,0.479],"rotation":90,"texture":"#1"},"west":{"uv":[3.5,0,3.979,0.479],"rotation":180,"texture":"#1"},"up":{"uv":[3.5,0,3.979,0.479],"rotation":270,"texture":"#1"},"down":{"uv":[3.5,0,3.979,0.479],"rotation":90,"texture":"#1"}}},{"from":[7.4969,5.86244,4.74482],"to":[8.4769,6.34244,5.22482],"rotation":{"angle":22.5,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[3.5,0,3.979,0.479],"texture":"#1"},"east":{"uv":[3.5,0,3.979,0.479],"rotation":90,"texture":"#1"},"south":{"uv":[3.5,0,3.979,0.479],"rotation":180,"texture":"#1"},"west":{"uv":[3.5,0,3.979,0.479],"rotation":270,"texture":"#1"},"up":{"uv":[3.5,0,3.979,0.479],"texture":"#1"},"down":{"uv":[3.5,0,3.979,0.479],"rotation":180,"texture":"#1"}}},{"from":[7.4969,8.49791,12.15676],"to":[8.4769,8.97791,12.63676],"rotation":{"angle":-45,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[3.5,0,3.979,0.479],"texture":"#1"},"east":{"uv":[3.5,0,3.979,0.479],"rotation":270,"texture":"#1"},"south":{"uv":[3.5,0,3.979,0.479],"rotation":180,"texture":"#1"},"west":{"uv":[3.5,0,3.979,0.479],"rotation":90,"texture":"#1"},"up":{"uv":[3.5,0,3.979,0.479],"rotation":180,"texture":"#1"},"down":{"uv":[3.5,0,3.979,0.479],"texture":"#1"}}},{"from":[7.4969,11.22371,8.55806],"to":[8.4769,11.70371,9.03806],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[6.5,4,6.54,4.54],"rotation":90,"texture":"#1"},"east":{"uv":[6.5,4,6.54,4.54],"rotation":180,"texture":"#1"},"south":{"uv":[6.5,4,6.54,4.54],"rotation":270,"texture":"#1"},"west":{"uv":[6.5,4,6.54,4.54],"texture":"#1"},"up":{"uv":[6.5,4,6.54,4.54],"rotation":90,"texture":"#1"},"down":{"uv":[6.5,4,6.54,4.54],"rotation":270,"texture":"#1"}}},{"from":[7.1,9.62918,8.52753],"to":[8.9,11.12918,10.02753],"rotation":{"angle":22.5,"axis":"x","origin":[7.99408,9.27316,7.04078]},"faces":{"north":{"uv":[5.5,6.5,7.3,8],"texture":"#1"},"east":{"uv":[5.5,5.5,7,7],"texture":"#1"},"south":{"uv":[5.5,3.5,7.3,5],"texture":"#1"},"west":{"uv":[5.5,5.5,7,7],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,7,7.3,8.5],"rotation":180,"texture":"#1"},"down":{"uv":[6,5.5,7.8,7],"texture":"#1"}}},{"from":[6.95,9.08889,8.46647],"to":[9.05,10.08889,9.46647],"rotation":{"angle":-22.5,"axis":"x","origin":[8,9.58889,8.96647]},"faces":{"north":{"uv":[8.5,3,11,5.5],"rotation":180,"texture":"#1"},"east":{"uv":[8.5,3,11,5.5],"rotation":270,"texture":"#1"},"south":{"uv":[8.5,3,11,5.5],"texture":"#1"},"west":{"uv":[8.5,3,11,5.5],"rotation":90,"texture":"#1"},"up":{"uv":[8.5,3,11,5.5],"rotation":180,"texture":"#1"},"down":{"uv":[8.5,3,11,5.5],"texture":"#1"}}},{"from":[7.15,9.37173,8.10157],"to":[8.85,9.87173,8.60157],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99408,9.57316,6.74078]},"faces":{"north":{"uv":[9,3.5,10.5,5],"rotation":90,"texture":"#1"},"east":{"uv":[9,3.5,10.5,5],"texture":"#1"},"south":{"uv":[9,3.5,10.5,5],"rotation":270,"texture":"#1"},"west":{"uv":[9,3.5,10.5,5],"rotation":180,"texture":"#1"},"up":{"uv":[9,3.5,10.5,5],"rotation":270,"texture":"#1"},"down":{"uv":[9,3.5,10.5,5],"rotation":90,"texture":"#1"}}},{"from":[6.95,10.43793,9.4268],"to":[9.05,10.93793,9.9268],"rotation":{"angle":22.5,"axis":"x","origin":[7.99408,9.37316,7.44078]},"faces":{"north":{"uv":[9,3.5,10.5,5],"rotation":90,"texture":"#1"},"east":{"uv":[9,3.5,10.5,5],"texture":"#1"},"south":{"uv":[9,3.5,10.5,5],"rotation":270,"texture":"#1"},"west":{"uv":[9,3.5,10.5,5],"rotation":180,"texture":"#1"},"up":{"uv":[9,3.5,10.5,5],"rotation":270,"texture":"#1"},"down":{"uv":[9,3.5,10.5,5],"rotation":90,"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[11,0,0],"translation":[0,-0.6,0],"scale":[1.2,1.2,1.2]},"thirdperson_lefthand":{"rotation":[11,0,0],"translation":[0,-0.6,0],"scale":[1.2,1.2,1.2]},"firstperson_righthand":{"rotation":[56,0,0],"translation":[-0.5,4.5,-0.25]},"firstperson_lefthand":{"rotation":[56,0,0],"translation":[-0.5,4.5,-0.25]},"gui":{"rotation":[97,-28,33],"translation":[-1.5,0,0],"scale":[1.26,1.26,1.26]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/dernic_dagger.json b/assets/minecraft/models/item/wynn/skin/dagger/dernic_dagger.json new file mode 100644 index 000000000..937d3e8cd --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/dernic_dagger.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/dernic/dernic_dagger","particle":"skins/dernic/dernic_dagger"},"elements":[{"from":[7.49,4.94129,10.50563],"to":[8.51,7.96129,12.52563],"rotation":{"angle":22.5,"axis":"x","origin":[8,12.3202,9.56679]},"faces":{"north":{"uv":[8.5,7.75,8.75,8.5],"texture":"#0"},"east":{"uv":[8,7.75,8.5,8.5],"texture":"#0"},"south":{"uv":[9.25,7.75,9.5,8.5],"texture":"#0"},"west":{"uv":[8.75,7.75,9.25,8.5],"texture":"#0"},"up":{"uv":[8.75,7.75,8.5,7.25],"texture":"#0"},"down":{"uv":[9,7.25,8.75,7.75],"texture":"#0"}}},{"from":[7.5,7.14576,6.56265],"to":[8.5,13.14576,8.56265],"rotation":{"angle":-22.5,"axis":"x","origin":[8,12.3202,9.56679]},"faces":{"north":{"uv":[6.75,8.25,7,9.75],"texture":"#0"},"east":{"uv":[6.25,8.25,6.75,9.75],"texture":"#0"},"south":{"uv":[7.5,8.25,7.75,9.75],"texture":"#0"},"west":{"uv":[7,8.25,7.5,9.75],"texture":"#0"},"up":{"uv":[7,8.25,6.75,7.75],"texture":"#0"},"down":{"uv":[7.25,7.75,7,8.25],"texture":"#0"}}},{"from":[8,6.64576,2.55875],"to":[8,13.67701,6.56265],"rotation":{"angle":-22.5,"axis":"x","origin":[8,12.3202,9.56679]},"faces":{"east":{"uv":[4.5,3,5.5,4.75],"texture":"#0"},"west":{"uv":[5.5,3,4.5,4.75],"texture":"#0"}}},{"from":[7.49,11.92329,6.4654],"to":[8.51,17.94329,8.4854],"rotation":{"angle":0,"axis":"y","origin":[8,14.16796,8.80142]},"faces":{"north":{"uv":[3.75,8,4,9.5],"texture":"#0"},"east":{"uv":[3.25,8,3.75,9.5],"texture":"#0"},"south":{"uv":[4.5,8,4.75,9.5],"texture":"#0"},"west":{"uv":[4,8,4.5,9.5],"texture":"#0"},"up":{"uv":[4,8,3.75,7.5],"texture":"#0"},"down":{"uv":[4.25,7.5,4,8],"texture":"#0"}}},{"from":[8.01,10.43329,2.43243],"to":[8.01,18.43329,6.4754],"rotation":{"angle":0,"axis":"y","origin":[8,14.16796,8.80142]},"faces":{"east":{"uv":[0,4.25,1,6.25],"texture":"#0"},"west":{"uv":[1,4.25,0,6.25],"texture":"#0"}}},{"from":[7.5,16.90878,5.97689],"to":[8.5,22.90878,7.97689],"rotation":{"angle":22.5,"axis":"x","origin":[8,16.16796,8.80142]},"faces":{"north":{"uv":[7.25,6,7.5,7.5],"texture":"#0"},"east":{"uv":[6.75,6,7.25,7.5],"texture":"#0"},"south":{"uv":[8,6,8.25,7.5],"texture":"#0"},"west":{"uv":[7.5,6,8,7.5],"texture":"#0"},"up":{"uv":[7.5,6,7.25,5.5],"texture":"#0"},"down":{"uv":[7.75,5.5,7.5,6],"texture":"#0"}}},{"from":[8,24.90878,5.87924],"to":[8,28.90878,7.97689],"rotation":{"angle":22.5,"axis":"x","origin":[8,16.16796,8.80142]},"faces":{"east":{"uv":[5,8.25,5.5,9.25],"texture":"#0"},"west":{"uv":[5.5,8.25,5,9.25],"texture":"#0"}}},{"from":[8,15.40878,1.97689],"to":[8,23.40878,5.97689],"rotation":{"angle":22.5,"axis":"x","origin":[8,16.16796,8.80142]},"faces":{"east":{"uv":[2.25,4.25,3.25,6.25],"texture":"#0"},"west":{"uv":[3.25,4.25,2.25,6.25],"texture":"#0"}}},{"from":[8.01,24.46929,4.36169],"to":[8.01,28.46929,12.77966],"rotation":{"angle":-45,"axis":"x","origin":[8,26.46538,8.86169]},"faces":{"east":{"uv":[0,2,2,3],"texture":"#0"},"west":{"uv":[2,2,0,3],"texture":"#0"}}},{"from":[7.99,24.46929,4.36169],"to":[7.99,28.46929,12.77966],"rotation":{"angle":-45,"axis":"x","origin":[8,26.46538,8.86169]},"faces":{"east":{"uv":[0,2,2,3],"texture":"#0"},"west":{"uv":[2,2,0,3],"texture":"#0"}}},{"from":[7.99,10.43329,2.43243],"to":[7.99,18.43329,6.4754],"rotation":{"angle":0,"axis":"y","origin":[8,14.16796,8.80142]},"faces":{"east":{"uv":[0,4.25,1,6.25],"texture":"#0"},"west":{"uv":[1,4.25,0,6.25],"texture":"#0"}}},{"from":[7.5,22.86448,9.84866],"to":[8.5,25.36448,10.84866],"rotation":{"angle":22.5,"axis":"x","origin":[8,23.36448,10.34866]},"faces":{"north":{"uv":[4.5,2.25,4.75,2.75],"texture":"#0"},"east":{"uv":[4.25,2.25,4.5,2.75],"texture":"#0"},"south":{"uv":[5,2.25,5.25,2.75],"texture":"#0"},"west":{"uv":[4.75,2.25,5,2.75],"texture":"#0"},"up":{"uv":[4.75,2.25,4.5,2],"texture":"#0"},"down":{"uv":[5,2,4.75,2.25],"texture":"#0"}}},{"from":[7.49,22.79577,9.43498],"to":[8.51,25.49937,10.45498],"rotation":{"angle":45,"axis":"x","origin":[8,23.98937,9.94498]},"faces":{"north":{"uv":[2.5,0.25,2.75,0.75],"texture":"#0"},"east":{"uv":[2.25,0.25,2.5,0.75],"texture":"#0"},"south":{"uv":[3,0.25,3.25,0.75],"texture":"#0"},"west":{"uv":[2.75,0.25,3,0.75],"texture":"#0"},"up":{"uv":[2.75,0.25,2.5,0],"texture":"#0"},"down":{"uv":[3,0,2.75,0.25],"texture":"#0"}}},{"from":[7,-6,7],"to":[9,3,9],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[5,5.5,5.5,7.75],"texture":"#0"},"east":{"uv":[5,5.5,5.5,7.75],"texture":"#0"},"south":{"uv":[5,5.5,5.5,7.75],"texture":"#0"},"west":{"uv":[5,5.5,5.5,7.75],"texture":"#0"}}},{"from":[6.5,-4.5,6],"to":[9.5,-3.5,10],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-4,7.75]},"faces":{"north":{"uv":[7.25,5,8,5.25],"texture":"#0"},"east":{"uv":[6.25,5,7.25,5.25],"texture":"#0"},"south":{"uv":[9,5,9.75,5.25],"texture":"#0"},"west":{"uv":[8,5,9,5.25],"texture":"#0"},"up":{"uv":[8,5,7.25,4],"texture":"#0"},"down":{"uv":[8.75,4,8,5],"texture":"#0"}}},{"from":[6.5,-6.5,6],"to":[9.5,-5.5,10],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-6,7.75]},"faces":{"north":{"uv":[6.75,2,7.5,2.25],"texture":"#0"},"east":{"uv":[5.75,2,6.75,2.25],"texture":"#0"},"south":{"uv":[8.5,2,9.25,2.25],"texture":"#0"},"west":{"uv":[7.5,2,8.5,2.25],"texture":"#0"},"up":{"uv":[7.5,2,6.75,1],"texture":"#0"},"down":{"uv":[8.25,1,7.5,2],"texture":"#0"}}},{"from":[6.5,-5.6009,9.02007],"to":[9.5,-3.6009,10.02007],"rotation":{"angle":0,"axis":"y","origin":[8,-4.6009,9.52007]},"faces":{"north":{"uv":[5,0.25,5.75,0.75],"texture":"#0"},"east":{"uv":[4.75,0.25,5,0.75],"texture":"#0"},"south":{"uv":[6,0.25,6.75,0.75],"texture":"#0"},"west":{"uv":[5.75,0.25,6,0.75],"texture":"#0"},"up":{"uv":[5.75,0.25,5,0],"texture":"#0"},"down":{"uv":[6.5,0,5.75,0.25],"texture":"#0"}}},{"from":[6.98,2.98,7.98],"to":[9.02,5.02,13.02],"rotation":{"angle":-22.5,"axis":"x","origin":[8,4,8]},"faces":{"north":{"uv":[3.5,1.25,4,1.75],"texture":"#0"},"east":{"uv":[2.25,1.25,3.5,1.75],"texture":"#0"},"south":{"uv":[5.25,1.25,5.75,1.75],"texture":"#0"},"west":{"uv":[4,1.25,5.25,1.75],"texture":"#0"},"up":{"uv":[4,1.25,3.5,0],"texture":"#0"},"down":{"uv":[4.5,0,4,1.25],"texture":"#0"}}},{"from":[6.99,0.87357,11.04805],"to":[9.01,4.89357,12.06805],"rotation":{"angle":22.5,"axis":"x","origin":[8,2.56357,12.79642]},"faces":{"north":{"uv":[0.25,0.25,0.75,1.25],"texture":"#0"},"east":{"uv":[0,0.25,0.25,1.25],"texture":"#0"},"south":{"uv":[1,0.25,1.5,1.25],"texture":"#0"},"west":{"uv":[0.75,0.25,1,1.25],"texture":"#0"},"up":{"uv":[0.75,0.25,0.25,0],"texture":"#0"},"down":{"uv":[1.25,0,0.75,0.25],"texture":"#0"}}},{"from":[7,1.29402,11.47135],"to":[9,2.29402,14.47135],"rotation":{"angle":0,"axis":"y","origin":[8,2.56357,12.79642]},"faces":{"north":{"uv":[7.5,3.25,8,3.5],"texture":"#0"},"east":{"uv":[6.75,3.25,7.5,3.5],"texture":"#0"},"south":{"uv":[8.75,3.25,9.25,3.5],"texture":"#0"},"west":{"uv":[8,3.25,8.75,3.5],"texture":"#0"},"up":{"uv":[8,3.25,7.5,2.5],"texture":"#0"},"down":{"uv":[8.5,2.5,8,3.25],"texture":"#0"}}},{"from":[7.01,1.68357,13.2507],"to":[8.99,2.66357,14.2307],"rotation":{"angle":-22.5,"axis":"x","origin":[8,2.56357,12.79642]},"faces":{"north":{"uv":[1.5,3.5,2,3.75],"texture":"#0"},"east":{"uv":[1.25,3.5,1.5,3.75],"texture":"#0"},"south":{"uv":[2.25,3.5,2.75,3.75],"texture":"#0"},"west":{"uv":[2,3.5,2.25,3.75],"texture":"#0"},"up":{"uv":[2,3.5,1.5,3.25],"texture":"#0"},"down":{"uv":[2.5,3.25,2,3.5],"texture":"#0"}}},{"from":[6.98,2.98,2.98],"to":[9.02,5.02,8.02],"rotation":{"angle":22.5,"axis":"x","origin":[8,4,8]},"faces":{"north":{"uv":[5.75,1.25,5.25,1.75],"texture":"#0"},"east":{"uv":[3.5,1.25,2.25,1.75],"texture":"#0"},"south":{"uv":[4,1.25,3.5,1.75],"texture":"#0"},"west":{"uv":[5.25,1.25,4,1.75],"texture":"#0"},"up":{"uv":[4,0,3.5,1.25],"texture":"#0"},"down":{"uv":[4.5,1.25,4,0],"texture":"#0"}}},{"from":[6.99,0.87357,3.93195],"to":[9.01,4.89357,4.95195],"rotation":{"angle":-22.5,"axis":"x","origin":[8,2.56357,3.20358]},"faces":{"north":{"uv":[1.5,0.25,1,1.25],"texture":"#0"},"east":{"uv":[0.25,0.25,0,1.25],"texture":"#0"},"south":{"uv":[0.75,0.25,0.25,1.25],"texture":"#0"},"west":{"uv":[1,0.25,0.75,1.25],"texture":"#0"},"up":{"uv":[0.75,0,0.25,0.25],"texture":"#0"},"down":{"uv":[1.25,0.25,0.75,0],"texture":"#0"}}},{"from":[7,1.29402,1.52865],"to":[9,2.29402,4.52865],"rotation":{"angle":0,"axis":"y","origin":[8,2.56357,3.20358]},"faces":{"north":{"uv":[9.25,3.25,8.75,3.5],"texture":"#0"},"east":{"uv":[7.5,3.25,6.75,3.5],"texture":"#0"},"south":{"uv":[8,3.25,7.5,3.5],"texture":"#0"},"west":{"uv":[8.75,3.25,8,3.5],"texture":"#0"},"up":{"uv":[8,2.5,7.5,3.25],"texture":"#0"},"down":{"uv":[8.5,3.25,8,2.5],"texture":"#0"}}},{"from":[7.01,1.68357,1.7693],"to":[8.99,2.66357,2.7493],"rotation":{"angle":22.5,"axis":"x","origin":[8,2.56357,3.20358]},"faces":{"north":{"uv":[2.75,3.5,2.25,3.75],"texture":"#0"},"east":{"uv":[1.5,3.5,1.25,3.75],"texture":"#0"},"south":{"uv":[2,3.5,1.5,3.75],"texture":"#0"},"west":{"uv":[2.25,3.5,2,3.75],"texture":"#0"},"up":{"uv":[2,3.25,1.5,3.5],"texture":"#0"},"down":{"uv":[2.5,3.5,2,3.25],"texture":"#0"}}},{"from":[6.5,2.5,6.5],"to":[9.5,5.5,9.5],"rotation":{"angle":45,"axis":"x","origin":[8,4,8]},"faces":{"north":{"uv":[0.75,7.25,1.5,8],"texture":"#0"},"east":{"uv":[0,7.25,0.75,8],"texture":"#0"},"south":{"uv":[2.25,7.25,3,8],"texture":"#0"},"west":{"uv":[1.5,7.25,2.25,8],"texture":"#0"},"up":{"uv":[1.5,7.25,0.75,6.5],"texture":"#0"},"down":{"uv":[2.25,6.5,1.5,7.25],"texture":"#0"}}},{"from":[6.48828,3,7],"to":[9.51172,5,9],"rotation":{"angle":45,"axis":"x","origin":[8,4,8]},"faces":{"north":{"uv":[0.5,8.75,1.25,9.25],"texture":"#0"},"east":{"uv":[0,8.75,0.5,9.25],"texture":"#0"},"south":{"uv":[1.75,8.75,2.5,9.25],"texture":"#0"},"west":{"uv":[1.25,8.75,1.75,9.25],"texture":"#0"},"up":{"uv":[1.25,8.75,0.5,8.25],"texture":"#0"},"down":{"uv":[2,8.25,1.25,8.75],"texture":"#0"}}},{"from":[8,28.03125,11.84375],"to":[8,29.42188,12.66016],"rotation":{"angle":-22.5,"axis":"x","origin":[8,28.75,12.22656]},"faces":{"east":{"uv":[7.25,0.25,7.5,0.625],"texture":"#0"},"west":{"uv":[7.25,0.25,7.5,0.625],"texture":"#0"}}},{"from":[8.02,25.59275,10.09432],"to":[8.02,26.29587,10.82479],"rotation":{"angle":0,"axis":"y","origin":[7.99,26.09275,10.59432]},"faces":{"north":{"uv":[8,0.125,8,0.25],"texture":"#0"},"east":{"uv":[7.875,0.125,8,0.25],"texture":"#0"},"south":{"uv":[8.125,0.125,8.125,0.25],"texture":"#0"},"west":{"uv":[8,0.125,8.125,0.25],"texture":"#0"},"up":{"uv":[8,0.125,8,0],"texture":"#0"},"down":{"uv":[8,0,8,0.125],"texture":"#0"}}},{"from":[7.98,25.59275,10.09432],"to":[7.98,26.29587,10.82479],"rotation":{"angle":0,"axis":"y","origin":[8.01,26.09275,10.59432]},"faces":{"north":{"uv":[8,0.125,8,0.25],"texture":"#0"},"east":{"uv":[8.125,0.125,8,0.25],"texture":"#0"},"south":{"uv":[8.125,0.125,8.125,0.25],"texture":"#0"},"west":{"uv":[8,0.125,7.875,0.25],"texture":"#0"},"up":{"uv":[8,0.125,8,0],"texture":"#0"},"down":{"uv":[8,0,8,0.125],"texture":"#0"}}},{"from":[7.48438,5.15625,7.45703],"to":[8.51563,7.15625,8.45703],"rotation":{"angle":0,"axis":"y","origin":[8,6.15625,7.95703]},"faces":{"north":{"uv":[8.75781,0.25,9.00781,0.75],"texture":"#0"},"east":{"uv":[8.50781,0.25,8.75781,0.75],"texture":"#0"},"south":{"uv":[9.25781,0.25,9.50781,0.75],"texture":"#0"},"west":{"uv":[9.00781,0.25,9.25781,0.75],"texture":"#0"},"up":{"uv":[9.00781,0.25,8.75781,0],"texture":"#0"},"down":{"uv":[9.25781,0,9.00781,0.25],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[5,0,5],"translation":[-1,5,2],"scale":[0.8,0.8,0.8]},"thirdperson_lefthand":{"rotation":[5,0,5],"translation":[-1,5,2],"scale":[0.8,0.8,0.8]},"firstperson_righthand":{"rotation":[-15,15,0],"translation":[9,0,-6]},"firstperson_lefthand":{"rotation":[-15,15,0],"translation":[9,0,-6]},"gui":{"rotation":[25,50,-40],"translation":[-1,-1,0],"scale":[0.53,0.53,0.53]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/disciple_dagger.json b/assets/minecraft/models/item/wynn/skin/dagger/disciple_dagger.json new file mode 100644 index 000000000..1d245b46d --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/disciple_dagger.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/disciple/disciple_dagger"},"elements":[{"from":[7.25,-5.5,7],"to":[8.75,2.5,9],"rotation":{"angle":0,"axis":"y","origin":[0,-5.5,0]},"faces":{"north":{"uv":[2,0,1,4],"texture":"#0"},"east":{"uv":[2,0,3,4],"texture":"#0"},"south":{"uv":[2,0,1,4],"texture":"#0"},"west":{"uv":[2,0,3,4],"texture":"#0"}}},{"from":[7.5,6,7],"to":[8.5,25,9],"rotation":{"angle":0,"axis":"y","origin":[0,-5.5,0]},"faces":{"north":{"uv":[3,2,3.5,11.5],"texture":"#0"},"east":{"uv":[1,0,0,9.5],"texture":"#0"},"south":{"uv":[3.5,2,3,11.5],"texture":"#0"},"west":{"uv":[0,0,1,9.5],"texture":"#0"},"up":{"uv":[2.5,7,2,6],"texture":"#0"}}},{"from":[8,4,5.5],"to":[8,28,10.5],"rotation":{"angle":0,"axis":"y","origin":[0,-5.5,0]},"faces":{"east":{"uv":[9,0,6.5,12],"texture":"#0"},"west":{"uv":[6.5,0,9,12],"texture":"#0"}}},{"from":[7,1.5,8],"to":[9,5.5,12],"rotation":{"angle":-45,"axis":"x","origin":[7,1.5,8]},"faces":{"north":{"uv":[3.5,8,4.5,10],"texture":"#0"},"east":{"uv":[5,0,3,2],"texture":"#0"},"south":{"uv":[2,4,1,6],"texture":"#0"},"west":{"uv":[3,0,5,2],"texture":"#0"},"up":{"uv":[2,6,1,4],"texture":"#0"},"down":{"uv":[4.5,2,3.5,4],"texture":"#0"}}},{"from":[6.5,2.5,9],"to":[9.5,4.5,11],"rotation":{"angle":-45,"axis":"x","origin":[7,1.5,8]},"faces":{"north":{"uv":[0,9.5,0.5,10.5],"texture":"#0"},"east":{"uv":[2,8,1,9],"texture":"#0"},"south":{"uv":[2,9,1.5,10],"texture":"#0"},"west":{"uv":[1,8,2,9],"texture":"#0"},"up":{"uv":[1,9,1.5,10],"texture":"#0"},"down":{"uv":[1,9.5,0.5,10.5],"texture":"#0"}}},{"from":[7.05,5.5,2.9],"to":[8.95,7.6,5],"rotation":{"angle":-22.5,"axis":"x","origin":[7,1.5,8]},"faces":{"north":{"uv":[1,10,2,11],"texture":"#0"},"east":{"uv":[1,8,2,9],"texture":"#0"},"south":{"uv":[0.5,9.5,0,10.5],"texture":"#0"},"west":{"uv":[2,8,1,9],"texture":"#0"},"up":{"uv":[2,11,3,10],"texture":"#0"},"down":{"uv":[1,9.5,0.5,10.5],"texture":"#0"}}},{"from":[7,3.5,6],"to":[9,7.5,8],"rotation":{"angle":-45,"axis":"x","origin":[7,1.5,8]},"faces":{"north":{"uv":[2,4,3,6],"texture":"#0"},"east":{"uv":[4.5,6,3.5,8],"texture":"#0"},"south":{"uv":[2,8,3,10],"texture":"#0"},"west":{"uv":[3.5,6,4.5,8],"texture":"#0"},"up":{"uv":[3,8,2,7],"texture":"#0"},"down":{"uv":[6,1,5,2],"texture":"#0"}}},{"from":[8,2.5,6],"to":[8,10.5,10],"rotation":{"angle":-45,"axis":"x","origin":[7,1.5,8]},"faces":{"east":{"uv":[6.5,4.5,4.5,8.5],"texture":"#0"},"west":{"uv":[4.5,4.5,6.5,8.5],"texture":"#0"}}},{"from":[7,3.5,8],"to":[9,7.5,10],"rotation":{"angle":45,"axis":"x","origin":[7,1.5,8]},"faces":{"north":{"uv":[3,8,2,10],"texture":"#0"},"east":{"uv":[3.5,6,4.5,8],"texture":"#0"},"south":{"uv":[3,4,2,6],"texture":"#0"},"west":{"uv":[4.5,6,3.5,8],"texture":"#0"},"up":{"uv":[3,7,2,8],"texture":"#0"},"down":{"uv":[6,2,5,1],"texture":"#0"}}},{"from":[8,1.5,10],"to":[8,6.5,16],"rotation":{"angle":45,"axis":"x","origin":[7,1.5,8]},"faces":{"east":{"uv":[3.5,2,6.5,4.5],"texture":"#0"},"west":{"uv":[6.5,2,3.5,4.5],"texture":"#0"}}},{"from":[8,1.5,0],"to":[8,6.5,6],"rotation":{"angle":-45,"axis":"x","origin":[7,1.5,8]},"faces":{"east":{"uv":[6.5,2,3.5,4.5],"texture":"#0"},"west":{"uv":[3.5,2,6.5,4.5],"texture":"#0"}}},{"from":[8,2.5,6],"to":[8,10.5,10],"rotation":{"angle":45,"axis":"x","origin":[7,1.5,8]},"faces":{"east":{"uv":[4.5,4.5,6.5,8.5],"texture":"#0"},"west":{"uv":[6.5,4.5,4.5,8.5],"texture":"#0"}}},{"from":[7,-7.5,7.75],"to":[9,-5.25,10],"rotation":{"angle":-45,"axis":"x","origin":[7,-7.25,8]},"faces":{"north":{"uv":[6,0,5,1],"texture":"#0"},"east":{"uv":[2,7,1,8],"texture":"#0"},"south":{"uv":[1,7,2,6],"texture":"#0"},"west":{"uv":[1,7,2,8],"texture":"#0"},"up":{"uv":[1,6,2,7],"texture":"#0"},"down":{"uv":[5,0,6,1],"texture":"#0"}}},{"from":[7.4,7.85,1.65],"to":[8.6,8.95,2.75],"faces":{"north":{"uv":[0,10.5,0.5,11],"texture":"#0"},"east":{"uv":[1,10.5,0.5,11],"texture":"#0"},"south":{"uv":[0,11,0.5,11.5],"texture":"#0"},"west":{"uv":[0.5,10.5,1,11],"texture":"#0"},"up":{"uv":[1,11.5,0.5,11],"texture":"#0"},"down":{"uv":[0.5,11.5,0,12],"texture":"#0"}}},{"from":[7.05,5.5,11],"to":[8.95,7.6,13.1],"rotation":{"angle":22.5,"axis":"x","origin":[7,1.5,8]},"faces":{"north":{"uv":[0,9.5,0.5,10.5],"texture":"#0"},"east":{"uv":[2,8,1,9],"texture":"#0"},"south":{"uv":[2,10,1,11],"texture":"#0"},"west":{"uv":[1,8,2,9],"texture":"#0"},"up":{"uv":[2,10,3,11],"texture":"#0"},"down":{"uv":[1,10.5,0.5,9.5],"texture":"#0"}}},{"from":[7.4,7.85,13.25],"to":[8.6,8.95,14.35],"rotation":{"angle":0,"axis":"x","origin":[0,0,16]},"faces":{"north":{"uv":[0.5,11,0,11.5],"texture":"#0"},"east":{"uv":[0.5,10.5,1,11],"texture":"#0"},"south":{"uv":[0.5,10.5,0,11],"texture":"#0"},"west":{"uv":[1,10.5,0.5,11],"texture":"#0"},"up":{"uv":[1,11,0.5,11.5],"texture":"#0"},"down":{"uv":[0.5,12,0,11.5],"texture":"#0"}}},{"from":[7,13.25,8],"to":[9,14.5,9.25],"rotation":{"angle":-45,"axis":"x","origin":[8,13.25,8]},"faces":{"north":{"uv":[0.5,11,0,11.5],"texture":"#0"},"east":{"uv":[1,11,0.5,11.5],"texture":"#0"},"south":{"uv":[0.5,10.5,1,11],"texture":"#0"},"west":{"uv":[1,11,0.5,11.5],"texture":"#0"},"up":{"uv":[0.5,10.5,1,11],"texture":"#0"},"down":{"uv":[0.5,12,0,11.5],"texture":"#0"}}},{"from":[6.65,-6.9,8],"to":[9.35,-5.65,9.25],"rotation":{"angle":-45,"axis":"x","origin":[8,-6.9,8]},"faces":{"north":{"uv":[0.5,11,0,11.5],"texture":"#0"},"east":{"uv":[1,11,0.5,11.5],"texture":"#0"},"south":{"uv":[0.5,10.5,1,11],"texture":"#0"},"west":{"uv":[1,11,0.5,11.5],"texture":"#0"},"up":{"uv":[0.5,10.5,1,11],"texture":"#0"},"down":{"uv":[0.5,12,0,11.5],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[5,0,5],"translation":[-1,7,2]},"thirdperson_lefthand":{"rotation":[5,0,5],"translation":[-1,7,2]},"firstperson_righthand":{"rotation":[-15,5,5],"translation":[8,1,-5]},"firstperson_lefthand":{"rotation":[-15,5,5],"translation":[8,1,-5]},"gui":{"rotation":[40,55,-40],"scale":[0.6,0.6,0.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/driftwood_dagger.json b/assets/minecraft/models/item/wynn/skin/dagger/driftwood_dagger.json new file mode 100644 index 000000000..079ebe7d1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/driftwood_dagger.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/driftwood_1","1":"skins/driftwood_2","particle":"skins/driftwood_2"},"elements":[{"from":[7.48331,-0.06934,7.2],"to":[8.48331,3.43066,8.2],"rotation":{"angle":0,"axis":"y","origin":[7.98331,0.43066,7.7]},"faces":{"north":{"uv":[0,15.5,3.5,14.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,15.5,3.5,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[0,15.5,3.5,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[0,15.5,3.5,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[0,15.5,3.5,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,15.5,3.5,14.5],"rotation":90,"texture":"#0"}}},{"from":[7.38331,0.33066,7.1],"to":[8.58331,0.83066,8.3],"rotation":{"angle":0,"axis":"y","origin":[7.98331,0.43066,7.7]},"faces":{"north":{"uv":[9.5,10.5,11,10],"rotation":180,"texture":"#0"},"east":{"uv":[9.5,10.5,11,10],"rotation":180,"texture":"#0"},"south":{"uv":[9.5,10.5,11,10],"rotation":180,"texture":"#0"},"west":{"uv":[9.5,10.5,11,10],"rotation":180,"texture":"#0"},"up":{"uv":[9.5,10.5,11,10],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,10.5,11,10],"rotation":180,"texture":"#0"}}},{"from":[7.40331,1.05066,7.12],"to":[8.56331,1.51066,8.28],"rotation":{"angle":0,"axis":"y","origin":[7.98331,0.43066,7.7]},"faces":{"north":{"uv":[11,8.5,12.5,8],"rotation":180,"texture":"#0"},"east":{"uv":[11,8.5,12.5,8],"rotation":180,"texture":"#0"},"south":{"uv":[11,8.5,12.5,8],"rotation":180,"texture":"#0"},"west":{"uv":[11,8.5,12.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[11,8.5,12.5,8],"rotation":180,"texture":"#0"},"down":{"uv":[11,8.5,12.5,8],"rotation":180,"texture":"#0"}}},{"from":[7.38331,2.43066,7.1],"to":[8.58331,2.93066,8.3],"rotation":{"angle":0,"axis":"y","origin":[7.98331,0.63066,7.7]},"faces":{"north":{"uv":[9.5,10.5,11,10],"rotation":180,"texture":"#0"},"east":{"uv":[9.5,10.5,11,10],"rotation":180,"texture":"#0"},"south":{"uv":[9.5,10.5,11,10],"rotation":180,"texture":"#0"},"west":{"uv":[9.5,10.5,11,10],"rotation":180,"texture":"#0"},"up":{"uv":[9.5,10.5,11,10],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,10.5,11,10],"rotation":180,"texture":"#0"}}},{"from":[7.40331,1.75066,7.12],"to":[8.56331,2.21066,8.28],"rotation":{"angle":0,"axis":"y","origin":[7.98331,0.63066,7.7]},"faces":{"north":{"uv":[11,8.5,12.5,8],"rotation":180,"texture":"#0"},"east":{"uv":[11,8.5,12.5,8],"rotation":180,"texture":"#0"},"south":{"uv":[11,8.5,12.5,8],"rotation":180,"texture":"#0"},"west":{"uv":[11,8.5,12.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[11,8.5,12.5,8],"rotation":180,"texture":"#0"},"down":{"uv":[11,8.5,12.5,8],"rotation":180,"texture":"#0"}}},{"from":[7.2,-0.64818,7.3],"to":[8.8,0.15182,8.1],"rotation":{"angle":45,"axis":"x","origin":[7.5,-0.24818,7.7]},"faces":{"north":{"uv":[12.5,0,12,1.5],"texture":"#0"},"east":{"uv":[12.5,0,11,1.5],"rotation":90,"texture":"#0"},"south":{"uv":[12.5,1,11,1.5],"rotation":90,"texture":"#0"},"west":{"uv":[12.5,0,11,1.5],"texture":"#0"},"up":{"uv":[12.5,0,11,0.5],"rotation":90,"texture":"#0"},"down":{"uv":[11.5,0,11,1.5],"rotation":90,"texture":"#0"}}},{"from":[7.35,-0.89818,7.05],"to":[8.65,0.40182,8.35],"rotation":{"angle":45,"axis":"x","origin":[8,-0.24818,7.7]},"faces":{"north":{"uv":[6,14,4.5,15.5],"texture":"#0"},"east":{"uv":[6,14,4.5,15.5],"texture":"#0"},"south":{"uv":[6,14,4.5,15.5],"texture":"#0"},"west":{"uv":[6,14,4.5,15.5],"texture":"#0"},"up":{"uv":[6,14,4.5,15.5],"texture":"#0"},"down":{"uv":[6,14,4.5,15.5],"texture":"#0"}}},{"from":[7.3869,-1.19647,7.1],"to":[8.5869,0.00353,8.3],"rotation":{"angle":0,"axis":"z","origin":[8.0369,-0.89647,7.7]},"faces":{"north":{"uv":[7.5,14,6.5,15],"texture":"#0"},"east":{"uv":[7.5,14,6.5,15],"texture":"#0"},"south":{"uv":[7.5,14,6.5,15],"texture":"#0"},"west":{"uv":[7.5,14,6.5,15],"texture":"#0"},"up":{"uv":[7.5,14,6.5,15],"texture":"#0"},"down":{"uv":[7.5,14,6.5,15],"texture":"#0"}}},{"from":[7.3869,3.64131,6.77704],"to":[8.5869,4.64131,8.77704],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,5.24479,6.51176]},"faces":{"north":{"uv":[4,15.5,5,14.5],"texture":"#0"},"east":{"uv":[5,15,7,14],"texture":"#0"},"south":{"uv":[3.5,15.5,5.5,14.5],"texture":"#0"},"west":{"uv":[3.5,15.5,5.5,14.5],"texture":"#0"},"up":{"uv":[3.5,15.5,5.5,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,15.5,5.5,14.5],"rotation":90,"texture":"#0"}}},{"from":[7.4869,-2.15736,6.26541],"to":[8.4869,-1.15736,7.26541],"rotation":{"angle":45,"axis":"x","origin":[7.9869,-2.31576,7.84763]},"faces":{"north":{"uv":[9,14.5,8,15.5],"rotation":180,"texture":"#0"},"east":{"uv":[9,14.5,8,15.5],"rotation":180,"texture":"#0"},"south":{"uv":[9,14.5,8,15.5],"rotation":180,"texture":"#0"},"west":{"uv":[9,14.5,8,15.5],"rotation":180,"texture":"#0"},"up":{"uv":[9,14.5,8,15.5],"rotation":180,"texture":"#0"},"down":{"uv":[9,14.5,8,15.5],"rotation":180,"texture":"#0"}}},{"from":[7.3869,4.38591,9.97544],"to":[8.5869,5.58591,10.97544],"rotation":{"angle":45,"axis":"x","origin":[7.9869,6.50318,9.24445]},"faces":{"north":{"uv":[6,16,7,15],"texture":"#0"},"east":{"uv":[6,16,7,15],"texture":"#0"},"south":{"uv":[5.5,16,6.5,15],"rotation":270,"texture":"#0"},"west":{"uv":[6,16,7,15],"rotation":90,"texture":"#0"},"up":{"uv":[6,16,7,15],"texture":"#0"},"down":{"uv":[6,16,7,15],"texture":"#0"}}},{"from":[7.6869,5.38443,7.80465],"to":[8.2869,6.38443,8.60465],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,6.60131,8.0144]},"faces":{"north":{"uv":[0,16,1,15],"texture":"#1"},"east":{"uv":[0,16,1,15],"texture":"#1"},"south":{"uv":[0,16,1,15],"texture":"#1"},"west":{"uv":[0,16,1,15],"texture":"#1"},"up":{"uv":[0,16,1,15],"texture":"#1"},"down":{"uv":[0,16,1,15],"texture":"#1"}}},{"from":[7.2869,4.04125,5.8517],"to":[8.6869,5.24125,8.0517],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,6.50318,9.24445]},"faces":{"north":{"uv":[1.5,15.5,3,14],"rotation":90,"texture":"#0"},"east":{"uv":[1.5,15.5,4,14],"rotation":180,"texture":"#0"},"south":{"uv":[2.5,15.5,4,14],"rotation":270,"texture":"#0"},"west":{"uv":[1.5,15.5,4,14],"texture":"#0"},"up":{"uv":[1.5,15.5,4,14],"rotation":90,"texture":"#0"},"down":{"uv":[1.5,15.5,4,14],"rotation":270,"texture":"#0"}}},{"from":[7.4369,3.91489,6.52047],"to":[8.5369,4.81489,7.42047],"rotation":{"angle":45,"axis":"x","origin":[7.9869,5.24479,6.51176]},"faces":{"north":{"uv":[8.5,15,9.5,16],"texture":"#0"},"east":{"uv":[8.5,15,9.5,16],"texture":"#0"},"south":{"uv":[8.5,15,9.5,16],"texture":"#0"},"west":{"uv":[8.5,15,9.5,16],"texture":"#0"},"up":{"uv":[8.5,15,9.5,16],"texture":"#0"},"down":{"uv":[8.5,15,9.5,16],"texture":"#0"}}},{"from":[7.5369,-2.41393,6.49647],"to":[8.4369,-1.51393,7.39647],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,-2.31576,7.84763]},"faces":{"north":{"uv":[9.5,14,9,15],"rotation":180,"texture":"#0"},"east":{"uv":[9.5,14,8.5,15],"rotation":180,"texture":"#0"},"south":{"uv":[9,14,8.5,15],"rotation":180,"texture":"#0"},"west":{"uv":[9.5,14,8.5,15],"rotation":270,"texture":"#0"},"up":{"uv":[9.5,14,8.5,15],"rotation":270,"texture":"#0"},"down":{"uv":[9.5,14,8.5,15],"rotation":270,"texture":"#0"}}},{"from":[7.4369,4.98242,9.54879],"to":[8.5369,5.88242,10.44879],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,6.50318,9.24445]},"faces":{"north":{"uv":[6.5,14.5,7.5,13.5],"rotation":180,"texture":"#0"},"east":{"uv":[6.5,14.5,7.5,13.5],"rotation":180,"texture":"#0"},"south":{"uv":[6.5,14.5,7.5,13.5],"rotation":180,"texture":"#0"},"west":{"uv":[6.5,14.5,7.5,13.5],"rotation":180,"texture":"#0"},"up":{"uv":[6.5,13.5,7.5,14],"rotation":180,"texture":"#0"},"down":{"uv":[6.5,14.5,7.5,13.5],"rotation":180,"texture":"#0"}}},{"from":[7.6369,6.11829,7.66352],"to":[8.3369,7.01829,8.56352],"rotation":{"angle":0,"axis":"x","origin":[7.9869,6.50131,8.0144]},"faces":{"north":{"uv":[0,16,1,15],"rotation":180,"texture":"#1"},"east":{"uv":[0,16,1,15],"rotation":180,"texture":"#1"},"south":{"uv":[0,16,1,15],"rotation":180,"texture":"#1"},"west":{"uv":[0,16,1,15],"rotation":180,"texture":"#1"},"up":{"uv":[0,16,1,15],"rotation":180,"texture":"#1"},"down":{"uv":[0,16,1,15],"rotation":180,"texture":"#1"}}},{"from":[7.4869,4.67781,5.33642],"to":[8.4869,5.47781,6.13642],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,5.24479,6.51176]},"faces":{"north":{"uv":[9,14.5,10,15],"texture":"#0"},"east":{"uv":[9,14.5,10,15],"texture":"#0"},"south":{"uv":[9,14.5,10,15],"texture":"#0"},"west":{"uv":[9,14.5,10,15],"texture":"#0"},"up":{"uv":[9,14.5,10,15],"texture":"#0"},"down":{"uv":[9,14.5,10,15],"texture":"#0"}}},{"from":[7.5869,-2.63939,6.61175],"to":[8.3869,-1.83939,7.41175],"rotation":{"angle":0,"axis":"x","origin":[7.9869,-2.31576,7.84763]},"faces":{"north":{"uv":[11,14,10,15],"rotation":180,"texture":"#0"},"east":{"uv":[11,14,10,15],"rotation":180,"texture":"#0"},"south":{"uv":[11,14,10,15],"rotation":180,"texture":"#0"},"west":{"uv":[11,14,10,15],"rotation":180,"texture":"#0"},"up":{"uv":[11,14,10,15],"rotation":180,"texture":"#0"},"down":{"uv":[11,14,10,15],"rotation":180,"texture":"#0"}}},{"from":[7.4869,-2.73939,6.51175],"to":[8.4869,-1.73939,7.51175],"rotation":{"angle":0,"axis":"x","origin":[7.9869,-2.23939,7.01175]},"faces":{"north":{"uv":[16,3,15,4],"rotation":270,"texture":"#0"},"east":{"uv":[15,2,16,3],"texture":"#0"},"south":{"uv":[15.5,2,14.5,3],"texture":"#0"},"west":{"uv":[16,2,15,3],"texture":"#0"},"up":{"uv":[16,6,15,7],"rotation":180,"texture":"#0"},"down":{"uv":[16,2,15,3],"rotation":180,"texture":"#0"}}},{"from":[7.4869,5.41879,9.26956],"to":[8.4869,6.21879,10.06956],"rotation":{"angle":0,"axis":"x","origin":[7.9869,6.50318,9.24445]},"faces":{"north":{"uv":[9,15,10,14],"rotation":180,"texture":"#0"},"east":{"uv":[9,15,10,14],"rotation":180,"texture":"#0"},"south":{"uv":[9,15,10,14],"rotation":180,"texture":"#0"},"west":{"uv":[9,15,10,14],"rotation":180,"texture":"#0"},"up":{"uv":[9,14.5,10,14],"rotation":180,"texture":"#0"},"down":{"uv":[9,15,10,14],"rotation":180,"texture":"#0"}}},{"from":[7.6869,6.71879,7.86956],"to":[8.2869,7.51879,8.66956],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,6.50131,8.0144]},"faces":{"north":{"uv":[1.5,16,2.5,15],"rotation":180,"texture":"#1"},"east":{"uv":[1.5,16,2.5,15],"rotation":180,"texture":"#1"},"south":{"uv":[1.5,16,2.5,15],"rotation":180,"texture":"#1"},"west":{"uv":[1.5,16,2.5,15],"rotation":180,"texture":"#1"},"up":{"uv":[1.5,16,2.5,15],"rotation":180,"texture":"#1"},"down":{"uv":[1.5,16,2.5,15],"rotation":180,"texture":"#1"}}},{"from":[7.5369,4.62847,5.5659],"to":[8.4369,5.32847,6.2659],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,5.24479,6.51176]},"faces":{"north":{"uv":[9,14,9.5,14.5],"texture":"#0"},"east":{"uv":[9,14,9.5,14.5],"texture":"#0"},"south":{"uv":[9,14,9.5,14.5],"texture":"#0"},"west":{"uv":[9,14,9.5,14.5],"texture":"#0"},"up":{"uv":[9,14,9.5,14.5],"texture":"#0"},"down":{"uv":[9,14,9.5,14.5],"texture":"#0"}}},{"from":[7.6369,-3.3685,7.25257],"to":[8.3369,-2.6685,7.95257],"rotation":{"angle":45,"axis":"x","origin":[7.9869,-2.31576,7.84763]},"faces":{"north":{"uv":[11.5,14,10.5,15],"rotation":180,"texture":"#0"},"east":{"uv":[11.5,14,10.5,15],"rotation":180,"texture":"#0"},"south":{"uv":[11.5,14,10.5,15],"rotation":180,"texture":"#0"},"west":{"uv":[11.5,14,10.5,15],"rotation":180,"texture":"#0"},"up":{"uv":[11.5,14,10.5,15],"rotation":180,"texture":"#0"},"down":{"uv":[11.5,14,10.5,15],"rotation":180,"texture":"#0"}}},{"from":[7.5369,6.13553,9.17899],"to":[8.4369,6.83553,9.97899],"rotation":{"angle":45,"axis":"x","origin":[7.9869,6.50318,9.24445]},"faces":{"north":{"uv":[9.5,14.5,10.5,14],"rotation":180,"texture":"#0"},"east":{"uv":[9.5,14.5,10.5,14],"rotation":180,"texture":"#0"},"south":{"uv":[9.5,14.5,10.5,14],"rotation":180,"texture":"#0"},"west":{"uv":[9.5,14.5,10.5,14],"rotation":180,"texture":"#0"},"up":{"uv":[9.5,14.5,10.5,14],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,14.5,10.5,14],"rotation":180,"texture":"#0"}}},{"from":[7.7369,7.50962,7.62882],"to":[8.2369,8.20962,8.42882],"rotation":{"angle":45,"axis":"x","origin":[7.9869,8.1918,7.60064]},"faces":{"north":{"uv":[0,15.5,1,15],"rotation":180,"texture":"#1"},"east":{"uv":[0,15.5,1,15],"rotation":180,"texture":"#1"},"south":{"uv":[0,15.5,1,15],"rotation":180,"texture":"#1"},"west":{"uv":[0,15.5,1,15],"rotation":180,"texture":"#1"},"up":{"uv":[0,15.5,1,15],"rotation":180,"texture":"#1"},"down":{"uv":[0,15.5,1,15],"rotation":180,"texture":"#1"}}},{"from":[7.5869,4.92072,5.66317],"to":[8.3869,5.52072,6.26317],"rotation":{"angle":45,"axis":"x","origin":[7.9869,5.24479,6.51176]},"faces":{"north":{"uv":[10,14,10.5,14.5],"texture":"#0"},"east":{"uv":[10,14,10.5,14.5],"texture":"#0"},"south":{"uv":[10,14,10.5,14.5],"texture":"#0"},"west":{"uv":[10,14,10.5,14.5],"texture":"#0"},"up":{"uv":[10,14,10.5,14.5],"texture":"#0"},"down":{"uv":[10,14,10.5,14.5],"texture":"#0"}}},{"from":[7.6869,-3.27122,7.5023],"to":[8.2869,-2.67122,8.1023],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,-2.31576,7.84763]},"faces":{"north":{"uv":[12,14,11.5,14.5],"rotation":180,"texture":"#0"},"east":{"uv":[12,14,11.5,14.5],"rotation":180,"texture":"#0"},"south":{"uv":[12,14,11.5,14.5],"rotation":180,"texture":"#0"},"west":{"uv":[12,14,11.5,14.5],"rotation":180,"texture":"#0"},"up":{"uv":[12,14,11.5,14.5],"rotation":180,"texture":"#0"},"down":{"uv":[12,14,11.5,14.5],"rotation":180,"texture":"#0"}}},{"from":[7.5869,6.36958,8.91681],"to":[8.3869,6.96958,9.51681],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,6.50318,9.24445]},"faces":{"north":{"uv":[10.5,15,11,14.5],"texture":"#0"},"east":{"uv":[10.5,15,11,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[10.5,15,11,14.5],"rotation":180,"texture":"#0"},"west":{"uv":[10.5,15,11,14.5],"rotation":270,"texture":"#0"},"up":{"uv":[10.5,15,11,14.5],"texture":"#0"},"down":{"uv":[10.5,15,11,14.5],"rotation":180,"texture":"#0"}}},{"from":[7.7869,7.85132,7.01825],"to":[8.1869,8.45132,7.61825],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,8.1918,7.60064]},"faces":{"north":{"uv":[0,15.5,0.5,15],"rotation":90,"texture":"#1"},"east":{"uv":[0,15.5,0.5,15],"rotation":90,"texture":"#1"},"south":{"uv":[0,15.5,0.5,15],"rotation":90,"texture":"#1"},"west":{"uv":[0,15.5,0.5,15],"rotation":90,"texture":"#1"},"up":{"uv":[0,15.5,0.5,15],"rotation":90,"texture":"#1"},"down":{"uv":[0,15.5,0.5,15],"rotation":90,"texture":"#1"}}},{"from":[7.5969,5.54437,6.45194],"to":[8.3769,6.12437,7.03194],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,5.24479,6.51176]},"faces":{"north":{"uv":[11.5,14,12,14.5],"texture":"#0"},"east":{"uv":[11.5,14,12,14.5],"texture":"#0"},"south":{"uv":[11.5,14,12,14.5],"texture":"#0"},"west":{"uv":[11.5,14,12,14.5],"texture":"#0"},"up":{"uv":[11.5,14,12,14.5],"texture":"#0"},"down":{"uv":[11.5,14,12,14.5],"texture":"#0"}}},{"from":[7.6969,-3.28595,7.72727],"to":[8.2769,-2.70595,8.30727],"rotation":{"angle":0,"axis":"x","origin":[7.9869,-2.31576,7.84763]},"faces":{"north":{"uv":[12,14,11.5,14.5],"rotation":180,"texture":"#0"},"east":{"uv":[12,14,11.5,14.5],"rotation":180,"texture":"#0"},"south":{"uv":[12,14,11.5,14.5],"rotation":180,"texture":"#0"},"west":{"uv":[12,14,11.5,14.5],"rotation":180,"texture":"#0"},"up":{"uv":[12,14,11.5,14.5],"rotation":180,"texture":"#0"},"down":{"uv":[12,14,11.5,14.5],"rotation":180,"texture":"#0"}}},{"from":[7.5969,6.8187,8.77328],"to":[8.3769,7.6987,9.35328],"rotation":{"angle":0,"axis":"x","origin":[7.9869,6.50318,9.24445]},"faces":{"north":{"uv":[11,14.5,12,14],"rotation":270,"texture":"#0"},"east":{"uv":[11,14.5,12,14],"rotation":270,"texture":"#0"},"south":{"uv":[11,14.5,12,14],"rotation":270,"texture":"#0"},"west":{"uv":[11,14.5,12,14],"rotation":270,"texture":"#0"},"up":{"uv":[11.5,14.5,12,14],"rotation":270,"texture":"#0"},"down":{"uv":[11,14.5,12,14],"rotation":270,"texture":"#0"}}},{"from":[7.7969,8.2187,6.97328],"to":[8.1769,9.0987,7.55328],"rotation":{"angle":0,"axis":"x","origin":[7.9869,8.1918,7.60064]},"faces":{"north":{"uv":[1.5,15.5,2.5,15],"rotation":270,"texture":"#1"},"east":{"uv":[1.5,15.5,2.5,15],"rotation":270,"texture":"#1"},"south":{"uv":[1.5,15.5,2.5,15],"rotation":270,"texture":"#1"},"west":{"uv":[1.5,15.5,2.5,15],"rotation":270,"texture":"#1"},"up":{"uv":[1.5,15.5,2.5,15],"rotation":270,"texture":"#1"},"down":{"uv":[1.5,15.5,2.5,15],"rotation":270,"texture":"#1"}}},{"from":[7.6069,5.68649,6.66575],"to":[8.3669,6.24649,7.22575],"rotation":{"angle":0,"axis":"x","origin":[7.9869,5.24479,6.51176]},"faces":{"north":{"uv":[11.5,14,12,14.5],"texture":"#0"},"east":{"uv":[11.5,14,12,14.5],"texture":"#0"},"south":{"uv":[11.5,14,12,14.5],"texture":"#0"},"west":{"uv":[11.5,14,12,14.5],"texture":"#0"},"up":{"uv":[11.5,14,12,14.5],"texture":"#0"},"down":{"uv":[11.5,14,12,14.5],"texture":"#0"}}},{"from":[7.7069,-3.378,7.911],"to":[8.2669,-2.818,8.471],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,-2.31576,7.84763]},"faces":{"north":{"uv":[13,14.5,12.5,15],"rotation":180,"texture":"#0"},"east":{"uv":[13,14.5,12.5,15],"rotation":180,"texture":"#0"},"south":{"uv":[13,14.5,12.5,15],"rotation":180,"texture":"#0"},"west":{"uv":[13,14.5,12.5,15],"rotation":180,"texture":"#0"},"up":{"uv":[13,14.5,12.5,15],"rotation":180,"texture":"#0"},"down":{"uv":[13,14.5,12.5,15],"rotation":180,"texture":"#0"}}},{"from":[7.6069,7.41022,8.37644],"to":[8.3669,8.41022,8.93644],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,6.50318,9.24445]},"faces":{"north":{"uv":[12,14.5,13,14],"rotation":270,"texture":"#0"},"east":{"uv":[12,14.5,13,14],"rotation":270,"texture":"#0"},"south":{"uv":[12,14.5,13,14],"rotation":270,"texture":"#0"},"west":{"uv":[12,14.5,13,14],"rotation":270,"texture":"#0"},"up":{"uv":[12.5,14.5,13,14],"rotation":270,"texture":"#0"},"down":{"uv":[12,14.5,13,14],"rotation":270,"texture":"#0"}}},{"from":[7.8069,8.77242,6.69878],"to":[8.1669,9.57242,7.25878],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,8.1918,7.60064]},"faces":{"north":{"uv":[0,15.5,1,15],"rotation":270,"texture":"#1"},"east":{"uv":[0,15.5,1,15],"rotation":270,"texture":"#1"},"south":{"uv":[0,15.5,1,15],"rotation":270,"texture":"#1"},"west":{"uv":[0,15.5,1,15],"rotation":270,"texture":"#1"},"up":{"uv":[0,15.5,1,15],"rotation":270,"texture":"#1"},"down":{"uv":[0,15.5,1,15],"rotation":270,"texture":"#1"}}},{"from":[7.6069,4.29691,5.29777],"to":[8.3669,4.85691,5.85777],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,3.85521,6.01176]},"faces":{"north":{"uv":[9,14,9.5,14.5],"texture":"#0"},"east":{"uv":[9,14,9.5,14.5],"texture":"#0"},"south":{"uv":[9,14,9.5,14.5],"texture":"#0"},"west":{"uv":[9,14,9.5,14.5],"texture":"#0"},"up":{"uv":[9,14,9.5,14.5],"texture":"#0"},"down":{"uv":[9,14,9.5,14.5],"texture":"#0"}}},{"from":[7.6169,5.83642,6.40415],"to":[8.3569,6.37642,6.94415],"rotation":{"angle":45,"axis":"x","origin":[7.9869,5.24479,6.51176]},"faces":{"north":{"uv":[13,14.5,13.5,15],"texture":"#0"},"east":{"uv":[13,14.5,13.5,15],"texture":"#0"},"south":{"uv":[13,14.5,13.5,15],"texture":"#0"},"west":{"uv":[13,14.5,13.5,15],"texture":"#0"},"up":{"uv":[13,14.5,13.5,15],"texture":"#0"},"down":{"uv":[13,14.5,13.5,15],"texture":"#0"}}},{"from":[7.7169,-3.53024,8.41801],"to":[8.2569,-1.99024,8.95801],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,-2.31576,7.84763]},"faces":{"north":{"uv":[15,14.5,13.5,15],"rotation":90,"texture":"#0"},"east":{"uv":[15,14.5,13.5,15],"rotation":90,"texture":"#0"},"south":{"uv":[15,14.5,13.5,15],"rotation":90,"texture":"#0"},"west":{"uv":[15,14.5,13.5,15],"rotation":90,"texture":"#0"},"up":{"uv":[15,14.5,13.5,15],"rotation":90,"texture":"#0"},"down":{"uv":[15,14.5,13.5,15],"rotation":90,"texture":"#0"}}},{"from":[7.6169,7.90494,7.73194],"to":[8.3569,8.44494,8.27194],"rotation":{"angle":45,"axis":"x","origin":[7.9869,6.50318,9.24445]},"faces":{"north":{"uv":[0,12.5,0.5,12],"rotation":270,"texture":"#0"},"east":{"uv":[0,12.5,0.5,12],"rotation":270,"texture":"#0"},"south":{"uv":[0,12.5,0.5,12],"rotation":270,"texture":"#0"},"west":{"uv":[0,12.5,0.5,12],"rotation":270,"texture":"#0"},"up":{"uv":[0,12.5,0.5,12],"rotation":270,"texture":"#0"},"down":{"uv":[0,12.5,0.5,12],"rotation":270,"texture":"#0"}}},{"from":[7.8169,9.12903,6.13178],"to":[8.1569,9.66903,6.67178],"rotation":{"angle":45,"axis":"x","origin":[7.9869,8.0418,7.55064]},"faces":{"north":{"uv":[0,15.5,0.5,15],"rotation":270,"texture":"#1"},"east":{"uv":[0,15.5,0.5,15],"rotation":270,"texture":"#1"},"south":{"uv":[0,15.5,0.5,15],"rotation":270,"texture":"#1"},"west":{"uv":[0,15.5,0.5,15],"rotation":270,"texture":"#1"},"up":{"uv":[0,15.5,0.5,15],"rotation":270,"texture":"#1"},"down":{"uv":[0,15.5,0.5,15],"rotation":270,"texture":"#1"}}},{"from":[7.6169,3.42282,4.88012],"to":[8.3569,3.96282,5.42012],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,3.85521,6.01176]},"faces":{"north":{"uv":[11.5,14,12,14.5],"texture":"#0"},"east":{"uv":[11.5,14,12,14.5],"texture":"#0"},"south":{"uv":[11.5,14,12,14.5],"texture":"#0"},"west":{"uv":[11.5,14,12,14.5],"texture":"#0"},"up":{"uv":[11.5,14,12,14.5],"texture":"#0"},"down":{"uv":[11.5,14,12,14.5],"texture":"#0"}}},{"from":[7.7269,-4.07156,7.81804],"to":[8.2469,-3.55156,8.33804],"rotation":{"angle":45,"axis":"x","origin":[7.9869,-3.81156,8.07804]},"faces":{"north":{"uv":[0.5,12,0,12.5],"rotation":180,"texture":"#0"},"east":{"uv":[0.5,12,0,12.5],"rotation":180,"texture":"#0"},"south":{"uv":[0.5,12,0,12.5],"rotation":180,"texture":"#0"},"west":{"uv":[0.5,12,0,12.5],"rotation":180,"texture":"#0"},"up":{"uv":[0.5,12,0,12.5],"rotation":180,"texture":"#0"},"down":{"uv":[0.5,12,0,12.5],"rotation":180,"texture":"#0"}}},{"from":[7.7319,-4.40627,7.59605],"to":[8.2419,-3.89627,8.10605],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,-4.15127,7.85105]},"faces":{"north":{"uv":[1.5,12,1,12.5],"rotation":180,"texture":"#0"},"east":{"uv":[1.5,12,1,12.5],"rotation":180,"texture":"#0"},"south":{"uv":[1.5,12,1,12.5],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,12,1,12.5],"rotation":180,"texture":"#0"},"up":{"uv":[1.5,12,1,12.5],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,12,1,12.5],"rotation":180,"texture":"#0"}}},{"from":[7.7869,-4.70198,7.57134],"to":[8.1869,-4.30198,7.97134],"rotation":{"angle":0,"axis":"x","origin":[7.9869,-5.15198,7.77134]},"faces":{"north":{"uv":[2,12,1.5,12.5],"rotation":180,"texture":"#0"},"east":{"uv":[2,12,1.5,12.5],"rotation":180,"texture":"#0"},"south":{"uv":[2,12,1.5,12.5],"rotation":180,"texture":"#0"},"west":{"uv":[2,12,1.5,12.5],"rotation":180,"texture":"#0"},"up":{"uv":[2,12,1.5,12.5],"rotation":180,"texture":"#0"},"down":{"uv":[2,12,1.5,12.5],"rotation":180,"texture":"#0"}}},{"from":[7.6469,4.79115,7.19128],"to":[8.3269,5.27115,7.67128],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,5.24479,6.51176]},"faces":{"north":{"uv":[13,14.5,13.5,15],"texture":"#0"},"east":{"uv":[13,14.5,13.5,15],"texture":"#0"},"south":{"uv":[13,14.5,13.5,15],"texture":"#0"},"west":{"uv":[13,14.5,13.5,15],"texture":"#0"},"up":{"uv":[13,14.5,13.5,15],"texture":"#0"},"down":{"uv":[13,14.5,13.5,15],"texture":"#0"}}},{"from":[7.7469,-2.43273,8.46661],"to":[8.2269,-1.95273,8.94661],"rotation":{"angle":0,"axis":"x","origin":[7.9869,-2.31576,7.84763]},"faces":{"north":{"uv":[0.5,12,0,12.5],"rotation":180,"texture":"#0"},"east":{"uv":[0.5,12,0,12.5],"rotation":180,"texture":"#0"},"south":{"uv":[0.5,12,0,12.5],"rotation":180,"texture":"#0"},"west":{"uv":[0.5,12,0,12.5],"rotation":180,"texture":"#0"},"up":{"uv":[0.5,12,0,12.5],"rotation":180,"texture":"#0"},"down":{"uv":[0.5,12,0,12.5],"rotation":180,"texture":"#0"}}},{"from":[7.6469,8.11219,10.46682],"to":[8.3269,8.59219,10.94682],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,6.50318,9.24445]},"faces":{"north":{"uv":[1,12.5,1.5,12],"rotation":270,"texture":"#0"},"east":{"uv":[1,12.5,1.5,12],"rotation":270,"texture":"#0"},"south":{"uv":[1,12.5,1.5,12],"rotation":270,"texture":"#0"},"west":{"uv":[1,12.5,1.5,12],"rotation":270,"texture":"#0"},"up":{"uv":[1,12.5,1.5,12],"rotation":270,"texture":"#0"},"down":{"uv":[1,12.5,1.5,12],"rotation":270,"texture":"#0"}}},{"from":[7.8469,9.88107,7.69791],"to":[8.1269,10.36107,8.17791],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,10.12107,7.93791]},"faces":{"north":{"uv":[0,15.5,0.5,15],"texture":"#1"},"east":{"uv":[0,15.5,0.5,15],"texture":"#1"},"south":{"uv":[0,15.5,0.5,15],"texture":"#1"},"west":{"uv":[0,15.5,0.5,15],"texture":"#1"},"up":{"uv":[0,15.5,0.5,15],"texture":"#1"},"down":{"uv":[0,15.5,0.5,15],"texture":"#1"}}},{"from":[7.6469,3.40157,4.85224],"to":[8.3269,3.88157,5.33224],"rotation":{"angle":0,"axis":"x","origin":[7.9869,3.85521,6.01176]},"faces":{"north":{"uv":[11.5,14,12,14.5],"texture":"#0"},"east":{"uv":[11.5,14,12,14.5],"texture":"#0"},"south":{"uv":[11.5,14,12,14.5],"texture":"#0"},"west":{"uv":[11.5,14,12,14.5],"texture":"#0"},"up":{"uv":[11.5,14,12,14.5],"texture":"#0"},"down":{"uv":[11.5,14,12,14.5],"texture":"#0"}}},{"from":[7.875,8.355,6.325],"to":[8.125,9.505,8.075],"rotation":{"angle":22.5,"axis":"x","origin":[8,9.15234,7.32992]},"faces":{"north":{"uv":[7.5,15.5,6.5,16],"rotation":90,"texture":"#1"},"east":{"uv":[7.5,16,6.5,14],"rotation":90,"texture":"#1"},"south":{"uv":[7.5,14,6.5,16],"rotation":90,"texture":"#1"},"west":{"uv":[7.5,14,6.5,16],"rotation":90,"texture":"#1"},"up":{"uv":[7.5,14,6.5,16],"rotation":90,"texture":"#1"},"down":{"uv":[7.5,14,6.5,16],"rotation":90,"texture":"#1"}}},{"from":[7.875,11.255,6.625],"to":[8.125,12.205,7.975],"rotation":{"angle":22.5,"axis":"x","origin":[8,11.95234,7.32992]},"faces":{"north":{"uv":[10.95,14.5,10,14.75],"rotation":270,"texture":"#1"},"east":{"uv":[11,14.5,10,16],"rotation":270,"texture":"#1"},"south":{"uv":[11,14.5,10,16],"rotation":270,"texture":"#1"},"west":{"uv":[11,14.5,10,16],"rotation":270,"texture":"#1"},"up":{"uv":[11,14.5,10,16],"rotation":270,"texture":"#1"},"down":{"uv":[11,14.5,10,16],"rotation":270,"texture":"#1"}}},{"from":[7.87,5.62726,7.05461],"to":[8.13,7.08726,8.51461],"rotation":{"angle":45,"axis":"x","origin":[8,6.85726,7.78461]},"faces":{"north":{"uv":[2.5,14.5,3,16],"rotation":180,"texture":"#1"},"east":{"uv":[2.5,14.5,4,16],"texture":"#1"},"south":{"uv":[1.5,14.5,3,16],"rotation":90,"texture":"#1"},"west":{"uv":[2.5,14.5,4,16],"rotation":180,"texture":"#1"},"up":{"uv":[1.5,14.5,3,16],"rotation":90,"texture":"#1"},"down":{"uv":[1.5,14.5,3,16],"rotation":90,"texture":"#1"}}},{"from":[7.77,3.82726,6.55461],"to":[8.23,5.78726,8.51461],"rotation":{"angle":45,"axis":"x","origin":[8,5.05726,7.78461]},"faces":{"north":{"uv":[0,14,2,16],"rotation":90,"texture":"#1"},"east":{"uv":[0,14,2,16],"rotation":90,"texture":"#1"},"south":{"uv":[0,14,2,16],"rotation":90,"texture":"#1"},"west":{"uv":[0,14,2,16],"rotation":90,"texture":"#1"},"up":{"uv":[0,14,2,16],"rotation":90,"texture":"#1"},"down":{"uv":[0,14,2,16],"rotation":90,"texture":"#1"}}},{"from":[7.88,4.28535,6.09671],"to":[8.12,6.26535,7.53671],"rotation":{"angle":22.5,"axis":"x","origin":[8,5.60535,6.81671]},"faces":{"north":{"uv":[1,14,1.5,16],"rotation":180,"texture":"#1"},"east":{"uv":[1,14,2.5,16],"rotation":180,"texture":"#1"},"south":{"uv":[1,14,2.5,16],"rotation":180,"texture":"#1"},"west":{"uv":[1,14,2.5,16],"rotation":180,"texture":"#1"},"up":{"uv":[1,14,2.5,16],"rotation":180,"texture":"#1"},"down":{"uv":[1,14,2.5,16],"rotation":180,"texture":"#1"}}},{"from":[7.88,4.31047,7.47043],"to":[8.12,6.39047,9.61043],"rotation":{"angle":-22.5,"axis":"x","origin":[8,5.30047,8.19043]},"faces":{"north":{"uv":[1,14,3,16],"rotation":180,"texture":"#1"},"east":{"uv":[1,14,3,16],"rotation":180,"texture":"#1"},"south":{"uv":[1,14,3,16],"rotation":180,"texture":"#1"},"west":{"uv":[1,14,3,16],"rotation":180,"texture":"#1"},"up":{"uv":[1,14,3,16],"rotation":180,"texture":"#1"},"down":{"uv":[1,14,3,16],"rotation":180,"texture":"#1"}}},{"from":[7.87,8.92726,6.75461],"to":[8.13,9.88726,8.51461],"rotation":{"angle":45,"axis":"x","origin":[8,9.65726,7.78461]},"faces":{"north":{"uv":[8,14.5,7,14],"rotation":90,"texture":"#1"},"east":{"uv":[8,14,7,16],"rotation":90,"texture":"#1"},"south":{"uv":[8,16,7,15.5],"rotation":90,"texture":"#1"},"west":{"uv":[8,16,7,14],"rotation":90,"texture":"#1"},"up":{"uv":[7.5,16,7,14],"rotation":180,"texture":"#1"},"down":{"uv":[8,16,7,14],"rotation":90,"texture":"#1"}}},{"from":[7.87,11.72726,7.05461],"to":[8.13,12.68726,8.31461],"rotation":{"angle":45,"axis":"x","origin":[8,12.45726,7.78461]},"faces":{"north":{"uv":[12,14.5,11,15],"rotation":90,"texture":"#1"},"east":{"uv":[12,14.5,11,16],"rotation":90,"texture":"#1"},"south":{"uv":[12,14.5,11,16],"rotation":90,"texture":"#1"},"west":{"uv":[11,14.5,12,16],"rotation":270,"texture":"#1"},"up":{"uv":[12,14.5,11.5,16],"rotation":90,"texture":"#1"},"down":{"uv":[11.5,14.5,11,16],"rotation":180,"texture":"#1"}}},{"from":[7.88,9.55653,7.25269],"to":[8.12,10.49653,8.69269],"rotation":{"angle":22.5,"axis":"x","origin":[8,10.02653,7.97269]},"faces":{"north":{"uv":[8.5,14,7.5,14.5],"rotation":90,"texture":"#1"},"east":{"uv":[8.5,14.5,7.5,16],"rotation":90,"texture":"#1"},"south":{"uv":[8.5,15.5,7.5,16],"rotation":90,"texture":"#1"},"west":{"uv":[8.5,14.5,7.5,16],"rotation":270,"texture":"#1"},"up":{"uv":[8.5,14.5,7.5,16],"texture":"#1"},"down":{"uv":[8.5,14,7.5,16],"rotation":90,"texture":"#1"}}},{"from":[7.88,12.36984,7.32056],"to":[8.12,13.30984,8.51056],"rotation":{"angle":22.5,"axis":"x","origin":[8,12.83984,8.04056]},"faces":{"north":{"uv":[12.5,14.5,11.5,16],"rotation":90,"texture":"#1"},"east":{"uv":[12.5,14.5,11.5,16],"rotation":90,"texture":"#1"},"south":{"uv":[12.46,14.5,11.5,14.76],"rotation":90,"texture":"#1"},"west":{"uv":[12.5,14.5,11.5,16],"rotation":90,"texture":"#1"},"up":{"uv":[12.5,14.5,11.5,16],"rotation":90,"texture":"#1"},"down":{"uv":[12.5,14.5,11.5,16],"rotation":90,"texture":"#1"}}},{"from":[7.885,5.87891,7.25769],"to":[8.115,8.15891,8.98769],"rotation":{"angle":-22.5,"axis":"x","origin":[8,7.54391,7.97269]},"faces":{"north":{"uv":[3.5,14,6,16],"rotation":270,"texture":"#1"},"east":{"uv":[3.5,14,6,16],"rotation":270,"texture":"#1"},"south":{"uv":[3.5,15.5,6,16],"rotation":270,"texture":"#1"},"west":{"uv":[3.5,14,6,16],"rotation":270,"texture":"#1"},"up":{"uv":[5.5,14,6,16],"rotation":270,"texture":"#1"},"down":{"uv":[3.5,14,6,16],"rotation":270,"texture":"#1"}}},{"from":[7.885,9.87891,7.25769],"to":[8.115,10.80891,8.68769],"rotation":{"angle":-22.5,"axis":"x","origin":[8,10.34391,7.97269]},"faces":{"north":{"uv":[8.5,14.5,7.5,15],"rotation":270,"texture":"#1"},"east":{"uv":[8.5,14.5,7.5,16],"rotation":90,"texture":"#1"},"south":{"uv":[8.5,15.5,8,16],"rotation":270,"texture":"#1"},"west":{"uv":[8.5,14.5,7.5,16],"rotation":270,"texture":"#1"},"up":{"uv":[8,14.5,7.5,16],"texture":"#1"},"down":{"uv":[8.5,14.5,7.5,16],"rotation":270,"texture":"#1"}}},{"from":[7.885,12.82891,7.25769],"to":[8.115,13.70891,8.53769],"rotation":{"angle":-22.5,"axis":"x","origin":[8,13.24391,7.97269]},"faces":{"north":{"uv":[12.5,14,11.5,15.5],"rotation":90,"texture":"#1"},"east":{"uv":[12.5,14,11.5,15.5],"rotation":90,"texture":"#1"},"south":{"uv":[12.5,14,11.5,15.5],"rotation":90,"texture":"#1"},"west":{"uv":[12.5,14,11.5,15.5],"rotation":90,"texture":"#1"},"up":{"uv":[12.5,14,11.5,15.5],"rotation":90,"texture":"#1"},"down":{"uv":[12.5,14,11.5,15.5],"rotation":90,"texture":"#1"}}},{"from":[7.89,7.56036,6.66093],"to":[8.11,8.63036,8.63093],"rotation":{"angle":-45,"axis":"x","origin":[8,8.07036,7.62093]},"faces":{"north":{"uv":[5.5,14,6.5,16],"rotation":270,"texture":"#1"},"east":{"uv":[5.5,14,6.5,16],"rotation":270,"texture":"#1"},"south":{"uv":[5.5,14,6.5,16],"rotation":270,"texture":"#1"},"west":{"uv":[5.5,14,6.5,16],"rotation":270,"texture":"#1"},"up":{"uv":[5.5,14,6.5,16],"rotation":270,"texture":"#1"},"down":{"uv":[5.5,14,6.5,16],"rotation":270,"texture":"#1"}}},{"from":[7.89,10.41036,6.91093],"to":[8.11,11.33036,8.33093],"rotation":{"angle":-45,"axis":"x","origin":[8,10.87036,7.62093]},"faces":{"north":{"uv":[9.5,14.5,8.5,16],"rotation":90,"texture":"#1"},"east":{"uv":[9,14.5,8,16],"rotation":90,"texture":"#1"},"south":{"uv":[9,15.5,8,16],"rotation":90,"texture":"#1"},"west":{"uv":[9,16,8,14.5],"rotation":90,"texture":"#1"},"up":{"uv":[9.5,14.5,8.5,16],"rotation":90,"texture":"#1"},"down":{"uv":[9.5,14.5,8.5,16],"rotation":90,"texture":"#1"}}},{"from":[7.89,13.31036,6.91093],"to":[8.11,14.23036,8.18093],"rotation":{"angle":-45,"axis":"x","origin":[8,13.77036,7.62093]},"faces":{"north":{"uv":[12.92,14.5,12,14.72],"rotation":90,"texture":"#1"},"east":{"uv":[13,14.5,12,16],"rotation":90,"texture":"#1"},"south":{"uv":[13,15.5,12,16],"rotation":90,"texture":"#1"},"west":{"uv":[13,16,12,14.5],"rotation":90,"texture":"#1"},"up":{"uv":[13,14.5,12,16],"rotation":90,"texture":"#1"},"down":{"uv":[13,14.5,12,16],"rotation":90,"texture":"#1"}}},{"from":[7.89,14.14268,6.56825],"to":[8.11,16.64268,7.21825],"rotation":{"angle":22.5,"axis":"x","origin":[8,14.60268,7.25325]},"faces":{"north":{"uv":[15.5,15,13,15.5],"rotation":90,"texture":"#1"},"east":{"uv":[15.5,15,13,15.5],"rotation":90,"texture":"#1"},"south":{"uv":[15.5,15,13,15.5],"rotation":90,"texture":"#1"},"west":{"uv":[15.5,15,13,15.5],"rotation":90,"texture":"#1"},"up":{"uv":[15.5,15,13,15.5],"rotation":90,"texture":"#1"},"down":{"uv":[15.5,15,13,15.5],"rotation":90,"texture":"#1"}}},{"from":[7.892,16.42653,7.53769],"to":[8.108,17.07253,8.13369],"rotation":{"angle":45,"axis":"x","origin":[8,16.74953,7.86069]},"faces":{"north":{"uv":[15,15.95,16,14.5],"rotation":90,"texture":"#1"},"east":{"uv":[15,15.95,16,14.5],"rotation":90,"texture":"#1"},"south":{"uv":[15,15.95,16,14.5],"rotation":90,"texture":"#1"},"west":{"uv":[15,15.95,16,14.5],"rotation":90,"texture":"#1"},"up":{"uv":[15,15.95,16,14.5],"rotation":90,"texture":"#1"},"down":{"uv":[15,15.95,16,14.5],"rotation":90,"texture":"#1"}}},{"from":[7.894,16.78689,7.85812],"to":[8.106,17.20389,8.28012],"rotation":{"angle":0,"axis":"x","origin":[8,16.93289,8.17912]},"faces":{"north":{"uv":[16,16,15,14.5],"rotation":90,"texture":"#1"},"east":{"uv":[16,16,15,14.5],"rotation":90,"texture":"#1"},"south":{"uv":[16,16,15,14.5],"rotation":90,"texture":"#1"},"west":{"uv":[16,16,15,14.5],"rotation":90,"texture":"#1"},"up":{"uv":[16,16,15,14.5],"rotation":90,"texture":"#1"},"down":{"uv":[16,16,15,14.5],"rotation":90,"texture":"#1"}}},{"from":[7.888,14.59649,7.09917],"to":[8.112,16.00049,7.75317],"rotation":{"angle":0,"axis":"x","origin":[8,15.84849,7.50117]},"faces":{"north":{"uv":[14.5,15,13,15.5],"rotation":90,"texture":"#1"},"east":{"uv":[14.5,15,13,15.5],"rotation":90,"texture":"#1"},"south":{"uv":[14.5,15,13,15.5],"rotation":90,"texture":"#1"},"west":{"uv":[14.5,15,13,15.5],"rotation":90,"texture":"#1"},"up":{"uv":[14.5,15,13,15.5],"rotation":90,"texture":"#1"},"down":{"uv":[14.5,15,13,15.5],"rotation":90,"texture":"#1"}}},{"from":[7.885,8.12527,6.30854],"to":[8.115,9.25527,7.98854],"rotation":{"angle":-22.5,"axis":"x","origin":[8,8.59027,7.27354]},"faces":{"north":{"uv":[6.5,14.5,7.5,15],"rotation":270,"texture":"#1"},"east":{"uv":[7.5,14,6.5,16],"rotation":270,"texture":"#1"},"south":{"uv":[7,14,8,16],"rotation":270,"texture":"#1"},"west":{"uv":[7.5,14,6.5,16],"rotation":90,"texture":"#1"},"up":{"uv":[7,14,7.5,16],"rotation":180,"texture":"#1"},"down":{"uv":[7,14,7.5,16],"rotation":180,"texture":"#1"}}},{"from":[7.885,10.92527,6.55854],"to":[8.115,11.87527,7.98854],"rotation":{"angle":-22.5,"axis":"x","origin":[8,11.39027,7.27354]},"faces":{"north":{"uv":[9.5,14.73,10.45,14.5],"rotation":270,"texture":"#1"},"east":{"uv":[9.5,16,10.5,14.5],"rotation":270,"texture":"#1"},"south":{"uv":[9.5,16,10.5,14.5],"rotation":270,"texture":"#1"},"west":{"uv":[9.5,16,10.5,14.5],"rotation":270,"texture":"#1"},"up":{"uv":[9.5,16,10.5,14.5],"rotation":270,"texture":"#1"},"down":{"uv":[9.5,16,10.5,14.5],"rotation":270,"texture":"#1"}}},{"from":[7.885,13.82527,6.55854],"to":[8.115,14.75527,7.88854],"rotation":{"angle":-22.5,"axis":"x","origin":[8,14.29027,7.27354]},"faces":{"north":{"uv":[13.5,14.5,12.5,15],"rotation":90,"texture":"#1"},"east":{"uv":[13.5,14.5,12.5,16],"rotation":90,"texture":"#1"},"south":{"uv":[13.5,15.5,12.5,16],"rotation":90,"texture":"#1"},"west":{"uv":[13.5,16,12.5,14.5],"rotation":90,"texture":"#1"},"up":{"uv":[13.5,14.5,13,16],"rotation":180,"texture":"#1"},"down":{"uv":[13.5,14.5,12.5,16],"rotation":90,"texture":"#1"}}},{"from":[7.995,6.61052,4.6854],"to":[8.005,11.11052,6.6854],"rotation":{"angle":45,"axis":"x","origin":[8,9.41052,5.6854]},"faces":{"north":{"uv":[5.5,7.5,5.5,7.5],"texture":"#0"},"east":{"uv":[14,2,16,6.5],"texture":"#0"},"south":{"uv":[5.5,7.5,5.5,7.5],"texture":"#0"},"west":{"uv":[16,2,14,6.5],"texture":"#0"},"up":{"uv":[5.5,7.5,5.5,7.5],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,7.5,5.5,7.5],"rotation":90,"texture":"#0"}}},{"from":[7.995,-5.59806,5.37674],"to":[8.005,-2.09806,6.87674],"rotation":{"angle":22.5,"axis":"x","origin":[8,-3.84806,6.12674]},"faces":{"north":{"uv":[5.5,7.5,5.5,7.5],"texture":"#0"},"east":{"uv":[14.5,2,13,5.5],"texture":"#0"},"south":{"uv":[5.5,7.5,5.5,7.5],"texture":"#0"},"west":{"uv":[13,2,14.5,5.5],"texture":"#0"},"up":{"uv":[5.5,7.5,5.5,7.5],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,7.5,5.5,7.5],"rotation":90,"texture":"#0"}}},{"from":[7.845,10.61052,5.1854],"to":[8.155,12.61052,6.1854],"rotation":{"angle":45,"axis":"x","origin":[8,9.41052,5.6854]},"faces":{"north":{"uv":[16,2,15.5,4],"texture":"#0"},"east":{"uv":[15,2,16,4],"texture":"#0"},"south":{"uv":[15.5,2,15,4],"texture":"#0"},"west":{"uv":[16,2,15,4],"texture":"#0"},"up":{"uv":[16,2,15,2.5],"rotation":90,"texture":"#0"},"down":{"uv":[16,3.5,15,4],"rotation":270,"texture":"#0"}}},{"from":[7,4.4,8],"to":[7.8,5.2,8.8],"rotation":{"angle":22.5,"axis":"y","origin":[7.6,4.6,8.3]},"faces":{"north":{"uv":[5.5,6.5,7,8],"texture":"#1"},"east":{"uv":[5.5,6.5,7,8],"texture":"#1"},"south":{"uv":[5.5,6.5,7,8],"texture":"#1"},"west":{"uv":[5.5,5,7,6.5],"texture":"#1"},"up":{"uv":[5.5,6.5,7,8],"texture":"#1"},"down":{"uv":[5.5,6.5,7,8],"texture":"#1"}}},{"from":[7.25,5.45,8.45],"to":[7.95,6.15,9.15],"rotation":{"angle":-22.5,"axis":"z","origin":[7.6,5.8,8.8]},"faces":{"north":{"uv":[5.5,6.5,7,8],"texture":"#1"},"east":{"uv":[5.5,6.5,7,8],"texture":"#1"},"south":{"uv":[5.5,6.5,7,8],"texture":"#1"},"west":{"uv":[5.5,5,7,6.5],"texture":"#1"},"up":{"uv":[5.5,6.5,7,8],"texture":"#1"},"down":{"uv":[5.5,6.5,7,8],"texture":"#1"}}},{"from":[8.12654,6,7.98478],"to":[8.92654,6.8,8.78478],"rotation":{"angle":-22.5,"axis":"y","origin":[8.45,6.7,8.2]},"faces":{"north":{"uv":[7,6.5,5.5,8],"rotation":180,"texture":"#1"},"east":{"uv":[7,5,5.5,6.5],"rotation":270,"texture":"#1"},"south":{"uv":[7,6.5,5.5,8],"texture":"#1"},"west":{"uv":[7,6.5,5.5,8],"rotation":90,"texture":"#1"},"up":{"uv":[7,6.5,5.5,8],"rotation":180,"texture":"#1"},"down":{"uv":[7,6.5,5.5,8],"texture":"#1"}}},{"from":[7.35,5.15,7.95],"to":[7.85,5.65,8.45],"rotation":{"angle":-45,"axis":"x","origin":[7.6,5.4,8.2]},"faces":{"north":{"uv":[5.5,7,6.5,8],"rotation":270,"texture":"#1"},"east":{"uv":[5.5,7,6.5,8],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,7,6.5,8],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,7,6.5,8],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,7,6.5,8],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,7,6.5,8],"rotation":90,"texture":"#1"}}},{"from":[7.95,6.75355,7.97071],"to":[8.55,7.35355,8.57071],"rotation":{"angle":-45,"axis":"x","origin":[8.25,6.7,8.2]},"faces":{"north":{"uv":[5.5,8,6.5,7],"rotation":270,"texture":"#1"},"east":{"uv":[5.5,8,6.5,7],"texture":"#1"},"south":{"uv":[5.5,8,6.5,7],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,8,6.5,7],"rotation":180,"texture":"#1"},"up":{"uv":[5.5,8,6.5,7],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,8,6.5,7],"rotation":90,"texture":"#1"}}},{"from":[8.05,7.45,7.65],"to":[8.35,7.75,7.95],"rotation":{"angle":22.5,"axis":"x","origin":[8.2,7.6,7.8]},"faces":{"north":{"uv":[6,7.5,7,6.5],"texture":"#1"},"east":{"uv":[6,7.5,7,6.5],"texture":"#1"},"south":{"uv":[6,7.5,7,6.5],"texture":"#1"},"west":{"uv":[6,7.5,7,6.5],"texture":"#1"},"up":{"uv":[6,7.5,7,6.5],"texture":"#1"},"down":{"uv":[6,7.5,7,6.5],"texture":"#1"}}},{"from":[8.05,6.85,7.25],"to":[8.35,7.15,7.55],"rotation":{"angle":22.5,"axis":"y","origin":[8.2,7,7.4]},"faces":{"north":{"uv":[6,7.5,7,6.5],"texture":"#1"},"east":{"uv":[6,7.5,7,6.5],"texture":"#1"},"south":{"uv":[6,7.5,7,6.5],"texture":"#1"},"west":{"uv":[6,7.5,7,6.5],"texture":"#1"},"up":{"uv":[6,7.5,7,6.5],"texture":"#1"},"down":{"uv":[6,7.5,7,6.5],"texture":"#1"}}},{"from":[8.15,5.55,7.55],"to":[8.65,6.05,8.05],"rotation":{"angle":0,"axis":"x","origin":[8.4,5.8,7.8]},"faces":{"north":{"uv":[5.5,8,6.5,7],"rotation":270,"texture":"#1"},"east":{"uv":[5.5,8,6.5,7],"texture":"#1"},"south":{"uv":[5.5,8,6.5,7],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,8,6.5,7],"rotation":180,"texture":"#1"},"up":{"uv":[5.5,8,6.5,7],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,8,6.5,7],"rotation":90,"texture":"#1"}}},{"from":[7.3,4.85,9.2],"to":[7.7,5.25,9.6],"rotation":{"angle":-22.5,"axis":"y","origin":[7.5,5.05,9.4]},"faces":{"north":{"uv":[5.5,7,6.5,8],"rotation":270,"texture":"#1"},"east":{"uv":[5.5,7,6.5,8],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,7,6.5,8],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,7,6.5,8],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,7,6.5,8],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,7,6.5,8],"rotation":90,"texture":"#1"}}}],"display":{"thirdperson_righthand":{"translation":[0,6.5,1.5],"scale":[1.4,1.4,1.4]},"thirdperson_lefthand":{"translation":[0,7,1.25],"scale":[1.4,1.4,1.4]},"firstperson_righthand":{"rotation":[-15,0,0],"translation":[1,6,1.75],"scale":[0.8,0.8,0.8]},"firstperson_lefthand":{"rotation":[-15,0,0],"translation":[1,6,1.75],"scale":[0.8,0.8,0.8]},"gui":{"rotation":[63,38,-61],"translation":[1,1,0],"scale":[1.05,1.05,1.05]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/dwarven_dagger.json b/assets/minecraft/models/item/wynn/skin/dagger/dwarven_dagger.json new file mode 100644 index 000000000..be952f16e --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/dwarven_dagger.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/dwarven/dwarven_dagger","particle":"skins/dwarven/dwarven_dagger"},"elements":[{"from":[7.5,8,6.75],"to":[8.5,24,9.25],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[3.5,0,4,8],"texture":"#0"},"east":{"uv":[6,0,4.5,8],"texture":"#0"},"south":{"uv":[4,0,4.5,8],"texture":"#0"},"west":{"uv":[4.5,0,6,8],"texture":"#0"}}},{"from":[7,-3,7],"to":[9,2,9],"rotation":{"angle":0,"axis":"y","origin":[7.5,8.56942,5.76256]},"faces":{"north":{"uv":[8,4,7,6.5],"texture":"#0"},"east":{"uv":[8,4,7,6.5],"texture":"#0"},"south":{"uv":[8,4,7,6.5],"texture":"#0"},"west":{"uv":[7,4,8,6.5],"texture":"#0"}}},{"from":[7.01,-2.99,6.51],"to":[8.99,-2.01,7.49],"rotation":{"angle":45,"axis":"x","origin":[7,-3,6.5]},"faces":{"north":{"uv":[8.5,10,7.5,9.5],"rotation":180,"texture":"#0"},"east":{"uv":[9,10,8.5,10.5],"rotation":90,"texture":"#0"},"west":{"uv":[8.5,10,9,10.5],"rotation":270,"texture":"#0"}}},{"from":[7,-5,7],"to":[9,-4,9],"rotation":{"angle":0,"axis":"y","origin":[0,1,0]},"faces":{"north":{"uv":[10.5,7,11.5,7.5],"texture":"#0"},"east":{"uv":[12.5,7,11.5,7.5],"texture":"#0"},"south":{"uv":[12.5,7,13.5,7.5],"texture":"#0"},"west":{"uv":[11.5,7,12.5,7.5],"texture":"#0"}}},{"from":[7,-6,6.5],"to":[9,-5,9.5],"rotation":{"angle":0,"axis":"y","origin":[0,1,0]},"faces":{"north":{"uv":[7.5,12.5,8.5,13],"texture":"#0"},"east":{"uv":[10,12.5,8.5,13],"texture":"#0"},"south":{"uv":[10,12.5,11,13],"texture":"#0"},"west":{"uv":[8.5,12.5,10,13],"texture":"#0"},"up":{"uv":[8.5,12.5,7.5,11],"texture":"#0"}}},{"from":[7,-4,6.5],"to":[9,-3,9.5],"rotation":{"angle":0,"axis":"y","origin":[7,-3,6.5]},"faces":{"north":{"uv":[7,8.5,8,9],"texture":"#0"},"east":{"uv":[9.5,8.5,8,9],"texture":"#0"},"south":{"uv":[9.5,8.5,10.5,9],"texture":"#0"},"west":{"uv":[8,8.5,9.5,9],"texture":"#0"},"up":{"uv":[8,8.5,7,7],"texture":"#0"},"down":{"uv":[9,7,8,8.5],"texture":"#0"}}},{"from":[6.99,-6.01,6.49],"to":[9.01,-5.49,7.81],"rotation":{"angle":22.5,"axis":"x","origin":[7,-6,6.5]},"faces":{"north":{"uv":[12,8.75,13,9],"texture":"#0"},"east":{"uv":[11.25,8.75,12,9],"texture":"#0"},"south":{"uv":[13.75,8.75,14.75,9],"texture":"#0"},"west":{"uv":[13,8.75,13.75,9],"texture":"#0"},"up":{"uv":[13,8.75,12,8],"texture":"#0"},"down":{"uv":[14,8,13,8.75],"texture":"#0"}}},{"from":[7,-6.5,7.7],"to":[9,-6,8.3],"rotation":{"angle":0,"axis":"y","origin":[0,-1,0]},"faces":{"east":{"uv":[4.25,9.75,4.5,10],"texture":"#0"},"west":{"uv":[5.5,9.75,5.75,10],"texture":"#0"},"down":{"uv":[6.5,9.5,5.5,9.75],"texture":"#0"}}},{"from":[7,7,6.75],"to":[9,8,9.25],"rotation":{"angle":0,"axis":"y","origin":[8,5,8]},"faces":{"east":{"uv":[12.5,5,11.5,5.5],"texture":"#0"},"west":{"uv":[11.5,5,12.5,5.5],"texture":"#0"},"up":{"uv":[11.5,5,10.5,4],"texture":"#0"},"down":{"uv":[12.5,4,11.5,5],"texture":"#0"}}},{"from":[6.99,3.74,4.99],"to":[9.01,6.26,6.01],"rotation":{"angle":45,"axis":"x","origin":[8,5,8]},"faces":{"north":{"uv":[11.5,3,10.5,2],"rotation":180,"texture":"#0"},"east":{"uv":[12.5,3,11.5,3.5],"rotation":90,"texture":"#0"},"south":{"uv":[12.5,2,11.5,3],"texture":"#0"},"west":{"uv":[11.5,3,12.5,3.5],"rotation":270,"texture":"#0"},"up":{"uv":[12.5,3,13.5,3.5],"texture":"#0"},"down":{"uv":[10.5,3,11.5,3.5],"rotation":180,"texture":"#0"}}},{"from":[6.99,1.99,6.74],"to":[9.01,3.01,9.26],"rotation":{"angle":45,"axis":"x","origin":[8,5,8]},"faces":{"north":{"uv":[0,12.5,1,13],"texture":"#0"},"east":{"uv":[2,12.5,1,13],"texture":"#0"},"south":{"uv":[2,12.5,3,13],"texture":"#0"},"west":{"uv":[1,12.5,2,13],"texture":"#0"},"up":{"uv":[1,12.5,0,11.5],"texture":"#0"},"down":{"uv":[2,11.5,1,12.5],"texture":"#0"}}},{"from":[7,3.75,5],"to":[9,6.25,6],"rotation":{"angle":0,"axis":"y","origin":[8,5,8]},"faces":{"north":{"uv":[2.5,11,3.5,12],"texture":"#0"},"east":{"uv":[4,11,3.5,12],"texture":"#0"},"south":{"uv":[4,11,5,12],"texture":"#0"},"west":{"uv":[3.5,11,4,12.675],"texture":"#0"}}},{"from":[7,2,6.75],"to":[9,3,9.25],"rotation":{"angle":0,"axis":"y","origin":[8,5,8]},"faces":{"east":{"uv":[12.5,1,11.5,1.5],"texture":"#0"},"west":{"uv":[11.5,1,12.5,1.5],"texture":"#0"},"up":{"uv":[11.5,1,10.5,0],"texture":"#0"},"down":{"uv":[12.5,0,11.5,1],"texture":"#0"}}},{"from":[7.51,22.61,6.76],"to":[8.49,25.09,9.24],"rotation":{"angle":45,"axis":"x","origin":[8,23.85,8]},"faces":{"north":{"uv":[12.5,11.5,13,13],"texture":"#0"},"east":{"uv":[14.5,11.5,13,13],"texture":"#0"},"south":{"uv":[14.5,11.5,15,13],"texture":"#0"},"west":{"uv":[13,11.5,14.5,13],"texture":"#0"},"up":{"uv":[12,13,11.5,11.5],"texture":"#0"},"down":{"uv":[12.5,11.5,12,13],"texture":"#0"}}},{"from":[7.99375,21.6,5.75],"to":[8.00625,26.1,10.25],"rotation":{"angle":45,"axis":"x","origin":[8,23.85,8]},"faces":{"east":{"uv":[0,9,2,11],"texture":"#0"},"west":{"uv":[0,9,2,11],"texture":"#0"}}},{"from":[7.49,2.99,7.49],"to":[8.51,7.01,8.51],"rotation":{"angle":0,"axis":"y","origin":[8,4,8]},"faces":{"north":{"uv":[5.5,11,6,13],"texture":"#0"},"east":{"uv":[6,11,6.5,13],"texture":"#0"},"south":{"uv":[6.5,11,7,13],"texture":"#0"},"west":{"uv":[6,11,6.5,13],"texture":"#0"}}},{"from":[7.5,4.5,6],"to":[8.5,5.5,10],"rotation":{"angle":0,"axis":"y","origin":[8,5,8]},"faces":{"east":{"uv":[9.5,2,7.5,2.5],"texture":"#0"},"west":{"uv":[7.5,2,9.5,2.5],"texture":"#0"},"up":{"uv":[7.5,2,7,0],"texture":"#0"},"down":{"uv":[8,0,7.5,2],"texture":"#0"}}},{"from":[7.5,4,4.15],"to":[8.5,5,5.15],"rotation":{"angle":-22.5,"axis":"x","origin":[8,5,8]},"faces":{"north":{"uv":[12.5,10,13,10.5],"texture":"#0"},"east":{"uv":[13.5,10,13,10.5],"texture":"#0"},"south":{"uv":[13.5,10,14,10.5],"texture":"#0"},"west":{"uv":[13,10,13.5,10.5],"texture":"#0"},"up":{"uv":[13,10,12.5,9.5],"texture":"#0"},"down":{"uv":[13.5,9.5,13,10],"texture":"#0"}}},{"from":[7.5,1.15,7],"to":[8.5,2.15,8],"rotation":{"angle":22.5,"axis":"x","origin":[8,5,8]},"faces":{"north":{"uv":[10.5,10,11,10.5],"texture":"#0"},"east":{"uv":[11.5,10,11,10.5],"texture":"#0"},"south":{"uv":[11.5,10,12,10.5],"texture":"#0"},"west":{"uv":[11,10,11.5,10.5],"texture":"#0"},"up":{"uv":[11,10,10.5,9.5],"texture":"#0"},"down":{"uv":[11.5,9.5,11,10],"texture":"#0"}}},{"from":[8,7,5.75],"to":[8,24,10.25],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"east":{"uv":[1,0,3,8.5],"texture":"#0"},"west":{"uv":[3,0,1,8.5],"texture":"#0"}}},{"from":[6.99,-6.01,8.19],"to":[9.01,-5.49,9.51],"rotation":{"angle":-22.5,"axis":"x","origin":[7,-6,9.5]},"faces":{"north":{"uv":[14.75,8.75,13.75,9],"texture":"#0"},"east":{"uv":[12,8.75,11.25,9],"texture":"#0"},"south":{"uv":[13,8.75,12,9],"texture":"#0"},"west":{"uv":[13.75,8.75,13,9],"texture":"#0"},"up":{"uv":[13,8,12,8.75],"texture":"#0"},"down":{"uv":[14,8.75,13,8],"texture":"#0"}}},{"from":[7.01,-3.99,8.51],"to":[8.99,-3.01,9.49],"rotation":{"angle":45,"axis":"x","origin":[7,-3,9.5]},"faces":{"east":{"uv":[8.5,10,9,10.5],"texture":"#0"},"west":{"uv":[9,10,8.5,10.5],"texture":"#0"},"up":{"uv":[8.5,9.5,7.5,10],"texture":"#0"}}},{"from":[6.99,6.99,6.74],"to":[9.01,8.01,9.26],"rotation":{"angle":45,"axis":"x","origin":[8,5,8]},"faces":{"north":{"uv":[13.5,3,12.5,3.5],"texture":"#0"},"east":{"uv":[11.5,3,12.5,3.5],"texture":"#0"},"south":{"uv":[11.5,3,10.5,3.5],"texture":"#0"},"west":{"uv":[12.5,3,11.5,3.5],"texture":"#0"},"up":{"uv":[11.5,2,10.5,3],"texture":"#0"},"down":{"uv":[12.5,3,11.5,2],"texture":"#0"}}},{"from":[7,3.75,10],"to":[9,6.25,11],"rotation":{"angle":0,"axis":"y","origin":[8,5,8]},"faces":{"north":{"uv":[5,11,4,12],"texture":"#0"},"east":{"uv":[3.5,11,4,12],"texture":"#0"},"south":{"uv":[3.5,11,2.5,12],"texture":"#0"},"west":{"uv":[4,11,3.5,12.675],"texture":"#0"}}},{"from":[6.99,3.74,9.99],"to":[9.01,6.26,11.01],"rotation":{"angle":45,"axis":"x","origin":[8,5,8]},"faces":{"north":{"uv":[1,11.5,0,12.5],"rotation":180,"texture":"#0"},"east":{"uv":[1,12.5,2,13],"rotation":90,"texture":"#0"},"south":{"uv":[2,12.5,1,11.5],"texture":"#0"},"west":{"uv":[2,12.5,1,13],"rotation":270,"texture":"#0"},"up":{"uv":[1,12.5,0,13],"texture":"#0"},"down":{"uv":[3,12.5,2,13],"rotation":180,"texture":"#0"}}},{"from":[8,6.11271,11.54714],"to":[8,7.61271,12.54714],"rotation":{"angle":-22.5,"axis":"x","origin":[7.5,7.61271,12.54714]},"faces":{"east":{"uv":[0.5,0.5,0,1],"texture":"#0"},"west":{"uv":[0.5,0.5,0,1],"texture":"#0"}}},{"from":[7.99,7.55942,10.22744],"to":[8.01,8.57942,12.74744],"rotation":{"angle":22.5,"axis":"x","origin":[7.5,8.56942,10.23744]},"faces":{"east":{"uv":[3.5,9,2.5,9.5],"texture":"#0"},"west":{"uv":[2.5,9,3.5,9.5],"texture":"#0"}}},{"from":[7.5,1.15,8],"to":[8.5,2.15,9],"rotation":{"angle":-22.5,"axis":"x","origin":[8,5,8]},"faces":{"north":{"uv":[12,10,11.5,10.5],"texture":"#0"},"east":{"uv":[11,10,11.5,10.5],"texture":"#0"},"south":{"uv":[11,10,10.5,10.5],"texture":"#0"},"west":{"uv":[11.5,10,11,10.5],"texture":"#0"},"up":{"uv":[11,9.5,10.5,10],"texture":"#0"},"down":{"uv":[11.5,10,11,9.5],"texture":"#0"}}},{"from":[7.5,4,10.85],"to":[8.5,5,11.85],"rotation":{"angle":22.5,"axis":"x","origin":[8,5,8]},"faces":{"north":{"uv":[14,10,13.5,10.5],"texture":"#0"},"east":{"uv":[13,10,13.5,10.5],"texture":"#0"},"south":{"uv":[13,10,12.5,10.5],"texture":"#0"},"west":{"uv":[13.5,10,13,10.5],"texture":"#0"},"up":{"uv":[13,9.5,12.5,10],"texture":"#0"},"down":{"uv":[13.5,10,13,9.5],"texture":"#0"}}},{"from":[8,6.11271,3.45286],"to":[8,7.61271,4.45286],"rotation":{"angle":22.5,"axis":"x","origin":[7.5,7.61271,3.45286]},"faces":{"east":{"uv":[0,0.5,0.5,1],"texture":"#0"},"west":{"uv":[0,0.5,0.5,1],"texture":"#0"}}},{"from":[7.99,7.55942,3.25256],"to":[8.01,8.57942,5.77256],"rotation":{"angle":-22.5,"axis":"x","origin":[7.5,8.56942,5.76256]},"faces":{"east":{"uv":[2.5,9,3.5,9.5],"texture":"#0"},"west":{"uv":[3.5,9,2.5,9.5],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,5,5],"translation":[-2,7,2]},"thirdperson_lefthand":{"rotation":[0,5,5],"translation":[-2,7,2]},"firstperson_righthand":{"rotation":[-10,0,-5],"translation":[7,0,-5]},"firstperson_lefthand":{"rotation":[-10,0,-5],"translation":[7,0,-5]},"gui":{"rotation":[50,55,-65],"translation":[-0.75,-0.75,0],"scale":[0.53,0.53,0.53]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/dynasty_dagger.json b/assets/minecraft/models/item/wynn/skin/dagger/dynasty_dagger.json new file mode 100644 index 000000000..5e1d05183 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/dynasty_dagger.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"block/iron_block","1":"block/gold_block","4":"block/spruce_log","5":"block/bedrock","6":"skins/crescent_detail","7":"block/red_wool","particle":"block/iron_block"},"elements":[{"from":[7.78144,23.76574,4.28738],"to":[8.18144,27.16574,5.48738],"rotation":{"angle":-22.5,"axis":"x","origin":[7.95395,29.96569,5.11491]},"faces":{"north":{"uv":[0,5,3.4,5.4],"rotation":270,"texture":"#5"},"east":{"uv":[0,5,3.4,6.4],"rotation":270,"texture":"#5"},"south":{"uv":[0,5,3.4,5.4],"rotation":270,"texture":"#5"},"west":{"uv":[0,5,3.4,6.4],"rotation":270,"texture":"#5"},"up":{"uv":[0,5,3.4,6.4],"rotation":270,"texture":"#5"},"down":{"uv":[0,5,3.4,6.4],"rotation":270,"texture":"#5"}}},{"from":[7.78244,23.76674,4.68838],"to":[8.18044,27.16474,6.08638],"rotation":{"angle":-22.5,"axis":"x","origin":[7.95395,31.46569,5.41491]},"faces":{"north":{"uv":[2,6,5.6,7.6],"rotation":90,"texture":"#0"},"east":{"uv":[2,6,5.6,7.6],"rotation":90,"texture":"#0"},"south":{"uv":[2,6,5.6,7.6],"rotation":90,"texture":"#0"},"west":{"uv":[2,6,5.6,7.6],"rotation":90,"texture":"#0"},"up":{"uv":[2,6,5.6,7.6],"rotation":90,"texture":"#0"},"down":{"uv":[2,6,5.6,7.6],"rotation":90,"texture":"#0"}}},{"from":[7.81144,24.0786,7.09334],"to":[8.15144,27.4186,8.43334],"rotation":{"angle":-22.5,"axis":"x","origin":[7.95334,26.75906,7.79]},"faces":{"north":{"uv":[0,6,3.4,7.4],"rotation":270,"texture":"#0"},"east":{"uv":[0,6,3.4,7.4],"rotation":270,"texture":"#0"},"south":{"uv":[0,6,3.4,7.4],"rotation":270,"texture":"#0"},"west":{"uv":[0,6,3.4,7.4],"rotation":270,"texture":"#0"},"up":{"uv":[0,6,3.4,7.4],"rotation":270,"texture":"#0"},"down":{"uv":[0,6,3.4,7.4],"rotation":270,"texture":"#0"}}},{"from":[7.79144,26.3586,5.02334],"to":[8.17144,28.7386,6.40334],"rotation":{"angle":-45,"axis":"x","origin":[7.95334,29.05906,5.74]},"faces":{"north":{"uv":[0,5,2.38,6.38],"rotation":90,"texture":"#0"},"east":{"uv":[0,5,2.38,6.38],"rotation":90,"texture":"#0"},"south":{"uv":[0,5,2.38,6.38],"rotation":90,"texture":"#0"},"west":{"uv":[0,5,2.38,6.38],"rotation":90,"texture":"#0"},"up":{"uv":[0,5,2.38,6.38],"rotation":90,"texture":"#0"},"down":{"uv":[0,5,2.38,6.38],"rotation":90,"texture":"#0"}}},{"from":[7.79144,28.40826,4.91005],"to":[8.17144,29.42826,6.39005],"rotation":{"angle":22.5,"axis":"x","origin":[7.94604,29.2233,6.12345]},"faces":{"north":{"uv":[0,5,0.86,6.46],"rotation":90,"texture":"#0"},"east":{"uv":[0,5,0.86,6.46],"rotation":90,"texture":"#0"},"south":{"uv":[0,5,0.86,6.46],"rotation":90,"texture":"#0"},"west":{"uv":[0,5,0.86,6.46],"rotation":90,"texture":"#0"},"up":{"uv":[0,5,0.86,6.46],"rotation":90,"texture":"#0"},"down":{"uv":[0,5,0.86,6.46],"rotation":90,"texture":"#0"}}},{"from":[7.79644,27.05196,4.99932],"to":[8.16644,29.42196,5.86932],"rotation":{"angle":-22.5,"axis":"x","origin":[7.94213,28.75381,5.71628]},"faces":{"north":{"uv":[0,5,2.37,5.87],"rotation":90,"texture":"#5"},"east":{"uv":[0,5,2.37,5.87],"rotation":90,"texture":"#5"},"south":{"uv":[0,5,2.37,5.87],"rotation":90,"texture":"#5"},"west":{"uv":[0,5,2.37,5.87],"rotation":90,"texture":"#5"},"up":{"uv":[0,5,2.37,5.87],"rotation":90,"texture":"#5"},"down":{"uv":[0,5,2.37,5.87],"rotation":90,"texture":"#5"}}},{"from":[7.79644,20.05196,5.39932],"to":[8.16644,24.42196,6.26932],"rotation":{"angle":-22.5,"axis":"x","origin":[7.94213,23.75381,6.11628]},"faces":{"north":{"uv":[0,5,4.37,5.37],"rotation":90,"texture":"#5"},"east":{"uv":[0,5,4.37,5.87],"rotation":90,"texture":"#5"},"south":{"uv":[0,6,4.37,6.37],"rotation":270,"texture":"#5"},"west":{"uv":[0,5,4.37,5.87],"rotation":270,"texture":"#5"},"up":{"uv":[0,5,1,7.5],"texture":"#5"},"down":{"uv":[0,5,1,7.5],"rotation":180,"texture":"#5"}}},{"from":[7.83144,19.33696,6.63432],"to":[8.13144,24.63696,8.43432],"rotation":{"angle":-22.5,"axis":"x","origin":[7.94213,21.00381,7.31628]},"faces":{"north":{"uv":[0,5,5.3,6.8],"rotation":270,"texture":"#5"},"east":{"uv":[0,5,5.3,6.8],"rotation":270,"texture":"#5"},"south":{"uv":[0,5,5.3,6.8],"rotation":270,"texture":"#5"},"west":{"uv":[0,5,5.3,6.8],"rotation":270,"texture":"#5"},"up":{"uv":[0,5,5.3,6.8],"rotation":270,"texture":"#5"},"down":{"uv":[0,5,5.3,6.8],"rotation":270,"texture":"#5"}}},{"from":[7.80144,24.00222,5.62473],"to":[8.16144,26.36222,6.48473],"rotation":{"angle":22.5,"axis":"x","origin":[7.94214,25.1724,6.08888]},"faces":{"north":{"uv":[0,5,2.36,5.86],"rotation":90,"texture":"#5"},"east":{"uv":[0,5,2.36,5.86],"rotation":90,"texture":"#5"},"south":{"uv":[0,5,2.36,5.86],"rotation":90,"texture":"#5"},"west":{"uv":[0,5,2.36,5.86],"rotation":90,"texture":"#5"},"up":{"uv":[0,5,2.36,5.86],"rotation":90,"texture":"#5"},"down":{"uv":[0,5,2.36,5.86],"rotation":90,"texture":"#5"}}},{"from":[7.80644,23.35832,5.63991],"to":[8.15644,25.70832,6.48991],"rotation":{"angle":45,"axis":"x","origin":[7.94734,24.54853,6.09119]},"faces":{"north":{"uv":[0,5,2.35,5.35],"rotation":90,"texture":"#5"},"east":{"uv":[0,5,2.35,5.85],"rotation":90,"texture":"#5"},"south":{"uv":[0,6,2.35,6.35],"rotation":270,"texture":"#5"},"west":{"uv":[0,5,2.35,5.85],"rotation":270,"texture":"#5"},"up":{"uv":[0,5,0.35,5.85],"texture":"#5"},"down":{"uv":[0,5,0.35,5.85],"rotation":180,"texture":"#5"}}},{"from":[7.79544,24.99622,5.66873],"to":[8.16744,27.36822,6.54073],"rotation":{"angle":0,"axis":"y","origin":[7.94214,26.1724,6.13888]},"faces":{"north":{"uv":[0,5,2.37,5.87],"rotation":270,"texture":"#5"},"east":{"uv":[0,5,2.37,5.87],"rotation":270,"texture":"#5"},"south":{"uv":[0,5,2.37,5.87],"rotation":270,"texture":"#5"},"west":{"uv":[0,5,2.37,5.87],"rotation":270,"texture":"#5"},"up":{"uv":[0,5,2.37,5.87],"rotation":270,"texture":"#5"},"down":{"uv":[0,5,2.37,5.87],"rotation":270,"texture":"#5"}}},{"from":[7.8,9.05,6.45],"to":[8.2,24.45,7.85],"rotation":{"angle":0,"axis":"y","origin":[8.5,9.75,7.15]},"faces":{"north":{"uv":[0,5,15.4,6.4],"rotation":270,"texture":"#5"},"east":{"uv":[0,5,15.4,6.4],"rotation":270,"texture":"#5"},"south":{"uv":[0,5,15.4,6.4],"rotation":270,"texture":"#5"},"west":{"uv":[0,5,15.4,6.4],"rotation":270,"texture":"#5"},"up":{"uv":[0,5,15.4,6.4],"rotation":270,"texture":"#5"},"down":{"uv":[0,5,15.4,6.4],"rotation":270,"texture":"#5"}}},{"from":[7.83,9.18,7.58],"to":[8.17,24.52,9.42],"rotation":{"angle":0,"axis":"y","origin":[8.5,9.85,8.25]},"faces":{"north":{"uv":[0,5,16,6],"rotation":90,"texture":"#0"},"east":{"uv":[0,5,15.34,6.84],"rotation":90,"texture":"#0"},"south":{"uv":[0,6,15.34,6.34],"rotation":90,"texture":"#0"},"west":{"uv":[0,5,15.34,6.84],"rotation":90,"texture":"#0"},"up":{"uv":[0,5,1,7.5],"texture":"#0"},"down":{"uv":[0,5,1,7.5],"texture":"#0"}}},{"from":[7.63,8.98,6.43],"to":[8.33,14.98,9.63],"rotation":{"angle":0,"axis":"y","origin":[8.3,9.65,7]},"faces":{"north":{"uv":[6,5,7,16],"texture":"#6"},"east":{"uv":[0,5,7,16],"texture":"#6"},"south":{"uv":[0,5,1,16],"texture":"#6"},"west":{"uv":[7,5,0,16],"texture":"#6"},"up":{"uv":[5,5,6,7.5],"texture":"#6"},"down":{"uv":[0,5,1,7.5],"texture":"#6"}}},{"from":[7.65,23.9,7.1],"to":[8.35,27.6,7.25],"rotation":{"angle":-22.5,"axis":"x","origin":[7.97295,25.75948,7.16759]},"faces":{"north":{"uv":[0,0,1,8],"texture":"#1"},"east":{"uv":[0,0,0.4,2.7],"texture":"#1"},"south":{"uv":[0,0,1,8],"texture":"#1"},"west":{"uv":[0,0,0.4,2.7],"texture":"#1"},"up":{"uv":[0,0,1,0.7],"texture":"#1"},"down":{"uv":[0,15.25,1,15.95],"texture":"#1"}}},{"from":[7.651,27.64991,7.601],"to":[8.349,29.34791,7.749],"rotation":{"angle":-45,"axis":"x","origin":[7.9675,26.08784,7.34888]},"faces":{"north":{"uv":[0,0,1,8],"texture":"#1"},"east":{"uv":[0,0,0.4,2.7],"texture":"#1"},"south":{"uv":[0,0,1,8],"texture":"#1"},"west":{"uv":[0,0,0.4,2.7],"texture":"#1"},"up":{"uv":[0,0,1,0.7],"texture":"#1"},"down":{"uv":[0,15.25,1,15.95],"texture":"#1"}}},{"from":[7.6,13.85,7.75],"to":[8.4,24.15,7.95],"rotation":{"angle":0,"axis":"y","origin":[8.5,9.25,8.6]},"faces":{"north":{"uv":[15,0,16,16],"texture":"#1"},"east":{"uv":[15,0,15.5,15.8],"texture":"#1"},"south":{"uv":[0,0,0.8,15.8],"texture":"#1"},"west":{"uv":[15,0,15.5,15.8],"texture":"#1"},"up":{"uv":[0,0,1,0.7],"texture":"#1"},"down":{"uv":[3,13,4,13.7],"texture":"#1"}}},{"from":[7,8.1,5.5],"to":[9,9.1,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,9.1,6.5]},"faces":{"north":{"uv":[0,0,2,1],"texture":"#1"},"east":{"uv":[0,0,5,1],"texture":"#1"},"south":{"uv":[0,0,2,1],"texture":"#1"},"west":{"uv":[0,0,5,1],"texture":"#1"},"up":{"uv":[0,0,2,5],"texture":"#1"},"down":{"uv":[0,0,2,5],"texture":"#1"}}},{"from":[7.1,0.60006,7.1484],"to":[8.9,1.60006,8.9484],"rotation":{"angle":0,"axis":"y","origin":[8.01153,1.49604,8.03681]},"faces":{"north":{"uv":[0,0,2,2],"texture":"#1"},"east":{"uv":[0,0,1.8,1],"texture":"#1"},"south":{"uv":[0,0,2,2],"texture":"#1"},"west":{"uv":[0,0,1.8,1],"texture":"#1"},"up":{"uv":[0,0,2,2],"texture":"#1"},"down":{"uv":[0,0,2,2],"texture":"#1"}}},{"from":[7.09477,-2.75646,7.13045],"to":[8.91477,-1.33646,8.95045],"rotation":{"angle":0,"axis":"x","origin":[8.01718,-0.99562,9.06726]},"faces":{"north":{"uv":[0,0,2,2],"rotation":180,"texture":"#7"},"east":{"uv":[0,0,1.8,1],"rotation":180,"texture":"#7"},"south":{"uv":[0,0,2,2],"rotation":180,"texture":"#7"},"west":{"uv":[0,0,1.8,1],"rotation":180,"texture":"#7"},"up":{"uv":[0,0,2,2],"texture":"#7"},"down":{"uv":[0,0,2,2],"texture":"#7"}}},{"from":[7.10092,-1.46923,5.87119],"to":[8.90092,0.33077,6.87119],"rotation":{"angle":0,"axis":"x","origin":[8.01184,-1.17357,6.61417]},"faces":{"north":{"uv":[0,0,2,2],"rotation":180,"texture":"#1"},"east":{"uv":[0,0,1.8,1],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,2,2],"texture":"#1"},"west":{"uv":[0,0,1.8,1],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,2,2],"texture":"#1"},"down":{"uv":[0,0,2,2],"rotation":180,"texture":"#1"}}},{"from":[7.10569,-1.47717,9.21766],"to":[8.90569,0.32283,10.21766],"rotation":{"angle":0,"axis":"x","origin":[8.01718,-0.99562,9.06726]},"faces":{"north":{"uv":[0,0,2,2],"rotation":180,"texture":"#1"},"east":{"uv":[0,0,1.8,1],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,2,2],"texture":"#1"},"west":{"uv":[0,0,1.8,1],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,2,2],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,2,2],"texture":"#1"}}},{"from":[7.09881,0.10366,5.96827],"to":[8.89881,1.10366,7.76827],"rotation":{"angle":-45,"axis":"x","origin":[8.01094,0.60359,6.8562]},"faces":{"north":{"uv":[0,0,2,2],"texture":"#1"},"east":{"uv":[0,0,1.8,1],"texture":"#1"},"south":{"uv":[0,0,2,2],"texture":"#1"},"west":{"uv":[0,0,1.8,1],"texture":"#1"},"up":{"uv":[0,0,2,2],"texture":"#1"},"down":{"uv":[0,0,2,2],"texture":"#1"}}},{"from":[7.10358,-2.32416,9.21769],"to":[8.90358,-0.52416,10.21769],"rotation":{"angle":45,"axis":"x","origin":[8.01718,-0.99562,9.06726]},"faces":{"north":{"uv":[0,0,2,2],"rotation":180,"texture":"#1"},"east":{"uv":[0,0,1.8,1],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,2,2],"texture":"#1"},"west":{"uv":[0,0,1.8,1],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,2,2],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,2,2],"texture":"#1"}}},{"from":[7.09973,-2.65642,5.87767],"to":[8.89973,-0.85642,6.87767],"rotation":{"angle":-45,"axis":"x","origin":[8.01184,-1.17357,6.61417]},"faces":{"north":{"uv":[0,0,2,2],"rotation":180,"texture":"#1"},"east":{"uv":[0,0,1.8,1],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,2,2],"texture":"#1"},"west":{"uv":[0,0,1.8,1],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,2,2],"texture":"#1"},"down":{"uv":[0,0,2,2],"rotation":180,"texture":"#1"}}},{"from":[7.1045,-0.24781,7.14927],"to":[8.9045,0.75219,8.94927],"rotation":{"angle":45,"axis":"x","origin":[8.01718,-0.99562,9.06726]},"faces":{"north":{"uv":[0,0,2,2],"texture":"#1"},"east":{"uv":[0,0,1.8,1],"texture":"#1"},"south":{"uv":[0,0,2,2],"texture":"#1"},"west":{"uv":[0,0,1.8,1],"texture":"#1"},"up":{"uv":[0,0,2,2],"texture":"#1"},"down":{"uv":[0,0,2,2],"texture":"#1"}}},{"from":[7.2,5.7,7.3],"to":[8.8,6.3,9.1],"rotation":{"angle":22.5,"axis":"x","origin":[8.01222,6.50002,8.08776]},"faces":{"north":{"uv":[0,0,2,1],"texture":"#7"},"east":{"uv":[0,0,2.2,1],"texture":"#7"},"south":{"uv":[0,0,2,1],"texture":"#7"},"west":{"uv":[0,0,2.2,1],"texture":"#7"},"up":{"uv":[0,0,2,2.2],"texture":"#7"},"down":{"uv":[0,0,2,2.2],"texture":"#7"}}},{"from":[7.2,6.69578,7.09997],"to":[8.8,7.29578,8.89997],"rotation":{"angle":22.5,"axis":"x","origin":[8.00175,6.99511,7.99835]},"faces":{"north":{"uv":[0,0,2,1],"texture":"#7"},"east":{"uv":[0,0,2.2,1],"texture":"#7"},"south":{"uv":[0,0,2,1],"texture":"#7"},"west":{"uv":[0,0,2.2,1],"texture":"#7"},"up":{"uv":[0,0,2,2.2],"texture":"#7"},"down":{"uv":[0,0,2,2.2],"texture":"#7"}}},{"from":[7.2,3.69578,7.09997],"to":[8.8,4.29578,8.89997],"rotation":{"angle":22.5,"axis":"x","origin":[8.00175,3.99511,7.99835]},"faces":{"north":{"uv":[0,0,2,1],"texture":"#7"},"east":{"uv":[0,0,2.2,1],"texture":"#7"},"south":{"uv":[0,0,2,1],"texture":"#7"},"west":{"uv":[0,0,2.2,1],"texture":"#7"},"up":{"uv":[0,0,2,2.2],"texture":"#7"},"down":{"uv":[0,0,2,2.2],"texture":"#7"}}},{"from":[7.22,4.71779,7.11958],"to":[8.78,5.27779,8.87958],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00699,4.99512,7.9931]},"faces":{"north":{"uv":[0,0,2,1],"texture":"#7"},"east":{"uv":[0,0,2.2,1],"texture":"#7"},"south":{"uv":[0,0,2,1],"texture":"#7"},"west":{"uv":[0,0,2.2,1],"texture":"#7"},"up":{"uv":[0,0,2,2.2],"texture":"#7"},"down":{"uv":[0,0,2,2.2],"texture":"#7"}}},{"from":[7.22,5.71779,7.11958],"to":[8.78,6.27779,8.87958],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00699,5.99512,7.9931]},"faces":{"north":{"uv":[0,0,2,1],"texture":"#7"},"east":{"uv":[0,0,2.2,1],"texture":"#7"},"south":{"uv":[0,0,2,1],"texture":"#7"},"west":{"uv":[0,0,2.2,1],"texture":"#7"},"up":{"uv":[0,0,2,2.2],"texture":"#7"},"down":{"uv":[0,0,2,2.2],"texture":"#7"}}},{"from":[7.3,1.55,7.3],"to":[8.7,8.95,8.7],"rotation":{"angle":0,"axis":"y","origin":[8.00524,6.25001,7.99475]},"faces":{"north":{"uv":[5.5,0,7.5,8],"texture":"#4"},"east":{"uv":[5.5,0,7.5,8],"texture":"#4"},"south":{"uv":[5.5,0,7.5,8],"texture":"#4"},"west":{"uv":[5.5,0,7.5,8],"texture":"#4"},"up":{"uv":[0,0,2,2],"texture":"#4"},"down":{"uv":[0,0,2,2],"texture":"#4"}}},{"from":[6,8,6.5],"to":[10,9,9.5],"rotation":{"angle":0,"axis":"y","origin":[7,9,7.5]},"faces":{"north":{"uv":[0,0,4,1],"texture":"#1"},"east":{"uv":[0,0,3,1],"texture":"#1"},"south":{"uv":[0,0,4,1],"texture":"#1"},"west":{"uv":[0,0,3,1],"texture":"#1"},"up":{"uv":[0,0,4,3],"texture":"#1"},"down":{"uv":[0,0,4,3],"texture":"#1"}}},{"from":[6.5,8.02,5.75],"to":[9.5,9.02,10.25],"rotation":{"angle":0,"axis":"y","origin":[7.5,9,6.75]},"faces":{"north":{"uv":[0,0,3,1],"texture":"#1"},"east":{"uv":[0,0,4.5,1],"texture":"#1"},"south":{"uv":[0,0,3,1],"texture":"#1"},"west":{"uv":[0,0,4.5,1],"texture":"#1"},"up":{"uv":[0,0,3,4.5],"texture":"#1"},"down":{"uv":[0,0,3,4.5],"texture":"#1"}}},{"from":[7.6,13.35,5.55],"to":[8.1,13.85,7.55],"rotation":{"angle":45,"axis":"y","origin":[7.85221,13.59782,7.04997]},"faces":{"north":{"uv":[0,8,0.5,8.5],"texture":"#1"},"east":{"uv":[0,8,2,8.5],"texture":"#1"},"south":{"uv":[0,8,0.5,8.5],"texture":"#1"},"west":{"uv":[0,8,2,8.5],"texture":"#1"},"up":{"uv":[0,8,2,8.5],"texture":"#1"},"down":{"uv":[0,8,2,8.5],"texture":"#1"}}},{"from":[7.6,15.35,5.55],"to":[8.1,15.85,7.55],"rotation":{"angle":45,"axis":"y","origin":[7.85221,15.59782,7.04997]},"faces":{"north":{"uv":[0,6,0.5,6.5],"texture":"#1"},"east":{"uv":[0,6,2,6.5],"texture":"#1"},"south":{"uv":[0,6,0.5,6.5],"texture":"#1"},"west":{"uv":[0,6,2,6.5],"texture":"#1"},"up":{"uv":[0,6,2,6.5],"texture":"#1"},"down":{"uv":[0,6,2,6.5],"texture":"#1"}}},{"from":[7.6,17.35,5.55],"to":[8.1,17.85,7.55],"rotation":{"angle":45,"axis":"y","origin":[7.85221,17.59782,7.04997]},"faces":{"north":{"uv":[0,4,0.5,4.5],"texture":"#1"},"east":{"uv":[0,4,2,4.5],"texture":"#1"},"south":{"uv":[0,4,0.5,4.5],"texture":"#1"},"west":{"uv":[0,4,2,4.5],"texture":"#1"},"up":{"uv":[0,4,2,4.5],"texture":"#1"},"down":{"uv":[0,4,2,4.5],"texture":"#1"}}},{"from":[7.6,19.35,5.55],"to":[8.1,19.85,7.55],"rotation":{"angle":45,"axis":"y","origin":[7.85221,19.59782,7.04997]},"faces":{"north":{"uv":[0,2,0.5,2.5],"texture":"#1"},"east":{"uv":[0,2,2,2.5],"texture":"#1"},"south":{"uv":[0,2,0.5,2.5],"texture":"#1"},"west":{"uv":[0,2,2,2.5],"texture":"#1"},"up":{"uv":[0,2,2,2.5],"texture":"#1"},"down":{"uv":[0,2,2,2.5],"texture":"#1"}}},{"from":[7.6,21.35,5.55],"to":[8.1,21.85,7.55],"rotation":{"angle":45,"axis":"y","origin":[7.85221,21.59782,7.04997]},"faces":{"north":{"uv":[0,0,0.5,0.5],"texture":"#1"},"east":{"uv":[0,0,2,0.5],"texture":"#1"},"south":{"uv":[0,0,0.5,0.5],"texture":"#1"},"west":{"uv":[0,0,2,0.5],"texture":"#1"},"up":{"uv":[0,0,2,0.5],"texture":"#1"},"down":{"uv":[0,0,2,0.5],"texture":"#1"}}},{"from":[7.95183,13.35037,4.78802],"to":[8.45183,13.85037,6.78802],"rotation":{"angle":45,"axis":"y","origin":[8.19962,13.59819,5.28805]},"faces":{"north":{"uv":[0,8,0.5,8.5],"texture":"#1"},"east":{"uv":[0,8,2,8.5],"texture":"#1"},"south":{"uv":[0,8,0.5,8.5],"texture":"#1"},"west":{"uv":[0,8,2,8.5],"texture":"#1"},"up":{"uv":[0,8,2,8.5],"rotation":180,"texture":"#1"},"down":{"uv":[0,8,2,8.5],"rotation":180,"texture":"#1"}}},{"from":[7.95183,15.35037,4.78802],"to":[8.45183,15.85037,6.78802],"rotation":{"angle":45,"axis":"y","origin":[8.19962,15.59819,5.28805]},"faces":{"north":{"uv":[0,6,0.5,6.5],"texture":"#1"},"east":{"uv":[0,6,2,6.5],"texture":"#1"},"south":{"uv":[0,6,0.5,6.5],"texture":"#1"},"west":{"uv":[0,6,2,6.5],"texture":"#1"},"up":{"uv":[0,6,2,6.5],"rotation":180,"texture":"#1"},"down":{"uv":[0,6,2,6.5],"rotation":180,"texture":"#1"}}},{"from":[7.95183,17.35037,4.78802],"to":[8.45183,17.85037,6.78802],"rotation":{"angle":45,"axis":"y","origin":[8.19962,17.59819,5.28805]},"faces":{"north":{"uv":[0,4,0.5,4.5],"texture":"#1"},"east":{"uv":[0,4,2,4.5],"texture":"#1"},"south":{"uv":[0,4,0.5,4.5],"texture":"#1"},"west":{"uv":[0,4,2,4.5],"texture":"#1"},"up":{"uv":[0,4,2,4.5],"rotation":180,"texture":"#1"},"down":{"uv":[0,4,2,4.5],"rotation":180,"texture":"#1"}}},{"from":[7.95183,19.35037,4.78802],"to":[8.45183,19.85037,6.78802],"rotation":{"angle":45,"axis":"y","origin":[8.19962,19.59819,5.28805]},"faces":{"north":{"uv":[0,2,0.5,2.5],"texture":"#1"},"east":{"uv":[0,2,2,2.5],"texture":"#1"},"south":{"uv":[0,2,0.5,2.5],"texture":"#1"},"west":{"uv":[0,2,2,2.5],"texture":"#1"},"up":{"uv":[0,2,2,2.5],"rotation":180,"texture":"#1"},"down":{"uv":[0,2,2,2.5],"rotation":180,"texture":"#1"}}},{"from":[7.95183,21.35037,4.78802],"to":[8.45183,21.85037,6.78802],"rotation":{"angle":45,"axis":"y","origin":[8.19962,21.59819,5.28805]},"faces":{"north":{"uv":[0,0,0.5,0.5],"texture":"#1"},"east":{"uv":[0,0,2,0.5],"texture":"#1"},"south":{"uv":[0,0,0.5,0.5],"texture":"#1"},"west":{"uv":[0,0,2,0.5],"texture":"#1"},"up":{"uv":[0,0,2,0.5],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,2,0.5],"rotation":180,"texture":"#1"}}},{"from":[7.95607,13.34668,5.55743],"to":[8.45607,13.84668,7.55743],"rotation":{"angle":-45,"axis":"y","origin":[8.20827,13.598,7.05392]},"faces":{"north":{"uv":[0,8,0.5,8.5],"texture":"#1"},"east":{"uv":[0,8,2,8.5],"texture":"#1"},"south":{"uv":[0,8,0.5,8.5],"texture":"#1"},"west":{"uv":[0,8,2,8.5],"texture":"#1"},"up":{"uv":[0,8,2,8.5],"texture":"#1"},"down":{"uv":[0,8,2,8.5],"texture":"#1"}}},{"from":[7.95607,15.34668,5.55743],"to":[8.45607,15.84668,7.55743],"rotation":{"angle":-45,"axis":"y","origin":[8.20827,15.598,7.05392]},"faces":{"north":{"uv":[0,6,0.5,6.5],"texture":"#1"},"east":{"uv":[0,6,2,6.5],"texture":"#1"},"south":{"uv":[0,6,0.5,6.5],"texture":"#1"},"west":{"uv":[0,6,2,6.5],"texture":"#1"},"up":{"uv":[0,6,2,6.5],"texture":"#1"},"down":{"uv":[0,6,2,6.5],"texture":"#1"}}},{"from":[7.95607,17.34668,5.55743],"to":[8.45607,17.84668,7.55743],"rotation":{"angle":-45,"axis":"y","origin":[8.20827,17.598,7.05392]},"faces":{"north":{"uv":[0,4,0.5,4.5],"texture":"#1"},"east":{"uv":[0,4,2,4.5],"texture":"#1"},"south":{"uv":[0,4,0.5,4.5],"texture":"#1"},"west":{"uv":[0,4,2,4.5],"texture":"#1"},"up":{"uv":[0,4,2,4.5],"texture":"#1"},"down":{"uv":[0,4,2,4.5],"texture":"#1"}}},{"from":[7.95607,19.34668,5.55743],"to":[8.45607,19.84668,7.55743],"rotation":{"angle":-45,"axis":"y","origin":[8.20827,19.598,7.05392]},"faces":{"north":{"uv":[0,2,0.5,2.5],"texture":"#1"},"east":{"uv":[0,2,2,2.5],"texture":"#1"},"south":{"uv":[0,2,0.5,2.5],"texture":"#1"},"west":{"uv":[0,2,2,2.5],"texture":"#1"},"up":{"uv":[0,2,2,2.5],"texture":"#1"},"down":{"uv":[0,2,2,2.5],"texture":"#1"}}},{"from":[7.95607,21.34668,5.55743],"to":[8.45607,21.84668,7.55743],"rotation":{"angle":-45,"axis":"y","origin":[8.20827,21.598,7.05392]},"faces":{"north":{"uv":[0,0,0.5,0.5],"texture":"#1"},"east":{"uv":[0,0,2,0.5],"texture":"#1"},"south":{"uv":[0,0,0.5,0.5],"texture":"#1"},"west":{"uv":[0,0,2,0.5],"texture":"#1"},"up":{"uv":[0,0,2,0.5],"texture":"#1"},"down":{"uv":[0,0,2,0.5],"texture":"#1"}}},{"from":[6.24512,13.35395,4.78356],"to":[8.24512,13.85395,5.28356],"rotation":{"angle":45,"axis":"y","origin":[8.09767,13.60509,5.03531]},"faces":{"north":{"uv":[0,8,2,8.5],"texture":"#1"},"east":{"uv":[0,8,0.5,8.5],"texture":"#1"},"south":{"uv":[0,8,2,8.5],"texture":"#1"},"west":{"uv":[0,8,0.5,8.5],"texture":"#1"},"up":{"uv":[0,8,2,8.5],"rotation":270,"texture":"#1"},"down":{"uv":[0,8,2,8.5],"rotation":90,"texture":"#1"}}},{"from":[6.24512,15.35395,4.78356],"to":[8.24512,15.85395,5.28356],"rotation":{"angle":45,"axis":"y","origin":[8.09767,15.60509,5.03531]},"faces":{"north":{"uv":[0,6,2,6.5],"texture":"#1"},"east":{"uv":[0,6,0.5,6.5],"texture":"#1"},"south":{"uv":[0,6,2,6.5],"texture":"#1"},"west":{"uv":[0,6,0.5,6.5],"texture":"#1"},"up":{"uv":[0,6,2,6.5],"rotation":270,"texture":"#1"},"down":{"uv":[0,6,2,6.5],"rotation":90,"texture":"#1"}}},{"from":[6.24512,17.35395,4.78356],"to":[8.24512,17.85395,5.28356],"rotation":{"angle":45,"axis":"y","origin":[8.09767,17.60509,5.03531]},"faces":{"north":{"uv":[0,4,2,4.5],"texture":"#1"},"east":{"uv":[0,4,0.5,4.5],"texture":"#1"},"south":{"uv":[0,4,2,4.5],"texture":"#1"},"west":{"uv":[0,4,0.5,4.5],"texture":"#1"},"up":{"uv":[0,4,2,4.5],"rotation":270,"texture":"#1"},"down":{"uv":[0,4,2,4.5],"rotation":90,"texture":"#1"}}},{"from":[6.24512,19.35395,4.78356],"to":[8.24512,19.85395,5.28356],"rotation":{"angle":45,"axis":"y","origin":[8.09767,19.60509,5.03531]},"faces":{"north":{"uv":[0,2,2,2.5],"texture":"#1"},"east":{"uv":[0,2,0.5,2.5],"texture":"#1"},"south":{"uv":[0,2,2,2.5],"texture":"#1"},"west":{"uv":[0,2,0.5,2.5],"texture":"#1"},"up":{"uv":[0,2,2,2.5],"rotation":270,"texture":"#1"},"down":{"uv":[0,2,2,2.5],"rotation":90,"texture":"#1"}}},{"from":[6.24512,21.35395,4.78356],"to":[8.24512,21.85395,5.28356],"rotation":{"angle":45,"axis":"y","origin":[8.09767,21.60509,5.03531]},"faces":{"north":{"uv":[0,0,2,0.5],"texture":"#1"},"east":{"uv":[0,0,0.5,0.5],"texture":"#1"},"south":{"uv":[0,0,2,0.5],"texture":"#1"},"west":{"uv":[0,0,0.5,0.5],"texture":"#1"},"up":{"uv":[0,0,2,0.5],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,2,0.5],"rotation":90,"texture":"#1"}}},{"from":[8,-13,6.35],"to":[8.01,-2,9.35],"rotation":{"angle":0,"axis":"y","origin":[16,-5,14.35]},"faces":{"north":{"uv":[16,2,16,8],"texture":"#6"},"east":{"uv":[0,5,13,1],"rotation":90,"texture":"#6"},"south":{"uv":[16,2,16,8],"texture":"#6"},"west":{"uv":[13,5,0,1],"rotation":270,"texture":"#6"},"up":{"uv":[0,0,0,6],"texture":"#6"},"down":{"uv":[0,0,0,6],"texture":"#6"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-180,0],"translation":[0,1.25,2.25]},"thirdperson_lefthand":{"rotation":[0,-180,0],"translation":[0,0.5,2.25]},"firstperson_righthand":{"rotation":[-10,-180,0],"translation":[1.75,1.25,0],"scale":[0.7,0.7,0.7]},"firstperson_lefthand":{"rotation":[-10,-180,0],"translation":[1.75,1.25,0],"scale":[0.7,0.7,0.7]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.5,0.5,0.5]},"gui":{"rotation":[-77,146,54],"translation":[-1,-0.5,0]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/flaming_sword.json b/assets/minecraft/models/item/wynn/skin/dagger/flaming_sword.json new file mode 100644 index 000000000..7bde1555f --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/flaming_sword.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"texture":"skins/flaming_set/flaming_sword"},"elements":[{"from":[7.25,6.5,7.25],"to":[8.25,6.75,8.75],"faces":{"down":{"uv":[7.25,9.5,8.25,9.25],"texture":"#texture"},"up":{"uv":[7.25,9.25,8.25,9.5],"texture":"#texture"},"north":{"uv":[8.25,9.25,7.25,9.5],"texture":"#texture"},"south":{"uv":[7.25,9.25,8.25,9.5],"texture":"#texture"},"west":{"uv":[7.25,9.25,7.5,9.5],"texture":"#texture"},"east":{"uv":[8.25,9.25,8,9.5],"texture":"#texture"}}},{"from":[7.5,6.75,7.25],"to":[8,7,8.75],"faces":{"down":{"uv":[7.5,9.25,8,9],"texture":"#texture"},"up":{"uv":[7.5,9,8,9.25],"texture":"#texture"},"north":{"uv":[8,9,7.5,9.25],"texture":"#texture"},"south":{"uv":[7.5,9,8,9.25],"texture":"#texture"},"west":{"uv":[7.5,9,7.75,9.25],"texture":"#texture"},"east":{"uv":[8,9,7.75,9.25],"texture":"#texture"}}},{"from":[7.5,6.25,7.25],"to":[8,6.5,8.75],"faces":{"down":{"uv":[7.5,9.75,8,9.5],"texture":"#texture"},"up":{"uv":[7.5,9.5,8,9.75],"texture":"#texture"},"north":{"uv":[8,9.5,7.5,9.75],"texture":"#texture"},"south":{"uv":[7.5,9.5,8,9.75],"texture":"#texture"},"west":{"uv":[7.5,9.5,7.75,9.75],"texture":"#texture"},"east":{"uv":[8,9.5,7.75,9.75],"texture":"#texture"}}},{"from":[6,7,7.5],"to":[6.75,7.25,8.5],"faces":{"down":{"uv":[6,9,6.75,8.75],"texture":"#texture"},"up":{"uv":[6,8.75,6.75,9],"texture":"#texture"},"north":{"uv":[6.75,8.75,6,9],"texture":"#texture"},"south":{"uv":[6,8.75,6.75,9],"texture":"#texture"},"west":{"uv":[6,8.75,6.25,9],"texture":"#texture"},"east":{"uv":[6.75,8.75,6.5,9],"texture":"#texture"}}},{"from":[6.25,7.25,7.5],"to":[6.5,8,8.5],"faces":{"down":{"uv":[6.25,8.75,6.5,8.5],"texture":"#texture"},"up":{"uv":[6.25,8,6.5,8.25],"texture":"#texture"},"north":{"uv":[6.5,8,6.25,8.75],"texture":"#texture"},"south":{"uv":[6.25,8,6.5,8.75],"texture":"#texture"},"west":{"uv":[6.25,8,6.5,8.75],"texture":"#texture"},"east":{"uv":[6.5,8,6.25,8.75],"texture":"#texture"}}},{"from":[6.25,6.5,7.5],"to":[9,7,8.5],"faces":{"down":{"uv":[6.25,9.5,9,9.25],"texture":"#texture"},"up":{"uv":[6.25,9,9,9.25],"texture":"#texture"},"north":{"uv":[9,9,6.25,9.5],"texture":"#texture"},"south":{"uv":[6.25,9,9,9.5],"texture":"#texture"},"west":{"uv":[6.25,9,6.5,9.5],"texture":"#texture"},"east":{"uv":[9,9,8.75,9.5],"texture":"#texture"}}},{"from":[6.75,6.25,7.5],"to":[8.75,6.5,8.5],"faces":{"down":{"uv":[6.75,9.75,8.75,9.5],"texture":"#texture"},"up":{"uv":[6.75,9.5,8.75,9.75],"texture":"#texture"},"north":{"uv":[8.75,9.5,6.75,9.75],"texture":"#texture"},"south":{"uv":[6.75,9.5,8.75,9.75],"texture":"#texture"},"west":{"uv":[6.75,9.5,7,9.75],"texture":"#texture"},"east":{"uv":[8.75,9.5,8.5,9.75],"texture":"#texture"}}},{"from":[6.75,1.25,7.5],"to":[7,1.5,8.5],"faces":{"down":{"uv":[6.75,14.75,7,14.5],"texture":"#texture"},"up":{"uv":[6.75,14.5,7,14.75],"texture":"#texture"},"north":{"uv":[7,14.5,6.75,14.75],"texture":"#texture"},"south":{"uv":[6.75,14.5,7,14.75],"texture":"#texture"},"west":{"uv":[6.75,14.5,7,14.75],"texture":"#texture"},"east":{"uv":[7,14.5,6.75,14.75],"texture":"#texture"}}},{"from":[7,6,7.5],"to":[8.5,6.25,8.5],"faces":{"down":{"uv":[7,10,8.5,9.75],"texture":"#texture"},"up":{"uv":[7,9.75,8.5,10],"texture":"#texture"},"north":{"uv":[8.5,9.75,7,10],"texture":"#texture"},"south":{"uv":[7,9.75,8.5,10],"texture":"#texture"},"west":{"uv":[7,9.75,7.25,10],"texture":"#texture"},"east":{"uv":[8.5,9.75,8.25,10],"texture":"#texture"}}},{"from":[7,1.5,7.5],"to":[8.5,1.75,8.5],"faces":{"down":{"uv":[7,14.5,8.5,14.25],"texture":"#texture"},"up":{"uv":[7,14.25,8.5,14.5],"texture":"#texture"},"north":{"uv":[8.5,14.25,7,14.5],"texture":"#texture"},"south":{"uv":[7,14.25,8.5,14.5],"texture":"#texture"},"west":{"uv":[7,14.25,7.25,14.5],"texture":"#texture"},"east":{"uv":[8.5,14.25,8.25,14.5],"texture":"#texture"}}},{"from":[7.25,7,7.5],"to":[8.25,7.25,8.5],"faces":{"down":{"uv":[7.25,9,8.25,8.75],"texture":"#texture"},"up":{"uv":[7.25,8.75,8.25,9],"texture":"#texture"},"north":{"uv":[8.25,8.75,7.25,9],"texture":"#texture"},"south":{"uv":[7.25,8.75,8.25,9],"texture":"#texture"},"west":{"uv":[7.25,8.75,7.5,9],"texture":"#texture"},"east":{"uv":[8.25,8.75,8,9],"texture":"#texture"}}},{"from":[7.25,5.5,7.5],"to":[8.25,6,8.5],"faces":{"down":{"uv":[7.25,10.5,8.25,10.25],"texture":"#texture"},"up":{"uv":[7.25,10,8.25,10.25],"texture":"#texture"},"north":{"uv":[8.25,10,7.25,10.5],"texture":"#texture"},"south":{"uv":[7.25,10,8.25,10.5],"texture":"#texture"},"west":{"uv":[7.25,10,7.5,10.5],"texture":"#texture"},"east":{"uv":[8.25,10,8,10.5],"texture":"#texture"}}},{"from":[7.25,1.75,7.5],"to":[8,2,8.5],"faces":{"down":{"uv":[7.25,14.25,8,14],"texture":"#texture"},"up":{"uv":[7.25,14,8,14.25],"texture":"#texture"},"north":{"uv":[8,14,7.25,14.25],"texture":"#texture"},"south":{"uv":[7.25,14,8,14.25],"texture":"#texture"},"west":{"uv":[7.25,14,7.5,14.25],"texture":"#texture"},"east":{"uv":[8,14,7.75,14.25],"texture":"#texture"}}},{"from":[7.25,1.25,7.5],"to":[8.75,1.5,8.5],"faces":{"down":{"uv":[7.25,14.75,8.75,14.5],"texture":"#texture"},"up":{"uv":[7.25,14.5,8.75,14.75],"texture":"#texture"},"north":{"uv":[8.75,14.5,7.25,14.75],"texture":"#texture"},"south":{"uv":[7.25,14.5,8.75,14.75],"texture":"#texture"},"west":{"uv":[7.25,14.5,7.5,14.75],"texture":"#texture"},"east":{"uv":[8.75,14.5,8.5,14.75],"texture":"#texture"}}},{"from":[7.5,4.25,7.5],"to":[8,5.5,8.5],"faces":{"down":{"uv":[7.5,11.75,8,11.5],"texture":"#texture"},"up":{"uv":[7.5,10.5,8,10.75],"texture":"#texture"},"north":{"uv":[8,10.5,7.5,11.75],"texture":"#texture"},"south":{"uv":[7.5,10.5,8,11.75],"texture":"#texture"},"west":{"uv":[7.5,10.5,7.75,11.75],"texture":"#texture"},"east":{"uv":[8,10.5,7.75,11.75],"texture":"#texture"}}},{"from":[7.5,2,7.5],"to":[8,3,8.5],"faces":{"down":{"uv":[7.5,14,8,13.75],"texture":"#texture"},"up":{"uv":[7.5,13,8,13.25],"texture":"#texture"},"north":{"uv":[8,13,7.5,14],"texture":"#texture"},"south":{"uv":[7.5,13,8,14],"texture":"#texture"},"west":{"uv":[7.5,13,7.75,14],"texture":"#texture"},"east":{"uv":[8,13,7.75,14],"texture":"#texture"}}},{"from":[7.5,1,7.5],"to":[8,1.25,8.5],"faces":{"down":{"uv":[7.5,15,8,14.75],"texture":"#texture"},"up":{"uv":[7.5,14.75,8,15],"texture":"#texture"},"north":{"uv":[8,14.75,7.5,15],"texture":"#texture"},"south":{"uv":[7.5,14.75,8,15],"texture":"#texture"},"west":{"uv":[7.5,14.75,7.75,15],"texture":"#texture"},"east":{"uv":[8,14.75,7.75,15],"texture":"#texture"}}},{"from":[8.25,1,7.5],"to":[9.5,1.25,8.5],"faces":{"down":{"uv":[8.25,15,9.5,14.75],"texture":"#texture"},"up":{"uv":[8.25,14.75,9.5,15],"texture":"#texture"},"north":{"uv":[9.5,14.75,8.25,15],"texture":"#texture"},"south":{"uv":[8.25,14.75,9.5,15],"texture":"#texture"},"west":{"uv":[8.25,14.75,8.5,15],"texture":"#texture"},"east":{"uv":[9.5,14.75,9.25,15],"texture":"#texture"}}},{"from":[8.5,7,7.5],"to":[9.5,7.25,8.5],"faces":{"down":{"uv":[8.5,9,9.5,8.75],"texture":"#texture"},"up":{"uv":[8.5,8.75,9.5,9],"texture":"#texture"},"north":{"uv":[9.5,8.75,8.5,9],"texture":"#texture"},"south":{"uv":[8.5,8.75,9.5,9],"texture":"#texture"},"west":{"uv":[8.5,8.75,8.75,9],"texture":"#texture"},"east":{"uv":[9.5,8.75,9.25,9],"texture":"#texture"}}},{"from":[8.75,7.25,7.5],"to":[9.25,7.5,8.5],"faces":{"down":{"uv":[8.75,8.75,9.25,8.5],"texture":"#texture"},"up":{"uv":[8.75,8.5,9.25,8.75],"texture":"#texture"},"north":{"uv":[9.25,8.5,8.75,8.75],"texture":"#texture"},"south":{"uv":[8.75,8.5,9.25,8.75],"texture":"#texture"},"west":{"uv":[8.75,8.5,9,8.75],"texture":"#texture"},"east":{"uv":[9.25,8.5,9,8.75],"texture":"#texture"}}},{"from":[9,7.5,7.5],"to":[9.25,8,8.5],"faces":{"down":{"uv":[9,8.5,9.25,8.25],"texture":"#texture"},"up":{"uv":[9,8,9.25,8.25],"texture":"#texture"},"north":{"uv":[9.25,8,9,8.5],"texture":"#texture"},"south":{"uv":[9,8,9.25,8.5],"texture":"#texture"},"west":{"uv":[9,8,9.25,8.5],"texture":"#texture"},"east":{"uv":[9.25,8,9,8.5],"texture":"#texture"}}},{"from":[9,6.75,7.5],"to":[9.25,7,8.5],"faces":{"down":{"uv":[9,9.25,9.25,9],"texture":"#texture"},"up":{"uv":[9,9,9.25,9.25],"texture":"#texture"},"north":{"uv":[9.25,9,9,9.25],"texture":"#texture"},"south":{"uv":[9,9,9.25,9.25],"texture":"#texture"},"west":{"uv":[9,9,9.25,9.25],"texture":"#texture"},"east":{"uv":[9.25,9,9,9.25],"texture":"#texture"}}},{"from":[9,1.25,7.5],"to":[9.5,1.5,8.5],"faces":{"down":{"uv":[9,14.75,9.5,14.5],"texture":"#texture"},"up":{"uv":[9,14.5,9.5,14.75],"texture":"#texture"},"north":{"uv":[9.5,14.5,9,14.75],"texture":"#texture"},"south":{"uv":[9,14.5,9.5,14.75],"texture":"#texture"},"west":{"uv":[9,14.5,9.25,14.75],"texture":"#texture"},"east":{"uv":[9.5,14.5,9.25,14.75],"texture":"#texture"}}},{"from":[6.25,15.25,7.625],"to":[6.5,15.5,8.375],"faces":{"down":{"uv":[6.25,0.75,6.5,0.5],"texture":"#texture"},"up":{"uv":[6.25,0.5,6.5,0.75],"texture":"#texture"},"north":{"uv":[6.5,0.5,6.25,0.75],"texture":"#texture"},"south":{"uv":[6.25,0.5,6.5,0.75],"texture":"#texture"},"west":{"uv":[6.25,0.5,6.5,0.75],"texture":"#texture"},"east":{"uv":[6.5,0.5,6.25,0.75],"texture":"#texture"}}},{"from":[6.5,15,7.625],"to":[7,15.25,8.375],"faces":{"down":{"uv":[6.5,1,7,0.75],"texture":"#texture"},"up":{"uv":[6.5,0.75,7,1],"texture":"#texture"},"north":{"uv":[7,0.75,6.5,1],"texture":"#texture"},"south":{"uv":[6.5,0.75,7,1],"texture":"#texture"},"west":{"uv":[6.5,0.75,6.75,1],"texture":"#texture"},"east":{"uv":[7,0.75,6.75,1],"texture":"#texture"}}},{"from":[6.5,12.75,7.625],"to":[6.75,13,8.375],"faces":{"down":{"uv":[6.5,3.25,6.75,3],"texture":"#texture"},"up":{"uv":[6.5,3,6.75,3.25],"texture":"#texture"},"north":{"uv":[6.75,3,6.5,3.25],"texture":"#texture"},"south":{"uv":[6.5,3,6.75,3.25],"texture":"#texture"},"west":{"uv":[6.5,3,6.75,3.25],"texture":"#texture"},"east":{"uv":[6.75,3,6.5,3.25],"texture":"#texture"}}},{"from":[6.75,14.75,7.625],"to":[7.25,15,8.375],"faces":{"down":{"uv":[6.75,1.25,7.25,1],"texture":"#texture"},"up":{"uv":[6.75,1,7.25,1.25],"texture":"#texture"},"north":{"uv":[7.25,1,6.75,1.25],"texture":"#texture"},"south":{"uv":[6.75,1,7.25,1.25],"texture":"#texture"},"west":{"uv":[6.75,1,7,1.25],"texture":"#texture"},"east":{"uv":[7.25,1,7,1.25],"texture":"#texture"}}},{"from":[6.75,13.5,7.625],"to":[7,14,8.375],"faces":{"down":{"uv":[6.75,2.5,7,2.25],"texture":"#texture"},"up":{"uv":[6.75,2,7,2.25],"texture":"#texture"},"north":{"uv":[7,2,6.75,2.5],"texture":"#texture"},"south":{"uv":[6.75,2,7,2.5],"texture":"#texture"},"west":{"uv":[6.75,2,7,2.5],"texture":"#texture"},"east":{"uv":[7,2,6.75,2.5],"texture":"#texture"}}},{"from":[6.75,12.25,7.625],"to":[7.25,12.75,8.375],"faces":{"down":{"uv":[6.75,3.75,7.25,3.5],"texture":"#texture"},"up":{"uv":[6.75,3.25,7.25,3.5],"texture":"#texture"},"north":{"uv":[7.25,3.25,6.75,3.75],"texture":"#texture"},"south":{"uv":[6.75,3.25,7.25,3.75],"texture":"#texture"},"west":{"uv":[6.75,3.25,7,3.75],"texture":"#texture"},"east":{"uv":[7.25,3.25,7,3.75],"texture":"#texture"}}},{"from":[6.75,10,7.625],"to":[7.25,11.5,8.375],"faces":{"down":{"uv":[6.75,6,7.25,5.75],"texture":"#texture"},"up":{"uv":[6.75,4.5,7.25,4.75],"texture":"#texture"},"north":{"uv":[7.25,4.5,6.75,6],"texture":"#texture"},"south":{"uv":[6.75,4.5,7.25,6],"texture":"#texture"},"west":{"uv":[6.75,4.5,7,6],"texture":"#texture"},"east":{"uv":[7.25,4.5,7,6],"texture":"#texture"}}},{"from":[7,14.5,7.625],"to":[7.75,14.75,8.375],"faces":{"down":{"uv":[7,1.5,7.75,1.25],"texture":"#texture"},"up":{"uv":[7,1.25,7.75,1.5],"texture":"#texture"},"north":{"uv":[7.75,1.25,7,1.5],"texture":"#texture"},"south":{"uv":[7,1.25,7.75,1.5],"texture":"#texture"},"west":{"uv":[7,1.25,7.25,1.5],"texture":"#texture"},"east":{"uv":[7.75,1.25,7.5,1.5],"texture":"#texture"}}},{"from":[7,13.25,7.625],"to":[7.5,13.75,8.375],"faces":{"down":{"uv":[7,2.75,7.5,2.5],"texture":"#texture"},"up":{"uv":[7,2.25,7.5,2.5],"texture":"#texture"},"north":{"uv":[7.5,2.25,7,2.75],"texture":"#texture"},"south":{"uv":[7,2.25,7.5,2.75],"texture":"#texture"},"west":{"uv":[7,2.25,7.25,2.75],"texture":"#texture"},"east":{"uv":[7.5,2.25,7.25,2.75],"texture":"#texture"}}},{"from":[7,12.75,7.625],"to":[8.5,13,8.375],"faces":{"down":{"uv":[7,3.25,8.5,3],"texture":"#texture"},"up":{"uv":[7,3,8.5,3.25],"texture":"#texture"},"north":{"uv":[8.5,3,7,3.25],"texture":"#texture"},"south":{"uv":[7,3,8.5,3.25],"texture":"#texture"},"west":{"uv":[7,3,7.25,3.25],"texture":"#texture"},"east":{"uv":[8.5,3,8.25,3.25],"texture":"#texture"}}},{"from":[7,12,7.625],"to":[8.75,12.25,8.375],"faces":{"down":{"uv":[7,4,8.75,3.75],"texture":"#texture"},"up":{"uv":[7,3.75,8.75,4],"texture":"#texture"},"north":{"uv":[8.75,3.75,7,4],"texture":"#texture"},"south":{"uv":[7,3.75,8.75,4],"texture":"#texture"},"west":{"uv":[7,3.75,7.25,4],"texture":"#texture"},"east":{"uv":[8.75,3.75,8.5,4],"texture":"#texture"}}},{"from":[7,11.5,7.625],"to":[7.25,11.75,8.375],"faces":{"down":{"uv":[7,4.5,7.25,4.25],"texture":"#texture"},"up":{"uv":[7,4.25,7.25,4.5],"texture":"#texture"},"north":{"uv":[7.25,4.25,7,4.5],"texture":"#texture"},"south":{"uv":[7,4.25,7.25,4.5],"texture":"#texture"},"west":{"uv":[7,4.25,7.25,4.5],"texture":"#texture"},"east":{"uv":[7.25,4.25,7,4.5],"texture":"#texture"}}},{"from":[7,8.75,7.625],"to":[7.5,10,8.375],"faces":{"down":{"uv":[7,7.25,7.5,7],"texture":"#texture"},"up":{"uv":[7,6,7.5,6.25],"texture":"#texture"},"north":{"uv":[7.5,6,7,7.25],"texture":"#texture"},"south":{"uv":[7,6,7.5,7.25],"texture":"#texture"},"west":{"uv":[7,6,7.25,7.25],"texture":"#texture"},"east":{"uv":[7.5,6,7.25,7.25],"texture":"#texture"}}},{"from":[7.25,14.25,7.625],"to":[8,14.5,8.375],"faces":{"down":{"uv":[7.25,1.75,8,1.5],"texture":"#texture"},"up":{"uv":[7.25,1.5,8,1.75],"texture":"#texture"},"north":{"uv":[8,1.5,7.25,1.75],"texture":"#texture"},"south":{"uv":[7.25,1.5,8,1.75],"texture":"#texture"},"west":{"uv":[7.25,1.5,7.5,1.75],"texture":"#texture"},"east":{"uv":[8,1.5,7.75,1.75],"texture":"#texture"}}},{"from":[7.25,13.75,7.625],"to":[8.25,14,8.375],"faces":{"down":{"uv":[7.25,2.25,8.25,2],"texture":"#texture"},"up":{"uv":[7.25,2,8.25,2.25],"texture":"#texture"},"north":{"uv":[8.25,2,7.25,2.25],"texture":"#texture"},"south":{"uv":[7.25,2,8.25,2.25],"texture":"#texture"},"west":{"uv":[7.25,2,7.5,2.25],"texture":"#texture"},"east":{"uv":[8.25,2,8,2.25],"texture":"#texture"}}},{"from":[7.25,13,7.625],"to":[8.5,13.25,8.375],"faces":{"down":{"uv":[7.25,3,8.5,2.75],"texture":"#texture"},"up":{"uv":[7.25,2.75,8.5,3],"texture":"#texture"},"north":{"uv":[8.5,2.75,7.25,3],"texture":"#texture"},"south":{"uv":[7.25,2.75,8.5,3],"texture":"#texture"},"west":{"uv":[7.25,2.75,7.5,3],"texture":"#texture"},"east":{"uv":[8.5,2.75,8.25,3],"texture":"#texture"}}},{"from":[7.25,11.75,7.625],"to":[8.75,12,8.375],"faces":{"down":{"uv":[7.25,4.25,8.75,4],"texture":"#texture"},"up":{"uv":[7.25,4,8.75,4.25],"texture":"#texture"},"north":{"uv":[8.75,4,7.25,4.25],"texture":"#texture"},"south":{"uv":[7.25,4,8.75,4.25],"texture":"#texture"},"west":{"uv":[7.25,4,7.5,4.25],"texture":"#texture"},"east":{"uv":[8.75,4,8.5,4.25],"texture":"#texture"}}},{"from":[7.25,10,7.625],"to":[7.5,11.25,8.375],"faces":{"down":{"uv":[7.25,6,7.5,5.75],"texture":"#texture"},"up":{"uv":[7.25,4.75,7.5,5],"texture":"#texture"},"north":{"uv":[7.5,4.75,7.25,6],"texture":"#texture"},"south":{"uv":[7.25,4.75,7.5,6],"texture":"#texture"},"west":{"uv":[7.25,4.75,7.5,6],"texture":"#texture"},"east":{"uv":[7.5,4.75,7.25,6],"texture":"#texture"}}},{"from":[7.25,8.25,7.625],"to":[7.5,8.75,8.375],"faces":{"down":{"uv":[7.25,7.75,7.5,7.5],"texture":"#texture"},"up":{"uv":[7.25,7.25,7.5,7.5],"texture":"#texture"},"north":{"uv":[7.5,7.25,7.25,7.75],"texture":"#texture"},"south":{"uv":[7.25,7.25,7.5,7.75],"texture":"#texture"},"west":{"uv":[7.25,7.25,7.5,7.75],"texture":"#texture"},"east":{"uv":[7.5,7.25,7.25,7.75],"texture":"#texture"}}},{"from":[7.25,7.5,7.625],"to":[7.5,8,8.375],"faces":{"down":{"uv":[7.25,8.5,7.5,8.25],"texture":"#texture"},"up":{"uv":[7.25,8,7.5,8.25],"texture":"#texture"},"north":{"uv":[7.5,8,7.25,8.5],"texture":"#texture"},"south":{"uv":[7.25,8,7.5,8.5],"texture":"#texture"},"west":{"uv":[7.25,8,7.5,8.5],"texture":"#texture"},"east":{"uv":[7.5,8,7.25,8.5],"texture":"#texture"}}},{"from":[7.5,14,7.625],"to":[8,14.25,8.375],"faces":{"down":{"uv":[7.5,2,8,1.75],"texture":"#texture"},"up":{"uv":[7.5,1.75,8,2],"texture":"#texture"},"north":{"uv":[8,1.75,7.5,2],"texture":"#texture"},"south":{"uv":[7.5,1.75,8,2],"texture":"#texture"},"west":{"uv":[7.5,1.75,7.75,2],"texture":"#texture"},"east":{"uv":[8,1.75,7.75,2],"texture":"#texture"}}},{"from":[7.5,13.25,7.625],"to":[8.25,13.5,8.375],"faces":{"down":{"uv":[7.5,2.75,8.25,2.5],"texture":"#texture"},"up":{"uv":[7.5,2.5,8.25,2.75],"texture":"#texture"},"north":{"uv":[8.25,2.5,7.5,2.75],"texture":"#texture"},"south":{"uv":[7.5,2.5,8.25,2.75],"texture":"#texture"},"west":{"uv":[7.5,2.5,7.75,2.75],"texture":"#texture"},"east":{"uv":[8.25,2.5,8,2.75],"texture":"#texture"}}},{"from":[7.5,12.25,7.625],"to":[8.75,12.5,8.375],"faces":{"down":{"uv":[7.5,3.75,8.75,3.5],"texture":"#texture"},"up":{"uv":[7.5,3.5,8.75,3.75],"texture":"#texture"},"north":{"uv":[8.75,3.5,7.5,3.75],"texture":"#texture"},"south":{"uv":[7.5,3.5,8.75,3.75],"texture":"#texture"},"west":{"uv":[7.5,3.5,7.75,3.75],"texture":"#texture"},"east":{"uv":[8.75,3.5,8.5,3.75],"texture":"#texture"}}},{"from":[7.5,10.75,7.625],"to":[7.75,11.75,8.375],"faces":{"down":{"uv":[7.5,5.25,7.75,5],"texture":"#texture"},"up":{"uv":[7.5,4.25,7.75,4.5],"texture":"#texture"},"north":{"uv":[7.75,4.25,7.5,5.25],"texture":"#texture"},"south":{"uv":[7.5,4.25,7.75,5.25],"texture":"#texture"},"west":{"uv":[7.5,4.25,7.75,5.25],"texture":"#texture"},"east":{"uv":[7.75,4.25,7.5,5.25],"texture":"#texture"}}},{"from":[7.5,9.5,7.625],"to":[8.5,10.25,8.375],"faces":{"down":{"uv":[7.5,6.5,8.5,6.25],"texture":"#texture"},"up":{"uv":[7.5,5.75,8.5,6],"texture":"#texture"},"north":{"uv":[8.5,5.75,7.5,6.5],"texture":"#texture"},"south":{"uv":[7.5,5.75,8.5,6.5],"texture":"#texture"},"west":{"uv":[7.5,5.75,7.75,6.5],"texture":"#texture"},"east":{"uv":[8.5,5.75,8.25,6.5],"texture":"#texture"}}},{"from":[7.5,8.5,7.625],"to":[8.25,9.25,8.375],"faces":{"down":{"uv":[7.5,7.5,8.25,7.25],"texture":"#texture"},"up":{"uv":[7.5,6.75,8.25,7],"texture":"#texture"},"north":{"uv":[8.25,6.75,7.5,7.5],"texture":"#texture"},"south":{"uv":[7.5,6.75,8.25,7.5],"texture":"#texture"},"west":{"uv":[7.5,6.75,7.75,7.5],"texture":"#texture"},"east":{"uv":[8.25,6.75,8,7.5],"texture":"#texture"}}},{"from":[7.5,7.75,7.625],"to":[8,8,8.375],"faces":{"down":{"uv":[7.5,8.25,8,8],"texture":"#texture"},"up":{"uv":[7.5,8,8,8.25],"texture":"#texture"},"north":{"uv":[8,8,7.5,8.25],"texture":"#texture"},"south":{"uv":[7.5,8,8,8.25],"texture":"#texture"},"west":{"uv":[7.5,8,7.75,8.25],"texture":"#texture"},"east":{"uv":[8,8,7.75,8.25],"texture":"#texture"}}},{"from":[7.75,13.5,7.625],"to":[8.25,13.75,8.375],"faces":{"down":{"uv":[7.75,2.5,8.25,2.25],"texture":"#texture"},"up":{"uv":[7.75,2.25,8.25,2.5],"texture":"#texture"},"north":{"uv":[8.25,2.25,7.75,2.5],"texture":"#texture"},"south":{"uv":[7.75,2.25,8.25,2.5],"texture":"#texture"},"west":{"uv":[7.75,2.25,8,2.5],"texture":"#texture"},"east":{"uv":[8.25,2.25,8,2.5],"texture":"#texture"}}},{"from":[7.75,10.5,7.625],"to":[8,11.5,8.375],"faces":{"down":{"uv":[7.75,5.5,8,5.25],"texture":"#texture"},"up":{"uv":[7.75,4.5,8,4.75],"texture":"#texture"},"north":{"uv":[8,4.5,7.75,5.5],"texture":"#texture"},"south":{"uv":[7.75,4.5,8,5.5],"texture":"#texture"},"west":{"uv":[7.75,4.5,8,5.5],"texture":"#texture"},"east":{"uv":[8,4.5,7.75,5.5],"texture":"#texture"}}},{"from":[7.75,8,7.625],"to":[8,8.5,8.375],"faces":{"down":{"uv":[7.75,8,8,7.75],"texture":"#texture"},"up":{"uv":[7.75,7.5,8,7.75],"texture":"#texture"},"north":{"uv":[8,7.5,7.75,8],"texture":"#texture"},"south":{"uv":[7.75,7.5,8,8],"texture":"#texture"},"west":{"uv":[7.75,7.5,8,8],"texture":"#texture"},"east":{"uv":[8,7.5,7.75,8],"texture":"#texture"}}},{"from":[8,12.5,7.625],"to":[8.5,12.75,8.375],"faces":{"down":{"uv":[8,3.5,8.5,3.25],"texture":"#texture"},"up":{"uv":[8,3.25,8.5,3.5],"texture":"#texture"},"north":{"uv":[8.5,3.25,8,3.5],"texture":"#texture"},"south":{"uv":[8,3.25,8.5,3.5],"texture":"#texture"},"west":{"uv":[8,3.25,8.25,3.5],"texture":"#texture"},"east":{"uv":[8.5,3.25,8.25,3.5],"texture":"#texture"}}},{"from":[8,10.5,7.625],"to":[8.5,11,8.375],"faces":{"down":{"uv":[8,5.5,8.5,5.25],"texture":"#texture"},"up":{"uv":[8,5,8.5,5.25],"texture":"#texture"},"north":{"uv":[8.5,5,8,5.5],"texture":"#texture"},"south":{"uv":[8,5,8.5,5.5],"texture":"#texture"},"west":{"uv":[8,5,8.25,5.5],"texture":"#texture"},"east":{"uv":[8.5,5,8.25,5.5],"texture":"#texture"}}},{"from":[8,9.25,7.625],"to":[8.25,9.5,8.375],"faces":{"down":{"uv":[8,6.75,8.25,6.5],"texture":"#texture"},"up":{"uv":[8,6.5,8.25,6.75],"texture":"#texture"},"north":{"uv":[8.25,6.5,8,6.75],"texture":"#texture"},"south":{"uv":[8,6.5,8.25,6.75],"texture":"#texture"},"west":{"uv":[8,6.5,8.25,6.75],"texture":"#texture"},"east":{"uv":[8.25,6.5,8,6.75],"texture":"#texture"}}},{"from":[8,8.25,7.625],"to":[8.25,8.5,8.375],"faces":{"down":{"uv":[8,7.75,8.25,7.5],"texture":"#texture"},"up":{"uv":[8,7.5,8.25,7.75],"texture":"#texture"},"north":{"uv":[8.25,7.5,8,7.75],"texture":"#texture"},"south":{"uv":[8,7.5,8.25,7.75],"texture":"#texture"},"west":{"uv":[8,7.5,8.25,7.75],"texture":"#texture"},"east":{"uv":[8.25,7.5,8,7.75],"texture":"#texture"}}},{"from":[8,7.5,7.625],"to":[8.25,7.75,8.375],"faces":{"down":{"uv":[8,8.5,8.25,8.25],"texture":"#texture"},"up":{"uv":[8,8.25,8.25,8.5],"texture":"#texture"},"north":{"uv":[8.25,8.25,8,8.5],"texture":"#texture"},"south":{"uv":[8,8.25,8.25,8.5],"texture":"#texture"},"west":{"uv":[8,8.25,8.25,8.5],"texture":"#texture"},"east":{"uv":[8.25,8.25,8,8.5],"texture":"#texture"}}},{"from":[8.25,11,7.625],"to":[8.75,11.75,8.375],"faces":{"down":{"uv":[8.25,5,8.75,4.75],"texture":"#texture"},"up":{"uv":[8.25,4.25,8.75,4.5],"texture":"#texture"},"north":{"uv":[8.75,4.25,8.25,5],"texture":"#texture"},"south":{"uv":[8.25,4.25,8.75,5],"texture":"#texture"},"west":{"uv":[8.25,4.25,8.5,5],"texture":"#texture"},"east":{"uv":[8.75,4.25,8.5,5],"texture":"#texture"}}},{"from":[8.25,10.25,7.625],"to":[8.5,10.5,8.375],"faces":{"down":{"uv":[8.25,5.75,8.5,5.5],"texture":"#texture"},"up":{"uv":[8.25,5.5,8.5,5.75],"texture":"#texture"},"north":{"uv":[8.5,5.5,8.25,5.75],"texture":"#texture"},"south":{"uv":[8.25,5.5,8.5,5.75],"texture":"#texture"},"west":{"uv":[8.25,5.5,8.5,5.75],"texture":"#texture"},"east":{"uv":[8.5,5.5,8.25,5.75],"texture":"#texture"}}},{"from":[5.75,7,7.75],"to":[9.75,7.25,8.25],"faces":{"down":{"uv":[5.75,9,9.75,8.75],"texture":"#texture"},"up":{"uv":[5.75,8.75,9.75,9],"texture":"#texture"},"north":{"uv":[9.75,8.75,5.75,9],"texture":"#texture"},"south":{"uv":[5.75,8.75,9.75,9],"texture":"#texture"},"west":{"uv":[5.75,8.75,6,9],"texture":"#texture"},"east":{"uv":[9.75,8.75,9.5,9],"texture":"#texture"}}},{"from":[6,7.25,7.75],"to":[6.75,8,8.25],"faces":{"down":{"uv":[6,8.75,6.75,8.5],"texture":"#texture"},"up":{"uv":[6,8,6.75,8.25],"texture":"#texture"},"north":{"uv":[6.75,8,6,8.75],"texture":"#texture"},"south":{"uv":[6,8,6.75,8.75],"texture":"#texture"},"west":{"uv":[6,8,6.25,8.75],"texture":"#texture"},"east":{"uv":[6.75,8,6.5,8.75],"texture":"#texture"}}},{"from":[6,6.5,7.75],"to":[9.25,7,8.25],"faces":{"down":{"uv":[6,9.5,9.25,9.25],"texture":"#texture"},"up":{"uv":[6,9,9.25,9.25],"texture":"#texture"},"north":{"uv":[9.25,9,6,9.5],"texture":"#texture"},"south":{"uv":[6,9,9.25,9.5],"texture":"#texture"},"west":{"uv":[6,9,6.25,9.5],"texture":"#texture"},"east":{"uv":[9.25,9,9,9.5],"texture":"#texture"}}},{"from":[6.25,8,7.75],"to":[6.75,8.5,8.25],"faces":{"down":{"uv":[6.25,8,6.75,7.75],"texture":"#texture"},"up":{"uv":[6.25,7.5,6.75,7.75],"texture":"#texture"},"north":{"uv":[6.75,7.5,6.25,8],"texture":"#texture"},"south":{"uv":[6.25,7.5,6.75,8],"texture":"#texture"},"west":{"uv":[6.25,7.5,6.5,8],"texture":"#texture"},"east":{"uv":[6.75,7.5,6.5,8],"texture":"#texture"}}},{"from":[6.25,6.25,7.75],"to":[9,6.5,8.25],"faces":{"down":{"uv":[6.25,9.75,9,9.5],"texture":"#texture"},"up":{"uv":[6.25,9.5,9,9.75],"texture":"#texture"},"north":{"uv":[9,9.5,6.25,9.75],"texture":"#texture"},"south":{"uv":[6.25,9.5,9,9.75],"texture":"#texture"},"west":{"uv":[6.25,9.5,6.5,9.75],"texture":"#texture"},"east":{"uv":[9,9.5,8.75,9.75],"texture":"#texture"}}},{"from":[6.5,1.25,7.75],"to":[10.25,1.5,8.25],"faces":{"down":{"uv":[6.5,14.75,10.25,14.5],"texture":"#texture"},"up":{"uv":[6.5,14.5,10.25,14.75],"texture":"#texture"},"north":{"uv":[10.25,14.5,6.5,14.75],"texture":"#texture"},"south":{"uv":[6.5,14.5,10.25,14.75],"texture":"#texture"},"west":{"uv":[6.5,14.5,6.75,14.75],"texture":"#texture"},"east":{"uv":[10.25,14.5,10,14.75],"texture":"#texture"}}},{"from":[6.75,6,7.75],"to":[8.75,6.25,8.25],"faces":{"down":{"uv":[6.75,10,8.75,9.75],"texture":"#texture"},"up":{"uv":[6.75,9.75,8.75,10],"texture":"#texture"},"north":{"uv":[8.75,9.75,6.75,10],"texture":"#texture"},"south":{"uv":[6.75,9.75,8.75,10],"texture":"#texture"},"west":{"uv":[6.75,9.75,7,10],"texture":"#texture"},"east":{"uv":[8.75,9.75,8.5,10],"texture":"#texture"}}},{"from":[6.75,5.25,7.75],"to":[7,5.75,8.25],"faces":{"down":{"uv":[6.75,10.75,7,10.5],"texture":"#texture"},"up":{"uv":[6.75,10.25,7,10.5],"texture":"#texture"},"north":{"uv":[7,10.25,6.75,10.75],"texture":"#texture"},"south":{"uv":[6.75,10.25,7,10.75],"texture":"#texture"},"west":{"uv":[6.75,10.25,7,10.75],"texture":"#texture"},"east":{"uv":[7,10.25,6.75,10.75],"texture":"#texture"}}},{"from":[6.75,1.5,7.75],"to":[8.75,1.75,8.25],"faces":{"down":{"uv":[6.75,14.5,8.75,14.25],"texture":"#texture"},"up":{"uv":[6.75,14.25,8.75,14.5],"texture":"#texture"},"north":{"uv":[8.75,14.25,6.75,14.5],"texture":"#texture"},"south":{"uv":[6.75,14.25,8.75,14.5],"texture":"#texture"},"west":{"uv":[6.75,14.25,7,14.5],"texture":"#texture"},"east":{"uv":[8.75,14.25,8.5,14.5],"texture":"#texture"}}},{"from":[6.75,1,7.75],"to":[7,1.25,8.25],"faces":{"down":{"uv":[6.75,15,7,14.75],"texture":"#texture"},"up":{"uv":[6.75,14.75,7,15],"texture":"#texture"},"north":{"uv":[7,14.75,6.75,15],"texture":"#texture"},"south":{"uv":[6.75,14.75,7,15],"texture":"#texture"},"west":{"uv":[6.75,14.75,7,15],"texture":"#texture"},"east":{"uv":[7,14.75,6.75,15],"texture":"#texture"}}},{"from":[7,5.5,7.75],"to":[8.5,6,8.25],"faces":{"down":{"uv":[7,10.5,8.5,10.25],"texture":"#texture"},"up":{"uv":[7,10,8.5,10.25],"texture":"#texture"},"north":{"uv":[8.5,10,7,10.5],"texture":"#texture"},"south":{"uv":[7,10,8.5,10.5],"texture":"#texture"},"west":{"uv":[7,10,7.25,10.5],"texture":"#texture"},"east":{"uv":[8.5,10,8.25,10.5],"texture":"#texture"}}},{"from":[7,1.75,7.75],"to":[8.75,2,8.25],"faces":{"down":{"uv":[7,14.25,8.75,14],"texture":"#texture"},"up":{"uv":[7,14,8.75,14.25],"texture":"#texture"},"north":{"uv":[8.75,14,7,14.25],"texture":"#texture"},"south":{"uv":[7,14,8.75,14.25],"texture":"#texture"},"west":{"uv":[7,14,7.25,14.25],"texture":"#texture"},"east":{"uv":[8.75,14,8.5,14.25],"texture":"#texture"}}},{"from":[7.25,7.25,7.75],"to":[8.25,7.5,8.25],"faces":{"down":{"uv":[7.25,8.75,8.25,8.5],"texture":"#texture"},"up":{"uv":[7.25,8.5,8.25,8.75],"texture":"#texture"},"north":{"uv":[8.25,8.5,7.25,8.75],"texture":"#texture"},"south":{"uv":[7.25,8.5,8.25,8.75],"texture":"#texture"},"west":{"uv":[7.25,8.5,7.5,8.75],"texture":"#texture"},"east":{"uv":[8.25,8.5,8,8.75],"texture":"#texture"}}},{"from":[7.25,4.25,7.75],"to":[8.25,5.5,8.25],"faces":{"down":{"uv":[7.25,11.75,8.25,11.5],"texture":"#texture"},"up":{"uv":[7.25,10.5,8.25,10.75],"texture":"#texture"},"north":{"uv":[8.25,10.5,7.25,11.75],"texture":"#texture"},"south":{"uv":[7.25,10.5,8.25,11.75],"texture":"#texture"},"west":{"uv":[7.25,10.5,7.5,11.75],"texture":"#texture"},"east":{"uv":[8.25,10.5,8,11.75],"texture":"#texture"}}},{"from":[7.25,2,7.75],"to":[8.25,3,8.25],"faces":{"down":{"uv":[7.25,14,8.25,13.75],"texture":"#texture"},"up":{"uv":[7.25,13,8.25,13.25],"texture":"#texture"},"north":{"uv":[8.25,13,7.25,14],"texture":"#texture"},"south":{"uv":[7.25,13,8.25,14],"texture":"#texture"},"west":{"uv":[7.25,13,7.5,14],"texture":"#texture"},"east":{"uv":[8.25,13,8,14],"texture":"#texture"}}},{"from":[7.25,1,7.75],"to":[10,1.25,8.25],"faces":{"down":{"uv":[7.25,15,10,14.75],"texture":"#texture"},"up":{"uv":[7.25,14.75,10,15],"texture":"#texture"},"north":{"uv":[10,14.75,7.25,15],"texture":"#texture"},"south":{"uv":[7.25,14.75,10,15],"texture":"#texture"},"west":{"uv":[7.25,14.75,7.5,15],"texture":"#texture"},"east":{"uv":[10,14.75,9.75,15],"texture":"#texture"}}},{"from":[7.5,3,7.75],"to":[8,4.25,8.25],"faces":{"down":{"uv":[7.5,13,8,12.75],"texture":"#texture"},"up":{"uv":[7.5,11.75,8,12],"texture":"#texture"},"north":{"uv":[8,11.75,7.5,13],"texture":"#texture"},"south":{"uv":[7.5,11.75,8,13],"texture":"#texture"},"west":{"uv":[7.5,11.75,7.75,13],"texture":"#texture"},"east":{"uv":[8,11.75,7.75,13],"texture":"#texture"}}},{"from":[7.5,0.75,7.75],"to":[8,1,8.25],"faces":{"down":{"uv":[7.5,15.25,8,15],"texture":"#texture"},"up":{"uv":[7.5,15,8,15.25],"texture":"#texture"},"north":{"uv":[8,15,7.5,15.25],"texture":"#texture"},"south":{"uv":[7.5,15,8,15.25],"texture":"#texture"},"west":{"uv":[7.5,15,7.75,15.25],"texture":"#texture"},"east":{"uv":[8,15,7.75,15.25],"texture":"#texture"}}},{"from":[8.25,0.75,7.75],"to":[9.5,1,8.25],"faces":{"down":{"uv":[8.25,15.25,9.5,15],"texture":"#texture"},"up":{"uv":[8.25,15,9.5,15.25],"texture":"#texture"},"north":{"uv":[9.5,15,8.25,15.25],"texture":"#texture"},"south":{"uv":[8.25,15,9.5,15.25],"texture":"#texture"},"west":{"uv":[8.25,15,8.5,15.25],"texture":"#texture"},"east":{"uv":[9.5,15,9.25,15.25],"texture":"#texture"}}},{"from":[8.5,7.25,7.75],"to":[9.5,7.5,8.25],"faces":{"down":{"uv":[8.5,8.75,9.5,8.5],"texture":"#texture"},"up":{"uv":[8.5,8.5,9.5,8.75],"texture":"#texture"},"north":{"uv":[9.5,8.5,8.5,8.75],"texture":"#texture"},"south":{"uv":[8.5,8.5,9.5,8.75],"texture":"#texture"},"west":{"uv":[8.5,8.5,8.75,8.75],"texture":"#texture"},"east":{"uv":[9.5,8.5,9.25,8.75],"texture":"#texture"}}},{"from":[8.5,5.25,7.75],"to":[8.75,5.75,8.25],"faces":{"down":{"uv":[8.5,10.75,8.75,10.5],"texture":"#texture"},"up":{"uv":[8.5,10.25,8.75,10.5],"texture":"#texture"},"north":{"uv":[8.75,10.25,8.5,10.75],"texture":"#texture"},"south":{"uv":[8.5,10.25,8.75,10.75],"texture":"#texture"},"west":{"uv":[8.5,10.25,8.75,10.75],"texture":"#texture"},"east":{"uv":[8.75,10.25,8.5,10.75],"texture":"#texture"}}},{"from":[8.75,7.5,7.75],"to":[9.25,8.5,8.25],"faces":{"down":{"uv":[8.75,8.5,9.25,8.25],"texture":"#texture"},"up":{"uv":[8.75,7.5,9.25,7.75],"texture":"#texture"},"north":{"uv":[9.25,7.5,8.75,8.5],"texture":"#texture"},"south":{"uv":[8.75,7.5,9.25,8.5],"texture":"#texture"},"west":{"uv":[8.75,7.5,9,8.5],"texture":"#texture"},"east":{"uv":[9.25,7.5,9,8.5],"texture":"#texture"}}},{"from":[9,1.5,7.75],"to":[9.5,1.75,8.25],"faces":{"down":{"uv":[9,14.5,9.5,14.25],"texture":"#texture"},"up":{"uv":[9,14.25,9.5,14.5],"texture":"#texture"},"north":{"uv":[9.5,14.25,9,14.5],"texture":"#texture"},"south":{"uv":[9,14.25,9.5,14.5],"texture":"#texture"},"west":{"uv":[9,14.25,9.25,14.5],"texture":"#texture"},"east":{"uv":[9.5,14.25,9.25,14.5],"texture":"#texture"}}},{"from":[9.25,7.5,7.75],"to":[9.5,8,8.25],"faces":{"down":{"uv":[9.25,8.5,9.5,8.25],"texture":"#texture"},"up":{"uv":[9.25,8,9.5,8.25],"texture":"#texture"},"north":{"uv":[9.5,8,9.25,8.5],"texture":"#texture"},"south":{"uv":[9.25,8,9.5,8.5],"texture":"#texture"},"west":{"uv":[9.25,8,9.5,8.5],"texture":"#texture"},"east":{"uv":[9.5,8,9.25,8.5],"texture":"#texture"}}},{"from":[9.25,6.75,7.75],"to":[9.5,7,8.25],"faces":{"down":{"uv":[9.25,9.25,9.5,9],"texture":"#texture"},"up":{"uv":[9.25,9,9.5,9.25],"texture":"#texture"},"north":{"uv":[9.5,9,9.25,9.25],"texture":"#texture"},"south":{"uv":[9.25,9,9.5,9.25],"texture":"#texture"},"west":{"uv":[9.25,9,9.5,9.25],"texture":"#texture"},"east":{"uv":[9.5,9,9.25,9.25],"texture":"#texture"}}},{"from":[6,15.25,7.875],"to":[6.5,15.75,8.125],"faces":{"down":{"uv":[6,0.75,6.5,0.5],"texture":"#texture"},"up":{"uv":[6,0.25,6.5,0.5],"texture":"#texture"},"north":{"uv":[6.5,0.25,6,0.75],"texture":"#texture"},"south":{"uv":[6,0.25,6.5,0.75],"texture":"#texture"},"west":{"uv":[6,0.25,6.25,0.75],"texture":"#texture"},"east":{"uv":[6.5,0.25,6.25,0.75],"texture":"#texture"}}},{"from":[6.25,15,7.875],"to":[7.25,15.25,8.125],"faces":{"down":{"uv":[6.25,1,7.25,0.75],"texture":"#texture"},"up":{"uv":[6.25,0.75,7.25,1],"texture":"#texture"},"north":{"uv":[7.25,0.75,6.25,1],"texture":"#texture"},"south":{"uv":[6.25,0.75,7.25,1],"texture":"#texture"},"west":{"uv":[6.25,0.75,6.5,1],"texture":"#texture"},"east":{"uv":[7.25,0.75,7,1],"texture":"#texture"}}},{"from":[6.25,14,7.875],"to":[7,14.25,8.125],"faces":{"down":{"uv":[6.25,2,7,1.75],"texture":"#texture"},"up":{"uv":[6.25,1.75,7,2],"texture":"#texture"},"north":{"uv":[7,1.75,6.25,2],"texture":"#texture"},"south":{"uv":[6.25,1.75,7,2],"texture":"#texture"},"west":{"uv":[6.25,1.75,6.5,2],"texture":"#texture"},"east":{"uv":[7,1.75,6.75,2],"texture":"#texture"}}},{"from":[6.25,12.75,7.875],"to":[6.75,13.25,8.125],"faces":{"down":{"uv":[6.25,3.25,6.75,3],"texture":"#texture"},"up":{"uv":[6.25,2.75,6.75,3],"texture":"#texture"},"north":{"uv":[6.75,2.75,6.25,3.25],"texture":"#texture"},"south":{"uv":[6.25,2.75,6.75,3.25],"texture":"#texture"},"west":{"uv":[6.25,2.75,6.5,3.25],"texture":"#texture"},"east":{"uv":[6.75,2.75,6.5,3.25],"texture":"#texture"}}},{"from":[6.25,11.75,7.875],"to":[6.75,12,8.125],"faces":{"down":{"uv":[6.25,4.25,6.75,4],"texture":"#texture"},"up":{"uv":[6.25,4,6.75,4.25],"texture":"#texture"},"north":{"uv":[6.75,4,6.25,4.25],"texture":"#texture"},"south":{"uv":[6.25,4,6.75,4.25],"texture":"#texture"},"west":{"uv":[6.25,4,6.5,4.25],"texture":"#texture"},"east":{"uv":[6.75,4,6.5,4.25],"texture":"#texture"}}},{"from":[6.5,15.25,7.875],"to":[7,15.5,8.125],"faces":{"down":{"uv":[6.5,0.75,7,0.5],"texture":"#texture"},"up":{"uv":[6.5,0.5,7,0.75],"texture":"#texture"},"north":{"uv":[7,0.5,6.5,0.75],"texture":"#texture"},"south":{"uv":[6.5,0.5,7,0.75],"texture":"#texture"},"west":{"uv":[6.5,0.5,6.75,0.75],"texture":"#texture"},"east":{"uv":[7,0.5,6.75,0.75],"texture":"#texture"}}},{"from":[6.5,14.5,7.875],"to":[7.75,15,8.125],"faces":{"down":{"uv":[6.5,1.5,7.75,1.25],"texture":"#texture"},"up":{"uv":[6.5,1,7.75,1.25],"texture":"#texture"},"north":{"uv":[7.75,1,6.5,1.5],"texture":"#texture"},"south":{"uv":[6.5,1,7.75,1.5],"texture":"#texture"},"west":{"uv":[6.5,1,6.75,1.5],"texture":"#texture"},"east":{"uv":[7.75,1,7.5,1.5],"texture":"#texture"}}},{"from":[6.5,13.5,7.875],"to":[8.5,14,8.125],"faces":{"down":{"uv":[6.5,2.5,8.5,2.25],"texture":"#texture"},"up":{"uv":[6.5,2,8.5,2.25],"texture":"#texture"},"north":{"uv":[8.5,2,6.5,2.5],"texture":"#texture"},"south":{"uv":[6.5,2,8.5,2.5],"texture":"#texture"},"west":{"uv":[6.5,2,6.75,2.5],"texture":"#texture"},"east":{"uv":[8.5,2,8.25,2.5],"texture":"#texture"}}},{"from":[6.5,12.25,7.875],"to":[8.75,12.75,8.125],"faces":{"down":{"uv":[6.5,3.75,8.75,3.5],"texture":"#texture"},"up":{"uv":[6.5,3.25,8.75,3.5],"texture":"#texture"},"north":{"uv":[8.75,3.25,6.5,3.75],"texture":"#texture"},"south":{"uv":[6.5,3.25,8.75,3.75],"texture":"#texture"},"west":{"uv":[6.5,3.25,6.75,3.75],"texture":"#texture"},"east":{"uv":[8.75,3.25,8.5,3.75],"texture":"#texture"}}},{"from":[6.5,10,7.875],"to":[8.75,11.75,8.125],"faces":{"down":{"uv":[6.5,6,8.75,5.75],"texture":"#texture"},"up":{"uv":[6.5,4.25,8.75,4.5],"texture":"#texture"},"north":{"uv":[8.75,4.25,6.5,6],"texture":"#texture"},"south":{"uv":[6.5,4.25,8.75,6],"texture":"#texture"},"west":{"uv":[6.5,4.25,6.75,6],"texture":"#texture"},"east":{"uv":[8.75,4.25,8.5,6],"texture":"#texture"}}},{"from":[6.75,13.25,7.875],"to":[8.5,13.5,8.125],"faces":{"down":{"uv":[6.75,2.75,8.5,2.5],"texture":"#texture"},"up":{"uv":[6.75,2.5,8.5,2.75],"texture":"#texture"},"north":{"uv":[8.5,2.5,6.75,2.75],"texture":"#texture"},"south":{"uv":[6.75,2.5,8.5,2.75],"texture":"#texture"},"west":{"uv":[6.75,2.5,7,2.75],"texture":"#texture"},"east":{"uv":[8.5,2.5,8.25,2.75],"texture":"#texture"}}},{"from":[6.75,12.75,7.875],"to":[8.75,13,8.125],"faces":{"down":{"uv":[6.75,3.25,8.75,3],"texture":"#texture"},"up":{"uv":[6.75,3,8.75,3.25],"texture":"#texture"},"north":{"uv":[8.75,3,6.75,3.25],"texture":"#texture"},"south":{"uv":[6.75,3,8.75,3.25],"texture":"#texture"},"west":{"uv":[6.75,3,7,3.25],"texture":"#texture"},"east":{"uv":[8.75,3,8.5,3.25],"texture":"#texture"}}},{"from":[6.75,12,7.875],"to":[9,12.25,8.125],"faces":{"down":{"uv":[6.75,4,9,3.75],"texture":"#texture"},"up":{"uv":[6.75,3.75,9,4],"texture":"#texture"},"north":{"uv":[9,3.75,6.75,4],"texture":"#texture"},"south":{"uv":[6.75,3.75,9,4],"texture":"#texture"},"west":{"uv":[6.75,3.75,7,4],"texture":"#texture"},"east":{"uv":[9,3.75,8.75,4],"texture":"#texture"}}},{"from":[6.75,8.75,7.875],"to":[8.5,10,8.125],"faces":{"down":{"uv":[6.75,7.25,8.5,7],"texture":"#texture"},"up":{"uv":[6.75,6,8.5,6.25],"texture":"#texture"},"north":{"uv":[8.5,6,6.75,7.25],"texture":"#texture"},"south":{"uv":[6.75,6,8.5,7.25],"texture":"#texture"},"west":{"uv":[6.75,6,7,7.25],"texture":"#texture"},"east":{"uv":[8.5,6,8.25,7.25],"texture":"#texture"}}},{"from":[7,14.25,7.875],"to":[8.25,14.5,8.125],"faces":{"down":{"uv":[7,1.75,8.25,1.5],"texture":"#texture"},"up":{"uv":[7,1.5,8.25,1.75],"texture":"#texture"},"north":{"uv":[8.25,1.5,7,1.75],"texture":"#texture"},"south":{"uv":[7,1.5,8.25,1.75],"texture":"#texture"},"west":{"uv":[7,1.5,7.25,1.75],"texture":"#texture"},"east":{"uv":[8.25,1.5,8,1.75],"texture":"#texture"}}},{"from":[7,13,7.875],"to":[8.75,13.25,8.125],"faces":{"down":{"uv":[7,3,8.75,2.75],"texture":"#texture"},"up":{"uv":[7,2.75,8.75,3],"texture":"#texture"},"north":{"uv":[8.75,2.75,7,3],"texture":"#texture"},"south":{"uv":[7,2.75,8.75,3],"texture":"#texture"},"west":{"uv":[7,2.75,7.25,3],"texture":"#texture"},"east":{"uv":[8.75,2.75,8.5,3],"texture":"#texture"}}},{"from":[7,11.75,7.875],"to":[9,12,8.125],"faces":{"down":{"uv":[7,4.25,9,4],"texture":"#texture"},"up":{"uv":[7,4,9,4.25],"texture":"#texture"},"north":{"uv":[9,4,7,4.25],"texture":"#texture"},"south":{"uv":[7,4,9,4.25],"texture":"#texture"},"west":{"uv":[7,4,7.25,4.25],"texture":"#texture"},"east":{"uv":[9,4,8.75,4.25],"texture":"#texture"}}},{"from":[7,7.25,7.875],"to":[7.25,8.75,8.125],"faces":{"down":{"uv":[7,8.75,7.25,8.5],"texture":"#texture"},"up":{"uv":[7,7.25,7.25,7.5],"texture":"#texture"},"north":{"uv":[7.25,7.25,7,8.75],"texture":"#texture"},"south":{"uv":[7,7.25,7.25,8.75],"texture":"#texture"},"west":{"uv":[7,7.25,7.25,8.75],"texture":"#texture"},"east":{"uv":[7.25,7.25,7,8.75],"texture":"#texture"}}},{"from":[7.25,14,7.875],"to":[8.25,14.25,8.125],"faces":{"down":{"uv":[7.25,2,8.25,1.75],"texture":"#texture"},"up":{"uv":[7.25,1.75,8.25,2],"texture":"#texture"},"north":{"uv":[8.25,1.75,7.25,2],"texture":"#texture"},"south":{"uv":[7.25,1.75,8.25,2],"texture":"#texture"},"west":{"uv":[7.25,1.75,7.5,2],"texture":"#texture"},"east":{"uv":[8.25,1.75,8,2],"texture":"#texture"}}},{"from":[7.25,7.5,7.875],"to":[8.5,8.75,8.125],"faces":{"down":{"uv":[7.25,8.5,8.5,8.25],"texture":"#texture"},"up":{"uv":[7.25,7.25,8.5,7.5],"texture":"#texture"},"north":{"uv":[8.5,7.25,7.25,8.5],"texture":"#texture"},"south":{"uv":[7.25,7.25,8.5,8.5],"texture":"#texture"},"west":{"uv":[7.25,7.25,7.5,8.5],"texture":"#texture"},"east":{"uv":[8.5,7.25,8.25,8.5],"texture":"#texture"}}},{"from":[7.75,14.5,7.875],"to":[8,14.75,8.125],"faces":{"down":{"uv":[7.75,1.5,8,1.25],"texture":"#texture"},"up":{"uv":[7.75,1.25,8,1.5],"texture":"#texture"},"north":{"uv":[8,1.25,7.75,1.5],"texture":"#texture"},"south":{"uv":[7.75,1.25,8,1.5],"texture":"#texture"},"west":{"uv":[7.75,1.25,8,1.5],"texture":"#texture"},"east":{"uv":[8,1.25,7.75,1.5],"texture":"#texture"}}},{"from":[8.25,7.25,7.875],"to":[8.5,7.5,8.125],"faces":{"down":{"uv":[8.25,8.75,8.5,8.5],"texture":"#texture"},"up":{"uv":[8.25,8.5,8.5,8.75],"texture":"#texture"},"north":{"uv":[8.5,8.5,8.25,8.75],"texture":"#texture"},"south":{"uv":[8.25,8.5,8.5,8.75],"texture":"#texture"},"west":{"uv":[8.25,8.5,8.5,8.75],"texture":"#texture"},"east":{"uv":[8.5,8.5,8.25,8.75],"texture":"#texture"}}},{"from":[8.5,9.5,7.875],"to":[8.75,10,8.125],"faces":{"down":{"uv":[8.5,6.5,8.75,6.25],"texture":"#texture"},"up":{"uv":[8.5,6,8.75,6.25],"texture":"#texture"},"north":{"uv":[8.75,6,8.5,6.5],"texture":"#texture"},"south":{"uv":[8.5,6,8.75,6.5],"texture":"#texture"},"west":{"uv":[8.5,6,8.75,6.5],"texture":"#texture"},"east":{"uv":[8.75,6,8.5,6.5],"texture":"#texture"}}},{"from":[8.75,12.25,7.875],"to":[9,12.5,8.125],"faces":{"down":{"uv":[8.75,3.75,9,3.5],"texture":"#texture"},"up":{"uv":[8.75,3.5,9,3.75],"texture":"#texture"},"north":{"uv":[9,3.5,8.75,3.75],"texture":"#texture"},"south":{"uv":[8.75,3.5,9,3.75],"texture":"#texture"},"west":{"uv":[8.75,3.5,9,3.75],"texture":"#texture"},"east":{"uv":[9,3.5,8.75,3.75],"texture":"#texture"}}},{"from":[8.75,10.75,7.875],"to":[9,11.75,8.125],"faces":{"down":{"uv":[8.75,5.25,9,5],"texture":"#texture"},"up":{"uv":[8.75,4.25,9,4.5],"texture":"#texture"},"north":{"uv":[9,4.25,8.75,5.25],"texture":"#texture"},"south":{"uv":[8.75,4.25,9,5.25],"texture":"#texture"},"west":{"uv":[8.75,4.25,9,5.25],"texture":"#texture"},"east":{"uv":[9,4.25,8.75,5.25],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[0,90,0],"translation":[0,7.37,0.76],"scale":[2,2,2]},"thirdperson_lefthand":{"rotation":[0,-90,0],"translation":[0,7.37,0.76],"scale":[2,2,2]},"firstperson_righthand":{"rotation":[0,95,0],"translation":[3.59,2.46,-2.46],"scale":[2,2,2]},"firstperson_lefthand":{"rotation":[0,-82,0],"translation":[3.59,2.46,-3.4],"scale":[2,2,2]},"gui":{"rotation":[0,180,-45],"translation":[0,0,0],"scale":[1,1,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/fossil_dagger.json b/assets/minecraft/models/item/wynn/skin/dagger/fossil_dagger.json new file mode 100644 index 000000000..416adada4 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/fossil_dagger.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/fossil/fossil_dagger","particle":"skins/fossil/fossil_dagger"},"elements":[{"from":[7,-5,7],"to":[9,7,9],"rotation":{"angle":0,"axis":"y","origin":[8,-4,8]},"faces":{"north":{"uv":[0,0,2,12],"texture":"#0"},"east":{"uv":[0,0,2,12],"texture":"#0"},"south":{"uv":[0,0,2,12],"texture":"#0"},"west":{"uv":[0,0,2,12],"texture":"#0"},"up":{"uv":[0,0,1,1],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,1,1],"rotation":270,"texture":"#0"}}},{"from":[6,5,6],"to":[10,5.01,10],"rotation":{"angle":0,"axis":"y","origin":[0,-4,0]},"faces":{"up":{"uv":[0,12,4,16],"rotation":90,"texture":"#0"},"down":{"uv":[0,12,4,16],"rotation":270,"texture":"#0"}}},{"from":[6,-3,6],"to":[10,-2.99,10],"rotation":{"angle":0,"axis":"y","origin":[0,-4,0]},"faces":{"up":{"uv":[0,12,4,16],"rotation":90,"texture":"#0"},"down":{"uv":[0,12,4,16],"rotation":270,"texture":"#0"}}},{"from":[7.5,-11,7.5],"to":[8.5,-5,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[4,0,5,6],"texture":"#0"},"east":{"uv":[4,0,5,6],"texture":"#0"},"south":{"uv":[4,0,5,6],"texture":"#0"},"west":{"uv":[4,0,5,6],"texture":"#0"},"down":{"uv":[4,5,5,6],"rotation":270,"texture":"#0"}}},{"from":[9,5,8],"to":[14,8,8.01],"rotation":{"angle":22.5,"axis":"z","origin":[8,5,7]},"faces":{"north":{"uv":[9,13,4,16],"texture":"#0"},"south":{"uv":[4,13,9,16],"texture":"#0"}}},{"from":[2,5,7.99],"to":[7,8,8],"rotation":{"angle":-22.5,"axis":"z","origin":[8,5,9]},"faces":{"north":{"uv":[4,13,9,16],"texture":"#0"},"south":{"uv":[9,13,4,16],"texture":"#0"}}},{"from":[5.5,-11,8],"to":[10.5,-5,8.01],"rotation":{"angle":45,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[2,0,7,6],"texture":"#0"},"south":{"uv":[2,0,7,6],"texture":"#0"}}},{"from":[8,-11,5.5],"to":[8.01,-5,10.5],"rotation":{"angle":45,"axis":"y","origin":[8,0,8]},"faces":{"east":{"uv":[2,0,7,6],"texture":"#0"},"west":{"uv":[2,0,7,6],"texture":"#0"}}},{"from":[7,9,7.5],"to":[10,21,8.5],"faces":{"north":{"uv":[13,0,16,12],"texture":"#0"},"east":{"uv":[13,0,14,12],"texture":"#0"},"south":{"uv":[16,0,13,12],"texture":"#0"},"west":{"uv":[15,0,16,12],"texture":"#0"},"up":{"uv":[16,0,13,1],"texture":"#0"},"down":{"uv":[16,11,13,12],"texture":"#0"}}},{"from":[7,21,7.5],"to":[9,24,8.5],"faces":{"north":{"uv":[10,0,12,3],"texture":"#0"},"east":{"uv":[10,0,11,3],"texture":"#0"},"south":{"uv":[12,0,10,3],"texture":"#0"},"west":{"uv":[11,0,12,3],"texture":"#0"},"up":{"uv":[12,0,10,1],"texture":"#0"}}},{"from":[6,22,7.5],"to":[7,27,8.5],"faces":{"north":{"uv":[12,0,13,5],"texture":"#0"},"east":{"uv":[12,0,13,5],"texture":"#0"},"south":{"uv":[12,0,13,5],"texture":"#0"},"west":{"uv":[12,0,13,5],"texture":"#0"},"up":{"uv":[12,0,13,1],"texture":"#0"},"down":{"uv":[12,4,13,5],"texture":"#0"}}},{"from":[7,24,7.5],"to":[8,25,8.5],"faces":{"north":{"uv":[12,5,13,6],"texture":"#0"},"east":{"uv":[12,5,13,6],"texture":"#0"},"south":{"uv":[12,5,13,6],"texture":"#0"},"up":{"uv":[12,5,13,6],"texture":"#0"}}},{"from":[7,7,7.5],"to":[9,9,8.5],"faces":{"north":{"uv":[14,12,16,14],"texture":"#0"},"east":{"uv":[0,0,1,2],"texture":"#0"},"south":{"uv":[0,0,2,2],"texture":"#0"},"west":{"uv":[0,0,1,2],"texture":"#0"}}},{"from":[6,9,8],"to":[7,22,8.01],"faces":{"north":{"uv":[11,3,12,16],"texture":"#0"},"south":{"uv":[11,3,12,16],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,100,5],"translation":[-1.5,4,2]},"thirdperson_lefthand":{"rotation":[0,-100,5],"translation":[-1.5,4,2]},"firstperson_righthand":{"rotation":[-10,90,-15],"translation":[8,0,-5]},"firstperson_lefthand":{"rotation":[-30,-90,-15],"translation":[8,0,-5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/frost_dagger.json b/assets/minecraft/models/item/wynn/skin/dagger/frost_dagger.json new file mode 100644 index 000000000..74c7c784b --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/frost_dagger.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/frost/frost_dagger","1":"skins/frost/frost_shimmer","particle":"skins/frost/frost_dagger"},"elements":[{"from":[7.00584,-2,7.00584],"to":[9.00584,5.15625,9.00584],"rotation":{"angle":0,"axis":"y","origin":[8.00584,8.27471,7.25]},"faces":{"north":{"uv":[0,3.75,0.5,5.5],"texture":"#0"},"east":{"uv":[1.5,3.75,2,5.5],"texture":"#0"},"south":{"uv":[1,3.75,1.5,5.5],"texture":"#0"},"west":{"uv":[0.5,3.75,1,5.5],"texture":"#0"},"up":{"uv":[1,3.75,0.5,3.25],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,3.25,1,3.75],"rotation":90,"texture":"#0"}}},{"from":[6.49584,4.17943,5.03185],"to":[9.51584,5.19943,8.05185],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00584,8.27471,7.25]},"faces":{"north":{"uv":[2.25,4.25,3,4.5],"texture":"#0"},"east":{"uv":[4.5,4.25,5.25,4.5],"texture":"#0"},"south":{"uv":[3.75,4.25,4.5,4.5],"texture":"#0"},"west":{"uv":[3,4.25,3.75,4.5],"texture":"#0"},"up":{"uv":[3.75,4.25,3,3.5],"rotation":270,"texture":"#0"},"down":{"uv":[4.5,3.5,3.75,4.25],"rotation":90,"texture":"#0"}}},{"from":[8.00584,4.18943,3.33091],"to":[8.00584,5.27536,5.04185],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00584,8.27471,7.25]},"faces":{"east":{"uv":[4,0,3.5,0.25],"texture":"#0"},"west":{"uv":[3.5,0,4,0.25],"texture":"#0"}}},{"from":[6.50584,4.80343,8.54494],"to":[9.50584,8.80343,9.54494],"rotation":{"angle":0,"axis":"y","origin":[8.00584,8.27471,7.25]},"faces":{"north":{"uv":[2.25,5.5,3,6.5],"texture":"#0"},"east":{"uv":[4,5.5,4.25,6.5],"texture":"#0"},"south":{"uv":[3.25,5.5,4,6.5],"texture":"#0"},"west":{"uv":[3,5.5,3.25,6.5],"texture":"#0"},"up":{"uv":[3.25,5.5,3,4.75],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,4.75,3.25,5.5],"rotation":90,"texture":"#0"}}},{"from":[7.48584,10.28343,8.52494],"to":[8.52584,17.32343,9.56494],"rotation":{"angle":0,"axis":"y","origin":[8.00584,8.27471,7.25]},"faces":{"north":{"uv":[5.75,5.25,6,7],"texture":"#0"},"east":{"uv":[6.5,5.25,6.75,7],"texture":"#0"},"south":{"uv":[6.25,5.25,6.5,7],"texture":"#0"},"west":{"uv":[6,5.25,6.25,7],"texture":"#0"},"up":{"uv":[6.25,5.25,6,5],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,5,6.25,5.25],"rotation":90,"texture":"#0"}}},{"from":[8.00584,20.30343,8.3965],"to":[8.00584,25.30343,9.54494],"rotation":{"angle":0,"axis":"y","origin":[8.00584,11.27471,7.25]},"faces":{"east":{"uv":[3.75,6.75,3.5,8],"texture":"#0"},"west":{"uv":[3.5,6.75,3.75,8],"texture":"#0"}}},{"from":[7.97584,20.27343,8.51103],"to":[8.03584,22.43499,9.52416],"rotation":{"angle":0,"axis":"y","origin":[8.00584,11.27471,7.25]},"faces":{"east":{"uv":[4.25,7.5,4.5,8],"texture":"#0"},"west":{"uv":[4,7.5,4.25,8],"texture":"#0"}}},{"from":[7.50584,4.30343,6.54494],"to":[8.50584,15.7214,8.54494],"rotation":{"angle":0,"axis":"y","origin":[8.00584,8.27471,7.25]},"faces":{"north":{"uv":[0,0.25,0.25,3],"texture":"#0"},"east":{"uv":[1,0.25,1.5,3],"texture":"#0"},"south":{"uv":[0.75,0.25,1,3],"texture":"#0"},"west":{"uv":[0.25,0.25,0.75,3],"texture":"#0"},"up":{"uv":[0.75,0.25,0.25,0],"rotation":270,"texture":"#0"},"down":{"uv":[1.25,0,0.75,0.25],"rotation":90,"texture":"#0"}}},{"from":[7.99584,2.29343,4.70291],"to":[8.01584,16.31343,6.55494],"rotation":{"angle":0,"axis":"y","origin":[8.00584,8.27471,7.25]},"faces":{"east":{"uv":[12.20801,2.75,11.75,6.25],"texture":"#0"},"west":{"uv":[11.75,2.75,12.20801,6.25],"texture":"#0"}}},{"from":[7.99584,2.989,5.15585],"to":[7.99584,3.89525,6.15585],"rotation":{"angle":-45,"axis":"x","origin":[7.99584,3.0476,5.65585]},"faces":{"east":{"uv":[0,7.5,0.25,7.75],"texture":"#0"},"west":{"uv":[0,7.5,0.25,7.75],"texture":"#0"}}},{"from":[7.49584,11.96625,4.95597],"to":[8.51584,17.11125,5.97597],"rotation":{"angle":22.5,"axis":"x","origin":[8.00584,8.27471,7.25]},"faces":{"north":{"uv":[6,0.25,6.25,1.5],"texture":"#0"},"east":{"uv":[6.75,0.25,7,1.5],"texture":"#0"},"south":{"uv":[6.5,0.25,6.75,1.5],"texture":"#0"},"west":{"uv":[6.25,0.25,6.5,1.5],"texture":"#0"},"up":{"uv":[6.5,0.25,6.25,0],"rotation":270,"texture":"#0"},"down":{"uv":[6.75,0,6.5,0.25],"rotation":90,"texture":"#0"}}},{"from":[7.98584,14.92374,2.97123],"to":[8.02584,25.13171,4.97607],"rotation":{"angle":22.5,"axis":"x","origin":[8.00584,11.27471,7.25]},"faces":{"east":{"uv":[5,4.75,4.5,7.25],"texture":"#0"},"west":{"uv":[4.5,4.75,5,7.25],"texture":"#0"}}},{"from":[5.91947,6.18834,8.52322],"to":[9.93947,10.20834,9.56666],"rotation":{"angle":45,"axis":"z","origin":[8.00584,8.27471,7.25]},"faces":{"north":{"uv":[1.75,1,2.75,2],"texture":"#0"},"east":{"uv":[4,1,4.25,2],"texture":"#0"},"south":{"uv":[3,1,4,2],"texture":"#0"},"west":{"uv":[2.75,1,3,2],"texture":"#0"},"up":{"uv":[3,1,2.75,0],"rotation":270,"texture":"#0"},"down":{"uv":[3.25,0,3,1],"rotation":90,"texture":"#0"}}},{"from":[7.16947,7.43834,9.68807],"to":[8.68947,8.95834,9.70807],"rotation":{"angle":45,"axis":"z","origin":[8.00584,8.27471,7.34844]},"faces":{"south":{"uv":[9,0.5,9.5,1],"texture":"#0"}}},{"from":[6.99584,-3.55595,10.79414],"to":[9.01584,-0.53595,12.81414],"rotation":{"angle":22.5,"axis":"x","origin":[8.00584,8.27471,7.25]},"faces":{"north":{"uv":[0,6.25,0.5,7],"texture":"#0"},"east":{"uv":[1.5,6.25,2,7],"texture":"#0"},"south":{"uv":[1,6.25,1.5,7],"texture":"#0"},"west":{"uv":[0.5,6.25,1,7],"texture":"#0"},"up":{"uv":[1,6.25,0.5,5.75],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,5.75,1,6.25],"rotation":90,"texture":"#0"}}},{"from":[6.50584,-3.43616,0.95573],"to":[9.50584,-2.43616,4.95573],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00584,8.27471,7.25]},"faces":{"north":{"uv":[1.75,3,2.5,3.25],"texture":"#0"},"east":{"uv":[4.25,3,5.25,3.25],"texture":"#0"},"south":{"uv":[3.5,3,4.25,3.25],"texture":"#0"},"west":{"uv":[2.5,3,3.5,3.25],"texture":"#0"},"up":{"uv":[3.5,3,2.5,2.25],"rotation":270,"texture":"#0"},"down":{"uv":[4.5,2.25,3.5,3],"rotation":90,"texture":"#0"}}},{"from":[6.99584,-4.44616,1.44573],"to":[9.01584,-3.42616,4.46573],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00584,8.27471,7.25]},"faces":{"north":{"uv":[5.75,4.5,6.25,4.75],"texture":"#0"},"east":{"uv":[7.5,4.5,8.25,4.75],"texture":"#0"},"south":{"uv":[7,4.5,7.5,4.75],"texture":"#0"},"west":{"uv":[6.25,4.5,7,4.75],"texture":"#0"},"up":{"uv":[7,4.5,6.25,4],"rotation":270,"texture":"#0"},"down":{"uv":[7.75,4,7,4.5],"rotation":90,"texture":"#0"}}},{"from":[6.99584,-5.44616,0.44573],"to":[9.01584,-4.42616,3.46573],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00584,8.27471,7.25]},"faces":{"north":{"uv":[5,3.5,5.5,3.75],"texture":"#0"},"east":{"uv":[6.75,3.5,7.5,3.75],"texture":"#0"},"south":{"uv":[6.25,3.5,6.75,3.75],"texture":"#0"},"west":{"uv":[5.5,3.5,6.25,3.75],"texture":"#0"},"up":{"uv":[6.25,3.5,5.5,3],"rotation":270,"texture":"#0"},"down":{"uv":[7,3,6.25,3.5],"rotation":90,"texture":"#0"}}},{"from":[7.00584,-4.10705,13.26209],"to":[9.00584,-2.68908,14.26209],"rotation":{"angle":22.5,"axis":"x","origin":[8.00584,8.27471,7.25]},"faces":{"north":{"uv":[1.75,7.25,2.25,7.5],"texture":"#0"},"east":{"uv":[3,7.25,3.25,7.5],"texture":"#0"},"south":{"uv":[2.5,7.25,3,7.5],"texture":"#0"},"west":{"uv":[2.25,7.25,2.5,7.5],"texture":"#0"},"up":{"uv":[2.5,7.25,2.25,6.75],"rotation":270,"texture":"#0"},"down":{"uv":[2.75,6.75,2.5,7.25],"rotation":90,"texture":"#0"}}},{"from":[7.00584,-5.51751,11.43367],"to":[9.00584,-4.09563,12.43367],"rotation":{"angle":22.5,"axis":"x","origin":[8.00584,8.27471,7.25]},"faces":{"north":{"uv":[6,2.25,6.5,2.5],"texture":"#0"},"east":{"uv":[7.25,2.25,7.5,2.5],"texture":"#0"},"south":{"uv":[6.75,2.25,7.25,2.5],"texture":"#0"},"west":{"uv":[6.5,2.25,6.75,2.5],"texture":"#0"},"up":{"uv":[6.75,2.25,6.5,1.75],"rotation":270,"texture":"#0"},"down":{"uv":[7,1.75,6.75,2.25],"rotation":90,"texture":"#0"}}},{"from":[8.00584,23.35202,14.02482],"to":[8.00584,24.09812,14.73575],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00584,11.27471,7.25]},"faces":{"east":{"uv":[0,0,0.25,0.25],"texture":"#0"},"west":{"uv":[0,0,0.25,0.25],"texture":"#0"}}},{"from":[7.98584,6.60058,2.25299],"to":[8.02584,8.64058,4.29299],"rotation":{"angle":-45,"axis":"x","origin":[8.00584,8.27471,7.25]},"faces":{"east":{"uv":[8.25,3,7.75,3.5],"texture":"#0"},"west":{"uv":[7.75,3,8.25,3.5],"texture":"#0"}}},{"from":[7.00584,9.7862,5.90581],"to":[9.00584,11.7862,7.90581],"rotation":{"angle":-45,"axis":"x","origin":[8.00584,11.44033,10.88281]},"faces":{"north":{"uv":[7.5,5.5,8,6],"texture":"#0"},"east":{"uv":[7,5.5,7.5,6],"texture":"#0"},"south":{"uv":[8.5,5.5,9,6],"texture":"#0"},"west":{"uv":[8,5.5,8.5,6],"texture":"#0"},"up":{"uv":[8,5.5,7.5,5],"rotation":270,"texture":"#0"},"down":{"uv":[8.5,5,8,5.5],"rotation":90,"texture":"#0"}}},{"from":[7.98584,13.93261,2.75299],"to":[8.02584,14.97261,3.79299],"rotation":{"angle":-45,"axis":"x","origin":[8.00584,14.60674,7.75]},"faces":{"east":{"uv":[9,3,9.25,3.25],"texture":"#0"},"west":{"uv":[9,3,9.25,3.25],"texture":"#0"}}},{"from":[7.97584,13.92261,3.82893],"to":[8.03584,14.98261,4.88893],"rotation":{"angle":-45,"axis":"x","origin":[8.00584,14.60674,8.83594]},"faces":{"east":{"uv":[9,3.75,9.25,4],"texture":"#0"},"west":{"uv":[9,3.75,9.25,4],"texture":"#0"}}},{"from":[7.96584,17.65809,6.08017],"to":[8.04584,18.73809,7.16017],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00584,18.58203,6.23623]},"faces":{"east":{"uv":[9.75,3.75,10,4],"texture":"#0"},"west":{"uv":[9.75,3.75,10,4],"texture":"#0"}}},{"from":[7.97584,18.43597,5.3223],"to":[8.03584,19.49597,6.3823],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00584,18.58203,6.23623]},"faces":{"east":{"uv":[9.75,3,10,3.25],"texture":"#0"},"west":{"uv":[9.75,3,10,3.25],"texture":"#0"}}},{"from":[7.96584,20.40809,7.23017],"to":[8.04584,21.48809,8.31017],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00584,21.33203,7.38623]},"faces":{"east":{"uv":[9.75,3.75,10,4],"texture":"#0"},"west":{"uv":[9.75,3.75,10,4],"texture":"#0"}}},{"from":[7.97584,21.18597,6.4723],"to":[8.03584,22.24597,7.5323],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00584,21.33203,7.38623]},"faces":{"east":{"uv":[9.75,3,10,3.25],"texture":"#0"},"west":{"uv":[9.75,3,10,3.25],"texture":"#0"}}},{"from":[7.98584,6.66949,4.04252],"to":[8.02584,9.4048,6.03564],"rotation":{"angle":22.5,"axis":"x","origin":[8.00584,7.8848,5.06252]},"faces":{"east":{"uv":[8.25,2.5,9,2],"rotation":270,"texture":"#0"},"west":{"uv":[8.25,2,9,2.5],"rotation":270,"texture":"#0"}}},{"from":[8,12.27344,6.51563],"to":[8,20.27344,9.51563],"rotation":{"angle":0,"axis":"y","origin":[8,15.77344,8.01563]},"faces":{"east":{"uv":[10.25,6.25,9.5,8.25],"texture":"#0"},"west":{"uv":[9.5,6.25,10.25,8.25],"texture":"#0"}}},{"from":[2,2,9],"to":[14,14,9],"rotation":{"angle":0,"axis":"z","origin":[10.5,6,9]},"faces":{"north":{"uv":[0,0,15,15],"rotation":90,"texture":"#1"},"south":{"uv":[15,0,0,15],"rotation":270,"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[5,0,5],"translation":[-1.5,5,2.5]},"thirdperson_lefthand":{"rotation":[5,0,5],"translation":[-1.5,5,2.5]},"firstperson_righthand":{"rotation":[-15,10,-10],"translation":[8,1,-6]},"firstperson_lefthand":{"rotation":[-15,10,-10],"translation":[8,1,-6]},"gui":{"rotation":[25,50,-40],"translation":[-1,-1,0],"scale":[0.53,0.53,0.53]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/frostbound_dagger.json b/assets/minecraft/models/item/wynn/skin/dagger/frostbound_dagger.json new file mode 100644 index 000000000..68b0b75be --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/frostbound_dagger.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/frostbound/frostbound_dagger","particle":"skins/frostbound/frostbound_dagger"},"elements":[{"from":[7.5,-10,7],"to":[9.5,2,9],"faces":{"north":{"uv":[0,0,1,6],"texture":"#0"},"east":{"uv":[0,0,1,6],"texture":"#0"},"south":{"uv":[0,0,1,6],"texture":"#0"},"west":{"uv":[0,0,1,6],"texture":"#0"},"down":{"uv":[0,5,1,6],"texture":"#0"}}},{"from":[7,3,7],"to":[10,7,9],"faces":{"north":{"uv":[1,2,2.5,4],"texture":"#0"},"east":{"uv":[2.5,2,3.5,4],"texture":"#0"},"south":{"uv":[1,2,2.5,4],"texture":"#0"},"west":{"uv":[2.5,2,3.5,4],"texture":"#0"},"up":{"uv":[1,4,2.5,5],"texture":"#0"},"down":{"uv":[10.5,8,12,9],"texture":"#0"}}},{"from":[5.5,-9,7],"to":[11.5,-8,9],"faces":{"north":{"uv":[1,0,4,0.5],"texture":"#0"},"east":{"uv":[1,1.5,2,2],"texture":"#0"},"south":{"uv":[1,0,4,0.5],"texture":"#0"},"west":{"uv":[1,1.5,2,2],"texture":"#0"},"up":{"uv":[1,0.5,4,1.5],"texture":"#0"},"down":{"uv":[1,0.5,4,1.5],"texture":"#0"}}},{"from":[7.5,-9,5],"to":[9.5,-8,11],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[1,1.5,2,2],"texture":"#0"},"east":{"uv":[1,0,4,0.5],"texture":"#0"},"south":{"uv":[1,1.5,2,2],"texture":"#0"},"west":{"uv":[1,0,4,0.5],"texture":"#0"},"up":{"uv":[1,0.5,4,1.5],"rotation":90,"texture":"#0"},"down":{"uv":[1,0.5,4,1.5],"rotation":90,"texture":"#0"}}},{"from":[5.5,2,7],"to":[11.5,3,9],"faces":{"north":{"uv":[1,0,4,0.5],"texture":"#0"},"east":{"uv":[1,1.5,2,2],"texture":"#0"},"south":{"uv":[1,0,4,0.5],"texture":"#0"},"west":{"uv":[1,1.5,2,2],"texture":"#0"},"up":{"uv":[1,0.5,4,1.5],"texture":"#0"},"down":{"uv":[1,0.5,4,1.5],"texture":"#0"}}},{"from":[7.5,2,5],"to":[9.5,3,11],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[1,1.5,2,2],"texture":"#0"},"east":{"uv":[1,0,4,0.5],"texture":"#0"},"south":{"uv":[1,1.5,2,2],"texture":"#0"},"west":{"uv":[1,0,4,0.5],"texture":"#0"},"up":{"uv":[1,0.5,4,1.5],"rotation":90,"texture":"#0"},"down":{"uv":[1,0.5,4,1.5],"rotation":90,"texture":"#0"}}},{"from":[5,5,6],"to":[7,7,10],"faces":{"north":{"uv":[2,5,1,6],"texture":"#0"},"east":{"uv":[1,6,3,7],"texture":"#0"},"south":{"uv":[1,5,2,6],"texture":"#0"},"west":{"uv":[3,6,1,7],"texture":"#0"},"up":{"uv":[3,6,1,7],"rotation":90,"texture":"#0"},"down":{"uv":[1,6,3,7],"rotation":90,"texture":"#0"}}},{"from":[10,5,6],"to":[12,7,10],"faces":{"north":{"uv":[1,5,2,6],"texture":"#0"},"east":{"uv":[1,6,3,7],"texture":"#0"},"south":{"uv":[2,5,1,6],"texture":"#0"},"west":{"uv":[1,6,3,7],"texture":"#0"},"up":{"uv":[3,6,1,7],"rotation":90,"texture":"#0"},"down":{"uv":[1,6,3,7],"rotation":90,"texture":"#0"}}},{"from":[5.5,-15,8],"to":[11.5,1,8.01],"rotation":{"angle":0,"axis":"y","origin":[8.5,-11,8]},"faces":{"north":{"uv":[3,8,0,16],"texture":"#0"},"south":{"uv":[0,8,3,16],"texture":"#0"}}},{"from":[8.5,-15,5],"to":[8.51,1,11],"rotation":{"angle":0,"axis":"y","origin":[8.5,-11,8]},"faces":{"east":{"uv":[3,8,0,16],"texture":"#0"},"west":{"uv":[0,8,3,16],"texture":"#0"}}},{"from":[7,7,7.5],"to":[10,23,8.5],"rotation":{"angle":0,"axis":"y","origin":[8.5,19,8]},"faces":{"north":{"uv":[8,0,9.5,8],"texture":"#0"},"east":{"uv":[9.5,0,10,8],"texture":"#0"},"south":{"uv":[8,0,9.5,8],"texture":"#0"},"west":{"uv":[9.5,0,10,8],"texture":"#0"},"up":{"uv":[8,0,9.5,0.5],"texture":"#0"}}},{"from":[8,23,7.5],"to":[9,29,8.5],"rotation":{"angle":0,"axis":"y","origin":[8.5,19,8]},"faces":{"north":{"uv":[10,0,10.5,3],"texture":"#0"},"east":{"uv":[10,0,10.5,3],"texture":"#0"},"south":{"uv":[10,0,10.5,3],"texture":"#0"},"west":{"uv":[10,0,10.5,3],"texture":"#0"},"up":{"uv":[10,0,10.5,0.5],"texture":"#0"}}},{"from":[5,7,8],"to":[12,23,8.01],"faces":{"north":{"uv":[3,8,6.5,16],"texture":"#0"},"south":{"uv":[3,8,6.5,16],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,100,5],"translation":[0,8,3]},"thirdperson_lefthand":{"rotation":[0,100,5],"translation":[0,8,3]},"firstperson_righthand":{"rotation":[-15,90,0],"translation":[10,2,-8]},"firstperson_lefthand":{"rotation":[-15,90,0],"translation":[10,2,-8]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/fury_sword.json b/assets/minecraft/models/item/wynn/skin/dagger/fury_sword.json new file mode 100644 index 000000000..b03101ff5 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/fury_sword.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/fury/fury_sword","particle":"skins/fury/fury_sword"},"elements":[{"from":[7,-7,7],"to":[9,8,9],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[14,1,16,16],"texture":"#0"},"east":{"uv":[14,1,16,16],"texture":"#0"},"south":{"uv":[14,1,16,16],"texture":"#0"},"west":{"uv":[14,1,16,16],"texture":"#0"},"down":{"uv":[14,14,16,16],"texture":"#0"}}},{"from":[6.5,9,7.5],"to":[9.5,25,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[0,0,3,16],"texture":"#0"},"east":{"uv":[2,0,3,16],"texture":"#0"},"south":{"uv":[0,0,3,16],"texture":"#0"},"west":{"uv":[0,0,1,16],"texture":"#0"},"up":{"uv":[0,0,3,1],"texture":"#0"}}},{"from":[7.5,25,7.5],"to":[8.5,30,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[3,0,4,5],"texture":"#0"},"east":{"uv":[3,0,4,5],"texture":"#0"},"south":{"uv":[3,0,4,5],"texture":"#0"},"west":{"uv":[3,0,4,5],"texture":"#0"},"up":{"uv":[3,0,4,1],"texture":"#0"}}},{"from":[5.5,-14,8],"to":[10.5,-7,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,-10,8]},"faces":{"north":{"uv":[9,9,14,16],"texture":"#0"},"south":{"uv":[9,9,14,16],"texture":"#0"}}},{"from":[8,-12,5.5],"to":[8.01,-8,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,-10,8]},"faces":{"east":{"uv":[9,5,14,9],"texture":"#0"},"west":{"uv":[9,5,14,9],"texture":"#0"}}},{"from":[5,-7,8],"to":[7,-4,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[9,16,6,14],"rotation":90,"texture":"#0"},"south":{"uv":[9,14,6,16],"rotation":90,"texture":"#0"}}},{"from":[7.99,-7,5],"to":[8,-4,7],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"east":{"uv":[9,16,6,14],"rotation":90,"texture":"#0"},"west":{"uv":[9,14,6,16],"rotation":90,"texture":"#0"}}},{"from":[8,-7,9],"to":[8.01,-4,11],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"east":{"uv":[9,14,6,16],"rotation":90,"texture":"#0"},"west":{"uv":[9,16,6,14],"rotation":90,"texture":"#0"}}},{"from":[9,-7,8],"to":[11,-4,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[9,14,6,16],"rotation":90,"texture":"#0"},"south":{"uv":[9,16,6,14],"rotation":90,"texture":"#0"}}},{"from":[5.5,8,5.5],"to":[10.5,8.01,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"up":{"uv":[9,0,14,5],"texture":"#0"},"down":{"uv":[9,0,14,5],"texture":"#0"}}},{"from":[2,4,8],"to":[14,9,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[4,0,9,11],"rotation":90,"texture":"#0"},"south":{"uv":[4,0,9,11],"rotation":90,"texture":"#0"}}},{"from":[5.5,8,7.5],"to":[10.5,9,8.5],"faces":{"north":{"uv":[3,5,4,10],"rotation":90,"texture":"#0"},"east":{"uv":[3,5,4,6],"texture":"#0"},"south":{"uv":[3,5,4,10],"rotation":90,"texture":"#0"},"west":{"uv":[3,5,4,6],"texture":"#0"},"up":{"uv":[3,5,4,10],"rotation":90,"texture":"#0"}}},{"from":[6.99,4.99,6.49],"to":[9.01,8.01,9.51],"faces":{"north":{"uv":[3,11,6,13],"rotation":90,"texture":"#0"},"east":{"uv":[3,13,6,16],"texture":"#0"},"south":{"uv":[3,11,6,13],"rotation":90,"texture":"#0"},"west":{"uv":[3,13,6,16],"texture":"#0"},"down":{"uv":[6,13,3,15],"rotation":90,"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[-160,-105,-160],"translation":[-2,4,2]},"thirdperson_lefthand":{"rotation":[-160,-105,-160],"translation":[-2,4,2]},"firstperson_righthand":{"rotation":[-15,85,5],"translation":[10,0,-6]},"firstperson_lefthand":{"rotation":[-15,85,5],"translation":[10,0,-6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/geomancer_fist.json b/assets/minecraft/models/item/wynn/skin/dagger/geomancer_fist.json new file mode 100644 index 000000000..d9123ae53 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/geomancer_fist.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/geomancer/geomancer_fist","particle":"skins/geomancer/geomancer_fist"},"elements":[{"from":[4,3,-1],"to":[14,7,5],"rotation":{"angle":-22.5,"axis":"x","origin":[10,7,5]},"faces":{"north":{"uv":[5,0,10,2],"texture":"#0"},"east":{"uv":[13,2,10,4],"texture":"#0"},"south":{"uv":[5,2,10,4],"texture":"#0"},"west":{"uv":[10,0,13,2],"texture":"#0"},"up":{"uv":[0,0,5,3],"texture":"#0"},"down":{"uv":[0,3,5,6],"texture":"#0"}}},{"from":[7,5,5],"to":[13,7,13],"rotation":{"angle":0,"axis":"y","origin":[1,1,1]},"faces":{"north":{"uv":[10,5,7,6],"texture":"#0"},"east":{"uv":[10,4,6,5],"texture":"#0"},"south":{"uv":[7,5,10,6],"texture":"#0"},"west":{"uv":[6,4,10,5],"texture":"#0"},"up":{"uv":[8,8,8,8],"texture":"#0"},"down":{"uv":[7,12,10,16],"texture":"#0"}}},{"from":[7,7,3],"to":[13,8,19],"rotation":{"angle":0,"axis":"y","origin":[1,1,1]},"faces":{"north":{"uv":[3,8,3.5,11],"rotation":90,"texture":"#0"},"east":{"uv":[3,8,3.5,16],"rotation":90,"texture":"#0"},"south":{"uv":[3,8,3.5,11],"rotation":90,"texture":"#0"},"west":{"uv":[3,8,3.5,16],"rotation":90,"texture":"#0"},"up":{"uv":[0,8,3,16],"texture":"#0"},"down":{"uv":[13,8,16,16],"texture":"#0"}}},{"from":[7,7,1],"to":[11,8,3],"rotation":{"angle":0,"axis":"y","origin":[1,1,1]},"faces":{"north":{"uv":[0,6.5,2,7],"texture":"#0"},"east":{"uv":[2,6.5,3,7],"texture":"#0"},"south":{"uv":[8,8,8,8],"texture":"#0"},"west":{"uv":[3,6.5,2,7],"texture":"#0"},"up":{"uv":[0,7,2,8],"texture":"#0"},"down":{"uv":[3,8,3.5,8.5],"texture":"#0"}}},{"from":[4,8,1],"to":[10,9,11],"rotation":{"angle":22.5,"axis":"y","origin":[7,9,11]},"faces":{"north":{"uv":[6.5,13,7,16],"rotation":90,"texture":"#0"},"east":{"uv":[6.5,8,7,13],"rotation":90,"texture":"#0"},"south":{"uv":[6.5,13,7,16],"rotation":90,"texture":"#0"},"west":{"uv":[6.5,8,7,13],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,8,6.5,13],"texture":"#0"},"down":{"uv":[10,11,13,16],"texture":"#0"}}},{"from":[3,3,11],"to":[7,11,15],"rotation":{"angle":22.5,"axis":"x","origin":[5,6,13]},"faces":{"north":{"uv":[13,0,15,4],"texture":"#0"},"east":{"uv":[13,0,15,4],"texture":"#0"},"south":{"uv":[13,0,15,4],"texture":"#0"},"west":{"uv":[13,0,15,4],"texture":"#0"},"up":{"uv":[13,4,15,6],"texture":"#0"},"down":{"uv":[13,4,15,6],"texture":"#0"}}},{"from":[7,2,10],"to":[13,5,12],"rotation":{"angle":0,"axis":"y","origin":[1,1,1]},"faces":{"north":{"uv":[10,4,13,5.5],"texture":"#0"},"east":{"uv":[6,4,5,5.5],"texture":"#0"},"south":{"uv":[10,4,13,5.5],"texture":"#0"},"west":{"uv":[5,4,6,5.5],"texture":"#0"},"down":{"uv":[10,5.5,13,6.5],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,0,-90],"translation":[3.25,0,3],"scale":[1.1,1.1,1.1]},"thirdperson_lefthand":{"rotation":[0,0,-90],"translation":[3.25,-4,3],"scale":[1.1,1.1,1.1]},"firstperson_righthand":{"rotation":[50,-20,-20],"translation":[4,1,-1]},"firstperson_lefthand":{"rotation":[60,-5,-15],"translation":[8,1,-1]},"gui":{"rotation":[-110,-160,-160],"translation":[-1,1.5,0],"scale":[0.75,0.75,0.75]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/gothic_claymore.json b/assets/minecraft/models/item/wynn/skin/dagger/gothic_claymore.json new file mode 100644 index 000000000..390fd4b0c --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/gothic_claymore.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/gothic/gothic_claymore","particle":"skins/gothic/gothic_claymore"},"elements":[{"from":[7,-6,7],"to":[9,6,9],"rotation":{"angle":0,"axis":"y","origin":[0,2,0]},"faces":{"north":{"uv":[0,0,2,12],"texture":"#0"},"east":{"uv":[0,0,2,12],"texture":"#0"},"south":{"uv":[0,0,2,12],"texture":"#0"},"west":{"uv":[0,0,2,12],"texture":"#0"},"up":{"uv":[0,12,2,14],"texture":"#0"},"down":{"uv":[0,12,2,14],"texture":"#0"}}},{"from":[6.5,-14,8],"to":[9.5,-6,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,-10,8]},"faces":{"north":{"uv":[2,0,5,8],"texture":"#0"},"south":{"uv":[2,0,5,8],"texture":"#0"}}},{"from":[8,-14,6.5],"to":[8.01,-6,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,-10,8]},"faces":{"east":{"uv":[2,0,5,8],"texture":"#0"},"west":{"uv":[2,0,5,8],"texture":"#0"}}},{"from":[7,7,7.5],"to":[9,9,8.5],"rotation":{"angle":0,"axis":"y","origin":[0,2,0]},"faces":{"north":{"uv":[12,12,14,14],"texture":"#0"},"east":{"uv":[12,12,13,14],"texture":"#0"},"south":{"uv":[14,12,12,14],"texture":"#0"},"west":{"uv":[13,12,14,14],"texture":"#0"}}},{"from":[7,21,7.5],"to":[9,25,8.5],"rotation":{"angle":0,"axis":"y","origin":[0,2,0]},"faces":{"north":{"uv":[14,12,16,16],"texture":"#0"},"east":{"uv":[14,12,15,16],"texture":"#0"},"south":{"uv":[16,12,14,16],"texture":"#0"},"west":{"uv":[15,12,16,16],"texture":"#0"},"up":{"uv":[16,12,14,13],"texture":"#0"}}},{"from":[7.5,25,7.5],"to":[8.5,29,8.5],"rotation":{"angle":0,"axis":"y","origin":[0,2,0]},"faces":{"north":{"uv":[11,0,12,4],"texture":"#0"},"east":{"uv":[11,0,12,4],"texture":"#0"},"south":{"uv":[12,0,11,4],"texture":"#0"},"west":{"uv":[11,0,12,4],"texture":"#0"},"up":{"uv":[11,0,12,1],"texture":"#0"}}},{"from":[6,9,7.5],"to":[10,21,8.5],"rotation":{"angle":0,"axis":"y","origin":[0,2,0]},"faces":{"north":{"uv":[12,0,16,12],"texture":"#0"},"east":{"uv":[12,0,13,12],"texture":"#0"},"south":{"uv":[16,0,12,12],"texture":"#0"},"west":{"uv":[15,0,16,12],"texture":"#0"},"up":{"uv":[12,0,16,1],"texture":"#0"},"down":{"uv":[12,11,16,12],"texture":"#0"}}},{"from":[6,-4,8],"to":[10,4,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[7,1,11,9],"texture":"#0"},"south":{"uv":[7,1,11,9],"texture":"#0"}}},{"from":[8,-4,6],"to":[8.01,4,10],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"east":{"uv":[7,1,11,9],"texture":"#0"},"west":{"uv":[7,1,11,9],"texture":"#0"}}},{"from":[9,14,7.5],"to":[7,16,8.5],"rotation":{"angle":0,"axis":"y","origin":[0,2,0]},"faces":{"east":{"uv":[12,12,13,14],"texture":"#0"},"west":{"uv":[12,12,13,14],"texture":"#0"},"up":{"uv":[12,13,14,14],"texture":"#0"},"down":{"uv":[12,12,14,13],"texture":"#0"}}},{"from":[2,6,7.5],"to":[14,7,8.5],"rotation":{"angle":0,"axis":"y","origin":[0,2,0]},"faces":{"north":{"uv":[11,4,12,16],"rotation":90,"texture":"#0"},"east":{"uv":[11,15,12,16],"texture":"#0"},"south":{"uv":[11,16,12,4],"rotation":90,"texture":"#0"},"west":{"uv":[11,4,12,5],"texture":"#0"},"up":{"uv":[11,16,12,4],"rotation":90,"texture":"#0"},"down":{"uv":[11,16,12,4],"rotation":90,"texture":"#0"}}},{"from":[5,11,8],"to":[11,12,8.01],"rotation":{"angle":0,"axis":"y","origin":[0,2,0]},"faces":{"north":{"uv":[5,0,11,1],"texture":"#0"},"south":{"uv":[5,0,11,1],"texture":"#0"}}},{"from":[6,23,8],"to":[10,24,8.01],"rotation":{"angle":0,"axis":"y","origin":[0,2,0]},"faces":{"north":{"uv":[7,1,11,2],"texture":"#0"},"south":{"uv":[7,1,11,2],"texture":"#0"}}},{"from":[0,4,8],"to":[7,9,8.01],"rotation":{"angle":45,"axis":"x","origin":[3.5,6.5,8]},"faces":{"north":{"uv":[4,11,11,16],"texture":"#0"},"south":{"uv":[11,11,4,16],"texture":"#0"}}},{"from":[9,4,8],"to":[16,9,8.01],"rotation":{"angle":45,"axis":"x","origin":[3.5,6.5,8]},"faces":{"north":{"uv":[11,11,4,16],"texture":"#0"},"south":{"uv":[4,11,11,16],"texture":"#0"}}},{"from":[0,4,8],"to":[7,9,8.01],"rotation":{"angle":-45,"axis":"x","origin":[3.5,6.5,8]},"faces":{"north":{"uv":[4,11,11,16],"texture":"#0"},"south":{"uv":[11,11,4,16],"texture":"#0"}}},{"from":[9,4,8],"to":[16,9,8.01],"rotation":{"angle":-45,"axis":"x","origin":[3.5,6.5,8]},"faces":{"north":{"uv":[4,11,11,16],"texture":"#0"},"south":{"uv":[4,11,11,16],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,100,0],"translation":[-1.5,6,2]},"thirdperson_lefthand":{"rotation":[0,100,0],"translation":[-1.5,6,2]},"firstperson_righthand":{"rotation":[-15,100,0],"translation":[10,0,-6]},"firstperson_lefthand":{"rotation":[-15,100,0],"translation":[10,0,-6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/harvest_sickle.json b/assets/minecraft/models/item/wynn/skin/dagger/harvest_sickle.json new file mode 100644 index 000000000..f20be3564 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/harvest_sickle.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"1":"skins/gold_gradient","3":"skins/harvest","particle":"skins/wood"},"elements":[{"from":[7,-5.9608,9.15238],"to":[9,-3.9608,11.15238],"rotation":{"angle":22.5,"axis":"x","origin":[7.99601,-1.83094,8.10859]},"faces":{"north":{"uv":[3,14,5,16],"texture":"#3"},"east":{"uv":[3,14,5,16],"texture":"#3"},"south":{"uv":[3,14,5,16],"texture":"#3"},"west":{"uv":[3,14,5,16],"texture":"#3"},"up":{"uv":[3,14,5,16],"texture":"#3"},"down":{"uv":[3,14,5,16],"texture":"#3"}}},{"from":[7.11,-5.7508,8.21238],"to":[8.89,-3.9708,9.99238],"rotation":{"angle":22.5,"axis":"x","origin":[7.99601,-1.83094,8.10859]},"faces":{"north":{"uv":[3,14.5,4.5,16],"texture":"#3"},"east":{"uv":[3,14.5,4.5,16],"texture":"#3"},"south":{"uv":[3,14.5,4.5,16],"texture":"#3"},"west":{"uv":[3,14.5,4.5,16],"texture":"#3"},"up":{"uv":[3,14.5,4.5,16],"texture":"#3"},"down":{"uv":[3,14.5,4.5,16],"texture":"#3"}}},{"from":[7.09,-5.51111,7.25501],"to":[8.91,-3.69111,9.07501],"rotation":{"angle":0,"axis":"y","origin":[7.99601,-1.83094,8.10859]},"faces":{"north":{"uv":[5,14,7,16],"texture":"#3"},"east":{"uv":[5,14,7,16],"texture":"#3"},"south":{"uv":[5,14,7,16],"texture":"#3"},"west":{"uv":[5,14,7,16],"texture":"#3"},"up":{"uv":[5,14,7,16],"texture":"#3"},"down":{"uv":[5,14,7,16],"texture":"#3"}}},{"from":[7.09,1.69,7.25501],"to":[8.91,3.51,9.07501],"rotation":{"angle":0,"axis":"y","origin":[7.99601,-1.83094,8.10859]},"faces":{"north":{"uv":[10.5,14,12.5,16],"texture":"#3"},"east":{"uv":[10.5,14,12.5,16],"texture":"#3"},"south":{"uv":[10.5,14,12.5,16],"texture":"#3"},"west":{"uv":[10.5,14,12.5,16],"texture":"#3"},"up":{"uv":[10.5,14,12.5,16],"texture":"#3"},"down":{"uv":[10.5,14,12.5,16],"texture":"#3"}}},{"from":[7.19,1.26189,4.33262],"to":[8.81,2.88189,5.95262],"rotation":{"angle":22.5,"axis":"x","origin":[7.99601,-1.83094,8.10859]},"faces":{"north":{"uv":[11,14,13,16],"rotation":270,"texture":"#3"},"east":{"uv":[11,14,13,16],"rotation":270,"texture":"#3"},"south":{"uv":[11,14,13,16],"rotation":270,"texture":"#3"},"west":{"uv":[11,14,13,16],"rotation":270,"texture":"#3"},"up":{"uv":[11,14,13,16],"rotation":270,"texture":"#3"},"down":{"uv":[11,14,13,16],"rotation":270,"texture":"#3"}}},{"from":[7.19,1.22787,10.36466],"to":[8.81,2.84787,11.98466],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99601,-1.83094,8.10859]},"faces":{"north":{"uv":[11,14,13,16],"rotation":270,"texture":"#3"},"east":{"uv":[11,14,13,16],"rotation":270,"texture":"#3"},"south":{"uv":[11,14,13,16],"rotation":270,"texture":"#3"},"west":{"uv":[11,14,13,16],"rotation":270,"texture":"#3"},"up":{"uv":[11,14,13,16],"rotation":270,"texture":"#3"},"down":{"uv":[11,14,13,16],"rotation":270,"texture":"#3"}}},{"from":[7,-2.72097,7.45126],"to":[9,-2.22097,9.45126],"rotation":{"angle":22.5,"axis":"x","origin":[7.99601,-1.83094,8.10859]},"faces":{"north":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#3"},"east":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#3"},"south":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#3"},"west":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#3"},"up":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#3"},"down":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#3"}}},{"from":[7.08356,-2.2713,7.17879],"to":[9.08356,-1.7713,9.17879],"rotation":{"angle":-22.5,"axis":"z","origin":[7.99601,-1.83094,8.10859]},"faces":{"north":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#3"},"east":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#3"},"south":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#3"},"west":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#3"},"up":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#3"},"down":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#3"}}},{"from":[7,-0.87321,6.68589],"to":[9,-0.37321,8.68589],"rotation":{"angle":22.5,"axis":"x","origin":[7.99601,-1.83094,8.10859]},"faces":{"north":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#3"},"east":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#3"},"south":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#3"},"west":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#3"},"up":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#3"},"down":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#3"}}},{"from":[7,0.05067,6.30321],"to":[9,0.55067,8.30321],"rotation":{"angle":22.5,"axis":"x","origin":[7.99601,-1.83094,8.10859]},"faces":{"north":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#3"},"east":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#3"},"south":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#3"},"west":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#3"},"up":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#3"},"down":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#3"}}},{"from":[6.33946,-3.67392,7.17918],"to":[8.33946,-3.17392,9.17918],"rotation":{"angle":22.5,"axis":"z","origin":[7.99601,-1.83094,8.10859]},"faces":{"north":{"uv":[13.5,5.5,15.5,6],"rotation":180,"texture":"#3"},"east":{"uv":[13.5,5.5,15.5,6],"rotation":180,"texture":"#3"},"south":{"uv":[13.5,5.5,15.5,6],"rotation":180,"texture":"#3"},"west":{"uv":[13.5,5.5,15.5,6],"rotation":180,"texture":"#3"},"up":{"uv":[13.5,5.5,15.5,6],"rotation":180,"texture":"#3"},"down":{"uv":[13.5,5.5,15.5,6],"rotation":180,"texture":"#3"}}},{"from":[7.01,0.01533,8.05614],"to":[8.99,0.49533,10.03614],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99601,-1.83094,8.10859]},"faces":{"north":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#3"},"east":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#3"},"south":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#3"},"west":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#3"},"up":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#3"},"down":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#3"}}},{"from":[7.01,-1.83243,7.29077],"to":[8.99,-1.35243,9.27077],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99601,-1.83094,8.10859]},"faces":{"north":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#3"},"east":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#3"},"south":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#3"},"west":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#3"},"up":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#3"},"down":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#3"}}},{"from":[7.22,-5.5408,7.32238],"to":[8.78,-3.9808,8.88238],"rotation":{"angle":22.5,"axis":"x","origin":[7.99601,-1.83094,8.10859]},"faces":{"north":{"uv":[1.5,14,3,15.5],"texture":"#3"},"east":{"uv":[1.5,14,3,15.5],"texture":"#3"},"south":{"uv":[1.5,14,3,15.5],"texture":"#3"},"west":{"uv":[1.5,14,3,15.5],"texture":"#3"},"up":{"uv":[1.5,14,3,15.5],"texture":"#3"},"down":{"uv":[1.5,14,3,15.5],"texture":"#3"}}},{"from":[7.4,-5.2608,7.10238],"to":[8.4,-4.2608,8.10238],"rotation":{"angle":22.5,"axis":"x","origin":[7.99601,-1.83094,8.10859]},"faces":{"north":{"uv":[3,11,4.5,12.5],"texture":"#1"},"east":{"uv":[3,11,4.5,12.5],"texture":"#1"},"south":{"uv":[3,11,4.5,12.5],"texture":"#1"},"west":{"uv":[3,11,4.5,12.5],"texture":"#1"},"up":{"uv":[3,11,4.5,12.5],"texture":"#1"},"down":{"uv":[3,11,4.5,12.5],"texture":"#1"}}},{"from":[7.3,-5.6608,10.15238],"to":[8.7,-4.2608,11.55238],"rotation":{"angle":22.5,"axis":"x","origin":[7.99601,-1.83094,8.10859]},"faces":{"north":{"uv":[3,11,4.5,12.5],"texture":"#1"},"east":{"uv":[3,11,4.5,12.5],"texture":"#1"},"south":{"uv":[3,11,4.5,12.5],"texture":"#1"},"west":{"uv":[3,11,4.5,12.5],"texture":"#1"},"up":{"uv":[3,11,4.5,12.5],"texture":"#1"},"down":{"uv":[3,11,4.5,12.5],"texture":"#1"}}},{"from":[7.2,-5.6,7.35],"to":[8.8,2.5,8.95],"rotation":{"angle":0,"axis":"y","origin":[7.99601,-1.83094,8.10859]},"faces":{"north":{"uv":[3.5,14,12.1,15.5],"rotation":270,"texture":"#3"},"east":{"uv":[5,14,13.6,15.5],"rotation":270,"texture":"#3"},"south":{"uv":[5,13.5,13.6,15],"rotation":270,"texture":"#3"},"west":{"uv":[4.5,14,13.1,15.5],"rotation":270,"texture":"#3"},"up":{"uv":[4.5,14,13.1,15.5],"rotation":270,"texture":"#3"},"down":{"uv":[4.5,14,13.1,15.5],"rotation":270,"texture":"#3"}}},{"from":[7.91,4.51,7.01],"to":[8.09,5.49,8.99],"rotation":{"angle":0,"axis":"y","origin":[0,0.5,0]},"faces":{"north":{"uv":[10.5,14,10.7,15],"texture":"#1"},"east":{"uv":[10.5,14,12.5,15],"texture":"#1"},"south":{"uv":[10.5,14,10.7,15],"texture":"#1"},"west":{"uv":[10.5,14,12.5,15],"texture":"#1"},"up":{"uv":[10.5,14,10.7,16],"texture":"#1"},"down":{"uv":[10.5,14,10.7,16],"texture":"#1"}}},{"from":[7.9,3.4,6.7],"to":[8.1,5.4,7.7],"rotation":{"angle":22.5,"axis":"x","origin":[8,4.4,7.1]},"faces":{"north":{"uv":[4,12,6,12.5],"rotation":270,"texture":"#1"},"east":{"uv":[4,13,6,12],"rotation":270,"texture":"#1"},"south":{"uv":[4,12.5,6,13],"rotation":270,"texture":"#1"},"west":{"uv":[4,12,6,13],"rotation":270,"texture":"#1"},"up":{"uv":[4,12,6,13],"rotation":270,"texture":"#1"},"down":{"uv":[4,12,6,13],"rotation":270,"texture":"#1"}}},{"from":[7.8,3,6.9],"to":[8.2,4,9.4],"rotation":{"angle":0,"axis":"y","origin":[8,8.17628,11.56185]},"faces":{"north":{"uv":[0,11.5,0.4,12.5],"texture":"#1"},"east":{"uv":[0,11.5,2.5,12.5],"texture":"#1"},"south":{"uv":[0,11.5,0.4,12.5],"texture":"#1"},"west":{"uv":[0,11.5,2.5,12.5],"texture":"#1"},"up":{"uv":[0,11,0.4,13.5],"texture":"#1"},"down":{"uv":[0,11.5,0.4,14],"texture":"#1"}}},{"from":[7.81,4.23133,7.59369],"to":[8.19,5.21133,10.07369],"rotation":{"angle":-22.5,"axis":"x","origin":[8,8.17628,11.56185]},"faces":{"north":{"uv":[1,11,1.4,12],"texture":"#1"},"east":{"uv":[1,11,3.5,12],"rotation":180,"texture":"#1"},"south":{"uv":[1,11,1.4,12],"texture":"#1"},"west":{"uv":[1,11,3.5,12],"texture":"#1"},"up":{"uv":[1,11,3.5,11.4],"rotation":90,"texture":"#1"},"down":{"uv":[1,11,3.5,11.4],"rotation":270,"texture":"#1"}}},{"from":[7.8,5.08805,8.68271],"to":[8.2,6.08805,11.18271],"rotation":{"angle":-45,"axis":"x","origin":[8,8.17628,11.56185]},"faces":{"north":{"uv":[2.5,12.5,2.9,13.5],"texture":"#1"},"east":{"uv":[2.5,12.5,5,13.5],"texture":"#1"},"south":{"uv":[2.5,12.5,2.9,13.5],"texture":"#1"},"west":{"uv":[2.5,12.5,5,13.5],"texture":"#1"},"up":{"uv":[2.5,13,5,13.4],"rotation":90,"texture":"#1"},"down":{"uv":[2.5,11,2.9,13.5],"texture":"#1"}}},{"from":[7.81,3.65418,13.27991],"to":[8.19,9.13418,14.25991],"rotation":{"angle":22.5,"axis":"x","origin":[8,8.17628,11.56185]},"faces":{"north":{"uv":[0.5,11.5,6,11.9],"rotation":270,"texture":"#1"},"east":{"uv":[0.5,12.5,6,11.5],"rotation":270,"texture":"#1"},"south":{"uv":[0.5,11,6,11.4],"rotation":270,"texture":"#1"},"west":{"uv":[0.5,11.5,6,12.5],"rotation":270,"texture":"#1"},"up":{"uv":[0.5,11.5,1.5,11.9],"rotation":270,"texture":"#1"},"down":{"uv":[0.5,11.5,1.5,11.9],"rotation":270,"texture":"#1"}}},{"from":[7.8,8.03417,13.43417],"to":[8.2,10.53417,14.43417],"rotation":{"angle":0,"axis":"x","origin":[8,8.94603,12.0079]},"faces":{"north":{"uv":[5,12.5,7.5,12.9],"rotation":270,"texture":"#1"},"east":{"uv":[5,12.5,7.5,13.5],"rotation":270,"texture":"#1"},"south":{"uv":[5,12.5,7.5,12.9],"rotation":270,"texture":"#1"},"west":{"uv":[5,12.5,7.5,13.5],"rotation":270,"texture":"#1"},"up":{"uv":[5,12.5,6,12.9],"rotation":270,"texture":"#1"},"down":{"uv":[5,12.5,6,12.9],"rotation":270,"texture":"#1"}}},{"from":[7.81,9.49479,13.91724],"to":[8.19,11.97479,14.84724],"rotation":{"angle":-22.5,"axis":"x","origin":[8,8.94603,12.0079]},"faces":{"north":{"uv":[6.5,12,9,12.4],"rotation":270,"texture":"#1"},"east":{"uv":[6.5,12,9,12.95],"rotation":270,"texture":"#1"},"south":{"uv":[6.5,12,9,12.4],"rotation":270,"texture":"#1"},"west":{"uv":[6.5,12,9,12.95],"rotation":270,"texture":"#1"},"up":{"uv":[6.5,12,7.45,12.4],"rotation":270,"texture":"#1"},"down":{"uv":[6.5,12,7.45,12.4],"rotation":270,"texture":"#1"}}},{"from":[7.8,7.66308,14.90323],"to":[8.2,13.16308,15.80323],"rotation":{"angle":-45,"axis":"x","origin":[8,8.94603,12.0079]},"faces":{"north":{"uv":[7,12,12.5,12.4],"rotation":90,"texture":"#1"},"east":{"uv":[7,12.4,12.5,11.5],"rotation":90,"texture":"#1"},"south":{"uv":[7,11.5,12.5,11.9],"rotation":90,"texture":"#1"},"west":{"uv":[7,11.5,12.5,12.4],"rotation":90,"texture":"#1"},"up":{"uv":[7,11.5,7.9,11.9],"rotation":90,"texture":"#1"},"down":{"uv":[12,11.5,12.9,11.9],"rotation":90,"texture":"#1"}}},{"from":[7.81,14.14455,9.84496],"to":[8.19,14.97455,11.57496],"rotation":{"angle":22.5,"axis":"x","origin":[8,14.48455,10.70996]},"faces":{"north":{"uv":[10.5,11.5,10.9,12.35],"texture":"#1"},"east":{"uv":[10.5,11.5,12.25,12.35],"texture":"#1"},"south":{"uv":[10.5,11.5,10.9,12.35],"texture":"#1"},"west":{"uv":[10.5,11.5,12.25,12.35],"rotation":180,"texture":"#1"},"up":{"uv":[10.5,11.5,10.9,13.25],"texture":"#1"},"down":{"uv":[10.5,11.5,10.9,13.25],"texture":"#1"}}},{"from":[7.8,14.48134,8.34291],"to":[8.2,15.28134,10.09291],"rotation":{"angle":0,"axis":"x","origin":[8,14.78134,9.21791]},"faces":{"north":{"uv":[12,11.5,12.4,12.3],"rotation":180,"texture":"#1"},"east":{"uv":[13.75,11.5,12,12.3],"rotation":180,"texture":"#1"},"south":{"uv":[12,11.5,12.4,12.3],"rotation":180,"texture":"#1"},"west":{"uv":[12,11.5,13.75,12.3],"rotation":180,"texture":"#1"},"up":{"uv":[12,11.5,12.4,13.25],"rotation":180,"texture":"#1"},"down":{"uv":[12,11.5,12.4,13.25],"rotation":180,"texture":"#1"}}},{"from":[7.81,14.19455,6.86086],"to":[8.19,14.97455,10.59086],"rotation":{"angle":-22.5,"axis":"x","origin":[8,14.48455,7.72586]},"faces":{"north":{"uv":[10,11.5,10.4,12.3],"rotation":180,"texture":"#1"},"east":{"uv":[10,12.3,13.75,11.5],"rotation":180,"texture":"#1"},"south":{"uv":[10,11.5,10.4,12.3],"rotation":180,"texture":"#1"},"west":{"uv":[10,11.5,13.75,12.3],"texture":"#1"},"up":{"uv":[10,11.5,13.75,11.9],"rotation":90,"texture":"#1"},"down":{"uv":[10,11.5,10.4,15.25],"rotation":180,"texture":"#1"}}},{"from":[7.9,4.84462,8.73254],"to":[8.1,5.84462,10.73254],"rotation":{"angle":-22.5,"axis":"x","origin":[8,5.34462,9.73254]},"faces":{"north":{"uv":[10.5,14,10.7,15],"texture":"#1"},"east":{"uv":[10.5,14,12.5,15],"texture":"#1"},"south":{"uv":[10.5,14,10.7,15],"texture":"#1"},"west":{"uv":[10.5,14,12.5,15],"texture":"#1"},"up":{"uv":[10.5,14,10.7,16],"texture":"#1"},"down":{"uv":[10.5,14,12.5,14.5],"rotation":90,"texture":"#1"}}},{"from":[7.91,6.3981,9.83575],"to":[8.09,7.3781,11.81575],"rotation":{"angle":-45,"axis":"x","origin":[8,7.06041,11.69201]},"faces":{"north":{"uv":[8.5,14,8.7,15],"rotation":180,"texture":"#1"},"east":{"uv":[10.5,14,8.5,15],"rotation":180,"texture":"#1"},"south":{"uv":[8.5,14,8.7,15],"rotation":180,"texture":"#1"},"west":{"uv":[8.5,14,10.5,15],"rotation":180,"texture":"#1"},"up":{"uv":[8.5,13.5,8.7,15.5],"rotation":180,"texture":"#1"},"down":{"uv":[10.5,14,8.5,14.5],"rotation":270,"texture":"#1"}}},{"from":[7.9,6.92668,11.36433],"to":[8.1,8.92668,12.36433],"rotation":{"angle":22.5,"axis":"x","origin":[8,7.06041,11.69201]},"faces":{"north":{"uv":[6.5,13.5,8.5,13.7],"rotation":90,"texture":"#1"},"east":{"uv":[6.5,13.5,8.5,14.5],"rotation":90,"texture":"#1"},"south":{"uv":[6.5,13.5,8.5,13.7],"rotation":90,"texture":"#1"},"west":{"uv":[6.5,13.5,8.5,14.5],"rotation":90,"texture":"#1"},"up":{"uv":[6.5,13.5,7.5,13.7],"rotation":90,"texture":"#1"},"down":{"uv":[6.5,13.5,7.5,13.7],"rotation":90,"texture":"#1"}}},{"from":[7.91,8.53734,12.03734],"to":[8.09,10.51734,13.01734],"rotation":{"angle":0,"axis":"x","origin":[8,11.80648,11.41098]},"faces":{"north":{"uv":[5.5,13.5,7.5,13.7],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,13.5,7.5,14.5],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,13.5,7.5,13.7],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,13.5,7.5,14.5],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,13.5,6.5,13.7],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,13.5,6.5,13.7],"rotation":90,"texture":"#1"}}},{"from":[7.9,10.00615,11.46479],"to":[8.1,12.00615,12.41479],"rotation":{"angle":-22.5,"axis":"x","origin":[8,11.80648,11.41098]},"faces":{"north":{"uv":[4,14,6,15],"rotation":90,"texture":"#1"},"east":{"uv":[4,14,6,15],"rotation":90,"texture":"#1"},"south":{"uv":[4,14,6,15],"rotation":90,"texture":"#1"},"west":{"uv":[4,14,6,15],"rotation":90,"texture":"#1"},"up":{"uv":[4,14,6,15],"rotation":90,"texture":"#1"},"down":{"uv":[4,14,6,15],"rotation":90,"texture":"#1"}}},{"from":[7.91,11.61681,11.52479],"to":[8.09,13.59681,12.40479],"rotation":{"angle":-45,"axis":"x","origin":[8,11.80648,11.41098]},"faces":{"north":{"uv":[2.5,14.5,4.5,15.4],"rotation":90,"texture":"#1"},"east":{"uv":[2.5,14.5,4.5,15.4],"rotation":90,"texture":"#1"},"south":{"uv":[2.5,14.5,4.5,15.4],"rotation":90,"texture":"#1"},"west":{"uv":[2.5,14.5,4.5,15.4],"rotation":90,"texture":"#1"},"up":{"uv":[2.5,14.5,4.5,15.4],"rotation":90,"texture":"#1"},"down":{"uv":[2.5,14.5,4.5,15.4],"rotation":90,"texture":"#1"}}},{"from":[7.9,12.57284,8.13183],"to":[8.1,13.42284,10.13183],"rotation":{"angle":22.5,"axis":"x","origin":[8,11.80648,11.41098]},"faces":{"north":{"uv":[4,14,6,15],"rotation":180,"texture":"#1"},"east":{"uv":[6,14,4,15],"rotation":180,"texture":"#1"},"south":{"uv":[4,14,6,15],"rotation":180,"texture":"#1"},"west":{"uv":[4,14,6,15],"rotation":180,"texture":"#1"},"up":{"uv":[4,14,6,14.2],"rotation":90,"texture":"#1"},"down":{"uv":[4,14,6,14.2],"rotation":90,"texture":"#1"}}},{"from":[7.91,13.76468,7.01],"to":[8.09,14.54468,8.99],"rotation":{"angle":0,"axis":"x","origin":[8,13.88237,7.13373]},"faces":{"north":{"uv":[5,13.5,5.2,14.3],"rotation":180,"texture":"#1"},"east":{"uv":[5,13.5,7,14.3],"rotation":180,"texture":"#1"},"south":{"uv":[5,13.5,5.2,14.3],"rotation":180,"texture":"#1"},"west":{"uv":[5,13.5,7,14.3],"rotation":180,"texture":"#1"},"up":{"uv":[5,13.5,5.2,15.5],"rotation":180,"texture":"#1"},"down":{"uv":[5,13.5,5.2,15.5],"rotation":180,"texture":"#1"}}},{"from":[7.93,13.84999,5.48442],"to":[8.07,14.15999,6.32442],"rotation":{"angle":-22.5,"axis":"x","origin":[8,13.89767,7.17069]},"faces":{"north":{"uv":[6.5,14,7.4,14.37],"rotation":180,"texture":"#1"},"east":{"uv":[6.5,14,7.4,14.37],"rotation":180,"texture":"#1"},"south":{"uv":[6.5,14,7.4,14.37],"rotation":180,"texture":"#1"},"west":{"uv":[6.5,14,7.4,14.37],"rotation":180,"texture":"#1"},"up":{"uv":[6.5,14,7.4,14.37],"rotation":180,"texture":"#1"},"down":{"uv":[6.5,14,7.4,14.37],"rotation":180,"texture":"#1"}}},{"from":[7.92,13.82468,6.28746],"to":[8.08,14.53468,7.24746],"rotation":{"angle":-22.5,"axis":"x","origin":[8,13.88237,7.13373]},"faces":{"north":{"uv":[6,13.5,7,14.25],"rotation":180,"texture":"#1"},"east":{"uv":[6,13.5,7,14.25],"rotation":180,"texture":"#1"},"south":{"uv":[6,13.5,7,14.25],"rotation":180,"texture":"#1"},"west":{"uv":[6,13.5,7,14.25],"rotation":180,"texture":"#1"},"up":{"uv":[6,13.5,7,14.25],"rotation":180,"texture":"#1"},"down":{"uv":[6,13.5,7,14.25],"rotation":180,"texture":"#1"}}},{"from":[7.925,13.52387,5.42573],"to":[8.075,13.87387,6.37573],"rotation":{"angle":-45,"axis":"x","origin":[8,13.68387,5.90073]},"faces":{"north":{"uv":[6.5,14,7.4,14.37],"rotation":180,"texture":"#1"},"east":{"uv":[6.5,14,7.4,14.37],"rotation":180,"texture":"#1"},"south":{"uv":[6.5,14,7.4,14.37],"rotation":180,"texture":"#1"},"west":{"uv":[6.5,14,7.4,14.37],"rotation":180,"texture":"#1"},"up":{"uv":[6.5,14,7.4,14.37],"rotation":180,"texture":"#1"},"down":{"uv":[6.5,14,7.4,14.37],"rotation":180,"texture":"#1"}}},{"from":[7.29879,1.79183,6.34474],"to":[8.09879,2.59183,8.14474],"rotation":{"angle":22.5,"axis":"x","origin":[7.49722,3.37941,5.73735]},"faces":{"north":{"uv":[13.5,5.5,14.5,7.5],"rotation":90,"texture":"#3"},"east":{"uv":[13.5,7.5,14.5,5.5],"rotation":90,"texture":"#3"},"south":{"uv":[13.5,5.5,14.5,7.5],"rotation":90,"texture":"#3"},"west":{"uv":[13.5,5.5,14.5,7.5],"rotation":90,"texture":"#3"},"up":{"uv":[13.5,5.5,14.5,7.5],"rotation":90,"texture":"#3"},"down":{"uv":[14,5.5,14.5,7.5],"texture":"#3"}}},{"from":[7.6053,1.16382,8.11542],"to":[8.4053,1.96382,9.91542],"rotation":{"angle":0,"axis":"x","origin":[8.00193,4.96493,9.69906]},"faces":{"north":{"uv":[14.5,6.5,15.5,8.5],"rotation":90,"texture":"#3"},"east":{"uv":[14.5,6.5,15.5,8.5],"rotation":90,"texture":"#3"},"south":{"uv":[14,6.5,15,7.5],"rotation":90,"texture":"#3"},"west":{"uv":[14.5,6.5,15.5,8.5],"rotation":90,"texture":"#3"},"up":{"uv":[14.5,6.5,15.5,8.5],"rotation":90,"texture":"#3"},"down":{"uv":[14.5,6.5,15.5,8.5],"texture":"#3"}}},{"from":[7.0153,1.17382,7.07542],"to":[9.1453,1.95382,9.35542],"rotation":{"angle":0,"axis":"x","origin":[8.00193,4.96493,8.89906]},"faces":{"north":{"uv":[7.5,6.5,9.5,7.5],"rotation":180,"texture":"#3"},"east":{"uv":[7.5,6.5,9.5,7.5],"rotation":180,"texture":"#3"},"south":{"uv":[7.5,6.5,9.5,7.5],"rotation":180,"texture":"#3"},"west":{"uv":[7.5,6.5,9.5,7.5],"rotation":180,"texture":"#3"},"up":{"uv":[7.5,6.5,9.5,7.5],"rotation":180,"texture":"#3"},"down":{"uv":[13.5,7,15,8.5],"rotation":180,"texture":"#3"}}},{"from":[7.29908,2.14484,6.10593],"to":[8.09908,2.94484,6.90593],"rotation":{"angle":45,"axis":"x","origin":[7.49722,3.37941,5.73735]},"faces":{"north":{"uv":[14,6.5,14.5,7.5],"rotation":90,"texture":"#3"},"east":{"uv":[14,6.5,14.5,7.5],"rotation":90,"texture":"#3"},"south":{"uv":[14,6.5,14.5,7.5],"rotation":90,"texture":"#3"},"west":{"uv":[14,6.5,14.5,7.5],"rotation":90,"texture":"#3"},"up":{"uv":[14,6.5,14.5,7.5],"rotation":90,"texture":"#3"},"down":{"uv":[14,6.5,14.5,7.5],"rotation":90,"texture":"#3"}}},{"from":[7.80634,3.17024,12.04602],"to":[8.60634,3.97024,12.84602],"rotation":{"angle":45,"axis":"x","origin":[8.00193,4.96493,9.69906]},"faces":{"north":{"uv":[11,6,12,7],"texture":"#3"},"east":{"uv":[11,6,12,7],"texture":"#3"},"south":{"uv":[11,6,12,7],"texture":"#3"},"west":{"uv":[11,6,12,7],"texture":"#3"},"up":{"uv":[11,6,12,7],"texture":"#3"},"down":{"uv":[11,6,12,7],"texture":"#3"}}},{"from":[7.09804,2.98591,4.81882],"to":[7.89804,3.78591,5.46882],"rotation":{"angle":0,"axis":"x","origin":[7.49722,3.37941,5.73735]},"faces":{"north":{"uv":[10.5,6,11.5,7],"texture":"#3"},"east":{"uv":[10.5,6,11.5,7],"texture":"#3"},"south":{"uv":[10.5,6,11.5,7],"texture":"#3"},"west":{"uv":[10.5,6,11.5,7],"rotation":270,"texture":"#3"},"up":{"uv":[10.5,6,11.5,7],"texture":"#3"},"down":{"uv":[10.5,6,11,7],"rotation":180,"texture":"#3"}}},{"from":[8.00306,2.7767,10.72407],"to":[8.80306,3.5767,11.52407],"rotation":{"angle":0,"axis":"x","origin":[8.00193,4.96493,9.69906]},"faces":{"north":{"uv":[11,6,11.5,6.5],"texture":"#3"},"east":{"uv":[11,6,11.5,6.5],"texture":"#3"},"south":{"uv":[11,6,11.5,6.5],"texture":"#3"},"west":{"uv":[11,6,11.5,6.5],"texture":"#3"},"up":{"uv":[11,6,11.5,6.5],"texture":"#3"},"down":{"uv":[11,6,11.5,6.5],"texture":"#3"}}},{"from":[7.00132,3.75771,4.49728],"to":[7.60132,4.55771,4.99728],"rotation":{"angle":45,"axis":"x","origin":[7.49722,3.37941,5.73735]},"faces":{"north":{"uv":[8.5,5.5,9.5,6.5],"rotation":90,"texture":"#3"},"east":{"uv":[8.5,5.5,9.5,6.5],"rotation":90,"texture":"#3"},"south":{"uv":[8.5,5.5,9.5,6.5],"rotation":90,"texture":"#3"},"west":{"uv":[8.5,5.5,9.5,6.5],"rotation":90,"texture":"#3"},"up":{"uv":[8.5,5.5,9.5,6.5],"rotation":90,"texture":"#3"},"down":{"uv":[8.5,5.5,9.5,6.5],"rotation":90,"texture":"#3"}}},{"from":[7.44279,6.54835,10.05399],"to":[8.24279,7.34835,10.85399],"rotation":{"angle":22.5,"axis":"x","origin":[7.41017,7.98117,12.66394]},"faces":{"north":{"uv":[7.5,5.5,8.5,6],"rotation":270,"texture":"#3"},"east":{"uv":[7.5,5.5,8.5,6.5],"rotation":90,"texture":"#3"},"south":{"uv":[7.5,6,8.5,6.5],"rotation":270,"texture":"#3"},"west":{"uv":[7.5,5.5,8.5,6.5],"rotation":270,"texture":"#3"},"up":{"uv":[7.5,5.5,8.5,6.5],"texture":"#3"},"down":{"uv":[7.5,5.5,8.5,6.5],"rotation":180,"texture":"#3"}}},{"from":[7.33624,-5.93116,10.30993],"to":[8.13624,-5.03116,11.05993],"rotation":{"angle":0,"axis":"x","origin":[7.62152,-6.49805,10.40782]},"faces":{"north":{"uv":[10,6,11,6.5],"texture":"#3"},"east":{"uv":[10,6,11,6.5],"rotation":90,"texture":"#3"},"south":{"uv":[10,6,11,6.5],"rotation":180,"texture":"#3"},"west":{"uv":[10,6,11,6.5],"rotation":270,"texture":"#3"},"up":{"uv":[10,6,11,6.5],"texture":"#3"},"down":{"uv":[10,6,11,6.5],"rotation":180,"texture":"#3"}}},{"from":[7.53878,-5.53244,8.39676],"to":[8.33878,-4.73244,9.19676],"rotation":{"angle":45,"axis":"x","origin":[7.62152,-6.49805,10.40782]},"faces":{"north":{"uv":[10,5.5,11,6],"texture":"#3"},"east":{"uv":[10,5.5,11,6.5],"rotation":90,"texture":"#3"},"south":{"uv":[10,6,11,6.5],"rotation":180,"texture":"#3"},"west":{"uv":[10,5.5,11,6.5],"rotation":270,"texture":"#3"},"up":{"uv":[10,5.5,11,6.5],"texture":"#3"},"down":{"uv":[10,5.5,11,6.5],"rotation":180,"texture":"#3"}}},{"from":[7.13224,-6.63897,9.81272],"to":[7.93224,-6.33897,10.61272],"rotation":{"angle":45,"axis":"x","origin":[7.62152,-6.49805,10.20782]},"faces":{"north":{"uv":[12.5,5.5,13,6.5],"texture":"#3"},"east":{"uv":[12.5,5.5,13,6.5],"rotation":90,"texture":"#3"},"south":{"uv":[12.5,5.5,13,6.5],"rotation":180,"texture":"#3"},"west":{"uv":[12.5,5.5,13,6.5],"rotation":270,"texture":"#3"},"up":{"uv":[12.5,5.5,13,6.5],"texture":"#3"},"down":{"uv":[12.5,5.5,13,6.5],"rotation":180,"texture":"#3"}}},{"from":[7.64127,-4.8993,7.92512],"to":[8.44127,-4.0993,9.22512],"rotation":{"angle":22.5,"axis":"x","origin":[7.62152,-6.49805,10.40782]},"faces":{"north":{"uv":[9.5,5.5,10.5,6.5],"texture":"#3"},"east":{"uv":[9,5.5,10,6.5],"rotation":180,"texture":"#3"},"south":{"uv":[8.5,5.5,9.5,6.5],"rotation":270,"texture":"#3"},"west":{"uv":[9.5,5.5,10.5,6.5],"rotation":90,"texture":"#3"},"up":{"uv":[8.5,5.5,9.5,6.5],"rotation":90,"texture":"#3"},"down":{"uv":[9.5,5.5,10.5,6.5],"rotation":90,"texture":"#3"}}},{"from":[7.18472,-6.50564,10.04071],"to":[7.98472,-5.70564,10.84071],"rotation":{"angle":22.5,"axis":"x","origin":[7.62152,-6.49805,10.40782]},"faces":{"north":{"uv":[12.5,5.5,13.5,6.5],"texture":"#3"},"east":{"uv":[12.5,5.5,13.5,6.5],"rotation":90,"texture":"#3"},"south":{"uv":[12.5,5.5,13.5,6.5],"rotation":180,"texture":"#3"},"west":{"uv":[12.5,5.5,13.5,6.5],"rotation":270,"texture":"#3"},"up":{"uv":[12.5,5.5,13.5,6.5],"texture":"#3"},"down":{"uv":[12.5,5.5,13.5,6.5],"rotation":180,"texture":"#3"}}},{"from":[7.43726,-5.40351,10.77675],"to":[8.23726,-4.70351,11.57675],"rotation":{"angle":-22.5,"axis":"x","origin":[7.62152,-6.49805,10.40782]},"faces":{"north":{"uv":[10,6,11,6.5],"texture":"#3"},"east":{"uv":[10,6,11,6.5],"rotation":90,"texture":"#3"},"south":{"uv":[10,6,11,6.5],"rotation":180,"texture":"#3"},"west":{"uv":[10,6,11,6.5],"rotation":270,"texture":"#3"},"up":{"uv":[10,6,11,6.5],"texture":"#3"},"down":{"uv":[10,6,11,6.5],"rotation":180,"texture":"#3"}}},{"from":[7.03354,-7.27816,9.9886],"to":[7.83354,-6.47816,10.7886],"rotation":{"angle":22.5,"axis":"x","origin":[7.62152,-6.49805,10.40782]},"faces":{"north":{"uv":[12.5,6,13,6.5],"texture":"#3"},"east":{"uv":[12.5,6,13,6.5],"rotation":90,"texture":"#3"},"south":{"uv":[12.5,6,13,6.5],"rotation":180,"texture":"#3"},"west":{"uv":[12.5,6,13,6.5],"rotation":270,"texture":"#3"},"up":{"uv":[12.5,6,13,6.5],"texture":"#3"},"down":{"uv":[12.5,6,13,6.5],"rotation":180,"texture":"#3"}}},{"from":[7.03384,-7.85855,9.72306],"to":[7.83384,-7.05855,10.52306],"rotation":{"angle":0,"axis":"x","origin":[7.62152,-6.49805,10.40782]},"faces":{"north":{"uv":[12.5,6,13,6.5],"texture":"#3"},"east":{"uv":[12.5,6,13,6.5],"rotation":90,"texture":"#3"},"south":{"uv":[12.5,6,13,6.5],"rotation":180,"texture":"#3"},"west":{"uv":[12.5,6,13,6.5],"rotation":270,"texture":"#3"},"up":{"uv":[12.5,6,13,6.5],"texture":"#3"},"down":{"uv":[12.5,6,13,6.5],"rotation":180,"texture":"#3"}}},{"from":[7.03353,-8.29315,9.25562],"to":[7.83353,-7.49315,10.05562],"rotation":{"angle":-22.5,"axis":"x","origin":[7.62152,-6.49805,10.40782]},"faces":{"north":{"uv":[12.5,5.5,13.5,6.5],"texture":"#3"},"east":{"uv":[12.5,5.5,13.5,6.5],"rotation":90,"texture":"#3"},"south":{"uv":[12.5,5.5,13.5,6.5],"rotation":180,"texture":"#3"},"west":{"uv":[12.5,5.5,13.5,6.5],"rotation":270,"texture":"#3"},"up":{"uv":[12.5,5.5,13.5,6.5],"texture":"#3"},"down":{"uv":[12.5,5.5,13.5,6.5],"rotation":180,"texture":"#3"}}},{"from":[7.03266,-8.24843,11.62556],"to":[7.83266,-7.44843,12.42556],"rotation":{"angle":45,"axis":"x","origin":[7.62152,-6.49805,10.40782]},"faces":{"north":{"uv":[10,5.5,11,6.5],"rotation":180,"texture":"#3"},"east":{"uv":[10,5.5,11,6.5],"rotation":270,"texture":"#3"},"south":{"uv":[10,5.5,11,6.5],"texture":"#3"},"west":{"uv":[10,5.5,11,6.5],"rotation":90,"texture":"#3"},"up":{"uv":[10,5.5,11,6.5],"rotation":180,"texture":"#3"},"down":{"uv":[10,5.5,11,6.5],"texture":"#3"}}},{"from":[8.13266,0.97345,10.71919],"to":[8.73266,2.07345,11.31919],"rotation":{"angle":-22.5,"axis":"x","origin":[8.43266,1.27345,11.01919]},"faces":{"north":{"uv":[10,5.5,11,6.5],"rotation":180,"texture":"#3"},"east":{"uv":[10,5.5,11,6.5],"rotation":180,"texture":"#3"},"south":{"uv":[10,5.5,11,6.5],"rotation":180,"texture":"#3"},"west":{"uv":[10,5.5,11,6.5],"rotation":180,"texture":"#3"},"up":{"uv":[10,5.5,11,6.5],"texture":"#3"},"down":{"uv":[10,5.5,11,6.5],"texture":"#3"}}},{"from":[7.33266,1.65442,4.82352],"to":[7.93266,2.75442,5.42352],"rotation":{"angle":45,"axis":"x","origin":[7.63266,2.20442,5.12352]},"faces":{"north":{"uv":[10,5.5,11,6.5],"rotation":180,"texture":"#3"},"east":{"uv":[10,5.5,11,6.5],"rotation":180,"texture":"#3"},"south":{"uv":[10,5.5,11,6.5],"rotation":180,"texture":"#3"},"west":{"uv":[10,5.5,11,6.5],"rotation":180,"texture":"#3"},"up":{"uv":[10,5.5,11,6.5],"texture":"#3"},"down":{"uv":[10,5.5,11,6.5],"texture":"#3"}}},{"from":[6.94266,-9.58895,10.55857],"to":[7.92266,-8.55895,11.58857],"rotation":{"angle":0,"axis":"x","origin":[7.62152,-6.49805,10.40782]},"faces":{"north":{"uv":[0,0,1.5,1.5],"rotation":90,"texture":"#3"},"east":{"uv":[0,0,1.5,1.5],"rotation":180,"texture":"#3"},"south":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#3"},"west":{"uv":[0,0,1.5,1.5],"texture":"#3"},"up":{"uv":[0,0,1.5,1.5],"rotation":90,"texture":"#3"},"down":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#3"}}},{"from":[6.94266,0.11627,3.77741],"to":[8.94266,1.86627,5.77741],"rotation":{"angle":22.5,"axis":"z","origin":[7.94266,1.01627,4.77741]},"faces":{"north":{"uv":[6.5,0,11,4],"texture":"#3"},"east":{"uv":[2,0,6.5,4],"texture":"#3"},"south":{"uv":[6.5,0,11,4],"texture":"#3"},"west":{"uv":[6.5,0,2,4],"texture":"#3"},"up":{"uv":[6.5,0,11,4.5],"rotation":270,"texture":"#3"},"down":{"uv":[6.5,0,11,4.5],"rotation":180,"texture":"#3"}}},{"from":[7.19266,-0.03373,4.02741],"to":[8.69266,2.11627,5.52741],"rotation":{"angle":22.5,"axis":"z","origin":[7.94266,1.01627,4.77741]},"faces":{"north":{"uv":[7,0.5,10.5,4],"rotation":90,"texture":"#3"},"east":{"uv":[7,0.5,10.5,4],"rotation":90,"texture":"#3"},"south":{"uv":[7,0.5,10.5,4],"rotation":90,"texture":"#3"},"west":{"uv":[7,0.5,10.5,4],"rotation":90,"texture":"#3"},"up":{"uv":[7,0.5,10.5,4],"rotation":270,"texture":"#3"},"down":{"uv":[7,0.5,10.5,4],"rotation":270,"texture":"#3"}}},{"from":[8.59311,4.63134,10.35155],"to":[9.67311,5.66134,11.38155],"rotation":{"angle":22.5,"axis":"x","origin":[8.98311,5.14634,10.86655]},"faces":{"north":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#3"},"east":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#3"},"south":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#3"},"west":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#3"},"up":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#3"},"down":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#3"}}},{"from":[7.29311,7.73134,9.85155],"to":[8.37311,8.76134,10.88155],"rotation":{"angle":-22.5,"axis":"x","origin":[7.83311,8.24634,10.36655]},"faces":{"north":{"uv":[0,0,1.5,1.5],"rotation":90,"texture":"#3"},"east":{"uv":[0,0,1.5,1.5],"rotation":180,"texture":"#3"},"south":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#3"},"west":{"uv":[0,0,1.5,1.5],"texture":"#3"},"up":{"uv":[0,0,1.5,1.5],"rotation":90,"texture":"#3"},"down":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#3"}}},{"from":[8.59311,5.58134,9.45155],"to":[9.09311,6.08134,9.95155],"rotation":{"angle":22.5,"axis":"x","origin":[8.98311,6.09634,9.96655]},"faces":{"north":{"uv":[9.5,6.5,10,7],"rotation":270,"texture":"#3"},"east":{"uv":[9.5,6.5,10,7],"rotation":270,"texture":"#3"},"south":{"uv":[9.5,6.5,10,7],"rotation":270,"texture":"#3"},"west":{"uv":[9.5,6.5,10,7],"rotation":270,"texture":"#3"},"up":{"uv":[9.5,6.5,10,7],"rotation":270,"texture":"#3"},"down":{"uv":[9.5,6.5,10,7],"rotation":270,"texture":"#3"}}},{"from":[8.69311,3.18134,11.45155],"to":[9.19311,3.68134,11.95155],"rotation":{"angle":22.5,"axis":"x","origin":[9.08311,3.69634,11.96655]},"faces":{"north":{"uv":[9.5,6.5,10,7],"rotation":270,"texture":"#3"},"east":{"uv":[9.5,6.5,10,7],"rotation":270,"texture":"#3"},"south":{"uv":[9.5,6.5,10,7],"rotation":270,"texture":"#3"},"west":{"uv":[9.5,6.5,10,7],"rotation":270,"texture":"#3"},"up":{"uv":[9.5,6.5,10,7],"rotation":270,"texture":"#3"},"down":{"uv":[9.5,6.5,10,7],"rotation":270,"texture":"#3"}}},{"from":[7.29311,7.30293,9.47031],"to":[7.79311,7.80293,9.97031],"rotation":{"angle":45,"axis":"x","origin":[7.54311,7.55293,9.72031]},"faces":{"north":{"uv":[9.5,6.5,10,7],"rotation":270,"texture":"#3"},"east":{"uv":[9.5,6.5,10,7],"rotation":270,"texture":"#3"},"south":{"uv":[9.5,6.5,10,7],"rotation":270,"texture":"#3"},"west":{"uv":[9.5,6.5,10,7],"rotation":270,"texture":"#3"},"up":{"uv":[9.5,6.5,10,7],"rotation":270,"texture":"#3"},"down":{"uv":[9.5,6.5,10,7],"rotation":270,"texture":"#3"}}},{"from":[7.39311,-4.29707,10.17031],"to":[7.89311,-3.79707,10.67031],"rotation":{"angle":22.5,"axis":"z","origin":[7.64311,-4.04707,10.42031]},"faces":{"north":{"uv":[9.5,6.5,10,7],"rotation":180,"texture":"#3"},"east":{"uv":[9.5,6.5,10,7],"rotation":180,"texture":"#3"},"south":{"uv":[9.5,6.5,10,7],"rotation":180,"texture":"#3"},"west":{"uv":[9.5,6.5,10,7],"rotation":180,"texture":"#3"},"up":{"uv":[9.5,6.5,10,7],"rotation":180,"texture":"#3"},"down":{"uv":[9.5,6.5,10,7],"rotation":180,"texture":"#3"}}},{"from":[6.69551,4.50882,5.28279],"to":[7.72551,5.53882,6.31279],"rotation":{"angle":-22.5,"axis":"x","origin":[7.28551,5.02382,5.79779]},"faces":{"north":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#3"},"east":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#3"},"south":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#3"},"west":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#3"},"up":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#3"},"down":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#3"}}},{"from":[7.99551,0.30882,10.78279],"to":[9.02551,1.33882,11.81279],"rotation":{"angle":45,"axis":"y","origin":[8.51051,0.82382,11.29779]},"faces":{"north":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#3"},"east":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#3"},"south":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#3"},"west":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#3"},"up":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#3"},"down":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#3"}}},{"from":[6.89551,0.81169,10.87737],"to":[9.12551,1.84169,11.90737],"rotation":{"angle":-45,"axis":"x","origin":[7.99601,-1.83094,8.10859]},"faces":{"north":{"uv":[8,13.5,6.5,15],"texture":"#3"},"east":{"uv":[8,13.5,6.5,15],"texture":"#3"},"south":{"uv":[8,13.5,6.5,15],"texture":"#3"},"west":{"uv":[8,13.5,6.5,15],"texture":"#3"},"up":{"uv":[8,13.5,6.5,15],"texture":"#3"},"down":{"uv":[8,13.5,6.5,15],"texture":"#3"}}},{"from":[6.89551,-4.84516,5.22051],"to":[9.12551,-3.81516,6.25051],"rotation":{"angle":-45,"axis":"x","origin":[7.99601,-1.83094,8.10859]},"faces":{"north":{"uv":[3.5,11.5,2,13],"texture":"#3"},"east":{"uv":[3.5,11.5,2,13],"texture":"#3"},"south":{"uv":[3.5,11.5,2,13],"texture":"#3"},"west":{"uv":[3.5,11.5,2,13],"texture":"#3"},"up":{"uv":[3.5,11.5,2,13],"texture":"#3"},"down":{"uv":[3.5,11.5,2,13],"texture":"#3"}}},{"from":[7.70498,1.37146,8.44454],"to":[8.50498,2.17146,9.24454],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00193,4.96493,9.69906]},"faces":{"north":{"uv":[11.5,6.5,12.5,7.5],"rotation":180,"texture":"#3"},"east":{"uv":[11.5,6.5,12.5,7.5],"rotation":180,"texture":"#3"},"south":{"uv":[11.5,6.5,12.5,7.5],"rotation":180,"texture":"#3"},"west":{"uv":[11.5,6.5,12.5,7.5],"rotation":180,"texture":"#3"},"up":{"uv":[11.5,6.5,12.5,7.5],"rotation":180,"texture":"#3"},"down":{"uv":[11.5,6.5,12.5,7.5],"rotation":180,"texture":"#3"}}},{"from":[7.19941,2.56663,4.73889],"to":[7.99941,3.36663,5.43889],"rotation":{"angle":-22.5,"axis":"x","origin":[7.49722,3.37941,5.73735]},"faces":{"north":{"uv":[12,5.5,12.5,6.5],"texture":"#3"},"east":{"uv":[11.5,5.5,12.5,6.5],"texture":"#3"},"south":{"uv":[11.5,5.5,12,6.5],"texture":"#3"},"west":{"uv":[11.5,5.5,12.5,6.5],"rotation":90,"texture":"#3"},"up":{"uv":[11.5,5.5,12,6.5],"rotation":180,"texture":"#3"},"down":{"uv":[12,5.5,12.5,6.5],"texture":"#3"}}},{"from":[7.90602,2.84186,11.42475],"to":[8.70602,3.64186,12.22475],"rotation":{"angle":22.5,"axis":"x","origin":[8.00193,4.96493,9.69906]},"faces":{"north":{"uv":[11,6,11.5,6.5],"texture":"#3"},"east":{"uv":[11,6,11.5,6.5],"texture":"#3"},"south":{"uv":[11,6,11.5,6.5],"texture":"#3"},"west":{"uv":[11,6,11.5,6.5],"texture":"#3"},"up":{"uv":[11,6,11.5,6.5],"texture":"#3"},"down":{"uv":[11,6,11.5,6.5],"texture":"#3"}}},{"from":[6.99836,3.40367,4.73426],"to":[7.79836,4.20367,5.33426],"rotation":{"angle":22.5,"axis":"x","origin":[7.49722,3.37941,5.73735]},"faces":{"north":{"uv":[7.5,5.5,8.5,6.5],"texture":"#3"},"east":{"uv":[7.5,5.5,8.5,6.5],"texture":"#3"},"south":{"uv":[7.5,5.5,8.5,6.5],"texture":"#3"},"west":{"uv":[7.5,5.5,8.5,6.5],"texture":"#3"},"up":{"uv":[7.5,5.5,8.5,6.5],"texture":"#3"},"down":{"uv":[7.5,6,8.5,6.5],"texture":"#3"}}},{"from":[8.10274,2.98416,10.05282],"to":[8.90274,5.93416,10.85282],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00193,4.96493,9.69906]},"faces":{"north":{"uv":[8.5,7,11.5,6],"rotation":90,"texture":"#3"},"east":{"uv":[8.5,6,11.5,7],"rotation":90,"texture":"#3"},"south":{"uv":[11.5,6,8.5,7],"rotation":270,"texture":"#3"},"west":{"uv":[8.5,6,11.5,7],"rotation":90,"texture":"#3"},"up":{"uv":[8.5,6,9,7],"texture":"#3"},"down":{"uv":[11,6,11.5,7],"rotation":90,"texture":"#3"}}},{"from":[7.75274,5.85718,9.654],"to":[8.55274,7.65718,10.454],"rotation":{"angle":22.5,"axis":"z","origin":[8.15274,6.75718,10.06238]},"faces":{"north":{"uv":[9.5,7,11.5,6],"rotation":90,"texture":"#3"},"east":{"uv":[9.5,6,11.5,7],"rotation":90,"texture":"#3"},"south":{"uv":[9,7,11,6],"rotation":90,"texture":"#3"},"west":{"uv":[9.5,6,11.5,7],"rotation":90,"texture":"#3"},"up":{"uv":[9.5,6,10,7],"rotation":90,"texture":"#3"},"down":{"uv":[9.5,6,11.5,7],"rotation":90,"texture":"#3"}}},{"from":[9.4,2.19091,9.9749],"to":[9.41,4.19091,11.4749],"rotation":{"angle":-45,"axis":"z","origin":[9.405,3.19091,10.7249]},"faces":{"north":{"uv":[0,5.5,0,6],"rotation":90,"texture":"#3"},"east":{"uv":[1,9,5,6],"rotation":90,"texture":"#3"},"south":{"uv":[0,5.5,0,6],"rotation":90,"texture":"#3"},"west":{"uv":[1,6,5,9],"rotation":90,"texture":"#3"},"up":{"uv":[0,5.5,0,6],"rotation":90,"texture":"#3"},"down":{"uv":[0,5.5,0,6],"rotation":90,"texture":"#3"}}},{"from":[8.35,-4.30909,10.1749],"to":[8.36,-2.30909,11.6749],"rotation":{"angle":-22.5,"axis":"z","origin":[8.355,-3.30909,10.9249]},"faces":{"north":{"uv":[0,5.5,0,6],"rotation":90,"texture":"#3"},"east":{"uv":[1,6,5,9],"rotation":90,"texture":"#3"},"south":{"uv":[0,5.5,0,6],"rotation":90,"texture":"#3"},"west":{"uv":[5,6,1,9],"rotation":270,"texture":"#3"},"up":{"uv":[0,5.5,0,6],"rotation":90,"texture":"#3"},"down":{"uv":[0,5.5,0,6],"rotation":90,"texture":"#3"}}},{"from":[8.55,6.59091,9.9749],"to":[8.56,8.59091,11.4749],"rotation":{"angle":-22.5,"axis":"z","origin":[8.555,7.59091,10.7249]},"faces":{"north":{"uv":[0,5.5,0,6],"rotation":90,"texture":"#3"},"east":{"uv":[1,6.5,5,9.5],"rotation":90,"texture":"#3"},"south":{"uv":[0,5.5,0,6],"rotation":90,"texture":"#3"},"west":{"uv":[1,9.5,5,6.5],"rotation":270,"texture":"#3"},"up":{"uv":[0,5.5,0,6],"rotation":90,"texture":"#3"},"down":{"uv":[0,5.5,0,6],"rotation":90,"texture":"#3"}}},{"from":[7.6,3.20607,3.70459],"to":[7.61,5.20607,5.20459],"rotation":{"angle":-22.5,"axis":"x","origin":[7.605,3.90607,3.95459]},"faces":{"north":{"uv":[0,5.5,0,6],"rotation":90,"texture":"#3"},"east":{"uv":[1,9,5,6],"rotation":90,"texture":"#3"},"south":{"uv":[0,5.5,0,6],"rotation":90,"texture":"#3"},"west":{"uv":[1,6,5,9],"rotation":90,"texture":"#3"},"up":{"uv":[0,5.5,0,6],"rotation":90,"texture":"#3"},"down":{"uv":[0,5.5,0,6],"rotation":90,"texture":"#3"}}}],"display":{"thirdperson_righthand":{"translation":[0,6.75,1.25]},"thirdperson_lefthand":{"translation":[0,6.75,1.25]},"firstperson_righthand":{"rotation":[-20,0,0],"translation":[0,6.25,0],"scale":[0.78,0.78,0.78]},"firstperson_lefthand":{"rotation":[-20,0,0],"translation":[0,6.75,0],"scale":[0.78,0.78,0.78]},"gui":{"rotation":[56,-137,72],"translation":[3,1.75,0],"scale":[0.88,0.8,0.88]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/heroic_dagger.json b/assets/minecraft/models/item/wynn/skin/dagger/heroic_dagger.json new file mode 100644 index 000000000..709973c92 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/heroic_dagger.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/heroic/heroic_dagger","particle":"skins/heroic/heroic_dagger"},"elements":[{"from":[7,-10,7],"to":[9,0,9],"faces":{"north":{"uv":[14,0,16,10],"texture":"#0"},"east":{"uv":[14,0,16,10],"texture":"#0"},"south":{"uv":[14,0,16,10],"texture":"#0"},"west":{"uv":[14,0,16,10],"texture":"#0"}}},{"from":[6,-11,6],"to":[10,-10,10],"faces":{"north":{"uv":[4,7,8,8],"texture":"#0"},"east":{"uv":[4,7,8,8],"texture":"#0"},"south":{"uv":[4,7,8,8],"texture":"#0"},"west":{"uv":[4,7,8,8],"texture":"#0"},"up":{"uv":[0,7,4,11],"rotation":90,"texture":"#0"},"down":{"uv":[0,7,4,11],"rotation":270,"texture":"#0"}}},{"from":[6,-16,8],"to":[10,-11,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,-8,8]},"faces":{"north":{"uv":[0,11,4,16],"texture":"#0"},"south":{"uv":[0,11,4,16],"texture":"#0"}}},{"from":[7.99,-16,6],"to":[8,-11,10],"rotation":{"angle":0,"axis":"y","origin":[8,-8,8]},"faces":{"east":{"uv":[0,11,4,16],"texture":"#0"},"west":{"uv":[0,11,4,16],"texture":"#0"}}},{"from":[7.99,-9,6],"to":[8,-1,10],"rotation":{"angle":0,"axis":"y","origin":[8,-8,8]},"faces":{"east":{"uv":[16,16,8,12],"rotation":90,"texture":"#0"},"west":{"uv":[8,12,16,16],"rotation":90,"texture":"#0"}}},{"from":[6,-9,8],"to":[10,-1,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,-8,8]},"faces":{"north":{"uv":[16,12,8,16],"rotation":90,"texture":"#0"},"south":{"uv":[8,12,16,16],"rotation":90,"texture":"#0"}}},{"from":[7.5,1,6.5],"to":[8.5,13,9.5],"faces":{"north":{"uv":[11,0,12,12],"texture":"#0"},"east":{"uv":[11,0,14,12],"texture":"#0"},"south":{"uv":[13,0,14,12],"texture":"#0"},"west":{"uv":[11,0,14,12],"texture":"#0"},"up":{"uv":[11,11,14,12],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,3,1],"rotation":270,"texture":"#0"}}},{"from":[7.5,13,6.5],"to":[8.5,25,8.5],"faces":{"north":{"uv":[10,0,11,12],"texture":"#0"},"east":{"uv":[9,0,11,12],"texture":"#0"},"south":{"uv":[9,0,10,12],"texture":"#0"},"west":{"uv":[11,0,9,12],"texture":"#0"},"up":{"uv":[10,11,12,12],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,2,1],"rotation":270,"texture":"#0"}}},{"from":[7.5,24,8.5],"to":[8.5,28,9.5],"faces":{"north":{"uv":[11,8,12,12],"texture":"#0"},"east":{"uv":[8,0,9,4],"texture":"#0"},"south":{"uv":[11,8,12,12],"texture":"#0"},"west":{"uv":[8,0,9,4],"texture":"#0"},"up":{"uv":[9,9,10,10],"rotation":90,"texture":"#0"},"down":{"uv":[13,11,14,12],"rotation":270,"texture":"#0"}}},{"from":[7.5,25,7.5],"to":[8.5,27,8.5],"faces":{"north":{"uv":[9,9,10,11],"texture":"#0"},"east":{"uv":[8,4,9,6],"texture":"#0"},"west":{"uv":[8,4,9,6],"texture":"#0"},"up":{"uv":[9,9,10,10],"rotation":90,"texture":"#0"}}},{"from":[5,0,5],"to":[11,1,11],"faces":{"north":{"uv":[0,6,6,7],"texture":"#0"},"east":{"uv":[0,6,6,7],"texture":"#0"},"south":{"uv":[0,6,6,7],"texture":"#0"},"west":{"uv":[0,6,6,7],"texture":"#0"},"up":{"uv":[0,0,6,6],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,6,6],"rotation":270,"texture":"#0"}}},{"from":[8,7,5.5],"to":[8.01,8,10.5],"faces":{"east":{"uv":[4,8,9,9],"texture":"#0"},"west":{"uv":[4,8,9,9],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,0,5],"translation":[-2,10,2]},"thirdperson_lefthand":{"rotation":[0,0,5],"translation":[-2,10,2]},"firstperson_righthand":{"rotation":[-15,0,0],"translation":[10,4,-8]},"firstperson_lefthand":{"rotation":[-15,0,0],"translation":[10,4,-8]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/highlands_claw.json b/assets/minecraft/models/item/wynn/skin/dagger/highlands_claw.json new file mode 100644 index 000000000..279a9ebd6 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/highlands_claw.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/highlands/highlands_base","1":"skins/highlands/highlands_claw","particle":"skins/highlands/highlands_base"},"elements":[{"from":[4.5,3,9],"to":[11.5,7,18],"rotation":{"angle":0,"axis":"x","origin":[8,7,9]},"faces":{"north":{"uv":[7,1,11,8],"rotation":90,"texture":"#1"},"east":{"uv":[7,0,11,9],"rotation":90,"texture":"#1"},"south":{"uv":[7,1,11,8],"rotation":90,"texture":"#1"},"west":{"uv":[7,9,11,0],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,7,9],"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[3.49,5.49,15.49],"to":[12.51,10.51,20.51],"rotation":{"angle":22.5,"axis":"x","origin":[8,7,9]},"faces":{"east":{"uv":[9,11,4,16],"rotation":90,"texture":"#1"},"west":{"uv":[0,16,5,11],"rotation":90,"texture":"#1"},"up":{"uv":[0,11,9,16],"texture":"#1"},"down":{"uv":[0,11,9,16],"texture":"#1"}}},{"from":[12.5,5.5,15.5],"to":[3.5,10.5,20.5],"rotation":{"angle":22.5,"axis":"x","origin":[8,7,9]},"faces":{"east":{"uv":[9,11,4,16],"rotation":90,"texture":"#1"},"west":{"uv":[0,16,5,11],"rotation":90,"texture":"#1"},"up":{"uv":[0,11,9,16],"texture":"#1"},"down":{"uv":[0,11,9,16],"texture":"#1"}}},{"from":[7,6,8],"to":[9,8,10],"rotation":{"angle":0,"axis":"x","origin":[0,3,1]},"faces":{"north":{"uv":[5,11,7,13],"texture":"#0"},"east":{"uv":[5,11,7,13],"texture":"#0"},"south":{"uv":[5,11,7,13],"texture":"#0"},"west":{"uv":[5,11,7,13],"texture":"#0"},"up":{"uv":[5,11,7,13],"texture":"#0"},"down":{"uv":[5,11,7,13],"texture":"#0"}}},{"from":[3.49,4,7],"to":[5.49,6,9],"rotation":{"angle":0,"axis":"y","origin":[0,3,1]},"faces":{"north":{"uv":[5,9,7,11],"texture":"#0"},"east":{"uv":[5,9,7,11],"texture":"#0"},"south":{"uv":[5,9,7,11],"texture":"#0"},"west":{"uv":[5,9,7,11],"texture":"#0"},"up":{"uv":[5,9,7,11],"texture":"#0"},"down":{"uv":[5,9,7,11],"texture":"#0"}}},{"from":[10.51,4,7],"to":[12.51,6,9],"rotation":{"angle":0,"axis":"x","origin":[0,3,1]},"faces":{"north":{"uv":[5,9,7,11],"texture":"#0"},"east":{"uv":[5,9,7,11],"texture":"#0"},"south":{"uv":[5,9,7,11],"texture":"#0"},"west":{"uv":[5,9,7,11],"texture":"#0"},"up":{"uv":[5,9,7,11],"texture":"#0"},"down":{"uv":[5,9,7,11],"texture":"#0"}}},{"from":[5.5,4,-1],"to":[6.5,6,11],"rotation":{"angle":0,"axis":"x","origin":[8,7,9]},"faces":{"north":{"uv":[15,14,16,16],"texture":"#1"},"east":{"uv":[14,14,16,2],"rotation":90,"texture":"#1"},"west":{"uv":[14,2,16,14],"rotation":90,"texture":"#1"},"up":{"uv":[13,0,14,12],"texture":"#1"},"down":{"uv":[13,0,14,12],"texture":"#1"}}},{"from":[5.5,3,-1],"to":[6.5,4,0],"rotation":{"angle":0,"axis":"x","origin":[8,7,9]},"faces":{"north":{"uv":[15,15,16,16],"texture":"#1"},"east":{"uv":[15,15,16,16],"texture":"#1"},"south":{"uv":[15,15,16,16],"texture":"#1"},"west":{"uv":[15,15,16,16],"texture":"#1"},"down":{"uv":[15,15,16,16],"texture":"#1"}}},{"from":[7.5,5,-3],"to":[8.5,7,9],"rotation":{"angle":0,"axis":"x","origin":[8,7,9]},"faces":{"north":{"uv":[15,14,16,16],"texture":"#1"},"east":{"uv":[14,14,16,2],"rotation":90,"texture":"#1"},"west":{"uv":[14,2,16,14],"rotation":90,"texture":"#1"},"up":{"uv":[13,0,14,12],"texture":"#1"},"down":{"uv":[13,0,14,12],"texture":"#1"}}},{"from":[7.5,4,-3],"to":[8.5,5,-2],"rotation":{"angle":0,"axis":"x","origin":[8,7,9]},"faces":{"north":{"uv":[15,15,16,16],"texture":"#1"},"east":{"uv":[15,15,16,16],"texture":"#1"},"south":{"uv":[15,15,16,16],"texture":"#1"},"west":{"uv":[15,15,16,16],"texture":"#1"},"down":{"uv":[15,15,16,16],"texture":"#1"}}},{"from":[9.5,3,-1],"to":[10.5,4,0],"rotation":{"angle":0,"axis":"x","origin":[8,7,9]},"faces":{"north":{"uv":[15,15,16,16],"texture":"#1"},"east":{"uv":[15,15,16,16],"texture":"#1"},"south":{"uv":[15,15,16,16],"texture":"#1"},"west":{"uv":[15,15,16,16],"texture":"#1"},"down":{"uv":[15,15,16,16],"texture":"#1"}}},{"from":[9.5,4,-1],"to":[10.5,6,11],"rotation":{"angle":0,"axis":"x","origin":[8,7,9]},"faces":{"north":{"uv":[15,14,16,16],"texture":"#1"},"east":{"uv":[14,14,16,2],"rotation":90,"texture":"#1"},"west":{"uv":[14,2,16,14],"rotation":90,"texture":"#1"},"up":{"uv":[13,0,14,12],"texture":"#1"},"down":{"uv":[13,0,14,12],"texture":"#1"}}},{"from":[3.5,5,12],"to":[4.5,8,15],"rotation":{"angle":0,"axis":"y","origin":[0,3,1]},"faces":{"north":{"uv":[5,16,6,13],"texture":"#0"},"east":{"uv":[5,16,8,13],"texture":"#0"},"south":{"uv":[7,16,8,13],"texture":"#0"},"west":{"uv":[5,16,8,13],"texture":"#0"},"up":{"uv":[8,15,5,16],"rotation":90,"texture":"#0"},"down":{"uv":[5,13,8,14],"rotation":90,"texture":"#0"}}},{"from":[3.5,6,14],"to":[4.5,7,13],"rotation":{"angle":0,"axis":"y","origin":[0,3,1]},"faces":{"north":{"uv":[5,14,6,15],"texture":"#0"},"south":{"uv":[7,14,8,15],"texture":"#0"},"up":{"uv":[6,15,7,16],"texture":"#0"},"down":{"uv":[6,13,7,14],"texture":"#0"}}},{"from":[11.5,5,12],"to":[12.5,8,15],"rotation":{"angle":0,"axis":"y","origin":[0,3,1]},"faces":{"north":{"uv":[5,16,6,13],"texture":"#0"},"east":{"uv":[5,16,8,13],"texture":"#0"},"south":{"uv":[7,16,8,13],"texture":"#0"},"west":{"uv":[5,16,8,13],"texture":"#0"},"up":{"uv":[5,15,8,16],"rotation":90,"texture":"#0"},"down":{"uv":[8,13,5,14],"rotation":90,"texture":"#0"}}},{"from":[11.5,6,14],"to":[12.5,7,13],"rotation":{"angle":0,"axis":"y","origin":[0,3,1]},"faces":{"north":{"uv":[5,14,6,15],"texture":"#0"},"south":{"uv":[7,14,8,15],"texture":"#0"},"up":{"uv":[6,15,7,16],"texture":"#0"},"down":{"uv":[6,13,7,14],"texture":"#0"}}},{"from":[4.5,1,13],"to":[11.5,3,15],"faces":{"north":{"uv":[11,0,13,7],"rotation":90,"texture":"#1"},"east":{"uv":[11,7,13,9],"texture":"#1"},"south":{"uv":[11,0,13,7],"rotation":90,"texture":"#1"},"west":{"uv":[11,7,13,9],"texture":"#1"},"up":{"uv":[11,0,13,7],"rotation":90,"texture":"#1"},"down":{"uv":[11,0,13,7],"rotation":90,"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[0,10,-90],"translation":[3,-2,-3]},"thirdperson_lefthand":{"rotation":[0,10,-90],"translation":[3,-2,-3]},"firstperson_righthand":{"rotation":[25,-10,5],"translation":[3,5,-3],"scale":[1,1,0.7]},"firstperson_lefthand":{"rotation":[25,-10,5],"translation":[3,5,-3],"scale":[1,1,1]},"gui":{"rotation":[-110,-160,-160],"translation":[0,2,0],"scale":[0.7,0.7,0.7]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/holy_dagger.json b/assets/minecraft/models/item/wynn/skin/dagger/holy_dagger.json new file mode 100644 index 000000000..5aea9b312 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/holy_dagger.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"texture":"skins/holy_set/holy_dagger"},"elements":[{"from":[4.75,14.5,7],"to":[6.75,16.5,9],"faces":{"down":{"uv":[1.5,8,3.5,7.5],"texture":"#texture"},"up":{"uv":[1.5,6,3.5,6.5],"texture":"#texture"},"north":{"uv":[3.5,6,1.5,8],"texture":"#texture"},"south":{"uv":[1.5,6,3.5,8],"texture":"#texture"},"west":{"uv":[1.5,6,2,8],"texture":"#texture"},"east":{"uv":[3.5,6,3,8],"texture":"#texture"}}},{"from":[5.25,3.5,7],"to":[5.75,6.5,9],"faces":{"down":{"uv":[9,5.5,9.5,5],"texture":"#texture"},"up":{"uv":[9,2.5,9.5,3],"texture":"#texture"},"north":{"uv":[9.5,2.5,9,5.5],"texture":"#texture"},"south":{"uv":[9,2.5,9.5,5.5],"texture":"#texture"},"west":{"uv":[9,2.5,9.5,5.5],"texture":"#texture"},"east":{"uv":[9.5,2.5,9,5.5],"texture":"#texture"}}},{"from":[5.75,5.5,7],"to":[6.75,6,9],"faces":{"down":{"uv":[9.5,3.5,10.5,3],"texture":"#texture"},"up":{"uv":[9.5,3,10.5,3.5],"texture":"#texture"},"north":{"uv":[10.5,3,9.5,3.5],"texture":"#texture"},"south":{"uv":[9.5,3,10.5,3.5],"texture":"#texture"},"west":{"uv":[9.5,3,10,3.5],"texture":"#texture"},"east":{"uv":[10.5,3,10,3.5],"texture":"#texture"}}},{"from":[5.75,4,7],"to":[9.75,4.5,9],"faces":{"down":{"uv":[9.5,5,13.5,4.5],"texture":"#texture"},"up":{"uv":[9.5,4.5,13.5,5],"texture":"#texture"},"north":{"uv":[13.5,4.5,9.5,5],"texture":"#texture"},"south":{"uv":[9.5,4.5,13.5,5],"texture":"#texture"},"west":{"uv":[9.5,4.5,10,5],"texture":"#texture"},"east":{"uv":[13.5,4.5,13,5],"texture":"#texture"}}},{"from":[6.75,3.5,7],"to":[8.75,4,9],"faces":{"down":{"uv":[10.5,5.5,12.5,5],"texture":"#texture"},"up":{"uv":[10.5,5,12.5,5.5],"texture":"#texture"},"north":{"uv":[12.5,5,10.5,5.5],"texture":"#texture"},"south":{"uv":[10.5,5,12.5,5.5],"texture":"#texture"},"west":{"uv":[10.5,5,11,5.5],"texture":"#texture"},"east":{"uv":[12.5,5,12,5.5],"texture":"#texture"}}},{"from":[7.25,4.5,7],"to":[7.75,5.5,9],"faces":{"down":{"uv":[11,4.5,11.5,4],"texture":"#texture"},"up":{"uv":[11,3.5,11.5,4],"texture":"#texture"},"north":{"uv":[11.5,3.5,11,4.5],"texture":"#texture"},"south":{"uv":[11,3.5,11.5,4.5],"texture":"#texture"},"west":{"uv":[11,3.5,11.5,4.5],"texture":"#texture"},"east":{"uv":[11.5,3.5,11,4.5],"texture":"#texture"}}},{"from":[7.25,3,7],"to":[8.25,3.5,9],"faces":{"down":{"uv":[11,6,12,5.5],"texture":"#texture"},"up":{"uv":[11,5.5,12,6],"texture":"#texture"},"north":{"uv":[12,5.5,11,6],"texture":"#texture"},"south":{"uv":[11,5.5,12,6],"texture":"#texture"},"west":{"uv":[11,5.5,11.5,6],"texture":"#texture"},"east":{"uv":[12,5.5,11.5,6],"texture":"#texture"}}},{"from":[7.25,-1,7],"to":[8.25,0,9],"faces":{"down":{"uv":[11,10,12,9.5],"texture":"#texture"},"up":{"uv":[11,9,12,9.5],"texture":"#texture"},"north":{"uv":[12,9,11,10],"texture":"#texture"},"south":{"uv":[11,9,12,10],"texture":"#texture"},"west":{"uv":[11,9,11.5,10],"texture":"#texture"},"east":{"uv":[12,9,11.5,10],"texture":"#texture"}}},{"from":[7.25,-5.5,7],"to":[8.25,-4,9],"faces":{"down":{"uv":[11,14.5,12,14],"texture":"#texture"},"up":{"uv":[11,13,12,13.5],"texture":"#texture"},"north":{"uv":[12,13,11,14.5],"texture":"#texture"},"south":{"uv":[11,13,12,14.5],"texture":"#texture"},"west":{"uv":[11,13,11.5,14.5],"texture":"#texture"},"east":{"uv":[12,13,11.5,14.5],"texture":"#texture"}}},{"from":[7.75,4.5,7],"to":[10.25,5,9],"faces":{"down":{"uv":[11.5,4.5,14,4],"texture":"#texture"},"up":{"uv":[11.5,4,14,4.5],"texture":"#texture"},"north":{"uv":[14,4,11.5,4.5],"texture":"#texture"},"south":{"uv":[11.5,4,14,4.5],"texture":"#texture"},"west":{"uv":[11.5,4,12,4.5],"texture":"#texture"},"east":{"uv":[14,4,13.5,4.5],"texture":"#texture"}}},{"from":[9.75,5,7],"to":[10.25,6.5,9],"faces":{"down":{"uv":[13.5,4,14,3.5],"texture":"#texture"},"up":{"uv":[13.5,2.5,14,3],"texture":"#texture"},"north":{"uv":[14,2.5,13.5,4],"texture":"#texture"},"south":{"uv":[13.5,2.5,14,4],"texture":"#texture"},"west":{"uv":[13.5,2.5,14,4],"texture":"#texture"},"east":{"uv":[14,2.5,13.5,4],"texture":"#texture"}}},{"from":[6.75,4.5,7.75],"to":[7.25,5.5,8.25],"faces":{"down":{"uv":[0,16,0.5,15.5],"texture":"#texture"},"up":{"uv":[0,15,0.5,15.5],"texture":"#texture"},"north":{"uv":[0.5,15,0,16],"texture":"#texture"},"south":{"uv":[0,15,0.5,16],"texture":"#texture"},"west":{"uv":[0,15,0.5,16],"texture":"#texture"},"east":{"uv":[0.5,15,0,16],"texture":"#texture"}}},{"from":[4.25,21.5,7.75],"to":[5.75,22.5,8.25],"faces":{"down":{"uv":[0.5,1,2,0.5],"texture":"#texture"},"up":{"uv":[0.5,0,2,0.5],"texture":"#texture"},"north":{"uv":[2,0,0.5,1],"texture":"#texture"},"south":{"uv":[0.5,0,2,1],"texture":"#texture"},"west":{"uv":[0.5,0,1,1],"texture":"#texture"},"east":{"uv":[2,0,1.5,1],"texture":"#texture"}}},{"from":[7.25,5.5,7.75],"to":[8.75,6.5,8.25],"faces":{"down":{"uv":[0.5,15,2,14.5],"texture":"#texture"},"up":{"uv":[0.5,14,2,14.5],"texture":"#texture"},"north":{"uv":[2,14,0.5,15],"texture":"#texture"},"south":{"uv":[0.5,14,2,15],"texture":"#texture"},"west":{"uv":[0.5,14,1,15],"texture":"#texture"},"east":{"uv":[2,14,1.5,15],"texture":"#texture"}}},{"from":[4.75,20,7.75],"to":[7.75,21.5,8.25],"faces":{"down":{"uv":[1,2.5,4,2],"texture":"#texture"},"up":{"uv":[1,1,4,1.5],"texture":"#texture"},"north":{"uv":[4,1,1,2.5],"texture":"#texture"},"south":{"uv":[1,1,4,2.5],"texture":"#texture"},"west":{"uv":[1,1,1.5,2.5],"texture":"#texture"},"east":{"uv":[4,1,3.5,2.5],"texture":"#texture"}}},{"from":[7.75,5,7.75],"to":[8.75,5.5,8.25],"faces":{"down":{"uv":[1,15.5,2,15],"texture":"#texture"},"up":{"uv":[1,15,2,15.5],"texture":"#texture"},"north":{"uv":[2,15,1,15.5],"texture":"#texture"},"south":{"uv":[1,15,2,15.5],"texture":"#texture"},"west":{"uv":[1,15,1.5,15.5],"texture":"#texture"},"east":{"uv":[2,15,1.5,15.5],"texture":"#texture"}}},{"from":[5.25,18.5,7.75],"to":[10.25,20,8.25],"faces":{"down":{"uv":[1.5,4,6.5,3.5],"texture":"#texture"},"up":{"uv":[1.5,2.5,6.5,3],"texture":"#texture"},"north":{"uv":[6.5,2.5,1.5,4],"texture":"#texture"},"south":{"uv":[1.5,2.5,6.5,4],"texture":"#texture"},"west":{"uv":[1.5,2.5,2,4],"texture":"#texture"},"east":{"uv":[6.5,2.5,6,4],"texture":"#texture"}}},{"from":[5.75,21.5,7.75],"to":[7.25,22,8.25],"faces":{"down":{"uv":[2,1,3.5,0.5],"texture":"#texture"},"up":{"uv":[2,0.5,3.5,1],"texture":"#texture"},"north":{"uv":[3.5,0.5,2,1],"texture":"#texture"},"south":{"uv":[2,0.5,3.5,1],"texture":"#texture"},"west":{"uv":[2,0.5,2.5,1],"texture":"#texture"},"east":{"uv":[3.5,0.5,3,1],"texture":"#texture"}}},{"from":[5.75,18,7.75],"to":[10.75,18.5,8.25],"faces":{"down":{"uv":[2,4.5,7,4],"texture":"#texture"},"up":{"uv":[2,4,7,4.5],"texture":"#texture"},"north":{"uv":[7,4,2,4.5],"texture":"#texture"},"south":{"uv":[2,4,7,4.5],"texture":"#texture"},"west":{"uv":[2,4,2.5,4.5],"texture":"#texture"},"east":{"uv":[7,4,6.5,4.5],"texture":"#texture"}}},{"from":[6.25,6.5,7.75],"to":[8.75,13,8.25],"faces":{"down":{"uv":[2.5,16,5,15.5],"texture":"#texture"},"up":{"uv":[2.5,9.5,5,10],"texture":"#texture"},"north":{"uv":[5,9.5,2.5,16],"texture":"#texture"},"south":{"uv":[2.5,9.5,5,16],"texture":"#texture"},"west":{"uv":[2.5,9.5,3,16],"texture":"#texture"},"east":{"uv":[5,9.5,4.5,16],"texture":"#texture"}}},{"from":[6.75,17.5,7.75],"to":[10.25,18,8.25],"faces":{"down":{"uv":[3,5,6.5,4.5],"texture":"#texture"},"up":{"uv":[3,4.5,6.5,5],"texture":"#texture"},"north":{"uv":[6.5,4.5,3,5],"texture":"#texture"},"south":{"uv":[3,4.5,6.5,5],"texture":"#texture"},"west":{"uv":[3,4.5,3.5,5],"texture":"#texture"},"east":{"uv":[6.5,4.5,6,5],"texture":"#texture"}}},{"from":[7.25,13,7.75],"to":[10.25,13.5,8.25],"faces":{"down":{"uv":[3.5,9.5,6.5,9],"texture":"#texture"},"up":{"uv":[3.5,9,6.5,9.5],"texture":"#texture"},"north":{"uv":[6.5,9,3.5,9.5],"texture":"#texture"},"south":{"uv":[3.5,9,6.5,9.5],"texture":"#texture"},"west":{"uv":[3.5,9,4,9.5],"texture":"#texture"},"east":{"uv":[6.5,9,6,9.5],"texture":"#texture"}}},{"from":[7.75,20,7.75],"to":[8.75,21,8.25],"faces":{"down":{"uv":[4,2.5,5,2],"texture":"#texture"},"up":{"uv":[4,1.5,5,2],"texture":"#texture"},"north":{"uv":[5,1.5,4,2.5],"texture":"#texture"},"south":{"uv":[4,1.5,5,2.5],"texture":"#texture"},"west":{"uv":[4,1.5,4.5,2.5],"texture":"#texture"},"east":{"uv":[5,1.5,4.5,2.5],"texture":"#texture"}}},{"from":[7.75,17,7.75],"to":[10.25,17.5,8.25],"faces":{"down":{"uv":[4,5.5,6.5,5],"texture":"#texture"},"up":{"uv":[4,5,6.5,5.5],"texture":"#texture"},"north":{"uv":[6.5,5,4,5.5],"texture":"#texture"},"south":{"uv":[4,5,6.5,5.5],"texture":"#texture"},"west":{"uv":[4,5,4.5,5.5],"texture":"#texture"},"east":{"uv":[6.5,5,6,5.5],"texture":"#texture"}}},{"from":[7.75,13.5,7.75],"to":[10.25,14,8.25],"faces":{"down":{"uv":[4,9,6.5,8.5],"texture":"#texture"},"up":{"uv":[4,8.5,6.5,9],"texture":"#texture"},"north":{"uv":[6.5,8.5,4,9],"texture":"#texture"},"south":{"uv":[4,8.5,6.5,9],"texture":"#texture"},"west":{"uv":[4,8.5,4.5,9],"texture":"#texture"},"east":{"uv":[6.5,8.5,6,9],"texture":"#texture"}}},{"from":[8.25,14,7.75],"to":[10.25,17,8.25],"faces":{"down":{"uv":[4.5,8.5,6.5,8],"texture":"#texture"},"up":{"uv":[4.5,5.5,6.5,6],"texture":"#texture"},"north":{"uv":[6.5,5.5,4.5,8.5],"texture":"#texture"},"south":{"uv":[4.5,5.5,6.5,8.5],"texture":"#texture"},"west":{"uv":[4.5,5.5,5,8.5],"texture":"#texture"},"east":{"uv":[6.5,5.5,6,8.5],"texture":"#texture"}}},{"from":[8.75,20,7.75],"to":[9.75,20.5,8.25],"faces":{"down":{"uv":[5,2.5,6,2],"texture":"#texture"},"up":{"uv":[5,2,6,2.5],"texture":"#texture"},"north":{"uv":[6,2,5,2.5],"texture":"#texture"},"south":{"uv":[5,2,6,2.5],"texture":"#texture"},"west":{"uv":[5,2,5.5,2.5],"texture":"#texture"},"east":{"uv":[6,2,5.5,2.5],"texture":"#texture"}}},{"from":[8.75,7.5,7.75],"to":[9.25,13,8.25],"faces":{"down":{"uv":[5,15,5.5,14.5],"texture":"#texture"},"up":{"uv":[5,9.5,5.5,10],"texture":"#texture"},"north":{"uv":[5.5,9.5,5,15],"texture":"#texture"},"south":{"uv":[5,9.5,5.5,15],"texture":"#texture"},"west":{"uv":[5,9.5,5.5,15],"texture":"#texture"},"east":{"uv":[5.5,9.5,5,15],"texture":"#texture"}}},{"from":[9.25,8,7.75],"to":[9.75,13,8.25],"faces":{"down":{"uv":[5.5,14.5,6,14],"texture":"#texture"},"up":{"uv":[5.5,9.5,6,10],"texture":"#texture"},"north":{"uv":[6,9.5,5.5,14.5],"texture":"#texture"},"south":{"uv":[5.5,9.5,6,14.5],"texture":"#texture"},"west":{"uv":[5.5,9.5,6,14.5],"texture":"#texture"},"east":{"uv":[6,9.5,5.5,14.5],"texture":"#texture"}}},{"from":[9.75,12.5,7.75],"to":[10.25,13,8.25],"faces":{"down":{"uv":[6,10,6.5,9.5],"texture":"#texture"},"up":{"uv":[6,9.5,6.5,10],"texture":"#texture"},"north":{"uv":[6.5,9.5,6,10],"texture":"#texture"},"south":{"uv":[6,9.5,6.5,10],"texture":"#texture"},"west":{"uv":[6,9.5,6.5,10],"texture":"#texture"},"east":{"uv":[6.5,9.5,6,10],"texture":"#texture"}}},{"from":[10.25,18.5,7.75],"to":[10.75,19.5,8.25],"faces":{"down":{"uv":[6.5,4,7,3.5],"texture":"#texture"},"up":{"uv":[6.5,3,7,3.5],"texture":"#texture"},"north":{"uv":[7,3,6.5,4],"texture":"#texture"},"south":{"uv":[6.5,3,7,4],"texture":"#texture"},"west":{"uv":[6.5,3,7,4],"texture":"#texture"},"east":{"uv":[7,3,6.5,4],"texture":"#texture"}}},{"from":[4.25,14.5,7.5],"to":[7.25,16.5,8.5],"faces":{"down":{"uv":[1,8,4,7.5],"texture":"#texture"},"up":{"uv":[1,6,4,6.5],"texture":"#texture"},"north":{"uv":[4,6,1,8],"texture":"#texture"},"south":{"uv":[1,6,4,8],"texture":"#texture"},"west":{"uv":[1,6,1.5,8],"texture":"#texture"},"east":{"uv":[4,6,3.5,8],"texture":"#texture"}}},{"from":[4.75,16.5,7.5],"to":[6.75,17,8.5],"faces":{"down":{"uv":[1.5,6,3.5,5.5],"texture":"#texture"},"up":{"uv":[1.5,5.5,3.5,6],"texture":"#texture"},"north":{"uv":[3.5,5.5,1.5,6],"texture":"#texture"},"south":{"uv":[1.5,5.5,3.5,6],"texture":"#texture"},"west":{"uv":[1.5,5.5,2,6],"texture":"#texture"},"east":{"uv":[3.5,5.5,3,6],"texture":"#texture"}}},{"from":[4.75,14,7.5],"to":[6.75,14.5,8.5],"faces":{"down":{"uv":[1.5,8.5,3.5,8],"texture":"#texture"},"up":{"uv":[1.5,8,3.5,8.5],"texture":"#texture"},"north":{"uv":[3.5,8,1.5,8.5],"texture":"#texture"},"south":{"uv":[1.5,8,3.5,8.5],"texture":"#texture"},"west":{"uv":[1.5,8,2,8.5],"texture":"#texture"},"east":{"uv":[3.5,8,3,8.5],"texture":"#texture"}}},{"from":[4.75,3,7.5],"to":[5.75,6.5,8.5],"faces":{"down":{"uv":[8.5,6,9.5,5.5],"texture":"#texture"},"up":{"uv":[8.5,2.5,9.5,3],"texture":"#texture"},"north":{"uv":[9.5,2.5,8.5,6],"texture":"#texture"},"south":{"uv":[8.5,2.5,9.5,6],"texture":"#texture"},"west":{"uv":[8.5,2.5,9,6],"texture":"#texture"},"east":{"uv":[9.5,2.5,9,6],"texture":"#texture"}}},{"from":[5.25,6.5,7.5],"to":[5.75,7,8.5],"faces":{"down":{"uv":[9,2.5,9.5,2],"texture":"#texture"},"up":{"uv":[9,2,9.5,2.5],"texture":"#texture"},"north":{"uv":[9.5,2,9,2.5],"texture":"#texture"},"south":{"uv":[9,2,9.5,2.5],"texture":"#texture"},"west":{"uv":[9,2,9.5,2.5],"texture":"#texture"},"east":{"uv":[9.5,2,9,2.5],"texture":"#texture"}}},{"from":[5.25,2.5,7.5],"to":[5.75,3,8.5],"faces":{"down":{"uv":[9,6.5,9.5,6],"texture":"#texture"},"up":{"uv":[9,6,9.5,6.5],"texture":"#texture"},"north":{"uv":[9.5,6,9,6.5],"texture":"#texture"},"south":{"uv":[9,6,9.5,6.5],"texture":"#texture"},"west":{"uv":[9,6,9.5,6.5],"texture":"#texture"},"east":{"uv":[9.5,6,9,6.5],"texture":"#texture"}}},{"from":[5.75,3.5,7.5],"to":[6.25,6.5,8.5],"faces":{"down":{"uv":[9.5,5.5,10,5],"texture":"#texture"},"up":{"uv":[9.5,2.5,10,3],"texture":"#texture"},"north":{"uv":[10,2.5,9.5,5.5],"texture":"#texture"},"south":{"uv":[9.5,2.5,10,5.5],"texture":"#texture"},"west":{"uv":[9.5,2.5,10,5.5],"texture":"#texture"},"east":{"uv":[10,2.5,9.5,5.5],"texture":"#texture"}}},{"from":[6.25,5.5,7.5],"to":[7.25,6.5,8.5],"faces":{"down":{"uv":[10,3.5,11,3],"texture":"#texture"},"up":{"uv":[10,2.5,11,3],"texture":"#texture"},"north":{"uv":[11,2.5,10,3.5],"texture":"#texture"},"south":{"uv":[10,2.5,11,3.5],"texture":"#texture"},"west":{"uv":[10,2.5,10.5,3.5],"texture":"#texture"},"east":{"uv":[11,2.5,10.5,3.5],"texture":"#texture"}}},{"from":[6.25,3.5,7.5],"to":[10.25,4.5,8.5],"faces":{"down":{"uv":[10,5.5,14,5],"texture":"#texture"},"up":{"uv":[10,4.5,14,5],"texture":"#texture"},"north":{"uv":[14,4.5,10,5.5],"texture":"#texture"},"south":{"uv":[10,4.5,14,5.5],"texture":"#texture"},"west":{"uv":[10,4.5,10.5,5.5],"texture":"#texture"},"east":{"uv":[14,4.5,13.5,5.5],"texture":"#texture"}}},{"from":[6.75,3,7.5],"to":[8.75,3.5,8.5],"faces":{"down":{"uv":[10.5,6,12.5,5.5],"texture":"#texture"},"up":{"uv":[10.5,5.5,12.5,6],"texture":"#texture"},"north":{"uv":[12.5,5.5,10.5,6],"texture":"#texture"},"south":{"uv":[10.5,5.5,12.5,6],"texture":"#texture"},"west":{"uv":[10.5,5.5,11,6],"texture":"#texture"},"east":{"uv":[12.5,5.5,12,6],"texture":"#texture"}}},{"from":[6.75,-1,7.5],"to":[8.75,0,8.5],"faces":{"down":{"uv":[10.5,10,12.5,9.5],"texture":"#texture"},"up":{"uv":[10.5,9,12.5,9.5],"texture":"#texture"},"north":{"uv":[12.5,9,10.5,10],"texture":"#texture"},"south":{"uv":[10.5,9,12.5,10],"texture":"#texture"},"west":{"uv":[10.5,9,11,10],"texture":"#texture"},"east":{"uv":[12.5,9,12,10],"texture":"#texture"}}},{"from":[6.75,-5.5,7.5],"to":[8.75,-4,8.5],"faces":{"down":{"uv":[10.5,14.5,12.5,14],"texture":"#texture"},"up":{"uv":[10.5,13,12.5,13.5],"texture":"#texture"},"north":{"uv":[12.5,13,10.5,14.5],"texture":"#texture"},"south":{"uv":[10.5,13,12.5,14.5],"texture":"#texture"},"west":{"uv":[10.5,13,11,14.5],"texture":"#texture"},"east":{"uv":[12.5,13,12,14.5],"texture":"#texture"}}},{"from":[7.25,4.5,7.5],"to":[7.75,5.5,8.5],"faces":{"down":{"uv":[11,4.5,11.5,4],"texture":"#texture"},"up":{"uv":[11,3.5,11.5,4],"texture":"#texture"},"north":{"uv":[11.5,3.5,11,4.5],"texture":"#texture"},"south":{"uv":[11,3.5,11.5,4.5],"texture":"#texture"},"west":{"uv":[11,3.5,11.5,4.5],"texture":"#texture"},"east":{"uv":[11.5,3.5,11,4.5],"texture":"#texture"}}},{"from":[7.25,0,7.5],"to":[8.25,3,8.5],"faces":{"down":{"uv":[11,9,12,8.5],"texture":"#texture"},"up":{"uv":[11,6,12,6.5],"texture":"#texture"},"north":{"uv":[12,6,11,9],"texture":"#texture"},"south":{"uv":[11,6,12,9],"texture":"#texture"},"west":{"uv":[11,6,11.5,9],"texture":"#texture"},"east":{"uv":[12,6,11.5,9],"texture":"#texture"}}},{"from":[7.25,-4,7.5],"to":[8.25,-1,8.5],"faces":{"down":{"uv":[11,13,12,12.5],"texture":"#texture"},"up":{"uv":[11,10,12,10.5],"texture":"#texture"},"north":{"uv":[12,10,11,13],"texture":"#texture"},"south":{"uv":[11,10,12,13],"texture":"#texture"},"west":{"uv":[11,10,11.5,13],"texture":"#texture"},"east":{"uv":[12,10,11.5,13],"texture":"#texture"}}},{"from":[7.25,-6,7.5],"to":[8.25,-5.5,8.5],"faces":{"down":{"uv":[11,15,12,14.5],"texture":"#texture"},"up":{"uv":[11,14.5,12,15],"texture":"#texture"},"north":{"uv":[12,14.5,11,15],"texture":"#texture"},"south":{"uv":[11,14.5,12,15],"texture":"#texture"},"west":{"uv":[11,14.5,11.5,15],"texture":"#texture"},"east":{"uv":[12,14.5,11.5,15],"texture":"#texture"}}},{"from":[7.75,4.5,7.5],"to":[10.75,5,8.5],"faces":{"down":{"uv":[11.5,4.5,14.5,4],"texture":"#texture"},"up":{"uv":[11.5,4,14.5,4.5],"texture":"#texture"},"north":{"uv":[14.5,4,11.5,4.5],"texture":"#texture"},"south":{"uv":[11.5,4,14.5,4.5],"texture":"#texture"},"west":{"uv":[11.5,4,12,4.5],"texture":"#texture"},"east":{"uv":[14.5,4,14,4.5],"texture":"#texture"}}},{"from":[9.25,5,7.5],"to":[10.75,7,8.5],"faces":{"down":{"uv":[13,4,14.5,3.5],"texture":"#texture"},"up":{"uv":[13,2,14.5,2.5],"texture":"#texture"},"north":{"uv":[14.5,2,13,4],"texture":"#texture"},"south":{"uv":[13,2,14.5,4],"texture":"#texture"},"west":{"uv":[13,2,13.5,4],"texture":"#texture"},"east":{"uv":[14.5,2,14,4],"texture":"#texture"}}},{"from":[9.75,2.5,7.5],"to":[10.25,3.5,8.5],"faces":{"down":{"uv":[13.5,6.5,14,6],"texture":"#texture"},"up":{"uv":[13.5,5.5,14,6],"texture":"#texture"},"north":{"uv":[14,5.5,13.5,6.5],"texture":"#texture"},"south":{"uv":[13.5,5.5,14,6.5],"texture":"#texture"},"west":{"uv":[13.5,5.5,14,6.5],"texture":"#texture"},"east":{"uv":[14,5.5,13.5,6.5],"texture":"#texture"}}},{"from":[10.25,2.5,7.5],"to":[10.75,3,8.5],"faces":{"down":{"uv":[14,6.5,14.5,6],"texture":"#texture"},"up":{"uv":[14,6,14.5,6.5],"texture":"#texture"},"north":{"uv":[14.5,6,14,6.5],"texture":"#texture"},"south":{"uv":[14,6,14.5,6.5],"texture":"#texture"},"west":{"uv":[14,6,14.5,6.5],"texture":"#texture"},"east":{"uv":[14.5,6,14,6.5],"texture":"#texture"}}},{"from":[10.75,6.5,7.5],"to":[11.25,7.5,8.5],"faces":{"down":{"uv":[14.5,2.5,15,2],"texture":"#texture"},"up":{"uv":[14.5,1.5,15,2],"texture":"#texture"},"north":{"uv":[15,1.5,14.5,2.5],"texture":"#texture"},"south":{"uv":[14.5,1.5,15,2.5],"texture":"#texture"},"west":{"uv":[14.5,1.5,15,2.5],"texture":"#texture"},"east":{"uv":[15,1.5,14.5,2.5],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[0,90,0],"translation":[0,5.86,0.57],"scale":[1,1,1]},"thirdperson_lefthand":{"rotation":[0,-90,0],"translation":[0,5.86,0.57],"scale":[1,1,1]},"firstperson_righthand":{"rotation":[0,94,-6],"translation":[3.21,3.97,-2.08],"scale":[1,1,1]},"firstperson_lefthand":{"rotation":[0,-94,6],"translation":[3.21,3.97,-2.65],"scale":[1,1,1]},"gui":{"rotation":[0,0,-45],"translation":[0,0,0],"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/hook_dagger.json b/assets/minecraft/models/item/wynn/skin/dagger/hook_dagger.json new file mode 100644 index 000000000..3b0ab42b1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/hook_dagger.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/hook_atlas"},"elements":[{"from":[4.5714,1.7778,7.1111],"to":[5.3333,4.57145,8.88888],"faces":{"down":{"uv":[0.9375,8.3125,1.125,8.75],"texture":"#0"},"up":{"uv":[0.9375,9.3125,1.125,8.875],"texture":"#0"},"north":{"uv":[0.75,0.875,0.5625,1.5625],"texture":"#0"},"south":{"uv":[0.5625,2.5,0.75,3.1875],"texture":"#0"},"west":{"uv":[0,14.5625,0.4375,15.25],"texture":"#0"},"east":{"uv":[0.4375,13.75,0,14.4375],"texture":"#0"}}},{"from":[4.5714,4.5714,7.3651],"to":[5.3333,4.825369,8.63494],"faces":{"up":{"uv":[1.25,6.875,1.4375,6.5625],"texture":"#0"},"north":{"uv":[15.875,12.25,15.6875,12.3125],"texture":"#0"},"south":{"uv":[8.125,10.6875,8.3125,10.75],"texture":"#0"},"west":{"uv":[4.4375,9.25,4.75,9.3125],"texture":"#0"},"east":{"uv":[4.75,8.875,4.4375,8.9375],"texture":"#0"}}},{"from":[4.5714,4.8254,7.619],"to":[5.3333,5.33334,8.38091],"faces":{"up":{"uv":[3.6875,13.25,3.875,13.0625],"texture":"#0"},"north":{"uv":[4.125,11.8125,3.9375,11.9375],"texture":"#0"},"south":{"uv":[3.9375,11.5625,4.125,11.6875],"texture":"#0"},"west":{"uv":[3.9375,11.3125,4.125,11.4375],"texture":"#0"},"east":{"uv":[4.125,11.0625,3.9375,11.1875],"texture":"#0"}}},{"from":[4.5714,5.3333,7.873],"to":[5.3333,5.587269,8.12697],"faces":{"up":{"uv":[8.75,10.75,8.9375,10.6875],"texture":"#0"},"north":{"uv":[9.25,10.6875,9.0625,10.75],"texture":"#0"},"south":{"uv":[9.375,10.6875,9.5625,10.75],"texture":"#0"},"west":{"uv":[15.8125,12.0625,15.875,12.125],"texture":"#0"},"east":{"uv":[15.875,11.3125,15.8125,11.375],"texture":"#0"}}},{"from":[4.8254,1.7778,6.3492],"to":[5.84127,4.31748,6.60317],"faces":{"down":{"uv":[15.625,11.6875,15.875,11.75],"texture":"#0"},"up":{"uv":[15.625,11.5625,15.875,11.5],"texture":"#0"},"north":{"uv":[0.25,7.375,0,8],"texture":"#0"},"south":{"uv":[0,6.625,0.25,7.25],"texture":"#0"},"west":{"uv":[0.375,1.375,0.4375,2],"texture":"#0"},"east":{"uv":[0.4375,0.625,0.375,1.25],"texture":"#0"}}},{"from":[4.8254,1.7778,6.6032],"to":[5.58731,4.31748,7.11114],"faces":{"down":{"uv":[3.9375,10.8125,4.125,10.9375],"texture":"#0"},"up":{"uv":[3.9375,10.6875,4.125,10.5625],"texture":"#0"},"south":{"uv":[0.9375,10.1875,1.125,10.8125],"texture":"#0"},"west":{"uv":[0.9375,6.4375,1.0625,7.0625],"texture":"#0"},"east":{"uv":[1.0625,5.6875,0.9375,6.3125],"texture":"#0"}}},{"from":[4.8254,1.7778,8.8889],"to":[5.58731,5.07939,9.14287],"faces":{"down":{"uv":[9.6875,10.6875,9.875,10.75],"texture":"#0"},"up":{"uv":[10,10.75,10.1875,10.6875],"texture":"#0"},"north":{"uv":[0.75,5.0625,0.5625,5.875],"texture":"#0"},"south":{"uv":[0.5625,4.125,0.75,4.9375],"texture":"#0"},"west":{"uv":[1.25,3,1.3125,3.8125],"texture":"#0"},"east":{"uv":[1.5,3,1.4375,3.8125],"texture":"#0"}}},{"from":[4.8254,1.7778,9.1429],"to":[5.58731,4.31748,9.650839],"faces":{"down":{"uv":[3.9375,10.3125,4.125,10.4375],"texture":"#0"},"up":{"uv":[3.9375,10.1875,4.125,10.0625],"texture":"#0"},"south":{"uv":[0.9375,13.1875,1.125,13.8125],"texture":"#0"},"west":{"uv":[0.9375,4.1875,1.0625,4.8125],"texture":"#0"},"east":{"uv":[1.0625,3.4375,0.9375,4.0625],"texture":"#0"}}},{"from":[4.8254,4.3175,6.8571],"to":[5.58731,5.07941,7.11107],"faces":{"up":{"uv":[10.625,10.75,10.8125,10.6875],"texture":"#0"},"north":{"uv":[4.1875,13.0625,4,13.25],"texture":"#0"},"south":{"uv":[4.3125,13.0625,4.5,13.25],"texture":"#0"},"west":{"uv":[4.6875,0.125,4.75,0.3125],"texture":"#0"},"east":{"uv":[4.9375,0.125,4.875,0.3125],"texture":"#0"}}},{"from":[4.8254,4.5714,7.1111],"to":[5.33334,5.841239,7.365069],"faces":{"up":{"uv":[15.75,10.9375,15.875,10.875],"texture":"#0"},"north":{"uv":[2.0625,2.3125,1.9375,2.625],"texture":"#0"},"south":{"uv":[2.1875,2.3125,2.3125,2.625],"texture":"#0"},"west":{"uv":[4.25,3.625,4.3125,3.9375],"texture":"#0"},"east":{"uv":[4.3125,3.1875,4.25,3.5],"texture":"#0"}}},{"from":[4.8254,4.5714,8.6349],"to":[5.33334,5.841239,8.88887],"faces":{"up":{"uv":[10.5,10.125,10.625,10.0625],"texture":"#0"},"north":{"uv":[2.0625,1.125,1.9375,1.4375],"texture":"#0"},"south":{"uv":[2.1875,1.125,2.3125,1.4375],"texture":"#0"},"west":{"uv":[2.4375,3.625,2.5,3.9375],"texture":"#0"},"east":{"uv":[2.5,3.1875,2.4375,3.5],"texture":"#0"}}},{"from":[4.8254,4.8254,7.3651],"to":[5.33334,5.84127,7.61907],"faces":{"up":{"uv":[11,10.125,11.125,10.0625],"texture":"#0"},"south":{"uv":[3.0625,4.75,3.1875,5],"texture":"#0"},"west":{"uv":[4.25,2.0625,4.3125,2.3125],"texture":"#0"},"east":{"uv":[4.3125,1.6875,4.25,1.9375],"texture":"#0"}}},{"from":[4.8254,4.8254,8.381],"to":[5.33334,5.84127,8.63497],"faces":{"up":{"uv":[11.5,10.125,11.625,10.0625],"texture":"#0"},"north":{"uv":[3.1875,4.375,3.0625,4.625],"texture":"#0"},"west":{"uv":[4.25,1.3125,4.3125,1.5625],"texture":"#0"},"east":{"uv":[4.3125,0.9375,4.25,1.1875],"texture":"#0"}}},{"from":[4.8254,5.3333,7.619],"to":[5.33334,6.0952,7.87297],"faces":{"up":{"uv":[12,10.125,12.125,10.0625],"texture":"#0"},"north":{"uv":[4.0625,9,3.9375,9.1875],"texture":"#0"},"south":{"uv":[3.9375,8.6875,4.0625,8.875],"texture":"#0"},"west":{"uv":[5.0625,3.3125,5.125,3.5],"texture":"#0"},"east":{"uv":[5.125,3,5.0625,3.1875],"texture":"#0"}}},{"from":[4.8254,5.3333,8.127],"to":[5.33334,6.0952,8.38097],"faces":{"up":{"uv":[12.5,10.125,12.625,10.0625],"texture":"#0"},"north":{"uv":[4.0625,8.375,3.9375,8.5625],"texture":"#0"},"south":{"uv":[3.375,9.3125,3.5,9.5],"texture":"#0"},"west":{"uv":[5.0625,2.6875,5.125,2.875],"texture":"#0"},"east":{"uv":[5.125,2.375,5.0625,2.5625],"texture":"#0"}}},{"from":[4.8254,5.5873,7.873],"to":[5.33334,6.34921,8.12697],"faces":{"up":{"uv":[13,10.125,13.125,10.0625],"texture":"#0"},"north":{"uv":[3.5,9,3.375,9.1875],"texture":"#0"},"south":{"uv":[3.375,8.6875,3.5,8.875],"texture":"#0"},"west":{"uv":[5.0625,1.4375,5.125,1.625],"texture":"#0"},"east":{"uv":[5.125,1.125,5.0625,1.3125],"texture":"#0"}}},{"from":[5.0794,1.7778,6.0952],"to":[6.09527,4.31748,6.34917],"faces":{"down":{"uv":[4.4375,2.875,4.6875,2.9375],"texture":"#0"},"up":{"uv":[4.4375,2.75,4.6875,2.6875],"texture":"#0"},"north":{"uv":[0.25,4.375,0,5],"texture":"#0"},"south":{"uv":[0,3.625,0.25,4.25],"texture":"#0"},"west":{"uv":[2.625,3.125,2.6875,3.75],"texture":"#0"},"east":{"uv":[2.6875,2.375,2.625,3],"texture":"#0"}}},{"from":[5.0794,1.7778,9.6508],"to":[6.09527,4.31748,9.90477],"faces":{"down":{"uv":[4.4375,2.5,4.6875,2.5625],"texture":"#0"},"up":{"uv":[4.4375,2.375,4.6875,2.3125],"texture":"#0"},"north":{"uv":[0.25,5.875,0,6.5],"texture":"#0"},"south":{"uv":[0,1.375,0.25,2],"texture":"#0"},"west":{"uv":[2.625,0.125,2.6875,0.75],"texture":"#0"},"east":{"uv":[2.875,11.3125,2.8125,11.9375],"texture":"#0"}}},{"from":[5.0794,4.3175,6.3492],"to":[5.84131,4.82544,6.60317],"faces":{"up":{"uv":[14.6875,10.75,14.875,10.6875],"texture":"#0"},"north":{"uv":[1.125,0.125,0.9375,0.25],"texture":"#0"},"south":{"uv":[3.625,8,3.8125,8.125],"texture":"#0"},"west":{"uv":[1.6875,0.125,1.75,0.25],"texture":"#0"},"east":{"uv":[1.9375,0.125,1.875,0.25],"texture":"#0"}}},{"from":[5.0794,4.3175,6.6032],"to":[5.58734,5.58734,6.85717],"faces":{"up":{"uv":[13.5,10.125,13.625,10.0625],"texture":"#0"},"north":{"uv":[2.9375,9.25,2.8125,9.5625],"texture":"#0"},"south":{"uv":[2.8125,8.8125,2.9375,9.125],"texture":"#0"},"west":{"uv":[2.4375,2.75,2.5,3.0625],"texture":"#0"},"east":{"uv":[4,3.4375,3.9375,3.75],"texture":"#0"}}},{"from":[5.0794,4.3175,9.1429],"to":[5.58734,5.58734,9.396869],"faces":{"up":{"uv":[14,10.125,14.125,10.0625],"texture":"#0"},"north":{"uv":[2.9375,7.9375,2.8125,8.25],"texture":"#0"},"south":{"uv":[2.8125,7.5,2.9375,7.8125],"texture":"#0"},"west":{"uv":[2.4375,2.3125,2.5,2.625],"texture":"#0"},"east":{"uv":[2.5,1.125,2.4375,1.4375],"texture":"#0"}}},{"from":[5.0794,4.3175,9.3968],"to":[5.84131,4.82544,9.65077],"faces":{"down":{"uv":[5.25,10.25,5.4375,10.3125],"texture":"#0"},"up":{"uv":[5.25,10.125,5.4375,10.0625],"texture":"#0"},"north":{"uv":[3.8125,11.5,3.625,11.625],"texture":"#0"},"south":{"uv":[3.625,11.25,3.8125,11.375],"texture":"#0"},"west":{"uv":[4.6875,8.0625,4.75,8.1875],"texture":"#0"},"east":{"uv":[4.75,5.5625,4.6875,5.6875],"texture":"#0"}}},{"from":[5.0794,5.0794,6.8571],"to":[5.58734,6.09527,7.11107],"faces":{"up":{"uv":[14.5,10.125,14.625,10.0625],"texture":"#0"},"north":{"uv":[3.5,10,3.375,10.25],"texture":"#0"},"south":{"uv":[3.375,9.625,3.5,9.875],"texture":"#0"},"west":{"uv":[4.875,10.1875,4.9375,10.4375],"texture":"#0"},"east":{"uv":[4.9375,9.8125,4.875,10.0625],"texture":"#0"}}},{"from":[5.0794,5.0794,8.8889],"to":[5.58734,6.09527,9.14287],"faces":{"up":{"uv":[15,10.125,15.125,10.0625],"texture":"#0"},"north":{"uv":[2.5,11.375,2.375,11.625],"texture":"#0"},"south":{"uv":[2.375,10.375,2.5,10.625],"texture":"#0"},"west":{"uv":[4.875,8.6875,4.9375,8.9375],"texture":"#0"},"east":{"uv":[4.9375,8.3125,4.875,8.5625],"texture":"#0"}}},{"from":[5.0794,5.8413,7.1111],"to":[5.33337,6.60321,7.61904],"faces":{"down":{"uv":[4.6875,5.3125,4.75,5.4375],"texture":"#0"},"up":{"uv":[5.9375,7,6,6.875],"texture":"#0"},"north":{"uv":[5.3125,8.0625,5.25,8.25],"texture":"#0"},"south":{"uv":[5.25,7.75,5.3125,7.9375],"texture":"#0"},"west":{"uv":[3.375,7.875,3.5,8.0625],"texture":"#0"},"east":{"uv":[3.5,7.5625,3.375,7.75],"texture":"#0"}}},{"from":[5.0794,5.8413,8.381],"to":[5.33337,6.60321,8.88894],"faces":{"down":{"uv":[6.125,1.625,6.1875,1.75],"texture":"#0"},"up":{"uv":[6.125,2,6.1875,1.875],"texture":"#0"},"north":{"uv":[5.8125,9.3125,5.75,9.5],"texture":"#0"},"south":{"uv":[5.75,9,5.8125,9.1875],"texture":"#0"},"west":{"uv":[3.375,7.25,3.5,7.4375],"texture":"#0"},"east":{"uv":[3.5,6.9375,3.375,7.125],"texture":"#0"}}},{"from":[5.0794,6.0952,7.619],"to":[5.33337,6.85711,7.87297],"faces":{"up":{"uv":[7.3125,2.6875,7.375,2.625],"texture":"#0"},"north":{"uv":[5.8125,3.375,5.75,3.5625],"texture":"#0"},"south":{"uv":[5.75,3.0625,5.8125,3.25],"texture":"#0"},"west":{"uv":[5.75,2.75,5.8125,2.9375],"texture":"#0"},"east":{"uv":[5.8125,2.4375,5.75,2.625],"texture":"#0"}}},{"from":[5.0794,6.0952,8.127],"to":[5.33337,6.85711,8.38097],"faces":{"up":{"uv":[13.5,8.6875,13.5625,8.625],"texture":"#0"},"north":{"uv":[5.8125,0.875,5.75,1.0625],"texture":"#0"},"south":{"uv":[5.75,0.5625,5.8125,0.75],"texture":"#0"},"west":{"uv":[5.75,0.25,5.8125,0.4375],"texture":"#0"},"east":{"uv":[6,9.9375,5.9375,10.125],"texture":"#0"}}},{"from":[5.0794,6.3492,7.873],"to":[6.34924,6.85714,8.12697],"faces":{"down":{"uv":[5.125,11.875,5.4375,11.9375],"texture":"#0"},"up":{"uv":[5.5625,11.9375,5.875,11.875],"texture":"#0"},"north":{"uv":[2.5,11.75,2.1875,11.875],"texture":"#0"},"south":{"uv":[2.0625,1.625,2.375,1.75],"texture":"#0"},"west":{"uv":[6.125,4.125,6.1875,4.25],"texture":"#0"},"east":{"uv":[6.1875,4.375,6.125,4.5],"texture":"#0"}}},{"from":[5.3333,1.7778,5.5873],"to":[6.603139,4.06351,5.84127],"faces":{"down":{"uv":[6,11.875,6.3125,11.9375],"texture":"#0"},"up":{"uv":[6.4375,11.9375,6.75,11.875],"texture":"#0"},"north":{"uv":[12.3125,15.4375,12,16],"texture":"#0"},"south":{"uv":[13.3125,15.4375,13.625,16],"texture":"#0"},"west":{"uv":[3.0625,6.25,3.125,6.8125],"texture":"#0"},"east":{"uv":[2.875,4.3125,2.8125,4.875],"texture":"#0"}}},{"from":[5.3333,1.7778,5.8413],"to":[6.34917,4.31748,6.09527],"faces":{"down":{"uv":[5.3125,11.125,5.5625,11.1875],"texture":"#0"},"up":{"uv":[5.6875,11.1875,5.9375,11.125],"texture":"#0"},"north":{"uv":[0.8125,13.125,0.5625,13.75],"texture":"#0"},"south":{"uv":[0.5625,7.875,0.8125,8.5],"texture":"#0"},"west":{"uv":[2.625,10.625,2.6875,11.25],"texture":"#0"},"east":{"uv":[2.6875,9.875,2.625,10.5],"texture":"#0"}}},{"from":[5.3333,1.7778,9.904799],"to":[6.34917,4.31748,10.15877],"faces":{"down":{"uv":[6.0625,11.125,6.3125,11.1875],"texture":"#0"},"up":{"uv":[6.4375,11.1875,6.6875,11.125],"texture":"#0"},"north":{"uv":[0.8125,8.625,0.5625,9.25],"texture":"#0"},"south":{"uv":[0.5625,9.375,0.8125,10],"texture":"#0"},"west":{"uv":[2.625,7.625,2.6875,8.25],"texture":"#0"},"east":{"uv":[2.6875,6.875,2.625,7.5],"texture":"#0"}}},{"from":[5.3333,1.7778,10.1587],"to":[6.603139,4.06351,10.41267],"faces":{"down":{"uv":[6.875,11.875,7.1875,11.9375],"texture":"#0"},"up":{"uv":[9.0625,11.9375,9.375,11.875],"texture":"#0"},"north":{"uv":[15.375,15.4375,15.0625,16],"texture":"#0"},"south":{"uv":[13.75,15.4375,14.0625,16],"texture":"#0"},"west":{"uv":[2.8125,1.5625,2.875,2.125],"texture":"#0"},"east":{"uv":[2.875,0.875,2.8125,1.4375],"texture":"#0"}}},{"from":[5.3333,4.3175,6.0952],"to":[6.0952,5.33337,6.34917],"faces":{"up":{"uv":[14.1875,10.3125,14.375,10.25],"texture":"#0"},"north":{"uv":[1.875,9.375,1.6875,9.625],"texture":"#0"},"south":{"uv":[2,9.375,2.1875,9.625],"texture":"#0"},"west":{"uv":[4.875,7.1875,4.9375,7.4375],"texture":"#0"},"east":{"uv":[4.9375,6.8125,4.875,7.0625],"texture":"#0"}}},{"from":[5.3333,4.3175,9.6508],"to":[6.0952,5.33337,9.90477],"faces":{"up":{"uv":[14.8125,10.3125,15,10.25],"texture":"#0"},"north":{"uv":[1.4375,0.9375,1.25,1.1875],"texture":"#0"},"south":{"uv":[1.25,0.1875,1.4375,0.4375],"texture":"#0"},"west":{"uv":[4.875,6.4375,4.9375,6.6875],"texture":"#0"},"east":{"uv":[4.9375,6.0625,4.875,6.3125],"texture":"#0"}}},{"from":[5.3333,4.8254,6.3492],"to":[5.841239,5.84127,6.60317],"faces":{"up":{"uv":[14.375,9.9375,14.5,9.875],"texture":"#0"},"north":{"uv":[3.1875,2.125,3.0625,2.375],"texture":"#0"},"south":{"uv":[3.0625,1.75,3.1875,2],"texture":"#0"},"west":{"uv":[4.875,5.6875,4.9375,5.9375],"texture":"#0"},"east":{"uv":[4.9375,5.3125,4.875,5.5625],"texture":"#0"}}},{"from":[5.3333,4.8254,9.3968],"to":[5.841239,5.84127,9.65077],"faces":{"up":{"uv":[13.875,9.9375,14,9.875],"texture":"#0"},"north":{"uv":[3.1875,5.5,3.0625,5.75],"texture":"#0"},"south":{"uv":[3.0625,0.25,3.1875,0.5],"texture":"#0"},"west":{"uv":[4.875,4.9375,4.9375,5.1875],"texture":"#0"},"east":{"uv":[4.9375,4.5625,4.875,4.8125],"texture":"#0"}}},{"from":[5.3333,5.5873,6.6032],"to":[5.587269,6.60317,6.85717],"faces":{"up":{"uv":[7.125,2.875,7.1875,2.8125],"texture":"#0"},"north":{"uv":[4.9375,4.1875,4.875,4.4375],"texture":"#0"},"south":{"uv":[4.875,3.8125,4.9375,4.0625],"texture":"#0"},"west":{"uv":[4.875,3.4375,4.9375,3.6875],"texture":"#0"},"east":{"uv":[4.9375,3.0625,4.875,3.3125],"texture":"#0"}}},{"from":[5.3333,5.5873,9.1429],"to":[5.587269,6.60317,9.396869],"faces":{"up":{"uv":[7.125,3.25,7.1875,3.1875],"texture":"#0"},"north":{"uv":[4.9375,2.6875,4.875,2.9375],"texture":"#0"},"south":{"uv":[4.875,2.3125,4.9375,2.5625],"texture":"#0"},"west":{"uv":[4.875,1.9375,4.9375,2.1875],"texture":"#0"},"east":{"uv":[4.9375,1.5625,4.875,1.8125],"texture":"#0"}}},{"from":[5.3333,6.0952,6.8571],"to":[5.587269,6.60314,7.11107],"faces":{"up":{"uv":[7.125,4,7.1875,3.9375],"texture":"#0"},"south":{"uv":[6.125,5.125,6.1875,5.25],"texture":"#0"},"west":{"uv":[6.125,5.375,6.1875,5.5],"texture":"#0"},"east":{"uv":[6.1875,5.625,6.125,5.75],"texture":"#0"}}},{"from":[5.3333,6.0952,8.8889],"to":[5.587269,6.60314,9.14287],"faces":{"up":{"uv":[7.125,5.5,7.1875,5.4375],"texture":"#0"},"north":{"uv":[6.625,7.625,6.5625,7.75],"texture":"#0"},"west":{"uv":[6.125,6.125,6.1875,6.25],"texture":"#0"},"east":{"uv":[6.1875,6.375,6.125,6.5],"texture":"#0"}}},{"from":[5.3333,6.3492,7.1111],"to":[6.603139,7.1111,7.365069],"faces":{"down":{"uv":[8.625,11.5,8.9375,11.5625],"texture":"#0"},"up":{"uv":[8.1875,11.5625,8.5,11.5],"texture":"#0"},"north":{"uv":[15.375,14.375,15.0625,14.5625],"texture":"#0"},"south":{"uv":[1.25,5.0625,1.5625,5.25],"texture":"#0"},"west":{"uv":[5.9375,7.4375,6,7.625],"texture":"#0"},"east":{"uv":[6,7.125,5.9375,7.3125],"texture":"#0"}}},{"from":[5.3333,6.3492,7.3651],"to":[6.34917,7.1111,7.87304],"faces":{"down":{"uv":[6.375,12.625,6.625,12.75],"texture":"#0"},"up":{"uv":[6,12.75,6.25,12.625],"texture":"#0"},"south":{"uv":[1.6875,10.75,1.9375,10.9375],"texture":"#0"},"west":{"uv":[3.375,2.8125,3.5,3],"texture":"#0"},"east":{"uv":[3.5,3.125,3.375,3.3125],"texture":"#0"}}},{"from":[5.3333,6.3492,8.127],"to":[6.34917,7.1111,8.8889],"faces":{"down":{"uv":[2,10.4375,2.25,10.625],"texture":"#0"},"up":{"uv":[1.6875,10.25,1.9375,10.0625],"texture":"#0"},"north":{"uv":[2.3125,10.0625,2.0625,10.25],"texture":"#0"},"south":{"uv":[1.6875,9.75,1.9375,9.9375],"texture":"#0"},"west":{"uv":[3.0625,12.5625,3.25,12.75],"texture":"#0"},"east":{"uv":[3.25,9.9375,3.0625,10.125],"texture":"#0"}}},{"from":[5.3333,6.8571,7.873],"to":[6.34917,7.36504,8.12697],"faces":{"up":{"uv":[7.1875,11.1875,7.4375,11.125],"texture":"#0"},"north":{"uv":[5.875,12.625,5.625,12.75],"texture":"#0"},"south":{"uv":[5.25,12.625,5.5,12.75],"texture":"#0"},"west":{"uv":[6.125,6.625,6.1875,6.75],"texture":"#0"},"east":{"uv":[6.1875,6.875,6.125,7],"texture":"#0"}}},{"from":[5.5873,1.7778,5.3333],"to":[7.11111,4.06351,5.587269],"faces":{"down":{"uv":[7.9375,12.0625,8.3125,12.125],"texture":"#0"},"up":{"uv":[7.4375,12.125,7.8125,12.0625],"texture":"#0"},"north":{"uv":[9.875,15.4375,9.5,16],"texture":"#0"},"south":{"uv":[10,15.4375,10.375,16],"texture":"#0"},"west":{"uv":[2.8125,2.25,2.875,2.8125],"texture":"#0"},"east":{"uv":[2.875,0.1875,2.8125,0.75],"texture":"#0"}}},{"from":[5.5873,1.7778,9.3968],"to":[5.84127,4.31748,9.65077],"faces":{"down":{"uv":[7.125,7.6875,7.1875,7.75],"texture":"#0"},"north":{"uv":[1.75,0.375,1.6875,1],"texture":"#0"},"east":{"uv":[2.6875,1.625,2.625,2.25],"texture":"#0"}}},{"from":[5.5873,1.7778,10.4127],"to":[7.11111,4.06351,10.66667],"faces":{"down":{"uv":[11.1875,12.25,11.5625,12.3125],"texture":"#0"},"up":{"uv":[9.1875,12.3125,9.5625,12.25],"texture":"#0"},"north":{"uv":[8.875,15.4375,8.5,16],"texture":"#0"},"south":{"uv":[9,15.4375,9.375,16],"texture":"#0"},"west":{"uv":[3.0625,11.5625,3.125,12.125],"texture":"#0"},"east":{"uv":[3.125,10.875,3.0625,11.4375],"texture":"#0"}}},{"from":[5.5873,4.0635,5.5873],"to":[6.60317,4.57144,5.84127],"faces":{"up":{"uv":[7.9375,11.1875,8.1875,11.125],"texture":"#0"},"north":{"uv":[13.375,12.625,13.125,12.75],"texture":"#0"},"south":{"uv":[12.75,12.625,13,12.75],"texture":"#0"},"west":{"uv":[6.125,7.125,6.1875,7.25],"texture":"#0"},"east":{"uv":[6.1875,9.375,6.125,9.5],"texture":"#0"}}},{"from":[5.5873,4.0635,10.1587],"to":[6.60317,4.57144,10.41267],"faces":{"up":{"uv":[8.6875,11.1875,8.9375,11.125],"texture":"#0"},"north":{"uv":[12.625,12.625,12.375,12.75],"texture":"#0"},"south":{"uv":[12,12.625,12.25,12.75],"texture":"#0"},"west":{"uv":[6.125,9.625,6.1875,9.75],"texture":"#0"},"east":{"uv":[6,0.125,5.9375,0.25],"texture":"#0"}}},{"from":[5.5873,4.3175,5.8413],"to":[6.34921,5.07941,6.09527],"faces":{"up":{"uv":[13.4375,10.75,13.625,10.6875],"texture":"#0"},"north":{"uv":[3.25,10.5625,3.0625,10.75],"texture":"#0"},"south":{"uv":[3.0625,10.25,3.25,10.4375],"texture":"#0"},"west":{"uv":[5.0625,0.8125,5.125,1],"texture":"#0"},"east":{"uv":[5.125,0.5,5.0625,0.6875],"texture":"#0"}}},{"from":[5.5873,4.3175,9.904799],"to":[6.34921,5.07941,10.15877],"faces":{"up":{"uv":[5.25,9.75,5.4375,9.6875],"texture":"#0"},"north":{"uv":[3.25,9,3.0625,9.1875],"texture":"#0"},"south":{"uv":[3.0625,13.0625,3.25,13.25],"texture":"#0"},"west":{"uv":[5.25,9.0625,5.3125,9.25],"texture":"#0"},"east":{"uv":[5.3125,8.75,5.25,8.9375],"texture":"#0"}}},{"from":[5.5873,5.3333,6.0952],"to":[6.09524,6.34917,6.34917],"faces":{"up":{"uv":[10.375,9.9375,10.5,9.875],"texture":"#0"},"north":{"uv":[3.5,11.5,3.375,11.75],"texture":"#0"},"south":{"uv":[3.375,11.875,3.5,12.125],"texture":"#0"},"west":{"uv":[4.875,1.1875,4.9375,1.4375],"texture":"#0"},"east":{"uv":[4.9375,0.8125,4.875,1.0625],"texture":"#0"}}},{"from":[5.5873,5.3333,9.6508],"to":[6.09524,6.34917,9.90477],"faces":{"up":{"uv":[9.875,9.9375,10,9.875],"texture":"#0"},"north":{"uv":[3.5,12.25,3.375,12.5],"texture":"#0"},"south":{"uv":[3.0625,0.625,3.1875,0.875],"texture":"#0"},"west":{"uv":[4.875,0.4375,4.9375,0.6875],"texture":"#0"},"east":{"uv":[5.125,10.6875,5.0625,10.9375],"texture":"#0"}}},{"from":[5.5873,5.8413,6.3492],"to":[5.84127,6.60321,6.60317],"faces":{"up":{"uv":[6.9375,2.5,7,2.4375],"texture":"#0"},"north":{"uv":[5.3125,3.8125,5.25,4],"texture":"#0"},"south":{"uv":[5.25,2.75,5.3125,2.9375],"texture":"#0"},"west":{"uv":[5.25,1.3125,5.3125,1.5],"texture":"#0"},"east":{"uv":[5.3125,1,5.25,1.1875],"texture":"#0"}}},{"from":[5.5873,5.8413,9.3968],"to":[5.84127,6.60321,9.65077],"faces":{"up":{"uv":[6.9375,5.875,7,5.8125],"texture":"#0"},"north":{"uv":[5.625,10.125,5.5625,10.3125],"texture":"#0"},"south":{"uv":[5.5625,9.8125,5.625,10],"texture":"#0"},"west":{"uv":[5.5625,9.5,5.625,9.6875],"texture":"#0"},"east":{"uv":[5.625,9.1875,5.5625,9.375],"texture":"#0"}}},{"from":[5.5873,6.3492,6.6032],"to":[6.85714,6.85714,6.85717],"faces":{"down":{"uv":[11.4375,11.3125,11.75,11.375],"texture":"#0"},"up":{"uv":[8.1875,11.75,8.5,11.6875],"texture":"#0"},"north":{"uv":[2.5,12.625,2.1875,12.75],"texture":"#0"},"south":{"uv":[2.1875,12,2.5,12.125],"texture":"#0"},"west":{"uv":[5.9375,1.375,6,1.5],"texture":"#0"},"east":{"uv":[6,1.625,5.9375,1.75],"texture":"#0"}}},{"from":[5.5873,6.3492,6.8571],"to":[6.60317,6.85714,7.11107],"faces":{"down":{"uv":[9.0625,11.125,9.3125,11.1875],"texture":"#0"},"up":{"uv":[9.4375,11.1875,9.6875,11.125],"texture":"#0"},"west":{"uv":[5.9375,1.875,6,2],"texture":"#0"},"east":{"uv":[6,2.125,5.9375,2.25],"texture":"#0"}}},{"from":[5.5873,6.3492,8.8889],"to":[6.60317,6.85714,9.39684],"faces":{"down":{"uv":[6.75,12.625,7,12.75],"texture":"#0"},"up":{"uv":[9.375,12.75,9.625,12.625],"texture":"#0"},"north":{"uv":[9.25,12.625,9,12.75],"texture":"#0"},"south":{"uv":[8.625,12.625,8.875,12.75],"texture":"#0"},"west":{"uv":[9.8125,11.0625,9.9375,11.1875],"texture":"#0"},"east":{"uv":[10.1875,11.0625,10.0625,11.1875],"texture":"#0"}}},{"from":[5.5873,7.1111,7.1111],"to":[6.60317,7.365069,7.365069],"faces":{"up":{"uv":[10.6875,11.1875,10.9375,11.125],"texture":"#0"},"north":{"uv":[11.3125,11.125,11.0625,11.1875],"texture":"#0"},"south":{"uv":[11.4375,11.125,11.6875,11.1875],"texture":"#0"},"west":{"uv":[6.9375,8.25,7,8.3125],"texture":"#0"},"east":{"uv":[14.875,9,14.8125,9.0625],"texture":"#0"}}},{"from":[5.5873,7.1111,7.3651],"to":[6.34921,7.365069,7.87304],"faces":{"up":{"uv":[3.625,8.625,3.8125,8.5],"texture":"#0"},"west":{"uv":[6.625,9.875,6.75,9.9375],"texture":"#0"},"east":{"uv":[6.5,9.875,6.375,9.9375],"texture":"#0"}}},{"from":[5.5873,7.1111,8.127],"to":[6.34921,7.365069,8.8889],"faces":{"up":{"uv":[3.0625,9.8125,3.25,9.625],"texture":"#0"},"south":{"uv":[14,10.4375,14.1875,10.5],"texture":"#0"},"west":{"uv":[14.3125,10.4375,14.5,10.5],"texture":"#0"},"east":{"uv":[14.8125,10.4375,14.625,10.5],"texture":"#0"}}},{"from":[5.8413,4.0635,5.3333],"to":[7.11114,4.31747,5.587269],"faces":{"up":{"uv":[13.875,11.9375,14.1875,11.875],"texture":"#0"},"north":{"uv":[14.625,11.875,14.3125,11.9375],"texture":"#0"},"south":{"uv":[15.1875,11.875,15.5,11.9375],"texture":"#0"},"west":{"uv":[12.75,9,12.8125,9.0625],"texture":"#0"},"east":{"uv":[12.625,9,12.5625,9.0625],"texture":"#0"}}},{"from":[5.8413,4.0635,10.4127],"to":[7.11114,4.31747,10.66667],"faces":{"up":{"uv":[11.6875,11.75,12,11.6875],"texture":"#0"},"north":{"uv":[14.1875,11.6875,13.875,11.75],"texture":"#0"},"south":{"uv":[14.3125,11.6875,14.625,11.75],"texture":"#0"},"west":{"uv":[12.375,9,12.4375,9.0625],"texture":"#0"},"east":{"uv":[12.25,9,12.1875,9.0625],"texture":"#0"}}},{"from":[5.8413,4.5714,5.5873],"to":[6.60321,5.07934,5.84127],"faces":{"up":{"uv":[15.25,10.5,15.4375,10.4375],"texture":"#0"},"north":{"uv":[3.8125,1.5,3.625,1.625],"texture":"#0"},"south":{"uv":[3.625,1,3.8125,1.125],"texture":"#0"},"west":{"uv":[5.9375,3.875,6,4],"texture":"#0"},"east":{"uv":[6,4.125,5.9375,4.25],"texture":"#0"}}},{"from":[5.8413,4.5714,10.1587],"to":[6.60321,5.07934,10.41267],"faces":{"up":{"uv":[5.75,10.3125,5.9375,10.25],"texture":"#0"},"north":{"uv":[3.8125,0.75,3.625,0.875],"texture":"#0"},"south":{"uv":[3.625,0.5,3.8125,0.625],"texture":"#0"},"west":{"uv":[5.9375,4.375,6,4.5],"texture":"#0"},"east":{"uv":[6,4.625,5.9375,4.75],"texture":"#0"}}},{"from":[5.8413,5.0794,5.8413],"to":[6.34924,6.34924,6.09527],"faces":{"up":{"uv":[15.25,10.125,15.375,10.0625],"texture":"#0"},"north":{"uv":[2.1875,0.6875,2.0625,1],"texture":"#0"},"south":{"uv":[1.9375,2.75,2.0625,3.0625],"texture":"#0"},"west":{"uv":[4.25,5.8125,4.3125,6.125],"texture":"#0"},"east":{"uv":[4.3125,5.375,4.25,5.6875],"texture":"#0"}}},{"from":[5.8413,5.0794,9.904799],"to":[6.34924,6.34924,10.15877],"faces":{"up":{"uv":[8.25,9.25,8.375,9.1875],"texture":"#0"},"north":{"uv":[1.8125,1.125,1.6875,1.4375],"texture":"#0"},"south":{"uv":[2.3125,0.25,2.4375,0.5625],"texture":"#0"},"west":{"uv":[3.9375,2.5625,4,2.875],"texture":"#0"},"east":{"uv":[4,3,3.9375,3.3125],"texture":"#0"}}},{"from":[5.8413,6.3492,6.0952],"to":[10.15876,6.85714,6.34917],"faces":{"down":{"uv":[2.6875,14.9375,3.75,15],"texture":"#0"},"up":{"uv":[1.5,15,2.5625,14.9375],"texture":"#0"},"north":{"uv":[3.75,15.125,2.6875,15.25],"texture":"#0"},"south":{"uv":[1.5,15.125,2.5625,15.25],"texture":"#0"},"west":{"uv":[6.5625,2.625,6.625,2.75],"texture":"#0"},"east":{"uv":[6.625,2.875,6.5625,3],"texture":"#0"}}},{"from":[5.8413,6.3492,6.3492],"to":[7.36511,7.1111,6.60317],"faces":{"down":{"uv":[5.9375,12.0625,6.3125,12.125],"texture":"#0"},"up":{"uv":[5.4375,12.125,5.8125,12.0625],"texture":"#0"},"north":{"uv":[8.125,14.375,7.75,14.5625],"texture":"#0"},"south":{"uv":[6.25,14.375,6.625,14.5625],"texture":"#0"},"west":{"uv":[5.75,7.75,5.8125,7.9375],"texture":"#0"},"east":{"uv":[5.125,3.625,5.0625,3.8125],"texture":"#0"}}},{"from":[5.8413,6.3492,9.3968],"to":[7.36511,7.1111,9.65077],"faces":{"down":{"uv":[12.1875,12.25,12.5625,12.3125],"texture":"#0"},"up":{"uv":[12.6875,12.3125,13.0625,12.25],"texture":"#0"},"north":{"uv":[7.625,14.375,7.25,14.5625],"texture":"#0"},"south":{"uv":[6.75,14.375,7.125,14.5625],"texture":"#0"},"west":{"uv":[5.0625,0.1875,5.125,0.375],"texture":"#0"},"east":{"uv":[5.3125,9.375,5.25,9.5625],"texture":"#0"}}},{"from":[5.8413,6.3492,9.6508],"to":[10.15876,6.85714,9.90477],"faces":{"down":{"uv":[5.0625,14.9375,6.125,15],"texture":"#0"},"up":{"uv":[3.875,15,4.9375,14.9375],"texture":"#0"},"north":{"uv":[4.9375,15.125,3.875,15.25],"texture":"#0"},"south":{"uv":[5.0625,15.125,6.125,15.25],"texture":"#0"},"west":{"uv":[6.5625,3.125,6.625,3.25],"texture":"#0"},"east":{"uv":[6.625,3.375,6.5625,3.5],"texture":"#0"}}},{"from":[5.8413,6.8571,6.6032],"to":[6.85717,7.36504,6.85717],"faces":{"up":{"uv":[12.1875,11.1875,12.4375,11.125],"texture":"#0"},"north":{"uv":[4.75,12.625,4.5,12.75],"texture":"#0"},"south":{"uv":[4.875,12.625,5.125,12.75],"texture":"#0"},"west":{"uv":[6.5625,3.625,6.625,3.75],"texture":"#0"},"east":{"uv":[6.625,3.875,6.5625,4],"texture":"#0"}}},{"from":[5.8413,6.8571,6.8571],"to":[6.60321,7.36504,7.11107],"faces":{"up":{"uv":[5.25,2.4375,5.4375,2.375],"texture":"#0"},"south":{"uv":[3.625,6.5,3.8125,6.625],"texture":"#0"},"west":{"uv":[6.5625,7.125,6.625,7.25],"texture":"#0"},"east":{"uv":[6.625,7.375,6.5625,7.5],"texture":"#0"}}},{"from":[5.8413,6.8571,8.8889],"to":[6.60321,7.36504,9.39684],"faces":{"up":{"uv":[3.625,5.625,3.8125,5.5],"texture":"#0"},"north":{"uv":[3.8125,5.25,3.625,5.375],"texture":"#0"},"south":{"uv":[3.625,5,3.8125,5.125],"texture":"#0"},"west":{"uv":[12.5625,11.0625,12.6875,11.1875],"texture":"#0"},"east":{"uv":[12.9375,11.0625,12.8125,11.1875],"texture":"#0"}}},{"from":[5.8413,7.3651,7.3651],"to":[7.61908,7.61907,7.61907],"faces":{"down":{"uv":[3.625,12.4375,4.0625,12.5],"texture":"#0"},"up":{"uv":[5.3125,12.5,5.75,12.4375],"texture":"#0"},"north":{"uv":[6.3125,12.4375,5.875,12.5],"texture":"#0"},"south":{"uv":[6.4375,12.4375,6.875,12.5],"texture":"#0"},"west":{"uv":[7.125,2.0625,7.1875,2.125],"texture":"#0"},"east":{"uv":[7.1875,2.25,7.125,2.3125],"texture":"#0"}}},{"from":[5.8413,7.3651,7.619],"to":[7.36511,7.61907,8.63487],"faces":{"down":{"uv":[1.6875,14,2.0625,14.25],"texture":"#0"},"up":{"uv":[2.1875,14.25,2.5625,14],"texture":"#0"},"south":{"uv":[11.4375,12.0625,11.8125,12.125],"texture":"#0"},"west":{"uv":[13.0625,11.125,13.3125,11.1875],"texture":"#0"},"east":{"uv":[13.6875,11.125,13.4375,11.1875],"texture":"#0"}}},{"from":[6.0952,1.7778,5.0794],"to":[9.90472,4.31748,5.33337],"faces":{"down":{"uv":[2.6875,14,3.625,14.0625],"texture":"#0"},"up":{"uv":[2.6875,14.25,3.625,14.1875],"texture":"#0"},"north":{"uv":[2,15.375,1.0625,16],"texture":"#0"},"south":{"uv":[0,15.375,0.9375,16],"texture":"#0"},"west":{"uv":[2.625,12.125,2.6875,12.75],"texture":"#0"},"east":{"uv":[2.6875,11.375,2.625,12],"texture":"#0"}}},{"from":[6.0952,1.7778,10.6667],"to":[9.90472,4.31748,10.92067],"faces":{"down":{"uv":[12.9375,14.5,13.875,14.5625],"texture":"#0"},"up":{"uv":[14.8125,15,15.75,14.9375],"texture":"#0"},"north":{"uv":[3.0625,15.375,2.125,16],"texture":"#0"},"south":{"uv":[3.1875,15.375,4.125,16],"texture":"#0"},"west":{"uv":[2.625,9.125,2.6875,9.75],"texture":"#0"},"east":{"uv":[2.6875,8.375,2.625,9],"texture":"#0"}}},{"from":[6.0952,4.3175,5.3333],"to":[7.11107,5.33337,5.587269],"faces":{"up":{"uv":[14.1875,11.1875,14.4375,11.125],"texture":"#0"},"north":{"uv":[1.5,9.125,1.25,9.375],"texture":"#0"},"south":{"uv":[1.25,9.5,1.5,9.75],"texture":"#0"},"west":{"uv":[5.0625,10.3125,5.125,10.5625],"texture":"#0"},"east":{"uv":[5.125,9.9375,5.0625,10.1875],"texture":"#0"}}},{"from":[6.0952,4.3175,10.4127],"to":[7.11107,5.33337,10.66667],"faces":{"up":{"uv":[14.9375,11.1875,15.1875,11.125],"texture":"#0"},"north":{"uv":[1.5,9.875,1.25,10.125],"texture":"#0"},"south":{"uv":[1.25,8.75,1.5,9],"texture":"#0"},"west":{"uv":[5.0625,6.1875,5.125,6.4375],"texture":"#0"},"east":{"uv":[5.125,9.5625,5.0625,9.8125],"texture":"#0"}}},{"from":[6.0952,5.0794,5.5873],"to":[6.60314,6.34924,5.84127],"faces":{"up":{"uv":[7.75,9.25,7.875,9.1875],"texture":"#0"},"north":{"uv":[2.9375,7.0625,2.8125,7.375],"texture":"#0"},"south":{"uv":[1.9375,3.625,2.0625,3.9375],"texture":"#0"},"west":{"uv":[4.25,8.875,4.3125,9.1875],"texture":"#0"},"east":{"uv":[4.3125,9.3125,4.25,9.625],"texture":"#0"}}},{"from":[6.0952,5.0794,10.1587],"to":[6.60314,6.34924,10.41267],"faces":{"up":{"uv":[7.25,9.25,7.375,9.1875],"texture":"#0"},"north":{"uv":[2.3125,3.625,2.1875,3.9375],"texture":"#0"},"south":{"uv":[1.6875,3.1875,1.8125,3.5],"texture":"#0"},"west":{"uv":[4.25,10.625,4.3125,10.9375],"texture":"#0"},"east":{"uv":[4.3125,11.0625,4.25,11.375],"texture":"#0"}}},{"from":[6.0952,6.3492,5.8413],"to":[9.90472,6.85714,6.09527],"faces":{"down":{"uv":[11.4375,14.5,12.375,14.5625],"texture":"#0"},"up":{"uv":[6.9375,14.25,7.875,14.1875],"texture":"#0"},"north":{"uv":[2.9375,14.6875,2,14.8125],"texture":"#0"},"west":{"uv":[6.5625,8.375,6.625,8.5],"texture":"#0"},"east":{"uv":[6.625,8.625,6.5625,8.75],"texture":"#0"}}},{"from":[6.0952,6.3492,9.904799],"to":[9.90472,6.85714,10.15877],"faces":{"down":{"uv":[9.9375,14.5,10.875,14.5625],"texture":"#0"},"up":{"uv":[13.75,15,14.6875,14.9375],"texture":"#0"},"south":{"uv":[13.75,15.125,14.6875,15.25],"texture":"#0"},"west":{"uv":[6.5625,8.875,6.625,9],"texture":"#0"},"east":{"uv":[6.625,9.125,6.5625,9.25],"texture":"#0"}}},{"from":[6.0952,6.8571,6.0952],"to":[9.90472,7.11107,6.34917],"faces":{"up":{"uv":[6.9375,14.0625,7.875,14],"texture":"#0"},"north":{"uv":[5.75,14,4.8125,14.0625],"texture":"#0"},"south":{"uv":[12.6875,14.9375,13.625,15],"texture":"#0"},"west":{"uv":[12.375,8.8125,12.4375,8.875],"texture":"#0"},"east":{"uv":[11.5,8.8125,11.4375,8.875],"texture":"#0"}}},{"from":[6.0952,6.8571,9.6508],"to":[9.90472,7.11107,9.90477],"faces":{"up":{"uv":[10.5625,15,11.5,14.9375],"texture":"#0"},"north":{"uv":[10.4375,14.9375,9.5,15],"texture":"#0"},"south":{"uv":[5.875,14.1875,6.8125,14.25],"texture":"#0"},"west":{"uv":[10.875,8.8125,10.9375,8.875],"texture":"#0"},"east":{"uv":[10.375,8.8125,10.3125,8.875],"texture":"#0"}}},{"from":[6.0952,7.1111,6.3492],"to":[7.36504,7.365069,6.60317],"faces":{"up":{"uv":[9.5,11.9375,9.8125,11.875],"texture":"#0"},"north":{"uv":[15.6875,12.0625,15.375,12.125],"texture":"#0"},"south":{"uv":[14.9375,12.0625,15.25,12.125],"texture":"#0"},"west":{"uv":[9.9375,8.8125,10,8.875],"texture":"#0"},"east":{"uv":[9.8125,8.8125,9.75,8.875],"texture":"#0"}}},{"from":[6.0952,7.1111,9.3968],"to":[7.36504,7.365069,9.65077],"faces":{"up":{"uv":[11.25,11.5625,11.5625,11.5],"texture":"#0"},"north":{"uv":[11.125,11.5,10.8125,11.5625],"texture":"#0"},"south":{"uv":[14.75,11.6875,15.0625,11.75],"texture":"#0"},"west":{"uv":[8.4375,8.8125,8.5,8.875],"texture":"#0"},"east":{"uv":[8.3125,8.8125,8.25,8.875],"texture":"#0"}}},{"from":[6.0952,7.3651,6.8571],"to":[9.90472,7.61907,7.36504],"faces":{"down":{"uv":[12.6875,15.125,13.625,15.25],"texture":"#0"},"up":{"uv":[11.625,15.25,12.5625,15.125],"texture":"#0"},"north":{"uv":[14.9375,14.5,14,14.5625],"texture":"#0"},"south":{"uv":[3.75,14,4.6875,14.0625],"texture":"#0"},"west":{"uv":[15.125,9.4375,15.25,9.5],"texture":"#0"},"east":{"uv":[15,9.4375,14.875,9.5],"texture":"#0"}}},{"from":[6.0952,7.3651,8.6349],"to":[9.90472,7.61907,9.14284],"faces":{"down":{"uv":[10.5625,15.125,11.5,15.25],"texture":"#0"},"up":{"uv":[9.5,15.25,10.4375,15.125],"texture":"#0"},"north":{"uv":[4.6875,14.1875,3.75,14.25],"texture":"#0"},"south":{"uv":[4.8125,14.1875,5.75,14.25],"texture":"#0"},"west":{"uv":[14.625,9.4375,14.75,9.5],"texture":"#0"},"east":{"uv":[14.5,9.4375,14.375,9.5],"texture":"#0"}}},{"from":[6.0952,7.619,7.873],"to":[7.36504,7.87297,8.12697],"faces":{"up":{"uv":[14.0625,11.375,14.375,11.3125],"texture":"#0"},"north":{"uv":[12.1875,11.3125,11.875,11.375],"texture":"#0"},"south":{"uv":[6,11.6875,6.3125,11.75],"texture":"#0"},"west":{"uv":[6.9375,2.8125,7,2.875],"texture":"#0"},"east":{"uv":[7,3,6.9375,3.0625],"texture":"#0"}}},{"from":[6.3492,1.7778,4.8254],"to":[9.65079,4.31748,5.07937],"faces":{"down":{"uv":[8.25,13.625,9.0625,13.6875],"texture":"#0"},"up":{"uv":[9.1875,13.6875,10,13.625],"texture":"#0"},"north":{"uv":[7.875,15.375,7.0625,16],"texture":"#0"},"west":{"uv":[0.375,7.375,0.4375,8],"texture":"#0"},"east":{"uv":[0.4375,5.125,0.375,5.75],"texture":"#0"}}},{"from":[6.3492,1.7778,10.9206],"to":[9.65079,4.31748,11.17457],"faces":{"down":{"uv":[1.6875,13.8125,2.5,13.875],"texture":"#0"},"up":{"uv":[1.6875,13.5,2.5,13.4375],"texture":"#0"},"south":{"uv":[5.1875,15.375,6,16],"texture":"#0"},"west":{"uv":[2.625,12.875,2.6875,13.5],"texture":"#0"},"east":{"uv":[1.9375,0.375,1.875,1],"texture":"#0"}}},{"from":[6.3492,4.3175,5.0794],"to":[9.65079,4.82544,5.33337],"faces":{"up":{"uv":[13.875,13.6875,14.6875,13.625],"texture":"#0"},"north":{"uv":[10.4375,14.6875,9.625,14.8125],"texture":"#0"},"south":{"uv":[4.9375,14.6875,5.75,14.8125],"texture":"#0"},"west":{"uv":[13.6875,9.375,13.75,9.5],"texture":"#0"},"east":{"uv":[13.5625,9.375,13.5,9.5],"texture":"#0"}}},{"from":[6.3492,4.3175,10.6667],"to":[9.65079,4.82544,10.92067],"faces":{"up":{"uv":[12,13.6875,12.8125,13.625],"texture":"#0"},"north":{"uv":[4.8125,14.6875,4,14.8125],"texture":"#0"},"south":{"uv":[3.0625,14.6875,3.875,14.8125],"texture":"#0"},"west":{"uv":[13.3125,9.375,13.375,9.5],"texture":"#0"},"east":{"uv":[13.1875,9.375,13.125,9.5],"texture":"#0"}}},{"from":[6.3492,5.3333,5.3333],"to":[7.1111,5.841239,5.587269],"faces":{"up":{"uv":[7.75,10.5,7.9375,10.4375],"texture":"#0"},"north":{"uv":[3.8125,9.25,3.625,9.375],"texture":"#0"},"south":{"uv":[3.625,11,3.8125,11.125],"texture":"#0"},"west":{"uv":[11.6875,9.375,11.75,9.5],"texture":"#0"},"east":{"uv":[11.5625,9.375,11.5,9.5],"texture":"#0"}}},{"from":[6.3492,5.3333,10.4127],"to":[7.1111,5.841239,10.66667],"faces":{"up":{"uv":[11.375,10.3125,11.5625,10.25],"texture":"#0"},"north":{"uv":[4.125,9.8125,3.9375,9.9375],"texture":"#0"},"south":{"uv":[3.625,8.25,3.8125,8.375],"texture":"#0"},"west":{"uv":[10.5625,9.375,10.625,9.5],"texture":"#0"},"east":{"uv":[10.4375,9.375,10.375,9.5],"texture":"#0"}}},{"from":[6.3492,6.3492,5.5873],"to":[9.65079,6.60317,5.84127],"faces":{"down":{"uv":[14.8125,13.625,15.625,13.6875],"texture":"#0"},"up":{"uv":[1.6875,13.125,2.5,13.0625],"texture":"#0"},"north":{"uv":[2.5,12.875,1.6875,12.9375],"texture":"#0"},"west":{"uv":[6.75,3.375,6.8125,3.4375],"texture":"#0"},"east":{"uv":[6.8125,3.5625,6.75,3.625],"texture":"#0"}}},{"from":[6.3492,6.3492,8.6349],"to":[6.60317,7.36507,8.88887],"faces":{"down":{"uv":[6.75,3.75,6.8125,3.8125],"texture":"#0"},"north":{"uv":[5.125,9.1875,5.0625,9.4375],"texture":"#0"},"south":{"uv":[5.0625,8.8125,5.125,9.0625],"texture":"#0"},"west":{"uv":[5.0625,8.4375,5.125,8.6875],"texture":"#0"},"east":{"uv":[5.125,8.0625,5.0625,8.3125],"texture":"#0"}}},{"from":[6.3492,6.3492,10.1587],"to":[9.65079,6.60317,10.41267],"faces":{"down":{"uv":[1.6875,13.25,2.5,13.3125],"texture":"#0"},"up":{"uv":[7.3125,13.6875,8.125,13.625],"texture":"#0"},"south":{"uv":[4.5,13.625,5.3125,13.6875],"texture":"#0"},"west":{"uv":[7.3125,7.6875,7.375,7.75],"texture":"#0"},"east":{"uv":[7.375,7.875,7.3125,7.9375],"texture":"#0"}}},{"from":[6.3492,6.8571,5.8413],"to":[9.65079,7.11107,6.09527],"faces":{"up":{"uv":[2.625,13.6875,3.4375,13.625],"texture":"#0"},"north":{"uv":[2.5,13.625,1.6875,13.6875],"texture":"#0"},"west":{"uv":[14.4375,8.625,14.5,8.6875],"texture":"#0"},"east":{"uv":[14.3125,8.625,14.25,8.6875],"texture":"#0"}}},{"from":[6.3492,6.8571,9.904799],"to":[9.65079,7.11107,10.15877],"faces":{"up":{"uv":[12.9375,13.875,13.75,13.8125],"texture":"#0"},"south":{"uv":[11.0625,13.8125,11.875,13.875],"texture":"#0"},"west":{"uv":[12.375,8.625,12.4375,8.6875],"texture":"#0"},"east":{"uv":[7.1875,1.875,7.125,1.9375],"texture":"#0"}}},{"from":[6.3492,7.1111,6.0952],"to":[9.65079,7.365069,6.34917],"faces":{"up":{"uv":[9.1875,13.875,10,13.8125],"texture":"#0"},"north":{"uv":[9.0625,13.8125,8.25,13.875],"texture":"#0"},"south":{"uv":[7.3125,13.8125,8.125,13.875],"texture":"#0"},"west":{"uv":[7.125,2.4375,7.1875,2.5],"texture":"#0"},"east":{"uv":[7.1875,6.1875,7.125,6.25],"texture":"#0"}}},{"from":[6.3492,7.1111,9.6508],"to":[9.65079,7.365069,9.90477],"faces":{"up":{"uv":[6.375,13.875,7.1875,13.8125],"texture":"#0"},"north":{"uv":[6.25,13.8125,5.4375,13.875],"texture":"#0"},"south":{"uv":[4.5,13.8125,5.3125,13.875],"texture":"#0"},"west":{"uv":[14.4375,8.8125,14.5,8.875],"texture":"#0"},"east":{"uv":[13.9375,8.8125,13.875,8.875],"texture":"#0"}}},{"from":[6.3492,7.3651,6.3492],"to":[9.65079,7.61907,6.85714],"faces":{"down":{"uv":[8.6875,14.6875,9.5,14.8125],"texture":"#0"},"up":{"uv":[7.75,14.8125,8.5625,14.6875],"texture":"#0"},"north":{"uv":[4.375,13.8125,3.5625,13.875],"texture":"#0"},"west":{"uv":[9.125,9.4375,9.25,9.5],"texture":"#0"},"east":{"uv":[9,9.4375,8.875,9.5],"texture":"#0"}}},{"from":[6.3492,7.3651,9.1429],"to":[9.65079,7.61907,9.650839],"faces":{"down":{"uv":[6.8125,14.6875,7.625,14.8125],"texture":"#0"},"up":{"uv":[5.875,14.8125,6.6875,14.6875],"texture":"#0"},"south":{"uv":[14.75,14.1875,15.5625,14.25],"texture":"#0"},"west":{"uv":[8.625,9.4375,8.75,9.5],"texture":"#0"},"east":{"uv":[8.5,9.4375,8.375,9.5],"texture":"#0"}}},{"from":[6.3492,7.619,7.3651],"to":[7.61904,7.87297,7.61907],"faces":{"up":{"uv":[7.9375,11.375,8.25,11.3125],"texture":"#0"},"north":{"uv":[8.6875,11.3125,8.375,11.375],"texture":"#0"},"south":{"uv":[8.8125,11.3125,9.125,11.375],"texture":"#0"},"west":{"uv":[6.9375,0.9375,7,1],"texture":"#0"},"east":{"uv":[7,1.125,6.9375,1.1875],"texture":"#0"}}},{"from":[6.3492,7.619,7.619],"to":[7.36507,7.87297,7.87297],"faces":{"up":{"uv":[5.25,10.9375,5.5,10.875],"texture":"#0"},"west":{"uv":[13.6875,9,13.75,9.0625],"texture":"#0"},"east":{"uv":[10.5625,9,10.5,9.0625],"texture":"#0"}}},{"from":[6.3492,7.619,8.127],"to":[7.36507,7.87297,8.63494],"faces":{"up":{"uv":[3.375,12.75,3.625,12.625],"texture":"#0"},"south":{"uv":[6.75,10.875,7,10.9375],"texture":"#0"},"west":{"uv":[7.375,9.4375,7.5,9.5],"texture":"#0"},"east":{"uv":[7.25,9.4375,7.125,9.5],"texture":"#0"}}},{"from":[6.3492,13.4603,7.873],"to":[6.60317,13.96824,8.12697],"faces":{"down":{"uv":[7.125,8.0625,7.1875,8.125],"texture":"#0"},"up":{"uv":[14.8125,8.875,14.875,8.8125],"texture":"#0"},"north":{"uv":[7,9.375,6.9375,9.5],"texture":"#0"},"south":{"uv":[6.75,9.375,6.8125,9.5],"texture":"#0"},"west":{"uv":[6.5625,9.375,6.625,9.5],"texture":"#0"},"east":{"uv":[6.375,0.25,6.3125,0.375],"texture":"#0"}}},{"from":[6.6032,4.8254,5.0794],"to":[9.39685,5.58731,5.33337],"faces":{"up":{"uv":[1.6875,7.875,2.375,7.8125],"texture":"#0"},"north":{"uv":[7.75,15.0625,7.0625,15.25],"texture":"#0"},"south":{"uv":[6.25,15.0625,6.9375,15.25],"texture":"#0"},"west":{"uv":[5.5625,8.875,5.625,9.0625],"texture":"#0"},"east":{"uv":[5.625,8.5625,5.5625,8.75],"texture":"#0"}}},{"from":[6.6032,4.8254,10.6667],"to":[9.39685,5.58731,10.92067],"faces":{"up":{"uv":[1.6875,7.5,2.375,7.4375],"texture":"#0"},"north":{"uv":[8.5625,15.0625,7.875,15.25],"texture":"#0"},"south":{"uv":[8.6875,15.0625,9.375,15.25],"texture":"#0"},"west":{"uv":[5.9375,7.75,6,7.9375],"texture":"#0"},"east":{"uv":[5.625,2.9375,5.5625,3.125],"texture":"#0"}}},{"from":[6.6032,5.8413,5.3333],"to":[7.11114,6.60321,5.587269],"faces":{"up":{"uv":[6.3125,0.75,6.4375,0.6875],"texture":"#0"},"north":{"uv":[3.5,5,3.375,5.1875],"texture":"#0"},"south":{"uv":[3.375,4.6875,3.5,4.875],"texture":"#0"},"west":{"uv":[5.5625,1.375,5.625,1.5625],"texture":"#0"},"east":{"uv":[5.625,6.0625,5.5625,6.25],"texture":"#0"}}},{"from":[6.6032,5.8413,10.4127],"to":[7.11114,6.60321,10.66667],"faces":{"up":{"uv":[6.3125,1.375,6.4375,1.3125],"texture":"#0"},"north":{"uv":[3.5,4.375,3.375,4.5625],"texture":"#0"},"south":{"uv":[3.375,4.0625,3.5,4.25],"texture":"#0"},"west":{"uv":[5.5625,5.125,5.625,5.3125],"texture":"#0"},"east":{"uv":[5.625,5.4375,5.5625,5.625],"texture":"#0"}}},{"from":[6.6032,6.3492,9.1429],"to":[6.85717,7.36507,9.396869],"faces":{"down":{"uv":[7.6875,9,7.75,9.0625],"texture":"#0"},"north":{"uv":[5.125,7.6875,5.0625,7.9375],"texture":"#0"},"south":{"uv":[5.0625,7.3125,5.125,7.5625],"texture":"#0"},"west":{"uv":[5.0625,6.9375,5.125,7.1875],"texture":"#0"},"east":{"uv":[5.125,6.5625,5.0625,6.8125],"texture":"#0"}}},{"from":[6.6032,6.6032,5.5873],"to":[9.39685,6.85717,5.84127],"faces":{"up":{"uv":[1.6875,7.125,2.375,7.0625],"texture":"#0"},"north":{"uv":[2.375,6.875,1.6875,6.9375],"texture":"#0"},"west":{"uv":[9.5625,9,9.625,9.0625],"texture":"#0"},"east":{"uv":[9.8125,9,9.75,9.0625],"texture":"#0"}}},{"from":[6.6032,6.6032,10.1587],"to":[9.39685,6.85717,10.41267],"faces":{"up":{"uv":[1.6875,6.375,2.375,6.3125],"texture":"#0"},"south":{"uv":[1.6875,5.9375,2.375,6],"texture":"#0"},"west":{"uv":[10.6875,9,10.75,9.0625],"texture":"#0"},"east":{"uv":[10.9375,9,10.875,9.0625],"texture":"#0"}}},{"from":[6.6032,7.1111,5.8413],"to":[9.39685,7.365069,6.09527],"faces":{"up":{"uv":[1.6875,5.625,2.375,5.5625],"texture":"#0"},"north":{"uv":[2.375,5.375,1.6875,5.4375],"texture":"#0"},"west":{"uv":[11.4375,9,11.5,9.0625],"texture":"#0"},"east":{"uv":[11.6875,9,11.625,9.0625],"texture":"#0"}}},{"from":[6.6032,7.1111,9.904799],"to":[9.39685,7.365069,10.15877],"faces":{"up":{"uv":[1.6875,4.875,2.375,4.8125],"texture":"#0"},"south":{"uv":[1.6875,4.4375,2.375,4.5],"texture":"#0"},"west":{"uv":[12.5625,8.625,12.625,8.6875],"texture":"#0"},"east":{"uv":[6.8125,2.0625,6.75,2.125],"texture":"#0"}}},{"from":[6.6032,7.619,6.8571],"to":[9.39685,7.87297,7.36504],"faces":{"up":{"uv":[12.1875,14.8125,12.875,14.6875],"texture":"#0"},"north":{"uv":[2.375,4.25,1.6875,4.3125],"texture":"#0"},"south":{"uv":[1.6875,4.0625,2.375,4.125],"texture":"#0"},"west":{"uv":[6.3125,7.5,6.4375,7.5625],"texture":"#0"},"east":{"uv":[6.4375,7.6875,6.3125,7.75],"texture":"#0"}}},{"from":[6.6032,7.619,8.6349],"to":[9.39685,7.87297,9.14284],"faces":{"up":{"uv":[10.5625,14.8125,11.25,14.6875],"texture":"#0"},"north":{"uv":[2.375,8.375,1.6875,8.4375],"texture":"#0"},"south":{"uv":[1.6875,8.1875,2.375,8.25],"texture":"#0"},"west":{"uv":[6.3125,7.875,6.4375,7.9375],"texture":"#0"},"east":{"uv":[6.4375,8.0625,6.3125,8.125],"texture":"#0"}}},{"from":[6.6032,7.873,7.873],"to":[7.36511,8.12697,8.12697],"faces":{"up":{"uv":[5.25,7.625,5.4375,7.5625],"texture":"#0"},"north":{"uv":[5.4375,8.375,5.25,8.4375],"texture":"#0"},"south":{"uv":[5.25,8.5625,5.4375,8.625],"texture":"#0"},"west":{"uv":[6.75,0.375,6.8125,0.4375],"texture":"#0"},"east":{"uv":[6.8125,0.1875,6.75,0.25],"texture":"#0"}}},{"from":[6.6032,13.7143,7.619],"to":[6.85717,14.22224,8.38091],"faces":{"down":{"uv":[5.0625,1.75,5.125,1.9375],"texture":"#0"},"up":{"uv":[5.0625,2.25,5.125,2.0625],"texture":"#0"},"north":{"uv":[6.375,8.25,6.3125,8.375],"texture":"#0"},"south":{"uv":[15.8125,9.625,15.875,9.75],"texture":"#0"},"west":{"uv":[3.625,2,3.8125,2.125],"texture":"#0"},"east":{"uv":[3.8125,1.75,3.625,1.875],"texture":"#0"}}},{"from":[6.6032,14.2222,7.873],"to":[7.36511,14.47617,8.12697],"faces":{"down":{"uv":[12.8125,10.6875,13,10.75],"texture":"#0"},"up":{"uv":[12.5,10.75,12.6875,10.6875],"texture":"#0"},"north":{"uv":[12.375,10.6875,12.1875,10.75],"texture":"#0"},"south":{"uv":[11.875,10.6875,12.0625,10.75],"texture":"#0"},"west":{"uv":[13.5,9,13.5625,9.0625],"texture":"#0"},"east":{"uv":[14.125,9,14.0625,9.0625],"texture":"#0"}}},{"from":[6.8571,4.3175,4.8254],"to":[9.14282,5.07941,5.07937],"faces":{"up":{"uv":[4.4375,12.9375,5,12.875],"texture":"#0"},"north":{"uv":[1.8125,14.375,1.25,14.5625],"texture":"#0"},"south":{"uv":[1.9375,14.375,2.5,14.5625],"texture":"#0"},"west":{"uv":[5.5625,7.3125,5.625,7.5],"texture":"#0"},"east":{"uv":[5.625,7.625,5.5625,7.8125],"texture":"#0"}}},{"from":[6.8571,4.3175,10.9206],"to":[9.14282,5.07941,11.17457],"faces":{"up":{"uv":[6.5,12.9375,7.0625,12.875],"texture":"#0"},"north":{"uv":[3.1875,14.375,2.625,14.5625],"texture":"#0"},"south":{"uv":[3.3125,14.375,3.875,14.5625],"texture":"#0"},"west":{"uv":[5.5625,7.9375,5.625,8.125],"texture":"#0"},"east":{"uv":[5.625,8.25,5.5625,8.4375],"texture":"#0"}}},{"from":[6.8571,5.5873,5.0794],"to":[9.14282,6.09524,5.33337],"faces":{"up":{"uv":[3.75,12.9375,4.3125,12.875],"texture":"#0"},"north":{"uv":[9.8125,14.4375,9.25,14.5625],"texture":"#0"},"south":{"uv":[15.1875,14.6875,15.75,14.8125],"texture":"#0"},"west":{"uv":[12.625,9.625,12.6875,9.75],"texture":"#0"},"east":{"uv":[12.5,9.625,12.4375,9.75],"texture":"#0"}}},{"from":[6.8571,5.5873,10.6667],"to":[9.14282,6.09524,10.92067],"faces":{"up":{"uv":[8.0625,13.25,8.625,13.1875],"texture":"#0"},"north":{"uv":[15.0625,14.6875,14.5,14.8125],"texture":"#0"},"south":{"uv":[13.8125,14.6875,14.375,14.8125],"texture":"#0"},"west":{"uv":[12.25,9.625,12.3125,9.75],"texture":"#0"},"east":{"uv":[12.125,9.625,12.0625,9.75],"texture":"#0"}}},{"from":[6.8571,7.3651,6.0952],"to":[9.14282,7.61907,6.34917],"faces":{"up":{"uv":[6.6875,13.25,7.25,13.1875],"texture":"#0"},"north":{"uv":[6.5625,13.1875,6,13.25],"texture":"#0"},"west":{"uv":[6.9375,7.5,7,7.5625],"texture":"#0"},"east":{"uv":[7,7.3125,6.9375,7.375],"texture":"#0"}}},{"from":[6.8571,7.3651,9.6508],"to":[9.14282,7.61907,9.90477],"faces":{"up":{"uv":[15.0625,13.5,15.625,13.4375],"texture":"#0"},"south":{"uv":[13.6875,13.4375,14.25,13.5],"texture":"#0"},"west":{"uv":[6.9375,6.5625,7,6.625],"texture":"#0"},"east":{"uv":[7,6.375,6.9375,6.4375],"texture":"#0"}}},{"from":[6.8571,7.619,6.6032],"to":[9.14282,7.87297,6.85717],"faces":{"up":{"uv":[12.3125,13.5,12.875,13.4375],"texture":"#0"},"north":{"uv":[11.5,13.4375,10.9375,13.5],"texture":"#0"},"west":{"uv":[6.9375,6.1875,7,6.25],"texture":"#0"},"east":{"uv":[7,6,6.9375,6.0625],"texture":"#0"}}},{"from":[6.8571,7.619,9.1429],"to":[9.14282,7.87297,9.396869],"faces":{"up":{"uv":[8.875,13.5,9.4375,13.4375],"texture":"#0"},"south":{"uv":[7.5,13.4375,8.0625,13.5],"texture":"#0"},"west":{"uv":[6.9375,5.625,7,5.6875],"texture":"#0"},"east":{"uv":[7,5.4375,6.9375,5.5],"texture":"#0"}}},{"from":[6.8571,7.873,7.3651],"to":[7.61901,8.12697,7.61907],"faces":{"up":{"uv":[6.1875,10.5,6.375,10.4375],"texture":"#0"},"north":{"uv":[5.4375,0.25,5.25,0.3125],"texture":"#0"},"south":{"uv":[5.25,0.4375,5.4375,0.5],"texture":"#0"},"west":{"uv":[6.9375,5.25,7,5.3125],"texture":"#0"},"east":{"uv":[7,5.0625,6.9375,5.125],"texture":"#0"}}},{"from":[6.8571,7.873,7.619],"to":[7.36504,8.12697,7.87297],"faces":{"up":{"uv":[10.8125,9.75,10.9375,9.6875],"texture":"#0"},"west":{"uv":[6.9375,3.1875,7,3.25],"texture":"#0"},"east":{"uv":[7,2.625,6.9375,2.6875],"texture":"#0"}}},{"from":[6.8571,7.873,8.127],"to":[7.36504,8.12697,8.63494],"faces":{"up":{"uv":[5.25,10.75,5.375,10.625],"texture":"#0"},"south":{"uv":[9.8125,9.6875,9.9375,9.75],"texture":"#0"},"west":{"uv":[15.125,9.875,15.25,9.9375],"texture":"#0"},"east":{"uv":[15,9.875,14.875,9.9375],"texture":"#0"}}},{"from":[6.8571,13.9683,7.873],"to":[7.11107,14.22227,8.12697],"faces":{"down":{"uv":[7.125,1.5,7.1875,1.5625],"texture":"#0"},"north":{"uv":[7.75,8.625,7.6875,8.6875],"texture":"#0"},"south":{"uv":[7.875,8.625,7.9375,8.6875],"texture":"#0"},"east":{"uv":[11.6875,8.625,11.625,8.6875],"texture":"#0"}}},{"from":[6.8571,14.2222,7.619],"to":[7.11107,14.47617,7.87297],"faces":{"down":{"uv":[12.1875,8.625,12.25,8.6875],"texture":"#0"},"up":{"uv":[12.75,8.6875,12.8125,8.625],"texture":"#0"},"north":{"uv":[13,8.625,12.9375,8.6875],"texture":"#0"},"west":{"uv":[15.5625,8.625,15.625,8.6875],"texture":"#0"},"east":{"uv":[15.8125,8.625,15.75,8.6875],"texture":"#0"}}},{"from":[6.8571,14.2222,8.127],"to":[7.11107,14.47617,8.38097],"faces":{"down":{"uv":[7.3125,8.4375,7.375,8.5],"texture":"#0"},"up":{"uv":[7.3125,8.3125,7.375,8.25],"texture":"#0"},"south":{"uv":[7.3125,4.875,7.375,4.9375],"texture":"#0"},"west":{"uv":[7.3125,4.6875,7.375,4.75],"texture":"#0"},"east":{"uv":[7.375,4.125,7.3125,4.1875],"texture":"#0"}}},{"from":[6.8571,14.4762,7.873],"to":[9.14282,14.73017,8.12697],"faces":{"down":{"uv":[11.625,13.4375,12.1875,13.5],"texture":"#0"},"up":{"uv":[5.4375,13.5,6,13.4375],"texture":"#0"},"north":{"uv":[6.6875,13.4375,6.125,13.5],"texture":"#0"},"south":{"uv":[6.8125,13.4375,7.375,13.5],"texture":"#0"},"west":{"uv":[7.3125,3.9375,7.375,4],"texture":"#0"},"east":{"uv":[7.375,1.875,7.3125,1.9375],"texture":"#0"}}},{"from":[7.1111,1.7778,4.5714],"to":[8.88888,4.57145,4.825369],"faces":{"down":{"uv":[11.6875,12.875,12.125,12.9375],"texture":"#0"},"up":{"uv":[12.25,12.9375,12.6875,12.875],"texture":"#0"},"north":{"uv":[0.4375,9.6875,0,10.375],"texture":"#0"},"south":{"uv":[0,8.875,0.4375,9.5625],"texture":"#0"},"west":{"uv":[2.0625,8.5625,2.125,9.25],"texture":"#0"},"east":{"uv":[2.3125,8.5625,2.25,9.25],"texture":"#0"}}},{"from":[7.1111,1.7778,11.1746],"to":[8.88888,4.57145,11.42857],"faces":{"down":{"uv":[15.0625,12.875,15.5,12.9375],"texture":"#0"},"up":{"uv":[14.625,12.75,15.0625,12.6875],"texture":"#0"},"north":{"uv":[0.4375,10.5,0,11.1875],"texture":"#0"},"south":{"uv":[0,11.3125,0.4375,12],"texture":"#0"},"west":{"uv":[1.6875,8.5625,1.75,9.25],"texture":"#0"},"east":{"uv":[1.9375,8.5625,1.875,9.25],"texture":"#0"}}},{"from":[7.1111,5.0794,4.8254],"to":[8.88888,5.84131,5.07937],"faces":{"up":{"uv":[4.75,12.5,5.1875,12.4375],"texture":"#0"},"north":{"uv":[4.4375,14.375,4,14.5625],"texture":"#0"},"south":{"uv":[4.5625,14.375,5,14.5625],"texture":"#0"},"west":{"uv":[5.75,9.9375,5.8125,10.125],"texture":"#0"},"east":{"uv":[5.625,0.125,5.5625,0.3125],"texture":"#0"}}},{"from":[7.1111,5.0794,10.9206],"to":[8.88888,5.84131,11.17457],"faces":{"up":{"uv":[8.125,12.5,8.5625,12.4375],"texture":"#0"},"north":{"uv":[5.5625,14.375,5.125,14.5625],"texture":"#0"},"south":{"uv":[5.6875,14.375,6.125,14.5625],"texture":"#0"},"west":{"uv":[5.5625,0.4375,5.625,0.625],"texture":"#0"},"east":{"uv":[5.625,0.75,5.5625,0.9375],"texture":"#0"}}},{"from":[7.1111,6.0952,5.0794],"to":[8.88888,6.60314,5.33337],"faces":{"up":{"uv":[8.875,12.9375,9.3125,12.875],"texture":"#0"},"north":{"uv":[10.125,14.125,9.6875,14.25],"texture":"#0"},"south":{"uv":[11.9375,14.125,12.375,14.25],"texture":"#0"},"west":{"uv":[5.9375,2.875,6,3],"texture":"#0"},"east":{"uv":[6,3.125,5.9375,3.25],"texture":"#0"}}},{"from":[7.1111,6.0952,10.6667],"to":[8.88888,6.60314,10.92067],"faces":{"up":{"uv":[13.375,12.9375,13.8125,12.875],"texture":"#0"},"north":{"uv":[13.5,14.125,13.0625,14.25],"texture":"#0"},"south":{"uv":[11.375,14.125,11.8125,14.25],"texture":"#0"},"west":{"uv":[5.9375,3.375,6,3.5],"texture":"#0"},"east":{"uv":[6,3.625,5.9375,3.75],"texture":"#0"}}},{"from":[7.1111,6.3492,5.3333],"to":[9.396809,6.60317,5.587269],"faces":{"down":{"uv":[8.75,13.1875,9.3125,13.25],"texture":"#0"},"up":{"uv":[9.4375,13.25,10,13.1875],"texture":"#0"},"north":{"uv":[10.6875,13.1875,10.125,13.25],"texture":"#0"},"east":{"uv":[6.625,1.3125,6.5625,1.375],"texture":"#0"}}},{"from":[7.1111,6.3492,10.4127],"to":[9.396809,6.60317,10.66667],"faces":{"down":{"uv":[12.5,13.1875,13.0625,13.25],"texture":"#0"},"up":{"uv":[13.1875,13.25,13.75,13.1875],"texture":"#0"},"south":{"uv":[14.5625,13.1875,15.125,13.25],"texture":"#0"},"east":{"uv":[6.625,2.0625,6.5625,2.125],"texture":"#0"}}},{"from":[7.1111,6.6032,5.3333],"to":[8.88888,7.11114,5.587269],"faces":{"up":{"uv":[10,12.9375,10.4375,12.875],"texture":"#0"},"north":{"uv":[12.9375,14.125,12.5,14.25],"texture":"#0"},"south":{"uv":[8,14.125,8.4375,14.25],"texture":"#0"},"west":{"uv":[5.9375,4.875,6,5],"texture":"#0"},"east":{"uv":[6,5.125,5.9375,5.25],"texture":"#0"}}},{"from":[7.1111,6.6032,10.4127],"to":[8.88888,7.11114,10.66667],"faces":{"up":{"uv":[14.5,12.9375,14.9375,12.875],"texture":"#0"},"north":{"uv":[14.625,14.125,14.1875,14.25],"texture":"#0"},"south":{"uv":[10.8125,14.125,11.25,14.25],"texture":"#0"},"west":{"uv":[5.9375,5.375,6,5.5],"texture":"#0"},"east":{"uv":[6,5.625,5.9375,5.75],"texture":"#0"}}},{"from":[7.1111,6.8571,5.5873],"to":[8.88888,7.36504,5.84127],"faces":{"up":{"uv":[7,12.5,7.4375,12.4375],"texture":"#0"},"north":{"uv":[9,14.125,8.5625,14.25],"texture":"#0"},"south":{"uv":[13.625,14.125,14.0625,14.25],"texture":"#0"},"west":{"uv":[5.9375,5.875,6,6],"texture":"#0"},"east":{"uv":[6,6.125,5.9375,6.25],"texture":"#0"}}},{"from":[7.1111,6.8571,10.1587],"to":[8.88888,7.36504,10.41267],"faces":{"up":{"uv":[10.5625,12.9375,11,12.875],"texture":"#0"},"north":{"uv":[9.5625,14.125,9.125,14.25],"texture":"#0"},"south":{"uv":[10.25,14.125,10.6875,14.25],"texture":"#0"},"west":{"uv":[5.9375,6.375,6,6.5],"texture":"#0"},"east":{"uv":[6,6.625,5.9375,6.75],"texture":"#0"}}},{"from":[7.1111,7.873,7.1111],"to":[8.88888,8.12697,7.365069],"faces":{"up":{"uv":[9.25,12.5,9.6875,12.4375],"texture":"#0"},"north":{"uv":[7.625,12.875,7.1875,12.9375],"texture":"#0"},"south":{"uv":[9.8125,12.4375,10.25,12.5],"texture":"#0"},"west":{"uv":[6.75,0.75,6.8125,0.8125],"texture":"#0"},"east":{"uv":[6.8125,0.9375,6.75,1],"texture":"#0"}}},{"from":[7.1111,7.873,8.6349],"to":[8.88888,8.12697,8.88887],"faces":{"up":{"uv":[11.5,12.5,11.9375,12.4375],"texture":"#0"},"north":{"uv":[10.8125,12.4375,10.375,12.5],"texture":"#0"},"south":{"uv":[10.9375,12.4375,11.375,12.5],"texture":"#0"},"west":{"uv":[14.8125,8.625,14.875,8.6875],"texture":"#0"},"east":{"uv":[14.6875,8.625,14.625,8.6875],"texture":"#0"}}},{"from":[7.1111,14.4762,7.619],"to":[7.61904,14.73017,7.87297],"faces":{"down":{"uv":[6.3125,6.75,6.4375,6.8125],"texture":"#0"},"up":{"uv":[6.3125,7,6.4375,6.9375],"texture":"#0"},"north":{"uv":[6.4375,7.125,6.3125,7.1875],"texture":"#0"},"west":{"uv":[7.125,1.3125,7.1875,1.375],"texture":"#0"},"east":{"uv":[7.1875,1.125,7.125,1.1875],"texture":"#0"}}},{"from":[7.1111,14.4762,8.127],"to":[7.61904,14.73017,8.38097],"faces":{"down":{"uv":[13.0625,9.6875,13.1875,9.75],"texture":"#0"},"up":{"uv":[12.8125,9.75,12.9375,9.6875],"texture":"#0"},"south":{"uv":[15.375,9.875,15.5,9.9375],"texture":"#0"},"west":{"uv":[8.0625,8.8125,8.125,8.875],"texture":"#0"},"east":{"uv":[8.6875,8.8125,8.625,8.875],"texture":"#0"}}},{"from":[7.1111,14.7302,7.873],"to":[8.634909,14.98417,8.12697],"faces":{"up":{"uv":[8.4375,12.125,8.8125,12.0625],"texture":"#0"},"north":{"uv":[9.0625,12.25,8.6875,12.3125],"texture":"#0"},"south":{"uv":[9.6875,12.25,10.0625,12.3125],"texture":"#0"},"west":{"uv":[8.8125,8.8125,8.875,8.875],"texture":"#0"},"east":{"uv":[9.0625,8.8125,9,8.875],"texture":"#0"}}},{"from":[7.3651,4.5714,4.5714],"to":[8.63494,4.825369,4.825369],"faces":{"up":{"uv":[10.8125,11.9375,11.125,11.875],"texture":"#0"},"north":{"uv":[6.5,11.3125,6.1875,11.375],"texture":"#0"},"west":{"uv":[7.3125,6.9375,7.375,7],"texture":"#0"},"east":{"uv":[7.375,6.375,7.3125,6.4375],"texture":"#0"}}},{"from":[7.3651,4.5714,11.1746],"to":[8.63494,4.825369,11.42857],"faces":{"up":{"uv":[13.4375,11.5625,13.75,11.5],"texture":"#0"},"south":{"uv":[11.6875,11.5,12,11.5625],"texture":"#0"},"west":{"uv":[6.5625,0.75,6.625,0.8125],"texture":"#0"},"east":{"uv":[6.625,0.9375,6.5625,1],"texture":"#0"}}},{"from":[7.3651,7.3651,5.8413],"to":[8.63494,7.61907,6.09527],"faces":{"up":{"uv":[9.9375,11.5625,10.25,11.5],"texture":"#0"},"north":{"uv":[5.875,11.6875,5.5625,11.75],"texture":"#0"},"west":{"uv":[7.125,5.0625,7.1875,5.125],"texture":"#0"},"east":{"uv":[7.1875,6,7.125,6.0625],"texture":"#0"}}},{"from":[7.3651,7.3651,8.381],"to":[7.61907,8.12701,8.63497],"faces":{"down":{"uv":[14.25,8.8125,14.3125,8.875],"texture":"#0"},"up":{"uv":[14.0625,8.875,14.125,8.8125],"texture":"#0"},"north":{"uv":[2.5,11.0625,2.4375,11.25],"texture":"#0"},"south":{"uv":[2.4375,10.0625,2.5,10.25],"texture":"#0"},"west":{"uv":[5.25,4.125,5.3125,4.3125],"texture":"#0"},"east":{"uv":[5.3125,4.4375,5.25,4.625],"texture":"#0"}}},{"from":[7.3651,7.3651,9.904799],"to":[8.63494,7.61907,10.15877],"faces":{"up":{"uv":[13.1875,11.375,13.5,11.3125],"texture":"#0"},"south":{"uv":[9.5,11.5,9.8125,11.5625],"texture":"#0"},"west":{"uv":[10.3125,9,10.375,9.0625],"texture":"#0"},"east":{"uv":[10.1875,9,10.125,9.0625],"texture":"#0"}}},{"from":[7.3651,7.619,6.3492],"to":[8.63494,7.87297,6.60317],"faces":{"up":{"uv":[7.75,11.9375,8.0625,11.875],"texture":"#0"},"north":{"uv":[7.625,11.875,7.3125,11.9375],"texture":"#0"},"west":{"uv":[6.75,2.8125,6.8125,2.875],"texture":"#0"},"east":{"uv":[6.8125,2.625,6.75,2.6875],"texture":"#0"}}},{"from":[7.3651,7.619,9.3968],"to":[8.63494,7.87297,9.65077],"faces":{"up":{"uv":[10.5625,11.375,10.875,11.3125],"texture":"#0"},"south":{"uv":[9.6875,11.3125,10,11.375],"texture":"#0"},"west":{"uv":[6.5625,1.6875,6.625,1.75],"texture":"#0"},"east":{"uv":[6.625,1.5,6.5625,1.5625],"texture":"#0"}}},{"from":[7.3651,7.873,6.8571],"to":[8.63494,8.12697,7.11107],"faces":{"up":{"uv":[10.375,11.5625,10.6875,11.5],"texture":"#0"},"north":{"uv":[15.5,11.5,15.1875,11.5625],"texture":"#0"},"west":{"uv":[7.3125,7.125,7.375,7.1875],"texture":"#0"},"east":{"uv":[7.375,7.3125,7.3125,7.375],"texture":"#0"}}},{"from":[7.3651,7.873,8.8889],"to":[8.63494,8.12697,9.14287],"faces":{"up":{"uv":[13,11.9375,13.3125,11.875],"texture":"#0"},"south":{"uv":[5.125,11.5,5.4375,11.5625],"texture":"#0"},"west":{"uv":[7.5,8.8125,7.5625,8.875],"texture":"#0"},"east":{"uv":[7.375,8.8125,7.3125,8.875],"texture":"#0"}}},{"from":[7.3651,8.127,7.619],"to":[8.63494,9.39684,8.38091],"faces":{"down":{"uv":[11,14.375,11.3125,14.5625],"texture":"#0"},"up":{"uv":[12.5,14.5625,12.8125,14.375],"texture":"#0"},"north":{"uv":[1.5625,13.0625,1.25,13.375],"texture":"#0"},"south":{"uv":[1.25,13.5,1.5625,13.8125],"texture":"#0"},"west":{"uv":[0.9375,0.8125,1.125,1.125],"texture":"#0"},"east":{"uv":[1.125,1.25,0.9375,1.5625],"texture":"#0"}}},{"from":[7.3651,9.3968,7.873],"to":[8.63494,10.1587,8.12697],"faces":{"up":{"uv":[6.4375,11.5625,6.75,11.5],"texture":"#0"},"north":{"uv":[1.5625,5.375,1.25,5.5625],"texture":"#0"},"south":{"uv":[15.5,14.375,15.8125,14.5625],"texture":"#0"},"west":{"uv":[5.5625,7,5.625,7.1875],"texture":"#0"},"east":{"uv":[5.625,6.6875,5.5625,6.875],"texture":"#0"}}},{"from":[7.3651,14.7302,7.619],"to":[8.38097,14.98417,7.87297],"faces":{"down":{"uv":[7.125,10.875,7.375,10.9375],"texture":"#0"},"up":{"uv":[7.5,10.9375,7.75,10.875],"texture":"#0"},"north":{"uv":[8.125,10.875,7.875,10.9375],"texture":"#0"},"west":{"uv":[6.75,2.25,6.8125,2.3125],"texture":"#0"},"east":{"uv":[6.8125,1.5,6.75,1.5625],"texture":"#0"}}},{"from":[7.3651,14.7302,8.127],"to":[8.38097,14.98417,8.38097],"faces":{"down":{"uv":[8.625,10.875,8.875,10.9375],"texture":"#0"},"up":{"uv":[9,10.9375,9.25,10.875],"texture":"#0"},"south":{"uv":[9.75,10.875,10,10.9375],"texture":"#0"},"west":{"uv":[6.75,1.125,6.8125,1.1875],"texture":"#0"},"east":{"uv":[6.8125,0.5625,6.75,0.625],"texture":"#0"}}},{"from":[7.3651,14.9841,7.873],"to":[8.38097,15.23807,8.12697],"faces":{"up":{"uv":[10.5,10.9375,10.75,10.875],"texture":"#0"},"north":{"uv":[11.125,10.875,10.875,10.9375],"texture":"#0"},"south":{"uv":[11.25,10.875,11.5,10.9375],"texture":"#0"},"west":{"uv":[7.125,4.875,7.1875,4.9375],"texture":"#0"},"east":{"uv":[7.1875,4.3125,7.125,4.375],"texture":"#0"}}},{"from":[7.619,4.8254,4.5714],"to":[8.38091,5.33334,4.825369],"faces":{"up":{"uv":[5.5625,10.5,5.75,10.4375],"texture":"#0"},"north":{"uv":[3.8125,2.75,3.625,2.875],"texture":"#0"},"south":{"uv":[3.625,2.5,3.8125,2.625],"texture":"#0"},"west":{"uv":[6.5625,6.375,6.625,6.5],"texture":"#0"},"east":{"uv":[6.625,6.125,6.5625,6.25],"texture":"#0"}}},{"from":[7.619,4.8254,11.1746],"to":[8.38091,5.33334,11.42857],"faces":{"up":{"uv":[5.25,5.5625,5.4375,5.5],"texture":"#0"},"north":{"uv":[3.8125,6.75,3.625,6.875],"texture":"#0"},"south":{"uv":[3.625,7,3.8125,7.125],"texture":"#0"},"west":{"uv":[5.9375,2.625,6,2.75],"texture":"#0"},"east":{"uv":[6,2.375,5.9375,2.5],"texture":"#0"}}},{"from":[7.619,5.8413,4.8254],"to":[8.38091,6.09527,5.07937],"faces":{"up":{"uv":[8.6875,10.5,8.875,10.4375],"texture":"#0"},"north":{"uv":[7.3125,10.4375,7.125,10.5],"texture":"#0"},"west":{"uv":[6.9375,4.5,7,4.5625],"texture":"#0"},"east":{"uv":[7,4.3125,6.9375,4.375],"texture":"#0"}}},{"from":[7.619,5.8413,10.9206],"to":[8.38091,6.09527,11.17457],"faces":{"up":{"uv":[5.25,3.6875,5.4375,3.625],"texture":"#0"},"south":{"uv":[5.25,5.3125,5.4375,5.375],"texture":"#0"},"west":{"uv":[6.9375,1.875,7,1.9375],"texture":"#0"},"east":{"uv":[7,1.6875,6.9375,1.75],"texture":"#0"}}},{"from":[7.619,6.6032,5.0794],"to":[8.38091,6.85717,5.33337],"faces":{"up":{"uv":[5.25,6.875,5.4375,6.8125],"texture":"#0"},"north":{"uv":[11.75,10.6875,11.5625,10.75],"texture":"#0"},"west":{"uv":[11.625,8.8125,11.6875,8.875],"texture":"#0"},"east":{"uv":[11.875,8.8125,11.8125,8.875],"texture":"#0"}}},{"from":[7.619,6.6032,10.6667],"to":[8.38091,6.85717,10.92067],"faces":{"up":{"uv":[6.4375,10.125,6.625,10.0625],"texture":"#0"},"south":{"uv":[15.125,10.25,15.3125,10.3125],"texture":"#0"},"west":{"uv":[6.5625,2.4375,6.625,2.5],"texture":"#0"},"east":{"uv":[6.625,2.25,6.5625,2.3125],"texture":"#0"}}},{"from":[7.619,8.127,7.3651],"to":[8.38091,9.39684,7.61907],"faces":{"down":{"uv":[5.25,7.1875,5.4375,7.25],"texture":"#0"},"up":{"uv":[5.25,7.0625,5.4375,7],"texture":"#0"},"north":{"uv":[1.4375,7.4375,1.25,7.75],"texture":"#0"},"west":{"uv":[3.9375,4.75,4,5.0625],"texture":"#0"},"east":{"uv":[4,5.1875,3.9375,5.5],"texture":"#0"}}},{"from":[7.619,8.127,8.381],"to":[8.38091,9.39684,8.63497],"faces":{"down":{"uv":[5.25,6.0625,5.4375,6.125],"texture":"#0"},"up":{"uv":[5.25,5.9375,5.4375,5.875],"texture":"#0"},"south":{"uv":[0.9375,0.375,1.125,0.6875],"texture":"#0"},"west":{"uv":[3.9375,6.5,4,6.8125],"texture":"#0"},"east":{"uv":[4,6.9375,3.9375,7.25],"texture":"#0"}}},{"from":[7.619,9.3968,7.619],"to":[8.38091,10.41267,7.87297],"faces":{"up":{"uv":[5.25,4.8125,5.4375,4.75],"texture":"#0"},"north":{"uv":[1.875,10.375,1.6875,10.625],"texture":"#0"},"south":{"uv":[2.3125,9.375,2.5,9.625],"texture":"#0"},"west":{"uv":[5.0625,5.8125,5.125,6.0625],"texture":"#0"},"east":{"uv":[5.125,5.4375,5.0625,5.6875],"texture":"#0"}}},{"from":[7.619,9.3968,8.127],"to":[8.38091,10.41267,8.38097],"faces":{"up":{"uv":[5.25,3.3125,5.4375,3.25],"texture":"#0"},"north":{"uv":[1.4375,1.3125,1.25,1.5625],"texture":"#0"},"south":{"uv":[1.25,1.6875,1.4375,1.9375],"texture":"#0"},"west":{"uv":[5.0625,5.0625,5.125,5.3125],"texture":"#0"},"east":{"uv":[5.125,4.6875,5.0625,4.9375],"texture":"#0"}}},{"from":[7.619,10.1587,7.873],"to":[8.38091,11.68251,8.12697],"faces":{"up":{"uv":[5.25,2.0625,5.4375,2],"texture":"#0"},"north":{"uv":[1.125,1.6875,0.9375,2.0625],"texture":"#0"},"south":{"uv":[0.9375,2.1875,1.125,2.5625],"texture":"#0"},"west":{"uv":[1.5,4,1.5625,4.375],"texture":"#0"},"east":{"uv":[1.5625,4.5625,1.5,4.9375],"texture":"#0"}}},{"from":[7.619,14.9841,7.619],"to":[8.12694,15.23807,7.87297],"faces":{"up":{"uv":[7.125,9.9375,7.25,9.875],"texture":"#0"},"north":{"uv":[7.5,9.875,7.375,9.9375],"texture":"#0"},"west":{"uv":[6.5625,0.5625,6.625,0.625],"texture":"#0"},"east":{"uv":[6.625,0.375,6.5625,0.4375],"texture":"#0"}}},{"from":[7.619,14.9841,8.127],"to":[8.12694,15.23807,8.38097],"faces":{"up":{"uv":[8.125,9.9375,8.25,9.875],"texture":"#0"},"south":{"uv":[8.625,9.875,8.75,9.9375],"texture":"#0"},"west":{"uv":[6.5625,0.1875,6.625,0.25],"texture":"#0"},"east":{"uv":[8.8125,9.1875,8.75,9.25],"texture":"#0"}}},{"from":[7.873,5.3333,4.5714],"to":[8.12697,5.587269,4.825369],"faces":{"up":{"uv":[9.125,9.25,9.1875,9.1875],"texture":"#0"},"north":{"uv":[9.375,9.1875,9.3125,9.25],"texture":"#0"},"west":{"uv":[9.6875,9.1875,9.75,9.25],"texture":"#0"},"east":{"uv":[9.9375,9.1875,9.875,9.25],"texture":"#0"}}},{"from":[7.873,5.3333,11.1746],"to":[8.12697,5.587269,11.42857],"faces":{"up":{"uv":[10.25,9.25,10.3125,9.1875],"texture":"#0"},"south":{"uv":[10.625,9.1875,10.6875,9.25],"texture":"#0"},"west":{"uv":[10.8125,9.1875,10.875,9.25],"texture":"#0"},"east":{"uv":[11.0625,9.1875,11,9.25],"texture":"#0"}}},{"from":[7.873,6.0952,4.8254],"to":[8.12697,6.34917,5.07937],"faces":{"up":{"uv":[11.375,9.25,11.4375,9.1875],"texture":"#0"},"north":{"uv":[11.625,9.1875,11.5625,9.25],"texture":"#0"},"west":{"uv":[11.9375,9.1875,12,9.25],"texture":"#0"},"east":{"uv":[12.1875,9.1875,12.125,9.25],"texture":"#0"}}},{"from":[7.873,6.0952,10.9206],"to":[8.12697,6.34917,11.17457],"faces":{"up":{"uv":[12.3125,9.25,12.375,9.1875],"texture":"#0"},"south":{"uv":[12.6875,9.1875,12.75,9.25],"texture":"#0"},"west":{"uv":[12.875,9.1875,12.9375,9.25],"texture":"#0"},"east":{"uv":[13.125,9.1875,13.0625,9.25],"texture":"#0"}}},{"from":[7.873,7.1111,5.3333],"to":[8.12697,7.365069,5.587269],"faces":{"up":{"uv":[13.4375,9.25,13.5,9.1875],"texture":"#0"},"north":{"uv":[13.6875,9.1875,13.625,9.25],"texture":"#0"},"west":{"uv":[14,9.1875,14.0625,9.25],"texture":"#0"},"east":{"uv":[14.25,9.1875,14.1875,9.25],"texture":"#0"}}},{"from":[7.873,7.1111,10.4127],"to":[8.12697,7.365069,10.66667],"faces":{"up":{"uv":[14.5625,9.25,14.625,9.1875],"texture":"#0"},"south":{"uv":[14.9375,9.1875,15,9.25],"texture":"#0"},"west":{"uv":[15.125,9.1875,15.1875,9.25],"texture":"#0"},"east":{"uv":[15.375,9.1875,15.3125,9.25],"texture":"#0"}}},{"from":[7.873,7.619,6.0952],"to":[8.12697,7.87297,6.34917],"faces":{"up":{"uv":[15.6875,9.25,15.75,9.1875],"texture":"#0"},"north":{"uv":[6.8125,9,6.75,9.0625],"texture":"#0"},"west":{"uv":[6.75,8.625,6.8125,8.6875],"texture":"#0"},"east":{"uv":[6.8125,8.4375,6.75,8.5],"texture":"#0"}}},{"from":[7.873,7.619,9.6508],"to":[8.12697,7.87297,9.90477],"faces":{"up":{"uv":[6.75,8.125,6.8125,8.0625],"texture":"#0"},"south":{"uv":[6.75,7.6875,6.8125,7.75],"texture":"#0"},"west":{"uv":[6.75,7.5,6.8125,7.5625],"texture":"#0"},"east":{"uv":[6.8125,7.3125,6.75,7.375],"texture":"#0"}}},{"from":[7.873,7.873,6.6032],"to":[8.12697,8.12697,6.85717],"faces":{"up":{"uv":[6.75,7,6.8125,6.9375],"texture":"#0"},"north":{"uv":[6.8125,6.75,6.75,6.8125],"texture":"#0"},"west":{"uv":[6.75,6.375,6.8125,6.4375],"texture":"#0"},"east":{"uv":[6.8125,6.1875,6.75,6.25],"texture":"#0"}}},{"from":[7.873,7.873,9.1429],"to":[8.12697,8.12697,9.396869],"faces":{"up":{"uv":[6.75,5.875,6.8125,5.8125],"texture":"#0"},"south":{"uv":[6.75,5.4375,6.8125,5.5],"texture":"#0"},"west":{"uv":[6.75,5.25,6.8125,5.3125],"texture":"#0"},"east":{"uv":[6.8125,5.0625,6.75,5.125],"texture":"#0"}}},{"from":[7.873,9.3968,7.3651],"to":[8.12697,10.1587,7.61907],"faces":{"up":{"uv":[6.75,4.75,6.8125,4.6875],"texture":"#0"},"north":{"uv":[5.625,4.1875,5.5625,4.375],"texture":"#0"},"west":{"uv":[5.5625,3.5625,5.625,3.75],"texture":"#0"},"east":{"uv":[5.625,3.25,5.5625,3.4375],"texture":"#0"}}},{"from":[7.873,9.3968,8.381],"to":[8.12697,10.1587,8.63497],"faces":{"up":{"uv":[6.75,4.375,6.8125,4.3125],"texture":"#0"},"south":{"uv":[5.5625,2.3125,5.625,2.5],"texture":"#0"},"west":{"uv":[5.5625,2,5.625,2.1875],"texture":"#0"},"east":{"uv":[5.625,1.6875,5.5625,1.875],"texture":"#0"}}},{"from":[7.873,10.4127,7.619],"to":[8.12697,11.93651,7.87297],"faces":{"up":{"uv":[7.3125,1.375,7.375,1.3125],"texture":"#0"},"north":{"uv":[4,9.3125,3.9375,9.6875],"texture":"#0"},"south":{"uv":[3.375,0.3125,3.4375,0.6875],"texture":"#0"},"west":{"uv":[3.375,0.8125,3.4375,1.1875],"texture":"#0"},"east":{"uv":[3.4375,1.3125,3.375,1.6875],"texture":"#0"}}},{"from":[7.873,10.4127,8.127],"to":[8.12697,11.93651,8.38097],"faces":{"up":{"uv":[7.3125,1.75,7.375,1.6875],"texture":"#0"},"north":{"uv":[3.4375,1.8125,3.375,2.1875],"texture":"#0"},"south":{"uv":[3.375,2.3125,3.4375,2.6875],"texture":"#0"},"west":{"uv":[3.375,8.1875,3.4375,8.5625],"texture":"#0"},"east":{"uv":[4,7.375,3.9375,7.75],"texture":"#0"}}},{"from":[7.873,11.6825,7.873],"to":[8.634909,12.19044,8.12697],"faces":{"down":{"uv":[12.3125,10.25,12.5,10.3125],"texture":"#0"},"up":{"uv":[12.625,10.3125,12.8125,10.25],"texture":"#0"},"north":{"uv":[4.125,7.875,3.9375,8],"texture":"#0"},"south":{"uv":[3.9375,8.125,4.125,8.25],"texture":"#0"},"west":{"uv":[6.125,1.375,6.1875,1.5],"texture":"#0"},"east":{"uv":[6.1875,1.125,6.125,1.25],"texture":"#0"}}},{"from":[8.127,11.4286,7.619],"to":[8.38097,12.1905,7.87297],"faces":{"down":{"uv":[7.3125,5.25,7.375,5.3125],"texture":"#0"},"up":{"uv":[7.3125,5.5,7.375,5.4375],"texture":"#0"},"north":{"uv":[5.8125,6.8125,5.75,7],"texture":"#0"},"south":{"uv":[5.75,6.5,5.8125,6.6875],"texture":"#0"},"west":{"uv":[5.75,6.1875,5.8125,6.375],"texture":"#0"},"east":{"uv":[5.8125,5.875,5.75,6.0625],"texture":"#0"}}},{"from":[8.127,11.4286,8.127],"to":[8.38097,12.1905,8.38097],"faces":{"down":{"uv":[7.3125,5.625,7.375,5.6875],"texture":"#0"},"up":{"uv":[7.3125,6.25,7.375,6.1875],"texture":"#0"},"north":{"uv":[5.8125,5.25,5.75,5.4375],"texture":"#0"},"south":{"uv":[5.75,4.9375,5.8125,5.125],"texture":"#0"},"west":{"uv":[5.75,4.625,5.8125,4.8125],"texture":"#0"},"east":{"uv":[5.8125,4.3125,5.75,4.5],"texture":"#0"}}},{"from":[8.127,12.1905,7.873],"to":[9.14287,12.44447,8.12697],"faces":{"down":{"uv":[11.625,10.875,11.875,10.9375],"texture":"#0"},"up":{"uv":[12,10.9375,12.25,10.875],"texture":"#0"},"north":{"uv":[12.625,10.875,12.375,10.9375],"texture":"#0"},"south":{"uv":[12.75,10.875,13,10.9375],"texture":"#0"},"west":{"uv":[7.3125,7.5,7.375,7.5625],"texture":"#0"},"east":{"uv":[7.375,8.0625,7.3125,8.125],"texture":"#0"}}},{"from":[8.381,7.3651,7.3651],"to":[10.15878,7.61907,7.61907],"faces":{"down":{"uv":[8.125,12.25,8.5625,12.3125],"texture":"#0"},"up":{"uv":[7.5625,12.3125,8,12.25],"texture":"#0"},"north":{"uv":[7.4375,12.25,7,12.3125],"texture":"#0"},"south":{"uv":[6.4375,12.25,6.875,12.3125],"texture":"#0"},"west":{"uv":[15.375,8.625,15.4375,8.6875],"texture":"#0"},"east":{"uv":[13.375,8.625,13.3125,8.6875],"texture":"#0"}}},{"from":[8.381,7.3651,8.381],"to":[10.15878,7.61907,8.63497],"faces":{"down":{"uv":[5.875,12.25,6.3125,12.3125],"texture":"#0"},"up":{"uv":[5.3125,12.3125,5.75,12.25],"texture":"#0"},"north":{"uv":[5.1875,12.25,4.75,12.3125],"texture":"#0"},"south":{"uv":[4.1875,12.25,4.625,12.3125],"texture":"#0"},"west":{"uv":[12,8.625,12.0625,8.6875],"texture":"#0"},"east":{"uv":[11.875,8.625,11.8125,8.6875],"texture":"#0"}}},{"from":[8.381,7.619,7.3651],"to":[9.65084,7.87297,7.61907],"faces":{"up":{"uv":[4.4375,10.4375,4.75,10.375],"texture":"#0"},"north":{"uv":[4.75,10.5625,4.4375,10.625],"texture":"#0"},"south":{"uv":[4.4375,10.75,4.75,10.8125],"texture":"#0"},"west":{"uv":[7.5,8.625,7.5625,8.6875],"texture":"#0"},"east":{"uv":[7.1875,0.75,7.125,0.8125],"texture":"#0"}}},{"from":[8.381,7.619,8.381],"to":[9.65084,7.87297,8.63497],"faces":{"up":{"uv":[4.4375,11.1875,4.75,11.125],"texture":"#0"},"north":{"uv":[15.6875,11.3125,15.375,11.375],"texture":"#0"},"south":{"uv":[14.9375,11.3125,15.25,11.375],"texture":"#0"},"west":{"uv":[7.125,1.6875,7.1875,1.75],"texture":"#0"},"east":{"uv":[7.1875,4.5,7.125,4.5625],"texture":"#0"}}},{"from":[8.381,7.873,7.3651],"to":[9.1429,8.12697,7.61907],"faces":{"up":{"uv":[7.0625,10.125,7.25,10.0625],"texture":"#0"},"north":{"uv":[11.375,10.4375,11.1875,10.5],"texture":"#0"},"south":{"uv":[7.6875,10.0625,7.875,10.125],"texture":"#0"},"west":{"uv":[7.125,5.625,7.1875,5.6875],"texture":"#0"},"east":{"uv":[7.1875,5.8125,7.125,5.875],"texture":"#0"}}},{"from":[8.381,7.873,8.381],"to":[9.1429,8.12697,8.63497],"faces":{"up":{"uv":[8.9375,10.125,9.125,10.0625],"texture":"#0"},"north":{"uv":[9.4375,10.0625,9.25,10.125],"texture":"#0"},"south":{"uv":[9.5625,10.0625,9.75,10.125],"texture":"#0"},"west":{"uv":[7.125,6.5625,7.1875,6.625],"texture":"#0"},"east":{"uv":[7.1875,6.75,7.125,6.8125],"texture":"#0"}}},{"from":[8.381,11.1746,7.873],"to":[8.63497,11.68254,8.12697],"faces":{"down":{"uv":[7.125,6.9375,7.1875,7],"texture":"#0"},"north":{"uv":[6.1875,0.875,6.125,1],"texture":"#0"},"south":{"uv":[6.125,0.625,6.1875,0.75],"texture":"#0"},"east":{"uv":[6.1875,0.125,6.125,0.25],"texture":"#0"}}},{"from":[8.381,11.9365,7.619],"to":[8.63497,12.44444,7.87297],"faces":{"down":{"uv":[10.6875,8.8125,10.75,8.875],"texture":"#0"},"up":{"uv":[10.5,8.875,10.5625,8.8125],"texture":"#0"},"north":{"uv":[6.375,9.625,6.3125,9.75],"texture":"#0"},"south":{"uv":[6.5,9.625,6.5625,9.75],"texture":"#0"},"west":{"uv":[6.6875,9.625,6.75,9.75],"texture":"#0"},"east":{"uv":[6.9375,9.625,6.875,9.75],"texture":"#0"}}},{"from":[8.381,11.9365,8.127],"to":[8.63497,12.44444,8.38097],"faces":{"down":{"uv":[10.125,8.8125,10.1875,8.875],"texture":"#0"},"up":{"uv":[9.1875,8.875,9.25,8.8125],"texture":"#0"},"north":{"uv":[7.125,9.625,7.0625,9.75],"texture":"#0"},"south":{"uv":[7.25,9.625,7.3125,9.75],"texture":"#0"},"west":{"uv":[7.4375,9.625,7.5,9.75],"texture":"#0"},"east":{"uv":[7.6875,9.625,7.625,9.75],"texture":"#0"}}},{"from":[8.381,12.4444,7.873],"to":[9.39687,12.69837,8.12697],"faces":{"down":{"uv":[13.125,10.875,13.375,10.9375],"texture":"#0"},"up":{"uv":[13.5,10.9375,13.75,10.875],"texture":"#0"},"north":{"uv":[14.125,10.875,13.875,10.9375],"texture":"#0"},"south":{"uv":[14.25,10.875,14.5,10.9375],"texture":"#0"},"west":{"uv":[7.875,8.8125,7.9375,8.875],"texture":"#0"},"east":{"uv":[7.75,8.8125,7.6875,8.875],"texture":"#0"}}},{"from":[8.381,14.2222,7.873],"to":[9.39687,14.47617,8.12697],"faces":{"down":{"uv":[14.625,10.875,14.875,10.9375],"texture":"#0"},"up":{"uv":[15,10.9375,15.25,10.875],"texture":"#0"},"north":{"uv":[15.625,10.875,15.375,10.9375],"texture":"#0"},"south":{"uv":[5.5,10.6875,5.75,10.75],"texture":"#0"},"west":{"uv":[7.125,8.8125,7.1875,8.875],"texture":"#0"},"east":{"uv":[7,0.1875,6.9375,0.25],"texture":"#0"}}},{"from":[8.381,14.4762,7.619],"to":[8.88894,14.73017,7.87297],"faces":{"down":{"uv":[7.8125,9.6875,7.9375,9.75],"texture":"#0"},"up":{"uv":[8.0625,9.75,8.1875,9.6875],"texture":"#0"},"north":{"uv":[8.4375,9.6875,8.3125,9.75],"texture":"#0"},"west":{"uv":[6.9375,0.5625,7,0.625],"texture":"#0"},"east":{"uv":[7,0.75,6.9375,0.8125],"texture":"#0"}}},{"from":[8.381,14.4762,8.127],"to":[8.88894,14.73017,8.38097],"faces":{"down":{"uv":[8.8125,9.6875,8.9375,9.75],"texture":"#0"},"up":{"uv":[9.0625,9.75,9.1875,9.6875],"texture":"#0"},"south":{"uv":[9.5625,9.6875,9.6875,9.75],"texture":"#0"},"west":{"uv":[6.9375,2.0625,7,2.125],"texture":"#0"},"east":{"uv":[7,2.25,6.9375,2.3125],"texture":"#0"}}},{"from":[8.6349,6.3492,6.3492],"to":[10.41268,6.60317,6.60317],"faces":{"down":{"uv":[3.625,12.25,4.0625,12.3125],"texture":"#0"},"up":{"uv":[15.4375,12.5,15.875,12.4375],"texture":"#0"},"north":{"uv":[15.3125,12.4375,14.875,12.5],"texture":"#0"},"south":{"uv":[14.3125,12.4375,14.75,12.5],"texture":"#0"},"west":{"uv":[6.9375,3.375,7,3.4375],"texture":"#0"},"east":{"uv":[7,3.5625,6.9375,3.625],"texture":"#0"}}},{"from":[8.6349,6.3492,9.3968],"to":[10.41268,6.60317,9.65077],"faces":{"down":{"uv":[13.75,12.4375,14.1875,12.5],"texture":"#0"},"up":{"uv":[13.1875,12.5,13.625,12.4375],"texture":"#0"},"north":{"uv":[13.0625,12.4375,12.625,12.5],"texture":"#0"},"south":{"uv":[12.0625,12.4375,12.5,12.5],"texture":"#0"},"west":{"uv":[6.9375,3.75,7,3.8125],"texture":"#0"},"east":{"uv":[7,4.6875,6.9375,4.75],"texture":"#0"}}},{"from":[8.6349,6.6032,6.3492],"to":[10.15871,7.11114,6.60317],"faces":{"up":{"uv":[13.9375,12.125,14.3125,12.0625],"texture":"#0"},"north":{"uv":[2.375,12.375,2,12.5],"texture":"#0"},"south":{"uv":[2.0625,9.8125,2.4375,9.9375],"texture":"#0"},"west":{"uv":[11.3125,9.625,11.375,9.75],"texture":"#0"},"east":{"uv":[11.5625,9.625,11.5,9.75],"texture":"#0"}}},{"from":[8.6349,6.6032,9.3968],"to":[10.15871,7.11114,9.65077],"faces":{"up":{"uv":[12.4375,12.125,12.8125,12.0625],"texture":"#0"},"north":{"uv":[2.0625,12,1.6875,12.125],"texture":"#0"},"south":{"uv":[1.6875,11.75,2.0625,11.875],"texture":"#0"},"west":{"uv":[11.6875,9.625,11.75,9.75],"texture":"#0"},"east":{"uv":[11.9375,9.625,11.875,9.75],"texture":"#0"}}},{"from":[8.6349,7.1111,6.3492],"to":[9.90474,7.365069,6.60317],"faces":{"up":{"uv":[6.625,11.375,6.9375,11.3125],"texture":"#0"},"north":{"uv":[5.625,11.3125,5.3125,11.375],"texture":"#0"},"south":{"uv":[4.875,11.3125,5.1875,11.375],"texture":"#0"},"west":{"uv":[6.9375,6.75,7,6.8125],"texture":"#0"},"east":{"uv":[7,6.9375,6.9375,7],"texture":"#0"}}},{"from":[8.6349,7.1111,9.3968],"to":[9.90474,7.365069,9.65077],"faces":{"up":{"uv":[14.3125,11.5625,14.625,11.5],"texture":"#0"},"north":{"uv":[12.875,11.5,12.5625,11.5625],"texture":"#0"},"south":{"uv":[12.125,11.5,12.4375,11.5625],"texture":"#0"},"west":{"uv":[14.625,9,14.6875,9.0625],"texture":"#0"},"east":{"uv":[14.3125,9,14.25,9.0625],"texture":"#0"}}},{"from":[8.6349,7.3651,7.619],"to":[10.15871,7.61907,8.38091],"faces":{"down":{"uv":[8.25,14.375,8.625,14.5625],"texture":"#0"},"up":{"uv":[8.75,14.5625,9.125,14.375],"texture":"#0"},"west":{"uv":[10.5625,10.4375,10.75,10.5],"texture":"#0"},"east":{"uv":[11.0625,10.4375,10.875,10.5],"texture":"#0"}}},{"from":[8.6349,7.619,7.619],"to":[9.65077,7.87297,8.38091],"faces":{"up":{"uv":[1.6875,11.25,1.9375,11.0625],"texture":"#0"},"west":{"uv":[12.125,10.4375,12.3125,10.5],"texture":"#0"},"east":{"uv":[12.625,10.4375,12.4375,10.5],"texture":"#0"}}},{"from":[8.6349,7.873,7.619],"to":[9.14284,8.12697,8.38091],"faces":{"up":{"uv":[3.375,3.9375,3.5,3.75],"texture":"#0"},"west":{"uv":[13.375,10.4375,13.5625,10.5],"texture":"#0"},"east":{"uv":[13.875,10.4375,13.6875,10.5],"texture":"#0"}}},{"from":[8.6349,11.9365,7.873],"to":[8.88887,12.19047,8.12697],"faces":{"down":{"uv":[13.3125,9,13.375,9.0625],"texture":"#0"},"north":{"uv":[13,9,12.9375,9.0625],"texture":"#0"},"south":{"uv":[12,9,12.0625,9.0625],"texture":"#0"},"east":{"uv":[11.3125,9,11.25,9.0625],"texture":"#0"}}},{"from":[8.6349,12.1905,7.619],"to":[8.88887,12.69844,7.87297],"faces":{"down":{"uv":[11.0625,9,11.125,9.0625],"texture":"#0"},"up":{"uv":[9.1875,9.0625,9.25,9],"texture":"#0"},"north":{"uv":[13.875,9.625,13.8125,9.75],"texture":"#0"},"south":{"uv":[14,9.625,14.0625,9.75],"texture":"#0"},"west":{"uv":[14.1875,9.625,14.25,9.75],"texture":"#0"},"east":{"uv":[14.4375,9.625,14.375,9.75],"texture":"#0"}}},{"from":[8.6349,12.1905,8.127],"to":[8.88887,12.69844,8.38097],"faces":{"down":{"uv":[7.125,4.125,7.1875,4.1875],"texture":"#0"},"up":{"uv":[9,9.0625,9.0625,9],"texture":"#0"},"north":{"uv":[14.625,9.625,14.5625,9.75],"texture":"#0"},"south":{"uv":[14.75,9.625,14.8125,9.75],"texture":"#0"},"west":{"uv":[14.9375,9.625,15,9.75],"texture":"#0"},"east":{"uv":[15.1875,9.625,15.125,9.75],"texture":"#0"}}},{"from":[8.6349,12.6984,7.873],"to":[9.39681,12.95237,8.12697],"faces":{"up":{"uv":[8.25,10.3125,8.4375,10.25],"texture":"#0"},"north":{"uv":[8.75,10.25,8.5625,10.3125],"texture":"#0"},"south":{"uv":[8.875,10.25,9.0625,10.3125],"texture":"#0"},"west":{"uv":[8.4375,9,8.5,9.0625],"texture":"#0"},"east":{"uv":[8.3125,9,8.25,9.0625],"texture":"#0"}}},{"from":[8.6349,13.9683,7.873],"to":[9.39681,14.22227,8.12697],"faces":{"down":{"uv":[9.8125,10.25,10,10.3125],"texture":"#0"},"north":{"uv":[10.625,10.25,10.4375,10.3125],"texture":"#0"},"south":{"uv":[10.75,10.25,10.9375,10.3125],"texture":"#0"},"west":{"uv":[8.0625,9,8.125,9.0625],"texture":"#0"},"east":{"uv":[7.9375,9,7.875,9.0625],"texture":"#0"}}},{"from":[8.6349,14.2222,7.619],"to":[9.14284,14.47617,7.87297],"faces":{"down":{"uv":[15.3125,9.6875,15.4375,9.75],"texture":"#0"},"up":{"uv":[15.5625,9.75,15.6875,9.6875],"texture":"#0"},"north":{"uv":[6.4375,9.4375,6.3125,9.5],"texture":"#0"},"west":{"uv":[7.5,9,7.5625,9.0625],"texture":"#0"},"east":{"uv":[7.375,9,7.3125,9.0625],"texture":"#0"}}},{"from":[8.6349,14.2222,8.127],"to":[9.14284,14.47617,8.38097],"faces":{"down":{"uv":[6.3125,9.0625,6.4375,9.125],"texture":"#0"},"up":{"uv":[6.3125,8.9375,6.4375,8.875],"texture":"#0"},"south":{"uv":[6.3125,8.5,6.4375,8.5625],"texture":"#0"},"west":{"uv":[7.125,9,7.1875,9.0625],"texture":"#0"},"east":{"uv":[7,9,6.9375,9.0625],"texture":"#0"}}},{"from":[8.8889,1.7778,5.3333],"to":[10.41271,4.06351,5.587269],"faces":{"down":{"uv":[9.9375,12.0625,10.3125,12.125],"texture":"#0"},"up":{"uv":[9.4375,12.125,9.8125,12.0625],"texture":"#0"},"north":{"uv":[10.875,15.4375,10.5,16],"texture":"#0"},"south":{"uv":[11.5,15.4375,11.875,16],"texture":"#0"},"west":{"uv":[3.0625,8.3125,3.125,8.875],"texture":"#0"},"east":{"uv":[3.125,6.9375,3.0625,7.5],"texture":"#0"}}},{"from":[8.8889,1.7778,10.4127],"to":[10.41271,4.06351,10.66667],"faces":{"down":{"uv":[13.4375,12.0625,13.8125,12.125],"texture":"#0"},"up":{"uv":[8.9375,12.125,9.3125,12.0625],"texture":"#0"},"north":{"uv":[11.375,15.4375,11,16],"texture":"#0"},"south":{"uv":[8,15.4375,8.375,16],"texture":"#0"},"west":{"uv":[2.8125,3.625,2.875,4.1875],"texture":"#0"},"east":{"uv":[2.875,2.9375,2.8125,3.5],"texture":"#0"}}},{"from":[8.8889,4.0635,5.3333],"to":[10.15874,4.31747,5.587269],"faces":{"up":{"uv":[10.375,11.75,10.6875,11.6875],"texture":"#0"},"north":{"uv":[10.25,11.6875,9.9375,11.75],"texture":"#0"},"south":{"uv":[9.5,11.6875,9.8125,11.75],"texture":"#0"},"west":{"uv":[6.75,1.6875,6.8125,1.75],"texture":"#0"},"east":{"uv":[6.8125,1.875,6.75,1.9375],"texture":"#0"}}},{"from":[8.8889,4.0635,10.4127],"to":[10.15874,4.31747,10.66667],"faces":{"up":{"uv":[6.875,11.75,7.1875,11.6875],"texture":"#0"},"north":{"uv":[5.4375,11.6875,5.125,11.75],"texture":"#0"},"south":{"uv":[4.6875,11.6875,5,11.75],"texture":"#0"},"west":{"uv":[7.125,0.375,7.1875,0.4375],"texture":"#0"},"east":{"uv":[7.1875,0.5625,7.125,0.625],"texture":"#0"}}},{"from":[8.8889,4.3175,5.3333],"to":[9.90477,5.33337,5.587269],"faces":{"up":{"uv":[7,10.75,7.25,10.6875],"texture":"#0"},"north":{"uv":[1.5,11.375,1.25,11.625],"texture":"#0"},"south":{"uv":[1.25,11,1.5,11.25],"texture":"#0"},"west":{"uv":[5.0625,4.3125,5.125,4.5625],"texture":"#0"},"east":{"uv":[5.125,3.9375,5.0625,4.1875],"texture":"#0"}}},{"from":[8.8889,4.3175,10.4127],"to":[9.90477,5.33337,10.66667],"faces":{"up":{"uv":[7.75,10.75,8,10.6875],"texture":"#0"},"north":{"uv":[1.5,10.625,1.25,10.875],"texture":"#0"},"south":{"uv":[1.25,10.25,1.5,10.5],"texture":"#0"},"west":{"uv":[4.25,2.8125,4.3125,3.0625],"texture":"#0"},"east":{"uv":[4.3125,2.4375,4.25,2.6875],"texture":"#0"}}},{"from":[8.8889,5.3333,5.3333],"to":[9.65081,5.841239,5.587269],"faces":{"up":{"uv":[6.375,10.3125,6.5625,10.25],"texture":"#0"},"north":{"uv":[3.8125,3.5,3.625,3.625],"texture":"#0"},"south":{"uv":[3.625,3.75,3.8125,3.875],"texture":"#0"},"west":{"uv":[6.3125,6.5,6.375,6.625],"texture":"#0"},"east":{"uv":[6.375,6.25,6.3125,6.375],"texture":"#0"}}},{"from":[8.8889,5.3333,10.4127],"to":[9.65081,5.841239,10.66667],"faces":{"up":{"uv":[7.625,10.3125,7.8125,10.25],"texture":"#0"},"north":{"uv":[3.8125,4,3.625,4.125],"texture":"#0"},"south":{"uv":[3.625,4.25,3.8125,4.375],"texture":"#0"},"west":{"uv":[6.3125,6,6.375,6.125],"texture":"#0"},"east":{"uv":[6.375,5.75,6.3125,5.875],"texture":"#0"}}},{"from":[8.8889,5.8413,5.3333],"to":[9.39684,6.34924,5.587269],"faces":{"north":{"uv":[15.875,13.375,15.75,13.5],"texture":"#0"},"south":{"uv":[15.75,12.625,15.875,12.75],"texture":"#0"},"west":{"uv":[6.3125,5.125,6.375,5.25],"texture":"#0"},"east":{"uv":[6.375,4.875,6.3125,5],"texture":"#0"}}},{"from":[8.8889,5.8413,10.4127],"to":[9.39684,6.34924,10.66667],"faces":{"north":{"uv":[4.0625,0.125,3.9375,0.25],"texture":"#0"},"south":{"uv":[4.4375,8.0625,4.5625,8.1875],"texture":"#0"},"west":{"uv":[6.3125,4.25,6.375,4.375],"texture":"#0"},"east":{"uv":[6.375,4,6.3125,4.125],"texture":"#0"}}},{"from":[8.8889,12.4444,7.619],"to":[9.14287,12.95234,7.87297],"faces":{"down":{"uv":[13.875,9,13.9375,9.0625],"texture":"#0"},"up":{"uv":[9.9375,9.0625,10,9],"texture":"#0"},"north":{"uv":[6.375,3.75,6.3125,3.875],"texture":"#0"},"south":{"uv":[6.3125,3.5,6.375,3.625],"texture":"#0"},"west":{"uv":[6.3125,3.25,6.375,3.375],"texture":"#0"},"east":{"uv":[6.375,3,6.3125,3.125],"texture":"#0"}}},{"from":[8.8889,12.4444,8.127],"to":[9.14287,12.95234,8.38097],"faces":{"down":{"uv":[6.75,1.3125,6.8125,1.375],"texture":"#0"},"up":{"uv":[14.4375,9.0625,14.5,9],"texture":"#0"},"north":{"uv":[6.375,2.75,6.3125,2.875],"texture":"#0"},"south":{"uv":[6.3125,2.5,6.375,2.625],"texture":"#0"},"west":{"uv":[6.3125,2.25,6.375,2.375],"texture":"#0"},"east":{"uv":[6.375,2,6.3125,2.125],"texture":"#0"}}},{"from":[8.8889,12.9524,7.873],"to":[9.65081,13.46034,8.12697],"faces":{"down":{"uv":[9.3125,10.4375,9.5,10.5],"texture":"#0"},"up":{"uv":[9.625,10.5,9.8125,10.4375],"texture":"#0"},"north":{"uv":[3.8125,4.5,3.625,4.625],"texture":"#0"},"south":{"uv":[3.625,4.75,3.8125,4.875],"texture":"#0"},"west":{"uv":[6.3125,1.75,6.375,1.875],"texture":"#0"},"east":{"uv":[6.375,1.5,6.3125,1.625],"texture":"#0"}}},{"from":[8.8889,13.7143,7.873],"to":[9.65081,13.96827,8.12697],"faces":{"down":{"uv":[13.75,10.6875,13.9375,10.75],"texture":"#0"},"up":{"uv":[14.0625,10.75,14.25,10.6875],"texture":"#0"},"north":{"uv":[5.4375,6.4375,5.25,6.5],"texture":"#0"},"south":{"uv":[5.25,6.25,5.4375,6.3125],"texture":"#0"},"west":{"uv":[14.625,8.8125,14.6875,8.875],"texture":"#0"},"east":{"uv":[7,0.375,6.9375,0.4375],"texture":"#0"}}},{"from":[9.1429,6.3492,6.6032],"to":[10.66671,6.60317,6.85717],"faces":{"down":{"uv":[4.9375,12.0625,5.3125,12.125],"texture":"#0"},"up":{"uv":[4.4375,12.125,4.8125,12.0625],"texture":"#0"},"north":{"uv":[4.3125,12.0625,3.9375,12.125],"texture":"#0"},"south":{"uv":[15.1875,12.25,15.5625,12.3125],"texture":"#0"},"west":{"uv":[13.6875,8.8125,13.75,8.875],"texture":"#0"},"east":{"uv":[7,8.625,6.9375,8.6875],"texture":"#0"}}},{"from":[9.1429,6.3492,9.1429],"to":[10.66671,6.60317,9.396869],"faces":{"down":{"uv":[14.6875,12.25,15.0625,12.3125],"texture":"#0"},"up":{"uv":[14.1875,12.3125,14.5625,12.25],"texture":"#0"},"north":{"uv":[14.0625,12.25,13.6875,12.3125],"texture":"#0"},"south":{"uv":[13.1875,12.25,13.5625,12.3125],"texture":"#0"},"west":{"uv":[8.8125,9,8.875,9.0625],"texture":"#0"},"east":{"uv":[9.4375,9,9.375,9.0625],"texture":"#0"}}},{"from":[9.1429,6.6032,6.6032],"to":[10.41274,6.85717,6.85717],"faces":{"up":{"uv":[4.4375,8.75,4.75,8.6875],"texture":"#0"},"north":{"uv":[12,11.875,11.6875,11.9375],"texture":"#0"},"south":{"uv":[4.4375,9.4375,4.75,9.5],"texture":"#0"},"west":{"uv":[9.375,8.8125,9.4375,8.875],"texture":"#0"},"east":{"uv":[12.8125,8.8125,12.75,8.875],"texture":"#0"}}},{"from":[9.1429,6.6032,9.1429],"to":[10.41274,6.85717,9.396869],"faces":{"up":{"uv":[4.4375,9.875,4.75,9.8125],"texture":"#0"},"north":{"uv":[4.75,10,4.4375,10.0625],"texture":"#0"},"south":{"uv":[14.5,11.3125,14.8125,11.375],"texture":"#0"},"west":{"uv":[7.125,7.5,7.1875,7.5625],"texture":"#0"},"east":{"uv":[6.8125,2.4375,6.75,2.5],"texture":"#0"}}},{"from":[9.1429,6.8571,6.6032],"to":[10.15877,7.36504,6.85717],"faces":{"up":{"uv":[15.625,11.9375,15.875,11.875],"texture":"#0"},"north":{"uv":[4.375,12.625,4.125,12.75],"texture":"#0"},"south":{"uv":[3.75,12.625,4,12.75],"texture":"#0"},"west":{"uv":[7.625,9.375,7.6875,9.5],"texture":"#0"},"east":{"uv":[7.875,9.375,7.8125,9.5],"texture":"#0"}}},{"from":[9.1429,6.8571,9.1429],"to":[10.15877,7.36504,9.396869],"faces":{"up":{"uv":[4.4375,7.75,4.6875,7.6875],"texture":"#0"},"north":{"uv":[14.125,12.625,13.875,12.75],"texture":"#0"},"south":{"uv":[13.5,12.625,13.75,12.75],"texture":"#0"},"west":{"uv":[8,9.375,8.0625,9.5],"texture":"#0"},"east":{"uv":[8.25,9.375,8.1875,9.5],"texture":"#0"}}},{"from":[9.1429,7.873,7.873],"to":[9.396869,8.12697,8.12697],"faces":{"up":{"uv":[6.9375,8.125,7,8.0625],"texture":"#0"},"north":{"uv":[7,7.875,6.9375,7.9375],"texture":"#0"},"south":{"uv":[6.9375,7.6875,7,7.75],"texture":"#0"},"east":{"uv":[7,4.125,6.9375,4.1875],"texture":"#0"}}},{"from":[9.1429,12.9524,7.619],"to":[9.396869,14.22224,7.87297],"faces":{"down":{"uv":[6.9375,3.9375,7,4],"texture":"#0"},"up":{"uv":[6.9375,1.375,7,1.3125],"texture":"#0"},"north":{"uv":[4.3125,4.5,4.25,4.8125],"texture":"#0"},"south":{"uv":[4.25,4.9375,4.3125,5.25],"texture":"#0"},"west":{"uv":[4.25,7.125,4.3125,7.4375],"texture":"#0"},"east":{"uv":[4.3125,7.5625,4.25,7.875],"texture":"#0"}}},{"from":[9.1429,12.9524,8.127],"to":[9.396869,14.22224,8.38097],"faces":{"down":{"uv":[9.5625,8.8125,9.625,8.875],"texture":"#0"},"up":{"uv":[12.5625,8.875,12.625,8.8125],"texture":"#0"},"north":{"uv":[4.3125,9.75,4.25,10.0625],"texture":"#0"},"south":{"uv":[4.25,10.1875,4.3125,10.5],"texture":"#0"},"west":{"uv":[3.9375,0.375,4,0.6875],"texture":"#0"},"east":{"uv":[4,0.8125,3.9375,1.125],"texture":"#0"}}},{"from":[9.1429,13.4603,7.873],"to":[9.650839,13.71427,8.12697],"faces":{"north":{"uv":[10,9.4375,9.875,9.5],"texture":"#0"},"south":{"uv":[10.125,9.4375,10.25,9.5],"texture":"#0"},"west":{"uv":[7.125,7.3125,7.1875,7.375],"texture":"#0"},"east":{"uv":[7.1875,6.375,7.125,6.4375],"texture":"#0"}}},{"from":[9.3968,1.7778,5.5873],"to":[10.66664,4.06351,5.84127],"faces":{"down":{"uv":[7.0625,11.3125,7.375,11.375],"texture":"#0"},"up":{"uv":[15.1875,11.75,15.5,11.6875],"texture":"#0"},"north":{"uv":[13.1875,15.4375,12.875,16],"texture":"#0"},"south":{"uv":[14.625,15.4375,14.9375,16],"texture":"#0"},"west":{"uv":[3.0625,7.625,3.125,8.1875],"texture":"#0"},"east":{"uv":[2.875,6.375,2.8125,6.9375],"texture":"#0"}}},{"from":[9.3968,1.7778,10.1587],"to":[10.66664,4.06351,10.41267],"faces":{"down":{"uv":[8.625,11.6875,8.9375,11.75],"texture":"#0"},"up":{"uv":[7.75,11.75,8.0625,11.6875],"texture":"#0"},"north":{"uv":[12.75,15.4375,12.4375,16],"texture":"#0"},"south":{"uv":[14.1875,15.4375,14.5,16],"texture":"#0"},"west":{"uv":[2.8125,5.6875,2.875,6.25],"texture":"#0"},"east":{"uv":[2.875,5,2.8125,5.5625],"texture":"#0"}}},{"from":[9.3968,4.0635,5.5873],"to":[10.41267,4.57144,5.84127],"faces":{"up":{"uv":[4.4375,7.375,4.6875,7.3125],"texture":"#0"},"north":{"uv":[11.875,12.625,11.625,12.75],"texture":"#0"},"south":{"uv":[11.25,12.625,11.5,12.75],"texture":"#0"},"west":{"uv":[10.75,9.375,10.8125,9.5],"texture":"#0"},"east":{"uv":[11,9.375,10.9375,9.5],"texture":"#0"}}},{"from":[9.3968,4.0635,10.1587],"to":[10.41267,4.57144,10.41267],"faces":{"up":{"uv":[4.4375,7,4.6875,6.9375],"texture":"#0"},"north":{"uv":[11.125,12.625,10.875,12.75],"texture":"#0"},"south":{"uv":[10.5,12.625,10.75,12.75],"texture":"#0"},"west":{"uv":[11.125,9.375,11.1875,9.5],"texture":"#0"},"east":{"uv":[11.375,9.375,11.3125,9.5],"texture":"#0"}}},{"from":[9.3968,4.5714,5.5873],"to":[10.1587,5.07934,5.84127],"faces":{"up":{"uv":[6.6875,10.3125,6.875,10.25],"texture":"#0"},"north":{"uv":[3.8125,9,3.625,9.125],"texture":"#0"},"south":{"uv":[3.625,10,3.8125,10.125],"texture":"#0"},"west":{"uv":[11.875,9.375,11.9375,9.5],"texture":"#0"},"east":{"uv":[12.125,9.375,12.0625,9.5],"texture":"#0"}}},{"from":[9.3968,4.5714,10.1587],"to":[10.1587,5.07934,10.41267],"faces":{"up":{"uv":[11.5,10.5,11.6875,10.4375],"texture":"#0"},"north":{"uv":[3.8125,9.5,3.625,9.625],"texture":"#0"},"south":{"uv":[3.625,10.25,3.8125,10.375],"texture":"#0"},"west":{"uv":[12.25,9.375,12.3125,9.5],"texture":"#0"},"east":{"uv":[12.5,9.375,12.4375,9.5],"texture":"#0"}}},{"from":[9.3968,5.0794,5.5873],"to":[9.90474,6.34924,5.84127],"faces":{"up":{"uv":[12.875,9.5,13,9.4375],"texture":"#0"},"north":{"uv":[2.3125,3.1875,2.1875,3.5],"texture":"#0"},"south":{"uv":[2.1875,2.75,2.3125,3.0625],"texture":"#0"},"west":{"uv":[4.25,4.0625,4.3125,4.375],"texture":"#0"},"east":{"uv":[4,1.25,3.9375,1.5625],"texture":"#0"}}},{"from":[9.3968,5.0794,10.1587],"to":[9.90474,6.34924,10.41267],"faces":{"up":{"uv":[14.125,9.5,14.25,9.4375],"texture":"#0"},"north":{"uv":[1.8125,3.625,1.6875,3.9375],"texture":"#0"},"south":{"uv":[1.6875,2.75,1.8125,3.0625],"texture":"#0"},"west":{"uv":[3.9375,2.125,4,2.4375],"texture":"#0"},"east":{"uv":[4,1.6875,3.9375,2],"texture":"#0"}}},{"from":[9.3968,6.3492,6.8571],"to":[10.66664,6.60317,7.36504],"faces":{"down":{"uv":[4.125,13.375,4.4375,13.5],"texture":"#0"},"up":{"uv":[3.6875,13.5,4,13.375],"texture":"#0"},"south":{"uv":[13.4375,11.6875,13.75,11.75],"texture":"#0"},"west":{"uv":[15.375,9.4375,15.5,9.5],"texture":"#0"},"east":{"uv":[15.75,9.4375,15.625,9.5],"texture":"#0"}}},{"from":[9.3968,6.3492,8.6349],"to":[10.92061,6.60317,8.88887],"faces":{"down":{"uv":[10.6875,12.25,11.0625,12.3125],"texture":"#0"},"up":{"uv":[11.6875,12.3125,12.0625,12.25],"texture":"#0"},"north":{"uv":[6.8125,12.0625,6.4375,12.125],"texture":"#0"},"south":{"uv":[6.9375,12.0625,7.3125,12.125],"texture":"#0"},"west":{"uv":[11.0625,8.8125,11.125,8.875],"texture":"#0"},"east":{"uv":[11.3125,8.8125,11.25,8.875],"texture":"#0"}}},{"from":[9.3968,6.3492,8.8889],"to":[10.66664,6.60317,9.14287],"faces":{"down":{"uv":[12.125,11.875,12.4375,11.9375],"texture":"#0"},"up":{"uv":[12.5625,11.9375,12.875,11.875],"texture":"#0"},"west":{"uv":[12.9375,8.8125,13,8.875],"texture":"#0"},"east":{"uv":[13.5625,8.8125,13.5,8.875],"texture":"#0"}}},{"from":[9.3968,6.6032,6.8571],"to":[10.41267,6.85717,7.36504],"faces":{"up":{"uv":[7.125,12.75,7.375,12.625],"texture":"#0"},"south":{"uv":[4.4375,6.5625,4.6875,6.625],"texture":"#0"},"west":{"uv":[6.75,9.1875,6.875,9.25],"texture":"#0"},"east":{"uv":[7.125,9.1875,7,9.25],"texture":"#0"}}},{"from":[9.3968,6.6032,8.6349],"to":[10.66664,7.11114,8.88887],"faces":{"up":{"uv":[9.0625,11.5625,9.375,11.5],"texture":"#0"},"north":{"uv":[5.3125,13.375,5,13.5],"texture":"#0"},"south":{"uv":[4.5625,13.375,4.875,13.5],"texture":"#0"},"west":{"uv":[6.5625,8.125,6.625,8.25],"texture":"#0"},"east":{"uv":[6.625,7.875,6.5625,8],"texture":"#0"}}},{"from":[9.3968,6.6032,8.8889],"to":[10.41267,6.85717,9.14287],"faces":{"up":{"uv":[4.4375,6.25,4.6875,6.1875],"texture":"#0"},"west":{"uv":[7.125,3.5625,7.1875,3.625],"texture":"#0"},"east":{"uv":[7.1875,3.375,7.125,3.4375],"texture":"#0"}}},{"from":[9.3968,6.8571,6.8571],"to":[10.1587,7.36504,7.36504],"faces":{"up":{"uv":[3.625,0.375,3.8125,0.25],"texture":"#0"},"south":{"uv":[3.625,6,3.8125,6.125],"texture":"#0"},"west":{"uv":[4.4375,5.5625,4.5625,5.6875],"texture":"#0"},"east":{"uv":[4.5625,5.3125,4.4375,5.4375],"texture":"#0"}}},{"from":[9.3968,6.8571,8.8889],"to":[10.1587,7.36504,9.14287],"faces":{"up":{"uv":[5.25,1.875,5.4375,1.8125],"texture":"#0"},"north":{"uv":[3.8125,6.25,3.625,6.375],"texture":"#0"},"west":{"uv":[6.5625,6.875,6.625,7],"texture":"#0"},"east":{"uv":[6.625,6.625,6.5625,6.75],"texture":"#0"}}},{"from":[9.3968,7.1111,8.6349],"to":[10.41267,7.365069,8.88887],"faces":{"up":{"uv":[4.4375,5,4.6875,4.9375],"texture":"#0"},"north":{"uv":[4.6875,4.75,4.4375,4.8125],"texture":"#0"},"south":{"uv":[4.4375,4.5625,4.6875,4.625],"texture":"#0"},"west":{"uv":[7.3125,1.125,7.375,1.1875],"texture":"#0"},"east":{"uv":[7.375,0.9375,7.3125,1],"texture":"#0"}}},{"from":[9.3968,13.2064,7.619],"to":[9.65077,13.71434,7.87297],"faces":{"down":{"uv":[7.3125,0.75,7.375,0.8125],"texture":"#0"},"up":{"uv":[7.3125,0.625,7.375,0.5625],"texture":"#0"},"north":{"uv":[6.625,5.875,6.5625,6],"texture":"#0"},"south":{"uv":[6.5625,5.625,6.625,5.75],"texture":"#0"},"east":{"uv":[6.625,5.125,6.5625,5.25],"texture":"#0"}}},{"from":[9.3968,13.2064,8.127],"to":[9.65077,13.71434,8.38097],"faces":{"down":{"uv":[6.75,3.1875,6.8125,3.25],"texture":"#0"},"up":{"uv":[6.75,3.0625,6.8125,3],"texture":"#0"},"north":{"uv":[6.625,4.875,6.5625,5],"texture":"#0"},"south":{"uv":[6.5625,4.625,6.625,4.75],"texture":"#0"},"east":{"uv":[6.625,4.125,6.5625,4.25],"texture":"#0"}}},{"from":[9.6508,1.7778,5.8413],"to":[10.66667,4.31748,6.09527],"faces":{"down":{"uv":[4.4375,4.375,4.6875,4.4375],"texture":"#0"},"up":{"uv":[4.4375,4.25,4.6875,4.1875],"texture":"#0"},"north":{"uv":[0.25,0.625,0,1.25],"texture":"#0"},"south":{"uv":[0,2.125,0.25,2.75],"texture":"#0"},"west":{"uv":[1.6875,1.5625,1.75,2.1875],"texture":"#0"},"east":{"uv":[1.9375,1.5625,1.875,2.1875],"texture":"#0"}}},{"from":[9.6508,1.7778,9.904799],"to":[10.66667,4.31748,10.15877],"faces":{"down":{"uv":[4.4375,4,4.6875,4.0625],"texture":"#0"},"up":{"uv":[4.4375,3.875,4.6875,3.8125],"texture":"#0"},"north":{"uv":[0.25,2.875,0,3.5],"texture":"#0"},"south":{"uv":[0,5.125,0.25,5.75],"texture":"#0"},"west":{"uv":[2.625,5.375,2.6875,6],"texture":"#0"},"east":{"uv":[2.6875,0.875,2.625,1.5],"texture":"#0"}}},{"from":[9.6508,4.3175,5.8413],"to":[10.4127,5.07941,6.09527],"faces":{"up":{"uv":[12.9375,10.3125,13.125,10.25],"texture":"#0"},"north":{"uv":[3.25,12.25,3.0625,12.4375],"texture":"#0"},"south":{"uv":[12.1875,13.0625,12.375,13.25],"texture":"#0"},"west":{"uv":[5.5625,4.5,5.625,4.6875],"texture":"#0"},"east":{"uv":[5.625,4.8125,5.5625,5],"texture":"#0"}}},{"from":[9.6508,4.3175,9.904799],"to":[10.4127,5.07941,10.15877],"faces":{"up":{"uv":[9.1875,10.3125,9.375,10.25],"texture":"#0"},"north":{"uv":[15.75,13.0625,15.5625,13.25],"texture":"#0"},"south":{"uv":[15.25,13.0625,15.4375,13.25],"texture":"#0"},"west":{"uv":[5.5625,5.75,5.625,5.9375],"texture":"#0"},"east":{"uv":[5.625,6.375,5.5625,6.5625],"texture":"#0"}}},{"from":[9.6508,5.0794,5.8413],"to":[10.15874,6.34924,6.09527],"faces":{"up":{"uv":[15.75,13.875,15.875,13.8125],"texture":"#0"},"north":{"uv":[2.0625,3.1875,1.9375,3.5],"texture":"#0"},"south":{"uv":[2.3125,0.6875,2.4375,1],"texture":"#0"},"west":{"uv":[4.25,6.25,4.3125,6.5625],"texture":"#0"},"east":{"uv":[4.3125,6.6875,4.25,7],"texture":"#0"}}},{"from":[9.6508,5.0794,9.904799],"to":[10.15874,6.34924,10.15877],"faces":{"up":{"uv":[6.125,9.9375,6.25,9.875],"texture":"#0"},"north":{"uv":[2.1875,0.25,2.0625,0.5625],"texture":"#0"},"south":{"uv":[2.8125,12.9375,2.9375,13.25],"texture":"#0"},"west":{"uv":[4.25,8,4.3125,8.3125],"texture":"#0"},"east":{"uv":[4.3125,8.4375,4.25,8.75],"texture":"#0"}}},{"from":[9.6508,6.3492,7.3651],"to":[10.92064,6.60317,8.63494],"faces":{"down":{"uv":[1.25,13.9375,1.5625,14.25],"texture":"#0"},"up":{"uv":[1.25,12.9375,1.5625,12.625],"texture":"#0"},"north":{"uv":[6.3125,11.5,6,11.5625],"texture":"#0"},"west":{"uv":[4.25,11.5,4.5625,11.5625],"texture":"#0"},"east":{"uv":[4.5625,11.6875,4.25,11.75],"texture":"#0"}}},{"from":[9.6508,6.6032,7.3651],"to":[10.66667,7.11114,8.63494],"faces":{"up":{"uv":[1.25,12.5,1.5,12.1875],"texture":"#0"},"north":{"uv":[8.125,12.625,7.875,12.75],"texture":"#0"},"west":{"uv":[2.8125,13.375,3.125,13.5],"texture":"#0"},"east":{"uv":[3.5625,13.375,3.25,13.5],"texture":"#0"}}},{"from":[9.6508,7.1111,7.3651],"to":[10.4127,7.365069,8.63494],"faces":{"up":{"uv":[1.25,6.4375,1.4375,6.125],"texture":"#0"},"north":{"uv":[10.4375,10.4375,10.25,10.5],"texture":"#0"},"west":{"uv":[12.5625,11.6875,12.875,11.75],"texture":"#0"},"east":{"uv":[12.4375,11.6875,12.125,11.75],"texture":"#0"}}},{"from":[9.6508,7.619,7.873],"to":[9.90477,7.87297,8.12697],"faces":{"up":{"uv":[15.1875,9.0625,15.25,9],"texture":"#0"},"north":{"uv":[15.4375,9,15.375,9.0625],"texture":"#0"},"south":{"uv":[15.5625,9,15.625,9.0625],"texture":"#0"},"east":{"uv":[7,8.8125,6.9375,8.875],"texture":"#0"}}},{"from":[9.904799,1.7778,6.0952],"to":[10.92067,4.31748,6.34917],"faces":{"down":{"uv":[4.4375,3.625,4.6875,3.6875],"texture":"#0"},"up":{"uv":[4.4375,3.5,4.6875,3.4375],"texture":"#0"},"north":{"uv":[0.25,8.125,0,8.75],"texture":"#0"},"south":{"uv":[0.5625,10.875,0.8125,11.5],"texture":"#0"},"west":{"uv":[0.375,4.375,0.4375,5],"texture":"#0"},"east":{"uv":[2.5,8.625,2.4375,9.25],"texture":"#0"}}},{"from":[9.904799,1.7778,9.6508],"to":[10.92067,4.31748,9.90477],"faces":{"down":{"uv":[4.4375,3.25,4.6875,3.3125],"texture":"#0"},"up":{"uv":[4.4375,3.125,4.6875,3.0625],"texture":"#0"},"north":{"uv":[0.8125,10.125,0.5625,10.75],"texture":"#0"},"south":{"uv":[0.5625,14.625,0.8125,15.25],"texture":"#0"},"west":{"uv":[0.375,2.125,0.4375,2.75],"texture":"#0"},"east":{"uv":[0.4375,2.875,0.375,3.5],"texture":"#0"}}},{"from":[9.904799,4.3175,6.0952],"to":[10.6667,5.33337,6.34917],"faces":{"up":{"uv":[8.0625,10.5,8.25,10.4375],"texture":"#0"},"north":{"uv":[1.4375,0.5625,1.25,0.8125],"texture":"#0"},"south":{"uv":[15.6875,14,15.875,14.25],"texture":"#0"},"west":{"uv":[4.25,0.5625,4.3125,0.8125],"texture":"#0"},"east":{"uv":[4.3125,0.1875,4.25,0.4375],"texture":"#0"}}},{"from":[9.904799,4.3175,9.6508],"to":[10.6667,5.33337,9.90477],"faces":{"up":{"uv":[5.25,0.875,5.4375,0.8125],"texture":"#0"},"north":{"uv":[1.875,12.25,1.6875,12.5],"texture":"#0"},"south":{"uv":[1.6875,11.375,1.875,11.625],"texture":"#0"},"west":{"uv":[4.4375,1.9375,4.5,2.1875],"texture":"#0"},"east":{"uv":[4.6875,1.9375,4.625,2.1875],"texture":"#0"}}},{"from":[9.904799,5.3333,6.0952],"to":[10.41274,6.34917,6.34917],"faces":{"up":{"uv":[9.125,9.9375,9.25,9.875],"texture":"#0"},"north":{"uv":[3.1875,3.625,3.0625,3.875],"texture":"#0"},"south":{"uv":[3.0625,3.25,3.1875,3.5],"texture":"#0"},"west":{"uv":[4.4375,1.5625,4.5,1.8125],"texture":"#0"},"east":{"uv":[4.6875,1.5625,4.625,1.8125],"texture":"#0"}}},{"from":[9.904799,5.3333,9.6508],"to":[10.41274,6.34917,9.90477],"faces":{"up":{"uv":[9.625,9.9375,9.75,9.875],"texture":"#0"},"north":{"uv":[3.1875,2.875,3.0625,3.125],"texture":"#0"},"south":{"uv":[3.0625,2.5,3.1875,2.75],"texture":"#0"},"west":{"uv":[4.4375,1.1875,4.5,1.4375],"texture":"#0"},"east":{"uv":[4.6875,1.1875,4.625,1.4375],"texture":"#0"}}},{"from":[10.1587,1.7778,6.3492],"to":[11.17457,4.31748,6.60317],"faces":{"down":{"uv":[4.4375,1,4.6875,1.0625],"texture":"#0"},"up":{"uv":[4.4375,0.875,4.6875,0.8125],"texture":"#0"},"north":{"uv":[0.8125,13.875,0.5625,14.5],"texture":"#0"},"south":{"uv":[15.5,15.375,15.75,16],"texture":"#0"},"west":{"uv":[0.375,5.875,0.4375,6.5],"texture":"#0"},"east":{"uv":[0.4375,3.625,0.375,4.25],"texture":"#0"}}},{"from":[10.1587,1.7778,9.3968],"to":[11.17457,4.31748,9.65077],"faces":{"down":{"uv":[4.4375,0.625,4.6875,0.6875],"texture":"#0"},"up":{"uv":[4.4375,0.5,4.6875,0.4375],"texture":"#0"},"north":{"uv":[0.8125,11.625,0.5625,12.25],"texture":"#0"},"south":{"uv":[0.5625,12.375,0.8125,13],"texture":"#0"},"west":{"uv":[0.375,6.625,0.4375,7.25],"texture":"#0"},"east":{"uv":[2.875,10.5625,2.8125,11.1875],"texture":"#0"}}},{"from":[10.1587,4.3175,6.3492],"to":[10.9206,4.82544,6.60317],"faces":{"up":{"uv":[5.25,10.5,5.4375,10.4375],"texture":"#0"},"north":{"uv":[3.8125,7.75,3.625,7.875],"texture":"#0"},"south":{"uv":[3.625,7.5,3.8125,7.625],"texture":"#0"},"west":{"uv":[5.9375,1.125,6,1.25],"texture":"#0"},"east":{"uv":[6,0.875,5.9375,1],"texture":"#0"}}},{"from":[10.1587,4.3175,9.3968],"to":[10.9206,4.82544,9.65077],"faces":{"up":{"uv":[15,10.75,15.1875,10.6875],"texture":"#0"},"north":{"uv":[3.8125,7.25,3.625,7.375],"texture":"#0"},"south":{"uv":[3.625,11.75,3.8125,11.875],"texture":"#0"},"west":{"uv":[5.9375,0.625,6,0.75],"texture":"#0"},"east":{"uv":[6,0.375,5.9375,0.5],"texture":"#0"}}},{"from":[10.1587,4.8254,6.3492],"to":[10.66664,5.84127,6.60317],"faces":{"up":{"uv":[11.125,9.9375,11.25,9.875],"texture":"#0"},"north":{"uv":[3.5,11.125,3.375,11.375],"texture":"#0"},"south":{"uv":[3.375,10.75,3.5,11],"texture":"#0"},"west":{"uv":[4.875,10.9375,4.9375,11.1875],"texture":"#0"},"east":{"uv":[4.9375,10.5625,4.875,10.8125],"texture":"#0"}}},{"from":[10.1587,4.8254,9.3968],"to":[10.66664,5.84127,9.65077],"faces":{"up":{"uv":[11.625,9.9375,11.75,9.875],"texture":"#0"},"north":{"uv":[3.5,10.375,3.375,10.625],"texture":"#0"},"south":{"uv":[3.0625,5.875,3.1875,6.125],"texture":"#0"},"west":{"uv":[4.875,9.4375,4.9375,9.6875],"texture":"#0"},"east":{"uv":[4.9375,9.0625,4.875,9.3125],"texture":"#0"}}},{"from":[10.1587,5.8413,6.3492],"to":[10.41267,6.34924,6.60317],"faces":{"south":{"uv":[6.125,8.875,6.1875,9],"texture":"#0"},"west":{"uv":[6.125,8.625,6.1875,8.75],"texture":"#0"},"east":{"uv":[6.1875,8.375,6.125,8.5],"texture":"#0"}}},{"from":[10.1587,5.8413,9.3968],"to":[10.41267,6.34924,9.65077],"faces":{"north":{"uv":[6.1875,8.125,6.125,8.25],"texture":"#0"},"west":{"uv":[6.125,7.625,6.1875,7.75],"texture":"#0"},"east":{"uv":[6.1875,7.375,6.125,7.5],"texture":"#0"}}},{"from":[10.1587,6.8571,7.1111],"to":[10.66664,7.11107,7.365069],"faces":{"down":{"uv":[11.875,9.875,12,9.9375],"texture":"#0"},"up":{"uv":[12.125,9.9375,12.25,9.875],"texture":"#0"},"north":{"uv":[12.5,9.875,12.375,9.9375],"texture":"#0"},"east":{"uv":[15.25,8.8125,15.1875,8.875],"texture":"#0"}}},{"from":[10.1587,7.1111,7.1111],"to":[10.41267,7.365069,7.365069],"faces":{"up":{"uv":[15.5625,8.875,15.625,8.8125],"texture":"#0"},"north":{"uv":[15.8125,8.8125,15.75,8.875],"texture":"#0"},"east":{"uv":[7.1875,8.25,7.125,8.3125],"texture":"#0"}}},{"from":[10.4127,1.7778,6.6032],"to":[11.1746,4.31748,7.11114],"faces":{"down":{"uv":[3.625,2.25,3.8125,2.375],"texture":"#0"},"up":{"uv":[3.625,9.875,3.8125,9.75],"texture":"#0"},"south":{"uv":[0.5625,0.125,0.75,0.75],"texture":"#0"},"west":{"uv":[0.9375,4.9375,1.0625,5.5625],"texture":"#0"},"east":{"uv":[1.0625,2.6875,0.9375,3.3125],"texture":"#0"}}},{"from":[10.4127,1.7778,8.8889],"to":[11.1746,5.07939,9.14287],"faces":{"down":{"uv":[10.1875,10.0625,10.375,10.125],"texture":"#0"},"up":{"uv":[9.875,10.125,10.0625,10.0625],"texture":"#0"},"north":{"uv":[0.75,6.9375,0.5625,7.75],"texture":"#0"},"south":{"uv":[0.5625,6,0.75,6.8125],"texture":"#0"},"west":{"uv":[1.4375,2.0625,1.5,2.875],"texture":"#0"},"east":{"uv":[1.3125,2.0625,1.25,2.875],"texture":"#0"}}},{"from":[10.4127,1.7778,9.1429],"to":[11.1746,4.31748,9.396869],"faces":{"down":{"uv":[8.3125,10.0625,8.5,10.125],"texture":"#0"},"up":{"uv":[8,10.125,8.1875,10.0625],"texture":"#0"},"west":{"uv":[0.375,8.125,0.4375,8.75],"texture":"#0"},"east":{"uv":[2.6875,6.125,2.625,6.75],"texture":"#0"}}},{"from":[10.4127,4.3175,6.6032],"to":[10.92064,5.58734,7.11114],"faces":{"up":{"uv":[5.0625,11.1875,5.1875,11.0625],"texture":"#0"},"north":{"uv":[2.9375,8.375,2.8125,8.6875],"texture":"#0"},"south":{"uv":[2.8125,12.0625,2.9375,12.375],"texture":"#0"},"west":{"uv":[2.8125,12.5,2.9375,12.8125],"texture":"#0"},"east":{"uv":[1.8125,2.3125,1.6875,2.625],"texture":"#0"}}},{"from":[10.4127,4.3175,9.1429],"to":[10.92064,5.58734,9.396869],"faces":{"up":{"uv":[13.125,9.9375,13.25,9.875],"texture":"#0"},"north":{"uv":[2.9375,9.6875,2.8125,10],"texture":"#0"},"south":{"uv":[2.8125,10.125,2.9375,10.4375],"texture":"#0"},"west":{"uv":[3.9375,3.875,4,4.1875],"texture":"#0"},"east":{"uv":[4,4.3125,3.9375,4.625],"texture":"#0"}}},{"from":[10.4127,5.0794,8.8889],"to":[10.92064,6.09527,9.14287],"faces":{"up":{"uv":[13.625,9.9375,13.75,9.875],"texture":"#0"},"north":{"uv":[3.1875,1,3.0625,1.25],"texture":"#0"},"south":{"uv":[3.0625,1.375,3.1875,1.625],"texture":"#0"},"west":{"uv":[4.875,7.9375,4.9375,8.1875],"texture":"#0"},"east":{"uv":[4.9375,7.5625,4.875,7.8125],"texture":"#0"}}},{"from":[10.4127,5.5873,6.6032],"to":[10.66667,6.34921,7.11114],"faces":{"up":{"uv":[6.125,4.75,6.1875,4.625],"texture":"#0"},"north":{"uv":[6,8.0625,5.9375,8.25],"texture":"#0"},"south":{"uv":[5.9375,8.375,6,8.5625],"texture":"#0"},"west":{"uv":[3.375,5.8125,3.5,6],"texture":"#0"},"east":{"uv":[3.5,6.125,3.375,6.3125],"texture":"#0"}}},{"from":[10.4127,5.5873,9.1429],"to":[10.66667,6.34921,9.396869],"faces":{"north":{"uv":[6,8.6875,5.9375,8.875],"texture":"#0"},"south":{"uv":[5.9375,9,6,9.1875],"texture":"#0"},"west":{"uv":[5.9375,9.3125,6,9.5],"texture":"#0"},"east":{"uv":[6,9.625,5.9375,9.8125],"texture":"#0"}}},{"from":[10.4127,6.0952,8.8889],"to":[10.66667,6.34917,9.14287],"faces":{"north":{"uv":[8.6875,8.625,8.625,8.6875],"texture":"#0"},"west":{"uv":[9,8.625,9.0625,8.6875],"texture":"#0"},"east":{"uv":[9.25,8.625,9.1875,8.6875],"texture":"#0"}}},{"from":[10.4127,6.6032,7.1111],"to":[10.66667,6.85717,7.365069],"faces":{"north":{"uv":[9.8125,8.625,9.75,8.6875],"texture":"#0"},"east":{"uv":[10.375,8.625,10.3125,8.6875],"texture":"#0"}}},{"from":[10.4127,7.1111,7.873],"to":[10.66667,7.365069,8.12697],"faces":{"up":{"uv":[10.6875,8.6875,10.75,8.625],"texture":"#0"},"north":{"uv":[10.9375,8.625,10.875,8.6875],"texture":"#0"},"south":{"uv":[11.0625,8.625,11.125,8.6875],"texture":"#0"},"east":{"uv":[11.5,8.625,11.4375,8.6875],"texture":"#0"}}},{"from":[10.6667,1.7778,7.1111],"to":[11.4286,4.57145,8.88888],"faces":{"down":{"uv":[0.9375,7.75,1.125,8.1875],"texture":"#0"},"up":{"uv":[0.9375,7.625,1.125,7.1875],"texture":"#0"},"north":{"uv":[0.75,3.3125,0.5625,4],"texture":"#0"},"south":{"uv":[0.5625,1.6875,0.75,2.375],"texture":"#0"},"west":{"uv":[0,12.9375,0.4375,13.625],"texture":"#0"},"east":{"uv":[0.4375,12.125,0,12.8125],"texture":"#0"}}},{"from":[10.6667,4.5714,7.1111],"to":[11.17464,5.841239,8.88888],"faces":{"up":{"uv":[1.25,4.375,1.375,3.9375],"texture":"#0"},"north":{"uv":[2.4375,1.875,2.3125,2.1875],"texture":"#0"},"south":{"uv":[2.0625,1.875,2.1875,2.1875],"texture":"#0"},"west":{"uv":[0.9375,14.9375,1.375,15.25],"texture":"#0"},"east":{"uv":[0.4375,0.1875,0,0.5],"texture":"#0"}}},{"from":[10.6667,5.5873,6.8571],"to":[10.92067,6.09524,7.11107],"faces":{"up":{"uv":[14.0625,8.6875,14.125,8.625],"texture":"#0"},"north":{"uv":[6.1875,3.875,6.125,4],"texture":"#0"},"south":{"uv":[6.125,3.625,6.1875,3.75],"texture":"#0"},"east":{"uv":[6.1875,3.125,6.125,3.25],"texture":"#0"}}},{"from":[10.6667,5.8413,7.1111],"to":[10.92067,6.60321,7.365069],"faces":{"up":{"uv":[15.1875,8.6875,15.25,8.625],"texture":"#0"},"north":{"uv":[5.8125,1.1875,5.75,1.375],"texture":"#0"},"south":{"uv":[5.75,1.5,5.8125,1.6875],"texture":"#0"},"west":{"uv":[5.75,1.8125,5.8125,2],"texture":"#0"},"east":{"uv":[5.8125,2.125,5.75,2.3125],"texture":"#0"}}},{"from":[10.6667,5.8413,7.3651],"to":[10.92067,6.34924,8.88891],"faces":{"up":{"uv":[3.375,6.8125,3.4375,6.4375],"texture":"#0"},"south":{"uv":[6.125,2.625,6.1875,2.75],"texture":"#0"},"west":{"uv":[1.6875,12.625,2.0625,12.75],"texture":"#0"},"east":{"uv":[2.4375,10.8125,2.0625,10.9375],"texture":"#0"}}},{"from":[10.6667,6.6032,7.619],"to":[10.92067,6.85717,8.38091],"faces":{"up":{"uv":[5.75,4.1875,5.8125,4],"texture":"#0"},"north":{"uv":[7.375,6.75,7.3125,6.8125],"texture":"#0"},"south":{"uv":[7.3125,6.5625,7.375,6.625],"texture":"#0"},"east":{"uv":[13.4375,10.25,13.25,10.3125],"texture":"#0"}}},{"from":[10.9206,4.3175,6.8571],"to":[11.17457,5.07941,7.11107],"faces":{"up":{"uv":[7.3125,5.875,7.375,5.8125],"texture":"#0"},"north":{"uv":[5.8125,5.5625,5.75,5.75],"texture":"#0"},"south":{"uv":[5.75,7.125,5.8125,7.3125],"texture":"#0"},"east":{"uv":[5.8125,8.0625,5.75,8.25],"texture":"#0"}}},{"from":[10.9206,5.8413,7.619],"to":[11.17457,6.09527,8.38091],"faces":{"up":{"uv":[5.75,8.875,5.8125,8.6875],"texture":"#0"},"north":{"uv":[7.375,4.5,7.3125,4.5625],"texture":"#0"},"south":{"uv":[7.3125,4.3125,7.375,4.375],"texture":"#0"},"east":{"uv":[11.875,10.25,11.6875,10.3125],"texture":"#0"}}},{"from":[10.9206,6.0952,7.873],"to":[11.17457,6.34917,8.12697],"faces":{"up":{"uv":[7.3125,3.625,7.375,3.5625],"texture":"#0"},"north":{"uv":[7.375,3.375,7.3125,3.4375],"texture":"#0"},"south":{"uv":[7.3125,3.1875,7.375,3.25],"texture":"#0"},"east":{"uv":[7.375,2.8125,7.3125,2.875],"texture":"#0"}}},{"from":[11.1746,4.5714,7.3651],"to":[11.42857,4.825369,8.63494],"faces":{"up":{"uv":[3.9375,6.375,4,6.0625],"texture":"#0"},"north":{"uv":[7.375,2.25,7.3125,2.3125],"texture":"#0"},"south":{"uv":[7.3125,2.0625,7.375,2.125],"texture":"#0"},"east":{"uv":[4.5625,11.875,4.25,11.9375],"texture":"#0"}}},{"from":[11.1746,4.8254,7.619],"to":[11.42857,5.33334,8.38091],"faces":{"up":{"uv":[5.5625,1.25,5.625,1.0625],"texture":"#0"},"north":{"uv":[6.1875,2.375,6.125,2.5],"texture":"#0"},"south":{"uv":[6.125,2.125,6.1875,2.25],"texture":"#0"},"east":{"uv":[3.8125,10.75,3.625,10.875],"texture":"#0"}}},{"from":[11.1746,5.3333,7.873],"to":[11.42857,5.587269,8.12697],"faces":{"up":{"uv":[7.3125,0.25,7.375,0.1875],"texture":"#0"},"north":{"uv":[7.5625,8.4375,7.5,8.5],"texture":"#0"},"south":{"uv":[7.6875,8.4375,7.75,8.5],"texture":"#0"},"east":{"uv":[8.125,8.4375,8.0625,8.5],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[-90,-90,0],"translation":[0,-2,-3],"scale":[0.85,0.85,0.85]},"firstperson_righthand":{"rotation":[-90,-95,0],"translation":[0,1.25,-0.75]},"gui":{"rotation":[35,32,-47],"translation":[0.25,1.5,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/lotr_dagger.json b/assets/minecraft/models/item/wynn/skin/dagger/lotr_dagger.json new file mode 100644 index 000000000..c7b78c66f --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/lotr_dagger.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"texture":"skins/lotr_set/lotr_dagger"},"elements":[{"from":[7.25,3.75,7.75],"to":[7.5,4,8.25],"faces":{"down":{"uv":[7.25,12.25,7.5,12],"texture":"#texture"},"up":{"uv":[7.25,12,7.5,12.25],"texture":"#texture"},"north":{"uv":[7.5,12,7.25,12.25],"texture":"#texture"},"south":{"uv":[7.25,12,7.5,12.25],"texture":"#texture"},"west":{"uv":[7.25,12,7.5,12.25],"texture":"#texture"},"east":{"uv":[7.5,12,7.25,12.25],"texture":"#texture"}}},{"from":[7.5,3.5,7.75],"to":[8.5,3.75,8.25],"faces":{"down":{"uv":[7.5,12.5,8.5,12.25],"texture":"#texture"},"up":{"uv":[7.5,12.25,8.5,12.5],"texture":"#texture"},"north":{"uv":[8.5,12.25,7.5,12.5],"texture":"#texture"},"south":{"uv":[7.5,12.25,8.5,12.5],"texture":"#texture"},"west":{"uv":[7.5,12.25,7.75,12.5],"texture":"#texture"},"east":{"uv":[8.5,12.25,8.25,12.5],"texture":"#texture"}}},{"from":[7.75,3.75,7.75],"to":[8.75,4,8.25],"faces":{"down":{"uv":[7.75,12.25,8.75,12],"texture":"#texture"},"up":{"uv":[7.75,12,8.75,12.25],"texture":"#texture"},"north":{"uv":[8.75,12,7.75,12.25],"texture":"#texture"},"south":{"uv":[7.75,12,8.75,12.25],"texture":"#texture"},"west":{"uv":[7.75,12,8,12.25],"texture":"#texture"},"east":{"uv":[8.75,12,8.5,12.25],"texture":"#texture"}}},{"from":[8,7.5,7.75],"to":[8.5,14.25,8.25],"faces":{"down":{"uv":[8,8.5,8.5,8.25],"texture":"#texture"},"up":{"uv":[8,1.75,8.5,2],"texture":"#texture"},"north":{"uv":[8.5,1.75,8,8.5],"texture":"#texture"},"south":{"uv":[8,1.75,8.5,8.5],"texture":"#texture"},"west":{"uv":[8,1.75,8.25,8.5],"texture":"#texture"},"east":{"uv":[8.5,1.75,8.25,8.5],"texture":"#texture"}}},{"from":[8,4,7.75],"to":[8.75,4.25,8.25],"faces":{"down":{"uv":[8,12,8.75,11.75],"texture":"#texture"},"up":{"uv":[8,11.75,8.75,12],"texture":"#texture"},"north":{"uv":[8.75,11.75,8,12],"texture":"#texture"},"south":{"uv":[8,11.75,8.75,12],"texture":"#texture"},"west":{"uv":[8,11.75,8.25,12],"texture":"#texture"},"east":{"uv":[8.75,11.75,8.5,12],"texture":"#texture"}}},{"from":[8.25,14.25,7.75],"to":[8.5,14.75,8.25],"faces":{"down":{"uv":[8.25,1.75,8.5,1.5],"texture":"#texture"},"up":{"uv":[8.25,1.25,8.5,1.5],"texture":"#texture"},"north":{"uv":[8.5,1.25,8.25,1.75],"texture":"#texture"},"south":{"uv":[8.25,1.25,8.5,1.75],"texture":"#texture"},"west":{"uv":[8.25,1.25,8.5,1.75],"texture":"#texture"},"east":{"uv":[8.5,1.25,8.25,1.75],"texture":"#texture"}}},{"from":[8.25,5.75,7.75],"to":[8.75,7.5,8.25],"faces":{"down":{"uv":[8.25,10.25,8.75,10],"texture":"#texture"},"up":{"uv":[8.25,8.5,8.75,8.75],"texture":"#texture"},"north":{"uv":[8.75,8.5,8.25,10.25],"texture":"#texture"},"south":{"uv":[8.25,8.5,8.75,10.25],"texture":"#texture"},"west":{"uv":[8.25,8.5,8.5,10.25],"texture":"#texture"},"east":{"uv":[8.75,8.5,8.5,10.25],"texture":"#texture"}}},{"from":[8.25,4.25,7.75],"to":[8.75,4.5,8.25],"faces":{"down":{"uv":[8.25,11.75,8.75,11.5],"texture":"#texture"},"up":{"uv":[8.25,11.5,8.75,11.75],"texture":"#texture"},"north":{"uv":[8.75,11.5,8.25,11.75],"texture":"#texture"},"south":{"uv":[8.25,11.5,8.75,11.75],"texture":"#texture"},"west":{"uv":[8.25,11.5,8.5,11.75],"texture":"#texture"},"east":{"uv":[8.75,11.5,8.5,11.75],"texture":"#texture"}}},{"from":[8.5,7.5,7.75],"to":[8.75,9.25,8.25],"faces":{"down":{"uv":[8.5,8.5,8.75,8.25],"texture":"#texture"},"up":{"uv":[8.5,6.75,8.75,7],"texture":"#texture"},"north":{"uv":[8.75,6.75,8.5,8.5],"texture":"#texture"},"south":{"uv":[8.5,6.75,8.75,8.5],"texture":"#texture"},"west":{"uv":[8.5,6.75,8.75,8.5],"texture":"#texture"},"east":{"uv":[8.75,6.75,8.5,8.5],"texture":"#texture"}}},{"from":[8.5,4.5,7.75],"to":[8.75,5.75,8.25],"faces":{"down":{"uv":[8.5,11.5,8.75,11.25],"texture":"#texture"},"up":{"uv":[8.5,10.25,8.75,10.5],"texture":"#texture"},"north":{"uv":[8.75,10.25,8.5,11.5],"texture":"#texture"},"south":{"uv":[8.5,10.25,8.75,11.5],"texture":"#texture"},"west":{"uv":[8.5,10.25,8.75,11.5],"texture":"#texture"},"east":{"uv":[8.75,10.25,8.5,11.5],"texture":"#texture"}}},{"from":[8,0.5,7.5],"to":[8.5,1,8.5],"faces":{"down":{"uv":[8,15.5,8.5,15.25],"texture":"#texture"},"up":{"uv":[8,15,8.5,15.25],"texture":"#texture"},"north":{"uv":[8.5,15,8,15.5],"texture":"#texture"},"south":{"uv":[8,15,8.5,15.5],"texture":"#texture"},"west":{"uv":[8,15,8.25,15.5],"texture":"#texture"},"east":{"uv":[8.5,15,8.25,15.5],"texture":"#texture"}}},{"from":[8.25,1,7.5],"to":[8.75,1.25,8.5],"faces":{"down":{"uv":[8.25,15,8.75,14.75],"texture":"#texture"},"up":{"uv":[8.25,14.75,8.75,15],"texture":"#texture"},"north":{"uv":[8.75,14.75,8.25,15],"texture":"#texture"},"south":{"uv":[8.25,14.75,8.75,15],"texture":"#texture"},"west":{"uv":[8.25,14.75,8.5,15],"texture":"#texture"},"east":{"uv":[8.75,14.75,8.5,15],"texture":"#texture"}}},{"from":[8.5,0.75,7.5],"to":[8.75,1,8.5],"faces":{"down":{"uv":[8.5,15.25,8.75,15],"texture":"#texture"},"up":{"uv":[8.5,15,8.75,15.25],"texture":"#texture"},"north":{"uv":[8.75,15,8.5,15.25],"texture":"#texture"},"south":{"uv":[8.5,15,8.75,15.25],"texture":"#texture"},"west":{"uv":[8.5,15,8.75,15.25],"texture":"#texture"},"east":{"uv":[8.75,15,8.5,15.25],"texture":"#texture"}}},{"from":[7.75,0.5,7.75],"to":[9,1,8.25],"faces":{"down":{"uv":[7.75,15.5,9,15.25],"texture":"#texture"},"up":{"uv":[7.75,15,9,15.25],"texture":"#texture"},"north":{"uv":[9,15,7.75,15.5],"texture":"#texture"},"south":{"uv":[7.75,15,9,15.5],"texture":"#texture"},"west":{"uv":[7.75,15,8,15.5],"texture":"#texture"},"east":{"uv":[9,15,8.75,15.5],"texture":"#texture"}}},{"from":[8,3.25,7.75],"to":[8.75,3.5,8.25],"faces":{"down":{"uv":[8,12.75,8.75,12.5],"texture":"#texture"},"up":{"uv":[8,12.5,8.75,12.75],"texture":"#texture"},"north":{"uv":[8.75,12.5,8,12.75],"texture":"#texture"},"south":{"uv":[8,12.5,8.75,12.75],"texture":"#texture"},"west":{"uv":[8,12.5,8.25,12.75],"texture":"#texture"},"east":{"uv":[8.75,12.5,8.5,12.75],"texture":"#texture"}}},{"from":[8,1,7.75],"to":[9,1.5,8.25],"faces":{"down":{"uv":[8,15,9,14.75],"texture":"#texture"},"up":{"uv":[8,14.5,9,14.75],"texture":"#texture"},"north":{"uv":[9,14.5,8,15],"texture":"#texture"},"south":{"uv":[8,14.5,9,15],"texture":"#texture"},"west":{"uv":[8,14.5,8.25,15],"texture":"#texture"},"east":{"uv":[9,14.5,8.75,15],"texture":"#texture"}}},{"from":[8,0.25,7.75],"to":[8.5,0.5,8.25],"faces":{"down":{"uv":[8,15.75,8.5,15.5],"texture":"#texture"},"up":{"uv":[8,15.5,8.5,15.75],"texture":"#texture"},"north":{"uv":[8.5,15.5,8,15.75],"texture":"#texture"},"south":{"uv":[8,15.5,8.5,15.75],"texture":"#texture"},"west":{"uv":[8,15.5,8.25,15.75],"texture":"#texture"},"east":{"uv":[8.5,15.5,8.25,15.75],"texture":"#texture"}}},{"from":[8.25,1.5,7.75],"to":[8.75,3.25,8.25],"faces":{"down":{"uv":[8.25,14.5,8.75,14.25],"texture":"#texture"},"up":{"uv":[8.25,12.75,8.75,13],"texture":"#texture"},"north":{"uv":[8.25,12.75,8.75,14.5],"texture":"#texture"},"south":{"uv":[8.25,12.75,8.75,14.5],"texture":"#texture"},"west":{"uv":[8.75,12.75,8.25,14.5],"texture":"#texture"},"east":{"uv":[8.75,12.75,8.25,14.5],"texture":"#texture"}}},{"from":[8.5,3.5,7.75],"to":[9,3.75,8.25],"faces":{"down":{"uv":[8.5,12.5,9,12.25],"texture":"#texture"},"up":{"uv":[8.5,12.25,9,12.5],"texture":"#texture"},"north":{"uv":[9,12.25,8.5,12.5],"texture":"#texture"},"south":{"uv":[8.5,12.25,9,12.5],"texture":"#texture"},"west":{"uv":[8.5,12.25,8.75,12.5],"texture":"#texture"},"east":{"uv":[9,12.25,8.75,12.5],"texture":"#texture"}}},{"from":[8.75,3.75,7.75],"to":[9,4,8.25],"faces":{"down":{"uv":[8.75,12.25,9,12],"texture":"#texture"},"up":{"uv":[8.75,12,9,12.25],"texture":"#texture"},"north":{"uv":[9,12,8.75,12.25],"texture":"#texture"},"south":{"uv":[8.75,12,9,12.25],"texture":"#texture"},"west":{"uv":[8.75,12,9,12.25],"texture":"#texture"},"east":{"uv":[9,12,8.75,12.25],"texture":"#texture"}}},{"from":[8.75,0.25,7.75],"to":[9,0.5,8.25],"faces":{"down":{"uv":[8.75,15.75,9,15.5],"texture":"#texture"},"up":{"uv":[8.75,15.5,9,15.75],"texture":"#texture"},"north":{"uv":[9,15.5,8.75,15.75],"texture":"#texture"},"south":{"uv":[8.75,15.5,9,15.75],"texture":"#texture"},"west":{"uv":[8.75,15.5,9,15.75],"texture":"#texture"},"east":{"uv":[9,15.5,8.75,15.75],"texture":"#texture"}}},{"from":[7,4,7.875],"to":[7.25,4.5,8.125],"faces":{"down":{"uv":[7,12,7.25,11.75],"texture":"#texture"},"up":{"uv":[7,11.5,7.25,11.75],"texture":"#texture"},"north":{"uv":[7.25,11.5,7,12],"texture":"#texture"},"south":{"uv":[7,11.5,7.25,12],"texture":"#texture"},"west":{"uv":[7,11.5,7.25,12],"texture":"#texture"},"east":{"uv":[7.25,11.5,7,12],"texture":"#texture"}}},{"from":[7.25,3.75,7.875],"to":[7.5,4.25,8.125],"faces":{"down":{"uv":[7.25,12.25,7.5,12],"texture":"#texture"},"up":{"uv":[7.25,11.75,7.5,12],"texture":"#texture"},"north":{"uv":[7.5,11.75,7.25,12.25],"texture":"#texture"},"south":{"uv":[7.25,11.75,7.5,12.25],"texture":"#texture"},"west":{"uv":[7.25,11.75,7.5,12.25],"texture":"#texture"},"east":{"uv":[7.5,11.75,7.25,12.25],"texture":"#texture"}}},{"from":[7.5,3.5,7.875],"to":[8.5,4,8.125],"faces":{"down":{"uv":[7.5,12.5,8.5,12.25],"texture":"#texture"},"up":{"uv":[7.5,12,8.5,12.25],"texture":"#texture"},"north":{"uv":[8.5,12,7.5,12.5],"texture":"#texture"},"south":{"uv":[7.5,12,8.5,12.5],"texture":"#texture"},"west":{"uv":[7.5,12,7.75,12.5],"texture":"#texture"},"east":{"uv":[8.5,12,8.25,12.5],"texture":"#texture"}}},{"from":[7.75,7.5,7.875],"to":[8.75,14.25,8.125],"faces":{"down":{"uv":[7.75,8.5,8.75,8.25],"texture":"#texture"},"up":{"uv":[7.75,1.75,8.75,2],"texture":"#texture"},"north":{"uv":[8.75,1.75,7.75,8.5],"texture":"#texture"},"south":{"uv":[7.75,1.75,8.75,8.5],"texture":"#texture"},"west":{"uv":[7.75,1.75,8,8.5],"texture":"#texture"},"east":{"uv":[8.75,1.75,8.5,8.5],"texture":"#texture"}}},{"from":[7.75,4,7.875],"to":[9.25,4.25,8.125],"faces":{"down":{"uv":[7.75,12,9.25,11.75],"texture":"#texture"},"up":{"uv":[7.75,11.75,9.25,12],"texture":"#texture"},"north":{"uv":[9.25,11.75,7.75,12],"texture":"#texture"},"south":{"uv":[7.75,11.75,9.25,12],"texture":"#texture"},"west":{"uv":[7.75,11.75,8,12],"texture":"#texture"},"east":{"uv":[9.25,11.75,9,12],"texture":"#texture"}}},{"from":[8,14.25,7.875],"to":[8.75,14.75,8.125],"faces":{"down":{"uv":[8,1.75,8.75,1.5],"texture":"#texture"},"up":{"uv":[8,1.25,8.75,1.5],"texture":"#texture"},"north":{"uv":[8.75,1.25,8,1.75],"texture":"#texture"},"south":{"uv":[8,1.25,8.75,1.75],"texture":"#texture"},"west":{"uv":[8,1.25,8.25,1.75],"texture":"#texture"},"east":{"uv":[8.75,1.25,8.5,1.75],"texture":"#texture"}}},{"from":[8,5.75,7.875],"to":[9,7.5,8.125],"faces":{"down":{"uv":[8,10.25,9,10],"texture":"#texture"},"up":{"uv":[8,8.5,9,8.75],"texture":"#texture"},"north":{"uv":[9,8.5,8,10.25],"texture":"#texture"},"south":{"uv":[8,8.5,9,10.25],"texture":"#texture"},"west":{"uv":[8,8.5,8.25,10.25],"texture":"#texture"},"east":{"uv":[9,8.5,8.75,10.25],"texture":"#texture"}}},{"from":[8,4.25,7.875],"to":[9.25,4.5,8.125],"faces":{"down":{"uv":[8,11.75,9.25,11.5],"texture":"#texture"},"up":{"uv":[8,11.5,9.25,11.75],"texture":"#texture"},"north":{"uv":[9.25,11.5,8,11.75],"texture":"#texture"},"south":{"uv":[8,11.5,9.25,11.75],"texture":"#texture"},"west":{"uv":[8,11.5,8.25,11.75],"texture":"#texture"},"east":{"uv":[9.25,11.5,9,11.75],"texture":"#texture"}}},{"from":[8.25,14.75,7.875],"to":[8.75,15.75,8.125],"faces":{"down":{"uv":[8.25,1.25,8.75,1],"texture":"#texture"},"up":{"uv":[8.25,0.25,8.75,0.5],"texture":"#texture"},"north":{"uv":[8.75,0.25,8.25,1.25],"texture":"#texture"},"south":{"uv":[8.25,0.25,8.75,1.25],"texture":"#texture"},"west":{"uv":[8.25,0.25,8.5,1.25],"texture":"#texture"},"east":{"uv":[8.75,0.25,8.5,1.25],"texture":"#texture"}}},{"from":[8.25,4.5,7.875],"to":[9,5.75,8.125],"faces":{"down":{"uv":[8.25,11.5,9,11.25],"texture":"#texture"},"up":{"uv":[8.25,10.25,9,10.5],"texture":"#texture"},"north":{"uv":[9,10.25,8.25,11.5],"texture":"#texture"},"south":{"uv":[8.25,10.25,9,11.5],"texture":"#texture"},"west":{"uv":[8.25,10.25,8.5,11.5],"texture":"#texture"},"east":{"uv":[9,10.25,8.75,11.5],"texture":"#texture"}}},{"from":[8.5,15.75,7.875],"to":[8.75,16,8.125],"faces":{"down":{"uv":[8.5,0.25,8.75,0],"texture":"#texture"},"up":{"uv":[8.5,0,8.75,0.25],"texture":"#texture"},"north":{"uv":[8.75,0,8.5,0.25],"texture":"#texture"},"south":{"uv":[8.5,0,8.75,0.25],"texture":"#texture"},"west":{"uv":[8.5,0,8.75,0.25],"texture":"#texture"},"east":{"uv":[8.75,0,8.5,0.25],"texture":"#texture"}}},{"from":[8.5,3.75,7.875],"to":[8.75,4,8.125],"faces":{"down":{"uv":[8.5,12.25,8.75,12],"texture":"#texture"},"up":{"uv":[8.5,12,8.75,12.25],"texture":"#texture"},"north":{"uv":[8.75,12,8.5,12.25],"texture":"#texture"},"south":{"uv":[8.5,12,8.75,12.25],"texture":"#texture"},"west":{"uv":[8.5,12,8.75,12.25],"texture":"#texture"},"east":{"uv":[8.75,12,8.5,12.25],"texture":"#texture"}}},{"from":[8.75,7.5,7.875],"to":[9,9.25,8.125],"faces":{"down":{"uv":[8.75,8.5,9,8.25],"texture":"#texture"},"up":{"uv":[8.75,6.75,9,7],"texture":"#texture"},"north":{"uv":[9,6.75,8.75,8.5],"texture":"#texture"},"south":{"uv":[8.75,6.75,9,8.5],"texture":"#texture"},"west":{"uv":[8.75,6.75,9,8.5],"texture":"#texture"},"east":{"uv":[9,6.75,8.75,8.5],"texture":"#texture"}}},{"from":[9,4.5,7.875],"to":[9.25,4.75,8.125],"faces":{"down":{"uv":[9,11.5,9.25,11.25],"texture":"#texture"},"up":{"uv":[9,11.25,9.25,11.5],"texture":"#texture"},"north":{"uv":[9.25,11.25,9,11.5],"texture":"#texture"},"south":{"uv":[9,11.25,9.25,11.5],"texture":"#texture"},"west":{"uv":[9,11.25,9.25,11.5],"texture":"#texture"},"east":{"uv":[9.25,11.25,9,11.5],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-90,0],"translation":[0,6.43,1.13],"scale":[1.5,1.5,1.5]},"thirdperson_lefthand":{"rotation":[0,90,0],"translation":[0,6.43,1.13],"scale":[1.5,1.5,1.5]},"firstperson_righthand":{"rotation":[0,-82,6],"translation":[0,5.67,1.51],"scale":[1,1,1]},"firstperson_lefthand":{"rotation":[0,95,-6],"translation":[0,5.67,0.38],"scale":[1,1,1]},"gui":{"rotation":[0,180,45],"translation":[0,0,0],"scale":[1,1,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/money_dagger.json b/assets/minecraft/models/item/wynn/skin/dagger/money_dagger.json new file mode 100644 index 000000000..ab2563d47 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/money_dagger.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"texture":"skins/money_set/money_dagger"},"elements":[{"from":[7,0.5,7],"to":[9,1,9],"faces":{"down":{"uv":[11,7.5,13,7],"texture":"#texture"},"up":{"uv":[11,7,13,7.5],"texture":"#texture"},"north":{"uv":[13,7,11,7.5],"texture":"#texture"},"south":{"uv":[11,7,13,7.5],"texture":"#texture"},"west":{"uv":[11,7,11.5,7.5],"texture":"#texture"},"east":{"uv":[13,7,12.5,7.5],"texture":"#texture"}}},{"from":[7,-2,7],"to":[9,-1.5,9],"faces":{"down":{"uv":[11,10,13,9.5],"texture":"#texture"},"up":{"uv":[11,9.5,13,10],"texture":"#texture"},"north":{"uv":[13,9.5,11,10],"texture":"#texture"},"south":{"uv":[11,9.5,13,10],"texture":"#texture"},"west":{"uv":[11,9.5,11.5,10],"texture":"#texture"},"east":{"uv":[13,9.5,12.5,10],"texture":"#texture"}}},{"from":[7,-6,7],"to":[9,-4.5,9],"faces":{"down":{"uv":[11,14,13,13.5],"texture":"#texture"},"up":{"uv":[11,12.5,13,13],"texture":"#texture"},"north":{"uv":[13,12.5,11,14],"texture":"#texture"},"south":{"uv":[11,12.5,13,14],"texture":"#texture"},"west":{"uv":[11,12.5,11.5,14],"texture":"#texture"},"east":{"uv":[13,12.5,12.5,14],"texture":"#texture"}}},{"from":[7.5,1,7],"to":[8.5,2.5,9],"faces":{"down":{"uv":[11.5,7,12.5,6.5],"texture":"#texture"},"up":{"uv":[11.5,5.5,12.5,6],"texture":"#texture"},"north":{"uv":[12.5,5.5,11.5,7],"texture":"#texture"},"south":{"uv":[11.5,5.5,12.5,7],"texture":"#texture"},"west":{"uv":[11.5,5.5,12,7],"texture":"#texture"},"east":{"uv":[12.5,5.5,12,7],"texture":"#texture"}}},{"from":[7.5,-1,7],"to":[8.5,0,9],"faces":{"down":{"uv":[11.5,9,12.5,8.5],"texture":"#texture"},"up":{"uv":[11.5,8,12.5,8.5],"texture":"#texture"},"north":{"uv":[12.5,8,11.5,9],"texture":"#texture"},"south":{"uv":[11.5,8,12.5,9],"texture":"#texture"},"west":{"uv":[11.5,8,12,9],"texture":"#texture"},"east":{"uv":[12.5,8,12,9],"texture":"#texture"}}},{"from":[7.5,-4.5,7],"to":[8.5,-2,9],"faces":{"down":{"uv":[11.5,12.5,12.5,12],"texture":"#texture"},"up":{"uv":[11.5,10,12.5,10.5],"texture":"#texture"},"north":{"uv":[12.5,10,11.5,12.5],"texture":"#texture"},"south":{"uv":[11.5,10,12.5,12.5],"texture":"#texture"},"west":{"uv":[11.5,10,12,12.5],"texture":"#texture"},"east":{"uv":[12.5,10,12,12.5],"texture":"#texture"}}},{"from":[7.5,-6.5,7],"to":[8.5,-6,9],"faces":{"down":{"uv":[11.5,14.5,12.5,14],"texture":"#texture"},"up":{"uv":[11.5,14,12.5,14.5],"texture":"#texture"},"north":{"uv":[12.5,14,11.5,14.5],"texture":"#texture"},"south":{"uv":[11.5,14,12.5,14.5],"texture":"#texture"},"west":{"uv":[11.5,14,12,14.5],"texture":"#texture"},"east":{"uv":[12.5,14,12,14.5],"texture":"#texture"}}},{"from":[6.5,15,6.875],"to":[7.5,19.5,9.125],"faces":{"down":{"uv":[2.5,9,3.5,8.5],"texture":"#texture"},"up":{"uv":[2.5,4.5,3.5,5],"texture":"#texture"},"north":{"uv":[3.5,4.5,2.5,9],"texture":"#texture"},"south":{"uv":[2.5,4.5,3.5,9],"texture":"#texture"},"west":{"uv":[2.5,4.5,3,9],"texture":"#texture"},"east":{"uv":[3.5,4.5,3,9],"texture":"#texture"}}},{"from":[7,19.5,6.875],"to":[7.5,20,9.125],"faces":{"down":{"uv":[3,4.5,3.5,4],"texture":"#texture"},"up":{"uv":[3,4,3.5,4.5],"texture":"#texture"},"north":{"uv":[3.5,4,3,4.5],"texture":"#texture"},"south":{"uv":[3,4,3.5,4.5],"texture":"#texture"},"west":{"uv":[3,4,3.5,4.5],"texture":"#texture"},"east":{"uv":[3.5,4,3,4.5],"texture":"#texture"}}},{"from":[7,13.5,6.875],"to":[8.5,15,9.125],"faces":{"down":{"uv":[3,10.5,4.5,10],"texture":"#texture"},"up":{"uv":[3,9,4.5,9.5],"texture":"#texture"},"north":{"uv":[4.5,9,3,10.5],"texture":"#texture"},"south":{"uv":[3,9,4.5,10.5],"texture":"#texture"},"west":{"uv":[3,9,3.5,10.5],"texture":"#texture"},"east":{"uv":[4.5,9,4,10.5],"texture":"#texture"}}},{"from":[7.5,15,6.875],"to":[8,19,9.125],"faces":{"down":{"uv":[3.5,9,4,8.5],"texture":"#texture"},"up":{"uv":[3.5,5,4,5.5],"texture":"#texture"},"north":{"uv":[4,5,3.5,9],"texture":"#texture"},"south":{"uv":[3.5,5,4,9],"texture":"#texture"},"west":{"uv":[3.5,5,4,9],"texture":"#texture"},"east":{"uv":[4,5,3.5,9],"texture":"#texture"}}},{"from":[7.5,10.5,6.875],"to":[9,13.5,9.125],"faces":{"down":{"uv":[3.5,13.5,5,13],"texture":"#texture"},"up":{"uv":[3.5,10.5,5,11],"texture":"#texture"},"north":{"uv":[5,10.5,3.5,13.5],"texture":"#texture"},"south":{"uv":[3.5,10.5,5,13.5],"texture":"#texture"},"west":{"uv":[3.5,10.5,4,13.5],"texture":"#texture"},"east":{"uv":[5,10.5,4.5,13.5],"texture":"#texture"}}},{"from":[8,15,6.875],"to":[8.5,15.5,9.125],"faces":{"down":{"uv":[4,9,4.5,8.5],"texture":"#texture"},"up":{"uv":[4,8.5,4.5,9],"texture":"#texture"},"north":{"uv":[4.5,8.5,4,9],"texture":"#texture"},"south":{"uv":[4,8.5,4.5,9],"texture":"#texture"},"west":{"uv":[4,8.5,4.5,9],"texture":"#texture"},"east":{"uv":[4.5,8.5,4,9],"texture":"#texture"}}},{"from":[8.5,13.5,6.875],"to":[9,14,9.125],"faces":{"down":{"uv":[4.5,10.5,5,10],"texture":"#texture"},"up":{"uv":[4.5,10,5,10.5],"texture":"#texture"},"north":{"uv":[5,10,4.5,10.5],"texture":"#texture"},"south":{"uv":[4.5,10,5,10.5],"texture":"#texture"},"west":{"uv":[4.5,10,5,10.5],"texture":"#texture"},"east":{"uv":[5,10,4.5,10.5],"texture":"#texture"}}},{"from":[6.5,3.5,6.875],"to":[7.5,5,9.125],"faces":{"down":{"uv":[10.5,4.5,11.5,4],"texture":"#texture"},"up":{"uv":[10.5,3,11.5,3.5],"texture":"#texture"},"north":{"uv":[11.5,3,10.5,4.5],"texture":"#texture"},"south":{"uv":[10.5,3,11.5,4.5],"texture":"#texture"},"west":{"uv":[10.5,3,11,4.5],"texture":"#texture"},"east":{"uv":[11.5,3,11,4.5],"texture":"#texture"}}},{"from":[7,5,6.875],"to":[7.5,6.5,9.125],"faces":{"down":{"uv":[11,3,11.5,2.5],"texture":"#texture"},"up":{"uv":[11,1.5,11.5,2],"texture":"#texture"},"north":{"uv":[11.5,1.5,11,3],"texture":"#texture"},"south":{"uv":[11,1.5,11.5,3],"texture":"#texture"},"west":{"uv":[11,1.5,11.5,3],"texture":"#texture"},"east":{"uv":[11.5,1.5,11,3],"texture":"#texture"}}},{"from":[7.5,5.5,6.875],"to":[8,6.5,9.125],"faces":{"down":{"uv":[11.5,2.5,12,2],"texture":"#texture"},"up":{"uv":[11.5,1.5,12,2],"texture":"#texture"},"north":{"uv":[12,1.5,11.5,2.5],"texture":"#texture"},"south":{"uv":[11.5,1.5,12,2.5],"texture":"#texture"},"west":{"uv":[11.5,1.5,12,2.5],"texture":"#texture"},"east":{"uv":[12,1.5,11.5,2.5],"texture":"#texture"}}},{"from":[7.5,4,6.875],"to":[8.5,4.5,9.125],"faces":{"down":{"uv":[11.5,4,12.5,3.5],"texture":"#texture"},"up":{"uv":[11.5,3.5,12.5,4],"texture":"#texture"},"north":{"uv":[12.5,3.5,11.5,4],"texture":"#texture"},"south":{"uv":[11.5,3.5,12.5,4],"texture":"#texture"},"west":{"uv":[11.5,3.5,12,4],"texture":"#texture"},"east":{"uv":[12.5,3.5,12,4],"texture":"#texture"}}},{"from":[7.5,3,6.875],"to":[9.5,3.5,9.125],"faces":{"down":{"uv":[11.5,5,13.5,4.5],"texture":"#texture"},"up":{"uv":[11.5,4.5,13.5,5],"texture":"#texture"},"north":{"uv":[13.5,4.5,11.5,5],"texture":"#texture"},"south":{"uv":[11.5,4.5,13.5,5],"texture":"#texture"},"west":{"uv":[11.5,4.5,12,5],"texture":"#texture"},"east":{"uv":[13.5,4.5,13,5],"texture":"#texture"}}},{"from":[8,4.5,6.875],"to":[9,5,9.125],"faces":{"down":{"uv":[12,3.5,13,3],"texture":"#texture"},"up":{"uv":[12,3,13,3.5],"texture":"#texture"},"north":{"uv":[13,3,12,3.5],"texture":"#texture"},"south":{"uv":[12,3,13,3.5],"texture":"#texture"},"west":{"uv":[12,3,12.5,3.5],"texture":"#texture"},"east":{"uv":[13,3,12.5,3.5],"texture":"#texture"}}},{"from":[8.5,5,6.875],"to":[9,5.5,9.125],"faces":{"down":{"uv":[12.5,3,13,2.5],"texture":"#texture"},"up":{"uv":[12.5,2.5,13,3],"texture":"#texture"},"north":{"uv":[13,2.5,12.5,3],"texture":"#texture"},"south":{"uv":[12.5,2.5,13,3],"texture":"#texture"},"west":{"uv":[12.5,2.5,13,3],"texture":"#texture"},"east":{"uv":[13,2.5,12.5,3],"texture":"#texture"}}},{"from":[5,18,7.25],"to":[8.5,18.5,8.75],"faces":{"down":{"uv":[1,6,4.5,5.5],"texture":"#texture"},"up":{"uv":[1,5.5,4.5,6],"texture":"#texture"},"north":{"uv":[4.5,5.5,1,6],"texture":"#texture"},"south":{"uv":[1,5.5,4.5,6],"texture":"#texture"},"west":{"uv":[1,5.5,1.5,6],"texture":"#texture"},"east":{"uv":[4.5,5.5,4,6],"texture":"#texture"}}},{"from":[5.5,18.5,7.25],"to":[8,20,8.75],"faces":{"down":{"uv":[1.5,5.5,4,5],"texture":"#texture"},"up":{"uv":[1.5,4,4,4.5],"texture":"#texture"},"north":{"uv":[4,4,1.5,5.5],"texture":"#texture"},"south":{"uv":[1.5,4,4,5.5],"texture":"#texture"},"west":{"uv":[1.5,4,2,5.5],"texture":"#texture"},"east":{"uv":[4,4,3.5,5.5],"texture":"#texture"}}},{"from":[5.5,17.5,7.25],"to":[8.5,18,8.75],"faces":{"down":{"uv":[1.5,6.5,4.5,6],"texture":"#texture"},"up":{"uv":[1.5,6,4.5,6.5],"texture":"#texture"},"north":{"uv":[4.5,6,1.5,6.5],"texture":"#texture"},"south":{"uv":[1.5,6,4.5,6.5],"texture":"#texture"},"west":{"uv":[1.5,6,2,6.5],"texture":"#texture"},"east":{"uv":[4.5,6,4,6.5],"texture":"#texture"}}},{"from":[5.5,15,7.25],"to":[8.5,16,8.75],"faces":{"down":{"uv":[1.5,9,4.5,8.5],"texture":"#texture"},"up":{"uv":[1.5,8,4.5,8.5],"texture":"#texture"},"north":{"uv":[4.5,8,1.5,9],"texture":"#texture"},"south":{"uv":[1.5,8,4.5,9],"texture":"#texture"},"west":{"uv":[1.5,8,2,9],"texture":"#texture"},"east":{"uv":[4.5,8,4,9],"texture":"#texture"}}},{"from":[6,20,7.25],"to":[8.5,21,8.75],"faces":{"down":{"uv":[2,4,4.5,3.5],"texture":"#texture"},"up":{"uv":[2,3,4.5,3.5],"texture":"#texture"},"north":{"uv":[4.5,3,2,4],"texture":"#texture"},"south":{"uv":[2,3,4.5,4],"texture":"#texture"},"west":{"uv":[2,3,2.5,4],"texture":"#texture"},"east":{"uv":[4.5,3,4,4],"texture":"#texture"}}},{"from":[6,16,7.25],"to":[8,17.5,8.75],"faces":{"down":{"uv":[2,8,4,7.5],"texture":"#texture"},"up":{"uv":[2,6.5,4,7],"texture":"#texture"},"north":{"uv":[4,6.5,2,8],"texture":"#texture"},"south":{"uv":[2,6.5,4,8],"texture":"#texture"},"west":{"uv":[2,6.5,2.5,8],"texture":"#texture"},"east":{"uv":[4,6.5,3.5,8],"texture":"#texture"}}},{"from":[6,14.5,7.25],"to":[9,15,8.75],"faces":{"down":{"uv":[2,9.5,5,9],"texture":"#texture"},"up":{"uv":[2,9,5,9.5],"texture":"#texture"},"north":{"uv":[5,9,2,9.5],"texture":"#texture"},"south":{"uv":[2,9,5,9.5],"texture":"#texture"},"west":{"uv":[2,9,2.5,9.5],"texture":"#texture"},"east":{"uv":[5,9,4.5,9.5],"texture":"#texture"}}},{"from":[6,12.5,7.25],"to":[9.5,14,8.75],"faces":{"down":{"uv":[2,11.5,5.5,11],"texture":"#texture"},"up":{"uv":[2,10,5.5,10.5],"texture":"#texture"},"north":{"uv":[5.5,10,2,11.5],"texture":"#texture"},"south":{"uv":[2,10,5.5,11.5],"texture":"#texture"},"west":{"uv":[2,10,2.5,11.5],"texture":"#texture"},"east":{"uv":[5.5,10,5,11.5],"texture":"#texture"}}},{"from":[6,8,7.25],"to":[7.5,10,8.75],"faces":{"down":{"uv":[2,16,3.5,15.5],"texture":"#texture"},"up":{"uv":[2,14,3.5,14.5],"texture":"#texture"},"north":{"uv":[3.5,14,2,16],"texture":"#texture"},"south":{"uv":[2,14,3.5,16],"texture":"#texture"},"west":{"uv":[2,14,2.5,16],"texture":"#texture"},"east":{"uv":[3.5,14,3,16],"texture":"#texture"}}},{"from":[6.5,21,7.25],"to":[8.5,21.5,8.75],"faces":{"down":{"uv":[2.5,3,4.5,2.5],"texture":"#texture"},"up":{"uv":[2.5,2.5,4.5,3],"texture":"#texture"},"north":{"uv":[4.5,2.5,2.5,3],"texture":"#texture"},"south":{"uv":[2.5,2.5,4.5,3],"texture":"#texture"},"west":{"uv":[2.5,2.5,3,3],"texture":"#texture"},"east":{"uv":[4.5,2.5,4,3],"texture":"#texture"}}},{"from":[6.5,14,7.25],"to":[9.5,14.5,8.75],"faces":{"down":{"uv":[2.5,10,5.5,9.5],"texture":"#texture"},"up":{"uv":[2.5,9.5,5.5,10],"texture":"#texture"},"north":{"uv":[5.5,9.5,2.5,10],"texture":"#texture"},"south":{"uv":[2.5,9.5,5.5,10],"texture":"#texture"},"west":{"uv":[2.5,9.5,3,10],"texture":"#texture"},"east":{"uv":[5.5,9.5,5,10],"texture":"#texture"}}},{"from":[6.5,12,7.25],"to":[9.5,12.5,8.75],"faces":{"down":{"uv":[2.5,12,5.5,11.5],"texture":"#texture"},"up":{"uv":[2.5,11.5,5.5,12],"texture":"#texture"},"north":{"uv":[5.5,11.5,2.5,12],"texture":"#texture"},"south":{"uv":[2.5,11.5,5.5,12],"texture":"#texture"},"west":{"uv":[2.5,11.5,3,12],"texture":"#texture"},"east":{"uv":[5.5,11.5,5,12],"texture":"#texture"}}},{"from":[6.5,10,7.25],"to":[9.5,10.5,8.75],"faces":{"down":{"uv":[2.5,14,5.5,13.5],"texture":"#texture"},"up":{"uv":[2.5,13.5,5.5,14],"texture":"#texture"},"north":{"uv":[5.5,13.5,2.5,14],"texture":"#texture"},"south":{"uv":[2.5,13.5,5.5,14],"texture":"#texture"},"west":{"uv":[2.5,13.5,3,14],"texture":"#texture"},"east":{"uv":[5.5,13.5,5,14],"texture":"#texture"}}},{"from":[7,21.5,7.25],"to":[8.5,22,8.75],"faces":{"down":{"uv":[3,2.5,4.5,2],"texture":"#texture"},"up":{"uv":[3,2,4.5,2.5],"texture":"#texture"},"north":{"uv":[4.5,2,3,2.5],"texture":"#texture"},"south":{"uv":[3,2,4.5,2.5],"texture":"#texture"},"west":{"uv":[3,2,3.5,2.5],"texture":"#texture"},"east":{"uv":[4.5,2,4,2.5],"texture":"#texture"}}},{"from":[7,10.5,7.25],"to":[9.5,12,8.75],"faces":{"down":{"uv":[3,13.5,5.5,13],"texture":"#texture"},"up":{"uv":[3,12,5.5,12.5],"texture":"#texture"},"north":{"uv":[5.5,12,3,13.5],"texture":"#texture"},"south":{"uv":[3,12,5.5,13.5],"texture":"#texture"},"west":{"uv":[3,12,3.5,13.5],"texture":"#texture"},"east":{"uv":[5.5,12,5,13.5],"texture":"#texture"}}},{"from":[7.5,22,7.25],"to":[8.5,22.5,8.75],"faces":{"down":{"uv":[3.5,2,4.5,1.5],"texture":"#texture"},"up":{"uv":[3.5,1.5,4.5,2],"texture":"#texture"},"north":{"uv":[4.5,1.5,3.5,2],"texture":"#texture"},"south":{"uv":[3.5,1.5,4.5,2],"texture":"#texture"},"west":{"uv":[3.5,1.5,4,2],"texture":"#texture"},"east":{"uv":[4.5,1.5,4,2],"texture":"#texture"}}},{"from":[7.5,9.5,7.25],"to":[8,10,8.75],"faces":{"down":{"uv":[3.5,14.5,4,14],"texture":"#texture"},"up":{"uv":[3.5,14,4,14.5],"texture":"#texture"},"north":{"uv":[4,14,3.5,14.5],"texture":"#texture"},"south":{"uv":[3.5,14,4,14.5],"texture":"#texture"},"west":{"uv":[3.5,14,4,14.5],"texture":"#texture"},"east":{"uv":[4,14,3.5,14.5],"texture":"#texture"}}},{"from":[8,19.5,7.25],"to":[8.5,20,8.75],"faces":{"down":{"uv":[4,4.5,4.5,4],"texture":"#texture"},"up":{"uv":[4,4,4.5,4.5],"texture":"#texture"},"north":{"uv":[4.5,4,4,4.5],"texture":"#texture"},"south":{"uv":[4,4,4.5,4.5],"texture":"#texture"},"west":{"uv":[4,4,4.5,4.5],"texture":"#texture"},"east":{"uv":[4.5,4,4,4.5],"texture":"#texture"}}},{"from":[8,18.5,7.25],"to":[8.5,19,8.75],"faces":{"down":{"uv":[4,5.5,4.5,5],"texture":"#texture"},"up":{"uv":[4,5,4.5,5.5],"texture":"#texture"},"north":{"uv":[4.5,5,4,5.5],"texture":"#texture"},"south":{"uv":[4,5,4.5,5.5],"texture":"#texture"},"west":{"uv":[4,5,4.5,5.5],"texture":"#texture"},"east":{"uv":[4.5,5,4,5.5],"texture":"#texture"}}},{"from":[8,16.5,7.25],"to":[8.5,17.5,8.75],"faces":{"down":{"uv":[4,7.5,4.5,7],"texture":"#texture"},"up":{"uv":[4,6.5,4.5,7],"texture":"#texture"},"north":{"uv":[4.5,6.5,4,7.5],"texture":"#texture"},"south":{"uv":[4,6.5,4.5,7.5],"texture":"#texture"},"west":{"uv":[4,6.5,4.5,7.5],"texture":"#texture"},"east":{"uv":[4.5,6.5,4,7.5],"texture":"#texture"}}},{"from":[8.5,22.5,7.25],"to":[9,23,8.75],"faces":{"down":{"uv":[4.5,1.5,5,1],"texture":"#texture"},"up":{"uv":[4.5,1,5,1.5],"texture":"#texture"},"north":{"uv":[5,1,4.5,1.5],"texture":"#texture"},"south":{"uv":[4.5,1,5,1.5],"texture":"#texture"},"west":{"uv":[4.5,1,5,1.5],"texture":"#texture"},"east":{"uv":[5,1,4.5,1.5],"texture":"#texture"}}},{"from":[8.5,17,7.25],"to":[9,17.5,8.75],"faces":{"down":{"uv":[4.5,7,5,6.5],"texture":"#texture"},"up":{"uv":[4.5,6.5,5,7],"texture":"#texture"},"north":{"uv":[5,6.5,4.5,7],"texture":"#texture"},"south":{"uv":[4.5,6.5,5,7],"texture":"#texture"},"west":{"uv":[4.5,6.5,5,7],"texture":"#texture"},"east":{"uv":[5,6.5,4.5,7],"texture":"#texture"}}},{"from":[8.5,15,7.25],"to":[9,15.5,8.75],"faces":{"down":{"uv":[4.5,9,5,8.5],"texture":"#texture"},"up":{"uv":[4.5,8.5,5,9],"texture":"#texture"},"north":{"uv":[5,8.5,4.5,9],"texture":"#texture"},"south":{"uv":[4.5,8.5,5,9],"texture":"#texture"},"west":{"uv":[4.5,8.5,5,9],"texture":"#texture"},"east":{"uv":[5,8.5,4.5,9],"texture":"#texture"}}},{"from":[9,9.5,7.25],"to":[9.5,10,8.75],"faces":{"down":{"uv":[5,14.5,5.5,14],"texture":"#texture"},"up":{"uv":[5,14,5.5,14.5],"texture":"#texture"},"north":{"uv":[5.5,14,5,14.5],"texture":"#texture"},"south":{"uv":[5,14,5.5,14.5],"texture":"#texture"},"west":{"uv":[5,14,5.5,14.5],"texture":"#texture"},"east":{"uv":[5.5,14,5,14.5],"texture":"#texture"}}},{"from":[5.5,3.5,7.25],"to":[7.5,8,8.75],"faces":{"down":{"uv":[9.5,4.5,11.5,4],"texture":"#texture"},"up":{"uv":[9.5,0,11.5,0.5],"texture":"#texture"},"north":{"uv":[11.5,0,9.5,4.5],"texture":"#texture"},"south":{"uv":[9.5,0,11.5,4.5],"texture":"#texture"},"west":{"uv":[9.5,0,10,4.5],"texture":"#texture"},"east":{"uv":[11.5,0,11,4.5],"texture":"#texture"}}},{"from":[6,3,7.25],"to":[10,3.5,8.75],"faces":{"down":{"uv":[10,5,14,4.5],"texture":"#texture"},"up":{"uv":[10,4.5,14,5],"texture":"#texture"},"north":{"uv":[14,4.5,10,5],"texture":"#texture"},"south":{"uv":[10,4.5,14,5],"texture":"#texture"},"west":{"uv":[10,4.5,10.5,5],"texture":"#texture"},"east":{"uv":[14,4.5,13.5,5],"texture":"#texture"}}},{"from":[7.5,3.5,7.25],"to":[8,7.5,8.75],"faces":{"down":{"uv":[11.5,4.5,12,4],"texture":"#texture"},"up":{"uv":[11.5,0.5,12,1],"texture":"#texture"},"north":{"uv":[12,0.5,11.5,4.5],"texture":"#texture"},"south":{"uv":[11.5,0.5,12,4.5],"texture":"#texture"},"west":{"uv":[11.5,0.5,12,4.5],"texture":"#texture"},"east":{"uv":[12,0.5,11.5,4.5],"texture":"#texture"}}},{"from":[7.5,2.5,7.25],"to":[9.5,3,8.75],"faces":{"down":{"uv":[11.5,5.5,13.5,5],"texture":"#texture"},"up":{"uv":[11.5,5,13.5,5.5],"texture":"#texture"},"north":{"uv":[13.5,5,11.5,5.5],"texture":"#texture"},"south":{"uv":[11.5,5,13.5,5.5],"texture":"#texture"},"west":{"uv":[11.5,5,12,5.5],"texture":"#texture"},"east":{"uv":[13.5,5,13,5.5],"texture":"#texture"}}},{"from":[8,3.5,7.25],"to":[8.5,6.5,8.75],"faces":{"down":{"uv":[12,4.5,12.5,4],"texture":"#texture"},"up":{"uv":[12,1.5,12.5,2],"texture":"#texture"},"north":{"uv":[12.5,1.5,12,4.5],"texture":"#texture"},"south":{"uv":[12,1.5,12.5,4.5],"texture":"#texture"},"west":{"uv":[12,1.5,12.5,4.5],"texture":"#texture"},"east":{"uv":[12.5,1.5,12,4.5],"texture":"#texture"}}},{"from":[8.5,3.5,7.25],"to":[9,6,8.75],"faces":{"down":{"uv":[12.5,4.5,13,4],"texture":"#texture"},"up":{"uv":[12.5,2,13,2.5],"texture":"#texture"},"north":{"uv":[13,2,12.5,4.5],"texture":"#texture"},"south":{"uv":[12.5,2,13,4.5],"texture":"#texture"},"west":{"uv":[12.5,2,13,4.5],"texture":"#texture"},"east":{"uv":[13,2,12.5,4.5],"texture":"#texture"}}},{"from":[9,3.5,7.25],"to":[9.5,5.5,8.75],"faces":{"down":{"uv":[13,4.5,13.5,4],"texture":"#texture"},"up":{"uv":[13,2.5,13.5,3],"texture":"#texture"},"north":{"uv":[13.5,2.5,13,4.5],"texture":"#texture"},"south":{"uv":[13,2.5,13.5,4.5],"texture":"#texture"},"west":{"uv":[13,2.5,13.5,4.5],"texture":"#texture"},"east":{"uv":[13.5,2.5,13,4.5],"texture":"#texture"}}},{"from":[9.5,5,7.25],"to":[10,5.5,8.75],"faces":{"down":{"uv":[13.5,3,14,2.5],"texture":"#texture"},"up":{"uv":[13.5,2.5,14,3],"texture":"#texture"},"north":{"uv":[14,2.5,13.5,3],"texture":"#texture"},"south":{"uv":[13.5,2.5,14,3],"texture":"#texture"},"west":{"uv":[13.5,2.5,14,3],"texture":"#texture"},"east":{"uv":[14,2.5,13.5,3],"texture":"#texture"}}},{"from":[9.5,3.5,7.25],"to":[10,4.5,8.75],"faces":{"down":{"uv":[13.5,4.5,14,4],"texture":"#texture"},"up":{"uv":[13.5,3.5,14,4],"texture":"#texture"},"north":{"uv":[14,3.5,13.5,4.5],"texture":"#texture"},"south":{"uv":[13.5,3.5,14,4.5],"texture":"#texture"},"west":{"uv":[13.5,3.5,14,4.5],"texture":"#texture"},"east":{"uv":[14,3.5,13.5,4.5],"texture":"#texture"}}},{"from":[10,3.5,7.25],"to":[10.5,4,8.75],"faces":{"down":{"uv":[14,4.5,14.5,4],"texture":"#texture"},"up":{"uv":[14,4,14.5,4.5],"texture":"#texture"},"north":{"uv":[14.5,4,14,4.5],"texture":"#texture"},"south":{"uv":[14,4,14.5,4.5],"texture":"#texture"},"west":{"uv":[14,4,14.5,4.5],"texture":"#texture"},"east":{"uv":[14.5,4,14,4.5],"texture":"#texture"}}},{"from":[4.5,17.5,7.75],"to":[9,18.5,8.25],"faces":{"down":{"uv":[0.5,6.5,5,6],"texture":"#texture"},"up":{"uv":[0.5,5.5,5,6],"texture":"#texture"},"north":{"uv":[5,5.5,0.5,6.5],"texture":"#texture"},"south":{"uv":[0.5,5.5,5,6.5],"texture":"#texture"},"west":{"uv":[0.5,5.5,1,6.5],"texture":"#texture"},"east":{"uv":[5,5.5,4.5,6.5],"texture":"#texture"}}},{"from":[5,18.5,7.75],"to":[8.5,20,8.25],"faces":{"down":{"uv":[1,5.5,4.5,5],"texture":"#texture"},"up":{"uv":[1,4,4.5,4.5],"texture":"#texture"},"north":{"uv":[4.5,4,1,5.5],"texture":"#texture"},"south":{"uv":[1,4,4.5,5.5],"texture":"#texture"},"west":{"uv":[1,4,1.5,5.5],"texture":"#texture"},"east":{"uv":[4.5,4,4,5.5],"texture":"#texture"}}},{"from":[5,15,7.75],"to":[9,16,8.25],"faces":{"down":{"uv":[1,9,5,8.5],"texture":"#texture"},"up":{"uv":[1,8,5,8.5],"texture":"#texture"},"north":{"uv":[5,8,1,9],"texture":"#texture"},"south":{"uv":[1,8,5,9],"texture":"#texture"},"west":{"uv":[1,8,1.5,9],"texture":"#texture"},"east":{"uv":[5,8,4.5,9],"texture":"#texture"}}},{"from":[5,12,7.75],"to":[5.5,13,8.25],"faces":{"down":{"uv":[1,12,1.5,11.5],"texture":"#texture"},"up":{"uv":[1,11,1.5,11.5],"texture":"#texture"},"north":{"uv":[1.5,11,1,12],"texture":"#texture"},"south":{"uv":[1,11,1.5,12],"texture":"#texture"},"west":{"uv":[1,11,1.5,12],"texture":"#texture"},"east":{"uv":[1.5,11,1,12],"texture":"#texture"}}},{"from":[5.5,20,7.75],"to":[9,21,8.25],"faces":{"down":{"uv":[1.5,4,5,3.5],"texture":"#texture"},"up":{"uv":[1.5,3,5,3.5],"texture":"#texture"},"north":{"uv":[5,3,1.5,4],"texture":"#texture"},"south":{"uv":[1.5,3,5,4],"texture":"#texture"},"west":{"uv":[1.5,3,2,4],"texture":"#texture"},"east":{"uv":[5,3,4.5,4],"texture":"#texture"}}},{"from":[5.5,16,7.75],"to":[8.5,17.5,8.25],"faces":{"down":{"uv":[1.5,8,4.5,7.5],"texture":"#texture"},"up":{"uv":[1.5,6.5,4.5,7],"texture":"#texture"},"north":{"uv":[4.5,6.5,1.5,8],"texture":"#texture"},"south":{"uv":[1.5,6.5,4.5,8],"texture":"#texture"},"west":{"uv":[1.5,6.5,2,8],"texture":"#texture"},"east":{"uv":[4.5,6.5,4,8],"texture":"#texture"}}},{"from":[5.5,14.5,7.75],"to":[9.5,15,8.25],"faces":{"down":{"uv":[1.5,9.5,5.5,9],"texture":"#texture"},"up":{"uv":[1.5,9,5.5,9.5],"texture":"#texture"},"north":{"uv":[5.5,9,1.5,9.5],"texture":"#texture"},"south":{"uv":[1.5,9,5.5,9.5],"texture":"#texture"},"west":{"uv":[1.5,9,2,9.5],"texture":"#texture"},"east":{"uv":[5.5,9,5,9.5],"texture":"#texture"}}},{"from":[5.5,12.5,7.75],"to":[10,14,8.25],"faces":{"down":{"uv":[1.5,11.5,6,11],"texture":"#texture"},"up":{"uv":[1.5,10,6,10.5],"texture":"#texture"},"north":{"uv":[6,10,1.5,11.5],"texture":"#texture"},"south":{"uv":[1.5,10,6,11.5],"texture":"#texture"},"west":{"uv":[1.5,10,2,11.5],"texture":"#texture"},"east":{"uv":[6,10,5.5,11.5],"texture":"#texture"}}},{"from":[5.5,8.5,7.75],"to":[8,10,8.25],"faces":{"down":{"uv":[1.5,15.5,4,15],"texture":"#texture"},"up":{"uv":[1.5,14,4,14.5],"texture":"#texture"},"north":{"uv":[4,14,1.5,15.5],"texture":"#texture"},"south":{"uv":[1.5,14,4,15.5],"texture":"#texture"},"west":{"uv":[1.5,14,2,15.5],"texture":"#texture"},"east":{"uv":[4,14,3.5,15.5],"texture":"#texture"}}},{"from":[6,21,7.75],"to":[9,21.5,8.25],"faces":{"down":{"uv":[2,3,5,2.5],"texture":"#texture"},"up":{"uv":[2,2.5,5,3],"texture":"#texture"},"north":{"uv":[5,2.5,2,3],"texture":"#texture"},"south":{"uv":[2,2.5,5,3],"texture":"#texture"},"west":{"uv":[2,2.5,2.5,3],"texture":"#texture"},"east":{"uv":[5,2.5,4.5,3],"texture":"#texture"}}},{"from":[6,14,7.75],"to":[10,14.5,8.25],"faces":{"down":{"uv":[2,10,6,9.5],"texture":"#texture"},"up":{"uv":[2,9.5,6,10],"texture":"#texture"},"north":{"uv":[6,9.5,2,10],"texture":"#texture"},"south":{"uv":[2,9.5,6,10],"texture":"#texture"},"west":{"uv":[2,9.5,2.5,10],"texture":"#texture"},"east":{"uv":[6,9.5,5.5,10],"texture":"#texture"}}},{"from":[6,12,7.75],"to":[10,12.5,8.25],"faces":{"down":{"uv":[2,12,6,11.5],"texture":"#texture"},"up":{"uv":[2,11.5,6,12],"texture":"#texture"},"north":{"uv":[6,11.5,2,12],"texture":"#texture"},"south":{"uv":[2,11.5,6,12],"texture":"#texture"},"west":{"uv":[2,11.5,2.5,12],"texture":"#texture"},"east":{"uv":[6,11.5,5.5,12],"texture":"#texture"}}},{"from":[6,10,7.75],"to":[10,10.5,8.25],"faces":{"down":{"uv":[2,14,6,13.5],"texture":"#texture"},"up":{"uv":[2,13.5,6,14],"texture":"#texture"},"north":{"uv":[6,13.5,2,14],"texture":"#texture"},"south":{"uv":[2,13.5,6,14],"texture":"#texture"},"west":{"uv":[2,13.5,2.5,14],"texture":"#texture"},"east":{"uv":[6,13.5,5.5,14],"texture":"#texture"}}},{"from":[5.5,8,7.75],"to":[8,8.5,8.25],"faces":{"down":{"uv":[1.5,16,4,15.5],"texture":"#texture"},"up":{"uv":[1.5,15.5,4,16],"texture":"#texture"},"north":{"uv":[4,15.5,1.5,16],"texture":"#texture"},"south":{"uv":[1.5,15.5,4,16],"texture":"#texture"},"west":{"uv":[1.5,15.5,2,16],"texture":"#texture"},"east":{"uv":[4,15.5,3.5,16],"texture":"#texture"}}},{"from":[6.5,21.5,7.75],"to":[9,22,8.25],"faces":{"down":{"uv":[2.5,2.5,5,2],"texture":"#texture"},"up":{"uv":[2.5,2,5,2.5],"texture":"#texture"},"north":{"uv":[5,2,2.5,2.5],"texture":"#texture"},"south":{"uv":[2.5,2,5,2.5],"texture":"#texture"},"west":{"uv":[2.5,2,3,2.5],"texture":"#texture"},"east":{"uv":[5,2,4.5,2.5],"texture":"#texture"}}},{"from":[6.5,10.5,7.75],"to":[10,12,8.25],"faces":{"down":{"uv":[2.5,13.5,6,13],"texture":"#texture"},"up":{"uv":[2.5,12,6,12.5],"texture":"#texture"},"north":{"uv":[6,12,2.5,13.5],"texture":"#texture"},"south":{"uv":[2.5,12,6,13.5],"texture":"#texture"},"west":{"uv":[2.5,12,3,13.5],"texture":"#texture"},"east":{"uv":[6,12,5.5,13.5],"texture":"#texture"}}},{"from":[7,22,7.75],"to":[9,22.5,8.25],"faces":{"down":{"uv":[3,2,5,1.5],"texture":"#texture"},"up":{"uv":[3,1.5,5,2],"texture":"#texture"},"north":{"uv":[5,1.5,3,2],"texture":"#texture"},"south":{"uv":[3,1.5,5,2],"texture":"#texture"},"west":{"uv":[3,1.5,3.5,2],"texture":"#texture"},"east":{"uv":[5,1.5,4.5,2],"texture":"#texture"}}},{"from":[7.5,22.5,7.75],"to":[9.5,23,8.25],"faces":{"down":{"uv":[3.5,1.5,5.5,1],"texture":"#texture"},"up":{"uv":[3.5,1,5.5,1.5],"texture":"#texture"},"north":{"uv":[5.5,1,3.5,1.5],"texture":"#texture"},"south":{"uv":[3.5,1,5.5,1.5],"texture":"#texture"},"west":{"uv":[3.5,1,4,1.5],"texture":"#texture"},"east":{"uv":[5.5,1,5,1.5],"texture":"#texture"}}},{"from":[8,9.5,7.75],"to":[10,10,8.25],"faces":{"down":{"uv":[4,14.5,6,14],"texture":"#texture"},"up":{"uv":[4,14,6,14.5],"texture":"#texture"},"north":{"uv":[6,14,4,14.5],"texture":"#texture"},"south":{"uv":[4,14,6,14.5],"texture":"#texture"},"west":{"uv":[4,14,4.5,14.5],"texture":"#texture"},"east":{"uv":[6,14,5.5,14.5],"texture":"#texture"}}},{"from":[8.5,23,7.75],"to":[9.5,23.5,8.25],"faces":{"down":{"uv":[4.5,1,5.5,0.5],"texture":"#texture"},"up":{"uv":[4.5,0.5,5.5,1],"texture":"#texture"},"north":{"uv":[5.5,0.5,4.5,1],"texture":"#texture"},"south":{"uv":[4.5,0.5,5.5,1],"texture":"#texture"},"west":{"uv":[4.5,0.5,5,1],"texture":"#texture"},"east":{"uv":[5.5,0.5,5,1],"texture":"#texture"}}},{"from":[8.5,19.5,7.75],"to":[9,20,8.25],"faces":{"down":{"uv":[4.5,4.5,5,4],"texture":"#texture"},"up":{"uv":[4.5,4,5,4.5],"texture":"#texture"},"north":{"uv":[5,4,4.5,4.5],"texture":"#texture"},"south":{"uv":[4.5,4,5,4.5],"texture":"#texture"},"west":{"uv":[4.5,4,5,4.5],"texture":"#texture"},"east":{"uv":[5,4,4.5,4.5],"texture":"#texture"}}},{"from":[8.5,18.5,7.75],"to":[9,19,8.25],"faces":{"down":{"uv":[4.5,5.5,5,5],"texture":"#texture"},"up":{"uv":[4.5,5,5,5.5],"texture":"#texture"},"north":{"uv":[5,5,4.5,5.5],"texture":"#texture"},"south":{"uv":[4.5,5,5,5.5],"texture":"#texture"},"west":{"uv":[4.5,5,5,5.5],"texture":"#texture"},"east":{"uv":[5,5,4.5,5.5],"texture":"#texture"}}},{"from":[8.5,16.5,7.75],"to":[9.5,17.5,8.25],"faces":{"down":{"uv":[4.5,7.5,5.5,7],"texture":"#texture"},"up":{"uv":[4.5,6.5,5.5,7],"texture":"#texture"},"north":{"uv":[5.5,6.5,4.5,7.5],"texture":"#texture"},"south":{"uv":[4.5,6.5,5.5,7.5],"texture":"#texture"},"west":{"uv":[4.5,6.5,5,7.5],"texture":"#texture"},"east":{"uv":[5.5,6.5,5,7.5],"texture":"#texture"}}},{"from":[9,15,7.75],"to":[9.5,15.5,8.25],"faces":{"down":{"uv":[5,9,5.5,8.5],"texture":"#texture"},"up":{"uv":[5,8.5,5.5,9],"texture":"#texture"},"north":{"uv":[5.5,8.5,5,9],"texture":"#texture"},"south":{"uv":[5,8.5,5.5,9],"texture":"#texture"},"west":{"uv":[5,8.5,5.5,9],"texture":"#texture"},"east":{"uv":[5.5,8.5,5,9],"texture":"#texture"}}},{"from":[9,8.5,7.75],"to":[10,9.5,8.25],"faces":{"down":{"uv":[5,15.5,6,15],"texture":"#texture"},"up":{"uv":[5,14.5,6,15],"texture":"#texture"},"north":{"uv":[6,14.5,5,15.5],"texture":"#texture"},"south":{"uv":[5,14.5,6,15.5],"texture":"#texture"},"west":{"uv":[5,14.5,5.5,15.5],"texture":"#texture"},"east":{"uv":[6,14.5,5.5,15.5],"texture":"#texture"}}},{"from":[9.5,8,7.75],"to":[10,8.5,8.25],"faces":{"down":{"uv":[5.5,16,6,15.5],"texture":"#texture"},"up":{"uv":[5.5,15.5,6,16],"texture":"#texture"},"north":{"uv":[6,15.5,5.5,16],"texture":"#texture"},"south":{"uv":[5.5,15.5,6,16],"texture":"#texture"},"west":{"uv":[5.5,15.5,6,16],"texture":"#texture"},"east":{"uv":[6,15.5,5.5,16],"texture":"#texture"}}},{"from":[5,3.5,7.75],"to":[8,8,8.25],"faces":{"down":{"uv":[9,4.5,12,4],"texture":"#texture"},"up":{"uv":[9,0,12,0.5],"texture":"#texture"},"north":{"uv":[12,0,9,4.5],"texture":"#texture"},"south":{"uv":[9,0,12,4.5],"texture":"#texture"},"west":{"uv":[9,0,9.5,4.5],"texture":"#texture"},"east":{"uv":[12,0,11.5,4.5],"texture":"#texture"}}},{"from":[5.5,1.5,7.75],"to":[6,3.5,8.25],"faces":{"down":{"uv":[9.5,6.5,10,6],"texture":"#texture"},"up":{"uv":[9.5,4.5,10,5],"texture":"#texture"},"north":{"uv":[10,4.5,9.5,6.5],"texture":"#texture"},"south":{"uv":[9.5,4.5,10,6.5],"texture":"#texture"},"west":{"uv":[9.5,4.5,10,6.5],"texture":"#texture"},"east":{"uv":[10,4.5,9.5,6.5],"texture":"#texture"}}},{"from":[6,3,7.75],"to":[10.5,3.5,8.25],"faces":{"down":{"uv":[10,5,14.5,4.5],"texture":"#texture"},"up":{"uv":[10,4.5,14.5,5],"texture":"#texture"},"north":{"uv":[14.5,4.5,10,5],"texture":"#texture"},"south":{"uv":[10,4.5,14.5,5],"texture":"#texture"},"west":{"uv":[10,4.5,10.5,5],"texture":"#texture"},"east":{"uv":[14.5,4.5,14,5],"texture":"#texture"}}},{"from":[7.5,2.5,7.75],"to":[10,3,8.25],"faces":{"down":{"uv":[11.5,5.5,14,5],"texture":"#texture"},"up":{"uv":[11.5,5,14,5.5],"texture":"#texture"},"north":{"uv":[14,5,11.5,5.5],"texture":"#texture"},"south":{"uv":[11.5,5,14,5.5],"texture":"#texture"},"west":{"uv":[11.5,5,12,5.5],"texture":"#texture"},"east":{"uv":[14,5,13.5,5.5],"texture":"#texture"}}},{"from":[8,3.5,7.75],"to":[8.5,7.5,8.25],"faces":{"down":{"uv":[12,4.5,12.5,4],"texture":"#texture"},"up":{"uv":[12,0.5,12.5,1],"texture":"#texture"},"north":{"uv":[12.5,0.5,12,4.5],"texture":"#texture"},"south":{"uv":[12,0.5,12.5,4.5],"texture":"#texture"},"west":{"uv":[12,0.5,12.5,4.5],"texture":"#texture"},"east":{"uv":[12.5,0.5,12,4.5],"texture":"#texture"}}},{"from":[8.5,7,7.75],"to":[9,7.5,8.25],"faces":{"down":{"uv":[12.5,1,13,0.5],"texture":"#texture"},"up":{"uv":[12.5,0.5,13,1],"texture":"#texture"},"north":{"uv":[13,0.5,12.5,1],"texture":"#texture"},"south":{"uv":[12.5,0.5,13,1],"texture":"#texture"},"west":{"uv":[12.5,0.5,13,1],"texture":"#texture"},"east":{"uv":[13,0.5,12.5,1],"texture":"#texture"}}},{"from":[8.5,3.5,7.75],"to":[9,6.5,8.25],"faces":{"down":{"uv":[12.5,4.5,13,4],"texture":"#texture"},"up":{"uv":[12.5,1.5,13,2],"texture":"#texture"},"north":{"uv":[13,1.5,12.5,4.5],"texture":"#texture"},"south":{"uv":[12.5,1.5,13,4.5],"texture":"#texture"},"west":{"uv":[12.5,1.5,13,4.5],"texture":"#texture"},"east":{"uv":[13,1.5,12.5,4.5],"texture":"#texture"}}},{"from":[9,3.5,7.75],"to":[10,6,8.25],"faces":{"down":{"uv":[13,4.5,14,4],"texture":"#texture"},"up":{"uv":[13,2,14,2.5],"texture":"#texture"},"north":{"uv":[14,2,13,4.5],"texture":"#texture"},"south":{"uv":[13,2,14,4.5],"texture":"#texture"},"west":{"uv":[13,2,13.5,4.5],"texture":"#texture"},"east":{"uv":[14,2,13.5,4.5],"texture":"#texture"}}},{"from":[9.5,7,7.75],"to":[10,8,8.25],"faces":{"down":{"uv":[13.5,1,14,0.5],"texture":"#texture"},"up":{"uv":[13.5,0,14,0.5],"texture":"#texture"},"north":{"uv":[14,0,13.5,1],"texture":"#texture"},"south":{"uv":[13.5,0,14,1],"texture":"#texture"},"west":{"uv":[13.5,0,14,1],"texture":"#texture"},"east":{"uv":[14,0,13.5,1],"texture":"#texture"}}},{"from":[10,5,7.75],"to":[10.5,6,8.25],"faces":{"down":{"uv":[14,3,14.5,2.5],"texture":"#texture"},"up":{"uv":[14,2,14.5,2.5],"texture":"#texture"},"north":{"uv":[14.5,2,14,3],"texture":"#texture"},"south":{"uv":[14,2,14.5,3],"texture":"#texture"},"west":{"uv":[14,2,14.5,3],"texture":"#texture"},"east":{"uv":[14.5,2,14,3],"texture":"#texture"}}},{"from":[10,3.5,7.75],"to":[11,4.5,8.25],"faces":{"down":{"uv":[14,4.5,15,4],"texture":"#texture"},"up":{"uv":[14,3.5,15,4],"texture":"#texture"},"north":{"uv":[15,3.5,14,4.5],"texture":"#texture"},"south":{"uv":[14,3.5,15,4.5],"texture":"#texture"},"west":{"uv":[14,3.5,14.5,4.5],"texture":"#texture"},"east":{"uv":[15,3.5,14.5,4.5],"texture":"#texture"}}},{"from":[6.5,0.5,7.5],"to":[9.5,1,8.5],"faces":{"down":{"uv":[10.5,7.5,13.5,7],"texture":"#texture"},"up":{"uv":[10.5,7,13.5,7.5],"texture":"#texture"},"north":{"uv":[13.5,7,10.5,7.5],"texture":"#texture"},"south":{"uv":[10.5,7,13.5,7.5],"texture":"#texture"},"west":{"uv":[10.5,7,11,7.5],"texture":"#texture"},"east":{"uv":[13.5,7,13,7.5],"texture":"#texture"}}},{"from":[6.5,-2,7.5],"to":[9.5,-1.5,8.5],"faces":{"down":{"uv":[10.5,10,13.5,9.5],"texture":"#texture"},"up":{"uv":[10.5,9.5,13.5,10],"texture":"#texture"},"north":{"uv":[13.5,9.5,10.5,10],"texture":"#texture"},"south":{"uv":[10.5,9.5,13.5,10],"texture":"#texture"},"west":{"uv":[10.5,9.5,11,10],"texture":"#texture"},"east":{"uv":[13.5,9.5,13,10],"texture":"#texture"}}},{"from":[6.5,-6.5,7.5],"to":[9.5,-4.5,8.5],"faces":{"down":{"uv":[10.5,14.5,13.5,14],"texture":"#texture"},"up":{"uv":[10.5,12.5,13.5,13],"texture":"#texture"},"north":{"uv":[13.5,12.5,10.5,14.5],"texture":"#texture"},"south":{"uv":[10.5,12.5,13.5,14.5],"texture":"#texture"},"west":{"uv":[10.5,12.5,11,14.5],"texture":"#texture"},"east":{"uv":[13.5,12.5,13,14.5],"texture":"#texture"}}},{"from":[7,1,7.5],"to":[7.5,3,8.5],"faces":{"down":{"uv":[11,7,11.5,6.5],"texture":"#texture"},"up":{"uv":[11,5,11.5,5.5],"texture":"#texture"},"north":{"uv":[11.5,5,11,7],"texture":"#texture"},"south":{"uv":[11,5,11.5,7],"texture":"#texture"},"west":{"uv":[11,5,11.5,7],"texture":"#texture"},"east":{"uv":[11.5,5,11,7],"texture":"#texture"}}},{"from":[7,-1,7.5],"to":[9,0,8.5],"faces":{"down":{"uv":[11,9,13,8.5],"texture":"#texture"},"up":{"uv":[11,8,13,8.5],"texture":"#texture"},"north":{"uv":[13,8,11,9],"texture":"#texture"},"south":{"uv":[11,8,13,9],"texture":"#texture"},"west":{"uv":[11,8,11.5,9],"texture":"#texture"},"east":{"uv":[13,8,12.5,9],"texture":"#texture"}}},{"from":[7,-4.5,7.5],"to":[9,-2,8.5],"faces":{"down":{"uv":[11,12.5,13,12],"texture":"#texture"},"up":{"uv":[11,10,13,10.5],"texture":"#texture"},"north":{"uv":[13,10,11,12.5],"texture":"#texture"},"south":{"uv":[11,10,13,12.5],"texture":"#texture"},"west":{"uv":[11,10,11.5,12.5],"texture":"#texture"},"east":{"uv":[13,10,12.5,12.5],"texture":"#texture"}}},{"from":[7,-7,7.5],"to":[9,-6.5,8.5],"faces":{"down":{"uv":[11,15,13,14.5],"texture":"#texture"},"up":{"uv":[11,14.5,13,15],"texture":"#texture"},"north":{"uv":[13,14.5,11,15],"texture":"#texture"},"south":{"uv":[11,14.5,13,15],"texture":"#texture"},"west":{"uv":[11,14.5,11.5,15],"texture":"#texture"},"east":{"uv":[13,14.5,12.5,15],"texture":"#texture"}}},{"from":[7.5,1,7.5],"to":[9,2.5,8.5],"faces":{"down":{"uv":[11.5,7,13,6.5],"texture":"#texture"},"up":{"uv":[11.5,5.5,13,6],"texture":"#texture"},"north":{"uv":[13,5.5,11.5,7],"texture":"#texture"},"south":{"uv":[11.5,5.5,13,7],"texture":"#texture"},"west":{"uv":[11.5,5.5,12,7],"texture":"#texture"},"east":{"uv":[13,5.5,12.5,7],"texture":"#texture"}}},{"from":[7.5,0,7.5],"to":[8.5,0.5,8.5],"faces":{"down":{"uv":[11.5,8,12.5,7.5],"texture":"#texture"},"up":{"uv":[11.5,7.5,12.5,8],"texture":"#texture"},"north":{"uv":[12.5,7.5,11.5,8],"texture":"#texture"},"south":{"uv":[11.5,7.5,12.5,8],"texture":"#texture"},"west":{"uv":[11.5,7.5,12,8],"texture":"#texture"},"east":{"uv":[12.5,7.5,12,8],"texture":"#texture"}}},{"from":[7.5,-1.5,7.5],"to":[8.5,-1,8.5],"faces":{"down":{"uv":[11.5,9.5,12.5,9],"texture":"#texture"},"up":{"uv":[11.5,9,12.5,9.5],"texture":"#texture"},"north":{"uv":[12.5,9,11.5,9.5],"texture":"#texture"},"south":{"uv":[11.5,9,12.5,9.5],"texture":"#texture"},"west":{"uv":[11.5,9,12,9.5],"texture":"#texture"},"east":{"uv":[12.5,9,12,9.5],"texture":"#texture"}}},{"from":[7.5,-7.5,7.5],"to":[8.5,-7,8.5],"faces":{"down":{"uv":[11.5,15.5,12.5,15],"texture":"#texture"},"up":{"uv":[11.5,15,12.5,15.5],"texture":"#texture"},"north":{"uv":[12.5,15,11.5,15.5],"texture":"#texture"},"south":{"uv":[11.5,15,12.5,15.5],"texture":"#texture"},"west":{"uv":[11.5,15,12,15.5],"texture":"#texture"},"east":{"uv":[12.5,15,12,15.5],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-90,0],"translation":[0,7.56,2.08],"scale":[1,1,1]},"thirdperson_lefthand":{"rotation":[0,90,0],"translation":[0,7.56,2.08],"scale":[1,1,1]},"firstperson_righthand":{"rotation":[0,-72,6],"translation":[1.89,1.7,-0.38],"scale":[1,1,1]},"firstperson_lefthand":{"rotation":[0,96,-6],"translation":[1.32,1.7,-0.38],"scale":[1,1,1]},"gui":{"rotation":[0,180,45],"translation":[0,0,0],"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/music_dagger.json b/assets/minecraft/models/item/wynn/skin/dagger/music_dagger.json new file mode 100644 index 000000000..dd4509a1a --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/music_dagger.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/soul_heart","1":"skins/white_gradient","particle":"skins/soul_heart"},"elements":[{"from":[7.20435,9.5,2.5],"to":[8.79565,10.5,4],"rotation":{"angle":45,"axis":"y","origin":[8,10,0]},"faces":{"north":{"uv":[3.5,9.5,4.5,11],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"south":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"up":{"uv":[4,12,5.5,13.5],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,9.5,4.5,11],"rotation":270,"texture":"#0"}}},{"from":[7.21435,9.51,2.51],"to":[8.78565,10.49,3.99],"rotation":{"angle":22.5,"axis":"y","origin":[8,10,0]},"faces":{"north":{"uv":[3.5,9.5,4.5,11],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"south":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"up":{"uv":[4,12,5.5,13.5],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,9.5,4.5,11],"rotation":270,"texture":"#0"}}},{"from":[7.20435,9.5,2.5],"to":[8.79565,10.5,4],"rotation":{"angle":0,"axis":"y","origin":[8,10,0]},"faces":{"north":{"uv":[3.5,9.5,4.5,11],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"south":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"up":{"uv":[4,12,5.5,13.5],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,9.5,4.5,11],"rotation":270,"texture":"#0"}}},{"from":[7.21435,9.51,2.51],"to":[8.78565,10.49,3.99],"rotation":{"angle":-22.5,"axis":"y","origin":[8,10,0]},"faces":{"north":{"uv":[3.5,9.5,4.5,11],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"south":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"up":{"uv":[4,12,5.5,13.5],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,9.5,4.5,11],"rotation":270,"texture":"#0"}}},{"from":[7.20435,9.5,2.5],"to":[8.79565,10.5,4],"rotation":{"angle":-45,"axis":"y","origin":[8,10,0]},"faces":{"north":{"uv":[3.5,9.5,4.5,11],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"south":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"up":{"uv":[4,12,5.5,13.5],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,9.5,4.5,11],"rotation":270,"texture":"#0"}}},{"from":[7.20435,9.5,-4],"to":[8.79565,10.5,-2.5],"rotation":{"angle":45,"axis":"y","origin":[8,10,0]},"faces":{"north":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,9.5,4.5,11],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"up":{"uv":[4,12,5.5,13.5],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,9.5,4.5,11],"rotation":90,"texture":"#0"}}},{"from":[7.21435,9.51,-3.99],"to":[8.78565,10.49,-2.51],"rotation":{"angle":22.5,"axis":"y","origin":[8,10,0]},"faces":{"north":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,9.5,4.5,11],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"up":{"uv":[4,12,5.5,13.5],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,9.5,4.5,11],"rotation":90,"texture":"#0"}}},{"from":[7.20435,9.5,-4],"to":[8.79565,10.5,-2.5],"rotation":{"angle":0,"axis":"y","origin":[8,10,0]},"faces":{"north":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,9.5,4.5,11],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"up":{"uv":[4,12,5.5,13.5],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,9.5,4.5,11],"rotation":90,"texture":"#0"}}},{"from":[7.21435,9.51,-3.99],"to":[8.78565,10.49,-2.51],"rotation":{"angle":-22.5,"axis":"y","origin":[8,10,0]},"faces":{"north":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,9.5,4.5,11],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"up":{"uv":[4,12,5.5,13.5],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,9.5,4.5,11],"rotation":90,"texture":"#0"}}},{"from":[7.20435,9.5,-4],"to":[8.79565,10.5,-2.5],"rotation":{"angle":-45,"axis":"y","origin":[8,10,0]},"faces":{"north":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,9.5,4.5,11],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"up":{"uv":[4,12,5.5,13.5],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,9.5,4.5,11],"rotation":90,"texture":"#0"}}},{"from":[4.01,9.51,-0.78565],"to":[5.49,10.49,0.78565],"rotation":{"angle":22.5,"axis":"y","origin":[8,10,0]},"faces":{"north":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,9.5,4.5,11],"rotation":270,"texture":"#0"},"south":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"up":{"uv":[4,12,5.5,13.5],"rotation":180,"texture":"#0"},"down":{"uv":[3.5,9.5,4.5,11],"rotation":180,"texture":"#0"}}},{"from":[4,9.5,-0.79565],"to":[5.5,10.5,0.79565],"rotation":{"angle":0,"axis":"y","origin":[8,10,0]},"faces":{"north":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,9.5,4.5,11],"rotation":270,"texture":"#0"},"south":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"up":{"uv":[4,12,5.5,13.5],"rotation":180,"texture":"#0"},"down":{"uv":[3.5,9.5,4.5,11],"rotation":180,"texture":"#0"}}},{"from":[4.01,9.51,-0.78565],"to":[5.49,10.49,0.78565],"rotation":{"angle":-22.5,"axis":"y","origin":[8,10,0]},"faces":{"north":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,9.5,4.5,11],"rotation":270,"texture":"#0"},"south":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"up":{"uv":[4,12,5.5,13.5],"rotation":180,"texture":"#0"},"down":{"uv":[3.5,9.5,4.5,11],"rotation":180,"texture":"#0"}}},{"from":[10.51,9.51,-0.78565],"to":[11.99,10.49,0.78565],"rotation":{"angle":22.5,"axis":"y","origin":[8,10,0]},"faces":{"north":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"south":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,9.5,4.5,11],"rotation":270,"texture":"#0"},"up":{"uv":[4,12,5.5,13.5],"texture":"#0"},"down":{"uv":[3.5,9.5,4.5,11],"texture":"#0"}}},{"from":[10.5,9.5,-0.79565],"to":[12,10.5,0.79565],"rotation":{"angle":0,"axis":"y","origin":[8,10,0]},"faces":{"north":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"south":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,9.5,4.5,11],"rotation":270,"texture":"#0"},"up":{"uv":[4,12,5.5,13.5],"texture":"#0"},"down":{"uv":[3.5,9.5,4.5,11],"texture":"#0"}}},{"from":[10.51,9.51,-0.78565],"to":[11.99,10.49,0.78565],"rotation":{"angle":-22.5,"axis":"y","origin":[8,10,0]},"faces":{"north":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"south":{"uv":[4.5,12,5.5,13.5],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,9.5,4.5,11],"rotation":270,"texture":"#0"},"up":{"uv":[4,12,5.5,13.5],"texture":"#0"},"down":{"uv":[3.5,9.5,4.5,11],"texture":"#0"}}},{"from":[9.52,8.77,-0.67619],"to":[11.48,9.73,0.67619],"rotation":{"angle":-22.5,"axis":"y","origin":[8,9.25,0]},"faces":{"north":{"uv":[3.5,11,5.5,12],"texture":"#0"},"east":{"uv":[4,12,5,13.5],"rotation":270,"texture":"#0"},"south":{"uv":[4,12,5,13.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,13,1,14.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,9.5,2,11],"rotation":180,"texture":"#0"},"down":{"uv":[1,9.5,1.5,10],"rotation":270,"texture":"#0"}}},{"from":[9.51,8.76,-0.68619],"to":[11.49,9.74,0.68619],"rotation":{"angle":0,"axis":"y","origin":[8,9.25,0]},"faces":{"north":{"uv":[3.5,11,5.5,12],"texture":"#0"},"east":{"uv":[4,12,5,13.5],"rotation":270,"texture":"#0"},"south":{"uv":[4,12,5,13.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,13,1,14.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,9.5,2,11],"rotation":180,"texture":"#0"},"down":{"uv":[1,9.5,1.5,10],"rotation":270,"texture":"#0"}}},{"from":[9.5,8.75,-0.69619],"to":[11.5,9.75,0.69619],"rotation":{"angle":22.5,"axis":"y","origin":[8,9.25,0]},"faces":{"north":{"uv":[3.5,11,5.5,12],"texture":"#0"},"east":{"uv":[4,12,5,13.5],"rotation":270,"texture":"#0"},"south":{"uv":[4,12,5,13.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,13,1,14.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,9.5,2,11],"rotation":180,"texture":"#0"},"down":{"uv":[1,9.5,1.5,10],"rotation":270,"texture":"#0"}}},{"from":[4.52,8.77,-0.67619],"to":[6.48,9.73,0.67619],"rotation":{"angle":-22.5,"axis":"y","origin":[8,9.25,0]},"faces":{"north":{"uv":[3.5,11,5.5,12],"texture":"#0"},"east":{"uv":[0,13,1,14.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,13,1,14.5],"rotation":270,"texture":"#0"},"west":{"uv":[4,12,5,13.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,9.5,2,11],"texture":"#0"},"down":{"uv":[1,9.5,1.5,10],"rotation":270,"texture":"#0"}}},{"from":[4.51,8.76,-0.68619],"to":[6.49,9.74,0.68619],"rotation":{"angle":0,"axis":"y","origin":[8,9.25,0]},"faces":{"north":{"uv":[3.5,11,5.5,12],"texture":"#0"},"east":{"uv":[0,13,1,14.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,13,1,14.5],"rotation":270,"texture":"#0"},"west":{"uv":[4,12,5,13.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,9.5,2,11],"texture":"#0"},"down":{"uv":[1,9.5,1.5,10],"rotation":270,"texture":"#0"}}},{"from":[4.5,8.75,-0.69619],"to":[6.5,9.75,0.69619],"rotation":{"angle":22.5,"axis":"y","origin":[8,9.25,0]},"faces":{"north":{"uv":[3.5,11,5.5,12],"texture":"#0"},"east":{"uv":[0,13,1,14.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,13,1,14.5],"rotation":270,"texture":"#0"},"west":{"uv":[4,12,5,13.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,9.5,2,11],"texture":"#0"},"down":{"uv":[1,9.5,1.5,10],"rotation":270,"texture":"#0"}}},{"from":[7.31381,8.76,-3.49],"to":[8.68619,9.74,-1.51],"rotation":{"angle":-45,"axis":"y","origin":[8,9.25,0]},"faces":{"north":{"uv":[4,12,5,13.5],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,11,5.5,12],"texture":"#0"},"south":{"uv":[0,13,1,14.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,13,1,14.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,9.5,2,11],"rotation":90,"texture":"#0"},"down":{"uv":[1,9.5,1.5,10],"rotation":270,"texture":"#0"}}},{"from":[7.32381,8.77,-3.48],"to":[8.67619,9.73,-1.52],"rotation":{"angle":-22.5,"axis":"y","origin":[8,9.25,0]},"faces":{"north":{"uv":[4,12,5,13.5],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,11,5.5,12],"texture":"#0"},"south":{"uv":[0,13,1,14.5],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,11,5.5,12],"texture":"#0"},"up":{"uv":[0,9.5,2,11],"rotation":90,"texture":"#0"},"down":{"uv":[1,9.5,1.5,10],"rotation":270,"texture":"#0"}}},{"from":[7.31381,8.76,-3.49],"to":[8.68619,9.74,-1.51],"rotation":{"angle":0,"axis":"y","origin":[8,9.25,0]},"faces":{"north":{"uv":[4,12,5,13.5],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,11,5.5,12],"texture":"#0"},"south":{"uv":[0,13,1,14.5],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,11,5.5,12],"texture":"#0"},"up":{"uv":[0,9.5,2,11],"rotation":90,"texture":"#0"},"down":{"uv":[1,9.5,1.5,10],"rotation":270,"texture":"#0"}}},{"from":[7.30381,8.75,-3.5],"to":[8.69619,9.75,-1.5],"rotation":{"angle":22.5,"axis":"y","origin":[8,9.25,0]},"faces":{"north":{"uv":[4,12,5,13.5],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,11,5.5,12],"texture":"#0"},"south":{"uv":[0,13,1,14.5],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,11,5.5,12],"texture":"#0"},"up":{"uv":[0,9.5,2,11],"rotation":90,"texture":"#0"},"down":{"uv":[1,9.5,1.5,10],"rotation":270,"texture":"#0"}}},{"from":[7.31381,8.76,-3.49],"to":[8.68619,9.74,-1.51],"rotation":{"angle":45,"axis":"y","origin":[8,9.25,0]},"faces":{"north":{"uv":[4,12,5,13.5],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,11,5.5,12],"texture":"#0"},"south":{"uv":[0,13,1,14.5],"rotation":270,"texture":"#0"},"west":{"uv":[4,12,5,13.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,9.5,2,11],"rotation":90,"texture":"#0"},"down":{"uv":[1,9.5,1.5,10],"rotation":270,"texture":"#0"}}},{"from":[7.31381,8.76,1.51],"to":[8.68619,9.74,3.49],"rotation":{"angle":-45,"axis":"y","origin":[8,9.25,0]},"faces":{"north":{"uv":[0,13,1,14.5],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,11,5.5,12],"texture":"#0"},"south":{"uv":[4,12,5,13.5],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,11,5.5,12],"texture":"#0"},"up":{"uv":[0,9.5,2,11],"rotation":270,"texture":"#0"},"down":{"uv":[1,9.5,1.5,10],"rotation":270,"texture":"#0"}}},{"from":[7.32381,8.77,1.52],"to":[8.67619,9.73,3.48],"rotation":{"angle":-22.5,"axis":"y","origin":[8,9.25,0]},"faces":{"north":{"uv":[0,13,1,14.5],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,11,5.5,12],"texture":"#0"},"south":{"uv":[4,12,5,13.5],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,11,5.5,12],"texture":"#0"},"up":{"uv":[0,9.5,2,11],"rotation":270,"texture":"#0"},"down":{"uv":[1,9.5,1.5,10],"rotation":270,"texture":"#0"}}},{"from":[7.31381,8.76,1.51],"to":[8.68619,9.74,3.49],"rotation":{"angle":0,"axis":"y","origin":[8,9.25,0]},"faces":{"north":{"uv":[0,13,1,14.5],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,11,5.5,12],"texture":"#0"},"south":{"uv":[4,12,5,13.5],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,11,5.5,12],"texture":"#0"},"up":{"uv":[0,9.5,2,11],"rotation":270,"texture":"#0"},"down":{"uv":[1,9.5,1.5,10],"rotation":270,"texture":"#0"}}},{"from":[7.30381,8.75,1.5],"to":[8.69619,9.75,3.5],"rotation":{"angle":22.5,"axis":"y","origin":[8,9.25,0]},"faces":{"north":{"uv":[0,13,1,14.5],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,11,5.5,12],"texture":"#0"},"south":{"uv":[4,12,5,13.5],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,11,5.5,12],"texture":"#0"},"up":{"uv":[0,9.5,2,11],"rotation":270,"texture":"#0"},"down":{"uv":[1,9.5,1.5,10],"rotation":270,"texture":"#0"}}},{"from":[7.31381,8.76,1.51],"to":[8.68619,9.74,3.49],"rotation":{"angle":45,"axis":"y","origin":[8,9.25,0]},"faces":{"north":{"uv":[0,13,1,14.5],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,11,5.5,12],"texture":"#0"},"south":{"uv":[4,12,5,13.5],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,11,5.5,12],"texture":"#0"},"up":{"uv":[0,9.5,2,11],"rotation":270,"texture":"#0"},"down":{"uv":[1,9.5,1.5,10],"rotation":270,"texture":"#0"}}},{"from":[8.505,8.005,-0.49228],"to":[10.495,8.995,0.49228],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.5,0]},"faces":{"north":{"uv":[0,9.5,0.5,11.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,9.5,0.5,11.5],"rotation":90,"texture":"#0"},"south":{"uv":[0,9.5,0.5,11.5],"rotation":90,"texture":"#0"},"west":{"uv":[0,9.5,0.5,11.5],"rotation":90,"texture":"#0"},"up":{"uv":[0,9.5,0.5,11.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,9.5,0.5,11.5],"rotation":90,"texture":"#0"}}},{"from":[8.51,8.01,-0.48728],"to":[10.49,8.99,0.48728],"rotation":{"angle":0,"axis":"y","origin":[8,8.5,0]},"faces":{"north":{"uv":[0,9.5,0.5,11.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,9.5,0.5,11.5],"rotation":90,"texture":"#0"},"south":{"uv":[0,9.5,0.5,11.5],"rotation":90,"texture":"#0"},"west":{"uv":[0,9.5,0.5,11.5],"rotation":90,"texture":"#0"},"up":{"uv":[0,9.5,0.5,11.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,9.5,0.5,11.5],"rotation":90,"texture":"#0"}}},{"from":[8.5,8,-0.49728],"to":[10.5,9,0.49728],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.5,0]},"faces":{"north":{"uv":[0,9.5,0.5,11.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,9.5,0.5,11.5],"rotation":90,"texture":"#0"},"south":{"uv":[0,9.5,0.5,11.5],"rotation":90,"texture":"#0"},"west":{"uv":[0,9.5,0.5,11.5],"rotation":90,"texture":"#0"},"up":{"uv":[0,9.5,0.5,11.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,9.5,0.5,11.5],"rotation":90,"texture":"#0"}}},{"from":[5.505,8.005,-0.49228],"to":[7.495,8.995,0.49228],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.5,0]},"faces":{"north":{"uv":[0,9.5,0.5,11.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,9.5,0.5,11.5],"rotation":90,"texture":"#0"},"south":{"uv":[0,9.5,0.5,11.5],"rotation":90,"texture":"#0"},"west":{"uv":[0,9.5,0.5,11.5],"rotation":90,"texture":"#0"},"up":{"uv":[0,9.5,0.5,11.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,9.5,0.5,11.5],"rotation":90,"texture":"#0"}}},{"from":[5.51,8.01,-0.48728],"to":[7.49,8.99,0.48728],"rotation":{"angle":0,"axis":"y","origin":[8,8.5,0]},"faces":{"north":{"uv":[0,9.5,0.5,11.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,9.5,0.5,11.5],"rotation":90,"texture":"#0"},"south":{"uv":[0,9.5,0.5,11.5],"rotation":90,"texture":"#0"},"west":{"uv":[0,9.5,0.5,11.5],"rotation":90,"texture":"#0"},"up":{"uv":[0,9.5,0.5,11.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,9.5,0.5,11.5],"rotation":90,"texture":"#0"}}},{"from":[5.5,8,-0.49728],"to":[7.5,9,0.49728],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.5,0]},"faces":{"north":{"uv":[0,9.5,0.5,11.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,9.5,0.5,11.5],"rotation":90,"texture":"#0"},"south":{"uv":[0,9.5,0.5,11.5],"rotation":90,"texture":"#0"},"west":{"uv":[0,9.5,0.5,11.5],"rotation":90,"texture":"#0"},"up":{"uv":[0,9.5,0.5,11.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,9.5,0.5,11.5],"rotation":90,"texture":"#0"}}},{"from":[7.51272,8.01,-2.49],"to":[8.48728,8.99,-0.51],"rotation":{"angle":-45,"axis":"y","origin":[8,8.5,0]},"faces":{"north":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"east":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"south":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"west":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"up":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"down":{"uv":[0,9.5,0.5,11.5],"texture":"#0"}}},{"from":[7.50772,8.005,-2.495],"to":[8.49228,8.995,-0.505],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.5,0]},"faces":{"north":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"east":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"south":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"west":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"up":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"down":{"uv":[0,9.5,0.5,11.5],"texture":"#0"}}},{"from":[7.51272,8.01,-2.49],"to":[8.48728,8.99,-0.51],"rotation":{"angle":0,"axis":"y","origin":[8,8.5,0]},"faces":{"north":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"east":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"south":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"west":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"up":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"down":{"uv":[0,9.5,0.5,11.5],"texture":"#0"}}},{"from":[7.50272,8,-2.5],"to":[8.49728,9,-0.5],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.5,0]},"faces":{"north":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"east":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"south":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"west":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"up":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"down":{"uv":[0,9.5,0.5,11.5],"texture":"#0"}}},{"from":[7.51272,8.01,-2.49],"to":[8.48728,8.99,-0.51],"rotation":{"angle":45,"axis":"y","origin":[8,8.5,0]},"faces":{"north":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"east":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"south":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"west":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"up":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"down":{"uv":[0,9.5,0.5,11.5],"texture":"#0"}}},{"from":[7.51272,8.01,0.51],"to":[8.48728,8.99,2.49],"rotation":{"angle":-45,"axis":"y","origin":[8,8.5,0]},"faces":{"north":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"east":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"south":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"west":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"up":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"down":{"uv":[0,9.5,0.5,11.5],"texture":"#0"}}},{"from":[7.50772,8.005,0.505],"to":[8.49228,8.995,2.495],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.5,0]},"faces":{"north":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"east":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"south":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"west":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"up":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"down":{"uv":[0,9.5,0.5,11.5],"texture":"#0"}}},{"from":[7.51272,8.01,0.51],"to":[8.48728,8.99,2.49],"rotation":{"angle":0,"axis":"y","origin":[8,8.5,0]},"faces":{"north":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"east":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"south":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"west":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"up":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"down":{"uv":[0,9.5,0.5,11.5],"texture":"#0"}}},{"from":[7.50272,8,0.5],"to":[8.49728,9,2.5],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.5,0]},"faces":{"north":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"east":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"south":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"west":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"up":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"down":{"uv":[0,9.5,0.5,11.5],"texture":"#0"}}},{"from":[7.51272,8.01,0.51],"to":[8.48728,8.99,2.49],"rotation":{"angle":45,"axis":"y","origin":[8,8.5,0]},"faces":{"north":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"east":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"south":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"west":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"up":{"uv":[0,9.5,0.5,11.5],"texture":"#0"},"down":{"uv":[0,9.5,0.5,11.5],"texture":"#0"}}},{"from":[6,1.96732,-2.42612],"to":[10,7.96732,-0.42612],"rotation":{"angle":22.5,"axis":"x","origin":[8,3.96732,-1.42612]},"faces":{"north":{"uv":[0,12,6,16],"rotation":90,"texture":"#0"},"east":{"uv":[0,12,6,14],"rotation":90,"texture":"#0"},"south":{"uv":[0,12,6,16],"rotation":90,"texture":"#0"},"west":{"uv":[0,12,6,14],"rotation":90,"texture":"#0"},"up":{"uv":[0,12,2,16],"rotation":90,"texture":"#0"},"down":{"uv":[12.5,9.5,14.5,13.5],"rotation":90,"texture":"#0"}}},{"from":[6.01,0.51224,-3.10537],"to":[9.99,2.49224,-1.12537],"rotation":{"angle":0,"axis":"x","origin":[8,-0.30642,-2.15343]},"faces":{"north":{"uv":[5,12,7,16],"rotation":90,"texture":"#0"},"east":{"uv":[5,12.5,7,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[5,12,7,16],"rotation":90,"texture":"#0"},"west":{"uv":[5,12.5,7,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[5,12,7,16],"rotation":90,"texture":"#0"},"down":{"uv":[5,12,7,16],"rotation":90,"texture":"#0"}}},{"from":[6.02,-0.98451,-2.85151],"to":[9.98,0.97549,-0.89151],"rotation":{"angle":-22.5,"axis":"x","origin":[8,0.13588,-1.79385]},"faces":{"north":{"uv":[5.5,9.5,7.5,13.5],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,9.5,7.5,11.5],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,9.5,7.5,13.5],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,9.5,7.5,11.5],"rotation":270,"texture":"#0"},"up":{"uv":[5.5,9.5,7.5,13.5],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,9.5,6,13.5],"rotation":270,"texture":"#0"}}},{"from":[6.03,-1.26315,-2.03896],"to":[9.97,-0.32315,-0.09896],"rotation":{"angle":-45,"axis":"x","origin":[8,-1.16259,-0.99957]},"faces":{"north":{"uv":[5.5,9.5,6.5,13.5],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,9.5,6.5,11.5],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,9.5,6.5,13.5],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,9.5,6.5,11.5],"rotation":270,"texture":"#0"},"up":{"uv":[5.5,9.5,7.5,13.5],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,9.5,7.5,13.5],"rotation":270,"texture":"#0"}}},{"from":[6.25,-3.06756,-1.28525],"to":[9.75,-1.06756,0.71475],"rotation":{"angle":22.5,"axis":"x","origin":[8,-1.51432,1.21214]},"faces":{"north":{"uv":[4,9.5,8,11.5],"rotation":180,"texture":"#0"},"east":{"uv":[4,9.5,6,11.5],"texture":"#0"},"south":{"uv":[4,9,4.5,10.5],"rotation":90,"texture":"#0"},"west":{"uv":[4,11.5,6,9.5],"rotation":180,"texture":"#0"},"up":{"uv":[4,9.5,6,13.5],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,9.5,5.5,13.5],"rotation":90,"texture":"#0"}}},{"from":[6.5,-2.75592,0.1428],"to":[9.5,-0.75592,2.1428],"rotation":{"angle":0,"axis":"x","origin":[8,-1.51432,1.21214]},"faces":{"north":{"uv":[1,9,4,11],"texture":"#0"},"east":{"uv":[1,9,3,11],"texture":"#0"},"south":{"uv":[1,9,4,11],"texture":"#0"},"west":{"uv":[1,9,3,11],"rotation":180,"texture":"#0"},"up":{"uv":[1,9,4,11],"texture":"#0"},"down":{"uv":[1,9,4,11],"texture":"#0"}}},{"from":[6.51,-3.00449,1.5914],"to":[9.49,-1.02449,2.5714],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-1.51432,1.21214]},"faces":{"north":{"uv":[1,9,4,11],"texture":"#0"},"east":{"uv":[0,9.5,2,11.5],"rotation":180,"texture":"#0"},"south":{"uv":[0,8,3,10],"texture":"#0"},"west":{"uv":[0.5,9,2.5,11],"texture":"#0"},"up":{"uv":[1,9,4,11],"texture":"#0"},"down":{"uv":[0,8,3,10],"texture":"#0"}}},{"from":[6.52,-2.21068,2.17259],"to":[9.48,-0.25068,3.63259],"rotation":{"angle":-45,"axis":"x","origin":[8,-1.23883,2.78172]},"faces":{"north":{"uv":[1,9,4,11],"texture":"#0"},"east":{"uv":[0,9.5,1.5,11.5],"rotation":180,"texture":"#0"},"south":{"uv":[0,8,3,10],"texture":"#0"},"west":{"uv":[0.5,9,2,11],"texture":"#0"},"up":{"uv":[1,9,4,10.5],"texture":"#0"},"down":{"uv":[0,8,3,9.5],"texture":"#0"}}},{"from":[6.5,-1.36016,2.34433],"to":[9.5,14.63984,4.34433],"rotation":{"angle":22.5,"axis":"x","origin":[8,-0.52971,3.41903]},"faces":{"north":{"uv":[0,9,16,12],"rotation":270,"texture":"#0"},"east":{"uv":[0,9,16,11],"rotation":270,"texture":"#0"},"south":{"uv":[0,9,16,12],"rotation":270,"texture":"#0"},"west":{"uv":[0,9,16,11],"rotation":270,"texture":"#0"},"up":{"uv":[14,10,16,13.5],"rotation":180,"texture":"#0"},"down":{"uv":[0,9,2,12],"rotation":270,"texture":"#0"}}},{"from":[6.75,14.15739,5.31858],"to":[9.25,20.15739,6.81858],"rotation":{"angle":22.5,"axis":"x","origin":[8,6.07693,5.99388]},"faces":{"north":{"uv":[13.5,9,16,15],"rotation":180,"texture":"#0"},"east":{"uv":[14.5,9,16,15],"rotation":180,"texture":"#0"},"south":{"uv":[13.5,9,16,15],"rotation":180,"texture":"#0"},"west":{"uv":[14.5,9,16,15],"rotation":180,"texture":"#0"},"up":{"uv":[13.5,9,16,10.5],"rotation":180,"texture":"#0"},"down":{"uv":[13.5,9,16,10.5],"rotation":180,"texture":"#0"}}},{"from":[6.01,7.29015,-0.96151],"to":[9.99,8.27015,1.01849],"rotation":{"angle":0,"axis":"x","origin":[8,7.28015,0.02849]},"faces":{"north":{"uv":[0,9.5,1,13.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,9.5,1,11.5],"rotation":90,"texture":"#0"},"south":{"uv":[0,9.5,1,13.5],"rotation":90,"texture":"#0"},"west":{"uv":[0,9.5,1,11.5],"rotation":90,"texture":"#0"},"up":{"uv":[0,9.5,2,13.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,9.5,2,13.5],"rotation":90,"texture":"#0"}}},{"from":[7.01,2.36,-3.34],"to":[8.99,8.34,0.64],"rotation":{"angle":22.5,"axis":"x","origin":[8,4.35,-1.35]},"faces":{"north":{"uv":[0.5,12,6.5,14],"rotation":90,"texture":"#0"},"east":{"uv":[0,12,6,16],"rotation":90,"texture":"#0"},"south":{"uv":[0,12,6,14],"rotation":90,"texture":"#0"},"west":{"uv":[0,12,6,16],"rotation":90,"texture":"#0"},"up":{"uv":[0,12,4,14],"rotation":90,"texture":"#0"},"down":{"uv":[12,9.5,16,11.5],"rotation":90,"texture":"#0"}}},{"from":[7.02,0.30302,-3.94006],"to":[8.98,3.26302,0.01994],"rotation":{"angle":0,"axis":"x","origin":[8,0.09168,-1.922]},"faces":{"north":{"uv":[5,12.5,8,14.5],"rotation":90,"texture":"#0"},"east":{"uv":[5,12,8,16],"rotation":90,"texture":"#0"},"south":{"uv":[5,12.5,8,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[5,12,8,16],"rotation":90,"texture":"#0"},"up":{"uv":[5,12.5,9,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[5,12.5,9,14.5],"rotation":90,"texture":"#0"}}},{"from":[7.01,-0.56564,-3.47477],"to":[8.99,1.16436,0.50523],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-0.46603,-1.56242]},"faces":{"north":{"uv":[5.5,10,7.25,12],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,10,7.25,14],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,10,7.25,12],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,10,7.25,14],"rotation":270,"texture":"#0"},"up":{"uv":[5.5,10,9.5,12],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,9.5,6,13.5],"rotation":270,"texture":"#0"}}},{"from":[7.03,-1.60021,-3.12965],"to":[8.97,0.33979,0.81035],"rotation":{"angle":-45,"axis":"x","origin":[8,-0.63577,-1.22904]},"faces":{"north":{"uv":[4.5,10,6.5,12],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,10,6.5,14],"rotation":270,"texture":"#0"},"south":{"uv":[4.5,10,6.5,12],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,10,6.5,14],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,10,8.5,12],"rotation":270,"texture":"#0"},"down":{"uv":[4.5,10,5,10.5],"rotation":180,"texture":"#0"}}},{"from":[7,-3.79799,-1.2149],"to":[9,-0.04799,0.7851],"rotation":{"angle":22.5,"axis":"x","origin":[8,-1.51432,1.21214]},"faces":{"north":{"uv":[3,10,5,14],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,14.5,5.5,10.5],"texture":"#0"},"south":{"uv":[4,9,4.5,10.5],"rotation":90,"texture":"#0"},"west":{"uv":[3,10,5,14],"rotation":180,"texture":"#0"},"up":{"uv":[3,10,5,12],"rotation":180,"texture":"#0"},"down":{"uv":[3,9,5,11],"rotation":90,"texture":"#0"}}},{"from":[7.01,-3.45073,-0.04632],"to":[8.99,0.02927,2.43368],"rotation":{"angle":0,"axis":"x","origin":[8,-1.51432,1.21214]},"faces":{"north":{"uv":[1,13.5,3.5,9.5],"texture":"#0"},"east":{"uv":[1,13.5,3.5,9.5],"texture":"#0"},"south":{"uv":[1,13.5,3.5,9.5],"texture":"#0"},"west":{"uv":[1,13.5,3.5,9.5],"rotation":180,"texture":"#0"},"up":{"uv":[1,13.5,3.5,9.5],"texture":"#0"},"down":{"uv":[0.5,12,2.5,9.5],"texture":"#0"}}},{"from":[7.02,-3.76079,1.60967],"to":[8.98,-0.30079,3.06967],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-1.51432,1.21214]},"faces":{"north":{"uv":[1,12.5,3,16],"texture":"#0"},"east":{"uv":[0,12.5,1.5,16],"texture":"#0"},"south":{"uv":[0.5,12,2.5,15.5],"texture":"#0"},"west":{"uv":[0,12.5,1.5,16],"texture":"#0"},"up":{"uv":[0.5,13.5,2.5,15],"texture":"#0"},"down":{"uv":[0.5,12.5,2.5,14],"texture":"#0"}}},{"from":[7.015,-2.96816,2.37791],"to":[8.985,0.50184,3.84791],"rotation":{"angle":-45,"axis":"x","origin":[8,-1.22501,2.98378]},"faces":{"north":{"uv":[1,12.5,3,16],"texture":"#0"},"east":{"uv":[0,12.5,1.5,16],"texture":"#0"},"south":{"uv":[0.5,12,2.5,15.5],"texture":"#0"},"west":{"uv":[0,12.5,1.5,16],"texture":"#0"},"up":{"uv":[0.5,13.5,2.5,15],"texture":"#0"},"down":{"uv":[0.5,12.5,2.5,14],"texture":"#0"}}},{"from":[7,-1.19925,1.74374],"to":[9,14.80075,5.24374],"rotation":{"angle":22.5,"axis":"x","origin":[8,-0.52971,3.41903]},"faces":{"north":{"uv":[0,9,16,11],"rotation":270,"texture":"#0"},"east":{"uv":[0,9,16,12.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,9,16,11],"rotation":270,"texture":"#0"},"west":{"uv":[0,9,16,12.5],"rotation":270,"texture":"#0"},"up":{"uv":[14,10,16,13.5],"rotation":180,"texture":"#0"},"down":{"uv":[0,9,3.5,11],"rotation":270,"texture":"#0"}}},{"from":[7.25,14.17945,4.8184],"to":[8.75,20.17945,7.8184],"rotation":{"angle":22.5,"axis":"x","origin":[8,6.2599,6.3931]},"faces":{"north":{"uv":[14.5,9,16,15],"rotation":180,"texture":"#0"},"east":{"uv":[13,9,16,15],"texture":"#0"},"south":{"uv":[11.5,9,13,15],"rotation":180,"texture":"#0"},"west":{"uv":[13,9,16,15],"rotation":180,"texture":"#0"},"up":{"uv":[13,9,14.5,12],"rotation":180,"texture":"#0"},"down":{"uv":[13,9,14.5,12],"rotation":180,"texture":"#0"}}},{"from":[7.26,20.57955,11.9071],"to":[8.74,22.05955,17.8871],"rotation":{"angle":-22.5,"axis":"x","origin":[8,17.56955,17.5971]},"faces":{"north":{"uv":[13,9,14.5,10.5],"texture":"#0"},"east":{"uv":[13,9,14.5,15],"rotation":270,"texture":"#0"},"south":{"uv":[13,9,14.5,10.5],"rotation":180,"texture":"#0"},"west":{"uv":[13,9,14.5,15],"rotation":270,"texture":"#0"},"up":{"uv":[14.5,9,16,15],"texture":"#0"},"down":{"uv":[11.5,9,13,15],"rotation":180,"texture":"#0"}}},{"from":[7.51,20.61561,15.7589],"to":[8.49,21.59561,18.7389],"rotation":{"angle":0,"axis":"x","origin":[8,22.10561,18.7489]},"faces":{"north":{"uv":[9.5,2,10.5,3],"rotation":180,"texture":"#1"},"east":{"uv":[9.5,2,12.5,3],"rotation":180,"texture":"#1"},"south":{"uv":[9.5,2,10.5,3],"rotation":180,"texture":"#1"},"west":{"uv":[9.5,2,12.5,3],"rotation":180,"texture":"#1"},"up":{"uv":[9.5,2,10.5,5],"rotation":180,"texture":"#1"},"down":{"uv":[9.5,2,10.5,5],"rotation":180,"texture":"#1"}}},{"from":[7,7.28015,-1.97151],"to":[9,8.28015,2.02849],"rotation":{"angle":0,"axis":"x","origin":[8,7.28015,0.02849]},"faces":{"north":{"uv":[0,9.5,1,11.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,9.5,1,13.5],"rotation":90,"texture":"#0"},"south":{"uv":[0,9.5,1,11.5],"rotation":90,"texture":"#0"},"west":{"uv":[0,9.5,1,13.5],"rotation":90,"texture":"#0"},"up":{"uv":[0,8.5,1,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,9.5,4,11.5],"rotation":90,"texture":"#0"}}},{"from":[6.75,3.75,1.55],"to":[9.25,5.25,2.05],"rotation":{"angle":22.5,"axis":"x","origin":[1,0.5,1.5]},"faces":{"north":{"uv":[2,8,5,10],"texture":"#1"},"east":{"uv":[4.5,8,5,10],"texture":"#1"},"south":{"uv":[2,8,5,10],"rotation":180,"texture":"#1"},"west":{"uv":[2,8,2.5,10],"rotation":180,"texture":"#1"},"up":{"uv":[2,9.5,5,10],"rotation":180,"texture":"#1"},"down":{"uv":[2,9.5,5,10],"texture":"#1"}}},{"from":[6.75,6.75,1.55],"to":[9.25,8.25,2.05],"rotation":{"angle":22.5,"axis":"x","origin":[1,0.5,1.5]},"faces":{"north":{"uv":[2,8,5,10],"texture":"#1"},"east":{"uv":[4.5,8,5,10],"texture":"#1"},"south":{"uv":[2,8,5,10],"rotation":180,"texture":"#1"},"west":{"uv":[2,8,2.5,10],"rotation":180,"texture":"#1"},"up":{"uv":[2,9.5,5,10],"rotation":180,"texture":"#1"},"down":{"uv":[2,9.5,5,10],"texture":"#1"}}},{"from":[6.75,9.75,1.55],"to":[9.25,11.25,2.05],"rotation":{"angle":22.5,"axis":"x","origin":[1,0.5,1.5]},"faces":{"north":{"uv":[2,8,5,10],"texture":"#1"},"east":{"uv":[4.5,8,5,10],"texture":"#1"},"south":{"uv":[2,8,5,10],"rotation":180,"texture":"#1"},"west":{"uv":[2,8,2.5,10],"rotation":180,"texture":"#1"},"up":{"uv":[2,9.5,5,10],"rotation":180,"texture":"#1"},"down":{"uv":[2,9.5,5,10],"texture":"#1"}}},{"from":[6.75,12.75,1.55],"to":[9.25,14.25,2.05],"rotation":{"angle":22.5,"axis":"x","origin":[1,0.5,1.5]},"faces":{"north":{"uv":[2,8,5,10],"texture":"#1"},"east":{"uv":[4.5,8,5,10],"texture":"#1"},"south":{"uv":[2,8,5,10],"rotation":180,"texture":"#1"},"west":{"uv":[2,8,2.5,10],"rotation":180,"texture":"#1"},"up":{"uv":[2,9.5,5,10],"rotation":180,"texture":"#1"},"down":{"uv":[2,9.5,5,10],"texture":"#1"}}},{"from":[6.75,15.75,1.75],"to":[9.25,17.25,2.25],"rotation":{"angle":22.5,"axis":"x","origin":[1,0.5,1.5]},"faces":{"north":{"uv":[2,8,5,10],"texture":"#1"},"east":{"uv":[4.5,8,5,10],"texture":"#1"},"south":{"uv":[2,8,5,10],"rotation":180,"texture":"#1"},"west":{"uv":[2,8,2.5,10],"rotation":180,"texture":"#1"},"up":{"uv":[2,9.5,5,10],"rotation":180,"texture":"#1"},"down":{"uv":[2,9.5,5,10],"texture":"#1"}}},{"from":[6.75,18.03401,12.13098],"to":[9.25,19.53401,12.63098],"rotation":{"angle":-22.5,"axis":"x","origin":[8,20.63401,10.38098]},"faces":{"north":{"uv":[2,8,5,10],"texture":"#1"},"east":{"uv":[4.5,8,5,10],"rotation":180,"texture":"#1"},"south":{"uv":[2,8,5,10],"rotation":180,"texture":"#1"},"west":{"uv":[2,8,2.5,10],"texture":"#1"},"up":{"uv":[2,9.5,5,10],"texture":"#1"},"down":{"uv":[2,9.5,5,10],"rotation":180,"texture":"#1"}}},{"from":[6.75,18.03401,13.13098],"to":[9.25,19.53401,15.63098],"rotation":{"angle":-22.5,"axis":"x","origin":[8,20.63401,10.38098]},"faces":{"north":{"uv":[2,8,5,10],"texture":"#1"},"east":{"uv":[4.5,8,5,10],"rotation":180,"texture":"#1"},"south":{"uv":[2,8,5,10],"rotation":180,"texture":"#1"},"west":{"uv":[2,8,2.5,10],"texture":"#1"},"up":{"uv":[2,9.5,5,10],"texture":"#1"},"down":{"uv":[2,9.5,5,10],"rotation":180,"texture":"#1"}}},{"from":[7.255,3.255,1.555],"to":[8.745,5.745,2.045],"rotation":{"angle":22.5,"axis":"x","origin":[1,0.5,1.5]},"faces":{"north":{"uv":[2,8,5,10],"rotation":270,"texture":"#1"},"east":{"uv":[2,9.5,5,10],"rotation":270,"texture":"#1"},"south":{"uv":[2,8,5,10],"rotation":270,"texture":"#1"},"west":{"uv":[2,9.5,5,10],"rotation":90,"texture":"#1"},"up":{"uv":[2,8,2.5,10],"rotation":270,"texture":"#1"},"down":{"uv":[4.5,8,5,10],"rotation":90,"texture":"#1"}}},{"from":[7.255,6.255,1.555],"to":[8.745,8.745,2.045],"rotation":{"angle":22.5,"axis":"x","origin":[1,0.5,1.5]},"faces":{"north":{"uv":[2,8,5,10],"rotation":270,"texture":"#1"},"east":{"uv":[2,9.5,5,10],"rotation":270,"texture":"#1"},"south":{"uv":[2,8,5,10],"rotation":270,"texture":"#1"},"west":{"uv":[2,9.5,5,10],"rotation":90,"texture":"#1"},"up":{"uv":[2,8,2.5,10],"rotation":270,"texture":"#1"},"down":{"uv":[4.5,8,5,10],"rotation":90,"texture":"#1"}}},{"from":[7.255,9.255,1.555],"to":[8.745,11.745,2.045],"rotation":{"angle":22.5,"axis":"x","origin":[1,0.5,1.5]},"faces":{"north":{"uv":[2,8,5,10],"rotation":270,"texture":"#1"},"east":{"uv":[2,9.5,5,10],"rotation":270,"texture":"#1"},"south":{"uv":[2,8,5,10],"rotation":270,"texture":"#1"},"west":{"uv":[2,9.5,5,10],"rotation":90,"texture":"#1"},"up":{"uv":[2,8,2.5,10],"rotation":270,"texture":"#1"},"down":{"uv":[4.5,8,5,10],"rotation":90,"texture":"#1"}}},{"from":[7.255,12.255,1.555],"to":[8.745,14.745,2.045],"rotation":{"angle":22.5,"axis":"x","origin":[1,0.5,1.5]},"faces":{"north":{"uv":[2,8,5,10],"rotation":270,"texture":"#1"},"east":{"uv":[2,9.5,5,10],"rotation":270,"texture":"#1"},"south":{"uv":[2,8,5,10],"rotation":270,"texture":"#1"},"west":{"uv":[2,9.5,5,10],"rotation":90,"texture":"#1"},"up":{"uv":[2,8,2.5,10],"rotation":270,"texture":"#1"},"down":{"uv":[4.5,8,5,10],"rotation":90,"texture":"#1"}}},{"from":[7.255,15.255,1.755],"to":[8.745,17.745,2.245],"rotation":{"angle":22.5,"axis":"x","origin":[1,0.5,1.5]},"faces":{"north":{"uv":[2,8,5,10],"rotation":270,"texture":"#1"},"east":{"uv":[2,9.5,5,10],"rotation":270,"texture":"#1"},"south":{"uv":[2,8,5,10],"rotation":270,"texture":"#1"},"west":{"uv":[2,9.5,5,10],"rotation":90,"texture":"#1"},"up":{"uv":[2,8,2.5,10],"rotation":270,"texture":"#1"},"down":{"uv":[4.5,8,5,10],"rotation":90,"texture":"#1"}}},{"from":[7.255,17.53901,12.13598],"to":[8.745,20.02901,12.62598],"rotation":{"angle":-22.5,"axis":"x","origin":[8,20.63401,10.38098]},"faces":{"north":{"uv":[2,8,5,10],"rotation":90,"texture":"#1"},"east":{"uv":[2,9.5,5,10],"rotation":90,"texture":"#1"},"south":{"uv":[2,8,5,10],"rotation":90,"texture":"#1"},"west":{"uv":[2,9.5,5,10],"rotation":270,"texture":"#1"},"up":{"uv":[4.5,8,5,10],"rotation":90,"texture":"#1"},"down":{"uv":[2,8,2.5,10],"rotation":270,"texture":"#1"}}},{"from":[7.255,17.53901,13.13598],"to":[8.745,20.02901,15.62598],"rotation":{"angle":-22.5,"axis":"x","origin":[8,20.63401,10.38098]},"faces":{"north":{"uv":[2,8,5,10],"rotation":90,"texture":"#1"},"east":{"uv":[2,9.5,5,10],"rotation":90,"texture":"#1"},"south":{"uv":[2,8,5,10],"rotation":90,"texture":"#1"},"west":{"uv":[2,9.5,5,10],"rotation":270,"texture":"#1"},"up":{"uv":[4.5,8,5,10],"rotation":90,"texture":"#1"},"down":{"uv":[2,8,2.5,10],"rotation":270,"texture":"#1"}}},{"from":[6.25,4.75,1.5],"to":[9.75,5.25,5.5],"rotation":{"angle":22.5,"axis":"x","origin":[0,0,0]},"faces":{"north":{"uv":[1.5,10,2,11.5],"rotation":90,"texture":"#0"},"east":{"uv":[1.5,10,2,11.5],"rotation":90,"texture":"#0"},"south":{"uv":[1.5,10,2,11.5],"rotation":90,"texture":"#0"},"west":{"uv":[1.5,10,2,11.5],"rotation":90,"texture":"#0"},"up":{"uv":[1.5,10,2,11.5],"rotation":90,"texture":"#0"},"down":{"uv":[1.5,10,2,11.5],"rotation":90,"texture":"#0"}}},{"from":[6.25,10.75,1.5],"to":[9.75,11.25,5.5],"rotation":{"angle":22.5,"axis":"x","origin":[0,0,0]},"faces":{"north":{"uv":[1.5,10,2,11.5],"rotation":90,"texture":"#0"},"east":{"uv":[1.5,10,2,11.5],"rotation":90,"texture":"#0"},"south":{"uv":[1.5,10,2,11.5],"rotation":90,"texture":"#0"},"west":{"uv":[1.5,10,2,11.5],"rotation":90,"texture":"#0"},"up":{"uv":[1.5,10,2,11.5],"rotation":90,"texture":"#0"},"down":{"uv":[1.5,10,2,11.5],"rotation":90,"texture":"#0"}}},{"from":[6.25,7.75,1.5],"to":[9.75,8.25,5.5],"rotation":{"angle":22.5,"axis":"x","origin":[0,0,0]},"faces":{"north":{"uv":[1.5,10,2,11.5],"rotation":90,"texture":"#0"},"east":{"uv":[1.5,10,2,11.5],"rotation":90,"texture":"#0"},"south":{"uv":[1.5,10,2,11.5],"rotation":90,"texture":"#0"},"west":{"uv":[1.5,10,2,11.5],"rotation":90,"texture":"#0"},"up":{"uv":[1.5,10,2,11.5],"rotation":90,"texture":"#0"},"down":{"uv":[1.5,10,2,11.5],"rotation":90,"texture":"#0"}}},{"from":[6.25,13.75,1.5],"to":[9.75,14.25,5.5],"rotation":{"angle":22.5,"axis":"x","origin":[0,0,0]},"faces":{"north":{"uv":[1.5,10,2,11.5],"rotation":90,"texture":"#0"},"east":{"uv":[1.5,10,2,11.5],"rotation":90,"texture":"#0"},"south":{"uv":[1.5,10,2,11.5],"rotation":90,"texture":"#0"},"west":{"uv":[1.5,10,2,11.5],"rotation":90,"texture":"#0"},"up":{"uv":[1.5,10,2,11.5],"rotation":90,"texture":"#0"},"down":{"uv":[1.5,10,2,11.5],"rotation":90,"texture":"#0"}}},{"from":[6.5,16.75,1.75],"to":[9.5,17.25,5.25],"rotation":{"angle":22.5,"axis":"x","origin":[0,0,0]},"faces":{"north":{"uv":[1.5,10,2,11.5],"rotation":90,"texture":"#0"},"east":{"uv":[1.5,10,2,11.5],"rotation":90,"texture":"#0"},"south":{"uv":[1.5,10,2,11.5],"rotation":90,"texture":"#0"},"west":{"uv":[1.5,10,2,11.5],"rotation":90,"texture":"#0"},"up":{"uv":[1.5,10,2,11.5],"rotation":90,"texture":"#0"},"down":{"uv":[1.5,10,2,11.5],"rotation":90,"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[25,16,0],"translation":[-0.5,-2.5,-0.5],"scale":[0.7,0.7,0.7]},"thirdperson_lefthand":{"rotation":[25,16,0],"translation":[-0.5,-2.5,-0.5],"scale":[0.7,0.7,0.7]},"firstperson_righthand":{"rotation":[0,7,9],"translation":[-1.5,-0.75,0],"scale":[0.72,0.72,0.72]},"firstperson_lefthand":{"rotation":[0,7,9],"translation":[-1.5,-0.75,0],"scale":[0.72,0.72,0.72]},"gui":{"rotation":[141,87,-116],"translation":[0.5,-1,0],"scale":[0.77,0.77,0.77]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/pan.json b/assets/minecraft/models/item/wynn/skin/dagger/pan.json new file mode 100644 index 000000000..7dc7ebd87 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/pan.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"particle":"skins/pan","texture":"skins/pan"},"elements":[{"from":[1.5,0.5,5.5],"to":[2.5,1.5,10.5],"faces":{"down":{"uv":[1,3,1.5,5.5],"texture":"#texture"},"up":{"uv":[1,3,1.5,5.5],"texture":"#texture"},"north":{"uv":[1,3,1.5,3.5],"texture":"#texture"},"south":{"uv":[1,3,1.5,3.5],"texture":"#texture"},"west":{"uv":[1,3,1.5,5.5],"texture":"#texture"},"east":{"uv":[1,3,1.5,5.5],"texture":"#texture"}}},{"from":[2.5,0.5,3.5],"to":[3.5,1.5,5.5],"faces":{"down":{"uv":[1.5,2,2,3],"texture":"#texture"},"up":{"uv":[1.5,2,2,3],"texture":"#texture"},"north":{"uv":[1.5,2,2,2.5],"texture":"#texture"},"south":{"uv":[1.5,2.5,2,3],"texture":"#texture"},"west":{"uv":[1.5,2,2,3],"texture":"#texture"},"east":{"uv":[1.5,2,2,3],"texture":"#texture"}}},{"from":[2.5,0.5,10.5],"to":[3.5,1.5,12.5],"faces":{"down":{"uv":[1.5,5.5,2,6.5],"texture":"#texture"},"up":{"uv":[1.5,5.5,2,6.5],"texture":"#texture"},"north":{"uv":[1.5,5.5,2,6.5],"texture":"#texture"},"south":{"uv":[1.5,5.5,2,6.5],"texture":"#texture"},"west":{"uv":[1.5,5.5,2,6.5],"texture":"#texture"},"east":{"uv":[1.5,5.5,2,6.5],"texture":"#texture"}}},{"from":[3.5,0.5,2.5],"to":[5.5,1.5,3.5],"faces":{"down":{"uv":[2,1.5,3,2],"texture":"#texture"},"up":{"uv":[2,1.5,3,2],"texture":"#texture"},"north":{"uv":[2,1.5,3,2],"texture":"#texture"},"south":{"uv":[2,1.5,3,2],"texture":"#texture"},"west":{"uv":[2,1.5,2.5,2],"texture":"#texture"},"east":{"uv":[2.5,1.5,3,2],"texture":"#texture"}}},{"from":[3.5,0.5,12.5],"to":[5.5,1.5,13.5],"faces":{"down":{"uv":[2,6.5,3,7],"texture":"#texture"},"up":{"uv":[2,6.5,3,7],"texture":"#texture"},"north":{"uv":[2,6.5,3,7],"texture":"#texture"},"south":{"uv":[2,6.5,3,7],"texture":"#texture"},"west":{"uv":[2,6.5,3,7],"texture":"#texture"},"east":{"uv":[2,6.5,3,7],"texture":"#texture"}}},{"from":[5.5,0.5,1.5],"to":[10.5,1.5,2.5],"faces":{"down":{"uv":[3,1,5.5,1.5],"texture":"#texture"},"up":{"uv":[3,1,5.5,1.5],"texture":"#texture"},"north":{"uv":[3,1,5.5,1.5],"texture":"#texture"},"south":{"uv":[3,1,5.5,1.5],"texture":"#texture"},"west":{"uv":[3,1,3.5,1.5],"rotation":270,"texture":"#texture"},"east":{"uv":[5,1,5.5,1.5],"rotation":90,"texture":"#texture"}}},{"from":[5.5,0.5,13.5],"to":[10.5,1.5,14.5],"faces":{"down":{"uv":[3,7,5.5,7.5],"texture":"#texture"},"up":{"uv":[3,7,5.5,7.5],"texture":"#texture"},"north":{"uv":[3,7,5.5,7.5],"texture":"#texture"},"south":{"uv":[3,7,5.5,7.5],"texture":"#texture"},"west":{"uv":[3,7,3.5,7.5],"texture":"#texture"},"east":{"uv":[5,7,5.5,7.5],"texture":"#texture"}}},{"from":[10.5,0.5,2.5],"to":[12.5,1.5,3.5],"faces":{"down":{"uv":[5.5,1.5,6.5,2],"texture":"#texture"},"up":{"uv":[5.5,1.5,6.5,2],"texture":"#texture"},"north":{"uv":[5.5,1.5,6.5,2],"texture":"#texture"},"south":{"uv":[5.5,1.5,6.5,2],"texture":"#texture"},"west":{"uv":[5.5,1.5,6,2],"rotation":270,"texture":"#texture"},"east":{"uv":[6,1.5,6.5,2],"rotation":90,"texture":"#texture"}}},{"from":[10.5,0.5,12.5],"to":[12.5,1.5,13.5],"faces":{"down":{"uv":[5.5,6.5,6.5,7],"texture":"#texture"},"up":{"uv":[5.5,6.5,6.5,7],"texture":"#texture"},"north":{"uv":[5.5,6.5,6.5,7],"texture":"#texture"},"south":{"uv":[5.5,6.5,6.5,7],"texture":"#texture"},"west":{"uv":[5.5,6.5,6.5,7],"texture":"#texture"},"east":{"uv":[5.5,6.5,6.5,7],"texture":"#texture"}}},{"from":[12.5,0.5,3.5],"to":[13.5,1.5,5.5],"faces":{"down":{"uv":[6.5,2,7,3],"texture":"#texture"},"up":{"uv":[6.5,2,7,3],"texture":"#texture"},"north":{"uv":[6.5,2,7,3],"texture":"#texture"},"south":{"uv":[6.5,2,7,3],"texture":"#texture"},"west":{"uv":[6.5,2,7,3],"rotation":270,"texture":"#texture"},"east":{"uv":[6.5,2,7,3],"rotation":90,"texture":"#texture"}}},{"from":[12.5,0.5,10.5],"to":[13.5,1.5,12.5],"faces":{"down":{"uv":[6.5,5.5,7,6.5],"texture":"#texture"},"up":{"uv":[6.5,5.5,7,6.5],"texture":"#texture"},"north":{"uv":[6.5,5.5,7,6.5],"texture":"#texture"},"south":{"uv":[6.5,5.5,7,6.5],"texture":"#texture"},"west":{"uv":[6.5,5.5,7,6.5],"texture":"#texture"},"east":{"uv":[6.5,5.5,7,6.5],"texture":"#texture"}}},{"from":[13.5,0.5,5.5],"to":[14.5,1.5,10.5],"faces":{"down":{"uv":[7,3,7.5,5.5],"texture":"#texture"},"up":{"uv":[7,3,7.5,5.5],"texture":"#texture"},"north":{"uv":[7,3,7.5,3.5],"texture":"#texture"},"south":{"uv":[7,5,7.5,5.5],"texture":"#texture"},"west":{"uv":[7,3,7.5,5.5],"texture":"#texture"},"east":{"uv":[7,3,7.5,5.5],"texture":"#texture"}}},{"from":[5.5,1.5,0.5],"to":[10.5,2.5,1.5],"faces":{"down":{"uv":[3,0.5,5.5,1],"rotation":270,"texture":"#texture"},"up":{"uv":[3,0.5,5.5,1],"rotation":90,"texture":"#texture"},"north":{"uv":[3,0.5,5.5,1],"rotation":270,"texture":"#texture"},"south":{"uv":[3,0.5,5.5,1],"rotation":90,"texture":"#texture"},"west":{"uv":[3,0.5,3.5,1],"texture":"#texture"},"east":{"uv":[5,0.5,5.5,1],"texture":"#texture"}}},{"from":[10.5,1.5,1.5],"to":[12.5,2.5,2.5],"faces":{"down":{"uv":[5.5,1,6.5,1.5],"texture":"#texture"},"up":{"uv":[5.5,1,6.5,1.5],"texture":"#texture"},"north":{"uv":[5.5,1,6.5,1.5],"texture":"#texture"},"south":{"uv":[5.5,1,6.5,1.5],"texture":"#texture"},"west":{"uv":[5.5,1,6,1.5],"texture":"#texture"},"east":{"uv":[6,1,6.5,1.5],"texture":"#texture"}}},{"from":[3.5,1.5,1.5],"to":[5.5,2.5,2.5],"faces":{"down":{"uv":[2,1,3,1.5],"texture":"#texture"},"up":{"uv":[2,1,3,1.5],"texture":"#texture"},"north":{"uv":[2,1,3,1.5],"texture":"#texture"},"south":{"uv":[2,1,3,1.5],"texture":"#texture"},"west":{"uv":[2,1,2.5,1.5],"texture":"#texture"},"east":{"uv":[2.5,1,3,1.5],"texture":"#texture"}}},{"from":[12.5,1.5,2.5],"to":[13.5,2.5,3.5],"faces":{"down":{"uv":[6.5,1.5,7,2],"texture":"#texture"},"up":{"uv":[6.5,1.5,7,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":[6.5,1.5,7,2],"texture":"#texture"},"east":{"uv":[6.5,1.5,7,2],"texture":"#texture"}}},{"from":[2.5,1.5,2.5],"to":[3.5,2.5,3.5],"faces":{"down":{"uv":[1.5,1.5,2,2],"rotation":270,"texture":"#texture"},"up":{"uv":[1.5,1.5,2,2],"rotation":90,"texture":"#texture"},"north":{"uv":[1.5,1.5,2,2],"rotation":270,"texture":"#texture"},"south":{"uv":[1.5,1.5,2,2],"rotation":90,"texture":"#texture"},"west":{"uv":[1.5,1.5,2,2],"texture":"#texture"},"east":{"uv":[1.5,1.5,2,2],"texture":"#texture"}}},{"from":[13.5,1.5,3.5],"to":[14.5,2.5,5.5],"faces":{"down":{"uv":[7,2,7.5,3],"texture":"#texture"},"up":{"uv":[7,2,7.5,3],"texture":"#texture"},"north":{"uv":[7,2,7.5,2.5],"texture":"#texture"},"south":{"uv":[7,2.5,7.5,3],"texture":"#texture"},"west":{"uv":[7,2,7.5,3],"rotation":90,"texture":"#texture"},"east":{"uv":[7,2,7.5,3],"rotation":90,"texture":"#texture"}}},{"from":[1.5,1.5,3.5],"to":[2.5,2.5,5.5],"faces":{"down":{"uv":[1,2,1.5,3],"texture":"#texture"},"up":{"uv":[1,2,1.5,3],"texture":"#texture"},"north":{"uv":[1,2,1.5,2.5],"texture":"#texture"},"south":{"uv":[1,2.5,1.5,3],"texture":"#texture"},"west":{"uv":[1,2,1.5,3],"rotation":90,"texture":"#texture"},"east":{"uv":[1,2,1.5,3],"rotation":90,"texture":"#texture"}}},{"from":[14.5,1.5,5.5],"to":[15.5,2.5,10.5],"faces":{"down":{"uv":[7.5,3,8,5.5],"texture":"#texture"},"up":{"uv":[7.5,3,8,5.5],"rotation":180,"texture":"#texture"},"north":{"uv":[7.5,3,8,3.5],"texture":"#texture"},"south":{"uv":[7.5,5,8,5.5],"texture":"#texture"},"west":{"uv":[7.5,3,8,5.5],"rotation":90,"texture":"#texture"},"east":{"uv":[7.5,3,8,5.5],"rotation":90,"texture":"#texture"}}},{"from":[0.5,1.5,5.5],"to":[1.5,2.5,10.5],"faces":{"down":{"uv":[0.5,3,1,5.5],"texture":"#texture"},"up":{"uv":[0.5,3,1,5.5],"texture":"#texture"},"north":{"uv":[0.5,3,1,3.5],"texture":"#texture"},"south":{"uv":[0.5,5,1,5.5],"texture":"#texture"},"west":{"uv":[0.5,3,1,5.5],"rotation":90,"texture":"#texture"},"east":{"uv":[0.5,3,1,5.5],"texture":"#texture"}}},{"from":[13.5,1.5,10.5],"to":[14.5,2.5,12.5],"faces":{"down":{"uv":[7,5.5,7.5,6.5],"texture":"#texture"},"up":{"uv":[7,5.5,7.5,6.5],"texture":"#texture"},"north":{"uv":[7,5.5,7.5,6.5],"texture":"#texture"},"south":{"uv":[7,5.5,7.5,6.5],"texture":"#texture"},"west":{"uv":[7,5.5,7.5,6.5],"texture":"#texture"},"east":{"uv":[7,5.5,7.5,6.5],"texture":"#texture"}}},{"from":[1.5,1.5,10.5],"to":[2.5,2.5,12.5],"faces":{"down":{"uv":[1,5.5,1.5,6.5],"texture":"#texture"},"up":{"uv":[1,5.5,1.5,6.5],"texture":"#texture"},"north":{"uv":[1,5.5,1.5,6.5],"texture":"#texture"},"south":{"uv":[1,5.5,1.5,6.5],"texture":"#texture"},"west":{"uv":[1,5.5,1.5,6.5],"texture":"#texture"},"east":{"uv":[1,5.5,1.5,6.5],"texture":"#texture"}}},{"from":[12.5,1.5,12.5],"to":[13.5,2.5,13.5],"faces":{"down":{"uv":[6.5,6.5,7,7],"rotation":270,"texture":"#texture"},"up":{"uv":[6.5,6.5,7,7],"rotation":90,"texture":"#texture"},"north":{"uv":[6.5,6.5,7,7],"rotation":270,"texture":"#texture"},"south":{"uv":[6.5,6.5,7,7],"rotation":90,"texture":"#texture"},"west":{"uv":[6.5,6.5,7,7],"texture":"#texture"},"east":{"uv":[6.5,6.5,7,7],"texture":"#texture"}}},{"from":[2.5,1.5,12.5],"to":[3.5,2.5,13.5],"faces":{"down":{"uv":[1.5,6.5,2,7],"texture":"#texture"},"up":{"uv":[1.5,6.5,2,7],"texture":"#texture"},"north":{"uv":[1.5,6.5,2,7],"texture":"#texture"},"south":{"uv":[1.5,6.5,2,7],"texture":"#texture"},"west":{"uv":[1.5,6.5,2,7],"texture":"#texture"},"east":{"uv":[1.5,6.5,2,7],"texture":"#texture"}}},{"from":[10.5,1.5,13.5],"to":[12.5,2.5,14.5],"faces":{"down":{"uv":[5.5,7,6.5,7.5],"texture":"#texture"},"up":{"uv":[5.5,7,6.5,7.5],"texture":"#texture"},"north":{"uv":[5.5,7,6.5,7.5],"texture":"#texture"},"south":{"uv":[5.5,7,6.5,7.5],"texture":"#texture"},"west":{"uv":[5.5,7,6.5,7.5],"texture":"#texture"},"east":{"uv":[5.5,7,6.5,7.5],"texture":"#texture"}}},{"from":[3.5,1.5,13.5],"to":[5.5,2.5,14.5],"faces":{"down":{"uv":[2,7,3,7.5],"rotation":270,"texture":"#texture"},"up":{"uv":[2,7,3,7.5],"rotation":90,"texture":"#texture"},"north":{"uv":[2,7,3,7.5],"rotation":270,"texture":"#texture"},"south":{"uv":[2,7,3,7.5],"rotation":90,"texture":"#texture"},"west":{"uv":[2,7,3,7.5],"texture":"#texture"},"east":{"uv":[2,7,3,7.5],"texture":"#texture"}}},{"from":[5.5,1.5,14.5],"to":[10.5,2.5,15.5],"faces":{"down":{"uv":[3,7.5,5.5,8],"texture":"#texture"},"up":{"uv":[3,7.5,5.5,8],"texture":"#texture"},"north":{"uv":[3,7.5,5.5,8],"texture":"#texture"},"south":{"uv":[3,7.5,5.5,8],"texture":"#texture"},"west":{"uv":[3,7.5,3.5,8],"texture":"#texture"},"east":{"uv":[5,7.5,5.5,8],"texture":"#texture"}}},{"from":[3.5,0,3.5],"to":[12.5,0.5,12.5],"faces":{"down":{"uv":[2,2,6.5,6.5],"texture":"#texture"},"up":{"uv":[2,2,6.5,6.5],"texture":"#texture"},"north":{"uv":[2,2,6.5,2.5],"texture":"#texture"},"south":{"uv":[2,6,6.5,6.5],"texture":"#texture"},"west":{"uv":[2,2,2.5,6.5],"texture":"#texture"},"east":{"uv":[6,2,6.5,6.5],"texture":"#texture"}}},{"from":[2.5,0,5.5],"to":[3.5,0.5,10.5],"faces":{"down":{"uv":[1.5,3,2,5.5],"texture":"#texture"},"up":{"uv":[1.5,3,2,5.5],"texture":"#texture"},"north":{"uv":[1.5,3,2,3.5],"texture":"#texture"},"south":{"uv":[1.5,5,2,5.5],"texture":"#texture"},"west":{"uv":[1.5,3,2,5.5],"texture":"#texture"},"east":{"uv":[1.5,3,2,5.5],"texture":"#texture"}}},{"from":[12.5,0,5.5],"to":[13.5,0.5,10.5],"faces":{"down":{"uv":[6.5,3,7,5.5],"texture":"#texture"},"up":{"uv":[6.5,3,7,5.5],"texture":"#texture"},"north":{"uv":[6.5,3,7,3.5],"texture":"#texture"},"south":{"uv":[6.5,5,7,5.5],"texture":"#texture"},"west":{"uv":[6.5,3,7,5.5],"texture":"#texture"},"east":{"uv":[6.5,3,7,5.5],"texture":"#texture"}}},{"from":[5.5,0,2.5],"to":[10.5,0.5,3.5],"faces":{"down":{"uv":[3,1.5,6,2],"texture":"#texture"},"up":{"uv":[3,1.5,6,2],"texture":"#texture"},"north":{"uv":[3,1.5,5.5,2],"texture":"#texture"},"south":{"uv":[3,1.5,5.5,2],"texture":"#texture"},"west":{"uv":[3,1.5,3.5,2],"texture":"#texture"},"east":{"uv":[5,1.5,5.5,2],"texture":"#texture"}}},{"from":[5.5,0,12.5],"to":[10.5,0.5,13.5],"faces":{"down":{"uv":[3,6.5,5.5,7],"texture":"#texture"},"up":{"uv":[3,6.5,5.5,7],"texture":"#texture"},"north":{"uv":[3,6.5,5.5,7],"texture":"#texture"},"south":{"uv":[3,6.5,5.5,7],"texture":"#texture"},"west":{"uv":[3,6.5,3.5,7],"texture":"#texture"},"east":{"uv":[5,6.5,5.5,7],"texture":"#texture"}}},{"from":[6.5,1.5,18.5],"to":[9.5,2.5,26.5],"faces":{"down":{"uv":[15.5,3.5,11.5,5],"rotation":90,"texture":"#texture"},"up":{"uv":[11.5,3.5,15.5,5],"rotation":90,"texture":"#texture"},"north":{"uv":[11.5,5,12,3.5],"rotation":90,"texture":"#texture"},"south":{"uv":[15,3.5,15.5,5],"rotation":90,"texture":"#texture"},"west":{"uv":[11.5,4.5,15.5,5],"texture":"#texture"},"east":{"uv":[15.5,3.5,11.5,4],"texture":"#texture"}}},{"from":[7.5,1.75,15.5],"to":[8.5,2.25,18.5],"faces":{"down":{"uv":[8.5,4,10,4.5],"rotation":90,"texture":"#texture"},"up":{"uv":[10,4,8.5,4.5],"rotation":90,"texture":"#texture"},"north":{"uv":[9.5,4,10,4.5],"texture":"#texture"},"south":{"uv":[8.5,4,9,4.5],"texture":"#texture"},"west":{"uv":[10,4,8.5,4.5],"texture":"#texture"},"east":{"uv":[8.5,4,10,4.5],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[90,0,0],"translation":[0,8.69,6.05],"scale":[0.75,0.75,0.75]},"thirdperson_lefthand":{"rotation":[90,0,0],"translation":[0,8.69,6.05],"scale":[0.75,0.75,0.75]},"firstperson_righthand":{"rotation":[75,1,84],"translation":[0,7.94,-2.83],"scale":[0.75,0.75,0.75]},"firstperson_lefthand":{"rotation":[75,-1,81],"translation":[0,7.94,-3.59],"scale":[0.75,0.75,0.75]},"ground":{"rotation":[45,45,0],"translation":[0,10,0]},"gui":{"rotation":[45,135,0],"translation":[-1.32,0.94,0],"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/rune_dagger.json b/assets/minecraft/models/item/wynn/skin/dagger/rune_dagger.json new file mode 100644 index 000000000..6c5d6affe --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/rune_dagger.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"1":"skins/text","2":"block/iron_block","7":"skins/artisansword","particle":"skins/text"},"elements":[{"from":[8.37078,3.36,7.88262],"to":[8.65078,17.64,8.16262],"rotation":{"angle":0,"axis":"y","origin":[7.9947,15.05798,8.02792]},"faces":{"north":{"uv":[0,11,16,12],"rotation":90,"texture":"#7"},"east":{"uv":[0,9,16,10],"rotation":90,"texture":"#7"},"south":{"uv":[0,11,16,12],"rotation":90,"texture":"#7"},"west":{"uv":[0,9,16,10],"rotation":90,"texture":"#7"},"up":{"uv":[15,9,16,10],"rotation":270,"texture":"#7"},"down":{"uv":[12,9,13,10],"rotation":90,"texture":"#7"}}},{"from":[7.32678,3.36,7.88262],"to":[7.60678,17.64,8.16262],"rotation":{"angle":0,"axis":"y","origin":[7.9947,15.05798,8.02792]},"faces":{"north":{"uv":[0,11,16,12],"rotation":90,"texture":"#7"},"east":{"uv":[0,9,16,10],"rotation":90,"texture":"#7"},"south":{"uv":[0,11,16,12],"rotation":90,"texture":"#7"},"west":{"uv":[0,9,16,10],"rotation":90,"texture":"#7"},"up":{"uv":[15,9,16,10],"rotation":270,"texture":"#7"},"down":{"uv":[12,9,13,10],"rotation":90,"texture":"#7"}}},{"from":[7.55491,17.47633,7.88762],"to":[7.82491,18.74633,8.15762],"rotation":{"angle":-22.5,"axis":"z","origin":[7.67754,18.11073,8.03559]},"faces":{"north":{"uv":[0,11,2,12],"rotation":90,"texture":"#7"},"east":{"uv":[8,9,10,10],"rotation":90,"texture":"#7"},"south":{"uv":[8,11,10,12],"rotation":90,"texture":"#7"},"west":{"uv":[12,9,14,10],"rotation":90,"texture":"#7"},"up":{"uv":[12,8,13,9],"rotation":270,"texture":"#7"},"down":{"uv":[13,9,14,10],"rotation":90,"texture":"#7"}}},{"from":[8.15495,17.48578,7.88762],"to":[8.42495,18.75578,8.15762],"rotation":{"angle":22.5,"axis":"z","origin":[8.27756,18.12122,8.03456]},"faces":{"north":{"uv":[0,11,2,12],"rotation":90,"texture":"#7"},"east":{"uv":[8,9,10,10],"rotation":90,"texture":"#7"},"south":{"uv":[8,11,10,12],"rotation":90,"texture":"#7"},"west":{"uv":[12,9,14,10],"rotation":90,"texture":"#7"},"up":{"uv":[12,8,13,9],"rotation":270,"texture":"#7"},"down":{"uv":[13,9,14,10],"rotation":90,"texture":"#7"}}},{"from":[7.4,-4.1,7.4],"to":[8.6,1.1,8.6],"rotation":{"angle":0,"axis":"y","origin":[15,3.5,15]},"faces":{"north":{"uv":[8,4,16,7],"rotation":90,"texture":"#7"},"east":{"uv":[8,4,16,7],"rotation":90,"texture":"#7"},"south":{"uv":[8,4,16,7],"rotation":90,"texture":"#7"},"west":{"uv":[8,4,16,7],"rotation":90,"texture":"#7"},"up":{"uv":[10,5,12,7],"texture":"#7"},"down":{"uv":[10,10,12,12],"texture":"#7"}}},{"from":[7.29,-3.81,7.29],"to":[8.71,-3.29,8.71],"rotation":{"angle":0,"axis":"y","origin":[15,3.9,15]},"faces":{"north":{"uv":[5,7,7.6,8],"texture":"#7"},"east":{"uv":[8,8,10,9],"texture":"#7"},"south":{"uv":[0,8,2.6,9],"texture":"#7"},"west":{"uv":[7,8,9,9],"texture":"#7"},"up":{"uv":[8,7,10,9],"texture":"#7"},"down":{"uv":[10,7,12.6,9],"texture":"#7"}}},{"from":[7.29,0.49,7.29],"to":[8.71,1.01,8.71],"rotation":{"angle":0,"axis":"y","origin":[15,8.2,15]},"faces":{"north":{"uv":[5,7,7.6,8],"texture":"#7"},"east":{"uv":[8,8,10,9],"texture":"#7"},"south":{"uv":[0,8,2.6,9],"texture":"#7"},"west":{"uv":[7,8,9,9],"texture":"#7"},"up":{"uv":[8,7,10,9],"texture":"#7"},"down":{"uv":[10,7,12.6,9],"texture":"#7"}}},{"from":[7.07019,-0.5293,7.31],"to":[9.05019,-0.1493,8.69],"rotation":{"angle":45,"axis":"z","origin":[7.87463,-0.34524,7.98434]},"faces":{"north":{"uv":[5,7,7.6,8],"texture":"#7"},"east":{"uv":[8,8,10,9],"texture":"#7"},"south":{"uv":[0,8,2.6,9],"texture":"#7"},"west":{"uv":[7,8,9,9],"texture":"#7"},"up":{"uv":[8,7,10,9],"texture":"#7"},"down":{"uv":[10,7,12.6,9],"texture":"#7"}}},{"from":[7.07019,-1.7293,7.31],"to":[9.05019,-1.3493,8.69],"rotation":{"angle":45,"axis":"z","origin":[7.87463,-1.54524,7.98434]},"faces":{"north":{"uv":[5,7,7.6,8],"texture":"#7"},"east":{"uv":[8,8,10,9],"texture":"#7"},"south":{"uv":[0,8,2.6,9],"texture":"#7"},"west":{"uv":[7,8,9,9],"texture":"#7"},"up":{"uv":[8,7,10,9],"rotation":90,"texture":"#7"},"down":{"uv":[10,7,12.6,9],"texture":"#7"}}},{"from":[7.07019,-2.9293,7.31],"to":[9.05019,-2.5493,8.69],"rotation":{"angle":45,"axis":"z","origin":[7.87463,-2.74524,7.98434]},"faces":{"north":{"uv":[5,7,7.6,8],"texture":"#7"},"east":{"uv":[8,8,10,9],"texture":"#7"},"south":{"uv":[0,8,2.6,9],"texture":"#7"},"west":{"uv":[7,8,9,9],"texture":"#7"},"up":{"uv":[8,7,10,9],"texture":"#7"},"down":{"uv":[10,7,12.6,9],"texture":"#7"}}},{"from":[7.0007,-0.41428,7.3],"to":[9.0007,-0.01428,8.7],"rotation":{"angle":-45,"axis":"z","origin":[8.01508,-0.20792,7.9839]},"faces":{"north":{"uv":[5,7,7.6,8],"texture":"#7"},"east":{"uv":[8,8,10,9],"texture":"#7"},"south":{"uv":[0,8,2.6,9],"texture":"#7"},"west":{"uv":[7,8,9,9],"texture":"#7"},"up":{"uv":[8,7,10,9],"texture":"#7"},"down":{"uv":[10,7,12.6,9],"texture":"#7"}}},{"from":[7.0007,-1.61428,7.3],"to":[9.0007,-1.21428,8.7],"rotation":{"angle":-45,"axis":"z","origin":[8.01508,-1.40792,7.9839]},"faces":{"north":{"uv":[5,7,7.6,8],"texture":"#7"},"east":{"uv":[8,8,10,9],"texture":"#7"},"south":{"uv":[0,8,2.6,9],"texture":"#7"},"west":{"uv":[7,8,9,9],"texture":"#7"},"up":{"uv":[8,7,10,9],"texture":"#7"},"down":{"uv":[10,7,12.6,9],"texture":"#7"}}},{"from":[7.0007,-2.81428,7.3],"to":[9.0007,-2.41428,8.7],"rotation":{"angle":-45,"axis":"z","origin":[8.01508,-2.60792,7.9839]},"faces":{"north":{"uv":[5,7,7.6,8],"texture":"#7"},"east":{"uv":[8,8,10,9],"texture":"#7"},"south":{"uv":[0,8,2.6,9],"texture":"#7"},"west":{"uv":[7,8,9,9],"texture":"#7"},"up":{"uv":[8,7,10,9],"rotation":90,"texture":"#7"},"down":{"uv":[10,7,12.6,9],"texture":"#7"}}},{"from":[8.23,-3.45,7.25],"to":[8.43,-3.25,8.75],"rotation":{"angle":45,"axis":"z","origin":[8.37951,-3.837,7.8361]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#7"},"east":{"uv":[0,0,2.3,1],"texture":"#7"},"south":{"uv":[0,0,1,1],"texture":"#7"},"west":{"uv":[0,0,2.3,1],"texture":"#7"},"up":{"uv":[0,0,1,2.3],"texture":"#7"},"down":{"uv":[0,0,1,2.3],"texture":"#7"}}},{"from":[8.23,0.85,7.25],"to":[8.43,1.05,8.75],"rotation":{"angle":45,"axis":"z","origin":[8.37951,0.463,7.8361]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#7"},"east":{"uv":[0,0,2.3,1],"texture":"#7"},"south":{"uv":[0,0,1,1],"texture":"#7"},"west":{"uv":[0,0,2.3,1],"texture":"#7"},"up":{"uv":[0,0,1,2.3],"texture":"#7"},"down":{"uv":[0,0,1,2.3],"texture":"#7"}}},{"from":[8.23,-0.15,7.25],"to":[8.43,0.05,8.75],"rotation":{"angle":45,"axis":"z","origin":[8.37951,-0.537,7.8361]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#7"},"east":{"uv":[0,0,2.3,1],"texture":"#7"},"south":{"uv":[0,0,1,1],"texture":"#7"},"west":{"uv":[0,0,2.3,1],"texture":"#7"},"up":{"uv":[0,0,1,2.3],"texture":"#7"},"down":{"uv":[0,0,1,2.3],"texture":"#7"}}},{"from":[8.23,-1.35,7.25],"to":[8.43,-1.15,8.75],"rotation":{"angle":45,"axis":"z","origin":[8.37951,-1.737,7.8361]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#7"},"east":{"uv":[0,0,2.3,1],"texture":"#7"},"south":{"uv":[0,0,1,1],"texture":"#7"},"west":{"uv":[0,0,2.3,1],"texture":"#7"},"up":{"uv":[0,0,1,2.3],"texture":"#7"},"down":{"uv":[0,0,1,2.3],"texture":"#7"}}},{"from":[8.23,-2.55,7.25],"to":[8.43,-2.35,8.75],"rotation":{"angle":45,"axis":"z","origin":[8.37951,-2.937,7.8361]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#7"},"east":{"uv":[0,0,2.3,1],"texture":"#7"},"south":{"uv":[0,0,1,1],"texture":"#7"},"west":{"uv":[0,0,2.3,1],"texture":"#7"},"up":{"uv":[0,0,1,2.3],"texture":"#7"},"down":{"uv":[0,0,1,2.3],"texture":"#7"}}},{"from":[8.5,1.4,7.5],"to":[10.5,2,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[9.01134,1.40002,7.98864]},"faces":{"north":{"uv":[13,11,16,12],"texture":"#7"},"east":{"uv":[14,13,16,14.2],"texture":"#7"},"south":{"uv":[10,14,13,15],"texture":"#7"},"west":{"uv":[8,14,10,15],"texture":"#7"},"up":{"uv":[9,13,12,15],"texture":"#7"},"down":{"uv":[9,12,12,14],"texture":"#7"}}},{"from":[6.80813,-4.56179,7.5],"to":[7.80813,-3.96179,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[8.01103,-4.85142,7.98942]},"faces":{"north":{"uv":[13,11,16,12],"rotation":180,"texture":"#7"},"east":{"uv":[14,13,16,14.2],"rotation":180,"texture":"#7"},"south":{"uv":[10,14,13,15],"rotation":180,"texture":"#7"},"west":{"uv":[8,14,10,15],"rotation":180,"texture":"#7"},"up":{"uv":[9,13,12,15],"rotation":180,"texture":"#7"},"down":{"uv":[9,12,12,14],"rotation":180,"texture":"#7"}}},{"from":[7.85,1.55,7.35],"to":[10.15,2.35,8.65],"rotation":{"angle":22.5,"axis":"z","origin":[9.01134,1.70002,7.98864]},"faces":{"north":{"uv":[13,11,16,12],"texture":"#7"},"east":{"uv":[14,13,16,14.2],"texture":"#7"},"south":{"uv":[10,14,13,15],"texture":"#7"},"west":{"uv":[8,14,10,15],"texture":"#7"},"up":{"uv":[9,13,12,15],"texture":"#7"},"down":{"uv":[9,12,12,14],"texture":"#7"}}},{"from":[6.89333,-4.88895,7.35],"to":[8.19333,-4.08895,8.65],"rotation":{"angle":22.5,"axis":"z","origin":[8.01103,-4.85142,7.98942]},"faces":{"north":{"uv":[13,11,16,12],"rotation":180,"texture":"#7"},"east":{"uv":[14,13,16,14.2],"rotation":180,"texture":"#7"},"south":{"uv":[10,14,13,15],"rotation":180,"texture":"#7"},"west":{"uv":[8,14,10,15],"rotation":180,"texture":"#7"},"up":{"uv":[9,13,12,15],"rotation":180,"texture":"#7"},"down":{"uv":[9,12,12,14],"rotation":180,"texture":"#7"}}},{"from":[7.8,1.8,7.2],"to":[9.4,2.6,8.8],"rotation":{"angle":22.5,"axis":"z","origin":[9.11134,2.10002,7.98864]},"faces":{"north":{"uv":[11,13,14,14],"texture":"#7"},"east":{"uv":[13,13,15,14.2],"texture":"#7"},"south":{"uv":[11,11,14,12],"texture":"#7"},"west":{"uv":[11,13,13,14],"texture":"#7"},"up":{"uv":[10,12,13,14],"texture":"#7"},"down":{"uv":[12,12,15,14],"texture":"#7"}}},{"from":[6.64787,-5.07024,7.2],"to":[8.24787,-4.27024,8.8],"rotation":{"angle":22.5,"axis":"z","origin":[8.01103,-4.85142,7.98942]},"faces":{"north":{"uv":[13,11,16,12],"rotation":180,"texture":"#7"},"east":{"uv":[14,13,16,14.2],"rotation":180,"texture":"#7"},"south":{"uv":[10,14,13,15],"rotation":180,"texture":"#7"},"west":{"uv":[8,14,10,15],"rotation":180,"texture":"#7"},"up":{"uv":[9,13,12,15],"rotation":180,"texture":"#7"},"down":{"uv":[9,12,12,14],"rotation":180,"texture":"#7"}}},{"from":[6.66105,1.6108,7.21],"to":[8.24105,2.3908,8.79],"rotation":{"angle":-22.5,"axis":"z","origin":[7.46114,1.99777,7.98846]},"faces":{"north":{"uv":[11,13,14,14],"texture":"#7"},"east":{"uv":[13,13,15,14.2],"texture":"#7"},"south":{"uv":[11,11,14,12],"texture":"#7"},"west":{"uv":[11,13,13,14],"texture":"#7"},"up":{"uv":[10,12,13,14],"texture":"#7"},"down":{"uv":[12,12,15,14],"texture":"#7"}}},{"from":[7.75798,-5.07945,7.21],"to":[9.33798,-4.29945,8.79],"rotation":{"angle":-22.5,"axis":"z","origin":[8.01103,-4.85142,7.98942]},"faces":{"north":{"uv":[13,11,16,12],"rotation":180,"texture":"#7"},"east":{"uv":[14,13,16,14.2],"rotation":180,"texture":"#7"},"south":{"uv":[10,14,13,15],"rotation":180,"texture":"#7"},"west":{"uv":[8,14,10,15],"rotation":180,"texture":"#7"},"up":{"uv":[9,13,12,15],"rotation":180,"texture":"#7"},"down":{"uv":[9,12,12,14],"rotation":180,"texture":"#7"}}},{"from":[7.1,2.15035,7.1],"to":[8.9,2.95035,8.9],"rotation":{"angle":0,"axis":"z","origin":[7.96344,2.65349,7.99047]},"faces":{"north":{"uv":[12,12,14,13],"texture":"#7"},"east":{"uv":[13,13,15,14],"texture":"#7"},"south":{"uv":[11,13,13,14],"texture":"#7"},"west":{"uv":[12,13,14,14],"texture":"#7"},"up":{"uv":[11,12,13,14],"texture":"#7"},"down":{"uv":[10,10,12,12],"texture":"#7"}}},{"from":[6.215,2.26535,7.215],"to":[9.785,2.83535,8.785],"rotation":{"angle":0,"axis":"z","origin":[6.96344,2.65349,7.99047]},"faces":{"north":{"uv":[9,15,13,16],"texture":"#7"},"east":{"uv":[11,12,13,13],"texture":"#7"},"south":{"uv":[9,13,13,14],"texture":"#7"},"west":{"uv":[10,12,12,13],"texture":"#7"},"up":{"uv":[10,12,14,14],"texture":"#7"},"down":{"uv":[9,12,13,14],"texture":"#7"}}},{"from":[5.815,2.36535,7.315],"to":[10.185,2.73535,8.685],"rotation":{"angle":0,"axis":"z","origin":[6.46344,2.65349,7.99047]},"faces":{"north":{"uv":[9,15,13,16],"texture":"#7"},"east":{"uv":[11,12,13,13],"texture":"#7"},"south":{"uv":[9,13,13,14],"texture":"#7"},"west":{"uv":[10,12,12,13],"texture":"#7"},"up":{"uv":[10,12,14,14],"texture":"#7"},"down":{"uv":[9,12,13,14],"texture":"#7"}}},{"from":[7.32206,-6.15319,7.3],"to":[8.72206,-4.75319,8.7],"rotation":{"angle":45,"axis":"z","origin":[8.04572,-5.45311,7.97627]},"faces":{"north":{"uv":[11,14,13,16],"rotation":180,"texture":"#7"},"east":{"uv":[11,12,13,13],"rotation":180,"texture":"#7"},"south":{"uv":[12,14,14,16],"rotation":180,"texture":"#7"},"west":{"uv":[11,12,13,14],"rotation":180,"texture":"#7"},"up":{"uv":[11,13,13,15],"rotation":180,"texture":"#7"},"down":{"uv":[13,13,15,15],"rotation":180,"texture":"#7"}}},{"from":[7.52206,-5.95319,7.25],"to":[8.52206,-4.95319,8.75],"rotation":{"angle":45,"axis":"z","origin":[8.04572,-5.45311,7.72627]},"faces":{"north":{"uv":[4,4,7,7],"rotation":180,"texture":"#7"},"east":{"uv":[4,5,6,6],"rotation":180,"texture":"#7"},"south":{"uv":[5,4,8,7],"rotation":180,"texture":"#7"},"west":{"uv":[5,4,7.5,6],"rotation":180,"texture":"#7"},"up":{"uv":[4,4,6,6],"rotation":180,"texture":"#7"},"down":{"uv":[4,4,6,6],"rotation":180,"texture":"#7"}}},{"from":[7.52206,1.54681,7.05],"to":[8.52206,2.54681,8.95],"rotation":{"angle":45,"axis":"z","origin":[8.04572,2.04689,7.52627]},"faces":{"north":{"uv":[4,4,7,7],"rotation":180,"texture":"#7"},"east":{"uv":[5,5,7,6],"rotation":180,"texture":"#7"},"south":{"uv":[5,4,8,7],"rotation":180,"texture":"#7"},"west":{"uv":[5,5,7,7],"rotation":180,"texture":"#7"},"up":{"uv":[5,4,7,6],"rotation":180,"texture":"#7"},"down":{"uv":[5,4,7,6],"rotation":180,"texture":"#7"}}},{"from":[5.91278,1.54233,7.35],"to":[8.21278,2.44233,8.65],"rotation":{"angle":-22.5,"axis":"z","origin":[6.97344,1.78975,7.98746]},"faces":{"north":{"uv":[13,11,16,12],"texture":"#7"},"east":{"uv":[14,13,16,14.2],"texture":"#7"},"south":{"uv":[10,14,13,15],"texture":"#7"},"west":{"uv":[8,14,10,15],"texture":"#7"},"up":{"uv":[9,13,12,15],"texture":"#7"},"down":{"uv":[9,12,12,14],"texture":"#7"}}},{"from":[7.76952,-4.96018,7.35],"to":[9.06952,-4.06018,8.65],"rotation":{"angle":-22.5,"axis":"z","origin":[8.01103,-4.85142,7.98942]},"faces":{"north":{"uv":[13,11,16,12],"rotation":180,"texture":"#7"},"east":{"uv":[14,13,16,14.2],"rotation":180,"texture":"#7"},"south":{"uv":[10,14,13,15],"rotation":180,"texture":"#7"},"west":{"uv":[8,14,10,15],"rotation":180,"texture":"#7"},"up":{"uv":[9,13,12,15],"rotation":180,"texture":"#7"},"down":{"uv":[9,12,12,14],"rotation":180,"texture":"#7"}}},{"from":[7.31,1.10253,7.31],"to":[8.69,1.68253,8.69],"rotation":{"angle":0,"axis":"z","origin":[7.97397,1.38975,7.98694]},"faces":{"north":{"uv":[0,0,2,1],"texture":"#7"},"east":{"uv":[5,14,7,15.2],"texture":"#7"},"south":{"uv":[12,15,14,16],"texture":"#7"},"west":{"uv":[0,14,2,15.2],"texture":"#7"},"up":{"uv":[11,13,13,15],"texture":"#7"},"down":{"uv":[8,14,10,16],"texture":"#7"}}},{"from":[7.33206,-4.58536,7.31],"to":[8.71206,-4.00536,8.69],"rotation":{"angle":0,"axis":"z","origin":[8.01103,-4.85142,7.98942]},"faces":{"north":{"uv":[13,14,15,15],"rotation":180,"texture":"#7"},"east":{"uv":[5,14,7,15.2],"rotation":180,"texture":"#7"},"south":{"uv":[12,15,14,16],"rotation":180,"texture":"#7"},"west":{"uv":[0,14,2,15.2],"rotation":180,"texture":"#7"},"up":{"uv":[11,13,13,15],"rotation":180,"texture":"#7"},"down":{"uv":[8,14,10,16],"rotation":180,"texture":"#7"}}},{"from":[5.50106,1.40014,7.5],"to":[7.50106,2.00014,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[7.01222,1.39743,7.98688]},"faces":{"north":{"uv":[13,11,16,12],"texture":"#7"},"east":{"uv":[14,13,16,14.2],"texture":"#7"},"south":{"uv":[10,14,13,15],"texture":"#7"},"west":{"uv":[8,14,10,15],"texture":"#7"},"up":{"uv":[9,13,12,15],"texture":"#7"},"down":{"uv":[9,12,12,14],"texture":"#7"}}},{"from":[6.01493,1.90859,7.5],"to":[6.61493,3.90859,8.5],"rotation":{"angle":45,"axis":"z","origin":[6.01222,2.39743,7.98688]},"faces":{"north":{"uv":[13,11,16,12],"rotation":270,"texture":"#7"},"east":{"uv":[9,13,12,15],"rotation":90,"texture":"#7"},"south":{"uv":[10,14,13,15],"rotation":90,"texture":"#7"},"west":{"uv":[9,12,12,14],"rotation":90,"texture":"#7"},"up":{"uv":[8,14,10,15],"rotation":90,"texture":"#7"},"down":{"uv":[14,13,16,14.2],"rotation":90,"texture":"#7"}}},{"from":[9.67002,1.97804,7.5],"to":[10.27002,3.97804,8.5],"rotation":{"angle":-45,"axis":"z","origin":[9.9736,2.96921,7.99493]},"faces":{"north":{"uv":[13,11,16,12],"rotation":270,"texture":"#7"},"east":{"uv":[9,13,12,15],"rotation":90,"texture":"#7"},"south":{"uv":[10,14,13,15],"rotation":90,"texture":"#7"},"west":{"uv":[9,12,12,14],"rotation":90,"texture":"#7"},"up":{"uv":[8,14,10,15],"rotation":90,"texture":"#7"},"down":{"uv":[14,13,16,14.2],"rotation":90,"texture":"#7"}}},{"from":[10.33255,3.02579,7.55],"to":[10.83255,4.92579,8.45],"rotation":{"angle":-22.5,"axis":"z","origin":[10.58259,3.9832,7.98953]},"faces":{"north":{"uv":[13,11,16,12],"rotation":270,"texture":"#7"},"east":{"uv":[9,13,12,15],"rotation":90,"texture":"#7"},"south":{"uv":[10,14,13,15],"rotation":90,"texture":"#7"},"west":{"uv":[9,12,12,14],"rotation":90,"texture":"#7"},"up":{"uv":[8,14,10,15],"rotation":90,"texture":"#7"},"down":{"uv":[14,13,16,14.2],"rotation":90,"texture":"#7"}}},{"from":[5.03776,3.0255,7.55],"to":[5.53776,4.9255,8.45],"rotation":{"angle":22.5,"axis":"z","origin":[5.29137,3.96812,7.99926]},"faces":{"north":{"uv":[13,11,16,12],"rotation":270,"texture":"#7"},"east":{"uv":[9,13,12,15],"rotation":90,"texture":"#7"},"south":{"uv":[10,14,13,15],"rotation":90,"texture":"#7"},"west":{"uv":[9,12,12,14],"rotation":90,"texture":"#7"},"up":{"uv":[8,14,10,15],"rotation":90,"texture":"#7"},"down":{"uv":[14,13,16,14.2],"rotation":90,"texture":"#7"}}},{"from":[8.23406,-4.5627,7.5],"to":[9.23406,-3.9627,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[8.01103,-4.85142,7.98942]},"faces":{"north":{"uv":[13,11,16,12],"rotation":180,"texture":"#7"},"east":{"uv":[14,13,16,14.2],"rotation":180,"texture":"#7"},"south":{"uv":[10,14,13,15],"rotation":180,"texture":"#7"},"west":{"uv":[8,14,10,15],"rotation":180,"texture":"#7"},"up":{"uv":[9,13,12,15],"rotation":180,"texture":"#7"},"down":{"uv":[9,12,12,14],"rotation":180,"texture":"#7"}}},{"from":[7.3,2.3,7.3],"to":[8.7,3.7,8.7],"rotation":{"angle":45,"axis":"z","origin":[8.00873,3.00002,7.99126]},"faces":{"north":{"uv":[11,12,13,14],"texture":"#7"},"east":{"uv":[12,13,14,15],"texture":"#7"},"south":{"uv":[12,13,14,15],"texture":"#7"},"west":{"uv":[13,10,15,12],"texture":"#7"},"up":{"uv":[8,11,10,13],"texture":"#7"},"down":{"uv":[12,13,14,15],"texture":"#7"}}},{"from":[7.52389,4.91705,7.52],"to":[8.48389,5.87705,8.48],"rotation":{"angle":-45,"axis":"z","origin":[8.00712,5.39385,7.99544]},"faces":{"north":{"uv":[14,12,16,14],"texture":"#7"},"east":{"uv":[7,14,9,16],"texture":"#7"},"south":{"uv":[8,13,10,15],"texture":"#7"},"west":{"uv":[12,13,14,15],"texture":"#7"},"up":{"uv":[13,13,15,15],"texture":"#7"},"down":{"uv":[11,14,13,16],"texture":"#7"}}},{"from":[7.51175,3.28167,7.5],"to":[8.51175,5.28167,8.5],"rotation":{"angle":0,"axis":"z","origin":[8.01693,3.78689,7.99262]},"faces":{"north":{"uv":[14,12,16,14],"rotation":180,"texture":"#7"},"east":{"uv":[7,14,9,16],"rotation":180,"texture":"#7"},"south":{"uv":[8,13,10,15],"rotation":180,"texture":"#7"},"west":{"uv":[12,13,14,15],"rotation":180,"texture":"#7"},"up":{"uv":[13,13,15,15],"rotation":180,"texture":"#7"},"down":{"uv":[11,14,13,16],"rotation":180,"texture":"#7"}}},{"from":[6.45,2.45,7.95],"to":[9.55,17.55,8.05],"rotation":{"angle":0,"axis":"y","origin":[14,10,15.5]},"faces":{"north":{"uv":[16,1,0,4],"rotation":90,"texture":"#2"},"east":{"uv":[0,2,16,3],"rotation":90,"texture":"#2"},"south":{"uv":[16,1,0,4],"rotation":90,"texture":"#2"},"west":{"uv":[0,1,16,2],"rotation":90,"texture":"#2"},"up":{"uv":[2,1,6,2],"texture":"#2"},"down":{"uv":[0,0,4,1],"texture":"#2"}}},{"from":[6.9,2.4,7.9],"to":[9.1,17.6,8.1],"rotation":{"angle":0,"axis":"y","origin":[14.5,10,15.5]},"faces":{"north":{"uv":[0,1,16,4],"rotation":90,"texture":"#7"},"east":{"uv":[0,2,16,3],"rotation":90,"texture":"#7"},"south":{"uv":[0,1,16,4],"rotation":90,"texture":"#7"},"west":{"uv":[0,1,16,2],"rotation":90,"texture":"#7"},"up":{"uv":[0,0,3,1],"texture":"#7"},"down":{"uv":[0,0,3,1],"texture":"#7"}}},{"from":[6.5,19.45,7.9],"to":[7.1,20.05,8.1],"rotation":{"angle":45,"axis":"z","origin":[7.97993,20.94996,8.42011]},"faces":{"north":{"uv":[6,1,8,3],"texture":"#7"},"east":{"uv":[0,1,1,4],"texture":"#7"},"south":{"uv":[2,1,4,3],"texture":"#7"},"west":{"uv":[0,1,1,4],"texture":"#7"},"up":{"uv":[1,2,4,3],"texture":"#7"},"down":{"uv":[3,2,5,3],"texture":"#7"}}},{"from":[6.55686,19.72741,7.94967],"to":[7.43686,20.60741,8.02967],"rotation":{"angle":45,"axis":"z","origin":[7.97679,21.16738,8.40977]},"faces":{"north":{"uv":[6,1,8,3],"texture":"#2"},"east":{"uv":[0,1,1,4],"texture":"#2"},"south":{"uv":[2,1,4,3],"texture":"#2"},"west":{"uv":[0,1,1,4],"texture":"#2"},"up":{"uv":[1,2,4,3],"texture":"#2"},"down":{"uv":[3,2,5,3],"texture":"#2"}}},{"from":[7.24121,17.33934,7.89891],"to":[8.24121,19.13934,8.09891],"rotation":{"angle":-22.5,"axis":"z","origin":[7.72778,18.32672,8.01675]},"faces":{"north":{"uv":[10,2,11.8,3],"rotation":90,"texture":"#7"},"east":{"uv":[10,1,12,2],"rotation":270,"texture":"#7"},"south":{"uv":[4,1,6,3],"rotation":270,"texture":"#7"},"west":{"uv":[7,1,10,2],"rotation":270,"texture":"#7"},"up":{"uv":[6,1,7,4],"rotation":270,"texture":"#7"},"down":{"uv":[5,1,6,4],"rotation":270,"texture":"#7"}}},{"from":[6.77563,17.31164,7.9498],"to":[7.67563,19.71164,8.0498],"rotation":{"angle":-22.5,"axis":"z","origin":[7.21219,18.24902,8.01765]},"faces":{"north":{"uv":[10,2,11.8,3],"rotation":90,"texture":"#2"},"east":{"uv":[10,1,12,2],"rotation":270,"texture":"#2"},"south":{"uv":[4,1,6,3],"rotation":270,"texture":"#2"},"west":{"uv":[7,1,10,2],"rotation":270,"texture":"#2"},"up":{"uv":[6,1,7,4],"rotation":270,"texture":"#2"},"down":{"uv":[5,1,6,4],"rotation":270,"texture":"#2"}}},{"from":[8.22941,17.28664,7.94413],"to":[9.12941,19.68664,8.04413],"rotation":{"angle":22.5,"axis":"z","origin":[8.66296,18.47852,8.01364]},"faces":{"north":{"uv":[10,2,11.8,3],"rotation":90,"texture":"#2"},"east":{"uv":[10,1,12,2],"rotation":270,"texture":"#2"},"south":{"uv":[4,1,6,3],"rotation":270,"texture":"#2"},"west":{"uv":[7,1,10,2],"rotation":270,"texture":"#2"},"up":{"uv":[6,1,7,4],"rotation":270,"texture":"#2"},"down":{"uv":[5,1,6,4],"rotation":270,"texture":"#2"}}},{"from":[7.76121,17.32769,7.89733],"to":[8.76121,19.12769,8.09733],"rotation":{"angle":22.5,"axis":"z","origin":[8.24473,18.32035,8.01584]},"faces":{"north":{"uv":[10,2,11.8,3],"rotation":90,"texture":"#7"},"east":{"uv":[10,1,12,2],"rotation":270,"texture":"#7"},"south":{"uv":[4,1,6,3],"rotation":270,"texture":"#7"},"west":{"uv":[7,1,10,2],"rotation":270,"texture":"#7"},"up":{"uv":[6,1,7,4],"rotation":270,"texture":"#7"},"down":{"uv":[5,1,6,4],"rotation":270,"texture":"#7"}}},{"from":[5,6.1,7.85],"to":[11,14.1,8.2],"rotation":{"angle":0,"axis":"y","origin":[13,14.1,15.85]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[0,90,0],"translation":[0,7.5,1.25]},"thirdperson_lefthand":{"rotation":[0,90,0],"translation":[0,7.5,1.25]},"firstperson_righthand":{"rotation":[0,90,-10],"translation":[0.25,6.75,1],"scale":[0.8,0.8,0.8]},"firstperson_lefthand":{"rotation":[0,90,-10],"translation":[0.25,6.75,1],"scale":[0.8,0.8,0.8]},"gui":{"rotation":[23,14,-49],"translation":[0.5,1,0]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/scifi_dagger.json b/assets/minecraft/models/item/wynn/skin/dagger/scifi_dagger.json new file mode 100644 index 000000000..6d5b59a63 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/scifi_dagger.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/scifi","1":"skins/scifi_anim"},"elements":[{"from":[-4.5,7.25,8.25],"to":[8.75,8.75,8.75],"faces":{"down":{"uv":[3,0.875,11.75,1.375],"texture":"#0"},"up":{"uv":[3,0.875,11.75,1.375],"texture":"#0"},"north":{"uv":[4.625,0.875,13.375,2.375],"texture":"#0"},"south":{"uv":[4.625,0.875,13.375,2.375],"texture":"#0"},"west":{"uv":[6.625,0.625,7.125,2.125],"texture":"#0"},"east":{"uv":[6.625,0.625,7.125,2.125],"texture":"#0"}}},{"from":[-5.5625,6.8125,8.25],"to":[-5.0625,8.3125,8.75],"rotation":{"origin":[-5.5625,8.3125,8.25],"axis":"z","angle":45},"faces":{"down":{"uv":[5.375,1,6.625,2.25],"texture":"#0"},"up":{"uv":[5.375,1,6.625,2.25],"texture":"#0"},"north":{"uv":[2.5,0.75,3.5,2.75],"texture":"#0"},"south":{"uv":[2.5,0.75,3.5,2.75],"texture":"#0"},"west":{"uv":[6.25,0.625,7.5,2.875],"texture":"#0"},"east":{"uv":[6.25,0.625,7.5,2.875],"texture":"#0"}}},{"from":[-5.75,8.5,8.25],"to":[-4,8.75,8.75],"faces":{"down":{"uv":[5.375,1,6.625,2.25],"texture":"#0"},"up":{"uv":[5.375,1,6.625,2.25],"texture":"#0"},"north":{"uv":[2.5,0.75,3.5,2.75],"texture":"#0"},"south":{"uv":[2.5,0.75,3.5,2.75],"texture":"#0"},"west":{"uv":[6.25,0.625,7.5,2.875],"texture":"#0"},"east":{"uv":[6.25,0.625,7.5,2.875],"texture":"#0"}}},{"from":[-5,7.9375,8.25],"to":[-4,8.6875,8.75],"faces":{"down":{"uv":[5.375,1,6.625,2.25],"texture":"#0"},"up":{"uv":[5.375,1,6.625,2.25],"texture":"#0"},"north":{"uv":[2.5,0.75,3.5,2.75],"texture":"#0"},"south":{"uv":[2.5,0.75,3.5,2.75],"texture":"#0"},"west":{"uv":[6.25,0.625,7.5,2.875],"texture":"#0"},"east":{"uv":[6.25,0.625,7.5,2.875],"texture":"#0"}}},{"from":[-4.5,9.25,8.25],"to":[8.75,10.75,8.75],"faces":{"down":{"uv":[3,0.875,11.75,1.375],"texture":"#0"},"up":{"uv":[3,0.875,11.75,1.375],"texture":"#0"},"north":{"uv":[4.625,0.875,13.375,2.375],"texture":"#0"},"south":{"uv":[4.625,0.875,13.375,2.375],"texture":"#0"},"west":{"uv":[6.625,0.625,7.125,2.125],"texture":"#0"},"east":{"uv":[6.625,0.625,7.125,2.125],"texture":"#0"}}},{"from":[-5.5625,8.4375,8.25],"to":[-5.3125,8.6875,8.75],"rotation":{"origin":[-5.5625,8.6875,8.25],"axis":"z","angle":-45},"faces":{"down":{"uv":[5.375,1,6.625,2.25],"texture":"#0"},"up":{"uv":[5.375,1,6.625,2.25],"texture":"#0"},"north":{"uv":[2.5,0.75,3.5,2.75],"texture":"#0"},"south":{"uv":[2.5,0.75,3.5,2.75],"texture":"#0"},"west":{"uv":[6.25,0.625,7.5,2.875],"texture":"#0"},"east":{"uv":[6.25,0.625,7.5,2.875],"texture":"#0"}}},{"from":[-5.75,9.25,8.25],"to":[-4,9.5,8.75],"faces":{"down":{"uv":[5.375,1,6.625,2.25],"texture":"#0"},"up":{"uv":[5.375,1,6.625,2.25],"texture":"#0"},"north":{"uv":[2.5,0.75,3.5,2.75],"texture":"#0"},"south":{"uv":[2.5,0.75,3.5,2.75],"texture":"#0"},"west":{"uv":[6.25,0.625,7.5,2.875],"texture":"#0"},"east":{"uv":[6.25,0.625,7.5,2.875],"texture":"#0"}}},{"from":[-4.5,9.25,8.25],"to":[-4,10.75,8.75],"rotation":{"origin":[-4.5,10.75,8.25],"axis":"z","angle":-45},"faces":{"down":{"uv":[5.375,1,6.625,2.25],"texture":"#0"},"up":{"uv":[5.375,1,6.625,2.25],"texture":"#0"},"north":{"uv":[2.5,0.75,3.5,2.75],"texture":"#0"},"south":{"uv":[2.5,0.75,3.5,2.75],"texture":"#0"},"west":{"uv":[6.25,0.625,7.5,2.875],"texture":"#0"},"east":{"uv":[6.25,0.625,7.5,2.875],"texture":"#0"}}},{"from":[-5.5625,9.4375,8.25],"to":[-5.3125,9.6875,8.75],"rotation":{"origin":[-5.5625,9.6875,8.25],"axis":"z","angle":-45},"faces":{"down":{"uv":[5.375,1,6.625,2.25],"texture":"#0"},"up":{"uv":[5.375,1,6.625,2.25],"texture":"#0"},"north":{"uv":[2.5,0.75,3.5,2.75],"texture":"#0"},"south":{"uv":[2.5,0.75,3.5,2.75],"texture":"#0"},"west":{"uv":[6.25,0.625,7.5,2.875],"texture":"#0"},"east":{"uv":[6.25,0.625,7.5,2.875],"texture":"#0"}}},{"from":[-5,9.4375,8.25],"to":[-4,10.1875,8.75],"faces":{"down":{"uv":[5.375,1,6.625,2.25],"texture":"#0"},"up":{"uv":[5.375,1,6.625,2.25],"texture":"#0"},"north":{"uv":[2.5,0.75,3.5,2.75],"texture":"#0"},"south":{"uv":[2.5,0.75,3.5,2.75],"texture":"#0"},"west":{"uv":[6.25,0.625,7.5,2.875],"texture":"#0"},"east":{"uv":[6.25,0.625,7.5,2.875],"texture":"#0"}}},{"from":[8.75,9.25,8.25],"to":[10.5,10.75,8.75],"rotation":{"origin":[8.75,10.75,8.25],"axis":"z","angle":-22.5},"faces":{"down":{"uv":[5.375,1,6.625,2.25],"texture":"#0"},"up":{"uv":[5.375,1,6.625,2.25],"texture":"#0"},"north":{"uv":[2.5,0.75,3.5,2.75],"texture":"#0"},"south":{"uv":[2.5,0.75,3.5,2.75],"texture":"#0"},"west":{"uv":[6.25,0.625,7.5,2.875],"texture":"#0"},"east":{"uv":[6.25,0.625,7.5,2.875],"texture":"#0"}}},{"from":[8.1875,7.125,8.25],"to":[9.9375,8.625,8.75],"rotation":{"origin":[8.1875,8.625,8.25],"axis":"z","angle":22.5},"faces":{"down":{"uv":[5.375,1,6.625,2.25],"texture":"#0"},"up":{"uv":[5.375,1,6.625,2.25],"texture":"#0"},"north":{"uv":[2.5,0.75,3.5,2.75],"texture":"#0"},"south":{"uv":[2.5,0.75,3.5,2.75],"texture":"#0"},"west":{"uv":[6.25,0.625,7.5,2.875],"texture":"#0"},"east":{"uv":[6.25,0.625,7.5,2.875],"texture":"#0"}}},{"from":[9.125,9.75,8.25],"to":[10.875,10.5,8.75],"rotation":{"origin":[9.125,10.5,8.25],"axis":"z","angle":22.5},"faces":{"down":{"uv":[5.375,1,6.625,2.25],"texture":"#0"},"up":{"uv":[5.375,1,6.625,2.25],"texture":"#0"},"north":{"uv":[2.5,0.75,3.5,2.75],"texture":"#0"},"south":{"uv":[2.5,0.75,3.5,2.75],"texture":"#0"},"west":{"uv":[6.25,0.625,7.5,2.875],"texture":"#0"},"east":{"uv":[6.25,0.625,7.5,2.875],"texture":"#0"}}},{"from":[9.6875,7.9375,8.25],"to":[10.4375,10.0625,8.75],"faces":{"down":{"uv":[5.375,1,6.625,2.25],"texture":"#0"},"up":{"uv":[5.375,1,6.625,2.25],"texture":"#0"},"north":{"uv":[2.5,0.75,3.5,2.75],"texture":"#0"},"south":{"uv":[2.5,0.75,3.5,2.75],"texture":"#0"},"west":{"uv":[6.25,0.625,7.5,2.875],"texture":"#0"},"east":{"uv":[6.25,0.625,7.5,2.875],"texture":"#0"}}},{"from":[9.375,7.375,8.25],"to":[11.125,8.125,8.75],"rotation":{"origin":[9.375,8.125,8.25],"axis":"z","angle":-22.5},"faces":{"down":{"uv":[5.375,1,6.625,2.25],"texture":"#0"},"up":{"uv":[5.375,1,6.625,2.25],"texture":"#0"},"north":{"uv":[2.5,0.75,3.5,2.75],"texture":"#0"},"south":{"uv":[2.5,0.75,3.5,2.75],"texture":"#0"},"west":{"uv":[6.25,0.625,7.5,2.875],"texture":"#0"},"east":{"uv":[6.25,0.625,7.5,2.875],"texture":"#0"}}},{"from":[10.375,10.125,8.125],"to":[12.125,11.125,8.875],"rotation":{"origin":[10.375,11.125,8.125],"axis":"z","angle":22.5},"faces":{"down":{"uv":[8.375,1,11.125,2.625],"texture":"#0"},"up":{"uv":[8.375,1,11.125,2.625],"texture":"#0"},"north":{"uv":[5.75,0.625,7.625,2.25],"texture":"#0"},"south":{"uv":[5.75,0.625,7.625,2.25],"texture":"#0"},"west":{"uv":[6.125,0.375,8.125,1.875],"texture":"#0"},"east":{"uv":[6.125,0.375,8.125,1.875],"texture":"#0"}}},{"from":[10.75,6.75,8.125],"to":[12.5,7.75,8.875],"rotation":{"origin":[10.75,7.75,8.125],"axis":"z","angle":-22.5},"faces":{"down":{"uv":[8.375,1,11.125,2.625],"texture":"#0"},"up":{"uv":[8.375,1,11.125,2.625],"texture":"#0"},"north":{"uv":[5.75,0.625,7.625,2.25],"texture":"#0"},"south":{"uv":[5.75,0.625,7.625,2.25],"texture":"#0"},"west":{"uv":[6.125,0.375,8.125,1.875],"texture":"#0"},"east":{"uv":[6.125,0.375,8.125,1.875],"texture":"#0"}}},{"from":[12,10.625,8],"to":[13.125,11.875,9],"faces":{"down":{"uv":[8.375,1,11.125,2.625],"texture":"#0"},"up":{"uv":[8.375,1,11.125,2.625],"texture":"#0"},"north":{"uv":[5.75,0.625,7.625,2.25],"texture":"#0"},"south":{"uv":[5.75,0.625,7.625,2.25],"texture":"#0"},"west":{"uv":[6.125,0.375,8.125,1.875],"texture":"#0"},"east":{"uv":[6.125,0.375,8.125,1.875],"texture":"#0"}}},{"from":[13.0625,10.625,8],"to":[14.3125,11.875,9],"rotation":{"origin":[13.0625,11.875,8],"axis":"z","angle":-22.5},"faces":{"down":{"uv":[8.375,1,11.125,2.625],"texture":"#0"},"up":{"uv":[8.375,1,11.125,2.625],"texture":"#0"},"north":{"uv":[5.75,0.625,7.625,2.25],"texture":"#0"},"south":{"uv":[5.75,0.625,7.625,2.25],"texture":"#0"},"west":{"uv":[6.125,0.375,8.125,1.875],"texture":"#0"},"east":{"uv":[6.125,0.375,8.125,1.875],"texture":"#0"}}},{"from":[14.25,10.125,8],"to":[15.625,11.375,9],"rotation":{"origin":[14.25,11.375,8],"axis":"z","angle":-45},"faces":{"down":{"uv":[8.375,1,11.125,2.625],"texture":"#0"},"up":{"uv":[8.375,1,11.125,2.625],"texture":"#0"},"north":{"uv":[5.75,0.625,7.625,2.25],"texture":"#0"},"south":{"uv":[5.75,0.625,7.625,2.25],"texture":"#0"},"west":{"uv":[6.125,0.375,8.125,1.875],"texture":"#0"},"east":{"uv":[6.125,0.375,8.125,1.875],"texture":"#0"}}},{"from":[12,6.125,8],"to":[13.125,7.375,9],"faces":{"down":{"uv":[8.375,1,11.125,2.625],"texture":"#0"},"up":{"uv":[8.375,1,11.125,2.625],"texture":"#0"},"north":{"uv":[5.75,0.625,7.625,2.25],"texture":"#0"},"south":{"uv":[5.75,0.625,7.625,2.25],"texture":"#0"},"west":{"uv":[6.125,0.375,8.125,1.875],"texture":"#0"},"east":{"uv":[6.125,0.375,8.125,1.875],"texture":"#0"}}},{"from":[12.5625,6,8],"to":[13.8125,7.25,9],"rotation":{"origin":[12.5625,7.25,8],"axis":"z","angle":22.5},"faces":{"down":{"uv":[8.375,1,11.125,2.625],"texture":"#0"},"up":{"uv":[8.375,1,11.125,2.625],"texture":"#0"},"north":{"uv":[5.75,0.625,7.625,2.25],"texture":"#0"},"south":{"uv":[5.75,0.625,7.625,2.25],"texture":"#0"},"west":{"uv":[6.125,0.375,8.125,1.875],"texture":"#0"},"east":{"uv":[6.125,0.375,8.125,1.875],"texture":"#0"}}},{"from":[13.3125,6.1875,8],"to":[14.6875,7.4375,9],"rotation":{"origin":[13.3125,7.4375,8],"axis":"z","angle":45},"faces":{"down":{"uv":[8.375,1,11.125,2.625],"texture":"#0"},"up":{"uv":[8.375,1,11.125,2.625],"texture":"#0"},"north":{"uv":[5.75,0.625,7.625,2.25],"texture":"#0"},"south":{"uv":[5.75,0.625,7.625,2.25],"texture":"#0"},"west":{"uv":[6.125,0.375,8.125,1.875],"texture":"#0"},"east":{"uv":[6.125,0.375,8.125,1.875],"texture":"#0"}}},{"from":[14.5,7.5,8.125],"to":[15.125,10.375,8.875],"faces":{"down":{"uv":[3.5,15.125,12.875,15.875],"texture":"#0"},"up":{"uv":[3.5,15.125,12.875,15.875],"texture":"#0"},"north":{"uv":[5.25,14.125,14,15.375],"texture":"#0"},"south":{"uv":[5.25,14.125,14,15.375],"texture":"#0"},"west":{"uv":[6.75,14.125,7.5,15.375],"texture":"#0"},"east":{"uv":[6.75,14.125,7.5,15.375],"texture":"#0"}}},{"from":[-7,9.251,8.375],"to":[7.625,11.251,8.625],"faces":{"down":{"uv":[0,0,16,16],"texture":"#1"},"up":{"uv":[0,0,16,16],"texture":"#1"},"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"},"west":{"uv":[0,0,16,16],"texture":"#1"},"east":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[7.625,10.626,8.375],"to":[8.5,11.251,8.625],"rotation":{"origin":[7.625,11.251,8.375],"axis":"z","angle":-45},"faces":{"down":{"uv":[0,0,16,16],"texture":"#1"},"up":{"uv":[0,0,16,16],"texture":"#1"},"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"},"west":{"uv":[0,0,16,16],"texture":"#1"},"east":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[-9.875,9.1885,8.375],"to":[-6.75,10.0635,8.625],"rotation":{"origin":[-9.875,10.0635,8.375],"axis":"z","angle":22.5},"faces":{"down":{"uv":[0,0,16,16],"texture":"#1"},"up":{"uv":[0,0,16,16],"texture":"#1"},"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"},"west":{"uv":[0,0,16,16],"texture":"#1"},"east":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[-9.9375,9.251,8.375],"to":[-6.9375,10.0635,8.625],"faces":{"down":{"uv":[0,0,16,16],"texture":"#1"},"up":{"uv":[0,0,16,16],"texture":"#1"},"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"},"west":{"uv":[0,0,16,16],"texture":"#1"},"east":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[-7.75,9.876,8.375],"to":[-6.875,10.376,8.625],"faces":{"down":{"uv":[0,0,16,16],"texture":"#1"},"up":{"uv":[0,0,16,16],"texture":"#1"},"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"},"west":{"uv":[0,0,16,16],"texture":"#1"},"east":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[11,10.625,8],"to":[11.5,11.125,9],"rotation":{"origin":[11,11.125,8],"axis":"z","angle":22.5},"faces":{"down":{"uv":[0,0,16,16],"texture":"#1"},"up":{"uv":[0,0,16,16],"texture":"#1"},"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"},"west":{"uv":[0,0,16,16],"texture":"#1"},"east":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[11.25,6.75,8],"to":[11.75,7.25,9],"rotation":{"origin":[11.25,7.25,8],"axis":"z","angle":-22.5},"faces":{"down":{"uv":[0,0,16,16],"texture":"#1"},"up":{"uv":[0,0,16,16],"texture":"#1"},"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"},"west":{"uv":[0,0,16,16],"texture":"#1"},"east":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[-7,6.749,8.375],"to":[7.625,8.749,8.625],"faces":{"down":{"uv":[0,0,16,16],"texture":"#1"},"up":{"uv":[0,0,16,16],"texture":"#1"},"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"},"west":{"uv":[0,0,16,16],"texture":"#1"},"east":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[7.1875,6.5615,8.375],"to":[8.0625,7.1865,8.625],"rotation":{"origin":[7.1875,7.1865,8.375],"axis":"z","angle":45},"faces":{"down":{"uv":[0,0,16,16],"texture":"#1"},"up":{"uv":[0,0,16,16],"texture":"#1"},"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"},"west":{"uv":[0,0,16,16],"texture":"#1"},"east":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[-9.5625,7.874,8.375],"to":[-6.4375,8.749,8.625],"rotation":{"origin":[-9.5625,8.749,8.375],"axis":"z","angle":-22.5},"faces":{"down":{"uv":[0,0,16,16],"texture":"#1"},"up":{"uv":[0,0,16,16],"texture":"#1"},"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"},"west":{"uv":[0,0,16,16],"texture":"#1"},"east":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[-9.9375,7.9365,8.375],"to":[-6.9375,8.749,8.625],"faces":{"down":{"uv":[0,0,16,16],"texture":"#1"},"up":{"uv":[0,0,16,16],"texture":"#1"},"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"},"west":{"uv":[0,0,16,16],"texture":"#1"},"east":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[-7.75,7.499,8.375],"to":[-6.875,7.999,8.625],"faces":{"down":{"uv":[0,0,16,16],"texture":"#1"},"up":{"uv":[0,0,16,16],"texture":"#1"},"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"},"west":{"uv":[0,0,16,16],"texture":"#1"},"east":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[13.375,10.875,7.875],"to":[13.875,11.375,9.125],"rotation":{"origin":[13.375,11.375,7.875],"axis":"z","angle":-22.5},"faces":{"down":{"uv":[0,0,16,16],"texture":"#1"},"up":{"uv":[0,0,16,16],"texture":"#1"},"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"},"west":{"uv":[0,0,16,16],"texture":"#1"},"east":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[13.25,6.625,7.875],"to":[13.75,7.125,9.125],"rotation":{"origin":[13.25,7.125,7.875],"axis":"z","angle":22.5},"faces":{"down":{"uv":[0,0,16,16],"texture":"#1"},"up":{"uv":[0,0,16,16],"texture":"#1"},"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"},"west":{"uv":[0,0,16,16],"texture":"#1"},"east":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[10.375,8.375,8.125],"to":[19.125,9.625,8.875],"faces":{"down":{"uv":[3.5,15.125,12.875,15.875],"texture":"#0"},"up":{"uv":[3.5,15.125,12.875,15.875],"texture":"#0"},"north":{"uv":[5.25,14.125,14,15.375],"texture":"#0"},"south":{"uv":[5.25,14.125,14,15.375],"texture":"#0"},"west":{"uv":[6.75,14.125,7.5,15.375],"texture":"#0"},"east":{"uv":[6.75,14.125,7.5,15.375],"texture":"#0"}}},{"from":[18.75,8.1875,8.0625],"to":[19.25,9.8125,8.9375],"faces":{"down":{"uv":[1.375,0.5,2.25,2.125],"texture":"#0"},"up":{"uv":[1.375,0.5,2.25,2.125],"texture":"#0"},"north":{"uv":[1.125,0.5,2.375,2.5],"texture":"#0"},"south":{"uv":[1.125,0.5,2.375,2.5],"texture":"#0"},"west":{"uv":[2.25,0.125,3.75,2.125],"texture":"#0"},"east":{"uv":[2.25,0.125,3.75,2.125],"texture":"#0"}}},{"from":[10.375,8.25,8.25],"to":[19.125,9.75,8.75],"faces":{"down":{"uv":[3.5,15.125,12.875,15.875],"texture":"#0"},"up":{"uv":[3.5,15.125,12.875,15.875],"texture":"#0"},"north":{"uv":[5.25,14.125,14,15.375],"texture":"#0"},"south":{"uv":[5.25,14.125,14,15.375],"texture":"#0"},"west":{"uv":[6.75,14.125,7.5,15.375],"texture":"#0"},"east":{"uv":[6.75,14.125,7.5,15.375],"texture":"#0"}}},{"from":[15.375,8.1875,8.3125],"to":[15.625,9.8125,8.6875],"faces":{"down":{"uv":[15.375,8.3125,15.625,8.6875],"texture":"#0"},"up":{"uv":[15.375,8.3125,15.625,8.6875],"texture":"#0"},"north":{"uv":[12.625,8.25,13.25,10.125],"texture":"#0"},"south":{"uv":[12.625,8.25,13.25,10.125],"texture":"#0"},"west":{"uv":[9.75,8.375,10.25,10.25],"texture":"#0"},"east":{"uv":[9.75,8.375,10.25,10.25],"texture":"#0"}}},{"from":[15.75,8.1875,8.3125],"to":[16,9.8125,8.6875],"faces":{"down":{"uv":[15.375,8.3125,15.625,8.6875],"texture":"#0"},"up":{"uv":[15.375,8.3125,15.625,8.6875],"texture":"#0"},"north":{"uv":[12.625,8.25,13.25,10.125],"texture":"#0"},"south":{"uv":[12.625,8.25,13.25,10.125],"texture":"#0"},"west":{"uv":[9.75,8.375,10.25,10.25],"texture":"#0"},"east":{"uv":[9.75,8.375,10.25,10.25],"texture":"#0"}}},{"from":[16.125,8.1875,8.3125],"to":[16.375,9.8125,8.6875],"faces":{"down":{"uv":[15.375,8.3125,15.625,8.6875],"texture":"#0"},"up":{"uv":[15.375,8.3125,15.625,8.6875],"texture":"#0"},"north":{"uv":[12.625,8.25,13.25,10.125],"texture":"#0"},"south":{"uv":[12.625,8.25,13.25,10.125],"texture":"#0"},"west":{"uv":[9.75,8.375,10.25,10.25],"texture":"#0"},"east":{"uv":[9.75,8.375,10.25,10.25],"texture":"#0"}}},{"from":[16.5,8.1875,8.3125],"to":[16.75,9.8125,8.6875],"faces":{"down":{"uv":[15.375,8.3125,15.625,8.6875],"texture":"#0"},"up":{"uv":[15.375,8.3125,15.625,8.6875],"texture":"#0"},"north":{"uv":[12.625,8.25,13.25,10.125],"texture":"#0"},"south":{"uv":[12.625,8.25,13.25,10.125],"texture":"#0"},"west":{"uv":[9.75,8.375,10.25,10.25],"texture":"#0"},"east":{"uv":[9.75,8.375,10.25,10.25],"texture":"#0"}}},{"from":[16.875,8.1875,8.3125],"to":[17.125,9.8125,8.6875],"faces":{"down":{"uv":[15.375,8.3125,15.625,8.6875],"texture":"#0"},"up":{"uv":[15.375,8.3125,15.625,8.6875],"texture":"#0"},"north":{"uv":[12.625,8.25,13.25,10.125],"texture":"#0"},"south":{"uv":[12.625,8.25,13.25,10.125],"texture":"#0"},"west":{"uv":[9.75,8.375,10.25,10.25],"texture":"#0"},"east":{"uv":[9.75,8.375,10.25,10.25],"texture":"#0"}}},{"from":[17.25,8.1875,8.3125],"to":[17.5,9.8125,8.6875],"faces":{"down":{"uv":[15.375,8.3125,15.625,8.6875],"texture":"#0"},"up":{"uv":[15.375,8.3125,15.625,8.6875],"texture":"#0"},"north":{"uv":[12.625,8.25,13.25,10.125],"texture":"#0"},"south":{"uv":[12.625,8.25,13.25,10.125],"texture":"#0"},"west":{"uv":[9.75,8.375,10.25,10.25],"texture":"#0"},"east":{"uv":[9.75,8.375,10.25,10.25],"texture":"#0"}}},{"from":[17.625,8.1875,8.3125],"to":[17.875,9.8125,8.6875],"faces":{"down":{"uv":[15.375,8.3125,15.625,8.6875],"texture":"#0"},"up":{"uv":[15.375,8.3125,15.625,8.6875],"texture":"#0"},"north":{"uv":[12.625,8.25,13.25,10.125],"texture":"#0"},"south":{"uv":[12.625,8.25,13.25,10.125],"texture":"#0"},"west":{"uv":[9.75,8.375,10.25,10.25],"texture":"#0"},"east":{"uv":[9.75,8.375,10.25,10.25],"texture":"#0"}}},{"from":[18,8.1875,8.3125],"to":[18.25,9.8125,8.6875],"faces":{"down":{"uv":[15.375,8.3125,15.625,8.6875],"texture":"#0"},"up":{"uv":[15.375,8.3125,15.625,8.6875],"texture":"#0"},"north":{"uv":[12.625,8.25,13.25,10.125],"texture":"#0"},"south":{"uv":[12.625,8.25,13.25,10.125],"texture":"#0"},"west":{"uv":[9.75,8.375,10.25,10.25],"texture":"#0"},"east":{"uv":[9.75,8.375,10.25,10.25],"texture":"#0"}}},{"from":[18.375,8.1875,8.3125],"to":[18.625,9.8125,8.6875],"faces":{"down":{"uv":[15.375,8.3125,15.625,8.6875],"texture":"#0"},"up":{"uv":[15.375,8.3125,15.625,8.6875],"texture":"#0"},"north":{"uv":[12.625,8.25,13.25,10.125],"texture":"#0"},"south":{"uv":[12.625,8.25,13.25,10.125],"texture":"#0"},"west":{"uv":[9.75,8.375,10.25,10.25],"texture":"#0"},"east":{"uv":[9.75,8.375,10.25,10.25],"texture":"#0"}}},{"from":[19.625,8.0625,7.9375],"to":[20,9.9375,9.0625],"faces":{"down":{"uv":[1.375,0.5,2.25,2.125],"texture":"#0"},"up":{"uv":[1.375,0.5,2.25,2.125],"texture":"#0"},"north":{"uv":[1.125,0.5,2.375,2.5],"texture":"#0"},"south":{"uv":[1.125,0.5,2.375,2.5],"texture":"#0"},"west":{"uv":[2.25,0.125,3.75,2.125],"texture":"#0"},"east":{"uv":[2.25,0.125,3.75,2.125],"texture":"#0"}}},{"from":[19.25,8.125,8],"to":[19.75,9.875,9],"faces":{"down":{"uv":[1.375,0.5,2.25,2.125],"texture":"#0"},"up":{"uv":[1.375,0.5,2.25,2.125],"texture":"#0"},"north":{"uv":[1.125,0.5,2.375,2.5],"texture":"#0"},"south":{"uv":[1.125,0.5,2.375,2.5],"texture":"#0"},"west":{"uv":[2.25,0.125,3.75,2.125],"texture":"#0"},"east":{"uv":[2.25,0.125,3.75,2.125],"texture":"#0"}}},{"from":[19.875,8.125,8.0625],"to":[20.125,9.875,8.9375],"faces":{"down":{"uv":[1.375,0.5,2.25,2.125],"texture":"#0"},"up":{"uv":[1.375,0.5,2.25,2.125],"texture":"#0"},"north":{"uv":[1.125,0.5,2.375,2.5],"texture":"#0"},"south":{"uv":[1.125,0.5,2.375,2.5],"texture":"#0"},"west":{"uv":[2.25,0.125,3.75,2.125],"texture":"#0"},"east":{"uv":[2.25,0.125,3.75,2.125],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[90,-90,0],"translation":[0.56,7.18,1.32],"scale":[1,1,1]},"thirdperson_lefthand":{"rotation":[-90,-90,0],"translation":[-0.57,7.37,2.65],"scale":[1,1,1]},"firstperson_righthand":{"rotation":[-7,-95,-75],"translation":[6.24,3.02,-6.61],"scale":[1,1,1]},"firstperson_lefthand":{"rotation":[167,-95,-75],"translation":[9.83,3.02,-6.61],"scale":[1,1,1]},"gui":{"rotation":[-30,149,-128],"translation":[1.51,-0.57,-7.56],"scale":[0.82,0.82,0.82]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/seraphim_dagger.json b/assets/minecraft/models/item/wynn/skin/dagger/seraphim_dagger.json new file mode 100644 index 000000000..aa782f54f --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/seraphim_dagger.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/rainbow_gradient","3":"skins/gold_gradient","4":"skins/rainbow_gradient_anim","particle":"skins/white_gradient"},"elements":[{"from":[7.15,-7.3,7.15],"to":[8.85,-1.1,8.85],"rotation":{"angle":0,"axis":"y","origin":[8,4,10]},"faces":{"north":{"uv":[14,8.5,12.5,13],"texture":"#0"},"east":{"uv":[14,8.5,12.5,13],"texture":"#0"},"south":{"uv":[14,8.5,12.5,13],"texture":"#0"},"west":{"uv":[14,8.5,12.5,13],"texture":"#0"},"up":{"uv":[12.5,13,14,8.5],"texture":"#0"},"down":{"uv":[12.5,13,14,8.5],"texture":"#0"}}},{"from":[7.46,2.90538,6.20155],"to":[8.54,3.66538,9.88155],"rotation":{"angle":0,"axis":"x","origin":[8,4.19692,3.15431]},"faces":{"north":{"uv":[1.95,0,0,0.49],"rotation":180,"texture":"#4"},"east":{"uv":[1.95,0,0,0.49],"texture":"#4"},"south":{"uv":[2,0,1,0.5],"rotation":180,"texture":"#4"},"west":{"uv":[1.95,0,0,0.49],"rotation":180,"texture":"#4"},"up":{"uv":[1.95,0,0,0.49],"rotation":270,"texture":"#4"},"down":{"uv":[1.95,0,0,0.49],"rotation":90,"texture":"#4"}}},{"from":[7.45,4.2953,4.15677],"to":[8.55,5.0753,6.45677],"rotation":{"angle":22.5,"axis":"x","origin":[8,4.26203,2.80522]},"faces":{"north":{"uv":[2.5,0,3.75,0.45],"texture":"#4"},"east":{"uv":[2.5,0,3.75,0.45],"texture":"#4"},"south":{"uv":[2.5,0,3.75,0.45],"texture":"#4"},"west":{"uv":[2.5,0,3.75,0.45],"texture":"#4"},"up":{"uv":[3.75,0.45,2.5,0],"texture":"#4"},"down":{"uv":[3.75,0.45,2.5,0],"texture":"#4"}}},{"from":[7.45,4.15675,9.54157],"to":[8.55,4.93675,11.84157],"rotation":{"angle":-22.5,"axis":"x","origin":[8,4.19692,12.84569]},"faces":{"north":{"uv":[3.75,0,2.5,0.45],"texture":"#4"},"east":{"uv":[3.75,0,2.5,0.45],"texture":"#4"},"south":{"uv":[3.75,0,2.5,0.45],"texture":"#4"},"west":{"uv":[3.75,0,2.5,0.45],"texture":"#4"},"up":{"uv":[3.75,0,2.5,0.45],"texture":"#4"},"down":{"uv":[3.75,0,2.5,0.45],"texture":"#4"}}},{"from":[7.46,3.02068,3.36624],"to":[8.54,6.15068,4.14624],"rotation":{"angle":-45,"axis":"x","origin":[8,4.26203,2.80522]},"faces":{"north":{"uv":[4.5,0,6.5,0.5],"rotation":270,"texture":"#4"},"east":{"uv":[4.5,0,6.5,0.5],"rotation":270,"texture":"#4"},"south":{"uv":[4.5,0,6.5,0.5],"rotation":270,"texture":"#4"},"west":{"uv":[4.5,0,6.5,0.5],"rotation":270,"texture":"#4"},"up":{"uv":[6,0,6.5,0.5],"rotation":270,"texture":"#4"},"down":{"uv":[4.5,0,6.5,0.5],"rotation":270,"texture":"#4"}}},{"from":[7.46,3.02068,11.85376],"to":[8.54,6.15068,12.63376],"rotation":{"angle":45,"axis":"x","origin":[8,4.26203,13.19478]},"faces":{"north":{"uv":[4.5,0.5,6.5,0],"rotation":270,"texture":"#4"},"east":{"uv":[4.5,0.5,6.5,0],"rotation":270,"texture":"#4"},"south":{"uv":[4.5,0.5,6.5,0],"rotation":270,"texture":"#4"},"west":{"uv":[4.5,0.5,6.5,0],"rotation":270,"texture":"#4"},"up":{"uv":[6.5,0,6,0.5],"rotation":270,"texture":"#4"},"down":{"uv":[6.5,0,4.5,0.5],"rotation":270,"texture":"#4"}}},{"from":[7.74,2.9488,-0.3399],"to":[8.26,3.9688,5.5301],"rotation":{"angle":0,"axis":"x","origin":[8,4.26203,2.80522]},"faces":{"north":{"uv":[3,7.5,4,8],"rotation":90,"texture":"#4"},"east":{"uv":[3,7.5,4,13.5],"rotation":90,"texture":"#4"},"south":{"uv":[3,7.5,4,13.5],"rotation":90,"texture":"#4"},"west":{"uv":[3,7,4,13],"rotation":90,"texture":"#4"},"up":{"uv":[3,7.5,3.5,13.5],"rotation":180,"texture":"#4"},"down":{"uv":[3,7.5,3.5,13.5],"rotation":180,"texture":"#4"}}},{"from":[7.74,2.9488,10.4699],"to":[8.26,3.9688,16.3399],"rotation":{"angle":0,"axis":"x","origin":[8,4.19692,12.84569]},"faces":{"north":{"uv":[3,13.5,4,7.5],"rotation":90,"texture":"#4"},"east":{"uv":[3,13.5,4,7.5],"rotation":90,"texture":"#4"},"south":{"uv":[3,8,4,7.5],"rotation":90,"texture":"#4"},"west":{"uv":[3,13,4,7],"rotation":90,"texture":"#4"},"up":{"uv":[3,13.5,3.5,7.5],"rotation":180,"texture":"#4"},"down":{"uv":[3,13.5,3.5,7.5],"rotation":180,"texture":"#4"}}},{"from":[7.65,-0.26621,2.13415],"to":[8.35,0.63379,5.53415],"rotation":{"angle":-45,"axis":"x","origin":[8,4.26203,2.80522]},"faces":{"north":{"uv":[0,13.5,1,13],"rotation":270,"texture":"#4"},"east":{"uv":[1,13.5,0,10],"rotation":90,"texture":"#4"},"south":{"uv":[0,13.5,1,10],"rotation":90,"texture":"#4"},"west":{"uv":[0,13.5,1,10],"rotation":270,"texture":"#4"},"up":{"uv":[0.5,13.5,1,10],"texture":"#4"},"down":{"uv":[0,13.5,0.5,10],"rotation":180,"texture":"#4"}}},{"from":[7.65,-0.03844,10.31757],"to":[8.35,0.86156,13.71757],"rotation":{"angle":45,"axis":"x","origin":[8,4.19692,12.84569]},"faces":{"north":{"uv":[0,10,1,13.5],"rotation":90,"texture":"#4"},"east":{"uv":[1,10,0,13.5],"rotation":90,"texture":"#4"},"south":{"uv":[0,13,1,13.5],"rotation":270,"texture":"#4"},"west":{"uv":[0,10,1,13.5],"rotation":270,"texture":"#4"},"up":{"uv":[0.5,10,1,13.5],"texture":"#4"},"down":{"uv":[0,10,0.5,13.5],"rotation":180,"texture":"#4"}}},{"from":[7.71,0.89771,2.61794],"to":[8.29,1.87771,6.34794],"rotation":{"angle":-22.5,"axis":"x","origin":[8,4.26203,2.80522]},"faces":{"north":{"uv":[1,12.5,2,12],"rotation":270,"texture":"#4"},"east":{"uv":[1,12.5,2,8.5],"rotation":90,"texture":"#4"},"south":{"uv":[1,12.5,2,8.5],"rotation":270,"texture":"#4"},"west":{"uv":[1,12.5,2,8.5],"rotation":270,"texture":"#4"},"up":{"uv":[2,8.5,1,12.5],"rotation":270,"texture":"#4"},"down":{"uv":[1,12.5,1.5,8.5],"rotation":180,"texture":"#4"}}},{"from":[7.71,1.02634,9.60057],"to":[8.29,2.00634,13.33057],"rotation":{"angle":22.5,"axis":"x","origin":[8,4.19692,12.84569]},"faces":{"north":{"uv":[1,8.5,2,12.5],"rotation":270,"texture":"#4"},"east":{"uv":[1,8.5,2,12.5],"rotation":90,"texture":"#4"},"south":{"uv":[1,12,2,12.5],"rotation":270,"texture":"#4"},"west":{"uv":[1,8.5,2,12.5],"rotation":270,"texture":"#4"},"up":{"uv":[1,8.5,2,12.5],"rotation":270,"texture":"#4"},"down":{"uv":[1,8.5,1.5,12.5],"rotation":180,"texture":"#4"}}},{"from":[7.699,5.99326,3.10377],"to":[8.301,8.89526,3.90577],"rotation":{"angle":-45,"axis":"x","origin":[8,4.26203,2.80522]},"faces":{"north":{"uv":[6,8,5,11],"texture":"#4"},"east":{"uv":[6,8,5,11],"texture":"#4"},"south":{"uv":[6,8,5,11],"texture":"#4"},"west":{"uv":[6,8,5,11],"texture":"#4"},"up":{"uv":[5,9,6,8],"texture":"#4"},"down":{"uv":[5,11,6,8],"texture":"#4"}}},{"from":[7.699,6.22103,11.94594],"to":[8.301,9.12303,12.74794],"rotation":{"angle":45,"axis":"x","origin":[8,4.19692,12.84569]},"faces":{"north":{"uv":[5,8,6,11],"texture":"#4"},"east":{"uv":[5,8,6,11],"texture":"#4"},"south":{"uv":[5,8,6,11],"texture":"#4"},"west":{"uv":[5,8,6,11],"texture":"#4"},"up":{"uv":[5,8,6,9],"texture":"#4"},"down":{"uv":[5,8,6,11],"texture":"#4"}}},{"from":[7.745,2.79842,-0.46708],"to":[8.255,3.80842,3.04292],"rotation":{"angle":-22.5,"axis":"x","origin":[8,4.26203,2.80522]},"faces":{"north":{"uv":[3,7.5,4,8],"rotation":270,"texture":"#4"},"east":{"uv":[3,7.5,4,11],"rotation":270,"texture":"#4"},"south":{"uv":[3,7.5,4,11],"rotation":270,"texture":"#4"},"west":{"uv":[3,7.5,4,11],"rotation":270,"texture":"#4"},"up":{"uv":[3,7.5,3.5,11],"rotation":180,"texture":"#4"},"down":{"uv":[3,7.5,3.5,11],"rotation":180,"texture":"#4"}}},{"from":[7.745,2.92705,12.90559],"to":[8.255,3.93705,16.41559],"rotation":{"angle":22.5,"axis":"x","origin":[8,4.19692,12.84569]},"faces":{"north":{"uv":[3,11,4,7.5],"rotation":270,"texture":"#4"},"east":{"uv":[3,11,4,7.5],"rotation":270,"texture":"#4"},"south":{"uv":[3,8,4,7.5],"rotation":270,"texture":"#4"},"west":{"uv":[3,11,4,7.5],"rotation":270,"texture":"#4"},"up":{"uv":[3,11,3.5,7.5],"rotation":180,"texture":"#4"},"down":{"uv":[3,11,3.5,7.5],"rotation":180,"texture":"#4"}}},{"from":[7.715,1.47402,0.10953],"to":[8.285,2.24402,3.62953],"rotation":{"angle":-45,"axis":"x","origin":[8,4.26203,2.80522]},"faces":{"north":{"uv":[2,7,1,6.5],"rotation":90,"texture":"#4"},"east":{"uv":[2,10,1,6.5],"rotation":270,"texture":"#4"},"south":{"uv":[2,10,1,6.5],"rotation":90,"texture":"#4"},"west":{"uv":[2,10,1,6.5],"rotation":90,"texture":"#4"},"up":{"uv":[2,10,1.5,6.5],"rotation":180,"texture":"#4"},"down":{"uv":[1.5,10,1,6.5],"texture":"#4"}}},{"from":[7.715,1.7018,12.22219],"to":[8.285,2.4718,15.74219],"rotation":{"angle":45,"axis":"x","origin":[8,4.19692,12.84569]},"faces":{"north":{"uv":[2,6.5,1,10],"rotation":90,"texture":"#4"},"east":{"uv":[2,6.5,1,10],"rotation":270,"texture":"#4"},"south":{"uv":[2,6.5,1,7],"rotation":90,"texture":"#4"},"west":{"uv":[2,6.5,1,10],"rotation":90,"texture":"#4"},"up":{"uv":[2,6.5,1.5,10],"rotation":180,"texture":"#4"},"down":{"uv":[1.5,6.5,1,10],"texture":"#4"}}},{"from":[7.701,6.6841,2.13433],"to":[8.299,9.4821,2.93233],"rotation":{"angle":-22.5,"axis":"x","origin":[8,4.26203,2.80522]},"faces":{"north":{"uv":[6.5,3.5,6,6.498],"rotation":180,"texture":"#4"},"east":{"uv":[7,3.5,6,6.5],"rotation":180,"texture":"#4"},"south":{"uv":[7,3.5,6,6.5],"rotation":180,"texture":"#4"},"west":{"uv":[7,3.5,6,6.5],"rotation":180,"texture":"#4"},"up":{"uv":[7,3.5,6,4],"rotation":270,"texture":"#4"},"down":{"uv":[6,6.5,7,3.5],"rotation":180,"texture":"#4"}}},{"from":[7.701,6.81273,13.01618],"to":[8.299,9.61073,13.81418],"rotation":{"angle":22.5,"axis":"x","origin":[8,4.19692,12.84569]},"faces":{"north":{"uv":[6,3.5,7,6.5],"rotation":180,"texture":"#4"},"east":{"uv":[6,3.5,7,6.5],"rotation":180,"texture":"#4"},"south":{"uv":[6,3.5,6.5,6.498],"rotation":180,"texture":"#4"},"west":{"uv":[6,3.5,7,6.5],"rotation":180,"texture":"#4"},"up":{"uv":[6,3.5,7,4],"rotation":270,"texture":"#4"},"down":{"uv":[6,3.5,7,6.5],"rotation":180,"texture":"#4"}}},{"from":[7.75,3.33081,1.63604],"to":[8.25,8.33081,3.43604],"rotation":{"angle":-45,"axis":"x","origin":[8,4.26203,2.80522]},"faces":{"north":{"uv":[4.5,6,5,10],"texture":"#4"},"east":{"uv":[6,6,4.5,10],"texture":"#4"},"south":{"uv":[4.5,6,6,10],"texture":"#4"},"west":{"uv":[4.5,6,6,10],"texture":"#4"},"up":{"uv":[4.5,6,6,6.5],"rotation":90,"texture":"#4"},"down":{"uv":[6,10,4.5,6],"texture":"#4"}}},{"from":[7.75,3.55858,12.41567],"to":[8.25,8.55858,14.21567],"rotation":{"angle":45,"axis":"x","origin":[8,4.19692,12.84569]},"faces":{"north":{"uv":[6,6,4.5,10],"texture":"#4"},"east":{"uv":[4.5,6,6,10],"texture":"#4"},"south":{"uv":[5,6,4.5,10],"texture":"#4"},"west":{"uv":[6,6,4.5,10],"texture":"#4"},"up":{"uv":[6,6,4.5,6.5],"rotation":90,"texture":"#4"},"down":{"uv":[6,6,4.5,10],"texture":"#4"}}},{"from":[7.71,1.84576,-0.2537],"to":[8.29,2.72576,5.2763],"rotation":{"angle":-22.5,"axis":"x","origin":[8,4.26203,2.80522]},"faces":{"north":{"uv":[2,8,3,7.5],"rotation":90,"texture":"#4"},"east":{"uv":[2,13,3,7.5],"rotation":90,"texture":"#4"},"south":{"uv":[2,13,3,7.5],"rotation":90,"texture":"#4"},"west":{"uv":[2,13,3,7.5],"rotation":90,"texture":"#4"},"up":{"uv":[2,13,2.5,7.5],"rotation":180,"texture":"#4"},"down":{"uv":[2,13,2.5,7.5],"rotation":180,"texture":"#4"}}},{"from":[7.71,1.97439,10.67221],"to":[8.29,2.85439,16.20221],"rotation":{"angle":22.5,"axis":"x","origin":[8,4.19692,12.84569]},"faces":{"north":{"uv":[2,7.5,3,13],"rotation":90,"texture":"#4"},"east":{"uv":[2,7.5,3,13],"rotation":90,"texture":"#4"},"south":{"uv":[2,7.5,3,8],"rotation":90,"texture":"#4"},"west":{"uv":[2,7.5,3,13],"rotation":90,"texture":"#4"},"up":{"uv":[2,7.5,2.5,13],"rotation":180,"texture":"#4"},"down":{"uv":[2,7.5,2.5,13],"rotation":180,"texture":"#4"}}},{"from":[7.7,5.39784,2.94383],"to":[8.3,9.89784,3.84383],"rotation":{"angle":-22.5,"axis":"x","origin":[8,4.26203,2.80522]},"faces":{"north":{"uv":[6,4.5,6.5,9.5],"rotation":180,"texture":"#4"},"east":{"uv":[6,4.5,7,9.5],"rotation":180,"texture":"#4"},"south":{"uv":[6.5,4.5,7,9.5],"rotation":180,"texture":"#4"},"west":{"uv":[7,4.5,6,9.5],"rotation":180,"texture":"#4"},"up":{"uv":[6,4.5,7,5],"rotation":90,"texture":"#4"},"down":{"uv":[7,9.5,6,4.5],"rotation":180,"texture":"#4"}}},{"from":[7.7,5.52647,12.10468],"to":[8.3,10.02647,13.00468],"rotation":{"angle":22.5,"axis":"x","origin":[8,4.19692,12.84569]},"faces":{"north":{"uv":[7,4.5,6.5,9.5],"rotation":180,"texture":"#4"},"east":{"uv":[7,4.5,6,9.5],"rotation":180,"texture":"#4"},"south":{"uv":[6.5,4.5,6,9.5],"rotation":180,"texture":"#4"},"west":{"uv":[6,4.5,7,9.5],"rotation":180,"texture":"#4"},"up":{"uv":[7,4.5,6,5],"rotation":90,"texture":"#4"},"down":{"uv":[7,4.5,6,9.5],"rotation":180,"texture":"#4"}}},{"from":[7.745,3.42801,-1.16235],"to":[8.255,4.23801,4.84765],"rotation":{"angle":22.5,"axis":"x","origin":[8,4.26203,2.80522]},"faces":{"north":{"uv":[4,6,5,5.5],"rotation":90,"texture":"#4"},"east":{"uv":[4,10,5,4],"rotation":90,"texture":"#4"},"south":{"uv":[4,10,5,4],"rotation":90,"texture":"#4"},"west":{"uv":[4,10,5,4],"rotation":90,"texture":"#4"},"up":{"uv":[4,10,4.5,4],"rotation":180,"texture":"#4"},"down":{"uv":[4,10,4.5,4],"rotation":180,"texture":"#4"}}},{"from":[7.745,3.28946,11.15069],"to":[8.255,4.09946,17.16069],"rotation":{"angle":-22.5,"axis":"x","origin":[8,4.19692,12.84569]},"faces":{"north":{"uv":[4,4,5,10],"rotation":90,"texture":"#4"},"east":{"uv":[4,4,5,10],"rotation":90,"texture":"#4"},"south":{"uv":[4,5.5,5,6],"rotation":90,"texture":"#4"},"west":{"uv":[4,4,5,10],"rotation":90,"texture":"#4"},"up":{"uv":[4,4,4.5,10],"rotation":180,"texture":"#4"},"down":{"uv":[4,4,4.5,10],"rotation":180,"texture":"#4"}}},{"from":[7.751,2.51013,-0.57366],"to":[8.249,3.30813,2.02434],"rotation":{"angle":22.5,"axis":"x","origin":[8,4.26203,2.80522]},"faces":{"north":{"uv":[5,6,4,5.5],"rotation":90,"texture":"#4"},"east":{"uv":[5,8.5,4,5.5],"rotation":90,"texture":"#4"},"south":{"uv":[5,8.5,4,5.5],"rotation":90,"texture":"#4"},"west":{"uv":[5,8.5,4,5.5],"rotation":90,"texture":"#4"},"up":{"uv":[4.5,8.5,4,5.5],"rotation":180,"texture":"#4"},"down":{"uv":[4.5,8.5,4,5.5],"rotation":180,"texture":"#4"}}},{"from":[7.751,2.37158,13.974],"to":[8.249,3.16958,16.572],"rotation":{"angle":-22.5,"axis":"x","origin":[8,4.19692,12.84569]},"faces":{"north":{"uv":[5,5.5,4,8.5],"rotation":90,"texture":"#4"},"east":{"uv":[5,5.5,4,8.5],"rotation":90,"texture":"#4"},"south":{"uv":[5,5.5,4,6],"rotation":90,"texture":"#4"},"west":{"uv":[5,5.5,4,8.5],"rotation":90,"texture":"#4"},"up":{"uv":[4.5,5.5,4,8.5],"rotation":180,"texture":"#4"},"down":{"uv":[4.5,5.5,4,8.5],"rotation":180,"texture":"#4"}}},{"from":[6.65,-2.1,6.65],"to":[9.35,-1.4,9.35],"rotation":{"angle":0,"axis":"y","origin":[8,4,10]},"faces":{"north":{"uv":[12.5,3,10.5,3.5],"texture":"#0"},"east":{"uv":[12.5,3,10.5,3.5],"texture":"#0"},"south":{"uv":[12.5,3,10.5,3.5],"texture":"#0"},"west":{"uv":[12.5,3,10.5,3.5],"texture":"#0"},"up":{"uv":[12.5,3,10.5,3.5],"texture":"#0"},"down":{"uv":[12.5,3,10.5,3.5],"texture":"#0"}}},{"from":[6.65,-7.1,6.65],"to":[9.35,-6.4,9.35],"rotation":{"angle":0,"axis":"y","origin":[8,4,10]},"faces":{"north":{"uv":[12.5,3,10.5,3.5],"texture":"#0"},"east":{"uv":[12.5,3,10.5,3.5],"texture":"#0"},"south":{"uv":[12.5,3,10.5,3.5],"texture":"#0"},"west":{"uv":[12.5,3,10.5,3.5],"texture":"#0"},"up":{"uv":[12.5,3,10.5,3.5],"texture":"#0"},"down":{"uv":[12.5,3,10.5,3.5],"texture":"#0"}}},{"from":[6.95,-3.05,6.95],"to":[9.05,-2.45,9.05],"rotation":{"angle":0,"axis":"y","origin":[8,4,10]},"faces":{"north":{"uv":[16,13.5,13.5,14.5],"texture":"#0"},"east":{"uv":[16,13.5,13.5,14.5],"texture":"#0"},"south":{"uv":[16,13.5,13.5,14.5],"texture":"#0"},"west":{"uv":[16,13.5,13.5,14.5],"texture":"#0"},"up":{"uv":[13.5,14.5,16,13.5],"texture":"#0"},"down":{"uv":[13.5,14.5,16,13.5],"texture":"#0"}}},{"from":[6.95,-4.05,6.95],"to":[9.05,-3.45,9.05],"rotation":{"angle":0,"axis":"y","origin":[8,4,10]},"faces":{"north":{"uv":[16,13.5,13.5,14.5],"texture":"#0"},"east":{"uv":[16,13.5,13.5,14.5],"texture":"#0"},"south":{"uv":[16,13.5,13.5,14.5],"texture":"#0"},"west":{"uv":[16,13.5,13.5,14.5],"texture":"#0"},"up":{"uv":[13.5,14.5,16,13.5],"texture":"#0"},"down":{"uv":[13.5,14.5,16,13.5],"texture":"#0"}}},{"from":[6.95,-6.05,6.95],"to":[9.05,-5.45,9.05],"rotation":{"angle":0,"axis":"y","origin":[8,4,10]},"faces":{"north":{"uv":[16,13.5,13.5,14.5],"texture":"#0"},"east":{"uv":[16,13.5,13.5,14.5],"texture":"#0"},"south":{"uv":[16,13.5,13.5,14.5],"texture":"#0"},"west":{"uv":[16,13.5,13.5,14.5],"texture":"#0"},"up":{"uv":[13.5,14.5,16,13.5],"texture":"#0"},"down":{"uv":[13.5,14.5,16,13.5],"texture":"#0"}}},{"from":[6.95,-5.05,6.95],"to":[9.05,-4.45,9.05],"rotation":{"angle":0,"axis":"y","origin":[8,4,10]},"faces":{"north":{"uv":[16,13.5,13.5,14.5],"texture":"#0"},"east":{"uv":[16,13.5,13.5,14.5],"texture":"#0"},"south":{"uv":[16,13.5,13.5,14.5],"texture":"#0"},"west":{"uv":[16,13.5,13.5,14.5],"texture":"#0"},"up":{"uv":[13.5,14.5,16,13.5],"texture":"#0"},"down":{"uv":[13.5,14.5,16,13.5],"texture":"#0"}}},{"from":[7.45,2.01322,6.13448],"to":[8.55,2.61322,8.23448],"rotation":{"angle":-22.5,"axis":"x","origin":[8,2.31322,6.93448]},"faces":{"north":{"uv":[11.5,6.5,12.5,4],"rotation":90,"texture":"#0"},"east":{"uv":[12.5,6.5,11.5,4],"rotation":270,"texture":"#0"},"south":{"uv":[11.5,6.5,12.5,4],"rotation":90,"texture":"#0"},"west":{"uv":[11.5,6.5,12.5,4],"rotation":90,"texture":"#0"},"up":{"uv":[10.5,6.5,12,4],"rotation":180,"texture":"#0"},"down":{"uv":[11,6.5,12.5,4],"texture":"#0"}}},{"from":[7.44,2.00322,7.75552],"to":[8.56,2.62322,9.87552],"rotation":{"angle":22.5,"axis":"x","origin":[8,2.31322,9.06552]},"faces":{"north":{"uv":[11.5,4,12.5,6.5],"rotation":90,"texture":"#0"},"east":{"uv":[12.5,4,11.5,6.5],"rotation":270,"texture":"#0"},"south":{"uv":[11.5,4,12.5,6.5],"rotation":90,"texture":"#0"},"west":{"uv":[11.5,4,12.5,6.5],"rotation":90,"texture":"#0"},"up":{"uv":[10.5,4,12,6.5],"rotation":180,"texture":"#0"},"down":{"uv":[11,4,12.5,6.5],"texture":"#0"}}},{"from":[7.45,-9.95592,7.10053],"to":[8.55,-9.35592,8.70053],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-7.83853,8]},"faces":{"north":{"uv":[9.5,12,9,12.5],"texture":"#3"},"east":{"uv":[5,11.5,7,12.5],"texture":"#3"},"south":{"uv":[7.5,11.5,5,12.5],"texture":"#3"},"west":{"uv":[7,11.5,5,12.5],"texture":"#3"},"up":{"uv":[6.5,11.5,4.5,13],"rotation":90,"texture":"#3"},"down":{"uv":[6,14,3.5,15.5],"rotation":90,"texture":"#3"}}},{"from":[7.452,-9.95392,7.30147],"to":[8.548,-9.35792,8.89747],"rotation":{"angle":22.5,"axis":"x","origin":[8,-7.83853,8]},"faces":{"north":{"uv":[5,11.5,7.5,12.5],"texture":"#3"},"east":{"uv":[7,11.5,5,12.5],"texture":"#3"},"south":{"uv":[9,12,9.5,12.5],"texture":"#3"},"west":{"uv":[5,11.5,7,12.5],"texture":"#3"},"up":{"uv":[4.5,11.5,6.5,13],"rotation":90,"texture":"#3"},"down":{"uv":[3.5,14,6,15.5],"rotation":90,"texture":"#3"}}},{"from":[7.451,-1.02643,6.13548],"to":[8.549,-0.42843,8.23348],"rotation":{"angle":22.5,"axis":"x","origin":[8,-0.72743,6.93448]},"faces":{"north":{"uv":[10.5,2.5,11.5,0],"rotation":90,"texture":"#0"},"east":{"uv":[11.5,2.5,10.5,0],"rotation":90,"texture":"#0"},"south":{"uv":[10.5,2.5,11.5,0],"rotation":90,"texture":"#0"},"west":{"uv":[10.5,2.5,11.5,0],"rotation":270,"texture":"#0"},"up":{"uv":[10.5,2.5,12,0],"texture":"#0"},"down":{"uv":[10.5,2.5,12,0],"rotation":180,"texture":"#0"}}},{"from":[7.441,-1.03643,7.75652],"to":[8.559,-0.41843,9.87452],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-0.72743,9.06552]},"faces":{"north":{"uv":[10.5,0,11.5,2.5],"rotation":90,"texture":"#0"},"east":{"uv":[11.5,0,10.5,2.5],"rotation":90,"texture":"#0"},"south":{"uv":[10.5,0,11.5,2.5],"rotation":90,"texture":"#0"},"west":{"uv":[10.5,0,11.5,2.5],"rotation":270,"texture":"#0"},"up":{"uv":[10.5,0,12,2.5],"texture":"#0"},"down":{"uv":[10.5,0,12,2.5],"rotation":180,"texture":"#0"}}},{"from":[7.352,-7.75323,7.1067],"to":[8.648,-7.15723,8.7027],"rotation":{"angle":22.5,"axis":"x","origin":[8,-9.26255,8]},"faces":{"north":{"uv":[2.5,12,0,13],"rotation":180,"texture":"#3"},"east":{"uv":[0,12,2.5,13],"rotation":180,"texture":"#3"},"south":{"uv":[2.5,12,0,13],"rotation":180,"texture":"#3"},"west":{"uv":[2.5,12,0,13],"rotation":180,"texture":"#3"},"up":{"uv":[2.5,11.5,0,13],"rotation":270,"texture":"#3"},"down":{"uv":[2.5,11.5,0,13],"rotation":90,"texture":"#3"}}},{"from":[7.35,-7.75523,7.2953],"to":[8.65,-7.15523,8.8953],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-9.26255,8]},"faces":{"north":{"uv":[0,12,2.5,13],"rotation":180,"texture":"#3"},"east":{"uv":[2.5,12,0,13],"rotation":180,"texture":"#3"},"south":{"uv":[0,12,2.5,13],"rotation":180,"texture":"#3"},"west":{"uv":[0,12,2.5,13],"rotation":180,"texture":"#3"},"up":{"uv":[0,11.5,2.5,13],"rotation":270,"texture":"#3"},"down":{"uv":[0,11.5,2.5,13],"rotation":90,"texture":"#3"}}},{"from":[7.44,-0.70845,6.07057],"to":[8.56,2.26155,6.69057],"rotation":{"angle":0,"axis":"x","origin":[8,0.60155,6.38057]},"faces":{"north":{"uv":[12.5,0,11,3.5],"rotation":180,"texture":"#0"},"east":{"uv":[11,1.5,12,5],"rotation":180,"texture":"#0"},"south":{"uv":[12.5,1.5,11,5],"rotation":180,"texture":"#0"},"west":{"uv":[12,1.5,11,5],"rotation":180,"texture":"#0"},"up":{"uv":[11,5,12,1.5],"rotation":180,"texture":"#0"},"down":{"uv":[11,5,12,1.5],"rotation":180,"texture":"#0"}}},{"from":[7.45,-0.69845,9.31943],"to":[8.55,2.25155,9.91943],"rotation":{"angle":0,"axis":"x","origin":[8,0.60155,9.61943]},"faces":{"north":{"uv":[11,1.5,12.5,5],"rotation":180,"texture":"#0"},"east":{"uv":[12,1.5,11,5],"rotation":180,"texture":"#0"},"south":{"uv":[11,0,12.5,3.5],"rotation":180,"texture":"#0"},"west":{"uv":[11,1.5,12,5],"rotation":180,"texture":"#0"},"up":{"uv":[11,1.5,12,5],"rotation":180,"texture":"#0"},"down":{"uv":[11,1.5,12,5],"rotation":180,"texture":"#0"}}},{"from":[7.451,-9.52999,8.88946],"to":[8.549,-7.58199,9.48746],"rotation":{"angle":0,"axis":"x","origin":[8,-9.06688,7.56903]},"faces":{"north":{"uv":[3,13.5,6,12],"rotation":90,"texture":"#3"},"east":{"uv":[2.5,11.5,5.5,12.5],"rotation":90,"texture":"#3"},"south":{"uv":[2.5,13,5.5,11.5],"rotation":90,"texture":"#3"},"west":{"uv":[2.5,12.5,5.5,11.5],"rotation":90,"texture":"#3"},"up":{"uv":[2.5,12.5,6,11.5],"rotation":270,"texture":"#3"},"down":{"uv":[2.5,12.5,6,11.5],"rotation":270,"texture":"#3"}}},{"from":[7.451,-9.52999,6.51254],"to":[8.549,-7.58199,7.11054],"rotation":{"angle":0,"axis":"x","origin":[8,-9.06688,8.43097]},"faces":{"north":{"uv":[2.5,11.5,5.5,13],"rotation":90,"texture":"#3"},"east":{"uv":[2.5,12.5,5.5,11.5],"rotation":90,"texture":"#3"},"south":{"uv":[3,12,6,13.5],"rotation":90,"texture":"#3"},"west":{"uv":[2.5,11.5,5.5,12.5],"rotation":90,"texture":"#3"},"up":{"uv":[6,12.5,2.5,11.5],"rotation":270,"texture":"#3"},"down":{"uv":[6,12.5,2.5,11.5],"rotation":270,"texture":"#3"}}},{"from":[7.60156,-10.66445,5.19769],"to":[8.40156,-9.86445,6.49769],"rotation":{"angle":45,"axis":"x","origin":[8.00213,-10.98405,7.34207]},"faces":{"north":{"uv":[5.5,0,6.3,0.8],"rotation":180,"texture":"#4"},"east":{"uv":[5.5,0,6.8,1],"rotation":180,"texture":"#4"},"south":{"uv":[5.5,0,6.3,0.8],"rotation":180,"texture":"#4"},"west":{"uv":[5.5,0,6.8,1],"texture":"#4"},"up":{"uv":[6,0,7,1.3],"rotation":180,"texture":"#4"},"down":{"uv":[6,0,7,1.3],"rotation":180,"texture":"#4"}}},{"from":[7.65156,-10.31647,6.63395],"to":[8.35156,-9.61647,7.83395],"rotation":{"angle":22.5,"axis":"x","origin":[8.00213,-10.98405,7.34207]},"faces":{"north":{"uv":[8.5,1,7,0],"rotation":270,"texture":"#4"},"east":{"uv":[8.5,1,7,0],"texture":"#4"},"south":{"uv":[8.5,1,7,0],"rotation":90,"texture":"#4"},"west":{"uv":[8.5,1,7,0],"rotation":180,"texture":"#4"},"up":{"uv":[8.5,1,7,0],"rotation":270,"texture":"#4"},"down":{"uv":[8.5,1,7,0],"rotation":90,"texture":"#4"}}},{"from":[7.7,-10.49186,8.04474],"to":[8.3,-9.89186,8.64474],"rotation":{"angle":0,"axis":"x","origin":[8.00213,-10.98405,7.34207]},"faces":{"north":{"uv":[9.5,1,8.5,2],"rotation":270,"texture":"#4"},"east":{"uv":[9.5,1,8.5,2],"texture":"#4"},"south":{"uv":[9.5,1,8.5,2],"rotation":90,"texture":"#4"},"west":{"uv":[9.5,1,8.5,2],"rotation":180,"texture":"#4"},"up":{"uv":[9.5,1,8.5,2],"rotation":270,"texture":"#4"},"down":{"uv":[9.5,1,8.5,2],"rotation":90,"texture":"#4"}}},{"from":[7.72254,-15.48208,8.36833],"to":[8.28254,-10.52208,8.92833],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00213,-10.98405,7.34207]},"faces":{"north":{"uv":[10,6.46,9.5,1.5],"rotation":180,"texture":"#4"},"east":{"uv":[10,5.96,9.5,1],"rotation":180,"texture":"#4"},"south":{"uv":[9.5,5.46,9,0.5],"rotation":180,"texture":"#4"},"west":{"uv":[10,6.46,9.5,1.5],"rotation":180,"texture":"#4"},"up":{"uv":[10,8.46,9.5,3.5],"texture":"#4"},"down":{"uv":[10,6,9.5,5.5],"rotation":180,"texture":"#4"}}},{"from":[7.80254,-15.02781,7.53264],"to":[8.20254,-10.22781,8.43264],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00213,-10.98405,7.34207]},"faces":{"north":{"uv":[8.9,5.3,8.5,0.5],"rotation":180,"texture":"#4"},"east":{"uv":[8.5,5.3,9.4,0.5],"rotation":180,"texture":"#4"},"south":{"uv":[12.8,0.9,8,0.5],"rotation":270,"texture":"#4"},"west":{"uv":[9.4,5.3,8.5,0.5],"rotation":180,"texture":"#4"},"up":{"uv":[8.9,0.9,8,0.5],"rotation":90,"texture":"#4"},"down":{"uv":[8.9,6.4,8,6],"rotation":90,"texture":"#4"}}},{"from":[7.82754,-14.22006,7.5803],"to":[8.17754,-10.22006,8.4303],"rotation":{"angle":0,"axis":"x","origin":[8.00213,-10.98405,7.34207]},"faces":{"north":{"uv":[8.35,5.5,8,1.5],"rotation":180,"texture":"#4"},"east":{"uv":[9,6,8,2],"rotation":180,"texture":"#4"},"south":{"uv":[8.35,6,8,2],"rotation":180,"texture":"#4"},"west":{"uv":[9,6,8,2],"rotation":180,"texture":"#4"},"up":{"uv":[7.85,1.85,7,1.5],"rotation":90,"texture":"#4"},"down":{"uv":[8.5,4.5,8,4],"rotation":270,"texture":"#4"}}},{"from":[7.85254,-13.68892,6.8662],"to":[8.15254,-9.73892,7.6662],"rotation":{"angle":0,"axis":"x","origin":[8.00213,-10.98405,7.34207]},"faces":{"north":{"uv":[7.3,6.45,7,2.5],"rotation":180,"texture":"#4"},"east":{"uv":[8,2,7,5.95],"texture":"#4"},"south":{"uv":[9.95,2.3,6,2],"rotation":270,"texture":"#4"},"west":{"uv":[8,5.95,7,2],"rotation":180,"texture":"#4"},"up":{"uv":[6.8,2.3,6,2],"rotation":90,"texture":"#4"},"down":{"uv":[7.5,5,7,4.5],"rotation":270,"texture":"#4"}}},{"from":[7.87754,-13.31556,6.56883],"to":[8.12754,-9.91556,7.31883],"rotation":{"angle":22.5,"axis":"x","origin":[8.00213,-10.98405,7.34207]},"faces":{"north":{"uv":[6.75,5.9,6.5,2.5],"rotation":180,"texture":"#4"},"east":{"uv":[7.5,7.9,6.5,4.5],"texture":"#4"},"south":{"uv":[7.75,9.4,7.5,6],"rotation":180,"texture":"#4"},"west":{"uv":[7.5,8.9,6.5,5.5],"rotation":180,"texture":"#4"},"up":{"uv":[5.75,1.75,5,1.5],"rotation":90,"texture":"#4"},"down":{"uv":[7.5,8.5,6.5,8],"rotation":90,"texture":"#4"}}},{"from":[7.90254,-13.29461,6.25462],"to":[8.10254,-9.94461,6.95462],"rotation":{"angle":45,"axis":"x","origin":[8.00213,-10.98405,7.34207]},"faces":{"north":{"uv":[6,7.35,6.2,4],"texture":"#4"},"east":{"uv":[7,7.35,6,4],"texture":"#4"},"south":{"uv":[6.5,7.35,6.7,4],"texture":"#4"},"west":{"uv":[6,7.35,7,4],"texture":"#4"},"up":{"uv":[6,7.35,7,4],"texture":"#4"},"down":{"uv":[6,4,6.2,5],"rotation":180,"texture":"#4"}}},{"from":[7.92754,-10.35346,4.79462],"to":[8.07754,-9.70346,7.69462],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00213,-10.98405,7.34207]},"faces":{"north":{"uv":[6,9.5,5,6.5],"rotation":180,"texture":"#4"},"east":{"uv":[6,9.5,5,6.5],"rotation":270,"texture":"#4"},"south":{"uv":[6,9.5,5,6.5],"texture":"#4"},"west":{"uv":[6,9.5,5,6.5],"rotation":90,"texture":"#4"},"up":{"uv":[5.15,9.4,5,6.5],"rotation":180,"texture":"#4"},"down":{"uv":[5.15,9.4,5,6.5],"texture":"#4"}}},{"from":[7.94754,-10.12827,4.34045],"to":[8.05754,-9.51827,7.20045],"rotation":{"angle":0,"axis":"x","origin":[8.00213,-10.98405,7.34207]},"faces":{"north":{"uv":[6,9,5,6],"rotation":180,"texture":"#4"},"east":{"uv":[6,9,5,6],"rotation":270,"texture":"#4"},"south":{"uv":[6,9,5,6],"texture":"#4"},"west":{"uv":[6,9,5,6],"rotation":90,"texture":"#4"},"up":{"uv":[5.11,8.86,5,6],"rotation":180,"texture":"#4"},"down":{"uv":[5.11,8.86,5,6],"texture":"#4"}}},{"from":[7.75,30.5,6],"to":[8.25,31.5,7],"rotation":{"angle":45,"axis":"x","origin":[8,29.5,8]},"faces":{"north":{"uv":[15,13.5,16,14],"rotation":270,"texture":"#3"},"east":{"uv":[15,13.5,16,14.5],"rotation":270,"texture":"#3"},"south":{"uv":[15,13.5,16,14],"rotation":270,"texture":"#3"},"west":{"uv":[15,13.5,16,14.5],"rotation":270,"texture":"#3"},"up":{"uv":[15,13.5,16,14],"rotation":270,"texture":"#3"},"down":{"uv":[15,13.5,16,14],"rotation":270,"texture":"#3"}}},{"from":[7.75,26.5,6],"to":[8.25,27.5,7],"rotation":{"angle":45,"axis":"x","origin":[8,25.5,8]},"faces":{"north":{"uv":[15,13.5,16,14],"rotation":270,"texture":"#3"},"east":{"uv":[15,13.5,16,14.5],"rotation":270,"texture":"#3"},"south":{"uv":[15,13.5,16,14],"rotation":270,"texture":"#3"},"west":{"uv":[15,13.5,16,14.5],"rotation":270,"texture":"#3"},"up":{"uv":[15,13.5,16,14],"rotation":270,"texture":"#3"},"down":{"uv":[15,13.5,16,14],"rotation":270,"texture":"#3"}}},{"from":[7.75,22.5,6],"to":[8.25,23.5,7],"rotation":{"angle":45,"axis":"x","origin":[8,21.5,8]},"faces":{"north":{"uv":[15,13.5,16,14],"rotation":270,"texture":"#3"},"east":{"uv":[15,13.5,16,14.5],"rotation":270,"texture":"#3"},"south":{"uv":[15,13.5,16,14],"rotation":270,"texture":"#3"},"west":{"uv":[15,13.5,16,14.5],"rotation":270,"texture":"#3"},"up":{"uv":[15,13.5,16,14],"rotation":270,"texture":"#3"},"down":{"uv":[15,13.5,16,14],"rotation":270,"texture":"#3"}}},{"from":[7.75,10.0764,8.24348],"to":[8.25,11.0764,9.24348],"rotation":{"angle":45,"axis":"x","origin":[8,11.31988,8]},"faces":{"north":{"uv":[2.5,14,3.5,15],"rotation":90,"texture":"#3"},"east":{"uv":[2.5,14,3.5,15],"rotation":90,"texture":"#3"},"south":{"uv":[2.5,14,3.5,15],"rotation":90,"texture":"#3"},"west":{"uv":[2.5,14,3.5,15],"rotation":90,"texture":"#3"},"up":{"uv":[2.5,14,3.5,15],"rotation":90,"texture":"#3"},"down":{"uv":[2.5,14,3.5,15],"rotation":90,"texture":"#3"}}},{"from":[7.75,6.0764,8.24348],"to":[8.25,7.0764,9.24348],"rotation":{"angle":45,"axis":"x","origin":[8,7.31988,8]},"faces":{"north":{"uv":[15,13.5,16,14],"rotation":90,"texture":"#3"},"east":{"uv":[15,13.5,16,14.5],"rotation":90,"texture":"#3"},"south":{"uv":[15,13.5,16,14],"rotation":90,"texture":"#3"},"west":{"uv":[15,13.5,16,14.5],"rotation":90,"texture":"#3"},"up":{"uv":[15,13.5,16,14],"rotation":270,"texture":"#3"},"down":{"uv":[15,13.5,16,14],"rotation":270,"texture":"#3"}}},{"from":[7.76,28.09431,6.0026],"to":[8.24,31.07431,6.9826],"rotation":{"angle":22.5,"axis":"x","origin":[8,28.08431,7.9926]},"faces":{"north":{"uv":[13,13.5,16,14],"rotation":270,"texture":"#3"},"east":{"uv":[13,13.5,16,14.5],"rotation":270,"texture":"#3"},"south":{"uv":[13,13.5,16,14],"rotation":270,"texture":"#3"},"west":{"uv":[13,13.5,16,14.5],"rotation":270,"texture":"#3"},"up":{"uv":[13,13.5,14,14],"rotation":270,"texture":"#3"},"down":{"uv":[13,13.5,14,14],"rotation":270,"texture":"#3"}}},{"from":[7.76,24.09431,6.0026],"to":[8.24,27.07431,6.9826],"rotation":{"angle":22.5,"axis":"x","origin":[8,24.08431,7.9926]},"faces":{"north":{"uv":[13,13.5,16,14],"rotation":270,"texture":"#3"},"east":{"uv":[13,13.5,16,14.5],"rotation":270,"texture":"#3"},"south":{"uv":[13,13.5,16,14],"rotation":270,"texture":"#3"},"west":{"uv":[13,13.5,16,14.5],"rotation":270,"texture":"#3"},"up":{"uv":[13,13.5,14,14],"rotation":270,"texture":"#3"},"down":{"uv":[13,13.5,14,14],"rotation":270,"texture":"#3"}}},{"from":[7.76,20.09431,6.0026],"to":[8.24,23.07431,6.9826],"rotation":{"angle":22.5,"axis":"x","origin":[8,20.08431,7.9926]},"faces":{"north":{"uv":[13,13.5,16,14],"rotation":270,"texture":"#3"},"east":{"uv":[13,13.5,16,14.5],"rotation":270,"texture":"#3"},"south":{"uv":[13,13.5,16,14],"rotation":270,"texture":"#3"},"west":{"uv":[13,13.5,16,14.5],"rotation":270,"texture":"#3"},"up":{"uv":[13,13.5,14,14],"rotation":270,"texture":"#3"},"down":{"uv":[13,13.5,14,14],"rotation":270,"texture":"#3"}}},{"from":[7.76,10.62907,8.06565],"to":[8.24,13.60907,9.04565],"rotation":{"angle":22.5,"axis":"x","origin":[8,11.31988,8]},"faces":{"north":{"uv":[3,14,6,14.5],"rotation":270,"texture":"#3"},"east":{"uv":[3,14,6,15],"rotation":270,"texture":"#3"},"south":{"uv":[3,14,6,14.5],"rotation":270,"texture":"#3"},"west":{"uv":[3,14,6,15],"rotation":270,"texture":"#3"},"up":{"uv":[3,14,4,14.5],"rotation":270,"texture":"#3"},"down":{"uv":[3,14,4,14.5],"rotation":270,"texture":"#3"}}},{"from":[7.76,6.62907,8.06565],"to":[8.24,9.60907,9.04565],"rotation":{"angle":22.5,"axis":"x","origin":[8,7.31988,8]},"faces":{"north":{"uv":[13,13.5,16,14],"rotation":90,"texture":"#3"},"east":{"uv":[13,13.5,16,14.5],"rotation":90,"texture":"#3"},"south":{"uv":[13,13.5,16,14],"rotation":90,"texture":"#3"},"west":{"uv":[13,13.5,16,14.5],"rotation":90,"texture":"#3"},"up":{"uv":[13,13.5,14,14],"rotation":270,"texture":"#3"},"down":{"uv":[13,13.5,14,14],"rotation":270,"texture":"#3"}}},{"from":[7.76,28.09431,9.0174],"to":[8.24,31.07431,9.9974],"rotation":{"angle":-22.5,"axis":"x","origin":[8,28.08431,8.0074]},"faces":{"north":{"uv":[13,13.5,16,14],"rotation":270,"texture":"#3"},"east":{"uv":[13,13.5,16,14.5],"rotation":270,"texture":"#3"},"south":{"uv":[13,13.5,16,14],"rotation":270,"texture":"#3"},"west":{"uv":[13,13.5,16,14.5],"rotation":270,"texture":"#3"},"up":{"uv":[13,13.5,14,14],"rotation":270,"texture":"#3"},"down":{"uv":[13,13.5,14,14],"rotation":270,"texture":"#3"}}},{"from":[7.76,24.09431,9.0174],"to":[8.24,27.07431,9.9974],"rotation":{"angle":-22.5,"axis":"x","origin":[8,24.08431,8.0074]},"faces":{"north":{"uv":[13,13.5,16,14],"rotation":270,"texture":"#3"},"east":{"uv":[13,13.5,16,14.5],"rotation":270,"texture":"#3"},"south":{"uv":[13,13.5,16,14],"rotation":270,"texture":"#3"},"west":{"uv":[13,13.5,16,14.5],"rotation":270,"texture":"#3"},"up":{"uv":[13,13.5,14,14],"rotation":270,"texture":"#3"},"down":{"uv":[13,13.5,14,14],"rotation":270,"texture":"#3"}}},{"from":[7.76,20.09431,9.0174],"to":[8.24,23.07431,9.9974],"rotation":{"angle":-22.5,"axis":"x","origin":[8,20.08431,8.0074]},"faces":{"north":{"uv":[13,13.5,16,14],"rotation":270,"texture":"#3"},"east":{"uv":[13,13.5,16,14.5],"rotation":270,"texture":"#3"},"south":{"uv":[13,13.5,16,14],"rotation":270,"texture":"#3"},"west":{"uv":[13,13.5,16,14.5],"rotation":270,"texture":"#3"},"up":{"uv":[13,13.5,14,14],"rotation":270,"texture":"#3"},"down":{"uv":[13,13.5,14,14],"rotation":270,"texture":"#3"}}},{"from":[7.76,10.62907,6.95435],"to":[8.24,13.60907,7.93435],"rotation":{"angle":-22.5,"axis":"x","origin":[8,11.31988,8]},"faces":{"north":{"uv":[2.5,14.5,5.5,15],"rotation":270,"texture":"#3"},"east":{"uv":[2.5,14.5,5.5,15.5],"rotation":270,"texture":"#3"},"south":{"uv":[2.5,14.5,5.5,15],"rotation":270,"texture":"#3"},"west":{"uv":[2.5,14.5,5.5,15.5],"rotation":270,"texture":"#3"},"up":{"uv":[2.5,14.5,3.5,15],"rotation":270,"texture":"#3"},"down":{"uv":[2.5,14.5,3.5,15],"rotation":270,"texture":"#3"}}},{"from":[7.76,6.62907,6.95435],"to":[8.24,9.60907,7.93435],"rotation":{"angle":-22.5,"axis":"x","origin":[8,7.31988,8]},"faces":{"north":{"uv":[13,13.5,16,14],"rotation":90,"texture":"#3"},"east":{"uv":[13,13.5,16,14.5],"rotation":90,"texture":"#3"},"south":{"uv":[13,13.5,16,14],"rotation":90,"texture":"#3"},"west":{"uv":[13,13.5,16,14.5],"rotation":90,"texture":"#3"},"up":{"uv":[13,13.5,14,14],"rotation":270,"texture":"#3"},"down":{"uv":[13,13.5,14,14],"rotation":270,"texture":"#3"}}},{"from":[7.77,3.79888,7.18738],"to":[8.23,7.75888,8.14738],"rotation":{"angle":-22.5,"axis":"x","origin":[8,1.77888,9.16738]},"faces":{"north":{"uv":[0,12,4,12.5],"rotation":270,"texture":"#3"},"east":{"uv":[0,12,4,13],"rotation":270,"texture":"#3"},"south":{"uv":[0,12,4,12.5],"rotation":270,"texture":"#3"},"west":{"uv":[0,12,4,13],"rotation":270,"texture":"#3"},"up":{"uv":[0,12,1,12.5],"rotation":270,"texture":"#3"},"down":{"uv":[0,12,1,12.5],"rotation":270,"texture":"#3"}}},{"from":[7.77,3.79888,7.85262],"to":[8.23,7.75888,8.81262],"rotation":{"angle":22.5,"axis":"x","origin":[8,1.77888,6.83262]},"faces":{"north":{"uv":[0,12.5,4,12],"rotation":270,"texture":"#3"},"east":{"uv":[0,13,4,12],"rotation":270,"texture":"#3"},"south":{"uv":[0,12.5,4,12],"rotation":270,"texture":"#3"},"west":{"uv":[0,13,4,12],"rotation":270,"texture":"#3"},"up":{"uv":[1,12,0,12.5],"rotation":270,"texture":"#3"},"down":{"uv":[1,12,0,12.5],"rotation":270,"texture":"#3"}}},{"from":[7.75,12.84968,6.14484],"to":[8.25,28.84968,7.14484],"rotation":{"angle":0,"axis":"x","origin":[8,21.84968,8.14484]},"faces":{"north":{"uv":[0,14.5,16,15],"rotation":270,"texture":"#3"},"east":{"uv":[0,14.5,16,15.5],"rotation":270,"texture":"#3"},"south":{"uv":[0,14.5,16,15],"rotation":270,"texture":"#3"},"west":{"uv":[0,14.5,16,15.5],"rotation":270,"texture":"#3"},"up":{"uv":[0,14.5,1,15],"rotation":270,"texture":"#3"},"down":{"uv":[0,14.5,1,15],"rotation":270,"texture":"#3"}}},{"from":[7.75,12.84968,8.85516],"to":[8.25,28.84968,9.85516],"rotation":{"angle":0,"axis":"x","origin":[8,21.84968,7.85516]},"faces":{"north":{"uv":[0,15.5,16,16],"rotation":270,"texture":"#3"},"east":{"uv":[0,15,16,16],"rotation":270,"texture":"#3"},"south":{"uv":[0,15.5,16,16],"rotation":270,"texture":"#3"},"west":{"uv":[0,15,16,16],"rotation":270,"texture":"#3"},"up":{"uv":[0,15.5,1,16],"rotation":270,"texture":"#3"},"down":{"uv":[0,15.5,1,16],"rotation":270,"texture":"#3"}}},{"from":[7.75,5.84968,6.14484],"to":[8.25,12.84968,7.14484],"rotation":{"angle":0,"axis":"x","origin":[8,14.84968,8.14484]},"faces":{"north":{"uv":[4,12.5,11,13],"rotation":270,"texture":"#3"},"east":{"uv":[4,12.5,11,13.5],"rotation":270,"texture":"#3"},"south":{"uv":[4,12.5,11,13],"rotation":270,"texture":"#3"},"west":{"uv":[4,12.5,11,13.5],"rotation":270,"texture":"#3"},"up":{"uv":[4,12.5,5,13],"rotation":270,"texture":"#3"},"down":{"uv":[4,12.5,5,13],"rotation":270,"texture":"#3"}}},{"from":[7.75,5.84968,8.85516],"to":[8.25,12.84968,9.85516],"rotation":{"angle":0,"axis":"x","origin":[8,14.84968,7.85516]},"faces":{"north":{"uv":[3,12.5,10,13],"rotation":270,"texture":"#3"},"east":{"uv":[3,12.5,10,13.5],"rotation":270,"texture":"#3"},"south":{"uv":[3,12.5,10,13],"rotation":270,"texture":"#3"},"west":{"uv":[3,12.5,10,13.5],"rotation":270,"texture":"#3"},"up":{"uv":[3,12.5,4,13],"rotation":270,"texture":"#3"},"down":{"uv":[3,12.5,4,13],"rotation":270,"texture":"#3"}}},{"from":[7.76,5.44547,3.74063],"to":[8.24,6.42547,5.72063],"rotation":{"angle":45,"axis":"x","origin":[8,4.43547,5.73063]},"faces":{"north":{"uv":[1,11.5,1.5,12.5],"texture":"#3"},"east":{"uv":[1,11.5,3,12.5],"texture":"#3"},"south":{"uv":[1,11.5,1.5,12.5],"texture":"#3"},"west":{"uv":[1,11.5,3,12.5],"texture":"#3"},"up":{"uv":[1,11.5,1.5,13.5],"texture":"#3"},"down":{"uv":[1,11.5,1.5,13.5],"texture":"#3"}}},{"from":[7.76,5.44547,10.27937],"to":[8.24,6.42547,12.25937],"rotation":{"angle":-45,"axis":"x","origin":[8,4.43547,10.26937]},"faces":{"north":{"uv":[1.5,11.5,1,12.5],"texture":"#3"},"east":{"uv":[3,11.5,1,12.5],"texture":"#3"},"south":{"uv":[1.5,11.5,1,12.5],"texture":"#3"},"west":{"uv":[3,11.5,1,12.5],"texture":"#3"},"up":{"uv":[1,13.5,1.5,11.5],"texture":"#3"},"down":{"uv":[1,13.5,1.5,11.5],"texture":"#3"}}},{"from":[7.51,14.01,7.5167],"to":[8.49,19.99,8.4967],"rotation":{"angle":0,"axis":"x","origin":[8,17,8.00335]},"faces":{"north":{"uv":[3,7,9,8],"rotation":270,"texture":"#4"},"east":{"uv":[3,7,9,8],"rotation":270,"texture":"#4"},"south":{"uv":[3,7,9,8],"rotation":270,"texture":"#4"},"west":{"uv":[3,7,9,8],"rotation":270,"texture":"#4"},"up":{"uv":[3,7,9,8],"rotation":90,"texture":"#4"},"down":{"uv":[3,7,9,8],"rotation":90,"texture":"#4"}}},{"from":[7.5,14.5275,9.77349],"to":[8.5,15.2275,10.47349],"rotation":{"angle":45,"axis":"x","origin":[8,17,8.00335]},"faces":{"north":{"uv":[3,8,4,9],"rotation":270,"texture":"#4"},"east":{"uv":[3,8,4,9],"rotation":270,"texture":"#4"},"south":{"uv":[3,8,4,9],"rotation":270,"texture":"#4"},"west":{"uv":[3,8,4,9],"rotation":270,"texture":"#4"},"up":{"uv":[3,8,4,9],"rotation":90,"texture":"#4"},"down":{"uv":[3,8,4,9],"rotation":90,"texture":"#4"}}},{"from":[7.5,18.77014,5.53085],"to":[8.5,19.47014,6.23085],"rotation":{"angle":45,"axis":"x","origin":[8,17,8.00335]},"faces":{"north":{"uv":[8,8,9,9],"rotation":270,"texture":"#4"},"east":{"uv":[8,8,9,9],"rotation":270,"texture":"#4"},"south":{"uv":[8,8,9,9],"rotation":270,"texture":"#4"},"west":{"uv":[8,8,9,9],"rotation":270,"texture":"#4"},"up":{"uv":[8,8,9,9],"rotation":90,"texture":"#4"},"down":{"uv":[8,8,9,9],"rotation":90,"texture":"#4"}}}],"display":{"thirdperson_righthand":{"translation":[0,7.25,1.5],"scale":[0.75,0.75,0.75]},"thirdperson_lefthand":{"translation":[0,7.25,1.5],"scale":[0.75,0.75,0.75]},"firstperson_righthand":{"rotation":[-15,0,0],"translation":[-3.25,6,4.5],"scale":[0.37,0.37,0.37]},"firstperson_lefthand":{"rotation":[-15,0,0],"translation":[-3.25,6,4.5],"scale":[0.37,0.37,0.37]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.8,0.8,0.8]},"gui":{"rotation":[63,38,-61],"translation":[-0.25,0,0],"scale":[0.48,0.48,0.48]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/shadestepper_scimitar.json b/assets/minecraft/models/item/wynn/skin/dagger/shadestepper_scimitar.json new file mode 100644 index 000000000..a5166f895 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/shadestepper_scimitar.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"2":"skins/shadow_smoke","3":"skins/star_gradient","4":"skins/twilight_gradient","5":"skins/gems","6":"skins/soul_heart","particle":"skins/shadow_smoke"},"elements":[{"from":[7.5,2.78704,3.9373],"to":[8.5,4.78704,5.1873],"rotation":{"angle":22.5,"axis":"x","origin":[8,5.66608,6.88496]},"faces":{"north":{"uv":[1.5,14,2.5,12],"texture":"#6"},"east":{"uv":[1.5,14,2.5,12],"texture":"#6"},"south":{"uv":[1.5,14,2.5,12],"texture":"#6"},"west":{"uv":[1.5,14,2.5,12],"texture":"#6"},"down":{"uv":[1.5,14,2.5,12],"texture":"#6"}}},{"from":[7.6,1.88421,3.05992],"to":[8.4,4.13421,4.20992],"rotation":{"angle":0,"axis":"x","origin":[8,5.66608,6.88496]},"faces":{"north":{"uv":[0,13.75,0.8,11.5],"rotation":180,"texture":"#6"},"east":{"uv":[0,13.75,1.15,11.5],"rotation":180,"texture":"#6"},"south":{"uv":[0,13.75,0.8,11.5],"rotation":180,"texture":"#6"},"west":{"uv":[0,13.75,1.15,11.5],"rotation":180,"texture":"#6"},"down":{"uv":[0,12.65,0.8,11.5],"rotation":180,"texture":"#6"}}},{"from":[7.4,5.12693,4.34979],"to":[8.6,7.32693,5.79979],"rotation":{"angle":45,"axis":"x","origin":[8,6.22693,5.07479]},"faces":{"north":{"uv":[3,12.95,5,11.5],"rotation":270,"texture":"#6"},"east":{"uv":[3,12.95,5,11.5],"rotation":270,"texture":"#6"},"south":{"uv":[3,12.95,5,11.5],"rotation":270,"texture":"#6"},"west":{"uv":[3,12.95,5,11.5],"rotation":270,"texture":"#6"},"down":{"uv":[3,12.95,5,11.5],"rotation":90,"texture":"#6"}}},{"from":[6.9,7.65377,10.73149],"to":[9.1,9.85377,12.18149],"rotation":{"angle":0,"axis":"x","origin":[8,8.11778,10.76492]},"faces":{"north":{"uv":[5.5,12.7,7.7,10.5],"rotation":270,"texture":"#6"},"east":{"uv":[5.5,11.95,7.7,10.5],"rotation":270,"texture":"#6"},"south":{"uv":[5.5,12.7,7.7,10.5],"rotation":270,"texture":"#6"},"west":{"uv":[5.5,11.95,7.7,10.5],"rotation":270,"texture":"#6"},"up":{"uv":[5.5,12.7,6.95,10.5],"rotation":270,"texture":"#6"},"down":{"uv":[5.5,12.7,6.95,10.5],"rotation":270,"texture":"#6"}}},{"from":[6.95,6.26554,10.97111],"to":[9.05,8.26554,12.22111],"rotation":{"angle":22.5,"axis":"x","origin":[8,8.11778,10.76492]},"faces":{"north":{"uv":[3.5,12.6,5.5,10.5],"rotation":270,"texture":"#6"},"east":{"uv":[3.5,11.75,5.5,10.5],"rotation":270,"texture":"#6"},"south":{"uv":[3.5,12.6,5.5,10.5],"rotation":270,"texture":"#6"},"west":{"uv":[3.5,11.75,5.5,10.5],"rotation":270,"texture":"#6"},"down":{"uv":[3.5,12.6,4.75,10.5],"rotation":270,"texture":"#6"}}},{"from":[7,7.91195,8.98029],"to":[9,9.36195,11.18029],"rotation":{"angle":-22.5,"axis":"x","origin":[8,8.63695,10.08029]},"faces":{"east":{"uv":[5.5,12.7,6.95,10.5],"rotation":270,"texture":"#6"},"west":{"uv":[5.5,12.7,6.95,10.5],"rotation":270,"texture":"#6"},"up":{"uv":[5.5,12.5,7.7,10.5],"rotation":270,"texture":"#6"},"down":{"uv":[5.5,12.5,7.7,10.5],"rotation":270,"texture":"#6"}}},{"from":[7.902,19.95676,13.73517],"to":[8.222,21.45676,17.10517],"rotation":{"angle":-45,"axis":"x","origin":[8.0315,14.18731,7.21147]},"faces":{"north":{"uv":[6.12,8.5,6,7],"texture":"#3"},"east":{"uv":[6.5,10.37,5,7],"rotation":270,"texture":"#3"},"south":{"uv":[6.12,8.5,6,7],"rotation":180,"texture":"#3"},"west":{"uv":[6.5,10.37,5,7],"rotation":270,"texture":"#3"},"up":{"uv":[6.12,10.37,6,7],"texture":"#3"},"down":{"uv":[6.12,10.37,6,7],"rotation":180,"texture":"#3"}}},{"from":[7.903,24.03956,13.57016],"to":[8.223,24.68956,15.94016],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0315,14.18731,7.21147]},"faces":{"north":{"uv":[5.65,7.62,5,7.5],"rotation":270,"texture":"#3"},"east":{"uv":[5.65,9.87,5,7.5],"rotation":270,"texture":"#3"},"south":{"uv":[5.65,7.62,5,7.5],"rotation":270,"texture":"#3"},"west":{"uv":[5.65,9.87,5,7.5],"rotation":270,"texture":"#3"},"up":{"uv":[6.37,7.62,4,7.5],"rotation":270,"texture":"#3"},"down":{"uv":[6.37,7.62,4,7.5],"rotation":270,"texture":"#3"}}},{"from":[7.912,19.96676,17.11517],"to":[8.212,20.59676,19.46517],"rotation":{"angle":-45,"axis":"x","origin":[8.0315,14.18731,7.21147]},"faces":{"north":{"uv":[5.65,7.62,5,7.5],"rotation":270,"texture":"#3"},"east":{"uv":[5.65,9.87,5,7.5],"rotation":270,"texture":"#3"},"south":{"uv":[5.65,7.62,5,7.5],"rotation":270,"texture":"#3"},"west":{"uv":[5.65,9.87,5,7.5],"rotation":270,"texture":"#3"},"up":{"uv":[6.37,7.62,4,7.5],"rotation":270,"texture":"#3"},"down":{"uv":[6.37,7.62,4,7.5],"rotation":270,"texture":"#3"}}},{"from":[7.91071,22.17577,4.42735],"to":[8.21071,25.52577,5.55735],"rotation":{"angle":22.5,"axis":"x","origin":[8.0315,14.18731,7.21147]},"faces":{"north":{"uv":[5.62,10.87,5.5,7.5],"rotation":180,"texture":"#3"},"east":{"uv":[6.65,10.87,5.5,7.5],"rotation":180,"texture":"#3"},"south":{"uv":[5.62,10.87,5.5,7.5],"rotation":180,"texture":"#3"},"west":{"uv":[6.65,10.87,5.5,7.5],"rotation":180,"texture":"#3"},"down":{"uv":[5.62,8.65,5.5,7.5],"rotation":180,"texture":"#3"}}},{"from":[7.90071,20.89632,2.99188],"to":[8.20071,22.99632,5.59188],"rotation":{"angle":22.5,"axis":"x","origin":[8.0315,14.18731,7.21147]},"faces":{"north":{"uv":[6.6,7.1,4.5,7.5],"rotation":270,"texture":"#3"},"east":{"uv":[7.1,9.1,4.5,7.5],"texture":"#3"},"south":{"uv":[6.6,7.1,4.5,7.5],"rotation":90,"texture":"#3"},"west":{"uv":[7.1,8.6,4.5,7],"rotation":180,"texture":"#3"},"up":{"uv":[7.1,7.1,4.5,7.5],"rotation":90,"texture":"#3"},"down":{"uv":[7.1,7.1,4.5,7.5],"rotation":270,"texture":"#3"}}},{"from":[7.74856,13.36141,7.9184],"to":[8.34856,16.96141,8.8184],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0315,14.18731,6.46147]},"faces":{"north":{"uv":[1.1,12.1,0.5,8.5],"rotation":180,"texture":"#4"},"east":{"uv":[1.4,12.1,0.5,8.5],"rotation":180,"texture":"#4"},"south":{"uv":[1.1,12.1,0.5,8.5],"rotation":180,"texture":"#4"},"west":{"uv":[1.4,12.1,0.5,8.5],"rotation":180,"texture":"#4"},"up":{"uv":[1.1,9.4,0.5,8.5],"rotation":180,"texture":"#4"},"down":{"uv":[1.1,9.4,0.5,8.5],"rotation":180,"texture":"#4"}}},{"from":[7.89964,17.40027,5.87976],"to":[8.19964,22.00027,8.72976],"rotation":{"angle":0,"axis":"x","origin":[8.0315,14.18731,7.21147]},"faces":{"north":{"uv":[4.6,10.1,4.5,7.5],"rotation":180,"texture":"#3"},"east":{"uv":[7.85,10.1,5,7.5],"texture":"#3"},"south":{"uv":[4.6,10.1,4.5,7.5],"rotation":180,"texture":"#3"},"west":{"uv":[7.85,10.1,5,7.5],"rotation":180,"texture":"#3"},"up":{"uv":[4.6,10.35,4.5,7.5],"rotation":180,"texture":"#3"}}},{"from":[7.74856,16.96141,8.4184],"to":[8.34856,18.06141,8.8184],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0315,14.18731,6.46147]},"faces":{"north":{"uv":[1.1,9.6,0.5,8.5],"rotation":180,"texture":"#4"},"east":{"uv":[0.9,9.6,0.5,8.5],"rotation":180,"texture":"#4"},"south":{"uv":[1.1,9.6,0.5,8.5],"rotation":180,"texture":"#4"},"west":{"uv":[0.9,9.6,0.5,8.5],"rotation":180,"texture":"#4"},"up":{"uv":[1.1,8.9,0.5,8.5],"rotation":180,"texture":"#4"}}},{"from":[7.74928,17.30838,6.74642],"to":[8.34928,19.90838,7.19642],"rotation":{"angle":0,"axis":"x","origin":[8.0315,14.18731,6.46147]},"faces":{"north":{"uv":[1.1,11.1,0.5,8.5],"rotation":180,"texture":"#4"},"east":{"uv":[0.95,11.1,0.5,8.5],"rotation":180,"texture":"#4"},"south":{"uv":[1.1,11.1,0.5,8.5],"rotation":180,"texture":"#4"},"west":{"uv":[0.95,11.1,0.5,8.5],"rotation":180,"texture":"#4"},"up":{"uv":[1.1,8.95,0.5,8.5],"rotation":180,"texture":"#4"},"down":{"uv":[1.1,8.95,0.5,8.5],"rotation":180,"texture":"#4"}}},{"from":[8.05,6.15378,5.96538],"to":[8.06,20.15378,19.96538],"rotation":{"angle":-45,"axis":"x","origin":[8.0315,14.18731,7.71147]},"faces":{"east":{"uv":[16,16,0,0],"texture":"#2"},"west":{"uv":[0,16,16,0],"texture":"#2"}}},{"from":[7.903,10.53044,7.12384],"to":[8.203,14.63044,10.47384],"rotation":{"angle":0,"axis":"x","origin":[8.0315,14.18731,7.21147]},"faces":{"north":{"uv":[4.6,11.6,4.5,7.5],"rotation":180,"texture":"#3"},"east":{"uv":[7.85,11.6,4.5,7.5],"texture":"#3"},"south":{"uv":[4.6,11.6,4.5,7.5],"rotation":180,"texture":"#3"},"west":{"uv":[7.85,11.6,4.5,7.5],"rotation":180,"texture":"#3"},"up":{"uv":[4.6,10.85,4.5,7.5],"rotation":180,"texture":"#3"},"down":{"uv":[4.6,10.85,4.5,7.5],"rotation":180,"texture":"#3"}}},{"from":[7.88901,13.05686,7.20082],"to":[8.20901,17.67686,10.32082],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0315,14.18731,7.21147]},"faces":{"north":{"uv":[4.62,11.12,4.5,7.5],"rotation":180,"texture":"#3"},"east":{"uv":[7.62,11.12,4.5,7.5],"texture":"#3"},"south":{"uv":[4.62,11.12,4.5,7.5],"rotation":180,"texture":"#3"},"west":{"uv":[7.62,12.12,4.5,8.5],"rotation":180,"texture":"#3"},"up":{"uv":[4.62,10.62,4.5,7.5],"rotation":180,"texture":"#3"},"down":{"uv":[4.62,10.62,4.5,7.5],"rotation":180,"texture":"#3"}}},{"from":[7.74896,10.82361,7.99862],"to":[8.34896,14.42361,8.94862],"rotation":{"angle":0,"axis":"x","origin":[8.0315,14.18731,6.46147]},"faces":{"north":{"uv":[1.1,12.1,0.5,8.5],"rotation":180,"texture":"#4"},"east":{"uv":[1.45,12.1,0.5,8.5],"rotation":180,"texture":"#4"},"south":{"uv":[1.1,12.1,0.5,8.5],"rotation":180,"texture":"#4"},"west":{"uv":[1.45,12.1,0.5,8.5],"rotation":180,"texture":"#4"},"up":{"uv":[1.1,9.45,0.5,8.5],"rotation":180,"texture":"#4"}}},{"from":[7.73896,8.42145,9.03653],"to":[8.35896,12.04145,10.05653],"rotation":{"angle":22.5,"axis":"x","origin":[8.0315,14.18731,6.46147]},"faces":{"north":{"uv":[1.1,12.1,0.5,8.5],"rotation":180,"texture":"#4"},"east":{"uv":[1.5,12.1,0.5,8.5],"rotation":180,"texture":"#4"},"south":{"uv":[1.1,12.1,0.5,8.5],"rotation":180,"texture":"#4"},"west":{"uv":[1.5,12.1,0.5,8.5],"rotation":180,"texture":"#4"},"up":{"uv":[1.1,9.5,0.5,8.5],"rotation":180,"texture":"#4"}}},{"from":[7.90896,8.47725,8.24493],"to":[8.18896,12.05725,11.62493],"rotation":{"angle":22.5,"axis":"x","origin":[8.0315,14.18731,7.21147]},"faces":{"north":{"uv":[4.6,11.1,4.5,7.5],"rotation":180,"texture":"#3"},"east":{"uv":[7.9,11.1,4.5,7.5],"texture":"#3"},"south":{"uv":[4.6,11.1,4.5,7.5],"rotation":180,"texture":"#3"},"west":{"uv":[7.9,11.1,4.5,7.5],"rotation":180,"texture":"#3"},"up":{"uv":[4.6,10.9,4.5,7.5],"rotation":180,"texture":"#3"}}},{"from":[8.00896,8.17725,7.19493],"to":[8.08896,11.75725,10.57493],"rotation":{"angle":22.5,"axis":"x","origin":[8.0315,13.88731,6.16147]},"faces":{"north":{"uv":[0.6,10.6,0.5,7],"rotation":180,"texture":"#4"},"east":{"uv":[3.9,10.6,0.5,7],"texture":"#4"},"west":{"uv":[3.9,10.6,0.5,7],"rotation":180,"texture":"#4"},"down":{"uv":[0.6,10.4,0.5,7],"rotation":180,"texture":"#4"}}},{"from":[8.003,10.23044,6.07384],"to":[8.103,14.33044,9.42384],"rotation":{"angle":0,"axis":"x","origin":[8.0315,13.88731,6.16147]},"faces":{"north":{"uv":[0.6,11.1,0.5,7],"rotation":180,"texture":"#4"},"east":{"uv":[3.85,11.1,0.5,7],"texture":"#4"},"west":{"uv":[3.85,11.1,0.5,7],"rotation":180,"texture":"#4"},"down":{"uv":[0.6,10.35,0.5,7],"rotation":180,"texture":"#4"}}},{"from":[7.98901,12.75686,6.15082],"to":[8.10901,17.37686,9.27082],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0315,13.88731,6.16147]},"faces":{"north":{"uv":[0.62,10.62,0.5,7],"rotation":180,"texture":"#4"},"east":{"uv":[3.62,10.62,0.5,7],"texture":"#4"},"west":{"uv":[3.62,11.62,0.5,8],"rotation":180,"texture":"#4"},"up":{"uv":[0.62,10.12,0.5,7],"rotation":180,"texture":"#4"},"down":{"uv":[0.62,10.12,0.5,7],"rotation":180,"texture":"#4"}}},{"from":[7.99964,17.10027,4.82976],"to":[8.09964,21.70027,7.67976],"rotation":{"angle":0,"axis":"x","origin":[8.0315,13.88731,6.16147]},"faces":{"north":{"uv":[0.6,9.6,0.5,7],"rotation":180,"texture":"#4"},"east":{"uv":[3.85,9.6,1,7],"texture":"#4"},"west":{"uv":[3.85,9.6,1,7],"rotation":180,"texture":"#4"},"up":{"uv":[0.6,9.85,0.5,7],"rotation":180,"texture":"#4"}}},{"from":[8.00071,20.59632,1.94188],"to":[8.10071,22.69632,4.54188],"rotation":{"angle":22.5,"axis":"x","origin":[8.0315,13.88731,6.16147]},"faces":{"north":{"uv":[2.6,6.6,0.5,7],"rotation":270,"texture":"#4"},"east":{"uv":[3.1,8.6,0.5,7],"texture":"#4"},"west":{"uv":[3.1,8.1,0.5,6.5],"rotation":180,"texture":"#4"},"up":{"uv":[3.1,6.6,0.5,7],"rotation":90,"texture":"#4"},"down":{"uv":[3.1,6.6,0.5,7],"rotation":270,"texture":"#4"}}},{"from":[8.002,19.65676,12.68517],"to":[8.122,21.15676,16.05517],"rotation":{"angle":-45,"axis":"x","origin":[8.0315,13.88731,6.16147]},"faces":{"north":{"uv":[2.12,8,2,6.5],"texture":"#4"},"east":{"uv":[2.5,9.87,1,6.5],"rotation":270,"texture":"#4"},"south":{"uv":[2.12,8,2,6.5],"rotation":180,"texture":"#4"},"west":{"uv":[2.5,9.87,1,6.5],"rotation":270,"texture":"#4"},"up":{"uv":[2.12,9.87,2,6.5],"texture":"#4"}}},{"from":[8.003,23.73956,12.52016],"to":[8.123,24.38956,14.89016],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0315,13.88731,6.16147]},"faces":{"north":{"uv":[1.65,7.12,1,7],"rotation":270,"texture":"#4"},"east":{"uv":[1.65,9.37,1,7],"rotation":270,"texture":"#4"},"south":{"uv":[1.65,7.12,1,7],"rotation":270,"texture":"#4"},"west":{"uv":[1.65,9.37,1,7],"rotation":270,"texture":"#4"},"up":{"uv":[2.37,7.12,0,7],"rotation":270,"texture":"#4"}}},{"from":[7.25,0.95866,6.56096],"to":[8.75,5.95866,8.06096],"rotation":{"angle":0,"axis":"x","origin":[8,-0.30269,7.76077]},"faces":{"north":{"uv":[2,8.5,3.5,13.5],"texture":"#3"},"east":{"uv":[2,8.5,3.5,13.5],"texture":"#3"},"south":{"uv":[2,8.5,3.5,13.5],"texture":"#3"},"west":{"uv":[2,8.5,3.5,13.5],"texture":"#3"}}},{"from":[7.15,4.85866,6.46096],"to":[8.85,5.55866,8.16096],"rotation":{"angle":0,"axis":"x","origin":[8,-0.80269,7.76077]},"faces":{"north":{"uv":[3.5,11.5,4.5,12.5],"texture":"#5"},"east":{"uv":[3.5,11.5,4.5,12.5],"texture":"#5"},"south":{"uv":[3.5,11.5,4.5,12.5],"texture":"#5"},"west":{"uv":[3.5,11.5,4.5,12.5],"texture":"#5"},"up":{"uv":[3.5,11.5,4.5,12.5],"texture":"#5"},"down":{"uv":[3.5,11.5,4.5,12.5],"texture":"#5"}}},{"from":[7.15,3.85866,6.46096],"to":[8.85,4.55866,8.16096],"rotation":{"angle":0,"axis":"x","origin":[8,-1.80269,7.76077]},"faces":{"north":{"uv":[3.5,11.5,4.5,12.5],"texture":"#5"},"east":{"uv":[3.5,11.5,4.5,12.5],"texture":"#5"},"south":{"uv":[3.5,11.5,4.5,12.5],"texture":"#5"},"west":{"uv":[3.5,11.5,4.5,12.5],"texture":"#5"},"up":{"uv":[3.5,11.5,4.5,12.5],"texture":"#5"},"down":{"uv":[3.5,11.5,4.5,12.5],"texture":"#5"}}},{"from":[7.15,1.85866,6.46096],"to":[8.85,2.55866,8.16096],"rotation":{"angle":0,"axis":"x","origin":[8,-3.80269,7.76077]},"faces":{"north":{"uv":[3.5,11.5,4.5,12.5],"texture":"#5"},"east":{"uv":[3.5,11.5,4.5,12.5],"texture":"#5"},"south":{"uv":[3.5,11.5,4.5,12.5],"texture":"#5"},"west":{"uv":[3.5,11.5,4.5,12.5],"texture":"#5"},"up":{"uv":[3.5,11.5,4.5,12.5],"texture":"#5"},"down":{"uv":[3.5,11.5,4.5,12.5],"texture":"#5"}}},{"from":[7.15,0.85866,6.46096],"to":[8.85,1.55866,8.16096],"rotation":{"angle":0,"axis":"x","origin":[8,-4.80269,7.76077]},"faces":{"north":{"uv":[3.5,11.5,4.5,12.5],"texture":"#5"},"east":{"uv":[3.5,11.5,4.5,12.5],"texture":"#5"},"south":{"uv":[3.5,11.5,4.5,12.5],"texture":"#5"},"west":{"uv":[3.5,11.5,4.5,12.5],"texture":"#5"},"up":{"uv":[3.5,11.5,4.5,12.5],"texture":"#5"}}},{"from":[7.15,2.85866,6.46096],"to":[8.85,3.55866,8.16096],"rotation":{"angle":0,"axis":"x","origin":[8,-2.80269,7.76077]},"faces":{"north":{"uv":[3.5,11.5,4.5,12.5],"texture":"#5"},"east":{"uv":[3.5,11.5,4.5,12.5],"texture":"#5"},"south":{"uv":[3.5,11.5,4.5,12.5],"texture":"#5"},"west":{"uv":[3.5,11.5,4.5,12.5],"texture":"#5"},"up":{"uv":[3.5,11.5,4.5,12.5],"texture":"#5"},"down":{"uv":[3.5,11.5,4.5,12.5],"texture":"#5"}}},{"from":[7.14,0.61476,7.09422],"to":[8.86,1.33476,8.81422],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-0.52524,7.95422]},"faces":{"north":{"uv":[3.5,11.5,4.5,12.5],"texture":"#5"},"east":{"uv":[3.5,11.5,4.5,12.5],"texture":"#5"},"south":{"uv":[3.5,11.5,4.5,12.5],"texture":"#5"},"west":{"uv":[3.5,11.5,4.5,12.5],"texture":"#5"},"up":{"uv":[3.5,11.5,4.5,12.5],"texture":"#5"},"down":{"uv":[3.5,11.5,4.5,12.5],"texture":"#5"}}},{"from":[7.15,-0.37524,7.10422],"to":[8.85,0.32476,8.80422],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-0.52524,7.95422]},"faces":{"north":{"uv":[3.5,11.5,4.5,12.5],"texture":"#5"},"east":{"uv":[3.5,11.5,4.5,12.5],"texture":"#5"},"south":{"uv":[3.5,11.5,4.5,12.5],"texture":"#5"},"west":{"uv":[3.5,11.5,4.5,12.5],"texture":"#5"},"up":{"uv":[3.5,11.5,4.5,12.5],"texture":"#5"},"down":{"uv":[3.5,11.5,4.5,12.5],"texture":"#5"}}},{"from":[7.26,-1.09209,6.7623],"to":[8.74,1.38791,8.2423],"rotation":{"angle":-22.5,"axis":"x","origin":[8,0.69731,7.76077]},"faces":{"north":{"uv":[2,8.5,3.5,11],"texture":"#3"},"east":{"uv":[2,8.5,3.5,11],"texture":"#3"},"south":{"uv":[2,8.5,3.5,11],"texture":"#3"},"west":{"uv":[2,8.5,3.5,11],"texture":"#3"}}},{"from":[7.25,-1.35,7.87157],"to":[8.75,-0.35,9.52843],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-2.35,8.7]},"faces":{"north":{"uv":[2.5,11,3.5,12],"rotation":270,"texture":"#6"},"east":{"uv":[2.5,11,3.5,12],"rotation":270,"texture":"#6"},"south":{"uv":[2.5,11,3.5,12],"rotation":270,"texture":"#6"},"west":{"uv":[2.5,11,3.5,12],"rotation":270,"texture":"#6"},"up":{"uv":[2.5,11,3.5,12],"rotation":270,"texture":"#6"},"down":{"uv":[2.5,11,3.5,12],"rotation":270,"texture":"#6"}}},{"from":[7.26,-3.16843,6.71],"to":[8.74,-1.53157,7.69],"rotation":{"angle":22.5,"axis":"x","origin":[8,-2.35,8.7]},"faces":{"north":{"uv":[2.5,11,3.5,12],"rotation":270,"texture":"#6"},"east":{"uv":[2.5,11,3.5,12],"rotation":270,"texture":"#6"},"south":{"uv":[2.5,11,3.5,12],"rotation":270,"texture":"#6"},"west":{"uv":[2.5,11,3.5,12],"rotation":270,"texture":"#6"}}},{"from":[7.25,-4.35,7.87157],"to":[8.75,-3.35,9.52843],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-2.35,8.7]},"faces":{"north":{"uv":[0,11.5,1,12.5],"rotation":270,"texture":"#6"},"east":{"uv":[0,11.5,1,12.5],"rotation":270,"texture":"#6"},"south":{"uv":[0,11.5,1,12.5],"rotation":270,"texture":"#6"},"west":{"uv":[0,11.5,1,12.5],"rotation":270,"texture":"#6"},"up":{"uv":[0,11.5,1,12.5],"rotation":270,"texture":"#6"},"down":{"uv":[0,11.5,1,12.5],"rotation":270,"texture":"#6"}}},{"from":[7.26,-3.16843,9.71],"to":[8.74,-1.53157,10.69],"rotation":{"angle":22.5,"axis":"x","origin":[8,-2.35,8.7]},"faces":{"north":{"uv":[0,11.5,1,12.5],"rotation":270,"texture":"#6"},"east":{"uv":[0,11.5,1,12.5],"rotation":270,"texture":"#6"},"south":{"uv":[0,11.5,1,12.5],"rotation":270,"texture":"#6"},"west":{"uv":[0,11.5,1,12.5],"rotation":270,"texture":"#6"}}},{"from":[7.25,-3.17843,6.7],"to":[8.75,-1.52157,7.7],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-2.35,8.7]},"faces":{"north":{"uv":[0,11.5,1,12.5],"rotation":270,"texture":"#6"},"east":{"uv":[0,11.5,1,12.5],"rotation":270,"texture":"#6"},"south":{"uv":[0,11.5,1,12.5],"rotation":270,"texture":"#6"},"west":{"uv":[0,11.5,1,12.5],"rotation":270,"texture":"#6"},"up":{"uv":[0,11.5,1,12.5],"rotation":270,"texture":"#6"},"down":{"uv":[0,11.5,1,12.5],"rotation":270,"texture":"#6"}}},{"from":[7.26,-4.34,7.88157],"to":[8.74,-3.36,9.51843],"rotation":{"angle":22.5,"axis":"x","origin":[8,-2.35,8.7]},"faces":{"east":{"uv":[0,11.5,1,12.5],"rotation":270,"texture":"#6"},"west":{"uv":[0,11.5,1,12.5],"rotation":270,"texture":"#6"},"up":{"uv":[0,11.5,1,12.5],"rotation":270,"texture":"#6"},"down":{"uv":[0,11.5,1,12.5],"rotation":270,"texture":"#6"}}},{"from":[7.25,-3.17843,9.7],"to":[8.75,-1.52157,10.7],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-2.35,8.7]},"faces":{"north":{"uv":[0,11.5,1,12.5],"rotation":270,"texture":"#6"},"east":{"uv":[0,11.5,1,12.5],"rotation":270,"texture":"#6"},"south":{"uv":[0,11.5,1,12.5],"rotation":270,"texture":"#6"},"west":{"uv":[0,11.5,1,12.5],"rotation":270,"texture":"#6"},"up":{"uv":[0,11.5,1,12.5],"rotation":270,"texture":"#6"},"down":{"uv":[0,11.5,1,12.5],"rotation":270,"texture":"#6"}}},{"from":[7.26,-1.34,7.88157],"to":[8.74,-0.36,9.51843],"rotation":{"angle":22.5,"axis":"x","origin":[8,-2.35,8.7]},"faces":{"east":{"uv":[2.5,11,3.5,12],"rotation":270,"texture":"#6"},"west":{"uv":[2.5,11,3.5,12],"rotation":270,"texture":"#6"},"up":{"uv":[2.5,11,3.5,12],"rotation":270,"texture":"#6"},"down":{"uv":[2.5,11,3.5,12],"rotation":270,"texture":"#6"}}},{"from":[6.5,6.60147,6.84853],"to":[9.5,9.10147,9.34853],"rotation":{"angle":45,"axis":"x","origin":[8,8.7,7.25]},"faces":{"north":{"uv":[0.5,10,3,12.5],"rotation":90,"texture":"#5"},"east":{"uv":[0.5,10,3,12.5],"rotation":90,"texture":"#5"},"south":{"uv":[0.5,10,3,12.5],"rotation":90,"texture":"#5"},"west":{"uv":[0.5,10,3,12.5],"texture":"#5"},"up":{"uv":[0.5,10,3,12.5],"rotation":90,"texture":"#5"},"down":{"uv":[0.5,10,3,12.5],"rotation":90,"texture":"#5"}}},{"from":[7,5.5,6.42157],"to":[9,9.5,8.07843],"rotation":{"angle":-22.5,"axis":"x","origin":[8,7.5,7.25]},"faces":{"north":{"uv":[3,8,7,10],"rotation":270,"texture":"#6"},"east":{"uv":[3,8,7,9.65685],"rotation":270,"texture":"#6"},"south":{"uv":[3,8,7,10],"rotation":270,"texture":"#6"},"west":{"uv":[3,8,7,9.65685],"rotation":270,"texture":"#6"},"up":{"uv":[6,8,7.65685,10],"rotation":270,"texture":"#6"},"down":{"uv":[3,8,4.65685,10],"rotation":270,"texture":"#6"}}},{"from":[7.01,6.68157,5.26],"to":[8.99,8.31843,9.24],"rotation":{"angle":22.5,"axis":"x","origin":[8,7.5,7.25]},"faces":{"north":{"uv":[3,8,4.65685,10],"rotation":270,"texture":"#6"},"east":{"uv":[3,8,4.65685,12],"rotation":270,"texture":"#6"},"south":{"uv":[3,8,4.65685,10],"rotation":270,"texture":"#6"},"west":{"uv":[3,8,4.65685,12],"rotation":270,"texture":"#6"}}},{"from":[6.99,6.66157,5.24],"to":[9.01,8.33843,9.26],"rotation":{"angle":-22.5,"axis":"x","origin":[8,7.5,7.25]},"faces":{"north":{"uv":[3,8,4.65685,10],"rotation":270,"texture":"#6"},"east":{"uv":[3,8,4.65685,12],"rotation":270,"texture":"#6"},"south":{"uv":[3,8,4.65685,10],"rotation":270,"texture":"#6"},"west":{"uv":[3,8,4.65685,12],"rotation":270,"texture":"#6"},"up":{"uv":[6,8,10,10],"rotation":270,"texture":"#6"},"down":{"uv":[3,8,7,10],"rotation":270,"texture":"#6"}}},{"from":[7.01,5.51,6.43157],"to":[8.99,9.49,8.06843],"rotation":{"angle":22.5,"axis":"x","origin":[8,7.5,7.25]},"faces":{"east":{"uv":[3,8,7,9.65685],"rotation":270,"texture":"#6"},"west":{"uv":[3,8,7,9.65685],"rotation":270,"texture":"#6"},"up":{"uv":[6,8,7.65685,10],"rotation":270,"texture":"#6"},"down":{"uv":[3,8,4.65685,10],"rotation":270,"texture":"#6"}}}],"display":{"thirdperson_righthand":{"translation":[0,2.25,2.25],"scale":[0.87,0.87,0.87]},"thirdperson_lefthand":{"translation":[0,2.25,2.25],"scale":[0.87,0.87,0.87]},"firstperson_righthand":{"rotation":[-14,0,0],"translation":[7,0,-4],"scale":[0.92,0.92,0.92]},"firstperson_lefthand":{"rotation":[-14,0,0],"translation":[7,0,-4],"scale":[0.92,0.92,0.92]},"gui":{"rotation":[-40,135,40],"translation":[-1,-1,0],"scale":[0.53,0.53,0.53]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/siegfried_sword.json b/assets/minecraft/models/item/wynn/skin/dagger/siegfried_sword.json new file mode 100644 index 000000000..0ae9bb390 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/siegfried_sword.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/character/siegfried_sword_text","1":"skins/character/siegfried_sword"},"elements":[{"from":[7.44,-7,7.44],"to":[8.565,-1.75,8.565],"rotation":{"angle":0,"axis":"y","origin":[2,-6.25,2]},"faces":{"north":{"uv":[3,2,3.5,4.75],"texture":"#1"},"east":{"uv":[3.5,2,3,4.75],"texture":"#1"},"south":{"uv":[3,2,3.5,4.75],"texture":"#1"},"west":{"uv":[3.5,2,3,4.75],"texture":"#1"}}},{"from":[5.035,-0.215,7.625],"to":[10.925,1.025,8.375],"rotation":{"angle":0,"axis":"z","origin":[7.59,0.5,8]},"faces":{"north":{"uv":[2,1.5,5,2],"texture":"#1"},"south":{"uv":[5,1.5,2,2],"texture":"#1"}}},{"from":[6.923,-1.852,7.248],"to":[8.387,-1.308,8.752],"rotation":{"angle":-22.5,"axis":"z","origin":[7.59,-1,8]},"faces":{"north":{"uv":[5.5,2.75,6.25,3],"texture":"#1"},"south":{"uv":[6.25,2.75,5.5,3],"texture":"#1"},"down":{"uv":[4.25,5,3.5,5.75],"texture":"#1"}}},{"from":[6.649,-8.311,7.249],"to":[8.336,-6.999,8.751],"rotation":{"angle":22.5,"axis":"z","origin":[7.59,-7.75,8]},"faces":{"north":{"uv":[5.5,1.5,6.25,2.25],"texture":"#1"},"south":{"uv":[6.25,1.5,5.5,2.25],"texture":"#1"},"west":{"uv":[2,5.5,2.75,6.25],"texture":"#1"},"up":{"uv":[6.25,5.75,5.5,5],"texture":"#1"},"down":{"uv":[6.75,0,6,0.75],"texture":"#1"}}},{"from":[5.034,-0.926,7.624],"to":[8.416,0.011,8.376],"rotation":{"angle":-22.5,"axis":"z","origin":[7.59,0.5,8]},"faces":{"north":{"uv":[4.5,1,6.25,1.5],"texture":"#1"},"south":{"uv":[6.25,1,4.5,1.5],"texture":"#1"},"down":{"uv":[5.75,4.5,4,5],"texture":"#1"}}},{"from":[5.341,-1.184,7.251],"to":[6.839,-0.436,8.749],"rotation":{"angle":22.5,"axis":"z","origin":[7.59,-1.185,8]},"faces":{"north":{"uv":[4.5,6,5.25,6.5],"texture":"#1"},"south":{"uv":[5.25,6,4.5,6.5],"texture":"#1"},"west":{"uv":[6,4.5,6.75,5],"texture":"#1"},"down":{"uv":[5.75,3.5,5,4.25],"texture":"#1"}}},{"from":[5.34,-0.435,7.25],"to":[6.09,1.84,8.75],"rotation":{"angle":22.5,"axis":"z","origin":[7.59,-1.185,8]},"faces":{"north":{"uv":[5,1.5,5.5,2.75],"texture":"#1"},"east":{"uv":[2,4,2.75,5.25],"texture":"#1"},"south":{"uv":[5.5,1.5,5,2.75],"texture":"#1"},"west":{"uv":[4,3,4.75,4.25],"texture":"#1"}}},{"from":[2.899,-0.851,7.249],"to":[4.401,-0.099,8.751],"rotation":{"angle":-22.5,"axis":"z","origin":[7.59,-1.185,8]},"faces":{"north":{"uv":[5.5,6,6.25,6.5],"texture":"#1"},"south":{"uv":[6.25,6,5.5,6.5],"texture":"#1"},"west":{"uv":[6.5,1,7.25,1.5],"texture":"#1"},"up":{"uv":[5.25,5.75,4.5,5],"texture":"#1"}}},{"from":[5.973,20.483,7.623],"to":[6.477,22.737,8.377],"rotation":{"angle":-22.5,"axis":"z","origin":[10.665,20.04,8]},"faces":{"north":{"uv":[2,6.5,2.25,7.75],"texture":"#1"},"south":{"uv":[2.25,6.5,2,7.75],"texture":"#1"},"west":{"uv":[3,5,3.5,6.25],"texture":"#1"}}},{"from":[4.511,-0.734,7.626],"to":[6.009,3.014,8.374],"rotation":{"angle":-22.5,"axis":"z","origin":[9.2,-1.185,8]},"faces":{"north":{"uv":[2,2,2.75,4],"texture":"#1"},"south":{"uv":[2.75,2,2,4],"texture":"#1"},"west":{"uv":[3.5,3,4,5],"texture":"#1"}}},{"from":[3.126,-2.669,7.251],"to":[5.374,-1.921,8.749],"rotation":{"angle":-45,"axis":"z","origin":[7.59,-1.185,8]},"faces":{"north":{"uv":[5,3,6.25,3.5],"texture":"#1"},"south":{"uv":[6.25,3,5,3.5],"texture":"#1"},"down":{"uv":[5.75,0,4.5,0.75],"texture":"#1"}}},{"from":[7.614,-1.851,7.249],"to":[9.076,-1.309,8.751],"rotation":{"angle":22.5,"axis":"z","origin":[8.41,-1,8]},"faces":{"north":{"uv":[6.25,2.75,5.5,3],"texture":"#1"},"south":{"uv":[5.5,2.75,6.25,3],"texture":"#1"},"down":{"uv":[3.5,5,4.25,5.75],"texture":"#1"}}},{"from":[7.665,-8.31,7.25],"to":[9.35,-7,8.75],"rotation":{"angle":-22.5,"axis":"z","origin":[8.41,-7.75,8]},"faces":{"north":{"uv":[6.25,1.5,5.5,2.25],"texture":"#1"},"east":{"uv":[2.75,5.5,2,6.25],"texture":"#1"},"south":{"uv":[5.5,1.5,6.25,2.25],"texture":"#1"},"up":{"uv":[5.5,5.75,6.25,5],"texture":"#1"},"down":{"uv":[6,0,6.75,0.75],"texture":"#1"}}},{"from":[7.584,-0.926,7.624],"to":[10.966,0.011,8.376],"rotation":{"angle":22.5,"axis":"z","origin":[8.41,0.5,8]},"faces":{"north":{"uv":[6.25,1,4.5,1.5],"texture":"#1"},"south":{"uv":[4.5,1,6.25,1.5],"texture":"#1"},"down":{"uv":[4,4.5,5.75,5],"texture":"#1"}}},{"from":[9.161,-1.184,7.251],"to":[10.659,-0.436,8.749],"rotation":{"angle":-22.5,"axis":"z","origin":[8.41,-1.185,8]},"faces":{"north":{"uv":[5.25,6,4.5,6.5],"texture":"#1"},"east":{"uv":[6.75,4.5,6,5],"texture":"#1"},"south":{"uv":[4.5,6,5.25,6.5],"texture":"#1"},"down":{"uv":[5,3.5,5.75,4.25],"texture":"#1"}}},{"from":[9.91,-0.435,7.25],"to":[10.66,1.84,8.75],"rotation":{"angle":-22.5,"axis":"z","origin":[8.41,-1.185,8]},"faces":{"north":{"uv":[5.5,1.5,5,2.75],"texture":"#1"},"east":{"uv":[4.75,3,4,4.25],"texture":"#1"},"south":{"uv":[5,1.5,5.5,2.75],"texture":"#1"},"west":{"uv":[2.75,4,2,5.25],"texture":"#1"}}},{"from":[11.599,-0.851,7.249],"to":[13.101,-0.099,8.751],"rotation":{"angle":22.5,"axis":"z","origin":[8.41,-1.185,8]},"faces":{"north":{"uv":[6.25,6,5.5,6.5],"texture":"#1"},"east":{"uv":[7.25,1,6.5,1.5],"texture":"#1"},"south":{"uv":[5.5,6,6.25,6.5],"texture":"#1"},"up":{"uv":[4.5,5.75,5.25,5],"texture":"#1"}}},{"from":[9.523,20.483,7.623],"to":[10.027,22.737,8.377],"rotation":{"angle":22.5,"axis":"z","origin":[5.335,20.04,8]},"faces":{"north":{"uv":[2.25,6.5,2,7.75],"texture":"#1"},"east":{"uv":[3.5,5,3,6.25],"texture":"#1"},"south":{"uv":[2,6.5,2.25,7.75],"texture":"#1"}}},{"from":[9.991,-0.734,7.626],"to":[11.489,3.014,8.374],"rotation":{"angle":22.5,"axis":"z","origin":[6.8,-1.185,8]},"faces":{"north":{"uv":[2.75,2,2,4],"texture":"#1"},"east":{"uv":[4,3,3.5,5],"texture":"#1"},"south":{"uv":[2,2,2.75,4],"texture":"#1"}}},{"from":[10.626,-2.669,7.251],"to":[12.874,-1.921,8.749],"rotation":{"angle":45,"axis":"z","origin":[8.41,-1.185,8]},"faces":{"north":{"uv":[6.25,3,5,3.5],"texture":"#1"},"south":{"uv":[5,3,6.25,3.5],"texture":"#1"},"down":{"uv":[4.5,0,5.75,0.75],"texture":"#1"}}},{"from":[5.75,-2.275,7.25],"to":[8.75,0.725,8.75],"rotation":{"angle":45,"axis":"z","origin":[8,-0.025,2.75]},"faces":{"north":{"uv":[2,0,3.5,1.5],"texture":"#1"},"east":{"uv":[3.5,2.75,5,2],"rotation":90,"texture":"#1"},"south":{"uv":[3.5,0,2,1.5],"texture":"#1"},"up":{"uv":[5,2.75,3.5,2],"texture":"#1"}}},{"from":[5.749,2.224,7.249],"to":[7.251,3.726,8.751],"rotation":{"angle":45,"axis":"z","origin":[8,4.475,2.75]},"faces":{"north":{"uv":[3.5,6,4.25,6.75],"texture":"#1"},"south":{"uv":[4.25,6,3.5,6.75],"texture":"#1"},"west":{"uv":[6.5,5,6.75,5.75],"texture":"#1"},"down":{"uv":[6.75,5,6.5,5.75],"rotation":90,"texture":"#1"}}},{"from":[5.749,3.199,7.249],"to":[7.251,4.701,8.751],"rotation":{"angle":-45,"axis":"z","origin":[8,2.45,2.75]},"faces":{"north":{"uv":[6,3.5,6.75,4.25],"texture":"#1"},"south":{"uv":[6.75,3.5,6,4.25],"texture":"#1"},"west":{"uv":[5.5,6.5,5.75,7.25],"texture":"#1"},"up":{"uv":[5.75,7.25,5.5,6.5],"rotation":90,"texture":"#1"}}},{"from":[6.95,2.335,7.25],"to":[9.05,4.59,8.75],"rotation":{"angle":0,"axis":"z","origin":[6.5,4.59,2.75]},"faces":{"north":{"uv":[3.5,0,4.5,1.25],"texture":"#1"},"east":{"uv":[6.5,2,6.75,3.25],"texture":"#1"},"south":{"uv":[4.5,0,3.5,1.25],"texture":"#1"},"west":{"uv":[6.5,2,6.75,3.25],"texture":"#1"}}},{"from":[6.873,-8.687,7.248],"to":[8.002,-7.558,8.752],"rotation":{"angle":45,"axis":"z","origin":[8,-7.56,2.75]},"faces":{"north":{"uv":[5,6.5,5.5,7],"texture":"#1"},"south":{"uv":[5.5,6.5,5,7],"texture":"#1"},"west":{"uv":[6.5,1.5,7.25,2],"texture":"#1"},"down":{"uv":[7.25,1.5,6.5,2],"rotation":90,"texture":"#1"}}},{"from":[6.197,24.422,7.622],"to":[7.103,25.328,8.378],"rotation":{"angle":45,"axis":"z","origin":[8,26.225,2.75]},"faces":{"north":{"uv":[2.5,6.5,3,7],"texture":"#1"},"east":{"uv":[3,6.5,3.5,7],"texture":"#1"},"south":{"uv":[3,6.5,2.5,7],"texture":"#1"},"up":{"uv":[5,7,4.5,6.5],"texture":"#1"}}},{"from":[6.499,1.024,7.624],"to":[9.501,24.351,8.376],"rotation":{"angle":0,"axis":"y","origin":[7.25,1.025,7.25]},"faces":{"north":{"uv":[0,0,1.5,11.75],"texture":"#1"},"east":{"uv":[2,0,1.5,11.75],"texture":"#1"},"south":{"uv":[1.5,0,0,11.75],"texture":"#1"},"west":{"uv":[1.5,0,2,11.75],"texture":"#1"}}},{"from":[7.5,6.5,7.25],"to":[8.5,7.5,8.75],"rotation":{"angle":45,"axis":"z","origin":[8,7,8]},"faces":{"north":{"uv":[6.75,0.5,7.25,0],"rotation":90,"texture":"#1"},"east":{"uv":[7.5,0,7.75,0.5],"texture":"#1"},"south":{"uv":[6.75,0,7.25,0.5],"rotation":90,"texture":"#1"},"west":{"uv":[6.75,0.5,7,1],"texture":"#1"},"up":{"uv":[7.25,0,7.5,0.5],"rotation":90,"texture":"#1"},"down":{"uv":[7,0.5,7.25,1],"rotation":90,"texture":"#1"}}},{"from":[7.5,-0.85,6.9],"to":[8.5,0.15,9.1],"rotation":{"angle":45,"axis":"z","origin":[8,-0.35,8]},"faces":{"north":{"uv":[6.75,0.5,7.25,0],"rotation":90,"texture":"#1"},"east":{"uv":[7.5,0,7.75,0.5],"texture":"#1"},"south":{"uv":[6.75,0,7.25,0.5],"rotation":90,"texture":"#1"},"west":{"uv":[6.75,0.5,7,1],"texture":"#1"},"up":{"uv":[7.25,0,7.5,0.5],"rotation":90,"texture":"#1"},"down":{"uv":[7,0.5,7.25,1],"rotation":90,"texture":"#1"}}},{"from":[4,1.5,7.5],"to":[5,2,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[4,2,7.5]},"faces":{"north":{"uv":[7,0.5,7.25,1],"rotation":270,"texture":"#1"},"east":{"uv":[7.5,1,7.25,0.5],"rotation":90,"texture":"#1"},"south":{"uv":[7.25,0.5,7.5,1],"rotation":90,"texture":"#1"},"west":{"uv":[6.75,0.5,7,1],"rotation":90,"texture":"#1"},"up":{"uv":[6.75,0.5,7.25,0],"rotation":270,"texture":"#1"},"down":{"uv":[6.75,0,7.25,0.5],"rotation":90,"texture":"#1"}}},{"from":[3.35,-2,7.5],"to":[3.85,-1,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[4,2,7.5]},"faces":{"north":{"uv":[7,0.5,7.25,1],"texture":"#1"},"east":{"uv":[6.75,0,7.25,0.5],"texture":"#1"},"south":{"uv":[7.25,0.5,7.5,1],"texture":"#1"},"west":{"uv":[6.75,0.5,7.25,0],"rotation":180,"texture":"#1"},"up":{"uv":[7.25,1,7.5,0.5],"texture":"#1"},"down":{"uv":[6.75,0.5,7,1],"texture":"#1"}}},{"from":[11,1.5,7.5],"to":[12,2,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[12,2,7.5]},"faces":{"north":{"uv":[7,1,7.25,0.5],"rotation":270,"texture":"#1"},"east":{"uv":[6.75,1,7,0.5],"rotation":90,"texture":"#1"},"south":{"uv":[7.25,1,7.5,0.5],"rotation":90,"texture":"#1"},"west":{"uv":[7.5,0.5,7.25,1],"rotation":90,"texture":"#1"},"up":{"uv":[6.75,0,7.25,0.5],"rotation":270,"texture":"#1"},"down":{"uv":[6.75,0.5,7.25,0],"rotation":90,"texture":"#1"}}},{"from":[12.15,-2,7.5],"to":[12.65,-1,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[12,2,7.5]},"faces":{"north":{"uv":[7.25,0.5,7,1],"texture":"#1"},"east":{"uv":[7.25,0.5,6.75,0],"rotation":180,"texture":"#1"},"south":{"uv":[7.5,0.5,7.25,1],"texture":"#1"},"west":{"uv":[7.25,0,6.75,0.5],"texture":"#1"},"up":{"uv":[7.5,1,7.25,0.5],"texture":"#1"},"down":{"uv":[7,0.5,6.75,1],"texture":"#1"}}},{"from":[7.5,22.5,7.25],"to":[8.5,23.5,8.75],"rotation":{"angle":45,"axis":"z","origin":[8,23,8]},"faces":{"north":{"uv":[6.75,0.5,7.25,0],"rotation":90,"texture":"#1"},"east":{"uv":[7.5,0,7.75,0.5],"texture":"#1"},"south":{"uv":[6.75,0,7.25,0.5],"rotation":90,"texture":"#1"},"west":{"uv":[6.75,0.5,7,1],"texture":"#1"},"up":{"uv":[7.25,0,7.5,0.5],"rotation":90,"texture":"#1"},"down":{"uv":[7,0.5,7.25,1],"rotation":90,"texture":"#1"}}},{"from":[6.95,8.3,7.6],"to":[9,21.75,8.4],"rotation":{"angle":0,"axis":"y","origin":[6.85,7.25,7]},"faces":{"north":{"uv":[0,0,2,12.5],"texture":"#0"},"south":{"uv":[2,0,0,12.5],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[-165,80,160],"translation":[-1.25,9.5,1],"scale":[0.9,0.9,0.9]},"thirdperson_lefthand":{"rotation":[-165,80,160],"translation":[-1.25,9.5,1],"scale":[0.9,0.9,0.9]},"firstperson_righthand":{"rotation":[-165,80,160],"translation":[0.25,7.75,1.25],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[-165,80,160],"translation":[0.25,7.75,1.25],"scale":[0.6,0.6,0.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/spectral_dagger.json b/assets/minecraft/models/item/wynn/skin/dagger/spectral_dagger.json new file mode 100644 index 000000000..5c942b952 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/spectral_dagger.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"1_0":"skins/souls"},"elements":[{"from":[7.35,6.10859,9.16886],"to":[8.65,10.40859,10.46886],"rotation":{"angle":22.5,"axis":"x","origin":[8.02953,7.62809,9.26638]},"faces":{"north":{"uv":[0,11,4.5,12.5],"rotation":270,"texture":"#1_0"},"east":{"uv":[0,11,4.5,12.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[0,11,4.5,12.5],"rotation":270,"texture":"#1_0"},"west":{"uv":[0,11,4.5,12.5],"rotation":270,"texture":"#1_0"},"up":{"uv":[0,11,1.3,12.3],"rotation":270,"texture":"#1_0"},"down":{"uv":[0,11,4.5,12.5],"rotation":270,"texture":"#1_0"}}},{"from":[7.40011,9.70971,10.22595],"to":[8.60011,11.90971,11.42595],"rotation":{"angle":0,"axis":"x","origin":[8.02953,7.62809,9.26638]},"faces":{"north":{"uv":[2.5,11,5,12.5],"rotation":270,"texture":"#1_0"},"east":{"uv":[2.5,11,5,12.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[2.5,11,5,12.5],"rotation":270,"texture":"#1_0"},"west":{"uv":[2.5,11,5,12.5],"rotation":270,"texture":"#1_0"},"up":{"uv":[2.5,11,3.7,12.2],"rotation":270,"texture":"#1_0"},"down":{"uv":[2.5,11,5,12.5],"rotation":270,"texture":"#1_0"}}},{"from":[7.50011,12.23228,8.52785],"to":[8.50011,14.23228,9.52785],"rotation":{"angle":22.5,"axis":"x","origin":[8.02953,7.62809,9.26638]},"faces":{"north":{"uv":[5,11.5,7,12.5],"rotation":270,"texture":"#1_0"},"east":{"uv":[5,11.5,7,12.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[5,11.5,7,12.5],"rotation":270,"texture":"#1_0"},"west":{"uv":[5,11.5,7,12.5],"rotation":270,"texture":"#1_0"},"up":{"uv":[5,11.5,6,12.5],"rotation":270,"texture":"#1_0"},"down":{"uv":[5,11.5,7,12.5],"rotation":270,"texture":"#1_0"}}},{"from":[7.50011,13.21329,9.75044],"to":[8.50011,15.51329,10.55044],"rotation":{"angle":0,"axis":"x","origin":[8.02953,7.62809,9.26638]},"faces":{"north":{"uv":[6.5,12,9,13],"rotation":270,"texture":"#1_0"},"east":{"uv":[6,11.5,8.5,12.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[6,11,8.5,12],"rotation":270,"texture":"#1_0"},"west":{"uv":[8.5,11.5,6,12.5],"rotation":90,"texture":"#1_0"},"up":{"uv":[9,11.5,9.8,12.3],"rotation":270,"texture":"#1_0"},"down":{"uv":[6,11.5,8.5,12.5],"rotation":270,"texture":"#1_0"}}},{"from":[7.60044,13.62937,11.13507],"to":[8.40044,15.92937,11.93507],"rotation":{"angle":0,"axis":"x","origin":[8.02953,7.62809,9.26638]},"faces":{"north":{"uv":[6.5,13.5,9,12.5],"rotation":270,"texture":"#1_0"},"east":{"uv":[6.5,12.5,9,13.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[6.5,13.5,9,12.5],"rotation":270,"texture":"#1_0"},"west":{"uv":[6.5,12.5,9,13.5],"rotation":270,"texture":"#1_0"},"up":{"uv":[6.5,12.5,9,13.5],"rotation":270,"texture":"#1_0"},"down":{"uv":[6.5,12.5,9,13.5],"rotation":270,"texture":"#1_0"}}},{"from":[7.60044,14.42566,12.8007],"to":[8.40044,16.52566,13.4007],"rotation":{"angle":-22.5,"axis":"x","origin":[8.02953,7.62809,9.26638]},"faces":{"north":{"uv":[8,12.5,10.5,13.5],"rotation":270,"texture":"#1_0"},"east":{"uv":[8,12.5,10.5,13.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[8,12.5,10.5,13.5],"rotation":270,"texture":"#1_0"},"west":{"uv":[8,12.5,10.5,13.5],"rotation":270,"texture":"#1_0"},"up":{"uv":[9.5,12.5,10.1,13.1],"rotation":270,"texture":"#1_0"},"down":{"uv":[8,12.5,10.5,13.5],"rotation":270,"texture":"#1_0"}}},{"from":[7.75044,15.77937,11.28507],"to":[8.25044,17.27937,11.78507],"rotation":{"angle":0,"axis":"x","origin":[8.02953,7.62809,9.26638]},"faces":{"north":{"uv":[8,12,9.5,12.5],"rotation":270,"texture":"#1_0"},"east":{"uv":[8,12,9.5,12.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[8,12,9.5,12.5],"rotation":270,"texture":"#1_0"},"west":{"uv":[8,12,9.5,12.5],"rotation":270,"texture":"#1_0"},"up":{"uv":[8,12,9.5,12.5],"rotation":270,"texture":"#1_0"},"down":{"uv":[8,12,9.5,12.5],"rotation":270,"texture":"#1_0"}}},{"from":[7.85044,15.49939,14.89588],"to":[8.15044,16.29939,15.19588],"rotation":{"angle":-22.5,"axis":"x","origin":[8.02953,7.62809,9.26638]},"faces":{"north":{"uv":[11,12,11.8,12.3],"rotation":270,"texture":"#1_0"},"east":{"uv":[11,12,11.8,12.3],"rotation":270,"texture":"#1_0"},"south":{"uv":[11,12,11.8,12.3],"rotation":270,"texture":"#1_0"},"west":{"uv":[11,12,11.8,12.3],"rotation":270,"texture":"#1_0"},"up":{"uv":[11,12,11.8,12.3],"rotation":270,"texture":"#1_0"},"down":{"uv":[11,12,11.8,12.3],"rotation":270,"texture":"#1_0"}}},{"from":[7.50011,5.8858,8.00448],"to":[8.50011,6.8858,10.00448],"rotation":{"angle":45,"axis":"x","origin":[8.02953,7.62809,9.26638]},"faces":{"north":{"uv":[6,11.5,5,12.5],"rotation":90,"texture":"#1_0"},"east":{"uv":[7,11.5,5,12.5],"rotation":180,"texture":"#1_0"},"south":{"uv":[7,11.5,5,12.5],"rotation":270,"texture":"#1_0"},"west":{"uv":[7,11.5,5,12.5],"texture":"#1_0"},"up":{"uv":[7,11.5,5,12.5],"rotation":90,"texture":"#1_0"},"down":{"uv":[7,11.5,5,12.5],"rotation":270,"texture":"#1_0"}}},{"from":[7.60044,8.12704,7.274],"to":[8.40044,10.42704,8.074],"rotation":{"angle":-22.5,"axis":"x","origin":[8.02953,7.62809,9.26638]},"faces":{"north":{"uv":[9,13.5,6.5,12.5],"rotation":90,"texture":"#1_0"},"east":{"uv":[9,12.5,6.5,13.5],"rotation":90,"texture":"#1_0"},"south":{"uv":[9,13.5,6.5,12.5],"rotation":90,"texture":"#1_0"},"west":{"uv":[9,12.5,6.5,13.5],"rotation":90,"texture":"#1_0"},"up":{"uv":[9,12.5,6.5,13.5],"rotation":270,"texture":"#1_0"},"down":{"uv":[9,12.5,6.5,13.5],"rotation":270,"texture":"#1_0"}}},{"from":[7.75044,10.27704,7.424],"to":[8.25044,11.77704,7.924],"rotation":{"angle":-22.5,"axis":"x","origin":[8.02953,7.62809,9.26638]},"faces":{"north":{"uv":[9.5,12,8,12.5],"rotation":90,"texture":"#1_0"},"east":{"uv":[9.5,12,8,12.5],"rotation":90,"texture":"#1_0"},"south":{"uv":[9.5,12,8,12.5],"rotation":90,"texture":"#1_0"},"west":{"uv":[9.5,12,8,12.5],"rotation":90,"texture":"#1_0"},"up":{"uv":[9.5,12,8,12.5],"rotation":270,"texture":"#1_0"},"down":{"uv":[9.5,12,8,12.5],"rotation":270,"texture":"#1_0"}}},{"from":[7.85044,10.67473,6.06736],"to":[8.15044,11.47473,6.36736],"rotation":{"angle":0,"axis":"x","origin":[8.02953,7.62809,9.26638]},"faces":{"north":{"uv":[11.8,12,11,12.3],"rotation":90,"texture":"#1_0"},"east":{"uv":[11,12.3,11.8,12],"rotation":270,"texture":"#1_0"},"south":{"uv":[11.8,12,11,12.3],"rotation":90,"texture":"#1_0"},"west":{"uv":[11,12.3,11.8,12],"rotation":270,"texture":"#1_0"},"up":{"uv":[11.8,12,11,12.3],"rotation":270,"texture":"#1_0"},"down":{"uv":[11.8,12,11,12.3],"rotation":270,"texture":"#1_0"}}},{"from":[7.85044,14.66712,1.26968],"to":[8.15044,14.96712,2.06968],"rotation":{"angle":45,"axis":"x","origin":[8.02953,7.62809,9.26638]},"faces":{"north":{"uv":[14,12,14.8,12.3],"texture":"#1_0"},"east":{"uv":[14,12,14.8,12.3],"texture":"#1_0"},"south":{"uv":[14,12,14.8,12.3],"texture":"#1_0"},"west":{"uv":[14,12,14.8,12.3],"texture":"#1_0"},"up":{"uv":[14,12,14.8,12.3],"texture":"#1_0"},"down":{"uv":[14,12,14.8,12.3],"texture":"#1_0"}}},{"from":[7.37999,10.70956,11.79914],"to":[8.61999,12.74956,12.83914],"rotation":{"angle":-22.5,"axis":"x","origin":[8.02953,7.62809,9.26638]},"faces":{"north":{"uv":[4,11.5,6.04,12.54],"rotation":270,"texture":"#1_0"},"east":{"uv":[4,11.5,6.04,12.54],"rotation":270,"texture":"#1_0"},"south":{"uv":[4,11.5,6.04,12.54],"rotation":270,"texture":"#1_0"},"west":{"uv":[4,11.5,6.04,12.54],"rotation":270,"texture":"#1_0"},"up":{"uv":[4,11.5,6.04,12.54],"rotation":270,"texture":"#1_0"},"down":{"uv":[4,11.5,6.04,12.54],"rotation":270,"texture":"#1_0"}}},{"from":[7.5,11.5365,9.17268],"to":[8.5,13.9365,9.67268],"rotation":{"angle":0,"axis":"x","origin":[8.02953,7.62809,9.26638]},"faces":{"north":{"uv":[0.5,14,0,15],"rotation":180,"texture":"#1_0"},"east":{"uv":[0.5,14,0,15],"rotation":180,"texture":"#1_0"},"south":{"uv":[0.5,14,0,15],"rotation":180,"texture":"#1_0"},"west":{"uv":[0.5,14,0,15],"rotation":180,"texture":"#1_0"},"up":{"uv":[0.5,14,0,15],"rotation":180,"texture":"#1_0"},"down":{"uv":[0.5,14,0,15],"rotation":180,"texture":"#1_0"}}},{"from":[7.49,8.86486,10.6655],"to":[8.51,11.28486,11.1855],"rotation":{"angle":-22.5,"axis":"x","origin":[8.02953,7.62809,9.26638]},"faces":{"north":{"uv":[0.5,14,0,15],"rotation":180,"texture":"#1_0"},"east":{"uv":[0.5,14,0,15],"rotation":180,"texture":"#1_0"},"south":{"uv":[0.5,14,0,15],"rotation":180,"texture":"#1_0"},"west":{"uv":[0.5,14,0,15],"rotation":180,"texture":"#1_0"},"up":{"uv":[0.5,14,0,15],"rotation":180,"texture":"#1_0"},"down":{"uv":[0.5,14,0,15],"rotation":180,"texture":"#1_0"}}},{"from":[7.55053,13.47008,6.8156],"to":[8.45053,14.87008,7.2156],"rotation":{"angle":22.5,"axis":"x","origin":[8.02953,7.62809,9.26638]},"faces":{"north":{"uv":[0.5,14,0,15.5],"rotation":180,"texture":"#1_0"},"east":{"uv":[0.5,14,0,15.5],"rotation":180,"texture":"#1_0"},"south":{"uv":[0.5,14,0,15.5],"rotation":180,"texture":"#1_0"},"west":{"uv":[0.5,14,0,15.5],"rotation":180,"texture":"#1_0"},"up":{"uv":[0.5,14,0,15.5],"rotation":180,"texture":"#1_0"},"down":{"uv":[0.5,14,0,15.5],"rotation":180,"texture":"#1_0"}}},{"from":[7.65019,15.21975,13.05965],"to":[8.35019,16.16975,13.25965],"rotation":{"angle":-22.5,"axis":"x","origin":[8.02953,7.62809,9.26638]},"faces":{"north":{"uv":[0.5,14,0,15.25],"rotation":270,"texture":"#1_0"},"east":{"uv":[0.5,14,0,15.25],"texture":"#1_0"},"south":{"uv":[0.5,14,0,15.25],"rotation":90,"texture":"#1_0"},"west":{"uv":[0.5,14,0,15.25],"rotation":180,"texture":"#1_0"},"up":{"uv":[0.5,14,0,15.25],"rotation":270,"texture":"#1_0"},"down":{"uv":[0.5,14,0,15.25],"rotation":90,"texture":"#1_0"}}},{"from":[7.77993,10.76697,8.46076],"to":[8.25993,13.74697,10.44076],"rotation":{"angle":0,"axis":"x","origin":[8.02953,7.62809,9.26638]},"faces":{"north":{"uv":[2.98,14,0,14.48],"rotation":90,"texture":"#1_0"},"east":{"uv":[3,14,0,16],"rotation":90,"texture":"#1_0"},"south":{"uv":[3,14,0,16],"rotation":90,"texture":"#1_0"},"west":{"uv":[3,14,0,16],"rotation":90,"texture":"#1_0"},"up":{"uv":[3,14,0,16],"rotation":90,"texture":"#1_0"},"down":{"uv":[1.98,14,0,14.48],"rotation":90,"texture":"#1_0"}}},{"from":[7.78993,8.16634,9.73328],"to":[8.24993,10.82634,11.44328],"rotation":{"angle":-22.5,"axis":"x","origin":[8.02953,7.62809,9.26638]},"faces":{"north":{"uv":[3,14,0,16],"rotation":270,"texture":"#1_0"},"east":{"uv":[3.5,14,0.5,16],"rotation":270,"texture":"#1_0"},"south":{"uv":[2.98,14,0,14.48],"rotation":270,"texture":"#1_0"},"west":{"uv":[3.5,14,0.5,16],"rotation":270,"texture":"#1_0"},"up":{"uv":[1.98,14,0,14.48],"rotation":90,"texture":"#1_0"},"down":{"uv":[3,14,0,16],"rotation":90,"texture":"#1_0"}}},{"from":[7.8,14.29347,12.39802],"to":[8.24,16.23347,14.33802],"rotation":{"angle":-22.5,"axis":"x","origin":[8.02953,7.62809,9.26638]},"faces":{"north":{"uv":[7,14,5,14.5],"rotation":270,"texture":"#1_0"},"east":{"uv":[7,14,5,16],"texture":"#1_0"},"south":{"uv":[7,15,5,15.5],"rotation":90,"texture":"#1_0"},"west":{"uv":[7,14,5,16],"rotation":180,"texture":"#1_0"},"up":{"uv":[7,14,5,16],"rotation":270,"texture":"#1_0"},"down":{"uv":[7,14,5,16],"rotation":90,"texture":"#1_0"}}},{"from":[7.83,17.63108,2.89943],"to":[8.21,19.51108,4.77943],"rotation":{"angle":22.5,"axis":"x","origin":[8.02953,7.62809,9.26638]},"faces":{"north":{"uv":[10.5,15.5,8.5,16],"rotation":90,"texture":"#1_0"},"east":{"uv":[10.5,14,8.5,16],"rotation":90,"texture":"#1_0"},"south":{"uv":[11.5,14,11,16],"rotation":180,"texture":"#1_0"},"west":{"uv":[10.5,14,8.5,16],"rotation":90,"texture":"#1_0"},"up":{"uv":[10.5,14,8.5,16],"rotation":90,"texture":"#1_0"},"down":{"uv":[10.5,14,8.5,16],"rotation":90,"texture":"#1_0"}}},{"from":[7.79,12.96743,6.19359],"to":[8.25,15.92743,8.15359],"rotation":{"angle":22.5,"axis":"x","origin":[8.02953,7.62809,9.26638]},"faces":{"north":{"uv":[5.96,14,3,14.46],"rotation":90,"texture":"#1_0"},"east":{"uv":[6,14,3,16],"rotation":90,"texture":"#1_0"},"south":{"uv":[6,14,3,14.5],"rotation":90,"texture":"#1_0"},"west":{"uv":[6,14,3,16],"rotation":90,"texture":"#1_0"},"up":{"uv":[6,14,3,16],"rotation":90,"texture":"#1_0"},"down":{"uv":[6,14,3,16],"rotation":90,"texture":"#1_0"}}},{"from":[7.82,17.30339,11.82329],"to":[8.22,19.20339,13.72329],"rotation":{"angle":-22.5,"axis":"x","origin":[8.02953,7.62809,9.26638]},"faces":{"north":{"uv":[7,15,9,15.5],"rotation":270,"texture":"#1_0"},"east":{"uv":[9.5,14,7.5,16],"texture":"#1_0"},"south":{"uv":[7.5,14,9.5,14.5],"rotation":270,"texture":"#1_0"},"west":{"uv":[7.5,14,9.5,16],"texture":"#1_0"},"up":{"uv":[7.5,14,9.5,16],"rotation":90,"texture":"#1_0"},"down":{"uv":[7.5,14,9.5,16],"rotation":270,"texture":"#1_0"}}},{"from":[7.81,13.67988,1.31147],"to":[8.23,15.59988,3.23147],"rotation":{"angle":45,"axis":"x","origin":[8.02953,7.62809,9.26638]},"faces":{"north":{"uv":[8.5,14,8,16],"texture":"#1_0"},"east":{"uv":[8.5,14,6.5,16],"rotation":90,"texture":"#1_0"},"south":{"uv":[8.5,14,6.5,16],"rotation":90,"texture":"#1_0"},"west":{"uv":[6.5,14,8.5,16],"rotation":270,"texture":"#1_0"},"up":{"uv":[8.5,14,6.5,14.5],"rotation":90,"texture":"#1_0","cullface":"up"},"down":{"uv":[8.5,15.5,6.5,16],"rotation":90,"texture":"#1_0"}}},{"from":[7.84016,16.17989,-1.15351],"to":[8.20016,18.03989,0.70649],"rotation":{"angle":45,"axis":"x","origin":[8.02953,7.62809,9.26638]},"faces":{"north":{"uv":[12,14,10,16],"rotation":90,"texture":"#1_0"},"east":{"uv":[12,14,10,16],"rotation":90,"texture":"#1_0"},"south":{"uv":[12,14,10,14.5],"rotation":90,"texture":"#1_0"},"west":{"uv":[12,14,10,16],"rotation":90,"texture":"#1_0"},"up":{"uv":[12,14,10,14.5],"rotation":90,"texture":"#1_0"},"down":{"uv":[12,14,10,16],"rotation":90,"texture":"#1_0"}}},{"from":[7.85913,18.26691,14.76128],"to":[8.19913,22.10691,15.60128],"rotation":{"angle":-22.5,"axis":"x","origin":[8.02953,7.62809,9.26638]},"faces":{"north":{"uv":[13,14.5,9,15],"rotation":90,"texture":"#1_0"},"east":{"uv":[9,14,13,15],"rotation":270,"texture":"#1_0"},"south":{"uv":[13,14,9,14.5],"rotation":90,"texture":"#1_0"},"west":{"uv":[13,14,9,15],"rotation":90,"texture":"#1_0"},"up":{"uv":[13,14,9,15],"rotation":180,"texture":"#1_0"},"down":{"uv":[9.5,14,9,15],"texture":"#1_0"}}},{"from":[7.88154,19.04456,5.61541],"to":[8.18154,19.64456,6.21541],"rotation":{"angle":22.5,"axis":"x","origin":[8.02953,7.62809,9.26638]},"faces":{"north":{"uv":[11,14.5,10,15.5],"rotation":90,"texture":"#1_0"},"east":{"uv":[11,14.5,10,15.5],"rotation":90,"texture":"#1_0"},"south":{"uv":[11,14.5,10,15.5],"rotation":90,"texture":"#1_0"},"west":{"uv":[11,14.5,10,15.5],"rotation":90,"texture":"#1_0"},"up":{"uv":[11,14.5,10,15.5],"rotation":90,"texture":"#1_0"},"down":{"uv":[11,14.5,10,15.5],"rotation":90,"texture":"#1_0"}}},{"from":[7.88154,17.09792,10.3487],"to":[8.18154,17.69792,10.9487],"rotation":{"angle":-22.5,"axis":"x","origin":[8.02953,7.62809,9.26638]},"faces":{"north":{"uv":[5,15,4.5,15.5],"rotation":270,"texture":"#1_0"},"east":{"uv":[5,15,4.5,15.5],"texture":"#1_0"},"south":{"uv":[5,15,4.5,15.5],"rotation":90,"texture":"#1_0"},"west":{"uv":[5,15,4.5,15.5],"rotation":180,"texture":"#1_0"},"up":{"uv":[5,15,4.5,15.5],"rotation":270,"texture":"#1_0"},"down":{"uv":[5,15,4.5,15.5],"rotation":90,"texture":"#1_0"}}},{"from":[7.8491,15.51166,2.89969],"to":[8.2091,21.75166,3.75969],"rotation":{"angle":22.5,"axis":"x","origin":[8.02953,7.62809,9.26638]},"faces":{"north":{"uv":[11,15,5,15.5],"rotation":90,"texture":"#1_0"},"east":{"uv":[11,15,5,16],"rotation":90,"texture":"#1_0"},"south":{"uv":[11,15.5,5,16],"rotation":90,"texture":"#1_0"},"west":{"uv":[11,16,5,15],"rotation":90,"texture":"#1_0"},"up":{"uv":[12,15,5,16],"rotation":90,"texture":"#1_0"},"down":{"uv":[5.5,15,5,16],"rotation":180,"texture":"#1_0"}}},{"from":[7.8491,9.55695,6.16984],"to":[8.2091,15.79695,7.02984],"rotation":{"angle":22.5,"axis":"x","origin":[8.02953,7.62809,9.26638]},"faces":{"north":{"uv":[6,16,0,15.5],"rotation":90,"texture":"#1_0"},"east":{"uv":[6,16,0,15],"rotation":90,"texture":"#1_0"},"south":{"uv":[6,15.5,0,15],"rotation":90,"texture":"#1_0"},"west":{"uv":[6,15,0,16],"rotation":90,"texture":"#1_0"},"up":{"uv":[6,16,0,15],"rotation":90,"texture":"#1_0"},"down":{"uv":[6,16,0,15],"rotation":90,"texture":"#1_0"}}},{"from":[7.88154,10.57496,8.45044],"to":[8.18154,11.17496,9.05044],"rotation":{"angle":-22.5,"axis":"x","origin":[8.02953,7.62809,9.26638]},"faces":{"north":{"uv":[0.5,15.5,0,16],"rotation":270,"texture":"#1_0"},"east":{"uv":[0.5,15.5,0,16],"texture":"#1_0"},"south":{"uv":[0.5,15.5,0,16],"rotation":90,"texture":"#1_0"},"west":{"uv":[0.5,15.5,0,16],"rotation":180,"texture":"#1_0"},"up":{"uv":[0.5,15.5,0,16],"rotation":270,"texture":"#1_0"},"down":{"uv":[0.5,15.5,0,16],"rotation":90,"texture":"#1_0"}}},{"from":[7.25,4.15,8],"to":[8.75,4.65,9.5],"rotation":{"angle":0,"axis":"y","origin":[0,3,-4]},"faces":{"north":{"uv":[9.5,3.5,11.5,4],"texture":"#1_0"},"east":{"uv":[9.5,3.5,11.5,4],"texture":"#1_0"},"south":{"uv":[9.5,3.5,11.5,4],"texture":"#1_0"},"west":{"uv":[9.5,3.5,11.5,4],"texture":"#1_0"},"up":{"uv":[9.5,3.5,11.5,4],"texture":"#1_0"},"down":{"uv":[9.5,3.5,11.5,4],"texture":"#1_0"}}},{"from":[7.25,3.4,8],"to":[8.75,3.9,9.5],"rotation":{"angle":0,"axis":"y","origin":[0,3,-4]},"faces":{"north":{"uv":[9.5,3.5,11.5,4],"texture":"#1_0"},"east":{"uv":[9.5,3.5,11.5,4],"texture":"#1_0"},"south":{"uv":[9.5,3.5,11.5,4],"texture":"#1_0"},"west":{"uv":[9.5,3.5,11.5,4],"texture":"#1_0"},"up":{"uv":[9.5,3.5,11.5,4],"texture":"#1_0"},"down":{"uv":[9.5,3.5,11.5,4],"texture":"#1_0"}}},{"from":[7.25,2.65,8],"to":[8.75,3.15,9.5],"rotation":{"angle":0,"axis":"y","origin":[0,3,-4]},"faces":{"north":{"uv":[9.5,3.5,11.5,4],"texture":"#1_0"},"east":{"uv":[9.5,3.5,11.5,4],"texture":"#1_0"},"south":{"uv":[9.5,3.5,11.5,4],"texture":"#1_0"},"west":{"uv":[9.5,3.5,11.5,4],"texture":"#1_0"},"up":{"uv":[9.5,3.5,11.5,4],"texture":"#1_0"},"down":{"uv":[9.5,3.5,11.5,4],"texture":"#1_0"}}},{"from":[7.25,1.9,8],"to":[8.75,2.4,9.5],"rotation":{"angle":0,"axis":"y","origin":[0,3,-4]},"faces":{"north":{"uv":[9.5,3.5,11.5,4],"texture":"#1_0"},"east":{"uv":[9.5,3.5,11.5,4],"texture":"#1_0"},"south":{"uv":[9.5,3.5,11.5,4],"texture":"#1_0"},"west":{"uv":[9.5,3.5,11.5,4],"texture":"#1_0"},"up":{"uv":[9.5,3.5,11.5,4],"texture":"#1_0"},"down":{"uv":[9.5,3.5,11.5,4],"texture":"#1_0"}}},{"from":[7.3,-1.5,8.65],"to":[7.7,-1.1,9.05],"rotation":{"angle":0,"axis":"y","origin":[0,3,-4]},"faces":{"north":{"uv":[10,0.5,11,1.5],"texture":"#1_0"},"east":{"uv":[10,0.5,11,1.5],"texture":"#1_0"},"south":{"uv":[10,0.5,11,1.5],"texture":"#1_0"},"west":{"uv":[10,0.5,11,1.5],"texture":"#1_0"},"up":{"uv":[10,0.5,11,1.5],"texture":"#1_0"},"down":{"uv":[10,0.5,11,1.5],"texture":"#1_0"}}},{"from":[7.45,-1.35,8.3],"to":[8.05,-0.75,8.9],"rotation":{"angle":0,"axis":"y","origin":[0,3,-4]},"faces":{"north":{"uv":[10,0.5,11,1.5],"texture":"#1_0"},"east":{"uv":[10,0.5,11,1.5],"texture":"#1_0"},"south":{"uv":[10,0.5,11,1.5],"texture":"#1_0"},"west":{"uv":[10,0.5,11,1.5],"texture":"#1_0"},"up":{"uv":[10,0.5,11,1.5],"texture":"#1_0"},"down":{"uv":[10,0.5,11,1.5],"texture":"#1_0"}}},{"from":[7.6,-0.95,8.45],"to":[8.4,-0.15,9.25],"rotation":{"angle":0,"axis":"y","origin":[0,3,-4]},"faces":{"north":{"uv":[10,0.5,11,1.5],"texture":"#1_0"},"east":{"uv":[10,0.5,11,1.5],"texture":"#1_0"},"south":{"uv":[10,0.5,11,1.5],"texture":"#1_0"},"west":{"uv":[10,0.5,11,1.5],"texture":"#1_0"},"up":{"uv":[10,0.5,11,1.5],"texture":"#1_0"},"down":{"uv":[10,0.5,11,1.5],"texture":"#1_0"}}},{"from":[7.05836,0.83326,7.65836],"to":[8.05836,1.83326,8.65836],"rotation":{"angle":0,"axis":"y","origin":[7.79509,2.04163,8.41327]},"faces":{"north":{"uv":[10,0.5,11,1.5],"rotation":180,"texture":"#1_0"},"east":{"uv":[10,0.5,11,1.5],"rotation":180,"texture":"#1_0"},"south":{"uv":[10,0.5,11,1.5],"rotation":180,"texture":"#1_0"},"west":{"uv":[10,0.5,11,1.5],"rotation":180,"texture":"#1_0"},"up":{"uv":[10,0.5,11,1.5],"rotation":180,"texture":"#1_0"},"down":{"uv":[10,0.5,11,1.5],"rotation":180,"texture":"#1_0"}}},{"from":[7.8,-0.25,8.55],"to":[8.8,0.75,9.55],"rotation":{"angle":0,"axis":"y","origin":[0,3,-4]},"faces":{"north":{"uv":[10,0.5,11,1.5],"texture":"#1_0"},"east":{"uv":[10,0.5,11,1.5],"texture":"#1_0"},"south":{"uv":[10,0.5,11,1.5],"texture":"#1_0"},"west":{"uv":[10,0.5,11,1.5],"texture":"#1_0"},"up":{"uv":[10,0.5,11,1.5],"texture":"#1_0"},"down":{"uv":[10,0.5,11,1.5],"texture":"#1_0"}}},{"from":[7.4,0.25,8.15],"to":[8.6,1.45,9.35],"rotation":{"angle":0,"axis":"y","origin":[0,3,-4]},"faces":{"north":{"uv":[3.5,14,4.5,15],"rotation":90,"texture":"#1_0"},"east":{"uv":[3.5,14,4.5,15],"rotation":90,"texture":"#1_0"},"south":{"uv":[3.5,14,4.5,15],"rotation":90,"texture":"#1_0"},"west":{"uv":[3.5,14,4.5,15],"rotation":90,"texture":"#1_0"},"up":{"uv":[3.5,14,4.5,15],"rotation":90,"texture":"#1_0"},"down":{"uv":[3.5,14,4.5,15],"rotation":90,"texture":"#1_0"}}},{"from":[6.505,6.30877,6.80303],"to":[9.505,9.30877,9.80303],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0025,6.80877,7.80303]},"faces":{"north":{"uv":[4.5,0,0,4.5],"texture":"#1_0"},"east":{"uv":[4.5,4.5,9,0],"rotation":90,"texture":"#1_0"},"south":{"uv":[9,4.5,4.5,0],"rotation":90,"texture":"#1_0"},"west":{"uv":[4.5,4.5,9,0],"rotation":90,"texture":"#1_0"},"up":{"uv":[9,0,4.5,4.5],"rotation":270,"texture":"#1_0"},"down":{"uv":[9,0,4.5,4.5],"rotation":90,"texture":"#1_0"}}},{"from":[7.165,5.30877,6.80303],"to":[8.835,6.30877,7.80303],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0025,6.80877,7.80303]},"faces":{"north":{"uv":[3.5,4.5,1,6],"texture":"#1_0"},"east":{"uv":[7.5,4.5,9,3],"rotation":90,"texture":"#1_0"},"south":{"uv":[9,3,6.5,4.5],"texture":"#1_0"},"west":{"uv":[7.5,4.5,9,3],"rotation":90,"texture":"#1_0"},"up":{"uv":[9,3,7.5,4.5],"rotation":270,"texture":"#1_0"},"down":{"uv":[6.5,4.5,9,3],"texture":"#1_0"}}},{"from":[9.96442,7.54575,7.2264],"to":[10.46442,8.04575,8.0614],"rotation":{"angle":22.5,"axis":"z","origin":[9.97898,8.28847,7.63732]},"faces":{"north":{"uv":[8,3.5,9,4.5],"rotation":90,"texture":"#1_0"},"east":{"uv":[1,4.5,3.5,6],"texture":"#1_0"},"south":{"uv":[8,3.5,9,4.5],"rotation":90,"texture":"#1_0"},"west":{"uv":[9,0,4.5,4.5],"rotation":90,"texture":"#1_0"},"up":{"uv":[4.5,0,9,4.5],"rotation":180,"texture":"#1_0"},"down":{"uv":[4.5,0,9,4.5],"rotation":180,"texture":"#1_0"}}},{"from":[5.93629,8.94575,9.92278],"to":[6.43629,9.44575,10.75778],"rotation":{"angle":45,"axis":"y","origin":[6.43629,9.69575,10.33957]},"faces":{"north":{"uv":[4.5,0,9,4.5],"rotation":90,"texture":"#1_0"},"east":{"uv":[9,0,4.5,4.5],"rotation":90,"texture":"#1_0"},"south":{"uv":[4.5,0,9,4.5],"rotation":90,"texture":"#1_0"},"west":{"uv":[1,4.5,3.5,6],"texture":"#1_0"},"up":{"uv":[4.5,0,9,4.5],"texture":"#1_0"},"down":{"uv":[4.5,0,9,4.5],"texture":"#1_0"}}},{"from":[8.96442,8.04575,6.89533],"to":[10.46442,9.54575,8.39533],"rotation":{"angle":22.5,"axis":"z","origin":[9.97898,8.28847,7.63732]},"faces":{"north":{"uv":[4.5,0,9,4.5],"rotation":90,"texture":"#1_0"},"east":{"uv":[0,0,4.5,4.5],"texture":"#1_0"},"south":{"uv":[4.5,0,9,4.5],"rotation":90,"texture":"#1_0"},"west":{"uv":[9,0,4.5,4.5],"rotation":90,"texture":"#1_0"},"up":{"uv":[4.5,0,9,4.5],"rotation":180,"texture":"#1_0"},"down":{"uv":[4.5,0,9,4.5],"rotation":180,"texture":"#1_0"}}},{"from":[5.93629,9.44575,9.58885],"to":[7.43629,10.94575,11.08885],"rotation":{"angle":45,"axis":"y","origin":[6.43629,9.69575,10.33957]},"faces":{"north":{"uv":[4.5,0,9,4.5],"rotation":90,"texture":"#1_0"},"east":{"uv":[9,0,4.5,4.5],"rotation":90,"texture":"#1_0"},"south":{"uv":[4.5,0,9,4.5],"rotation":90,"texture":"#1_0"},"west":{"uv":[0,0,4.5,4.5],"texture":"#1_0"},"up":{"uv":[4.5,0,9,4.5],"texture":"#1_0"},"down":{"uv":[4.5,0,9,4.5],"texture":"#1_0"}}},{"from":[7.28557,-1.35425,8.63957],"to":[8.78557,0.14575,10.13957],"rotation":{"angle":22.5,"axis":"x","origin":[8.03629,-1.10425,9.63957]},"faces":{"north":{"uv":[9,0,4.5,4.5],"rotation":90,"texture":"#1_0"},"east":{"uv":[4.5,0,9,4.5],"rotation":90,"texture":"#1_0"},"south":{"uv":[0,0,4.5,4.5],"texture":"#1_0"},"west":{"uv":[4.5,0,9,4.5],"rotation":90,"texture":"#1_0"},"up":{"uv":[4.5,0,9,4.5],"rotation":270,"texture":"#1_0"},"down":{"uv":[4.5,0,9,4.5],"rotation":90,"texture":"#1_0"}}},{"from":[7.6195,-1.85425,9.63957],"to":[8.4545,-1.35425,10.13957],"rotation":{"angle":22.5,"axis":"x","origin":[8.03629,-1.10425,9.63957]},"faces":{"north":{"uv":[9,0,4.5,4.5],"rotation":90,"texture":"#1_0"},"east":{"uv":[4.5,0,9,4.5],"rotation":90,"texture":"#1_0"},"south":{"uv":[1,4.5,3.5,6],"texture":"#1_0"},"west":{"uv":[4.5,0,9,4.5],"rotation":90,"texture":"#1_0"},"up":{"uv":[4.5,0,9,4.5],"rotation":270,"texture":"#1_0"},"down":{"uv":[4.5,0,9,4.5],"rotation":90,"texture":"#1_0"}}},{"from":[7.15,4.9,7.9],"to":[8.85,6.1,9.6],"rotation":{"angle":0,"axis":"y","origin":[0,3,-4]},"faces":{"north":{"uv":[0,11.5,1,12.5],"rotation":90,"texture":"#1_0"},"east":{"uv":[0,11.5,1,12.5],"rotation":90,"texture":"#1_0"},"south":{"uv":[0,11.5,1,12.5],"rotation":90,"texture":"#1_0"},"west":{"uv":[0,11.5,1,12.5],"rotation":90,"texture":"#1_0"},"up":{"uv":[0,11.5,1,12.5],"rotation":90,"texture":"#1_0"},"down":{"uv":[0,11.5,1,12.5],"rotation":90,"texture":"#1_0"}}},{"from":[7.35,1.4,8.1],"to":[8.65,4.95,9.4],"rotation":{"angle":0,"axis":"y","origin":[0,3,-4]},"faces":{"north":{"uv":[0,11.5,4,12.5],"rotation":90,"texture":"#1_0"},"east":{"uv":[0,11.5,4,12.5],"rotation":90,"texture":"#1_0"},"south":{"uv":[0,11.5,4,12.5],"rotation":90,"texture":"#1_0"},"west":{"uv":[0,11.5,4,12.5],"rotation":90,"texture":"#1_0"},"up":{"uv":[0,11.5,4,12.5],"rotation":90,"texture":"#1_0"},"down":{"uv":[0,11.5,4,12.5],"rotation":90,"texture":"#1_0"}}}],"display":{"thirdperson_righthand":{"translation":[0,3.25,0.5],"scale":[1.17,1.17,1.17]},"thirdperson_lefthand":{"translation":[0,3.25,0.5],"scale":[1.17,1.17,1.17]},"firstperson_righthand":{"rotation":[-17,0,0],"translation":[4.5,2.5,-1.75]},"firstperson_lefthand":{"rotation":[-17,0,0],"translation":[4.5,2.5,-1.75]},"gui":{"rotation":[56,-139,72],"translation":[-1,-2.5,0],"scale":[0.9,0.9,0.9]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/steampunk_dagger.json b/assets/minecraft/models/item/wynn/skin/dagger/steampunk_dagger.json new file mode 100644 index 000000000..257257eb4 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/steampunk_dagger.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/steampunk_dagger_texture"},"elements":[{"from":[-4.75,9.75,7],"to":[8.25,10.25,7.25],"faces":{"down":{"uv":[1.375,0.9375,8.8125,1.4375],"texture":"#0"},"up":{"uv":[1.375,0.9375,8.8125,1.4375],"texture":"#0"},"north":{"uv":[3,2.5625,11.4375,3.125],"texture":"#0"},"south":{"uv":[3,2.5625,11.4375,3.125],"texture":"#0"},"west":{"uv":[5.4375,1.25,6.0625,3.1875],"texture":"#0"},"east":{"uv":[5.4375,1.25,6.0625,3.1875],"texture":"#0"}}},{"from":[-4.1875,9.5,7],"to":[-1.6875,10.25,7.25],"rotation":{"origin":[-4.1875,10.25,7],"axis":"z","angle":-45},"faces":{"down":{"uv":[5.125,2.5625,9.1875,2.9375],"texture":"#0"},"up":{"uv":[5.125,2.5625,9.1875,2.9375],"texture":"#0"},"north":{"uv":[5.875,2.5625,9.0625,3],"texture":"#0"},"south":{"uv":[5.875,2.5625,9.0625,3],"texture":"#0"},"west":{"uv":[5.375,2.5625,5.625,3.3125],"texture":"#0"},"east":{"uv":[5.375,2.5625,5.625,3.3125],"texture":"#0"}}},{"from":[-2.6875,7.9375,7],"to":[0.3125,8.6875,7.25],"rotation":{"origin":[-2.6875,8.6875,7],"axis":"z","angle":-22.5},"faces":{"down":{"uv":[5.125,2.5625,9.1875,2.9375],"texture":"#0"},"up":{"uv":[5.125,2.5625,9.1875,2.9375],"texture":"#0"},"north":{"uv":[5.875,2.5625,9.0625,3],"texture":"#0"},"south":{"uv":[5.875,2.5625,9.0625,3],"texture":"#0"},"west":{"uv":[5.375,2.5625,5.625,3.3125],"texture":"#0"},"east":{"uv":[5.375,2.5625,5.625,3.3125],"texture":"#0"}}},{"from":[-0.5,6.8125,7],"to":[1.5,7.5625,7.25],"rotation":{"origin":[-0.5,7.5625,7],"axis":"z","angle":22.5},"faces":{"down":{"uv":[5.125,2.5625,9.1875,2.9375],"texture":"#0"},"up":{"uv":[5.125,2.5625,9.1875,2.9375],"texture":"#0"},"north":{"uv":[5.875,2.5625,9.0625,3],"texture":"#0"},"south":{"uv":[5.875,2.5625,9.0625,3],"texture":"#0"},"west":{"uv":[5.375,2.5625,5.625,3.3125],"texture":"#0"},"east":{"uv":[5.375,2.5625,5.625,3.3125],"texture":"#0"}}},{"from":[1.375,7.625,7],"to":[2.875,8.375,7.25],"rotation":{"origin":[1.375,8.375,7],"axis":"z","angle":-22.5},"faces":{"down":{"uv":[5.125,2.5625,9.1875,2.9375],"texture":"#0"},"up":{"uv":[5.125,2.5625,9.1875,2.9375],"texture":"#0"},"north":{"uv":[5.875,2.5625,9.0625,3],"texture":"#0"},"south":{"uv":[5.875,2.5625,9.0625,3],"texture":"#0"},"west":{"uv":[5.375,2.5625,5.625,3.3125],"texture":"#0"},"east":{"uv":[5.375,2.5625,5.625,3.3125],"texture":"#0"}}},{"from":[2.1875,7.0625,7],"to":[4.6875,7.8125,7.25],"rotation":{"origin":[2.1875,7.8125,7],"axis":"z","angle":22.5},"faces":{"down":{"uv":[5.125,2.5625,9.1875,2.9375],"texture":"#0"},"up":{"uv":[5.125,2.5625,9.1875,2.9375],"texture":"#0"},"north":{"uv":[5.875,2.5625,9.0625,3],"texture":"#0"},"south":{"uv":[5.875,2.5625,9.0625,3],"texture":"#0"},"west":{"uv":[5.375,2.5625,5.625,3.3125],"texture":"#0"},"east":{"uv":[5.375,2.5625,5.625,3.3125],"texture":"#0"}}},{"from":[4.5625,8.25,7],"to":[6.8125,9,7.25],"rotation":{"origin":[4.5625,9,7],"axis":"z","angle":-22.5},"faces":{"down":{"uv":[5.125,2.5625,9.1875,2.9375],"texture":"#0"},"up":{"uv":[5.125,2.5625,9.1875,2.9375],"texture":"#0"},"north":{"uv":[5.875,2.5625,9.0625,3],"texture":"#0"},"south":{"uv":[5.875,2.5625,9.0625,3],"texture":"#0"},"west":{"uv":[5.375,2.5625,5.625,3.3125],"texture":"#0"},"east":{"uv":[5.375,2.5625,5.625,3.3125],"texture":"#0"}}},{"from":[6.0625,7.375,7],"to":[8.5625,8.125,7.25],"rotation":{"origin":[6.0625,8.125,7],"axis":"z","angle":22.5},"faces":{"down":{"uv":[5.125,2.5625,9.1875,2.9375],"texture":"#0"},"up":{"uv":[5.125,2.5625,9.1875,2.9375],"texture":"#0"},"north":{"uv":[5.875,2.5625,9.0625,3],"texture":"#0"},"south":{"uv":[5.875,2.5625,9.0625,3],"texture":"#0"},"west":{"uv":[5.375,2.5625,5.625,3.3125],"texture":"#0"},"east":{"uv":[5.375,2.5625,5.625,3.3125],"texture":"#0"}}},{"from":[8,8.625,7],"to":[9.5,9.625,7.25],"rotation":{"origin":[8,9.625,7],"axis":"z","angle":-22.5},"faces":{"down":{"uv":[5.125,2.5625,9.1875,2.9375],"texture":"#0"},"up":{"uv":[5.125,2.5625,9.1875,2.9375],"texture":"#0"},"north":{"uv":[5.875,2.5625,9.0625,3],"texture":"#0"},"south":{"uv":[5.875,2.5625,9.0625,3],"texture":"#0"},"west":{"uv":[5.375,2.5625,5.625,3.3125],"texture":"#0"},"east":{"uv":[5.375,2.5625,5.625,3.3125],"texture":"#0"}}},{"from":[-3.75,9,7],"to":[8.25,9.75,7.25],"faces":{"down":{"uv":[1.375,0.9375,8.8125,1.4375],"texture":"#0"},"up":{"uv":[1.375,0.9375,8.8125,1.4375],"texture":"#0"},"north":{"uv":[3,2.5625,11.4375,3.125],"texture":"#0"},"south":{"uv":[3,2.5625,11.4375,3.125],"texture":"#0"},"west":{"uv":[5.4375,1.25,6.0625,3.1875],"texture":"#0"},"east":{"uv":[5.4375,1.25,6.0625,3.1875],"texture":"#0"}}},{"from":[-3,8.25,7],"to":[8,9,7.25],"faces":{"down":{"uv":[1.375,0.9375,8.8125,1.4375],"texture":"#0"},"up":{"uv":[1.375,0.9375,8.8125,1.4375],"texture":"#0"},"north":{"uv":[3,2.5625,11.4375,3.125],"texture":"#0"},"south":{"uv":[3,2.5625,11.4375,3.125],"texture":"#0"},"west":{"uv":[5.4375,1.25,6.0625,3.1875],"texture":"#0"},"east":{"uv":[5.4375,1.25,6.0625,3.1875],"texture":"#0"}}},{"from":[-1.75,7.75,7],"to":[3.25,8.25,7.25],"faces":{"down":{"uv":[1.375,0.9375,8.8125,1.4375],"texture":"#0"},"up":{"uv":[1.375,0.9375,8.8125,1.4375],"texture":"#0"},"north":{"uv":[3,2.5625,11.4375,3.125],"texture":"#0"},"south":{"uv":[3,2.5625,11.4375,3.125],"texture":"#0"},"west":{"uv":[5.4375,1.25,6.0625,3.1875],"texture":"#0"},"east":{"uv":[5.4375,1.25,6.0625,3.1875],"texture":"#0"}}},{"from":[-0.5,7.5,7],"to":[0,7.75,7.25],"faces":{"down":{"uv":[1.375,0.9375,8.8125,1.4375],"texture":"#0"},"up":{"uv":[1.375,0.9375,8.8125,1.4375],"texture":"#0"},"north":{"uv":[3,2.5625,11.4375,3.125],"texture":"#0"},"south":{"uv":[3,2.5625,11.4375,3.125],"texture":"#0"},"west":{"uv":[5.4375,1.25,6.0625,3.1875],"texture":"#0"},"east":{"uv":[5.4375,1.25,6.0625,3.1875],"texture":"#0"}}},{"from":[-4.75,10,6.875],"to":[12.9375,10.5,7.375],"faces":{"down":{"uv":[1.25,5.4375,14.6875,5.8125],"texture":"#0"},"up":{"uv":[1.25,5.4375,14.6875,5.8125],"texture":"#0"},"north":{"uv":[0.3125,6,15.875,6.25],"texture":"#0"},"south":{"uv":[0.3125,6,15.875,6.25],"texture":"#0"},"west":{"uv":[6.875,5.5,7.375,6],"texture":"#0"},"east":{"uv":[6.875,5.5,7.375,6],"texture":"#0"}}},{"from":[8,9,7],"to":[9.375,10,7.25],"faces":{"down":{"uv":[1.375,0.9375,8.8125,1.4375],"texture":"#0"},"up":{"uv":[1.375,0.9375,8.8125,1.4375],"texture":"#0"},"north":{"uv":[3,2.5625,11.4375,3.125],"texture":"#0"},"south":{"uv":[3,2.5625,11.4375,3.125],"texture":"#0"},"west":{"uv":[5.4375,1.25,6.0625,3.1875],"texture":"#0"},"east":{"uv":[5.4375,1.25,6.0625,3.1875],"texture":"#0"}}},{"from":[9.375,9.0625,6.75],"to":[12.9375,10.625,7.5625],"faces":{"down":{"uv":[3.875,9.5625,12.9375,10],"texture":"#0"},"up":{"uv":[3.875,9.5625,12.9375,10],"rotation":90,"texture":"#0"},"north":{"uv":[4.25,10.375,7.375,10.9375],"texture":"#0"},"south":{"uv":[4.25,10.375,7.375,10.9375],"texture":"#0"},"west":{"uv":[4.4375,7.5,5,9.375],"texture":"#0"},"east":{"uv":[4.4375,7.5,5,9.375],"texture":"#0"}}},{"from":[9.625,9,7.4375],"to":[11.5,9.625,7.5625],"rotation":{"origin":[9.625,9.625,7.4375],"axis":"z","angle":-22.5},"faces":{"down":{"uv":[3.875,9.5625,12.9375,10],"texture":"#0"},"up":{"uv":[3.875,9.5625,12.9375,10],"rotation":90,"texture":"#0"},"north":{"uv":[4.25,10.5,7.375,10.9375],"texture":"#0"},"south":{"uv":[4.25,10.5,7.375,10.9375],"texture":"#0"},"west":{"uv":[4.4375,7.5,5,9.375],"texture":"#0"},"east":{"uv":[4.4375,7.5,5,9.375],"texture":"#0"}}},{"from":[10.875,8.25,7.4375],"to":[12.8125,8.875,7.5625],"rotation":{"origin":[10.875,8.875,7.4375],"axis":"z","angle":22.5},"faces":{"down":{"uv":[3.875,9.5625,12.9375,10],"texture":"#0"},"up":{"uv":[3.875,9.5625,12.9375,10],"rotation":90,"texture":"#0"},"north":{"uv":[4.25,10.5,7.375,10.9375],"texture":"#0"},"south":{"uv":[4.25,10.5,7.375,10.9375],"texture":"#0"},"west":{"uv":[4.4375,7.5,5,9.375],"texture":"#0"},"east":{"uv":[4.4375,7.5,5,9.375],"texture":"#0"}}},{"from":[11,8.9375,7.4375],"to":[11.5,9.125,7.5625],"faces":{"down":{"uv":[3.875,9.5625,12.9375,10],"texture":"#0"},"up":{"uv":[3.875,9.5625,12.9375,10],"rotation":90,"texture":"#0"},"north":{"uv":[4.25,10.375,7.375,10.9375],"texture":"#0"},"south":{"uv":[4.25,10.375,7.375,10.9375],"texture":"#0"},"west":{"uv":[4.4375,7.5,5,9.375],"texture":"#0"},"east":{"uv":[4.4375,7.5,5,9.375],"texture":"#0"}}},{"from":[9.625,9,6.8125],"to":[11.5,9.625,6.9375],"rotation":{"origin":[9.625,9.625,6.8125],"axis":"z","angle":-22.5},"faces":{"down":{"uv":[3.875,9.5625,12.9375,10],"texture":"#0"},"up":{"uv":[3.875,9.5625,12.9375,10],"rotation":90,"texture":"#0"},"north":{"uv":[4.25,10.5,7.375,10.9375],"texture":"#0"},"south":{"uv":[4.25,10.5,7.375,10.9375],"texture":"#0"},"west":{"uv":[4.4375,7.5,5,9.375],"texture":"#0"},"east":{"uv":[4.4375,7.5,5,9.375],"texture":"#0"}}},{"from":[10.875,8.25,6.8125],"to":[12.8125,8.875,6.9375],"rotation":{"origin":[10.875,8.875,6.8125],"axis":"z","angle":22.5},"faces":{"down":{"uv":[3.875,9.5625,12.9375,10],"texture":"#0"},"up":{"uv":[3.875,9.5625,12.9375,10],"rotation":90,"texture":"#0"},"north":{"uv":[4.25,10.5,7.375,10.9375],"texture":"#0"},"south":{"uv":[4.25,10.5,7.375,10.9375],"texture":"#0"},"west":{"uv":[4.4375,7.5,5,9.375],"texture":"#0"},"east":{"uv":[4.4375,7.5,5,9.375],"texture":"#0"}}},{"from":[10.625,8.8125,6.8125],"to":[11.75,9.3125,6.9375],"faces":{"down":{"uv":[3.875,9.5625,12.9375,10],"texture":"#0"},"up":{"uv":[3.875,9.5625,12.9375,10],"rotation":90,"texture":"#0"},"north":{"uv":[4.25,10.375,7.375,10.9375],"texture":"#0"},"south":{"uv":[4.25,10.375,7.375,10.9375],"texture":"#0"},"west":{"uv":[4.4375,7.5,5,9.375],"texture":"#0"},"east":{"uv":[4.4375,7.5,5,9.375],"texture":"#0"}}},{"from":[16.75,9.5,6.75],"to":[17.375,10.625,7.5],"faces":{"down":{"uv":[7,11.625,7.75,12.6875],"texture":"#0"},"up":{"uv":[7,11.625,7.75,12.6875],"texture":"#0"},"north":{"uv":[7.75,11.625,8.375,12.75],"texture":"#0"},"south":{"uv":[7.75,11.625,8.375,12.75],"texture":"#0"},"west":{"uv":[9.625,11.6875,10.375,12.8125],"texture":"#0"},"east":{"uv":[9.625,11.6875,10.375,12.8125],"texture":"#0"}}},{"from":[16.875,9,6.875],"to":[17.25,10,7.375],"faces":{"down":{"uv":[7,11.625,7.75,12.6875],"texture":"#0"},"up":{"uv":[7,11.625,7.75,12.6875],"texture":"#0"},"north":{"uv":[7.75,11.625,8.375,12.75],"texture":"#0"},"south":{"uv":[7.75,11.625,8.375,12.75],"texture":"#0"},"west":{"uv":[9.625,11.6875,10.375,12.8125],"texture":"#0"},"east":{"uv":[9.625,11.6875,10.375,12.8125],"texture":"#0"}}},{"from":[16.8125,9.25,6.8125],"to":[17.3125,10.25,7.4375],"faces":{"down":{"uv":[7,11.625,7.75,12.6875],"texture":"#0"},"up":{"uv":[7,11.625,7.75,12.6875],"texture":"#0"},"north":{"uv":[7.75,11.625,8.375,12.75],"texture":"#0"},"south":{"uv":[7.75,11.625,8.375,12.75],"texture":"#0"},"west":{"uv":[9.625,11.6875,10.375,12.8125],"texture":"#0"},"east":{"uv":[9.625,11.6875,10.375,12.8125],"texture":"#0"}}},{"from":[16,8.47,7],"to":[17.1875,8.9075,7.3125],"rotation":{"origin":[16,8.9075,7],"axis":"z","angle":22.5},"faces":{"down":{"uv":[3.875,9.5625,12.9375,10],"texture":"#0"},"up":{"uv":[3.875,9.5625,12.9375,10],"rotation":90,"texture":"#0"},"north":{"uv":[4.25,10.5,7.375,10.9375],"texture":"#0"},"south":{"uv":[4.25,10.5,7.375,10.9375],"texture":"#0"},"west":{"uv":[4.4375,7.5,5,9.375],"texture":"#0"},"east":{"uv":[4.4375,7.5,5,9.375],"texture":"#0"}}},{"from":[14.8125,9,7],"to":[15.6875,9.4375,7.3125],"rotation":{"origin":[14.8125,9.4375,7],"axis":"z","angle":-45},"faces":{"down":{"uv":[3.875,9.5625,12.9375,10],"texture":"#0"},"up":{"uv":[3.875,9.5625,12.9375,10],"rotation":90,"texture":"#0"},"north":{"uv":[4.25,10.5,7.375,10.9375],"texture":"#0"},"south":{"uv":[4.25,10.5,7.375,10.9375],"texture":"#0"},"west":{"uv":[4.4375,7.5,5,9.375],"texture":"#0"},"east":{"uv":[4.4375,7.5,5,9.375],"texture":"#0"}}},{"from":[15.125,8.5,7],"to":[16.1875,8.9375,7.3125],"faces":{"down":{"uv":[3.875,9.5625,12.9375,10],"texture":"#0"},"up":{"uv":[3.875,9.5625,12.9375,10],"rotation":90,"texture":"#0"},"north":{"uv":[4.25,10.5,7.375,10.9375],"texture":"#0"},"south":{"uv":[4.25,10.5,7.375,10.9375],"texture":"#0"},"west":{"uv":[4.4375,7.5,5,9.375],"texture":"#0"},"east":{"uv":[4.4375,7.5,5,9.375],"texture":"#0"}}},{"from":[12.75,9,7],"to":[14.8125,9.4375,7.3125],"faces":{"down":{"uv":[3.875,9.5625,12.9375,10],"texture":"#0"},"up":{"uv":[3.875,9.5625,12.9375,10],"rotation":90,"texture":"#0"},"north":{"uv":[4.25,10.5,7.375,10.9375],"texture":"#0"},"south":{"uv":[4.25,10.5,7.375,10.9375],"texture":"#0"},"west":{"uv":[4.4375,7.5,5,9.375],"texture":"#0"},"east":{"uv":[4.4375,7.5,5,9.375],"texture":"#0"}}},{"from":[10.0875,9.2875,6.625],"to":[12.15,10.1,7.6875],"faces":{"down":{"uv":[5.5,11.625,8.4375,12.875],"texture":"#0"},"up":{"uv":[5.5,11.625,8.4375,12.875],"texture":"#0"},"north":{"uv":[5.8125,11.625,7.875,12.3125],"texture":"#0"},"south":{"uv":[5.8125,11.625,7.875,12.3125],"texture":"#0"},"west":{"uv":[0.8125,11.75,2,12.4375],"texture":"#0"},"east":{"uv":[0.8125,11.75,2,12.4375],"texture":"#0"}}},{"from":[10.0875,9.225,6.6875],"to":[12.15,10.1625,7.625],"faces":{"down":{"uv":[5.5,11.625,8.4375,12.875],"texture":"#0"},"up":{"uv":[5.5,11.625,8.4375,12.875],"texture":"#0"},"north":{"uv":[5.8125,11.625,7.875,12.3125],"texture":"#0"},"south":{"uv":[5.8125,11.625,7.875,12.3125],"texture":"#0"},"west":{"uv":[0.8125,11.75,2,12.4375],"texture":"#0"},"east":{"uv":[0.8125,11.75,2,12.4375],"texture":"#0"}}},{"from":[10.0875,9.35,6.5625],"to":[12.15,10.0375,7.75],"faces":{"down":{"uv":[0.375,11.75,3.3125,12.9375],"texture":"#0"},"up":{"uv":[0.375,11.75,3.3125,12.9375],"texture":"#0"},"north":{"uv":[5.8125,11.625,7.875,12.3125],"texture":"#0"},"south":{"uv":[5.8125,11.625,7.875,12.3125],"texture":"#0"},"west":{"uv":[0.8125,11.75,2,12.4375],"texture":"#0"},"east":{"uv":[0.8125,11.75,2,12.4375],"texture":"#0"}}},{"from":[12.125,9.4125,6.625],"to":[12.25,9.975,7.6875],"faces":{"down":{"uv":[5.5,11.625,8.4375,12.875],"texture":"#0"},"up":{"uv":[5.5,11.625,8.4375,12.875],"texture":"#0"},"north":{"uv":[5.8125,11.625,7.875,12.3125],"texture":"#0"},"south":{"uv":[5.8125,11.625,7.875,12.3125],"texture":"#0"},"west":{"uv":[0.8125,11.75,2,12.4375],"texture":"#0"},"east":{"uv":[0.8125,11.75,2,12.4375],"texture":"#0"}}},{"from":[12.25,9.475,6.6875],"to":[12.3125,9.9125,7.625],"faces":{"down":{"uv":[5.5,11.625,8.4375,12.875],"texture":"#0"},"up":{"uv":[5.5,11.625,8.4375,12.875],"texture":"#0"},"north":{"uv":[5.8125,11.625,7.875,12.3125],"texture":"#0"},"south":{"uv":[5.8125,11.625,7.875,12.3125],"texture":"#0"},"west":{"uv":[0.8125,11.75,2,12.4375],"texture":"#0"},"east":{"uv":[0.8125,11.75,2,12.4375],"texture":"#0"}}},{"from":[10,9.4125,6.625],"to":[10.125,9.975,7.6875],"faces":{"down":{"uv":[5.5,11.625,8.4375,12.875],"texture":"#0"},"up":{"uv":[5.5,11.625,8.4375,12.875],"texture":"#0"},"north":{"uv":[5.8125,11.625,7.875,12.3125],"texture":"#0"},"south":{"uv":[5.8125,11.625,7.875,12.3125],"texture":"#0"},"west":{"uv":[0.8125,11.75,2,12.4375],"texture":"#0"},"east":{"uv":[0.8125,11.75,2,12.4375],"texture":"#0"}}},{"from":[9.9375,9.475,6.6875],"to":[10,9.9125,7.625],"faces":{"down":{"uv":[5.5,11.625,8.4375,12.875],"texture":"#0"},"up":{"uv":[5.5,11.625,8.4375,12.875],"texture":"#0"},"north":{"uv":[5.8125,11.625,7.875,12.3125],"texture":"#0"},"south":{"uv":[5.8125,11.625,7.875,12.3125],"texture":"#0"},"west":{"uv":[0.8125,11.75,2,12.4375],"texture":"#0"},"east":{"uv":[0.8125,11.75,2,12.4375],"texture":"#0"}}},{"from":[-4.8125,9.9375,6.8125],"to":[-3.8125,10.5625,7.4375],"faces":{"down":{"uv":[5.9375,7.6875,8.75,8.375],"texture":"#0"},"up":{"uv":[5.9375,7.6875,8.75,8.375],"texture":"#0"},"north":{"uv":[5.8125,7.25,8.5,8.875],"texture":"#0"},"south":{"uv":[5.8125,7.25,8.5,8.875],"texture":"#0"},"west":{"uv":[2.1875,7.75,2.8125,9.4375],"texture":"#0"},"east":{"uv":[2.1875,7.75,2.8125,9.4375],"texture":"#0"}}},{"from":[-2.4375,9.9375,6.8125],"to":[-1.4375,10.5625,7.4375],"faces":{"down":{"uv":[5.9375,7.6875,8.75,8.375],"texture":"#0"},"up":{"uv":[5.9375,7.6875,8.75,8.375],"texture":"#0"},"north":{"uv":[5.8125,7.25,8.5,8.875],"texture":"#0"},"south":{"uv":[5.8125,7.25,8.5,8.875],"texture":"#0"},"west":{"uv":[2.1875,7.75,2.8125,9.4375],"texture":"#0"},"east":{"uv":[2.1875,7.75,2.8125,9.4375],"texture":"#0"}}},{"from":[1.875,9.9375,6.8125],"to":[3.6875,10.5625,7.4375],"faces":{"down":{"uv":[5.9375,7.6875,8.75,8.375],"texture":"#0"},"up":{"uv":[5.9375,7.6875,8.75,8.375],"texture":"#0"},"north":{"uv":[5.8125,7.25,8.5,8.875],"texture":"#0"},"south":{"uv":[5.8125,7.25,8.5,8.875],"texture":"#0"},"west":{"uv":[2.1875,7.75,2.8125,9.4375],"texture":"#0"},"east":{"uv":[2.1875,7.75,2.8125,9.4375],"texture":"#0"}}},{"from":[-2.375,9.4375,6.9375],"to":[-1.5,9.9375,7.3125],"faces":{"down":{"uv":[5.9375,7.6875,8.75,8.375],"texture":"#0"},"up":{"uv":[5.9375,7.6875,8.75,8.375],"texture":"#0"},"north":{"uv":[5.8125,7.25,8.5,8.875],"texture":"#0"},"south":{"uv":[5.8125,7.25,8.5,8.875],"texture":"#0"},"west":{"uv":[2.1875,7.75,2.8125,9.4375],"texture":"#0"},"east":{"uv":[2.1875,7.75,2.8125,9.4375],"texture":"#0"}}},{"from":[2,8.875,6.9375],"to":[3.5625,9.9375,7.3125],"faces":{"down":{"uv":[5.9375,7.6875,8.75,8.375],"texture":"#0"},"up":{"uv":[5.9375,7.6875,8.75,8.375],"texture":"#0"},"north":{"uv":[5.8125,7.25,8.5,8.875],"texture":"#0"},"south":{"uv":[5.8125,7.25,8.5,8.875],"texture":"#0"},"west":{"uv":[2.1875,7.75,2.8125,9.4375],"texture":"#0"},"east":{"uv":[2.1875,7.75,2.8125,9.4375],"texture":"#0"}}},{"from":[2.125,9,6.875],"to":[2.4375,9.3125,7.375],"faces":{"down":{"uv":[1.375,0.9375,8.8125,1.4375],"texture":"#0"},"up":{"uv":[1.375,0.9375,8.8125,1.4375],"texture":"#0"},"north":{"uv":[3,2.5625,11.4375,3.125],"texture":"#0"},"south":{"uv":[3,2.5625,11.4375,3.125],"texture":"#0"},"west":{"uv":[5.4375,1.25,6.0625,3.1875],"texture":"#0"},"east":{"uv":[5.4375,1.25,6.0625,3.1875],"texture":"#0"}}},{"from":[3.0625,9,6.875],"to":[3.375,9.3125,7.375],"faces":{"down":{"uv":[1.375,0.9375,8.8125,1.4375],"texture":"#0"},"up":{"uv":[1.375,0.9375,8.8125,1.4375],"texture":"#0"},"north":{"uv":[3,2.5625,11.4375,3.125],"texture":"#0"},"south":{"uv":[3,2.5625,11.4375,3.125],"texture":"#0"},"west":{"uv":[5.4375,1.25,6.0625,3.1875],"texture":"#0"},"east":{"uv":[5.4375,1.25,6.0625,3.1875],"texture":"#0"}}},{"from":[-2.25,9.5625,6.875],"to":[-2.0625,9.8125,7.375],"faces":{"down":{"uv":[1.375,0.9375,8.8125,1.4375],"texture":"#0"},"up":{"uv":[1.375,0.9375,8.8125,1.4375],"texture":"#0"},"north":{"uv":[3,2.5625,11.4375,3.125],"texture":"#0"},"south":{"uv":[3,2.5625,11.4375,3.125],"texture":"#0"},"west":{"uv":[5.4375,1.25,6.0625,3.1875],"texture":"#0"},"east":{"uv":[5.4375,1.25,6.0625,3.1875],"texture":"#0"}}},{"from":[-1.8125,9.5625,6.875],"to":[-1.625,9.8125,7.375],"faces":{"down":{"uv":[1.375,0.9375,8.8125,1.4375],"texture":"#0"},"up":{"uv":[1.375,0.9375,8.8125,1.4375],"texture":"#0"},"north":{"uv":[3,2.5625,11.4375,3.125],"texture":"#0"},"south":{"uv":[3,2.5625,11.4375,3.125],"texture":"#0"},"west":{"uv":[5.4375,1.25,6.0625,3.1875],"texture":"#0"},"east":{"uv":[5.4375,1.25,6.0625,3.1875],"texture":"#0"}}},{"from":[7.375,9.9375,6.8125],"to":[9.1875,10.5625,7.4375],"faces":{"down":{"uv":[5.9375,7.6875,8.75,8.375],"texture":"#0"},"up":{"uv":[5.9375,7.6875,8.75,8.375],"texture":"#0"},"north":{"uv":[5.8125,7.25,8.5,8.875],"texture":"#0"},"south":{"uv":[5.8125,7.25,8.5,8.875],"texture":"#0"},"west":{"uv":[2.1875,7.75,2.8125,9.4375],"texture":"#0"},"east":{"uv":[2.1875,7.75,2.8125,9.4375],"texture":"#0"}}},{"from":[7.5,8.875,6.9375],"to":[9.0625,9.9375,7.3125],"faces":{"down":{"uv":[5.9375,7.6875,8.75,8.375],"texture":"#0"},"up":{"uv":[5.9375,7.6875,8.75,8.375],"texture":"#0"},"north":{"uv":[5.8125,7.25,8.5,8.875],"texture":"#0"},"south":{"uv":[5.8125,7.25,8.5,8.875],"texture":"#0"},"west":{"uv":[2.1875,7.75,2.8125,9.4375],"texture":"#0"},"east":{"uv":[2.1875,7.75,2.8125,9.4375],"texture":"#0"}}},{"from":[7.625,9,6.875],"to":[7.9375,9.3125,7.375],"faces":{"down":{"uv":[1.375,0.9375,8.8125,1.4375],"texture":"#0"},"up":{"uv":[1.375,0.9375,8.8125,1.4375],"texture":"#0"},"north":{"uv":[3,2.5625,11.4375,3.125],"texture":"#0"},"south":{"uv":[3,2.5625,11.4375,3.125],"texture":"#0"},"west":{"uv":[5.4375,1.25,6.0625,3.1875],"texture":"#0"},"east":{"uv":[5.4375,1.25,6.0625,3.1875],"texture":"#0"}}},{"from":[8.5625,9,6.875],"to":[8.875,9.3125,7.375],"faces":{"down":{"uv":[1.375,0.9375,8.8125,1.4375],"texture":"#0"},"up":{"uv":[1.375,0.9375,8.8125,1.4375],"texture":"#0"},"north":{"uv":[3,2.5625,11.4375,3.125],"texture":"#0"},"south":{"uv":[3,2.5625,11.4375,3.125],"texture":"#0"},"west":{"uv":[5.4375,1.25,6.0625,3.1875],"texture":"#0"},"east":{"uv":[5.4375,1.25,6.0625,3.1875],"texture":"#0"}}},{"from":[12.9375,10.0625,6.875],"to":[16.75,10.5625,7.375],"faces":{"down":{"uv":[6.75,13.25,10.5625,13.75],"texture":"#0"},"up":{"uv":[6.75,13.25,10.5625,13.75],"texture":"#0"},"north":{"uv":[2.4375,13.0625,6.25,13.5625],"texture":"#0"},"south":{"uv":[2.4375,13.0625,6.25,13.5625],"texture":"#0"},"west":{"uv":[7.25,13.9375,7.75,14.4375],"texture":"#0"},"east":{"uv":[7.25,13.9375,7.75,14.4375],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[180,-90,90],"translation":[-1.32,7.94,0],"scale":[1.5,1.5,1.5]},"thirdperson_lefthand":{"rotation":[180,90,-90],"translation":[-0.38,7.94,0.19],"scale":[1.5,1.5,1.5]},"firstperson_righthand":{"rotation":[-23,-86,-89],"translation":[5.48,-0.56,-11.53],"scale":[2,2,2]},"firstperson_lefthand":{"rotation":[-23,102,98],"translation":[12.28,-0.56,-11.53],"scale":[2,2,2]},"gui":{"rotation":[-6,-23,-43],"translation":[-0.38,-2.08,-3.4],"scale":[0.94,0.94,0.94]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/tesla_claw.json b/assets/minecraft/models/item/wynn/skin/dagger/tesla_claw.json new file mode 100644 index 000000000..c0c51b2b1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/tesla_claw.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"1":"skins/tesla_arch","2":"skins/gradient_set"},"elements":[{"from":[10.001,7.751,6.401],"to":[10.499,8.349,9.399],"rotation":{"angle":0,"axis":"y","origin":[18,15.35,14.4]},"faces":{"north":{"uv":[8,10.25,8.25,10.55],"texture":"#2"},"east":{"uv":[8,10.25,8.5,10.55],"texture":"#2"},"south":{"uv":[8,10.25,8.25,10.55],"texture":"#2"},"west":{"uv":[8,10.25,8.5,10.55],"texture":"#2"},"up":{"uv":[8,10.25,8.25,10.75],"texture":"#2"},"down":{"uv":[8,10.25,8.25,10.75],"texture":"#2"}}},{"from":[5.47366,7.751,6.401],"to":[5.97166,8.349,9.399],"rotation":{"angle":0,"axis":"z","origin":[7.70337,6.42747,6.9]},"faces":{"north":{"uv":[8,10.25,8.25,10.55],"rotation":180,"texture":"#2"},"east":{"uv":[8,10.25,8.5,10.55],"rotation":180,"texture":"#2"},"south":{"uv":[8,10.25,8.25,10.55],"rotation":180,"texture":"#2"},"west":{"uv":[8,10.25,8.5,10.55],"rotation":180,"texture":"#2"},"up":{"uv":[8,10.25,8.25,10.75],"rotation":180,"texture":"#2"},"down":{"uv":[8,10.25,8.25,10.75],"rotation":180,"texture":"#2"}}},{"from":[7.48533,9.86267,6.399],"to":[8.48733,10.36467,7.401],"rotation":{"angle":0,"axis":"z","origin":[6.84676,9.55549,6.9]},"faces":{"north":{"uv":[10.25,9.75,10.75,10],"rotation":180,"texture":"#2"},"east":{"uv":[10.25,9.75,10.75,10],"rotation":180,"texture":"#2"},"south":{"uv":[10.25,9.75,10.75,10],"rotation":180,"texture":"#2"},"west":{"uv":[10.25,9.75,10.75,10],"rotation":180,"texture":"#2"},"up":{"uv":[10.25,9.75,10.75,10.25],"rotation":180,"texture":"#2"},"down":{"uv":[10,10.25,10.5,10.75],"rotation":90,"texture":"#2"}}},{"from":[9.05695,8.76387,6.401],"to":[9.55495,9.76187,7.399],"rotation":{"angle":45,"axis":"z","origin":[9.21979,9.69601,6.9]},"faces":{"north":{"uv":[15,10.5,15.5,10.75],"rotation":90,"texture":"#2"},"east":{"uv":[15,10.5,15.5,11],"texture":"#2"},"south":{"uv":[15,10.5,15.5,10.75],"rotation":90,"texture":"#2"},"west":{"uv":[15,10.5,15.5,11],"rotation":270,"texture":"#2"},"up":{"uv":[15,10.5,15.5,10.75],"rotation":90,"texture":"#2"},"down":{"uv":[15,10.5,15.5,10.75],"rotation":90,"texture":"#2"}}},{"from":[5.9476,9.5584,6.401],"to":[6.9456,10.0564,7.399],"rotation":{"angle":45,"axis":"z","origin":[6.84676,9.55549,6.9]},"faces":{"north":{"uv":[15,10.5,15.25,11],"rotation":270,"texture":"#2"},"east":{"uv":[15,10.5,15.25,11],"rotation":90,"texture":"#2"},"south":{"uv":[15,10.5,15.25,11],"rotation":90,"texture":"#2"},"west":{"uv":[15,10.5,15.25,11],"rotation":90,"texture":"#2"},"up":{"uv":[15.25,10.5,15.75,11],"rotation":90,"texture":"#2"},"down":{"uv":[15,10.5,15.5,11],"rotation":90,"texture":"#2"}}},{"from":[9.82769,8.21627,6.4],"to":[10.32769,9.21627,7.4],"rotation":{"angle":22.5,"axis":"z","origin":[10.07769,8.71627,6.9]},"faces":{"north":{"uv":[8.25,10,8.5,10.5],"texture":"#2"},"east":{"uv":[8.25,10,8.75,10.5],"texture":"#2"},"south":{"uv":[8.25,10,8.5,10.5],"texture":"#2"},"west":{"uv":[8.25,10,8.75,10.5],"texture":"#2"},"up":{"uv":[8.25,10,8.5,10.5],"texture":"#2"},"down":{"uv":[8.25,10,8.5,10.5],"texture":"#2"}}},{"from":[6.74692,9.5574,6.4],"to":[7.74692,10.0574,7.4],"rotation":{"angle":22.5,"axis":"z","origin":[6.84676,9.55549,6.9]},"faces":{"north":{"uv":[10,10.25,10.25,10.75],"rotation":270,"texture":"#2"},"south":{"uv":[10,10.25,10.25,10.75],"rotation":270,"texture":"#2"},"west":{"uv":[10,10.25,10.25,10.75],"rotation":270,"texture":"#2"},"up":{"uv":[9.5,10.25,10,10.75],"texture":"#2"},"down":{"uv":[9.75,10.5,10,10.75],"rotation":90,"texture":"#2"}}},{"from":[8.28666,9.53216,6.4],"to":[9.28666,10.03216,7.4],"rotation":{"angle":-22.5,"axis":"z","origin":[9.21979,9.69601,6.9]},"faces":{"north":{"uv":[10,10.25,10.25,10.75],"rotation":270,"texture":"#2"},"east":{"uv":[10,10.25,10.25,10.75],"rotation":270,"texture":"#2"},"south":{"uv":[10,10.25,10.25,10.75],"rotation":270,"texture":"#2"},"up":{"uv":[10,10.25,10.5,10.75],"rotation":270,"texture":"#2"},"down":{"uv":[9.75,10.25,10.25,10.75],"rotation":270,"texture":"#2"}}},{"from":[6.03858,7.91592,6.4],"to":[6.53858,8.91592,7.4],"rotation":{"angle":-22.5,"axis":"z","origin":[6.84676,9.55549,6.9]},"faces":{"north":{"uv":[8.5,10,8.75,10.5],"texture":"#2"},"east":{"uv":[8.25,10,8.75,10.5],"texture":"#2"},"south":{"uv":[8.25,10,8.5,10.5],"texture":"#2"},"west":{"uv":[8.25,10,8.75,10.5],"rotation":270,"texture":"#2"},"up":{"uv":[8.25,10,8.5,10.5],"rotation":180,"texture":"#2"},"down":{"uv":[8.25,10,8.5,10.5],"rotation":180,"texture":"#2"}}},{"from":[6.30552,9.51404,8.6],"to":[8.30552,10.01404,9.6],"rotation":{"angle":22.5,"axis":"z","origin":[6.80552,9.51404,9.1]},"faces":{"north":{"uv":[12.25,13,13.25,13.25],"texture":"#2"},"south":{"uv":[12.25,13,13.25,13.25],"texture":"#2"},"west":{"uv":[12.25,13,12.75,13.25],"texture":"#2"},"up":{"uv":[12.25,13,13.25,13.5],"texture":"#2"},"down":{"uv":[12.25,13,13.25,13.5],"texture":"#2"}}},{"from":[6.30552,9.76404,9.55],"to":[8.30552,10.26404,10.55],"rotation":{"angle":22.5,"axis":"z","origin":[6.80552,9.76404,10.05]},"faces":{"north":{"uv":[13,2.25,14,2.5],"texture":"#2"},"south":{"uv":[13,2.25,14,2.5],"texture":"#2"},"west":{"uv":[13,2.25,13.5,2.5],"texture":"#2"},"up":{"uv":[13,2.25,14,2.75],"texture":"#2"},"down":{"uv":[13,2.25,14,2.75],"texture":"#2"}}},{"from":[6.30552,10.01404,10.5],"to":[8.30552,10.51404,11.5],"rotation":{"angle":22.5,"axis":"z","origin":[6.80552,10.01404,11]},"faces":{"north":{"uv":[13,2.25,14,2.5],"texture":"#2"},"south":{"uv":[13,2.25,14,2.5],"texture":"#2"},"west":{"uv":[13,2.25,13.5,2.5],"texture":"#2"},"up":{"uv":[13,2.25,14,2.75],"texture":"#2"},"down":{"uv":[13,2.25,14,2.75],"texture":"#2"}}},{"from":[6.30552,10.26404,11.45],"to":[8.30552,10.76404,12.45],"rotation":{"angle":22.5,"axis":"z","origin":[6.80552,10.26404,11.95]},"faces":{"north":{"uv":[12.25,13,13.25,13.25],"texture":"#2"},"south":{"uv":[12.25,13,13.25,13.25],"texture":"#2"},"west":{"uv":[12.25,13,12.75,13.25],"texture":"#2"},"up":{"uv":[12.25,13,13.25,13.5],"texture":"#2"},"down":{"uv":[12.25,13,13.25,13.5],"texture":"#2"}}},{"from":[7.78915,9.494,8.599],"to":[9.79115,9.996,9.601],"rotation":{"angle":-22.5,"axis":"z","origin":[9.29015,9.745,9.1]},"faces":{"north":{"uv":[12.25,13,13.25,13.25],"texture":"#2"},"east":{"uv":[12.25,13,12.75,13.25],"texture":"#2"},"south":{"uv":[12.25,13,13.25,13.25],"texture":"#2"},"west":{"uv":[12.25,13,12.75,13.25],"texture":"#2"},"up":{"uv":[12.25,13,13.25,13.5],"texture":"#2"},"down":{"uv":[12.25,13,13.25,13.5],"texture":"#2"}}},{"from":[7.78915,9.744,9.549],"to":[9.79115,10.246,10.551],"rotation":{"angle":-22.5,"axis":"z","origin":[9.29015,9.995,10.05]},"faces":{"north":{"uv":[13,2.25,14,2.5],"texture":"#2"},"east":{"uv":[13,2.25,13.5,2.5],"texture":"#2"},"south":{"uv":[13,2.25,14,2.5],"texture":"#2"},"west":{"uv":[13,2.25,13.5,2.5],"texture":"#2"},"up":{"uv":[13,2.25,14,2.75],"texture":"#2"},"down":{"uv":[13,2.25,14,2.75],"texture":"#2"}}},{"from":[7.78915,9.994,10.499],"to":[9.79115,10.496,11.501],"rotation":{"angle":-22.5,"axis":"z","origin":[9.29015,10.245,11]},"faces":{"north":{"uv":[13,2.25,14,2.5],"rotation":180,"texture":"#2"},"east":{"uv":[13,2.25,13.5,2.5],"rotation":180,"texture":"#2"},"south":{"uv":[13,2.25,14,2.5],"rotation":180,"texture":"#2"},"west":{"uv":[13,2.25,13.5,2.5],"rotation":180,"texture":"#2"},"up":{"uv":[13,2.25,14,2.75],"texture":"#2"},"down":{"uv":[13,2.25,14,2.75],"rotation":180,"texture":"#2"}}},{"from":[7.78915,10.244,11.449],"to":[9.79115,10.746,12.451],"rotation":{"angle":-22.5,"axis":"z","origin":[9.29015,10.495,11.95]},"faces":{"north":{"uv":[12.25,13,13.25,13.25],"texture":"#2"},"east":{"uv":[12.25,13,12.75,13.25],"texture":"#2"},"south":{"uv":[12.25,13,13.25,13.25],"texture":"#2"},"west":{"uv":[12.25,13,12.75,13.25],"texture":"#2"},"up":{"uv":[12.25,13,13.25,13.5],"texture":"#2"},"down":{"uv":[12.25,13,13.25,13.5],"texture":"#2"}}},{"from":[5.76053,7.77508,8.61],"to":[6.24053,9.75508,9.59],"rotation":{"angle":-22.5,"axis":"z","origin":[6.00053,8.76508,9.1]},"faces":{"north":{"uv":[12.25,13,13.25,13.25],"rotation":270,"texture":"#2"},"east":{"uv":[12.25,13,13.25,13.5],"rotation":270,"texture":"#2"},"south":{"uv":[12.25,13,13.25,13.25],"rotation":270,"texture":"#2"},"west":{"uv":[12.25,13,13.25,13.5],"rotation":270,"texture":"#2"}}},{"from":[5.76053,7.77508,9.56],"to":[6.24053,10.00508,10.54],"rotation":{"angle":-22.5,"axis":"z","origin":[6.00053,9.01508,10.05]},"faces":{"north":{"uv":[13,2.25,14.125,2.5],"rotation":270,"texture":"#2"},"east":{"uv":[13,2.25,14.125,2.75],"rotation":270,"texture":"#2"},"south":{"uv":[13,2.25,14.125,2.5],"rotation":270,"texture":"#2"},"west":{"uv":[13,2.25,14.125,2.75],"rotation":270,"texture":"#2"}}},{"from":[5.76053,7.77508,10.51],"to":[6.24053,10.25508,11.49],"rotation":{"angle":-22.5,"axis":"z","origin":[6.00053,9.26508,11]},"faces":{"north":{"uv":[13,2.25,14.25,2.5],"rotation":270,"texture":"#2"},"east":{"uv":[13,2.25,14.25,2.75],"rotation":270,"texture":"#2"},"south":{"uv":[13,2.25,14.25,2.5],"rotation":270,"texture":"#2"},"west":{"uv":[13,2.25,14.25,2.75],"rotation":270,"texture":"#2"}}},{"from":[5.76053,7.77508,11.46],"to":[6.24053,10.50508,12.44],"rotation":{"angle":-22.5,"axis":"z","origin":[6.00053,9.51508,11.95]},"faces":{"north":{"uv":[12.25,13,13.625,13.25],"rotation":270,"texture":"#2"},"east":{"uv":[12.25,13,13.625,13.5],"rotation":270,"texture":"#2"},"south":{"uv":[12.25,13,13.625,13.25],"rotation":270,"texture":"#2"},"west":{"uv":[12.25,13,13.625,13.5],"rotation":270,"texture":"#2"}}},{"from":[9.75947,7.77508,8.61],"to":[10.23947,9.75508,9.59],"rotation":{"angle":22.5,"axis":"z","origin":[9.99947,8.76508,9.1]},"faces":{"north":{"uv":[12.25,13,13.25,13.25],"rotation":90,"texture":"#2"},"east":{"uv":[12.25,13,13.25,13.5],"rotation":90,"texture":"#2"},"south":{"uv":[12.25,13,13.25,13.25],"rotation":90,"texture":"#2"},"west":{"uv":[12.25,13,13.25,13.5],"rotation":90,"texture":"#2"}}},{"from":[9.75947,7.77508,9.56],"to":[10.23947,10.00508,10.54],"rotation":{"angle":22.5,"axis":"z","origin":[9.99947,9.01508,10.05]},"faces":{"north":{"uv":[13,2.25,14.125,2.5],"rotation":90,"texture":"#2"},"east":{"uv":[13,2.25,14.125,2.75],"rotation":90,"texture":"#2"},"south":{"uv":[13,2.25,14.125,2.5],"rotation":90,"texture":"#2"},"west":{"uv":[13,2.25,14.125,2.75],"rotation":90,"texture":"#2"}}},{"from":[9.75947,7.77508,10.51],"to":[10.23947,10.25508,11.49],"rotation":{"angle":22.5,"axis":"z","origin":[9.99947,9.26508,11]},"faces":{"north":{"uv":[13,2.25,14.25,2.5],"rotation":90,"texture":"#2"},"east":{"uv":[13,2.25,14.25,2.75],"rotation":90,"texture":"#2"},"south":{"uv":[13,2.25,14.25,2.5],"rotation":90,"texture":"#2"},"west":{"uv":[13,2.25,14.25,2.75],"rotation":90,"texture":"#2"}}},{"from":[9.75947,7.77508,11.46],"to":[10.23947,10.50508,12.44],"rotation":{"angle":22.5,"axis":"z","origin":[9.99947,9.51508,11.95]},"faces":{"north":{"uv":[12.25,13,13.625,13.25],"rotation":90,"texture":"#2"},"east":{"uv":[12.25,13,13.625,13.5],"rotation":90,"texture":"#2"},"south":{"uv":[12.25,13,13.625,13.25],"rotation":90,"texture":"#2"},"west":{"uv":[12.25,13,13.625,13.5],"rotation":90,"texture":"#2"}}},{"from":[4.95,7.5,8.25],"to":[5.95,8.25,12.45],"rotation":{"angle":0,"axis":"y","origin":[8.2,16,8]},"faces":{"north":{"uv":[10.25,10.25,10.75,10.75],"rotation":270,"texture":"#2"},"east":{"uv":[8.25,10.25,10.75,10.75],"texture":"#2"},"south":{"uv":[8.25,10.25,8.75,10.75],"rotation":270,"texture":"#2"},"west":{"uv":[8.25,10.25,10.75,10.75],"rotation":180,"texture":"#2"},"up":{"uv":[8.25,10.25,10.75,10.75],"rotation":270,"texture":"#2"},"down":{"uv":[8.25,10.25,10.75,10.75],"rotation":90,"texture":"#2"}}},{"from":[7.45,10.7,8.35],"to":[8.45,11.45,12.55],"rotation":{"angle":-22.5,"axis":"x","origin":[7.95,10.775,10.85]},"faces":{"north":{"uv":[10.25,10.25,10.75,10.75],"rotation":270,"texture":"#2"},"east":{"uv":[8.25,10.25,10.75,10.75],"texture":"#2"},"south":{"uv":[8.25,10.25,8.75,10.75],"rotation":270,"texture":"#2"},"west":{"uv":[8.25,10.25,10.75,10.75],"rotation":180,"texture":"#2"},"up":{"uv":[8.25,10.25,10.75,10.75],"rotation":270,"texture":"#2"},"down":{"uv":[8.25,10.25,10.75,10.75],"rotation":90,"texture":"#2"}}},{"from":[10.05,7.5,8.25],"to":[11.05,8.25,12.45],"rotation":{"angle":0,"axis":"y","origin":[7.8,16,8]},"faces":{"north":{"uv":[10.25,10.25,10.75,10.75],"rotation":180,"texture":"#2"},"east":{"uv":[8.25,10.25,10.75,10.75],"texture":"#2"},"south":{"uv":[8.25,10.25,8.75,10.75],"rotation":270,"texture":"#2"},"west":{"uv":[8.25,10.25,10.75,10.75],"rotation":180,"texture":"#2"},"up":{"uv":[8.25,10.25,10.75,10.75],"rotation":270,"texture":"#2"},"down":{"uv":[8.25,10.25,10.75,10.75],"rotation":90,"texture":"#2"}}},{"from":[10.1,8,8.75],"to":[10.65,8.55,12.05],"rotation":{"angle":-22.5,"axis":"x","origin":[10.5,7.775,13.1]},"faces":{"north":{"uv":[13,12.75,14.75,13.125],"texture":"#2"},"east":{"uv":[13,12.75,14.75,13.125],"texture":"#2"},"west":{"uv":[13,12.75,14.75,13.125],"texture":"#2"},"up":{"uv":[13,12.75,13.275,14.4],"texture":"#2"},"down":{"uv":[13,12.75,13.275,14.4],"texture":"#2"}}},{"from":[5.35,8,8.75],"to":[5.9,8.55,12.05],"rotation":{"angle":-22.5,"axis":"x","origin":[5.5,7.775,13.1]},"faces":{"north":{"uv":[13,14,14.75,14.375],"texture":"#2"},"east":{"uv":[13,14,14.75,14.375],"texture":"#2"},"west":{"uv":[13,14,14.75,14.375],"texture":"#2"},"up":{"uv":[13,14,13.275,15.65],"texture":"#2"},"down":{"uv":[13,14,13.275,15.65],"texture":"#2"}}},{"from":[6,7.9,8.65],"to":[10,8.65,9.4],"rotation":{"angle":-22.5,"axis":"x","origin":[10.75,7.775,13.1]},"faces":{"north":{"uv":[9,10.25,11,10.75],"rotation":180,"texture":"#2"},"east":{"uv":[10.25,10.5,10.75,11],"texture":"#2"},"south":{"uv":[8,10.25,10,10.75],"texture":"#2"},"west":{"uv":[8,10.25,8.5,10.75],"texture":"#2"},"up":{"uv":[9.5,10.25,11.5,10.75],"texture":"#2"},"down":{"uv":[8,10.75,10,10.25],"texture":"#2"}}},{"from":[5.87617,7.78113,7.1728],"to":[6.13617,8.24113,10.6328],"rotation":{"angle":-22.5,"axis":"x","origin":[6.00517,9.499,5.30002]},"faces":{"north":{"uv":[9.25,12.75,7.5,12.9],"rotation":90,"texture":"#2"},"east":{"uv":[7.5,12.98,9.23,12.75],"texture":"#2"},"west":{"uv":[7.5,12.9,9.25,12.75],"texture":"#2"},"up":{"uv":[9.25,12.75,7.5,12.9],"rotation":270,"texture":"#2"},"down":{"uv":[9.25,12.75,7.5,12.9],"rotation":270,"texture":"#2"}}},{"from":[5.86617,9.912,4.35002],"to":[6.14617,10.392,10.93002],"rotation":{"angle":0,"axis":"y","origin":[6.00517,9.499,5.30002]},"faces":{"east":{"uv":[0,12.5,3.3,12.25],"rotation":180,"texture":"#2"},"south":{"uv":[9.75,12.75,9.9,12.5],"texture":"#2"},"west":{"uv":[0.25,12.5,3.5,12.25],"texture":"#2"},"up":{"uv":[3.3,12.25,0,12.5],"rotation":270,"texture":"#2"},"down":{"uv":[0,12.5,3.3,12.25],"texture":"#2"}}},{"from":[5.86617,8.6155,2.70224],"to":[6.14617,9.0955,7.68224],"rotation":{"angle":0,"axis":"y","origin":[6.00517,9.499,5.30002]},"faces":{"north":{"uv":[7.75,12.75,10.25,12.5],"rotation":180,"texture":"#2"},"east":{"uv":[7.75,12.75,10.25,12.5],"texture":"#2"},"south":{"uv":[7.75,12.75,10.25,12.5],"texture":"#2"},"west":{"uv":[7.75,12.75,10.25,12.5],"texture":"#2"},"up":{"uv":[10.24,12.4,7.75,12.26],"rotation":90,"texture":"#2"},"down":{"uv":[10.25,12.5,7.75,12.75],"rotation":90,"texture":"#2"}}},{"from":[5.85617,9.10513,2.58623],"to":[6.15617,9.60513,4.33623],"rotation":{"angle":45,"axis":"x","origin":[6.00517,9.499,5.30002]},"faces":{"north":{"uv":[7.25,12.25,7,12.4],"rotation":90,"texture":"#2"},"east":{"uv":[10.75,12.25,10.5,13.125],"rotation":90,"texture":"#2"},"south":{"uv":[7.25,12.25,7,12.4],"rotation":270,"texture":"#2"},"west":{"uv":[9.25,12.5,10.125,12.25],"texture":"#2"},"up":{"uv":[9.375,12.5,8.5,12.65],"rotation":270,"texture":"#2"},"down":{"uv":[9.125,12.25,8.25,12.4],"rotation":270,"texture":"#2"}}},{"from":[5.86617,11.72278,0.41616],"to":[6.14617,12.20278,5.39616],"rotation":{"angle":-45,"axis":"x","origin":[6.00517,9.499,5.30002]},"faces":{"east":{"uv":[8.25,12.5,10.75,12.25],"texture":"#2"},"west":{"uv":[8.25,12.5,10.75,12.25],"texture":"#2"},"up":{"uv":[10.75,12.25,8.25,12.5],"rotation":90,"texture":"#2"},"down":{"uv":[8.25,12.5,10.75,12.25],"texture":"#2"}}},{"from":[5.85617,9.63342,-0.25984],"to":[6.15617,10.13342,2.74016],"rotation":{"angle":-22.5,"axis":"x","origin":[6.00517,9.499,5.30002]},"faces":{"north":{"uv":[7,12.5,7.15,12.25],"rotation":180,"texture":"#2"},"east":{"uv":[7,12.5,8.5,12.25],"texture":"#2"},"south":{"uv":[7,12.5,8.5,12.25],"texture":"#2"},"west":{"uv":[7,12.5,8.5,12.25],"texture":"#2"},"up":{"uv":[7,13.75,7.15,12.25],"texture":"#2"},"down":{"uv":[8.5,12.25,7,12.5],"rotation":90,"texture":"#2"}}},{"from":[9.86383,7.78113,7.1728],"to":[10.12383,8.24113,10.6328],"rotation":{"angle":-22.5,"axis":"x","origin":[9.99483,9.499,5.30002]},"faces":{"north":{"uv":[9.25,12.9,7.5,12.75],"rotation":90,"texture":"#2"},"east":{"uv":[9.25,12.9,7.5,12.75],"texture":"#2"},"west":{"uv":[9.23,12.98,7.5,12.75],"texture":"#2"},"up":{"uv":[9.25,12.9,7.5,12.75],"rotation":270,"texture":"#2"},"down":{"uv":[9.25,12.9,7.5,12.75],"rotation":270,"texture":"#2"}}},{"from":[9.85383,9.912,4.35002],"to":[10.13383,10.392,10.93002],"rotation":{"angle":0,"axis":"y","origin":[9.99483,9.499,5.30002]},"faces":{"east":{"uv":[3.5,12.75,0.25,12.5],"texture":"#2"},"south":{"uv":[9.9,13,9.75,12.75],"texture":"#2"},"west":{"uv":[3.3,12.75,0,12.5],"rotation":180,"texture":"#2"},"up":{"uv":[3.3,12.75,0,12.5],"rotation":270,"texture":"#2"},"down":{"uv":[3.3,12.75,0,12.5],"texture":"#2"}}},{"from":[9.85383,8.6155,2.70224],"to":[10.13383,9.0955,7.68224],"rotation":{"angle":0,"axis":"y","origin":[9.99483,9.499,5.30002]},"faces":{"north":{"uv":[10.25,13,7.75,12.75],"rotation":180,"texture":"#2"},"east":{"uv":[10.25,13,7.75,12.75],"texture":"#2"},"south":{"uv":[10.25,13,7.75,12.75],"texture":"#2"},"west":{"uv":[10.25,13,7.75,12.75],"texture":"#2"},"up":{"uv":[10.24,12.65,7.75,12.51],"rotation":90,"texture":"#2"},"down":{"uv":[10.25,13,7.75,12.75],"rotation":90,"texture":"#2"}}},{"from":[9.84383,9.10513,2.58623],"to":[10.14383,9.60513,4.33623],"rotation":{"angle":45,"axis":"x","origin":[9.99483,9.499,5.30002]},"faces":{"north":{"uv":[7.25,12.65,7,12.5],"rotation":90,"texture":"#2"},"east":{"uv":[10.125,12.75,9.25,12.5],"texture":"#2"},"south":{"uv":[7.25,12.65,7,12.5],"rotation":270,"texture":"#2"},"west":{"uv":[10.75,13.375,10.5,12.5],"rotation":90,"texture":"#2"},"up":{"uv":[9.375,12.9,8.5,12.75],"rotation":270,"texture":"#2"},"down":{"uv":[9.125,12.65,8.25,12.5],"rotation":270,"texture":"#2"}}},{"from":[9.85383,11.72278,0.41616],"to":[10.13383,12.20278,5.39616],"rotation":{"angle":-45,"axis":"x","origin":[9.99483,9.499,5.30002]},"faces":{"east":{"uv":[10.75,12.75,8.25,12.5],"texture":"#2"},"west":{"uv":[10.75,12.75,8.25,12.5],"texture":"#2"},"up":{"uv":[10.75,12.75,8.25,12.5],"rotation":90,"texture":"#2"},"down":{"uv":[10.75,12.75,8.25,12.5],"texture":"#2"}}},{"from":[9.84383,9.63342,-0.25984],"to":[10.14383,10.13342,2.74016],"rotation":{"angle":-22.5,"axis":"x","origin":[9.99483,9.499,5.30002]},"faces":{"north":{"uv":[7.15,12.75,7,12.5],"rotation":180,"texture":"#2"},"east":{"uv":[8.5,12.75,7,12.5],"texture":"#2"},"south":{"uv":[8.5,12.75,7,12.5],"texture":"#2"},"west":{"uv":[8.5,12.75,7,12.5],"texture":"#2"},"up":{"uv":[7.15,14,7,12.5],"texture":"#2"},"down":{"uv":[8.5,12.75,7,12.5],"rotation":90,"texture":"#2"}}},{"from":[7.77823,10.80547,-1.05984],"to":[8.07823,11.30547,1.94016],"rotation":{"angle":-22.5,"axis":"x","origin":[7.92723,10.749,4.27148]},"faces":{"north":{"uv":[7,12.75,7.15,12.5],"rotation":180,"texture":"#2"},"east":{"uv":[7,12.75,8.5,12.5],"texture":"#2"},"south":{"uv":[7,12.75,8.5,12.5],"texture":"#2"},"west":{"uv":[7,12.75,8.5,12.5],"texture":"#2"},"up":{"uv":[7,14,7.15,12.5],"texture":"#2"},"down":{"uv":[8.5,12.5,7,12.75],"rotation":90,"texture":"#2"}}},{"from":[7.78823,12.81332,-0.43107],"to":[8.06823,13.29332,4.54893],"rotation":{"angle":-45,"axis":"x","origin":[7.92723,10.749,4.27148]},"faces":{"east":{"uv":[8.25,12.75,10.75,12.5],"texture":"#2"},"west":{"uv":[8.25,12.75,10.75,12.5],"texture":"#2"},"up":{"uv":[10.75,12.5,8.25,12.75],"rotation":90,"texture":"#2"},"down":{"uv":[8.25,12.75,10.75,12.5],"texture":"#2"}}},{"from":[7.77823,11.55332,4.05892],"to":[8.07823,13.30332,4.55892],"rotation":{"angle":-45,"axis":"x","origin":[7.92723,10.749,4.27148]},"faces":{"north":{"uv":[9.125,12.5,8.25,12.65],"rotation":90,"texture":"#2"},"east":{"uv":[10.5,13.375,10.75,12.5],"rotation":180,"texture":"#2"},"south":{"uv":[9.375,12.75,8.5,12.9],"rotation":270,"texture":"#2"},"west":{"uv":[10.125,12.5,9.25,12.75],"rotation":270,"texture":"#2"},"up":{"uv":[7.25,12.5,7,12.65],"rotation":270,"texture":"#2"},"down":{"uv":[7.25,12.5,7,12.65],"rotation":270,"texture":"#2"}}},{"from":[7.78823,9.88095,1.91467],"to":[8.06823,10.36095,6.89467],"rotation":{"angle":0,"axis":"x","origin":[7.92723,10.749,4.27148]},"faces":{"north":{"uv":[7.75,13,10.25,12.75],"rotation":180,"texture":"#2"},"east":{"uv":[7.75,13,10.25,12.75],"texture":"#2"},"west":{"uv":[7.75,13,10.25,12.75],"texture":"#2"},"up":{"uv":[10.24,12.65,7.75,12.51],"rotation":90,"texture":"#2"},"down":{"uv":[10.25,12.75,7.75,13],"rotation":90,"texture":"#2"}}},{"from":[7.78823,11.17745,3.56245],"to":[8.06823,11.65745,10.14245],"rotation":{"angle":0,"axis":"x","origin":[7.92723,10.749,4.27148]},"faces":{"east":{"uv":[0,12.75,3.3,12.5],"rotation":180,"texture":"#2"},"south":{"uv":[9.75,13,9.9,12.75],"texture":"#2"},"west":{"uv":[0.25,12.75,3.5,12.5],"texture":"#2"},"up":{"uv":[3.3,12.5,0,12.75],"rotation":270,"texture":"#2"},"down":{"uv":[0,12.75,3.3,12.5],"texture":"#2"}}},{"from":[7.79823,8.95318,6.3728],"to":[8.05823,9.41318,9.8328],"rotation":{"angle":-22.5,"axis":"x","origin":[7.92723,10.749,4.27148]},"faces":{"east":{"uv":[7.5,12.98,9.23,12.75],"texture":"#2"},"west":{"uv":[7.5,12.9,9.25,12.75],"texture":"#2"},"up":{"uv":[9.25,12.75,7.5,12.9],"rotation":270,"texture":"#2"},"down":{"uv":[9.25,12.75,7.5,12.9],"rotation":270,"texture":"#2"}}},{"from":[12.47924,7.5,1.69016],"to":[12.97924,7.8,4.69016],"rotation":{"angle":0,"axis":"y","origin":[12.34483,7.651,7.25002]},"faces":{"north":{"uv":[7,12.75,7.15,12.5],"rotation":90,"texture":"#2"},"east":{"uv":[7,14,7.15,12.5],"rotation":90,"texture":"#2"},"south":{"uv":[7,12.75,8.5,12.5],"rotation":90,"texture":"#2"},"west":{"uv":[8.5,12.5,7,12.75],"rotation":180,"texture":"#2"},"up":{"uv":[7,12.75,8.5,12.5],"rotation":90,"texture":"#2"},"down":{"uv":[7,12.75,8.5,12.5],"rotation":90,"texture":"#2"}}},{"from":[14.56861,7.51,2.36616],"to":[15.04861,7.79,7.34616],"rotation":{"angle":22.5,"axis":"y","origin":[12.34483,7.651,7.25002]},"faces":{"east":{"uv":[10.75,12.5,8.25,12.75],"rotation":180,"texture":"#2"},"west":{"uv":[0,12.39,3.29,12.25],"rotation":180,"texture":"#2"},"up":{"uv":[8.25,12.75,10.75,12.5],"rotation":90,"texture":"#2"},"down":{"uv":[8.25,12.75,10.75,12.5],"rotation":90,"texture":"#2"}}},{"from":[13.30861,7.5,6.85615],"to":[15.05861,7.8,7.35615],"rotation":{"angle":22.5,"axis":"y","origin":[12.34483,7.651,7.25002]},"faces":{"north":{"uv":[9.125,12.5,8.25,12.65],"texture":"#2"},"east":{"uv":[7.25,12.5,7,12.65],"texture":"#2"},"south":{"uv":[9.375,12.75,8.5,12.9],"texture":"#2"},"west":{"uv":[7.25,12.5,7,12.65],"texture":"#2"},"up":{"uv":[10.125,12.5,9.25,12.75],"texture":"#2"},"down":{"uv":[10.5,13.375,10.75,12.5],"rotation":270,"texture":"#2"}}},{"from":[11.46133,7.51,4.65224],"to":[11.94133,7.79,9.63224],"rotation":{"angle":-22.5,"axis":"y","origin":[12.34483,7.651,7.25002]},"faces":{"north":{"uv":[7.75,13,10.25,12.75],"rotation":90,"texture":"#2"},"east":{"uv":[0,12.39,3.29,12.25],"rotation":180,"texture":"#2"},"south":{"uv":[7.75,13,10.25,12.75],"rotation":90,"texture":"#2"},"west":{"uv":[10.25,12.75,7.75,13],"rotation":180,"texture":"#2"},"up":{"uv":[7.75,13,10.25,12.75],"rotation":90,"texture":"#2"},"down":{"uv":[7.75,13,10.25,12.75],"rotation":90,"texture":"#2"}}},{"from":[12.75783,7.51,6.30002],"to":[13.23783,7.79,12.88002],"rotation":{"angle":-22.5,"axis":"y","origin":[12.34483,7.651,7.25002]},"faces":{"east":{"uv":[3.3,12.5,0,12.75],"texture":"#2"},"south":{"uv":[9.75,13,9.9,12.75],"rotation":90,"texture":"#2"},"west":{"uv":[0,12.39,3.29,12.25],"rotation":180,"texture":"#2"},"up":{"uv":[0.25,12.75,3.5,12.5],"rotation":90,"texture":"#2"},"down":{"uv":[0,12.75,3.3,12.5],"rotation":270,"texture":"#2"}}},{"from":[10.62695,7.52,9.1228],"to":[11.08695,7.78,12.5828],"rotation":{"angle":0,"axis":"y","origin":[12.34483,7.651,7.25002]},"faces":{"east":{"uv":[9.25,12.75,7.5,12.9],"texture":"#2"},"west":{"uv":[9.25,12.75,7.5,12.9],"texture":"#2"},"up":{"uv":[7.5,12.9,9.25,12.75],"rotation":90,"texture":"#2"},"down":{"uv":[7.5,12.98,9.23,12.75],"rotation":90,"texture":"#2"}}},{"from":[2.76217,7.51,6.30002],"to":[3.24217,7.79,12.88002],"rotation":{"angle":22.5,"axis":"y","origin":[3.65517,7.651,7.25002]},"faces":{"east":{"uv":[0,12.39,3.29,12.25],"rotation":180,"texture":"#2"},"south":{"uv":[9.75,12.75,9.9,13],"rotation":90,"texture":"#2"},"west":{"uv":[0,12.5,3.3,12.75],"texture":"#2"},"up":{"uv":[0.25,12.5,3.5,12.75],"rotation":90,"texture":"#2"},"down":{"uv":[0,12.5,3.3,12.75],"rotation":270,"texture":"#2"}}},{"from":[4.05867,7.51,4.65224],"to":[4.53867,7.79,9.63224],"rotation":{"angle":22.5,"axis":"y","origin":[3.65517,7.651,7.25002]},"faces":{"north":{"uv":[7.75,12.75,10.25,13],"rotation":90,"texture":"#2"},"east":{"uv":[7.75,12.75,10.25,13],"rotation":180,"texture":"#2"},"south":{"uv":[7.75,12.75,10.25,13],"rotation":90,"texture":"#2"},"west":{"uv":[0,12.39,3.29,12.25],"rotation":180,"texture":"#2"},"up":{"uv":[7.75,12.75,10.25,13],"rotation":90,"texture":"#2"},"down":{"uv":[7.75,12.75,10.25,13],"rotation":90,"texture":"#2"}}},{"from":[0.94139,7.5,6.85615],"to":[2.69139,7.8,7.35615],"rotation":{"angle":-22.5,"axis":"y","origin":[3.65517,7.651,7.25002]},"faces":{"north":{"uv":[8.25,12.5,9.125,12.65],"texture":"#2"},"east":{"uv":[7,12.5,7.25,12.65],"texture":"#2"},"south":{"uv":[8.5,12.75,9.375,12.9],"texture":"#2"},"west":{"uv":[7,12.5,7.25,12.65],"texture":"#2"},"up":{"uv":[9.25,12.5,10.125,12.75],"texture":"#2"},"down":{"uv":[10.5,12.5,10.75,13.375],"rotation":270,"texture":"#2"}}},{"from":[0.95139,7.51,2.36616],"to":[1.43139,7.79,7.34616],"rotation":{"angle":-22.5,"axis":"y","origin":[3.65517,7.651,7.25002]},"faces":{"east":{"uv":[0,12.71,2.49,12.85],"rotation":180,"texture":"#2"},"west":{"uv":[8.25,12.5,10.75,12.75],"rotation":180,"texture":"#2"},"up":{"uv":[8.25,12.5,10.75,12.75],"rotation":90,"texture":"#2"},"down":{"uv":[8.25,12.5,10.75,12.75],"rotation":90,"texture":"#2"}}},{"from":[3.02076,7.5,1.69016],"to":[3.52076,7.8,4.69016],"rotation":{"angle":0,"axis":"y","origin":[3.65517,7.651,7.25002]},"faces":{"north":{"uv":[7,12.5,7.15,12.75],"rotation":90,"texture":"#2"},"east":{"uv":[7,12.5,8.5,12.75],"rotation":180,"texture":"#2"},"south":{"uv":[7,12.5,8.5,12.75],"rotation":90,"texture":"#2"},"west":{"uv":[7,12.5,7.15,14],"rotation":90,"texture":"#2"},"up":{"uv":[7,12.5,8.5,12.75],"rotation":90,"texture":"#2"},"down":{"uv":[7,12.5,8.5,12.75],"rotation":90,"texture":"#2"}}},{"from":[4.91305,7.52,9.1228],"to":[5.37305,7.78,12.5828],"rotation":{"angle":0,"axis":"y","origin":[3.65517,7.651,7.25002]},"faces":{"east":{"uv":[7.5,12.75,9.25,12.9],"texture":"#2"},"west":{"uv":[7.5,12.75,9.25,12.9],"texture":"#2"},"up":{"uv":[7.5,12.75,9.25,12.9],"rotation":90,"texture":"#2"},"down":{"uv":[7.5,12.75,9.23,12.98],"rotation":90,"texture":"#2"}}},{"from":[0.94977,7.5,6.38575],"to":[5.44977,7.5,12.38575],"rotation":{"angle":22.5,"axis":"y","origin":[2.69977,7.5,8.88575]},"faces":{"up":{"uv":[0,16,16,0],"rotation":270,"texture":"#1"},"down":{"uv":[0,16,16,0],"rotation":270,"texture":"#1"}}},{"from":[10.55023,7.5,6.38575],"to":[15.05023,7.5,12.38575],"rotation":{"angle":-22.5,"axis":"y","origin":[13.30023,7.5,8.88575]},"faces":{"up":{"uv":[0,0,16,16],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,16,16],"rotation":270,"texture":"#1"}}},{"from":[7.95,9.5,3.35],"to":[7.95,14,9.35],"faces":{"east":{"uv":[0,0,16,16],"texture":"#1"},"west":{"uv":[0,0,16,16],"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[0,0,-75],"translation":[0.25,-2,-0.25],"scale":[1.1,1.1,1.1]},"thirdperson_lefthand":{"rotation":[0,0,-75],"translation":[0.25,-2,-0.25],"scale":[1.1,1.1,1.1]},"firstperson_righthand":{"rotation":[0,1,18],"translation":[0,2.25,1.25]},"firstperson_lefthand":{"rotation":[0,1,18],"translation":[0,2.25,1.25]},"gui":{"rotation":[70,-30,20],"translation":[-1,-1,0]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/toy_dagger.json b/assets/minecraft/models/item/wynn/skin/dagger/toy_dagger.json new file mode 100644 index 000000000..6a0d8b469 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/toy_dagger.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/wood","3":"skins/red_gradient1","4":"skins/driftwood_1","particle":"skins/wood"},"elements":[{"from":[7.05163,-10.8,7.04969],"to":[8.95163,-10.2,8.94969],"rotation":{"angle":0,"axis":"y","origin":[8.00097,-0.11477,8.00066]},"faces":{"north":{"uv":[4,2.5,4.6,4.4],"rotation":270,"texture":"#3"},"east":{"uv":[4,2.5,4.6,4.4],"rotation":270,"texture":"#3"},"south":{"uv":[4,2.5,4.6,4.4],"rotation":270,"texture":"#3"},"west":{"uv":[4,2.5,4.6,4.4],"rotation":270,"texture":"#3"},"up":{"uv":[4,2.5,5.9,4.4],"rotation":270,"texture":"#3"},"down":{"uv":[4,2.5,5.9,4.4],"rotation":270,"texture":"#3"}}},{"from":[7.05163,-6.8,7.04969],"to":[8.95163,-6.2,8.94969],"rotation":{"angle":0,"axis":"y","origin":[8.00097,0.88523,8.00066]},"faces":{"north":{"uv":[4,2.5,4.6,4.4],"rotation":270,"texture":"#3"},"east":{"uv":[4,2.5,4.6,4.4],"rotation":270,"texture":"#3"},"south":{"uv":[4,2.5,4.6,4.4],"rotation":270,"texture":"#3"},"west":{"uv":[4,2.5,4.6,4.4],"rotation":270,"texture":"#3"},"up":{"uv":[4,2.5,5.9,4.4],"rotation":270,"texture":"#3"},"down":{"uv":[4,2.5,5.9,4.4],"rotation":270,"texture":"#3"}}},{"from":[7.29963,-6.052,6.79769],"to":[8.70363,-5.198,9.20169],"rotation":{"angle":0,"axis":"y","origin":[8.00097,0.88523,8.00066]},"faces":{"north":{"uv":[3,9.5,4.404,10.354],"rotation":180,"texture":"#0"},"east":{"uv":[3,9.5,5.404,10.354],"rotation":180,"texture":"#0"},"south":{"uv":[3,9.5,4.404,10.354],"rotation":180,"texture":"#0"},"west":{"uv":[3,9.5,5.404,10.354],"rotation":180,"texture":"#0"},"up":{"uv":[3,9.5,4.404,11.904],"rotation":180,"texture":"#0"},"down":{"uv":[3,9.5,4.404,11.904],"rotation":180,"texture":"#0"}}},{"from":[7.34163,-10.71,7.33969],"to":[8.66163,-5.39,8.65969],"rotation":{"angle":0,"axis":"y","origin":[7.50097,-0.86477,7.50066]},"faces":{"north":{"uv":[1.5,9,4.5,10],"rotation":90,"texture":"#0"},"east":{"uv":[1.5,9,4.5,10],"rotation":90,"texture":"#0"},"south":{"uv":[1.5,9,4.5,10],"rotation":90,"texture":"#0"},"west":{"uv":[1.5,9,4.5,10],"rotation":90,"texture":"#0"},"up":{"uv":[1.5,9,4.5,10],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,9,4.5,10],"texture":"#0"}}},{"from":[7.10163,-7.6,7.09969],"to":[8.90163,-7,8.89969],"rotation":{"angle":22.5,"axis":"x","origin":[8.00163,-7.3,7.99969]},"faces":{"north":{"uv":[4,2.5,5.8,3.1],"rotation":180,"texture":"#3"},"east":{"uv":[4,2.5,5.8,3.1],"rotation":180,"texture":"#3"},"south":{"uv":[4,2.5,5.8,3.1],"rotation":180,"texture":"#3"},"west":{"uv":[4,2.5,5.8,3.1],"rotation":180,"texture":"#3"},"up":{"uv":[4,2.5,5.8,4.3],"rotation":180,"texture":"#3"},"down":{"uv":[4,2.5,5.8,4.3],"rotation":180,"texture":"#3"}}},{"from":[7.10163,-9.8,7.09969],"to":[8.90163,-9.2,8.89969],"rotation":{"angle":0,"axis":"y","origin":[8.00097,0.13523,8.00066]},"faces":{"north":{"uv":[4,2.5,5.8,3.1],"rotation":180,"texture":"#3"},"east":{"uv":[4,2.5,5.8,3.1],"rotation":180,"texture":"#3"},"south":{"uv":[4,2.5,5.8,3.1],"rotation":180,"texture":"#3"},"west":{"uv":[4,2.5,5.8,3.1],"rotation":180,"texture":"#3"},"up":{"uv":[4,2.5,5.8,4.3],"rotation":180,"texture":"#3"},"down":{"uv":[4,2.5,5.8,4.3],"rotation":180,"texture":"#3"}}},{"from":[7.10163,-8.7,7.09969],"to":[8.90163,-8.1,8.89969],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00163,-8.4,7.99969]},"faces":{"north":{"uv":[4,2.5,4.6,4.3],"rotation":270,"texture":"#3"},"east":{"uv":[4,2.5,4.6,4.3],"rotation":270,"texture":"#3"},"south":{"uv":[4,2.5,4.6,4.3],"rotation":270,"texture":"#3"},"west":{"uv":[4,2.5,4.6,4.3],"rotation":270,"texture":"#3"},"up":{"uv":[4,2.5,5.8,4.3],"rotation":270,"texture":"#3"},"down":{"uv":[4,2.5,5.8,4.3],"rotation":270,"texture":"#3"}}},{"from":[7.49663,-13.15767,6.75212],"to":[8.50663,-10.64767,9.26212],"rotation":{"angle":-45,"axis":"x","origin":[8.00163,-11.90267,8.00712]},"faces":{"north":{"uv":[3,9.5,5.51,10.51],"rotation":90,"texture":"#0"},"east":{"uv":[3,9.5,5.51,12.01],"rotation":90,"texture":"#0"},"south":{"uv":[3,9.5,5.51,10.51],"rotation":90,"texture":"#0"},"west":{"uv":[3,9.5,5.51,12.01],"rotation":90,"texture":"#0"},"up":{"uv":[3,9.5,5.51,10.51],"rotation":90,"texture":"#0"},"down":{"uv":[3,9.5,5.51,10.51],"rotation":90,"texture":"#0"}}},{"from":[7.49663,-4.75767,6.75212],"to":[8.50663,-2.74767,8.76212],"rotation":{"angle":-45,"axis":"x","origin":[8.00163,-3.50267,8.00712]},"faces":{"north":{"uv":[10.5,14,12.51,15.01],"rotation":90,"texture":"#0"},"east":{"uv":[10.5,13.99,12.51,16],"rotation":90,"texture":"#0"},"south":{"uv":[10.5,14,12.51,15.01],"rotation":90,"texture":"#0"},"west":{"uv":[10.5,13.99,12.51,16],"rotation":90,"texture":"#0"},"up":{"uv":[10.5,14,12.51,15.01],"rotation":90,"texture":"#0"},"down":{"uv":[10.5,14,12.51,15.01],"rotation":90,"texture":"#0"}}},{"from":[7.40663,-5.69893,7.98586],"to":[8.59663,-0.85893,8.47586],"rotation":{"angle":45,"axis":"x","origin":[8.00163,-3.27893,8.23086]},"faces":{"north":{"uv":[2.5,11.5,7.34,12.69],"rotation":270,"texture":"#4"},"east":{"uv":[2.5,11.5,7.34,11.99],"rotation":270,"texture":"#4"},"south":{"uv":[2.5,11.5,7.34,12.69],"rotation":270,"texture":"#4"},"west":{"uv":[2.5,11.5,7.34,11.99],"rotation":270,"texture":"#4"},"up":{"uv":[6.5,11.5,6.99,12.69],"rotation":270,"texture":"#4"},"down":{"uv":[2.5,11.5,2.99,12.69],"rotation":270,"texture":"#4"}}},{"from":[7.39663,-5.81381,7.76696],"to":[8.60663,-1.95381,8.27696],"rotation":{"angle":-45,"axis":"x","origin":[8.00163,-3.88381,8.02196]},"faces":{"north":{"uv":[4,11.5,7.86,12.71],"rotation":270,"texture":"#4"},"east":{"uv":[4,11.5,7.86,12.01],"rotation":270,"texture":"#4"},"south":{"uv":[4,11.5,7.86,12.71],"rotation":270,"texture":"#4"},"west":{"uv":[4,11.5,7.86,12.01],"rotation":270,"texture":"#4"},"up":{"uv":[6.5,11.5,7.01,12.71],"rotation":270,"texture":"#4"},"down":{"uv":[4,11.5,4.51,12.71],"rotation":270,"texture":"#4"}}},{"from":[7.19663,-12.55767,6.95212],"to":[8.80663,-10.94767,8.56212],"rotation":{"angle":-45,"axis":"x","origin":[8.00163,-11.50267,8.00712]},"faces":{"north":{"uv":[7.5,14.5,9.009,16],"texture":"#0"},"east":{"uv":[7.5,14.5,9.009,16],"texture":"#0"},"south":{"uv":[7.5,14.5,9.009,16],"texture":"#0"},"west":{"uv":[7.5,14.5,9.009,16],"texture":"#0"},"up":{"uv":[7.5,14.5,9.009,16],"texture":"#0"},"down":{"uv":[7.5,14.5,9.009,16],"texture":"#0"}}},{"from":[7.64163,-4.35663,3.56094],"to":[8.36163,-1.08663,6.83094],"rotation":{"angle":-45,"axis":"x","origin":[8.00097,0.08523,8.00066]},"faces":{"north":{"uv":[2,10,4,11],"rotation":90,"texture":"#0"},"east":{"uv":[2,10,4,12],"texture":"#0"},"south":{"uv":[2,10,4,11],"rotation":90,"texture":"#0"},"west":{"uv":[2,10,4,12],"texture":"#0"},"up":{"uv":[2,10,4,11],"rotation":90,"texture":"#0"},"down":{"uv":[2,11,4,12],"rotation":90,"texture":"#0"}}},{"from":[7.84869,-3.24476,6.3787],"to":[8.14469,2.35124,9.6247],"rotation":{"angle":0,"axis":"z","origin":[8.00097,-2.41477,8.00066]},"faces":{"north":{"uv":[4,14.5,7.5,15],"rotation":90,"texture":"#0"},"east":{"uv":[4,14,7.5,16],"rotation":90,"texture":"#0"},"south":{"uv":[4,14,7.5,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[12.5,14,16,16],"rotation":270,"texture":"#0"},"up":{"uv":[4,13.5,4.296,15.5],"rotation":180,"texture":"#0"},"down":{"uv":[4,14,16,16],"texture":"#0"}}},{"from":[7.84869,3.75524,6.3787],"to":[8.14469,10.35124,9.6247],"rotation":{"angle":0,"axis":"z","origin":[8.00097,-2.41477,8.00066]},"faces":{"north":{"uv":[4,14.5,8.5,15],"rotation":90,"texture":"#0"},"east":{"uv":[4,14,8,16],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,8,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[11.5,14,16,16],"rotation":270,"texture":"#0"},"up":{"uv":[4,13.5,4.296,15.5],"rotation":180,"texture":"#0"},"down":{"uv":[4,14,16,16],"texture":"#0"}}},{"from":[7.85869,9.21124,6.86505],"to":[8.13469,11.49124,9.14505],"rotation":{"angle":45,"axis":"x","origin":[7.99669,10.35124,8.00505]},"faces":{"north":{"uv":[11.5,14,13.8,14.296],"rotation":90,"texture":"#0"},"east":{"uv":[11.5,14,13.5,16],"rotation":90,"texture":"#0"},"south":{"uv":[11.5,14,13.5,16],"rotation":90,"texture":"#0"},"west":{"uv":[11.5,14,13.5,16],"rotation":270,"texture":"#0"},"up":{"uv":[11.5,14,13.8,14.296],"rotation":90,"texture":"#0"},"down":{"uv":[11.5,14,13.5,16],"rotation":90,"texture":"#0"}}},{"from":[7.85869,1.83362,6.74125],"to":[8.13469,4.71362,9.02125],"rotation":{"angle":22.5,"axis":"x","origin":[7.99669,2.97362,7.88125]},"faces":{"north":{"uv":[11,14.5,13.2995,14.796],"rotation":90,"texture":"#0"},"east":{"uv":[11.5,14,13.5,16],"rotation":90,"texture":"#0"},"south":{"uv":[11.5,14,13.5,16],"rotation":90,"texture":"#0"},"west":{"uv":[11.5,13.5,13.5,15.5],"rotation":270,"texture":"#0"},"up":{"uv":[11.5,14,13.8,14.296],"rotation":90,"texture":"#0"},"down":{"uv":[11.5,14,13.5,16],"rotation":90,"texture":"#0"}}},{"from":[7.84879,2.35134,7.3248],"to":[8.14459,3.85114,9.6246],"rotation":{"angle":0,"axis":"x","origin":[7.99669,3.80124,8.4747]},"faces":{"north":{"uv":[11.5,15.5,12.5,16],"rotation":90,"texture":"#0"},"east":{"uv":[11.5,15.5,12.5,16],"rotation":90,"texture":"#0"},"south":{"uv":[11.5,15.5,12.5,16],"rotation":90,"texture":"#0"},"west":{"uv":[11.5,15.5,12.5,16],"rotation":90,"texture":"#0"},"up":{"uv":[11.5,15.5,12.5,16],"rotation":90,"texture":"#0"},"down":{"uv":[11.5,15.5,12.5,16],"rotation":90,"texture":"#0"}}},{"from":[7.69969,-2.99376,6.95269],"to":[8.29369,9.60024,9.04669],"rotation":{"angle":0,"axis":"z","origin":[8.00097,-0.41477,8.00066]},"faces":{"north":{"uv":[16.094,14,3.5,14.594],"rotation":270,"texture":"#0"},"east":{"uv":[16,14,3.5,16],"rotation":270,"texture":"#0"},"south":{"uv":[16.094,14,3.5,14.594],"rotation":270,"texture":"#0"},"west":{"uv":[16,14,3.5,16],"rotation":270,"texture":"#0"},"up":{"uv":[16,14,3.5,16],"rotation":270,"texture":"#0"},"down":{"uv":[16,14,3.5,16],"rotation":270,"texture":"#0"}}},{"from":[7.68969,-4.40376,3.69269],"to":[8.30369,-2.88376,12.71269],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99669,-3.64376,7.60269]},"faces":{"north":{"uv":[15.5,12,16,13.5],"texture":"#0"},"east":{"uv":[7,12,16,13.5],"texture":"#0"},"south":{"uv":[15.5,12,16,13.5],"texture":"#0"},"west":{"uv":[7,12,16,13.5],"texture":"#0"},"up":{"uv":[7,12,16,12.5],"rotation":90,"texture":"#0"},"down":{"uv":[7,12,16,12.5],"rotation":90,"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,7,0],"translation":[-0.25,14.25,1.5]},"thirdperson_lefthand":{"rotation":[0,7,0],"translation":[-0.25,14.25,1.5]},"firstperson_righthand":{"rotation":[-15,0,0],"translation":[0.75,10.75,0],"scale":[0.77,0.7,0.77]},"firstperson_lefthand":{"rotation":[-15,0,0],"translation":[0.75,10.75,0],"scale":[0.77,0.7,0.77]},"gui":{"rotation":[81,44,-75],"translation":[4.95,5.5,0],"scale":[0.8,0.8,0.8]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/trickster_main_gauche.json b/assets/minecraft/models/item/wynn/skin/dagger/trickster_main_gauche.json new file mode 100644 index 000000000..e9fc24527 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/trickster_main_gauche.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/iron_sheet","1":"skins/soul_heart","2":"skins/wood_full","3":"skins/gems","particle":"skins/gems"},"elements":[{"from":[7,-7.2689,9.95985],"to":[9,-5.7689,11.95985],"rotation":{"angle":45,"axis":"x","origin":[8,5.45985,10.95985]},"faces":{"north":{"uv":[4,9,5.5,11],"rotation":270,"texture":"#1"},"east":{"uv":[4.5,9,6,11],"rotation":270,"texture":"#1"},"south":{"uv":[4,9,5.5,11],"rotation":270,"texture":"#1"},"west":{"uv":[4.5,9,6,11],"rotation":270,"texture":"#1"},"up":{"uv":[5.5,11.5,7.5,13.5],"rotation":270,"texture":"#1"},"down":{"uv":[2.5,12,4.5,14],"rotation":270,"texture":"#1"}}},{"from":[7.24,-8.6289,10.19985],"to":[8.76,-7.1089,11.71985],"rotation":{"angle":45,"axis":"x","origin":[8,5.45985,10.95985]},"faces":{"north":{"uv":[2.5,13.5,4,15],"rotation":270,"texture":"#1"},"east":{"uv":[2.5,13.5,4,15],"rotation":270,"texture":"#1"},"south":{"uv":[2.5,13.5,4,15],"rotation":270,"texture":"#1"},"west":{"uv":[2.5,13.5,4,15],"rotation":270,"texture":"#1"},"up":{"uv":[2.5,13.5,4,15],"rotation":270,"texture":"#1"},"down":{"uv":[2.5,13.5,4,15],"rotation":270,"texture":"#1"}}},{"from":[7.01,-0.4089,9.46985],"to":[8.99,1.5711,11.44985],"rotation":{"angle":45,"axis":"x","origin":[8,4.95985,10.45985]},"faces":{"north":{"uv":[4,9,6,11],"rotation":270,"texture":"#1"},"east":{"uv":[4,9,6,11],"rotation":270,"texture":"#1"},"south":{"uv":[4,9,6,11],"rotation":270,"texture":"#1"},"west":{"uv":[4,9,6,11],"rotation":270,"texture":"#1"},"up":{"uv":[11.5,8.5,13.5,10.5],"rotation":270,"texture":"#1"},"down":{"uv":[0.5,10,2.5,12],"rotation":270,"texture":"#1"}}},{"from":[7.74,1.4711,9.94985],"to":[8.26,16.4911,10.96985],"rotation":{"angle":45,"axis":"x","origin":[8,4.95985,10.45985]},"faces":{"north":{"uv":[0,10,15,11],"rotation":270,"texture":"#0"},"east":{"uv":[0,10,15,11],"rotation":270,"texture":"#0"},"south":{"uv":[0,10,15,11],"rotation":270,"texture":"#0"},"west":{"uv":[0,10,15,11],"rotation":270,"texture":"#0"},"up":{"uv":[0,10,15,11],"rotation":270,"texture":"#0"},"down":{"uv":[0,10,15,11],"rotation":270,"texture":"#0"}}},{"from":[7.94,1.2211,9.44985],"to":[8.06,16.2411,11.46985],"rotation":{"angle":45,"axis":"x","origin":[8,4.95985,10.45985]},"faces":{"north":{"uv":[0,10,15,12],"rotation":270,"texture":"#0"},"east":{"uv":[0,10,15,12],"rotation":270,"texture":"#0"},"south":{"uv":[0,10,15,12],"rotation":270,"texture":"#0"},"west":{"uv":[1,10,16,12],"rotation":270,"texture":"#0"},"up":{"uv":[0,10,15,12],"rotation":270,"texture":"#0"},"down":{"uv":[0,10,15,12],"rotation":270,"texture":"#0"}}},{"from":[7.75,9.35138,20.90947],"to":[8.25,9.85138,21.75947],"rotation":{"angle":-22.5,"axis":"x","origin":[8,4.95985,10.45985]},"faces":{"north":{"uv":[9.5,10,10.35,10.5],"rotation":180,"texture":"#0"},"east":{"uv":[9.5,10,10.35,10.5],"rotation":180,"texture":"#0"},"south":{"uv":[9.5,10,10.35,10.5],"rotation":180,"texture":"#0"},"west":{"uv":[9.5,10,10.35,10.5],"rotation":180,"texture":"#0"},"up":{"uv":[9.5,10,10.35,10.5],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,10,10.35,10.5],"rotation":180,"texture":"#0"}}},{"from":[7.755,15.41447,14.85638],"to":[8.245,16.25447,15.34638],"rotation":{"angle":22.5,"axis":"x","origin":[8,4.95985,10.45985]},"faces":{"north":{"uv":[9.5,11,10.35,11.5],"rotation":270,"texture":"#0"},"east":{"uv":[9.5,11,10.35,11.5],"rotation":270,"texture":"#0"},"south":{"uv":[9.5,11,10.35,11.5],"rotation":270,"texture":"#0"},"west":{"uv":[9.5,11,10.35,11.5],"rotation":270,"texture":"#0"},"up":{"uv":[9.5,11,10.35,11.5],"rotation":270,"texture":"#0"},"down":{"uv":[9.5,11,10.35,11.5],"rotation":270,"texture":"#0"}}},{"from":[7.955,14.99216,15.22265],"to":[8.045,16.83216,15.71265],"rotation":{"angle":22.5,"axis":"x","origin":[8,4.95985,10.45985]},"faces":{"north":{"uv":[9.5,11,11.35,11.5],"rotation":270,"texture":"#0"},"east":{"uv":[9.5,11,11.35,11.5],"rotation":270,"texture":"#0"},"south":{"uv":[9.5,11,11.35,11.5],"rotation":270,"texture":"#0"},"west":{"uv":[9.5,11,11.35,11.5],"rotation":270,"texture":"#0"},"up":{"uv":[9.5,11,11.35,11.5],"rotation":270,"texture":"#0"},"down":{"uv":[9.5,11,11.35,11.5],"rotation":270,"texture":"#0"}}},{"from":[7.955,13.91827,19.41614],"to":[8.045,14.35827,19.85614],"rotation":{"angle":0,"axis":"x","origin":[8,4.95985,10.45985]},"faces":{"north":{"uv":[9.5,11,9.95,11.45],"rotation":180,"texture":"#0"},"east":{"uv":[9.5,11,9.95,11.45],"rotation":180,"texture":"#0"},"south":{"uv":[9.5,11,9.95,11.45],"rotation":180,"texture":"#0"},"west":{"uv":[9.5,11,9.95,11.45],"rotation":180,"texture":"#0"},"up":{"uv":[9.5,11,9.95,11.45],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,11,9.95,11.45],"rotation":180,"texture":"#0"}}},{"from":[7.95,9.71764,20.48716],"to":[8.05,10.21764,22.33716],"rotation":{"angle":-22.5,"axis":"x","origin":[8,4.95985,10.45985]},"faces":{"north":{"uv":[9.5,11.5,11.35,12],"rotation":180,"texture":"#0"},"east":{"uv":[9.5,11.5,11.35,12],"rotation":180,"texture":"#0"},"south":{"uv":[9.5,11.5,11.35,12],"rotation":180,"texture":"#0"},"west":{"uv":[9.5,11.5,11.35,12],"rotation":180,"texture":"#0"},"up":{"uv":[9.5,11.5,11.35,12],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,11.5,11.35,12],"rotation":180,"texture":"#0"}}},{"from":[7.76,13.52808,19.02638],"to":[8.24,13.80808,19.30638],"rotation":{"angle":0,"axis":"x","origin":[8,4.95985,10.45985]},"faces":{"north":{"uv":[9.5,11,9.8,11.3],"rotation":180,"texture":"#0"},"east":{"uv":[9.5,11,9.8,11.3],"rotation":180,"texture":"#0"},"south":{"uv":[9.5,11,9.8,11.3],"rotation":180,"texture":"#0"},"west":{"uv":[9.5,11,9.8,11.3],"rotation":180,"texture":"#0"},"up":{"uv":[9.5,11,9.8,11.3],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,11,9.8,11.3],"rotation":180,"texture":"#0"}}},{"from":[7.6,-3.4,7.6],"to":[8.4,2.4,8.4],"rotation":{"angle":-45,"axis":"x","origin":[8,2.5,8]},"faces":{"north":{"uv":[2.5,10.5,8.5,11.5],"rotation":270,"texture":"#1"},"east":{"uv":[2.5,10.5,8.5,11.5],"rotation":270,"texture":"#1"},"south":{"uv":[2.5,10.5,8.5,11.5],"rotation":270,"texture":"#1"},"west":{"uv":[2.5,10.5,8.5,11.5],"rotation":270,"texture":"#1"},"up":{"uv":[7.5,10.5,8.5,11.5],"rotation":270,"texture":"#1"},"down":{"uv":[2.5,10.5,3.5,11.5],"rotation":270,"texture":"#1"}}},{"from":[7.6,2.6,7.6],"to":[8.4,8.4,8.4],"rotation":{"angle":-45,"axis":"x","origin":[8,2.5,8]},"faces":{"north":{"uv":[1,11.5,7,12.5],"rotation":90,"texture":"#1"},"east":{"uv":[1,11.5,7,12.5],"rotation":90,"texture":"#1"},"south":{"uv":[1,11.5,7,12.5],"rotation":90,"texture":"#1"},"west":{"uv":[1,11.5,7,12.5],"rotation":90,"texture":"#1"},"up":{"uv":[1,11.5,2,12.5],"rotation":90,"texture":"#1"},"down":{"uv":[7.5,11.5,8.5,12.5],"rotation":90,"texture":"#1"}}},{"from":[7.4,6.00122,3.29878],"to":[8.6,7.20122,4.49878],"rotation":{"angle":0,"axis":"x","origin":[8,6.60122,3.89878]},"faces":{"north":{"uv":[2,10.5,3,11.5],"rotation":180,"texture":"#1"},"east":{"uv":[2.5,11.5,3.5,12.5],"rotation":180,"texture":"#1"},"south":{"uv":[2.5,11.5,3.5,12.5],"rotation":180,"texture":"#1"},"west":{"uv":[2.5,11.5,3.5,12.5],"rotation":90,"texture":"#1"},"up":{"uv":[2.5,12,3.5,13],"texture":"#1"},"down":{"uv":[2.5,11.5,3.5,12.5],"texture":"#1"}}},{"from":[7.5,3.96237,2.33232],"to":[8.5,4.46237,3.83232],"rotation":{"angle":22.5,"axis":"x","origin":[8,2.5,8]},"faces":{"north":{"uv":[2.5,11.5,3,12.5],"rotation":90,"texture":"#1"},"east":{"uv":[2.5,11.5,3,13],"rotation":90,"texture":"#1"},"south":{"uv":[2.5,11.5,3,12.5],"rotation":90,"texture":"#1"},"west":{"uv":[2.5,11.5,3,13],"rotation":90,"texture":"#1"},"up":{"uv":[2.5,11.5,4,12.5],"rotation":90,"texture":"#1"},"down":{"uv":[2.5,12,4,13],"rotation":90,"texture":"#1"}}},{"from":[7.49,6.65768,6.02763],"to":[8.51,8.17768,6.54763],"rotation":{"angle":-22.5,"axis":"x","origin":[8,2.5,8]},"faces":{"north":{"uv":[3,11.5,4,13],"rotation":180,"texture":"#1"},"east":{"uv":[3,11.5,3.5,13],"rotation":180,"texture":"#1"},"south":{"uv":[3,11.5,4,13],"rotation":180,"texture":"#1"},"west":{"uv":[3,11.5,3.5,13],"rotation":180,"texture":"#1"},"up":{"uv":[3,11.5,4,12],"rotation":180,"texture":"#1"},"down":{"uv":[3,12,4,12.5],"rotation":180,"texture":"#1"}}},{"from":[7.49,0.52763,12.15768],"to":[8.51,1.04763,13.67768],"rotation":{"angle":22.5,"axis":"x","origin":[8,2.5,8]},"faces":{"north":{"uv":[3,13,3.5,14],"rotation":90,"texture":"#1"},"east":{"uv":[3,13,3.5,14.5],"rotation":90,"texture":"#1"},"south":{"uv":[3,13,3.5,14],"rotation":90,"texture":"#1"},"west":{"uv":[3,13,3.5,14.5],"rotation":90,"texture":"#1"},"up":{"uv":[3,13,4.5,14],"rotation":90,"texture":"#1"},"down":{"uv":[3,13.5,4.5,14.5],"rotation":90,"texture":"#1"}}},{"from":[7.5,-3.16768,9.46237],"to":[8.5,-1.66768,9.96237],"rotation":{"angle":-22.5,"axis":"x","origin":[8,2.5,8]},"faces":{"north":{"uv":[3,13,4,14.5],"rotation":180,"texture":"#1"},"east":{"uv":[3,13,3.5,14.5],"rotation":180,"texture":"#1"},"south":{"uv":[3,13,4,14.5],"rotation":180,"texture":"#1"},"west":{"uv":[3,13,3.5,14.5],"rotation":180,"texture":"#1"},"up":{"uv":[3,13,4,13.5],"rotation":180,"texture":"#1"},"down":{"uv":[3,13.5,4,14],"rotation":180,"texture":"#1"}}},{"from":[7.4,-2.20122,11.50122],"to":[8.6,-1.00122,12.70122],"rotation":{"angle":0,"axis":"x","origin":[8,2.5,8]},"faces":{"north":{"uv":[2.5,11.5,3.5,12.5],"texture":"#1"},"east":{"uv":[2.5,11.5,3.5,12.5],"texture":"#1"},"south":{"uv":[2,10.5,3,11.5],"texture":"#1"},"west":{"uv":[2.5,11.5,3.5,12.5],"rotation":270,"texture":"#1"},"up":{"uv":[2.5,11.5,3.5,12.5],"texture":"#1"},"down":{"uv":[2.5,12,3.5,13],"texture":"#1"}}},{"from":[7.5,-5.46751,0.03249],"to":[8.5,-4.26751,1.23249],"rotation":{"angle":0,"axis":"x","origin":[8,5.30985,10.80985]},"faces":{"north":{"uv":[3,11.5,4,12.5],"rotation":270,"texture":"#1"},"east":{"uv":[3,11.5,4,12.5],"rotation":270,"texture":"#1"},"south":{"uv":[3,11.5,4,12.5],"rotation":270,"texture":"#1"},"west":{"uv":[3,11.5,4,12.5],"rotation":270,"texture":"#1"},"up":{"uv":[3,11.5,4,12.5],"rotation":270,"texture":"#1"},"down":{"uv":[3,11.5,4,12.5],"rotation":270,"texture":"#1"}}},{"from":[7.25,-7.5189,9.70985],"to":[8.75,1.4811,11.20985],"rotation":{"angle":45,"axis":"x","origin":[8,4.95985,10.45985]},"faces":{"north":{"uv":[2.5,9.5,11.5,11],"rotation":90,"texture":"#2"},"east":{"uv":[2.5,9.5,11.5,11],"rotation":90,"texture":"#2"},"south":{"uv":[2.5,9.5,11.5,11],"rotation":90,"texture":"#2"},"west":{"uv":[2.5,9.5,11.5,11],"rotation":90,"texture":"#2"},"up":{"uv":[2.5,9.5,4,11],"rotation":90,"texture":"#2"},"down":{"uv":[2.5,9.5,4,11],"rotation":90,"texture":"#2"}}},{"from":[7.74,2.24326,4.99],"to":[8.26,3.45674,5.51],"rotation":{"angle":0,"axis":"x","origin":[8,2.85,8]},"faces":{"north":{"uv":[3,12,3.5,13.19347],"texture":"#1"},"east":{"uv":[3,12,3.5,13.19347],"texture":"#1"},"south":{"uv":[3,12,3.5,13.19347],"texture":"#1"},"west":{"uv":[3,12,3.5,13.19347],"texture":"#1"},"up":{"uv":[3,12,3.5,13.19347],"texture":"#1"},"down":{"uv":[3,12,3.5,13.19347],"texture":"#1"}}},{"from":[7.75,2.25326,5],"to":[8.25,3.44674,5.5],"rotation":{"angle":22.5,"axis":"x","origin":[8,2.85,8]},"faces":{"north":{"uv":[3,12,3.5,13.19347],"texture":"#1"},"east":{"uv":[3,12,3.5,13.19347],"texture":"#1"},"south":{"uv":[3,12,3.5,13.19347],"texture":"#1"},"west":{"uv":[3,12,3.5,13.19347],"texture":"#1"},"up":{"uv":[3,12,3.5,13.19347],"texture":"#1"},"down":{"uv":[3,12,3.5,13.19347],"texture":"#1"}}},{"from":[7.74,-0.51,7.74326],"to":[8.26,0.01,8.95674],"rotation":{"angle":-22.5,"axis":"x","origin":[8,2.5,8.35]},"faces":{"north":{"uv":[3,12,3.5,13.19347],"rotation":90,"texture":"#1"},"east":{"uv":[3,12,3.5,13.19347],"rotation":90,"texture":"#1"},"south":{"uv":[3,12,3.5,13.19347],"rotation":90,"texture":"#1"},"west":{"uv":[3,12,3.5,13.19347],"rotation":90,"texture":"#1"},"up":{"uv":[3,12,3.5,13.19347],"texture":"#1"},"down":{"uv":[3,12,3.5,13.19347],"texture":"#1"}}},{"from":[7.75,-0.5,7.75326],"to":[8.25,0,8.94674],"rotation":{"angle":0,"axis":"x","origin":[8,2.5,8.35]},"faces":{"north":{"uv":[3,12,3.5,13.19347],"rotation":90,"texture":"#1"},"east":{"uv":[3,12,3.5,13.19347],"rotation":90,"texture":"#1"},"south":{"uv":[3,12,3.5,13.19347],"rotation":90,"texture":"#1"},"west":{"uv":[3,12,3.5,13.19347],"rotation":90,"texture":"#1"},"up":{"uv":[3,12,3.5,13.19347],"texture":"#1"},"down":{"uv":[3,12,3.5,13.19347],"texture":"#1"}}},{"from":[4.99,1.89326,7.74],"to":[5.51,3.10674,8.26],"rotation":{"angle":-45,"axis":"z","origin":[8,2.5,8]},"faces":{"north":{"uv":[5.5,11.5,6,12.69347],"texture":"#1"},"east":{"uv":[5.5,11.5,6,12.69347],"texture":"#1"},"south":{"uv":[5.5,11.5,6,12.69347],"texture":"#1"},"west":{"uv":[5.5,11.5,6,12.69347],"texture":"#1"},"up":{"uv":[5.5,11.5,6,12],"texture":"#1"},"down":{"uv":[5.5,11.5,6,12],"texture":"#1"}}},{"from":[5,1.90326,7.75],"to":[5.5,3.09674,8.25],"rotation":{"angle":-22.5,"axis":"z","origin":[8,2.5,8]},"faces":{"north":{"uv":[5.5,11.5,6,12.69347],"texture":"#1"},"east":{"uv":[5.5,11.5,6,12.69347],"texture":"#1"},"south":{"uv":[5.5,11.5,6,12.69347],"texture":"#1"},"west":{"uv":[5.5,11.5,6,12.69347],"texture":"#1"},"up":{"uv":[5.5,11.5,6,12],"texture":"#1"},"down":{"uv":[5.5,11.5,6,12],"texture":"#1"}}},{"from":[10.49,1.89326,7.39],"to":[11.01,3.10674,8.61],"rotation":{"angle":0,"axis":"x","origin":[8,2.5,8]},"faces":{"north":{"uv":[5,10.5,6,11],"rotation":270,"texture":"#1"},"east":{"uv":[5,10,6,11],"rotation":270,"texture":"#1"},"south":{"uv":[5,10,6,10.5],"rotation":270,"texture":"#1"},"west":{"uv":[5,10,6,11],"texture":"#1"},"up":{"uv":[5,10,6,10.5],"rotation":270,"texture":"#1"},"down":{"uv":[5,10.5,6,11],"rotation":270,"texture":"#1"}}},{"from":[4.99,1.89326,7.39],"to":[5.51,3.10674,8.61],"rotation":{"angle":0,"axis":"x","origin":[8,2.5,8]},"faces":{"north":{"uv":[5,11,6,10.5],"rotation":270,"texture":"#1"},"east":{"uv":[6,10,5,11],"texture":"#1"},"south":{"uv":[5,10.5,6,10],"rotation":270,"texture":"#1"},"west":{"uv":[5,11,6,10],"rotation":270,"texture":"#1"},"up":{"uv":[5,10.5,6,10],"rotation":270,"texture":"#1"},"down":{"uv":[5,11,6,10.5],"rotation":270,"texture":"#1"}}},{"from":[4.8,2.10326,7.6],"to":[5,2.89676,8.4],"rotation":{"angle":0,"axis":"x","origin":[8,2.5,8]},"faces":{"north":{"uv":[1.5,1.5,2,2.5],"texture":"#3"},"east":{"uv":[2,1.5,1,2.5],"rotation":180,"texture":"#3"},"south":{"uv":[1,1.5,1.5,2.5],"texture":"#3"},"west":{"uv":[1,2.5,2,1.5],"rotation":180,"texture":"#3"},"up":{"uv":[1,1.5,1.5,2.5],"rotation":180,"texture":"#3"},"down":{"uv":[1.5,1.5,2,2.5],"texture":"#3"}}},{"from":[7.3,-5.29674,0.2],"to":[8.7,-4.50324,1],"rotation":{"angle":0,"axis":"x","origin":[8,-4.89999,0.6]},"faces":{"north":{"uv":[1,1.5,1.5,2.5],"rotation":180,"texture":"#3"},"east":{"uv":[1,2.5,2,1.5],"rotation":270,"texture":"#3"},"south":{"uv":[1.5,1.5,2,2.5],"rotation":180,"texture":"#3"},"west":{"uv":[1,2.5,2,1.5],"texture":"#3"},"up":{"uv":[1.5,1.5,2,2.5],"texture":"#3"},"down":{"uv":[1,1.5,1.5,2.5],"rotation":180,"texture":"#3"}}},{"from":[11,2.10326,7.6],"to":[11.2,2.89676,8.4],"rotation":{"angle":0,"axis":"x","origin":[8,2.5,8]},"faces":{"north":{"uv":[2,1.5,1.5,2.5],"texture":"#3"},"east":{"uv":[2,2.5,1,1.5],"rotation":180,"texture":"#3"},"south":{"uv":[1.5,1.5,1,2.5],"texture":"#3"},"west":{"uv":[1,1.5,2,2.5],"rotation":180,"texture":"#3"},"up":{"uv":[1.5,1.5,1,2.5],"rotation":180,"texture":"#3"},"down":{"uv":[2,1.5,1.5,2.5],"texture":"#3"}}},{"from":[5,1.90326,7.75],"to":[5.5,3.09674,8.25],"rotation":{"angle":22.5,"axis":"z","origin":[8,2.5,8]},"faces":{"north":{"uv":[4.5,12,5,13.19347],"texture":"#1"},"east":{"uv":[4.5,12,5,13.19347],"texture":"#1"},"south":{"uv":[4.5,12,5,13.19347],"texture":"#1"},"west":{"uv":[4.5,12,5,13.19347],"texture":"#1"},"up":{"uv":[4.5,12,5,12.5],"texture":"#1"},"down":{"uv":[4.5,12,5,12.5],"texture":"#1"}}},{"from":[4.99,1.89326,7.74],"to":[5.51,3.10674,8.26],"rotation":{"angle":45,"axis":"z","origin":[8,2.5,8]},"faces":{"north":{"uv":[4,12,4.5,13.19347],"texture":"#1"},"east":{"uv":[4,12,4.5,13.19347],"texture":"#1"},"south":{"uv":[4,12,4.5,13.19347],"texture":"#1"},"west":{"uv":[4,12,4.5,13.19347],"texture":"#1"},"up":{"uv":[4,12,4.5,12.5],"texture":"#1"},"down":{"uv":[4,12,4.5,12.5],"texture":"#1"}}},{"from":[10.49,1.89326,7.74],"to":[11.01,3.10674,8.26],"rotation":{"angle":-45,"axis":"z","origin":[8,2.5,8]},"faces":{"north":{"uv":[4,12,4.5,13.19347],"texture":"#1"},"east":{"uv":[4,12,4.5,13.19347],"texture":"#1"},"south":{"uv":[4,12,4.5,13.19347],"texture":"#1"},"west":{"uv":[4,12,4.5,13.19347],"texture":"#1"},"up":{"uv":[4,12,4.5,12.5],"texture":"#1"},"down":{"uv":[4,12,4.5,12.5],"texture":"#1"}}},{"from":[10.5,1.90326,7.75],"to":[11,3.09674,8.25],"rotation":{"angle":-22.5,"axis":"z","origin":[8,2.5,8]},"faces":{"north":{"uv":[4.5,12,5,13.19347],"texture":"#1"},"east":{"uv":[4.5,12,5,13.19347],"texture":"#1"},"south":{"uv":[4.5,12,5,13.19347],"texture":"#1"},"west":{"uv":[4.5,12,5,13.19347],"texture":"#1"},"up":{"uv":[4.5,12,5,12.5],"texture":"#1"},"down":{"uv":[4.5,12,5,12.5],"texture":"#1"}}},{"from":[10.5,1.90326,7.75],"to":[11,3.09674,8.25],"rotation":{"angle":22.5,"axis":"z","origin":[8,2.5,8]},"faces":{"north":{"uv":[5.5,11.5,6,12.69347],"texture":"#1"},"east":{"uv":[5.5,11.5,6,12.69347],"texture":"#1"},"south":{"uv":[5.5,11.5,6,12.69347],"texture":"#1"},"west":{"uv":[5.5,11.5,6,12.69347],"texture":"#1"},"up":{"uv":[5.5,11.5,6,12],"texture":"#1"},"down":{"uv":[5.5,11.5,6,12],"texture":"#1"}}},{"from":[10.49,1.89326,7.74],"to":[11.01,3.10674,8.26],"rotation":{"angle":45,"axis":"z","origin":[8,2.5,8]},"faces":{"north":{"uv":[5.5,11.5,6,12.69347],"texture":"#1"},"east":{"uv":[5.5,11.5,6,12.69347],"texture":"#1"},"south":{"uv":[5.5,11.5,6,12.69347],"texture":"#1"},"west":{"uv":[5.5,11.5,6,12.69347],"texture":"#1"},"up":{"uv":[5.5,11.5,6,12],"texture":"#1"},"down":{"uv":[5.5,11.5,6,12],"texture":"#1"}}},{"from":[7.40326,-0.5,7.75],"to":[8.59674,0,8.25],"rotation":{"angle":-22.5,"axis":"z","origin":[8,2.5,8]},"faces":{"north":{"uv":[3.5,12.5,4,13.69347],"rotation":270,"texture":"#1"},"east":{"uv":[3.5,12.5,4,13],"rotation":270,"texture":"#1"},"south":{"uv":[3.5,12.5,4,13.69347],"rotation":270,"texture":"#1"},"west":{"uv":[3.5,12.5,4,13],"rotation":270,"texture":"#1"},"up":{"uv":[3.5,12.5,4,13.69347],"rotation":270,"texture":"#1"},"down":{"uv":[3.5,12.5,4,13.69347],"rotation":270,"texture":"#1"}}},{"from":[7.39326,-0.51,7.74],"to":[8.60674,0.01,8.26],"rotation":{"angle":0,"axis":"x","origin":[8,2.5,8]},"faces":{"north":{"uv":[3.5,12.5,4,13.69347],"rotation":270,"texture":"#1"},"east":{"uv":[3.5,12.5,4,13],"rotation":270,"texture":"#1"},"south":{"uv":[3.5,12.5,4,13.69347],"rotation":270,"texture":"#1"},"west":{"uv":[3.5,12.5,4,13],"rotation":270,"texture":"#1"},"up":{"uv":[3.5,12.5,4,13.69347],"rotation":270,"texture":"#1"},"down":{"uv":[3.5,12.5,4,13.69347],"rotation":270,"texture":"#1"}}},{"from":[7.40326,-0.5,7.75],"to":[8.59674,0,8.25],"rotation":{"angle":22.5,"axis":"z","origin":[8,2.5,8]},"faces":{"north":{"uv":[3,12,4.19347,12.5],"texture":"#1"},"east":{"uv":[3,12,3.5,12.5],"texture":"#1"},"south":{"uv":[3,12,4.19347,12.5],"texture":"#1"},"west":{"uv":[3,12,3.5,12.5],"texture":"#1"},"up":{"uv":[3,12,4.19347,12.5],"texture":"#1"},"down":{"uv":[3,12,4.19347,12.5],"texture":"#1"}}},{"from":[8.45564,4.79067,7.75],"to":[9.64912,5.29067,8.25],"rotation":{"angle":-22.5,"axis":"z","origin":[9.05238,5.04067,8]},"faces":{"north":{"uv":[7.5,11.5,8.69347,12],"texture":"#1"},"east":{"uv":[7.5,11.5,8,12],"rotation":180,"texture":"#1"},"south":{"uv":[7.5,11.5,8.69347,12],"rotation":180,"texture":"#1"},"west":{"uv":[7.5,11.5,8,12],"rotation":180,"texture":"#1"},"up":{"uv":[7.5,11.5,8.69347,12],"rotation":180,"texture":"#1"},"down":{"uv":[7.5,11.5,8.69347,12],"rotation":180,"texture":"#1"}}},{"from":[7.39326,4.99,7.74],"to":[8.60674,5.51,8.26],"rotation":{"angle":0,"axis":"x","origin":[8,2.5,8]},"faces":{"north":{"uv":[8.5,12.5,9.69347,13],"texture":"#1"},"east":{"uv":[8.5,12.5,9.69347,13],"texture":"#1"},"south":{"uv":[8.5,12.5,9.69347,13],"texture":"#1"},"west":{"uv":[8.5,12.5,9.69347,13],"texture":"#1"},"up":{"uv":[8.5,12.5,9.69347,13],"texture":"#1"},"down":{"uv":[8.5,12.5,9.69347,13],"texture":"#1"}}},{"from":[7.40326,5,7.75],"to":[8.59674,5.5,8.25],"rotation":{"angle":22.5,"axis":"z","origin":[8,2.5,8]},"faces":{"north":{"uv":[7.5,11.5,8.69347,12],"rotation":180,"texture":"#1"},"east":{"uv":[7.5,11.5,8,12],"texture":"#1"},"south":{"uv":[7.5,11.5,8.69347,12],"texture":"#1"},"west":{"uv":[7.5,11.5,8,12],"texture":"#1"},"up":{"uv":[7.5,11.5,8.69347,12],"texture":"#1"},"down":{"uv":[7.5,11.5,8.69347,12],"texture":"#1"}}},{"from":[7.40326,2.25,5],"to":[8.59674,2.75,5.5],"rotation":{"angle":45,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[4.5,12.5,5,13.69347],"rotation":270,"texture":"#1"},"east":{"uv":[4.5,12.5,5,13.69347],"rotation":270,"texture":"#1"},"south":{"uv":[4.5,12.5,5,13.69347],"rotation":270,"texture":"#1"},"west":{"uv":[4.5,12.5,5,13.69347],"rotation":270,"texture":"#1"},"up":{"uv":[4.5,12.5,5,13.69347],"rotation":270,"texture":"#1"},"down":{"uv":[4.5,12.5,5,13.69347],"rotation":270,"texture":"#1"}}},{"from":[7.39326,2.24,4.99],"to":[8.60674,2.76,5.51],"rotation":{"angle":22.5,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[4,12,4.5,13.19347],"rotation":270,"texture":"#1"},"east":{"uv":[4,12,4.5,13.19347],"rotation":270,"texture":"#1"},"south":{"uv":[4,12,4.5,13.19347],"rotation":270,"texture":"#1"},"west":{"uv":[4,12,4.5,13.19347],"rotation":270,"texture":"#1"},"up":{"uv":[4,12,4.5,13.19347],"rotation":270,"texture":"#1"},"down":{"uv":[4,12,4.5,13.19347],"rotation":270,"texture":"#1"}}},{"from":[7.40326,2.25,5],"to":[8.59674,2.75,5.5],"rotation":{"angle":0,"axis":"x","origin":[8,2.5,8]},"faces":{"north":{"uv":[3.5,12.5,4,13.69347],"rotation":270,"texture":"#1"},"east":{"uv":[4,12,4.5,13.19347],"rotation":270,"texture":"#1"},"south":{"uv":[4,12,4.5,13.19347],"rotation":270,"texture":"#1"},"west":{"uv":[4,12,4.5,13.19347],"rotation":270,"texture":"#1"},"up":{"uv":[4,12,4.5,13.19347],"rotation":270,"texture":"#1"},"down":{"uv":[4,12,4.5,13.19347],"rotation":270,"texture":"#1"}}},{"from":[7.39326,2.24,4.99],"to":[8.60674,2.76,5.51],"rotation":{"angle":-22.5,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[3.5,12.5,4,13.69347],"rotation":270,"texture":"#1"},"east":{"uv":[3.5,12.5,4,13.69347],"rotation":270,"texture":"#1"},"south":{"uv":[3.5,12.5,4,13.69347],"rotation":270,"texture":"#1"},"west":{"uv":[3.5,12.5,4,13.69347],"rotation":270,"texture":"#1"},"up":{"uv":[3.5,12.5,4,13.69347],"rotation":270,"texture":"#1"},"down":{"uv":[3.5,12.5,4,13.69347],"rotation":270,"texture":"#1"}}},{"from":[7.40326,2.25,5],"to":[8.59674,2.75,5.5],"rotation":{"angle":-45,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[4,12,4.5,13.19347],"rotation":270,"texture":"#1"},"east":{"uv":[4,12,4.5,13.19347],"rotation":270,"texture":"#1"},"south":{"uv":[4,12,4.5,13.19347],"rotation":270,"texture":"#1"},"west":{"uv":[4,12,4.5,13.19347],"rotation":270,"texture":"#1"},"up":{"uv":[4,12,4.5,13.19347],"rotation":270,"texture":"#1"},"down":{"uv":[4,12,4.5,13.19347],"rotation":270,"texture":"#1"}}},{"from":[7.40326,2.25,10.5],"to":[8.59674,2.75,11],"rotation":{"angle":45,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[11,11.5,11.5,12.69347],"rotation":270,"texture":"#1"},"east":{"uv":[11,11.5,11.5,12.69347],"rotation":270,"texture":"#1"},"south":{"uv":[11,11.5,11.5,12.69347],"rotation":270,"texture":"#1"},"west":{"uv":[11,11.5,11.5,12.69347],"rotation":270,"texture":"#1"},"up":{"uv":[11,11.5,11.5,12.69347],"rotation":270,"texture":"#1"},"down":{"uv":[11,11.5,11.5,12.69347],"rotation":270,"texture":"#1"}}},{"from":[8.44564,2.24,10.28067],"to":[9.65912,2.76,10.80067],"rotation":{"angle":22.5,"axis":"y","origin":[9.05238,2.5,10.54067]},"faces":{"north":{"uv":[10,12,10.5,13.19347],"rotation":270,"texture":"#1"},"east":{"uv":[10,12,10.5,13.19347],"rotation":270,"texture":"#1"},"south":{"uv":[10,12,10.5,13.19347],"rotation":90,"texture":"#1"},"west":{"uv":[9,11.5,9.5,12.69347],"texture":"#1"},"up":{"uv":[10,12,10.5,13.19347],"rotation":90,"texture":"#1"},"down":{"uv":[10,12,10.5,13.19347],"rotation":90,"texture":"#1"}}},{"from":[7.40326,2.25,10.5],"to":[8.59674,2.75,11],"rotation":{"angle":0,"axis":"x","origin":[8,2.5,8]},"faces":{"north":{"uv":[9,12,9.5,13.19347],"rotation":270,"texture":"#1"},"east":{"uv":[9,12,9.5,13.19347],"rotation":270,"texture":"#1"},"south":{"uv":[9,12,9.5,13.19347],"rotation":270,"texture":"#1"},"west":{"uv":[9,12,9.5,13.19347],"rotation":270,"texture":"#1"},"up":{"uv":[9,12,9.5,13.19347],"rotation":270,"texture":"#1"},"down":{"uv":[9,12,9.5,13.19347],"rotation":270,"texture":"#1"}}},{"from":[7.39326,2.24,10.49],"to":[8.60674,2.76,11.01],"rotation":{"angle":-22.5,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[10,12,10.5,13.19347],"rotation":270,"texture":"#1"},"east":{"uv":[9,11.5,9.5,12.69347],"texture":"#1"},"south":{"uv":[10,12,10.5,13.19347],"rotation":270,"texture":"#1"},"west":{"uv":[10,12,10.5,13.19347],"rotation":270,"texture":"#1"},"up":{"uv":[10,12,10.5,13.19347],"rotation":270,"texture":"#1"},"down":{"uv":[10,12,10.5,13.19347],"rotation":270,"texture":"#1"}}},{"from":[7.40326,2.25,10.5],"to":[8.59674,2.75,11],"rotation":{"angle":-45,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[11,11.5,11.5,12.69347],"rotation":270,"texture":"#1"},"east":{"uv":[11,11.5,11.5,12.69347],"rotation":270,"texture":"#1"},"south":{"uv":[11,11.5,11.5,12.69347],"rotation":270,"texture":"#1"},"west":{"uv":[11,11.5,11.5,12.69347],"rotation":270,"texture":"#1"},"up":{"uv":[11,11.5,11.5,12.69347],"rotation":270,"texture":"#1"},"down":{"uv":[11,11.5,11.5,12.69347],"rotation":270,"texture":"#1"}}},{"from":[4.99,2.24,7.39326],"to":[5.51,2.76,8.60674],"rotation":{"angle":22.5,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[11,11.5,11.5,12],"rotation":270,"texture":"#1"},"east":{"uv":[11,11.5,11.5,12],"rotation":270,"texture":"#1"},"south":{"uv":[11,11.5,11.5,12],"rotation":270,"texture":"#1"},"west":{"uv":[11,11.5,11.5,12],"rotation":270,"texture":"#1"},"up":{"uv":[11,11.5,11.5,12],"rotation":270,"texture":"#1"},"down":{"uv":[11,11.5,11.5,12],"rotation":270,"texture":"#1"}}},{"from":[4.99,2.24,7.39326],"to":[5.51,2.76,8.60674],"rotation":{"angle":-22.5,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[4.5,12.5,5,13],"rotation":270,"texture":"#1"},"east":{"uv":[4.5,12.5,5,13],"rotation":270,"texture":"#1"},"south":{"uv":[4.5,12.5,5,13],"rotation":270,"texture":"#1"},"west":{"uv":[4.5,12.5,5,13],"rotation":270,"texture":"#1"},"up":{"uv":[4.5,12.5,5,13],"rotation":270,"texture":"#1"},"down":{"uv":[4.5,12.5,5,13],"rotation":270,"texture":"#1"}}},{"from":[10.49,2.24,7.39326],"to":[11.01,2.76,8.60674],"rotation":{"angle":22.5,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[4.5,12.5,5,13],"rotation":270,"texture":"#1"},"east":{"uv":[4.5,12.5,5,13],"rotation":270,"texture":"#1"},"south":{"uv":[4.5,12.5,5,13],"rotation":270,"texture":"#1"},"west":{"uv":[4.5,12.5,5,13],"rotation":270,"texture":"#1"},"up":{"uv":[4.5,12.5,5,13],"rotation":270,"texture":"#1"},"down":{"uv":[4.5,12.5,5,13],"rotation":270,"texture":"#1"}}},{"from":[10.49,2.24,7.39326],"to":[11.01,2.76,8.60674],"rotation":{"angle":-22.5,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[11,11.5,11.5,12],"rotation":270,"texture":"#1"},"east":{"uv":[11,11.5,11.5,12],"rotation":270,"texture":"#1"},"south":{"uv":[11,11.5,11.5,12],"rotation":270,"texture":"#1"},"west":{"uv":[11,11.5,11.5,12],"rotation":270,"texture":"#1"},"up":{"uv":[11,11.5,11.5,12],"rotation":270,"texture":"#1"},"down":{"uv":[11,11.5,11.5,12],"rotation":270,"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[-45,15,10],"translation":[-0.75,6.75,-2]},"thirdperson_lefthand":{"rotation":[-45,15,10],"translation":[-0.75,6.75,-2]},"firstperson_righthand":{"rotation":[-67,15,11],"translation":[-1.75,6,-1.75],"scale":[0.9,0.9,0.9]},"firstperson_lefthand":{"rotation":[-67,15,11],"translation":[-1.75,6,-1.75],"scale":[0.9,0.9,0.9]},"gui":{"rotation":[-7,104,-7],"translation":[-2,3.75,0]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/dagger/tropical_dagger.json b/assets/minecraft/models/item/wynn/skin/dagger/tropical_dagger.json new file mode 100644 index 000000000..b6f0a6c5b --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/dagger/tropical_dagger.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/tropical/tropical_dagger","particle":"skins/tropical/tropical_dagger"},"elements":[{"from":[5,7,11],"to":[10,11,19],"faces":{"north":{"uv":[11.5,2,12.75,3],"texture":"#0"},"east":{"uv":[9.5,2,11.5,3],"texture":"#0"},"south":{"uv":[14.75,2,16,3],"texture":"#0"},"west":{"uv":[12.75,2,14.75,3],"texture":"#0"},"up":{"uv":[12.75,2,11.5,0],"texture":"#0"},"down":{"uv":[14,0,12.75,2],"texture":"#0"}}},{"from":[4.85,7.85,8.85],"to":[10.15,14.15,11.15],"faces":{"north":{"uv":[7.5,0.5,8.75,2],"texture":"#0"},"east":{"uv":[7,0.5,7.5,2],"texture":"#0"},"south":{"uv":[9.25,0.5,10.5,2],"texture":"#0"},"west":{"uv":[8.75,0.5,9.25,2],"texture":"#0"},"up":{"uv":[8.75,0.5,7.5,0],"texture":"#0"},"down":{"uv":[10,0,8.75,0.5],"texture":"#0"}}},{"from":[4.5,2,9],"to":[10.5,8,11],"faces":{"north":{"uv":[0.5,4.25,2,5.75],"texture":"#0"},"east":{"uv":[0,4.25,0.5,5.75],"texture":"#0"},"south":{"uv":[2.5,4.25,4,5.75],"texture":"#0"},"west":{"uv":[2,4.25,2.5,5.75],"texture":"#0"},"up":{"uv":[2,4.25,0.5,3.75],"texture":"#0"},"down":{"uv":[3.5,3.75,2,4.25],"texture":"#0"}}},{"from":[4,11,11],"to":[11,19,18],"faces":{"north":{"uv":[1.75,1.75,3.5,3.75],"texture":"#0"},"east":{"uv":[0,1.75,1.75,3.75],"texture":"#0"},"south":{"uv":[5.25,1.75,7,3.75],"texture":"#0"},"west":{"uv":[3.5,1.75,5.25,3.75],"texture":"#0"},"up":{"uv":[3.5,1.75,1.75,0],"texture":"#0"},"down":{"uv":[5.25,0,3.5,1.75],"texture":"#0"}}},{"from":[5,11,5],"to":[10,14,11],"faces":{"north":{"uv":[11.5,4.5,12.75,5.25],"texture":"#0"},"east":{"uv":[10,4.5,11.5,5.25],"texture":"#0"},"south":{"uv":[14.25,4.5,15.5,5.25],"texture":"#0"},"west":{"uv":[12.75,4.5,14.25,5.25],"texture":"#0"},"up":{"uv":[12.75,4.5,11.5,3],"texture":"#0"},"down":{"uv":[14,3,12.75,4.5],"texture":"#0"}}},{"from":[5,2,10],"to":[5.01,12,15],"rotation":{"angle":-22.5,"axis":"z","origin":[5,11,12.5]},"faces":{"north":{"uv":[8.25,3,8.25,5.5],"texture":"#0"},"east":{"uv":[7,3,8.25,5.5],"texture":"#0"},"south":{"uv":[9.5,3,9.5,5.5],"texture":"#0"},"west":{"uv":[8.25,3,9.5,5.5],"texture":"#0"},"up":{"uv":[8.25,3,8.25,1.75],"texture":"#0"},"down":{"uv":[8.25,1.75,8.25,3],"texture":"#0"}}},{"from":[10,2,10],"to":[10.01,12,15],"rotation":{"angle":22.5,"axis":"z","origin":[10,11,12.5]},"faces":{"north":{"uv":[8.25,3,8.25,5.5],"texture":"#0"},"east":{"uv":[7,3,8.25,5.5],"texture":"#0"},"south":{"uv":[9.5,3,9.5,5.5],"texture":"#0"},"west":{"uv":[8.25,3,9.5,5.5],"texture":"#0"},"up":{"uv":[8.25,3,8.25,1.75],"texture":"#0"},"down":{"uv":[8.25,1.75,8.25,3],"texture":"#0"}}},{"from":[5,10,18],"to":[5.01,14,21],"rotation":{"angle":-22.5,"axis":"y","origin":[5,10,18]},"faces":{"north":{"uv":[0.75,0,0.75,1],"texture":"#0"},"east":{"uv":[0,0,0.75,1],"texture":"#0"},"south":{"uv":[1.5,0,1.5,1],"texture":"#0"},"west":{"uv":[0.75,0,1.5,1],"texture":"#0"},"up":{"uv":[0.75,0,0.75,-0.75],"texture":"#0"},"down":{"uv":[0.75,-0.75,0.75,0],"texture":"#0"}}},{"from":[9,9,18.99],"to":[12,12,19],"rotation":{"angle":22.5,"axis":"x","origin":[9,9,16]},"faces":{"north":{"uv":[5.5,0,6.25,0.75],"texture":"#0"},"east":{"uv":[5.5,0,5.5,0.75],"texture":"#0"},"south":{"uv":[6.25,0,7,0.75],"texture":"#0"},"west":{"uv":[6.25,0,6.25,0.75],"texture":"#0"},"up":{"uv":[6.25,0,5.5,0],"texture":"#0"},"down":{"uv":[7,0,6.25,0],"texture":"#0"}}},{"from":[9,9,15.99],"to":[12,13,16],"rotation":{"angle":-22.5,"axis":"z","origin":[9,9,16]},"faces":{"north":{"uv":[0,0,0.75,1],"texture":"#0"},"east":{"uv":[0,0,0,1],"texture":"#0"},"south":{"uv":[0.75,0,1.5,1],"texture":"#0"},"west":{"uv":[0.75,0,0.75,1],"texture":"#0"},"up":{"uv":[0.75,0,0,0],"texture":"#0"},"down":{"uv":[1.5,0,0.75,0],"texture":"#0"}}},{"from":[9,7,-3],"to":[10.01,11,13],"rotation":{"angle":0,"axis":"x","origin":[7.5,11,11]},"faces":{"north":{"uv":[4,7.75,4.25,8.75],"texture":"#0"},"east":{"uv":[0,7.75,4,8.75],"texture":"#0"},"south":{"uv":[8.25,7.75,8.5,8.75],"texture":"#0"},"west":{"uv":[4.25,7.75,8.25,8.75],"texture":"#0"},"up":{"uv":[4.25,7.75,4,3.75],"texture":"#0"},"down":{"uv":[4.5,3.75,4.25,7.75],"texture":"#0"}}},{"from":[7,7,-5],"to":[8.01,11,11],"rotation":{"angle":0,"axis":"x","origin":[7.5,11,11]},"faces":{"north":{"uv":[4,7.75,4.25,8.75],"texture":"#0"},"east":{"uv":[0,7.75,4,8.75],"texture":"#0"},"south":{"uv":[8.25,7.75,8.5,8.75],"texture":"#0"},"west":{"uv":[4.25,7.75,8.25,8.75],"texture":"#0"},"up":{"uv":[4.25,7.75,4,3.75],"texture":"#0"},"down":{"uv":[4.5,3.75,4.25,7.75],"texture":"#0"}}},{"from":[5,7,-3],"to":[6.01,11,13],"rotation":{"angle":0,"axis":"x","origin":[7.5,11,11]},"faces":{"north":{"uv":[4,7.75,4.25,8.75],"texture":"#0"},"east":{"uv":[0,7.75,4,8.75],"texture":"#0"},"south":{"uv":[8.25,7.75,8.5,8.75],"texture":"#0"},"west":{"uv":[4.25,7.75,8.25,8.75],"texture":"#0"},"up":{"uv":[4.25,7.75,4,3.75],"texture":"#0"},"down":{"uv":[4.5,3.75,4.25,7.75],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"translation":[0.5,0.5,1],"scale":[0.85,0.85,0.85]},"thirdperson_lefthand":{"translation":[-0.5,0.5,1],"scale":[0.85,0.85,0.85]},"firstperson_righthand":{"rotation":[45,-5,5],"translation":[8,-3,-5]},"firstperson_lefthand":{"rotation":[45,-5,5],"translation":[8,-3,-5]},"gui":{"rotation":[-150,-40,-155],"translation":[0,-2.5,0],"scale":[0.65,0.65,0.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/adventurer_hat.json b/assets/minecraft/models/item/wynn/skin/hat/adventurer_hat.json new file mode 100644 index 000000000..cf40faa67 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/adventurer_hat.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/adventurer_hat","particle":"skins/adventurer_hat"},"elements":[{"from":[3.9,5.9,3.9],"to":[12.1,8.1,12.1],"rotation":{"angle":0,"axis":"y","origin":[4,0,4]},"faces":{"north":{"uv":[2,2,4,2.5],"texture":"#0"},"east":{"uv":[0,2,2,2.5],"texture":"#0"},"south":{"uv":[6,2,8,2.5],"texture":"#0"},"west":{"uv":[4,2,6,2.5],"texture":"#0"},"up":{"uv":[4,2,2,0],"texture":"#0"}}},{"from":[11.9,5.9,3.9],"to":[4.1,8.1,12.1],"rotation":{"angle":0,"axis":"y","origin":[12,0,4]},"faces":{"north":{"uv":[2,2,4,2.5],"texture":"#0"},"east":{"uv":[0,2,2,2.5],"texture":"#0"},"south":{"uv":[6,2,8,2.5],"texture":"#0"},"west":{"uv":[4,2,6,2.5],"texture":"#0"},"up":{"uv":[4,2,2,0],"texture":"#0"}}},{"from":[4,6.5,4],"to":[12,8.5,9],"rotation":{"angle":22.5,"axis":"x","origin":[8,7.5,8]},"faces":{"north":{"uv":[1.25,4,3.25,4.5],"texture":"#0"},"east":{"uv":[0,4,1.25,4.5],"texture":"#0"},"west":{"uv":[3.25,4,4.5,4.5],"texture":"#0"},"up":{"uv":[3.25,4,1.25,2.75],"texture":"#0"}}},{"from":[7.75,6.53516,3.98047],"to":[8.25,8.53516,4.98047],"rotation":{"angle":22.5,"axis":"x","origin":[8,7.5,8]},"faces":{"north":{"uv":[10.5,0.25,10.75,0.75],"texture":"#0"},"up":{"uv":[10.75,0.25,10.5,0],"texture":"#0"}}},{"from":[7.75,8.52344,4.96875],"to":[8.25,10.52344,5.96875],"rotation":{"angle":22.5,"axis":"x","origin":[8,7.5,8]},"faces":{"north":{"uv":[12,0.25,12.25,0.75],"texture":"#0"},"up":{"uv":[12.25,0.25,12,0],"texture":"#0"}}},{"from":[7.75,9.29297,4.81641],"to":[8.25,11.29297,5.81641],"rotation":{"angle":45,"axis":"x","origin":[8,7.5,8]},"faces":{"north":{"uv":[10.5,1.25,10.75,1.75],"texture":"#0"}}},{"from":[5,8.5,5],"to":[11,10.5,11],"rotation":{"angle":22.5,"axis":"x","origin":[8,7.5,8]},"faces":{"north":{"uv":[1.5,6.25,3,6.75],"texture":"#0"},"east":{"uv":[0,6.25,1.5,6.75],"texture":"#0"},"south":{"uv":[4.5,6.25,6,6.75],"texture":"#0"},"west":{"uv":[3,6.25,4.5,6.75],"texture":"#0"},"up":{"uv":[3,6.25,1.5,4.75],"texture":"#0"},"down":{"uv":[4.5,4.75,3,6.25],"texture":"#0"}}},{"from":[11.97656,8.02776,4.30072],"to":[11.97656,13.02776,10.30072],"rotation":{"angle":-22.5,"axis":"x","origin":[11.97656,11.50075,11.06408]},"faces":{"east":{"uv":[4.75,7.5,6,9],"rotation":270,"texture":"#0"},"west":{"uv":[4.75,9,6,7.5],"rotation":270,"texture":"#0"}}},{"from":[11.96656,10.35055,9.11209],"to":[11.98656,15.37055,14.13209],"rotation":{"angle":45,"axis":"x","origin":[11.97656,11.50075,11.06408]},"faces":{"east":{"uv":[0,8.5,1.25,9.75],"texture":"#0"},"west":{"uv":[1.25,8.5,0,9.75],"texture":"#0"}}},{"from":[11.95656,12.31985,12.64862],"to":[11.99656,15.35985,15.68862],"rotation":{"angle":0,"axis":"y","origin":[11.97656,11.50075,11.06408]},"faces":{"east":{"uv":[3,10,3.75,10.75],"rotation":270,"texture":"#0"},"west":{"uv":[3,10.75,3.75,10],"rotation":270,"texture":"#0"}}},{"from":[6,9.27164,7.14805],"to":[10,11.27164,11.14805],"rotation":{"angle":45,"axis":"x","origin":[8,10.27164,9.14805]},"faces":{"north":{"uv":[6.75,4.75,7.75,5.25],"texture":"#0"},"east":{"uv":[5.75,4.75,6.75,5.25],"texture":"#0"},"south":{"uv":[8.75,4.75,9.75,5.25],"texture":"#0"},"west":{"uv":[7.75,4.75,8.75,5.25],"texture":"#0"},"up":{"uv":[7.75,4.75,6.75,3.75],"texture":"#0"},"down":{"uv":[8.75,3.75,7.75,4.75],"texture":"#0"}}},{"from":[7.19711,4.14772,2.99],"to":[13.21711,6.16772,4.01],"rotation":{"angle":22.5,"axis":"z","origin":[8,6.07193,4]},"faces":{"north":{"uv":[6.5,0.25,8,0.75],"texture":"#0"},"east":{"uv":[6.25,0.25,6.5,0.75],"texture":"#0"},"south":{"uv":[8.25,0.25,9.75,0.75],"texture":"#0"},"west":{"uv":[8,0.25,8.25,0.75],"texture":"#0"},"up":{"uv":[8,0.25,6.5,0],"texture":"#0"},"down":{"uv":[9.5,0,8,0.25],"texture":"#0"}}},{"from":[7.20711,4.15772,12],"to":[13.20711,6.15772,13],"rotation":{"angle":22.5,"axis":"z","origin":[8,6.07193,12]},"faces":{"north":{"uv":[5.75,3,7.25,3.5],"texture":"#0"},"east":{"uv":[5.5,3,5.75,3.5],"texture":"#0"},"south":{"uv":[7.5,3,9,3.5],"texture":"#0"},"west":{"uv":[7.25,3,7.5,3.5],"texture":"#0"},"up":{"uv":[7.25,3,5.75,2.75],"texture":"#0"},"down":{"uv":[8.75,2.75,7.25,3],"texture":"#0"}}},{"from":[11.99,7.83228,3.60711],"to":[13.01,9.85228,6.80289],"rotation":{"angle":-22.5,"axis":"x","origin":[12,7.92807,8]},"faces":{"north":{"uv":[3,7.75,3.25,8.25],"texture":"#0"},"east":{"uv":[2.25,7.75,3,8.25],"texture":"#0"},"south":{"uv":[4,7.75,4.25,8.25],"texture":"#0"},"west":{"uv":[3.25,7.75,4,8.25],"texture":"#0"},"up":{"uv":[3.25,7.75,3,7],"texture":"#0"},"down":{"uv":[3.5,7,3.25,7.75],"texture":"#0"}}},{"from":[11.99,7.83228,9.19711],"to":[13.01,9.85228,12.39289],"rotation":{"angle":22.5,"axis":"x","origin":[12,7.92807,8]},"faces":{"north":{"uv":[8.25,7.75,8.5,8.25],"texture":"#0"},"east":{"uv":[7.5,7.75,8.25,8.25],"texture":"#0"},"south":{"uv":[9.25,7.75,9.5,8.25],"texture":"#0"},"west":{"uv":[8.5,7.75,9.25,8.25],"texture":"#0"},"up":{"uv":[8.5,7.75,8.25,7],"texture":"#0"},"down":{"uv":[8.75,7,8.5,7.75],"texture":"#0"}}},{"from":[12,7.25,6.15625],"to":[13,9.25,9.84375],"rotation":{"angle":0,"axis":"y","origin":[12.5,7.73673,5.14911]},"faces":{"north":{"uv":[7.25,6.25,7.5,6.75],"texture":"#0"},"east":{"uv":[6.5,6.25,7.25,6.75],"texture":"#0"},"south":{"uv":[8.25,6.25,8.5,6.75],"texture":"#0"},"west":{"uv":[7.5,6.25,8.25,6.75],"texture":"#0"},"up":{"uv":[7.5,6.25,7.25,5.5],"texture":"#0"},"down":{"uv":[7.75,5.5,7.5,6.25],"texture":"#0"}}},{"from":[2.79289,4.15772,3],"to":[8.79289,6.15772,4],"rotation":{"angle":-22.5,"axis":"z","origin":[8,6.07193,4]},"faces":{"north":{"uv":[8,0.25,6.5,0.75],"texture":"#0"},"east":{"uv":[8.25,0.25,8,0.75],"texture":"#0"},"south":{"uv":[9.75,0.25,8.25,0.75],"texture":"#0"},"west":{"uv":[6.5,0.25,6.25,0.75],"texture":"#0"},"up":{"uv":[6.5,0.25,8,0],"texture":"#0"},"down":{"uv":[8,0,9.5,0.25],"texture":"#0"}}},{"from":[2.99,7.83228,3.60711],"to":[4.01,9.85228,6.80289],"rotation":{"angle":-22.5,"axis":"x","origin":[4,7.92807,8]},"faces":{"north":{"uv":[3.25,7.75,3,8.25],"texture":"#0"},"east":{"uv":[4,7.75,3.25,8.25],"texture":"#0"},"south":{"uv":[4.25,7.75,4,8.25],"texture":"#0"},"west":{"uv":[3,7.75,2.25,8.25],"texture":"#0"},"up":{"uv":[3,7.75,3.25,7],"texture":"#0"},"down":{"uv":[3.25,7,3.5,7.75],"texture":"#0"}}},{"from":[2.99,7.83228,9.19711],"to":[4.01,9.85228,12.39289],"rotation":{"angle":22.5,"axis":"x","origin":[4,7.92807,8]},"faces":{"north":{"uv":[8.5,7.75,8.25,8.25],"texture":"#0"},"east":{"uv":[9.25,7.75,8.5,8.25],"texture":"#0"},"south":{"uv":[9.5,7.75,9.25,8.25],"texture":"#0"},"west":{"uv":[8.25,7.75,7.5,8.25],"texture":"#0"},"up":{"uv":[8.25,7.75,8.5,7],"texture":"#0"},"down":{"uv":[8.5,7,8.75,7.75],"texture":"#0"}}},{"from":[3,7.25,6.15625],"to":[4,9.25,9.84375],"rotation":{"angle":0,"axis":"y","origin":[3.5,7.73673,5.14911]},"faces":{"north":{"uv":[7.5,6.25,7.25,6.75],"texture":"#0"},"east":{"uv":[8.25,6.25,7.5,6.75],"texture":"#0"},"south":{"uv":[8.5,6.25,8.25,6.75],"texture":"#0"},"west":{"uv":[7.25,6.25,6.5,6.75],"texture":"#0"},"up":{"uv":[7.25,6.25,7.5,5.5],"texture":"#0"},"down":{"uv":[7.5,5.5,7.75,6.25],"texture":"#0"}}},{"from":[2.78289,4.14772,11.99],"to":[8.80289,6.16772,13.01],"rotation":{"angle":-22.5,"axis":"z","origin":[8,6.07193,12]},"faces":{"north":{"uv":[7.25,3,5.75,3.5],"texture":"#0"},"east":{"uv":[7.5,3,7.25,3.5],"texture":"#0"},"south":{"uv":[9,3,7.5,3.5],"texture":"#0"},"west":{"uv":[5.75,3,5.5,3.5],"texture":"#0"},"up":{"uv":[5.75,3,7.25,2.75],"texture":"#0"},"down":{"uv":[7.25,2.75,8.75,3],"texture":"#0"}}},{"from":[6.5,6.75,3.75],"to":[9.5,9.75,3.75],"rotation":{"angle":-45,"axis":"z","origin":[8,8.25,3.75]},"faces":{"north":{"uv":[0,0,0.75,0.75],"texture":"#0"},"south":{"uv":[0,0,0.75,0.75],"texture":"#0"}}},{"from":[7.5,10,5.5],"to":[8.5,12,5.5],"rotation":{"angle":45,"axis":"z","origin":[8.5,11,5.5]},"faces":{"north":{"uv":[0.25,1,0,1.5],"texture":"#0"},"south":{"uv":[0.25,1,0,1.5],"texture":"#0"}}}],"display":{"gui":{"rotation":[-150,45,175],"translation":[-0.5,0,0],"scale":[0.85,0.85,0.85]},"head":{"rotation":[5,0,0],"translation":[0,8,0.25],"scale":[1.85,1.85,1.85]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/ancient_diadem.json b/assets/minecraft/models/item/wynn/skin/hat/ancient_diadem.json new file mode 100644 index 000000000..f5d315b8e --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/ancient_diadem.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/ancient/ancient_common","1":"skins/ancient/ancient_halberd","2":"skins/ancient/ancient_diadem","particle":"skins/ancient/ancient_common"},"elements":[{"from":[3,0,3],"to":[13,3,13],"rotation":{"angle":0,"axis":"y","origin":[8,1.5,8]},"faces":{"north":{"uv":[0,13,10,16],"texture":"#2"},"east":{"uv":[0,10,10,13],"texture":"#2"},"south":{"uv":[0,10,10,13],"texture":"#2"},"west":{"uv":[0,10,10,13],"texture":"#2"},"up":{"uv":[0,0,10,10],"rotation":270,"texture":"#2"},"down":{"uv":[0,0,10,10],"rotation":90,"texture":"#2"}}},{"from":[8,4,5.5],"to":[8,12,10.5],"rotation":{"angle":45,"axis":"y","origin":[8,5,8],"rescale":true},"faces":{"east":{"uv":[11,0,16,8],"texture":"#0"},"west":{"uv":[11,0,16,8],"texture":"#0"}}},{"from":[5.5,4,8],"to":[10.5,12,8],"rotation":{"angle":45,"axis":"y","origin":[8,5,8],"rescale":true},"faces":{"north":{"uv":[11,0,16,8],"texture":"#0"},"south":{"uv":[11,0,16,8],"texture":"#0"}}},{"from":[8,1,13],"to":[8,9,17],"rotation":{"angle":45,"axis":"y","origin":[8,3,8]},"faces":{"east":{"uv":[4,8,8,16],"texture":"#1"},"west":{"uv":[8,8,4,16],"texture":"#1"}}},{"from":[13,1,8],"to":[17,9,8],"rotation":{"angle":45,"axis":"y","origin":[8,3,8]},"faces":{"north":{"uv":[4,8,8,16],"texture":"#1"},"south":{"uv":[8,8,4,16],"texture":"#1"}}},{"from":[8,1,-1],"to":[8,9,3],"rotation":{"angle":45,"axis":"y","origin":[8,3,8]},"faces":{"east":{"uv":[8,8,4,16],"texture":"#1"},"west":{"uv":[4,8,8,16],"texture":"#1"}}},{"from":[-1,1,8],"to":[3,9,8],"rotation":{"angle":45,"axis":"y","origin":[8,3,8]},"faces":{"north":{"uv":[8,8,4,16],"texture":"#1"},"south":{"uv":[4,8,8,16],"texture":"#1"}}}],"display":{"head":{"rotation":[5,0,0],"translation":[0,16,1],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/annihilation_disciple.json b/assets/minecraft/models/item/wynn/skin/hat/annihilation_disciple.json new file mode 100644 index 000000000..8fbb5e0b3 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/annihilation_disciple.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/annihilation_disciple","1":"skins/annihilation_disciple_a","particle":"skins/annihilation_disciple"},"elements":[{"from":[6,-1.35,4],"to":[10,2.65,5],"rotation":{"angle":-45,"axis":"z","origin":[8,0.65,5]},"faces":{"north":{"uv":[0,0,2,2],"texture":"#0"},"east":{"uv":[4.5,5.5,5,7.5],"texture":"#0"},"south":{"uv":[2,0,0,2],"texture":"#0"},"west":{"uv":[7,4.5,5,4],"rotation":90,"texture":"#0"},"up":{"uv":[7,4,5,4.5],"texture":"#0"},"down":{"uv":[4.5,7.5,5,5.5],"rotation":90,"texture":"#0"}}},{"from":[11,-1.635,10.25],"to":[12.1,0.615,11.25],"rotation":{"angle":22.5,"axis":"z","origin":[13.4,-0.41,10.75]},"faces":{"north":{"uv":[4,6.5,4.5,7.75],"texture":"#0"},"east":{"uv":[7,7,7.5,8.25],"texture":"#0"},"south":{"uv":[4.5,6.5,4,7.75],"texture":"#0"},"west":{"uv":[3,7.5,3.5,8.75],"texture":"#0"},"up":{"uv":[7,9,6.5,8.5],"texture":"#0"},"down":{"uv":[7.5,8.5,7,9],"texture":"#0"}}},{"from":[14.25,-3.265,10.45],"to":[15.6,-2.765,11.05],"rotation":{"angle":-22.5,"axis":"z","origin":[13.6,-0.41,10.75]},"faces":{"north":{"uv":[1.5,9,2.25,9.25],"texture":"#0"},"east":{"uv":[5,9,5.25,9.25],"texture":"#0"},"south":{"uv":[2.25,9,1.5,9.25],"texture":"#0"},"up":{"uv":[9.75,1.75,9,1.5],"texture":"#0"},"down":{"uv":[9.75,2,9,2.25],"texture":"#0"}}},{"from":[13.76,-3.01,10.35],"to":[15.36,-2.21,11.15],"rotation":{"angle":-45,"axis":"z","origin":[13.6,-0.41,10.75]},"faces":{"north":{"uv":[8,8,8.75,8.5],"texture":"#0"},"east":{"uv":[8.5,6,9,6.5],"texture":"#0"},"south":{"uv":[8.75,8,8,8.5],"texture":"#0"},"up":{"uv":[0.75,9,0,8.5],"texture":"#0"},"down":{"uv":[9.25,0,8.5,0.5],"texture":"#0"}}},{"from":[14.35,-1.54,8.9],"to":[16.35,-0.24,10.1],"rotation":{"angle":0,"axis":"z","origin":[15.2,0.74,9.5]},"faces":{"north":{"uv":[6,1,7,1.75],"texture":"#0"},"east":{"uv":[2.5,8,3,8.75],"texture":"#0"},"south":{"uv":[7,1,6,1.75],"texture":"#0"},"up":{"uv":[5,3.5,4,3],"texture":"#0"},"down":{"uv":[1,8,0,8.5],"texture":"#0"}}},{"from":[11.55,-1.99,8.75],"to":[15.35,-0.24,10.25],"rotation":{"angle":-22.5,"axis":"z","origin":[15.2,0.74,9.5]},"faces":{"north":{"uv":[2,1,4,2],"texture":"#0"},"east":{"uv":[7,5,7.75,6],"texture":"#0"},"south":{"uv":[4,1,2,2],"texture":"#0"},"west":{"uv":[7,6,7.75,7],"texture":"#0"},"up":{"uv":[5,4.25,3,3.5],"texture":"#0"},"down":{"uv":[6,1,4,1.75],"texture":"#0"}}},{"from":[15.425,-1.505,9],"to":[16.925,-0.555,10],"rotation":{"angle":22.5,"axis":"z","origin":[15.2,0.74,9.5]},"faces":{"north":{"uv":[8,4,8.75,4.5],"texture":"#0"},"east":{"uv":[8.5,0.5,9,1],"texture":"#0"},"south":{"uv":[8.75,4,8,4.5],"texture":"#0"},"up":{"uv":[8.75,5,8,4.5],"texture":"#0"},"down":{"uv":[8.75,5,8,5.5],"texture":"#0"}}},{"from":[17,1.4,9.1],"to":[17.75,2.65,9.9],"rotation":{"angle":-45,"axis":"z","origin":[15.2,0.74,9.5]},"faces":{"north":{"uv":[8.5,1,9,1.5],"texture":"#0"},"east":{"uv":[8.5,1.5,9,2],"texture":"#0"},"south":{"uv":[9,1,8.5,1.5],"texture":"#0"},"west":{"uv":[8.5,2,9,2.5],"texture":"#0"},"up":{"uv":[9,3,8.5,2.5],"texture":"#0"}}},{"from":[17.555,1.49,9.2],"to":[18.055,2.74,9.8],"rotation":{"angle":-22.5,"axis":"z","origin":[15.2,0.74,9.5]},"faces":{"north":{"uv":[8,8.5,8.25,9.25],"texture":"#0"},"east":{"uv":[8.5,8.5,8.75,9.25],"texture":"#0"},"south":{"uv":[8.25,8.5,8,9.25],"texture":"#0"},"west":{"uv":[0,9,0.25,9.75],"texture":"#0"},"up":{"uv":[9.25,4.25,9,4],"texture":"#0"}}},{"from":[8.856,0.911,4.496],"to":[11.364,3.319,7.004],"rotation":{"angle":-22.5,"axis":"z","origin":[10.88,6.005,5.75]},"faces":{"north":{"uv":[2.5,2,3.75,3.25],"texture":"#0"},"south":{"uv":[3.75,2,2.5,3.25],"texture":"#0"},"up":{"uv":[1.25,4.75,0,3.5],"texture":"#0"}}},{"from":[4.948,1.098,4.498],"to":[10.275,3.252,7.002],"rotation":{"angle":-22.5,"axis":"z","origin":[5.12,6.005,5.75]},"faces":{"north":{"uv":[4.5,0,2,1],"texture":"#0"},"south":{"uv":[2,0,4.5,1],"texture":"#0"},"west":{"uv":[5.75,4.5,4.5,5.5],"texture":"#0"},"down":{"uv":[0,2,2.5,3.25],"texture":"#0"}}},{"from":[5.7255,1.0985,4.4985],"to":[11.0515,3.2515,7.0015],"rotation":{"angle":22.5,"axis":"z","origin":[10.88,6.005,5.75]},"faces":{"north":{"uv":[2,0,4.5,1],"texture":"#0"},"east":{"uv":[4.5,4.5,5.75,5.5],"texture":"#0"},"south":{"uv":[4.5,0,2,1],"texture":"#0"},"down":{"uv":[2.5,2,0,3.25],"texture":"#0"}}},{"from":[9.55,0.6,5],"to":[11.05,1.1,6.5],"rotation":{"angle":22.5,"axis":"z","origin":[10.88,6.005,5.75]},"faces":{"north":{"uv":[2.5,9,3.25,9.25],"texture":"#0"},"east":{"uv":[9,2.5,9.75,2.75],"texture":"#0"},"south":{"uv":[3.25,9,2.5,9.25],"texture":"#0"},"west":{"uv":[9,3,9.75,3.25],"texture":"#0"},"down":{"uv":[8.25,7,7.5,7.75],"texture":"#0"}}},{"from":[9.59,1.385,4.5],"to":[12.09,3.535,7],"rotation":{"angle":0,"axis":"y","origin":[10.88,6.005,5.75]},"faces":{"north":{"uv":[0,5,1.25,6],"texture":"#0"},"east":{"uv":[1.5,5,2.75,6],"texture":"#0"},"south":{"uv":[1.25,5,0,6],"texture":"#0"},"up":{"uv":[2.75,4.75,1.5,3.5],"texture":"#0"}}},{"from":[9.139,1.614,4.749],"to":[11.391,3.566,6.751],"rotation":{"angle":45,"axis":"z","origin":[10.88,6.005,5.75]},"faces":{"north":{"uv":[5,3,6.25,4],"texture":"#0"},"east":{"uv":[6,0,7,1],"texture":"#0"},"south":{"uv":[6.25,3,5,4],"texture":"#0"},"up":{"uv":[6.75,3,5.5,2],"texture":"#0"},"down":{"uv":[4.25,5.5,3,6.5],"texture":"#0"}}},{"from":[10.05,3.15,4.75],"to":[11.55,3.55,6.75],"rotation":{"angle":22.5,"axis":"z","origin":[10.88,6.005,5.75]},"faces":{"north":{"uv":[8.5,7.5,9.25,7.75],"texture":"#0"},"south":{"uv":[8.5,7.5,9.25,7.75],"texture":"#0"},"up":{"uv":[6.75,7.5,6,6.5],"texture":"#0"}}},{"from":[13.16,4.81,4.9],"to":[14.91,6.81,6.6],"rotation":{"angle":-22.5,"axis":"z","origin":[10.88,6.005,5.75]},"faces":{"north":{"uv":[1,6,2,7],"texture":"#0"},"east":{"uv":[0,7,0.75,8],"texture":"#0"},"south":{"uv":[2,6,1,7],"texture":"#0"},"west":{"uv":[7,0,7.75,1],"texture":"#0"},"up":{"uv":[2,7.75,1,7],"texture":"#0"}}},{"from":[13.175,5.26,5.05],"to":[14.625,7.26,6.45],"rotation":{"angle":0,"axis":"y","origin":[10.88,6.005,5.75]},"faces":{"north":{"uv":[7,1,7.75,2],"texture":"#0"},"east":{"uv":[2,7,2.75,8],"texture":"#0"},"south":{"uv":[7.75,1,7,2],"texture":"#0"},"west":{"uv":[7,2,7.75,3],"texture":"#0"},"up":{"uv":[6.25,8.25,5.5,7.5],"texture":"#0"}}},{"from":[14.625,5.76,5.25],"to":[15.125,6.76,6.25],"rotation":{"angle":0,"axis":"y","origin":[10.88,6.005,5.75]},"faces":{"north":{"uv":[3.5,9,3.75,9.5],"texture":"#0"},"east":{"uv":[8.5,7,9,7.5],"texture":"#0"},"south":{"uv":[3.75,9,3.5,9.5],"texture":"#0"},"up":{"uv":[9.25,4,9,3.5],"texture":"#0"},"down":{"uv":[4.25,9,4,9.5],"texture":"#0"}}},{"from":[13.35,5.7,5.2],"to":[14.6,7.7,6.3],"rotation":{"angle":22.5,"axis":"z","origin":[10.88,6.005,5.75]},"faces":{"north":{"uv":[7,4,7.75,5],"texture":"#0"},"east":{"uv":[1,8,1.5,9],"texture":"#0"},"south":{"uv":[7.75,4,7,5],"texture":"#0"},"west":{"uv":[8,1,8.5,2],"texture":"#0"},"up":{"uv":[8.75,7,8,6.5],"texture":"#0"}}},{"from":[13.685,6.24,5.35],"to":[14.685,8.34,6.15],"rotation":{"angle":45,"axis":"z","origin":[10.88,6.005,5.75]},"faces":{"north":{"uv":[1.5,8,2,9],"texture":"#0"},"east":{"uv":[2,8,2.5,9],"texture":"#0"},"south":{"uv":[2,8,1.5,9],"texture":"#0"},"west":{"uv":[8,2,8.5,3],"texture":"#0"},"up":{"uv":[9,4,8.5,3.5],"texture":"#0"}}},{"from":[14.685,6.99,5.45],"to":[15.085,7.59,6.05],"rotation":{"angle":45,"axis":"z","origin":[10.88,6.005,5.75]},"faces":{"north":{"uv":[9,5,9.25,5.25],"texture":"#0"},"east":{"uv":[5.5,9,5.75,9.25],"texture":"#0"},"south":{"uv":[9.25,5,9,5.25],"texture":"#0"},"up":{"uv":[6.25,9.25,6,9],"texture":"#0"},"down":{"uv":[9.25,6,9,6.25],"texture":"#0"}}},{"from":[8.14,9.41,5.5],"to":[10.14,10.06,6],"rotation":{"angle":-22.5,"axis":"z","origin":[10.88,6.005,5.75]},"faces":{"north":{"uv":[4.5,8.5,5.5,8.75],"texture":"#0"},"south":{"uv":[5.5,8.5,4.5,8.75],"texture":"#0"},"west":{"uv":[9,4.5,9.25,4.75],"texture":"#0"},"up":{"uv":[6.5,8.75,5.5,8.5],"texture":"#0"},"down":{"uv":[9.5,5.5,8.5,5.75],"texture":"#0"}}},{"from":[11.31,0.11,7],"to":[14.01,1.86,8.75],"rotation":{"angle":0,"axis":"z","origin":[7.25,4,4.75]},"faces":{"north":{"uv":[4,2,5.25,3],"texture":"#0"},"east":{"uv":[5,5.5,6,6.5],"texture":"#0"},"south":{"uv":[5.25,2,4,3],"texture":"#0"},"west":{"uv":[0,6,1,7],"texture":"#0"},"up":{"uv":[5.75,1,4.5,0],"texture":"#0"},"down":{"uv":[4.25,4.5,3,5.5],"texture":"#0"}}},{"from":[12.01,-1.89,7.15],"to":[14.21,-0.39,8.6],"rotation":{"angle":22.5,"axis":"z","origin":[7.25,4,4.75]},"faces":{"north":{"uv":[2,6,3,6.75],"texture":"#0"},"east":{"uv":[7.5,3,8.25,3.75],"texture":"#0"},"south":{"uv":[3,6,2,6.75],"texture":"#0"},"up":{"uv":[7,5.25,6,4.5],"texture":"#0"},"down":{"uv":[7,5.5,6,6.25],"texture":"#0"}}},{"from":[13.84,7.91,7.25],"to":[15.09,10.11,8.5],"rotation":{"angle":-45,"axis":"z","origin":[7.25,4,4.75]},"faces":{"north":{"uv":[3,6.5,3.75,7.5],"texture":"#0"},"east":{"uv":[6.5,3,7.25,4],"texture":"#0"},"south":{"uv":[3.75,6.5,3,7.5],"texture":"#0"},"west":{"uv":[5,6.5,5.75,7.5],"texture":"#0"},"up":{"uv":[5.25,8.25,4.5,7.5],"texture":"#0"}}},{"from":[15.59,6.56,7.35],"to":[16.59,8.51,8.4],"rotation":{"angle":-22.5,"axis":"z","origin":[7.25,4,4.75]},"faces":{"north":{"uv":[3.5,7.5,4,8.5],"texture":"#0"},"east":{"uv":[6.5,7.5,7,8.5],"texture":"#0"},"south":{"uv":[4,7.5,3.5,8.5],"texture":"#0"},"west":{"uv":[8,0,8.5,1],"texture":"#0"},"up":{"uv":[9,3.5,8.5,3],"texture":"#0"}}},{"from":[16.59,4.61,7.5],"to":[17.44,6.31,8.25],"rotation":{"angle":0,"axis":"z","origin":[7.25,4,4.75]},"faces":{"north":{"uv":[4,8,4.5,8.75],"texture":"#0"},"east":{"uv":[8,5.5,8.5,6.25],"texture":"#0"},"south":{"uv":[4.5,8,4,8.75],"texture":"#0"},"west":{"uv":[7.5,8,8,8.75],"texture":"#0"},"up":{"uv":[4,9,3.5,8.5],"texture":"#0"}}},{"from":[16.64,2.21,7.625],"to":[17.24,3.66,8.125],"rotation":{"angle":22.5,"axis":"z","origin":[7.25,4,4.75]},"faces":{"north":{"uv":[0.5,9,0.75,9.75],"texture":"#0"},"east":{"uv":[9,0.5,9.25,1.25],"texture":"#0"},"south":{"uv":[0.75,9,0.5,9.75],"texture":"#0"},"west":{"uv":[1,9,1.25,9.75],"texture":"#0"},"up":{"uv":[4.75,9.25,4.5,9],"texture":"#0"}}},{"from":[3.9,-1.635,10.25],"to":[5,0.615,11.25],"rotation":{"angle":-22.5,"axis":"z","origin":[2.6,-0.41,10.75]},"faces":{"north":{"uv":[4.5,6.5,4,7.75],"texture":"#0"},"east":{"uv":[3.5,7.5,3,8.75],"texture":"#0"},"south":{"uv":[4,6.5,4.5,7.75],"texture":"#0"},"west":{"uv":[7.5,7,7,8.25],"texture":"#0"},"up":{"uv":[6.5,9,7,8.5],"texture":"#0"},"down":{"uv":[7,8.5,7.5,9],"texture":"#0"}}},{"from":[0.4,-3.265,10.45],"to":[1.75,-2.765,11.05],"rotation":{"angle":22.5,"axis":"z","origin":[2.4,-0.41,10.75]},"faces":{"north":{"uv":[2.25,9,1.5,9.25],"texture":"#0"},"south":{"uv":[1.5,9,2.25,9.25],"texture":"#0"},"west":{"uv":[5.25,9,5,9.25],"texture":"#0"},"up":{"uv":[9,1.75,9.75,1.5],"texture":"#0"},"down":{"uv":[9,2,9.75,2.25],"texture":"#0"}}},{"from":[0.64,-3.01,10.35],"to":[2.24,-2.21,11.15],"rotation":{"angle":45,"axis":"z","origin":[2.4,-0.41,10.75]},"faces":{"north":{"uv":[8.75,8,8,8.5],"texture":"#0"},"south":{"uv":[8,8,8.75,8.5],"texture":"#0"},"west":{"uv":[9,6,8.5,6.5],"texture":"#0"},"up":{"uv":[0,9,0.75,8.5],"texture":"#0"},"down":{"uv":[8.5,0,9.25,0.5],"texture":"#0"}}},{"from":[-0.35,-1.54,8.9],"to":[1.65,-0.24,10.1],"rotation":{"angle":0,"axis":"z","origin":[0.8,0.74,9.5]},"faces":{"north":{"uv":[7,1,6,1.75],"texture":"#0"},"south":{"uv":[6,1,7,1.75],"texture":"#0"},"west":{"uv":[3,8,2.5,8.75],"texture":"#0"},"up":{"uv":[4,3.5,5,3],"texture":"#0"},"down":{"uv":[0,8,1,8.5],"texture":"#0"}}},{"from":[0.65,-1.99,8.75],"to":[4.45,-0.24,10.25],"rotation":{"angle":22.5,"axis":"z","origin":[0.8,0.74,9.5]},"faces":{"north":{"uv":[4,1,2,2],"texture":"#0"},"east":{"uv":[7.75,6,7,7],"texture":"#0"},"south":{"uv":[2,1,4,2],"texture":"#0"},"west":{"uv":[7.75,5,7,6],"texture":"#0"},"up":{"uv":[3,4.25,5,3.5],"texture":"#0"},"down":{"uv":[4,1,6,1.75],"texture":"#0"}}},{"from":[-0.925,-1.505,9],"to":[0.575,-0.555,10],"rotation":{"angle":-22.5,"axis":"z","origin":[0.8,0.74,9.5]},"faces":{"north":{"uv":[8.75,4,8,4.5],"texture":"#0"},"south":{"uv":[8,4,8.75,4.5],"texture":"#0"},"west":{"uv":[9,0.5,8.5,1],"texture":"#0"},"up":{"uv":[8,5,8.75,4.5],"texture":"#0"},"down":{"uv":[8,5,8.75,5.5],"texture":"#0"}}},{"from":[-1.75,1.4,9.1],"to":[-1,2.65,9.9],"rotation":{"angle":45,"axis":"z","origin":[0.8,0.74,9.5]},"faces":{"north":{"uv":[9,1,8.5,1.5],"texture":"#0"},"east":{"uv":[9,2,8.5,2.5],"texture":"#0"},"south":{"uv":[8.5,1,9,1.5],"texture":"#0"},"west":{"uv":[9,1.5,8.5,2],"texture":"#0"},"up":{"uv":[8.5,3,9,2.5],"texture":"#0"}}},{"from":[-2.055,1.49,9.2],"to":[-1.555,2.74,9.8],"rotation":{"angle":22.5,"axis":"z","origin":[0.8,0.74,9.5]},"faces":{"north":{"uv":[8.25,8.5,8,9.25],"texture":"#0"},"east":{"uv":[0.25,9,0,9.75],"texture":"#0"},"south":{"uv":[8,8.5,8.25,9.25],"texture":"#0"},"west":{"uv":[8.75,8.5,8.5,9.25],"texture":"#0"},"up":{"uv":[9,4.25,9.25,4],"texture":"#0"}}},{"from":[4.635,0.91,4.495],"to":[7.145,3.32,7.005],"rotation":{"angle":22.5,"axis":"z","origin":[5.12,6.005,5.75]},"faces":{"north":{"uv":[3.75,2,2.5,3.25],"texture":"#0"},"south":{"uv":[2.5,2,3.75,3.25],"texture":"#0"},"up":{"uv":[0,4.75,1.25,3.5],"texture":"#0"}}},{"from":[4.95,0.6,5],"to":[6.45,1.1,6.5],"rotation":{"angle":-22.5,"axis":"z","origin":[5.12,6.005,5.75]},"faces":{"north":{"uv":[3.25,9,2.5,9.25],"texture":"#0"},"east":{"uv":[9.75,3,9,3.25],"texture":"#0"},"south":{"uv":[2.5,9,3.25,9.25],"texture":"#0"},"west":{"uv":[9.75,2.5,9,2.75],"texture":"#0"},"down":{"uv":[7.5,7,8.25,7.75],"texture":"#0"}}},{"from":[3.91,1.385,4.5],"to":[6.41,3.535,7],"rotation":{"angle":0,"axis":"y","origin":[5.12,6.005,5.75]},"faces":{"north":{"uv":[1.25,5,0,6],"texture":"#0"},"south":{"uv":[0,5,1.25,6],"texture":"#0"},"west":{"uv":[2.75,5,1.5,6],"texture":"#0"},"up":{"uv":[1.5,4.75,2.75,3.5],"texture":"#0"}}},{"from":[4.609,1.614,4.749],"to":[6.861,3.566,6.751],"rotation":{"angle":-45,"axis":"z","origin":[5.12,6.005,5.75]},"faces":{"north":{"uv":[6.25,3,5,4],"texture":"#0"},"south":{"uv":[5,3,6.25,4],"texture":"#0"},"west":{"uv":[7,0,6,1],"texture":"#0"},"up":{"uv":[5.5,3,6.75,2],"texture":"#0"},"down":{"uv":[3,5.5,4.25,6.5],"texture":"#0"}}},{"from":[4.45,3.15,4.75],"to":[5.95,3.55,6.75],"rotation":{"angle":-22.5,"axis":"z","origin":[5.12,6.005,5.75]},"faces":{"north":{"uv":[9.25,7.5,8.5,7.75],"texture":"#0"},"south":{"uv":[9.25,7.5,8.5,7.75],"texture":"#0"},"up":{"uv":[6,7.5,6.75,6.5],"texture":"#0"}}},{"from":[1.09,4.81,4.9],"to":[2.84,6.81,6.6],"rotation":{"angle":22.5,"axis":"z","origin":[5.12,6.005,5.75]},"faces":{"north":{"uv":[2,6,1,7],"texture":"#0"},"east":{"uv":[7.75,0,7,1],"texture":"#0"},"south":{"uv":[1,6,2,7],"texture":"#0"},"west":{"uv":[0.75,7,0,8],"texture":"#0"},"up":{"uv":[1,7.75,2,7],"texture":"#0"}}},{"from":[1.375,5.26,5.05],"to":[2.825,7.26,6.45],"rotation":{"angle":0,"axis":"y","origin":[5.12,6.005,5.75]},"faces":{"north":{"uv":[7.75,1,7,2],"texture":"#0"},"east":{"uv":[7.75,2,7,3],"texture":"#0"},"south":{"uv":[7,1,7.75,2],"texture":"#0"},"west":{"uv":[2.75,7,2,8],"texture":"#0"},"up":{"uv":[5.5,8.25,6.25,7.5],"texture":"#0"}}},{"from":[0.875,5.76,5.25],"to":[1.375,6.76,6.25],"rotation":{"angle":0,"axis":"y","origin":[5.12,6.005,5.75]},"faces":{"north":{"uv":[3.75,9,3.5,9.5],"texture":"#0"},"south":{"uv":[3.5,9,3.75,9.5],"texture":"#0"},"west":{"uv":[9,7,8.5,7.5],"texture":"#0"},"up":{"uv":[9,4,9.25,3.5],"texture":"#0"},"down":{"uv":[4,9,4.25,9.5],"texture":"#0"}}},{"from":[1.4,5.7,5.2],"to":[2.65,7.7,6.3],"rotation":{"angle":-22.5,"axis":"z","origin":[5.12,6.005,5.75]},"faces":{"north":{"uv":[7.75,4,7,5],"texture":"#0"},"east":{"uv":[8.5,1,8,2],"texture":"#0"},"south":{"uv":[7,4,7.75,5],"texture":"#0"},"west":{"uv":[1.5,8,1,9],"texture":"#0"},"up":{"uv":[8,7,8.75,6.5],"texture":"#0"}}},{"from":[1.315,6.24,5.35],"to":[2.315,8.34,6.15],"rotation":{"angle":-45,"axis":"z","origin":[5.12,6.005,5.75]},"faces":{"north":{"uv":[2,8,1.5,9],"texture":"#0"},"east":{"uv":[8.5,2,8,3],"texture":"#0"},"south":{"uv":[1.5,8,2,9],"texture":"#0"},"west":{"uv":[2.5,8,2,9],"texture":"#0"},"up":{"uv":[8.5,4,9,3.5],"texture":"#0"}}},{"from":[0.915,6.99,5.45],"to":[1.315,7.59,6.05],"rotation":{"angle":-45,"axis":"z","origin":[5.12,6.005,5.75]},"faces":{"north":{"uv":[9.25,5,9,5.25],"texture":"#0"},"south":{"uv":[9,5,9.25,5.25],"texture":"#0"},"west":{"uv":[5.75,9,5.5,9.25],"texture":"#0"},"up":{"uv":[6,9.25,6.25,9],"texture":"#0"},"down":{"uv":[9,6,9.25,6.25],"texture":"#0"}}},{"from":[5.86,9.41,5.5],"to":[7.86,10.06,6],"rotation":{"angle":22.5,"axis":"z","origin":[5.12,6.005,5.75]},"faces":{"north":{"uv":[5.5,8.5,4.5,8.75],"texture":"#0"},"east":{"uv":[9.25,4.5,9,4.75],"texture":"#0"},"south":{"uv":[4.5,8.5,5.5,8.75],"texture":"#0"},"up":{"uv":[5.5,8.75,6.5,8.5],"texture":"#0"},"down":{"uv":[8.5,5.5,9.5,5.75],"texture":"#0"}}},{"from":[1.99,0.11,7],"to":[4.69,1.86,8.75],"rotation":{"angle":0,"axis":"z","origin":[8.75,4,4.75]},"faces":{"north":{"uv":[5.25,2,4,3],"texture":"#0"},"east":{"uv":[1,6,0,7],"texture":"#0"},"south":{"uv":[4,2,5.25,3],"texture":"#0"},"west":{"uv":[6,5.5,5,6.5],"texture":"#0"},"up":{"uv":[4.5,1,5.75,0],"texture":"#0"},"down":{"uv":[3,4.5,4.25,5.5],"texture":"#0"}}},{"from":[1.79,-1.89,7.15],"to":[3.99,-0.39,8.6],"rotation":{"angle":-22.5,"axis":"z","origin":[8.75,4,4.75]},"faces":{"north":{"uv":[3,6,2,6.75],"texture":"#0"},"south":{"uv":[2,6,3,6.75],"texture":"#0"},"west":{"uv":[8.25,3,7.5,3.75],"texture":"#0"},"up":{"uv":[6,5.25,7,4.5],"texture":"#0"},"down":{"uv":[6,5.5,7,6.25],"texture":"#0"}}},{"from":[0.91,7.91,7.25],"to":[2.16,10.11,8.5],"rotation":{"angle":45,"axis":"z","origin":[8.75,4,4.75]},"faces":{"north":{"uv":[3.75,6.5,3,7.5],"texture":"#0"},"east":{"uv":[5.75,6.5,5,7.5],"texture":"#0"},"south":{"uv":[3,6.5,3.75,7.5],"texture":"#0"},"west":{"uv":[7.25,3,6.5,4],"texture":"#0"},"up":{"uv":[4.5,8.25,5.25,7.5],"texture":"#0"}}},{"from":[-0.59,6.56,7.35],"to":[0.41,8.51,8.4],"rotation":{"angle":22.5,"axis":"z","origin":[8.75,4,4.75]},"faces":{"north":{"uv":[4,7.5,3.5,8.5],"texture":"#0"},"east":{"uv":[8.5,0,8,1],"texture":"#0"},"south":{"uv":[3.5,7.5,4,8.5],"texture":"#0"},"west":{"uv":[7,7.5,6.5,8.5],"texture":"#0"},"up":{"uv":[8.5,3.5,9,3],"texture":"#0"}}},{"from":[-1.44,4.61,7.5],"to":[-0.59,6.31,8.25],"rotation":{"angle":0,"axis":"z","origin":[8.75,4,4.75]},"faces":{"north":{"uv":[4.5,8,4,8.75],"texture":"#0"},"east":{"uv":[8,8,7.5,8.75],"texture":"#0"},"south":{"uv":[4,8,4.5,8.75],"texture":"#0"},"west":{"uv":[8.5,5.5,8,6.25],"texture":"#0"},"up":{"uv":[3.5,9,4,8.5],"texture":"#0"}}},{"from":[-1.24,2.21,7.625],"to":[-0.64,3.66,8.125],"rotation":{"angle":-22.5,"axis":"z","origin":[8.75,4,4.75]},"faces":{"north":{"uv":[0.75,9,0.5,9.75],"texture":"#0"},"east":{"uv":[1.25,9,1,9.75],"texture":"#0"},"south":{"uv":[0.5,9,0.75,9.75],"texture":"#0"},"west":{"uv":[9.25,0.5,9,1.25],"texture":"#0"},"up":{"uv":[4.5,9.25,4.75,9],"texture":"#0"}}},{"from":[7.8,6.15,3],"to":[8.3,8.25,3],"rotation":{"angle":-45,"axis":"z","origin":[7.05,5.75,3]},"faces":{"north":{"uv":[4,8,5,4],"texture":"#1"},"south":{"uv":[5,8,4,4],"texture":"#1"}}},{"from":[6.8,7.15,3],"to":[7.3,8.25,3],"rotation":{"angle":-45,"axis":"z","origin":[7.05,5.75,3]},"faces":{"north":{"uv":[4,4,5,2],"texture":"#1"},"south":{"uv":[5,4,4,2],"texture":"#1"}}},{"from":[7.7,6.15,3],"to":[8.2,8.25,3],"rotation":{"angle":45,"axis":"z","origin":[8.95,5.75,3]},"faces":{"north":{"uv":[1,11,2,7],"texture":"#1"},"south":{"uv":[2,11,1,7],"texture":"#1"}}},{"from":[8.7,7.15,3],"to":[9.2,8.25,3],"rotation":{"angle":45,"axis":"z","origin":[8.95,5.75,3]},"faces":{"north":{"uv":[3,7,4,5],"texture":"#1"},"south":{"uv":[4,7,3,5],"texture":"#1"}}},{"from":[7.1,2.15,3],"to":[8.15,3.2,3],"rotation":{"angle":45,"axis":"z","origin":[8,3.05,3]},"faces":{"north":{"uv":[2,5,4,3],"texture":"#1"},"south":{"uv":[4,5,2,3],"texture":"#1"}}},{"from":[7.748,2.998,2.998],"to":[8.252,8.002,3.002],"rotation":{"angle":0,"axis":"y","origin":[0,8,3]},"faces":{"north":{"uv":[0,10,1,0],"texture":"#1"},"south":{"uv":[1,10,0,0],"texture":"#1"}}},{"from":[7.25,0.775,3],"to":[8.75,1.375,3],"rotation":{"angle":0,"axis":"z","origin":[8,2.5,3]},"faces":{"north":{"uv":[5,5,8,4],"texture":"#1"},"south":{"uv":[8,5,5,4],"texture":"#1"}}},{"from":[7.7,0.175,3],"to":[8.3,0.775,3],"rotation":{"angle":0,"axis":"z","origin":[8,2.5,3]},"faces":{"north":{"uv":[5,5,6,4],"texture":"#1"},"south":{"uv":[5,5,6,4],"texture":"#1"}}},{"from":[7.298,0.748,2.998],"to":[8.702,1.352,3.002],"rotation":{"angle":45,"axis":"z","origin":[8,2.5,3]},"faces":{"north":{"uv":[5,3,8,2],"texture":"#1"},"south":{"uv":[8,3,5,2],"texture":"#1"}}},{"from":[7.3,0.148,2.998],"to":[7.904,0.752,3.002],"rotation":{"angle":45,"axis":"z","origin":[8,2.5,3]},"faces":{"north":{"uv":[7,3,8,2],"texture":"#1"},"south":{"uv":[7,3,8,2],"texture":"#1"}}},{"from":[8.096,0.148,2.998],"to":[8.7,0.752,3.002],"rotation":{"angle":-45,"axis":"z","origin":[8,2.5,3]},"faces":{"north":{"uv":[8,3,7,2],"texture":"#1"},"south":{"uv":[8,3,7,2],"texture":"#1"}}},{"from":[9.1,1.75,3],"to":[9.725,3.25,3],"rotation":{"angle":0,"axis":"z","origin":[8,2.5,3]},"faces":{"north":{"uv":[0,13,1,10],"texture":"#1"},"south":{"uv":[1,13,0,10],"texture":"#1"}}},{"from":[9.148,1.798,2.998],"to":[9.752,2.752,3.002],"rotation":{"angle":45,"axis":"z","origin":[8,2.5,3]},"faces":{"north":{"uv":[3,9,4,7],"texture":"#1"},"south":{"uv":[4,9,3,7],"texture":"#1"}}},{"from":[9.5,2.9,3],"to":[12,3.4,3],"rotation":{"angle":22.5,"axis":"z","origin":[8,2.5,3]},"faces":{"north":{"uv":[5,4,10,3],"texture":"#1"},"south":{"uv":[10,4,5,3],"texture":"#1"}}},{"from":[10.198,5.448,2.998],"to":[13.202,5.952,3.002],"rotation":{"angle":-22.5,"axis":"z","origin":[8,2.5,3]},"faces":{"north":{"uv":[2,2,8,1],"texture":"#1"},"south":{"uv":[8,2,2,1],"texture":"#1"}}},{"from":[12.2,5.95,3],"to":[12.7,6.6,3],"rotation":{"angle":-22.5,"axis":"z","origin":[8,2.5,3]},"faces":{"north":{"uv":[9,1,10,0],"texture":"#1"},"south":{"uv":[10,1,9,0],"texture":"#1"}}},{"from":[13.198,2.548,2.998],"to":[13.802,5.952,3.002],"rotation":{"angle":-22.5,"axis":"z","origin":[8,2.5,3]},"faces":{"north":{"uv":[1,7,2,0],"texture":"#1"},"south":{"uv":[2,7,1,0],"texture":"#1"}}},{"from":[13.9,1.95,3],"to":[14.65,2.45,3],"rotation":{"angle":0,"axis":"z","origin":[8,2.25,3]},"faces":{"north":{"uv":[2,3,4,2],"texture":"#1"},"south":{"uv":[4,3,2,2],"texture":"#1"}}},{"from":[12.75,4.95,3],"to":[13.5,5.45,3],"rotation":{"angle":-45,"axis":"z","origin":[8,2.25,3]},"faces":{"north":{"uv":[8,2,10,1],"texture":"#1"},"south":{"uv":[15,16,16,15],"texture":"#1"}}},{"from":[10.55,2.05,3],"to":[13.8,2.55,3],"rotation":{"angle":-22.5,"axis":"z","origin":[8,2.5,3]},"faces":{"north":{"uv":[2,1,9,0],"texture":"#1"},"south":{"uv":[9,1,2,0],"texture":"#1"}}},{"from":[10.048,3.048,2.998],"to":[10.552,6.002,3.002],"rotation":{"angle":-45,"axis":"z","origin":[8,2.5,3]},"faces":{"north":{"uv":[2,11,3,5],"texture":"#1"},"south":{"uv":[3,11,2,5],"texture":"#1"}}},{"from":[11.3,4.4,3],"to":[12.85,4.9,3],"rotation":{"angle":-22.5,"axis":"z","origin":[8.15,2.65,3]},"faces":{"north":{"uv":[4,11,7,10],"texture":"#1"},"south":{"uv":[7,11,4,10],"texture":"#1"}}},{"from":[12.298,3.398,2.998],"to":[12.852,4.402,3.002],"rotation":{"angle":-22.5,"axis":"z","origin":[8.15,2.65,3]},"faces":{"north":{"uv":[3,11,4,9],"texture":"#1"},"south":{"uv":[4,11,3,9],"texture":"#1"}}},{"from":[11.95,1.55,3],"to":[12.75,2.05,3],"rotation":{"angle":0,"axis":"z","origin":[8.15,2.65,3]},"faces":{"north":{"uv":[8,3,10,2],"texture":"#1"},"south":{"uv":[10,3,8,2],"texture":"#1"}}},{"from":[7.298,0.748,2.998],"to":[8.702,1.352,3.002],"rotation":{"angle":-45,"axis":"z","origin":[8,2.5,3]},"faces":{"north":{"uv":[8,3,5,2],"texture":"#1"},"south":{"uv":[5,3,8,2],"texture":"#1"}}},{"from":[6.275,1.75,3],"to":[6.9,3.25,3],"rotation":{"angle":0,"axis":"z","origin":[8,2.5,3]},"faces":{"north":{"uv":[1,13,0,10],"texture":"#1"},"south":{"uv":[0,13,1,10],"texture":"#1"}}},{"from":[6.248,1.798,2.998],"to":[6.852,2.752,3.002],"rotation":{"angle":-45,"axis":"z","origin":[8,2.5,3]},"faces":{"north":{"uv":[4,9,3,7],"texture":"#1"},"south":{"uv":[3,9,4,7],"texture":"#1"}}},{"from":[4,2.9,3],"to":[6.5,3.4,3],"rotation":{"angle":-22.5,"axis":"z","origin":[8,2.5,3]},"faces":{"north":{"uv":[10,4,5,3],"texture":"#1"},"south":{"uv":[5,4,10,3],"texture":"#1"}}},{"from":[2.798,5.448,2.998],"to":[5.802,5.952,3.002],"rotation":{"angle":22.5,"axis":"z","origin":[8,2.5,3]},"faces":{"north":{"uv":[8,2,2,1],"texture":"#1"},"south":{"uv":[2,2,8,1],"texture":"#1"}}},{"from":[3.3,5.95,3],"to":[3.8,6.6,3],"rotation":{"angle":22.5,"axis":"z","origin":[8,2.5,3]},"faces":{"north":{"uv":[10,1,9,0],"texture":"#1"},"south":{"uv":[9,1,10,0],"texture":"#1"}}},{"from":[2.198,2.548,2.998],"to":[2.802,5.952,3.002],"rotation":{"angle":22.5,"axis":"z","origin":[8,2.5,3]},"faces":{"north":{"uv":[2,7,1,0],"texture":"#1"},"south":{"uv":[1,7,2,0],"texture":"#1"}}},{"from":[1.35,1.95,3],"to":[2.1,2.45,3],"rotation":{"angle":0,"axis":"z","origin":[8,2.25,3]},"faces":{"north":{"uv":[4,3,2,2],"texture":"#1"},"south":{"uv":[2,3,4,2],"texture":"#1"}}},{"from":[2.5,4.95,3],"to":[3.25,5.45,3],"rotation":{"angle":45,"axis":"z","origin":[8,2.25,3]},"faces":{"north":{"uv":[10,2,8,1],"texture":"#1"},"south":{"uv":[16,16,15,15],"texture":"#1"}}},{"from":[2.2,2.05,3],"to":[5.45,2.55,3],"rotation":{"angle":22.5,"axis":"z","origin":[8,2.5,3]},"faces":{"north":{"uv":[9,1,2,0],"texture":"#1"},"south":{"uv":[2,1,9,0],"texture":"#1"}}},{"from":[5.448,3.048,2.998],"to":[5.952,6.002,3.002],"rotation":{"angle":45,"axis":"z","origin":[8,2.5,3]},"faces":{"north":{"uv":[3,11,2,5],"texture":"#1"},"south":{"uv":[2,11,3,5],"texture":"#1"}}},{"from":[3.15,4.4,3],"to":[4.7,4.9,3],"rotation":{"angle":22.5,"axis":"z","origin":[7.85,2.65,3]},"faces":{"north":{"uv":[7,11,4,10],"texture":"#1"},"south":{"uv":[4,11,7,10],"texture":"#1"}}},{"from":[3.148,3.398,2.998],"to":[3.702,4.402,3.002],"rotation":{"angle":22.5,"axis":"z","origin":[7.85,2.65,3]},"faces":{"north":{"uv":[4,11,3,9],"texture":"#1"},"south":{"uv":[3,11,4,9],"texture":"#1"}}},{"from":[3.25,1.55,3],"to":[4.05,2.05,3],"rotation":{"angle":0,"axis":"z","origin":[7.85,2.65,3]},"faces":{"north":{"uv":[10,3,8,2],"texture":"#1"},"south":{"uv":[8,3,10,2],"texture":"#1"}}}],"display":{"head":{"rotation":[15,0,0],"translation":[0,16,1],"scale":[1.93,1.93,1.93]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/archerhat.json b/assets/minecraft/models/item/wynn/skin/hat/archerhat.json new file mode 100644 index 000000000..559bafc2f --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/archerhat.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/driftwood_1","2":"skins/decay_2","3":"skins/mage","particle":"skins/driftwood_1"},"elements":[{"from":[1.63586,14.01,-1.47105],"to":[14.36586,16.99,2.90895],"rotation":{"angle":0,"axis":"y","origin":[13.37586,17,-3.28105]},"faces":{"north":{"uv":[9.625,10,16,11.5],"texture":"#2"},"east":{"uv":[11.5,10,13.7,11.5],"texture":"#2"},"south":{"uv":[9.625,10,16,11.5],"texture":"#2"},"west":{"uv":[11.5,10,13.7,11.5],"texture":"#2"},"up":{"uv":[9.625,10,16,12.2],"texture":"#2"},"down":{"uv":[9.625,10,16,12.2],"texture":"#2"}}},{"from":[0.995,13.495,1.59103],"to":[15.005,14.005,15.60103],"rotation":{"angle":0,"axis":"y","origin":[11.91122,14.498,12.3916]},"faces":{"north":{"uv":[8.995,10,16,10.255],"texture":"#2"},"east":{"uv":[8.995,10,16,10.255],"texture":"#2"},"south":{"uv":[8.995,10,16,10.255],"texture":"#2"},"west":{"uv":[8.995,10,16,10.255],"texture":"#2"},"up":{"uv":[8.995,8.995,16,16],"texture":"#2"},"down":{"uv":[8.995,8.995,16,16],"rotation":180,"texture":"#2"}}},{"from":[5.99,13.49,-11.91397],"to":[10.01,14.01,17.60603],"rotation":{"angle":0,"axis":"y","origin":[11.91122,14.498,12.3916]},"faces":{"north":{"uv":[6.5,11.5,16,13.5],"rotation":270,"texture":"#2"},"east":{"uv":[6.5,11.5,16,13.5],"rotation":270,"texture":"#2"},"south":{"uv":[6.5,11.5,16,13.5],"rotation":270,"texture":"#2"},"west":{"uv":[6.5,11.5,16,13.5],"rotation":270,"texture":"#2"},"up":{"uv":[6.5,11.5,16,13.5],"rotation":270,"texture":"#2"},"down":{"uv":[6.5,11,16,13],"rotation":270,"texture":"#2"}}},{"from":[-0.49492,13,3.48656],"to":[1.50508,16,15.48656],"rotation":{"angle":0,"axis":"y","origin":[1.2659,14,14.28413]},"faces":{"north":{"uv":[5.5,8.5,11,10],"rotation":180,"texture":"#0"},"east":{"uv":[5.5,8.5,11,10],"rotation":180,"texture":"#0"},"south":{"uv":[5.5,8,7.5,11],"rotation":180,"texture":"#0"},"west":{"uv":[6,9,12,10.5],"texture":"#0"},"up":{"uv":[5.5,9.5,11.5,10.5],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,10,11.5,11],"rotation":270,"texture":"#0"}}},{"from":[14.49692,13.002,3.48856],"to":[16.49292,15.998,15.48456],"rotation":{"angle":0,"axis":"y","origin":[14.7341,14,14.28413]},"faces":{"north":{"uv":[11,8.5,5.5,10],"rotation":180,"texture":"#0"},"east":{"uv":[12,9,6,10.5],"texture":"#0"},"south":{"uv":[11,8.5,5.5,10],"rotation":180,"texture":"#0"},"west":{"uv":[11,8.5,5.5,10],"rotation":180,"texture":"#0"},"up":{"uv":[6,10.5,12,9.5],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,11,11.5,10],"rotation":270,"texture":"#0"}}},{"from":[3.602,13.002,-15.498],"to":[5.598,15.998,4.498],"rotation":{"angle":-22.5,"axis":"y","origin":[4.1,13.5,-6.3]},"faces":{"north":{"uv":[7,9.5,7.998,10.998],"rotation":180,"texture":"#0"},"east":{"uv":[4.5,9.5,14.498,10.998],"rotation":180,"texture":"#0"},"south":{"uv":[5.5,8.5,11,10],"rotation":180,"texture":"#0"},"west":{"uv":[5.5,9.5,15.498,10.998],"rotation":180,"texture":"#0"},"up":{"uv":[5.5,9,15.498,9.998],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,10,15.498,10.998],"rotation":270,"texture":"#0"}}},{"from":[10.4,13,-15.5],"to":[12.4,16,4.5],"rotation":{"angle":22.5,"axis":"y","origin":[11.9,13.5,-6.3]},"faces":{"north":{"uv":[7.498,9.5,6.5,10.998],"rotation":180,"texture":"#0"},"east":{"uv":[15.498,9.5,5.5,10.998],"rotation":180,"texture":"#0"},"south":{"uv":[11,8.5,5.5,10],"rotation":180,"texture":"#0"},"west":{"uv":[14.498,9.5,4.5,10.998],"rotation":180,"texture":"#0"},"up":{"uv":[5.5,9.998,15.498,9],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,10.998,15.498,10],"rotation":270,"texture":"#0"}}},{"from":[-0.87144,13.002,17.39151],"to":[8.32456,15.998,19.38751],"rotation":{"angle":-22.5,"axis":"y","origin":[9.12656,14.5,18.38951]},"faces":{"north":{"uv":[5,9.5,10.5,11],"rotation":180,"texture":"#0"},"east":{"uv":[12.5,9,13.498,10.498],"rotation":180,"texture":"#0"},"south":{"uv":[11,9,15.598,10.498],"rotation":180,"texture":"#0"},"west":{"uv":[5.5,8.5,11,10],"rotation":180,"texture":"#0"},"up":{"uv":[11,9,15.598,9.998],"rotation":180,"texture":"#0"},"down":{"uv":[10,9.5,14.598,10.498],"rotation":180,"texture":"#0"}}},{"from":[7.67344,13,17.38951],"to":[16.87344,16,19.38951],"rotation":{"angle":22.5,"axis":"y","origin":[6.87344,14.5,18.38951]},"faces":{"north":{"uv":[10.5,9.5,5,11],"rotation":180,"texture":"#0"},"east":{"uv":[11,8.5,5.5,10],"rotation":180,"texture":"#0"},"south":{"uv":[15.598,9,11,10.498],"rotation":180,"texture":"#0"},"west":{"uv":[13.498,9,12.5,10.498],"rotation":180,"texture":"#0"},"up":{"uv":[15.598,9.5,11,10.498],"rotation":180,"texture":"#0"},"down":{"uv":[14.598,9.5,10,10.498],"rotation":180,"texture":"#0"}}},{"from":[5.102,13.502,-9.248],"to":[10.598,13.998,1.748],"rotation":{"angle":-22.5,"axis":"y","origin":[4.1,12.5,-5.3]},"faces":{"north":{"uv":[11.5,10,14.248,10.248],"texture":"#2"},"east":{"uv":[10.502,10,16,10.248],"texture":"#2"},"south":{"uv":[11.5,10,14.248,10.248],"texture":"#2"},"west":{"uv":[10.502,10,16,10.248],"texture":"#2"},"up":{"uv":[10,11.5,15.498,14.248],"rotation":90,"texture":"#2"},"down":{"uv":[9,10.5,14.498,13.248],"rotation":90,"texture":"#2"}}},{"from":[5.4,13.5,-9.25],"to":[10.9,14,1.75],"rotation":{"angle":22.5,"axis":"y","origin":[11.9,12.5,-5.3]},"faces":{"north":{"uv":[11.5,10,14.25,10.25],"texture":"#2"},"east":{"uv":[10.5,10,16,10.25],"texture":"#2"},"south":{"uv":[11.5,10,14.25,10.25],"texture":"#2"},"west":{"uv":[10.5,10,16,10.25],"texture":"#2"},"up":{"uv":[10,11.5,15.5,14.25],"rotation":90,"texture":"#2"},"down":{"uv":[9,9.5,14.498,12.248],"rotation":90,"texture":"#2"}}},{"from":[13.75,17.97029,15.08976],"to":[14.75,24.97029,16.08976],"rotation":{"angle":45,"axis":"x","origin":[14.254,25.4847,16.62983]},"faces":{"north":{"uv":[4,12,7.5,12.5],"rotation":270,"texture":"#0"},"east":{"uv":[4,12,7.5,12.5],"rotation":270,"texture":"#0"},"south":{"uv":[4,12,7.5,12.5],"rotation":270,"texture":"#0"},"west":{"uv":[4,12,7.5,12.5],"rotation":270,"texture":"#0"},"up":{"uv":[4,12,7.5,12.5],"rotation":270,"texture":"#0"},"down":{"uv":[4,12,7.5,12.5],"rotation":270,"texture":"#0"}}},{"from":[13.74,14.32528,8.83989],"to":[14.76,21.34528,9.85989],"rotation":{"angle":22.5,"axis":"x","origin":[14.25,17.83528,9.34989]},"faces":{"north":{"uv":[0,12,3.5,12.5],"rotation":270,"texture":"#0"},"east":{"uv":[0,12,3.5,12.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,12,3.5,12.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,12,3.5,12.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,12,3.5,12.5],"rotation":270,"texture":"#0"},"down":{"uv":[0,12,3.5,12.5],"rotation":270,"texture":"#0"}}},{"from":[14,18.22029,13.08976],"to":[14.5,25.22029,18.08976],"rotation":{"angle":45,"axis":"x","origin":[14.254,25.4847,16.62983]},"faces":{"north":{"uv":[0,12,7,13],"rotation":270,"texture":"#3"},"east":{"uv":[0,12,7,16],"rotation":270,"texture":"#3"},"south":{"uv":[0,14,7,14.5],"rotation":270,"texture":"#3"},"west":{"uv":[7,12,0,16],"rotation":90,"texture":"#3"},"up":{"uv":[0,12,7,16],"rotation":270,"texture":"#3"},"down":{"uv":[0,12,7,16],"rotation":270,"texture":"#3"}}},{"from":[13.999,17.55729,9.48155],"to":[14.501,20.55929,14.48355],"rotation":{"angle":22.5,"axis":"x","origin":[14.25,23.55829,13.23255]},"faces":{"north":{"uv":[0,13,0.5,16],"texture":"#3"},"east":{"uv":[0,13,5,16],"texture":"#3"},"south":{"uv":[0,13,0.5,16],"texture":"#3"},"west":{"uv":[0,13,5,16],"texture":"#3"},"up":{"uv":[0,14,5,14.5],"rotation":90,"texture":"#3"},"down":{"uv":[0,11,0.5,16],"texture":"#3"}}},{"from":[13.76,25.72067,15.57521],"to":[14.74,26.70067,20.55521],"rotation":{"angle":-22.5,"axis":"x","origin":[14.254,25.4847,16.62983]},"faces":{"north":{"uv":[8.5,12,12,12.5],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,12,12,12.5],"rotation":180,"texture":"#0"},"south":{"uv":[11.5,12,12,12.5],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,12,12,12.5],"texture":"#0"},"up":{"uv":[8.5,12,12,12.5],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,12,12,12.5],"rotation":270,"texture":"#0"}}},{"from":[14.01,23.74023,15.4035],"to":[14.51,27.74023,21.4035],"rotation":{"angle":-22.5,"axis":"x","origin":[14.254,25.4847,16.62983]},"faces":{"north":{"uv":[15,12,9,16],"texture":"#3"},"east":{"uv":[15,12,9,16],"texture":"#3"},"south":{"uv":[14.5,12,14,16],"texture":"#3"},"west":{"uv":[15,16,9,12],"rotation":180,"texture":"#3"},"up":{"uv":[15,12,9,13],"rotation":270,"texture":"#3"},"down":{"uv":[15,14,9,15],"rotation":90,"texture":"#3"}}},{"from":[14.02,27.6722,18.71332],"to":[14.5,30.1522,21.19332],"rotation":{"angle":22.5,"axis":"x","origin":[14.254,25.4847,16.62983]},"faces":{"north":{"uv":[13,13,16,16],"texture":"#3"},"east":{"uv":[13,13,16,16],"texture":"#3"},"south":{"uv":[16,14,16.5,16.5],"texture":"#3"},"west":{"uv":[13,13,16,16],"texture":"#3"},"up":{"uv":[16,14,16.5,16.5],"texture":"#3"},"down":{"uv":[13,13,16,16],"texture":"#3"}}},{"from":[1.63086,14.005,2.91395],"to":[14.37086,19.995,13.30395],"rotation":{"angle":0,"axis":"y","origin":[13.37586,17,7.10895]},"faces":{"north":{"uv":[9.5,8.5,16,14],"texture":"#2"},"east":{"uv":[9.5,8.5,12.5,14],"rotation":90,"texture":"#2"},"south":{"uv":[9.5,8.5,16,14],"texture":"#2"},"west":{"uv":[9.5,8.5,12.5,14],"rotation":270,"texture":"#2"},"up":{"uv":[9.5,8.5,16,14],"texture":"#2"},"down":{"uv":[9.5,8.5,16,14],"texture":"#2"}}},{"from":[1.13086,17.005,2.71395],"to":[14.87086,18.995,13.60395],"rotation":{"angle":0,"axis":"y","origin":[13.37586,17,7.10895]},"faces":{"north":{"uv":[0,14,6.875,15],"texture":"#0"},"east":{"uv":[0,14,5.45,15],"texture":"#0"},"south":{"uv":[0,14,6.875,15],"texture":"#0"},"west":{"uv":[0,14,5.45,15],"texture":"#0"},"up":{"uv":[0,13.5,7,16],"texture":"#0"},"down":{"uv":[0,10.55,6.875,16],"texture":"#0"}}},{"from":[3.63086,16.005,3.41395],"to":[12.37086,21.995,12.40395],"rotation":{"angle":0,"axis":"y","origin":[13.37586,19,7.10895]},"faces":{"north":{"uv":[11.5,10,15.875,13],"texture":"#2"},"east":{"uv":[11.5,8.5,16,11.5],"texture":"#2"},"south":{"uv":[11.5,11,15.875,14],"texture":"#2"},"west":{"uv":[11.5,8.5,16,11.5],"texture":"#2"},"up":{"uv":[10,7.5,14.5,12],"texture":"#2"},"down":{"uv":[11.5,10,15.875,14.5],"texture":"#2"}}},{"from":[1.42881,13.997,14.33182],"to":[8.32081,19.993,16.32382],"rotation":{"angle":-22.5,"axis":"y","origin":[9.12481,14.493,15.32782]},"faces":{"north":{"uv":[11.5,10,14.948,13],"texture":"#2"},"east":{"uv":[11.5,10,12.498,13],"texture":"#2"},"south":{"uv":[11.5,10,14.948,13],"texture":"#2"},"west":{"uv":[11.5,10,12.498,13],"texture":"#2"},"up":{"uv":[11.5,10,14.948,10.998],"texture":"#2"},"down":{"uv":[11.5,10,14.948,10.998],"texture":"#2"}}},{"from":[1.12881,16.997,14.33182],"to":[8.52081,18.993,16.82382],"rotation":{"angle":-22.5,"axis":"y","origin":[9.12481,14.493,15.32782]},"faces":{"north":{"uv":[0,14,3.698,15],"texture":"#0"},"east":{"uv":[0,14,1.248,15],"texture":"#0"},"south":{"uv":[0,14,3.698,15],"texture":"#0"},"west":{"uv":[0,14,1.248,15],"texture":"#0"},"up":{"uv":[0,14,3.698,15.248],"texture":"#0"},"down":{"uv":[0,14,3.698,15.248],"texture":"#0"}}},{"from":[7.47719,16.995,14.32982],"to":[14.87319,18.995,16.82582],"rotation":{"angle":22.5,"axis":"y","origin":[6.87519,14.493,15.32782]},"faces":{"north":{"uv":[0,14,3.698,15],"texture":"#0"},"east":{"uv":[0,14,1.248,15],"texture":"#0"},"south":{"uv":[0,14,3.698,15],"texture":"#0"},"west":{"uv":[0,14,1.248,15],"texture":"#0"},"up":{"uv":[0,14,3.698,15.248],"texture":"#0"},"down":{"uv":[0,14,3.698,15.248],"texture":"#0"}}},{"from":[7.67269,13.994,13.32882],"to":[14.57069,19.994,16.32682],"rotation":{"angle":22.5,"axis":"y","origin":[6.87169,14.493,15.32782]},"faces":{"north":{"uv":[11.5,10,14.949,13],"texture":"#2"},"east":{"uv":[11.5,10,12.999,13],"texture":"#2"},"south":{"uv":[11.5,10,14.949,13],"texture":"#2"},"west":{"uv":[11.5,10,12.999,13],"texture":"#2"},"up":{"uv":[11.5,10,14.949,11.499],"texture":"#2"},"down":{"uv":[11.5,10,14.949,11.499],"texture":"#2"}}},{"from":[4.80321,16.01,0.40073],"to":[10.98321,21.99,6.58073],"rotation":{"angle":-45,"axis":"y","origin":[8.04321,19,3.59073]},"faces":{"north":{"uv":[11,7,14,10],"texture":"#2"},"east":{"uv":[11,7,14,10],"rotation":270,"texture":"#2"},"south":{"uv":[11,7,14,10],"rotation":270,"texture":"#2"},"west":{"uv":[14,7,11,10],"texture":"#2"},"up":{"uv":[13,7,16,10],"rotation":270,"texture":"#2"},"down":{"uv":[11,7,14,10],"rotation":270,"texture":"#2"}}},{"from":[0.92736,14.002,-0.77606],"to":[9.92336,19.998,1.21994],"rotation":{"angle":45,"axis":"y","origin":[5.72536,15.5,0.22194]},"faces":{"north":{"uv":[11.5,10,16,13],"texture":"#2"},"east":{"uv":[11.5,10,12.5,13],"texture":"#2"},"south":{"uv":[11.5,10,16,13],"texture":"#2"},"west":{"uv":[11.5,10,12.5,13],"texture":"#2"},"up":{"uv":[11.5,10,16,11],"texture":"#2"},"down":{"uv":[11.5,10,16,11],"texture":"#2"}}},{"from":[0.72736,17.002,-1.27606],"to":[10.42336,18.998,8.41994],"rotation":{"angle":45,"axis":"y","origin":[5.72536,15.5,0.22194]},"faces":{"north":{"uv":[0,14,4.85,15],"texture":"#0"},"east":{"uv":[0,14,4.85,15],"texture":"#0"},"south":{"uv":[0,14,4.85,15],"texture":"#0"},"west":{"uv":[0,14,4.85,15],"texture":"#0"},"up":{"uv":[0,13.5,5,16],"texture":"#0"},"down":{"uv":[0,11.15,4.85,16],"texture":"#0"}}},{"from":[5.97736,16.502,-1.52606],"to":[8.97336,19.498,-0.53006],"rotation":{"angle":45,"axis":"y","origin":[5.72536,15,0.22194]},"faces":{"north":{"uv":[3,7,6,10],"rotation":90,"texture":"#3"},"east":{"uv":[3,7,4,10],"rotation":180,"texture":"#3"},"south":{"uv":[3,7,4,10],"rotation":90,"texture":"#3"},"west":{"uv":[3,7,4,10],"rotation":180,"texture":"#3"},"up":{"uv":[3,7,4,10],"rotation":90,"texture":"#3"},"down":{"uv":[3,7,4,10],"rotation":90,"texture":"#3"}}},{"from":[6.47736,17.002,-2.02606],"to":[8.47336,18.998,-0.53006],"rotation":{"angle":45,"axis":"y","origin":[5.72536,15,0.22194]},"faces":{"north":{"uv":[0,14,1,15],"texture":"#0"},"east":{"uv":[0,14,1,15],"texture":"#0"},"south":{"uv":[0,14,1,15],"texture":"#0"},"west":{"uv":[0,14,1,15],"texture":"#0"},"up":{"uv":[0,14,1,15],"texture":"#0"},"down":{"uv":[0,14,1,15],"texture":"#0"}}},{"from":[6.07464,14,-0.77806],"to":[15.07464,20,1.22194],"rotation":{"angle":-45,"axis":"y","origin":[10.27464,15.5,0.22194]},"faces":{"north":{"uv":[11.5,10,16,13],"texture":"#2"},"east":{"uv":[11.5,10,12.5,13],"texture":"#2"},"south":{"uv":[11.5,10,16,13],"texture":"#2"},"west":{"uv":[11.5,10,12.5,13],"texture":"#2"},"up":{"uv":[11.5,10,16,11],"texture":"#2"},"down":{"uv":[11.5,10,16,11],"texture":"#2"}}}],"display":{"head":{"rotation":[-2,0,0],"translation":[0,-3.5,2.25],"scale":[1.21,1.21,1.21]},"ground":{"rotation":[5,-1,-5],"translation":[0,3,0],"scale":[0.5,0.5,0.5]},"gui":{"rotation":[-150,45,175],"translation":[1,-3,0],"scale":[0.45,0.45,0.45]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/aristrocat_hat.json b/assets/minecraft/models/item/wynn/skin/hat/aristrocat_hat.json new file mode 100644 index 000000000..5d421941e --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/aristrocat_hat.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"2":"skins/aristrocat_hat","particle":"skins/aristrocat_hat"},"elements":[{"from":[3.5,0,-1.0375],"to":[12.5,0.75,0.4625],"rotation":{"angle":0,"axis":"y","origin":[14.15,0,-1]},"faces":{"north":{"uv":[0,0.75,4.5,1.25],"texture":"#2"},"east":{"uv":[5.25,0,4.5,0.5],"texture":"#2"},"south":{"uv":[0,1.25,4.5,1.75],"texture":"#2"},"west":{"uv":[4.5,0,5.25,0.5],"texture":"#2"},"up":{"uv":[4.5,0.75,0,0],"texture":"#2"},"down":{"uv":[4.5,1.75,0,2.5],"texture":"#2"}}},{"from":[11.1875,0.375,-1],"to":[12.6875,1.125,0.5],"rotation":{"angle":22.5,"axis":"z","origin":[11.75,0.75,2.75]},"faces":{"north":{"uv":[5.25,1.25,4.5,1.75],"texture":"#2"},"east":{"uv":[5,1.25,5.25,1.75],"texture":"#2"},"south":{"uv":[6,0,5.25,0.5],"texture":"#2"},"west":{"uv":[4.75,0.5,4.5,1.25],"rotation":90,"texture":"#2"},"up":{"uv":[4.5,1.25,5.25,0.5],"texture":"#2"},"down":{"uv":[4.5,2.5,5.25,1.75],"texture":"#2"}}},{"from":[12.6125,0.75,-0.4],"to":[14.1125,1.5,1.1],"rotation":{"angle":-22.5,"axis":"y","origin":[14.15,0,-1]},"faces":{"north":{"uv":[6,1.25,5.25,1.75],"texture":"#2"},"south":{"uv":[4.5,3,5.25,2.5],"texture":"#2"},"west":{"uv":[6,1.75,5.25,2.25],"texture":"#2"},"up":{"uv":[5.25,1.25,6,0.5],"texture":"#2"},"down":{"uv":[4.25,3,5,3.75],"texture":"#2"}}},{"from":[14.3325,0.745,-0.4425],"to":[19.5925,1.505,1.0675],"rotation":{"angle":-45,"axis":"y","origin":[14.15,0,-1]},"faces":{"north":{"uv":[2.75,3.25,0,3.75],"texture":"#2"},"east":{"uv":[3.5,2.5,2.75,3],"texture":"#2"},"south":{"uv":[2.75,3.75,0,4.25],"texture":"#2"},"west":{"uv":[4.25,2.5,3.5,3],"texture":"#2"},"up":{"uv":[0,3.25,2.75,2.5],"texture":"#2"},"down":{"uv":[0,4.25,2.75,5],"texture":"#2"}}},{"from":[16.03,0.455,4.1425],"to":[17.52,1.195,6.0825],"rotation":{"angle":22.5,"axis":"x","origin":[17,0.75,5]},"faces":{"east":{"uv":[1.75,5,0.75,5.5],"texture":"#2"},"south":{"uv":[3.5,4,2.75,4.5],"texture":"#2"},"west":{"uv":[1.75,5.5,0.75,6],"texture":"#2"},"up":{"uv":[0,6,0.75,5],"texture":"#2"},"down":{"uv":[1.75,6,2.5,5],"texture":"#2"}}},{"from":[16.025,0.75,3.275],"to":[17.525,1.5,4.4],"rotation":{"angle":0,"axis":"y","origin":[17,0.75,5]},"faces":{"east":{"uv":[3.5,3,4,3.5],"texture":"#2"},"south":{"uv":[3.5,3.5,4.25,4],"texture":"#2"},"west":{"uv":[2.75,3.5,3.25,4],"texture":"#2"},"up":{"uv":[2.75,3,3.5,3.5],"texture":"#2"},"down":{"uv":[3.5,3.5,4.25,4],"texture":"#2"}}},{"from":[14.7075,-0.005,3.9075],"to":[16.2175,0.755,5.4175],"rotation":{"angle":22.5,"axis":"y","origin":[15.2375,0,0.05]},"faces":{"north":{"uv":[4.25,4.25,5,3.75],"texture":"#2"},"east":{"uv":[3.5,4.5,4.25,4],"texture":"#2"},"south":{"uv":[4.25,4.75,5,4.25],"texture":"#2"},"west":{"uv":[5,4.25,5.75,3.75],"texture":"#2"},"up":{"uv":[5,3.75,5.75,3],"texture":"#2"},"down":{"uv":[3.5,5.25,4.25,4.5],"texture":"#2"}}},{"from":[18.2,0,3.1625],"to":[19.7,0.75,15.1625],"rotation":{"angle":-22.5,"axis":"y","origin":[15.2375,0,0.05]},"faces":{"east":{"uv":[2,6,1.5,12],"rotation":90,"texture":"#2"},"south":{"uv":[1.5,12,0.75,12.5],"texture":"#2"},"west":{"uv":[2.5,6,2,12],"rotation":90,"texture":"#2"},"up":{"uv":[0,12,0.75,6],"texture":"#2"},"down":{"uv":[0.75,6,1.5,12],"texture":"#2"}}},{"from":[13.1,0.45,12.9875],"to":[13.85,1.2,14.9375],"rotation":{"angle":-22.5,"axis":"x","origin":[13.0625,0.75,14.075]},"faces":{"north":{"uv":[2.5,5.25,2.75,5],"texture":"#2"},"east":{"uv":[3,5,2.75,6],"rotation":90,"texture":"#2"},"south":{"uv":[2.5,5.25,2.75,5],"texture":"#2"},"west":{"uv":[3.25,5,3,6],"rotation":90,"texture":"#2"},"up":{"uv":[2.5,6,2.75,5],"texture":"#2"},"down":{"uv":[2.5,6,2.75,5],"texture":"#2"}}},{"from":[18.2,0.75,14.1125],"to":[19.7,1.5,15.1625],"rotation":{"angle":-22.5,"axis":"y","origin":[15.2375,0,0.05]},"faces":{"north":{"uv":[5,4.75,4.25,5.25],"texture":"#2"},"east":{"uv":[3.75,5.25,3.25,5.75],"texture":"#2"},"west":{"uv":[5,5.25,4.5,5.75],"texture":"#2"},"up":{"uv":[4.5,5.25,3.75,5.75],"texture":"#2"}}},{"from":[12.64111,0.745,15.10993],"to":[14.15111,1.505,17.36993],"rotation":{"angle":-45,"axis":"y","origin":[13.17111,1.125,14.73993]},"faces":{"north":{"uv":[2.5,7.75,3.25,7.25],"texture":"#2"},"east":{"uv":[3.75,5.75,3.25,7],"rotation":90,"texture":"#2"},"south":{"uv":[2.5,7.75,3.25,7.25],"texture":"#2"},"west":{"uv":[4.25,5.75,3.75,7],"rotation":90,"texture":"#2"},"up":{"uv":[2.5,7.25,3.25,6],"texture":"#2"},"down":{"uv":[2.5,9,3.25,10.25],"texture":"#2"}}},{"from":[11.33361,0.75,15.45243],"to":[12.83361,1.5,16.95243],"rotation":{"angle":22.5,"axis":"y","origin":[13.17111,1.125,19.23993]},"faces":{"north":{"uv":[4,7,3.25,7.5],"texture":"#2"},"south":{"uv":[3.25,7.75,2.5,8.25],"texture":"#2"},"up":{"uv":[3.25,8.25,2.5,9],"texture":"#2"},"down":{"uv":[4,7.5,3.25,8.25],"texture":"#2"}}},{"from":[3.125,0.5625,14.75],"to":[12.875,0.9375,16.25],"rotation":{"angle":-22.5,"axis":"x","origin":[5.75,0.375,15.575]},"faces":{"north":{"uv":[5,4.25,5.25,9.25],"rotation":90,"texture":"#2"},"east":{"uv":[5.75,4.25,5,4.5],"texture":"#2"},"south":{"uv":[5.5,9.25,5.75,4.25],"rotation":90,"texture":"#2"},"west":{"uv":[5,9,5.75,9.25],"texture":"#2"},"up":{"uv":[5,9.25,5.75,4.25],"rotation":90,"texture":"#2"},"down":{"uv":[5,10.75,4.25,5.75],"rotation":90,"texture":"#2"}}},{"from":[3.875,0.5625,16.25],"to":[12.125,0.9375,16.625],"rotation":{"angle":-22.5,"axis":"x","origin":[5.75,0.375,15.575]},"faces":{"east":{"uv":[4.25,7.25,4,7],"rotation":90,"texture":"#2"},"south":{"uv":[4.25,11.25,4,7],"rotation":90,"texture":"#2"},"west":{"uv":[4.25,7.25,4,7],"rotation":90,"texture":"#2"},"up":{"uv":[4.25,11.25,4,7],"rotation":90,"texture":"#2"},"down":{"uv":[5,10.5,4.75,6.25],"rotation":90,"texture":"#2"}}},{"from":[3.5,0.2625,0.45],"to":[12.5,0.6375,14.7],"rotation":{"angle":0,"axis":"y","origin":[2,0,2]},"faces":{"east":{"uv":[5.75,3.25,6,10.5],"rotation":90,"texture":"#2"},"south":{"uv":[10.25,3.5,5.75,3.25],"texture":"#2"},"west":{"uv":[10,3.25,10.25,10.5],"rotation":90,"texture":"#2"},"up":{"uv":[10.25,10.5,5.75,3.25],"texture":"#2"},"down":{"uv":[14.75,3.25,10.25,10.5],"texture":"#2"}}},{"from":[12.5,0.2625,1.35],"to":[13.5,0.6375,15.1],"rotation":{"angle":0,"axis":"y","origin":[14,0,2]},"faces":{"north":{"uv":[0,13,0.25,12.5],"rotation":90,"texture":"#2"},"up":{"uv":[0,13,6.75,12.5],"rotation":90,"texture":"#2"},"down":{"uv":[6.75,13.5,0,13],"rotation":90,"texture":"#2"}}},{"from":[13.5,0.2625,2.3],"to":[14.5,0.6375,12.55],"rotation":{"angle":0,"axis":"y","origin":[14,0,2]},"faces":{"up":{"uv":[2.5,12,7.5,11.5],"rotation":90,"texture":"#2"},"down":{"uv":[7.5,12.5,2.5,12],"rotation":90,"texture":"#2"}}},{"from":[14.5,0.2625,3.05],"to":[15.5,0.6375,9.8],"rotation":{"angle":0,"axis":"y","origin":[14,0,2]},"faces":{"north":{"uv":[8.25,11,8.5,10.5],"rotation":90,"texture":"#2"},"east":{"uv":[5,10.75,8.5,10.5],"texture":"#2"},"up":{"uv":[8.5,10.5,5,11],"rotation":90,"texture":"#2"},"down":{"uv":[7.75,11,4.25,11.5],"rotation":90,"texture":"#2"}}},{"from":[15.5,0.2625,4.25],"to":[17,0.6375,7.25],"rotation":{"angle":0,"axis":"y","origin":[14,0,2]},"faces":{"up":{"uv":[3.25,10.25,4,8.75],"texture":"#2"},"down":{"uv":[4,11,2.5,10.25],"rotation":90,"texture":"#2"}}},{"from":[13.5875,0.25,1.0625],"to":[19.5875,0.75,1.8125],"rotation":{"angle":-45,"axis":"y","origin":[14.15,0.75,-1]},"faces":{"north":{"uv":[7.5,2.75,10.25,2.5],"texture":"#2"},"east":{"uv":[7.5,2.75,7.75,3],"texture":"#2"},"south":{"uv":[7.5,2.75,10.5,3],"texture":"#2"},"west":{"uv":[7.5,2.75,7.75,3],"texture":"#2"},"up":{"uv":[7.5,3.25,10.5,2.75],"texture":"#2"},"down":{"uv":[7.5,2.75,7.75,3],"texture":"#2"}}},{"from":[2.5,0.2625,1.35],"to":[3.5,0.6375,15.1],"rotation":{"angle":0,"axis":"y","origin":[2,0,2]},"faces":{"north":{"uv":[0,12.5,0.25,13],"rotation":90,"texture":"#2"},"up":{"uv":[0,12.5,6.75,13],"rotation":90,"texture":"#2"},"down":{"uv":[6.75,13,0,13.5],"rotation":90,"texture":"#2"}}},{"from":[1.5,0.2625,2.3],"to":[2.5,0.6375,12.55],"rotation":{"angle":0,"axis":"y","origin":[2,0,2]},"faces":{"up":{"uv":[2.5,11.5,7.5,12],"rotation":90,"texture":"#2"},"down":{"uv":[7.5,12,2.5,12.5],"rotation":90,"texture":"#2"}}},{"from":[0.5,0.2625,3.05],"to":[1.5,0.6375,9.8],"rotation":{"angle":0,"axis":"y","origin":[2,0,2]},"faces":{"north":{"uv":[8.25,10.5,8.5,11],"rotation":90,"texture":"#2"},"west":{"uv":[8.5,10.75,5,10.5],"texture":"#2"},"up":{"uv":[8.5,11,5,10.5],"rotation":90,"texture":"#2"},"down":{"uv":[7.75,11.5,4.25,11],"rotation":90,"texture":"#2"}}},{"from":[-1,0.2625,4.25],"to":[0.5,0.6375,7.25],"rotation":{"angle":0,"axis":"y","origin":[2,0,2]},"faces":{"up":{"uv":[4,10.25,3.25,8.75],"texture":"#2"},"down":{"uv":[4,10.25,2.5,11],"rotation":90,"texture":"#2"}}},{"from":[-3.5875,0.25,1.0625],"to":[2.4125,0.75,1.8125],"rotation":{"angle":45,"axis":"y","origin":[1.85,0.75,-1]},"faces":{"north":{"uv":[10.25,2.75,7.5,2.5],"texture":"#2"},"east":{"uv":[7.75,2.75,7.5,3],"texture":"#2"},"south":{"uv":[10.5,2.75,7.5,3],"texture":"#2"},"west":{"uv":[7.75,2.75,7.5,3],"texture":"#2"},"up":{"uv":[10.5,3.25,7.5,2.75],"texture":"#2"},"down":{"uv":[7.75,2.75,7.5,3],"texture":"#2"}}},{"from":[3.3125,0.375,-1],"to":[4.8125,1.125,0.5],"rotation":{"angle":-22.5,"axis":"z","origin":[4.25,0.75,2.75]},"faces":{"north":{"uv":[4.5,1.25,5.25,1.75],"texture":"#2"},"east":{"uv":[4.75,1.25,4.5,0.5],"rotation":90,"texture":"#2"},"south":{"uv":[5.25,0,6,0.5],"texture":"#2"},"west":{"uv":[5.25,1.25,5,1.75],"texture":"#2"},"up":{"uv":[5.25,1.25,4.5,0.5],"texture":"#2"},"down":{"uv":[5.25,2.5,4.5,1.75],"texture":"#2"}}},{"from":[1.8875,0.75,-0.4],"to":[3.3875,1.5,1.1],"rotation":{"angle":22.5,"axis":"y","origin":[1.85,0,-1]},"faces":{"north":{"uv":[5.25,1.25,6,1.75],"texture":"#2"},"east":{"uv":[5.25,1.75,6,2.25],"texture":"#2"},"south":{"uv":[5.25,3,4.5,2.5],"texture":"#2"},"up":{"uv":[6,1.25,5.25,0.5],"texture":"#2"},"down":{"uv":[5,3,4.25,3.75],"texture":"#2"}}},{"from":[-3.5925,0.745,-0.4425],"to":[1.6675,1.505,1.0675],"rotation":{"angle":45,"axis":"y","origin":[1.85,0,-1]},"faces":{"north":{"uv":[0,3.25,2.75,3.75],"texture":"#2"},"east":{"uv":[3.5,2.5,4.25,3],"texture":"#2"},"south":{"uv":[0,3.75,2.75,4.25],"texture":"#2"},"west":{"uv":[2.75,2.5,3.5,3],"texture":"#2"},"up":{"uv":[2.75,3.25,0,2.5],"texture":"#2"},"down":{"uv":[2.75,4.25,0,5],"texture":"#2"}}},{"from":[-1.52,0.455,4.1425],"to":[-0.03,1.195,6.0825],"rotation":{"angle":22.5,"axis":"x","origin":[-1,0.75,5]},"faces":{"east":{"uv":[0.75,5.5,1.75,6],"texture":"#2"},"south":{"uv":[2.75,4,3.5,4.5],"texture":"#2"},"west":{"uv":[0.75,5,1.75,5.5],"texture":"#2"},"up":{"uv":[0.75,6,0,5],"texture":"#2"},"down":{"uv":[2.5,6,1.75,5],"texture":"#2"}}},{"from":[-1.525,0.75,3.275],"to":[-0.025,1.5,4.4],"rotation":{"angle":0,"axis":"y","origin":[-1,0.75,5]},"faces":{"east":{"uv":[3.25,3.5,2.75,4],"texture":"#2"},"south":{"uv":[4.25,3.5,3.5,4],"texture":"#2"},"west":{"uv":[4,3,3.5,3.5],"texture":"#2"},"up":{"uv":[3.5,3,2.75,3.5],"texture":"#2"},"down":{"uv":[4.25,3.5,3.5,4],"texture":"#2"}}},{"from":[-0.2175,-0.005,3.9075],"to":[1.2925,0.755,5.4175],"rotation":{"angle":-22.5,"axis":"y","origin":[0.7625,0,0.05]},"faces":{"north":{"uv":[5,4.25,4.25,3.75],"texture":"#2"},"east":{"uv":[5.75,4.25,5,3.75],"texture":"#2"},"south":{"uv":[5,4.75,4.25,4.25],"texture":"#2"},"west":{"uv":[4.25,4.5,3.5,4],"texture":"#2"},"up":{"uv":[5.75,3.75,5,3],"texture":"#2"},"down":{"uv":[4.25,5.25,3.5,4.5],"texture":"#2"}}},{"from":[-3.7,0,3.1625],"to":[-2.2,0.75,15.1625],"rotation":{"angle":22.5,"axis":"y","origin":[0.7625,0,0.05]},"faces":{"east":{"uv":[2.5,12,2,6],"rotation":90,"texture":"#2"},"south":{"uv":[0.75,12,1.5,12.5],"texture":"#2"},"west":{"uv":[2,12,1.5,6],"rotation":90,"texture":"#2"},"up":{"uv":[0.75,12,0,6],"texture":"#2"},"down":{"uv":[1.5,6,0.75,12],"texture":"#2"}}},{"from":[2.15,0.45,12.9875],"to":[2.9,1.2,14.9375],"rotation":{"angle":-22.5,"axis":"x","origin":[2.9375,0.75,14.075]},"faces":{"north":{"uv":[2.75,5.25,2.5,5],"texture":"#2"},"east":{"uv":[3.25,6,3,5],"rotation":90,"texture":"#2"},"south":{"uv":[2.75,5.25,2.5,5],"texture":"#2"},"west":{"uv":[3,6,2.75,5],"rotation":90,"texture":"#2"},"up":{"uv":[2.75,6,2.5,5],"texture":"#2"},"down":{"uv":[2.75,6,2.5,5],"texture":"#2"}}},{"from":[-3.7,0.75,14.1125],"to":[-2.2,1.5,15.1625],"rotation":{"angle":22.5,"axis":"y","origin":[0.7625,0,0.05]},"faces":{"north":{"uv":[4.25,4.75,5,5.25],"texture":"#2"},"east":{"uv":[4.5,5.25,5,5.75],"texture":"#2"},"west":{"uv":[3.25,5.25,3.75,5.75],"texture":"#2"},"up":{"uv":[3.75,5.25,4.5,5.75],"texture":"#2"}}},{"from":[1.84889,0.745,15.10993],"to":[3.35889,1.505,17.36993],"rotation":{"angle":45,"axis":"y","origin":[2.82889,1.125,14.73993]},"faces":{"north":{"uv":[3.25,7.75,2.5,7.25],"texture":"#2"},"east":{"uv":[4.25,7,3.75,5.75],"rotation":90,"texture":"#2"},"south":{"uv":[3.25,7.75,2.5,7.25],"texture":"#2"},"west":{"uv":[3.75,7,3.25,5.75],"rotation":90,"texture":"#2"},"up":{"uv":[3.25,7.25,2.5,6],"texture":"#2"},"down":{"uv":[3.25,9,2.5,10.25],"texture":"#2"}}},{"from":[3.16639,0.75,15.45243],"to":[4.66639,1.5,16.95243],"rotation":{"angle":-22.5,"axis":"y","origin":[2.82889,1.125,19.23993]},"faces":{"north":{"uv":[3.25,7,4,7.5],"texture":"#2"},"south":{"uv":[2.5,7.75,3.25,8.25],"texture":"#2"},"up":{"uv":[2.5,8.25,3.25,9],"texture":"#2"},"down":{"uv":[3.25,7.5,4,8.25],"texture":"#2"}}},{"from":[5.37,0.745,16.32],"to":[10.63,1.505,17.83],"rotation":{"angle":0,"axis":"y","origin":[1.85,0.75,3.5]},"faces":{"north":{"uv":[8.75,0.75,6,1.25],"texture":"#2"},"east":{"uv":[4,8.25,3.25,8.75],"texture":"#2"},"south":{"uv":[8.75,1.25,6,1.75],"texture":"#2"},"west":{"uv":[3.25,8.25,4,8.75],"texture":"#2"},"up":{"uv":[6,0.75,8.75,0],"texture":"#2"},"down":{"uv":[6,1.75,8.75,2.5],"texture":"#2"}}},{"from":[7.495,2.045,4.545],"to":[8.005,4.055,4.555],"rotation":{"angle":0,"axis":"y","origin":[-0.25,1.8,0.05]},"faces":{"north":{"uv":[9.75,13.75,10,14.75],"texture":"#2"},"east":{"uv":[9.75,13.25,10,15],"texture":"#2"},"south":{"uv":[9.75,13.25,10,15],"texture":"#2"},"west":{"uv":[9.75,13.25,10,15],"texture":"#2"}}},{"from":[6.995,4.045,4.545],"to":[9.005,5.555,4.555],"rotation":{"angle":0,"axis":"y","origin":[-0.25,1.8,0.15]},"faces":{"north":{"uv":[10,14.5,11,15.25],"texture":"#2"},"south":{"uv":[11,14.5,10,15.25],"texture":"#2"}}},{"from":[7,5.625,4.975],"to":[9.5,7.625,4.985],"rotation":{"angle":22.5,"axis":"x","origin":[7.75,6.65,4.55]},"faces":{"north":{"uv":[10,13.5,11.25,14.5],"texture":"#2"},"south":{"uv":[11.25,13.5,10,14.5],"texture":"#2"}}},{"from":[7.495,7.595,4.615],"to":[9.505,8.605,4.625],"rotation":{"angle":45,"axis":"x","origin":[7.75,6.65,4.7]},"faces":{"north":{"uv":[11.25,13.5,12.25,14],"texture":"#2"},"south":{"uv":[12.25,13.5,11.25,14],"texture":"#2"}}},{"from":[8,7.5,6.45],"to":[10,7.51,7.95],"rotation":{"angle":-22.5,"axis":"x","origin":[7.75,6.7,4.75]},"faces":{"up":{"uv":[9.75,15.25,10.75,16],"texture":"#2"},"down":{"uv":[9.75,16,10.75,15.25],"texture":"#2"}}},{"from":[9,8.665,7.4],"to":[10.5,8.675,9.9],"rotation":{"angle":0,"axis":"y","origin":[7.75,6.7,4.75]},"faces":{"up":{"uv":[11.25,14,12,15.25],"texture":"#2"},"down":{"uv":[11.25,15.25,12,14],"texture":"#2"}}},{"from":[6.495,2.095,4.545],"to":[7.005,3.605,4.555],"rotation":{"angle":0,"axis":"y","origin":[-0.5,0.85,0.05]},"faces":{"north":{"uv":[12,12.25,12.25,13],"texture":"#2"},"south":{"uv":[12,11.75,12.25,13],"texture":"#2"}}},{"from":[6,3.6,4.55],"to":[7.5,4.6,4.56],"rotation":{"angle":0,"axis":"y","origin":[-0.5,0.85,0.05]},"faces":{"north":{"uv":[11.25,11.75,12,12.25],"texture":"#2"},"south":{"uv":[12,11.75,11.25,12.25],"texture":"#2"}}},{"from":[5.5,4.675,4.975],"to":[7.5,6.175,4.985],"rotation":{"angle":22.5,"axis":"x","origin":[6.75,5.7,4.55]},"faces":{"north":{"uv":[12.25,11.5,13.25,12.25],"texture":"#2"},"south":{"uv":[13.25,11.5,12.25,12.25],"texture":"#2"}}},{"from":[5,6.3,4.765],"to":[7,7.3,4.775],"rotation":{"angle":45,"axis":"x","origin":[6.75,5.7,4.55]},"faces":{"north":{"uv":[12.25,12.25,13.25,12.75],"texture":"#2"},"south":{"uv":[13.25,12.25,12.25,12.75],"texture":"#2"}}},{"from":[5,6.115,6.115],"to":[6,6.125,6.615],"rotation":{"angle":-22.5,"axis":"x","origin":[6.75,5.7,4.55]},"faces":{"up":{"uv":[12.25,12.75,12.75,13],"texture":"#2"},"down":{"uv":[12.75,12.75,12.25,13],"texture":"#2"}}},{"from":[8.495,1.595,4.545],"to":[9.005,3.105,4.555],"rotation":{"angle":0,"axis":"y","origin":[16,0.35,0.05]},"faces":{"north":{"uv":[14.5,12.25,14.25,13],"texture":"#2"},"south":{"uv":[14.5,11.75,14.25,13],"texture":"#2"}}},{"from":[8,3.1,4.55],"to":[9.5,4.1,4.56],"rotation":{"angle":0,"axis":"y","origin":[16,0.35,0.05]},"faces":{"north":{"uv":[14.25,11.75,13.5,12.25],"texture":"#2"},"south":{"uv":[13.5,11.75,14.25,12.25],"texture":"#2"}}},{"from":[8,4.175,4.975],"to":[10,5.675,4.985],"rotation":{"angle":22.5,"axis":"x","origin":[8.75,5.2,4.55]},"faces":{"north":{"uv":[15.5,11.5,14.5,12.25],"texture":"#2"},"south":{"uv":[14.5,11.5,15.5,12.25],"texture":"#2"}}},{"from":[8.5,5.8,4.765],"to":[10.5,6.8,4.775],"rotation":{"angle":45,"axis":"x","origin":[8.75,5.2,4.55]},"faces":{"north":{"uv":[15.5,12.25,14.5,12.75],"texture":"#2"},"south":{"uv":[14.5,12.25,15.5,12.75],"texture":"#2"}}},{"from":[9.5,5.615,6.115],"to":[10.5,5.625,6.615],"rotation":{"angle":-22.5,"axis":"x","origin":[8.75,5.2,4.55]},"faces":{"up":{"uv":[15,12.75,14.5,13],"texture":"#2"},"down":{"uv":[14.5,12.75,15,13],"texture":"#2"}}},{"from":[6.49,2.3025,5.1025],"to":[9.51,3.8225,10.8975],"rotation":{"angle":0,"axis":"y","origin":[8,3.0625,8]},"faces":{"north":{"uv":[12.75,3,14.25,2.75],"texture":"#2"},"east":{"uv":[13,3,12.75,0],"rotation":90,"texture":"#2"},"south":{"uv":[14.25,0.25,12.75,0],"texture":"#2"},"west":{"uv":[14.25,3,14,0],"rotation":90,"texture":"#2"},"up":{"uv":[14.25,3,12.75,0],"texture":"#2"},"down":{"uv":[12.75,3,14.25,0],"texture":"#2"}}},{"from":[5.1075,2.3075,6.495],"to":[10.8925,3.8175,9.505],"rotation":{"angle":0,"axis":"y","origin":[2,-0.5,2]},"faces":{"north":{"uv":[11,11,14,11.75],"texture":"#2"},"east":{"uv":[16.5,17.5,18,18.25],"texture":"#2"},"south":{"uv":[11.5,0,14.5,0.75],"texture":"#2"},"west":{"uv":[1.5,18,3,18.75],"texture":"#2"},"up":{"uv":[15.75,3,14.25,0],"rotation":90,"texture":"#2"},"down":{"uv":[10,7.5,7,9],"texture":"#2"}}},{"from":[10.25,0.5,6.5],"to":[11.75,1.75,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,0.25,8]},"faces":{"north":{"uv":[10,1,10.25,1.75],"texture":"#2"},"east":{"uv":[8.75,1,10.25,1.75],"texture":"#2"},"south":{"uv":[8.75,1,9,1.75],"texture":"#2"},"west":{"uv":[10.25,1,8.75,1.75],"texture":"#2"}}},{"from":[4.25,0.5,6.5],"to":[5.75,1.75,9.5],"rotation":{"angle":0,"axis":"y","origin":[2,0.25,8]},"faces":{"north":{"uv":[10,1.75,10.25,2.5],"texture":"#2"},"east":{"uv":[8.75,1.75,10.25,2.5],"texture":"#2"},"south":{"uv":[8.75,1.75,9,2.5],"texture":"#2"},"west":{"uv":[10.25,1.75,8.75,2.5],"texture":"#2"}}},{"from":[7.956,1.745,4.31825],"to":[9.316,2.955,5.82825],"rotation":{"angle":-22.5,"axis":"y","origin":[7.625,2.575,8.375]},"faces":{"north":{"uv":[6,2.5,6.75,3.25],"texture":"#2"},"east":{"uv":[6,2.5,6.25,3.25],"texture":"#2"},"west":{"uv":[6.5,2.5,6.75,3.25],"texture":"#2"},"up":{"uv":[6.75,2.5,7.5,3.25],"texture":"#2"},"down":{"uv":[6.5,3,6.75,3.25],"texture":"#2"}}},{"from":[10.17675,1.75,6.689],"to":[11.67675,2.95,8.039],"rotation":{"angle":22.5,"axis":"y","origin":[7.625,2.575,8.375]},"faces":{"north":{"uv":[6,2.5,6.25,3.25],"texture":"#2"},"east":{"uv":[6.75,2.5,6,3.25],"texture":"#2"},"south":{"uv":[6.75,2.5,6.5,3.25],"texture":"#2"},"up":{"uv":[6.75,3.25,7.5,2.5],"rotation":270,"texture":"#2"}}},{"from":[10.55175,0.5,6.314],"to":[12.05175,1.75,8.039],"rotation":{"angle":22.5,"axis":"y","origin":[8,0.25,8]},"faces":{"north":{"uv":[11.5,0,11.75,0.75],"texture":"#2"},"east":{"uv":[11,0,11.75,0.75],"texture":"#2"},"south":{"uv":[11,0,11.25,0.75],"texture":"#2"},"west":{"uv":[11,0,11.75,0.75],"texture":"#2"},"up":{"uv":[9.5,0.75,10.25,1],"rotation":90,"texture":"#2"},"down":{"uv":[11,0.5,11.75,0.75],"rotation":90,"texture":"#2"}}},{"from":[7.961,0.5,3.94825],"to":[9.686,1.75,5.44825],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0.25,8]},"faces":{"north":{"uv":[10.25,0,11,0.75],"texture":"#2"},"east":{"uv":[10.25,0,10.5,0.75],"texture":"#2"},"south":{"uv":[10.25,0,11,0.75],"texture":"#2"},"west":{"uv":[10.75,0,11,0.75],"texture":"#2"},"up":{"uv":[8.75,0.75,9.5,1],"texture":"#2"},"down":{"uv":[10.25,0.5,11,0.75],"rotation":90,"texture":"#2"}}},{"from":[7.961,0.5,10.55175],"to":[9.686,1.75,12.05175],"rotation":{"angle":22.5,"axis":"y","origin":[8,0.25,8]},"faces":{"north":{"uv":[11,0,11.75,0.75],"texture":"#2"},"east":{"uv":[11.5,0,11.75,0.75],"texture":"#2"},"south":{"uv":[11,0,11.75,0.75],"texture":"#2"},"west":{"uv":[11,0,11.25,0.75],"texture":"#2"},"up":{"uv":[9.5,0.75,10.25,1],"rotation":180,"texture":"#2"},"down":{"uv":[11,0.5,11.75,0.75],"texture":"#2"}}},{"from":[10.55175,0.5,7.961],"to":[12.05175,1.75,9.686],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0.25,8]},"faces":{"north":{"uv":[10.75,0,11,0.75],"texture":"#2"},"east":{"uv":[10.25,0,11,0.75],"texture":"#2"},"south":{"uv":[10.25,0,10.5,0.75],"texture":"#2"},"west":{"uv":[10.25,0,11,0.75],"texture":"#2"},"up":{"uv":[8.75,0.75,9.5,1],"rotation":90,"texture":"#2"},"down":{"uv":[10.25,0.5,11,0.75],"texture":"#2"}}},{"from":[3.94825,0.5,6.314],"to":[5.44825,1.75,8.039],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0.25,8]},"faces":{"north":{"uv":[10.25,0,10.5,0.75],"texture":"#2"},"east":{"uv":[10.25,0,11,0.75],"texture":"#2"},"south":{"uv":[10.75,0,11,0.75],"texture":"#2"},"west":{"uv":[10.25,0,11,0.75],"texture":"#2"},"up":{"uv":[8.75,0.75,9.5,1],"rotation":270,"texture":"#2"},"down":{"uv":[10.25,0.5,11,0.75],"rotation":180,"texture":"#2"}}},{"from":[6.314,0.5,3.94825],"to":[8.039,1.75,5.44825],"rotation":{"angle":22.5,"axis":"y","origin":[8,0.25,8]},"faces":{"north":{"uv":[11,0,11.75,0.75],"texture":"#2"},"east":{"uv":[11,0,11.25,0.75],"texture":"#2"},"south":{"uv":[11,0,11.75,0.75],"texture":"#2"},"west":{"uv":[11.5,0,11.75,0.75],"texture":"#2"},"up":{"uv":[9.5,0.75,10.25,1],"texture":"#2"},"down":{"uv":[11,0.5,11.75,0.75],"rotation":180,"texture":"#2"}}},{"from":[3.94825,0.5,7.961],"to":[5.44825,1.75,9.686],"rotation":{"angle":22.5,"axis":"y","origin":[8,0.25,8]},"faces":{"north":{"uv":[11,0,11.25,0.75],"texture":"#2"},"east":{"uv":[11,0,11.75,0.75],"texture":"#2"},"south":{"uv":[11.5,0,11.75,0.75],"texture":"#2"},"west":{"uv":[11,0,11.75,0.75],"texture":"#2"},"up":{"uv":[9.5,0.75,10.25,1],"rotation":270,"texture":"#2"},"down":{"uv":[11,0.5,11.75,0.75],"rotation":270,"texture":"#2"}}},{"from":[6.314,0.5,10.55175],"to":[8.039,1.75,12.05175],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0.25,8]},"faces":{"north":{"uv":[10.25,0,11,0.75],"texture":"#2"},"east":{"uv":[10.75,0,11,0.75],"texture":"#2"},"south":{"uv":[10.25,0,11,0.75],"texture":"#2"},"west":{"uv":[10.25,0,10.5,0.75],"texture":"#2"},"up":{"uv":[8.75,0.75,9.5,1],"rotation":180,"texture":"#2"},"down":{"uv":[10.25,0.5,11,0.75],"rotation":270,"texture":"#2"}}},{"from":[6.5,0.5,4.25],"to":[9.5,1.75,5.75],"rotation":{"angle":0,"axis":"y","origin":[8,0.25,8]},"faces":{"north":{"uv":[8.75,0,10.25,0.75],"texture":"#2"},"east":{"uv":[8.75,0,9,0.75],"texture":"#2"},"south":{"uv":[10.25,0,8.75,0.75],"texture":"#2"},"west":{"uv":[10,0,10.25,0.75],"texture":"#2"}}},{"from":[6.5,0.5,10.25],"to":[9.5,1.75,11.75],"rotation":{"angle":0,"axis":"y","origin":[8,0.25,14]},"faces":{"north":{"uv":[10.25,0.75,11.75,1.5],"texture":"#2"},"east":{"uv":[10.25,0.75,10.5,1.5],"texture":"#2"},"south":{"uv":[11.75,0.75,10.25,1.5],"texture":"#2"},"west":{"uv":[11.5,0.75,11.75,1.5],"texture":"#2"}}},{"from":[6.5,0.34693,4.81492],"to":[9.5,2.59693,6.31492],"rotation":{"angle":22.5,"axis":"x","origin":[8,2.48057,8]},"faces":{"north":{"uv":[10.25,1.5,11.75,2.75],"texture":"#2"},"east":{"uv":[10.25,1.5,10.5,2.75],"texture":"#2"},"south":{"uv":[10.25,1.5,11.75,2.75],"texture":"#2"},"west":{"uv":[11.5,1.5,11.75,2.75],"texture":"#2"},"up":{"uv":[10.25,1.5,11.75,1.75],"texture":"#2"},"down":{"uv":[11.75,2.5,10.25,2.75],"texture":"#2"}}},{"from":[9.68508,0.34693,6.5],"to":[11.18508,2.59693,9.5],"rotation":{"angle":22.5,"axis":"z","origin":[8,2.48057,8]},"faces":{"north":{"uv":[11.5,1.5,11.75,2.75],"texture":"#2"},"east":{"uv":[10.25,1.5,11.75,2.75],"texture":"#2"},"south":{"uv":[10.25,1.5,10.5,2.75],"texture":"#2"},"west":{"uv":[10.25,1.5,11.75,2.75],"texture":"#2"},"up":{"uv":[10.25,1.5,11.75,1.75],"rotation":90,"texture":"#2"},"down":{"uv":[11.75,2.5,10.25,2.75],"rotation":270,"texture":"#2"}}},{"from":[7.961,1.75,10.17675],"to":[9.311,2.95,11.67675],"rotation":{"angle":22.5,"axis":"y","origin":[7.625,2.575,7.625]},"faces":{"east":{"uv":[6,2.5,6.25,3.25],"texture":"#2"},"south":{"uv":[6.75,2.5,6,3.25],"texture":"#2"},"west":{"uv":[6.75,2.5,6.5,3.25],"texture":"#2"},"up":{"uv":[6.75,3.25,7.5,2.5],"texture":"#2"}}},{"from":[10.17175,1.745,7.956],"to":[11.68175,2.955,9.316],"rotation":{"angle":-22.5,"axis":"y","origin":[7.625,2.575,7.625]},"faces":{"north":{"uv":[6.5,2.5,6.75,3.25],"texture":"#2"},"east":{"uv":[6,2.5,6.75,3.25],"texture":"#2"},"south":{"uv":[6,2.5,6.25,3.25],"texture":"#2"},"up":{"uv":[6.75,2.5,7.5,3.25],"rotation":90,"texture":"#2"},"down":{"uv":[6.5,3,6.75,3.25],"rotation":270,"texture":"#2"}}},{"from":[6.5,0.34693,9.68508],"to":[9.5,2.59693,11.18508],"rotation":{"angle":-22.5,"axis":"x","origin":[8,2.48057,8]},"faces":{"north":{"uv":[10.25,1.5,11.75,2.75],"texture":"#2"},"east":{"uv":[11.5,1.5,11.75,2.75],"texture":"#2"},"south":{"uv":[10.25,1.5,11.75,2.75],"texture":"#2"},"west":{"uv":[10.25,1.5,10.5,2.75],"texture":"#2"},"up":{"uv":[10.25,1.5,11.75,1.75],"rotation":180,"texture":"#2"},"down":{"uv":[11.75,2.5,10.25,2.75],"rotation":180,"texture":"#2"}}},{"from":[4.32325,1.75,7.961],"to":[5.82325,2.95,9.311],"rotation":{"angle":22.5,"axis":"y","origin":[8.375,2.575,7.625]},"faces":{"north":{"uv":[6.75,2.5,6.5,3.25],"texture":"#2"},"south":{"uv":[6,2.5,6.25,3.25],"texture":"#2"},"west":{"uv":[6.75,2.5,6,3.25],"texture":"#2"},"up":{"uv":[6.75,3.25,7.5,2.5],"rotation":90,"texture":"#2"}}},{"from":[6.684,1.745,10.17175],"to":[8.044,2.955,11.68175],"rotation":{"angle":-22.5,"axis":"y","origin":[8.375,2.575,7.625]},"faces":{"east":{"uv":[6.5,2.5,6.75,3.25],"texture":"#2"},"south":{"uv":[6,2.5,6.75,3.25],"texture":"#2"},"west":{"uv":[6,2.5,6.25,3.25],"texture":"#2"},"up":{"uv":[6.75,2.5,7.5,3.25],"rotation":180,"texture":"#2"},"down":{"uv":[6.5,3,6.75,3.25],"rotation":180,"texture":"#2"}}},{"from":[4.81492,0.34693,6.5],"to":[6.31492,2.59693,9.5],"rotation":{"angle":-22.5,"axis":"z","origin":[8,2.48057,8]},"faces":{"north":{"uv":[10.25,1.5,10.5,2.75],"texture":"#2"},"east":{"uv":[10.25,1.5,11.75,2.75],"texture":"#2"},"south":{"uv":[11.5,1.5,11.75,2.75],"texture":"#2"},"west":{"uv":[10.25,1.5,11.75,2.75],"texture":"#2"},"up":{"uv":[10.25,1.5,11.75,1.75],"rotation":270,"texture":"#2"},"down":{"uv":[11.75,2.5,10.25,2.75],"rotation":90,"texture":"#2"}}},{"from":[7.0289,1.5625,4.8836],"to":[8.9789,3.8125,6.3836],"rotation":{"angle":45,"axis":"y","origin":[8.0039,2.6875,7.9961]},"faces":{"north":{"uv":[11.75,0,12.75,1.25],"texture":"#2"},"east":{"uv":[11.75,0,12,1.25],"texture":"#2"},"south":{"uv":[12.75,0,11.75,1.25],"texture":"#2"},"west":{"uv":[12.5,0,12.75,1.25],"texture":"#2"},"up":{"uv":[12.75,1.25,11.75,2],"texture":"#2"},"down":{"uv":[12.75,1,11.75,1.25],"rotation":180,"texture":"#2"}}},{"from":[7.0289,1.5625,4.8836],"to":[8.9789,3.8125,6.3836],"rotation":{"angle":-45,"axis":"y","origin":[8.0039,2.6875,7.9961]},"faces":{"north":{"uv":[11.75,0,12.75,1.25],"texture":"#2"},"east":{"uv":[11.75,0,12,1.25],"texture":"#2"},"south":{"uv":[12.75,0,11.75,1.25],"texture":"#2"},"west":{"uv":[12.5,0,12.75,1.25],"texture":"#2"},"up":{"uv":[12.75,1.25,11.75,2],"texture":"#2"},"down":{"uv":[12.75,1,11.75,1.25],"rotation":180,"texture":"#2"}}},{"from":[9.6164,1.5625,7.0211],"to":[11.1164,3.8125,8.9711],"rotation":{"angle":-45,"axis":"y","origin":[8.0039,2.6875,7.9961]},"faces":{"north":{"uv":[12.5,0,12.75,1.25],"texture":"#2"},"east":{"uv":[11.75,0,12.75,1.25],"texture":"#2"},"south":{"uv":[11.75,0,12,1.25],"texture":"#2"},"west":{"uv":[12.75,0,11.75,1.25],"texture":"#2"},"up":{"uv":[12.75,1.25,11.75,2],"rotation":90,"texture":"#2"},"down":{"uv":[12.75,1,11.75,1.25],"rotation":90,"texture":"#2"}}},{"from":[7.0289,1.5625,9.6086],"to":[8.9789,3.8125,11.1086],"rotation":{"angle":-45,"axis":"y","origin":[8.0039,2.6875,7.9961]},"faces":{"north":{"uv":[12.75,0,11.75,1.25],"texture":"#2"},"east":{"uv":[12.5,0,12.75,1.25],"texture":"#2"},"south":{"uv":[11.75,0,12.75,1.25],"texture":"#2"},"west":{"uv":[11.75,0,12,1.25],"texture":"#2"},"up":{"uv":[12.75,1.25,11.75,2],"rotation":180,"texture":"#2"},"down":{"uv":[12.75,1,11.75,1.25],"texture":"#2"}}},{"from":[6.689,1.75,4.32325],"to":[8.039,2.95,5.82325],"rotation":{"angle":22.5,"axis":"y","origin":[8.375,2.575,8.375]},"faces":{"north":{"uv":[6.75,2.5,6,3.25],"texture":"#2"},"east":{"uv":[6.75,2.5,6.5,3.25],"texture":"#2"},"west":{"uv":[6,2.5,6.25,3.25],"texture":"#2"},"up":{"uv":[6.75,3.25,7.5,2.5],"rotation":180,"texture":"#2"}}},{"from":[4.31825,1.745,6.684],"to":[5.82825,2.955,8.044],"rotation":{"angle":-22.5,"axis":"y","origin":[8.375,2.575,8.375]},"faces":{"north":{"uv":[6,2.5,6.25,3.25],"texture":"#2"},"south":{"uv":[6.5,2.5,6.75,3.25],"texture":"#2"},"west":{"uv":[6,2.5,6.75,3.25],"texture":"#2"},"up":{"uv":[6.75,2.5,7.5,3.25],"rotation":270,"texture":"#2"},"down":{"uv":[6.5,3,6.75,3.25],"rotation":90,"texture":"#2"}}}],"display":{"head":{"rotation":[4,0,4],"translation":[-1,23.75,1.25],"scale":[2.5,2.5,2.5]},"gui":{"rotation":[-150,45,175],"translation":[-0.5,4,0],"scale":[0.85,0.85,0.85]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/ashen_kasa.json b/assets/minecraft/models/item/wynn/skin/hat/ashen_kasa.json new file mode 100644 index 000000000..596898540 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/ashen_kasa.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/ashen_kasa"},"elements":[{"from":[-4.39104,3.06147,-2.2],"to":[3.60896,3.06147,18.2],"rotation":{"angle":22.5,"axis":"z","origin":[8,0,8]},"faces":{"up":{"uv":[4,10,0,0],"texture":"#0"},"down":{"uv":[4,10,0,0],"texture":"#0"}}},{"from":[5.05896,4.46147,1.75],"to":[13.05896,4.46147,14.25],"rotation":{"angle":45,"axis":"z","origin":[8,-0.1,8]},"faces":{"up":{"uv":[7.5,15.5,3.5,9],"texture":"#0"},"down":{"uv":[7.5,15.5,3.5,9],"texture":"#0"}}},{"from":[-2.2,3.06147,-4.39104],"to":[18.2,3.06147,3.60896],"rotation":{"angle":-22.5,"axis":"x","origin":[8,0,8]},"faces":{"up":{"uv":[4,10,0,0],"rotation":90,"texture":"#0"},"down":{"uv":[4,10,0,0],"rotation":270,"texture":"#0"}}},{"from":[1.75,4.46147,5.05896],"to":[14.25,4.46147,13.05896],"rotation":{"angle":-45,"axis":"x","origin":[8,-0.1,8]},"faces":{"up":{"uv":[7.5,15.5,3.5,9],"rotation":90,"texture":"#0"},"down":{"uv":[7.5,15.5,3.5,9],"rotation":270,"texture":"#0"}}},{"from":[12.39104,3.06147,-2.2],"to":[20.39104,3.06147,18.2],"rotation":{"angle":-22.5,"axis":"z","origin":[8,0,8]},"faces":{"up":{"uv":[4,10,0,0],"rotation":180,"texture":"#0"},"down":{"uv":[4,10,0,0],"rotation":180,"texture":"#0"}}},{"from":[2.94104,4.46147,1.75],"to":[10.94104,4.46147,14.25],"rotation":{"angle":-45,"axis":"z","origin":[8,-0.1,8]},"faces":{"up":{"uv":[7.5,15.5,3.5,9],"rotation":180,"texture":"#0"},"down":{"uv":[7.5,15.5,3.5,9],"rotation":180,"texture":"#0"}}},{"from":[-2.2,3.06147,12.39104],"to":[18.2,3.06147,20.39104],"rotation":{"angle":22.5,"axis":"x","origin":[8,0,8]},"faces":{"up":{"uv":[4,10,0,0],"rotation":270,"texture":"#0"},"down":{"uv":[4,10,0,0],"rotation":90,"texture":"#0"}}},{"from":[1.75,4.46147,2.94104],"to":[14.25,4.46147,10.94104],"rotation":{"angle":45,"axis":"x","origin":[8,-0.1,8]},"faces":{"up":{"uv":[7.5,15.5,3.5,9],"rotation":270,"texture":"#0"},"down":{"uv":[7.5,15.5,3.5,9],"rotation":90,"texture":"#0"}}},{"from":[4.30448,-8.78073,3],"to":[4.30448,0.21927,15.5],"rotation":{"angle":-22.5,"axis":"z","origin":[8,1.75,8]},"faces":{"north":{"uv":[0,0,0,4.5],"texture":"#0"},"east":{"uv":[10.5,4.5,4,9],"texture":"#0"},"west":{"uv":[4,4.5,10.5,9],"texture":"#0"}}},{"from":[11.69552,-8.78073,3],"to":[11.69552,0.21927,15.5],"rotation":{"angle":22.5,"axis":"z","origin":[8,1.75,8]},"faces":{"east":{"uv":[10.5,4.5,4,9],"texture":"#0"},"west":{"uv":[4,4.5,10.5,9],"texture":"#0"}}},{"from":[0.5,-8.78073,11.69552],"to":[15.5,0.21927,11.69552],"rotation":{"angle":-22.5,"axis":"x","origin":[8,1.75,8]},"faces":{"north":{"uv":[11.5,0,4,4.5],"texture":"#0"},"south":{"uv":[4,0,11.5,4.5],"texture":"#0"}}},{"from":[3.5,-1.25,3.5],"to":[12.5,1.75,12.5],"rotation":{"angle":0,"axis":"y","origin":[7,-0.25,7]},"faces":{"north":{"uv":[7.5,9,12,10.5],"texture":"#0"},"east":{"uv":[16,4,11.5,5.5],"texture":"#0"},"south":{"uv":[11.5,2.5,16,4],"texture":"#0"},"west":{"uv":[11.5,4,16,5.5],"texture":"#0"}}},{"from":[12.5,-1.25,3.5],"to":[3.5,1.75,12.5],"rotation":{"angle":0,"axis":"y","origin":[16,-0.25,7]},"faces":{"north":{"uv":[7.5,9,12,10.5],"texture":"#0"},"east":{"uv":[16,4,11.5,5.5],"texture":"#0"},"south":{"uv":[11.5,2.5,16,4],"texture":"#0"},"west":{"uv":[11.5,4,16,5.5],"texture":"#0"}}},{"from":[5.5,-2.25,2.5],"to":[10.5,0.75,3.5],"rotation":{"angle":0,"axis":"y","origin":[5.5,-1.25,1.5]},"faces":{"north":{"uv":[11.5,0,14,1.5],"texture":"#0"},"east":{"uv":[14,0,14.5,1.5],"texture":"#0"},"south":{"uv":[14,0,11.5,1.5],"texture":"#0"},"west":{"uv":[14,0,14.5,1.5],"texture":"#0"},"up":{"uv":[11.5,2,14,2.5],"texture":"#0"},"down":{"uv":[11.5,1.5,14,2],"texture":"#0"}}},{"from":[14.85,1.65,6],"to":[17.85,3.65,8],"rotation":{"angle":45,"axis":"z","origin":[16,0,0]},"faces":{"north":{"uv":[1.5,10,0,11],"texture":"#0"},"east":{"uv":[2.5,10,1.5,11],"texture":"#0"},"south":{"uv":[0,10,1.5,11],"texture":"#0"},"west":{"uv":[2.5,10,3.5,11],"texture":"#0"},"up":{"uv":[3,11,1.5,12],"texture":"#0"},"down":{"uv":[1.5,11,0,12],"texture":"#0"}}},{"from":[14.85,0.65,7],"to":[19.85,7.65,7],"rotation":{"angle":45,"axis":"z","origin":[16,0,0]},"faces":{"north":{"uv":[2.5,12,0,15.5],"texture":"#0"},"south":{"uv":[0,12,2.5,15.5],"texture":"#0"}}},{"from":[-3.85,0.65,7],"to":[1.15,7.65,7],"rotation":{"angle":-45,"axis":"z","origin":[0,0,0]},"faces":{"north":{"uv":[0,12,2.5,15.5],"texture":"#0"},"south":{"uv":[2.5,12,0,15.5],"texture":"#0"}}},{"from":[-1.85,1.65,6],"to":[1.15,3.65,8],"rotation":{"angle":-45,"axis":"z","origin":[0,0,0]},"faces":{"north":{"uv":[0,10,1.5,11],"texture":"#0"},"east":{"uv":[3.5,10,2.5,11],"texture":"#0"},"south":{"uv":[1.5,10,0,11],"texture":"#0"},"west":{"uv":[1.5,10,2.5,11],"texture":"#0"},"up":{"uv":[1.5,11,3,12],"texture":"#0"},"down":{"uv":[0,11,1.5,12],"texture":"#0"}}}],"display":{"head":{"rotation":[5,0,0],"translation":[0,17.75,1],"scale":[1.625,1.625,1.625]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/assassinhat.json b/assets/minecraft/models/item/wynn/skin/hat/assassinhat.json new file mode 100644 index 000000000..96a888210 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/assassinhat.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/warrior","1":"skins/ears","particle":"skins/warrior"},"elements":[{"from":[1.77479,0.47521,3],"to":[3.77479,3.47521,5],"rotation":{"angle":22.5,"axis":"z","origin":[2.77479,2.97521,4]},"faces":{"north":{"uv":[3,14,6,16],"rotation":270,"texture":"#1"},"east":{"uv":[3,16,6,14],"rotation":270,"texture":"#1"},"south":{"uv":[3,14,6,16],"rotation":270,"texture":"#1"},"west":{"uv":[6,14,3,16],"rotation":90,"texture":"#1"},"up":{"uv":[3,14,6,16],"rotation":270,"texture":"#1"},"down":{"uv":[3,14,6,16],"rotation":270,"texture":"#1"}}},{"from":[12.22521,0.47521,3],"to":[14.22521,3.47521,5],"rotation":{"angle":-22.5,"axis":"z","origin":[13.22521,2.97521,4]},"faces":{"north":{"uv":[3,16,6,14],"rotation":270,"texture":"#1"},"east":{"uv":[6,16,3,14],"rotation":90,"texture":"#1"},"south":{"uv":[3,16,6,14],"rotation":270,"texture":"#1"},"west":{"uv":[3,14,6,16],"rotation":270,"texture":"#1"},"up":{"uv":[3,16,6,14],"rotation":270,"texture":"#1"},"down":{"uv":[3,16,6,14],"rotation":270,"texture":"#1"}}},{"from":[1.77479,-0.77479,5],"to":[3.77479,4.22521,9],"rotation":{"angle":22.5,"axis":"z","origin":[2.77479,3.72521,6]},"faces":{"north":{"uv":[0,4,2,9],"rotation":180,"texture":"#0"},"east":{"uv":[1,5,3,10],"rotation":180,"texture":"#0"},"south":{"uv":[0,3,5,7],"rotation":270,"texture":"#0"},"west":{"uv":[0,3,5,7],"rotation":270,"texture":"#0"},"up":{"uv":[0,3,5,7],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,2,8],"rotation":180,"texture":"#0"}}},{"from":[12.22521,-0.77479,5],"to":[14.22521,4.22521,9],"rotation":{"angle":-22.5,"axis":"z","origin":[13.22521,3.72521,6]},"faces":{"north":{"uv":[2,4,0,9],"rotation":180,"texture":"#0"},"east":{"uv":[0,7,5,3],"rotation":270,"texture":"#0"},"south":{"uv":[0,7,5,3],"rotation":270,"texture":"#0"},"west":{"uv":[3,5,1,10],"rotation":180,"texture":"#0"},"up":{"uv":[0,7,5,3],"rotation":270,"texture":"#0"},"down":{"uv":[2,4,0,8],"rotation":180,"texture":"#0"}}},{"from":[1.77479,-1.42479,7],"to":[3.77479,4.07521,11],"rotation":{"angle":22.5,"axis":"z","origin":[2.77479,4.57521,8]},"faces":{"north":{"uv":[0,4,2,9.5],"rotation":180,"texture":"#0"},"east":{"uv":[1,5,3,10],"rotation":180,"texture":"#0"},"south":{"uv":[0,3,5.5,5],"rotation":270,"texture":"#0"},"west":{"uv":[0,3,5.5,7],"rotation":270,"texture":"#0"},"up":{"uv":[0,3,4,5],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,2,8],"rotation":180,"texture":"#0"}}},{"from":[12.22521,-1.42479,7],"to":[14.22521,4.07521,11],"rotation":{"angle":-22.5,"axis":"z","origin":[13.22521,4.57521,8]},"faces":{"north":{"uv":[2,4,0,9.5],"rotation":180,"texture":"#0"},"east":{"uv":[0,7,5.5,3],"rotation":270,"texture":"#0"},"south":{"uv":[0,5,5.5,3],"rotation":270,"texture":"#0"},"west":{"uv":[3,5,1,10],"rotation":180,"texture":"#0"},"up":{"uv":[0,5,4,3],"rotation":270,"texture":"#0"},"down":{"uv":[2,4,0,8],"rotation":180,"texture":"#0"}}},{"from":[4.14801,-1.09975,5.001],"to":[11.84601,0.89825,12.999],"rotation":{"angle":0,"axis":"z","origin":[6.39701,-0.10075,11]},"faces":{"north":{"uv":[6,11,8,3],"rotation":90,"texture":"#0"},"east":{"uv":[3,3,0,5],"rotation":180,"texture":"#0"},"south":{"uv":[0,10.7,2,3],"rotation":90,"texture":"#0"},"west":{"uv":[3,3,0,5],"texture":"#0"},"up":{"uv":[0,11,8,3],"rotation":270,"texture":"#0"},"down":{"uv":[0,7,3,4],"rotation":90,"texture":"#0"}}},{"from":[1.77479,-1.17479,9],"to":[3.77479,3.32521,13],"rotation":{"angle":22.5,"axis":"z","origin":[2.77479,4.82521,10]},"faces":{"north":{"uv":[0,4,2,8.5],"rotation":180,"texture":"#0"},"east":{"uv":[1,5,3,10],"rotation":180,"texture":"#0"},"south":{"uv":[0,3,4.5,5],"rotation":270,"texture":"#0"},"west":{"uv":[0,3,4.5,7],"rotation":270,"texture":"#0"},"up":{"uv":[0,3,4,5],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,4,6],"rotation":270,"texture":"#0"}}},{"from":[12.22521,-1.17479,9],"to":[14.22521,3.32521,13],"rotation":{"angle":-22.5,"axis":"z","origin":[13.22521,4.82521,10]},"faces":{"north":{"uv":[2,4,0,8.5],"rotation":180,"texture":"#0"},"east":{"uv":[0,7,4.5,3],"rotation":270,"texture":"#0"},"south":{"uv":[0,5,4.5,3],"rotation":270,"texture":"#0"},"west":{"uv":[3,5,1,10],"rotation":180,"texture":"#0"},"up":{"uv":[0,5,4,3],"rotation":270,"texture":"#0"},"down":{"uv":[0,6,4,4],"rotation":270,"texture":"#0"}}},{"from":[2.41493,3.04671,8.99],"to":[4.43493,4.11671,13.01],"rotation":{"angle":0,"axis":"z","origin":[3.42493,4.55671,11]},"faces":{"north":{"uv":[0,4,2,5.05],"rotation":180,"texture":"#0"},"east":{"uv":[0,5,2,10],"rotation":180,"texture":"#0"},"south":{"uv":[4,7,5,8],"rotation":270,"texture":"#0"},"west":{"uv":[4,6,5,10],"rotation":270,"texture":"#0"},"up":{"uv":[4,6,5,10],"rotation":270,"texture":"#0"},"down":{"uv":[4,6,5,10],"rotation":270,"texture":"#0"}}},{"from":[11.56507,3.04671,8.99],"to":[13.58507,4.11671,13.01],"rotation":{"angle":0,"axis":"z","origin":[12.57507,4.55671,11]},"faces":{"north":{"uv":[2,4,0,5.05],"rotation":180,"texture":"#0"},"east":{"uv":[4,10,5,6],"rotation":270,"texture":"#0"},"south":{"uv":[4,8,5,7],"rotation":270,"texture":"#0"},"west":{"uv":[2,5,0,10],"rotation":180,"texture":"#0"},"up":{"uv":[4,10,5,6],"rotation":270,"texture":"#0"},"down":{"uv":[4,10,5,6],"rotation":270,"texture":"#0"}}},{"from":[4.1903,9.20671,3],"to":[7.1903,11.20671,5],"rotation":{"angle":22.5,"axis":"z","origin":[8,9.25,4]},"faces":{"north":{"uv":[10,14,13,16],"rotation":180,"texture":"#1"},"east":{"uv":[10,14,13,16],"rotation":180,"texture":"#1"},"south":{"uv":[10,14,13,16],"rotation":180,"texture":"#1"},"west":{"uv":[10,14,13,16],"rotation":180,"texture":"#1"},"up":{"uv":[10,14,13,16],"rotation":180,"texture":"#1"},"down":{"uv":[10,14,13,16],"rotation":180,"texture":"#1"}}},{"from":[8.8097,9.20671,3],"to":[11.8097,11.20671,5],"rotation":{"angle":-22.5,"axis":"z","origin":[8,9.25,4]},"faces":{"north":{"uv":[13,14,10,16],"rotation":180,"texture":"#1"},"east":{"uv":[13,14,10,16],"rotation":180,"texture":"#1"},"south":{"uv":[13,14,10,16],"rotation":180,"texture":"#1"},"west":{"uv":[13,14,10,16],"rotation":180,"texture":"#1"},"up":{"uv":[13,14,10,16],"rotation":180,"texture":"#1"},"down":{"uv":[13,14,10,16],"rotation":180,"texture":"#1"}}},{"from":[4.1903,8.45671,5],"to":[7.1903,10.45671,9],"rotation":{"angle":22.5,"axis":"z","origin":[8,8.5,6]},"faces":{"north":{"uv":[0,4,3,6],"rotation":180,"texture":"#0"},"east":{"uv":[11,3,14,7],"texture":"#0"},"south":{"uv":[11,3,14,7],"texture":"#0"},"west":{"uv":[11,3,14,7],"texture":"#0"},"up":{"uv":[11,3,14,7],"texture":"#0"},"down":{"uv":[0,4,3,8],"texture":"#0"}}},{"from":[8.8097,8.45671,5],"to":[11.8097,10.45671,9],"rotation":{"angle":-22.5,"axis":"z","origin":[8,8.5,6]},"faces":{"north":{"uv":[3,4,0,6],"rotation":180,"texture":"#0"},"east":{"uv":[14,3,11,7],"texture":"#0"},"south":{"uv":[14,3,11,7],"texture":"#0"},"west":{"uv":[14,3,11,7],"texture":"#0"},"up":{"uv":[14,3,11,7],"texture":"#0"},"down":{"uv":[3,4,0,8],"texture":"#0"}}},{"from":[6.51814,8.7629,3.015],"to":[9.48814,10.7329,4.985],"rotation":{"angle":0,"axis":"z","origin":[8.50314,9.7479,4]},"faces":{"north":{"uv":[13,13,16,15],"rotation":180,"texture":"#1"},"east":{"uv":[13,13,16,15],"rotation":180,"texture":"#1"},"south":{"uv":[13,13,16,15],"rotation":180,"texture":"#1"},"west":{"uv":[13,13,16,15],"rotation":180,"texture":"#1"},"up":{"uv":[13,13,16,15],"rotation":180,"texture":"#1"},"down":{"uv":[13,13,16,15],"rotation":180,"texture":"#1"}}},{"from":[6.51814,8.0129,5.015],"to":[9.48814,9.9829,8.985],"rotation":{"angle":0,"axis":"z","origin":[8.50314,8.9979,6]},"faces":{"north":{"uv":[0,4,3,6],"rotation":180,"texture":"#0"},"east":{"uv":[13,3,16,7],"rotation":180,"texture":"#0"},"south":{"uv":[13,3,16,7],"rotation":180,"texture":"#0"},"west":{"uv":[13,3,16,7],"rotation":180,"texture":"#0"},"up":{"uv":[13,3,16,7],"rotation":180,"texture":"#0"},"down":{"uv":[0,4,3,8],"rotation":180,"texture":"#0"}}},{"from":[3.015,-0.735,3.015],"to":[7.985,1.235,4.985],"rotation":{"angle":-22.5,"axis":"z","origin":[5.5,0.25,3.5]},"faces":{"north":{"uv":[0,14,5,16],"texture":"#1"},"east":{"uv":[0,14,2,16],"texture":"#1"},"south":{"uv":[0,14,5,16],"texture":"#1"},"west":{"uv":[0,14,2,16],"texture":"#1"},"up":{"uv":[5,14,0,16],"texture":"#1"},"down":{"uv":[0,14,5,16],"rotation":180,"texture":"#1"}}},{"from":[8.01,-0.74,3.01],"to":[12.99,1.24,4.99],"rotation":{"angle":22.5,"axis":"z","origin":[10.5,0.25,3.5]},"faces":{"north":{"uv":[5,14,0,16],"texture":"#1"},"east":{"uv":[2,14,0,16],"texture":"#1"},"south":{"uv":[5,14,0,16],"texture":"#1"},"west":{"uv":[2,14,0,16],"texture":"#1"},"up":{"uv":[0,14,5,16],"texture":"#1"},"down":{"uv":[5,14,0,16],"rotation":180,"texture":"#1"}}},{"from":[3.9241,6.31638,7],"to":[12.0741,8.31638,11],"rotation":{"angle":0,"axis":"z","origin":[8.56325,7.31638,9]},"faces":{"north":{"uv":[8,3,7,7],"rotation":180,"texture":"#0"},"east":{"uv":[8,3,7,7],"rotation":180,"texture":"#0"},"south":{"uv":[8,3,7,7],"rotation":180,"texture":"#0"},"west":{"uv":[8,3,7,7],"rotation":180,"texture":"#0"},"up":{"uv":[8,3,7,7],"rotation":180,"texture":"#0"},"down":{"uv":[8,3,7,7],"rotation":180,"texture":"#0"}}},{"from":[3.9241,5.81638,9],"to":[12.0741,7.81638,13],"rotation":{"angle":0,"axis":"z","origin":[8.56325,6.81638,11]},"faces":{"north":{"uv":[8,3,7,7],"rotation":180,"texture":"#0"},"east":{"uv":[8,3,7,7],"rotation":180,"texture":"#0"},"south":{"uv":[8,3,7,7],"rotation":180,"texture":"#0"},"west":{"uv":[8,3,7,7],"rotation":180,"texture":"#0"},"up":{"uv":[8,3,7,7],"rotation":180,"texture":"#0"},"down":{"uv":[8,3,7,7],"rotation":180,"texture":"#0"}}},{"from":[4,0.5,12],"to":[12,6.5,15],"rotation":{"angle":22.5,"axis":"x","origin":[8,4.5,12]},"faces":{"north":{"uv":[0,3,6,6],"rotation":270,"texture":"#0"},"east":{"uv":[0,3,6,6],"rotation":270,"texture":"#0"},"south":{"uv":[0,3,6,11],"rotation":270,"texture":"#0"},"west":{"uv":[0,3,6,6],"rotation":270,"texture":"#0"},"up":{"uv":[3,3,6,11],"rotation":270,"texture":"#0"},"down":{"uv":[0,3,6,6],"rotation":270,"texture":"#0"}}},{"from":[6.50228,6.98903,7.99627],"to":[9.50228,8.98903,12.99627],"rotation":{"angle":22.5,"axis":"x","origin":[8.50228,6.98903,10.99627]},"faces":{"north":{"uv":[11,5,16,8],"rotation":270,"texture":"#0"},"east":{"uv":[11,5,13,10],"rotation":270,"texture":"#0"},"south":{"uv":[11,5,16,8],"rotation":270,"texture":"#0"},"west":{"uv":[11,5,13,10],"rotation":270,"texture":"#0"},"up":{"uv":[11,5,16,8],"rotation":270,"texture":"#0"},"down":{"uv":[11,5,16,8],"rotation":270,"texture":"#0"}}},{"from":[5.25228,6.48903,7.99627],"to":[10.75228,8.48903,12.99627],"rotation":{"angle":22.5,"axis":"x","origin":[7.25228,6.48903,10.99627]},"faces":{"north":{"uv":[11,3,13,8.5],"rotation":270,"texture":"#0"},"east":{"uv":[11,3,13,8],"rotation":270,"texture":"#0"},"south":{"uv":[11,3,13,8.5],"rotation":270,"texture":"#0"},"west":{"uv":[11,3,13,8],"rotation":270,"texture":"#0"},"up":{"uv":[11,3,16,8.5],"rotation":270,"texture":"#0"},"down":{"uv":[11,3,16,8.5],"rotation":270,"texture":"#0"}}},{"from":[6.00228,1.99844,11.77713],"to":[10.00228,3.99844,15.77713],"rotation":{"angle":-45,"axis":"x","origin":[8.00278,3.84281,14.2598]},"faces":{"north":{"uv":[0,6,2,10],"rotation":270,"texture":"#0"},"east":{"uv":[0,6,2,10],"rotation":270,"texture":"#0"},"south":{"uv":[0,6,2,10],"rotation":270,"texture":"#0"},"west":{"uv":[0,6,2,10],"rotation":270,"texture":"#0"},"up":{"uv":[0,6,2,10],"rotation":270,"texture":"#0"},"down":{"uv":[0,6,2,10],"rotation":270,"texture":"#0"}}},{"from":[6.50228,0.72368,13.36117],"to":[9.50228,3.72368,16.36117],"rotation":{"angle":0,"axis":"x","origin":[8.00228,1.72368,15.36117]},"faces":{"north":{"uv":[2,16,5,13],"rotation":270,"texture":"#1"},"east":{"uv":[5,13,2,16],"rotation":90,"texture":"#1"},"south":{"uv":[2,13,5,16],"rotation":270,"texture":"#1"},"west":{"uv":[2,13,5,16],"rotation":270,"texture":"#1"},"up":{"uv":[2,13,5,16],"rotation":270,"texture":"#1"},"down":{"uv":[2,13,5,16],"rotation":270,"texture":"#1"}}},{"from":[7.00228,-1.27632,13.86117],"to":[9.00228,0.72368,15.86117],"rotation":{"angle":0,"axis":"x","origin":[8.00228,1.72368,15.36117]},"faces":{"north":{"uv":[4,14,2,16],"texture":"#1"},"east":{"uv":[2,14,4,16],"texture":"#1"},"south":{"uv":[2,16,4,14],"rotation":180,"texture":"#1"},"west":{"uv":[2,14,4,16],"texture":"#1"},"up":{"uv":[2,14,4,16],"texture":"#1"},"down":{"uv":[2,14,4,16],"texture":"#1"}}},{"from":[7.50228,-2.77632,14.61117],"to":[8.50228,-0.77632,15.61117],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00228,-1.77632,15.11117]},"faces":{"north":{"uv":[0,15,2,16],"rotation":270,"texture":"#1"},"east":{"uv":[0,15,2,16],"rotation":270,"texture":"#1"},"south":{"uv":[0,15,2,16],"rotation":270,"texture":"#1"},"west":{"uv":[0,15,2,16],"rotation":270,"texture":"#1"},"up":{"uv":[0,15,2,16],"rotation":270,"texture":"#1"},"down":{"uv":[0,15,2,16],"rotation":270,"texture":"#1"}}},{"from":[5.25428,4.74541,14.02461],"to":[10.75228,7.74341,16.02261],"rotation":{"angle":-45,"axis":"x","origin":[6.75328,4.74441,15.02361]},"faces":{"north":{"uv":[3,3,6,8],"rotation":270,"texture":"#0"},"east":{"uv":[3,3,6,5],"rotation":270,"texture":"#0"},"south":{"uv":[3,3,6,8],"rotation":270,"texture":"#0"},"west":{"uv":[3,3,6,5],"rotation":270,"texture":"#0"},"up":{"uv":[3,3,6,8],"rotation":270,"texture":"#0"},"down":{"uv":[3,3,6,8],"rotation":270,"texture":"#0"}}},{"from":[3.09901,2.34901,3.01],"to":[5.07901,9.32901,4.99],"rotation":{"angle":-22.5,"axis":"z","origin":[4.08901,7.83901,4]},"faces":{"north":{"uv":[5,14,12,16],"rotation":270,"texture":"#1"},"east":{"uv":[5,13,12,15],"rotation":270,"texture":"#1"},"south":{"uv":[5,13,12,15],"rotation":270,"texture":"#1"},"west":{"uv":[5,14,12,16],"rotation":270,"texture":"#1"},"up":{"uv":[5,13,12,15],"rotation":270,"texture":"#1"},"down":{"uv":[5,13,7,15],"rotation":270,"texture":"#1"}}},{"from":[10.92099,2.34901,3.01],"to":[12.90099,9.32901,4.99],"rotation":{"angle":22.5,"axis":"z","origin":[11.91099,7.83901,4]},"faces":{"north":{"uv":[5,16,12,14],"rotation":270,"texture":"#1"},"east":{"uv":[5,16,12,14],"rotation":270,"texture":"#1"},"south":{"uv":[5,15,12,13],"rotation":270,"texture":"#1"},"west":{"uv":[5,15,12,13],"rotation":270,"texture":"#1"},"up":{"uv":[5,15,12,13],"rotation":270,"texture":"#1"},"down":{"uv":[5,15,7,13],"rotation":270,"texture":"#1"}}},{"from":[3.09901,3.09901,5.01],"to":[5.07901,8.57901,8.99],"rotation":{"angle":-22.5,"axis":"z","origin":[4.08901,7.08901,6]},"faces":{"north":{"uv":[0,4,2,9.5],"rotation":180,"texture":"#0"},"east":{"uv":[1,5,3,10],"rotation":180,"texture":"#0"},"south":{"uv":[5,3,10.5,5],"rotation":270,"texture":"#0"},"west":{"uv":[5,3,10.5,7],"rotation":270,"texture":"#0"},"up":{"uv":[5,3,10.5,7],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,5.5,8],"rotation":270,"texture":"#0"}}},{"from":[10.92099,3.09901,5.01],"to":[12.90099,8.57901,8.99],"rotation":{"angle":22.5,"axis":"z","origin":[11.91099,7.08901,6]},"faces":{"north":{"uv":[2,4,0,9.5],"rotation":180,"texture":"#0"},"east":{"uv":[5,7,10.5,3],"rotation":270,"texture":"#0"},"south":{"uv":[5,5,10.5,3],"rotation":270,"texture":"#0"},"west":{"uv":[3,5,1,10],"rotation":180,"texture":"#0"},"up":{"uv":[5,7,10.5,3],"rotation":270,"texture":"#0"},"down":{"uv":[0,8,5.5,4],"rotation":270,"texture":"#0"}}},{"from":[3.09901,3.09901,7.01],"to":[5.07901,8.07901,10.99],"rotation":{"angle":-22.5,"axis":"z","origin":[4.08901,6.08901,8]},"faces":{"north":{"uv":[0,4,2,9],"rotation":180,"texture":"#0"},"east":{"uv":[1,5,3,10],"rotation":180,"texture":"#0"},"south":{"uv":[6,4,11,6],"rotation":270,"texture":"#0"},"west":{"uv":[6,4,11,8],"rotation":270,"texture":"#0"},"up":{"uv":[6,4,11,8],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,5,8],"rotation":270,"texture":"#0"}}},{"from":[10.92099,3.09901,7.01],"to":[12.90099,8.07901,10.99],"rotation":{"angle":22.5,"axis":"z","origin":[11.91099,6.08901,8]},"faces":{"north":{"uv":[2,4,0,9],"rotation":180,"texture":"#0"},"east":{"uv":[6,8,11,4],"rotation":270,"texture":"#0"},"south":{"uv":[6,6,11,4],"rotation":270,"texture":"#0"},"west":{"uv":[3,5,1,10],"rotation":180,"texture":"#0"},"up":{"uv":[6,8,11,4],"rotation":270,"texture":"#0"},"down":{"uv":[0,8,5,4],"rotation":270,"texture":"#0"}}},{"from":[3.09901,3.59901,9.01],"to":[5.07901,7.57901,12.99],"rotation":{"angle":-22.5,"axis":"z","origin":[4.08901,5.58901,10]},"faces":{"north":{"uv":[0,4,2,8],"rotation":180,"texture":"#0"},"east":{"uv":[1,5,3,10],"rotation":180,"texture":"#0"},"south":{"uv":[5,2,9,4],"rotation":270,"texture":"#0"},"west":{"uv":[5,3,9,7],"rotation":270,"texture":"#0"},"up":{"uv":[5,3,9,7],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,4,8],"rotation":270,"texture":"#0"}}},{"from":[10.92099,3.59901,9.01],"to":[12.90099,7.57901,12.99],"rotation":{"angle":22.5,"axis":"z","origin":[11.91099,5.58901,10]},"faces":{"north":{"uv":[2,4,0,8],"rotation":180,"texture":"#0"},"east":{"uv":[5,7,9,3],"rotation":270,"texture":"#0"},"south":{"uv":[5,4,9,2],"rotation":270,"texture":"#0"},"west":{"uv":[3,5,1,10],"rotation":180,"texture":"#0"},"up":{"uv":[5,7,9,3],"rotation":270,"texture":"#0"},"down":{"uv":[0,8,4,4],"rotation":270,"texture":"#0"}}}],"display":{"head":{"rotation":[-9,0,0],"translation":[0,7.25,-0.25],"scale":[1.7,1.7,1.7]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/avo_headdress.json b/assets/minecraft/models/item/wynn/skin/hat/avo_headdress.json new file mode 100644 index 000000000..acbe7c593 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/avo_headdress.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/wood","2":"skins/souls","3":"skins/driftwood_3","particle":"skins/wood"},"elements":[{"from":[-1.98232,2.01,10.17299],"to":[-1.00232,3.99,12.95299],"rotation":{"angle":45,"axis":"y","origin":[1.20709,5.44522,8.64224]},"faces":{"north":{"uv":[3.5,10.5,4.48,12.48],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,10.5,6.28,12.48],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,10.5,4.48,12.48],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,10.5,6.28,12.48],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,10.5,6.28,11.48],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,10.5,6.28,11.48],"rotation":270,"texture":"#0"}}},{"from":[0.0201,2,3.9799],"to":[2.0201,4,11.9799],"rotation":{"angle":0,"axis":"y","origin":[1.20709,5.44522,8.64224]},"faces":{"north":{"uv":[4.5,11.5,6.5,13.5],"rotation":180,"texture":"#0"},"east":{"uv":[4.5,11.5,12.5,13.5],"rotation":180,"texture":"#0"},"south":{"uv":[4.5,11.5,6.5,13.5],"rotation":180,"texture":"#0"},"west":{"uv":[4.5,11.5,12.5,13.5],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,11,11.5,13],"rotation":270,"texture":"#0"},"down":{"uv":[4.5,11,12.5,13],"rotation":90,"texture":"#0"}}},{"from":[0.0201,0,4.9799],"to":[2.0201,2,10.9799],"rotation":{"angle":0,"axis":"y","origin":[1.20709,5.44522,8.64224]},"faces":{"north":{"uv":[0,8.5,2,10.5],"rotation":180,"texture":"#0"},"east":{"uv":[0,8.5,6,10.5],"rotation":180,"texture":"#0"},"south":{"uv":[0,8.5,2,10.5],"rotation":180,"texture":"#0"},"west":{"uv":[0,8.5,6,10.5],"rotation":180,"texture":"#0"},"up":{"uv":[0,8.5,2,14.5],"rotation":180,"texture":"#0"},"down":{"uv":[0,8.5,6,10.5],"rotation":270,"texture":"#0"}}},{"from":[-0.9799,0.5,6.9299],"to":[0.0201,2.5,8.9299],"rotation":{"angle":-45,"axis":"x","origin":[8,1.5,7.9299]},"faces":{"north":{"uv":[12.5,1,11,1.5],"rotation":90,"texture":"#2"},"east":{"uv":[12.5,0,11,1.5],"rotation":90,"texture":"#2"},"south":{"uv":[12.5,0,11,0.5],"rotation":90,"texture":"#2"},"west":{"uv":[12.5,0,11,1.5],"rotation":90,"texture":"#2"},"up":{"uv":[12.5,0,11,0.5],"rotation":270,"texture":"#2"},"down":{"uv":[11.5,0,11,1.5],"texture":"#2"}}},{"from":[15.9799,0.5,6.9299],"to":[16.9799,2.5,8.9299],"rotation":{"angle":-45,"axis":"x","origin":[8,1.5,7.9299]},"faces":{"north":{"uv":[12.5,1.5,11,1],"rotation":90,"texture":"#2"},"east":{"uv":[12.5,1.5,11,0],"rotation":90,"texture":"#2"},"south":{"uv":[12.5,0.5,11,0],"rotation":90,"texture":"#2"},"west":{"uv":[12.5,1.5,11,0],"rotation":90,"texture":"#2"},"up":{"uv":[12.5,0.5,11,0],"rotation":270,"texture":"#2"},"down":{"uv":[11,0,11.5,1.5],"texture":"#2"}}},{"from":[0.0301,-0.76583,5.83558],"to":[2.0101,1.21417,10.81558],"rotation":{"angle":22.5,"axis":"x","origin":[0.5201,0.22417,7.82558]},"faces":{"north":{"uv":[0,8.5,1.98,10.48],"rotation":180,"texture":"#0"},"east":{"uv":[0,8.5,4.98,10.48],"rotation":180,"texture":"#0"},"south":{"uv":[0,8.5,1.98,10.48],"rotation":180,"texture":"#0"},"west":{"uv":[0,8.5,4.98,10.48],"rotation":180,"texture":"#0"},"up":{"uv":[0,8.5,1.98,13.48],"rotation":180,"texture":"#0"},"down":{"uv":[0,8.5,4.98,10.48],"rotation":270,"texture":"#0"}}},{"from":[13.9799,2,3.9799],"to":[15.9799,4,11.9799],"rotation":{"angle":0,"axis":"y","origin":[14.79291,5.44522,8.64224]},"faces":{"north":{"uv":[6.5,11.5,4.5,13.5],"rotation":180,"texture":"#0"},"east":{"uv":[12.5,11.5,4.5,13.5],"rotation":180,"texture":"#0"},"south":{"uv":[6.5,11.5,4.5,13.5],"rotation":180,"texture":"#0"},"west":{"uv":[12.5,11.5,4.5,13.5],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,13,11.5,11],"rotation":270,"texture":"#0"},"down":{"uv":[4.5,13,12.5,11],"rotation":90,"texture":"#0"}}},{"from":[13.9799,0,4.9799],"to":[15.9799,2,10.9799],"rotation":{"angle":0,"axis":"y","origin":[14.79291,5.44522,8.64224]},"faces":{"north":{"uv":[2,8.5,0,10.5],"rotation":180,"texture":"#0"},"east":{"uv":[6,8.5,0,10.5],"rotation":180,"texture":"#0"},"south":{"uv":[2,8.5,0,10.5],"rotation":180,"texture":"#0"},"west":{"uv":[6,8.5,0,10.5],"rotation":180,"texture":"#0"},"up":{"uv":[2,8.5,0,14.5],"rotation":180,"texture":"#0"},"down":{"uv":[0,10.5,6,8.5],"rotation":270,"texture":"#0"}}},{"from":[13.9899,-0.76583,5.83558],"to":[15.9699,1.21417,10.81558],"rotation":{"angle":22.5,"axis":"x","origin":[15.4799,0.22417,7.82558]},"faces":{"north":{"uv":[1.98,8.5,0,10.48],"rotation":180,"texture":"#0"},"east":{"uv":[4.98,8.5,0,10.48],"rotation":180,"texture":"#0"},"south":{"uv":[1.98,8.5,0,10.48],"rotation":180,"texture":"#0"},"west":{"uv":[4.98,8.5,0,10.48],"rotation":180,"texture":"#0"},"up":{"uv":[1.98,8.5,0,13.48],"rotation":180,"texture":"#0"},"down":{"uv":[0,10.48,4.98,8.5],"rotation":270,"texture":"#0"}}},{"from":[0.56,4.98837,7.43771],"to":[0.94,13.36837,7.81771],"rotation":{"angle":22.5,"axis":"x","origin":[0.75,0.17837,7.62771]},"faces":{"north":{"uv":[0,12,9,12.5],"rotation":90,"texture":"#3"},"east":{"uv":[0,12,9,12.5],"rotation":90,"texture":"#3"},"south":{"uv":[0,12,9,12.5],"rotation":90,"texture":"#3"},"west":{"uv":[0,12,9,12.5],"rotation":90,"texture":"#3"},"up":{"uv":[0,12,1,13],"rotation":90,"texture":"#3"},"down":{"uv":[0,12,9,12.5],"rotation":90,"texture":"#3"}}},{"from":[0.55,3.50803,6.33809],"to":[0.95,5.90803,6.73809],"rotation":{"angle":45,"axis":"x","origin":[0.75,1.70803,6.53809]},"faces":{"north":{"uv":[5,11.5,8,12.5],"rotation":270,"texture":"#3"},"east":{"uv":[5,11.5,8,12.5],"rotation":270,"texture":"#3"},"south":{"uv":[5,11.5,8,12.5],"rotation":270,"texture":"#3"},"west":{"uv":[5,11.5,8,12.5],"rotation":270,"texture":"#3"},"up":{"uv":[5,11.5,6,12.5],"rotation":270,"texture":"#3"},"down":{"uv":[5,11.5,6,12.5],"rotation":270,"texture":"#3"}}},{"from":[0.45,2.20589,8.23408],"to":[0.85,6.60589,8.63408],"rotation":{"angle":22.5,"axis":"x","origin":[0.65,6.71486,7.92507]},"faces":{"north":{"uv":[7,12.5,11.5,13],"rotation":90,"texture":"#3"},"east":{"uv":[7,12.5,11.5,13],"rotation":90,"texture":"#3"},"south":{"uv":[7,12.5,11.5,13],"rotation":90,"texture":"#3"},"west":{"uv":[7,12.5,11.5,13],"rotation":90,"texture":"#3"},"up":{"uv":[7,12.5,11.5,13],"rotation":90,"texture":"#3"},"down":{"uv":[7,12.5,11.5,13],"rotation":90,"texture":"#3"}}},{"from":[0.46,6.35286,8.14841],"to":[0.84,10.23286,8.52841],"rotation":{"angle":0,"axis":"x","origin":[0.65,6.71486,7.92507]},"faces":{"north":{"uv":[3,12,7.5,12.5],"rotation":90,"texture":"#3"},"east":{"uv":[3,12,7.5,12.5],"rotation":90,"texture":"#3"},"south":{"uv":[3,12,7.5,12.5],"rotation":90,"texture":"#3"},"west":{"uv":[3,12,7.5,12.5],"rotation":90,"texture":"#3"},"up":{"uv":[3,12,4,13],"rotation":90,"texture":"#3"},"down":{"uv":[3,12,7.5,12.5],"rotation":90,"texture":"#3"}}},{"from":[0.5,10.35,6.85],"to":[0.75,12.85,9.35],"rotation":{"angle":45,"axis":"x","origin":[0.625,11.35,8.35]},"faces":{"north":{"uv":[2.5,0.5,5,0.75],"rotation":270,"texture":"#3"},"east":{"uv":[2.5,0.5,5,3],"texture":"#3"},"south":{"uv":[2.5,2.5,5,2.75],"rotation":270,"texture":"#3"},"west":{"uv":[2.5,0.5,5,3],"rotation":270,"texture":"#3"},"up":{"uv":[2.5,0.5,5,0.75],"rotation":270,"texture":"#3"},"down":{"uv":[2.5,2.5,5,2.75],"rotation":90,"texture":"#3"}}},{"from":[0.51,5.86,7.41],"to":[0.74,10.84,9.39],"rotation":{"angle":0,"axis":"x","origin":[0.625,9.85,8.4]},"faces":{"north":{"uv":[7.5,14,12.5,14.25],"rotation":90,"texture":"#3"},"east":{"uv":[7.5,14,12.5,16],"rotation":90,"texture":"#3"},"south":{"uv":[7.5,14,12.5,14.25],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,14,12.5,16],"rotation":90,"texture":"#3"},"up":{"uv":[7.5,14,9.5,14.25],"rotation":90,"texture":"#3"},"down":{"uv":[7.5,14,9.5,14.25],"rotation":90,"texture":"#3"}}},{"from":[0.52,4.9584,6.54248],"to":[0.73,6.4184,8.50248],"rotation":{"angle":22.5,"axis":"x","origin":[0.625,3.9384,7.52248]},"faces":{"north":{"uv":[14,14.5,15.5,14.75],"rotation":90,"texture":"#3"},"east":{"uv":[14,14,15.5,16],"rotation":90,"texture":"#3"},"south":{"uv":[14,14.5,15.5,14.75],"rotation":90,"texture":"#3"},"west":{"uv":[14,14,15.5,16],"rotation":90,"texture":"#3"},"up":{"uv":[14,14.5,16,14.75],"rotation":90,"texture":"#3"},"down":{"uv":[14,14.5,16,14.75],"rotation":90,"texture":"#3"}}},{"from":[0.52,8.56337,8.44788],"to":[0.73,11.02337,9.40788],"rotation":{"angle":22.5,"axis":"x","origin":[0.625,8.54337,8.42788]},"faces":{"north":{"uv":[7.5,14,10,14.25],"rotation":90,"texture":"#3"},"east":{"uv":[7.5,14,10,15],"rotation":90,"texture":"#3"},"south":{"uv":[7.5,14,10,14.25],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,14,10,15],"rotation":90,"texture":"#3"},"up":{"uv":[7.5,14,8.5,14.25],"rotation":90,"texture":"#3"},"down":{"uv":[7.5,14,8.5,14.25],"rotation":90,"texture":"#3"}}},{"from":[0.52,8.27687,6.95183],"to":[0.73,10.73687,7.91183],"rotation":{"angle":-22.5,"axis":"x","origin":[0.625,9.50687,7.43183]},"faces":{"north":{"uv":[7.5,14,10,14.25],"rotation":90,"texture":"#3"},"east":{"uv":[7.5,14,10,15],"rotation":90,"texture":"#3"},"south":{"uv":[7.5,14,10,14.25],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,14,10,15],"rotation":90,"texture":"#3"},"up":{"uv":[7.5,14,8.5,14.25],"rotation":90,"texture":"#3"},"down":{"uv":[7.5,14,8.5,14.25],"rotation":90,"texture":"#3"}}},{"from":[0.67,10.97195,13.113],"to":[0.88,13.43195,14.073],"rotation":{"angle":45,"axis":"x","origin":[0.775,12.06683,12.5875]},"faces":{"north":{"uv":[7.5,14,10,14.25],"rotation":90,"texture":"#3"},"east":{"uv":[7.5,14,10,15],"rotation":90,"texture":"#3"},"south":{"uv":[7.5,14,10,14.25],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,14,10,15],"rotation":90,"texture":"#3"},"up":{"uv":[7.5,14,8.5,14.25],"rotation":90,"texture":"#3"},"down":{"uv":[7.5,14,8.5,14.25],"rotation":90,"texture":"#3"}}},{"from":[0.65,12.21282,12.68046],"to":[0.9,14.71282,15.18046],"rotation":{"angle":-22.5,"axis":"x","origin":[0.775,12.06683,12.5875]},"faces":{"north":{"uv":[2.5,2.5,5,2.75],"rotation":270,"texture":"#3"},"east":{"uv":[2.5,0.5,5,3],"rotation":270,"texture":"#3"},"south":{"uv":[2.5,0.5,5,0.75],"rotation":270,"texture":"#3"},"west":{"uv":[2.5,0.5,5,3],"texture":"#3"},"up":{"uv":[2.5,0.5,5,0.75],"rotation":90,"texture":"#3"},"down":{"uv":[2.5,2.5,5,2.75],"rotation":270,"texture":"#3"}}},{"from":[0.67,10.96238,11.12509],"to":[0.88,13.42238,12.08509],"rotation":{"angle":0,"axis":"x","origin":[0.775,12.06683,12.5875]},"faces":{"north":{"uv":[7.5,14,10,14.25],"rotation":90,"texture":"#3"},"east":{"uv":[7.5,14,10,15],"rotation":90,"texture":"#3"},"south":{"uv":[7.5,14,10,14.25],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,14,10,15],"rotation":90,"texture":"#3"},"up":{"uv":[7.5,14,8.5,14.25],"rotation":90,"texture":"#3"},"down":{"uv":[7.5,14,8.5,14.25],"rotation":90,"texture":"#3"}}},{"from":[0.66,5.16,11.61],"to":[0.89,13.14,13.59],"rotation":{"angle":22.5,"axis":"x","origin":[0.775,12.06683,12.5875]},"faces":{"north":{"uv":[7.5,14,15.5,14.25],"rotation":90,"texture":"#3"},"east":{"uv":[7.5,14,15.5,16],"rotation":90,"texture":"#3"},"south":{"uv":[7.5,14,15.5,14.25],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,14,15.5,16],"rotation":90,"texture":"#3"},"up":{"uv":[7.5,14,9.5,14.25],"rotation":90,"texture":"#3"},"down":{"uv":[7.5,14,9.5,14.25],"rotation":90,"texture":"#3"}}},{"from":[0.67,4.85789,9.19706],"to":[0.88,6.21789,10.55706],"rotation":{"angle":-22.5,"axis":"x","origin":[0.775,5.83789,9.57706]},"faces":{"north":{"uv":[14.5,13.5,14.75,14.9],"rotation":180,"texture":"#3"},"east":{"uv":[14.5,13.5,15.9,14.9],"rotation":180,"texture":"#3"},"south":{"uv":[14.5,13.5,14.75,14.9],"rotation":180,"texture":"#3"},"west":{"uv":[14.5,13.5,15.9,14.9],"rotation":180,"texture":"#3"},"up":{"uv":[14.5,13.5,14.75,14.9],"rotation":180,"texture":"#3"},"down":{"uv":[14.5,13.5,14.75,14.9],"rotation":180,"texture":"#3"}}},{"from":[0.56,0.41678,10.07934],"to":[0.94,0.79678,20.45934],"rotation":{"angle":0,"axis":"x","origin":[0.77083,0.57505,18.10281]},"faces":{"north":{"uv":[0,12,9,12.5],"rotation":270,"texture":"#3"},"east":{"uv":[0,12,9,12.5],"texture":"#3"},"south":{"uv":[0,12,1,13],"rotation":90,"texture":"#3"},"west":{"uv":[0,12,9,12.5],"rotation":180,"texture":"#3"},"up":{"uv":[0,12,9,12.5],"rotation":270,"texture":"#3"},"down":{"uv":[0,12,9,12.5],"rotation":90,"texture":"#3"}}},{"from":[0.67,-3.5602,14.00673],"to":[0.88,-2.2002,15.36673],"rotation":{"angle":45,"axis":"x","origin":[0.77083,0.57505,18.10281]},"faces":{"north":{"uv":[14.5,13.5,14.75,14.9],"rotation":180,"texture":"#3"},"east":{"uv":[14.5,13.5,15.9,14.9],"rotation":180,"texture":"#3"},"south":{"uv":[14.5,13.5,14.75,14.9],"rotation":180,"texture":"#3"},"west":{"uv":[14.5,13.5,15.9,14.9],"rotation":180,"texture":"#3"},"up":{"uv":[14.5,13.5,14.75,14.9],"rotation":180,"texture":"#3"},"down":{"uv":[14.5,13.5,14.75,14.9],"rotation":180,"texture":"#3"}}},{"from":[0.66,-0.42846,13.24404],"to":[0.89,1.55154,21.22404],"rotation":{"angle":0,"axis":"x","origin":[0.77083,0.57505,18.10281]},"faces":{"north":{"uv":[7.5,14,9.5,14.25],"rotation":270,"texture":"#3"},"east":{"uv":[7.5,14,15.5,16],"texture":"#3"},"south":{"uv":[7.5,14,9.5,14.25],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,14,15.5,16],"rotation":180,"texture":"#3"},"up":{"uv":[7.5,14,15.5,14.25],"rotation":270,"texture":"#3"},"down":{"uv":[7.5,14,15.5,14.25],"rotation":90,"texture":"#3"}}},{"from":[0.67,-0.12762,18.90048],"to":[0.88,0.83238,21.36048],"rotation":{"angle":22.5,"axis":"x","origin":[0.77083,0.57505,18.10281]},"faces":{"north":{"uv":[7.5,14,8.5,14.25],"rotation":270,"texture":"#3"},"east":{"uv":[7.5,14,10,15],"texture":"#3"},"south":{"uv":[7.5,14,8.5,14.25],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,14,10,15],"rotation":180,"texture":"#3"},"up":{"uv":[7.5,14,10,14.25],"rotation":270,"texture":"#3"},"down":{"uv":[7.5,14,10,14.25],"rotation":90,"texture":"#3"}}},{"from":[0.65,2.16853,19.64468],"to":[0.9,4.66853,22.14468],"rotation":{"angle":45,"axis":"x","origin":[0.77083,0.57505,18.10281]},"faces":{"north":{"uv":[2.5,2.5,5,2.75],"rotation":270,"texture":"#3"},"east":{"uv":[2.5,0.5,5,3],"rotation":270,"texture":"#3"},"south":{"uv":[2.5,0.5,5,0.75],"rotation":270,"texture":"#3"},"west":{"uv":[2.5,0.5,5,3],"texture":"#3"},"up":{"uv":[2.5,0.5,5,0.75],"rotation":90,"texture":"#3"},"down":{"uv":[2.5,2.5,5,2.75],"rotation":270,"texture":"#3"}}},{"from":[0.67,0.29277,18.89014],"to":[0.88,1.25277,21.35014],"rotation":{"angle":-22.5,"axis":"x","origin":[0.77083,0.57505,18.10281]},"faces":{"north":{"uv":[7.5,14,8.5,14.25],"rotation":270,"texture":"#3"},"east":{"uv":[7.5,14,10,15],"texture":"#3"},"south":{"uv":[7.5,14,8.5,14.25],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,14,10,15],"rotation":180,"texture":"#3"},"up":{"uv":[7.5,14,10,14.25],"rotation":270,"texture":"#3"},"down":{"uv":[7.5,14,10,14.25],"rotation":90,"texture":"#3"}}},{"from":[0.551,5.51216,6.20412],"to":[0.949,5.91016,10.60212],"rotation":{"angle":-22.5,"axis":"x","origin":[0.75875,6.96381,12.91169]},"faces":{"north":{"uv":[5,11.5,6,12.5],"rotation":90,"texture":"#3"},"east":{"uv":[5,11.5,10,12.5],"rotation":180,"texture":"#3"},"south":{"uv":[5,11.5,6,12.5],"rotation":270,"texture":"#3"},"west":{"uv":[5,11.5,10,12.5],"texture":"#3"},"up":{"uv":[5,11.5,10,12.5],"rotation":90,"texture":"#3"},"down":{"uv":[5,11.5,10,12.5],"rotation":270,"texture":"#3"}}},{"from":[0.66,4.80329,8.12875],"to":[0.85,6.74329,11.06875],"rotation":{"angle":-22.5,"axis":"x","origin":[0.75875,6.96381,12.91169]},"faces":{"north":{"uv":[14,14.5,16,14.75],"rotation":270,"texture":"#3"},"east":{"uv":[12.5,14,15.5,16],"texture":"#3"},"south":{"uv":[14,14.5,16,14.75],"rotation":90,"texture":"#3"},"west":{"uv":[12.5,14,15.5,16],"rotation":180,"texture":"#3"},"up":{"uv":[12.5,14.5,15.5,14.75],"rotation":270,"texture":"#3"},"down":{"uv":[12.5,14.5,15.5,14.75],"rotation":90,"texture":"#3"}}},{"from":[0.67,2.07583,9.69557],"to":[0.86,3.41583,11.03557],"rotation":{"angle":22.5,"axis":"x","origin":[0.75875,6.96381,12.91169]},"faces":{"north":{"uv":[14.5,13.5,14.75,14.9],"rotation":180,"texture":"#3"},"east":{"uv":[14.5,13.5,15.9,14.9],"rotation":180,"texture":"#3"},"south":{"uv":[14.5,13.5,14.75,14.9],"rotation":180,"texture":"#3"},"west":{"uv":[14.5,13.5,15.9,14.9],"rotation":180,"texture":"#3"},"up":{"uv":[14.5,13.5,14.75,14.9],"rotation":180,"texture":"#3"},"down":{"uv":[14.5,13.5,14.75,14.9],"rotation":180,"texture":"#3"}}},{"from":[0.56,4.28507,13.00032],"to":[0.92,10.64507,13.36032],"rotation":{"angle":45,"axis":"x","origin":[0.75875,6.96381,12.91169]},"faces":{"north":{"uv":[0,12,9,12.5],"rotation":90,"texture":"#3"},"east":{"uv":[0,12,9,12.5],"rotation":90,"texture":"#3"},"south":{"uv":[0,12,9,12.5],"rotation":90,"texture":"#3"},"west":{"uv":[0,12,9,12.5],"rotation":90,"texture":"#3"},"up":{"uv":[0,12,1,13],"rotation":90,"texture":"#3"},"down":{"uv":[0,12,9,12.5],"rotation":90,"texture":"#3"}}},{"from":[0.65,4.43977,12.23556],"to":[0.88,11.41977,14.21556],"rotation":{"angle":45,"axis":"x","origin":[0.75875,6.96381,12.91169]},"faces":{"north":{"uv":[7.5,14,14.5,14.25],"rotation":90,"texture":"#3"},"east":{"uv":[7.5,14,14.5,16],"rotation":90,"texture":"#3"},"south":{"uv":[7.5,14,14.5,14.25],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,14,14.5,16],"rotation":90,"texture":"#3"},"up":{"uv":[7.5,14,9.5,14.25],"rotation":90,"texture":"#3"},"down":{"uv":[7.5,14,9.5,14.25],"rotation":90,"texture":"#3"}}},{"from":[0.66,6.49442,15.05742],"to":[0.87,7.45442,17.51742],"rotation":{"angle":-22.5,"axis":"x","origin":[0.75875,6.96381,12.91169]},"faces":{"north":{"uv":[7.5,14,8.5,14.25],"rotation":270,"texture":"#3"},"east":{"uv":[7.5,14,10,15],"texture":"#3"},"south":{"uv":[7.5,14,8.5,14.25],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,14,10,15],"rotation":180,"texture":"#3"},"up":{"uv":[7.5,14,10,14.25],"rotation":270,"texture":"#3"},"down":{"uv":[7.5,14,10,14.25],"rotation":90,"texture":"#3"}}},{"from":[0.64,9.28869,15.60973],"to":[0.89,11.78869,18.10973],"rotation":{"angle":0,"axis":"x","origin":[0.75875,6.96381,12.91169]},"faces":{"north":{"uv":[2.5,2.5,5,2.75],"rotation":270,"texture":"#3"},"east":{"uv":[2.5,0.5,5,3],"rotation":270,"texture":"#3"},"south":{"uv":[2.5,0.5,5,0.75],"rotation":270,"texture":"#3"},"west":{"uv":[2.5,0.5,5,3],"texture":"#3"},"up":{"uv":[2.5,0.5,5,0.75],"rotation":90,"texture":"#3"},"down":{"uv":[2.5,2.5,5,2.75],"rotation":270,"texture":"#3"}}},{"from":[0.66,8.86932,13.02225],"to":[0.87,11.32932,13.98225],"rotation":{"angle":22.5,"axis":"x","origin":[0.75875,6.96381,12.91169]},"faces":{"north":{"uv":[7.5,14,10,14.25],"rotation":90,"texture":"#3"},"east":{"uv":[7.5,14,10,15],"rotation":90,"texture":"#3"},"south":{"uv":[7.5,14,10,14.25],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,14,10,15],"rotation":90,"texture":"#3"},"up":{"uv":[7.5,14,8.5,14.25],"rotation":90,"texture":"#3"},"down":{"uv":[7.5,14,8.5,14.25],"rotation":90,"texture":"#3"}}},{"from":[0.53,5.03684,6.94361],"to":[0.72,6.37684,8.28361],"rotation":{"angle":-22.5,"axis":"x","origin":[0.625,6.00684,9.81361]},"faces":{"north":{"uv":[14.5,13.5,14.75,14.9],"rotation":180,"texture":"#3"},"east":{"uv":[14.5,13.5,15.9,14.9],"rotation":180,"texture":"#3"},"south":{"uv":[14.5,13.5,14.75,14.9],"rotation":180,"texture":"#3"},"west":{"uv":[14.5,13.5,15.9,14.9],"rotation":180,"texture":"#3"},"up":{"uv":[14.5,13.5,14.75,14.9],"rotation":180,"texture":"#3"},"down":{"uv":[14.5,13.5,14.75,14.9],"rotation":180,"texture":"#3"}}},{"from":[-0.8,3.55061,6.34891],"to":[-0.4,3.95061,10.74891],"rotation":{"angle":-22.5,"axis":"x","origin":[-0.61875,4.42375,11.93602]},"faces":{"north":{"uv":[7,12.5,11.5,13],"rotation":270,"texture":"#3"},"east":{"uv":[7,12.5,11.5,13],"texture":"#3"},"south":{"uv":[7,12.5,11.5,13],"rotation":90,"texture":"#3"},"west":{"uv":[7,12.5,11.5,13],"rotation":180,"texture":"#3"},"up":{"uv":[7,12.5,11.5,13],"rotation":270,"texture":"#3"},"down":{"uv":[7,12.5,11.5,13],"rotation":90,"texture":"#3"}}},{"from":[-0.73,2.58906,9.15869],"to":[-0.52,4.54906,10.61869],"rotation":{"angle":-22.5,"axis":"x","origin":[-0.61875,4.42375,11.93602]},"faces":{"north":{"uv":[14,14.5,16,14.75],"rotation":270,"texture":"#3"},"east":{"uv":[14,14,15.5,16],"texture":"#3"},"south":{"uv":[14,14.5,16,14.75],"rotation":90,"texture":"#3"},"west":{"uv":[14,14,15.5,16],"rotation":180,"texture":"#3"},"up":{"uv":[14,14.5,15.5,14.75],"rotation":270,"texture":"#3"},"down":{"uv":[14,14.5,15.5,14.75],"rotation":90,"texture":"#3"}}},{"from":[-0.72,1.19849,9.89355],"to":[-0.53,2.53849,11.23355],"rotation":{"angle":22.5,"axis":"x","origin":[-0.61875,4.42375,11.93602]},"faces":{"north":{"uv":[14.5,13.5,14.75,14.9],"rotation":180,"texture":"#3"},"east":{"uv":[14.5,13.5,15.9,14.9],"rotation":180,"texture":"#3"},"south":{"uv":[14.5,13.5,14.75,14.9],"rotation":180,"texture":"#3"},"west":{"uv":[14.5,13.5,15.9,14.9],"rotation":180,"texture":"#3"},"up":{"uv":[14.5,13.5,14.75,14.9],"rotation":180,"texture":"#3"},"down":{"uv":[14.5,13.5,14.75,14.9],"rotation":180,"texture":"#3"}}},{"from":[-0.74,2.51,11.16],"to":[-0.51,7.49,13.14],"rotation":{"angle":45,"axis":"x","origin":[-0.61875,4.42375,11.93602]},"faces":{"north":{"uv":[7.5,14,12.5,14.25],"rotation":90,"texture":"#3"},"east":{"uv":[7.5,14,12.5,16],"rotation":90,"texture":"#3"},"south":{"uv":[7.5,14,12.5,14.25],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,14,12.5,16],"rotation":90,"texture":"#3"},"up":{"uv":[7.5,14,9.5,14.25],"rotation":90,"texture":"#3"},"down":{"uv":[7.5,14,9.5,14.25],"rotation":90,"texture":"#3"}}},{"from":[-0.73,3.51482,12.75961],"to":[-0.52,4.47482,15.21961],"rotation":{"angle":-22.5,"axis":"x","origin":[-0.61875,4.42375,11.93602]},"faces":{"north":{"uv":[7.5,14,8.5,14.25],"rotation":270,"texture":"#3"},"east":{"uv":[7.5,14,10,15],"texture":"#3"},"south":{"uv":[7.5,14,8.5,14.25],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,14,10,15],"rotation":180,"texture":"#3"},"up":{"uv":[7.5,14,10,14.25],"rotation":270,"texture":"#3"},"down":{"uv":[7.5,14,10,14.25],"rotation":90,"texture":"#3"}}},{"from":[-0.75,5.83659,13.58077],"to":[-0.5,8.33659,16.08077],"rotation":{"angle":0,"axis":"x","origin":[-0.61875,4.42375,11.93602]},"faces":{"north":{"uv":[2.5,2.5,5,2.75],"rotation":270,"texture":"#3"},"east":{"uv":[2.5,0.5,5,3],"rotation":270,"texture":"#3"},"south":{"uv":[2.5,0.5,5,0.75],"rotation":270,"texture":"#3"},"west":{"uv":[2.5,0.5,5,3],"texture":"#3"},"up":{"uv":[2.5,0.5,5,0.75],"rotation":90,"texture":"#3"},"down":{"uv":[2.5,2.5,5,2.75],"rotation":270,"texture":"#3"}}},{"from":[-0.73,5.08357,11.42248],"to":[-0.52,7.54357,12.38248],"rotation":{"angle":22.5,"axis":"x","origin":[-0.61875,4.42375,11.93602]},"faces":{"north":{"uv":[7.5,14,10,14.25],"rotation":90,"texture":"#3"},"east":{"uv":[7.5,14,10,15],"rotation":90,"texture":"#3"},"south":{"uv":[7.5,14,10,14.25],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,14,10,15],"rotation":90,"texture":"#3"},"up":{"uv":[7.5,14,8.5,14.25],"rotation":90,"texture":"#3"},"down":{"uv":[7.5,14,8.5,14.25],"rotation":90,"texture":"#3"}}},{"from":[-0.79,3.00286,11.89841],"to":[-0.41,6.88286,12.27841],"rotation":{"angle":45,"axis":"x","origin":[-0.61875,4.42375,11.93602]},"faces":{"north":{"uv":[3,12,7.5,12.5],"rotation":90,"texture":"#3"},"east":{"uv":[3,12,7.5,12.5],"rotation":90,"texture":"#3"},"south":{"uv":[3,12,7.5,12.5],"rotation":90,"texture":"#3"},"west":{"uv":[3,12,7.5,12.5],"rotation":90,"texture":"#3"},"up":{"uv":[3,12,4,13],"rotation":90,"texture":"#3"},"down":{"uv":[3,12,7.5,12.5],"rotation":90,"texture":"#3"}}},{"from":[1.45,5.10061,11.99891],"to":[1.85,5.50061,15.39891],"rotation":{"angle":-22.5,"axis":"x","origin":[1.63125,5.97375,16.58602]},"faces":{"north":{"uv":[7,12.5,11.5,13],"rotation":270,"texture":"#3"},"east":{"uv":[7,12.5,11.5,13],"texture":"#3"},"south":{"uv":[7,12.5,11.5,13],"rotation":90,"texture":"#3"},"west":{"uv":[7,12.5,11.5,13],"rotation":180,"texture":"#3"},"up":{"uv":[7,12.5,11.5,13],"rotation":270,"texture":"#3"},"down":{"uv":[7,12.5,11.5,13],"rotation":90,"texture":"#3"}}},{"from":[1.52,4.13906,13.80869],"to":[1.73,6.09906,15.26869],"rotation":{"angle":-22.5,"axis":"x","origin":[1.63125,5.97375,16.58602]},"faces":{"north":{"uv":[14,14.5,16,14.75],"rotation":270,"texture":"#3"},"east":{"uv":[14,14,15.5,16],"texture":"#3"},"south":{"uv":[14,14.5,16,14.75],"rotation":90,"texture":"#3"},"west":{"uv":[14,14,15.5,16],"rotation":180,"texture":"#3"},"up":{"uv":[14,14.5,15.5,14.75],"rotation":270,"texture":"#3"},"down":{"uv":[14,14.5,15.5,14.75],"rotation":90,"texture":"#3"}}},{"from":[1.53,2.74849,14.54355],"to":[1.72,4.08849,15.88355],"rotation":{"angle":22.5,"axis":"x","origin":[1.63125,5.97375,16.58602]},"faces":{"north":{"uv":[14.5,13.5,14.75,14.9],"rotation":180,"texture":"#3"},"east":{"uv":[14.5,13.5,15.9,14.9],"rotation":180,"texture":"#3"},"south":{"uv":[14.5,13.5,14.75,14.9],"rotation":180,"texture":"#3"},"west":{"uv":[14.5,13.5,15.9,14.9],"rotation":180,"texture":"#3"},"up":{"uv":[14.5,13.5,14.75,14.9],"rotation":180,"texture":"#3"},"down":{"uv":[14.5,13.5,14.75,14.9],"rotation":180,"texture":"#3"}}},{"from":[1.51,4.06,15.81],"to":[1.74,9.04,17.79],"rotation":{"angle":45,"axis":"x","origin":[1.63125,5.97375,16.58602]},"faces":{"north":{"uv":[7.5,14,12.5,14.25],"rotation":90,"texture":"#3"},"east":{"uv":[7.5,14,12.5,16],"rotation":90,"texture":"#3"},"south":{"uv":[7.5,14,12.5,14.25],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,14,12.5,16],"rotation":90,"texture":"#3"},"up":{"uv":[7.5,14,9.5,14.25],"rotation":90,"texture":"#3"},"down":{"uv":[7.5,14,9.5,14.25],"rotation":90,"texture":"#3"}}},{"from":[1.52,6.63357,16.07248],"to":[1.73,9.09357,17.03248],"rotation":{"angle":22.5,"axis":"x","origin":[1.63125,5.97375,16.58602]},"faces":{"north":{"uv":[7.5,14,10,14.25],"rotation":90,"texture":"#3"},"east":{"uv":[7.5,14,10,15],"rotation":90,"texture":"#3"},"south":{"uv":[7.5,14,10,14.25],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,14,10,15],"rotation":90,"texture":"#3"},"up":{"uv":[7.5,14,8.5,14.25],"rotation":90,"texture":"#3"},"down":{"uv":[7.5,14,8.5,14.25],"rotation":90,"texture":"#3"}}},{"from":[1.52,5.06482,17.40961],"to":[1.73,6.02482,19.86961],"rotation":{"angle":-22.5,"axis":"x","origin":[1.63125,5.97375,16.58602]},"faces":{"north":{"uv":[7.5,14,8.5,14.25],"rotation":270,"texture":"#3"},"east":{"uv":[7.5,14,10,15],"texture":"#3"},"south":{"uv":[7.5,14,8.5,14.25],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,14,10,15],"rotation":180,"texture":"#3"},"up":{"uv":[7.5,14,10,14.25],"rotation":270,"texture":"#3"},"down":{"uv":[7.5,14,10,14.25],"rotation":90,"texture":"#3"}}},{"from":[1.5,7.38659,18.23077],"to":[1.75,9.88659,20.73077],"rotation":{"angle":0,"axis":"x","origin":[1.63125,5.97375,16.58602]},"faces":{"north":{"uv":[2.5,2.5,5,2.75],"rotation":270,"texture":"#3"},"east":{"uv":[2.5,0.5,5,3],"rotation":270,"texture":"#3"},"south":{"uv":[2.5,0.5,5,0.75],"rotation":270,"texture":"#3"},"west":{"uv":[2.5,0.5,5,3],"texture":"#3"},"up":{"uv":[2.5,0.5,5,0.75],"rotation":90,"texture":"#3"},"down":{"uv":[2.5,2.5,5,2.75],"rotation":270,"texture":"#3"}}},{"from":[1.46,4.55286,16.54841],"to":[1.84,8.43286,16.92841],"rotation":{"angle":45,"axis":"x","origin":[1.63125,5.97375,16.58602]},"faces":{"north":{"uv":[3,12,7.5,12.5],"rotation":90,"texture":"#3"},"east":{"uv":[3,12,7.5,12.5],"rotation":90,"texture":"#3"},"south":{"uv":[3,12,7.5,12.5],"rotation":90,"texture":"#3"},"west":{"uv":[3,12,7.5,12.5],"rotation":90,"texture":"#3"},"up":{"uv":[3,12,4,13],"rotation":90,"texture":"#3"},"down":{"uv":[3,12,7.5,12.5],"rotation":90,"texture":"#3"}}},{"from":[0.62,1.33906,13.80869],"to":[0.83,3.29906,15.26869],"rotation":{"angle":0,"axis":"x","origin":[0.73125,3.17375,16.58602]},"faces":{"north":{"uv":[14,14.5,16,14.75],"rotation":270,"texture":"#3"},"east":{"uv":[14,14,15.5,16],"texture":"#3"},"south":{"uv":[14,14.5,16,14.75],"rotation":90,"texture":"#3"},"west":{"uv":[14,14,15.5,16],"rotation":180,"texture":"#3"},"up":{"uv":[14,14.5,15.5,14.75],"rotation":270,"texture":"#3"},"down":{"uv":[14,14.5,15.5,14.75],"rotation":90,"texture":"#3"}}},{"from":[0.63,-0.05151,14.54355],"to":[0.82,1.28849,15.88355],"rotation":{"angle":45,"axis":"x","origin":[0.73125,3.17375,16.58602]},"faces":{"north":{"uv":[14.5,13.5,14.75,14.9],"rotation":180,"texture":"#3"},"east":{"uv":[14.5,13.5,15.9,14.9],"rotation":180,"texture":"#3"},"south":{"uv":[14.5,13.5,14.75,14.9],"rotation":180,"texture":"#3"},"west":{"uv":[14.5,13.5,15.9,14.9],"rotation":180,"texture":"#3"},"up":{"uv":[14.5,13.5,14.75,14.9],"rotation":180,"texture":"#3"},"down":{"uv":[14.5,13.5,14.75,14.9],"rotation":180,"texture":"#3"}}},{"from":[0.61,1.96977,14.67228],"to":[0.84,3.94977,19.65228],"rotation":{"angle":-22.5,"axis":"x","origin":[0.73125,3.17375,16.58602]},"faces":{"north":{"uv":[7.5,14,9.5,14.25],"rotation":270,"texture":"#3"},"east":{"uv":[7.5,14,12.5,16],"texture":"#3"},"south":{"uv":[7.5,14,9.5,14.25],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,14,12.5,16],"rotation":180,"texture":"#3"},"up":{"uv":[7.5,14,12.5,14.25],"rotation":270,"texture":"#3"},"down":{"uv":[7.5,14,12.5,14.25],"rotation":90,"texture":"#3"}}},{"from":[0.56,2.83136,15.16513],"to":[0.94,3.21136,19.04513],"rotation":{"angle":-22.5,"axis":"x","origin":[0.73125,3.17375,16.58602]},"faces":{"north":{"uv":[3,12,7.5,12.5],"rotation":270,"texture":"#3"},"east":{"uv":[3,12,7.5,12.5],"texture":"#3"},"south":{"uv":[3,12,4,13],"rotation":90,"texture":"#3"},"west":{"uv":[3,12,7.5,12.5],"rotation":180,"texture":"#3"},"up":{"uv":[3,12,7.5,12.5],"rotation":270,"texture":"#3"},"down":{"uv":[3,12,7.5,12.5],"rotation":90,"texture":"#3"}}},{"from":[0.55,2.30061,10.99891],"to":[0.95,2.70061,15.39891],"rotation":{"angle":0,"axis":"x","origin":[0.73125,3.17375,16.58602]},"faces":{"north":{"uv":[7,12.5,11.5,13],"rotation":270,"texture":"#3"},"east":{"uv":[7,12.5,11.5,13],"texture":"#3"},"south":{"uv":[7,12.5,11.5,13],"rotation":90,"texture":"#3"},"west":{"uv":[7,12.5,11.5,13],"rotation":180,"texture":"#3"},"up":{"uv":[7,12.5,11.5,13],"rotation":270,"texture":"#3"},"down":{"uv":[7,12.5,11.5,13],"rotation":90,"texture":"#3"}}},{"from":[0.62,2.26482,17.40961],"to":[0.83,3.22482,19.86961],"rotation":{"angle":0,"axis":"x","origin":[0.73125,3.17375,16.58602]},"faces":{"north":{"uv":[7.5,14,8.5,14.25],"rotation":270,"texture":"#3"},"east":{"uv":[7.5,14,10,15],"texture":"#3"},"south":{"uv":[7.5,14,8.5,14.25],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,14,10,15],"rotation":180,"texture":"#3"},"up":{"uv":[7.5,14,10,14.25],"rotation":270,"texture":"#3"},"down":{"uv":[7.5,14,10,14.25],"rotation":90,"texture":"#3"}}},{"from":[0.6,4.58659,18.23077],"to":[0.85,7.08659,20.73077],"rotation":{"angle":22.5,"axis":"x","origin":[0.73125,3.17375,16.58602]},"faces":{"north":{"uv":[2.5,2.5,5,2.75],"rotation":270,"texture":"#3"},"east":{"uv":[2.5,0.5,5,3],"rotation":270,"texture":"#3"},"south":{"uv":[2.5,0.5,5,0.75],"rotation":270,"texture":"#3"},"west":{"uv":[2.5,0.5,5,3],"texture":"#3"},"up":{"uv":[2.5,0.5,5,0.75],"rotation":90,"texture":"#3"},"down":{"uv":[2.5,2.5,5,2.75],"rotation":270,"texture":"#3"}}},{"from":[0.62,3.83357,16.07248],"to":[0.83,6.29357,17.03248],"rotation":{"angle":45,"axis":"x","origin":[0.73125,3.17375,16.58602]},"faces":{"north":{"uv":[7.5,14,10,14.25],"rotation":90,"texture":"#3"},"east":{"uv":[7.5,14,10,15],"rotation":90,"texture":"#3"},"south":{"uv":[7.5,14,10,14.25],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,14,10,15],"rotation":90,"texture":"#3"},"up":{"uv":[7.5,14,8.5,14.25],"rotation":90,"texture":"#3"},"down":{"uv":[7.5,14,8.5,14.25],"rotation":90,"texture":"#3"}}},{"from":[0.35,-1.10061,9.59891],"to":[0.75,-0.70061,13.99891],"rotation":{"angle":0,"axis":"x","origin":[0.53125,-1.57375,15.18602]},"faces":{"north":{"uv":[11.5,12.5,7,13],"rotation":270,"texture":"#3"},"east":{"uv":[7,13,11.5,12.5],"texture":"#3"},"south":{"uv":[11.5,12.5,7,13],"rotation":90,"texture":"#3"},"west":{"uv":[7,13,11.5,12.5],"rotation":180,"texture":"#3"},"up":{"uv":[11.5,12.5,7,13],"rotation":90,"texture":"#3"},"down":{"uv":[11.5,12.5,7,13],"rotation":270,"texture":"#3"}}},{"from":[0.42,-1.69906,12.40869],"to":[0.63,0.26094,13.86869],"rotation":{"angle":0,"axis":"x","origin":[0.53125,-1.57375,15.18602]},"faces":{"north":{"uv":[14,14.5,16,14.75],"rotation":270,"texture":"#3"},"east":{"uv":[14,14,15.5,16],"texture":"#3"},"south":{"uv":[14,14.5,16,14.75],"rotation":90,"texture":"#3"},"west":{"uv":[14,14,15.5,16],"rotation":180,"texture":"#3"},"up":{"uv":[14.5,14.5,16,14.75],"rotation":90,"texture":"#3"},"down":{"uv":[14.5,14.5,16,14.75],"rotation":270,"texture":"#3"}}},{"from":[0.36,-1.61136,13.76513],"to":[0.74,-1.23136,17.64513],"rotation":{"angle":22.5,"axis":"x","origin":[0.53125,-1.57375,15.18602]},"faces":{"north":{"uv":[7.5,12,3,12.5],"rotation":270,"texture":"#3"},"east":{"uv":[3,12.5,7.5,12],"texture":"#3"},"south":{"uv":[4,12,3,13],"rotation":90,"texture":"#3"},"west":{"uv":[3,12.5,7.5,12],"rotation":180,"texture":"#3"},"up":{"uv":[7.5,12,3,12.5],"rotation":90,"texture":"#3"},"down":{"uv":[7.5,12,3,12.5],"rotation":270,"texture":"#3"}}},{"from":[0.41,-2.34977,13.27228],"to":[0.64,-0.36977,18.25228],"rotation":{"angle":22.5,"axis":"x","origin":[0.53125,-1.57375,15.18602]},"faces":{"north":{"uv":[9.5,14,11.5,14.25],"rotation":270,"texture":"#3"},"east":{"uv":[7.5,14,12.5,16],"texture":"#3"},"south":{"uv":[9.5,14,11.5,14.25],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,14,12.5,16],"rotation":180,"texture":"#3"},"up":{"uv":[11,14,16,14.25],"rotation":90,"texture":"#3"},"down":{"uv":[11,14,16,14.25],"rotation":270,"texture":"#3"}}},{"from":[0.42,-1.62482,16.00961],"to":[0.63,-0.66482,18.46961],"rotation":{"angle":0,"axis":"x","origin":[0.53125,-1.57375,15.18602]},"faces":{"north":{"uv":[8.5,14,9.5,14.25],"rotation":270,"texture":"#3"},"east":{"uv":[7.5,15,10,16],"texture":"#3"},"south":{"uv":[8.5,14,9.5,14.25],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,15,10,16],"rotation":180,"texture":"#3"},"up":{"uv":[10,14,12.5,14.25],"rotation":90,"texture":"#3"},"down":{"uv":[10,14,12.5,14.25],"rotation":270,"texture":"#3"}}},{"from":[0.4,-5.48659,16.83077],"to":[0.65,-2.98659,19.33077],"rotation":{"angle":-22.5,"axis":"x","origin":[0.53125,-1.57375,15.18602]},"faces":{"north":{"uv":[5,2.5,2.5,2.75],"rotation":270,"texture":"#3"},"east":{"uv":[5,0.5,2.5,3],"rotation":270,"texture":"#3"},"south":{"uv":[5,0.5,2.5,0.75],"rotation":270,"texture":"#3"},"west":{"uv":[2.5,3,5,0.5],"texture":"#3"},"up":{"uv":[5,2.5,2.5,2.75],"rotation":270,"texture":"#3"},"down":{"uv":[5,0.5,2.5,0.75],"rotation":90,"texture":"#3"}}},{"from":[0.42,-4.69357,14.67248],"to":[0.63,-2.23357,15.63248],"rotation":{"angle":-45,"axis":"x","origin":[0.53125,-1.57375,15.18602]},"faces":{"north":{"uv":[10,14,12.5,14.25],"rotation":90,"texture":"#3"},"east":{"uv":[10,14,12.5,15],"rotation":90,"texture":"#3"},"south":{"uv":[10,14,12.5,14.25],"rotation":90,"texture":"#3"},"west":{"uv":[10,14,12.5,15],"rotation":90,"texture":"#3"},"up":{"uv":[8.5,14,9.5,14.25],"rotation":90,"texture":"#3"},"down":{"uv":[8.5,14,9.5,14.25],"rotation":90,"texture":"#3"}}},{"from":[0.43,0.31151,13.14355],"to":[0.62,1.65151,14.48355],"rotation":{"angle":-45,"axis":"x","origin":[0.53125,-1.57375,15.18602]},"faces":{"north":{"uv":[14.5,14.6,14.75,16],"rotation":180,"texture":"#3"},"east":{"uv":[14.5,14.6,15.9,16],"rotation":180,"texture":"#3"},"south":{"uv":[14.5,14.6,14.75,16],"rotation":180,"texture":"#3"},"west":{"uv":[14.5,14.6,15.9,16],"rotation":180,"texture":"#3"},"up":{"uv":[14.5,14.6,14.75,16],"rotation":180,"texture":"#3"},"down":{"uv":[14.5,14.6,14.75,16],"rotation":180,"texture":"#3"}}},{"from":[17.00232,2.01,10.17299],"to":[17.98232,3.99,12.95299],"rotation":{"angle":-45,"axis":"y","origin":[14.79291,5.44522,8.64224]},"faces":{"north":{"uv":[4.48,10.5,3.5,12.48],"rotation":180,"texture":"#0"},"east":{"uv":[6.28,10.5,3.5,12.48],"rotation":180,"texture":"#0"},"south":{"uv":[4.48,10.5,3.5,12.48],"rotation":180,"texture":"#0"},"west":{"uv":[6.28,10.5,3.5,12.48],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,11.48,6.28,10.5],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,11.48,6.28,10.5],"rotation":270,"texture":"#0"}}},{"from":[15.06,4.98837,7.43771],"to":[15.44,13.36837,7.81771],"rotation":{"angle":22.5,"axis":"x","origin":[15.25,0.17837,7.62771]},"faces":{"north":{"uv":[0,12.5,9,12],"rotation":90,"texture":"#3"},"east":{"uv":[0,12.5,9,12],"rotation":90,"texture":"#3"},"south":{"uv":[0,12.5,9,12],"rotation":90,"texture":"#3"},"west":{"uv":[0,12.5,9,12],"rotation":90,"texture":"#3"},"up":{"uv":[0,13,1,12],"rotation":90,"texture":"#3"},"down":{"uv":[0,12.5,9,12],"rotation":90,"texture":"#3"}}},{"from":[15.05,3.50803,6.33809],"to":[15.45,5.90803,6.73809],"rotation":{"angle":45,"axis":"x","origin":[15.25,1.70803,6.53809]},"faces":{"north":{"uv":[5,12.5,8,11.5],"rotation":270,"texture":"#3"},"east":{"uv":[5,12.5,8,11.5],"rotation":270,"texture":"#3"},"south":{"uv":[5,12.5,8,11.5],"rotation":270,"texture":"#3"},"west":{"uv":[5,12.5,8,11.5],"rotation":270,"texture":"#3"},"up":{"uv":[5,12.5,6,11.5],"rotation":270,"texture":"#3"},"down":{"uv":[5,12.5,6,11.5],"rotation":270,"texture":"#3"}}},{"from":[15.15,2.20589,8.23408],"to":[15.55,6.60589,8.63408],"rotation":{"angle":22.5,"axis":"x","origin":[15.35,6.71486,7.92507]},"faces":{"north":{"uv":[7,13,11.5,12.5],"rotation":90,"texture":"#3"},"east":{"uv":[7,13,11.5,12.5],"rotation":90,"texture":"#3"},"south":{"uv":[7,13,11.5,12.5],"rotation":90,"texture":"#3"},"west":{"uv":[7,13,11.5,12.5],"rotation":90,"texture":"#3"},"up":{"uv":[7,13,11.5,12.5],"rotation":90,"texture":"#3"},"down":{"uv":[7,13,11.5,12.5],"rotation":90,"texture":"#3"}}},{"from":[15.16,6.35286,8.14841],"to":[15.54,10.23286,8.52841],"rotation":{"angle":0,"axis":"x","origin":[15.35,6.71486,7.92507]},"faces":{"north":{"uv":[3,12.5,7.5,12],"rotation":90,"texture":"#3"},"east":{"uv":[3,12.5,7.5,12],"rotation":90,"texture":"#3"},"south":{"uv":[3,12.5,7.5,12],"rotation":90,"texture":"#3"},"west":{"uv":[3,12.5,7.5,12],"rotation":90,"texture":"#3"},"up":{"uv":[3,13,4,12],"rotation":90,"texture":"#3"},"down":{"uv":[3,12.5,7.5,12],"rotation":90,"texture":"#3"}}},{"from":[15.25,10.35,6.85],"to":[15.5,12.85,9.35],"rotation":{"angle":45,"axis":"x","origin":[15.375,11.35,8.35]},"faces":{"north":{"uv":[2.5,0.75,5,0.5],"rotation":270,"texture":"#3"},"east":{"uv":[2.5,3,5,0.5],"rotation":270,"texture":"#3"},"south":{"uv":[2.5,2.75,5,2.5],"rotation":270,"texture":"#3"},"west":{"uv":[5,0.5,2.5,3],"texture":"#3"},"up":{"uv":[2.5,0.75,5,0.5],"rotation":270,"texture":"#3"},"down":{"uv":[2.5,2.75,5,2.5],"rotation":90,"texture":"#3"}}},{"from":[15.26,5.86,7.41],"to":[15.49,10.84,9.39],"rotation":{"angle":0,"axis":"x","origin":[15.375,9.85,8.4]},"faces":{"north":{"uv":[7.5,14.25,12.5,14],"rotation":90,"texture":"#3"},"east":{"uv":[7.5,16,12.5,14],"rotation":90,"texture":"#3"},"south":{"uv":[7.5,14.25,12.5,14],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,16,12.5,14],"rotation":90,"texture":"#3"},"up":{"uv":[7.5,14.25,9.5,14],"rotation":90,"texture":"#3"},"down":{"uv":[7.5,14.25,9.5,14],"rotation":90,"texture":"#3"}}},{"from":[15.27,4.9584,6.54248],"to":[15.48,6.4184,8.50248],"rotation":{"angle":22.5,"axis":"x","origin":[15.375,3.9384,7.52248]},"faces":{"north":{"uv":[14,14.75,15.5,14.5],"rotation":90,"texture":"#3"},"east":{"uv":[14,16,15.5,14],"rotation":90,"texture":"#3"},"south":{"uv":[14,14.75,15.5,14.5],"rotation":90,"texture":"#3"},"west":{"uv":[14,16,15.5,14],"rotation":90,"texture":"#3"},"up":{"uv":[14,14.75,16,14.5],"rotation":90,"texture":"#3"},"down":{"uv":[14,14.75,16,14.5],"rotation":90,"texture":"#3"}}},{"from":[15.27,8.56337,8.44788],"to":[15.48,11.02337,9.40788],"rotation":{"angle":22.5,"axis":"x","origin":[15.375,8.54337,8.42788]},"faces":{"north":{"uv":[7.5,14.25,10,14],"rotation":90,"texture":"#3"},"east":{"uv":[7.5,15,10,14],"rotation":90,"texture":"#3"},"south":{"uv":[7.5,14.25,10,14],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,15,10,14],"rotation":90,"texture":"#3"},"up":{"uv":[7.5,14.25,8.5,14],"rotation":90,"texture":"#3"},"down":{"uv":[7.5,14.25,8.5,14],"rotation":90,"texture":"#3"}}},{"from":[15.27,8.27687,6.95183],"to":[15.48,10.73687,7.91183],"rotation":{"angle":-22.5,"axis":"x","origin":[15.375,9.50687,7.43183]},"faces":{"north":{"uv":[7.5,14.25,10,14],"rotation":90,"texture":"#3"},"east":{"uv":[7.5,15,10,14],"rotation":90,"texture":"#3"},"south":{"uv":[7.5,14.25,10,14],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,15,10,14],"rotation":90,"texture":"#3"},"up":{"uv":[7.5,14.25,8.5,14],"rotation":90,"texture":"#3"},"down":{"uv":[7.5,14.25,8.5,14],"rotation":90,"texture":"#3"}}},{"from":[15.12,10.97195,13.113],"to":[15.33,13.43195,14.073],"rotation":{"angle":45,"axis":"x","origin":[15.225,12.06683,12.5875]},"faces":{"north":{"uv":[7.5,14.25,10,14],"rotation":90,"texture":"#3"},"east":{"uv":[7.5,15,10,14],"rotation":90,"texture":"#3"},"south":{"uv":[7.5,14.25,10,14],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,15,10,14],"rotation":90,"texture":"#3"},"up":{"uv":[7.5,14.25,8.5,14],"rotation":90,"texture":"#3"},"down":{"uv":[7.5,14.25,8.5,14],"rotation":90,"texture":"#3"}}},{"from":[15.1,12.21282,12.68046],"to":[15.35,14.71282,15.18046],"rotation":{"angle":-22.5,"axis":"x","origin":[15.225,12.06683,12.5875]},"faces":{"north":{"uv":[2.5,2.75,5,2.5],"rotation":270,"texture":"#3"},"east":{"uv":[5,0.5,2.5,3],"texture":"#3"},"south":{"uv":[2.5,0.75,5,0.5],"rotation":270,"texture":"#3"},"west":{"uv":[2.5,3,5,0.5],"rotation":270,"texture":"#3"},"up":{"uv":[2.5,0.75,5,0.5],"rotation":90,"texture":"#3"},"down":{"uv":[2.5,2.75,5,2.5],"rotation":270,"texture":"#3"}}},{"from":[15.12,10.96238,11.12509],"to":[15.33,13.42238,12.08509],"rotation":{"angle":0,"axis":"x","origin":[15.225,12.06683,12.5875]},"faces":{"north":{"uv":[7.5,14.25,10,14],"rotation":90,"texture":"#3"},"east":{"uv":[7.5,15,10,14],"rotation":90,"texture":"#3"},"south":{"uv":[7.5,14.25,10,14],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,15,10,14],"rotation":90,"texture":"#3"},"up":{"uv":[7.5,14.25,8.5,14],"rotation":90,"texture":"#3"},"down":{"uv":[7.5,14.25,8.5,14],"rotation":90,"texture":"#3"}}},{"from":[15.11,5.16,11.61],"to":[15.34,13.14,13.59],"rotation":{"angle":22.5,"axis":"x","origin":[15.225,12.06683,12.5875]},"faces":{"north":{"uv":[7.5,14.25,15.5,14],"rotation":90,"texture":"#3"},"east":{"uv":[7.5,16,15.5,14],"rotation":90,"texture":"#3"},"south":{"uv":[7.5,14.25,15.5,14],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,16,15.5,14],"rotation":90,"texture":"#3"},"up":{"uv":[7.5,14.25,9.5,14],"rotation":90,"texture":"#3"},"down":{"uv":[7.5,14.25,9.5,14],"rotation":90,"texture":"#3"}}},{"from":[15.12,4.85789,9.19706],"to":[15.33,6.21789,10.55706],"rotation":{"angle":-22.5,"axis":"x","origin":[15.225,5.83789,9.57706]},"faces":{"north":{"uv":[14.75,13.5,14.5,14.9],"rotation":180,"texture":"#3"},"east":{"uv":[15.9,13.5,14.5,14.9],"rotation":180,"texture":"#3"},"south":{"uv":[14.75,13.5,14.5,14.9],"rotation":180,"texture":"#3"},"west":{"uv":[15.9,13.5,14.5,14.9],"rotation":180,"texture":"#3"},"up":{"uv":[14.75,13.5,14.5,14.9],"rotation":180,"texture":"#3"},"down":{"uv":[14.75,13.5,14.5,14.9],"rotation":180,"texture":"#3"}}},{"from":[15.06,0.41678,10.07934],"to":[15.44,0.79678,20.45934],"rotation":{"angle":0,"axis":"x","origin":[15.22917,0.57505,18.10281]},"faces":{"north":{"uv":[0,12.5,9,12],"rotation":270,"texture":"#3"},"east":{"uv":[9,12,0,12.5],"rotation":180,"texture":"#3"},"south":{"uv":[0,13,1,12],"rotation":90,"texture":"#3"},"west":{"uv":[9,12,0,12.5],"texture":"#3"},"up":{"uv":[0,12.5,9,12],"rotation":270,"texture":"#3"},"down":{"uv":[0,12.5,9,12],"rotation":90,"texture":"#3"}}},{"from":[15.12,-3.5602,14.00673],"to":[15.33,-2.2002,15.36673],"rotation":{"angle":45,"axis":"x","origin":[15.22917,0.57505,18.10281]},"faces":{"north":{"uv":[14.75,13.5,14.5,14.9],"rotation":180,"texture":"#3"},"east":{"uv":[15.9,13.5,14.5,14.9],"rotation":180,"texture":"#3"},"south":{"uv":[14.75,13.5,14.5,14.9],"rotation":180,"texture":"#3"},"west":{"uv":[15.9,13.5,14.5,14.9],"rotation":180,"texture":"#3"},"up":{"uv":[14.75,13.5,14.5,14.9],"rotation":180,"texture":"#3"},"down":{"uv":[14.75,13.5,14.5,14.9],"rotation":180,"texture":"#3"}}},{"from":[15.11,-0.42846,13.24404],"to":[15.34,1.55154,21.22404],"rotation":{"angle":0,"axis":"x","origin":[15.22917,0.57505,18.10281]},"faces":{"north":{"uv":[7.5,14.25,9.5,14],"rotation":270,"texture":"#3"},"east":{"uv":[15.5,14,7.5,16],"rotation":180,"texture":"#3"},"south":{"uv":[7.5,14.25,9.5,14],"rotation":90,"texture":"#3"},"west":{"uv":[15.5,14,7.5,16],"texture":"#3"},"up":{"uv":[7.5,14.25,15.5,14],"rotation":270,"texture":"#3"},"down":{"uv":[7.5,14.25,15.5,14],"rotation":90,"texture":"#3"}}},{"from":[15.12,-0.12762,18.90048],"to":[15.33,0.83238,21.36048],"rotation":{"angle":22.5,"axis":"x","origin":[15.22917,0.57505,18.10281]},"faces":{"north":{"uv":[7.5,14.25,8.5,14],"rotation":270,"texture":"#3"},"east":{"uv":[10,14,7.5,15],"rotation":180,"texture":"#3"},"south":{"uv":[7.5,14.25,8.5,14],"rotation":90,"texture":"#3"},"west":{"uv":[10,14,7.5,15],"texture":"#3"},"up":{"uv":[7.5,14.25,10,14],"rotation":270,"texture":"#3"},"down":{"uv":[7.5,14.25,10,14],"rotation":90,"texture":"#3"}}},{"from":[15.1,2.16853,19.64468],"to":[15.35,4.66853,22.14468],"rotation":{"angle":45,"axis":"x","origin":[15.22917,0.57505,18.10281]},"faces":{"north":{"uv":[2.5,2.75,5,2.5],"rotation":270,"texture":"#3"},"east":{"uv":[5,0.5,2.5,3],"texture":"#3"},"south":{"uv":[2.5,0.75,5,0.5],"rotation":270,"texture":"#3"},"west":{"uv":[2.5,3,5,0.5],"rotation":270,"texture":"#3"},"up":{"uv":[2.5,0.75,5,0.5],"rotation":90,"texture":"#3"},"down":{"uv":[2.5,2.75,5,2.5],"rotation":270,"texture":"#3"}}},{"from":[15.12,0.29277,18.89014],"to":[15.33,1.25277,21.35014],"rotation":{"angle":-22.5,"axis":"x","origin":[15.22917,0.57505,18.10281]},"faces":{"north":{"uv":[7.5,14.25,8.5,14],"rotation":270,"texture":"#3"},"east":{"uv":[10,14,7.5,15],"rotation":180,"texture":"#3"},"south":{"uv":[7.5,14.25,8.5,14],"rotation":90,"texture":"#3"},"west":{"uv":[10,14,7.5,15],"texture":"#3"},"up":{"uv":[7.5,14.25,10,14],"rotation":270,"texture":"#3"},"down":{"uv":[7.5,14.25,10,14],"rotation":90,"texture":"#3"}}},{"from":[15.051,5.51216,6.20412],"to":[15.449,5.91016,10.60212],"rotation":{"angle":-22.5,"axis":"x","origin":[15.24125,6.96381,12.91169]},"faces":{"north":{"uv":[5,12.5,6,11.5],"rotation":90,"texture":"#3"},"east":{"uv":[10,11.5,5,12.5],"texture":"#3"},"south":{"uv":[5,12.5,6,11.5],"rotation":270,"texture":"#3"},"west":{"uv":[10,11.5,5,12.5],"rotation":180,"texture":"#3"},"up":{"uv":[5,12.5,10,11.5],"rotation":90,"texture":"#3"},"down":{"uv":[5,12.5,10,11.5],"rotation":270,"texture":"#3"}}},{"from":[15.15,4.80329,8.12875],"to":[15.34,6.74329,11.06875],"rotation":{"angle":-22.5,"axis":"x","origin":[15.24125,6.96381,12.91169]},"faces":{"north":{"uv":[14,14.75,16,14.5],"rotation":270,"texture":"#3"},"east":{"uv":[15.5,14,12.5,16],"rotation":180,"texture":"#3"},"south":{"uv":[14,14.75,16,14.5],"rotation":90,"texture":"#3"},"west":{"uv":[15.5,14,12.5,16],"texture":"#3"},"up":{"uv":[12.5,14.75,15.5,14.5],"rotation":270,"texture":"#3"},"down":{"uv":[12.5,14.75,15.5,14.5],"rotation":90,"texture":"#3"}}},{"from":[15.14,2.07583,9.69557],"to":[15.33,3.41583,11.03557],"rotation":{"angle":22.5,"axis":"x","origin":[15.24125,6.96381,12.91169]},"faces":{"north":{"uv":[14.75,13.5,14.5,14.9],"rotation":180,"texture":"#3"},"east":{"uv":[15.9,13.5,14.5,14.9],"rotation":180,"texture":"#3"},"south":{"uv":[14.75,13.5,14.5,14.9],"rotation":180,"texture":"#3"},"west":{"uv":[15.9,13.5,14.5,14.9],"rotation":180,"texture":"#3"},"up":{"uv":[14.75,13.5,14.5,14.9],"rotation":180,"texture":"#3"},"down":{"uv":[14.75,13.5,14.5,14.9],"rotation":180,"texture":"#3"}}},{"from":[15.08,4.28507,13.00032],"to":[15.44,10.64507,13.36032],"rotation":{"angle":45,"axis":"x","origin":[15.24125,6.96381,12.91169]},"faces":{"north":{"uv":[0,12.5,9,12],"rotation":90,"texture":"#3"},"east":{"uv":[0,12.5,9,12],"rotation":90,"texture":"#3"},"south":{"uv":[0,12.5,9,12],"rotation":90,"texture":"#3"},"west":{"uv":[0,12.5,9,12],"rotation":90,"texture":"#3"},"up":{"uv":[0,13,1,12],"rotation":90,"texture":"#3"},"down":{"uv":[0,12.5,9,12],"rotation":90,"texture":"#3"}}},{"from":[15.12,4.43977,12.23556],"to":[15.35,11.41977,14.21556],"rotation":{"angle":45,"axis":"x","origin":[15.24125,6.96381,12.91169]},"faces":{"north":{"uv":[7.5,14.25,14.5,14],"rotation":90,"texture":"#3"},"east":{"uv":[7.5,16,14.5,14],"rotation":90,"texture":"#3"},"south":{"uv":[7.5,14.25,14.5,14],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,16,14.5,14],"rotation":90,"texture":"#3"},"up":{"uv":[7.5,14.25,9.5,14],"rotation":90,"texture":"#3"},"down":{"uv":[7.5,14.25,9.5,14],"rotation":90,"texture":"#3"}}},{"from":[15.13,6.49442,15.05742],"to":[15.34,7.45442,17.51742],"rotation":{"angle":-22.5,"axis":"x","origin":[15.24125,6.96381,12.91169]},"faces":{"north":{"uv":[7.5,14.25,8.5,14],"rotation":270,"texture":"#3"},"east":{"uv":[10,14,7.5,15],"rotation":180,"texture":"#3"},"south":{"uv":[7.5,14.25,8.5,14],"rotation":90,"texture":"#3"},"west":{"uv":[10,14,7.5,15],"texture":"#3"},"up":{"uv":[7.5,14.25,10,14],"rotation":270,"texture":"#3"},"down":{"uv":[7.5,14.25,10,14],"rotation":90,"texture":"#3"}}},{"from":[15.11,9.28869,15.60973],"to":[15.36,11.78869,18.10973],"rotation":{"angle":0,"axis":"x","origin":[15.24125,6.96381,12.91169]},"faces":{"north":{"uv":[2.5,2.75,5,2.5],"rotation":270,"texture":"#3"},"east":{"uv":[5,0.5,2.5,3],"texture":"#3"},"south":{"uv":[2.5,0.75,5,0.5],"rotation":270,"texture":"#3"},"west":{"uv":[2.5,3,5,0.5],"rotation":270,"texture":"#3"},"up":{"uv":[2.5,0.75,5,0.5],"rotation":90,"texture":"#3"},"down":{"uv":[2.5,2.75,5,2.5],"rotation":270,"texture":"#3"}}},{"from":[15.13,8.86932,13.02225],"to":[15.34,11.32932,13.98225],"rotation":{"angle":22.5,"axis":"x","origin":[15.24125,6.96381,12.91169]},"faces":{"north":{"uv":[7.5,14.25,10,14],"rotation":90,"texture":"#3"},"east":{"uv":[7.5,15,10,14],"rotation":90,"texture":"#3"},"south":{"uv":[7.5,14.25,10,14],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,15,10,14],"rotation":90,"texture":"#3"},"up":{"uv":[7.5,14.25,8.5,14],"rotation":90,"texture":"#3"},"down":{"uv":[7.5,14.25,8.5,14],"rotation":90,"texture":"#3"}}},{"from":[15.28,5.03684,6.94361],"to":[15.47,6.37684,8.28361],"rotation":{"angle":-22.5,"axis":"x","origin":[15.375,6.00684,9.81361]},"faces":{"north":{"uv":[14.75,13.5,14.5,14.9],"rotation":180,"texture":"#3"},"east":{"uv":[15.9,13.5,14.5,14.9],"rotation":180,"texture":"#3"},"south":{"uv":[14.75,13.5,14.5,14.9],"rotation":180,"texture":"#3"},"west":{"uv":[15.9,13.5,14.5,14.9],"rotation":180,"texture":"#3"},"up":{"uv":[14.75,13.5,14.5,14.9],"rotation":180,"texture":"#3"},"down":{"uv":[14.75,13.5,14.5,14.9],"rotation":180,"texture":"#3"}}},{"from":[16.4,3.55061,6.34891],"to":[16.8,3.95061,10.74891],"rotation":{"angle":-22.5,"axis":"x","origin":[16.61875,4.42375,11.93602]},"faces":{"north":{"uv":[7,13,11.5,12.5],"rotation":270,"texture":"#3"},"east":{"uv":[11.5,12.5,7,13],"rotation":180,"texture":"#3"},"south":{"uv":[7,13,11.5,12.5],"rotation":90,"texture":"#3"},"west":{"uv":[11.5,12.5,7,13],"texture":"#3"},"up":{"uv":[7,13,11.5,12.5],"rotation":270,"texture":"#3"},"down":{"uv":[7,13,11.5,12.5],"rotation":90,"texture":"#3"}}},{"from":[16.52,2.58906,9.15869],"to":[16.73,4.54906,10.61869],"rotation":{"angle":-22.5,"axis":"x","origin":[16.61875,4.42375,11.93602]},"faces":{"north":{"uv":[14,14.75,16,14.5],"rotation":270,"texture":"#3"},"east":{"uv":[15.5,14,14,16],"rotation":180,"texture":"#3"},"south":{"uv":[14,14.75,16,14.5],"rotation":90,"texture":"#3"},"west":{"uv":[15.5,14,14,16],"texture":"#3"},"up":{"uv":[14,14.75,15.5,14.5],"rotation":270,"texture":"#3"},"down":{"uv":[14,14.75,15.5,14.5],"rotation":90,"texture":"#3"}}},{"from":[16.53,1.19849,9.89355],"to":[16.72,2.53849,11.23355],"rotation":{"angle":22.5,"axis":"x","origin":[16.61875,4.42375,11.93602]},"faces":{"north":{"uv":[14.75,13.5,14.5,14.9],"rotation":180,"texture":"#3"},"east":{"uv":[15.9,13.5,14.5,14.9],"rotation":180,"texture":"#3"},"south":{"uv":[14.75,13.5,14.5,14.9],"rotation":180,"texture":"#3"},"west":{"uv":[15.9,13.5,14.5,14.9],"rotation":180,"texture":"#3"},"up":{"uv":[14.75,13.5,14.5,14.9],"rotation":180,"texture":"#3"},"down":{"uv":[14.75,13.5,14.5,14.9],"rotation":180,"texture":"#3"}}},{"from":[16.51,2.51,11.16],"to":[16.74,7.49,13.14],"rotation":{"angle":45,"axis":"x","origin":[16.61875,4.42375,11.93602]},"faces":{"north":{"uv":[7.5,14.25,12.5,14],"rotation":90,"texture":"#3"},"east":{"uv":[7.5,16,12.5,14],"rotation":90,"texture":"#3"},"south":{"uv":[7.5,14.25,12.5,14],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,16,12.5,14],"rotation":90,"texture":"#3"},"up":{"uv":[7.5,14.25,9.5,14],"rotation":90,"texture":"#3"},"down":{"uv":[7.5,14.25,9.5,14],"rotation":90,"texture":"#3"}}},{"from":[16.52,3.51482,12.75961],"to":[16.73,4.47482,15.21961],"rotation":{"angle":-22.5,"axis":"x","origin":[16.61875,4.42375,11.93602]},"faces":{"north":{"uv":[7.5,14.25,8.5,14],"rotation":270,"texture":"#3"},"east":{"uv":[10,14,7.5,15],"rotation":180,"texture":"#3"},"south":{"uv":[7.5,14.25,8.5,14],"rotation":90,"texture":"#3"},"west":{"uv":[10,14,7.5,15],"texture":"#3"},"up":{"uv":[7.5,14.25,10,14],"rotation":270,"texture":"#3"},"down":{"uv":[7.5,14.25,10,14],"rotation":90,"texture":"#3"}}},{"from":[16.5,5.83659,13.58077],"to":[16.75,8.33659,16.08077],"rotation":{"angle":0,"axis":"x","origin":[16.61875,4.42375,11.93602]},"faces":{"north":{"uv":[2.5,2.75,5,2.5],"rotation":270,"texture":"#3"},"east":{"uv":[5,0.5,2.5,3],"texture":"#3"},"south":{"uv":[2.5,0.75,5,0.5],"rotation":270,"texture":"#3"},"west":{"uv":[2.5,3,5,0.5],"rotation":270,"texture":"#3"},"up":{"uv":[2.5,0.75,5,0.5],"rotation":90,"texture":"#3"},"down":{"uv":[2.5,2.75,5,2.5],"rotation":270,"texture":"#3"}}},{"from":[16.52,5.08357,11.42248],"to":[16.73,7.54357,12.38248],"rotation":{"angle":22.5,"axis":"x","origin":[16.61875,4.42375,11.93602]},"faces":{"north":{"uv":[7.5,14.25,10,14],"rotation":90,"texture":"#3"},"east":{"uv":[7.5,15,10,14],"rotation":90,"texture":"#3"},"south":{"uv":[7.5,14.25,10,14],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,15,10,14],"rotation":90,"texture":"#3"},"up":{"uv":[7.5,14.25,8.5,14],"rotation":90,"texture":"#3"},"down":{"uv":[7.5,14.25,8.5,14],"rotation":90,"texture":"#3"}}},{"from":[16.41,3.00286,11.89841],"to":[16.79,6.88286,12.27841],"rotation":{"angle":45,"axis":"x","origin":[16.61875,4.42375,11.93602]},"faces":{"north":{"uv":[3,12.5,7.5,12],"rotation":90,"texture":"#3"},"east":{"uv":[3,12.5,7.5,12],"rotation":90,"texture":"#3"},"south":{"uv":[3,12.5,7.5,12],"rotation":90,"texture":"#3"},"west":{"uv":[3,12.5,7.5,12],"rotation":90,"texture":"#3"},"up":{"uv":[3,13,4,12],"rotation":90,"texture":"#3"},"down":{"uv":[3,12.5,7.5,12],"rotation":90,"texture":"#3"}}},{"from":[14.15,5.10061,11.99891],"to":[14.55,5.50061,15.39891],"rotation":{"angle":-22.5,"axis":"x","origin":[14.36875,5.97375,16.58602]},"faces":{"north":{"uv":[7,13,11.5,12.5],"rotation":270,"texture":"#3"},"east":{"uv":[11.5,12.5,7,13],"rotation":180,"texture":"#3"},"south":{"uv":[7,13,11.5,12.5],"rotation":90,"texture":"#3"},"west":{"uv":[11.5,12.5,7,13],"texture":"#3"},"up":{"uv":[7,13,11.5,12.5],"rotation":270,"texture":"#3"},"down":{"uv":[7,13,11.5,12.5],"rotation":90,"texture":"#3"}}},{"from":[14.27,4.13906,13.80869],"to":[14.48,6.09906,15.26869],"rotation":{"angle":-22.5,"axis":"x","origin":[14.36875,5.97375,16.58602]},"faces":{"north":{"uv":[14,14.75,16,14.5],"rotation":270,"texture":"#3"},"east":{"uv":[15.5,14,14,16],"rotation":180,"texture":"#3"},"south":{"uv":[14,14.75,16,14.5],"rotation":90,"texture":"#3"},"west":{"uv":[15.5,14,14,16],"texture":"#3"},"up":{"uv":[14,14.75,15.5,14.5],"rotation":270,"texture":"#3"},"down":{"uv":[14,14.75,15.5,14.5],"rotation":90,"texture":"#3"}}},{"from":[14.28,2.74849,14.54355],"to":[14.47,4.08849,15.88355],"rotation":{"angle":22.5,"axis":"x","origin":[14.36875,5.97375,16.58602]},"faces":{"north":{"uv":[14.75,13.5,14.5,14.9],"rotation":180,"texture":"#3"},"east":{"uv":[15.9,13.5,14.5,14.9],"rotation":180,"texture":"#3"},"south":{"uv":[14.75,13.5,14.5,14.9],"rotation":180,"texture":"#3"},"west":{"uv":[15.9,13.5,14.5,14.9],"rotation":180,"texture":"#3"},"up":{"uv":[14.75,13.5,14.5,14.9],"rotation":180,"texture":"#3"},"down":{"uv":[14.75,13.5,14.5,14.9],"rotation":180,"texture":"#3"}}},{"from":[14.26,4.06,15.81],"to":[14.49,9.04,17.79],"rotation":{"angle":45,"axis":"x","origin":[14.36875,5.97375,16.58602]},"faces":{"north":{"uv":[7.5,14.25,12.5,14],"rotation":90,"texture":"#3"},"east":{"uv":[7.5,16,12.5,14],"rotation":90,"texture":"#3"},"south":{"uv":[7.5,14.25,12.5,14],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,16,12.5,14],"rotation":90,"texture":"#3"},"up":{"uv":[7.5,14.25,9.5,14],"rotation":90,"texture":"#3"},"down":{"uv":[7.5,14.25,9.5,14],"rotation":90,"texture":"#3"}}},{"from":[14.27,6.63357,16.07248],"to":[14.48,9.09357,17.03248],"rotation":{"angle":22.5,"axis":"x","origin":[14.36875,5.97375,16.58602]},"faces":{"north":{"uv":[7.5,14.25,10,14],"rotation":90,"texture":"#3"},"east":{"uv":[7.5,15,10,14],"rotation":90,"texture":"#3"},"south":{"uv":[7.5,14.25,10,14],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,15,10,14],"rotation":90,"texture":"#3"},"up":{"uv":[7.5,14.25,8.5,14],"rotation":90,"texture":"#3"},"down":{"uv":[7.5,14.25,8.5,14],"rotation":90,"texture":"#3"}}},{"from":[14.27,5.06482,17.40961],"to":[14.48,6.02482,19.86961],"rotation":{"angle":-22.5,"axis":"x","origin":[14.36875,5.97375,16.58602]},"faces":{"north":{"uv":[7.5,14.25,8.5,14],"rotation":270,"texture":"#3"},"east":{"uv":[10,14,7.5,15],"rotation":180,"texture":"#3"},"south":{"uv":[7.5,14.25,8.5,14],"rotation":90,"texture":"#3"},"west":{"uv":[10,14,7.5,15],"texture":"#3"},"up":{"uv":[7.5,14.25,10,14],"rotation":270,"texture":"#3"},"down":{"uv":[7.5,14.25,10,14],"rotation":90,"texture":"#3"}}},{"from":[14.25,7.38659,18.23077],"to":[14.5,9.88659,20.73077],"rotation":{"angle":0,"axis":"x","origin":[14.36875,5.97375,16.58602]},"faces":{"north":{"uv":[2.5,2.75,5,2.5],"rotation":270,"texture":"#3"},"east":{"uv":[5,0.5,2.5,3],"texture":"#3"},"south":{"uv":[2.5,0.75,5,0.5],"rotation":270,"texture":"#3"},"west":{"uv":[2.5,3,5,0.5],"rotation":270,"texture":"#3"},"up":{"uv":[2.5,0.75,5,0.5],"rotation":90,"texture":"#3"},"down":{"uv":[2.5,2.75,5,2.5],"rotation":270,"texture":"#3"}}},{"from":[14.16,4.55286,16.54841],"to":[14.54,8.43286,16.92841],"rotation":{"angle":45,"axis":"x","origin":[14.36875,5.97375,16.58602]},"faces":{"north":{"uv":[3,12.5,7.5,12],"rotation":90,"texture":"#3"},"east":{"uv":[3,12.5,7.5,12],"rotation":90,"texture":"#3"},"south":{"uv":[3,12.5,7.5,12],"rotation":90,"texture":"#3"},"west":{"uv":[3,12.5,7.5,12],"rotation":90,"texture":"#3"},"up":{"uv":[3,13,4,12],"rotation":90,"texture":"#3"},"down":{"uv":[3,12.5,7.5,12],"rotation":90,"texture":"#3"}}},{"from":[15.17,1.33906,13.80869],"to":[15.38,3.29906,15.26869],"rotation":{"angle":0,"axis":"x","origin":[15.26875,3.17375,16.58602]},"faces":{"north":{"uv":[14,14.75,16,14.5],"rotation":270,"texture":"#3"},"east":{"uv":[15.5,14,14,16],"rotation":180,"texture":"#3"},"south":{"uv":[14,14.75,16,14.5],"rotation":90,"texture":"#3"},"west":{"uv":[15.5,14,14,16],"texture":"#3"},"up":{"uv":[14,14.75,15.5,14.5],"rotation":270,"texture":"#3"},"down":{"uv":[14,14.75,15.5,14.5],"rotation":90,"texture":"#3"}}},{"from":[15.18,-0.05151,14.54355],"to":[15.37,1.28849,15.88355],"rotation":{"angle":45,"axis":"x","origin":[15.26875,3.17375,16.58602]},"faces":{"north":{"uv":[14.75,13.5,14.5,14.9],"rotation":180,"texture":"#3"},"east":{"uv":[15.9,13.5,14.5,14.9],"rotation":180,"texture":"#3"},"south":{"uv":[14.75,13.5,14.5,14.9],"rotation":180,"texture":"#3"},"west":{"uv":[15.9,13.5,14.5,14.9],"rotation":180,"texture":"#3"},"up":{"uv":[14.75,13.5,14.5,14.9],"rotation":180,"texture":"#3"},"down":{"uv":[14.75,13.5,14.5,14.9],"rotation":180,"texture":"#3"}}},{"from":[15.16,1.96977,14.67228],"to":[15.39,3.94977,19.65228],"rotation":{"angle":-22.5,"axis":"x","origin":[15.26875,3.17375,16.58602]},"faces":{"north":{"uv":[7.5,14.25,9.5,14],"rotation":270,"texture":"#3"},"east":{"uv":[12.5,14,7.5,16],"rotation":180,"texture":"#3"},"south":{"uv":[7.5,14.25,9.5,14],"rotation":90,"texture":"#3"},"west":{"uv":[12.5,14,7.5,16],"texture":"#3"},"up":{"uv":[7.5,14.25,12.5,14],"rotation":270,"texture":"#3"},"down":{"uv":[7.5,14.25,12.5,14],"rotation":90,"texture":"#3"}}},{"from":[15.06,2.83136,15.16513],"to":[15.44,3.21136,19.04513],"rotation":{"angle":-22.5,"axis":"x","origin":[15.26875,3.17375,16.58602]},"faces":{"north":{"uv":[3,12.5,7.5,12],"rotation":270,"texture":"#3"},"east":{"uv":[7.5,12,3,12.5],"rotation":180,"texture":"#3"},"south":{"uv":[3,13,4,12],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,12,3,12.5],"texture":"#3"},"up":{"uv":[3,12.5,7.5,12],"rotation":270,"texture":"#3"},"down":{"uv":[3,12.5,7.5,12],"rotation":90,"texture":"#3"}}},{"from":[15.05,2.30061,10.99891],"to":[15.45,2.70061,15.39891],"rotation":{"angle":0,"axis":"x","origin":[15.26875,3.17375,16.58602]},"faces":{"north":{"uv":[7,13,11.5,12.5],"rotation":270,"texture":"#3"},"east":{"uv":[11.5,12.5,7,13],"rotation":180,"texture":"#3"},"south":{"uv":[7,13,11.5,12.5],"rotation":90,"texture":"#3"},"west":{"uv":[11.5,12.5,7,13],"texture":"#3"},"up":{"uv":[7,13,11.5,12.5],"rotation":270,"texture":"#3"},"down":{"uv":[7,13,11.5,12.5],"rotation":90,"texture":"#3"}}},{"from":[15.17,2.26482,17.40961],"to":[15.38,3.22482,19.86961],"rotation":{"angle":0,"axis":"x","origin":[15.26875,3.17375,16.58602]},"faces":{"north":{"uv":[7.5,14.25,8.5,14],"rotation":270,"texture":"#3"},"east":{"uv":[10,14,7.5,15],"rotation":180,"texture":"#3"},"south":{"uv":[7.5,14.25,8.5,14],"rotation":90,"texture":"#3"},"west":{"uv":[10,14,7.5,15],"texture":"#3"},"up":{"uv":[7.5,14.25,10,14],"rotation":270,"texture":"#3"},"down":{"uv":[7.5,14.25,10,14],"rotation":90,"texture":"#3"}}},{"from":[15.15,4.58659,18.23077],"to":[15.4,7.08659,20.73077],"rotation":{"angle":22.5,"axis":"x","origin":[15.26875,3.17375,16.58602]},"faces":{"north":{"uv":[2.5,2.75,5,2.5],"rotation":270,"texture":"#3"},"east":{"uv":[5,0.5,2.5,3],"texture":"#3"},"south":{"uv":[2.5,0.75,5,0.5],"rotation":270,"texture":"#3"},"west":{"uv":[2.5,3,5,0.5],"rotation":270,"texture":"#3"},"up":{"uv":[2.5,0.75,5,0.5],"rotation":90,"texture":"#3"},"down":{"uv":[2.5,2.75,5,2.5],"rotation":270,"texture":"#3"}}},{"from":[15.17,3.83357,16.07248],"to":[15.38,6.29357,17.03248],"rotation":{"angle":45,"axis":"x","origin":[15.26875,3.17375,16.58602]},"faces":{"north":{"uv":[7.5,14.25,10,14],"rotation":90,"texture":"#3"},"east":{"uv":[7.5,15,10,14],"rotation":90,"texture":"#3"},"south":{"uv":[7.5,14.25,10,14],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,15,10,14],"rotation":90,"texture":"#3"},"up":{"uv":[7.5,14.25,8.5,14],"rotation":90,"texture":"#3"},"down":{"uv":[7.5,14.25,8.5,14],"rotation":90,"texture":"#3"}}},{"from":[15.25,-1.10061,9.59891],"to":[15.65,-0.70061,13.99891],"rotation":{"angle":0,"axis":"x","origin":[15.46875,-1.57375,15.18602]},"faces":{"north":{"uv":[11.5,13,7,12.5],"rotation":270,"texture":"#3"},"east":{"uv":[11.5,13,7,12.5],"rotation":180,"texture":"#3"},"south":{"uv":[11.5,13,7,12.5],"rotation":90,"texture":"#3"},"west":{"uv":[11.5,13,7,12.5],"texture":"#3"},"up":{"uv":[11.5,13,7,12.5],"rotation":90,"texture":"#3"},"down":{"uv":[11.5,13,7,12.5],"rotation":270,"texture":"#3"}}},{"from":[15.37,-1.69906,12.40869],"to":[15.58,0.26094,13.86869],"rotation":{"angle":0,"axis":"x","origin":[15.46875,-1.57375,15.18602]},"faces":{"north":{"uv":[14,14.75,16,14.5],"rotation":270,"texture":"#3"},"east":{"uv":[15.5,14,14,16],"rotation":180,"texture":"#3"},"south":{"uv":[14,14.75,16,14.5],"rotation":90,"texture":"#3"},"west":{"uv":[15.5,14,14,16],"texture":"#3"},"up":{"uv":[14.5,14.75,16,14.5],"rotation":90,"texture":"#3"},"down":{"uv":[14.5,14.75,16,14.5],"rotation":270,"texture":"#3"}}},{"from":[15.26,-1.61136,13.76513],"to":[15.64,-1.23136,17.64513],"rotation":{"angle":22.5,"axis":"x","origin":[15.46875,-1.57375,15.18602]},"faces":{"north":{"uv":[7.5,12.5,3,12],"rotation":270,"texture":"#3"},"east":{"uv":[7.5,12.5,3,12],"rotation":180,"texture":"#3"},"south":{"uv":[4,13,3,12],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,12.5,3,12],"texture":"#3"},"up":{"uv":[7.5,12.5,3,12],"rotation":90,"texture":"#3"},"down":{"uv":[7.5,12.5,3,12],"rotation":270,"texture":"#3"}}},{"from":[15.36,-2.34977,13.27228],"to":[15.59,-0.36977,18.25228],"rotation":{"angle":22.5,"axis":"x","origin":[15.46875,-1.57375,15.18602]},"faces":{"north":{"uv":[9.5,14.25,11.5,14],"rotation":270,"texture":"#3"},"east":{"uv":[12.5,14,7.5,16],"rotation":180,"texture":"#3"},"south":{"uv":[9.5,14.25,11.5,14],"rotation":90,"texture":"#3"},"west":{"uv":[12.5,14,7.5,16],"texture":"#3"},"up":{"uv":[11,14.25,16,14],"rotation":90,"texture":"#3"},"down":{"uv":[11,14.25,16,14],"rotation":270,"texture":"#3"}}},{"from":[15.37,-1.62482,16.00961],"to":[15.58,-0.66482,18.46961],"rotation":{"angle":0,"axis":"x","origin":[15.46875,-1.57375,15.18602]},"faces":{"north":{"uv":[8.5,14.25,9.5,14],"rotation":270,"texture":"#3"},"east":{"uv":[10,15,7.5,16],"rotation":180,"texture":"#3"},"south":{"uv":[8.5,14.25,9.5,14],"rotation":90,"texture":"#3"},"west":{"uv":[10,15,7.5,16],"texture":"#3"},"up":{"uv":[10,14.25,12.5,14],"rotation":90,"texture":"#3"},"down":{"uv":[10,14.25,12.5,14],"rotation":270,"texture":"#3"}}},{"from":[15.35,-5.48659,16.83077],"to":[15.6,-2.98659,19.33077],"rotation":{"angle":-22.5,"axis":"x","origin":[15.46875,-1.57375,15.18602]},"faces":{"north":{"uv":[5,2.75,2.5,2.5],"rotation":270,"texture":"#3"},"east":{"uv":[5,3,2.5,0.5],"texture":"#3"},"south":{"uv":[5,0.75,2.5,0.5],"rotation":270,"texture":"#3"},"west":{"uv":[5,3,2.5,0.5],"rotation":270,"texture":"#3"},"up":{"uv":[5,2.75,2.5,2.5],"rotation":270,"texture":"#3"},"down":{"uv":[5,0.75,2.5,0.5],"rotation":90,"texture":"#3"}}},{"from":[15.37,-4.69357,14.67248],"to":[15.58,-2.23357,15.63248],"rotation":{"angle":-45,"axis":"x","origin":[15.46875,-1.57375,15.18602]},"faces":{"north":{"uv":[10,14.25,12.5,14],"rotation":90,"texture":"#3"},"east":{"uv":[10,15,12.5,14],"rotation":90,"texture":"#3"},"south":{"uv":[10,14.25,12.5,14],"rotation":90,"texture":"#3"},"west":{"uv":[10,15,12.5,14],"rotation":90,"texture":"#3"},"up":{"uv":[8.5,14.25,9.5,14],"rotation":90,"texture":"#3"},"down":{"uv":[8.5,14.25,9.5,14],"rotation":90,"texture":"#3"}}},{"from":[15.38,0.31151,13.14355],"to":[15.57,1.65151,14.48355],"rotation":{"angle":-45,"axis":"x","origin":[15.46875,-1.57375,15.18602]},"faces":{"north":{"uv":[14.75,14.6,14.5,16],"rotation":180,"texture":"#3"},"east":{"uv":[15.9,14.6,14.5,16],"rotation":180,"texture":"#3"},"south":{"uv":[14.75,14.6,14.5,16],"rotation":180,"texture":"#3"},"west":{"uv":[15.9,14.6,14.5,16],"rotation":180,"texture":"#3"},"up":{"uv":[14.75,14.6,14.5,16],"rotation":180,"texture":"#3"},"down":{"uv":[14.75,14.6,14.5,16],"rotation":180,"texture":"#3"}}}],"display":{"head":{"rotation":[15,0,0],"translation":[0,6.25,1.75],"scale":[1.05,1.1,1.1]},"ground":{"rotation":[5,-1,-5],"translation":[0,5,0],"scale":[0.5,0.5,0.5]},"gui":{"rotation":[-150,45,175],"translation":[-3,0,0],"scale":[0.55,0.55,0.55]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/azure_kabuto.json b/assets/minecraft/models/item/wynn/skin/hat/azure_kabuto.json new file mode 100644 index 000000000..23e29d916 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/azure_kabuto.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/azure_kabuto"},"elements":[{"from":[4,0,4],"to":[12,8,12],"faces":{"north":{"uv":[0,3,4,7],"texture":"#0"},"east":{"uv":[4,3,8,7],"texture":"#0"},"south":{"uv":[0,7,4,11],"texture":"#0"},"west":{"uv":[8,3,4,7],"texture":"#0"},"up":{"uv":[8,11,4,7],"texture":"#0"},"down":{"uv":[12,0,8,4],"texture":"#0"}}},{"from":[12,0,4],"to":[4,8,12],"rotation":{"angle":0,"axis":"y","origin":[8,0,0]},"faces":{"north":{"uv":[4,3,0,7],"texture":"#0"},"east":{"uv":[4,3,8,7],"texture":"#0"},"south":{"uv":[4,7,0,11],"texture":"#0"},"west":{"uv":[8,3,4,7],"texture":"#0"},"up":{"uv":[8,11,4,7],"texture":"#0"},"down":{"uv":[12,0,8,4],"texture":"#0"}}},{"from":[14.3,-1,4],"to":[14.3,5,14.5],"rotation":{"angle":22.5,"axis":"z","origin":[14.3,-1,6.25]},"faces":{"east":{"uv":[8,8,13,11],"texture":"#0"},"west":{"uv":[13,8,8,11],"texture":"#0"}}},{"from":[1.7,-1,4],"to":[1.7,5,14.5],"rotation":{"angle":-22.5,"axis":"z","origin":[1.7,-1,6.25]},"faces":{"east":{"uv":[8,8,13,11],"texture":"#0"},"west":{"uv":[13,8,8,11],"texture":"#0"}}},{"from":[1.5,-1,14.25],"to":[14.5,5,14.25],"rotation":{"angle":-22.5,"axis":"x","origin":[5,-1,14.25]},"faces":{"north":{"uv":[6.5,0,0,3],"texture":"#0"},"east":{"uv":[0,0,0,3],"texture":"#0"},"south":{"uv":[0,0,6.5,3],"texture":"#0"},"west":{"uv":[0,0,0,3],"texture":"#0"},"up":{"uv":[6.5,0,0,0],"texture":"#0"},"down":{"uv":[6.5,0,0,0],"texture":"#0"}}},{"from":[3,6,4],"to":[13,14,4],"rotation":{"angle":22.5,"axis":"x","origin":[7,8,4]},"faces":{"north":{"uv":[8,4,13,8],"texture":"#0"},"south":{"uv":[13,4,8,8],"texture":"#0"}}},{"from":[8.995,3.745,3.995],"to":[12.005,7.755,4.005],"rotation":{"angle":-45,"axis":"z","origin":[12,3.75,4]},"faces":{"north":{"uv":[8,0,6.5,2],"texture":"#0"},"south":{"uv":[6.5,0,8,2],"texture":"#0"}}},{"from":[3.995,3.745,3.995],"to":[7.005,7.755,4.005],"rotation":{"angle":45,"axis":"z","origin":[4,3.75,4]},"faces":{"north":{"uv":[6.5,0,8,2],"texture":"#0"},"south":{"uv":[8,0,6.5,2],"texture":"#0"}}},{"from":[5,4.5,2.5],"to":[11,6.5,2.5],"rotation":{"angle":45,"axis":"x","origin":[7,4.5,2.5]},"faces":{"north":{"uv":[0,11,3,12],"texture":"#0"},"south":{"uv":[0,0,3,1],"texture":"#0"}}}],"display":{"head":{"translation":[0,7.5,0],"scale":[1.825,1.825,1.825]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/bandana.json b/assets/minecraft/models/item/wynn/skin/hat/bandana.json new file mode 100644 index 000000000..aa2ab499c --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/bandana.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/bandana","1":"skins/decal","particle":"skins/decal"},"elements":[{"from":[2.5,3.20593,3.84194],"to":[13.5,6.20593,14.34194],"rotation":{"angle":22.5,"axis":"x","origin":[7.995,3.97172,11.5427]},"faces":{"north":{"uv":[2.5,9.5,13.5,12.5],"texture":"#0"},"east":{"uv":[2.5,9.5,13,12.5],"texture":"#0"},"south":{"uv":[2.5,9.5,13.5,12.5],"texture":"#0"},"west":{"uv":[2.5,9.5,13,12.5],"texture":"#0"},"up":{"uv":[2.5,1,13.5,11.5],"texture":"#0"},"down":{"uv":[2.5,1,13.5,11.5],"texture":"#0"}}},{"from":[2.51,1.34544,6.93191],"to":[13.49,4.32544,14.41191],"rotation":{"angle":45,"axis":"x","origin":[7.995,3.97172,11.5427]},"faces":{"north":{"uv":[2.5,9.5,13.5,12.5],"texture":"#0"},"east":{"uv":[4.5,9.5,12,12.5],"texture":"#0"},"south":{"uv":[3,9.5,14,12.5],"texture":"#0"},"west":{"uv":[4.5,9.5,12,12.5],"texture":"#0"},"up":{"uv":[2.5,2.5,13.5,10],"texture":"#0"},"down":{"uv":[2.5,2.5,13.5,10],"texture":"#0"}}},{"from":[3,4.20593,4.84194],"to":[13,7.20593,13.34194],"rotation":{"angle":22.5,"axis":"x","origin":[7.995,3.97172,11.5427]},"faces":{"north":{"uv":[12.5,9.5,2.5,12.5],"texture":"#0"},"east":{"uv":[11.5,9.5,3,12.5],"texture":"#0"},"south":{"uv":[12.5,9.5,2.5,12.5],"texture":"#0"},"west":{"uv":[4.5,10,13,13],"texture":"#0"},"up":{"uv":[3,1.5,13,10],"rotation":180,"texture":"#0"},"down":{"uv":[3,1.5,13,10],"rotation":180,"texture":"#0"}}},{"from":[2.99,1.84544,9.66191],"to":[12.99,5.84544,15.16191],"rotation":{"angle":45,"axis":"x","origin":[7.995,3.97172,11.5427]},"faces":{"north":{"uv":[0,0,10,4],"texture":"#0"},"east":{"uv":[0,0,5.5,4],"texture":"#0"},"south":{"uv":[0,0,10,4],"texture":"#0"},"west":{"uv":[0,0,5.5,4],"texture":"#0"},"up":{"uv":[6,0,16,5.5],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,5.5,10],"rotation":90,"texture":"#0"}}},{"from":[4.99,0.84544,13.41191],"to":[10.99,4.84544,15.91191],"rotation":{"angle":45,"axis":"x","origin":[7.995,3.97172,11.5427]},"faces":{"north":{"uv":[5,8.5,11,12.5],"texture":"#0"},"east":{"uv":[1,4,3.5,8],"texture":"#0"},"south":{"uv":[5,8.5,11,12.5],"texture":"#0"},"west":{"uv":[0,4.5,2.5,8.5],"texture":"#0"},"up":{"uv":[5,0,11,2.5],"rotation":180,"texture":"#0"},"down":{"uv":[0,5,2.5,11],"rotation":90,"texture":"#0"}}},{"from":[4.99,-5.66054,12.26511],"to":[6.99,0.33946,13.76511],"rotation":{"angle":-22.5,"axis":"z","origin":[6.99,-2.66054,13.51511]},"faces":{"north":{"uv":[0,0,6,2],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,1.5,6],"texture":"#0"},"south":{"uv":[0,0,6,2],"rotation":270,"texture":"#0"},"west":{"uv":[6,0,12,1.5],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,1.5,2],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,1.5,2],"rotation":270,"texture":"#0"}}},{"from":[9.01,-5.66054,12.26511],"to":[11.01,0.33946,13.76511],"rotation":{"angle":22.5,"axis":"z","origin":[9.01,-2.66054,13.51511]},"faces":{"north":{"uv":[0,2,6,0],"rotation":90,"texture":"#0"},"east":{"uv":[6,1.5,12,0],"rotation":90,"texture":"#0"},"south":{"uv":[0,2,6,0],"rotation":270,"texture":"#0"},"west":{"uv":[1.5,0,0,6],"texture":"#0"},"up":{"uv":[0,2,1.5,0],"rotation":270,"texture":"#0"},"down":{"uv":[0,2,1.5,0],"rotation":270,"texture":"#0"}}},{"from":[5,4.20593,6.84194],"to":[11,8.20593,11.34194],"rotation":{"angle":22.5,"axis":"x","origin":[7.995,3.97172,11.5427]},"faces":{"north":{"uv":[5,3.5,11,7.5],"rotation":180,"texture":"#0"},"east":{"uv":[5,3.5,9.5,7.5],"rotation":180,"texture":"#0"},"south":{"uv":[5,3.5,11,7.5],"rotation":180,"texture":"#0"},"west":{"uv":[5,3.5,9.5,7.5],"rotation":180,"texture":"#0"},"up":{"uv":[5,3.5,11,8],"rotation":180,"texture":"#0"},"down":{"uv":[5,3.5,11,8],"rotation":180,"texture":"#0"}}},{"from":[4.25,9.11544,5.32402],"to":[11.75,9.61544,8.82402],"rotation":{"angle":0,"axis":"x","origin":[8,10.16544,8.47402]},"faces":{"north":{"uv":[8.5,0,9.5,0.5],"rotation":180,"texture":"#1"},"east":{"uv":[8.5,0,9.5,0.5],"rotation":180,"texture":"#1"},"south":{"uv":[8.5,0,9.5,0.5],"rotation":180,"texture":"#1"},"west":{"uv":[8.5,0,9.5,0.5],"rotation":180,"texture":"#1"},"up":{"uv":[0.5,0.5,8,4],"rotation":180,"texture":"#1"},"down":{"uv":[8.5,0,9.5,0.5],"rotation":180,"texture":"#1"}}},{"from":[4.25,7.59589,4.9223],"to":[11.75,9.59589,5.4223],"rotation":{"angle":22.5,"axis":"x","origin":[8,8.59589,5.1723]},"faces":{"north":{"uv":[0.5,4,8,6],"texture":"#1"},"east":{"uv":[8.5,0,9.5,0.5],"rotation":270,"texture":"#1"},"south":{"uv":[8.5,0,9.5,0.5],"rotation":180,"texture":"#1"},"west":{"uv":[8.5,0,9.5,0.5],"rotation":90,"texture":"#1"},"up":{"uv":[8.5,0,9.5,0.5],"rotation":180,"texture":"#1"},"down":{"uv":[8.5,0,9.5,0.5],"texture":"#1"}}}],"display":{"head":{"rotation":[-24,0,0],"translation":[0,7.5,-3.5],"scale":[1.34,1.46,1.46]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/bandit_mask.json b/assets/minecraft/models/item/wynn/skin/hat/bandit_mask.json new file mode 100644 index 000000000..cc14ec308 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/bandit_mask.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"1":"skins/bandit_mask","particle":"skins/bandit_mask"},"elements":[{"from":[2.68,9.255,5.005],"to":[13.32,11.495,6.7575],"rotation":{"angle":0,"axis":"y","origin":[2,9.25,5]},"faces":{"north":{"uv":[1.508,2.508,4.242,2.992],"texture":"#1"},"east":{"uv":[7.008,0.008,7.492,0.492],"texture":"#1"},"south":{"uv":[2.758,0.008,5.492,0.492],"texture":"#1"},"west":{"uv":[7.008,0.508,7.492,0.992],"texture":"#1"},"up":{"uv":[5.492,0.992,2.758,0.508],"texture":"#1"},"down":{"uv":[5.492,1.008,2.758,1.492],"texture":"#1"}}},{"from":[5.37125,8.30875,3.00875],"to":[10.62875,11.76625,4.51625],"rotation":{"angle":22.5,"axis":"x","origin":[7.625,10.45,3.0125]},"faces":{"north":{"uv":[4.508,3.508,5.742,4.242],"texture":"#1"},"east":{"uv":[2.758,7.508,2.992,8.242],"texture":"#1"},"south":{"uv":[4.508,4.258,5.742,4.992],"texture":"#1"},"west":{"uv":[7.008,7.508,7.242,8.242],"texture":"#1"},"up":{"uv":[7.992,4.242,6.758,4.008],"texture":"#1"},"down":{"uv":[7.992,4.258,6.758,4.492],"texture":"#1"}}},{"from":[5.375,4.5625,4.6625],"to":[10.625,8.95,6.9125],"rotation":{"angle":-22.5,"axis":"x","origin":[7.625,2.5,4.6625]},"faces":{"north":{"uv":[2.758,1.508,3.992,2.492],"texture":"#1"},"east":{"uv":[0.008,5.758,0.492,6.742],"texture":"#1"},"south":{"uv":[2.008,3.008,3.242,3.992],"texture":"#1"},"west":{"uv":[0.508,5.758,0.992,6.742],"texture":"#1"},"up":{"uv":[6.742,2.992,5.508,2.508],"texture":"#1"},"down":{"uv":[6.742,3.008,5.508,3.492],"texture":"#1"}}},{"from":[5.375,0.925,4.6625],"to":[10.625,4.5625,6.1625],"rotation":{"angle":-22.5,"axis":"x","origin":[7.625,2.5,4.6625]},"faces":{"north":{"uv":[3.258,3.008,4.492,3.992],"texture":"#1"},"east":{"uv":[7.508,1.508,7.742,2.492],"texture":"#1"},"south":{"uv":[4.008,1.508,5.242,2.492],"texture":"#1"},"west":{"uv":[2.008,7.508,2.242,8.492],"texture":"#1"},"down":{"uv":[7.992,4.758,6.758,4.992],"texture":"#1"}}},{"from":[6.5,-2.375,5.2625],"to":[12.7625,3.8875,6.7625],"rotation":{"angle":45,"axis":"z","origin":[8,-0.875,5.2625]},"faces":{"north":{"uv":[0.008,0.008,1.492,1.492],"texture":"#1"},"east":{"uv":[1.508,5.258,1.992,6.742],"texture":"#1"},"south":{"uv":[0.008,1.508,1.492,2.992],"texture":"#1"},"west":{"uv":[2.008,5.508,2.492,6.992],"texture":"#1"},"up":{"uv":[6.992,0.992,5.508,0.508],"texture":"#1"},"down":{"uv":[6.992,1.008,5.508,1.492],"texture":"#1"}}},{"from":[4.6625,9.8125,3.5],"to":[8.9125,11.3125,5],"rotation":{"angle":22.5,"axis":"z","origin":[4.6625,9.8125,3.5]},"faces":{"north":{"uv":[5.508,7.258,6.492,7.492],"texture":"#1"},"east":{"uv":[7.258,7.758,7.742,7.992],"texture":"#1"},"south":{"uv":[7.258,6.508,8.242,6.742],"texture":"#1"},"west":{"uv":[7.758,7.258,8.242,7.492],"texture":"#1"},"up":{"uv":[6.742,3.992,5.758,3.508],"texture":"#1"},"down":{"uv":[6.742,4.008,5.758,4.492],"texture":"#1"}}},{"from":[2,9.25,5],"to":[8.4875,11.5,6.7625],"rotation":{"angle":22.5,"axis":"z","origin":[2,11.5,5]},"faces":{"north":{"uv":[0.008,5.258,1.492,5.742],"texture":"#1"},"east":{"uv":[7.008,1.008,7.492,1.492],"texture":"#1"},"south":{"uv":[5.258,1.508,6.742,1.992],"texture":"#1"},"west":{"uv":[2.008,7.008,2.492,7.492],"texture":"#1"},"up":{"uv":[6.742,2.492,5.258,2.008],"texture":"#1"},"down":{"uv":[6.992,0.008,5.508,0.492],"texture":"#1"}}},{"from":[2.55875,7.18375,3.49625],"to":[6.31625,10.94125,5.00375],"rotation":{"angle":-22.5,"axis":"z","origin":[4.0625,7.1875,3.5]},"faces":{"north":{"uv":[1.008,4.258,1.992,5.242],"texture":"#1"},"east":{"uv":[7.008,6.508,7.242,7.492],"texture":"#1"},"south":{"uv":[4.508,2.508,5.492,3.492],"texture":"#1"},"west":{"uv":[7.258,2.508,7.492,3.492],"texture":"#1"},"up":{"uv":[8.242,3.742,7.258,3.508],"texture":"#1"},"down":{"uv":[8.242,3.758,7.258,3.992],"texture":"#1"}}},{"from":[2.68,3.255,4.105],"to":[6.42,7.8575,5.595],"rotation":{"angle":-22.5,"axis":"x","origin":[4.175,6.3625,4.1]},"faces":{"north":{"uv":[0.008,3.008,0.992,4.242],"texture":"#1"},"east":{"uv":[4.008,6.758,4.242,7.992],"texture":"#1"},"south":{"uv":[1.008,3.008,1.992,4.242],"texture":"#1"},"west":{"uv":[4.258,6.758,4.492,7.992],"texture":"#1"},"down":{"uv":[7.992,5.258,7.008,5.492],"texture":"#1"}}},{"from":[2.67125,1.25875,5.25875],"to":[5.67875,7.26625,6.76625],"rotation":{"angle":22.5,"axis":"z","origin":[2.675,3.5125,5.2625]},"faces":{"north":{"uv":[2.008,4.008,2.742,5.492],"texture":"#1"},"east":{"uv":[3.008,6.508,3.242,7.992],"texture":"#1"},"south":{"uv":[2.758,4.008,3.492,5.492],"texture":"#1"},"west":{"uv":[3.258,6.508,3.492,7.992],"texture":"#1"},"up":{"uv":[8.492,6.992,7.758,6.758],"texture":"#1"},"down":{"uv":[8.492,7.008,7.758,7.242],"texture":"#1"}}},{"from":[1.24625,6.95875,5.25875],"to":[2.75375,12.25375,10.55375],"rotation":{"angle":45,"axis":"x","origin":[1.25,6.9625,5.2625]},"faces":{"north":{"uv":[4.508,6.758,4.742,7.992],"texture":"#1"},"east":{"uv":[1.508,0.008,2.742,1.242],"texture":"#1"},"south":{"uv":[4.758,6.758,4.992,7.992],"texture":"#1"},"west":{"uv":[1.508,1.258,2.742,2.492],"texture":"#1"},"up":{"uv":[5.242,7.992,5.008,6.758],"texture":"#1"},"down":{"uv":[5.492,6.758,5.258,7.992],"texture":"#1"}}},{"from":[1.25,6.9625,6.7625],"to":[2.75,9.5875,8.2625],"rotation":{"angle":0,"axis":"z","origin":[1.25,6.9625,6.7625]},"faces":{"east":{"uv":[6.758,2.508,7.242,3.242],"texture":"#1"},"west":{"uv":[3.508,6.758,3.992,7.492],"texture":"#1"}}},{"from":[1.25,6.9625,5.2625],"to":[2.75,9.5875,6.7625],"rotation":{"angle":0,"axis":"z","origin":[1.25,6.9625,5.2625]},"faces":{"north":{"uv":[6.508,5.008,6.992,5.742],"texture":"#1"},"west":{"uv":[6.008,6.508,6.492,7.242],"texture":"#1"}}},{"from":[1.25,9.5875,5.2625],"to":[2.75,11.65,6.7625],"rotation":{"angle":-22.5,"axis":"z","origin":[1.25,9.5875,5.2625]},"faces":{"north":{"uv":[6.508,7.258,6.992,7.742],"texture":"#1"},"west":{"uv":[0.008,7.508,0.492,7.992],"texture":"#1"}}},{"from":[1.25,9.5875,6.7625],"to":[2.75,11.65,9.0125],"rotation":{"angle":-22.5,"axis":"z","origin":[1.25,9.5875,6.7625]},"faces":{"east":{"uv":[3.508,7.508,3.992,7.992],"texture":"#1"},"south":{"uv":[5.508,7.508,5.992,7.992],"texture":"#1"},"west":{"uv":[7.508,5.508,7.992,5.992],"texture":"#1"},"up":{"uv":[6.492,7.992,6.008,7.508],"texture":"#1"},"down":{"uv":[7.992,6.008,7.508,6.492],"texture":"#1"}}},{"from":[2.825,3.25,5.375],"to":[5.075,5.5,9.3125],"rotation":{"angle":-22.5,"axis":"y","origin":[2.825,-2,5.375]},"faces":{"north":{"uv":[2.258,7.508,2.742,7.992],"texture":"#1"},"east":{"uv":[5.758,4.508,6.742,4.992],"texture":"#1"},"south":{"uv":[7.508,2.508,7.992,2.992],"texture":"#1"},"west":{"uv":[5.508,6.008,6.492,6.492],"texture":"#1"},"up":{"uv":[1.492,6.742,1.008,5.758],"texture":"#1"},"down":{"uv":[2.992,6.508,2.508,7.492],"texture":"#1"}}},{"from":[2.975,1.6375,6.0125],"to":[3.725,3.7375,9.0125],"rotation":{"angle":-45,"axis":"x","origin":[2.975,2.3875,6.7625]},"faces":{"north":{"uv":[4.258,2.508,4.492,2.992],"texture":"#1"},"east":{"uv":[6.758,1.508,7.492,1.992],"texture":"#1"},"south":{"uv":[7.758,7.508,7.992,7.992],"texture":"#1"},"west":{"uv":[6.758,2.008,7.492,2.492],"texture":"#1"},"up":{"uv":[6.742,8.492,6.508,7.758],"texture":"#1"},"down":{"uv":[6.992,7.758,6.758,8.492],"texture":"#1"}}},{"from":[1.25,6.4,5.5625],"to":[2.9375,9.5875,7.0625],"rotation":{"angle":45,"axis":"y","origin":[1.25,6.9625,5.2625]},"faces":{"north":{"uv":[6.508,6.508,6.992,7.242],"texture":"#1"},"east":{"uv":[0.008,6.758,0.492,7.492],"texture":"#1"},"south":{"uv":[0.508,6.758,0.992,7.492],"texture":"#1"},"west":{"uv":[1.008,6.758,1.492,7.492],"texture":"#1"},"up":{"uv":[7.992,1.492,7.508,1.008],"texture":"#1"},"down":{"uv":[1.992,7.508,1.508,7.992],"texture":"#1"}}},{"from":[2.675,3.5125,5.2625],"to":[4.175,10.45,6.7625],"rotation":{"angle":0,"axis":"z","origin":[2.675,-0.05,5.2625]},"faces":{"north":{"uv":[3.508,5.008,3.992,6.742],"texture":"#1"},"east":{"uv":[4.008,5.008,4.492,6.742],"texture":"#1"},"south":{"uv":[4.508,5.008,4.992,6.742],"texture":"#1"}}},{"from":[2.675,7.5625,4.4375],"to":[6.425,11.5,6.1625],"rotation":{"angle":22.5,"axis":"x","origin":[4.175,10,4.4375]},"faces":{"north":{"uv":[3.508,4.008,4.492,4.992],"texture":"#1"},"east":{"uv":[2.508,5.508,2.992,6.492],"texture":"#1"},"south":{"uv":[0.008,4.258,0.992,5.242],"texture":"#1"},"west":{"uv":[3.008,5.508,3.492,6.492],"texture":"#1"},"up":{"uv":[6.492,5.492,5.508,5.008],"texture":"#1"},"down":{"uv":[6.492,5.508,5.508,5.992],"texture":"#1"}}},{"from":[7.0875,9.8125,3.5],"to":[11.3375,11.3125,5],"rotation":{"angle":-22.5,"axis":"z","origin":[11.3375,9.8125,3.5]},"faces":{"north":{"uv":[6.492,7.258,5.508,7.492],"texture":"#1"},"east":{"uv":[8.242,7.258,7.758,7.492],"texture":"#1"},"south":{"uv":[8.242,6.508,7.258,6.742],"texture":"#1"},"west":{"uv":[7.742,7.758,7.258,7.992],"texture":"#1"},"up":{"uv":[5.758,3.992,6.742,3.508],"texture":"#1"},"down":{"uv":[5.758,4.008,6.742,4.492],"texture":"#1"}}},{"from":[7.5125,9.25,5],"to":[14,11.5,6.7625],"rotation":{"angle":-22.5,"axis":"z","origin":[14,11.5,5]},"faces":{"north":{"uv":[1.492,5.258,0.008,5.742],"texture":"#1"},"east":{"uv":[2.492,7.008,2.008,7.492],"texture":"#1"},"south":{"uv":[6.742,1.508,5.258,1.992],"texture":"#1"},"west":{"uv":[7.492,1.008,7.008,1.492],"texture":"#1"},"up":{"uv":[5.258,2.492,6.742,2.008],"texture":"#1"},"down":{"uv":[5.508,0.008,6.992,0.492],"texture":"#1"}}},{"from":[9.68375,7.18375,3.49625],"to":[13.44125,10.94125,5.00375],"rotation":{"angle":22.5,"axis":"z","origin":[11.9375,7.1875,3.5]},"faces":{"north":{"uv":[1.992,4.258,1.008,5.242],"texture":"#1"},"east":{"uv":[7.492,2.508,7.258,3.492],"texture":"#1"},"south":{"uv":[5.492,2.508,4.508,3.492],"texture":"#1"},"west":{"uv":[7.242,6.508,7.008,7.492],"texture":"#1"},"up":{"uv":[7.258,3.742,8.242,3.508],"texture":"#1"},"down":{"uv":[7.258,3.758,8.242,3.992],"texture":"#1"}}},{"from":[9.575,3.25,4.1],"to":[13.325,7.8625,5.6],"rotation":{"angle":-22.5,"axis":"x","origin":[11.825,6.3625,4.1]},"faces":{"north":{"uv":[0.992,3.008,0.008,4.242],"texture":"#1"},"east":{"uv":[4.492,6.758,4.258,7.992],"texture":"#1"},"south":{"uv":[1.992,3.008,1.008,4.242],"texture":"#1"},"west":{"uv":[4.242,6.758,4.008,7.992],"texture":"#1"},"down":{"uv":[7.008,5.258,7.992,5.492],"texture":"#1"}}},{"from":[10.32125,1.25875,5.25875],"to":[13.32875,7.26625,6.76625],"rotation":{"angle":-22.5,"axis":"z","origin":[13.325,3.5125,5.2625]},"faces":{"north":{"uv":[2.742,4.008,2.008,5.492],"texture":"#1"},"east":{"uv":[3.492,6.508,3.258,7.992],"texture":"#1"},"south":{"uv":[3.492,4.008,2.758,5.492],"texture":"#1"},"west":{"uv":[3.242,6.508,3.008,7.992],"texture":"#1"},"up":{"uv":[7.758,6.992,8.492,6.758],"texture":"#1"},"down":{"uv":[7.758,7.008,8.492,7.242],"texture":"#1"}}},{"from":[13.24625,6.95875,5.25875],"to":[14.75375,12.25375,10.55375],"rotation":{"angle":45,"axis":"x","origin":[14.75,6.9625,5.2625]},"faces":{"north":{"uv":[4.742,6.758,4.508,7.992],"texture":"#1"},"east":{"uv":[2.742,1.258,1.508,2.492],"texture":"#1"},"south":{"uv":[4.992,6.758,4.758,7.992],"texture":"#1"},"west":{"uv":[2.742,0.008,1.508,1.242],"texture":"#1"},"up":{"uv":[5.008,7.992,5.242,6.758],"texture":"#1"},"down":{"uv":[5.258,6.758,5.492,7.992],"texture":"#1"}}},{"from":[13.25,6.9625,6.7625],"to":[14.75,9.5875,8.2625],"rotation":{"angle":0,"axis":"z","origin":[14.75,6.9625,6.7625]},"faces":{"east":{"uv":[3.992,6.758,3.508,7.492],"texture":"#1"},"west":{"uv":[7.242,2.508,6.758,3.242],"texture":"#1"}}},{"from":[13.25,6.9625,5.2625],"to":[14.75,9.5875,6.7625],"rotation":{"angle":0,"axis":"z","origin":[14.75,6.9625,5.2625]},"faces":{"north":{"uv":[6.992,5.008,6.508,5.742],"texture":"#1"},"east":{"uv":[6.492,6.508,6.008,7.242],"texture":"#1"}}},{"from":[13.25,9.5875,5.2625],"to":[14.75,11.65,6.7625],"rotation":{"angle":22.5,"axis":"z","origin":[14.75,9.5875,5.2625]},"faces":{"north":{"uv":[6.992,7.258,6.508,7.742],"texture":"#1"},"east":{"uv":[0.492,7.508,0.008,7.992],"texture":"#1"}}},{"from":[10.925,3.25,5.375],"to":[13.175,5.5,9.3125],"rotation":{"angle":22.5,"axis":"y","origin":[13.175,-2,5.375]},"faces":{"north":{"uv":[2.742,7.508,2.258,7.992],"texture":"#1"},"east":{"uv":[6.492,6.008,5.508,6.492],"texture":"#1"},"south":{"uv":[7.992,2.508,7.508,2.992],"texture":"#1"},"west":{"uv":[6.742,4.508,5.758,4.992],"texture":"#1"},"up":{"uv":[1.008,6.742,1.492,5.758],"texture":"#1"},"down":{"uv":[2.508,6.508,2.992,7.492],"texture":"#1"}}},{"from":[12.275,1.6375,6.0125],"to":[13.025,3.7375,9.0125],"rotation":{"angle":-45,"axis":"x","origin":[13.025,2.3875,6.7625]},"faces":{"north":{"uv":[4.492,2.508,4.258,2.992],"texture":"#1"},"east":{"uv":[7.492,2.008,6.758,2.492],"texture":"#1"},"south":{"uv":[7.992,7.508,7.758,7.992],"texture":"#1"},"west":{"uv":[7.492,1.508,6.758,1.992],"texture":"#1"},"up":{"uv":[6.508,8.492,6.742,7.758],"texture":"#1"},"down":{"uv":[6.758,7.758,6.992,8.492],"texture":"#1"}}},{"from":[13.0625,6.4,5.5625],"to":[14.75,9.5875,7.0625],"rotation":{"angle":-45,"axis":"y","origin":[14.75,6.9625,5.2625]},"faces":{"north":{"uv":[6.992,6.508,6.508,7.242],"texture":"#1"},"east":{"uv":[1.492,6.758,1.008,7.492],"texture":"#1"},"south":{"uv":[0.992,6.758,0.508,7.492],"texture":"#1"},"west":{"uv":[0.492,6.758,0.008,7.492],"texture":"#1"},"up":{"uv":[7.508,1.492,7.992,1.008],"texture":"#1"},"down":{"uv":[1.508,7.508,1.992,7.992],"texture":"#1"}}},{"from":[11.825,3.5125,5.2625],"to":[13.325,10.45,6.7625],"rotation":{"angle":0,"axis":"z","origin":[13.325,-0.05,5.2625]},"faces":{"north":{"uv":[3.992,5.008,3.508,6.742],"texture":"#1"},"south":{"uv":[4.992,5.008,4.508,6.742],"texture":"#1"},"west":{"uv":[4.492,5.008,4.008,6.742],"texture":"#1"}}},{"from":[9.575,7.5625,4.4375],"to":[13.325,11.5,6.1625],"rotation":{"angle":22.5,"axis":"x","origin":[11.825,10,4.4375]},"faces":{"north":{"uv":[4.492,4.008,3.508,4.992],"texture":"#1"},"east":{"uv":[3.492,5.508,3.008,6.492],"texture":"#1"},"south":{"uv":[0.992,4.258,0.008,5.242],"texture":"#1"},"west":{"uv":[2.992,5.508,2.508,6.492],"texture":"#1"},"up":{"uv":[5.508,5.492,6.492,5.008],"texture":"#1"},"down":{"uv":[5.508,5.508,6.492,5.992],"texture":"#1"}}},{"from":[13.25,9.5875,6.7625],"to":[14.75,11.65,9.0125],"rotation":{"angle":22.5,"axis":"z","origin":[14.75,9.5875,6.7625]},"faces":{"east":{"uv":[7.992,5.508,7.508,5.992],"texture":"#1"},"south":{"uv":[5.992,7.508,5.508,7.992],"texture":"#1"},"west":{"uv":[3.992,7.508,3.508,7.992],"texture":"#1"},"up":{"uv":[6.008,7.992,6.492,7.508],"texture":"#1"},"down":{"uv":[7.508,6.008,7.992,6.492],"texture":"#1"}}}],"display":{"head":{"translation":[0,-6.75,-5],"scale":[1.1,1,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/beret.json b/assets/minecraft/models/item/wynn/skin/hat/beret.json new file mode 100644 index 000000000..a954ccc58 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/beret.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/beret","1":"skins/bandana","particle":"skins/beret"},"elements":[{"from":[1.85,1.75,2],"to":[13.85,3.75,14],"rotation":{"angle":-22.5,"axis":"z","origin":[8.85,2.75,8]},"faces":{"north":{"uv":[0,0,12,2],"texture":"#0"},"east":{"uv":[0,0,12,2],"texture":"#0"},"south":{"uv":[0,0,12,2],"texture":"#0"},"west":{"uv":[0,0,12,2],"texture":"#0"},"up":{"uv":[0,0,12,12],"texture":"#0"},"down":{"uv":[0,0,12,12],"texture":"#0"}}},{"from":[3.85,2.75,3],"to":[12.85,4.75,13],"rotation":{"angle":-22.5,"axis":"z","origin":[8.85,2.75,8]},"faces":{"north":{"uv":[1.5,1,10.5,3],"texture":"#0"},"east":{"uv":[1.5,1,11.5,3],"texture":"#0"},"south":{"uv":[1.5,1,10.5,3],"texture":"#0"},"west":{"uv":[1.5,1,11.5,3],"texture":"#0"},"up":{"uv":[1.5,1,10.5,11],"texture":"#0"},"down":{"uv":[1.5,1,10.5,11],"texture":"#0"}}},{"from":[6.85,3.75,7],"to":[8.85,5.75,9],"rotation":{"angle":-22.5,"axis":"z","origin":[8.85,2.75,8]},"faces":{"north":{"uv":[0,0,2,2],"texture":"#0"},"east":{"uv":[0,0,2,2],"texture":"#0"},"south":{"uv":[0,0,2,2],"texture":"#0"},"west":{"uv":[0,0,2,2],"texture":"#0"},"up":{"uv":[0,0,2,2],"texture":"#0"},"down":{"uv":[0,0,2,2],"texture":"#0"}}},{"from":[2.01,1.01,3.01],"to":[11.99,3.99,12.99],"rotation":{"angle":-22.5,"axis":"z","origin":[6.9375,2.1,8]},"faces":{"north":{"uv":[2,0,12,3],"texture":"#0"},"east":{"uv":[0,1.5,3,11.5],"rotation":90,"texture":"#0"},"south":{"uv":[2,0,12,3],"texture":"#0"},"west":{"uv":[0,1.5,3,11.5],"rotation":90,"texture":"#0"},"up":{"uv":[1,1,11,11],"texture":"#0"},"down":{"uv":[1,1,11,11],"texture":"#0"}}},{"from":[1.76,1.21,2.76],"to":[12.24,2.19,13.24],"rotation":{"angle":-22.5,"axis":"z","origin":[6.9375,2.1,8]},"faces":{"north":{"uv":[2,0,12.5,1],"texture":"#1"},"east":{"uv":[0,1.5,1,12],"rotation":90,"texture":"#1"},"south":{"uv":[2,0,12.5,1],"texture":"#1"},"west":{"uv":[0,1.5,1,12],"rotation":90,"texture":"#1"},"up":{"uv":[2,0,12.5,10.5],"texture":"#1"},"down":{"uv":[2,1,12.5,11.5],"texture":"#1"}}}],"display":{"head":{"rotation":[0,0,10],"translation":[0,14,0],"scale":[1.48,1.48,1.48]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/big_catch.json b/assets/minecraft/models/item/wynn/skin/hat/big_catch.json new file mode 100644 index 000000000..88a84d7a6 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/big_catch.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/big_catch","particle":"skins/big_catch"},"elements":[{"from":[3,0,3],"to":[13,10,13],"rotation":{"angle":0,"axis":"y","origin":[0,0,-1]},"faces":{"north":{"uv":[0,0,5,5],"texture":"#0"},"east":{"uv":[10,0,5,5],"texture":"#0"},"south":{"uv":[10,0,15,5],"texture":"#0"},"west":{"uv":[5,0,10,5],"texture":"#0"},"up":{"uv":[0,5,5,10],"texture":"#0"},"down":{"uv":[5,5,10,10],"texture":"#0"}}},{"from":[13,0,3],"to":[3,10,13],"rotation":{"angle":0,"axis":"y","origin":[0,0,-1]},"faces":{"north":{"uv":[0,0,5,5],"texture":"#0"},"east":{"uv":[10,0,5,5],"texture":"#0"},"south":{"uv":[10,0,15,5],"texture":"#0"},"west":{"uv":[5,0,10,5],"texture":"#0"},"up":{"uv":[0,5,5,10],"texture":"#0"},"down":{"uv":[5,5,10,10],"texture":"#0"}}},{"from":[6.5,2,13],"to":[9.5,8,17],"rotation":{"angle":22.5,"axis":"x","origin":[8,9,13]},"faces":{"east":{"uv":[1.5,10,3.5,13],"texture":"#0"},"south":{"uv":[3.5,10,5,13],"texture":"#0"},"west":{"uv":[1.5,10,3.5,13],"texture":"#0"},"up":{"uv":[5,10,6.5,12],"texture":"#0"},"down":{"uv":[5,12,6.5,10],"texture":"#0"}}},{"from":[8,1,15],"to":[8.01,12,19],"rotation":{"angle":0,"axis":"x","origin":[8,9,13]},"faces":{"east":{"uv":[8,10,10,15.5],"texture":"#0"},"west":{"uv":[10,10,8,15.5],"texture":"#0"}}},{"from":[8,10,4],"to":[8.01,16,12],"rotation":{"angle":22.5,"axis":"x","origin":[8,10,4]},"faces":{"east":{"uv":[14,5,10,8],"texture":"#0"},"west":{"uv":[10,5,14,8],"texture":"#0"}}},{"from":[3,-2,8],"to":[3.01,3,11],"rotation":{"angle":-22.5,"axis":"z","origin":[3,3,10]},"faces":{"east":{"uv":[1.5,11.5,0,14],"texture":"#0"},"west":{"uv":[0,11.5,1.5,14],"texture":"#0"}}},{"from":[13,-2,8],"to":[13.01,3,11],"rotation":{"angle":22.5,"axis":"z","origin":[13,3,10]},"faces":{"east":{"uv":[1.5,11.5,0,14],"texture":"#0"},"west":{"uv":[0,11.5,1.5,14],"texture":"#0"}}},{"from":[13,2,3],"to":[14,5,6],"faces":{"north":{"uv":[0,10,0.5,11.5],"texture":"#0"},"east":{"uv":[1.5,10,0,11.5],"texture":"#0"},"south":{"uv":[1,10,1.5,11.5],"texture":"#0"},"up":{"uv":[0,11,1.5,11.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,11,1.5,11.5],"rotation":90,"texture":"#0"}}},{"from":[2,2,3],"to":[3,5,6],"rotation":{"angle":0,"axis":"y","origin":[0,-1,0]},"faces":{"north":{"uv":[0,10,0.5,11.5],"texture":"#0"},"south":{"uv":[1,10,1.5,11.5],"texture":"#0"},"west":{"uv":[0,10,1.5,11.5],"texture":"#0"},"up":{"uv":[0,11,1.5,11.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,11,1.5,11.5],"rotation":90,"texture":"#0"}}}],"display":{"head":{"rotation":[5,0,0],"translation":[0,5,0],"scale":[1.7,1.7,1.7]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/bird_nest.json b/assets/minecraft/models/item/wynn/skin/hat/bird_nest.json new file mode 100644 index 000000000..12cb2ec59 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/bird_nest.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/bird_nest","particle":"skins/bird_nest"},"elements":[{"from":[1,1,4],"to":[15,7,4.01],"rotation":{"angle":-22.5,"axis":"x","origin":[8,1,4]},"faces":{"north":{"uv":[14,6,0,0],"rotation":180,"texture":"#0"},"south":{"uv":[14,0,0,6],"texture":"#0"}}},{"from":[1,0,0],"to":[15,0.01,6],"rotation":{"angle":22.5,"axis":"x","origin":[4,0,6]},"faces":{"up":{"uv":[0,0,14,6],"texture":"#0"},"down":{"uv":[0,6,14,0],"texture":"#0"}}},{"from":[11.99,1,1],"to":[12,7,15],"rotation":{"angle":-22.5,"axis":"z","origin":[12,1,8]},"faces":{"east":{"uv":[0,6,14,0],"rotation":180,"texture":"#0"},"west":{"uv":[0,0,14,6],"texture":"#0"}}},{"from":[10,0,1],"to":[16,0.01,15],"rotation":{"angle":22.5,"axis":"z","origin":[10,0,8]},"faces":{"up":{"uv":[14,0,0,6],"rotation":90,"texture":"#0"},"down":{"uv":[14,6,0,0],"rotation":270,"texture":"#0"}}},{"from":[3.99,1,1],"to":[4,7,15],"rotation":{"angle":22.5,"axis":"z","origin":[4,1,8]},"faces":{"east":{"uv":[14,6,0,0],"rotation":180,"texture":"#0"},"west":{"uv":[14,0,0,6],"texture":"#0"}}},{"from":[0,-0.01,1],"to":[6,0,15],"rotation":{"angle":-22.5,"axis":"z","origin":[6,0,10]},"faces":{"up":{"uv":[0,6,14,0],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,14,6],"rotation":270,"texture":"#0"}}},{"from":[1,1,12],"to":[15,7,12.01],"rotation":{"angle":22.5,"axis":"x","origin":[8,1,12]},"faces":{"north":{"uv":[0,6,14,0],"rotation":180,"texture":"#0"},"south":{"uv":[0,0,14,6],"texture":"#0"}}},{"from":[1,-0.01,10],"to":[15,0,16],"rotation":{"angle":-22.5,"axis":"x","origin":[8,0,10]},"faces":{"up":{"uv":[14,6,0,0],"texture":"#0"},"down":{"uv":[14,0,0,6],"texture":"#0"}}},{"from":[3,2,4],"to":[7,9,8],"rotation":{"angle":-22.5,"axis":"z","origin":[6,2,6]},"faces":{"north":{"uv":[4,9,0,16],"texture":"#0"},"east":{"uv":[4,9,0,16],"texture":"#0"},"south":{"uv":[4,9,0,16],"texture":"#0"},"west":{"uv":[4,9,0,16],"texture":"#0"},"up":{"uv":[4,8,8,12],"texture":"#0"},"down":{"uv":[4,12,8,16],"texture":"#0"}}},{"from":[7,2,8],"to":[11,7,12],"faces":{"north":{"uv":[0,10,4,15],"texture":"#0"},"east":{"uv":[0,10,4,15],"texture":"#0"},"south":{"uv":[0,10,4,15],"texture":"#0"},"west":{"uv":[0,10,4,15],"texture":"#0"},"up":{"uv":[8,12,4,8],"texture":"#0"},"down":{"uv":[4,12,8,16],"texture":"#0"}}},{"from":[9,2,5],"to":[12,6,8],"faces":{"north":{"uv":[8,12,11,16],"texture":"#0"},"east":{"uv":[8,12,11,16],"texture":"#0"},"south":{"uv":[8,12,11,16],"texture":"#0"},"west":{"uv":[8,12,11,16],"texture":"#0"},"up":{"uv":[11,10,14,13],"texture":"#0"},"down":{"uv":[11,13,14,16],"texture":"#0"}}},{"from":[5,2,9],"to":[7,5,11],"faces":{"north":{"uv":[14,13,16,16],"texture":"#0"},"east":{"uv":[14,13,16,16],"texture":"#0"},"south":{"uv":[14,13,16,16],"texture":"#0"},"west":{"uv":[14,13,16,16],"texture":"#0"},"up":{"uv":[14,9,16,11],"texture":"#0"},"down":{"uv":[14,11,16,13],"texture":"#0"}}}],"display":{"head":{"translation":[0,16,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/black_cat_ears.json b/assets/minecraft/models/item/wynn/skin/hat/black_cat_ears.json new file mode 100644 index 000000000..90de5ad57 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/black_cat_ears.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/black_cat","particle":"skins/black_cat"},"elements":[{"from":[14.07341,2.36594,8],"to":[15.07341,4.36594,9],"rotation":{"angle":22.5,"axis":"z","origin":[12.97409,2.13689,8.25007]},"faces":{"north":{"uv":[11,14,15,16],"rotation":270,"texture":"#0"},"east":{"uv":[11,0,15,2],"rotation":270,"texture":"#0"},"south":{"uv":[10,0,14,2],"rotation":270,"texture":"#0"},"west":{"uv":[1,14,5,16],"rotation":90,"texture":"#0"},"up":{"uv":[14,0,16,2],"rotation":180,"texture":"#0"},"down":{"uv":[1,0,3,2],"texture":"#0"}}},{"from":[12.58341,3.37594,8.01],"to":[14.07341,4.36594,9],"rotation":{"angle":22.5,"axis":"z","origin":[12.97409,2.13689,8.25007]},"faces":{"north":{"uv":[16,13,13,15],"rotation":180,"texture":"#0"},"east":{"uv":[13,13,10,15],"rotation":180,"texture":"#0"},"south":{"uv":[10,3,7,5],"rotation":180,"texture":"#0"},"west":{"uv":[13,13,10,15],"rotation":180,"texture":"#0"},"up":{"uv":[9,4,6,6],"rotation":180,"texture":"#0"},"down":{"uv":[13,13,10,15],"rotation":180,"texture":"#0"}}},{"from":[8.96346,3.3523,8.005],"to":[13.46346,4.3523,9.005],"rotation":{"angle":45,"axis":"z","origin":[12.97409,2.13689,8.25007]},"faces":{"north":{"uv":[7,13,14,15],"rotation":180,"texture":"#0"},"east":{"uv":[2,0,9,2],"texture":"#0"},"south":{"uv":[9,0,2,2],"rotation":180,"texture":"#0"},"west":{"uv":[2,0,4,2],"texture":"#0"},"up":{"uv":[2,0,9,2],"texture":"#0"},"down":{"uv":[16,13,9,15],"rotation":180,"texture":"#0"}}},{"from":[13.74725,2.74092,8.499],"to":[14.79925,3.79292,9.501],"rotation":{"angle":22.5,"axis":"z","origin":[12.97409,2.13689,8.25007]},"faces":{"north":{"uv":[14,13,16.1,15.1],"rotation":90,"texture":"#0"},"east":{"uv":[10,3,12,5],"rotation":180,"texture":"#0"},"south":{"uv":[10,3,12,5],"rotation":180,"texture":"#0"},"west":{"uv":[10,3,12,5],"rotation":180,"texture":"#0"},"up":{"uv":[10,3,12,5],"rotation":180,"texture":"#0"},"down":{"uv":[10,3,12,5],"rotation":180,"texture":"#0"}}},{"from":[14.33095,0.15687,7.005],"to":[15.32095,4.14687,7.995],"rotation":{"angle":0,"axis":"z","origin":[12.97409,2.13689,8.25007]},"faces":{"north":{"uv":[3,1,11,3],"rotation":270,"texture":"#0"},"east":{"uv":[2,0,10,2],"rotation":270,"texture":"#0"},"south":{"uv":[1,1,9,3],"rotation":270,"texture":"#0"},"west":{"uv":[3,1,11,3],"rotation":270,"texture":"#0"},"up":{"uv":[3,1,11,3],"rotation":270,"texture":"#0"},"down":{"uv":[3,1,11,3],"rotation":270,"texture":"#0"}}},{"from":[13.83095,0.15687,8.005],"to":[14.82095,3.14687,8.995],"rotation":{"angle":0,"axis":"z","origin":[12.97409,2.13689,8.25007]},"faces":{"north":{"uv":[3,13,9,15],"rotation":90,"texture":"#0"},"east":{"uv":[4,0,10,2],"rotation":270,"texture":"#0"},"south":{"uv":[3,2,9,4],"rotation":270,"texture":"#0"},"west":{"uv":[1,14,7,16],"rotation":90,"texture":"#0"},"up":{"uv":[1,0,3,2],"texture":"#0"},"down":{"uv":[1,0,3,2],"texture":"#0"}}},{"from":[14.90655,-1.79702,7],"to":[15.90655,1.20298,8],"rotation":{"angle":-22.5,"axis":"z","origin":[12.97409,2.13689,8.25007]},"faces":{"north":{"uv":[0,1,4,3],"rotation":270,"texture":"#0"},"east":{"uv":[0,1,4,3],"rotation":270,"texture":"#0"},"south":{"uv":[0,0,4,2],"rotation":270,"texture":"#0"},"west":{"uv":[0,1,4,3],"rotation":270,"texture":"#0"},"up":{"uv":[0,1,4,3],"rotation":270,"texture":"#0"},"down":{"uv":[0,1,4,3],"rotation":270,"texture":"#0"}}},{"from":[14.44461,-0.73836,8],"to":[15.44461,1.01164,9],"rotation":{"angle":-22.5,"axis":"z","origin":[12.97409,2.13689,8.25007]},"faces":{"north":{"uv":[3,13,6.5,15],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,4,2],"rotation":270,"texture":"#0"},"south":{"uv":[3,0,7,2],"rotation":270,"texture":"#0"},"west":{"uv":[1,14,4.5,16],"rotation":90,"texture":"#0"},"up":{"uv":[1,0,3,2],"texture":"#0"},"down":{"uv":[1,0,3,2],"texture":"#0"}}},{"from":[14.91803,3.09848,7],"to":[15.91803,5.09848,8],"rotation":{"angle":22.5,"axis":"z","origin":[12.97409,2.13689,8.25007]},"faces":{"north":{"uv":[12,6,16,8],"rotation":270,"texture":"#0"},"east":{"uv":[10,7,14,9],"rotation":270,"texture":"#0"},"south":{"uv":[10,3,14,5],"rotation":270,"texture":"#0"},"west":{"uv":[9,0,13,2],"rotation":270,"texture":"#0"},"up":{"uv":[10,0,12,2],"rotation":270,"texture":"#0"},"down":{"uv":[9,0,11,2],"rotation":270,"texture":"#0"}}},{"from":[11.92803,4.10848,7],"to":[14.91803,5.09848,7.99],"rotation":{"angle":22.5,"axis":"z","origin":[12.97409,2.13689,8.25007]},"faces":{"north":{"uv":[8,2,14,4],"rotation":180,"texture":"#0"},"east":{"uv":[4,1,10,3],"texture":"#0"},"south":{"uv":[8,8,14,10],"texture":"#0"},"west":{"uv":[4,1,10,3],"texture":"#0"},"up":{"uv":[10,5,16,3],"texture":"#0"},"down":{"uv":[4,1,10,3],"texture":"#0"}}},{"from":[8.8883,4.27987,6.995],"to":[13.1383,5.27987,7.995],"rotation":{"angle":45,"axis":"z","origin":[12.97409,2.13689,8.25007]},"faces":{"north":{"uv":[0,2,8.5,4],"rotation":180,"texture":"#0"},"east":{"uv":[0,2,7,4],"texture":"#0"},"south":{"uv":[0,6,8.5,8],"texture":"#0"},"west":{"uv":[0,2,7,4],"texture":"#0"},"up":{"uv":[0,2,8.5,4],"texture":"#0"},"down":{"uv":[0,2,7,4],"texture":"#0"}}},{"from":[12.35122,-0.64543,8.5],"to":[13.85122,3.85457,9.5],"rotation":{"angle":-22.5,"axis":"z","origin":[12.97409,2.13689,8.25007]},"faces":{"north":{"uv":[16,12,7,15],"rotation":90,"texture":"#0"},"east":{"uv":[1,0,10,2],"rotation":270,"texture":"#0"},"south":{"uv":[1,3,10,6],"rotation":270,"texture":"#0"},"west":{"uv":[1,2,10,4],"rotation":270,"texture":"#0"},"up":{"uv":[1.5,0,4.5,2],"texture":"#0"},"down":{"uv":[1.5,0,4.5,2],"texture":"#0"}}},{"from":[9.33213,1.88099,8.511],"to":[14.31213,3.36099,9.491],"rotation":{"angle":45,"axis":"z","origin":[12.97409,2.13689,8.25007]},"faces":{"north":{"uv":[18,12,7,15],"texture":"#0"},"east":{"uv":[1.5,0,4.5,2],"rotation":90,"texture":"#0"},"south":{"uv":[1,3,12,6],"texture":"#0"},"west":{"uv":[1.5,0,4.5,2],"rotation":90,"texture":"#0"},"up":{"uv":[1,2,12,4],"texture":"#0"},"down":{"uv":[1,0,12,2],"texture":"#0"}}},{"from":[9.09122,-1.40543,6.99],"to":[15.61122,-0.38543,8.51],"rotation":{"angle":-22.5,"axis":"z","origin":[12.97409,2.13689,8.25007]},"faces":{"north":{"uv":[0,9,2,0],"rotation":90,"texture":"#0"},"east":{"uv":[0,3,2,0],"rotation":90,"texture":"#0"},"south":{"uv":[0,9,2,0],"rotation":90,"texture":"#0"},"west":{"uv":[0,3,2,0],"rotation":90,"texture":"#0"},"up":{"uv":[0,9,3,0],"rotation":90,"texture":"#0"},"down":{"uv":[0,9,3,0],"rotation":90,"texture":"#0"}}},{"from":[12.73551,-1.42059,8.502],"to":[14.23151,3.07541,9.498],"rotation":{"angle":0,"axis":"z","origin":[12.97409,2.13689,8.25007]},"faces":{"north":{"uv":[1,13,10,16],"rotation":270,"texture":"#0"},"east":{"uv":[1,0,10,2],"rotation":270,"texture":"#0"},"south":{"uv":[0,1,9,4],"rotation":270,"texture":"#0"},"west":{"uv":[1,0,3,9],"texture":"#0"},"up":{"uv":[1.5,0,4.5,2],"texture":"#0"},"down":{"uv":[1.5,0,4.5,2],"texture":"#0"}}},{"from":[0.67905,0.15687,7.005],"to":[1.66905,4.14687,7.995],"rotation":{"angle":0,"axis":"z","origin":[3.02591,2.13689,8.25007]},"faces":{"north":{"uv":[3,3,11,1],"rotation":270,"texture":"#0"},"east":{"uv":[3,3,11,1],"rotation":270,"texture":"#0"},"south":{"uv":[1,3,9,1],"rotation":270,"texture":"#0"},"west":{"uv":[2,2,10,0],"rotation":270,"texture":"#0"},"up":{"uv":[3,3,11,1],"rotation":270,"texture":"#0"},"down":{"uv":[3,3,11,1],"rotation":270,"texture":"#0"}}},{"from":[1.17905,0.15687,8.005],"to":[2.16905,3.14687,8.995],"rotation":{"angle":0,"axis":"z","origin":[3.02591,2.13689,8.25007]},"faces":{"north":{"uv":[3,15,9,13],"rotation":90,"texture":"#0"},"east":{"uv":[1,16,7,14],"rotation":90,"texture":"#0"},"south":{"uv":[3,4,9,2],"rotation":270,"texture":"#0"},"west":{"uv":[4,2,10,0],"rotation":270,"texture":"#0"},"up":{"uv":[3,0,1,2],"texture":"#0"},"down":{"uv":[3,0,1,2],"texture":"#0"}}},{"from":[0.09345,-1.79702,7],"to":[1.09345,1.20298,8],"rotation":{"angle":22.5,"axis":"z","origin":[3.02591,2.13689,8.25007]},"faces":{"north":{"uv":[0,3,4,1],"rotation":270,"texture":"#0"},"east":{"uv":[0,3,4,1],"rotation":270,"texture":"#0"},"south":{"uv":[0,2,4,0],"rotation":270,"texture":"#0"},"west":{"uv":[0,3,4,1],"rotation":270,"texture":"#0"},"up":{"uv":[0,3,4,1],"rotation":270,"texture":"#0"},"down":{"uv":[0,3,4,1],"rotation":270,"texture":"#0"}}},{"from":[0.55539,-0.73836,8],"to":[1.55539,1.01164,9],"rotation":{"angle":22.5,"axis":"z","origin":[3.02591,2.13689,8.25007]},"faces":{"north":{"uv":[3,15,6.5,13],"rotation":90,"texture":"#0"},"east":{"uv":[1,16,4.5,14],"rotation":90,"texture":"#0"},"south":{"uv":[3,2,7,0],"rotation":270,"texture":"#0"},"west":{"uv":[0,2,4,0],"rotation":270,"texture":"#0"},"up":{"uv":[3,0,1,2],"texture":"#0"},"down":{"uv":[3,0,1,2],"texture":"#0"}}},{"from":[0.08197,3.09848,7],"to":[1.08197,5.09848,8],"rotation":{"angle":-22.5,"axis":"z","origin":[3.02591,2.13689,8.25007]},"faces":{"north":{"uv":[12,8,16,6],"rotation":270,"texture":"#0"},"east":{"uv":[9,2,13,0],"rotation":270,"texture":"#0"},"south":{"uv":[10,5,14,3],"rotation":270,"texture":"#0"},"west":{"uv":[10,9,14,7],"rotation":270,"texture":"#0"},"up":{"uv":[10,2,12,0],"rotation":270,"texture":"#0"},"down":{"uv":[9,2,11,0],"rotation":270,"texture":"#0"}}},{"from":[1.08197,4.10848,7],"to":[4.07197,5.09848,7.99],"rotation":{"angle":-22.5,"axis":"z","origin":[3.02591,2.13689,8.25007]},"faces":{"north":{"uv":[14,2,8,4],"rotation":180,"texture":"#0"},"east":{"uv":[10,1,4,3],"texture":"#0"},"south":{"uv":[14,8,8,10],"texture":"#0"},"west":{"uv":[10,1,4,3],"texture":"#0"},"up":{"uv":[16,5,10,3],"texture":"#0"},"down":{"uv":[10,1,4,3],"texture":"#0"}}},{"from":[2.8617,4.27987,6.995],"to":[7.1117,5.27987,7.995],"rotation":{"angle":-45,"axis":"z","origin":[3.02591,2.13689,8.25007]},"faces":{"north":{"uv":[8.5,2,0,4],"rotation":180,"texture":"#0"},"east":{"uv":[7,2,0,4],"texture":"#0"},"south":{"uv":[8.5,6,0,8],"texture":"#0"},"west":{"uv":[7,2,0,4],"texture":"#0"},"up":{"uv":[8.5,2,0,4],"texture":"#0"},"down":{"uv":[7,2,0,4],"texture":"#0"}}},{"from":[0.12878,-1.41543,6.98],"to":[7.91878,-0.37543,8.52],"rotation":{"angle":22.5,"axis":"z","origin":[3.02591,2.13689,8.25007]},"faces":{"north":{"uv":[0,0,2,9],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,2,3],"rotation":90,"texture":"#0"},"south":{"uv":[0,0,2,9],"rotation":90,"texture":"#0"},"west":{"uv":[0,0,2,3],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,3,9],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,3,9],"rotation":90,"texture":"#0"}}},{"from":[0.92659,2.36594,8],"to":[1.92659,4.36594,9],"rotation":{"angle":-22.5,"axis":"z","origin":[3.02591,2.13689,8.25007]},"faces":{"north":{"uv":[11,16,15,14],"rotation":270,"texture":"#0"},"east":{"uv":[1,16,5,14],"rotation":90,"texture":"#0"},"south":{"uv":[10,2,14,0],"rotation":270,"texture":"#0"},"west":{"uv":[11,2,15,0],"rotation":270,"texture":"#0"},"up":{"uv":[16,0,14,2],"rotation":180,"texture":"#0"},"down":{"uv":[3,0,1,2],"texture":"#0"}}},{"from":[1.92659,3.37594,8.01],"to":[3.41659,4.36594,9],"rotation":{"angle":-22.5,"axis":"z","origin":[3.02591,2.13689,8.25007]},"faces":{"north":{"uv":[13,13,16,15],"rotation":180,"texture":"#0"},"east":{"uv":[10,13,13,15],"rotation":180,"texture":"#0"},"south":{"uv":[7,3,10,5],"rotation":180,"texture":"#0"},"west":{"uv":[10,13,13,15],"rotation":180,"texture":"#0"},"up":{"uv":[6,4,9,6],"rotation":180,"texture":"#0"},"down":{"uv":[10,13,13,15],"rotation":180,"texture":"#0"}}},{"from":[2.53654,3.3523,8.005],"to":[7.03654,4.3523,9.005],"rotation":{"angle":-45,"axis":"z","origin":[3.02591,2.13689,8.25007]},"faces":{"north":{"uv":[14,13,7,15],"rotation":180,"texture":"#0"},"east":{"uv":[4,0,2,2],"texture":"#0"},"south":{"uv":[2,0,9,2],"rotation":180,"texture":"#0"},"west":{"uv":[9,0,2,2],"texture":"#0"},"up":{"uv":[9,0,2,2],"texture":"#0"},"down":{"uv":[9,13,16,15],"rotation":180,"texture":"#0"}}},{"from":[2.14878,-0.64543,8.5],"to":[3.64878,3.85457,9.5],"rotation":{"angle":22.5,"axis":"z","origin":[3.02591,2.13689,8.25007]},"faces":{"north":{"uv":[16,15,7,12],"rotation":90,"texture":"#0"},"east":{"uv":[1,4,10,2],"rotation":270,"texture":"#0"},"south":{"uv":[1,6,10,3],"rotation":270,"texture":"#0"},"west":{"uv":[1,2,10,0],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,0,1.5,2],"texture":"#0"},"down":{"uv":[4.5,0,1.5,2],"texture":"#0"}}},{"from":[1.20075,2.74092,8.499],"to":[2.25275,3.79292,9.501],"rotation":{"angle":-22.5,"axis":"z","origin":[3.02591,2.13689,8.25007]},"faces":{"north":{"uv":[14,15.1,16.1,13],"rotation":90,"texture":"#0"},"east":{"uv":[12,3,10,5],"rotation":180,"texture":"#0"},"south":{"uv":[12,3,10,5],"rotation":180,"texture":"#0"},"west":{"uv":[12,3,10,5],"rotation":180,"texture":"#0"},"up":{"uv":[12,3,10,5],"rotation":180,"texture":"#0"},"down":{"uv":[12,3,10,5],"rotation":180,"texture":"#0"}}},{"from":[1.76849,-1.42059,8.502],"to":[3.26449,3.07541,9.498],"rotation":{"angle":0,"axis":"z","origin":[3.02591,2.13689,8.25007]},"faces":{"north":{"uv":[1,16,10,13],"rotation":270,"texture":"#0"},"east":{"uv":[3,0,1,9],"texture":"#0"},"south":{"uv":[0,4,9,1],"rotation":270,"texture":"#0"},"west":{"uv":[1,2,10,0],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,0,1.5,2],"texture":"#0"},"down":{"uv":[4.5,0,1.5,2],"texture":"#0"}}},{"from":[1.68787,1.88099,8.511],"to":[6.66787,3.36099,9.491],"rotation":{"angle":-45,"axis":"z","origin":[3.02591,2.13689,8.25007]},"faces":{"north":{"uv":[7,12,18,15],"texture":"#0"},"east":{"uv":[1.5,2,4.5,0],"rotation":90,"texture":"#0"},"south":{"uv":[12,3,1,6],"texture":"#0"},"west":{"uv":[1.5,2,4.5,0],"rotation":90,"texture":"#0"},"up":{"uv":[12,2,1,4],"texture":"#0"},"down":{"uv":[12,0,1,2],"texture":"#0"}}}],"display":{"head":{"rotation":[-15,0,0],"translation":[0,16,-7],"scale":[1.21,1.21,1.21]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/bonfire_crown.json b/assets/minecraft/models/item/wynn/skin/hat/bonfire_crown.json new file mode 100644 index 000000000..1b5b5d829 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/bonfire_crown.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/bonfire_crown","particle":"skins/bonfire_crown"},"elements":[{"from":[3,0,3],"to":[13,8,13],"rotation":{"angle":0,"axis":"y","origin":[8,4,8]},"faces":{"north":{"uv":[0,0,5,4],"texture":"#0"},"east":{"uv":[0,0,5,4],"texture":"#0"},"south":{"uv":[0,0,5,4],"texture":"#0"},"west":{"uv":[0,0,5,4],"texture":"#0"}}},{"from":[13,0,3],"to":[3,8,13],"rotation":{"angle":0,"axis":"y","origin":[8,4,8]},"faces":{"north":{"uv":[0,0,5,4],"texture":"#0"},"east":{"uv":[0,0,5,4],"texture":"#0"},"south":{"uv":[0,0,5,4],"texture":"#0"},"west":{"uv":[0,0,5,4],"texture":"#0"}}},{"from":[2.5,-0.5,2.5],"to":[13.5,8.5,13.5],"rotation":{"angle":0,"axis":"y","origin":[8,4,8]},"faces":{"north":{"uv":[5,0,10,4],"texture":"#0"},"east":{"uv":[5,0,10,4],"texture":"#0"},"south":{"uv":[5,0,10,4],"texture":"#0"},"west":{"uv":[5,0,10,4],"texture":"#0"}}},{"from":[7,1,13],"to":[9,5,14],"rotation":{"angle":0,"axis":"y","origin":[8,3,13.5]},"faces":{"east":{"uv":[0.5,4,1,6],"texture":"#0"},"south":{"uv":[0,4,1,6],"texture":"#0"},"west":{"uv":[0,4,0.5,6],"texture":"#0"},"up":{"uv":[1,4,0,4.5],"rotation":180,"texture":"#0"},"down":{"uv":[1,5.5,0,6],"rotation":180,"texture":"#0"}}},{"from":[7,1,2],"to":[9,5,3],"rotation":{"angle":0,"axis":"y","origin":[8,3,2.5]},"faces":{"north":{"uv":[0,4,1,6],"texture":"#0"},"east":{"uv":[0,4,0.5,6],"texture":"#0"},"west":{"uv":[0.5,4,1,6],"texture":"#0"},"up":{"uv":[1,4,0,4.5],"texture":"#0"},"down":{"uv":[1,5.5,0,6],"texture":"#0"}}},{"from":[2,1,7],"to":[3,5,9],"rotation":{"angle":0,"axis":"y","origin":[2.5,3,8]},"faces":{"north":{"uv":[0,4,0.5,6],"texture":"#0"},"south":{"uv":[0.5,4,1,6],"texture":"#0"},"west":{"uv":[0,4,1,6],"texture":"#0"},"up":{"uv":[1,4,0,4.5],"rotation":270,"texture":"#0"},"down":{"uv":[1,5.5,0,6],"rotation":90,"texture":"#0"}}},{"from":[13,1,7],"to":[14,5,9],"rotation":{"angle":0,"axis":"y","origin":[13.5,3,8]},"faces":{"north":{"uv":[0.5,4,1,6],"texture":"#0"},"east":{"uv":[0,4,1,6],"texture":"#0"},"south":{"uv":[0,4,0.5,6],"texture":"#0"},"up":{"uv":[1,4,0,4.5],"rotation":90,"texture":"#0"},"down":{"uv":[1,5.5,0,6],"rotation":270,"texture":"#0"}}}],"display":{"head":{"translation":[0,14.75,0],"scale":[1.45,1.45,1.45]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/bonfire_headdress.json b/assets/minecraft/models/item/wynn/skin/hat/bonfire_headdress.json new file mode 100644 index 000000000..f50760d73 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/bonfire_headdress.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/candle","1":"wynn/weapon/anim/flame_small","3":"skins/wood_full","particle":"skins/wood_full"},"elements":[{"from":[12.75,10.6,4.15],"to":[13,11.6,4.4],"rotation":{"angle":-22.5,"axis":"z","origin":[12.775,11.1,4.275]},"faces":{"north":{"uv":[4.375,0.5,4,1.75],"texture":"#0"},"east":{"uv":[4.375,0.5,4,1.75],"texture":"#0"},"south":{"uv":[4.375,0.5,4,1.75],"texture":"#0"},"west":{"uv":[4.375,0.5,4,1.75],"texture":"#0"},"up":{"uv":[4,1,4.375,0.5],"texture":"#0"},"down":{"uv":[4,1,4.375,0.5],"texture":"#0"}}},{"from":[12.23701,6.7,3.50029],"to":[13.23701,10.7,5.00029],"rotation":{"angle":0,"axis":"y","origin":[12.73701,8.75,4.25029]},"faces":{"north":{"uv":[2,1.5,1,5.5],"texture":"#0"},"east":{"uv":[2.5,1.5,1,5.5],"texture":"#0"},"south":{"uv":[2,1.5,1,5.5],"texture":"#0"},"west":{"uv":[2.5,1,1,5],"texture":"#0"},"up":{"uv":[1.5,0,0,1],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,0,0,1],"rotation":90,"texture":"#0"}}},{"from":[12.58701,8.95,3.25029],"to":[13.08701,10.45,5.25029],"rotation":{"angle":0,"axis":"y","origin":[12.58701,8.5,4.50029]},"faces":{"north":{"uv":[0.5,2,0,3.5],"texture":"#0"},"east":{"uv":[2,2,0,3.5],"texture":"#0"},"south":{"uv":[0.5,2,0,3.5],"texture":"#0"},"west":{"uv":[2,2,0,3.5],"texture":"#0"},"up":{"uv":[2,2,0,2.5],"rotation":270,"texture":"#0"},"down":{"uv":[2,3,0,3.5],"rotation":90,"texture":"#0"}}},{"from":[11.73701,7.05,4.00029],"to":[13.73701,8.55,4.50029],"rotation":{"angle":0,"axis":"y","origin":[12.73701,7.8,4.25029]},"faces":{"north":{"uv":[3,4,1,5.5],"texture":"#0"},"east":{"uv":[1.5,4,1,5.5],"texture":"#0"},"south":{"uv":[3,4,1,5.5],"texture":"#0"},"west":{"uv":[1.5,4,1,5.5],"texture":"#0"},"up":{"uv":[1,4.5,3,4],"rotation":180,"texture":"#0"},"down":{"uv":[0,0.5,2,0],"rotation":180,"texture":"#0"}}},{"from":[11.98701,6.6,3.75029],"to":[13.48701,10.6,4.75029],"rotation":{"angle":0,"axis":"y","origin":[12.73701,8.55,4.25029]},"faces":{"north":{"uv":[2.5,1,1,5],"texture":"#0"},"east":{"uv":[2,1.5,1,5.5],"texture":"#0"},"south":{"uv":[2.5,1.5,1,5.5],"texture":"#0"},"west":{"uv":[2,1,1,5],"texture":"#0"},"up":{"uv":[1.5,0.5,2.5,0],"texture":"#0"},"down":{"uv":[0,1,1.5,0],"texture":"#0"}}},{"from":[12.22701,5.70124,3.29349],"to":[13.24701,8.22124,4.31349],"rotation":{"angle":22.5,"axis":"x","origin":[12.73701,7.14619,4.25]},"faces":{"north":{"uv":[2.5,4,1.5,6.5],"texture":"#0"},"east":{"uv":[3,4.5,2,7],"texture":"#0"},"south":{"uv":[2,5,1,7.5],"texture":"#0"},"west":{"uv":[1,4,0,6.5],"texture":"#0"},"up":{"uv":[1,4.5,2,3.5],"texture":"#0"},"down":{"uv":[1.5,7,2.5,6],"texture":"#0"}}},{"from":[12.22701,5.50124,4.18651],"to":[13.24701,8.52124,5.20651],"rotation":{"angle":-22.5,"axis":"x","origin":[12.73701,7.44619,4.25]},"faces":{"north":{"uv":[3,4.5,2,7.5],"texture":"#0"},"east":{"uv":[3,4.5,2,7.5],"texture":"#0"},"south":{"uv":[3,4.5,2,7.5],"texture":"#0"},"west":{"uv":[3,4.5,2,7.5],"texture":"#0"},"up":{"uv":[1,5.5,2,4.5],"texture":"#0"},"down":{"uv":[1,6.5,2,5.5],"texture":"#0"}}},{"from":[12.67351,5.70124,3.74],"to":[13.69351,8.22124,4.76],"rotation":{"angle":22.5,"axis":"z","origin":[12.73701,7.14619,4.25]},"faces":{"north":{"uv":[2,4,1,6.5],"texture":"#0"},"east":{"uv":[1,3.5,0,6],"texture":"#0"},"south":{"uv":[2,4,1,6.5],"texture":"#0"},"west":{"uv":[2,2.5,1,5],"texture":"#0"},"up":{"uv":[2,1,1,2],"rotation":270,"texture":"#0"},"down":{"uv":[2.5,6,1.5,7],"rotation":90,"texture":"#0"}}},{"from":[11.7805,5.70124,3.74],"to":[12.8005,8.22124,4.76],"rotation":{"angle":-22.5,"axis":"z","origin":[12.73701,7.14619,4.25]},"faces":{"north":{"uv":[3.5,5,2.5,7.5],"texture":"#0"},"east":{"uv":[3,4.5,2,7],"texture":"#0"},"south":{"uv":[3,4.5,2,7],"texture":"#0"},"west":{"uv":[3,4.5,2,7],"texture":"#0"},"up":{"uv":[3,2.5,2,3.5],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,6,0.5,7],"rotation":90,"texture":"#0"}}},{"from":[11.6805,9.07876,3.74],"to":[12.3005,10.59876,4.76],"rotation":{"angle":22.5,"axis":"z","origin":[12.63701,10.15381,4.25]},"faces":{"north":{"uv":[1.6,0,1,1.5],"texture":"#0"},"east":{"uv":[2,0,1,1.5],"texture":"#0"},"south":{"uv":[1.5,1,1,2.5],"texture":"#0"},"west":{"uv":[2,1,1,2.5],"texture":"#0"},"up":{"uv":[3,0,2,0.5],"rotation":90,"texture":"#0"},"down":{"uv":[3,0,2,0.6],"rotation":270,"texture":"#0"}}},{"from":[12.22701,9.37876,4.78651],"to":[13.24701,10.89876,5.40651],"rotation":{"angle":22.5,"axis":"x","origin":[12.73701,10.45381,4.45]},"faces":{"north":{"uv":[3,0,2,1.5],"texture":"#0"},"east":{"uv":[2.6,0,2,1.5],"texture":"#0"},"south":{"uv":[3,0.5,2,2],"texture":"#0"},"west":{"uv":[2.6,0,2,1.5],"texture":"#0"},"up":{"uv":[0.5,0.5,1.5,0],"texture":"#0"},"down":{"uv":[0.5,0.6,1.5,0],"texture":"#0"}}},{"from":[13.07351,9.37876,3.74],"to":[13.69351,10.89876,4.76],"rotation":{"angle":-22.5,"axis":"z","origin":[12.73701,10.45381,4.25]},"faces":{"north":{"uv":[2.6,0,2,1.5],"texture":"#0"},"east":{"uv":[3,0,2,1.5],"texture":"#0"},"south":{"uv":[2.6,0,2,1.5],"texture":"#0"},"west":{"uv":[3,0,2,1.5],"texture":"#0"},"up":{"uv":[1.5,0.5,0.5,1.1],"rotation":90,"texture":"#0"},"down":{"uv":[3,1,2,1.6],"rotation":270,"texture":"#0"}}},{"from":[12.22701,9.47876,3.29349],"to":[13.24701,10.99876,3.91349],"rotation":{"angle":-22.5,"axis":"x","origin":[12.73701,10.55381,4.25]},"faces":{"north":{"uv":[2,0,1,1.5],"texture":"#0"},"east":{"uv":[1.6,0,1,1.5],"texture":"#0"},"south":{"uv":[2,0,1,1.5],"texture":"#0"},"west":{"uv":[1.6,0,1,1.5],"texture":"#0"},"up":{"uv":[2,1,3,0.5],"texture":"#0"},"down":{"uv":[0,2.6,1,2],"texture":"#0"}}},{"from":[11.99355,10.52146,4.3147],"to":[13.26355,13.03146,4.3347],"rotation":{"angle":22.5,"axis":"z","origin":[12.62855,12.15146,4.3247]},"faces":{"north":{"uv":[5,4,11,16],"texture":"#1"},"east":{"uv":[0,0,0,3],"texture":"#1"},"south":{"uv":[11,4,5,16],"texture":"#1"},"west":{"uv":[0,0,0,3],"texture":"#1"},"up":{"uv":[0,0,2,0],"texture":"#1"},"down":{"uv":[0,0,2,0],"texture":"#1"}}},{"from":[12.61855,11.27146,3.6897],"to":[12.63855,13.78146,4.9597],"rotation":{"angle":22.5,"axis":"z","origin":[12.62855,12.15146,4.3247]},"faces":{"north":{"uv":[0,0,0,3],"texture":"#1"},"east":{"uv":[11,4,5,16],"texture":"#1"},"south":{"uv":[0,0,0,3],"texture":"#1"},"west":{"uv":[5,4,11,16],"texture":"#1"},"up":{"uv":[2,0,0,0],"rotation":90,"texture":"#1"},"down":{"uv":[2,0,0,0],"rotation":270,"texture":"#1"}}},{"from":[7.16299,7.9,2.44971],"to":[8.66299,11.9,3.44971],"rotation":{"angle":0,"axis":"y","origin":[7.91299,9.85,2.94971]},"faces":{"north":{"uv":[2.5,1.5,1,5.5],"texture":"#0"},"east":{"uv":[2,1,1,5],"texture":"#0"},"south":{"uv":[2.5,1,1,5],"texture":"#0"},"west":{"uv":[2,1.5,1,5.5],"texture":"#0"},"up":{"uv":[2.5,0,1.5,0.5],"texture":"#0"},"down":{"uv":[1.5,0,0,1],"texture":"#0"}}},{"from":[7.41299,8,2.19971],"to":[8.41299,12,3.69971],"rotation":{"angle":0,"axis":"y","origin":[7.91299,10.05,2.94971]},"faces":{"north":{"uv":[2,1.5,1,5.5],"texture":"#0"},"east":{"uv":[2.5,1,1,5],"texture":"#0"},"south":{"uv":[2,1.5,1,5.5],"texture":"#0"},"west":{"uv":[2.5,1.5,1,5.5],"texture":"#0"},"up":{"uv":[0,1,1.5,0],"rotation":270,"texture":"#0"},"down":{"uv":[0,1,1.5,0],"rotation":90,"texture":"#0"}}},{"from":[7.40299,7.00124,2.88651],"to":[8.42299,9.52124,3.90651],"rotation":{"angle":-22.5,"axis":"x","origin":[7.91299,8.44619,2.95]},"faces":{"north":{"uv":[2,5,1,7.5],"texture":"#0"},"east":{"uv":[1,4,0,6.5],"texture":"#0"},"south":{"uv":[2.5,4,1.5,6.5],"texture":"#0"},"west":{"uv":[3,4.5,2,7],"texture":"#0"},"up":{"uv":[2,3.5,1,4.5],"texture":"#0"},"down":{"uv":[2.5,6,1.5,7],"texture":"#0"}}},{"from":[7.40299,7.30124,1.99349],"to":[8.42299,9.82124,3.01349],"rotation":{"angle":22.5,"axis":"x","origin":[7.91299,8.74619,2.95]},"faces":{"north":{"uv":[3,5,2,7.5],"texture":"#0"},"east":{"uv":[3,5,2,7.5],"texture":"#0"},"south":{"uv":[3,5,2,7.5],"texture":"#0"},"west":{"uv":[3,5,2,7.5],"texture":"#0"},"up":{"uv":[2,4.5,1,5.5],"texture":"#0"},"down":{"uv":[2,5.5,1,6.5],"texture":"#0"}}},{"from":[7.8495,7.00124,2.44],"to":[8.8695,9.52124,3.46],"rotation":{"angle":22.5,"axis":"z","origin":[7.91299,8.44619,2.95]},"faces":{"north":{"uv":[3,4.5,2,7],"texture":"#0"},"east":{"uv":[3,4.5,2,7],"texture":"#0"},"south":{"uv":[3.5,5,2.5,7.5],"texture":"#0"},"west":{"uv":[3,4.5,2,7],"texture":"#0"},"up":{"uv":[2,3.5,3,2.5],"rotation":270,"texture":"#0"},"down":{"uv":[0.5,7,1.5,6],"rotation":90,"texture":"#0"}}},{"from":[6.95649,7.00124,2.44],"to":[7.97649,9.52124,3.46],"rotation":{"angle":-22.5,"axis":"z","origin":[7.91299,8.44619,2.95]},"faces":{"north":{"uv":[2,4,1,6.5],"texture":"#0"},"east":{"uv":[2,2.5,1,5],"texture":"#0"},"south":{"uv":[2,4,1,6.5],"texture":"#0"},"west":{"uv":[1,3.5,0,6],"texture":"#0"},"up":{"uv":[1,2,2,1],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,7,2.5,6],"rotation":90,"texture":"#0"}}},{"from":[7.40299,10.77876,3.28651],"to":[8.42299,12.29876,3.90651],"rotation":{"angle":22.5,"axis":"x","origin":[7.91299,11.85381,2.95]},"faces":{"north":{"uv":[2,0,1,1.5],"texture":"#0"},"east":{"uv":[1.6,0,1,1.5],"texture":"#0"},"south":{"uv":[2,0,1,1.5],"texture":"#0"},"west":{"uv":[1.6,0,1,1.5],"texture":"#0"},"up":{"uv":[3,0.5,2,1],"texture":"#0"},"down":{"uv":[1,2,0,2.6],"texture":"#0"}}},{"from":[6.95649,10.67876,2.44],"to":[7.57649,12.19876,3.46],"rotation":{"angle":22.5,"axis":"z","origin":[7.91299,11.75381,2.95]},"faces":{"north":{"uv":[2.6,0,2,1.5],"texture":"#0"},"east":{"uv":[3,0,2,1.5],"texture":"#0"},"south":{"uv":[2.6,0,2,1.5],"texture":"#0"},"west":{"uv":[3,0,2,1.5],"texture":"#0"},"up":{"uv":[0.5,1.1,1.5,0.5],"rotation":90,"texture":"#0"},"down":{"uv":[2,1.6,3,1],"rotation":270,"texture":"#0"}}},{"from":[7.40299,10.67876,1.79349],"to":[8.42299,12.19876,2.41349],"rotation":{"angle":-22.5,"axis":"x","origin":[7.91299,11.75381,2.75]},"faces":{"north":{"uv":[3,0.5,2,2],"texture":"#0"},"east":{"uv":[2.6,0,2,1.5],"texture":"#0"},"south":{"uv":[3,0,2,1.5],"texture":"#0"},"west":{"uv":[2.6,0,2,1.5],"texture":"#0"},"up":{"uv":[1.5,0,0.5,0.5],"texture":"#0"},"down":{"uv":[1.5,0,0.5,0.6],"texture":"#0"}}},{"from":[8.3495,10.37876,2.44],"to":[8.9695,11.89876,3.46],"rotation":{"angle":-22.5,"axis":"z","origin":[8.01299,11.45381,2.95]},"faces":{"north":{"uv":[1.5,1,1,2.5],"texture":"#0"},"east":{"uv":[2,1,1,2.5],"texture":"#0"},"south":{"uv":[1.6,0,1,1.5],"texture":"#0"},"west":{"uv":[2,0,1,1.5],"texture":"#0"},"up":{"uv":[2,0.5,3,0],"rotation":90,"texture":"#0"},"down":{"uv":[2,0.6,3,0],"rotation":270,"texture":"#0"}}},{"from":[7.56299,10.25,1.94971],"to":[8.06299,11.75,3.94971],"rotation":{"angle":0,"axis":"y","origin":[8.06299,9.8,2.69971]},"faces":{"north":{"uv":[0.5,2,0,3.5],"texture":"#0"},"east":{"uv":[2,2,0,3.5],"texture":"#0"},"south":{"uv":[0.5,2,0,3.5],"texture":"#0"},"west":{"uv":[2,2,0,3.5],"texture":"#0"},"up":{"uv":[0,2.5,2,2],"rotation":270,"texture":"#0"},"down":{"uv":[0,3.5,2,3],"rotation":90,"texture":"#0"}}},{"from":[7.65,11.9,2.8],"to":[7.9,12.9,3.05],"rotation":{"angle":22.5,"axis":"z","origin":[7.875,12.4,2.925]},"faces":{"north":{"uv":[4.375,0.5,4,1.75],"texture":"#0"},"east":{"uv":[4.375,0.5,4,1.75],"texture":"#0"},"south":{"uv":[4.375,0.5,4,1.75],"texture":"#0"},"west":{"uv":[4.375,0.5,4,1.75],"texture":"#0"},"up":{"uv":[4.375,0.5,4,1],"texture":"#0"},"down":{"uv":[4.375,0.5,4,1],"texture":"#0"}}},{"from":[6.91299,8.35,2.69971],"to":[8.91299,9.85,3.19971],"rotation":{"angle":0,"axis":"y","origin":[7.91299,9.1,2.94971]},"faces":{"north":{"uv":[3,4,1,5.5],"texture":"#0"},"east":{"uv":[1.5,4,1,5.5],"texture":"#0"},"south":{"uv":[3,4,1,5.5],"texture":"#0"},"west":{"uv":[1.5,4,1,5.5],"texture":"#0"},"up":{"uv":[3,4,1,4.5],"rotation":180,"texture":"#0"},"down":{"uv":[2,0,0,0.5],"rotation":180,"texture":"#0"}}},{"from":[7.41716,11.99422,2.74433],"to":[8.68716,14.50422,2.76433],"rotation":{"angle":22.5,"axis":"x","origin":[8.05216,13.37422,2.75433]},"faces":{"north":{"uv":[11,4,5,16],"texture":"#1"},"east":{"uv":[0,0,0,3],"texture":"#1"},"south":{"uv":[5,4,11,16],"texture":"#1"},"west":{"uv":[0,0,0,3],"texture":"#1"},"up":{"uv":[2,0,0,0],"texture":"#1"},"down":{"uv":[2,0,0,0],"texture":"#1"}}},{"from":[8.04216,12.24422,2.11933],"to":[8.06216,14.75422,3.38933],"rotation":{"angle":22.5,"axis":"x","origin":[8.05216,13.37422,2.75433]},"faces":{"north":{"uv":[0,0,0,3],"texture":"#1"},"east":{"uv":[5,4,11,16],"texture":"#1"},"south":{"uv":[0,0,0,3],"texture":"#1"},"west":{"uv":[11,4,5,16],"texture":"#1"},"up":{"uv":[0,0,2,0],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,2,0],"rotation":270,"texture":"#1"}}},{"from":[16.8995,5.12876,7.54],"to":[17.5195,6.64876,8.56],"rotation":{"angle":-22.5,"axis":"z","origin":[16.56299,6.20381,8.05]},"faces":{"north":{"uv":[1.5,1,1,2.5],"texture":"#0"},"east":{"uv":[2,1,1,2.5],"texture":"#0"},"south":{"uv":[1.6,0,1,1.5],"texture":"#0"},"west":{"uv":[2,0,1,1.5],"texture":"#0"},"up":{"uv":[2,0.5,3,0],"rotation":90,"texture":"#0"},"down":{"uv":[2,0.6,3,0],"rotation":270,"texture":"#0"}}},{"from":[15.71299,4.15,7.54971],"to":[17.21299,6.65,8.54971],"rotation":{"angle":0,"axis":"y","origin":[16.46299,4.6,8.04971]},"faces":{"north":{"uv":[2.5,1.5,1,5.5],"texture":"#0"},"east":{"uv":[2,1,1,5],"texture":"#0"},"south":{"uv":[2.5,1,1,5],"texture":"#0"},"west":{"uv":[2,1.5,1,5.5],"texture":"#0"},"up":{"uv":[2.5,0,1.5,0.5],"texture":"#0"},"down":{"uv":[1.5,0,0,1],"texture":"#0"}}},{"from":[15.95299,5.42876,6.89349],"to":[16.97299,6.94876,7.51349],"rotation":{"angle":-22.5,"axis":"x","origin":[16.46299,6.50381,7.85]},"faces":{"north":{"uv":[3,0.5,2,2],"texture":"#0"},"east":{"uv":[2.6,0,2,1.5],"texture":"#0"},"south":{"uv":[3,0,2,1.5],"texture":"#0"},"west":{"uv":[2.6,0,2,1.5],"texture":"#0"},"up":{"uv":[1.5,0,0.5,0.5],"texture":"#0"},"down":{"uv":[1.5,0,0.5,0.6],"texture":"#0"}}},{"from":[15.96299,4.25,7.29971],"to":[16.96299,6.75,8.79971],"rotation":{"angle":0,"axis":"y","origin":[16.46299,4.8,8.04971]},"faces":{"north":{"uv":[2,1.5,1,5.5],"texture":"#0"},"east":{"uv":[2.5,1,1,5],"texture":"#0"},"south":{"uv":[2,1.5,1,5.5],"texture":"#0"},"west":{"uv":[2.5,1.5,1,5.5],"texture":"#0"},"up":{"uv":[0,1,1.5,0],"rotation":270,"texture":"#0"},"down":{"uv":[0,1,1.5,0],"rotation":90,"texture":"#0"}}},{"from":[16.2,6.65,7.9],"to":[16.45,7.65,8.15],"rotation":{"angle":22.5,"axis":"z","origin":[16.425,7.15,8.025]},"faces":{"north":{"uv":[4.375,0.5,4,1.75],"texture":"#0"},"east":{"uv":[4.375,0.5,4,1.75],"texture":"#0"},"south":{"uv":[4.375,0.5,4,1.75],"texture":"#0"},"west":{"uv":[4.375,0.5,4,1.75],"texture":"#0"},"up":{"uv":[4.375,0.5,4,1],"texture":"#0"},"down":{"uv":[4.375,0.5,4,1],"texture":"#0"}}},{"from":[15.69,6.95903,8.48567],"to":[16.96,9.46903,8.50567],"rotation":{"angle":22.5,"axis":"x","origin":[16.825,8.33903,7.89567]},"faces":{"north":{"uv":[11,4,5,16],"texture":"#1"},"east":{"uv":[0,0,0,3],"texture":"#1"},"south":{"uv":[5,4,11,16],"texture":"#1"},"west":{"uv":[0,0,0,3],"texture":"#1"},"up":{"uv":[2,0,0,0],"texture":"#1"},"down":{"uv":[2,0,0,0],"texture":"#1"}}},{"from":[16.315,7.20903,7.86067],"to":[16.335,9.71903,9.13067],"rotation":{"angle":22.5,"axis":"x","origin":[16.825,8.33903,7.89567]},"faces":{"north":{"uv":[0,0,0,3],"texture":"#1"},"east":{"uv":[5,4,11,16],"texture":"#1"},"south":{"uv":[0,0,0,3],"texture":"#1"},"west":{"uv":[11,4,5,16],"texture":"#1"},"up":{"uv":[0,0,2,0],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,2,0],"rotation":270,"texture":"#1"}}},{"from":[15.95299,5.52876,8.38651],"to":[16.97299,7.04876,9.00651],"rotation":{"angle":22.5,"axis":"x","origin":[16.46299,6.60381,8.05]},"faces":{"north":{"uv":[2,0,1,1.5],"texture":"#0"},"east":{"uv":[1.6,0,1,1.5],"texture":"#0"},"south":{"uv":[2,0,1,1.5],"texture":"#0"},"west":{"uv":[1.6,0,1,1.5],"texture":"#0"},"up":{"uv":[3,0.5,2,1],"texture":"#0"},"down":{"uv":[1,2,0,2.6],"texture":"#0"}}},{"from":[15.50649,5.42876,7.54],"to":[16.12649,6.94876,8.56],"rotation":{"angle":22.5,"axis":"z","origin":[16.46299,6.50381,8.05]},"faces":{"north":{"uv":[2.6,0,2,1.5],"texture":"#0"},"east":{"uv":[3,0,2,1.5],"texture":"#0"},"south":{"uv":[2.6,0,2,1.5],"texture":"#0"},"west":{"uv":[3,0,2,1.5],"texture":"#0"},"up":{"uv":[0.5,1.1,1.5,0.5],"rotation":90,"texture":"#0"},"down":{"uv":[2,1.6,3,1],"rotation":270,"texture":"#0"}}},{"from":[11.2,5.55,2.8],"to":[14.2,6.55,5.8],"rotation":{"angle":22.5,"axis":"x","origin":[12.7,6.05,4.3]},"faces":{"north":{"uv":[15,14,16,11],"rotation":270,"texture":"#3"},"east":{"uv":[15,14,16,11],"rotation":270,"texture":"#3"},"south":{"uv":[15,14,16,11],"rotation":270,"texture":"#3"},"west":{"uv":[15,14,16,11],"rotation":270,"texture":"#3"},"up":{"uv":[16,9,13,12],"rotation":270,"texture":"#3"},"down":{"uv":[16,9,13,12],"rotation":270,"texture":"#3"}}},{"from":[6.55,7.25,1.5],"to":[9.55,8.25,4.5],"rotation":{"angle":-22.5,"axis":"z","origin":[7.55,8.35,3.1]},"faces":{"north":{"uv":[12.5,13.5,13.5,10.5],"rotation":270,"texture":"#3"},"east":{"uv":[12.5,13.5,13.5,10.5],"rotation":270,"texture":"#3"},"south":{"uv":[12.5,13.5,13.5,10.5],"rotation":270,"texture":"#3"},"west":{"uv":[12.5,13.5,13.5,10.5],"rotation":270,"texture":"#3"},"up":{"uv":[15.5,10.5,12.5,13.5],"rotation":270,"texture":"#3"},"down":{"uv":[15.5,10.5,12.5,13.5],"rotation":270,"texture":"#3"}}},{"from":[6.88911,3.50624,2.55551],"to":[8.88911,8.00624,4.80551],"rotation":{"angle":-22.5,"axis":"x","origin":[7.88911,5.50624,3.68051]},"faces":{"north":{"uv":[8.5,11.5,12.5,9.5],"rotation":270,"texture":"#3"},"east":{"uv":[8.5,11.75,12.5,9.5],"rotation":270,"texture":"#3"},"south":{"uv":[8.5,11.5,12.5,9.5],"rotation":270,"texture":"#3"},"west":{"uv":[8.5,11.75,12.5,9.5],"rotation":270,"texture":"#3"},"up":{"uv":[9,12.25,11,10],"rotation":180,"texture":"#3"},"down":{"uv":[9,12.25,11,10],"texture":"#3"}}},{"from":[14.3,9.13701,3.40709],"to":[16.3,12.13701,5.40709],"rotation":{"angle":-22.5,"axis":"z","origin":[-0.7,15.13701,4.65709]},"faces":{"north":{"uv":[7.5,12,12.5,10],"rotation":270,"texture":"#3"},"east":{"uv":[7.5,12,12.5,10],"rotation":270,"texture":"#3"},"south":{"uv":[7.5,12,12.5,10],"rotation":270,"texture":"#3"},"west":{"uv":[7.5,12,12.5,10],"rotation":270,"texture":"#3"},"up":{"uv":[9.5,10,7.5,12],"rotation":270,"texture":"#3"},"down":{"uv":[9.5,10,7.5,12],"rotation":270,"texture":"#3"}}},{"from":[11.50384,1.71063,6.11247],"to":[15.00384,4.21063,8.11247],"rotation":{"angle":22.5,"axis":"z","origin":[15.62162,2.77812,6.94088]},"faces":{"north":{"uv":[8,8,4.5,10.5],"texture":"#3"},"east":{"uv":[6,10,8.5,8],"rotation":90,"texture":"#3"},"south":{"uv":[8,8,4.5,10.5],"rotation":180,"texture":"#3"},"west":{"uv":[4.5,10,7,8],"rotation":270,"texture":"#3"},"up":{"uv":[4.5,10,8,8],"texture":"#3"},"down":{"uv":[4.5,10,8,8],"texture":"#3"}}},{"from":[2.36089,0.66057,4.62454],"to":[4.86089,3.16057,7.12454],"rotation":{"angle":-22.5,"axis":"z","origin":[4.51089,1.31057,5.87454]},"faces":{"north":{"uv":[5.5,10.5,8,8],"rotation":270,"texture":"#3"},"east":{"uv":[5.5,10.5,8,8],"rotation":270,"texture":"#3"},"south":{"uv":[5.5,10.5,8,8],"rotation":270,"texture":"#3"},"west":{"uv":[5.5,10.5,8,8],"rotation":270,"texture":"#3"},"up":{"uv":[7,10.5,9.5,8],"texture":"#3"},"down":{"uv":[5.5,10.5,8,8],"rotation":180,"texture":"#3"}}},{"from":[11.13911,0.66057,4.52454],"to":[13.63911,3.16057,7.02454],"rotation":{"angle":22.5,"axis":"z","origin":[11.48911,1.31057,5.77454]},"faces":{"north":{"uv":[5.5,8,8,10.5],"rotation":270,"texture":"#3"},"east":{"uv":[5.5,8,8,10.5],"rotation":270,"texture":"#3"},"south":{"uv":[5.5,8,8,10.5],"rotation":270,"texture":"#3"},"west":{"uv":[5.5,8,8,10.5],"rotation":270,"texture":"#3"},"up":{"uv":[9.5,10.5,7,8],"texture":"#3"},"down":{"uv":[8,10.5,5.5,8],"rotation":180,"texture":"#3"}}},{"from":[12.59099,1.75931,7.02454],"to":[14.59099,4.25931,12.52454],"rotation":{"angle":-22.5,"axis":"x","origin":[8,3.50931,11.77454]},"faces":{"north":{"uv":[5.5,8,8,10],"rotation":270,"texture":"#3"},"east":{"uv":[5.5,8,8,13.5],"rotation":270,"texture":"#3"},"south":{"uv":[5.5,8,8,10],"rotation":270,"texture":"#3"},"west":{"uv":[5.5,8,8,13.5],"rotation":270,"texture":"#3"},"up":{"uv":[9,13.5,7,8],"texture":"#3"},"down":{"uv":[7.5,13.5,5.5,8],"rotation":180,"texture":"#3"}}},{"from":[12.59099,3.25931,12.52454],"to":[14.59099,4.75931,15.02454],"rotation":{"angle":-22.5,"axis":"x","origin":[8,3.50931,11.77454]},"faces":{"north":{"uv":[5.5,8,7,10],"rotation":270,"texture":"#3"},"east":{"uv":[5.5,8,7,10.5],"rotation":270,"texture":"#3"},"south":{"uv":[5.5,8,7,10],"rotation":270,"texture":"#3"},"west":{"uv":[5.5,8,7,10.5],"rotation":270,"texture":"#3"},"up":{"uv":[9,10.5,7,8],"texture":"#3"},"down":{"uv":[7.5,10.5,5.5,8],"rotation":180,"texture":"#3"}}},{"from":[1.40901,3.25931,12.52454],"to":[3.40901,4.75931,15.02454],"rotation":{"angle":-22.5,"axis":"x","origin":[8,3.50931,11.77454]},"faces":{"north":{"uv":[5.5,10,7,8],"rotation":270,"texture":"#3"},"east":{"uv":[5.5,10.5,7,8],"rotation":270,"texture":"#3"},"south":{"uv":[5.5,10,7,8],"rotation":270,"texture":"#3"},"west":{"uv":[5.5,10.5,7,8],"rotation":270,"texture":"#3"},"up":{"uv":[7,10.5,9,8],"texture":"#3"},"down":{"uv":[5.5,10.5,7.5,8],"rotation":180,"texture":"#3"}}},{"from":[1.40901,1.75931,7.02454],"to":[3.40901,4.25931,12.52454],"rotation":{"angle":-22.5,"axis":"x","origin":[8,3.50931,11.77454]},"faces":{"north":{"uv":[5.5,10,8,8],"rotation":270,"texture":"#3"},"east":{"uv":[5.5,13.5,8,8],"rotation":270,"texture":"#3"},"south":{"uv":[5.5,10,8,8],"rotation":270,"texture":"#3"},"west":{"uv":[5.5,13.5,8,8],"rotation":270,"texture":"#3"},"up":{"uv":[7,13.5,9,8],"texture":"#3"},"down":{"uv":[5.5,13.5,7.5,8],"rotation":180,"texture":"#3"}}},{"from":[2.7,10.3,4.3],"to":[2.95,11.3,4.55],"rotation":{"angle":22.5,"axis":"z","origin":[2.925,10.8,4.425]},"faces":{"north":{"uv":[4.375,0.5,4,1.75],"texture":"#0"},"east":{"uv":[4.375,0.5,4,1.75],"texture":"#0"},"south":{"uv":[4.375,0.5,4,1.75],"texture":"#0"},"west":{"uv":[4.375,0.5,4,1.75],"texture":"#0"},"up":{"uv":[4.375,0.5,4,1],"texture":"#0"},"down":{"uv":[4.375,0.5,4,1],"texture":"#0"}}},{"from":[2.46299,6.4,3.69971],"to":[3.46299,10.4,5.19971],"rotation":{"angle":0,"axis":"y","origin":[2.96299,8.45,4.44971]},"faces":{"north":{"uv":[2,1.5,1,5.5],"texture":"#0"},"east":{"uv":[2.5,1,1,5],"texture":"#0"},"south":{"uv":[2,1.5,1,5.5],"texture":"#0"},"west":{"uv":[2.5,1.5,1,5.5],"texture":"#0"},"up":{"uv":[0,1,1.5,0],"rotation":270,"texture":"#0"},"down":{"uv":[0,1,1.5,0],"rotation":90,"texture":"#0"}}},{"from":[2.61299,8.65,3.44971],"to":[3.11299,10.15,5.44971],"rotation":{"angle":0,"axis":"y","origin":[3.11299,8.2,4.19971]},"faces":{"north":{"uv":[0.5,2,0,3.5],"texture":"#0"},"east":{"uv":[2,2,0,3.5],"texture":"#0"},"south":{"uv":[0.5,2,0,3.5],"texture":"#0"},"west":{"uv":[2,2,0,3.5],"texture":"#0"},"up":{"uv":[0,2.5,2,2],"rotation":270,"texture":"#0"},"down":{"uv":[0,3.5,2,3],"rotation":90,"texture":"#0"}}},{"from":[1.96299,6.75,4.19971],"to":[3.96299,8.25,4.69971],"rotation":{"angle":0,"axis":"y","origin":[2.96299,7.5,4.44971]},"faces":{"north":{"uv":[3,4,1,5.5],"texture":"#0"},"east":{"uv":[1.5,4,1,5.5],"texture":"#0"},"south":{"uv":[3,4,1,5.5],"texture":"#0"},"west":{"uv":[1.5,4,1,5.5],"texture":"#0"},"up":{"uv":[3,4,1,4.5],"rotation":180,"texture":"#0"},"down":{"uv":[2,0,0,0.5],"rotation":180,"texture":"#0"}}},{"from":[2.21299,6.3,3.94971],"to":[3.71299,10.3,4.94971],"rotation":{"angle":0,"axis":"y","origin":[2.96299,8.25,4.44971]},"faces":{"north":{"uv":[2.5,1.5,1,5.5],"texture":"#0"},"east":{"uv":[2,1,1,5],"texture":"#0"},"south":{"uv":[2.5,1,1,5],"texture":"#0"},"west":{"uv":[2,1.5,1,5.5],"texture":"#0"},"up":{"uv":[2.5,0,1.5,0.5],"texture":"#0"},"down":{"uv":[1.5,0,0,1],"texture":"#0"}}},{"from":[2.45299,5.40124,4.38651],"to":[3.47299,7.92124,5.40651],"rotation":{"angle":-22.5,"axis":"x","origin":[2.96299,6.84619,4.45]},"faces":{"north":{"uv":[2,5,1,7.5],"texture":"#0"},"east":{"uv":[1,4,0,6.5],"texture":"#0"},"south":{"uv":[2.5,4,1.5,6.5],"texture":"#0"},"west":{"uv":[3,4.5,2,7],"texture":"#0"},"up":{"uv":[2,3.5,1,4.5],"texture":"#0"},"down":{"uv":[2.5,6,1.5,7],"texture":"#0"}}},{"from":[2.45299,5.20124,3.49349],"to":[3.47299,8.22124,4.51349],"rotation":{"angle":22.5,"axis":"x","origin":[2.96299,7.14619,4.45]},"faces":{"north":{"uv":[3,4.5,2,7.5],"texture":"#0"},"east":{"uv":[3,4.5,2,7.5],"texture":"#0"},"south":{"uv":[3,4.5,2,7.5],"texture":"#0"},"west":{"uv":[3,4.5,2,7.5],"texture":"#0"},"up":{"uv":[2,4.5,1,5.5],"texture":"#0"},"down":{"uv":[2,5.5,1,6.5],"texture":"#0"}}},{"from":[2.00649,5.40124,3.94],"to":[3.02649,7.92124,4.96],"rotation":{"angle":-22.5,"axis":"z","origin":[2.96299,6.84619,4.45]},"faces":{"north":{"uv":[2,4,1,6.5],"texture":"#0"},"east":{"uv":[2,2.5,1,5],"texture":"#0"},"south":{"uv":[2,4,1,6.5],"texture":"#0"},"west":{"uv":[1,3.5,0,6],"texture":"#0"},"up":{"uv":[1,2,2,1],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,7,2.5,6],"rotation":90,"texture":"#0"}}},{"from":[2.8995,5.40124,3.94],"to":[3.9195,7.92124,4.96],"rotation":{"angle":22.5,"axis":"z","origin":[2.96299,6.84619,4.45]},"faces":{"north":{"uv":[3,4.5,2,7],"texture":"#0"},"east":{"uv":[3,4.5,2,7],"texture":"#0"},"south":{"uv":[3.5,5,2.5,7.5],"texture":"#0"},"west":{"uv":[3,4.5,2,7],"texture":"#0"},"up":{"uv":[2,3.5,3,2.5],"rotation":270,"texture":"#0"},"down":{"uv":[0.5,7,1.5,6],"rotation":90,"texture":"#0"}}},{"from":[3.3995,8.77876,3.94],"to":[4.0195,10.29876,4.96],"rotation":{"angle":-22.5,"axis":"z","origin":[3.06299,9.85381,4.45]},"faces":{"north":{"uv":[1.5,1,1,2.5],"texture":"#0"},"east":{"uv":[2,1,1,2.5],"texture":"#0"},"south":{"uv":[1.6,0,1,1.5],"texture":"#0"},"west":{"uv":[2,0,1,1.5],"texture":"#0"},"up":{"uv":[2,0.5,3,0],"rotation":90,"texture":"#0"},"down":{"uv":[2,0.6,3,0],"rotation":270,"texture":"#0"}}},{"from":[2.45299,9.07876,3.29349],"to":[3.47299,10.59876,3.91349],"rotation":{"angle":-22.5,"axis":"x","origin":[2.96299,10.15381,4.25]},"faces":{"north":{"uv":[3,0.5,2,2],"texture":"#0"},"east":{"uv":[2.6,0,2,1.5],"texture":"#0"},"south":{"uv":[3,0,2,1.5],"texture":"#0"},"west":{"uv":[2.6,0,2,1.5],"texture":"#0"},"up":{"uv":[1.5,0,0.5,0.5],"texture":"#0"},"down":{"uv":[1.5,0,0.5,0.6],"texture":"#0"}}},{"from":[2.00649,9.07876,3.94],"to":[2.62649,10.59876,4.96],"rotation":{"angle":22.5,"axis":"z","origin":[2.96299,10.15381,4.45]},"faces":{"north":{"uv":[2.6,0,2,1.5],"texture":"#0"},"east":{"uv":[3,0,2,1.5],"texture":"#0"},"south":{"uv":[2.6,0,2,1.5],"texture":"#0"},"west":{"uv":[3,0,2,1.5],"texture":"#0"},"up":{"uv":[0.5,1.1,1.5,0.5],"rotation":90,"texture":"#0"},"down":{"uv":[2,1.6,3,1],"rotation":270,"texture":"#0"}}},{"from":[2.45299,9.17876,4.78651],"to":[3.47299,10.69876,5.40651],"rotation":{"angle":22.5,"axis":"x","origin":[2.96299,10.25381,4.45]},"faces":{"north":{"uv":[2,0,1,1.5],"texture":"#0"},"east":{"uv":[1.6,0,1,1.5],"texture":"#0"},"south":{"uv":[2,0,1,1.5],"texture":"#0"},"west":{"uv":[1.6,0,1,1.5],"texture":"#0"},"up":{"uv":[3,0.5,2,1],"texture":"#0"},"down":{"uv":[1,2,0,2.6],"texture":"#0"}}},{"from":[2.19,10.32501,4.4153],"to":[3.46,12.83501,4.4353],"rotation":{"angle":-22.5,"axis":"z","origin":[2.825,11.95501,4.0753]},"faces":{"north":{"uv":[11,4,5,16],"texture":"#1"},"east":{"uv":[0,0,0,3],"texture":"#1"},"south":{"uv":[5,4,11,16],"texture":"#1"},"west":{"uv":[0,0,0,3],"texture":"#1"},"up":{"uv":[2,0,0,0],"texture":"#1"},"down":{"uv":[2,0,0,0],"texture":"#1"}}},{"from":[2.815,11.07501,3.7903],"to":[2.835,13.58501,5.0603],"rotation":{"angle":-22.5,"axis":"z","origin":[2.825,11.95501,4.0753]},"faces":{"north":{"uv":[0,0,0,3],"texture":"#1"},"east":{"uv":[5,4,11,16],"texture":"#1"},"south":{"uv":[0,0,0,3],"texture":"#1"},"west":{"uv":[11,4,5,16],"texture":"#1"},"up":{"uv":[0,0,2,0],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,2,0],"rotation":270,"texture":"#1"}}},{"from":[1.5,5.25,2.9],"to":[4.5,6.25,5.9],"rotation":{"angle":-22.5,"axis":"x","origin":[3,5.75,4.4]},"faces":{"north":{"uv":[15,14,16,11],"rotation":270,"texture":"#3"},"east":{"uv":[15,14,16,11],"rotation":270,"texture":"#3"},"south":{"uv":[15,14,16,11],"rotation":270,"texture":"#3"},"west":{"uv":[15,14,16,11],"rotation":270,"texture":"#3"},"up":{"uv":[13,12,16,9],"rotation":270,"texture":"#3"},"down":{"uv":[13,12,16,9],"rotation":270,"texture":"#3"}}},{"from":[-0.55,9.13701,3.59291],"to":[1.45,12.13701,5.59291],"rotation":{"angle":22.5,"axis":"z","origin":[16.45,15.13701,5.59291]},"faces":{"north":{"uv":[7.5,12,10.5,10],"rotation":270,"texture":"#3"},"east":{"uv":[7.5,12,10.5,10],"rotation":270,"texture":"#3"},"south":{"uv":[7.5,12,10.5,10],"rotation":270,"texture":"#3"},"west":{"uv":[7.5,12,10.5,10],"rotation":270,"texture":"#3"},"up":{"uv":[7.5,12,9.5,10],"rotation":270,"texture":"#3"},"down":{"uv":[7.5,12,9.5,10],"rotation":270,"texture":"#3"}}},{"from":[14.95899,3.7838,6.813],"to":[17.45899,4.7838,9.313],"rotation":{"angle":-22.5,"axis":"z","origin":[16.20899,4.2838,8.063]},"faces":{"north":{"uv":[13.5,11,14.5,8.5],"rotation":270,"texture":"#3"},"east":{"uv":[13.5,11,14.5,8.5],"rotation":270,"texture":"#3"},"south":{"uv":[13.5,11,14.5,8.5],"rotation":270,"texture":"#3"},"west":{"uv":[13.5,11,14.5,8.5],"rotation":270,"texture":"#3"},"up":{"uv":[13.5,11,16,8.5],"rotation":270,"texture":"#3"},"down":{"uv":[13.5,11,16,8.5],"rotation":270,"texture":"#3"}}},{"from":[7.9704,2.3087,3.38454],"to":[12.4504,4.7887,5.86454],"rotation":{"angle":-22.5,"axis":"z","origin":[10.2104,3.5487,4.62454]},"faces":{"north":{"uv":[11.5,7.5,7,10],"rotation":180,"texture":"#3"},"east":{"uv":[9.5,7.5,7,10],"rotation":90,"texture":"#3"},"south":{"uv":[11.5,7.5,7,10],"texture":"#3"},"west":{"uv":[11,7.5,8.5,10],"rotation":270,"texture":"#3"},"up":{"uv":[7,10,11.5,7.5],"rotation":180,"texture":"#3"},"down":{"uv":[7,10,11.5,7.5],"rotation":180,"texture":"#3"}}},{"from":[3.5796,2.3387,3.41454],"to":[7.9996,4.7587,5.83454],"rotation":{"angle":22.5,"axis":"z","origin":[5.7896,3.5487,5.87454]},"faces":{"north":{"uv":[7,7.5,11.5,10],"rotation":180,"texture":"#3"},"east":{"uv":[11,10,8.5,7.5],"rotation":270,"texture":"#3"},"south":{"uv":[7,7.5,11.5,10],"texture":"#3"},"west":{"uv":[9.5,10,7,7.5],"rotation":90,"texture":"#3"},"up":{"uv":[11.5,10,7,7.5],"rotation":180,"texture":"#3"},"down":{"uv":[11.5,10,7,7.5],"rotation":180,"texture":"#3"}}},{"from":[14.72658,1.26034,7.104],"to":[16.22658,4.76034,9.104],"rotation":{"angle":-45,"axis":"z","origin":[15.32162,3.37812,8.69088]},"faces":{"north":{"uv":[8,9.5,11.5,8],"rotation":270,"texture":"#3"},"east":{"uv":[8,10,11.5,8],"rotation":270,"texture":"#3"},"south":{"uv":[8,9.5,11.5,8],"rotation":270,"texture":"#3"},"west":{"uv":[8,10,11.5,8],"rotation":270,"texture":"#3"},"up":{"uv":[9.5,10,11,8],"texture":"#3"},"down":{"uv":[8,10,9.5,8],"rotation":180,"texture":"#3"}}},{"from":[-1.5195,5.12876,7.54],"to":[-0.8995,6.64876,8.56],"rotation":{"angle":22.5,"axis":"z","origin":[-0.56299,6.20381,8.05]},"faces":{"north":{"uv":[1,1,1.5,2.5],"texture":"#0"},"east":{"uv":[1,0,2,1.5],"texture":"#0"},"south":{"uv":[1,0,1.6,1.5],"texture":"#0"},"west":{"uv":[1,1,2,2.5],"texture":"#0"},"up":{"uv":[2,0,3,0.5],"rotation":90,"texture":"#0"},"down":{"uv":[2,0,3,0.6],"rotation":270,"texture":"#0"}}},{"from":[-1.21299,4.15,7.54971],"to":[0.28701,6.65,8.54971],"rotation":{"angle":0,"axis":"y","origin":[-0.46299,4.6,8.04971]},"faces":{"north":{"uv":[1,1.5,2.5,5.5],"texture":"#0"},"east":{"uv":[1,1.5,2,5.5],"texture":"#0"},"south":{"uv":[1,1,2.5,5],"texture":"#0"},"west":{"uv":[1,1,2,5],"texture":"#0"},"up":{"uv":[1.5,0,2.5,0.5],"texture":"#0"},"down":{"uv":[0,0,1.5,1],"texture":"#0"}}},{"from":[-0.97299,5.42876,6.89349],"to":[0.04701,6.94876,7.51349],"rotation":{"angle":-22.5,"axis":"x","origin":[-0.46299,6.50381,7.85]},"faces":{"north":{"uv":[2,0.5,3,2],"texture":"#0"},"east":{"uv":[2,0,2.6,1.5],"texture":"#0"},"south":{"uv":[2,0,3,1.5],"texture":"#0"},"west":{"uv":[2,0,2.6,1.5],"texture":"#0"},"up":{"uv":[0.5,0,1.5,0.5],"texture":"#0"},"down":{"uv":[0.5,0,1.5,0.6],"texture":"#0"}}},{"from":[-0.96299,4.25,7.29971],"to":[0.03701,6.75,8.79971],"rotation":{"angle":0,"axis":"y","origin":[-0.46299,4.8,8.04971]},"faces":{"north":{"uv":[1,1.5,2,5.5],"texture":"#0"},"east":{"uv":[1,1.5,2.5,5.5],"texture":"#0"},"south":{"uv":[1,1.5,2,5.5],"texture":"#0"},"west":{"uv":[1,1,2.5,5],"texture":"#0"},"up":{"uv":[0,0,1.5,1],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,1.5,1],"rotation":90,"texture":"#0"}}},{"from":[-0.45,6.65,7.9],"to":[-0.2,7.65,8.15],"rotation":{"angle":-22.5,"axis":"z","origin":[-0.425,7.15,8.025]},"faces":{"north":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"east":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"south":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"west":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"up":{"uv":[4,0.5,4.375,1],"texture":"#0"},"down":{"uv":[4,0.5,4.375,1],"texture":"#0"}}},{"from":[-0.76,6.95903,8.38567],"to":[0.51,9.46903,8.40567],"rotation":{"angle":22.5,"axis":"x","origin":[-0.125,8.33903,8.39567]},"faces":{"north":{"uv":[5,4,11,16],"texture":"#1"},"east":{"uv":[0,0,0,3],"texture":"#1"},"south":{"uv":[11,4,5,16],"texture":"#1"},"west":{"uv":[0,0,0,3],"texture":"#1"},"up":{"uv":[0,0,2,0],"texture":"#1"},"down":{"uv":[0,0,2,0],"texture":"#1"}}},{"from":[-0.135,7.45903,7.61067],"to":[-0.115,9.96903,8.88067],"rotation":{"angle":22.5,"axis":"x","origin":[-0.125,8.08903,8.24567]},"faces":{"north":{"uv":[0,0,0,3],"texture":"#1"},"east":{"uv":[5,4,11,16],"texture":"#1"},"south":{"uv":[0,0,0,3],"texture":"#1"},"west":{"uv":[11,4,5,16],"texture":"#1"},"up":{"uv":[0,0,2,0],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,2,0],"rotation":270,"texture":"#1"}}},{"from":[-0.97299,5.52876,8.38651],"to":[0.04701,7.04876,9.00651],"rotation":{"angle":22.5,"axis":"x","origin":[-0.46299,6.60381,8.05]},"faces":{"north":{"uv":[1,0,2,1.5],"texture":"#0"},"east":{"uv":[1,0,1.6,1.5],"texture":"#0"},"south":{"uv":[1,0,2,1.5],"texture":"#0"},"west":{"uv":[1,0,1.6,1.5],"texture":"#0"},"up":{"uv":[2,0.5,3,1],"texture":"#0"},"down":{"uv":[0,2,1,2.6],"texture":"#0"}}},{"from":[-0.12649,5.42876,7.54],"to":[0.49351,6.94876,8.56],"rotation":{"angle":-22.5,"axis":"z","origin":[-0.46299,6.50381,8.05]},"faces":{"north":{"uv":[2,0,2.6,1.5],"texture":"#0"},"east":{"uv":[2,0,3,1.5],"texture":"#0"},"south":{"uv":[2,0,2.6,1.5],"texture":"#0"},"west":{"uv":[2,0,3,1.5],"texture":"#0"},"up":{"uv":[0.5,0.5,1.5,1.1],"rotation":90,"texture":"#0"},"down":{"uv":[2,1,3,1.6],"rotation":270,"texture":"#0"}}},{"from":[0.99616,1.71063,5.86247],"to":[4.49616,4.21063,7.86247],"rotation":{"angle":-22.5,"axis":"z","origin":[0.37838,2.77812,6.69088]},"faces":{"north":{"uv":[4.5,8,8,10.5],"texture":"#3"},"east":{"uv":[4.5,8,7,10],"rotation":270,"texture":"#3"},"south":{"uv":[4.5,8,8,10.5],"rotation":180,"texture":"#3"},"west":{"uv":[6,8,8.5,10],"rotation":90,"texture":"#3"},"up":{"uv":[8,10,4.5,8],"texture":"#3"},"down":{"uv":[8,10,4.5,8],"texture":"#3"}}},{"from":[-0.22658,1.26034,7.104],"to":[1.27342,4.76034,9.104],"rotation":{"angle":45,"axis":"z","origin":[0.67838,3.37812,8.69088]},"faces":{"north":{"uv":[8,8,11.5,9.5],"rotation":270,"texture":"#3"},"east":{"uv":[8,8,11.5,10],"rotation":270,"texture":"#3"},"south":{"uv":[8,8,11.5,9.5],"rotation":270,"texture":"#3"},"west":{"uv":[8,8,11.5,10],"rotation":270,"texture":"#3"},"up":{"uv":[11,10,9.5,8],"texture":"#3"},"down":{"uv":[9.5,10,8,8],"rotation":180,"texture":"#3"}}},{"from":[-1.45899,3.7838,6.813],"to":[1.04101,4.7838,9.313],"rotation":{"angle":22.5,"axis":"z","origin":[-0.20899,4.2838,8.063]},"faces":{"north":{"uv":[13.5,8.5,14.5,11],"rotation":270,"texture":"#3"},"east":{"uv":[13.5,8.5,14.5,11],"rotation":270,"texture":"#3"},"south":{"uv":[13.5,8.5,14.5,11],"rotation":270,"texture":"#3"},"west":{"uv":[13.5,8.5,14.5,11],"rotation":270,"texture":"#3"},"up":{"uv":[13.5,8.5,16,11],"rotation":270,"texture":"#3"},"down":{"uv":[13.5,8.5,16,11],"rotation":270,"texture":"#3"}}}],"display":{"head":{"rotation":[12,0,0],"translation":[0,10,-2],"scale":[1.24,1.24,1.24]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/bookworm.json b/assets/minecraft/models/item/wynn/skin/hat/bookworm.json new file mode 100644 index 000000000..8612bdeb2 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/bookworm.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/bookworm","particle":"skins/bookworm"},"elements":[{"from":[4,0,4],"to":[12,3,12],"faces":{"north":{"uv":[0,4,4,5.5],"texture":"#0"},"east":{"uv":[0,7,4,8.5],"texture":"#0"},"south":{"uv":[4,4,0,5.5],"texture":"#0"},"west":{"uv":[0,5.5,4,7],"texture":"#0"},"up":{"uv":[0,0,4,4],"texture":"#0"},"down":{"uv":[0,0,4,4],"texture":"#0"}}},{"from":[3,3,4],"to":[11,6,12],"rotation":{"angle":-22.5,"axis":"y","origin":[8,4,8]},"faces":{"north":{"uv":[4,4,8,5.5],"texture":"#0"},"east":{"uv":[4,5.5,8,7],"texture":"#0"},"south":{"uv":[8,4,4,5.5],"texture":"#0"},"west":{"uv":[4,7,8,8.5],"texture":"#0"},"up":{"uv":[4,0,8,4],"texture":"#0"},"down":{"uv":[4,0,8,4],"texture":"#0"}}},{"from":[4,6,5],"to":[12,9,13],"rotation":{"angle":22.5,"axis":"y","origin":[8,4,8]},"faces":{"north":{"uv":[8,5.5,12,7],"texture":"#0"},"east":{"uv":[8,4,12,5.5],"texture":"#0"},"south":{"uv":[8,7,12,8.5],"texture":"#0"},"west":{"uv":[12,4,8,5.5],"texture":"#0"},"up":{"uv":[8,0,12,4],"texture":"#0"},"down":{"uv":[8,4,12,0],"texture":"#0"}}}],"display":{"head":{"rotation":[5,0,0],"translation":[0,21,1],"scale":[1.95,1.95,1.95]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/boreal_crown.json b/assets/minecraft/models/item/wynn/skin/hat/boreal_crown.json new file mode 100644 index 000000000..69a1cd113 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/boreal_crown.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/ice_scythe","particle":"skins/ice_scythe"},"elements":[{"from":[15.01236,2.56317,4.15818],"to":[16.21236,5.76317,5.35818],"rotation":{"angle":-22.5,"axis":"z","origin":[13.00072,8.8374,6.20668]},"faces":{"north":{"uv":[3,12,5,8],"rotation":180,"texture":"#0"},"east":{"uv":[3,12,5,8],"rotation":180,"texture":"#0"},"south":{"uv":[3,12,5,8],"rotation":180,"texture":"#0"},"west":{"uv":[3,12,5,8],"rotation":180,"texture":"#0"},"up":{"uv":[5,8,3,10],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,10,10.5,12],"rotation":180,"texture":"#0"}}},{"from":[15.21236,4.76317,4.35818],"to":[16.01236,7.56317,5.15818],"rotation":{"angle":-22.5,"axis":"z","origin":[13.00072,8.8374,6.20668]},"faces":{"north":{"uv":[3,11.5,4,8],"rotation":180,"texture":"#0"},"east":{"uv":[3,11.5,4,8],"rotation":180,"texture":"#0"},"south":{"uv":[3,11.5,4,8],"rotation":180,"texture":"#0"},"west":{"uv":[3,11.5,4,8],"rotation":180,"texture":"#0"},"up":{"uv":[5,8,3,10],"rotation":90,"texture":"#0"},"down":{"uv":[4,8,3,11.5],"rotation":270,"texture":"#0"}}},{"from":[15.41236,6.96317,4.55818],"to":[15.81236,9.36317,4.95818],"rotation":{"angle":-22.5,"axis":"z","origin":[13.00072,8.8374,6.20668]},"faces":{"north":{"uv":[3,10,4,8],"rotation":180,"texture":"#0"},"east":{"uv":[3,10,4,8],"rotation":180,"texture":"#0"},"south":{"uv":[3,10,4,8],"rotation":180,"texture":"#0"},"west":{"uv":[3,10,4,8],"rotation":180,"texture":"#0"},"up":{"uv":[5,8,3,10],"rotation":90,"texture":"#0"},"down":{"uv":[4,8,3,10],"rotation":270,"texture":"#0"}}},{"from":[14.69018,0.5673,7.05818],"to":[15.89018,2.5673,8.25818],"rotation":{"angle":-45,"axis":"z","origin":[15.29018,2.9673,7.65818]},"faces":{"north":{"uv":[4,9,5.2,11],"texture":"#0"},"east":{"uv":[4,9,5.2,11],"texture":"#0"},"south":{"uv":[4,9,5.2,11],"texture":"#0"},"west":{"uv":[4,9,5.2,11],"texture":"#0"},"up":{"uv":[3.5,8,4.7,9.2],"texture":"#0"},"down":{"uv":[5.5,10,6.7,11.2],"texture":"#0"}}},{"from":[14.89018,1.5673,7.25818],"to":[15.69018,4.3673,8.05818],"rotation":{"angle":-45,"axis":"z","origin":[15.29018,2.9673,7.65818]},"faces":{"north":{"uv":[3,11.5,4,8],"rotation":180,"texture":"#0"},"east":{"uv":[3,11.5,4,8],"rotation":180,"texture":"#0"},"south":{"uv":[3,11.5,4,8],"rotation":180,"texture":"#0"},"west":{"uv":[3,11.5,4,8],"rotation":180,"texture":"#0"},"up":{"uv":[5,8,3,10],"rotation":90,"texture":"#0"},"down":{"uv":[4,8,3,11.5],"rotation":270,"texture":"#0"}}},{"from":[15.09018,3.7673,7.45818],"to":[15.49018,6.1673,7.85818],"rotation":{"angle":-45,"axis":"z","origin":[15.29018,2.9673,7.65818]},"faces":{"north":{"uv":[3,10,4,8],"rotation":180,"texture":"#0"},"east":{"uv":[3,10,4,8],"rotation":180,"texture":"#0"},"south":{"uv":[3,10,4,8],"rotation":180,"texture":"#0"},"west":{"uv":[3,10,4,8],"rotation":180,"texture":"#0"},"up":{"uv":[5,8,3,10],"rotation":90,"texture":"#0"},"down":{"uv":[4,8,3,10],"rotation":270,"texture":"#0"}}},{"from":[9.33982,1.41347,4.25818],"to":[10.53982,4.61347,5.45818],"rotation":{"angle":22.5,"axis":"z","origin":[13.00072,8.8374,6.20668]},"faces":{"north":{"uv":[2.5,12,4.5,8],"rotation":180,"texture":"#0"},"east":{"uv":[2.5,12,4.5,8],"rotation":180,"texture":"#0"},"south":{"uv":[2.5,12,4.5,8],"rotation":180,"texture":"#0"},"west":{"uv":[6.5,12,8.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[4.5,8,2.5,10],"rotation":90,"texture":"#0"},"down":{"uv":[7,10.5,8,11.5],"rotation":270,"texture":"#0"}}},{"from":[9.53982,3.61347,4.45818],"to":[10.33982,6.41347,5.25818],"rotation":{"angle":22.5,"axis":"z","origin":[13.00072,8.8374,6.20668]},"faces":{"north":{"uv":[2.5,10.5,3.5,8],"rotation":180,"texture":"#0"},"east":{"uv":[2.5,10.5,3.5,8],"rotation":180,"texture":"#0"},"south":{"uv":[2.5,10.5,3.5,8],"rotation":180,"texture":"#0"},"west":{"uv":[2.5,10.5,3.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[4.5,8,2.5,10],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,8,2.5,10.5],"rotation":270,"texture":"#0"}}},{"from":[9.73982,5.81347,4.65818],"to":[10.13982,8.21347,5.05818],"rotation":{"angle":22.5,"axis":"z","origin":[13.00072,8.8374,6.20668]},"faces":{"north":{"uv":[2.5,9.5,3.5,8],"rotation":180,"texture":"#0"},"east":{"uv":[2.5,9.5,3.5,8],"rotation":180,"texture":"#0"},"south":{"uv":[2.5,9.5,3.5,8],"rotation":180,"texture":"#0"},"west":{"uv":[2.5,9.5,3.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[4.5,8,2.5,10],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,8,2.5,9.5],"rotation":270,"texture":"#0"}}},{"from":[4.01904,1.47021,3.24066],"to":[5.21904,4.67021,4.44066],"rotation":{"angle":22.5,"axis":"z","origin":[8.22492,5.69013,3.75819]},"faces":{"north":{"uv":[1.5,12,3.5,8],"rotation":180,"texture":"#0"},"east":{"uv":[1.5,12,3.5,8],"rotation":180,"texture":"#0"},"south":{"uv":[1.5,12,3.5,8],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,12,3.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,8,1.5,10],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,10,10.5,12],"rotation":180,"texture":"#0"}}},{"from":[4.21904,3.67021,3.44066],"to":[5.01904,6.47021,4.24066],"rotation":{"angle":22.5,"axis":"z","origin":[8.22492,5.69013,3.75819]},"faces":{"north":{"uv":[1.5,11,2.5,8],"rotation":180,"texture":"#0"},"east":{"uv":[1.5,11,2.5,8],"rotation":180,"texture":"#0"},"south":{"uv":[1.5,11,2.5,8],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,11,2.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,8,1.5,10],"rotation":180,"texture":"#0"},"down":{"uv":[2.5,8,1.5,11],"rotation":180,"texture":"#0"}}},{"from":[4.41904,5.87021,3.64066],"to":[4.81904,8.27021,4.04066],"rotation":{"angle":22.5,"axis":"z","origin":[8.22492,5.69013,3.75819]},"faces":{"north":{"uv":[1.5,12,2,8],"rotation":180,"texture":"#0"},"east":{"uv":[1.5,12,2,8],"rotation":180,"texture":"#0"},"south":{"uv":[1.5,12,2,8],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,12,2,8],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,8,1.5,10],"rotation":180,"texture":"#0"},"down":{"uv":[2,8,1.5,12],"rotation":180,"texture":"#0"}}},{"from":[7.38076,0.53749,3.24066],"to":[8.58076,3.73749,4.44066],"rotation":{"angle":0,"axis":"z","origin":[5.13076,3.73749,3.84066]},"faces":{"north":{"uv":[1.5,12,3.5,8],"rotation":180,"texture":"#0"},"east":{"uv":[1.5,12,3.5,8],"rotation":180,"texture":"#0"},"south":{"uv":[1.5,12,3.5,8],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,12,3.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,8,1.5,10],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,10,10.5,12],"rotation":180,"texture":"#0"}}},{"from":[13.57267,1.20674,6.03755],"to":[14.47267,3.10674,6.93755],"rotation":{"angle":-22.5,"axis":"z","origin":[14.02267,2.15674,6.48755]},"faces":{"north":{"uv":[1.5,9.9,2.4,11.8],"texture":"#0"},"east":{"uv":[1.5,9.9,2.4,11.8],"texture":"#0"},"south":{"uv":[1.5,9.9,2.4,11.8],"texture":"#0"},"west":{"uv":[1.5,9.9,2.4,11.8],"texture":"#0"},"up":{"uv":[1.5,9.9,2.4,10.8],"texture":"#0"},"down":{"uv":[6,11,6.9,11.9],"texture":"#0"}}},{"from":[14.2074,2.56032,6.18755],"to":[14.8074,4.16032,6.78755],"rotation":{"angle":-22.5,"axis":"z","origin":[14.5074,3.32699,6.48755]},"faces":{"north":{"uv":[1.5,11,2.5,8],"rotation":180,"texture":"#0"},"east":{"uv":[1.5,11,2.5,8],"rotation":180,"texture":"#0"},"south":{"uv":[1.5,11,2.5,8],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,11,2.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[1.5,10,3.5,8],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,11,2.5,8],"rotation":180,"texture":"#0"}}},{"from":[14.4074,3.96032,6.38755],"to":[14.6074,5.16032,6.58755],"rotation":{"angle":-22.5,"axis":"z","origin":[14.5074,3.32699,6.48755]},"faces":{"north":{"uv":[1.5,12,2,8],"rotation":180,"texture":"#0"},"east":{"uv":[1.5,12,2,8],"rotation":180,"texture":"#0"},"south":{"uv":[1.5,12,2,8],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,12,2,8],"rotation":180,"texture":"#0"},"up":{"uv":[1.5,10,3.5,8],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,12,2,8],"rotation":180,"texture":"#0"}}},{"from":[13.69073,1.87699,8.43755],"to":[15.59073,2.77699,9.33755],"rotation":{"angle":22.5,"axis":"z","origin":[15.9074,2.32699,8.88755]},"faces":{"north":{"uv":[1.5,9.9,2.4,11.8],"rotation":270,"texture":"#0"},"east":{"uv":[1.5,9.9,2.4,10.8],"rotation":90,"texture":"#0"},"south":{"uv":[1.5,9.9,2.4,11.8],"rotation":90,"texture":"#0"},"west":{"uv":[6,11,6.9,11.9],"rotation":90,"texture":"#0"},"up":{"uv":[1.5,9.9,2.4,11.8],"rotation":90,"texture":"#0"},"down":{"uv":[1.5,9.9,2.4,11.8],"rotation":90,"texture":"#0"}}},{"from":[15.14073,2.02699,8.58755],"to":[16.74073,2.62699,9.18755],"rotation":{"angle":22.5,"axis":"z","origin":[15.9074,2.32699,8.88755]},"faces":{"north":{"uv":[1.5,11,2.5,8],"rotation":90,"texture":"#0"},"east":{"uv":[1.5,10,3.5,8],"rotation":270,"texture":"#0"},"south":{"uv":[1.5,11,2.5,8],"rotation":270,"texture":"#0"},"west":{"uv":[1.5,11,2.5,8],"rotation":270,"texture":"#0"},"up":{"uv":[1.5,11,2.5,8],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,11,2.5,8],"rotation":270,"texture":"#0"}}},{"from":[16.54073,2.22699,8.78755],"to":[17.74073,2.42699,8.98755],"rotation":{"angle":22.5,"axis":"z","origin":[15.9074,2.32699,8.88755]},"faces":{"north":{"uv":[1.5,12,2,8],"rotation":90,"texture":"#0"},"east":{"uv":[1.5,10,3.5,8],"rotation":270,"texture":"#0"},"south":{"uv":[1.5,12,2,8],"rotation":270,"texture":"#0"},"west":{"uv":[1.5,12,2,8],"rotation":270,"texture":"#0"},"up":{"uv":[1.5,12,2,8],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,12,2,8],"rotation":270,"texture":"#0"}}},{"from":[6.75929,0.76032,3.74744],"to":[7.75929,2.76032,4.74744],"rotation":{"angle":-22.5,"axis":"y","origin":[8.22492,5.69013,3.75819]},"faces":{"north":{"uv":[1.5,10,2.5,8],"rotation":180,"texture":"#0"},"east":{"uv":[1.5,10,2.5,8],"rotation":180,"texture":"#0"},"south":{"uv":[1.5,10,2.5,8],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,10,2.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[1.5,10,2.5,8],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,10,2.5,8],"rotation":90,"texture":"#0"}}},{"from":[6.95929,2.26032,3.94744],"to":[7.55929,3.86032,4.54744],"rotation":{"angle":-22.5,"axis":"y","origin":[8.22492,5.69013,3.75819]},"faces":{"north":{"uv":[1.5,11,2.5,8],"rotation":180,"texture":"#0"},"east":{"uv":[1.5,11,2.5,8],"rotation":180,"texture":"#0"},"south":{"uv":[1.5,11,2.5,8],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,11,2.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[1.5,10,3.5,8],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,11,2.5,8],"rotation":90,"texture":"#0"}}},{"from":[7.15929,3.66032,4.14744],"to":[7.35929,4.86032,4.34744],"rotation":{"angle":-22.5,"axis":"y","origin":[8.22492,5.69013,3.75819]},"faces":{"north":{"uv":[1.5,12,2,8],"rotation":180,"texture":"#0"},"east":{"uv":[1.5,12,2,8],"rotation":180,"texture":"#0"},"south":{"uv":[1.5,12,2,8],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,12,2,8],"rotation":180,"texture":"#0"},"up":{"uv":[1.5,10,3.5,8],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,12,2,8],"rotation":90,"texture":"#0"}}},{"from":[8.24375,0.76032,3.56237],"to":[9.24375,2.76032,4.56237],"rotation":{"angle":22.5,"axis":"y","origin":[8.22492,5.69013,3.75819]},"faces":{"north":{"uv":[2.5,10,1.5,8],"rotation":180,"texture":"#0"},"east":{"uv":[2.5,10,1.5,8],"rotation":180,"texture":"#0"},"south":{"uv":[2.5,10,1.5,8],"rotation":180,"texture":"#0"},"west":{"uv":[2.5,10,1.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[1.5,8,2.5,10],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,8,2.5,10],"rotation":90,"texture":"#0"}}},{"from":[8.64375,3.66032,3.96237],"to":[8.84375,4.86032,4.16237],"rotation":{"angle":22.5,"axis":"y","origin":[8.22492,5.69013,3.75819]},"faces":{"north":{"uv":[2,12,1.5,8],"rotation":180,"texture":"#0"},"east":{"uv":[2,12,1.5,8],"rotation":180,"texture":"#0"},"south":{"uv":[2,12,1.5,8],"rotation":180,"texture":"#0"},"west":{"uv":[2,12,1.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[1.5,8,3.5,10],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,8,2,12],"rotation":90,"texture":"#0"}}},{"from":[8.44375,2.26032,3.76237],"to":[9.04375,3.86032,4.36237],"rotation":{"angle":22.5,"axis":"y","origin":[8.22492,5.69013,3.75819]},"faces":{"north":{"uv":[2.5,11,1.5,8],"rotation":180,"texture":"#0"},"east":{"uv":[2.5,11,1.5,8],"rotation":180,"texture":"#0"},"south":{"uv":[2.5,11,1.5,8],"rotation":180,"texture":"#0"},"west":{"uv":[2.5,11,1.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[1.5,8,3.5,10],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,8,2.5,11],"rotation":90,"texture":"#0"}}},{"from":[10.784,1.28513,3.24066],"to":[11.984,4.48513,4.44066],"rotation":{"angle":-22.5,"axis":"z","origin":[8.22492,5.69013,3.75819]},"faces":{"north":{"uv":[3.5,12,1.5,8],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,12,1.5,8],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,12,1.5,8],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,12,1.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[1.5,8,3.5,10],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,10,10.5,12],"rotation":180,"texture":"#0"}}},{"from":[10.984,3.48513,3.44066],"to":[11.784,6.28513,4.24066],"rotation":{"angle":-22.5,"axis":"z","origin":[8.22492,5.69013,3.75819]},"faces":{"north":{"uv":[2.5,11,1.5,8],"rotation":180,"texture":"#0"},"east":{"uv":[2.5,11,1.5,8],"rotation":180,"texture":"#0"},"south":{"uv":[2.5,11,1.5,8],"rotation":180,"texture":"#0"},"west":{"uv":[2.5,11,1.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[1.5,8,3.5,10],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,8,2.5,11],"rotation":180,"texture":"#0"}}},{"from":[11.184,5.68513,3.64066],"to":[11.584,8.08513,4.04066],"rotation":{"angle":-22.5,"axis":"z","origin":[8.22492,5.69013,3.75819]},"faces":{"north":{"uv":[2,12,1.5,8],"rotation":180,"texture":"#0"},"east":{"uv":[2,12,1.5,8],"rotation":180,"texture":"#0"},"south":{"uv":[2,12,1.5,8],"rotation":180,"texture":"#0"},"west":{"uv":[2,12,1.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[1.5,8,3.5,10],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,8,2,12],"rotation":180,"texture":"#0"}}},{"from":[11.53547,-0.46251,3.44066],"to":[12.73547,2.73749,4.64066],"rotation":{"angle":-45,"axis":"z","origin":[12.13547,3.13749,4.04066]},"faces":{"north":{"uv":[3.5,12,1.5,8],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,12,1.5,8],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,12,1.5,8],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,12,1.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[1.5,8,3.5,10],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,10,10.5,12],"rotation":180,"texture":"#0"}}},{"from":[11.73547,1.73749,3.64066],"to":[12.53547,4.53749,4.44066],"rotation":{"angle":-45,"axis":"z","origin":[12.13547,3.13749,4.04066]},"faces":{"north":{"uv":[2.5,11,1.5,8],"rotation":180,"texture":"#0"},"east":{"uv":[2.5,11,1.5,8],"rotation":180,"texture":"#0"},"south":{"uv":[2.5,11,1.5,8],"rotation":180,"texture":"#0"},"west":{"uv":[2.5,11,1.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[1.5,8,3.5,10],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,8,2.5,11],"rotation":180,"texture":"#0"}}},{"from":[11.93547,3.93749,3.84066],"to":[12.33547,6.33749,4.24066],"rotation":{"angle":-45,"axis":"z","origin":[12.13547,3.13749,4.04066]},"faces":{"north":{"uv":[2,12,1.5,8],"rotation":180,"texture":"#0"},"east":{"uv":[2,12,1.5,8],"rotation":180,"texture":"#0"},"south":{"uv":[2,12,1.5,8],"rotation":180,"texture":"#0"},"west":{"uv":[2,12,1.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[1.5,8,3.5,10],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,8,2,12],"rotation":180,"texture":"#0"}}},{"from":[12.5074,1.86032,5.73755],"to":[13.5074,3.86032,6.73755],"rotation":{"angle":-22.5,"axis":"y","origin":[13.0074,4.12699,6.23755]},"faces":{"north":{"uv":[1.5,10.2,2.7,8],"rotation":180,"texture":"#0"},"east":{"uv":[1.5,10.2,2.7,8],"rotation":180,"texture":"#0"},"south":{"uv":[1.5,10.2,2.7,8],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,10.2,2.7,8],"rotation":180,"texture":"#0"},"up":{"uv":[1.5,9.2,2.7,8],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,9.2,2.7,8],"rotation":180,"texture":"#0"}}},{"from":[12.7074,3.36032,5.93755],"to":[13.3074,4.96032,6.53755],"rotation":{"angle":-22.5,"axis":"y","origin":[13.0074,4.12699,6.23755]},"faces":{"north":{"uv":[1.5,9.8,2.3,8],"rotation":180,"texture":"#0"},"east":{"uv":[1.5,9.8,2.3,8],"rotation":180,"texture":"#0"},"south":{"uv":[1.5,9.8,2.3,8],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,9.8,2.3,8],"rotation":180,"texture":"#0"},"up":{"uv":[1.5,8.8,2.3,8],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,8.8,2.3,8],"rotation":180,"texture":"#0"}}},{"from":[12.9074,4.76032,6.13755],"to":[13.1074,5.96032,6.33755],"rotation":{"angle":-22.5,"axis":"y","origin":[13.0074,4.12699,6.23755]},"faces":{"north":{"uv":[1.5,9.4,1.9,8],"rotation":180,"texture":"#0"},"east":{"uv":[1.5,9.4,1.9,8],"rotation":180,"texture":"#0"},"south":{"uv":[1.5,9.4,1.9,8],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,9.4,1.9,8],"rotation":180,"texture":"#0"},"up":{"uv":[1.5,8.4,1.9,8],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,8.4,1.9,8],"rotation":180,"texture":"#0"}}},{"from":[12.18976,1.83858,4.29618],"to":[13.38976,6.03858,5.49618],"rotation":{"angle":0,"axis":"x","origin":[12.78976,6.27191,4.89618]},"faces":{"north":{"uv":[9,8,2,10],"rotation":90,"texture":"#0"},"east":{"uv":[9,8,2,10],"rotation":90,"texture":"#0"},"south":{"uv":[9,8,2,10],"rotation":90,"texture":"#0"},"west":{"uv":[9,8,2,10],"rotation":90,"texture":"#0"},"up":{"uv":[2,10,9,8],"texture":"#0"},"down":{"uv":[2,10,9,8],"rotation":180,"texture":"#0"}}},{"from":[12.38976,5.03858,4.49618],"to":[13.18976,7.83858,5.29618],"rotation":{"angle":0,"axis":"x","origin":[12.78976,6.27191,4.89618]},"faces":{"north":{"uv":[9,8,2,10],"rotation":90,"texture":"#0"},"east":{"uv":[9,8,2,10],"rotation":90,"texture":"#0"},"south":{"uv":[9,8,2,10],"rotation":90,"texture":"#0"},"west":{"uv":[9,8,2,10],"rotation":90,"texture":"#0"},"up":{"uv":[2,10,9,8],"texture":"#0"},"down":{"uv":[2,10,9,8],"rotation":180,"texture":"#0"}}},{"from":[12.58976,7.23858,4.69618],"to":[12.98976,9.63858,5.09618],"rotation":{"angle":0,"axis":"x","origin":[12.78976,6.27191,4.89618]},"faces":{"north":{"uv":[9,8,2,10],"rotation":90,"texture":"#0"},"east":{"uv":[9,8,2,10],"rotation":90,"texture":"#0"},"south":{"uv":[9,8,2,10],"rotation":90,"texture":"#0"},"west":{"uv":[9,8,2,10],"rotation":90,"texture":"#0"},"up":{"uv":[2,10,9,8],"texture":"#0"},"down":{"uv":[2,10,9,8],"rotation":180,"texture":"#0"}}},{"from":[8.53801,4.93075,3.32302],"to":[10.33801,5.73075,4.12302],"rotation":{"angle":-22.5,"axis":"z","origin":[8.22492,5.29013,3.75819]},"faces":{"north":{"uv":[8,9.5,7,11.5],"rotation":270,"texture":"#0"},"east":{"uv":[8.5,8.5,7.5,9.5],"texture":"#0"},"south":{"uv":[8,9.5,7,11.5],"rotation":90,"texture":"#0"},"west":{"uv":[8,10.5,7,11.5],"rotation":180,"texture":"#0"},"up":{"uv":[8,9.5,7,11.5],"rotation":90,"texture":"#0"},"down":{"uv":[8,9.5,7,11.5],"rotation":90,"texture":"#0"}}},{"from":[9.28801,5.03075,3.42302],"to":[11.88801,5.63075,4.02302],"rotation":{"angle":-22.5,"axis":"z","origin":[8.22492,5.29013,3.75819]},"faces":{"north":{"uv":[4.5,8,3.5,11],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,8,3.5,10],"rotation":270,"texture":"#0"},"south":{"uv":[4.5,8,3.5,11],"rotation":90,"texture":"#0"},"west":{"uv":[4.5,8,3.5,11],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,8,3.5,11],"rotation":90,"texture":"#0"},"down":{"uv":[4.5,8,3.5,11],"rotation":90,"texture":"#0"}}},{"from":[10.68801,5.18075,3.57302],"to":[12.98801,5.48075,3.87302],"rotation":{"angle":-22.5,"axis":"z","origin":[8.22492,5.29013,3.75819]},"faces":{"north":{"uv":[4.5,8,3.5,10],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,8,3.5,10],"rotation":270,"texture":"#0"},"south":{"uv":[4.5,8,3.5,10],"rotation":90,"texture":"#0"},"west":{"uv":[4.5,8,3.5,10],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,8,3.5,10],"rotation":90,"texture":"#0"},"down":{"uv":[4.5,8,3.5,10],"rotation":90,"texture":"#0"}}},{"from":[12.43901,4.93175,3.57402],"to":[12.73701,5.72975,3.87202],"rotation":{"angle":-22.5,"axis":"z","origin":[8.22492,5.29013,3.75819]},"faces":{"north":{"uv":[3.9,8,4.3,8.9],"texture":"#0"},"east":{"uv":[3.9,8,4.8,8.4],"rotation":90,"texture":"#0"},"south":{"uv":[3.9,8,4.3,8.9],"rotation":180,"texture":"#0"},"west":{"uv":[3.9,8,4.8,8.4],"rotation":270,"texture":"#0"},"up":{"uv":[3.9,8,4.3,8.4],"rotation":180,"texture":"#0"},"down":{"uv":[3.9,8,4.3,8.4],"rotation":180,"texture":"#0"}}},{"from":[8.63409,2.14636,3.57302],"to":[8.93409,3.94636,3.87302],"rotation":{"angle":45,"axis":"z","origin":[8.22492,5.29013,3.75819]},"faces":{"north":{"uv":[3.9,8,4.3,9.9],"texture":"#0"},"east":{"uv":[3.9,8,5.8,8.4],"rotation":90,"texture":"#0"},"south":{"uv":[3.9,8,4.3,9.9],"rotation":180,"texture":"#0"},"west":{"uv":[3.9,8,5.8,8.4],"rotation":270,"texture":"#0"},"up":{"uv":[3.9,8,4.3,8.4],"rotation":180,"texture":"#0"},"down":{"uv":[3.9,8,4.3,8.4],"rotation":180,"texture":"#0"}}},{"from":[9.59979,4.65604,3.57302],"to":[11.39979,4.95604,3.87302],"rotation":{"angle":0,"axis":"x","origin":[8.22492,5.29013,3.75819]},"faces":{"north":{"uv":[3.9,8,4.3,9.9],"rotation":270,"texture":"#0"},"east":{"uv":[3.9,8,4.3,8.4],"rotation":270,"texture":"#0"},"south":{"uv":[3.9,8,4.3,9.9],"rotation":270,"texture":"#0"},"west":{"uv":[3.9,8,4.3,8.4],"rotation":270,"texture":"#0"},"up":{"uv":[3.9,8,5.8,8.4],"texture":"#0"},"down":{"uv":[3.9,8,5.8,8.4],"rotation":180,"texture":"#0"}}},{"from":[5.79821,3.89912,3.32302],"to":[7.59821,4.69912,4.12302],"rotation":{"angle":22.5,"axis":"z","origin":[5.22359,4.29912,3.72302]},"faces":{"north":{"uv":[8,9.5,7,11.5],"rotation":90,"texture":"#0"},"east":{"uv":[8,10.5,7,11.5],"texture":"#0"},"south":{"uv":[8,9.5,7,11.5],"rotation":270,"texture":"#0"},"west":{"uv":[8.5,8.5,7.5,9.5],"rotation":180,"texture":"#0"},"up":{"uv":[8,9.5,7,11.5],"rotation":270,"texture":"#0"},"down":{"uv":[8,9.5,7,11.5],"rotation":270,"texture":"#0"}}},{"from":[4.54738,3.6422,3.57302],"to":[6.34738,3.9422,3.87302],"rotation":{"angle":45,"axis":"z","origin":[5.22359,4.29912,3.72302]},"faces":{"north":{"uv":[3.9,8,4.3,9.9],"rotation":90,"texture":"#0"},"east":{"uv":[3.9,8,4.3,8.4],"rotation":90,"texture":"#0"},"south":{"uv":[3.9,8,4.3,9.9],"rotation":90,"texture":"#0"},"west":{"uv":[3.9,8,4.3,8.4],"rotation":90,"texture":"#0"},"up":{"uv":[3.9,8,5.8,8.4],"texture":"#0"},"down":{"uv":[3.9,8,5.8,8.4],"rotation":180,"texture":"#0"}}},{"from":[4.24821,3.99912,3.42302],"to":[6.84821,4.59912,4.02302],"rotation":{"angle":22.5,"axis":"z","origin":[5.22359,4.29912,3.72302]},"faces":{"north":{"uv":[4.5,8,3.5,11],"rotation":90,"texture":"#0"},"east":{"uv":[4.5,8,3.5,11],"rotation":90,"texture":"#0"},"south":{"uv":[4.5,8,3.5,11],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,8,3.5,10],"rotation":90,"texture":"#0"},"up":{"uv":[4.5,8,3.5,11],"rotation":270,"texture":"#0"},"down":{"uv":[4.5,8,3.5,11],"rotation":270,"texture":"#0"}}},{"from":[4.54739,4.65603,3.57302],"to":[6.34739,4.95603,3.87302],"rotation":{"angle":0,"axis":"z","origin":[5.22359,4.29912,3.72302]},"faces":{"north":{"uv":[3.9,8,4.3,9.9],"rotation":270,"texture":"#0"},"east":{"uv":[3.9,8,4.3,8.4],"rotation":270,"texture":"#0"},"south":{"uv":[3.9,8,4.3,9.9],"rotation":270,"texture":"#0"},"west":{"uv":[3.9,8,4.3,8.4],"rotation":270,"texture":"#0"},"up":{"uv":[3.9,8,5.8,8.4],"texture":"#0"},"down":{"uv":[3.9,8,5.8,8.4],"rotation":180,"texture":"#0"}}},{"from":[3.14821,4.14912,3.57302],"to":[5.44821,4.44912,3.87302],"rotation":{"angle":22.5,"axis":"z","origin":[5.22359,4.29912,3.72302]},"faces":{"north":{"uv":[4.5,8,3.5,10],"rotation":90,"texture":"#0"},"east":{"uv":[4.5,8,3.5,10],"rotation":90,"texture":"#0"},"south":{"uv":[4.5,8,3.5,10],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,8,3.5,10],"rotation":90,"texture":"#0"},"up":{"uv":[4.5,8,3.5,10],"rotation":270,"texture":"#0"},"down":{"uv":[4.5,8,3.5,10],"rotation":270,"texture":"#0"}}},{"from":[3.39921,3.90012,3.57402],"to":[3.69721,4.69812,3.87202],"rotation":{"angle":22.5,"axis":"z","origin":[5.22359,4.29912,3.72302]},"faces":{"north":{"uv":[3.9,8,4.3,8.9],"rotation":180,"texture":"#0"},"east":{"uv":[3.9,8,4.8,8.4],"rotation":90,"texture":"#0"},"south":{"uv":[3.9,8,4.3,8.9],"texture":"#0"},"west":{"uv":[3.9,8,4.8,8.4],"rotation":270,"texture":"#0"},"up":{"uv":[3.9,8,4.3,8.4],"texture":"#0"},"down":{"uv":[3.9,8,4.3,8.4],"texture":"#0"}}},{"from":[10.91093,5.6377,3.57302],"to":[13.21093,5.9377,3.87302],"rotation":{"angle":22.5,"axis":"z","origin":[8.22492,5.29013,3.75819]},"faces":{"north":{"uv":[4.5,8,3.5,10],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,8,3.5,10],"rotation":270,"texture":"#0"},"south":{"uv":[4.5,8,3.5,10],"rotation":90,"texture":"#0"},"west":{"uv":[4.5,8,3.5,10],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,8,3.5,10],"rotation":90,"texture":"#0"},"down":{"uv":[4.5,8,3.5,10],"rotation":90,"texture":"#0"}}},{"from":[9.51093,5.4877,3.42302],"to":[12.11093,6.0877,4.02302],"rotation":{"angle":22.5,"axis":"z","origin":[8.22492,5.29013,3.75819]},"faces":{"north":{"uv":[4.5,8,3.5,11],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,8,3.5,10],"rotation":270,"texture":"#0"},"south":{"uv":[4.5,8,3.5,11],"rotation":90,"texture":"#0"},"west":{"uv":[4.5,8,3.5,11],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,8,3.5,11],"rotation":90,"texture":"#0"},"down":{"uv":[4.5,8,3.5,11],"rotation":90,"texture":"#0"}}},{"from":[8.76093,5.3877,3.32302],"to":[10.56093,6.1877,4.12302],"rotation":{"angle":22.5,"axis":"z","origin":[8.22492,5.29013,3.75819]},"faces":{"north":{"uv":[8,9.5,7,11.5],"rotation":270,"texture":"#0"},"east":{"uv":[8.5,8.5,7.5,9.5],"texture":"#0"},"south":{"uv":[8,9.5,7,11.5],"rotation":90,"texture":"#0"},"west":{"uv":[8,10.5,7,11.5],"rotation":180,"texture":"#0"},"up":{"uv":[8,9.5,7,11.5],"rotation":90,"texture":"#0"},"down":{"uv":[8,9.5,7,11.5],"rotation":90,"texture":"#0"}}},{"from":[12.66193,5.3887,3.57402],"to":[12.95993,6.1867,3.87202],"rotation":{"angle":22.5,"axis":"z","origin":[8.22492,5.29013,3.75819]},"faces":{"north":{"uv":[3.9,8,4.3,8.9],"texture":"#0"},"east":{"uv":[3.9,8,4.8,8.4],"rotation":90,"texture":"#0"},"south":{"uv":[3.9,8,4.3,8.9],"rotation":180,"texture":"#0"},"west":{"uv":[3.9,8,4.8,8.4],"rotation":270,"texture":"#0"},"up":{"uv":[3.9,8,4.3,8.4],"rotation":180,"texture":"#0"},"down":{"uv":[3.9,8,4.3,8.4],"rotation":180,"texture":"#0"}}},{"from":[9.59979,6.20676,3.57302],"to":[11.39979,6.50676,3.87302],"rotation":{"angle":0,"axis":"x","origin":[8.22492,5.29013,3.75819]},"faces":{"north":{"uv":[3.9,8,4.3,9.9],"rotation":90,"texture":"#0"},"east":{"uv":[3.9,8,4.3,8.4],"rotation":90,"texture":"#0"},"south":{"uv":[3.9,8,4.3,9.9],"rotation":90,"texture":"#0"},"west":{"uv":[3.9,8,4.3,8.4],"rotation":90,"texture":"#0"},"up":{"uv":[3.9,8,5.8,8.4],"texture":"#0"},"down":{"uv":[3.9,8,5.8,8.4],"rotation":180,"texture":"#0"}}},{"from":[9.98062,4.99289,3.57302],"to":[11.78062,5.29289,3.87302],"rotation":{"angle":45,"axis":"z","origin":[8.22492,5.29013,3.75819]},"faces":{"north":{"uv":[3.9,8,4.3,9.9],"rotation":270,"texture":"#0"},"east":{"uv":[3.9,8,4.3,8.4],"rotation":270,"texture":"#0"},"south":{"uv":[3.9,8,4.3,9.9],"rotation":270,"texture":"#0"},"west":{"uv":[3.9,8,4.3,8.4],"rotation":270,"texture":"#0"},"up":{"uv":[3.9,8,5.8,8.4],"texture":"#0"},"down":{"uv":[3.9,8,5.8,8.4],"rotation":180,"texture":"#0"}}},{"from":[5.43016,5.19768,3.32302],"to":[7.23016,5.99768,4.12302],"rotation":{"angle":-22.5,"axis":"z","origin":[8.22492,5.29013,3.75819]},"faces":{"north":{"uv":[8,11.5,7,9.5],"rotation":270,"texture":"#0"},"east":{"uv":[7,10.5,8,11.5],"rotation":180,"texture":"#0"},"south":{"uv":[8,11.5,7,9.5],"rotation":90,"texture":"#0"},"west":{"uv":[7.5,8.5,8.5,9.5],"texture":"#0"},"up":{"uv":[8,11.5,7,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[8,11.5,7,9.5],"rotation":90,"texture":"#0"}}},{"from":[4.31811,4.64177,3.57302],"to":[6.11811,4.94177,3.87302],"rotation":{"angle":-45,"axis":"z","origin":[8.22492,5.29013,3.75819]},"faces":{"north":{"uv":[3.9,9.9,4.3,8],"rotation":270,"texture":"#0"},"east":{"uv":[3.9,8.4,4.3,8],"rotation":270,"texture":"#0"},"south":{"uv":[3.9,9.9,4.3,8],"rotation":270,"texture":"#0"},"west":{"uv":[3.9,8.4,4.3,8],"rotation":270,"texture":"#0"},"up":{"uv":[5.8,8,3.9,8.4],"texture":"#0"},"down":{"uv":[5.8,8,3.9,8.4],"rotation":180,"texture":"#0"}}},{"from":[3.88016,5.29768,3.42302],"to":[6.48016,5.89768,4.02302],"rotation":{"angle":-22.5,"axis":"z","origin":[8.22492,5.29013,3.75819]},"faces":{"north":{"uv":[4.5,11,3.5,8],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,11,3.5,8],"rotation":270,"texture":"#0"},"south":{"uv":[4.5,11,3.5,8],"rotation":90,"texture":"#0"},"west":{"uv":[5.5,10,3.5,8],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,11,3.5,8],"rotation":90,"texture":"#0"},"down":{"uv":[4.5,11,3.5,8],"rotation":90,"texture":"#0"}}},{"from":[4.55349,6.20676,3.57302],"to":[6.35349,6.50676,3.87302],"rotation":{"angle":0,"axis":"x","origin":[8.22492,5.29013,3.75819]},"faces":{"north":{"uv":[3.9,9.9,4.3,8],"rotation":90,"texture":"#0"},"east":{"uv":[3.9,8.4,4.3,8],"rotation":90,"texture":"#0"},"south":{"uv":[3.9,9.9,4.3,8],"rotation":90,"texture":"#0"},"west":{"uv":[3.9,8.4,4.3,8],"rotation":90,"texture":"#0"},"up":{"uv":[5.8,8,3.9,8.4],"texture":"#0"},"down":{"uv":[5.8,8,3.9,8.4],"rotation":180,"texture":"#0"}}},{"from":[2.78016,5.44768,3.57302],"to":[5.08016,5.74768,3.87302],"rotation":{"angle":-22.5,"axis":"z","origin":[8.22492,5.29013,3.75819]},"faces":{"north":{"uv":[4.5,10,3.5,8],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,10,3.5,8],"rotation":270,"texture":"#0"},"south":{"uv":[4.5,10,3.5,8],"rotation":90,"texture":"#0"},"west":{"uv":[4.5,10,3.5,8],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,10,3.5,8],"rotation":90,"texture":"#0"},"down":{"uv":[4.5,10,3.5,8],"rotation":90,"texture":"#0"}}},{"from":[3.03116,5.19868,3.57402],"to":[3.32916,5.99668,3.87202],"rotation":{"angle":-22.5,"axis":"z","origin":[8.22492,5.29013,3.75819]},"faces":{"north":{"uv":[4.3,8,3.9,8.9],"texture":"#0"},"east":{"uv":[3.9,8.4,4.8,8],"rotation":270,"texture":"#0"},"south":{"uv":[4.3,8,3.9,8.9],"rotation":180,"texture":"#0"},"west":{"uv":[3.9,8.4,4.8,8],"rotation":90,"texture":"#0"},"up":{"uv":[4.3,8,3.9,8.4],"rotation":180,"texture":"#0"},"down":{"uv":[4.3,8,3.9,8.4],"rotation":180,"texture":"#0"}}},{"from":[8.64319,7.41085,3.57302],"to":[8.94319,9.21085,3.87302],"rotation":{"angle":22.5,"axis":"z","origin":[8.22492,5.29013,3.75819]},"faces":{"north":{"uv":[3.9,8,4.3,9.9],"texture":"#0"},"east":{"uv":[3.9,8,5.8,8.4],"rotation":90,"texture":"#0"},"south":{"uv":[3.9,8,4.3,9.9],"rotation":180,"texture":"#0"},"west":{"uv":[3.9,8,5.8,8.4],"rotation":270,"texture":"#0"},"up":{"uv":[3.9,8,4.3,8.4],"rotation":180,"texture":"#0"},"down":{"uv":[3.9,8,4.3,8.4],"rotation":180,"texture":"#0"}}},{"from":[7.04789,7.22082,3.57302],"to":[7.34789,9.02082,3.87302],"rotation":{"angle":-22.5,"axis":"z","origin":[8.22492,5.29013,3.75819]},"faces":{"north":{"uv":[3.9,8,4.3,9.9],"rotation":180,"texture":"#0"},"east":{"uv":[3.9,8,5.8,8.4],"rotation":90,"texture":"#0"},"south":{"uv":[3.9,8,4.3,9.9],"texture":"#0"},"west":{"uv":[3.9,8,5.8,8.4],"rotation":270,"texture":"#0"},"up":{"uv":[3.9,8,4.3,8.4],"texture":"#0"},"down":{"uv":[3.9,8,4.3,8.4],"texture":"#0"}}},{"from":[7.57764,10.2255,3.57402],"to":[8.37564,10.5235,3.87202],"rotation":{"angle":0,"axis":"x","origin":[8.22492,5.29013,3.75819]},"faces":{"north":{"uv":[3.9,8,4.3,8.9],"rotation":90,"texture":"#0"},"east":{"uv":[3.9,8,4.3,8.4],"rotation":90,"texture":"#0"},"south":{"uv":[3.9,8,4.3,8.9],"rotation":90,"texture":"#0"},"west":{"uv":[3.9,8,4.3,8.4],"rotation":90,"texture":"#0"},"up":{"uv":[3.9,8,4.8,8.4],"texture":"#0"},"down":{"uv":[3.9,8,4.8,8.4],"rotation":180,"texture":"#0"}}},{"from":[7.82664,8.4745,3.57302],"to":[8.12664,10.7745,3.87302],"rotation":{"angle":0,"axis":"x","origin":[8.22492,5.29013,3.75819]},"faces":{"north":{"uv":[4.5,8,3.5,10],"texture":"#0"},"east":{"uv":[4.5,8,3.5,10],"texture":"#0"},"south":{"uv":[4.5,8,3.5,10],"texture":"#0"},"west":{"uv":[4.5,8,3.5,10],"texture":"#0"},"up":{"uv":[4.5,8,3.5,10],"rotation":180,"texture":"#0"},"down":{"uv":[4.5,8,3.5,10],"rotation":180,"texture":"#0"}}},{"from":[7.67664,7.0745,3.42302],"to":[8.27664,9.6745,4.02302],"rotation":{"angle":0,"axis":"x","origin":[8.22492,5.29013,3.75819]},"faces":{"north":{"uv":[4.5,8,3.5,11],"texture":"#0"},"east":{"uv":[4.5,8,3.5,11],"texture":"#0"},"south":{"uv":[4.5,8,3.5,11],"texture":"#0"},"west":{"uv":[4.5,8,3.5,11],"texture":"#0"},"up":{"uv":[5.5,8,3.5,10],"rotation":180,"texture":"#0"},"down":{"uv":[4.5,8,3.5,11],"rotation":180,"texture":"#0"}}},{"from":[7.57664,6.3245,3.32302],"to":[8.37664,8.1245,4.12302],"rotation":{"angle":0,"axis":"x","origin":[8.22492,5.29013,3.75819]},"faces":{"north":{"uv":[8,9.5,7,11.5],"texture":"#0"},"east":{"uv":[8,9.5,7,11.5],"texture":"#0"},"south":{"uv":[8,9.5,7,11.5],"texture":"#0"},"west":{"uv":[8,9.5,7,11.5],"texture":"#0"},"up":{"uv":[8.5,8.5,7.5,9.5],"rotation":270,"texture":"#0"},"down":{"uv":[8,10.5,7,11.5],"rotation":90,"texture":"#0"}}},{"from":[7.57664,3.0383,3.32302],"to":[8.37664,4.8383,4.12302],"rotation":{"angle":0,"axis":"x","origin":[8.22492,5.29013,3.75819]},"faces":{"north":{"uv":[8,9.5,7,11.5],"rotation":180,"texture":"#0"},"east":{"uv":[8,9.5,7,11.5],"rotation":180,"texture":"#0"},"south":{"uv":[8,9.5,7,11.5],"rotation":180,"texture":"#0"},"west":{"uv":[8,9.5,7,11.5],"rotation":180,"texture":"#0"},"up":{"uv":[8,10.5,7,11.5],"rotation":270,"texture":"#0"},"down":{"uv":[8.5,8.5,7.5,9.5],"rotation":90,"texture":"#0"}}},{"from":[7.67664,1.4883,3.42302],"to":[8.27664,4.0883,4.02302],"rotation":{"angle":0,"axis":"x","origin":[8.22492,5.29013,3.75819]},"faces":{"north":{"uv":[4.5,8,3.5,11],"rotation":180,"texture":"#0"},"east":{"uv":[4.5,8,3.5,11],"rotation":180,"texture":"#0"},"south":{"uv":[4.5,8,3.5,11],"rotation":180,"texture":"#0"},"west":{"uv":[4.5,8,3.5,11],"rotation":180,"texture":"#0"},"up":{"uv":[4.5,8,3.5,11],"texture":"#0"},"down":{"uv":[5.5,8,3.5,10],"texture":"#0"}}},{"from":[4,1,3.25],"to":[12,2,4.25],"rotation":{"angle":0,"axis":"y","origin":[5,1,3.25]},"faces":{"north":{"uv":[4,11,12,12],"texture":"#0"},"east":{"uv":[4,11,5,12],"texture":"#0"},"south":{"uv":[4,11,12,12],"texture":"#0"},"west":{"uv":[4,11,5,12],"texture":"#0"},"up":{"uv":[4,11,12,12],"texture":"#0"},"down":{"uv":[4,11,12,12],"texture":"#0"}}},{"from":[10.77777,1.01,5.23487],"to":[13.75777,1.99,6.21487],"rotation":{"angle":-45,"axis":"y","origin":[13.76777,1.5,5.72487]},"faces":{"north":{"uv":[4,11,7,12],"texture":"#0"},"east":{"uv":[4,11,5,12],"texture":"#0"},"south":{"uv":[4,11,7,12],"texture":"#0"},"west":{"uv":[4,11,5,12],"texture":"#0"},"up":{"uv":[4,11,7,12],"texture":"#0"},"down":{"uv":[6.5,11,9.5,12],"texture":"#0"}}},{"from":[13.11718,1,5.36132],"to":[14.11718,2,10.36132],"rotation":{"angle":0,"axis":"y","origin":[13.11718,1.5,7.86132]},"faces":{"north":{"uv":[4,11,5,12],"texture":"#0"},"east":{"uv":[4,11,9,12],"texture":"#0"},"south":{"uv":[4,11,5,12],"texture":"#0"},"west":{"uv":[4,11,9,12],"texture":"#0"},"up":{"uv":[4,11,9,12],"rotation":90,"texture":"#0"},"down":{"uv":[6,11,11,12],"rotation":90,"texture":"#0"}}},{"from":[1.52733,1.20674,6.03755],"to":[2.42733,3.10674,6.93755],"rotation":{"angle":22.5,"axis":"z","origin":[1.97733,2.15674,6.48755]},"faces":{"north":{"uv":[2.4,9.9,1.5,11.8],"texture":"#0"},"east":{"uv":[2.4,9.9,1.5,11.8],"texture":"#0"},"south":{"uv":[2.4,9.9,1.5,11.8],"texture":"#0"},"west":{"uv":[2.4,9.9,1.5,11.8],"texture":"#0"},"up":{"uv":[2.4,9.9,1.5,10.8],"texture":"#0"},"down":{"uv":[6.9,11,6,11.9],"texture":"#0"}}},{"from":[1.1926,2.56032,6.18755],"to":[1.7926,4.16032,6.78755],"rotation":{"angle":22.5,"axis":"z","origin":[1.4926,3.32699,6.48755]},"faces":{"north":{"uv":[2.5,11,1.5,8],"rotation":180,"texture":"#0"},"east":{"uv":[2.5,11,1.5,8],"rotation":180,"texture":"#0"},"south":{"uv":[2.5,11,1.5,8],"rotation":180,"texture":"#0"},"west":{"uv":[2.5,11,1.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,10,1.5,8],"rotation":180,"texture":"#0"},"down":{"uv":[2.5,11,1.5,8],"rotation":180,"texture":"#0"}}},{"from":[1.3926,3.96032,6.38755],"to":[1.5926,5.16032,6.58755],"rotation":{"angle":22.5,"axis":"z","origin":[1.4926,3.32699,6.48755]},"faces":{"north":{"uv":[2,12,1.5,8],"rotation":180,"texture":"#0"},"east":{"uv":[2,12,1.5,8],"rotation":180,"texture":"#0"},"south":{"uv":[2,12,1.5,8],"rotation":180,"texture":"#0"},"west":{"uv":[2,12,1.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,10,1.5,8],"rotation":180,"texture":"#0"},"down":{"uv":[2,12,1.5,8],"rotation":180,"texture":"#0"}}},{"from":[2.4926,1.86032,5.73755],"to":[3.4926,3.86032,6.73755],"rotation":{"angle":22.5,"axis":"y","origin":[2.9926,4.12699,6.23755]},"faces":{"north":{"uv":[2.7,10.2,1.5,8],"rotation":180,"texture":"#0"},"east":{"uv":[2.7,10.2,1.5,8],"rotation":180,"texture":"#0"},"south":{"uv":[2.7,10.2,1.5,8],"rotation":180,"texture":"#0"},"west":{"uv":[2.7,10.2,1.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[2.7,9.2,1.5,8],"rotation":180,"texture":"#0"},"down":{"uv":[2.7,9.2,1.5,8],"rotation":180,"texture":"#0"}}},{"from":[2.6926,3.36032,5.93755],"to":[3.2926,4.96032,6.53755],"rotation":{"angle":22.5,"axis":"y","origin":[2.9926,4.12699,6.23755]},"faces":{"north":{"uv":[2.3,9.8,1.5,8],"rotation":180,"texture":"#0"},"east":{"uv":[2.3,9.8,1.5,8],"rotation":180,"texture":"#0"},"south":{"uv":[2.3,9.8,1.5,8],"rotation":180,"texture":"#0"},"west":{"uv":[2.3,9.8,1.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[2.3,8.8,1.5,8],"rotation":180,"texture":"#0"},"down":{"uv":[2.3,8.8,1.5,8],"rotation":180,"texture":"#0"}}},{"from":[2.8926,4.76032,6.13755],"to":[3.0926,5.96032,6.33755],"rotation":{"angle":22.5,"axis":"y","origin":[2.9926,4.12699,6.23755]},"faces":{"north":{"uv":[1.9,9.4,1.5,8],"rotation":180,"texture":"#0"},"east":{"uv":[1.9,9.4,1.5,8],"rotation":180,"texture":"#0"},"south":{"uv":[1.9,9.4,1.5,8],"rotation":180,"texture":"#0"},"west":{"uv":[1.9,9.4,1.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[1.9,8.4,1.5,8],"rotation":180,"texture":"#0"},"down":{"uv":[1.9,8.4,1.5,8],"rotation":180,"texture":"#0"}}},{"from":[1.88282,1,5.36132],"to":[2.88282,2,10.36132],"rotation":{"angle":0,"axis":"y","origin":[2.88282,1.5,7.86132]},"faces":{"north":{"uv":[5,11,4,12],"texture":"#0"},"east":{"uv":[9,11,4,12],"texture":"#0"},"south":{"uv":[5,11,4,12],"texture":"#0"},"west":{"uv":[9,11,4,12],"texture":"#0"},"up":{"uv":[4,12,9,11],"rotation":90,"texture":"#0"},"down":{"uv":[6,12,11,11],"rotation":90,"texture":"#0"}}},{"from":[2.24223,1.01,5.23487],"to":[5.22223,1.99,6.21487],"rotation":{"angle":45,"axis":"y","origin":[2.23223,1.5,5.72487]},"faces":{"north":{"uv":[7,11,4,12],"texture":"#0"},"east":{"uv":[5,11,4,12],"texture":"#0"},"south":{"uv":[7,11,4,12],"texture":"#0"},"west":{"uv":[5,11,4,12],"texture":"#0"},"up":{"uv":[7,11,4,12],"texture":"#0"},"down":{"uv":[9.5,11,6.5,12],"texture":"#0"}}},{"from":[0.50982,3.7673,7.45818],"to":[0.90982,6.1673,7.85818],"rotation":{"angle":45,"axis":"z","origin":[0.70982,2.9673,7.65818]},"faces":{"north":{"uv":[4,10,3,8],"rotation":180,"texture":"#0"},"east":{"uv":[4,10,3,8],"rotation":180,"texture":"#0"},"south":{"uv":[4,10,3,8],"rotation":180,"texture":"#0"},"west":{"uv":[4,10,3,8],"rotation":180,"texture":"#0"},"up":{"uv":[5,10,3,8],"rotation":90,"texture":"#0"},"down":{"uv":[4,10,3,8],"rotation":270,"texture":"#0"}}},{"from":[0.30982,1.5673,7.25818],"to":[1.10982,4.3673,8.05818],"rotation":{"angle":45,"axis":"z","origin":[0.70982,2.9673,7.65818]},"faces":{"north":{"uv":[4,11.5,3,8],"rotation":180,"texture":"#0"},"east":{"uv":[4,11.5,3,8],"rotation":180,"texture":"#0"},"south":{"uv":[4,11.5,3,8],"rotation":180,"texture":"#0"},"west":{"uv":[4,11.5,3,8],"rotation":180,"texture":"#0"},"up":{"uv":[5,10,3,8],"rotation":90,"texture":"#0"},"down":{"uv":[4,11.5,3,8],"rotation":270,"texture":"#0"}}},{"from":[0.10982,0.5673,7.05818],"to":[1.30982,2.5673,8.25818],"rotation":{"angle":45,"axis":"z","origin":[0.70982,2.9673,7.65818]},"faces":{"north":{"uv":[5.2,9,4,11],"texture":"#0"},"east":{"uv":[5.2,9,4,11],"texture":"#0"},"south":{"uv":[5.2,9,4,11],"texture":"#0"},"west":{"uv":[5.2,9,4,11],"texture":"#0"},"up":{"uv":[4.7,8,3.5,9.2],"texture":"#0"},"down":{"uv":[6.7,10,5.5,11.2],"texture":"#0"}}},{"from":[-1.74073,2.22699,8.78755],"to":[-0.54073,2.42699,8.98755],"rotation":{"angle":-22.5,"axis":"z","origin":[0.0926,2.32699,8.88755]},"faces":{"north":{"uv":[1.5,8,2,12],"rotation":90,"texture":"#0"},"east":{"uv":[1.5,8,2,12],"rotation":270,"texture":"#0"},"south":{"uv":[1.5,8,2,12],"rotation":270,"texture":"#0"},"west":{"uv":[1.5,8,3.5,10],"rotation":270,"texture":"#0"},"up":{"uv":[1.5,8,2,12],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,8,2,12],"rotation":270,"texture":"#0"}}},{"from":[-0.74073,2.02699,8.58755],"to":[0.85927,2.62699,9.18755],"rotation":{"angle":-22.5,"axis":"z","origin":[0.0926,2.32699,8.88755]},"faces":{"north":{"uv":[1.5,8,2.5,11],"rotation":90,"texture":"#0"},"east":{"uv":[1.5,8,2.5,11],"rotation":270,"texture":"#0"},"south":{"uv":[1.5,8,2.5,11],"rotation":270,"texture":"#0"},"west":{"uv":[1.5,8,3.5,10],"rotation":270,"texture":"#0"},"up":{"uv":[1.5,8,2.5,11],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,8,2.5,11],"rotation":270,"texture":"#0"}}},{"from":[0.40927,1.87699,8.43755],"to":[2.30927,2.77699,9.33755],"rotation":{"angle":-22.5,"axis":"z","origin":[0.0926,2.32699,8.88755]},"faces":{"north":{"uv":[1.5,11.8,2.4,9.9],"rotation":270,"texture":"#0"},"east":{"uv":[6,11.9,6.9,11],"rotation":90,"texture":"#0"},"south":{"uv":[1.5,11.8,2.4,9.9],"rotation":90,"texture":"#0"},"west":{"uv":[1.5,10.8,2.4,9.9],"rotation":90,"texture":"#0"},"up":{"uv":[1.5,11.8,2.4,9.9],"rotation":90,"texture":"#0"},"down":{"uv":[1.5,11.8,2.4,9.9],"rotation":90,"texture":"#0"}}},{"from":[0.6426,0.97699,8.77088],"to":[1.5426,1.87699,10.67088],"rotation":{"angle":-22.5,"axis":"y","origin":[1.0926,1.42699,10.98755]},"faces":{"north":{"uv":[6,11.9,6.9,11],"rotation":90,"texture":"#0"},"east":{"uv":[1.5,11.8,2.4,9.9],"rotation":90,"texture":"#0"},"south":{"uv":[1.5,10.8,2.4,9.9],"rotation":90,"texture":"#0"},"west":{"uv":[1.5,11.8,2.4,9.9],"rotation":270,"texture":"#0"},"up":{"uv":[1.5,11.8,2.4,9.9],"texture":"#0"},"down":{"uv":[1.5,11.8,2.4,9.9],"rotation":180,"texture":"#0"}}},{"from":[0.7926,1.12699,10.22088],"to":[1.3926,1.72699,11.82088],"rotation":{"angle":-22.5,"axis":"y","origin":[1.0926,1.42699,10.98755]},"faces":{"north":{"uv":[1.5,8,2.5,11],"rotation":270,"texture":"#0"},"east":{"uv":[1.5,8,2.5,11],"rotation":270,"texture":"#0"},"south":{"uv":[1.5,8,3.5,10],"rotation":270,"texture":"#0"},"west":{"uv":[1.5,8,2.5,11],"rotation":90,"texture":"#0"},"up":{"uv":[1.5,8,2.5,11],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,8,2.5,11],"texture":"#0"}}},{"from":[0.9926,1.32699,11.62088],"to":[1.1926,1.52699,12.82088],"rotation":{"angle":-22.5,"axis":"y","origin":[1.0926,1.42699,10.98755]},"faces":{"north":{"uv":[1.5,8,2,12],"rotation":270,"texture":"#0"},"east":{"uv":[1.5,8,2,12],"rotation":270,"texture":"#0"},"south":{"uv":[1.5,8,3.5,10],"rotation":270,"texture":"#0"},"west":{"uv":[1.5,8,2,12],"rotation":90,"texture":"#0"},"up":{"uv":[1.5,8,2,12],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,8,2,12],"texture":"#0"}}},{"from":[14.4574,0.97699,8.77088],"to":[15.3574,1.87699,10.67088],"rotation":{"angle":22.5,"axis":"y","origin":[14.9074,1.42699,10.98755]},"faces":{"north":{"uv":[6,11,6.9,11.9],"rotation":90,"texture":"#0"},"east":{"uv":[1.5,9.9,2.4,11.8],"rotation":270,"texture":"#0"},"south":{"uv":[1.5,9.9,2.4,10.8],"rotation":90,"texture":"#0"},"west":{"uv":[1.5,9.9,2.4,11.8],"rotation":90,"texture":"#0"},"up":{"uv":[2.4,11.8,1.5,9.9],"texture":"#0"},"down":{"uv":[2.4,11.8,1.5,9.9],"rotation":180,"texture":"#0"}}},{"from":[14.6074,1.12699,10.22088],"to":[15.2074,1.72699,11.82088],"rotation":{"angle":22.5,"axis":"y","origin":[14.9074,1.42699,10.98755]},"faces":{"north":{"uv":[1.5,11,2.5,8],"rotation":270,"texture":"#0"},"east":{"uv":[1.5,11,2.5,8],"rotation":90,"texture":"#0"},"south":{"uv":[1.5,10,3.5,8],"rotation":270,"texture":"#0"},"west":{"uv":[1.5,11,2.5,8],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,8,1.5,11],"rotation":180,"texture":"#0"},"down":{"uv":[2.5,8,1.5,11],"texture":"#0"}}},{"from":[14.8074,1.32699,11.62088],"to":[15.0074,1.52699,12.82088],"rotation":{"angle":22.5,"axis":"y","origin":[14.9074,1.42699,10.98755]},"faces":{"north":{"uv":[1.5,12,2,8],"rotation":270,"texture":"#0"},"east":{"uv":[1.5,12,2,8],"rotation":90,"texture":"#0"},"south":{"uv":[1.5,10,3.5,8],"rotation":270,"texture":"#0"},"west":{"uv":[1.5,12,2,8],"rotation":270,"texture":"#0"},"up":{"uv":[2,8,1.5,12],"rotation":180,"texture":"#0"},"down":{"uv":[2,8,1.5,12],"texture":"#0"}}},{"from":[1.9426,1.07699,10.07088],"to":[2.8426,1.97699,11.97088],"rotation":{"angle":0,"axis":"y","origin":[2.3926,1.52699,12.28755]},"faces":{"north":{"uv":[6,11.9,6.9,11],"rotation":90,"texture":"#0"},"east":{"uv":[1.5,11.8,2.4,9.9],"rotation":90,"texture":"#0"},"south":{"uv":[1.5,10.8,2.4,9.9],"rotation":90,"texture":"#0"},"west":{"uv":[1.5,11.8,2.4,9.9],"rotation":270,"texture":"#0"},"up":{"uv":[1.5,11.8,2.4,9.9],"texture":"#0"},"down":{"uv":[1.5,11.8,2.4,9.9],"rotation":180,"texture":"#0"}}},{"from":[2.0926,1.22699,11.52088],"to":[2.6926,1.82699,13.12088],"rotation":{"angle":0,"axis":"y","origin":[2.3926,1.52699,12.28755]},"faces":{"north":{"uv":[1.5,8,2.5,11],"rotation":270,"texture":"#0"},"east":{"uv":[1.5,8,2.5,11],"rotation":270,"texture":"#0"},"south":{"uv":[1.5,8,3.5,10],"rotation":270,"texture":"#0"},"west":{"uv":[1.5,8,2.5,11],"rotation":90,"texture":"#0"},"up":{"uv":[1.5,8,2.5,11],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,8,2.5,11],"texture":"#0"}}},{"from":[2.2926,1.42699,12.92088],"to":[2.4926,1.62699,14.12088],"rotation":{"angle":0,"axis":"y","origin":[2.3926,1.52699,12.28755]},"faces":{"north":{"uv":[1.5,8,2,12],"rotation":270,"texture":"#0"},"east":{"uv":[1.5,8,2,12],"rotation":270,"texture":"#0"},"south":{"uv":[1.5,8,3.5,10],"rotation":270,"texture":"#0"},"west":{"uv":[1.5,8,2,12],"rotation":90,"texture":"#0"},"up":{"uv":[1.5,8,2,12],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,8,2,12],"texture":"#0"}}},{"from":[13.1574,1.07699,10.07088],"to":[14.0574,1.97699,11.97088],"rotation":{"angle":0,"axis":"y","origin":[13.6074,1.52699,12.28755]},"faces":{"north":{"uv":[6,11,6.9,11.9],"rotation":90,"texture":"#0"},"east":{"uv":[1.5,9.9,2.4,11.8],"rotation":270,"texture":"#0"},"south":{"uv":[1.5,9.9,2.4,10.8],"rotation":90,"texture":"#0"},"west":{"uv":[1.5,9.9,2.4,11.8],"rotation":90,"texture":"#0"},"up":{"uv":[2.4,11.8,1.5,9.9],"texture":"#0"},"down":{"uv":[2.4,11.8,1.5,9.9],"rotation":180,"texture":"#0"}}},{"from":[13.3074,1.22699,11.52088],"to":[13.9074,1.82699,13.12088],"rotation":{"angle":0,"axis":"y","origin":[13.6074,1.52699,12.28755]},"faces":{"north":{"uv":[1.5,11,2.5,8],"rotation":270,"texture":"#0"},"east":{"uv":[1.5,11,2.5,8],"rotation":90,"texture":"#0"},"south":{"uv":[1.5,10,3.5,8],"rotation":270,"texture":"#0"},"west":{"uv":[1.5,11,2.5,8],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,8,1.5,11],"rotation":180,"texture":"#0"},"down":{"uv":[2.5,8,1.5,11],"texture":"#0"}}},{"from":[13.5074,1.42699,12.92088],"to":[13.7074,1.62699,14.12088],"rotation":{"angle":0,"axis":"y","origin":[13.6074,1.52699,12.28755]},"faces":{"north":{"uv":[1.5,12,2,8],"rotation":270,"texture":"#0"},"east":{"uv":[1.5,12,2,8],"rotation":90,"texture":"#0"},"south":{"uv":[1.5,10,3.5,8],"rotation":270,"texture":"#0"},"west":{"uv":[1.5,12,2,8],"rotation":270,"texture":"#0"},"up":{"uv":[2,8,1.5,12],"rotation":180,"texture":"#0"},"down":{"uv":[2,8,1.5,12],"texture":"#0"}}},{"from":[5.46018,1.41347,4.25818],"to":[6.66018,4.61347,5.45818],"rotation":{"angle":-22.5,"axis":"z","origin":[2.99928,8.8374,6.20668]},"faces":{"north":{"uv":[4.5,12,2.5,8],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,12,6.5,8],"rotation":180,"texture":"#0"},"south":{"uv":[4.5,12,2.5,8],"rotation":180,"texture":"#0"},"west":{"uv":[4.5,12,2.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[4.5,10,2.5,8],"rotation":90,"texture":"#0"},"down":{"uv":[7,11.5,8,10.5],"rotation":270,"texture":"#0"}}},{"from":[5.66018,3.61347,4.45818],"to":[6.46018,6.41347,5.25818],"rotation":{"angle":-22.5,"axis":"z","origin":[2.99928,8.8374,6.20668]},"faces":{"north":{"uv":[3.5,10.5,2.5,8],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,10.5,2.5,8],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,10.5,2.5,8],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,10.5,2.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[4.5,10,2.5,8],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,10.5,2.5,8],"rotation":270,"texture":"#0"}}},{"from":[5.86018,5.81347,4.65818],"to":[6.26018,8.21347,5.05818],"rotation":{"angle":-22.5,"axis":"z","origin":[2.99928,8.8374,6.20668]},"faces":{"north":{"uv":[3.5,9.5,2.5,8],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,9.5,2.5,8],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,9.5,2.5,8],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,9.5,2.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[4.5,10,2.5,8],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,9.5,2.5,8],"rotation":270,"texture":"#0"}}},{"from":[2.61024,1.83858,4.29618],"to":[3.81024,6.03858,5.49618],"rotation":{"angle":0,"axis":"x","origin":[3.21024,6.27191,4.89618]},"faces":{"north":{"uv":[9,10,2,8],"rotation":90,"texture":"#0"},"east":{"uv":[9,10,2,8],"rotation":90,"texture":"#0"},"south":{"uv":[9,10,2,8],"rotation":90,"texture":"#0"},"west":{"uv":[9,10,2,8],"rotation":90,"texture":"#0"},"up":{"uv":[9,10,2,8],"texture":"#0"},"down":{"uv":[9,10,2,8],"rotation":180,"texture":"#0"}}},{"from":[3.26453,-0.46251,3.44066],"to":[4.46453,2.73749,4.64066],"rotation":{"angle":45,"axis":"z","origin":[3.86453,3.13749,4.04066]},"faces":{"north":{"uv":[1.5,12,3.5,8],"rotation":180,"texture":"#0"},"east":{"uv":[1.5,12,3.5,8],"rotation":180,"texture":"#0"},"south":{"uv":[1.5,12,3.5,8],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,12,3.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,8,1.5,10],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,10,10.5,12],"rotation":180,"texture":"#0"}}},{"from":[2.81024,5.03858,4.49618],"to":[3.61024,7.83858,5.29618],"rotation":{"angle":0,"axis":"x","origin":[3.21024,6.27191,4.89618]},"faces":{"north":{"uv":[9,10,2,8],"rotation":90,"texture":"#0"},"east":{"uv":[9,10,2,8],"rotation":90,"texture":"#0"},"south":{"uv":[9,10,2,8],"rotation":90,"texture":"#0"},"west":{"uv":[9,10,2,8],"rotation":90,"texture":"#0"},"up":{"uv":[9,10,2,8],"texture":"#0"},"down":{"uv":[9,10,2,8],"rotation":180,"texture":"#0"}}},{"from":[3.01024,7.23858,4.69618],"to":[3.41024,9.63858,5.09618],"rotation":{"angle":0,"axis":"x","origin":[3.21024,6.27191,4.89618]},"faces":{"north":{"uv":[9,10,2,8],"rotation":90,"texture":"#0"},"east":{"uv":[9,10,2,8],"rotation":90,"texture":"#0"},"south":{"uv":[9,10,2,8],"rotation":90,"texture":"#0"},"west":{"uv":[9,10,2,8],"rotation":90,"texture":"#0"},"up":{"uv":[9,10,2,8],"texture":"#0"},"down":{"uv":[9,10,2,8],"rotation":180,"texture":"#0"}}},{"from":[0.18764,6.96317,4.55818],"to":[0.58764,9.36317,4.95818],"rotation":{"angle":22.5,"axis":"z","origin":[2.99928,8.8374,6.20668]},"faces":{"north":{"uv":[4,10,3,8],"rotation":180,"texture":"#0"},"east":{"uv":[4,10,3,8],"rotation":180,"texture":"#0"},"south":{"uv":[4,10,3,8],"rotation":180,"texture":"#0"},"west":{"uv":[4,10,3,8],"rotation":180,"texture":"#0"},"up":{"uv":[5,10,3,8],"rotation":90,"texture":"#0"},"down":{"uv":[4,10,3,8],"rotation":270,"texture":"#0"}}},{"from":[-0.01236,4.76317,4.35818],"to":[0.78764,7.56317,5.15818],"rotation":{"angle":22.5,"axis":"z","origin":[2.99928,8.8374,6.20668]},"faces":{"north":{"uv":[4,11.5,3,8],"rotation":180,"texture":"#0"},"east":{"uv":[4,11.5,3,8],"rotation":180,"texture":"#0"},"south":{"uv":[4,11.5,3,8],"rotation":180,"texture":"#0"},"west":{"uv":[4,11.5,3,8],"rotation":180,"texture":"#0"},"up":{"uv":[5,10,3,8],"rotation":90,"texture":"#0"},"down":{"uv":[4,11.5,3,8],"rotation":270,"texture":"#0"}}},{"from":[-0.21236,2.56317,4.15818],"to":[0.98764,5.76317,5.35818],"rotation":{"angle":22.5,"axis":"z","origin":[2.99928,8.8374,6.20668]},"faces":{"north":{"uv":[5,12,3,8],"rotation":180,"texture":"#0"},"east":{"uv":[5,12,3,8],"rotation":180,"texture":"#0"},"south":{"uv":[5,12,3,8],"rotation":180,"texture":"#0"},"west":{"uv":[5,12,3,8],"rotation":180,"texture":"#0"},"up":{"uv":[5,10,3,8],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,10,10.5,12],"rotation":180,"texture":"#0"}}},{"from":[3.66453,3.93749,3.84066],"to":[4.06453,6.33749,4.24066],"rotation":{"angle":45,"axis":"z","origin":[3.86453,3.13749,4.04066]},"faces":{"north":{"uv":[1.5,12,2,8],"rotation":180,"texture":"#0"},"east":{"uv":[1.5,12,2,8],"rotation":180,"texture":"#0"},"south":{"uv":[1.5,12,2,8],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,12,2,8],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,8,1.5,10],"rotation":180,"texture":"#0"},"down":{"uv":[2,8,1.5,12],"rotation":180,"texture":"#0"}}},{"from":[3.46453,1.73749,3.64066],"to":[4.26453,4.53749,4.44066],"rotation":{"angle":45,"axis":"z","origin":[3.86453,3.13749,4.04066]},"faces":{"north":{"uv":[1.5,11,2.5,8],"rotation":180,"texture":"#0"},"east":{"uv":[1.5,11,2.5,8],"rotation":180,"texture":"#0"},"south":{"uv":[1.5,11,2.5,8],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,11,2.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,8,1.5,10],"rotation":180,"texture":"#0"},"down":{"uv":[2.5,8,1.5,11],"rotation":180,"texture":"#0"}}}],"display":{"head":{"rotation":[10,0,0],"translation":[0,12,-1],"scale":[1.25,1.25,1.25]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/bounty_hunter_hat.json b/assets/minecraft/models/item/wynn/skin/hat/bounty_hunter_hat.json new file mode 100644 index 000000000..01317a441 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/bounty_hunter_hat.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/bounty_hunter_hat","particle":"skins/bounty_hunter_hat"},"elements":[{"from":[3.99,7.99,3.99],"to":[12.01,11.01,6.01],"rotation":{"angle":45,"axis":"x","origin":[4,8,4]},"faces":{"north":{"uv":[0.5,9.5,2.5,10.25],"texture":"#0"},"east":{"uv":[0,9.5,0.5,10.25],"texture":"#0"},"south":{"uv":[3,9.5,5,10.25],"texture":"#0"},"west":{"uv":[2.5,9.5,3,10.25],"texture":"#0"},"up":{"uv":[2.5,9.5,0.5,9],"texture":"#0"},"down":{"uv":[4.5,9,2.5,9.5],"texture":"#0"}}},{"from":[3.98,7.10132,6.10132],"to":[12.02,10.14132,12.14132],"rotation":{"angle":0,"axis":"y","origin":[4,7.12132,6.12132]},"faces":{"north":{"uv":[1.5,8,3.5,8.75],"texture":"#0"},"east":{"uv":[0,8,1.5,8.75],"texture":"#0"},"south":{"uv":[5,8,7,8.75],"texture":"#0"},"west":{"uv":[3.5,8,5,8.75],"texture":"#0"},"up":{"uv":[3.5,8,1.5,6.5],"texture":"#0"}}},{"from":[5.23264,9.11132,9.45447],"to":[10.90949,10.13132,15.13132],"rotation":{"angle":-45,"axis":"y","origin":[8.24264,8.62132,12.12132]},"faces":{"north":{"uv":[9.25,1.5,10.75,1.75],"texture":"#0"},"east":{"uv":[7.75,1.5,9.25,1.75],"texture":"#0"},"south":{"uv":[12.25,1.5,13.75,1.75],"texture":"#0"},"west":{"uv":[10.75,1.5,12.25,1.75],"texture":"#0"},"up":{"uv":[10.75,1.5,9.25,0],"texture":"#0"},"down":{"uv":[12.25,0,10.75,1.5],"texture":"#0"}}},{"from":[3.5,6,3.5],"to":[12.5,8,12.5],"rotation":{"angle":0,"axis":"y","origin":[4,6,4]},"faces":{"north":{"uv":[2.25,5.75,4.5,6.25],"texture":"#0"},"east":{"uv":[0,5.75,2.25,6.25],"texture":"#0"},"south":{"uv":[6.75,5.75,9,6.25],"texture":"#0"},"west":{"uv":[4.5,5.75,6.75,6.25],"texture":"#0"},"up":{"uv":[4.5,5.75,2.25,3.5],"texture":"#0"}}},{"from":[12.25,7,6.5],"to":[12.25,19,18.5],"rotation":{"angle":22.5,"axis":"x","origin":[12.251,7,6.5]},"faces":{"east":{"uv":[11.5,6,14.5,9],"texture":"#0"},"west":{"uv":[14.5,6,11.5,9],"texture":"#0"}}},{"from":[7.99828,6.01,2.01],"to":[16.97828,6.99,13.99],"rotation":{"angle":0,"axis":"y","origin":[3.98828,6,4]},"faces":{"north":{"uv":[3,3,5.25,3.25],"texture":"#0"},"east":{"uv":[0,3,3,3.25],"texture":"#0"},"south":{"uv":[8.25,3,10.5,3.25],"texture":"#0"},"west":{"uv":[5.25,3,8.25,3.25],"texture":"#0"},"up":{"uv":[5.25,3,3,0],"texture":"#0"},"down":{"uv":[7.5,0,5.25,3],"texture":"#0"}}},{"from":[3,6,12],"to":[13,7,14],"rotation":{"angle":0,"axis":"y","origin":[4,6,4]},"faces":{"north":{"uv":[7.5,4,10,4.25],"texture":"#0"},"east":{"uv":[7,4,7.5,4.25],"texture":"#0"},"south":{"uv":[10.5,4,13,4.25],"texture":"#0"},"west":{"uv":[10,4,10.5,4.25],"texture":"#0"},"up":{"uv":[10,4,7.5,3.5],"texture":"#0"},"down":{"uv":[12.5,3.5,10,4],"texture":"#0"}}},{"from":[13.22105,5.99,5.05627],"to":[15.24105,7.01,15.07627],"rotation":{"angle":22.5,"axis":"y","origin":[15.23105,6,5.06627]},"faces":{"north":{"uv":[7.25,9,7.75,9.25],"texture":"#0"},"east":{"uv":[4.75,9,7.25,9.25],"texture":"#0"},"south":{"uv":[10.25,9,10.75,9.25],"texture":"#0"},"west":{"uv":[7.75,9,10.25,9.25],"texture":"#0"},"up":{"uv":[7.75,9,7.25,6.5],"texture":"#0"},"down":{"uv":[8.25,6.5,7.75,9],"texture":"#0"}}},{"from":[14.22105,5.99,15.05627],"to":[15.24105,7.01,17.07627],"rotation":{"angle":22.5,"axis":"y","origin":[15.23105,6,5.06627]},"faces":{"north":{"uv":[0.5,0.5,0.75,0.75],"texture":"#0"},"east":{"uv":[0,0.5,0.5,0.75],"texture":"#0"},"south":{"uv":[1.25,0.5,1.5,0.75],"texture":"#0"},"west":{"uv":[0.75,0.5,1.25,0.75],"texture":"#0"},"up":{"uv":[0.75,0.5,0.5,0],"texture":"#0"},"down":{"uv":[1,0,0.75,0.5],"texture":"#0"}}},{"from":[13.1955,6,10.01942],"to":[20.1955,7,12.01942],"rotation":{"angle":-22.5,"axis":"y","origin":[8.1955,6,11.01942]},"faces":{"north":{"uv":[8.25,2.5,10,2.75],"texture":"#0"},"east":{"uv":[7.75,2.5,8.25,2.75],"texture":"#0"},"south":{"uv":[10.5,2.5,12.25,2.75],"texture":"#0"},"west":{"uv":[10,2.5,10.5,2.75],"texture":"#0"},"up":{"uv":[10,2.5,8.25,2],"texture":"#0"},"down":{"uv":[11.75,2,10,2.5],"texture":"#0"}}},{"from":[9.69552,6,1.53073],"to":[11.69552,7,6.53073],"rotation":{"angle":45,"axis":"y","origin":[11.69552,6,1.53073]},"faces":{"north":{"uv":[7,10.75,7.5,11],"texture":"#0"},"east":{"uv":[5.75,10.75,7,11],"texture":"#0"},"south":{"uv":[8.75,10.75,9.25,11],"texture":"#0"},"west":{"uv":[7.5,10.75,8.75,11],"texture":"#0"},"up":{"uv":[7.5,10.75,7,9.5],"texture":"#0"},"down":{"uv":[8,9.5,7.5,10.75],"texture":"#0"}}},{"from":[7.99,5.99,-0.01],"to":[12.01,7.01,2.01],"rotation":{"angle":-22.5,"axis":"y","origin":[8,6,0]},"faces":{"north":{"uv":[7.5,5,8.5,5.25],"texture":"#0"},"east":{"uv":[7,5,7.5,5.25],"texture":"#0"},"south":{"uv":[9,5,10,5.25],"texture":"#0"},"west":{"uv":[8.5,5,9,5.25],"texture":"#0"},"up":{"uv":[8.5,5,7.5,4.5],"texture":"#0"},"down":{"uv":[9.5,4.5,8.5,5],"texture":"#0"}}},{"from":[3.98,5.98,-0.02],"to":[8.02,7.02,2.02],"rotation":{"angle":22.5,"axis":"y","origin":[8,6,0]},"faces":{"north":{"uv":[8.5,5,7.5,5.25],"texture":"#0"},"east":{"uv":[9,5,8.5,5.25],"texture":"#0"},"south":{"uv":[10,5,9,5.25],"texture":"#0"},"west":{"uv":[7.5,5,7,5.25],"texture":"#0"},"up":{"uv":[7.5,5,8.5,4.5],"texture":"#0"},"down":{"uv":[8.5,4.5,9.5,5],"texture":"#0"}}},{"from":[4.30448,6,1.53073],"to":[6.30448,7,6.53073],"rotation":{"angle":-45,"axis":"y","origin":[4.30448,6,1.53073]},"faces":{"north":{"uv":[7.5,10.75,7,11],"texture":"#0"},"east":{"uv":[8.75,10.75,7.5,11],"texture":"#0"},"south":{"uv":[9.25,10.75,8.75,11],"texture":"#0"},"west":{"uv":[7,10.75,5.75,11],"texture":"#0"},"up":{"uv":[7,10.75,7.5,9.5],"texture":"#0"},"down":{"uv":[7.5,9.5,8,10.75],"texture":"#0"}}},{"from":[0.75895,5.99,5.05627],"to":[2.77895,7.01,15.07627],"rotation":{"angle":-22.5,"axis":"y","origin":[0.76895,6,5.06627]},"faces":{"north":{"uv":[7.75,9,7.25,9.25],"texture":"#0"},"east":{"uv":[10.25,9,7.75,9.25],"texture":"#0"},"south":{"uv":[10.75,9,10.25,9.25],"texture":"#0"},"west":{"uv":[7.25,9,4.75,9.25],"texture":"#0"},"up":{"uv":[7.25,9,7.75,6.5],"texture":"#0"},"down":{"uv":[7.75,6.5,8.25,9],"texture":"#0"}}},{"from":[-4.1955,6,10.01942],"to":[2.8045,7,12.01942],"rotation":{"angle":22.5,"axis":"y","origin":[7.8045,6,11.01942]},"faces":{"north":{"uv":[10,2.5,8.25,2.75],"texture":"#0"},"east":{"uv":[10.5,2.5,10,2.75],"texture":"#0"},"south":{"uv":[12.25,2.5,10.5,2.75],"texture":"#0"},"west":{"uv":[8.25,2.5,7.75,2.75],"texture":"#0"},"up":{"uv":[8.25,2.5,10,2],"texture":"#0"},"down":{"uv":[10,2,11.75,2.5],"texture":"#0"}}},{"from":[-0.97828,6.01,2.01],"to":[8.00172,6.99,13.99],"rotation":{"angle":0,"axis":"y","origin":[12.01172,6,4]},"faces":{"north":{"uv":[5.25,3,3,3.25],"texture":"#0"},"east":{"uv":[8.25,3,5.25,3.25],"texture":"#0"},"south":{"uv":[10.5,3,8.25,3.25],"texture":"#0"},"west":{"uv":[3,3,0,3.25],"texture":"#0"},"up":{"uv":[3,3,5.25,0],"texture":"#0"},"down":{"uv":[5.25,0,7.5,3],"texture":"#0"}}},{"from":[0.75895,5.99,15.05627],"to":[1.77895,7.01,17.07627],"rotation":{"angle":-22.5,"axis":"y","origin":[0.76895,6,5.06627]},"faces":{"north":{"uv":[0.75,0.5,0.5,0.75],"texture":"#0"},"east":{"uv":[1.25,0.5,0.75,0.75],"texture":"#0"},"south":{"uv":[1.5,0.5,1.25,0.75],"texture":"#0"},"west":{"uv":[0.5,0.5,0,0.75],"texture":"#0"},"up":{"uv":[0.5,0.5,0.75,0],"texture":"#0"},"down":{"uv":[0.75,0,1,0.5],"texture":"#0"}}},{"from":[7,6.5,3],"to":[9,8.5,4],"rotation":{"angle":0,"axis":"y","origin":[7,6.5,3]},"faces":{"north":{"uv":[0.25,1.25,1,2],"texture":"#0"},"east":{"uv":[0,1.25,0.25,2],"texture":"#0"},"south":{"uv":[1.25,1.25,2,2],"texture":"#0"},"west":{"uv":[1,1.25,1.25,2],"texture":"#0"},"up":{"uv":[1,1.25,0.25,1],"texture":"#0"},"down":{"uv":[1.75,1,1,1.25],"texture":"#0"}}},{"from":[4.5,6.5,3],"to":[5.5,8.5,4],"rotation":{"angle":0,"axis":"y","origin":[3.5,6.5,3]},"faces":{"north":{"uv":[0.25,3.75,0.5,4.25],"texture":"#0"},"east":{"uv":[0,3.75,0.25,4.25],"texture":"#0"},"south":{"uv":[0.75,3.75,1,4.25],"texture":"#0"},"west":{"uv":[0.5,3.75,0.75,4.25],"texture":"#0"},"up":{"uv":[0.5,3.75,0.25,3.5],"texture":"#0"},"down":{"uv":[0.75,3.5,0.5,3.75],"texture":"#0"}}},{"from":[3,6.5,4.5],"to":[4,8.5,5.5],"rotation":{"angle":0,"axis":"y","origin":[2,6.5,4.5]},"faces":{"north":{"uv":[1.25,5,1.5,5.5],"texture":"#0"},"east":{"uv":[1,5,1.25,5.5],"texture":"#0"},"south":{"uv":[1.75,5,2,5.5],"texture":"#0"},"west":{"uv":[1.5,5,1.75,5.5],"texture":"#0"},"up":{"uv":[1.5,5,1.25,4.75],"texture":"#0"},"down":{"uv":[1.75,4.75,1.5,5],"texture":"#0"}}},{"from":[12,6.5,4.5],"to":[13,8.5,5.5],"rotation":{"angle":0,"axis":"y","origin":[14,6.5,4.5]},"faces":{"north":{"uv":[1.5,5,1.25,5.5],"texture":"#0"},"east":{"uv":[1.75,5,1.5,5.5],"texture":"#0"},"south":{"uv":[2,5,1.75,5.5],"texture":"#0"},"west":{"uv":[1.25,5,1,5.5],"texture":"#0"},"up":{"uv":[1.25,5,1.5,4.75],"texture":"#0"},"down":{"uv":[1.5,4.75,1.75,5],"texture":"#0"}}},{"from":[10.5,6.5,3],"to":[11.5,8.5,4],"rotation":{"angle":0,"axis":"y","origin":[12.5,6.5,3]},"faces":{"north":{"uv":[0.5,3.75,0.25,4.25],"texture":"#0"},"east":{"uv":[0.75,3.75,0.5,4.25],"texture":"#0"},"south":{"uv":[1,3.75,0.75,4.25],"texture":"#0"},"west":{"uv":[0.25,3.75,0,4.25],"texture":"#0"},"up":{"uv":[0.25,3.75,0.5,3.5],"texture":"#0"},"down":{"uv":[0.5,3.5,0.75,3.75],"texture":"#0"}}}],"display":{"gui":{"rotation":[-150,45,175],"translation":[-0.5,0,0],"scale":[0.85,0.85,0.85]},"head":{"rotation":[-15,0,0],"translation":[0,8,-1],"scale":[1.8,1.8,1.8]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/brewing_cauldron.json b/assets/minecraft/models/item/wynn/skin/hat/brewing_cauldron.json new file mode 100644 index 000000000..80643900f --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/brewing_cauldron.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/brewing_cauldron","particle":"skins/brewing_cauldron"},"elements":[{"from":[3,0,3],"to":[13,6,13],"faces":{"north":{"uv":[0,5,5,8],"texture":"#0"},"east":{"uv":[0,5,5,8],"texture":"#0"},"south":{"uv":[0,5,5,8],"texture":"#0"},"west":{"uv":[0,5,5,8],"texture":"#0"},"up":{"uv":[5,5,0,0],"texture":"#0"},"down":{"uv":[10,0,5,5],"texture":"#0"}}},{"from":[1,1,6],"to":[3,2,10],"faces":{"north":{"uv":[10,1.5,11,2],"texture":"#0"},"south":{"uv":[10,0,11,0.5],"texture":"#0"},"west":{"uv":[10.5,0,11,2],"rotation":90,"texture":"#0"},"up":{"uv":[11,0,10,2],"texture":"#0"},"down":{"uv":[11,0,10,2],"texture":"#0"}}},{"from":[13,1,6],"to":[15,2,10],"faces":{"north":{"uv":[10,1.5,11,2],"texture":"#0"},"east":{"uv":[10.5,0,11,2],"rotation":90,"texture":"#0"},"south":{"uv":[10,0,11,0.5],"texture":"#0"},"up":{"uv":[10,0,11,2],"texture":"#0"},"down":{"uv":[10,0,11,2],"texture":"#0"}}}],"display":{"head":{"rotation":[5,0,0],"translation":[0,14,1],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/bucket_hat.json b/assets/minecraft/models/item/wynn/skin/hat/bucket_hat.json new file mode 100644 index 000000000..1a49b65e5 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/bucket_hat.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/bucket_hat","particle":"skins/bucket_hat"},"elements":[{"from":[3,0,3],"to":[13,12,13],"faces":{"north":{"uv":[0,0,5,6],"texture":"#0"},"east":{"uv":[5,6,0,0],"texture":"#0"},"south":{"uv":[0,6,5,0],"texture":"#0"},"west":{"uv":[5,6,0,0],"texture":"#0"},"up":{"uv":[5,0,10,5],"texture":"#0"},"down":{"uv":[10,0,15,5],"texture":"#0"}}},{"from":[2.8,-0.2,2.8],"to":[13.2,12.2,13.2],"faces":{"north":{"uv":[0,6,5,12],"texture":"#0"},"east":{"uv":[0,6,5,12],"texture":"#0"},"south":{"uv":[0,6,5,12],"texture":"#0"},"west":{"uv":[0,6,5,12],"texture":"#0"},"down":{"uv":[5,7,10,12],"texture":"#0"}}},{"from":[0,-0.5,3],"to":[2,1.5,13],"rotation":{"angle":22.5,"axis":"z","origin":[1,-2,8]},"faces":{"north":{"uv":[10,5,11,6],"texture":"#0"},"east":{"uv":[10,6,5,5],"texture":"#0"},"south":{"uv":[10,6,11,5],"texture":"#0"},"west":{"uv":[5,5,10,6],"texture":"#0"},"up":{"uv":[5,6,10,5],"rotation":90,"texture":"#0"},"down":{"uv":[10,5,5,6],"rotation":90,"texture":"#0"}}},{"from":[0.5,0,13],"to":[6.5,1,14],"rotation":{"angle":22.5,"axis":"z","origin":[1,-2,8]},"faces":{"north":{"uv":[8,6,5,6.5],"texture":"#0"},"east":{"uv":[8,6,8.5,6.5],"texture":"#0"},"south":{"uv":[5,6,8,6.5],"texture":"#0"},"west":{"uv":[8,6,8.5,6.5],"texture":"#0"},"up":{"uv":[5,6,8,6.5],"texture":"#0"},"down":{"uv":[5,6,8,6.5],"texture":"#0"}}},{"from":[0.5,0,2],"to":[6.5,1,3],"rotation":{"angle":22.5,"axis":"z","origin":[1,-2,8]},"faces":{"north":{"uv":[8,6,5,6.5],"texture":"#0"},"east":{"uv":[8,6,8.5,6.5],"texture":"#0"},"south":{"uv":[5,6,8,6.5],"texture":"#0"},"west":{"uv":[8,6,8.5,6.5],"texture":"#0"},"up":{"uv":[5,6,8,6.5],"texture":"#0"},"down":{"uv":[5,6,8,6.5],"texture":"#0"}}}],"display":{"head":{"rotation":[5,0,5],"translation":[-1,7,1],"scale":[1.65,1.65,1.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/bunny_ears.json b/assets/minecraft/models/item/wynn/skin/hat/bunny_ears.json new file mode 100644 index 000000000..d937fdd7a --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/bunny_ears.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/ears","particle":"skins/ears"},"elements":[{"from":[5.25,-0.5,7.5],"to":[10.75,1.25,9],"rotation":{"angle":22.5,"axis":"x","origin":[8,0.6875,8]},"faces":{"north":{"uv":[1,2,3,7],"rotation":270,"texture":"#0"},"east":{"uv":[1,2,3,4],"rotation":270,"texture":"#0"},"south":{"uv":[1,2,3,7],"rotation":270,"texture":"#0"},"west":{"uv":[1,2,3,4],"rotation":270,"texture":"#0"},"up":{"uv":[1,2,3,7],"rotation":270,"texture":"#0"},"down":{"uv":[0,2,2,7],"rotation":270,"texture":"#0"}}},{"from":[4.75,0,7.6],"to":[7.25,9,8.65],"rotation":{"angle":22.5,"axis":"z","origin":[6,1,8]},"faces":{"north":{"uv":[0,3,10,6],"rotation":270,"texture":"#0"},"east":{"uv":[0,3,10,4],"rotation":270,"texture":"#0"},"south":{"uv":[0,3,10,6],"rotation":270,"texture":"#0"},"west":{"uv":[0,3,10,4],"rotation":270,"texture":"#0"},"up":{"uv":[9,3,10,6],"rotation":270,"texture":"#0"},"down":{"uv":[0,3,1,6],"rotation":270,"texture":"#0"}}},{"from":[8.75,0,7.6],"to":[11.25,9,8.65],"rotation":{"angle":-22.5,"axis":"z","origin":[10,1,8]},"faces":{"north":{"uv":[0,6,10,3],"rotation":270,"texture":"#0"},"east":{"uv":[0,4,10,3],"rotation":270,"texture":"#0"},"south":{"uv":[0,6,10,3],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,10,3],"rotation":270,"texture":"#0"},"up":{"uv":[9,6,10,3],"rotation":270,"texture":"#0"},"down":{"uv":[0,6,1,3],"rotation":270,"texture":"#0"}}},{"from":[5.35,0,7.55],"to":[6.75,9.5,8.15],"rotation":{"angle":22.5,"axis":"z","origin":[6,1,8]},"faces":{"north":{"uv":[0,9.01,10,11],"rotation":270,"texture":"#0"},"east":{"uv":[0,9,10,11],"rotation":270,"texture":"#0"},"south":{"uv":[0,9,10,11],"rotation":270,"texture":"#0"},"west":{"uv":[0,9,10,11],"rotation":270,"texture":"#0"},"up":{"uv":[0,9,10,11],"rotation":270,"texture":"#0"},"down":{"uv":[0,9,10,11],"rotation":270,"texture":"#0"}}},{"from":[9.25,0,7.55],"to":[10.65,9.5,8.15],"rotation":{"angle":-22.5,"axis":"z","origin":[10,1,8]},"faces":{"north":{"uv":[0,11,10,9.01],"rotation":270,"texture":"#0"},"east":{"uv":[0,11,10,9],"rotation":270,"texture":"#0"},"south":{"uv":[0,11,10,9],"rotation":270,"texture":"#0"},"west":{"uv":[0,11,10,9],"rotation":270,"texture":"#0"},"up":{"uv":[0,11,10,9],"rotation":270,"texture":"#0"},"down":{"uv":[0,11,10,9],"rotation":270,"texture":"#0"}}},{"from":[5.101,2.501,7.551],"to":[6.999,7.499,8.899],"rotation":{"angle":22.5,"axis":"z","origin":[6,1,8]},"faces":{"north":{"uv":[5,12,10,9],"rotation":90,"texture":"#0"},"east":{"uv":[11,10,6,7],"rotation":90,"texture":"#0"},"south":{"uv":[5,4,10,6],"rotation":270,"texture":"#0"},"west":{"uv":[5,7,10,10],"rotation":90,"texture":"#0"},"up":{"uv":[10,8,13,10],"rotation":180,"texture":"#0"},"down":{"uv":[5,8,8,11],"texture":"#0"}}},{"from":[9.001,2.501,7.551],"to":[10.899,7.499,8.899],"rotation":{"angle":-22.5,"axis":"z","origin":[10,1,8]},"faces":{"north":{"uv":[5,9,10,12],"rotation":90,"texture":"#0"},"east":{"uv":[5,10,10,7],"rotation":90,"texture":"#0"},"south":{"uv":[5,6,10,4],"rotation":270,"texture":"#0"},"west":{"uv":[11,7,6,10],"rotation":90,"texture":"#0"},"up":{"uv":[13,8,10,10],"rotation":180,"texture":"#0"},"down":{"uv":[8,8,5,11],"texture":"#0"}}},{"from":[1.77568,7.90468,7.592],"to":[4.09368,8.87268,8.41],"rotation":{"angle":0,"axis":"z","origin":[2.83468,8.36368,8.001]},"faces":{"north":{"uv":[10,3,11,6],"rotation":90,"texture":"#0"},"east":{"uv":[10,3,11,6],"rotation":90,"texture":"#0"},"south":{"uv":[10,3,11,6],"rotation":90,"texture":"#0"},"west":{"uv":[10,3,11,4],"rotation":90,"texture":"#0"},"up":{"uv":[10,3,11,6],"rotation":90,"texture":"#0"},"down":{"uv":[10,3,11,6],"rotation":90,"texture":"#0"}}},{"from":[11.90632,7.90468,7.592],"to":[14.22432,8.87268,8.41],"rotation":{"angle":0,"axis":"z","origin":[13.16532,8.36368,8.001]},"faces":{"north":{"uv":[10,6,11,3],"rotation":90,"texture":"#0"},"east":{"uv":[10,4,11,3],"rotation":90,"texture":"#0"},"south":{"uv":[10,6,11,3],"rotation":90,"texture":"#0"},"west":{"uv":[10,6,11,3],"rotation":90,"texture":"#0"},"up":{"uv":[10,6,11,3],"rotation":90,"texture":"#0"},"down":{"uv":[10,6,11,3],"rotation":90,"texture":"#0"}}},{"from":[1.77968,8.67716,7.44314],"to":[4.08968,10.68716,8.25314],"rotation":{"angle":-22.5,"axis":"x","origin":[2.93468,9.15716,7.84814]},"faces":{"north":{"uv":[11,3,14,6],"rotation":270,"texture":"#0"},"east":{"uv":[11,3,14,4],"rotation":270,"texture":"#0"},"south":{"uv":[11,3,14,6],"rotation":270,"texture":"#0"},"west":{"uv":[11,3,14,4],"rotation":270,"texture":"#0"},"up":{"uv":[11,3,14,6],"rotation":270,"texture":"#0"},"down":{"uv":[11,3,14,6],"rotation":270,"texture":"#0"}}},{"from":[11.91032,8.67716,7.44314],"to":[14.22032,10.68716,8.25314],"rotation":{"angle":-22.5,"axis":"x","origin":[13.06532,9.15716,7.84814]},"faces":{"north":{"uv":[11,6,14,3],"rotation":270,"texture":"#0"},"east":{"uv":[11,4,14,3],"rotation":270,"texture":"#0"},"south":{"uv":[11,6,14,3],"rotation":270,"texture":"#0"},"west":{"uv":[11,4,14,3],"rotation":270,"texture":"#0"},"up":{"uv":[11,6,14,3],"rotation":270,"texture":"#0"},"down":{"uv":[11,6,14,3],"rotation":270,"texture":"#0"}}},{"from":[2.17968,8.67716,7.39314],"to":[3.68968,9.98716,8.15314],"rotation":{"angle":-22.5,"axis":"x","origin":[2.93468,9.15716,7.84814]},"faces":{"north":{"uv":[10,9.01,12,11.01],"rotation":270,"texture":"#0"},"east":{"uv":[10,9.01,12,11.01],"rotation":270,"texture":"#0"},"south":{"uv":[10,9.01,12,11.01],"rotation":270,"texture":"#0"},"west":{"uv":[10,9.01,12,11.01],"rotation":270,"texture":"#0"},"up":{"uv":[10,9.01,12,11.01],"rotation":270,"texture":"#0"},"down":{"uv":[10,9.01,12,11.01],"rotation":270,"texture":"#0"}}},{"from":[12.31032,8.67716,7.39314],"to":[13.82032,9.98716,8.15314],"rotation":{"angle":-22.5,"axis":"x","origin":[13.06532,9.15716,7.84814]},"faces":{"north":{"uv":[10,11.01,12,9.01],"rotation":270,"texture":"#0"},"east":{"uv":[10,11.01,12,9.01],"rotation":270,"texture":"#0"},"south":{"uv":[10,11.01,12,9.01],"rotation":270,"texture":"#0"},"west":{"uv":[10,11.01,12,9.01],"rotation":270,"texture":"#0"},"up":{"uv":[10,11.01,12,9.01],"rotation":270,"texture":"#0"},"down":{"uv":[10,11.01,12,9.01],"rotation":270,"texture":"#0"}}},{"from":[2.43468,8.68216,7.39814],"to":[3.43468,10.23216,8.14814],"rotation":{"angle":-22.5,"axis":"x","origin":[2.93468,9.15716,7.84814]},"faces":{"north":{"uv":[14,10,15.5,11.3],"texture":"#0"},"east":{"uv":[14,10,15.5,11.3],"texture":"#0"},"south":{"uv":[14,10,15.5,11.3],"texture":"#0"},"west":{"uv":[14,10,15.5,11.3],"texture":"#0"},"up":{"uv":[14,10,15.5,11.3],"texture":"#0"},"down":{"uv":[14,10,15.5,11.3],"texture":"#0"}}},{"from":[12.56532,8.68216,7.39814],"to":[13.56532,10.23216,8.14814],"rotation":{"angle":-22.5,"axis":"x","origin":[13.06532,9.15716,7.84814]},"faces":{"north":{"uv":[15.5,10,14,11.3],"texture":"#0"},"east":{"uv":[15.5,10,14,11.3],"texture":"#0"},"south":{"uv":[15.5,10,14,11.3],"texture":"#0"},"west":{"uv":[15.5,10,14,11.3],"texture":"#0"},"up":{"uv":[15.5,10,14,11.3],"texture":"#0"},"down":{"uv":[15.5,10,14,11.3],"texture":"#0"}}},{"from":[2.03468,8.68216,7.44814],"to":[3.83468,10.93216,8.24814],"rotation":{"angle":-22.5,"axis":"x","origin":[2.93468,9.15716,7.84814]},"faces":{"north":{"uv":[12,3,15,6],"texture":"#0"},"east":{"uv":[12,3,15,6],"texture":"#0"},"south":{"uv":[12,3,15,6],"texture":"#0"},"west":{"uv":[12,3,15,6],"texture":"#0"},"up":{"uv":[12,3,15,4],"texture":"#0"},"down":{"uv":[12,3,15,6],"texture":"#0"}}},{"from":[12.16532,8.68216,7.44814],"to":[13.96532,10.93216,8.24814],"rotation":{"angle":-22.5,"axis":"x","origin":[13.06532,9.15716,7.84814]},"faces":{"north":{"uv":[15,3,12,6],"texture":"#0"},"east":{"uv":[15,3,12,6],"texture":"#0"},"south":{"uv":[15,3,12,6],"texture":"#0"},"west":{"uv":[15,3,12,6],"texture":"#0"},"up":{"uv":[15,3,12,4],"texture":"#0"},"down":{"uv":[15,3,12,6],"texture":"#0"}}},{"from":[4.251,2.501,7.601],"to":[7.749,7.499,8.399],"rotation":{"angle":22.5,"axis":"z","origin":[6,1,8]},"faces":{"north":{"uv":[5,3,10,7],"rotation":270,"texture":"#0"},"east":{"uv":[5,5,10,6],"rotation":270,"texture":"#0"},"south":{"uv":[5,7,10,3],"rotation":270,"texture":"#0"},"west":{"uv":[5,2,10,3],"rotation":270,"texture":"#0"},"up":{"uv":[5,3,10,7],"rotation":270,"texture":"#0"},"down":{"uv":[5,3,10,7],"rotation":270,"texture":"#0"}}},{"from":[8.251,2.501,7.601],"to":[11.749,7.499,8.399],"rotation":{"angle":-22.5,"axis":"z","origin":[10,1,8]},"faces":{"north":{"uv":[5,7,10,3],"rotation":270,"texture":"#0"},"east":{"uv":[5,3,10,2],"rotation":270,"texture":"#0"},"south":{"uv":[5,3,10,7],"rotation":270,"texture":"#0"},"west":{"uv":[5,6,10,5],"rotation":270,"texture":"#0"},"up":{"uv":[5,7,10,3],"rotation":270,"texture":"#0"},"down":{"uv":[5,7,10,3],"rotation":270,"texture":"#0"}}},{"from":[4.502,0.752,7.602],"to":[7.498,8.248,8.398],"rotation":{"angle":22.5,"axis":"z","origin":[6,1,8]},"faces":{"north":{"uv":[0,3,8,6],"rotation":270,"texture":"#0"},"east":{"uv":[0,3,8,4],"rotation":270,"texture":"#0"},"south":{"uv":[0,3,8,6],"rotation":270,"texture":"#0"},"west":{"uv":[0,3,8,4],"rotation":270,"texture":"#0"},"up":{"uv":[7,3,8,6],"rotation":270,"texture":"#0"},"down":{"uv":[0,3,1,6],"rotation":270,"texture":"#0"}}},{"from":[8.502,0.752,7.602],"to":[11.498,8.248,8.398],"rotation":{"angle":-22.5,"axis":"z","origin":[10,1,8]},"faces":{"north":{"uv":[0,6,8,3],"rotation":270,"texture":"#0"},"east":{"uv":[0,4,8,3],"rotation":270,"texture":"#0"},"south":{"uv":[0,6,8,3],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,8,3],"rotation":270,"texture":"#0"},"up":{"uv":[7,6,8,3],"rotation":270,"texture":"#0"},"down":{"uv":[0,6,1,3],"rotation":270,"texture":"#0"}}}],"display":{"head":{"rotation":[-30,0,0],"translation":[0,18.5,-7.5],"scale":[1.8,1.8,1.8]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/cat_hat.json b/assets/minecraft/models/item/wynn/skin/hat/cat_hat.json new file mode 100644 index 000000000..36cb802ec --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/cat_hat.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/cat_hat","particle":"skins/cat_hat"},"elements":[{"from":[5.51,5.01,4.01],"to":[10.49,7.99,13.99],"rotation":{"angle":0,"axis":"x","origin":[8,4,7]},"faces":{"east":{"uv":[5,5,0,6.5],"texture":"#0"},"south":{"uv":[5,0,7.5,1.5],"texture":"#0"},"west":{"uv":[0,5,5,6.5],"texture":"#0"},"up":{"uv":[0,0,2.5,5],"texture":"#0"},"down":{"uv":[2.5,0,5,5],"texture":"#0"}}},{"from":[0.5,7.5,6],"to":[6.5,8.5,8],"rotation":{"angle":45,"axis":"z","origin":[8,6.5,7]},"faces":{"north":{"uv":[5,3.5,5.5,6.5],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,6.5,6,3.5],"rotation":270,"texture":"#0"},"west":{"uv":[5,6,6,6.5],"texture":"#0"},"up":{"uv":[5,3.5,6,6.5],"rotation":90,"texture":"#0"},"down":{"uv":[6,3.5,5,6.5],"rotation":90,"texture":"#0"}}},{"from":[9.5,7.5,6],"to":[15.5,8.5,8],"rotation":{"angle":-45,"axis":"z","origin":[8,6.5,7]},"faces":{"north":{"uv":[5,6.5,5.5,3.5],"rotation":270,"texture":"#0"},"east":{"uv":[5,6,6,6.5],"texture":"#0"},"south":{"uv":[5.5,3.5,6,6.5],"rotation":270,"texture":"#0"},"up":{"uv":[5,6.5,6,3.5],"rotation":90,"texture":"#0"},"down":{"uv":[6,6.5,5,3.5],"rotation":90,"texture":"#0"}}},{"from":[6,-0.5,12],"to":[7,5.5,14],"rotation":{"angle":-22.5,"axis":"z","origin":[8,7,13]},"faces":{"north":{"uv":[5,3.5,5.5,6.5],"texture":"#0"},"east":{"uv":[6,3.5,5,6.5],"texture":"#0"},"south":{"uv":[5.5,3.5,6,6.5],"texture":"#0"},"west":{"uv":[5,3.5,6,6.5],"texture":"#0"},"down":{"uv":[5,6,6,6.5],"rotation":270,"texture":"#0"}}},{"from":[9,-0.5,12],"to":[10,5.5,14],"rotation":{"angle":22.5,"axis":"z","origin":[8,7,13]},"faces":{"north":{"uv":[5,3.5,5.5,6.5],"texture":"#0"},"east":{"uv":[6,3.5,5,6.5],"texture":"#0"},"south":{"uv":[5.5,3.5,6,6.5],"texture":"#0"},"west":{"uv":[5,3.5,6,6.5],"texture":"#0"},"down":{"uv":[5,6,6,6.5],"rotation":270,"texture":"#0"}}},{"from":[7.5,-3,13],"to":[8.5,5,14],"rotation":{"angle":-22.5,"axis":"x","origin":[8,6,7]},"faces":{"north":{"uv":[12.5,0,13,4],"texture":"#0"},"east":{"uv":[13,0,13.5,4],"texture":"#0"},"south":{"uv":[13.5,0,14,4],"texture":"#0"},"west":{"uv":[13,0,13.5,4],"texture":"#0"},"down":{"uv":[12.5,3.5,13,4],"texture":"#0"}}},{"from":[6.5,6,0.75],"to":[9.5,8,1.75],"rotation":{"angle":-22.5,"axis":"x","origin":[8,6,7]},"faces":{"north":{"uv":[5,1.5,6.5,2.5],"texture":"#0"},"east":{"uv":[5,1.5,5.5,2.5],"texture":"#0"},"west":{"uv":[6,1.5,6.5,2.5],"texture":"#0"},"up":{"uv":[5,3,6.5,3.5],"texture":"#0"},"down":{"uv":[5,2.5,6.5,3],"texture":"#0"}}},{"from":[5.5,6,1.75],"to":[10.5,11,6.75],"rotation":{"angle":-22.5,"axis":"x","origin":[8,6,7]},"faces":{"north":{"uv":[7.5,2.5,10,5],"texture":"#0"},"east":{"uv":[10,0,12.5,2.5],"texture":"#0"},"south":{"uv":[10,0,12.5,2.5],"texture":"#0"},"west":{"uv":[10,0,12.5,2.5],"texture":"#0"},"up":{"uv":[7.5,0,10,2.5],"texture":"#0"},"down":{"uv":[10,2.5,12.5,5],"texture":"#0"}}},{"from":[5.5,11,5],"to":[7.5,12,6],"rotation":{"angle":-22.5,"axis":"x","origin":[8,6,7]},"faces":{"north":{"uv":[6.5,1.5,7.5,2],"texture":"#0"},"east":{"uv":[7,2,7.5,2.5],"texture":"#0"},"south":{"uv":[6.5,2,7.5,2.5],"texture":"#0"},"west":{"uv":[6.5,2,7,2.5],"texture":"#0"},"up":{"uv":[6.5,2,7.5,2.5],"texture":"#0"}}},{"from":[8.5,11,5],"to":[10.5,12,6],"rotation":{"angle":-22.5,"axis":"x","origin":[8,6,7]},"faces":{"north":{"uv":[7.5,1.5,6.5,2],"texture":"#0"},"east":{"uv":[6.5,2,7,2.5],"texture":"#0"},"south":{"uv":[7.5,2,6.5,2.5],"texture":"#0"},"west":{"uv":[7,2,7.5,2.5],"texture":"#0"},"up":{"uv":[7.5,2,6.5,2.5],"texture":"#0"}}}],"display":{"head":{"translation":[0,11.25,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/champion_fullhelm.json b/assets/minecraft/models/item/wynn/skin/hat/champion_fullhelm.json new file mode 100644 index 000000000..40f3a8393 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/champion_fullhelm.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"1":"skins/moon_gradient","2":"skins/helmet_banner","3":"skins/soul_heart","particle":"skins/moon_gradient"},"elements":[{"from":[2.49895,1.37868,-1.81],"to":[7.49895,3.37868,0.19],"rotation":{"angle":45,"axis":"y","origin":[7.56802,4.37868,1.53002]},"faces":{"north":{"uv":[4,9,6,15],"rotation":270,"texture":"#3"},"east":{"uv":[4,9,6,11],"rotation":270,"texture":"#3"},"south":{"uv":[4,9,6,15],"rotation":270,"texture":"#3"},"west":{"uv":[4,9,6,11],"rotation":270,"texture":"#3"},"up":{"uv":[4,9,6,15],"rotation":270,"texture":"#3"},"down":{"uv":[3,9,5,15],"rotation":90,"texture":"#3"}}},{"from":[6.23604,1.38868,-1.51933],"to":[9.26604,3.36868,0.46067],"rotation":{"angle":22.5,"axis":"y","origin":[7.56802,4.37868,1.53002]},"faces":{"north":{"uv":[4,9,6,12.05],"rotation":270,"texture":"#3"},"east":{"uv":[4,9,6,11],"rotation":270,"texture":"#3"},"south":{"uv":[4,9,6,12.05],"rotation":270,"texture":"#3"},"west":{"uv":[4,9,6,11],"rotation":270,"texture":"#3"},"up":{"uv":[4,9,6,12.05],"rotation":270,"texture":"#3"},"down":{"uv":[3,9,5,12.05],"rotation":90,"texture":"#3"}}},{"from":[6.63206,1.37868,-1.84913],"to":[9.68206,3.37868,0.15087],"rotation":{"angle":-22.5,"axis":"y","origin":[7.56802,4.37868,1.53002]},"faces":{"north":{"uv":[4,9,6,15],"rotation":270,"texture":"#3"},"east":{"uv":[4,9,6,11],"rotation":270,"texture":"#3"},"south":{"uv":[4,9,6,15],"rotation":270,"texture":"#3"},"west":{"uv":[4,9,6,11],"rotation":270,"texture":"#3"},"up":{"uv":[4,9,6,15],"rotation":270,"texture":"#3"},"down":{"uv":[3,9,5,15],"rotation":90,"texture":"#3"}}},{"from":[8.238,1.38868,-2.39091],"to":[13.218,3.36868,-0.41091],"rotation":{"angle":-45,"axis":"y","origin":[7.56802,4.37868,1.53002]},"faces":{"north":{"uv":[4,9,6,14],"rotation":270,"texture":"#3"},"east":{"uv":[4,9,6,11],"rotation":270,"texture":"#3"},"south":{"uv":[4,9,6,14],"rotation":270,"texture":"#3"},"west":{"uv":[4,9,6,11],"rotation":270,"texture":"#3"},"up":{"uv":[4,9,6,14],"rotation":270,"texture":"#3"},"down":{"uv":[3,9,5,14],"rotation":90,"texture":"#3"}}},{"from":[1.54938,5.62868,-0.36043],"to":[6.04938,7.12868,1.13957],"rotation":{"angle":45,"axis":"y","origin":[7.56802,4.37868,1.53002]},"faces":{"north":{"uv":[4,9,6,15],"rotation":270,"texture":"#3"},"east":{"uv":[4,9,6,11],"rotation":270,"texture":"#3"},"south":{"uv":[4,9,6,15],"rotation":270,"texture":"#3"},"west":{"uv":[4,9,6,11],"rotation":270,"texture":"#3"},"up":{"uv":[4,9,6,15],"rotation":270,"texture":"#3"},"down":{"uv":[3,9,5,15],"rotation":90,"texture":"#3"}}},{"from":[5.45154,5.63868,0.37463],"to":[8.48154,7.11868,1.85463],"rotation":{"angle":22.5,"axis":"y","origin":[7.56802,4.37868,1.53002]},"faces":{"north":{"uv":[4.5,9,6,12.05],"rotation":270,"texture":"#3"},"east":{"uv":[4.5,9,6,10.5],"rotation":270,"texture":"#3"},"south":{"uv":[4.5,9,6,12.05],"rotation":270,"texture":"#3"},"west":{"uv":[4.5,9,6,10.5],"rotation":270,"texture":"#3"},"up":{"uv":[4.5,9,6,12.05],"rotation":270,"texture":"#3"},"down":{"uv":[3.5,9,5,12.05],"rotation":90,"texture":"#3"}}},{"from":[7.41657,5.62868,0.04483],"to":[10.46657,7.12868,1.54483],"rotation":{"angle":-22.5,"axis":"y","origin":[7.56802,4.37868,1.53002]},"faces":{"north":{"uv":[4.5,9,6,12.05],"rotation":270,"texture":"#3"},"east":{"uv":[4.5,9,6,10.5],"rotation":270,"texture":"#3"},"south":{"uv":[4.5,9,6,12.05],"rotation":270,"texture":"#3"},"west":{"uv":[4.5,9,6,10.5],"rotation":270,"texture":"#3"},"up":{"uv":[4.5,9,6,12.05],"rotation":270,"texture":"#3"},"down":{"uv":[3.5,9,5,12.05],"rotation":90,"texture":"#3"}}},{"from":[9.68757,5.63868,-0.94134],"to":[14.16757,7.11868,0.53866],"rotation":{"angle":-45,"axis":"y","origin":[7.56802,4.37868,1.53002]},"faces":{"north":{"uv":[4,8.5,5.5,13],"rotation":270,"texture":"#3"},"east":{"uv":[4,9,5.5,10.5],"rotation":270,"texture":"#3"},"south":{"uv":[4,9,5.5,13.5],"rotation":270,"texture":"#3"},"west":{"uv":[4,9,5.5,10.5],"rotation":270,"texture":"#3"},"up":{"uv":[4,9,5.5,13.5],"rotation":270,"texture":"#3"},"down":{"uv":[3,9,4.5,13.5],"rotation":90,"texture":"#3"}}},{"from":[4.54938,8.62868,1.63957],"to":[6.04938,10.12868,3.13957],"rotation":{"angle":45,"axis":"y","origin":[7.56802,7.37868,3.53002]},"faces":{"north":{"uv":[5.5,10.5,7,12],"rotation":270,"texture":"#3"},"east":{"uv":[5.5,10.5,7,12],"rotation":270,"texture":"#3"},"south":{"uv":[5.5,10.5,7,12],"rotation":270,"texture":"#3"},"west":{"uv":[5.5,10.5,7,12],"rotation":270,"texture":"#3"},"up":{"uv":[5.5,10.5,7,12],"rotation":270,"texture":"#3"},"down":{"uv":[4.5,10.5,6,12],"rotation":90,"texture":"#3"}}},{"from":[5.45154,8.63868,2.37463],"to":[8.48154,10.11868,3.85463],"rotation":{"angle":22.5,"axis":"y","origin":[7.56802,7.37868,3.53002]},"faces":{"north":{"uv":[5.5,10.5,7,13.55],"rotation":270,"texture":"#3"},"east":{"uv":[5.5,10.5,7,12],"rotation":270,"texture":"#3"},"south":{"uv":[5.5,10.5,7,13.55],"rotation":270,"texture":"#3"},"west":{"uv":[5.5,10.5,7,12],"rotation":270,"texture":"#3"},"up":{"uv":[5.5,10.5,7,13.55],"rotation":270,"texture":"#3"},"down":{"uv":[4.5,10.5,6,13.55],"rotation":90,"texture":"#3"}}},{"from":[7.41657,8.62868,2.04483],"to":[10.46657,10.12868,3.54483],"rotation":{"angle":-22.5,"axis":"y","origin":[7.56802,7.37868,3.53002]},"faces":{"north":{"uv":[5.5,10.5,7,13.55],"rotation":270,"texture":"#3"},"east":{"uv":[5.5,10.5,7,12],"rotation":270,"texture":"#3"},"south":{"uv":[5.5,10.5,7,13.55],"rotation":270,"texture":"#3"},"west":{"uv":[5.5,10.5,7,12],"rotation":270,"texture":"#3"},"up":{"uv":[5.5,10.5,7,13.55],"rotation":270,"texture":"#3"},"down":{"uv":[4.5,10.5,6,13.55],"rotation":90,"texture":"#3"}}},{"from":[5.45154,9.63868,3.37463],"to":[8.48154,11.11868,4.85463],"rotation":{"angle":22.5,"axis":"y","origin":[7.56802,8.37868,4.53002]},"faces":{"north":{"uv":[6.5,10,8,13.05],"rotation":270,"texture":"#3"},"east":{"uv":[6.5,10,8,11.5],"rotation":270,"texture":"#3"},"south":{"uv":[6.5,10,8,13.05],"rotation":270,"texture":"#3"},"west":{"uv":[6.5,10,8,11.5],"rotation":270,"texture":"#3"},"up":{"uv":[6.5,10,8,13.05],"rotation":270,"texture":"#3"},"down":{"uv":[5.5,10,7,13.05],"rotation":90,"texture":"#3"}}},{"from":[7.41657,9.62868,3.04483],"to":[10.46657,11.12868,4.54483],"rotation":{"angle":-22.5,"axis":"y","origin":[7.56802,8.37868,4.53002]},"faces":{"north":{"uv":[6.5,10,8,13.05],"rotation":270,"texture":"#3"},"east":{"uv":[6.5,10,8,11.5],"rotation":270,"texture":"#3"},"south":{"uv":[6.5,10,8,13.05],"rotation":270,"texture":"#3"},"west":{"uv":[6.5,10,8,11.5],"rotation":270,"texture":"#3"},"up":{"uv":[6.5,10,8,13.05],"rotation":270,"texture":"#3"},"down":{"uv":[5.5,10,7,13.05],"rotation":90,"texture":"#3"}}},{"from":[9.68757,8.63868,1.05866],"to":[11.16757,10.11868,2.53866],"rotation":{"angle":-45,"axis":"y","origin":[7.56802,7.37868,3.53002]},"faces":{"north":{"uv":[5.5,10,7,11.5],"rotation":270,"texture":"#3"},"east":{"uv":[5.5,10.5,7,12],"rotation":270,"texture":"#3"},"south":{"uv":[5.5,10.5,7,12],"rotation":270,"texture":"#3"},"west":{"uv":[5.5,10.5,7,12],"rotation":270,"texture":"#3"},"up":{"uv":[5.5,10.5,7,12],"rotation":270,"texture":"#3"},"down":{"uv":[4.5,10.5,6,12],"rotation":90,"texture":"#3"}}},{"from":[3.11091,6.43934,4.24264],"to":[5.11091,11.43934,6.24264],"rotation":{"angle":-45,"axis":"z","origin":[4.11091,8.93934,5.24264]},"faces":{"north":{"uv":[10,10,15,12],"rotation":90,"texture":"#3"},"east":{"uv":[10,10,15,12],"rotation":90,"texture":"#3"},"south":{"uv":[11,10,16,12],"rotation":90,"texture":"#3"},"west":{"uv":[10.5,8.5,15.5,10.5],"rotation":90,"texture":"#3"},"up":{"uv":[10,10,12,12],"rotation":90,"texture":"#3"},"down":{"uv":[10,10,12,12],"rotation":90,"texture":"#3"}}},{"from":[12.33982,1.36868,4.24264],"to":[14.35982,7.88868,6.26264],"rotation":{"angle":0,"axis":"z","origin":[13.34982,4.87868,5.25264]},"faces":{"north":{"uv":[2,14.5,8,12.5],"rotation":270,"texture":"#3"},"east":{"uv":[2,14.5,8,12.5],"rotation":270,"texture":"#3"},"south":{"uv":[2,14.5,8,12.5],"rotation":270,"texture":"#3"},"west":{"uv":[2,14.5,8,12.5],"rotation":270,"texture":"#3"},"up":{"uv":[8,12.5,6,14.5],"rotation":180,"texture":"#3"},"down":{"uv":[4,12.5,2,14.5],"texture":"#3"}}},{"from":[1.65018,1.37868,4.25264],"to":[3.65018,7.87868,6.25264],"rotation":{"angle":0,"axis":"z","origin":[2.65018,4.87868,5.25264]},"faces":{"north":{"uv":[2,12,8,14],"rotation":270,"texture":"#3"},"east":{"uv":[2,12,8,14],"rotation":270,"texture":"#3"},"south":{"uv":[2,12,8,14],"rotation":270,"texture":"#3"},"west":{"uv":[2,12,8,14],"rotation":270,"texture":"#3"},"up":{"uv":[6,12,8,14],"rotation":180,"texture":"#3"},"down":{"uv":[2,12,4,14],"texture":"#3"}}},{"from":[1.90018,2.60355,6.00264],"to":[14.15018,6.10355,9.50264],"rotation":{"angle":-45,"axis":"x","origin":[2.90018,4.35355,7.75264]},"faces":{"north":{"uv":[3.5,11.5,7,15],"rotation":270,"texture":"#3"},"east":{"uv":[3,12,6.5,15.5],"rotation":270,"texture":"#3"},"south":{"uv":[3.5,11.5,7,15],"rotation":270,"texture":"#3"},"west":{"uv":[3,12,6.5,15.5],"rotation":270,"texture":"#3"},"up":{"uv":[3.5,11.5,7,15],"rotation":270,"texture":"#3"},"down":{"uv":[3.5,11.5,7,15],"rotation":270,"texture":"#3"}}},{"from":[2,3.20666,5.9686],"to":[14,4.70666,11.9686],"rotation":{"angle":22.5,"axis":"x","origin":[7.625,2.45666,8.7186]},"faces":{"north":{"uv":[3.5,8,5,16],"rotation":270,"texture":"#3"},"east":{"uv":[3.5,8,5,14],"rotation":270,"texture":"#3"},"south":{"uv":[3.5,8,5,16],"rotation":270,"texture":"#3"},"west":{"uv":[3.5,8,5,14],"rotation":270,"texture":"#3"},"up":{"uv":[3.5,8,5,16],"rotation":270,"texture":"#3"},"down":{"uv":[3.5,8,5,16],"rotation":270,"texture":"#3"}}},{"from":[2.26,3.21666,7.9786],"to":[13.24,4.69666,13.7086],"rotation":{"angle":22.5,"axis":"x","origin":[7.625,2.45666,8.7186]},"faces":{"north":{"uv":[3.5,8,5,19],"rotation":270,"texture":"#3"},"east":{"uv":[3.5,8,5,13.75],"rotation":270,"texture":"#3"},"south":{"uv":[3.5,8,14.5,9.5],"texture":"#3"},"west":{"uv":[3.5,8,5,13.75],"rotation":270,"texture":"#3"},"up":{"uv":[5.02,10.27,16,16],"texture":"#3"},"down":{"uv":[5.02,10.27,16,16],"texture":"#3"}}},{"from":[12.34982,1.37868,2.75264],"to":[14.34982,3.37868,4.25264],"rotation":{"angle":0,"axis":"z","origin":[13.34982,4.37868,3.25264]},"faces":{"north":{"uv":[4,12,6,14],"rotation":270,"texture":"#3"},"east":{"uv":[4,11,6,12.5],"rotation":270,"texture":"#3"},"south":{"uv":[4,12,6,14],"rotation":270,"texture":"#3"},"west":{"uv":[4,11,6,12.5],"rotation":270,"texture":"#3"},"up":{"uv":[6,10,7.5,12],"rotation":270,"texture":"#3"},"down":{"uv":[2.5,12,4,14],"rotation":270,"texture":"#3"}}},{"from":[1.66018,1.38868,2.76264],"to":[3.64018,3.36868,4.24264],"rotation":{"angle":0,"axis":"z","origin":[7.56802,4.37868,1.53002]},"faces":{"north":{"uv":[4,12,6,14],"rotation":270,"texture":"#3"},"east":{"uv":[4,11,6,12.5],"rotation":270,"texture":"#3"},"south":{"uv":[4,12,6,14],"rotation":270,"texture":"#3"},"west":{"uv":[4,11,6,12.5],"rotation":270,"texture":"#3"},"up":{"uv":[6,10,7.5,12],"rotation":270,"texture":"#3"},"down":{"uv":[0.5,11.5,2,13.5],"rotation":270,"texture":"#3"}}},{"from":[5.33589,10.64838,4.25264],"to":[8.36589,12.62838,6.23264],"rotation":{"angle":22.5,"axis":"z","origin":[8.32589,11.63838,5.24264]},"faces":{"north":{"uv":[7.5,9.5,9.5,12.55],"rotation":270,"texture":"#3"},"east":{"uv":[7.5,9.5,9.5,11.5],"rotation":270,"texture":"#3"},"south":{"uv":[5.5,9.5,7.5,12.55],"rotation":270,"texture":"#3"},"west":{"uv":[7.5,9.5,9.5,11.5],"rotation":270,"texture":"#3"},"up":{"uv":[7.5,9.5,9.5,12.55],"rotation":270,"texture":"#3"},"down":{"uv":[6.5,9.5,8.5,12.55],"rotation":90,"texture":"#3"}}},{"from":[7.02,9.27,6.02],"to":[8.98,11.23,8.98],"rotation":{"angle":0,"axis":"x","origin":[8,10.30856,10.00221]},"faces":{"north":{"uv":[11.05,9,13.05,11],"rotation":270,"texture":"#3"},"east":{"uv":[11.05,9,13.05,12],"rotation":270,"texture":"#3"},"south":{"uv":[11.05,9,13.05,11],"rotation":270,"texture":"#3"},"west":{"uv":[11.05,9,13.05,12],"rotation":270,"texture":"#3"},"up":{"uv":[11.05,9,14.05,11],"rotation":270,"texture":"#3"},"down":{"uv":[11.05,9,14.05,11],"rotation":270,"texture":"#3"}}},{"from":[7,8.40154,8.09579],"to":[9,10.40154,12.09579],"rotation":{"angle":22.5,"axis":"x","origin":[8,8.59315,10.68063]},"faces":{"north":{"uv":[7.55,9,9.55,11],"rotation":270,"texture":"#3"},"east":{"uv":[7.55,9,11.55,11],"rotation":180,"texture":"#3"},"south":{"uv":[7.55,9,9.55,11],"rotation":270,"texture":"#3"},"west":{"uv":[7.55,9,11.55,11],"rotation":180,"texture":"#3"},"up":{"uv":[7.55,9,11.55,11],"rotation":270,"texture":"#3"},"down":{"uv":[7.55,9,11.55,11],"rotation":270,"texture":"#3"}}},{"from":[4.01,8.26,6.01],"to":[11.99,10.24,8.99],"rotation":{"angle":0,"axis":"x","origin":[7,9.30856,10.00221]},"faces":{"north":{"uv":[7,8,9,16],"rotation":270,"texture":"#1"},"east":{"uv":[10.05,6,13.05,8],"rotation":180,"texture":"#1"},"south":{"uv":[7,8,9,16],"rotation":90,"texture":"#1"},"west":{"uv":[10.05,6,13.05,8],"texture":"#1"},"up":{"uv":[10.05,6,13.05,14],"rotation":270,"texture":"#1"},"down":{"uv":[10.05,6,13.05,14],"rotation":270,"texture":"#1"}}},{"from":[4,7.53475,8.76548],"to":[12,9.53475,12.76548],"rotation":{"angle":22.5,"axis":"x","origin":[8,9.34315,10.68063]},"faces":{"north":{"uv":[7,8,9,16],"rotation":270,"texture":"#1"},"east":{"uv":[7.05,7.5,11.05,9.5],"rotation":180,"texture":"#1"},"south":{"uv":[7,8,9,16],"rotation":90,"texture":"#1"},"west":{"uv":[7.05,7.5,11.05,9.5],"texture":"#1"},"up":{"uv":[7.05,8,11.05,16],"rotation":270,"texture":"#1"},"down":{"uv":[7.05,7.5,11.05,15.5],"rotation":270,"texture":"#1"}}},{"from":[3.01,7.53169,6.05089],"to":[12.99,9.51169,14.53089],"rotation":{"angle":22.5,"axis":"x","origin":[8.99,9.33008,7.95605]},"faces":{"north":{"uv":[11.5,6,13.5,16],"rotation":270,"texture":"#1"},"east":{"uv":[6,7.5,8,16],"rotation":270,"texture":"#1"},"south":{"uv":[11.5,6,13.5,16],"rotation":270,"texture":"#1"},"west":{"uv":[7,7.5,9,16],"rotation":270,"texture":"#1"},"up":{"uv":[4,6,12.5,16],"rotation":270,"texture":"#1"},"down":{"uv":[0,9.5,8.5,19.5],"rotation":90,"texture":"#1"}}},{"from":[2.51,1.53169,8.05089],"to":[13.49,8.51169,13.03089],"rotation":{"angle":22.5,"axis":"x","origin":[8.99,9.33008,7.95605]},"faces":{"north":{"uv":[2.05,8.5,9.05,13.5],"rotation":270,"texture":"#1"},"east":{"uv":[2.05,8.5,9.05,13.5],"rotation":270,"texture":"#1"},"south":{"uv":[2.05,8.5,9.05,13.5],"rotation":270,"texture":"#1"},"west":{"uv":[2.05,8.5,9.05,13.5],"rotation":270,"texture":"#1"},"up":{"uv":[6.55,6,11.55,16],"rotation":270,"texture":"#1"},"down":{"uv":[0,5,5,16],"rotation":270,"texture":"#1"}}},{"from":[2.5,1.86047,5.19538],"to":[13.5,6.86047,12.19538],"rotation":{"angle":22.5,"axis":"x","origin":[8,4.36047,8.69538]},"faces":{"north":{"uv":[3.05,6,8.05,16],"rotation":270,"texture":"#1"},"east":{"uv":[3.05,8,8.05,15],"rotation":270,"texture":"#1"},"south":{"uv":[3.05,6,8.05,16],"rotation":270,"texture":"#1"},"west":{"uv":[3.05,6.5,8.05,13.5],"rotation":270,"texture":"#1"},"up":{"uv":[6.05,6,13.05,16],"rotation":270,"texture":"#1"},"down":{"uv":[0,6,7,16],"rotation":270,"texture":"#1"}}},{"from":[7.01,6.43423,10.65429],"to":[8.99,8.41423,13.63429],"rotation":{"angle":45,"axis":"x","origin":[8,6.61584,13.22914]},"faces":{"north":{"uv":[5.05,11,7.05,13],"rotation":270,"texture":"#3"},"east":{"uv":[5.05,11,7.05,14],"rotation":270,"texture":"#3"},"south":{"uv":[5.05,11,7.05,13],"rotation":270,"texture":"#3"},"west":{"uv":[5.05,11,7.05,14],"rotation":270,"texture":"#3"},"up":{"uv":[5.05,11,8.05,13],"rotation":270,"texture":"#3"},"down":{"uv":[5.05,11,8.05,13],"rotation":270,"texture":"#3"}}},{"from":[4.01,5.43423,11.99369],"to":[11.99,7.41423,13.97369],"rotation":{"angle":45,"axis":"x","origin":[8,7.23263,13.89884]},"faces":{"north":{"uv":[5.05,8,7.05,16],"rotation":270,"texture":"#1"},"east":{"uv":[5.05,8,7.05,10],"rotation":270,"texture":"#1"},"south":{"uv":[5.05,8,7.05,16],"rotation":270,"texture":"#1"},"west":{"uv":[5.05,8,7.05,10],"rotation":270,"texture":"#1"},"up":{"uv":[5.05,8,7.05,16],"rotation":270,"texture":"#1"},"down":{"uv":[5.05,8,7.05,16],"rotation":270,"texture":"#1"}}},{"from":[4,5.15932,13.89169],"to":[12,7.15932,15.89169],"rotation":{"angle":-22.5,"axis":"x","origin":[8,2.71571,14.61898]},"faces":{"north":{"uv":[3.5,8,6.5,16],"rotation":270,"texture":"#1"},"east":{"uv":[3.5,8,6.5,10],"rotation":270,"texture":"#1"},"south":{"uv":[3.5,8,6.5,16],"rotation":270,"texture":"#1"},"west":{"uv":[3.5,8,6.5,10],"rotation":270,"texture":"#1"},"up":{"uv":[3.5,8,5.5,16],"rotation":270,"texture":"#1"},"down":{"uv":[3.5,8,5.5,16],"rotation":270,"texture":"#1"}}},{"from":[7,4.78252,14.73201],"to":[9,6.78252,16.73201],"rotation":{"angle":-22.5,"axis":"x","origin":[8,2.33891,13.70929]},"faces":{"north":{"uv":[3.5,11,6.5,13],"rotation":270,"texture":"#3"},"east":{"uv":[3.5,11,5.5,13],"rotation":270,"texture":"#3"},"south":{"uv":[3.5,11,6.5,13],"rotation":270,"texture":"#3"},"west":{"uv":[3.5,11,5.5,13],"rotation":270,"texture":"#3"},"up":{"uv":[3.5,11,5.5,13],"rotation":270,"texture":"#3"},"down":{"uv":[3.5,11,5.5,13],"rotation":270,"texture":"#3"}}},{"from":[7.01,5.01325,13.57679],"to":[8.99,5.74325,15.55679],"rotation":{"angle":0,"axis":"x","origin":[8,3.24738,13.32968]},"faces":{"north":{"uv":[4.05,11.5,4.8,13.5],"rotation":90,"texture":"#3"},"east":{"uv":[4.05,11.5,4.8,13.5],"rotation":90,"texture":"#3"},"south":{"uv":[4.05,11.5,4.8,13.5],"rotation":270,"texture":"#3"},"west":{"uv":[4.05,11.5,4.8,13.5],"rotation":90,"texture":"#3"},"up":{"uv":[1,13.5,3,15.5],"rotation":90,"texture":"#3"},"down":{"uv":[1,13.5,3,15.5],"rotation":90,"texture":"#3"}}},{"from":[6.99,0.71978,14.12086],"to":[9.01,5.73978,16.14086],"rotation":{"angle":22.5,"axis":"x","origin":[8,6.78439,14.02259]},"faces":{"north":{"uv":[0,11.5,5,13.5],"rotation":270,"texture":"#3"},"east":{"uv":[0,11.5,5,13.5],"rotation":270,"texture":"#3"},"south":{"uv":[0,11.5,5,13.5],"rotation":270,"texture":"#3"},"west":{"uv":[0,11.5,5,13.5],"rotation":270,"texture":"#3"},"up":{"uv":[0,11.5,2,13.5],"rotation":270,"texture":"#3"},"down":{"uv":[0,11.5,2,13.5],"rotation":270,"texture":"#3"}}},{"from":[7,-2.18987,10.16977],"to":[9,1.81013,12.16977],"rotation":{"angle":45,"axis":"x","origin":[8,-0.68987,11.16977]},"faces":{"north":{"uv":[0,11.5,5,13.5],"rotation":90,"texture":"#3"},"east":{"uv":[0,11.5,5,13.5],"rotation":90,"texture":"#3"},"south":{"uv":[0,11.5,5,13.5],"rotation":90,"texture":"#3"},"west":{"uv":[0,11.5,5,13.5],"rotation":90,"texture":"#3"},"up":{"uv":[0,11.5,2,13.5],"rotation":270,"texture":"#3"},"down":{"uv":[0,11.5,2,13.5],"rotation":270,"texture":"#3"}}},{"from":[3.99,0.85246,13.63053],"to":[12.01,5.87246,15.65053],"rotation":{"angle":22.5,"axis":"x","origin":[8,7.62418,14.23936]},"faces":{"north":{"uv":[0,8,5,16],"rotation":270,"texture":"#1"},"east":{"uv":[0,8,5,10],"rotation":270,"texture":"#1"},"south":{"uv":[0,8,5,16],"rotation":270,"texture":"#1"},"west":{"uv":[0,8,5,10],"rotation":270,"texture":"#1"},"up":{"uv":[0,8,2,16],"rotation":270,"texture":"#1"},"down":{"uv":[0,8,2,16],"rotation":270,"texture":"#1"}}},{"from":[3.99,-0.88921,9.80622],"to":[12.01,2.13079,11.82622],"rotation":{"angle":45,"axis":"x","origin":[8,0.12079,10.81622]},"faces":{"north":{"uv":[0,8,3,16],"rotation":90,"texture":"#1"},"east":{"uv":[0,8,3,10],"rotation":90,"texture":"#1"},"south":{"uv":[0,8,3,16],"rotation":90,"texture":"#1"},"west":{"uv":[0,8,3,10],"rotation":90,"texture":"#1"},"up":{"uv":[0,8,2,16],"rotation":90,"texture":"#1"},"down":{"uv":[0,8,2,16],"rotation":90,"texture":"#1"}}},{"from":[3,0.86246,12.89053],"to":[13,6.36246,14.89053],"rotation":{"angle":22.5,"axis":"x","origin":[8,7.62418,13.48936]},"faces":{"north":{"uv":[0,8,5.5,18],"rotation":270,"texture":"#1"},"east":{"uv":[0,8,5.5,10],"rotation":270,"texture":"#1"},"south":{"uv":[0,6,5.5,16],"rotation":270,"texture":"#1"},"west":{"uv":[0,8,5.5,10],"rotation":270,"texture":"#1"},"up":{"uv":[0,6,2,16],"rotation":270,"texture":"#1"},"down":{"uv":[0,8,2,18],"rotation":270,"texture":"#1"}}},{"from":[3.04,-1.59329,9.55315],"to":[13,1.36671,11.51315],"rotation":{"angle":22.5,"axis":"x","origin":[8.02,-0.61329,10.53315]},"faces":{"north":{"uv":[0,8,3,18],"rotation":90,"texture":"#1"},"east":{"uv":[0,8,3,10],"rotation":90,"texture":"#1"},"south":{"uv":[0,6,3,16],"rotation":90,"texture":"#1"},"west":{"uv":[0,8,3,10],"rotation":90,"texture":"#1"},"up":{"uv":[0,8,2,18],"rotation":90,"texture":"#1"},"down":{"uv":[0,6,2,16],"rotation":270,"texture":"#1"}}},{"from":[3.05,-0.87418,5.63628],"to":[12.99,2.06582,10.57628],"rotation":{"angle":45,"axis":"x","origin":[8.02,0.59582,9.60628]},"faces":{"north":{"uv":[0,8,3,18],"rotation":90,"texture":"#1"},"east":{"uv":[0,8,3,13],"rotation":90,"texture":"#1"},"south":{"uv":[0,8,3,18],"rotation":90,"texture":"#1"},"west":{"uv":[0,8,3,13],"rotation":90,"texture":"#1"},"up":{"uv":[0,8,5,18],"rotation":90,"texture":"#1"},"down":{"uv":[0,6,5,16],"rotation":90,"texture":"#1"}}},{"from":[7.6241,10.63838,4.24264],"to":[10.6741,12.63838,6.24264],"rotation":{"angle":-22.5,"axis":"z","origin":[7.6741,11.63838,5.24264]},"faces":{"north":{"uv":[7.5,9.5,9.5,12.55],"rotation":270,"texture":"#3"},"east":{"uv":[7.5,9.5,9.5,11.5],"rotation":270,"texture":"#3"},"south":{"uv":[5.5,9.5,7.5,12.55],"rotation":270,"texture":"#3"},"west":{"uv":[7.5,9.5,9.5,11.5],"rotation":270,"texture":"#3"},"up":{"uv":[7.5,9.5,9.5,12.55],"rotation":270,"texture":"#3"},"down":{"uv":[6.5,9.5,8.5,12.55],"rotation":90,"texture":"#3"}}},{"from":[10.89909,6.44934,4.25264],"to":[12.87909,11.42934,6.23264],"rotation":{"angle":45,"axis":"z","origin":[11.88909,8.93934,5.24264]},"faces":{"north":{"uv":[10,10,15,12],"rotation":90,"texture":"#3"},"east":{"uv":[10,10,15,12],"rotation":90,"texture":"#3"},"south":{"uv":[11,10,16,12],"rotation":90,"texture":"#3"},"west":{"uv":[10.5,8.5,15.5,10.5],"rotation":90,"texture":"#3"},"up":{"uv":[10,10,12,12],"rotation":90,"texture":"#3"},"down":{"uv":[10,10,12,12],"rotation":90,"texture":"#3"}}},{"from":[4.83586,2.30661,0.3022],"to":[6.33586,6.30661,1.3022],"rotation":{"angle":22.5,"axis":"x","origin":[7.56802,4.37868,1.53002]},"faces":{"north":{"uv":[0,10,4,11.5],"rotation":270,"texture":"#3"},"east":{"uv":[0,10,4,11.5],"rotation":270,"texture":"#3"},"south":{"uv":[0,10,4,11.5],"rotation":270,"texture":"#3"},"west":{"uv":[0,10,4,11.5],"rotation":270,"texture":"#3"},"up":{"uv":[0,10,4,11.5],"rotation":270,"texture":"#3"},"down":{"uv":[0,10,4,11.5],"rotation":270,"texture":"#3"}}},{"from":[2.73586,3.45676,2.0707],"to":[4.23586,7.45676,3.0707],"rotation":{"angle":22.5,"axis":"x","origin":[7.56802,4.37868,1.53002]},"faces":{"north":{"uv":[0,10,4,11.5],"rotation":270,"texture":"#3"},"east":{"uv":[0,10,4,11.5],"rotation":270,"texture":"#3"},"south":{"uv":[0,10,4,11.5],"rotation":270,"texture":"#3"},"west":{"uv":[0,10,4,11.5],"rotation":270,"texture":"#3"},"up":{"uv":[0,10,4,11.5],"rotation":270,"texture":"#3"},"down":{"uv":[0,10,4,11.5],"rotation":270,"texture":"#3"}}},{"from":[11.73586,3.45676,2.0707],"to":[13.23586,7.45676,3.0707],"rotation":{"angle":22.5,"axis":"x","origin":[7.56802,4.37868,1.53002]},"faces":{"north":{"uv":[0,12.5,4,14],"rotation":270,"texture":"#3"},"east":{"uv":[0,12.5,4,13.5],"rotation":270,"texture":"#3"},"south":{"uv":[0,12.5,4,14],"rotation":270,"texture":"#3"},"west":{"uv":[0,12.5,4,13.5],"rotation":270,"texture":"#3"},"up":{"uv":[0,12.5,1,14],"rotation":270,"texture":"#3"},"down":{"uv":[0,12.5,1,14],"rotation":270,"texture":"#3"}}},{"from":[7.23586,1.92393,-0.62168],"to":[8.73586,5.92393,0.37832],"rotation":{"angle":22.5,"axis":"x","origin":[7.56802,4.37868,1.53002]},"faces":{"north":{"uv":[0,10,4,11.5],"rotation":270,"texture":"#3"},"east":{"uv":[0,10,4,11.5],"rotation":270,"texture":"#3"},"south":{"uv":[0,10,4,11.5],"rotation":270,"texture":"#3"},"west":{"uv":[0,10,4,11.5],"rotation":270,"texture":"#3"},"up":{"uv":[0,10,4,11.5],"rotation":270,"texture":"#3"},"down":{"uv":[0,10,4,11.5],"rotation":270,"texture":"#3"}}},{"from":[9.63586,2.30661,0.3022],"to":[11.13586,6.30661,1.3022],"rotation":{"angle":22.5,"axis":"x","origin":[7.56802,4.37868,1.53002]},"faces":{"north":{"uv":[0,12.5,4,14],"rotation":270,"texture":"#3"},"east":{"uv":[0,12.5,4,13.5],"rotation":270,"texture":"#3"},"south":{"uv":[0,12.5,4,14],"rotation":270,"texture":"#3"},"west":{"uv":[0,12.5,4,13.5],"rotation":270,"texture":"#3"},"up":{"uv":[0,12.5,1,14],"rotation":270,"texture":"#3"},"down":{"uv":[0,12.5,1,14],"rotation":270,"texture":"#3"}}},{"from":[7.26,6.91,12.56],"to":[8.74,8.89,14.54],"rotation":{"angle":-45,"axis":"x","origin":[8,8.65157,13.30105]},"faces":{"north":{"uv":[5,10.5,6.5,12.5],"texture":"#1"},"east":{"uv":[5,10.5,7,12.5],"rotation":180,"texture":"#1"},"south":{"uv":[5,11.5,7,13],"rotation":90,"texture":"#1"},"west":{"uv":[5,10.5,7,12.5],"texture":"#1"},"up":{"uv":[5,10.5,6.5,12.5],"texture":"#1"},"down":{"uv":[5,11.5,7,13],"rotation":270,"texture":"#1"}}},{"from":[7.25,7.90052,10.54948],"to":[8.75,9.90052,13.54948],"rotation":{"angle":22.5,"axis":"x","origin":[8,8.65157,13.30105]},"faces":{"north":{"uv":[5,11.5,7,13],"rotation":270,"texture":"#1"},"east":{"uv":[5,10.5,7,13.5],"rotation":270,"texture":"#1"},"south":{"uv":[5,10.5,6.5,12.5],"rotation":180,"texture":"#1"},"west":{"uv":[5,10.5,7,13.5],"rotation":270,"texture":"#1"},"up":{"uv":[5,11.5,8,13],"rotation":270,"texture":"#1"},"down":{"uv":[5,10.5,6.5,13.5],"texture":"#1"}}},{"from":[8,-3.47874,8.58216],"to":[8.01,14.52126,26.58216],"rotation":{"angle":45,"axis":"x","origin":[8,8.27126,16.33216]},"faces":{"east":{"uv":[16,0,0,16],"texture":"#2"},"west":{"uv":[0,0,16,16],"texture":"#2"}}}],"display":{"gui":{"rotation":[35,150,-15],"translation":[-0.5,0.5,0],"scale":[0.6,0.6,0.6]},"head":{"rotation":[-31,0,0],"translation":[0,5.5,-2.75],"scale":[1.5,1.5,1.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/cheese_wheel.json b/assets/minecraft/models/item/wynn/skin/hat/cheese_wheel.json new file mode 100644 index 000000000..de746d8cd --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/cheese_wheel.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/cheese_wheel","particle":"skins/cheese_wheel"},"elements":[{"from":[2,0,2],"to":[14,6,14],"rotation":{"angle":0,"axis":"y","origin":[8,3,8]},"faces":{"north":{"uv":[6,3,12,6],"texture":"#0"},"east":{"uv":[6,0,12,3],"texture":"#0"},"south":{"uv":[6,0,12,3],"texture":"#0"},"west":{"uv":[6,6,12,9],"texture":"#0"},"up":{"uv":[6,6,0,0],"texture":"#0"},"down":{"uv":[6,6,0,12],"texture":"#0"}}},{"from":[5,3,2],"to":[2,6,5],"faces":{"south":{"uv":[9,9,10.5,10.5],"texture":"#0"},"west":{"uv":[7.5,9,9,10.5],"texture":"#0"},"down":{"uv":[6,9,7.5,10.5],"texture":"#0"}}},{"from":[14,6,10],"to":[18,8,11],"rotation":{"angle":22.5,"axis":"z","origin":[8,5,10.5]},"faces":{"north":{"uv":[12,1.5,14,2.5],"texture":"#0"},"east":{"uv":[12,1.5,12.5,2.5],"texture":"#0"},"south":{"uv":[14,1.5,12,2.5],"texture":"#0"},"west":{"uv":[13.5,1.5,14,2.5],"texture":"#0"},"up":{"uv":[14,2,12,1.5],"texture":"#0"},"down":{"uv":[14,2,12,2.5],"texture":"#0"}}},{"from":[7,5,10.5],"to":[14,8,10.5],"rotation":{"angle":22.5,"axis":"z","origin":[8,5,10.5]},"faces":{"north":{"uv":[12,0,15.5,1.5],"texture":"#0"},"south":{"uv":[15.5,0,12,1.5],"texture":"#0"}}}],"display":{"head":{"rotation":[5,0,5],"translation":[-1,14.5,1],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/chef_poultry.json b/assets/minecraft/models/item/wynn/skin/hat/chef_poultry.json new file mode 100644 index 000000000..d247fc7f4 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/chef_poultry.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/chef_poultry","particle":"skins/chef_poultry"},"elements":[{"from":[4,0,4],"to":[12,11,12],"faces":{"north":{"uv":[0,0,4,5.5],"texture":"#0"},"east":{"uv":[0,0,4,5.5],"texture":"#0"},"south":{"uv":[0,0,4,5.5],"texture":"#0"},"west":{"uv":[0,0,4,5.5],"texture":"#0"},"up":{"uv":[8,0,12,4],"texture":"#0"},"down":{"uv":[4,0,8,4],"texture":"#0"}}},{"from":[5,0,3],"to":[11,7,4],"faces":{"north":{"uv":[4,4,7,7.5],"texture":"#0"},"east":{"uv":[7,4,7.5,7.5],"texture":"#0"},"south":{"uv":[4,4,7,7.5],"texture":"#0"},"west":{"uv":[7,4,7.5,7.5],"texture":"#0"},"up":{"uv":[10.5,4.5,7.5,4],"texture":"#0"},"down":{"uv":[10.5,5,7.5,4.5],"texture":"#0"}}},{"from":[2,-1,3],"to":[5,4,7],"faces":{"north":{"uv":[2,5.5,3.5,8],"texture":"#0"},"east":{"uv":[0,5.5,2,8],"texture":"#0"},"south":{"uv":[2,5.5,3.5,8],"texture":"#0"},"west":{"uv":[0,5.5,2,8],"texture":"#0"},"up":{"uv":[2,10,0.5,8],"texture":"#0"},"down":{"uv":[2,10,0.5,8],"texture":"#0"}}},{"from":[11,-1,3],"to":[14,4,7],"faces":{"north":{"uv":[3.5,5.5,2,8],"texture":"#0"},"east":{"uv":[2,5.5,0,8],"texture":"#0"},"south":{"uv":[2,5.5,3.5,8],"texture":"#0"},"west":{"uv":[0,5.5,2,8],"texture":"#0"},"up":{"uv":[2,10,0.5,8],"texture":"#0"},"down":{"uv":[2,10,0.5,8],"texture":"#0"}}},{"from":[5,-4,4],"to":[6,0,5],"faces":{"north":{"uv":[0,8,0.5,10],"texture":"#0"},"east":{"uv":[0,8,0.5,10],"texture":"#0"},"south":{"uv":[0,8,0.5,10],"texture":"#0"},"west":{"uv":[0,8,0.5,10],"texture":"#0"},"down":{"uv":[0,9.5,0.5,10],"texture":"#0"}}},{"from":[10,-4,4],"to":[11,0,5],"faces":{"north":{"uv":[0,8,0.5,10],"texture":"#0"},"east":{"uv":[0,8,0.5,10],"texture":"#0"},"south":{"uv":[0,8,0.5,10],"texture":"#0"},"west":{"uv":[0,8,0.5,10],"texture":"#0"},"down":{"uv":[0,9.5,0.5,10],"texture":"#0"}}}],"display":{"head":{"rotation":[5,0,0],"translation":[0,8,0.5],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/chefs_hat.json b/assets/minecraft/models/item/wynn/skin/hat/chefs_hat.json new file mode 100644 index 000000000..4b540ffd4 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/chefs_hat.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/chef_textures","particle":"skins/chef_textures"},"elements":[{"from":[5,3,5],"to":[11,8,11],"rotation":{"angle":0,"axis":"y","origin":[5,0,5]},"faces":{"north":{"uv":[1,11,7,16],"texture":"#0"},"east":{"uv":[1,11,7,16],"texture":"#0"},"south":{"uv":[0,11,6,16],"texture":"#0"},"west":{"uv":[0,11,6,16],"texture":"#0"},"up":{"uv":[0,4,6,10],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,6,10],"rotation":270,"texture":"#0"}}},{"from":[4.5,0,4.5],"to":[11.5,3,11.5],"rotation":{"angle":0,"axis":"y","origin":[5,-2,5]},"faces":{"north":{"uv":[7,9,10,16],"rotation":90,"texture":"#0"},"east":{"uv":[7,9,10,16],"rotation":90,"texture":"#0"},"south":{"uv":[7,9,10,16],"rotation":90,"texture":"#0"},"west":{"uv":[7,9,10,16],"rotation":90,"texture":"#0"},"up":{"uv":[9,0,16,7],"rotation":90,"texture":"#0"},"down":{"uv":[9,0,16,7],"rotation":90,"texture":"#0"}}},{"from":[4.5453,5.48555,5],"to":[8.0453,9.98555,11],"rotation":{"angle":22.5,"axis":"z","origin":[8,5.86523,8]},"faces":{"north":{"uv":[2,5,6.5,8.5],"rotation":270,"texture":"#0"},"east":{"uv":[0,4,4.5,10],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,4.5,7.5],"rotation":270,"texture":"#0"},"west":{"uv":[1,10.5,7,15],"texture":"#0"},"up":{"uv":[0.5,6,6.5,9.5],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,6,7.5],"rotation":270,"texture":"#0"}}},{"from":[5,5.48555,7.9547],"to":[11,9.98555,11.4547],"rotation":{"angle":22.5,"axis":"x","origin":[8,5.86523,8]},"faces":{"north":{"uv":[0.5,3,6.5,7.5],"rotation":180,"texture":"#0"},"east":{"uv":[0,4,4.5,7.5],"rotation":270,"texture":"#0"},"south":{"uv":[1,9.5,7,14],"texture":"#0"},"west":{"uv":[0,4,4.5,7.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,3.5,6,7],"rotation":180,"texture":"#0"},"down":{"uv":[0,4,3.5,10],"rotation":270,"texture":"#0"}}},{"from":[7.9647,5.49555,5.01],"to":[11.4447,9.97555,10.99],"rotation":{"angle":-22.5,"axis":"z","origin":[8,5.86523,8]},"faces":{"north":{"uv":[0,4,4.5,7.5],"rotation":270,"texture":"#0"},"east":{"uv":[1,9.5,7,14],"texture":"#0"},"south":{"uv":[0,4,4.5,7.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,4.5,10],"rotation":270,"texture":"#0"},"up":{"uv":[0,2,6,5.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,4,6,7.5],"rotation":270,"texture":"#0"}}},{"from":[4.89485,5.49555,5.01],"to":[7.37485,9.97555,10.99],"rotation":{"angle":-22.5,"axis":"z","origin":[4.93015,5.86523,8]},"faces":{"north":{"uv":[1,12,5.5,14.5],"rotation":270,"texture":"#0"},"east":{"uv":[0,4,4.5,10],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,4.5,6.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,4.5,10],"rotation":270,"texture":"#0"},"up":{"uv":[0,3.5,6,6],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,6,6.5],"rotation":270,"texture":"#0"}}},{"from":[8.61515,5.48555,5],"to":[11.11515,9.98555,11],"rotation":{"angle":22.5,"axis":"z","origin":[11.06985,5.86523,8]},"faces":{"north":{"uv":[1,12,5.5,14.5],"rotation":270,"texture":"#0"},"east":{"uv":[0,4,4.5,10],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,4.5,6.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,4.5,10],"rotation":270,"texture":"#0"},"up":{"uv":[1,4.5,7,7],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,6,6.5],"rotation":270,"texture":"#0"}}},{"from":[5,5.48555,4.5453],"to":[11,9.98555,8.0453],"rotation":{"angle":-22.5,"axis":"x","origin":[8,5.86523,8]},"faces":{"north":{"uv":[1,10,7,14.5],"texture":"#0"},"east":{"uv":[0,4,4.5,7.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,2.5,6,7],"rotation":180,"texture":"#0"},"west":{"uv":[0,4,4.5,7.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,1.5,6,5],"texture":"#0"},"down":{"uv":[0,4,3.5,10],"rotation":270,"texture":"#0"}}}],"display":{"head":{"rotation":[5,0,0],"translation":[0,18.75,1.5],"scale":[2.2,2,2.2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/corkian_goggles.json b/assets/minecraft/models/item/wynn/skin/hat/corkian_goggles.json new file mode 100644 index 000000000..695920858 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/corkian_goggles.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/driftwood_1","1":"skins/mage","2":"skins/driftwood_2","particle":"skins/driftwood_1"},"elements":[{"from":[4.005,4.005,2.755],"to":[5.995,4.995,4.245],"rotation":{"angle":0,"axis":"y","origin":[0,4,-1]},"faces":{"north":{"uv":[0,3,2,7],"rotation":270,"texture":"#1"},"east":{"uv":[4,6,7,8],"texture":"#1"},"south":{"uv":[0,5,2,9],"rotation":270,"texture":"#1"},"west":{"uv":[4,6,7,8],"texture":"#1"},"up":{"uv":[0,6,3,10],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,3,4],"rotation":90,"texture":"#1"}}},{"from":[10.005,4.005,2.755],"to":[11.995,4.995,4.245],"rotation":{"angle":0,"axis":"y","origin":[16,4,-1]},"faces":{"north":{"uv":[0,7,2,3],"rotation":270,"texture":"#1"},"east":{"uv":[7,6,4,8],"texture":"#1"},"south":{"uv":[0,9,2,5],"rotation":270,"texture":"#1"},"west":{"uv":[7,6,4,8],"texture":"#1"},"up":{"uv":[0,10,3,6],"rotation":90,"texture":"#1"},"down":{"uv":[0,4,3,0],"rotation":90,"texture":"#1"}}},{"from":[4.005,7.83343,2.755],"to":[5.995,8.82343,4.245],"rotation":{"angle":0,"axis":"z","origin":[3.84467,6.89277,3.5]},"faces":{"north":{"uv":[9,7,13,9],"rotation":180,"texture":"#1"},"east":{"uv":[10,6,14,8],"texture":"#1"},"south":{"uv":[13,6,9,8],"rotation":180,"texture":"#1"},"west":{"uv":[10,6,14,8],"texture":"#1"},"up":{"uv":[9,6,13,8],"texture":"#1"},"down":{"uv":[8,7,12,9],"rotation":180,"texture":"#1"}}},{"from":[10.005,7.83343,2.755],"to":[11.995,8.82343,4.245],"rotation":{"angle":0,"axis":"z","origin":[12.15533,6.89277,3.5]},"faces":{"north":{"uv":[13,7,9,9],"rotation":180,"texture":"#1"},"east":{"uv":[14,6,10,8],"texture":"#1"},"south":{"uv":[9,6,13,8],"rotation":180,"texture":"#1"},"west":{"uv":[14,6,10,8],"texture":"#1"},"up":{"uv":[13,6,9,8],"texture":"#1"},"down":{"uv":[12,7,8,9],"rotation":180,"texture":"#1"}}},{"from":[6.41921,5.41921,2.755],"to":[7.40921,7.40921,4.245],"rotation":{"angle":0,"axis":"z","origin":[6.63388,7.09099,3.5]},"faces":{"north":{"uv":[3,3,7,5],"rotation":270,"texture":"#1"},"east":{"uv":[3,3,7,6],"rotation":270,"texture":"#1"},"south":{"uv":[7,3,3,5],"rotation":90,"texture":"#1"},"west":{"uv":[3,3,7,6],"rotation":270,"texture":"#1"},"up":{"uv":[3,3,7,5],"rotation":270,"texture":"#1"},"down":{"uv":[3,3,7,5],"rotation":270,"texture":"#1"}}},{"from":[8.59079,5.41921,2.755],"to":[9.58079,7.40921,4.245],"rotation":{"angle":0,"axis":"z","origin":[9.36612,7.09099,3.5]},"faces":{"north":{"uv":[3,5,7,3],"rotation":270,"texture":"#1"},"east":{"uv":[3,6,7,3],"rotation":270,"texture":"#1"},"south":{"uv":[7,5,3,3],"rotation":90,"texture":"#1"},"west":{"uv":[3,6,7,3],"rotation":270,"texture":"#1"},"up":{"uv":[3,5,7,3],"rotation":270,"texture":"#1"},"down":{"uv":[3,5,7,3],"rotation":270,"texture":"#1"}}},{"from":[6.995,6.15921,2.995],"to":[9.005,7.16921,3.505],"rotation":{"angle":22.5,"axis":"x","origin":[8,6.66421,3.75]},"faces":{"north":{"uv":[5,9.5,7,10.5],"rotation":180,"texture":"#0"},"east":{"uv":[5,9.5,5.5,10.5],"rotation":180,"texture":"#0"},"south":{"uv":[5,9.5,7,10.5],"rotation":180,"texture":"#0"},"west":{"uv":[5,9.5,5.5,10.5],"rotation":180,"texture":"#0"},"up":{"uv":[5,9.5,7,10],"rotation":180,"texture":"#0"},"down":{"uv":[5,9.5,7,10],"rotation":180,"texture":"#0"}}},{"from":[6.495,7.22453,3.2069],"to":[9.505,8.23453,3.7169],"rotation":{"angle":0,"axis":"x","origin":[8,8.72953,4.0619]},"faces":{"north":{"uv":[4.5,9.5,7.5,10.5],"rotation":180,"texture":"#0"},"east":{"uv":[5,9.5,5.5,10.5],"rotation":180,"texture":"#0"},"south":{"uv":[5,9.5,8,10.5],"rotation":180,"texture":"#0"},"west":{"uv":[5,9.5,5.5,10.5],"rotation":180,"texture":"#0"},"up":{"uv":[5,9.5,8,10],"rotation":180,"texture":"#0"},"down":{"uv":[5,9.5,8,10],"rotation":180,"texture":"#0"}}},{"from":[6.995,5.70828,3.01403],"to":[9.005,6.71828,3.52403],"rotation":{"angle":-22.5,"axis":"x","origin":[8,6.21328,3.51903]},"faces":{"north":{"uv":[5,9.5,7,10.5],"rotation":180,"texture":"#0"},"east":{"uv":[5,9.5,5.5,10.5],"rotation":180,"texture":"#0"},"south":{"uv":[5,9.5,7,10.5],"rotation":180,"texture":"#0"},"west":{"uv":[5,9.5,5.5,10.5],"rotation":180,"texture":"#0"},"up":{"uv":[5,9.5,7,10],"rotation":180,"texture":"#0"},"down":{"uv":[5,9.5,7,10],"rotation":180,"texture":"#0"}}},{"from":[2.59079,5.41921,2.755],"to":[3.58079,7.40921,4.245],"rotation":{"angle":0,"axis":"z","origin":[3.84467,6.89277,3.5]},"faces":{"north":{"uv":[3,2,7,4],"rotation":270,"texture":"#1"},"east":{"uv":[3,5,7,2],"rotation":270,"texture":"#1"},"south":{"uv":[3,2,7,4],"rotation":270,"texture":"#1"},"west":{"uv":[7,1,3,4],"rotation":90,"texture":"#1"},"up":{"uv":[3,2,7,4],"rotation":270,"texture":"#1"},"down":{"uv":[3,2,7,4],"rotation":270,"texture":"#1"}}},{"from":[12.41921,5.41921,2.755],"to":[13.40921,7.40921,4.245],"rotation":{"angle":0,"axis":"z","origin":[12.15533,6.89277,3.5]},"faces":{"north":{"uv":[3,4,7,2],"rotation":270,"texture":"#1"},"east":{"uv":[7,4,3,1],"rotation":90,"texture":"#1"},"south":{"uv":[3,4,7,2],"rotation":270,"texture":"#1"},"west":{"uv":[3,2,7,5],"rotation":270,"texture":"#1"},"up":{"uv":[3,4,7,2],"rotation":270,"texture":"#1"},"down":{"uv":[3,4,7,2],"rotation":270,"texture":"#1"}}},{"from":[12.66921,5.91921,3.005],"to":[13.65921,6.90921,3.995],"rotation":{"angle":0,"axis":"z","origin":[12.40533,6.89277,3.25]},"faces":{"north":{"uv":[10.5,10.5,9.5,9.5],"rotation":90,"texture":"#0"},"east":{"uv":[10.5,10.5,9.5,9.5],"rotation":90,"texture":"#0"},"south":{"uv":[10.5,10.5,9.5,9.5],"rotation":90,"texture":"#0"},"west":{"uv":[10.5,10.5,9.5,9.5],"rotation":90,"texture":"#0"},"up":{"uv":[10.5,10.5,9.5,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[10.5,10.5,9.5,9.5],"rotation":90,"texture":"#0"}}},{"from":[2.34079,5.91921,3.005],"to":[3.33079,6.90921,3.995],"rotation":{"angle":0,"axis":"z","origin":[3.59467,6.89277,3.25]},"faces":{"north":{"uv":[10.5,9.5,9.5,10.5],"rotation":90,"texture":"#0"},"east":{"uv":[10.5,9.5,9.5,10.5],"rotation":90,"texture":"#0"},"south":{"uv":[10.5,9.5,9.5,10.5],"rotation":90,"texture":"#0"},"west":{"uv":[10.5,9.5,9.5,10.5],"rotation":90,"texture":"#0"},"up":{"uv":[10.5,9.5,9.5,10.5],"rotation":90,"texture":"#0"},"down":{"uv":[10.5,9.5,9.5,10.5],"rotation":90,"texture":"#0"}}},{"from":[2.63079,5.40921,3.495],"to":[3.14079,6.91921,14.505],"rotation":{"angle":22.5,"axis":"x","origin":[3.13579,6.41421,4.5]},"faces":{"north":{"uv":[0,8.5,7.5,9.5],"rotation":180,"texture":"#0"},"east":{"uv":[0,8.5,7.5,9.5],"rotation":180,"texture":"#0"},"south":{"uv":[0,8.5,7.5,9.5],"rotation":180,"texture":"#0"},"west":{"uv":[0,8.5,7.5,9.5],"rotation":180,"texture":"#0"},"up":{"uv":[0,8.5,7.5,9],"rotation":270,"texture":"#0"},"down":{"uv":[0,9.5,7.5,10],"rotation":90,"texture":"#0"}}},{"from":[12.85921,5.40921,3.495],"to":[13.36921,6.91921,14.505],"rotation":{"angle":22.5,"axis":"x","origin":[12.86421,6.41421,4.5]},"faces":{"north":{"uv":[0,8.5,7.5,9.5],"texture":"#0"},"east":{"uv":[0,8.5,7.5,9.5],"texture":"#0"},"south":{"uv":[0,8.5,7.5,9.5],"texture":"#0"},"west":{"uv":[0,8.5,7.5,9.5],"texture":"#0"},"up":{"uv":[1.5,8.5,9,9],"rotation":270,"texture":"#0"},"down":{"uv":[0,9.5,7.5,10],"rotation":90,"texture":"#0"}}},{"from":[2.62579,1.65197,13.35382],"to":[3.14579,3.17197,14.87382],"rotation":{"angle":0,"axis":"x","origin":[2.88579,2.41197,13.86382]},"faces":{"north":{"uv":[0,2,3,5],"rotation":180,"texture":"#1"},"east":{"uv":[0,2,3,5],"rotation":180,"texture":"#1"},"south":{"uv":[0,2,1,5],"rotation":180,"texture":"#1"},"west":{"uv":[0,2,3,5],"rotation":180,"texture":"#1"},"up":{"uv":[0,3,3,4],"rotation":270,"texture":"#1"},"down":{"uv":[0,2,3,3],"rotation":90,"texture":"#1"}}},{"from":[12.85421,1.65197,13.35382],"to":[13.37421,3.17197,14.87382],"rotation":{"angle":0,"axis":"x","origin":[13.11421,2.41197,13.86382]},"faces":{"north":{"uv":[3,2,0,5],"rotation":180,"texture":"#1"},"east":{"uv":[3,2,0,5],"rotation":180,"texture":"#1"},"south":{"uv":[1,2,0,5],"rotation":180,"texture":"#1"},"west":{"uv":[3,2,0,5],"rotation":180,"texture":"#1"},"up":{"uv":[0,4,3,3],"rotation":270,"texture":"#1"},"down":{"uv":[0,3,3,2],"rotation":90,"texture":"#1"}}},{"from":[3.13421,1.65197,14.35382],"to":[12.85421,3.17197,14.87382],"rotation":{"angle":0,"axis":"y","origin":[12.09421,2.41197,14.61382]},"faces":{"north":{"uv":[0,8.5,5.5,9.5],"rotation":180,"texture":"#0"},"east":{"uv":[0,8.5,5.5,9.5],"rotation":180,"texture":"#0"},"south":{"uv":[0,8.5,5.5,9.5],"rotation":180,"texture":"#0"},"west":{"uv":[0,8.5,5.5,9.5],"rotation":180,"texture":"#0"},"up":{"uv":[0,8.5,5.5,9],"rotation":180,"texture":"#0"},"down":{"uv":[0,9.5,5.5,10],"rotation":180,"texture":"#0"}}},{"from":[5.35355,4.56066,2.75],"to":[7.35355,5.56066,4.25],"rotation":{"angle":45,"axis":"z","origin":[6.35355,5.06066,3.5]},"faces":{"north":{"uv":[4,9,0,11],"texture":"#1"},"east":{"uv":[0,9,4,11],"texture":"#1"},"south":{"uv":[0,9,4,11],"texture":"#1"},"west":{"uv":[0,9,4,11],"texture":"#1"},"up":{"uv":[0,9,4,12],"texture":"#1"},"down":{"uv":[0,9,4,12],"texture":"#1"}}},{"from":[8.64645,4.56066,2.75],"to":[10.64645,5.56066,4.25],"rotation":{"angle":-45,"axis":"z","origin":[9.64645,5.06066,3.5]},"faces":{"north":{"uv":[0,9,4,11],"texture":"#1"},"east":{"uv":[4,9,0,11],"texture":"#1"},"south":{"uv":[4,9,0,11],"texture":"#1"},"west":{"uv":[4,9,0,11],"texture":"#1"},"up":{"uv":[4,9,0,12],"texture":"#1"},"down":{"uv":[4,9,0,12],"texture":"#1"}}},{"from":[3.32322,7.15165,2.75],"to":[5.32322,8.15165,4.25],"rotation":{"angle":45,"axis":"z","origin":[3.84467,6.89277,3.5]},"faces":{"north":{"uv":[6,5,10,7],"rotation":180,"texture":"#1"},"east":{"uv":[6,5,10,8],"texture":"#1"},"south":{"uv":[6,5,10,7],"texture":"#1"},"west":{"uv":[6,5,10,8],"texture":"#1"},"up":{"uv":[6,5,10,8],"texture":"#1"},"down":{"uv":[6,5,10,8],"texture":"#1"}}},{"from":[10.67678,7.15165,2.75],"to":[12.67678,8.15165,4.25],"rotation":{"angle":-45,"axis":"z","origin":[12.15533,6.89277,3.5]},"faces":{"north":{"uv":[10,5,6,7],"rotation":180,"texture":"#1"},"east":{"uv":[10,5,6,8],"texture":"#1"},"south":{"uv":[10,5,6,7],"texture":"#1"},"west":{"uv":[10,5,6,8],"texture":"#1"},"up":{"uv":[10,5,6,8],"texture":"#1"},"down":{"uv":[10,5,6,8],"texture":"#1"}}},{"from":[6.41421,6.76777,2.75],"to":[7.41421,8.76777,4.25],"rotation":{"angle":45,"axis":"z","origin":[6.63388,7.09099,3.5]},"faces":{"north":{"uv":[7,0,11,2],"rotation":270,"texture":"#1"},"east":{"uv":[7,0,11,3],"rotation":270,"texture":"#1"},"south":{"uv":[11,0,7,2],"rotation":90,"texture":"#1"},"west":{"uv":[7,0,11,3],"rotation":270,"texture":"#1"},"up":{"uv":[7,0,11,2],"rotation":270,"texture":"#1"},"down":{"uv":[7,0,11,2],"rotation":270,"texture":"#1"}}},{"from":[8.58579,6.76777,2.75],"to":[9.58579,8.76777,4.25],"rotation":{"angle":-45,"axis":"z","origin":[9.36612,7.09099,3.5]},"faces":{"north":{"uv":[7,2,11,0],"rotation":270,"texture":"#1"},"east":{"uv":[7,3,11,0],"rotation":270,"texture":"#1"},"south":{"uv":[11,2,7,0],"rotation":90,"texture":"#1"},"west":{"uv":[7,3,11,0],"rotation":270,"texture":"#1"},"up":{"uv":[7,2,11,0],"rotation":270,"texture":"#1"},"down":{"uv":[7,2,11,0],"rotation":270,"texture":"#1"}}},{"from":[1.90901,4.73744,2.75],"to":[2.90901,6.73744,4.25],"rotation":{"angle":45,"axis":"z","origin":[3.84467,6.89277,3.5]},"faces":{"north":{"uv":[0,6,4,8],"rotation":270,"texture":"#1"},"east":{"uv":[0,6,4,9],"rotation":270,"texture":"#1"},"south":{"uv":[0,6,4,8],"rotation":270,"texture":"#1"},"west":{"uv":[0,6,4,9],"rotation":270,"texture":"#1"},"up":{"uv":[0,6,4,8],"rotation":270,"texture":"#1"},"down":{"uv":[0,6,4,8],"rotation":270,"texture":"#1"}}},{"from":[13.09099,4.73744,2.75],"to":[14.09099,6.73744,4.25],"rotation":{"angle":-45,"axis":"z","origin":[12.15533,6.89277,3.5]},"faces":{"north":{"uv":[0,8,4,6],"rotation":270,"texture":"#1"},"east":{"uv":[0,9,4,6],"rotation":270,"texture":"#1"},"south":{"uv":[0,8,4,6],"rotation":270,"texture":"#1"},"west":{"uv":[0,9,4,6],"rotation":270,"texture":"#1"},"up":{"uv":[0,8,4,6],"rotation":270,"texture":"#1"},"down":{"uv":[0,8,4,6],"rotation":270,"texture":"#1"}}},{"from":[3.5,5,3.2],"to":[6.5,8,3.45],"rotation":{"angle":0,"axis":"y","origin":[4,5,3.2]},"faces":{"north":{"uv":[12,11,15,14],"texture":"#2"},"east":{"uv":[12,11,15,14],"texture":"#2"},"south":{"uv":[12,11,15,14],"texture":"#2"},"west":{"uv":[12,11,15,14],"texture":"#2"},"up":{"uv":[12,11,15,14],"texture":"#2"},"down":{"uv":[12,11,15,14],"texture":"#2"}}},{"from":[9.5,5,3.2],"to":[12.5,8,3.45],"rotation":{"angle":0,"axis":"y","origin":[12,5,3.2]},"faces":{"north":{"uv":[15,11,12,14],"texture":"#2"},"east":{"uv":[15,11,12,14],"texture":"#2"},"south":{"uv":[15,11,12,14],"texture":"#2"},"west":{"uv":[15,11,12,14],"texture":"#2"},"up":{"uv":[15,11,12,14],"texture":"#2"},"down":{"uv":[15,11,12,14],"texture":"#2"}}}],"display":{"head":{"translation":[0,8,-1.25],"scale":[1.28,1.28,1.28]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/cowboy_hat.json b/assets/minecraft/models/item/wynn/skin/hat/cowboy_hat.json new file mode 100644 index 000000000..604413048 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/cowboy_hat.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/cowboy_hat","particle":"skins/cowboy_hat"},"elements":[{"from":[4,0,4],"to":[12,5,12],"faces":{"north":{"uv":[4,0,8,2.5],"texture":"#0"},"east":{"uv":[4,0,8,2.5],"texture":"#0"},"south":{"uv":[4,0,8,2.5],"texture":"#0"},"west":{"uv":[4,0,8,2.5],"texture":"#0"},"up":{"uv":[0,0,4,4],"texture":"#0"}}},{"from":[3.75,-0.25,3.75],"to":[12.25,5.25,12.25],"faces":{"north":{"uv":[8,1.5,12,4],"texture":"#0"},"east":{"uv":[8,1.5,12,4],"texture":"#0"},"south":{"uv":[8,1.5,12,4],"texture":"#0"},"west":{"uv":[8,1.5,12,4],"texture":"#0"}}},{"from":[1,0,0],"to":[15,3,16],"faces":{"east":{"uv":[8,0,16,1.5],"texture":"#0"},"west":{"uv":[8,0,16,1.5],"texture":"#0"},"down":{"uv":[7,4,14,12],"texture":"#0"}}},{"from":[15,0,0],"to":[1,3,16],"faces":{"east":{"uv":[8,0,16,1.5],"texture":"#0"},"west":{"uv":[8,0,16,1.5],"texture":"#0"},"down":{"uv":[0,4,7,12],"texture":"#0"}}}],"display":{"head":{"rotation":[5,0,0],"translation":[0,17,1],"scale":[1.9,1.9,1.9]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/crown_of_chains.json b/assets/minecraft/models/item/wynn/skin/hat/crown_of_chains.json new file mode 100644 index 000000000..fff0478eb --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/crown_of_chains.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/candle","particle":"skins/candle"},"elements":[{"from":[2.5,1,1.25],"to":[5.5,2,2.25],"rotation":{"angle":22.5,"axis":"y","origin":[4,2.5,1.75]},"faces":{"north":{"uv":[13,8,16,9],"texture":"#0"},"east":{"uv":[13,8,14,9],"texture":"#0"},"south":{"uv":[13,8,16,9],"texture":"#0"},"west":{"uv":[13,8,14,9],"texture":"#0"},"up":{"uv":[13,8,16,9],"texture":"#0"},"down":{"uv":[13,8,16,9],"texture":"#0"}}},{"from":[2.5,3,1.25],"to":[5.5,4,2.25],"rotation":{"angle":22.5,"axis":"y","origin":[4,2.5,1.75]},"faces":{"north":{"uv":[13,8,16,9],"texture":"#0"},"east":{"uv":[13,8,14,9],"texture":"#0"},"south":{"uv":[13,8,16,9],"texture":"#0"},"west":{"uv":[13,8,14,9],"texture":"#0"},"up":{"uv":[13,8,16,9],"texture":"#0"},"down":{"uv":[13,8,16,9],"texture":"#0"}}},{"from":[5.01,1.51,1.26],"to":[5.99,3.49,2.24],"rotation":{"angle":22.5,"axis":"y","origin":[4,2.5,1.75]},"faces":{"north":{"uv":[13,8,14,10],"texture":"#0"},"east":{"uv":[13,8,14,10],"texture":"#0"},"south":{"uv":[13,8,14,10],"texture":"#0"},"west":{"uv":[13,8,14,10],"texture":"#0"},"up":{"uv":[13,8,14,9],"texture":"#0"},"down":{"uv":[13,8,14,9],"texture":"#0"}}},{"from":[2.01,1.51,1.26],"to":[2.99,3.49,2.24],"rotation":{"angle":22.5,"axis":"y","origin":[4,2.5,1.75]},"faces":{"north":{"uv":[13,8,14,10],"texture":"#0"},"east":{"uv":[13,8,14,10],"texture":"#0"},"south":{"uv":[13,8,14,10],"texture":"#0"},"west":{"uv":[13,8,14,10],"texture":"#0"},"up":{"uv":[13,8,14,9],"texture":"#0"},"down":{"uv":[13,8,14,9],"texture":"#0"}}},{"from":[13.51,1.51,6.01],"to":[14.49,3.49,6.99],"rotation":{"angle":22.5,"axis":"z","origin":[14,2.5,5]},"faces":{"north":{"uv":[14,8,13,10],"texture":"#0"},"east":{"uv":[14,8,13,10],"texture":"#0"},"south":{"uv":[14,8,13,10],"texture":"#0"},"west":{"uv":[14,8,13,10],"texture":"#0"},"up":{"uv":[13,9,14,8],"rotation":270,"texture":"#0"},"down":{"uv":[13,9,14,8],"rotation":90,"texture":"#0"}}},{"from":[13.5,1,3.5],"to":[14.5,2,6.5],"rotation":{"angle":22.5,"axis":"z","origin":[14,2.5,5]},"faces":{"north":{"uv":[14,8,13,9],"texture":"#0"},"east":{"uv":[16,8,13,9],"texture":"#0"},"south":{"uv":[14,8,13,9],"texture":"#0"},"west":{"uv":[16,8,13,9],"texture":"#0"},"up":{"uv":[13,9,16,8],"rotation":270,"texture":"#0"},"down":{"uv":[13,9,16,8],"rotation":90,"texture":"#0"}}},{"from":[13.5,3,3.5],"to":[14.5,4,6.5],"rotation":{"angle":22.5,"axis":"z","origin":[14,2.5,5]},"faces":{"north":{"uv":[14,8,13,9],"texture":"#0"},"east":{"uv":[16,8,13,9],"texture":"#0"},"south":{"uv":[14,8,13,9],"texture":"#0"},"west":{"uv":[16,8,13,9],"texture":"#0"},"up":{"uv":[13,9,16,8],"rotation":270,"texture":"#0"},"down":{"uv":[13,9,16,8],"rotation":90,"texture":"#0"}}},{"from":[13.51,1.51,3.01],"to":[14.49,3.49,3.99],"rotation":{"angle":22.5,"axis":"z","origin":[14,2.5,5]},"faces":{"north":{"uv":[14,8,13,10],"texture":"#0"},"east":{"uv":[14,8,13,10],"texture":"#0"},"south":{"uv":[14,8,13,10],"texture":"#0"},"west":{"uv":[14,8,13,10],"texture":"#0"},"up":{"uv":[13,9,14,8],"rotation":270,"texture":"#0"},"down":{"uv":[13,9,14,8],"rotation":90,"texture":"#0"}}},{"from":[13.51,2.01,8.26],"to":[14.49,3.99,9.24],"rotation":{"angle":-45,"axis":"z","origin":[14,3,7.25]},"faces":{"north":{"uv":[14,8,13,10],"texture":"#0"},"east":{"uv":[14,8,13,10],"texture":"#0"},"south":{"uv":[14,8,13,10],"texture":"#0"},"west":{"uv":[14,8,13,10],"texture":"#0"},"up":{"uv":[13,9,14,8],"rotation":270,"texture":"#0"},"down":{"uv":[13,9,14,8],"rotation":90,"texture":"#0"}}},{"from":[13.5,1.5,5.75],"to":[14.5,2.5,8.75],"rotation":{"angle":-45,"axis":"z","origin":[14,3,7.25]},"faces":{"north":{"uv":[14,8,13,9],"texture":"#0"},"east":{"uv":[16,8,13,9],"texture":"#0"},"south":{"uv":[14,8,13,9],"texture":"#0"},"west":{"uv":[16,8,13,9],"texture":"#0"},"up":{"uv":[13,9,16,8],"rotation":270,"texture":"#0"},"down":{"uv":[13,9,16,8],"rotation":90,"texture":"#0"}}},{"from":[1.51,2.01,5.26],"to":[2.49,3.99,6.24],"rotation":{"angle":45,"axis":"z","origin":[2,3,7.25]},"faces":{"north":{"uv":[13,8,14,10],"texture":"#0"},"east":{"uv":[13,8,14,10],"texture":"#0"},"south":{"uv":[13,8,14,10],"texture":"#0"},"west":{"uv":[13,8,14,10],"texture":"#0"},"up":{"uv":[13,8,14,9],"rotation":270,"texture":"#0"},"down":{"uv":[13,8,14,9],"rotation":90,"texture":"#0"}}},{"from":[13.5,3.5,5.75],"to":[14.5,4.5,8.75],"rotation":{"angle":-45,"axis":"z","origin":[14,3,7.25]},"faces":{"north":{"uv":[14,8,13,9],"texture":"#0"},"east":{"uv":[16,8,13,9],"texture":"#0"},"south":{"uv":[14,8,13,9],"texture":"#0"},"west":{"uv":[16,8,13,9],"texture":"#0"},"up":{"uv":[13,9,16,8],"rotation":270,"texture":"#0"},"down":{"uv":[13,9,16,8],"rotation":90,"texture":"#0"}}},{"from":[13.51,1.76,10.51],"to":[14.49,3.74,11.49],"rotation":{"angle":22.5,"axis":"z","origin":[14,2.75,9.5]},"faces":{"north":{"uv":[14,8,13,10],"texture":"#0"},"east":{"uv":[14,8,13,10],"texture":"#0"},"south":{"uv":[14,8,13,10],"texture":"#0"},"west":{"uv":[14,8,13,10],"texture":"#0"},"up":{"uv":[13,9,14,8],"rotation":270,"texture":"#0"},"down":{"uv":[13,9,14,8],"rotation":90,"texture":"#0"}}},{"from":[13.5,1.25,8],"to":[14.5,2.25,11],"rotation":{"angle":22.5,"axis":"z","origin":[14,2.75,9.5]},"faces":{"north":{"uv":[14,8,13,9],"texture":"#0"},"east":{"uv":[16,8,13,9],"texture":"#0"},"south":{"uv":[14,8,13,9],"texture":"#0"},"west":{"uv":[16,8,13,9],"texture":"#0"},"up":{"uv":[13,9,16,8],"rotation":270,"texture":"#0"},"down":{"uv":[13,9,16,8],"rotation":90,"texture":"#0"}}},{"from":[13.51,1.76,7.51],"to":[14.49,3.74,8.49],"rotation":{"angle":22.5,"axis":"z","origin":[14,2.75,9.5]},"faces":{"north":{"uv":[14,8,13,10],"texture":"#0"},"east":{"uv":[14,8,13,10],"texture":"#0"},"south":{"uv":[14,8,13,10],"texture":"#0"},"west":{"uv":[14,8,13,10],"texture":"#0"},"up":{"uv":[13,9,14,8],"rotation":270,"texture":"#0"},"down":{"uv":[13,9,14,8],"rotation":90,"texture":"#0"}}},{"from":[13.5,3.25,8],"to":[14.5,4.25,11],"rotation":{"angle":22.5,"axis":"z","origin":[14,2.75,9.5]},"faces":{"north":{"uv":[14,8,13,9],"texture":"#0"},"east":{"uv":[16,8,13,9],"texture":"#0"},"south":{"uv":[14,8,13,9],"texture":"#0"},"west":{"uv":[16,8,13,9],"texture":"#0"},"up":{"uv":[13,9,16,8],"rotation":270,"texture":"#0"},"down":{"uv":[13,9,16,8],"rotation":90,"texture":"#0"}}},{"from":[1.5,3,3.5],"to":[2.5,4,6.5],"rotation":{"angle":-22.5,"axis":"z","origin":[2,2.5,5]},"faces":{"north":{"uv":[13,8,14,9],"texture":"#0"},"east":{"uv":[13,8,16,9],"texture":"#0"},"south":{"uv":[13,8,14,9],"texture":"#0"},"west":{"uv":[13,8,16,9],"texture":"#0"},"up":{"uv":[13,8,16,9],"rotation":270,"texture":"#0"},"down":{"uv":[13,8,16,9],"rotation":90,"texture":"#0"}}},{"from":[1.5,1,3.5],"to":[2.5,2,6.5],"rotation":{"angle":-22.5,"axis":"z","origin":[2,2.5,5]},"faces":{"north":{"uv":[13,8,14,9],"texture":"#0"},"east":{"uv":[13,8,16,9],"texture":"#0"},"south":{"uv":[13,8,14,9],"texture":"#0"},"west":{"uv":[13,8,16,9],"texture":"#0"},"up":{"uv":[13,8,16,9],"rotation":270,"texture":"#0"},"down":{"uv":[13,8,16,9],"rotation":90,"texture":"#0"}}},{"from":[1.51,1.51,6.01],"to":[2.49,3.49,6.99],"rotation":{"angle":-22.5,"axis":"z","origin":[2,2.5,5]},"faces":{"north":{"uv":[13,8,14,10],"texture":"#0"},"east":{"uv":[13,8,14,10],"texture":"#0"},"south":{"uv":[13,8,14,10],"texture":"#0"},"west":{"uv":[13,8,14,10],"texture":"#0"},"up":{"uv":[13,8,14,9],"rotation":270,"texture":"#0"},"down":{"uv":[13,8,14,9],"rotation":90,"texture":"#0"}}},{"from":[1.5,3.5,5.75],"to":[2.5,4.5,8.75],"rotation":{"angle":45,"axis":"z","origin":[2,3,7.25]},"faces":{"north":{"uv":[13,8,14,9],"texture":"#0"},"east":{"uv":[13,8,16,9],"texture":"#0"},"south":{"uv":[13,8,14,9],"texture":"#0"},"west":{"uv":[13,8,16,9],"texture":"#0"},"up":{"uv":[13,8,16,9],"rotation":270,"texture":"#0"},"down":{"uv":[13,8,16,9],"rotation":90,"texture":"#0"}}},{"from":[1.51,2.01,5.26],"to":[2.49,3.99,6.24],"rotation":{"angle":45,"axis":"z","origin":[2,3,7.25]},"faces":{"north":{"uv":[13,8,14,10],"texture":"#0"},"east":{"uv":[13,8,14,10],"texture":"#0"},"south":{"uv":[13,8,14,10],"texture":"#0"},"west":{"uv":[13,8,14,10],"texture":"#0"},"up":{"uv":[13,8,14,9],"rotation":270,"texture":"#0"},"down":{"uv":[13,8,14,9],"rotation":90,"texture":"#0"}}},{"from":[1.5,1.5,5.75],"to":[2.5,2.5,8.75],"rotation":{"angle":45,"axis":"z","origin":[2,3,7.25]},"faces":{"north":{"uv":[13,8,14,9],"texture":"#0"},"east":{"uv":[13,8,16,9],"texture":"#0"},"south":{"uv":[13,8,14,9],"texture":"#0"},"west":{"uv":[13,8,16,9],"texture":"#0"},"up":{"uv":[13,8,16,9],"rotation":270,"texture":"#0"},"down":{"uv":[13,8,16,9],"rotation":90,"texture":"#0"}}},{"from":[1.51,2.01,8.26],"to":[2.49,3.99,9.24],"rotation":{"angle":45,"axis":"z","origin":[2,3,7.25]},"faces":{"north":{"uv":[13,8,14,10],"texture":"#0"},"east":{"uv":[13,8,14,10],"texture":"#0"},"south":{"uv":[13,8,14,10],"texture":"#0"},"west":{"uv":[13,8,14,10],"texture":"#0"},"up":{"uv":[13,8,14,9],"rotation":270,"texture":"#0"},"down":{"uv":[13,8,14,9],"rotation":90,"texture":"#0"}}},{"from":[1.5,3.25,8],"to":[2.5,4.25,11],"rotation":{"angle":-22.5,"axis":"z","origin":[2,2.75,9.5]},"faces":{"north":{"uv":[13,8,14,9],"texture":"#0"},"east":{"uv":[13,8,16,9],"texture":"#0"},"south":{"uv":[13,8,14,9],"texture":"#0"},"west":{"uv":[13,8,16,9],"texture":"#0"},"up":{"uv":[13,8,16,9],"rotation":270,"texture":"#0"},"down":{"uv":[13,8,16,9],"rotation":90,"texture":"#0"}}},{"from":[1.51,1.76,7.51],"to":[2.49,3.74,8.49],"rotation":{"angle":-22.5,"axis":"z","origin":[2,2.75,9.5]},"faces":{"north":{"uv":[13,8,14,10],"texture":"#0"},"east":{"uv":[13,8,14,10],"texture":"#0"},"south":{"uv":[13,8,14,10],"texture":"#0"},"west":{"uv":[13,8,14,10],"texture":"#0"},"up":{"uv":[13,8,14,9],"rotation":270,"texture":"#0"},"down":{"uv":[13,8,14,9],"rotation":90,"texture":"#0"}}},{"from":[1.5,1.25,8],"to":[2.5,2.25,11],"rotation":{"angle":-22.5,"axis":"z","origin":[2,2.75,9.5]},"faces":{"north":{"uv":[13,8,14,9],"texture":"#0"},"east":{"uv":[13,8,16,9],"texture":"#0"},"south":{"uv":[13,8,14,9],"texture":"#0"},"west":{"uv":[13,8,16,9],"texture":"#0"},"up":{"uv":[13,8,16,9],"rotation":270,"texture":"#0"},"down":{"uv":[13,8,16,9],"rotation":90,"texture":"#0"}}},{"from":[1.51,1.76,10.51],"to":[2.49,3.74,11.49],"rotation":{"angle":-22.5,"axis":"z","origin":[2,2.75,9.5]},"faces":{"north":{"uv":[13,8,14,10],"texture":"#0"},"east":{"uv":[13,8,14,10],"texture":"#0"},"south":{"uv":[13,8,14,10],"texture":"#0"},"west":{"uv":[13,8,14,10],"texture":"#0"},"up":{"uv":[13,8,14,9],"rotation":270,"texture":"#0"},"down":{"uv":[13,8,14,9],"rotation":90,"texture":"#0"}}},{"from":[1.51,1.51,3.01],"to":[2.49,3.49,3.99],"rotation":{"angle":-22.5,"axis":"z","origin":[2,2.5,5]},"faces":{"north":{"uv":[13,8,14,10],"texture":"#0"},"east":{"uv":[13,8,14,10],"texture":"#0"},"south":{"uv":[13,8,14,10],"texture":"#0"},"west":{"uv":[13,8,14,10],"texture":"#0"},"up":{"uv":[13,8,14,9],"rotation":270,"texture":"#0"},"down":{"uv":[13,8,14,9],"rotation":90,"texture":"#0"}}},{"from":[4.01,1.51,0.51],"to":[4.99,2.49,2.49],"rotation":{"angle":-22.5,"axis":"x","origin":[6,2,1.5]},"faces":{"north":{"uv":[13,8,14,9],"texture":"#0"},"east":{"uv":[13,8,15,9],"texture":"#0"},"south":{"uv":[13,8,14,9],"texture":"#0"},"west":{"uv":[13,8,15,9],"texture":"#0"},"up":{"uv":[13,8,14,10],"texture":"#0"},"down":{"uv":[13,8,14,10],"texture":"#0"}}},{"from":[4.5,1.5,0],"to":[7.5,2.5,1],"rotation":{"angle":-22.5,"axis":"x","origin":[6,2,1.5]},"faces":{"north":{"uv":[13,8,16,9],"texture":"#0"},"east":{"uv":[13,8,14,9],"texture":"#0"},"south":{"uv":[13,8,16,9],"texture":"#0"},"west":{"uv":[13,8,14,9],"texture":"#0"},"up":{"uv":[13,8,16,9],"texture":"#0"},"down":{"uv":[13,8,16,9],"texture":"#0"}}},{"from":[7.01,1.51,0.51],"to":[7.99,2.49,2.49],"rotation":{"angle":-22.5,"axis":"x","origin":[6,2,1.5]},"faces":{"north":{"uv":[13,8,14,9],"texture":"#0"},"east":{"uv":[13,8,15,9],"texture":"#0"},"south":{"uv":[13,8,14,9],"texture":"#0"},"west":{"uv":[13,8,15,9],"texture":"#0"},"up":{"uv":[13,8,14,10],"texture":"#0"},"down":{"uv":[13,8,14,10],"texture":"#0"}}},{"from":[4.5,1.5,2],"to":[7.5,2.5,3],"rotation":{"angle":-22.5,"axis":"x","origin":[6,2,1.5]},"faces":{"north":{"uv":[13,8,16,9],"texture":"#0"},"east":{"uv":[13,8,14,9],"texture":"#0"},"south":{"uv":[13,8,16,9],"texture":"#0"},"west":{"uv":[13,8,14,9],"texture":"#0"},"up":{"uv":[13,8,16,9],"texture":"#0"},"down":{"uv":[13,8,16,9],"texture":"#0"}}},{"from":[8.75,1.5,0],"to":[11.75,2.5,1],"rotation":{"angle":-22.5,"axis":"x","origin":[10.25,2,1.5]},"faces":{"north":{"uv":[13,8,16,9],"texture":"#0"},"east":{"uv":[13,8,14,9],"texture":"#0"},"south":{"uv":[13,8,16,9],"texture":"#0"},"west":{"uv":[13,8,14,9],"texture":"#0"},"up":{"uv":[13,8,16,9],"texture":"#0"},"down":{"uv":[13,8,16,9],"texture":"#0"}}},{"from":[8.75,1.5,2],"to":[11.75,2.5,3],"rotation":{"angle":-22.5,"axis":"x","origin":[10.25,2,1.5]},"faces":{"north":{"uv":[13,8,16,9],"texture":"#0"},"east":{"uv":[13,8,14,9],"texture":"#0"},"south":{"uv":[13,8,16,9],"texture":"#0"},"west":{"uv":[13,8,14,9],"texture":"#0"},"up":{"uv":[13,8,16,9],"texture":"#0"},"down":{"uv":[13,8,16,9],"texture":"#0"}}},{"from":[8.26,1.51,0.51],"to":[9.24,2.49,2.49],"rotation":{"angle":-22.5,"axis":"x","origin":[10.25,2,1.5]},"faces":{"north":{"uv":[13,8,14,9],"texture":"#0"},"east":{"uv":[13,8,15,9],"texture":"#0"},"south":{"uv":[13,8,14,9],"texture":"#0"},"west":{"uv":[13,8,15,9],"texture":"#0"},"up":{"uv":[13,8,14,10],"texture":"#0"},"down":{"uv":[13,8,14,10],"texture":"#0"}}},{"from":[11.26,1.51,0.51],"to":[12.24,2.49,2.49],"rotation":{"angle":-22.5,"axis":"x","origin":[10.25,2,1.5]},"faces":{"north":{"uv":[13,8,14,9],"texture":"#0"},"east":{"uv":[13,8,15,9],"texture":"#0"},"south":{"uv":[13,8,14,9],"texture":"#0"},"west":{"uv":[13,8,15,9],"texture":"#0"},"up":{"uv":[13,8,14,10],"texture":"#0"},"down":{"uv":[13,8,14,10],"texture":"#0"}}},{"from":[10.76,1.51,1.51],"to":[11.74,3.49,2.49],"rotation":{"angle":-22.5,"axis":"y","origin":[12.75,2.5,2]},"faces":{"north":{"uv":[13,8,14,10],"texture":"#0"},"east":{"uv":[13,8,14,10],"texture":"#0"},"south":{"uv":[13,8,14,10],"texture":"#0"},"west":{"uv":[13,8,14,10],"texture":"#0"},"up":{"uv":[13,8,14,9],"texture":"#0"},"down":{"uv":[13,8,14,9],"texture":"#0"}}},{"from":[11.25,3,1.5],"to":[14.25,4,2.5],"rotation":{"angle":-22.5,"axis":"y","origin":[12.75,2.5,2]},"faces":{"north":{"uv":[13,8,16,9],"texture":"#0"},"east":{"uv":[13,8,14,9],"texture":"#0"},"south":{"uv":[13,8,16,9],"texture":"#0"},"west":{"uv":[13,8,14,9],"texture":"#0"},"up":{"uv":[13,8,16,9],"texture":"#0"},"down":{"uv":[13,8,16,9],"texture":"#0"}}},{"from":[13.76,1.51,1.51],"to":[14.74,3.49,2.49],"rotation":{"angle":-22.5,"axis":"y","origin":[12.75,2.5,2]},"faces":{"north":{"uv":[13,8,14,10],"texture":"#0"},"east":{"uv":[13,8,14,10],"texture":"#0"},"south":{"uv":[13,8,14,10],"texture":"#0"},"west":{"uv":[13,8,14,10],"texture":"#0"},"up":{"uv":[13,8,14,9],"texture":"#0"},"down":{"uv":[13,8,14,9],"texture":"#0"}}},{"from":[11.25,1,1.5],"to":[14.25,2,2.5],"rotation":{"angle":-22.5,"axis":"y","origin":[12.75,2.5,2]},"faces":{"north":{"uv":[13,8,16,9],"texture":"#0"},"east":{"uv":[13,8,14,9],"texture":"#0"},"south":{"uv":[13,8,16,9],"texture":"#0"},"west":{"uv":[13,8,14,9],"texture":"#0"},"up":{"uv":[13,8,16,9],"texture":"#0"},"down":{"uv":[13,8,16,9],"texture":"#0"}}},{"from":[14.75,2,2],"to":[15.75,3,5],"rotation":{"angle":22.5,"axis":"y","origin":[14.25,2.5,3.5]},"faces":{"north":{"uv":[13,8,14,9],"texture":"#0"},"east":{"uv":[13,8,16,9],"texture":"#0"},"south":{"uv":[13,8,14,9],"texture":"#0"},"west":{"uv":[13,8,16,9],"texture":"#0"},"up":{"uv":[14,7,15,10],"texture":"#0"},"down":{"uv":[14,7,15,10],"texture":"#0"}}},{"from":[13.26,2.01,1.51],"to":[15.24,2.99,2.49],"rotation":{"angle":22.5,"axis":"y","origin":[14.25,2.5,3.5]},"faces":{"north":{"uv":[13.5,7,15.5,7.5],"texture":"#0"},"east":{"uv":[13.5,7,14.5,8],"texture":"#0"},"south":{"uv":[13.5,7,15.5,7.5],"texture":"#0"},"west":{"uv":[13.5,7,15.5,7.5],"texture":"#0"},"up":{"uv":[13.5,7,15.5,7.5],"texture":"#0"},"down":{"uv":[13.5,7,15.5,7.5],"texture":"#0"}}},{"from":[12.75,2,2],"to":[13.75,3,5],"rotation":{"angle":22.5,"axis":"y","origin":[14.25,2.5,3.5]},"faces":{"north":{"uv":[13,8,14,9],"texture":"#0"},"east":{"uv":[13,8,16,9],"texture":"#0"},"south":{"uv":[13,8,14,9],"texture":"#0"},"west":{"uv":[13,8,16,9],"texture":"#0"},"up":{"uv":[14,7,15,10],"texture":"#0"},"down":{"uv":[14,7,15,10],"texture":"#0"}}},{"from":[13.26,2.01,4.51],"to":[15.24,2.99,5.49],"rotation":{"angle":22.5,"axis":"y","origin":[14.25,2.5,3.5]},"faces":{"north":{"uv":[13,7,15,7.5],"texture":"#0"},"east":{"uv":[13,7,15,7.5],"texture":"#0"},"south":{"uv":[13,7,15,7.5],"texture":"#0"},"west":{"uv":[13,7,15,7.5],"texture":"#0"},"up":{"uv":[13,7,15,7.5],"texture":"#0"},"down":{"uv":[13,7,15,7.5],"texture":"#0"}}},{"from":[0.64524,2,2.16866],"to":[1.64524,3,5.16866],"rotation":{"angle":-22.5,"axis":"y","origin":[2.25,2.5,8.75]},"faces":{"north":{"uv":[13,8,14,9],"texture":"#0"},"east":{"uv":[13,8,16,9],"texture":"#0"},"south":{"uv":[13,8,14,9],"texture":"#0"},"west":{"uv":[13,8,16,9],"texture":"#0"},"up":{"uv":[14,7,15,10],"texture":"#0"},"down":{"uv":[14,7,15,10],"texture":"#0"}}},{"from":[-0.84476,2.01,4.67866],"to":[1.13524,2.99,5.65866],"rotation":{"angle":-22.5,"axis":"y","origin":[2.25,2.5,8.75]},"faces":{"north":{"uv":[13,8,15,9],"texture":"#0"},"east":{"uv":[13,8,14,9],"texture":"#0"},"south":{"uv":[13,8,15,9],"texture":"#0"},"west":{"uv":[13,8,14,9],"texture":"#0"},"up":{"uv":[13,8,15,9],"texture":"#0"},"down":{"uv":[13,8,15,9],"texture":"#0"}}},{"from":[-1.35476,2,2.16866],"to":[-0.35476,3,5.16866],"rotation":{"angle":-22.5,"axis":"y","origin":[2.25,2.5,8.75]},"faces":{"north":{"uv":[13,8,14,9],"texture":"#0"},"east":{"uv":[13,8,16,9],"texture":"#0"},"south":{"uv":[13,8,14,9],"texture":"#0"},"west":{"uv":[13,8,16,9],"texture":"#0"},"up":{"uv":[14,7,15,10],"texture":"#0"},"down":{"uv":[14,7,15,10],"texture":"#0"}}},{"from":[-0.84476,2.01,1.67866],"to":[1.13524,2.99,2.65866],"rotation":{"angle":-22.5,"axis":"y","origin":[2.25,2.5,8.75]},"faces":{"north":{"uv":[13,8,15,9],"texture":"#0"},"east":{"uv":[13,8,14,9],"texture":"#0"},"south":{"uv":[13,8,15,9],"texture":"#0"},"west":{"uv":[13,8,14,9],"texture":"#0"},"up":{"uv":[13,8,15,9],"texture":"#0"},"down":{"uv":[13,8,15,9],"texture":"#0"}}},{"from":[6.5,2.25,1],"to":[9.5,3.25,2],"rotation":{"angle":22.5,"axis":"x","origin":[8,1.75,1.5]},"faces":{"north":{"uv":[13,8,16,9],"texture":"#0"},"east":{"uv":[13,8,14,9],"texture":"#0"},"south":{"uv":[13,8,16,9],"texture":"#0"},"west":{"uv":[13,8,14,9],"texture":"#0"},"up":{"uv":[13,8,16,9],"texture":"#0"},"down":{"uv":[13,8,16,9],"texture":"#0"}}},{"from":[9.01,0.76,1.01],"to":[9.99,2.74,1.99],"rotation":{"angle":22.5,"axis":"x","origin":[8,1.75,1.5]},"faces":{"north":{"uv":[13,8,14,10],"texture":"#0"},"east":{"uv":[13,8,14,10],"texture":"#0"},"south":{"uv":[13,8,14,10],"texture":"#0"},"west":{"uv":[13,8,14,10],"texture":"#0"},"up":{"uv":[13,8,14,9],"texture":"#0"},"down":{"uv":[13,8,14,9],"texture":"#0"}}},{"from":[6.5,0.25,1],"to":[9.5,1.25,2],"rotation":{"angle":22.5,"axis":"x","origin":[8,1.75,1.5]},"faces":{"north":{"uv":[13,8,16,9],"texture":"#0"},"east":{"uv":[13,8,14,9],"texture":"#0"},"south":{"uv":[13,8,16,9],"texture":"#0"},"west":{"uv":[13,8,14,9],"texture":"#0"},"up":{"uv":[13,8,16,9],"texture":"#0"},"down":{"uv":[13,8,16,9],"texture":"#0"}}},{"from":[6.01,0.76,1.01],"to":[6.99,2.74,1.99],"rotation":{"angle":22.5,"axis":"x","origin":[8,1.75,1.5]},"faces":{"north":{"uv":[13,8,14,10],"texture":"#0"},"east":{"uv":[13,8,14,10],"texture":"#0"},"south":{"uv":[13,8,14,10],"texture":"#0"},"west":{"uv":[13,8,14,10],"texture":"#0"},"up":{"uv":[13,8,14,9],"texture":"#0"},"down":{"uv":[13,8,14,9],"texture":"#0"}}},{"from":[2.5,1,12.75],"to":[5.5,2,13.75],"rotation":{"angle":-22.5,"axis":"y","origin":[4,2.5,13.25]},"faces":{"north":{"uv":[16,8,13,9],"texture":"#0"},"east":{"uv":[14,8,13,9],"texture":"#0"},"south":{"uv":[16,8,13,9],"texture":"#0"},"west":{"uv":[14,8,13,9],"texture":"#0"},"up":{"uv":[13,9,16,8],"texture":"#0"},"down":{"uv":[13,9,16,8],"texture":"#0"}}},{"from":[2.5,3,12.75],"to":[5.5,4,13.75],"rotation":{"angle":-22.5,"axis":"y","origin":[4,2.5,13.25]},"faces":{"north":{"uv":[16,8,13,9],"texture":"#0"},"east":{"uv":[14,8,13,9],"texture":"#0"},"south":{"uv":[16,8,13,9],"texture":"#0"},"west":{"uv":[14,8,13,9],"texture":"#0"},"up":{"uv":[13,9,16,8],"texture":"#0"},"down":{"uv":[13,9,16,8],"texture":"#0"}}},{"from":[5.01,1.51,12.76],"to":[5.99,3.49,13.74],"rotation":{"angle":-22.5,"axis":"y","origin":[4,2.5,13.25]},"faces":{"north":{"uv":[14,8,13,10],"texture":"#0"},"east":{"uv":[14,8,13,10],"texture":"#0"},"south":{"uv":[14,8,13,10],"texture":"#0"},"west":{"uv":[14,8,13,10],"texture":"#0"},"up":{"uv":[13,9,14,8],"texture":"#0"},"down":{"uv":[13,9,14,8],"texture":"#0"}}},{"from":[2.01,1.51,12.76],"to":[2.99,3.49,13.74],"rotation":{"angle":-22.5,"axis":"y","origin":[4,2.5,13.25]},"faces":{"north":{"uv":[14,8,13,10],"texture":"#0"},"east":{"uv":[14,8,13,10],"texture":"#0"},"south":{"uv":[14,8,13,10],"texture":"#0"},"west":{"uv":[14,8,13,10],"texture":"#0"},"up":{"uv":[13,9,14,8],"texture":"#0"},"down":{"uv":[13,9,14,8],"texture":"#0"}}},{"from":[4.5,1.5,12],"to":[7.5,2.5,13],"rotation":{"angle":22.5,"axis":"x","origin":[6,2,13.5]},"faces":{"north":{"uv":[16,8,13,9],"texture":"#0"},"east":{"uv":[14,8,13,9],"texture":"#0"},"south":{"uv":[16,8,13,9],"texture":"#0"},"west":{"uv":[14,8,13,9],"texture":"#0"},"up":{"uv":[13,9,16,8],"texture":"#0"},"down":{"uv":[13,9,16,8],"texture":"#0"}}},{"from":[7.01,1.51,12.51],"to":[7.99,2.49,14.49],"rotation":{"angle":22.5,"axis":"x","origin":[6,2,13.5]},"faces":{"north":{"uv":[14,8,13,9],"texture":"#0"},"east":{"uv":[15,8,13,9],"texture":"#0"},"south":{"uv":[14,8,13,9],"texture":"#0"},"west":{"uv":[15,8,13,9],"texture":"#0"},"up":{"uv":[13,10,14,8],"texture":"#0"},"down":{"uv":[13,10,14,8],"texture":"#0"}}},{"from":[4.5,1.5,14],"to":[7.5,2.5,15],"rotation":{"angle":22.5,"axis":"x","origin":[6,2,13.5]},"faces":{"north":{"uv":[16,8,13,9],"texture":"#0"},"east":{"uv":[14,8,13,9],"texture":"#0"},"south":{"uv":[16,8,13,9],"texture":"#0"},"west":{"uv":[14,8,13,9],"texture":"#0"},"up":{"uv":[13,9,16,8],"texture":"#0"},"down":{"uv":[13,9,16,8],"texture":"#0"}}},{"from":[4.01,1.51,12.51],"to":[4.99,2.49,14.49],"rotation":{"angle":22.5,"axis":"x","origin":[6,2,13.5]},"faces":{"north":{"uv":[14,8,13,9],"texture":"#0"},"east":{"uv":[15,8,13,9],"texture":"#0"},"south":{"uv":[14,8,13,9],"texture":"#0"},"west":{"uv":[15,8,13,9],"texture":"#0"},"up":{"uv":[13,10,14,8],"texture":"#0"},"down":{"uv":[13,10,14,8],"texture":"#0"}}},{"from":[7,0.25,13],"to":[10,1.25,14],"rotation":{"angle":22.5,"axis":"x","origin":[8.5,1.75,13.5]},"faces":{"north":{"uv":[16,8,13,9],"texture":"#0"},"east":{"uv":[14,8,13,9],"texture":"#0"},"south":{"uv":[16,8,13,9],"texture":"#0"},"west":{"uv":[14,8,13,9],"texture":"#0"},"up":{"uv":[13,9,16,8],"texture":"#0"},"down":{"uv":[13,9,16,8],"texture":"#0"}}},{"from":[6.51,0.76,13.01],"to":[7.49,2.74,13.99],"rotation":{"angle":22.5,"axis":"x","origin":[5.5,1.75,13.5]},"faces":{"north":{"uv":[14,8,13,10],"texture":"#0"},"east":{"uv":[14,8,13,10],"texture":"#0"},"south":{"uv":[14,8,13,10],"texture":"#0"},"west":{"uv":[14,8,13,10],"texture":"#0"},"up":{"uv":[13,9,14,8],"texture":"#0"},"down":{"uv":[13,9,14,8],"texture":"#0"}}},{"from":[6.51,0.76,13.01],"to":[7.49,2.74,13.99],"rotation":{"angle":22.5,"axis":"x","origin":[8.5,1.75,13.5]},"faces":{"north":{"uv":[14,8,13,10],"texture":"#0"},"east":{"uv":[14,8,13,10],"texture":"#0"},"south":{"uv":[14,8,13,10],"texture":"#0"},"west":{"uv":[14,8,13,10],"texture":"#0"},"up":{"uv":[13,9,14,8],"texture":"#0"},"down":{"uv":[13,9,14,8],"texture":"#0"}}},{"from":[7,2.25,13],"to":[10,3.25,14],"rotation":{"angle":22.5,"axis":"x","origin":[8.5,1.75,13.5]},"faces":{"north":{"uv":[16,8,13,9],"texture":"#0"},"east":{"uv":[14,8,13,9],"texture":"#0"},"south":{"uv":[16,8,13,9],"texture":"#0"},"west":{"uv":[14,8,13,9],"texture":"#0"},"up":{"uv":[13,9,16,8],"texture":"#0"},"down":{"uv":[13,9,16,8],"texture":"#0"}}},{"from":[11.25,1,12.5],"to":[14.25,2,13.5],"rotation":{"angle":22.5,"axis":"y","origin":[12.75,2.5,13]},"faces":{"north":{"uv":[16,8,13,9],"texture":"#0"},"east":{"uv":[14,8,13,9],"texture":"#0"},"south":{"uv":[16,8,13,9],"texture":"#0"},"west":{"uv":[14,8,13,9],"texture":"#0"},"up":{"uv":[13,9,16,8],"texture":"#0"},"down":{"uv":[13,9,16,8],"texture":"#0"}}},{"from":[13.76,1.51,12.51],"to":[14.74,3.49,13.49],"rotation":{"angle":22.5,"axis":"y","origin":[12.75,2.5,13]},"faces":{"north":{"uv":[14,8,13,10],"texture":"#0"},"east":{"uv":[14,8,13,10],"texture":"#0"},"south":{"uv":[14,8,13,10],"texture":"#0"},"west":{"uv":[14,8,13,10],"texture":"#0"},"up":{"uv":[13,9,14,8],"texture":"#0"},"down":{"uv":[13,9,14,8],"texture":"#0"}}},{"from":[11.25,3,12.5],"to":[14.25,4,13.5],"rotation":{"angle":22.5,"axis":"y","origin":[12.75,2.5,13]},"faces":{"north":{"uv":[16,8,13,9],"texture":"#0"},"east":{"uv":[14,8,13,9],"texture":"#0"},"south":{"uv":[16,8,13,9],"texture":"#0"},"west":{"uv":[14,8,13,9],"texture":"#0"},"up":{"uv":[13,9,16,8],"texture":"#0"},"down":{"uv":[13,9,16,8],"texture":"#0"}}},{"from":[10.76,1.51,12.51],"to":[11.74,3.49,13.49],"rotation":{"angle":22.5,"axis":"y","origin":[12.75,2.5,13]},"faces":{"north":{"uv":[14,8,13,10],"texture":"#0"},"east":{"uv":[14,8,13,10],"texture":"#0"},"south":{"uv":[14,8,13,10],"texture":"#0"},"west":{"uv":[14,8,13,10],"texture":"#0"},"up":{"uv":[13,9,14,8],"texture":"#0"},"down":{"uv":[13,9,14,8],"texture":"#0"}}},{"from":[11.26,1.51,12.51],"to":[12.24,2.49,14.49],"rotation":{"angle":22.5,"axis":"x","origin":[10.25,2,13.5]},"faces":{"north":{"uv":[14,8,13,9],"texture":"#0"},"east":{"uv":[15,8,13,9],"texture":"#0"},"south":{"uv":[14,8,13,9],"texture":"#0"},"west":{"uv":[15,8,13,9],"texture":"#0"},"up":{"uv":[13,10,14,8],"texture":"#0"},"down":{"uv":[13,10,14,8],"texture":"#0"}}},{"from":[8.26,1.51,12.51],"to":[9.24,2.49,14.49],"rotation":{"angle":22.5,"axis":"x","origin":[10.25,2,13.5]},"faces":{"north":{"uv":[14,8,13,9],"texture":"#0"},"east":{"uv":[15,8,13,9],"texture":"#0"},"south":{"uv":[14,8,13,9],"texture":"#0"},"west":{"uv":[15,8,13,9],"texture":"#0"},"up":{"uv":[13,10,14,8],"texture":"#0"},"down":{"uv":[13,10,14,8],"texture":"#0"}}},{"from":[8.75,1.5,12],"to":[11.75,2.5,13],"rotation":{"angle":22.5,"axis":"x","origin":[10.25,2,13.5]},"faces":{"north":{"uv":[16,8,13,9],"texture":"#0"},"east":{"uv":[14,8,13,9],"texture":"#0"},"south":{"uv":[16,8,13,9],"texture":"#0"},"west":{"uv":[14,8,13,9],"texture":"#0"},"up":{"uv":[13,9,16,8],"texture":"#0"},"down":{"uv":[13,9,16,8],"texture":"#0"}}},{"from":[8.75,1.5,14],"to":[11.75,2.5,15],"rotation":{"angle":22.5,"axis":"x","origin":[10.25,2,13.5]},"faces":{"north":{"uv":[16,8,13,9],"texture":"#0"},"east":{"uv":[14,8,13,9],"texture":"#0"},"south":{"uv":[16,8,13,9],"texture":"#0"},"west":{"uv":[14,8,13,9],"texture":"#0"},"up":{"uv":[13,9,16,8],"texture":"#0"},"down":{"uv":[13,9,16,8],"texture":"#0"}}},{"from":[13.26,2.01,9.51],"to":[15.24,2.99,10.49],"rotation":{"angle":-22.5,"axis":"y","origin":[14.25,2.5,11.5]},"faces":{"north":{"uv":[15,8,13,9],"texture":"#0"},"east":{"uv":[14,8,13,9],"texture":"#0"},"south":{"uv":[15,8,13,9],"texture":"#0"},"west":{"uv":[14,8,13,9],"texture":"#0"},"up":{"uv":[13,9,15,8],"texture":"#0"},"down":{"uv":[13,9,15,8],"texture":"#0"}}},{"from":[12.75,2,10],"to":[13.75,3,13],"rotation":{"angle":-22.5,"axis":"y","origin":[14.25,2.5,11.5]},"faces":{"north":{"uv":[14,8,13,9],"texture":"#0"},"east":{"uv":[16,8,13,9],"texture":"#0"},"south":{"uv":[14,8,13,9],"texture":"#0"},"west":{"uv":[16,8,13,9],"texture":"#0"},"up":{"uv":[14,10,15,7],"texture":"#0"},"down":{"uv":[14,10,15,7],"texture":"#0"}}},{"from":[13.26,2.01,12.51],"to":[15.24,2.99,13.49],"rotation":{"angle":-22.5,"axis":"y","origin":[14.25,2.5,11.5]},"faces":{"north":{"uv":[15,8,13,9],"texture":"#0"},"east":{"uv":[14,8,13,9],"texture":"#0"},"south":{"uv":[15,8,13,9],"texture":"#0"},"west":{"uv":[14,8,13,9],"texture":"#0"},"up":{"uv":[13,9,15,8],"texture":"#0"},"down":{"uv":[13,9,15,8],"texture":"#0"}}},{"from":[14.75,2,10],"to":[15.75,3,13],"rotation":{"angle":-22.5,"axis":"y","origin":[14.25,2.5,11.5]},"faces":{"north":{"uv":[14,8,13,9],"texture":"#0"},"east":{"uv":[16,8,13,9],"texture":"#0"},"south":{"uv":[14,8,13,9],"texture":"#0"},"west":{"uv":[16,8,13,9],"texture":"#0"},"up":{"uv":[14,10,15,7],"texture":"#0"},"down":{"uv":[14,10,15,7],"texture":"#0"}}},{"from":[-0.84476,2.01,12.34134],"to":[1.13524,2.99,13.32134],"rotation":{"angle":22.5,"axis":"y","origin":[2.25,2.5,6.25]},"faces":{"north":{"uv":[15,8,13,9],"texture":"#0"},"east":{"uv":[14,8,13,9],"texture":"#0"},"south":{"uv":[15,8,13,9],"texture":"#0"},"west":{"uv":[14,8,13,9],"texture":"#0"},"up":{"uv":[13,9,15,8],"texture":"#0"},"down":{"uv":[13,9,15,8],"texture":"#0"}}},{"from":[-1.35476,2,9.83134],"to":[-0.35476,3,12.83134],"rotation":{"angle":22.5,"axis":"y","origin":[2.25,2.5,6.25]},"faces":{"north":{"uv":[14,8,13,9],"texture":"#0"},"east":{"uv":[16,8,13,9],"texture":"#0"},"south":{"uv":[14,8,13,9],"texture":"#0"},"west":{"uv":[16,8,13,9],"texture":"#0"},"up":{"uv":[14,10,15,7],"texture":"#0"},"down":{"uv":[14,10,15,7],"texture":"#0"}}},{"from":[-0.84476,2.01,9.34134],"to":[1.13524,2.99,10.32134],"rotation":{"angle":22.5,"axis":"y","origin":[2.25,2.5,6.25]},"faces":{"north":{"uv":[15,8,13,9],"texture":"#0"},"east":{"uv":[14,8,13,9],"texture":"#0"},"south":{"uv":[15,8,13,9],"texture":"#0"},"west":{"uv":[14,8,13,9],"texture":"#0"},"up":{"uv":[13,9,15,8],"texture":"#0"},"down":{"uv":[13,9,15,8],"texture":"#0"}}},{"from":[0.64524,2,9.83134],"to":[1.64524,3,12.83134],"rotation":{"angle":22.5,"axis":"y","origin":[2.25,2.5,6.25]},"faces":{"north":{"uv":[14,8,13,9],"texture":"#0"},"east":{"uv":[16,8,13,9],"texture":"#0"},"south":{"uv":[14,8,13,9],"texture":"#0"},"west":{"uv":[16,8,13,9],"texture":"#0"},"up":{"uv":[14,10,15,7],"texture":"#0"},"down":{"uv":[14,10,15,7],"texture":"#0"}}},{"from":[1.49,3.49,1.49],"to":[3.01,5.01,1.51],"rotation":{"angle":-22.5,"axis":"y","origin":[2.25,4.25,1.5]},"faces":{"north":{"uv":[0,14.5,1.5,16],"texture":"#0"},"east":{"uv":[0.5,12.5,0.5,14],"texture":"#0"},"south":{"uv":[0,14.5,1.5,16],"rotation":90,"texture":"#0"},"west":{"uv":[0.5,12.5,0.5,14],"texture":"#0"},"up":{"uv":[0.5,12.5,2,12.5],"texture":"#0"},"down":{"uv":[0.5,12.5,2,12.5],"texture":"#0"}}},{"from":[15.74,2.74,4.49],"to":[17.26,4.26,4.51],"rotation":{"angle":22.5,"axis":"x","origin":[16.5,3.5,4.5]},"faces":{"north":{"uv":[5.5,14.5,7,16],"rotation":270,"texture":"#0"},"east":{"uv":[0.5,12.5,0.5,14],"rotation":180,"texture":"#0"},"south":{"uv":[5.5,14.5,7,16],"rotation":180,"texture":"#0"},"west":{"uv":[0.5,12.5,0.5,14],"rotation":180,"texture":"#0"},"up":{"uv":[6,12.5,7.5,12.5],"texture":"#0"},"down":{"uv":[6,12.5,7.5,12.5],"texture":"#0"}}},{"from":[3.49,-0.26,0.74],"to":[5.01,1.26,0.76],"rotation":{"angle":-22.5,"axis":"x","origin":[4.25,0.5,0.75]},"faces":{"north":{"uv":[5.5,14.5,7,16],"rotation":270,"texture":"#0"},"east":{"uv":[0.5,12.5,0.5,14],"rotation":180,"texture":"#0"},"south":{"uv":[5.5,14.5,7,16],"rotation":180,"texture":"#0"},"west":{"uv":[0.5,12.5,0.5,14],"rotation":180,"texture":"#0"},"up":{"uv":[6,12.5,7.5,12.5],"texture":"#0"},"down":{"uv":[6,12.5,7.5,12.5],"texture":"#0"}}},{"from":[13.74,-0.26,2.24],"to":[15.26,1.26,2.26],"rotation":{"angle":-22.5,"axis":"z","origin":[14.5,0.5,2.25]},"faces":{"north":{"uv":[0,14.5,1.5,16],"texture":"#0"},"east":{"uv":[0.5,12.5,0.5,14],"texture":"#0"},"south":{"uv":[0,14.5,1.5,16],"rotation":90,"texture":"#0"},"west":{"uv":[0.5,12.5,0.5,14],"texture":"#0"},"up":{"uv":[0.5,12.5,2,12.5],"texture":"#0"},"down":{"uv":[0.5,12.5,2,12.5],"texture":"#0"}}},{"from":[9.49,3.49,0.99],"to":[12.01,6.01,1.01],"rotation":{"angle":-22.5,"axis":"y","origin":[11.25,4.25,1]},"faces":{"north":{"uv":[2,13.5,4.5,16],"texture":"#0"},"east":{"uv":[2.5,12.5,2.5,14],"texture":"#0"},"south":{"uv":[2,13.5,4.5,16],"rotation":270,"texture":"#0"},"west":{"uv":[2.5,12.5,2.5,14],"texture":"#0"},"up":{"uv":[2.5,12.5,4,12.5],"texture":"#0"},"down":{"uv":[2.5,12.5,4,12.5],"texture":"#0"}}},{"from":[1.99,3.74,4.24],"to":[4.51,6.26,4.26],"rotation":{"angle":45,"axis":"y","origin":[2.75,4.5,4.25]},"faces":{"north":{"uv":[7.5,13.5,10,16],"rotation":270,"texture":"#0"},"east":{"uv":[2.5,12.5,2.5,14],"texture":"#0"},"south":{"uv":[7.5,13.5,10,16],"texture":"#0"},"west":{"uv":[2.5,12.5,2.5,14],"texture":"#0"},"up":{"uv":[8,12.5,9.5,12.5],"rotation":180,"texture":"#0"},"down":{"uv":[8,12.5,9.5,12.5],"rotation":180,"texture":"#0"}}},{"from":[13.74,3.74,10.24],"to":[13.76,6.26,12.76],"rotation":{"angle":22.5,"axis":"z","origin":[13.75,4.5,11]},"faces":{"north":{"uv":[8,12.5,9.5,12.5],"rotation":90,"texture":"#0"},"east":{"uv":[10,13.5,7.5,16],"texture":"#0"},"south":{"uv":[8,12.5,9.5,12.5],"rotation":90,"texture":"#0"},"west":{"uv":[7.5,16,10,13.5],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,14,2.5,12.5],"texture":"#0"},"down":{"uv":[2.5,14,2.5,12.5],"rotation":180,"texture":"#0"}}},{"from":[5.74,-1.01,0.24],"to":[8.26,1.51,0.26],"rotation":{"angle":-22.5,"axis":"z","origin":[6.5,0.75,0.25]},"faces":{"north":{"uv":[2,13.5,4.5,16],"rotation":180,"texture":"#0"},"east":{"uv":[2.5,12.5,2.5,14],"rotation":180,"texture":"#0"},"south":{"uv":[2,13.5,4.5,16],"rotation":90,"texture":"#0"},"west":{"uv":[2.5,12.5,2.5,14],"rotation":180,"texture":"#0"},"up":{"uv":[2.5,12.5,4,12.5],"rotation":180,"texture":"#0"},"down":{"uv":[2.5,12.5,4,12.5],"rotation":180,"texture":"#0"}}},{"from":[5.74,-1.01,14.49],"to":[8.26,1.51,14.51],"rotation":{"angle":-22.5,"axis":"z","origin":[6.5,0.75,14.5]},"faces":{"north":{"uv":[2,13.5,4.5,16],"rotation":180,"texture":"#0"},"east":{"uv":[2.5,12.5,2.5,14],"rotation":180,"texture":"#0"},"south":{"uv":[2,13.5,4.5,16],"rotation":90,"texture":"#0"},"west":{"uv":[2.5,12.5,2.5,14],"rotation":180,"texture":"#0"},"up":{"uv":[2.5,12.5,4,12.5],"rotation":180,"texture":"#0"},"down":{"uv":[2.5,12.5,4,12.5],"rotation":180,"texture":"#0"}}},{"from":[1.52806,-1.26,8.93134],"to":[1.54806,1.26,11.45134],"rotation":{"angle":22.5,"axis":"x","origin":[1.53806,0,10.19134]},"faces":{"north":{"uv":[2.5,12.5,2.5,14],"rotation":180,"texture":"#0"},"east":{"uv":[2,16,4.5,13.5],"rotation":90,"texture":"#0"},"south":{"uv":[2.5,12.5,2.5,14],"rotation":180,"texture":"#0"},"west":{"uv":[4.5,13.5,2,16],"rotation":180,"texture":"#0"},"up":{"uv":[4,12.5,2.5,12.5],"rotation":90,"texture":"#0"},"down":{"uv":[4,12.5,2.5,12.5],"rotation":270,"texture":"#0"}}},{"from":[15.24,2.74,12.24],"to":[16.76,4.26,12.26],"rotation":{"angle":-22.5,"axis":"y","origin":[16,3.5,12.25]},"faces":{"north":{"uv":[0,14.5,1.5,16],"rotation":90,"texture":"#0"},"east":{"uv":[0.5,12.5,0.5,14],"texture":"#0"},"south":{"uv":[0,14.5,1.5,16],"texture":"#0"},"west":{"uv":[0.5,12.5,0.5,14],"texture":"#0"},"up":{"uv":[2,12.5,0.5,12.5],"texture":"#0"},"down":{"uv":[2,12.5,0.5,12.5],"texture":"#0"}}},{"from":[10.49,3.74,13.49],"to":[12.01,5.26,13.51],"rotation":{"angle":-22.5,"axis":"z","origin":[11.25,4.5,13.5]},"faces":{"north":{"uv":[5.5,14.5,7,16],"rotation":180,"texture":"#0"},"east":{"uv":[0.5,12.5,0.5,14],"rotation":180,"texture":"#0"},"south":{"uv":[5.5,14.5,7,16],"rotation":270,"texture":"#0"},"west":{"uv":[0.5,12.5,0.5,14],"rotation":180,"texture":"#0"},"up":{"uv":[7.5,12.5,6,12.5],"texture":"#0"},"down":{"uv":[7.5,12.5,6,12.5],"texture":"#0"}}},{"from":[5.24,2.99,13.74],"to":[6.76,4.51,13.76],"rotation":{"angle":22.5,"axis":"y","origin":[6,3.75,13.75]},"faces":{"north":{"uv":[0,14.5,1.5,16],"rotation":90,"texture":"#0"},"east":{"uv":[0.5,12.5,0.5,14],"texture":"#0"},"south":{"uv":[0,14.5,1.5,16],"texture":"#0"},"west":{"uv":[0.5,12.5,0.5,14],"texture":"#0"},"up":{"uv":[2,12.5,0.5,12.5],"texture":"#0"},"down":{"uv":[2,12.5,0.5,12.5],"texture":"#0"}}},{"from":[3.74,-0.51,13.49],"to":[5.26,1.01,13.51],"rotation":{"angle":22.5,"axis":"z","origin":[4.5,0.25,13.5]},"faces":{"north":{"uv":[0,14.5,1.5,16],"rotation":90,"texture":"#0"},"east":{"uv":[0.5,12.5,0.5,14],"texture":"#0"},"south":{"uv":[0,14.5,1.5,16],"texture":"#0"},"west":{"uv":[0.5,12.5,0.5,14],"texture":"#0"},"up":{"uv":[2,12.5,0.5,12.5],"texture":"#0"},"down":{"uv":[2,12.5,0.5,12.5],"texture":"#0"}}},{"from":[-0.76,2.74,11.24],"to":[0.76,4.26,11.26],"rotation":{"angle":-22.5,"axis":"x","origin":[0,3.5,11.25]},"faces":{"north":{"uv":[5.5,14.5,7,16],"rotation":180,"texture":"#0"},"east":{"uv":[0.5,12.5,0.5,14],"rotation":180,"texture":"#0"},"south":{"uv":[5.5,14.5,7,16],"rotation":270,"texture":"#0"},"west":{"uv":[0.5,12.5,0.5,14],"rotation":180,"texture":"#0"},"up":{"uv":[7.5,12.5,6,12.5],"texture":"#0"},"down":{"uv":[7.5,12.5,6,12.5],"texture":"#0"}}}],"display":{"head":{"rotation":[11,0,0],"translation":[0,11,2],"scale":[1.29,1.29,1.29]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/curious_maw.json b/assets/minecraft/models/item/wynn/skin/hat/curious_maw.json new file mode 100644 index 000000000..7a230d0c9 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/curious_maw.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/curious_maw"},"elements":[{"from":[3,0,3],"to":[13,6,11],"rotation":{"angle":0,"axis":"y","origin":[7,0,7]},"faces":{"north":{"uv":[2.75,4.25,5.25,5.75],"texture":"#0"},"east":{"uv":[7.25,4.25,5.25,5.75],"texture":"#0"},"west":{"uv":[5.25,4.25,7.25,5.75],"texture":"#0"},"up":{"uv":[5.25,2,2.75,0],"texture":"#0"},"down":{"uv":[5.25,2,2.75,4],"texture":"#0"}}},{"from":[3,-6,3],"to":[13,0,13],"rotation":{"angle":0,"axis":"y","origin":[7,0,7]},"faces":{"north":{"uv":[0,7.5,2.5,9],"texture":"#0"},"east":{"uv":[5,7.75,2.5,9.25],"texture":"#0"},"south":{"uv":[0,9,2.5,10.5],"texture":"#0"},"west":{"uv":[2.5,7.75,5,9.25],"texture":"#0"}}},{"from":[13,-6,3],"to":[3,0,13],"rotation":{"angle":0,"axis":"y","origin":[17,0,7]},"faces":{"north":{"uv":[2.5,7.5,0,9],"texture":"#0"},"east":{"uv":[5,7.75,2.5,9.25],"texture":"#0"},"south":{"uv":[2.5,9,0,10.5],"texture":"#0"},"west":{"uv":[2.5,7.75,5,9.25],"texture":"#0"}}},{"from":[2.5,-1,7],"to":[13.5,7.5,13],"rotation":{"angle":22.5,"axis":"x","origin":[7,0,7]},"faces":{"north":{"uv":[0,0.25,2.75,2.5],"texture":"#0"},"east":{"uv":[6.75,1.75,5.25,4],"texture":"#0"},"south":{"uv":[0,2.75,2.75,5],"texture":"#0"},"west":{"uv":[5.25,1.75,6.75,4],"texture":"#0"},"up":{"uv":[2.75,6.5,0,5],"texture":"#0"},"down":{"uv":[8,0,5.25,1.5],"texture":"#0"}}},{"from":[5,0,-3],"to":[11,4,5],"rotation":{"angle":0,"axis":"y","origin":[7,0,0]},"faces":{"north":{"uv":[6.75,1.5,8.25,2.5],"texture":"#0"},"east":{"uv":[2,6.5,0,7.5],"texture":"#0"},"west":{"uv":[0,6.5,2,7.5],"texture":"#0"},"up":{"uv":[4.25,7.75,2.75,5.75],"texture":"#0"},"down":{"uv":[5.75,5.75,4.25,7.75],"texture":"#0"}}},{"from":[4,6,6],"to":[6.5,8,8.5],"rotation":{"angle":0,"axis":"y","origin":[0,-1,0]},"faces":{"north":{"uv":[7.25,4.5,8,5],"texture":"#0"},"east":{"uv":[8,5.5,7.25,6],"texture":"#0"},"south":{"uv":[7.25,5,8,5.5],"texture":"#0"},"west":{"uv":[7.25,5.5,8,6],"texture":"#0"},"up":{"uv":[2.75,7.25,2,6.5],"texture":"#0"}}},{"from":[4.25,8.6,0.4],"to":[6.25,10.6,4.4],"rotation":{"angle":22.5,"axis":"x","origin":[0,-1,0]},"faces":{"north":{"uv":[6.75,3.5,7.25,4],"texture":"#0"},"east":{"uv":[7.75,3,6.75,3.5],"texture":"#0"},"west":{"uv":[6.75,3,7.75,3.5],"texture":"#0"},"up":{"uv":[8.25,4,7.75,3],"texture":"#0"},"down":{"uv":[7.75,3.5,7.25,4.5],"texture":"#0"}}},{"from":[5.25,5.5,0.5],"to":[5.25,9.5,9.5],"rotation":{"angle":0,"axis":"y","origin":[0,-1,0]},"faces":{"east":{"uv":[10.2625,0,8.0125,1],"texture":"#0"},"west":{"uv":[8.0125,0,10.2625,1],"texture":"#0"}}},{"from":[9.5,6,6],"to":[12,8,8.5],"rotation":{"angle":0,"axis":"y","origin":[16,-1,0]},"faces":{"north":{"uv":[8,4.5,7.25,5],"texture":"#0"},"east":{"uv":[8,5.5,7.25,6],"texture":"#0"},"south":{"uv":[8,5,7.25,5.5],"texture":"#0"},"west":{"uv":[7.25,5.5,8,6],"texture":"#0"},"up":{"uv":[2,7.25,2.75,6.5],"texture":"#0"}}},{"from":[9.75,8.6,0.4],"to":[11.75,10.6,4.4],"rotation":{"angle":22.5,"axis":"x","origin":[16,-1,0]},"faces":{"north":{"uv":[7.25,3.5,6.75,4],"texture":"#0"},"east":{"uv":[7.75,3,6.75,3.5],"texture":"#0"},"west":{"uv":[6.75,3,7.75,3.5],"texture":"#0"},"up":{"uv":[7.75,4,8.25,3],"texture":"#0"},"down":{"uv":[7.25,3.5,7.75,4.5],"texture":"#0"}}},{"from":[10.75,5.5,0.5],"to":[10.75,9.5,9.5],"rotation":{"angle":0,"axis":"y","origin":[16,-1,0]},"faces":{"east":{"uv":[10.2625,0,8.0125,1],"texture":"#0"},"west":{"uv":[8.0125,0,10.2625,1],"texture":"#0"}}},{"from":[-3,0,6],"to":[3,4,6],"rotation":{"angle":45,"axis":"y","origin":[3,0,6]},"faces":{"north":{"uv":[8.25,1.25,9.75,2.25],"texture":"#0"},"south":{"uv":[9.75,1.25,8.25,2.25],"texture":"#0"}}},{"from":[13,0,6],"to":[19,4,6],"rotation":{"angle":-45,"axis":"y","origin":[13,0,6]},"faces":{"north":{"uv":[9.75,1.25,8.25,2.25],"texture":"#0"},"south":{"uv":[8.25,1.25,9.75,2.25],"texture":"#0"}}},{"from":[2.5,-1,11.75],"to":[2.5,6,15.75],"rotation":{"angle":-22.5,"axis":"y","origin":[2.5,0,11.75]},"faces":{"east":{"uv":[9.25,2.25,8.25,4],"texture":"#0"},"west":{"uv":[8.25,2.25,9.25,4],"texture":"#0"}}},{"from":[4.5,6.95,9.85],"to":[11.5,6.95,13.85],"rotation":{"angle":-22.5,"axis":"x","origin":[10.5,6.95,9.9]},"faces":{"up":{"uv":[9.25,2.25,8.25,4],"rotation":270,"texture":"#0"},"down":{"uv":[8.25,2.25,9.25,4],"rotation":270,"texture":"#0"}}},{"from":[13.5,-1,11.75],"to":[13.5,6,15.75],"rotation":{"angle":22.5,"axis":"y","origin":[13.5,0,11.75]},"faces":{"east":{"uv":[9.25,2.25,8.25,4],"texture":"#0"},"west":{"uv":[8.25,2.25,9.25,4],"texture":"#0"}}},{"from":[5,-2,-3],"to":[11,0,3],"rotation":{"angle":0,"axis":"y","origin":[9,-2,-3]},"faces":{"north":{"uv":[5,7.75,6.5,8.25],"texture":"#0"},"east":{"uv":[7.25,7.25,5.75,7.75],"texture":"#0"},"west":{"uv":[5.75,7.25,7.25,7.75],"texture":"#0"}}},{"from":[11,-2,-3],"to":[5,0,3],"rotation":{"angle":0,"axis":"y","origin":[15,-2,-3]},"faces":{"north":{"uv":[6.5,7.75,5,8.25],"texture":"#0"},"east":{"uv":[7.25,7.25,5.75,7.75],"texture":"#0"},"west":{"uv":[5.75,7.25,7.25,7.75],"texture":"#0"}}},{"from":[1.35,4.5,8.75],"to":[3.35,7.5,11.75],"rotation":{"angle":-22.5,"axis":"z","origin":[1.35,4.5,8.75]},"faces":{"north":{"uv":[7.25,6.75,7.75,7.5],"texture":"#0"},"east":{"uv":[0,0,0.75,0.75],"texture":"#0"},"south":{"uv":[7.75,6.75,7.25,7.5],"texture":"#0"},"west":{"uv":[7.25,6,8,6.75],"texture":"#0"},"up":{"uv":[7.75,4,8.5,4.5],"rotation":90,"texture":"#0"},"down":{"uv":[8,4.5,8.5,5.25],"texture":"#0"}}},{"from":[13.25,-0.5,8.75],"to":[15.25,2.5,11.75],"rotation":{"angle":-22.5,"axis":"z","origin":[15.25,2.5,8.75]},"faces":{"north":{"uv":[7.75,6.75,7.25,7.5],"texture":"#0"},"east":{"uv":[8,6.75,7.25,6],"texture":"#0"},"south":{"uv":[7.25,6.75,7.75,7.5],"texture":"#0"},"west":{"uv":[0.75,0.75,0,0],"texture":"#0"},"up":{"uv":[8.5,4.5,7.75,4],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,5.25,8,4.5],"texture":"#0"}}},{"from":[13.5,3,10],"to":[14.5,5,12],"rotation":{"angle":-22.5,"axis":"x","origin":[12.5,3,10]},"faces":{"north":{"uv":[8,5.75,8.25,6.25],"texture":"#0"},"east":{"uv":[8,5.25,8.5,5.75],"texture":"#0"},"south":{"uv":[8,5.75,8.25,6.25],"texture":"#0"},"up":{"uv":[8.25,5.75,8.5,6.25],"texture":"#0"},"down":{"uv":[8,6.25,8.25,6.75],"texture":"#0"}}}],"display":{"head":{"rotation":[5,0,0],"translation":[0,13.5,1.25],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/dapper_topper.json b/assets/minecraft/models/item/wynn/skin/hat/dapper_topper.json new file mode 100644 index 000000000..444c1392c --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/dapper_topper.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/twilight_gradient","1":"skins/iron_sheet","particle":"skins/twilight_gradient"},"elements":[{"from":[6.25,0,-0.79784],"to":[9.75,1,16.79784],"rotation":{"angle":-45,"axis":"y","origin":[8,0.5,8]},"faces":{"north":{"uv":[0,0,1,1],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,1,1],"rotation":90,"texture":"#0"},"south":{"uv":[0,0,1,1],"rotation":90,"texture":"#0"},"west":{"uv":[0,0,1,1],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,16,3.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,16,3.5],"rotation":90,"texture":"#0"}}},{"from":[7,0.5,2.97266],"to":[9,5.5,13.02734],"rotation":{"angle":0,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,1.5,12.5,3.5],"rotation":90,"texture":"#0"},"down":{"uv":[5.5,8.5,10.5,10.5],"texture":"#0"}}},{"from":[7,0.5,2.97266],"to":[9,5.5,13.02734],"rotation":{"angle":-22.5,"axis":"y","origin":[8,3,8]},"faces":{"north":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,1.5,12.5,3.5],"rotation":90,"texture":"#0"},"down":{"uv":[5.5,8.5,10.5,10.5],"texture":"#0"}}},{"from":[2.97266,0.5,7],"to":[13.02734,5.5,9],"rotation":{"angle":45,"axis":"y","origin":[8,3,8]},"faces":{"north":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,1.5,12.5,3.5],"rotation":180,"texture":"#0"},"down":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"}}},{"from":[2.97266,0.5,7],"to":[13.02734,5.5,9],"rotation":{"angle":22.5,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,1.5,12.5,3.5],"rotation":180,"texture":"#0"},"down":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"}}},{"from":[2.97266,0.5,7],"to":[13.02734,5.5,9],"rotation":{"angle":0,"axis":"y","origin":[8,3,8]},"faces":{"north":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,1.5,12.5,3.5],"rotation":180,"texture":"#0"},"down":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"}}},{"from":[3.73676,5.01,7.16],"to":[12.26324,5.99,8.84],"rotation":{"angle":0,"axis":"y","origin":[8,5.5,8]},"faces":{"north":{"uv":[9.5,8,10.5,16.54648],"rotation":270,"texture":"#0"},"east":{"uv":[9.5,8,10.5,9.7],"rotation":270,"texture":"#0"},"south":{"uv":[9.5,8,10.5,16.54648],"rotation":270,"texture":"#0"},"west":{"uv":[9.5,8,10.5,9.7],"rotation":270,"texture":"#0"},"up":{"uv":[3.8,1.95352,12.34648,3.45352],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,8,11.2,16.54648],"rotation":270,"texture":"#0"}}},{"from":[3.71676,4.99,7.14],"to":[12.28324,6.01,8.86],"rotation":{"angle":22.5,"axis":"y","origin":[8,5.5,8]},"faces":{"north":{"uv":[9.5,8,10.5,16.54648],"rotation":270,"texture":"#0"},"east":{"uv":[9.5,8,10.5,9.7],"rotation":270,"texture":"#0"},"south":{"uv":[9.5,8,10.5,16.54648],"rotation":270,"texture":"#0"},"west":{"uv":[9.5,8,10.5,9.7],"rotation":270,"texture":"#0"},"up":{"uv":[3.8,1.95352,12.34648,3.45352],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,8,11.2,16.54648],"rotation":270,"texture":"#0"}}},{"from":[7.16,5.01,3.73676],"to":[8.84,5.99,12.26324],"rotation":{"angle":-45,"axis":"y","origin":[8,5.5,8]},"faces":{"north":{"uv":[9,9,10,10.7],"rotation":270,"texture":"#0"},"east":{"uv":[9,9,10,17.54648],"rotation":270,"texture":"#0"},"south":{"uv":[9,9,10,10.7],"rotation":270,"texture":"#0"},"west":{"uv":[9,9,10,17.54648],"rotation":270,"texture":"#0"},"up":{"uv":[3.8,1.95352,12.34648,3.45352],"rotation":90,"texture":"#0"},"down":{"uv":[9,9,17.54648,10.7],"rotation":270,"texture":"#0"}}},{"from":[7.15,5,3.72676],"to":[8.85,6,12.27324],"rotation":{"angle":-22.5,"axis":"y","origin":[8,5.5,8]},"faces":{"north":{"uv":[9.5,8,10.5,9.7],"rotation":270,"texture":"#0"},"east":{"uv":[9.5,8,10.5,16.54648],"rotation":270,"texture":"#0"},"south":{"uv":[9.5,8,10.5,9.7],"rotation":270,"texture":"#0"},"west":{"uv":[9.5,8,10.5,16.54648],"rotation":270,"texture":"#0"},"up":{"uv":[3.8,1.95352,12.34648,3.45352],"rotation":90,"texture":"#0"},"down":{"uv":[9.5,8,18.04648,9.7],"rotation":270,"texture":"#0"}}},{"from":[7.16,5.01,3.73676],"to":[8.84,5.99,12.26324],"rotation":{"angle":0,"axis":"y","origin":[8,5.5,8]},"faces":{"north":{"uv":[9,9,10,10.7],"rotation":270,"texture":"#0"},"east":{"uv":[9,9,10,17.54648],"rotation":270,"texture":"#0"},"south":{"uv":[9,9,10,10.7],"rotation":270,"texture":"#0"},"west":{"uv":[9,9,10,17.54648],"rotation":270,"texture":"#0"},"up":{"uv":[3.8,1.95352,12.34648,3.45352],"rotation":90,"texture":"#0"},"down":{"uv":[9,9,17.54648,10.7],"rotation":270,"texture":"#0"}}},{"from":[7.135,4.985,3.71176],"to":[8.865,6.015,12.28824],"rotation":{"angle":22.5,"axis":"y","origin":[8,5.5,8]},"faces":{"north":{"uv":[9,8.5,10,10.2],"rotation":270,"texture":"#0"},"east":{"uv":[9,8.5,10,17.04648],"rotation":270,"texture":"#0"},"south":{"uv":[9,8.5,10,10.2],"rotation":270,"texture":"#0"},"west":{"uv":[9,8.5,10,17.04648],"rotation":270,"texture":"#0"},"up":{"uv":[3.8,1.95352,12.34648,3.45352],"rotation":90,"texture":"#0"},"down":{"uv":[9,8.5,17.54648,10.2],"rotation":270,"texture":"#0"}}},{"from":[3.72676,5,7.15],"to":[12.27324,6,8.85],"rotation":{"angle":-22.5,"axis":"y","origin":[8,5.5,8]},"faces":{"north":{"uv":[9,7.5,10,16.04648],"rotation":270,"texture":"#0"},"east":{"uv":[9,7.5,10,9.2],"rotation":270,"texture":"#0"},"south":{"uv":[9,7.5,10,16.04648],"rotation":270,"texture":"#0"},"west":{"uv":[9,7.5,10,9.2],"rotation":270,"texture":"#0"},"up":{"uv":[3.8,1.95352,12.34648,3.45352],"rotation":180,"texture":"#0"},"down":{"uv":[9,7.5,10.7,16.04648],"rotation":270,"texture":"#0"}}},{"from":[7.16,5.01,3.73676],"to":[8.84,5.99,12.26324],"rotation":{"angle":45,"axis":"y","origin":[8,5.5,8]},"faces":{"north":{"uv":[9.5,8,10.5,9.7],"rotation":270,"texture":"#0"},"east":{"uv":[9.5,8,10.5,16.54648],"rotation":270,"texture":"#0"},"south":{"uv":[9.5,8,10.5,9.7],"rotation":270,"texture":"#0"},"west":{"uv":[9.5,8,10.5,16.54648],"rotation":270,"texture":"#0"},"up":{"uv":[3.8,1.95352,12.34648,3.45352],"rotation":90,"texture":"#0"},"down":{"uv":[9.5,8,18.04648,9.7],"rotation":270,"texture":"#0"}}},{"from":[7,0.5,2.97266],"to":[9,5.5,13.02734],"rotation":{"angle":22.5,"axis":"y","origin":[8,3,8]},"faces":{"north":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,1.5,12.5,3.5],"rotation":90,"texture":"#0"},"down":{"uv":[5.5,8.5,10.5,10.5],"texture":"#0"}}},{"from":[7,0.5,2.97266],"to":[9,5.5,13.02734],"rotation":{"angle":45,"axis":"y","origin":[8,3,8]},"faces":{"north":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,1.5,12.5,3.5],"rotation":90,"texture":"#0"},"down":{"uv":[5.5,8.5,10.5,10.5],"texture":"#0"}}},{"from":[2.97266,0.5,7],"to":[13.02734,5.5,9],"rotation":{"angle":-22.5,"axis":"y","origin":[8,3,8]},"faces":{"north":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,1.5,12.5,3.5],"texture":"#0"},"down":{"uv":[5.5,8.5,10.5,10.5],"rotation":90,"texture":"#0"}}},{"from":[3.99,-0.01,3.99],"to":[12.01,5.01,12.01],"faces":{"north":{"uv":[6,5,11,13],"rotation":270,"texture":"#0"},"east":{"uv":[6,5,11,13],"rotation":270,"texture":"#0"},"south":{"uv":[6,5,11,13],"rotation":270,"texture":"#0"},"west":{"uv":[6,5,11,13],"rotation":270,"texture":"#0"},"up":{"uv":[9,6,10.5,8],"rotation":270,"texture":"#0"},"down":{"uv":[10.5,0.5,14,4],"rotation":270,"texture":"#0"}}},{"from":[6.26,0.01,-0.78784],"to":[9.74,0.99,16.78784],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0.5,8]},"faces":{"north":{"uv":[0,0,1,1],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,1,1],"rotation":90,"texture":"#0"},"south":{"uv":[0,0,1,1],"rotation":90,"texture":"#0"},"west":{"uv":[0,0,1,1],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,16,3.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,16,3.5],"rotation":90,"texture":"#0"}}},{"from":[6.25,0,-0.79784],"to":[9.75,1,16.79784],"rotation":{"angle":0,"axis":"x","origin":[8,0.5,8]},"faces":{"north":{"uv":[0,0,1,1],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,1,1],"rotation":90,"texture":"#0"},"south":{"uv":[0,0,1,1],"rotation":90,"texture":"#0"},"west":{"uv":[0,0,1,1],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,16,3.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,16,3.5],"rotation":90,"texture":"#0"}}},{"from":[6.26,0.01,-0.78784],"to":[9.74,0.99,16.78784],"rotation":{"angle":22.5,"axis":"y","origin":[8,0.5,8]},"faces":{"north":{"uv":[0,0,1,1],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,1,1],"rotation":90,"texture":"#0"},"south":{"uv":[0,0,1,1],"rotation":90,"texture":"#0"},"west":{"uv":[0,0,1,1],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,16,3.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,16,3.5],"rotation":90,"texture":"#0"}}},{"from":[6.25,0,-0.79784],"to":[9.75,1,16.79784],"rotation":{"angle":45,"axis":"y","origin":[8,0.5,8]},"faces":{"north":{"uv":[0,0,1,1],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,1,1],"rotation":90,"texture":"#0"},"south":{"uv":[0,0,1,1],"rotation":90,"texture":"#0"},"west":{"uv":[0,0,1,1],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,16,3.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,16,3.5],"rotation":90,"texture":"#0"}}},{"from":[-0.78784,0.01,6.26],"to":[16.78784,0.99,9.74],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0.5,8]},"faces":{"north":{"uv":[0,0,1,1],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,1,1],"rotation":90,"texture":"#0"},"south":{"uv":[0,0,1,1],"rotation":90,"texture":"#0"},"west":{"uv":[0,0,1,1],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,16,3.5],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,16,3.5],"rotation":180,"texture":"#0"}}},{"from":[-0.79784,0,6.25],"to":[16.79784,1,9.75],"rotation":{"angle":0,"axis":"x","origin":[8,0.5,8]},"faces":{"north":{"uv":[0,0,1,1],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,1,1],"rotation":90,"texture":"#0"},"south":{"uv":[0,0,1,1],"rotation":90,"texture":"#0"},"west":{"uv":[0,0,1,1],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,16,3.5],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,16,3.5],"rotation":180,"texture":"#0"}}},{"from":[-0.78784,0.01,6.26],"to":[16.78784,0.99,9.74],"rotation":{"angle":22.5,"axis":"y","origin":[8,0.5,8]},"faces":{"north":{"uv":[0,0,1,1],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,1,1],"rotation":90,"texture":"#0"},"south":{"uv":[0,0,1,1],"rotation":90,"texture":"#0"},"west":{"uv":[0,0,1,1],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,16,3.5],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,16,3.5],"rotation":180,"texture":"#0"}}},{"from":[6.855,1.98,2.32424],"to":[9.145,3.52,13.67576],"rotation":{"angle":-45,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"east":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"south":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"west":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"up":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"down":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"}}},{"from":[6.875,2,2.34424],"to":[9.125,3.5,13.65576],"rotation":{"angle":-22.5,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"east":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"south":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"west":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"up":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"down":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"}}},{"from":[6.875,2,2.34424],"to":[9.125,3.5,13.65576],"rotation":{"angle":0,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"east":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"south":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"west":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"up":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"down":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"}}},{"from":[6.875,2,2.34424],"to":[9.125,3.5,13.65576],"rotation":{"angle":22.5,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"east":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"south":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"west":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"up":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"down":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"}}},{"from":[6.855,1.98,2.32424],"to":[9.145,3.52,13.67576],"rotation":{"angle":45,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"east":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"south":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"west":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"up":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"down":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"}}},{"from":[2.34424,2,6.875],"to":[13.65576,3.5,9.125],"rotation":{"angle":-22.5,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"east":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"south":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"west":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"up":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"down":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"}}},{"from":[2.34424,2,6.875],"to":[13.65576,3.5,9.125],"rotation":{"angle":0,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"east":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"south":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"west":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"up":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"down":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"}}},{"from":[2.34424,2,6.875],"to":[13.65576,3.5,9.125],"rotation":{"angle":22.5,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"east":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"south":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"west":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"up":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"down":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"}}}],"display":{"head":{"rotation":[2,0,0],"translation":[0,16.5,0.25],"scale":[1.65,1.65,1.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/decay_hat.json b/assets/minecraft/models/item/wynn/skin/hat/decay_hat.json new file mode 100644 index 000000000..8d73d4213 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/decay_hat.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/decay_2","1":"skins/decay_1","particle":"skins/decay_2"},"elements":[{"from":[7.5,2.3,4.3],"to":[8.5,3.2,5.3],"rotation":{"angle":0,"axis":"x","origin":[8,3.30829,6.24128]},"faces":{"north":{"uv":[3.5,6.9,4.5,6],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,6.9,4.5,6],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,6.9,4.5,6],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,6.9,4.5,6],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,6.9,4.5,6],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,6.9,4.5,6],"rotation":90,"texture":"#0"}}},{"from":[7.35,1.7,4.2],"to":[7.95,2.7,4.8],"rotation":{"angle":0,"axis":"x","origin":[7.65,2.50829,5.94128]},"faces":{"north":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"east":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"south":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"west":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"up":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"down":{"uv":[2,3,2.5,3.5],"rotation":180,"texture":"#0"}}},{"from":[8.05,1.7,4.2],"to":[8.65,2.7,4.8],"rotation":{"angle":0,"axis":"x","origin":[8.35,2.50829,5.94128]},"faces":{"north":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"east":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"south":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"west":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"up":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"down":{"uv":[2,3,2.5,3.5],"rotation":180,"texture":"#0"}}},{"from":[7.26641,4.61439,4.97175],"to":[8.73641,5.61439,5.47175],"rotation":{"angle":22.5,"axis":"x","origin":[8.00141,5.31439,5.22175]},"faces":{"north":{"uv":[0,0,1.47,1],"texture":"#0"},"east":{"uv":[0,0,0.5,1],"texture":"#0"},"south":{"uv":[2.5,0.5,3.97,1.5],"texture":"#0"},"west":{"uv":[0,0,0.5,1],"texture":"#0"},"up":{"uv":[0,0,1.47,0.5],"texture":"#0"},"down":{"uv":[0,0,1.47,0.5],"texture":"#0"}}},{"from":[7.27641,4.40619,4.71],"to":[8.72641,4.88619,5.09],"rotation":{"angle":0,"axis":"x","origin":[8.00141,4.64619,5.4]},"faces":{"north":{"uv":[0,0,1.47,0.5],"rotation":180,"texture":"#0"},"east":{"uv":[0,0,0.5,0.4],"rotation":270,"texture":"#0"},"south":{"uv":[2.5,0.5,3.97,1],"texture":"#0"},"west":{"uv":[0,0,0.5,0.4],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,1.47,0.4],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,1.47,0.4],"texture":"#0"}}},{"from":[6.75,2.8,4.7],"to":[7.5,4.8,5.2],"rotation":{"angle":-22.5,"axis":"z","origin":[7.25,3.55,5.2]},"faces":{"north":{"uv":[8,3.5,7,5.5],"texture":"#0"},"east":{"uv":[3.5,4,4.5,6],"texture":"#0"},"south":{"uv":[3.5,4,4.5,6],"texture":"#0"},"west":{"uv":[4,4,4.5,6],"texture":"#0"},"up":{"uv":[3.5,4,4.5,6],"texture":"#0"},"down":{"uv":[3.5,4,4.5,6],"texture":"#0"}}},{"from":[8.5,2.8,4.7],"to":[9.25,4.8,5.2],"rotation":{"angle":22.5,"axis":"z","origin":[8.75,3.55,5.2]},"faces":{"north":{"uv":[7,3.5,8,5.5],"texture":"#0"},"east":{"uv":[4.5,4,4,6],"texture":"#0"},"south":{"uv":[4.5,4,3.5,6],"texture":"#0"},"west":{"uv":[4.5,4,3.5,6],"texture":"#0"},"up":{"uv":[4.5,4,3.5,6],"texture":"#0"},"down":{"uv":[4.5,4,3.5,6],"texture":"#0"}}},{"from":[6.85,3.8,5.2],"to":[7.35,4.8,7.7],"rotation":{"angle":-22.5,"axis":"z","origin":[7.35,3.55,5.7]},"faces":{"north":{"uv":[0.75,0,1.25,1],"texture":"#0"},"east":{"uv":[1,0,3.5,1],"texture":"#0"},"south":{"uv":[2.5,0.5,3,1.5],"texture":"#0"},"west":{"uv":[2.5,7,5,8],"texture":"#0"},"up":{"uv":[0.75,0,1.25,2.5],"texture":"#0"},"down":{"uv":[0.75,0,1.25,2.5],"texture":"#0"}}},{"from":[5.60604,4.8038,5.2],"to":[6.10604,5.8038,7.7],"rotation":{"angle":-22.5,"axis":"z","origin":[5.85604,5.3038,6.45]},"faces":{"north":{"uv":[0.75,0,1.25,1],"texture":"#0"},"east":{"uv":[1,0,3.5,1],"texture":"#0"},"south":{"uv":[2.5,0.5,3,1.5],"texture":"#0"},"west":{"uv":[1,0,3.5,1],"texture":"#0"},"up":{"uv":[0.75,0,1.25,2.5],"texture":"#0"},"down":{"uv":[0.75,0,1.25,2.5],"texture":"#0"}}},{"from":[9.89396,4.8038,5.2],"to":[10.39396,5.8038,7.7],"rotation":{"angle":22.5,"axis":"z","origin":[10.14396,5.3038,6.45]},"faces":{"north":{"uv":[1.25,0,0.75,1],"texture":"#0"},"east":{"uv":[3.5,0,1,1],"texture":"#0"},"south":{"uv":[3,0.5,2.5,1.5],"texture":"#0"},"west":{"uv":[3.5,0,1,1],"texture":"#0"},"up":{"uv":[1.25,0,0.75,2.5],"texture":"#0"},"down":{"uv":[1.25,0,0.75,2.5],"texture":"#0"}}},{"from":[5.87603,5.57378,5.202],"to":[6.37203,6.06978,7.698],"rotation":{"angle":22.5,"axis":"z","origin":[6.37403,5.82178,6.45]},"faces":{"north":{"uv":[0,0,0.5,0.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,0.5,2.5],"rotation":90,"texture":"#0"},"south":{"uv":[2.5,0.5,3,1],"rotation":90,"texture":"#0"},"west":{"uv":[0,0,0.5,2.5],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,2.5,0.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,2.5,0.5],"rotation":90,"texture":"#0"}}},{"from":[9.62797,5.57378,5.202],"to":[10.12397,6.06978,7.698],"rotation":{"angle":-22.5,"axis":"z","origin":[9.62597,5.82178,6.45]},"faces":{"north":{"uv":[0,0.5,0.5,0],"rotation":90,"texture":"#0"},"east":{"uv":[0,2.5,0.5,0],"rotation":90,"texture":"#0"},"south":{"uv":[2.5,1,3,0.5],"rotation":90,"texture":"#0"},"west":{"uv":[0,2.5,0.5,0],"rotation":90,"texture":"#0"},"up":{"uv":[0,0.5,2.5,0],"rotation":90,"texture":"#0"},"down":{"uv":[0,0.5,2.5,0],"rotation":90,"texture":"#0"}}},{"from":[5.87249,3.80481,5.2],"to":[7.42249,4.30481,7.7],"rotation":{"angle":-22.5,"axis":"z","origin":[6.37249,4.05481,6.45]},"faces":{"north":{"uv":[2.5,4,3,5.55],"rotation":90,"texture":"#0"},"east":{"uv":[2.5,4,3,5.55],"rotation":90,"texture":"#0"},"south":{"uv":[2.5,4,3,5.55],"rotation":90,"texture":"#0"},"west":{"uv":[2.5,4,3,5.55],"rotation":90,"texture":"#0"},"up":{"uv":[2.5,4,3,5.55],"rotation":90,"texture":"#0"},"down":{"uv":[2.5,4,3,5.55],"rotation":90,"texture":"#0"}}},{"from":[8.57751,3.80481,5.2],"to":[10.12751,4.30481,7.7],"rotation":{"angle":22.5,"axis":"z","origin":[9.62751,4.05481,6.45]},"faces":{"north":{"uv":[2.5,5.55,3,4],"rotation":90,"texture":"#0"},"east":{"uv":[2.5,5.55,3,4],"rotation":90,"texture":"#0"},"south":{"uv":[2.5,5.55,3,4],"rotation":90,"texture":"#0"},"west":{"uv":[2.5,5.55,3,4],"rotation":90,"texture":"#0"},"up":{"uv":[2.5,5.55,3,4],"rotation":90,"texture":"#0"},"down":{"uv":[2.5,5.55,3,4],"rotation":90,"texture":"#0"}}},{"from":[7.15604,4.9538,5.2],"to":[7.65604,5.9538,7.7],"rotation":{"angle":22.5,"axis":"z","origin":[7.40604,5.4538,6.45]},"faces":{"north":{"uv":[3,6,3.5,7],"rotation":180,"texture":"#0"},"east":{"uv":[3,6,3.5,7],"rotation":180,"texture":"#0"},"south":{"uv":[3,6,3.5,7],"rotation":180,"texture":"#0"},"west":{"uv":[3,6,3.5,7],"rotation":180,"texture":"#0"},"up":{"uv":[3,6,3.5,7],"rotation":180,"texture":"#0"},"down":{"uv":[3,6,3.5,7],"rotation":180,"texture":"#0"}}},{"from":[8.34396,4.9538,5.2],"to":[8.84396,5.9538,7.7],"rotation":{"angle":-22.5,"axis":"z","origin":[8.59396,5.4538,6.45]},"faces":{"north":{"uv":[3.5,6,3,7],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,6,3,7],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,6,3,7],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,6,3,7],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,6,3,7],"rotation":180,"texture":"#0"},"down":{"uv":[3.5,6,3,7],"rotation":180,"texture":"#0"}}},{"from":[5.39465,4.11571,5.202],"to":[5.89065,5.11171,7.698],"rotation":{"angle":22.5,"axis":"z","origin":[5.85604,5.12887,6.45]},"faces":{"north":{"uv":[2,3,2.5,4],"texture":"#0"},"east":{"uv":[2,3,2.5,4],"texture":"#0"},"south":{"uv":[2,3,2.5,4],"texture":"#0"},"west":{"uv":[2,3,2.5,4],"texture":"#0"},"up":{"uv":[2,3,2.5,4],"texture":"#0"},"down":{"uv":[2,3,2.5,4],"texture":"#0"}}},{"from":[10.10935,4.11571,5.202],"to":[10.60535,5.11171,7.698],"rotation":{"angle":-22.5,"axis":"z","origin":[10.14396,5.12887,6.45]},"faces":{"north":{"uv":[2.5,3,2,4],"texture":"#0"},"east":{"uv":[2.5,3,2,4],"texture":"#0"},"south":{"uv":[2.5,3,2,4],"texture":"#0"},"west":{"uv":[2.5,3,2,4],"texture":"#0"},"up":{"uv":[2.5,3,2,4],"texture":"#0"},"down":{"uv":[2.5,3,2,4],"texture":"#0"}}},{"from":[7.28096,2.25,4.25643],"to":[8.28096,3.05,5.25643],"rotation":{"angle":22.5,"axis":"y","origin":[8,3.20829,6.24128]},"faces":{"north":{"uv":[7,5,8,5.8],"texture":"#0"},"east":{"uv":[7,5,8,5.8],"texture":"#0"},"south":{"uv":[7,5,8,5.8],"texture":"#0"},"west":{"uv":[7,5,8,5.8],"texture":"#0"},"up":{"uv":[7,5,8,5.8],"texture":"#0"},"down":{"uv":[7,5,8,5.8],"texture":"#0"}}},{"from":[7.71904,2.25,4.25643],"to":[8.71904,3.05,5.25643],"rotation":{"angle":-22.5,"axis":"y","origin":[8,3.20829,6.24128]},"faces":{"north":{"uv":[8,5,7,5.8],"texture":"#0"},"east":{"uv":[8,5,7,5.8],"texture":"#0"},"south":{"uv":[8,5,7,5.8],"texture":"#0"},"west":{"uv":[8,5,7,5.8],"texture":"#0"},"up":{"uv":[8,5,7,5.8],"texture":"#0"},"down":{"uv":[8,5,7,5.8],"texture":"#0"}}},{"from":[7.18096,1.65,4.25643],"to":[7.78096,2.55,4.85643],"rotation":{"angle":22.5,"axis":"y","origin":[7.7,2.40829,6.04128]},"faces":{"north":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"east":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"south":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"west":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"up":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"down":{"uv":[2,3,2.5,3.5],"rotation":180,"texture":"#0"}}},{"from":[8.21904,1.65,4.25643],"to":[8.81904,2.55,4.85643],"rotation":{"angle":-22.5,"axis":"y","origin":[8.3,2.40829,6.04128]},"faces":{"north":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"east":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"south":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"west":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"up":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"down":{"uv":[2,3,2.5,3.5],"rotation":180,"texture":"#0"}}},{"from":[7.09526,2.65,4.43235],"to":[8.49526,3.8,5.43235],"rotation":{"angle":45,"axis":"y","origin":[8,3.50829,6.54128]},"faces":{"north":{"uv":[1.5,6,2.9,7],"texture":"#0"},"east":{"uv":[1.5,6,2.9,7],"texture":"#0"},"south":{"uv":[1.5,6,2.9,7],"texture":"#0"},"west":{"uv":[1.5,6,2.9,7],"texture":"#0"},"up":{"uv":[1.5,6,2.9,7],"texture":"#0"},"down":{"uv":[1.5,6,2.9,7],"texture":"#0"}}},{"from":[7.50474,2.65,4.43235],"to":[8.90474,3.8,5.43235],"rotation":{"angle":-45,"axis":"y","origin":[8,3.50829,6.54128]},"faces":{"north":{"uv":[2.9,6,1.5,7],"texture":"#0"},"east":{"uv":[2.9,6,1.5,7],"texture":"#0"},"south":{"uv":[2.9,6,1.5,7],"texture":"#0"},"west":{"uv":[2.9,6,1.5,7],"texture":"#0"},"up":{"uv":[2.9,6,1.5,7],"texture":"#0"},"down":{"uv":[2.9,6,1.5,7],"texture":"#0"}}},{"from":[7.09526,2.2,4.13235],"to":[8.09526,2.85,5.13235],"rotation":{"angle":45,"axis":"y","origin":[8,3.05829,6.24128]},"faces":{"north":{"uv":[3.5,6,4.5,6.65],"texture":"#0"},"east":{"uv":[3.5,6,4.5,6.65],"texture":"#0"},"south":{"uv":[3.5,6,4.5,6.65],"texture":"#0"},"west":{"uv":[3.5,6,4.5,6.65],"texture":"#0"},"up":{"uv":[3.5,6,4.5,6.65],"texture":"#0"},"down":{"uv":[3.5,6,4.5,6.65],"texture":"#0"}}},{"from":[7.90474,2.2,4.13235],"to":[8.90474,2.85,5.13235],"rotation":{"angle":-45,"axis":"y","origin":[8,3.05829,6.24128]},"faces":{"north":{"uv":[4.5,6,3.5,6.65],"texture":"#0"},"east":{"uv":[4.5,6,3.5,6.65],"texture":"#0"},"south":{"uv":[4.5,6,3.5,6.65],"texture":"#0"},"west":{"uv":[4.5,6,3.5,6.65],"texture":"#0"},"up":{"uv":[4.5,6,3.5,6.65],"texture":"#0"},"down":{"uv":[4.5,6,3.5,6.65],"texture":"#0"}}},{"from":[7.04526,1.65,4.18235],"to":[7.54526,2.3,4.68235],"rotation":{"angle":45,"axis":"y","origin":[7.7,2.25829,6.04128]},"faces":{"north":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"east":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"south":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"west":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"up":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"down":{"uv":[2,3,2.5,3.5],"rotation":180,"texture":"#0"}}},{"from":[8.45474,1.65,4.18235],"to":[8.95474,2.3,4.68235],"rotation":{"angle":-45,"axis":"y","origin":[8.3,2.25829,6.04128]},"faces":{"north":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"east":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"south":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"west":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"up":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"down":{"uv":[2,3,2.5,3.5],"rotation":180,"texture":"#0"}}},{"from":[5.70537,2.75,6.5701],"to":[6.70537,4.15,7.8701],"rotation":{"angle":-22.5,"axis":"y","origin":[8,3.50829,6.54128]},"faces":{"north":{"uv":[1.5,6,2.8,7.4],"texture":"#0"},"east":{"uv":[1.5,6,2.8,7.4],"texture":"#0"},"south":{"uv":[1.5,6,2.8,7.4],"texture":"#0"},"west":{"uv":[1.5,6,2.8,7.4],"texture":"#0"},"up":{"uv":[1.5,6,2.8,7.4],"texture":"#0"},"down":{"uv":[1.5,6,2.8,7.4],"texture":"#0"}}},{"from":[9.29463,2.75,6.5701],"to":[10.29463,4.15,7.8701],"rotation":{"angle":22.5,"axis":"y","origin":[8,3.50829,6.54128]},"faces":{"north":{"uv":[2.8,6,1.5,7.4],"texture":"#0"},"east":{"uv":[2.8,6,1.5,7.4],"texture":"#0"},"south":{"uv":[2.8,6,1.5,7.4],"texture":"#0"},"west":{"uv":[2.8,6,1.5,7.4],"texture":"#0"},"up":{"uv":[2.8,6,1.5,7.4],"texture":"#0"},"down":{"uv":[2.8,6,1.5,7.4],"texture":"#0"}}},{"from":[5.70537,2.3,6.2701],"to":[6.70537,2.8,8.0701],"rotation":{"angle":-22.5,"axis":"y","origin":[8,3.05829,6.24128]},"faces":{"north":{"uv":[3.5,6.5,4,8.5],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,6.5,4,8.5],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,7.5,4,8.5],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,6.5,4,8.5],"rotation":270,"texture":"#0"},"up":{"uv":[3.5,6.5,4,8.5],"texture":"#0"},"down":{"uv":[3.5,6.5,4,8.5],"rotation":180,"texture":"#0"}}},{"from":[9.29463,2.3,6.2701],"to":[10.29463,2.8,8.2701],"rotation":{"angle":22.5,"axis":"y","origin":[8,3.05829,6.24128]},"faces":{"north":{"uv":[3.5,8.5,4,6.5],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,8.5,4,6.5],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,8.5,4,7.5],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,8.5,4,6.5],"rotation":90,"texture":"#0"},"up":{"uv":[4,6.5,3.5,8.5],"texture":"#0"},"down":{"uv":[4,6.5,3.5,8.5],"rotation":180,"texture":"#0"}}},{"from":[5.89671,2,6.93204],"to":[6.64671,2.5,8.23204],"rotation":{"angle":-22.5,"axis":"y","origin":[8,3.25829,5.94128]},"faces":{"north":{"uv":[3,8,3.75,8.5],"texture":"#0"},"east":{"uv":[3,8,4.5,8.5],"texture":"#0"},"south":{"uv":[3,8,3.75,8.5],"texture":"#0"},"west":{"uv":[3,8,4.5,8.5],"texture":"#0"},"up":{"uv":[3,7.5,3.75,9],"texture":"#0"},"down":{"uv":[2,7.5,2.75,9],"texture":"#0"}}},{"from":[9.35329,2,6.93204],"to":[10.10329,2.5,8.43204],"rotation":{"angle":22.5,"axis":"y","origin":[8,3.25829,5.94128]},"faces":{"north":{"uv":[3.75,8,3,8.5],"texture":"#0"},"east":{"uv":[4.5,8,3,8.5],"texture":"#0"},"south":{"uv":[3.75,8,3,8.5],"texture":"#0"},"west":{"uv":[4.5,8,3,8.5],"texture":"#0"},"up":{"uv":[3.75,7.5,3,9],"texture":"#0"},"down":{"uv":[2.75,7.5,2,9],"texture":"#0"}}},{"from":[5.34635,3,7.43755],"to":[10.64635,5,8.93755],"rotation":{"angle":0,"axis":"y","origin":[6.99635,3,9.93755]},"faces":{"north":{"uv":[2.5,6.5,7.8,8.5],"texture":"#0"},"east":{"uv":[2.5,6.5,4,8.5],"texture":"#0"},"south":{"uv":[2.5,0.5,7.8,2.5],"texture":"#0"},"west":{"uv":[2.5,6.5,4,8.5],"texture":"#0"},"up":{"uv":[2.5,6.5,7.8,8],"texture":"#0"},"down":{"uv":[2.5,6.5,7.8,8],"texture":"#0"}}},{"from":[5.34435,3.76577,8.582],"to":[10.64835,5.76977,10.086],"rotation":{"angle":45,"axis":"x","origin":[7.99635,4.76777,8.584]},"faces":{"north":{"uv":[5.5,6.5,7,8.5],"texture":"#0"},"east":{"uv":[5.5,6.5,7,8.5],"texture":"#0"},"south":{"uv":[5.5,6.5,7,8.5],"texture":"#0"},"west":{"uv":[5.5,6.5,7,8.5],"texture":"#0"},"up":{"uv":[5.5,6.5,7,8.5],"texture":"#0"},"down":{"uv":[5.5,6.5,7,8.5],"texture":"#0"}}},{"from":[5.34835,4.62449,9.29179],"to":[10.64435,6.12049,10.78779],"rotation":{"angle":22.5,"axis":"x","origin":[7.99635,5.62249,10.03979]},"faces":{"north":{"uv":[2,4,3.5,5.5],"texture":"#0"},"east":{"uv":[2,4,3.5,5.5],"texture":"#0"},"south":{"uv":[2,4,3.5,5.5],"texture":"#0"},"west":{"uv":[2,4,3.5,5.5],"texture":"#0"},"up":{"uv":[2,4,3.5,5.5],"texture":"#0"},"down":{"uv":[2,4,3.5,5.5],"texture":"#0"}}},{"from":[5.35135,5.45615,9.19912],"to":[10.64135,6.94615,10.68912],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99635,6.20115,9.94412]},"faces":{"north":{"uv":[0,0,5.3,1.5],"rotation":180,"texture":"#0"},"east":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#0"},"south":{"uv":[2.5,0.5,7.8,2],"texture":"#0"},"west":{"uv":[0,0,1.5,1.5],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,5.3,1.5],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,5.3,1.5],"texture":"#0"}}},{"from":[5.34635,4.62135,8.62392],"to":[10.64635,7.52135,10.12392],"rotation":{"angle":22.5,"axis":"x","origin":[7.99635,6.77135,9.37392]},"faces":{"north":{"uv":[1.5,3,3,5.9],"texture":"#0"},"east":{"uv":[1.5,3,3,5.9],"texture":"#0"},"south":{"uv":[1.5,3,3,5.9],"texture":"#0"},"west":{"uv":[1.5,3,3,5.9],"texture":"#0"},"up":{"uv":[1.5,3,3,5.9],"texture":"#0"},"down":{"uv":[1.5,3,3,5.9],"texture":"#0"}}},{"from":[5.34435,6.11622,6.6448],"to":[10.64835,7.62022,8.6488],"rotation":{"angle":-45,"axis":"x","origin":[7.99635,6.86822,8.1468]},"faces":{"north":{"uv":[2.5,4,4.5,5.5],"texture":"#0"},"east":{"uv":[4.5,4,2.5,5.5],"texture":"#0"},"south":{"uv":[2.5,4,4.5,5.5],"texture":"#0"},"west":{"uv":[2.5,4,4.5,5.5],"texture":"#0"},"up":{"uv":[2.5,4,4.5,5.5],"texture":"#0"},"down":{"uv":[2.5,4,4.5,5.5],"texture":"#0"}}},{"from":[5.09435,5.06622,6.2948],"to":[10.89835,6.57022,8.2988],"rotation":{"angle":-45,"axis":"x","origin":[7.99635,6.56822,8.5468]},"faces":{"north":{"uv":[3.5,6.5,2.5,8],"texture":"#0"},"east":{"uv":[1.5,6.5,3.5,8],"texture":"#0"},"south":{"uv":[4,4.5,2,6],"texture":"#0"},"west":{"uv":[3.5,6.5,1.5,8],"texture":"#0"},"up":{"uv":[3.5,5,1.5,6.5],"texture":"#0"},"down":{"uv":[2.5,6.5,2,8.5],"texture":"#0"}}},{"from":[5.34835,3.10194,5.88319],"to":[10.64435,6.69794,8.37919],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99635,5.69994,7.63119]},"faces":{"north":{"uv":[2,5.5,3.5,9],"texture":"#0"},"east":{"uv":[0,5.5,2.5,9],"texture":"#0"},"south":{"uv":[2.5,0.5,5,4],"texture":"#0"},"west":{"uv":[0,5.5,2.5,9],"texture":"#0"},"up":{"uv":[0,5.5,2.5,9],"texture":"#0"},"down":{"uv":[0,5.5,2.5,9],"texture":"#0"}}},{"from":[5.84835,4.35194,5.83319],"to":[10.14435,6.44794,6.57919],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99635,5.69994,7.63119]},"faces":{"north":{"uv":[1.5,5.5,5.8,7.6],"texture":"#1"},"east":{"uv":[0,5.5,2.5,9],"texture":"#1"},"south":{"uv":[2.5,0.5,5,4],"texture":"#1"},"west":{"uv":[0,5.5,2.5,9],"texture":"#1"},"up":{"uv":[0,5.5,2.5,9],"texture":"#1"},"down":{"uv":[0,5.5,2.5,9],"texture":"#1"}}},{"from":[5.34835,6.25327,7.97002],"to":[10.64435,7.74927,8.96602],"rotation":{"angle":0,"axis":"x","origin":[7.99635,7.00127,8.21802]},"faces":{"north":{"uv":[0,0,5.3,1.5],"rotation":180,"texture":"#0"},"east":{"uv":[0,0,1,1.5],"rotation":180,"texture":"#0"},"south":{"uv":[2.5,0.5,7.8,2],"rotation":180,"texture":"#0"},"west":{"uv":[0,0,1,1.5],"rotation":180,"texture":"#0"},"up":{"uv":[0,0,5.3,1],"texture":"#0"},"down":{"uv":[0,0,5.3,1],"texture":"#0"}}},{"from":[6.24635,2.2,8.08755],"to":[9.74635,4.2,11.08755],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99635,2.7,8.93755]},"faces":{"north":{"uv":[0.5,6,4,9],"texture":"#0"},"east":{"uv":[5.5,6,2.5,8],"texture":"#0"},"south":{"uv":[2.5,0.5,6,3.5],"texture":"#0"},"west":{"uv":[2.5,6,5.5,8],"texture":"#0"},"up":{"uv":[0.5,6,4,9],"texture":"#0"},"down":{"uv":[0.5,6,4,9],"texture":"#0"}}},{"from":[6.24735,2.41168,5.84146],"to":[9.74535,3.40968,8.83946],"rotation":{"angle":22.5,"axis":"x","origin":[7.99635,3.41068,7.34046]},"faces":{"north":{"uv":[0,6,3.5,7],"rotation":180,"texture":"#1"},"east":{"uv":[0,6,3,7],"rotation":180,"texture":"#1"},"south":{"uv":[2.5,0.5,6,1.5],"rotation":180,"texture":"#1"},"west":{"uv":[0,6,3,7],"rotation":180,"texture":"#1"},"up":{"uv":[0,6,3.5,9],"rotation":180,"texture":"#1"},"down":{"uv":[0,1.5,3.5,4.5],"rotation":180,"texture":"#1"}}},{"from":[6.24635,5,9.93755],"to":[9.74635,7,11.93755],"rotation":{"angle":0,"axis":"y","origin":[6.99635,3,9.93755]},"faces":{"north":{"uv":[1.5,3.5,5,5.5],"texture":"#0"},"east":{"uv":[1.5,3.5,3.5,5.5],"texture":"#0"},"south":{"uv":[2.5,0.5,6,2.5],"texture":"#0"},"west":{"uv":[1.5,3.5,3.5,5.5],"texture":"#0"},"up":{"uv":[1.5,3.5,5,5.5],"texture":"#0"},"down":{"uv":[1.5,3.5,5,5.5],"texture":"#0"}}},{"from":[6.35135,6.5462,9.63599],"to":[9.64135,7.5362,11.62599],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99635,7.5412,10.63099]},"faces":{"north":{"uv":[0,0,3.3,1],"texture":"#0"},"east":{"uv":[0,0,2,1],"texture":"#0"},"south":{"uv":[2.5,0.5,5.5,1.5],"texture":"#0"},"west":{"uv":[0,0,2,1],"texture":"#0"},"up":{"uv":[0,0,3.3,2],"texture":"#0"},"down":{"uv":[0,0,3.3,2],"texture":"#0"}}},{"from":[6.24835,6.38086,9.25413],"to":[9.74435,8.37686,11.25013],"rotation":{"angle":22.5,"axis":"x","origin":[7.99635,7.37886,10.25213]},"faces":{"north":{"uv":[0,0,3.5,2],"rotation":180,"texture":"#0"},"east":{"uv":[0.5,0.5,2.5,2.5],"rotation":90,"texture":"#0"},"south":{"uv":[2.5,0.5,6,2.5],"texture":"#0"},"west":{"uv":[0,0.5,2,2.5],"rotation":270,"texture":"#0"},"up":{"uv":[1,0.5,4.5,2.5],"texture":"#0"},"down":{"uv":[0,0,3.5,2],"rotation":180,"texture":"#0"}}},{"from":[6.24635,6.68481,7.71402],"to":[9.74635,8.68481,9.71402],"rotation":{"angle":0,"axis":"x","origin":[7.99635,7.68481,8.71402]},"faces":{"north":{"uv":[0,0,3.5,2],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,0,5.5,2],"texture":"#0"},"south":{"uv":[2.5,0.5,6,2.5],"texture":"#0"},"west":{"uv":[0.5,0,2.5,2],"rotation":270,"texture":"#0"},"up":{"uv":[6,0,9.5,2],"texture":"#0"},"down":{"uv":[0,0,3.5,2],"rotation":180,"texture":"#0"}}},{"from":[6.25135,6.38324,6.17782],"to":[9.74135,8.37324,8.16782],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99635,7.37824,7.17282]},"faces":{"north":{"uv":[0,0,3.5,2],"rotation":180,"texture":"#0"},"east":{"uv":[1.5,0,3.5,2],"rotation":90,"texture":"#0"},"south":{"uv":[2.5,0.5,6,2.5],"texture":"#0"},"west":{"uv":[3,0,5,2],"texture":"#0"},"up":{"uv":[0,0,3.5,2],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,3.5,2],"rotation":180,"texture":"#0"}}},{"from":[6.24535,5.9157,5.41028],"to":[9.74735,7.6177,7.41228],"rotation":{"angle":22.5,"axis":"x","origin":[7.99635,6.6167,6.41128]},"faces":{"north":{"uv":[0.5,1,4,2.7],"texture":"#0"},"east":{"uv":[0,0,1.7,2],"rotation":90,"texture":"#0"},"south":{"uv":[2.5,0.5,6,2.2],"texture":"#0"},"west":{"uv":[0,0,1.7,2],"rotation":270,"texture":"#0"},"up":{"uv":[0,0,3.5,2],"texture":"#0"},"down":{"uv":[0,0,3.5,2],"rotation":180,"texture":"#0"}}},{"from":[6.24635,5.60267,5.21952],"to":[9.74635,6.35267,7.21952],"rotation":{"angle":0,"axis":"x","origin":[7.99635,6.20267,6.21952]},"faces":{"north":{"uv":[0.5,4.5,4,5.5],"texture":"#0"},"east":{"uv":[0,0,0.75,2],"rotation":90,"texture":"#0"},"south":{"uv":[2.5,0.5,6,1.25],"texture":"#0"},"west":{"uv":[0,0,0.75,2],"rotation":270,"texture":"#0"},"up":{"uv":[0,0,3.5,2],"texture":"#0"},"down":{"uv":[0,0,3.5,2],"rotation":180,"texture":"#0"}}},{"from":[6.24835,3.17327,9.57579],"to":[9.74435,5.26927,11.57179],"rotation":{"angle":22.5,"axis":"x","origin":[7.99635,4.22127,11.07379]},"faces":{"north":{"uv":[0,0,3.5,2.1],"texture":"#0"},"east":{"uv":[1,5,3,7],"texture":"#0"},"south":{"uv":[2.5,0.5,6,2.5],"texture":"#0"},"west":{"uv":[1,5,3,7],"texture":"#0"},"up":{"uv":[0,0,3.5,2],"texture":"#0"},"down":{"uv":[0,0,3.5,2],"texture":"#0"}}},{"from":[10.05952,3.98536,7.63718],"to":[11.05952,4.98536,9.63718],"rotation":{"angle":0,"axis":"x","origin":[10.55886,5.01846,9.08636]},"faces":{"north":{"uv":[4,6,6,7],"rotation":180,"texture":"#1"},"east":{"uv":[4,6,6,7],"rotation":180,"texture":"#1"},"south":{"uv":[4,6,6,7],"rotation":180,"texture":"#1"},"west":{"uv":[4,6,6,7],"rotation":180,"texture":"#1"},"up":{"uv":[4,6,5.5,8],"rotation":180,"texture":"#1"},"down":{"uv":[4,6,5.5,8],"texture":"#1"}}},{"from":[4.94048,4.92964,7.40548],"to":[5.94048,5.92964,9.40548],"rotation":{"angle":45,"axis":"x","origin":[5.44094,4.76344,8.73182]},"faces":{"north":{"uv":[6,6,4,7],"rotation":180,"texture":"#1"},"east":{"uv":[6,6,4,7],"rotation":180,"texture":"#1"},"south":{"uv":[6,6,4,7],"rotation":180,"texture":"#1"},"west":{"uv":[6,6,4,7],"rotation":180,"texture":"#1"},"up":{"uv":[5.5,6,4,8],"rotation":180,"texture":"#1"},"down":{"uv":[5.5,6,4,8],"texture":"#1"}}},{"from":[4.94048,3.19471,6.80469],"to":[5.94048,4.39471,7.80469],"rotation":{"angle":45,"axis":"x","origin":[5.44094,4.76344,8.73182]},"faces":{"north":{"uv":[5,6.5,6.2,5.5],"rotation":90,"texture":"#1"},"east":{"uv":[5,6.5,6.2,5.5],"rotation":90,"texture":"#1"},"south":{"uv":[5,6.5,6.2,5.5],"rotation":90,"texture":"#1"},"west":{"uv":[5,6.5,6.2,5.5],"rotation":90,"texture":"#1"},"up":{"uv":[5,6.5,6.2,5.5],"rotation":270,"texture":"#1"},"down":{"uv":[5,6.5,6.2,5.5],"rotation":270,"texture":"#1"}}},{"from":[4.84048,4.14471,6.65469],"to":[6.04048,5.89471,7.95469],"rotation":{"angle":45,"axis":"x","origin":[5.44094,4.76344,8.73182]},"faces":{"north":{"uv":[6.7,6.5,5,8.45],"rotation":180,"texture":"#1"},"east":{"uv":[5,8.3,6.95,7],"rotation":90,"texture":"#1"},"south":{"uv":[3.5,8.8,5.45,7.5],"rotation":90,"texture":"#1"},"west":{"uv":[5,8.3,6.95,7],"rotation":90,"texture":"#1"},"up":{"uv":[5,8.3,6.95,7],"rotation":270,"texture":"#1"},"down":{"uv":[5,8.3,6.95,7],"rotation":270,"texture":"#1"}}},{"from":[10.10952,4.24866,9.55793],"to":[11.00952,5.14866,10.45793],"rotation":{"angle":22.5,"axis":"x","origin":[10.55886,5.01846,9.08636]},"faces":{"north":{"uv":[4.5,4.5,5.4,5.4],"rotation":90,"texture":"#1"},"east":{"uv":[4.5,4.5,5.4,5.4],"rotation":180,"texture":"#1"},"south":{"uv":[4.5,4.5,5.4,5.4],"rotation":270,"texture":"#1"},"west":{"uv":[4.5,4.5,5.4,5.4],"texture":"#1"},"up":{"uv":[4.5,4.5,5.4,5.4],"rotation":90,"texture":"#1"},"down":{"uv":[4.5,4.5,5.4,5.4],"rotation":270,"texture":"#1"}}},{"from":[4.99048,3.73734,9.11703],"to":[5.89048,4.63734,10.01703],"rotation":{"angle":-22.5,"axis":"x","origin":[5.44094,4.76344,8.73182]},"faces":{"north":{"uv":[4.5,5.4,5.4,4.5],"rotation":90,"texture":"#1"},"east":{"uv":[5.4,4.5,4.5,5.4],"rotation":270,"texture":"#1"},"south":{"uv":[4.5,5.4,5.4,4.5],"rotation":90,"texture":"#1"},"west":{"uv":[5.4,4.5,4.5,5.4],"rotation":270,"texture":"#1"},"up":{"uv":[4.5,5.4,5.4,4.5],"rotation":270,"texture":"#1"},"down":{"uv":[4.5,5.4,5.4,4.5],"rotation":270,"texture":"#1"}}},{"from":[6.20762,4.59815,4.80605],"to":[7.10762,5.49815,6.00605],"rotation":{"angle":0,"axis":"y","origin":[5.6869,5.04815,4.73743]},"faces":{"north":{"uv":[4,5,5.2,5.9],"rotation":90,"texture":"#1"},"east":{"uv":[4,5,5.2,5.9],"rotation":270,"texture":"#1"},"south":{"uv":[4,5,5.2,5.9],"rotation":270,"texture":"#1"},"west":{"uv":[4,5,5.2,5.9],"rotation":270,"texture":"#1"},"up":{"uv":[4,5,5.2,5.9],"rotation":270,"texture":"#1"},"down":{"uv":[4,5,5.2,5.9],"rotation":270,"texture":"#1"}}},{"from":[4.99048,3.16249,6.39491],"to":[5.89048,4.06249,7.29491],"rotation":{"angle":22.5,"axis":"x","origin":[5.44094,4.76344,8.73182]},"faces":{"north":{"uv":[4,4.9,4.9,4],"rotation":90,"texture":"#1"},"east":{"uv":[4.9,4,4,4.9],"rotation":270,"texture":"#1"},"south":{"uv":[4,4.9,4.9,4],"rotation":90,"texture":"#1"},"west":{"uv":[4.9,4,4,4.9],"rotation":270,"texture":"#1"},"up":{"uv":[4,4.9,4.9,4],"rotation":270,"texture":"#1"},"down":{"uv":[4,4.9,4.9,4],"rotation":270,"texture":"#1"}}},{"from":[10.15952,4.81363,10.25369],"to":[10.95952,5.61363,11.05369],"rotation":{"angle":45,"axis":"x","origin":[10.55886,5.01846,9.08636]},"faces":{"north":{"uv":[4.5,5,5.3,5.8],"texture":"#1"},"east":{"uv":[4.5,5,5.3,5.8],"rotation":90,"texture":"#1"},"south":{"uv":[4.5,5,5.3,5.8],"rotation":180,"texture":"#1"},"west":{"uv":[4.5,5,5.3,5.8],"rotation":270,"texture":"#1"},"up":{"uv":[4.5,5,5.3,5.8],"texture":"#1"},"down":{"uv":[4.5,5,5.3,5.8],"rotation":180,"texture":"#1"}}},{"from":[5.04048,3.55729,9.46189],"to":[5.84048,4.35729,10.26189],"rotation":{"angle":0,"axis":"x","origin":[5.44094,4.76344,8.73182]},"faces":{"north":{"uv":[5.3,5,4.5,5.8],"texture":"#1"},"east":{"uv":[4.5,5.8,5.3,5],"rotation":180,"texture":"#1"},"south":{"uv":[5.3,5,4.5,5.8],"texture":"#1"},"west":{"uv":[4.5,5.8,5.3,5],"rotation":180,"texture":"#1"},"up":{"uv":[5.3,5,4.5,5.8],"rotation":180,"texture":"#1"},"down":{"uv":[5.3,5,4.5,5.8],"rotation":180,"texture":"#1"}}},{"from":[6.12322,4.64815,4.59452],"to":[6.92322,5.44815,5.39452],"rotation":{"angle":22.5,"axis":"y","origin":[5.6869,5.04815,4.73743]},"faces":{"north":{"uv":[4,4,4.8,4.8],"texture":"#1"},"east":{"uv":[4,4,4.8,4.8],"rotation":180,"texture":"#1"},"south":{"uv":[4,4,4.8,4.8],"rotation":180,"texture":"#1"},"west":{"uv":[4,4,4.8,4.8],"rotation":180,"texture":"#1"},"up":{"uv":[4,4,4.8,4.8],"rotation":180,"texture":"#1"},"down":{"uv":[4,4,4.8,4.8],"rotation":180,"texture":"#1"}}},{"from":[5.04048,3.42866,6.01015],"to":[5.84048,4.22866,6.81015],"rotation":{"angle":0,"axis":"x","origin":[5.44094,4.76344,8.73182]},"faces":{"north":{"uv":[5.3,4,4.5,4.8],"texture":"#1"},"east":{"uv":[4.5,4.8,5.3,4],"rotation":180,"texture":"#1"},"south":{"uv":[5.3,4,4.5,4.8],"texture":"#1"},"west":{"uv":[4.5,4.8,5.3,4],"rotation":180,"texture":"#1"},"up":{"uv":[5.3,4,4.5,4.8],"rotation":180,"texture":"#1"},"down":{"uv":[5.3,4,4.5,4.8],"rotation":180,"texture":"#1"}}},{"from":[10.15952,4.5096,6.84874],"to":[10.95952,5.3096,7.64874],"rotation":{"angle":22.5,"axis":"x","origin":[10.55886,5.01846,9.08636]},"faces":{"north":{"uv":[4.5,4,5.3,4.8],"rotation":180,"texture":"#1"},"east":{"uv":[4.5,4,5.3,4.8],"rotation":180,"texture":"#1"},"south":{"uv":[4.5,4,5.3,4.8],"rotation":180,"texture":"#1"},"west":{"uv":[4.5,4,5.3,4.8],"rotation":180,"texture":"#1"},"up":{"uv":[4.5,4,5.3,4.8],"rotation":180,"texture":"#1"},"down":{"uv":[4.5,4,5.3,4.8],"rotation":180,"texture":"#1"}}},{"from":[10.20952,3.2982,10.14832],"to":[10.90952,3.9982,10.84832],"rotation":{"angle":0,"axis":"x","origin":[10.55886,5.01846,9.08636]},"faces":{"north":{"uv":[4.5,4,4.7,4.2],"rotation":270,"texture":"#1"},"east":{"uv":[4.5,4,4.7,4.2],"rotation":270,"texture":"#1"},"south":{"uv":[4.5,4,4.7,4.2],"rotation":270,"texture":"#1"},"west":{"uv":[4.5,4,4.7,4.2],"rotation":270,"texture":"#1"},"up":{"uv":[4.5,4,4.7,4.2],"rotation":90,"texture":"#1"},"down":{"uv":[4.5,4,4.7,4.2],"rotation":90,"texture":"#1"}}},{"from":[5.09048,4.24248,9.91662],"to":[5.79048,4.94248,10.61662],"rotation":{"angle":45,"axis":"x","origin":[5.44094,4.76344,8.73182]},"faces":{"north":{"uv":[4.5,4.2,4.7,4],"rotation":270,"texture":"#1"},"east":{"uv":[4.5,4.2,4.7,4],"rotation":270,"texture":"#1"},"south":{"uv":[4.5,4.2,4.7,4],"rotation":270,"texture":"#1"},"west":{"uv":[4.5,4.2,4.7,4],"rotation":270,"texture":"#1"},"up":{"uv":[4.5,4.2,4.7,4],"rotation":90,"texture":"#1"},"down":{"uv":[4.5,4.2,4.7,4],"rotation":90,"texture":"#1"}}},{"from":[5.71006,4.89815,3.81216],"to":[6.41006,5.59815,4.51216],"rotation":{"angle":-22.5,"axis":"y","origin":[5.6869,5.24815,4.73743]},"faces":{"north":{"uv":[4.5,3.5,5.2,4.2],"rotation":270,"texture":"#1"},"east":{"uv":[4.5,3.5,5.2,4.2],"rotation":270,"texture":"#1"},"south":{"uv":[4.5,3.5,5.2,4.2],"rotation":270,"texture":"#1"},"west":{"uv":[4.5,3.5,5.2,4.2],"rotation":90,"texture":"#1"},"up":{"uv":[4.5,3.5,5.2,4.2],"rotation":180,"texture":"#1"},"down":{"uv":[4.5,3.5,5.2,4.2],"texture":"#1"}}},{"from":[5.09048,1.94509,7.80114],"to":[5.79048,2.64509,8.60114],"rotation":{"angle":45,"axis":"x","origin":[5.44094,4.76344,8.73182]},"faces":{"north":{"uv":[5.3,3.5,4.5,4.2],"texture":"#1"},"east":{"uv":[5.3,3.5,4.5,4.2],"texture":"#1"},"south":{"uv":[5.3,3.5,4.5,4.2],"texture":"#1"},"west":{"uv":[5.3,3.5,4.5,4.2],"texture":"#1"},"up":{"uv":[5.3,3.5,4.5,4.2],"rotation":180,"texture":"#1"},"down":{"uv":[5.3,3.5,4.5,4.2],"rotation":180,"texture":"#1"}}},{"from":[10.20952,5.49086,7.02568],"to":[10.90952,7.09086,7.72568],"rotation":{"angle":-22.5,"axis":"x","origin":[10.55886,5.01846,8.58636]},"faces":{"north":{"uv":[4.5,3.5,5.3,4.2],"texture":"#1"},"east":{"uv":[4.5,3.5,5.3,4.2],"rotation":90,"texture":"#1"},"south":{"uv":[4.5,3.5,5.3,4.2],"rotation":180,"texture":"#1"},"west":{"uv":[4.5,3.5,5.3,4.2],"rotation":270,"texture":"#1"},"up":{"uv":[4.5,3.5,5.3,4.2],"texture":"#1"},"down":{"uv":[4.5,3.5,5.3,4.2],"rotation":180,"texture":"#1"}}},{"from":[10.25952,3.54283,10.71523],"to":[10.85952,4.14283,11.31523],"rotation":{"angle":22.5,"axis":"x","origin":[10.55886,5.01846,9.08636]},"faces":{"north":{"uv":[6.5,4,6.6,4.6],"rotation":180,"texture":"#1"},"east":{"uv":[6.5,4,6.6,4.6],"rotation":270,"texture":"#1"},"south":{"uv":[6.5,4,6.6,4.6],"texture":"#1"},"west":{"uv":[6.5,4,6.6,4.6],"rotation":90,"texture":"#1"},"up":{"uv":[6.5,4,6.6,4.6],"rotation":180,"texture":"#1"},"down":{"uv":[6.5,4,6.6,4.6],"texture":"#1"}}},{"from":[5.14048,2.88004,8.4112],"to":[5.74048,3.48004,9.0112],"rotation":{"angle":-22.5,"axis":"x","origin":[5.44094,4.76344,8.73182]},"faces":{"north":{"uv":[6.6,4,6.5,4.6],"rotation":180,"texture":"#1"},"east":{"uv":[6.5,4.6,6.6,4],"texture":"#1"},"south":{"uv":[6.6,4,6.5,4.6],"rotation":180,"texture":"#1"},"west":{"uv":[6.5,4.6,6.6,4],"texture":"#1"},"up":{"uv":[6.6,4,6.5,4.6],"texture":"#1"},"down":{"uv":[6.6,4,6.5,4.6],"texture":"#1"}}},{"from":[5.50179,5.14815,3.94875],"to":[6.10179,5.74815,4.54875],"rotation":{"angle":0,"axis":"y","origin":[5.6869,5.44815,4.73743]},"faces":{"north":{"uv":[2,2.5,2.6,3.1],"rotation":180,"texture":"#1"},"east":{"uv":[2,2.5,2.6,3.1],"texture":"#1"},"south":{"uv":[2,2.5,2.6,3.1],"texture":"#1"},"west":{"uv":[2,2.5,2.6,3.1],"texture":"#1"},"up":{"uv":[2,2.5,2.6,3.1],"texture":"#1"},"down":{"uv":[2,2.5,2.6,3.1],"texture":"#1"}}},{"from":[5.14048,3.52691,6.08762],"to":[5.74048,4.12691,6.68762],"rotation":{"angle":-22.5,"axis":"x","origin":[5.44094,4.76344,8.73182]},"faces":{"north":{"uv":[0.5,4.6,0.6,4.5],"rotation":90,"texture":"#1"},"east":{"uv":[0.6,4.5,0.5,4.6],"rotation":270,"texture":"#1"},"south":{"uv":[0.5,4.6,0.6,4.5],"rotation":90,"texture":"#1"},"west":{"uv":[0.6,4.5,0.5,4.6],"rotation":270,"texture":"#1"},"up":{"uv":[0.5,4.6,0.6,4.5],"rotation":270,"texture":"#1"},"down":{"uv":[0.5,4.6,0.6,4.5],"rotation":270,"texture":"#1"}}},{"from":[10.25952,6.28248,6.38848],"to":[10.85952,6.88248,6.98848],"rotation":{"angle":0,"axis":"x","origin":[10.55886,5.01846,8.58636]},"faces":{"north":{"uv":[0.5,4.5,0.6,4.6],"rotation":270,"texture":"#1"},"east":{"uv":[0.5,4.5,0.6,4.6],"rotation":270,"texture":"#1"},"south":{"uv":[0.5,4.5,0.6,4.6],"rotation":270,"texture":"#1"},"west":{"uv":[0.5,4.5,0.6,4.6],"rotation":270,"texture":"#1"},"up":{"uv":[0.5,4.5,0.6,4.6],"rotation":270,"texture":"#1"},"down":{"uv":[0.5,4.5,0.6,4.6],"rotation":270,"texture":"#1"}}},{"from":[10.26952,3.91811,11.12025],"to":[10.84952,4.49811,11.70025],"rotation":{"angle":45,"axis":"x","origin":[10.55886,5.01846,9.08636]},"faces":{"north":{"uv":[6.5,4,6.579,4.579],"rotation":180,"texture":"#1"},"east":{"uv":[6.5,4,6.579,4.579],"rotation":270,"texture":"#1"},"south":{"uv":[6.5,4,6.579,4.579],"texture":"#1"},"west":{"uv":[6.5,4,6.579,4.579],"rotation":90,"texture":"#1"},"up":{"uv":[6.5,4,6.579,4.579],"rotation":180,"texture":"#1"},"down":{"uv":[6.5,4,6.579,4.579],"texture":"#1"}}},{"from":[5.15048,2.91073,8.56637],"to":[5.73048,3.49073,9.14637],"rotation":{"angle":0,"axis":"x","origin":[5.44094,4.76344,8.73182]},"faces":{"north":{"uv":[6.579,4,6.5,4.579],"rotation":180,"texture":"#1"},"east":{"uv":[6.5,4.579,6.579,4],"texture":"#1"},"south":{"uv":[6.579,4,6.5,4.579],"rotation":180,"texture":"#1"},"west":{"uv":[6.5,4.579,6.579,4],"texture":"#1"},"up":{"uv":[6.579,4,6.5,4.579],"texture":"#1"},"down":{"uv":[6.579,4,6.5,4.579],"texture":"#1"}}},{"from":[5.2277,5.25815,3.94796],"to":[5.8077,5.83815,4.52796],"rotation":{"angle":22.5,"axis":"y","origin":[5.6869,5.54815,4.73743]},"faces":{"north":{"uv":[2,2.5,2.579,3.079],"rotation":180,"texture":"#1"},"east":{"uv":[2,2.5,2.579,3.079],"texture":"#1"},"south":{"uv":[2,2.5,2.579,3.079],"texture":"#1"},"west":{"uv":[2,2.5,2.579,3.079],"texture":"#1"},"up":{"uv":[2,2.5,2.579,3.079],"texture":"#1"},"down":{"uv":[2,2.5,2.579,3.079],"texture":"#1"}}},{"from":[9.81183,6.52327,6.38848],"to":[10.39183,7.40327,6.96848],"rotation":{"angle":22.5,"axis":"z","origin":[9.72274,7.87849,6.67848]},"faces":{"north":{"uv":[1,3,1.879,4.079],"texture":"#1"},"east":{"uv":[1,3,1.879,4.079],"texture":"#1"},"south":{"uv":[1,3,1.879,4.079],"texture":"#1"},"west":{"uv":[1,3,1.879,4.079],"texture":"#1"},"up":{"uv":[1,3,1.879,4.079],"rotation":90,"texture":"#1"},"down":{"uv":[1,3,1.879,4.079],"rotation":270,"texture":"#1"}}},{"from":[10.27952,2.19243,8.50005],"to":[10.83952,2.75243,9.06005],"rotation":{"angle":-22.5,"axis":"x","origin":[10.55886,5.01846,9.08636]},"faces":{"north":{"uv":[7,2,7.078,2.578],"rotation":180,"texture":"#1"},"east":{"uv":[7,2,7.078,2.578],"rotation":180,"texture":"#1"},"south":{"uv":[7,2,7.078,2.578],"rotation":180,"texture":"#1"},"west":{"uv":[7,2,7.078,2.578],"rotation":180,"texture":"#1"},"up":{"uv":[7,2,7.078,2.578],"texture":"#1"},"down":{"uv":[7,2,7.078,2.578],"texture":"#1"}}},{"from":[5.16048,2.99842,8.71795],"to":[5.72048,3.55842,9.27795],"rotation":{"angle":22.5,"axis":"x","origin":[5.44094,4.76344,8.73182]},"faces":{"north":{"uv":[7.078,2,7,2.578],"rotation":180,"texture":"#1"},"east":{"uv":[7,2.578,7.078,2],"texture":"#1"},"south":{"uv":[7.078,2,7,2.578],"rotation":180,"texture":"#1"},"west":{"uv":[7,2.578,7.078,2],"texture":"#1"},"up":{"uv":[7.078,2,7,2.578],"texture":"#1"},"down":{"uv":[7.078,2,7,2.578],"texture":"#1"}}},{"from":[4.79179,5.36815,4.86955],"to":[5.35179,5.92815,5.42955],"rotation":{"angle":-45,"axis":"y","origin":[5.6869,5.64815,4.73743]},"faces":{"north":{"uv":[5.5,1,6.06,1.56],"rotation":180,"texture":"#1"},"east":{"uv":[5.5,1,6.06,1.56],"rotation":180,"texture":"#1"},"south":{"uv":[5.5,1,6.06,1.56],"rotation":180,"texture":"#1"},"west":{"uv":[5.5,1,6.06,1.56],"texture":"#1"},"up":{"uv":[5.5,1,6.06,1.56],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,1,6.06,1.56],"rotation":270,"texture":"#1"}}},{"from":[9.57423,7.11623,6.39848],"to":[10.13423,8.17623,6.95848],"rotation":{"angle":45,"axis":"z","origin":[9.72274,7.87849,6.67848]},"faces":{"north":{"uv":[3.5,0.5,3.559,1.5],"texture":"#1"},"east":{"uv":[3.5,0.5,3.559,1.5],"texture":"#1"},"south":{"uv":[3.5,0.5,3.559,1.5],"texture":"#1"},"west":{"uv":[3.5,0.5,3.559,1.5],"texture":"#1"},"up":{"uv":[3.5,0.5,3.559,1.5],"rotation":90,"texture":"#1"},"down":{"uv":[3.5,0.5,3.559,1.5],"rotation":270,"texture":"#1"}}},{"from":[10.27952,5.58599,10.16991],"to":[10.83952,6.14599,10.72991],"rotation":{"angle":45,"axis":"x","origin":[10.55886,5.01846,9.08636]},"faces":{"north":{"uv":[4.5,4,4.56,4.06],"texture":"#1"},"east":{"uv":[4.5,4,4.56,4.06],"rotation":90,"texture":"#1"},"south":{"uv":[4.5,4,4.56,4.06],"rotation":180,"texture":"#1"},"west":{"uv":[4.5,4,4.56,4.06],"rotation":270,"texture":"#1"},"up":{"uv":[4.5,4,4.56,4.06],"texture":"#1"},"down":{"uv":[4.5,4,4.56,4.06],"rotation":180,"texture":"#1"}}},{"from":[5.16048,3.88107,10.23425],"to":[5.72048,4.44107,10.79425],"rotation":{"angle":0,"axis":"x","origin":[5.44094,4.76344,8.73182]},"faces":{"north":{"uv":[4.56,4,4.5,4.06],"texture":"#1"},"east":{"uv":[4.5,4.06,4.56,4],"rotation":180,"texture":"#1"},"south":{"uv":[4.56,4,4.5,4.06],"texture":"#1"},"west":{"uv":[4.5,4.06,4.56,4],"rotation":180,"texture":"#1"},"up":{"uv":[4.56,4,4.5,4.06],"rotation":180,"texture":"#1"},"down":{"uv":[4.56,4,4.5,4.06],"rotation":180,"texture":"#1"}}},{"from":[10.28952,2.68713,10.03425],"to":[10.82952,3.22713,10.57425],"rotation":{"angle":22.5,"axis":"x","origin":[10.55886,5.01846,9.08636]},"faces":{"north":{"uv":[7,2,7.078,2.578],"rotation":90,"texture":"#1"},"east":{"uv":[7,2,7.078,2.578],"rotation":180,"texture":"#1"},"south":{"uv":[7,2,7.078,2.578],"rotation":270,"texture":"#1"},"west":{"uv":[7,2,7.078,2.578],"texture":"#1"},"up":{"uv":[7,2,7.078,2.578],"rotation":90,"texture":"#1"},"down":{"uv":[7,2,7.078,2.578],"rotation":270,"texture":"#1"}}},{"from":[5.17048,3.62102,7.5555],"to":[5.71048,4.16102,8.0955],"rotation":{"angle":-22.5,"axis":"x","origin":[5.44094,4.76344,8.73182]},"faces":{"north":{"uv":[7,2.578,7.078,2],"rotation":90,"texture":"#1"},"east":{"uv":[7.078,2,7,2.578],"rotation":270,"texture":"#1"},"south":{"uv":[7,2.578,7.078,2],"rotation":90,"texture":"#1"},"west":{"uv":[7.078,2,7,2.578],"rotation":270,"texture":"#1"},"up":{"uv":[7,2.578,7.078,2],"rotation":270,"texture":"#1"},"down":{"uv":[7,2.578,7.078,2],"rotation":270,"texture":"#1"}}},{"from":[4.64609,5.47815,4.68973],"to":[5.18609,6.01815,5.22973],"rotation":{"angle":0,"axis":"y","origin":[5.6869,5.74815,4.73743]},"faces":{"north":{"uv":[4,0,4.54,0.54],"rotation":90,"texture":"#1"},"east":{"uv":[4,0,4.54,0.54],"rotation":270,"texture":"#1"},"south":{"uv":[4,0,4.54,0.54],"rotation":270,"texture":"#1"},"west":{"uv":[4,0,4.54,0.54],"rotation":270,"texture":"#1"},"up":{"uv":[4,0,4.54,0.54],"rotation":270,"texture":"#1"},"down":{"uv":[4,0,4.54,0.54],"rotation":270,"texture":"#1"}}},{"from":[9.05613,7.82868,6.40848],"to":[9.59613,8.36868,6.94848],"rotation":{"angle":-22.5,"axis":"z","origin":[9.72274,7.87849,6.67848]},"faces":{"north":{"uv":[3.5,0,3.979,0.479],"texture":"#1"},"east":{"uv":[3.5,0,3.979,0.479],"rotation":90,"texture":"#1"},"south":{"uv":[3.5,0,3.979,0.479],"rotation":180,"texture":"#1"},"west":{"uv":[3.5,0,3.979,0.479],"rotation":270,"texture":"#1"},"up":{"uv":[3.5,0,3.979,0.479],"rotation":180,"texture":"#1"},"down":{"uv":[3.5,0,3.979,0.479],"rotation":180,"texture":"#1"}}},{"from":[10.28952,4.74942,10.42427],"to":[10.82952,5.28942,10.96427],"rotation":{"angle":0,"axis":"x","origin":[10.55886,5.01846,9.08636]},"faces":{"north":{"uv":[6.5,4,6.54,4.54],"rotation":90,"texture":"#1"},"east":{"uv":[6.5,4,6.54,4.54],"rotation":90,"texture":"#1"},"south":{"uv":[6.5,4,6.54,4.54],"rotation":90,"texture":"#1"},"west":{"uv":[6.5,4,6.54,4.54],"rotation":90,"texture":"#1"},"up":{"uv":[6.5,4,6.54,4.54],"rotation":270,"texture":"#1"},"down":{"uv":[6.5,4,6.54,4.54],"rotation":270,"texture":"#1"}}},{"from":[5.17048,5.6937,10.19257],"to":[5.71048,6.2337,10.73257],"rotation":{"angle":45,"axis":"x","origin":[5.44094,4.76344,8.73182]},"faces":{"north":{"uv":[6.5,4.54,6.54,4],"rotation":90,"texture":"#1"},"east":{"uv":[6.5,4.54,6.54,4],"rotation":90,"texture":"#1"},"south":{"uv":[6.5,4.54,6.54,4],"rotation":90,"texture":"#1"},"west":{"uv":[6.5,4.54,6.54,4],"rotation":90,"texture":"#1"},"up":{"uv":[6.5,4.54,6.54,4],"rotation":270,"texture":"#1"},"down":{"uv":[6.5,4.54,6.54,4],"rotation":270,"texture":"#1"}}},{"from":[10.31952,3.27877,10.36703],"to":[10.79952,3.75877,10.84703],"rotation":{"angle":45,"axis":"x","origin":[10.55886,5.01846,9.08636]},"faces":{"north":{"uv":[3.5,0,3.979,0.479],"rotation":90,"texture":"#1"},"east":{"uv":[3.5,0,3.979,0.479],"rotation":180,"texture":"#1"},"south":{"uv":[3.5,0,3.979,0.479],"rotation":270,"texture":"#1"},"west":{"uv":[3.5,0,3.979,0.479],"texture":"#1"},"up":{"uv":[3.5,0,3.979,0.479],"rotation":90,"texture":"#1"},"down":{"uv":[3.5,0,3.979,0.479],"rotation":270,"texture":"#1"}}},{"from":[4.58836,5.60815,4.80118],"to":[5.06836,6.08815,5.28118],"rotation":{"angle":22.5,"axis":"y","origin":[5.6869,5.74815,4.73743]},"faces":{"north":{"uv":[4,0,4.54,0.54],"rotation":90,"texture":"#1"},"east":{"uv":[4,0,4.54,0.54],"rotation":270,"texture":"#1"},"south":{"uv":[4,0,4.54,0.54],"rotation":270,"texture":"#1"},"west":{"uv":[4,0,4.54,0.54],"rotation":270,"texture":"#1"},"up":{"uv":[4,0,4.54,0.54],"rotation":270,"texture":"#1"},"down":{"uv":[4,0,4.54,0.54],"rotation":270,"texture":"#1"}}},{"from":[8.80724,8.05502,6.43848],"to":[9.28724,8.53502,6.91848],"rotation":{"angle":0,"axis":"x","origin":[9.72274,7.87849,6.67848]},"faces":{"north":{"uv":[3.5,0,3.979,0.479],"texture":"#1"},"east":{"uv":[3.5,0,3.979,0.479],"texture":"#1"},"south":{"uv":[3.5,0,3.979,0.479],"texture":"#1"},"west":{"uv":[3.5,0,3.979,0.479],"texture":"#1"},"up":{"uv":[3.5,0,3.979,0.479],"rotation":90,"texture":"#1"},"down":{"uv":[3.5,0,3.979,0.479],"rotation":270,"texture":"#1"}}},{"from":[10.31952,4.55735,10.39356],"to":[10.79952,5.03735,10.87356],"rotation":{"angle":-22.5,"axis":"x","origin":[10.55886,5.01846,9.08636]},"faces":{"north":{"uv":[6.5,4,6.54,4.54],"rotation":270,"texture":"#1"},"east":{"uv":[6.5,4,6.54,4.54],"rotation":270,"texture":"#1"},"south":{"uv":[6.5,4,6.54,4.54],"rotation":270,"texture":"#1"},"west":{"uv":[6.5,4,6.54,4.54],"rotation":270,"texture":"#1"},"up":{"uv":[6.5,4,6.54,4.54],"rotation":90,"texture":"#1"},"down":{"uv":[6.5,4,6.54,4.54],"rotation":90,"texture":"#1"}}},{"from":[5.20048,5.36334,10.61146],"to":[5.68048,5.84334,11.09146],"rotation":{"angle":22.5,"axis":"x","origin":[5.44094,4.76344,8.73182]},"faces":{"north":{"uv":[6.5,4.54,6.54,4],"rotation":270,"texture":"#1"},"east":{"uv":[6.54,4,6.5,4.54],"rotation":90,"texture":"#1"},"south":{"uv":[6.5,4.54,6.54,4],"rotation":270,"texture":"#1"},"west":{"uv":[6.54,4,6.5,4.54],"rotation":90,"texture":"#1"},"up":{"uv":[6.5,4.54,6.54,4],"rotation":90,"texture":"#1"},"down":{"uv":[6.5,4.54,6.54,4],"rotation":90,"texture":"#1"}}},{"from":[9.89642,3.52064,7.04362],"to":[11.19642,5.02064,8.54362],"rotation":{"angle":22.5,"axis":"x","origin":[10.55886,5.01846,9.08636]},"faces":{"north":{"uv":[5.5,3.5,7.3,5],"texture":"#1"},"east":{"uv":[5.5,5.5,7,7],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,6.5,7.3,8],"texture":"#1"},"west":{"uv":[5.5,5.5,7,7],"texture":"#1"},"up":{"uv":[5.5,7,7.3,8.5],"texture":"#1"},"down":{"uv":[6,5.5,7.8,7],"rotation":180,"texture":"#1"}}},{"from":[4.80358,5.65165,8.38901],"to":[6.10358,7.15165,9.88901],"rotation":{"angle":-22.5,"axis":"x","origin":[5.44094,4.76344,8.73182]},"faces":{"north":{"uv":[7.8,5.5,6,7],"texture":"#1"},"east":{"uv":[7,5.5,5.5,7],"rotation":270,"texture":"#1"},"south":{"uv":[7.3,7,5.5,8.5],"texture":"#1"},"west":{"uv":[5.5,7,7,5.5],"rotation":180,"texture":"#1"},"up":{"uv":[7.3,3.5,5.5,5],"rotation":180,"texture":"#1"},"down":{"uv":[7.3,6.5,5.5,8],"texture":"#1"}}}],"display":{"head":{"rotation":[15,0,0],"translation":[0,18,3],"scale":[2.7,2.7,2.7]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/decorated_bicorn.json b/assets/minecraft/models/item/wynn/skin/hat/decorated_bicorn.json new file mode 100644 index 000000000..11e22512b --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/decorated_bicorn.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"1":"skins/twilight_gradient","3":"skins/soul_heart","4":"skins/gems","particle":"skins/twilight_gradient"},"elements":[{"from":[6,0.1,5],"to":[10,8,6],"rotation":{"angle":0,"axis":"y","origin":[0,0,5]},"faces":{"north":{"uv":[1,7,8.9,11],"rotation":270,"texture":"#1"},"south":{"uv":[1,7,8.9,11],"rotation":270,"texture":"#1"},"up":{"uv":[8,7,9,11],"rotation":270,"texture":"#1"}}},{"from":[5.9,5.1,5.25],"to":[10.1,8.1,5.75],"rotation":{"angle":0,"axis":"y","origin":[0,0,5]},"faces":{"north":{"uv":[4,9.5,7,13.5],"rotation":270,"texture":"#3"},"south":{"uv":[4,9.5,7.15,13.5],"rotation":270,"texture":"#3"},"up":{"uv":[6.5,9.5,7,13.5],"rotation":270,"texture":"#3"}}},{"from":[3.37574,4.05442,5.25],"to":[7.57574,7.05442,5.75],"rotation":{"angle":45,"axis":"z","origin":[5.47574,5.55442,5.5]},"faces":{"north":{"uv":[4,9.5,7,13.5],"rotation":270,"texture":"#3"},"south":{"uv":[4,9.5,7.15,13.5],"rotation":270,"texture":"#3"},"up":{"uv":[6.5,9.5,7,13.5],"rotation":270,"texture":"#3"}}},{"from":[0.11465,1.87543,5.25],"to":[4.31465,4.87543,5.75],"rotation":{"angle":22.5,"axis":"z","origin":[2.31465,3.27543,5.25]},"faces":{"north":{"uv":[4,9.5,7,13.5],"rotation":270,"texture":"#3"},"south":{"uv":[4,9.5,7.15,13.5],"rotation":270,"texture":"#3"},"west":{"uv":[4,9.5,7.15,10],"rotation":270,"texture":"#3"},"up":{"uv":[6.5,9.5,7,13.5],"rotation":270,"texture":"#3"}}},{"from":[11.68535,1.87543,5.25],"to":[15.88535,4.87543,5.75],"rotation":{"angle":-22.5,"axis":"z","origin":[13.68535,3.27543,5.25]},"faces":{"north":{"uv":[4,13.5,7,9.5],"rotation":270,"texture":"#3"},"east":{"uv":[4,10,7.15,9.5],"rotation":270,"texture":"#3"},"south":{"uv":[4,13.5,7.15,9.5],"rotation":270,"texture":"#3"},"up":{"uv":[6.5,13.5,7,9.5],"rotation":270,"texture":"#3"}}},{"from":[8.42426,4.05442,5.25],"to":[12.62426,7.05442,5.75],"rotation":{"angle":-45,"axis":"z","origin":[10.52426,5.55442,5.5]},"faces":{"north":{"uv":[4,13.5,7,9.5],"rotation":270,"texture":"#3"},"south":{"uv":[4,13.5,7.15,9.5],"rotation":270,"texture":"#3"},"up":{"uv":[6.5,13.5,7,9.5],"rotation":270,"texture":"#3"}}},{"from":[3,0,4],"to":[13,1,9],"rotation":{"angle":0,"axis":"y","origin":[0,0,5]},"faces":{"north":{"uv":[4,5,5,13.5],"rotation":270,"texture":"#1"},"east":{"uv":[4,5,5,8.5],"rotation":270,"texture":"#1"},"south":{"uv":[4,5,5,13.5],"rotation":270,"texture":"#1"},"west":{"uv":[4,5,5,8.5],"rotation":270,"texture":"#1"},"up":{"uv":[2,5,7,13.5],"rotation":90,"texture":"#1"},"down":{"uv":[0,5,5,13.5],"rotation":270,"texture":"#1"}}},{"from":[3,0.25,3.75],"to":[13,0.75,5],"rotation":{"angle":0,"axis":"y","origin":[0,0,5]},"faces":{"north":{"uv":[4,12.5,14,13],"rotation":180,"texture":"#3"},"east":{"uv":[6.5,12.5,7.75,13],"rotation":180,"texture":"#3"},"west":{"uv":[4,12.5,5.25,13],"rotation":180,"texture":"#3"},"up":{"uv":[4,12.5,14,13.75],"rotation":180,"texture":"#3"},"down":{"uv":[4,12.5,14,13.75],"rotation":180,"texture":"#3"}}},{"from":[0.599,0.999,4.999],"to":[15.001,3.001,8.001],"rotation":{"angle":0,"axis":"y","origin":[0,1,5]},"faces":{"north":{"uv":[4.5,5.098,6.502,13.5],"rotation":270,"texture":"#1"},"east":{"uv":[0.5,1,3.502,3.002],"rotation":180,"texture":"#1"},"south":{"uv":[4.5,5.098,6.502,13.5],"rotation":270,"texture":"#1"},"west":{"uv":[0.5,1,3.502,3.002],"rotation":180,"texture":"#1"},"up":{"uv":[4.5,5.098,7.502,13.5],"rotation":270,"texture":"#1"},"down":{"uv":[4.5,5.098,7.502,13.5],"rotation":270,"texture":"#1"}}},{"from":[0.18607,-0.999,4.95875],"to":[4.18407,0.999,6.95675],"rotation":{"angle":22.5,"axis":"y","origin":[1.18507,0.5,7.45775]},"faces":{"north":{"uv":[2,7,3.998,10.998],"rotation":270,"texture":"#1"},"east":{"uv":[2,7,3.998,8.998],"rotation":270,"texture":"#1"},"south":{"uv":[2,7,3.998,10.998],"rotation":270,"texture":"#1"},"west":{"uv":[2,7,3.998,8.998],"rotation":270,"texture":"#1"},"up":{"uv":[2,7,3.998,10.998],"rotation":270,"texture":"#1"},"down":{"uv":[2,7,3.998,10.998],"rotation":270,"texture":"#1"}}},{"from":[1.80289,2.34579,5.01],"to":[6.78289,7.07579,5.99],"rotation":{"angle":45,"axis":"z","origin":[5.29289,6.58579,5.5]},"faces":{"north":{"uv":[3,7,7.73,11.98],"rotation":270,"texture":"#1"},"east":{"uv":[3,7,7.73,7.98],"rotation":270,"texture":"#1"},"south":{"uv":[3,7,7.73,11.98],"rotation":270,"texture":"#1"},"west":{"uv":[3,7,7.73,7.98],"rotation":270,"texture":"#1"},"up":{"uv":[6.5,7,7.48,11.98],"rotation":270,"texture":"#1"},"down":{"uv":[3,7,3.98,11.98],"rotation":270,"texture":"#1"}}},{"from":[-0.16042,1.66104,5],"to":[3.83958,4.66104,6],"rotation":{"angle":22.5,"axis":"z","origin":[1.83958,4.16104,5.5]},"faces":{"north":{"uv":[4.5,7.5,7.5,11.5],"rotation":270,"texture":"#1"},"south":{"uv":[4.5,7.5,7.5,11.5],"rotation":270,"texture":"#1"},"west":{"uv":[4.5,7.5,7.5,8.5],"rotation":270,"texture":"#1"},"up":{"uv":[7,7.5,8,11.5],"rotation":270,"texture":"#1"}}},{"from":[6,0.1,4.5],"to":[10,6,7.5],"rotation":{"angle":0,"axis":"y","origin":[0,-2,4.5]},"faces":{"north":{"uv":[1,7,6.9,11],"rotation":270,"texture":"#1"},"east":{"uv":[1,7,6.9,10],"rotation":270,"texture":"#1"},"south":{"uv":[1,7,6.9,11],"rotation":270,"texture":"#1"},"west":{"uv":[1,7,6.9,10],"rotation":270,"texture":"#1"},"up":{"uv":[4.5,7,7.5,11],"rotation":270,"texture":"#1"},"down":{"uv":[1,7,4,11],"rotation":270,"texture":"#1"}}},{"from":[2.5,0.1,4.5],"to":[6,2.5,7.5],"rotation":{"angle":0,"axis":"y","origin":[-4,-2,4.5]},"faces":{"north":{"uv":[1.5,6.5,3.9,10],"rotation":270,"texture":"#1"},"east":{"uv":[1.5,6.5,3.9,9.5],"rotation":270,"texture":"#1"},"south":{"uv":[1.5,6.5,3.9,10],"rotation":270,"texture":"#1"},"west":{"uv":[1.5,6.5,3.9,9.5],"rotation":270,"texture":"#1"},"up":{"uv":[1.5,6.5,4.5,10],"rotation":270,"texture":"#1"},"down":{"uv":[1.5,6.5,4.5,10],"rotation":270,"texture":"#1"}}},{"from":[1.80289,2.34579,4.51],"to":[6.78289,5.07579,7.49],"rotation":{"angle":45,"axis":"z","origin":[5.29289,4.58579,5]},"faces":{"north":{"uv":[3,6.5,5.73,11.48],"rotation":270,"texture":"#1"},"south":{"uv":[3,6.5,5.73,11.48],"rotation":270,"texture":"#1"},"up":{"uv":[4,6.5,6.98,11.48],"rotation":270,"texture":"#1"}}},{"from":[10,0.1,4.5],"to":[13.5,2.5,7.5],"rotation":{"angle":0,"axis":"y","origin":[20,-2,4.5]},"faces":{"north":{"uv":[1.5,6.5,3.9,10],"rotation":270,"texture":"#1"},"east":{"uv":[1.5,6.5,3.9,9.5],"rotation":270,"texture":"#1"},"south":{"uv":[1.5,6.5,3.9,10],"rotation":270,"texture":"#1"},"west":{"uv":[1.5,6.5,3.9,9.5],"rotation":270,"texture":"#1"},"up":{"uv":[1.5,6.5,4.5,10],"rotation":270,"texture":"#1"},"down":{"uv":[1.5,6.5,4.5,10],"rotation":270,"texture":"#1"}}},{"from":[9.21711,2.34579,4.51],"to":[14.19711,5.07579,7.49],"rotation":{"angle":-45,"axis":"z","origin":[10.70711,4.58579,5]},"faces":{"north":{"uv":[3,6.5,5.73,11.48],"rotation":270,"texture":"#1"},"south":{"uv":[3,6.5,5.73,11.48],"rotation":270,"texture":"#1"},"up":{"uv":[3.5,6.5,6.48,11.48],"rotation":270,"texture":"#1"},"down":{"uv":[3,6.5,5.98,11.48],"rotation":270,"texture":"#1"}}},{"from":[11.81593,-0.999,4.95875],"to":[15.81393,0.999,6.95675],"rotation":{"angle":-22.5,"axis":"y","origin":[14.81493,0.5,7.45775]},"faces":{"north":{"uv":[2,7,3.998,10.998],"rotation":270,"texture":"#1"},"east":{"uv":[2,7,3.998,8.998],"rotation":270,"texture":"#1"},"south":{"uv":[2,7,3.998,10.998],"rotation":270,"texture":"#1"},"west":{"uv":[2,7,3.998,8.998],"rotation":270,"texture":"#1"},"up":{"uv":[2,7,3.998,10.998],"rotation":270,"texture":"#1"},"down":{"uv":[2,7,3.998,10.998],"rotation":270,"texture":"#1"}}},{"from":[11.63885,-0.05,4.69222],"to":[15.73685,0.45,5.19022],"rotation":{"angle":-22.5,"axis":"y","origin":[14.73785,0.449,7.39122]},"faces":{"north":{"uv":[6.5,10,7,14.098],"rotation":270,"texture":"#3"},"east":{"uv":[6.5,10,7,10.498],"rotation":270,"texture":"#3"},"west":{"uv":[6.5,10,7,10.498],"rotation":270,"texture":"#3"},"up":{"uv":[6.5,10,6.998,14.098],"rotation":270,"texture":"#3"},"down":{"uv":[6.5,10,6.998,14.098],"rotation":270,"texture":"#3"}}},{"from":[13.65221,-0.35,6.43623],"to":[18.00021,0.15,8.83423],"rotation":{"angle":45,"axis":"y","origin":[15.95121,0.2,7.43523]},"faces":{"north":{"uv":[5,10,5.5,14.098],"rotation":270,"texture":"#3"},"east":{"uv":[5,10,5.5,12.398],"rotation":270,"texture":"#3"},"south":{"uv":[5,10,5.5,14.098],"rotation":270,"texture":"#3"},"west":{"uv":[5,10,5.5,12.398],"rotation":270,"texture":"#3"},"up":{"uv":[5,10,7.398,14.098],"rotation":270,"texture":"#3"},"down":{"uv":[5,10,7.398,14.098],"rotation":270,"texture":"#3"}}},{"from":[0.26315,-0.05,4.69222],"to":[4.36115,0.45,5.19022],"rotation":{"angle":22.5,"axis":"y","origin":[1.26215,0.449,7.39122]},"faces":{"north":{"uv":[6.5,14.098,7,10],"rotation":270,"texture":"#3"},"east":{"uv":[6.5,10.498,7,10],"rotation":270,"texture":"#3"},"west":{"uv":[6.5,10.498,7,10],"rotation":270,"texture":"#3"},"up":{"uv":[6.5,14.098,6.998,10],"rotation":270,"texture":"#3"},"down":{"uv":[6.5,14.098,6.998,10],"rotation":270,"texture":"#3"}}},{"from":[-2.00021,-0.35,6.43623],"to":[2.34779,0.15,8.83423],"rotation":{"angle":-45,"axis":"y","origin":[0.04879,0.2,7.43523]},"faces":{"north":{"uv":[5,14.098,5.5,10],"rotation":270,"texture":"#3"},"east":{"uv":[5,12.398,5.5,10],"rotation":270,"texture":"#3"},"south":{"uv":[5,14.098,5.5,10],"rotation":270,"texture":"#3"},"west":{"uv":[5,12.398,5.5,10],"rotation":270,"texture":"#3"},"up":{"uv":[5,14.098,7.398,10],"rotation":270,"texture":"#3"},"down":{"uv":[5,14.098,7.398,10],"rotation":270,"texture":"#3"}}},{"from":[12.16042,1.66104,5],"to":[16.16042,4.66104,6],"rotation":{"angle":-22.5,"axis":"z","origin":[14.16042,4.16104,5.5]},"faces":{"north":{"uv":[4.5,7.5,7.5,11.5],"rotation":270,"texture":"#1"},"east":{"uv":[4.5,7.5,7.5,8.5],"rotation":270,"texture":"#1"},"south":{"uv":[4.5,7.5,7.5,11.5],"rotation":270,"texture":"#1"},"up":{"uv":[7,7.5,8,11.5],"rotation":270,"texture":"#1"}}},{"from":[9.21711,2.34579,5.01],"to":[14.19711,7.07579,5.99],"rotation":{"angle":-45,"axis":"z","origin":[10.70711,6.58579,5.5]},"faces":{"north":{"uv":[3,7,7.73,11.98],"rotation":270,"texture":"#1"},"south":{"uv":[3,7,7.73,11.98],"rotation":270,"texture":"#1"},"up":{"uv":[6.5,7,7.48,11.98],"rotation":270,"texture":"#1"}}},{"from":[4.15345,5,9.54341],"to":[8.15345,8,10.54341],"rotation":{"angle":-22.5,"axis":"y","origin":[5.38819,7.58321,9.56841]},"faces":{"north":{"uv":[5.6,7,8.5,11],"rotation":270,"texture":"#1"},"south":{"uv":[5.6,7,8.5,11],"rotation":270,"texture":"#1"},"west":{"uv":[5.6,7,8.5,8],"rotation":270,"texture":"#1"},"up":{"uv":[9.5,7,10.5,11],"rotation":270,"texture":"#1"},"down":{"uv":[5.6,7,6.6,11],"rotation":270,"texture":"#1"}}},{"from":[1.16345,0.01,6.55341],"to":[8.14345,0.99,11.53341],"rotation":{"angle":-22.5,"axis":"y","origin":[5.38819,2.68321,9.56841]},"faces":{"north":{"uv":[2,7,2.98,13.98],"rotation":270,"texture":"#1"},"east":{"uv":[2,7,2.98,11.98],"rotation":270,"texture":"#1"},"south":{"uv":[2,7,2.98,13.98],"rotation":270,"texture":"#1"},"west":{"uv":[2,7,2.98,11.98],"rotation":270,"texture":"#1"},"up":{"uv":[2,7,6.98,13.98],"rotation":270,"texture":"#1"},"down":{"uv":[2,7,6.98,13.98],"rotation":270,"texture":"#1"}}},{"from":[-0.84855,0.998,7.54141],"to":[6.55545,3.002,10.54541],"rotation":{"angle":-22.5,"axis":"y","origin":[5.38819,2.68321,9.56841]},"faces":{"north":{"uv":[4.5,5.5,6.504,12.904],"rotation":270,"texture":"#1"},"east":{"uv":[4.5,5.5,6.504,8.504],"rotation":270,"texture":"#1"},"south":{"uv":[4.5,5.5,6.504,12.904],"rotation":270,"texture":"#1"},"west":{"uv":[4.5,5.5,6.504,8.504],"rotation":270,"texture":"#1"},"up":{"uv":[4.5,5.5,7.504,12.904],"rotation":270,"texture":"#1"}}},{"from":[4.15345,0.1,8.04341],"to":[9.25345,6,12.04341],"rotation":{"angle":-22.5,"axis":"y","origin":[5.38819,2.68321,9.56841]},"faces":{"north":{"uv":[1.5,7,7.4,12.1],"rotation":270,"texture":"#1"},"south":{"uv":[1.5,7,7.4,12.1],"rotation":270,"texture":"#1"},"west":{"uv":[1.5,7,7.4,11],"rotation":270,"texture":"#1"},"up":{"uv":[3.5,7,7.5,12.1],"rotation":270,"texture":"#1"},"down":{"uv":[1.5,7,5.5,12.1],"rotation":270,"texture":"#1"}}},{"from":[3.65,3.07968,9.55341],"to":[8.63,7.80968,10.53341],"rotation":{"angle":-22.5,"axis":"y","origin":[5.38819,2.68321,9.56841]},"faces":{"north":{"uv":[5.6,7,10.33,11.98],"rotation":270,"texture":"#1"},"south":{"uv":[5.6,7,10.33,11.98],"rotation":270,"texture":"#1"},"west":{"uv":[5.6,7,10.33,7.98],"rotation":270,"texture":"#1"},"up":{"uv":[9.5,7,10.48,11.98],"rotation":270,"texture":"#1"},"down":{"uv":[5.6,7,6.58,11.98],"rotation":270,"texture":"#1"}}},{"from":[0.3405,2.79919,9.54341],"to":[4.3405,5.79919,10.54341],"rotation":{"angle":-22.5,"axis":"y","origin":[5.38819,2.68321,9.56841]},"faces":{"north":{"uv":[5.5,7.5,8.5,11.5],"rotation":270,"texture":"#1"},"east":{"uv":[5.5,7.5,8.5,8.5],"rotation":270,"texture":"#1"},"south":{"uv":[5.5,7.5,8.5,11.5],"rotation":270,"texture":"#1"},"west":{"uv":[5.5,7.5,8.5,8.5],"rotation":270,"texture":"#1"},"up":{"uv":[8,7.5,9,11.5],"rotation":270,"texture":"#1"},"down":{"uv":[5.5,7.5,6.5,11.5],"rotation":270,"texture":"#1"}}},{"from":[0.2405,2.89919,9.79341],"to":[4.2405,5.89919,10.29341],"rotation":{"angle":-22.5,"axis":"y","origin":[5.38819,2.68321,9.56841]},"faces":{"north":{"uv":[4,9.5,7,13.5],"rotation":270,"texture":"#3"},"south":{"uv":[4,9.5,7.15,13.5],"rotation":270,"texture":"#3"},"west":{"uv":[4,9.5,7.15,10],"rotation":270,"texture":"#3"},"up":{"uv":[6.5,9.5,7,13.5],"rotation":270,"texture":"#3"}}},{"from":[3.4905,5.14919,9.79341],"to":[8.4905,8.14919,10.29341],"rotation":{"angle":-22.5,"axis":"y","origin":[5.38819,2.68321,9.56841]},"faces":{"north":{"uv":[4,9.5,7,13.5],"rotation":270,"texture":"#3"},"south":{"uv":[4,9.5,7.15,13.5],"rotation":270,"texture":"#3"},"west":{"uv":[4,9.5,7.15,10],"rotation":270,"texture":"#3"},"up":{"uv":[6.5,9.5,7,13.5],"rotation":270,"texture":"#3"}}},{"from":[7.47331,5.15919,9.80341],"to":[12.45331,8.13919,10.28341],"rotation":{"angle":22.5,"axis":"y","origin":[10.56562,2.68321,9.56841]},"faces":{"north":{"uv":[4,13.5,7,9.5],"rotation":270,"texture":"#3"},"east":{"uv":[4,10,7.15,9.5],"rotation":270,"texture":"#3"},"south":{"uv":[4,13.5,7.15,9.5],"rotation":270,"texture":"#3"},"up":{"uv":[6.5,13.5,7,9.5],"rotation":270,"texture":"#3"}}},{"from":[11.7595,2.89919,9.79341],"to":[15.7595,5.89919,10.29341],"rotation":{"angle":22.5,"axis":"y","origin":[10.61181,2.68321,9.56841]},"faces":{"north":{"uv":[4,13.5,7,9.5],"rotation":270,"texture":"#3"},"east":{"uv":[4,10,7.15,9.5],"rotation":270,"texture":"#3"},"south":{"uv":[4,13.5,7.15,9.5],"rotation":270,"texture":"#3"},"up":{"uv":[6.5,13.5,7,9.5],"rotation":270,"texture":"#3"}}},{"from":[1.94497,-0.998,2.41382],"to":[3.94097,0.998,6.40982],"rotation":{"angle":45,"axis":"y","origin":[5.38819,2.68321,9.56841]},"faces":{"north":{"uv":[2,7,3.996,8.996],"rotation":270,"texture":"#1"},"south":{"uv":[2,7,3.996,8.996],"rotation":270,"texture":"#1"},"west":{"uv":[2,7,3.996,10.996],"rotation":270,"texture":"#1"},"up":{"uv":[2,7,5.996,8.996],"rotation":270,"texture":"#1"},"down":{"uv":[2,7,5.996,8.996],"rotation":270,"texture":"#1"}}},{"from":[0.65345,0.1,8.04341],"to":[4.15345,2.5,11.04341],"rotation":{"angle":-22.5,"axis":"y","origin":[5.38819,2.68321,9.56841]},"faces":{"south":{"uv":[2,7,4.4,10.5],"rotation":270,"texture":"#1"},"west":{"uv":[2,7,4.4,10],"rotation":270,"texture":"#1"},"up":{"uv":[2,7,5,10.5],"rotation":270,"texture":"#1"}}},{"from":[11.84655,0.1,8.04341],"to":[15.34655,2.5,11.04341],"rotation":{"angle":22.5,"axis":"y","origin":[10.61181,2.68321,9.56841]},"faces":{"east":{"uv":[2,7,4.4,10],"rotation":270,"texture":"#1"},"south":{"uv":[2,7,4.4,10.5],"rotation":270,"texture":"#1"},"up":{"uv":[2,7,5,10.5],"rotation":270,"texture":"#1"}}},{"from":[11.6595,2.79919,9.54341],"to":[15.6595,5.79919,10.54341],"rotation":{"angle":22.5,"axis":"y","origin":[10.61181,2.68321,9.56841]},"faces":{"north":{"uv":[5.5,7.5,8.5,11.5],"rotation":270,"texture":"#1"},"east":{"uv":[5.5,7.5,8.5,8.5],"rotation":270,"texture":"#1"},"south":{"uv":[5.5,7.5,8.5,11.5],"rotation":270,"texture":"#1"},"west":{"uv":[5.5,7.5,8.5,8.5],"rotation":270,"texture":"#1"},"up":{"uv":[8,7.5,9,11.5],"rotation":270,"texture":"#1"},"down":{"uv":[5.5,7.5,6.5,11.5],"rotation":270,"texture":"#1"}}},{"from":[7.4,3.08068,9.55441],"to":[12.378,7.80868,10.53241],"rotation":{"angle":22.5,"axis":"y","origin":[10.61181,2.68321,9.56841]},"faces":{"north":{"uv":[5.6,7,10.328,11.978],"rotation":270,"texture":"#1"},"east":{"uv":[5.6,7,10.328,7.978],"rotation":270,"texture":"#1"},"south":{"uv":[5.6,7,10.328,11.978],"rotation":270,"texture":"#1"},"up":{"uv":[9.5,7,10.478,11.978],"rotation":270,"texture":"#1"},"down":{"uv":[5.6,7,6.578,11.978],"rotation":270,"texture":"#1"}}},{"from":[6.75655,0.11,8.05341],"to":[11.83655,5.99,12.03341],"rotation":{"angle":22.5,"axis":"y","origin":[10.61181,2.68321,9.56841]},"faces":{"north":{"uv":[1.5,7,7.38,12.08],"rotation":270,"texture":"#1"},"east":{"uv":[1.5,7,7.38,10.98],"rotation":270,"texture":"#1"},"south":{"uv":[1.5,7,7.38,12.08],"rotation":270,"texture":"#1"},"up":{"uv":[3.5,7,7.48,12.08],"rotation":270,"texture":"#1"},"down":{"uv":[1.5,7,5.48,12.08],"rotation":270,"texture":"#1"}}},{"from":[9.44455,0.998,7.54141],"to":[16.84855,3.002,10.54541],"rotation":{"angle":22.5,"axis":"y","origin":[10.61181,2.68321,9.56841]},"faces":{"north":{"uv":[4,5.5,6.004,12.904],"rotation":270,"texture":"#1"},"east":{"uv":[4,5.5,6.004,8.504],"rotation":270,"texture":"#1"},"south":{"uv":[4,5.5,6.004,12.904],"rotation":270,"texture":"#1"},"west":{"uv":[4,5.5,6.004,8.504],"rotation":270,"texture":"#1"},"up":{"uv":[3.5,5.5,6.504,12.904],"rotation":270,"texture":"#1"}}},{"from":[7.85665,0.0101,6.55351],"to":[14.83645,0.9899,11.53331],"rotation":{"angle":22.5,"axis":"y","origin":[10.61181,2.68321,9.56841]},"faces":{"north":{"uv":[2,7,2.9798,13.9798],"rotation":270,"texture":"#1"},"east":{"uv":[2,7,2.9798,11.9798],"rotation":270,"texture":"#1"},"south":{"uv":[2,7,2.9798,13.9798],"rotation":270,"texture":"#1"},"west":{"uv":[2,7,2.9798,11.9798],"rotation":270,"texture":"#1"},"up":{"uv":[2,7,6.9798,13.9798],"rotation":270,"texture":"#1"},"down":{"uv":[2,7,6.9798,13.9798],"rotation":270,"texture":"#1"}}},{"from":[7.84655,5.1,9.54341],"to":[11.84655,8,10.54341],"rotation":{"angle":22.5,"axis":"y","origin":[10.61181,2.68321,9.56841]},"faces":{"north":{"uv":[5.6,7,8.5,11],"rotation":270,"texture":"#1"},"east":{"uv":[7.1,7,10,8],"rotation":270,"texture":"#1"},"south":{"uv":[5.6,7,8.5,11],"rotation":270,"texture":"#1"},"up":{"uv":[9.5,7,10.5,11],"rotation":270,"texture":"#1"},"down":{"uv":[5.6,7,6.6,11],"rotation":270,"texture":"#1"}}},{"from":[12.05903,-0.998,2.41382],"to":[14.05503,0.998,6.40982],"rotation":{"angle":-45,"axis":"y","origin":[10.61181,2.68321,9.56841]},"faces":{"north":{"uv":[2,7,3.996,8.996],"rotation":270,"texture":"#1"},"east":{"uv":[2,7,3.996,10.996],"rotation":270,"texture":"#1"},"south":{"uv":[2,7,3.996,8.996],"rotation":270,"texture":"#1"},"up":{"uv":[2,7,5.996,8.996],"rotation":270,"texture":"#1"},"down":{"uv":[2,7,5.996,8.996],"rotation":270,"texture":"#1"}}},{"from":[5.25,3.05,4.25],"to":[7.25,5.05,4.75],"rotation":{"angle":45,"axis":"z","origin":[7,3.3,4.25]},"faces":{"north":{"uv":[3.5,10.5,5.5,12.5],"rotation":270,"texture":"#3"},"east":{"uv":[3.5,10.5,5.5,11],"rotation":90,"texture":"#3"},"west":{"uv":[3.5,10.5,5.5,11],"rotation":90,"texture":"#3"},"up":{"uv":[3.5,10.5,4,12.5],"rotation":90,"texture":"#3"},"down":{"uv":[3.5,10.5,4,12.5],"rotation":90,"texture":"#3"}}},{"from":[4.99605,-1.8097,3.6],"to":[6.99605,2.1903,3.61],"rotation":{"angle":22.5,"axis":"x","origin":[6.14605,0.4903,4.275]},"faces":{"north":{"uv":[13.5,2,15.5,6],"rotation":180,"texture":"#4"},"south":{"uv":[15.5,2,13.5,6],"rotation":180,"texture":"#4"}}},{"from":[5.6,3.3,4],"to":[6.9,4.6,4.3],"rotation":{"angle":45,"axis":"z","origin":[7,3.3,4.25]},"faces":{"north":{"uv":[4,1,5.5,2.5],"rotation":270,"texture":"#4"},"east":{"uv":[4,1,5.5,1.5],"rotation":90,"texture":"#4"},"west":{"uv":[4,1,5.5,1.5],"rotation":90,"texture":"#4"},"up":{"uv":[4,1,4.5,2.5],"rotation":90,"texture":"#4"},"down":{"uv":[4,1,4.5,2.5],"rotation":90,"texture":"#4"}}}],"display":{"head":{"rotation":[6,0,0],"translation":[0,16,1],"scale":[1.69,1.69,1.85]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/detective_fedora.json b/assets/minecraft/models/item/wynn/skin/hat/detective_fedora.json new file mode 100644 index 000000000..e6b44b400 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/detective_fedora.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"1":"skins/driftwood_3","2":"skins/decay_1","3":"skins/dwarf","particle":"skins/decay_1"},"elements":[{"from":[6.4,-0.1,12],"to":[9.6,0.9,15.75],"rotation":{"angle":0,"axis":"y","origin":[-0.5,0,16]},"faces":{"north":{"uv":[3.5,7.5,4.5,10.5],"rotation":90,"texture":"#1"},"east":{"uv":[2,8,3,12],"rotation":90,"texture":"#1"},"south":{"uv":[5,8,6,11],"rotation":270,"texture":"#1"},"west":{"uv":[2,8,3,12],"rotation":90,"texture":"#1"},"up":{"uv":[2,8,6,11],"rotation":90,"texture":"#1"},"down":{"uv":[1.5,8,5.5,11],"rotation":270,"texture":"#1"}}},{"from":[8.39239,0.01,11.39687],"to":[10.77239,0.99,15.12687],"rotation":{"angle":22.5,"axis":"y","origin":[10.58239,0.5,12.38687]},"faces":{"north":{"uv":[2,6,3,8],"rotation":90,"texture":"#1"},"east":{"uv":[2,6,3,10],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,7,6.5,9],"rotation":90,"texture":"#1"},"west":{"uv":[2,6,3,10],"rotation":90,"texture":"#1"},"up":{"uv":[2,6,6,8],"rotation":90,"texture":"#1"},"down":{"uv":[2,6,6,8],"rotation":270,"texture":"#1"}}},{"from":[9.53065,0.09,11.10331],"to":[11.75065,1.11,14.87331],"rotation":{"angle":45,"axis":"y","origin":[10.64065,0.6,12.11331]},"faces":{"north":{"uv":[2,7.5,3,9.5],"rotation":90,"texture":"#1"},"east":{"uv":[2,7.5,3,11.5],"rotation":90,"texture":"#1"},"south":{"uv":[5,9,6,11],"rotation":270,"texture":"#1"},"west":{"uv":[2,7.5,3,11.5],"rotation":90,"texture":"#1"},"up":{"uv":[2,7.5,6,9.5],"rotation":90,"texture":"#1"},"down":{"uv":[1.5,9,5.5,11],"rotation":270,"texture":"#1"}}},{"from":[10.3069,0.11,9.04117],"to":[14.0369,1.09,12.32117],"rotation":{"angle":-22.5,"axis":"y","origin":[11.2969,0.6,11.13117]},"faces":{"north":{"uv":[2,8.5,6,9.5],"texture":"#1"},"east":{"uv":[5,7,6,10],"rotation":270,"texture":"#1"},"south":{"uv":[2,8.5,6,9.5],"texture":"#1"},"west":{"uv":[2,8.5,5,9.5],"texture":"#1"},"up":{"uv":[2,8.5,6,11.5],"texture":"#1"},"down":{"uv":[2,8.5,6,11.5],"texture":"#1"}}},{"from":[6.5,0.5,2.75],"to":[9.5,5.5,4.75],"rotation":{"angle":22.5,"axis":"x","origin":[8,2.5,3.25]},"faces":{"north":{"uv":[1,6.5,6,9.5],"rotation":270,"texture":"#1"},"east":{"uv":[0,9.5,5,11.5],"rotation":270,"texture":"#1"},"south":{"uv":[0,9.5,5,12.5],"rotation":270,"texture":"#1"},"west":{"uv":[0,9.5,5,11.5],"rotation":270,"texture":"#1"},"up":{"uv":[5.5,8,6.5,11],"rotation":270,"texture":"#1"},"down":{"uv":[0,9.5,1,12.5],"rotation":270,"texture":"#1"}}},{"from":[4.01,1.01,3.61],"to":[11.99,1.99,13.29],"rotation":{"angle":0,"axis":"y","origin":[-0.5,0,0]},"faces":{"north":{"uv":[0,7.5,7.25,8.5],"texture":"#2"},"east":{"uv":[0,7.5,8.5,8.5],"texture":"#2"},"south":{"uv":[0,7.5,7.25,8.5],"texture":"#2"},"west":{"uv":[0,7.5,8.5,8.5],"texture":"#2"},"up":{"uv":[4.5,8,8,9],"texture":"#2"},"down":{"uv":[0,7.5,7.25,16],"texture":"#2"}}},{"from":[3.12255,2.05508,5],"to":[4.14255,5.07508,9.02],"rotation":{"angle":-22.5,"axis":"z","origin":[3.63255,-1.43492,7.01]},"faces":{"north":{"uv":[0,6,3,7],"rotation":270,"texture":"#1"},"east":{"uv":[0,6,3,10],"rotation":270,"texture":"#1"},"south":{"uv":[0,6,3,7],"rotation":270,"texture":"#1"},"west":{"uv":[0,6,3,10],"rotation":270,"texture":"#1"},"up":{"uv":[0,6,4,7],"rotation":270,"texture":"#1"},"down":{"uv":[0,6,4,7],"rotation":270,"texture":"#1"}}},{"from":[5.06096,1.69948,5.025],"to":[7.03096,4.66948,8.995],"rotation":{"angle":22.5,"axis":"z","origin":[5.54596,3.18448,8.01]},"faces":{"north":{"uv":[0,6,3,8],"rotation":270,"texture":"#1"},"east":{"uv":[0,6,3,10],"rotation":270,"texture":"#1"},"south":{"uv":[0,6,3,8],"rotation":270,"texture":"#1"},"west":{"uv":[0,6,3,10],"rotation":270,"texture":"#1"},"up":{"uv":[0,6,4,8],"rotation":270,"texture":"#1"},"down":{"uv":[0,6,4,8],"rotation":270,"texture":"#1"}}},{"from":[4.02314,3.88023,5.02],"to":[7.00314,5.86023,12],"rotation":{"angle":-22.5,"axis":"z","origin":[5.51314,2.87023,6.51]},"faces":{"north":{"uv":[2,11,5,13],"texture":"#1"},"east":{"uv":[4,5,11,7],"rotation":180,"texture":"#1"},"south":{"uv":[2,9.5,5,11.5],"rotation":180,"texture":"#1"},"west":{"uv":[4,5,6,12],"rotation":270,"texture":"#1"},"up":{"uv":[3,5,6,12],"rotation":180,"texture":"#1"},"down":{"uv":[4,5,7,12],"rotation":180,"texture":"#1"}}},{"from":[4.51,1.99,8.01],"to":[6.49,4.37,11.99],"rotation":{"angle":0,"axis":"z","origin":[5,3.48,6]},"faces":{"north":{"uv":[0,6,2.4,8],"rotation":270,"texture":"#1"},"east":{"uv":[0,6,2.4,10],"rotation":270,"texture":"#1"},"south":{"uv":[0,6,2.4,8],"rotation":270,"texture":"#1"},"west":{"uv":[2.5,7,4.9,11],"rotation":270,"texture":"#1"},"up":{"uv":[0,6,4,8],"rotation":270,"texture":"#1"},"down":{"uv":[0,6,4,8],"rotation":270,"texture":"#1"}}},{"from":[4.0296,1.39084,7.025],"to":[6.0096,4.37084,9.505],"rotation":{"angle":0,"axis":"z","origin":[5.0196,2.38084,8.265]},"faces":{"north":{"uv":[0,6,3,8],"rotation":270,"texture":"#1"},"east":{"uv":[0,6,3,8.5],"rotation":270,"texture":"#1"},"south":{"uv":[0,6,3,8],"rotation":270,"texture":"#1"},"west":{"uv":[0,6.5,3,9],"rotation":270,"texture":"#1"},"up":{"uv":[2.5,8,4.5,10.5],"rotation":180,"texture":"#1"},"down":{"uv":[0,6,2.5,8],"rotation":270,"texture":"#1"}}},{"from":[3.5296,0.54084,5.525],"to":[12.5096,2.02084,10.255],"rotation":{"angle":0,"axis":"z","origin":[11.0196,2.53084,8.265]},"faces":{"north":{"uv":[0,7,8.5,8.5],"rotation":180,"texture":"#2"},"east":{"uv":[3,5.5,4.5,8.5],"rotation":270,"texture":"#2"},"south":{"uv":[0,7,8.5,8.5],"rotation":180,"texture":"#2"},"west":{"uv":[3,5.5,4.5,8.5],"rotation":270,"texture":"#2"},"up":{"uv":[0,7,8.5,8.5],"rotation":180,"texture":"#2"},"down":{"uv":[3,5.5,6,14],"rotation":270,"texture":"#2"}}},{"from":[5.24,0.52084,2.505],"to":[10.76,2.04084,13.525],"rotation":{"angle":0,"axis":"z","origin":[11.0196,2.53084,12.265]},"faces":{"north":{"uv":[0,7.5,5,9],"rotation":180,"texture":"#2"},"east":{"uv":[0,7.5,8.5,9],"rotation":180,"texture":"#2"},"south":{"uv":[0,7,5,8.5],"rotation":180,"texture":"#2"},"west":{"uv":[0,7.5,8.5,9],"rotation":180,"texture":"#2"},"up":{"uv":[0,7.5,8.5,9],"rotation":180,"texture":"#2"},"down":{"uv":[5,8.5,8.5,9],"rotation":270,"texture":"#2"}}},{"from":[6,0.53084,1.765],"to":[10,2.03084,14.265],"rotation":{"angle":0,"axis":"z","origin":[11.0196,2.53084,12.265]},"faces":{"north":{"uv":[0,7.5,5,9],"rotation":180,"texture":"#2"},"east":{"uv":[0,7.5,8.5,9],"rotation":180,"texture":"#2"},"south":{"uv":[0,7,5,8.5],"rotation":180,"texture":"#2"},"west":{"uv":[0,7.5,8.5,9],"rotation":180,"texture":"#2"},"up":{"uv":[0,7.5,8.5,9],"rotation":180,"texture":"#2"},"down":{"uv":[3,5.5,6,14],"rotation":270,"texture":"#2"}}},{"from":[5.02314,0.98023,4],"to":[8.00314,4.96023,12.98],"rotation":{"angle":-22.5,"axis":"z","origin":[6.51314,1.97023,10.49]},"faces":{"north":{"uv":[2,7,6,10],"rotation":270,"texture":"#1"},"east":{"uv":[0,6,9,10],"rotation":180,"texture":"#1"},"south":{"uv":[0,6,3,10],"rotation":180,"texture":"#1"},"west":{"uv":[1.5,4.5,5.5,13.5],"rotation":270,"texture":"#1"},"up":{"uv":[2.5,4.5,5.5,13.5],"rotation":180,"texture":"#1"},"down":{"uv":[0,6,3,15],"rotation":180,"texture":"#1"}}},{"from":[8.00186,0.98523,4.005],"to":[10.97186,4.95523,12.975],"rotation":{"angle":22.5,"axis":"z","origin":[9.48686,1.97023,10.49]},"faces":{"north":{"uv":[2,10,6,7],"rotation":270,"texture":"#1"},"east":{"uv":[1.5,13.5,5.5,4.5],"rotation":270,"texture":"#1"},"south":{"uv":[3,6,0,10],"rotation":180,"texture":"#1"},"west":{"uv":[9,6,0,10],"rotation":180,"texture":"#1"},"up":{"uv":[5.5,4.5,2.5,13.5],"rotation":180,"texture":"#1"},"down":{"uv":[3,6,0,15],"rotation":180,"texture":"#1"}}},{"from":[4.13255,1.16508,7.99],"to":[5.13255,4.16508,12.99],"rotation":{"angle":-22.5,"axis":"z","origin":[4.63255,-2.33492,9.99]},"faces":{"north":{"uv":[0,6,3,7],"rotation":90,"texture":"#1"},"east":{"uv":[0,6,3,11],"rotation":90,"texture":"#1"},"south":{"uv":[0,6,3,7],"rotation":90,"texture":"#1"},"west":{"uv":[0,6,3,11],"rotation":90,"texture":"#1"},"up":{"uv":[0,6,5,7],"rotation":90,"texture":"#1"},"down":{"uv":[0,6,5,7],"rotation":90,"texture":"#1"}}},{"from":[6.06596,0.80448,8.01],"to":[8.02596,3.76448,12.97],"rotation":{"angle":22.5,"axis":"z","origin":[6.54596,2.28448,8.99]},"faces":{"north":{"uv":[0,6,3,8],"rotation":90,"texture":"#1"},"east":{"uv":[0,6,3,11],"rotation":90,"texture":"#1"},"south":{"uv":[0,6,3,8],"rotation":90,"texture":"#1"},"west":{"uv":[0,6,3,11],"rotation":90,"texture":"#1"},"up":{"uv":[0,6,5,8],"rotation":90,"texture":"#1"},"down":{"uv":[0,6,5,8],"rotation":90,"texture":"#1"}}},{"from":[8.50186,3.88523,5.025],"to":[11.97186,5.85523,11.995],"rotation":{"angle":22.5,"axis":"z","origin":[10.48686,2.87023,6.51]},"faces":{"north":{"uv":[5,11,2,13],"texture":"#1"},"east":{"uv":[4,12,6,5],"rotation":270,"texture":"#1"},"south":{"uv":[5,9.5,2,11.5],"rotation":180,"texture":"#1"},"west":{"uv":[11,5,4,7],"rotation":180,"texture":"#1"},"up":{"uv":[6,5,3,12],"rotation":180,"texture":"#1"},"down":{"uv":[7,5,4,12],"rotation":180,"texture":"#1"}}},{"from":[7.97404,0.80448,8.01],"to":[9.93404,3.76448,12.97],"rotation":{"angle":-22.5,"axis":"z","origin":[9.45404,2.28448,8.99]},"faces":{"north":{"uv":[0,8,3,6],"rotation":90,"texture":"#1"},"east":{"uv":[0,11,3,6],"rotation":90,"texture":"#1"},"south":{"uv":[0,8,3,6],"rotation":90,"texture":"#1"},"west":{"uv":[0,11,3,6],"rotation":90,"texture":"#1"},"up":{"uv":[0,8,5,6],"rotation":90,"texture":"#1"},"down":{"uv":[0,8,5,6],"rotation":90,"texture":"#1"}}},{"from":[10.86745,1.16508,7.99],"to":[11.86745,4.16508,12.99],"rotation":{"angle":22.5,"axis":"z","origin":[11.36745,-2.33492,9.99]},"faces":{"north":{"uv":[0,7,3,6],"rotation":90,"texture":"#1"},"east":{"uv":[0,11,3,6],"rotation":90,"texture":"#1"},"south":{"uv":[0,7,3,6],"rotation":90,"texture":"#1"},"west":{"uv":[0,11,3,6],"rotation":90,"texture":"#1"},"up":{"uv":[0,7,5,6],"rotation":90,"texture":"#1"},"down":{"uv":[0,7,5,6],"rotation":90,"texture":"#1"}}},{"from":[9.51,1.99,8.01],"to":[11.49,4.37,11.99],"rotation":{"angle":0,"axis":"z","origin":[11,3.48,6]},"faces":{"north":{"uv":[0,8,2.4,6],"rotation":270,"texture":"#1"},"east":{"uv":[2.5,11,4.9,7],"rotation":270,"texture":"#1"},"south":{"uv":[0,8,2.4,6],"rotation":270,"texture":"#1"},"west":{"uv":[0,10,2.4,6],"rotation":270,"texture":"#1"},"up":{"uv":[0,8,4,6],"rotation":270,"texture":"#1"},"down":{"uv":[0,8,4,6],"rotation":270,"texture":"#1"}}},{"from":[9.9904,1.39084,7.025],"to":[11.9704,4.37084,9.505],"rotation":{"angle":0,"axis":"z","origin":[10.9804,2.38084,8.265]},"faces":{"north":{"uv":[0,8,3,6],"rotation":270,"texture":"#1"},"east":{"uv":[0,9,3,6.5],"rotation":270,"texture":"#1"},"south":{"uv":[0,8,3,6],"rotation":270,"texture":"#1"},"west":{"uv":[0,8.5,3,6],"rotation":270,"texture":"#1"},"up":{"uv":[4.5,8,2.5,10.5],"rotation":180,"texture":"#1"},"down":{"uv":[0,8,2.5,6],"rotation":270,"texture":"#1"}}},{"from":[8.97404,1.70448,5.03],"to":[10.93404,4.66448,8.99],"rotation":{"angle":-22.5,"axis":"z","origin":[10.45404,3.18448,8.01]},"faces":{"north":{"uv":[0,8,3,6],"rotation":270,"texture":"#1"},"east":{"uv":[0,10,3,6],"rotation":270,"texture":"#1"},"south":{"uv":[0,8,3,6],"rotation":270,"texture":"#1"},"west":{"uv":[0,10,3,6],"rotation":270,"texture":"#1"},"up":{"uv":[0,8,4,6],"rotation":270,"texture":"#1"},"down":{"uv":[0,8,4,6],"rotation":270,"texture":"#1"}}},{"from":[11.85745,2.05508,5],"to":[12.87745,5.07508,9.02],"rotation":{"angle":22.5,"axis":"z","origin":[12.36745,-1.43492,7.01]},"faces":{"north":{"uv":[0,7,3,6],"rotation":270,"texture":"#1"},"east":{"uv":[0,10,3,6],"rotation":270,"texture":"#1"},"south":{"uv":[0,7,3,6],"rotation":270,"texture":"#1"},"west":{"uv":[0,10,3,6],"rotation":270,"texture":"#1"},"up":{"uv":[0,7,4,6],"rotation":270,"texture":"#1"},"down":{"uv":[0,7,4,6],"rotation":270,"texture":"#1"}}},{"from":[6.5,0.5,12.25],"to":[9.5,4.5,13.25],"rotation":{"angle":-22.5,"axis":"x","origin":[8,2.5,12.75]},"faces":{"north":{"uv":[0,6,3,10],"rotation":180,"texture":"#1"},"east":{"uv":[0,6,1,10],"rotation":180,"texture":"#1"},"south":{"uv":[0,6,3,10],"rotation":180,"texture":"#1"},"west":{"uv":[0,6,1,10],"rotation":180,"texture":"#1"},"up":{"uv":[0,6,3,7],"rotation":180,"texture":"#1"},"down":{"uv":[0,6,3,7],"rotation":180,"texture":"#1"}}},{"from":[10.91002,0.2,5.74878],"to":[14.66002,1.2,10.24878],"rotation":{"angle":0,"axis":"y","origin":[11.91002,0.6,11.54878]},"faces":{"north":{"uv":[1.5,7,5.5,11],"texture":"#1"},"east":{"uv":[5,7,6,11],"rotation":270,"texture":"#1"},"south":{"uv":[1.5,7,5.5,11],"texture":"#1"},"west":{"uv":[1.5,7,5.5,11],"texture":"#1"},"up":{"uv":[2,7,6,11],"texture":"#1"},"down":{"uv":[1.5,7,5.5,11],"texture":"#1"}}},{"from":[1.9631,0.11,9.04117],"to":[5.6931,1.09,12.32117],"rotation":{"angle":22.5,"axis":"y","origin":[4.7031,0.6,11.13117]},"faces":{"north":{"uv":[6,8.5,2,9.5],"texture":"#1"},"east":{"uv":[5,8.5,2,9.5],"texture":"#1"},"south":{"uv":[6,8.5,2,9.5],"texture":"#1"},"west":{"uv":[5,10,6,7],"rotation":270,"texture":"#1"},"up":{"uv":[6,8.5,2,11.5],"texture":"#1"},"down":{"uv":[6,8.5,2,11.5],"texture":"#1"}}},{"from":[4.24935,0.09,11.10331],"to":[6.46935,1.11,14.87331],"rotation":{"angle":-45,"axis":"y","origin":[5.35935,0.6,12.11331]},"faces":{"north":{"uv":[2,9.5,3,7.5],"rotation":90,"texture":"#1"},"east":{"uv":[2,11.5,3,7.5],"rotation":90,"texture":"#1"},"south":{"uv":[5,11,6,9],"rotation":270,"texture":"#1"},"west":{"uv":[2,11.5,3,7.5],"rotation":90,"texture":"#1"},"up":{"uv":[2,9.5,6,7.5],"rotation":90,"texture":"#1"},"down":{"uv":[1.5,11,5.5,9],"rotation":270,"texture":"#1"}}},{"from":[5.22761,0.01,11.39687],"to":[7.60761,0.99,15.12687],"rotation":{"angle":-22.5,"axis":"y","origin":[5.41761,0.5,12.38687]},"faces":{"north":{"uv":[2,8,3,6],"rotation":90,"texture":"#1"},"east":{"uv":[2,10,3,6],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,9,6.5,7],"rotation":90,"texture":"#1"},"west":{"uv":[2,10,3,6],"rotation":90,"texture":"#1"},"up":{"uv":[2,8,6,6],"rotation":90,"texture":"#1"},"down":{"uv":[2,8,6,6],"rotation":270,"texture":"#1"}}},{"from":[6.4,-0.15,0.25],"to":[9.6,0.85,4],"rotation":{"angle":0,"axis":"y","origin":[-0.5,0,0]},"faces":{"north":{"uv":[5,11,6,8],"rotation":270,"texture":"#1"},"east":{"uv":[2,12,3,8],"rotation":90,"texture":"#1"},"south":{"uv":[3.5,10.5,4.5,7.5],"rotation":90,"texture":"#1"},"west":{"uv":[2,12,3,8],"rotation":90,"texture":"#1"},"up":{"uv":[6,8,2,11],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,8,1.5,11],"rotation":270,"texture":"#1"}}},{"from":[8.39239,0.01,0.87313],"to":[10.77239,0.99,4.60313],"rotation":{"angle":-22.5,"axis":"y","origin":[10.58239,0.5,3.61313]},"faces":{"north":{"uv":[5.5,9,6.5,7],"rotation":90,"texture":"#1"},"east":{"uv":[2,10,3,6],"rotation":90,"texture":"#1"},"south":{"uv":[2,8,3,6],"rotation":90,"texture":"#1"},"west":{"uv":[2,10,3,6],"rotation":90,"texture":"#1"},"up":{"uv":[6,6,2,8],"rotation":90,"texture":"#1"},"down":{"uv":[6,6,2,8],"rotation":270,"texture":"#1"}}},{"from":[9.53065,0.09,1.12669],"to":[11.75065,1.11,4.89669],"rotation":{"angle":-45,"axis":"y","origin":[10.64065,0.6,3.88669]},"faces":{"north":{"uv":[5,11,6,9],"rotation":270,"texture":"#1"},"east":{"uv":[2,11.5,3,7.5],"rotation":90,"texture":"#1"},"south":{"uv":[2,9.5,3,7.5],"rotation":90,"texture":"#1"},"west":{"uv":[2,11.5,3,7.5],"rotation":90,"texture":"#1"},"up":{"uv":[6,7.5,2,9.5],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,9,1.5,11],"rotation":270,"texture":"#1"}}},{"from":[10.3069,0.11,3.67883],"to":[14.0369,1.09,6.95883],"rotation":{"angle":22.5,"axis":"y","origin":[11.2969,0.6,4.86883]},"faces":{"north":{"uv":[6,8.5,2,9.5],"texture":"#1"},"east":{"uv":[5,10,6,7],"rotation":270,"texture":"#1"},"south":{"uv":[6,8.5,2,9.5],"texture":"#1"},"west":{"uv":[5,8.5,2,9.5],"texture":"#1"},"up":{"uv":[2,11.5,6,8.5],"texture":"#1"},"down":{"uv":[2,11.5,6,8.5],"texture":"#1"}}},{"from":[5.22761,0.01,0.87313],"to":[7.60761,0.99,4.60313],"rotation":{"angle":22.5,"axis":"y","origin":[5.41761,0.5,3.61313]},"faces":{"north":{"uv":[5.5,7,6.5,9],"rotation":90,"texture":"#1"},"east":{"uv":[2,6,3,10],"rotation":90,"texture":"#1"},"south":{"uv":[2,6,3,8],"rotation":90,"texture":"#1"},"west":{"uv":[2,6,3,10],"rotation":90,"texture":"#1"},"up":{"uv":[6,8,2,6],"rotation":90,"texture":"#1"},"down":{"uv":[6,8,2,6],"rotation":270,"texture":"#1"}}},{"from":[4.24935,0.09,1.12669],"to":[6.46935,1.11,4.89669],"rotation":{"angle":45,"axis":"y","origin":[5.35935,0.6,3.88669]},"faces":{"north":{"uv":[5,9,6,11],"rotation":270,"texture":"#1"},"east":{"uv":[2,7.5,3,11.5],"rotation":90,"texture":"#1"},"south":{"uv":[2,7.5,3,9.5],"rotation":90,"texture":"#1"},"west":{"uv":[2,7.5,3,11.5],"rotation":90,"texture":"#1"},"up":{"uv":[6,9.5,2,7.5],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,11,1.5,9],"rotation":270,"texture":"#1"}}},{"from":[1.9631,0.11,3.67883],"to":[5.6931,1.09,6.95883],"rotation":{"angle":-22.5,"axis":"y","origin":[4.7031,0.6,4.86883]},"faces":{"north":{"uv":[2,8.5,6,9.5],"texture":"#1"},"east":{"uv":[2,8.5,5,9.5],"texture":"#1"},"south":{"uv":[2,8.5,6,9.5],"texture":"#1"},"west":{"uv":[5,7,6,10],"rotation":270,"texture":"#1"},"up":{"uv":[6,11.5,2,8.5],"texture":"#1"},"down":{"uv":[6,11.5,2,8.5],"texture":"#1"}}},{"from":[1.33998,0.2,5.74878],"to":[5.08998,1.2,10.24878],"rotation":{"angle":0,"axis":"y","origin":[4.08998,0.5,11.54878]},"faces":{"north":{"uv":[5.5,7,1.5,11],"texture":"#1"},"east":{"uv":[5.5,7,1.5,11],"texture":"#1"},"south":{"uv":[5.5,7,1.5,11],"texture":"#1"},"west":{"uv":[5,11,6,7],"rotation":270,"texture":"#1"},"up":{"uv":[6,7,2,11],"texture":"#1"},"down":{"uv":[5.5,7,1.5,11],"texture":"#1"}}},{"from":[4,1.6,5.5],"to":[4.01,5.35,9.75],"rotation":{"angle":22.5,"axis":"x","origin":[4.5,1.6,6.2]},"faces":{"north":{"uv":[11,8,14.75,8.01],"rotation":270,"texture":"#1"},"east":{"uv":[11,8,14.75,12.25],"rotation":270,"texture":"#1"},"south":{"uv":[11,8,14.75,8.01],"rotation":270,"texture":"#1"},"west":{"uv":[11,8,14.75,12.25],"rotation":270,"texture":"#1"},"up":{"uv":[11,8,15.25,8.01],"rotation":270,"texture":"#1"},"down":{"uv":[11,8,15.25,8.01],"rotation":270,"texture":"#1"}}},{"from":[3.99,2.99007,6.81357],"to":[4,4.39007,10.96357],"rotation":{"angle":22.5,"axis":"x","origin":[3.995,4.39007,8.88857]},"faces":{"north":{"uv":[15.5,0,16,0.5],"rotation":90,"texture":"#3"},"south":{"uv":[15.5,0,16,0.5],"rotation":90,"texture":"#3"},"west":{"uv":[6.25,2.5,13,4.75],"texture":"#3"},"up":{"uv":[15.5,0,16,0.5],"rotation":90,"texture":"#3"},"down":{"uv":[15.5,0,16,0.5],"rotation":90,"texture":"#3"}}}],"display":{"head":{"rotation":[-4,0,0],"translation":[0,18.75,-1.25],"scale":[1.85,1.85,1.85]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/devilhorns.json b/assets/minecraft/models/item/wynn/skin/hat/devilhorns.json new file mode 100644 index 000000000..552230312 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/devilhorns.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/red_gradient","particle":"skins/red_gradient"},"elements":[{"from":[3.75,5.40084,9.45246],"to":[5.75,7.40084,11.95246],"rotation":{"angle":-22.5,"axis":"x","origin":[3.6575,4.41899,8.75374]},"faces":{"north":{"uv":[1.5,11.5,3.5,13.5],"rotation":90,"texture":"#0"},"east":{"uv":[1.5,11,3.5,13.5],"rotation":90,"texture":"#0"},"south":{"uv":[1.5,11,3.5,13],"rotation":90,"texture":"#0"},"west":{"uv":[1.5,11,3.5,13.5],"rotation":90,"texture":"#0"},"up":{"uv":[0,11,2,13.5],"rotation":180,"texture":"#0"},"down":{"uv":[2.5,11,4.5,13.5],"rotation":90,"texture":"#0"}}},{"from":[4.26,6.02532,5.23296],"to":[6.24,8.50532,7.21296],"rotation":{"angle":45,"axis":"x","origin":[3.6575,4.41899,8.75374]},"faces":{"north":{"uv":[0,11,2,13.5],"texture":"#0"},"east":{"uv":[0,11,2,13.5],"texture":"#0"},"south":{"uv":[0,11,2,13.5],"texture":"#0"},"west":{"uv":[0,11,2,13.5],"texture":"#0"},"up":{"uv":[0,11,2,13],"texture":"#0"},"down":{"uv":[0,11,2,13],"texture":"#0"}}},{"from":[4.51,7.59993,6.73642],"to":[6.74,10.07993,8.71642],"rotation":{"angle":22.5,"axis":"x","origin":[7.75,8.83993,8.22642]},"faces":{"north":{"uv":[0,11,2.5,13.25],"rotation":90,"texture":"#0"},"east":{"uv":[0,11,2,13.5],"texture":"#0"},"south":{"uv":[0,11,2.5,13.25],"rotation":270,"texture":"#0"},"west":{"uv":[0,11,2,13.5],"rotation":180,"texture":"#0"},"up":{"uv":[0,11,2,13.25],"rotation":270,"texture":"#0"},"down":{"uv":[0,11,2,13.25],"rotation":90,"texture":"#0"}}},{"from":[9.26,7.59993,6.73642],"to":[11.49,10.07993,8.71642],"rotation":{"angle":22.5,"axis":"x","origin":[7.25,8.83993,8.22642]},"faces":{"north":{"uv":[0,11,2.5,13.25],"rotation":90,"texture":"#0"},"east":{"uv":[0,11,2,13.5],"texture":"#0"},"south":{"uv":[0,11,2.5,13.25],"rotation":270,"texture":"#0"},"west":{"uv":[0,11,2,13.5],"rotation":180,"texture":"#0"},"up":{"uv":[0,11,2,13.25],"rotation":270,"texture":"#0"},"down":{"uv":[0,11,2,13.25],"rotation":90,"texture":"#0"}}},{"from":[4.52,8.58479,6.00617],"to":[6.73,10.29479,7.71617],"rotation":{"angle":-22.5,"axis":"x","origin":[8,9.43979,6.86117]},"faces":{"north":{"uv":[0,11,1.73,13.23],"rotation":90,"texture":"#0"},"east":{"uv":[0,11,1.73,12.73],"rotation":180,"texture":"#0"},"south":{"uv":[0,11,1.73,13.23],"rotation":270,"texture":"#0"},"west":{"uv":[0,11,1.73,12.73],"texture":"#0"},"up":{"uv":[0,11,1.73,13.23],"rotation":90,"texture":"#0"},"down":{"uv":[0,11,1.73,13.23],"rotation":270,"texture":"#0"}}},{"from":[9.27,8.58479,6.00617],"to":[11.48,10.29479,7.71617],"rotation":{"angle":-22.5,"axis":"x","origin":[8,9.43979,6.86117]},"faces":{"north":{"uv":[0,11,1.73,13.23],"rotation":90,"texture":"#0"},"east":{"uv":[0,11,1.73,12.73],"rotation":180,"texture":"#0"},"south":{"uv":[0,11,1.73,13.23],"rotation":270,"texture":"#0"},"west":{"uv":[0,11,1.73,12.73],"texture":"#0"},"up":{"uv":[0,11,1.73,13.23],"rotation":90,"texture":"#0"},"down":{"uv":[0,11,1.73,13.23],"rotation":270,"texture":"#0"}}},{"from":[2.62,3.0869,9.05962],"to":[4.22,4.6869,11.15962],"rotation":{"angle":45,"axis":"x","origin":[3.6575,4.41899,8.75374]},"faces":{"north":{"uv":[6,11,8,13],"rotation":90,"texture":"#0"},"east":{"uv":[6,11,8,13.5],"rotation":90,"texture":"#0"},"south":{"uv":[6.5,11.5,8.5,13.5],"rotation":90,"texture":"#0"},"west":{"uv":[6,11,8,13.5],"rotation":90,"texture":"#0"},"up":{"uv":[6,11,8.5,13],"rotation":90,"texture":"#0"},"down":{"uv":[6,11,8.5,13],"rotation":90,"texture":"#0"}}},{"from":[2.22,1.68648,7.04374],"to":[3.62,3.58648,8.44374],"rotation":{"angle":-22.5,"axis":"x","origin":[3.6575,4.41899,8.75374]},"faces":{"north":{"uv":[7.5,11.5,9,13.5],"rotation":180,"texture":"#0"},"east":{"uv":[9,11.5,7.5,13.5],"rotation":180,"texture":"#0"},"south":{"uv":[7.5,11.5,8.5,13.5],"rotation":180,"texture":"#0"},"west":{"uv":[7.5,11.5,9,13.5],"rotation":180,"texture":"#0"},"up":{"uv":[7.5,12,9,13.5],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,11.5,10,13],"rotation":180,"texture":"#0"}}},{"from":[1.97,1.24009,7.0196],"to":[3.17,2.94009,8.2196],"rotation":{"angle":0,"axis":"x","origin":[3.6575,4.41899,8.75374]},"faces":{"north":{"uv":[8.5,11.5,10,13.5],"rotation":180,"texture":"#0"},"east":{"uv":[10,11.5,8.5,13.5],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,11.5,10,13.5],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,11.5,10,13.5],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,12,10,13.5],"rotation":270,"texture":"#0"},"down":{"uv":[8.5,12,10,13.5],"rotation":270,"texture":"#0"}}},{"from":[1.72,0.81844,7.36811],"to":[2.72,2.31844,8.36811],"rotation":{"angle":22.5,"axis":"x","origin":[3.6575,4.41899,8.75374]},"faces":{"north":{"uv":[9,11.5,10.5,13.5],"rotation":180,"texture":"#0"},"east":{"uv":[9,11.5,10.5,13.5],"rotation":180,"texture":"#0"},"south":{"uv":[9,11.5,10.5,13.5],"rotation":180,"texture":"#0"},"west":{"uv":[9,11.5,10.5,13.5],"rotation":180,"texture":"#0"},"up":{"uv":[9,11.5,10.5,13],"rotation":180,"texture":"#0"},"down":{"uv":[9,12,10.5,13.5],"rotation":180,"texture":"#0"}}},{"from":[1.47,1.64201,6.04927],"to":[2.27,2.94201,6.84927],"rotation":{"angle":45,"axis":"x","origin":[2.12,2.54201,6.44927]},"faces":{"north":{"uv":[10.5,12,11.5,13.5],"rotation":180,"texture":"#0"},"east":{"uv":[11.5,12,10.5,13.5],"rotation":180,"texture":"#0"},"south":{"uv":[10.5,12,11.5,13.5],"rotation":180,"texture":"#0"},"west":{"uv":[10.5,12,11.5,13.5],"rotation":180,"texture":"#0"},"up":{"uv":[9.5,11.5,10.5,12.5],"rotation":180,"texture":"#0"},"down":{"uv":[10,12,11,13],"texture":"#0"}}},{"from":[1.22,2.47177,5.35433],"to":[1.82,3.32177,6.45433],"rotation":{"angle":-22.5,"axis":"x","origin":[1.77,2.77177,6.15433]},"faces":{"north":{"uv":[13.5,12,14.5,13],"rotation":90,"texture":"#0"},"east":{"uv":[13.5,12,14.5,13],"rotation":90,"texture":"#0"},"south":{"uv":[13.5,12,14.5,13],"rotation":90,"texture":"#0"},"west":{"uv":[13.5,12,14.5,13],"rotation":90,"texture":"#0"},"up":{"uv":[13.5,12,14.5,13],"rotation":90,"texture":"#0"},"down":{"uv":[13.5,12,14.5,13],"rotation":90,"texture":"#0"}}},{"from":[0.97,2.97375,5.20475],"to":[1.37,3.87375,6.10475],"rotation":{"angle":0,"axis":"x","origin":[2.67,3.17375,5.90475]},"faces":{"north":{"uv":[15,11.5,16,12.5],"rotation":90,"texture":"#0"},"east":{"uv":[15,11.5,16,12.5],"rotation":90,"texture":"#0"},"south":{"uv":[15,11.5,16,12.5],"rotation":90,"texture":"#0"},"west":{"uv":[15,11.5,16,12.5],"rotation":90,"texture":"#0"},"up":{"uv":[15,11.5,16,12.5],"rotation":90,"texture":"#0"},"down":{"uv":[15,11.5,16,12.5],"rotation":90,"texture":"#0"}}},{"from":[3.27,4.5702,8.85323],"to":[5.25,6.5502,11.33323],"rotation":{"angle":0,"axis":"x","origin":[3.6575,4.41899,8.75374]},"faces":{"north":{"uv":[3.5,11,5.5,13],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,11,5.5,13.5],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,11,5.5,13],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,11,5.5,13.5],"rotation":90,"texture":"#0"},"up":{"uv":[2.5,11,4.5,13.5],"rotation":180,"texture":"#0"},"down":{"uv":[3.5,11,5.5,13.5],"rotation":180,"texture":"#0"}}},{"from":[2.92,3.27879,8.77635],"to":[4.72,5.07879,11.07635],"rotation":{"angle":22.5,"axis":"x","origin":[4.17,4.17879,9.92635]},"faces":{"north":{"uv":[5,11.5,7,13.5],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,11,5.5,13.5],"rotation":90,"texture":"#0"},"south":{"uv":[4,11.5,6,13.5],"rotation":90,"texture":"#0"},"west":{"uv":[5,11,7,13.5],"rotation":90,"texture":"#0"},"up":{"uv":[2.5,11,4.5,13.5],"rotation":180,"texture":"#0"},"down":{"uv":[3.5,11,5.5,13.5],"rotation":180,"texture":"#0"}}},{"from":[11.28,3.27879,8.77635],"to":[13.08,5.07879,11.07635],"rotation":{"angle":22.5,"axis":"x","origin":[11.83,4.17879,9.92635]},"faces":{"north":{"uv":[5,13.5,7,11.5],"rotation":90,"texture":"#0"},"east":{"uv":[5,13.5,7,11],"rotation":90,"texture":"#0"},"south":{"uv":[4,13.5,6,11.5],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,13.5,5.5,11],"rotation":90,"texture":"#0"},"up":{"uv":[4.5,11,2.5,13.5],"rotation":180,"texture":"#0"},"down":{"uv":[5.5,11,3.5,13.5],"rotation":180,"texture":"#0"}}},{"from":[10.25,5.40084,9.45246],"to":[12.25,7.40084,11.95246],"rotation":{"angle":-22.5,"axis":"x","origin":[12.3425,4.41899,8.75374]},"faces":{"north":{"uv":[1.5,13.5,3.5,11.5],"rotation":90,"texture":"#0"},"east":{"uv":[1.5,13.5,3.5,11],"rotation":90,"texture":"#0"},"south":{"uv":[1.5,13,3.5,11],"rotation":90,"texture":"#0"},"west":{"uv":[1.5,13.5,3.5,11],"rotation":90,"texture":"#0"},"up":{"uv":[2,11,0,13.5],"rotation":180,"texture":"#0"},"down":{"uv":[2.5,13.5,4.5,11],"rotation":90,"texture":"#0"}}},{"from":[9.76,6.02532,5.23296],"to":[11.74,8.50532,7.21296],"rotation":{"angle":45,"axis":"x","origin":[12.3425,4.41899,8.75374]},"faces":{"north":{"uv":[2,11,0,13.5],"texture":"#0"},"east":{"uv":[2,11,0,13.5],"texture":"#0"},"south":{"uv":[2,11,0,13.5],"texture":"#0"},"west":{"uv":[2,11,0,13.5],"texture":"#0"},"up":{"uv":[2,11,0,13],"texture":"#0"},"down":{"uv":[2,11,0,13],"texture":"#0"}}},{"from":[10.75,4.5702,8.85323],"to":[12.73,6.5502,11.33323],"rotation":{"angle":0,"axis":"x","origin":[12.3425,4.41899,8.75374]},"faces":{"north":{"uv":[3.5,13,5.5,11],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,13.5,5.5,11],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,13,5.5,11],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,13.5,5.5,11],"rotation":90,"texture":"#0"},"up":{"uv":[4.5,11,2.5,13.5],"rotation":180,"texture":"#0"},"down":{"uv":[5.5,11,3.5,13.5],"rotation":180,"texture":"#0"}}},{"from":[11.78,3.0869,9.05962],"to":[13.38,4.6869,11.15962],"rotation":{"angle":45,"axis":"x","origin":[12.3425,4.41899,8.75374]},"faces":{"north":{"uv":[6,13,8,11],"rotation":90,"texture":"#0"},"east":{"uv":[6,13.5,8,11],"rotation":90,"texture":"#0"},"south":{"uv":[6.5,13.5,8.5,11.5],"rotation":90,"texture":"#0"},"west":{"uv":[6,13.5,8,11],"rotation":90,"texture":"#0"},"up":{"uv":[6,13,8.5,11],"rotation":90,"texture":"#0"},"down":{"uv":[6,13,8.5,11],"rotation":90,"texture":"#0"}}},{"from":[12.38,1.68648,7.04374],"to":[13.78,3.58648,8.44374],"rotation":{"angle":-22.5,"axis":"x","origin":[12.3425,4.41899,8.75374]},"faces":{"north":{"uv":[9,11.5,7.5,13.5],"rotation":180,"texture":"#0"},"east":{"uv":[9,11.5,7.5,13.5],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,11.5,7.5,13.5],"rotation":180,"texture":"#0"},"west":{"uv":[7.5,11.5,9,13.5],"rotation":180,"texture":"#0"},"up":{"uv":[9,12,7.5,13.5],"rotation":180,"texture":"#0"},"down":{"uv":[10,11.5,8.5,13],"rotation":180,"texture":"#0"}}},{"from":[12.83,1.24009,7.0196],"to":[14.03,2.94009,8.2196],"rotation":{"angle":0,"axis":"x","origin":[12.3425,4.41899,8.75374]},"faces":{"north":{"uv":[10,11.5,8.5,13.5],"rotation":180,"texture":"#0"},"east":{"uv":[10,11.5,8.5,13.5],"rotation":180,"texture":"#0"},"south":{"uv":[10,11.5,8.5,13.5],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,11.5,10,13.5],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,13.5,10,12],"rotation":270,"texture":"#0"},"down":{"uv":[8.5,13.5,10,12],"rotation":270,"texture":"#0"}}},{"from":[13.28,0.81844,7.36811],"to":[14.28,2.31844,8.36811],"rotation":{"angle":22.5,"axis":"x","origin":[12.3425,4.41899,8.75374]},"faces":{"north":{"uv":[10.5,11.5,9,13.5],"rotation":180,"texture":"#0"},"east":{"uv":[10.5,11.5,9,13.5],"rotation":180,"texture":"#0"},"south":{"uv":[10.5,11.5,9,13.5],"rotation":180,"texture":"#0"},"west":{"uv":[10.5,11.5,9,13.5],"rotation":180,"texture":"#0"},"up":{"uv":[10.5,11.5,9,13],"rotation":180,"texture":"#0"},"down":{"uv":[10.5,12,9,13.5],"rotation":180,"texture":"#0"}}},{"from":[13.73,1.64201,6.04927],"to":[14.53,2.94201,6.84927],"rotation":{"angle":45,"axis":"x","origin":[13.88,2.54201,6.44927]},"faces":{"north":{"uv":[11.5,12,10.5,13.5],"rotation":180,"texture":"#0"},"east":{"uv":[11.5,12,10.5,13.5],"rotation":180,"texture":"#0"},"south":{"uv":[11.5,12,10.5,13.5],"rotation":180,"texture":"#0"},"west":{"uv":[10.5,12,11.5,13.5],"rotation":180,"texture":"#0"},"up":{"uv":[10.5,11.5,9.5,12.5],"rotation":180,"texture":"#0"},"down":{"uv":[11,12,10,13],"texture":"#0"}}},{"from":[14.18,2.47177,5.35433],"to":[14.78,3.32177,6.45433],"rotation":{"angle":-22.5,"axis":"x","origin":[14.23,2.77177,6.15433]},"faces":{"north":{"uv":[13.5,13,14.5,12],"rotation":90,"texture":"#0"},"east":{"uv":[13.5,13,14.5,12],"rotation":90,"texture":"#0"},"south":{"uv":[13.5,13,14.5,12],"rotation":90,"texture":"#0"},"west":{"uv":[13.5,13,14.5,12],"rotation":90,"texture":"#0"},"up":{"uv":[13.5,13,14.5,12],"rotation":90,"texture":"#0"},"down":{"uv":[13.5,13,14.5,12],"rotation":90,"texture":"#0"}}},{"from":[14.63,2.97375,5.20475],"to":[15.03,3.87375,6.10475],"rotation":{"angle":0,"axis":"x","origin":[13.33,3.17375,5.90475]},"faces":{"north":{"uv":[15,12.5,16,11.5],"rotation":90,"texture":"#0"},"east":{"uv":[15,12.5,16,11.5],"rotation":90,"texture":"#0"},"south":{"uv":[15,12.5,16,11.5],"rotation":90,"texture":"#0"},"west":{"uv":[15,12.5,16,11.5],"rotation":90,"texture":"#0"},"up":{"uv":[15,12.5,16,11.5],"rotation":90,"texture":"#0"},"down":{"uv":[15,12.5,16,11.5],"rotation":90,"texture":"#0"}}}],"display":{"head":{"rotation":[176,0,0],"translation":[0,6.5,-5],"scale":[1.85,1.85,1.85]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/diamond_helmet.json b/assets/minecraft/models/item/wynn/skin/hat/diamond_helmet.json new file mode 100644 index 000000000..1440956b3 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/diamond_helmet.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/air_gradient","1":"skins/diamond_armor_gradient","3":"skins/stone","4":"skins/red_gradient1","particle":"skins/air_gradient"},"elements":[{"from":[9,-1,4.5],"to":[11.5,2,5.5],"rotation":{"angle":0,"axis":"y","origin":[16,-1,0]},"faces":{"north":{"uv":[0,12,2.5,15],"texture":"#1"},"east":{"uv":[0,12,1,15],"texture":"#1"},"south":{"uv":[0,12,2.5,15],"texture":"#1"},"west":{"uv":[0,12,1,15],"texture":"#1"},"up":{"uv":[0,12,2.5,13],"texture":"#1"},"down":{"uv":[0,12,2.5,13],"texture":"#1"}}},{"from":[4.5,-1,4.5],"to":[7,2,5.5],"rotation":{"angle":0,"axis":"y","origin":[0,-1,0]},"faces":{"north":{"uv":[2.5,12,0,15],"texture":"#1"},"east":{"uv":[1,12,0,15],"texture":"#1"},"south":{"uv":[2.5,12,0,15],"texture":"#1"},"west":{"uv":[1,12,0,15],"texture":"#1"},"up":{"uv":[2.5,12,0,13],"texture":"#1"},"down":{"uv":[2.5,12,0,13],"texture":"#1"}}},{"from":[10.755,0.505,4.505],"to":[11.745,4.495,8.395],"rotation":{"angle":0,"axis":"y","origin":[16.25,-0.5,0]},"faces":{"north":{"uv":[3,10,7,11],"rotation":270,"texture":"#1"},"east":{"uv":[3,10,7,13.9],"rotation":270,"texture":"#1"},"south":{"uv":[3,10,7,11],"rotation":270,"texture":"#1"},"west":{"uv":[3,10,7,13.9],"rotation":270,"texture":"#1"},"up":{"uv":[3,10,6.9,11],"rotation":270,"texture":"#1"},"down":{"uv":[3,10,6.9,11],"rotation":270,"texture":"#1"}}},{"from":[4.255,0.505,4.505],"to":[5.245,4.495,8.395],"rotation":{"angle":0,"axis":"y","origin":[-0.25,-0.5,0]},"faces":{"north":{"uv":[3,11,7,10],"rotation":270,"texture":"#1"},"east":{"uv":[3,13.9,7,10],"rotation":270,"texture":"#1"},"south":{"uv":[3,11,7,10],"rotation":270,"texture":"#1"},"west":{"uv":[3,13.9,7,10],"rotation":270,"texture":"#1"},"up":{"uv":[3,11,6.9,10],"rotation":270,"texture":"#1"},"down":{"uv":[3,11,6.9,10],"rotation":270,"texture":"#1"}}},{"from":[9.91538,0.77746,4.51],"to":[10.89538,3.25746,5.49],"rotation":{"angle":-22.5,"axis":"z","origin":[10.40538,1.76746,4.75]},"faces":{"north":{"uv":[0,12,1,14.5],"texture":"#1"},"east":{"uv":[0,12,1,14.5],"texture":"#1"},"south":{"uv":[0,12,1,14.5],"texture":"#1"},"west":{"uv":[0,12,1,14.5],"texture":"#1"},"up":{"uv":[0,12,1,13],"texture":"#1"},"down":{"uv":[0,12,1,13],"texture":"#1"}}},{"from":[5.10462,0.77746,4.51],"to":[6.08462,3.25746,5.49],"rotation":{"angle":22.5,"axis":"z","origin":[5.59462,1.76746,4.75]},"faces":{"north":{"uv":[1,12,0,14.5],"texture":"#1"},"east":{"uv":[1,12,0,14.5],"texture":"#1"},"south":{"uv":[1,12,0,14.5],"texture":"#1"},"west":{"uv":[1,12,0,14.5],"texture":"#1"},"up":{"uv":[1,12,0,13],"texture":"#1"},"down":{"uv":[1,12,0,13],"texture":"#1"}}},{"from":[8.41381,4.52641,4.51],"to":[11.89381,6.50641,5.49],"rotation":{"angle":-22.5,"axis":"z","origin":[10.15381,5.01641,4.75]},"faces":{"north":{"uv":[6,10.5,8,14],"rotation":270,"texture":"#1"},"east":{"uv":[6,10.5,8,11.5],"rotation":270,"texture":"#1"},"south":{"uv":[6,10.5,8,14],"rotation":270,"texture":"#1"},"west":{"uv":[6,11,8,11.5],"rotation":270,"texture":"#1"},"up":{"uv":[7,10.5,8,14],"rotation":270,"texture":"#1"},"down":{"uv":[6,10.5,7,14],"rotation":270,"texture":"#1"}}},{"from":[4.10619,4.52641,4.51],"to":[7.58619,6.50641,5.49],"rotation":{"angle":22.5,"axis":"z","origin":[5.84619,5.01641,4.75]},"faces":{"north":{"uv":[6,14,8,10.5],"rotation":270,"texture":"#1"},"east":{"uv":[6,11.5,8,11],"rotation":270,"texture":"#1"},"south":{"uv":[6,14,8,10.5],"rotation":270,"texture":"#1"},"west":{"uv":[6,11.5,8,10.5],"rotation":270,"texture":"#1"},"up":{"uv":[7,14,8,10.5],"rotation":270,"texture":"#1"},"down":{"uv":[6,14,7,10.5],"rotation":270,"texture":"#1"}}},{"from":[8.08225,5.79929,5.02],"to":[11.06225,6.77929,11],"rotation":{"angle":-22.5,"axis":"z","origin":[9.32225,5.28929,10.26]},"faces":{"north":{"uv":[6.5,9,9.5,10],"rotation":180,"texture":"#1"},"east":{"uv":[6.5,9,12.5,10],"rotation":180,"texture":"#1"},"south":{"uv":[6.5,9,9.5,10],"rotation":180,"texture":"#1"},"west":{"uv":[6.5,9,12.5,10],"rotation":180,"texture":"#1"},"up":{"uv":[6,9,9,15],"rotation":180,"texture":"#1"},"down":{"uv":[6.5,9,9.5,15],"rotation":180,"texture":"#1"}}},{"from":[4.93775,5.79929,5.02],"to":[7.91775,6.77929,11],"rotation":{"angle":22.5,"axis":"z","origin":[6.67775,5.28929,10.26]},"faces":{"north":{"uv":[9.5,9,6.5,10],"rotation":180,"texture":"#1"},"east":{"uv":[12.5,9,6.5,10],"rotation":180,"texture":"#1"},"south":{"uv":[9.5,9,6.5,10],"rotation":180,"texture":"#1"},"west":{"uv":[12.5,9,6.5,10],"rotation":180,"texture":"#1"},"up":{"uv":[9,9,6,15],"rotation":180,"texture":"#1"},"down":{"uv":[9.5,9,6.5,15],"rotation":180,"texture":"#1"}}},{"from":[7.255,6.1554,5.015],"to":[8.745,7.1454,11.005],"rotation":{"angle":0,"axis":"z","origin":[7.75684,6.6504,8.01]},"faces":{"north":{"uv":[9,9.5,9.5,15.5],"rotation":180,"texture":"#1"},"east":{"uv":[9,9.5,9.5,15.5],"rotation":180,"texture":"#1"},"south":{"uv":[9,9.5,9.5,15.5],"rotation":180,"texture":"#1"},"west":{"uv":[9,9.5,9.5,15.5],"rotation":180,"texture":"#1"},"up":{"uv":[11,9.5,11.5,15.5],"rotation":180,"texture":"#1"},"down":{"uv":[9,9.5,9.5,15.5],"rotation":180,"texture":"#1"}}},{"from":[8.42146,3.04489,4.51],"to":[8.90146,4.52489,5.49],"rotation":{"angle":-22.5,"axis":"z","origin":[10.16146,5.03489,4.75]},"faces":{"north":{"uv":[4,12,5.5,12.5],"rotation":270,"texture":"#1"},"east":{"uv":[4,12,5.5,13],"rotation":270,"texture":"#1"},"south":{"uv":[4,12,5.5,12.5],"rotation":270,"texture":"#1"},"west":{"uv":[4,12,5.5,13],"rotation":270,"texture":"#1"},"up":{"uv":[4,12,5,12.5],"rotation":270,"texture":"#1"},"down":{"uv":[4,12,5,12.5],"rotation":270,"texture":"#1"}}},{"from":[7.09854,3.04489,4.51],"to":[7.57854,4.52489,5.49],"rotation":{"angle":22.5,"axis":"z","origin":[5.83854,5.03489,4.75]},"faces":{"north":{"uv":[4,12.5,5.5,12],"rotation":270,"texture":"#1"},"east":{"uv":[4,13,5.5,12],"rotation":270,"texture":"#1"},"south":{"uv":[4,12.5,5.5,12],"rotation":270,"texture":"#1"},"west":{"uv":[4,13,5.5,12],"rotation":270,"texture":"#1"},"up":{"uv":[4,12.5,5,12],"rotation":270,"texture":"#1"},"down":{"uv":[4,12.5,5,12],"rotation":270,"texture":"#1"}}},{"from":[7,5.75,4.5],"to":[9,7.75,5.5],"rotation":{"angle":45,"axis":"z","origin":[8,6.75,5]},"faces":{"north":{"uv":[6,11.5,8,13.5],"rotation":270,"texture":"#1"},"east":{"uv":[6,11.5,8,12.5],"rotation":270,"texture":"#1"},"south":{"uv":[6,11.5,8,13.5],"texture":"#1"},"west":{"uv":[6,13,8,14],"rotation":270,"texture":"#1"},"up":{"uv":[7,11.5,8,13.5],"rotation":270,"texture":"#1"},"down":{"uv":[6,11.5,6.5,13.5],"rotation":90,"texture":"#1"}}},{"from":[7.5,6.25,4.25],"to":[8.5,7.25,5.25],"rotation":{"angle":45,"axis":"z","origin":[8,6.75,4.75]},"faces":{"north":{"uv":[11,0,12,1],"rotation":270,"texture":"#3"},"east":{"uv":[11,0,12,1],"texture":"#3"},"south":{"uv":[11,0,12,1],"rotation":270,"texture":"#3"},"west":{"uv":[11,0,12,1],"rotation":270,"texture":"#3"},"up":{"uv":[11,0,12,1],"texture":"#3"},"down":{"uv":[11,0,12,1],"rotation":270,"texture":"#3"}}},{"from":[7.01,4.51,10.51],"to":[8.99,6.49,11.49],"rotation":{"angle":45,"axis":"z","origin":[8,5.5,11]},"faces":{"north":{"uv":[8.5,8,10.5,10],"rotation":180,"texture":"#1"},"east":{"uv":[9,8,10.5,10],"rotation":180,"texture":"#1"},"south":{"uv":[10.5,8,12.5,10],"rotation":180,"texture":"#1"},"west":{"uv":[8.5,8,10.5,10],"rotation":180,"texture":"#1"},"up":{"uv":[8.5,8,10.5,9.5],"rotation":180,"texture":"#1"},"down":{"uv":[8.5,8,10.5,10],"rotation":180,"texture":"#1"}}},{"from":[10.5,0,4.515],"to":[11.5,6,11.515],"rotation":{"angle":0,"axis":"y","origin":[16,1,0]},"faces":{"north":{"uv":[2,10,8,11],"rotation":270,"texture":"#1"},"east":{"uv":[2,9,8,16],"rotation":270,"texture":"#1"},"south":{"uv":[1.5,9,7.5,10],"rotation":270,"texture":"#1"},"west":{"uv":[3.5,9,9.5,16],"rotation":270,"texture":"#1"},"up":{"uv":[7,9,8,16],"rotation":180,"texture":"#1"},"down":{"uv":[3,9,4,16],"rotation":180,"texture":"#1"}}},{"from":[4.5,0,4.515],"to":[5.5,6,11.515],"rotation":{"angle":0,"axis":"y","origin":[0,1,0]},"faces":{"north":{"uv":[2,10,8,11],"rotation":270,"texture":"#1"},"east":{"uv":[3.5,9,9.5,16],"rotation":270,"texture":"#1"},"south":{"uv":[2,10,8,11],"rotation":270,"texture":"#1"},"west":{"uv":[2,9,8,16],"rotation":270,"texture":"#1"},"up":{"uv":[8,9,9,16],"rotation":180,"texture":"#1"},"down":{"uv":[4,9,5,16],"rotation":180,"texture":"#1"}}},{"from":[5.5,0,10.515],"to":[10.5,6,11.515],"rotation":{"angle":0,"axis":"y","origin":[16,1,0]},"faces":{"north":{"uv":[4,10,10,15],"rotation":270,"texture":"#1"},"east":{"uv":[4,10,10,11],"rotation":270,"texture":"#1"},"south":{"uv":[2,10,8,15],"rotation":270,"texture":"#1"},"west":{"uv":[4,10,10,11],"rotation":270,"texture":"#1"},"up":{"uv":[7,10,8,15],"rotation":270,"texture":"#1"},"down":{"uv":[3.5,9,4.5,14],"rotation":270,"texture":"#1"}}},{"from":[9.015,-3.02863,4.11894],"to":[10.485,-0.30863,4.58894],"rotation":{"angle":45,"axis":"x","origin":[9.5,-1.54363,4.22894]},"faces":{"north":{"uv":[0,12,1.5,14.75],"texture":"#1"},"east":{"uv":[0,12,0.5,14.75],"texture":"#1"},"south":{"uv":[0,12,1.5,14.75],"texture":"#1"},"west":{"uv":[0,12,0.5,14.75],"texture":"#1"},"up":{"uv":[0,12,1.5,12.5],"texture":"#1"},"down":{"uv":[0,12,1.5,12.5],"texture":"#1"}}},{"from":[9.02,-2.2139,4.47994],"to":[10.98,-0.2539,5.18994],"rotation":{"angle":45,"axis":"x","origin":[10,-0.7339,4.83494]},"faces":{"north":{"uv":[0,12,2,14],"texture":"#1"},"east":{"uv":[0,12,0.75,14],"texture":"#1"},"south":{"uv":[0,12,2,14],"texture":"#1"},"west":{"uv":[0,12,0.75,14],"texture":"#1"},"up":{"uv":[0,12,2,12.75],"texture":"#1"},"down":{"uv":[0,12,2,12.75],"texture":"#1"}}},{"from":[9.01,-1.89537,3.53426],"to":[10.99,1.08463,4.26426],"rotation":{"angle":22.5,"axis":"x","origin":[10.75,-1.40537,3.77426]},"faces":{"north":{"uv":[0,12,2,15],"texture":"#1"},"east":{"uv":[0,12,0.75,15],"texture":"#1"},"south":{"uv":[0,12,2,15],"texture":"#1"},"west":{"uv":[0,12,0.75,15],"texture":"#1"},"up":{"uv":[0,12,2,12.75],"texture":"#1"},"down":{"uv":[0,12,2,12.75],"texture":"#1"}}},{"from":[5.01,-1.89537,3.53426],"to":[6.99,1.08463,4.26426],"rotation":{"angle":22.5,"axis":"x","origin":[5.25,-1.40537,3.77426]},"faces":{"north":{"uv":[2,12,0,15],"texture":"#1"},"east":{"uv":[0.75,12,0,15],"texture":"#1"},"south":{"uv":[2,12,0,15],"texture":"#1"},"west":{"uv":[0.75,12,0,15],"texture":"#1"},"up":{"uv":[2,12,0,12.75],"texture":"#1"},"down":{"uv":[2,12,0,12.75],"texture":"#1"}}},{"from":[10.51,-0.74537,4.03426],"to":[11.74,5.23463,6.51426],"rotation":{"angle":22.5,"axis":"x","origin":[11,-0.40537,3.77426]},"faces":{"north":{"uv":[0,10,6,11.25],"rotation":270,"texture":"#1"},"east":{"uv":[0,10,6,12.5],"rotation":270,"texture":"#1"},"south":{"uv":[0,10,6,11.25],"rotation":270,"texture":"#1"},"west":{"uv":[0,10,6,12.5],"rotation":270,"texture":"#1"},"up":{"uv":[0,10,2.5,11.25],"rotation":270,"texture":"#1"},"down":{"uv":[0,10,2.5,11.25],"rotation":270,"texture":"#1"}}},{"from":[4.26,-0.74537,4.03426],"to":[5.49,5.23463,6.51426],"rotation":{"angle":22.5,"axis":"x","origin":[5,-0.40537,3.77426]},"faces":{"north":{"uv":[0,11.25,6,10],"rotation":270,"texture":"#1"},"east":{"uv":[0,12.5,6,10],"rotation":270,"texture":"#1"},"south":{"uv":[0,11.25,6,10],"rotation":270,"texture":"#1"},"west":{"uv":[0,12.5,6,10],"rotation":270,"texture":"#1"},"up":{"uv":[0,11.25,2.5,10],"rotation":270,"texture":"#1"},"down":{"uv":[0,11.25,2.5,10],"rotation":270,"texture":"#1"}}},{"from":[10.515,-0.92619,5.22091],"to":[11.735,1.54381,11.19091],"rotation":{"angle":-45,"axis":"x","origin":[11.25,-0.19119,6.70591]},"faces":{"north":{"uv":[0,12,1,14.5],"rotation":180,"texture":"#1"},"east":{"uv":[0,9,6,11.5],"rotation":180,"texture":"#1"},"south":{"uv":[0,12,1,14.5],"rotation":180,"texture":"#1"},"west":{"uv":[0,12,6,14.5],"texture":"#1"},"up":{"uv":[0,10,1,16],"rotation":180,"texture":"#1"},"down":{"uv":[0,10,1,16],"rotation":180,"texture":"#1"}}},{"from":[4.265,-0.92619,5.22091],"to":[5.485,1.54381,11.19091],"rotation":{"angle":-45,"axis":"x","origin":[4.75,-0.19119,6.70591]},"faces":{"north":{"uv":[1,12,0,14.5],"rotation":180,"texture":"#1"},"east":{"uv":[6,12,0,14.5],"texture":"#1"},"south":{"uv":[1,12,0,14.5],"rotation":180,"texture":"#1"},"west":{"uv":[6,9,0,11.5],"rotation":180,"texture":"#1"},"up":{"uv":[1,10,0,16],"rotation":180,"texture":"#1"},"down":{"uv":[1,10,0,16],"rotation":180,"texture":"#1"}}},{"from":[10.75,3.51279,4.71617],"to":[11.75,4.66279,11.01617],"rotation":{"angle":22.5,"axis":"x","origin":[11.25,4.51279,8.01617]},"faces":{"north":{"uv":[6.5,10,7.5,16.3],"rotation":270,"texture":"#1"},"east":{"uv":[6.5,10,7.5,16.3],"rotation":270,"texture":"#1"},"south":{"uv":[5,10.5,6,11.5],"rotation":270,"texture":"#1"},"west":{"uv":[6.5,10,7.5,16.3],"rotation":270,"texture":"#1"},"up":{"uv":[6.5,10,7.5,16.3],"rotation":180,"texture":"#1"},"down":{"uv":[6.5,10,7.5,16.3],"rotation":270,"texture":"#1"}}},{"from":[4.25,3.51279,4.71617],"to":[5.25,4.66279,11.01617],"rotation":{"angle":22.5,"axis":"x","origin":[4.75,4.51279,8.01617]},"faces":{"north":{"uv":[6.5,16.3,7.5,10],"rotation":270,"texture":"#1"},"east":{"uv":[6.5,16.3,7.5,10],"rotation":270,"texture":"#1"},"south":{"uv":[5,11.5,6,10.5],"rotation":270,"texture":"#1"},"west":{"uv":[6.5,16.3,7.5,10],"rotation":270,"texture":"#1"},"up":{"uv":[7.5,10,6.5,16.3],"rotation":180,"texture":"#1"},"down":{"uv":[6.5,16.3,7.5,10],"rotation":270,"texture":"#1"}}},{"from":[9.01,-2.87689,3.54191],"to":[10.49,-1.89689,4.02191],"rotation":{"angle":22.5,"axis":"x","origin":[10.75,-1.38689,3.78191]},"faces":{"north":{"uv":[0,12,1.5,13],"texture":"#1"},"east":{"uv":[0,12,0.5,13],"texture":"#1"},"south":{"uv":[0,12,1.5,13],"texture":"#1"},"west":{"uv":[0,12,0.5,13],"texture":"#1"},"up":{"uv":[0,12,1.5,12.5],"texture":"#1"},"down":{"uv":[0,12,1.5,12.5],"texture":"#1"}}},{"from":[5.51,-2.87689,3.54191],"to":[6.99,-1.89689,4.02191],"rotation":{"angle":22.5,"axis":"x","origin":[5.25,-1.38689,3.78191]},"faces":{"north":{"uv":[1.5,12,0,13],"texture":"#1"},"east":{"uv":[0.5,12,0,13],"texture":"#1"},"south":{"uv":[1.5,12,0,13],"texture":"#1"},"west":{"uv":[0.5,12,0,13],"texture":"#1"},"up":{"uv":[1.5,12,0,12.5],"texture":"#1"},"down":{"uv":[1.5,12,0,12.5],"texture":"#1"}}},{"from":[7.75,6.3,8.75],"to":[8.25,8.3,9.75],"rotation":{"angle":22.5,"axis":"x","origin":[8,7.13333,9.25]},"faces":{"north":{"uv":[0,11,0.5,13],"texture":"#0"},"east":{"uv":[0,11,1,13],"texture":"#0"},"south":{"uv":[0,11,0.5,13],"texture":"#0"},"west":{"uv":[0,11,1,13],"texture":"#0"},"up":{"uv":[0,11,0.5,12],"texture":"#0"},"down":{"uv":[0,11,0.5,12],"texture":"#0"}}},{"from":[7.75,6.28731,5.81378],"to":[8.25,8.28731,6.81378],"rotation":{"angle":-22.5,"axis":"x","origin":[8,7.28731,6.31378]},"faces":{"north":{"uv":[0,11,0.5,13],"texture":"#0"},"east":{"uv":[0,11,1,13],"texture":"#0"},"south":{"uv":[0,11,0.5,13],"texture":"#0"},"west":{"uv":[0,11,1,13],"texture":"#0"},"up":{"uv":[0,11,0.5,12],"texture":"#0"},"down":{"uv":[0,11,0.5,12],"texture":"#0"}}},{"from":[7.75,7.63037,10.16771],"to":[8.25,8.63037,11.16771],"rotation":{"angle":45,"axis":"x","origin":[8,7.13333,9.25]},"faces":{"north":{"uv":[0,11,0.5,12],"texture":"#0"},"east":{"uv":[0,11,1,12],"texture":"#0"},"south":{"uv":[0,11,0.5,12],"texture":"#0"},"west":{"uv":[0,11,1,12],"texture":"#0"},"up":{"uv":[0,11,0.5,12],"texture":"#0"},"down":{"uv":[0,11,0.5,12],"texture":"#0"}}},{"from":[7.75,6.63037,7.33229],"to":[8.25,8.63037,8.33229],"rotation":{"angle":0,"axis":"x","origin":[8,7.13333,9.25]},"faces":{"north":{"uv":[0,11,0.5,13],"texture":"#0"},"east":{"uv":[0,11,1,13],"texture":"#0"},"south":{"uv":[0,11,0.5,13],"texture":"#0"},"west":{"uv":[0,11,1,13],"texture":"#0"},"up":{"uv":[0,11,0.5,12],"texture":"#0"},"down":{"uv":[0,11,0.5,12],"texture":"#0"}}},{"from":[7.49,8.62037,6.82229],"to":[8.51,9.64037,8.84229],"rotation":{"angle":0,"axis":"x","origin":[8,9.13037,7.83229]},"faces":{"north":{"uv":[0,11,1,12],"rotation":90,"texture":"#0"},"east":{"uv":[0,11,1,13],"rotation":90,"texture":"#0"},"south":{"uv":[0,11,1,12],"rotation":90,"texture":"#0"},"west":{"uv":[0,11,1,13],"rotation":90,"texture":"#0"},"up":{"uv":[0,11,2,12],"rotation":90,"texture":"#0"},"down":{"uv":[0,11,2,12],"rotation":90,"texture":"#0"}}},{"from":[7.5,8.28575,8.56483],"to":[8.5,9.28575,11.06483],"rotation":{"angle":22.5,"axis":"x","origin":[8,8.78575,9.56483]},"faces":{"north":{"uv":[0,11,1,12],"rotation":90,"texture":"#0"},"east":{"uv":[0,11,1,13.5],"rotation":90,"texture":"#0"},"south":{"uv":[0,11,1,12],"rotation":90,"texture":"#0"},"west":{"uv":[0,11,1,13.5],"rotation":90,"texture":"#0"},"up":{"uv":[0,11,2.5,12],"rotation":90,"texture":"#0"},"down":{"uv":[0,11,2.5,12],"rotation":90,"texture":"#0"}}},{"from":[7.5,8.28575,5.09975],"to":[8.5,9.28575,7.09975],"rotation":{"angle":-22.5,"axis":"x","origin":[8,8.78575,6.09975]},"faces":{"north":{"uv":[0,11,1,12],"rotation":90,"texture":"#0"},"east":{"uv":[0,11,1,13],"rotation":90,"texture":"#0"},"south":{"uv":[0,11,1,12],"rotation":90,"texture":"#0"},"west":{"uv":[0,11,1,13],"rotation":90,"texture":"#0"},"up":{"uv":[0,11,2,12],"rotation":90,"texture":"#0"},"down":{"uv":[0,11,2,12],"rotation":90,"texture":"#0"}}},{"from":[7.75,8.95962,4.46707],"to":[8.25,12.95962,6.96707],"rotation":{"angle":-22.5,"axis":"x","origin":[8,9.70962,5.71707]},"faces":{"north":{"uv":[0,1.5,4,2],"rotation":270,"texture":"#4"},"east":{"uv":[0,1.5,4,4],"rotation":270,"texture":"#4"},"south":{"uv":[0,1.5,4,2],"rotation":270,"texture":"#4"},"west":{"uv":[0,1.5,4,4],"rotation":270,"texture":"#4"},"up":{"uv":[0,1.5,2.5,2],"rotation":270,"texture":"#4"},"down":{"uv":[0,1.5,2.5,2],"rotation":270,"texture":"#4"}}},{"from":[7.76,9.56738,6.4617],"to":[8.24,13.54738,9.4417],"rotation":{"angle":0,"axis":"x","origin":[8,12.05738,7.7017]},"faces":{"north":{"uv":[0,1.5,4,2],"rotation":270,"texture":"#4"},"east":{"uv":[0,1.5,4,4.5],"rotation":270,"texture":"#4"},"south":{"uv":[0,1.5,4,2],"rotation":270,"texture":"#4"},"west":{"uv":[0,1.5,4,4.5],"rotation":270,"texture":"#4"},"up":{"uv":[0,1.5,3,2],"rotation":270,"texture":"#4"},"down":{"uv":[0,1.5,3,2],"rotation":270,"texture":"#4"}}},{"from":[7.75,8.80738,9.4517],"to":[8.25,12.80738,12.4517],"rotation":{"angle":22.5,"axis":"x","origin":[8,10.80738,10.7017]},"faces":{"north":{"uv":[0,1.5,4,2],"rotation":270,"texture":"#4"},"east":{"uv":[0,1.5,4,4.5],"rotation":270,"texture":"#4"},"south":{"uv":[0,1.5,4,2],"rotation":270,"texture":"#4"},"west":{"uv":[0,1.5,4,4.5],"rotation":270,"texture":"#4"},"up":{"uv":[0,1.5,3,2],"rotation":270,"texture":"#4"},"down":{"uv":[0,1.5,3,2],"rotation":270,"texture":"#4"}}},{"from":[7.76,7.06738,11.7117],"to":[8.24,11.04738,14.1917],"rotation":{"angle":45,"axis":"x","origin":[8,9.05738,12.9517]},"faces":{"north":{"uv":[0,1.5,4,2],"rotation":270,"texture":"#4"},"east":{"uv":[0,1.5,4,4],"rotation":270,"texture":"#4"},"south":{"uv":[0,1.5,4,2],"rotation":270,"texture":"#4"},"west":{"uv":[0,1.5,4,4],"rotation":270,"texture":"#4"},"up":{"uv":[0,1.5,2.5,2],"rotation":270,"texture":"#4"},"down":{"uv":[0,1.5,2.5,2],"rotation":270,"texture":"#4"}}},{"from":[7.75,6.30738,10.9517],"to":[8.25,7.80738,14.9517],"rotation":{"angle":-22.5,"axis":"x","origin":[8,9.05738,12.9517]},"faces":{"north":{"uv":[0,1.5,1.5,2],"rotation":270,"texture":"#4"},"east":{"uv":[0,1.5,1.5,5.5],"rotation":270,"texture":"#4"},"south":{"uv":[0,1.5,1.5,2],"rotation":270,"texture":"#4"},"west":{"uv":[0,1.5,1.5,5.5],"rotation":270,"texture":"#4"},"up":{"uv":[0,1.5,4,2],"rotation":270,"texture":"#4"},"down":{"uv":[0,1.5,4,2],"rotation":270,"texture":"#4"}}},{"from":[7.51,7.123,10.50554],"to":[8.49,8.103,12.48554],"rotation":{"angle":45,"axis":"x","origin":[8,7.613,11.49554]},"faces":{"north":{"uv":[0,11,1,12],"rotation":90,"texture":"#0"},"east":{"uv":[0,11,1,13],"rotation":90,"texture":"#0"},"south":{"uv":[0,11,1,12],"rotation":90,"texture":"#0"},"west":{"uv":[0,11,1,13],"rotation":90,"texture":"#0"},"up":{"uv":[0,11,2,12],"rotation":90,"texture":"#0"},"down":{"uv":[0,11,2,12],"rotation":90,"texture":"#0"}}}],"display":{"head":{"translation":[0,11.75,0],"scale":[2.2,2.25,2.2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/dragon_mask.json b/assets/minecraft/models/item/wynn/skin/hat/dragon_mask.json new file mode 100644 index 000000000..c72667442 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/dragon_mask.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"1":"skins/dragon_mask"},"elements":[{"from":[3.995,-0.005,3.995],"to":[12.005,8.005,12.005],"rotation":{"angle":0,"axis":"y","origin":[4,0,4]},"faces":{"north":{"uv":[0,0,2,2],"texture":"#1"},"east":{"uv":[4,2,2,4],"texture":"#1"},"south":{"uv":[2,0,4,2],"texture":"#1"},"west":{"uv":[2,2,4,4],"texture":"#1"},"up":{"uv":[2,6,0,4],"texture":"#1"},"down":{"uv":[6,0,4,2],"texture":"#1"}}},{"from":[5.495,0.995,-3.005],"to":[10.505,4.005,4.005],"rotation":{"angle":0,"axis":"y","origin":[7.5,0,0]},"faces":{"north":{"uv":[8.25,2.5,9.5,3.25],"texture":"#1"},"east":{"uv":[9.25,7.5,7.5,8.25],"texture":"#1"},"west":{"uv":[7.5,7.5,9.25,8.25],"texture":"#1"},"up":{"uv":[6.25,6.75,5,5],"texture":"#1"},"down":{"uv":[3.25,5.5,2,7.25],"texture":"#1"}}},{"from":[5.5,2.15,1],"to":[10.5,4.15,4],"rotation":{"angle":-22.5,"axis":"x","origin":[5.5,2.15,1]},"faces":{"east":{"uv":[10.75,3,10,3.5],"texture":"#1"},"west":{"uv":[10,3,10.75,3.5],"texture":"#1"},"up":{"uv":[7,9,5.75,8.25],"texture":"#1"}}},{"from":[5,1.35,2.8],"to":[11,7.35,4.8],"rotation":{"angle":22.5,"axis":"x","origin":[6,4.35,4.8]},"faces":{"north":{"uv":[2,4,3.5,5.5],"texture":"#1"},"east":{"uv":[6.5,2,6,3.5],"texture":"#1"},"south":{"uv":[4,2,5.5,3.5],"texture":"#1"},"west":{"uv":[6,2,6.5,3.5],"texture":"#1"},"down":{"uv":[10,3.75,8.5,4.25],"texture":"#1"}}},{"from":[5.995,-1.005,-1.005],"to":[10.005,1.005,6.005],"rotation":{"angle":0,"axis":"y","origin":[7,-1,0]},"faces":{"north":{"uv":[9.5,2.5,10.5,3],"texture":"#1"},"east":{"uv":[10,8.25,8.25,8.75],"texture":"#1"},"south":{"uv":[3,9.5,4,10],"texture":"#1"},"west":{"uv":[8.25,8.25,10,8.75],"texture":"#1"},"down":{"uv":[7.5,2,6.5,3.75],"texture":"#1"}}},{"from":[4,1.4,9.6],"to":[12,4.4,12.6],"rotation":{"angle":45,"axis":"x","origin":[5,1.4,10.6]},"faces":{"north":{"uv":[7,0,9,0.75],"texture":"#1"},"east":{"uv":[8.25,9,7.5,9.75],"texture":"#1"},"south":{"uv":[7,0.75,9,1.5],"texture":"#1"},"west":{"uv":[7.5,9,8.25,9.75],"texture":"#1"},"up":{"uv":[9.25,5.25,7.25,4.5],"texture":"#1"},"down":{"uv":[9.25,5.25,7.25,6],"texture":"#1"}}},{"from":[5,1.4,12.3],"to":[11,7.4,14.3],"rotation":{"angle":-22.5,"axis":"x","origin":[5,1.4,12.3]},"faces":{"east":{"uv":[5.5,8.75,5,10.25],"texture":"#1"},"south":{"uv":[5,3.5,6.5,5],"texture":"#1"},"west":{"uv":[5,8.75,5.5,10.25],"texture":"#1"},"down":{"uv":[4.25,9,2.75,9.5],"texture":"#1"}}},{"from":[5.5,1,-3],"to":[8.5,3,5.4],"rotation":{"angle":-22.5,"axis":"y","origin":[5.5,1,-3]},"faces":{"west":{"uv":[0,8,2,8.5],"texture":"#1"},"up":{"uv":[5,7.5,4.25,5.5],"texture":"#1"},"down":{"uv":[5.75,6.75,5,8.75],"texture":"#1"}}},{"from":[2.245,0.995,4.745],"to":[4.255,3.005,9.155],"rotation":{"angle":0,"axis":"y","origin":[2.25,1,4.75]},"faces":{"north":{"uv":[7,1.5,7.5,2],"texture":"#1"},"south":{"uv":[2,10.25,2.5,10.75],"texture":"#1"},"west":{"uv":[9.25,7.25,10.25,7.75],"texture":"#1"},"up":{"uv":[1.5,10,1,9],"texture":"#1"},"down":{"uv":[2.5,9.25,2,10.25],"texture":"#1"}}},{"from":[2.5,4.75,3.25],"to":[6.5,7.5,15.25],"rotation":{"angle":-22.5,"axis":"x","origin":[3.5,4.75,3.25]},"faces":{"north":{"uv":[4,8.25,5,9],"texture":"#1"},"east":{"uv":[0,12.75,3,13.5],"texture":"#1"},"south":{"uv":[8.25,8.75,9.25,9.5],"texture":"#1"},"west":{"uv":[0,11,3,11.75],"texture":"#1"},"up":{"uv":[3,12.75,0,11.75],"rotation":90,"texture":"#1"},"down":{"uv":[1,6,0,8],"texture":"#1"}}},{"from":[2.7,1,9.05],"to":[4.7,3,13.2],"rotation":{"angle":22.5,"axis":"y","origin":[2.7,1,10.2]},"faces":{"east":{"uv":[9.25,7.75,10.25,8.25],"texture":"#1"},"south":{"uv":[4.25,10.25,4.75,10.75],"texture":"#1"},"west":{"uv":[9.25,8.75,10.25,9.25],"texture":"#1"},"up":{"uv":[9.75,10.25,9.25,9.25],"texture":"#1"},"down":{"uv":[3,9.5,2.5,10.5],"texture":"#1"}}},{"from":[6,-1,2],"to":[8,2,6],"rotation":{"angle":45,"axis":"z","origin":[6,-1,2]},"faces":{"north":{"uv":[10,3.5,10.5,4.25],"texture":"#1"},"east":{"uv":[0,9,1,9.75],"texture":"#1"},"south":{"uv":[0,10.25,0.5,11],"texture":"#1"},"west":{"uv":[9,0,10,0.75],"texture":"#1"},"up":{"uv":[8.75,10.5,8.25,9.5],"texture":"#1"}}},{"from":[7.5,1,-3],"to":[10.5,3,5.4],"rotation":{"angle":22.5,"axis":"y","origin":[10.5,1,-3]},"faces":{"east":{"uv":[2,8,0,8.5],"texture":"#1"},"up":{"uv":[4.25,7.5,5,5.5],"texture":"#1"},"down":{"uv":[5,6.75,5.75,8.75],"texture":"#1"}}},{"from":[11.745,0.995,4.745],"to":[13.755,3.005,9.155],"rotation":{"angle":0,"axis":"y","origin":[13.75,1,4.75]},"faces":{"north":{"uv":[7.5,1.5,7,2],"texture":"#1"},"east":{"uv":[10.25,7.25,9.25,7.75],"texture":"#1"},"south":{"uv":[2.5,10.25,2,10.75],"texture":"#1"},"up":{"uv":[1,10,1.5,9],"texture":"#1"},"down":{"uv":[2,9.25,2.5,10.25],"texture":"#1"}}},{"from":[9.5,4.75,3.25],"to":[13.5,7.5,15.25],"rotation":{"angle":-22.5,"axis":"x","origin":[12.5,4.75,3.25]},"faces":{"north":{"uv":[5,8.25,4,9],"texture":"#1"},"east":{"uv":[3,11,0,11.75],"texture":"#1"},"south":{"uv":[9.25,8.75,8.25,9.5],"texture":"#1"},"west":{"uv":[3,12.75,0,13.5],"texture":"#1"},"up":{"uv":[3,11.75,0,12.75],"rotation":90,"texture":"#1"},"down":{"uv":[0,6,1,8],"texture":"#1"}}},{"from":[11.3,1,9.05],"to":[13.3,3,13.2],"rotation":{"angle":-22.5,"axis":"y","origin":[13.3,1,10.2]},"faces":{"east":{"uv":[10.25,8.75,9.25,9.25],"texture":"#1"},"south":{"uv":[4.75,10.25,4.25,10.75],"texture":"#1"},"west":{"uv":[10.25,7.75,9.25,8.25],"texture":"#1"},"up":{"uv":[9.25,10.25,9.75,9.25],"texture":"#1"},"down":{"uv":[2.5,9.5,3,10.5],"texture":"#1"}}},{"from":[8,-1,2],"to":[10,2,6],"rotation":{"angle":-45,"axis":"z","origin":[10,-1,2]},"faces":{"north":{"uv":[10.5,3.5,10,4.25],"texture":"#1"},"east":{"uv":[10,0,9,0.75],"texture":"#1"},"south":{"uv":[0.5,10.25,0,11],"texture":"#1"},"west":{"uv":[1,9,0,9.75],"texture":"#1"},"up":{"uv":[8.25,10.5,8.75,9.5],"texture":"#1"}}}],"display":{"gui":{"rotation":[-150,45,175],"translation":[0.5,2,0],"scale":[0.75,0.75,0.75]},"head":{"translation":[0,7.25,0],"scale":[1.825,1.825,1.825]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/dwarven_helmet.json b/assets/minecraft/models/item/wynn/skin/hat/dwarven_helmet.json new file mode 100644 index 000000000..f9d1cfcb3 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/dwarven_helmet.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/dwarven/dwarven_helmet","1":"skins/dwarven/dwarven_helmet_anim","particle":"skins/dwarven/dwarven_helmet"},"elements":[{"from":[3.5,6,3.5],"to":[12.5,9,12.5],"rotation":{"angle":0,"axis":"y","origin":[7,0,7]},"faces":{"north":{"uv":[2.25,2.25,4.5,3],"texture":"#0"},"east":{"uv":[4.5,2.25,6.75,3],"texture":"#0"},"south":{"uv":[6.75,2.25,9,3],"texture":"#0"},"west":{"uv":[4.5,2.25,6.75,3],"texture":"#0"},"up":{"uv":[4.5,2.25,2.25,0],"texture":"#0"}}},{"from":[4,6,12],"to":[12,7,13],"rotation":{"angle":0,"axis":"y","origin":[7,0,8]},"faces":{"north":{"uv":[5.75,3.5,7.75,3.75],"texture":"#0"},"east":{"uv":[5.5,3.5,5.75,3.75],"texture":"#0"},"south":{"uv":[8,3.5,10,3.75],"texture":"#0"},"west":{"uv":[7.75,3.5,8,3.75],"texture":"#0"},"up":{"uv":[7.75,3.5,5.75,3.25],"texture":"#0"},"down":{"uv":[9.75,3.25,7.75,3.5],"texture":"#0"}}},{"from":[6,5,3],"to":[10,6,4],"rotation":{"angle":0,"axis":"y","origin":[7,-1,7]},"faces":{"north":{"uv":[7.75,7,8.75,7.25],"texture":"#0"},"east":{"uv":[7.5,7,7.75,7.25],"texture":"#0"},"south":{"uv":[9,7,10,7.25],"texture":"#0"},"west":{"uv":[8.75,7,9,7.25],"texture":"#0"},"up":{"uv":[8.75,7,7.75,6.75],"texture":"#0"},"down":{"uv":[9.75,6.75,8.75,7],"texture":"#0"}}},{"from":[7.49,4.49,2.99],"to":[8.51,8.51,4.01],"rotation":{"angle":0,"axis":"y","origin":[7,-1,7]},"faces":{"north":{"uv":[0.25,8.5,0.5,9.5],"texture":"#0"},"east":{"uv":[0,8.5,0.25,9.5],"texture":"#0"},"south":{"uv":[0.75,8.5,1,9.5],"texture":"#0"},"west":{"uv":[0.5,8.5,0.75,9.5],"texture":"#0"},"up":{"uv":[0.5,8.5,0.25,8.25],"texture":"#0"},"down":{"uv":[0.75,8.25,0.5,8.5],"texture":"#0"}}},{"from":[7.5,8.5,3],"to":[8.5,9.91421,4],"rotation":{"angle":45,"axis":"x","origin":[7.5,8.5,3]},"faces":{"north":{"uv":[1.5,8.5,1.75,8.75],"texture":"#0"},"east":{"uv":[1.25,8.5,1.5,8.75],"texture":"#0"},"south":{"uv":[2,8.5,2.25,8.75],"texture":"#0"},"west":{"uv":[1.75,8.5,2,8.75],"texture":"#0"},"up":{"uv":[1.75,8.5,1.5,8.25],"texture":"#0"},"down":{"uv":[2,8.25,1.75,8.5],"texture":"#0"}}},{"from":[7.5,8.5,12],"to":[8.5,9.91421,13],"rotation":{"angle":-45,"axis":"x","origin":[7.5,8.5,13]},"faces":{"north":{"uv":[0.25,1.75,0.5,2],"texture":"#0"},"east":{"uv":[0,1.75,0.25,2],"texture":"#0"},"south":{"uv":[0.75,1.75,1,2],"texture":"#0"},"west":{"uv":[0.5,1.75,0.75,2],"texture":"#0"},"up":{"uv":[0.5,1.75,0.25,1.5],"texture":"#0"},"down":{"uv":[0.75,1.5,0.5,1.75],"texture":"#0"}}},{"from":[7.49,8.49,3.99],"to":[8.51,9.51,12.01],"rotation":{"angle":0,"axis":"y","origin":[7,-1,8]},"faces":{"north":{"uv":[2,7.75,2.25,8],"texture":"#0"},"east":{"uv":[0,7.75,2,8],"texture":"#0"},"south":{"uv":[4.25,7.75,4.5,8],"texture":"#0"},"west":{"uv":[2.25,7.75,4.25,8],"texture":"#0"},"up":{"uv":[2.25,7.75,2,5.75],"texture":"#0"},"down":{"uv":[2.5,5.75,2.25,7.75],"texture":"#0"}}},{"from":[7,9,9],"to":[9,10,11],"rotation":{"angle":0,"axis":"y","origin":[7,-0.5,8]},"faces":{"north":{"uv":[3.25,6.25,3.75,6.5],"texture":"#0"},"east":{"uv":[2.75,6.25,3.25,6.5],"texture":"#0"},"south":{"uv":[4.25,6.25,4.75,6.5],"texture":"#0"},"west":{"uv":[3.75,6.25,4.25,6.5],"texture":"#0"},"up":{"uv":[3.75,6.25,3.25,5.75],"texture":"#0"}}},{"from":[6.5,10.85,8.9],"to":[9.5,15.85,11.9],"rotation":{"angle":45,"axis":"x","origin":[8,11.5,10.15]},"faces":{"north":{"uv":[0,3,3,8],"texture":"#1"},"east":{"uv":[0,3,3,8],"texture":"#1"},"south":{"uv":[0,3,3,8],"texture":"#1"},"west":{"uv":[0,3,3,8],"texture":"#1"},"down":{"uv":[3,0,0,3],"texture":"#1"}}},{"from":[9.5,10.85,8.9],"to":[6.5,15.85,11.9],"rotation":{"angle":45,"axis":"x","origin":[8,11.5,10.15]},"faces":{"north":{"uv":[0,3,3,8],"texture":"#1"},"east":{"uv":[0,3,3,8],"texture":"#1"},"south":{"uv":[0,3,3,8],"texture":"#1"},"west":{"uv":[0,3,3,8],"texture":"#1"},"down":{"uv":[3,0,0,3],"texture":"#1"}}},{"from":[6.5,12.85,8.9],"to":[9.5,12.85,11.9],"rotation":{"angle":45,"axis":"x","origin":[8,11.5,10.15]},"faces":{"north":{"uv":[7.75,0.75,8.5,0.75],"texture":"#0"},"east":{"uv":[7,0.75,7.75,0.75],"texture":"#0"},"south":{"uv":[9.25,0.75,10,0.75],"texture":"#0"},"west":{"uv":[8.5,0.75,9.25,0.75],"texture":"#0"},"up":{"uv":[8.5,0.75,7.75,0],"texture":"#0"},"down":{"uv":[9.25,0,8.5,0.75],"texture":"#0"}}},{"from":[7.5,9.5,9.5],"to":[8.5,11.5,10.5],"rotation":{"angle":0,"axis":"y","origin":[7,0.5,8]},"faces":{"north":{"uv":[3,7,3.25,7.5],"texture":"#0"},"east":{"uv":[2.75,7,3,7.5],"texture":"#0"},"south":{"uv":[3.5,7,3.75,7.5],"texture":"#0"},"west":{"uv":[3.25,7,3.5,7.5],"texture":"#0"},"up":{"uv":[3.25,7,3,6.75],"texture":"#0"},"down":{"uv":[3.5,6.75,3.25,7],"texture":"#0"}}},{"from":[7.49,6.99,11.99],"to":[8.51,8.51,13.01],"rotation":{"angle":0,"axis":"y","origin":[7,-2,8]},"faces":{"north":{"uv":[8.5,7.75,8.75,8],"texture":"#0"},"east":{"uv":[8.25,7.75,8.5,8],"texture":"#0"},"south":{"uv":[9,7.75,9.25,8],"texture":"#0"},"west":{"uv":[8.75,7.75,9,8],"texture":"#0"},"up":{"uv":[8.75,7.75,8.5,7.5],"texture":"#0"},"down":{"uv":[9,7.5,8.75,7.75],"texture":"#0"}}},{"from":[4,6,3],"to":[5.4125,7,4],"rotation":{"angle":0,"axis":"y","origin":[2,0,7]},"faces":{"north":{"uv":[9.25,4.25,9.5,4.5],"texture":"#0"},"east":{"uv":[9,4.25,9.25,4.5],"texture":"#0"},"south":{"uv":[9.75,4.25,10,4.5],"texture":"#0"},"west":{"uv":[9.5,4.25,9.75,4.5],"texture":"#0"},"up":{"uv":[9.5,4.25,9.25,4],"texture":"#0"},"down":{"uv":[9.75,4,9.5,4.25],"texture":"#0"}}},{"from":[3,6,4],"to":[4,7,12],"rotation":{"angle":0,"axis":"y","origin":[1,0,8]},"faces":{"north":{"uv":[4.75,8.75,5,9],"texture":"#0"},"east":{"uv":[2.75,8.75,4.75,9],"texture":"#0"},"south":{"uv":[7,8.75,7.25,9],"texture":"#0"},"west":{"uv":[5,8.75,7,9],"texture":"#0"},"up":{"uv":[5,8.75,4.75,6.75],"texture":"#0"},"down":{"uv":[5.25,6.75,5,8.75],"texture":"#0"}}},{"from":[2.99,5.99,2.57579],"to":[4.01,7.01,4.01],"rotation":{"angle":-45,"axis":"y","origin":[3,6,4]},"faces":{"north":{"uv":[1.5,9.25,1.75,9.5],"texture":"#0"},"east":{"uv":[1.25,9.25,1.5,9.5],"texture":"#0"},"south":{"uv":[2,9.25,2.25,9.5],"texture":"#0"},"west":{"uv":[1.75,9.25,2,9.5],"texture":"#0"},"up":{"uv":[1.75,9.25,1.5,9],"texture":"#0"},"down":{"uv":[2,9,1.75,9.25],"texture":"#0"}}},{"from":[2.99,5.99,11.99],"to":[4.01,7.01,13.42421],"rotation":{"angle":45,"axis":"y","origin":[3,6,12]},"faces":{"north":{"uv":[8.25,8.5,8.5,8.75],"texture":"#0"},"east":{"uv":[8,8.5,8.25,8.75],"texture":"#0"},"south":{"uv":[8.75,8.5,9,8.75],"texture":"#0"},"west":{"uv":[8.5,8.5,8.75,8.75],"texture":"#0"},"up":{"uv":[8.5,8.5,8.25,8.25],"texture":"#0"},"down":{"uv":[8.75,8.25,8.5,8.5],"texture":"#0"}}},{"from":[11.99,5.99,2.57579],"to":[13.01,7.01,4.01],"rotation":{"angle":45,"axis":"y","origin":[13,6,4]},"faces":{"north":{"uv":[1.75,9.25,1.5,9.5],"texture":"#0"},"east":{"uv":[2,9.25,1.75,9.5],"texture":"#0"},"south":{"uv":[2.25,9.25,2,9.5],"texture":"#0"},"west":{"uv":[1.5,9.25,1.25,9.5],"texture":"#0"},"up":{"uv":[1.5,9.25,1.75,9],"texture":"#0"},"down":{"uv":[1.75,9,2,9.25],"texture":"#0"}}},{"from":[12,6,4],"to":[13,7,12],"rotation":{"angle":0,"axis":"y","origin":[15,0,8]},"faces":{"north":{"uv":[5,8.75,4.75,9],"texture":"#0"},"east":{"uv":[7,8.75,5,9],"texture":"#0"},"south":{"uv":[7.25,8.75,7,9],"texture":"#0"},"west":{"uv":[4.75,8.75,2.75,9],"texture":"#0"},"up":{"uv":[4.75,8.75,5,6.75],"texture":"#0"},"down":{"uv":[5,6.75,5.25,8.75],"texture":"#0"}}},{"from":[11.99,5.99,11.99],"to":[13.01,7.01,13.42421],"rotation":{"angle":-45,"axis":"y","origin":[13,6,12]},"faces":{"north":{"uv":[8.5,8.5,8.25,8.75],"texture":"#0"},"east":{"uv":[8.75,8.5,8.5,8.75],"texture":"#0"},"south":{"uv":[9,8.5,8.75,8.75],"texture":"#0"},"west":{"uv":[8.25,8.5,8,8.75],"texture":"#0"},"up":{"uv":[8.25,8.5,8.5,8.25],"texture":"#0"},"down":{"uv":[8.5,8.25,8.75,8.5],"texture":"#0"}}},{"from":[4.15875,4.99,2.99],"to":[6.01,6.01,4.01],"rotation":{"angle":-45,"axis":"z","origin":[6,5,3]},"faces":{"north":{"uv":[9.25,5,9.75,5.25],"texture":"#0"},"south":{"uv":[9.25,5.25,9.75,5.5],"texture":"#0"},"up":{"uv":[9.75,5,9.25,4.75],"texture":"#0"},"down":{"uv":[9.75,4.5,9.25,4.75],"texture":"#0"}}},{"from":[10.5875,6,3],"to":[12,7,4],"rotation":{"angle":0,"axis":"y","origin":[14,0,7]},"faces":{"north":{"uv":[9.5,4.25,9.25,4.5],"texture":"#0"},"east":{"uv":[9.75,4.25,9.5,4.5],"texture":"#0"},"south":{"uv":[10,4.25,9.75,4.5],"texture":"#0"},"west":{"uv":[9.25,4.25,9,4.5],"texture":"#0"},"up":{"uv":[9.25,4.25,9.5,4],"texture":"#0"},"down":{"uv":[9.5,4,9.75,4.25],"texture":"#0"}}},{"from":[9.99,4.99,2.99],"to":[11.84125,6.01,4.01],"rotation":{"angle":45,"axis":"z","origin":[10,5,3]},"faces":{"north":{"uv":[9.75,5,9.25,5.25],"texture":"#0"},"south":{"uv":[9.75,5.25,9.25,5.5],"texture":"#0"},"up":{"uv":[9.25,5,9.75,4.75],"texture":"#0"},"down":{"uv":[9.25,4.5,9.75,4.75],"texture":"#0"}}},{"from":[3.2,1,3.95],"to":[8.2,4,9],"rotation":{"angle":-45,"axis":"z","origin":[4.2,4,7.5]},"faces":{"north":{"uv":[6.25,5.75,7.5,6.5],"texture":"#0"},"east":{"uv":[5,5.75,6.25,6.5],"texture":"#0"},"south":{"uv":[8.75,5.75,10,6.5],"texture":"#0"},"west":{"uv":[7.5,5.75,8.75,6.5],"texture":"#0"},"up":{"uv":[7.5,5.75,6.25,4.5],"texture":"#0"},"down":{"uv":[8.75,4.5,7.5,5.75],"texture":"#0"}}},{"from":[10.6,0.05,8.95],"to":[12.6,4,12.55],"rotation":{"angle":22.5,"axis":"z","origin":[11.6,4,12.5]},"faces":{"east":{"uv":[7.5,7.5,6.75,8.5],"texture":"#0"},"south":{"uv":[8,7.5,7.5,8.5],"texture":"#0"},"up":{"uv":[6.25,7.5,6.75,6.75],"texture":"#0"}}},{"from":[3.4,0.05,8.95],"to":[5.4,4,12.55],"rotation":{"angle":-22.5,"axis":"z","origin":[4.4,4,12.5]},"faces":{"south":{"uv":[7.5,7.5,8,8.5],"texture":"#0"},"west":{"uv":[6.75,7.5,7.5,8.5],"texture":"#0"},"up":{"uv":[6.75,7.5,6.25,6.75],"texture":"#0"}}},{"from":[2.90711,-0.94975,4],"to":[4.90711,1.05025,5.05],"rotation":{"angle":0,"axis":"y","origin":[0.90711,3.05025,3.95]},"faces":{"north":{"uv":[0.25,6,0.75,6.5],"texture":"#0"},"east":{"uv":[0,6,0.25,6.5],"texture":"#0"},"south":{"uv":[1,6,1.5,6.5],"texture":"#0"},"west":{"uv":[0.75,6,1,6.5],"texture":"#0"},"up":{"uv":[0.75,6,0.25,5.75],"texture":"#0"},"down":{"uv":[1.25,5.75,0.75,6],"texture":"#0"}}},{"from":[1.37157,0.58579,4],"to":[3.37157,2.58579,5.05],"rotation":{"angle":0,"axis":"y","origin":[1.37157,2.58579,3.95]},"faces":{"north":{"uv":[0.25,7,0.75,7.5],"texture":"#0"},"east":{"uv":[0,7,0.25,7.5],"texture":"#0"},"south":{"uv":[1,7,1.5,7.5],"texture":"#0"},"west":{"uv":[0.75,7,1,7.5],"texture":"#0"},"up":{"uv":[0.75,7,0.25,6.75],"texture":"#0"},"down":{"uv":[1.25,6.75,0.75,7],"texture":"#0"}}},{"from":[12.62843,0.58579,4],"to":[14.62843,2.58579,5.05],"rotation":{"angle":0,"axis":"y","origin":[14.62843,2.58579,3.95]},"faces":{"north":{"uv":[0.75,7,0.25,7.5],"texture":"#0"},"east":{"uv":[1,7,0.75,7.5],"texture":"#0"},"south":{"uv":[1.5,7,1,7.5],"texture":"#0"},"west":{"uv":[0.25,7,0,7.5],"texture":"#0"},"up":{"uv":[0.25,7,0.75,6.75],"texture":"#0"},"down":{"uv":[0.75,6.75,1.25,7],"texture":"#0"}}},{"from":[11.09289,-0.94975,4],"to":[13.09289,1.05025,5.05],"rotation":{"angle":0,"axis":"y","origin":[15.09289,3.05025,3.95]},"faces":{"north":{"uv":[0.75,6,0.25,6.5],"texture":"#0"},"east":{"uv":[1,6,0.75,6.5],"texture":"#0"},"south":{"uv":[1.5,6,1,6.5],"texture":"#0"},"west":{"uv":[0.25,6,0,6.5],"texture":"#0"},"up":{"uv":[0.25,6,0.75,5.75],"texture":"#0"},"down":{"uv":[0.75,5.75,1.25,6],"texture":"#0"}}},{"from":[3,4,6],"to":[4,6,9],"rotation":{"angle":0,"axis":"y","origin":[1,-1,8]},"faces":{"north":{"uv":[0.75,0.75,1,1.25],"texture":"#0"},"east":{"uv":[0,0.75,0.75,1.25],"texture":"#0"},"south":{"uv":[1.75,0.75,2,1.25],"texture":"#0"},"west":{"uv":[1,0.75,1.75,1.25],"texture":"#0"},"up":{"uv":[1,0.75,0.75,0],"texture":"#0"},"down":{"uv":[1.25,0,1,0.75],"texture":"#0"}}},{"from":[7.8,1,3.95],"to":[12.8,4,9],"rotation":{"angle":45,"axis":"z","origin":[11.8,4,7.5]},"faces":{"north":{"uv":[7.5,5.75,6.25,6.5],"texture":"#0"},"east":{"uv":[8.75,5.75,7.5,6.5],"texture":"#0"},"south":{"uv":[10,5.75,8.75,6.5],"texture":"#0"},"west":{"uv":[6.25,5.75,5,6.5],"texture":"#0"},"up":{"uv":[6.25,5.75,7.5,4.5],"texture":"#0"},"down":{"uv":[7.5,4.5,8.75,5.75],"texture":"#0"}}},{"from":[12,4,6],"to":[13,6,9],"rotation":{"angle":0,"axis":"y","origin":[15,-1,8]},"faces":{"north":{"uv":[1,0.75,0.75,1.25],"texture":"#0"},"east":{"uv":[1.75,0.75,1,1.25],"texture":"#0"},"south":{"uv":[2,0.75,1.75,1.25],"texture":"#0"},"west":{"uv":[0.75,0.75,0,1.25],"texture":"#0"},"up":{"uv":[0.75,0.75,1,0],"texture":"#0"},"down":{"uv":[1,0,1.25,0.75],"texture":"#0"}}},{"from":[3.5,0,9],"to":[12.5,6,12.5],"rotation":{"angle":0,"axis":"y","origin":[1,-1,11]},"faces":{"east":{"uv":[0,4,0.75,5.5],"texture":"#0"},"south":{"uv":[3.75,4,6,5.5],"texture":"#0"},"west":{"uv":[0.75,4,0,5.5],"texture":"#0"}}}],"display":{"head":{"translation":[0,5.75,-0.25],"scale":[1.75,1.75,1.75]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/dynasty_guanmao.json b/assets/minecraft/models/item/wynn/skin/hat/dynasty_guanmao.json new file mode 100644 index 000000000..4d3bc53f8 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/dynasty_guanmao.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/soul_heart","1":"skins/red_gradient1","3":"skins/crescent_detail","particle":"skins/soul_heart"},"elements":[{"from":[3,0,3],"to":[13,1,5],"rotation":{"angle":0,"axis":"y","origin":[3,0,3]},"faces":{"north":{"uv":[0.5,12.5,10.5,13.5],"texture":"#0"},"east":{"uv":[0.5,12.5,2.5,13.5],"rotation":180,"texture":"#0"},"south":{"uv":[0,12,10,13],"rotation":180,"texture":"#0"},"west":{"uv":[8,12.5,10,13.5],"rotation":180,"texture":"#0"},"up":{"uv":[0,12.5,10,14.5],"rotation":180,"texture":"#0"},"down":{"uv":[0.5,12.5,10.5,14.5],"rotation":180,"texture":"#0"}}},{"from":[3,0,5],"to":[5,1,11],"rotation":{"angle":0,"axis":"y","origin":[8,0.5,8]},"faces":{"north":{"uv":[0.5,12.5,2.5,13.5],"rotation":180,"texture":"#0"},"east":{"uv":[2,12,8,13],"texture":"#0"},"south":{"uv":[0,12,2,13],"rotation":180,"texture":"#0"},"west":{"uv":[2,12,8,13],"rotation":180,"texture":"#0"},"up":{"uv":[2,12,8,13],"rotation":270,"texture":"#0"},"down":{"uv":[2.5,9,8.5,11],"rotation":90,"texture":"#0"}}},{"from":[3,0,11],"to":[13,1,13],"rotation":{"angle":0,"axis":"y","origin":[10,0.5,10]},"faces":{"north":{"uv":[0,12,10,13],"rotation":180,"texture":"#0"},"east":{"uv":[8,12.5,10,13.5],"rotation":180,"texture":"#0"},"south":{"uv":[0.5,12.5,10.5,13.5],"texture":"#0"},"west":{"uv":[0.5,12.5,2.5,13.5],"rotation":180,"texture":"#0"},"up":{"uv":[10,14.5,0,12.5],"rotation":180,"texture":"#0"},"down":{"uv":[10.5,14.5,0.5,12.5],"rotation":180,"texture":"#0"}}},{"from":[11,0,5],"to":[13,1,11],"rotation":{"angle":0,"axis":"y","origin":[10,0.5,10]},"faces":{"north":{"uv":[0,12,2,13],"rotation":180,"texture":"#0"},"east":{"uv":[2,12,8,13],"rotation":180,"texture":"#0"},"south":{"uv":[0.5,12.5,2.5,13.5],"rotation":180,"texture":"#0"},"west":{"uv":[2,12,8,13],"texture":"#0"},"up":{"uv":[8,13,2,12],"rotation":270,"texture":"#0"},"down":{"uv":[8.5,11,2.5,9],"rotation":90,"texture":"#0"}}},{"from":[3.25,1,3.25],"to":[12.75,2,12.75],"rotation":{"angle":0,"axis":"y","origin":[3,1,3]},"faces":{"north":{"uv":[0,0,8,1],"texture":"#1"},"east":{"uv":[0,0,8,1],"texture":"#1"},"south":{"uv":[0,0,8,1],"texture":"#1"},"west":{"uv":[0,0,8,1],"texture":"#1"},"up":{"uv":[0,0,9.5,9.5],"texture":"#1"},"down":{"uv":[0,0,8,8],"texture":"#1"}}},{"from":[3,2,3],"to":[13,3,13],"rotation":{"angle":0,"axis":"y","origin":[3,2,3]},"faces":{"north":{"uv":[0,0,8,1],"texture":"#1"},"east":{"uv":[0,0,8,1],"texture":"#1"},"south":{"uv":[0,0,8,1],"texture":"#1"},"west":{"uv":[0,0,8,1],"texture":"#1"},"up":{"uv":[0,0,10,10],"texture":"#1"},"down":{"uv":[0,0,8,8],"texture":"#1"}}},{"from":[2.75,3,2.75],"to":[13.25,4,13.25],"rotation":{"angle":0,"axis":"y","origin":[3,3,3]},"faces":{"north":{"uv":[0,0,8,1],"texture":"#1"},"east":{"uv":[0,0,8,1],"texture":"#1"},"south":{"uv":[0,0,8,1],"texture":"#1"},"west":{"uv":[0,0,8,1],"texture":"#1"},"up":{"uv":[0,0,10.5,10.5],"texture":"#1"},"down":{"uv":[0,0,8,8],"texture":"#1"}}},{"from":[2.25,4,2.25],"to":[13.75,5.5,13.75],"rotation":{"angle":0,"axis":"y","origin":[2.5,4,2.5]},"faces":{"north":{"uv":[0,0,8,1],"texture":"#1"},"east":{"uv":[0,0,8,1],"texture":"#1"},"south":{"uv":[0,0,8,1],"texture":"#1"},"west":{"uv":[0,0,8,1],"texture":"#1"},"up":{"uv":[0,0,8,8],"texture":"#1"},"down":{"uv":[0,0,8,8],"texture":"#1"}}},{"from":[1.75,5,1.75],"to":[3.25,6,14.25],"rotation":{"angle":0,"axis":"y","origin":[2,5,2.5]},"faces":{"north":{"uv":[4,14.5,5.5,15.5],"texture":"#0"},"east":{"uv":[0,15,12.5,16],"texture":"#0"},"south":{"uv":[6.5,14,8,15],"texture":"#0"},"west":{"uv":[3.5,13.5,16,14.5],"texture":"#0"},"up":{"uv":[3.5,14.5,16,16],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,13,16,14.5],"rotation":270,"texture":"#0"}}},{"from":[12.75,5,1.75],"to":[14.25,6,14.25],"rotation":{"angle":0,"axis":"y","origin":[13,5,2.5]},"faces":{"north":{"uv":[5,13.5,6,15],"rotation":90,"texture":"#0"},"east":{"uv":[3,11.5,15.5,12.5],"rotation":180,"texture":"#0"},"south":{"uv":[6.5,13,7.5,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,10.5,16,11.5],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,13,16,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,13,16,14.5],"rotation":270,"texture":"#0"}}},{"from":[3.25,5,1.75],"to":[12.75,6,3.25],"rotation":{"angle":0,"axis":"y","origin":[8,5.5,8]},"faces":{"north":{"uv":[3.5,14,13,15],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,13.5,13,15],"texture":"#0"},"south":{"uv":[3.5,13.5,13,15],"texture":"#0"},"west":{"uv":[3.5,13.5,13,15],"texture":"#0"},"up":{"uv":[3.5,13.5,13,15],"texture":"#0"},"down":{"uv":[3.5,13.5,13,15],"texture":"#0"}}},{"from":[3.25,5,12.75],"to":[12.75,6,14.25],"rotation":{"angle":0,"axis":"y","origin":[8,5.5,8]},"faces":{"north":{"uv":[0,15,9.5,16],"texture":"#0"},"east":{"uv":[0,15,1.5,16],"texture":"#0"},"south":{"uv":[5.5,14.5,15,15.5],"texture":"#0"},"west":{"uv":[0,15,1.5,16],"texture":"#0"},"up":{"uv":[5.5,12,15,13.5],"texture":"#0"},"down":{"uv":[0,14.5,9.5,16],"texture":"#0"}}},{"from":[6.75,5.5,6.75],"to":[9.25,7.5,9.25],"rotation":{"angle":0,"axis":"y","origin":[6.25,5.5,6.25]},"faces":{"north":{"uv":[2.5,11.5,5,13.5],"texture":"#0"},"east":{"uv":[2.5,11.5,5,13.5],"texture":"#0"},"south":{"uv":[2.5,11.5,5,13.5],"texture":"#0"},"west":{"uv":[2.5,11.5,5,13.5],"texture":"#0"},"up":{"uv":[2.5,11.5,5,14],"texture":"#0"},"down":{"uv":[2.5,11.5,5,14],"texture":"#0"}}},{"from":[4.5,0,2.35],"to":[8,5.5,3.35],"rotation":{"angle":-22.5,"axis":"x","origin":[6.25,2.75,2.85]},"faces":{"north":{"uv":[0,5,7,16],"texture":"#3"},"east":{"uv":[0,5,1,16],"texture":"#3"},"south":{"uv":[7,5,0,16],"texture":"#3"},"west":{"uv":[6,5,7,16],"texture":"#3"},"up":{"uv":[0,5,7,6],"rotation":180,"texture":"#3"},"down":{"uv":[0,15,7,16],"texture":"#3"}}},{"from":[8,0,2.35],"to":[11.5,5.5,3.35],"rotation":{"angle":-22.5,"axis":"x","origin":[9.75,2.75,2.85]},"faces":{"north":{"uv":[7,5,0,16],"texture":"#3"},"east":{"uv":[7,5,6,16],"texture":"#3"},"south":{"uv":[0,5,7,16],"texture":"#3"},"west":{"uv":[1,5,0,16],"texture":"#3"},"up":{"uv":[7,5,0,6],"rotation":180,"texture":"#3"},"down":{"uv":[7,15,0,16],"texture":"#3"}}},{"from":[8,0,12.65],"to":[11.5,5.5,13.65],"rotation":{"angle":22.5,"axis":"x","origin":[9.75,2.75,13.15]},"faces":{"north":{"uv":[7,5,0,16],"texture":"#3"},"east":{"uv":[6,5,7,16],"texture":"#3"},"south":{"uv":[0,5,7,16],"texture":"#3"},"west":{"uv":[0,5,1,16],"texture":"#3"},"up":{"uv":[7,6,0,5],"rotation":180,"texture":"#3"},"down":{"uv":[7,16,0,15],"texture":"#3"}}},{"from":[4.5,0,12.65],"to":[8,5.5,13.65],"rotation":{"angle":22.5,"axis":"x","origin":[6.25,2.75,13.15]},"faces":{"north":{"uv":[0,5,7,16],"texture":"#3"},"east":{"uv":[1,5,0,16],"texture":"#3"},"south":{"uv":[7,5,0,16],"texture":"#3"},"west":{"uv":[7,5,6,16],"texture":"#3"},"up":{"uv":[0,6,7,5],"rotation":180,"texture":"#3"},"down":{"uv":[0,16,7,15],"texture":"#3"}}},{"from":[6.5,-5.96351,2.88365],"to":[9.5,-1.96351,2.89365],"rotation":{"angle":22.5,"axis":"x","origin":[8,-2.27079,2.59668]},"faces":{"north":{"uv":[12,4,15.5,8],"texture":"#1"},"east":{"uv":[12,4,15.5,8],"texture":"#1"},"south":{"uv":[12,8,15.5,10.5],"texture":"#1"},"west":{"uv":[12,4,15.5,8],"texture":"#1"},"up":{"uv":[12,4,15.5,8],"texture":"#1"},"down":{"uv":[12,4,15.5,8],"texture":"#1"}}},{"from":[6.5,-2.0971,2.97933],"to":[9.5,0.9029,2.98933],"rotation":{"angle":0,"axis":"x","origin":[8,-2.27079,2.59668]},"faces":{"north":{"uv":[12,0,15.5,3.5],"texture":"#1"},"east":{"uv":[12,0,15.5,3.5],"texture":"#1"},"south":{"uv":[12,7,15.5,10.5],"texture":"#1"},"west":{"uv":[12,0,15.5,3.5],"texture":"#1"},"up":{"uv":[12,0,15.5,3.5],"texture":"#1"},"down":{"uv":[12,0,15.5,3.5],"texture":"#1"}}}],"display":{"head":{"rotation":[7,0,0],"translation":[0,12.25,1],"scale":[1.52,1.2,1.52]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/dynasty_hat.json b/assets/minecraft/models/item/wynn/skin/hat/dynasty_hat.json new file mode 100644 index 000000000..93d4256ec --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/dynasty_hat.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/dynasty_hat","particle":"skins/dynasty_hat"},"elements":[{"from":[-1.01,9.74,7.99],"to":[17.01,9.76,22.01],"rotation":{"angle":22.5,"axis":"x","origin":[8,9.75,8]},"faces":{"up":{"uv":[9,0,0,7],"texture":"#0"},"down":{"uv":[9,7,0,0],"texture":"#0"}}},{"from":[-1.01,9.74,-6.01],"to":[17.01,9.76,8.01],"rotation":{"angle":-22.5,"axis":"x","origin":[8,9.75,8]},"faces":{"up":{"uv":[9,7,0,0],"texture":"#0"},"down":{"uv":[9,0,0,7],"texture":"#0"}}},{"from":[-6.01,9.74,-1.01],"to":[8.01,9.76,17.01],"rotation":{"angle":22.5,"axis":"z","origin":[8,9.75,8]},"faces":{"up":{"uv":[9,0,0,7],"rotation":90,"texture":"#0"},"down":{"uv":[9,7,0,0],"rotation":270,"texture":"#0"}}},{"from":[7.99,9.74,-1.01],"to":[22.01,9.76,17.01],"rotation":{"angle":-22.5,"axis":"z","origin":[8,9.75,8]},"faces":{"up":{"uv":[9,7,0,0],"rotation":90,"texture":"#0"},"down":{"uv":[9,0,0,7],"rotation":270,"texture":"#0"}}},{"from":[3.9,-0.1,5.5],"to":[12.1,-0.1,6.5],"rotation":{"angle":0,"axis":"y","origin":[4,-0.1,2]},"faces":{"up":{"uv":[4,8,0,7.5],"texture":"#0"},"down":{"uv":[4,7.5,0,8],"texture":"#0"}}},{"from":[3.9,-0.099,5.5],"to":[3.9,8.101,6.5],"rotation":{"angle":0,"axis":"y","origin":[3.9,8.001,2]},"faces":{"east":{"uv":[9.5,0,10,4],"texture":"#0"},"west":{"uv":[9.5,0,10,4],"texture":"#0"}}},{"from":[12.1,-0.099,5.5],"to":[12.1,8.101,6.5],"rotation":{"angle":0,"axis":"y","origin":[12.1,8.001,2]},"faces":{"east":{"uv":[9.5,0,10,4],"texture":"#0"},"west":{"uv":[9.5,0,10,4],"texture":"#0"}}}],"display":{"head":{"translation":[0,7.5,0],"scale":[1.75,1.75,1.75]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/elf_ears.json b/assets/minecraft/models/item/wynn/skin/hat/elf_ears.json new file mode 100644 index 000000000..40ac29b5e --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/elf_ears.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/elf_ears","particle":"skins/elf_ears"},"elements":[{"from":[11,5,7],"to":[12,6,15],"rotation":{"angle":22.5,"axis":"y","origin":[11,4,7]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#0"},"east":{"uv":[8,0,0,1],"texture":"#0"},"south":{"uv":[7,0,8,1],"texture":"#0"},"west":{"uv":[0,0,8,1],"texture":"#0"},"up":{"uv":[0,0,8,1],"rotation":90,"texture":"#0"},"down":{"uv":[8,0,0,1],"rotation":90,"texture":"#0"}}},{"from":[4,4,7],"to":[5,5,11],"rotation":{"angle":-22.5,"axis":"y","origin":[5,4,7]},"faces":{"north":{"uv":[1,1,0,2],"texture":"#0"},"east":{"uv":[4,1,0,2],"texture":"#0"},"south":{"uv":[4,1,3,2],"texture":"#0"},"west":{"uv":[0,1,4,2],"texture":"#0"},"down":{"uv":[4,2,0,1],"rotation":90,"texture":"#0"}}},{"from":[4,5,7],"to":[5,6,15],"rotation":{"angle":-22.5,"axis":"y","origin":[5,4,7]},"faces":{"north":{"uv":[1,0,0,1],"texture":"#0"},"east":{"uv":[8,0,0,1],"texture":"#0"},"south":{"uv":[8,0,7,1],"texture":"#0"},"west":{"uv":[0,0,8,1],"texture":"#0"},"up":{"uv":[0,1,8,0],"rotation":90,"texture":"#0"},"down":{"uv":[8,1,0,0],"rotation":90,"texture":"#0"}}},{"from":[11,4,7],"to":[12,5,11],"rotation":{"angle":22.5,"axis":"y","origin":[11,4,7]},"faces":{"north":{"uv":[0,1,1,2],"texture":"#0"},"east":{"uv":[4,1,0,2],"texture":"#0"},"south":{"uv":[3,1,4,2],"texture":"#0"},"west":{"uv":[0,1,4,2],"texture":"#0"},"down":{"uv":[4,1,0,2],"rotation":90,"texture":"#0"}}}],"display":{"head":{"rotation":[-45,0,0],"translation":[0,2,-7],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/elf_hat.json b/assets/minecraft/models/item/wynn/skin/hat/elf_hat.json new file mode 100644 index 000000000..0a69767af --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/elf_hat.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/elf_hat","particle":"skins/elf_hat"},"elements":[{"from":[3.5,0,3.5],"to":[12.5,5,12.5],"faces":{"north":{"uv":[0,4.5,4.5,7],"texture":"#0"},"east":{"uv":[0,4.5,4.5,7],"texture":"#0"},"south":{"uv":[0,4.5,4.5,7],"texture":"#0"},"west":{"uv":[0,4.5,4.5,7],"texture":"#0"},"up":{"uv":[0,0,4.5,4.5],"texture":"#0"},"down":{"uv":[4.5,0,9,4.5],"texture":"#0"}}},{"from":[1.5,0,3.5],"to":[14.5,5,3.51],"rotation":{"angle":-22.5,"axis":"x","origin":[8,0,3.5]},"faces":{"north":{"uv":[0,7,6.5,9.5],"texture":"#0"},"south":{"uv":[0,7,6.5,9.5],"texture":"#0"}}},{"from":[1.5,0,12.5],"to":[14.5,5,12.51],"rotation":{"angle":22.5,"axis":"x","origin":[8,0,12.5]},"faces":{"north":{"uv":[0,7,6.5,9.5],"texture":"#0"},"south":{"uv":[0,7,6.5,9.5],"texture":"#0"}}},{"from":[3.5,0,1.5],"to":[3.51,5,14.5],"rotation":{"angle":22.5,"axis":"z","origin":[3.5,0,8]},"faces":{"east":{"uv":[0,7,6.5,9.5],"texture":"#0"},"west":{"uv":[0,7,6.5,9.5],"texture":"#0"}}},{"from":[12.5,0,1.5],"to":[12.51,5,14.5],"rotation":{"angle":-22.5,"axis":"z","origin":[12.5,0,8]},"faces":{"east":{"uv":[0,7,6.5,9.5],"texture":"#0"},"west":{"uv":[0,7,6.5,9.5],"texture":"#0"}}},{"from":[5,5,5],"to":[11,12,11],"rotation":{"angle":-22.5,"axis":"z","origin":[5,5,8]},"faces":{"north":{"uv":[9,0,12,3.5],"texture":"#0"},"east":{"uv":[9,0,12,3.5],"texture":"#0"},"south":{"uv":[9,0,12,3.5],"texture":"#0"},"west":{"uv":[9,0,12,3.5],"texture":"#0"},"up":{"uv":[12,0,15,3],"texture":"#0"}}},{"from":[4.8,4.8,4.8],"to":[11.2,12.2,11.2],"rotation":{"angle":-22.5,"axis":"z","origin":[5,5,8]},"faces":{"north":{"uv":[12,7,15,10.5],"texture":"#0"},"east":{"uv":[9,7,12,10.5],"texture":"#0"},"south":{"uv":[12,7,9,10.5],"texture":"#0"},"west":{"uv":[9,7,12,10.5],"texture":"#0"}}},{"from":[9,1,6],"to":[12,11,10],"rotation":{"angle":45,"axis":"z","origin":[9,10,8]},"faces":{"north":{"uv":[9,3.5,14,5],"rotation":270,"texture":"#0"},"east":{"uv":[9,5,14,7],"rotation":90,"texture":"#0"},"south":{"uv":[14,3.5,9,5],"rotation":270,"texture":"#0"},"west":{"uv":[9,5,14,7],"rotation":90,"texture":"#0"},"up":{"uv":[6,4.5,8,6],"rotation":90,"texture":"#0"},"down":{"uv":[6,4.5,8,6],"rotation":90,"texture":"#0"}}},{"from":[14,2,6.5],"to":[17,5,9.5],"rotation":{"angle":22.5,"axis":"z","origin":[16,3,8]},"faces":{"north":{"uv":[4.5,4.5,6,6],"texture":"#0"},"east":{"uv":[4.5,4.5,6,6],"texture":"#0"},"south":{"uv":[4.5,4.5,6,6],"texture":"#0"},"west":{"uv":[4.5,4.5,6,6],"texture":"#0"},"up":{"uv":[4.5,4.5,6,6],"texture":"#0"},"down":{"uv":[4.5,4.5,6,6],"texture":"#0"}}}],"display":{"head":{"rotation":[5,0,-5],"translation":[1,15,1],"scale":[1.7,1.7,1.7]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/embellished_tricorn.json b/assets/minecraft/models/item/wynn/skin/hat/embellished_tricorn.json new file mode 100644 index 000000000..f39608154 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/embellished_tricorn.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/embellished_tricorn"},"elements":[{"from":[2.249,1.449,11.524],"to":[13.751,2.451,12.676],"rotation":{"angle":0,"axis":"y","origin":[7,1.45,0]},"faces":{"north":{"uv":[7.5,4.5,13.25,5],"texture":"#0"},"south":{"uv":[7.5,5,13.25,5.5],"texture":"#0"},"up":{"uv":[13.25,6,7.5,5.5],"texture":"#0"},"down":{"uv":[12.25,7.5,6.5,8],"texture":"#0"}}},{"from":[4.3,0,10.1],"to":[12.2,0.5,11.1],"rotation":{"angle":0,"axis":"y","origin":[3.85,0,9.4]},"faces":{"down":{"uv":[9,10,5,10.5],"texture":"#0"}}},{"from":[3.798,2.498,0.648],"to":[12.302,2.502,6.102],"rotation":{"angle":0,"axis":"y","origin":[2.85,0,9.4]},"faces":{"up":{"uv":[4.25,2.75,0,0],"texture":"#0"},"down":{"uv":[4.25,3,0,5.75],"texture":"#0"}}},{"from":[10.65,2.45,-0.55],"to":[11.65,3.45,6.8],"rotation":{"angle":22.5,"axis":"y","origin":[11.15,2.45,2.8]},"faces":{"north":{"uv":[1.5,9.5,2,10],"texture":"#0"},"east":{"uv":[9,10,12.75,10.5],"texture":"#0"},"west":{"uv":[5,10.5,8.75,11],"texture":"#0"},"up":{"uv":[9.5,14.25,9,10.5],"texture":"#0"},"down":{"uv":[10,10.5,9.5,14.25],"texture":"#0"}}},{"from":[9.252,0.002,1.602],"to":[10.248,2.498,2.848],"rotation":{"angle":45,"axis":"y","origin":[11.2,0,2.35]},"faces":{"east":{"uv":[0,11.5,0.75,12.75],"texture":"#0"},"down":{"uv":[6.5,13,6,13.75],"texture":"#0"}}},{"from":[11.349,-0.001,2.799],"to":[11.851,2.501,6.351],"rotation":{"angle":22.5,"axis":"y","origin":[12.8,0,5.55]},"faces":{"east":{"uv":[9,6,10.75,7.25],"texture":"#0"},"south":{"uv":[11.5,13,11.75,14.25],"texture":"#0"},"up":{"uv":[5.25,14.75,5,13],"texture":"#0"},"down":{"uv":[5.75,13,5.5,14.75],"texture":"#0"}}},{"from":[9.453,0.003,6.653],"to":[12.197,1.347,11.097],"rotation":{"angle":0,"axis":"y","origin":[13.15,0,9.4]},"faces":{"up":{"uv":[3.5,9.75,2,7.5],"texture":"#0"},"down":{"uv":[9,2,7.5,4.25],"texture":"#0"}}},{"from":[12.149,2.449,7.049],"to":[15.901,3.451,8.151],"rotation":{"angle":-22.5,"axis":"y","origin":[15.9,2.45,7.55]},"faces":{"north":{"uv":[11,9,13,9.5],"texture":"#0"},"east":{"uv":[1,11.5,1.5,12],"texture":"#0"},"south":{"uv":[11,9.5,13,10],"texture":"#0"},"up":{"uv":[13.5,4,11.5,3.5],"texture":"#0"},"down":{"uv":[13.5,4,11.5,4.5],"texture":"#0"}}},{"from":[14.875,1.45,9.55],"to":[15.875,2.45,13.1],"rotation":{"angle":-22.5,"axis":"y","origin":[15.9,1.45,7.55]},"faces":{"north":{"uv":[13.5,1.5,14,2],"texture":"#0"},"east":{"uv":[10,12,11.75,12.5],"texture":"#0"},"west":{"uv":[12,12,13.75,12.5],"texture":"#0"},"up":{"uv":[8.5,13.75,8,12],"texture":"#0"},"down":{"uv":[9,12,8.5,13.75],"texture":"#0"}}},{"from":[11.95,1.7,7.15],"to":[14.85,1.7,11.55],"rotation":{"angle":22.5,"axis":"z","origin":[12.95,1.7,10.55]},"faces":{"up":{"uv":[5,9.75,3.5,7.5],"texture":"#0"},"down":{"uv":[6.5,7.5,5,9.75],"texture":"#0"}}},{"from":[11.7,1.7,6.65],"to":[14.95,2.7,7.15],"rotation":{"angle":22.5,"axis":"z","origin":[12.95,1.7,10.55]},"faces":{"north":{"uv":[12.5,0,14.25,0.5],"texture":"#0"},"south":{"uv":[12.5,0.5,14.25,1],"texture":"#0"},"up":{"uv":[14.25,11.75,12.5,11.5],"texture":"#0"},"down":{"uv":[14.75,8,13,8.25],"texture":"#0"}}},{"from":[12,-0.1,6.65],"to":[12.6,1.75,11.1],"rotation":{"angle":-22.5,"axis":"z","origin":[12.6,0.95,10.55]},"faces":{"north":{"uv":[3,13.5,3.25,14.5],"texture":"#0"},"east":{"uv":[9,3.5,11.25,4.5],"texture":"#0"},"south":{"uv":[3.5,13.5,3.75,14.5],"texture":"#0"},"down":{"uv":[0.25,13,0,15.25],"texture":"#0"}}},{"from":[7.9,1.95,-0.1],"to":[10.45,2.95,0.9],"rotation":{"angle":22.5,"axis":"z","origin":[9.15,1.95,0.4]},"faces":{"north":{"uv":[12.5,6,13.75,6.5],"texture":"#0"},"south":{"uv":[12.5,6.5,13.75,7],"texture":"#0"},"up":{"uv":[13.75,8,12.5,7.5],"texture":"#0"},"down":{"uv":[11.75,12.5,10.5,13],"texture":"#0"}}},{"from":[14.2,2.3,6.95],"to":[15.7,3.3,9.55],"rotation":{"angle":22.5,"axis":"x","origin":[15.7,2.3,7.4]},"faces":{"east":{"uv":[12.5,10.5,13.75,11],"texture":"#0"},"south":{"uv":[6.5,13,7.25,13.5],"texture":"#0"},"west":{"uv":[12.5,11,13.75,11.5],"texture":"#0"},"up":{"uv":[12.25,11.75,11.5,10.5],"texture":"#0"},"down":{"uv":[1.75,12,1,13.25],"texture":"#0"}}},{"from":[6.852,0.002,9.752],"to":[9.148,3.998,10.248],"rotation":{"angle":45,"axis":"y","origin":[8,-4,7]},"faces":{"north":{"uv":[0,9.5,1.25,11.5],"texture":"#0"},"south":{"uv":[9.5,0,10.75,2],"texture":"#0"},"up":{"uv":[14.25,12.75,13,12.5],"texture":"#0"},"down":{"uv":[14.25,13,13,13.25],"texture":"#0"}}},{"from":[10.751,0.001,5.851],"to":[11.249,3.999,8.149],"rotation":{"angle":45,"axis":"y","origin":[8,-4,7]},"faces":{"east":{"uv":[9.5,8,10.75,10],"texture":"#0"},"west":{"uv":[1.5,10,2.75,12],"texture":"#0"},"up":{"uv":[1.25,14.75,1,13.5],"texture":"#0"},"down":{"uv":[1.75,13.5,1.5,14.75],"texture":"#0"}}},{"from":[11.25,0,5.85],"to":[12.2,0,8.25],"rotation":{"angle":45,"axis":"y","origin":[8,-4,7]},"faces":{"down":{"uv":[12.5,12.5,12,13.75],"texture":"#0"}}},{"from":[10.5,2.25,5.5],"to":[11.5,3.9,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[11,3,7]},"faces":{"north":{"uv":[13,8.5,13.5,9.25],"texture":"#0"},"east":{"uv":[11,6,12.5,6.75],"texture":"#0"},"south":{"uv":[13,9.5,13.5,10.25],"texture":"#0"},"west":{"uv":[7.5,11,9,11.75],"texture":"#0"}}},{"from":[10.7,0,5.5],"to":[11.75,2.5,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,1.5,7]},"faces":{"east":{"uv":[10,10.5,11.5,11.75],"texture":"#0"},"south":{"uv":[12.5,12.5,13,13.75],"texture":"#0"},"west":{"uv":[11,0,12.5,1.25],"texture":"#0"},"up":{"uv":[4.5,14,4,12.5],"texture":"#0"},"down":{"uv":[10.5,12.5,10,14],"texture":"#0"}}},{"from":[6.501,0.001,9.601],"to":[9.499,2.499,10.749],"rotation":{"angle":0,"axis":"y","origin":[8,1.5,7]},"faces":{"north":{"uv":[11,1.5,12.5,2.75],"texture":"#0"},"down":{"uv":[14,2.5,12.5,3],"texture":"#0"}}},{"from":[9.5,1,8.5],"to":[11.75,2.5,10.75],"faces":{"east":{"uv":[4.5,12,5.75,12.75],"texture":"#0"},"south":{"uv":[6,12,7.25,12.75],"texture":"#0"},"up":{"uv":[4.25,12.25,3,11],"texture":"#0"}}},{"from":[4.35,2.45,-0.55],"to":[5.35,3.45,6.8],"rotation":{"angle":-22.5,"axis":"y","origin":[4.85,2.45,2.8]},"faces":{"north":{"uv":[2,9.5,1.5,10],"texture":"#0"},"east":{"uv":[8.75,10.5,5,11],"texture":"#0"},"west":{"uv":[12.75,10,9,10.5],"texture":"#0"},"up":{"uv":[9,14.25,9.5,10.5],"texture":"#0"},"down":{"uv":[9.5,10.5,10,14.25],"texture":"#0"}}},{"from":[5.752,0.002,1.602],"to":[6.748,2.498,2.848],"rotation":{"angle":-45,"axis":"y","origin":[4.8,0,2.35]},"faces":{"west":{"uv":[0.75,11.5,0,12.75],"texture":"#0"},"down":{"uv":[6,13,6.5,13.75],"texture":"#0"}}},{"from":[4.149,-0.001,2.799],"to":[4.651,2.501,6.351],"rotation":{"angle":-22.5,"axis":"y","origin":[3.2,0,5.55]},"faces":{"south":{"uv":[11.75,13,11.5,14.25],"texture":"#0"},"west":{"uv":[10.75,6,9,7.25],"texture":"#0"},"up":{"uv":[5,14.75,5.25,13],"texture":"#0"},"down":{"uv":[5.5,13,5.75,14.75],"texture":"#0"}}},{"from":[3.803,0.003,6.653],"to":[6.547,1.347,11.097],"rotation":{"angle":0,"axis":"y","origin":[2.85,0,9.4]},"faces":{"up":{"uv":[2,9.75,3.5,7.5],"texture":"#0"},"down":{"uv":[7.5,2,9,4.25],"texture":"#0"}}},{"from":[0.099,2.449,7.049],"to":[3.851,3.451,8.151],"rotation":{"angle":22.5,"axis":"y","origin":[0.1,2.45,7.55]},"faces":{"north":{"uv":[13,9,11,9.5],"texture":"#0"},"south":{"uv":[13,9.5,11,10],"texture":"#0"},"west":{"uv":[1.5,11.5,1,12],"texture":"#0"},"up":{"uv":[11.5,4,13.5,3.5],"texture":"#0"},"down":{"uv":[11.5,4,13.5,4.5],"texture":"#0"}}},{"from":[0.125,1.45,9.55],"to":[1.125,2.45,13.1],"rotation":{"angle":22.5,"axis":"y","origin":[0.1,1.45,7.55]},"faces":{"north":{"uv":[14,1.5,13.5,2],"texture":"#0"},"east":{"uv":[13.75,12,12,12.5],"texture":"#0"},"west":{"uv":[11.75,12,10,12.5],"texture":"#0"},"up":{"uv":[8,13.75,8.5,12],"texture":"#0"},"down":{"uv":[8.5,12,9,13.75],"texture":"#0"}}},{"from":[1.15,1.7,7.15],"to":[4.05,1.7,11.55],"rotation":{"angle":-22.5,"axis":"z","origin":[3.05,1.7,10.55]},"faces":{"up":{"uv":[3.5,9.75,5,7.5],"texture":"#0"},"down":{"uv":[5,7.5,6.5,9.75],"texture":"#0"}}},{"from":[1.05,1.7,6.65],"to":[4.3,2.7,7.15],"rotation":{"angle":-22.5,"axis":"z","origin":[3.05,1.7,10.55]},"faces":{"north":{"uv":[14.25,0,12.5,0.5],"texture":"#0"},"south":{"uv":[14.25,0.5,12.5,1],"texture":"#0"},"up":{"uv":[12.5,11.75,14.25,11.5],"texture":"#0"},"down":{"uv":[13,8,14.75,8.25],"texture":"#0"}}},{"from":[3.4,-0.1,6.65],"to":[4,1.75,11.1],"rotation":{"angle":22.5,"axis":"z","origin":[3.4,0.95,10.55]},"faces":{"north":{"uv":[3.25,13.5,3,14.5],"texture":"#0"},"south":{"uv":[3.75,13.5,3.5,14.5],"texture":"#0"},"west":{"uv":[11.25,3.5,9,4.5],"texture":"#0"},"down":{"uv":[0,13,0.25,15.25],"texture":"#0"}}},{"from":[5.55,1.95,-0.1],"to":[8.1,2.95,0.9],"rotation":{"angle":-22.5,"axis":"z","origin":[6.85,1.95,0.4]},"faces":{"north":{"uv":[13.75,6,12.5,6.5],"texture":"#0"},"south":{"uv":[13.75,6.5,12.5,7],"texture":"#0"},"up":{"uv":[12.5,8,13.75,7.5],"texture":"#0"},"down":{"uv":[10.5,12.5,11.75,13],"texture":"#0"}}},{"from":[0.3,2.3,6.95],"to":[1.8,3.3,9.55],"rotation":{"angle":22.5,"axis":"x","origin":[0.3,2.3,7.4]},"faces":{"east":{"uv":[13.75,11,12.5,11.5],"texture":"#0"},"south":{"uv":[7.25,13,6.5,13.5],"texture":"#0"},"west":{"uv":[13.75,10.5,12.5,11],"texture":"#0"},"up":{"uv":[11.5,11.75,12.25,10.5],"texture":"#0"},"down":{"uv":[1,12,1.75,13.25],"texture":"#0"}}},{"from":[6.852,0.002,9.752],"to":[9.148,3.998,10.248],"rotation":{"angle":-45,"axis":"y","origin":[8,-4,7]},"faces":{"north":{"uv":[1.25,9.5,0,11.5],"texture":"#0"},"south":{"uv":[10.75,0,9.5,2],"texture":"#0"},"up":{"uv":[13,12.75,14.25,12.5],"texture":"#0"},"down":{"uv":[13,13,14.25,13.25],"texture":"#0"}}},{"from":[4.751,0.001,5.851],"to":[5.249,3.999,8.149],"rotation":{"angle":-45,"axis":"y","origin":[8,-4,7]},"faces":{"east":{"uv":[2.75,10,1.5,12],"texture":"#0"},"west":{"uv":[10.75,8,9.5,10],"texture":"#0"},"up":{"uv":[1,14.75,1.25,13.5],"texture":"#0"},"down":{"uv":[1.5,13.5,1.75,14.75],"texture":"#0"}}},{"from":[3.8,0,5.85],"to":[4.75,0,8.25],"rotation":{"angle":-45,"axis":"y","origin":[8,-4,7]},"faces":{"down":{"uv":[12,12.5,12.5,13.75],"texture":"#0"}}},{"from":[4.5,2.25,5.5],"to":[5.5,3.9,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[5,3,7]},"faces":{"north":{"uv":[13.5,8.5,13,9.25],"texture":"#0"},"east":{"uv":[9,11,7.5,11.75],"texture":"#0"},"south":{"uv":[13.5,9.5,13,10.25],"texture":"#0"},"west":{"uv":[12.5,6,11,6.75],"texture":"#0"}}},{"from":[4.25,0,5.5],"to":[5.3,2.5,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,1.5,7]},"faces":{"east":{"uv":[12.5,0,11,1.25],"texture":"#0"},"south":{"uv":[13,12.5,12.5,13.75],"texture":"#0"},"west":{"uv":[11.5,10.5,10,11.75],"texture":"#0"},"up":{"uv":[4,14,4.5,12.5],"texture":"#0"},"down":{"uv":[10,12.5,10.5,14],"texture":"#0"}}},{"from":[6.501,0.001,9.601],"to":[9.499,2.499,10.749],"rotation":{"angle":0,"axis":"y","origin":[8,1.5,7]},"faces":{"north":{"uv":[12.5,1.5,11,2.75],"texture":"#0"},"down":{"uv":[12.5,2.5,14,3],"texture":"#0"}}},{"from":[4.25,1,8.5],"to":[6.5,2.5,10.75],"rotation":{"angle":0,"axis":"y","origin":[16,0,0]},"faces":{"south":{"uv":[7.25,12,6,12.75],"texture":"#0"},"west":{"uv":[5.75,12,4.5,12.75],"texture":"#0"},"up":{"uv":[3,12.25,4.25,11],"texture":"#0"}}},{"from":[5.999,-0.451,1.399],"to":[10.001,3.051,2.401],"rotation":{"angle":-45,"axis":"x","origin":[7,1.05,1.4]},"faces":{"north":{"uv":[0,7.5,2,9.25],"texture":"#0"},"east":{"uv":[2,12,2.5,13.75],"texture":"#0"},"south":{"uv":[7.5,0,9.5,1.75],"texture":"#0"},"west":{"uv":[2.5,12,2,13.75],"texture":"#0"},"up":{"uv":[13,8.5,11,8],"texture":"#0"},"down":{"uv":[13,8.5,11,9],"texture":"#0"}}},{"from":[3.8,0.7,10.95],"to":[12.2,3.15,11.5],"rotation":{"angle":22.5,"axis":"x","origin":[7,1.35,9.5]},"faces":{"north":{"uv":[0,6,4.25,7.25],"texture":"#0"},"east":{"uv":[10.5,13,10.75,14.25],"texture":"#0"},"south":{"uv":[4.5,6,8.75,7.25],"texture":"#0"},"west":{"uv":[10.75,13,10.5,14.25],"texture":"#0"},"up":{"uv":[15.25,3.25,11,3],"texture":"#0"},"down":{"uv":[15.25,7,11,7.25],"texture":"#0"}}},{"from":[5.999,-0.001,2.499],"to":[10.001,2.301,4.251],"rotation":{"angle":0,"axis":"y","origin":[7,0,2.5]},"faces":{"south":{"uv":[9,2,11,3.25],"texture":"#0"},"down":{"uv":[5,10,3,11],"texture":"#0"}}},{"from":[6,1,0.5],"to":[10,2.5,2.5],"rotation":{"angle":0,"axis":"y","origin":[7,1,0.5]},"faces":{"east":{"uv":[12.5,1.5,13.5,2.25],"texture":"#0"},"west":{"uv":[3,12.5,4,13.25],"texture":"#0"}}},{"from":[6.5,2,3.5],"to":[9.5,3.9,4.5],"rotation":{"angle":22.5,"axis":"x","origin":[8,3,4]},"faces":{"north":{"uv":[4.5,11,6,12],"texture":"#0"},"east":{"uv":[0.5,13,1,14],"texture":"#0"},"south":{"uv":[6,11,7.5,12],"texture":"#0"},"west":{"uv":[4.5,13,5,14],"texture":"#0"}}},{"from":[6.5,0.5,9.4],"to":[9.5,3.9,10.5],"rotation":{"angle":-22.5,"axis":"x","origin":[8,3,10]},"faces":{"north":{"uv":[6.5,8,8,9.75],"texture":"#0"},"east":{"uv":[2.5,12,3,13.75],"texture":"#0"},"south":{"uv":[8,8,9.5,9.75],"texture":"#0"},"west":{"uv":[7.5,12,8,13.75],"texture":"#0"},"down":{"uv":[14,1,12.5,1.5],"texture":"#0"}}},{"from":[4.903,3.153,3.903],"to":[11.097,3.997,10.097],"faces":{"up":{"uv":[7.5,3,4.5,0],"texture":"#0"},"down":{"uv":[7.5,3,4.5,6],"texture":"#0"}}},{"from":[7.651,2.001,-0.099],"to":[8.349,2.649,0.499],"faces":{"north":{"uv":[14.25,0.25,14.75,0.75],"texture":"#0"},"east":{"uv":[0,0,0.55,0.325],"texture":"#0"},"south":{"uv":[0,0,0.35,0.325],"texture":"#0"},"west":{"uv":[0,0,0.55,0.325],"texture":"#0"},"up":{"uv":[14.25,0,14.75,0.25],"texture":"#0"},"down":{"uv":[0,0,0.35,0.55],"texture":"#0"}}},{"from":[3.4,0,4.65],"to":[4.65,2,6.65],"rotation":{"angle":-22.5,"axis":"x","origin":[-0.85,-1,3.65]},"faces":{"north":{"uv":[14,1,14.5,2],"texture":"#0"},"east":{"uv":[14.25,0.75,14.5,1],"texture":"#0"},"south":{"uv":[14.5,1,14,2],"texture":"#0"},"west":{"uv":[14.75,0,15.75,1],"texture":"#0"},"up":{"uv":[15,1,14.5,2],"texture":"#0"},"down":{"uv":[15.5,1,15,2],"texture":"#0"}}},{"from":[3.15,0.5,5.15],"to":[3.4,1.5,6.15],"rotation":{"angle":-22.5,"axis":"x","origin":[-2.1,-1,3.65]},"faces":{"north":{"uv":[15.75,0,16,0.5],"texture":"#0"},"south":{"uv":[15.75,0.5,16,0],"texture":"#0"},"west":{"uv":[15,0.25,15.5,0.75],"texture":"#0"},"up":{"uv":[15.75,0.5,16,1],"texture":"#0"},"down":{"uv":[15.75,0,16,0.5],"texture":"#0"}}},{"from":[3.8,2.15,3],"to":[3.8,4.15,4.5],"rotation":{"angle":0,"axis":"y","origin":[1.8,2.15,3]},"faces":{"east":{"uv":[10.75,13,11.25,14],"texture":"#0"},"west":{"uv":[10.75,13,11.5,14],"texture":"#0"}}},{"from":[4.225,4.05,3],"to":[4.225,6.05,5],"rotation":{"angle":-22.5,"axis":"z","origin":[4.2,5.15,4]},"faces":{"east":{"uv":[11.75,14.25,10.75,15.25],"texture":"#0"},"west":{"uv":[10.75,14.25,11.75,15.25],"texture":"#0"}}},{"from":[3.875,5.975,3.5],"to":[3.875,7.975,6],"rotation":{"angle":-45,"axis":"z","origin":[4.2,5.15,4]},"faces":{"east":{"uv":[11.75,14.25,10.75,15.25],"texture":"#0"},"west":{"uv":[11.75,13.75,13,14.75],"texture":"#0"}}},{"from":[6.18,7.05,4.5],"to":[8.18,7.05,6.5],"rotation":{"angle":22.5,"axis":"z","origin":[5.26066,6.67028,4.5]},"faces":{"up":{"uv":[11.75,14.75,12.75,15.75],"rotation":90,"texture":"#0"},"down":{"uv":[11.75,14.25,10.75,15.25],"rotation":90,"texture":"#0"}}}],"display":{"head":{"rotation":[15,0,0],"translation":[0,20.75,5.25],"scale":[2.25,2.25,2.25]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/entrepreneur_hat.json b/assets/minecraft/models/item/wynn/skin/hat/entrepreneur_hat.json new file mode 100644 index 000000000..480bd8ee1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/entrepreneur_hat.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/entrepreneur_hat"},"elements":[{"from":[8.145,0.245,3.495],"to":[9.855,2.755,3.505],"rotation":{"angle":0,"axis":"z","origin":[8,0,8]},"faces":{"north":{"uv":[11.5,0,12.5,1.5],"texture":"#0"}}},{"from":[3.495,-0.005,6.495],"to":[4.505,2.005,8.505],"rotation":{"angle":0,"axis":"z","origin":[8,0,8]},"faces":{"north":{"uv":[10.5,2,11,3],"texture":"#0"},"south":{"uv":[11,2,11.5,3],"texture":"#0"},"west":{"uv":[9.5,2,10.5,3],"texture":"#0"},"up":{"uv":[9.5,3,10,4],"texture":"#0"}}},{"from":[3.49,0.49,6.99],"to":[3.51,1.51,8.01],"rotation":{"angle":0,"axis":"z","origin":[8,0,8]},"faces":{"west":{"uv":[11.5,1.5,12.5,2.5],"texture":"#0"}}},{"from":[2,0,2],"to":[14,0,14],"rotation":{"angle":0,"axis":"z","origin":[8,0,8]},"faces":{"up":{"uv":[6,6,0,0],"texture":"#0"},"down":{"uv":[6,6,0,12],"texture":"#0"}}},{"from":[4.5,0,4.5],"to":[11.5,8,11.5],"rotation":{"angle":0,"axis":"z","origin":[8,0,8]},"faces":{"north":{"uv":[6,0,9.5,4],"texture":"#0"},"east":{"uv":[6,0,9.5,4],"texture":"#0"},"south":{"uv":[6,0,9.5,4],"texture":"#0"},"west":{"uv":[10,3.5,13.5,7.5],"texture":"#0"},"up":{"uv":[9.5,7.5,6,4],"texture":"#0"}}},{"from":[4.15,0,4.15],"to":[11.85,2,11.85],"rotation":{"angle":0,"axis":"z","origin":[8,0,8]},"faces":{"north":{"uv":[6,3,9.5,4],"texture":"#0"},"east":{"uv":[6,3,9.5,4],"texture":"#0"},"south":{"uv":[6,3,9.5,4],"texture":"#0"},"west":{"uv":[10,6.5,13.5,7.5],"texture":"#0"},"up":{"uv":[16,3.5,12.5,0],"texture":"#0"}}},{"from":[7.5,0,3.5],"to":[10.5,3,4.5],"rotation":{"angle":0,"axis":"z","origin":[8,0,8]},"faces":{"north":{"uv":[9.5,0,11,1.5],"texture":"#0"},"east":{"uv":[11,0,11.5,1.5],"texture":"#0"},"west":{"uv":[11,0,11.5,1.5],"texture":"#0"},"up":{"uv":[9.5,1.5,11,2],"texture":"#0"}}},{"from":[4,0,8.5],"to":[4,4,15.5],"rotation":{"angle":-22.5,"axis":"y","origin":[4,0,8.5]},"faces":{"east":{"uv":[10,9.5,6,11.5],"texture":"#0"},"west":{"uv":[6,9.5,9.5,11.5],"texture":"#0"}}},{"from":[4.55,1,7],"to":[4.55,5,17],"rotation":{"angle":22.5,"axis":"z","origin":[2.75,1,7]},"faces":{"east":{"uv":[11,7.5,6,9.5],"texture":"#0"},"west":{"uv":[6,7.5,11,9.5],"texture":"#0"}}}],"display":{"head":{"rotation":[3,0,5],"translation":[-1,18,1],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/evergreen_wreath.json b/assets/minecraft/models/item/wynn/skin/hat/evergreen_wreath.json new file mode 100644 index 000000000..96ccc24c1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/evergreen_wreath.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/evergreen_wreath","particle":"skins/evergreen_wreath"},"elements":[{"from":[4,-1,2.5],"to":[4.01,10,13.5],"rotation":{"angle":22.5,"axis":"z","origin":[4,0,8]},"faces":{"east":{"uv":[0,0,11,11],"texture":"#0"},"west":{"uv":[0,0,11,11],"texture":"#0"}}},{"from":[2.5,-1,4],"to":[13.5,10,4.01],"rotation":{"angle":-22.5,"axis":"x","origin":[8,0,4]},"faces":{"north":{"uv":[0,0,11,11],"texture":"#0"},"south":{"uv":[0,0,11,11],"texture":"#0"}}},{"from":[12,-1,2.5],"to":[12.01,10,13.5],"rotation":{"angle":-22.5,"axis":"z","origin":[12,0,8]},"faces":{"east":{"uv":[0,0,11,11],"texture":"#0"},"west":{"uv":[0,0,11,11],"texture":"#0"}}},{"from":[3.99,0.99,3.99],"to":[12.01,6.01,12.01],"faces":{"north":{"uv":[0,11,8,16],"texture":"#0"},"east":{"uv":[0,11,8,16],"texture":"#0"},"south":{"uv":[0,11,8,16],"texture":"#0"},"west":{"uv":[0,11,8,16],"texture":"#0"}}},{"from":[12,1,4],"to":[4,6,12],"faces":{"north":{"uv":[8,11,0,16],"texture":"#0"},"east":{"uv":[8,11,0,16],"texture":"#0"},"south":{"uv":[8,11,0,16],"texture":"#0"},"west":{"uv":[8,11,0,16],"texture":"#0"}}}],"display":{"head":{"rotation":[10,0,0],"translation":[0,14,2],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/eye_cultist_hood.json b/assets/minecraft/models/item/wynn/skin/hat/eye_cultist_hood.json new file mode 100644 index 000000000..ed24c5ece --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/eye_cultist_hood.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/magic_gradient","1":"skins/twilight_gradient","particle":"skins/magic_gradient"},"elements":[{"from":[7.96406,8.66303,4.51],"to":[10.44406,9.14303,5.49],"rotation":{"angle":-22.5,"axis":"z","origin":[8.95406,8.65303,5]},"faces":{"north":{"uv":[6.5,12,9,12.5],"rotation":180,"texture":"#0"},"east":{"uv":[6.5,12,7.5,12.5],"rotation":180,"texture":"#0"},"south":{"uv":[6.5,12,9,12.5],"rotation":180,"texture":"#0"},"west":{"uv":[6.5,12,7.5,12.5],"rotation":180,"texture":"#0"},"up":{"uv":[6.5,12,9,13],"rotation":180,"texture":"#0"},"down":{"uv":[6.5,12,9,13],"rotation":180,"texture":"#0"}}},{"from":[5.55594,8.66303,4.51],"to":[8.03594,9.14303,5.49],"rotation":{"angle":22.5,"axis":"z","origin":[7.04594,8.65303,5]},"faces":{"north":{"uv":[9,12,6.5,12.5],"rotation":180,"texture":"#0"},"east":{"uv":[7.5,12,6.5,12.5],"rotation":180,"texture":"#0"},"south":{"uv":[9,12,6.5,12.5],"rotation":180,"texture":"#0"},"west":{"uv":[7.5,12,6.5,12.5],"rotation":180,"texture":"#0"},"up":{"uv":[9,12,6.5,13],"rotation":180,"texture":"#0"},"down":{"uv":[9,12,6.5,13],"rotation":180,"texture":"#0"}}},{"from":[5.1146,8.35109,5.51],"to":[7.5946,8.83109,8.49],"rotation":{"angle":22.5,"axis":"z","origin":[6.6046,8.34109,6]},"faces":{"north":{"uv":[5,1,7.5,1.5],"rotation":180,"texture":"#1"},"east":{"uv":[5,1,8,1.5],"rotation":180,"texture":"#1"},"south":{"uv":[5,1,7.5,1.5],"rotation":180,"texture":"#1"},"west":{"uv":[5,1,8,1.5],"rotation":180,"texture":"#1"},"up":{"uv":[5,1,7.5,4],"rotation":180,"texture":"#1"},"down":{"uv":[5,1,7.5,4],"rotation":180,"texture":"#1"}}},{"from":[5.1146,7.10109,8.51],"to":[7.5946,8.58109,9.99],"rotation":{"angle":22.5,"axis":"z","origin":[6.6046,8.09109,9]},"faces":{"north":{"uv":[5,1,7.5,1.5],"rotation":180,"texture":"#1"},"east":{"uv":[5,1,7,1.5],"rotation":180,"texture":"#1"},"south":{"uv":[5,1,7.5,1.5],"rotation":180,"texture":"#1"},"west":{"uv":[5,1,7,1.5],"rotation":180,"texture":"#1"},"up":{"uv":[5,1,7.5,2.5],"texture":"#1"},"down":{"uv":[5,1,7.5,3],"rotation":180,"texture":"#1"}}},{"from":[8.4054,8.35109,5.51],"to":[10.8854,8.83109,8.49],"rotation":{"angle":-22.5,"axis":"z","origin":[9.3954,8.34109,6]},"faces":{"north":{"uv":[7.5,1,5,1.5],"rotation":180,"texture":"#1"},"east":{"uv":[8,1,5,1.5],"rotation":180,"texture":"#1"},"south":{"uv":[7.5,1,5,1.5],"rotation":180,"texture":"#1"},"west":{"uv":[8,1,5,1.5],"rotation":180,"texture":"#1"},"up":{"uv":[7.5,1,5,4],"rotation":180,"texture":"#1"},"down":{"uv":[7.5,1,5,4],"rotation":180,"texture":"#1"}}},{"from":[8.4054,7.10109,8.51],"to":[10.8854,8.58109,9.99],"rotation":{"angle":-22.5,"axis":"z","origin":[9.3954,8.09109,9]},"faces":{"north":{"uv":[7.5,1,10,1.5],"rotation":180,"texture":"#1"},"east":{"uv":[8,1,10,1.5],"rotation":180,"texture":"#1"},"south":{"uv":[7.5,1,10,1.5],"rotation":180,"texture":"#1"},"west":{"uv":[8,1,10,1.5],"rotation":180,"texture":"#1"},"up":{"uv":[7.5,1,10,3],"rotation":180,"texture":"#1"},"down":{"uv":[7.5,1,10,3],"rotation":180,"texture":"#1"}}},{"from":[7.73693,8.99459,4.5],"to":[8.23693,9.49459,5.5],"rotation":{"angle":0,"axis":"z","origin":[7.57926,9.80866,5]},"faces":{"north":{"uv":[7.5,10.5,8,11],"texture":"#0"},"east":{"uv":[7.5,10.5,8.5,11],"texture":"#0"},"south":{"uv":[7.5,10.5,8,11],"texture":"#0"},"west":{"uv":[7.5,10.5,8.5,11],"texture":"#0"},"up":{"uv":[7.5,10.5,8,11.5],"texture":"#0"},"down":{"uv":[7.5,10.5,8,11.5],"texture":"#0"}}},{"from":[7.25,8.68265,5.5],"to":[8.75,9.18265,8.5],"rotation":{"angle":0,"axis":"z","origin":[6.88791,9.49672,6]},"faces":{"north":{"uv":[5.5,0.5,7,1],"texture":"#1"},"east":{"uv":[5.5,0.5,8.5,1],"texture":"#1"},"south":{"uv":[5.5,0.5,7,1],"texture":"#1"},"west":{"uv":[5.5,0.5,8.5,1],"texture":"#1"},"up":{"uv":[5.5,0.5,7,3.5],"texture":"#1"},"down":{"uv":[5.5,0.5,7,3.5],"texture":"#1"}}},{"from":[7.25,8.43265,8.5],"to":[8.75,8.93265,10],"rotation":{"angle":0,"axis":"z","origin":[6.88791,9.24672,9]},"faces":{"north":{"uv":[5.5,0.5,7,1],"texture":"#1"},"east":{"uv":[5.5,0.5,7.5,1],"texture":"#1"},"south":{"uv":[5.5,0.5,7,1],"texture":"#1"},"west":{"uv":[5.5,0.5,7.5,1],"texture":"#1"},"up":{"uv":[6.5,1,8,3],"texture":"#1"},"down":{"uv":[5.5,0.5,7,2.5],"texture":"#1"}}},{"from":[6.76,7.87683,9.59772],"to":[9.24,8.35683,12.07772],"rotation":{"angle":22.5,"axis":"x","origin":[8,8.11683,10.46272]},"faces":{"north":{"uv":[5.5,0.5,7,1],"texture":"#1"},"east":{"uv":[5.5,0.5,7.5,1],"texture":"#1"},"south":{"uv":[5.5,0.5,7,1],"texture":"#1"},"west":{"uv":[5.5,0.5,7.5,1],"texture":"#1"},"up":{"uv":[5.5,1,7.5,3.5],"rotation":270,"texture":"#1"},"down":{"uv":[5.5,0.5,7,2.5],"texture":"#1"}}},{"from":[6.75,0.45933,9.0797],"to":[9.25,0.95933,10.5797],"rotation":{"angle":-22.5,"axis":"x","origin":[8,2.45167,10.65357]},"faces":{"north":{"uv":[5.5,5.5,6,8],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,5.5,6,7],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,5.5,6,8],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,5.5,6,7],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,5.5,7,8],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,5.5,7,8],"rotation":90,"texture":"#1"}}},{"from":[5.76,6.37683,9.59772],"to":[10.24,7.85683,12.07772],"rotation":{"angle":22.5,"axis":"x","origin":[8,7.61683,10.46272]},"faces":{"north":{"uv":[5.5,0.5,7,1],"texture":"#1"},"east":{"uv":[5.5,0.5,7.5,1],"texture":"#1"},"south":{"uv":[5.5,0.5,7,1],"texture":"#1"},"west":{"uv":[5.5,0.5,7.5,1],"texture":"#1"},"up":{"uv":[5,1.5,9.5,3.5],"texture":"#1"},"down":{"uv":[5.5,0.5,7,2.5],"texture":"#1"}}},{"from":[5.75,0.74421,8.08562],"to":[10.25,2.24421,10.58562],"rotation":{"angle":-22.5,"axis":"x","origin":[8,2.59267,10.60321]},"faces":{"north":{"uv":[5.5,6.5,7,11],"rotation":270,"texture":"#1"},"east":{"uv":[5.5,6.5,7,9],"rotation":270,"texture":"#1"},"south":{"uv":[5.5,6.5,7,11],"rotation":270,"texture":"#1"},"west":{"uv":[5.5,6.5,7,9],"rotation":270,"texture":"#1"},"up":{"uv":[5.5,6.5,8,11],"rotation":270,"texture":"#1"},"down":{"uv":[5.5,6.5,8,11],"rotation":270,"texture":"#1"}}},{"from":[5.01,5.87683,9.34772],"to":[10.99,7.35683,11.82772],"rotation":{"angle":22.5,"axis":"x","origin":[8,7.11683,10.21272]},"faces":{"north":{"uv":[11.5,6,13,12],"rotation":270,"texture":"#1"},"east":{"uv":[11.5,6,13,8.5],"rotation":270,"texture":"#1"},"south":{"uv":[11.5,6,13,12],"rotation":270,"texture":"#1"},"west":{"uv":[11.5,6,13,8.5],"rotation":270,"texture":"#1"},"up":{"uv":[11.5,6,14,12],"rotation":270,"texture":"#1"},"down":{"uv":[11.5,6,14,12],"rotation":270,"texture":"#1"}}},{"from":[5,1.49224,9.11207],"to":[11,2.99224,10.61207],"rotation":{"angle":-22.5,"axis":"x","origin":[8,2.60032,10.86087]},"faces":{"north":{"uv":[6.5,6,8,12],"rotation":270,"texture":"#1"},"east":{"uv":[6.5,7.5,8,6],"rotation":180,"texture":"#1"},"south":{"uv":[6.5,6,8,12],"rotation":270,"texture":"#1"},"west":{"uv":[6.5,6,8,7.5],"texture":"#1"},"up":{"uv":[6.5,6,8,12],"rotation":270,"texture":"#1"},"down":{"uv":[6,6,7.5,12],"rotation":270,"texture":"#1"}}},{"from":[5.76,1.28317,10.40783],"to":[10.24,3.26317,11.88783],"rotation":{"angle":22.5,"axis":"x","origin":[8,2.59267,10.60321]},"faces":{"north":{"uv":[7.5,7,9.5,11.5],"rotation":270,"texture":"#1"},"east":{"uv":[7.5,7,9.5,8.5],"rotation":270,"texture":"#1"},"south":{"uv":[7.5,7,9.5,11.5],"rotation":270,"texture":"#1"},"west":{"uv":[7.5,7,9.5,8.5],"rotation":270,"texture":"#1"},"up":{"uv":[7.5,7,9,11.5],"rotation":270,"texture":"#1"},"down":{"uv":[7.5,7,9,11.5],"rotation":270,"texture":"#1"}}},{"from":[5.01,1.64321,9.47082],"to":[10.99,3.62321,11.45082],"rotation":{"angle":22.5,"axis":"x","origin":[8,2.59267,10.85321]},"faces":{"north":{"uv":[7,5.5,9,11.5],"rotation":270,"texture":"#1"},"east":{"uv":[7.5,5.5,9.5,7.5],"rotation":270,"texture":"#1"},"south":{"uv":[7,5.5,9,11.5],"rotation":270,"texture":"#1"},"west":{"uv":[7,5.5,9,7.5],"rotation":270,"texture":"#1"},"up":{"uv":[7,5.5,9,11.5],"rotation":270,"texture":"#1"},"down":{"uv":[7,5.5,9,11.5],"rotation":270,"texture":"#1"}}},{"from":[5.75,2.72594,10.5597],"to":[10.25,7.22594,12.0597],"rotation":{"angle":0,"axis":"x","origin":[8,2.59267,10.60321]},"faces":{"north":{"uv":[8.5,6.5,13,11],"rotation":270,"texture":"#1"},"east":{"uv":[8.5,6.5,13,8],"rotation":270,"texture":"#1"},"south":{"uv":[10,6.5,14.5,11],"rotation":270,"texture":"#1"},"west":{"uv":[8.5,6.5,13,8],"rotation":270,"texture":"#1"},"up":{"uv":[14.5,6,16,10.5],"rotation":270,"texture":"#1"},"down":{"uv":[8.5,6.5,10,11],"rotation":270,"texture":"#1"}}},{"from":[5,3.22594,9.5597],"to":[11,6.72594,11.8097],"rotation":{"angle":0,"axis":"x","origin":[8,2.59267,10.85321]},"faces":{"north":{"uv":[9,6,12.5,12],"rotation":270,"texture":"#1"},"east":{"uv":[9,6,12.5,8.25],"rotation":270,"texture":"#1"},"south":{"uv":[9,6,12.5,12],"rotation":270,"texture":"#1"},"west":{"uv":[9,6,12.5,8.25],"rotation":270,"texture":"#1"},"up":{"uv":[9,6,11.25,12],"rotation":270,"texture":"#1"},"down":{"uv":[9,6,11.25,12],"rotation":270,"texture":"#1"}}},{"from":[6.76,1.00064,10.52013],"to":[9.24,3.73064,12.00013],"rotation":{"angle":22.5,"axis":"x","origin":[8,2.45167,10.65357]},"faces":{"north":{"uv":[7,6.5,9.75,9],"rotation":270,"texture":"#1"},"east":{"uv":[7,6.5,9.75,8],"rotation":270,"texture":"#1"},"south":{"uv":[7,6.5,9.75,9],"rotation":270,"texture":"#1"},"west":{"uv":[7,6.5,9.75,8],"rotation":270,"texture":"#1"},"up":{"uv":[7,6.5,8.5,9],"rotation":270,"texture":"#1"},"down":{"uv":[7,6.5,8.5,9],"rotation":270,"texture":"#1"}}},{"from":[6.75,2.89202,10.89707],"to":[9.25,6.89202,12.39707],"rotation":{"angle":0,"axis":"x","origin":[8,2.45167,10.65357]},"faces":{"north":{"uv":[8.5,8.5,12.5,11],"rotation":270,"texture":"#1"},"east":{"uv":[8.5,8.5,12.5,10],"rotation":270,"texture":"#1"},"south":{"uv":[10,8.5,14,11],"rotation":270,"texture":"#1"},"west":{"uv":[8.5,8.5,12.5,10],"rotation":270,"texture":"#1"},"up":{"uv":[13,8,14.5,10.5],"rotation":270,"texture":"#1"},"down":{"uv":[8.5,8.5,10,11],"rotation":270,"texture":"#1"}}},{"from":[10.64331,6.46378,4.5],"to":[11.14331,8.46378,5.5],"rotation":{"angle":22.5,"axis":"z","origin":[10.64331,6.96378,5]},"faces":{"north":{"uv":[5,11.5,7,12],"rotation":270,"texture":"#0"},"east":{"uv":[5,11.5,7,12.5],"rotation":270,"texture":"#0"},"south":{"uv":[5,11.5,7,12],"rotation":270,"texture":"#0"},"west":{"uv":[5,11.5,7,12.5],"rotation":270,"texture":"#0"},"up":{"uv":[5,11.5,6,12],"rotation":270,"texture":"#0"},"down":{"uv":[5,11.5,6,12],"rotation":270,"texture":"#0"}}},{"from":[4.85669,6.46378,4.5],"to":[5.35669,8.46378,5.5],"rotation":{"angle":-22.5,"axis":"z","origin":[5.35669,6.96378,5]},"faces":{"north":{"uv":[5,12,7,11.5],"rotation":270,"texture":"#0"},"east":{"uv":[5,12.5,7,11.5],"rotation":270,"texture":"#0"},"south":{"uv":[5,12,7,11.5],"rotation":270,"texture":"#0"},"west":{"uv":[5,12.5,7,11.5],"rotation":270,"texture":"#0"},"up":{"uv":[5,12,6,11.5],"rotation":270,"texture":"#0"},"down":{"uv":[5,12,6,11.5],"rotation":270,"texture":"#0"}}},{"from":[4.60669,6.61378,5.5],"to":[5.10669,8.11378,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[5.10669,7.11378,6]},"faces":{"north":{"uv":[4,1,5.5,1.5],"rotation":270,"texture":"#1"},"east":{"uv":[4,1,5.5,4],"rotation":270,"texture":"#1"},"south":{"uv":[4,1,5.5,1.5],"rotation":270,"texture":"#1"},"west":{"uv":[4,1,5.5,4],"rotation":270,"texture":"#1"},"up":{"uv":[4,1,7,1.5],"rotation":270,"texture":"#1"},"down":{"uv":[4,1,7,1.5],"rotation":270,"texture":"#1"}}},{"from":[4.61976,6.35837,8.5],"to":[6.11976,7.85837,10],"rotation":{"angle":-22.5,"axis":"z","origin":[5.11976,6.85837,9.01]},"faces":{"north":{"uv":[4.5,1,6,2.5],"rotation":270,"texture":"#1"},"east":{"uv":[4.5,1,6,2.5],"rotation":270,"texture":"#1"},"south":{"uv":[4.5,1,6,2.5],"rotation":270,"texture":"#1"},"west":{"uv":[4.5,1,6,2.5],"rotation":270,"texture":"#1"},"up":{"uv":[4.5,1,6,2.5],"rotation":270,"texture":"#1"},"down":{"uv":[4.5,1,6,2.5],"rotation":270,"texture":"#1"}}},{"from":[9.88024,6.35837,8.5],"to":[11.38024,7.85837,10],"rotation":{"angle":22.5,"axis":"z","origin":[10.88024,6.85837,9.01]},"faces":{"north":{"uv":[4.5,1.5,6,3],"rotation":270,"texture":"#1"},"east":{"uv":[4.5,2.5,6,4],"rotation":270,"texture":"#1"},"south":{"uv":[4.5,1.5,6,3],"rotation":270,"texture":"#1"},"west":{"uv":[4.5,2.5,6,4],"rotation":270,"texture":"#1"},"up":{"uv":[4.5,1.5,6,3],"rotation":270,"texture":"#1"},"down":{"uv":[4.5,1.5,6,3],"rotation":270,"texture":"#1"}}},{"from":[10.89331,6.61378,5.5],"to":[11.39331,8.11378,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[10.89331,7.11378,6]},"faces":{"north":{"uv":[3.5,1.5,5,1],"rotation":270,"texture":"#1"},"east":{"uv":[4,4,5.5,1],"rotation":270,"texture":"#1"},"south":{"uv":[3.5,1.5,5,1],"rotation":270,"texture":"#1"},"west":{"uv":[3.5,4,5,1],"rotation":270,"texture":"#1"},"up":{"uv":[3.5,1.5,6.5,1],"rotation":270,"texture":"#1"},"down":{"uv":[3.5,1.5,6.5,1],"rotation":270,"texture":"#1"}}},{"from":[11.17927,2.76931,4.5],"to":[11.67927,4.76931,5.5],"rotation":{"angle":22.5,"axis":"z","origin":[11.17927,3.76931,5]},"faces":{"north":{"uv":[2.5,11.5,4.5,12],"rotation":270,"texture":"#0"},"east":{"uv":[2.5,11,4.5,12],"rotation":270,"texture":"#0"},"south":{"uv":[2.5,11.5,4.5,12],"rotation":270,"texture":"#0"},"west":{"uv":[2.5,11.5,4.5,12.5],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,11.5,3.5,12],"rotation":270,"texture":"#0"},"down":{"uv":[2.5,11.5,3.5,12],"rotation":270,"texture":"#0"}}},{"from":[4.32073,2.76931,4.5],"to":[4.82073,4.76931,5.5],"rotation":{"angle":-22.5,"axis":"z","origin":[4.82073,3.76931,5]},"faces":{"north":{"uv":[2.5,12,4.5,11.5],"rotation":270,"texture":"#0"},"east":{"uv":[2.5,12.5,4.5,11.5],"rotation":270,"texture":"#0"},"south":{"uv":[2.5,12,4.5,11.5],"rotation":270,"texture":"#0"},"west":{"uv":[2.5,12,4.5,11],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,12,3.5,11.5],"rotation":270,"texture":"#0"},"down":{"uv":[2.5,12,3.5,11.5],"rotation":270,"texture":"#0"}}},{"from":[4.07073,2.41931,5.5],"to":[4.57073,4.41931,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[4.57073,3.41931,6]},"faces":{"north":{"uv":[1.5,1,3.5,1.5],"rotation":270,"texture":"#1"},"east":{"uv":[1.5,1,3.5,4],"rotation":270,"texture":"#1"},"south":{"uv":[1.5,1,3.5,1.5],"rotation":270,"texture":"#1"},"west":{"uv":[1.5,1,3.5,4],"rotation":270,"texture":"#1"},"up":{"uv":[1.5,1,4.5,1.5],"rotation":270,"texture":"#1"},"down":{"uv":[1.5,1,4.5,1.5],"rotation":270,"texture":"#1"}}},{"from":[11.42927,2.41931,5.5],"to":[11.92927,4.41931,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[11.42927,3.41931,6]},"faces":{"north":{"uv":[1.5,1.5,3.5,1],"rotation":270,"texture":"#1"},"east":{"uv":[1.5,4,3.5,1],"rotation":270,"texture":"#1"},"south":{"uv":[1.5,1.5,3.5,1],"rotation":270,"texture":"#1"},"west":{"uv":[1.5,4,3.5,1],"rotation":270,"texture":"#1"},"up":{"uv":[1.5,1.5,4.5,1],"rotation":270,"texture":"#1"},"down":{"uv":[1.5,1.5,4.5,1],"rotation":270,"texture":"#1"}}},{"from":[4.08379,1.66389,8.5],"to":[5.58379,3.66389,10],"rotation":{"angle":-22.5,"axis":"z","origin":[4.58379,2.66389,9.01]},"faces":{"north":{"uv":[1.5,1,3.5,2.5],"rotation":270,"texture":"#1"},"east":{"uv":[1.5,1,3.5,2.5],"rotation":270,"texture":"#1"},"south":{"uv":[1.5,1,3.5,2.5],"rotation":270,"texture":"#1"},"west":{"uv":[1.5,0.5,3.5,2],"rotation":270,"texture":"#1"},"up":{"uv":[1.5,1,3,2.5],"rotation":270,"texture":"#1"},"down":{"uv":[1.5,1,3,2.5],"rotation":270,"texture":"#1"}}},{"from":[10.41621,1.66389,8.5],"to":[11.91621,3.66389,10],"rotation":{"angle":22.5,"axis":"z","origin":[11.41621,2.66389,9.01]},"faces":{"north":{"uv":[1.5,2.5,3.5,1],"rotation":270,"texture":"#1"},"east":{"uv":[1.5,2,3.5,0.5],"rotation":270,"texture":"#1"},"south":{"uv":[1.5,2.5,3.5,1],"rotation":270,"texture":"#1"},"west":{"uv":[1.5,2.5,3.5,1],"rotation":270,"texture":"#1"},"up":{"uv":[1.5,2.5,3,1],"rotation":270,"texture":"#1"},"down":{"uv":[1.5,2.5,3,1],"rotation":270,"texture":"#1"}}},{"from":[10.18034,2.69322,4.51],"to":[12.16034,3.17322,5.49],"rotation":{"angle":45,"axis":"z","origin":[11.67034,2.68322,5]},"faces":{"north":{"uv":[1,11.5,3,12],"rotation":180,"texture":"#0"},"east":{"uv":[1,11.5,2,12],"rotation":180,"texture":"#0"},"south":{"uv":[1,11.5,3,12],"texture":"#0"},"west":{"uv":[1,11.5,2,12],"rotation":180,"texture":"#0"},"up":{"uv":[1,11.5,3,12.5],"texture":"#0"},"down":{"uv":[1,11.5,3,12.5],"texture":"#0"}}},{"from":[3.83966,2.69322,4.51],"to":[5.81966,3.17322,5.49],"rotation":{"angle":-45,"axis":"z","origin":[4.32966,2.68322,5]},"faces":{"north":{"uv":[3,11.5,1,12],"rotation":180,"texture":"#0"},"east":{"uv":[2,11.5,1,12],"rotation":180,"texture":"#0"},"south":{"uv":[3,11.5,1,12],"texture":"#0"},"west":{"uv":[2,11.5,1,12],"rotation":180,"texture":"#0"},"up":{"uv":[3,11.5,1,12.5],"texture":"#0"},"down":{"uv":[3,11.5,1,12.5],"texture":"#0"}}},{"from":[3.58966,2.34322,5.51],"to":[5.56966,2.82322,8.49],"rotation":{"angle":-45,"axis":"z","origin":[4.07966,2.33322,6]},"faces":{"north":{"uv":[0,1.5,2,2],"rotation":180,"texture":"#1"},"east":{"uv":[0,1.5,3,2],"rotation":180,"texture":"#1"},"south":{"uv":[0,1.5,2,2],"rotation":180,"texture":"#1"},"west":{"uv":[0,1.5,3,2],"rotation":180,"texture":"#1"},"up":{"uv":[0,1.5,2,4.5],"rotation":180,"texture":"#1"},"down":{"uv":[0,1.5,2,4.5],"rotation":180,"texture":"#1"}}},{"from":[10.43034,2.34322,5.51],"to":[12.41034,2.82322,8.49],"rotation":{"angle":45,"axis":"z","origin":[11.92034,2.33322,6]},"faces":{"north":{"uv":[2,1.5,0,2],"rotation":180,"texture":"#1"},"east":{"uv":[3,1.5,0,2],"rotation":180,"texture":"#1"},"south":{"uv":[2,1.5,0,2],"rotation":180,"texture":"#1"},"west":{"uv":[3,1.5,0,2],"rotation":180,"texture":"#1"},"up":{"uv":[2,1.5,0,4.5],"rotation":180,"texture":"#1"},"down":{"uv":[2,1.5,0,4.5],"rotation":180,"texture":"#1"}}},{"from":[3.60272,1.5878,8.51],"to":[5.58272,2.0678,9.99],"rotation":{"angle":-45,"axis":"z","origin":[4.09272,1.5778,9.01]},"faces":{"north":{"uv":[0,1.5,2,2],"rotation":180,"texture":"#1"},"east":{"uv":[0,1.5,1.5,2],"rotation":180,"texture":"#1"},"south":{"uv":[0,1.5,2,2],"rotation":180,"texture":"#1"},"west":{"uv":[0,1.5,1.5,2],"rotation":180,"texture":"#1"},"up":{"uv":[0,1.5,2,3],"rotation":180,"texture":"#1"},"down":{"uv":[0,1.5,2,3],"rotation":180,"texture":"#1"}}},{"from":[10.41728,1.5878,8.51],"to":[12.39728,2.0678,9.99],"rotation":{"angle":45,"axis":"z","origin":[11.90728,1.5778,9.01]},"faces":{"north":{"uv":[2,1.5,0,2],"texture":"#1"},"east":{"uv":[1.5,1.5,0,2],"rotation":180,"texture":"#1"},"south":{"uv":[2,1.5,0,2],"rotation":180,"texture":"#1"},"west":{"uv":[1.5,1.5,0,2],"rotation":180,"texture":"#1"},"up":{"uv":[2,1.5,0,3],"rotation":180,"texture":"#1"},"down":{"uv":[2,1.5,0,3],"rotation":180,"texture":"#1"}}},{"from":[10.41728,1.8378,7.51],"to":[11.89728,2.3178,8.99],"rotation":{"angle":45,"axis":"z","origin":[11.90728,1.8278,9.01]},"faces":{"north":{"uv":[13.5,2.5,15,3],"rotation":180,"texture":"#1"},"east":{"uv":[13.5,2.5,15,3],"rotation":180,"texture":"#1"},"south":{"uv":[13.5,2.5,15,3],"rotation":180,"texture":"#1"},"west":{"uv":[13.5,2.5,15,3],"rotation":180,"texture":"#1"},"up":{"uv":[13.5,2.5,15,4],"rotation":180,"texture":"#1"},"down":{"uv":[13.5,2.5,15,4],"rotation":180,"texture":"#1"}}},{"from":[4.10272,1.8378,7.51],"to":[5.58272,2.3178,8.99],"rotation":{"angle":-45,"axis":"z","origin":[4.09272,1.8278,9.01]},"faces":{"north":{"uv":[15,2.5,13.5,3],"rotation":180,"texture":"#1"},"east":{"uv":[15,2.5,13.5,3],"rotation":180,"texture":"#1"},"south":{"uv":[15,2.5,13.5,3],"rotation":180,"texture":"#1"},"west":{"uv":[15,2.5,13.5,3],"rotation":180,"texture":"#1"},"up":{"uv":[15,2.5,13.5,4],"rotation":180,"texture":"#1"},"down":{"uv":[15,2.5,13.5,4],"rotation":180,"texture":"#1"}}},{"from":[9.10968,1.62256,4.5],"to":[10.60968,2.12256,5.5],"rotation":{"angle":0,"axis":"z","origin":[9.60968,1.87256,5]},"faces":{"north":{"uv":[0,10,1.5,10.5],"texture":"#0"},"east":{"uv":[0,10,1,10.5],"texture":"#0"},"south":{"uv":[0,10,1.5,10.5],"texture":"#0"},"west":{"uv":[0,10,1,10.5],"texture":"#0"},"up":{"uv":[0,10,1.5,11],"texture":"#0"},"down":{"uv":[0,10,1.5,11],"texture":"#0"}}},{"from":[5.39032,1.62256,4.5],"to":[6.89032,2.12256,5.5],"rotation":{"angle":0,"axis":"z","origin":[6.39032,1.87256,5]},"faces":{"north":{"uv":[1.5,10,0,10.5],"texture":"#0"},"east":{"uv":[1,10,0,10.5],"texture":"#0"},"south":{"uv":[1.5,10,0,10.5],"texture":"#0"},"west":{"uv":[1,10,0,10.5],"texture":"#0"},"up":{"uv":[1.5,10,0,11],"texture":"#0"},"down":{"uv":[1.5,10,0,11],"texture":"#0"}}},{"from":[5.14032,1.27256,5.5],"to":[6.64032,1.77256,8.5],"rotation":{"angle":0,"axis":"z","origin":[6.14032,1.52256,6]},"faces":{"north":{"uv":[0,0.5,1.5,1],"texture":"#1"},"east":{"uv":[0,0.5,3,1],"texture":"#1"},"south":{"uv":[0,0.5,1.5,1],"texture":"#1"},"west":{"uv":[0,0.5,3,1],"texture":"#1"},"up":{"uv":[0,0.5,1.5,3.5],"texture":"#1"},"down":{"uv":[0,0.5,1.5,3.5],"texture":"#1"}}},{"from":[9.35968,1.27256,5.5],"to":[10.85968,1.77256,8.5],"rotation":{"angle":0,"axis":"z","origin":[9.85968,1.52256,6]},"faces":{"north":{"uv":[1.5,0.5,0,1],"texture":"#1"},"east":{"uv":[3,0.5,0,1],"texture":"#1"},"south":{"uv":[1.5,0.5,0,1],"texture":"#1"},"west":{"uv":[3,0.5,0,1],"texture":"#1"},"up":{"uv":[1.5,0.5,0,3.5],"texture":"#1"},"down":{"uv":[1.5,0.5,0,3.5],"texture":"#1"}}},{"from":[5.15338,0.51714,8.5],"to":[10.90338,1.01714,10],"rotation":{"angle":0,"axis":"z","origin":[6.15338,0.76714,9.01]},"faces":{"north":{"uv":[0,1.5,1,2],"texture":"#1"},"east":{"uv":[0,1.5,1,2],"texture":"#1"},"south":{"uv":[0,1.5,1,2],"texture":"#1"},"west":{"uv":[0,1.5,1,2],"texture":"#1"},"up":{"uv":[0,1.5,1,2],"texture":"#1"},"down":{"uv":[0,1.5,1,2],"texture":"#1"}}},{"from":[8.77244,1.90054,4.51],"to":[9.25244,2.38054,5.49],"rotation":{"angle":-22.5,"axis":"z","origin":[8.51244,2.14054,5]},"faces":{"north":{"uv":[0,10,0.5,10.5],"texture":"#0"},"east":{"uv":[0,10,1,10.5],"texture":"#0"},"south":{"uv":[0,10,0.5,10.5],"texture":"#0"},"west":{"uv":[0,10,1,10.5],"texture":"#0"},"up":{"uv":[0,10,0.5,11],"texture":"#0"},"down":{"uv":[0,10,0.5,11],"texture":"#0"}}},{"from":[6.74756,1.90054,4.51],"to":[7.22756,2.38054,5.49],"rotation":{"angle":22.5,"axis":"z","origin":[7.48756,2.14054,5]},"faces":{"north":{"uv":[0.5,10,0,10.5],"texture":"#0"},"east":{"uv":[1,10,0,10.5],"texture":"#0"},"south":{"uv":[0.5,10,0,10.5],"texture":"#0"},"west":{"uv":[1,10,0,10.5],"texture":"#0"},"up":{"uv":[0.5,10,0,11],"texture":"#0"},"down":{"uv":[0.5,10,0,11],"texture":"#0"}}},{"from":[10.80659,4.70319,4.51],"to":[11.28659,6.68319,5.49],"rotation":{"angle":0,"axis":"z","origin":[10.79659,5.69319,5]},"faces":{"north":{"uv":[4.5,13,6.5,13.5],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,13,6.5,14],"rotation":270,"texture":"#0"},"south":{"uv":[4.5,13,6.5,13.5],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,13,6.5,14],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,13,5.5,13.5],"rotation":270,"texture":"#0"},"down":{"uv":[4.5,13,5.5,13.5],"rotation":270,"texture":"#0"}}},{"from":[4.71341,4.70319,4.51],"to":[5.19341,6.68319,5.49],"rotation":{"angle":0,"axis":"z","origin":[5.20341,5.69319,5]},"faces":{"north":{"uv":[4.5,13.5,6.5,13],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,14,6.5,13],"rotation":270,"texture":"#0"},"south":{"uv":[4.5,13.5,6.5,13],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,14,6.5,13],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,13.5,5.5,13],"rotation":270,"texture":"#0"},"down":{"uv":[4.5,13.5,5.5,13],"rotation":270,"texture":"#0"}}},{"from":[4.46341,4.35319,5.51],"to":[4.94341,6.83319,8.49],"rotation":{"angle":0,"axis":"z","origin":[4.95341,5.84319,6]},"faces":{"north":{"uv":[3,1.5,5.5,2],"rotation":270,"texture":"#1"},"east":{"uv":[3,1.5,5.5,4.5],"rotation":270,"texture":"#1"},"south":{"uv":[3,1.5,5.5,2],"rotation":270,"texture":"#1"},"west":{"uv":[3,1.5,5.5,4.5],"rotation":270,"texture":"#1"},"up":{"uv":[3,1.5,6,2],"rotation":270,"texture":"#1"},"down":{"uv":[3,1.5,6,2],"rotation":270,"texture":"#1"}}},{"from":[11.05659,4.35319,5.51],"to":[11.53659,6.83319,8.49],"rotation":{"angle":0,"axis":"z","origin":[11.04659,5.84319,6]},"faces":{"north":{"uv":[3,2,5.5,1.5],"rotation":270,"texture":"#1"},"east":{"uv":[3,4.5,5.5,1.5],"rotation":270,"texture":"#1"},"south":{"uv":[3,2,5.5,1.5],"rotation":270,"texture":"#1"},"west":{"uv":[3,4.5,5.5,1.5],"rotation":270,"texture":"#1"},"up":{"uv":[3,2,6,1.5],"rotation":270,"texture":"#1"},"down":{"uv":[3,2,6,1.5],"rotation":270,"texture":"#1"}}},{"from":[4.45648,3.57777,8.49],"to":[5.97648,6.59777,10.01],"rotation":{"angle":0,"axis":"z","origin":[4.96648,5.58777,9.01]},"faces":{"north":{"uv":[2,1.5,5,3],"rotation":270,"texture":"#1"},"east":{"uv":[2,1.5,5,3],"rotation":270,"texture":"#1"},"south":{"uv":[2,1.5,5,3],"rotation":270,"texture":"#1"},"west":{"uv":[2,1.5,5,3],"rotation":270,"texture":"#1"},"up":{"uv":[2,1.5,3.5,3],"rotation":270,"texture":"#1"},"down":{"uv":[2,1.5,3.5,3],"rotation":270,"texture":"#1"}}},{"from":[10.02352,3.57777,8.49],"to":[11.54352,6.59777,10.01],"rotation":{"angle":0,"axis":"z","origin":[11.03352,5.58777,9.01]},"faces":{"north":{"uv":[2,3,5,1.5],"rotation":270,"texture":"#1"},"east":{"uv":[2,3,5,1.5],"rotation":270,"texture":"#1"},"south":{"uv":[2,3,5,1.5],"rotation":270,"texture":"#1"},"west":{"uv":[2,3,5,1.5],"rotation":270,"texture":"#1"},"up":{"uv":[2,3,3.5,1.5],"rotation":270,"texture":"#1"},"down":{"uv":[2,3,3.5,1.5],"rotation":270,"texture":"#1"}}},{"from":[5,2.95449,4.04435],"to":[11,3.95449,8.04435],"rotation":{"angle":22.5,"axis":"x","origin":[5.64032,-1.54551,0.54435]},"faces":{"north":{"uv":[7.5,6,8.5,12],"rotation":90,"texture":"#1"},"east":{"uv":[7,7,8,11],"rotation":270,"texture":"#1"},"south":{"uv":[6.5,6,7.5,12],"rotation":90,"texture":"#1"},"west":{"uv":[7,7,8,11],"rotation":270,"texture":"#1"},"up":{"uv":[4.5,6,8.5,12],"rotation":90,"texture":"#1"},"down":{"uv":[4.5,6,8.5,12],"rotation":90,"texture":"#1"}}},{"from":[6.5,9.25,5.75],"to":[9.25,9.25,8.5],"rotation":{"angle":-45,"axis":"y","origin":[8,9.25,7.25]},"faces":{"north":{"uv":[4,1,4.5,1.5],"rotation":270,"texture":"#0"},"east":{"uv":[4,1,4.5,1.5],"rotation":90,"texture":"#0"},"south":{"uv":[4,1,4.5,1.5],"rotation":90,"texture":"#0"},"west":{"uv":[4,1,4.5,1.5],"rotation":90,"texture":"#0"},"up":{"uv":[6,0.5,10,4.5],"rotation":90,"texture":"#0"},"down":{"uv":[4,1,4.5,1.5],"rotation":90,"texture":"#0"}}},{"from":[4.84134,6.86194,6.5],"to":[4.84134,8.36194,7.5],"rotation":{"angle":-22.5,"axis":"z","origin":[4.64134,7.86194,6]},"faces":{"north":{"uv":[4,1,4.5,1.5],"rotation":270,"texture":"#0"},"east":{"uv":[4,1,4.5,1.5],"rotation":270,"texture":"#0"},"south":{"uv":[4,1,4.5,1.5],"rotation":270,"texture":"#0"},"west":{"uv":[3,0.5,1.5,3],"texture":"#0"},"up":{"uv":[4,1,4.5,1.5],"rotation":270,"texture":"#0"},"down":{"uv":[4,1,4.5,1.5],"rotation":270,"texture":"#0"}}},{"from":[11.15866,6.86194,6.5],"to":[11.15866,8.36194,7.5],"rotation":{"angle":22.5,"axis":"z","origin":[11.35866,7.86194,6]},"faces":{"north":{"uv":[4,1.5,4.5,1],"rotation":270,"texture":"#0"},"east":{"uv":[1.5,0.5,3,3],"texture":"#0"},"south":{"uv":[4,1.5,4.5,1],"rotation":270,"texture":"#0"},"west":{"uv":[4,1.5,4.5,1],"rotation":270,"texture":"#0"},"up":{"uv":[4,1.5,4.5,1],"rotation":270,"texture":"#0"},"down":{"uv":[4,1.5,4.5,1],"rotation":270,"texture":"#0"}}},{"from":[4.44343,4.86152,6.5],"to":[4.44343,6.86152,7.5],"rotation":{"angle":0,"axis":"z","origin":[4.24343,6.36152,6]},"faces":{"north":{"uv":[4,1,4.5,1.5],"rotation":270,"texture":"#0"},"east":{"uv":[4,1,4.5,1.5],"rotation":270,"texture":"#0"},"south":{"uv":[4,1,4.5,1.5],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,1,2,4],"texture":"#0"},"up":{"uv":[4,1,4.5,1.5],"rotation":270,"texture":"#0"},"down":{"uv":[4,1,4.5,1.5],"rotation":270,"texture":"#0"}}},{"from":[11.55657,4.86152,6.5],"to":[11.55657,6.86152,7.5],"rotation":{"angle":0,"axis":"z","origin":[11.75657,6.36152,6]},"faces":{"north":{"uv":[4,1.5,4.5,1],"rotation":270,"texture":"#0"},"east":{"uv":[2,1,3.5,4],"texture":"#0"},"south":{"uv":[4,1.5,4.5,1],"rotation":270,"texture":"#0"},"west":{"uv":[4,1.5,4.5,1],"rotation":270,"texture":"#0"},"up":{"uv":[4,1.5,4.5,1],"rotation":270,"texture":"#0"},"down":{"uv":[4,1.5,4.5,1],"rotation":270,"texture":"#0"}}},{"from":[4.82712,8.80522,6.5],"to":[5.82712,8.80522,7.5],"rotation":{"angle":22.5,"axis":"z","origin":[6.32712,9.00522,6]},"faces":{"north":{"uv":[4.5,1,4,1.5],"rotation":90,"texture":"#0"},"east":{"uv":[4.5,1,4,1.5],"rotation":270,"texture":"#0"},"south":{"uv":[4.5,1,4,1.5],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,1,4,1.5],"rotation":270,"texture":"#0"},"up":{"uv":[3.5,1,2,2.5],"rotation":270,"texture":"#0"},"down":{"uv":[4.5,1,4,1.5],"rotation":270,"texture":"#0"}}},{"from":[10.17288,8.80522,6.5],"to":[11.17288,8.80522,7.5],"rotation":{"angle":-22.5,"axis":"z","origin":[9.67288,9.00522,6]},"faces":{"north":{"uv":[4.5,1.5,4,1],"rotation":90,"texture":"#0"},"east":{"uv":[4.5,1.5,4,1],"rotation":270,"texture":"#0"},"south":{"uv":[4.5,1.5,4,1],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,1.5,4,1],"rotation":270,"texture":"#0"},"up":{"uv":[3.5,2.5,2,1],"rotation":270,"texture":"#0"},"down":{"uv":[4.5,1.5,4,1],"rotation":270,"texture":"#0"}}}],"display":{"head":{"rotation":[-22.5,0,0],"translation":[0,8.5,-3],"scale":[2.41,2.41,2.41]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/face_of_annihilation.json b/assets/minecraft/models/item/wynn/skin/hat/face_of_annihilation.json new file mode 100644 index 000000000..3bb2f734a --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/face_of_annihilation.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/face_of_annihilation"},"elements":[{"from":[8,0,0],"to":[19,8,11],"rotation":{"angle":-45,"axis":"y","origin":[8,0,0]},"faces":{"north":{"uv":[8.75,4.25,6,6.25],"texture":"#0"},"east":{"uv":[8.5,2.25,5.75,4.25],"texture":"#0"},"south":{"uv":[5.75,2.25,8.5,4.25],"texture":"#0"},"west":{"uv":[6,4.25,8.75,6.25],"texture":"#0"},"up":{"uv":[5.75,2.75,3,0],"texture":"#0"},"down":{"uv":[5.75,2.75,3,5.5],"texture":"#0"}}},{"from":[-1.25,4.75,4.75],"to":[3.75,10.25,9.75],"rotation":{"angle":-22.5,"axis":"z","origin":[-1.25,4.75,3.75]},"faces":{"north":{"uv":[6,6.25,7.25,7.75],"texture":"#0"},"south":{"uv":[7.25,6.25,6,7.75],"texture":"#0"},"west":{"uv":[7.25,6.25,8.5,7.75],"texture":"#0"},"up":{"uv":[1.25,9,0,7.75],"texture":"#0"},"down":{"uv":[2.5,7.75,1.25,9],"texture":"#0"}}},{"from":[-1.6,9.65,4.75],"to":[1.4,14.65,7.75],"rotation":{"angle":22.5,"axis":"z","origin":[-1.25,4.75,3.75]},"faces":{"north":{"uv":[7.25,7.75,8,9],"texture":"#0"},"east":{"uv":[8,7.75,8.75,9],"texture":"#0"},"south":{"uv":[8,7.75,7.25,9],"texture":"#0"},"west":{"uv":[8.75,4.25,9.5,5.5],"texture":"#0"},"up":{"uv":[9.5,6.25,8.75,5.5],"texture":"#0"}}},{"from":[-6.255,5.745,4.745],"to":[-1.245,9.755,8.755],"rotation":{"angle":-45,"axis":"z","origin":[-1.25,4.75,3.75]},"faces":{"north":{"uv":[2.5,7.75,3.75,8.75],"texture":"#0"},"south":{"uv":[3.75,7.75,2.5,8.75],"texture":"#0"},"west":{"uv":[6.25,7.75,7.25,8.75],"texture":"#0"},"up":{"uv":[5,8.75,3.75,7.75],"texture":"#0"},"down":{"uv":[6.25,7.75,5,8.75],"texture":"#0"}}},{"from":[-4.355,5.495,4.495],"to":[-3.345,10.005,9.005],"rotation":{"angle":-45,"axis":"z","origin":[-1.25,4.75,3.75]},"faces":{"north":{"uv":[2,9.75,3.25,10],"rotation":90,"texture":"#0"},"south":{"uv":[2,9.75,3.25,10],"rotation":90,"texture":"#0"},"up":{"uv":[2,10,3.25,10.25],"rotation":90,"texture":"#0"},"down":{"uv":[2,10.25,3.25,10.5],"rotation":90,"texture":"#0"}}},{"from":[18.345,5.495,4.495],"to":[19.355,10.005,9.005],"rotation":{"angle":45,"axis":"z","origin":[17.25,4.75,3.75]},"faces":{"north":{"uv":[2,10,3.25,9.75],"rotation":90,"texture":"#0"},"south":{"uv":[2,10,3.25,9.75],"rotation":90,"texture":"#0"},"up":{"uv":[2,10.25,3.25,10],"rotation":90,"texture":"#0"},"down":{"uv":[2,10.5,3.25,10.25],"rotation":90,"texture":"#0"}}},{"from":[12.25,4.75,4.75],"to":[17.25,10.25,9.75],"rotation":{"angle":22.5,"axis":"z","origin":[17.25,4.75,3.75]},"faces":{"north":{"uv":[7.25,6.25,6,7.75],"texture":"#0"},"east":{"uv":[8.5,6.25,7.25,7.75],"texture":"#0"},"south":{"uv":[6,6.25,7.25,7.75],"texture":"#0"},"up":{"uv":[0,9,1.25,7.75],"texture":"#0"},"down":{"uv":[1.25,7.75,2.5,9],"texture":"#0"}}},{"from":[14.6,9.65,4.75],"to":[17.6,14.65,7.75],"rotation":{"angle":-22.5,"axis":"z","origin":[17.25,4.75,3.75]},"faces":{"north":{"uv":[8,7.75,7.25,9],"texture":"#0"},"east":{"uv":[9.5,4.25,8.75,5.5],"texture":"#0"},"south":{"uv":[7.25,7.75,8,9],"texture":"#0"},"west":{"uv":[8.75,7.75,8,9],"texture":"#0"},"up":{"uv":[8.75,6.25,9.5,5.5],"texture":"#0"}}},{"from":[17.245,5.745,4.745],"to":[22.255,9.755,8.755],"rotation":{"angle":45,"axis":"z","origin":[17.25,4.75,3.75]},"faces":{"north":{"uv":[3.75,7.75,2.5,8.75],"texture":"#0"},"east":{"uv":[7.25,7.75,6.25,8.75],"texture":"#0"},"south":{"uv":[2.5,7.75,3.75,8.75],"texture":"#0"},"up":{"uv":[3.75,8.75,5,7.75],"texture":"#0"},"down":{"uv":[5,7.75,6.25,8.75],"texture":"#0"}}},{"from":[6.5,7,-1],"to":[9.5,10,2.25],"rotation":{"angle":45,"axis":"x","origin":[0,7,0]},"faces":{"north":{"uv":[9.25,2.75,10,3.5],"texture":"#0"},"east":{"uv":[9.25,2.75,8.5,3.5],"texture":"#0"},"west":{"uv":[8.5,2.75,9.25,3.5],"texture":"#0"},"up":{"uv":[9.25,4.25,8.5,3.5],"texture":"#0"},"down":{"uv":[9.25,6.25,8.5,7],"texture":"#0"}}},{"from":[7,7.75,0],"to":[9,12,2],"rotation":{"angle":-22.5,"axis":"x","origin":[0,7,0]},"faces":{"north":{"uv":[2.5,8.75,3,9.75],"texture":"#0"},"east":{"uv":[4,8.75,3.5,9.75],"texture":"#0"},"south":{"uv":[3,8.75,3.5,9.75],"texture":"#0"},"west":{"uv":[3.5,8.75,4,9.75],"texture":"#0"},"up":{"uv":[9,7.5,8.5,7],"texture":"#0"}}},{"from":[12.75,7,11],"to":[16,10,14],"rotation":{"angle":45,"axis":"z","origin":[15,7,4.5]},"faces":{"north":{"uv":[8.5,2.75,9.25,3.5],"texture":"#0"},"east":{"uv":[9.25,2.75,10,3.5],"texture":"#0"},"south":{"uv":[9.25,2.75,8.5,3.5],"texture":"#0"},"up":{"uv":[9.25,4.25,8.5,3.5],"rotation":90,"texture":"#0"},"down":{"uv":[9.25,6.25,8.5,7],"rotation":270,"texture":"#0"}}},{"from":[13,7.75,11.5],"to":[15,12,13.5],"rotation":{"angle":-22.5,"axis":"z","origin":[15,7,4.5]},"faces":{"north":{"uv":[3.5,8.75,4,9.75],"texture":"#0"},"east":{"uv":[2.5,8.75,3,9.75],"texture":"#0"},"south":{"uv":[4,8.75,3.5,9.75],"texture":"#0"},"west":{"uv":[3,8.75,3.5,9.75],"texture":"#0"},"up":{"uv":[9,7.5,8.5,7],"rotation":90,"texture":"#0"}}},{"from":[0,7,11],"to":[3.25,10,14],"rotation":{"angle":-45,"axis":"z","origin":[1,7,4.5]},"faces":{"north":{"uv":[9.25,2.75,8.5,3.5],"texture":"#0"},"south":{"uv":[8.5,2.75,9.25,3.5],"texture":"#0"},"west":{"uv":[10,2.75,9.25,3.5],"texture":"#0"},"up":{"uv":[9.25,3.5,8.5,4.25],"rotation":90,"texture":"#0"},"down":{"uv":[9.25,7,8.5,6.25],"rotation":270,"texture":"#0"}}},{"from":[1,7.75,11.5],"to":[3,12,13.5],"rotation":{"angle":22.5,"axis":"z","origin":[1,7,4.5]},"faces":{"north":{"uv":[4,8.75,3.5,9.75],"texture":"#0"},"east":{"uv":[3.5,8.75,3,9.75],"texture":"#0"},"south":{"uv":[3.5,8.75,4,9.75],"texture":"#0"},"west":{"uv":[3,8.75,2.5,9.75],"texture":"#0"},"up":{"uv":[9,7,8.5,7.5],"rotation":90,"texture":"#0"}}},{"from":[2.5,-2.35,3.5],"to":[13.5,6.4,15],"rotation":{"angle":-22.5,"axis":"x","origin":[7,4.25,10.5]},"faces":{"north":{"uv":[0,5.5,2.75,7.75],"texture":"#0"},"east":{"uv":[8.5,0,5.75,2.25],"texture":"#0"},"south":{"uv":[2.75,5.5,5.5,7.75],"texture":"#0"},"west":{"uv":[5.75,0,8.5,2.25],"texture":"#0"},"up":{"uv":[2.75,2.75,0,0],"texture":"#0"},"down":{"uv":[3,2.75,0,5.5],"texture":"#0"}}},{"from":[13.5,-2.35,3.5],"to":[2.5,6.4,15],"rotation":{"angle":-22.5,"axis":"x","origin":[7,4.25,10.5]},"faces":{"north":{"uv":[2.75,5.5,0,7.75],"texture":"#0"},"east":{"uv":[8.5,0,5.75,2.25],"texture":"#0"},"south":{"uv":[5.5,5.5,2.75,7.75],"texture":"#0"},"west":{"uv":[5.75,0,8.5,2.25],"texture":"#0"},"up":{"uv":[2.75,2.75,0,0],"texture":"#0"},"down":{"uv":[3,2.75,0,5.5],"texture":"#0"}}},{"from":[2,-6,6],"to":[2,2,16],"rotation":{"angle":-22.5,"axis":"z","origin":[0,0,0]},"faces":{"east":{"uv":[11,0,8.5,2],"texture":"#0"},"west":{"uv":[8.5,0,11,2],"texture":"#0"}}},{"from":[14,-6,6],"to":[14,2,16],"rotation":{"angle":22.5,"axis":"z","origin":[16,0,0]},"faces":{"east":{"uv":[11,0,8.5,2],"texture":"#0"},"west":{"uv":[8.5,0,11,2],"texture":"#0"}}},{"from":[9,-2,1],"to":[16.5,0,8.5],"rotation":{"angle":-45,"axis":"y","origin":[8,0,0]},"faces":{"north":{"uv":[2,9,0,9.5],"texture":"#0"},"west":{"uv":[0,9,2,9.5],"texture":"#0"}}},{"from":[9,0,1],"to":[16.5,-2,8.5],"rotation":{"angle":-45,"axis":"y","origin":[8,0,0]},"faces":{"north":{"uv":[2,9.5,0,9],"texture":"#0"},"west":{"uv":[0,9.5,2,9],"texture":"#0"}}},{"from":[-3.89867,-4.65,8.0726],"to":[-1.14867,-1.15,8.0726],"rotation":{"angle":-22.5,"axis":"x","origin":[-2.52367,2.35,7.0726]},"faces":{"north":{"uv":[1,9.5,2,10.25],"rotation":90,"texture":"#0"},"south":{"uv":[1,10.25,2,9.5],"rotation":90,"texture":"#0"}}},{"from":[-2.52367,-2,6.6976],"to":[-2.52367,1.5,9.4476],"rotation":{"angle":-22.5,"axis":"x","origin":[-2.52367,2.35,7.0726]},"faces":{"east":{"uv":[0,11,1,10.25],"rotation":90,"texture":"#0"},"west":{"uv":[0,10.25,1,11],"rotation":90,"texture":"#0"}}},{"from":[-3.89867,0.6,8.0726],"to":[-1.14867,4.1,8.0726],"rotation":{"angle":-22.5,"axis":"x","origin":[-2.52367,2.35,7.0726]},"faces":{"north":{"uv":[0,9.5,1,10.25],"rotation":90,"texture":"#0"},"south":{"uv":[1,9.5,0,10.25],"rotation":270,"texture":"#0"}}},{"from":[-2.52367,3.25,6.6976],"to":[-2.52367,6.75,9.4476],"rotation":{"angle":-22.5,"axis":"x","origin":[-2.52367,2.35,7.0726]},"faces":{"east":{"uv":[1,11.75,2,11],"rotation":90,"texture":"#0"},"west":{"uv":[1,11,2,11.75],"rotation":90,"texture":"#0"}}},{"from":[-3.89867,5.85,8.0726],"to":[-1.14867,9.35,8.0726],"rotation":{"angle":-22.5,"axis":"x","origin":[-2.52367,2.35,7.0726]},"faces":{"north":{"uv":[1,10.25,2,11],"rotation":90,"texture":"#0"},"south":{"uv":[1,11,2,10.25],"rotation":90,"texture":"#0"}}},{"from":[16.35133,-0.5,8.0726],"to":[19.10133,3,8.0726],"rotation":{"angle":-22.5,"axis":"x","origin":[-2.27367,3.9,7.0726]},"faces":{"north":{"uv":[0,11,1,11.75],"rotation":90,"texture":"#0"},"south":{"uv":[0,11.75,1,11],"rotation":90,"texture":"#0"}}},{"from":[17.72633,2.15,6.6976],"to":[17.72633,5.65,9.4476],"rotation":{"angle":-22.5,"axis":"x","origin":[-2.27367,3.9,7.0726]},"faces":{"east":{"uv":[0,11,1,10.25],"rotation":90,"texture":"#0"},"west":{"uv":[0,10.25,1,11],"rotation":90,"texture":"#0"}}},{"from":[16.35133,4.8,8.0726],"to":[19.10133,8.3,8.0726],"rotation":{"angle":-22.5,"axis":"x","origin":[-2.27367,3.9,7.0726]},"faces":{"north":{"uv":[1,10.25,2,11],"rotation":90,"texture":"#0"},"south":{"uv":[1,11,2,10.25],"rotation":90,"texture":"#0"}}}],"display":{"head":{"rotation":[15,0,0],"translation":[0,12.5,-1],"scale":[1.5,1.5,1.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/fancy_crown.json b/assets/minecraft/models/item/wynn/skin/hat/fancy_crown.json new file mode 100644 index 000000000..107ecbe64 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/fancy_crown.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/mage","1":"skins/rose","2":"skins/driftwood_1","particle":"skins/mage"},"elements":[{"from":[6,0,4],"to":[10,1,5],"faces":{"north":{"uv":[0,2,2,10],"rotation":270,"texture":"#0"},"east":{"uv":[0,2,2,4],"rotation":270,"texture":"#0"},"south":{"uv":[0,2,2,10],"rotation":270,"texture":"#0"},"west":{"uv":[0,2,2,4],"rotation":270,"texture":"#0"},"up":{"uv":[1,2,3,10],"rotation":270,"texture":"#0"},"down":{"uv":[0,2,2,10],"rotation":270,"texture":"#0"}}},{"from":[11,0,6],"to":[12,1,10],"rotation":{"angle":0,"axis":"y","origin":[8,3.51424,8]},"faces":{"north":{"uv":[0,2,2,4],"rotation":270,"texture":"#0"},"east":{"uv":[0,2,2,10],"rotation":270,"texture":"#0"},"south":{"uv":[0,2,2,4],"rotation":270,"texture":"#0"},"west":{"uv":[0,2,2,10],"rotation":270,"texture":"#0"},"up":{"uv":[1,2,3,10],"texture":"#0"},"down":{"uv":[0,2,2,10],"rotation":180,"texture":"#0"}}},{"from":[6,0,11],"to":[10,1,12],"rotation":{"angle":0,"axis":"y","origin":[8.57715,3.51424,11.12383]},"faces":{"north":{"uv":[0,2,2,10],"rotation":270,"texture":"#0"},"east":{"uv":[0,2,2,4],"rotation":270,"texture":"#0"},"south":{"uv":[0,2,2,10],"rotation":270,"texture":"#0"},"west":{"uv":[0,2,2,4],"rotation":270,"texture":"#0"},"up":{"uv":[3,10,1,2],"rotation":270,"texture":"#0"},"down":{"uv":[2,10,0,2],"rotation":270,"texture":"#0"}}},{"from":[4,0,6],"to":[5,1,10],"rotation":{"angle":0,"axis":"y","origin":[8,3.51424,8]},"faces":{"north":{"uv":[0,2,2,4],"rotation":270,"texture":"#0"},"east":{"uv":[0,2,2,10],"rotation":270,"texture":"#0"},"south":{"uv":[0,2,2,4],"rotation":270,"texture":"#0"},"west":{"uv":[0,2,2,10],"rotation":270,"texture":"#0"},"up":{"uv":[3,4,5,12],"texture":"#0"},"down":{"uv":[0,4,2,12],"rotation":180,"texture":"#0"}}},{"from":[7,1,4],"to":[9,2,5],"faces":{"north":{"uv":[1,5,3,9],"rotation":270,"texture":"#0"},"east":{"uv":[1,5,3,7],"rotation":270,"texture":"#0"},"south":{"uv":[1,5,3,9],"rotation":270,"texture":"#0"},"west":{"uv":[1,5,3,7],"rotation":270,"texture":"#0"},"up":{"uv":[1,5,3,9],"rotation":270,"texture":"#0"},"down":{"uv":[1,5,3,9],"rotation":270,"texture":"#0"}}},{"from":[11,1,7],"to":[12,2,9],"rotation":{"angle":0,"axis":"y","origin":[8,3.51424,8]},"faces":{"north":{"uv":[1,5,3,7],"rotation":270,"texture":"#0"},"east":{"uv":[1,5,3,9],"rotation":270,"texture":"#0"},"south":{"uv":[1,5,3,7],"rotation":270,"texture":"#0"},"west":{"uv":[1,5,3,9],"rotation":270,"texture":"#0"},"up":{"uv":[1,5,3,9],"texture":"#0"},"down":{"uv":[1,5,3,9],"rotation":180,"texture":"#0"}}},{"from":[7,1,11],"to":[9,2,12],"rotation":{"angle":0,"axis":"y","origin":[8.57715,3.51424,11.12383]},"faces":{"north":{"uv":[1,5,3,9],"rotation":270,"texture":"#0"},"east":{"uv":[1,5,3,7],"rotation":270,"texture":"#0"},"south":{"uv":[1,5,3,9],"rotation":270,"texture":"#0"},"west":{"uv":[1,5,3,7],"rotation":270,"texture":"#0"},"up":{"uv":[3,9,1,5],"rotation":270,"texture":"#0"},"down":{"uv":[3,9,1,5],"rotation":270,"texture":"#0"}}},{"from":[4,1,7],"to":[5,2,9],"rotation":{"angle":0,"axis":"y","origin":[8,3.51424,8]},"faces":{"north":{"uv":[1,5,3,7],"rotation":270,"texture":"#0"},"east":{"uv":[1,5,3,9],"rotation":270,"texture":"#0"},"south":{"uv":[1,5,3,7],"rotation":270,"texture":"#0"},"west":{"uv":[1,5,3,9],"rotation":270,"texture":"#0"},"up":{"uv":[3,9,5,13],"texture":"#0"},"down":{"uv":[3,9,5,13],"rotation":180,"texture":"#0"}}},{"from":[7,4.3378,3.27442],"to":[9,5.8378,4.27442],"rotation":{"angle":-22.5,"axis":"x","origin":[8,5.49276,8]},"faces":{"north":{"uv":[3,3,6,7],"rotation":270,"texture":"#0"},"east":{"uv":[3,3,6,5],"rotation":270,"texture":"#0"},"south":{"uv":[3,3,6,7],"rotation":270,"texture":"#0"},"west":{"uv":[3,3,6,5],"rotation":270,"texture":"#0"},"up":{"uv":[3,3,5,7],"rotation":270,"texture":"#0"},"down":{"uv":[3,3,5,7],"rotation":270,"texture":"#0"}}},{"from":[10.96843,4.18719,7],"to":[11.96843,5.68719,9],"rotation":{"angle":-22.5,"axis":"z","origin":[8,3.51424,8]},"faces":{"north":{"uv":[3,3,6,5],"rotation":270,"texture":"#0"},"east":{"uv":[3,3,6,7],"rotation":270,"texture":"#0"},"south":{"uv":[3,3,6,5],"rotation":270,"texture":"#0"},"west":{"uv":[3,3,6,7],"rotation":270,"texture":"#0"},"up":{"uv":[3,3,5,7],"texture":"#0"},"down":{"uv":[3,3,5,7],"rotation":180,"texture":"#0"}}},{"from":[7,2.99175,11.20622],"to":[9,4.49175,12.20622],"rotation":{"angle":22.5,"axis":"x","origin":[8.57715,3.51424,11.12383]},"faces":{"north":{"uv":[3,3,6,7],"rotation":270,"texture":"#0"},"east":{"uv":[3,3,6,5],"rotation":270,"texture":"#0"},"south":{"uv":[3,3,6,7],"rotation":270,"texture":"#0"},"west":{"uv":[3,3,6,5],"rotation":270,"texture":"#0"},"up":{"uv":[5,7,3,3],"rotation":270,"texture":"#0"},"down":{"uv":[5,7,3,3],"rotation":270,"texture":"#0"}}},{"from":[4.03157,4.18719,7],"to":[5.03157,5.68719,9],"rotation":{"angle":22.5,"axis":"z","origin":[8,3.51424,8]},"faces":{"north":{"uv":[3,3,6,5],"rotation":270,"texture":"#0"},"east":{"uv":[3,3,6,7],"rotation":270,"texture":"#0"},"south":{"uv":[3,3,6,5],"rotation":270,"texture":"#0"},"west":{"uv":[3,3,6,7],"rotation":270,"texture":"#0"},"up":{"uv":[5,7,7,11],"texture":"#0"},"down":{"uv":[5,7,7,11],"rotation":180,"texture":"#0"}}},{"from":[7,4.00314,3.5021],"to":[9,5.00314,4.5021],"rotation":{"angle":0,"axis":"x","origin":[8,5.49276,8]},"faces":{"north":{"uv":[5,3,7,7],"rotation":270,"texture":"#0"},"east":{"uv":[5,3,7,5],"rotation":270,"texture":"#0"},"south":{"uv":[5,3,7,7],"rotation":270,"texture":"#0"},"west":{"uv":[5,3,7,5],"rotation":270,"texture":"#0"},"up":{"uv":[5,3,7,7],"rotation":270,"texture":"#0"},"down":{"uv":[5,3,7,7],"rotation":270,"texture":"#0"}}},{"from":[11.4979,4.00314,7],"to":[12.4979,5.00314,9],"rotation":{"angle":0,"axis":"x","origin":[8,3.51424,8]},"faces":{"north":{"uv":[5,3,7,5],"rotation":270,"texture":"#0"},"east":{"uv":[5,3,7,7],"rotation":270,"texture":"#0"},"south":{"uv":[5,3,7,5],"rotation":270,"texture":"#0"},"west":{"uv":[5,3,7,7],"rotation":270,"texture":"#0"},"up":{"uv":[5,3,7,7],"texture":"#0"},"down":{"uv":[5,3,7,7],"rotation":180,"texture":"#0"}}},{"from":[7,4.00314,11.4979],"to":[9,5.00314,12.4979],"rotation":{"angle":0,"axis":"x","origin":[8.57715,3.51424,11.12383]},"faces":{"north":{"uv":[5,3,7,7],"rotation":270,"texture":"#0"},"east":{"uv":[5,3,7,5],"rotation":270,"texture":"#0"},"south":{"uv":[5,3,7,7],"rotation":270,"texture":"#0"},"west":{"uv":[5,3,7,5],"rotation":270,"texture":"#0"},"up":{"uv":[7,7,5,3],"rotation":270,"texture":"#0"},"down":{"uv":[7,7,5,3],"rotation":270,"texture":"#0"}}},{"from":[3.5021,4.00314,7],"to":[4.5021,5.00314,9],"rotation":{"angle":0,"axis":"x","origin":[8,3.51424,8]},"faces":{"north":{"uv":[5,3,7,5],"rotation":270,"texture":"#0"},"east":{"uv":[5,3,7,7],"rotation":270,"texture":"#0"},"south":{"uv":[5,3,7,5],"rotation":270,"texture":"#0"},"west":{"uv":[5,3,7,7],"rotation":270,"texture":"#0"},"up":{"uv":[7,7,9,11],"texture":"#0"},"down":{"uv":[7,7,9,11],"rotation":180,"texture":"#0"}}},{"from":[7,2.88992,4.78303],"to":[9,3.88992,5.78303],"rotation":{"angle":45,"axis":"x","origin":[8,5.49276,8]},"faces":{"north":{"uv":[9,3,11,7],"rotation":270,"texture":"#0"},"east":{"uv":[9,3,11,5],"rotation":270,"texture":"#0"},"south":{"uv":[9,3,11,7],"rotation":270,"texture":"#0"},"west":{"uv":[9,3,11,5],"rotation":270,"texture":"#0"},"up":{"uv":[9,3,11,7],"rotation":270,"texture":"#0"},"down":{"uv":[9,3,11,7],"rotation":270,"texture":"#0"}}},{"from":[11.61599,2.31043,7],"to":[12.61599,3.31043,9],"rotation":{"angle":45,"axis":"z","origin":[8,3.51424,8]},"faces":{"north":{"uv":[9,3,11,5],"rotation":270,"texture":"#0"},"east":{"uv":[9,3,11,7],"rotation":270,"texture":"#0"},"south":{"uv":[9,3,11,5],"rotation":270,"texture":"#0"},"west":{"uv":[9,3,11,7],"rotation":270,"texture":"#0"},"up":{"uv":[9,3,11,7],"texture":"#0"},"down":{"uv":[9,3,11,7],"rotation":180,"texture":"#0"}}},{"from":[7,4.51931,12.53094],"to":[9,5.51931,13.53094],"rotation":{"angle":-45,"axis":"x","origin":[8.57715,3.51424,11.12383]},"faces":{"north":{"uv":[9,3,11,7],"rotation":270,"texture":"#0"},"east":{"uv":[9,3,11,5],"rotation":270,"texture":"#0"},"south":{"uv":[9,3,11,7],"rotation":270,"texture":"#0"},"west":{"uv":[9,3,11,5],"rotation":270,"texture":"#0"},"up":{"uv":[11,7,9,3],"rotation":270,"texture":"#0"},"down":{"uv":[11,7,9,3],"rotation":270,"texture":"#0"}}},{"from":[3.38401,2.31043,7],"to":[4.38401,3.31043,9],"rotation":{"angle":-45,"axis":"z","origin":[8,3.51424,8]},"faces":{"north":{"uv":[9,3,11,5],"rotation":270,"texture":"#0"},"east":{"uv":[9,3,11,7],"rotation":270,"texture":"#0"},"south":{"uv":[9,3,11,5],"rotation":270,"texture":"#0"},"west":{"uv":[9,3,11,7],"rotation":270,"texture":"#0"},"up":{"uv":[11,7,13,11],"texture":"#0"},"down":{"uv":[11,7,13,11],"rotation":180,"texture":"#0"}}},{"from":[7,6.01681,5.51577],"to":[9,7.01681,6.51577],"rotation":{"angle":0,"axis":"x","origin":[8,5.49276,8]},"faces":{"north":{"uv":[12,3,14,7],"rotation":270,"texture":"#0"},"east":{"uv":[12,3,14,5],"rotation":270,"texture":"#0"},"south":{"uv":[12,3,14,7],"rotation":270,"texture":"#0"},"west":{"uv":[12,3,14,5],"rotation":270,"texture":"#0"},"up":{"uv":[12,3,14,7],"rotation":270,"texture":"#0"},"down":{"uv":[12,3,14,7],"rotation":270,"texture":"#0"}}},{"from":[9.48423,6.01681,7],"to":[10.48423,7.01681,9],"rotation":{"angle":0,"axis":"x","origin":[8,3.51424,8]},"faces":{"north":{"uv":[12,3,14,5],"rotation":270,"texture":"#0"},"east":{"uv":[12,3,14,7],"rotation":270,"texture":"#0"},"south":{"uv":[12,3,14,5],"rotation":270,"texture":"#0"},"west":{"uv":[12,3,14,7],"rotation":270,"texture":"#0"},"up":{"uv":[12,3,14,7],"texture":"#0"},"down":{"uv":[12,3,14,7],"rotation":180,"texture":"#0"}}},{"from":[7,6.01681,9.48423],"to":[9,7.01681,10.48423],"rotation":{"angle":0,"axis":"x","origin":[8.57715,3.51424,11.12383]},"faces":{"north":{"uv":[12,3,14,7],"rotation":270,"texture":"#0"},"east":{"uv":[12,3,14,5],"rotation":270,"texture":"#0"},"south":{"uv":[12,3,14,7],"rotation":270,"texture":"#0"},"west":{"uv":[12,3,14,5],"rotation":270,"texture":"#0"},"up":{"uv":[14,7,12,3],"rotation":270,"texture":"#0"},"down":{"uv":[14,7,12,3],"rotation":270,"texture":"#0"}}},{"from":[5.51577,6.01681,7],"to":[6.51577,7.01681,9],"rotation":{"angle":0,"axis":"x","origin":[8,3.51424,8]},"faces":{"north":{"uv":[12,3,14,5],"rotation":270,"texture":"#0"},"east":{"uv":[12,3,14,7],"rotation":270,"texture":"#0"},"south":{"uv":[12,3,14,5],"rotation":270,"texture":"#0"},"west":{"uv":[12,3,14,7],"rotation":270,"texture":"#0"},"up":{"uv":[14,7,16,11],"texture":"#0"},"down":{"uv":[14,7,16,11],"rotation":180,"texture":"#0"}}},{"from":[7.005,3.32413,4.03685],"to":[8.995,4.31413,5.02685],"rotation":{"angle":22.5,"axis":"x","origin":[8,5.49276,8]},"faces":{"north":{"uv":[6,2,8,6],"rotation":270,"texture":"#0"},"east":{"uv":[6,2,8,4],"rotation":270,"texture":"#0"},"south":{"uv":[6,2,8,6],"rotation":270,"texture":"#0"},"west":{"uv":[6,2,8,4],"rotation":270,"texture":"#0"},"up":{"uv":[6,2,8,6],"rotation":270,"texture":"#0"},"down":{"uv":[6,2,8,6],"rotation":270,"texture":"#0"}}},{"from":[11.7303,3.17353,7.005],"to":[12.7203,4.16353,8.995],"rotation":{"angle":22.5,"axis":"z","origin":[8,3.51424,8]},"faces":{"north":{"uv":[6,2,8,4],"rotation":270,"texture":"#0"},"east":{"uv":[6,2,8,6],"rotation":270,"texture":"#0"},"south":{"uv":[6,2,8,4],"rotation":270,"texture":"#0"},"west":{"uv":[6,2,8,6],"rotation":270,"texture":"#0"},"up":{"uv":[6,2,8,6],"texture":"#0"},"down":{"uv":[6,2,8,6],"rotation":180,"texture":"#0"}}},{"from":[7.005,4.36897,11.96809],"to":[8.995,5.35897,12.95809],"rotation":{"angle":-22.5,"axis":"x","origin":[8.57715,3.51424,11.12383]},"faces":{"north":{"uv":[6,2,8,6],"rotation":270,"texture":"#0"},"east":{"uv":[6,2,8,4],"rotation":270,"texture":"#0"},"south":{"uv":[6,2,8,6],"rotation":270,"texture":"#0"},"west":{"uv":[6,2,8,4],"rotation":270,"texture":"#0"},"up":{"uv":[8,6,6,2],"rotation":270,"texture":"#0"},"down":{"uv":[8,6,6,2],"rotation":270,"texture":"#0"}}},{"from":[3.2797,3.17353,7.005],"to":[4.2697,4.16353,8.995],"rotation":{"angle":-22.5,"axis":"z","origin":[8,3.51424,8]},"faces":{"north":{"uv":[6,2,8,4],"rotation":270,"texture":"#0"},"east":{"uv":[6,2,8,6],"rotation":270,"texture":"#0"},"south":{"uv":[6,2,8,4],"rotation":270,"texture":"#0"},"west":{"uv":[6,2,8,6],"rotation":270,"texture":"#0"},"up":{"uv":[8,6,10,10],"texture":"#0"},"down":{"uv":[8,6,10,10],"rotation":180,"texture":"#0"}}},{"from":[7.005,6.85647,5.29309],"to":[8.995,7.84647,6.28309],"rotation":{"angle":-22.5,"axis":"x","origin":[8,5.49276,8]},"faces":{"north":{"uv":[10,3,12,7],"rotation":270,"texture":"#0"},"east":{"uv":[10,3,12,5],"rotation":270,"texture":"#0"},"south":{"uv":[10,3,12,7],"rotation":270,"texture":"#0"},"west":{"uv":[10,3,12,5],"rotation":270,"texture":"#0"},"up":{"uv":[11,3,13,7],"rotation":270,"texture":"#0"},"down":{"uv":[10,3,12,7],"rotation":270,"texture":"#0"}}},{"from":[8.95976,6.70586,7.005],"to":[9.94976,7.69586,8.995],"rotation":{"angle":-22.5,"axis":"z","origin":[8,3.51424,8]},"faces":{"north":{"uv":[10,3,12,5],"rotation":270,"texture":"#0"},"east":{"uv":[10,3,12,7],"rotation":270,"texture":"#0"},"south":{"uv":[10,3,12,5],"rotation":270,"texture":"#0"},"west":{"uv":[10,3,12,7],"rotation":270,"texture":"#0"},"up":{"uv":[11,3,13,7],"texture":"#0"},"down":{"uv":[10,3,12,7],"rotation":180,"texture":"#0"}}},{"from":[7.005,5.51042,9.19755],"to":[8.995,6.50042,10.18755],"rotation":{"angle":22.5,"axis":"x","origin":[8.57715,3.51424,11.12383]},"faces":{"north":{"uv":[10,3,12,7],"rotation":270,"texture":"#0"},"east":{"uv":[10,3,12,5],"rotation":270,"texture":"#0"},"south":{"uv":[10,3,12,7],"rotation":270,"texture":"#0"},"west":{"uv":[10,3,12,5],"rotation":270,"texture":"#0"},"up":{"uv":[13,7,11,3],"rotation":270,"texture":"#0"},"down":{"uv":[12,7,10,3],"rotation":270,"texture":"#0"}}},{"from":[6.05024,6.70586,7.005],"to":[7.04024,7.69586,8.995],"rotation":{"angle":22.5,"axis":"z","origin":[8,3.51424,8]},"faces":{"north":{"uv":[10,3,12,5],"rotation":270,"texture":"#0"},"east":{"uv":[10,3,12,7],"rotation":270,"texture":"#0"},"south":{"uv":[10,3,12,5],"rotation":270,"texture":"#0"},"west":{"uv":[10,3,12,7],"rotation":270,"texture":"#0"},"up":{"uv":[13,7,15,11],"texture":"#0"},"down":{"uv":[12,7,14,11],"rotation":180,"texture":"#0"}}},{"from":[7.005,5.3378,6.05052],"to":[8.995,6.3278,7.04052],"rotation":{"angle":22.5,"axis":"x","origin":[8,5.49276,8]},"faces":{"north":{"uv":[13,5,15,9],"rotation":270,"texture":"#0"},"east":{"uv":[13,5,15,7],"rotation":270,"texture":"#0"},"south":{"uv":[13,5,15,9],"rotation":270,"texture":"#0"},"west":{"uv":[13,5,15,7],"rotation":270,"texture":"#0"},"up":{"uv":[13,5,15,9],"rotation":270,"texture":"#0"},"down":{"uv":[13,5,15,9],"rotation":270,"texture":"#0"}}},{"from":[9.71663,5.1872,7.005],"to":[10.70663,6.1772,8.995],"rotation":{"angle":22.5,"axis":"z","origin":[8,3.51424,8]},"faces":{"north":{"uv":[13,5,15,7],"rotation":270,"texture":"#0"},"east":{"uv":[13,5,15,9],"rotation":270,"texture":"#0"},"south":{"uv":[13,5,15,7],"rotation":270,"texture":"#0"},"west":{"uv":[13,5,15,9],"rotation":270,"texture":"#0"},"up":{"uv":[13,5,15,9],"texture":"#0"},"down":{"uv":[13,5,15,9],"rotation":180,"texture":"#0"}}},{"from":[7.005,6.38264,9.95442],"to":[8.995,7.37264,10.94442],"rotation":{"angle":-22.5,"axis":"x","origin":[8.57715,3.51424,11.12383]},"faces":{"north":{"uv":[13,5,15,9],"rotation":270,"texture":"#0"},"east":{"uv":[13,5,15,7],"rotation":270,"texture":"#0"},"south":{"uv":[13,5,15,9],"rotation":270,"texture":"#0"},"west":{"uv":[13,5,15,7],"rotation":270,"texture":"#0"},"up":{"uv":[15,9,13,5],"rotation":270,"texture":"#0"},"down":{"uv":[15,9,13,5],"rotation":270,"texture":"#0"}}},{"from":[5.29337,5.1872,7.005],"to":[6.28337,6.1772,8.995],"rotation":{"angle":-22.5,"axis":"z","origin":[8,3.51424,8]},"faces":{"north":{"uv":[13,5,15,7],"rotation":270,"texture":"#0"},"east":{"uv":[13,5,15,9],"rotation":270,"texture":"#0"},"south":{"uv":[13,5,15,7],"rotation":270,"texture":"#0"},"west":{"uv":[13,5,15,9],"rotation":270,"texture":"#0"},"up":{"uv":[14,8,16,12],"texture":"#0"},"down":{"uv":[14,8,16,12],"rotation":180,"texture":"#0"}}},{"from":[7,5.65,7],"to":[9,6.65,9],"rotation":{"angle":0,"axis":"x","origin":[8,6.14276,7]},"faces":{"north":{"uv":[4,0,8,2],"texture":"#0"},"east":{"uv":[4,4,6,8],"rotation":90,"texture":"#0"},"south":{"uv":[4,4,6,8],"rotation":270,"texture":"#0"},"west":{"uv":[4,5,6,9],"rotation":270,"texture":"#0"},"up":{"uv":[3,5,7,9],"rotation":270,"texture":"#0"},"down":{"uv":[4,4,8,8],"rotation":180,"texture":"#0"}}},{"from":[7.5,6.4,7.5],"to":[8.5,7.4,8.5],"rotation":{"angle":0,"axis":"x","origin":[8,6.89276,7]},"faces":{"north":{"uv":[1,6,3,8],"rotation":270,"texture":"#0"},"east":{"uv":[1,6,3,8],"rotation":270,"texture":"#0"},"south":{"uv":[1,6,3,8],"rotation":270,"texture":"#0"},"west":{"uv":[1,6,3,8],"rotation":270,"texture":"#0"},"up":{"uv":[1,6,3,8],"rotation":270,"texture":"#0"},"down":{"uv":[1,6,3,8],"rotation":270,"texture":"#0"}}},{"from":[7.3,6.95,7.3],"to":[8.7,8.35,8.7],"rotation":{"angle":0,"axis":"x","origin":[8,7.14276,7]},"faces":{"north":{"uv":[4,5,8,9],"rotation":270,"texture":"#0"},"east":{"uv":[4,5,8,9],"rotation":270,"texture":"#0"},"south":{"uv":[4,8,8,12],"rotation":270,"texture":"#0"},"west":{"uv":[4,3,8,7],"rotation":270,"texture":"#0"},"up":{"uv":[10,6,14,10],"rotation":270,"texture":"#0"},"down":{"uv":[4,5,8,9],"rotation":270,"texture":"#0"}}},{"from":[7.1,7.25,7.6],"to":[8.9,8.05,8.4],"rotation":{"angle":0,"axis":"y","origin":[8,7.65,8]},"faces":{"north":{"uv":[11.5,0,12,1],"texture":"#2"},"east":{"uv":[11.5,0,12.5,1],"rotation":270,"texture":"#2"},"south":{"uv":[12,0,12.5,1],"texture":"#2"},"west":{"uv":[11.5,0,12.5,1],"texture":"#2"},"up":{"uv":[12,0,12.5,1],"rotation":180,"texture":"#2"},"down":{"uv":[11.5,0,12,1],"texture":"#2"}}},{"from":[7.6,7.25,7.1],"to":[8.4,8.05,8.9],"rotation":{"angle":0,"axis":"y","origin":[8,7.65,8]},"faces":{"north":{"uv":[11.5,0,12.5,1],"rotation":270,"texture":"#2"},"east":{"uv":[12,0,12.5,1],"texture":"#2"},"south":{"uv":[11.5,0,12.5,1],"texture":"#2"},"west":{"uv":[11.5,0,12,1],"texture":"#2"},"up":{"uv":[12,0,12.5,1],"rotation":90,"texture":"#2"},"down":{"uv":[11.5,0,12,1],"rotation":90,"texture":"#2"}}},{"from":[7.6,8.25,7.6],"to":[8.4,9.05,8.4],"rotation":{"angle":0,"axis":"x","origin":[8.5,7.64276,7.5]},"faces":{"north":{"uv":[12,7,14,9],"texture":"#0"},"east":{"uv":[11,7,13,9],"texture":"#0"},"south":{"uv":[11,7,13,9],"texture":"#0"},"west":{"uv":[11,7,13,9],"texture":"#0"},"up":{"uv":[11,7,13,9],"texture":"#0"},"down":{"uv":[11,7,13,9],"texture":"#0"}}},{"from":[7.8,9,7.8],"to":[8.2,9.9,8.2],"rotation":{"angle":0,"axis":"x","origin":[8.5,8.19276,7.5]},"faces":{"north":{"uv":[12,7,15,8],"rotation":90,"texture":"#0"},"east":{"uv":[12,7,15,8],"rotation":90,"texture":"#0"},"south":{"uv":[12,7,15,8],"rotation":90,"texture":"#0"},"west":{"uv":[12,7,15,8],"rotation":90,"texture":"#0"},"up":{"uv":[13,7,14,8],"rotation":90,"texture":"#0"},"down":{"uv":[12,7,15,8],"rotation":90,"texture":"#0"}}},{"from":[6,2,4],"to":[10,3,5],"faces":{"north":{"uv":[2,2,4,10],"rotation":270,"texture":"#0"},"east":{"uv":[2,2,4,4],"rotation":270,"texture":"#0"},"south":{"uv":[2,2,4,10],"rotation":270,"texture":"#0"},"west":{"uv":[2,2,4,4],"rotation":270,"texture":"#0"},"up":{"uv":[2,2,4,10],"rotation":270,"texture":"#0"},"down":{"uv":[2,2,4,10],"rotation":270,"texture":"#0"}}},{"from":[11,2,6],"to":[12,3,10],"rotation":{"angle":0,"axis":"y","origin":[8,3.51424,8]},"faces":{"north":{"uv":[2,2,4,4],"rotation":270,"texture":"#0"},"east":{"uv":[2,2,4,10],"rotation":270,"texture":"#0"},"south":{"uv":[2,2,4,4],"rotation":270,"texture":"#0"},"west":{"uv":[2,2,4,10],"rotation":270,"texture":"#0"},"up":{"uv":[2,2,4,10],"texture":"#0"},"down":{"uv":[2,2,4,10],"rotation":180,"texture":"#0"}}},{"from":[6,2,11],"to":[10,3,12],"rotation":{"angle":0,"axis":"y","origin":[8.57715,3.51424,11.12383]},"faces":{"north":{"uv":[2,2,4,10],"rotation":270,"texture":"#0"},"east":{"uv":[2,2,4,4],"rotation":270,"texture":"#0"},"south":{"uv":[2,2,4,10],"rotation":270,"texture":"#0"},"west":{"uv":[2,2,4,4],"rotation":270,"texture":"#0"},"up":{"uv":[4,10,2,2],"rotation":270,"texture":"#0"},"down":{"uv":[4,10,2,2],"rotation":270,"texture":"#0"}}},{"from":[4,2,6],"to":[5,3,10],"rotation":{"angle":0,"axis":"y","origin":[8,3.51424,8]},"faces":{"north":{"uv":[2,2,4,4],"rotation":270,"texture":"#0"},"east":{"uv":[2,2,4,10],"rotation":270,"texture":"#0"},"south":{"uv":[2,2,4,4],"rotation":270,"texture":"#0"},"west":{"uv":[2,2,4,10],"rotation":270,"texture":"#0"},"up":{"uv":[4,4,6,12],"texture":"#0"},"down":{"uv":[4,8,6,16],"rotation":180,"texture":"#0"}}},{"from":[7.3,1.25,3.6],"to":[8.7,2.65,4],"rotation":{"angle":0,"axis":"y","origin":[0,-0.05,-0.7]},"faces":{"north":{"uv":[11,0,12.5,1.5],"rotation":270,"texture":"#2"},"east":{"uv":[12,0,12.5,1.5],"texture":"#2"},"south":{"uv":[11,0,12.5,1.5],"rotation":270,"texture":"#2"},"west":{"uv":[11,0,11.5,1.5],"texture":"#2"},"up":{"uv":[12,0,12.5,1.5],"rotation":90,"texture":"#2"},"down":{"uv":[11,1,12.5,1.5],"texture":"#2"}}},{"from":[3.6,1.25,7.3],"to":[4,2.65,8.7],"rotation":{"angle":0,"axis":"x","origin":[3.8,1.95,8]},"faces":{"north":{"uv":[11,1,12.5,1.5],"rotation":270,"texture":"#2"},"east":{"uv":[11,0,12.5,1.5],"rotation":180,"texture":"#2"},"south":{"uv":[12,0,12.5,1.5],"texture":"#2"},"west":{"uv":[11,0,12.5,1.5],"texture":"#2"},"up":{"uv":[12,0,12.5,1.5],"rotation":180,"texture":"#2"},"down":{"uv":[11,0,11.5,1.5],"texture":"#2"}}},{"from":[7.3,1.25,12],"to":[8.7,2.65,12.4],"rotation":{"angle":0,"axis":"z","origin":[8,1.95,12.2]},"faces":{"north":{"uv":[11,1.5,12.5,0],"texture":"#2"},"east":{"uv":[11,1.5,12.5,1],"rotation":270,"texture":"#2"},"south":{"uv":[11,1.5,12.5,0],"rotation":180,"texture":"#2"},"west":{"uv":[12.5,0,12,1.5],"texture":"#2"},"up":{"uv":[12.5,0,12,1.5],"rotation":270,"texture":"#2"},"down":{"uv":[11.5,0,11,1.5],"rotation":270,"texture":"#2"}}},{"from":[12,1.25,7.3],"to":[12.4,2.65,8.7],"rotation":{"angle":0,"axis":"y","origin":[8,1.95,8]},"faces":{"north":{"uv":[12.5,0,12,1.5],"texture":"#2"},"east":{"uv":[11,1.5,12.5,0],"rotation":270,"texture":"#2"},"south":{"uv":[11.5,0,11,1.5],"texture":"#2"},"west":{"uv":[11,1.5,12.5,0],"rotation":270,"texture":"#2"},"up":{"uv":[12.5,0,12,1.5],"texture":"#2"},"down":{"uv":[11,1.5,12.5,1],"rotation":90,"texture":"#2"}}},{"from":[3.77277,0.005,4.44434],"to":[6.59177,0.995,5.43434],"rotation":{"angle":45,"axis":"y","origin":[5.76777,0.5,4.93934]},"faces":{"north":{"uv":[0,5,2,11],"rotation":270,"texture":"#0"},"east":{"uv":[0,5,2,7],"rotation":270,"texture":"#0"},"south":{"uv":[0,5,2,11],"rotation":270,"texture":"#0"},"west":{"uv":[0,5,2,7],"rotation":270,"texture":"#0"},"up":{"uv":[1,5,3,11],"rotation":270,"texture":"#0"},"down":{"uv":[0,5,2,11],"rotation":90,"texture":"#0"}}},{"from":[11.24764,0.005,6.59079],"to":[12.23764,0.995,9.40979],"rotation":{"angle":45,"axis":"y","origin":[8,3.51424,8]},"faces":{"north":{"uv":[0,5,2,7],"rotation":270,"texture":"#0"},"east":{"uv":[0,5,2,11],"rotation":270,"texture":"#0"},"south":{"uv":[0,5,2,7],"rotation":270,"texture":"#0"},"west":{"uv":[0,5,2,11],"rotation":270,"texture":"#0"},"up":{"uv":[1,5,3,11],"texture":"#0"},"down":{"uv":[0,5,2,11],"texture":"#0"}}},{"from":[8.96814,0.005,11.75448],"to":[11.78714,0.995,12.74448],"rotation":{"angle":45,"axis":"y","origin":[8.57715,3.51424,11.12383]},"faces":{"north":{"uv":[0,5,2,11],"rotation":270,"texture":"#0"},"east":{"uv":[0,5,2,7],"rotation":270,"texture":"#0"},"south":{"uv":[0,5,2,11],"rotation":270,"texture":"#0"},"west":{"uv":[0,5,2,7],"rotation":270,"texture":"#0"},"up":{"uv":[3,11,1,5],"rotation":270,"texture":"#0"},"down":{"uv":[2,11,0,5],"rotation":90,"texture":"#0"}}},{"from":[3.76236,0.005,6.59021],"to":[4.75236,0.995,9.40921],"rotation":{"angle":45,"axis":"y","origin":[8,3.51424,8]},"faces":{"north":{"uv":[0,5,2,7],"rotation":270,"texture":"#0"},"east":{"uv":[0,5,2,11],"rotation":270,"texture":"#0"},"south":{"uv":[0,5,2,7],"rotation":270,"texture":"#0"},"west":{"uv":[0,5,2,11],"rotation":270,"texture":"#0"},"up":{"uv":[3,11,1,5],"texture":"#0"},"down":{"uv":[2,11,0,5],"texture":"#0"}}},{"from":[4.87277,0.205,4.54434],"to":[5.49177,2.995,5.13434],"rotation":{"angle":45,"axis":"y","origin":[5.76777,1.5,4.93934]},"faces":{"north":{"uv":[0,6,6,7],"rotation":270,"texture":"#0"},"east":{"uv":[0,6,6,7],"rotation":270,"texture":"#0"},"south":{"uv":[0,6,6,7],"rotation":270,"texture":"#0"},"west":{"uv":[0,6,6,7],"rotation":270,"texture":"#0"},"up":{"uv":[5,6,6,7],"rotation":270,"texture":"#0"},"down":{"uv":[0,6,6,7],"rotation":270,"texture":"#0"}}},{"from":[11.54764,0.205,7.69079],"to":[12.13764,2.995,8.30979],"rotation":{"angle":45,"axis":"y","origin":[8,3.51424,8]},"faces":{"north":{"uv":[0,6,6,7],"rotation":270,"texture":"#0"},"east":{"uv":[0,6,6,7],"rotation":270,"texture":"#0"},"south":{"uv":[0,6,6,7],"rotation":270,"texture":"#0"},"west":{"uv":[0,6,6,7],"rotation":270,"texture":"#0"},"up":{"uv":[5,6,6,7],"texture":"#0"},"down":{"uv":[0,6,6,7],"rotation":180,"texture":"#0"}}},{"from":[10.06814,0.205,12.05448],"to":[10.68714,2.995,12.64448],"rotation":{"angle":45,"axis":"y","origin":[8.57715,3.51424,11.12383]},"faces":{"north":{"uv":[0,6,6,7],"rotation":270,"texture":"#0"},"east":{"uv":[0,6,6,7],"rotation":270,"texture":"#0"},"south":{"uv":[0,6,6,7],"rotation":270,"texture":"#0"},"west":{"uv":[0,6,6,7],"rotation":270,"texture":"#0"},"up":{"uv":[6,7,5,6],"rotation":270,"texture":"#0"},"down":{"uv":[6,7,0,6],"rotation":270,"texture":"#0"}}},{"from":[3.86236,0.205,7.69021],"to":[4.45236,2.995,8.30921],"rotation":{"angle":45,"axis":"y","origin":[8,3.51424,8]},"faces":{"north":{"uv":[0,6,6,7],"rotation":270,"texture":"#0"},"east":{"uv":[0,6,6,7],"rotation":270,"texture":"#0"},"south":{"uv":[0,6,6,7],"rotation":270,"texture":"#0"},"west":{"uv":[0,6,6,7],"rotation":270,"texture":"#0"},"up":{"uv":[6,7,5,6],"texture":"#0"},"down":{"uv":[6,7,0,6],"rotation":180,"texture":"#0"}}},{"from":[4.46777,1.9,4.53934],"to":[5.89677,2.5,5.13934],"rotation":{"angle":45,"axis":"y","origin":[5.76777,2.1,4.93934]},"faces":{"north":{"uv":[5,6,6,8],"rotation":270,"texture":"#0"},"east":{"uv":[5,6,6,7],"rotation":90,"texture":"#0"},"south":{"uv":[5,6,6,8],"rotation":90,"texture":"#0"},"west":{"uv":[5,7,6,8],"rotation":90,"texture":"#0"},"up":{"uv":[5,6,6,8],"rotation":90,"texture":"#0"},"down":{"uv":[5,6,6,8],"rotation":90,"texture":"#0"}}},{"from":[11.54264,1.9,7.28579],"to":[12.14264,2.5,8.71479],"rotation":{"angle":45,"axis":"y","origin":[8,3.51424,8]},"faces":{"north":{"uv":[5,7,6,8],"rotation":90,"texture":"#0"},"east":{"uv":[5,6,6,8],"rotation":270,"texture":"#0"},"south":{"uv":[5,6,6,7],"rotation":90,"texture":"#0"},"west":{"uv":[5,6,6,8],"rotation":90,"texture":"#0"},"up":{"uv":[5,6,6,8],"rotation":180,"texture":"#0"},"down":{"uv":[5,6,6,8],"texture":"#0"}}},{"from":[9.66314,1.9,12.04948],"to":[11.09214,2.5,12.64948],"rotation":{"angle":45,"axis":"y","origin":[8.57715,3.51424,11.12383]},"faces":{"north":{"uv":[5,6,6,8],"rotation":90,"texture":"#0"},"east":{"uv":[5,7,6,8],"rotation":90,"texture":"#0"},"south":{"uv":[5,6,6,8],"rotation":270,"texture":"#0"},"west":{"uv":[5,6,6,7],"rotation":90,"texture":"#0"},"up":{"uv":[6,8,5,6],"rotation":90,"texture":"#0"},"down":{"uv":[6,8,5,6],"rotation":90,"texture":"#0"}}},{"from":[3.85736,1.9,7.28521],"to":[4.45736,2.5,8.71421],"rotation":{"angle":45,"axis":"y","origin":[8,3.51424,8]},"faces":{"north":{"uv":[5,6,6,7],"rotation":90,"texture":"#0"},"east":{"uv":[5,6,6,8],"rotation":90,"texture":"#0"},"south":{"uv":[5,7,6,8],"rotation":90,"texture":"#0"},"west":{"uv":[5,6,6,8],"rotation":270,"texture":"#0"},"up":{"uv":[6,8,5,6],"rotation":180,"texture":"#0"},"down":{"uv":[6,8,5,6],"texture":"#0"}}},{"from":[5.5,0.75,5.5],"to":[10.5,5.25,10.5],"faces":{"north":{"uv":[6,0,11,4.5],"texture":"#1"},"east":{"uv":[2,0,7,4.5],"texture":"#1"},"south":{"uv":[0,0,4.5,5],"rotation":270,"texture":"#1"},"west":{"uv":[9,0,14,4.5],"texture":"#1"},"up":{"uv":[6,0,11,5],"texture":"#1"},"down":{"uv":[11,0,16,5],"texture":"#1"}}},{"from":[5.05,0.25,5.1],"to":[10.9,3.25,10.85],"faces":{"north":{"uv":[6,0,11.85,3],"texture":"#1"},"east":{"uv":[6,0,11.75,3],"texture":"#1"},"south":{"uv":[6,0,11.85,3],"texture":"#1"},"west":{"uv":[6,0,11.75,3],"texture":"#1"},"up":{"uv":[7,0,9.5,2.5],"texture":"#1"},"down":{"uv":[11,0,16,5],"texture":"#1"}}}],"display":{"head":{"translation":[0,19.75,0],"scale":[2.41,2.13,2.41]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/flower_crown.json b/assets/minecraft/models/item/wynn/skin/hat/flower_crown.json new file mode 100644 index 000000000..12063f197 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/flower_crown.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/flower_crown","particle":"skins/flower_crown"},"elements":[{"from":[3.5,4.5,3.5],"to":[12.5,7.5,12.5],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[4.5,4.5,9,6],"texture":"#0"},"east":{"uv":[4.5,4.5,9,6],"texture":"#0"},"south":{"uv":[4.5,4.5,9,6],"texture":"#0"},"west":{"uv":[4.5,4.5,9,6],"texture":"#0"}}},{"from":[12.5,4.5,3.5],"to":[3.5,7.5,12.5],"rotation":{"angle":0,"axis":"y","origin":[17,6,8]},"faces":{"north":{"uv":[4.5,4.5,9,6],"texture":"#0"},"east":{"uv":[4.5,4.5,9,6],"texture":"#0"},"south":{"uv":[4.5,4.5,9,6],"texture":"#0"},"west":{"uv":[4.5,4.5,9,6],"texture":"#0"}}},{"from":[9.85,6,3.25],"to":[10.65,7.75,3.25],"rotation":{"angle":45,"axis":"z","origin":[10.25,6,3.25]},"faces":{"north":{"uv":[1,3.5,0,4],"rotation":270,"texture":"#0"},"south":{"uv":[1,3.5,0,4],"rotation":270,"texture":"#0"}}},{"from":[10.25,5.6,3.25],"to":[12,6.4,3.25],"rotation":{"angle":0,"axis":"y","origin":[10.25,6,3.25]},"faces":{"north":{"uv":[9,7.5,8,8],"texture":"#0"},"south":{"uv":[9,7.5,8,8],"texture":"#0"}}},{"from":[9.85,4.25,3.25],"to":[10.65,6,3.25],"rotation":{"angle":22.5,"axis":"z","origin":[10.25,6,3.25]},"faces":{"north":{"uv":[5.5,8,6.5,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,8,6.5,7.5],"rotation":90,"texture":"#0"}}},{"from":[8.5,5.6,3.25],"to":[10.25,6.4,3.25],"rotation":{"angle":45,"axis":"z","origin":[10.25,6,3.25]},"faces":{"north":{"uv":[3,2,2.5,3],"rotation":270,"texture":"#0"},"south":{"uv":[3,2,2.5,3],"rotation":270,"texture":"#0"}}},{"from":[9.75,5.5,3.15],"to":[10.75,6.5,3.15],"rotation":{"angle":45,"axis":"z","origin":[10.25,6,3.15]},"faces":{"north":{"uv":[3,8.5,4,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[3,8.5,4,7.5],"rotation":90,"texture":"#0"}}},{"from":[9.85,6,3.25],"to":[10.65,7.75,3.25],"rotation":{"angle":-22.5,"axis":"z","origin":[10.25,6,3.25]},"faces":{"north":{"uv":[6,8.5,5.5,9.5],"texture":"#0"},"south":{"uv":[6,8.5,5.5,9.5],"texture":"#0"}}},{"from":[5.35,6,3.25],"to":[6.15,7.75,3.25],"rotation":{"angle":22.5,"axis":"z","origin":[5.75,6,3.25]},"faces":{"north":{"uv":[5.5,8.5,6,9.5],"texture":"#0"},"south":{"uv":[5.5,8.5,6,9.5],"texture":"#0"}}},{"from":[5.35,6,3.25],"to":[6.15,7.75,3.25],"rotation":{"angle":-45,"axis":"z","origin":[5.75,6,3.25]},"faces":{"north":{"uv":[1,4,0,3.5],"rotation":270,"texture":"#0"},"south":{"uv":[1,4,0,3.5],"rotation":270,"texture":"#0"}}},{"from":[5.25,5.5,3.15],"to":[6.25,6.5,3.15],"rotation":{"angle":-45,"axis":"z","origin":[5.75,6,3.15]},"faces":{"north":{"uv":[3,7.5,4,8.5],"rotation":90,"texture":"#0"},"south":{"uv":[3,7.5,4,8.5],"rotation":90,"texture":"#0"}}},{"from":[4,5.6,3.25],"to":[5.75,6.4,3.25],"rotation":{"angle":0,"axis":"y","origin":[5.75,6,3.25]},"faces":{"north":{"uv":[8,7.5,9,8],"texture":"#0"},"south":{"uv":[8,7.5,9,8],"texture":"#0"}}},{"from":[5.35,4.25,3.25],"to":[6.15,6,3.25],"rotation":{"angle":-22.5,"axis":"z","origin":[5.75,6,3.25]},"faces":{"north":{"uv":[5.5,7.5,6.5,8],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,7.5,6.5,8],"rotation":90,"texture":"#0"}}},{"from":[5.75,5.6,3.25],"to":[7.5,6.4,3.25],"rotation":{"angle":-45,"axis":"z","origin":[5.75,6,3.25]},"faces":{"north":{"uv":[3,3,2.5,2],"rotation":270,"texture":"#0"},"south":{"uv":[3,3,2.5,2],"rotation":270,"texture":"#0"}}},{"from":[6.75,4.25,3.15],"to":[8.75,6.25,3.15],"rotation":{"angle":-22.5,"axis":"z","origin":[7.75,5.25,3.15]},"faces":{"north":{"uv":[0,0,1.5,1.5],"rotation":90,"texture":"#0"},"south":{"uv":[0,0,1.5,1.5],"rotation":90,"texture":"#0"}}},{"from":[9.45,7.35,3.4],"to":[11.45,9.35,3.4],"rotation":{"angle":-22.5,"axis":"z","origin":[10.45,8.35,3.4]},"faces":{"north":{"uv":[0,0,1.5,1.5],"rotation":90,"texture":"#0"},"south":{"uv":[0,0,1.5,1.5],"rotation":90,"texture":"#0"}}},{"from":[4.55,7.35,3.4],"to":[6.55,9.35,3.4],"rotation":{"angle":22.5,"axis":"z","origin":[5.55,8.35,3.4]},"faces":{"north":{"uv":[0,1.5,1.5,0],"rotation":90,"texture":"#0"},"south":{"uv":[0,1.5,1.5,0],"rotation":90,"texture":"#0"}}},{"from":[4,5,12.85],"to":[6,7,12.85],"rotation":{"angle":-22.5,"axis":"z","origin":[5,6,12.85]},"faces":{"north":{"uv":[0,1.5,1.5,0],"rotation":90,"texture":"#0"},"south":{"uv":[0,1.5,1.5,0],"rotation":90,"texture":"#0"}}},{"from":[10,5,12.85],"to":[12,7,12.85],"rotation":{"angle":22.5,"axis":"z","origin":[11,6,12.85]},"faces":{"north":{"uv":[0,0,1.5,1.5],"rotation":90,"texture":"#0"},"south":{"uv":[0,0,1.5,1.5],"rotation":90,"texture":"#0"}}},{"from":[11.5,6.5,3.4],"to":[12.5,7.5,3.4],"rotation":{"angle":45,"axis":"z","origin":[12,7,3.4]},"faces":{"north":{"uv":[2.5,3.5,3,4],"texture":"#0"},"south":{"uv":[2.5,3.5,3,4],"texture":"#0"}}},{"from":[3.5,6.5,3.4],"to":[4.5,7.5,3.4],"rotation":{"angle":45,"axis":"z","origin":[4,7,3.4]},"faces":{"north":{"uv":[2.5,3.5,3,4],"texture":"#0"},"south":{"uv":[2.5,3.5,3,4],"texture":"#0"}}},{"from":[5.75,4.25,3.4],"to":[6.75,5.25,3.4],"rotation":{"angle":45,"axis":"z","origin":[6.25,4.75,3.4]},"faces":{"north":{"uv":[2.5,3.5,3,4],"texture":"#0"},"south":{"uv":[3,3.5,2.5,4],"texture":"#0"}}},{"from":[8.25,6,3.4],"to":[9.25,7,3.4],"rotation":{"angle":45,"axis":"z","origin":[8.75,6.5,3.4]},"faces":{"north":{"uv":[2.5,3.5,3,4],"texture":"#0"},"south":{"uv":[2.5,3.5,3,4],"texture":"#0"}}},{"from":[6,7.6,3.15],"to":[10,8.4,3.15],"rotation":{"angle":22.5,"axis":"z","origin":[8,8,3.15]},"faces":{"north":{"uv":[5.5,6.5,8,7],"texture":"#0"},"south":{"uv":[5.5,6.5,8,7],"texture":"#0"}}},{"from":[7.6,6,3.05],"to":[8.4,10,3.05],"rotation":{"angle":-22.5,"axis":"z","origin":[8,8,3.05]},"faces":{"north":{"uv":[0,6.5,2.5,7],"rotation":90,"texture":"#0"},"south":{"uv":[0,6.5,2.5,7],"rotation":90,"texture":"#0"}}},{"from":[7.6,6,3.15],"to":[8.4,10,3.15],"rotation":{"angle":22.5,"axis":"z","origin":[8,8,3.15]},"faces":{"north":{"uv":[1.5,7.5,2,10],"texture":"#0"},"south":{"uv":[1.5,7.5,2,10],"texture":"#0"}}},{"from":[6,7.6,3.05],"to":[10,8.4,3.05],"rotation":{"angle":-22.5,"axis":"z","origin":[8,8,3.05]},"faces":{"north":{"uv":[0,7.5,0.5,10],"rotation":90,"texture":"#0"},"south":{"uv":[0,7.5,0.5,10],"rotation":90,"texture":"#0"}}},{"from":[7.35,7.35,2.95],"to":[8.65,8.65,2.95],"rotation":{"angle":45,"axis":"z","origin":[8,8,2.95]},"faces":{"north":{"uv":[0,2,1,3],"texture":"#0"},"south":{"uv":[0,2,1,3],"texture":"#0"}}},{"from":[6.05,5.6,12.95],"to":[10.05,6.4,12.95],"rotation":{"angle":22.5,"axis":"z","origin":[8.05,6,13.05]},"faces":{"north":{"uv":[2,10,1.5,7.5],"rotation":270,"texture":"#0"},"south":{"uv":[2,10,1.5,7.5],"rotation":270,"texture":"#0"}}},{"from":[7.4,5.35,13.15],"to":[8.7,6.65,13.15],"rotation":{"angle":-22.5,"axis":"z","origin":[8.05,6,13.05]},"faces":{"north":{"uv":[1,3,0,2],"rotation":180,"texture":"#0"},"south":{"uv":[1,3,0,2],"rotation":180,"texture":"#0"}}},{"from":[6.05,5.6,13.05],"to":[10.05,6.4,13.05],"rotation":{"angle":-22.5,"axis":"z","origin":[8.05,6,13.05]},"faces":{"north":{"uv":[0.5,10,0,7.5],"rotation":270,"texture":"#0"},"south":{"uv":[0.5,10,0,7.5],"rotation":270,"texture":"#0"}}},{"from":[7.65,4,12.95],"to":[8.45,8,12.95],"rotation":{"angle":22.5,"axis":"z","origin":[8.05,6,13.05]},"faces":{"north":{"uv":[8,7,5.5,6.5],"rotation":270,"texture":"#0"},"south":{"uv":[8,7,5.5,6.5],"rotation":270,"texture":"#0"}}},{"from":[7.65,4,13.05],"to":[8.45,8,13.05],"rotation":{"angle":-22.5,"axis":"z","origin":[8.05,6,13.05]},"faces":{"north":{"uv":[2.5,7,0,6.5],"rotation":270,"texture":"#0"},"south":{"uv":[2.5,7,0,6.5],"rotation":270,"texture":"#0"}}},{"from":[3.25,5.91661,8.06661],"to":[3.25,6.71661,9.81661],"rotation":{"angle":22.5,"axis":"x","origin":[3.2,6.2833,9.7833]},"faces":{"east":{"uv":[0,3.5,1,4],"texture":"#0"},"west":{"uv":[0,3.5,1,4],"texture":"#0"}}},{"from":[3.25,5.8833,9.8304],"to":[3.25,6.6833,11.5804],"rotation":{"angle":-22.5,"axis":"x","origin":[3.2,6.2833,9.7833]},"faces":{"east":{"uv":[9,8,8,7.5],"rotation":180,"texture":"#0"},"west":{"uv":[9,8,8,7.5],"rotation":180,"texture":"#0"}}},{"from":[3.25,5.92681,9.80133],"to":[3.25,6.72681,11.55133],"rotation":{"angle":45,"axis":"x","origin":[3.2,6.2833,9.7833]},"faces":{"east":{"uv":[6.5,8,5.5,7.5],"rotation":180,"texture":"#0"},"west":{"uv":[6.5,8,5.5,7.5],"rotation":180,"texture":"#0"}}},{"from":[3.25,4.56661,9.41661],"to":[3.25,6.31661,10.21661],"rotation":{"angle":22.5,"axis":"x","origin":[3.2,6.2833,9.7833]},"faces":{"east":{"uv":[2.5,2,3,3],"texture":"#0"},"west":{"uv":[2.5,2,3,3],"texture":"#0"}}},{"from":[3.15,5.81661,9.31661],"to":[3.15,6.81661,10.31661],"rotation":{"angle":45,"axis":"x","origin":[3.2,6.2833,9.7833]},"faces":{"east":{"uv":[4,8.5,3,7.5],"rotation":180,"texture":"#0"},"west":{"uv":[4,8.5,3,7.5],"rotation":180,"texture":"#0"}}},{"from":[3.25,6.30133,9.42681],"to":[3.25,8.05133,10.22681],"rotation":{"angle":0,"axis":"y","origin":[3.2,6.2833,9.7833]},"faces":{"east":{"uv":[6,9.5,5.5,8.5],"rotation":180,"texture":"#0"},"west":{"uv":[6,9.5,5.5,8.5],"rotation":180,"texture":"#0"}}},{"from":[3.25781,6.25939,3.53125],"to":[3.25781,7.05939,5.28125],"rotation":{"angle":22.5,"axis":"x","origin":[3.20781,6.75,5.37186]},"faces":{"east":{"uv":[0,3.5,1,4],"texture":"#0"},"west":{"uv":[0,3.5,1,4],"texture":"#0"}}},{"from":[3.25391,6.35,5.24372],"to":[3.25391,7.15,6.99372],"rotation":{"angle":-22.5,"axis":"x","origin":[3.20391,6.75,5.37186]},"faces":{"east":{"uv":[9,8,8,7.5],"rotation":180,"texture":"#0"},"west":{"uv":[9,8,8,7.5],"rotation":180,"texture":"#0"}}},{"from":[3.25,5.04904,4.85347],"to":[3.25,6.79904,5.65347],"rotation":{"angle":-45,"axis":"x","origin":[3.2,6.75,5.37186]},"faces":{"east":{"uv":[6.5,8,5.5,7.5],"rotation":270,"texture":"#0"},"west":{"uv":[6.5,8,5.5,7.5],"rotation":270,"texture":"#0"}}},{"from":[3.25391,4.90939,4.88125],"to":[3.25391,6.65939,5.68125],"rotation":{"angle":22.5,"axis":"x","origin":[3.20391,6.75,5.37186]},"faces":{"east":{"uv":[2.5,2,3,3],"texture":"#0"},"west":{"uv":[2.5,2,3,3],"texture":"#0"}}},{"from":[3.15,6.15939,4.78125],"to":[3.15,7.15939,5.78125],"rotation":{"angle":22.5,"axis":"x","origin":[3.2,6.75,5.37186]},"faces":{"east":{"uv":[4,8.5,3,7.5],"rotation":180,"texture":"#0"},"west":{"uv":[4,8.5,3,7.5],"rotation":180,"texture":"#0"}}},{"from":[3.25,6.70096,4.85347],"to":[3.25,8.45096,5.65347],"rotation":{"angle":0,"axis":"y","origin":[3.2,6.75,5.37186]},"faces":{"east":{"uv":[6,9.5,5.5,8.5],"rotation":180,"texture":"#0"},"west":{"uv":[6,9.5,5.5,8.5],"rotation":180,"texture":"#0"}}},{"from":[3.15,5,6.5],"to":[3.15,7,8.5],"rotation":{"angle":22.5,"axis":"x","origin":[3.15,6,7.5]},"faces":{"east":{"uv":[1.5,0,0,1.5],"rotation":270,"texture":"#0"},"west":{"uv":[1.5,0,0,1.5],"rotation":270,"texture":"#0"}}},{"from":[3.4,3.27286,9.98035],"to":[3.4,4.27286,10.98035],"rotation":{"angle":-45,"axis":"x","origin":[8,6.8458,8.25]},"faces":{"east":{"uv":[2.5,4,3,3.5],"texture":"#0"},"west":{"uv":[2.5,4,3,3.5],"texture":"#0"}}},{"from":[3.4,3.02806,5.80358],"to":[3.4,4.02806,6.80358],"rotation":{"angle":-45,"axis":"x","origin":[8,3.5958,4.25]},"faces":{"east":{"uv":[2.5,4,3,3.5],"texture":"#0"},"west":{"uv":[2.5,4,3,3.5],"texture":"#0"}}},{"from":[3.4,8.11905,7.79837],"to":[3.4,9.11905,8.79837],"rotation":{"angle":-45,"axis":"x","origin":[8,7.0958,9.25]},"faces":{"east":{"uv":[2.5,4,3,3.5],"texture":"#0"},"west":{"uv":[2.5,4,3,3.5],"texture":"#0"}}},{"from":[3.4,8.4726,4.0735],"to":[3.4,9.4726,5.0735],"rotation":{"angle":-45,"axis":"x","origin":[8,7.0958,8]},"faces":{"east":{"uv":[2.5,4,3,3.5],"texture":"#0"},"west":{"uv":[2.5,4,3,3.5],"texture":"#0"}}},{"from":[12.6,8.4726,4.0735],"to":[12.6,9.4726,5.0735],"rotation":{"angle":-45,"axis":"x","origin":[8,7.0958,8]},"faces":{"east":{"uv":[3,4,2.5,3.5],"texture":"#0"},"west":{"uv":[3,4,2.5,3.5],"texture":"#0"}}},{"from":[12.6,3.02806,5.80358],"to":[12.6,4.02806,6.80358],"rotation":{"angle":-45,"axis":"x","origin":[8,3.5958,4.25]},"faces":{"east":{"uv":[3,4,2.5,3.5],"texture":"#0"},"west":{"uv":[3,4,2.5,3.5],"texture":"#0"}}},{"from":[12.6,8.11905,7.79837],"to":[12.6,9.11905,8.79837],"rotation":{"angle":-45,"axis":"x","origin":[8,7.0958,9.25]},"faces":{"east":{"uv":[3,4,2.5,3.5],"texture":"#0"},"west":{"uv":[3,4,2.5,3.5],"texture":"#0"}}},{"from":[12.6,3.27286,9.98035],"to":[12.6,4.27286,10.98035],"rotation":{"angle":-45,"axis":"x","origin":[8,6.8458,8.25]},"faces":{"east":{"uv":[3,4,2.5,3.5],"texture":"#0"},"west":{"uv":[3,4,2.5,3.5],"texture":"#0"}}},{"from":[12.85,5.81661,9.31661],"to":[12.85,6.81661,10.31661],"rotation":{"angle":45,"axis":"x","origin":[12.8,6.2833,9.7833]},"faces":{"east":{"uv":[3,8.5,4,7.5],"rotation":180,"texture":"#0"},"west":{"uv":[3,8.5,4,7.5],"rotation":180,"texture":"#0"}}},{"from":[12.75,6.30133,9.42681],"to":[12.75,8.05133,10.22681],"rotation":{"angle":0,"axis":"y","origin":[12.8,6.2833,9.7833]},"faces":{"east":{"uv":[5.5,9.5,6,8.5],"rotation":180,"texture":"#0"},"west":{"uv":[5.5,9.5,6,8.5],"rotation":180,"texture":"#0"}}},{"from":[12.75,5.8833,9.8304],"to":[12.75,6.6833,11.5804],"rotation":{"angle":-22.5,"axis":"x","origin":[12.8,6.2833,9.7833]},"faces":{"east":{"uv":[8,8,9,7.5],"rotation":180,"texture":"#0"},"west":{"uv":[8,8,9,7.5],"rotation":180,"texture":"#0"}}},{"from":[12.75,5.92681,9.80133],"to":[12.75,6.72681,11.55133],"rotation":{"angle":45,"axis":"x","origin":[12.8,6.2833,9.7833]},"faces":{"east":{"uv":[5.5,8,6.5,7.5],"rotation":180,"texture":"#0"},"west":{"uv":[5.5,8,6.5,7.5],"rotation":180,"texture":"#0"}}},{"from":[12.75,4.56661,9.41661],"to":[12.75,6.31661,10.21661],"rotation":{"angle":22.5,"axis":"x","origin":[12.8,6.2833,9.7833]},"faces":{"east":{"uv":[3,2,2.5,3],"texture":"#0"},"west":{"uv":[3,2,2.5,3],"texture":"#0"}}},{"from":[12.75,5.91661,8.06661],"to":[12.75,6.71661,9.81661],"rotation":{"angle":22.5,"axis":"x","origin":[12.8,6.2833,9.7833]},"faces":{"east":{"uv":[1,3.5,0,4],"texture":"#0"},"west":{"uv":[1,3.5,0,4],"texture":"#0"}}},{"from":[12.85,5,6.5],"to":[12.85,7,8.5],"rotation":{"angle":22.5,"axis":"x","origin":[12.85,6,7.5]},"faces":{"east":{"uv":[1.5,1.5,0,0],"rotation":270,"texture":"#0"},"west":{"uv":[1.5,1.5,0,0],"rotation":270,"texture":"#0"}}},{"from":[12.85,6.15939,4.78125],"to":[12.85,7.15939,5.78125],"rotation":{"angle":22.5,"axis":"x","origin":[12.8,6.75,5.37186]},"faces":{"east":{"uv":[3,8.5,4,7.5],"rotation":180,"texture":"#0"},"west":{"uv":[3,8.5,4,7.5],"rotation":180,"texture":"#0"}}},{"from":[12.74609,6.35,5.24372],"to":[12.74609,7.15,6.99372],"rotation":{"angle":-22.5,"axis":"x","origin":[12.79609,6.75,5.37186]},"faces":{"east":{"uv":[8,8,9,7.5],"rotation":180,"texture":"#0"},"west":{"uv":[8,8,9,7.5],"rotation":180,"texture":"#0"}}},{"from":[12.75,6.70096,4.85347],"to":[12.75,8.45096,5.65347],"rotation":{"angle":0,"axis":"y","origin":[12.8,6.75,5.37186]},"faces":{"east":{"uv":[5.5,9.5,6,8.5],"rotation":180,"texture":"#0"},"west":{"uv":[5.5,9.5,6,8.5],"rotation":180,"texture":"#0"}}},{"from":[12.74219,6.25939,3.53125],"to":[12.74219,7.05939,5.28125],"rotation":{"angle":22.5,"axis":"x","origin":[12.79219,6.75,5.37186]},"faces":{"east":{"uv":[1,3.5,0,4],"texture":"#0"},"west":{"uv":[1,3.5,0,4],"texture":"#0"}}},{"from":[12.74609,4.90939,4.88125],"to":[12.74609,6.65939,5.68125],"rotation":{"angle":22.5,"axis":"x","origin":[12.79609,6.75,5.37186]},"faces":{"east":{"uv":[3,2,2.5,3],"texture":"#0"},"west":{"uv":[3,2,2.5,3],"texture":"#0"}}},{"from":[12.75,5.04904,4.85347],"to":[12.75,6.79904,5.65347],"rotation":{"angle":-45,"axis":"x","origin":[12.8,6.75,5.37186]},"faces":{"east":{"uv":[6.5,7.5,5.5,8],"rotation":270,"texture":"#0"},"west":{"uv":[6.5,7.5,5.5,8],"rotation":270,"texture":"#0"}}}],"display":{"gui":{"rotation":[-150,45,175],"translation":[-0.5,1,0],"scale":[0.85,0.85,0.85]},"head":{"rotation":[5,0,5],"translation":[-0.5,8,0],"scale":[1.75,1.75,1.75]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/forest_hood.json b/assets/minecraft/models/item/wynn/skin/hat/forest_hood.json new file mode 100644 index 000000000..b1b1c9471 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/forest_hood.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/forest_hood"},"elements":[{"from":[12.2,-7.2,3.8],"to":[3.8,1.2,12.2],"rotation":{"angle":0,"axis":"z","origin":[8,1.5,5.25]},"faces":{"east":{"uv":[8,4,4,8],"texture":"#0"},"south":{"uv":[12,4,16,8],"texture":"#0"},"west":{"uv":[4,4,8,8],"texture":"#0"}}},{"from":[3.8,-7.2,3.8],"to":[12.2,1.2,12.2],"rotation":{"angle":0,"axis":"z","origin":[8,1.5,5.25]},"faces":{"east":{"uv":[8,4,4,8],"texture":"#0"},"south":{"uv":[12,4,16,8],"texture":"#0"},"west":{"uv":[4,4,8,8],"texture":"#0"}}},{"from":[10,4,6],"to":[13,8,7],"rotation":{"angle":0,"axis":"z","origin":[8,1.5,5.25]},"faces":{"north":{"uv":[1.5,9.5,0,11.5],"texture":"#0"},"east":{"uv":[4,8,3.5,10],"texture":"#0"},"south":{"uv":[3,9,1.5,11],"texture":"#0"},"west":{"uv":[3.5,8,3,10],"texture":"#0"},"up":{"uv":[8,1.5,9.5,1],"texture":"#0"},"down":{"uv":[8,1.5,9.5,2],"texture":"#0"}}},{"from":[3,4,6],"to":[6,8,7],"rotation":{"angle":0,"axis":"z","origin":[8,1.5,5.25]},"faces":{"north":{"uv":[0,9.5,1.5,11.5],"texture":"#0"},"east":{"uv":[3,8,3.5,10],"texture":"#0"},"south":{"uv":[1.5,9,3,11],"texture":"#0"},"west":{"uv":[3.5,8,4,10],"texture":"#0"},"up":{"uv":[9.5,1.5,8,1],"texture":"#0"},"down":{"uv":[9.5,1.5,8,2],"texture":"#0"}}},{"from":[6.5,0,1],"to":[9.5,2,4],"rotation":{"angle":0,"axis":"z","origin":[8,1.5,5.25]},"faces":{"north":{"uv":[1.5,8,3,9],"texture":"#0"},"east":{"uv":[9.5,0,8,1],"texture":"#0"},"west":{"uv":[8,0,9.5,1],"texture":"#0"},"up":{"uv":[1.5,13,0,11.5],"texture":"#0"},"down":{"uv":[1.5,8,0,9.5],"texture":"#0"}}},{"from":[4,-3,4],"to":[12,5,12],"rotation":{"angle":0,"axis":"z","origin":[8,1.5,5.25]},"faces":{"north":{"uv":[0,4,4,8],"texture":"#0"},"east":{"uv":[8,0,4,4],"texture":"#0"},"south":{"uv":[9.5,0,13.5,4],"texture":"#0"},"west":{"uv":[8,4,12,8],"texture":"#0"},"up":{"uv":[4,4,0,0],"texture":"#0"}}},{"from":[12,-3,4],"to":[4,5,12],"rotation":{"angle":0,"axis":"z","origin":[8,1.5,5.25]},"faces":{"north":{"uv":[0,4,4,8],"texture":"#0"},"east":{"uv":[8,0,4,4],"texture":"#0"},"south":{"uv":[9.5,0,13.5,4],"texture":"#0"},"west":{"uv":[8,4,12,8],"texture":"#0"},"up":{"uv":[4,4,0,0],"texture":"#0"}}},{"from":[4,0,10],"to":[4,2,15],"rotation":{"angle":-22.5,"axis":"y","origin":[4,1,10]},"faces":{"east":{"uv":[15,2.5,16,0],"rotation":90,"texture":"#0"},"west":{"uv":[15,0,16,2.5],"rotation":90,"texture":"#0"}}},{"from":[12,1,10],"to":[12,3,15],"rotation":{"angle":22.5,"axis":"y","origin":[12,1,10]},"faces":{"east":{"uv":[4,8,6.5,9],"texture":"#0"},"west":{"uv":[6.5,8,4,9],"texture":"#0"}}},{"from":[3.99,-1,8],"to":[3.99,2,15],"rotation":{"angle":-22.5,"axis":"x","origin":[4,2,8]},"faces":{"east":{"uv":[13.5,3.5,15,0],"rotation":90,"texture":"#0"},"west":{"uv":[13.5,0,15,3.5],"rotation":90,"texture":"#0"}}}],"display":{"head":{"translation":[0,16,0],"scale":[1.9,1.9,1.9]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/fossil_skull.json b/assets/minecraft/models/item/wynn/skin/hat/fossil_skull.json new file mode 100644 index 000000000..e4b34f42b --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/fossil_skull.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/fossil_skull","particle":"skins/fossil_skull"},"elements":[{"from":[3.48,-0.02,6.98],"to":[12.52,6.02,15.02],"rotation":{"angle":0,"axis":"y","origin":[8,0,11]},"faces":{"north":{"uv":[0,0,4.5,3],"texture":"#0"},"east":{"uv":[9,0,13,3],"texture":"#0"},"south":{"uv":[4.5,0,9,3],"texture":"#0"},"west":{"uv":[13,0,9,3],"texture":"#0"},"up":{"uv":[0,3,4.5,7],"texture":"#0"}}},{"from":[12.49,-0.01,6.99],"to":[3.51,6.01,15.01],"rotation":{"angle":0,"axis":"y","origin":[8,0,11]},"faces":{"north":{"uv":[0,0,4.5,3],"texture":"#0"},"east":{"uv":[9,0,13,3],"texture":"#0"},"south":{"uv":[4.5,0,9,3],"texture":"#0"},"west":{"uv":[13,0,9,3],"texture":"#0"},"up":{"uv":[0,3,4.5,7],"texture":"#0"}}},{"from":[1.5,3,12],"to":[3.5,11,14],"rotation":{"angle":-22.5,"axis":"x","origin":[8,4,11]},"faces":{"north":{"uv":[4.5,3,5.5,7],"texture":"#0"},"east":{"uv":[4.5,3,5.5,7],"texture":"#0"},"south":{"uv":[4.5,3,5.5,7],"texture":"#0"},"west":{"uv":[4.5,3,5.5,7],"texture":"#0"},"up":{"uv":[5.5,3,6.5,4],"texture":"#0"},"down":{"uv":[5.5,4,6.5,5],"texture":"#0"}}},{"from":[12.5,3,12],"to":[14.5,11,14],"rotation":{"angle":-22.5,"axis":"x","origin":[8,4,11]},"faces":{"north":{"uv":[5.5,3,4.5,7],"texture":"#0"},"east":{"uv":[5.5,3,4.5,7],"texture":"#0"},"south":{"uv":[5.5,3,4.5,7],"texture":"#0"},"west":{"uv":[5.5,3,4.5,7],"texture":"#0"},"up":{"uv":[5.5,3,6.5,4],"texture":"#0"},"down":{"uv":[5.5,4,6.5,5],"texture":"#0"}}},{"from":[5.49,-2.01,-1.01],"to":[10.51,3.01,7.01],"rotation":{"angle":0,"axis":"y","origin":[0,0,3]},"faces":{"north":{"uv":[0,7,2.5,9.5],"texture":"#0"},"east":{"uv":[6.5,7,2.5,9.5],"texture":"#0"},"west":{"uv":[2.5,7,6.5,9.5],"texture":"#0"},"up":{"uv":[0,9.5,2.5,13.5],"texture":"#0"}}},{"from":[10.5,-2,-1],"to":[5.5,3,7],"rotation":{"angle":0,"axis":"y","origin":[0,0,3]},"faces":{"north":{"uv":[0,7,2.5,9.5],"texture":"#0"},"east":{"uv":[6.5,7,2.5,9.5],"texture":"#0"},"west":{"uv":[2.5,7,6.5,9.5],"texture":"#0"},"up":{"uv":[0,9.5,2.5,13.5],"texture":"#0"}}}],"display":{"head":{"rotation":[5,0,0],"translation":[0,15,-4.65],"scale":[1.85,1.85,1.85]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/fox_ears.json b/assets/minecraft/models/item/wynn/skin/hat/fox_ears.json new file mode 100644 index 000000000..708e2720d --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/fox_ears.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/fox","particle":"skins/fox"},"elements":[{"from":[13.005,3.005,7.005],"to":[13.995,6.995,7.995],"rotation":{"angle":0,"axis":"y","origin":[14,3,7]},"faces":{"north":{"uv":[3,1,11,3],"rotation":270,"texture":"#0"},"east":{"uv":[2,0,10,2],"rotation":270,"texture":"#0"},"south":{"uv":[1,1,9,3],"rotation":270,"texture":"#0"},"west":{"uv":[3,1,11,3],"rotation":270,"texture":"#0"},"up":{"uv":[3,1,11,3],"rotation":270,"texture":"#0"},"down":{"uv":[3,1,11,3],"rotation":270,"texture":"#0"}}},{"from":[2.005,3.005,7.005],"to":[2.995,6.995,7.995],"rotation":{"angle":0,"axis":"y","origin":[2,3,7]},"faces":{"north":{"uv":[3,3,11,1],"rotation":270,"texture":"#0"},"east":{"uv":[3,3,11,1],"rotation":270,"texture":"#0"},"south":{"uv":[1,3,9,1],"rotation":270,"texture":"#0"},"west":{"uv":[2,2,10,0],"rotation":270,"texture":"#0"},"up":{"uv":[3,3,11,1],"rotation":270,"texture":"#0"},"down":{"uv":[3,3,11,1],"rotation":270,"texture":"#0"}}},{"from":[12.505,3.005,8.005],"to":[13.495,5.995,8.995],"rotation":{"angle":0,"axis":"y","origin":[13.5,2,8]},"faces":{"north":{"uv":[3,13,9,15],"rotation":90,"texture":"#0"},"east":{"uv":[4,0,10,2],"rotation":270,"texture":"#0"},"south":{"uv":[3,2,9,4],"rotation":270,"texture":"#0"},"west":{"uv":[1,14,7,16],"rotation":90,"texture":"#0"},"up":{"uv":[1,0,3,2],"texture":"#0"},"down":{"uv":[1,0,3,2],"texture":"#0"}}},{"from":[2.505,3.005,8.005],"to":[3.495,5.995,8.995],"rotation":{"angle":0,"axis":"y","origin":[2.5,2,8]},"faces":{"north":{"uv":[3,15,9,13],"rotation":90,"texture":"#0"},"east":{"uv":[1,16,7,14],"rotation":90,"texture":"#0"},"south":{"uv":[3,4,9,2],"rotation":270,"texture":"#0"},"west":{"uv":[4,2,10,0],"rotation":270,"texture":"#0"},"up":{"uv":[3,0,1,2],"texture":"#0"},"down":{"uv":[3,0,1,2],"texture":"#0"}}},{"from":[12.27269,1.34358,7],"to":[13.27269,3.34358,8],"rotation":{"angle":-22.5,"axis":"z","origin":[12.77269,1.34358,7.5]},"faces":{"north":{"uv":[0,1,4,3],"rotation":270,"texture":"#0"},"east":{"uv":[0,1,4,3],"rotation":270,"texture":"#0"},"south":{"uv":[0,0,4,2],"rotation":270,"texture":"#0"},"west":{"uv":[0,1,4,3],"rotation":270,"texture":"#0"},"up":{"uv":[0,1,4,3],"rotation":270,"texture":"#0"},"down":{"uv":[0,1,4,3],"rotation":270,"texture":"#0"}}},{"from":[2.72731,1.34358,7],"to":[3.72731,3.34358,8],"rotation":{"angle":22.5,"axis":"z","origin":[3.22731,1.34358,7.5]},"faces":{"north":{"uv":[0,3,4,1],"rotation":270,"texture":"#0"},"east":{"uv":[0,3,4,1],"rotation":270,"texture":"#0"},"south":{"uv":[0,2,4,0],"rotation":270,"texture":"#0"},"west":{"uv":[0,3,4,1],"rotation":270,"texture":"#0"},"up":{"uv":[0,3,4,1],"rotation":270,"texture":"#0"},"down":{"uv":[0,3,4,1],"rotation":270,"texture":"#0"}}},{"from":[11.77269,1.59358,8],"to":[12.77269,3.34358,9],"rotation":{"angle":-22.5,"axis":"z","origin":[12.27269,1.34358,8.5]},"faces":{"north":{"uv":[3,13,6.5,15],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,4,2],"rotation":270,"texture":"#0"},"south":{"uv":[3,0,7,2],"rotation":270,"texture":"#0"},"west":{"uv":[1,14,4.5,16],"rotation":90,"texture":"#0"},"up":{"uv":[1,0,3,2],"texture":"#0"},"down":{"uv":[1,0,3,2],"texture":"#0"}}},{"from":[3.22731,1.59358,8],"to":[4.22731,3.34358,9],"rotation":{"angle":22.5,"axis":"z","origin":[3.72731,1.34358,8.5]},"faces":{"north":{"uv":[3,15,6.5,13],"rotation":90,"texture":"#0"},"east":{"uv":[1,16,4.5,14],"rotation":90,"texture":"#0"},"south":{"uv":[3,2,7,0],"rotation":270,"texture":"#0"},"west":{"uv":[0,2,4,0],"rotation":270,"texture":"#0"},"up":{"uv":[3,0,1,2],"texture":"#0"},"down":{"uv":[3,0,1,2],"texture":"#0"}}},{"from":[12.27269,6.65642,7],"to":[13.27269,8.65642,8],"rotation":{"angle":22.5,"axis":"z","origin":[12.77269,8.65642,7.5]},"faces":{"north":{"uv":[12,6,16,8],"rotation":270,"texture":"#0"},"east":{"uv":[10,7,14,9],"rotation":270,"texture":"#0"},"south":{"uv":[10,3,14,5],"rotation":270,"texture":"#0"},"west":{"uv":[9,0,13,2],"rotation":270,"texture":"#0"},"up":{"uv":[10,0,12,2],"rotation":270,"texture":"#0"},"down":{"uv":[9,0,11,2],"rotation":270,"texture":"#0"}}},{"from":[2.72731,6.65642,7],"to":[3.72731,8.65642,8],"rotation":{"angle":-22.5,"axis":"z","origin":[3.22731,8.65642,7.5]},"faces":{"north":{"uv":[12,8,16,6],"rotation":270,"texture":"#0"},"east":{"uv":[9,2,13,0],"rotation":270,"texture":"#0"},"south":{"uv":[10,5,14,3],"rotation":270,"texture":"#0"},"west":{"uv":[10,9,14,7],"rotation":270,"texture":"#0"},"up":{"uv":[10,2,12,0],"rotation":270,"texture":"#0"},"down":{"uv":[9,2,11,0],"rotation":270,"texture":"#0"}}},{"from":[11.77269,5.65642,8],"to":[12.77269,7.65642,9],"rotation":{"angle":22.5,"axis":"z","origin":[12.27269,7.65642,8.5]},"faces":{"north":{"uv":[11,14,15,16],"rotation":270,"texture":"#0"},"east":{"uv":[11,0,15,2],"rotation":270,"texture":"#0"},"south":{"uv":[10,0,14,2],"rotation":270,"texture":"#0"},"west":{"uv":[1,14,5,16],"rotation":90,"texture":"#0"},"up":{"uv":[14,0,16,2],"rotation":180,"texture":"#0"},"down":{"uv":[1,0,3,2],"texture":"#0"}}},{"from":[3.22731,5.65642,8],"to":[4.22731,7.65642,9],"rotation":{"angle":-22.5,"axis":"z","origin":[3.72731,7.65642,8.5]},"faces":{"north":{"uv":[11,16,15,14],"rotation":270,"texture":"#0"},"east":{"uv":[1,16,5,14],"rotation":90,"texture":"#0"},"south":{"uv":[10,2,14,0],"rotation":270,"texture":"#0"},"west":{"uv":[11,2,15,0],"rotation":270,"texture":"#0"},"up":{"uv":[16,0,14,2],"rotation":180,"texture":"#0"},"down":{"uv":[3,0,1,2],"texture":"#0"}}},{"from":[11.4622,5.40942,7.005],"to":[12.4522,8.39942,7.995],"rotation":{"angle":-45,"axis":"z","origin":[11.9572,7.40442,7.5]},"faces":{"north":{"uv":[8,2,14,4],"rotation":270,"texture":"#0"},"east":{"uv":[4,1,10,3],"rotation":270,"texture":"#0"},"south":{"uv":[5,10,11,12],"rotation":270,"texture":"#0"},"west":{"uv":[7,5,13,3],"rotation":270,"texture":"#0"},"up":{"uv":[4,1,10,3],"rotation":270,"texture":"#0"},"down":{"uv":[4,1,10,3],"rotation":270,"texture":"#0"}}},{"from":[3.5478,5.40942,7.005],"to":[4.5378,8.39942,7.995],"rotation":{"angle":45,"axis":"z","origin":[4.0428,7.40442,7.5]},"faces":{"north":{"uv":[8,4,14,2],"rotation":270,"texture":"#0"},"east":{"uv":[7,3,13,5],"rotation":270,"texture":"#0"},"south":{"uv":[5,12,11,10],"rotation":270,"texture":"#0"},"west":{"uv":[4,3,10,1],"rotation":270,"texture":"#0"},"up":{"uv":[4,3,10,1],"rotation":270,"texture":"#0"},"down":{"uv":[4,3,10,1],"rotation":270,"texture":"#0"}}},{"from":[10.9622,5.90942,8.005],"to":[11.9522,7.39942,8.995],"rotation":{"angle":-45,"axis":"z","origin":[11.4572,6.40442,8.5]},"faces":{"north":{"uv":[16,13,13,15],"rotation":270,"texture":"#0"},"east":{"uv":[13,13,10,15],"rotation":90,"texture":"#0"},"south":{"uv":[10,3,7,5],"rotation":90,"texture":"#0"},"west":{"uv":[9,4,6,6],"rotation":90,"texture":"#0"},"up":{"uv":[13,13,10,15],"rotation":90,"texture":"#0"},"down":{"uv":[13,13,10,15],"rotation":90,"texture":"#0"}}},{"from":[4.0478,5.90942,8.005],"to":[5.0378,7.39942,8.995],"rotation":{"angle":45,"axis":"z","origin":[4.5428,6.40442,8.5]},"faces":{"north":{"uv":[16,15,13,13],"rotation":270,"texture":"#0"},"east":{"uv":[9,6,6,4],"rotation":90,"texture":"#0"},"south":{"uv":[10,5,7,3],"rotation":90,"texture":"#0"},"west":{"uv":[13,15,10,13],"rotation":90,"texture":"#0"},"up":{"uv":[13,15,10,13],"rotation":90,"texture":"#0"},"down":{"uv":[13,15,10,13],"rotation":90,"texture":"#0"}}},{"from":[9.57735,3.01659,7],"to":[10.57735,6.26659,8],"rotation":{"angle":-22.5,"axis":"z","origin":[10.07735,4.76659,7.5]},"faces":{"north":{"uv":[0,2,7,4],"rotation":270,"texture":"#0"},"east":{"uv":[0,2,7,4],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,7,6],"rotation":270,"texture":"#0"},"west":{"uv":[0,1,7,3],"rotation":270,"texture":"#0"},"up":{"uv":[0,2,7,4],"rotation":270,"texture":"#0"},"down":{"uv":[0,2,7,4],"rotation":270,"texture":"#0"}}},{"from":[5.42265,3.01659,7],"to":[6.42265,6.26659,8],"rotation":{"angle":22.5,"axis":"z","origin":[5.92265,4.76659,7.5]},"faces":{"north":{"uv":[0,4,7,2],"rotation":270,"texture":"#0"},"east":{"uv":[0,3,7,1],"rotation":270,"texture":"#0"},"south":{"uv":[0,6,7,4],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,7,2],"rotation":270,"texture":"#0"},"up":{"uv":[0,4,7,2],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,7,2],"rotation":270,"texture":"#0"}}},{"from":[10.13801,2.82725,8],"to":[11.13801,6.32725,9],"rotation":{"angle":-22.5,"axis":"z","origin":[10.63801,4.82725,8.5]},"faces":{"north":{"uv":[7,13,14,15],"rotation":270,"texture":"#0"},"east":{"uv":[16,13,9,15],"rotation":90,"texture":"#0"},"south":{"uv":[9,0,2,2],"rotation":90,"texture":"#0"},"west":{"uv":[2,0,9,2],"rotation":270,"texture":"#0"},"up":{"uv":[2,0,9,2],"rotation":270,"texture":"#0"},"down":{"uv":[2,0,9,2],"rotation":270,"texture":"#0"}}},{"from":[4.86199,2.82725,8],"to":[5.86199,6.32725,9],"rotation":{"angle":22.5,"axis":"z","origin":[5.36199,4.82725,8.5]},"faces":{"north":{"uv":[7,15,14,13],"rotation":270,"texture":"#0"},"east":{"uv":[2,2,9,0],"rotation":270,"texture":"#0"},"south":{"uv":[9,2,2,0],"rotation":90,"texture":"#0"},"west":{"uv":[16,15,9,13],"rotation":90,"texture":"#0"},"up":{"uv":[2,2,9,0],"rotation":270,"texture":"#0"},"down":{"uv":[2,2,9,0],"rotation":270,"texture":"#0"}}},{"from":[10.88801,2.57725,8.5],"to":[12.38801,7.07725,9.5],"rotation":{"angle":-22.5,"axis":"z","origin":[10.63801,4.82725,8.5]},"faces":{"north":{"uv":[16,12,7,15],"rotation":90,"texture":"#0"},"east":{"uv":[1,0,10,2],"rotation":270,"texture":"#0"},"south":{"uv":[1,3,10,6],"rotation":270,"texture":"#0"},"west":{"uv":[1,2,10,4],"rotation":270,"texture":"#0"},"up":{"uv":[1.5,0,4.5,2],"texture":"#0"},"down":{"uv":[1.5,0,4.5,2],"texture":"#0"}}},{"from":[3.61199,2.57725,8.5],"to":[5.11199,7.07725,9.5],"rotation":{"angle":22.5,"axis":"z","origin":[5.36199,4.82725,8.5]},"faces":{"north":{"uv":[16,15,7,12],"rotation":90,"texture":"#0"},"east":{"uv":[1,4,10,2],"rotation":270,"texture":"#0"},"south":{"uv":[1,6,10,3],"rotation":270,"texture":"#0"},"west":{"uv":[1,2,10,0],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,0,1.5,2],"texture":"#0"},"down":{"uv":[4.5,0,1.5,2],"texture":"#0"}}},{"from":[1.85199,1.81725,6.99],"to":[6.37199,2.83725,8.51],"rotation":{"angle":22.5,"axis":"z","origin":[5.36199,4.82725,7]},"faces":{"north":{"uv":[0,0,2,9],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,2,3],"rotation":90,"texture":"#0"},"south":{"uv":[0,0,2,9],"rotation":90,"texture":"#0"},"west":{"uv":[0,0,2,3],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,3,9],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,3,9],"rotation":90,"texture":"#0"}}},{"from":[9.62801,1.81725,6.99],"to":[14.14801,2.83725,8.51],"rotation":{"angle":-22.5,"axis":"z","origin":[10.63801,4.82725,7]},"faces":{"north":{"uv":[0,9,2,0],"rotation":90,"texture":"#0"},"east":{"uv":[0,3,2,0],"rotation":90,"texture":"#0"},"south":{"uv":[0,9,2,0],"rotation":90,"texture":"#0"},"west":{"uv":[0,3,2,0],"rotation":90,"texture":"#0"},"up":{"uv":[0,9,3,0],"rotation":90,"texture":"#0"},"down":{"uv":[0,9,3,0],"rotation":90,"texture":"#0"}}},{"from":[11.95894,6.10342,8.499],"to":[13.01094,7.15542,9.501],"rotation":{"angle":22.5,"axis":"z","origin":[12.70994,6.40442,9]},"faces":{"north":{"uv":[14,13,16.1,15.1],"rotation":90,"texture":"#0"},"east":{"uv":[10,3,12,5],"rotation":180,"texture":"#0"},"south":{"uv":[10,3,12,5],"rotation":180,"texture":"#0"},"west":{"uv":[10,3,12,5],"rotation":180,"texture":"#0"},"up":{"uv":[10,3,12,5],"rotation":180,"texture":"#0"},"down":{"uv":[10,3,12,5],"rotation":180,"texture":"#0"}}},{"from":[2.98906,6.10342,8.499],"to":[4.04106,7.15542,9.501],"rotation":{"angle":-22.5,"axis":"z","origin":[3.29006,6.40442,9]},"faces":{"north":{"uv":[14,15.1,16.1,13],"rotation":90,"texture":"#0"},"east":{"uv":[12,3,10,5],"rotation":180,"texture":"#0"},"south":{"uv":[12,3,10,5],"rotation":180,"texture":"#0"},"west":{"uv":[12,3,10,5],"rotation":180,"texture":"#0"},"up":{"uv":[12,3,10,5],"rotation":180,"texture":"#0"},"down":{"uv":[12,3,10,5],"rotation":180,"texture":"#0"}}},{"from":[11.40956,1.42754,8.502],"to":[12.90556,5.92354,9.498],"rotation":{"angle":0,"axis":"z","origin":[12.15756,3.92554,9]},"faces":{"north":{"uv":[1,13,10,16],"rotation":270,"texture":"#0"},"east":{"uv":[1,0,10,2],"rotation":270,"texture":"#0"},"south":{"uv":[0,1,9,4],"rotation":270,"texture":"#0"},"west":{"uv":[1,0,3,9],"texture":"#0"},"up":{"uv":[1.5,0,4.5,2],"texture":"#0"},"down":{"uv":[1.5,0,4.5,2],"texture":"#0"}}},{"from":[3.09444,1.42754,8.502],"to":[4.59044,5.92354,9.498],"rotation":{"angle":0,"axis":"z","origin":[3.84244,3.92554,9]},"faces":{"north":{"uv":[1,16,10,13],"rotation":270,"texture":"#0"},"east":{"uv":[3,0,1,9],"texture":"#0"},"south":{"uv":[0,4,9,1],"rotation":270,"texture":"#0"},"west":{"uv":[1,2,10,0],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,0,1.5,2],"texture":"#0"},"down":{"uv":[4.5,0,1.5,2],"texture":"#0"}}}],"display":{"head":{"rotation":[-15,0,0],"translation":[0,13,-6],"scale":[1.38,1.38,1.38]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/fox_mask.json b/assets/minecraft/models/item/wynn/skin/hat/fox_mask.json new file mode 100644 index 000000000..f87a05a43 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/fox_mask.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"1":"skins/fox_mask","particle":"skins/fox_mask"},"elements":[{"from":[3.9975,0.9975,3.9975],"to":[12.0025,8.0025,12.0025],"faces":{"north":{"uv":[2,0,4,1.75],"texture":"#1"},"east":{"uv":[4,3.5,2,5.25],"texture":"#1"},"south":{"uv":[2,1.75,4,3.5],"texture":"#1"},"west":{"uv":[2,3.5,4,5.25],"texture":"#1"},"up":{"uv":[2,2,0,0],"texture":"#1"},"down":{"uv":[2,2,0,4],"texture":"#1"}}},{"from":[5.9975,1.9975,-1.0025],"to":[10.0025,5.0025,3.0025],"rotation":{"angle":0,"axis":"y","origin":[0,1,0]},"faces":{"west":{"uv":[4.5,5.5,5.5,6.25],"texture":"#1"},"up":{"uv":[2.5,6.25,1.5,5.25],"texture":"#1"},"down":{"uv":[3.5,5.25,2.5,6.25],"texture":"#1"}}},{"from":[6,2.5,-0.5],"to":[10,5.275,0.65],"rotation":{"angle":-22.5,"axis":"x","origin":[0,1,0.5]},"faces":{"north":{"uv":[6,2.75,7,3.5],"texture":"#1"},"east":{"uv":[7.75,4.25,8,5],"texture":"#1"},"west":{"uv":[7.75,4.25,8,5],"texture":"#1"},"up":{"uv":[6,3.5,5,3.25],"texture":"#1"}}},{"from":[5.995,5.095,4.295],"to":[10.005,8.355,6.305],"rotation":{"angle":22.5,"axis":"x","origin":[0,9,3.3]},"faces":{"north":{"uv":[6,0.75,7,1.5],"texture":"#1"},"east":{"uv":[1.5,6.75,1,7.5],"texture":"#1"},"west":{"uv":[1,6.75,1.5,7.5],"texture":"#1"}}},{"from":[5.995,7.395,3.295],"to":[10.005,9.405,9.455],"rotation":{"angle":-22.5,"axis":"x","origin":[0,10.4,7.2]},"faces":{"east":{"uv":[7.5,1.5,6,2],"texture":"#1"},"west":{"uv":[6,1.5,7.5,2],"texture":"#1"},"up":{"uv":[5,3.5,4,2],"texture":"#1"}}},{"from":[6,5.95,9.5],"to":[10,7.95,12.8],"rotation":{"angle":45,"axis":"x","origin":[0,8.95,12.45]},"faces":{"east":{"uv":[5.5,6.75,4.75,7.25],"texture":"#1"},"west":{"uv":[4.75,6.75,5.5,7.25],"texture":"#1"},"up":{"uv":[7,2.75,6,2],"texture":"#1"}}},{"from":[5,2.5,11.05],"to":[11,8.6,13.05],"rotation":{"angle":-22.5,"axis":"x","origin":[0,5.65,14.05]},"faces":{"east":{"uv":[0.5,6.25,0,7.75],"texture":"#1"},"south":{"uv":[0,4,1.5,5.5],"texture":"#1"},"west":{"uv":[0,6.25,0.5,7.75],"texture":"#1"}}},{"from":[4,-1.1,8.65],"to":[12,2.2,12.65],"rotation":{"angle":45,"axis":"x","origin":[0,0.25,13.65]},"faces":{"east":{"uv":[7,4.75,6,5.5],"texture":"#1"},"south":{"uv":[4,3.5,6,4.25],"texture":"#1"},"west":{"uv":[6,4.75,7,5.5],"texture":"#1"},"up":{"uv":[6,1,4,0],"texture":"#1"},"down":{"uv":[6,1,4,2],"texture":"#1"}}},{"from":[4,-2.1,3.85],"to":[12,-0.75,5.2],"rotation":{"angle":45,"axis":"x","origin":[0,-0.75,7.65]},"faces":{"east":{"uv":[8.25,0.75,8,1],"texture":"#1"},"south":{"uv":[6.5,6,8.5,6.25],"texture":"#1"},"west":{"uv":[8,0.75,8.25,1],"texture":"#1"},"down":{"uv":[4.75,6.75,2.75,7],"texture":"#1"}}},{"from":[6,5.35,0.35],"to":[10,6.35,2.35],"rotation":{"angle":-22.5,"axis":"x","origin":[0,8.35,4.25]},"faces":{"east":{"uv":[7.5,5,8,5.25],"texture":"#1"},"west":{"uv":[7.5,5,8,5.25],"texture":"#1"},"up":{"uv":[3.75,6.75,2.75,6.25],"texture":"#1"}}},{"from":[7,3.1,-2.1],"to":[9,5.1,-0.1],"rotation":{"angle":0,"axis":"y","origin":[7,3.1,-2.1]},"faces":{"north":{"uv":[7.25,2.5,7.75,3],"texture":"#1"},"east":{"uv":[7.75,3,7.25,3.5],"texture":"#1"},"west":{"uv":[7.25,3,7.75,3.5],"texture":"#1"},"up":{"uv":[7.75,4,7.25,3.5],"texture":"#1"},"down":{"uv":[5.25,7.25,4.75,7.75],"texture":"#1"}}},{"from":[2.245,3.395,8.995],"to":[3.255,8.305,10.005],"rotation":{"angle":22.5,"axis":"z","origin":[2.5,4.5,8]},"faces":{"north":{"uv":[1.5,6.75,1.75,8],"texture":"#1"},"east":{"uv":[5.5,6.75,5.75,8],"texture":"#1"},"south":{"uv":[7,2,7.25,3.25],"texture":"#1"},"west":{"uv":[2.75,7,3,8.25],"texture":"#1"},"up":{"uv":[8,6.5,7.75,6.25],"texture":"#1"}}},{"from":[3.245,3.395,9.995],"to":[7.28,8.305,11.005],"rotation":{"angle":22.5,"axis":"z","origin":[2.5,4.5,8]},"faces":{"north":{"uv":[5,2,6,3.25],"texture":"#1"},"east":{"uv":[4,7,4.25,8.25],"texture":"#1"},"south":{"uv":[5,4.25,6,5.5],"texture":"#1"},"west":{"uv":[4.25,7,4.5,8.25],"texture":"#1"}}},{"from":[0.8,7.9,9],"to":[1.8,10.8,10],"rotation":{"angle":0,"axis":"z","origin":[2.5,4.5,8]},"faces":{"north":{"uv":[0,7.75,0.25,8.5],"texture":"#1"},"east":{"uv":[0.25,7.75,0.5,8.5],"texture":"#1"},"south":{"uv":[0.5,7.75,0.75,8.5],"texture":"#1"},"west":{"uv":[0.75,7.75,1,8.5],"texture":"#1"}}},{"from":[1.75,8.3,10],"to":[2.75,11.75,11],"rotation":{"angle":0,"axis":"z","origin":[2.5,4.5,8]},"faces":{"north":{"uv":[4.75,7.8,5,8.5],"texture":"#1"},"south":{"uv":[5,7.8,5.25,8.5],"texture":"#1"},"west":{"uv":[5.75,7.775,6,8.5],"texture":"#1"}}},{"from":[2.75,8.3,10],"to":[4.25,10.75,11],"rotation":{"angle":0,"axis":"z","origin":[2.5,4.5,8]},"faces":{"north":{"uv":[7.25,7.25,7.75,7.75],"texture":"#1"},"south":{"uv":[7.5,0.5,8,1],"texture":"#1"}}},{"from":[-0.805,9.645,8.995],"to":[0.205,12.655,10.005],"rotation":{"angle":-22.5,"axis":"z","origin":[2.9,6.25,8]},"faces":{"north":{"uv":[7.75,1.5,8,2.25],"texture":"#1"},"east":{"uv":[1.75,7.75,2,8.5],"texture":"#1"},"south":{"uv":[2,7.75,2.25,8.5],"texture":"#1"},"west":{"uv":[2.25,7.75,2.5,8.5],"texture":"#1"},"up":{"uv":[7.5,8,7.25,7.75],"texture":"#1"}}},{"from":[0.2,11.65,9],"to":[1.2,12.65,10],"rotation":{"angle":-22.5,"axis":"z","origin":[2.9,6.25,8]},"faces":{"north":{"uv":[7.75,7.25,8,7.5],"texture":"#1"},"south":{"uv":[7.5,7.75,7.75,8],"texture":"#1"},"up":{"uv":[8,7.75,7.75,7.5],"texture":"#1"},"down":{"uv":[8,7.75,7.75,8],"texture":"#1"}}},{"from":[2.45,3.6,7.9],"to":[3.45,6.85,8.9],"rotation":{"angle":22.5,"axis":"x","origin":[2.7,3.7,6.9]},"faces":{"north":{"uv":[1.25,5.5,1.5,6.25],"texture":"#1"},"east":{"uv":[1.25,7.5,1.5,8.25],"texture":"#1"},"south":{"uv":[7.5,4.25,7.75,5],"texture":"#1"},"west":{"uv":[7.5,6.25,7.75,7],"texture":"#1"},"up":{"uv":[8,6.75,7.75,6.5],"texture":"#1"}}},{"from":[4.7,3.55,9],"to":[5.7,8.55,10],"rotation":{"angle":45,"axis":"z","origin":[4.95,3.65,8]},"faces":{"north":{"uv":[3,7,3.25,8.25],"texture":"#1"},"east":{"uv":[3.25,7,3.5,8.25],"texture":"#1"},"south":{"uv":[3.5,7,3.75,8.25],"texture":"#1"},"up":{"uv":[8,7,7.75,6.75],"texture":"#1"}}},{"from":[4.795,8.845,8.995],"to":[5.805,13.055,10.005],"rotation":{"angle":45,"axis":"z","origin":[5.1,10.5,8]},"faces":{"north":{"uv":[7,3.25,7.25,4.25],"texture":"#1"},"east":{"uv":[4.5,7,4.75,8],"texture":"#1"},"south":{"uv":[6.75,7,7,8],"texture":"#1"},"west":{"uv":[7,7,7.25,8],"texture":"#1"}}},{"from":[3.5975,9.7725,9.9975],"to":[4.9025,13.7525,11.0025],"rotation":{"angle":45,"axis":"z","origin":[5.1,10.5,8]},"faces":{"north":{"uv":[5.25,7.25,5.5,8.25],"texture":"#1"},"east":{"uv":[6.25,7.4,6.5,8.25],"texture":"#1"},"south":{"uv":[7.25,6.4,7.5,7.25],"texture":"#1"},"up":{"uv":[8.25,0.75,8,0.5],"texture":"#1"}}},{"from":[2.55,7.5,9],"to":[4.8,9.5,10],"rotation":{"angle":45,"axis":"z","origin":[5.1,10.5,8]},"faces":{"north":{"uv":[7.25,2,7.75,2.5],"texture":"#1"},"east":{"uv":[7.5,1.5,7.75,2],"texture":"#1"},"south":{"uv":[2.25,7.25,2.75,7.75],"texture":"#1"},"up":{"uv":[8,5.75,7.5,5.5],"texture":"#1"}}},{"from":[4.055,4.355,9.005],"to":[6.045,7.595,9.995],"rotation":{"angle":-22.5,"axis":"z","origin":[5.05,7.9,8]},"faces":{"north":{"uv":[6.75,6.25,7.25,7],"texture":"#1"},"west":{"uv":[7.75,2.25,8,3],"texture":"#1"}}},{"from":[5.995,1.995,1.995],"to":[7.105,4.005,5.855],"rotation":{"angle":-45,"axis":"y","origin":[6,2,2]},"faces":{"west":{"uv":[6.5,5.5,7.5,6],"texture":"#1"},"up":{"uv":[6.75,8.25,6.5,7.25],"texture":"#1"},"down":{"uv":[1.25,7.5,1,8.5],"texture":"#1"}}},{"from":[6,2,10.85],"to":[7,4,11.85],"rotation":{"angle":45,"axis":"y","origin":[6,2,14.7]},"faces":{"west":{"uv":[6,7.75,6.25,8.25],"texture":"#1"},"up":{"uv":[8.25,0.25,8,0],"texture":"#1"},"down":{"uv":[8.25,0.25,8,0.5],"texture":"#1"}}},{"from":[3.2975,1.9975,4.6975],"to":[4.3025,4.0025,7.7025],"rotation":{"angle":0,"axis":"y","origin":[3.3,2,4.7]},"faces":{"west":{"uv":[7,0,7.75,0.5],"texture":"#1"},"up":{"uv":[2.75,8.5,2.5,7.75],"texture":"#1"},"down":{"uv":[8,3,7.75,3.75],"texture":"#1"}}},{"from":[7.375,1,0.45],"to":[9.375,2,4.45],"rotation":{"angle":-22.5,"axis":"y","origin":[7.1,-1,-0.45]},"faces":{"west":{"uv":[7.25,4,8.25,4.25],"texture":"#1"},"down":{"uv":[1,6.75,0.5,7.75],"texture":"#1"}}},{"from":[4.7,0.7,7],"to":[8.7,3.95,12],"rotation":{"angle":45,"axis":"z","origin":[4,0,6]},"faces":{"north":{"uv":[5.5,5.5,6.5,6.25],"texture":"#1"},"south":{"uv":[6,0,7,0.75],"texture":"#1"},"west":{"uv":[0,5.5,1.25,6.25],"texture":"#1"},"up":{"uv":[5,5.5,4,4.25],"texture":"#1"}}},{"from":[3.99,7.39,2.44],"to":[6.01,9.41,6.46],"rotation":{"angle":-22.5,"axis":"x","origin":[-4,10.4,7.2]},"faces":{"north":{"uv":[7,4.75,7.5,5.25],"texture":"#1"},"east":{"uv":[3.75,6.25,4.75,6.75],"texture":"#1"},"south":{"uv":[1.75,7.25,2.25,7.75],"texture":"#1"},"west":{"uv":[4.75,6.25,5.75,6.75],"texture":"#1"},"up":{"uv":[6.25,7.25,5.75,6.25],"texture":"#1"}}},{"from":[4.245,3.845,6.995],"to":[6.455,4.855,9.005],"rotation":{"angle":22.5,"axis":"z","origin":[-3.75,5.85,11.8]},"faces":{"east":{"uv":[7.5,7,8,7.25],"texture":"#1"},"up":{"uv":[6.25,7.75,5.75,7.25],"texture":"#1"}}},{"from":[6.85,-0.2,-1],"to":[7.85,1.95,4],"rotation":{"angle":22.5,"axis":"z","origin":[0.85,-1.25,0]},"faces":{"north":{"uv":[7.75,0,8,0.5],"texture":"#1"},"west":{"uv":[0.5,6.25,1.75,6.75],"texture":"#1"}}},{"from":[5.62,8.695,-1.005],"to":[7.63,10.105,4.005],"rotation":{"angle":-45,"axis":"z","origin":[-0.35,7.1,0]},"faces":{"north":{"uv":[8,5.5,8.75,6],"texture":"#1"},"west":{"uv":[7,1.25,8.25,1.5],"texture":"#1"},"down":{"uv":[2,4,1.5,5.25],"texture":"#1"}}},{"from":[12.745,3.395,8.995],"to":[13.755,8.305,10.005],"rotation":{"angle":-22.5,"axis":"z","origin":[13.5,4.5,8]},"faces":{"north":{"uv":[1.75,6.75,1.5,8],"texture":"#1"},"east":{"uv":[3,7,2.75,8.25],"texture":"#1"},"south":{"uv":[7.25,2,7,3.25],"texture":"#1"},"west":{"uv":[5.75,6.75,5.5,8],"texture":"#1"},"up":{"uv":[7.75,6.5,8,6.25],"texture":"#1"}}},{"from":[8.72,3.395,9.995],"to":[12.755,8.305,11.005],"rotation":{"angle":-22.5,"axis":"z","origin":[13.5,4.5,8]},"faces":{"north":{"uv":[6,2,5,3.25],"texture":"#1"},"east":{"uv":[4.5,7,4.25,8.25],"texture":"#1"},"south":{"uv":[6,4.25,5,5.5],"texture":"#1"},"west":{"uv":[4.25,7,4,8.25],"texture":"#1"}}},{"from":[14.2,7.9,9],"to":[15.2,10.8,10],"rotation":{"angle":0,"axis":"z","origin":[13.5,4.5,8]},"faces":{"north":{"uv":[0.25,7.75,0,8.5],"texture":"#1"},"east":{"uv":[1,7.75,0.75,8.5],"texture":"#1"},"south":{"uv":[0.75,7.75,0.5,8.5],"texture":"#1"},"west":{"uv":[0.5,7.75,0.25,8.5],"texture":"#1"}}},{"from":[13.25,8.3,10],"to":[14.25,11.75,11],"rotation":{"angle":0,"axis":"z","origin":[13.5,4.5,8]},"faces":{"north":{"uv":[5,7.8,4.75,8.5],"texture":"#1"},"east":{"uv":[6,7.775,5.75,8.5],"texture":"#1"},"south":{"uv":[5.25,7.8,5,8.5],"texture":"#1"}}},{"from":[11.75,8.3,10],"to":[13.25,10.75,11],"rotation":{"angle":0,"axis":"z","origin":[13.5,4.5,8]},"faces":{"north":{"uv":[7.75,7.25,7.25,7.75],"texture":"#1"},"south":{"uv":[8,0.5,7.5,1],"texture":"#1"}}},{"from":[15.795,9.645,8.995],"to":[16.805,12.655,10.005],"rotation":{"angle":22.5,"axis":"z","origin":[13.1,6.25,8]},"faces":{"north":{"uv":[8,1.5,7.75,2.25],"texture":"#1"},"east":{"uv":[2.5,7.75,2.25,8.5],"texture":"#1"},"south":{"uv":[2.25,7.75,2,8.5],"texture":"#1"},"west":{"uv":[2,7.75,1.75,8.5],"texture":"#1"},"up":{"uv":[7.25,8,7.5,7.75],"texture":"#1"}}},{"from":[14.8,11.65,9],"to":[15.8,12.65,10],"rotation":{"angle":22.5,"axis":"z","origin":[13.1,6.25,8]},"faces":{"north":{"uv":[8,7.25,7.75,7.5],"texture":"#1"},"south":{"uv":[7.75,7.75,7.5,8],"texture":"#1"},"up":{"uv":[7.75,7.75,8,7.5],"texture":"#1"},"down":{"uv":[7.75,7.75,8,8],"texture":"#1"}}},{"from":[12.55,3.6,7.9],"to":[13.55,6.85,8.9],"rotation":{"angle":22.5,"axis":"x","origin":[13.3,3.7,6.9]},"faces":{"north":{"uv":[1.5,5.5,1.25,6.25],"texture":"#1"},"east":{"uv":[7.75,6.25,7.5,7],"texture":"#1"},"south":{"uv":[7.75,4.25,7.5,5],"texture":"#1"},"west":{"uv":[1.5,7.5,1.25,8.25],"texture":"#1"},"up":{"uv":[7.75,6.75,8,6.5],"texture":"#1"}}},{"from":[10.3,3.55,9],"to":[11.3,8.55,10],"rotation":{"angle":-45,"axis":"z","origin":[11.05,3.65,8]},"faces":{"north":{"uv":[3.25,7,3,8.25],"texture":"#1"},"south":{"uv":[3.75,7,3.5,8.25],"texture":"#1"},"west":{"uv":[3.5,7,3.25,8.25],"texture":"#1"},"up":{"uv":[7.75,7,8,6.75],"texture":"#1"}}},{"from":[10.195,8.845,8.995],"to":[11.205,13.055,10.005],"rotation":{"angle":-45,"axis":"z","origin":[10.9,10.5,8]},"faces":{"north":{"uv":[7.25,3.25,7,4.25],"texture":"#1"},"east":{"uv":[7.25,7,7,8],"texture":"#1"},"south":{"uv":[7,7,6.75,8],"texture":"#1"},"west":{"uv":[4.75,7,4.5,8],"texture":"#1"}}},{"from":[11.0975,9.7725,9.9975],"to":[12.4025,13.7525,11.0025],"rotation":{"angle":-45,"axis":"z","origin":[10.9,10.5,8]},"faces":{"north":{"uv":[5.5,7.25,5.25,8.25],"texture":"#1"},"south":{"uv":[7.5,6.4,7.25,7.25],"texture":"#1"},"west":{"uv":[6.5,7.4,6.25,8.25],"texture":"#1"},"up":{"uv":[8,0.75,8.25,0.5],"texture":"#1"}}},{"from":[11.2,7.5,9],"to":[13.45,9.5,10],"rotation":{"angle":-45,"axis":"z","origin":[10.9,10.5,8]},"faces":{"north":{"uv":[7.75,2,7.25,2.5],"texture":"#1"},"south":{"uv":[2.75,7.25,2.25,7.75],"texture":"#1"},"west":{"uv":[7.75,1.5,7.5,2],"texture":"#1"},"up":{"uv":[7.5,5.75,8,5.5],"texture":"#1"}}},{"from":[9.955,4.355,9.005],"to":[11.945,7.595,9.995],"rotation":{"angle":22.5,"axis":"z","origin":[10.95,7.9,8]},"faces":{"north":{"uv":[7.25,6.25,6.75,7],"texture":"#1"},"east":{"uv":[8,2.25,7.75,3],"texture":"#1"}}},{"from":[8.895,1.995,1.995],"to":[10.005,4.005,5.855],"rotation":{"angle":45,"axis":"y","origin":[10,2,2]},"faces":{"east":{"uv":[7.5,5.5,6.5,6],"texture":"#1"},"up":{"uv":[6.5,8.25,6.75,7.25],"texture":"#1"},"down":{"uv":[1,7.5,1.25,8.5],"texture":"#1"}}},{"from":[9,2,10.85],"to":[10,4,11.85],"rotation":{"angle":-45,"axis":"y","origin":[10,2,14.7]},"faces":{"east":{"uv":[6.25,7.75,6,8.25],"texture":"#1"},"up":{"uv":[8,0.25,8.25,0],"texture":"#1"},"down":{"uv":[8,0.25,8.25,0.5],"texture":"#1"}}},{"from":[11.6975,1.9975,4.6975],"to":[12.7025,4.0025,7.7025],"rotation":{"angle":0,"axis":"y","origin":[12.7,2,4.7]},"faces":{"east":{"uv":[7.75,0,7,0.5],"texture":"#1"},"up":{"uv":[2.5,8.5,2.75,7.75],"texture":"#1"},"down":{"uv":[7.75,3,8,3.75],"texture":"#1"}}},{"from":[6.995,0.995,0.495],"to":[9.005,2.005,4.005],"rotation":{"angle":0,"axis":"y","origin":[9,-1,-0.5]},"faces":{"north":{"uv":[4,5.25,3.5,5.5],"texture":"#1"},"down":{"uv":[2.25,6.25,2.75,7.25],"texture":"#1"}}},{"from":[6.995,0.795,1.345],"to":[9.005,1.905,2.355],"rotation":{"angle":-22.5,"axis":"x","origin":[9,-1.2,0.35]},"faces":{"north":{"uv":[4,5.25,3.5,5.5],"texture":"#1"},"east":{"uv":[4,5.25,3.75,5.5],"texture":"#1"},"west":{"uv":[3.75,5.25,3.5,5.5],"texture":"#1"}}},{"from":[6.625,1,0.45],"to":[8.625,2,4.45],"rotation":{"angle":22.5,"axis":"y","origin":[8.9,-1,-0.45]},"faces":{"east":{"uv":[8.25,4,7.25,4.25],"texture":"#1"},"down":{"uv":[0.5,6.75,1,7.75],"texture":"#1"}}},{"from":[7,1.5,1.85],"to":[9,2.6,4.45],"rotation":{"angle":22.5,"axis":"x","origin":[9,-0.5,0.95]},"faces":{"east":{"uv":[8.25,1,7.5,1.25],"texture":"#1"},"west":{"uv":[7.5,1,8.25,1.25],"texture":"#1"},"down":{"uv":[7,0.5,7.5,1.25],"texture":"#1"}}},{"from":[7.3,0.7,7],"to":[11.3,3.95,12],"rotation":{"angle":-45,"axis":"z","origin":[12,0,6]},"faces":{"north":{"uv":[6.5,5.5,5.5,6.25],"texture":"#1"},"east":{"uv":[1.25,5.5,0,6.25],"texture":"#1"},"south":{"uv":[7,0,6,0.75],"texture":"#1"},"up":{"uv":[4,5.5,5,4.25],"texture":"#1"}}},{"from":[9.99,7.39,2.44],"to":[12.01,9.41,6.46],"rotation":{"angle":-22.5,"axis":"x","origin":[20,10.4,7.2]},"faces":{"north":{"uv":[7.5,4.75,7,5.25],"texture":"#1"},"east":{"uv":[5.75,6.25,4.75,6.75],"texture":"#1"},"south":{"uv":[2.25,7.25,1.75,7.75],"texture":"#1"},"west":{"uv":[4.75,6.25,3.75,6.75],"texture":"#1"},"up":{"uv":[5.75,7.25,6.25,6.25],"texture":"#1"}}},{"from":[9.545,3.845,6.995],"to":[11.755,4.855,9.005],"rotation":{"angle":-22.5,"axis":"z","origin":[19.75,5.85,11.8]},"faces":{"west":{"uv":[8,7,7.5,7.25],"texture":"#1"},"up":{"uv":[5.75,7.75,6.25,7.25],"texture":"#1"}}},{"from":[8.15,-0.2,-1],"to":[9.15,1.95,4],"rotation":{"angle":-22.5,"axis":"z","origin":[15.15,-1.25,0]},"faces":{"north":{"uv":[8,0,7.75,0.5],"texture":"#1"},"east":{"uv":[1.75,6.25,0.5,6.75],"texture":"#1"}}},{"from":[8.37,8.695,-1.005],"to":[10.38,10.105,4.005],"rotation":{"angle":45,"axis":"z","origin":[16.35,7.1,0]},"faces":{"north":{"uv":[8.75,5.5,8,6],"texture":"#1"},"east":{"uv":[8.25,1.25,7,1.5],"texture":"#1"},"down":{"uv":[1.5,4,2,5.25],"texture":"#1"}}}],"display":{"head":{"translation":[0,7.25,0],"scale":[1.85,1.85,1.85]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/frostbite_hat.json b/assets/minecraft/models/item/wynn/skin/hat/frostbite_hat.json new file mode 100644 index 000000000..8190881ce --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/frostbite_hat.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/frostbite_hat","particle":"skins/frostbite_hat"},"elements":[{"from":[2.5,4.025,-2.5],"to":[9,4.525,-0.5],"rotation":{"angle":0,"axis":"y","origin":[8,9.2,8]},"faces":{"north":{"uv":[3.5,5.125,5.125,5.25],"texture":"#0"},"south":{"uv":[5.125,5.125,6.75,5.25],"texture":"#0"},"up":{"uv":[4.625,6.5,3,6],"texture":"#0"},"down":{"uv":[6.375,6,4.75,6.5],"texture":"#0"}}},{"from":[2.07,4.47,-3.755],"to":[7.08,5.48,-2.245],"rotation":{"angle":-22.5,"axis":"z","origin":[5.5,6.4,-0.75]},"faces":{"north":{"uv":[2.75,8.25,2.5,7],"rotation":90,"texture":"#0"},"east":{"uv":[8.375,0.25,8.75,0.5],"texture":"#0"},"south":{"uv":[6.375,6.25,7.625,6.5],"texture":"#0"},"west":{"uv":[7.625,6.25,8,6.5],"texture":"#0"},"up":{"uv":[4,7.625,2.75,7.25],"texture":"#0"},"down":{"uv":[8,7.25,6.75,7.625],"texture":"#0"}}},{"from":[3.6,4.525,-2.5],"to":[5.35,5.125,-2.25],"rotation":{"angle":0,"axis":"y","origin":[8,9.2,8]},"faces":{"north":{"uv":[3.75,5.875,4.125,6],"texture":"#0"},"south":{"uv":[4.125,5.875,4.5,6],"texture":"#0"}}},{"from":[5.025,4,-3.8],"to":[8.025,5,-2.3],"rotation":{"angle":-22.5,"axis":"y","origin":[5.5,6.4,-0.75]},"faces":{"north":{"uv":[8,4.75,8.75,5],"texture":"#0"},"south":{"uv":[2.25,8.25,3,8.5],"texture":"#0"},"west":{"uv":[8.5,2.75,8.875,3],"texture":"#0"},"up":{"uv":[3.5,8,2.75,7.625],"texture":"#0"},"down":{"uv":[0.75,8,0,8.375],"texture":"#0"}}},{"from":[6.92,3.995,-5.305],"to":[14.93,5.005,-3.795],"rotation":{"angle":-45,"axis":"y","origin":[4.75,6.4,-1.5]},"faces":{"north":{"uv":[7,6.5,9,6.75],"texture":"#0"},"south":{"uv":[6.75,7,8.75,7.25],"texture":"#0"},"up":{"uv":[7,6.875,5,6.5],"texture":"#0"},"down":{"uv":[8.5,5.25,6.5,5.625],"texture":"#0"}}},{"from":[11,-0.45,-5.3],"to":[14,5.05,-5.29],"rotation":{"angle":-45,"axis":"y","origin":[4.75,6.4,-1.5]},"faces":{"north":{"uv":[4,7.25,4.75,8.625],"texture":"#0"},"south":{"uv":[4.75,7.25,4,8.625],"texture":"#0"}}},{"from":[11,4.05,-3.75],"to":[14,5.05,-3.75],"rotation":{"angle":-45,"axis":"y","origin":[4.75,6.4,-1.5]},"faces":{"south":{"uv":[4.75,7.25,4,7.5],"texture":"#0"}}},{"from":[11,5.05,-5.3],"to":[14,5.05,-3.75],"rotation":{"angle":-45,"axis":"y","origin":[4.75,6.4,-1.5]},"faces":{"up":{"uv":[4.75,7.5,5.5,7.875],"texture":"#0"}}},{"from":[10.65,4,6.425],"to":[12.15,5,12.525],"rotation":{"angle":22.5,"axis":"y","origin":[4.75,6.4,-1.5]},"faces":{"east":{"uv":[7,6.75,8.5,7],"texture":"#0"},"west":{"uv":[7.5,2,9,2.25],"texture":"#0"},"up":{"uv":[2.125,8.125,1.75,6.625],"texture":"#0"},"down":{"uv":[2.5,6.625,2.125,8.125],"texture":"#0"}}},{"from":[15.445,3.995,8.62],"to":[16.955,5.005,14.08],"rotation":{"angle":0,"axis":"y","origin":[4.75,6.4,-1.5]},"faces":{"east":{"uv":[7.5,2.25,8.875,2.5],"texture":"#0"},"west":{"uv":[7.5,2.5,8.875,2.75],"texture":"#0"},"up":{"uv":[7.375,2.375,7,1],"texture":"#0"},"down":{"uv":[7.375,2.5,7,3.875],"texture":"#0"}}},{"from":[-2.5,4.025,2.5],"to":[-0.5,4.525,9],"rotation":{"angle":0,"axis":"y","origin":[8,9.2,8]},"faces":{"east":{"uv":[6.75,5.125,5.125,5.25],"texture":"#0"},"west":{"uv":[5.125,5.125,3.5,5.25],"texture":"#0"},"up":{"uv":[3,6.5,4.625,6],"rotation":270,"texture":"#0"},"down":{"uv":[4.75,6,6.375,6.5],"rotation":90,"texture":"#0"}}},{"from":[-3.755,4.47,2.07],"to":[-2.245,5.48,7.08],"rotation":{"angle":22.5,"axis":"x","origin":[-0.75,6.4,5.5]},"faces":{"north":{"uv":[8,6.25,7.625,6.5],"texture":"#0"},"east":{"uv":[7.625,6.25,6.375,6.5],"texture":"#0"},"south":{"uv":[8.875,1.75,8.5,2],"texture":"#0"},"west":{"uv":[2.75,7,2.5,8.25],"rotation":90,"texture":"#0"},"up":{"uv":[2.75,7.625,4,7.25],"rotation":270,"texture":"#0"},"down":{"uv":[6.75,7.25,8,7.625],"rotation":90,"texture":"#0"}}},{"from":[-2.5,4.525,3.6],"to":[-2.25,5.125,5.35],"rotation":{"angle":0,"axis":"y","origin":[8,9.2,8]},"faces":{"east":{"uv":[4.5,5.875,4.125,6],"texture":"#0"},"west":{"uv":[4.125,5.875,3.75,6],"texture":"#0"}}},{"from":[-3.8,4,5.025],"to":[-2.3,5,8.025],"rotation":{"angle":22.5,"axis":"y","origin":[-0.75,6.4,5.5]},"faces":{"north":{"uv":[8.875,2.75,8.5,3],"texture":"#0"},"east":{"uv":[3,8.25,2.25,8.5],"texture":"#0"},"west":{"uv":[8.75,4.75,8,5],"texture":"#0"},"up":{"uv":[2.75,8,3.5,7.625],"rotation":270,"texture":"#0"},"down":{"uv":[0,8,0.75,8.375],"rotation":90,"texture":"#0"}}},{"from":[-5.305,3.995,6.92],"to":[-3.795,5.005,14.93],"rotation":{"angle":45,"axis":"y","origin":[-1.5,6.4,4.75]},"faces":{"east":{"uv":[8.75,7,6.75,7.25],"texture":"#0"},"west":{"uv":[9,6.5,7,6.75],"texture":"#0"},"up":{"uv":[5,6.875,7,6.5],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,5.25,8.5,5.625],"rotation":90,"texture":"#0"}}},{"from":[6.425,4,10.65],"to":[12.525,5,12.15],"rotation":{"angle":-22.5,"axis":"y","origin":[-1.5,6.4,4.75]},"faces":{"north":{"uv":[9,2,7.5,2.25],"texture":"#0"},"south":{"uv":[8.5,6.75,7,7],"texture":"#0"},"up":{"uv":[1.75,8.125,2.125,6.625],"rotation":270,"texture":"#0"},"down":{"uv":[2.125,6.625,2.5,8.125],"rotation":90,"texture":"#0"}}},{"from":[8.62,3.995,15.445],"to":[14.08,5.005,16.955],"rotation":{"angle":0,"axis":"y","origin":[-1.5,6.4,4.75]},"faces":{"north":{"uv":[8.875,2.5,7.5,2.75],"texture":"#0"},"south":{"uv":[8.875,2.25,7.5,2.5],"texture":"#0"},"up":{"uv":[7,2.375,7.375,1],"rotation":270,"texture":"#0"},"down":{"uv":[7,2.5,7.375,3.875],"rotation":90,"texture":"#0"}}},{"from":[-7.805,5.745,0.295],"to":[0.305,6.855,1.805],"rotation":{"angle":45,"axis":"y","origin":[-3.75,9.2,-3.75]},"faces":{"north":{"uv":[2.75,7,4.75,7.25],"texture":"#0"},"east":{"uv":[0,8.5,0.375,8.75],"texture":"#0"},"south":{"uv":[7,4,9,4.25],"texture":"#0"},"west":{"uv":[8.5,1,8.875,1.25],"texture":"#0"},"up":{"uv":[3,6.625,1,6.25],"texture":"#0"},"down":{"uv":[5,6.5,3,6.875],"texture":"#0"}}},{"from":[-7.305,4.02,1.545],"to":[-0.195,4.53,4.055],"rotation":{"angle":45,"axis":"y","origin":[-3.75,9.2,-3.75]},"faces":{"north":{"uv":[0,5.125,1.75,5.25],"texture":"#0"},"south":{"uv":[1.75,5.125,3.5,5.25],"texture":"#0"},"up":{"uv":[4.75,5.875,3,5.25],"texture":"#0"},"down":{"uv":[6.5,5.25,4.75,5.875],"texture":"#0"}}},{"from":[-8.3,4.525,1.55],"to":[0.8,5.775,2.55],"rotation":{"angle":45,"axis":"y","origin":[-3.75,9.2,-3.75]},"faces":{"north":{"uv":[7,0,9.25,0.25],"texture":"#0"},"east":{"uv":[2.75,6.75,3,7],"texture":"#0"},"south":{"uv":[7,0.25,9.25,0.5],"texture":"#0"},"west":{"uv":[0.75,7.25,1,7.5],"texture":"#0"},"up":{"uv":[9.25,0.75,7,0.5],"texture":"#0"},"down":{"uv":[9.25,0.75,7,1],"texture":"#0"}}},{"from":[-6.55,4,22.3],"to":[-2.45,5,23.8],"rotation":{"angle":45,"axis":"y","origin":[-4.5,9.2,-4.5]},"faces":{"north":{"uv":[0.75,8,1.75,8.25],"texture":"#0"},"east":{"uv":[8.5,1.25,8.875,1.5],"texture":"#0"},"south":{"uv":[2.75,8,3.75,8.25],"texture":"#0"},"west":{"uv":[8.5,1.5,8.875,1.75],"texture":"#0"},"up":{"uv":[1.75,7.875,0.75,7.5],"texture":"#0"},"down":{"uv":[8.5,1,7.5,1.375],"texture":"#0"}}},{"from":[5.625,6.2,3.875],"to":[9.375,8.1,11.125],"rotation":{"angle":0,"axis":"y","origin":[7.5,7.55,7.5]},"faces":{"north":{"uv":[7,4.25,8,4.75],"texture":"#0"},"south":{"uv":[4.75,7,5.75,7.5],"texture":"#0"},"up":{"uv":[1,7.125,0,5.25],"texture":"#0"}}},{"from":[3.87,6.195,5.595],"to":[11.13,8.105,9.355],"rotation":{"angle":0,"axis":"y","origin":[7.5,7.55,7.5]},"faces":{"east":{"uv":[7,4.75,8,5.25],"texture":"#0"},"west":{"uv":[5.75,7,6.75,7.5],"texture":"#0"},"up":{"uv":[2.875,6.25,1,5.25],"texture":"#0"}}},{"from":[10.625,4.1,5.4],"to":[12.5,5.6,7.55],"rotation":{"angle":22.5,"axis":"y","origin":[7.5,7.55,7.5]},"faces":{"east":{"uv":[8.125,3.625,8.625,4],"texture":"#0"},"west":{"uv":[6.5,8,7,8.375],"texture":"#0"},"up":{"uv":[8.5,3.25,8,2.75],"texture":"#0"}}},{"from":[11.075,5.55,5.675],"to":[11.95,7.05,7.325],"rotation":{"angle":22.5,"axis":"y","origin":[7.5,7.55,7.55]},"faces":{"east":{"uv":[5.5,7.5,5.875,7.875],"texture":"#0"},"up":{"uv":[2.75,7,2.5,6.625],"texture":"#0"}}},{"from":[6.255,5.405,3.63],"to":[8.745,8.095,5.495],"rotation":{"angle":-45,"axis":"y","origin":[7.5,7.55,7.5]},"faces":{"north":{"uv":[0,7.25,0.625,7.875],"texture":"#0"},"east":{"uv":[7.5,2.75,8,3.375],"texture":"#0"},"south":{"uv":[4,7.25,4.625,7.875],"texture":"#0"},"west":{"uv":[4.75,7.5,5.25,8.125],"texture":"#0"},"up":{"uv":[8.125,4,7.5,3.5],"texture":"#0"},"down":{"uv":[5.875,7.5,5.25,8],"texture":"#0"}}},{"from":[7.67,5.545,3.07],"to":[9.33,7.055,4.955],"rotation":{"angle":-22.5,"axis":"y","origin":[7.5,7.55,7.55]},"faces":{"north":{"uv":[5.5,7.875,5.875,8.25],"texture":"#0"},"up":{"uv":[8.875,3.5,8.5,3],"texture":"#0"}}},{"from":[7.395,4.095,2.47],"to":[9.555,5.605,4.355],"rotation":{"angle":-22.5,"axis":"y","origin":[7.5,7.55,7.5]},"faces":{"north":{"uv":[8,7.25,8.5,7.625],"texture":"#0"},"south":{"uv":[0.75,8.25,1.25,8.625],"texture":"#0"},"up":{"uv":[8.5,4.75,8,4.25],"texture":"#0"}}},{"from":[5.625,4.1,2.85],"to":[9.375,5.6,4.65],"rotation":{"angle":0,"axis":"y","origin":[7.5,7.55,7.5]},"faces":{"north":{"uv":[7.5,1.5,8.5,1.875],"texture":"#0"},"west":{"uv":[1.75,8.25,2.25,8.625],"texture":"#0"}}},{"from":[5.625,3.95,3.95],"to":[9.375,6.65,5.825],"rotation":{"angle":22.5,"axis":"x","origin":[7.5,7.55,7.5]},"faces":{"north":{"uv":[6.5,5.625,7.5,6.25],"texture":"#0"},"east":{"uv":[7.5,5.625,8,6.25],"texture":"#0"},"west":{"uv":[6,7.5,6.5,8.125],"texture":"#0"}}},{"from":[7.45,4.1,10.625],"to":[9.6,5.6,12.5],"rotation":{"angle":22.5,"axis":"y","origin":[7.5,7.55,7.5]},"faces":{"north":{"uv":[6.5,8,7,8.375],"texture":"#0"},"south":{"uv":[8.125,3.625,8.625,4],"texture":"#0"},"up":{"uv":[8.5,3.25,8,2.75],"rotation":90,"texture":"#0"}}},{"from":[7.675,5.55,11.075],"to":[9.325,7.05,11.95],"rotation":{"angle":22.5,"axis":"y","origin":[7.45,7.55,7.5]},"faces":{"south":{"uv":[5.5,7.5,5.875,7.875],"texture":"#0"},"up":{"uv":[2.75,7,2.5,6.625],"rotation":90,"texture":"#0"}}},{"from":[9.505,5.405,6.255],"to":[11.37,8.095,8.745],"rotation":{"angle":-45,"axis":"y","origin":[7.5,7.55,7.5]},"faces":{"north":{"uv":[4.75,7.5,5.25,8.125],"texture":"#0"},"east":{"uv":[0,7.25,0.625,7.875],"texture":"#0"},"south":{"uv":[7.5,2.75,8,3.375],"texture":"#0"},"west":{"uv":[4,7.25,4.625,7.875],"texture":"#0"},"up":{"uv":[8.125,4,7.5,3.5],"rotation":90,"texture":"#0"},"down":{"uv":[5.875,7.5,5.25,8],"rotation":270,"texture":"#0"}}},{"from":[10.045,5.545,7.67],"to":[11.93,7.055,9.33],"rotation":{"angle":-22.5,"axis":"y","origin":[7.45,7.55,7.5]},"faces":{"east":{"uv":[5.5,7.875,5.875,8.25],"texture":"#0"},"up":{"uv":[8.875,3.5,8.5,3],"rotation":90,"texture":"#0"}}},{"from":[10.645,4.095,7.395],"to":[12.53,5.605,9.555],"rotation":{"angle":-22.5,"axis":"y","origin":[7.5,7.55,7.5]},"faces":{"east":{"uv":[8,7.25,8.5,7.625],"texture":"#0"},"west":{"uv":[0.75,8.25,1.25,8.625],"texture":"#0"},"up":{"uv":[8.5,4.75,8,4.25],"rotation":90,"texture":"#0"}}},{"from":[10.35,4.1,5.625],"to":[12.15,5.6,9.375],"rotation":{"angle":0,"axis":"y","origin":[7.5,7.55,7.5]},"faces":{"north":{"uv":[1.75,8.25,2.25,8.625],"texture":"#0"},"east":{"uv":[7.5,1.5,8.5,1.875],"texture":"#0"}}},{"from":[9.175,3.95,5.625],"to":[11.05,6.65,9.375],"rotation":{"angle":22.5,"axis":"z","origin":[7.5,7.55,7.5]},"faces":{"north":{"uv":[6,7.5,6.5,8.125],"texture":"#0"},"east":{"uv":[6.5,5.625,7.5,6.25],"texture":"#0"},"south":{"uv":[7.5,5.625,8,6.25],"texture":"#0"}}},{"from":[2.5,4.1,7.45],"to":[4.375,5.6,9.6],"rotation":{"angle":22.5,"axis":"y","origin":[7.5,7.55,7.5]},"faces":{"east":{"uv":[6.5,8,7,8.375],"texture":"#0"},"west":{"uv":[8.125,3.625,8.625,4],"texture":"#0"},"up":{"uv":[8.5,3.25,8,2.75],"rotation":180,"texture":"#0"}}},{"from":[3.05,5.55,7.675],"to":[3.925,7.05,9.325],"rotation":{"angle":22.5,"axis":"y","origin":[7.5,7.55,7.45]},"faces":{"west":{"uv":[5.5,7.5,5.875,7.875],"texture":"#0"},"up":{"uv":[2.75,7,2.5,6.625],"rotation":180,"texture":"#0"}}},{"from":[6.255,5.405,9.505],"to":[8.745,8.095,11.37],"rotation":{"angle":-45,"axis":"y","origin":[7.5,7.55,7.5]},"faces":{"north":{"uv":[4,7.25,4.625,7.875],"texture":"#0"},"east":{"uv":[4.75,7.5,5.25,8.125],"texture":"#0"},"south":{"uv":[0,7.25,0.625,7.875],"texture":"#0"},"west":{"uv":[7.5,2.75,8,3.375],"texture":"#0"},"up":{"uv":[8.125,4,7.5,3.5],"rotation":180,"texture":"#0"},"down":{"uv":[5.875,7.5,5.25,8],"rotation":180,"texture":"#0"}}},{"from":[5.67,5.545,10.045],"to":[7.33,7.055,11.93],"rotation":{"angle":-22.5,"axis":"y","origin":[7.5,7.55,7.45]},"faces":{"south":{"uv":[5.5,7.875,5.875,8.25],"texture":"#0"},"up":{"uv":[8.875,3.5,8.5,3],"rotation":180,"texture":"#0"}}},{"from":[5.445,4.095,10.645],"to":[7.605,5.605,12.53],"rotation":{"angle":-22.5,"axis":"y","origin":[7.5,7.55,7.5]},"faces":{"north":{"uv":[0.75,8.25,1.25,8.625],"texture":"#0"},"south":{"uv":[8,7.25,8.5,7.625],"texture":"#0"},"up":{"uv":[8.5,4.75,8,4.25],"rotation":180,"texture":"#0"}}},{"from":[5.625,4.1,10.35],"to":[9.375,5.6,12.15],"rotation":{"angle":0,"axis":"y","origin":[7.5,7.55,7.5]},"faces":{"east":{"uv":[1.75,8.25,2.25,8.625],"texture":"#0"},"south":{"uv":[7.5,1.5,8.5,1.875],"texture":"#0"}}},{"from":[5.625,3.95,9.175],"to":[9.375,6.65,11.05],"rotation":{"angle":-22.5,"axis":"x","origin":[7.5,7.55,7.5]},"faces":{"east":{"uv":[6,7.5,6.5,8.125],"texture":"#0"},"south":{"uv":[6.5,5.625,7.5,6.25],"texture":"#0"},"west":{"uv":[7.5,5.625,8,6.25],"texture":"#0"}}},{"from":[5.4,4.1,2.5],"to":[7.55,5.6,4.375],"rotation":{"angle":22.5,"axis":"y","origin":[7.5,7.55,7.5]},"faces":{"north":{"uv":[8.125,3.625,8.625,4],"texture":"#0"},"south":{"uv":[6.5,8,7,8.375],"texture":"#0"},"up":{"uv":[8.5,3.25,8,2.75],"rotation":270,"texture":"#0"}}},{"from":[5.675,5.55,3.05],"to":[7.325,7.05,3.925],"rotation":{"angle":22.5,"axis":"y","origin":[7.55,7.55,7.5]},"faces":{"north":{"uv":[5.5,7.5,5.875,7.875],"texture":"#0"},"up":{"uv":[2.75,7,2.5,6.625],"rotation":270,"texture":"#0"}}},{"from":[3.63,5.405,6.255],"to":[5.495,8.095,8.745],"rotation":{"angle":-45,"axis":"y","origin":[7.5,7.55,7.5]},"faces":{"north":{"uv":[7.5,2.75,8,3.375],"texture":"#0"},"east":{"uv":[4,7.25,4.625,7.875],"texture":"#0"},"south":{"uv":[4.75,7.5,5.25,8.125],"texture":"#0"},"west":{"uv":[0,7.25,0.625,7.875],"texture":"#0"},"up":{"uv":[8.125,4,7.5,3.5],"rotation":270,"texture":"#0"},"down":{"uv":[5.875,7.5,5.25,8],"rotation":90,"texture":"#0"}}},{"from":[3.07,5.545,5.67],"to":[4.955,7.055,7.33],"rotation":{"angle":-22.5,"axis":"y","origin":[7.55,7.55,7.5]},"faces":{"west":{"uv":[5.5,7.875,5.875,8.25],"texture":"#0"},"up":{"uv":[8.875,3.5,8.5,3],"rotation":270,"texture":"#0"}}},{"from":[2.47,4.095,5.445],"to":[4.355,5.605,7.605],"rotation":{"angle":-22.5,"axis":"y","origin":[7.5,7.55,7.5]},"faces":{"east":{"uv":[0.75,8.25,1.25,8.625],"texture":"#0"},"west":{"uv":[8,7.25,8.5,7.625],"texture":"#0"},"up":{"uv":[8.5,4.75,8,4.25],"rotation":270,"texture":"#0"}}},{"from":[2.85,4.1,5.625],"to":[4.65,5.6,9.375],"rotation":{"angle":0,"axis":"y","origin":[7.5,7.55,7.5]},"faces":{"south":{"uv":[1.75,8.25,2.25,8.625],"texture":"#0"},"west":{"uv":[7.5,1.5,8.5,1.875],"texture":"#0"}}},{"from":[3.95,3.95,5.625],"to":[5.825,6.65,9.375],"rotation":{"angle":-22.5,"axis":"z","origin":[7.5,7.55,7.5]},"faces":{"north":{"uv":[7.5,5.625,8,6.25],"texture":"#0"},"south":{"uv":[6,7.5,6.5,8.125],"texture":"#0"},"west":{"uv":[6.5,5.625,7.5,6.25],"texture":"#0"}}},{"from":[-6,4.05,-0.4],"to":[8,4.06,20],"rotation":{"angle":45,"axis":"y","origin":[1,5.05,1]},"faces":{"up":{"uv":[3.5,5.125,0,0],"texture":"#0"},"down":{"uv":[7,0,3.5,5.125],"texture":"#0"}}},{"from":[6,4.1,11.95],"to":[9,7.1,12.95],"rotation":{"angle":0,"axis":"y","origin":[-0.5,4,-0.5]},"faces":{"north":{"uv":[1.75,6.75,1,7.5],"texture":"#0"},"east":{"uv":[7.375,2.75,7.625,3.5],"texture":"#0"},"south":{"uv":[1,6.75,1.75,7.5],"texture":"#0"},"west":{"uv":[7.625,2.75,7.875,3.5],"texture":"#0"},"up":{"uv":[8.75,5.25,8,5],"texture":"#0"},"down":{"uv":[5.5,7.875,4.75,8.125],"texture":"#0"}}},{"from":[6.875,6,8.25],"to":[6.885,14,12.25],"rotation":{"angle":0,"axis":"y","origin":[7,4,12.4]},"faces":{"east":{"uv":[12.5,0,11.625,2],"texture":"#0"},"west":{"uv":[11.625,0,12.5,2],"texture":"#0"}}},{"from":[6.925,6,5.2],"to":[6.935,14,8.2],"rotation":{"angle":22.5,"axis":"y","origin":[7.05,4,8.35]},"faces":{"east":{"uv":[11.625,0,10.75,2],"texture":"#0"},"west":{"uv":[10.75,0,11.625,2],"texture":"#0"}}},{"from":[5.8,6,2.3],"to":[5.81,14,5.3],"rotation":{"angle":45,"axis":"y","origin":[6,4,5.45]},"faces":{"east":{"uv":[10.75,0,9.875,2],"texture":"#0"},"west":{"uv":[9.875,0,10.75,2],"texture":"#0"}}},{"from":[1.7,6,3.4],"to":[3.7,14,3.41],"rotation":{"angle":-22.5,"axis":"y","origin":[3.75,4,3.2]},"faces":{"north":{"uv":[9.875,0,9.25,2],"texture":"#0"},"south":{"uv":[9.25,0,9.75,2],"texture":"#0"}}},{"from":[7.85,6,9.25],"to":[7.86,11.5,12.25],"rotation":{"angle":-22.5,"axis":"y","origin":[8,4,12.4]},"faces":{"east":{"uv":[11.625,2,10.875,3.375],"texture":"#0"},"west":{"uv":[10.875,2,11.625,3.375],"texture":"#0"}}},{"from":[6.65,6,6.55],"to":[6.66,11.5,9.55],"rotation":{"angle":-45,"axis":"y","origin":[8,4,12.4]},"faces":{"east":{"uv":[10.875,2,10.125,3.375],"texture":"#0"},"west":{"uv":[10.125,2,10.875,3.375],"texture":"#0"}}},{"from":[12.875,6,8.925],"to":[16.375,11.5,8.935],"rotation":{"angle":22.5,"axis":"y","origin":[8,4,12.4]},"faces":{"north":{"uv":[9.25,2,10.125,3.375],"texture":"#0"},"south":{"uv":[10.125,2,9.25,3.375],"texture":"#0"}}},{"from":[-1.5,1.5,12.15],"to":[0,3,12.65],"rotation":{"angle":-45,"axis":"y","origin":[1.5,2.5,11.5]},"faces":{"north":{"uv":[3,8.25,3.375,8.625],"texture":"#0"},"east":{"uv":[2.875,5.625,3,6],"texture":"#0"},"south":{"uv":[8.125,3.25,8.5,3.625],"texture":"#0"},"west":{"uv":[2.875,5.25,3,5.625],"texture":"#0"},"up":{"uv":[3.375,6,3,5.875],"texture":"#0"},"down":{"uv":[3.75,5.875,3.375,6],"texture":"#0"}}},{"from":[-0.75,3,11.65],"to":[-0.74,4.5,13.15],"rotation":{"angle":-45,"axis":"y","origin":[1.5,2.5,11.5]},"faces":{"east":{"uv":[3.5,7.625,3.875,8],"texture":"#0"},"west":{"uv":[3.875,7.625,3.5,8],"texture":"#0"}}},{"from":[-8.95,3.3,3.75],"to":[-8.45,4.8,5.25],"rotation":{"angle":-45,"axis":"y","origin":[1.5,2.5,11.5]},"faces":{"north":{"uv":[2.875,5.625,3,6],"texture":"#0"},"east":{"uv":[8.125,3.25,8.5,3.625],"texture":"#0"},"south":{"uv":[2.875,5.25,3,5.625],"texture":"#0"},"west":{"uv":[3,8.25,3.375,8.625],"texture":"#0"},"up":{"uv":[3.375,6,3,5.875],"rotation":270,"texture":"#0"},"down":{"uv":[3.75,5.875,3.375,6],"rotation":90,"texture":"#0"}}},{"from":[-9.45,4.8,4.5],"to":[-7.95,6.3,4.51],"rotation":{"angle":-45,"axis":"y","origin":[1.5,2.5,11.5]},"faces":{"north":{"uv":[3.875,7.625,3.5,8],"texture":"#0"},"south":{"uv":[3.5,7.625,3.875,8],"texture":"#0"}}},{"from":[-1.5,1.5,-3.65],"to":[0,3,-3.15],"rotation":{"angle":-45,"axis":"y","origin":[1.5,2.5,11.5]},"faces":{"north":{"uv":[8.125,3.25,8.5,3.625],"texture":"#0"},"east":{"uv":[2.875,5.25,3,5.625],"texture":"#0"},"south":{"uv":[3,8.25,3.375,8.625],"texture":"#0"},"west":{"uv":[2.875,5.625,3,6],"texture":"#0"},"up":{"uv":[3.375,6,3,5.875],"rotation":180,"texture":"#0"},"down":{"uv":[3.75,5.875,3.375,6],"rotation":180,"texture":"#0"}}},{"from":[-0.75,3,-4.15],"to":[-0.74,4.5,-2.65],"rotation":{"angle":-45,"axis":"y","origin":[1.5,2.5,11.5]},"faces":{"east":{"uv":[3.875,7.625,3.5,8],"texture":"#0"},"west":{"uv":[3.5,7.625,3.875,8],"texture":"#0"}}},{"from":[8.85,1.5,16.45],"to":[10.35,3,16.95],"rotation":{"angle":0,"axis":"y","origin":[1.5,2.5,11.5]},"faces":{"north":{"uv":[3,8.25,3.375,8.625],"texture":"#0"},"east":{"uv":[2.875,5.625,3,6],"texture":"#0"},"south":{"uv":[8.125,3.25,8.5,3.625],"texture":"#0"},"west":{"uv":[2.875,5.25,3,5.625],"texture":"#0"},"up":{"uv":[3.375,6,3,5.875],"texture":"#0"},"down":{"uv":[3.75,5.875,3.375,6],"texture":"#0"}}},{"from":[9.6,3,15.95],"to":[9.61,4.5,17.45],"rotation":{"angle":0,"axis":"y","origin":[1.5,2.5,11.5]},"faces":{"east":{"uv":[3.5,7.625,3.875,8],"texture":"#0"},"west":{"uv":[3.875,7.625,3.5,8],"texture":"#0"}}},{"from":[16.45,1.5,8.85],"to":[16.95,3,10.35],"rotation":{"angle":0,"axis":"y","origin":[1.5,2.5,11.5]},"faces":{"north":{"uv":[2.875,5.625,3,6],"texture":"#0"},"east":{"uv":[8.125,3.25,8.5,3.625],"texture":"#0"},"south":{"uv":[2.875,5.25,3,5.625],"texture":"#0"},"west":{"uv":[3,8.25,3.375,8.625],"texture":"#0"},"up":{"uv":[3.375,6,3,5.875],"rotation":270,"texture":"#0"},"down":{"uv":[3.75,5.875,3.375,6],"rotation":90,"texture":"#0"}}},{"from":[15.95,3,9.6],"to":[17.45,4.5,9.61],"rotation":{"angle":0,"axis":"y","origin":[1.5,2.5,11.5]},"faces":{"north":{"uv":[3.5,7.625,3.875,8],"texture":"#0"},"south":{"uv":[3.875,7.625,3.5,8],"texture":"#0"}}}],"display":{"head":{"rotation":[0,-160,2],"translation":[-0.75,12,-1.75],"scale":[2.25,2.25,2.25]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/frostbound_halo.json b/assets/minecraft/models/item/wynn/skin/hat/frostbound_halo.json new file mode 100644 index 000000000..11c0feb24 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/frostbound_halo.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/frostbound_halo","particle":"skins/frostbound_halo"},"elements":[{"from":[1,4,1],"to":[15,4.01,15],"faces":{"up":{"uv":[0,0,14,14],"texture":"#0"},"down":{"uv":[0,0,14,14],"texture":"#0"}}}],"display":{"head":{"rotation":[10,0,0],"translation":[0,19,3],"scale":[1.95,1.95,1.95]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/fruit_basket.json b/assets/minecraft/models/item/wynn/skin/hat/fruit_basket.json new file mode 100644 index 000000000..2b21b7c44 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/fruit_basket.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/wood","3":"skins/red_gradient","4":"skins/rose","5":"skins/soul_heart","6":"skins/gold_gradient","7":"skins/gold_armor_gradient","8":"skins/decay_2","particle":"skins/gold_gradient"},"elements":[{"from":[7.21435,-0.49,4.01],"to":[8.78565,0.49,11.99],"rotation":{"angle":-45,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[0,14.4087,1,16],"rotation":90,"texture":"#0"},"east":{"uv":[0,8,1,16],"rotation":90,"texture":"#0"},"south":{"uv":[0,14.4087,1,16],"rotation":90,"texture":"#0"},"west":{"uv":[0,8,1,16],"rotation":90,"texture":"#0"},"up":{"uv":[0,14.4087,8,16],"rotation":90,"texture":"#0"},"down":{"uv":[0,14.4087,8,16],"rotation":90,"texture":"#0"}}},{"from":[7.19435,-0.51,3.99],"to":[8.80565,0.51,12.01],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[0,14.4087,1,16],"rotation":90,"texture":"#0"},"east":{"uv":[0,8,1,16],"rotation":90,"texture":"#0"},"south":{"uv":[0,14.4087,1,16],"rotation":90,"texture":"#0"},"west":{"uv":[0,8,1,16],"rotation":90,"texture":"#0"},"up":{"uv":[0,14.4087,8,16],"rotation":90,"texture":"#0"},"down":{"uv":[0,14.4087,8,16],"rotation":90,"texture":"#0"}}},{"from":[7.21435,-0.49,4.01],"to":[8.78565,0.49,11.99],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[0,14.4087,1,16],"rotation":90,"texture":"#0"},"east":{"uv":[0,8,1,16],"rotation":90,"texture":"#0"},"south":{"uv":[0,14.4087,1,16],"rotation":90,"texture":"#0"},"west":{"uv":[0,8,1,16],"rotation":90,"texture":"#0"},"up":{"uv":[0,14.4087,8,16],"rotation":90,"texture":"#0"},"down":{"uv":[0,14.4087,8,16],"rotation":90,"texture":"#0"}}},{"from":[7.20435,-0.5,4],"to":[8.79565,0.5,12],"rotation":{"angle":22.5,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[0,14.4087,1,16],"rotation":90,"texture":"#0"},"east":{"uv":[0,8,1,16],"rotation":90,"texture":"#0"},"south":{"uv":[0,14.4087,1,16],"rotation":90,"texture":"#0"},"west":{"uv":[0,8,1,16],"rotation":90,"texture":"#0"},"up":{"uv":[0,14.4087,8,16],"rotation":90,"texture":"#0"},"down":{"uv":[0,14.4087,8,16],"rotation":90,"texture":"#0"}}},{"from":[7.21435,-0.49,4.01],"to":[8.78565,0.49,11.99],"rotation":{"angle":45,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[0,14.4087,1,16],"rotation":90,"texture":"#0"},"east":{"uv":[0,8,1,16],"rotation":90,"texture":"#0"},"south":{"uv":[0,14.4087,1,16],"rotation":90,"texture":"#0"},"west":{"uv":[0,8,1,16],"rotation":90,"texture":"#0"},"up":{"uv":[0,14.4087,8,16],"rotation":90,"texture":"#0"},"down":{"uv":[0,14.4087,8,16],"rotation":90,"texture":"#0"}}},{"from":[3.995,-0.505,7.19935],"to":[12.005,0.505,8.80065],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[0,14.5,8,15.5],"rotation":180,"texture":"#0"},"east":{"uv":[0,14.5,1.5913,15.5],"rotation":180,"texture":"#0"},"south":{"uv":[0,14.5,8,15.5],"rotation":180,"texture":"#0"},"west":{"uv":[0,14.5,1.5913,15.5],"rotation":180,"texture":"#0"},"up":{"uv":[0,14.4087,8,16],"rotation":180,"texture":"#0"},"down":{"uv":[0,14.4087,8,16],"rotation":180,"texture":"#0"}}},{"from":[4.01,-0.49,7.21435],"to":[11.99,0.49,8.78565],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[0,14.5,8,15.5],"rotation":180,"texture":"#0"},"east":{"uv":[0,14.5,1.5913,15.5],"rotation":180,"texture":"#0"},"south":{"uv":[0,14.5,8,15.5],"rotation":180,"texture":"#0"},"west":{"uv":[0,14.5,1.5913,15.5],"rotation":180,"texture":"#0"},"up":{"uv":[0,14.4087,8,16],"rotation":180,"texture":"#0"},"down":{"uv":[0,14.4087,8,16],"rotation":180,"texture":"#0"}}},{"from":[4,-0.5,7.20435],"to":[12,0.5,8.79565],"rotation":{"angle":22.5,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[0,14.5,8,15.5],"rotation":180,"texture":"#0"},"east":{"uv":[0,14.5,1.5913,15.5],"rotation":180,"texture":"#0"},"south":{"uv":[0,14.5,8,15.5],"rotation":180,"texture":"#0"},"west":{"uv":[0,14.5,1.5913,15.5],"rotation":180,"texture":"#0"},"up":{"uv":[0,14.4087,8,16],"rotation":180,"texture":"#0"},"down":{"uv":[0,14.4087,8,16],"rotation":180,"texture":"#0"}}},{"from":[6.91598,0.51,2.51],"to":[9.08402,1.49,4.49],"rotation":{"angle":-45,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[5,14,7.18804,15],"rotation":180,"texture":"#0"},"east":{"uv":[5,14,7,15],"rotation":180,"texture":"#0"},"south":{"uv":[5,14,7.18804,15],"rotation":180,"texture":"#0"},"west":{"uv":[5,14,7,15],"rotation":180,"texture":"#0"},"up":{"uv":[5,14,7.18804,16],"rotation":180,"texture":"#0"},"down":{"uv":[5,14,7.18804,16],"rotation":180,"texture":"#0"}}},{"from":[6.90598,0.5,2.5],"to":[9.09402,1.5,4.5],"rotation":{"angle":-22.5,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[5,14,7.18804,15],"rotation":180,"texture":"#0"},"east":{"uv":[5,14,7,15],"rotation":180,"texture":"#0"},"south":{"uv":[5,14,7.18804,15],"rotation":180,"texture":"#0"},"west":{"uv":[5,14,7,15],"rotation":180,"texture":"#0"},"up":{"uv":[5,14,7.18804,16],"rotation":180,"texture":"#0"},"down":{"uv":[5,14,7.18804,16],"rotation":180,"texture":"#0"}}},{"from":[6.91598,0.51,2.51],"to":[9.08402,1.49,4.49],"rotation":{"angle":0,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[5,14,7.18804,15],"rotation":180,"texture":"#0"},"east":{"uv":[5,14,7,15],"rotation":180,"texture":"#0"},"south":{"uv":[5,14,7.18804,15],"rotation":180,"texture":"#0"},"west":{"uv":[5,14,7,15],"rotation":180,"texture":"#0"},"up":{"uv":[5,14,7.18804,16],"rotation":180,"texture":"#0"},"down":{"uv":[5,14,7.18804,16],"rotation":180,"texture":"#0"}}},{"from":[6.90598,0.5,2.5],"to":[9.09402,1.5,4.5],"rotation":{"angle":22.5,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[5,14,7.18804,15],"rotation":180,"texture":"#0"},"east":{"uv":[5,14,7,15],"rotation":180,"texture":"#0"},"south":{"uv":[5,14,7.18804,15],"rotation":180,"texture":"#0"},"west":{"uv":[5,14,7,15],"rotation":180,"texture":"#0"},"up":{"uv":[5,14,7.18804,16],"rotation":180,"texture":"#0"},"down":{"uv":[5,14,7.18804,16],"rotation":180,"texture":"#0"}}},{"from":[6.91598,0.51,2.51],"to":[9.08402,1.49,4.49],"rotation":{"angle":45,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[5,14,7.18804,15],"rotation":180,"texture":"#0"},"east":{"uv":[5,14,7,15],"rotation":180,"texture":"#0"},"south":{"uv":[5,14,7.18804,15],"rotation":180,"texture":"#0"},"west":{"uv":[5,14,7,15],"rotation":180,"texture":"#0"},"up":{"uv":[5,14,7.18804,16],"rotation":180,"texture":"#0"},"down":{"uv":[5,14,7.18804,16],"rotation":180,"texture":"#0"}}},{"from":[6.91598,0.51,11.51],"to":[9.08402,1.49,13.49],"rotation":{"angle":-45,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[5,14,7.18804,15],"texture":"#0"},"east":{"uv":[5,14,7,15],"texture":"#0"},"south":{"uv":[5,14,7.18804,15],"rotation":180,"texture":"#0"},"west":{"uv":[5,14,7,15],"texture":"#0"},"up":{"uv":[5,14,7.18804,16],"texture":"#0"},"down":{"uv":[5,14,7.18804,16],"texture":"#0"}}},{"from":[6.90598,0.5,11.5],"to":[9.09402,1.5,13.5],"rotation":{"angle":-22.5,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[5,14,7.18804,15],"texture":"#0"},"east":{"uv":[5,14,7,15],"texture":"#0"},"south":{"uv":[5,14,7.18804,15],"rotation":180,"texture":"#0"},"west":{"uv":[5,14,7,15],"texture":"#0"},"up":{"uv":[5,14,7.18804,16],"texture":"#0"},"down":{"uv":[5,14,7.18804,16],"texture":"#0"}}},{"from":[6.91598,0.51,11.51],"to":[9.08402,1.49,13.49],"rotation":{"angle":0,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[5,14,7.18804,15],"texture":"#0"},"east":{"uv":[5,14,7,15],"texture":"#0"},"south":{"uv":[5,14,7.18804,15],"rotation":180,"texture":"#0"},"west":{"uv":[5,14,7,15],"texture":"#0"},"up":{"uv":[5,14,7.18804,16],"texture":"#0"},"down":{"uv":[5,14,7.18804,16],"texture":"#0"}}},{"from":[6.90598,0.5,11.5],"to":[9.09402,1.5,13.5],"rotation":{"angle":22.5,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[5,14,7.18804,15],"texture":"#0"},"east":{"uv":[5,14,7,15],"texture":"#0"},"south":{"uv":[5,14,7.18804,15],"rotation":180,"texture":"#0"},"west":{"uv":[5,14,7,15],"texture":"#0"},"up":{"uv":[5,14,7.18804,16],"texture":"#0"},"down":{"uv":[5,14,7.18804,16],"texture":"#0"}}},{"from":[6.91598,0.51,11.51],"to":[9.08402,1.49,13.49],"rotation":{"angle":45,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[5,14,7.18804,15],"texture":"#0"},"east":{"uv":[5,14,7,15],"texture":"#0"},"south":{"uv":[5,14,7.18804,15],"rotation":180,"texture":"#0"},"west":{"uv":[5,14,7,15],"texture":"#0"},"up":{"uv":[5,14,7.18804,16],"texture":"#0"},"down":{"uv":[5,14,7.18804,16],"texture":"#0"}}},{"from":[2.5,0.5,6.90598],"to":[4.5,1.5,9.09402],"rotation":{"angle":-22.5,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[5,14,6,16],"rotation":270,"texture":"#0"},"east":{"uv":[5,13.81196,6,16],"rotation":270,"texture":"#0"},"south":{"uv":[5,14,6,16],"rotation":270,"texture":"#0"},"west":{"uv":[11,14,13.18804,15],"rotation":180,"texture":"#0"},"up":{"uv":[5,14,7.18804,16],"rotation":270,"texture":"#0"},"down":{"uv":[5,14,7.18804,16],"rotation":270,"texture":"#0"}}},{"from":[2.51,0.51,6.91598],"to":[4.49,1.49,9.08402],"rotation":{"angle":0,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[5,14,6,16],"rotation":270,"texture":"#0"},"east":{"uv":[5,13.81196,6,16],"rotation":270,"texture":"#0"},"south":{"uv":[5,14,6,16],"rotation":270,"texture":"#0"},"west":{"uv":[11,14,13.18804,15],"rotation":180,"texture":"#0"},"up":{"uv":[5,14,7.18804,16],"rotation":270,"texture":"#0"},"down":{"uv":[5,14,7.18804,16],"rotation":270,"texture":"#0"}}},{"from":[2.5,0.5,6.90598],"to":[4.5,1.5,9.09402],"rotation":{"angle":22.5,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[5,14,6,16],"rotation":270,"texture":"#0"},"east":{"uv":[5,13.81196,6,16],"rotation":270,"texture":"#0"},"south":{"uv":[5,14,6,16],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,15,7.68804,16],"rotation":180,"texture":"#0"},"up":{"uv":[5,14,7.18804,16],"rotation":270,"texture":"#0"},"down":{"uv":[5,14,7.18804,16],"rotation":270,"texture":"#0"}}},{"from":[11.5,0.5,6.90598],"to":[13.5,1.5,9.09402],"rotation":{"angle":-22.5,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[5,14,6,16],"rotation":90,"texture":"#0"},"east":{"uv":[5,15,7.18804,16],"rotation":180,"texture":"#0"},"south":{"uv":[5,14,6,16],"rotation":90,"texture":"#0"},"west":{"uv":[5,13.81196,6,16],"rotation":90,"texture":"#0"},"up":{"uv":[5,14,7.18804,16],"rotation":90,"texture":"#0"},"down":{"uv":[5,14,7.18804,16],"rotation":90,"texture":"#0"}}},{"from":[11.51,0.51,6.91598],"to":[13.49,1.49,9.08402],"rotation":{"angle":0,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[5,14,6,16],"rotation":90,"texture":"#0"},"east":{"uv":[5,15,7.18804,16],"rotation":180,"texture":"#0"},"south":{"uv":[5,14,6,16],"rotation":90,"texture":"#0"},"west":{"uv":[5,13.81196,6,16],"rotation":90,"texture":"#0"},"up":{"uv":[5,14,7.18804,16],"rotation":90,"texture":"#0"},"down":{"uv":[5,14,7.18804,16],"rotation":90,"texture":"#0"}}},{"from":[11.5,0.5,6.90598],"to":[13.5,1.5,9.09402],"rotation":{"angle":22.5,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[5,14,6,16],"rotation":90,"texture":"#0"},"east":{"uv":[5,15,7.18804,16],"rotation":180,"texture":"#0"},"south":{"uv":[5,14,6,16],"rotation":90,"texture":"#0"},"west":{"uv":[5,13.81196,6,16],"rotation":90,"texture":"#0"},"up":{"uv":[5,14,7.18804,16],"rotation":90,"texture":"#0"},"down":{"uv":[5,14,7.18804,16],"rotation":90,"texture":"#0"}}},{"from":[6.71707,1.51,1.51],"to":[9.28293,1.99,2.99],"rotation":{"angle":-45,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[3.5,14.5,6.08586,15],"texture":"#0"},"east":{"uv":[3.5,14.5,5,15],"texture":"#0"},"south":{"uv":[3.5,14.5,6.08586,15],"texture":"#0"},"west":{"uv":[3.5,14.5,5,15],"texture":"#0"},"up":{"uv":[3.5,14.5,6.08586,16],"texture":"#0"},"down":{"uv":[3.5,14.5,6.08586,16],"texture":"#0"}}},{"from":[6.70707,1.5,1.5],"to":[9.29293,2,3],"rotation":{"angle":-22.5,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[3.5,14.5,6.08586,15],"texture":"#0"},"east":{"uv":[3.5,14.5,5,15],"texture":"#0"},"south":{"uv":[3.5,14.5,6.08586,15],"texture":"#0"},"west":{"uv":[3.5,14.5,5,15],"texture":"#0"},"up":{"uv":[3.5,14.5,6.08586,16],"texture":"#0"},"down":{"uv":[3.5,14.5,6.08586,16],"texture":"#0"}}},{"from":[6.71707,1.51,1.51],"to":[9.28293,1.99,2.99],"rotation":{"angle":0,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[3.5,14.5,6.08586,15],"texture":"#0"},"east":{"uv":[3.5,14.5,5,15],"texture":"#0"},"south":{"uv":[3.5,14.5,6.08586,15],"texture":"#0"},"west":{"uv":[3.5,14.5,5,15],"texture":"#0"},"up":{"uv":[3.5,14.5,6.08586,16],"texture":"#0"},"down":{"uv":[3.5,14.5,6.08586,16],"texture":"#0"}}},{"from":[6.70707,1.5,1.5],"to":[9.29293,2,3],"rotation":{"angle":22.5,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[3.5,14.5,6.08586,15],"texture":"#0"},"east":{"uv":[3.5,14.5,5,15],"texture":"#0"},"south":{"uv":[3.5,14.5,6.08586,15],"texture":"#0"},"west":{"uv":[3.5,14.5,5,15],"texture":"#0"},"up":{"uv":[3.5,14.5,6.08586,16],"texture":"#0"},"down":{"uv":[3.5,14.5,6.08586,16],"texture":"#0"}}},{"from":[6.71707,1.51,1.51],"to":[9.28293,1.99,2.99],"rotation":{"angle":45,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[3.5,14.5,6.08586,15],"texture":"#0"},"east":{"uv":[3.5,14.5,5,15],"texture":"#0"},"south":{"uv":[3.5,14.5,6.08586,15],"texture":"#0"},"west":{"uv":[3.5,14.5,5,15],"texture":"#0"},"up":{"uv":[3.5,14.5,6.08586,16],"texture":"#0"},"down":{"uv":[3.5,14.5,6.08586,16],"texture":"#0"}}},{"from":[6.71707,1.51,13.01],"to":[9.28293,1.99,14.49],"rotation":{"angle":-45,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[3.5,14.5,6.08586,15],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,14.5,5,15],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,14.5,6.08586,15],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,14.5,5,15],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,14.5,6.08586,16],"rotation":180,"texture":"#0"},"down":{"uv":[3.5,14.5,6.08586,16],"rotation":180,"texture":"#0"}}},{"from":[6.70707,1.5,13],"to":[9.29293,2,14.5],"rotation":{"angle":-22.5,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[3.5,14.5,6.08586,15],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,14.5,5,15],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,14.5,6.08586,15],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,14.5,5,15],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,14.5,6.08586,16],"rotation":180,"texture":"#0"},"down":{"uv":[3.5,14.5,6.08586,16],"rotation":180,"texture":"#0"}}},{"from":[6.71707,1.51,13.01],"to":[9.28293,1.99,14.49],"rotation":{"angle":0,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[3.5,14.5,6.08586,15],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,14.5,5,15],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,14.5,6.08586,15],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,14.5,5,15],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,14.5,6.08586,16],"rotation":180,"texture":"#0"},"down":{"uv":[3.5,14.5,6.08586,16],"rotation":180,"texture":"#0"}}},{"from":[6.70707,1.5,13],"to":[9.29293,2,14.5],"rotation":{"angle":22.5,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[3.5,14.5,6.08586,15],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,14.5,5,15],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,14.5,6.08586,15],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,14.5,5,15],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,14.5,6.08586,16],"rotation":180,"texture":"#0"},"down":{"uv":[3.5,14.5,6.08586,16],"rotation":180,"texture":"#0"}}},{"from":[6.71707,1.51,13.01],"to":[9.28293,1.99,14.49],"rotation":{"angle":45,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[3.5,14.5,6.08586,15],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,14.5,5,15],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,14.5,6.08586,15],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,14.5,5,15],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,14.5,6.08586,16],"rotation":180,"texture":"#0"},"down":{"uv":[3.5,14.5,6.08586,16],"rotation":180,"texture":"#0"}}},{"from":[1.5,1.5,6.70707],"to":[3,2,9.29293],"rotation":{"angle":-22.5,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[3.5,14.5,4,16],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,13.41414,4,16],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,14.5,4,16],"rotation":270,"texture":"#0"},"west":{"uv":[1.5,15.5,4.08586,16],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,14.5,6.08586,16],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,14.5,6.08586,16],"rotation":270,"texture":"#0"}}},{"from":[1.51,1.51,6.71707],"to":[2.99,1.99,9.28293],"rotation":{"angle":0,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[3.5,14.5,4,16],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,13.41414,4,16],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,14.5,4,16],"rotation":270,"texture":"#0"},"west":{"uv":[1.5,15.5,4.08586,16],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,14.5,6.08586,16],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,14.5,6.08586,16],"rotation":270,"texture":"#0"}}},{"from":[1.5,1.5,6.70707],"to":[3,2,9.29293],"rotation":{"angle":22.5,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[3.5,14.5,4,16],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,13.41414,4,16],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,14.5,4,16],"rotation":270,"texture":"#0"},"west":{"uv":[1.5,15.5,4.08586,16],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,14.5,6.08586,16],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,14.5,6.08586,16],"rotation":270,"texture":"#0"}}},{"from":[13,1.5,6.70707],"to":[14.5,2,9.29293],"rotation":{"angle":-22.5,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[3.5,14.5,4,16],"rotation":90,"texture":"#0"},"east":{"uv":[1.5,15.5,4.08586,16],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,14.5,4,16],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,13.41414,4,16],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14.5,6.08586,16],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,14.5,6.08586,16],"rotation":90,"texture":"#0"}}},{"from":[13.01,1.51,6.71707],"to":[14.49,1.99,9.28293],"rotation":{"angle":0,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[3.5,14.5,4,16],"rotation":90,"texture":"#0"},"east":{"uv":[1.5,15.5,4.08586,16],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,14.5,4,16],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,13.41414,4,16],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14.5,6.08586,16],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,14.5,6.08586,16],"rotation":90,"texture":"#0"}}},{"from":[13,1.5,6.70707],"to":[14.5,2,9.29293],"rotation":{"angle":22.5,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[3.5,14.5,4,16],"rotation":90,"texture":"#0"},"east":{"uv":[1.5,15.5,4.08586,16],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,14.5,4,16],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,13.41414,4,16],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14.5,6.08586,16],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,14.5,6.08586,16],"rotation":90,"texture":"#0"}}},{"from":[4.4,1.9,11],"to":[5.4,2.9,13],"rotation":{"angle":45,"axis":"y","origin":[3.8,3.3,10.9]},"faces":{"north":{"uv":[2,2,3,3],"texture":"#0"},"east":{"uv":[2,2,3,3],"texture":"#0"},"south":{"uv":[2,2,3,3],"texture":"#0"},"west":{"uv":[2,2,3,3],"texture":"#0"},"up":{"uv":[2,2,3,3],"texture":"#0"},"down":{"uv":[2,2,3,3],"texture":"#0"}}},{"from":[8.06084,1.45,3.50571],"to":[10.06084,2.45,4.50571],"rotation":{"angle":-22.5,"axis":"y","origin":[8.36084,2.15,4.00571]},"faces":{"north":{"uv":[2,2,3,3],"texture":"#0"},"east":{"uv":[2,2,3,3],"texture":"#0"},"south":{"uv":[2,2,3,3],"texture":"#0"},"west":{"uv":[2,2,3,3],"texture":"#0"},"up":{"uv":[2,2,3,3],"rotation":270,"texture":"#0"},"down":{"uv":[2,2,3,3],"rotation":90,"texture":"#0"}}},{"from":[5.75,2.25,11.05],"to":[6.75,3.25,13.05],"rotation":{"angle":22.5,"axis":"y","origin":[6.15,2.85,11.95]},"faces":{"north":{"uv":[2,2,3,3],"texture":"#0"},"east":{"uv":[2,2,3,3],"texture":"#0"},"south":{"uv":[2,2,3,3],"texture":"#0"},"west":{"uv":[2,2,3,3],"texture":"#0"},"up":{"uv":[2,2,3,3],"texture":"#0"},"down":{"uv":[2,2,3,3],"texture":"#0"}}},{"from":[11.25,1.6,6.85],"to":[12.25,2.6,8.85],"rotation":{"angle":45,"axis":"y","origin":[11.85,2.2,7.95]},"faces":{"north":{"uv":[7,1,8,2],"texture":"#4"},"east":{"uv":[7,1,9,2],"texture":"#4"},"south":{"uv":[7,1,8,2],"texture":"#4"},"west":{"uv":[7,1,9,2],"texture":"#4"},"up":{"uv":[7,1,8,3],"texture":"#4"},"down":{"uv":[7,1,8,3],"texture":"#4"}}},{"from":[10.25,1.6,3.85],"to":[11.25,2.6,5.85],"rotation":{"angle":45,"axis":"y","origin":[10.85,2.2,4.95]},"faces":{"north":{"uv":[7,1,8,2],"texture":"#4"},"east":{"uv":[7,1,9,2],"texture":"#4"},"south":{"uv":[7,1,8,2],"texture":"#4"},"west":{"uv":[7,1,9,2],"texture":"#4"},"up":{"uv":[7,1,8,3],"texture":"#4"},"down":{"uv":[7,1,8,3],"texture":"#4"}}},{"from":[4.25,1.6,8.35],"to":[5.25,3.6,10.35],"rotation":{"angle":45,"axis":"y","origin":[4.85,2.2,9.45]},"faces":{"north":{"uv":[7.5,3.5,8.5,5.5],"texture":"#5"},"east":{"uv":[7.5,3.5,9.5,5.5],"texture":"#5"},"south":{"uv":[7.5,3.5,8.5,5.5],"texture":"#5"},"west":{"uv":[7.5,3.5,9.5,5.5],"texture":"#5"},"up":{"uv":[7.5,3.5,8.5,5.5],"texture":"#5"},"down":{"uv":[7.5,3.5,8.5,5.5],"texture":"#5"}}},{"from":[10.65525,3.16118,7.40398],"to":[11.15525,3.66118,8.90398],"rotation":{"angle":-22.5,"axis":"y","origin":[10.90525,3.41118,8.15398]},"faces":{"north":{"uv":[6,1,6.5,1.5],"texture":"#4"},"east":{"uv":[6,1,7.5,1.5],"texture":"#4"},"south":{"uv":[6,1,6.5,1.5],"texture":"#4"},"west":{"uv":[6,1,7.5,1.5],"texture":"#4"},"up":{"uv":[6,1,7.5,1.5],"rotation":270,"texture":"#4"},"down":{"uv":[6,1,7.5,1.5],"rotation":90,"texture":"#4"}}},{"from":[12.17449,2.01118,5.36967],"to":[12.67449,2.51118,6.86967],"rotation":{"angle":-22.5,"axis":"y","origin":[12.67449,2.91118,5.86967]},"faces":{"north":{"uv":[6,1,6.5,1.5],"texture":"#4"},"east":{"uv":[6,1,7.5,1.5],"texture":"#4"},"south":{"uv":[6,1,6.5,1.5],"texture":"#4"},"west":{"uv":[6,1,7.5,1.5],"texture":"#4"},"up":{"uv":[6,1,7.5,1.5],"rotation":270,"texture":"#4"},"down":{"uv":[6,1,7.5,1.5],"rotation":90,"texture":"#4"}}},{"from":[10.89785,2.66118,6.90497],"to":[11.39785,4.16118,7.40497],"rotation":{"angle":-22.5,"axis":"x","origin":[11.14785,3.41118,7.15497]},"faces":{"north":{"uv":[6,1,7.5,1.5],"rotation":270,"texture":"#4"},"east":{"uv":[6,1,7.5,1.5],"rotation":270,"texture":"#4"},"south":{"uv":[6,1,7.5,1.5],"rotation":270,"texture":"#4"},"west":{"uv":[6,1,7.5,1.5],"rotation":90,"texture":"#4"},"up":{"uv":[6,1,6.5,1.5],"rotation":180,"texture":"#4"},"down":{"uv":[6,1,6.5,1.5],"texture":"#4"}}},{"from":[10.39785,2.41118,5.65497],"to":[10.89785,3.91118,6.15497],"rotation":{"angle":-22.5,"axis":"x","origin":[10.64785,3.16118,5.90497]},"faces":{"north":{"uv":[6,1,7.5,1.5],"rotation":270,"texture":"#4"},"east":{"uv":[6,1,7.5,1.5],"rotation":270,"texture":"#4"},"south":{"uv":[6,1,7.5,1.5],"rotation":270,"texture":"#4"},"west":{"uv":[6,1,7.5,1.5],"rotation":90,"texture":"#4"},"up":{"uv":[6,1,6.5,1.5],"rotation":180,"texture":"#4"},"down":{"uv":[6,1,6.5,1.5],"texture":"#4"}}},{"from":[6.42755,2.5,7.88518],"to":[8.42755,6,11.88518],"rotation":{"angle":-22.5,"axis":"y","origin":[7.42755,4.9375,9.69768]},"faces":{"north":{"uv":[1,11.5,4.5,13.5],"rotation":270,"texture":"#5"},"east":{"uv":[1,11.5,4.5,15.5],"rotation":270,"texture":"#5"},"south":{"uv":[1,11.5,4.5,13.5],"rotation":270,"texture":"#5"},"west":{"uv":[1,11.5,4.5,15.5],"rotation":270,"texture":"#5"},"up":{"uv":[4,11,6,15],"rotation":180,"texture":"#5"},"down":{"uv":[1,11.5,5,13.5],"rotation":270,"texture":"#5"}}},{"from":[8.13891,2.8,6.08327],"to":[10.13891,4.8,9.08327],"rotation":{"angle":-22.5,"axis":"z","origin":[9.13891,3.8,7.58327]},"faces":{"north":{"uv":[10.5,2,12.5,4],"texture":"#3"},"east":{"uv":[10.5,2,13.5,4],"texture":"#3"},"south":{"uv":[10.5,2,12.5,4],"texture":"#3"},"west":{"uv":[10.5,2,13.5,4],"texture":"#3"},"up":{"uv":[10.5,2,12.5,5],"texture":"#3"},"down":{"uv":[10.5,2,12.5,5],"texture":"#3"}}},{"from":[9.48891,1.25,8.38327],"to":[11.48891,3.25,11.38327],"rotation":{"angle":22.5,"axis":"x","origin":[10.48891,2.25,9.88327]},"faces":{"north":{"uv":[10.5,3,12.5,5],"texture":"#3"},"east":{"uv":[10.5,3,13.5,5],"texture":"#3"},"south":{"uv":[10.5,3,12.5,5],"texture":"#3"},"west":{"uv":[10.5,3,13.5,5],"texture":"#3"},"up":{"uv":[10.5,3,12.5,6],"texture":"#3"},"down":{"uv":[10.5,3,12.5,6],"texture":"#3"}}},{"from":[6.98891,1.75,9.63327],"to":[8.98891,3.75,12.63327],"rotation":{"angle":22.5,"axis":"y","origin":[10.48891,2.25,9.88327]},"faces":{"north":{"uv":[7,0.5,9,2.5],"texture":"#4"},"east":{"uv":[7,0.5,10,2.5],"texture":"#4"},"south":{"uv":[7,0.5,9,2.5],"texture":"#4"},"west":{"uv":[7,0.5,10,2.5],"texture":"#4"},"up":{"uv":[7,0.5,9,3.5],"texture":"#4"},"down":{"uv":[7,0.5,9,3.5],"texture":"#4"}}},{"from":[5.06109,1.75,5.13327],"to":[7.06109,3.75,8.13327],"rotation":{"angle":-22.5,"axis":"y","origin":[3.56109,2.25,5.38327]},"faces":{"north":{"uv":[13.5,1,15.5,3],"texture":"#8"},"east":{"uv":[13,1,16,3],"texture":"#8"},"south":{"uv":[13.5,1,15.5,3],"texture":"#8"},"west":{"uv":[13,1,16,3],"texture":"#8"},"up":{"uv":[13.5,1,15.5,4],"texture":"#8"},"down":{"uv":[13.5,1,15.5,4],"texture":"#8"}}},{"from":[3.9,1.9,11.5],"to":[5.9,2.9,12.5],"rotation":{"angle":45,"axis":"y","origin":[3.8,3.3,10.9]},"faces":{"north":{"uv":[2,2,3,3],"texture":"#0"},"east":{"uv":[2,2,3,3],"texture":"#0"},"south":{"uv":[2,2,3,3],"texture":"#0"},"west":{"uv":[2,2,3,3],"texture":"#0"},"up":{"uv":[2,2,3,3],"texture":"#0"},"down":{"uv":[2,2,3,3],"texture":"#0"}}},{"from":[8.56084,1.45,3.00571],"to":[9.56084,2.45,5.00571],"rotation":{"angle":-22.5,"axis":"y","origin":[8.36084,2.15,4.00571]},"faces":{"north":{"uv":[2,2,3,3],"texture":"#0"},"east":{"uv":[2,2,3,3],"texture":"#0"},"south":{"uv":[2,2,3,3],"texture":"#0"},"west":{"uv":[2,2,3,3],"texture":"#0"},"up":{"uv":[2,2,3,3],"rotation":270,"texture":"#0"},"down":{"uv":[2,2,3,3],"rotation":90,"texture":"#0"}}},{"from":[5.25,2.25,11.55],"to":[7.25,3.25,12.55],"rotation":{"angle":22.5,"axis":"y","origin":[6.15,2.85,11.95]},"faces":{"north":{"uv":[2,2,3,3],"texture":"#0"},"east":{"uv":[2,2,3,3],"texture":"#0"},"south":{"uv":[2,2,3,3],"texture":"#0"},"west":{"uv":[2,2,3,3],"texture":"#0"},"up":{"uv":[2,2,3,3],"texture":"#0"},"down":{"uv":[2,2,3,3],"texture":"#0"}}},{"from":[10.75,1.6,7.35],"to":[12.75,2.6,8.35],"rotation":{"angle":45,"axis":"y","origin":[11.85,2.2,7.95]},"faces":{"north":{"uv":[7,1,9,2],"texture":"#4"},"east":{"uv":[7,1,8,2],"texture":"#4"},"south":{"uv":[7,1,9,2],"texture":"#4"},"west":{"uv":[7,1,8,2],"texture":"#4"},"up":{"uv":[7,1,9,2],"texture":"#4"},"down":{"uv":[7,1,9,2],"texture":"#4"}}},{"from":[9.75,1.6,4.35],"to":[11.75,2.6,5.35],"rotation":{"angle":45,"axis":"y","origin":[10.85,2.2,4.95]},"faces":{"north":{"uv":[7,1,9,2],"texture":"#4"},"east":{"uv":[7,1,8,2],"texture":"#4"},"south":{"uv":[7,1,9,2],"texture":"#4"},"west":{"uv":[7,1,8,2],"texture":"#4"},"up":{"uv":[7,1,9,2],"texture":"#4"},"down":{"uv":[7,1,9,2],"texture":"#4"}}},{"from":[3.75,1.6,8.85],"to":[5.75,3.6,9.85],"rotation":{"angle":45,"axis":"y","origin":[4.85,2.2,9.45]},"faces":{"north":{"uv":[7.5,3.5,9.5,5.5],"texture":"#5"},"east":{"uv":[7.5,3.5,8.5,5.5],"texture":"#5"},"south":{"uv":[7.5,3.5,9.5,5.5],"texture":"#5"},"west":{"uv":[7.5,3.5,8.5,5.5],"texture":"#5"},"up":{"uv":[7.5,3.5,9.5,4.5],"texture":"#5"},"down":{"uv":[7.5,3.5,9.5,4.5],"texture":"#5"}}},{"from":[10.15525,3.16118,7.90398],"to":[11.65525,3.66118,8.40398],"rotation":{"angle":-22.5,"axis":"y","origin":[10.90525,3.41118,8.15398]},"faces":{"north":{"uv":[6,1,7.5,1.5],"texture":"#4"},"east":{"uv":[6,1,6.5,1.5],"texture":"#4"},"south":{"uv":[6,1,7.5,1.5],"texture":"#4"},"west":{"uv":[6,1,6.5,1.5],"texture":"#4"},"up":{"uv":[6,1,6.5,2.5],"rotation":270,"texture":"#4"},"down":{"uv":[6,1,6.5,2.5],"rotation":90,"texture":"#4"}}},{"from":[11.67449,2.01118,5.86967],"to":[13.17449,2.51118,6.36967],"rotation":{"angle":-22.5,"axis":"y","origin":[12.67449,2.91118,5.86967]},"faces":{"north":{"uv":[6,1,7.5,1.5],"texture":"#4"},"east":{"uv":[6,1,6.5,1.5],"texture":"#4"},"south":{"uv":[6,1,7.5,1.5],"texture":"#4"},"west":{"uv":[6,1,6.5,1.5],"texture":"#4"},"up":{"uv":[6,1,6.5,2.5],"rotation":270,"texture":"#4"},"down":{"uv":[6,1,6.5,2.5],"rotation":90,"texture":"#4"}}},{"from":[10.39785,3.16118,6.90497],"to":[11.89785,3.66118,7.40497],"rotation":{"angle":-22.5,"axis":"x","origin":[11.14785,3.41118,7.15497]},"faces":{"north":{"uv":[6,1,6.5,2.5],"rotation":270,"texture":"#4"},"east":{"uv":[6,1,6.5,1.5],"rotation":270,"texture":"#4"},"south":{"uv":[6,1,6.5,2.5],"rotation":270,"texture":"#4"},"west":{"uv":[6,1,6.5,1.5],"rotation":90,"texture":"#4"},"up":{"uv":[6,1,7.5,1.5],"rotation":180,"texture":"#4"},"down":{"uv":[6,1,7.5,1.5],"texture":"#4"}}},{"from":[9.89785,2.91118,5.65497],"to":[11.39785,3.41118,6.15497],"rotation":{"angle":-22.5,"axis":"x","origin":[10.64785,3.16118,5.90497]},"faces":{"north":{"uv":[6,1,6.5,2.5],"rotation":270,"texture":"#4"},"east":{"uv":[6,1,6.5,1.5],"rotation":270,"texture":"#4"},"south":{"uv":[6,1,6.5,2.5],"rotation":270,"texture":"#4"},"west":{"uv":[6,1,6.5,1.5],"rotation":90,"texture":"#4"},"up":{"uv":[6,1,7.5,1.5],"rotation":180,"texture":"#4"},"down":{"uv":[6,1,7.5,1.5],"texture":"#4"}}},{"from":[5.42755,2.5,8.88518],"to":[9.42755,6,10.88518],"rotation":{"angle":-22.5,"axis":"y","origin":[7.42755,4.9375,9.69768]},"faces":{"north":{"uv":[1,11.5,4.5,15.5],"rotation":270,"texture":"#5"},"east":{"uv":[1,11.5,4.5,13.5],"rotation":270,"texture":"#5"},"south":{"uv":[1,11.5,4.5,15.5],"rotation":270,"texture":"#5"},"west":{"uv":[1,11.5,4.5,13.5],"rotation":270,"texture":"#5"},"up":{"uv":[3,11.5,5,15.5],"rotation":270,"texture":"#5"},"down":{"uv":[1,11.5,3,15.5],"rotation":270,"texture":"#5"}}},{"from":[5.51997,0.5,5.09689],"to":[10.46997,3.25,10.79689],"rotation":{"angle":0,"axis":"y","origin":[7.96997,4.5,8.04689]},"faces":{"north":{"uv":[10,1.5,14.95,4.25],"texture":"#3"},"east":{"uv":[5,0.5,10.7,3.25],"texture":"#4"},"south":{"uv":[0,1.5,2.75,6.45],"rotation":90,"texture":"#0"},"west":{"uv":[10,1.5,15.7,4.25],"texture":"#3"},"up":{"uv":[10,1.5,14.95,7.2],"texture":"#3"},"down":{"uv":[10,1.5,14.95,7.2],"texture":"#3"}}},{"from":[7.63891,2.8,6.58327],"to":[10.63891,4.8,8.58327],"rotation":{"angle":-22.5,"axis":"z","origin":[9.13891,3.8,7.58327]},"faces":{"north":{"uv":[10.5,2,13.5,4],"texture":"#3"},"east":{"uv":[10.5,2,12.5,4],"texture":"#3"},"south":{"uv":[10.5,2,13.5,4],"texture":"#3"},"west":{"uv":[10.5,2,12.5,4],"texture":"#3"},"up":{"uv":[10.5,2,13.5,4],"texture":"#3"},"down":{"uv":[10.5,2,13.5,4],"texture":"#3"}}},{"from":[8.98891,1.25,8.88327],"to":[11.98891,3.25,10.88327],"rotation":{"angle":22.5,"axis":"x","origin":[10.48891,2.25,9.88327]},"faces":{"north":{"uv":[10.5,3,13.5,5],"texture":"#3"},"east":{"uv":[10.5,3,12.5,5],"texture":"#3"},"south":{"uv":[10.5,3,13.5,5],"texture":"#3"},"west":{"uv":[10.5,3,12.5,5],"texture":"#3"},"up":{"uv":[10.5,3,13.5,5],"texture":"#3"},"down":{"uv":[10.5,3,13.5,5],"texture":"#3"}}},{"from":[6.48891,1.75,10.13327],"to":[9.48891,3.75,12.13327],"rotation":{"angle":22.5,"axis":"y","origin":[10.48891,2.25,9.88327]},"faces":{"north":{"uv":[7,0.5,10,2.5],"texture":"#4"},"east":{"uv":[7,0.5,9,2.5],"texture":"#4"},"south":{"uv":[7,0.5,10,2.5],"texture":"#4"},"west":{"uv":[7,0.5,9,2.5],"texture":"#4"},"up":{"uv":[7,0.5,10,2.5],"texture":"#4"},"down":{"uv":[7,0.5,10,2.5],"texture":"#4"}}},{"from":[4.56109,1.75,5.63327],"to":[7.56109,3.75,7.63327],"rotation":{"angle":-22.5,"axis":"y","origin":[3.56109,2.25,5.38327]},"faces":{"north":{"uv":[13,1,16,3],"texture":"#8"},"east":{"uv":[13.5,1,15.5,3],"texture":"#8"},"south":{"uv":[13,1,16,3],"texture":"#8"},"west":{"uv":[13.5,1,15.5,3],"texture":"#8"},"up":{"uv":[13,1,16,3],"texture":"#8"},"down":{"uv":[13,1,16,3],"texture":"#8"}}},{"from":[4.4,1.4,11.5],"to":[5.4,3.4,12.5],"rotation":{"angle":45,"axis":"y","origin":[3.8,3.3,10.9]},"faces":{"north":{"uv":[2,2,3,3],"rotation":270,"texture":"#0"},"east":{"uv":[2,2,3,3],"rotation":270,"texture":"#0"},"south":{"uv":[2,2,3,3],"rotation":270,"texture":"#0"},"west":{"uv":[2,2,3,3],"rotation":270,"texture":"#0"},"up":{"uv":[2,2,3,3],"rotation":270,"texture":"#0"},"down":{"uv":[2,2,3,3],"rotation":270,"texture":"#0"}}},{"from":[8.56084,0.95,3.50571],"to":[9.56084,2.95,4.50571],"rotation":{"angle":-22.5,"axis":"y","origin":[8.36084,2.15,4.00571]},"faces":{"north":{"uv":[2,2,3,3],"rotation":270,"texture":"#0"},"east":{"uv":[2,2,3,3],"rotation":270,"texture":"#0"},"south":{"uv":[2,2,3,3],"rotation":270,"texture":"#0"},"west":{"uv":[2,2,3,3],"rotation":270,"texture":"#0"},"up":{"uv":[2,2,3,3],"rotation":180,"texture":"#0"},"down":{"uv":[2,2,3,3],"texture":"#0"}}},{"from":[5.75,1.75,11.55],"to":[6.75,3.75,12.55],"rotation":{"angle":22.5,"axis":"y","origin":[6.15,2.85,11.95]},"faces":{"north":{"uv":[2,2,3,3],"rotation":270,"texture":"#0"},"east":{"uv":[2,2,3,3],"rotation":270,"texture":"#0"},"south":{"uv":[2,2,3,3],"rotation":270,"texture":"#0"},"west":{"uv":[2,2,3,3],"rotation":270,"texture":"#0"},"up":{"uv":[2,2,3,3],"rotation":270,"texture":"#0"},"down":{"uv":[2,2,3,3],"rotation":270,"texture":"#0"}}},{"from":[11.25,1.1,7.35],"to":[12.25,3.1,8.35],"rotation":{"angle":45,"axis":"y","origin":[11.85,2.2,7.95]},"faces":{"north":{"uv":[7,1,9,2],"rotation":270,"texture":"#4"},"east":{"uv":[7,1,9,2],"rotation":270,"texture":"#4"},"south":{"uv":[7,1,9,2],"rotation":270,"texture":"#4"},"west":{"uv":[7,1,9,2],"rotation":270,"texture":"#4"},"up":{"uv":[7,1,8,2],"rotation":270,"texture":"#4"},"down":{"uv":[7,1,8,2],"rotation":270,"texture":"#4"}}},{"from":[10.25,1.1,4.35],"to":[11.25,3.1,5.35],"rotation":{"angle":45,"axis":"y","origin":[10.85,2.2,4.95]},"faces":{"north":{"uv":[7,1,9,2],"rotation":270,"texture":"#4"},"east":{"uv":[7,1,9,2],"rotation":270,"texture":"#4"},"south":{"uv":[7,1,9,2],"rotation":270,"texture":"#4"},"west":{"uv":[7,1,9,2],"rotation":270,"texture":"#4"},"up":{"uv":[7,1,8,2],"rotation":270,"texture":"#4"},"down":{"uv":[7,1,8,2],"rotation":270,"texture":"#4"}}},{"from":[4.25,1.1,8.85],"to":[5.25,4.1,9.85],"rotation":{"angle":45,"axis":"y","origin":[4.85,2.2,9.45]},"faces":{"north":{"uv":[6.5,3,9.5,4],"rotation":270,"texture":"#5"},"east":{"uv":[6.5,3,9.5,4],"rotation":270,"texture":"#5"},"south":{"uv":[6.5,3,9.5,4],"rotation":270,"texture":"#5"},"west":{"uv":[6.5,3,9.5,4],"rotation":270,"texture":"#5"},"up":{"uv":[7.5,3.5,8.5,4.5],"rotation":270,"texture":"#5"},"down":{"uv":[7.5,3.5,8.5,4.5],"rotation":270,"texture":"#5"}}},{"from":[10.65525,2.66118,7.90398],"to":[11.15525,4.16118,8.40398],"rotation":{"angle":-22.5,"axis":"y","origin":[10.90525,3.41118,8.15398]},"faces":{"north":{"uv":[6,1,6.5,2.5],"texture":"#4"},"east":{"uv":[6,1,6.5,2.5],"texture":"#4"},"south":{"uv":[6,1,6.5,2.5],"texture":"#4"},"west":{"uv":[6,1,6.5,2.5],"texture":"#4"},"up":{"uv":[6,1,6.5,1.5],"rotation":270,"texture":"#4"},"down":{"uv":[6,1,6.5,1.5],"rotation":90,"texture":"#4"}}},{"from":[12.17449,1.51118,5.86967],"to":[12.67449,3.01118,6.36967],"rotation":{"angle":-22.5,"axis":"y","origin":[12.67449,2.91118,5.86967]},"faces":{"north":{"uv":[6,1,6.5,2.5],"texture":"#4"},"east":{"uv":[6,1,6.5,2.5],"texture":"#4"},"south":{"uv":[6,1,6.5,2.5],"texture":"#4"},"west":{"uv":[6,1,6.5,2.5],"texture":"#4"},"up":{"uv":[6,1,6.5,1.5],"rotation":270,"texture":"#4"},"down":{"uv":[6,1,6.5,1.5],"rotation":90,"texture":"#4"}}},{"from":[10.89785,3.16118,6.40497],"to":[11.39785,3.66118,7.90497],"rotation":{"angle":-22.5,"axis":"x","origin":[11.14785,3.41118,7.15497]},"faces":{"north":{"uv":[6,1,6.5,1.5],"rotation":270,"texture":"#4"},"east":{"uv":[6,1,6.5,2.5],"rotation":270,"texture":"#4"},"south":{"uv":[6,1,6.5,1.5],"rotation":270,"texture":"#4"},"west":{"uv":[6,1,6.5,2.5],"rotation":90,"texture":"#4"},"up":{"uv":[6,1,6.5,2.5],"rotation":180,"texture":"#4"},"down":{"uv":[6,1,6.5,2.5],"texture":"#4"}}},{"from":[10.39785,2.91118,5.15497],"to":[10.89785,3.41118,6.65497],"rotation":{"angle":-22.5,"axis":"x","origin":[10.64785,3.16118,5.90497]},"faces":{"north":{"uv":[6,1,6.5,1.5],"rotation":270,"texture":"#4"},"east":{"uv":[6,1,6.5,2.5],"rotation":270,"texture":"#4"},"south":{"uv":[6,1,6.5,1.5],"rotation":270,"texture":"#4"},"west":{"uv":[6,1,6.5,2.5],"rotation":90,"texture":"#4"},"up":{"uv":[6,1,6.5,2.5],"rotation":180,"texture":"#4"},"down":{"uv":[6,1,6.5,2.5],"texture":"#4"}}},{"from":[5.93891,1,8.63327],"to":[7.93891,7,10.63327],"rotation":{"angle":-22.5,"axis":"y","origin":[6.55,2,10.8]},"faces":{"north":{"uv":[1,11.5,7,13.5],"rotation":270,"texture":"#5"},"east":{"uv":[1,11.5,7,13.5],"rotation":270,"texture":"#5"},"south":{"uv":[1,11.5,7,13.5],"rotation":270,"texture":"#5"},"west":{"uv":[1,11.5,7,13.5],"rotation":270,"texture":"#5"},"up":{"uv":[6,11,8,13],"rotation":270,"texture":"#5"},"down":{"uv":[1,11.5,3,13.5],"rotation":270,"texture":"#5"}}},{"from":[6.52755,5.7,9.43518],"to":[8.02755,9.7,9.93518],"rotation":{"angle":22.5,"axis":"x","origin":[7.02755,5.6375,10.24768]},"faces":{"north":{"uv":[1.5,6,5.5,7.5],"rotation":270,"texture":"#4"},"east":{"uv":[1.5,6,5.5,6.5],"rotation":270,"texture":"#4"},"south":{"uv":[1.5,6,5.5,7.5],"rotation":270,"texture":"#4"},"west":{"uv":[1.5,6,5.5,6.5],"rotation":270,"texture":"#4"},"up":{"uv":[1.5,6,2,7.5],"rotation":270,"texture":"#4"},"down":{"uv":[1.5,6,2,7.5],"rotation":270,"texture":"#4"}}},{"from":[7.53568,5.96874,9.21729],"to":[8.03568,9.96874,10.71729],"rotation":{"angle":-22.5,"axis":"z","origin":[7.27755,7.75826,9.96729]},"faces":{"north":{"uv":[1.5,6,5.5,6.5],"rotation":270,"texture":"#4"},"east":{"uv":[1.5,6,5.5,7.5],"rotation":270,"texture":"#4"},"south":{"uv":[1.5,6,5.5,6.5],"rotation":270,"texture":"#4"},"west":{"uv":[1.5,6,5.5,7.5],"rotation":270,"texture":"#4"},"up":{"uv":[1.5,6,2,7.5],"rotation":180,"texture":"#4"},"down":{"uv":[1.5,6,2,7.5],"texture":"#4"}}},{"from":[6.52755,5.75826,9.16729],"to":[8.02755,9.75826,9.66729],"rotation":{"angle":-22.5,"axis":"x","origin":[7.27755,7.75826,9.41729]},"faces":{"north":{"uv":[1.5,6,5.5,7.5],"rotation":270,"texture":"#4"},"east":{"uv":[1.5,6,5.5,6.5],"rotation":270,"texture":"#4"},"south":{"uv":[1.5,6,5.5,7.5],"rotation":270,"texture":"#4"},"west":{"uv":[1.5,6,5.5,6.5],"rotation":270,"texture":"#4"},"up":{"uv":[1.5,6,2,7.5],"rotation":270,"texture":"#4"},"down":{"uv":[1.5,6,2,7.5],"rotation":270,"texture":"#4"}}},{"from":[6.51941,5.96874,9.21729],"to":[7.01941,9.96874,10.71729],"rotation":{"angle":22.5,"axis":"z","origin":[7.27755,7.75826,9.96729]},"faces":{"north":{"uv":[1.5,6,5.5,6.5],"rotation":270,"texture":"#4"},"east":{"uv":[1.5,6,5.5,7.5],"rotation":270,"texture":"#4"},"south":{"uv":[1.5,6,5.5,6.5],"rotation":270,"texture":"#4"},"west":{"uv":[1.5,6,5.5,7.5],"rotation":270,"texture":"#4"},"up":{"uv":[1.5,6,2,7.5],"rotation":180,"texture":"#4"},"down":{"uv":[1.5,6,2,7.5],"texture":"#4"}}},{"from":[6.09486,6.48214,9.46729],"to":[6.59486,8.48214,10.46729],"rotation":{"angle":45,"axis":"z","origin":[6.34486,7.48214,10.21729]},"faces":{"north":{"uv":[1.5,6,3.5,6.5],"rotation":270,"texture":"#4"},"east":{"uv":[1.5,6,3.5,7],"rotation":270,"texture":"#4"},"south":{"uv":[1.5,6,3.5,6.5],"rotation":270,"texture":"#4"},"west":{"uv":[1.5,6,3.5,7],"rotation":270,"texture":"#4"},"up":{"uv":[1.5,6,2,7],"rotation":180,"texture":"#4"},"down":{"uv":[1.5,6,2,7],"texture":"#4"}}},{"from":[6.79486,7.15389,10.38904],"to":[7.79486,9.15389,10.88904],"rotation":{"angle":45,"axis":"x","origin":[7.29486,7.48214,9.96729]},"faces":{"north":{"uv":[1.5,6,3.5,7],"rotation":270,"texture":"#4"},"east":{"uv":[1.5,6,3.5,6.5],"rotation":270,"texture":"#4"},"south":{"uv":[1.5,6,3.5,7],"rotation":270,"texture":"#4"},"west":{"uv":[1.5,6,3.5,6.5],"rotation":270,"texture":"#4"},"up":{"uv":[1.5,6,2,7],"rotation":90,"texture":"#4"},"down":{"uv":[1.5,6,2,7],"rotation":90,"texture":"#4"}}},{"from":[7.99486,6.48214,9.46729],"to":[8.49486,8.48214,10.46729],"rotation":{"angle":-45,"axis":"z","origin":[8.24486,7.48214,9.96729]},"faces":{"north":{"uv":[1.5,6,3.5,6.5],"rotation":270,"texture":"#4"},"east":{"uv":[1.5,6,3.5,7],"rotation":270,"texture":"#4"},"south":{"uv":[1.5,6,3.5,6.5],"rotation":270,"texture":"#4"},"west":{"uv":[1.5,6,3.5,7],"rotation":270,"texture":"#4"},"up":{"uv":[1.5,6,2,7],"rotation":180,"texture":"#4"},"down":{"uv":[1.5,6,2,7],"texture":"#4"}}},{"from":[6.79486,7.15389,9.04553],"to":[7.79486,9.15389,9.54553],"rotation":{"angle":-45,"axis":"x","origin":[7.29486,7.48214,9.96729]},"faces":{"north":{"uv":[1.5,6,3.5,7],"rotation":270,"texture":"#4"},"east":{"uv":[1.5,6,3.5,6.5],"rotation":270,"texture":"#4"},"south":{"uv":[1.5,6,3.5,7],"rotation":270,"texture":"#4"},"west":{"uv":[1.5,6,3.5,6.5],"rotation":270,"texture":"#4"},"up":{"uv":[1.5,6,2,7],"rotation":90,"texture":"#4"},"down":{"uv":[1.5,6,2,7],"rotation":90,"texture":"#4"}}},{"from":[5.92755,2,8.38518],"to":[8.92755,6.5,11.38518],"rotation":{"angle":-22.5,"axis":"y","origin":[7.42755,4.9375,9.69768]},"faces":{"north":{"uv":[1,11.5,5.5,14.5],"rotation":270,"texture":"#5"},"east":{"uv":[1,11.5,5.5,14.5],"rotation":270,"texture":"#5"},"south":{"uv":[1,11.5,5.5,14.5],"rotation":270,"texture":"#5"},"west":{"uv":[1,11.5,5.5,14.5],"rotation":270,"texture":"#5"},"up":{"uv":[11,11,14,14],"rotation":270,"texture":"#5"},"down":{"uv":[1,11.5,4,14.5],"rotation":270,"texture":"#5"}}},{"from":[8.13891,2.3,6.58327],"to":[10.13891,5.3,8.58327],"rotation":{"angle":-22.5,"axis":"z","origin":[9.13891,3.8,7.58327]},"faces":{"north":{"uv":[10.5,2,13.5,4],"rotation":90,"texture":"#3"},"east":{"uv":[10.5,2,13.5,4],"rotation":90,"texture":"#3"},"south":{"uv":[10.5,2,13.5,4],"rotation":90,"texture":"#3"},"west":{"uv":[10.5,2,13.5,4],"rotation":90,"texture":"#3"},"up":{"uv":[10.5,2,12.5,4],"rotation":90,"texture":"#3"},"down":{"uv":[10.5,2,12.5,4],"rotation":90,"texture":"#3"}}},{"from":[9.13891,3.05,7.58327],"to":[9.63891,5.8,8.08327],"rotation":{"angle":-22.5,"axis":"z","origin":[9.13891,3.8,7.58327]},"faces":{"north":{"uv":[3.5,10,6.25,10.5],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,10,6.25,10.5],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,10,6.25,10.5],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,10,6.25,10.5],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,10,4,10.5],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,10,4,10.5],"rotation":90,"texture":"#0"}}},{"from":[9.48891,0.75,8.88327],"to":[11.48891,3.75,10.88327],"rotation":{"angle":22.5,"axis":"x","origin":[10.48891,2.25,9.88327]},"faces":{"north":{"uv":[10.5,3,13.5,5],"rotation":90,"texture":"#3"},"east":{"uv":[10.5,3,13.5,5],"rotation":90,"texture":"#3"},"south":{"uv":[10.5,3,13.5,5],"rotation":90,"texture":"#3"},"west":{"uv":[10.5,3,13.5,5],"rotation":90,"texture":"#3"},"up":{"uv":[10.5,3,12.5,5],"rotation":90,"texture":"#3"},"down":{"uv":[10.5,3,12.5,5],"rotation":90,"texture":"#3"}}},{"from":[6.98891,1.25,10.13327],"to":[8.98891,4.25,12.13327],"rotation":{"angle":22.5,"axis":"y","origin":[10.48891,2.25,9.88327]},"faces":{"north":{"uv":[7,0.5,10,2.5],"rotation":90,"texture":"#4"},"east":{"uv":[7,0.5,10,2.5],"rotation":90,"texture":"#4"},"south":{"uv":[7,0.5,10,2.5],"rotation":90,"texture":"#4"},"west":{"uv":[7,0.5,10,2.5],"rotation":90,"texture":"#4"},"up":{"uv":[7,0.5,9,2.5],"rotation":90,"texture":"#4"},"down":{"uv":[7,0.5,9,2.5],"rotation":90,"texture":"#4"}}},{"from":[5.06109,1.25,5.63327],"to":[7.06109,4.25,7.63327],"rotation":{"angle":-22.5,"axis":"y","origin":[3.56109,2.25,5.38327]},"faces":{"north":{"uv":[13,1,16,3],"rotation":90,"texture":"#8"},"east":{"uv":[13,1,16,3],"rotation":90,"texture":"#8"},"south":{"uv":[13,1,16,3],"rotation":90,"texture":"#8"},"west":{"uv":[13,1,16,3],"rotation":90,"texture":"#8"},"up":{"uv":[13.5,1,15.5,3],"rotation":90,"texture":"#8"},"down":{"uv":[13.5,1,15.5,3],"rotation":90,"texture":"#8"}}},{"from":[7.98891,1.75,11.13327],"to":[8.48891,4.75,11.63327],"rotation":{"angle":22.5,"axis":"y","origin":[10.48891,2.25,9.88327]},"faces":{"north":{"uv":[3.5,11,6.5,11.5],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,11,6.5,11.5],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,11,6.5,11.5],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,11,6.5,11.5],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,11,4,11.5],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,11,4,11.5],"rotation":90,"texture":"#0"}}},{"from":[5.56109,1.75,6.63327],"to":[6.06109,4.75,7.13327],"rotation":{"angle":-22.5,"axis":"y","origin":[3.56109,2.25,5.38327]},"faces":{"north":{"uv":[3.5,11.5,6.5,12],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,11.5,6.5,12],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,11.5,6.5,12],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,11.5,6.5,12],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,11.5,4,12],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,11.5,4,12],"rotation":90,"texture":"#0"}}},{"from":[9.17988,4.6,11.9611],"to":[9.42988,5.6,12.9611],"rotation":{"angle":-22.5,"axis":"z","origin":[9.07988,5.5,12.3611]},"faces":{"north":{"uv":[1.5,4,2.5,4.25],"rotation":90,"texture":"#0"},"east":{"uv":[1.5,4,2.5,5],"rotation":90,"texture":"#0"},"south":{"uv":[1.5,4,2.5,4.25],"rotation":90,"texture":"#0"},"west":{"uv":[1.5,4,2.5,5],"rotation":90,"texture":"#0"},"up":{"uv":[1.5,4,2.5,4.25],"rotation":90,"texture":"#0"},"down":{"uv":[1.5,4,2.5,4.25],"rotation":90,"texture":"#0"}}},{"from":[4.62012,4.6,7.4611],"to":[4.87012,5.6,8.4611],"rotation":{"angle":22.5,"axis":"z","origin":[4.97012,5.5,7.8611]},"faces":{"north":{"uv":[1.5,4.25,2.5,4.5],"rotation":90,"texture":"#0"},"east":{"uv":[1.5,5,2.5,6],"rotation":90,"texture":"#0"},"south":{"uv":[1.5,4.25,2.5,4.5],"rotation":90,"texture":"#0"},"west":{"uv":[1.5,5,2.5,6],"rotation":90,"texture":"#0"},"up":{"uv":[1.5,4.25,2.5,4.5],"rotation":90,"texture":"#0"},"down":{"uv":[1.5,4.25,2.5,4.5],"rotation":90,"texture":"#0"}}},{"from":[3.15697,1.75,2.79295],"to":[4.15697,2.75,4.79295],"rotation":{"angle":-45,"axis":"y","origin":[4.38851,2.5,5.69262]},"faces":{"north":{"uv":[4.5,9,5.5,10],"rotation":270,"texture":"#7"},"east":{"uv":[4.5,9.5,5.5,11.5],"rotation":270,"texture":"#7"},"south":{"uv":[4.5,9.5,5.5,10.5],"rotation":270,"texture":"#7"},"west":{"uv":[4.5,9.5,5.5,11.5],"rotation":270,"texture":"#7"},"up":{"uv":[5.5,9.5,7.5,10.5],"rotation":90,"texture":"#7"},"down":{"uv":[4.5,9.5,6.5,10.5],"rotation":270,"texture":"#7"}}},{"from":[6.46087,2,3.67182],"to":[7.96087,2.5,4.17182],"rotation":{"angle":22.5,"axis":"y","origin":[4.38851,2.5,5.69262]},"faces":{"north":{"uv":[12,10,12.5,11.5],"rotation":90,"texture":"#7"},"east":{"uv":[12,10,12.5,10.5],"rotation":90,"texture":"#7"},"south":{"uv":[12,10,12.5,11.5],"rotation":90,"texture":"#7"},"west":{"uv":[12,10,12.5,10.5],"rotation":90,"texture":"#7"},"up":{"uv":[12,10,13.5,10.5],"rotation":180,"texture":"#7"},"down":{"uv":[12,10,13.5,10.5],"texture":"#7"}}},{"from":[3.20873,1.75,6.46734],"to":[4.20873,2.75,8.46734],"rotation":{"angle":0,"axis":"y","origin":[4.38851,2.5,5.69262]},"faces":{"north":{"uv":[11,11,12,12],"texture":"#7"},"east":{"uv":[11,11,13,12],"texture":"#7"},"south":{"uv":[11,11,12,12],"texture":"#7"},"west":{"uv":[11,11,13,12],"texture":"#7"},"up":{"uv":[11,11,12,13],"texture":"#7"},"down":{"uv":[11,11,12,13],"texture":"#7"}}},{"from":[3.45873,2,8.46734],"to":[3.95873,2.5,9.46734],"rotation":{"angle":0,"axis":"y","origin":[4.38851,2.5,5.69262]},"faces":{"north":{"uv":[0,11,0.5,11.5],"texture":"#5"},"east":{"uv":[0,11,1,11.5],"texture":"#5"},"south":{"uv":[0,11,0.5,11.5],"texture":"#5"},"west":{"uv":[0,11,1,11.5],"texture":"#5"},"up":{"uv":[0,11,0.5,12],"texture":"#5"},"down":{"uv":[0,11,0.5,12],"texture":"#5"}}},{"from":[3.46404,1.5,4.19448],"to":[4.96404,3,7.19448],"rotation":{"angle":-22.5,"axis":"y","origin":[4.38851,2.5,5.69262]},"faces":{"north":{"uv":[3.5,12,5,13.5],"rotation":270,"texture":"#7"},"east":{"uv":[4,10,5.5,13],"rotation":270,"texture":"#7"},"south":{"uv":[4,12,5.5,13.5],"rotation":270,"texture":"#7"},"west":{"uv":[4,10,5.5,13],"rotation":270,"texture":"#7"},"up":{"uv":[11.5,11,13,14],"texture":"#7"},"down":{"uv":[11,11,12.5,14],"texture":"#7"}}},{"from":[6.6,1.9,4.1],"to":[7.4,2.7,4.9],"rotation":{"angle":22.5,"axis":"y","origin":[7,2.3,4.5]},"faces":{"north":{"uv":[10,0.5,11,1.5],"texture":"#6"},"east":{"uv":[10,0.5,11,1.5],"texture":"#6"},"south":{"uv":[10,0.5,11,1.5],"texture":"#6"},"west":{"uv":[10,0.5,11,1.5],"texture":"#6"},"up":{"uv":[10,0.5,11,1.5],"texture":"#6"},"down":{"uv":[10,0.5,11,1.5],"texture":"#6"}}},{"from":[5.85,1.9,5.05],"to":[7.4,3.3,7.1],"rotation":{"angle":0,"axis":"y","origin":[7,2.3,4.5]},"faces":{"north":{"uv":[10,0.5,11.75,2.1],"texture":"#6"},"east":{"uv":[10,0.5,12.25,2.1],"texture":"#6"},"south":{"uv":[10,0.5,11.75,2.1],"texture":"#6"},"west":{"uv":[10,0.5,12.25,2.1],"texture":"#6"},"up":{"uv":[10,0.5,12.25,2.25],"rotation":270,"texture":"#6"},"down":{"uv":[10,0.5,12.25,2.25],"rotation":90,"texture":"#6"}}},{"from":[7.19136,2.2,3.80994],"to":[7.99136,3,4.60994],"rotation":{"angle":-22.5,"axis":"y","origin":[6.76093,3.05,5.41466]},"faces":{"north":{"uv":[10,0.5,11,1.5],"texture":"#6"},"east":{"uv":[10,0.5,11,1.5],"texture":"#6"},"south":{"uv":[10,0.5,11,1.5],"texture":"#6"},"west":{"uv":[10,0.5,11,1.5],"texture":"#6"},"up":{"uv":[10,0.5,11,1.5],"rotation":270,"texture":"#6"},"down":{"uv":[10,0.5,11,1.5],"rotation":90,"texture":"#6"}}},{"from":[5.2,2.5,4.4],"to":[6,3.3,5.2],"rotation":{"angle":-45,"axis":"z","origin":[5.6,2,4.8]},"faces":{"north":{"uv":[10,0.5,11,1.5],"texture":"#6"},"east":{"uv":[10,0.5,11,1.5],"texture":"#6"},"south":{"uv":[10,0.5,11,1.5],"texture":"#6"},"west":{"uv":[10,0.5,11,1.5],"texture":"#6"},"up":{"uv":[10,0.5,11,1.5],"rotation":270,"texture":"#6"},"down":{"uv":[10,0.5,11,1.5],"rotation":90,"texture":"#6"}}},{"from":[7.22156,3.2,4.87092],"to":[8.02156,4,5.67092],"rotation":{"angle":45,"axis":"y","origin":[8.06093,3.15,5.41466]},"faces":{"north":{"uv":[10,0.5,11,1.5],"texture":"#6"},"east":{"uv":[10,0.5,11,1.5],"texture":"#6"},"south":{"uv":[10,0.5,11,1.5],"texture":"#6"},"west":{"uv":[10,0.5,11,1.5],"texture":"#6"},"up":{"uv":[10,0.5,11,1.5],"rotation":270,"texture":"#6"},"down":{"uv":[10,0.5,11,1.5],"rotation":90,"texture":"#6"}}},{"from":[6.6,1.6,3],"to":[7.4,2.4,3.8],"rotation":{"angle":22.5,"axis":"y","origin":[7.5,2,4.5]},"faces":{"north":{"uv":[10,0.5,11,1.5],"texture":"#6"},"east":{"uv":[10,0.5,11,1.5],"texture":"#6"},"south":{"uv":[10,0.5,11,1.5],"texture":"#6"},"west":{"uv":[10,0.5,11,1.5],"texture":"#6"},"up":{"uv":[10,0.5,11,1.5],"texture":"#6"},"down":{"uv":[10,0.5,11,1.5],"texture":"#6"}}},{"from":[6.39136,2.6,4.90994],"to":[7.19136,3.4,5.70994],"rotation":{"angle":-22.5,"axis":"y","origin":[7.06093,3.45,6.01466]},"faces":{"north":{"uv":[10,0.5,11,1.5],"texture":"#6"},"east":{"uv":[10,0.5,11,1.5],"texture":"#6"},"south":{"uv":[10,0.5,11,1.5],"texture":"#6"},"west":{"uv":[10,0.5,11,1.5],"texture":"#6"},"up":{"uv":[10,0.5,11,1.5],"rotation":270,"texture":"#6"},"down":{"uv":[10,0.5,11,1.5],"rotation":90,"texture":"#6"}}},{"from":[4.8,2.5,4.9],"to":[5.6,3.3,5.7],"rotation":{"angle":-45,"axis":"z","origin":[6.3,2,4.8]},"faces":{"north":{"uv":[10,0.5,11,1.5],"texture":"#6"},"east":{"uv":[10,0.5,11,1.5],"texture":"#6"},"south":{"uv":[10,0.5,11,1.5],"texture":"#6"},"west":{"uv":[10,0.5,11,1.5],"texture":"#6"},"up":{"uv":[10,0.5,11,1.5],"rotation":270,"texture":"#6"},"down":{"uv":[10,0.5,11,1.5],"rotation":90,"texture":"#6"}}},{"from":[5.42156,3.5,4.57092],"to":[6.22156,4.3,5.37092],"rotation":{"angle":45,"axis":"y","origin":[7.36093,3.45,4.61466]},"faces":{"north":{"uv":[10,0.5,11,1.5],"texture":"#6"},"east":{"uv":[10,0.5,11,1.5],"texture":"#6"},"south":{"uv":[10,0.5,11,1.5],"texture":"#6"},"west":{"uv":[10,0.5,11,1.5],"texture":"#6"},"up":{"uv":[10,0.5,11,1.5],"rotation":270,"texture":"#6"},"down":{"uv":[10,0.5,11,1.5],"rotation":90,"texture":"#6"}}},{"from":[6.62435,4.25,6.05507],"to":[6.92435,5.05,6.35507],"rotation":{"angle":22.5,"axis":"x","origin":[6.52435,3.9,5.95507]},"faces":{"north":{"uv":[6,3.5,7,4],"rotation":270,"texture":"#6"},"east":{"uv":[6,3.5,7,4],"rotation":270,"texture":"#6"},"south":{"uv":[6,3.5,7,4],"rotation":270,"texture":"#6"},"west":{"uv":[6,3.5,7,4],"rotation":270,"texture":"#6"},"up":{"uv":[6,3.5,6.5,4],"rotation":270,"texture":"#6"},"down":{"uv":[6,3.5,6.5,4],"rotation":270,"texture":"#6"}}}],"display":{"head":{"translation":[0,23.25,0],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/fungi_cap.json b/assets/minecraft/models/item/wynn/skin/hat/fungi_cap.json new file mode 100644 index 000000000..483d698b6 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/fungi_cap.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/fungi_cap","particle":"skins/fungi_cap"},"elements":[{"from":[2,0,2],"to":[14,8,14],"faces":{"north":{"uv":[0,6,6,10],"texture":"#0"},"east":{"uv":[0,6,6,10],"texture":"#0"},"south":{"uv":[0,6,6,10],"texture":"#0"},"west":{"uv":[0,6,6,10],"texture":"#0"},"up":{"uv":[0,0,6,6],"texture":"#0"},"down":{"uv":[6,0,12,6],"texture":"#0"}}},{"from":[0,0,2],"to":[2,6,14],"faces":{"north":{"uv":[13,6,12,9],"texture":"#0"},"south":{"uv":[12,6,13,9],"texture":"#0"},"west":{"uv":[6,6,12,9],"texture":"#0"},"up":{"uv":[6,9,12,10],"rotation":90,"texture":"#0"},"down":{"uv":[6,10,12,11],"rotation":90,"texture":"#0"}}},{"from":[14,0,2],"to":[16,6,14],"faces":{"north":{"uv":[12,6,13,9],"texture":"#0"},"east":{"uv":[6,6,12,9],"texture":"#0"},"south":{"uv":[13,6,12,9],"texture":"#0"},"up":{"uv":[6,9,12,10],"rotation":270,"texture":"#0"},"down":{"uv":[6,10,12,11],"rotation":270,"texture":"#0"}}},{"from":[2,0,0],"to":[14,6,2],"faces":{"north":{"uv":[6,6,12,9],"texture":"#0"},"east":{"uv":[13,6,12,9],"texture":"#0"},"west":{"uv":[12,6,13,9],"texture":"#0"},"up":{"uv":[6,10,12,9],"texture":"#0"},"down":{"uv":[6,10,12,11],"texture":"#0"}}},{"from":[2,0,14],"to":[14,6,16],"faces":{"east":{"uv":[12,6,13,9],"texture":"#0"},"south":{"uv":[6,6,12,9],"texture":"#0"},"west":{"uv":[13,6,12,9],"texture":"#0"},"up":{"uv":[6,9,12,10],"texture":"#0"},"down":{"uv":[6,11,12,10],"texture":"#0"}}}],"display":{"head":{"rotation":[15,0,0],"translation":[0,13,3],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/fur_hood.json b/assets/minecraft/models/item/wynn/skin/hat/fur_hood.json new file mode 100644 index 000000000..837d9545f --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/fur_hood.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/decay_2","1":"skins/decal","particle":"skins/decay_2"},"elements":[{"from":[1.77479,0.47521,3],"to":[3.77479,3.47521,5],"rotation":{"angle":22.5,"axis":"z","origin":[2.77479,2.97521,4]},"faces":{"north":{"uv":[7,6,9,9],"texture":"#0"},"east":{"uv":[7,6,9,9],"texture":"#0"},"south":{"uv":[7,6,9,9],"texture":"#0"},"west":{"uv":[7,6,9,9],"texture":"#0"},"up":{"uv":[7,6,9,8],"texture":"#0"},"down":{"uv":[7,6,9,8],"texture":"#0"}}},{"from":[12.22521,0.47521,3],"to":[14.22521,3.47521,5],"rotation":{"angle":-22.5,"axis":"z","origin":[13.22521,2.97521,4]},"faces":{"north":{"uv":[7,6,9,9],"texture":"#0"},"east":{"uv":[7,6,9,9],"texture":"#0"},"south":{"uv":[7,6,9,9],"texture":"#0"},"west":{"uv":[7,6,9,9],"texture":"#0"},"up":{"uv":[7,6,9,8],"texture":"#0"},"down":{"uv":[7,6,9,8],"texture":"#0"}}},{"from":[1.77479,-0.77479,5],"to":[3.77479,4.22521,9],"rotation":{"angle":22.5,"axis":"z","origin":[2.77479,3.72521,6]},"faces":{"north":{"uv":[7,11,9,16],"texture":"#0"},"east":{"uv":[7,11,11,16],"texture":"#0"},"south":{"uv":[7,11,9,16],"texture":"#0"},"west":{"uv":[7,11,11,16],"texture":"#0"},"up":{"uv":[7,11,9,15],"texture":"#0"},"down":{"uv":[0,14,4,16],"rotation":90,"texture":"#0"}}},{"from":[1.77479,-1.42479,7],"to":[3.77479,4.07521,11],"rotation":{"angle":22.5,"axis":"z","origin":[2.77479,4.57521,8]},"faces":{"north":{"uv":[8,10.5,10,16],"texture":"#0"},"east":{"uv":[8,10.5,12,16],"texture":"#0"},"south":{"uv":[8,10.5,10,16],"texture":"#0"},"west":{"uv":[8,10.5,12,16],"texture":"#0"},"up":{"uv":[8,10.5,10,14.5],"texture":"#0"},"down":{"uv":[5.5,14,9.5,16],"rotation":90,"texture":"#0"}}},{"from":[3,1,9],"to":[13,6,12],"rotation":{"angle":0,"axis":"y","origin":[6.39701,2.89925,11]},"faces":{"north":{"uv":[14,9.502,4,14.502],"texture":"#0"},"east":{"uv":[7,9.502,4,14.502],"texture":"#0"},"south":{"uv":[14,9.502,4,14.502],"texture":"#0"},"west":{"uv":[7,9.502,4,14.502],"texture":"#0"},"up":{"uv":[14,9.502,4,14.502],"texture":"#0"},"down":{"uv":[14,9.502,4,14.502],"texture":"#0"}}},{"from":[4.14801,-1.09975,5.001],"to":[11.84601,0.89825,11.749],"rotation":{"angle":0,"axis":"z","origin":[6.39701,-0.10075,11]},"faces":{"north":{"uv":[16,9.252,8.302,11.25],"rotation":180,"texture":"#0"},"east":{"uv":[15.05,9.252,8.302,11.25],"rotation":180,"texture":"#0"},"south":{"uv":[13,14.002,5.302,16],"texture":"#0"},"west":{"uv":[8.05,13.502,1.302,15.5],"texture":"#0"},"up":{"uv":[16,9.252,8.302,16],"rotation":180,"texture":"#0"},"down":{"uv":[16,9.252,8.302,16],"rotation":180,"texture":"#0"}}},{"from":[4.1903,9.20671,3],"to":[7.1903,11.20671,5],"rotation":{"angle":22.5,"axis":"z","origin":[8,9.25,4]},"faces":{"north":{"uv":[1.5,0,3.5,3],"rotation":270,"texture":"#0"},"east":{"uv":[1.5,0,3.5,2],"rotation":270,"texture":"#0"},"south":{"uv":[1.5,0,3.5,3],"rotation":270,"texture":"#0"},"west":{"uv":[1.5,0,3.5,2],"rotation":270,"texture":"#0"},"up":{"uv":[1.5,0,3.5,3],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,0,3.5,3],"rotation":270,"texture":"#0"}}},{"from":[8.8097,9.20671,3],"to":[11.8097,11.20671,5],"rotation":{"angle":-22.5,"axis":"z","origin":[8,9.25,4]},"faces":{"north":{"uv":[1.5,0,3.5,3],"rotation":270,"texture":"#0"},"east":{"uv":[1.5,0,3.5,2],"rotation":270,"texture":"#0"},"south":{"uv":[1.5,0,3.5,3],"rotation":270,"texture":"#0"},"west":{"uv":[1.5,0,3.5,2],"rotation":270,"texture":"#0"},"up":{"uv":[1.5,0,3.5,3],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,0,3.5,3],"rotation":270,"texture":"#0"}}},{"from":[4.1903,8.45671,5],"to":[7.1903,10.45671,9],"rotation":{"angle":22.5,"axis":"z","origin":[8,8.5,6]},"faces":{"north":{"uv":[9.5,7,12.5,11],"texture":"#0"},"east":{"uv":[9.5,7,12.5,11],"texture":"#0"},"south":{"uv":[9.5,7,12.5,11],"texture":"#0"},"west":{"uv":[9.5,7,12.5,11],"texture":"#0"},"up":{"uv":[9.5,7,12.5,11],"texture":"#0"},"down":{"uv":[9.5,7,12.5,11],"texture":"#0"}}},{"from":[8.8097,8.45671,5],"to":[11.8097,10.45671,9],"rotation":{"angle":-22.5,"axis":"z","origin":[8,8.5,6]},"faces":{"north":{"uv":[3,9,0,11],"rotation":180,"texture":"#0"},"east":{"uv":[15,8,11,10],"texture":"#0"},"south":{"uv":[14,8,11,10],"texture":"#0"},"west":{"uv":[15,8,11,10],"texture":"#0"},"up":{"uv":[14,8,11,12],"texture":"#0"},"down":{"uv":[3,9,0,13],"texture":"#0"}}},{"from":[6.51814,8.7629,3.015],"to":[9.48814,10.7329,4.985],"rotation":{"angle":0,"axis":"z","origin":[8.50314,9.7479,4]},"faces":{"north":{"uv":[1.5,0,3.47,2.97],"rotation":270,"texture":"#0"},"east":{"uv":[1.5,0,3.47,1.97],"rotation":270,"texture":"#0"},"south":{"uv":[1.5,0,3.47,2.97],"rotation":270,"texture":"#0"},"west":{"uv":[1.5,0,3.47,1.97],"rotation":270,"texture":"#0"},"up":{"uv":[1.5,0,3.47,2.97],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,0,3.47,2.97],"rotation":270,"texture":"#0"}}},{"from":[6.51814,8.0129,5.015],"to":[9.48814,9.9829,8.985],"rotation":{"angle":0,"axis":"z","origin":[8.50314,8.9979,6]},"faces":{"north":{"uv":[0,9,2.97,10.97],"rotation":180,"texture":"#0"},"east":{"uv":[13,8,16.97,9.97],"rotation":180,"texture":"#0"},"south":{"uv":[13,8,15.97,9.97],"rotation":180,"texture":"#0"},"west":{"uv":[13,8,16.97,9.97],"rotation":180,"texture":"#0"},"up":{"uv":[13,8,15.97,11.97],"rotation":180,"texture":"#0"},"down":{"uv":[0,9,2.97,12.97],"rotation":180,"texture":"#0"}}},{"from":[3.015,-0.735,3.015],"to":[7.985,1.235,4.985],"rotation":{"angle":-22.5,"axis":"z","origin":[5.5,0.25,3.5]},"faces":{"north":{"uv":[3,7,7.97,8.97],"texture":"#0"},"east":{"uv":[3,7,4.97,8.97],"texture":"#0"},"south":{"uv":[3,7,7.97,8.97],"texture":"#0"},"west":{"uv":[3,7,4.97,8.97],"texture":"#0"},"up":{"uv":[3,7,7.97,8.97],"texture":"#0"},"down":{"uv":[3,7,7.97,8.97],"texture":"#0"}}},{"from":[8.01,-0.74,3.01],"to":[12.99,1.24,4.99],"rotation":{"angle":22.5,"axis":"z","origin":[10.5,0.25,3.5]},"faces":{"north":{"uv":[3,7,7.97,8.97],"texture":"#0"},"east":{"uv":[3,7,4.97,8.97],"texture":"#0"},"south":{"uv":[3,7,7.97,8.97],"texture":"#0"},"west":{"uv":[3,7,4.97,8.97],"texture":"#0"},"up":{"uv":[3,7,7.97,8.97],"texture":"#0"},"down":{"uv":[3,7,7.97,8.97],"texture":"#0"}}},{"from":[3.9241,6.31638,7],"to":[12.0741,8.31638,11],"rotation":{"angle":0,"axis":"z","origin":[8.56325,7.31638,9]},"faces":{"north":{"uv":[8.5,9,0.35,11],"rotation":180,"texture":"#0"},"east":{"uv":[4.35,9,0.35,11],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,9,0.35,11],"rotation":180,"texture":"#0"},"west":{"uv":[4.35,9,0.35,11],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,9,0.35,13],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,9,0.35,13],"rotation":180,"texture":"#0"}}},{"from":[3.09901,2.34901,3.01],"to":[5.07901,9.32901,4.99],"rotation":{"angle":-22.5,"axis":"z","origin":[4.08901,7.83901,4]},"faces":{"north":{"uv":[4,0.5,5.98,7.48],"texture":"#0"},"east":{"uv":[4,0.5,5.98,7.48],"texture":"#0"},"south":{"uv":[4,0.5,5.98,7.48],"texture":"#0"},"west":{"uv":[4,0.5,5.98,7.48],"texture":"#0"},"up":{"uv":[4,0.5,5.98,2.48],"texture":"#0"},"down":{"uv":[4,0.5,5.98,2.48],"texture":"#0"}}},{"from":[10.92099,2.34901,3.01],"to":[12.90099,9.32901,4.99],"rotation":{"angle":22.5,"axis":"z","origin":[11.91099,7.83901,4]},"faces":{"north":{"uv":[4,0.5,5.98,7.48],"texture":"#0"},"east":{"uv":[4,0.5,5.98,7.48],"texture":"#0"},"south":{"uv":[4,0.5,5.98,7.48],"texture":"#0"},"west":{"uv":[4,0.5,5.98,7.48],"texture":"#0"},"up":{"uv":[4,0.5,5.98,2.48],"texture":"#0"},"down":{"uv":[4,0.5,5.98,2.48],"texture":"#0"}}},{"from":[0.94673,0.48125,3.42402],"to":[3.96673,7.50125,3.46402],"rotation":{"angle":-22.5,"axis":"y","origin":[4.45673,3.99125,2.74402]},"faces":{"north":{"uv":[12,1,14.98,7.98],"texture":"#1"},"south":{"uv":[14.98,1,12,7.98],"texture":"#1"}}},{"from":[2.14673,7.58125,2.62402],"to":[5.16673,10.60125,2.66402],"rotation":{"angle":-22.5,"axis":"x","origin":[3.65673,9.09125,2.64402]},"faces":{"north":{"uv":[12,1,14.98,3.98],"texture":"#1"},"south":{"uv":[14.98,1,12,3.98],"texture":"#1"}}},{"from":[5.48,8.58125,2.87402],"to":[10.52,11.62125,2.91402],"rotation":{"angle":-22.5,"axis":"x","origin":[7.15673,10.09125,2.89402]},"faces":{"north":{"uv":[11.5,0,14.4,4.9],"rotation":270,"texture":"#1"},"south":{"uv":[11.5,4.9,14.4,0],"rotation":270,"texture":"#1"}}},{"from":[10.83327,7.58125,2.62402],"to":[13.85327,10.60125,2.66402],"rotation":{"angle":-22.5,"axis":"x","origin":[12.34327,9.09125,2.64402]},"faces":{"north":{"uv":[14.98,1,12,3.98],"texture":"#1"},"south":{"uv":[12,1,14.98,3.98],"texture":"#1"}}},{"from":[12.03327,0.48125,3.42402],"to":[15.05327,7.50125,3.46402],"rotation":{"angle":22.5,"axis":"y","origin":[11.54327,3.99125,2.74402]},"faces":{"north":{"uv":[14.98,1,12,7.98],"texture":"#1"},"south":{"uv":[12,1,14.98,7.98],"texture":"#1"}}},{"from":[10.92099,2.34901,3.01],"to":[12.90099,9.32901,4.99],"rotation":{"angle":22.5,"axis":"z","origin":[11.91099,7.83901,4]},"faces":{"north":{"uv":[4,0.5,5.98,7.48],"texture":"#0"},"east":{"uv":[4,0.5,5.98,7.48],"texture":"#0"},"south":{"uv":[4,0.5,5.98,7.48],"texture":"#0"},"west":{"uv":[4,0.5,5.98,7.48],"texture":"#0"},"up":{"uv":[4,0.5,5.98,2.48],"texture":"#0"},"down":{"uv":[4,0.5,5.98,2.48],"texture":"#0"}}},{"from":[3.09901,3.09901,5.01],"to":[5.07901,8.57901,8.99],"rotation":{"angle":-22.5,"axis":"z","origin":[4.08901,7.08901,6]},"faces":{"north":{"uv":[9.5,7.02,11.48,12.5],"texture":"#0"},"east":{"uv":[9.5,7.02,13.48,12.5],"texture":"#0"},"south":{"uv":[9.5,7.02,11.48,12.5],"texture":"#0"},"west":{"uv":[9.5,7.02,13.48,12.5],"texture":"#0"},"up":{"uv":[9.5,7.02,11.48,11],"texture":"#0"},"down":{"uv":[9.5,7.02,11.48,11],"texture":"#0"}}},{"from":[6.01228,2.97253,10.43352],"to":[9.99228,8.45253,12.41352],"rotation":{"angle":-22.5,"axis":"x","origin":[9.00228,6.96253,11.42352]},"faces":{"north":{"uv":[9.5,7,13.48,12.48],"texture":"#0"},"east":{"uv":[9.5,7,11.48,12.48],"texture":"#0"},"south":{"uv":[9.5,7,13.48,12.48],"texture":"#0"},"west":{"uv":[9.5,7,11.48,12.48],"texture":"#0"},"up":{"uv":[9.5,7,13.48,8.98],"texture":"#0"},"down":{"uv":[9.5,7,13.48,8.98],"texture":"#0"}}},{"from":[6.00228,-0.90127,11.73774],"to":[10.00228,4.09873,13.73774],"rotation":{"angle":22.5,"axis":"x","origin":[9.00228,3.59873,12.73774]},"faces":{"north":{"uv":[7,11,11,16],"texture":"#0"},"east":{"uv":[7,11,9,16],"texture":"#0"},"south":{"uv":[7,11,11,16],"texture":"#0"},"west":{"uv":[7,11,9,16],"texture":"#0"},"up":{"uv":[7,11,11,13],"texture":"#0"},"down":{"uv":[7,11,11,13],"texture":"#0"}}},{"from":[4.01228,2.57253,9.73352],"to":[11.99228,8.05253,11.71352],"rotation":{"angle":-22.5,"axis":"x","origin":[9.00228,6.56253,10.72352]},"faces":{"north":{"uv":[9,9.02,1.02,14.5],"texture":"#0"},"east":{"uv":[3,9.02,1.02,14.5],"texture":"#0"},"south":{"uv":[9,9.02,1.02,14.5],"texture":"#0"},"west":{"uv":[3,9.02,1.02,14.5],"texture":"#0"},"up":{"uv":[9,9.02,1.02,11],"texture":"#0"},"down":{"uv":[9,9.02,1.02,11],"texture":"#0"}}},{"from":[4.00228,-1.30127,11.03774],"to":[12.00228,3.69873,13.03774],"rotation":{"angle":22.5,"axis":"x","origin":[9.00228,3.19873,12.03774]},"faces":{"north":{"uv":[12,11,4,16],"texture":"#0"},"east":{"uv":[6,11,4,16],"texture":"#0"},"south":{"uv":[12,11,4,16],"texture":"#0"},"west":{"uv":[6,11,4,16],"texture":"#0"},"up":{"uv":[12,11,4,13],"texture":"#0"},"down":{"uv":[12.5,14,4.5,16],"rotation":180,"texture":"#0"}}},{"from":[6.00228,8.33023,8.32223],"to":[10.00228,10.33023,11.32223],"rotation":{"angle":22.5,"axis":"x","origin":[9.00228,8.37352,7.51253]},"faces":{"north":{"uv":[15,8,11,10],"texture":"#0"},"east":{"uv":[3,9,0,11],"rotation":180,"texture":"#0"},"south":{"uv":[15,8,11,10],"texture":"#0"},"west":{"uv":[14,8,11,10],"texture":"#0"},"up":{"uv":[14,8,11,12],"rotation":90,"texture":"#0"},"down":{"uv":[3,9,0,13],"rotation":270,"texture":"#0"}}},{"from":[3.09901,3.09901,7.01],"to":[5.07901,8.07901,10.99],"rotation":{"angle":-22.5,"axis":"z","origin":[4.08901,6.08901,8]},"faces":{"north":{"uv":[11.5,7.02,13.48,12],"texture":"#0"},"east":{"uv":[11.5,7.02,15.48,12],"texture":"#0"},"south":{"uv":[11.5,7.02,13.48,12],"texture":"#0"},"west":{"uv":[11.5,7.02,15.48,12],"texture":"#0"},"up":{"uv":[11.5,7.02,13.48,11],"texture":"#0"},"down":{"uv":[11.5,7.02,13.48,11],"texture":"#0"}}},{"from":[12.22521,-0.77479,5],"to":[14.22521,4.22521,9],"rotation":{"angle":-22.5,"axis":"z","origin":[13.22521,3.72521,6]},"faces":{"north":{"uv":[9,11,7,16],"texture":"#0"},"east":{"uv":[11,11,7,16],"texture":"#0"},"south":{"uv":[9,11,7,16],"texture":"#0"},"west":{"uv":[11,11,7,16],"texture":"#0"},"up":{"uv":[9,11,7,15],"texture":"#0"},"down":{"uv":[0,16,4,14],"rotation":90,"texture":"#0"}}},{"from":[10.92099,3.09901,7.01],"to":[12.90099,8.07901,10.99],"rotation":{"angle":22.5,"axis":"z","origin":[11.91099,6.08901,8]},"faces":{"north":{"uv":[13.48,7.02,11.5,12],"texture":"#0"},"east":{"uv":[15.48,7.02,11.5,12],"texture":"#0"},"south":{"uv":[13.48,7.02,11.5,12],"texture":"#0"},"west":{"uv":[15.48,7.02,11.5,12],"texture":"#0"},"up":{"uv":[13.48,7.02,11.5,11],"texture":"#0"},"down":{"uv":[13.48,7.02,11.5,11],"texture":"#0"}}},{"from":[10.92099,3.09901,5.01],"to":[12.90099,8.57901,8.99],"rotation":{"angle":22.5,"axis":"z","origin":[11.91099,7.08901,6]},"faces":{"north":{"uv":[11.48,7.02,9.5,12.5],"texture":"#0"},"east":{"uv":[13.48,7.02,9.5,12.5],"texture":"#0"},"south":{"uv":[11.48,7.02,9.5,12.5],"texture":"#0"},"west":{"uv":[13.48,7.02,9.5,12.5],"texture":"#0"},"up":{"uv":[11.48,7.02,9.5,11],"texture":"#0"},"down":{"uv":[11.48,7.02,9.5,11],"texture":"#0"}}},{"from":[12.22521,-1.42479,7],"to":[14.22521,4.07521,11],"rotation":{"angle":-22.5,"axis":"z","origin":[13.22521,4.57521,8]},"faces":{"north":{"uv":[10,10.5,8,16],"texture":"#0"},"east":{"uv":[12,10.5,8,16],"texture":"#0"},"south":{"uv":[10,10.5,8,16],"texture":"#0"},"west":{"uv":[12,10.5,8,16],"texture":"#0"},"up":{"uv":[10,10.5,8,14.5],"texture":"#0"},"down":{"uv":[5.5,16,9.5,14],"rotation":90,"texture":"#0"}}}],"display":{"head":{"rotation":[-9,0,0],"translation":[0,7.25,0.25],"scale":[1.79,1.79,1.79]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/fury_coronet.json b/assets/minecraft/models/item/wynn/skin/hat/fury_coronet.json new file mode 100644 index 000000000..2a596de30 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/fury_coronet.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/fury_coronet","particle":"skins/fury_coronet"},"elements":[{"from":[7.99,4.5,0.5],"to":[8,10.5,5.5],"rotation":{"angle":-22.5,"axis":"x","origin":[8,5.5,3]},"faces":{"north":{"uv":[0,0,0,0],"texture":"#0"},"east":{"uv":[0,0,6,5],"rotation":270,"texture":"#0"},"south":{"uv":[0,0,0,0],"rotation":180,"texture":"#0"},"west":{"uv":[6,0,0,5],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,0,0],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,0,0],"texture":"#0"}}},{"from":[5.5,5.5,3],"to":[10.5,9.5,3.01],"rotation":{"angle":-22.5,"axis":"x","origin":[8,5.5,3]},"faces":{"north":{"uv":[4,5,0,10],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,0,0],"rotation":270,"texture":"#0"},"south":{"uv":[0,5,4,10],"rotation":270,"texture":"#0"},"west":{"uv":[0,0,0,0],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,0,0],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,0,0],"texture":"#0"}}},{"from":[12.99,5.5,5.5],"to":[13,9.5,10.5],"rotation":{"angle":-22.5,"axis":"z","origin":[13,5.5,8]},"faces":{"north":{"uv":[0,0,0,0],"rotation":90,"texture":"#0"},"east":{"uv":[4,5,0,10],"rotation":90,"texture":"#0"},"south":{"uv":[0,0,0,0],"rotation":270,"texture":"#0"},"west":{"uv":[0,5,4,10],"rotation":270,"texture":"#0"},"up":{"uv":[0,0,0,0],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,0,0],"rotation":270,"texture":"#0"}}},{"from":[10.5,4.5,7.99],"to":[15.5,10.5,8],"rotation":{"angle":-22.5,"axis":"z","origin":[13,5.5,8]},"faces":{"north":{"uv":[6,0,0,5],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,0,0],"texture":"#0"},"south":{"uv":[0,0,6,5],"rotation":270,"texture":"#0"},"west":{"uv":[0,0,0,0],"rotation":180,"texture":"#0"},"up":{"uv":[0,0,0,0],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,0,0],"rotation":270,"texture":"#0"}}},{"from":[5.5,5.5,12.99],"to":[10.5,9.5,13],"rotation":{"angle":22.5,"axis":"x","origin":[8,5.5,13]},"faces":{"north":{"uv":[0,5,4,10],"rotation":270,"texture":"#0"},"east":{"uv":[0,0,0,0],"rotation":90,"texture":"#0"},"south":{"uv":[4,5,0,10],"rotation":90,"texture":"#0"},"west":{"uv":[0,0,0,0],"rotation":270,"texture":"#0"},"up":{"uv":[0,0,0,0],"texture":"#0"},"down":{"uv":[0,0,0,0],"rotation":180,"texture":"#0"}}},{"from":[8,4.5,10.5],"to":[8.01,10.5,15.5],"rotation":{"angle":22.5,"axis":"x","origin":[8,5.5,13]},"faces":{"north":{"uv":[0,0,0,0],"rotation":180,"texture":"#0"},"east":{"uv":[6,0,0,5],"rotation":90,"texture":"#0"},"south":{"uv":[0,0,0,0],"texture":"#0"},"west":{"uv":[0,0,6,5],"rotation":270,"texture":"#0"},"up":{"uv":[0,0,0,0],"texture":"#0"},"down":{"uv":[0,0,0,0],"rotation":180,"texture":"#0"}}},{"from":[3,5.5,5.5],"to":[3.01,9.5,10.5],"rotation":{"angle":22.5,"axis":"z","origin":[3,5.5,8]},"faces":{"north":{"uv":[0,0,0,0],"rotation":270,"texture":"#0"},"east":{"uv":[0,5,4,10],"rotation":270,"texture":"#0"},"south":{"uv":[0,0,0,0],"rotation":90,"texture":"#0"},"west":{"uv":[4,5,0,10],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,0,0],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,0,0],"rotation":90,"texture":"#0"}}},{"from":[0.5,4.5,8],"to":[5.5,10.5,8.01],"rotation":{"angle":22.5,"axis":"z","origin":[3,5.5,8]},"faces":{"north":{"uv":[0,0,6,5],"rotation":270,"texture":"#0"},"east":{"uv":[0,0,0,0],"rotation":180,"texture":"#0"},"south":{"uv":[6,0,0,5],"rotation":90,"texture":"#0"},"west":{"uv":[0,0,0,0],"texture":"#0"},"up":{"uv":[0,0,0,0],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,0,0],"rotation":90,"texture":"#0"}}},{"from":[8,2.5,-3],"to":[8.01,5.5,1],"rotation":{"angle":-45,"axis":"y","origin":[8,4,8]},"faces":{"east":{"uv":[4,6,8,9],"texture":"#0"},"west":{"uv":[8,6,4,9],"texture":"#0"}}},{"from":[15,2.5,8],"to":[19,5.5,8.01],"rotation":{"angle":-45,"axis":"y","origin":[8,4,8]},"faces":{"north":{"uv":[8,6,4,9],"texture":"#0"},"south":{"uv":[4,6,8,9],"texture":"#0"}}},{"from":[8,2.5,15],"to":[8.01,5.5,19],"rotation":{"angle":-45,"axis":"y","origin":[8,4,8]},"faces":{"east":{"uv":[8,6,4,9],"texture":"#0"},"west":{"uv":[4,6,8,9],"texture":"#0"}}},{"from":[-3,2.5,8],"to":[1,5.5,8.01],"rotation":{"angle":-45,"axis":"y","origin":[8,4,8]},"faces":{"north":{"uv":[4,6,8,9],"texture":"#0"},"south":{"uv":[8,6,4,9],"texture":"#0"}}},{"from":[2.99,1.49,2.99],"to":[13.01,7.51,13.01],"faces":{"north":{"uv":[6,0,16,6],"texture":"#0"},"east":{"uv":[6,0,16,6],"texture":"#0"},"south":{"uv":[6,0,16,6],"texture":"#0"},"west":{"uv":[6,0,16,6],"texture":"#0"}}},{"from":[13,1.5,3],"to":[3,7.5,13],"faces":{"north":{"uv":[6,0,16,6],"texture":"#0"},"east":{"uv":[6,0,16,6],"texture":"#0"},"south":{"uv":[6,0,16,6],"texture":"#0"},"west":{"uv":[6,0,16,6],"texture":"#0"}}}],"display":{"head":{"rotation":[5,0,5],"translation":[-0.5,11,0.5],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/gardener_hat.json b/assets/minecraft/models/item/wynn/skin/hat/gardener_hat.json new file mode 100644 index 000000000..3f041079b --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/gardener_hat.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/gardener_hat","particle":"skins/gardener_hat"},"elements":[{"from":[-4,0,-4],"to":[17,0,20],"faces":{"up":{"uv":[6,6,0.75,0],"texture":"#0"},"down":{"uv":[6,6,0.75,12],"texture":"#0"}}},{"from":[17,0,-4],"to":[20,0,20],"rotation":{"angle":-22.5,"axis":"z","origin":[17,0,8]},"faces":{"up":{"uv":[0.75,6,0,0],"texture":"#0"},"down":{"uv":[0.75,6,0,12],"texture":"#0"}}},{"from":[3,0,3],"to":[13,4,13],"faces":{"north":{"uv":[8.5,0,11,1],"texture":"#0"},"east":{"uv":[8.5,0,11,1],"texture":"#0"},"south":{"uv":[8.5,0,11,1],"texture":"#0"},"west":{"uv":[8.5,0,11,1],"texture":"#0"},"up":{"uv":[8.5,2.5,6,0],"texture":"#0"}}},{"from":[2.8,0,2.8],"to":[13.2,4.4,13.2],"faces":{"north":{"uv":[8.5,1,11,2],"texture":"#0"},"east":{"uv":[8.5,1,11,2],"texture":"#0"},"south":{"uv":[8.5,1,11,2],"texture":"#0"},"west":{"uv":[8.5,1,11,2],"texture":"#0"}}},{"from":[-3,-8,11],"to":[-3,0,13],"faces":{"east":{"uv":[11.5,0,11,2],"texture":"#0"},"west":{"uv":[11,0,11.5,2],"texture":"#0"}}}],"display":{"head":{"rotation":[5,0,5],"translation":[-1,15,1],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/geomancer_bouldercrest.json b/assets/minecraft/models/item/wynn/skin/hat/geomancer_bouldercrest.json new file mode 100644 index 000000000..07415f1da --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/geomancer_bouldercrest.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/geomancer_bouldercrest","particle":"skins/geomancer_bouldercrest"},"elements":[{"from":[7,11,2],"to":[9,12,3],"rotation":{"angle":22.5,"axis":"x","origin":[8,4,2]},"faces":{"north":{"uv":[1,0,3,1],"texture":"#0"},"east":{"uv":[1,0,2,1],"texture":"#0"},"south":{"uv":[3,0,1,1],"texture":"#0"},"west":{"uv":[2,0,3,1],"texture":"#0"},"up":{"uv":[3,0,1,1],"texture":"#0"}}},{"from":[6,5,2],"to":[10,11,3],"rotation":{"angle":22.5,"axis":"x","origin":[8,4,2]},"faces":{"north":{"uv":[0,1,4,7],"texture":"#0"},"east":{"uv":[0,1,1,7],"texture":"#0"},"south":{"uv":[4,1,8,7],"texture":"#0"},"west":{"uv":[3,1,4,7],"texture":"#0"},"up":{"uv":[0,1,4,2],"texture":"#0"},"down":{"uv":[0,6,4,7],"texture":"#0"}}},{"from":[7,4,2],"to":[9,5,3],"rotation":{"angle":22.5,"axis":"x","origin":[8,4,2]},"faces":{"north":{"uv":[1,7,3,8],"texture":"#0"},"east":{"uv":[1,7,2,8],"texture":"#0"},"south":{"uv":[1,7,3,8],"texture":"#0"},"west":{"uv":[2,7,3,8],"texture":"#0"},"down":{"uv":[3,7,1,8],"texture":"#0"}}},{"from":[7,3,12],"to":[9,8,14],"rotation":{"angle":0,"axis":"y","origin":[8,5,13]},"faces":{"north":{"uv":[8,0,10,5],"texture":"#0"},"east":{"uv":[8,0,10,5],"texture":"#0"},"south":{"uv":[8,0,10,5],"texture":"#0"},"west":{"uv":[8,0,10,5],"texture":"#0"},"up":{"uv":[10,0,12,2],"texture":"#0"},"down":{"uv":[10,2,12,4],"texture":"#0"}}},{"from":[12,3,7],"to":[14,8,9],"rotation":{"angle":0,"axis":"y","origin":[0,4,-1]},"faces":{"north":{"uv":[8,0,10,5],"texture":"#0"},"east":{"uv":[8,0,10,5],"texture":"#0"},"south":{"uv":[8,0,10,5],"texture":"#0"},"west":{"uv":[8,0,10,5],"texture":"#0"},"up":{"uv":[10,0,12,2],"texture":"#0"},"down":{"uv":[10,2,12,4],"texture":"#0"}}},{"from":[2,3,7],"to":[4,8,9],"rotation":{"angle":0,"axis":"y","origin":[0,4,0]},"faces":{"north":{"uv":[8,0,10,5],"texture":"#0"},"east":{"uv":[8,0,10,5],"texture":"#0"},"south":{"uv":[8,0,10,5],"texture":"#0"},"west":{"uv":[8,0,10,5],"texture":"#0"},"up":{"uv":[10,0,12,2],"texture":"#0"},"down":{"uv":[10,2,12,4],"texture":"#0"}}},{"from":[3,2,3],"to":[5,7,5],"rotation":{"angle":0,"axis":"y","origin":[0,4,-1]},"faces":{"north":{"uv":[8,0,10,5],"texture":"#0"},"east":{"uv":[8,0,10,5],"texture":"#0"},"south":{"uv":[8,0,10,5],"texture":"#0"},"west":{"uv":[8,0,10,5],"texture":"#0"},"up":{"uv":[10,0,12,2],"texture":"#0"},"down":{"uv":[10,2,12,4],"texture":"#0"}}},{"from":[3,2,11],"to":[5,7,13],"rotation":{"angle":0,"axis":"y","origin":[0,4,-1]},"faces":{"north":{"uv":[8,0,10,5],"texture":"#0"},"east":{"uv":[8,0,10,5],"texture":"#0"},"south":{"uv":[8,0,10,5],"texture":"#0"},"west":{"uv":[8,0,10,5],"texture":"#0"},"up":{"uv":[10,0,12,2],"texture":"#0"},"down":{"uv":[10,2,12,4],"texture":"#0"}}},{"from":[11,2,11],"to":[13,7,13],"rotation":{"angle":0,"axis":"y","origin":[0,4,-1]},"faces":{"north":{"uv":[8,0,10,5],"texture":"#0"},"east":{"uv":[8,0,10,5],"texture":"#0"},"south":{"uv":[8,0,10,5],"texture":"#0"},"west":{"uv":[8,0,10,5],"texture":"#0"},"up":{"uv":[10,0,12,2],"texture":"#0"},"down":{"uv":[10,2,12,4],"texture":"#0"}}},{"from":[11,2,3],"to":[13,7,5],"rotation":{"angle":0,"axis":"y","origin":[0,4,-1]},"faces":{"north":{"uv":[8,0,10,5],"texture":"#0"},"east":{"uv":[8,0,10,5],"texture":"#0"},"south":{"uv":[8,0,10,5],"texture":"#0"},"west":{"uv":[8,0,10,5],"texture":"#0"},"up":{"uv":[10,0,12,2],"texture":"#0"},"down":{"uv":[10,2,12,4],"texture":"#0"}}}],"display":{"head":{"translation":[0,10,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/ginger_beard.json b/assets/minecraft/models/item/wynn/skin/hat/ginger_beard.json new file mode 100644 index 000000000..458790f24 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/ginger_beard.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/dwarf","particle":"skins/dwarf"},"elements":[{"from":[7.25,1.0427,6.31194],"to":[8.75,2.5427,7.31194],"rotation":{"angle":22.5,"axis":"x","origin":[8,1.6,7]},"faces":{"north":{"uv":[6.5,1.25,7.25,2],"rotation":270,"texture":"#0"},"east":{"uv":[6.5,1.25,7.25,1.75],"rotation":270,"texture":"#0"},"south":{"uv":[6.5,1.25,7.25,2],"rotation":270,"texture":"#0"},"west":{"uv":[6.5,1.25,7.25,1.75],"rotation":270,"texture":"#0"},"up":{"uv":[6.75,1,7.25,1.75],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,1.25,7,2],"rotation":270,"texture":"#0"}}},{"from":[7.65,1,6.6],"to":[9.65,2.5,7.6],"rotation":{"angle":-22.5,"axis":"z","origin":[8.65,1.75,7.1]},"faces":{"north":{"uv":[2.75,2,3.75,2.75],"texture":"#0"},"east":{"uv":[2.75,2.25,3.25,3],"texture":"#0"},"south":{"uv":[2.75,2,3.75,2.75],"texture":"#0"},"west":{"uv":[4,2,4.5,2.75],"texture":"#0"},"up":{"uv":[2.75,2,3.75,2.5],"texture":"#0"},"down":{"uv":[2.75,2.25,3.75,2.75],"texture":"#0"}}},{"from":[6.349,0.999,6.599],"to":[8.351,2.501,7.601],"rotation":{"angle":22.5,"axis":"z","origin":[7.35,1.75,7.1]},"faces":{"north":{"uv":[3.75,2,2.75,2.75],"texture":"#0"},"east":{"uv":[4.5,2,4,2.75],"texture":"#0"},"south":{"uv":[3.75,2,2.75,2.75],"texture":"#0"},"west":{"uv":[3.25,2.25,2.75,3],"texture":"#0"},"up":{"uv":[3.75,2,2.75,2.5],"texture":"#0"},"down":{"uv":[3.75,2.25,2.75,2.75],"texture":"#0"}}},{"from":[6.75,-1.75,6.45],"to":[9.25,1.25,7.45],"rotation":{"angle":0,"axis":"y","origin":[15,6.25,14.45]},"faces":{"north":{"uv":[2.75,2.75,4,4.25],"texture":"#0"},"east":{"uv":[2.75,2.75,3.25,4.25],"texture":"#0"},"south":{"uv":[2.75,2.75,4,4.25],"texture":"#0"},"west":{"uv":[2.75,2.75,3.25,4.25],"texture":"#0"},"up":{"uv":[2.75,2.75,4,3.25],"texture":"#0"},"down":{"uv":[2.75,4,4,4.25],"texture":"#0"}}},{"from":[6.85,-5.2,6.55],"to":[9.15,-3.4,7.85],"rotation":{"angle":0,"axis":"y","origin":[15,6.45,14.45]},"faces":{"north":{"uv":[4.25,3.75,5.5,4.75],"texture":"#0"},"east":{"uv":[4.25,3.75,5,4.75],"texture":"#0"},"south":{"uv":[4.25,3.75,5.5,4.75],"texture":"#0"},"west":{"uv":[5,3.75,4.25,4.75],"texture":"#0"},"up":{"uv":[2.75,2,4,2.75],"rotation":180,"texture":"#0"},"down":{"uv":[16,16,16,16],"rotation":180,"texture":"#0"}}},{"from":[11,-5.4,7.05],"to":[12.8,-3.6,8.35],"rotation":{"angle":22.5,"axis":"z","origin":[8,-4.3,7.2]},"faces":{"north":{"uv":[4.5,3.75,5.5,4.75],"texture":"#0"},"east":{"uv":[4.75,3.75,5.5,4.75],"texture":"#0"},"south":{"uv":[4.5,3.75,5.5,4.75],"texture":"#0"},"west":{"uv":[5,3.75,4.25,4.75],"texture":"#0"},"up":{"uv":[2.75,2,3.75,2.75],"rotation":180,"texture":"#0"}}},{"from":[3.2,-5.15,7.05],"to":[5,-3.35,8.35],"rotation":{"angle":-22.5,"axis":"z","origin":[8,-4.3,7.2]},"faces":{"north":{"uv":[5.5,3.75,4.5,4.75],"texture":"#0"},"east":{"uv":[4.25,3.75,5,4.75],"texture":"#0"},"south":{"uv":[5.5,3.75,4.5,4.75],"texture":"#0"},"west":{"uv":[5.5,3.75,4.75,4.75],"texture":"#0"},"up":{"uv":[3.75,2,2.75,2.75],"rotation":180,"texture":"#0"}}},{"from":[4.1,-1.25,6.95],"to":[6.4,2.55,7.85],"rotation":{"angle":-22.5,"axis":"z","origin":[6.25,-1.1,7.35]},"faces":{"north":{"uv":[2.75,4,4,6],"texture":"#0"},"east":{"uv":[3.5,4,4,6],"texture":"#0"},"south":{"uv":[4,3.5,2.75,5.5],"texture":"#0"},"west":{"uv":[4,4,3.5,6],"texture":"#0"},"up":{"uv":[2.75,3,4,3.5],"texture":"#0"},"down":{"uv":[2.75,6.75,4,7.25],"texture":"#0"}}},{"from":[9.601,-1.499,6.951],"to":[11.899,2.299,7.849],"rotation":{"angle":22.5,"axis":"z","origin":[9.75,-1.1,7.35]},"faces":{"north":{"uv":[4,4,2.75,6],"texture":"#0"},"east":{"uv":[3.5,4,4,6],"texture":"#0"},"south":{"uv":[2.75,3.5,4,5.5],"texture":"#0"},"west":{"uv":[4,4,3.5,6],"texture":"#0"},"up":{"uv":[2.75,3,4,3.5],"texture":"#0"},"down":{"uv":[4,6.75,2.75,7.25],"texture":"#0"}}},{"from":[6,-1,7.751],"to":[10,1.5,8.751],"rotation":{"angle":0,"axis":"z","origin":[9.39275,-0.0386,7.4]},"faces":{"north":{"uv":[4,4,2.75,6],"rotation":90,"texture":"#0"},"east":{"uv":[4,6.75,2.75,7.25],"rotation":270,"texture":"#0"},"south":{"uv":[2.75,3.5,4,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[2.75,3,4,3.5],"rotation":270,"texture":"#0"},"up":{"uv":[3.5,4,4,6],"rotation":270,"texture":"#0"},"down":{"uv":[4,4,3.5,6],"rotation":270,"texture":"#0"}}},{"from":[7.15,-3.45,6.75],"to":[8.85,-1.75,8.45],"rotation":{"angle":0,"axis":"y","origin":[15,4.4,14.6]},"faces":{"north":{"uv":[4,2.75,5,3.75],"texture":"#0"},"east":{"uv":[4,2.75,5,3.75],"texture":"#0"},"south":{"uv":[4,2.75,5,3.75],"texture":"#0"},"west":{"uv":[4,2.75,5,3.75],"texture":"#0"},"up":{"uv":[4,2.75,5,3.75],"texture":"#0"},"down":{"uv":[4,2.75,5,3.75],"texture":"#0"}}},{"from":[11.42731,-2.40506,7.3],"to":[12.72731,-1.10506,8],"rotation":{"angle":22.5,"axis":"z","origin":[11.07731,-4.25506,7.65]},"faces":{"north":{"uv":[4,3,4.75,3.75],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,3,4.75,3.75],"texture":"#0"},"south":{"uv":[4,3.5,4.25,3.75],"rotation":180,"texture":"#0"},"west":{"uv":[4,3.5,4.75,3.75],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,3,4,3.75],"rotation":90,"texture":"#0"},"down":{"uv":[4,3,4.25,3.75],"rotation":90,"texture":"#0"}}},{"from":[3.27269,-2.15506,7.3],"to":[4.57269,-0.85506,8],"rotation":{"angle":-22.5,"axis":"z","origin":[4.92269,-4.25506,7.65]},"faces":{"north":{"uv":[4,3.75,4.75,3],"rotation":270,"texture":"#0"},"east":{"uv":[4,3.75,4.75,3.5],"rotation":270,"texture":"#0"},"south":{"uv":[4.25,3.5,4,3.75],"rotation":180,"texture":"#0"},"west":{"uv":[4.75,3,4.5,3.75],"texture":"#0"},"up":{"uv":[4.5,3.75,4,3],"rotation":90,"texture":"#0"},"down":{"uv":[4,3.75,4.25,3],"rotation":90,"texture":"#0"}}}],"display":{"head":{"translation":[0,9,-5],"scale":[2.19,2.19,2.19]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/gingerbread_house.json b/assets/minecraft/models/item/wynn/skin/hat/gingerbread_house.json new file mode 100644 index 000000000..d3777e273 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/gingerbread_house.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/gingerbread_house","particle":"skins/gingerbread_house"},"elements":[{"from":[2,11,9.5],"to":[5,18,12.5],"faces":{"north":{"uv":[13.5,12.5,15,16],"texture":"#0"},"east":{"uv":[13.5,12.5,15,16],"texture":"#0"},"south":{"uv":[13.5,12.5,15,16],"texture":"#0"},"west":{"uv":[13.5,12.5,15,16],"texture":"#0"},"up":{"uv":[13.5,11,15,12.5],"texture":"#0"}}},{"from":[8,4,1.5],"to":[9,17,14.5],"rotation":{"angle":45,"axis":"z","origin":[8,16,1.5]},"faces":{"north":{"uv":[12.5,9.5,13,16],"texture":"#0"},"east":{"uv":[6,9.5,12.5,16],"texture":"#0"},"south":{"uv":[12.5,9.5,13,16],"texture":"#0"},"west":{"uv":[6,9.5,12.5,16],"texture":"#0"},"down":{"uv":[13,9.5,13.5,16],"texture":"#0"}}},{"from":[7,4,1.5],"to":[8,17,14.5],"rotation":{"angle":-45,"axis":"z","origin":[8,16,1.5]},"faces":{"north":{"uv":[12.5,9.5,13,16],"texture":"#0"},"east":{"uv":[6,9.5,12.5,16],"texture":"#0"},"south":{"uv":[12.5,9.5,13,16],"texture":"#0"},"west":{"uv":[6,9.5,12.5,16],"texture":"#0"},"down":{"uv":[13,9.5,13.5,16],"texture":"#0"}}},{"from":[14,0,3],"to":[2,16,13],"faces":{"north":{"uv":[0,0,6,8],"texture":"#0"},"east":{"uv":[11,0,6,8],"texture":"#0"},"south":{"uv":[0,8,6,16],"texture":"#0"},"west":{"uv":[6,0,11,8],"texture":"#0"}}},{"from":[1.99,-0.01,2.99],"to":[14.01,16.01,13.01],"faces":{"north":{"uv":[0,0,6,8],"texture":"#0"},"east":{"uv":[11,0,6,8],"texture":"#0"},"south":{"uv":[0,8,6,16],"texture":"#0"},"west":{"uv":[6,0,11,8],"texture":"#0"}}}],"display":{"head":{"translation":[0,5,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/gluttony_gourd.json b/assets/minecraft/models/item/wynn/skin/hat/gluttony_gourd.json new file mode 100644 index 000000000..3a8e677a1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/gluttony_gourd.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/gluttony_gourd","particle":"skins/gluttony_gourd"},"elements":[{"from":[2.99,0.99,2.99],"to":[13.01,6.01,13.01],"rotation":{"angle":-22.5,"axis":"x","origin":[8,3,13]},"faces":{"north":{"uv":[5,5,10,7.5],"texture":"#0"},"east":{"uv":[10,7.5,5,10],"texture":"#0"},"south":{"uv":[10,5,15,7.5],"texture":"#0"},"west":{"uv":[5,7.5,10,10],"texture":"#0"},"down":{"uv":[0,5,5,10],"texture":"#0"}}},{"from":[13,1,3],"to":[3,6,13],"rotation":{"angle":-22.5,"axis":"x","origin":[8,3,13]},"faces":{"north":{"uv":[5,5,10,7.5],"texture":"#0"},"east":{"uv":[10,7.5,5,10],"texture":"#0"},"south":{"uv":[10,5,15,7.5],"texture":"#0"},"west":{"uv":[5,7.5,10,10],"texture":"#0"},"down":{"uv":[0,5,5,10],"texture":"#0"}}},{"from":[6.95,10.95,6.95],"to":[9.05,15.05,9.05],"rotation":{"angle":22.5,"axis":"x","origin":[8,3,13]},"faces":{"north":{"uv":[15,0,16,2],"texture":"#0"},"east":{"uv":[15,0,16,2],"texture":"#0"},"south":{"uv":[15,0,16,2],"texture":"#0"},"west":{"uv":[15,0,16,2],"texture":"#0"},"up":{"uv":[15,2,16,3],"texture":"#0"}}},{"from":[2.94,0.94,2.94],"to":[13.06,11.06,13.06],"rotation":{"angle":22.5,"axis":"x","origin":[8,3,13]},"faces":{"north":{"uv":[0,0,5,5],"texture":"#0"},"east":{"uv":[10,0,5,5],"texture":"#0"},"south":{"uv":[10,0,15,5],"texture":"#0"},"west":{"uv":[5,0,10,5],"texture":"#0"},"up":{"uv":[0,5,5,10],"texture":"#0"}}},{"from":[12.95,0.95,2.95],"to":[3.05,11.05,13.05],"rotation":{"angle":22.5,"axis":"x","origin":[8,3,13]},"faces":{"north":{"uv":[0,0,5,5],"texture":"#0"},"east":{"uv":[10,0,5,5],"texture":"#0"},"south":{"uv":[10,0,15,5],"texture":"#0"},"west":{"uv":[5,0,10,5],"texture":"#0"},"up":{"uv":[0,5,5,10],"texture":"#0"}}}],"display":{"head":{"translation":[0,6,-1],"scale":[1.8,1.8,1.8]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/gnome_cap.json b/assets/minecraft/models/item/wynn/skin/hat/gnome_cap.json new file mode 100644 index 000000000..920b57b7a --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/gnome_cap.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/gnome_cap","particle":"skins/gnome_cap"},"elements":[{"from":[1,0,1],"to":[15,0,15],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"up":{"uv":[0,0,7,7],"texture":"#0"},"down":{"uv":[0,0,7,7],"texture":"#0"}}},{"from":[4,0,4],"to":[12,3,12],"faces":{"north":{"uv":[7,4,11,5.5],"texture":"#0"},"east":{"uv":[7,4,11,5.5],"texture":"#0"},"south":{"uv":[7,4,11,5.5],"texture":"#0"},"west":{"uv":[7,4,11,5.5],"texture":"#0"},"up":{"uv":[7,0,11,4],"texture":"#0"}}},{"from":[3.8,-1.1,3.8],"to":[12.2,2.3,12.2],"faces":{"north":{"uv":[7,5.5,11,7],"texture":"#0"},"east":{"uv":[7,5.5,11,7],"texture":"#0"},"south":{"uv":[7,5.5,11,7],"texture":"#0"},"west":{"uv":[7,5.5,11,7],"texture":"#0"}}},{"from":[6,3,6],"to":[10,11,10],"rotation":{"angle":22.5,"axis":"z","origin":[10,3,8]},"faces":{"north":{"uv":[11,0,13,4],"texture":"#0"},"east":{"uv":[11,0,13,4],"texture":"#0"},"south":{"uv":[11,0,13,4],"texture":"#0"},"west":{"uv":[11,0,13,4],"texture":"#0"},"up":{"uv":[11,4,13,6],"texture":"#0"}}},{"from":[5.8,2.8,5.8],"to":[10.2,11.2,10.2],"rotation":{"angle":22.5,"axis":"z","origin":[10,3,8]},"faces":{"north":{"uv":[13,0,15,4],"texture":"#0"},"east":{"uv":[13,0,15,4],"texture":"#0"},"south":{"uv":[13,0,15,4],"texture":"#0"},"west":{"uv":[13,0,15,4],"texture":"#0"}}},{"from":[2,7,8],"to":[10,14,8.01],"rotation":{"angle":22.5,"axis":"z","origin":[10,3,8]},"faces":{"north":{"uv":[0,7,4,10.5],"texture":"#0"},"south":{"uv":[4,7,0,10.5],"texture":"#0"}}}],"display":{"head":{"rotation":[5,0,0],"translation":[0,18,1],"scale":[1.85,1.85,1.85]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/goathorns.json b/assets/minecraft/models/item/wynn/skin/hat/goathorns.json new file mode 100644 index 000000000..db8c563fe --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/goathorns.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/driftwood_1","particle":"skins/driftwood_1"},"elements":[{"from":[3.5,5.40084,9.45246],"to":[5.5,7.40084,11.95246],"rotation":{"angle":-22.5,"axis":"x","origin":[3.4075,4.41899,8.75374]},"faces":{"north":{"uv":[1.5,11.5,3.5,13.5],"rotation":90,"texture":"#0"},"east":{"uv":[1.5,11,3.5,13.5],"rotation":90,"texture":"#0"},"south":{"uv":[1.5,11,3.5,13],"rotation":90,"texture":"#0"},"west":{"uv":[1.5,11,3.5,13.5],"rotation":90,"texture":"#0"},"up":{"uv":[0,11,2,13.5],"rotation":180,"texture":"#0"},"down":{"uv":[2.5,11,4.5,13.5],"rotation":90,"texture":"#0"}}},{"from":[4.01,6.02532,5.23296],"to":[5.99,8.50532,7.21296],"rotation":{"angle":45,"axis":"x","origin":[3.4075,4.41899,8.75374]},"faces":{"north":{"uv":[0,11,2,13.5],"texture":"#0"},"east":{"uv":[0,11,2,13.5],"texture":"#0"},"south":{"uv":[0,11,2,13.5],"texture":"#0"},"west":{"uv":[0,11,2,13.5],"texture":"#0"},"up":{"uv":[0,11,2,13],"texture":"#0"},"down":{"uv":[0,11,2,13],"texture":"#0"}}},{"from":[4.51,8.48163,7.11812],"to":[6.49,9.46163,9.59812],"rotation":{"angle":-22.5,"axis":"x","origin":[8.5,8.97163,8.35812]},"faces":{"north":{"uv":[0,11,1,13],"rotation":270,"texture":"#0"},"east":{"uv":[0,11,1,13.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,11,1,13],"rotation":270,"texture":"#0"},"west":{"uv":[0,11,1,13.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,11,2.5,13],"rotation":270,"texture":"#0"},"down":{"uv":[0,11,2.5,13],"rotation":270,"texture":"#0"}}},{"from":[9.51,8.48163,7.11812],"to":[11.49,9.46163,9.59812],"rotation":{"angle":-22.5,"axis":"x","origin":[8.5,8.97163,8.35812]},"faces":{"north":{"uv":[0,11,1,13],"rotation":270,"texture":"#0"},"east":{"uv":[0,11,1,13.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,11,1,13],"rotation":270,"texture":"#0"},"west":{"uv":[0,11,1,13.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,11,2.5,13],"rotation":270,"texture":"#0"},"down":{"uv":[0,11,2.5,13],"rotation":270,"texture":"#0"}}},{"from":[2.37,3.0869,9.05962],"to":[3.97,4.6869,11.15962],"rotation":{"angle":45,"axis":"x","origin":[3.4075,4.41899,8.75374]},"faces":{"north":{"uv":[6,11,8,13],"rotation":90,"texture":"#0"},"east":{"uv":[6,11,8,13.5],"rotation":90,"texture":"#0"},"south":{"uv":[6.5,11.5,8.5,13.5],"rotation":90,"texture":"#0"},"west":{"uv":[6,11,8,13.5],"rotation":90,"texture":"#0"},"up":{"uv":[6,11,8.5,13],"rotation":90,"texture":"#0"},"down":{"uv":[6,11,8.5,13],"rotation":90,"texture":"#0"}}},{"from":[1.97,1.68648,7.04374],"to":[3.37,3.58648,8.44374],"rotation":{"angle":-22.5,"axis":"x","origin":[3.4075,4.41899,8.75374]},"faces":{"north":{"uv":[7.5,11.5,9,13.5],"rotation":180,"texture":"#0"},"east":{"uv":[9,11.5,7.5,13.5],"rotation":180,"texture":"#0"},"south":{"uv":[7.5,11.5,8.5,13.5],"rotation":180,"texture":"#0"},"west":{"uv":[7.5,11.5,9,13.5],"rotation":180,"texture":"#0"},"up":{"uv":[7.5,12,9,13.5],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,11.5,10,13],"rotation":180,"texture":"#0"}}},{"from":[1.72,1.24009,7.0196],"to":[2.92,2.94009,8.2196],"rotation":{"angle":0,"axis":"x","origin":[3.4075,4.41899,8.75374]},"faces":{"north":{"uv":[8.5,11.5,10,13.5],"rotation":180,"texture":"#0"},"east":{"uv":[10,11.5,8.5,13.5],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,11.5,10,13.5],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,11.5,10,13.5],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,12,10,13.5],"rotation":270,"texture":"#0"},"down":{"uv":[8.5,12,10,13.5],"rotation":270,"texture":"#0"}}},{"from":[1.47,0.81844,7.36811],"to":[2.47,2.31844,8.36811],"rotation":{"angle":22.5,"axis":"x","origin":[3.4075,4.41899,8.75374]},"faces":{"north":{"uv":[9,11.5,10.5,13.5],"rotation":180,"texture":"#0"},"east":{"uv":[9,11.5,10.5,13.5],"rotation":180,"texture":"#0"},"south":{"uv":[9,11.5,10.5,13.5],"rotation":180,"texture":"#0"},"west":{"uv":[9,11.5,10.5,13.5],"rotation":180,"texture":"#0"},"up":{"uv":[9,11.5,10.5,13],"rotation":180,"texture":"#0"},"down":{"uv":[9,12,10.5,13.5],"rotation":180,"texture":"#0"}}},{"from":[1.22,1.64201,6.04927],"to":[2.02,2.94201,6.84927],"rotation":{"angle":45,"axis":"x","origin":[1.87,2.54201,6.44927]},"faces":{"north":{"uv":[10.5,12,11.5,13.5],"rotation":180,"texture":"#0"},"east":{"uv":[11.5,12,10.5,13.5],"rotation":180,"texture":"#0"},"south":{"uv":[10.5,12,11.5,13.5],"rotation":180,"texture":"#0"},"west":{"uv":[10.5,12,11.5,13.5],"rotation":180,"texture":"#0"},"up":{"uv":[9.5,11.5,10.5,12.5],"rotation":180,"texture":"#0"},"down":{"uv":[10,12,11,13],"texture":"#0"}}},{"from":[0.97,2.47177,5.35433],"to":[1.57,3.32177,6.45433],"rotation":{"angle":-22.5,"axis":"x","origin":[1.52,2.77177,6.15433]},"faces":{"north":{"uv":[13.5,12,14.5,13],"rotation":90,"texture":"#0"},"east":{"uv":[13.5,12,14.5,13],"rotation":90,"texture":"#0"},"south":{"uv":[13.5,12,14.5,13],"rotation":90,"texture":"#0"},"west":{"uv":[13.5,12,14.5,13],"rotation":90,"texture":"#0"},"up":{"uv":[13.5,12,14.5,13],"rotation":90,"texture":"#0"},"down":{"uv":[13.5,12,14.5,13],"rotation":90,"texture":"#0"}}},{"from":[0.72,2.97375,5.20475],"to":[1.12,3.87375,6.10475],"rotation":{"angle":0,"axis":"x","origin":[2.42,3.17375,5.90475]},"faces":{"north":{"uv":[15,11.5,16,12.5],"rotation":90,"texture":"#0"},"east":{"uv":[15,11.5,16,12.5],"rotation":90,"texture":"#0"},"south":{"uv":[15,11.5,16,12.5],"rotation":90,"texture":"#0"},"west":{"uv":[15,11.5,16,12.5],"rotation":90,"texture":"#0"},"up":{"uv":[15,11.5,16,12.5],"rotation":90,"texture":"#0"},"down":{"uv":[15,11.5,16,12.5],"rotation":90,"texture":"#0"}}},{"from":[3.02,4.5702,8.85323],"to":[5,6.5502,11.33323],"rotation":{"angle":0,"axis":"x","origin":[3.4075,4.41899,8.75374]},"faces":{"north":{"uv":[3.5,11,5.5,13],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,11,5.5,13.5],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,11,5.5,13],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,11,5.5,13.5],"rotation":90,"texture":"#0"},"up":{"uv":[2.5,11,4.5,13.5],"rotation":180,"texture":"#0"},"down":{"uv":[3.5,11,5.5,13.5],"rotation":180,"texture":"#0"}}},{"from":[2.67,3.29421,8.79942],"to":[4.45,5.07421,11.07942],"rotation":{"angle":22.5,"axis":"x","origin":[4.41,4.18421,9.93942]},"faces":{"north":{"uv":[4.5,11,6.48,12.98],"rotation":90,"texture":"#0"},"east":{"uv":[4.5,11,6.5,13.5],"rotation":90,"texture":"#0"},"south":{"uv":[4.5,11,6.48,12.98],"rotation":90,"texture":"#0"},"west":{"uv":[4.5,11,6.5,13.5],"rotation":90,"texture":"#0"},"up":{"uv":[4.5,11,6.98,12.98],"rotation":90,"texture":"#0"},"down":{"uv":[4.5,11,6.98,12.98],"rotation":90,"texture":"#0"}}},{"from":[11.55,3.29421,8.79942],"to":[13.33,5.07421,11.07942],"rotation":{"angle":22.5,"axis":"x","origin":[11.59,4.18421,9.93942]},"faces":{"north":{"uv":[4.5,12.98,6.48,11],"rotation":90,"texture":"#0"},"east":{"uv":[4.5,13.5,6.5,11],"rotation":90,"texture":"#0"},"south":{"uv":[4.5,12.98,6.48,11],"rotation":90,"texture":"#0"},"west":{"uv":[4.5,13.5,6.5,11],"rotation":90,"texture":"#0"},"up":{"uv":[4.5,12.98,6.98,11],"rotation":90,"texture":"#0"},"down":{"uv":[4.5,12.98,6.98,11],"rotation":90,"texture":"#0"}}},{"from":[10.5,5.40084,9.45246],"to":[12.5,7.40084,11.95246],"rotation":{"angle":-22.5,"axis":"x","origin":[12.5925,4.41899,8.75374]},"faces":{"north":{"uv":[1.5,13.5,3.5,11.5],"rotation":90,"texture":"#0"},"east":{"uv":[1.5,13.5,3.5,11],"rotation":90,"texture":"#0"},"south":{"uv":[1.5,13,3.5,11],"rotation":90,"texture":"#0"},"west":{"uv":[1.5,13.5,3.5,11],"rotation":90,"texture":"#0"},"up":{"uv":[2,11,0,13.5],"rotation":180,"texture":"#0"},"down":{"uv":[2.5,13.5,4.5,11],"rotation":90,"texture":"#0"}}},{"from":[10.01,6.02532,5.23296],"to":[11.99,8.50532,7.21296],"rotation":{"angle":45,"axis":"x","origin":[12.5925,4.41899,8.75374]},"faces":{"north":{"uv":[2,11,0,13.5],"texture":"#0"},"east":{"uv":[2,11,0,13.5],"texture":"#0"},"south":{"uv":[2,11,0,13.5],"texture":"#0"},"west":{"uv":[2,11,0,13.5],"texture":"#0"},"up":{"uv":[2,11,0,13],"texture":"#0"},"down":{"uv":[2,11,0,13],"texture":"#0"}}},{"from":[11,4.5702,8.85323],"to":[12.98,6.5502,11.33323],"rotation":{"angle":0,"axis":"x","origin":[12.5925,4.41899,8.75374]},"faces":{"north":{"uv":[3.5,13,5.5,11],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,13.5,5.5,11],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,13,5.5,11],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,13.5,5.5,11],"rotation":90,"texture":"#0"},"up":{"uv":[4.5,11,2.5,13.5],"rotation":180,"texture":"#0"},"down":{"uv":[5.5,11,3.5,13.5],"rotation":180,"texture":"#0"}}},{"from":[12.03,3.0869,9.05962],"to":[13.63,4.6869,11.15962],"rotation":{"angle":45,"axis":"x","origin":[12.5925,4.41899,8.75374]},"faces":{"north":{"uv":[6,13,8,11],"rotation":90,"texture":"#0"},"east":{"uv":[6,13.5,8,11],"rotation":90,"texture":"#0"},"south":{"uv":[6.5,13.5,8.5,11.5],"rotation":90,"texture":"#0"},"west":{"uv":[6,13.5,8,11],"rotation":90,"texture":"#0"},"up":{"uv":[6,13,8.5,11],"rotation":90,"texture":"#0"},"down":{"uv":[6,13,8.5,11],"rotation":90,"texture":"#0"}}},{"from":[12.63,1.68648,7.04374],"to":[14.03,3.58648,8.44374],"rotation":{"angle":-22.5,"axis":"x","origin":[12.5925,4.41899,8.75374]},"faces":{"north":{"uv":[9,11.5,7.5,13.5],"rotation":180,"texture":"#0"},"east":{"uv":[9,11.5,7.5,13.5],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,11.5,7.5,13.5],"rotation":180,"texture":"#0"},"west":{"uv":[7.5,11.5,9,13.5],"rotation":180,"texture":"#0"},"up":{"uv":[9,12,7.5,13.5],"rotation":180,"texture":"#0"},"down":{"uv":[10,11.5,8.5,13],"rotation":180,"texture":"#0"}}},{"from":[13.08,1.24009,7.0196],"to":[14.28,2.94009,8.2196],"rotation":{"angle":0,"axis":"x","origin":[12.5925,4.41899,8.75374]},"faces":{"north":{"uv":[10,11.5,8.5,13.5],"rotation":180,"texture":"#0"},"east":{"uv":[10,11.5,8.5,13.5],"rotation":180,"texture":"#0"},"south":{"uv":[10,11.5,8.5,13.5],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,11.5,10,13.5],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,13.5,10,12],"rotation":270,"texture":"#0"},"down":{"uv":[8.5,13.5,10,12],"rotation":270,"texture":"#0"}}},{"from":[13.53,0.81844,7.36811],"to":[14.53,2.31844,8.36811],"rotation":{"angle":22.5,"axis":"x","origin":[12.5925,4.41899,8.75374]},"faces":{"north":{"uv":[10.5,11.5,9,13.5],"rotation":180,"texture":"#0"},"east":{"uv":[10.5,11.5,9,13.5],"rotation":180,"texture":"#0"},"south":{"uv":[10.5,11.5,9,13.5],"rotation":180,"texture":"#0"},"west":{"uv":[10.5,11.5,9,13.5],"rotation":180,"texture":"#0"},"up":{"uv":[10.5,11.5,9,13],"rotation":180,"texture":"#0"},"down":{"uv":[10.5,12,9,13.5],"rotation":180,"texture":"#0"}}},{"from":[13.98,1.64201,6.04927],"to":[14.78,2.94201,6.84927],"rotation":{"angle":45,"axis":"x","origin":[14.13,2.54201,6.44927]},"faces":{"north":{"uv":[11.5,12,10.5,13.5],"rotation":180,"texture":"#0"},"east":{"uv":[11.5,12,10.5,13.5],"rotation":180,"texture":"#0"},"south":{"uv":[11.5,12,10.5,13.5],"rotation":180,"texture":"#0"},"west":{"uv":[10.5,12,11.5,13.5],"rotation":180,"texture":"#0"},"up":{"uv":[10.5,11.5,9.5,12.5],"rotation":180,"texture":"#0"},"down":{"uv":[11,12,10,13],"texture":"#0"}}},{"from":[14.43,2.47177,5.35433],"to":[15.03,3.32177,6.45433],"rotation":{"angle":-22.5,"axis":"x","origin":[14.48,2.77177,6.15433]},"faces":{"north":{"uv":[13.5,13,14.5,12],"rotation":90,"texture":"#0"},"east":{"uv":[13.5,13,14.5,12],"rotation":90,"texture":"#0"},"south":{"uv":[13.5,13,14.5,12],"rotation":90,"texture":"#0"},"west":{"uv":[13.5,13,14.5,12],"rotation":90,"texture":"#0"},"up":{"uv":[13.5,13,14.5,12],"rotation":90,"texture":"#0"},"down":{"uv":[13.5,13,14.5,12],"rotation":90,"texture":"#0"}}},{"from":[14.88,2.97375,5.20475],"to":[15.28,3.87375,6.10475],"rotation":{"angle":0,"axis":"x","origin":[13.58,3.17375,5.90475]},"faces":{"north":{"uv":[15,12.5,16,11.5],"rotation":90,"texture":"#0"},"east":{"uv":[15,12.5,16,11.5],"rotation":90,"texture":"#0"},"south":{"uv":[15,12.5,16,11.5],"rotation":90,"texture":"#0"},"west":{"uv":[15,12.5,16,11.5],"rotation":90,"texture":"#0"},"up":{"uv":[15,12.5,16,11.5],"rotation":90,"texture":"#0"},"down":{"uv":[15,12.5,16,11.5],"rotation":90,"texture":"#0"}}}],"display":{"head":{"rotation":[27,0,0],"translation":[0,2,-4],"scale":[2.17,2.17,2.17]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/gold_helmet.json b/assets/minecraft/models/item/wynn/skin/hat/gold_helmet.json new file mode 100644 index 000000000..861b11604 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/gold_helmet.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"1":"skins/gold_armor_gradient","3":"skins/space_gradient","particle":"skins/air_gradient"},"elements":[{"from":[10.505,0.505,4.505],"to":[11.745,4.495,8.395],"rotation":{"angle":0,"axis":"y","origin":[16.25,-0.5,0]},"faces":{"north":{"uv":[3,10,7,11.25],"rotation":270,"texture":"#1"},"east":{"uv":[3,10,7,13.9],"rotation":270,"texture":"#1"},"south":{"uv":[3,10,7,11.25],"rotation":270,"texture":"#1"},"west":{"uv":[3,10,7,13.9],"rotation":270,"texture":"#1"},"up":{"uv":[3,10,6.9,11.25],"rotation":270,"texture":"#1"},"down":{"uv":[3,10,6.9,11.25],"rotation":270,"texture":"#1"}}},{"from":[4.255,0.505,4.505],"to":[5.495,4.495,8.395],"rotation":{"angle":0,"axis":"y","origin":[-0.25,-0.5,0]},"faces":{"north":{"uv":[3,11,7,12.25],"rotation":270,"texture":"#1"},"east":{"uv":[3,12.1,7,16],"rotation":270,"texture":"#1"},"south":{"uv":[3,11,7,12.25],"rotation":270,"texture":"#1"},"west":{"uv":[3,12.1,7,16],"rotation":270,"texture":"#1"},"up":{"uv":[3,11,6.9,12.25],"rotation":270,"texture":"#1"},"down":{"uv":[3,11,6.9,12.25],"rotation":270,"texture":"#1"}}},{"from":[8.41381,4.52641,4.51],"to":[11.89381,6.50641,5.49],"rotation":{"angle":-22.5,"axis":"z","origin":[10.15381,5.01641,4.75]},"faces":{"north":{"uv":[6,10.5,8,14],"rotation":270,"texture":"#1"},"east":{"uv":[6,10.5,8,11.5],"rotation":270,"texture":"#1"},"south":{"uv":[6,10.5,8,14],"rotation":270,"texture":"#1"},"west":{"uv":[6,11,8,11.5],"rotation":270,"texture":"#1"},"up":{"uv":[6,10.5,7,14],"rotation":270,"texture":"#1"},"down":{"uv":[6,10.5,7,14],"rotation":270,"texture":"#1"}}},{"from":[4.10619,4.52641,4.51],"to":[7.58619,6.50641,5.49],"rotation":{"angle":22.5,"axis":"z","origin":[5.84619,5.01641,4.75]},"faces":{"north":{"uv":[6,14,8,10.5],"rotation":270,"texture":"#1"},"east":{"uv":[6,11.5,8,11],"rotation":270,"texture":"#1"},"south":{"uv":[6,14,8,10.5],"rotation":270,"texture":"#1"},"west":{"uv":[6,11.5,8,10.5],"rotation":270,"texture":"#1"},"up":{"uv":[6,14,7,10.5],"rotation":270,"texture":"#1"},"down":{"uv":[6,14,7,10.5],"rotation":270,"texture":"#1"}}},{"from":[8.08225,5.79929,5.02],"to":[11.06225,6.77929,11],"rotation":{"angle":-22.5,"axis":"z","origin":[9.32225,5.28929,10.26]},"faces":{"north":{"uv":[6.5,9,9.5,10],"rotation":180,"texture":"#1"},"east":{"uv":[6.5,9,12.5,10],"rotation":180,"texture":"#1"},"south":{"uv":[6.5,9,9.5,10],"rotation":180,"texture":"#1"},"west":{"uv":[6.5,9,12.5,10],"rotation":180,"texture":"#1"},"up":{"uv":[6,9,9,15],"rotation":180,"texture":"#1"},"down":{"uv":[6.5,9,9.5,15],"rotation":180,"texture":"#1"}}},{"from":[4.93775,5.79929,5.02],"to":[7.91775,6.77929,11],"rotation":{"angle":22.5,"axis":"z","origin":[6.67775,5.28929,10.26]},"faces":{"north":{"uv":[9.5,9,6.5,10],"rotation":180,"texture":"#1"},"east":{"uv":[12.5,9,6.5,10],"rotation":180,"texture":"#1"},"south":{"uv":[9.5,9,6.5,10],"rotation":180,"texture":"#1"},"west":{"uv":[12.5,9,6.5,10],"rotation":180,"texture":"#1"},"up":{"uv":[9,9,6,15],"rotation":180,"texture":"#1"},"down":{"uv":[9.5,9,6.5,15],"rotation":180,"texture":"#1"}}},{"from":[7.255,6.1554,5.015],"to":[8.745,7.1454,11.005],"rotation":{"angle":0,"axis":"z","origin":[7.75684,6.6504,8.01]},"faces":{"north":{"uv":[9,9.5,9.5,15.5],"rotation":180,"texture":"#1"},"east":{"uv":[9,9.5,9.5,15.5],"rotation":180,"texture":"#1"},"south":{"uv":[9,9.5,9.5,15.5],"rotation":180,"texture":"#1"},"west":{"uv":[9,9.5,9.5,15.5],"rotation":180,"texture":"#1"},"up":{"uv":[11,9.5,11.5,15.5],"rotation":180,"texture":"#1"},"down":{"uv":[9,9.5,9.5,15.5],"rotation":180,"texture":"#1"}}},{"from":[8.42146,3.04489,4.51],"to":[8.90146,4.52489,5.49],"rotation":{"angle":-22.5,"axis":"z","origin":[10.16146,5.03489,4.75]},"faces":{"north":{"uv":[4,12,5.5,12.5],"rotation":270,"texture":"#1"},"east":{"uv":[4,12,5.5,13],"rotation":270,"texture":"#1"},"south":{"uv":[4,12,5.5,12.5],"rotation":270,"texture":"#1"},"west":{"uv":[4,12,5.5,13],"rotation":270,"texture":"#1"},"up":{"uv":[4,12,5,12.5],"rotation":270,"texture":"#1"},"down":{"uv":[4,12,5,12.5],"rotation":270,"texture":"#1"}}},{"from":[7.48534,7.1003,4.51],"to":[7.96534,8.5803,5.49],"rotation":{"angle":-22.5,"axis":"z","origin":[8,7.95407,5]},"faces":{"north":{"uv":[7.5,13.5,9,14],"rotation":270,"texture":"#1"},"east":{"uv":[7.5,13.5,9,14],"rotation":270,"texture":"#1"},"south":{"uv":[7.5,13.5,9,14],"rotation":270,"texture":"#1"},"west":{"uv":[7.5,13.5,9,14],"rotation":270,"texture":"#1"},"up":{"uv":[8.5,13.5,9.5,14],"rotation":270,"texture":"#1"},"down":{"uv":[7.5,13.5,9,14],"rotation":270,"texture":"#1"}}},{"from":[7.09854,3.04489,4.51],"to":[7.57854,4.52489,5.49],"rotation":{"angle":22.5,"axis":"z","origin":[5.83854,5.03489,4.75]},"faces":{"north":{"uv":[4,12.5,5.5,12],"rotation":270,"texture":"#1"},"east":{"uv":[4,13,5.5,12],"rotation":270,"texture":"#1"},"south":{"uv":[4,12.5,5.5,12],"rotation":270,"texture":"#1"},"west":{"uv":[4,13,5.5,12],"rotation":270,"texture":"#1"},"up":{"uv":[4,12.5,5,12],"rotation":270,"texture":"#1"},"down":{"uv":[4,12.5,5,12],"rotation":270,"texture":"#1"}}},{"from":[8.03466,7.1003,4.51],"to":[8.51466,8.5803,5.49],"rotation":{"angle":22.5,"axis":"z","origin":[8,7.95407,5]},"faces":{"north":{"uv":[7.5,13.5,9,14],"rotation":270,"texture":"#1"},"east":{"uv":[7.5,13.5,9,14],"rotation":270,"texture":"#1"},"south":{"uv":[7.5,13.5,9,14],"rotation":270,"texture":"#1"},"west":{"uv":[7.5,13.5,9,14],"rotation":270,"texture":"#1"},"up":{"uv":[8.5,13.5,9.5,14],"rotation":270,"texture":"#1"},"down":{"uv":[7.5,13.5,9,14],"rotation":270,"texture":"#1"}}},{"from":[7,5.75,4.5],"to":[9,7.75,5.5],"rotation":{"angle":45,"axis":"z","origin":[8,6.75,5]},"faces":{"north":{"uv":[6,11.5,8,13.5],"rotation":270,"texture":"#1"},"east":{"uv":[6,11.5,8,12.5],"rotation":270,"texture":"#1"},"south":{"uv":[6,11.5,8,13.5],"texture":"#1"},"west":{"uv":[6,13,8,14],"rotation":270,"texture":"#1"},"up":{"uv":[7,11.5,8,13.5],"rotation":270,"texture":"#1"},"down":{"uv":[6,11.5,6.5,13.5],"rotation":90,"texture":"#1"}}},{"from":[9.94649,4.74213,4.515],"to":[11.91649,6.71213,5.485],"rotation":{"angle":45,"axis":"z","origin":[10.93149,5.72713,5]},"faces":{"north":{"uv":[6,11.5,8,13.5],"rotation":270,"texture":"#1"},"east":{"uv":[6,11.5,8,12.5],"rotation":270,"texture":"#1"},"south":{"uv":[6,11.5,8,13.5],"texture":"#1"},"west":{"uv":[6,13,8,14],"rotation":270,"texture":"#1"},"up":{"uv":[7,11.5,8,13.5],"rotation":270,"texture":"#1"},"down":{"uv":[6,11.5,6.5,13.5],"rotation":90,"texture":"#1"}}},{"from":[4.08351,4.74213,4.515],"to":[6.05351,6.71213,5.485],"rotation":{"angle":-45,"axis":"z","origin":[5.06851,5.72713,5]},"faces":{"north":{"uv":[6,13.5,8,11.5],"rotation":270,"texture":"#1"},"east":{"uv":[6,14,8,13],"rotation":270,"texture":"#1"},"south":{"uv":[8,11.5,6,13.5],"texture":"#1"},"west":{"uv":[6,12.5,8,11.5],"rotation":270,"texture":"#1"},"up":{"uv":[7,13.5,8,11.5],"rotation":270,"texture":"#1"},"down":{"uv":[6,13.5,6.5,11.5],"rotation":90,"texture":"#1"}}},{"from":[7.5,6.25,4.25],"to":[8.5,7.25,5.25],"rotation":{"angle":45,"axis":"z","origin":[8,6.75,4.75]},"faces":{"north":{"uv":[11,0,12,1],"rotation":270,"texture":"#3"},"east":{"uv":[11,0,12,1],"texture":"#3"},"south":{"uv":[11,0,12,1],"rotation":270,"texture":"#3"},"west":{"uv":[11,0,12,1],"rotation":270,"texture":"#3"},"up":{"uv":[11,0,12,1],"texture":"#3"},"down":{"uv":[11,0,12,1],"rotation":270,"texture":"#3"}}},{"from":[7.01,4.51,10.51],"to":[8.99,6.49,11.49],"rotation":{"angle":45,"axis":"z","origin":[8,5.5,11]},"faces":{"north":{"uv":[8.5,8,10.5,10],"rotation":180,"texture":"#1"},"east":{"uv":[9,8,10.5,10],"rotation":180,"texture":"#1"},"south":{"uv":[10.5,8,12.5,10],"rotation":180,"texture":"#1"},"west":{"uv":[8.5,8,10.5,10],"rotation":180,"texture":"#1"},"up":{"uv":[8.5,8,10.5,9.5],"rotation":180,"texture":"#1"},"down":{"uv":[8.5,8,10.5,10],"rotation":180,"texture":"#1"}}},{"from":[10.5,2,4.5],"to":[11.5,6,11.5],"rotation":{"angle":0,"axis":"y","origin":[16,1,0]},"faces":{"north":{"uv":[3.5,9,7.5,10],"rotation":270,"texture":"#1"},"east":{"uv":[3.5,9,7.5,16],"rotation":270,"texture":"#1"},"south":{"uv":[3.5,9,7.5,10],"rotation":270,"texture":"#1"},"west":{"uv":[3.5,9,7.5,16],"rotation":270,"texture":"#1"},"up":{"uv":[7,9,8,16],"rotation":180,"texture":"#1"},"down":{"uv":[3,9,4,16],"rotation":180,"texture":"#1"}}},{"from":[4.5,2,4.5],"to":[5.5,6,11.5],"rotation":{"angle":0,"axis":"y","origin":[0,1,0]},"faces":{"north":{"uv":[3.5,10,7.5,9],"rotation":270,"texture":"#1"},"east":{"uv":[3.5,16,7.5,9],"rotation":270,"texture":"#1"},"south":{"uv":[3.5,10,7.5,9],"rotation":270,"texture":"#1"},"west":{"uv":[3.5,16,7.5,9],"rotation":270,"texture":"#1"},"up":{"uv":[8,9,7,16],"rotation":180,"texture":"#1"},"down":{"uv":[4,9,3,16],"rotation":180,"texture":"#1"}}},{"from":[5.5,2,10.5],"to":[10.5,6,11.5],"rotation":{"angle":0,"axis":"y","origin":[16,1,0]},"faces":{"north":{"uv":[4,10,8,15],"rotation":270,"texture":"#1"},"east":{"uv":[4,10,8,11],"rotation":270,"texture":"#1"},"south":{"uv":[4,10,8,15],"rotation":270,"texture":"#1"},"west":{"uv":[4,10,8,11],"rotation":270,"texture":"#1"},"up":{"uv":[7,10,8,15],"rotation":270,"texture":"#1"},"down":{"uv":[3.5,9,4.5,14],"rotation":270,"texture":"#1"}}},{"from":[10.51,-0.74537,4.03426],"to":[11.74,5.23463,6.51426],"rotation":{"angle":22.5,"axis":"x","origin":[11,-0.40537,3.77426]},"faces":{"north":{"uv":[0,10,6,11.25],"rotation":270,"texture":"#1"},"east":{"uv":[0,10,6,12.5],"rotation":270,"texture":"#1"},"south":{"uv":[0,10,6,11.25],"rotation":270,"texture":"#1"},"west":{"uv":[0,10,6,12.5],"rotation":270,"texture":"#1"},"up":{"uv":[0,10,2.5,11.25],"rotation":270,"texture":"#1"},"down":{"uv":[0,10,2.5,11.25],"rotation":270,"texture":"#1"}}},{"from":[4.26,-0.74537,4.03426],"to":[5.49,5.23463,6.51426],"rotation":{"angle":22.5,"axis":"x","origin":[5,-0.40537,3.77426]},"faces":{"north":{"uv":[0,11.25,6,10],"rotation":270,"texture":"#1"},"east":{"uv":[0,12.5,6,10],"rotation":270,"texture":"#1"},"south":{"uv":[0,11.25,6,10],"rotation":270,"texture":"#1"},"west":{"uv":[0,12.5,6,10],"rotation":270,"texture":"#1"},"up":{"uv":[0,11.25,2.5,10],"rotation":270,"texture":"#1"},"down":{"uv":[0,11.25,2.5,10],"rotation":270,"texture":"#1"}}},{"from":[10.515,-0.92619,5.22091],"to":[11.735,1.54381,11.19091],"rotation":{"angle":-45,"axis":"x","origin":[11.25,-0.19119,6.70591]},"faces":{"north":{"uv":[0,12,1,14.5],"rotation":180,"texture":"#1"},"east":{"uv":[0,9,6,11.5],"rotation":180,"texture":"#1"},"south":{"uv":[0,12,1,14.5],"rotation":180,"texture":"#1"},"west":{"uv":[0,12,6,14.5],"texture":"#1"},"up":{"uv":[0,10,1,16],"rotation":180,"texture":"#1"},"down":{"uv":[0,10,1,16],"rotation":180,"texture":"#1"}}},{"from":[4.265,-0.92619,5.22091],"to":[5.485,1.54381,11.19091],"rotation":{"angle":-45,"axis":"x","origin":[4.75,-0.19119,6.70591]},"faces":{"north":{"uv":[1,12,0,14.5],"rotation":180,"texture":"#1"},"east":{"uv":[6,12,0,14.5],"texture":"#1"},"south":{"uv":[1,12,0,14.5],"rotation":180,"texture":"#1"},"west":{"uv":[6,9,0,11.5],"rotation":180,"texture":"#1"},"up":{"uv":[1,10,0,16],"rotation":180,"texture":"#1"},"down":{"uv":[1,10,0,16],"rotation":180,"texture":"#1"}}},{"from":[10.75,3.51279,4.71617],"to":[11.75,4.66279,11.01617],"rotation":{"angle":22.5,"axis":"x","origin":[11.25,4.51279,8.01617]},"faces":{"north":{"uv":[6.5,10,7.5,16.3],"rotation":270,"texture":"#1"},"east":{"uv":[6.5,10,7.5,16.3],"rotation":270,"texture":"#1"},"south":{"uv":[5,10.5,6,11.5],"rotation":270,"texture":"#1"},"west":{"uv":[6.5,10,7.5,16.3],"rotation":270,"texture":"#1"},"up":{"uv":[6.5,10,7.5,16.3],"rotation":180,"texture":"#1"},"down":{"uv":[6.5,10,7.5,16.3],"rotation":270,"texture":"#1"}}},{"from":[4.25,3.51279,4.71617],"to":[5.25,4.66279,11.01617],"rotation":{"angle":22.5,"axis":"x","origin":[4.75,4.51279,8.01617]},"faces":{"north":{"uv":[6.5,16.3,7.5,10],"rotation":270,"texture":"#1"},"east":{"uv":[6.5,16.3,7.5,10],"rotation":270,"texture":"#1"},"south":{"uv":[5,11.5,6,10.5],"rotation":270,"texture":"#1"},"west":{"uv":[6.5,16.3,7.5,10],"rotation":270,"texture":"#1"},"up":{"uv":[7.5,10,6.5,16.3],"rotation":180,"texture":"#1"},"down":{"uv":[6.5,16.3,7.5,10],"rotation":270,"texture":"#1"}}}],"display":{"head":{"translation":[0,12,0],"scale":[2.41,2.41,2.41]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/gothic_tiara.json b/assets/minecraft/models/item/wynn/skin/hat/gothic_tiara.json new file mode 100644 index 000000000..b7908d20f --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/gothic_tiara.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/gothic_tiara","particle":"skins/gothic_tiara"},"elements":[{"from":[6.99,-0.01,1.99],"to":[9.01,6.01,3.01],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[0,0,2,6],"texture":"#0"},"east":{"uv":[0,0,1,6],"texture":"#0"},"south":{"uv":[0,0,2,6],"texture":"#0"},"west":{"uv":[1,0,2,6],"texture":"#0"},"up":{"uv":[2,0,0,1],"texture":"#0"},"down":{"uv":[2,5,0,6],"texture":"#0"}}},{"from":[12.99,-0.01,6.99],"to":[14.01,6.01,9.01],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[1,0,2,6],"texture":"#0"},"east":{"uv":[0,0,2,6],"texture":"#0"},"south":{"uv":[0,0,1,6],"texture":"#0"},"west":{"uv":[0,0,2,6],"texture":"#0"},"up":{"uv":[2,0,0,1],"rotation":90,"texture":"#0"},"down":{"uv":[2,5,0,6],"rotation":270,"texture":"#0"}}},{"from":[1.99,-0.01,6.99],"to":[3.01,6.01,9.01],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[0,0,1,6],"texture":"#0"},"east":{"uv":[0,0,2,6],"texture":"#0"},"south":{"uv":[1,0,2,6],"texture":"#0"},"west":{"uv":[0,0,2,6],"texture":"#0"},"up":{"uv":[2,0,0,1],"rotation":270,"texture":"#0"},"down":{"uv":[2,5,0,6],"rotation":90,"texture":"#0"}}},{"from":[6.99,-0.01,12.99],"to":[9.01,6.01,14.01],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[0,0,2,6],"texture":"#0"},"east":{"uv":[1,0,2,6],"texture":"#0"},"south":{"uv":[0,0,2,6],"texture":"#0"},"west":{"uv":[0,0,1,6],"texture":"#0"},"up":{"uv":[2,0,0,1],"rotation":180,"texture":"#0"},"down":{"uv":[2,5,0,6],"rotation":180,"texture":"#0"}}},{"from":[2.99,-1.01,2.99],"to":[13.01,5.01,13.01],"faces":{"north":{"uv":[2,0,12,6],"texture":"#0"},"east":{"uv":[2,0,12,6],"texture":"#0"},"south":{"uv":[2,0,12,6],"texture":"#0"},"west":{"uv":[2,0,12,6],"texture":"#0"}}},{"from":[13,-1,3],"to":[3,5,13],"faces":{"north":{"uv":[2,0,12,6],"texture":"#0"},"east":{"uv":[2,0,12,6],"texture":"#0"},"south":{"uv":[2,0,12,6],"texture":"#0"},"west":{"uv":[2,0,12,6],"texture":"#0"}}}],"display":{"head":{"rotation":[5,0,5],"translation":[-1,14.75,1],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/grafter_aggregate.json b/assets/minecraft/models/item/wynn/skin/hat/grafter_aggregate.json new file mode 100644 index 000000000..d2448a36f --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/grafter_aggregate.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/grafter_aggregate","particle":"skins/grafter_aggregate"},"elements":[{"from":[3.85,-0.15,3.85],"to":[12.15,8.15,12.15],"rotation":{"angle":0,"axis":"y","origin":[4,0,4]},"faces":{"north":{"uv":[0,0,4,4],"texture":"#0"},"east":{"uv":[0,4,4,8],"texture":"#0"},"south":{"uv":[4,0,8,4],"texture":"#0"},"west":{"uv":[4,4,8,8],"texture":"#0"},"up":{"uv":[4,12,0,8],"texture":"#0"}}},{"from":[9.5,1.75,2.5],"to":[13,5.25,5],"rotation":{"angle":-22.5,"axis":"y","origin":[10.75,2,2.75]},"faces":{"north":{"uv":[4,11,5.5,12.5],"texture":"#0"},"east":{"uv":[9,13,10,14.5],"texture":"#0"},"west":{"uv":[13,9.5,14,11],"texture":"#0"},"up":{"uv":[11.5,14,10,13],"texture":"#0"},"down":{"uv":[13,13,11.5,14],"texture":"#0"}}},{"from":[9.85,2,2.75],"to":[12.85,5,4.75],"rotation":{"angle":-22.5,"axis":"y","origin":[10.85,2,2.75]},"faces":{"north":{"uv":[4,8,5.5,9.5],"texture":"#0"},"east":{"uv":[11.5,11.5,12.5,13],"texture":"#0"},"south":{"uv":[8,4,9.5,5.5],"texture":"#0"},"west":{"uv":[0,12,1,13.5],"texture":"#0"},"up":{"uv":[13.5,1,12,0],"texture":"#0"},"down":{"uv":[2.5,12,1,13],"texture":"#0"}}},{"from":[2.75,6.75,5.5],"to":[6.25,9.25,9],"rotation":{"angle":22.5,"axis":"y","origin":[6,1,0.75]},"faces":{"north":{"uv":[13,13,11.5,14],"rotation":180,"texture":"#0"},"east":{"uv":[9,13,10,14.5],"rotation":270,"texture":"#0"},"south":{"uv":[11.5,14,10,13],"texture":"#0"},"west":{"uv":[13,9.5,14,11],"rotation":90,"texture":"#0"},"up":{"uv":[4,11,5.5,12.5],"rotation":180,"texture":"#0"}}},{"from":[3.1,7,5.75],"to":[6.1,9,8.75],"rotation":{"angle":22.5,"axis":"y","origin":[6.1,1,0.75]},"faces":{"north":{"uv":[2.5,12,1,13],"rotation":180,"texture":"#0"},"east":{"uv":[11.5,11.5,12.5,13],"rotation":270,"texture":"#0"},"south":{"uv":[13.5,1,12,0],"texture":"#0"},"west":{"uv":[0,12,1,13.5],"rotation":90,"texture":"#0"},"up":{"uv":[4,8,5.5,9.5],"rotation":180,"texture":"#0"},"down":{"uv":[8,4,9.5,5.5],"texture":"#0"}}},{"from":[2.25,3.55,6.6],"to":[4.75,7.05,10.1],"rotation":{"angle":-22.5,"axis":"x","origin":[2.5,3.8,8.85]},"faces":{"north":{"uv":[9,13,10,14.5],"texture":"#0"},"south":{"uv":[13,9.5,14,11],"texture":"#0"},"west":{"uv":[4,11,5.5,12.5],"texture":"#0"},"up":{"uv":[11.5,14,10,13],"rotation":270,"texture":"#0"},"down":{"uv":[13,13,11.5,14],"rotation":90,"texture":"#0"}}},{"from":[2.6,3.8,6.85],"to":[4.6,6.8,9.85],"rotation":{"angle":-22.5,"axis":"x","origin":[2.6,3.8,8.85]},"faces":{"north":{"uv":[11.5,11.5,12.5,13],"texture":"#0"},"east":{"uv":[8,4,9.5,5.5],"texture":"#0"},"south":{"uv":[0,12,1,13.5],"texture":"#0"},"west":{"uv":[4,8,5.5,9.5],"texture":"#0"},"up":{"uv":[13.5,1,12,0],"rotation":270,"texture":"#0"},"down":{"uv":[2.5,12,1,13],"rotation":90,"texture":"#0"}}},{"from":[10.75,5.75,7.5],"to":[14.25,9.25,11],"rotation":{"angle":45,"axis":"z","origin":[12,6,7.75]},"faces":{"north":{"uv":[5.5,11,7,12.5],"texture":"#0"},"east":{"uv":[11,5.5,12.5,7],"texture":"#0"},"south":{"uv":[7,11,8.5,12.5],"texture":"#0"},"up":{"uv":[10,13,8.5,11.5],"texture":"#0"},"down":{"uv":[13,8.5,11.5,10],"texture":"#0"}}},{"from":[11,6,7.75],"to":[14,9,10.75],"rotation":{"angle":45,"axis":"z","origin":[12,6,7.75]},"faces":{"north":{"uv":[5.5,8,7,9.5],"texture":"#0"},"east":{"uv":[8,5.5,9.5,7],"texture":"#0"},"south":{"uv":[7,8,8.5,9.5],"texture":"#0"},"west":{"uv":[8.5,7,10,8.5],"texture":"#0"},"up":{"uv":[10,10,8.5,8.5],"texture":"#0"},"down":{"uv":[5.5,9.5,4,11],"texture":"#0"}}},{"from":[5.75,1.5,10.5],"to":[9.25,5,14],"rotation":{"angle":22.5,"axis":"z","origin":[9,1.75,11.75]},"faces":{"east":{"uv":[5.5,11,7,12.5],"texture":"#0"},"south":{"uv":[11,5.5,12.5,7],"texture":"#0"},"west":{"uv":[7,11,8.5,12.5],"texture":"#0"},"up":{"uv":[10,13,8.5,11.5],"rotation":90,"texture":"#0"},"down":{"uv":[13,8.5,11.5,10],"rotation":270,"texture":"#0"}}},{"from":[6,1.75,10.75],"to":[9,4.75,13.75],"rotation":{"angle":22.5,"axis":"z","origin":[9,1.75,11.75]},"faces":{"north":{"uv":[8.5,7,10,8.5],"texture":"#0"},"east":{"uv":[5.5,8,7,9.5],"texture":"#0"},"south":{"uv":[8,5.5,9.5,7],"texture":"#0"},"west":{"uv":[7,8,8.5,9.5],"texture":"#0"},"up":{"uv":[10,10,8.5,8.5],"rotation":90,"texture":"#0"},"down":{"uv":[5.5,9.5,4,11],"rotation":270,"texture":"#0"}}},{"from":[11,4.35,6.05],"to":[13,6.35,8.05],"rotation":{"angle":-22.5,"axis":"x","origin":[11,4.35,6.05]},"faces":{"north":{"uv":[5.5,13.5,6.5,14.5],"texture":"#0"},"east":{"uv":[13.5,11,14.5,12],"texture":"#0"},"south":{"uv":[13.5,12,14.5,13],"texture":"#0"},"west":{"uv":[0,0.75,0.25,1],"texture":"#0"},"up":{"uv":[15,3,14,2],"texture":"#0"},"down":{"uv":[0,0.75,0.25,1],"texture":"#0"}}},{"from":[6,6,3],"to":[8,8,5],"rotation":{"angle":22.5,"axis":"z","origin":[6,6,3]},"faces":{"north":{"uv":[4.5,14,5.5,15],"texture":"#0"},"east":{"uv":[14,5.5,15,6.5],"texture":"#0"},"south":{"uv":[6.5,14,7.5,15],"texture":"#0"},"west":{"uv":[14,6.5,15,7.5],"texture":"#0"},"up":{"uv":[15,8.5,14,7.5],"texture":"#0"},"down":{"uv":[0,0.75,0.25,1],"texture":"#0"}}},{"from":[4.25,6.5,10.5],"to":[6.25,8.5,12.5],"rotation":{"angle":45,"axis":"y","origin":[4.5,6.5,12.5]},"faces":{"north":{"uv":[14,5.5,15,6.5],"texture":"#0"},"east":{"uv":[6.5,14,7.5,15],"texture":"#0"},"south":{"uv":[14,6.5,15,7.5],"texture":"#0"},"west":{"uv":[4.5,14,5.5,15],"texture":"#0"},"up":{"uv":[15,8.5,14,7.5],"rotation":270,"texture":"#0"},"down":{"uv":[0,0.75,0.25,1],"texture":"#0"}}},{"from":[7,1,3.3],"to":[8,2,4.3],"rotation":{"angle":0,"axis":"y","origin":[6,1,3.3]},"faces":{"north":{"uv":[3.5,12,4,12.5],"texture":"#0"},"east":{"uv":[13.5,15,14.5,15.5],"texture":"#0"},"south":{"uv":[0,0.75,0.25,1],"texture":"#0"},"west":{"uv":[15,14,16,14.5],"texture":"#0"},"up":{"uv":[8.5,8,8,7],"texture":"#0"},"down":{"uv":[0,0.75,0.25,1],"texture":"#0"}}},{"from":[11.25,1.75,8.25],"to":[13.75,4.25,10.75],"rotation":{"angle":45,"axis":"x","origin":[11.5,2,8.5]},"faces":{"north":{"uv":[1,15,2,16],"texture":"#0"},"east":{"uv":[15,2,16,3],"texture":"#0"},"south":{"uv":[3,15,4,16],"texture":"#0"},"up":{"uv":[16,6,15,5],"texture":"#0"},"down":{"uv":[16,6,15,7],"texture":"#0"}}},{"from":[11.5,2,8.5],"to":[13.5,4,10.5],"rotation":{"angle":45,"axis":"x","origin":[11.5,2,8.5]},"faces":{"north":{"uv":[14,9.5,15,10.5],"texture":"#0"},"east":{"uv":[10,14,11,15],"texture":"#0"},"south":{"uv":[11,14,12,15],"texture":"#0"},"west":{"uv":[12,14,13,15],"texture":"#0"},"up":{"uv":[14,15,13,14],"texture":"#0"},"down":{"uv":[15,13,14,14],"texture":"#0"}}},{"from":[7.75,6.25,10.75],"to":[10.25,8.75,13.25],"rotation":{"angle":0,"axis":"y","origin":[10,6.5,11]},"faces":{"north":{"uv":[4,15,5,16],"texture":"#0"},"east":{"uv":[1,15,2,16],"texture":"#0"},"south":{"uv":[15,2,16,3],"texture":"#0"},"west":{"uv":[3,15,4,16],"texture":"#0"},"up":{"uv":[16,6,15,5],"rotation":90,"texture":"#0"},"down":{"uv":[16,6,15,7],"rotation":270,"texture":"#0"}}},{"from":[8,6.5,11],"to":[10,8.5,13],"rotation":{"angle":0,"axis":"y","origin":[10,6.5,11]},"faces":{"north":{"uv":[12,14,13,15],"texture":"#0"},"east":{"uv":[14,9.5,15,10.5],"texture":"#0"},"south":{"uv":[10,14,11,15],"texture":"#0"},"west":{"uv":[11,14,12,15],"texture":"#0"},"up":{"uv":[14,15,13,14],"rotation":90,"texture":"#0"},"down":{"uv":[15,13,14,14],"rotation":270,"texture":"#0"}}},{"from":[1.75,0.75,4.1],"to":[4.25,3.25,6.6],"rotation":{"angle":-45,"axis":"y","origin":[5,1,6.35]},"faces":{"north":{"uv":[3,15,4,16],"texture":"#0"},"south":{"uv":[1,15,2,16],"texture":"#0"},"west":{"uv":[15,2,16,3],"texture":"#0"},"up":{"uv":[16,6,15,5],"rotation":180,"texture":"#0"},"down":{"uv":[16,6,15,7],"rotation":180,"texture":"#0"}}},{"from":[2,1,4.35],"to":[4,3,6.35],"rotation":{"angle":-45,"axis":"y","origin":[5,1,6.35]},"faces":{"north":{"uv":[11,14,12,15],"texture":"#0"},"east":{"uv":[12,14,13,15],"texture":"#0"},"south":{"uv":[14,9.5,15,10.5],"texture":"#0"},"west":{"uv":[10,14,11,15],"texture":"#0"},"up":{"uv":[14,15,13,14],"rotation":180,"texture":"#0"},"down":{"uv":[15,13,14,14],"rotation":180,"texture":"#0"}}},{"from":[11.65,0.75,6.5],"to":[12.65,1.75,7.5],"rotation":{"angle":45,"axis":"x","origin":[11.65,1.25,7]},"faces":{"north":{"uv":[14.5,15,15.5,15.5],"texture":"#0"},"east":{"uv":[8,12.5,8.5,13],"texture":"#0"},"south":{"uv":[15,14.5,16,15],"texture":"#0"},"west":{"uv":[0,0.75,0.25,1],"texture":"#0"},"up":{"uv":[1,16,0,15.5],"texture":"#0"},"down":{"uv":[16,0,15.5,0.5],"texture":"#0"}}},{"from":[9.5,7.7,4.65],"to":[10.5,8.7,5.65],"rotation":{"angle":0,"axis":"x","origin":[10.5,8.2,5.15]},"faces":{"north":{"uv":[13,11,13.5,11.5],"texture":"#0"},"east":{"uv":[6.5,13.5,7,14],"texture":"#0"},"south":{"uv":[2,14,2.5,14.5],"texture":"#0"},"west":{"uv":[14,3,14.5,3.5],"texture":"#0"},"up":{"uv":[8,14.5,7.5,14],"texture":"#0"},"down":{"uv":[0,0.75,0.25,1],"texture":"#0"}}},{"from":[11,3.3,6.75],"to":[13,4.8,8.25],"rotation":{"angle":22.5,"axis":"x","origin":[11,3.3,6.25]},"faces":{"north":{"uv":[6.5,15,7.5,15.75],"texture":"#0"},"east":{"uv":[12.5,15,13.25,15.75],"texture":"#0"},"south":{"uv":[15,7,16,7.75],"texture":"#0"},"west":{"uv":[0,0.75,0.25,1],"texture":"#0"},"up":{"uv":[16,8.75,15,8],"texture":"#0"},"down":{"uv":[0,0.75,0.25,1],"texture":"#0"}}},{"from":[3.3,2,9],"to":[4.3,3,10],"rotation":{"angle":45,"axis":"x","origin":[2.3,2,8]},"faces":{"north":{"uv":[3,14.5,3.5,15],"texture":"#0"},"east":{"uv":[14.5,5,15,5.5],"texture":"#0"},"south":{"uv":[9.5,14.5,10,15],"texture":"#0"},"west":{"uv":[15.5,0.5,16,1],"texture":"#0"},"up":{"uv":[16,1.5,15.5,1],"texture":"#0"},"down":{"uv":[16,1.5,15.5,2],"texture":"#0"}}},{"from":[5,5,11.7],"to":[6,6,12.7],"rotation":{"angle":-22.5,"axis":"z","origin":[5,5,11.7]},"faces":{"north":{"uv":[2,15.5,2.5,16],"texture":"#0"},"east":{"uv":[2.5,15.5,3,16],"texture":"#0"},"south":{"uv":[15.5,3,16,3.5],"texture":"#0"},"west":{"uv":[15.5,3.5,16,4],"texture":"#0"},"up":{"uv":[16,4.5,15.5,4],"texture":"#0"},"down":{"uv":[0,0.75,0.25,1],"texture":"#0"}}}],"display":{"head":{"translation":[0,7,0],"scale":[1.8,1.8,1.8]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/grizzly_headpiece.json b/assets/minecraft/models/item/wynn/skin/hat/grizzly_headpiece.json new file mode 100644 index 000000000..a60a322be --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/grizzly_headpiece.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/grizzly_headpiece","particle":"skins/grizzly_headpiece"},"elements":[{"from":[2.99,-0.01,2.99],"to":[13.01,10.01,13.01],"rotation":{"angle":0,"axis":"y","origin":[8,2,7]},"faces":{"north":{"uv":[5,5,10,10],"texture":"#0"},"east":{"uv":[0,5,5,10],"texture":"#0"},"south":{"uv":[10,5,15,10],"texture":"#0"},"west":{"uv":[5,5,0,10],"texture":"#0"},"up":{"uv":[9,5,4,0],"texture":"#0"}}},{"from":[13,0,3],"to":[3,10,13],"rotation":{"angle":0,"axis":"y","origin":[8,2,7]},"faces":{"north":{"uv":[5,5,10,10],"texture":"#0"},"east":{"uv":[0,5,5,10],"texture":"#0"},"south":{"uv":[10,5,15,10],"texture":"#0"},"west":{"uv":[5,5,0,10],"texture":"#0"},"up":{"uv":[9,5,4,0],"texture":"#0"},"down":{"uv":[14,0,9,5],"texture":"#0"}}},{"from":[5,3,0],"to":[11,6,3],"rotation":{"angle":0,"axis":"y","origin":[8,4,1]},"faces":{"north":{"uv":[1.5,10,4.5,11.5],"texture":"#0"},"east":{"uv":[0,10,1.5,11.5],"texture":"#0"},"west":{"uv":[1.5,10,0,11.5],"texture":"#0"},"up":{"uv":[7.5,11.5,4.5,10],"texture":"#0"},"down":{"uv":[10.5,10,7.5,11.5],"texture":"#0"}}},{"from":[10,8,7],"to":[14,12,8],"rotation":{"angle":-22.5,"axis":"z","origin":[13,10,7.5]},"faces":{"north":{"uv":[2,1.5,0,3.5],"texture":"#0"},"east":{"uv":[1.5,1.5,2,3.5],"texture":"#0"},"south":{"uv":[4,1.5,2,3.5],"texture":"#0"},"west":{"uv":[1.5,1.5,2,3.5],"texture":"#0"},"up":{"uv":[0,2,2,1.5],"texture":"#0"},"down":{"uv":[2,3,0,3.5],"texture":"#0"}}},{"from":[2,8,7],"to":[6,12,8],"rotation":{"angle":22.5,"axis":"z","origin":[3,10,7.5]},"faces":{"north":{"uv":[0,1.5,2,3.5],"texture":"#0"},"east":{"uv":[0,1.5,0.5,3.5],"texture":"#0"},"south":{"uv":[2,1.5,4,3.5],"texture":"#0"},"west":{"uv":[1.5,1.5,2,3.5],"texture":"#0"},"up":{"uv":[2,2,0,1.5],"texture":"#0"},"down":{"uv":[2,3,0,3.5],"texture":"#0"}}}],"display":{"head":{"rotation":[5,0,0],"translation":[0,8.5,0.75],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/grook_mask.json b/assets/minecraft/models/item/wynn/skin/hat/grook_mask.json new file mode 100644 index 000000000..8030077f1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/grook_mask.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/grook_mask"},"elements":[{"from":[12,1,4],"to":[4,8,12],"rotation":{"angle":0,"axis":"y","origin":[12,0,4]},"faces":{"north":{"uv":[4,0,0,3.5],"texture":"#0"},"east":{"uv":[0,4,4,7.5],"texture":"#0"},"south":{"uv":[12,0,8,3.5],"texture":"#0"},"west":{"uv":[4,4,0,7.5],"texture":"#0"},"up":{"uv":[8,4,4,0],"texture":"#0"}}},{"from":[4,1,4],"to":[12,8,12],"rotation":{"angle":0,"axis":"y","origin":[4,0,4]},"faces":{"north":{"uv":[0,0,4,3.5],"texture":"#0"},"east":{"uv":[0,4,4,7.5],"texture":"#0"},"south":{"uv":[8,0,12,3.5],"texture":"#0"},"west":{"uv":[4,4,0,7.5],"texture":"#0"},"up":{"uv":[8,4,4,0],"texture":"#0"}}},{"from":[3.75,0.75,3.75],"to":[12.25,8.25,12.25],"rotation":{"angle":0,"axis":"y","origin":[4,0,4]},"faces":{"east":{"uv":[12,0,16,3.5],"texture":"#0"},"south":{"uv":[12,3.5,16,7],"texture":"#0"},"west":{"uv":[16,0,12,3.5],"texture":"#0"}}},{"from":[12.25,0,6],"to":[12.25,3,8],"rotation":{"angle":22.5,"axis":"z","origin":[12.25,3,7]},"faces":{"east":{"uv":[4,6.5,5,8],"texture":"#0"},"west":{"uv":[5,6.5,4,8],"texture":"#0"}}},{"from":[7,4,1],"to":[9,6,4],"rotation":{"angle":0,"axis":"y","origin":[7,4,2]},"faces":{"north":{"uv":[5.5,4,6.5,5],"texture":"#0"},"east":{"uv":[4,4,5.5,5],"texture":"#0"},"west":{"uv":[5.5,4,4,5],"texture":"#0"},"up":{"uv":[5,6.5,4,5],"texture":"#0"},"down":{"uv":[6,5,5,6.5],"texture":"#0"}}},{"from":[8,1,1],"to":[8,12,9],"rotation":{"angle":0,"axis":"y","origin":[0,3,2]},"faces":{"east":{"uv":[0,7.5,4,13],"texture":"#0"},"west":{"uv":[4,7.5,0,13],"texture":"#0"}}},{"from":[12,-1,10],"to":[12,2,12],"rotation":{"angle":22.5,"axis":"z","origin":[12,2,11]},"faces":{"east":{"uv":[4,6.5,5,8],"texture":"#0"},"west":{"uv":[5,6.5,4,8],"texture":"#0"}}},{"from":[10,-1,12],"to":[12,2,12],"rotation":{"angle":-22.5,"axis":"x","origin":[11,2,12]},"faces":{"north":{"uv":[5,8,4,9.5],"texture":"#0"},"south":{"uv":[4,8,5,9.5],"texture":"#0"}}},{"from":[4,-1,12],"to":[6,2,12],"rotation":{"angle":-22.5,"axis":"x","origin":[5,2,12]},"faces":{"north":{"uv":[4,8,5,9.5],"texture":"#0"},"south":{"uv":[5,8,4,9.5],"texture":"#0"}}},{"from":[12,-1,8],"to":[12,2,11],"rotation":{"angle":45,"axis":"z","origin":[12,2,9]},"faces":{"east":{"uv":[5,6.5,6.5,8],"texture":"#0"},"west":{"uv":[6.5,6.5,5,8],"texture":"#0"}}},{"from":[3.75,0,6],"to":[3.75,3,8],"rotation":{"angle":-22.5,"axis":"z","origin":[3.75,3,7]},"faces":{"east":{"uv":[4,6.5,5,8],"texture":"#0"},"west":{"uv":[5,6.5,4,8],"texture":"#0"}}},{"from":[4,-1,8],"to":[4,2,11],"rotation":{"angle":-45,"axis":"z","origin":[4,2,9]},"faces":{"east":{"uv":[5,6.5,6.5,8],"texture":"#0"},"west":{"uv":[6.5,6.5,5,8],"texture":"#0"}}},{"from":[4,-1,10],"to":[4,2,12],"rotation":{"angle":-22.5,"axis":"z","origin":[4,2,11]},"faces":{"east":{"uv":[4,6.5,5,8],"texture":"#0"},"west":{"uv":[5,6.5,4,8],"texture":"#0"}}},{"from":[6,-2,12],"to":[10,3,12],"rotation":{"angle":-22.5,"axis":"x","origin":[6,3,12]},"faces":{"north":{"uv":[6,9.5,4,12],"texture":"#0"},"south":{"uv":[4,9.5,6,12],"texture":"#0"}}},{"from":[5,1,12.25],"to":[11,4,12.25],"rotation":{"angle":-22.5,"axis":"x","origin":[6,4,12.25]},"faces":{"north":{"uv":[9.5,4,6.5,5.5],"texture":"#0"},"south":{"uv":[6.5,4,9.5,5.5],"texture":"#0"}}}],"display":{"head":{"translation":[0,9.75,0],"scale":[1.85,1.85,1.85]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/half_moon_hood.json b/assets/minecraft/models/item/wynn/skin/hat/half_moon_hood.json new file mode 100644 index 000000000..643d43d70 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/half_moon_hood.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/lapis_gradient","2":"skins/drum_gradient","3":"skins/driftwood_3","particle":"skins/lapis_gradient"},"elements":[{"from":[7.96406,8.66303,4.51],"to":[10.44406,9.14303,5.49],"rotation":{"angle":-22.5,"axis":"z","origin":[8.95406,8.65303,5]},"faces":{"north":{"uv":[6.5,12,9,12.5],"rotation":180,"texture":"#0"},"east":{"uv":[6.5,12,7.5,12.5],"rotation":180,"texture":"#0"},"south":{"uv":[6.5,12,9,12.5],"rotation":180,"texture":"#0"},"west":{"uv":[6.5,12,7.5,12.5],"rotation":180,"texture":"#0"},"up":{"uv":[6.5,12,9,13],"rotation":180,"texture":"#0"},"down":{"uv":[6.5,12,9,13],"rotation":180,"texture":"#0"}}},{"from":[5.55594,8.66303,4.51],"to":[8.03594,9.14303,5.49],"rotation":{"angle":22.5,"axis":"z","origin":[7.04594,8.65303,5]},"faces":{"north":{"uv":[9,12,6.5,12.5],"rotation":180,"texture":"#0"},"east":{"uv":[7.5,12,6.5,12.5],"rotation":180,"texture":"#0"},"south":{"uv":[9,12,6.5,12.5],"rotation":180,"texture":"#0"},"west":{"uv":[7.5,12,6.5,12.5],"rotation":180,"texture":"#0"},"up":{"uv":[9,12,6.5,13],"rotation":180,"texture":"#0"},"down":{"uv":[9,12,6.5,13],"rotation":180,"texture":"#0"}}},{"from":[5.1146,8.35109,5.51],"to":[7.5946,8.83109,8.49],"rotation":{"angle":22.5,"axis":"z","origin":[6.6046,8.34109,6]},"faces":{"north":{"uv":[5,1,7.5,1.5],"rotation":180,"texture":"#2"},"east":{"uv":[5,1,8,1.5],"rotation":180,"texture":"#2"},"south":{"uv":[5,1,7.5,1.5],"rotation":180,"texture":"#2"},"west":{"uv":[5,1,8,1.5],"rotation":180,"texture":"#2"},"up":{"uv":[5,1,7.5,4],"rotation":180,"texture":"#2"},"down":{"uv":[5,1,7.5,4],"rotation":180,"texture":"#2"}}},{"from":[5.1146,7.10109,8.51],"to":[7.5946,8.58109,9.99],"rotation":{"angle":22.5,"axis":"z","origin":[6.6046,8.09109,9]},"faces":{"north":{"uv":[5,1,7.5,1.5],"rotation":180,"texture":"#2"},"east":{"uv":[5,1,7,1.5],"rotation":180,"texture":"#2"},"south":{"uv":[5,1,7.5,1.5],"rotation":180,"texture":"#2"},"west":{"uv":[5,1,7,1.5],"rotation":180,"texture":"#2"},"up":{"uv":[5,1,7.5,2.5],"texture":"#2"},"down":{"uv":[5,1,7.5,3],"rotation":180,"texture":"#2"}}},{"from":[8.4054,8.35109,5.51],"to":[10.8854,8.83109,8.49],"rotation":{"angle":-22.5,"axis":"z","origin":[9.3954,8.34109,6]},"faces":{"north":{"uv":[7.5,1,5,1.5],"rotation":180,"texture":"#2"},"east":{"uv":[8,1,5,1.5],"rotation":180,"texture":"#2"},"south":{"uv":[7.5,1,5,1.5],"rotation":180,"texture":"#2"},"west":{"uv":[8,1,5,1.5],"rotation":180,"texture":"#2"},"up":{"uv":[7.5,1,5,4],"rotation":180,"texture":"#2"},"down":{"uv":[7.5,1,5,4],"rotation":180,"texture":"#2"}}},{"from":[8.4054,7.10109,8.51],"to":[10.8854,8.58109,9.99],"rotation":{"angle":-22.5,"axis":"z","origin":[9.3954,8.09109,9]},"faces":{"north":{"uv":[7.5,1,10,1.5],"rotation":180,"texture":"#2"},"east":{"uv":[8,1,10,1.5],"rotation":180,"texture":"#2"},"south":{"uv":[7.5,1,10,1.5],"rotation":180,"texture":"#2"},"west":{"uv":[8,1,10,1.5],"rotation":180,"texture":"#2"},"up":{"uv":[7.5,1,10,3],"rotation":180,"texture":"#2"},"down":{"uv":[7.5,1,10,3],"rotation":180,"texture":"#2"}}},{"from":[7.73693,8.99459,4.5],"to":[8.23693,9.49459,5.5],"rotation":{"angle":0,"axis":"z","origin":[7.57926,9.80866,5]},"faces":{"north":{"uv":[7.5,10.5,8,11],"texture":"#0"},"east":{"uv":[7.5,10.5,8.5,11],"texture":"#0"},"south":{"uv":[7.5,10.5,8,11],"texture":"#0"},"west":{"uv":[7.5,10.5,8.5,11],"texture":"#0"},"up":{"uv":[7.5,10.5,8,11.5],"texture":"#0"},"down":{"uv":[7.5,10.5,8,11.5],"texture":"#0"}}},{"from":[7.25,8.68265,5.5],"to":[8.75,9.18265,8.5],"rotation":{"angle":0,"axis":"z","origin":[6.88791,9.49672,6]},"faces":{"north":{"uv":[5.5,0.5,7,1],"texture":"#2"},"east":{"uv":[5.5,0.5,8.5,1],"texture":"#2"},"south":{"uv":[5.5,0.5,7,1],"texture":"#2"},"west":{"uv":[5.5,0.5,8.5,1],"texture":"#2"},"up":{"uv":[5.5,0.5,7,3.5],"texture":"#2"},"down":{"uv":[5.5,0.5,7,3.5],"texture":"#2"}}},{"from":[7.25,8.43265,8.5],"to":[8.75,8.93265,10],"rotation":{"angle":0,"axis":"z","origin":[6.88791,9.24672,9]},"faces":{"north":{"uv":[5.5,0.5,7,1],"texture":"#2"},"east":{"uv":[5.5,0.5,7.5,1],"texture":"#2"},"south":{"uv":[5.5,0.5,7,1],"texture":"#2"},"west":{"uv":[5.5,0.5,7.5,1],"texture":"#2"},"up":{"uv":[6.5,1,8,3],"texture":"#2"},"down":{"uv":[5.5,0.5,7,2.5],"texture":"#2"}}},{"from":[6.76,7.87683,9.59772],"to":[9.24,8.35683,12.07772],"rotation":{"angle":22.5,"axis":"x","origin":[8,8.11683,10.46272]},"faces":{"north":{"uv":[5.5,0.5,7,1],"texture":"#2"},"east":{"uv":[5.5,0.5,7.5,1],"texture":"#2"},"south":{"uv":[5.5,0.5,7,1],"texture":"#2"},"west":{"uv":[5.5,0.5,7.5,1],"texture":"#2"},"up":{"uv":[5.5,1,7.5,3.5],"rotation":270,"texture":"#2"},"down":{"uv":[5.5,0.5,7,2.5],"texture":"#2"}}},{"from":[6.75,0.45933,9.0797],"to":[9.25,0.95933,10.5797],"rotation":{"angle":-22.5,"axis":"x","origin":[8,2.45167,10.65357]},"faces":{"north":{"uv":[5.5,5.5,6,8],"rotation":90,"texture":"#3"},"east":{"uv":[5.5,5.5,6,7],"rotation":90,"texture":"#3"},"south":{"uv":[5.5,5.5,6,8],"rotation":90,"texture":"#3"},"west":{"uv":[5.5,5.5,6,7],"rotation":90,"texture":"#3"},"up":{"uv":[5.5,5.5,7,8],"rotation":90,"texture":"#3"},"down":{"uv":[5.5,5.5,7,8],"rotation":90,"texture":"#3"}}},{"from":[5.76,6.37683,9.59772],"to":[10.24,7.85683,12.07772],"rotation":{"angle":22.5,"axis":"x","origin":[8,7.61683,10.46272]},"faces":{"north":{"uv":[5.5,0.5,7,1],"texture":"#2"},"east":{"uv":[5.5,0.5,7.5,1],"texture":"#2"},"south":{"uv":[5.5,0.5,7,1],"texture":"#2"},"west":{"uv":[5.5,0.5,7.5,1],"texture":"#2"},"up":{"uv":[5,1.5,9.5,3.5],"texture":"#2"},"down":{"uv":[5.5,0.5,7,2.5],"texture":"#2"}}},{"from":[5.75,0.74421,8.08562],"to":[10.25,2.24421,10.58562],"rotation":{"angle":-22.5,"axis":"x","origin":[8,2.59267,10.60321]},"faces":{"north":{"uv":[5.5,6.5,7,11],"rotation":270,"texture":"#3"},"east":{"uv":[5.5,6.5,7,9],"rotation":270,"texture":"#3"},"south":{"uv":[5.5,6.5,7,11],"rotation":270,"texture":"#3"},"west":{"uv":[5.5,6.5,7,9],"rotation":270,"texture":"#3"},"up":{"uv":[5.5,6.5,8,11],"rotation":270,"texture":"#3"},"down":{"uv":[5.5,6.5,8,11],"rotation":270,"texture":"#3"}}},{"from":[5.01,5.87683,9.34772],"to":[10.99,7.35683,11.82772],"rotation":{"angle":22.5,"axis":"x","origin":[8,7.11683,10.21272]},"faces":{"north":{"uv":[11.5,6,13,12],"rotation":270,"texture":"#3"},"east":{"uv":[11.5,6,13,8.5],"rotation":270,"texture":"#3"},"south":{"uv":[11.5,6,13,12],"rotation":270,"texture":"#3"},"west":{"uv":[11.5,6,13,8.5],"rotation":270,"texture":"#3"},"up":{"uv":[11.5,6,14,12],"rotation":270,"texture":"#3"},"down":{"uv":[11.5,6,14,12],"rotation":270,"texture":"#3"}}},{"from":[5,1.49224,9.11207],"to":[11,2.99224,10.61207],"rotation":{"angle":-22.5,"axis":"x","origin":[8,2.60032,10.86087]},"faces":{"north":{"uv":[6.5,6,8,12],"rotation":270,"texture":"#3"},"east":{"uv":[6.5,7.5,8,6],"rotation":180,"texture":"#3"},"south":{"uv":[6.5,6,8,12],"rotation":270,"texture":"#3"},"west":{"uv":[6.5,6,8,7.5],"texture":"#3"},"up":{"uv":[6.5,6,8,12],"rotation":270,"texture":"#3"},"down":{"uv":[6,6,7.5,12],"rotation":270,"texture":"#3"}}},{"from":[5.76,1.28317,10.40783],"to":[10.24,3.26317,11.88783],"rotation":{"angle":22.5,"axis":"x","origin":[8,2.59267,10.60321]},"faces":{"north":{"uv":[7.5,7,9.5,11.5],"rotation":270,"texture":"#3"},"east":{"uv":[7.5,7,9.5,8.5],"rotation":270,"texture":"#3"},"south":{"uv":[7.5,7,9.5,11.5],"rotation":270,"texture":"#3"},"west":{"uv":[7.5,7,9.5,8.5],"rotation":270,"texture":"#3"},"up":{"uv":[7.5,7,9,11.5],"rotation":270,"texture":"#3"},"down":{"uv":[7.5,7,9,11.5],"rotation":270,"texture":"#3"}}},{"from":[5.01,1.64321,9.47082],"to":[10.99,3.62321,11.45082],"rotation":{"angle":22.5,"axis":"x","origin":[8,2.59267,10.85321]},"faces":{"north":{"uv":[7,5.5,9,11.5],"rotation":270,"texture":"#3"},"east":{"uv":[7.5,5.5,9.5,7.5],"rotation":270,"texture":"#3"},"south":{"uv":[7,5.5,9,11.5],"rotation":270,"texture":"#3"},"west":{"uv":[7,5.5,9,7.5],"rotation":270,"texture":"#3"},"up":{"uv":[7,5.5,9,11.5],"rotation":270,"texture":"#3"},"down":{"uv":[7,5.5,9,11.5],"rotation":270,"texture":"#3"}}},{"from":[5.75,2.72594,10.5597],"to":[10.25,7.22594,12.0597],"rotation":{"angle":0,"axis":"x","origin":[8,2.59267,10.60321]},"faces":{"north":{"uv":[8.5,6.5,13,11],"rotation":270,"texture":"#3"},"east":{"uv":[8.5,6.5,13,8],"rotation":270,"texture":"#3"},"south":{"uv":[10,6.5,14.5,11],"rotation":270,"texture":"#3"},"west":{"uv":[8.5,6.5,13,8],"rotation":270,"texture":"#3"},"up":{"uv":[14.5,6,16,10.5],"rotation":270,"texture":"#3"},"down":{"uv":[8.5,6.5,10,11],"rotation":270,"texture":"#3"}}},{"from":[5,3.22594,9.5597],"to":[11,6.72594,11.8097],"rotation":{"angle":0,"axis":"x","origin":[8,2.59267,10.85321]},"faces":{"north":{"uv":[9,6,12.5,12],"rotation":270,"texture":"#3"},"east":{"uv":[9,6,12.5,8.25],"rotation":270,"texture":"#3"},"south":{"uv":[9,6,12.5,12],"rotation":270,"texture":"#3"},"west":{"uv":[9,6,12.5,8.25],"rotation":270,"texture":"#3"},"up":{"uv":[9,6,11.25,12],"rotation":270,"texture":"#3"},"down":{"uv":[9,6,11.25,12],"rotation":270,"texture":"#3"}}},{"from":[6.76,1.00064,10.52013],"to":[9.24,3.73064,12.00013],"rotation":{"angle":22.5,"axis":"x","origin":[8,2.45167,10.65357]},"faces":{"north":{"uv":[7,6.5,9.75,9],"rotation":270,"texture":"#3"},"east":{"uv":[7,6.5,9.75,8],"rotation":270,"texture":"#3"},"south":{"uv":[7,6.5,9.75,9],"rotation":270,"texture":"#3"},"west":{"uv":[7,6.5,9.75,8],"rotation":270,"texture":"#3"},"up":{"uv":[7,6.5,8.5,9],"rotation":270,"texture":"#3"},"down":{"uv":[7,6.5,8.5,9],"rotation":270,"texture":"#3"}}},{"from":[6.75,2.89202,10.89707],"to":[9.25,6.89202,12.39707],"rotation":{"angle":0,"axis":"x","origin":[8,2.45167,10.65357]},"faces":{"north":{"uv":[8.5,8.5,12.5,11],"rotation":270,"texture":"#3"},"east":{"uv":[8.5,8.5,12.5,10],"rotation":270,"texture":"#3"},"south":{"uv":[10,8.5,14,11],"rotation":270,"texture":"#3"},"west":{"uv":[8.5,8.5,12.5,10],"rotation":270,"texture":"#3"},"up":{"uv":[13,8,14.5,10.5],"rotation":270,"texture":"#3"},"down":{"uv":[8.5,8.5,10,11],"rotation":270,"texture":"#3"}}},{"from":[10.64331,6.46378,4.5],"to":[11.14331,8.46378,5.5],"rotation":{"angle":22.5,"axis":"z","origin":[10.64331,6.96378,5]},"faces":{"north":{"uv":[5,11.5,7,12],"rotation":270,"texture":"#0"},"east":{"uv":[5,11.5,7,12.5],"rotation":270,"texture":"#0"},"south":{"uv":[5,11.5,7,12],"rotation":270,"texture":"#0"},"west":{"uv":[5,11.5,7,12.5],"rotation":270,"texture":"#0"},"up":{"uv":[5,11.5,6,12],"rotation":270,"texture":"#0"},"down":{"uv":[5,11.5,6,12],"rotation":270,"texture":"#0"}}},{"from":[4.85669,6.46378,4.5],"to":[5.35669,8.46378,5.5],"rotation":{"angle":-22.5,"axis":"z","origin":[5.35669,6.96378,5]},"faces":{"north":{"uv":[5,12,7,11.5],"rotation":270,"texture":"#0"},"east":{"uv":[5,12.5,7,11.5],"rotation":270,"texture":"#0"},"south":{"uv":[5,12,7,11.5],"rotation":270,"texture":"#0"},"west":{"uv":[5,12.5,7,11.5],"rotation":270,"texture":"#0"},"up":{"uv":[5,12,6,11.5],"rotation":270,"texture":"#0"},"down":{"uv":[5,12,6,11.5],"rotation":270,"texture":"#0"}}},{"from":[4.60669,6.61378,5.5],"to":[5.10669,8.11378,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[5.10669,7.11378,6]},"faces":{"north":{"uv":[4,1,5.5,1.5],"rotation":270,"texture":"#2"},"east":{"uv":[4,1,5.5,4],"rotation":270,"texture":"#2"},"south":{"uv":[4,1,5.5,1.5],"rotation":270,"texture":"#2"},"west":{"uv":[4,1,5.5,4],"rotation":270,"texture":"#2"},"up":{"uv":[4,1,7,1.5],"rotation":270,"texture":"#2"},"down":{"uv":[4,1,7,1.5],"rotation":270,"texture":"#2"}}},{"from":[4.61976,6.35837,8.5],"to":[6.11976,7.85837,10],"rotation":{"angle":-22.5,"axis":"z","origin":[5.11976,6.85837,9.01]},"faces":{"north":{"uv":[4.5,1,6,2.5],"rotation":270,"texture":"#2"},"east":{"uv":[4.5,1,6,2.5],"rotation":270,"texture":"#2"},"south":{"uv":[4.5,1,6,2.5],"rotation":270,"texture":"#2"},"west":{"uv":[4.5,1,6,2.5],"rotation":270,"texture":"#2"},"up":{"uv":[4.5,1,6,2.5],"rotation":270,"texture":"#2"},"down":{"uv":[4.5,1,6,2.5],"rotation":270,"texture":"#2"}}},{"from":[9.88024,6.35837,8.5],"to":[11.38024,7.85837,10],"rotation":{"angle":22.5,"axis":"z","origin":[10.88024,6.85837,9.01]},"faces":{"north":{"uv":[4.5,1.5,6,3],"rotation":270,"texture":"#2"},"east":{"uv":[4.5,2.5,6,4],"rotation":270,"texture":"#2"},"south":{"uv":[4.5,1.5,6,3],"rotation":270,"texture":"#2"},"west":{"uv":[4.5,2.5,6,4],"rotation":270,"texture":"#2"},"up":{"uv":[4.5,1.5,6,3],"rotation":270,"texture":"#2"},"down":{"uv":[4.5,1.5,6,3],"rotation":270,"texture":"#2"}}},{"from":[10.89331,6.61378,5.5],"to":[11.39331,8.11378,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[10.89331,7.11378,6]},"faces":{"north":{"uv":[3.5,1.5,5,1],"rotation":270,"texture":"#2"},"east":{"uv":[4,4,5.5,1],"rotation":270,"texture":"#2"},"south":{"uv":[3.5,1.5,5,1],"rotation":270,"texture":"#2"},"west":{"uv":[3.5,4,5,1],"rotation":270,"texture":"#2"},"up":{"uv":[3.5,1.5,6.5,1],"rotation":270,"texture":"#2"},"down":{"uv":[3.5,1.5,6.5,1],"rotation":270,"texture":"#2"}}},{"from":[11.17927,2.76931,4.5],"to":[11.67927,4.76931,5.5],"rotation":{"angle":22.5,"axis":"z","origin":[11.17927,3.76931,5]},"faces":{"north":{"uv":[2.5,11.5,4.5,12],"rotation":270,"texture":"#0"},"east":{"uv":[2.5,11,4.5,12],"rotation":270,"texture":"#0"},"south":{"uv":[2.5,11.5,4.5,12],"rotation":270,"texture":"#0"},"west":{"uv":[2.5,11.5,4.5,12.5],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,11.5,3.5,12],"rotation":270,"texture":"#0"},"down":{"uv":[2.5,11.5,3.5,12],"rotation":270,"texture":"#0"}}},{"from":[4.32073,2.76931,4.5],"to":[4.82073,4.76931,5.5],"rotation":{"angle":-22.5,"axis":"z","origin":[4.82073,3.76931,5]},"faces":{"north":{"uv":[2.5,12,4.5,11.5],"rotation":270,"texture":"#0"},"east":{"uv":[2.5,12.5,4.5,11.5],"rotation":270,"texture":"#0"},"south":{"uv":[2.5,12,4.5,11.5],"rotation":270,"texture":"#0"},"west":{"uv":[2.5,12,4.5,11],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,12,3.5,11.5],"rotation":270,"texture":"#0"},"down":{"uv":[2.5,12,3.5,11.5],"rotation":270,"texture":"#0"}}},{"from":[4.07073,2.41931,5.5],"to":[4.57073,4.41931,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[4.57073,3.41931,6]},"faces":{"north":{"uv":[1.5,1,3.5,1.5],"rotation":270,"texture":"#2"},"east":{"uv":[1.5,1,3.5,4],"rotation":270,"texture":"#2"},"south":{"uv":[1.5,1,3.5,1.5],"rotation":270,"texture":"#2"},"west":{"uv":[1.5,1,3.5,4],"rotation":270,"texture":"#2"},"up":{"uv":[1.5,1,4.5,1.5],"rotation":270,"texture":"#2"},"down":{"uv":[1.5,1,4.5,1.5],"rotation":270,"texture":"#2"}}},{"from":[11.42927,2.41931,5.5],"to":[11.92927,4.41931,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[11.42927,3.41931,6]},"faces":{"north":{"uv":[1.5,1.5,3.5,1],"rotation":270,"texture":"#2"},"east":{"uv":[1.5,4,3.5,1],"rotation":270,"texture":"#2"},"south":{"uv":[1.5,1.5,3.5,1],"rotation":270,"texture":"#2"},"west":{"uv":[1.5,4,3.5,1],"rotation":270,"texture":"#2"},"up":{"uv":[1.5,1.5,4.5,1],"rotation":270,"texture":"#2"},"down":{"uv":[1.5,1.5,4.5,1],"rotation":270,"texture":"#2"}}},{"from":[4.08379,1.66389,8.5],"to":[5.58379,3.66389,10],"rotation":{"angle":-22.5,"axis":"z","origin":[4.58379,2.66389,9.01]},"faces":{"north":{"uv":[1.5,1,3.5,2.5],"rotation":270,"texture":"#2"},"east":{"uv":[1.5,1,3.5,2.5],"rotation":270,"texture":"#2"},"south":{"uv":[1.5,1,3.5,2.5],"rotation":270,"texture":"#2"},"west":{"uv":[1.5,0.5,3.5,2],"rotation":270,"texture":"#2"},"up":{"uv":[1.5,1,3,2.5],"rotation":270,"texture":"#2"},"down":{"uv":[1.5,1,3,2.5],"rotation":270,"texture":"#2"}}},{"from":[10.41621,1.66389,8.5],"to":[11.91621,3.66389,10],"rotation":{"angle":22.5,"axis":"z","origin":[11.41621,2.66389,9.01]},"faces":{"north":{"uv":[1.5,2.5,3.5,1],"rotation":270,"texture":"#2"},"east":{"uv":[1.5,2,3.5,0.5],"rotation":270,"texture":"#2"},"south":{"uv":[1.5,2.5,3.5,1],"rotation":270,"texture":"#2"},"west":{"uv":[1.5,2.5,3.5,1],"rotation":270,"texture":"#2"},"up":{"uv":[1.5,2.5,3,1],"rotation":270,"texture":"#2"},"down":{"uv":[1.5,2.5,3,1],"rotation":270,"texture":"#2"}}},{"from":[10.18034,2.69322,4.51],"to":[12.16034,3.17322,5.49],"rotation":{"angle":45,"axis":"z","origin":[11.67034,2.68322,5]},"faces":{"north":{"uv":[1,11.5,3,12],"rotation":180,"texture":"#0"},"east":{"uv":[1,11.5,2,12],"rotation":180,"texture":"#0"},"south":{"uv":[1,11.5,3,12],"texture":"#0"},"west":{"uv":[1,11.5,2,12],"rotation":180,"texture":"#0"},"up":{"uv":[1,11.5,3,12.5],"texture":"#0"},"down":{"uv":[1,11.5,3,12.5],"texture":"#0"}}},{"from":[3.83966,2.69322,4.51],"to":[5.81966,3.17322,5.49],"rotation":{"angle":-45,"axis":"z","origin":[4.32966,2.68322,5]},"faces":{"north":{"uv":[3,11.5,1,12],"rotation":180,"texture":"#0"},"east":{"uv":[2,11.5,1,12],"rotation":180,"texture":"#0"},"south":{"uv":[3,11.5,1,12],"texture":"#0"},"west":{"uv":[2,11.5,1,12],"rotation":180,"texture":"#0"},"up":{"uv":[3,11.5,1,12.5],"texture":"#0"},"down":{"uv":[3,11.5,1,12.5],"texture":"#0"}}},{"from":[3.58966,2.34322,5.51],"to":[5.56966,2.82322,8.49],"rotation":{"angle":-45,"axis":"z","origin":[4.07966,2.33322,6]},"faces":{"north":{"uv":[0,1.5,2,2],"rotation":180,"texture":"#2"},"east":{"uv":[0,1.5,3,2],"rotation":180,"texture":"#2"},"south":{"uv":[0,1.5,2,2],"rotation":180,"texture":"#2"},"west":{"uv":[0,1.5,3,2],"rotation":180,"texture":"#2"},"up":{"uv":[0,1.5,2,4.5],"rotation":180,"texture":"#2"},"down":{"uv":[0,1.5,2,4.5],"rotation":180,"texture":"#2"}}},{"from":[10.43034,2.34322,5.51],"to":[12.41034,2.82322,8.49],"rotation":{"angle":45,"axis":"z","origin":[11.92034,2.33322,6]},"faces":{"north":{"uv":[2,1.5,0,2],"rotation":180,"texture":"#2"},"east":{"uv":[3,1.5,0,2],"rotation":180,"texture":"#2"},"south":{"uv":[2,1.5,0,2],"rotation":180,"texture":"#2"},"west":{"uv":[3,1.5,0,2],"rotation":180,"texture":"#2"},"up":{"uv":[2,1.5,0,4.5],"rotation":180,"texture":"#2"},"down":{"uv":[2,1.5,0,4.5],"rotation":180,"texture":"#2"}}},{"from":[3.60272,1.5878,8.51],"to":[5.58272,2.0678,9.99],"rotation":{"angle":-45,"axis":"z","origin":[4.09272,1.5778,9.01]},"faces":{"north":{"uv":[0,1.5,2,2],"rotation":180,"texture":"#2"},"east":{"uv":[0,1.5,1.5,2],"rotation":180,"texture":"#2"},"south":{"uv":[0,1.5,2,2],"rotation":180,"texture":"#2"},"west":{"uv":[0,1.5,1.5,2],"rotation":180,"texture":"#2"},"up":{"uv":[0,1.5,2,3],"rotation":180,"texture":"#2"},"down":{"uv":[0,1.5,2,3],"rotation":180,"texture":"#2"}}},{"from":[10.41728,1.5878,8.51],"to":[12.39728,2.0678,9.99],"rotation":{"angle":45,"axis":"z","origin":[11.90728,1.5778,9.01]},"faces":{"north":{"uv":[2,1.5,0,2],"texture":"#2"},"east":{"uv":[1.5,1.5,0,2],"rotation":180,"texture":"#2"},"south":{"uv":[2,1.5,0,2],"rotation":180,"texture":"#2"},"west":{"uv":[1.5,1.5,0,2],"rotation":180,"texture":"#2"},"up":{"uv":[2,1.5,0,3],"rotation":180,"texture":"#2"},"down":{"uv":[2,1.5,0,3],"rotation":180,"texture":"#2"}}},{"from":[10.41728,1.8378,7.51],"to":[11.89728,2.3178,8.99],"rotation":{"angle":45,"axis":"z","origin":[11.90728,1.8278,9.01]},"faces":{"north":{"uv":[13.5,2.5,15,3],"rotation":180,"texture":"#2"},"east":{"uv":[13.5,2.5,15,3],"rotation":180,"texture":"#2"},"south":{"uv":[13.5,2.5,15,3],"rotation":180,"texture":"#2"},"west":{"uv":[13.5,2.5,15,3],"rotation":180,"texture":"#2"},"up":{"uv":[13.5,2.5,15,4],"rotation":180,"texture":"#2"},"down":{"uv":[13.5,2.5,15,4],"rotation":180,"texture":"#2"}}},{"from":[4.10272,1.8378,7.51],"to":[5.58272,2.3178,8.99],"rotation":{"angle":-45,"axis":"z","origin":[4.09272,1.8278,9.01]},"faces":{"north":{"uv":[15,2.5,13.5,3],"rotation":180,"texture":"#2"},"east":{"uv":[15,2.5,13.5,3],"rotation":180,"texture":"#2"},"south":{"uv":[15,2.5,13.5,3],"rotation":180,"texture":"#2"},"west":{"uv":[15,2.5,13.5,3],"rotation":180,"texture":"#2"},"up":{"uv":[15,2.5,13.5,4],"rotation":180,"texture":"#2"},"down":{"uv":[15,2.5,13.5,4],"rotation":180,"texture":"#2"}}},{"from":[9.10968,1.62256,4.5],"to":[10.60968,2.12256,5.5],"rotation":{"angle":0,"axis":"z","origin":[9.60968,1.87256,5]},"faces":{"north":{"uv":[0,10,1.5,10.5],"texture":"#0"},"east":{"uv":[0,10,1,10.5],"texture":"#0"},"south":{"uv":[0,10,1.5,10.5],"texture":"#0"},"west":{"uv":[0,10,1,10.5],"texture":"#0"},"up":{"uv":[0,10,1.5,11],"texture":"#0"},"down":{"uv":[0,10,1.5,11],"texture":"#0"}}},{"from":[5.39032,1.62256,4.5],"to":[6.89032,2.12256,5.5],"rotation":{"angle":0,"axis":"z","origin":[6.39032,1.87256,5]},"faces":{"north":{"uv":[1.5,10,0,10.5],"texture":"#0"},"east":{"uv":[1,10,0,10.5],"texture":"#0"},"south":{"uv":[1.5,10,0,10.5],"texture":"#0"},"west":{"uv":[1,10,0,10.5],"texture":"#0"},"up":{"uv":[1.5,10,0,11],"texture":"#0"},"down":{"uv":[1.5,10,0,11],"texture":"#0"}}},{"from":[5.14032,1.27256,5.5],"to":[6.64032,1.77256,8.5],"rotation":{"angle":0,"axis":"z","origin":[6.14032,1.52256,6]},"faces":{"north":{"uv":[0,0.5,1.5,1],"texture":"#2"},"east":{"uv":[0,0.5,3,1],"texture":"#2"},"south":{"uv":[0,0.5,1.5,1],"texture":"#2"},"west":{"uv":[0,0.5,3,1],"texture":"#2"},"up":{"uv":[0,0.5,1.5,3.5],"texture":"#2"},"down":{"uv":[0,0.5,1.5,3.5],"texture":"#2"}}},{"from":[9.35968,1.27256,5.5],"to":[10.85968,1.77256,8.5],"rotation":{"angle":0,"axis":"z","origin":[9.85968,1.52256,6]},"faces":{"north":{"uv":[1.5,0.5,0,1],"texture":"#2"},"east":{"uv":[3,0.5,0,1],"texture":"#2"},"south":{"uv":[1.5,0.5,0,1],"texture":"#2"},"west":{"uv":[3,0.5,0,1],"texture":"#2"},"up":{"uv":[1.5,0.5,0,3.5],"texture":"#2"},"down":{"uv":[1.5,0.5,0,3.5],"texture":"#2"}}},{"from":[5.15338,0.51714,8.5],"to":[10.90338,1.01714,10],"rotation":{"angle":0,"axis":"z","origin":[6.15338,0.76714,9.01]},"faces":{"north":{"uv":[0,1.5,1,2],"texture":"#2"},"east":{"uv":[0,1.5,1,2],"texture":"#2"},"south":{"uv":[0,1.5,1,2],"texture":"#2"},"west":{"uv":[0,1.5,1,2],"texture":"#2"},"up":{"uv":[0,1.5,1,2],"texture":"#2"},"down":{"uv":[0,1.5,1,2],"texture":"#2"}}},{"from":[8.77244,1.90054,4.51],"to":[9.25244,2.38054,5.49],"rotation":{"angle":-22.5,"axis":"z","origin":[8.51244,2.14054,5]},"faces":{"north":{"uv":[0,10,0.5,10.5],"texture":"#0"},"east":{"uv":[0,10,1,10.5],"texture":"#0"},"south":{"uv":[0,10,0.5,10.5],"texture":"#0"},"west":{"uv":[0,10,1,10.5],"texture":"#0"},"up":{"uv":[0,10,0.5,11],"texture":"#0"},"down":{"uv":[0,10,0.5,11],"texture":"#0"}}},{"from":[6.74756,1.90054,4.51],"to":[7.22756,2.38054,5.49],"rotation":{"angle":22.5,"axis":"z","origin":[7.48756,2.14054,5]},"faces":{"north":{"uv":[0.5,10,0,10.5],"texture":"#0"},"east":{"uv":[1,10,0,10.5],"texture":"#0"},"south":{"uv":[0.5,10,0,10.5],"texture":"#0"},"west":{"uv":[1,10,0,10.5],"texture":"#0"},"up":{"uv":[0.5,10,0,11],"texture":"#0"},"down":{"uv":[0.5,10,0,11],"texture":"#0"}}},{"from":[10.80659,4.70319,4.51],"to":[11.28659,6.68319,5.49],"rotation":{"angle":0,"axis":"z","origin":[10.79659,5.69319,5]},"faces":{"north":{"uv":[4.5,13,6.5,13.5],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,13,6.5,14],"rotation":270,"texture":"#0"},"south":{"uv":[4.5,13,6.5,13.5],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,13,6.5,14],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,13,5.5,13.5],"rotation":270,"texture":"#0"},"down":{"uv":[4.5,13,5.5,13.5],"rotation":270,"texture":"#0"}}},{"from":[4.71341,4.70319,4.51],"to":[5.19341,6.68319,5.49],"rotation":{"angle":0,"axis":"z","origin":[5.20341,5.69319,5]},"faces":{"north":{"uv":[4.5,13.5,6.5,13],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,14,6.5,13],"rotation":270,"texture":"#0"},"south":{"uv":[4.5,13.5,6.5,13],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,14,6.5,13],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,13.5,5.5,13],"rotation":270,"texture":"#0"},"down":{"uv":[4.5,13.5,5.5,13],"rotation":270,"texture":"#0"}}},{"from":[4.46341,4.35319,5.51],"to":[4.94341,6.83319,8.49],"rotation":{"angle":0,"axis":"z","origin":[4.95341,5.84319,6]},"faces":{"north":{"uv":[3,1.5,5.5,2],"rotation":270,"texture":"#2"},"east":{"uv":[3,1.5,5.5,4.5],"rotation":270,"texture":"#2"},"south":{"uv":[3,1.5,5.5,2],"rotation":270,"texture":"#2"},"west":{"uv":[3,1.5,5.5,4.5],"rotation":270,"texture":"#2"},"up":{"uv":[3,1.5,6,2],"rotation":270,"texture":"#2"},"down":{"uv":[3,1.5,6,2],"rotation":270,"texture":"#2"}}},{"from":[11.05659,4.35319,5.51],"to":[11.53659,6.83319,8.49],"rotation":{"angle":0,"axis":"z","origin":[11.04659,5.84319,6]},"faces":{"north":{"uv":[3,2,5.5,1.5],"rotation":270,"texture":"#2"},"east":{"uv":[3,4.5,5.5,1.5],"rotation":270,"texture":"#2"},"south":{"uv":[3,2,5.5,1.5],"rotation":270,"texture":"#2"},"west":{"uv":[3,4.5,5.5,1.5],"rotation":270,"texture":"#2"},"up":{"uv":[3,2,6,1.5],"rotation":270,"texture":"#2"},"down":{"uv":[3,2,6,1.5],"rotation":270,"texture":"#2"}}},{"from":[4.45648,3.57777,8.49],"to":[5.97648,6.59777,10.01],"rotation":{"angle":0,"axis":"z","origin":[4.96648,5.58777,9.01]},"faces":{"north":{"uv":[2,1.5,5,3],"rotation":270,"texture":"#2"},"east":{"uv":[2,1.5,5,3],"rotation":270,"texture":"#2"},"south":{"uv":[2,1.5,5,3],"rotation":270,"texture":"#2"},"west":{"uv":[2,1.5,5,3],"rotation":270,"texture":"#2"},"up":{"uv":[2,1.5,3.5,3],"rotation":270,"texture":"#2"},"down":{"uv":[2,1.5,3.5,3],"rotation":270,"texture":"#2"}}},{"from":[10.02352,3.57777,8.49],"to":[11.54352,6.59777,10.01],"rotation":{"angle":0,"axis":"z","origin":[11.03352,5.58777,9.01]},"faces":{"north":{"uv":[2,3,5,1.5],"rotation":270,"texture":"#2"},"east":{"uv":[2,3,5,1.5],"rotation":270,"texture":"#2"},"south":{"uv":[2,3,5,1.5],"rotation":270,"texture":"#2"},"west":{"uv":[2,3,5,1.5],"rotation":270,"texture":"#2"},"up":{"uv":[2,3,3.5,1.5],"rotation":270,"texture":"#2"},"down":{"uv":[2,3,3.5,1.5],"rotation":270,"texture":"#2"}}},{"from":[5,2.95449,4.04435],"to":[11,3.95449,8.04435],"rotation":{"angle":22.5,"axis":"x","origin":[5.64032,-1.54551,0.54435]},"faces":{"north":{"uv":[7.5,6,8.5,12],"rotation":90,"texture":"#3"},"east":{"uv":[7,7,8,11],"rotation":270,"texture":"#3"},"south":{"uv":[6.5,6,7.5,12],"rotation":90,"texture":"#3"},"west":{"uv":[7,7,8,11],"rotation":270,"texture":"#3"},"up":{"uv":[4.5,6,8.5,12],"rotation":90,"texture":"#3"},"down":{"uv":[4.5,6,8.5,12],"rotation":90,"texture":"#3"}}},{"from":[4.25,4,5.5],"to":[4.25,7,8.5],"rotation":{"angle":0,"axis":"x","origin":[4.25,5.5,7]},"faces":{"north":{"uv":[2.5,2,3,2.5],"rotation":90,"texture":"#0"},"east":{"uv":[2.5,2,3,2.5],"rotation":90,"texture":"#0"},"south":{"uv":[2.5,2,3,2.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,0,6,6],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,2,3,2.5],"rotation":270,"texture":"#0"},"down":{"uv":[2.5,2,3,2.5],"rotation":270,"texture":"#0"}}},{"from":[4.75,7.1,5.75],"to":[4.75,8.1,6.75],"rotation":{"angle":-22.5,"axis":"z","origin":[4.75,7.6,6.25]},"faces":{"north":{"uv":[2.5,2,3,2.5],"rotation":90,"texture":"#0"},"east":{"uv":[2.5,2,3,2.5],"texture":"#0"},"south":{"uv":[2.5,2,3,2.5],"rotation":270,"texture":"#0"},"west":{"uv":[6.5,0,8,1.5],"texture":"#0"},"up":{"uv":[2.5,2,3,2.5],"rotation":270,"texture":"#0"},"down":{"uv":[2.5,2,3,2.5],"rotation":270,"texture":"#0"}}},{"from":[4.4,5.35,8.75],"to":[4.4,6.35,9.75],"rotation":{"angle":45,"axis":"x","origin":[4.4,5.85,9.25]},"faces":{"north":{"uv":[2.5,2,3,2.5],"rotation":90,"texture":"#0"},"east":{"uv":[2.5,2,3,2.5],"texture":"#0"},"south":{"uv":[2.5,2,3,2.5],"rotation":270,"texture":"#0"},"west":{"uv":[6.5,0,8,1.5],"texture":"#0"},"up":{"uv":[2.5,2,3,2.5],"rotation":270,"texture":"#0"},"down":{"uv":[2.5,2,3,2.5],"rotation":270,"texture":"#0"}}},{"from":[11.6,5.35,8.75],"to":[11.6,6.35,9.75],"rotation":{"angle":45,"axis":"x","origin":[11.6,5.85,9.25]},"faces":{"north":{"uv":[2.5,2.5,3,2],"rotation":90,"texture":"#0"},"east":{"uv":[8,0,6.5,1.5],"texture":"#0"},"south":{"uv":[2.5,2.5,3,2],"rotation":270,"texture":"#0"},"west":{"uv":[3,2,2.5,2.5],"texture":"#0"},"up":{"uv":[2.5,2.5,3,2],"rotation":270,"texture":"#0"},"down":{"uv":[2.5,2.5,3,2],"rotation":270,"texture":"#0"}}},{"from":[11.25,7.1,5.75],"to":[11.25,8.1,6.75],"rotation":{"angle":22.5,"axis":"z","origin":[11.25,7.6,6.25]},"faces":{"north":{"uv":[2.5,2.5,3,2],"rotation":90,"texture":"#0"},"east":{"uv":[8,0,6.5,1.5],"texture":"#0"},"south":{"uv":[2.5,2.5,3,2],"rotation":270,"texture":"#0"},"west":{"uv":[3,2,2.5,2.5],"texture":"#0"},"up":{"uv":[2.5,2.5,3,2],"rotation":270,"texture":"#0"},"down":{"uv":[2.5,2.5,3,2],"rotation":270,"texture":"#0"}}},{"from":[11.75,4,5.5],"to":[11.75,7,8.5],"rotation":{"angle":0,"axis":"x","origin":[11.75,5.5,7]},"faces":{"north":{"uv":[2.5,2.5,3,2],"rotation":90,"texture":"#0"},"east":{"uv":[6,0,0,6],"rotation":90,"texture":"#0"},"south":{"uv":[2.5,2.5,3,2],"rotation":270,"texture":"#0"},"west":{"uv":[3,2,2.5,2.5],"texture":"#0"},"up":{"uv":[2.5,2.5,3,2],"rotation":270,"texture":"#0"},"down":{"uv":[2.5,2.5,3,2],"rotation":270,"texture":"#0"}}}],"display":{"head":{"rotation":[-22.5,0,0],"translation":[0,8.5,-3],"scale":[2.41,2.41,2.41]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/harvest_circlet.json b/assets/minecraft/models/item/wynn/skin/hat/harvest_circlet.json new file mode 100644 index 000000000..fa23ff1a3 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/harvest_circlet.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/harvest","particle":"skins/wood"},"elements":[{"from":[9.92213,2.25,12.70496],"to":[12.12213,3.45,13.90496],"rotation":{"angle":0,"axis":"x","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[8,14,6,15],"rotation":180,"texture":"#0"},"east":{"uv":[6,15,8,14],"rotation":270,"texture":"#0"},"south":{"uv":[8,14,6,15],"texture":"#0"},"west":{"uv":[7,15.2,8.2,14],"rotation":90,"texture":"#0"},"up":{"uv":[6,15,8,14],"rotation":180,"texture":"#0"},"down":{"uv":[6,15,8,14],"rotation":180,"texture":"#0"}}},{"from":[7.9905,1.50013,12.75412],"to":[10.0905,2.60013,13.85412],"rotation":{"angle":22.5,"axis":"z","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[9.5,14,7.5,15],"texture":"#0"},"east":{"uv":[9.5,14,7.5,15],"texture":"#0"},"south":{"uv":[9.5,14,7.5,15],"texture":"#0"},"west":{"uv":[9.5,14,7.5,15],"texture":"#0"},"up":{"uv":[7.5,15,9.5,14],"texture":"#0"},"down":{"uv":[7.5,15,9.5,14],"texture":"#0"}}},{"from":[5.93855,1.50644,12.70485],"to":[9.13855,2.70644,13.90485],"rotation":{"angle":-22.5,"axis":"z","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[13.5,14,10.5,15],"rotation":180,"texture":"#0"},"east":{"uv":[10,15.5,13,14.5],"rotation":270,"texture":"#0"},"south":{"uv":[13,14.5,10,15.5],"texture":"#0"},"west":{"uv":[10,15.5,13,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[10.5,15,13.5,14],"rotation":180,"texture":"#0"},"down":{"uv":[10,15.5,13,14.5],"rotation":180,"texture":"#0"}}},{"from":[11.61378,0.80294,12.80234],"to":[12.61378,1.80294,13.80234],"rotation":{"angle":22.5,"axis":"z","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[3.5,15,4.5,14],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,15,4.5,14],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,15,4.5,14],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,15,4.5,14],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,15,4.5,14],"texture":"#0"},"down":{"uv":[3.5,15,4.5,14],"rotation":180,"texture":"#0"}}},{"from":[12.4697,-1.03464,11.40087],"to":[13.3697,-0.13464,12.30087],"rotation":{"angle":-45,"axis":"x","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[3.5,14.9,4.4,14],"rotation":90,"texture":"#0"},"east":{"uv":[4.4,14,3.5,14.9],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,14.9,4.4,14],"rotation":270,"texture":"#0"},"west":{"uv":[4.4,14,3.5,14.9],"texture":"#0"},"up":{"uv":[4.4,14,3.5,14.9],"rotation":90,"texture":"#0"},"down":{"uv":[4.4,14,3.5,14.9],"rotation":270,"texture":"#0"}}},{"from":[9.27788,2.05318,12.85794],"to":[10.17788,2.95318,13.75794],"rotation":{"angle":-45,"axis":"z","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[9.5,15,10.5,14],"rotation":90,"texture":"#0"},"east":{"uv":[10.5,14,9.5,15],"rotation":180,"texture":"#0"},"south":{"uv":[9.5,15,10.5,14],"rotation":270,"texture":"#0"},"west":{"uv":[10.5,14,9.5,15],"texture":"#0"},"up":{"uv":[10.5,14,9.5,15],"rotation":90,"texture":"#0"},"down":{"uv":[10.5,14,9.5,15],"rotation":90,"texture":"#0"}}},{"from":[5.47592,1.48449,13.60295],"to":[6.37592,2.88449,14.50295],"rotation":{"angle":22.5,"axis":"y","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[13.5,8,12.5,7],"texture":"#0"},"east":{"uv":[13.5,8,12.5,7],"texture":"#0"},"south":{"uv":[12,8,10.5,7],"rotation":90,"texture":"#0"},"west":{"uv":[12,8,10.5,7],"rotation":270,"texture":"#0"},"up":{"uv":[12.5,7,13.5,8],"texture":"#0"},"down":{"uv":[12,7,13,8],"texture":"#0"}}},{"from":[4.47592,1.48449,11.60294],"to":[5.37592,3.38449,12.15294],"rotation":{"angle":22.5,"axis":"y","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[12,8,10.5,7],"rotation":270,"texture":"#0"},"east":{"uv":[13.5,8,12.5,7],"texture":"#0"},"south":{"uv":[13.5,8,12.5,7],"texture":"#0"},"west":{"uv":[12,8,10.5,7],"rotation":90,"texture":"#0"},"up":{"uv":[12.5,7,13.5,8],"rotation":90,"texture":"#0"},"down":{"uv":[12,7,13,8],"rotation":270,"texture":"#0"}}},{"from":[7.14756,2.28449,12.351],"to":[7.64756,3.28449,12.851],"rotation":{"angle":22.5,"axis":"y","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[12,8,11.5,7],"texture":"#0"},"east":{"uv":[12,8,11.5,7],"texture":"#0"},"south":{"uv":[12,8,11.5,7],"rotation":180,"texture":"#0"},"west":{"uv":[12,8,11.5,7],"texture":"#0"},"up":{"uv":[11.5,7.5,12,8],"texture":"#0"},"down":{"uv":[11.5,7,12,7.5],"texture":"#0"}}},{"from":[8.53765,2.93449,12.86583],"to":[9.03765,3.73449,14.36583],"rotation":{"angle":-22.5,"axis":"y","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[12,8,11.5,7.5],"texture":"#0"},"east":{"uv":[12,8,11.5,7],"rotation":90,"texture":"#0"},"south":{"uv":[12,7.5,11.5,7],"rotation":180,"texture":"#0"},"west":{"uv":[12,8,11.5,7],"rotation":270,"texture":"#0"},"up":{"uv":[11.5,7,12,8],"texture":"#0"},"down":{"uv":[11.5,7,12,8],"texture":"#0"}}},{"from":[4.97592,1.03449,11.90295],"to":[5.87592,1.93449,14.05295],"rotation":{"angle":22.5,"axis":"y","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[13,8,12,7],"texture":"#0"},"east":{"uv":[13.5,8,12.5,7],"rotation":270,"texture":"#0"},"south":{"uv":[14,8,13,7],"texture":"#0"},"west":{"uv":[12.5,8,10.5,7],"texture":"#0"},"up":{"uv":[12.5,7,13.5,8],"texture":"#0"},"down":{"uv":[10.5,7,12.5,8],"rotation":270,"texture":"#0"}}},{"from":[10.5994,2.78449,11.68171],"to":[11.4994,3.68449,13.83171],"rotation":{"angle":-22.5,"axis":"y","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[13,8,12,7],"rotation":270,"texture":"#0"},"east":{"uv":[13.5,8,12.5,7],"rotation":270,"texture":"#0"},"south":{"uv":[14,8,13,7],"rotation":90,"texture":"#0"},"west":{"uv":[12.5,8,10.5,7],"rotation":180,"texture":"#0"},"up":{"uv":[10.5,7,12.5,8],"rotation":270,"texture":"#0"},"down":{"uv":[12.5,7,13.5,8],"rotation":180,"texture":"#0"}}},{"from":[12.51933,5.09955,11.34724],"to":[13.31933,5.89955,12.14724],"rotation":{"angle":22.5,"axis":"x","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[3.5,14.8,4.3,14],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14.8,4.3,14],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14.8,4.3,14],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14.8,4.3,14],"rotation":90,"texture":"#0"},"up":{"uv":[4.3,14,3.5,14.8],"rotation":90,"texture":"#0"},"down":{"uv":[4.3,14,3.5,14.8],"rotation":90,"texture":"#0"}}},{"from":[9.69132,1.31063,12.90831],"to":[10.49132,2.11063,13.70831],"rotation":{"angle":-22.5,"axis":"z","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[12,14,11,15],"texture":"#0"},"east":{"uv":[11,15,12,14],"rotation":90,"texture":"#0"},"south":{"uv":[12,14,11,15],"rotation":180,"texture":"#0"},"west":{"uv":[11,15,12,14],"rotation":270,"texture":"#0"},"up":{"uv":[11,15,12,14],"texture":"#0"},"down":{"uv":[11,15,12,14],"texture":"#0"}}},{"from":[12.56844,3.49523,11.61944],"to":[13.26844,4.19523,12.31944],"rotation":{"angle":0,"axis":"x","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[3.5,14.7,4.2,14],"rotation":90,"texture":"#0"},"east":{"uv":[4.2,14,3.5,14.7],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,14.7,4.2,14],"rotation":270,"texture":"#0"},"west":{"uv":[4.2,14,3.5,14.7],"texture":"#0"},"up":{"uv":[4.2,14,3.5,14.7],"rotation":90,"texture":"#0"},"down":{"uv":[4.2,14,3.5,14.7],"rotation":270,"texture":"#0"}}},{"from":[9.76784,0.52083,12.9592],"to":[10.46784,1.22083,13.6592],"rotation":{"angle":0,"axis":"x","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[12,14,11.5,14.5],"texture":"#0"},"east":{"uv":[11.5,14.5,12,14],"rotation":90,"texture":"#0"},"south":{"uv":[12,14,11.5,14.5],"rotation":180,"texture":"#0"},"west":{"uv":[11.5,14.5,12,14],"rotation":270,"texture":"#0"},"up":{"uv":[11.5,14.5,12,14],"texture":"#0"},"down":{"uv":[11.5,14.5,12,14],"texture":"#0"}}},{"from":[12.56844,4.51511,11.90758],"to":[13.26844,5.21511,12.60758],"rotation":{"angle":22.5,"axis":"x","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[3.5,14.7,4.2,14],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14.7,4.2,14],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14.7,4.2,14],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14.7,4.2,14],"rotation":90,"texture":"#0"},"up":{"uv":[4.2,14,3.5,14.7],"rotation":90,"texture":"#0"},"down":{"uv":[4.2,14,3.5,14.7],"rotation":90,"texture":"#0"}}},{"from":[12.61729,1.91635,11.31868],"to":[13.21729,2.51635,11.91868],"rotation":{"angle":-22.5,"axis":"x","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[3.5,14.6,4.1,14],"rotation":90,"texture":"#0"},"east":{"uv":[4.1,14,3.5,14.6],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,14.6,4.1,14],"rotation":270,"texture":"#0"},"west":{"uv":[4.1,14,3.5,14.6],"texture":"#0"},"up":{"uv":[4.1,14,3.5,14.6],"rotation":90,"texture":"#0"},"down":{"uv":[4.1,14,3.5,14.6],"rotation":270,"texture":"#0"}}},{"from":[9.37285,-0.21578,13.01035],"to":[9.97285,0.38422,13.61035],"rotation":{"angle":22.5,"axis":"z","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[13,13.5,12.5,14],"texture":"#0"},"east":{"uv":[12.5,14,13,13.5],"rotation":90,"texture":"#0"},"south":{"uv":[13,13.5,12.5,14],"rotation":180,"texture":"#0"},"west":{"uv":[12.5,14,13,13.5],"rotation":270,"texture":"#0"},"up":{"uv":[12.5,14,13,13.5],"texture":"#0"},"down":{"uv":[12.5,14,13,13.5],"texture":"#0"}}},{"from":[8.08791,3.33431,12.59297],"to":[11.08791,6.33431,12.60297],"rotation":{"angle":-22.5,"axis":"y","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[5.5,5.5,0.5,10],"rotation":270,"texture":"#0"},"east":{"uv":[0.5,2,1,2.5],"rotation":90,"texture":"#0"},"south":{"uv":[0.5,5.5,5.5,10],"rotation":90,"texture":"#0"},"west":{"uv":[0.5,2,1,2.5],"rotation":90,"texture":"#0"},"up":{"uv":[1,2.5,0.5,2],"rotation":270,"texture":"#0"},"down":{"uv":[1,2.5,0.5,2],"rotation":270,"texture":"#0"}}},{"from":[3.22456,1.97157,12.10658],"to":[4.12456,2.97157,13.00658],"rotation":{"angle":22.5,"axis":"y","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[12,6.5,13,5.5],"rotation":90,"texture":"#0"},"east":{"uv":[12,6,13,5.5],"texture":"#0"},"south":{"uv":[12,6.5,13,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[12,6.5,13,5.5],"rotation":180,"texture":"#0"},"up":{"uv":[13,5.5,12,6.5],"rotation":90,"texture":"#0"},"down":{"uv":[13,5.5,12,6.5],"rotation":90,"texture":"#0"}}},{"from":[4.88705,2.02193,13.56606],"to":[5.68705,2.82193,14.36606],"rotation":{"angle":0,"axis":"x","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[15,6,14,7],"rotation":270,"texture":"#0"},"east":{"uv":[15,6,14,7],"rotation":180,"texture":"#0"},"south":{"uv":[15,6,14,7],"rotation":90,"texture":"#0"},"west":{"uv":[15,6,14,7],"texture":"#0"},"up":{"uv":[14,7,15,6],"rotation":270,"texture":"#0"},"down":{"uv":[14,7,15,6],"rotation":270,"texture":"#0"}}},{"from":[2.26862,2.32282,11.96105],"to":[2.96862,3.02282,12.66105],"rotation":{"angle":22.5,"axis":"y","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[15,6.5,16,5.5],"rotation":90,"texture":"#0"},"east":{"uv":[15,6.5,16,5.5],"texture":"#0"},"south":{"uv":[15,6.5,16,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[15,6.5,16,5.5],"rotation":180,"texture":"#0"},"up":{"uv":[16,5.5,15,6.5],"rotation":90,"texture":"#0"},"down":{"uv":[16,5.5,15,6.5],"rotation":90,"texture":"#0"}}},{"from":[12.61729,-1.10577,10.62235],"to":[13.21729,-0.50577,11.22235],"rotation":{"angle":-45,"axis":"x","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[3.5,14.6,4.1,14],"rotation":90,"texture":"#0"},"east":{"uv":[4.1,14,3.5,14.6],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,14.6,4.1,14],"rotation":270,"texture":"#0"},"west":{"uv":[4.1,14,3.5,14.6],"texture":"#0"},"up":{"uv":[4.1,14,3.5,14.6],"rotation":90,"texture":"#0"},"down":{"uv":[4.1,14,3.5,14.6],"rotation":270,"texture":"#0"}}},{"from":[12.66612,0.58022,10.49831],"to":[13.16612,1.08022,10.99831],"rotation":{"angle":-45,"axis":"x","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[3.5,14.5,4,14],"rotation":90,"texture":"#0"},"east":{"uv":[4,14,3.5,14.5],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,14.5,4,14],"rotation":270,"texture":"#0"},"west":{"uv":[4,14,3.5,14.5],"texture":"#0"},"up":{"uv":[4,14,3.5,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[4,14,3.5,14.5],"rotation":270,"texture":"#0"}}},{"from":[8.63367,-0.70675,13.06152],"to":[9.13367,-0.20675,13.56152],"rotation":{"angle":45,"axis":"z","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[14.5,14,14,14.5],"texture":"#0"},"east":{"uv":[14,14.5,14.5,14],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,14,14,14.5],"rotation":180,"texture":"#0"},"west":{"uv":[14,14.5,14.5,14],"rotation":270,"texture":"#0"},"up":{"uv":[14,14.5,14.5,14],"texture":"#0"},"down":{"uv":[14,14.5,14.5,14],"texture":"#0"}}},{"from":[12.66612,0.37583,11.42324],"to":[13.16612,0.87583,11.92324],"rotation":{"angle":-22.5,"axis":"x","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[3.5,14.5,4,14],"rotation":90,"texture":"#0"},"east":{"uv":[4,14,3.5,14.5],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,14.5,4,14],"rotation":270,"texture":"#0"},"west":{"uv":[4,14,3.5,14.5],"texture":"#0"},"up":{"uv":[4,14,3.5,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[4,14,3.5,14.5],"rotation":270,"texture":"#0"}}},{"from":[12.71519,1.88749,10.26311],"to":[13.11519,2.28749,11.16311],"rotation":{"angle":-22.5,"axis":"x","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[3.5,14.4,3.9,14],"rotation":90,"texture":"#0"},"east":{"uv":[4.4,14,3.5,14.4],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,14.4,3.9,14],"rotation":270,"texture":"#0"},"west":{"uv":[4.4,14,3.5,14.4],"texture":"#0"},"up":{"uv":[4.4,14,3.5,14.4],"rotation":90,"texture":"#0"},"down":{"uv":[4.4,14,3.5,14.4],"rotation":270,"texture":"#0"}}},{"from":[10.12842,0.01307,13.11245],"to":[11.02842,0.41307,13.51245],"rotation":{"angle":22.5,"axis":"z","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[2,12,1,12.5],"texture":"#0"},"east":{"uv":[1.5,12.5,2,12],"rotation":90,"texture":"#0"},"south":{"uv":[2,12,1,12.5],"rotation":180,"texture":"#0"},"west":{"uv":[1,12.5,2,12],"rotation":270,"texture":"#0"},"up":{"uv":[1,12.5,2,12],"texture":"#0"},"down":{"uv":[1,12.5,2,12],"texture":"#0"}}},{"from":[3.23663,1.53811,12.71485],"to":[6.41663,2.71811,13.89485],"rotation":{"angle":-22.5,"axis":"z","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[7.5,15,10.5,14],"rotation":180,"texture":"#0"},"east":{"uv":[10.5,14,7.5,15],"rotation":270,"texture":"#0"},"south":{"uv":[7.5,15,10.5,14],"texture":"#0"},"west":{"uv":[10.5,14,7.5,15],"rotation":90,"texture":"#0"},"up":{"uv":[10.5,14,7.5,15],"rotation":180,"texture":"#0"},"down":{"uv":[10.5,14,7.5,15],"rotation":180,"texture":"#0"}}},{"from":[12.71519,-0.87691,9.56678],"to":[13.11519,-0.47691,10.46678],"rotation":{"angle":-45,"axis":"x","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[3.5,14.4,3.9,14],"rotation":90,"texture":"#0"},"east":{"uv":[4.4,14,3.5,14.4],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,14.4,3.9,14],"rotation":270,"texture":"#0"},"west":{"uv":[4.4,14,3.5,14.4],"texture":"#0"},"up":{"uv":[4.4,14,3.5,14.4],"rotation":90,"texture":"#0"},"down":{"uv":[4.4,14,3.5,14.4],"rotation":270,"texture":"#0"}}},{"from":[12.76519,2.9776,9.07749],"to":[13.06519,3.2776,10.37749],"rotation":{"angle":0,"axis":"x","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[3.5,14.3,3.8,14],"rotation":90,"texture":"#0"},"east":{"uv":[4.8,14,3.5,14.3],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,14.3,3.8,14],"rotation":270,"texture":"#0"},"west":{"uv":[1.3,14,0,14.3],"texture":"#0"},"up":{"uv":[4.8,14,3.5,14.3],"rotation":90,"texture":"#0"},"down":{"uv":[4.8,14,3.5,14.3],"rotation":270,"texture":"#0"}}},{"from":[12.76519,0.17676,10.13601],"to":[13.06519,0.47676,10.93601],"rotation":{"angle":-22.5,"axis":"x","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[3.5,14.3,3.8,14],"rotation":90,"texture":"#0"},"east":{"uv":[4.3,14,3.5,14.3],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,14.3,3.8,14],"rotation":270,"texture":"#0"},"west":{"uv":[4.3,14,3.5,14.3],"texture":"#0"},"up":{"uv":[4.3,14,3.5,14.3],"rotation":90,"texture":"#0"},"down":{"uv":[4.3,14,3.5,14.3],"rotation":270,"texture":"#0"}}},{"from":[2.48638,5.24299,11.98073],"to":[3.48638,6.24299,12.98073],"rotation":{"angle":22.5,"axis":"x","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[3.5,14,4.5,15],"rotation":90,"texture":"#0"},"east":{"uv":[4.5,15,3.5,14],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,14,4.5,15],"rotation":90,"texture":"#0"},"west":{"uv":[4.5,15,3.5,14],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,15,3.5,14],"rotation":90,"texture":"#0"},"down":{"uv":[4.5,15,3.5,14],"rotation":90,"texture":"#0"}}},{"from":[2.53674,5.57846,11.36249],"to":[3.43674,6.47846,12.26249],"rotation":{"angle":22.5,"axis":"x","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[4.4,14.9,3.5,14],"rotation":270,"texture":"#0"},"east":{"uv":[4.4,14.9,3.5,14],"rotation":270,"texture":"#0"},"south":{"uv":[4.4,14.9,3.5,14],"rotation":270,"texture":"#0"},"west":{"uv":[4.4,14.9,3.5,14],"rotation":270,"texture":"#0"},"up":{"uv":[3.5,14,4.4,14.9],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,14,4.4,14.9],"rotation":270,"texture":"#0"}}},{"from":[2.58711,3.92438,11.75508],"to":[3.38711,4.72438,12.55508],"rotation":{"angle":0,"axis":"z","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[3.5,14,4.3,14.8],"rotation":90,"texture":"#0"},"east":{"uv":[4.3,14.8,3.5,14],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,14,4.3,14.8],"rotation":90,"texture":"#0"},"west":{"uv":[4.3,14.8,3.5,14],"rotation":270,"texture":"#0"},"up":{"uv":[4.3,14.8,3.5,14],"rotation":90,"texture":"#0"},"down":{"uv":[4.3,14.8,3.5,14],"rotation":90,"texture":"#0"}}},{"from":[2.638,2.25344,11.54651],"to":[3.338,2.95344,12.24651],"rotation":{"angle":-22.5,"axis":"x","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[3.5,14,4.2,14.7],"rotation":90,"texture":"#0"},"east":{"uv":[4.2,14.7,3.5,14],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,14,4.2,14.7],"rotation":270,"texture":"#0"},"west":{"uv":[4.2,14.7,3.5,14],"texture":"#0"},"up":{"uv":[4.2,14.7,3.5,14],"rotation":90,"texture":"#0"},"down":{"uv":[4.2,14.7,3.5,14],"rotation":270,"texture":"#0"}}},{"from":[2.68915,5.88331,9.00435],"to":[3.28915,6.48331,9.60435],"rotation":{"angle":45,"axis":"x","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[4.1,14.6,3.5,14],"rotation":270,"texture":"#0"},"east":{"uv":[4.1,14.6,3.5,14],"rotation":270,"texture":"#0"},"south":{"uv":[4.1,14.6,3.5,14],"rotation":270,"texture":"#0"},"west":{"uv":[4.1,14.6,3.5,14],"rotation":270,"texture":"#0"},"up":{"uv":[3.5,14,4.1,14.6],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,14,4.1,14.6],"rotation":270,"texture":"#0"}}},{"from":[2.74032,4.6759,10.14763],"to":[3.24032,5.1759,10.64763],"rotation":{"angle":22.5,"axis":"x","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[4,14.5,3.5,14],"rotation":270,"texture":"#0"},"east":{"uv":[4,14.5,3.5,14],"rotation":270,"texture":"#0"},"south":{"uv":[4,14.5,3.5,14],"rotation":270,"texture":"#0"},"west":{"uv":[4,14.5,3.5,14],"rotation":270,"texture":"#0"},"up":{"uv":[3.5,14,4,14.5],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,14,4,14.5],"rotation":270,"texture":"#0"}}},{"from":[2.79125,4.82774,9.23321],"to":[3.19125,5.72774,9.63321],"rotation":{"angle":45,"axis":"x","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[4.4,14.4,3.5,14],"rotation":270,"texture":"#0"},"east":{"uv":[4.4,14.4,3.5,14],"rotation":270,"texture":"#0"},"south":{"uv":[4.4,14.4,3.5,14],"rotation":270,"texture":"#0"},"west":{"uv":[4.4,14.4,3.5,14],"rotation":270,"texture":"#0"},"up":{"uv":[3.5,14,3.9,14.4],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,14,3.9,14.4],"rotation":270,"texture":"#0"}}},{"from":[2.84125,1.73581,9.00456],"to":[3.14125,2.03581,10.30456],"rotation":{"angle":-22.5,"axis":"x","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[3.5,14,3.8,14.3],"rotation":90,"texture":"#0"},"east":{"uv":[1.3,14.3,0,14],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,14,3.8,14.3],"rotation":270,"texture":"#0"},"west":{"uv":[4.8,14.3,3.5,14],"texture":"#0"},"up":{"uv":[4.8,14.3,3.5,14],"rotation":90,"texture":"#0"},"down":{"uv":[4.8,14.3,3.5,14],"rotation":270,"texture":"#0"}}},{"from":[8.56764,2.09747,13.27859],"to":[9.04764,3.57747,14.95859],"rotation":{"angle":22.5,"axis":"y","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[10.48,7.48,8.5,7],"rotation":90,"texture":"#0"},"east":{"uv":[10.48,7.48,8.5,7],"rotation":90,"texture":"#0"},"south":{"uv":[10.48,7.48,8.5,7],"rotation":270,"texture":"#0"},"west":{"uv":[10.48,7.48,8.5,7],"rotation":90,"texture":"#0"},"up":{"uv":[8.5,7,10.48,7.48],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,7,10.48,7.48],"rotation":90,"texture":"#0"}}},{"from":[12.85973,2.08747,10.78899],"to":[13.35973,3.58747,12.48899],"rotation":{"angle":-22.5,"axis":"y","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[8.98,6.98,7,6.5],"rotation":90,"texture":"#0"},"east":{"uv":[8.98,6.98,7,6.5],"rotation":90,"texture":"#0"},"south":{"uv":[8.98,6.98,7,6.5],"rotation":270,"texture":"#0"},"west":{"uv":[8.98,6.98,7,6.5],"rotation":90,"texture":"#0"},"up":{"uv":[7,6.5,8.98,6.98],"rotation":90,"texture":"#0"},"down":{"uv":[7,6.5,8.98,6.98],"rotation":90,"texture":"#0"}}},{"from":[4.2,-2.15667,12.19328],"to":[6.05,-0.55667,14.04328],"rotation":{"angle":-22.5,"axis":"x","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[11,0,6.5,4],"texture":"#0"},"east":{"uv":[11,0,6.5,4],"texture":"#0"},"south":{"uv":[6.5,0,2,4],"texture":"#0"},"west":{"uv":[11,0,6.5,4],"texture":"#0"},"up":{"uv":[6.5,4.5,11,0],"texture":"#0"},"down":{"uv":[6.5,4.5,11,0],"texture":"#0"}}},{"from":[4.45,-2.40667,12.44328],"to":[5.8,-0.30667,13.79328],"rotation":{"angle":-22.5,"axis":"x","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[9,0,6.5,2.5],"texture":"#0"},"east":{"uv":[9,0,6.5,2.5],"texture":"#0"},"south":{"uv":[9,0,6.5,2.5],"texture":"#0"},"west":{"uv":[9,0,6.5,2.5],"texture":"#0"},"up":{"uv":[6.5,2.5,9,0],"texture":"#0"},"down":{"uv":[6.5,2.5,9,0],"texture":"#0"}}},{"from":[12.70948,3.25,10.84647],"to":[14.55948,4.85,12.69647],"rotation":{"angle":-22.5,"axis":"y","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[11,0,6.5,4],"texture":"#0"},"east":{"uv":[11,0,6.5,4],"texture":"#0"},"south":{"uv":[6.5,0,2,4],"texture":"#0"},"west":{"uv":[11,0,6.5,4],"texture":"#0"},"up":{"uv":[6.5,4.5,11,0],"texture":"#0"},"down":{"uv":[6.5,4.5,11,0],"texture":"#0"}}},{"from":[12.95948,3,11.09647],"to":[14.30948,5.1,12.44647],"rotation":{"angle":-22.5,"axis":"y","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[9,0,6.5,2.5],"texture":"#0"},"east":{"uv":[9,0,6.5,2.5],"texture":"#0"},"south":{"uv":[9,0,6.5,2.5],"texture":"#0"},"west":{"uv":[9,0,6.5,2.5],"texture":"#0"},"up":{"uv":[6.5,2.5,9,0],"texture":"#0"},"down":{"uv":[6.5,2.5,9,0],"texture":"#0"}}},{"from":[3.87787,2.25,2.09504],"to":[6.07787,3.45,3.29504],"rotation":{"angle":0,"axis":"x","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[8,14,6,15],"texture":"#0"},"east":{"uv":[7,15.2,8.2,14],"rotation":90,"texture":"#0"},"south":{"uv":[8,14,6,15],"rotation":180,"texture":"#0"},"west":{"uv":[6,15,8,14],"rotation":270,"texture":"#0"},"up":{"uv":[8,14,6,15],"rotation":180,"texture":"#0"},"down":{"uv":[8,14,6,15],"rotation":180,"texture":"#0"}}},{"from":[5.90502,1.52264,2.14588],"to":[8.00502,2.62264,3.24588],"rotation":{"angle":-22.5,"axis":"z","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[9.5,14,7.5,15],"texture":"#0"},"east":{"uv":[9.5,14,7.5,15],"texture":"#0"},"south":{"uv":[9.5,14,7.5,15],"texture":"#0"},"west":{"uv":[9.5,14,7.5,15],"texture":"#0"},"up":{"uv":[9.5,14,7.5,15],"texture":"#0"},"down":{"uv":[9.5,14,7.5,15],"texture":"#0"}}},{"from":[6.85697,1.48392,2.09515],"to":[10.05697,2.68392,3.29515],"rotation":{"angle":22.5,"axis":"z","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[13,14.5,10,15.5],"texture":"#0"},"east":{"uv":[10,15.5,13,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[13.5,14,10.5,15],"rotation":180,"texture":"#0"},"west":{"uv":[10,15.5,13,14.5],"rotation":270,"texture":"#0"},"up":{"uv":[13.5,14,10.5,15],"rotation":180,"texture":"#0"},"down":{"uv":[13,14.5,10,15.5],"rotation":180,"texture":"#0"}}},{"from":[3.38174,0.82545,2.19766],"to":[4.38174,1.82545,3.19766],"rotation":{"angle":-22.5,"axis":"z","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[3.5,15,4.5,14],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,15,4.5,14],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,15,4.5,14],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,15,4.5,14],"rotation":90,"texture":"#0"},"up":{"uv":[4.5,14,3.5,15],"texture":"#0"},"down":{"uv":[4.5,14,3.5,15],"rotation":180,"texture":"#0"}}},{"from":[4.48382,6.20594,2.24802],"to":[5.38382,7.10594,3.14802],"rotation":{"angle":45,"axis":"z","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[4.4,14,3.5,14.9],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,14.9,4.4,14],"rotation":270,"texture":"#0"},"south":{"uv":[4.4,14,3.5,14.9],"texture":"#0"},"west":{"uv":[3.5,14.9,4.4,14],"rotation":90,"texture":"#0"},"up":{"uv":[4.4,14,3.5,14.9],"texture":"#0"},"down":{"uv":[4.4,14,3.5,14.9],"texture":"#0"}}},{"from":[5.80489,2.01158,2.24206],"to":[6.70489,2.91158,3.14206],"rotation":{"angle":45,"axis":"z","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[9.5,15,10.5,14],"rotation":270,"texture":"#0"},"east":{"uv":[10.5,14,9.5,15],"texture":"#0"},"south":{"uv":[9.5,15,10.5,14],"rotation":90,"texture":"#0"},"west":{"uv":[10.5,14,9.5,15],"rotation":180,"texture":"#0"},"up":{"uv":[9.5,15,10.5,14],"rotation":90,"texture":"#0"},"down":{"uv":[9.5,15,10.5,14],"rotation":90,"texture":"#0"}}},{"from":[9.34947,1.48449,1.46583],"to":[10.24947,2.88449,2.36583],"rotation":{"angle":22.5,"axis":"y","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[12,8,10.5,7],"rotation":90,"texture":"#0"},"east":{"uv":[12,8,10.5,7],"rotation":270,"texture":"#0"},"south":{"uv":[13.5,8,12.5,7],"texture":"#0"},"west":{"uv":[13.5,8,12.5,7],"texture":"#0"},"up":{"uv":[13.5,8,12.5,7],"texture":"#0"},"down":{"uv":[13,8,12,7],"texture":"#0"}}},{"from":[10.34947,1.48449,3.81583],"to":[11.24947,3.38449,4.36583],"rotation":{"angle":22.5,"axis":"y","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[13.5,8,12.5,7],"texture":"#0"},"east":{"uv":[12,8,10.5,7],"rotation":90,"texture":"#0"},"south":{"uv":[12,8,10.5,7],"rotation":270,"texture":"#0"},"west":{"uv":[13.5,8,12.5,7],"texture":"#0"},"up":{"uv":[13.5,8,12.5,7],"rotation":90,"texture":"#0"},"down":{"uv":[13,8,12,7],"rotation":270,"texture":"#0"}}},{"from":[8.07783,2.28449,3.11778],"to":[8.57783,3.28449,3.61778],"rotation":{"angle":22.5,"axis":"y","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[12,8,11.5,7],"rotation":180,"texture":"#0"},"east":{"uv":[12,8,11.5,7],"texture":"#0"},"south":{"uv":[12,8,11.5,7],"texture":"#0"},"west":{"uv":[12,8,11.5,7],"texture":"#0"},"up":{"uv":[12,8,11.5,7.5],"texture":"#0"},"down":{"uv":[12,7.5,11.5,7],"texture":"#0"}}},{"from":[7.228,2.93449,1.55793],"to":[7.728,3.73449,3.05793],"rotation":{"angle":-22.5,"axis":"y","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[12,7.5,11.5,7],"rotation":180,"texture":"#0"},"east":{"uv":[12,8,11.5,7],"rotation":270,"texture":"#0"},"south":{"uv":[12,8,11.5,7.5],"texture":"#0"},"west":{"uv":[12,8,11.5,7],"rotation":90,"texture":"#0"},"up":{"uv":[12,8,11.5,7],"texture":"#0"},"down":{"uv":[12,8,11.5,7],"texture":"#0"}}},{"from":[9.84947,1.03449,1.91583],"to":[10.74947,1.93449,4.06583],"rotation":{"angle":22.5,"axis":"y","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[14,8,13,7],"texture":"#0"},"east":{"uv":[12.5,8,10.5,7],"texture":"#0"},"south":{"uv":[13,8,12,7],"texture":"#0"},"west":{"uv":[13.5,8,12.5,7],"rotation":270,"texture":"#0"},"up":{"uv":[13.5,8,12.5,7],"texture":"#0"},"down":{"uv":[12.5,8,10.5,7],"rotation":270,"texture":"#0"}}},{"from":[4.76625,2.78449,2.09205],"to":[5.66625,3.68449,4.24205],"rotation":{"angle":-22.5,"axis":"y","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[14,8,13,7],"rotation":90,"texture":"#0"},"east":{"uv":[12.5,8,10.5,7],"rotation":180,"texture":"#0"},"south":{"uv":[13,8,12,7],"rotation":270,"texture":"#0"},"west":{"uv":[13.5,8,12.5,7],"rotation":270,"texture":"#0"},"up":{"uv":[12.5,8,10.5,7],"rotation":270,"texture":"#0"},"down":{"uv":[13.5,8,12.5,7],"rotation":180,"texture":"#0"}}},{"from":[9.81882,1.60276,2.29839],"to":[10.61882,4.40276,3.09839],"rotation":{"angle":-45,"axis":"z","origin":[9.60717,5.06163,2.70079]},"faces":{"north":{"uv":[3.5,14.8,4.3,14],"texture":"#0"},"east":{"uv":[4.3,14,3.5,14.8],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14.8,4.3,14],"rotation":180,"texture":"#0"},"west":{"uv":[4.3,14,3.5,14.8],"rotation":270,"texture":"#0"},"up":{"uv":[3.5,14.8,4.3,14],"rotation":180,"texture":"#0"},"down":{"uv":[3.5,14.8,4.3,14],"rotation":180,"texture":"#0"}}},{"from":[5.5042,1.28811,2.29169],"to":[6.3042,2.08811,3.09169],"rotation":{"angle":22.5,"axis":"z","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[12,14,11,15],"rotation":180,"texture":"#0"},"east":{"uv":[11,15,12,14],"rotation":270,"texture":"#0"},"south":{"uv":[12,14,11,15],"texture":"#0"},"west":{"uv":[11,15,12,14],"rotation":90,"texture":"#0"},"up":{"uv":[12,14,11,15],"texture":"#0"},"down":{"uv":[12,14,11,15],"texture":"#0"}}},{"from":[9.54077,4.01556,2.34928],"to":[10.24077,4.71556,3.04928],"rotation":{"angle":-22.5,"axis":"z","origin":[9.60717,5.06163,2.70079]},"faces":{"north":{"uv":[4.2,14,3.5,14.7],"rotation":90,"texture":"#0"},"east":{"uv":[4.2,14,3.5,14.7],"rotation":90,"texture":"#0"},"south":{"uv":[4.2,14,3.5,14.7],"rotation":90,"texture":"#0"},"west":{"uv":[4.2,14,3.5,14.7],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14.7,4.2,14],"rotation":180,"texture":"#0"},"down":{"uv":[3.5,14.7,4.2,14],"texture":"#0"}}},{"from":[5.53216,0.52083,2.3408],"to":[6.23216,1.22083,3.0408],"rotation":{"angle":0,"axis":"x","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[12,14,11.5,14.5],"rotation":180,"texture":"#0"},"east":{"uv":[11.5,14.5,12,14],"rotation":270,"texture":"#0"},"south":{"uv":[12,14,11.5,14.5],"texture":"#0"},"west":{"uv":[11.5,14.5,12,14],"rotation":90,"texture":"#0"},"up":{"uv":[12,14,11.5,14.5],"texture":"#0"},"down":{"uv":[12,14,11.5,14.5],"texture":"#0"}}},{"from":[2.77083,0.59653,2.34928],"to":[3.47083,1.29653,3.04928],"rotation":{"angle":-22.5,"axis":"z","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[3.5,14.7,4.2,14],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14.7,4.2,14],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14.7,4.2,14],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14.7,4.2,14],"rotation":90,"texture":"#0"},"up":{"uv":[4.2,14,3.5,14.7],"texture":"#0"},"down":{"uv":[4.2,14,3.5,14.7],"rotation":180,"texture":"#0"}}},{"from":[9.41108,4.44924,2.40043],"to":[10.01108,5.04924,3.00043],"rotation":{"angle":0,"axis":"z","origin":[9.60717,5.06163,2.70079]},"faces":{"north":{"uv":[4.1,14,3.5,14.6],"rotation":90,"texture":"#0"},"east":{"uv":[4.1,14,3.5,14.6],"rotation":90,"texture":"#0"},"south":{"uv":[4.1,14,3.5,14.6],"rotation":90,"texture":"#0"},"west":{"uv":[4.1,14,3.5,14.6],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14.6,4.1,14],"rotation":180,"texture":"#0"},"down":{"uv":[3.5,14.6,4.1,14],"texture":"#0"}}},{"from":[6.02267,-0.19327,2.38965],"to":[6.62267,0.40673,2.98965],"rotation":{"angle":-22.5,"axis":"z","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[13,13.5,12.5,14],"rotation":180,"texture":"#0"},"east":{"uv":[12.5,14,13,13.5],"rotation":270,"texture":"#0"},"south":{"uv":[13,13.5,12.5,14],"texture":"#0"},"west":{"uv":[12.5,14,13,13.5],"rotation":90,"texture":"#0"},"up":{"uv":[13,13.5,12.5,14],"texture":"#0"},"down":{"uv":[13,13.5,12.5,14],"texture":"#0"}}},{"from":[5.17774,3.33431,3.32078],"to":[8.17774,6.33431,3.33078],"rotation":{"angle":-22.5,"axis":"y","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[0.5,5.5,5.5,10],"rotation":90,"texture":"#0"},"east":{"uv":[0.5,2,1,2.5],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,5.5,0.5,10],"rotation":270,"texture":"#0"},"west":{"uv":[0.5,2,1,2.5],"rotation":90,"texture":"#0"},"up":{"uv":[0.5,2,1,2.5],"rotation":270,"texture":"#0"},"down":{"uv":[0.5,2,1,2.5],"rotation":270,"texture":"#0"}}},{"from":[11.60083,1.97157,2.9622],"to":[12.50083,2.97157,3.8622],"rotation":{"angle":22.5,"axis":"y","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[12,6.5,13,5.5],"rotation":270,"texture":"#0"},"east":{"uv":[12,6.5,13,5.5],"rotation":180,"texture":"#0"},"south":{"uv":[12,6.5,13,5.5],"rotation":90,"texture":"#0"},"west":{"uv":[12,6,13,5.5],"texture":"#0"},"up":{"uv":[12,6.5,13,5.5],"rotation":90,"texture":"#0"},"down":{"uv":[12,6.5,13,5.5],"rotation":90,"texture":"#0"}}},{"from":[10.31295,2.02193,1.63394],"to":[11.11295,2.82193,2.43394],"rotation":{"angle":0,"axis":"x","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[15,6,14,7],"rotation":90,"texture":"#0"},"east":{"uv":[15,6,14,7],"texture":"#0"},"south":{"uv":[15,6,14,7],"rotation":270,"texture":"#0"},"west":{"uv":[15,6,14,7],"rotation":180,"texture":"#0"},"up":{"uv":[15,6,14,7],"rotation":270,"texture":"#0"},"down":{"uv":[15,6,14,7],"rotation":270,"texture":"#0"}}},{"from":[12.75677,2.32282,3.30773],"to":[13.45677,3.02282,4.00773],"rotation":{"angle":22.5,"axis":"y","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[15,6.5,16,5.5],"rotation":270,"texture":"#0"},"east":{"uv":[15,6.5,16,5.5],"rotation":180,"texture":"#0"},"south":{"uv":[15,6.5,16,5.5],"rotation":90,"texture":"#0"},"west":{"uv":[15,6.5,16,5.5],"texture":"#0"},"up":{"uv":[15,6.5,16,5.5],"rotation":90,"texture":"#0"},"down":{"uv":[15,6.5,16,5.5],"rotation":90,"texture":"#0"}}},{"from":[3.7053,6.13481,2.40043],"to":[4.3053,6.73481,3.00043],"rotation":{"angle":45,"axis":"z","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[4.1,14,3.5,14.6],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,14.6,4.1,14],"rotation":270,"texture":"#0"},"south":{"uv":[4.1,14,3.5,14.6],"texture":"#0"},"west":{"uv":[3.5,14.6,4.1,14],"rotation":90,"texture":"#0"},"up":{"uv":[4.1,14,3.5,14.6],"texture":"#0"},"down":{"uv":[4.1,14,3.5,14.6],"texture":"#0"}}},{"from":[9.42642,4.84544,2.4516],"to":[9.92642,5.34544,2.9516],"rotation":{"angle":22.5,"axis":"z","origin":[9.60717,5.06163,2.70079]},"faces":{"north":{"uv":[4,14,3.5,14.5],"rotation":90,"texture":"#0"},"east":{"uv":[4,14,3.5,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[4,14,3.5,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[4,14,3.5,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14.5,4,14],"rotation":180,"texture":"#0"},"down":{"uv":[3.5,14.5,4,14],"texture":"#0"}}},{"from":[6.8491,-0.66516,2.43848],"to":[7.3491,-0.16516,2.93848],"rotation":{"angle":-45,"axis":"z","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[14.5,14,14,14.5],"rotation":180,"texture":"#0"},"east":{"uv":[14,14.5,14.5,14],"rotation":270,"texture":"#0"},"south":{"uv":[14.5,14,14,14.5],"texture":"#0"},"west":{"uv":[14,14.5,14.5,14],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,14,14,14.5],"texture":"#0"},"down":{"uv":[14.5,14,14,14.5],"texture":"#0"}}},{"from":[2.28649,4.2944,2.4516],"to":[2.78649,4.7944,2.9516],"rotation":{"angle":22.5,"axis":"z","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[4,14,3.5,14.5],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,14.5,4,14],"rotation":270,"texture":"#0"},"south":{"uv":[4,14,3.5,14.5],"texture":"#0"},"west":{"uv":[3.5,14.5,4,14],"rotation":90,"texture":"#0"},"up":{"uv":[4,14,3.5,14.5],"texture":"#0"},"down":{"uv":[4,14,3.5,14.5],"texture":"#0"}}},{"from":[9.38222,5.20481,2.50253],"to":[9.78222,6.10481,2.90253],"rotation":{"angle":0,"axis":"z","origin":[9.60717,5.06163,2.70079]},"faces":{"north":{"uv":[4.4,14,3.5,14.4],"rotation":90,"texture":"#0"},"east":{"uv":[4.4,14,3.5,14.4],"rotation":90,"texture":"#0"},"south":{"uv":[4.4,14,3.5,14.4],"rotation":90,"texture":"#0"},"west":{"uv":[4.4,14,3.5,14.4],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14.4,3.9,14],"rotation":180,"texture":"#0"},"down":{"uv":[3.5,14.4,3.9,14],"texture":"#0"}}},{"from":[4.9671,0.03558,2.48755],"to":[5.8671,0.43558,2.88755],"rotation":{"angle":-22.5,"axis":"z","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[2,12,1,12.5],"rotation":180,"texture":"#0"},"east":{"uv":[1,12.5,2,12],"rotation":270,"texture":"#0"},"south":{"uv":[2,12,1,12.5],"texture":"#0"},"west":{"uv":[1.5,12.5,2,12],"rotation":90,"texture":"#0"},"up":{"uv":[2,12,1,12.5],"texture":"#0"},"down":{"uv":[2,12,1,12.5],"texture":"#0"}}},{"from":[9.57889,1.5156,2.10515],"to":[12.75889,2.6956,3.28515],"rotation":{"angle":22.5,"axis":"z","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[7.5,15,10.5,14],"texture":"#0"},"east":{"uv":[10.5,14,7.5,15],"rotation":90,"texture":"#0"},"south":{"uv":[7.5,15,10.5,14],"rotation":180,"texture":"#0"},"west":{"uv":[10.5,14,7.5,15],"rotation":270,"texture":"#0"},"up":{"uv":[7.5,15,10.5,14],"rotation":180,"texture":"#0"},"down":{"uv":[7.5,15,10.5,14],"rotation":180,"texture":"#0"}}},{"from":[2.64973,6.36367,2.50253],"to":[3.54973,6.76367,2.90253],"rotation":{"angle":45,"axis":"z","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[4.4,14,3.5,14.4],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,14.4,3.9,14],"rotation":270,"texture":"#0"},"south":{"uv":[4.4,14,3.5,14.4],"texture":"#0"},"west":{"uv":[3.5,14.4,3.9,14],"rotation":90,"texture":"#0"},"up":{"uv":[4.4,14,3.5,14.4],"texture":"#0"},"down":{"uv":[4.4,14,3.5,14.4],"texture":"#0"}}},{"from":[9.02314,5.95751,2.55253],"to":[9.32314,7.25751,2.85253],"rotation":{"angle":-22.5,"axis":"z","origin":[9.60717,5.06163,2.70079]},"faces":{"north":{"uv":[4.8,14,3.5,14.3],"rotation":90,"texture":"#0"},"east":{"uv":[4.8,14,3.5,14.3],"rotation":90,"texture":"#0"},"south":{"uv":[1.3,14,0,14.3],"rotation":90,"texture":"#0"},"west":{"uv":[4.8,14,3.5,14.3],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14.3,3.8,14],"rotation":180,"texture":"#0"},"down":{"uv":[3.5,14.3,3.8,14],"texture":"#0"}}},{"from":[0.99926,4.09533,2.55253],"to":[1.79926,4.39533,2.85253],"rotation":{"angle":22.5,"axis":"z","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[4.3,14,3.5,14.3],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,14.3,3.8,14],"rotation":270,"texture":"#0"},"south":{"uv":[4.3,14,3.5,14.3],"texture":"#0"},"west":{"uv":[3.5,14.3,3.8,14],"rotation":90,"texture":"#0"},"up":{"uv":[4.3,14,3.5,14.3],"texture":"#0"},"down":{"uv":[4.3,14,3.5,14.3],"texture":"#0"}}},{"from":[12.10014,1.32319,2.19766],"to":[13.10014,2.32319,3.19766],"rotation":{"angle":22.5,"axis":"z","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[4.5,15,3.5,14],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,14,4.5,15],"rotation":90,"texture":"#0"},"south":{"uv":[4.5,15,3.5,14],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,14,4.5,15],"rotation":90,"texture":"#0"},"up":{"uv":[4.5,15,3.5,14],"rotation":180,"texture":"#0"},"down":{"uv":[4.5,15,3.5,14],"texture":"#0"}}},{"from":[6.98171,3.41415,2.24802],"to":[7.88171,4.31415,3.14802],"rotation":{"angle":-22.5,"axis":"z","origin":[6.27833,4.78022,2.7004]},"faces":{"north":{"uv":[4.4,14.9,3.5,14],"rotation":90,"texture":"#0"},"east":{"uv":[4.4,14.9,3.5,14],"rotation":90,"texture":"#0"},"south":{"uv":[4.4,14.9,3.5,14],"rotation":90,"texture":"#0"},"west":{"uv":[4.4,14.9,3.5,14],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,4.4,14.9],"texture":"#0"},"down":{"uv":[3.5,14,4.4,14.9],"rotation":180,"texture":"#0"}}},{"from":[5.33418,3.55738,2.29839],"to":[6.13418,4.35738,3.09839],"rotation":{"angle":45,"axis":"z","origin":[6.27833,4.78022,2.7004]},"faces":{"north":{"uv":[4.3,14.8,3.5,14],"texture":"#0"},"east":{"uv":[4.3,14.8,3.5,14],"rotation":270,"texture":"#0"},"south":{"uv":[4.3,14.8,3.5,14],"rotation":180,"texture":"#0"},"west":{"uv":[4.3,14.8,3.5,14],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,4.3,14.8],"texture":"#0"},"down":{"uv":[3.5,14,4.3,14.8],"texture":"#0"}}},{"from":[5.61676,3.97805,2.34928],"to":[6.31676,4.67805,3.04928],"rotation":{"angle":22.5,"axis":"z","origin":[6.27833,4.78022,2.7004]},"faces":{"north":{"uv":[4.2,14.7,3.5,14],"rotation":90,"texture":"#0"},"east":{"uv":[4.2,14.7,3.5,14],"rotation":90,"texture":"#0"},"south":{"uv":[4.2,14.7,3.5,14],"rotation":90,"texture":"#0"},"west":{"uv":[4.2,14.7,3.5,14],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,4.2,14.7],"texture":"#0"},"down":{"uv":[3.5,14,4.2,14.7],"rotation":180,"texture":"#0"}}},{"from":[5.75526,4.38246,2.40043],"to":[6.35526,4.98246,3.00043],"rotation":{"angle":0,"axis":"z","origin":[6.27833,4.78022,2.7004]},"faces":{"north":{"uv":[4.1,14.6,3.5,14],"rotation":90,"texture":"#0"},"east":{"uv":[4.1,14.6,3.5,14],"rotation":90,"texture":"#0"},"south":{"uv":[4.1,14.6,3.5,14],"rotation":90,"texture":"#0"},"west":{"uv":[4.1,14.6,3.5,14],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,4.1,14.6],"texture":"#0"},"down":{"uv":[3.5,14,4.1,14.6],"rotation":180,"texture":"#0"}}},{"from":[5.76685,4.71671,2.4516],"to":[6.26685,5.21671,2.9516],"rotation":{"angle":-22.5,"axis":"z","origin":[6.27833,4.78022,2.7004]},"faces":{"north":{"uv":[4,14.5,3.5,14],"rotation":90,"texture":"#0"},"east":{"uv":[4,14.5,3.5,14],"rotation":90,"texture":"#0"},"south":{"uv":[4,14.5,3.5,14],"rotation":90,"texture":"#0"},"west":{"uv":[4,14.5,3.5,14],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,4,14.5],"texture":"#0"},"down":{"uv":[3.5,14,4,14.5],"rotation":180,"texture":"#0"}}},{"from":[5.98412,5.13803,2.50253],"to":[6.38412,6.03803,2.90253],"rotation":{"angle":0,"axis":"z","origin":[6.27833,4.78022,2.7004]},"faces":{"north":{"uv":[4.4,14.4,3.5,14],"rotation":90,"texture":"#0"},"east":{"uv":[4.4,14.4,3.5,14],"rotation":90,"texture":"#0"},"south":{"uv":[4.4,14.4,3.5,14],"rotation":90,"texture":"#0"},"west":{"uv":[4.4,14.4,3.5,14],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,3.9,14.4],"texture":"#0"},"down":{"uv":[3.5,14,3.9,14.4],"rotation":180,"texture":"#0"}}},{"from":[6.53439,5.92,2.55253],"to":[6.83439,7.22,2.85253],"rotation":{"angle":22.5,"axis":"z","origin":[6.27833,4.78022,2.7004]},"faces":{"north":{"uv":[4.8,14.3,3.5,14],"rotation":90,"texture":"#0"},"east":{"uv":[4.8,14.3,3.5,14],"rotation":90,"texture":"#0"},"south":{"uv":[1.3,14.3,0,14],"rotation":90,"texture":"#0"},"west":{"uv":[4.8,14.3,3.5,14],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,3.8,14.3],"texture":"#0"},"down":{"uv":[3.5,14,3.8,14.3],"rotation":180,"texture":"#0"}}},{"from":[11.24701,-1.44692,2.40043],"to":[11.84701,-0.84692,3.00043],"rotation":{"angle":45,"axis":"z","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"},"up":{"uv":[4.1,14.6,3.5,14],"rotation":180,"texture":"#0"},"down":{"uv":[4.1,14.6,3.5,14],"texture":"#0"}}},{"from":[12.34963,0.6159,2.34928],"to":[13.04963,1.3159,3.04928],"rotation":{"angle":22.5,"axis":"z","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[4.2,14.7,3.5,14],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,14,4.2,14.7],"rotation":90,"texture":"#0"},"south":{"uv":[4.2,14.7,3.5,14],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,14,4.2,14.7],"rotation":90,"texture":"#0"},"up":{"uv":[4.2,14.7,3.5,14],"rotation":180,"texture":"#0"},"down":{"uv":[4.2,14.7,3.5,14],"texture":"#0"}}},{"from":[13.05563,4.22273,2.4516],"to":[13.55563,4.72273,2.9516],"rotation":{"angle":-22.5,"axis":"z","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[3.5,14,4,14.5],"rotation":180,"texture":"#0"},"east":{"uv":[4,14.5,3.5,14],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,14,4,14.5],"texture":"#0"},"west":{"uv":[4,14.5,3.5,14],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,4,14.5],"texture":"#0"},"down":{"uv":[3.5,14,4,14.5],"texture":"#0"}}},{"from":[11.47587,-2.50249,2.50253],"to":[11.87587,-1.60249,2.90253],"rotation":{"angle":45,"axis":"z","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[3.5,14,4.4,14.4],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14,4.4,14.4],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4.4,14.4],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14,4.4,14.4],"rotation":90,"texture":"#0"},"up":{"uv":[3.9,14.4,3.5,14],"rotation":180,"texture":"#0"},"down":{"uv":[3.9,14.4,3.5,14],"texture":"#0"}}},{"from":[6.67775,2.09747,1.01019],"to":[7.15775,3.57747,2.69019],"rotation":{"angle":22.5,"axis":"y","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[10.48,7.48,8.5,7],"rotation":270,"texture":"#0"},"east":{"uv":[10.48,7.48,8.5,7],"rotation":90,"texture":"#0"},"south":{"uv":[10.48,7.48,8.5,7],"rotation":90,"texture":"#0"},"west":{"uv":[10.48,7.48,8.5,7],"rotation":90,"texture":"#0"},"up":{"uv":[10.48,7.48,8.5,7],"rotation":90,"texture":"#0"},"down":{"uv":[10.48,7.48,8.5,7],"rotation":90,"texture":"#0"}}},{"from":[2.90592,2.08747,3.43476],"to":[3.40592,3.58747,5.13476],"rotation":{"angle":-22.5,"axis":"y","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[8.98,6.98,7,6.5],"rotation":270,"texture":"#0"},"east":{"uv":[8.98,6.98,7,6.5],"rotation":90,"texture":"#0"},"south":{"uv":[8.98,6.98,7,6.5],"rotation":90,"texture":"#0"},"west":{"uv":[8.98,6.98,7,6.5],"rotation":90,"texture":"#0"},"up":{"uv":[8.98,6.98,7,6.5],"rotation":90,"texture":"#0"},"down":{"uv":[8.98,6.98,7,6.5],"rotation":90,"texture":"#0"}}},{"from":[9.95,-1.88654,1.90299],"to":[11.8,-0.28654,3.75299],"rotation":{"angle":22.5,"axis":"x","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[6.5,0,2,4],"texture":"#0"},"east":{"uv":[11,0,6.5,4],"texture":"#0"},"south":{"uv":[11,0,6.5,4],"texture":"#0"},"west":{"uv":[11,0,6.5,4],"texture":"#0"},"up":{"uv":[11,0,6.5,4.5],"texture":"#0"},"down":{"uv":[11,0,6.5,4.5],"texture":"#0"}}},{"from":[10.2,-2.13654,2.15299],"to":[11.55,-0.03654,3.50299],"rotation":{"angle":22.5,"axis":"x","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[9,0,6.5,2.5],"texture":"#0"},"east":{"uv":[9,0,6.5,2.5],"texture":"#0"},"south":{"uv":[9,0,6.5,2.5],"texture":"#0"},"west":{"uv":[9,0,6.5,2.5],"texture":"#0"},"up":{"uv":[9,0,6.5,2.5],"texture":"#0"},"down":{"uv":[9,0,6.5,2.5],"texture":"#0"}}},{"from":[1.95617,3,3.47728],"to":[3.30617,5.1,4.82728],"rotation":{"angle":-22.5,"axis":"y","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[9,0,6.5,2.5],"texture":"#0"},"east":{"uv":[9,0,6.5,2.5],"texture":"#0"},"south":{"uv":[9,0,6.5,2.5],"texture":"#0"},"west":{"uv":[9,0,6.5,2.5],"texture":"#0"},"up":{"uv":[9,0,6.5,2.5],"texture":"#0"},"down":{"uv":[9,0,6.5,2.5],"texture":"#0"}}},{"from":[1.70617,3.25,3.22728],"to":[3.55617,4.85,5.07728],"rotation":{"angle":-22.5,"axis":"y","origin":[7.97059,2.75428,7.64706]},"faces":{"north":{"uv":[6.5,0,2,4],"texture":"#0"},"east":{"uv":[11,0,6.5,4],"texture":"#0"},"south":{"uv":[11,0,6.5,4],"texture":"#0"},"west":{"uv":[11,0,6.5,4],"texture":"#0"},"up":{"uv":[11,0,6.5,4.5],"texture":"#0"},"down":{"uv":[11,0,6.5,4.5],"texture":"#0"}}},{"from":[2.44916,-3.91229,7.74602],"to":[3.54916,-2.81229,10.84602],"rotation":{"angle":-22.5,"axis":"x","origin":[3.07315,1.46803,0.4051]},"faces":{"north":{"uv":[7.5,14,10.5,15],"texture":"#0"},"east":{"uv":[7.5,14,10.5,15],"texture":"#0"},"south":{"uv":[7.5,14,10.5,15],"texture":"#0"},"west":{"uv":[7.5,14,10.5,15],"rotation":180,"texture":"#0"},"up":{"uv":[7.5,14,10.5,15],"rotation":270,"texture":"#0"},"down":{"uv":[7.5,14,10.5,15],"rotation":90,"texture":"#0"}}},{"from":[2.39989,2.80369,6.25067],"to":[3.59989,4.00369,9.45067],"rotation":{"angle":22.5,"axis":"x","origin":[3.07315,1.46803,0.4051]},"faces":{"north":{"uv":[10,14.5,13,15.5],"rotation":90,"texture":"#0"},"east":{"uv":[10,14.5,13,15.5],"texture":"#0"},"south":{"uv":[10,14.5,13,15.5],"rotation":270,"texture":"#0"},"west":{"uv":[10.5,14,13.5,15],"rotation":180,"texture":"#0"},"up":{"uv":[10.5,14,13.5,15],"rotation":270,"texture":"#0"},"down":{"uv":[10,14.5,13,15.5],"rotation":90,"texture":"#0"}}},{"from":[2.39776,4.8955,3.3023],"to":[3.59776,6.0955,5.5023],"rotation":{"angle":45,"axis":"x","origin":[3.07315,1.46803,0.4051]},"faces":{"north":{"uv":[3,11.5,4.5,13],"rotation":90,"texture":"#0"},"east":{"uv":[2,11.5,4.5,13],"texture":"#0"},"south":{"uv":[2,11.5,4.5,13],"rotation":270,"texture":"#0"},"west":{"uv":[2,11.5,4.5,13],"rotation":180,"texture":"#0"},"up":{"uv":[2,11.5,4.5,13],"rotation":270,"texture":"#0"},"down":{"uv":[2,11.5,4.5,13],"rotation":90,"texture":"#0"}}},{"from":[2.30243,3.33123,2.55198],"to":[3.70243,4.73123,4.95198],"rotation":{"angle":22.5,"axis":"x","origin":[3.07315,1.46803,0.4051]},"faces":{"north":{"uv":[5.5,11.5,6.5,13],"rotation":270,"texture":"#0"},"east":{"uv":[4,11.5,6.5,13],"texture":"#0"},"south":{"uv":[4,11.5,6.5,13],"rotation":270,"texture":"#0"},"west":{"uv":[4,11.5,6.5,13],"rotation":180,"texture":"#0"},"up":{"uv":[4,11.5,6.5,13],"rotation":270,"texture":"#0"},"down":{"uv":[4,11.5,6.5,13],"rotation":90,"texture":"#0"}}},{"from":[2.40239,2.41323,1.60225],"to":[3.60239,3.61323,3.80225],"rotation":{"angle":0,"axis":"x","origin":[3.07315,1.46803,0.4051]},"faces":{"north":{"uv":[5,11.5,7.5,13],"rotation":90,"texture":"#0"},"east":{"uv":[5,11.5,7.5,13],"texture":"#0"},"south":{"uv":[5,11.5,7.5,13],"rotation":270,"texture":"#0"},"west":{"uv":[5,11.5,7.5,13],"rotation":180,"texture":"#0"},"up":{"uv":[5,11.5,7.5,13],"rotation":270,"texture":"#0"},"down":{"uv":[5,11.5,7.5,13],"rotation":90,"texture":"#0"}}},{"from":[2.49738,0.59852,12.60557],"to":[3.49738,1.59852,13.60557],"rotation":{"angle":45,"axis":"x","origin":[2.99452,2.65042,12.47862]},"faces":{"north":{"uv":[4.5,14,3.5,15],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,14,3.5,15],"rotation":180,"texture":"#0"},"south":{"uv":[4.5,14,3.5,15],"rotation":90,"texture":"#0"},"west":{"uv":[4.5,14,3.5,15],"texture":"#0"},"up":{"uv":[4.5,14,3.5,15],"rotation":90,"texture":"#0"},"down":{"uv":[4.5,14,3.5,15],"rotation":270,"texture":"#0"}}},{"from":[2.54702,1.17928,11.50563],"to":[3.44702,2.07928,12.40563],"rotation":{"angle":-22.5,"axis":"x","origin":[2.99452,2.65042,12.47862]},"faces":{"north":{"uv":[4.4,14,3.5,14.9],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14.9,4.4,14],"rotation":270,"texture":"#0"},"south":{"uv":[4.4,14,3.5,14.9],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14.9,4.4,14],"rotation":270,"texture":"#0"},"up":{"uv":[4.4,14,3.5,14.9],"rotation":90,"texture":"#0"},"down":{"uv":[4.4,14,3.5,14.9],"rotation":90,"texture":"#0"}}},{"from":[2.55298,6.1684,8.00168],"to":[3.45298,7.0684,8.90168],"rotation":{"angle":45,"axis":"x","origin":[3.07315,1.46803,0.4051]},"faces":{"north":{"uv":[9.5,14,10.5,15],"texture":"#0"},"east":{"uv":[9.5,14,10.5,15],"rotation":270,"texture":"#0"},"south":{"uv":[9.5,14,10.5,15],"rotation":180,"texture":"#0"},"west":{"uv":[9.5,14,10.5,15],"rotation":90,"texture":"#0"},"up":{"uv":[9.5,14,10.5,15],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,14,10.5,15],"texture":"#0"}}},{"from":[11.94702,1.74392,6.49722],"to":[13.34702,2.64392,7.39722],"rotation":{"angle":22.5,"axis":"x","origin":[12.85466,2.00365,7.0405]},"faces":{"north":{"uv":[12.5,7,13.5,8],"rotation":90,"texture":"#0"},"east":{"uv":[12.5,7,13.5,8],"texture":"#0"},"south":{"uv":[10.5,7,12,8],"rotation":180,"texture":"#0"},"west":{"uv":[12,7,13,8],"rotation":180,"texture":"#0"},"up":{"uv":[13.5,8,12.5,7],"rotation":90,"texture":"#0"},"down":{"uv":[12,8,10.5,7],"rotation":180,"texture":"#0"}}},{"from":[11.94702,3.99393,7.49722],"to":[13.84702,4.64393,8.39722],"rotation":{"angle":22.5,"axis":"x","origin":[12.85466,2.00365,7.0405]},"faces":{"north":{"uv":[12.5,7,13.5,8],"rotation":90,"texture":"#0"},"east":{"uv":[12.5,7,13.5,8],"rotation":90,"texture":"#0"},"south":{"uv":[10.5,7,12,8],"texture":"#0"},"west":{"uv":[12,7,13,8],"rotation":90,"texture":"#0"},"up":{"uv":[12,8,10.5,7],"texture":"#0"},"down":{"uv":[13.5,8,12.5,7],"rotation":90,"texture":"#0"}}},{"from":[12.74702,3.39588,5.22558],"to":[13.74702,3.89588,5.72558],"rotation":{"angle":22.5,"axis":"x","origin":[12.85466,2.00365,7.0405]},"faces":{"north":{"uv":[11.5,7,12,8],"rotation":90,"texture":"#0"},"east":{"uv":[11.5,7.5,12,8],"texture":"#0"},"south":{"uv":[11.5,7,12,8],"rotation":270,"texture":"#0"},"west":{"uv":[11.5,7,12,7.5],"rotation":180,"texture":"#0"},"up":{"uv":[12,8,11.5,7],"rotation":90,"texture":"#0"},"down":{"uv":[12,8,11.5,7],"rotation":270,"texture":"#0"}}},{"from":[11.49702,2.19392,6.99722],"to":[12.39702,4.34392,7.89722],"rotation":{"angle":22.5,"axis":"x","origin":[12.85466,2.00365,7.0405]},"faces":{"north":{"uv":[12.5,7,13.5,8],"texture":"#0"},"east":{"uv":[12.5,7,13.5,8],"texture":"#0"},"south":{"uv":[10.5,7,12.5,8],"rotation":270,"texture":"#0"},"west":{"uv":[10.5,7,12.5,8],"rotation":90,"texture":"#0"},"up":{"uv":[13,8,12,7],"rotation":90,"texture":"#0"},"down":{"uv":[14,8,13,7],"rotation":90,"texture":"#0"}}},{"from":[13.24702,1.99495,6.66412],"to":[14.14702,4.14495,7.56412],"rotation":{"angle":-22.5,"axis":"x","origin":[12.85466,2.00365,7.0405]},"faces":{"north":{"uv":[12.5,7,13.5,8],"texture":"#0"},"east":{"uv":[10.5,7,12.5,8],"rotation":270,"texture":"#0"},"south":{"uv":[10.5,7,12.5,8],"rotation":90,"texture":"#0"},"west":{"uv":[12.5,7,13.5,8],"texture":"#0"},"up":{"uv":[13,8,12,7],"texture":"#0"},"down":{"uv":[14,8,13,7],"rotation":180,"texture":"#0"}}},{"from":[2.59665,1.96977,12.96109],"to":[3.39665,2.76977,13.76109],"rotation":{"angle":45,"axis":"x","origin":[2.99452,2.65042,12.47862]},"faces":{"north":{"uv":[4.3,14,3.5,14.8],"rotation":270,"texture":"#0"},"east":{"uv":[4.3,14,3.5,14.8],"rotation":180,"texture":"#0"},"south":{"uv":[4.3,14,3.5,14.8],"rotation":90,"texture":"#0"},"west":{"uv":[4.3,14,3.5,14.8],"texture":"#0"},"up":{"uv":[4.3,14,3.5,14.8],"rotation":90,"texture":"#0"},"down":{"uv":[4.3,14,3.5,14.8],"rotation":270,"texture":"#0"}}},{"from":[2.60335,2.60788,10.00344],"to":[3.40335,3.40788,10.80344],"rotation":{"angle":22.5,"axis":"x","origin":[3.07315,1.46803,0.4051]},"faces":{"north":{"uv":[11,14,12,15],"rotation":270,"texture":"#0"},"east":{"uv":[11,14,12,15],"rotation":180,"texture":"#0"},"south":{"uv":[11,14,12,15],"rotation":90,"texture":"#0"},"west":{"uv":[11,14,12,15],"texture":"#0"},"up":{"uv":[11,14,12,15],"rotation":90,"texture":"#0"},"down":{"uv":[11,14,12,15],"rotation":270,"texture":"#0"}}},{"from":[12.69665,1.62346,6.18728],"to":[13.49665,2.42346,6.98728],"rotation":{"angle":-45,"axis":"x","origin":[13.05466,2.00365,7.0405]},"faces":{"north":{"uv":[8.5,8,9.5,8.5],"texture":"#0"},"east":{"uv":[6,7.5,7,8.5],"rotation":270,"texture":"#0"},"south":{"uv":[6,7.5,7,8.5],"rotation":180,"texture":"#0"},"west":{"uv":[6,7.5,7,8.5],"rotation":90,"texture":"#0"},"up":{"uv":[7,8.5,6,7.5],"texture":"#0"},"down":{"uv":[7,8.5,6,7.5],"rotation":180,"texture":"#0"}}},{"from":[2.64576,2.21969,12.96024],"to":[3.34576,2.91969,13.66024],"rotation":{"angle":22.5,"axis":"x","origin":[2.99452,2.65042,12.47862]},"faces":{"north":{"uv":[4.2,14,3.5,14.7],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14.7,4.2,14],"rotation":270,"texture":"#0"},"south":{"uv":[4.2,14,3.5,14.7],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14.7,4.2,14],"rotation":270,"texture":"#0"},"up":{"uv":[4.2,14,3.5,14.7],"rotation":90,"texture":"#0"},"down":{"uv":[4.2,14,3.5,14.7],"rotation":90,"texture":"#0"}}},{"from":[2.65424,-1.39319,10.46898],"to":[3.35424,-0.69319,11.16898],"rotation":{"angle":0,"axis":"x","origin":[3.07315,1.46803,0.4051]},"faces":{"north":{"uv":[11.5,14,12,14.5],"rotation":270,"texture":"#0"},"east":{"uv":[11.5,14,12,14.5],"rotation":180,"texture":"#0"},"south":{"uv":[11.5,14,12,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[11.5,14,12,14.5],"texture":"#0"},"up":{"uv":[11.5,14,12,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[11.5,14,12,14.5],"rotation":270,"texture":"#0"}}},{"from":[12.84576,0.78798,6.35169],"to":[13.54576,1.48798,7.05169],"rotation":{"angle":22.5,"axis":"x","origin":[13.15466,2.00365,7.0405]},"faces":{"north":{"uv":[11.5,6.5,12.5,7.5],"rotation":90,"texture":"#0"},"east":{"uv":[11.5,6.5,12.5,7.5],"texture":"#0"},"south":{"uv":[11.5,6.5,12.5,7.5],"rotation":270,"texture":"#0"},"west":{"uv":[11.5,6.5,12.5,7.5],"rotation":180,"texture":"#0"},"up":{"uv":[12.5,7.5,11.5,6.5],"rotation":90,"texture":"#0"},"down":{"uv":[15,7.5,14.5,6.5],"rotation":270,"texture":"#0"}}},{"from":[2.64576,1.50943,12.37665],"to":[3.34576,2.20943,13.07665],"rotation":{"angle":45,"axis":"x","origin":[2.99452,2.65042,12.47862]},"faces":{"north":{"uv":[4.2,14,3.5,14.7],"rotation":270,"texture":"#0"},"east":{"uv":[4.2,14,3.5,14.7],"rotation":180,"texture":"#0"},"south":{"uv":[4.2,14,3.5,14.7],"rotation":90,"texture":"#0"},"west":{"uv":[4.2,14,3.5,14.7],"texture":"#0"},"up":{"uv":[4.2,14,3.5,14.7],"rotation":90,"texture":"#0"},"down":{"uv":[4.2,14,3.5,14.7],"rotation":270,"texture":"#0"}}},{"from":[2.69461,2.39682,13.02431],"to":[3.29461,2.99682,13.62431],"rotation":{"angle":0,"axis":"x","origin":[2.99452,2.65042,12.47862]},"faces":{"north":{"uv":[4.1,14,3.5,14.6],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14.6,4.1,14],"rotation":270,"texture":"#0"},"south":{"uv":[4.1,14,3.5,14.6],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14.6,4.1,14],"rotation":270,"texture":"#0"},"up":{"uv":[4.1,14,3.5,14.6],"rotation":90,"texture":"#0"},"down":{"uv":[4.1,14,3.5,14.6],"rotation":90,"texture":"#0"}}},{"from":[2.70539,-5.24552,9.20449],"to":[3.30539,-4.64552,9.80449],"rotation":{"angle":-22.5,"axis":"x","origin":[3.07315,1.46803,0.4051]},"faces":{"north":{"uv":[12.5,13.5,13,14],"rotation":270,"texture":"#0"},"east":{"uv":[12.5,13.5,13,14],"rotation":180,"texture":"#0"},"south":{"uv":[12.5,13.5,13,14],"rotation":90,"texture":"#0"},"west":{"uv":[12.5,13.5,13,14],"texture":"#0"},"up":{"uv":[12.5,13.5,13,14],"rotation":90,"texture":"#0"},"down":{"uv":[12.5,13.5,13,14],"rotation":270,"texture":"#0"}}},{"from":[12.99461,1.57714,5.37184],"to":[13.59461,2.17714,5.97184],"rotation":{"angle":-45,"axis":"x","origin":[13.25466,2.00365,7.0405]},"faces":{"north":{"uv":[14.5,5.5,15.5,6.5],"texture":"#0"},"east":{"uv":[14.5,5.5,15.5,6.5],"rotation":270,"texture":"#0"},"south":{"uv":[14.5,5.5,15.5,6.5],"rotation":180,"texture":"#0"},"west":{"uv":[14.5,5.5,15.5,6.5],"rotation":90,"texture":"#0"},"up":{"uv":[15.5,6.5,14.5,5.5],"texture":"#0"},"down":{"uv":[15.5,6.5,14.5,5.5],"rotation":180,"texture":"#0"}}},{"from":[13.78941,0.11451,2.51034],"to":[13.79941,3.11451,5.51034],"rotation":{"angle":-22.5,"axis":"y","origin":[13.79441,1.61451,4.01034]},"faces":{"north":{"uv":[0.5,2,1,2.5],"rotation":270,"texture":"#0"},"east":{"uv":[0.5,5.5,5.5,10],"texture":"#0"},"south":{"uv":[0.5,2,1,2.5],"rotation":90,"texture":"#0"},"west":{"uv":[5.5,5.5,0.5,10],"texture":"#0"},"up":{"uv":[1,2.5,0.5,2],"rotation":90,"texture":"#0"},"down":{"uv":[1,2.5,0.5,2],"rotation":270,"texture":"#0"}}},{"from":[2.69461,2.2578,11.4345],"to":[3.29461,2.8578,12.0345],"rotation":{"angle":-22.5,"axis":"x","origin":[2.99452,2.65042,12.47862]},"faces":{"north":{"uv":[4.1,14,3.5,14.6],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14.6,4.1,14],"rotation":270,"texture":"#0"},"south":{"uv":[4.1,14,3.5,14.6],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14.6,4.1,14],"rotation":270,"texture":"#0"},"up":{"uv":[4.1,14,3.5,14.6],"rotation":90,"texture":"#0"},"down":{"uv":[4.1,14,3.5,14.6],"rotation":90,"texture":"#0"}}},{"from":[2.74344,2.48184,13.12049],"to":[3.24344,2.98184,13.62049],"rotation":{"angle":-22.5,"axis":"x","origin":[2.99452,2.65042,12.47862]},"faces":{"north":{"uv":[4,14,3.5,14.5],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14.5,4,14],"rotation":270,"texture":"#0"},"south":{"uv":[4,14,3.5,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14.5,4,14],"rotation":270,"texture":"#0"},"up":{"uv":[4,14,3.5,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[4,14,3.5,14.5],"rotation":90,"texture":"#0"}}},{"from":[2.75656,-8.2823,6.46966],"to":[3.25656,-7.7823,6.96966],"rotation":{"angle":-45,"axis":"x","origin":[3.07315,1.46803,0.4051]},"faces":{"north":{"uv":[14,14,14.5,14.5],"rotation":270,"texture":"#0"},"east":{"uv":[14,14,14.5,14.5],"rotation":180,"texture":"#0"},"south":{"uv":[14,14,14.5,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[14,14,14.5,14.5],"texture":"#0"},"up":{"uv":[14,14,14.5,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[14,14,14.5,14.5],"rotation":270,"texture":"#0"}}},{"from":[13.04344,1.0202,5.21226],"to":[13.54344,1.5202,5.71226],"rotation":{"angle":-22.5,"axis":"x","origin":[13.25466,2.00365,7.0405]},"faces":{"north":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"},"east":{"uv":[14,6,14.5,7],"rotation":180,"texture":"#0"},"south":{"uv":[14,6,14.5,7],"rotation":90,"texture":"#0"},"west":{"uv":[14,6,14.5,7],"texture":"#0"},"up":{"uv":[14.5,7,14,6],"rotation":270,"texture":"#0"},"down":{"uv":[14.5,7,14,6],"rotation":90,"texture":"#0"}}},{"from":[2.74344,2.39226,11.48379],"to":[3.24344,2.89226,11.98379],"rotation":{"angle":0,"axis":"x","origin":[2.99452,2.65042,12.47862]},"faces":{"north":{"uv":[4,14,3.5,14.5],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14.5,4,14],"rotation":270,"texture":"#0"},"south":{"uv":[4,14,3.5,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14.5,4,14],"rotation":270,"texture":"#0"},"up":{"uv":[4,14,3.5,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[4,14,3.5,14.5],"rotation":90,"texture":"#0"}}},{"from":[2.79251,3.15239,12.99545],"to":[3.19251,4.05239,13.39545],"rotation":{"angle":0,"axis":"x","origin":[2.99452,2.65042,12.47862]},"faces":{"north":{"uv":[4.4,14,3.5,14.4],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14.4,4.4,14],"rotation":270,"texture":"#0"},"south":{"uv":[4.4,14,3.5,14.4],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14.4,4.4,14],"rotation":270,"texture":"#0"},"up":{"uv":[3.9,14,3.5,14.4],"rotation":90,"texture":"#0"},"down":{"uv":[3.9,14,3.5,14.4],"rotation":90,"texture":"#0"}}},{"from":[2.80749,-5.01667,9.96006],"to":[3.20749,-4.61667,10.86006],"rotation":{"angle":-22.5,"axis":"x","origin":[3.07315,1.46803,0.4051]},"faces":{"north":{"uv":[1,12,2,12.5],"rotation":270,"texture":"#0"},"east":{"uv":[1,12,2,12.5],"rotation":180,"texture":"#0"},"south":{"uv":[1.5,12,2,12.5],"rotation":90,"texture":"#0"},"west":{"uv":[1,12,2,12.5],"texture":"#0"},"up":{"uv":[1,12,2,12.5],"rotation":90,"texture":"#0"},"down":{"uv":[1,12,2,12.5],"rotation":270,"texture":"#0"}}},{"from":[13.09251,1.80599,4.31627],"to":[13.49251,2.20599,5.21627],"rotation":{"angle":-45,"axis":"x","origin":[13.25466,2.00365,7.0405]},"faces":{"north":{"uv":[13.5,6,14,6.5],"rotation":270,"texture":"#0"},"east":{"uv":[13.5,6,14.5,6.4],"rotation":180,"texture":"#0"},"south":{"uv":[13.5,6,14.5,6.4],"rotation":90,"texture":"#0"},"west":{"uv":[13.5,6,14.5,6.4],"texture":"#0"},"up":{"uv":[14.5,6.4,13.5,6],"rotation":270,"texture":"#0"},"down":{"uv":[14.5,6.4,13.5,6],"rotation":90,"texture":"#0"}}},{"from":[2.79251,3.01337,11.66336],"to":[3.19251,3.91337,12.06336],"rotation":{"angle":-22.5,"axis":"x","origin":[2.99452,2.65042,12.47862]},"faces":{"north":{"uv":[4.4,14,3.5,14.4],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14.4,4.4,14],"rotation":270,"texture":"#0"},"south":{"uv":[4.4,14,3.5,14.4],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14.4,4.4,14],"rotation":270,"texture":"#0"},"up":{"uv":[3.9,14,3.5,14.4],"rotation":90,"texture":"#0"},"down":{"uv":[3.9,14,3.5,14.4],"rotation":90,"texture":"#0"}}},{"from":[2.84251,3.37949,11.28472],"to":[3.14251,4.17949,11.58472],"rotation":{"angle":0,"axis":"x","origin":[2.99452,2.65042,12.47862]},"faces":{"north":{"uv":[4.3,14,3.5,14.3],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14.3,4.3,14],"rotation":270,"texture":"#0"},"south":{"uv":[4.3,14,3.5,14.3],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14.3,4.3,14],"rotation":270,"texture":"#0"},"up":{"uv":[3.8,14,3.5,14.3],"rotation":90,"texture":"#0"},"down":{"uv":[3.8,14,3.5,14.3],"rotation":90,"texture":"#0"}}},{"from":[2.40132,5.31295,6.38846],"to":[3.00132,5.81295,7.18846],"rotation":{"angle":22.5,"axis":"x","origin":[3.07315,1.46803,0.4051]},"faces":{"north":{"uv":[8.5,5.5,9.5,6.5],"rotation":270,"texture":"#0"},"east":{"uv":[8.5,5.5,9.5,6.5],"texture":"#0"},"south":{"uv":[8.5,5.5,9.5,6.5],"rotation":90,"texture":"#0"},"west":{"uv":[8.5,5.5,9.5,6.5],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,5.5,9.5,6.5],"rotation":270,"texture":"#0"},"down":{"uv":[8.5,5.5,9.5,6.5],"rotation":90,"texture":"#0"}}},{"from":[2.09551,7.46261,4.56546],"to":[3.12551,8.49261,5.59546],"rotation":{"angle":45,"axis":"x","origin":[3.07315,1.46803,0.4051]},"faces":{"north":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#0"},"east":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#0"}}},{"from":[12.89551,4.46261,1.26546],"to":[13.92551,5.49261,2.29546],"rotation":{"angle":45,"axis":"x","origin":[13.87315,-1.53197,-2.8949]},"faces":{"north":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#0"},"east":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#0"}}},{"from":[2.59941,5.66872,3.39687],"to":[3.39941,6.46872,4.09687],"rotation":{"angle":45,"axis":"x","origin":[3.07315,1.46803,0.4051]},"faces":{"north":{"uv":[12,5.5,12.5,6.5],"texture":"#0"},"east":{"uv":[11.5,5.5,12.5,6.5],"texture":"#0"},"south":{"uv":[11.5,5.5,12,6.5],"texture":"#0"},"west":{"uv":[11.5,5.5,12.5,6.5],"rotation":90,"texture":"#0"},"up":{"uv":[11.5,5.5,12,6.5],"rotation":180,"texture":"#0"},"down":{"uv":[12,5.5,12.5,6.5],"texture":"#0"}}},{"from":[2.39836,2.59468,6.79594],"to":[3.19836,3.19468,7.59594],"rotation":{"angle":0,"axis":"x","origin":[3.07315,1.46803,0.4051]},"faces":{"north":{"uv":[7.5,6,8.5,6.5],"rotation":180,"texture":"#0"},"east":{"uv":[7.5,5.5,8.5,6.5],"rotation":270,"texture":"#0"},"south":{"uv":[7.5,5.5,8.5,6.5],"texture":"#0"},"west":{"uv":[7.5,5.5,8.5,6.5],"rotation":90,"texture":"#0"},"up":{"uv":[7.5,5.5,8.5,6.5],"rotation":180,"texture":"#0"},"down":{"uv":[7.5,5.5,8.5,6.5],"texture":"#0"}}},{"from":[2.49804,-0.03134,6.17044],"to":[3.29804,0.61866,6.97044],"rotation":{"angle":-22.5,"axis":"x","origin":[3.07315,1.46803,0.4051]},"faces":{"north":{"uv":[10.5,6,11,7],"texture":"#0"},"east":{"uv":[10.5,6,11.5,7],"rotation":270,"texture":"#0"},"south":{"uv":[10.5,6,11.5,7],"texture":"#0"},"west":{"uv":[10.5,6,11.5,7],"texture":"#0"},"up":{"uv":[10.5,6,11.5,7],"rotation":180,"texture":"#0"},"down":{"uv":[10.5,6,11.5,7],"texture":"#0"}}},{"from":[2.01,-0.28969,4.38866],"to":[3.99,1.69031,4.86866],"rotation":{"angle":-22.5,"axis":"x","origin":[3.07315,1.46803,0.4051]},"faces":{"north":{"uv":[11.5,6,13.48,6.48],"texture":"#0"},"east":{"uv":[11.5,6,13.48,6.48],"rotation":270,"texture":"#0"},"south":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#0"},"west":{"uv":[11.5,6,13.48,6.48],"rotation":90,"texture":"#0"},"up":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#0"},"down":{"uv":[11.5,6,13.48,6.48],"texture":"#0"}}},{"from":[2.01,1.18273,2.60675],"to":[3.99,3.16273,3.08675],"rotation":{"angle":-22.5,"axis":"x","origin":[3.07315,1.46803,0.4051]},"faces":{"north":{"uv":[8.5,7,10.48,7.48],"texture":"#0"},"east":{"uv":[8.5,7,10.48,7.48],"rotation":270,"texture":"#0"},"south":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,7,10.48,7.48],"rotation":90,"texture":"#0"},"up":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,7,10.48,7.48],"texture":"#0"}}},{"from":[2,2.69973,1.38986],"to":[4,4.69973,1.88986],"rotation":{"angle":22.5,"axis":"x","origin":[3.07315,1.46803,0.4051]},"faces":{"north":{"uv":[7,6.5,8.98,6.98],"texture":"#0"},"east":{"uv":[7,6.5,8.98,6.98],"rotation":270,"texture":"#0"},"south":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#0"},"west":{"uv":[7,6.5,8.98,6.98],"rotation":90,"texture":"#0"},"up":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#0"},"down":{"uv":[7,6.5,8.98,6.98],"texture":"#0"}}},{"from":[2,2.90543,2.61407],"to":[4,4.90543,3.11407],"rotation":{"angle":22.5,"axis":"x","origin":[3.07315,1.46803,0.4051]},"faces":{"north":{"uv":[12.5,6,14.48,6.48],"texture":"#0"},"east":{"uv":[12.5,6,14.48,6.48],"rotation":270,"texture":"#0"},"south":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#0"},"west":{"uv":[12.5,6,14.48,6.48],"rotation":90,"texture":"#0"},"up":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#0"},"down":{"uv":[12.5,6,14.48,6.48],"texture":"#0"}}},{"from":[2.01904,1.37744,5.20721],"to":[4.01904,3.37744,5.70721],"rotation":{"angle":0,"axis":"x","origin":[3.07315,1.46803,0.4051]},"faces":{"north":{"uv":[8.5,6.5,9.5,7],"texture":"#0"},"east":{"uv":[8.5,6.5,9.5,7],"rotation":270,"texture":"#0"},"south":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,6.5,9.5,7],"rotation":90,"texture":"#0"},"up":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,6.5,9.5,7],"texture":"#0"}}},{"from":[2,3.02408,4.72971],"to":[4,5.02408,5.22971],"rotation":{"angle":22.5,"axis":"x","origin":[3.07315,1.46803,0.4051]},"faces":{"north":{"uv":[11.5,6,13.5,6.5],"texture":"#0"},"east":{"uv":[11.5,6,13.5,6.5],"rotation":270,"texture":"#0"},"south":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#0"},"west":{"uv":[11.5,6,13.5,6.5],"rotation":90,"texture":"#0"},"up":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#0"},"down":{"uv":[11.5,6,13.5,6.5],"texture":"#0"}}},{"from":[12.01,-1.9708,11.612],"to":[13.99,0.0092,12.092],"rotation":{"angle":-22.5,"axis":"x","origin":[13.00173,1.88518,7.38572]},"faces":{"north":{"uv":[8.5,7.48,10.48,7],"rotation":180,"texture":"#0"},"east":{"uv":[10.48,7,8.5,7.48],"rotation":90,"texture":"#0"},"south":{"uv":[8.5,7.48,10.48,7],"texture":"#0"},"west":{"uv":[10.48,7,8.5,7.48],"rotation":270,"texture":"#0"},"up":{"uv":[10.48,7,8.5,7.48],"texture":"#0"},"down":{"uv":[10.48,7,8.5,7.48],"rotation":180,"texture":"#0"}}},{"from":[12.39761,0.38677,11.19775],"to":[13.59761,1.58677,13.39775],"rotation":{"angle":0,"axis":"x","origin":[13.00173,1.88518,7.38572]},"faces":{"north":{"uv":[7.5,11.5,5,13],"rotation":270,"texture":"#0"},"east":{"uv":[5,13,7.5,11.5],"rotation":180,"texture":"#0"},"south":{"uv":[7.5,11.5,5,13],"rotation":90,"texture":"#0"},"west":{"uv":[5,13,7.5,11.5],"texture":"#0"},"up":{"uv":[5,13,7.5,11.5],"rotation":90,"texture":"#0"},"down":{"uv":[5,13,7.5,11.5],"rotation":270,"texture":"#0"}}},{"from":[12,2.00987,12.31386],"to":[14,4.00987,12.81386],"rotation":{"angle":22.5,"axis":"x","origin":[13.00173,1.88518,7.38572]},"faces":{"north":{"uv":[7,6.98,8.98,6.5],"rotation":180,"texture":"#0"},"east":{"uv":[8.98,6.5,7,6.98],"rotation":90,"texture":"#0"},"south":{"uv":[7,6.98,8.98,6.5],"texture":"#0"},"west":{"uv":[8.98,6.5,7,6.98],"rotation":270,"texture":"#0"},"up":{"uv":[8.98,6.5,7,6.98],"texture":"#0"},"down":{"uv":[8.98,6.5,7,6.98],"rotation":180,"texture":"#0"}}},{"from":[12.45084,4.00423,3.85274],"to":[13.55084,5.10423,6.95274],"rotation":{"angle":-22.5,"axis":"x","origin":[13.00173,1.88518,7.38572]},"faces":{"north":{"uv":[7.5,15,10.5,14],"texture":"#0"},"east":{"uv":[7.5,15,10.5,14],"rotation":180,"texture":"#0"},"south":{"uv":[7.5,15,10.5,14],"texture":"#0"},"west":{"uv":[7.5,15,10.5,14],"texture":"#0"},"up":{"uv":[7.5,15,10.5,14],"rotation":90,"texture":"#0"},"down":{"uv":[7.5,15,10.5,14],"rotation":270,"texture":"#0"}}},{"from":[12.50262,-0.88126,3.19789],"to":[13.50262,0.11874,4.19789],"rotation":{"angle":45,"axis":"x","origin":[13.00173,1.88518,7.38572]},"faces":{"north":{"uv":[3.5,14,4.5,15],"rotation":90,"texture":"#0"},"east":{"uv":[4.5,15,3.5,14],"texture":"#0"},"south":{"uv":[3.5,14,4.5,15],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,15,3.5,14],"rotation":180,"texture":"#0"},"up":{"uv":[4.5,15,3.5,14],"rotation":270,"texture":"#0"},"down":{"uv":[4.5,15,3.5,14],"rotation":90,"texture":"#0"}}},{"from":[12.55298,3.823,2.75969],"to":[13.45298,4.723,3.65969],"rotation":{"angle":-22.5,"axis":"x","origin":[13.00173,1.88518,7.38572]},"faces":{"north":{"uv":[3.5,14,4.4,14.9],"rotation":90,"texture":"#0"},"east":{"uv":[4.4,14.9,3.5,14],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,14,4.4,14.9],"rotation":90,"texture":"#0"},"west":{"uv":[4.4,14.9,3.5,14],"rotation":270,"texture":"#0"},"up":{"uv":[4.4,14.9,3.5,14],"rotation":90,"texture":"#0"},"down":{"uv":[4.4,14.9,3.5,14],"rotation":90,"texture":"#0"}}},{"from":[12.65424,-1.49217,3.72681],"to":[13.35424,-0.79217,4.42681],"rotation":{"angle":45,"axis":"x","origin":[13.00173,1.88518,7.38572]},"faces":{"north":{"uv":[3.5,14,4.2,14.7],"rotation":90,"texture":"#0"},"east":{"uv":[4.2,14.7,3.5,14],"texture":"#0"},"south":{"uv":[3.5,14,4.2,14.7],"rotation":270,"texture":"#0"},"west":{"uv":[4.2,14.7,3.5,14],"rotation":180,"texture":"#0"},"up":{"uv":[4.2,14.7,3.5,14],"rotation":270,"texture":"#0"},"down":{"uv":[4.2,14.7,3.5,14],"rotation":90,"texture":"#0"}}},{"from":[12.70539,3.04448,3.13082],"to":[13.30539,3.64448,3.73082],"rotation":{"angle":-22.5,"axis":"x","origin":[13.00173,1.88518,7.38572]},"faces":{"north":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"},"east":{"uv":[4.1,14.6,3.5,14],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"},"west":{"uv":[4.1,14.6,3.5,14],"rotation":270,"texture":"#0"},"up":{"uv":[4.1,14.6,3.5,14],"rotation":90,"texture":"#0"},"down":{"uv":[4.1,14.6,3.5,14],"rotation":90,"texture":"#0"}}},{"from":[12.75656,1.10774,3.01621],"to":[13.25656,1.60774,3.51621],"rotation":{"angle":0,"axis":"x","origin":[13.00173,1.88518,7.38572]},"faces":{"north":{"uv":[3.5,14,4,14.5],"rotation":90,"texture":"#0"},"east":{"uv":[4,14.5,3.5,14],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,14,4,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[4,14.5,3.5,14],"rotation":270,"texture":"#0"},"up":{"uv":[4,14.5,3.5,14],"rotation":90,"texture":"#0"},"down":{"uv":[4,14.5,3.5,14],"rotation":90,"texture":"#0"}}},{"from":[12.80749,1.98891,3.10196],"to":[13.20749,2.88891,3.50196],"rotation":{"angle":-22.5,"axis":"x","origin":[13.00173,1.88518,7.38572]},"faces":{"north":{"uv":[3.5,14,4.4,14.4],"rotation":90,"texture":"#0"},"east":{"uv":[4.4,14.4,3.5,14],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,14,4.4,14.4],"rotation":90,"texture":"#0"},"west":{"uv":[4.4,14.4,3.5,14],"rotation":270,"texture":"#0"},"up":{"uv":[3.9,14.4,3.5,14],"rotation":90,"texture":"#0"},"down":{"uv":[3.9,14.4,3.5,14],"rotation":90,"texture":"#0"}}},{"from":[12.40011,2.70591,4.75305],"to":[13.60011,3.90591,7.95305],"rotation":{"angle":22.5,"axis":"x","origin":[13.00173,1.88518,7.38572]},"faces":{"north":{"uv":[13,14.5,10,15.5],"rotation":270,"texture":"#0"},"east":{"uv":[10.5,15,13.5,14],"rotation":180,"texture":"#0"},"south":{"uv":[13,14.5,10,15.5],"rotation":90,"texture":"#0"},"west":{"uv":[10,15.5,13,14.5],"texture":"#0"},"up":{"uv":[10,15.5,13,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[10.5,15,13.5,14],"rotation":270,"texture":"#0"}}},{"from":[12.40224,2.81272,6.92883],"to":[13.60224,4.01272,9.12883],"rotation":{"angle":45,"axis":"x","origin":[13.00173,1.88518,7.38572]},"faces":{"north":{"uv":[4.5,11.5,2,13],"rotation":270,"texture":"#0"},"east":{"uv":[2,13,4.5,11.5],"rotation":180,"texture":"#0"},"south":{"uv":[4.5,11.5,3,13],"rotation":90,"texture":"#0"},"west":{"uv":[2,13,4.5,11.5],"texture":"#0"},"up":{"uv":[2,13,4.5,11.5],"rotation":90,"texture":"#0"},"down":{"uv":[2,13,4.5,11.5],"rotation":270,"texture":"#0"}}},{"from":[12,1.68552,8.97401],"to":[14,3.68552,9.47401],"rotation":{"angle":22.5,"axis":"x","origin":[13.00173,1.88518,7.38572]},"faces":{"north":{"uv":[11.5,6.5,13.5,6],"rotation":180,"texture":"#0"},"east":{"uv":[13.5,6,11.5,6.5],"rotation":90,"texture":"#0"},"south":{"uv":[11.5,6.5,13.5,6],"texture":"#0"},"west":{"uv":[13.5,6,11.5,6.5],"rotation":270,"texture":"#0"},"up":{"uv":[13.5,6,11.5,6.5],"texture":"#0"},"down":{"uv":[13.5,6,11.5,6.5],"rotation":180,"texture":"#0"}}},{"from":[12.29757,1.97837,9.25174],"to":[13.69757,3.37837,11.65174],"rotation":{"angle":22.5,"axis":"x","origin":[13.00173,1.88518,7.38572]},"faces":{"north":{"uv":[6.5,11.5,4,13],"rotation":270,"texture":"#0"},"east":{"uv":[4,13,6.5,11.5],"rotation":180,"texture":"#0"},"south":{"uv":[6.5,11.5,5.5,13],"rotation":270,"texture":"#0"},"west":{"uv":[4,13,6.5,11.5],"texture":"#0"},"up":{"uv":[4,13,6.5,11.5],"rotation":90,"texture":"#0"},"down":{"uv":[4,13,6.5,11.5],"rotation":270,"texture":"#0"}}},{"from":[12.01,-0.49837,9.8301],"to":[13.99,1.48163,10.3101],"rotation":{"angle":-22.5,"axis":"x","origin":[13.00173,1.88518,7.38572]},"faces":{"north":{"uv":[11.5,6.48,13.48,6],"rotation":180,"texture":"#0"},"east":{"uv":[13.48,6,11.5,6.48],"rotation":90,"texture":"#0"},"south":{"uv":[11.5,6.48,13.48,6],"texture":"#0"},"west":{"uv":[13.48,6,11.5,6.48],"rotation":270,"texture":"#0"},"up":{"uv":[13.48,6,11.5,6.48],"texture":"#0"},"down":{"uv":[13.48,6,11.5,6.48],"rotation":180,"texture":"#0"}}},{"from":[12,1.80417,11.08965],"to":[14,3.80417,11.58965],"rotation":{"angle":22.5,"axis":"x","origin":[13.00173,1.88518,7.38572]},"faces":{"north":{"uv":[12.5,6.48,14.48,6],"rotation":180,"texture":"#0"},"east":{"uv":[14.48,6,12.5,6.48],"rotation":90,"texture":"#0"},"south":{"uv":[12.5,6.48,14.48,6],"texture":"#0"},"west":{"uv":[14.48,6,12.5,6.48],"rotation":270,"texture":"#0"},"up":{"uv":[14.48,6,12.5,6.48],"texture":"#0"},"down":{"uv":[14.48,6,12.5,6.48],"rotation":180,"texture":"#0"}}}],"display":{"head":{"rotation":[15,0,0],"translation":[0,10,1.5],"scale":[1.35,1.35,1.35]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/haunting_spider.json b/assets/minecraft/models/item/wynn/skin/hat/haunting_spider.json new file mode 100644 index 000000000..7e8386116 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/haunting_spider.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/haunting_spider","particle":"skins/haunting_spider"},"elements":[{"from":[5.75,4,11.75],"to":[10.25,7.75,15.5],"rotation":{"angle":-22.5,"axis":"x","origin":[7.25,4,11.75]},"faces":{"north":{"uv":[0.016,0.016,2.25,1.984],"texture":"#0"},"east":{"uv":[5.016,0.016,6.984,1.984],"texture":"#0"},"south":{"uv":[0.016,2.016,2.25,3.984],"texture":"#0"},"west":{"uv":[6.984,0.016,5.016,1.984],"texture":"#0"},"up":{"uv":[4.75,1.984,2.516,0.016],"texture":"#0"},"down":{"uv":[4.75,2.016,2.516,3.984],"texture":"#0"}}},{"from":[6.495,4.745,15.495],"to":[9.505,7.005,17.005],"rotation":{"angle":-22.5,"axis":"x","origin":[7.25,4,11.75]},"faces":{"east":{"uv":[10.016,7.016,10.75,8.25],"texture":"#0"},"south":{"uv":[1.516,7.516,2.984,8.75],"texture":"#0"},"west":{"uv":[10.75,7.016,10.016,8.25],"texture":"#0"},"down":{"uv":[5.984,9.016,4.516,9.75],"texture":"#0"}}},{"from":[6.5,2.5375,14.9],"to":[9.5,3.2875,16.775],"rotation":{"angle":-45,"axis":"x","origin":[7.25,4.0375,11.525]},"faces":{"east":{"uv":[6.016,7.516,6.984,7.984],"texture":"#0"},"west":{"uv":[6.984,7.516,6.016,7.984],"texture":"#0"},"down":{"uv":[9.984,0.016,8.516,0.984],"texture":"#0"}}},{"from":[6.5,8.05,13.5875],"to":[9.5,8.8,15.4625],"rotation":{"angle":0,"axis":"x","origin":[7.25,4.0375,11.525]},"faces":{"east":{"uv":[12.016,1.516,12.984,1.984],"texture":"#0"},"west":{"uv":[12.984,1.516,12.016,1.984],"texture":"#0"},"up":{"uv":[2.984,9.984,1.516,9.016],"texture":"#0"}}},{"from":[6.5,4,10.25],"to":[9.5,7,11.75],"rotation":{"angle":0,"axis":"y","origin":[7.25,4,10.25]},"faces":{"east":{"uv":[9.016,5.016,9.75,6.484],"texture":"#0"},"west":{"uv":[6.016,9.016,6.75,10.484],"texture":"#0"},"up":{"uv":[8.484,9.75,7.016,9.016],"texture":"#0"},"down":{"uv":[9.984,9.516,8.516,10.25],"texture":"#0"}}},{"from":[6.6075,5.495,6.495],"to":[9.3925,7.5675,10.255],"rotation":{"angle":0,"axis":"y","origin":[7.25,6.25,8.75]},"faces":{"north":{"uv":[8.516,6.516,9.984,7.484],"texture":"#0"},"east":{"uv":[7.016,3.016,8.984,3.984],"texture":"#0"},"south":{"uv":[8.516,7.516,9.984,8.484],"texture":"#0"},"west":{"uv":[7.016,5.516,8.984,6.484],"texture":"#0"},"up":{"uv":[6.484,5.984,5.016,4.016],"texture":"#0"}}},{"from":[6.5825,4.02977,5.03989],"to":[9.3925,6.96477,6.54989],"rotation":{"angle":0,"axis":"y","origin":[6.5,4.03477,5.04489]},"faces":{"north":{"uv":[7.016,0.016,8.484,1.484],"texture":"#0"},"east":{"uv":[0.016,10.016,0.75,11.484],"texture":"#0"},"west":{"uv":[1.016,10.016,1.75,11.484],"texture":"#0"},"up":{"uv":[11.484,0.75,10.016,0.016],"texture":"#0"},"down":{"uv":[3.484,10.016,2.016,10.75],"texture":"#0"}}},{"from":[6.6075,6.30057,5.32119],"to":[9.3825,7.05057,6.89619],"rotation":{"angle":-22.5,"axis":"x","origin":[6.495,6.30057,5.39619]},"faces":{"east":{"uv":[12.016,2.016,12.75,2.484],"texture":"#0"},"west":{"uv":[12.016,2.516,12.75,2.984],"texture":"#0"},"up":{"uv":[4.984,10.75,3.516,10.016],"texture":"#0"}}},{"from":[6.495,3.995,3.495],"to":[9.505,6.255,5.005],"rotation":{"angle":0,"axis":"y","origin":[7.25,4,3.5]},"faces":{"north":{"uv":[3.016,7.516,4.484,8.75],"texture":"#0"},"east":{"uv":[10.016,10.016,10.75,11.25],"texture":"#0"},"south":{"uv":[4.516,7.516,5.984,8.75],"texture":"#0"},"west":{"uv":[10.516,1.016,11.25,2.25],"texture":"#0"},"up":{"uv":[11.484,6.75,10.016,6.016],"texture":"#0"},"down":{"uv":[8.484,10.016,7.016,10.75],"texture":"#0"}}},{"from":[6.495,4.01943,2.64006],"to":[9.495,6.08193,3.50256],"rotation":{"angle":22.5,"axis":"x","origin":[7.245,4.01943,3.50256]},"faces":{"north":{"uv":[8.516,8.516,9.984,9.484],"texture":"#0"},"east":{"uv":[11.516,5.016,11.984,5.984],"texture":"#0"},"west":{"uv":[11.984,5.016,11.516,5.984],"texture":"#0"},"down":{"uv":[9.984,10.516,8.516,10.984],"texture":"#0"}}},{"from":[5.745,3.995,6.495],"to":[10.255,5.505,10.255],"rotation":{"angle":0,"axis":"y","origin":[7.25,4,8.75]},"faces":{"north":{"uv":[8.016,4.016,10.25,4.75],"texture":"#0"},"east":{"uv":[8.516,1.016,10.484,1.75],"texture":"#0"},"south":{"uv":[6.016,8.016,8.25,8.75],"texture":"#0"},"west":{"uv":[10.484,1.016,8.516,1.75],"texture":"#0"},"down":{"uv":[4.75,4.016,2.516,5.984],"texture":"#0"}}},{"from":[8.375,4,9.5],"to":[9.875,5.125,10.625],"rotation":{"angle":-45,"axis":"y","origin":[9.5,4,11]},"faces":{"north":{"uv":[10.516,12.516,11.25,12.984],"texture":"#0"},"east":{"uv":[13.516,3.516,13.984,3.984],"texture":"#0"},"south":{"uv":[11.516,12.516,12.25,12.984],"texture":"#0"},"up":{"uv":[13.25,12.984,12.516,12.516],"texture":"#0"},"down":{"uv":[13.75,0.016,13.016,0.484],"texture":"#0"}}},{"from":[8.9375,4,8],"to":[10.4375,5.125,9.125],"rotation":{"angle":-22.5,"axis":"y","origin":[9.5,4,11]},"faces":{"north":{"uv":[13.016,0.516,13.75,0.984],"texture":"#0"},"east":{"uv":[13.516,4.016,13.984,4.484],"texture":"#0"},"south":{"uv":[13.016,1.016,13.75,1.484],"texture":"#0"},"up":{"uv":[13.75,1.984,13.016,1.516],"texture":"#0"},"down":{"uv":[2.75,13.016,2.016,13.484],"texture":"#0"}}},{"from":[10.8075,3.995,8.745],"to":[12.3175,4.755,9.505],"rotation":{"angle":-22.5,"axis":"z","origin":[11.375,4,11.375]},"faces":{"north":{"uv":[13.016,2.016,13.75,2.484],"texture":"#0"},"east":{"uv":[5.016,13.516,5.484,13.984],"texture":"#0"},"south":{"uv":[13.016,2.516,13.75,2.984],"texture":"#0"},"up":{"uv":[13.75,3.484,13.016,3.016],"texture":"#0"},"down":{"uv":[4.25,13.016,3.516,13.484],"texture":"#0"}}},{"from":[11.825,3.4,9.125],"to":[13.325,4.15,9.5],"rotation":{"angle":-45,"axis":"z","origin":[12.3875,3.4,11.75]},"faces":{"north":{"uv":[4.516,13.016,5.25,13.484],"texture":"#0"},"south":{"uv":[13.016,4.516,13.75,4.984],"texture":"#0"},"up":{"uv":[4.25,14.25,3.516,14.016],"texture":"#0"},"down":{"uv":[14.75,3.516,14.016,3.75],"texture":"#0"}}},{"from":[12.805,-0.9075,9.13],"to":[13.17,3.5825,9.495],"rotation":{"angle":-22.5,"axis":"z","origin":[12.8,3.025,11.75]},"faces":{"north":{"uv":[6.016,11.516,6.25,13.75],"texture":"#0"},"east":{"uv":[6.516,11.516,6.75,13.75],"texture":"#0"},"south":{"uv":[7.016,11.516,7.25,13.75],"texture":"#0"},"west":{"uv":[7.516,11.516,7.75,13.75],"texture":"#0"},"down":{"uv":[12.75,14.516,12.516,14.75],"texture":"#0"}}},{"from":[11.88745,2.1167,9.135],"to":[12.24245,3.5967,9.49],"rotation":{"angle":-45,"axis":"z","origin":[12.32745,1.3942,9.3125]},"faces":{"north":{"uv":[14.016,4.016,14.25,4.75],"texture":"#0"},"east":{"uv":[4.516,14.016,4.75,14.75],"texture":"#0"},"south":{"uv":[5.016,14.016,5.25,14.75],"texture":"#0"},"down":{"uv":[13.25,14.516,13.016,14.75],"texture":"#0"}}},{"from":[11.49745,2.8517,8.9325],"to":[12.25745,3.6117,9.6925],"rotation":{"angle":-45,"axis":"z","origin":[12.32745,1.3942,9.3125]},"faces":{"north":{"uv":[15.75,0.484,15.266,0],"texture":"#0"},"east":{"uv":[15.25,1.234,14.766,0.75],"texture":"#0"},"south":{"uv":[15.266,0.484,15.75,0],"texture":"#0"},"west":{"uv":[14.766,1.734,15.25,1.25],"texture":"#0"},"up":{"uv":[15.75,0.984,15.266,0.5],"texture":"#0"},"down":{"uv":[13.984,9.016,13.516,9.484],"texture":"#0"}}},{"from":[10.0737,2.85295,10.92125],"to":[10.8312,3.61045,11.67875],"rotation":{"angle":45,"axis":"x","origin":[10.45245,1.3942,11.75]},"faces":{"north":{"uv":[14.766,1.734,15.25,1.25],"texture":"#0"},"east":{"uv":[15.75,0.484,15.266,0],"texture":"#0"},"south":{"uv":[15.25,1.234,14.766,0.75],"texture":"#0"},"west":{"uv":[15.266,0.484,15.75,0],"texture":"#0"},"up":{"uv":[15.75,0.5,15.266,0.984],"texture":"#0"},"down":{"uv":[14.75,14.516,14.516,14.75],"texture":"#0"}}},{"from":[10.28495,2.00533,11.87551],"to":[10.61995,3.46533,12.21051],"rotation":{"angle":45,"axis":"x","origin":[10.45245,2.00408,12.17426]},"faces":{"east":{"uv":[6.016,14.016,6.25,14.75],"texture":"#0"},"south":{"uv":[14.016,6.016,14.25,6.75],"texture":"#0"},"west":{"uv":[6.516,14.016,6.75,14.75],"texture":"#0"},"down":{"uv":[15.25,0.016,15.016,0.25],"texture":"#0"}}},{"from":[10.27995,-0.95673,11.84319],"to":[10.62495,3.51327,12.18819],"rotation":{"angle":22.5,"axis":"x","origin":[10.45245,2.00408,12.17426]},"faces":{"north":{"uv":[11.516,7.516,11.75,9.75],"texture":"#0"},"east":{"uv":[8.016,11.516,8.25,13.75],"texture":"#0"},"south":{"uv":[10.016,11.516,10.25,13.75],"texture":"#0"},"west":{"uv":[11.516,10.016,11.75,12.25],"texture":"#0"},"down":{"uv":[15.25,0.516,15.016,0.75],"texture":"#0"}}},{"from":[9.87,3.995,10.0575],"to":[10.63,4.755,11.5675],"rotation":{"angle":22.5,"axis":"x","origin":[12.5,4,10.625]},"faces":{"north":{"uv":[9.516,13.516,9.984,13.984],"texture":"#0"},"east":{"uv":[13.016,5.016,13.75,5.484],"texture":"#0"},"south":{"uv":[13.516,9.516,13.984,9.984],"texture":"#0"},"west":{"uv":[13.016,5.516,13.75,5.984],"texture":"#0"},"up":{"uv":[8.984,13.25,8.516,12.516],"texture":"#0"},"down":{"uv":[5.984,13.016,5.516,13.75],"texture":"#0"}}},{"from":[10.25,3.4,11.075],"to":[10.625,4.15,12.575],"rotation":{"angle":45,"axis":"x","origin":[12.875,3.4,11.6375]},"faces":{"east":{"uv":[13.016,6.016,13.75,6.484],"texture":"#0"},"west":{"uv":[13.016,6.516,13.75,6.984],"texture":"#0"},"up":{"uv":[7.25,14.75,7.016,14.016],"texture":"#0"},"down":{"uv":[14.25,7.016,14.016,7.75],"texture":"#0"}}},{"from":[8.375,4,5.375],"to":[9.875,5.125,6.5],"rotation":{"angle":45,"axis":"y","origin":[9.5,4,5]},"faces":{"north":{"uv":[12.016,6.016,12.75,6.484],"texture":"#0"},"east":{"uv":[10.516,13.016,10.984,13.484],"texture":"#0"},"south":{"uv":[12.016,6.516,12.75,6.984],"texture":"#0"},"west":{"uv":[13.016,10.516,13.484,10.984],"texture":"#0"},"up":{"uv":[12.75,7.984,12.016,7.516],"texture":"#0"},"down":{"uv":[12.75,8.016,12.016,8.484],"texture":"#0"}}},{"from":[8.9375,4,6.875],"to":[10.4375,5.125,8],"rotation":{"angle":22.5,"axis":"y","origin":[9.5,4,5]},"faces":{"north":{"uv":[12.016,8.516,12.75,8.984],"texture":"#0"},"east":{"uv":[11.016,13.016,11.484,13.484],"texture":"#0"},"south":{"uv":[12.016,9.016,12.75,9.484],"texture":"#0"},"up":{"uv":[12.75,9.984,12.016,9.516],"texture":"#0"},"down":{"uv":[12.75,10.016,12.016,10.484],"texture":"#0"}}},{"from":[10.8075,3.995,6.495],"to":[12.3175,4.755,7.255],"rotation":{"angle":-22.5,"axis":"z","origin":[11.375,4,4.625]},"faces":{"north":{"uv":[10.516,12.016,11.25,12.484],"texture":"#0"},"east":{"uv":[11.516,13.016,11.984,13.484],"texture":"#0"},"south":{"uv":[12.016,10.516,12.75,10.984],"texture":"#0"},"up":{"uv":[12.75,11.484,12.016,11.016],"texture":"#0"},"down":{"uv":[12.75,11.516,12.016,11.984],"texture":"#0"}}},{"from":[11.825,3.4,6.5],"to":[13.325,4.15,6.875],"rotation":{"angle":-45,"axis":"z","origin":[12.3875,3.4,4.25]},"faces":{"north":{"uv":[4.516,12.516,5.25,12.984],"texture":"#0"},"south":{"uv":[12.516,7.016,13.25,7.484],"texture":"#0"},"up":{"uv":[0.75,14.25,0.016,14.016],"texture":"#0"},"down":{"uv":[14.75,0.016,14.016,0.25],"texture":"#0"}}},{"from":[12.805,-0.9075,6.505],"to":[13.17,3.5825,6.87],"rotation":{"angle":-22.5,"axis":"z","origin":[12.8,3.025,4.25]},"faces":{"north":{"uv":[9.016,11.016,9.25,13.25],"texture":"#0"},"east":{"uv":[11.016,9.016,11.25,11.25],"texture":"#0"},"south":{"uv":[9.516,11.016,9.75,13.25],"texture":"#0"},"west":{"uv":[0.016,11.516,0.25,13.75],"texture":"#0"},"down":{"uv":[9.25,14.516,9.016,14.75],"texture":"#0"}}},{"from":[11.88745,2.1167,6.51],"to":[12.24245,3.5967,6.865],"rotation":{"angle":-45,"axis":"z","origin":[12.32745,1.3942,6.6875]},"faces":{"north":{"uv":[14.016,0.516,14.25,1.25],"texture":"#0"},"east":{"uv":[1.016,14.016,1.25,14.75],"texture":"#0"},"south":{"uv":[1.516,14.016,1.75,14.75],"texture":"#0"},"down":{"uv":[9.75,14.516,9.516,14.75],"texture":"#0"}}},{"from":[11.49745,2.8517,6.3075],"to":[12.25745,3.6117,7.0675],"rotation":{"angle":-45,"axis":"z","origin":[12.32745,1.3942,6.6875]},"faces":{"north":{"uv":[15.75,0.484,15.266,0],"texture":"#0"},"east":{"uv":[15.25,1.234,14.766,0.75],"texture":"#0"},"south":{"uv":[15.266,0.484,15.75,0],"texture":"#0"},"west":{"uv":[14.766,1.734,15.25,1.25],"texture":"#0"},"up":{"uv":[15.75,0.984,15.266,0.5],"texture":"#0"},"down":{"uv":[3.984,13.516,3.516,13.984],"texture":"#0"}}},{"from":[10.0737,2.85295,4.32125],"to":[10.8312,3.61045,5.07875],"rotation":{"angle":-45,"axis":"x","origin":[10.45245,1.3942,4.25]},"faces":{"north":{"uv":[15.25,1.234,14.766,0.75],"texture":"#0"},"east":{"uv":[15.266,0.484,15.75,0],"texture":"#0"},"south":{"uv":[14.766,1.734,15.25,1.25],"texture":"#0"},"west":{"uv":[15.75,0.484,15.266,0],"texture":"#0"},"up":{"uv":[15.75,0.984,15.266,0.5],"texture":"#0"},"down":{"uv":[14.766,1.734,15.25,1.25],"texture":"#0"}}},{"from":[10.28495,2.00533,3.78949],"to":[10.61995,3.46533,4.12449],"rotation":{"angle":-45,"axis":"x","origin":[10.45245,2.00408,3.82574]},"faces":{"north":{"uv":[2.016,14.016,2.25,14.75],"texture":"#0"},"east":{"uv":[2.516,14.016,2.75,14.75],"texture":"#0"},"west":{"uv":[3.016,14.016,3.25,14.75],"texture":"#0"},"down":{"uv":[10.75,14.516,10.516,14.75],"texture":"#0"}}},{"from":[10.27995,-0.95673,3.81181],"to":[10.62495,3.51327,4.15681],"rotation":{"angle":-22.5,"axis":"x","origin":[10.45245,2.00408,3.82574]},"faces":{"north":{"uv":[11.516,0.016,11.75,2.25],"texture":"#0"},"east":{"uv":[0.516,11.516,0.75,13.75],"texture":"#0"},"south":{"uv":[1.016,11.516,1.25,13.75],"texture":"#0"},"west":{"uv":[1.516,11.516,1.75,13.75],"texture":"#0"},"down":{"uv":[10.25,14.516,10.016,14.75],"texture":"#0"}}},{"from":[9.87,3.995,4.4325],"to":[10.63,4.755,5.9425],"rotation":{"angle":-22.5,"axis":"x","origin":[12.5,4,5.375]},"faces":{"north":{"uv":[12.016,13.016,12.484,13.484],"texture":"#0"},"east":{"uv":[12.016,12.016,12.75,12.484],"texture":"#0"},"west":{"uv":[2.016,12.516,2.75,12.984],"texture":"#0"},"up":{"uv":[5.984,12.75,5.516,12.016],"texture":"#0"},"down":{"uv":[3.484,12.516,3.016,13.25],"texture":"#0"}}},{"from":[10.25,3.4,3.425],"to":[10.625,4.15,4.925],"rotation":{"angle":-45,"axis":"x","origin":[12.875,3.4,4.3625]},"faces":{"east":{"uv":[12.516,3.516,13.25,3.984],"texture":"#0"},"west":{"uv":[12.516,4.016,13.25,4.484],"texture":"#0"},"up":{"uv":[13.25,14.25,13.016,13.516],"texture":"#0"},"down":{"uv":[13.75,13.016,13.516,13.75],"texture":"#0"}}},{"from":[9.725,4.3375,6.5],"to":[10.475,6.5875,10.25],"rotation":{"angle":22.5,"axis":"z","origin":[7.475,4.3375,8.75]},"faces":{"north":{"uv":[11.016,7.516,11.484,8.75],"texture":"#0"},"east":{"uv":[1.516,6.016,3.484,7.25],"texture":"#0"},"south":{"uv":[8.516,11.016,8.984,12.25],"texture":"#0"}}},{"from":[8.9375,4,2.1875],"to":[10.0625,4.75,3.875],"rotation":{"angle":-22.5,"axis":"y","origin":[9.3125,4,2.1875]},"faces":{"north":{"uv":[6.516,5.516,6.984,5.984],"texture":"#0"},"east":{"uv":[3.016,12.016,3.75,12.484],"texture":"#0"},"west":{"uv":[12.016,3.016,12.75,3.484],"texture":"#0"},"up":{"uv":[12.484,4.25,12.016,3.516],"texture":"#0"},"down":{"uv":[4.484,12.016,4.016,12.75],"texture":"#0"}}},{"from":[8.8525,2.64,2.9275],"to":[9.2475,4.16,3.3225],"rotation":{"angle":-22.5,"axis":"x","origin":[8.4875,2.65,2.75]},"faces":{"north":{"uv":[13.516,10.016,13.75,10.75],"texture":"#0"},"east":{"uv":[10.516,13.516,10.75,14.25],"texture":"#0"},"south":{"uv":[11.016,13.516,11.25,14.25],"texture":"#0"},"west":{"uv":[13.516,11.016,13.75,11.75],"texture":"#0"},"down":{"uv":[4.25,14.516,4.016,14.75],"texture":"#0"}}},{"from":[8.9,3.325,2.9],"to":[9.275,4.45,3.275],"rotation":{"angle":-22.5,"axis":"z","origin":[8.525,3.325,2.7125]},"faces":{"north":{"uv":[14.016,13.016,14.25,13.484],"texture":"#0"},"east":{"uv":[13.516,14.016,13.75,14.484],"texture":"#0"},"south":{"uv":[14.016,13.516,14.25,13.984],"texture":"#0"}}},{"from":[8.45,5.1625,2.825],"to":[9.05,5.7625,3.425],"rotation":{"angle":0,"axis":"y","origin":[7.625,5.0875,2]},"faces":{"north":{"uv":[13.016,7.516,13.484,7.984],"texture":"#0"},"east":{"uv":[13.016,8.016,13.484,8.484],"texture":"#0"},"west":{"uv":[13.016,9.016,13.484,9.484],"texture":"#0"},"up":{"uv":[13.484,9.984,13.016,9.516],"texture":"#0"},"down":{"uv":[13.484,10.016,13.016,10.484],"texture":"#0"}}},{"from":[8.8625,4.75,2.75],"to":[9.2375,5.125,3.5],"rotation":{"angle":-22.5,"axis":"y","origin":[9.05,4.9375,3.125]},"faces":{"north":{"uv":[14.516,4.016,14.75,4.25],"texture":"#0"},"east":{"uv":[7.516,14.016,7.984,14.25],"texture":"#0"},"south":{"uv":[14.516,4.516,14.75,4.75],"texture":"#0"},"west":{"uv":[8.016,14.016,8.484,14.25],"texture":"#0"},"up":{"uv":[14.25,8.484,14.016,8.016],"texture":"#0"}}},{"from":[8.9375,5.8,3.125],"to":[9.3125,6.175,3.875],"rotation":{"angle":-22.5,"axis":"y","origin":[9.125,5.9875,3.5]},"faces":{"north":{"uv":[14.516,6.016,14.75,6.25],"texture":"#0"},"east":{"uv":[14.016,9.516,14.484,9.75],"texture":"#0"},"west":{"uv":[10.016,14.016,10.484,14.25],"texture":"#0"},"up":{"uv":[14.25,10.484,14.016,10.016],"texture":"#0"},"down":{"uv":[14.25,10.516,14.016,10.984],"texture":"#0"}}},{"from":[8.45,4.75,2.675],"to":[8.825,5.125,3.425],"rotation":{"angle":0,"axis":"y","origin":[7.325,4.75,1.925]},"faces":{"north":{"uv":[14.516,5.016,14.75,5.25],"texture":"#0"},"east":{"uv":[14.016,8.516,14.484,8.75],"texture":"#0"},"west":{"uv":[9.016,14.016,9.484,14.25],"texture":"#0"},"up":{"uv":[14.25,9.484,14.016,9.016],"texture":"#0"},"down":{"uv":[9.75,14.016,9.516,14.484],"texture":"#0"}}},{"from":[8.15,4.5625,3.5],"to":[9.65,5.8,5.375],"rotation":{"angle":-22.5,"axis":"z","origin":[8.15,4.5625,3.5]},"faces":{"north":{"uv":[4.516,12.016,5.25,12.484],"texture":"#0"},"east":{"uv":[10.516,11.516,11.484,11.984],"texture":"#0"},"south":{"uv":[12.016,4.516,12.75,4.984],"texture":"#0"},"west":{"uv":[12.016,0.016,12.984,0.484],"texture":"#0"},"up":{"uv":[6.75,11.484,6.016,10.516],"texture":"#0"},"down":{"uv":[2.75,11.016,2.016,11.984],"texture":"#0"}}},{"from":[8.145,4.445,3.495],"to":[9.655,5.6925,5.38],"rotation":{"angle":22.5,"axis":"z","origin":[8.15,5.6875,3.5]},"faces":{"north":{"uv":[12.016,5.016,12.75,5.484],"texture":"#0"},"east":{"uv":[12.016,0.516,12.984,0.984],"texture":"#0"},"south":{"uv":[12.016,5.516,12.75,5.984],"texture":"#0"},"west":{"uv":[12.016,1.016,12.984,1.484],"texture":"#0"},"up":{"uv":[3.75,11.984,3.016,11.016],"texture":"#0"},"down":{"uv":[4.75,11.016,4.016,11.984],"texture":"#0"}}},{"from":[8.8575,2.87,2.895],"to":[9.2425,4.38,3.28],"rotation":{"angle":0,"axis":"x","origin":[8.4875,2.875,2.7125]},"faces":{"north":{"uv":[11.516,13.516,11.75,14.25],"texture":"#0"},"east":{"uv":[12.016,13.516,12.25,14.25],"texture":"#0"},"south":{"uv":[13.516,12.016,13.75,12.75],"texture":"#0"},"west":{"uv":[12.516,13.516,12.75,14.25],"texture":"#0"},"down":{"uv":[7.75,14.516,7.516,14.75],"texture":"#0"}}},{"from":[8.8625,3.625,2.7125],"to":[9.2375,4.375,2.9],"rotation":{"angle":0,"axis":"x","origin":[8.4875,2.875,2.3375]},"faces":{"east":{"uv":[14.016,11.516,14.25,11.984],"texture":"#0"},"west":{"uv":[14.016,12.516,14.25,12.984],"texture":"#0"},"up":{"uv":[14.75,7.75,14.516,7.516],"texture":"#0"}}},{"from":[6.125,4,9.5],"to":[7.625,5.125,10.625],"rotation":{"angle":45,"axis":"y","origin":[6.5,4,11]},"faces":{"north":{"uv":[11.25,12.516,10.516,12.984],"texture":"#0"},"south":{"uv":[12.25,12.516,11.516,12.984],"texture":"#0"},"west":{"uv":[13.984,3.516,13.516,3.984],"texture":"#0"},"up":{"uv":[12.516,12.984,13.25,12.516],"texture":"#0"},"down":{"uv":[13.016,0.016,13.75,0.484],"texture":"#0"}}},{"from":[5.5625,4,8],"to":[7.0625,5.125,9.125],"rotation":{"angle":22.5,"axis":"y","origin":[6.5,4,11]},"faces":{"north":{"uv":[13.75,0.516,13.016,0.984],"texture":"#0"},"south":{"uv":[13.75,1.016,13.016,1.484],"texture":"#0"},"west":{"uv":[13.984,4.016,13.516,4.484],"texture":"#0"},"up":{"uv":[13.016,1.984,13.75,1.516],"texture":"#0"},"down":{"uv":[2.016,13.016,2.75,13.484],"texture":"#0"}}},{"from":[3.6825,3.995,8.745],"to":[5.1925,4.755,9.505],"rotation":{"angle":22.5,"axis":"z","origin":[4.625,4,11.375]},"faces":{"north":{"uv":[13.75,2.016,13.016,2.484],"texture":"#0"},"south":{"uv":[13.75,2.516,13.016,2.984],"texture":"#0"},"west":{"uv":[5.484,13.516,5.016,13.984],"texture":"#0"},"up":{"uv":[13.016,3.484,13.75,3.016],"texture":"#0"},"down":{"uv":[3.516,13.016,4.25,13.484],"texture":"#0"}}},{"from":[2.675,3.4,9.125],"to":[4.175,4.15,9.5],"rotation":{"angle":45,"axis":"z","origin":[3.6125,3.4,11.75]},"faces":{"north":{"uv":[5.25,13.016,4.516,13.484],"texture":"#0"},"south":{"uv":[13.75,4.516,13.016,4.984],"texture":"#0"},"up":{"uv":[3.516,14.25,4.25,14.016],"texture":"#0"},"down":{"uv":[14.016,3.516,14.75,3.75],"texture":"#0"}}},{"from":[2.83,-0.9075,9.13],"to":[3.195,3.5825,9.495],"rotation":{"angle":22.5,"axis":"z","origin":[3.2,3.025,11.75]},"faces":{"north":{"uv":[6.25,11.516,6.016,13.75],"texture":"#0"},"east":{"uv":[7.75,11.516,7.516,13.75],"texture":"#0"},"south":{"uv":[7.25,11.516,7.016,13.75],"texture":"#0"},"west":{"uv":[6.75,11.516,6.516,13.75],"texture":"#0"},"down":{"uv":[12.516,14.516,12.75,14.75],"texture":"#0"}}},{"from":[3.75755,2.1167,9.135],"to":[4.11255,3.5967,9.49],"rotation":{"angle":45,"axis":"z","origin":[3.67255,1.3942,9.3125]},"faces":{"north":{"uv":[14.25,4.016,14.016,4.75],"texture":"#0"},"south":{"uv":[5.25,14.016,5.016,14.75],"texture":"#0"},"west":{"uv":[4.75,14.016,4.516,14.75],"texture":"#0"},"down":{"uv":[13.016,14.516,13.25,14.75],"texture":"#0"}}},{"from":[3.74255,2.8517,8.9325],"to":[4.50255,3.6117,9.6925],"rotation":{"angle":45,"axis":"z","origin":[3.67255,1.3942,9.3125]},"faces":{"north":{"uv":[15.266,0.484,15.75,0],"texture":"#0"},"east":{"uv":[15.25,1.734,14.766,1.25],"texture":"#0"},"south":{"uv":[15.75,0.484,15.266,0],"texture":"#0"},"west":{"uv":[14.766,1.234,15.25,0.75],"texture":"#0"},"up":{"uv":[15.266,0.984,15.75,0.5],"texture":"#0"},"down":{"uv":[13.516,9.016,13.984,9.484],"texture":"#0"}}},{"from":[5.1688,2.85295,10.92125],"to":[5.9263,3.61045,11.67875],"rotation":{"angle":45,"axis":"x","origin":[5.54755,1.3942,11.75]},"faces":{"north":{"uv":[15.25,1.734,14.766,1.25],"texture":"#0"},"east":{"uv":[15.75,0.484,15.266,0],"texture":"#0"},"south":{"uv":[14.766,1.234,15.25,0.75],"texture":"#0"},"west":{"uv":[15.266,0.484,15.75,0],"texture":"#0"},"up":{"uv":[15.266,0.5,15.75,0.984],"texture":"#0"},"down":{"uv":[14.516,14.516,14.75,14.75],"texture":"#0"}}},{"from":[5.38005,2.00533,11.87551],"to":[5.71505,3.46533,12.21051],"rotation":{"angle":45,"axis":"x","origin":[5.54755,2.00408,12.17426]},"faces":{"east":{"uv":[6.75,14.016,6.516,14.75],"texture":"#0"},"south":{"uv":[14.25,6.016,14.016,6.75],"texture":"#0"},"west":{"uv":[6.25,14.016,6.016,14.75],"texture":"#0"},"down":{"uv":[15.016,0.016,15.25,0.25],"texture":"#0"}}},{"from":[5.37505,-0.95673,11.84319],"to":[5.72005,3.51327,12.18819],"rotation":{"angle":22.5,"axis":"x","origin":[5.54755,2.00408,12.17426]},"faces":{"north":{"uv":[11.75,7.516,11.516,9.75],"texture":"#0"},"east":{"uv":[11.75,10.016,11.516,12.25],"texture":"#0"},"south":{"uv":[10.25,11.516,10.016,13.75],"texture":"#0"},"west":{"uv":[8.25,11.516,8.016,13.75],"texture":"#0"},"down":{"uv":[15.016,0.516,15.25,0.75],"texture":"#0"}}},{"from":[5.37,3.995,10.0575],"to":[6.13,4.755,11.5675],"rotation":{"angle":22.5,"axis":"x","origin":[3.5,4,10.625]},"faces":{"north":{"uv":[9.984,13.516,9.516,13.984],"texture":"#0"},"east":{"uv":[13.75,5.516,13.016,5.984],"texture":"#0"},"south":{"uv":[13.984,9.516,13.516,9.984],"texture":"#0"},"west":{"uv":[13.75,5.016,13.016,5.484],"texture":"#0"},"up":{"uv":[8.516,13.25,8.984,12.516],"texture":"#0"},"down":{"uv":[5.516,13.016,5.984,13.75],"texture":"#0"}}},{"from":[5.375,3.4,11.075],"to":[5.75,4.15,12.575],"rotation":{"angle":45,"axis":"x","origin":[3.125,3.4,11.6375]},"faces":{"east":{"uv":[13.75,6.516,13.016,6.984],"texture":"#0"},"west":{"uv":[13.75,6.016,13.016,6.484],"texture":"#0"},"up":{"uv":[7.016,14.75,7.25,14.016],"texture":"#0"},"down":{"uv":[14.016,7.016,14.25,7.75],"texture":"#0"}}},{"from":[6.125,4,5.375],"to":[7.625,5.125,6.5],"rotation":{"angle":-45,"axis":"y","origin":[6.5,4,5]},"faces":{"north":{"uv":[12.75,6.016,12.016,6.484],"texture":"#0"},"east":{"uv":[13.484,10.516,13.016,10.984],"texture":"#0"},"south":{"uv":[12.75,6.516,12.016,6.984],"texture":"#0"},"west":{"uv":[10.984,13.016,10.516,13.484],"texture":"#0"},"up":{"uv":[12.016,7.984,12.75,7.516],"texture":"#0"},"down":{"uv":[12.016,8.016,12.75,8.484],"texture":"#0"}}},{"from":[5.5625,4,6.875],"to":[7.0625,5.125,8],"rotation":{"angle":-22.5,"axis":"y","origin":[6.5,4,5]},"faces":{"north":{"uv":[12.75,8.516,12.016,8.984],"texture":"#0"},"south":{"uv":[12.75,9.016,12.016,9.484],"texture":"#0"},"west":{"uv":[11.484,13.016,11.016,13.484],"texture":"#0"},"up":{"uv":[12.016,9.984,12.75,9.516],"texture":"#0"},"down":{"uv":[12.016,10.016,12.75,10.484],"texture":"#0"}}},{"from":[3.6825,3.995,6.495],"to":[5.1925,4.755,7.255],"rotation":{"angle":22.5,"axis":"z","origin":[4.625,4,4.625]},"faces":{"north":{"uv":[11.25,12.016,10.516,12.484],"texture":"#0"},"south":{"uv":[12.75,10.516,12.016,10.984],"texture":"#0"},"west":{"uv":[11.984,13.016,11.516,13.484],"texture":"#0"},"up":{"uv":[12.016,11.484,12.75,11.016],"texture":"#0"},"down":{"uv":[12.016,11.516,12.75,11.984],"texture":"#0"}}},{"from":[2.675,3.4,6.5],"to":[4.175,4.15,6.875],"rotation":{"angle":45,"axis":"z","origin":[3.6125,3.4,4.25]},"faces":{"north":{"uv":[5.25,12.516,4.516,12.984],"texture":"#0"},"south":{"uv":[13.25,7.016,12.516,7.484],"texture":"#0"},"up":{"uv":[0.016,14.25,0.75,14.016],"texture":"#0"},"down":{"uv":[14.016,0.016,14.75,0.25],"texture":"#0"}}},{"from":[2.83,-0.9075,6.505],"to":[3.195,3.5825,6.87],"rotation":{"angle":22.5,"axis":"z","origin":[3.2,3.025,4.25]},"faces":{"north":{"uv":[9.25,11.016,9.016,13.25],"texture":"#0"},"east":{"uv":[0.25,11.516,0.016,13.75],"texture":"#0"},"south":{"uv":[9.75,11.016,9.516,13.25],"texture":"#0"},"west":{"uv":[11.25,9.016,11.016,11.25],"texture":"#0"},"down":{"uv":[9.016,14.516,9.25,14.75],"texture":"#0"}}},{"from":[3.75755,2.1167,6.51],"to":[4.11255,3.5967,6.865],"rotation":{"angle":45,"axis":"z","origin":[3.67255,1.3942,6.6875]},"faces":{"north":{"uv":[14.25,0.516,14.016,1.25],"texture":"#0"},"south":{"uv":[1.75,14.016,1.516,14.75],"texture":"#0"},"west":{"uv":[1.25,14.016,1.016,14.75],"texture":"#0"},"down":{"uv":[9.516,14.516,9.75,14.75],"texture":"#0"}}},{"from":[3.74255,2.8517,6.3075],"to":[4.50255,3.6117,7.0675],"rotation":{"angle":45,"axis":"z","origin":[3.67255,1.3942,6.6875]},"faces":{"north":{"uv":[15.266,0.484,15.75,0],"texture":"#0"},"east":{"uv":[15.25,1.734,14.766,1.25],"texture":"#0"},"south":{"uv":[15.75,0.484,15.266,0],"texture":"#0"},"west":{"uv":[14.766,1.234,15.25,0.75],"texture":"#0"},"up":{"uv":[15.266,0.984,15.75,0.5],"texture":"#0"},"down":{"uv":[3.516,13.516,3.984,13.984],"texture":"#0"}}},{"from":[5.1688,2.85295,4.32125],"to":[5.9263,3.61045,5.07875],"rotation":{"angle":-45,"axis":"x","origin":[5.54755,1.3942,4.25]},"faces":{"north":{"uv":[14.766,1.234,15.25,0.75],"texture":"#0"},"east":{"uv":[15.266,0.484,15.75,0],"texture":"#0"},"south":{"uv":[15.25,1.734,14.766,1.25],"texture":"#0"},"west":{"uv":[15.75,0.484,15.266,0],"texture":"#0"},"up":{"uv":[15.266,0.984,15.75,0.5],"texture":"#0"},"down":{"uv":[15.25,1.734,14.766,1.25],"texture":"#0"}}},{"from":[5.38005,2.00533,3.78949],"to":[5.71505,3.46533,4.12449],"rotation":{"angle":-45,"axis":"x","origin":[5.54755,2.00408,3.82574]},"faces":{"north":{"uv":[2.25,14.016,2.016,14.75],"texture":"#0"},"east":{"uv":[3.25,14.016,3.016,14.75],"texture":"#0"},"west":{"uv":[2.75,14.016,2.516,14.75],"texture":"#0"},"down":{"uv":[10.516,14.516,10.75,14.75],"texture":"#0"}}},{"from":[5.37505,-0.95673,3.81181],"to":[5.72005,3.51327,4.15681],"rotation":{"angle":-22.5,"axis":"x","origin":[5.54755,2.00408,3.82574]},"faces":{"north":{"uv":[11.75,0.016,11.516,2.25],"texture":"#0"},"east":{"uv":[1.75,11.516,1.516,13.75],"texture":"#0"},"south":{"uv":[1.25,11.516,1.016,13.75],"texture":"#0"},"west":{"uv":[0.75,11.516,0.516,13.75],"texture":"#0"},"down":{"uv":[10.016,14.516,10.25,14.75],"texture":"#0"}}},{"from":[5.37,3.995,4.4325],"to":[6.13,4.755,5.9425],"rotation":{"angle":-22.5,"axis":"x","origin":[3.5,4,5.375]},"faces":{"north":{"uv":[12.484,13.016,12.016,13.484],"texture":"#0"},"east":{"uv":[2.75,12.516,2.016,12.984],"texture":"#0"},"west":{"uv":[12.75,12.016,12.016,12.484],"texture":"#0"},"up":{"uv":[5.516,12.75,5.984,12.016],"texture":"#0"},"down":{"uv":[3.016,12.516,3.484,13.25],"texture":"#0"}}},{"from":[5.375,3.4,3.425],"to":[5.75,4.15,4.925],"rotation":{"angle":-45,"axis":"x","origin":[3.125,3.4,4.3625]},"faces":{"east":{"uv":[13.25,4.016,12.516,4.484],"texture":"#0"},"west":{"uv":[13.25,3.516,12.516,3.984],"texture":"#0"},"up":{"uv":[13.016,14.25,13.25,13.516],"texture":"#0"},"down":{"uv":[13.516,13.016,13.75,13.75],"texture":"#0"}}},{"from":[5.525,4.3375,6.5],"to":[6.275,6.5875,10.25],"rotation":{"angle":-22.5,"axis":"z","origin":[8.525,4.3375,8.75]},"faces":{"north":{"uv":[11.484,7.516,11.016,8.75],"texture":"#0"},"south":{"uv":[8.984,11.016,8.516,12.25],"texture":"#0"},"west":{"uv":[3.484,6.016,1.516,7.25],"texture":"#0"}}},{"from":[5.9375,4,2.1875],"to":[7.0625,4.75,3.875],"rotation":{"angle":22.5,"axis":"y","origin":[6.6875,4,2.1875]},"faces":{"north":{"uv":[6.984,5.516,6.516,5.984],"texture":"#0"},"east":{"uv":[12.75,3.016,12.016,3.484],"texture":"#0"},"west":{"uv":[3.75,12.016,3.016,12.484],"texture":"#0"},"up":{"uv":[12.016,4.25,12.484,3.516],"texture":"#0"},"down":{"uv":[4.016,12.016,4.484,12.75],"texture":"#0"}}},{"from":[6.7525,2.64,2.9275],"to":[7.1475,4.16,3.3225],"rotation":{"angle":-22.5,"axis":"x","origin":[7.5125,2.65,2.75]},"faces":{"north":{"uv":[13.75,10.016,13.516,10.75],"texture":"#0"},"east":{"uv":[13.75,11.016,13.516,11.75],"texture":"#0"},"south":{"uv":[11.25,13.516,11.016,14.25],"texture":"#0"},"west":{"uv":[10.75,13.516,10.516,14.25],"texture":"#0"},"down":{"uv":[4.016,14.516,4.25,14.75],"texture":"#0"}}},{"from":[6.725,3.325,2.9],"to":[7.1,4.45,3.275],"rotation":{"angle":22.5,"axis":"z","origin":[7.475,3.325,2.7125]},"faces":{"north":{"uv":[14.25,13.016,14.016,13.484],"texture":"#0"},"south":{"uv":[14.25,13.516,14.016,13.984],"texture":"#0"},"west":{"uv":[13.75,14.016,13.516,14.484],"texture":"#0"}}},{"from":[6.95,5.1625,2.825],"to":[7.55,5.7625,3.425],"rotation":{"angle":0,"axis":"y","origin":[8.375,5.0875,2]},"faces":{"north":{"uv":[13.484,7.516,13.016,7.984],"texture":"#0"},"east":{"uv":[13.484,9.016,13.016,9.484],"texture":"#0"},"west":{"uv":[13.484,8.016,13.016,8.484],"texture":"#0"},"up":{"uv":[13.016,9.984,13.484,9.516],"texture":"#0"},"down":{"uv":[13.016,10.016,13.484,10.484],"texture":"#0"}}},{"from":[6.7625,4.75,2.75],"to":[7.1375,5.125,3.5],"rotation":{"angle":22.5,"axis":"y","origin":[6.95,4.9375,3.125]},"faces":{"north":{"uv":[14.75,4.016,14.516,4.25],"texture":"#0"},"east":{"uv":[8.484,14.016,8.016,14.25],"texture":"#0"},"south":{"uv":[14.75,4.516,14.516,4.75],"texture":"#0"},"west":{"uv":[7.984,14.016,7.516,14.25],"texture":"#0"},"up":{"uv":[14.016,8.484,14.25,8.016],"texture":"#0"}}},{"from":[6.6875,5.8,3.125],"to":[7.0625,6.175,3.875],"rotation":{"angle":22.5,"axis":"y","origin":[6.875,5.9875,3.5]},"faces":{"north":{"uv":[14.75,6.016,14.516,6.25],"texture":"#0"},"east":{"uv":[10.484,14.016,10.016,14.25],"texture":"#0"},"west":{"uv":[14.484,9.516,14.016,9.75],"texture":"#0"},"up":{"uv":[14.016,10.484,14.25,10.016],"texture":"#0"},"down":{"uv":[14.016,10.516,14.25,10.984],"texture":"#0"}}},{"from":[7.175,4.75,2.675],"to":[7.55,5.125,3.425],"rotation":{"angle":0,"axis":"y","origin":[8.675,4.75,1.925]},"faces":{"north":{"uv":[14.75,5.016,14.516,5.25],"texture":"#0"},"east":{"uv":[9.484,14.016,9.016,14.25],"texture":"#0"},"west":{"uv":[14.484,8.516,14.016,8.75],"texture":"#0"},"up":{"uv":[14.016,9.484,14.25,9.016],"texture":"#0"},"down":{"uv":[9.516,14.016,9.75,14.484],"texture":"#0"}}},{"from":[6.35,4.5625,3.5],"to":[7.85,5.8,5.375],"rotation":{"angle":22.5,"axis":"z","origin":[7.85,4.5625,3.5]},"faces":{"north":{"uv":[5.25,12.016,4.516,12.484],"texture":"#0"},"east":{"uv":[12.984,0.016,12.016,0.484],"texture":"#0"},"south":{"uv":[12.75,4.516,12.016,4.984],"texture":"#0"},"west":{"uv":[11.484,11.516,10.516,11.984],"texture":"#0"},"up":{"uv":[6.016,11.484,6.75,10.516],"texture":"#0"},"down":{"uv":[2.016,11.016,2.75,11.984],"texture":"#0"}}},{"from":[6.345,4.445,3.495],"to":[7.855,5.6925,5.38],"rotation":{"angle":-22.5,"axis":"z","origin":[7.85,5.6875,3.5]},"faces":{"north":{"uv":[12.75,5.016,12.016,5.484],"texture":"#0"},"east":{"uv":[12.984,1.016,12.016,1.484],"texture":"#0"},"south":{"uv":[12.75,5.516,12.016,5.984],"texture":"#0"},"west":{"uv":[12.984,0.516,12.016,0.984],"texture":"#0"},"up":{"uv":[3.016,11.984,3.75,11.016],"texture":"#0"},"down":{"uv":[4.016,11.016,4.75,11.984],"texture":"#0"}}},{"from":[6.7575,2.87,2.895],"to":[7.1425,4.38,3.28],"rotation":{"angle":0,"axis":"x","origin":[7.5125,2.875,2.7125]},"faces":{"north":{"uv":[11.75,13.516,11.516,14.25],"texture":"#0"},"east":{"uv":[12.75,13.516,12.516,14.25],"texture":"#0"},"south":{"uv":[13.75,12.016,13.516,12.75],"texture":"#0"},"west":{"uv":[12.25,13.516,12.016,14.25],"texture":"#0"},"down":{"uv":[7.516,14.516,7.75,14.75],"texture":"#0"}}},{"from":[6.7625,3.625,2.7125],"to":[7.1375,4.375,2.9],"rotation":{"angle":0,"axis":"x","origin":[7.5125,2.875,2.3375]},"faces":{"east":{"uv":[14.25,12.516,14.016,12.984],"texture":"#0"},"west":{"uv":[14.25,11.516,14.016,11.984],"texture":"#0"},"up":{"uv":[14.516,7.75,14.75,7.516],"texture":"#0"}}}],"display":{"head":{"rotation":[-5,0,0],"translation":[0,16.5,-0.25],"scale":[2.6,2.6,2.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/heroes_beret.json b/assets/minecraft/models/item/wynn/skin/hat/heroes_beret.json new file mode 100644 index 000000000..a756479c2 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/heroes_beret.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/heroes_beret","particle":"skins/heroes_beret"},"elements":[{"from":[3,0,3],"to":[13,5,13],"faces":{"north":{"uv":[5,0,10,2.5],"texture":"#0"},"east":{"uv":[5,0,10,2.5],"texture":"#0"},"south":{"uv":[5,0,10,2.5],"texture":"#0"},"west":{"uv":[5,0,10,2.5],"texture":"#0"},"up":{"uv":[0,0,5,5],"texture":"#0"},"down":{"uv":[0,5,5,10],"texture":"#0"}}},{"from":[7.5,5,8],"to":[8.5,6,8],"rotation":{"angle":0,"axis":"y","origin":[8,5,8]},"faces":{"north":{"uv":[5,2.5,5.5,3],"texture":"#0"},"south":{"uv":[5,2.5,5.5,3],"texture":"#0"}}},{"from":[8,5,7.5],"to":[8,6,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,5,8]},"faces":{"east":{"uv":[5,2.5,5.5,3],"texture":"#0"},"west":{"uv":[5,2.5,5.5,3],"texture":"#0"}}}],"display":{"head":{"rotation":[5,0,5],"translation":[-1,14,1],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/heroic_wingwreath.json b/assets/minecraft/models/item/wynn/skin/hat/heroic_wingwreath.json new file mode 100644 index 000000000..8a8fa40bc --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/heroic_wingwreath.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/heroic/heroic_wingwreath","particle":"skins/heroic/heroic_wingwreath"},"elements":[{"from":[3,0,3],"to":[13,3,13],"faces":{"north":{"uv":[0,10,5,11.5],"texture":"#0"},"east":{"uv":[0,11.5,5,13],"texture":"#0"},"south":{"uv":[0,11.5,5,13],"texture":"#0"},"west":{"uv":[0,11.5,5,13],"texture":"#0"},"up":{"uv":[0,0,5,5],"texture":"#0"},"down":{"uv":[0,5,5,10],"texture":"#0"}}},{"from":[2.99,-3,5],"to":[2.99,7,22],"rotation":{"angle":-22.5,"axis":"x","origin":[3,2,4]},"faces":{"east":{"uv":[13.5,0,5,5],"texture":"#0"},"west":{"uv":[5,0,13.5,5],"texture":"#0"}}},{"from":[13.01,-3,5],"to":[13.01,7,22],"rotation":{"angle":-22.5,"axis":"x","origin":[13,2,4]},"faces":{"east":{"uv":[13.5,0,5,5],"texture":"#0"},"west":{"uv":[5,0,13.5,5],"texture":"#0"}}},{"from":[2,-1,5],"to":[3,1,7],"rotation":{"angle":0,"axis":"x","origin":[3,2,4]},"faces":{"north":{"uv":[0,13,0.5,14],"texture":"#0"},"east":{"uv":[1,13,0,14],"texture":"#0"},"south":{"uv":[0.5,13,1,14],"texture":"#0"},"west":{"uv":[0,13,1,14],"texture":"#0"},"up":{"uv":[0,13,1,13.5],"rotation":90,"texture":"#0"},"down":{"uv":[1,13.5,0,14],"rotation":90,"texture":"#0"}}},{"from":[13,-1,5],"to":[14,1,7],"rotation":{"angle":0,"axis":"x","origin":[13,2,4]},"faces":{"north":{"uv":[0.5,13,1,14],"texture":"#0"},"east":{"uv":[0,13,1,14],"texture":"#0"},"south":{"uv":[0,13,0.5,14],"texture":"#0"},"west":{"uv":[1,13,0,14],"texture":"#0"},"up":{"uv":[1,13,0,13.5],"rotation":90,"texture":"#0"},"down":{"uv":[1,13.5,0,14],"rotation":90,"texture":"#0"}}},{"from":[3.01,-3,6],"to":[3.01,0,15],"rotation":{"angle":22.5,"axis":"x","origin":[3,0,7]},"faces":{"east":{"uv":[9.5,9.5,5,11],"texture":"#0"},"west":{"uv":[5,9.5,9.5,11],"texture":"#0"}}},{"from":[12.99,-3,6],"to":[12.99,0,15],"rotation":{"angle":22.5,"axis":"x","origin":[3,0,7]},"faces":{"east":{"uv":[9.5,9.5,5,11],"texture":"#0"},"west":{"uv":[5,9.5,9.5,11],"texture":"#0"}}}],"display":{"head":{"rotation":[5,0,0],"translation":[0,16,1],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/highlands_ushanka.json b/assets/minecraft/models/item/wynn/skin/hat/highlands_ushanka.json new file mode 100644 index 000000000..f7abb7401 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/highlands_ushanka.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/highlands_ushanka","particle":"skins/highlands_ushanka"},"elements":[{"from":[2.99,-0.01,2.99],"to":[13.01,7.01,13.01],"faces":{"north":{"uv":[0,0,5,3.5],"texture":"#0"},"east":{"uv":[5,0,10,3.5],"texture":"#0"},"south":{"uv":[5,0,10,3.5],"texture":"#0"},"west":{"uv":[5,0,10,3.5],"texture":"#0"},"up":{"uv":[10,0,15,5],"texture":"#0"}}},{"from":[13,0,3],"to":[3,7,13],"faces":{"north":{"uv":[0,0,5,3.5],"texture":"#0"},"east":{"uv":[5,0,10,3.5],"texture":"#0"},"south":{"uv":[5,0,10,3.5],"texture":"#0"},"west":{"uv":[5,0,10,3.5],"texture":"#0"},"up":{"uv":[10,0,15,5],"texture":"#0"}}},{"from":[3,3,1.99],"to":[13,10,2.99],"faces":{"north":{"uv":[0,3.5,5,7],"texture":"#0"},"east":{"uv":[0,3.5,0.5,7],"texture":"#0"},"south":{"uv":[5,7,0,10.5],"texture":"#0"},"west":{"uv":[4.5,3.5,5,7],"texture":"#0"},"up":{"uv":[0,3.5,5,4],"texture":"#0"},"down":{"uv":[0,6.5,5,7],"texture":"#0"}}},{"from":[3,3,13.01],"to":[13,10,14.01],"faces":{"north":{"uv":[0,7,5,10.5],"texture":"#0"},"east":{"uv":[4.5,3.5,5,7],"texture":"#0"},"south":{"uv":[0,7,5,10.5],"texture":"#0"},"west":{"uv":[0,3.5,0.5,7],"texture":"#0"},"up":{"uv":[0,3.5,5,4],"texture":"#0"},"down":{"uv":[0,6.5,5,7],"texture":"#0"}}},{"from":[1.99,2,3],"to":[2.99,8,13],"faces":{"north":{"uv":[5,3.5,5.5,6.5],"texture":"#0"},"east":{"uv":[5,3.5,10,6.5],"texture":"#0"},"south":{"uv":[9.5,3.5,10,6.5],"texture":"#0"},"west":{"uv":[5,3.5,10,6.5],"texture":"#0"},"up":{"uv":[5,3.5,10,4],"rotation":90,"texture":"#0"},"down":{"uv":[10,6,5,6.5],"rotation":90,"texture":"#0"}}},{"from":[13.01,2,3],"to":[14.01,8,13],"faces":{"north":{"uv":[9.5,3.5,10,6.5],"texture":"#0"},"east":{"uv":[5,3.5,10,6.5],"texture":"#0"},"south":{"uv":[5,3.5,5.5,6.5],"texture":"#0"},"west":{"uv":[5,3.5,10,6.5],"texture":"#0"},"up":{"uv":[10,3.5,5,4],"rotation":90,"texture":"#0"},"down":{"uv":[5,6,10,6.5],"rotation":90,"texture":"#0"}}}],"display":{"head":{"rotation":[5,0,0],"translation":[0,9.5,1],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/holiday_lights.json b/assets/minecraft/models/item/wynn/skin/hat/holiday_lights.json new file mode 100644 index 000000000..52ead4c56 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/holiday_lights.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"1":"skins/christmas_wire","2":"skins/christmas_lights","particle":"skins/christmas_lights"},"elements":[{"from":[4.25,1.6,1.5],"to":[11.75,2,1.9],"rotation":{"angle":22.5,"axis":"z","origin":[8,1.8,1.7]},"faces":{"north":{"uv":[0,0,8.1,1],"texture":"#1"},"east":{"uv":[0,0,1,1],"texture":"#1"},"south":{"uv":[0,0,8.1,1],"texture":"#1"},"west":{"uv":[0,0,1,1],"texture":"#1"},"up":{"uv":[0,0,8.1,1],"texture":"#1"},"down":{"uv":[0,0,8.1,1],"texture":"#1"}}},{"from":[11.39694,3.03236,1.501],"to":[14.64494,3.43036,1.899],"rotation":{"angle":0,"axis":"z","origin":[15.19594,3.23136,1.7]},"faces":{"north":{"uv":[0,0,3.85,1],"texture":"#1"},"east":{"uv":[0,0,1,1],"texture":"#1"},"south":{"uv":[0,0,3.85,1],"texture":"#1"},"west":{"uv":[0,0,1,1],"texture":"#1"},"up":{"uv":[0,0,3.85,1],"texture":"#1"},"down":{"uv":[0,0,3.85,1],"texture":"#1"}}},{"from":[14.24594,2.4132,1.70769],"to":[14.64594,2.8132,5.45769],"rotation":{"angle":22.5,"axis":"x","origin":[14.44594,2.6132,3.33269]},"faces":{"north":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"east":{"uv":[0,0,1,4.35],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,1,4.35],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,4.35,1],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,4.35,1],"rotation":270,"texture":"#1"}}},{"from":[14.24594,0.98816,9.13394],"to":[14.64594,1.38816,12.88394],"rotation":{"angle":22.5,"axis":"x","origin":[14.44594,1.18816,10.75894]},"faces":{"north":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"east":{"uv":[0,0,1,4.35],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,1,4.35],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,4.35,1],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,4.35,1],"rotation":270,"texture":"#1"}}},{"from":[14.24694,0.17996,12.65303],"to":[14.64494,0.57796,14.90103],"rotation":{"angle":0,"axis":"x","origin":[14.44594,0.37896,14.57703]},"faces":{"north":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"east":{"uv":[0,0,1,2.85],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,1,2.85],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,2.85,1],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,2.85,1],"rotation":270,"texture":"#1"}}},{"from":[14.051,0.98315,1.40715],"to":[14.451,1.38315,5.20715],"rotation":{"angle":22.5,"axis":"x","origin":[14.251,1.18315,3.08215]},"faces":{"north":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"east":{"uv":[0,0,1,4.4],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,1,4.4],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,4.4,1],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,4.4,1],"rotation":270,"texture":"#1"}}},{"from":[14.052,0.17495,4.97624],"to":[14.45,0.57295,9.62424],"rotation":{"angle":0,"axis":"x","origin":[14.251,0.37395,6.95024]},"faces":{"north":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"east":{"uv":[0,0,1,5.25],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,1,5.25],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,5.25,1],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,5.25,1],"rotation":270,"texture":"#1"}}},{"from":[14.051,0.88748,9.41237],"to":[14.451,1.28748,13.16237],"rotation":{"angle":-22.5,"axis":"x","origin":[14.251,1.08748,11.28737]},"faces":{"north":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"east":{"uv":[0,0,1,4.35],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,1,4.35],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,4.35,1],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,4.35,1],"rotation":90,"texture":"#1"}}},{"from":[14.052,1.602,12.95049],"to":[14.45,2,15.14849],"rotation":{"angle":0,"axis":"x","origin":[14.251,1.801,14.74949]},"faces":{"north":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"east":{"uv":[0,0,1,2.8],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,1,2.8],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,2.8,1],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,2.8,1],"rotation":90,"texture":"#1"}}},{"from":[1.35506,0.16964,1.501],"to":[4.60306,0.56764,1.899],"rotation":{"angle":0,"axis":"z","origin":[5.05406,0.36864,1.7]},"faces":{"north":{"uv":[0,0,3.85,1],"texture":"#1"},"east":{"uv":[0,0,1,1],"texture":"#1"},"south":{"uv":[0,0,3.85,1],"texture":"#1"},"west":{"uv":[0,0,1,1],"texture":"#1"},"up":{"uv":[0,0,3.85,1],"texture":"#1"},"down":{"uv":[0,0,3.85,1],"texture":"#1"}}},{"from":[1.55,1.6,1.2],"to":[14.45,2,1.6],"rotation":{"angle":0,"axis":"z","origin":[8,1.8,1.4]},"faces":{"north":{"uv":[0,0,13.5,1],"texture":"#1"},"east":{"uv":[0,0,1,1],"texture":"#1"},"south":{"uv":[0,0,13.5,1],"texture":"#1"},"west":{"uv":[0,0,1,1],"texture":"#1"},"up":{"uv":[0,0,13.5,1],"texture":"#1"},"down":{"uv":[0,0,13.5,1],"texture":"#1"}}},{"from":[14.24594,1.60601,5.22778],"to":[14.64394,2.00401,9.32578],"rotation":{"angle":0,"axis":"y","origin":[14.44494,1.80501,12.12678]},"faces":{"north":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"east":{"uv":[0,0,1,4.7],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,1,4.7],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,4.7,1],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,4.7,1],"rotation":270,"texture":"#1"}}},{"from":[3.3,1.2,0.85],"to":[3.7,1.6,1.25],"rotation":{"angle":-22.5,"axis":"x","origin":[3.5,1.4,0.4125]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#1"},"east":{"uv":[0,0,1,1],"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,1,1],"texture":"#1"},"up":{"uv":[0,0,1,1],"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[3.1,1,0.15],"to":[3.9,1.8,0.95],"rotation":{"angle":-22.5,"axis":"x","origin":[3.5,1.4,0.4125]},"faces":{"north":{"uv":[0,0,2,2],"texture":"#2"},"east":{"uv":[0,0,2,2],"texture":"#2"},"south":{"uv":[0,0,2,2],"texture":"#2"},"west":{"uv":[0,0,2,2],"texture":"#2"},"up":{"uv":[0,0,2,2],"texture":"#2"},"down":{"uv":[0,0,2,2],"texture":"#2"}}},{"from":[3.23,1.02955,-0.10002],"to":[3.77,1.56955,0.43998],"rotation":{"angle":22.5,"axis":"x","origin":[3.5,1.29955,0.16998]},"faces":{"north":{"uv":[0,0,2,2],"texture":"#2"},"east":{"uv":[0,0,2,2],"texture":"#2"},"south":{"uv":[0,0,2,2],"texture":"#2"},"west":{"uv":[0,0,2,2],"texture":"#2"},"up":{"uv":[0,0,2,2],"texture":"#2"},"down":{"uv":[0,0,2,2],"texture":"#2"}}},{"from":[10.7,2.19871,0.67033],"to":[11.5,2.99871,1.47033],"rotation":{"angle":-22.5,"axis":"x","origin":[11.1,2.56538,1.07033]},"faces":{"north":{"uv":[6,0,8,2],"rotation":270,"texture":"#2"},"east":{"uv":[6,0,8,2],"rotation":270,"texture":"#2"},"south":{"uv":[6,0,8,2],"rotation":270,"texture":"#2"},"west":{"uv":[6,0,8,2],"rotation":270,"texture":"#2"},"up":{"uv":[6,0,8,2],"rotation":270,"texture":"#2"},"down":{"uv":[6,0,8,2],"rotation":270,"texture":"#2"}}},{"from":[10.83,2.60179,0.49392],"to":[11.37,3.14179,1.03392],"rotation":{"angle":22.5,"axis":"x","origin":[11.1,2.56538,1.07033]},"faces":{"north":{"uv":[6,0,8,2],"rotation":270,"texture":"#2"},"east":{"uv":[6,0,8,2],"rotation":270,"texture":"#2"},"south":{"uv":[6,0,8,2],"rotation":270,"texture":"#2"},"west":{"uv":[6,0,8,2],"rotation":270,"texture":"#2"},"up":{"uv":[6,0,8,2],"rotation":270,"texture":"#2"},"down":{"uv":[6,0,8,2],"rotation":270,"texture":"#2"}}},{"from":[10.9,1.89871,0.87033],"to":[11.3,2.29871,1.27033],"rotation":{"angle":-22.5,"axis":"x","origin":[11.1,2.56538,1.07033]},"faces":{"north":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"},"east":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[14.88641,0.08896,2.85033],"to":[15.42641,0.62896,3.39033],"rotation":{"angle":0,"axis":"z","origin":[14.85,0.66538,3.12033]},"faces":{"north":{"uv":[9,0,11,2],"texture":"#2"},"east":{"uv":[9,0,11,2],"texture":"#2"},"south":{"uv":[9,0,11,2],"texture":"#2"},"west":{"uv":[9,0,11,2],"texture":"#2"},"up":{"uv":[9,0,11,2],"texture":"#2"},"down":{"uv":[9,0,11,2],"texture":"#2"}}},{"from":[14.48333,0.26538,2.72033],"to":[15.28333,1.06538,3.52033],"rotation":{"angle":-45,"axis":"z","origin":[14.85,0.66538,3.12033]},"faces":{"north":{"uv":[9,0,11,2],"texture":"#2"},"east":{"uv":[9,0,11,2],"texture":"#2"},"south":{"uv":[9,0,11,2],"texture":"#2"},"west":{"uv":[9,0,11,2],"texture":"#2"},"up":{"uv":[9,0,11,2],"texture":"#2"},"down":{"uv":[9,0,11,2],"texture":"#2"}}},{"from":[14.18333,0.46538,2.92033],"to":[14.58333,0.86538,3.32033],"rotation":{"angle":-45,"axis":"z","origin":[14.85,0.66538,3.12033]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#1"},"east":{"uv":[0,0,1,1],"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,1,1],"texture":"#1"},"up":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"}}},{"from":[14.45,2.09871,5.32033],"to":[15.25,2.89871,6.12033],"rotation":{"angle":-22.5,"axis":"z","origin":[14.85,2.46538,5.72033]},"faces":{"north":{"uv":[12,0,14,2],"rotation":180,"texture":"#2"},"east":{"uv":[12,0,14,2],"rotation":180,"texture":"#2"},"south":{"uv":[12,0,14,2],"rotation":180,"texture":"#2"},"west":{"uv":[12,0,14,2],"rotation":180,"texture":"#2"},"up":{"uv":[12,0,14,2],"rotation":180,"texture":"#2"},"down":{"uv":[12,0,14,2],"rotation":180,"texture":"#2"}}},{"from":[14.65,1.79871,5.52033],"to":[15.05,2.19871,5.92033],"rotation":{"angle":-22.5,"axis":"z","origin":[14.85,2.46538,5.72033]},"faces":{"north":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"east":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"},"south":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,1,1],"texture":"#1"},"up":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"}}},{"from":[14.88641,2.50179,5.45033],"to":[15.42641,3.04179,5.99033],"rotation":{"angle":22.5,"axis":"z","origin":[14.85,2.46538,5.72033]},"faces":{"north":{"uv":[12,0,14,2],"rotation":180,"texture":"#2"},"east":{"uv":[12,0,14,2],"rotation":180,"texture":"#2"},"south":{"uv":[12,0,14,2],"rotation":180,"texture":"#2"},"west":{"uv":[12,0,14,2],"rotation":180,"texture":"#2"},"up":{"uv":[12,0,14,2],"rotation":180,"texture":"#2"},"down":{"uv":[12,0,14,2],"rotation":180,"texture":"#2"}}},{"from":[14.83641,-0.91104,12.05033],"to":[15.37641,-0.37104,12.59033],"rotation":{"angle":-22.5,"axis":"z","origin":[14.8,-0.33462,12.32033]},"faces":{"north":{"uv":[6,0,8,2],"texture":"#2"},"east":{"uv":[6,0,8,2],"texture":"#2"},"south":{"uv":[6,0,8,2],"texture":"#2"},"west":{"uv":[6,0,8,2],"texture":"#2"},"up":{"uv":[6,0,8,2],"texture":"#2"},"down":{"uv":[6,0,8,2],"texture":"#2"}}},{"from":[14.4,-0.76796,11.92033],"to":[15.2,0.03204,12.72033],"rotation":{"angle":22.5,"axis":"z","origin":[14.8,-0.33462,12.32033]},"faces":{"north":{"uv":[6,0,8,2],"rotation":180,"texture":"#2"},"east":{"uv":[6,0,8,2],"rotation":180,"texture":"#2"},"south":{"uv":[6,0,8,2],"rotation":180,"texture":"#2"},"west":{"uv":[6,0,8,2],"rotation":180,"texture":"#2"},"up":{"uv":[6,0,8,2],"rotation":180,"texture":"#2"},"down":{"uv":[6,0,8,2],"rotation":180,"texture":"#2"}}},{"from":[14.6,-0.06796,12.12033],"to":[15,0.33204,12.52033],"rotation":{"angle":22.5,"axis":"z","origin":[14.8,-0.33462,12.32033]},"faces":{"north":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"east":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"},"south":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,1,1],"texture":"#1"},"up":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"}}},{"from":[14.55,0.59871,8.52033],"to":[15.35,1.39871,9.32033],"rotation":{"angle":-45,"axis":"z","origin":[14.95,0.96538,8.92033]},"faces":{"north":{"uv":[0,0,2,2],"rotation":90,"texture":"#2"},"east":{"uv":[0,0,2,2],"rotation":90,"texture":"#2"},"south":{"uv":[0,0,2,2],"rotation":90,"texture":"#2"},"west":{"uv":[0,0,2,2],"rotation":90,"texture":"#2"},"up":{"uv":[0,0,2,2],"rotation":90,"texture":"#2"},"down":{"uv":[0,0,2,2],"rotation":90,"texture":"#2"}}},{"from":[14.75,0.29871,8.72033],"to":[15.15,0.69871,9.12033],"rotation":{"angle":-45,"axis":"z","origin":[14.95,0.96538,8.92033]},"faces":{"north":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"east":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"},"south":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,1,1],"texture":"#1"},"up":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"}}},{"from":[14.98641,1.00179,8.65033],"to":[15.52641,1.54179,9.19033],"rotation":{"angle":0,"axis":"z","origin":[14.95,0.96538,8.92033]},"faces":{"north":{"uv":[0,0,2,2],"rotation":90,"texture":"#2"},"east":{"uv":[0,0,2,2],"rotation":90,"texture":"#2"},"south":{"uv":[0,0,2,2],"rotation":90,"texture":"#2"},"west":{"uv":[0,0,2,2],"rotation":90,"texture":"#2"},"up":{"uv":[0,0,2,2],"rotation":90,"texture":"#2"},"down":{"uv":[0,0,2,2],"rotation":90,"texture":"#2"}}},{"from":[14.8,3.06538,1.387],"to":[15.2,3.46538,1.787],"rotation":{"angle":-45,"axis":"y","origin":[15,3.26751,1.1293]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#1"},"east":{"uv":[0,0,1,1],"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,1,1],"texture":"#1"},"up":{"uv":[0,0,1,1],"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[7,0.96291,1.22414],"to":[7.4,1.36291,1.62414],"rotation":{"angle":22.5,"axis":"x","origin":[7.2,0.64624,1.42414]},"faces":{"north":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"},"east":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,1,1],"texture":"#1"},"down":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"}}},{"from":[6.8,0.26291,1.02414],"to":[7.6,1.06291,1.82414],"rotation":{"angle":22.5,"axis":"x","origin":[7.2,0.64624,1.42414]},"faces":{"north":{"uv":[9,0,11,2],"rotation":180,"texture":"#2"},"east":{"uv":[9,0,11,2],"rotation":180,"texture":"#2"},"south":{"uv":[9,0,11,2],"rotation":180,"texture":"#2"},"west":{"uv":[9,0,11,2],"rotation":180,"texture":"#2"},"up":{"uv":[9,0,11,2],"rotation":180,"texture":"#2"},"down":{"uv":[9,0,11,2],"rotation":180,"texture":"#2"}}},{"from":[6.93,0.06828,1.02657],"to":[7.47,0.60828,1.56657],"rotation":{"angle":-22.5,"axis":"x","origin":[7.2,0.33828,1.29657]},"faces":{"north":{"uv":[9,0,11,2],"texture":"#2"},"east":{"uv":[9,0,11,2],"texture":"#2"},"south":{"uv":[9,0,11,2],"texture":"#2"},"west":{"uv":[9,0,11,2],"texture":"#2"},"up":{"uv":[9,0,11,2],"texture":"#2"},"down":{"uv":[9,0,11,2],"texture":"#2"}}},{"from":[0.999,1.5747,1.12942],"to":[1.399,1.9747,1.52942],"rotation":{"angle":45,"axis":"y","origin":[1.199,1.77684,0.87173]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#1"},"east":{"uv":[0,0,1,1],"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,1,1],"texture":"#1"},"up":{"uv":[0,0,1,1],"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[0.63528,1.51111,0.308],"to":[1.17528,2.05111,0.848],"rotation":{"angle":0,"axis":"y","origin":[1.199,1.77684,0.87173]},"faces":{"north":{"uv":[3,0,5,2],"texture":"#2"},"east":{"uv":[3,0,5,2],"texture":"#2"},"south":{"uv":[3,0,5,2],"texture":"#2"},"west":{"uv":[3,0,5,2],"texture":"#2"},"up":{"uv":[3,0,5,2],"texture":"#2"},"down":{"uv":[3,0,5,2],"texture":"#2"}}},{"from":[0.799,1.3747,0.42942],"to":[1.599,2.1747,1.22942],"rotation":{"angle":45,"axis":"y","origin":[1.199,1.77684,0.87173]},"faces":{"north":{"uv":[3,0,5,2],"texture":"#2"},"east":{"uv":[3,0,5,2],"texture":"#2"},"south":{"uv":[3,0,5,2],"texture":"#2"},"west":{"uv":[3,0,5,2],"texture":"#2"},"up":{"uv":[3,0,5,2],"texture":"#2"},"down":{"uv":[3,0,5,2],"texture":"#2"}}},{"from":[1.548,1.65,14.74345],"to":[14.448,2.05,15.14345],"rotation":{"angle":0,"axis":"z","origin":[7.998,1.85,14.94345]},"faces":{"north":{"uv":[0,0,13.5,1],"texture":"#1"},"east":{"uv":[0,0,1,1],"texture":"#1"},"south":{"uv":[0,0,13.5,1],"texture":"#1"},"west":{"uv":[0,0,1,1],"texture":"#1"},"up":{"uv":[0,0,13.5,1],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,13.5,1],"rotation":180,"texture":"#1"}}},{"from":[12.298,1.25,15.09345],"to":[12.698,1.65,15.49345],"rotation":{"angle":22.5,"axis":"x","origin":[12.498,1.45,15.93095]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#1"},"east":{"uv":[0,0,1,1],"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,1,1],"texture":"#1"},"up":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"}}},{"from":[12.098,1.05,15.39345],"to":[12.898,1.85,16.19345],"rotation":{"angle":22.5,"axis":"x","origin":[12.498,1.45,15.93095]},"faces":{"north":{"uv":[0,0,2,2],"texture":"#2"},"east":{"uv":[0,0,2,2],"texture":"#2"},"south":{"uv":[0,0,2,2],"texture":"#2"},"west":{"uv":[0,0,2,2],"texture":"#2"},"up":{"uv":[0,0,2,2],"rotation":180,"texture":"#2"},"down":{"uv":[0,0,2,2],"rotation":180,"texture":"#2"}}},{"from":[12.228,1.07955,15.90347],"to":[12.768,1.61955,16.44347],"rotation":{"angle":-22.5,"axis":"x","origin":[12.498,1.34955,16.17347]},"faces":{"north":{"uv":[0,0,2,2],"texture":"#2"},"east":{"uv":[0,0,2,2],"texture":"#2"},"south":{"uv":[0,0,2,2],"texture":"#2"},"west":{"uv":[0,0,2,2],"texture":"#2"},"up":{"uv":[0,0,2,2],"rotation":180,"texture":"#2"},"down":{"uv":[0,0,2,2],"rotation":180,"texture":"#2"}}},{"from":[8.528,0.11828,14.77688],"to":[9.068,0.65828,15.31688],"rotation":{"angle":22.5,"axis":"x","origin":[8.798,0.38828,15.04688]},"faces":{"north":{"uv":[9,0,11,2],"texture":"#2"},"east":{"uv":[9,0,11,2],"texture":"#2"},"south":{"uv":[9,0,11,2],"texture":"#2"},"west":{"uv":[9,0,11,2],"texture":"#2"},"up":{"uv":[9,0,11,2],"rotation":180,"texture":"#2"},"down":{"uv":[9,0,11,2],"rotation":180,"texture":"#2"}}},{"from":[8.398,0.31291,14.51932],"to":[9.198,1.11291,15.31932],"rotation":{"angle":-22.5,"axis":"x","origin":[8.798,0.69624,14.91932]},"faces":{"north":{"uv":[9,0,11,2],"rotation":180,"texture":"#2"},"east":{"uv":[9,0,11,2],"rotation":180,"texture":"#2"},"south":{"uv":[9,0,11,2],"rotation":180,"texture":"#2"},"west":{"uv":[9,0,11,2],"rotation":180,"texture":"#2"},"up":{"uv":[9,0,11,2],"texture":"#2"},"down":{"uv":[9,0,11,2],"texture":"#2"}}},{"from":[8.598,1.01291,14.71932],"to":[8.998,1.41291,15.11932],"rotation":{"angle":-22.5,"axis":"x","origin":[8.798,0.69624,14.91932]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#1"},"east":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"},"west":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[0.798,3.11538,14.55646],"to":[1.198,3.51538,14.95646],"rotation":{"angle":-45,"axis":"y","origin":[0.998,3.31751,15.21415]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#1"},"east":{"uv":[0,0,1,1],"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,1,1],"texture":"#1"},"up":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"}}},{"from":[0.43428,3.05179,15.23787],"to":[0.97428,3.59179,15.77787],"rotation":{"angle":0,"axis":"y","origin":[0.70428,3.32179,15.50787]},"faces":{"north":{"uv":[12,0,14,2],"rotation":180,"texture":"#2"},"east":{"uv":[12,0,14,2],"rotation":180,"texture":"#2"},"south":{"uv":[12,0,14,2],"rotation":180,"texture":"#2"},"west":{"uv":[12,0,14,2],"rotation":180,"texture":"#2"},"up":{"uv":[12,0,14,2],"texture":"#2"},"down":{"uv":[12,0,14,2],"texture":"#2"}}},{"from":[0.598,2.91538,14.85646],"to":[1.398,3.71538,15.65646],"rotation":{"angle":-45,"axis":"y","origin":[0.998,3.31751,15.21415]},"faces":{"north":{"uv":[12,0,14,2],"texture":"#2"},"east":{"uv":[12,0,14,2],"texture":"#2"},"south":{"uv":[12,0,14,2],"texture":"#2"},"west":{"uv":[12,0,14,2],"texture":"#2"},"up":{"uv":[12,0,14,2],"rotation":180,"texture":"#2"},"down":{"uv":[12,0,14,2],"rotation":180,"texture":"#2"}}},{"from":[4.698,1.94871,15.07312],"to":[5.098,2.34871,15.47312],"rotation":{"angle":22.5,"axis":"x","origin":[4.898,2.61538,15.27312]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#1"},"east":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"},"west":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,1,1],"texture":"#1"},"down":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"}}},{"from":[1.35406,1.65601,7.01767],"to":[1.75206,2.05401,11.11567],"rotation":{"angle":0,"axis":"y","origin":[1.55306,1.85501,4.21667]},"faces":{"north":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"east":{"uv":[0,0,1,4.7],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,1,4.7],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,4.7,1],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,4.7,1],"rotation":90,"texture":"#1"}}},{"from":[1.41467,0.51538,13.02312],"to":[1.81467,0.91538,13.42312],"rotation":{"angle":45,"axis":"z","origin":[1.148,0.71538,13.22312]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#1"},"east":{"uv":[0,0,1,1],"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,1,1],"texture":"#1"},"up":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"}}},{"from":[0.71467,0.31538,12.82312],"to":[1.51467,1.11538,13.62312],"rotation":{"angle":45,"axis":"z","origin":[1.148,0.71538,13.22312]},"faces":{"north":{"uv":[9,0,11,2],"texture":"#2"},"east":{"uv":[9,0,11,2],"texture":"#2"},"south":{"uv":[9,0,11,2],"texture":"#2"},"west":{"uv":[9,0,11,2],"texture":"#2"},"up":{"uv":[9,0,11,2],"rotation":180,"texture":"#2"},"down":{"uv":[9,0,11,2],"rotation":180,"texture":"#2"}}},{"from":[0.57159,0.13896,12.95312],"to":[1.11159,0.67896,13.49312],"rotation":{"angle":0,"axis":"z","origin":[1.148,0.71538,13.22312]},"faces":{"north":{"uv":[9,0,11,2],"texture":"#2"},"east":{"uv":[9,0,11,2],"texture":"#2"},"south":{"uv":[9,0,11,2],"texture":"#2"},"west":{"uv":[9,0,11,2],"texture":"#2"},"up":{"uv":[9,0,11,2],"rotation":180,"texture":"#2"},"down":{"uv":[9,0,11,2],"rotation":180,"texture":"#2"}}},{"from":[0.47159,1.05179,7.15312],"to":[1.01159,1.59179,7.69312],"rotation":{"angle":0,"axis":"z","origin":[1.048,1.01538,7.42312]},"faces":{"north":{"uv":[0,0,2,2],"rotation":90,"texture":"#2"},"east":{"uv":[0,0,2,2],"rotation":90,"texture":"#2"},"south":{"uv":[0,0,2,2],"rotation":90,"texture":"#2"},"west":{"uv":[0,0,2,2],"rotation":90,"texture":"#2"},"up":{"uv":[0,0,2,2],"rotation":270,"texture":"#2"},"down":{"uv":[0,0,2,2],"rotation":270,"texture":"#2"}}},{"from":[0.848,0.34871,7.22312],"to":[1.248,0.74871,7.62312],"rotation":{"angle":45,"axis":"z","origin":[1.048,1.01538,7.42312]},"faces":{"north":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"east":{"uv":[0,0,1,1],"texture":"#1"},"south":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"},"up":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"}}},{"from":[0.648,0.64871,7.02312],"to":[1.448,1.44871,7.82312],"rotation":{"angle":45,"axis":"z","origin":[1.048,1.01538,7.42312]},"faces":{"north":{"uv":[0,0,2,2],"rotation":90,"texture":"#2"},"east":{"uv":[0,0,2,2],"rotation":90,"texture":"#2"},"south":{"uv":[0,0,2,2],"rotation":90,"texture":"#2"},"west":{"uv":[0,0,2,2],"rotation":90,"texture":"#2"},"up":{"uv":[0,0,2,2],"rotation":270,"texture":"#2"},"down":{"uv":[0,0,2,2],"rotation":270,"texture":"#2"}}},{"from":[0.57159,2.55179,10.35312],"to":[1.11159,3.09179,10.89312],"rotation":{"angle":-22.5,"axis":"z","origin":[1.148,2.51538,10.62312]},"faces":{"north":{"uv":[3,0,5,2],"rotation":180,"texture":"#2"},"east":{"uv":[3,0,5,2],"rotation":180,"texture":"#2"},"south":{"uv":[3,0,5,2],"rotation":180,"texture":"#2"},"west":{"uv":[3,0,5,2],"rotation":180,"texture":"#2"},"up":{"uv":[3,0,5,2],"texture":"#2"},"down":{"uv":[3,0,5,2],"texture":"#2"}}},{"from":[0.948,1.84871,10.42312],"to":[1.348,2.24871,10.82312],"rotation":{"angle":22.5,"axis":"z","origin":[1.148,2.51538,10.62312]},"faces":{"north":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"east":{"uv":[0,0,1,1],"texture":"#1"},"south":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"},"up":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"}}},{"from":[0.748,2.14871,10.22312],"to":[1.548,2.94871,11.02312],"rotation":{"angle":22.5,"axis":"z","origin":[1.148,2.51538,10.62312]},"faces":{"north":{"uv":[3,0,5,2],"rotation":180,"texture":"#2"},"east":{"uv":[3,0,5,2],"rotation":180,"texture":"#2"},"south":{"uv":[3,0,5,2],"rotation":180,"texture":"#2"},"west":{"uv":[3,0,5,2],"rotation":180,"texture":"#2"},"up":{"uv":[3,0,5,2],"texture":"#2"},"down":{"uv":[3,0,5,2],"texture":"#2"}}},{"from":[0.998,-0.01796,3.82312],"to":[1.398,0.38204,4.22312],"rotation":{"angle":-22.5,"axis":"z","origin":[1.198,-0.28462,4.02312]},"faces":{"north":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"east":{"uv":[0,0,1,1],"texture":"#1"},"south":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"},"up":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"}}},{"from":[0.798,-0.71796,3.62312],"to":[1.598,0.08204,4.42312],"rotation":{"angle":-22.5,"axis":"z","origin":[1.198,-0.28462,4.02312]},"faces":{"north":{"uv":[6,0,8,2],"rotation":180,"texture":"#2"},"east":{"uv":[6,0,8,2],"rotation":180,"texture":"#2"},"south":{"uv":[6,0,8,2],"rotation":180,"texture":"#2"},"west":{"uv":[6,0,8,2],"rotation":180,"texture":"#2"},"up":{"uv":[6,0,8,2],"texture":"#2"},"down":{"uv":[6,0,8,2],"texture":"#2"}}},{"from":[0.62159,-0.86104,3.75312],"to":[1.16159,-0.32104,4.29312],"rotation":{"angle":22.5,"axis":"z","origin":[1.198,-0.28462,4.02312]},"faces":{"north":{"uv":[6,0,8,2],"texture":"#2"},"east":{"uv":[6,0,8,2],"texture":"#2"},"south":{"uv":[6,0,8,2],"texture":"#2"},"west":{"uv":[6,0,8,2],"texture":"#2"},"up":{"uv":[6,0,8,2],"rotation":180,"texture":"#2"},"down":{"uv":[6,0,8,2],"rotation":180,"texture":"#2"}}},{"from":[4.248,1.65,14.44345],"to":[11.748,2.05,14.84345],"rotation":{"angle":-22.5,"axis":"z","origin":[7.998,1.85,14.64345]},"faces":{"north":{"uv":[0,0,8.1,1],"texture":"#1"},"east":{"uv":[0,0,1,1],"texture":"#1"},"south":{"uv":[0,0,8.1,1],"texture":"#1"},"west":{"uv":[0,0,1,1],"texture":"#1"},"up":{"uv":[0,0,8.1,1],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,8.1,1],"rotation":180,"texture":"#1"}}},{"from":[11.39494,0.21964,14.44445],"to":[14.64294,0.61764,14.84245],"rotation":{"angle":0,"axis":"z","origin":[10.94394,0.41864,14.64345]},"faces":{"north":{"uv":[0,0,3.85,1],"texture":"#1"},"east":{"uv":[0,0,1,1],"texture":"#1"},"south":{"uv":[0,0,3.85,1],"texture":"#1"},"west":{"uv":[0,0,1,1],"texture":"#1"},"up":{"uv":[0,0,3.85,1],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,3.85,1],"rotation":180,"texture":"#1"}}},{"from":[1.35306,3.08236,14.44445],"to":[4.60106,3.48036,14.84245],"rotation":{"angle":0,"axis":"z","origin":[0.80206,3.28136,14.64345]},"faces":{"north":{"uv":[0,0,3.85,1],"texture":"#1"},"east":{"uv":[0,0,1,1],"texture":"#1"},"south":{"uv":[0,0,3.85,1],"texture":"#1"},"west":{"uv":[0,0,1,1],"texture":"#1"},"up":{"uv":[0,0,3.85,1],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,3.85,1],"rotation":180,"texture":"#1"}}},{"from":[1.35206,2.4632,10.88576],"to":[1.75206,2.8632,14.63576],"rotation":{"angle":-22.5,"axis":"x","origin":[1.55206,2.6632,13.01076]},"faces":{"north":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"east":{"uv":[0,0,1,4.35],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,1,4.35],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,4.35,1],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,4.35,1],"rotation":90,"texture":"#1"}}},{"from":[1.547,1.03315,11.1363],"to":[1.947,1.43315,14.9363],"rotation":{"angle":-22.5,"axis":"x","origin":[1.747,1.23315,13.2613]},"faces":{"north":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"east":{"uv":[0,0,1,4.4],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,1,4.4],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,4.4,1],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,4.4,1],"rotation":90,"texture":"#1"}}},{"from":[1.548,0.22495,6.71921],"to":[1.946,0.62295,11.36721],"rotation":{"angle":0,"axis":"x","origin":[1.747,0.42395,9.39321]},"faces":{"north":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"east":{"uv":[0,0,1,5.25],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,1,5.25],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,5.25,1],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,5.25,1],"rotation":90,"texture":"#1"}}},{"from":[1.547,0.93748,3.18109],"to":[1.947,1.33748,6.93109],"rotation":{"angle":22.5,"axis":"x","origin":[1.747,1.13748,5.05609]},"faces":{"north":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"east":{"uv":[0,0,1,4.35],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,1,4.35],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,4.35,1],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,4.35,1],"rotation":270,"texture":"#1"}}},{"from":[1.35206,1.03816,3.45951],"to":[1.75206,1.43816,7.20951],"rotation":{"angle":-22.5,"axis":"x","origin":[1.55206,1.23816,5.58451]},"faces":{"north":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"east":{"uv":[0,0,1,4.35],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,1,4.35],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,4.35,1],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,4.35,1],"rotation":90,"texture":"#1"}}},{"from":[1.548,1.652,1.19496],"to":[1.946,2.05,3.39296],"rotation":{"angle":0,"axis":"x","origin":[1.747,1.851,1.59396]},"faces":{"north":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"east":{"uv":[0,0,1,2.8],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,1,2.8],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,2.8,1],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,2.8,1],"rotation":270,"texture":"#1"}}},{"from":[1.35306,0.22996,1.44242],"to":[1.75106,0.62796,3.69042],"rotation":{"angle":0,"axis":"x","origin":[1.55206,0.42896,1.76642]},"faces":{"north":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"east":{"uv":[0,0,1,2.85],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,1,2.85],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,2.85,1],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,2.85,1],"rotation":90,"texture":"#1"}}},{"from":[14.599,1.6247,14.81403],"to":[14.999,2.0247,15.21403],"rotation":{"angle":45,"axis":"y","origin":[14.799,1.82684,15.47173]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#1"},"east":{"uv":[0,0,1,1],"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,1,1],"texture":"#1"},"up":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"}}},{"from":[14.57073,2.1,1.72273],"to":[14.97073,2.5,14.62273],"rotation":{"angle":0,"axis":"z","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#1"},"east":{"uv":[0,0,13.5,1],"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,13.5,1],"texture":"#1"},"up":{"uv":[0,0,13.5,1],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,13.5,1],"rotation":270,"texture":"#1"}}},{"from":[14.3719,4.67764,3.47273],"to":[14.7719,5.07764,3.87273],"rotation":{"angle":-22.5,"axis":"z","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#1"},"east":{"uv":[0,0,1,1],"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,1,1],"texture":"#1"},"up":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"}}},{"from":[13.7027,-1.05359,7.17273],"to":[14.1027,-0.65359,7.57273],"rotation":{"angle":22.5,"axis":"z","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"east":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"},"south":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,1,1],"texture":"#1"},"up":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"}}},{"from":[17.27151,3.56538,7.94244],"to":[17.67151,3.96538,8.34244],"rotation":{"angle":-45,"axis":"y","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#1"},"east":{"uv":[0,0,1,1],"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,1,1],"texture":"#1"},"up":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"}}},{"from":[15.06515,3.50179,15.19645],"to":[15.60515,4.04179,15.73645],"rotation":{"angle":0,"axis":"y","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[12,0,14,2],"rotation":180,"texture":"#2"},"east":{"uv":[12,0,14,2],"rotation":180,"texture":"#2"},"south":{"uv":[12,0,14,2],"rotation":180,"texture":"#2"},"west":{"uv":[12,0,14,2],"rotation":180,"texture":"#2"},"up":{"uv":[12,0,14,2],"rotation":270,"texture":"#2"},"down":{"uv":[12,0,14,2],"rotation":90,"texture":"#2"}}},{"from":[17.57151,3.36538,7.74244],"to":[18.37151,4.16538,8.54244],"rotation":{"angle":-45,"axis":"y","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[12,0,14,2],"texture":"#2"},"east":{"uv":[12,0,14,2],"texture":"#2"},"south":{"uv":[12,0,14,2],"texture":"#2"},"west":{"uv":[12,0,14,2],"texture":"#2"},"up":{"uv":[12,0,14,2],"rotation":90,"texture":"#2"},"down":{"uv":[12,0,14,2],"rotation":270,"texture":"#2"}}},{"from":[13.95568,5.0359,11.07273],"to":[14.35568,5.4359,11.47273],"rotation":{"angle":-22.5,"axis":"z","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"east":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"},"south":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,1,1],"texture":"#1"},"up":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"}}},{"from":[6.84494,2.10601,14.41866],"to":[10.94294,2.50401,14.81666],"rotation":{"angle":0,"axis":"y","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,1,4.7],"rotation":270,"texture":"#1"},"east":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,1,4.7],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,4.7,1],"texture":"#1"},"down":{"uv":[0,0,4.7,1],"rotation":180,"texture":"#1"}}},{"from":[15.0004,0.30381,11.00273],"to":[15.5404,0.84381,11.54273],"rotation":{"angle":22.5,"axis":"z","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[9,0,11,2],"rotation":270,"texture":"#2"},"east":{"uv":[9,0,11,2],"rotation":270,"texture":"#2"},"south":{"uv":[9,0,11,2],"rotation":270,"texture":"#2"},"west":{"uv":[9,0,11,2],"rotation":270,"texture":"#2"},"up":{"uv":[9,0,11,2],"rotation":270,"texture":"#2"},"down":{"uv":[9,0,11,2],"rotation":270,"texture":"#2"}}},{"from":[13.75568,5.3359,10.87273],"to":[14.55568,6.1359,11.67273],"rotation":{"angle":-22.5,"axis":"z","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[9,0,11,2],"rotation":270,"texture":"#2"},"east":{"uv":[9,0,11,2],"rotation":270,"texture":"#2"},"south":{"uv":[9,0,11,2],"rotation":270,"texture":"#2"},"west":{"uv":[9,0,11,2],"rotation":270,"texture":"#2"},"up":{"uv":[9,0,11,2],"rotation":270,"texture":"#2"},"down":{"uv":[9,0,11,2],"rotation":270,"texture":"#2"}}},{"from":[12.8504,6.05693,12.94617],"to":[13.2504,6.45693,13.34617],"rotation":{"angle":45,"axis":"x","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#1"},"east":{"uv":[0,0,1,1],"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,1,1],"texture":"#1"},"up":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"}}},{"from":[6.9804,1.50179,15.15914],"to":[7.5204,2.04179,15.69914],"rotation":{"angle":0,"axis":"z","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,2,2],"rotation":90,"texture":"#2"},"east":{"uv":[0,0,2,2],"rotation":90,"texture":"#2"},"south":{"uv":[0,0,2,2],"rotation":90,"texture":"#2"},"west":{"uv":[0,0,2,2],"rotation":90,"texture":"#2"},"up":{"uv":[0,0,2,2],"rotation":180,"texture":"#2"},"down":{"uv":[0,0,2,2],"texture":"#2"}}},{"from":[7.0504,5.87311,13.27141],"to":[7.4504,6.27311,13.67141],"rotation":{"angle":45,"axis":"x","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#1"},"east":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"},"west":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,1,1],"texture":"#1"},"down":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"}}},{"from":[6.8504,6.17311,13.07141],"to":[7.6504,6.97311,13.87141],"rotation":{"angle":45,"axis":"x","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,2,2],"rotation":90,"texture":"#2"},"east":{"uv":[0,0,2,2],"rotation":90,"texture":"#2"},"south":{"uv":[0,0,2,2],"rotation":90,"texture":"#2"},"west":{"uv":[0,0,2,2],"rotation":90,"texture":"#2"},"up":{"uv":[0,0,2,2],"rotation":180,"texture":"#2"},"down":{"uv":[0,0,2,2],"texture":"#2"}}},{"from":[10.1804,0.30724,14.90353],"to":[10.7204,0.84724,15.44353],"rotation":{"angle":-22.5,"axis":"x","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[3,0,5,2],"rotation":180,"texture":"#2"},"east":{"uv":[3,0,5,2],"rotation":180,"texture":"#2"},"south":{"uv":[3,0,5,2],"rotation":180,"texture":"#2"},"west":{"uv":[3,0,5,2],"rotation":180,"texture":"#2"},"up":{"uv":[3,0,5,2],"rotation":270,"texture":"#2"},"down":{"uv":[3,0,5,2],"rotation":90,"texture":"#2"}}},{"from":[10.2504,4.84769,13.93534],"to":[10.6504,5.24769,14.33534],"rotation":{"angle":22.5,"axis":"x","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#1"},"east":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"},"west":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,1,1],"texture":"#1"},"down":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"}}},{"from":[10.0504,5.14769,13.73534],"to":[10.8504,5.94769,14.53534],"rotation":{"angle":22.5,"axis":"x","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[3,0,5,2],"rotation":180,"texture":"#2"},"east":{"uv":[3,0,5,2],"rotation":180,"texture":"#2"},"south":{"uv":[3,0,5,2],"rotation":180,"texture":"#2"},"west":{"uv":[3,0,5,2],"rotation":180,"texture":"#2"},"up":{"uv":[3,0,5,2],"rotation":270,"texture":"#2"},"down":{"uv":[3,0,5,2],"rotation":90,"texture":"#2"}}},{"from":[3.6504,-2.03023,13.5494],"to":[4.0504,-1.63023,13.9494],"rotation":{"angle":-22.5,"axis":"x","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#1"},"east":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"},"west":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[3.4504,-2.73023,13.3494],"to":[4.2504,-1.93023,14.1494],"rotation":{"angle":-22.5,"axis":"x","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[6,0,8,2],"rotation":180,"texture":"#2"},"east":{"uv":[6,0,8,2],"rotation":180,"texture":"#2"},"south":{"uv":[6,0,8,2],"rotation":180,"texture":"#2"},"west":{"uv":[6,0,8,2],"rotation":180,"texture":"#2"},"up":{"uv":[6,0,8,2],"rotation":270,"texture":"#2"},"down":{"uv":[6,0,8,2],"rotation":90,"texture":"#2"}}},{"from":[3.5804,2.33195,15.19707],"to":[4.1204,2.87195,15.73707],"rotation":{"angle":22.5,"axis":"x","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[6,0,8,2],"texture":"#2"},"east":{"uv":[6,0,8,2],"texture":"#2"},"south":{"uv":[6,0,8,2],"texture":"#2"},"west":{"uv":[6,0,8,2],"texture":"#2"},"up":{"uv":[6,0,8,2],"rotation":90,"texture":"#2"},"down":{"uv":[6,0,8,2],"rotation":270,"texture":"#2"}}},{"from":[14.27073,2.07749,4.53391],"to":[14.67073,2.47749,12.03391],"rotation":{"angle":-22.5,"axis":"x","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#1"},"east":{"uv":[0,0,8.1,1],"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,8.1,1],"texture":"#1"},"up":{"uv":[0,0,8.1,1],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,8.1,1],"rotation":270,"texture":"#1"}}},{"from":[14.27173,0.66964,1.52779],"to":[14.66973,1.06764,4.77579],"rotation":{"angle":0,"axis":"z","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#1"},"east":{"uv":[0,0,3.85,1],"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,3.85,1],"texture":"#1"},"up":{"uv":[0,0,3.85,1],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,3.85,1],"rotation":270,"texture":"#1"}}},{"from":[14.27173,3.53236,11.56966],"to":[14.66973,3.93036,14.81766],"rotation":{"angle":0,"axis":"z","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#1"},"east":{"uv":[0,0,3.85,1],"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,3.85,1],"texture":"#1"},"up":{"uv":[0,0,3.85,1],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,3.85,1],"rotation":270,"texture":"#1"}}},{"from":[10.76714,0.97735,14.41866],"to":[14.51714,1.37735,14.81866],"rotation":{"angle":22.5,"axis":"z","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,1,4.35],"rotation":270,"texture":"#1"},"east":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,1,4.35],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,4.35,1],"texture":"#1"},"down":{"uv":[0,0,4.35,1],"rotation":180,"texture":"#1"}}},{"from":[10.45135,-0.43972,14.22373],"to":[14.25135,-0.03972,14.62373],"rotation":{"angle":22.5,"axis":"z","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,1,4.4],"rotation":270,"texture":"#1"},"east":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,1,4.4],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,4.4,1],"texture":"#1"},"down":{"uv":[0,0,4.4,1],"rotation":180,"texture":"#1"}}},{"from":[6.54648,0.67495,14.22473],"to":[11.19448,1.07295,14.62273],"rotation":{"angle":0,"axis":"x","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,1,5.25],"rotation":270,"texture":"#1"},"east":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,1,5.25],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,5.25,1],"texture":"#1"},"down":{"uv":[0,0,5.25,1],"rotation":180,"texture":"#1"}}},{"from":[3.40694,0.22728,14.22373],"to":[7.15694,0.62728,14.62373],"rotation":{"angle":-22.5,"axis":"z","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,1,4.35],"rotation":90,"texture":"#1"},"east":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,1,4.35],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,4.35,1],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,4.35,1],"texture":"#1"}}},{"from":[3.36085,2.50268,14.41866],"to":[7.11085,2.90268,14.81866],"rotation":{"angle":22.5,"axis":"z","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,1,4.35],"rotation":270,"texture":"#1"},"east":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,1,4.35],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,4.35,1],"texture":"#1"},"down":{"uv":[0,0,4.35,1],"rotation":180,"texture":"#1"}}},{"from":[1.02224,2.102,14.22473],"to":[3.22024,2.5,14.62273],"rotation":{"angle":0,"axis":"x","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,1,2.8],"rotation":90,"texture":"#1"},"east":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,1,2.8],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,2.8,1],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,2.8,1],"texture":"#1"}}},{"from":[1.2697,0.67996,14.41966],"to":[3.5177,1.07796,14.81766],"rotation":{"angle":0,"axis":"x","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,1,2.85],"rotation":270,"texture":"#1"},"east":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,1,2.85],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,2.85,1],"texture":"#1"},"down":{"uv":[0,0,2.85,1],"rotation":180,"texture":"#1"}}},{"from":[17.61151,1.8747,8.12528],"to":[18.41151,2.6747,8.92528],"rotation":{"angle":45,"axis":"y","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[3,0,5,2],"texture":"#2"},"east":{"uv":[3,0,5,2],"texture":"#2"},"south":{"uv":[3,0,5,2],"texture":"#2"},"west":{"uv":[3,0,5,2],"texture":"#2"},"up":{"uv":[3,0,5,2],"rotation":90,"texture":"#2"},"down":{"uv":[3,0,5,2],"rotation":270,"texture":"#2"}}},{"from":[15.32272,2.01111,0.808],"to":[15.86272,2.55111,1.348],"rotation":{"angle":0,"axis":"y","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[3,0,5,2],"texture":"#2"},"east":{"uv":[3,0,5,2],"texture":"#2"},"south":{"uv":[3,0,5,2],"texture":"#2"},"west":{"uv":[3,0,5,2],"texture":"#2"},"up":{"uv":[3,0,5,2],"rotation":90,"texture":"#2"},"down":{"uv":[3,0,5,2],"rotation":270,"texture":"#2"}}},{"from":[17.31151,2.0747,8.32528],"to":[17.71151,2.4747,8.72528],"rotation":{"angle":45,"axis":"y","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#1"},"east":{"uv":[0,0,1,1],"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,1,1],"texture":"#1"},"up":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"}}},{"from":[-1.71351,2.1247,7.61817],"to":[-1.31351,2.5247,8.01817],"rotation":{"angle":45,"axis":"y","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#1"},"east":{"uv":[0,0,1,1],"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,1,1],"texture":"#1"},"up":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"}}},{"from":[12.4803,0.72996,1.52579],"to":[14.7283,1.12796,1.92379],"rotation":{"angle":0,"axis":"x","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,1,2.85],"rotation":270,"texture":"#1"},"east":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,1,2.85],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,2.85,1],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,2.85,1],"texture":"#1"}}},{"from":[12.77776,2.152,1.72073],"to":[14.97576,2.55,2.11873],"rotation":{"angle":0,"axis":"x","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,1,2.8],"rotation":90,"texture":"#1"},"east":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,1,2.8],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,2.8,1],"texture":"#1"},"down":{"uv":[0,0,2.8,1],"rotation":180,"texture":"#1"}}},{"from":[8.86802,2.54888,1.52479],"to":[12.61802,2.94888,1.92479],"rotation":{"angle":-22.5,"axis":"z","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,1,4.35],"rotation":270,"texture":"#1"},"east":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,1,4.35],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,4.35,1],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,4.35,1],"texture":"#1"}}},{"from":[8.8602,0.27347,1.71973],"to":[12.6102,0.67347,2.11973],"rotation":{"angle":22.5,"axis":"z","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,1,4.35],"rotation":90,"texture":"#1"},"east":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,1,4.35],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,4.35,1],"texture":"#1"},"down":{"uv":[0,0,4.35,1],"rotation":180,"texture":"#1"}}},{"from":[4.80352,0.72495,1.72073],"to":[9.45152,1.12295,2.11873],"rotation":{"angle":0,"axis":"x","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,1,5.25],"rotation":270,"texture":"#1"},"east":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,1,5.25],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,5.25,1],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,5.25,1],"texture":"#1"}}},{"from":[1.72751,-0.39353,1.71973],"to":[5.52751,0.00647,2.11973],"rotation":{"angle":-22.5,"axis":"z","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,1,4.4],"rotation":270,"texture":"#1"},"east":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,1,4.4],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,4.4,1],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,4.4,1],"texture":"#1"}}},{"from":[1.46172,1.02355,1.52479],"to":[5.21172,1.42355,1.92479],"rotation":{"angle":-22.5,"axis":"z","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,1,4.35],"rotation":270,"texture":"#1"},"east":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,1,4.35],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,4.35,1],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,4.35,1],"texture":"#1"}}},{"from":[1.32827,3.58236,1.52579],"to":[1.72627,3.98036,4.77379],"rotation":{"angle":0,"axis":"z","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#1"},"east":{"uv":[0,0,3.85,1],"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,3.85,1],"texture":"#1"},"up":{"uv":[0,0,3.85,1],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,3.85,1],"rotation":90,"texture":"#1"}}},{"from":[1.32827,0.71964,11.56766],"to":[1.72627,1.11764,14.81566],"rotation":{"angle":0,"axis":"z","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#1"},"east":{"uv":[0,0,3.85,1],"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,3.85,1],"texture":"#1"},"up":{"uv":[0,0,3.85,1],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,3.85,1],"rotation":90,"texture":"#1"}}},{"from":[1.32727,2.12368,4.29041],"to":[1.72727,2.52368,11.79041],"rotation":{"angle":22.5,"axis":"x","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#1"},"east":{"uv":[0,0,8.1,1],"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,8.1,1],"texture":"#1"},"up":{"uv":[0,0,8.1,1],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,8.1,1],"rotation":90,"texture":"#1"}}},{"from":[5.1476,5.19389,1.82725],"to":[5.9476,5.99389,2.62725],"rotation":{"angle":-22.5,"axis":"x","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[3,0,5,2],"rotation":180,"texture":"#2"},"east":{"uv":[3,0,5,2],"rotation":180,"texture":"#2"},"south":{"uv":[3,0,5,2],"rotation":180,"texture":"#2"},"west":{"uv":[3,0,5,2],"rotation":180,"texture":"#2"},"up":{"uv":[3,0,5,2],"rotation":90,"texture":"#2"},"down":{"uv":[3,0,5,2],"rotation":270,"texture":"#2"}}},{"from":[5.3476,4.89389,2.02725],"to":[5.7476,5.29389,2.42725],"rotation":{"angle":-22.5,"axis":"x","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"},"east":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[5.2776,0.35344,0.88079],"to":[5.8176,0.89344,1.42079],"rotation":{"angle":22.5,"axis":"x","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[3,0,5,2],"rotation":180,"texture":"#2"},"east":{"uv":[3,0,5,2],"rotation":180,"texture":"#2"},"south":{"uv":[3,0,5,2],"rotation":180,"texture":"#2"},"west":{"uv":[3,0,5,2],"rotation":180,"texture":"#2"},"up":{"uv":[3,0,5,2],"rotation":90,"texture":"#2"},"down":{"uv":[3,0,5,2],"rotation":270,"texture":"#2"}}},{"from":[8.3476,6.20846,2.50739],"to":[9.1476,7.00846,3.30739],"rotation":{"angle":-45,"axis":"x","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,2,2],"rotation":90,"texture":"#2"},"east":{"uv":[0,0,2,2],"rotation":90,"texture":"#2"},"south":{"uv":[0,0,2,2],"rotation":90,"texture":"#2"},"west":{"uv":[0,0,2,2],"rotation":90,"texture":"#2"},"up":{"uv":[0,0,2,2],"texture":"#2"},"down":{"uv":[0,0,2,2],"rotation":180,"texture":"#2"}}},{"from":[8.5476,5.90846,2.70739],"to":[8.9476,6.30846,3.10739],"rotation":{"angle":-45,"axis":"x","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"},"east":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[8.4776,1.55179,0.64431],"to":[9.0176,2.09179,1.18431],"rotation":{"angle":0,"axis":"z","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,2,2],"rotation":90,"texture":"#2"},"east":{"uv":[0,0,2,2],"rotation":90,"texture":"#2"},"south":{"uv":[0,0,2,2],"rotation":90,"texture":"#2"},"west":{"uv":[0,0,2,2],"rotation":90,"texture":"#2"},"up":{"uv":[0,0,2,2],"texture":"#2"},"down":{"uv":[0,0,2,2],"rotation":180,"texture":"#2"}}},{"from":[2.7476,6.09229,3.03264],"to":[3.1476,6.49229,3.43264],"rotation":{"angle":-45,"axis":"x","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#1"},"east":{"uv":[0,0,1,1],"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,1,1],"texture":"#1"},"up":{"uv":[0,0,1,1],"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[1.46146,5.3821,4.67073],"to":[2.26146,6.1821,5.47073],"rotation":{"angle":22.5,"axis":"z","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[12,0,14,2],"rotation":270,"texture":"#2"},"east":{"uv":[12,0,14,2],"rotation":270,"texture":"#2"},"south":{"uv":[12,0,14,2],"rotation":270,"texture":"#2"},"west":{"uv":[12,0,14,2],"rotation":270,"texture":"#2"},"up":{"uv":[12,0,14,2],"rotation":270,"texture":"#2"},"down":{"uv":[12,0,14,2],"rotation":270,"texture":"#2"}}},{"from":[0.43846,0.35,4.80073],"to":[0.97846,0.89,5.34073],"rotation":{"angle":-22.5,"axis":"z","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[12,0,14,2],"rotation":270,"texture":"#2"},"east":{"uv":[12,0,14,2],"rotation":270,"texture":"#2"},"south":{"uv":[12,0,14,2],"rotation":270,"texture":"#2"},"west":{"uv":[12,0,14,2],"rotation":270,"texture":"#2"},"up":{"uv":[12,0,14,2],"rotation":270,"texture":"#2"},"down":{"uv":[12,0,14,2],"rotation":270,"texture":"#2"}}},{"from":[5.05506,2.15601,1.52679],"to":[9.15306,2.55401,1.92479],"rotation":{"angle":0,"axis":"y","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,1,4.7],"rotation":270,"texture":"#1"},"east":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,1,4.7],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,4.7,1],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,4.7,1],"texture":"#1"}}},{"from":[1.66146,5.0821,4.87073],"to":[2.06146,5.4821,5.27073],"rotation":{"angle":22.5,"axis":"z","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"east":{"uv":[0,0,1,1],"texture":"#1"},"south":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"},"up":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"}}},{"from":[-1.67351,3.61538,8.00102],"to":[-1.27351,4.01538,8.40102],"rotation":{"angle":-45,"axis":"y","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#1"},"east":{"uv":[0,0,1,1],"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,1,1],"texture":"#1"},"up":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"}}},{"from":[1.87617,-1.0074,8.77073],"to":[2.27617,-0.6074,9.17073],"rotation":{"angle":-22.5,"axis":"z","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"},"east":{"uv":[0,0,1,1],"texture":"#1"},"south":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"},"up":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"}}},{"from":[1.24523,4.72384,12.47073],"to":[1.64523,5.12384,12.87073],"rotation":{"angle":22.5,"axis":"z","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#1"},"east":{"uv":[0,0,1,1],"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,1,1],"texture":"#1"},"up":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"}}},{"from":[1.02727,2.15,1.72073],"to":[1.42727,2.55,14.62073],"rotation":{"angle":0,"axis":"z","origin":[7.999,2.00926,8.17173]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#1"},"east":{"uv":[0,0,13.5,1],"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,13.5,1],"texture":"#1"},"up":{"uv":[0,0,13.5,1],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,13.5,1],"rotation":90,"texture":"#1"}}}],"display":{"head":{"rotation":[0,90,0],"translation":[0,12,0],"scale":[1.1,1.1,1.1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/hot_head.json b/assets/minecraft/models/item/wynn/skin/hat/hot_head.json new file mode 100644 index 000000000..bea5d6e71 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/hot_head.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"wynn/jigsaw/bonny/flame","particle":"wynn/jigsaw/bonny/flame"},"elements":[{"from":[0,-2,10],"to":[16,14,10.01],"rotation":{"angle":22.5,"axis":"x","origin":[8,-2,10]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#0"},"south":{"uv":[16,0,0,16],"texture":"#0"}}},{"from":[0,-2,6],"to":[16,14,6.01],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-2,6]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#0"},"south":{"uv":[16,0,0,16],"texture":"#0"}}},{"from":[10,-2,0],"to":[10.01,14,16],"rotation":{"angle":-22.5,"axis":"z","origin":[10,-2,8]},"faces":{"east":{"uv":[16,0,0,16],"texture":"#0"},"west":{"uv":[0,0,16,16],"texture":"#0"}}},{"from":[6,-2,0],"to":[6.01,14,16],"rotation":{"angle":22.5,"axis":"z","origin":[6,-2,6]},"faces":{"east":{"uv":[16,0,0,16],"texture":"#0"},"west":{"uv":[0,0,16,16],"texture":"#0"}}}],"display":{"head":{"rotation":[10,0,0],"translation":[0,19,3],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/hunter_hat.json b/assets/minecraft/models/item/wynn/skin/hat/hunter_hat.json new file mode 100644 index 000000000..8474c5773 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/hunter_hat.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/hunter_hat"},"elements":[{"from":[5.649,4.499,4.199],"to":[10.351,5.501,11.801],"rotation":{"angle":0,"axis":"y","origin":[8,0.5,8.2]},"faces":{"up":{"uv":[2.25,3.75,0,0],"texture":"#0"},"down":{"uv":[4.75,0,2.5,3.75],"texture":"#0"}}},{"from":[4.901,0.001,3.001],"to":[11.099,2.999,3.999],"rotation":{"angle":0,"axis":"y","origin":[8,-0.5,8]},"faces":{"north":{"uv":[8,0,11,1.5],"texture":"#0"},"south":{"uv":[8,1.5,11,3],"texture":"#0"},"up":{"uv":[13.5,6.5,10.5,6],"texture":"#0"},"down":{"uv":[13.5,6.5,10.5,7],"texture":"#0"}}},{"from":[5.65,0.9,1.75],"to":[10.35,3.6,3.75],"rotation":{"angle":22.5,"axis":"x","origin":[8,-1.6,7.75]},"faces":{"north":{"uv":[2,9,4.25,10.25],"texture":"#0"},"east":{"uv":[11,7,12,8.25],"texture":"#0"},"south":{"uv":[4.5,9,6.75,10.25],"texture":"#0"},"west":{"uv":[12,7,11,8.25],"texture":"#0"},"down":{"uv":[11.75,10,9.5,11],"texture":"#0"}}},{"from":[6.65,0,2.25],"to":[9.35,3,3.75],"rotation":{"angle":-45,"axis":"y","origin":[8,-0.5,8]},"faces":{"north":{"uv":[2,10.5,3.25,12],"texture":"#0"},"south":{"uv":[3.5,10.5,4.75,12],"texture":"#0"},"up":{"uv":[9.25,12.25,8,11.75],"texture":"#0"},"down":{"uv":[12.75,11,11.5,11.75],"texture":"#0"}}},{"from":[7.55,1.25,1.75],"to":[9.05,2.5,2.25],"rotation":{"angle":-45,"axis":"y","origin":[8,-0.5,8]},"faces":{"north":{"uv":[2,12.5,2.75,13.25],"texture":"#0"},"west":{"uv":[8.5,12.5,8.75,13.25],"texture":"#0"},"up":{"uv":[13.25,8.75,12.5,8.5],"texture":"#0"},"down":{"uv":[13.25,9,12.5,9.25],"texture":"#0"}}},{"from":[11.5,2.6,7.05],"to":[12.5,5.5,9.1],"rotation":{"angle":45,"axis":"y","origin":[8,0.5,8.2]},"faces":{"east":{"uv":[11,3,12,4.5],"texture":"#0"},"west":{"uv":[11,4.5,12,6],"texture":"#0"},"up":{"uv":[3.5,13.5,3,12.5],"texture":"#0"},"down":{"uv":[4,12.5,3.5,13.5],"texture":"#0"}}},{"from":[3.5,2.6,7.05],"to":[4.5,5.5,9.1],"rotation":{"angle":-45,"axis":"y","origin":[8,0.5,8.2]},"faces":{"east":{"uv":[12,4.5,11,6],"texture":"#0"},"west":{"uv":[12,3,11,4.5],"texture":"#0"},"up":{"uv":[3,13.5,3.5,12.5],"texture":"#0"},"down":{"uv":[3.5,12.5,4,13.5],"texture":"#0"}}},{"from":[6.65,0,2.25],"to":[9.35,3,3.75],"rotation":{"angle":45,"axis":"y","origin":[8,-0.5,8]},"faces":{"north":{"uv":[3.25,10.5,2,12],"texture":"#0"},"south":{"uv":[4.75,10.5,3.5,12],"texture":"#0"},"up":{"uv":[8,12.25,9.25,11.75],"texture":"#0"},"down":{"uv":[11.5,11,12.75,11.75],"texture":"#0"}}},{"from":[4.901,0.001,12.001],"to":[11.099,2.999,12.999],"rotation":{"angle":0,"axis":"y","origin":[8,-0.5,8]},"faces":{"north":{"uv":[11,1.5,8,3],"texture":"#0"},"south":{"uv":[11,0,8,1.5],"texture":"#0"},"up":{"uv":[13.5,6,10.5,6.5],"texture":"#0"},"down":{"uv":[13.5,7,10.5,6.5],"texture":"#0"}}},{"from":[5.65,0.9,12.25],"to":[10.35,3.6,14.25],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-1.6,8.25]},"faces":{"north":{"uv":[6.75,9,4.5,10.25],"texture":"#0"},"east":{"uv":[12,7,11,8.25],"texture":"#0"},"south":{"uv":[4.25,9,2,10.25],"texture":"#0"},"west":{"uv":[11,7,12,8.25],"texture":"#0"},"down":{"uv":[11.75,11,9.5,10],"texture":"#0"}}},{"from":[6.65,0,12.25],"to":[9.35,3,13.75],"rotation":{"angle":45,"axis":"y","origin":[8,-0.5,8]},"faces":{"north":{"uv":[4.75,10.5,3.5,12],"texture":"#0"},"south":{"uv":[3.25,10.5,2,12],"texture":"#0"},"up":{"uv":[9.25,11.75,8,12.25],"texture":"#0"},"down":{"uv":[12.75,11.75,11.5,11],"texture":"#0"}}},{"from":[11.5,2.6,6.9],"to":[12.5,5.5,8.95],"rotation":{"angle":-45,"axis":"y","origin":[8,0.5,7.8]},"faces":{"east":{"uv":[12,3,11,4.5],"texture":"#0"},"west":{"uv":[12,4.5,11,6],"texture":"#0"},"up":{"uv":[3.5,12.5,3,13.5],"texture":"#0"},"down":{"uv":[4,13.5,3.5,12.5],"texture":"#0"}}},{"from":[3.5,2.6,6.9],"to":[4.5,5.5,8.95],"rotation":{"angle":45,"axis":"y","origin":[8,0.5,7.8]},"faces":{"east":{"uv":[11,4.5,12,6],"texture":"#0"},"west":{"uv":[11,3,12,4.5],"texture":"#0"},"up":{"uv":[3,12.5,3.5,13.5],"texture":"#0"},"down":{"uv":[3.5,13.5,4,12.5],"texture":"#0"}}},{"from":[6.65,0,12.25],"to":[9.35,3,13.75],"rotation":{"angle":-45,"axis":"y","origin":[8,-0.5,8]},"faces":{"north":{"uv":[3.5,10.5,4.75,12],"texture":"#0"},"south":{"uv":[2,10.5,3.25,12],"texture":"#0"},"up":{"uv":[8,11.75,9.25,12.25],"texture":"#0"},"down":{"uv":[11.5,11.75,12.75,11],"texture":"#0"}}},{"from":[12.001,0.001,4.901],"to":[12.999,2.999,11.099],"rotation":{"angle":0,"axis":"y","origin":[8,-0.5,8]},"faces":{"east":{"uv":[8,3,11,4.5],"texture":"#0"},"west":{"uv":[8,4.5,11,6],"texture":"#0"},"up":{"uv":[11,10,10.5,7],"texture":"#0"},"down":{"uv":[11.5,0,11,3],"texture":"#0"}}},{"from":[12.3,0.9,5.65],"to":[14.25,4.4,10.35],"rotation":{"angle":22.5,"axis":"z","origin":[8.25,-1.6,8]},"faces":{"north":{"uv":[5,10.5,6,12.25],"texture":"#0"},"east":{"uv":[8,6,10.25,7.75],"texture":"#0"},"south":{"uv":[6,10.5,7,12.25],"texture":"#0"},"west":{"uv":[8,8,10.25,9.75],"texture":"#0"},"up":{"uv":[1,12.25,0,10],"texture":"#0"},"down":{"uv":[2,10,1,12.25],"texture":"#0"}}},{"from":[3.001,0.001,4.901],"to":[3.999,2.999,11.099],"rotation":{"angle":0,"axis":"y","origin":[8,-0.5,8]},"faces":{"east":{"uv":[11,4.5,8,6],"texture":"#0"},"west":{"uv":[11,3,8,4.5],"texture":"#0"},"up":{"uv":[10.5,10,11,7],"texture":"#0"},"down":{"uv":[11,0,11.5,3],"texture":"#0"}}},{"from":[1.75,0.9,5.65],"to":[3.7,4.4,10.35],"rotation":{"angle":-22.5,"axis":"z","origin":[7.75,-1.6,8]},"faces":{"north":{"uv":[6,10.5,5,12.25],"texture":"#0"},"east":{"uv":[10.25,8,8,9.75],"texture":"#0"},"south":{"uv":[7,10.5,6,12.25],"texture":"#0"},"west":{"uv":[10.25,6,8,7.75],"texture":"#0"},"up":{"uv":[0,12.25,1,10],"texture":"#0"},"down":{"uv":[1,10,2,12.25],"texture":"#0"}}},{"from":[13,1.25,8.75],"to":[13.5,2.5,10.25],"rotation":{"angle":0,"axis":"y","origin":[9,-0.5,8]},"faces":{"east":{"uv":[12.5,1,13.25,1.75],"texture":"#0"},"south":{"uv":[6,12.5,6.25,13.25],"texture":"#0"},"up":{"uv":[6.75,13.25,6.5,12.5],"texture":"#0"},"down":{"uv":[8.25,12.5,8,13.25],"texture":"#0"}}},{"from":[-2.951,-0.001,6.249],"to":[3.001,0.751,9.751],"rotation":{"angle":-45,"axis":"y","origin":[8,-0.25,8]},"faces":{"west":{"uv":[2,12,3.75,12.5],"texture":"#0"},"up":{"uv":[5,8.75,2,7],"texture":"#0"},"down":{"uv":[8,7,5,8.75],"texture":"#0"}}},{"from":[-2.8,0,5.4],"to":[3,0.75,9.4],"rotation":{"angle":-22.5,"axis":"y","origin":[8,-0.25,8]},"faces":{"west":{"uv":[11,9.5,13,10],"texture":"#0"},"up":{"uv":[8,2,5,0],"texture":"#0"},"down":{"uv":[8,2,5,4],"texture":"#0"}}},{"from":[5.4,0,-2.8],"to":[9.4,0.75,3],"rotation":{"angle":22.5,"axis":"y","origin":[8,-0.25,8]},"faces":{"north":{"uv":[11.5,2.5,13.5,3],"texture":"#0"},"up":{"uv":[8,7,6,4],"texture":"#0"},"down":{"uv":[2,7,0,10],"texture":"#0"}}},{"from":[5.148,-0.002,-2.502],"to":[10.852,0.752,3.002],"rotation":{"angle":0,"axis":"y","origin":[8,-0.25,8]},"faces":{"north":{"uv":[7,11,9.75,11.5],"texture":"#0"},"up":{"uv":[2.75,6.75,0,4],"texture":"#0"},"down":{"uv":[5.75,4,3,6.75],"texture":"#0"}}},{"from":[6.249,-0.001,12.999],"to":[9.751,0.751,18.951],"rotation":{"angle":-45,"axis":"y","origin":[8,-0.25,8]},"faces":{"south":{"uv":[2,12,3.75,12.5],"texture":"#0"},"up":{"uv":[5,8.75,2,7],"rotation":270,"texture":"#0"},"down":{"uv":[8,7,5,8.75],"rotation":90,"texture":"#0"}}},{"from":[5.4,0,13],"to":[9.4,0.75,18.8],"rotation":{"angle":-22.5,"axis":"y","origin":[8,-0.25,8]},"faces":{"south":{"uv":[11,9.5,13,10],"texture":"#0"},"up":{"uv":[8,2,5,0],"rotation":270,"texture":"#0"},"down":{"uv":[8,2,5,4],"rotation":90,"texture":"#0"}}},{"from":[-2.8,0,6.6],"to":[3,0.75,10.6],"rotation":{"angle":22.5,"axis":"y","origin":[8,-0.25,8]},"faces":{"west":{"uv":[11.5,2.5,13.5,3],"texture":"#0"},"up":{"uv":[8,7,6,4],"rotation":270,"texture":"#0"},"down":{"uv":[2,7,0,10],"rotation":90,"texture":"#0"}}},{"from":[-2.502,-0.002,5.148],"to":[3.002,0.752,10.852],"rotation":{"angle":0,"axis":"y","origin":[8,-0.25,8]},"faces":{"west":{"uv":[7,11,9.75,11.5],"texture":"#0"},"up":{"uv":[2.75,6.75,0,4],"rotation":270,"texture":"#0"},"down":{"uv":[5.75,4,3,6.75],"rotation":90,"texture":"#0"}}},{"from":[12.999,-0.001,6.249],"to":[18.951,0.751,9.751],"rotation":{"angle":-45,"axis":"y","origin":[8,-0.25,8]},"faces":{"east":{"uv":[2,12,3.75,12.5],"texture":"#0"},"up":{"uv":[5,8.75,2,7],"rotation":180,"texture":"#0"},"down":{"uv":[8,7,5,8.75],"rotation":180,"texture":"#0"}}},{"from":[13,0,6.6],"to":[18.8,0.75,10.6],"rotation":{"angle":-22.5,"axis":"y","origin":[8,-0.25,8]},"faces":{"east":{"uv":[11,9.5,13,10],"texture":"#0"},"up":{"uv":[8,2,5,0],"rotation":180,"texture":"#0"},"down":{"uv":[8,2,5,4],"rotation":180,"texture":"#0"}}},{"from":[6.6,0,13],"to":[10.6,0.75,18.8],"rotation":{"angle":22.5,"axis":"y","origin":[8,-0.25,8]},"faces":{"south":{"uv":[11.5,2.5,13.5,3],"texture":"#0"},"up":{"uv":[8,7,6,4],"rotation":180,"texture":"#0"},"down":{"uv":[2,7,0,10],"rotation":180,"texture":"#0"}}},{"from":[5.148,-0.002,12.998],"to":[10.852,0.752,18.502],"rotation":{"angle":0,"axis":"y","origin":[8,-0.25,8]},"faces":{"south":{"uv":[7,11,9.75,11.5],"texture":"#0"},"up":{"uv":[2.75,6.75,0,4],"rotation":180,"texture":"#0"},"down":{"uv":[5.75,4,3,6.75],"rotation":180,"texture":"#0"}}},{"from":[6.249,-0.001,-2.951],"to":[9.751,0.751,3.001],"rotation":{"angle":-45,"axis":"y","origin":[8,-0.25,8]},"faces":{"north":{"uv":[2,12,3.75,12.5],"texture":"#0"},"up":{"uv":[5,8.75,2,7],"rotation":90,"texture":"#0"},"down":{"uv":[8,7,5,8.75],"rotation":270,"texture":"#0"}}},{"from":[6.6,0,-2.8],"to":[10.6,0.75,3],"rotation":{"angle":-22.5,"axis":"y","origin":[8,-0.25,8]},"faces":{"north":{"uv":[11,9.5,13,10],"texture":"#0"},"up":{"uv":[8,2,5,0],"rotation":90,"texture":"#0"},"down":{"uv":[8,2,5,4],"rotation":270,"texture":"#0"}}},{"from":[13,0,5.4],"to":[18.8,0.75,9.4],"rotation":{"angle":22.5,"axis":"y","origin":[8,-0.25,8]},"faces":{"east":{"uv":[11.5,2.5,13.5,3],"texture":"#0"},"up":{"uv":[8,7,6,4],"rotation":90,"texture":"#0"},"down":{"uv":[2,7,0,10],"rotation":270,"texture":"#0"}}},{"from":[12.998,-0.002,5.148],"to":[18.502,0.752,10.852],"rotation":{"angle":0,"axis":"y","origin":[8,-0.25,8]},"faces":{"east":{"uv":[7,11,9.75,11.5],"texture":"#0"},"up":{"uv":[2.75,6.75,0,4],"rotation":90,"texture":"#0"},"down":{"uv":[5.75,4,3,6.75],"rotation":270,"texture":"#0"}}},{"from":[5.749,0.999,2.999],"to":[8.251,3.001,4.001],"rotation":{"angle":22.5,"axis":"y","origin":[6,0.75,1.5]},"faces":{"north":{"uv":[11,8.5,12.25,9.5],"texture":"#0"},"east":{"uv":[12.5,4,13,5],"texture":"#0"},"south":{"uv":[10,11,11.25,12],"texture":"#0"},"west":{"uv":[5,12.5,5.5,13.5],"texture":"#0"},"up":{"uv":[13.25,3.5,12,3],"texture":"#0"},"down":{"uv":[13.25,3.5,12,4],"texture":"#0"}}},{"from":[7.749,2.499,3.999],"to":[6.251,1.501,3.001],"rotation":{"angle":22.5,"axis":"y","origin":[6,0.5,1.5]},"faces":{"east":{"uv":[12.5,2,13,2.5],"texture":"#0"},"west":{"uv":[12.5,5,13,5.5],"texture":"#0"},"up":{"uv":[12.75,6,12,5.5],"texture":"#0"},"down":{"uv":[12.75,8,12,8.5],"texture":"#0"}}},{"from":[12.999,1.249,5.749],"to":[14.251,2.501,8.751],"rotation":{"angle":0,"axis":"y","origin":[0,-0.25,0]},"faces":{"north":{"uv":[0,12.5,0.75,13.25],"texture":"#0"},"east":{"uv":[11.5,0,13,0.75],"texture":"#0"},"south":{"uv":[1,12.5,1.75,13.25],"texture":"#0"},"up":{"uv":[12.25,2.5,11.5,1],"texture":"#0"},"down":{"uv":[7.75,11.5,7,13],"texture":"#0"}}},{"from":[9.85,0.75,9.25],"to":[10.85,3.25,10.25],"rotation":{"angle":22.5,"axis":"y","origin":[0,-0.25,0.1]},"faces":{"north":{"uv":[9.5,11.5,10,12.75],"texture":"#0"},"east":{"uv":[4,12,4.5,13.25],"texture":"#0"},"south":{"uv":[12,4,12.5,5.25],"texture":"#0"},"west":{"uv":[4.5,12,5,13.25],"texture":"#0"},"up":{"uv":[6,13,5.5,12.5],"texture":"#0"}}},{"from":[9.848,1.248,8.998],"to":[11.102,2.502,10.502],"rotation":{"angle":22.5,"axis":"y","origin":[0,-0.25,0.1]},"faces":{"north":{"uv":[7,9,7.75,9.75],"texture":"#0"},"east":{"uv":[12,7,12.75,7.75],"texture":"#0"},"south":{"uv":[10,12,10.75,12.75],"texture":"#0"},"up":{"uv":[11.75,12.75,11,12],"texture":"#0"},"down":{"uv":[12.75,12,12,12.75],"texture":"#0"}}},{"from":[13,0.75,7.5],"to":[14,3.25,8.5],"rotation":{"angle":0,"axis":"y","origin":[0,-0.5,0]},"faces":{"north":{"uv":[9.5,11.5,10,12.75],"texture":"#0"},"east":{"uv":[4,12,4.5,13.25],"texture":"#0"},"south":{"uv":[12,4,12.5,5.25],"texture":"#0"},"west":{"uv":[4.5,12,5,13.25],"texture":"#0"},"up":{"uv":[6,13,5.5,12.5],"texture":"#0"}}},{"from":[13,0.75,6],"to":[14,3.25,7],"rotation":{"angle":0,"axis":"y","origin":[0,-0.5,0]},"faces":{"north":{"uv":[9.5,11.5,10,12.75],"texture":"#0"},"east":{"uv":[4,12,4.5,13.25],"texture":"#0"},"south":{"uv":[12,4,12.5,5.25],"texture":"#0"},"west":{"uv":[4.5,12,5,13.25],"texture":"#0"},"up":{"uv":[6,13,5.5,12.5],"texture":"#0"}}},{"from":[3,-2.75,6],"to":[3,0.75,16],"rotation":{"angle":-22.5,"axis":"x","origin":[0,0,0]},"faces":{"east":{"uv":[5,14.25,0,16],"texture":"#0"},"west":{"uv":[0,14.25,5,16],"texture":"#0"}}}],"display":{"head":{"rotation":[5,0,3],"translation":[-0.75,17.75,1.25],"scale":[1.8,1.8,1.8]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/hydration_headgear.json b/assets/minecraft/models/item/wynn/skin/hat/hydration_headgear.json new file mode 100644 index 000000000..fc2ad4884 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/hydration_headgear.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"1":"skins/hydration_headgear"},"elements":[{"from":[4.495,-0.005,-0.005],"to":[11.505,1.005,4.005],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[0,14.5,3.5,15],"texture":"#1"},"east":{"uv":[5.5,14,7.5,14.5],"texture":"#1"},"west":{"uv":[3.5,14,5.5,14.5],"texture":"#1"},"up":{"uv":[3.5,14.5,0,12.5],"rotation":180,"texture":"#1"},"down":{"uv":[7,12,3.5,14],"rotation":180,"texture":"#1"}}},{"from":[4.8,0,-0.15],"to":[11.2,1,4.05],"rotation":{"angle":-45,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[3.5,14.5,6.75,15],"texture":"#1"},"east":{"uv":[7,12.5,9,13],"texture":"#1"},"west":{"uv":[7,12,9,12.5],"texture":"#1"},"up":{"uv":[14,10,10.75,8],"rotation":180,"texture":"#1"},"down":{"uv":[14,10,10.75,12],"rotation":180,"texture":"#1"}}},{"from":[6.245,-0.005,3.995],"to":[9.755,6.005,8.005],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[5.25,9,7,12],"texture":"#1"},"east":{"uv":[3.25,9,5.25,12],"texture":"#1"},"west":{"uv":[7,9,9,12],"texture":"#1"},"up":{"uv":[10.75,10,9,8],"rotation":180,"texture":"#1"},"down":{"uv":[1.75,9.5,1.5,9.75],"rotation":180,"texture":"#1"}}},{"from":[6.4,0,3.95],"to":[9.6,6,6.95],"rotation":{"angle":-45,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[0,9.5,1.5,12.5],"texture":"#1"},"up":{"uv":[3.25,10.5,1.75,9],"rotation":180,"texture":"#1"},"down":{"uv":[1.75,9.5,1.5,9.75],"rotation":180,"texture":"#1"}}},{"from":[11.995,-0.005,4.495],"to":[16.005,1.005,11.505],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[3.5,14,5.5,14.5],"texture":"#1"},"east":{"uv":[0,14.5,3.5,15],"texture":"#1"},"south":{"uv":[5.5,14,7.5,14.5],"texture":"#1"},"up":{"uv":[3.5,14.5,0,12.5],"rotation":270,"texture":"#1"},"down":{"uv":[7,12,3.5,14],"rotation":90,"texture":"#1"}}},{"from":[11.95,0,4.8],"to":[16.15,1,11.2],"rotation":{"angle":-45,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[7,12,9,12.5],"texture":"#1"},"east":{"uv":[3.5,14.5,6.75,15],"texture":"#1"},"south":{"uv":[7,12.5,9,13],"texture":"#1"},"up":{"uv":[14,10,10.75,8],"rotation":270,"texture":"#1"},"down":{"uv":[14,10,10.75,12],"rotation":90,"texture":"#1"}}},{"from":[7.995,-0.005,6.245],"to":[12.005,6.005,9.755],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[7,9,9,12],"texture":"#1"},"east":{"uv":[5.25,9,7,12],"texture":"#1"},"south":{"uv":[3.25,9,5.25,12],"texture":"#1"},"up":{"uv":[10.75,10,9,8],"rotation":270,"texture":"#1"},"down":{"uv":[1.75,9.5,1.5,9.75],"rotation":90,"texture":"#1"}}},{"from":[9.05,0,6.4],"to":[12.05,6,9.6],"rotation":{"angle":-45,"axis":"y","origin":[8,0,8]},"faces":{"east":{"uv":[0,9.5,1.5,12.5],"texture":"#1"},"up":{"uv":[3.25,10.5,1.75,9],"rotation":270,"texture":"#1"},"down":{"uv":[1.75,9.5,1.5,9.75],"rotation":90,"texture":"#1"}}},{"from":[4.495,-0.005,11.995],"to":[11.505,1.005,16.005],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"east":{"uv":[3.5,14,5.5,14.5],"texture":"#1"},"south":{"uv":[0,14.5,3.5,15],"texture":"#1"},"west":{"uv":[5.5,14,7.5,14.5],"texture":"#1"},"up":{"uv":[3.5,14.5,0,12.5],"texture":"#1"},"down":{"uv":[7,12,3.5,14],"texture":"#1"}}},{"from":[-0.15,0,4.8],"to":[4.05,1,11.2],"rotation":{"angle":45,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[7,12.5,9,13],"texture":"#1"},"south":{"uv":[7,12,9,12.5],"texture":"#1"},"west":{"uv":[3.5,14.5,6.75,15],"texture":"#1"},"up":{"uv":[14,10,10.75,8],"rotation":90,"texture":"#1"},"down":{"uv":[14,10,10.75,12],"rotation":270,"texture":"#1"}}},{"from":[6.245,-0.005,7.995],"to":[9.755,6.005,12.005],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"east":{"uv":[7,9,9,12],"texture":"#1"},"south":{"uv":[5.25,9,7,12],"texture":"#1"},"west":{"uv":[3.25,9,5.25,12],"texture":"#1"},"up":{"uv":[10.75,10,9,8],"texture":"#1"},"down":{"uv":[1.75,9.5,1.5,9.75],"texture":"#1"}}},{"from":[3.95,0,6.4],"to":[6.95,6,9.6],"rotation":{"angle":45,"axis":"y","origin":[8,0,8]},"faces":{"west":{"uv":[0,9.5,1.5,12.5],"texture":"#1"},"up":{"uv":[3.25,10.5,1.75,9],"rotation":90,"texture":"#1"},"down":{"uv":[1.75,9.5,1.5,9.75],"rotation":270,"texture":"#1"}}},{"from":[-0.005,-0.005,4.495],"to":[4.005,1.005,11.505],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[5.5,14,7.5,14.5],"texture":"#1"},"south":{"uv":[3.5,14,5.5,14.5],"texture":"#1"},"west":{"uv":[0,14.5,3.5,15],"texture":"#1"},"up":{"uv":[3.5,14.5,0,12.5],"rotation":90,"texture":"#1"},"down":{"uv":[7,12,3.5,14],"rotation":270,"texture":"#1"}}},{"from":[-0.15,0,4.8],"to":[4.05,1,11.2],"rotation":{"angle":-45,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[7,12.5,9,13],"texture":"#1"},"south":{"uv":[7,12,9,12.5],"texture":"#1"},"west":{"uv":[3.5,14.5,6.75,15],"texture":"#1"},"up":{"uv":[14,10,10.75,8],"rotation":90,"texture":"#1"},"down":{"uv":[14,10,10.75,12],"rotation":270,"texture":"#1"}}},{"from":[3.995,-0.005,6.245],"to":[8.005,6.005,9.755],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[3.25,9,5.25,12],"texture":"#1"},"south":{"uv":[7,9,9,12],"texture":"#1"},"west":{"uv":[5.25,9,7,12],"texture":"#1"},"up":{"uv":[10.75,10,9,8],"rotation":90,"texture":"#1"},"down":{"uv":[1.75,9.5,1.5,9.75],"rotation":270,"texture":"#1"}}},{"from":[3.95,0,6.4],"to":[6.95,6,9.6],"rotation":{"angle":-45,"axis":"y","origin":[8,0,8]},"faces":{"west":{"uv":[0,9.5,1.5,12.5],"texture":"#1"},"up":{"uv":[3.25,10.5,1.75,9],"rotation":90,"texture":"#1"},"down":{"uv":[1.75,9.5,1.5,9.75],"rotation":270,"texture":"#1"}}},{"from":[13.245,0.995,5.995],"to":[15.255,8.005,10.005],"rotation":{"angle":0,"axis":"y","origin":[14.25,5,8]},"faces":{"north":{"uv":[7,0,8,3.5],"texture":"#1"},"east":{"uv":[8,0,10,3.5],"texture":"#1"},"south":{"uv":[8,0,7,3.5],"texture":"#1"},"west":{"uv":[10,0,12,3.5],"texture":"#1"},"up":{"uv":[6,4.5,4,3.5],"rotation":90,"texture":"#1"}}},{"from":[12.245,0.995,6.995],"to":[16.255,8.005,9.005],"rotation":{"angle":0,"axis":"y","origin":[14.25,5,8]},"faces":{"north":{"uv":[2,0,4,3.5],"texture":"#1"},"east":{"uv":[0,0,1,3.5],"texture":"#1"},"south":{"uv":[4,0,2,3.5],"texture":"#1"},"west":{"uv":[1,0,2,3.5],"texture":"#1"},"up":{"uv":[2,4.5,0,3.5],"texture":"#1"}}},{"from":[12.15,1,7.3],"to":[16.35,8,8.7],"rotation":{"angle":45,"axis":"y","origin":[14.25,5,8]},"faces":{"east":{"uv":[4,0,4.75,3.5],"texture":"#1"},"west":{"uv":[5.5,0,4.75,3.5],"texture":"#1"},"up":{"uv":[4,4.25,2,3.5],"texture":"#1"}}},{"from":[12.15,1,7.3],"to":[16.35,8,8.7],"rotation":{"angle":-45,"axis":"y","origin":[14.25,5,8]},"faces":{"east":{"uv":[5.5,0,6.25,3.5],"texture":"#1"},"west":{"uv":[6.25,0,7,3.5],"texture":"#1"},"up":{"uv":[4,5,2,4.25],"texture":"#1"}}},{"from":[11.95,0.95,7.1],"to":[16.55,1.95,8.9],"rotation":{"angle":45,"axis":"y","origin":[14.25,4.95,8]},"faces":{"north":{"uv":[2.75,6,5,6.5],"texture":"#1"},"east":{"uv":[1.75,5.5,2.75,6],"texture":"#1"},"south":{"uv":[2.75,5.5,5,6],"texture":"#1"},"west":{"uv":[1.75,6,2.75,6.5],"texture":"#1"},"up":{"uv":[6.25,7.5,4,6.5],"texture":"#1"},"down":{"uv":[4,6.5,1.75,7.5],"texture":"#1"}}},{"from":[13.245,0.945,5.745],"to":[15.255,1.955,10.255],"rotation":{"angle":0,"axis":"y","origin":[14.25,4.95,8]},"faces":{"north":{"uv":[11.75,3.5,12.75,4],"texture":"#1"},"east":{"uv":[14.25,4,12,4.5],"texture":"#1"},"south":{"uv":[12.75,3.5,13.75,4],"texture":"#1"},"west":{"uv":[14.25,4.5,12,5],"texture":"#1"},"up":{"uv":[13.5,6,11.25,5],"rotation":90,"texture":"#1"}}},{"from":[11.995,0.945,6.995],"to":[16.505,1.955,9.005],"rotation":{"angle":0,"axis":"y","origin":[14.25,4.95,8]},"faces":{"north":{"uv":[9.75,4,12,4.5],"texture":"#1"},"east":{"uv":[9.75,3.5,10.75,4],"texture":"#1"},"south":{"uv":[9.75,4.5,12,5],"texture":"#1"},"up":{"uv":[11.25,6,9,5],"texture":"#1"},"down":{"uv":[11.25,6,9,7],"texture":"#1"}}},{"from":[11.95,0.95,7.1],"to":[16.55,1.95,8.9],"rotation":{"angle":-45,"axis":"y","origin":[14.25,4.95,8]},"faces":{"north":{"uv":[6.25,6.5,8.5,7],"texture":"#1"},"east":{"uv":[6,6,7,6.5],"texture":"#1"},"south":{"uv":[6.25,7,8.5,7.5],"texture":"#1"},"west":{"uv":[7,6,8,6.5],"texture":"#1"},"up":{"uv":[10.75,8,8.5,7],"texture":"#1"},"down":{"uv":[13,7,10.75,8],"texture":"#1"}}},{"from":[11.95,5,7.1],"to":[16.55,6,8.9],"rotation":{"angle":45,"axis":"y","origin":[14.25,9,8]},"faces":{"north":{"uv":[2.75,6,5,6.5],"texture":"#1"},"east":{"uv":[1.75,5.5,2.75,6],"texture":"#1"},"south":{"uv":[2.75,5.5,5,6],"texture":"#1"},"west":{"uv":[1.75,6,2.75,6.5],"texture":"#1"},"up":{"uv":[6.25,7.5,4,6.5],"texture":"#1"},"down":{"uv":[4,6.5,1.75,7.5],"texture":"#1"}}},{"from":[11.995,4.995,6.995],"to":[16.505,6.005,9.005],"rotation":{"angle":0,"axis":"y","origin":[14.25,9,8]},"faces":{"north":{"uv":[9.75,4,12,4.5],"texture":"#1"},"east":{"uv":[9.75,3.5,10.75,4],"texture":"#1"},"south":{"uv":[9.75,4.5,12,5],"texture":"#1"},"up":{"uv":[11.25,6,9,5],"texture":"#1"},"down":{"uv":[11.25,6,9,7],"texture":"#1"}}},{"from":[11.95,5,7.1],"to":[16.55,6,8.9],"rotation":{"angle":-45,"axis":"y","origin":[14.25,9,8]},"faces":{"north":{"uv":[6.25,6.5,8.5,7],"texture":"#1"},"east":{"uv":[6,6,7,6.5],"texture":"#1"},"south":{"uv":[6.25,7,8.5,7.5],"texture":"#1"},"west":{"uv":[7,6,8,6.5],"texture":"#1"},"up":{"uv":[10.75,8,8.5,7],"texture":"#1"},"down":{"uv":[13,7,10.75,8],"texture":"#1"}}},{"from":[13.245,4.995,5.745],"to":[15.255,6.005,10.255],"rotation":{"angle":0,"axis":"y","origin":[14.25,9,8]},"faces":{"north":{"uv":[11.75,3.5,12.75,4],"texture":"#1"},"east":{"uv":[14.25,4,12,4.5],"texture":"#1"},"south":{"uv":[12.75,3.5,13.75,4],"texture":"#1"},"west":{"uv":[14.25,4.5,12,5],"texture":"#1"},"up":{"uv":[13.5,6,11.25,5],"rotation":90,"texture":"#1"},"down":{"uv":[11.25,7,13.5,6],"rotation":90,"texture":"#1"}}},{"from":[13.5,8,7.25],"to":[15,13,8.75],"rotation":{"angle":0,"axis":"y","origin":[16.25,0,0]},"faces":{"north":{"uv":[6,3.5,6.75,6],"texture":"#1"},"east":{"uv":[6.75,3.5,7.5,6],"texture":"#1"},"south":{"uv":[7.5,3.5,8.25,6],"texture":"#1"},"west":{"uv":[8.25,3.5,9,6],"texture":"#1"},"up":{"uv":[9.75,4.25,9,3.5],"texture":"#1"}}},{"from":[13.25,11,7],"to":[15.25,12,9],"rotation":{"angle":0,"axis":"y","origin":[16.25,3,0]},"faces":{"north":{"uv":[2.75,5,3.75,5.5],"texture":"#1"},"east":{"uv":[1.75,5,2.75,5.5],"texture":"#1"},"south":{"uv":[3.75,5,2.75,5.5],"texture":"#1"},"west":{"uv":[4,4.5,5,5],"texture":"#1"},"up":{"uv":[6,5.5,5,4.5],"texture":"#1"},"down":{"uv":[6,5.5,5,6.5],"texture":"#1"}}},{"from":[13.5,6.57574,7.42426],"to":[15,8.37574,9.42426],"rotation":{"angle":-45,"axis":"x","origin":[14.25,8,8]},"faces":{"east":{"uv":[0.75,4.5,1.75,5.5],"texture":"#1"},"south":{"uv":[0,5.5,0.75,6.5],"texture":"#1"},"west":{"uv":[0.75,5.5,1.75,6.5],"texture":"#1"},"down":{"uv":[0,6.25,0.75,6.5],"texture":"#1"}}},{"from":[13.5,6.57574,6.57574],"to":[15,8.37574,8.57574],"rotation":{"angle":45,"axis":"x","origin":[14.25,8,8]},"faces":{"north":{"uv":[0.75,5.5,0,6.5],"texture":"#1"},"east":{"uv":[1.75,4.5,0.75,5.5],"texture":"#1"},"west":{"uv":[1.75,5.5,0.75,6.5],"texture":"#1"},"down":{"uv":[0,6.5,0.75,6.25],"texture":"#1"}}},{"from":[13.67426,6.57574,7.25],"to":[15.67426,8.37574,8.75],"rotation":{"angle":45,"axis":"z","origin":[14.25,8,8]},"faces":{"north":{"uv":[0.75,4.5,1.75,5.5],"texture":"#1"},"east":{"uv":[0,4.5,0.75,5.5],"texture":"#1"},"south":{"uv":[1.75,4.5,0.75,5.5],"texture":"#1"},"down":{"uv":[0,5.25,0.75,5.5],"rotation":90,"texture":"#1"}}},{"from":[12.82574,6.57574,7.25],"to":[14.82574,8.37574,8.75],"rotation":{"angle":-45,"axis":"z","origin":[14.25,8,8]},"faces":{"north":{"uv":[1.75,6.5,0.75,7.5],"texture":"#1"},"south":{"uv":[0.75,6.5,1.75,7.5],"texture":"#1"},"west":{"uv":[0,6.5,0.75,7.5],"texture":"#1"},"down":{"uv":[0.75,6.5,1,6.75],"texture":"#1"}}},{"from":[11.15,12.15,7.75],"to":[12.65,12.65,8.25],"rotation":{"angle":22.5,"axis":"z","origin":[12.65,10.65,6.25]},"faces":{"north":{"uv":[12,1,12.75,0.75],"texture":"#1"},"east":{"uv":[12.25,1,12,0.75],"texture":"#1"},"south":{"uv":[12.75,1,12,0.75],"texture":"#1"},"west":{"uv":[12.75,1,12.5,0.75],"texture":"#1"},"up":{"uv":[12.75,1,12,0.75],"texture":"#1"},"down":{"uv":[12.75,1.25,12,1],"texture":"#1"}}},{"from":[11.895,11.995,7.745],"to":[13.505,12.505,8.255],"rotation":{"angle":0,"axis":"y","origin":[13.4,10.5,6.25]},"faces":{"north":{"uv":[12,0,12.75,0.25],"texture":"#1"},"south":{"uv":[12.75,0,12,0.25],"texture":"#1"},"west":{"uv":[12.75,0.75,12.5,0.5],"texture":"#1"},"up":{"uv":[12.75,0.75,12,0.5],"texture":"#1"},"down":{"uv":[12,0.25,12.75,0.5],"texture":"#1"}}},{"from":[10.895,11.995,7.745],"to":[11.905,12.505,8.255],"rotation":{"angle":45,"axis":"z","origin":[11.9,10.5,6.25]},"faces":{"north":{"uv":[12,1.25,12.5,1.5],"texture":"#1"},"east":{"uv":[12,1.25,12.25,1.5],"texture":"#1"},"south":{"uv":[12.5,1.25,12,1.5],"texture":"#1"},"west":{"uv":[12.25,1.25,12.5,1.5],"texture":"#1"},"up":{"uv":[12.5,1.5,12,1.25],"texture":"#1"},"down":{"uv":[12,1.5,12.5,1.75],"texture":"#1"}}},{"from":[9.65,8.95,7.75],"to":[10.15,10.45,8.25],"rotation":{"angle":-22.5,"axis":"z","origin":[11.65,10.45,6.25]},"faces":{"north":{"uv":[12.75,0,13.5,0.25],"rotation":90,"texture":"#1"},"east":{"uv":[12.75,0.25,13.5,0.5],"rotation":90,"texture":"#1"},"south":{"uv":[12.75,0,13.5,0.25],"rotation":90,"texture":"#1"},"west":{"uv":[12.75,0,13.5,0.25],"rotation":90,"texture":"#1"},"down":{"uv":[12.75,0,13,0.25],"rotation":90,"texture":"#1"}}},{"from":[9.245,6.995,7.745],"to":[9.755,9.855,8.255],"rotation":{"angle":0,"axis":"y","origin":[11.25,9.85,6.25]},"faces":{"north":{"uv":[12.25,1.75,12.5,3.25],"texture":"#1"},"east":{"uv":[12,1.75,12.25,3.25],"texture":"#1"},"south":{"uv":[12.25,1.75,12.5,3.25],"texture":"#1"},"west":{"uv":[12.25,1.75,12.5,3.25],"texture":"#1"}}},{"from":[0.745,0.995,5.995],"to":[2.755,8.005,10.005],"rotation":{"angle":0,"axis":"y","origin":[1.75,5,8]},"faces":{"north":{"uv":[8,0,7,3.5],"texture":"#1"},"east":{"uv":[12,0,10,3.5],"texture":"#1"},"south":{"uv":[7,0,8,3.5],"texture":"#1"},"west":{"uv":[10,0,8,3.5],"texture":"#1"},"up":{"uv":[6,3.5,4,4.5],"rotation":90,"texture":"#1"}}},{"from":[-0.255,0.995,6.995],"to":[3.755,8.005,9.005],"rotation":{"angle":0,"axis":"y","origin":[1.75,5,8]},"faces":{"north":{"uv":[4,0,2,3.5],"texture":"#1"},"east":{"uv":[2,0,1,3.5],"texture":"#1"},"south":{"uv":[2,0,4,3.5],"texture":"#1"},"west":{"uv":[1,0,0,3.5],"texture":"#1"},"up":{"uv":[0,4.5,2,3.5],"texture":"#1"}}},{"from":[-0.35,1,7.3],"to":[3.85,8,8.7],"rotation":{"angle":-45,"axis":"y","origin":[1.75,5,8]},"faces":{"east":{"uv":[4.75,0,5.5,3.5],"texture":"#1"},"west":{"uv":[4.75,0,4,3.5],"texture":"#1"},"up":{"uv":[2,4.25,4,3.5],"texture":"#1"}}},{"from":[-0.35,1,7.3],"to":[3.85,8,8.7],"rotation":{"angle":45,"axis":"y","origin":[1.75,5,8]},"faces":{"east":{"uv":[7,0,6.25,3.5],"texture":"#1"},"west":{"uv":[6.25,0,5.5,3.5],"texture":"#1"},"up":{"uv":[2,5,4,4.25],"texture":"#1"}}},{"from":[-0.55,0.95,7.1],"to":[4.05,1.95,8.9],"rotation":{"angle":-45,"axis":"y","origin":[1.75,4.95,8]},"faces":{"north":{"uv":[5,6,2.75,6.5],"texture":"#1"},"east":{"uv":[2.75,6,1.75,6.5],"texture":"#1"},"south":{"uv":[5,5.5,2.75,6],"texture":"#1"},"west":{"uv":[2.75,5.5,1.75,6],"texture":"#1"},"up":{"uv":[4,7.5,6.25,6.5],"texture":"#1"},"down":{"uv":[1.75,6.5,4,7.5],"texture":"#1"}}},{"from":[0.745,0.945,5.745],"to":[2.755,1.955,10.255],"rotation":{"angle":0,"axis":"y","origin":[1.75,4.95,8]},"faces":{"north":{"uv":[12.75,3.5,11.75,4],"texture":"#1"},"east":{"uv":[12,4.5,14.25,5],"texture":"#1"},"south":{"uv":[13.75,3.5,12.75,4],"texture":"#1"},"west":{"uv":[12,4,14.25,4.5],"texture":"#1"},"up":{"uv":[13.5,5,11.25,6],"rotation":90,"texture":"#1"}}},{"from":[-0.505,0.945,6.995],"to":[4.005,1.955,9.005],"rotation":{"angle":0,"axis":"y","origin":[1.75,4.95,8]},"faces":{"north":{"uv":[12,4,9.75,4.5],"texture":"#1"},"south":{"uv":[12,4.5,9.75,5],"texture":"#1"},"west":{"uv":[10.75,3.5,9.75,4],"texture":"#1"},"up":{"uv":[9,6,11.25,5],"texture":"#1"},"down":{"uv":[9,6,11.25,7],"texture":"#1"}}},{"from":[-0.55,0.95,7.1],"to":[4.05,1.95,8.9],"rotation":{"angle":45,"axis":"y","origin":[1.75,4.95,8]},"faces":{"north":{"uv":[8.5,6.5,6.25,7],"texture":"#1"},"east":{"uv":[8,6,7,6.5],"texture":"#1"},"south":{"uv":[8.5,7,6.25,7.5],"texture":"#1"},"west":{"uv":[7,6,6,6.5],"texture":"#1"},"up":{"uv":[8.5,8,10.75,7],"texture":"#1"},"down":{"uv":[10.75,7,13,8],"texture":"#1"}}},{"from":[-0.55,5,7.1],"to":[4.05,6,8.9],"rotation":{"angle":-45,"axis":"y","origin":[1.75,9,8]},"faces":{"north":{"uv":[5,6,2.75,6.5],"texture":"#1"},"east":{"uv":[2.75,6,1.75,6.5],"texture":"#1"},"south":{"uv":[5,5.5,2.75,6],"texture":"#1"},"west":{"uv":[2.75,5.5,1.75,6],"texture":"#1"},"up":{"uv":[4,7.5,6.25,6.5],"texture":"#1"},"down":{"uv":[1.75,6.5,4,7.5],"texture":"#1"}}},{"from":[-0.505,4.995,6.995],"to":[4.005,6.005,9.005],"rotation":{"angle":0,"axis":"y","origin":[1.75,9,8]},"faces":{"north":{"uv":[12,4,9.75,4.5],"texture":"#1"},"south":{"uv":[12,4.5,9.75,5],"texture":"#1"},"west":{"uv":[10.75,3.5,9.75,4],"texture":"#1"},"up":{"uv":[9,6,11.25,5],"texture":"#1"},"down":{"uv":[9,6,11.25,7],"texture":"#1"}}},{"from":[-0.55,5,7.1],"to":[4.05,6,8.9],"rotation":{"angle":45,"axis":"y","origin":[1.75,9,8]},"faces":{"north":{"uv":[8.5,6.5,6.25,7],"texture":"#1"},"east":{"uv":[8,6,7,6.5],"texture":"#1"},"south":{"uv":[8.5,7,6.25,7.5],"texture":"#1"},"west":{"uv":[7,6,6,6.5],"texture":"#1"},"up":{"uv":[8.5,8,10.75,7],"texture":"#1"},"down":{"uv":[10.75,7,13,8],"texture":"#1"}}},{"from":[0.745,4.995,5.745],"to":[2.755,6.005,10.255],"rotation":{"angle":0,"axis":"y","origin":[1.75,9,8]},"faces":{"north":{"uv":[12.75,3.5,11.75,4],"texture":"#1"},"east":{"uv":[12,4.5,14.25,5],"texture":"#1"},"south":{"uv":[13.75,3.5,12.75,4],"texture":"#1"},"west":{"uv":[12,4,14.25,4.5],"texture":"#1"},"up":{"uv":[13.5,5,11.25,6],"rotation":90,"texture":"#1"},"down":{"uv":[11.25,6,13.5,7],"rotation":90,"texture":"#1"}}},{"from":[1,8,7.25],"to":[2.5,13,8.75],"rotation":{"angle":0,"axis":"y","origin":[-0.25,0,0]},"faces":{"north":{"uv":[6.75,3.5,6,6],"texture":"#1"},"east":{"uv":[9,3.5,8.25,6],"texture":"#1"},"south":{"uv":[8.25,3.5,7.5,6],"texture":"#1"},"west":{"uv":[7.5,3.5,6.75,6],"texture":"#1"},"up":{"uv":[9,4.25,9.75,3.5],"texture":"#1"}}},{"from":[0.75,11,7],"to":[2.75,12,9],"rotation":{"angle":0,"axis":"y","origin":[-0.25,3,0]},"faces":{"north":{"uv":[3.75,5,2.75,5.5],"texture":"#1"},"east":{"uv":[5,4.5,4,5],"texture":"#1"},"south":{"uv":[2.75,5,3.75,5.5],"texture":"#1"},"west":{"uv":[2.75,5,1.75,5.5],"texture":"#1"},"up":{"uv":[5,5.5,6,4.5],"texture":"#1"},"down":{"uv":[5,5.5,6,6.5],"texture":"#1"}}},{"from":[1,6.57574,7.42426],"to":[2.5,8.37574,9.42426],"rotation":{"angle":-45,"axis":"x","origin":[1.75,8,8]},"faces":{"east":{"uv":[1.75,5.5,0.75,6.5],"texture":"#1"},"south":{"uv":[0.75,5.5,0,6.5],"texture":"#1"},"west":{"uv":[1.75,4.5,0.75,5.5],"texture":"#1"},"down":{"uv":[0.75,6.25,0,6.5],"texture":"#1"}}},{"from":[1,6.57574,6.57574],"to":[2.5,8.37574,8.57574],"rotation":{"angle":45,"axis":"x","origin":[1.75,8,8]},"faces":{"north":{"uv":[0,5.5,0.75,6.5],"texture":"#1"},"east":{"uv":[0.75,5.5,1.75,6.5],"texture":"#1"},"west":{"uv":[0.75,4.5,1.75,5.5],"texture":"#1"},"down":{"uv":[0.75,6.5,0,6.25],"texture":"#1"}}},{"from":[0.32574,6.57574,7.25],"to":[2.32574,8.37574,8.75],"rotation":{"angle":-45,"axis":"z","origin":[1.75,8,8]},"faces":{"north":{"uv":[1.75,4.5,0.75,5.5],"texture":"#1"},"south":{"uv":[0.75,4.5,1.75,5.5],"texture":"#1"},"west":{"uv":[0.75,4.5,0,5.5],"texture":"#1"},"down":{"uv":[0,5.5,0.75,5.25],"rotation":90,"texture":"#1"}}},{"from":[1.17426,6.57574,7.25],"to":[3.17426,8.37574,8.75],"rotation":{"angle":45,"axis":"z","origin":[1.75,8,8]},"faces":{"north":{"uv":[0.75,6.5,1.75,7.5],"texture":"#1"},"east":{"uv":[0.75,6.5,0,7.5],"texture":"#1"},"south":{"uv":[1.75,6.5,0.75,7.5],"texture":"#1"},"down":{"uv":[1,6.5,0.75,6.75],"texture":"#1"}}},{"from":[3.35,12.15,7.75],"to":[4.85,12.65,8.25],"rotation":{"angle":-22.5,"axis":"z","origin":[3.35,10.65,6.25]},"faces":{"north":{"uv":[12.75,1,12,0.75],"texture":"#1"},"east":{"uv":[12.5,1,12.75,0.75],"texture":"#1"},"south":{"uv":[12,1,12.75,0.75],"texture":"#1"},"west":{"uv":[12,1,12.25,0.75],"texture":"#1"},"up":{"uv":[12,1,12.75,0.75],"texture":"#1"},"down":{"uv":[12,1.25,12.75,1],"texture":"#1"}}},{"from":[2.495,11.995,7.745],"to":[4.105,12.505,8.255],"rotation":{"angle":0,"axis":"y","origin":[2.6,10.5,6.25]},"faces":{"north":{"uv":[12.75,0,12,0.25],"texture":"#1"},"east":{"uv":[12.5,0.75,12.75,0.5],"texture":"#1"},"south":{"uv":[12,0,12.75,0.25],"texture":"#1"},"up":{"uv":[12,0.75,12.75,0.5],"texture":"#1"},"down":{"uv":[12.75,0.25,12,0.5],"texture":"#1"}}},{"from":[4.095,11.995,7.745],"to":[5.105,12.505,8.255],"rotation":{"angle":-45,"axis":"z","origin":[4.1,10.5,6.25]},"faces":{"north":{"uv":[12.5,1.25,12,1.5],"texture":"#1"},"east":{"uv":[12.5,1.25,12.25,1.5],"texture":"#1"},"south":{"uv":[12,1.25,12.5,1.5],"texture":"#1"},"west":{"uv":[12.25,1.25,12,1.5],"texture":"#1"},"up":{"uv":[12,1.5,12.5,1.25],"texture":"#1"},"down":{"uv":[12.5,1.5,12,1.75],"texture":"#1"}}},{"from":[5.85,8.95,7.75],"to":[6.35,10.45,8.25],"rotation":{"angle":22.5,"axis":"z","origin":[4.35,10.45,6.25]},"faces":{"north":{"uv":[12.75,0.25,13.5,0],"rotation":90,"texture":"#1"},"east":{"uv":[12.75,0.25,13.5,0],"rotation":90,"texture":"#1"},"south":{"uv":[12.75,0.25,13.5,0],"rotation":90,"texture":"#1"},"west":{"uv":[12.75,0.5,13.5,0.25],"rotation":90,"texture":"#1"},"down":{"uv":[12.75,0.25,13,0],"rotation":90,"texture":"#1"}}},{"from":[6.245,6.995,7.745],"to":[6.755,9.855,8.255],"rotation":{"angle":0,"axis":"y","origin":[4.75,9.85,6.25]},"faces":{"north":{"uv":[12.5,1.75,12.25,3.25],"texture":"#1"},"east":{"uv":[12.5,1.75,12.25,3.25],"texture":"#1"},"south":{"uv":[12.5,1.75,12.25,3.25],"texture":"#1"},"west":{"uv":[12.25,1.75,12,3.25],"texture":"#1"}}},{"from":[5.75,6,7],"to":[10.25,7,9],"rotation":{"angle":0,"axis":"y","origin":[7,6,7]},"faces":{"north":{"uv":[7.5,14,9.75,14.5],"texture":"#1"},"east":{"uv":[9.75,14,10.75,14.5],"texture":"#1"},"south":{"uv":[7.5,14,9.75,14.5],"texture":"#1"},"west":{"uv":[9.75,14,10.75,14.5],"texture":"#1"},"up":{"uv":[13.75,14,11.5,13],"texture":"#1"}}},{"from":[12.5,-1.5,7.25],"to":[14.5,0,8.75],"rotation":{"angle":0,"axis":"y","origin":[-0.5,-13,0]},"faces":{"north":{"uv":[1.5,10.5,2.5,11.25],"texture":"#1"},"east":{"uv":[2.5,10.5,3.25,11.25],"texture":"#1"},"south":{"uv":[2.5,10.5,1.5,11.25],"texture":"#1"},"west":{"uv":[2.5,10.5,3.25,11.25],"texture":"#1"},"down":{"uv":[2.5,11.25,1.5,12],"texture":"#1"}}},{"from":[13.25,-9.5,7],"to":[13.75,-0.5,8],"rotation":{"angle":45,"axis":"x","origin":[13.75,-1.5,7.5]},"faces":{"north":{"uv":[13.5,12.5,9,12.75],"rotation":90,"texture":"#1"},"east":{"uv":[13.5,12.5,9,12],"rotation":90,"texture":"#1"},"south":{"uv":[13.5,12.75,9,13],"rotation":90,"texture":"#1"},"west":{"uv":[13.25,12,9,12.5],"rotation":90,"texture":"#1"},"down":{"uv":[13.75,12,13.5,12.5],"texture":"#1"}}},{"from":[9.25,-9.5,7],"to":[13.25,-8.5,8],"rotation":{"angle":45,"axis":"x","origin":[13.75,-1.5,7.5]},"faces":{"north":{"uv":[7,13,9,13.5],"texture":"#1"},"south":{"uv":[7,13.5,9,14],"texture":"#1"},"west":{"uv":[11,13,11.5,13.5],"texture":"#1"},"up":{"uv":[11,13.5,9,13],"texture":"#1"},"down":{"uv":[11,13.5,9,14],"texture":"#1"}}},{"from":[9.5,4,3],"to":[11.5,5,4],"rotation":{"angle":0,"axis":"y","origin":[9.5,4,3]},"faces":{"north":{"uv":[0,7.5,1,8],"texture":"#1"},"east":{"uv":[0.5,9.5,0,9],"rotation":90,"texture":"#1"},"south":{"uv":[0,8,1,8.5],"texture":"#1"},"west":{"uv":[0,9,0.5,9.5],"rotation":90,"texture":"#1"},"up":{"uv":[1,9.5,0,9],"texture":"#1"},"down":{"uv":[1,8.5,0,9],"texture":"#1"}}},{"from":[8.5,2,3],"to":[9.5,4,4],"rotation":{"angle":0,"axis":"y","origin":[8.5,2,3]},"faces":{"north":{"uv":[2.75,7.5,3.25,8.5],"texture":"#1"},"east":{"uv":[3.25,7.5,3.75,8.5],"texture":"#1"},"west":{"uv":[2.25,7.5,2.75,8.5],"texture":"#1"},"up":{"uv":[4.75,8,4.25,7.5],"texture":"#1"},"down":{"uv":[4.75,8,4.25,8.5],"texture":"#1"}}},{"from":[9.75505,4.08495,2.995],"to":[11.26505,5.09495,4.005],"rotation":{"angle":45,"axis":"z","origin":[10.51005,2.98995,3.5]},"faces":{"north":{"uv":[1,9,1.75,9.5],"texture":"#1"},"east":{"uv":[1.75,7.5,2.25,8],"texture":"#1"},"south":{"uv":[1,7.5,1.75,8],"texture":"#1"},"west":{"uv":[1.75,8,2.25,8.5],"texture":"#1"},"up":{"uv":[1.75,9,1,8.5],"texture":"#1"},"down":{"uv":[1.75,8,1,8.5],"texture":"#1"}}},{"from":[9.395,2.645,2.995],"to":[10.405,4.155,4.005],"rotation":{"angle":45,"axis":"z","origin":[11.5,2,3]},"faces":{"north":{"uv":[4.75,7.5,5.25,8.25],"texture":"#1"},"east":{"uv":[5.25,7.5,5.75,8.25],"texture":"#1"},"south":{"uv":[6.25,7.5,6.75,8.25],"texture":"#1"},"west":{"uv":[5.75,7.5,6.25,8.25],"texture":"#1"},"up":{"uv":[7.25,8,6.75,7.5],"texture":"#1"},"down":{"uv":[7.75,7.5,7.25,8],"texture":"#1"}}},{"from":[9.73495,4.08495,2.995],"to":[11.24495,5.09495,4.005],"rotation":{"angle":-45,"axis":"z","origin":[10.48995,2.98995,3.5]},"faces":{"north":{"uv":[1.75,9,1,9.5],"texture":"#1"},"east":{"uv":[2.25,8,1.75,8.5],"texture":"#1"},"south":{"uv":[1.75,7.5,1,8],"texture":"#1"},"west":{"uv":[2.25,7.5,1.75,8],"texture":"#1"},"up":{"uv":[1,9,1.75,8.5],"texture":"#1"},"down":{"uv":[1,8,1.75,8.5],"texture":"#1"}}},{"from":[11.5,2,3],"to":[12.5,4,4],"rotation":{"angle":0,"axis":"y","origin":[12.5,2,3]},"faces":{"north":{"uv":[3.25,7.5,2.75,8.5],"texture":"#1"},"east":{"uv":[2.75,7.5,2.25,8.5],"texture":"#1"},"south":{"uv":[4.25,7.5,3.75,8.5],"texture":"#1"},"west":{"uv":[3.75,7.5,3.25,8.5],"texture":"#1"},"up":{"uv":[4.25,8,4.75,7.5],"texture":"#1"},"down":{"uv":[4.25,8,4.75,8.5],"texture":"#1"}}},{"from":[10.595,2.645,2.995],"to":[11.605,4.155,4.005],"rotation":{"angle":-45,"axis":"z","origin":[9.5,2,3]},"faces":{"north":{"uv":[5.25,7.5,4.75,8.25],"texture":"#1"},"east":{"uv":[6.25,7.5,5.75,8.25],"texture":"#1"},"south":{"uv":[6.75,7.5,6.25,8.25],"texture":"#1"},"west":{"uv":[5.75,7.5,5.25,8.25],"texture":"#1"},"up":{"uv":[6.75,8,7.25,7.5],"texture":"#1"},"down":{"uv":[7.25,7.5,7.75,8],"texture":"#1"}}},{"from":[9.5,1,3],"to":[11.5,2,4],"rotation":{"angle":0,"axis":"y","origin":[9.5,1,3]},"faces":{"north":{"uv":[1.75,8.5,2.75,9],"texture":"#1"},"east":{"uv":[6.25,8.25,6.75,8.75],"texture":"#1"},"south":{"uv":[2.75,8.5,3.75,9],"texture":"#1"},"west":{"uv":[5.75,8.25,6.25,8.75],"texture":"#1"},"up":{"uv":[4.75,9,3.75,8.5],"texture":"#1"}}},{"from":[9.5,2,3.5],"to":[11.5,4,3.51],"rotation":{"angle":0,"axis":"y","origin":[0,2,4]},"faces":{"north":{"uv":[6.75,8,7.75,9],"texture":"#1"},"south":{"uv":[7.75,8,6.75,9],"texture":"#1"}}},{"from":[4.5,4,3],"to":[6.5,5,4],"rotation":{"angle":0,"axis":"y","origin":[6.5,4,3]},"faces":{"north":{"uv":[1,7.5,0,8],"texture":"#1"},"east":{"uv":[0,9.5,0.5,9],"rotation":90,"texture":"#1"},"south":{"uv":[1,8,0,8.5],"texture":"#1"},"west":{"uv":[0.5,9,0,9.5],"rotation":90,"texture":"#1"},"up":{"uv":[0,9.5,1,9],"texture":"#1"},"down":{"uv":[0,8.5,1,9],"texture":"#1"}}},{"from":[6.5,2,3],"to":[7.5,4,4],"rotation":{"angle":0,"axis":"y","origin":[7.5,2,3]},"faces":{"north":{"uv":[3.25,7.5,2.75,8.5],"texture":"#1"},"east":{"uv":[2.75,7.5,2.25,8.5],"texture":"#1"},"west":{"uv":[3.75,7.5,3.25,8.5],"texture":"#1"},"up":{"uv":[4.25,8,4.75,7.5],"texture":"#1"},"down":{"uv":[4.25,8,4.75,8.5],"texture":"#1"}}},{"from":[4.73495,4.08495,2.995],"to":[6.24495,5.09495,4.005],"rotation":{"angle":-45,"axis":"z","origin":[5.48995,2.98995,3.5]},"faces":{"north":{"uv":[1.75,9,1,9.5],"texture":"#1"},"east":{"uv":[2.25,8,1.75,8.5],"texture":"#1"},"south":{"uv":[1.75,7.5,1,8],"texture":"#1"},"west":{"uv":[2.25,7.5,1.75,8],"texture":"#1"},"up":{"uv":[1,9,1.75,8.5],"texture":"#1"},"down":{"uv":[1,8,1.75,8.5],"texture":"#1"}}},{"from":[5.595,2.645,2.995],"to":[6.605,4.155,4.005],"rotation":{"angle":-45,"axis":"z","origin":[4.5,2,3]},"faces":{"north":{"uv":[5.25,7.5,4.75,8.25],"texture":"#1"},"east":{"uv":[6.25,7.5,5.75,8.25],"texture":"#1"},"south":{"uv":[6.75,7.5,6.25,8.25],"texture":"#1"},"west":{"uv":[5.75,7.5,5.25,8.25],"texture":"#1"},"up":{"uv":[6.75,8,7.25,7.5],"texture":"#1"},"down":{"uv":[7.25,7.5,7.75,8],"texture":"#1"}}},{"from":[4.75505,4.08495,2.995],"to":[6.26505,5.09495,4.005],"rotation":{"angle":45,"axis":"z","origin":[5.51005,2.98995,3.5]},"faces":{"north":{"uv":[1,9,1.75,9.5],"texture":"#1"},"east":{"uv":[1.75,7.5,2.25,8],"texture":"#1"},"south":{"uv":[1,7.5,1.75,8],"texture":"#1"},"west":{"uv":[1.75,8,2.25,8.5],"texture":"#1"},"up":{"uv":[1.75,9,1,8.5],"texture":"#1"},"down":{"uv":[1.75,8,1,8.5],"texture":"#1"}}},{"from":[3.5,2,3],"to":[4.5,4,4],"rotation":{"angle":0,"axis":"y","origin":[3.5,2,3]},"faces":{"north":{"uv":[2.75,7.5,3.25,8.5],"texture":"#1"},"east":{"uv":[3.25,7.5,3.75,8.5],"texture":"#1"},"south":{"uv":[3.75,7.5,4.25,8.5],"texture":"#1"},"west":{"uv":[2.25,7.5,2.75,8.5],"texture":"#1"},"up":{"uv":[4.75,8,4.25,7.5],"texture":"#1"},"down":{"uv":[4.75,8,4.25,8.5],"texture":"#1"}}},{"from":[4.395,2.645,2.995],"to":[5.405,4.155,4.005],"rotation":{"angle":45,"axis":"z","origin":[6.5,2,3]},"faces":{"north":{"uv":[4.75,7.5,5.25,8.25],"texture":"#1"},"east":{"uv":[5.25,7.5,5.75,8.25],"texture":"#1"},"south":{"uv":[6.25,7.5,6.75,8.25],"texture":"#1"},"west":{"uv":[5.75,7.5,6.25,8.25],"texture":"#1"},"up":{"uv":[7.25,8,6.75,7.5],"texture":"#1"},"down":{"uv":[7.75,7.5,7.25,8],"texture":"#1"}}},{"from":[4.5,1,3],"to":[6.5,2,4],"rotation":{"angle":0,"axis":"y","origin":[6.5,1,3]},"faces":{"north":{"uv":[2.75,8.5,1.75,9],"texture":"#1"},"east":{"uv":[6.25,8.25,5.75,8.75],"texture":"#1"},"south":{"uv":[3.75,8.5,2.75,9],"texture":"#1"},"west":{"uv":[6.75,8.25,6.25,8.75],"texture":"#1"},"up":{"uv":[3.75,9,4.75,8.5],"texture":"#1"}}},{"from":[4.5,2,3.5],"to":[6.5,4,3.51],"rotation":{"angle":0,"axis":"y","origin":[16,2,4]},"faces":{"north":{"uv":[7.75,8,6.75,9],"texture":"#1"},"south":{"uv":[6.75,8,7.75,9],"texture":"#1"}}},{"from":[7.5,2.25,3],"to":[8.5,3.75,4],"rotation":{"angle":0,"axis":"y","origin":[0,2,4]},"faces":{"north":{"uv":[8.5,6,9,6.75],"texture":"#1"},"up":{"uv":[8.75,6,9,6.25],"texture":"#1"},"down":{"uv":[8.75,6.5,9,6.75],"texture":"#1"}}}],"display":{"head":{"rotation":[2.5,0,0],"translation":[0,17.5,0.75],"scale":[1.5,1.5,1.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/ivy_horns.json b/assets/minecraft/models/item/wynn/skin/hat/ivy_horns.json new file mode 100644 index 000000000..c4f2a4bac --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/ivy_horns.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/ivy_horns","particle":"skins/ivy_horns"},"elements":[{"from":[-1.82586,0.74216,6.99],"to":[0.19414,6.76216,9.01],"rotation":{"angle":45,"axis":"z","origin":[4.25,8,11.625]},"faces":{"north":{"uv":[1,1,2,4],"texture":"#0"},"east":{"uv":[0,1,1,4],"texture":"#0"},"south":{"uv":[3,1,4,4],"texture":"#0"},"west":{"uv":[2,1,3,4],"texture":"#0"},"up":{"uv":[2,1,1,0],"texture":"#0"},"down":{"uv":[3,0,2,1],"texture":"#0"}}},{"from":[3.08155,1.91834,7],"to":[5.08155,4.91834,9],"rotation":{"angle":-22.5,"axis":"z","origin":[4.25,8,11.625]},"faces":{"north":{"uv":[5.5,1,6.5,2.5],"texture":"#0"},"east":{"uv":[4.5,1,5.5,2.5],"texture":"#0"},"south":{"uv":[7.5,1,8.5,2.5],"texture":"#0"},"west":{"uv":[6.5,1,7.5,2.5],"texture":"#0"},"up":{"uv":[6.5,1,5.5,0],"texture":"#0"},"down":{"uv":[7.5,0,6.5,1],"texture":"#0"}}},{"from":[0.66894,5.24294,7.01],"to":[2.64894,10.22294,8.99],"rotation":{"angle":22.5,"axis":"z","origin":[4.25,8,11.625]},"faces":{"north":{"uv":[4.5,4.5,5.5,7],"texture":"#0"},"east":{"uv":[3.5,4.5,4.5,7],"texture":"#0"},"south":{"uv":[6.5,4.5,7.5,7],"texture":"#0"},"west":{"uv":[5.5,4.5,6.5,7],"texture":"#0"},"up":{"uv":[5.5,4.5,4.5,3.5],"texture":"#0"},"down":{"uv":[6.5,3.5,5.5,4.5],"texture":"#0"}}},{"from":[0.06778,8.67873,7.49],"to":[1.08778,11.69873,8.51],"rotation":{"angle":0,"axis":"y","origin":[4.25,8,11.625]},"faces":{"north":{"uv":[8.5,3.5,9,5],"texture":"#0"},"east":{"uv":[8,3.5,8.5,5],"texture":"#0"},"south":{"uv":[9.5,3.5,10,5],"texture":"#0"},"west":{"uv":[9,3.5,9.5,5],"texture":"#0"},"up":{"uv":[9,3.5,8.5,3],"texture":"#0"},"down":{"uv":[9.5,3,9,3.5],"texture":"#0"}}},{"from":[-1.01625,9.8113,7.5],"to":[-0.01625,12.8113,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[4.25,8,11.625]},"faces":{"north":{"uv":[6.5,8,7,9.5],"texture":"#0"},"east":{"uv":[6,8,6.5,9.5],"texture":"#0"},"south":{"uv":[7.5,8,8,9.5],"texture":"#0"},"west":{"uv":[7,8,7.5,9.5],"texture":"#0"},"up":{"uv":[7,8,6.5,7.5],"texture":"#0"},"down":{"uv":[7.5,7.5,7,8],"texture":"#0"}}},{"from":[-2.44658,10.43976,7.51],"to":[-1.46658,12.41976,8.49],"rotation":{"angle":-45,"axis":"z","origin":[4.25,8,11.625]},"faces":{"north":{"uv":[0.5,9,1,10],"texture":"#0"},"east":{"uv":[0,9,0.5,10],"texture":"#0"},"south":{"uv":[1.5,9,2,10],"texture":"#0"},"west":{"uv":[1,9,1.5,10],"texture":"#0"},"up":{"uv":[1,9,0.5,8.5],"texture":"#0"},"down":{"uv":[1.5,8.5,1,9],"texture":"#0"}}},{"from":[1.56816,6.37456,7.49],"to":[2.58816,9.39456,8.51],"rotation":{"angle":-45,"axis":"z","origin":[4.25,8,11.625]},"faces":{"north":{"uv":[4,8,4.5,9.5],"texture":"#0"},"east":{"uv":[3.5,8,4,9.5],"texture":"#0"},"south":{"uv":[5,8,5.5,9.5],"texture":"#0"},"west":{"uv":[4.5,8,5,9.5],"texture":"#0"},"up":{"uv":[4.5,8,4,7.5],"texture":"#0"},"down":{"uv":[5,7.5,4.5,8],"texture":"#0"}}},{"from":[3.04686,10.1612,7.5],"to":[4.04686,12.1612,8.5],"rotation":{"angle":0,"axis":"y","origin":[4.25,8,11.625]},"faces":{"north":{"uv":[8.5,6,9,7],"texture":"#0"},"east":{"uv":[8,6,8.5,7],"texture":"#0"},"south":{"uv":[9.5,6,10,7],"texture":"#0"},"west":{"uv":[9,6,9.5,7],"texture":"#0"},"up":{"uv":[9,6,8.5,5.5],"texture":"#0"},"down":{"uv":[9.5,5.5,9,6],"texture":"#0"}}},{"from":[2.64894,5.22294,7.49],"to":[3.66894,6.24294,8.51],"rotation":{"angle":22.5,"axis":"z","origin":[4.25,8,11.625]},"faces":{"north":{"uv":[9,9.5,9.5,10],"texture":"#0"},"east":{"uv":[8.5,9.5,9,10],"texture":"#0"},"south":{"uv":[10,9.5,10.5,10],"texture":"#0"},"west":{"uv":[9.5,9.5,10,10],"texture":"#0"},"up":{"uv":[9.5,9.5,9,9],"texture":"#0"},"down":{"uv":[10,9,9.5,9.5],"texture":"#0"}}},{"from":[2.64502,5.66976,7.5],"to":[4.64502,6.66976,8.5],"rotation":{"angle":45,"axis":"z","origin":[4.25,8,11.625]},"faces":{"north":{"uv":[0.5,7.5,1.5,8],"texture":"#0"},"east":{"uv":[0,7.5,0.5,8],"texture":"#0"},"south":{"uv":[2,7.5,3,8],"texture":"#0"},"west":{"uv":[1.5,7.5,2,8],"texture":"#0"},"up":{"uv":[1.5,7.5,0.5,7],"texture":"#0"},"down":{"uv":[2.5,7,1.5,7.5],"texture":"#0"}}},{"from":[2.64004,15.16748,7.5],"to":[3.34715,15.87458,8.5],"rotation":{"angle":0,"axis":"y","origin":[2.84715,15.66748,8]},"faces":{"north":{"uv":[9.5,2,10,2.5],"texture":"#0"},"east":{"uv":[9,2,9.5,2.5],"texture":"#0"},"south":{"uv":[10.5,2,11,2.5],"texture":"#0"},"west":{"uv":[10,2,10.5,2.5],"texture":"#0"},"up":{"uv":[10,2,9.5,1.5],"texture":"#0"},"down":{"uv":[10.5,1.5,10,2],"texture":"#0"}}},{"from":[-1.06871,10.78685,7.51],"to":[-0.08871,12.76685,8.49],"rotation":{"angle":45,"axis":"z","origin":[-0.57871,12.27685,8]},"faces":{"north":{"uv":[0.5,12.5,1,13.5],"texture":"#0"},"east":{"uv":[0,12.5,0.5,13.5],"texture":"#0"},"south":{"uv":[1.5,12.5,2,13.5],"texture":"#0"},"west":{"uv":[1,12.5,1.5,13.5],"texture":"#0"},"up":{"uv":[1,12.5,0.5,12],"texture":"#0"},"down":{"uv":[1.5,12,1,12.5],"texture":"#0"}}},{"from":[-1.28581,12.27685,7.5],"to":[-0.57871,12.98396,8.5],"rotation":{"angle":0,"axis":"y","origin":[-0.57871,12.27685,8]},"faces":{"north":{"uv":[4,10.5,4.5,11],"rotation":90,"texture":"#0"},"east":{"uv":[5,10,4.5,10.5],"rotation":270,"texture":"#0"},"south":{"uv":[5,10.5,5.5,11],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,10.5,4,10],"rotation":270,"texture":"#0"},"up":{"uv":[3.5,10.5,4,11],"rotation":270,"texture":"#0"},"down":{"uv":[4.5,10.5,5,11],"rotation":270,"texture":"#0"}}},{"from":[16.57871,12.27685,7.5],"to":[17.28581,12.98396,8.5],"rotation":{"angle":0,"axis":"y","origin":[16.57871,12.27685,8]},"faces":{"north":{"uv":[4,11,4.5,10.5],"rotation":90,"texture":"#0"},"east":{"uv":[4.5,10,4,10.5],"rotation":270,"texture":"#0"},"south":{"uv":[5,11,5.5,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[5,10.5,4.5,10],"rotation":270,"texture":"#0"},"up":{"uv":[3.5,11,4,10.5],"rotation":270,"texture":"#0"},"down":{"uv":[4.5,11,5,10.5],"rotation":270,"texture":"#0"}}},{"from":[16.08871,10.78685,7.51],"to":[17.06871,12.76685,8.49],"rotation":{"angle":-45,"axis":"z","origin":[16.57871,12.27685,8]},"faces":{"north":{"uv":[1,12.5,0.5,13.5],"texture":"#0"},"east":{"uv":[1.5,12.5,1,13.5],"texture":"#0"},"south":{"uv":[2,12.5,1.5,13.5],"texture":"#0"},"west":{"uv":[0.5,12.5,0,13.5],"texture":"#0"},"up":{"uv":[0.5,12.5,1,12],"texture":"#0"},"down":{"uv":[1,12,1.5,12.5],"texture":"#0"}}},{"from":[5.16818,13.57542,7.5],"to":[5.87529,14.28252,8.5],"rotation":{"angle":0,"axis":"y","origin":[2.37529,14.07542,8]},"faces":{"north":{"uv":[9.5,0.5,10,1],"texture":"#0"},"east":{"uv":[9,0.5,9.5,1],"texture":"#0"},"south":{"uv":[10.5,0.5,11,1],"texture":"#0"},"west":{"uv":[10,0.5,10.5,1],"texture":"#0"},"up":{"uv":[10,0.5,9.5,0],"texture":"#0"},"down":{"uv":[10.5,0,10,0.5],"texture":"#0"}}},{"from":[0.46684,10.10167,7.51],"to":[1.44684,13.08167,8.49],"rotation":{"angle":-45,"axis":"z","origin":[4.25,8,11.625]},"faces":{"north":{"uv":[0.5,5,1,6.5],"texture":"#0"},"east":{"uv":[0,5,0.5,6.5],"texture":"#0"},"south":{"uv":[1.5,5,2,6.5],"texture":"#0"},"west":{"uv":[1,5,1.5,6.5],"texture":"#0"},"up":{"uv":[1,5,0.5,4.5],"texture":"#0"},"down":{"uv":[1.5,4.5,1,5],"texture":"#0"}}},{"from":[5.47994,6.6416,7.51],"to":[6.16705,7.3287,8.49],"rotation":{"angle":0,"axis":"y","origin":[-0.32295,7.1316,8]},"faces":{"north":{"uv":[9,8,9.5,8.5],"texture":"#0"},"east":{"uv":[8.5,8,9,8.5],"texture":"#0"},"south":{"uv":[10,8,10.5,8.5],"texture":"#0"},"west":{"uv":[9.5,8,10,8.5],"texture":"#0"},"up":{"uv":[9.5,8,9,7.5],"texture":"#0"},"down":{"uv":[10,7.5,9.5,8],"texture":"#0"}}},{"from":[-0.88939,3.17305,7.5],"to":[1.11061,4.17305,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[0.11061,3.67305,8]},"faces":{"north":{"uv":[12,0.5,13,1],"rotation":180,"texture":"#0"},"east":{"uv":[13,0.5,13.5,1],"rotation":180,"texture":"#0"},"south":{"uv":[13.5,0.5,14.5,1],"rotation":180,"texture":"#0"},"west":{"uv":[11.5,0.5,12,1],"rotation":180,"texture":"#0"},"up":{"uv":[14,0,13,0.5],"rotation":180,"texture":"#0"},"down":{"uv":[13,0.5,12,0],"rotation":180,"texture":"#0"}}},{"from":[-0.55499,6.08161,7.49],"to":[0.17212,6.80871,8.51],"rotation":{"angle":22.5,"axis":"z","origin":[5.50388,3.68735,8]},"faces":{"north":{"uv":[11,3.5,11.5,4],"rotation":90,"texture":"#0"},"east":{"uv":[12,3,11.5,3.5],"rotation":270,"texture":"#0"},"south":{"uv":[12,3.5,12.5,4],"rotation":270,"texture":"#0"},"west":{"uv":[11.5,3.5,11,3],"rotation":270,"texture":"#0"},"up":{"uv":[10.5,3.5,11,4],"rotation":270,"texture":"#0"},"down":{"uv":[11.5,3.5,12,4],"rotation":270,"texture":"#0"}}},{"from":[15.82788,6.08161,7.49],"to":[16.55499,6.80871,8.51],"rotation":{"angle":-22.5,"axis":"z","origin":[10.49612,3.68735,8]},"faces":{"north":{"uv":[11,4,11.5,3.5],"rotation":90,"texture":"#0"},"east":{"uv":[11.5,3,11,3.5],"rotation":270,"texture":"#0"},"south":{"uv":[12,4,12.5,3.5],"rotation":270,"texture":"#0"},"west":{"uv":[12,3.5,11.5,3],"rotation":270,"texture":"#0"},"up":{"uv":[10.5,4,11,3.5],"rotation":270,"texture":"#0"},"down":{"uv":[11.5,4,12,3.5],"rotation":270,"texture":"#0"}}},{"from":[14.88939,3.17305,7.5],"to":[16.88939,4.17305,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[15.88939,3.67305,8]},"faces":{"north":{"uv":[13,0.5,12,1],"rotation":180,"texture":"#0"},"east":{"uv":[12,0.5,11.5,1],"rotation":180,"texture":"#0"},"south":{"uv":[14.5,0.5,13.5,1],"rotation":180,"texture":"#0"},"west":{"uv":[13.5,0.5,13,1],"rotation":180,"texture":"#0"},"up":{"uv":[13,0,14,0.5],"rotation":180,"texture":"#0"},"down":{"uv":[12,0.5,13,0],"rotation":180,"texture":"#0"}}},{"from":[15.80586,0.74216,6.99],"to":[17.82586,6.76216,9.01],"rotation":{"angle":-45,"axis":"z","origin":[11.75,8,11.625]},"faces":{"north":{"uv":[2,1,1,4],"texture":"#0"},"east":{"uv":[3,1,2,4],"texture":"#0"},"south":{"uv":[4,1,3,4],"texture":"#0"},"west":{"uv":[1,1,0,4],"texture":"#0"},"up":{"uv":[1,1,2,0],"texture":"#0"},"down":{"uv":[2,0,3,1],"texture":"#0"}}},{"from":[10.91845,1.91834,7],"to":[12.91845,4.91834,9],"rotation":{"angle":22.5,"axis":"z","origin":[11.75,8,11.625]},"faces":{"north":{"uv":[6.5,1,5.5,2.5],"texture":"#0"},"east":{"uv":[7.5,1,6.5,2.5],"texture":"#0"},"south":{"uv":[8.5,1,7.5,2.5],"texture":"#0"},"west":{"uv":[5.5,1,4.5,2.5],"texture":"#0"},"up":{"uv":[5.5,1,6.5,0],"texture":"#0"},"down":{"uv":[6.5,0,7.5,1],"texture":"#0"}}},{"from":[13.35106,5.24294,7.01],"to":[15.33106,10.22294,8.99],"rotation":{"angle":-22.5,"axis":"z","origin":[11.75,8,11.625]},"faces":{"north":{"uv":[5.5,4.5,4.5,7],"texture":"#0"},"east":{"uv":[6.5,4.5,5.5,7],"texture":"#0"},"south":{"uv":[7.5,4.5,6.5,7],"texture":"#0"},"west":{"uv":[4.5,4.5,3.5,7],"texture":"#0"},"up":{"uv":[4.5,4.5,5.5,3.5],"texture":"#0"},"down":{"uv":[5.5,3.5,6.5,4.5],"texture":"#0"}}},{"from":[14.91222,8.67873,7.49],"to":[15.93222,11.69873,8.51],"rotation":{"angle":0,"axis":"y","origin":[11.75,8,11.625]},"faces":{"north":{"uv":[9,3.5,8.5,5],"texture":"#0"},"east":{"uv":[9.5,3.5,9,5],"texture":"#0"},"south":{"uv":[10,3.5,9.5,5],"texture":"#0"},"west":{"uv":[8.5,3.5,8,5],"texture":"#0"},"up":{"uv":[8.5,3.5,9,3],"texture":"#0"},"down":{"uv":[9,3,9.5,3.5],"texture":"#0"}}},{"from":[16.01625,9.8113,7.5],"to":[17.01625,12.8113,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[11.75,8,11.625]},"faces":{"north":{"uv":[7,8,6.5,9.5],"texture":"#0"},"east":{"uv":[7.5,8,7,9.5],"texture":"#0"},"south":{"uv":[8,8,7.5,9.5],"texture":"#0"},"west":{"uv":[6.5,8,6,9.5],"texture":"#0"},"up":{"uv":[6.5,8,7,7.5],"texture":"#0"},"down":{"uv":[7,7.5,7.5,8],"texture":"#0"}}},{"from":[17.46658,10.43976,7.51],"to":[18.44658,12.41976,8.49],"rotation":{"angle":45,"axis":"z","origin":[11.75,8,11.625]},"faces":{"north":{"uv":[1,9,0.5,10],"texture":"#0"},"east":{"uv":[1.5,9,1,10],"texture":"#0"},"south":{"uv":[2,9,1.5,10],"texture":"#0"},"west":{"uv":[0.5,9,0,10],"texture":"#0"},"up":{"uv":[0.5,9,1,8.5],"texture":"#0"},"down":{"uv":[1,8.5,1.5,9],"texture":"#0"}}},{"from":[13.41184,6.37456,7.49],"to":[14.43184,9.39456,8.51],"rotation":{"angle":45,"axis":"z","origin":[11.75,8,11.625]},"faces":{"north":{"uv":[4.5,8,4,9.5],"texture":"#0"},"east":{"uv":[5,8,4.5,9.5],"texture":"#0"},"south":{"uv":[5.5,8,5,9.5],"texture":"#0"},"west":{"uv":[4,8,3.5,9.5],"texture":"#0"},"up":{"uv":[4,8,4.5,7.5],"texture":"#0"},"down":{"uv":[4.5,7.5,5,8],"texture":"#0"}}},{"from":[11.95314,10.1612,7.5],"to":[12.95314,12.1612,8.5],"rotation":{"angle":0,"axis":"y","origin":[11.75,8,11.625]},"faces":{"north":{"uv":[9,6,8.5,7],"texture":"#0"},"east":{"uv":[9.5,6,9,7],"texture":"#0"},"south":{"uv":[10,6,9.5,7],"texture":"#0"},"west":{"uv":[8.5,6,8,7],"texture":"#0"},"up":{"uv":[8.5,6,9,5.5],"texture":"#0"},"down":{"uv":[9,5.5,9.5,6],"texture":"#0"}}},{"from":[12.33106,5.22294,7.49],"to":[13.35106,6.24294,8.51],"rotation":{"angle":-22.5,"axis":"z","origin":[11.75,8,11.625]},"faces":{"north":{"uv":[9.5,13,9,13.5],"texture":"#0"},"east":{"uv":[10,13,9.5,13.5],"texture":"#0"},"south":{"uv":[10.5,13,10,13.5],"texture":"#0"},"west":{"uv":[9,13,8.5,13.5],"texture":"#0"},"up":{"uv":[9,13,9.5,12.5],"texture":"#0"},"down":{"uv":[9.5,12.5,10,13],"texture":"#0"}}},{"from":[11.35498,5.66976,7.5],"to":[13.35498,6.66976,8.5],"rotation":{"angle":-45,"axis":"z","origin":[11.75,8,11.625]},"faces":{"north":{"uv":[1.5,11,0.5,11.5],"texture":"#0"},"east":{"uv":[2,11,1.5,11.5],"texture":"#0"},"south":{"uv":[3,11,2,11.5],"texture":"#0"},"west":{"uv":[0.5,11,0,11.5],"texture":"#0"},"up":{"uv":[0.5,11,1.5,10.5],"texture":"#0"},"down":{"uv":[1.5,10.5,2.5,11],"texture":"#0"}}},{"from":[12.65285,15.16748,7.5],"to":[13.35996,15.87458,8.5],"rotation":{"angle":0,"axis":"y","origin":[13.15285,15.66748,8]},"faces":{"north":{"uv":[10,2,9.5,2.5],"texture":"#0"},"east":{"uv":[10.5,2,10,2.5],"texture":"#0"},"south":{"uv":[11,2,10.5,2.5],"texture":"#0"},"west":{"uv":[9.5,2,9,2.5],"texture":"#0"},"up":{"uv":[9.5,2,10,1.5],"texture":"#0"},"down":{"uv":[10,1.5,10.5,2],"texture":"#0"}}},{"from":[10.12471,13.57542,7.5],"to":[10.83182,14.28252,8.5],"rotation":{"angle":0,"axis":"y","origin":[13.62471,14.07542,8]},"faces":{"north":{"uv":[10,0.5,9.5,1],"texture":"#0"},"east":{"uv":[10.5,0.5,10,1],"texture":"#0"},"south":{"uv":[11,0.5,10.5,1],"texture":"#0"},"west":{"uv":[9.5,0.5,9,1],"texture":"#0"},"up":{"uv":[9.5,0.5,10,0],"texture":"#0"},"down":{"uv":[10,0,10.5,0.5],"texture":"#0"}}},{"from":[14.55316,10.10167,7.51],"to":[15.53316,13.08167,8.49],"rotation":{"angle":45,"axis":"z","origin":[11.75,8,11.625]},"faces":{"north":{"uv":[1,5,0.5,6.5],"texture":"#0"},"east":{"uv":[1.5,5,1,6.5],"texture":"#0"},"south":{"uv":[2,5,1.5,6.5],"texture":"#0"},"west":{"uv":[0.5,5,0,6.5],"texture":"#0"},"up":{"uv":[0.5,5,1,4.5],"texture":"#0"},"down":{"uv":[1,4.5,1.5,5],"texture":"#0"}}},{"from":[9.83295,6.6416,7.51],"to":[10.52006,7.3287,8.49],"rotation":{"angle":0,"axis":"y","origin":[16.32295,7.1316,8]},"faces":{"north":{"uv":[9.5,11.5,9,12],"texture":"#0"},"east":{"uv":[10,11.5,9.5,12],"texture":"#0"},"south":{"uv":[10.5,11.5,10,12],"texture":"#0"},"west":{"uv":[9,11.5,8.5,12],"texture":"#0"},"up":{"uv":[9,11.5,9.5,11],"texture":"#0"},"down":{"uv":[9.5,11,10,11.5],"texture":"#0"}}},{"from":[4,7.20703,8.55078],"to":[12,12.20703,8.55078],"rotation":{"angle":-22.5,"axis":"x","origin":[8,9.70703,8.55078]},"faces":{"north":{"uv":[10.5,4.5,14.5,7],"texture":"#0"},"south":{"uv":[14.5,4.46875,10.5,6.96875],"texture":"#0"}}},{"from":[-0.85,0.64063,8.36719],"to":[6.15,6.64063,8.36719],"rotation":{"angle":-22.5,"axis":"x","origin":[8.15,4.14063,8.36719]},"faces":{"north":{"uv":[11,7.5,14.5,10.5],"texture":"#0"},"south":{"uv":[14.5,7.46875,11,10.46875],"texture":"#0"}}},{"from":[10.15,0.64063,8.36719],"to":[17.15,6.64063,8.36719],"rotation":{"angle":-22.5,"axis":"x","origin":[8.15,4.14063,8.36719]},"faces":{"north":{"uv":[14.5,10.5,11,13.5],"texture":"#0"},"south":{"uv":[11,10.46875,14.5,13.46875],"texture":"#0"}}}],"display":{"head":{"rotation":[15,0,0],"translation":[0,13,0],"scale":[1.6,1.6,1.6]},"gui":{"rotation":[-150,45,175],"translation":[-0.5,2,0],"scale":[0.85,0.85,0.85]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/jagged_crown.json b/assets/minecraft/models/item/wynn/skin/hat/jagged_crown.json new file mode 100644 index 000000000..4fc4a6d17 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/jagged_crown.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"2":"skins/soul_heart","3":"skins/red_gradient1","5":"skins/driftwood_1","particle":"skins/soul_heart"},"elements":[{"from":[4,6.35,2.5],"to":[12,8.5,12.5],"rotation":{"angle":0,"axis":"y","origin":[7,6.5,2.5]},"faces":{"north":{"uv":[5,11,6.5,16],"rotation":270,"texture":"#3"},"east":{"uv":[0,11,7.5,12.5],"texture":"#3"},"south":{"uv":[0,11,1,16],"rotation":90,"texture":"#3"},"west":{"uv":[0,11,7.5,12.5],"rotation":180,"texture":"#3"},"up":{"uv":[0,11,7.45,16],"rotation":270,"texture":"#3"},"down":{"uv":[0,11,7.5,16],"rotation":90,"texture":"#3"}}},{"from":[7,7.5,6.5],"to":[9,9.5,11.5],"rotation":{"angle":45,"axis":"z","origin":[8,8.5,7.5]},"faces":{"north":{"uv":[6,11.5,8,13.5],"rotation":270,"texture":"#3"},"east":{"uv":[0,11.5,5,13.5],"texture":"#3"},"south":{"uv":[0,11.5,2,13.5],"texture":"#3"},"west":{"uv":[0.5,11,5.5,13],"texture":"#3"},"up":{"uv":[0,11.5,5,13.5],"rotation":270,"texture":"#3"},"down":{"uv":[0.5,11,2.5,16],"texture":"#3"}}},{"from":[7,7.5,3.5],"to":[9,9.5,8.5],"rotation":{"angle":45,"axis":"z","origin":[8,8.5,4.5]},"faces":{"north":{"uv":[3.5,11.5,5.5,13.5],"rotation":270,"texture":"#3"},"east":{"uv":[0,11.5,5,13.5],"texture":"#3"},"south":{"uv":[0,11.5,2,13.5],"texture":"#3"},"west":{"uv":[0.5,11,5.5,13],"texture":"#3"},"up":{"uv":[0,11.5,5,13.5],"rotation":270,"texture":"#3"},"down":{"uv":[0.5,11,2.5,16],"texture":"#3"}}},{"from":[7,5.25,2.25],"to":[9,7.25,2.75],"rotation":{"angle":45,"axis":"z","origin":[8,6.25,3.25]},"faces":{"north":{"uv":[6.5,11.5,7,12.5],"rotation":270,"texture":"#3"},"east":{"uv":[6.5,11.5,7,12.5],"rotation":270,"texture":"#3"},"south":{"uv":[6.5,11.5,7,12.5],"rotation":270,"texture":"#3"},"west":{"uv":[6.5,11.5,7,12.5],"rotation":270,"texture":"#3"},"up":{"uv":[6.5,11.5,7,12.5],"rotation":270,"texture":"#3"},"down":{"uv":[6.5,11.5,7,12.5],"rotation":270,"texture":"#3"}}},{"from":[6,6.5,5.5],"to":[10,10.5,10.5],"rotation":{"angle":45,"axis":"z","origin":[8,8.5,7.5]},"faces":{"north":{"uv":[1.5,11,4,13.5],"texture":"#3"},"east":{"uv":[0,11,3.5,13.5],"texture":"#3"},"south":{"uv":[0,11,2.5,13.5],"texture":"#3"},"west":{"uv":[0,11,3.5,13.5],"texture":"#3"},"up":{"uv":[0,11,3.5,13.5],"rotation":270,"texture":"#3"},"down":{"uv":[0,11,3.5,13.5],"texture":"#3"}}},{"from":[5.29289,8.04289,3],"to":[7.29289,10.04289,6],"rotation":{"angle":22.5,"axis":"z","origin":[6.29289,8.04289,4.5]},"faces":{"north":{"uv":[1,11,3,13],"texture":"#3"},"east":{"uv":[1,11,4,13],"texture":"#3"},"south":{"uv":[1,11,3,13],"texture":"#3"},"west":{"uv":[1,11,4,13],"texture":"#3"},"up":{"uv":[1,11,4,13],"rotation":90,"texture":"#3"},"down":{"uv":[1,11,4,13],"texture":"#3"}}},{"from":[3.79289,8.04289,4.75],"to":[5.79289,10.04289,6.75],"rotation":{"angle":22.5,"axis":"z","origin":[4.79289,8.04289,5.25]},"faces":{"north":{"uv":[0.5,11.5,2.5,13.5],"texture":"#3"},"east":{"uv":[0.5,11.5,2.5,13.5],"texture":"#3"},"south":{"uv":[0.5,11.5,2.5,13.5],"texture":"#3"},"west":{"uv":[0.5,11.5,2.5,13.5],"texture":"#3"},"up":{"uv":[0.5,11.5,2.5,13.5],"texture":"#3"},"down":{"uv":[0.5,11.5,2.5,13.5],"texture":"#3"}}},{"from":[2.40121,6.98657,9.75],"to":[4.40121,8.98657,11.75],"rotation":{"angle":45,"axis":"z","origin":[3.95547,10.51297,10.70833]},"faces":{"north":{"uv":[0.5,11.5,2.5,13.5],"texture":"#3"},"east":{"uv":[0.5,11.5,2.5,13.5],"texture":"#3"},"south":{"uv":[0.5,11.5,2.5,13.5],"texture":"#3"},"west":{"uv":[0.5,11.5,2.5,13.5],"texture":"#3"},"up":{"uv":[0.5,11.5,2.5,13.5],"texture":"#3"},"down":{"uv":[0.5,11.5,2.5,13.5],"texture":"#3"}}},{"from":[1.41021,6.21677,6.75],"to":[4.41021,8.71677,9.75],"rotation":{"angle":45,"axis":"z","origin":[3.41021,7.71677,7.75]},"faces":{"north":{"uv":[1.5,11,4,13.5],"texture":"#3"},"east":{"uv":[1.5,11,4,13.5],"texture":"#3"},"south":{"uv":[1.5,11,4,13.5],"texture":"#3"},"west":{"uv":[1.5,11,4,13.5],"texture":"#3"},"up":{"uv":[1.5,11,4,13.5],"texture":"#3"},"down":{"uv":[1.5,11,4,13.5],"texture":"#3"}}},{"from":[8.70711,8.04289,3],"to":[10.70711,10.04289,6],"rotation":{"angle":-22.5,"axis":"z","origin":[9.70711,8.04289,4.5]},"faces":{"north":{"uv":[3,11,1,13],"texture":"#3"},"east":{"uv":[4,11,1,13],"texture":"#3"},"south":{"uv":[3,11,1,13],"texture":"#3"},"west":{"uv":[4,11,1,13],"texture":"#3"},"up":{"uv":[1,13,4,11],"rotation":90,"texture":"#3"},"down":{"uv":[4,11,1,13],"texture":"#3"}}},{"from":[10.20711,8.04289,4.75],"to":[12.20711,10.04289,6.75],"rotation":{"angle":-22.5,"axis":"z","origin":[11.20711,8.04289,5.25]},"faces":{"north":{"uv":[2.5,11.5,0.5,13.5],"texture":"#3"},"east":{"uv":[2.5,11.5,0.5,13.5],"texture":"#3"},"south":{"uv":[2.5,11.5,0.5,13.5],"texture":"#3"},"west":{"uv":[2.5,11.5,0.5,13.5],"texture":"#3"},"up":{"uv":[2.5,11.5,0.5,13.5],"texture":"#3"},"down":{"uv":[2.5,11.5,0.5,13.5],"texture":"#3"}}},{"from":[11.58979,6.21677,6.75],"to":[14.58979,8.71677,9.75],"rotation":{"angle":-45,"axis":"z","origin":[12.58979,7.71677,7.75]},"faces":{"north":{"uv":[4,11,1.5,13.5],"texture":"#3"},"east":{"uv":[4,11,1.5,13.5],"texture":"#3"},"south":{"uv":[4,11,1.5,13.5],"texture":"#3"},"west":{"uv":[4,11,1.5,13.5],"texture":"#3"},"up":{"uv":[4,11,1.5,13.5],"texture":"#3"},"down":{"uv":[4,11,1.5,13.5],"texture":"#3"}}},{"from":[3.98223,6.31066,2.05],"to":[6.88223,7.21066,2.95],"rotation":{"angle":0,"axis":"z","origin":[5.93223,6.76066,2.5]},"faces":{"north":{"uv":[4.5,11,5.5,14],"rotation":270,"texture":"#2"},"east":{"uv":[4.5,11,5.5,14],"rotation":270,"texture":"#2"},"south":{"uv":[4.5,11,5.5,14],"rotation":270,"texture":"#2"},"west":{"uv":[4.5,11,5.5,14],"rotation":270,"texture":"#2"},"up":{"uv":[4.5,11,5.5,14],"rotation":270,"texture":"#2"},"down":{"uv":[4.5,11,5.5,14],"rotation":270,"texture":"#2"}}},{"from":[7.5,4.5,1.8],"to":[8.5,7,3.2],"rotation":{"angle":45,"axis":"z","origin":[8,5,2.5]},"faces":{"north":{"uv":[12,12,14.5,13],"rotation":270,"texture":"#2"},"east":{"uv":[12,12,14.5,13.4],"rotation":270,"texture":"#2"},"south":{"uv":[12,12,14.5,13],"rotation":270,"texture":"#2"},"west":{"uv":[14.5,12,12,13.4],"rotation":90,"texture":"#2"},"up":{"uv":[13,12,14.4,13],"rotation":270,"texture":"#2"},"down":{"uv":[12,12,13.4,13],"rotation":270,"texture":"#2"}}},{"from":[6.58223,6.16066,1.9],"to":[7.38223,7.96066,3.1],"rotation":{"angle":0,"axis":"z","origin":[6.98223,7.31066,2.5]},"faces":{"north":{"uv":[14,11.5,16,12.5],"rotation":90,"texture":"#2"},"east":{"uv":[14,11.5,16,12.5],"rotation":90,"texture":"#2"},"south":{"uv":[14,11.5,16,12.5],"rotation":90,"texture":"#2"},"west":{"uv":[14,11.5,16,12.5],"rotation":90,"texture":"#2"},"up":{"uv":[14,11.5,16,12.5],"rotation":90,"texture":"#2"},"down":{"uv":[14,11.5,16,12.5],"rotation":90,"texture":"#2"}}},{"from":[6.9462,7.73908,1.95],"to":[7.6462,8.73908,3.05],"rotation":{"angle":-22.5,"axis":"z","origin":[7.2962,8.58908,2.5]},"faces":{"north":{"uv":[15,11,16,12],"texture":"#2"},"east":{"uv":[15,11,16,12],"texture":"#2"},"south":{"uv":[15,11,16,12],"texture":"#2"},"west":{"uv":[15,11,16,12],"texture":"#2"},"up":{"uv":[15,11,16,12],"texture":"#2"},"down":{"uv":[15,11,16,12],"texture":"#2"}}},{"from":[3.33223,5.76066,1.9],"to":[4.13223,7.56066,4.1],"rotation":{"angle":22.5,"axis":"z","origin":[3.79355,7.1939,2.5]},"faces":{"north":{"uv":[15,12,16,14],"texture":"#2"},"east":{"uv":[13.5,12,15.9,14],"texture":"#2"},"south":{"uv":[13.5,12,14.5,14],"texture":"#2"},"west":{"uv":[13.5,12,15.9,14],"texture":"#2"},"up":{"uv":[13.5,12,14.5,14.4],"texture":"#2"},"down":{"uv":[13.5,12,14.5,14.4],"texture":"#2"}}},{"from":[3.19096,4.52779,2.4],"to":[3.99096,6.32779,7.6],"rotation":{"angle":45,"axis":"x","origin":[3.59096,5.42779,5]},"faces":{"north":{"uv":[5,11,7,12],"rotation":90,"texture":"#2"},"east":{"uv":[0,10.6,2,16],"rotation":90,"texture":"#2"},"south":{"uv":[0,11,2,12],"rotation":90,"texture":"#2"},"west":{"uv":[2,11,7.4,13],"rotation":180,"texture":"#2"},"up":{"uv":[2.5,11,7.9,12],"rotation":270,"texture":"#2"},"down":{"uv":[1.5,11,6.9,12],"rotation":90,"texture":"#2"}}},{"from":[3.44096,2.72779,5.55],"to":[4.24096,7.27779,8.35],"rotation":{"angle":-22.5,"axis":"x","origin":[3.84096,4.67779,6.45]},"faces":{"north":{"uv":[5.5,9.5,10.25,10.5],"rotation":270,"texture":"#2"},"east":{"uv":[5.5,9.5,10.25,12.5],"rotation":270,"texture":"#2"},"south":{"uv":[5.5,9.5,10.25,10.5],"rotation":270,"texture":"#2"},"west":{"uv":[5.5,9.5,10.25,12.5],"rotation":270,"texture":"#2"},"up":{"uv":[9.5,10,12.5,11],"rotation":270,"texture":"#2"},"down":{"uv":[5.5,9.5,8.5,10.5],"rotation":270,"texture":"#2"}}},{"from":[3.44096,3.39439,10.13757],"to":[4.24096,7.94439,12.93757],"rotation":{"angle":22.5,"axis":"x","origin":[3.84096,5.66939,11.53757]},"faces":{"north":{"uv":[5,9.5,9.75,10.5],"rotation":270,"texture":"#2"},"east":{"uv":[5,9.5,9.75,12.5],"rotation":270,"texture":"#2"},"south":{"uv":[5,9.5,9.75,10.5],"rotation":270,"texture":"#2"},"west":{"uv":[5,9.5,9.75,12.5],"rotation":270,"texture":"#2"},"up":{"uv":[9,10,10,13],"rotation":180,"texture":"#2"},"down":{"uv":[5,9.5,8,10.5],"rotation":270,"texture":"#2"}}},{"from":[3.64096,2.76913,7.21194],"to":[4.44096,7.81913,12.26194],"rotation":{"angle":0,"axis":"x","origin":[4.04096,5.11913,8.61194]},"faces":{"north":{"uv":[2.5,11,7.75,10],"rotation":270,"texture":"#2"},"east":{"uv":[2.5,15.25,7.75,10],"rotation":270,"texture":"#2"},"south":{"uv":[2.5,11,7.75,10],"rotation":270,"texture":"#2"},"west":{"uv":[7,9.5,12.25,14.75],"rotation":270,"texture":"#2"},"up":{"uv":[7,9.5,12.25,10.5],"rotation":270,"texture":"#2"},"down":{"uv":[3.5,10,4.5,15.25],"rotation":180,"texture":"#2"}}},{"from":[3.23132,0.45974,6.21194],"to":[4.03132,4.75974,12.51194],"rotation":{"angle":-22.5,"axis":"z","origin":[3.63132,3.60974,7.61194]},"faces":{"north":{"uv":[0,9,4.5,10],"rotation":270,"texture":"#2"},"east":{"uv":[2,9,6.5,15.5],"rotation":270,"texture":"#2"},"south":{"uv":[0,10,4.5,11],"rotation":270,"texture":"#2"},"west":{"uv":[0,9,4.5,15.5],"rotation":270,"texture":"#2"},"up":{"uv":[2,9,8.5,10],"rotation":270,"texture":"#2"},"down":{"uv":[1.5,9,2.5,15.5],"rotation":180,"texture":"#2"}}},{"from":[3.23132,2.45974,7.21194],"to":[4.03132,6.75974,11.51194],"rotation":{"angle":-22.5,"axis":"z","origin":[3.63132,5.60974,8.61194]},"faces":{"north":{"uv":[4,9,8.5,10],"rotation":270,"texture":"#2"},"east":{"uv":[4,9,8.5,13.5],"rotation":270,"texture":"#2"},"south":{"uv":[4,9,8.5,10],"rotation":270,"texture":"#2"},"west":{"uv":[4,9,8.5,13.5],"rotation":270,"texture":"#2"},"up":{"uv":[4,9,8.5,10],"rotation":270,"texture":"#2"},"down":{"uv":[3.5,11,4.5,15.5],"rotation":180,"texture":"#2"}}},{"from":[4.1,0.25,12.35],"to":[11.9,4.55,13.15],"rotation":{"angle":-22.5,"axis":"x","origin":[8,3,12.75]},"faces":{"north":{"uv":[0,8,4.5,16],"rotation":270,"texture":"#2"},"east":{"uv":[0,8.5,4.5,9.5],"rotation":270,"texture":"#2"},"south":{"uv":[0,8,4.5,16],"rotation":270,"texture":"#2"},"west":{"uv":[0,8.5,4.5,9.5],"rotation":270,"texture":"#2"},"up":{"uv":[0,8,1,16],"rotation":270,"texture":"#2"},"down":{"uv":[0,8,1,16],"rotation":270,"texture":"#2"}}},{"from":[5.1,2.25,12.35],"to":[10.9,6.55,13.15],"rotation":{"angle":-22.5,"axis":"x","origin":[8,5,12.75]},"faces":{"north":{"uv":[5,9,9.5,15],"rotation":270,"texture":"#2"},"east":{"uv":[5,9,9.5,10],"rotation":270,"texture":"#2"},"south":{"uv":[5,9,9.5,15],"rotation":270,"texture":"#2"},"west":{"uv":[5,9,9.5,10],"rotation":270,"texture":"#2"},"up":{"uv":[5,9,6,15],"rotation":270,"texture":"#2"},"down":{"uv":[5,9,6,15],"rotation":270,"texture":"#2"}}},{"from":[4,3.75,11.75],"to":[12,7.25,12.75],"rotation":{"angle":0,"axis":"x","origin":[8,5,12.25]},"faces":{"north":{"uv":[2.5,16,6,8],"rotation":270,"texture":"#2"},"east":{"uv":[7,8,10.5,9],"rotation":270,"texture":"#2"},"south":{"uv":[7,8,10.5,16],"rotation":270,"texture":"#2"},"west":{"uv":[7,8,10.5,9],"rotation":270,"texture":"#2"},"up":{"uv":[9.5,8,10.5,16],"rotation":270,"texture":"#2"},"down":{"uv":[2,8,3,16],"rotation":270,"texture":"#2"}}},{"from":[3.29613,7.36001,1.95],"to":[3.99613,8.06001,3.05],"rotation":{"angle":0,"axis":"z","origin":[3.79355,7.1939,2.5]},"faces":{"north":{"uv":[15.5,14,16,15],"texture":"#2"},"east":{"uv":[15.5,14,16,15],"texture":"#2"},"south":{"uv":[15.5,14,16,15],"texture":"#2"},"west":{"uv":[15.5,14,16,15],"texture":"#2"},"up":{"uv":[15.5,14,16,15],"texture":"#2"},"down":{"uv":[15.5,14,16,15],"texture":"#2"}}},{"from":[2.43223,2.96066,4.35],"to":[3.73223,4.76066,6.55],"rotation":{"angle":22.5,"axis":"z","origin":[2.89355,4.3939,5.2]},"faces":{"north":{"uv":[12,12,14,13.5],"rotation":270,"texture":"#2"},"east":{"uv":[12.5,13.5,14.5,15.9],"rotation":270,"texture":"#2"},"south":{"uv":[12,13.5,14,12],"rotation":270,"texture":"#2"},"west":{"uv":[11.5,12.5,13.5,14.9],"rotation":270,"texture":"#2"},"up":{"uv":[10.5,12,12.9,13.5],"rotation":270,"texture":"#2"},"down":{"uv":[11.5,10.5,13.9,12],"rotation":270,"texture":"#2"}}},{"from":[2.39613,4.56001,4.4],"to":[3.39613,5.76001,5.5],"rotation":{"angle":0,"axis":"z","origin":[2.89355,4.3939,5.2]},"faces":{"north":{"uv":[13.5,10,14,11],"rotation":180,"texture":"#2"},"east":{"uv":[13.5,10,14,11],"rotation":180,"texture":"#2"},"south":{"uv":[13.5,10,14,11],"rotation":180,"texture":"#2"},"west":{"uv":[13.5,10,14,11],"rotation":180,"texture":"#2"},"up":{"uv":[13.5,10,14,11],"rotation":180,"texture":"#2"},"down":{"uv":[13.5,10,14,11],"rotation":180,"texture":"#2"}}},{"from":[5.05723,6.48566,2.075],"to":[6.90723,7.33566,2.925],"rotation":{"angle":22.5,"axis":"z","origin":[5.48223,6.91066,2.5]},"faces":{"north":{"uv":[4.5,11.5,5.5,13.5],"rotation":270,"texture":"#2"},"east":{"uv":[4.5,11.5,5.5,13.5],"rotation":270,"texture":"#2"},"south":{"uv":[4.5,11.5,5.5,13.5],"rotation":270,"texture":"#2"},"west":{"uv":[4.5,11.5,5.5,13.5],"rotation":270,"texture":"#2"},"up":{"uv":[4.5,11.5,5.5,13.5],"rotation":270,"texture":"#2"},"down":{"uv":[4.5,11.5,5.5,13.5],"rotation":270,"texture":"#2"}}},{"from":[9.11777,6.31066,2.05],"to":[12.01777,7.21066,2.95],"rotation":{"angle":0,"axis":"z","origin":[10.06777,6.76066,2.5]},"faces":{"north":{"uv":[4.5,14,5.5,11],"rotation":270,"texture":"#2"},"east":{"uv":[4.5,14,5.5,11],"rotation":270,"texture":"#2"},"south":{"uv":[4.5,14,5.5,11],"rotation":270,"texture":"#2"},"west":{"uv":[4.5,14,5.5,11],"rotation":270,"texture":"#2"},"up":{"uv":[4.5,14,5.5,11],"rotation":270,"texture":"#2"},"down":{"uv":[4.5,14,5.5,11],"rotation":270,"texture":"#2"}}},{"from":[9.09277,6.48566,2.075],"to":[10.94277,7.33566,2.925],"rotation":{"angle":-22.5,"axis":"z","origin":[10.51777,6.91066,2.5]},"faces":{"north":{"uv":[4.5,13.5,5.5,11.5],"rotation":270,"texture":"#2"},"east":{"uv":[4.5,13.5,5.5,11.5],"rotation":270,"texture":"#2"},"south":{"uv":[4.5,13.5,5.5,11.5],"rotation":270,"texture":"#2"},"west":{"uv":[4.5,13.5,5.5,11.5],"rotation":270,"texture":"#2"},"up":{"uv":[4.5,13.5,5.5,11.5],"rotation":270,"texture":"#2"},"down":{"uv":[4.5,13.5,5.5,11.5],"rotation":270,"texture":"#2"}}},{"from":[12.00387,7.36001,1.95],"to":[12.70387,8.06001,3.05],"rotation":{"angle":0,"axis":"z","origin":[12.20645,7.1939,2.5]},"faces":{"north":{"uv":[16,14,15.5,15],"texture":"#2"},"east":{"uv":[16,14,15.5,15],"texture":"#2"},"south":{"uv":[16,14,15.5,15],"texture":"#2"},"west":{"uv":[16,14,15.5,15],"texture":"#2"},"up":{"uv":[16,14,15.5,15],"texture":"#2"},"down":{"uv":[16,14,15.5,15],"texture":"#2"}}},{"from":[11.86777,5.76066,1.9],"to":[12.66777,7.56066,4.1],"rotation":{"angle":-22.5,"axis":"z","origin":[12.20645,7.1939,2.5]},"faces":{"north":{"uv":[16,12,15,14],"texture":"#2"},"east":{"uv":[15.9,12,13.5,14],"texture":"#2"},"south":{"uv":[14.5,12,13.5,14],"texture":"#2"},"west":{"uv":[15.9,12,13.5,14],"texture":"#2"},"up":{"uv":[14.5,12,13.5,14.4],"texture":"#2"},"down":{"uv":[14.5,12,13.5,14.4],"texture":"#2"}}},{"from":[12.00904,4.52779,2.4],"to":[12.80904,6.32779,7.6],"rotation":{"angle":45,"axis":"x","origin":[12.40904,5.42779,5]},"faces":{"north":{"uv":[5,12,7,11],"rotation":90,"texture":"#2"},"east":{"uv":[7.4,11,2,13],"rotation":180,"texture":"#2"},"south":{"uv":[0,12,2,11],"rotation":90,"texture":"#2"},"west":{"uv":[0,16,2,10.6],"rotation":90,"texture":"#2"},"up":{"uv":[2.5,12,7.9,11],"rotation":270,"texture":"#2"},"down":{"uv":[1.5,12,6.9,11],"rotation":90,"texture":"#2"}}},{"from":[12.60387,4.56001,4.4],"to":[13.60387,5.76001,5.5],"rotation":{"angle":0,"axis":"z","origin":[13.10645,4.3939,5.2]},"faces":{"north":{"uv":[13.5,10,14,11],"rotation":180,"texture":"#2"},"east":{"uv":[13.5,10,14,11],"rotation":180,"texture":"#2"},"south":{"uv":[13.5,10,14,11],"rotation":180,"texture":"#2"},"west":{"uv":[13.5,10,14,11],"rotation":180,"texture":"#2"},"up":{"uv":[13.5,10,14,11],"rotation":180,"texture":"#2"},"down":{"uv":[13.5,10,14,11],"rotation":180,"texture":"#2"}}},{"from":[12.26777,2.96066,4.35],"to":[13.56777,4.76066,6.55],"rotation":{"angle":-22.5,"axis":"z","origin":[13.10645,4.3939,5.2]},"faces":{"north":{"uv":[12,13.5,14,12],"rotation":270,"texture":"#2"},"east":{"uv":[11.5,14.9,13.5,12.5],"rotation":270,"texture":"#2"},"south":{"uv":[12,13.5,14,12],"rotation":270,"texture":"#2"},"west":{"uv":[12.5,15.9,14.5,13.5],"rotation":270,"texture":"#2"},"up":{"uv":[10.5,13.5,12.9,12],"rotation":270,"texture":"#2"},"down":{"uv":[11.5,10.5,13.9,12],"rotation":270,"texture":"#2"}}},{"from":[11.75904,2.72779,5.55],"to":[12.55904,7.27779,8.35],"rotation":{"angle":-22.5,"axis":"x","origin":[12.15904,4.67779,6.45]},"faces":{"north":{"uv":[5.5,10.5,10.25,9.5],"rotation":270,"texture":"#2"},"east":{"uv":[5.5,12.5,10.25,9.5],"rotation":270,"texture":"#2"},"south":{"uv":[5.5,10.5,10.25,9.5],"rotation":270,"texture":"#2"},"west":{"uv":[5.5,12.5,10.25,9.5],"rotation":270,"texture":"#2"},"up":{"uv":[9.5,11,12.5,10],"rotation":270,"texture":"#2"},"down":{"uv":[5.5,10.5,8.5,9.5],"rotation":270,"texture":"#2"}}},{"from":[11.55904,2.76913,7.21194],"to":[12.35904,7.81913,12.26194],"rotation":{"angle":0,"axis":"x","origin":[11.95904,5.11913,8.61194]},"faces":{"north":{"uv":[2.5,11,7.75,10],"rotation":270,"texture":"#2"},"east":{"uv":[7,14.75,12.25,9.5],"rotation":270,"texture":"#2"},"south":{"uv":[2.5,11,7.75,10],"rotation":270,"texture":"#2"},"west":{"uv":[2.5,15.25,7.75,10],"rotation":270,"texture":"#2"},"up":{"uv":[7,10.5,12.25,9.5],"rotation":270,"texture":"#2"},"down":{"uv":[3.5,10,4.5,15.25],"rotation":180,"texture":"#2"}}},{"from":[11.96868,0.45974,6.21194],"to":[12.76868,4.75974,12.51194],"rotation":{"angle":22.5,"axis":"z","origin":[12.36868,3.60974,7.61194]},"faces":{"north":{"uv":[0,10,4.5,9],"rotation":270,"texture":"#2"},"east":{"uv":[0,15.5,4.5,9],"rotation":270,"texture":"#2"},"south":{"uv":[0,11,4.5,10],"rotation":270,"texture":"#2"},"west":{"uv":[2,15.5,6.5,9],"rotation":270,"texture":"#2"},"up":{"uv":[2,10,8.5,9],"rotation":270,"texture":"#2"},"down":{"uv":[2.5,9,1.5,15.5],"rotation":180,"texture":"#2"}}},{"from":[11.75904,3.39439,10.13757],"to":[12.55904,7.94439,12.93757],"rotation":{"angle":22.5,"axis":"x","origin":[12.15904,5.66939,11.53757]},"faces":{"north":{"uv":[5,10.5,9.75,9.5],"rotation":270,"texture":"#2"},"east":{"uv":[5,12.5,9.75,9.5],"rotation":270,"texture":"#2"},"south":{"uv":[5,10.5,9.75,9.5],"rotation":270,"texture":"#2"},"west":{"uv":[5,12.5,9.75,9.5],"rotation":270,"texture":"#2"},"up":{"uv":[10,10,9,13],"rotation":180,"texture":"#2"},"down":{"uv":[5,10.5,8,9.5],"rotation":270,"texture":"#2"}}},{"from":[11.96868,2.45974,7.21194],"to":[12.76868,6.75974,11.51194],"rotation":{"angle":22.5,"axis":"z","origin":[12.36868,5.60974,8.61194]},"faces":{"north":{"uv":[4,10,8.5,9],"rotation":270,"texture":"#2"},"east":{"uv":[4,13.5,8.5,9],"rotation":270,"texture":"#2"},"south":{"uv":[4,10,8.5,9],"rotation":270,"texture":"#2"},"west":{"uv":[4,13.5,8.5,9],"rotation":270,"texture":"#2"},"up":{"uv":[4,10,8.5,9],"rotation":270,"texture":"#2"},"down":{"uv":[3.5,11,4.5,15.5],"rotation":180,"texture":"#2"}}},{"from":[5.1,2.25,12.35],"to":[10.9,6.55,13.15],"rotation":{"angle":-22.5,"axis":"x","origin":[8,5,12.75]},"faces":{"north":{"uv":[5,15,9.5,9],"rotation":270,"texture":"#2"},"east":{"uv":[5,10,9.5,9],"rotation":270,"texture":"#2"},"south":{"uv":[5,15,9.5,9],"rotation":270,"texture":"#2"},"west":{"uv":[5,10,9.5,9],"rotation":270,"texture":"#2"},"up":{"uv":[5,15,6,9],"rotation":270,"texture":"#2"},"down":{"uv":[5,15,6,9],"rotation":270,"texture":"#2"}}},{"from":[8.61777,6.16066,1.9],"to":[9.41777,7.96066,3.1],"rotation":{"angle":0,"axis":"z","origin":[9.01777,7.31066,2.5]},"faces":{"north":{"uv":[14,12.5,16,11.5],"rotation":90,"texture":"#2"},"east":{"uv":[14,12.5,16,11.5],"rotation":90,"texture":"#2"},"south":{"uv":[14,12.5,16,11.5],"rotation":90,"texture":"#2"},"west":{"uv":[14,12.5,16,11.5],"rotation":90,"texture":"#2"},"up":{"uv":[14,12.5,16,11.5],"rotation":90,"texture":"#2"},"down":{"uv":[14,12.5,16,11.5],"rotation":90,"texture":"#2"}}},{"from":[8.3538,7.73908,1.95],"to":[9.0538,8.73908,3.05],"rotation":{"angle":22.5,"axis":"z","origin":[8.7038,8.58908,2.5]},"faces":{"north":{"uv":[16,11,15,12],"texture":"#2"},"east":{"uv":[16,11,15,12],"texture":"#2"},"south":{"uv":[16,11,15,12],"texture":"#2"},"west":{"uv":[16,11,15,12],"texture":"#2"},"up":{"uv":[16,11,15,12],"texture":"#2"},"down":{"uv":[16,11,15,12],"texture":"#2"}}},{"from":[8.73744,4.98744,1.8],"to":[9.73744,6.48744,3.2],"rotation":{"angle":-45,"axis":"z","origin":[9.23744,6.23744,2.5]},"faces":{"north":{"uv":[14.5,8.5,13,9.5],"rotation":90,"texture":"#2"},"east":{"uv":[14.5,8.5,13,9.9],"rotation":90,"texture":"#2"},"south":{"uv":[14.5,8.5,13,9.5],"rotation":90,"texture":"#2"},"west":{"uv":[14.5,8.5,13,9.9],"rotation":90,"texture":"#2"},"up":{"uv":[14.5,9.5,13,8.5],"rotation":90,"texture":"#2"},"down":{"uv":[14.5,8.5,13,9.5],"rotation":90,"texture":"#2"}}},{"from":[4.8,9.5,3.4],"to":[6,11.2,4.6],"rotation":{"angle":22.5,"axis":"z","origin":[5.4,10.35,4]},"faces":{"north":{"uv":[9.5,13.5,7.5,12],"rotation":90,"texture":"#3"},"east":{"uv":[9.5,13.5,7.5,12],"rotation":90,"texture":"#3"},"south":{"uv":[9.5,13.5,7.5,12],"rotation":90,"texture":"#3"},"west":{"uv":[9.5,13.5,7.5,12],"rotation":90,"texture":"#3"},"up":{"uv":[9.5,13.5,7.5,12],"rotation":90,"texture":"#3"},"down":{"uv":[9.5,13.5,7.5,12],"rotation":90,"texture":"#3"}}},{"from":[4.65,10.35,3.25],"to":[6.15,10.85,4.75],"rotation":{"angle":22.5,"axis":"z","origin":[5.4,10.35,4]},"faces":{"north":{"uv":[12,12.5,11.5,14],"rotation":90,"texture":"#2"},"east":{"uv":[12,12.5,11.5,14],"rotation":90,"texture":"#2"},"south":{"uv":[12,12.5,11.5,14],"rotation":90,"texture":"#2"},"west":{"uv":[12,12.5,11.5,14],"rotation":90,"texture":"#2"},"up":{"uv":[12,12.5,11.5,14],"rotation":90,"texture":"#2"},"down":{"uv":[12,12.5,11.5,14],"rotation":90,"texture":"#2"}}},{"from":[9.85,10.1,3.25],"to":[11.35,10.6,4.75],"rotation":{"angle":-22.5,"axis":"z","origin":[10.6,10.35,4]},"faces":{"north":{"uv":[12,12.5,11.5,14],"rotation":90,"texture":"#2"},"east":{"uv":[12,12.5,11.5,14],"rotation":90,"texture":"#2"},"south":{"uv":[12,12.5,11.5,14],"rotation":90,"texture":"#2"},"west":{"uv":[12,12.5,11.5,14],"rotation":90,"texture":"#2"},"up":{"uv":[12,12.5,11.5,14],"rotation":90,"texture":"#2"},"down":{"uv":[12,12.5,11.5,14],"rotation":90,"texture":"#2"}}},{"from":[4.68942,10.61002,3.55],"to":[5.58942,13.01002,4.45],"rotation":{"angle":0,"axis":"z","origin":[5.13942,11.31002,4]},"faces":{"north":{"uv":[8,11.5,11,13],"rotation":270,"texture":"#3"},"east":{"uv":[8,11.5,11,13],"rotation":270,"texture":"#3"},"south":{"uv":[8,11.5,11,13],"rotation":270,"texture":"#3"},"west":{"uv":[8,11.5,11,13],"rotation":270,"texture":"#3"},"up":{"uv":[8,11.5,9.5,13],"rotation":270,"texture":"#3"},"down":{"uv":[8,11.5,9.5,13],"rotation":270,"texture":"#3"}}},{"from":[5.13942,12.76002,3.7],"to":[5.73942,13.86002,4.3],"rotation":{"angle":-22.5,"axis":"z","origin":[5.48942,13.68502,4]},"faces":{"north":{"uv":[10.5,11.5,12.5,12.5],"rotation":270,"texture":"#3"},"east":{"uv":[10.5,11.5,12.5,12.5],"rotation":270,"texture":"#3"},"south":{"uv":[10.5,11.5,12.5,12.5],"rotation":270,"texture":"#3"},"west":{"uv":[10.5,11.5,12.5,12.5],"rotation":270,"texture":"#3"},"up":{"uv":[10.5,11.5,12.5,12.5],"rotation":270,"texture":"#3"},"down":{"uv":[10.5,11.5,12.5,12.5],"rotation":270,"texture":"#3"}}},{"from":[5.19211,13.60061,3.8],"to":[5.59211,14.50061,4.2],"rotation":{"angle":-45,"axis":"z","origin":[5.48942,13.68502,4]},"faces":{"north":{"uv":[13.5,12,14,13],"texture":"#3"},"east":{"uv":[13.5,12,14,13],"texture":"#3"},"south":{"uv":[13.5,12,14,13],"texture":"#3"},"west":{"uv":[13.5,12,14,13],"texture":"#3"},"up":{"uv":[13.5,12,14,13],"texture":"#3"},"down":{"uv":[13.5,12,14,13],"texture":"#3"}}},{"from":[2.70917,9.45975,9.95],"to":[4.20917,9.95975,11.45],"rotation":{"angle":45,"axis":"z","origin":[3.95547,10.51297,10.70833]},"faces":{"north":{"uv":[12,12.5,11.5,14],"rotation":90,"texture":"#2"},"east":{"uv":[12,12.5,11.5,14],"rotation":90,"texture":"#2"},"south":{"uv":[12,12.5,11.5,14],"rotation":90,"texture":"#2"},"west":{"uv":[12,12.5,11.5,14],"rotation":90,"texture":"#2"},"up":{"uv":[12,12.5,11.5,14],"rotation":90,"texture":"#2"},"down":{"uv":[12,12.5,11.5,14],"rotation":90,"texture":"#2"}}},{"from":[2.85917,8.60975,10.1],"to":[4.05917,10.30975,11.3],"rotation":{"angle":45,"axis":"z","origin":[3.95547,10.51297,10.70833]},"faces":{"north":{"uv":[9.5,13.5,7.5,12],"rotation":90,"texture":"#3"},"east":{"uv":[9.5,13.5,7.5,12],"rotation":90,"texture":"#3"},"south":{"uv":[9.5,13.5,7.5,12],"rotation":90,"texture":"#3"},"west":{"uv":[9.5,13.5,7.5,12],"rotation":90,"texture":"#3"},"up":{"uv":[9.5,13.5,8,12],"rotation":90,"texture":"#3"},"down":{"uv":[9.5,13.5,7.5,12],"rotation":90,"texture":"#3"}}},{"from":[3.18942,9.61002,10.25],"to":[4.08942,12.01002,11.15],"rotation":{"angle":22.5,"axis":"z","origin":[3.95547,10.51297,10.70833]},"faces":{"north":{"uv":[8,11.5,11,13],"rotation":270,"texture":"#3"},"east":{"uv":[8,11.5,11,13],"rotation":270,"texture":"#3"},"south":{"uv":[8,11.5,11,13],"rotation":270,"texture":"#3"},"west":{"uv":[8,11.5,11,13],"rotation":270,"texture":"#3"},"up":{"uv":[8,11.5,9.5,13],"rotation":270,"texture":"#3"},"down":{"uv":[8,11.5,9.5,13],"rotation":270,"texture":"#3"}}},{"from":[2.80563,11.60767,10.4],"to":[3.40563,12.70767,11],"rotation":{"angle":0,"axis":"z","origin":[3.95547,10.51297,10.70833]},"faces":{"north":{"uv":[10.5,11.5,12.5,12.5],"rotation":270,"texture":"#3"},"east":{"uv":[10.5,11.5,12.5,12.5],"rotation":270,"texture":"#3"},"south":{"uv":[10.5,11.5,12.5,12.5],"rotation":270,"texture":"#3"},"west":{"uv":[10.5,11.5,12.5,12.5],"rotation":270,"texture":"#3"},"up":{"uv":[10.5,11.5,12.5,12.5],"rotation":270,"texture":"#3"},"down":{"uv":[10.5,11.5,12.5,12.5],"rotation":270,"texture":"#3"}}},{"from":[2.14629,11.98844,10.5],"to":[2.54629,12.88844,10.9],"rotation":{"angle":-22.5,"axis":"z","origin":[3.95547,10.51297,10.70833]},"faces":{"north":{"uv":[13.5,12,14,13],"texture":"#3"},"east":{"uv":[13.5,12,14,13],"texture":"#3"},"south":{"uv":[13.5,12,14,13],"texture":"#3"},"west":{"uv":[13.5,12,14,13],"texture":"#3"},"up":{"uv":[13.5,12,14,13],"texture":"#3"},"down":{"uv":[13.5,12,14,13],"texture":"#3"}}},{"from":[11.59879,6.98657,9.75],"to":[13.59879,8.98657,11.75],"rotation":{"angle":-45,"axis":"z","origin":[12.04453,10.51297,10.70833]},"faces":{"north":{"uv":[2.5,11.5,0.5,13.5],"texture":"#3"},"east":{"uv":[2.5,11.5,0.5,13.5],"texture":"#3"},"south":{"uv":[2.5,11.5,0.5,13.5],"texture":"#3"},"west":{"uv":[2.5,11.5,0.5,13.5],"texture":"#3"},"up":{"uv":[2.5,11.5,0.5,13.5],"texture":"#3"},"down":{"uv":[2.5,11.5,0.5,13.5],"texture":"#3"}}},{"from":[11.94083,8.60975,10.1],"to":[13.14083,10.30975,11.3],"rotation":{"angle":-45,"axis":"z","origin":[12.04453,10.51297,10.70833]},"faces":{"north":{"uv":[9.5,12,7.5,13.5],"rotation":90,"texture":"#3"},"east":{"uv":[9.5,12,7.5,13.5],"rotation":90,"texture":"#3"},"south":{"uv":[9.5,12,7.5,13.5],"rotation":90,"texture":"#3"},"west":{"uv":[9.5,12,7.5,13.5],"rotation":90,"texture":"#3"},"up":{"uv":[9.5,12,8,13.5],"rotation":90,"texture":"#3"},"down":{"uv":[9.5,12,7.5,13.5],"rotation":90,"texture":"#3"}}},{"from":[11.79083,9.45975,9.95],"to":[13.29083,9.95975,11.45],"rotation":{"angle":-45,"axis":"z","origin":[12.04453,10.51297,10.70833]},"faces":{"north":{"uv":[12,14,11.5,12.5],"rotation":90,"texture":"#2"},"east":{"uv":[12,14,11.5,12.5],"rotation":90,"texture":"#2"},"south":{"uv":[12,14,11.5,12.5],"rotation":90,"texture":"#2"},"west":{"uv":[12,14,11.5,12.5],"rotation":90,"texture":"#2"},"up":{"uv":[12,14,11.5,12.5],"rotation":90,"texture":"#2"},"down":{"uv":[12,14,11.5,12.5],"rotation":90,"texture":"#2"}}},{"from":[11.91058,9.61002,10.25],"to":[12.81058,12.01002,11.15],"rotation":{"angle":-22.5,"axis":"z","origin":[12.04453,10.51297,10.70833]},"faces":{"north":{"uv":[8,13,11,11.5],"rotation":270,"texture":"#3"},"east":{"uv":[8,13,11,11.5],"rotation":270,"texture":"#3"},"south":{"uv":[8,13,11,11.5],"rotation":270,"texture":"#3"},"west":{"uv":[8,13,11,11.5],"rotation":270,"texture":"#3"},"up":{"uv":[8,13,9.5,11.5],"rotation":270,"texture":"#3"},"down":{"uv":[8,13,9.5,11.5],"rotation":270,"texture":"#3"}}},{"from":[12.59437,11.60767,10.4],"to":[13.19437,12.70767,11],"rotation":{"angle":0,"axis":"z","origin":[12.04453,10.51297,10.70833]},"faces":{"north":{"uv":[10.5,12.5,12.5,11.5],"rotation":270,"texture":"#3"},"east":{"uv":[10.5,12.5,12.5,11.5],"rotation":270,"texture":"#3"},"south":{"uv":[10.5,12.5,12.5,11.5],"rotation":270,"texture":"#3"},"west":{"uv":[10.5,12.5,12.5,11.5],"rotation":270,"texture":"#3"},"up":{"uv":[10.5,12.5,12.5,11.5],"rotation":270,"texture":"#3"},"down":{"uv":[10.5,12.5,12.5,11.5],"rotation":270,"texture":"#3"}}},{"from":[13.45371,11.98844,10.5],"to":[13.85371,12.88844,10.9],"rotation":{"angle":22.5,"axis":"z","origin":[12.04453,10.51297,10.70833]},"faces":{"north":{"uv":[14,12,13.5,13],"texture":"#3"},"east":{"uv":[14,12,13.5,13],"texture":"#3"},"south":{"uv":[14,12,13.5,13],"texture":"#3"},"west":{"uv":[14,12,13.5,13],"texture":"#3"},"up":{"uv":[14,12,13.5,13],"texture":"#3"},"down":{"uv":[14,12,13.5,13],"texture":"#3"}}},{"from":[10.66058,11.36002,3.55],"to":[11.56058,13.76002,4.45],"rotation":{"angle":0,"axis":"z","origin":[11.11058,12.06002,4]},"faces":{"north":{"uv":[8,11.5,11,13],"rotation":270,"texture":"#3"},"east":{"uv":[8,11.5,11,13],"rotation":270,"texture":"#3"},"south":{"uv":[8,11.5,11,13],"rotation":270,"texture":"#3"},"west":{"uv":[8,11.5,11,13],"rotation":270,"texture":"#3"},"up":{"uv":[9,11.5,10.5,13],"rotation":270,"texture":"#3"},"down":{"uv":[8,11.5,9.5,13],"rotation":270,"texture":"#3"}}},{"from":[10,9.75,3.4],"to":[11.2,11.7,4.6],"rotation":{"angle":-22.5,"axis":"z","origin":[10.6,10.35,4]},"faces":{"north":{"uv":[9.5,13.5,7.5,12],"rotation":90,"texture":"#3"},"east":{"uv":[9.5,12,7.5,13.5],"rotation":90,"texture":"#3"},"south":{"uv":[9.5,13.5,7.5,12],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,13.5,9.5,12],"rotation":270,"texture":"#3"},"up":{"uv":[9.5,13.5,7.5,12],"rotation":90,"texture":"#3"},"down":{"uv":[9.5,13.5,7.5,12],"rotation":90,"texture":"#3"}}},{"from":[10.56058,13.51002,3.7],"to":[11.16058,14.61002,4.3],"rotation":{"angle":22.5,"axis":"z","origin":[10.81058,14.43502,4]},"faces":{"north":{"uv":[10.5,11.5,12.5,12.5],"rotation":270,"texture":"#3"},"east":{"uv":[10.5,11.5,12.5,12.5],"rotation":270,"texture":"#3"},"south":{"uv":[10.5,11.5,12.5,12.5],"rotation":270,"texture":"#3"},"west":{"uv":[10.5,11.5,12.5,12.5],"rotation":270,"texture":"#3"},"up":{"uv":[10.5,11.5,12.5,12.5],"rotation":270,"texture":"#3"},"down":{"uv":[10.5,11.5,12.5,12.5],"rotation":270,"texture":"#3"}}},{"from":[10.70789,14.35061,3.8],"to":[11.10789,15.25061,4.2],"rotation":{"angle":45,"axis":"z","origin":[10.81058,14.43502,4]},"faces":{"north":{"uv":[13.5,12,14,13],"texture":"#3"},"east":{"uv":[13.5,12,14,13],"texture":"#3"},"south":{"uv":[13.5,12,14,13],"texture":"#3"},"west":{"uv":[13.5,12,14,13],"texture":"#3"},"up":{"uv":[13.5,12,14,13],"texture":"#3"},"down":{"uv":[13.5,12,14,13],"texture":"#3"}}},{"from":[12.41058,9.36002,5.05],"to":[13.31058,11.76002,5.95],"rotation":{"angle":-22.5,"axis":"z","origin":[12.66058,11.81002,5.5]},"faces":{"north":{"uv":[8,11.5,11,13],"rotation":270,"texture":"#3"},"east":{"uv":[8,11.5,11,13],"rotation":270,"texture":"#3"},"south":{"uv":[8,11.5,11,13],"rotation":270,"texture":"#3"},"west":{"uv":[8,11.5,11,13],"rotation":270,"texture":"#3"},"up":{"uv":[9,11.5,10.5,13],"rotation":270,"texture":"#3"},"down":{"uv":[8,11.5,9.5,13],"rotation":270,"texture":"#3"}}},{"from":[12.55737,11.50071,5.2],"to":[13.15737,12.60071,5.8],"rotation":{"angle":0,"axis":"z","origin":[12.66058,11.81002,5.5]},"faces":{"north":{"uv":[10.5,11.5,12.5,12.5],"rotation":270,"texture":"#3"},"east":{"uv":[10.5,11.5,12.5,12.5],"rotation":270,"texture":"#3"},"south":{"uv":[10.5,11.5,12.5,12.5],"rotation":270,"texture":"#3"},"west":{"uv":[10.5,11.5,12.5,12.5],"rotation":270,"texture":"#3"},"up":{"uv":[10.5,11.5,12.5,12.5],"rotation":270,"texture":"#3"},"down":{"uv":[10.5,11.5,12.5,12.5],"rotation":270,"texture":"#3"}}},{"from":[12.92912,12.23826,5.3],"to":[13.32912,13.13826,5.7],"rotation":{"angle":22.5,"axis":"z","origin":[12.66058,11.81002,5.5]},"faces":{"north":{"uv":[13.5,12,14,13],"texture":"#3"},"east":{"uv":[13.5,12,14,13],"texture":"#3"},"south":{"uv":[13.5,12,14,13],"texture":"#3"},"west":{"uv":[13.5,12,14,13],"texture":"#3"},"up":{"uv":[13.5,12,14,13],"texture":"#3"},"down":{"uv":[13.5,12,14,13],"texture":"#3"}}},{"from":[12.16058,1.48998,4.55],"to":[13.06058,3.88998,5.45],"rotation":{"angle":0,"axis":"z","origin":[12.41058,1.43998,5]},"faces":{"north":{"uv":[11,11.5,8,13],"rotation":270,"texture":"#3"},"east":{"uv":[11,11.5,8,13],"rotation":270,"texture":"#3"},"south":{"uv":[11,11.5,8,13],"rotation":270,"texture":"#3"},"west":{"uv":[11,11.5,8,13],"rotation":270,"texture":"#3"},"up":{"uv":[9.5,11.5,8,13],"rotation":270,"texture":"#3"},"down":{"uv":[10.5,11.5,9,13],"rotation":270,"texture":"#3"}}},{"from":[12.30737,0.64929,4.7],"to":[12.90737,1.74929,5.3],"rotation":{"angle":-22.5,"axis":"z","origin":[12.41058,1.43998,5]},"faces":{"north":{"uv":[12.5,11.5,10.5,12.5],"rotation":270,"texture":"#3"},"east":{"uv":[12.5,11.5,10.5,12.5],"rotation":270,"texture":"#3"},"south":{"uv":[12.5,11.5,10.5,12.5],"rotation":270,"texture":"#3"},"west":{"uv":[12.5,11.5,10.5,12.5],"rotation":270,"texture":"#3"},"up":{"uv":[12.5,11.5,10.5,12.5],"rotation":270,"texture":"#3"},"down":{"uv":[12.5,11.5,10.5,12.5],"rotation":270,"texture":"#3"}}},{"from":[11.08234,0.77144,4.8],"to":[11.98234,1.17144,5.2],"rotation":{"angle":45,"axis":"z","origin":[12.41058,1.43998,5]},"faces":{"north":{"uv":[13.5,13,14,12],"rotation":270,"texture":"#3"},"east":{"uv":[13.5,13,14,12],"rotation":90,"texture":"#3"},"south":{"uv":[13.5,13,14,12],"rotation":90,"texture":"#3"},"west":{"uv":[13.5,13,14,12],"rotation":90,"texture":"#3"},"up":{"uv":[13.5,13,14,12],"rotation":90,"texture":"#3"},"down":{"uv":[13.5,13,14,12],"rotation":90,"texture":"#3"}}},{"from":[2.93942,1.48998,4.55],"to":[3.83942,3.88998,5.45],"rotation":{"angle":0,"axis":"z","origin":[3.58942,1.43998,5]},"faces":{"north":{"uv":[11,13,8,11.5],"rotation":270,"texture":"#3"},"east":{"uv":[11,13,8,11.5],"rotation":270,"texture":"#3"},"south":{"uv":[11,13,8,11.5],"rotation":270,"texture":"#3"},"west":{"uv":[11,13,8,11.5],"rotation":270,"texture":"#3"},"up":{"uv":[9.5,13,8,11.5],"rotation":270,"texture":"#3"},"down":{"uv":[10.5,13,9,11.5],"rotation":270,"texture":"#3"}}},{"from":[3.09263,0.64929,4.7],"to":[3.69263,1.74929,5.3],"rotation":{"angle":22.5,"axis":"z","origin":[3.58942,1.43998,5]},"faces":{"north":{"uv":[12.5,12.5,10.5,11.5],"rotation":270,"texture":"#3"},"east":{"uv":[12.5,12.5,10.5,11.5],"rotation":270,"texture":"#3"},"south":{"uv":[12.5,12.5,10.5,11.5],"rotation":270,"texture":"#3"},"west":{"uv":[12.5,12.5,10.5,11.5],"rotation":270,"texture":"#3"},"up":{"uv":[12.5,12.5,10.5,11.5],"rotation":270,"texture":"#3"},"down":{"uv":[12.5,12.5,10.5,11.5],"rotation":270,"texture":"#3"}}},{"from":[4.01766,0.77144,4.8],"to":[4.91766,1.17144,5.2],"rotation":{"angle":-45,"axis":"z","origin":[3.58942,1.43998,5]},"faces":{"north":{"uv":[13.5,12,14,13],"rotation":270,"texture":"#3"},"east":{"uv":[13.5,12,14,13],"rotation":90,"texture":"#3"},"south":{"uv":[13.5,12,14,13],"rotation":90,"texture":"#3"},"west":{"uv":[13.5,12,14,13],"rotation":90,"texture":"#3"},"up":{"uv":[13.5,12,14,13],"rotation":90,"texture":"#3"},"down":{"uv":[13.5,12,14,13],"rotation":90,"texture":"#3"}}},{"from":[3.99263,5.14929,2.2],"to":[4.59263,6.24929,2.8],"rotation":{"angle":22.5,"axis":"z","origin":[4.48942,5.93998,2.5]},"faces":{"north":{"uv":[12.5,12.5,10.5,11.5],"rotation":270,"texture":"#3"},"east":{"uv":[12.5,12.5,10.5,11.5],"rotation":270,"texture":"#3"},"south":{"uv":[12.5,12.5,10.5,11.5],"rotation":270,"texture":"#3"},"west":{"uv":[12.5,12.5,10.5,11.5],"rotation":270,"texture":"#3"},"up":{"uv":[12.5,12.5,10.5,11.5],"rotation":270,"texture":"#3"},"down":{"uv":[12.5,12.5,10.5,11.5],"rotation":270,"texture":"#3"}}},{"from":[4.91766,5.27144,2.3],"to":[5.81766,5.67144,2.7],"rotation":{"angle":-45,"axis":"z","origin":[4.48942,5.93998,2.5]},"faces":{"north":{"uv":[13.5,12,14,13],"rotation":270,"texture":"#3"},"east":{"uv":[13.5,12,14,13],"rotation":90,"texture":"#3"},"south":{"uv":[13.5,12,14,13],"rotation":90,"texture":"#3"},"west":{"uv":[13.5,12,14,13],"rotation":90,"texture":"#3"},"up":{"uv":[13.5,12,14,13],"rotation":90,"texture":"#3"},"down":{"uv":[13.5,12,14,13],"rotation":90,"texture":"#3"}}},{"from":[11.40737,5.14929,2.2],"to":[12.00737,6.24929,2.8],"rotation":{"angle":-22.5,"axis":"z","origin":[11.51058,5.93998,2.5]},"faces":{"north":{"uv":[12.5,11.5,10.5,12.5],"rotation":270,"texture":"#3"},"east":{"uv":[12.5,11.5,10.5,12.5],"rotation":270,"texture":"#3"},"south":{"uv":[12.5,11.5,10.5,12.5],"rotation":270,"texture":"#3"},"west":{"uv":[12.5,11.5,10.5,12.5],"rotation":270,"texture":"#3"},"up":{"uv":[12.5,11.5,10.5,12.5],"rotation":270,"texture":"#3"},"down":{"uv":[12.5,11.5,10.5,12.5],"rotation":270,"texture":"#3"}}},{"from":[10.18234,5.27144,2.3],"to":[11.08234,5.67144,2.7],"rotation":{"angle":45,"axis":"z","origin":[11.51058,5.93998,2.5]},"faces":{"north":{"uv":[13.5,13,14,12],"rotation":270,"texture":"#3"},"east":{"uv":[13.5,13,14,12],"rotation":90,"texture":"#3"},"south":{"uv":[13.5,13,14,12],"rotation":90,"texture":"#3"},"west":{"uv":[13.5,13,14,12],"rotation":90,"texture":"#3"},"up":{"uv":[13.5,13,14,12],"rotation":90,"texture":"#3"},"down":{"uv":[13.5,13,14,12],"rotation":90,"texture":"#3"}}},{"from":[2.68942,9.36002,5.05],"to":[3.58942,11.76002,5.95],"rotation":{"angle":22.5,"axis":"z","origin":[3.33942,11.81002,5.5]},"faces":{"north":{"uv":[8,13,11,11.5],"rotation":270,"texture":"#3"},"east":{"uv":[8,13,11,11.5],"rotation":270,"texture":"#3"},"south":{"uv":[8,13,11,11.5],"rotation":270,"texture":"#3"},"west":{"uv":[8,13,11,11.5],"rotation":270,"texture":"#3"},"up":{"uv":[9,13,10.5,11.5],"rotation":270,"texture":"#3"},"down":{"uv":[8,13,9.5,11.5],"rotation":270,"texture":"#3"}}},{"from":[2.84263,11.50071,5.2],"to":[3.44263,12.60071,5.8],"rotation":{"angle":0,"axis":"z","origin":[3.33942,11.81002,5.5]},"faces":{"north":{"uv":[10.5,12.5,12.5,11.5],"rotation":270,"texture":"#3"},"east":{"uv":[10.5,12.5,12.5,11.5],"rotation":270,"texture":"#3"},"south":{"uv":[10.5,12.5,12.5,11.5],"rotation":270,"texture":"#3"},"west":{"uv":[10.5,12.5,12.5,11.5],"rotation":270,"texture":"#3"},"up":{"uv":[10.5,12.5,12.5,11.5],"rotation":270,"texture":"#3"},"down":{"uv":[10.5,12.5,12.5,11.5],"rotation":270,"texture":"#3"}}},{"from":[2.67088,12.23826,5.3],"to":[3.07088,13.13826,5.7],"rotation":{"angle":-22.5,"axis":"z","origin":[3.33942,11.81002,5.5]},"faces":{"north":{"uv":[14,12,13.5,13],"texture":"#3"},"east":{"uv":[14,12,13.5,13],"texture":"#3"},"south":{"uv":[14,12,13.5,13],"texture":"#3"},"west":{"uv":[14,12,13.5,13],"texture":"#3"},"up":{"uv":[14,12,13.5,13],"texture":"#3"},"down":{"uv":[14,12,13.5,13],"texture":"#3"}}},{"from":[13.73734,9.88101,7.25],"to":[15.23734,10.38101,8.75],"rotation":{"angle":0,"axis":"z","origin":[13.86505,12.1953,8]},"faces":{"north":{"uv":[12,12.5,11.5,14],"rotation":90,"texture":"#2"},"east":{"uv":[12,12.5,11.5,14],"rotation":90,"texture":"#2"},"south":{"uv":[12,12.5,11.5,14],"rotation":90,"texture":"#2"},"west":{"uv":[12,12.5,11.5,14],"rotation":90,"texture":"#2"},"up":{"uv":[12,12.5,11.5,14],"rotation":90,"texture":"#2"},"down":{"uv":[12,12.5,11.5,14],"rotation":90,"texture":"#2"}}},{"from":[13.88734,9.28101,7.4],"to":[15.08734,11.48101,8.6],"rotation":{"angle":0,"axis":"z","origin":[13.86505,12.1953,8]},"faces":{"north":{"uv":[10,13.5,7.5,12],"rotation":90,"texture":"#3"},"east":{"uv":[10,13.5,7.5,12],"rotation":90,"texture":"#3"},"south":{"uv":[10,13.5,7.5,12],"rotation":90,"texture":"#3"},"west":{"uv":[10,13.5,7.5,12],"rotation":90,"texture":"#3"},"up":{"uv":[10.5,13.5,9,12],"rotation":90,"texture":"#3"},"down":{"uv":[10,13.5,7.5,12],"rotation":90,"texture":"#3"}}},{"from":[13.43734,7.18101,7.25],"to":[14.93734,9.43101,8.75],"rotation":{"angle":-22.5,"axis":"z","origin":[14.68734,8.80601,8]},"faces":{"north":{"uv":[5.5,13,7.5,11.5],"rotation":270,"texture":"#5"},"east":{"uv":[5.5,13,7.5,11.5],"rotation":270,"texture":"#5"},"south":{"uv":[5.5,13,7.5,11.5],"rotation":270,"texture":"#5"},"west":{"uv":[5.5,13,7.5,11.5],"rotation":270,"texture":"#5"},"up":{"uv":[5.5,13,7.5,11.5],"rotation":270,"texture":"#5"},"down":{"uv":[5.5,13,7.5,11.5],"rotation":270,"texture":"#5"}}},{"from":[13.61058,11.06002,7.55],"to":[14.51058,13.46002,8.45],"rotation":{"angle":22.5,"axis":"z","origin":[13.76505,12.1953,8]},"faces":{"north":{"uv":[8,11.5,11,13],"rotation":270,"texture":"#3"},"east":{"uv":[8,11.5,11,13],"rotation":270,"texture":"#3"},"south":{"uv":[8,11.5,11,13],"rotation":270,"texture":"#3"},"west":{"uv":[8,11.5,11,13],"rotation":270,"texture":"#3"},"up":{"uv":[9,11.5,10.5,13],"rotation":270,"texture":"#3"},"down":{"uv":[8,11.5,9.5,13],"rotation":270,"texture":"#3"}}},{"from":[14.25322,13.06408,7.7],"to":[14.85322,14.16408,8.3],"rotation":{"angle":45,"axis":"z","origin":[13.76505,12.1953,8]},"faces":{"north":{"uv":[10.5,11.5,12.5,12.5],"rotation":270,"texture":"#3"},"east":{"uv":[10.5,11.5,12.5,12.5],"rotation":270,"texture":"#3"},"south":{"uv":[10.5,11.5,12.5,12.5],"rotation":270,"texture":"#3"},"west":{"uv":[10.5,11.5,12.5,12.5],"rotation":270,"texture":"#3"},"up":{"uv":[10.5,11.5,12.5,12.5],"rotation":270,"texture":"#3"},"down":{"uv":[10.5,11.5,12.5,12.5],"rotation":270,"texture":"#3"}}},{"from":[11.57471,13.46104,7.8],"to":[12.47471,13.86104,8.2],"rotation":{"angle":-22.5,"axis":"z","origin":[13.76505,12.1953,7]},"faces":{"north":{"uv":[13.5,12,14,13],"rotation":90,"texture":"#3"},"east":{"uv":[13.5,12,14,13],"rotation":270,"texture":"#3"},"south":{"uv":[13.5,12,14,13],"rotation":270,"texture":"#3"},"west":{"uv":[13.5,12,14,13],"rotation":270,"texture":"#3"},"up":{"uv":[13.5,12,14,13],"rotation":270,"texture":"#3"},"down":{"uv":[13.5,12,14,13],"rotation":270,"texture":"#3"}}},{"from":[3.52529,13.46104,7.8],"to":[4.42529,13.86104,8.2],"rotation":{"angle":22.5,"axis":"z","origin":[2.23495,12.1953,7]},"faces":{"north":{"uv":[13.5,13,14,12],"rotation":90,"texture":"#3"},"east":{"uv":[13.5,13,14,12],"rotation":270,"texture":"#3"},"south":{"uv":[13.5,13,14,12],"rotation":270,"texture":"#3"},"west":{"uv":[13.5,13,14,12],"rotation":270,"texture":"#3"},"up":{"uv":[13.5,13,14,12],"rotation":270,"texture":"#3"},"down":{"uv":[13.5,13,14,12],"rotation":270,"texture":"#3"}}},{"from":[1.14678,13.06408,7.7],"to":[1.74678,14.16408,8.3],"rotation":{"angle":-45,"axis":"z","origin":[2.23495,12.1953,8]},"faces":{"north":{"uv":[10.5,12.5,12.5,11.5],"rotation":270,"texture":"#3"},"east":{"uv":[10.5,12.5,12.5,11.5],"rotation":270,"texture":"#3"},"south":{"uv":[10.5,12.5,12.5,11.5],"rotation":270,"texture":"#3"},"west":{"uv":[10.5,12.5,12.5,11.5],"rotation":270,"texture":"#3"},"up":{"uv":[10.5,12.5,12.5,11.5],"rotation":270,"texture":"#3"},"down":{"uv":[10.5,12.5,12.5,11.5],"rotation":270,"texture":"#3"}}},{"from":[1.48942,11.06002,7.55],"to":[2.38942,13.46002,8.45],"rotation":{"angle":-22.5,"axis":"z","origin":[2.23495,12.1953,8]},"faces":{"north":{"uv":[8,13,11,11.5],"rotation":270,"texture":"#3"},"east":{"uv":[8,13,11,11.5],"rotation":270,"texture":"#3"},"south":{"uv":[8,13,11,11.5],"rotation":270,"texture":"#3"},"west":{"uv":[8,13,11,11.5],"rotation":270,"texture":"#3"},"up":{"uv":[9,13,10.5,11.5],"rotation":270,"texture":"#3"},"down":{"uv":[8,13,9.5,11.5],"rotation":270,"texture":"#3"}}},{"from":[0.91266,9.28101,7.4],"to":[2.11266,11.48101,8.6],"rotation":{"angle":0,"axis":"z","origin":[2.13495,12.1953,8]},"faces":{"north":{"uv":[10,12,7.5,13.5],"rotation":90,"texture":"#3"},"east":{"uv":[10,12,7.5,13.5],"rotation":90,"texture":"#3"},"south":{"uv":[10,12,7.5,13.5],"rotation":90,"texture":"#3"},"west":{"uv":[10,12,7.5,13.5],"rotation":90,"texture":"#3"},"up":{"uv":[10.5,12,9,13.5],"rotation":90,"texture":"#3"},"down":{"uv":[10,12,7.5,13.5],"rotation":90,"texture":"#3"}}},{"from":[0.46266,8.48101,7.15],"to":[2.16266,9.18101,8.85],"rotation":{"angle":22.5,"axis":"z","origin":[1.51266,10.13101,8]},"faces":{"north":{"uv":[12,14,11.5,12.5],"rotation":90,"texture":"#2"},"east":{"uv":[12,14,11.5,12.5],"rotation":90,"texture":"#2"},"south":{"uv":[12,14,11.5,12.5],"rotation":90,"texture":"#2"},"west":{"uv":[12,14,11.5,12.5],"rotation":90,"texture":"#2"},"up":{"uv":[12,14,11.5,12.5],"rotation":90,"texture":"#2"},"down":{"uv":[12,14,11.5,12.5],"rotation":90,"texture":"#2"}}},{"from":[1.06266,7.18101,7.25],"to":[2.56266,9.43101,8.75],"rotation":{"angle":22.5,"axis":"z","origin":[1.31266,8.80601,8]},"faces":{"north":{"uv":[5.5,11.5,7.5,13],"rotation":270,"texture":"#5"},"east":{"uv":[5.5,11.5,7.5,13],"rotation":270,"texture":"#5"},"south":{"uv":[5.5,11.5,7.5,13],"rotation":270,"texture":"#5"},"west":{"uv":[5.5,11.5,7.5,13],"rotation":270,"texture":"#5"},"up":{"uv":[5.5,11.5,7.5,13],"rotation":270,"texture":"#5"},"down":{"uv":[5.5,11.5,7.5,13],"rotation":270,"texture":"#5"}}}],"display":{"head":{"translation":[0,7,1],"scale":[1.62,1.62,1.62]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/jester_hat.json b/assets/minecraft/models/item/wynn/skin/hat/jester_hat.json new file mode 100644 index 000000000..e5d44b84e --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/jester_hat.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/warrior","2":"skins/mage","3":"skins/rose","particle":"skins/warrior"},"elements":[{"from":[4,0,4],"to":[12,2,12],"rotation":{"angle":45,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[4,2,6,10],"rotation":90,"texture":"#2"},"east":{"uv":[4,2,6,10],"rotation":90,"texture":"#2"},"south":{"uv":[4,2,6,10],"rotation":90,"texture":"#2"},"west":{"uv":[4,2,6,10],"rotation":90,"texture":"#2"},"up":{"uv":[4,2,6,10],"rotation":90,"texture":"#2"},"down":{"uv":[3,2,11,10],"texture":"#2"}}},{"from":[2.47388,2.00562,6.5],"to":[5.47388,6.75562,9.5],"rotation":{"angle":22.5,"axis":"z","origin":[8,4.4462,8]},"faces":{"north":{"uv":[0,4,5,7],"rotation":270,"texture":"#0"},"east":{"uv":[0,4,5,7],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,5,7],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,5,7],"rotation":270,"texture":"#0"},"up":{"uv":[3,4,6,7],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,5,7],"rotation":270,"texture":"#0"}}},{"from":[11.20968,-0.27581,6.5],"to":[14.20968,4.47419,9.5],"rotation":{"angle":-22.5,"axis":"z","origin":[14.07655,5.02374,8]},"faces":{"north":{"uv":[0,7,5,4],"rotation":270,"texture":"#0"},"east":{"uv":[0,7,5,4],"rotation":270,"texture":"#0"},"south":{"uv":[0,7,5,4],"rotation":270,"texture":"#0"},"west":{"uv":[0,7,5,4],"rotation":270,"texture":"#0"},"up":{"uv":[3,7,6,4],"rotation":270,"texture":"#0"},"down":{"uv":[0,7,5,4],"rotation":270,"texture":"#0"}}},{"from":[6.5,2.04959,10.74713],"to":[9.5,6.79959,13.74713],"rotation":{"angle":22.5,"axis":"x","origin":[8,5.02374,8]},"faces":{"north":{"uv":[0.5,2,2.875,3.5],"rotation":270,"texture":"#3"},"east":{"uv":[0.5,2,2.875,3.5],"rotation":270,"texture":"#3"},"south":{"uv":[0.5,2,2.875,3.5],"rotation":270,"texture":"#3"},"west":{"uv":[0.5,2,2.875,3.5],"rotation":270,"texture":"#3"},"up":{"uv":[0.5,2,2,3.5],"rotation":270,"texture":"#3"},"down":{"uv":[0.5,2,2,3.5],"rotation":270,"texture":"#3"}}},{"from":[6.5,2.04959,2.25287],"to":[9.5,6.79959,5.25287],"rotation":{"angle":-22.5,"axis":"x","origin":[8,5.02374,8]},"faces":{"north":{"uv":[0.5,3.5,2.875,2],"rotation":270,"texture":"#3"},"east":{"uv":[0.5,3.5,2.875,2],"rotation":270,"texture":"#3"},"south":{"uv":[0.5,3.5,2.875,2],"rotation":270,"texture":"#3"},"west":{"uv":[0.5,3.5,2.875,2],"rotation":270,"texture":"#3"},"up":{"uv":[2,2,0.5,3.5],"rotation":270,"texture":"#3"},"down":{"uv":[2,2,0.5,3.5],"rotation":270,"texture":"#3"}}},{"from":[3.47388,1.75562,6],"to":[6.47388,7.75562,10],"rotation":{"angle":22.5,"axis":"z","origin":[8,4.4462,8]},"faces":{"north":{"uv":[0,4,6,7],"rotation":270,"texture":"#0"},"east":{"uv":[0,4,6,8],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,6,7],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,6,8],"rotation":270,"texture":"#0"},"up":{"uv":[3,4,6,8],"rotation":180,"texture":"#0"},"down":{"uv":[0,4,6,7],"rotation":270,"texture":"#0"}}},{"from":[10.20968,-0.52581,6],"to":[13.20968,5.47419,10],"rotation":{"angle":-22.5,"axis":"z","origin":[14.07655,5.02374,8]},"faces":{"north":{"uv":[0,7,6,4],"rotation":270,"texture":"#0"},"east":{"uv":[0,8,6,4],"rotation":270,"texture":"#0"},"south":{"uv":[0,7,6,4],"rotation":270,"texture":"#0"},"west":{"uv":[0,8,6,4],"rotation":270,"texture":"#0"},"up":{"uv":[6,4,3,8],"rotation":180,"texture":"#0"},"down":{"uv":[0,7,6,4],"rotation":270,"texture":"#0"}}},{"from":[6,1.79959,9.74713],"to":[10,7.79959,12.74713],"rotation":{"angle":22.5,"axis":"x","origin":[8,5.02374,8]},"faces":{"north":{"uv":[0.5,1,3.5,3],"rotation":270,"texture":"#3"},"east":{"uv":[1,2,4,3.5],"rotation":270,"texture":"#3"},"south":{"uv":[0.5,2,3.5,4],"rotation":270,"texture":"#3"},"west":{"uv":[0.5,1,3.5,2.5],"rotation":270,"texture":"#3"},"up":{"uv":[2,2,3.5,4],"rotation":270,"texture":"#3"},"down":{"uv":[2,2,3.5,4],"rotation":270,"texture":"#3"}}},{"from":[6,1.79959,3.25287],"to":[10,7.79959,6.25287],"rotation":{"angle":-22.5,"axis":"x","origin":[8,5.02374,8]},"faces":{"north":{"uv":[0.5,4,3.5,2],"rotation":270,"texture":"#3"},"east":{"uv":[1,3.5,4,2],"rotation":270,"texture":"#3"},"south":{"uv":[0.5,3,3.5,1],"rotation":270,"texture":"#3"},"west":{"uv":[0.5,2.5,3.5,1],"rotation":270,"texture":"#3"},"up":{"uv":[3.5,2,2,4],"rotation":270,"texture":"#3"},"down":{"uv":[3.5,2,2,4],"rotation":270,"texture":"#3"}}},{"from":[4.85651,8.08773,6.5],"to":[7.85651,10.08773,9.5],"rotation":{"angle":45,"axis":"z","origin":[8,4.4462,8]},"faces":{"north":{"uv":[3,4,5,7],"rotation":90,"texture":"#0"},"east":{"uv":[3,4,5,7],"rotation":90,"texture":"#0"},"south":{"uv":[3,4,5,7],"rotation":90,"texture":"#0"},"west":{"uv":[3,4,5,7],"rotation":90,"texture":"#0"},"up":{"uv":[3,4,5,7],"rotation":90,"texture":"#0"},"down":{"uv":[3,4,5,7],"rotation":90,"texture":"#0"}}},{"from":[10.33165,3.96012,6.5],"to":[13.33165,5.96012,9.5],"rotation":{"angle":-45,"axis":"z","origin":[14.07655,5.02374,8]},"faces":{"north":{"uv":[3,7,5,4],"rotation":90,"texture":"#0"},"east":{"uv":[3,7,5,4],"rotation":90,"texture":"#0"},"south":{"uv":[3,7,5,4],"rotation":90,"texture":"#0"},"west":{"uv":[3,7,5,4],"rotation":90,"texture":"#0"},"up":{"uv":[3,7,5,4],"rotation":90,"texture":"#0"},"down":{"uv":[3,7,5,4],"rotation":90,"texture":"#0"}}},{"from":[6.5,8.25689,8.55187],"to":[9.5,10.25689,11.55187],"rotation":{"angle":45,"axis":"x","origin":[8,5.02374,8]},"faces":{"north":{"uv":[4.5,1,5.5,2.5],"rotation":270,"texture":"#3"},"east":{"uv":[4.5,1,5.5,2.5],"rotation":270,"texture":"#3"},"south":{"uv":[4.5,1,5.5,2.5],"rotation":270,"texture":"#3"},"west":{"uv":[4.5,1,5.5,2.5],"rotation":270,"texture":"#3"},"up":{"uv":[4.5,1,5.5,2.5],"rotation":270,"texture":"#3"},"down":{"uv":[4.5,1,5.5,2.5],"rotation":270,"texture":"#3"}}},{"from":[6.5,8.25689,4.44813],"to":[9.5,10.25689,7.44813],"rotation":{"angle":-45,"axis":"x","origin":[8,5.02374,8]},"faces":{"north":{"uv":[4.5,2.5,5.5,1],"rotation":270,"texture":"#3"},"east":{"uv":[4.5,2.5,5.5,1],"rotation":270,"texture":"#3"},"south":{"uv":[4.5,2.5,5.5,1],"rotation":270,"texture":"#3"},"west":{"uv":[4.5,2.5,5.5,1],"rotation":270,"texture":"#3"},"up":{"uv":[5.5,1,4.5,2.5],"rotation":270,"texture":"#3"},"down":{"uv":[5.5,1,4.5,2.5],"rotation":270,"texture":"#3"}}},{"from":[1.49759,6.22345,6.51],"to":[3.47759,9.20345,9.49],"rotation":{"angle":-22.5,"axis":"z","origin":[1.48759,7.71345,8]},"faces":{"north":{"uv":[4,4,6,7],"rotation":180,"texture":"#0"},"east":{"uv":[5,4,7,7],"rotation":180,"texture":"#0"},"south":{"uv":[4,4,6,7],"rotation":180,"texture":"#0"},"west":{"uv":[3,4,6,7],"rotation":180,"texture":"#0"},"up":{"uv":[4,4,6,7],"rotation":180,"texture":"#0"},"down":{"uv":[4,4,6,7],"rotation":180,"texture":"#0"}}},{"from":[13.51854,5.85191,6.51],"to":[15.49854,8.83191,9.49],"rotation":{"angle":22.5,"axis":"z","origin":[14.07655,5.02374,8]},"faces":{"north":{"uv":[6,4,4,7],"rotation":180,"texture":"#0"},"east":{"uv":[6,4,3,7],"rotation":180,"texture":"#0"},"south":{"uv":[6,4,4,7],"rotation":180,"texture":"#0"},"west":{"uv":[7,4,5,7],"rotation":180,"texture":"#0"},"up":{"uv":[6,4,4,7],"rotation":180,"texture":"#0"},"down":{"uv":[6,4,4,7],"rotation":180,"texture":"#0"}}},{"from":[6.51,3.52652,13.05599],"to":[9.49,6.50652,15.03599],"rotation":{"angle":-22.5,"axis":"x","origin":[8,5.02374,8]},"faces":{"north":{"uv":[4.5,0.5,5.49,1.99],"rotation":180,"texture":"#3"},"east":{"uv":[4.5,0.5,5.49,1.99],"rotation":180,"texture":"#3"},"south":{"uv":[6.5,0.5,7.99,1.99],"rotation":90,"texture":"#3"},"west":{"uv":[4.5,0.5,5.49,1.99],"texture":"#3"},"up":{"uv":[4.5,0.5,5.49,1.99],"rotation":90,"texture":"#3"},"down":{"uv":[4.5,0.5,5.49,1.99],"rotation":270,"texture":"#3"}}},{"from":[6.51,3.52652,0.96401],"to":[9.49,6.50652,2.94401],"rotation":{"angle":22.5,"axis":"x","origin":[8,5.02374,8]},"faces":{"north":{"uv":[6.5,1.99,7.99,0.5],"rotation":90,"texture":"#3"},"east":{"uv":[5.49,0.5,4.5,1.99],"rotation":180,"texture":"#3"},"south":{"uv":[5.49,0.5,4.5,1.99],"rotation":180,"texture":"#3"},"west":{"uv":[5.49,0.5,4.5,1.99],"texture":"#3"},"up":{"uv":[5.49,0.5,4.5,1.99],"rotation":90,"texture":"#3"},"down":{"uv":[5.49,0.5,4.5,1.99],"rotation":270,"texture":"#3"}}},{"from":[-0.07741,6.03077,6.7],"to":[2.52259,8.63077,9.3],"rotation":{"angle":22.5,"axis":"z","origin":[1.72259,7.33077,8]},"faces":{"north":{"uv":[5,4,8,7],"texture":"#0"},"east":{"uv":[5,4,8,7],"rotation":180,"texture":"#0"},"south":{"uv":[5,4,8,7],"rotation":180,"texture":"#0"},"west":{"uv":[5,4,8,7],"rotation":180,"texture":"#0"},"up":{"uv":[5,4,8,7],"rotation":180,"texture":"#0"},"down":{"uv":[5,4,8,7],"rotation":180,"texture":"#0"}}},{"from":[12.57926,5.93202,6.7],"to":[15.17926,8.53202,9.3],"rotation":{"angle":-22.5,"axis":"z","origin":[14.07655,5.02374,8]},"faces":{"north":{"uv":[8,4,5,7],"texture":"#0"},"east":{"uv":[8,4,5,7],"rotation":180,"texture":"#0"},"south":{"uv":[8,4,5,7],"rotation":180,"texture":"#0"},"west":{"uv":[8,4,5,7],"rotation":180,"texture":"#0"},"up":{"uv":[8,4,5,7],"rotation":180,"texture":"#0"},"down":{"uv":[8,4,5,7],"rotation":180,"texture":"#0"}}},{"from":[6.7,8.25742,12.11671],"to":[9.3,10.85742,14.71671],"rotation":{"angle":22.5,"axis":"x","origin":[8,5.02374,8]},"faces":{"north":{"uv":[10,1.5,11.5,3],"rotation":270,"texture":"#3"},"east":{"uv":[10,1.5,11.5,3],"rotation":270,"texture":"#3"},"south":{"uv":[10,1.5,11.5,3],"rotation":270,"texture":"#3"},"west":{"uv":[10,1.5,11.5,3],"rotation":270,"texture":"#3"},"up":{"uv":[10,1.5,11.5,3],"rotation":270,"texture":"#3"},"down":{"uv":[10,1.5,11.5,3],"rotation":270,"texture":"#3"}}},{"from":[6.7,8.25742,1.28329],"to":[9.3,10.85742,3.88329],"rotation":{"angle":-22.5,"axis":"x","origin":[8,5.02374,8]},"faces":{"north":{"uv":[10,3,11.5,1.5],"rotation":270,"texture":"#3"},"east":{"uv":[10,3,11.5,1.5],"rotation":270,"texture":"#3"},"south":{"uv":[10,3,11.5,1.5],"rotation":270,"texture":"#3"},"west":{"uv":[10,3,11.5,1.5],"rotation":270,"texture":"#3"},"up":{"uv":[11.5,1.5,10,3],"rotation":270,"texture":"#3"},"down":{"uv":[11.5,1.5,10,3],"rotation":270,"texture":"#3"}}},{"from":[-1.02433,4.85445,6.71],"to":[1.55567,7.43445,9.29],"rotation":{"angle":-22.5,"axis":"z","origin":[0.26567,6.14445,8]},"faces":{"north":{"uv":[6,4,9,7],"rotation":180,"texture":"#0"},"east":{"uv":[6,4,9,7],"rotation":180,"texture":"#0"},"south":{"uv":[6,4,9,7],"rotation":180,"texture":"#0"},"west":{"uv":[6,4,9,7],"rotation":180,"texture":"#0"},"up":{"uv":[6,4,9,7],"rotation":180,"texture":"#0"},"down":{"uv":[6,4,9,7],"rotation":180,"texture":"#0"}}},{"from":[14.74702,4.13474,6.71],"to":[17.32702,6.71474,9.29],"rotation":{"angle":22.5,"axis":"z","origin":[14.07655,5.02374,8]},"faces":{"north":{"uv":[9,4,6,7],"rotation":180,"texture":"#0"},"east":{"uv":[9,4,6,7],"rotation":180,"texture":"#0"},"south":{"uv":[9,4,6,7],"rotation":180,"texture":"#0"},"west":{"uv":[9,4,6,7],"rotation":180,"texture":"#0"},"up":{"uv":[9,4,6,7],"rotation":180,"texture":"#0"},"down":{"uv":[9,4,6,7],"rotation":180,"texture":"#0"}}},{"from":[6.71,1.80934,14.28447],"to":[9.29,4.38934,16.86447],"rotation":{"angle":-22.5,"axis":"x","origin":[8,5.02374,8]},"faces":{"north":{"uv":[9,1,10.5,2.5],"rotation":180,"texture":"#3"},"east":{"uv":[9,1,10.5,2.5],"rotation":180,"texture":"#3"},"south":{"uv":[9,1,10.5,2.5],"rotation":180,"texture":"#3"},"west":{"uv":[9,1,10.5,2.5],"rotation":180,"texture":"#3"},"up":{"uv":[9,1,10.5,2.5],"rotation":180,"texture":"#3"},"down":{"uv":[9,1,10.5,2.5],"rotation":180,"texture":"#3"}}},{"from":[6.71,1.80934,-0.86447],"to":[9.29,4.38934,1.71553],"rotation":{"angle":22.5,"axis":"x","origin":[8,5.02374,8]},"faces":{"north":{"uv":[10.5,1,9,2.5],"rotation":180,"texture":"#3"},"east":{"uv":[10.5,1,9,2.5],"rotation":180,"texture":"#3"},"south":{"uv":[10.5,1,9,2.5],"rotation":180,"texture":"#3"},"west":{"uv":[10.5,1,9,2.5],"rotation":180,"texture":"#3"},"up":{"uv":[9,2.5,10.5,1],"rotation":180,"texture":"#3"},"down":{"uv":[9,2.5,10.5,1],"rotation":180,"texture":"#3"}}},{"from":[-0.73433,2.89445,7],"to":[1.26567,4.89445,9],"rotation":{"angle":-22.5,"axis":"z","origin":[0.26567,6.14445,8]},"faces":{"north":{"uv":[10,5,12,7],"texture":"#0"},"east":{"uv":[10,5,12,7],"texture":"#0"},"south":{"uv":[10,5,12,7],"texture":"#0"},"west":{"uv":[10,5,12,7],"texture":"#0"},"up":{"uv":[10,5,12,7],"texture":"#0"},"down":{"uv":[14,5,16,7],"texture":"#0"}}},{"from":[15.03702,2.17474,7],"to":[17.03702,4.17474,9],"rotation":{"angle":22.5,"axis":"z","origin":[14.07655,5.02374,8]},"faces":{"north":{"uv":[12,5,10,7],"texture":"#0"},"east":{"uv":[12,5,10,7],"texture":"#0"},"south":{"uv":[12,5,10,7],"texture":"#0"},"west":{"uv":[12,5,10,7],"texture":"#0"},"up":{"uv":[12,5,10,7],"texture":"#0"},"down":{"uv":[16,5,14,7],"texture":"#0"}}},{"from":[7,-0.15066,14.57447],"to":[9,1.84934,16.57447],"rotation":{"angle":-22.5,"axis":"x","origin":[8,5.02374,8]},"faces":{"north":{"uv":[8.5,0.5,9.5,1.5],"rotation":180,"texture":"#3"},"east":{"uv":[8.5,0.5,9.5,1.5],"rotation":180,"texture":"#3"},"south":{"uv":[8.5,0.5,9.5,1.5],"rotation":180,"texture":"#3"},"west":{"uv":[8.5,0.5,9.5,1.5],"rotation":180,"texture":"#3"},"up":{"uv":[8.5,0.5,9.5,1.5],"rotation":180,"texture":"#3"},"down":{"uv":[8.5,0.5,9.5,1.5],"rotation":180,"texture":"#3"}}},{"from":[7,-0.15066,-0.57447],"to":[9,1.84934,1.42553],"rotation":{"angle":22.5,"axis":"x","origin":[8,5.02374,8]},"faces":{"north":{"uv":[9.5,0.5,8.5,1.5],"rotation":180,"texture":"#3"},"east":{"uv":[9.5,0.5,8.5,1.5],"rotation":180,"texture":"#3"},"south":{"uv":[9.5,0.5,8.5,1.5],"rotation":180,"texture":"#3"},"west":{"uv":[9.5,0.5,8.5,1.5],"rotation":180,"texture":"#3"},"up":{"uv":[8.5,1.5,9.5,0.5],"rotation":180,"texture":"#3"},"down":{"uv":[8.5,1.5,9.5,0.5],"rotation":180,"texture":"#3"}}},{"from":[-1.60193,1.32452,7.3],"to":[-0.20193,3.72452,8.7],"rotation":{"angle":0,"axis":"z","origin":[-0.90193,2.52452,8]},"faces":{"north":{"uv":[14,6,16,9],"rotation":180,"texture":"#0"},"east":{"uv":[14,6,16,9],"rotation":180,"texture":"#0"},"south":{"uv":[14,6,16,9],"rotation":180,"texture":"#0"},"west":{"uv":[14,6,16,9],"rotation":180,"texture":"#0"},"up":{"uv":[14,6,16,9],"rotation":180,"texture":"#0"},"down":{"uv":[14,6,16,9],"rotation":180,"texture":"#0"}}},{"from":[16.20193,1.32452,7.3],"to":[17.60193,3.72452,8.7],"rotation":{"angle":0,"axis":"z","origin":[14.07655,5.02374,8]},"faces":{"north":{"uv":[16,6,14,9],"rotation":180,"texture":"#0"},"east":{"uv":[16,6,14,9],"rotation":180,"texture":"#0"},"south":{"uv":[16,6,14,9],"rotation":180,"texture":"#0"},"west":{"uv":[16,6,14,9],"rotation":180,"texture":"#0"},"up":{"uv":[16,6,14,9],"rotation":180,"texture":"#0"},"down":{"uv":[16,6,14,9],"rotation":180,"texture":"#0"}}},{"from":[7.3,1.32452,16.20193],"to":[8.7,3.72452,17.60193],"rotation":{"angle":0,"axis":"z","origin":[8,5.02374,8]},"faces":{"north":{"uv":[8.5,0,9,1],"texture":"#3"},"east":{"uv":[8.5,0,9,1],"texture":"#3"},"south":{"uv":[8.5,0,9,1],"texture":"#3"},"west":{"uv":[8.5,0,9,1],"texture":"#3"},"up":{"uv":[8.5,0,9,1],"texture":"#3"},"down":{"uv":[8.5,0,9,1],"texture":"#3"}}},{"from":[7.3,1.32452,-1.60193],"to":[8.7,3.72452,-0.20193],"rotation":{"angle":0,"axis":"z","origin":[8,5.02374,8]},"faces":{"north":{"uv":[9,0,8.5,1],"texture":"#3"},"east":{"uv":[9,0,8.5,1],"texture":"#3"},"south":{"uv":[9,0,8.5,1],"texture":"#3"},"west":{"uv":[9,0,8.5,1],"texture":"#3"},"up":{"uv":[8.5,1,9,0],"texture":"#3"},"down":{"uv":[8.5,1,9,0],"texture":"#3"}}},{"from":[-1.90193,-0.22548,7],"to":[0.09807,1.77452,9],"rotation":{"angle":45,"axis":"x","origin":[-0.90193,0.77452,8]},"faces":{"north":{"uv":[3,5,5,7],"rotation":90,"texture":"#2"},"east":{"uv":[3,5,5,7],"rotation":90,"texture":"#2"},"south":{"uv":[3,5,5,7],"rotation":90,"texture":"#2"},"west":{"uv":[3,5,5,7],"rotation":90,"texture":"#2"},"up":{"uv":[3,5,5,7],"rotation":90,"texture":"#2"},"down":{"uv":[3,5,5,7],"rotation":90,"texture":"#2"}}},{"from":[4.94063,0.62754,-1.90193],"to":[6.94063,2.62754,0.09807],"rotation":{"angle":45,"axis":"z","origin":[8,3.68691,8]},"faces":{"north":{"uv":[3,5,5,7],"rotation":180,"texture":"#2"},"east":{"uv":[3,5,5,7],"rotation":180,"texture":"#2"},"south":{"uv":[3,5,5,7],"rotation":180,"texture":"#2"},"west":{"uv":[3,5,5,7],"rotation":180,"texture":"#2"},"up":{"uv":[3,5,5,7],"rotation":180,"texture":"#2"},"down":{"uv":[3,5,5,7],"rotation":180,"texture":"#2"}}},{"from":[15.90193,-0.22548,7],"to":[17.90193,1.77452,9],"rotation":{"angle":45,"axis":"x","origin":[16.90193,0.77452,8]},"faces":{"north":{"uv":[3,5,5,7],"rotation":270,"texture":"#2"},"east":{"uv":[3,5,5,7],"rotation":270,"texture":"#2"},"south":{"uv":[3,5,5,7],"rotation":270,"texture":"#2"},"west":{"uv":[3,5,5,7],"rotation":270,"texture":"#2"},"up":{"uv":[3,5,5,7],"rotation":270,"texture":"#2"},"down":{"uv":[3,5,5,7],"rotation":270,"texture":"#2"}}},{"from":[4.94063,0.62754,15.90193],"to":[6.94063,2.62754,17.90193],"rotation":{"angle":45,"axis":"z","origin":[8,3.68691,8]},"faces":{"north":{"uv":[3,5,5,7],"rotation":180,"texture":"#2"},"east":{"uv":[3,5,5,7],"rotation":180,"texture":"#2"},"south":{"uv":[3,5,5,7],"rotation":180,"texture":"#2"},"west":{"uv":[3,5,5,7],"rotation":180,"texture":"#2"},"up":{"uv":[3,5,5,7],"rotation":180,"texture":"#2"},"down":{"uv":[3,5,5,7],"rotation":180,"texture":"#2"}}},{"from":[-2.15193,0.27452,7.5],"to":[0.34807,1.27452,8.5],"rotation":{"angle":45,"axis":"x","origin":[-0.90193,0.77452,8]},"faces":{"north":{"uv":[15,6,16,7],"rotation":90,"texture":"#2"},"east":{"uv":[15,6,16,7],"rotation":90,"texture":"#2"},"south":{"uv":[15,6,16,7],"rotation":90,"texture":"#2"},"west":{"uv":[15,6,16,7],"rotation":90,"texture":"#2"},"up":{"uv":[15,6,16,7],"rotation":90,"texture":"#2"},"down":{"uv":[15,6,16,7],"rotation":90,"texture":"#2"}}},{"from":[5.44063,1.12754,-2.15193],"to":[6.44063,2.12754,0.34807],"rotation":{"angle":45,"axis":"z","origin":[8,3.68691,8]},"faces":{"north":{"uv":[15,6,16,7],"rotation":180,"texture":"#2"},"east":{"uv":[15,6,16,7],"rotation":180,"texture":"#2"},"south":{"uv":[15,6,16,7],"rotation":180,"texture":"#2"},"west":{"uv":[15,6,16,7],"rotation":180,"texture":"#2"},"up":{"uv":[15,6,16,7],"rotation":180,"texture":"#2"},"down":{"uv":[15,6,16,7],"rotation":180,"texture":"#2"}}},{"from":[15.65193,0.27452,7.5],"to":[18.15193,1.27452,8.5],"rotation":{"angle":45,"axis":"x","origin":[16.90193,0.77452,8]},"faces":{"north":{"uv":[15,6,16,7],"rotation":270,"texture":"#2"},"east":{"uv":[15,6,16,7],"rotation":270,"texture":"#2"},"south":{"uv":[15,6,16,7],"rotation":270,"texture":"#2"},"west":{"uv":[15,6,16,7],"rotation":270,"texture":"#2"},"up":{"uv":[15,6,16,7],"rotation":270,"texture":"#2"},"down":{"uv":[15,6,16,7],"rotation":270,"texture":"#2"}}},{"from":[5.44063,1.12754,15.65193],"to":[6.44063,2.12754,18.15193],"rotation":{"angle":45,"axis":"z","origin":[8,3.68691,8]},"faces":{"north":{"uv":[15,6,16,7],"rotation":180,"texture":"#2"},"east":{"uv":[15,6,16,7],"rotation":180,"texture":"#2"},"south":{"uv":[15,6,16,7],"rotation":180,"texture":"#2"},"west":{"uv":[15,6,16,7],"rotation":180,"texture":"#2"},"up":{"uv":[15,6,16,7],"rotation":180,"texture":"#2"},"down":{"uv":[15,6,16,7],"rotation":180,"texture":"#2"}}},{"from":[-1.40193,0.27452,6.75],"to":[-0.40193,1.27452,9.25],"rotation":{"angle":45,"axis":"x","origin":[-0.90193,0.77452,8]},"faces":{"north":{"uv":[15,6,16,7],"rotation":90,"texture":"#2"},"east":{"uv":[15,6,16,7],"rotation":90,"texture":"#2"},"south":{"uv":[15,6,16,7],"rotation":90,"texture":"#2"},"west":{"uv":[15,6,16,7],"rotation":90,"texture":"#2"},"up":{"uv":[15,6,16,7],"rotation":90,"texture":"#2"},"down":{"uv":[15,6,16,7],"rotation":90,"texture":"#2"}}},{"from":[4.69063,1.12754,-1.40193],"to":[7.19063,2.12754,-0.40193],"rotation":{"angle":45,"axis":"z","origin":[8,3.68691,8]},"faces":{"north":{"uv":[15,6,16,7],"rotation":180,"texture":"#2"},"east":{"uv":[15,6,16,7],"rotation":180,"texture":"#2"},"south":{"uv":[15,6,16,7],"rotation":180,"texture":"#2"},"west":{"uv":[15,6,16,7],"rotation":180,"texture":"#2"},"up":{"uv":[15,6,16,7],"rotation":180,"texture":"#2"},"down":{"uv":[15,6,16,7],"rotation":180,"texture":"#2"}}},{"from":[16.40193,0.27452,6.75],"to":[17.40193,1.27452,9.25],"rotation":{"angle":45,"axis":"x","origin":[16.90193,0.77452,8]},"faces":{"north":{"uv":[15,6,16,7],"rotation":270,"texture":"#2"},"east":{"uv":[15,6,16,7],"rotation":270,"texture":"#2"},"south":{"uv":[15,6,16,7],"rotation":270,"texture":"#2"},"west":{"uv":[15,6,16,7],"rotation":270,"texture":"#2"},"up":{"uv":[15,6,16,7],"rotation":270,"texture":"#2"},"down":{"uv":[15,6,16,7],"rotation":270,"texture":"#2"}}},{"from":[4.69063,1.12754,16.40193],"to":[7.19063,2.12754,17.40193],"rotation":{"angle":45,"axis":"z","origin":[8,3.68691,8]},"faces":{"north":{"uv":[15,6,16,7],"rotation":180,"texture":"#2"},"east":{"uv":[15,6,16,7],"rotation":180,"texture":"#2"},"south":{"uv":[15,6,16,7],"rotation":180,"texture":"#2"},"west":{"uv":[15,6,16,7],"rotation":180,"texture":"#2"},"up":{"uv":[15,6,16,7],"rotation":180,"texture":"#2"},"down":{"uv":[15,6,16,7],"rotation":180,"texture":"#2"}}},{"from":[-1.40193,-0.47548,7.5],"to":[-0.40193,2.02452,8.5],"rotation":{"angle":45,"axis":"x","origin":[-0.90193,0.77452,8]},"faces":{"north":{"uv":[15,6,16,7],"texture":"#2"},"east":{"uv":[15,6,16,7],"texture":"#2"},"south":{"uv":[15,6,16,7],"texture":"#2"},"west":{"uv":[15,6,16,7],"texture":"#2"},"up":{"uv":[15,6,16,7],"texture":"#2"},"down":{"uv":[15,6,16,7],"texture":"#2"}}},{"from":[5.44063,0.37754,-1.40193],"to":[6.44063,2.87754,-0.40193],"rotation":{"angle":45,"axis":"z","origin":[8,3.68691,8]},"faces":{"north":{"uv":[15,6,16,7],"texture":"#2"},"east":{"uv":[15,6,16,7],"texture":"#2"},"south":{"uv":[15,6,16,7],"texture":"#2"},"west":{"uv":[15,6,16,7],"texture":"#2"},"up":{"uv":[15,6,16,7],"texture":"#2"},"down":{"uv":[15,6,16,7],"texture":"#2"}}},{"from":[16.40193,-0.47548,7.5],"to":[17.40193,2.02452,8.5],"rotation":{"angle":45,"axis":"x","origin":[16.90193,0.77452,8]},"faces":{"north":{"uv":[15,6,16,7],"texture":"#2"},"east":{"uv":[15,6,16,7],"texture":"#2"},"south":{"uv":[15,6,16,7],"texture":"#2"},"west":{"uv":[15,6,16,7],"texture":"#2"},"up":{"uv":[15,6,16,7],"texture":"#2"},"down":{"uv":[15,6,16,7],"texture":"#2"}}},{"from":[5.44063,0.37754,16.40193],"to":[6.44063,2.87754,17.40193],"rotation":{"angle":45,"axis":"z","origin":[8,3.68691,8]},"faces":{"north":{"uv":[15,6,16,7],"texture":"#2"},"east":{"uv":[15,6,16,7],"texture":"#2"},"south":{"uv":[15,6,16,7],"texture":"#2"},"west":{"uv":[15,6,16,7],"texture":"#2"},"up":{"uv":[15,6,16,7],"texture":"#2"},"down":{"uv":[15,6,16,7],"texture":"#2"}}}],"display":{"head":{"rotation":[8,46,0],"translation":[0,17.25,1.75],"scale":[1.85,1.85,1.97]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/leaf_crest.json b/assets/minecraft/models/item/wynn/skin/hat/leaf_crest.json new file mode 100644 index 000000000..2925e78dc --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/leaf_crest.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/leaf_crest","particle":"skins/leaf_crest"},"elements":[{"from":[6,0,5],"to":[11,12,5.01],"rotation":{"angle":22.5,"axis":"x","origin":[8.5,0,7]},"faces":{"north":{"uv":[0,0,2.5,6],"texture":"#0"},"south":{"uv":[0,0,2.5,6],"texture":"#0"}}},{"from":[5,1,7],"to":[8,6,7.01],"rotation":{"angle":45,"axis":"z","origin":[6.5,1,7]},"faces":{"north":{"uv":[5,0,6.5,2.5],"texture":"#0"},"south":{"uv":[5,0,6.5,2.5],"texture":"#0"}}},{"from":[4,5,8],"to":[7,10,8.01],"rotation":{"angle":22.5,"axis":"z","origin":[8.5,4,7]},"faces":{"north":{"uv":[6.5,0,8,2.5],"texture":"#0"},"south":{"uv":[6.5,0,8,2.5],"texture":"#0"}}},{"from":[9,5,8],"to":[12,10,8.01],"rotation":{"angle":-22.5,"axis":"z","origin":[7.5,4,7]},"faces":{"north":{"uv":[6.5,0,8,2.5],"texture":"#0"},"south":{"uv":[6.5,0,8,2.5],"texture":"#0"}}},{"from":[9,1,7],"to":[12,6,7.01],"rotation":{"angle":-45,"axis":"z","origin":[10.5,1,7]},"faces":{"north":{"uv":[5,0,6.5,2.5],"texture":"#0"},"south":{"uv":[5,0,6.5,2.5],"texture":"#0"}}},{"from":[5,1,9.5],"to":[10,11,9.51],"rotation":{"angle":45,"axis":"z","origin":[7.5,1,5.5]},"faces":{"north":{"uv":[2.5,0,5,5],"texture":"#0"},"south":{"uv":[2.5,0,5,5],"texture":"#0"}}},{"from":[7,1,9.5],"to":[12,11,9.51],"rotation":{"angle":-45,"axis":"z","origin":[9.5,1,5.5]},"faces":{"north":{"uv":[2.5,0,5,5],"texture":"#0"},"south":{"uv":[2.5,0,5,5],"texture":"#0"}}}],"display":{"head":{"translation":[-0.75,14,-4],"scale":[1.55,1.55,1.55]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/lotus_of_the_wilds.json b/assets/minecraft/models/item/wynn/skin/hat/lotus_of_the_wilds.json new file mode 100644 index 000000000..54a41f508 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/lotus_of_the_wilds.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/lotus_of_the_wilds","particle":"skins/lotus_of_the_wilds"},"elements":[{"from":[5.5,-1,8],"to":[10.5,6,8.01],"rotation":{"angle":45,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[7,9,12,16],"texture":"#0"},"south":{"uv":[7,9,12,16],"texture":"#0"}}},{"from":[8,0,5.5],"to":[8.01,7,10.5],"rotation":{"angle":45,"axis":"y","origin":[8,8,8]},"faces":{"east":{"uv":[7,9,12,16],"texture":"#0"},"west":{"uv":[7,9,12,16],"texture":"#0"}}},{"from":[-6,0,4.5],"to":[8,0.01,11.5],"rotation":{"angle":-22.5,"axis":"z","origin":[8,0,8]},"faces":{"up":{"uv":[0,14,7,0],"rotation":90,"texture":"#0"},"down":{"uv":[0,14,7,0],"rotation":90,"texture":"#0"}}},{"from":[8,0,4.5],"to":[22,0.01,11.5],"rotation":{"angle":22.5,"axis":"z","origin":[8,0,8]},"faces":{"up":{"uv":[0,0,7,14],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,7,14],"rotation":90,"texture":"#0"}}},{"from":[4.5,0,-6],"to":[11.5,0.01,8],"rotation":{"angle":22.5,"axis":"x","origin":[8,0,8]},"faces":{"up":{"uv":[0,0,7,14],"texture":"#0"},"down":{"uv":[0,14,7,0],"texture":"#0"}}},{"from":[4.5,0,8],"to":[11.5,0.01,22],"rotation":{"angle":-22.5,"axis":"x","origin":[8,0,8]},"faces":{"up":{"uv":[0,14,7,0],"texture":"#0"},"down":{"uv":[0,14,7,0],"texture":"#0"}}},{"from":[-2,2,5.5],"to":[6,2.01,10.5],"rotation":{"angle":22.5,"axis":"z","origin":[8,0,8]},"faces":{"up":{"uv":[7,0,12,8],"rotation":90,"texture":"#0"},"down":{"uv":[7,0,12,8],"rotation":90,"texture":"#0"}}},{"from":[5.5,2,10],"to":[10.5,2.01,18],"rotation":{"angle":22.5,"axis":"x","origin":[8,0,8]},"faces":{"up":{"uv":[7,0,12,8],"texture":"#0"},"down":{"uv":[7,0,12,8],"rotation":180,"texture":"#0"}}},{"from":[10,2,5.5],"to":[18,2.01,10.5],"rotation":{"angle":-22.5,"axis":"z","origin":[8,0,8]},"faces":{"up":{"uv":[7,0,12,8],"rotation":270,"texture":"#0"},"down":{"uv":[7,0,12,8],"rotation":270,"texture":"#0"}}},{"from":[5.5,2,-2],"to":[10.5,2.01,6],"rotation":{"angle":-22.5,"axis":"x","origin":[8,0,8]},"faces":{"up":{"uv":[7,0,12,8],"rotation":180,"texture":"#0"},"down":{"uv":[7,0,12,8],"texture":"#0"}}},{"from":[-2.5,1,6.5],"to":[5.5,1.01,9.5],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8,8]},"faces":{"up":{"uv":[12,0,15,8],"rotation":90,"texture":"#0"},"down":{"uv":[12,0,15,8],"rotation":90,"texture":"#0"}}},{"from":[-2.5,1,6.5],"to":[5.5,1.01,9.5],"rotation":{"angle":22.5,"axis":"y","origin":[8,8,8]},"faces":{"up":{"uv":[12,0,15,8],"rotation":90,"texture":"#0"},"down":{"uv":[12,0,15,8],"rotation":90,"texture":"#0"}}},{"from":[6.5,1,10.5],"to":[9.5,1.01,18.5],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8,8]},"faces":{"up":{"uv":[12,0,15,8],"texture":"#0"},"down":{"uv":[12,0,15,8],"rotation":180,"texture":"#0"}}},{"from":[6.5,1,10.5],"to":[9.5,1.01,18.5],"rotation":{"angle":22.5,"axis":"y","origin":[8,8,8]},"faces":{"up":{"uv":[12,0,15,8],"texture":"#0"},"down":{"uv":[12,0,15,8],"rotation":180,"texture":"#0"}}},{"from":[10.5,1,6.5],"to":[18.5,1.01,9.5],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8,8]},"faces":{"up":{"uv":[12,0,15,8],"rotation":270,"texture":"#0"},"down":{"uv":[12,0,15,8],"rotation":270,"texture":"#0"}}},{"from":[10.5,1,6.5],"to":[18.5,1.01,9.5],"rotation":{"angle":22.5,"axis":"y","origin":[8,8,8]},"faces":{"up":{"uv":[12,0,15,8],"rotation":270,"texture":"#0"},"down":{"uv":[12,0,15,8],"rotation":270,"texture":"#0"}}},{"from":[6.5,1,-2.5],"to":[9.5,1.01,5.5],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8,8]},"faces":{"up":{"uv":[12,0,15,8],"rotation":180,"texture":"#0"},"down":{"uv":[12,0,15,8],"texture":"#0"}}},{"from":[6.5,1,-2.5],"to":[9.5,1.01,5.5],"rotation":{"angle":22.5,"axis":"y","origin":[8,8,8]},"faces":{"up":{"uv":[12,0,15,8],"rotation":180,"texture":"#0"},"down":{"uv":[12,0,15,8],"texture":"#0"}}}],"display":{"head":{"rotation":[5,0,0],"translation":[0,19.5,1],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/lumberjack_stump.json b/assets/minecraft/models/item/wynn/skin/hat/lumberjack_stump.json new file mode 100644 index 000000000..9566b5cef --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/lumberjack_stump.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/lumberjack_stump","particle":"skins/lumberjack_stump"},"elements":[{"from":[2,0,2],"to":[14,9,14],"faces":{"north":{"uv":[0,4.5,6,9],"texture":"#0"},"east":{"uv":[0,0,6,4.5],"texture":"#0"},"south":{"uv":[0,0,6,4.5],"texture":"#0"},"west":{"uv":[0,0,6,4.5],"texture":"#0"},"up":{"uv":[6,0,12,6],"texture":"#0"},"down":{"uv":[6,0,12,6],"texture":"#0"}}},{"from":[1.99,-3,4],"to":[2,8,9],"rotation":{"angle":45,"axis":"z","origin":[2,0,6]},"faces":{"east":{"uv":[12,0,14.5,5.5],"texture":"#0"},"west":{"uv":[12,0,14.5,5.5],"texture":"#0"}}},{"from":[13.99,-3,4],"to":[14,8,9],"rotation":{"angle":-45,"axis":"z","origin":[14,0,6]},"faces":{"east":{"uv":[12,0,14.5,5.5],"texture":"#0"},"west":{"uv":[12,0,14.5,5.5],"texture":"#0"}}},{"from":[6,1,-2],"to":[7,2,2],"faces":{"north":{"uv":[15.5,1.5,16,2],"texture":"#0"},"east":{"uv":[15.5,2,16,0],"rotation":90,"texture":"#0"},"west":{"uv":[15.5,0,16,2],"rotation":90,"texture":"#0"},"up":{"uv":[15.5,2,16,0],"texture":"#0"},"down":{"uv":[15.5,0,16,2],"texture":"#0"}}}],"display":{"head":{"rotation":[10,0,0],"translation":[0,13,2],"scale":[1.5,1.5,1.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/magehat.json b/assets/minecraft/models/item/wynn/skin/hat/magehat.json new file mode 100644 index 000000000..0522cfabf --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/magehat.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/mage","particle":"skins/mage"},"elements":[{"from":[1.9,-1.1,0.9],"to":[14.1,2.1,3.1],"rotation":{"angle":0,"axis":"y","origin":[8,0.5,8]},"faces":{"north":{"uv":[1,12.8,13.2,16],"texture":"#0"},"east":{"uv":[1,12.8,3.2,16],"texture":"#0"},"south":{"uv":[1,12.8,13.2,16],"texture":"#0"},"west":{"uv":[14,13,16.2,16.2],"texture":"#0"},"up":{"uv":[0,14,2.2,26.2],"rotation":90,"texture":"#0"},"down":{"uv":[1,13,13.2,15.2],"texture":"#0"}}},{"from":[2,6.35,2],"to":[14,8.35,14],"rotation":{"angle":0,"axis":"y","origin":[8,0.5,8]},"faces":{"north":{"uv":[0,0,12,2],"texture":"#0"},"east":{"uv":[0,0,12,2],"texture":"#0"},"south":{"uv":[0,0,12,2],"texture":"#0"},"west":{"uv":[0,0,12,2],"texture":"#0"},"up":{"uv":[0,0,12,12],"texture":"#0"},"down":{"uv":[0,0,12,12],"texture":"#0"}}},{"from":[3,6.15,3.3],"to":[13,14.15,13.3],"rotation":{"angle":22.5,"axis":"x","origin":[8,9.15,8.3]},"faces":{"north":{"uv":[3,3,10,12],"rotation":270,"texture":"#0"},"east":{"uv":[2,11,9,2],"rotation":270,"texture":"#0"},"south":{"uv":[0,3,7,12],"rotation":270,"texture":"#0"},"west":{"uv":[2,2,9,11],"rotation":270,"texture":"#0"},"up":{"uv":[3,3,10,12],"rotation":270,"texture":"#0"},"down":{"uv":[3,3,10,12],"rotation":270,"texture":"#0"}}},{"from":[4,11.78582,7.12403],"to":[12,16.78582,15.12403],"rotation":{"angle":45,"axis":"x","origin":[8,14.28582,11.12403]},"faces":{"north":{"uv":[6,2,11,10],"rotation":270,"texture":"#0"},"east":{"uv":[5,2,10,10],"rotation":270,"texture":"#0"},"south":{"uv":[5,2,10,10],"rotation":270,"texture":"#0"},"west":{"uv":[5,2,10,10],"rotation":270,"texture":"#0"},"up":{"uv":[6,2,14,10],"rotation":270,"texture":"#0"},"down":{"uv":[5,2,10,10],"rotation":270,"texture":"#0"}}},{"from":[5,15.74096,9.43701],"to":[11,21.74096,15.43701],"rotation":{"angle":-45,"axis":"x","origin":[8,18.85984,15.20984]},"faces":{"north":{"uv":[10,2,16,8],"rotation":90,"texture":"#0"},"east":{"uv":[10,2,16,8],"rotation":90,"texture":"#0"},"south":{"uv":[10,2,16,8],"rotation":90,"texture":"#0"},"west":{"uv":[10,2,16,8],"rotation":90,"texture":"#0"},"up":{"uv":[10,2,16,8],"rotation":90,"texture":"#0"},"down":{"uv":[10,2,16,8],"rotation":90,"texture":"#0"}}},{"from":[6,16.47873,14.58268],"to":[10,20.47873,18.58268],"rotation":{"angle":-22.5,"axis":"x","origin":[8,18.65984,14.50984]},"faces":{"north":{"uv":[10,5,14,9],"rotation":90,"texture":"#0"},"east":{"uv":[10,5,14,9],"rotation":90,"texture":"#0"},"south":{"uv":[10,5,14,9],"rotation":90,"texture":"#0"},"west":{"uv":[10,5,14,9],"rotation":90,"texture":"#0"},"up":{"uv":[10,5,14,9],"rotation":90,"texture":"#0"},"down":{"uv":[10,5,14,9],"rotation":90,"texture":"#0"}}},{"from":[7,18.88575,17.0942],"to":[9,20.88575,21.0942],"rotation":{"angle":22.5,"axis":"x","origin":[8,19.88575,19.0942]},"faces":{"north":{"uv":[12,5,14,9],"rotation":90,"texture":"#0"},"east":{"uv":[12,5,14,9],"rotation":90,"texture":"#0"},"south":{"uv":[12,5,14,9],"rotation":90,"texture":"#0"},"west":{"uv":[12,5,14,9],"rotation":90,"texture":"#0"},"up":{"uv":[12,5,14,9],"rotation":90,"texture":"#0"},"down":{"uv":[12,5,14,9],"rotation":90,"texture":"#0"}}},{"from":[2,1.5412,0.69344],"to":[14,4.5412,2.69344],"rotation":{"angle":-22.5,"axis":"x","origin":[8,2.5412,1.69344]},"faces":{"north":{"uv":[0,0,3,12],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,3,2],"rotation":90,"texture":"#0"},"south":{"uv":[0,0,3,12],"rotation":90,"texture":"#0"},"west":{"uv":[0,0,3,2],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,2,12],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,2,12],"rotation":90,"texture":"#0"}}},{"from":[13.56394,4.1013,2],"to":[15.56394,7.1013,14],"rotation":{"angle":-22.5,"axis":"z","origin":[8,4.46821,8]},"faces":{"north":{"uv":[0,0,3,2],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,3,12],"rotation":90,"texture":"#0"},"south":{"uv":[0,0,3,2],"rotation":90,"texture":"#0"},"west":{"uv":[0,0,3,12],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,2,12],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,2,12],"texture":"#0"}}},{"from":[2,1.5412,13.30656],"to":[14,4.5412,15.30656],"rotation":{"angle":22.5,"axis":"x","origin":[8,2.5412,14.30656]},"faces":{"north":{"uv":[0,12,3,0],"rotation":90,"texture":"#0"},"east":{"uv":[0,2,3,0],"rotation":90,"texture":"#0"},"south":{"uv":[0,12,3,0],"rotation":90,"texture":"#0"},"west":{"uv":[0,2,3,0],"rotation":90,"texture":"#0"},"up":{"uv":[2,0,0,12],"rotation":90,"texture":"#0"},"down":{"uv":[2,0,0,12],"rotation":90,"texture":"#0"}}},{"from":[0.43606,4.1013,2],"to":[2.43606,7.1013,14],"rotation":{"angle":22.5,"axis":"z","origin":[8,4.46821,8]},"faces":{"north":{"uv":[0,2,3,4],"rotation":90,"texture":"#0"},"east":{"uv":[0,4,3,16],"rotation":90,"texture":"#0"},"south":{"uv":[0,2,3,4],"rotation":90,"texture":"#0"},"west":{"uv":[0,0,3,12],"rotation":90,"texture":"#0"},"up":{"uv":[2,0,4,12],"rotation":180,"texture":"#0"},"down":{"uv":[2,0,4,12],"texture":"#0"}}},{"from":[0.9,-1.98059,-3.52702],"to":[14.9,-0.98059,1.47298],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9,-1.98059,-1.02702]},"faces":{"north":{"uv":[0,0,4,12],"rotation":270,"texture":"#0"},"east":{"uv":[0,8,5,9],"texture":"#0"},"south":{"uv":[0,0,4,12],"rotation":270,"texture":"#0"},"west":{"uv":[0,8,5,9],"rotation":180,"texture":"#0"},"up":{"uv":[0,0,4,12],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,3,12],"rotation":90,"texture":"#0"}}},{"from":[0.9,-1.98059,14.52702],"to":[14.9,-0.98059,19.52702],"rotation":{"angle":22.5,"axis":"x","origin":[7.9,-1.98059,17.02702]},"faces":{"north":{"uv":[0,12,4,0],"rotation":270,"texture":"#0"},"east":{"uv":[5,8,0,9],"texture":"#0"},"south":{"uv":[0,12,4,0],"rotation":270,"texture":"#0"},"west":{"uv":[5,8,0,9],"rotation":180,"texture":"#0"},"up":{"uv":[4,0,0,12],"rotation":270,"texture":"#0"},"down":{"uv":[3,0,0,12],"rotation":90,"texture":"#0"}}},{"from":[13.74088,1.4741,1],"to":[18.74088,2.4741,15],"rotation":{"angle":-22.5,"axis":"z","origin":[7.9,-1.97797,8]},"faces":{"north":{"uv":[0,0,5,1],"rotation":180,"texture":"#0"},"east":{"uv":[0,0,4,12],"texture":"#0"},"south":{"uv":[0,0,4,12],"texture":"#0"},"west":{"uv":[0,0,4,12],"texture":"#0"},"up":{"uv":[0,0,4,12],"texture":"#0"},"down":{"uv":[0,0,3,12],"texture":"#0"}}},{"from":[-2.74088,1.4741,1],"to":[2.25912,2.4741,15],"rotation":{"angle":22.5,"axis":"z","origin":[8.1,-1.97797,8]},"faces":{"north":{"uv":[5,0,0,1],"rotation":180,"texture":"#0"},"east":{"uv":[4,0,0,12],"texture":"#0"},"south":{"uv":[4,0,0,12],"texture":"#0"},"west":{"uv":[4,0,0,12],"texture":"#0"},"up":{"uv":[4,0,0,12],"texture":"#0"},"down":{"uv":[3,0,0,12],"texture":"#0"}}},{"from":[1.9,-2.9373,-8.33671],"to":[13.9,-1.9373,-3.33671],"rotation":{"angle":0,"axis":"x","origin":[7.9,-2.9373,-5.83671]},"faces":{"north":{"uv":[6,0,7,12],"rotation":90,"texture":"#0"},"east":{"uv":[0,3,1,8],"rotation":270,"texture":"#0"},"south":{"uv":[0,2,12,3],"texture":"#0"},"west":{"uv":[0,3,1,8],"rotation":90,"texture":"#0"},"up":{"uv":[3,0,8,12],"rotation":270,"texture":"#0"},"down":{"uv":[2,0,7,12],"rotation":90,"texture":"#0"}}},{"from":[1.9,-2.9373,19.33671],"to":[13.9,-1.9373,24.33671],"rotation":{"angle":0,"axis":"x","origin":[7.9,-2.9373,21.83671]},"faces":{"north":{"uv":[12,2,0,3],"texture":"#0"},"east":{"uv":[0,8,1,3],"rotation":270,"texture":"#0"},"south":{"uv":[6,12,7,0],"rotation":90,"texture":"#0"},"west":{"uv":[0,8,1,3],"rotation":90,"texture":"#0"},"up":{"uv":[8,0,3,12],"rotation":270,"texture":"#0"},"down":{"uv":[7,0,2,12],"rotation":90,"texture":"#0"}}},{"from":[-1,-2,-1],"to":[2,-1,2],"rotation":{"angle":0,"axis":"x","origin":[5.9,-1.9373,-7.83671]},"faces":{"north":{"uv":[0,2,3,3],"rotation":180,"texture":"#0"},"east":{"uv":[0,3,1,6],"rotation":270,"texture":"#0"},"south":{"uv":[0,2,3,3],"texture":"#0"},"west":{"uv":[0,3,1,6],"rotation":90,"texture":"#0"},"up":{"uv":[0,3,3,6],"rotation":180,"texture":"#0"},"down":{"uv":[0,3,3,6],"texture":"#0"}}},{"from":[-1,-2,14],"to":[2,-1,17],"rotation":{"angle":0,"axis":"x","origin":[5.9,-1.9373,7.16329]},"faces":{"north":{"uv":[0,2,3,3],"rotation":180,"texture":"#0"},"east":{"uv":[0,3,1,6],"rotation":270,"texture":"#0"},"south":{"uv":[0,2,3,3],"texture":"#0"},"west":{"uv":[0,3,1,6],"rotation":90,"texture":"#0"},"up":{"uv":[0,3,3,6],"rotation":180,"texture":"#0"},"down":{"uv":[0,3,3,6],"texture":"#0"}}},{"from":[14,-2,14],"to":[17,-1,17],"rotation":{"angle":0,"axis":"x","origin":[20.9,-1.9373,7.16329]},"faces":{"north":{"uv":[0,2,3,3],"rotation":180,"texture":"#0"},"east":{"uv":[0,3,1,6],"rotation":270,"texture":"#0"},"south":{"uv":[0,2,3,3],"texture":"#0"},"west":{"uv":[0,3,1,6],"rotation":90,"texture":"#0"},"up":{"uv":[0,3,3,6],"rotation":180,"texture":"#0"},"down":{"uv":[0,3,3,6],"texture":"#0"}}},{"from":[14,-2,-1],"to":[17,-1,2],"rotation":{"angle":0,"axis":"x","origin":[20.9,-1.9373,-7.83671]},"faces":{"north":{"uv":[0,2,3,3],"rotation":180,"texture":"#0"},"east":{"uv":[0,3,1,6],"rotation":270,"texture":"#0"},"south":{"uv":[0,2,3,3],"texture":"#0"},"west":{"uv":[0,3,1,6],"rotation":90,"texture":"#0"},"up":{"uv":[0,3,3,6],"rotation":180,"texture":"#0"},"down":{"uv":[0,3,3,6],"texture":"#0"}}},{"from":[13.88087,-2.9313,-8.32031],"to":[18.86887,-1.9433,6.26769],"rotation":{"angle":45,"axis":"y","origin":[16.37487,-2.4373,-2.32631]},"faces":{"north":{"uv":[0,3,0.998,7.998],"rotation":270,"texture":"#0"},"east":{"uv":[8,0,9,12],"rotation":90,"texture":"#0"},"south":{"uv":[0,3,0.998,7.998],"rotation":90,"texture":"#0"},"west":{"uv":[0,0,0.998,12],"rotation":90,"texture":"#0"},"up":{"uv":[2,0,7,12],"texture":"#0"},"down":{"uv":[2,0,7,12],"texture":"#0"}}},{"from":[13.88087,-2.9313,9.73231],"to":[18.86887,-1.9433,24.32031],"rotation":{"angle":-45,"axis":"y","origin":[16.37487,-2.4373,18.32631]},"faces":{"north":{"uv":[0,7.998,0.998,3],"rotation":90,"texture":"#0"},"east":{"uv":[8,12,9,0],"rotation":90,"texture":"#0"},"south":{"uv":[0,7.998,0.998,3],"rotation":270,"texture":"#0"},"west":{"uv":[0,12,0.998,0],"rotation":90,"texture":"#0"},"up":{"uv":[2,12,7,0],"texture":"#0"},"down":{"uv":[2,12,7,0],"texture":"#0"}}},{"from":[-3.06887,-2.9313,-8.32031],"to":[1.91913,-1.9433,6.26769],"rotation":{"angle":-45,"axis":"y","origin":[-0.57487,-2.4373,-2.32631]},"faces":{"north":{"uv":[0,7.998,0.998,3],"rotation":270,"texture":"#0"},"east":{"uv":[0,12,0.998,0],"rotation":90,"texture":"#0"},"south":{"uv":[0,7.998,0.998,3],"rotation":90,"texture":"#0"},"west":{"uv":[8,12,9,0],"rotation":90,"texture":"#0"},"up":{"uv":[7,0,2,12],"texture":"#0"},"down":{"uv":[7,0,2,12],"texture":"#0"}}},{"from":[-3.06887,-2.9313,9.73231],"to":[1.91913,-1.9433,24.32031],"rotation":{"angle":45,"axis":"y","origin":[-0.57487,-2.4373,18.32631]},"faces":{"north":{"uv":[0,3,0.998,7.998],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,0.998,12],"rotation":90,"texture":"#0"},"south":{"uv":[0,3,0.998,7.998],"rotation":270,"texture":"#0"},"west":{"uv":[8,0,9,12],"rotation":90,"texture":"#0"},"up":{"uv":[7,12,2,0],"texture":"#0"},"down":{"uv":[7,12,2,0],"texture":"#0"}}},{"from":[19.23671,-2.9373,2],"to":[24.23671,-1.9373,14],"rotation":{"angle":0,"axis":"x","origin":[7.9,-1.97797,8]},"faces":{"north":{"uv":[3,0,8,12],"texture":"#0"},"east":{"uv":[6,0,7,12],"rotation":90,"texture":"#0"},"south":{"uv":[3,0,8,12],"texture":"#0"},"west":{"uv":[3,0,8,12],"texture":"#0"},"up":{"uv":[3,0,8,12],"texture":"#0"},"down":{"uv":[2,0,7,12],"texture":"#0"}}},{"from":[-8.43671,-2.9373,2],"to":[-3.43671,-1.9373,14],"rotation":{"angle":0,"axis":"x","origin":[7.9,-1.97797,8]},"faces":{"north":{"uv":[8,0,3,12],"texture":"#0"},"east":{"uv":[8,0,3,12],"texture":"#0"},"south":{"uv":[8,0,3,12],"texture":"#0"},"west":{"uv":[6,12,7,0],"rotation":90,"texture":"#0"},"up":{"uv":[8,0,3,12],"texture":"#0"},"down":{"uv":[7,0,2,12],"texture":"#0"}}},{"from":[1.998,3.46935,0.69144],"to":[14.002,8.47335,2.69544],"rotation":{"angle":22.5,"axis":"x","origin":[8,5.47135,1.69344]},"faces":{"north":{"uv":[0,0,5,12],"rotation":270,"texture":"#0"},"east":{"uv":[0,0,5,2],"rotation":270,"texture":"#0"},"south":{"uv":[0,0,5,12],"rotation":270,"texture":"#0"},"west":{"uv":[0,0,5,2],"rotation":270,"texture":"#0"},"up":{"uv":[3,0,5,12],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,2,12],"rotation":270,"texture":"#0"}}},{"from":[13.20838,0.97957,1.998],"to":[15.21238,5.98357,14.002],"rotation":{"angle":22.5,"axis":"z","origin":[8,4.46821,8]},"faces":{"north":{"uv":[0,0,5,2],"rotation":270,"texture":"#0"},"east":{"uv":[0,0,5,12],"rotation":270,"texture":"#0"},"south":{"uv":[0,0,5,2],"rotation":270,"texture":"#0"},"west":{"uv":[0,0,5,12],"rotation":270,"texture":"#0"},"up":{"uv":[3,0,5,12],"texture":"#0"},"down":{"uv":[0,0,2,12],"rotation":180,"texture":"#0"}}},{"from":[1.998,3.46935,13.30456],"to":[14.002,8.47335,15.30856],"rotation":{"angle":-22.5,"axis":"x","origin":[8,5.47135,14.30656]},"faces":{"north":{"uv":[0,12,5,0],"rotation":270,"texture":"#0"},"east":{"uv":[0,2,5,0],"rotation":270,"texture":"#0"},"south":{"uv":[0,12,5,0],"rotation":270,"texture":"#0"},"west":{"uv":[0,2,5,0],"rotation":270,"texture":"#0"},"up":{"uv":[5,0,3,12],"rotation":270,"texture":"#0"},"down":{"uv":[2,0,0,12],"rotation":270,"texture":"#0"}}},{"from":[0.78762,0.97957,1.998],"to":[2.79162,5.98357,14.002],"rotation":{"angle":-22.5,"axis":"z","origin":[8,4.46821,8]},"faces":{"north":{"uv":[0,2,5,0],"rotation":270,"texture":"#0"},"east":{"uv":[0,12,5,0],"rotation":270,"texture":"#0"},"south":{"uv":[0,2,5,0],"rotation":270,"texture":"#0"},"west":{"uv":[0,12,5,0],"rotation":270,"texture":"#0"},"up":{"uv":[5,0,3,12],"texture":"#0"},"down":{"uv":[2,0,0,12],"rotation":180,"texture":"#0"}}},{"from":[0.89,-1.11,1.89],"to":[3.11,2.11,14.11],"rotation":{"angle":0,"axis":"y","origin":[8,0.5,8]},"faces":{"north":{"uv":[14,13,16.2,16.2],"texture":"#0"},"east":{"uv":[1,12.8,13.2,16],"texture":"#0"},"south":{"uv":[1,12.8,3.2,16],"texture":"#0"},"west":{"uv":[16.2,13,4,16.2],"texture":"#0"},"up":{"uv":[1,3.8,3.2,16],"texture":"#0"},"down":{"uv":[0,13,12.2,15.2],"rotation":90,"texture":"#0"}}},{"from":[1.9,-1.1,12.9],"to":[14.1,2.1,15.1],"rotation":{"angle":0,"axis":"y","origin":[8,0.5,8]},"faces":{"north":{"uv":[1,12.8,13.2,16],"texture":"#0"},"east":{"uv":[10,13,12.2,16.2],"texture":"#0"},"south":{"uv":[0,13,12.2,16.2],"texture":"#0"},"west":{"uv":[1,12.8,3.2,16],"texture":"#0"},"up":{"uv":[0,14,2.2,26.2],"rotation":90,"texture":"#0"},"down":{"uv":[1,13,13.2,15.2],"texture":"#0"}}},{"from":[12.89,-1.11,1.89],"to":[15.11,2.11,14.11],"rotation":{"angle":0,"axis":"y","origin":[8,0.5,8]},"faces":{"north":{"uv":[1,12.8,3.2,16],"texture":"#0"},"east":{"uv":[12.2,13,0,16.2],"texture":"#0"},"south":{"uv":[9,13,11.2,16.2],"texture":"#0"},"west":{"uv":[1,12.8,13.2,16],"texture":"#0"},"up":{"uv":[0,14,12.2,16.2],"rotation":90,"texture":"#0"},"down":{"uv":[0,14,12.2,16.2],"rotation":90,"texture":"#0"}}},{"from":[15.6,-0.2,6.7],"to":[16.8,2,11.9],"rotation":{"angle":45,"axis":"y","origin":[16.2,0.9,9.3]},"faces":{"north":{"uv":[1,13,2.2,15.2],"texture":"#0"},"east":{"uv":[1,13,6.2,15.2],"texture":"#0"},"south":{"uv":[1,13,2.2,15.2],"texture":"#0"},"west":{"uv":[1,13,6.2,15.2],"texture":"#0"},"up":{"uv":[0,14,5.2,15.2],"rotation":90,"texture":"#0"},"down":{"uv":[1,10.8,2.2,16],"texture":"#0"}}},{"from":[15.1,0.05,3.9],"to":[16.3,1.75,9.1],"rotation":{"angle":-22.5,"axis":"y","origin":[15.7,0.9,6.5]},"faces":{"north":{"uv":[1,13,2.2,14.7],"texture":"#0"},"east":{"uv":[1,13,6.2,14.7],"texture":"#0"},"south":{"uv":[1,13,2.2,14.7],"texture":"#0"},"west":{"uv":[1,13,6.2,14.7],"texture":"#0"},"up":{"uv":[0,14,5.2,15.2],"rotation":90,"texture":"#0"},"down":{"uv":[1,10.8,2.2,16],"texture":"#0"}}}],"display":{"head":{"rotation":[9,0,0],"translation":[0,13.25,1.75],"scale":[1.1,1.1,1.1]},"ground":{"rotation":[5,-1,-5],"translation":[0,5,0],"scale":[0.5,0.5,0.5]},"gui":{"rotation":[-150,45,175],"translation":[-0.5,2,0],"scale":[0.45,0.45,0.45]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/masquerade_mask.json b/assets/minecraft/models/item/wynn/skin/hat/masquerade_mask.json new file mode 100644 index 000000000..d2c5c9eb1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/masquerade_mask.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/driftwood_3","1":"skins/star_gradient","2":"skins/soul_heart","5":"skins/colored_wood","particle":"skins/gold_armor_gradient"},"elements":[{"from":[-1.51413,6.55629,3],"to":[0.48587,11.90629,4],"rotation":{"angle":22.5,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[2.5,10.5,7.85,12.5],"rotation":270,"texture":"#2"},"east":{"uv":[2.5,10.5,7.85,11.5],"rotation":270,"texture":"#2"},"south":{"uv":[2.5,10.5,7.85,12.5],"rotation":270,"texture":"#2"},"west":{"uv":[2.5,10.5,7.85,11.5],"rotation":270,"texture":"#2"},"up":{"uv":[7,10.5,8,12.5],"rotation":270,"texture":"#2"},"down":{"uv":[2.5,10.5,3.5,12.5],"rotation":270,"texture":"#2"}}},{"from":[0.22598,3.5233,3.01],"to":[5.20598,5.5033,3.99],"rotation":{"angle":0,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[2,15,4,10],"rotation":270,"texture":"#2"},"east":{"uv":[2,11,4,10],"rotation":270,"texture":"#2"},"south":{"uv":[2,15,4,10],"rotation":270,"texture":"#2"},"west":{"uv":[2,11,4,10],"rotation":270,"texture":"#2"},"up":{"uv":[2,15,3,10],"rotation":270,"texture":"#2"},"down":{"uv":[2,15,3,10],"rotation":270,"texture":"#2"}}},{"from":[-1.83477,8.44926,3.01],"to":[4.39523,10.42926,3.99],"rotation":{"angle":0,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[7,9.25,9,15.5],"rotation":270,"texture":"#2"},"east":{"uv":[7,9.25,9,10.25],"rotation":270,"texture":"#2"},"south":{"uv":[7,9.25,9,15.5],"rotation":270,"texture":"#2"},"west":{"uv":[7,9.25,9,10.25],"rotation":270,"texture":"#2"},"up":{"uv":[8.5,9.25,9.5,15.5],"rotation":270,"texture":"#2"},"down":{"uv":[7,9.25,8,15.5],"rotation":270,"texture":"#2"}}},{"from":[9.28607,8.31139,3],"to":[15.53607,10.31139,4],"rotation":{"angle":-45,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[7,9.75,9,16],"rotation":270,"texture":"#2"},"east":{"uv":[7,9.75,9,10.75],"rotation":270,"texture":"#2"},"south":{"uv":[7,9.75,9,16],"rotation":270,"texture":"#2"},"west":{"uv":[7,9.75,9,10.75],"rotation":270,"texture":"#2"},"up":{"uv":[8.5,9.75,9.5,16],"rotation":270,"texture":"#2"},"down":{"uv":[7,9.75,8,16],"rotation":270,"texture":"#2"}}},{"from":[4.24705,6.64594,3.03],"to":[9.43705,9.33594,3.97],"rotation":{"angle":-22.5,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[6.25,10,9,15.25],"rotation":270,"texture":"#2"},"east":{"uv":[6.25,10,9,11],"rotation":270,"texture":"#2"},"south":{"uv":[6.25,10,9,15.25],"rotation":270,"texture":"#2"},"west":{"uv":[6.25,10,9,11],"rotation":270,"texture":"#2"},"up":{"uv":[8.25,10,9.25,15.25],"rotation":270,"texture":"#2"},"down":{"uv":[6.25,10,7.25,15.25],"rotation":270,"texture":"#2"}}},{"from":[-2.64812,3.9374,4.85126],"to":[-2.44812,4.7374,5.65126],"rotation":{"angle":-22.5,"axis":"z","origin":[-2.83234,5.45368,3.99622]},"faces":{"north":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"east":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"south":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"west":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"up":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"down":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"}}},{"from":[-2.165,4.39876,4.05214],"to":[-1.915,5.39876,5.05214],"rotation":{"angle":-45,"axis":"y","origin":[-2.83234,5.45368,3.99622]},"faces":{"north":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"east":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"south":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"west":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"up":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"down":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"}}},{"from":[-2.52148,4.40016,3.49343],"to":[-2.27148,5.40016,4.49343],"rotation":{"angle":-45,"axis":"z","origin":[-2.83234,5.45368,3.99622]},"faces":{"north":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"east":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"south":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"west":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"up":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"down":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"}}},{"from":[-2.8946,3.41125,3.59343],"to":[-2.6946,4.41125,4.39343],"rotation":{"angle":-22.5,"axis":"z","origin":[-2.83234,5.45368,3.99622]},"faces":{"north":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"east":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"south":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"west":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"up":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"down":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"}}},{"from":[-2.64812,3.9374,2.3356],"to":[-2.44812,4.7374,3.1356],"rotation":{"angle":-22.5,"axis":"z","origin":[-2.83234,5.45368,3.99622]},"faces":{"north":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"east":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"south":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"west":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"up":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"down":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"}}},{"from":[-2.86925,6.15873,2.5356],"to":[-2.66925,6.95873,3.3356],"rotation":{"angle":22.5,"axis":"z","origin":[-2.83234,5.45368,3.99622]},"faces":{"north":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"east":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"south":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"west":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"up":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"down":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"}}},{"from":[-2.44368,5.49876,2.93743],"to":[-2.19368,6.49876,3.93743],"rotation":{"angle":45,"axis":"y","origin":[-2.83234,5.45368,3.99622]},"faces":{"north":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"east":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"south":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"west":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"up":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"down":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"}}},{"from":[-2.16106,4.39876,2.93635],"to":[-1.91106,5.39876,3.93635],"rotation":{"angle":45,"axis":"y","origin":[-2.83234,5.45368,3.99622]},"faces":{"north":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"east":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"south":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"west":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"up":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"down":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"}}},{"from":[-2.84472,4.89876,3.39954],"to":[-1.64472,6.09876,4.59954],"rotation":{"angle":0,"axis":"y","origin":[-2.83234,5.45368,3.99622]},"faces":{"north":{"uv":[5.5,0.5,7,2],"rotation":180,"texture":"#5"},"east":{"uv":[5.5,0.5,7,2],"rotation":180,"texture":"#5"},"south":{"uv":[5.5,0.5,7,2],"rotation":180,"texture":"#5"},"west":{"uv":[5.5,0.5,7,2],"rotation":180,"texture":"#5"},"up":{"uv":[5.5,0.5,7,2],"rotation":180,"texture":"#5"},"down":{"uv":[5.5,0.5,7,2],"rotation":180,"texture":"#5"}}},{"from":[-2.79307,2.51571,3.45459],"to":[-1.76307,3.54571,4.48459],"rotation":{"angle":22.5,"axis":"z","origin":[-1.46478,4.2375,4.17386]},"faces":{"north":{"uv":[0,1.5,1.5,0],"rotation":90,"texture":"#5"},"east":{"uv":[0,1.5,1.5,0],"rotation":90,"texture":"#5"},"south":{"uv":[0,1.5,1.5,0],"rotation":90,"texture":"#5"},"west":{"uv":[0,1.5,1.5,0],"rotation":90,"texture":"#5"},"up":{"uv":[1.5,0,0,1.5],"texture":"#5"},"down":{"uv":[1.5,0,0,1.5],"rotation":180,"texture":"#5"}}},{"from":[-0.79105,3.30151,3.7604],"to":[-0.29105,4.10151,4.3604],"rotation":{"angle":-45,"axis":"z","origin":[-1.21478,4.4875,4.17386]},"faces":{"north":{"uv":[8.5,6.5,9.5,5.5],"rotation":270,"texture":"#5"},"east":{"uv":[8.5,6.5,9.5,5.5],"rotation":270,"texture":"#5"},"south":{"uv":[8.5,6.5,9.5,5.5],"rotation":270,"texture":"#5"},"west":{"uv":[8.5,6.5,9.5,5.5],"rotation":270,"texture":"#5"},"up":{"uv":[9.5,5.5,8.5,6.5],"rotation":180,"texture":"#5"},"down":{"uv":[9.5,5.5,8.5,6.5],"texture":"#5"}}},{"from":[-1.10688,3.77719,3.75744],"to":[-0.50688,4.57719,4.55744],"rotation":{"angle":-22.5,"axis":"z","origin":[-1.21478,4.4875,4.17386]},"faces":{"north":{"uv":[11,5.5,10,6.5],"rotation":180,"texture":"#5"},"east":{"uv":[11,5.5,10,6.5],"rotation":180,"texture":"#5"},"south":{"uv":[11,5.5,10,6.5],"rotation":180,"texture":"#5"},"west":{"uv":[11,5.5,10,6.5],"rotation":180,"texture":"#5"},"up":{"uv":[10,6.5,11,6],"rotation":90,"texture":"#5"},"down":{"uv":[10,6.5,11,5.5],"rotation":270,"texture":"#5"}}},{"from":[-1.17536,4.29925,3.60712],"to":[-0.52536,5.09925,4.40712],"rotation":{"angle":0,"axis":"z","origin":[-1.21478,4.4875,3.92386]},"faces":{"north":{"uv":[10.5,7,11.5,6],"rotation":90,"texture":"#5"},"east":{"uv":[11.5,6,10.5,7],"rotation":180,"texture":"#5"},"south":{"uv":[11.5,6,10.5,7],"rotation":180,"texture":"#5"},"west":{"uv":[11.5,6,10.5,7],"rotation":180,"texture":"#5"},"up":{"uv":[10.5,7,11,6],"rotation":270,"texture":"#5"},"down":{"uv":[10.5,7,11.5,6],"rotation":270,"texture":"#5"}}},{"from":[-0.10578,8.72419,2.60712],"to":[0.69422,9.37419,3.40712],"rotation":{"angle":22.5,"axis":"z","origin":[-0.32774,8.82729,3.08228]},"faces":{"north":{"uv":[10.5,6,11.5,7],"texture":"#5"},"east":{"uv":[10.5,6,11,7],"texture":"#5"},"south":{"uv":[10.5,6,11.5,7],"rotation":270,"texture":"#5"},"west":{"uv":[10.5,6,11.5,7],"texture":"#5"},"up":{"uv":[10.5,6,11.5,7],"rotation":270,"texture":"#5"},"down":{"uv":[10.5,6,11.5,7],"rotation":270,"texture":"#5"}}},{"from":[-0.65287,8.53977,2.75744],"to":[-0.05287,9.33977,3.55744],"rotation":{"angle":-22.5,"axis":"z","origin":[-0.30975,8.60293,3.10892]},"faces":{"north":{"uv":[10,5.5,11,6.5],"rotation":180,"texture":"#5"},"east":{"uv":[10,5.5,11,6.5],"rotation":180,"texture":"#5"},"south":{"uv":[10,5.5,11,6.5],"rotation":180,"texture":"#5"},"west":{"uv":[10,5.5,11,6.5],"rotation":180,"texture":"#5"},"up":{"uv":[10,6,11,6.5],"rotation":90,"texture":"#5"},"down":{"uv":[10,5.5,11,6.5],"rotation":270,"texture":"#5"}}},{"from":[-0.39882,7.97524,2.7604],"to":[0.10118,8.77524,3.3604],"rotation":{"angle":22.5,"axis":"z","origin":[-0.14882,8.37524,3.0604]},"faces":{"north":{"uv":[8.5,5.5,9.5,6.5],"rotation":270,"texture":"#5"},"east":{"uv":[8.5,5.5,9.5,6.5],"rotation":270,"texture":"#5"},"south":{"uv":[8.5,5.5,9.5,6.5],"rotation":270,"texture":"#5"},"west":{"uv":[8.5,5.5,9.5,6.5],"rotation":270,"texture":"#5"},"up":{"uv":[8.5,5.5,9.5,6.5],"rotation":180,"texture":"#5"},"down":{"uv":[8.5,5.5,9.5,6.5],"texture":"#5"}}},{"from":[-0.32008,5.01026,2.85908],"to":[3.17992,5.51026,4.85908],"rotation":{"angle":45,"axis":"z","origin":[-0.18522,4.2375,3.67386]},"faces":{"north":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#5"},"east":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#5"},"south":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#5"},"west":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#5"},"up":{"uv":[11.5,6,13.5,6.5],"rotation":270,"texture":"#5"},"down":{"uv":[11.5,6,13.5,6.5],"rotation":90,"texture":"#5"}}},{"from":[-1.57588,5.66592,3.37812],"to":[0.42412,6.16592,5.37812],"rotation":{"angle":22.5,"axis":"z","origin":[-0.68522,4.4875,4.17386]},"faces":{"north":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#5"},"east":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#5"},"south":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#5"},"west":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#5"},"up":{"uv":[8.5,6.5,9.5,7],"rotation":270,"texture":"#5"},"down":{"uv":[8.5,6.5,9.5,7],"rotation":90,"texture":"#5"}}},{"from":[-2.3058,5.36931,3.49343],"to":[-2.0558,6.36931,4.49343],"rotation":{"angle":45,"axis":"z","origin":[-2.83234,5.45368,3.99622]},"faces":{"north":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"east":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"south":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"west":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"up":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"down":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"}}},{"from":[-2.64258,6.45124,3.59343],"to":[-2.44258,7.45124,4.39343],"rotation":{"angle":22.5,"axis":"z","origin":[-2.83234,5.45368,3.99622]},"faces":{"north":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"east":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"south":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"west":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"up":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"down":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"}}},{"from":[-2.86925,6.15873,4.65126],"to":[-2.66925,6.95873,5.45126],"rotation":{"angle":22.5,"axis":"z","origin":[-2.83234,5.45368,3.99622]},"faces":{"north":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"east":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"south":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"west":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"up":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"down":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"}}},{"from":[-2.44761,5.49876,4.05107],"to":[-2.19761,6.49876,5.05107],"rotation":{"angle":-45,"axis":"y","origin":[-2.83234,5.45368,3.99622]},"faces":{"north":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"east":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"south":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"west":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"up":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"},"down":{"uv":[6,0,5,1],"rotation":270,"texture":"#5"}}},{"from":[-1.54864,11.85587,5.56165],"to":[-0.54864,12.10587,6.56165],"rotation":{"angle":-45,"axis":"x","origin":[-1.56623,12.48117,5.49343]},"faces":{"north":{"uv":[9,0,8,1],"rotation":180,"texture":"#5"},"east":{"uv":[9,0,8,1],"texture":"#5"},"south":{"uv":[9,0,8,1],"texture":"#5"},"west":{"uv":[9,0,8,1],"texture":"#5"},"up":{"uv":[9,0,8,1],"texture":"#5"},"down":{"uv":[9,0,8,1],"texture":"#5"}}},{"from":[-0.88041,12.34349,6.15126],"to":[-0.08041,12.54349,6.95126],"rotation":{"angle":22.5,"axis":"z","origin":[-1.56623,12.48117,5.49343]},"faces":{"north":{"uv":[9,0,8,1],"rotation":180,"texture":"#5"},"east":{"uv":[9,0,8,1],"texture":"#5"},"south":{"uv":[9,0,8,1],"texture":"#5"},"west":{"uv":[9,0,8,1],"texture":"#5"},"up":{"uv":[9,0,8,1],"texture":"#5"},"down":{"uv":[9,0,8,1],"texture":"#5"}}},{"from":[-0.5879,12.11682,5.09343],"to":[0.4121,12.31682,5.89343],"rotation":{"angle":22.5,"axis":"z","origin":[-1.56623,12.48117,5.49343]},"faces":{"north":{"uv":[9,0,8,1],"rotation":180,"texture":"#5"},"east":{"uv":[9,0,8,1],"texture":"#5"},"south":{"uv":[9,0,8,1],"texture":"#5"},"west":{"uv":[9,0,8,1],"texture":"#5"},"up":{"uv":[9,0,8,1],"texture":"#5"},"down":{"uv":[9,0,8,1],"texture":"#5"}}},{"from":[-1.65865,11.73547,4.99343],"to":[-0.65865,11.98547,5.99343],"rotation":{"angle":45,"axis":"z","origin":[-1.56623,12.48117,5.49343]},"faces":{"north":{"uv":[9,0,8,1],"rotation":180,"texture":"#5"},"east":{"uv":[9,0,8,1],"texture":"#5"},"south":{"uv":[9,0,8,1],"texture":"#5"},"west":{"uv":[9,0,8,1],"texture":"#5"},"up":{"uv":[9,0,8,1],"texture":"#5"},"down":{"uv":[9,0,8,1],"texture":"#5"}}},{"from":[-2.14864,11.30967,4.89954],"to":[-0.94864,12.50967,6.09954],"rotation":{"angle":0,"axis":"y","origin":[-1.56623,12.48117,5.49343]},"faces":{"north":{"uv":[8.5,0.5,10,2],"rotation":90,"texture":"#5"},"east":{"uv":[8.5,0.5,10,2],"rotation":270,"texture":"#5"},"south":{"uv":[8.5,0.5,10,2],"rotation":270,"texture":"#5"},"west":{"uv":[8.5,0.5,10,2],"rotation":270,"texture":"#5"},"up":{"uv":[8.5,0.5,10,2],"rotation":270,"texture":"#5"},"down":{"uv":[8.5,0.5,10,2],"rotation":270,"texture":"#5"}}},{"from":[-2.64864,11.57326,4.42414],"to":[-1.64864,11.82326,5.42414],"rotation":{"angle":45,"axis":"x","origin":[-1.56623,12.48117,5.49343]},"faces":{"north":{"uv":[9,0,8,1],"rotation":180,"texture":"#5"},"east":{"uv":[9,0,8,1],"texture":"#5"},"south":{"uv":[9,0,8,1],"texture":"#5"},"west":{"uv":[9,0,8,1],"texture":"#5"},"up":{"uv":[9,0,8,1],"texture":"#5"},"down":{"uv":[9,0,8,1],"texture":"#5"}}},{"from":[-1.54864,11.85588,4.42522],"to":[-0.54864,12.10588,5.42522],"rotation":{"angle":45,"axis":"x","origin":[-1.56623,12.48117,5.49343]},"faces":{"north":{"uv":[9,0,8,1],"rotation":180,"texture":"#5"},"east":{"uv":[9,0,8,1],"texture":"#5"},"south":{"uv":[9,0,8,1],"texture":"#5"},"west":{"uv":[9,0,8,1],"texture":"#5"},"up":{"uv":[9,0,8,1],"texture":"#5"},"down":{"uv":[9,0,8,1],"texture":"#5"}}},{"from":[-0.88041,12.34349,4.0356],"to":[-0.08041,12.54349,4.8356],"rotation":{"angle":22.5,"axis":"z","origin":[-1.56623,12.48117,5.49343]},"faces":{"north":{"uv":[9,0,8,1],"rotation":180,"texture":"#5"},"east":{"uv":[9,0,8,1],"texture":"#5"},"south":{"uv":[9,0,8,1],"texture":"#5"},"west":{"uv":[9,0,8,1],"texture":"#5"},"up":{"uv":[9,0,8,1],"texture":"#5"},"down":{"uv":[9,0,8,1],"texture":"#5"}}},{"from":[-3.11408,12.10132,3.8356],"to":[-2.31408,12.30132,4.6356],"rotation":{"angle":-22.5,"axis":"z","origin":[-1.56623,12.48117,5.49343]},"faces":{"north":{"uv":[9,0,8,1],"rotation":180,"texture":"#5"},"east":{"uv":[9,0,8,1],"texture":"#5"},"south":{"uv":[9,0,8,1],"texture":"#5"},"west":{"uv":[9,0,8,1],"texture":"#5"},"up":{"uv":[9,0,8,1],"texture":"#5"},"down":{"uv":[9,0,8,1],"texture":"#5"}}},{"from":[-3.64023,12.3478,5.09343],"to":[-2.64023,12.5478,5.89343],"rotation":{"angle":-22.5,"axis":"z","origin":[-1.56623,12.48117,5.49343]},"faces":{"north":{"uv":[9,0,8,1],"rotation":180,"texture":"#5"},"east":{"uv":[9,0,8,1],"texture":"#5"},"south":{"uv":[9,0,8,1],"texture":"#5"},"west":{"uv":[9,0,8,1],"texture":"#5"},"up":{"uv":[9,0,8,1],"texture":"#5"},"down":{"uv":[9,0,8,1],"texture":"#5"}}},{"from":[-2.65058,11.91227,4.99343],"to":[-1.65058,12.16227,5.99343],"rotation":{"angle":-45,"axis":"z","origin":[-1.56623,12.48117,5.49343]},"faces":{"north":{"uv":[9,0,8,1],"rotation":180,"texture":"#5"},"east":{"uv":[9,0,8,1],"texture":"#5"},"south":{"uv":[9,0,8,1],"texture":"#5"},"west":{"uv":[9,0,8,1],"texture":"#5"},"up":{"uv":[9,0,8,1],"texture":"#5"},"down":{"uv":[9,0,8,1],"texture":"#5"}}},{"from":[-2.64864,11.57326,5.56272],"to":[-1.64864,11.82326,6.56272],"rotation":{"angle":-45,"axis":"x","origin":[-1.56623,12.48117,5.49343]},"faces":{"north":{"uv":[9,0,8,1],"rotation":180,"texture":"#5"},"east":{"uv":[9,0,8,1],"texture":"#5"},"south":{"uv":[9,0,8,1],"texture":"#5"},"west":{"uv":[9,0,8,1],"texture":"#5"},"up":{"uv":[9,0,8,1],"texture":"#5"},"down":{"uv":[9,0,8,1],"texture":"#5"}}},{"from":[-3.11408,12.10132,6.35126],"to":[-2.31408,12.30132,7.15126],"rotation":{"angle":-22.5,"axis":"z","origin":[-1.56623,12.48117,5.49343]},"faces":{"north":{"uv":[9,0,8,1],"rotation":180,"texture":"#5"},"east":{"uv":[9,0,8,1],"texture":"#5"},"south":{"uv":[9,0,8,1],"texture":"#5"},"west":{"uv":[9,0,8,1],"texture":"#5"},"up":{"uv":[9,0,8,1],"texture":"#5"},"down":{"uv":[9,0,8,1],"texture":"#5"}}},{"from":[1.75199,9.96359,2.86874],"to":[2.75199,10.96359,3.11874],"rotation":{"angle":45,"axis":"y","origin":[1.68377,10.98117,2.49343]},"faces":{"north":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"east":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"south":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"west":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"up":{"uv":[3,0,2,1],"texture":"#5"},"down":{"uv":[3,0,2,1],"rotation":180,"texture":"#5"}}},{"from":[2.3416,9.49536,2.43111],"to":[3.1416,10.29536,2.63111],"rotation":{"angle":22.5,"axis":"x","origin":[1.68377,10.98117,2.49343]},"faces":{"north":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"east":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"south":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"west":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"up":{"uv":[3,0,2,1],"texture":"#5"},"down":{"uv":[3,0,2,1],"rotation":180,"texture":"#5"}}},{"from":[1.28377,9.00285,2.65778],"to":[2.08377,10.00285,2.85778],"rotation":{"angle":22.5,"axis":"x","origin":[1.68377,10.98117,2.49343]},"faces":{"north":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"east":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"south":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"west":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"up":{"uv":[3,0,2,1],"texture":"#5"},"down":{"uv":[3,0,2,1],"rotation":180,"texture":"#5"}}},{"from":[1.18377,10.07359,2.98914],"to":[2.18377,11.07359,3.23914],"rotation":{"angle":45,"axis":"x","origin":[1.68377,10.98117,2.49343]},"faces":{"north":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"east":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"south":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"west":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"up":{"uv":[3,0,2,1],"texture":"#5"},"down":{"uv":[3,0,2,1],"rotation":180,"texture":"#5"}}},{"from":[1.08988,10.36359,2.46494],"to":[2.28988,11.56359,3.66494],"rotation":{"angle":0,"axis":"y","origin":[1.68377,10.98117,2.49343]},"faces":{"north":{"uv":[2.5,0.5,4,2],"texture":"#5"},"east":{"uv":[2.5,0.5,4,2],"texture":"#5"},"south":{"uv":[2.5,0.5,4,2],"texture":"#5"},"west":{"uv":[2.5,0.5,4,2],"texture":"#5"},"up":{"uv":[2.5,0.5,4,2],"rotation":270,"texture":"#5"},"down":{"uv":[2.5,0.5,4,2],"rotation":90,"texture":"#5"}}},{"from":[0.61448,11.06359,3.15134],"to":[1.61448,12.06359,3.40134],"rotation":{"angle":-45,"axis":"y","origin":[1.68377,10.98117,2.49343]},"faces":{"north":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"east":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"south":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"west":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"up":{"uv":[3,0,2,1],"texture":"#5"},"down":{"uv":[3,0,2,1],"rotation":180,"texture":"#5"}}},{"from":[0.61556,9.96359,2.86872],"to":[1.61556,10.96359,3.11872],"rotation":{"angle":-45,"axis":"y","origin":[1.68377,10.98117,2.49343]},"faces":{"north":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"east":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"south":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"west":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"up":{"uv":[3,0,2,1],"texture":"#5"},"down":{"uv":[3,0,2,1],"rotation":180,"texture":"#5"}}},{"from":[0.22594,9.49536,2.43111],"to":[1.02594,10.29536,2.63111],"rotation":{"angle":22.5,"axis":"x","origin":[1.68377,10.98117,2.49343]},"faces":{"north":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"east":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"south":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"west":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"up":{"uv":[3,0,2,1],"texture":"#5"},"down":{"uv":[3,0,2,1],"rotation":180,"texture":"#5"}}},{"from":[0.02594,11.72902,2.67329],"to":[0.82594,12.52902,2.87329],"rotation":{"angle":-22.5,"axis":"x","origin":[1.68377,10.98117,2.49343]},"faces":{"north":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"east":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"south":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"west":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"up":{"uv":[3,0,2,1],"texture":"#5"},"down":{"uv":[3,0,2,1],"rotation":180,"texture":"#5"}}},{"from":[1.28377,12.05517,2.42681],"to":[2.08377,13.05517,2.62681],"rotation":{"angle":-22.5,"axis":"x","origin":[1.68377,10.98117,2.49343]},"faces":{"north":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"east":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"south":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"west":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"up":{"uv":[3,0,2,1],"texture":"#5"},"down":{"uv":[3,0,2,1],"rotation":180,"texture":"#5"}}},{"from":[1.18377,11.06553,2.81234],"to":[2.18377,12.06553,3.06234],"rotation":{"angle":-45,"axis":"x","origin":[1.68377,10.98117,2.49343]},"faces":{"north":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"east":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"south":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"west":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"up":{"uv":[3,0,2,1],"texture":"#5"},"down":{"uv":[3,0,2,1],"rotation":180,"texture":"#5"}}},{"from":[1.75306,11.06359,3.15135],"to":[2.75306,12.06359,3.40135],"rotation":{"angle":45,"axis":"y","origin":[1.68377,10.98117,2.49343]},"faces":{"north":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"east":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"south":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"west":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"up":{"uv":[3,0,2,1],"texture":"#5"},"down":{"uv":[3,0,2,1],"rotation":180,"texture":"#5"}}},{"from":[2.5416,11.72902,2.67329],"to":[3.3416,12.52902,2.87329],"rotation":{"angle":-22.5,"axis":"x","origin":[1.68377,10.98117,2.49343]},"faces":{"north":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"east":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"south":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"west":{"uv":[3,0,2,1],"rotation":90,"texture":"#5"},"up":{"uv":[3,0,2,1],"texture":"#5"},"down":{"uv":[3,0,2,1],"rotation":180,"texture":"#5"}}},{"from":[8.90338,4.23527,4],"to":[14.15338,11.23527,5.5],"rotation":{"angle":-45,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[0,10.5,7,15.75],"rotation":270,"texture":"#1"},"east":{"uv":[2.5,10.5,9.5,12],"rotation":270,"texture":"#1"},"south":{"uv":[0,10.5,7,15.75],"rotation":270,"texture":"#1"},"west":{"uv":[2.5,10.5,9.5,12],"rotation":270,"texture":"#1"},"up":{"uv":[6,10.5,7.5,15.75],"rotation":270,"texture":"#1"},"down":{"uv":[2.5,10.5,4,15.75],"rotation":270,"texture":"#1"}}},{"from":[-0.46209,4.36314,4],"to":[4.78791,11.36314,5.5],"rotation":{"angle":0,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[0,10.5,7,15.75],"rotation":270,"texture":"#1"},"east":{"uv":[2.5,10.5,9.5,12],"rotation":270,"texture":"#1"},"south":{"uv":[0,10.5,7,15.75],"rotation":270,"texture":"#1"},"west":{"uv":[2.5,10.5,9.5,12],"rotation":270,"texture":"#1"},"up":{"uv":[6,10.5,7.5,15.75],"rotation":270,"texture":"#1"},"down":{"uv":[2.5,10.5,4,15.75],"rotation":270,"texture":"#1"}}},{"from":[-2.37658,7.07809,4.01],"to":[0.85342,14.05809,5.49],"rotation":{"angle":22.5,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[0,10.5,7,13.75],"rotation":270,"texture":"#1"},"east":{"uv":[0,10.5,7,12],"rotation":270,"texture":"#1"},"south":{"uv":[0,10.5,7,13.75],"rotation":270,"texture":"#1"},"west":{"uv":[0,10.5,7,12],"rotation":270,"texture":"#1"},"up":{"uv":[6,10.5,7.5,13.75],"rotation":270,"texture":"#1"},"down":{"uv":[2.5,10.5,4,13.75],"rotation":270,"texture":"#1"}}},{"from":[4.45809,0.24342,4.01],"to":[11.43809,3.47342,5.49],"rotation":{"angle":22.5,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[7,10.5,0,13.75],"texture":"#1"},"east":{"uv":[7.5,10.5,6,13.75],"rotation":180,"texture":"#1"},"south":{"uv":[7,10.5,0,13.75],"rotation":180,"texture":"#1"},"west":{"uv":[4,10.5,2.5,13.75],"rotation":180,"texture":"#1"},"up":{"uv":[7,10.5,0,12],"rotation":180,"texture":"#1"},"down":{"uv":[7,10.5,0,12],"rotation":180,"texture":"#1"}}},{"from":[4.22705,3.37594,4.01],"to":[9.45705,10.35594,5.49],"rotation":{"angle":-22.5,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[0,10.5,7,15.75],"rotation":270,"texture":"#1"},"east":{"uv":[2.5,10.5,9.5,12],"rotation":270,"texture":"#1"},"south":{"uv":[0,10.5,7,15.75],"rotation":270,"texture":"#1"},"west":{"uv":[2.5,10.5,9.5,12],"rotation":270,"texture":"#1"},"up":{"uv":[6,10.5,7.5,15.75],"rotation":270,"texture":"#1"},"down":{"uv":[2.5,10.5,4,15.75],"rotation":270,"texture":"#1"}}},{"from":[3.94629,1.11587,3.01],"to":[9.27629,3.09587,3.99],"rotation":{"angle":22.5,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[2.5,10.5,7.85,12.5],"rotation":180,"texture":"#2"},"east":{"uv":[7,10.5,8,12.5],"texture":"#2"},"south":{"uv":[2.5,10.5,7.85,12.5],"texture":"#2"},"west":{"uv":[2.5,10.5,3.5,12.5],"texture":"#2"},"up":{"uv":[2.5,10.5,7.85,11.5],"texture":"#2"},"down":{"uv":[2.5,10.5,7.85,11.5],"texture":"#2"}}},{"from":[3.02668,5.62189,3.02],"to":[4.98668,11.33189,3.98],"rotation":{"angle":22.5,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[4.5,10.5,10.25,12.5],"rotation":270,"texture":"#2"},"east":{"uv":[4.5,10.5,10.25,11.5],"rotation":270,"texture":"#2"},"south":{"uv":[4.5,10.5,10.25,12.5],"rotation":270,"texture":"#2"},"west":{"uv":[4.5,10.5,10.25,11.5],"rotation":270,"texture":"#2"},"up":{"uv":[9,10.5,10,12.5],"rotation":270,"texture":"#2"},"down":{"uv":[4.5,10.5,5.5,12.5],"rotation":270,"texture":"#2"}}},{"from":[4.74189,5.63668,3.01],"to":[8.72189,7.61668,3.99],"rotation":{"angle":22.5,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[5,10.5,9,12.5],"rotation":180,"texture":"#2"},"east":{"uv":[9.5,10.5,10.5,12.5],"texture":"#2"},"south":{"uv":[5,10.5,9,12.5],"texture":"#2"},"west":{"uv":[5,10.5,6,12.5],"texture":"#2"},"up":{"uv":[5,10.5,9,11.5],"texture":"#2"},"down":{"uv":[5,10.5,9,11.5],"texture":"#2"}}},{"from":[8.47531,3.38543,3],"to":[13.47531,5.38543,4],"rotation":{"angle":-45,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[2,10,4,15],"rotation":270,"texture":"#2"},"east":{"uv":[2,10,4,11],"rotation":270,"texture":"#2"},"south":{"uv":[2,10,4,15],"rotation":270,"texture":"#2"},"west":{"uv":[2,10,4,11],"rotation":270,"texture":"#2"},"up":{"uv":[2,10,3,15],"rotation":270,"texture":"#2"},"down":{"uv":[2,10,3,15],"rotation":270,"texture":"#2"}}},{"from":[-1.75,6.5,3.5],"to":[-0.75,11.5,6],"rotation":{"angle":0,"axis":"y","origin":[-1.75,6.5,4]},"faces":{"north":{"uv":[7,5.5,12,6.5],"rotation":270,"texture":"#5"},"east":{"uv":[7,5.5,12,8],"rotation":90,"texture":"#5"},"south":{"uv":[7,7,12,8],"rotation":270,"texture":"#5"},"west":{"uv":[7,5.5,12,8],"rotation":270,"texture":"#5"},"up":{"uv":[7,5.5,9.5,6.5],"rotation":90,"texture":"#5"},"down":{"uv":[7,5.5,9.5,6.5],"rotation":90,"texture":"#5"}}},{"from":[-0.5,7.7,2.5],"to":[0.5,11.2,5],"rotation":{"angle":45,"axis":"z","origin":[0,10.2,3.75]},"faces":{"north":{"uv":[8,6,11.5,7],"rotation":270,"texture":"#5"},"east":{"uv":[6.5,5.5,9,7],"rotation":90,"texture":"#5"},"south":{"uv":[8,6,11.5,7],"rotation":270,"texture":"#5"},"west":{"uv":[9.5,5.5,13,8],"rotation":270,"texture":"#5"},"up":{"uv":[8.5,5.5,11,6.5],"rotation":90,"texture":"#5"},"down":{"uv":[8,6,10.5,7],"rotation":90,"texture":"#5"}}},{"from":[-1.26967,9.71967,3.25],"to":[2.23033,10.71967,4.75],"rotation":{"angle":22.5,"axis":"z","origin":[0.48033,10.21967,4.5]},"faces":{"north":{"uv":[8,6,11.5,7],"texture":"#5"},"east":{"uv":[8,6,9.5,7],"texture":"#5"},"south":{"uv":[8,6,11.5,7],"rotation":180,"texture":"#5"},"west":{"uv":[8,6,9.5,7],"texture":"#5"},"up":{"uv":[8,6,11.5,7.5],"texture":"#5"},"down":{"uv":[8,6,11.5,7.5],"rotation":180,"texture":"#5"}}},{"from":[7.94833,5.82853,3.83922],"to":[16.32833,6.20853,4.21922],"rotation":{"angle":22.5,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[9,12.5,0,12],"rotation":180,"texture":"#0"},"east":{"uv":[0,12,1,13],"rotation":270,"texture":"#0"},"south":{"uv":[9,12.5,0,12],"texture":"#0"},"west":{"uv":[0,12,9,12.5],"rotation":90,"texture":"#0"},"up":{"uv":[0,12,9,12.5],"rotation":180,"texture":"#0"},"down":{"uv":[0,12,9,12.5],"rotation":180,"texture":"#0"}}},{"from":[12.04505,15.34684,3.94922],"to":[13.00505,17.80684,4.15922],"rotation":{"angle":-45,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[7.5,14,10,15],"rotation":90,"texture":"#0"},"east":{"uv":[7.5,14,10,14.25],"rotation":90,"texture":"#0"},"south":{"uv":[7.5,14,10,15],"rotation":90,"texture":"#0"},"west":{"uv":[7.5,14,10,14.25],"rotation":90,"texture":"#0"},"up":{"uv":[7.5,14,8.5,14.25],"rotation":180,"texture":"#0"},"down":{"uv":[7.5,14,8.5,14.25],"texture":"#0"}}},{"from":[15.88041,13.49829,3.92922],"to":[18.38041,15.99829,4.17922],"rotation":{"angle":-22.5,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[5,3,2.5,0.5],"rotation":90,"texture":"#0"},"east":{"uv":[2.5,0.5,5,0.75],"rotation":270,"texture":"#0"},"south":{"uv":[5,3,2.5,0.5],"rotation":180,"texture":"#0"},"west":{"uv":[2.5,2.5,5,2.75],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,0.5,5,0.75],"texture":"#0"},"down":{"uv":[2.5,2.5,5,2.75],"texture":"#0"}}},{"from":[15.5041,8.29427,3.94922],"to":[17.9641,9.25427,4.15922],"rotation":{"angle":0,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[10,15,7.5,14],"rotation":180,"texture":"#0"},"east":{"uv":[7.5,14,8.5,14.25],"rotation":270,"texture":"#0"},"south":{"uv":[10,15,7.5,14],"texture":"#0"},"west":{"uv":[7.5,14,8.5,14.25],"rotation":90,"texture":"#0"},"up":{"uv":[7.5,14,10,14.25],"rotation":180,"texture":"#0"},"down":{"uv":[7.5,14,10,14.25],"rotation":180,"texture":"#0"}}},{"from":[9.11304,5.07376,3.93922],"to":[17.09304,7.05376,4.16922],"rotation":{"angle":22.5,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[15.5,16,7.5,14],"rotation":180,"texture":"#0"},"east":{"uv":[7.5,14,9.5,14.25],"rotation":270,"texture":"#0"},"south":{"uv":[15.5,16,7.5,14],"texture":"#0"},"west":{"uv":[7.5,14,9.5,14.25],"rotation":90,"texture":"#0"},"up":{"uv":[7.5,14,15.5,14.25],"rotation":180,"texture":"#0"},"down":{"uv":[7.5,14,15.5,14.25],"rotation":180,"texture":"#0"}}},{"from":[9.24431,10.38384,4.33922],"to":[9.60431,16.74384,4.69922],"rotation":{"angle":-45,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[0,12,9,12.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,12,9,12.5],"rotation":90,"texture":"#0"},"south":{"uv":[0,12,9,12.5],"rotation":90,"texture":"#0"},"west":{"uv":[0,12,9,12.5],"rotation":90,"texture":"#0"},"up":{"uv":[0,12,1,13],"rotation":180,"texture":"#0"},"down":{"uv":[0,12,9,12.5],"texture":"#0"}}},{"from":[8.38907,10.53854,4.42922],"to":[10.36907,17.51854,4.65922],"rotation":{"angle":-45,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[7.5,14,14.5,16],"rotation":90,"texture":"#0"},"east":{"uv":[7.5,14,14.5,14.25],"rotation":90,"texture":"#0"},"south":{"uv":[7.5,14,14.5,16],"rotation":90,"texture":"#0"},"west":{"uv":[7.5,14,14.5,14.25],"rotation":90,"texture":"#0"},"up":{"uv":[7.5,14,9.5,14.25],"rotation":180,"texture":"#0"},"down":{"uv":[7.5,14,9.5,14.25],"texture":"#0"}}},{"from":[13.33486,8.41417,4.43922],"to":[15.79486,9.37417,4.64922],"rotation":{"angle":22.5,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[10,15,7.5,14],"rotation":180,"texture":"#0"},"east":{"uv":[7.5,14,8.5,14.25],"rotation":270,"texture":"#0"},"south":{"uv":[10,15,7.5,14],"texture":"#0"},"west":{"uv":[7.5,14,8.5,14.25],"rotation":90,"texture":"#0"},"up":{"uv":[7.5,14,10,14.25],"rotation":180,"texture":"#0"},"down":{"uv":[7.5,14,10,14.25],"rotation":180,"texture":"#0"}}},{"from":[13.83041,12.77891,4.41922],"to":[16.33041,15.27891,4.66922],"rotation":{"angle":0,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[5,3,2.5,0.5],"rotation":90,"texture":"#0"},"east":{"uv":[2.5,0.5,5,0.75],"rotation":270,"texture":"#0"},"south":{"uv":[5,3,2.5,0.5],"rotation":180,"texture":"#0"},"west":{"uv":[2.5,2.5,5,2.75],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,0.5,5,0.75],"texture":"#0"},"down":{"uv":[2.5,2.5,5,2.75],"texture":"#0"}}},{"from":[10.40172,4.57918,3.28922],"to":[15.38172,6.55918,3.51922],"rotation":{"angle":0,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[12.5,16,7.5,14],"rotation":180,"texture":"#0"},"east":{"uv":[7.5,14,9.5,14.25],"rotation":270,"texture":"#0"},"south":{"uv":[12.5,16,7.5,14],"texture":"#0"},"west":{"uv":[7.5,14,9.5,14.25],"rotation":90,"texture":"#0"},"up":{"uv":[7.5,14,12.5,14.25],"rotation":180,"texture":"#0"},"down":{"uv":[7.5,14,12.5,14.25],"rotation":180,"texture":"#0"}}},{"from":[11.1928,3.57664,3.29922],"to":[13.6528,4.53664,3.50922],"rotation":{"angle":22.5,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[10,15,7.5,14],"rotation":180,"texture":"#0"},"east":{"uv":[7.5,14,8.5,14.25],"rotation":270,"texture":"#0"},"south":{"uv":[10,15,7.5,14],"texture":"#0"},"west":{"uv":[7.5,14,8.5,14.25],"rotation":90,"texture":"#0"},"up":{"uv":[7.5,14,10,14.25],"rotation":180,"texture":"#0"},"down":{"uv":[7.5,14,10,14.25],"rotation":180,"texture":"#0"}}},{"from":[15.02004,11.93848,3.27922],"to":[17.52004,14.43848,3.52922],"rotation":{"angle":-45,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[2.5,0.5,5,3],"rotation":270,"texture":"#0"},"east":{"uv":[2.5,0.5,5,0.75],"rotation":270,"texture":"#0"},"south":{"uv":[2.5,0.5,5,3],"texture":"#0"},"west":{"uv":[2.5,2.5,5,2.75],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,0.5,5,0.75],"texture":"#0"},"down":{"uv":[2.5,2.5,5,2.75],"texture":"#0"}}},{"from":[14.11232,7.18246,3.29922],"to":[16.57232,8.14246,3.50922],"rotation":{"angle":-22.5,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[10,15,7.5,14],"rotation":180,"texture":"#0"},"east":{"uv":[7.5,14,8.5,14.25],"rotation":270,"texture":"#0"},"south":{"uv":[10,15,7.5,14],"texture":"#0"},"west":{"uv":[7.5,14,8.5,14.25],"rotation":90,"texture":"#0"},"up":{"uv":[7.5,14,10,14.25],"rotation":180,"texture":"#0"},"down":{"uv":[7.5,14,10,14.25],"rotation":180,"texture":"#0"}}},{"from":[13.86442,3.30885,3.79922],"to":[16.32442,4.26885,4.00922],"rotation":{"angle":-22.5,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[7.5,14,10,15],"texture":"#0"},"east":{"uv":[7.5,14,8.5,14.25],"rotation":270,"texture":"#0"},"south":{"uv":[7.5,14,10,15],"rotation":180,"texture":"#0"},"west":{"uv":[7.5,14,8.5,14.25],"rotation":90,"texture":"#0"},"up":{"uv":[7.5,14,10,14.25],"rotation":180,"texture":"#0"},"down":{"uv":[7.5,14,10,14.25],"rotation":180,"texture":"#0"}}},{"from":[13.46532,6.09257,3.73922],"to":[17.34532,6.47257,4.11922],"rotation":{"angle":-45,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[7.5,12.5,3,12],"rotation":180,"texture":"#0"},"east":{"uv":[3,12,4,13],"rotation":270,"texture":"#0"},"south":{"uv":[7.5,12.5,3,12],"texture":"#0"},"west":{"uv":[3,12,7.5,12.5],"rotation":90,"texture":"#0"},"up":{"uv":[3,12,7.5,12.5],"rotation":180,"texture":"#0"},"down":{"uv":[3,12,7.5,12.5],"rotation":180,"texture":"#0"}}},{"from":[12.97246,5.35416,3.78922],"to":[17.95246,7.33416,4.01922],"rotation":{"angle":-45,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[12.5,16,7.5,14],"rotation":180,"texture":"#0"},"east":{"uv":[7.5,14,9.5,14.25],"rotation":270,"texture":"#0"},"south":{"uv":[12.5,16,7.5,14],"texture":"#0"},"west":{"uv":[7.5,14,9.5,14.25],"rotation":90,"texture":"#0"},"up":{"uv":[7.5,14,12.5,14.25],"rotation":180,"texture":"#0"},"down":{"uv":[7.5,14,12.5,14.25],"rotation":180,"texture":"#0"}}},{"from":[6.49849,-2.26708,3.79922],"to":[7.45849,0.19292,4.00922],"rotation":{"angle":22.5,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[7.5,14,10,15],"rotation":270,"texture":"#0"},"east":{"uv":[7.5,14,10,14.25],"rotation":270,"texture":"#0"},"south":{"uv":[7.5,14,10,15],"rotation":270,"texture":"#0"},"west":{"uv":[7.5,14,10,14.25],"rotation":270,"texture":"#0"},"up":{"uv":[7.5,14,8.5,14.25],"rotation":180,"texture":"#0"},"down":{"uv":[7.5,14,8.5,14.25],"texture":"#0"}}},{"from":[11.92053,-2.40611,3.77922],"to":[14.42053,0.09389,4.02922],"rotation":{"angle":0,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[2.5,0.5,5,3],"rotation":180,"texture":"#0"},"east":{"uv":[2.5,0.5,5,0.75],"rotation":90,"texture":"#0"},"south":{"uv":[2.5,0.5,5,3],"rotation":90,"texture":"#0"},"west":{"uv":[2.5,2.5,5,2.75],"rotation":90,"texture":"#0"},"up":{"uv":[2.5,2.5,5,2.75],"texture":"#0"},"down":{"uv":[2.5,0.5,5,0.75],"texture":"#0"}}},{"from":[10.89458,5.31759,3.23922],"to":[14.77458,5.69759,3.61922],"rotation":{"angle":0,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[7.5,12.5,3,12],"rotation":180,"texture":"#0"},"east":{"uv":[3,12,4,13],"rotation":270,"texture":"#0"},"south":{"uv":[7.5,12.5,3,12],"texture":"#0"},"west":{"uv":[3,12,7.5,12.5],"rotation":90,"texture":"#0"},"up":{"uv":[3,12,7.5,12.5],"rotation":180,"texture":"#0"},"down":{"uv":[3,12,7.5,12.5],"rotation":180,"texture":"#0"}}},{"from":[3.4448,10.33206,3.83922],"to":[3.8248,18.71206,4.21922],"rotation":{"angle":22.5,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[0,12.5,9,12],"rotation":90,"texture":"#0"},"east":{"uv":[9,12,0,12.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,12.5,9,12],"rotation":90,"texture":"#0"},"west":{"uv":[9,12,0,12.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,13,1,12],"texture":"#0"},"down":{"uv":[0,12.5,9,12],"rotation":180,"texture":"#0"}}},{"from":[0.99495,15.34684,3.94922],"to":[1.95495,17.80684,4.15922],"rotation":{"angle":0,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[7.5,15,10,14],"rotation":90,"texture":"#0"},"east":{"uv":[7.5,14.25,10,14],"rotation":90,"texture":"#0"},"south":{"uv":[7.5,15,10,14],"rotation":90,"texture":"#0"},"west":{"uv":[7.5,14.25,10,14],"rotation":90,"texture":"#0"},"up":{"uv":[8.5,14,7.5,14.25],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,14,7.5,14.25],"texture":"#0"}}},{"from":[-4.38041,13.49829,3.92922],"to":[-1.88041,15.99829,4.17922],"rotation":{"angle":-22.5,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[5,0.5,2.5,3],"rotation":90,"texture":"#0"},"east":{"uv":[2.5,2.75,5,2.5],"rotation":270,"texture":"#0"},"south":{"uv":[2.5,3,5,0.5],"rotation":180,"texture":"#0"},"west":{"uv":[2.5,0.75,5,0.5],"rotation":270,"texture":"#0"},"up":{"uv":[5,0.5,2.5,0.75],"texture":"#0"},"down":{"uv":[5,2.5,2.5,2.75],"texture":"#0"}}},{"from":[-3.9641,8.29427,3.94922],"to":[-1.5041,9.25427,4.15922],"rotation":{"angle":-45,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[7.5,15,10,14],"rotation":180,"texture":"#0"},"east":{"uv":[7.5,14.25,8.5,14],"rotation":90,"texture":"#0"},"south":{"uv":[7.5,15,10,14],"texture":"#0"},"west":{"uv":[7.5,14.25,8.5,14],"rotation":270,"texture":"#0"},"up":{"uv":[10,14,7.5,14.25],"rotation":180,"texture":"#0"},"down":{"uv":[10,14,7.5,14.25],"rotation":180,"texture":"#0"}}},{"from":[2.69003,11.49677,3.93922],"to":[4.67003,19.47677,4.16922],"rotation":{"angle":22.5,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[7.5,16,15.5,14],"rotation":90,"texture":"#0"},"east":{"uv":[15.5,14,7.5,14.25],"rotation":270,"texture":"#0"},"south":{"uv":[7.5,16,15.5,14],"rotation":90,"texture":"#0"},"west":{"uv":[15.5,14,7.5,14.25],"rotation":270,"texture":"#0"},"up":{"uv":[7.5,14.25,9.5,14],"texture":"#0"},"down":{"uv":[7.5,14.25,9.5,14],"rotation":180,"texture":"#0"}}},{"from":[4.39569,10.38384,4.33922],"to":[4.75569,16.74384,4.69922],"rotation":{"angle":0,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[0,12.5,9,12],"rotation":90,"texture":"#0"},"east":{"uv":[0,12.5,9,12],"rotation":90,"texture":"#0"},"south":{"uv":[0,12.5,9,12],"rotation":90,"texture":"#0"},"west":{"uv":[0,12.5,9,12],"rotation":90,"texture":"#0"},"up":{"uv":[1,12,0,13],"rotation":180,"texture":"#0"},"down":{"uv":[9,12,0,12.5],"texture":"#0"}}},{"from":[3.63093,10.53854,4.42922],"to":[5.61093,17.51854,4.65922],"rotation":{"angle":0,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[7.5,16,14.5,14],"rotation":90,"texture":"#0"},"east":{"uv":[7.5,14.25,14.5,14],"rotation":90,"texture":"#0"},"south":{"uv":[7.5,16,14.5,14],"rotation":90,"texture":"#0"},"west":{"uv":[7.5,14.25,14.5,14],"rotation":90,"texture":"#0"},"up":{"uv":[9.5,14,7.5,14.25],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,14,7.5,14.25],"texture":"#0"}}},{"from":[6.03045,15.71859,4.43922],"to":[6.99045,18.17859,4.64922],"rotation":{"angle":22.5,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[7.5,15,10,14],"rotation":90,"texture":"#0"},"east":{"uv":[10,14,7.5,14.25],"rotation":270,"texture":"#0"},"south":{"uv":[7.5,15,10,14],"rotation":90,"texture":"#0"},"west":{"uv":[10,14,7.5,14.25],"rotation":270,"texture":"#0"},"up":{"uv":[7.5,14.25,8.5,14],"texture":"#0"},"down":{"uv":[7.5,14.25,8.5,14],"rotation":180,"texture":"#0"}}},{"from":[-2.33041,12.77891,4.41922],"to":[0.16959,15.27891,4.66922],"rotation":{"angle":-45,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[5,0.5,2.5,3],"rotation":90,"texture":"#0"},"east":{"uv":[2.5,2.75,5,2.5],"rotation":270,"texture":"#0"},"south":{"uv":[2.5,3,5,0.5],"rotation":180,"texture":"#0"},"west":{"uv":[2.5,0.75,5,0.5],"rotation":270,"texture":"#0"},"up":{"uv":[5,0.5,2.5,0.75],"texture":"#0"},"down":{"uv":[5,2.5,2.5,2.75],"texture":"#0"}}},{"from":[-0.77458,5.31759,3.23922],"to":[3.10542,5.69759,3.61922],"rotation":{"angle":-45,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[3,12.5,7.5,12],"rotation":180,"texture":"#0"},"east":{"uv":[3,12.5,7.5,12],"rotation":90,"texture":"#0"},"south":{"uv":[3,12.5,7.5,12],"texture":"#0"},"west":{"uv":[3,13,4,12],"rotation":270,"texture":"#0"},"up":{"uv":[7.5,12,3,12.5],"rotation":180,"texture":"#0"},"down":{"uv":[7.5,12,3,12.5],"rotation":180,"texture":"#0"}}},{"from":[-1.38172,4.57918,3.28922],"to":[3.59828,6.55918,3.51922],"rotation":{"angle":-45,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[7.5,16,12.5,14],"rotation":180,"texture":"#0"},"east":{"uv":[7.5,14.25,9.5,14],"rotation":90,"texture":"#0"},"south":{"uv":[7.5,16,12.5,14],"texture":"#0"},"west":{"uv":[7.5,14.25,9.5,14],"rotation":270,"texture":"#0"},"up":{"uv":[12.5,14,7.5,14.25],"rotation":180,"texture":"#0"},"down":{"uv":[12.5,14,7.5,14.25],"rotation":180,"texture":"#0"}}},{"from":[0.62243,3.3941,3.29922],"to":[3.08243,4.3541,3.50922],"rotation":{"angle":-45,"axis":"z","origin":[7.97867,8.46758,4.10422]},"faces":{"north":{"uv":[7.5,15,10,14],"rotation":180,"texture":"#0"},"east":{"uv":[7.5,14.25,8.5,14],"rotation":90,"texture":"#0"},"south":{"uv":[7.5,15,10,14],"texture":"#0"},"west":{"uv":[7.5,14.25,8.5,14],"rotation":270,"texture":"#0"},"up":{"uv":[10,14,7.5,14.25],"rotation":180,"texture":"#0"},"down":{"uv":[10,14,7.5,14.25],"rotation":180,"texture":"#0"}}},{"from":[-3.52004,11.93848,3.27922],"to":[-1.02004,14.43848,3.52922],"rotation":{"angle":0,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[2.5,3,5,0.5],"rotation":270,"texture":"#0"},"east":{"uv":[2.5,2.75,5,2.5],"rotation":270,"texture":"#0"},"south":{"uv":[5,0.5,2.5,3],"texture":"#0"},"west":{"uv":[2.5,0.75,5,0.5],"rotation":270,"texture":"#0"},"up":{"uv":[5,0.5,2.5,0.75],"texture":"#0"},"down":{"uv":[5,2.5,2.5,2.75],"texture":"#0"}}},{"from":[-2.57232,7.18246,3.29922],"to":[-0.11232,8.14246,3.50922],"rotation":{"angle":-22.5,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[7.5,15,10,14],"rotation":180,"texture":"#0"},"east":{"uv":[7.5,14.25,8.5,14],"rotation":90,"texture":"#0"},"south":{"uv":[7.5,15,10,14],"texture":"#0"},"west":{"uv":[7.5,14.25,8.5,14],"rotation":270,"texture":"#0"},"up":{"uv":[10,14,7.5,14.25],"rotation":180,"texture":"#0"},"down":{"uv":[10,14,7.5,14.25],"rotation":180,"texture":"#0"}}},{"from":[-3.34532,6.09257,3.73922],"to":[0.53468,6.47257,4.11922],"rotation":{"angle":0,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[3,12.5,7.5,12],"rotation":180,"texture":"#0"},"east":{"uv":[3,12.5,7.5,12],"rotation":90,"texture":"#0"},"south":{"uv":[3,12.5,7.5,12],"texture":"#0"},"west":{"uv":[3,13,4,12],"rotation":270,"texture":"#0"},"up":{"uv":[7.5,12,3,12.5],"rotation":180,"texture":"#0"},"down":{"uv":[7.5,12,3,12.5],"rotation":180,"texture":"#0"}}},{"from":[-2.32442,3.30885,3.79922],"to":[0.13558,4.26885,4.00922],"rotation":{"angle":-22.5,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[10,14,7.5,15],"texture":"#0"},"east":{"uv":[7.5,14.25,8.5,14],"rotation":90,"texture":"#0"},"south":{"uv":[10,14,7.5,15],"rotation":180,"texture":"#0"},"west":{"uv":[7.5,14.25,8.5,14],"rotation":270,"texture":"#0"},"up":{"uv":[10,14,7.5,14.25],"rotation":180,"texture":"#0"},"down":{"uv":[10,14,7.5,14.25],"rotation":180,"texture":"#0"}}},{"from":[-3.95246,5.35416,3.78922],"to":[1.02754,7.33416,4.01922],"rotation":{"angle":0,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[7.5,16,12.5,14],"rotation":180,"texture":"#0"},"east":{"uv":[7.5,14.25,9.5,14],"rotation":90,"texture":"#0"},"south":{"uv":[7.5,16,12.5,14],"texture":"#0"},"west":{"uv":[7.5,14.25,9.5,14],"rotation":270,"texture":"#0"},"up":{"uv":[12.5,14,7.5,14.25],"rotation":180,"texture":"#0"},"down":{"uv":[12.5,14,7.5,14.25],"rotation":180,"texture":"#0"}}},{"from":[-4.65081,8.88222,3.79922],"to":[-2.19081,9.84222,4.00922],"rotation":{"angle":22.5,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[7.5,15,10,14],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,14,7.5,14.25],"rotation":270,"texture":"#0"},"south":{"uv":[7.5,15,10,14],"texture":"#0"},"west":{"uv":[8.5,14,7.5,14.25],"rotation":90,"texture":"#0"},"up":{"uv":[7.5,14.25,10,14],"texture":"#0"},"down":{"uv":[7.5,14.25,10,14],"texture":"#0"}}},{"from":[-0.42053,-2.40611,3.77922],"to":[2.07947,0.09389,4.02922],"rotation":{"angle":-45,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[5,0.5,2.5,3],"rotation":180,"texture":"#0"},"east":{"uv":[2.5,2.75,5,2.5],"rotation":90,"texture":"#0"},"south":{"uv":[2.5,3,5,0.5],"rotation":90,"texture":"#0"},"west":{"uv":[2.5,0.75,5,0.5],"rotation":90,"texture":"#0"},"up":{"uv":[5,2.5,2.5,2.75],"texture":"#0"},"down":{"uv":[5,0.5,2.5,0.75],"texture":"#0"}}},{"from":[6.99812,9.35231,4.69922],"to":[8.35812,10.71231,4.90922],"rotation":{"angle":22.5,"axis":"z","origin":[7,9.38373,4.10422]},"faces":{"north":{"uv":[15.9,14.9,14.5,13.5],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,13.5,14.75,14.9],"texture":"#0"},"south":{"uv":[15.9,14.9,14.5,13.5],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,13.5,14.75,14.9],"rotation":180,"texture":"#0"},"up":{"uv":[14.5,13.5,14.75,14.9],"rotation":270,"texture":"#0"},"down":{"uv":[14.5,13.5,14.75,14.9],"rotation":270,"texture":"#0"}}}],"display":{"gui":{"rotation":[5,140,35],"translation":[0.5,1,0],"scale":[0.6,0.6,0.6]},"head":{"rotation":[4,0,22.5],"translation":[1.5,1.75,-3.75]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/melon_band.json b/assets/minecraft/models/item/wynn/skin/hat/melon_band.json new file mode 100644 index 000000000..12f3db46f --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/melon_band.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/melon_band","particle":"skins/melon_band"},"elements":[{"from":[0,0,6],"to":[16,6,11],"rotation":{"angle":0,"axis":"y","origin":[0,0,6]},"faces":{"north":{"uv":[0,2.5,8,5.5],"texture":"#0"},"east":{"uv":[8,0,10.5,3],"texture":"#0"},"south":{"uv":[8,2.5,0,5.5],"texture":"#0"},"west":{"uv":[8,0,10.5,3],"texture":"#0"},"up":{"uv":[0,0,8,2.5],"texture":"#0"},"down":{"uv":[0,5.5,8,8],"texture":"#0"}}},{"from":[2,6,6],"to":[14,8,11],"rotation":{"angle":0,"axis":"y","origin":[2,7,5]},"faces":{"north":{"uv":[0,8,6,9],"texture":"#0"},"east":{"uv":[8.5,8,6,9],"texture":"#0"},"south":{"uv":[6,8,0,9],"texture":"#0"},"west":{"uv":[8.5,8,6,9],"texture":"#0"},"up":{"uv":[0,9,6,11.5],"texture":"#0"}}},{"from":[1,6,6],"to":[2,7,11],"rotation":{"angle":0,"axis":"y","origin":[1,6,6]},"faces":{"north":{"uv":[4.5,9,5,9.5],"texture":"#0"},"south":{"uv":[4.5,9,5,9.5],"texture":"#0"},"west":{"uv":[8,3,10.5,3.5],"texture":"#0"},"up":{"uv":[8,3.5,10.5,4],"rotation":90,"texture":"#0"}}},{"from":[14,6,6],"to":[15,7,11],"rotation":{"angle":0,"axis":"y","origin":[14,6,6]},"faces":{"north":{"uv":[4.5,9,5,9.5],"texture":"#0"},"east":{"uv":[8,3,10.5,3.5],"texture":"#0"},"south":{"uv":[4.5,9,5,9.5],"texture":"#0"},"up":{"uv":[10.5,3.5,8,4],"rotation":90,"texture":"#0"}}}],"display":{"head":{"rotation":[0,0,5],"translation":[-1,12,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/merchant_bicorne.json b/assets/minecraft/models/item/wynn/skin/hat/merchant_bicorne.json new file mode 100644 index 000000000..cb11c87a0 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/merchant_bicorne.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/merchant_bicorne"},"elements":[{"from":[3.495,-0.005,3.245],"to":[12.755,5.005,12.755],"rotation":{"angle":0,"axis":"y","origin":[7,0,7]},"faces":{"north":{"uv":[9,0,13,2.5],"texture":"#0"},"east":{"uv":[9,9,5,11.5],"texture":"#0"},"south":{"uv":[9,2.5,13,5],"texture":"#0"},"west":{"uv":[5,9,9,11.5],"texture":"#0"},"up":{"uv":[4,4,0,0],"texture":"#0"},"down":{"uv":[4,4,0,8],"texture":"#0"}}},{"from":[8,0,0.15],"to":[18,6,6.15],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0,0.15]},"faces":{"north":{"uv":[4,0,9,3],"texture":"#0"},"down":{"uv":[9,3,4,6],"texture":"#0"}}},{"from":[11,0,-0.85],"to":[13,2,0.15],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0,0.15]},"faces":{"north":{"uv":[13,0,14,1],"texture":"#0"},"east":{"uv":[14,0,15,0.5],"rotation":90,"texture":"#0"},"west":{"uv":[14,1,15,1.5],"rotation":90,"texture":"#0"},"up":{"uv":[14,0.5,15,1],"texture":"#0"},"down":{"uv":[13,1,14,1.5],"texture":"#0"}}},{"from":[3,0,-0.85],"to":[5,2,0.15],"rotation":{"angle":22.5,"axis":"y","origin":[8,0,0.15]},"faces":{"north":{"uv":[14,0,13,1],"texture":"#0"},"east":{"uv":[14,1.5,15,1],"rotation":90,"texture":"#0"},"west":{"uv":[14,0.5,15,0],"rotation":90,"texture":"#0"},"up":{"uv":[15,0.5,14,1],"texture":"#0"},"down":{"uv":[14,1,13,1.5],"texture":"#0"}}},{"from":[17.5,0,3.45],"to":[7.5,6,9.45],"rotation":{"angle":-22.5,"axis":"y","origin":[16,0,3.15]},"faces":{"north":{"uv":[9,0,4,3],"texture":"#0"},"down":{"uv":[4,3,9,6],"texture":"#0"}}},{"from":[17.5,0,6.55],"to":[7.5,5,12.55],"rotation":{"angle":22.5,"axis":"y","origin":[16,0,12.85]},"faces":{"south":{"uv":[5,9,0,11.5],"texture":"#0"},"down":{"uv":[4,6,9,9],"texture":"#0"}}},{"from":[8.5,0,6.55],"to":[-1.5,5,12.55],"rotation":{"angle":-22.5,"axis":"y","origin":[0,0,12.85]},"faces":{"south":{"uv":[0,9,5,11.5],"texture":"#0"},"down":{"uv":[9,6,4,9],"texture":"#0"}}},{"from":[8.5,0,3.45],"to":[-1.5,6,9.45],"rotation":{"angle":22.5,"axis":"y","origin":[0,0,3.15]},"faces":{"north":{"uv":[4,0,9,3],"texture":"#0"},"down":{"uv":[9,3,4,6],"texture":"#0"}}},{"from":[11.9975,-0.0025,3.9975],"to":[17.2525,0.0025,12.0025],"rotation":{"angle":0,"axis":"y","origin":[12.25,0,7]},"faces":{"up":{"uv":[11.5,9,9,5],"texture":"#0"},"down":{"uv":[11.5,5,9,9],"texture":"#0"}}},{"from":[8,0,9.85],"to":[18,5,15.85],"rotation":{"angle":22.5,"axis":"y","origin":[8,0,15.85]},"faces":{"south":{"uv":[0,9,5,11.5],"texture":"#0"},"down":{"uv":[9,6,4,9],"texture":"#0"}}},{"from":[-2.0015,-0.0015,0.1485],"to":[8.0015,6.0015,6.1515],"rotation":{"angle":22.5,"axis":"y","origin":[8,0,0.15]},"faces":{"north":{"uv":[9,0,4,3],"texture":"#0"},"down":{"uv":[4,3,9,6],"texture":"#0"}}},{"from":[-1.2525,-0.0025,3.9975],"to":[4.0025,0.0025,12.0025],"rotation":{"angle":0,"axis":"y","origin":[3.75,0,7]},"faces":{"up":{"uv":[9,9,11.5,5],"texture":"#0"},"down":{"uv":[9,5,11.5,9],"texture":"#0"}}},{"from":[-2.0015,-0.0015,9.8485],"to":[8.0015,5.0015,15.8515],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0,15.85]},"faces":{"south":{"uv":[5,9,0,11.5],"texture":"#0"},"down":{"uv":[4,6,9,9],"texture":"#0"}}},{"from":[6.5,3,2.25],"to":[9.5,6,4.45],"faces":{"north":{"uv":[13,1.5,14.5,3],"texture":"#0"},"east":{"uv":[14.5,1.5,15.5,3],"texture":"#0"},"south":{"uv":[14.5,3,16,4.5],"texture":"#0"},"west":{"uv":[16,0,15,1.5],"texture":"#0"},"up":{"uv":[13,3,14.5,4],"texture":"#0"},"down":{"uv":[13,4,14.5,5],"texture":"#0"}}},{"from":[5.75,2,1.1],"to":[5.75,11,10.1],"rotation":{"angle":-22.5,"axis":"y","origin":[5.75,2,1.1]},"faces":{"east":{"uv":[4.5,11.5,0,16],"texture":"#0"},"west":{"uv":[0,11.5,4.5,16],"texture":"#0"}}},{"from":[5.75,3,1],"to":[5.75,12,10],"rotation":{"angle":22.5,"axis":"x","origin":[5.75,3,1]},"faces":{"east":{"uv":[9,11.5,4.5,16],"texture":"#0"},"west":{"uv":[4.5,11.5,9,16],"texture":"#0"}}}],"display":{"head":{"rotation":[5,0,0],"translation":[0,15,1],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/midnight_kasa.json b/assets/minecraft/models/item/wynn/skin/hat/midnight_kasa.json new file mode 100644 index 000000000..7cd493159 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/midnight_kasa.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"1":"skins/hat_gradient","2":"skins/beret","3":"skins/gold_armor_gradient","4":"skins/driftwood_3","5":"skins/star_gradient","particle":"skins/hat_gradient"},"elements":[{"from":[-4.5,2,5.5136],"to":[1.5,3,10.4864],"rotation":{"angle":0,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,8,11.5,12.97281],"texture":"#1"},"down":{"uv":[5.5,8,11.5,12.97281],"texture":"#1"}}},{"from":[-4.49,2.01,5.5236],"to":[1.49,2.99,10.4764],"rotation":{"angle":22.5,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,8,11.5,12.97281],"texture":"#1"},"down":{"uv":[5.5,8,11.5,12.97281],"texture":"#1"}}},{"from":[5.5236,2.01,14.51],"to":[10.4764,2.99,20.49],"rotation":{"angle":-22.5,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,8,11.5,12.97281],"rotation":270,"texture":"#1"},"down":{"uv":[5.5,8,11.5,12.97281],"rotation":90,"texture":"#1"}}},{"from":[-4.5,2,5.5136],"to":[1.5,3,10.4864],"rotation":{"angle":45,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,8,11.5,12.97281],"texture":"#1"},"down":{"uv":[5.5,8,11.5,12.97281],"texture":"#1"}}},{"from":[14.51,2.01,5.5236],"to":[20.49,2.99,10.4764],"rotation":{"angle":-22.5,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,8,11.5,12.97281],"rotation":180,"texture":"#1"},"down":{"uv":[5.5,8,11.5,12.97281],"rotation":180,"texture":"#1"}}},{"from":[5.5136,2,14.5],"to":[10.4864,3,20.5],"rotation":{"angle":45,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,8,11.5,12.97281],"rotation":270,"texture":"#1"},"down":{"uv":[5.5,8,11.5,12.97281],"rotation":90,"texture":"#1"}}},{"from":[5.5236,2.01,14.51],"to":[10.4764,2.99,20.49],"rotation":{"angle":22.5,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,8,11.5,12.97281],"rotation":270,"texture":"#1"},"down":{"uv":[5.5,8,11.5,12.97281],"rotation":90,"texture":"#1"}}},{"from":[5.5136,2,14.5],"to":[10.4864,3,20.5],"rotation":{"angle":0,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,8,11.5,12.97281],"rotation":270,"texture":"#1"},"down":{"uv":[5.5,8,11.5,12.97281],"rotation":90,"texture":"#1"}}},{"from":[-4.49,2.01,5.5236],"to":[1.49,2.99,10.4764],"rotation":{"angle":-22.5,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,8,11.5,12.97281],"texture":"#1"},"down":{"uv":[5.5,8,11.5,12.97281],"texture":"#1"}}},{"from":[5.5136,2,-4.5],"to":[10.4864,3,1.5],"rotation":{"angle":45,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,8,11.5,12.97281],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,8,11.5,12.97281],"rotation":270,"texture":"#1"}}},{"from":[5.5236,2.01,-4.49],"to":[10.4764,2.99,1.49],"rotation":{"angle":22.5,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,8,11.5,12.97281],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,8,11.5,12.97281],"rotation":270,"texture":"#1"}}},{"from":[5.5136,2,-4.5],"to":[10.4864,3,1.5],"rotation":{"angle":0,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,8,11.5,12.97281],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,8,11.5,12.97281],"rotation":270,"texture":"#1"}}},{"from":[5.5236,2.01,-4.49],"to":[10.4764,2.99,1.49],"rotation":{"angle":-22.5,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,8,11.5,12.97281],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,8,11.5,12.97281],"rotation":270,"texture":"#1"}}},{"from":[14.5,2,5.5136],"to":[20.5,3,10.4864],"rotation":{"angle":45,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,8,11.5,12.97281],"rotation":180,"texture":"#1"},"down":{"uv":[5.5,8,11.5,12.97281],"rotation":180,"texture":"#1"}}},{"from":[14.51,2.01,5.5236],"to":[20.49,2.99,10.4764],"rotation":{"angle":22.5,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,8,11.5,12.97281],"rotation":180,"texture":"#1"},"down":{"uv":[5.5,8,11.5,12.97281],"rotation":180,"texture":"#1"}}},{"from":[14.5,2,5.5136],"to":[20.5,3,10.4864],"rotation":{"angle":0,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,8,11.5,12.97281],"rotation":180,"texture":"#1"},"down":{"uv":[5.5,8,11.5,12.97281],"rotation":180,"texture":"#1"}}},{"from":[5.02631,1.01,-6.99],"to":[10.97369,1.99,-1.01],"rotation":{"angle":45,"axis":"y","origin":[8,1.5,8]},"faces":{"north":{"uv":[0,8.5,1,14.46737],"rotation":90,"texture":"#1"},"east":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"south":{"uv":[3,8.5,4,14.46737],"rotation":90,"texture":"#1"},"west":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"up":{"uv":[0,8.5,6,14.46737],"rotation":90,"texture":"#1"},"down":{"uv":[0,8.5,6,14.46737],"rotation":270,"texture":"#1"}}},{"from":[-7,1,5.01631],"to":[-1,2,10.98369],"rotation":{"angle":-22.5,"axis":"y","origin":[8,1.5,8]},"faces":{"north":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"east":{"uv":[3,8.5,4,14.46737],"rotation":90,"texture":"#1"},"south":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"west":{"uv":[0,8.5,1,14.46737],"rotation":90,"texture":"#1"},"up":{"uv":[0,8.5,6,14.46737],"texture":"#1"},"down":{"uv":[0,8.5,6,14.46737],"texture":"#1"}}},{"from":[5.01631,1,-7],"to":[10.98369,2,-1],"rotation":{"angle":-22.5,"axis":"y","origin":[8,1.5,8]},"faces":{"north":{"uv":[0,8.5,1,14.46737],"rotation":90,"texture":"#1"},"east":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"south":{"uv":[3,8.5,4,14.46737],"rotation":90,"texture":"#1"},"west":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"up":{"uv":[0,8.5,6,14.46737],"rotation":90,"texture":"#1"},"down":{"uv":[0,8.5,6,14.46737],"rotation":270,"texture":"#1"}}},{"from":[5.02631,1.01,-6.99],"to":[10.97369,1.99,-1.01],"rotation":{"angle":-45,"axis":"y","origin":[8,1.5,8]},"faces":{"north":{"uv":[0,8.5,1,14.46737],"rotation":90,"texture":"#1"},"east":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"south":{"uv":[3,8.5,4,14.46737],"rotation":90,"texture":"#1"},"west":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"up":{"uv":[0,8.5,6,14.46737],"rotation":90,"texture":"#1"},"down":{"uv":[0,8.5,6,14.46737],"rotation":270,"texture":"#1"}}},{"from":[5.02631,1.01,-6.99],"to":[10.97369,1.99,-1.01],"rotation":{"angle":0,"axis":"y","origin":[8,1.5,8]},"faces":{"north":{"uv":[0,8.5,1,14.46737],"rotation":90,"texture":"#1"},"east":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"south":{"uv":[3,8.5,4,14.46737],"rotation":90,"texture":"#1"},"west":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"up":{"uv":[0,8.5,6,14.46737],"rotation":90,"texture":"#1"},"down":{"uv":[0,8.5,6,14.46737],"rotation":270,"texture":"#1"}}},{"from":[5.01631,1,-7],"to":[10.98369,2,-1],"rotation":{"angle":22.5,"axis":"y","origin":[8,1.5,8]},"faces":{"north":{"uv":[0,8.5,1,14.46737],"rotation":90,"texture":"#1"},"east":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"south":{"uv":[3,8.5,4,14.46737],"rotation":90,"texture":"#1"},"west":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"up":{"uv":[0,8.5,6,14.46737],"rotation":90,"texture":"#1"},"down":{"uv":[0,8.5,6,14.46737],"rotation":270,"texture":"#1"}}},{"from":[-6.99,1.01,5.02631],"to":[-1.01,1.99,10.97369],"rotation":{"angle":45,"axis":"y","origin":[8,1.5,8]},"faces":{"north":{"uv":[3,8.5,4,14.46737],"rotation":90,"texture":"#1"},"east":{"uv":[3,8.5,4,14.46737],"rotation":90,"texture":"#1"},"south":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"west":{"uv":[0,8.5,1,14.46737],"rotation":90,"texture":"#1"},"up":{"uv":[0,8.5,6,14.46737],"texture":"#1"},"down":{"uv":[0,8.5,5.96737,14.5],"texture":"#1"}}},{"from":[5.01631,1,17],"to":[10.98369,2,23],"rotation":{"angle":-22.5,"axis":"y","origin":[8,1.5,8]},"faces":{"north":{"uv":[3,8.5,4,14.46737],"rotation":90,"texture":"#1"},"east":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"south":{"uv":[0,8.5,1,14.46737],"rotation":90,"texture":"#1"},"west":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"up":{"uv":[0,8.5,6,14.46737],"rotation":270,"texture":"#1"},"down":{"uv":[0,8.5,6,14.46737],"rotation":90,"texture":"#1"}}},{"from":[-7,1,5.01631],"to":[-1,2,10.98369],"rotation":{"angle":22.5,"axis":"y","origin":[8,1.5,8]},"faces":{"north":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"east":{"uv":[3,8.5,4,14.46737],"rotation":90,"texture":"#1"},"south":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"west":{"uv":[0,8.5,1,14.46737],"rotation":90,"texture":"#1"},"up":{"uv":[0,8.5,6,14.46737],"texture":"#1"},"down":{"uv":[0,8.5,6,14.46737],"texture":"#1"}}},{"from":[-6.99,1.01,5.02631],"to":[-1.01,1.99,10.97369],"rotation":{"angle":0,"axis":"y","origin":[8,1.5,8]},"faces":{"north":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"east":{"uv":[3,8.5,4,14.46737],"rotation":90,"texture":"#1"},"south":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"west":{"uv":[0,8.5,1,14.46737],"rotation":90,"texture":"#1"},"up":{"uv":[0,8.5,6,14.46737],"texture":"#1"},"down":{"uv":[0,8.5,6,14.46737],"texture":"#1"}}},{"from":[5.01631,1,17],"to":[10.98369,2,23],"rotation":{"angle":22.5,"axis":"y","origin":[8,1.5,8]},"faces":{"north":{"uv":[3,8.5,4,14.46737],"rotation":90,"texture":"#1"},"east":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"south":{"uv":[0,8.5,1,14.46737],"rotation":90,"texture":"#1"},"west":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"up":{"uv":[0,8.5,6,14.46737],"rotation":270,"texture":"#1"},"down":{"uv":[0,8.5,6,14.46737],"rotation":90,"texture":"#1"}}},{"from":[5.02631,1.01,17.01],"to":[10.97369,1.99,22.99],"rotation":{"angle":0,"axis":"y","origin":[8,1.5,8]},"faces":{"north":{"uv":[3,8.5,4,14.46737],"rotation":90,"texture":"#1"},"east":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"south":{"uv":[0,8.5,1,14.46737],"rotation":90,"texture":"#1"},"west":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"up":{"uv":[0,8.5,6,14.46737],"rotation":270,"texture":"#1"},"down":{"uv":[0,8.5,6,14.46737],"rotation":90,"texture":"#1"}}},{"from":[5.02631,1.01,17.01],"to":[10.97369,1.99,22.99],"rotation":{"angle":45,"axis":"y","origin":[8,1.5,8]},"faces":{"north":{"uv":[3,8.5,4,14.46737],"rotation":90,"texture":"#1"},"east":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"south":{"uv":[0,8.5,1,14.46737],"rotation":90,"texture":"#1"},"west":{"uv":[3,8.5,4,14.46737],"rotation":90,"texture":"#1"},"up":{"uv":[0,8.5,6,14.46737],"rotation":270,"texture":"#1"},"down":{"uv":[0,8.5,6,14.46737],"rotation":90,"texture":"#1"}}},{"from":[17,1,5.01631],"to":[23,2,10.98369],"rotation":{"angle":-22.5,"axis":"y","origin":[8,1.5,8]},"faces":{"north":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"east":{"uv":[0,8.5,1,14.46737],"rotation":90,"texture":"#1"},"south":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"west":{"uv":[3,8.5,4,14.46737],"rotation":90,"texture":"#1"},"up":{"uv":[0,8.5,6,14.46737],"rotation":180,"texture":"#1"},"down":{"uv":[0,8.5,6,14.46737],"rotation":180,"texture":"#1"}}},{"from":[17.01,1.01,5.02631],"to":[22.99,1.99,10.97369],"rotation":{"angle":0,"axis":"y","origin":[8,1.5,8]},"faces":{"north":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"east":{"uv":[0,8.5,1,14.46737],"rotation":90,"texture":"#1"},"south":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"west":{"uv":[3,8.5,4,14.46737],"rotation":90,"texture":"#1"},"up":{"uv":[0,8.5,6,14.46737],"rotation":180,"texture":"#1"},"down":{"uv":[0,8.5,6,14.46737],"rotation":180,"texture":"#1"}}},{"from":[17,1,5.01631],"to":[23,2,10.98369],"rotation":{"angle":22.5,"axis":"y","origin":[8,1.5,8]},"faces":{"north":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"east":{"uv":[0,8.5,1,14.46737],"rotation":90,"texture":"#1"},"south":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"west":{"uv":[3,8.5,4,14.46737],"rotation":90,"texture":"#1"},"up":{"uv":[0,8.5,6,14.46737],"rotation":180,"texture":"#1"},"down":{"uv":[0,8.5,6,14.46737],"rotation":180,"texture":"#1"}}},{"from":[6.51816,4.01,0.51],"to":[9.48184,4.99,15.49],"rotation":{"angle":-22.5,"axis":"y","origin":[8,4.5,8]},"faces":{"north":{"uv":[1,0.5,3.98369,1.5],"texture":"#1"},"east":{"uv":[1,0.5,16,1.5],"texture":"#1"},"south":{"uv":[1,0.5,3.98369,1.5],"texture":"#1"},"west":{"uv":[1,0.5,16,1.5],"texture":"#1"},"up":{"uv":[1,1,16,3.98369],"rotation":90,"texture":"#1"},"down":{"uv":[1,1,16,3.98369],"rotation":90,"texture":"#1"}}},{"from":[6.50816,4,0.5],"to":[9.49184,5,15.5],"rotation":{"angle":0,"axis":"y","origin":[8,4.5,8]},"faces":{"north":{"uv":[1,0.5,3.98369,1.5],"texture":"#1"},"east":{"uv":[1,0.5,16,1.5],"texture":"#1"},"south":{"uv":[1,0.5,3.98369,1.5],"texture":"#1"},"west":{"uv":[1,0.5,16,1.5],"texture":"#1"},"up":{"uv":[1,0,16,2.98369],"rotation":90,"texture":"#1"},"down":{"uv":[1,0,16,2.98369],"rotation":90,"texture":"#1"}}},{"from":[6.50816,4,0.5],"to":[9.49184,5,15.5],"rotation":{"angle":45,"axis":"y","origin":[8,4.5,8]},"faces":{"north":{"uv":[1,0.5,3.98369,1.5],"texture":"#1"},"east":{"uv":[1,0.5,16,1.5],"texture":"#1"},"south":{"uv":[1,0.5,3.98369,1.5],"texture":"#1"},"west":{"uv":[1,0.5,16,1.5],"texture":"#1"},"up":{"uv":[1,0,16,2.98369],"rotation":90,"texture":"#1"},"down":{"uv":[1,0,16,2.98369],"rotation":90,"texture":"#1"}}},{"from":[6.51816,4.01,0.51],"to":[9.48184,4.99,15.49],"rotation":{"angle":22.5,"axis":"y","origin":[8,4.5,8]},"faces":{"north":{"uv":[1,0.5,3.98369,1.5],"texture":"#1"},"east":{"uv":[1,0.5,16,1.5],"texture":"#1"},"south":{"uv":[1,0.5,3.98369,1.5],"texture":"#1"},"west":{"uv":[1,0.5,16,1.5],"texture":"#1"},"up":{"uv":[1,1,16,3.98369],"rotation":90,"texture":"#1"},"down":{"uv":[1,1,16,3.98369],"rotation":90,"texture":"#1"}}},{"from":[0.5,4,6.50816],"to":[15.5,5,9.49184],"rotation":{"angle":45,"axis":"y","origin":[8,4.5,8]},"faces":{"north":{"uv":[1,0.5,16,1.5],"texture":"#1"},"east":{"uv":[1,0.5,3.98369,1.5],"texture":"#1"},"south":{"uv":[1,0.5,16,1.5],"texture":"#1"},"west":{"uv":[1,0.5,3.98369,1.5],"texture":"#1"},"up":{"uv":[1,0,16,2.98369],"texture":"#1"},"down":{"uv":[1,0,16,2.98369],"rotation":180,"texture":"#1"}}},{"from":[0.51,4.01,6.51816],"to":[15.49,4.99,9.48184],"rotation":{"angle":22.5,"axis":"y","origin":[8,4.5,8]},"faces":{"north":{"uv":[1,0.5,16,1.5],"texture":"#1"},"east":{"uv":[1,0.5,3.98369,1.5],"texture":"#1"},"south":{"uv":[1,0.5,16,1.5],"texture":"#1"},"west":{"uv":[1,0.5,3.98369,1.5],"texture":"#1"},"up":{"uv":[1,1,16,3.98369],"texture":"#1"},"down":{"uv":[1,1,16,3.98369],"rotation":180,"texture":"#1"}}},{"from":[0.5,4,6.50816],"to":[15.5,5,9.49184],"rotation":{"angle":0,"axis":"y","origin":[8,4.5,8]},"faces":{"north":{"uv":[1,0.5,16,1.5],"texture":"#1"},"east":{"uv":[1,0.5,3.98369,1.5],"texture":"#1"},"south":{"uv":[1,0.5,16,1.5],"texture":"#1"},"west":{"uv":[1,0.5,3.98369,1.5],"texture":"#1"},"up":{"uv":[1,1,16,3.98369],"texture":"#1"},"down":{"uv":[1,1,16,3.98369],"rotation":180,"texture":"#1"}}},{"from":[0.51,4.01,6.51816],"to":[15.49,4.99,9.48184],"rotation":{"angle":-22.5,"axis":"y","origin":[8,4.5,8]},"faces":{"north":{"uv":[1,0.5,16,1.5],"texture":"#1"},"east":{"uv":[1,0.5,3.98369,1.5],"texture":"#1"},"south":{"uv":[1,0.5,16,1.5],"texture":"#1"},"west":{"uv":[1,0.5,3.98369,1.5],"texture":"#1"},"up":{"uv":[1,1,16,3.98369],"texture":"#1"}}},{"from":[6.02088,3.01,-1.99],"to":[9.97912,3.99,17.99],"rotation":{"angle":-45,"axis":"y","origin":[8,3.5,8]},"faces":{"north":{"uv":[0,0,1,3.97825],"rotation":90,"texture":"#1"},"east":{"uv":[0,0,1,16],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,1,3.97825],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,1,16],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,16,3.97825],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,16,3.97825],"rotation":270,"texture":"#1"}}},{"from":[6.00588,2.995,-2.005],"to":[9.99412,4.005,18.005],"rotation":{"angle":-22.5,"axis":"y","origin":[8,3.5,8]},"faces":{"north":{"uv":[0,0,1,3.97825],"rotation":90,"texture":"#1"},"east":{"uv":[0,0,1,16],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,1,3.97825],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,1,16],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,16,3.97825],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,16,3.97825],"rotation":270,"texture":"#1"}}},{"from":[6.02088,3.01,-1.99],"to":[9.97912,3.99,17.99],"rotation":{"angle":0,"axis":"y","origin":[8,3.5,8]},"faces":{"north":{"uv":[0,0,1,3.97825],"rotation":90,"texture":"#1"},"east":{"uv":[0,0,1,16],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,1,3.97825],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,1,16],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,16,3.97825],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,16,3.97825],"rotation":270,"texture":"#1"}}},{"from":[6.01088,3,-2],"to":[9.98912,4,18],"rotation":{"angle":22.5,"axis":"y","origin":[8,3.5,8]},"faces":{"north":{"uv":[0,0,1,3.97825],"rotation":90,"texture":"#1"},"east":{"uv":[0,0,1,16],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,1,3.97825],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,1,16],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,16,3.97825],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,16,3.97825],"rotation":270,"texture":"#1"}}},{"from":[-1.99,3.01,6.02088],"to":[17.99,3.99,9.97912],"rotation":{"angle":0,"axis":"y","origin":[8,3.5,8]},"faces":{"north":{"uv":[0,0,1,16],"rotation":90,"texture":"#1"},"east":{"uv":[0,0,1,3.97825],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,1,16],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,1,3.97825],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,16,3.97825],"texture":"#1"},"down":{"uv":[0,0,16,3.97825],"rotation":180,"texture":"#1"}}},{"from":[-2,3,6.01088],"to":[18,4,9.98912],"rotation":{"angle":22.5,"axis":"y","origin":[8,3.5,8]},"faces":{"north":{"uv":[0,0,1,16],"rotation":90,"texture":"#1"},"east":{"uv":[0,0,1,3.97825],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,1,16],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,1,3.97825],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,16,3.97825],"texture":"#1"},"down":{"uv":[0,0,16,3.97825],"rotation":180,"texture":"#1"}}},{"from":[-2.01,2.99,6.00088],"to":[18.01,4.01,9.99912],"rotation":{"angle":-22.5,"axis":"y","origin":[8,3.5,8]},"faces":{"north":{"uv":[0,0,1,16],"rotation":90,"texture":"#1"},"east":{"uv":[0,0,1,3.97825],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,1,16],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,1,3.97825],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,16,3.97825],"texture":"#1"},"down":{"uv":[0,0,16,3.97825],"rotation":180,"texture":"#1"}}},{"from":[6.02088,3.01,-1.99],"to":[9.97912,3.99,17.99],"rotation":{"angle":45,"axis":"y","origin":[8,3.5,8]},"faces":{"north":{"uv":[0,0,1,3.97825],"rotation":90,"texture":"#1"},"east":{"uv":[0,0,1,16],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,1,3.97825],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,1,16],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,16,3.97825],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,16,3.97825],"rotation":90,"texture":"#1"}}},{"from":[1.75,-7,5.75],"to":[2.75,2,7.75],"rotation":{"angle":45,"axis":"z","origin":[0.5,-4,-9]},"faces":{"north":{"uv":[6.5,0,7.5,9],"texture":"#2"},"east":{"uv":[6.5,0,8.5,9],"texture":"#2"},"south":{"uv":[6.5,0,7.5,9],"texture":"#2"},"west":{"uv":[6.5,0,8.5,9],"texture":"#2"},"down":{"uv":[6.5,0,7.5,2],"texture":"#2"}}},{"from":[13.25,-7,5.75],"to":[14.25,2,7.75],"rotation":{"angle":-45,"axis":"z","origin":[15.5,-4,-9]},"faces":{"north":{"uv":[6,0,7,9],"texture":"#2"},"east":{"uv":[7,0,9,9],"texture":"#2"},"south":{"uv":[6,0,7,9],"texture":"#2"},"west":{"uv":[7,0,9,9],"texture":"#2"},"down":{"uv":[6,0,7,2],"texture":"#2"}}},{"from":[3.5152,-5.22744,5.76],"to":[12.4952,-4.24744,7.74],"rotation":{"angle":0,"axis":"z","origin":[8.0052,-4.73744,6.75]},"faces":{"north":{"uv":[6,1.5,7,10.5],"rotation":90,"texture":"#2"},"south":{"uv":[6,1.5,7,10.5],"rotation":270,"texture":"#2"},"up":{"uv":[7,1.5,9,10.5],"rotation":270,"texture":"#2"},"down":{"uv":[7,1.5,9,10.5],"rotation":270,"texture":"#2"}}},{"from":[-0.25,-3.25,-2.25],"to":[0.25,2.25,-1.75],"rotation":{"angle":-22.5,"axis":"x","origin":[0,-3,-0.5]},"faces":{"north":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#4"},"east":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#4"},"south":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#4"},"west":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#4"},"down":{"uv":[8.5,10.5,9.5,11],"rotation":90,"texture":"#4"}}},{"from":[-0.75,-5.19081,-1.21612],"to":[0.75,-3.69081,-1.21612],"rotation":{"angle":-22.5,"axis":"x","origin":[0.5,-4.19081,-1.21612]},"faces":{"north":{"uv":[5,5,6.5,6.5],"texture":"#3"},"south":{"uv":[5,5,6.5,6.5],"texture":"#3"}}},{"from":[14.75,-2.75,22.25],"to":[15.25,2.75,22.75],"rotation":{"angle":-22.5,"axis":"x","origin":[15,-2.5,24]},"faces":{"north":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#4"},"east":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#4"},"south":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#4"},"west":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#4"},"down":{"uv":[8.5,10.5,9.5,11],"rotation":90,"texture":"#4"}}},{"from":[14.25,-4.69081,22.78388],"to":[15.75,-3.19081,22.78388],"rotation":{"angle":-22.5,"axis":"x","origin":[15.5,-3.69081,22.78388]},"faces":{"north":{"uv":[5,5,6.5,6.5],"texture":"#3"},"south":{"uv":[5,5,6.5,6.5],"texture":"#3"}}},{"from":[-6.5,-3.25,12.75],"to":[-6,2.25,13.25],"rotation":{"angle":-22.5,"axis":"x","origin":[-6.25,-3,14.5]},"faces":{"north":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#4"},"east":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#4"},"south":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#4"},"west":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#4"},"down":{"uv":[8.5,10.5,9.5,11],"rotation":90,"texture":"#4"}}},{"from":[-7.5,-6.19081,13.78388],"to":[-5,-3.69081,13.78388],"rotation":{"angle":-22.5,"axis":"x","origin":[-6.25,-5.19081,13.78388]},"faces":{"north":{"uv":[11,2,13.5,4.5],"texture":"#3"},"south":{"uv":[11,2,13.5,4.5],"texture":"#3"}}},{"from":[1.75,-6.19081,24.28388],"to":[4.25,-3.69081,24.28388],"rotation":{"angle":-22.5,"axis":"x","origin":[3,-5.19081,24.28388]},"faces":{"north":{"uv":[11,2,13.5,4.5],"texture":"#3"},"south":{"uv":[11,2,13.5,4.5],"texture":"#3"}}},{"from":[2.75,-3.25,23.25],"to":[3.25,2.25,23.75],"rotation":{"angle":-22.5,"axis":"x","origin":[3,-3,25]},"faces":{"north":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#4"},"east":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#4"},"south":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#4"},"west":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#4"},"down":{"uv":[8.5,10.5,9.5,11],"rotation":90,"texture":"#4"}}},{"from":[12.75,-2,-4.5],"to":[13.25,2.25,-4],"rotation":{"angle":-22.5,"axis":"x","origin":[0,-1.75,-2.75]},"faces":{"north":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#4"},"east":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#4"},"south":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#4"},"west":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#4"},"down":{"uv":[8.5,10.5,9.5,11],"rotation":90,"texture":"#4"}}},{"from":[13,-4.95984,-4.81179],"to":[13,-2.45984,-2.31179],"rotation":{"angle":-22.5,"axis":"x","origin":[13,-3.70984,-3.56179]},"faces":{"east":{"uv":[11,2,13.5,4.5],"texture":"#3"},"west":{"uv":[11,2,13.5,4.5],"texture":"#3"}}},{"from":[22.5,-3.45984,10.68821],"to":[22.5,-1.95984,12.18821],"rotation":{"angle":-22.5,"axis":"x","origin":[22.5,-3.20984,11.43821]},"faces":{"east":{"uv":[5,5,6.5,6.5],"texture":"#3"},"west":{"uv":[5,5,6.5,6.5],"texture":"#3"}}},{"from":[22.25,-1.5,10.5],"to":[22.75,2.75,11],"rotation":{"angle":-22.5,"axis":"x","origin":[9.5,-1.25,12.25]},"faces":{"north":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#4"},"east":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#4"},"south":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#4"},"west":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#4"},"down":{"uv":[8.5,10.5,9.5,11],"rotation":90,"texture":"#4"}}},{"from":[-5.25,-5.25,4],"to":[-4.75,2.25,4.5],"rotation":{"angle":-22.5,"axis":"x","origin":[-5,-3,5.75]},"faces":{"north":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#4"},"east":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#4"},"south":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#4"},"west":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#4"},"down":{"uv":[8.5,10.5,9.5,11],"rotation":90,"texture":"#4"}}},{"from":[-5,-8.20984,3.68821],"to":[-5,-5.70984,6.18821],"rotation":{"angle":-22.5,"axis":"x","origin":[-5,-4.95984,4.93821]},"faces":{"east":{"uv":[11,2,13.5,4.5],"texture":"#3"},"west":{"uv":[11,2,13.5,4.5],"texture":"#3"}}},{"from":[-3.5,-8.20984,17.93821],"to":[-3.5,-5.70984,20.43821],"rotation":{"angle":-22.5,"axis":"x","origin":[-3.5,-4.95984,19.18821]},"faces":{"east":{"uv":[11,2,13.5,4.5],"texture":"#3"},"west":{"uv":[11,2,13.5,4.5],"texture":"#3"}}},{"from":[-3.75,-5.25,18.25],"to":[-3.25,2.25,18.75],"rotation":{"angle":-22.5,"axis":"x","origin":[-3.5,-3,20]},"faces":{"north":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#4"},"east":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#4"},"south":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#4"},"west":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#4"},"down":{"uv":[8.5,10.5,9.5,11],"rotation":90,"texture":"#4"}}},{"from":[20,-8.20984,17.68821],"to":[20,-5.70984,20.18821],"rotation":{"angle":-22.5,"axis":"x","origin":[20,-4.95984,18.93821]},"faces":{"east":{"uv":[11,2,13.5,4.5],"texture":"#3"},"west":{"uv":[11,2,13.5,4.5],"texture":"#3"}}},{"from":[19.75,-5.25,18],"to":[20.25,2.25,18.5],"rotation":{"angle":-22.5,"axis":"x","origin":[20,-3,19.75]},"faces":{"north":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#4"},"east":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#4"},"south":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#4"},"west":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#4"},"down":{"uv":[8.5,10.5,9.5,11],"rotation":90,"texture":"#4"}}},{"from":[19.5,-3.25,1.25],"to":[20,2.25,1.75],"rotation":{"angle":-22.5,"axis":"x","origin":[19.75,-3,3]},"faces":{"north":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#4"},"east":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#4"},"south":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#4"},"west":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#4"},"down":{"uv":[8.5,10.5,9.5,11],"rotation":90,"texture":"#4"}}},{"from":[18.5,-6.19081,2.28388],"to":[21,-3.69081,2.28388],"rotation":{"angle":-22.5,"axis":"x","origin":[19.75,-5.19081,2.28388]},"faces":{"north":{"uv":[11,2,13.5,4.5],"texture":"#3"},"south":{"uv":[11,2,13.5,4.5],"texture":"#3"}}},{"from":[2.9,4.9,2.9],"to":[13.1,7.1,13.1],"rotation":{"angle":0,"axis":"y","origin":[3,5,3]},"faces":{"north":{"uv":[3,2,13,4],"texture":"#5"},"east":{"uv":[3,2,13,4],"texture":"#5"},"south":{"uv":[3,2,13,4],"texture":"#5"},"west":{"uv":[3,2,13,4],"texture":"#5"}}},{"from":[2.9,4.9,2.9],"to":[13.1,7.1,13.1],"rotation":{"angle":45,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[3,2,13,4],"texture":"#5"},"east":{"uv":[3,2,13,4],"texture":"#5"},"south":{"uv":[3,2,13,4],"texture":"#5"},"west":{"uv":[3,2,13,4],"texture":"#5"}}},{"from":[5.92893,5,3],"to":[10.07107,6,13],"rotation":{"angle":0,"axis":"y","origin":[8,5.5,8]},"faces":{"north":{"uv":[2.5,0,3.5,4.14214],"rotation":90,"texture":"#1"},"east":{"uv":[2.5,0,12.5,1],"rotation":180,"texture":"#1"},"south":{"uv":[2.5,0,3.5,4.14214],"rotation":90,"texture":"#1"},"west":{"uv":[2.5,0,12.5,1],"rotation":180,"texture":"#1"},"up":{"uv":[2.5,0,12.5,4.14214],"rotation":270,"texture":"#1"}}},{"from":[5.93893,5.01,3.01],"to":[10.06107,5.99,12.99],"rotation":{"angle":45,"axis":"y","origin":[8,5.5,8]},"faces":{"north":{"uv":[2.5,0,3.5,4.14214],"rotation":90,"texture":"#1"},"east":{"uv":[2.5,0,12.5,1],"rotation":180,"texture":"#1"},"south":{"uv":[2.5,0,3.5,4.14214],"rotation":90,"texture":"#1"},"west":{"uv":[2.5,0,12.5,1],"rotation":180,"texture":"#1"},"up":{"uv":[2.5,0,12.5,4.14214],"rotation":90,"texture":"#1"}}},{"from":[2.99,4.99,5.91893],"to":[13.01,6.01,10.08107],"rotation":{"angle":0,"axis":"y","origin":[8,5.5,8]},"faces":{"north":{"uv":[2.5,0,12.5,1],"rotation":180,"texture":"#1"},"east":{"uv":[2.5,0,3.5,4.14214],"rotation":90,"texture":"#1"},"south":{"uv":[2.5,0,12.5,1],"rotation":180,"texture":"#1"},"west":{"uv":[2.5,0,3.5,4.14214],"rotation":90,"texture":"#1"},"up":{"uv":[2.5,0,12.5,4.14214],"texture":"#1"}}},{"from":[3.01,5.01,5.93893],"to":[12.99,5.99,10.06107],"rotation":{"angle":45,"axis":"y","origin":[8,5.5,8]},"faces":{"north":{"uv":[2.5,0,12.5,1],"rotation":180,"texture":"#1"},"east":{"uv":[2.5,0,3.5,4.14214],"rotation":90,"texture":"#1"},"south":{"uv":[2.5,0,12.5,1],"rotation":180,"texture":"#1"},"west":{"uv":[2.5,0,3.5,4.14214],"rotation":90,"texture":"#1"},"up":{"uv":[2.5,0,12.5,4.14214],"texture":"#1"}}}],"display":{"gui":{"rotation":[-150,45,175],"translation":[-0.5,3,0],"scale":[0.5,0.5,0.5]},"head":{"rotation":[10,0,0],"translation":[0,13,2],"scale":[1.59,1.59,1.59]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/miner_helmet.json b/assets/minecraft/models/item/wynn/skin/hat/miner_helmet.json new file mode 100644 index 000000000..5af200976 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/miner_helmet.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/miner_helmet"},"elements":[{"from":[3.6,0,3.05],"to":[12.4,4.4,11.85],"rotation":{"angle":0,"axis":"y","origin":[3.05,2.2,2.5]},"faces":{"north":{"uv":[4.5,6.5,9,8.5],"texture":"#0"},"east":{"uv":[13.5,6.5,9,8.5],"texture":"#0"},"south":{"uv":[4.5,8.5,9,10.5],"texture":"#0"},"west":{"uv":[9,6.5,13.5,8.5],"texture":"#0"},"up":{"uv":[4.5,11,0,6.5],"texture":"#0"}}},{"from":[2.5,0,-0.25],"to":[13.5,0,12.95],"rotation":{"angle":0,"axis":"y","origin":[3.05,2.2,-7.4]},"faces":{"north":{"uv":[0,0,5.5,0],"texture":"#0"},"east":{"uv":[0,0,6.5,0],"texture":"#0"},"south":{"uv":[0,0,5.5,0],"texture":"#0"},"west":{"uv":[0,0,6.5,0],"texture":"#0"},"up":{"uv":[5.5,6.5,0,0],"texture":"#0"},"down":{"uv":[11,0,5.5,6.5],"texture":"#0"}}},{"from":[6.625,0,0.85],"to":[9.375,3.25,3.05],"rotation":{"angle":0,"axis":"y","origin":[6.9,0,0.85]},"faces":{"north":{"uv":[9,8.5,10.5,10],"texture":"#0"},"east":{"uv":[10,10,9,11.5],"texture":"#0"},"west":{"uv":[9,10,10,11.5],"texture":"#0"},"up":{"uv":[11.5,11,10,10],"texture":"#0"}}},{"from":[6.125,0,0.35],"to":[9.875,3.75,3.55],"rotation":{"angle":0,"axis":"y","origin":[6.9,0.5,0.85]},"faces":{"north":{"uv":[9,8.5,10.5,10],"texture":"#0"},"east":{"uv":[11.5,8.5,10.5,10],"texture":"#0"},"west":{"uv":[10.5,8.5,11.5,10],"texture":"#0"},"up":{"uv":[13,9.5,11.5,8.5],"texture":"#0"}}}],"display":{"head":{"translation":[0,16,1],"scale":[1.75,1.75,1.75]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/monster_mask.json b/assets/minecraft/models/item/wynn/skin/hat/monster_mask.json new file mode 100644 index 000000000..c82edfa5d --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/monster_mask.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/monster_mask","particle":"skins/monster_mask"},"elements":[{"from":[2.99,-2.01,2.99],"to":[13.01,6.01,13.01],"rotation":{"angle":-22.5,"axis":"x","origin":[8,2,13]},"faces":{"north":{"uv":[5,7,10,11],"texture":"#0"},"east":{"uv":[5,12,0,16],"texture":"#0"},"south":{"uv":[5,12,10,16],"texture":"#0"},"west":{"uv":[0,12,5,16],"texture":"#0"},"down":{"uv":[0,7,5,12],"texture":"#0"}}},{"from":[13,-2,3],"to":[3,6,13],"rotation":{"angle":-22.5,"axis":"x","origin":[8,2,13]},"faces":{"north":{"uv":[5,7,10,11],"texture":"#0"},"east":{"uv":[5,12,0,16],"texture":"#0"},"south":{"uv":[5,12,10,16],"texture":"#0"},"west":{"uv":[0,12,5,16],"texture":"#0"},"down":{"uv":[0,7,5,12],"texture":"#0"}}},{"from":[2.94,-4.06,2.94],"to":[13.06,10.06,13.06],"rotation":{"angle":22.5,"axis":"x","origin":[8,2,13]},"faces":{"north":{"uv":[0,0,5,7],"texture":"#0"},"east":{"uv":[10,0,5,7],"texture":"#0"},"south":{"uv":[10,0,15,7],"texture":"#0"},"west":{"uv":[5,0,10,7],"texture":"#0"},"up":{"uv":[0,7,5,12],"texture":"#0"}}},{"from":[12.95,-4.05,2.95],"to":[3.05,10.05,13.05],"rotation":{"angle":22.5,"axis":"x","origin":[8,2,13]},"faces":{"north":{"uv":[0,0,5,7],"texture":"#0"},"east":{"uv":[10,0,5,7],"texture":"#0"},"south":{"uv":[10,0,15,7],"texture":"#0"},"west":{"uv":[5,0,10,7],"texture":"#0"},"up":{"uv":[0,7,5,12],"texture":"#0"}}},{"from":[0,7,15],"to":[5,19,15.01],"rotation":{"angle":-22.5,"axis":"x","origin":[8,2,13]},"faces":{"north":{"uv":[10,10,12.5,16],"texture":"#0"},"south":{"uv":[15,10,12.5,16],"texture":"#0"}}},{"from":[11,7,15],"to":[16,19,15.01],"rotation":{"angle":-22.5,"axis":"x","origin":[8,2,13]},"faces":{"north":{"uv":[12.5,10,10,16],"texture":"#0"},"south":{"uv":[12.5,10,15,16],"texture":"#0"}}}],"display":{"head":{"translation":[0,8.5,-1],"scale":[1.7,1.7,1.7]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/moonlit_chapeau.json b/assets/minecraft/models/item/wynn/skin/hat/moonlit_chapeau.json new file mode 100644 index 000000000..11dbf7d47 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/moonlit_chapeau.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/moonlit_chapeau","particle":"skins/moonlit_chapeau"},"elements":[{"from":[3.6125,0,20.43125],"to":[13.7375,1.125,22.68125],"rotation":{"angle":22.5,"axis":"y","origin":[10.53933,0.5625,11.40312]},"faces":{"north":{"uv":[7.004,4.754,8.746,4.996],"texture":"#0"},"east":{"uv":[6.129,6.254,6.5,6.496],"texture":"#0"},"south":{"uv":[1.754,7.254,3.496,7.496],"texture":"#0"},"west":{"uv":[6.129,6.504,6.5,6.746],"texture":"#0"},"up":{"uv":[8.746,2.125,7.004,1.754],"texture":"#0"},"down":{"uv":[8.746,2.254,7.004,2.625],"texture":"#0"}}},{"from":[1.475,0,-1],"to":[20.375,1.125,1.25],"rotation":{"angle":22.5,"axis":"y","origin":[10.53933,0.5625,10.27812]},"faces":{"north":{"uv":[7.004,0.004,10.125,0.246],"texture":"#0"},"south":{"uv":[7.004,0.254,10.125,0.496],"texture":"#0"},"up":{"uv":[9.375,5.375,6.254,5.004],"texture":"#0"},"down":{"uv":[9.375,5.504,6.254,5.875],"texture":"#0"}}},{"from":[-3.03,0.5575,1.245],"to":[21.505,0.5675,20.38],"rotation":{"angle":22.5,"axis":"y","origin":[10.53933,0.5625,10.27812]},"faces":{"up":{"uv":[4.125,3.246,0.004,0.004],"texture":"#0"},"down":{"uv":[4.125,3.254,0.004,6.496],"texture":"#0"}}},{"from":[15.3175,0.005,-3.92],"to":[17.1075,1.12,-1.68],"rotation":{"angle":0,"axis":"y","origin":[11.10183,0.5625,7.35312]},"faces":{"north":{"uv":[8.879,1.129,9.121,1.371],"texture":"#0"},"south":{"uv":[9.129,1.129,9.371,1.371],"texture":"#0"},"west":{"uv":[8.879,1.379,9.25,1.621],"texture":"#0"},"up":{"uv":[9.121,1.125,8.879,0.754],"texture":"#0"},"down":{"uv":[9.371,0.754,9.129,1.125],"texture":"#0"}}},{"from":[-4.82882,-0.005,8.19086],"to":[-2.56882,1.13,17.20086],"rotation":{"angle":-22.5,"axis":"y","origin":[8.73933,0.5625,12.52812]},"faces":{"east":{"uv":[6.879,5.879,8.371,6.121],"texture":"#0"},"south":{"uv":[6.129,6.754,6.5,6.996],"texture":"#0"},"west":{"uv":[6.879,6.129,8.371,6.371],"texture":"#0"},"up":{"uv":[0.875,8.746,0.504,7.254],"texture":"#0"},"down":{"uv":[1.375,7.254,1.004,8.746],"texture":"#0"}}},{"from":[10.89323,-0.005,21.27373],"to":[13.15323,1.13,23.53373],"rotation":{"angle":-22.5,"axis":"y","origin":[8.51433,0.5625,12.24687]},"faces":{"north":{"uv":[8.129,3.629,8.5,3.871],"texture":"#0"},"south":{"uv":[8.129,4.129,8.5,4.371],"texture":"#0"},"up":{"uv":[8.875,4,8.504,3.629],"texture":"#0"},"down":{"uv":[8.875,4.004,8.504,4.375],"texture":"#0"}}},{"from":[18.53062,0.005,14.83759],"to":[20.77062,1.12,17.07759],"rotation":{"angle":-22.5,"axis":"y","origin":[10.53933,0.5625,11.40312]},"faces":{"east":{"uv":[7.004,4.504,7.375,4.746],"texture":"#0"},"south":{"uv":[6.129,7.004,6.5,7.246],"texture":"#0"},"west":{"uv":[7.004,4.754,7.375,4.996],"texture":"#0"},"up":{"uv":[7.75,4.625,7.379,4.254],"texture":"#0"},"down":{"uv":[8.125,4.254,7.754,4.625],"texture":"#0"}}},{"from":[16.44437,0,13.82009],"to":[18.69437,1.125,18.48884],"rotation":{"angle":0,"axis":"y","origin":[8.45808,0.5625,12.80937]},"faces":{"north":{"uv":[9.504,0.754,9.875,0.996],"texture":"#0"},"east":{"uv":[8.504,4.504,9.246,4.746],"texture":"#0"},"south":{"uv":[9.504,1.004,9.875,1.246],"texture":"#0"},"west":{"uv":[6.871,2.254,6.629,2.996],"rotation":90,"texture":"#0"},"up":{"uv":[6.25,2.996,5.879,2.254],"texture":"#0"},"down":{"uv":[6.625,2.254,6.254,2.996],"texture":"#0"}}},{"from":[16.33125,0.61875,-3.89448],"to":[18.58125,1.74375,13.81177],"rotation":{"angle":45,"axis":"z","origin":[17.45625,1.18125,4.41802]},"faces":{"north":{"uv":[6.504,1.754,6.875,1.996],"texture":"#0"},"east":{"uv":[0.875,6.504,3.996,6.746],"texture":"#0"},"south":{"uv":[8.754,2.379,9.125,2.621],"texture":"#0"},"west":{"uv":[0.875,6.754,3.996,6.996],"texture":"#0"},"up":{"uv":[5.625,8.496,5.254,5.375],"texture":"#0"},"down":{"uv":[6.125,5.375,5.754,8.496],"texture":"#0"}}},{"from":[17.5625,2.475,-3.9125],"to":[18.6875,11.21875,-1.6625],"rotation":{"angle":22.5,"axis":"x","origin":[16.4375,2.3625,-3.9125]},"faces":{"north":{"uv":[4.754,6.129,4.996,7.75],"texture":"#0"},"east":{"uv":[4.379,6.129,4.75,7.75],"texture":"#0"},"south":{"uv":[4.879,4.379,5.121,6],"texture":"#0"},"west":{"uv":[6.879,6.379,7.25,8],"texture":"#0"}}},{"from":[17.5575,10.66375,-9.11125],"to":[18.6925,12.92375,0.89875],"rotation":{"angle":45,"axis":"x","origin":[16.4375,0.2625,-4.95625]},"faces":{"north":{"uv":[5.879,3.879,6.121,4.25],"texture":"#0"},"east":{"uv":[7.125,2.754,8.746,3.125],"texture":"#0"},"south":{"uv":[5.629,3.879,5.871,4.25],"texture":"#0"},"west":{"uv":[7.125,3.254,8.746,3.625],"texture":"#0"},"up":{"uv":[6.871,7.621,6.629,6],"texture":"#0"},"down":{"uv":[3.375,7.5,1.754,7.742],"rotation":90,"texture":"#0"}}},{"from":[17.5625,8.38125,4.5875],"to":[18.6875,10.63125,13.55625],"rotation":{"angle":22.5,"axis":"x","origin":[16.4375,1.0125,-6.80625]},"faces":{"east":{"uv":[7.375,0.754,8.875,1.125],"texture":"#0"},"west":{"uv":[7.375,1.254,8.875,1.625],"texture":"#0"},"up":{"uv":[5.246,7.996,5.004,6.504],"texture":"#0"},"down":{"uv":[6.629,4.742,5.129,4.5],"rotation":90,"texture":"#0"}}},{"from":[17.5625,9.50625,13.55625],"to":[18.6875,10.63125,16.0875],"rotation":{"angle":22.5,"axis":"x","origin":[16.4375,1.0125,-6.80625]},"faces":{"east":{"uv":[7.504,3.754,7.875,3.9375],"texture":"#0"},"south":{"uv":[3.504,7.379,3.746,7.621],"texture":"#0"},"west":{"uv":[7.504,4.004,7.875,4.1875],"texture":"#0"},"up":{"uv":[3.746,7.375,3.504,7.004],"texture":"#0"}}},{"from":[17.5575,1.57,-3.9175],"to":[18.6925,2.48,-1.6575],"rotation":{"angle":0,"axis":"y","origin":[16.4375,0.1125,-3.9125]},"faces":{"north":{"uv":[7.004,3.754,7.246,3.875],"texture":"#0"},"east":{"uv":[7.004,3.629,7.375,3.75],"texture":"#0"},"south":{"uv":[7.754,3.629,7.996,3.75],"texture":"#0"},"west":{"uv":[7.379,3.629,7.75,3.75],"texture":"#0"},"up":{"uv":[7.246,4.25,7.004,3.879],"texture":"#0"},"down":{"uv":[7.496,3.879,7.254,4.25],"texture":"#0"}}},{"from":[18.125,1.575,-4.1625],"to":[18.125,10.35,11.5875],"rotation":{"angle":0,"axis":"y","origin":[15.875,0.1125,-4.1625]},"faces":{"east":{"uv":[4.254,0.004,6.875,1.496],"texture":"#0"},"west":{"uv":[6.875,0.004,4.254,1.496],"texture":"#0"}}},{"from":[6.485,3.30375,5.65375],"to":[11.015,5.58375,14.34625],"rotation":{"angle":0,"axis":"y","origin":[8.75,2.99063,10]},"faces":{"north":{"uv":[6.125,4.5,6.875,4.375],"texture":"#0"},"east":{"uv":[6.25,4.5,6.125,3],"rotation":90,"texture":"#0"},"south":{"uv":[6.875,3.125,6.125,3],"texture":"#0"},"west":{"uv":[6.875,4.5,6.75,3],"rotation":90,"texture":"#0"},"up":{"uv":[6.875,4.5,6.125,3],"texture":"#0"}}},{"from":[4.41125,3.31125,7.7425],"to":[13.08875,5.57625,12.2575],"rotation":{"angle":0,"axis":"y","origin":[8.75,2.99063,10]},"faces":{"north":{"uv":[4.875,6.125,4.75,4.625],"rotation":90,"texture":"#0"},"east":{"uv":[4.125,4.625,4.875,4.75],"texture":"#0"},"south":{"uv":[4.25,6.125,4.125,4.625],"rotation":90,"texture":"#0"},"west":{"uv":[4.125,6,4.875,6.125],"texture":"#0"},"up":{"uv":[4.875,6.125,4.125,4.625],"rotation":90,"texture":"#0"}}},{"from":[2.67238,0.6,7.471],"to":[4.92238,2.475,10.0585],"rotation":{"angle":-22.5,"axis":"y","origin":[8.75,2.99063,10]},"faces":{"south":{"uv":[5.125,3,5.25,3.375],"texture":"#0"},"west":{"uv":[4.875,3,5.25,3.375],"texture":"#0"},"up":{"uv":[4.125,3.375,4.5,3.5],"rotation":270,"texture":"#0"}}},{"from":[6.221,0.6,3.92238],"to":[8.8085,2.475,6.17238],"rotation":{"angle":22.5,"axis":"y","origin":[8.75,2.99063,10]},"faces":{"north":{"uv":[5.25,3,5.625,3.375],"texture":"#0"},"east":{"uv":[5.25,3,5.375,3.375],"texture":"#0"},"up":{"uv":[4.5,3.375,4.875,3.5],"texture":"#0"}}},{"from":[6.5,0.6,4.375],"to":[11,2.475,6.625],"rotation":{"angle":0,"axis":"y","origin":[8.75,2.99063,10]},"faces":{"north":{"uv":[4.125,3,4.875,3.375],"texture":"#0"},"east":{"uv":[4.125,3,4.25,3.375],"texture":"#0"},"west":{"uv":[4.75,3,4.875,3.375],"texture":"#0"}}},{"from":[6.5,0.32623,5.00033],"to":[11,3.70123,7.25033],"rotation":{"angle":22.5,"axis":"x","origin":[8.75,2.99063,10]},"faces":{"north":{"uv":[4.875,3.75,5.625,4.375],"texture":"#0"},"east":{"uv":[4.875,3.75,5,4.375],"texture":"#0"},"west":{"uv":[5.5,3.75,5.625,4.375],"texture":"#0"}}},{"from":[7.29577,2.19375,5.33125],"to":[10.22077,5.56875,7.58125],"rotation":{"angle":45,"axis":"y","origin":[8.75,2.99063,10]},"faces":{"north":{"uv":[5.625,3,6.125,3.625],"texture":"#0"},"up":{"uv":[6.125,3.625,5.625,4],"texture":"#0"}}},{"from":[6.52542,2.475,4.65732],"to":[8.55042,4.275,6.90732],"rotation":{"angle":22.5,"axis":"y","origin":[8.75,2.99063,10]},"faces":{"north":{"uv":[4.5,4.25,4.125,4.625],"texture":"#0"},"up":{"uv":[4.5,4.625,4.875,4.25],"rotation":180,"texture":"#0"}}},{"from":[3.39982,2.4675,7.76792],"to":[5.66481,4.2825,9.80792],"rotation":{"angle":-22.5,"axis":"y","origin":[8.75,2.99063,10]},"faces":{"west":{"uv":[4.125,4.25,4.5,4.625],"texture":"#0"},"up":{"uv":[4.5,4.25,4.875,4.625],"rotation":270,"texture":"#0"}}},{"from":[8.6915,0.6,3.92238],"to":[11.279,2.475,6.17238],"rotation":{"angle":-22.5,"axis":"y","origin":[8.75,2.99063,10]},"faces":{"north":{"uv":[4.875,3,5.25,3.375],"texture":"#0"},"west":{"uv":[5.125,3,5.25,3.375],"texture":"#0"},"up":{"uv":[4.125,3.375,4.5,3.5],"texture":"#0"}}},{"from":[12.57762,0.6,7.471],"to":[14.82762,2.475,10.0585],"rotation":{"angle":22.5,"axis":"y","origin":[8.75,2.99063,10]},"faces":{"east":{"uv":[5.25,3,5.625,3.375],"texture":"#0"},"south":{"uv":[5.25,3,5.375,3.375],"texture":"#0"},"up":{"uv":[4.5,3.375,4.875,3.5],"rotation":90,"texture":"#0"}}},{"from":[12.125,0.6,7.75],"to":[14.375,2.475,12.25],"rotation":{"angle":0,"axis":"y","origin":[8.75,2.99063,10]},"faces":{"north":{"uv":[4.75,3,4.875,3.375],"texture":"#0"},"east":{"uv":[4.125,3,4.875,3.375],"texture":"#0"},"south":{"uv":[4.125,3,4.25,3.375],"texture":"#0"}}},{"from":[11.49967,0.32623,7.75],"to":[13.74967,3.70123,12.25],"rotation":{"angle":22.5,"axis":"z","origin":[8.75,2.99063,10]},"faces":{"north":{"uv":[5.5,3.75,5.625,4.375],"texture":"#0"},"east":{"uv":[4.875,3.75,5.625,4.375],"texture":"#0"},"south":{"uv":[4.875,3.75,5,4.375],"texture":"#0"}}},{"from":[11.16875,2.19375,8.54577],"to":[13.41875,5.56875,11.47077],"rotation":{"angle":45,"axis":"y","origin":[8.75,2.99063,10]},"faces":{"east":{"uv":[5.625,3,6.125,3.625],"texture":"#0"},"up":{"uv":[6.125,3.625,5.625,4],"rotation":90,"texture":"#0"}}},{"from":[11.84268,2.475,7.77542],"to":[14.09268,4.275,9.80042],"rotation":{"angle":22.5,"axis":"y","origin":[8.75,2.99063,10]},"faces":{"east":{"uv":[4.5,4.25,4.125,4.625],"texture":"#0"},"up":{"uv":[4.5,4.625,4.875,4.25],"rotation":270,"texture":"#0"}}},{"from":[8.94208,2.4675,4.64982],"to":[10.98208,4.2825,6.91481],"rotation":{"angle":-22.5,"axis":"y","origin":[8.75,2.99063,10]},"faces":{"north":{"uv":[4.125,4.25,4.5,4.625],"texture":"#0"},"up":{"uv":[4.5,4.25,4.875,4.625],"texture":"#0"}}},{"from":[12.57762,0.6,9.9415],"to":[14.82762,2.475,12.529],"rotation":{"angle":-22.5,"axis":"y","origin":[8.75,2.99063,10]},"faces":{"north":{"uv":[5.125,3,5.25,3.375],"texture":"#0"},"east":{"uv":[4.875,3,5.25,3.375],"texture":"#0"},"up":{"uv":[4.125,3.375,4.5,3.5],"rotation":90,"texture":"#0"}}},{"from":[8.6915,0.6,13.82762],"to":[11.279,2.475,16.07762],"rotation":{"angle":22.5,"axis":"y","origin":[8.75,2.99063,10]},"faces":{"south":{"uv":[5.25,3,5.625,3.375],"texture":"#0"},"west":{"uv":[5.25,3,5.375,3.375],"texture":"#0"},"up":{"uv":[4.5,3.375,4.875,3.5],"rotation":180,"texture":"#0"}}},{"from":[6.5,0.6,13.375],"to":[11,2.475,15.625],"rotation":{"angle":0,"axis":"y","origin":[8.75,2.99063,10]},"faces":{"east":{"uv":[4.75,3,4.875,3.375],"texture":"#0"},"south":{"uv":[4.125,3,4.875,3.375],"texture":"#0"},"west":{"uv":[4.125,3,4.25,3.375],"texture":"#0"}}},{"from":[6.5,0.32623,12.74967],"to":[11,3.70123,14.99967],"rotation":{"angle":-22.5,"axis":"x","origin":[8.75,2.99063,10]},"faces":{"east":{"uv":[5.5,3.75,5.625,4.375],"texture":"#0"},"south":{"uv":[4.875,3.75,5.625,4.375],"texture":"#0"},"west":{"uv":[4.875,3.75,5,4.375],"texture":"#0"}}},{"from":[7.27923,2.19375,12.41875],"to":[10.20423,5.56875,14.66875],"rotation":{"angle":45,"axis":"y","origin":[8.75,2.99063,10]},"faces":{"south":{"uv":[5.625,3,6.125,3.625],"texture":"#0"},"up":{"uv":[6.125,3.625,5.625,4],"rotation":180,"texture":"#0"}}},{"from":[8.94958,2.475,13.09268],"to":[10.97458,4.275,15.34268],"rotation":{"angle":22.5,"axis":"y","origin":[8.75,2.99063,10]},"faces":{"south":{"uv":[4.5,4.25,4.125,4.625],"texture":"#0"},"up":{"uv":[4.5,4.625,4.875,4.25],"texture":"#0"}}},{"from":[11.83519,2.4675,10.19208],"to":[14.10018,4.2825,12.23208],"rotation":{"angle":-22.5,"axis":"y","origin":[8.75,2.99063,10]},"faces":{"east":{"uv":[4.125,4.25,4.5,4.625],"texture":"#0"},"up":{"uv":[4.5,4.25,4.875,4.625],"rotation":90,"texture":"#0"}}},{"from":[6.221,0.6,13.82762],"to":[8.8085,2.475,16.07762],"rotation":{"angle":-22.5,"axis":"y","origin":[8.75,2.99063,10]},"faces":{"east":{"uv":[5.125,3,5.25,3.375],"texture":"#0"},"south":{"uv":[4.875,3,5.25,3.375],"texture":"#0"},"up":{"uv":[4.125,3.375,4.5,3.5],"rotation":180,"texture":"#0"}}},{"from":[2.67238,0.6,9.9415],"to":[4.92238,2.475,12.529],"rotation":{"angle":22.5,"axis":"y","origin":[8.75,2.99063,10]},"faces":{"north":{"uv":[5.25,3,5.375,3.375],"texture":"#0"},"west":{"uv":[5.25,3,5.625,3.375],"texture":"#0"},"up":{"uv":[4.5,3.375,4.875,3.5],"rotation":270,"texture":"#0"}}},{"from":[3.125,0.6,7.75],"to":[5.375,2.475,12.25],"rotation":{"angle":0,"axis":"y","origin":[8.75,2.99063,10]},"faces":{"north":{"uv":[4.125,3,4.25,3.375],"texture":"#0"},"south":{"uv":[4.75,3,4.875,3.375],"texture":"#0"},"west":{"uv":[4.125,3,4.875,3.375],"texture":"#0"}}},{"from":[3.75033,0.32623,7.75],"to":[6.00033,3.70123,12.25],"rotation":{"angle":-22.5,"axis":"z","origin":[8.75,2.99063,10]},"faces":{"north":{"uv":[4.875,3.75,5,4.375],"texture":"#0"},"south":{"uv":[5.5,3.75,5.625,4.375],"texture":"#0"},"west":{"uv":[4.875,3.75,5.625,4.375],"texture":"#0"}}},{"from":[4.08125,2.19375,8.52923],"to":[6.33125,5.56875,11.45423],"rotation":{"angle":45,"axis":"y","origin":[8.75,2.99063,10]},"faces":{"west":{"uv":[5.625,3,6.125,3.625],"texture":"#0"},"up":{"uv":[6.125,3.625,5.625,4],"rotation":270,"texture":"#0"}}},{"from":[3.40732,2.475,10.19958],"to":[5.65732,4.275,12.22458],"rotation":{"angle":22.5,"axis":"y","origin":[8.75,2.99063,10]},"faces":{"west":{"uv":[4.5,4.25,4.125,4.625],"texture":"#0"},"up":{"uv":[4.5,4.625,4.875,4.25],"rotation":90,"texture":"#0"}}},{"from":[6.51792,2.4675,13.08519],"to":[8.55792,4.2825,15.35018],"rotation":{"angle":-22.5,"axis":"y","origin":[8.75,2.99063,10]},"faces":{"south":{"uv":[4.125,4.25,4.5,4.625],"texture":"#0"},"up":{"uv":[4.5,4.25,4.875,4.625],"rotation":180,"texture":"#0"}}},{"from":[16.71,11.6275,8.75],"to":[16.72,17.6275,15.875],"rotation":{"angle":-45,"axis":"z","origin":[16.725,11.65,10.25]},"faces":{"east":{"uv":[5.86875,2.254,4.875,2.996],"texture":"#0"},"west":{"uv":[4.875,2.254,5.86875,2.996],"texture":"#0"}}},{"from":[22.245,13.94875,10.55],"to":[28.245,13.95875,15.875],"rotation":{"angle":22.5,"axis":"z","origin":[16.725,11.65,10.25]},"faces":{"up":{"uv":[5.754,1.504,6.496,2.24375],"rotation":90,"texture":"#0"},"down":{"uv":[6.496,1.504,5.754,2.24375],"rotation":90,"texture":"#0"}}},{"from":[14.4,6.1,8.75],"to":[14.41,12.1,15.0125],"rotation":{"angle":-22.5,"axis":"z","origin":[14.4,6.1,10.25]},"faces":{"east":{"uv":[5.74375,1.504,4.875,2.246],"texture":"#0"},"west":{"uv":[4.875,1.504,5.74375,2.246],"texture":"#0"}}},{"from":[14.4,0.6,8.75],"to":[14.41,6.1,13.25],"rotation":{"angle":0,"axis":"y","origin":[14.4,-1.4,10.25]},"faces":{"east":{"uv":[4.254,1.504,4.875,2.246],"texture":"#0"},"west":{"uv":[4.875,1.504,4.254,2.246],"texture":"#0"}}},{"from":[14.4055,0.581,11.9655],"to":[14.4155,2.949,12.8835],"rotation":{"angle":0,"axis":"y","origin":[18.1,6.1935,14.2245]},"faces":{"north":{"uv":[10.625,0.875,10.504,1.746],"texture":"#0"},"east":{"uv":[10.625,1.125,10.504,1.496],"texture":"#0"},"south":{"uv":[10.625,0.875,10.504,1.746],"texture":"#0"},"west":{"uv":[10.625,1.125,10.504,1.496],"texture":"#0"},"up":{"uv":[10.625,0.875,10.504,0.996],"rotation":270,"texture":"#0"},"down":{"uv":[10.625,1.625,10.504,1.746],"rotation":90,"texture":"#0"}}},{"from":[14.4055,2.931,11.0655],"to":[14.4155,5.649,14.6835],"rotation":{"angle":0,"axis":"y","origin":[18.1,6.1935,14.2245]},"faces":{"east":{"uv":[10.625,1.504,11.125,1.875],"texture":"#0"},"west":{"uv":[11.125,1.504,10.625,1.875],"texture":"#0"}}},{"from":[14.91414,4.25603,11.0745],"to":[14.92414,7.85603,15.5745],"rotation":{"angle":-22.5,"axis":"z","origin":[18.1,6.1935,14.2245]},"faces":{"east":{"uv":[10.625,1.004,11.246,1.496],"texture":"#0"},"west":{"uv":[11.246,1.004,10.625,1.496],"texture":"#0"}}},{"from":[14.52319,6.48806,11.9655],"to":[14.53319,8.30606,15.5835],"rotation":{"angle":-45,"axis":"z","origin":[18.1,6.1935,14.2245]},"faces":{"east":{"uv":[11.254,1.004,11.746,1.246],"texture":"#0"},"west":{"uv":[11.746,1.004,11.254,1.246],"texture":"#0"}}},{"from":[18.66798,10.30718,12.8745],"to":[21.36798,10.31718,16.4745],"rotation":{"angle":22.5,"axis":"z","origin":[18.1,6.1935,14.2245]},"faces":{"up":{"uv":[10.996,1.875,10.504,2.246],"rotation":270,"texture":"#0"},"down":{"uv":[10.996,2.246,10.504,1.875],"rotation":90,"texture":"#0"}}},{"from":[19.5445,11.247,14.6745],"to":[24.0445,11.257,17.3745],"rotation":{"angle":0,"axis":"y","origin":[18.1,6.1935,14.2245]},"faces":{"up":{"uv":[11.625,1.254,11.254,1.875],"rotation":270,"texture":"#0"},"down":{"uv":[11.625,1.875,11.254,1.254],"rotation":90,"texture":"#0"}}},{"from":[14.4055,0.631,6.9165],"to":[14.4155,3.349,10.5345],"rotation":{"angle":0,"axis":"y","origin":[18.1,3.8935,7.3755]},"faces":{"east":{"uv":[10.875,3.375,10.375,3.746],"texture":"#0"},"west":{"uv":[10.375,3.375,10.875,3.746],"texture":"#0"}}},{"from":[14.91414,1.95603,6.0255],"to":[14.92414,5.55603,10.5255],"rotation":{"angle":-22.5,"axis":"z","origin":[18.1,3.8935,7.3755]},"faces":{"east":{"uv":[10.996,2.875,10.375,3.375],"texture":"#0"},"west":{"uv":[10.375,2.875,10.996,3.375],"texture":"#0"}}},{"from":[14.52319,4.18806,6.0165],"to":[14.53319,6.00606,9.6345],"rotation":{"angle":-45,"axis":"z","origin":[18.1,3.8935,7.3755]},"faces":{"east":{"uv":[11.496,2.875,11.004,3.125],"texture":"#0"},"west":{"uv":[11.004,2.875,11.496,3.125],"texture":"#0"}}},{"from":[18.66798,8.00718,5.1255],"to":[21.36798,8.01718,8.7255],"rotation":{"angle":22.5,"axis":"z","origin":[18.1,3.8935,7.3755]},"faces":{"up":{"uv":[10.254,3.754,10.746,4.125],"rotation":270,"texture":"#0"},"down":{"uv":[10.254,4.125,10.746,3.754],"rotation":90,"texture":"#0"}}},{"from":[19.5445,8.947,4.2255],"to":[24.0445,8.957,6.9255],"rotation":{"angle":0,"axis":"y","origin":[18.1,3.8935,7.3755]},"faces":{"up":{"uv":[11.004,3.125,11.375,3.746],"rotation":270,"texture":"#0"},"down":{"uv":[11.004,3.746,11.375,3.125],"rotation":90,"texture":"#0"}}},{"from":[-1.01778,0,1.88341],"to":[1.23222,1.125,18.75841],"rotation":{"angle":45,"axis":"y","origin":[8.51433,0.5625,12.24687]},"faces":{"east":{"uv":[0.504,7.004,3.375,7.246],"texture":"#0"},"south":{"uv":[8.754,1.879,9.125,2.121],"texture":"#0"},"west":{"uv":[7.004,0.504,9.875,0.746],"texture":"#0"},"up":{"uv":[1.754,7.754,4.625,8.125],"rotation":90,"texture":"#0"},"down":{"uv":[4.625,8.129,1.754,8.5],"rotation":90,"texture":"#0"}}}],"display":{"gui":{"rotation":[-150,45,175],"translation":[0.5,1.5,0],"scale":[0.55,0.55,0.55]},"head":{"rotation":[5,-22.5,-5],"translation":[1.25,17.5,-2],"scale":[1.75,1.75,1.75]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/mythichat.json b/assets/minecraft/models/item/wynn/skin/hat/mythichat.json new file mode 100644 index 000000000..7f55469af --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/mythichat.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"wynn/loot/mythic","1":"skins/driftwood_2","3":"skins/wood","particle":"skins/wood"},"elements":[{"from":[6.5,1.1,-1.65],"to":[9.5,4.1,1.35],"rotation":{"angle":-22.5,"axis":"y","origin":[8,2.85,-0.15]},"faces":{"north":{"uv":[0,0,6,6],"texture":"#0"},"east":{"uv":[0,0,6,6],"texture":"#0"},"south":{"uv":[6,0,12,6],"texture":"#0"},"west":{"uv":[0,0,6,6],"texture":"#0"},"down":{"uv":[0,6,6,12],"rotation":180,"texture":"#0"}}},{"from":[6.375,2.1,-1.775],"to":[9.625,4.1,1.475],"rotation":{"angle":-22.5,"axis":"y","origin":[8,2.85,-0.15]},"faces":{"north":{"uv":[12,6,16,12],"rotation":90,"texture":"#0"},"east":{"uv":[6,12,0,16],"texture":"#0"},"south":{"uv":[6,12,12,16],"texture":"#0"},"west":{"uv":[0,12,6,16],"texture":"#0"},"up":{"uv":[6,6,12,12],"rotation":180,"texture":"#0"}}},{"from":[7.25,11.55677,3.22848],"to":[8.75,13.55677,4.22848],"rotation":{"angle":22.5,"axis":"x","origin":[8,10.40372,5.01763]},"faces":{"north":{"uv":[14,9.5,16,10.5],"rotation":180,"texture":"#3"},"east":{"uv":[14,9.5,16,10.5],"rotation":90,"texture":"#3"},"south":{"uv":[14,9.5,16,10.5],"texture":"#3"},"west":{"uv":[14,9.5,16,10.5],"rotation":270,"texture":"#3"},"up":{"uv":[14,9.5,15.5,10.5],"texture":"#3"},"down":{"uv":[14,9.5,15.5,10.5],"rotation":180,"texture":"#3"}}},{"from":[7.25,6.26471,6.45853],"to":[8.75,7.26471,8.55853],"rotation":{"angle":-45,"axis":"x","origin":[8,10.40372,5.01763]},"faces":{"north":{"uv":[14,9.5,15.5,10.5],"texture":"#3"},"east":{"uv":[14,9.5,16,10.5],"texture":"#3"},"south":{"uv":[14,9.5,15.5,10.5],"texture":"#3"},"west":{"uv":[14,9.5,16,10.5],"texture":"#3"},"up":{"uv":[14,9.5,16,10.5],"texture":"#3"},"down":{"uv":[14,9.5,16,10.5],"texture":"#3"}}},{"from":[7.25,13.04933,-0.66946],"to":[8.75,15.04933,0.33054],"rotation":{"angle":0,"axis":"x","origin":[8,10.40372,5.01763]},"faces":{"north":{"uv":[14,9.5,16,10.5],"rotation":180,"texture":"#3"},"east":{"uv":[14,9.5,16,10.5],"rotation":90,"texture":"#3"},"south":{"uv":[14,9.5,16,10.5],"texture":"#3"},"west":{"uv":[14,9.5,16,10.5],"rotation":270,"texture":"#3"},"up":{"uv":[14,9.5,16,10.5],"texture":"#3"},"down":{"uv":[14,9.5,15.5,10.5],"rotation":180,"texture":"#3"}}},{"from":[7.25,13.04933,-4.91946],"to":[8.75,15.04933,-3.91946],"rotation":{"angle":0,"axis":"x","origin":[8,10.40372,5.01763]},"faces":{"north":{"uv":[14,9.5,16,10.5],"rotation":180,"texture":"#3"},"east":{"uv":[14,9.5,16,10.5],"rotation":90,"texture":"#3"},"south":{"uv":[14,9.5,16,10.5],"texture":"#3"},"west":{"uv":[14,9.5,16,10.5],"rotation":270,"texture":"#3"},"up":{"uv":[14,9.5,15.5,10.5],"texture":"#3"},"down":{"uv":[14,9.5,15.5,10.5],"rotation":180,"texture":"#3"}}},{"from":[7.4,12.20677,0.42848],"to":[8.6,13.40677,6.62848],"rotation":{"angle":22.5,"axis":"x","origin":[8,10.40372,5.01763]},"faces":{"north":{"uv":[0,14.5,6,16],"texture":"#3","cullface":"west"},"east":{"uv":[0,14.5,6,16],"texture":"#3","cullface":"west"},"south":{"uv":[0,14.5,1.5,16],"texture":"#3","cullface":"west"},"west":{"uv":[0,14.5,6,16],"texture":"#3","cullface":"west"},"up":{"uv":[3.5,14.5,9.5,16],"rotation":90,"texture":"#3","cullface":"west"},"down":{"uv":[7,14.5,13,16],"rotation":90,"texture":"#3","cullface":"west"}}},{"from":[7.39,4.85471,7.19853],"to":[8.61,10.07471,8.41853],"rotation":{"angle":-45,"axis":"x","origin":[8,10.40372,5.01763]},"faces":{"north":{"uv":[7,14.5,13,16],"rotation":270,"texture":"#3","cullface":"west"},"east":{"uv":[0,14.5,6,16],"rotation":270,"texture":"#3","cullface":"west"},"south":{"uv":[3.5,14.5,9.5,16],"rotation":90,"texture":"#3","cullface":"west"},"west":{"uv":[0,14.5,6,16],"rotation":90,"texture":"#3","cullface":"west"},"up":{"uv":[0,14.5,6,16],"rotation":180,"texture":"#3","cullface":"west"},"down":{"uv":[0,14.5,1.5,16],"texture":"#3","cullface":"west"}}},{"from":[6.39,4.35858,9.06317],"to":[9.61,6.57858,10.28317],"rotation":{"angle":-22.5,"axis":"x","origin":[8,10.40372,5.01763]},"faces":{"north":{"uv":[1.5,13.5,5,16],"rotation":180,"texture":"#3","cullface":"west"},"east":{"uv":[1.5,13.5,2.5,16],"rotation":180,"texture":"#3","cullface":"west"},"south":{"uv":[1.5,13.5,5,16],"rotation":180,"texture":"#3","cullface":"west"},"west":{"uv":[1.5,13.5,2.5,16],"rotation":180,"texture":"#3","cullface":"west"},"up":{"uv":[5.5,13.5,9,14.5],"rotation":180,"texture":"#3","cullface":"west"},"down":{"uv":[5.5,13.5,9,14.5],"rotation":180,"texture":"#3","cullface":"west"}}},{"from":[7.5,13.79933,-5.06946],"to":[8.5,14.79933,1.93054],"rotation":{"angle":0,"axis":"x","origin":[8,10.40372,5.01763]},"faces":{"north":{"uv":[0,14,1,15],"rotation":270,"texture":"#3"},"east":{"uv":[0,14,7,15],"rotation":180,"texture":"#3"},"south":{"uv":[0,14,1,15],"rotation":90,"texture":"#3"},"west":{"uv":[0,14,7,15],"texture":"#3"},"up":{"uv":[0,14,7,15],"rotation":90,"texture":"#3"},"down":{"uv":[0,14,7,15],"rotation":270,"texture":"#3"}}},{"from":[4.5,5.48029,8.87664],"to":[11.5,5.98029,9.87664],"rotation":{"angle":-22.5,"axis":"x","origin":[8,10.40372,5.01763]},"faces":{"north":{"uv":[0,14,7,14.5],"rotation":180,"texture":"#3"},"east":{"uv":[0,14,0.5,15],"rotation":90,"texture":"#3"},"south":{"uv":[0,14,7,14.5],"texture":"#3"},"west":{"uv":[0,14,0.5,15],"rotation":270,"texture":"#3"},"up":{"uv":[0,14,7,15],"texture":"#3"},"down":{"uv":[0,14,7,15],"rotation":180,"texture":"#3"}}},{"from":[4.5,5.48029,2.37664],"to":[11.5,5.98029,3.37664],"rotation":{"angle":-22.5,"axis":"x","origin":[8,10.40372,5.01763]},"faces":{"north":{"uv":[0,14,7,14.5],"rotation":180,"texture":"#3"},"east":{"uv":[0,14,0.5,15],"rotation":90,"texture":"#3"},"south":{"uv":[0,14,7,14.5],"texture":"#3"},"west":{"uv":[0,14,0.5,15],"rotation":270,"texture":"#3"},"up":{"uv":[0,14,7,15],"rotation":180,"texture":"#3"},"down":{"uv":[0,14,7,15],"texture":"#3"}}},{"from":[10.5,5.48029,3.37664],"to":[11.5,5.98029,8.87664],"rotation":{"angle":-22.5,"axis":"x","origin":[8,10.40372,5.01763]},"faces":{"north":{"uv":[0,14,1,14.5],"texture":"#3"},"east":{"uv":[0,14,5.5,14.5],"texture":"#3"},"south":{"uv":[0,14,1,14.5],"texture":"#3"},"west":{"uv":[0,14,5.5,14.5],"texture":"#3"},"up":{"uv":[0,14,5.5,15],"rotation":270,"texture":"#3"},"down":{"uv":[0,14,5.5,15],"rotation":270,"texture":"#3"}}},{"from":[4.5,5.48029,3.37664],"to":[5.5,5.98029,8.87664],"rotation":{"angle":-22.5,"axis":"x","origin":[8,10.40372,5.01763]},"faces":{"north":{"uv":[6,14,7,14.5],"texture":"#3"},"east":{"uv":[6,14,11.5,14.5],"texture":"#3"},"south":{"uv":[6,14,7,14.5],"texture":"#3"},"west":{"uv":[6,14,11.5,14.5],"texture":"#3"},"up":{"uv":[0,15,5.5,16],"rotation":90,"texture":"#3"},"down":{"uv":[0,15,5.5,16],"rotation":90,"texture":"#3"}}},{"from":[7.75,13.08306,-5.29313],"to":[8.25,13.58306,1.65687],"rotation":{"angle":0,"axis":"x","origin":[8,10.40372,5.01763]},"faces":{"north":{"uv":[0,0.5,6.5,1],"rotation":180,"texture":"#1"},"east":{"uv":[0,0.5,6.5,1],"texture":"#1"},"south":{"uv":[0,0.5,6.5,1],"rotation":180,"texture":"#1"},"west":{"uv":[0,0.5,6.5,1],"rotation":180,"texture":"#1"},"up":{"uv":[0,0.5,6.5,1],"rotation":270,"texture":"#1"},"down":{"uv":[0,0.5,6.5,1],"rotation":90,"texture":"#1"}}},{"from":[7.76,11.56494,0.70601],"to":[8.24,12.04494,6.23601],"rotation":{"angle":22.5,"axis":"x","origin":[8,10.40372,5.01763]},"faces":{"north":{"uv":[0,0.5,6.5,1],"texture":"#1"},"east":{"uv":[0,0.5,6.5,1],"rotation":180,"texture":"#1"},"south":{"uv":[0,0.5,6.5,1],"texture":"#1"},"west":{"uv":[0,0.5,4.5,1],"texture":"#1"},"up":{"uv":[0,0.5,6.5,1],"rotation":90,"texture":"#1"},"down":{"uv":[0,0.5,6.5,1],"rotation":270,"texture":"#1"}}},{"from":[7.75,4.35074,6.51324],"to":[8.25,9.90074,7.01324],"rotation":{"angle":-45,"axis":"x","origin":[8,10.40372,5.01763]},"faces":{"north":{"uv":[11.5,0.5,16,1],"rotation":90,"texture":"#1"},"east":{"uv":[11.5,0.5,16,1],"rotation":90,"texture":"#1"},"south":{"uv":[11.5,0.5,16,1],"rotation":90,"texture":"#1"},"west":{"uv":[11.5,0.5,16,1],"rotation":90,"texture":"#1"},"up":{"uv":[11.5,0.5,16,1],"rotation":90,"texture":"#1"},"down":{"uv":[14.5,0.5,15,1],"rotation":90,"texture":"#1"}}},{"from":[7.76,6.6646,-3.12918],"to":[8.24,16.6446,-2.64918],"rotation":{"angle":-22.5,"axis":"x","origin":[8,9.54863,4.6947]},"faces":{"north":{"uv":[1.5,0.5,5.99,0.74],"rotation":270,"texture":"#1"},"east":{"uv":[1.5,0.5,5.99,0.74],"rotation":270,"texture":"#1"},"south":{"uv":[1.5,0.5,5.99,0.74],"rotation":270,"texture":"#1"},"west":{"uv":[1.5,0.5,5.99,0.74],"rotation":270,"texture":"#1"},"up":{"uv":[6.5,0.5,6.74,0.74],"rotation":270,"texture":"#1"},"down":{"uv":[1.5,0.5,1.74,0.74],"rotation":270,"texture":"#1"}}},{"from":[7.80201,0.83437,-2.07345],"to":[8.30201,4.33437,1.72655],"rotation":{"angle":0,"axis":"x","origin":[8.05201,3.58437,1.17655]},"faces":{"north":{"uv":[5.5,1,6,2.5],"texture":"#1"},"east":{"uv":[5.5,1,6,2.5],"texture":"#1"},"south":{"uv":[5.5,1,6,2.5],"texture":"#1"},"west":{"uv":[5.5,1,6,2.5],"texture":"#1"},"up":{"uv":[5.5,1,6,2.5],"texture":"#1"},"down":{"uv":[5.5,1,6,2.5],"texture":"#1"}}}],"overrides":[{"predicate":{"cast":1},"model":"item/fishing_rod_cast"}],"display":{"head":{"rotation":[22.5,0,0],"translation":[0,7.75,1.5],"scale":[2,2,2]},"gui":{"rotation":[-150,45,175],"translation":[2,3,0],"scale":[0.85,0.85,0.85]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/nutcracker_hat.json b/assets/minecraft/models/item/wynn/skin/hat/nutcracker_hat.json new file mode 100644 index 000000000..c12b099ac --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/nutcracker_hat.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/nutcracker_hat","particle":"skins/nutcracker_hat"},"elements":[{"from":[2.99,-0.01,2.99],"to":[13.01,14.01,13.01],"faces":{"north":{"uv":[0,0,5,7],"texture":"#0"},"east":{"uv":[10,0,5,7],"texture":"#0"},"south":{"uv":[10,0,5,7],"texture":"#0"},"west":{"uv":[5,0,10,7],"texture":"#0"},"up":{"uv":[10,0,15,5],"texture":"#0"}}},{"from":[13,0,3],"to":[3,14,13],"faces":{"north":{"uv":[0,0,5,7],"texture":"#0"},"east":{"uv":[5,0,10,7],"texture":"#0"},"south":{"uv":[5,0,10,7],"texture":"#0"},"west":{"uv":[5,0,10,7],"texture":"#0"},"up":{"uv":[10,0,15,5],"texture":"#0"}}},{"from":[2.99,-0.01,-2.01],"to":[13.01,2.01,3.01],"faces":{"east":{"uv":[12.5,7.5,10,8.5],"texture":"#0"},"west":{"uv":[10,7.5,12.5,8.5],"texture":"#0"},"up":{"uv":[10,5,15,7.5],"texture":"#0"}}},{"from":[13,0,-2],"to":[3,2,3],"faces":{"east":{"uv":[12.5,7.5,10,8.5],"texture":"#0"},"west":{"uv":[10,7.5,12.5,8.5],"texture":"#0"},"up":{"uv":[10,5,15,7.5],"texture":"#0"}}}],"display":{"head":{"rotation":[5,0,0],"translation":[0,11,1],"scale":[1.5,1.5,1.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/orphion_messenger.json b/assets/minecraft/models/item/wynn/skin/hat/orphion_messenger.json new file mode 100644 index 000000000..6d32fe623 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/orphion_messenger.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/orphion_messenger_a","1":"skins/orphion_messenger","particle":"skins/orphion_messenger"},"elements":[{"from":[6,1.2,8.2],"to":[10,2.2,12.1],"rotation":{"angle":-22.5,"axis":"x","origin":[0,-6.1,0.1]},"faces":{"east":{"uv":[7.5,2,9.5,2.5],"texture":"#1"},"west":{"uv":[9.5,2,7.5,2.5],"texture":"#1"},"up":{"uv":[5,2,3,0],"texture":"#1"},"down":{"uv":[5,2,3,4],"texture":"#1"}}},{"from":[5.999,-2.651,5.999],"to":[10.001,-1.649,8.751],"rotation":{"angle":-45,"axis":"x","origin":[0,-5.65,1]},"faces":{"east":{"uv":[9,7.5,7.5,8],"texture":"#1"},"west":{"uv":[7.5,7.5,9,8],"texture":"#1"},"up":{"uv":[2,5,0,3.5],"texture":"#1"},"down":{"uv":[4,4,2,5.5],"texture":"#1"}}},{"from":[7.599,-2.451,3.049],"to":[8.401,-1.649,5.951],"rotation":{"angle":-45,"axis":"x","origin":[0,-5.65,1]},"faces":{"east":{"uv":[9.5,3.5,8,4],"texture":"#1"},"west":{"uv":[8,3.5,9.5,4],"texture":"#1"},"up":{"uv":[1.5,9.5,1,8],"texture":"#1"},"down":{"uv":[2,8,1.5,9.5],"texture":"#1"}}},{"from":[5.998,2.948,-0.202],"to":[10.002,5.477,0.802],"rotation":{"angle":22.5,"axis":"x","origin":[0,-6.5,0.1]},"faces":{"north":{"uv":[4,4,6,5.25],"texture":"#1"},"east":{"uv":[8.5,8,8,9.25],"texture":"#1"},"south":{"uv":[0,5,2,6.25],"texture":"#1"},"west":{"uv":[8,8,8.5,9.25],"texture":"#1"}}},{"from":[5.999,-2.651,7.249],"to":[10.001,-1.649,10.001],"rotation":{"angle":45,"axis":"x","origin":[0,-5.65,15]},"faces":{"east":{"uv":[7.5,7.5,9,8],"texture":"#1"},"west":{"uv":[9,7.5,7.5,8],"texture":"#1"},"up":{"uv":[2,3.5,0,5],"texture":"#1"},"down":{"uv":[4,5.5,2,4],"texture":"#1"}}},{"from":[5.998,2.948,15.198],"to":[10.002,5.477,16.202],"rotation":{"angle":-22.5,"axis":"x","origin":[0,-6.5,15.9]},"faces":{"north":{"uv":[2,5,0,6.25],"texture":"#1"},"east":{"uv":[8,8,8.5,9.25],"texture":"#1"},"south":{"uv":[6,4,4,5.25],"texture":"#1"},"west":{"uv":[8.5,8,8,9.25],"texture":"#1"}}},{"from":[6.002,1.202,3.902],"to":[9.998,2.198,7.798],"rotation":{"angle":22.5,"axis":"x","origin":[0,-6.1,15.9]},"faces":{"east":{"uv":[9.5,2,7.5,2.5],"texture":"#1"},"west":{"uv":[7.5,2,9.5,2.5],"texture":"#1"},"up":{"uv":[5,0,3,2],"texture":"#1"},"down":{"uv":[5,4,3,2],"texture":"#1"}}},{"from":[6.549,-0.001,0.699],"to":[9.451,0.701,3.201],"rotation":{"angle":0,"axis":"y","origin":[8,-5.65,8]},"faces":{"north":{"uv":[8.5,5.5,10,6],"texture":"#1"},"south":{"uv":[2.5,9,4,9.25],"texture":"#1"},"up":{"uv":[6.5,1.25,5,0],"texture":"#1"},"down":{"uv":[6.5,1.5,5,2.75],"texture":"#1"}}},{"from":[6.549,-0.001,12.799],"to":[9.451,0.701,15.301],"rotation":{"angle":0,"axis":"y","origin":[8,-5.65,8]},"faces":{"north":{"uv":[4,9,2.5,9.25],"texture":"#1"},"south":{"uv":[10,5.5,8.5,6],"texture":"#1"},"up":{"uv":[6.5,0,5,1.25],"texture":"#1"},"down":{"uv":[6.5,2.75,5,1.5],"texture":"#1"}}},{"from":[6.649,-1.951,-0.601],"to":[9.451,-1.349,0.401],"rotation":{"angle":0,"axis":"y","origin":[8,-7.7,6.2]},"faces":{"north":{"uv":[9.5,0.75,11,1.25],"texture":"#1"},"south":{"uv":[11,0.75,9.5,1.25],"texture":"#1"},"up":{"uv":[9.5,3,8,2.5],"texture":"#1"},"down":{"uv":[9.5,3,8,3.5],"texture":"#1"}}},{"from":[4.25,-2.65,7],"to":[6,-1.9,9.75],"rotation":{"angle":-45,"axis":"x","origin":[-3,-5.65,2]},"faces":{"east":{"uv":[2,8.5,3.25,9],"texture":"#1"},"west":{"uv":[3.5,8.5,4.75,9],"texture":"#1"},"up":{"uv":[4,8.25,3,7],"texture":"#1"},"down":{"uv":[5,7,4,8.25],"texture":"#1"}}},{"from":[4.249,1.249,0.799],"to":[6.001,5.024,2.051],"rotation":{"angle":22.5,"axis":"x","origin":[-3,-6.5,1.1]},"faces":{"north":{"uv":[5,5.5,6,7.25],"texture":"#1"},"east":{"uv":[7.5,2.5,8,4.25],"texture":"#1"},"south":{"uv":[6,4,7,5.75],"texture":"#1"},"west":{"uv":[7.5,4.5,8,6.25],"texture":"#1"},"down":{"uv":[3,3.5,2,4],"texture":"#1"}}},{"from":[4.25,0.2,9.05],"to":[6,1.45,12.1],"rotation":{"angle":-22.5,"axis":"x","origin":[-3,-6.85,0.1]},"faces":{"east":{"uv":[7.5,0,9,0.75],"texture":"#1"},"west":{"uv":[7.5,1,9,1.75],"texture":"#1"},"up":{"uv":[7.5,1.5,6.5,0],"texture":"#1"},"down":{"uv":[2,6.5,1,8],"texture":"#1"}}},{"from":[3.498,-3.302,9.948],"to":[4.252,-0.048,12.127],"rotation":{"angle":-22.5,"axis":"x","origin":[-5,-8.35,-0.25]},"faces":{"east":{"uv":[6,6,7,7.75],"texture":"#1"},"west":{"uv":[0,6.5,1,8.25],"texture":"#1"},"up":{"uv":[9.5,2,9,1],"texture":"#1"},"down":{"uv":[2.5,9,2,10],"texture":"#1"}}},{"from":[3.5,1.1,1.85],"to":[4.25,3.925,3.85],"rotation":{"angle":22.5,"axis":"x","origin":[-5,-6.85,2.15]},"faces":{"north":{"uv":[5,7.5,5.5,9],"texture":"#1"},"east":{"uv":[6.5,1.5,7.5,3],"texture":"#1"},"west":{"uv":[2,7,3,8.5],"texture":"#1"},"down":{"uv":[9.5,0,9,1],"texture":"#1"}}},{"from":[6.45,0,0.7],"to":[9.45,0.7,3.2],"rotation":{"angle":22.5,"axis":"y","origin":[8,-5.65,8]},"faces":{"north":{"uv":[4,9,5.5,9.5],"texture":"#1"},"south":{"uv":[9,7.5,10.5,7.75],"texture":"#1"},"up":{"uv":[3.5,6.75,2,5.5],"texture":"#1"},"down":{"uv":[5,5.5,3.5,6.75],"texture":"#1"}}},{"from":[1.798,-0.002,4.198],"to":[4.302,0.702,10.852],"rotation":{"angle":-22.5,"axis":"y","origin":[8.7,-5.65,8]},"faces":{"east":{"uv":[7.5,6.5,10.75,6.75],"texture":"#1"},"west":{"uv":[7.5,6.75,10.75,7.25],"texture":"#1"},"up":{"uv":[1.25,3.25,0,0],"texture":"#1"},"down":{"uv":[2.75,0,1.5,3.25],"texture":"#1"}}},{"from":[6.45,0,12.8],"to":[9.45,0.7,15.3],"rotation":{"angle":-22.5,"axis":"y","origin":[8,-5.65,8]},"faces":{"north":{"uv":[10.5,7.5,9,7.75],"texture":"#1"},"south":{"uv":[5.5,9,4,9.5],"texture":"#1"},"up":{"uv":[3.5,5.5,2,6.75],"texture":"#1"},"down":{"uv":[5,6.75,3.5,5.5],"texture":"#1"}}},{"from":[4.25,-2.65,6.25],"to":[6,-1.9,9],"rotation":{"angle":45,"axis":"x","origin":[-3,-5.65,14]},"faces":{"east":{"uv":[3.25,8.5,2,9],"texture":"#1"},"west":{"uv":[4.75,8.5,3.5,9],"texture":"#1"},"up":{"uv":[4,7,3,8.25],"texture":"#1"},"down":{"uv":[5,8.25,4,7],"texture":"#1"}}},{"from":[1.799,-0.001,5.149],"to":[4.301,0.701,11.801],"rotation":{"angle":22.5,"axis":"y","origin":[8.7,-5.65,8]},"faces":{"east":{"uv":[10.75,6.5,7.5,6.75],"texture":"#1"},"west":{"uv":[10.75,6.75,7.5,7.25],"texture":"#1"},"up":{"uv":[1.25,0,0,3.25],"texture":"#1"},"down":{"uv":[2.75,3.25,1.5,0],"texture":"#1"}}},{"from":[3.5,1.1,12.15],"to":[4.25,3.925,14.15],"rotation":{"angle":-22.5,"axis":"x","origin":[-5,-6.85,13.85]},"faces":{"east":{"uv":[7.5,1.5,6.5,3],"texture":"#1"},"south":{"uv":[5.5,7.5,5,9],"texture":"#1"},"west":{"uv":[3,7,2,8.5],"texture":"#1"},"down":{"uv":[9.5,1,9,0],"texture":"#1"}}},{"from":[3.499,-3.301,3.874],"to":[4.251,-0.049,6.051],"rotation":{"angle":22.5,"axis":"x","origin":[-5,-8.35,16.25]},"faces":{"east":{"uv":[7,6,6,7.75],"texture":"#1"},"west":{"uv":[1,6.5,0,8.25],"texture":"#1"},"up":{"uv":[9.5,1,9,2],"texture":"#1"},"down":{"uv":[2.5,10,2,9],"texture":"#1"}}},{"from":[4.249,1.249,13.949],"to":[6.001,5.024,15.201],"rotation":{"angle":-22.5,"axis":"x","origin":[-3,-6.5,14.9]},"faces":{"north":{"uv":[7,4,6,5.75],"texture":"#1"},"east":{"uv":[8,2.5,7.5,4.25],"texture":"#1"},"south":{"uv":[6,5.5,5,7.25],"texture":"#1"},"west":{"uv":[8,4.5,7.5,6.25],"texture":"#1"},"down":{"uv":[3,4,2,3.5],"texture":"#1"}}},{"from":[4.252,0.202,3.902],"to":[5.998,1.448,6.948],"rotation":{"angle":22.5,"axis":"x","origin":[-3,-6.85,15.9]},"faces":{"east":{"uv":[9,0,7.5,0.75],"texture":"#1"},"west":{"uv":[9,1,7.5,1.75],"texture":"#1"},"up":{"uv":[7.5,0,6.5,1.5],"texture":"#1"},"down":{"uv":[2,8,1,6.5],"texture":"#1"}}},{"from":[2.549,-1.951,2.349],"to":[3.351,-1.349,4.701],"rotation":{"angle":-22.5,"axis":"y","origin":[8.7,-7.7,6.2]},"faces":{"east":{"uv":[10.75,2.75,9.5,3.25],"texture":"#1"},"west":{"uv":[9.5,2.75,10.75,3.25],"texture":"#1"},"up":{"uv":[0.5,9.75,0,8.5],"texture":"#1"},"down":{"uv":[1,8.5,0.5,9.75],"texture":"#1"}}},{"from":[3.6,-1.95,2.45],"to":[4.4,-1.35,3.025],"rotation":{"angle":0,"axis":"y","origin":[9.75,-7.7,6.35]},"faces":{"east":{"uv":[9.75,4,9.5,4.25],"texture":"#1"},"west":{"uv":[9.5,4,9.75,4.25],"texture":"#1"},"up":{"uv":[2,9.75,1.5,9.5],"texture":"#1"},"down":{"uv":[10,3.5,9.5,3.75],"texture":"#1"}}},{"from":[7,-1.95,-0.6],"to":[9.35,-1.35,0.4],"rotation":{"angle":22.5,"axis":"y","origin":[8,-7.7,6.2]},"faces":{"north":{"uv":[9.5,2.25,10.75,2.75],"texture":"#1"},"south":{"uv":[10.75,2.25,9.5,2.75],"texture":"#1"},"up":{"uv":[9.75,5,8.5,4.5],"texture":"#1"},"down":{"uv":[9.75,5,8.5,5.5],"texture":"#1"}}},{"from":[5.349,-2.451,3.499],"to":[6.151,-1.649,6.401],"rotation":{"angle":-45,"axis":"x","origin":[-0.25,-5.65,1.45]},"faces":{"east":{"uv":[9.5,4,8,4.5],"texture":"#1"},"west":{"uv":[8,4,9.5,4.5],"texture":"#1"},"up":{"uv":[8.5,6,8,4.5],"texture":"#1"},"down":{"uv":[6.5,8,6,9.5],"texture":"#1"}}},{"from":[9.849,-2.451,3.499],"to":[10.651,-1.649,6.401],"rotation":{"angle":-45,"axis":"x","origin":[16.25,-5.65,1.45]},"faces":{"east":{"uv":[9.5,4,8,4.5],"texture":"#1"},"west":{"uv":[8,4,9.5,4.5],"texture":"#1"},"up":{"uv":[8,6,8.5,4.5],"texture":"#1"},"down":{"uv":[6,8,6.5,9.5],"texture":"#1"}}},{"from":[3.599,-2.451,5.884],"to":[4.401,-1.649,8.786],"rotation":{"angle":-45,"axis":"x","origin":[-2,-5.65,3.85]},"faces":{"east":{"uv":[9.5,6,8,6.5],"texture":"#1"},"west":{"uv":[8,6,9.5,6.5],"texture":"#1"},"up":{"uv":[7,9.5,6.5,8],"texture":"#1"},"down":{"uv":[8,8,7.5,9.5],"texture":"#1"}}},{"from":[10,-2.65,7],"to":[11.75,-1.9,9.75],"rotation":{"angle":-45,"axis":"x","origin":[19,-5.65,2]},"faces":{"east":{"uv":[4.75,8.5,3.5,9],"texture":"#1"},"west":{"uv":[3.25,8.5,2,9],"texture":"#1"},"up":{"uv":[3,8.25,4,7],"texture":"#1"},"down":{"uv":[4,7,5,8.25],"texture":"#1"}}},{"from":[9.999,1.249,0.799],"to":[11.751,5.024,2.051],"rotation":{"angle":22.5,"axis":"x","origin":[19,-6.5,1.1]},"faces":{"north":{"uv":[6,5.5,5,7.25],"texture":"#1"},"east":{"uv":[8,4.5,7.5,6.25],"texture":"#1"},"south":{"uv":[7,4,6,5.75],"texture":"#1"},"west":{"uv":[8,2.5,7.5,4.25],"texture":"#1"},"down":{"uv":[2,3.5,3,4],"texture":"#1"}}},{"from":[10,0.2,9.05],"to":[11.75,1.45,12.1],"rotation":{"angle":-22.5,"axis":"x","origin":[19,-6.85,0.1]},"faces":{"east":{"uv":[9,1,7.5,1.75],"texture":"#1"},"west":{"uv":[9,0,7.5,0.75],"texture":"#1"},"up":{"uv":[6.5,1.5,7.5,0],"texture":"#1"},"down":{"uv":[1,6.5,2,8],"texture":"#1"}}},{"from":[7.5,2.15,8.5],"to":[8.5,2.65,9.5],"rotation":{"angle":-22.5,"axis":"x","origin":[19,-6.85,0.1]},"faces":{"north":{"uv":[13.25,0.75,13.75,0.5],"texture":"#1"},"east":{"uv":[13.25,1,13.75,0.75],"texture":"#1"},"south":{"uv":[12,1.25,12.5,1],"texture":"#1"},"west":{"uv":[13.75,0.5,13.25,0.75],"texture":"#1"},"up":{"uv":[13.25,0.5,13.75,0],"texture":"#1"}}},{"from":[7.5,2.15,6.5],"to":[8.5,2.65,7.5],"rotation":{"angle":22.5,"axis":"x","origin":[19,-6.85,15.9]},"faces":{"north":{"uv":[12.5,1.25,12,1],"texture":"#1"},"east":{"uv":[13.75,1,13.25,0.75],"texture":"#1"},"south":{"uv":[13.75,0.75,13.25,0.5],"texture":"#1"},"west":{"uv":[13,0.5,13.5,0.75],"texture":"#1"},"up":{"uv":[13.25,0,13.75,0.5],"texture":"#1"}}},{"from":[11.748,-3.302,9.948],"to":[12.502,-0.048,12.127],"rotation":{"angle":-22.5,"axis":"x","origin":[21,-8.35,-0.25]},"faces":{"east":{"uv":[1,6.5,0,8.25],"texture":"#1"},"west":{"uv":[7,6,6,7.75],"texture":"#1"},"up":{"uv":[9,2,9.5,1],"texture":"#1"},"down":{"uv":[2,9,2.5,10],"texture":"#1"}}},{"from":[11.75,1.1,1.85],"to":[12.5,3.925,3.85],"rotation":{"angle":22.5,"axis":"x","origin":[21,-6.85,2.15]},"faces":{"north":{"uv":[5.5,7.5,5,9],"texture":"#1"},"east":{"uv":[3,7,2,8.5],"texture":"#1"},"west":{"uv":[7.5,1.5,6.5,3],"texture":"#1"},"down":{"uv":[9,0,9.5,1],"texture":"#1"}}},{"from":[6.55,0,0.7],"to":[9.55,0.7,3.2],"rotation":{"angle":-22.5,"axis":"y","origin":[8,-5.65,8]},"faces":{"north":{"uv":[5.5,9,4,9.5],"texture":"#1"},"south":{"uv":[10.5,7.5,9,7.75],"texture":"#1"},"up":{"uv":[2,6.75,3.5,5.5],"texture":"#1"},"down":{"uv":[3.5,5.5,5,6.75],"texture":"#1"}}},{"from":[11.698,-0.002,4.198],"to":[14.202,0.702,10.852],"rotation":{"angle":22.5,"axis":"y","origin":[7.3,-5.65,8]},"faces":{"east":{"uv":[10.75,6.75,7.5,7.25],"texture":"#1"},"west":{"uv":[10.75,6.5,7.5,6.75],"texture":"#1"},"up":{"uv":[0,3.25,1.25,0],"texture":"#1"},"down":{"uv":[1.5,0,2.75,3.25],"texture":"#1"}}},{"from":[10.002,0.202,3.902],"to":[11.748,1.448,6.948],"rotation":{"angle":22.5,"axis":"x","origin":[19,-6.85,15.9]},"faces":{"east":{"uv":[7.5,1,9,1.75],"texture":"#1"},"west":{"uv":[7.5,0,9,0.75],"texture":"#1"},"up":{"uv":[6.5,0,7.5,1.5],"texture":"#1"},"down":{"uv":[1,8,2,6.5],"texture":"#1"}}},{"from":[9.999,1.249,13.949],"to":[11.751,5.024,15.201],"rotation":{"angle":-22.5,"axis":"x","origin":[19,-6.5,14.9]},"faces":{"north":{"uv":[6,4,7,5.75],"texture":"#1"},"east":{"uv":[7.5,4.5,8,6.25],"texture":"#1"},"south":{"uv":[5,5.5,6,7.25],"texture":"#1"},"west":{"uv":[7.5,2.5,8,4.25],"texture":"#1"},"down":{"uv":[2,4,3,3.5],"texture":"#1"}}},{"from":[10,-2.65,6.25],"to":[11.75,-1.9,9],"rotation":{"angle":45,"axis":"x","origin":[19,-5.65,14]},"faces":{"east":{"uv":[3.5,8.5,4.75,9],"texture":"#1"},"west":{"uv":[2,8.5,3.25,9],"texture":"#1"},"up":{"uv":[3,7,4,8.25],"texture":"#1"},"down":{"uv":[4,8.25,5,7],"texture":"#1"}}},{"from":[11.699,-0.001,5.149],"to":[14.201,0.701,11.801],"rotation":{"angle":-22.5,"axis":"y","origin":[7.3,-5.65,8]},"faces":{"east":{"uv":[7.5,6.75,10.75,7.25],"texture":"#1"},"west":{"uv":[7.5,6.5,10.75,6.75],"texture":"#1"},"up":{"uv":[0,0,1.25,3.25],"texture":"#1"},"down":{"uv":[1.5,3.25,2.75,0],"texture":"#1"}}},{"from":[11.75,1.1,12.15],"to":[12.5,3.925,14.15],"rotation":{"angle":-22.5,"axis":"x","origin":[21,-6.85,13.85]},"faces":{"east":{"uv":[2,7,3,8.5],"texture":"#1"},"south":{"uv":[5,7.5,5.5,9],"texture":"#1"},"west":{"uv":[6.5,1.5,7.5,3],"texture":"#1"},"down":{"uv":[9,1,9.5,0],"texture":"#1"}}},{"from":[11.749,-3.301,3.874],"to":[12.501,-0.049,6.051],"rotation":{"angle":22.5,"axis":"x","origin":[21,-8.35,16.25]},"faces":{"east":{"uv":[0,6.5,1,8.25],"texture":"#1"},"west":{"uv":[6,6,7,7.75],"texture":"#1"},"up":{"uv":[9,1,9.5,2],"texture":"#1"},"down":{"uv":[2,10,2.5,9],"texture":"#1"}}},{"from":[6.55,0,12.8],"to":[9.55,0.7,15.3],"rotation":{"angle":22.5,"axis":"y","origin":[8,-5.65,8]},"faces":{"north":{"uv":[9,7.5,10.5,7.75],"texture":"#1"},"south":{"uv":[4,9,5.5,9.5],"texture":"#1"},"up":{"uv":[2,5.5,3.5,6.75],"texture":"#1"},"down":{"uv":[3.5,6.75,5,5.5],"texture":"#1"}}},{"from":[12.649,-1.951,2.349],"to":[13.451,-1.349,4.701],"rotation":{"angle":22.5,"axis":"y","origin":[7.3,-7.7,6.2]},"faces":{"east":{"uv":[10.75,2.75,9.5,3.25],"texture":"#1"},"west":{"uv":[9.5,2.75,10.75,3.25],"texture":"#1"},"up":{"uv":[0,9.75,0.5,8.5],"texture":"#1"},"down":{"uv":[0.5,8.5,1,9.75],"texture":"#1"}}},{"from":[11.6,-1.95,2.45],"to":[12.4,-1.35,3.025],"rotation":{"angle":0,"axis":"y","origin":[6.25,-7.7,6.35]},"faces":{"east":{"uv":[9.75,4,9.5,4.25],"texture":"#1"},"west":{"uv":[9.5,4,9.75,4.25],"texture":"#1"},"up":{"uv":[1.5,9.75,2,9.5],"texture":"#1"},"down":{"uv":[9.5,3.5,10,3.75],"texture":"#1"}}},{"from":[6.65,-1.95,-0.6],"to":[9,-1.35,0.4],"rotation":{"angle":-22.5,"axis":"y","origin":[8,-7.7,6.2]},"faces":{"north":{"uv":[10.75,2.25,9.5,2.75],"texture":"#1"},"south":{"uv":[9.5,2.25,10.75,2.75],"texture":"#1"},"up":{"uv":[8.5,5,9.75,4.5],"texture":"#1"},"down":{"uv":[8.5,5,9.75,5.5],"texture":"#1"}}},{"from":[11.599,-2.451,5.884],"to":[12.401,-1.649,8.786],"rotation":{"angle":-45,"axis":"x","origin":[18,-5.65,3.85]},"faces":{"east":{"uv":[9.5,6,8,6.5],"texture":"#1"},"west":{"uv":[8,6,9.5,6.5],"texture":"#1"},"up":{"uv":[6.5,9.5,7,8],"texture":"#1"},"down":{"uv":[7.5,8,8,9.5],"texture":"#1"}}},{"from":[2.5,-0.55,7.15],"to":[3.5,0.95,12.15],"rotation":{"angle":-45,"axis":"x","origin":[1.5,-0.55,7]},"faces":{"north":{"uv":[5.5,9,6,9.75],"texture":"#1"},"east":{"uv":[7.5,3,5,3.75],"texture":"#1"},"south":{"uv":[7,9,7.5,9.75],"texture":"#1"},"west":{"uv":[5,3,7.5,3.75],"texture":"#1"},"up":{"uv":[7.5,6.5,7,4],"texture":"#1"},"down":{"uv":[7.5,6.5,7,9],"texture":"#1"}}},{"from":[3.35,2.65,8.85],"to":[4.35,4.15,10.35],"rotation":{"angle":-22.5,"axis":"y","origin":[1.5,-0.55,7]},"faces":{"north":{"uv":[8.5,9,9,9.75],"texture":"#1"},"east":{"uv":[9.25,8,8.5,8.75],"texture":"#1"},"south":{"uv":[9,9,9.5,9.75],"texture":"#1"},"west":{"uv":[8.5,8,9.25,8.75],"texture":"#1"},"up":{"uv":[10,0.75,9.5,0],"texture":"#1"},"down":{"uv":[1.5,9.5,1,10.25],"texture":"#1"}}},{"from":[3.6,0.65,7.35],"to":[3.6,6.65,17.85],"rotation":{"angle":-22.5,"axis":"y","origin":[1.5,-0.55,7]},"faces":{"east":{"uv":[16,6.5,10.75,9.5],"texture":"#1"},"west":{"uv":[10.75,6.5,16,9.5],"texture":"#1"}}},{"from":[12.5,-0.55,7.15],"to":[13.5,0.95,12.15],"rotation":{"angle":-45,"axis":"x","origin":[14.5,-0.55,7]},"faces":{"north":{"uv":[6,9,5.5,9.75],"texture":"#1"},"east":{"uv":[7.5,3,5,3.75],"texture":"#1"},"south":{"uv":[7.5,9,7,9.75],"texture":"#1"},"west":{"uv":[5,3,7.5,3.75],"texture":"#1"},"up":{"uv":[7,6.5,7.5,4],"texture":"#1"},"down":{"uv":[7,6.5,7.5,9],"texture":"#1"}}},{"from":[11.65,2.65,8.85],"to":[12.65,4.15,10.35],"rotation":{"angle":22.5,"axis":"y","origin":[14.5,-0.55,7]},"faces":{"north":{"uv":[9,9,8.5,9.75],"texture":"#1"},"east":{"uv":[9.25,8,8.5,8.75],"texture":"#1"},"south":{"uv":[9.5,9,9,9.75],"texture":"#1"},"west":{"uv":[8.5,8,9.25,8.75],"texture":"#1"},"up":{"uv":[9.5,0.75,10,0],"texture":"#1"},"down":{"uv":[1,9.5,1.5,10.25],"texture":"#1"}}},{"from":[12.4,0.65,7.35],"to":[12.4,6.65,17.85],"rotation":{"angle":22.5,"axis":"y","origin":[14.5,-0.55,7]},"faces":{"east":{"uv":[16,6.5,10.75,9.5],"texture":"#1"},"west":{"uv":[10.75,6.5,16,9.5],"texture":"#1"}}},{"from":[7,0.65,1.2],"to":[9,2.65,2.7],"rotation":{"angle":22.5,"axis":"x","origin":[7,0.65,1.45]},"faces":{"north":{"uv":[11,0,12,1],"texture":"#1"},"east":{"uv":[9.5,2,10.5,1.25],"rotation":90,"texture":"#1"},"west":{"uv":[13,0,12.25,1],"texture":"#1"},"up":{"uv":[12,1.25,11,2],"texture":"#1"}}},{"from":[7,5.4,7],"to":[9,6.4,9],"rotation":{"angle":0,"axis":"y","origin":[8,5.9,8]},"faces":{"north":{"uv":[12,1,11,1.5],"texture":"#1"},"east":{"uv":[12.75,0,13.25,1],"rotation":90,"texture":"#1"},"south":{"uv":[10,0.25,11,0.75],"rotation":180,"texture":"#1"},"west":{"uv":[9.5,1.75,10.5,2.25],"texture":"#1"},"up":{"uv":[11,0,12,1],"texture":"#1"}}},{"from":[2.5,0.65,1.7],"to":[13.5,9.65,1.7],"rotation":{"angle":22.5,"axis":"x","origin":[3,0.65,1.45]},"faces":{"north":{"uv":[16,2,10.75,6.5],"texture":"#1"},"south":{"uv":[16,2,10.75,6.5],"texture":"#1"}}},{"from":[1.226,0.699,5.324],"to":[1.226,4.151,5.801],"rotation":{"angle":45,"axis":"x","origin":[1.225,0.7,6.05]},"faces":{"west":{"uv":[0,0,1,3],"texture":"#0"}}},{"from":[1.225,-1.3,5.575],"to":[1.225,1.8,6.05],"rotation":{"angle":-22.5,"axis":"x","origin":[1.225,0.7,6.05]},"faces":{"west":{"uv":[1,0,2,3],"texture":"#0"}}},{"from":[1.226,1.199,6.424],"to":[1.226,2.876,6.901],"rotation":{"angle":45,"axis":"x","origin":[1.225,0.7,6.05]},"faces":{"west":{"uv":[2,2,3,4],"texture":"#0"}}},{"from":[1.225,-0.825,6.65],"to":[1.225,0.525,7.15],"rotation":{"angle":-22.5,"axis":"x","origin":[1.225,0.7,6.05]},"faces":{"west":{"uv":[3,3,4,4],"texture":"#0"}}},{"from":[1.226,-1.626,5.999],"to":[1.226,-1.124,8.726],"rotation":{"angle":0,"axis":"y","origin":[1.225,1.075,5.975]},"faces":{"west":{"uv":[2,0,5,1],"texture":"#0"}}},{"from":[1.226,-0.476,7.199],"to":[1.226,0.026,8.301],"rotation":{"angle":0,"axis":"y","origin":[1.225,1.075,5.975]},"faces":{"west":{"uv":[2,4,3,5],"texture":"#0"}}},{"from":[1.225,1.775,8.15],"to":[1.225,2.625,8.65],"rotation":{"angle":45,"axis":"x","origin":[1.225,1.075,5.8]},"faces":{"west":{"uv":[3,4,4,5],"texture":"#0"}}},{"from":[1.226,2.149,7.924],"to":[1.226,2.626,8.151],"rotation":{"angle":45,"axis":"x","origin":[1.225,1.075,5.8]},"faces":{"west":{"uv":[4,3,5,4],"texture":"#0"}}},{"from":[1.225,0.325,8.025],"to":[1.225,0.675,8.4],"rotation":{"angle":0,"axis":"y","origin":[1.225,1.075,5.8]},"faces":{"west":{"uv":[4,4,5,5],"texture":"#0"}}},{"from":[1.227,-0.627,9.323],"to":[1.227,1.577,9.827],"rotation":{"angle":22.5,"axis":"x","origin":[1.225,1.075,5.8]},"faces":{"west":{"uv":[0,3,1,5],"texture":"#0"}}},{"from":[1.226,-1.826,8.624],"to":[1.226,0.126,9.101],"rotation":{"angle":-22.5,"axis":"x","origin":[1.225,1.075,5.975]},"faces":{"west":{"uv":[1,3,2,5],"texture":"#0"}}},{"from":[1.225,1.95,7.45],"to":[1.225,2.425,8.95],"rotation":{"angle":22.5,"axis":"x","origin":[1.225,1.175,6.5]},"faces":{"west":{"uv":[3,2,5,3],"texture":"#0"}}},{"from":[1.225,2.125,8.75],"to":[1.225,2.3,8.95],"rotation":{"angle":-22.5,"axis":"x","origin":[1.225,1.5,9.525]},"faces":{"west":{"uv":[0,5,1,6],"texture":"#0"}}},{"from":[1.224,3.124,6.799],"to":[1.226,3.601,10.251],"rotation":{"angle":22.5,"axis":"x","origin":[1.225,1.175,6.5]},"faces":{"west":{"uv":[2,1,5,2],"texture":"#0"}}},{"from":[1.225,-0.625,9.875],"to":[1.225,0.55,10.375],"rotation":{"angle":-22.5,"axis":"x","origin":[1.225,1.175,6.5]},"faces":{"west":{"uv":[5,0,6,1],"texture":"#0"}}},{"from":[1.225,0.9,9.975],"to":[1.225,1.1,10.175],"rotation":{"angle":22.5,"axis":"x","origin":[1.225,1.5,9.525]},"faces":{"west":{"uv":[1,5,2,6],"texture":"#0"}}},{"from":[1.225,1.55,9.3],"to":[1.225,1.925,9.65],"rotation":{"angle":-22.5,"axis":"x","origin":[1.225,1.5,9.525]},"faces":{"west":{"uv":[5,1,6,2],"texture":"#0"}}},{"from":[11.5,5.75,6.55],"to":[11.5,6.25,9.45],"rotation":{"angle":-45,"axis":"y","origin":[8,5.75,8]},"faces":{"east":{"uv":[6,5,8,6],"texture":"#0"},"west":{"uv":[8,5,6,6],"texture":"#0"}}},{"from":[11.5,5.75,6.55],"to":[11.5,6.25,9.45],"rotation":{"angle":0,"axis":"y","origin":[8,5.75,8]},"faces":{"east":{"uv":[6,4,8,5],"texture":"#0"},"west":{"uv":[8,4,6,5],"texture":"#0"}}},{"from":[6.55,5.75,11.5],"to":[9.45,6.25,11.5],"rotation":{"angle":0,"axis":"y","origin":[8,5.75,8]},"faces":{"north":{"uv":[8,6,6,7],"texture":"#0"},"south":{"uv":[6,6,8,7],"texture":"#0"}}},{"from":[6.55,5.75,11.5],"to":[9.45,6.25,11.5],"rotation":{"angle":-45,"axis":"y","origin":[8,5.75,8]},"faces":{"north":{"uv":[8,7,6,8],"texture":"#0"},"south":{"uv":[6,7,8,8],"texture":"#0"}}},{"from":[4.5,5.75,6.55],"to":[4.5,6.25,9.45],"rotation":{"angle":0,"axis":"y","origin":[8,5.75,8]},"faces":{"east":{"uv":[8,0,6,1],"texture":"#0"},"west":{"uv":[6,0,8,1],"texture":"#0"}}},{"from":[4.5,5.75,6.55],"to":[4.5,6.25,9.45],"rotation":{"angle":-45,"axis":"y","origin":[8,5.75,8]},"faces":{"east":{"uv":[8,1,6,2],"texture":"#0"},"west":{"uv":[6,1,8,2],"texture":"#0"}}},{"from":[6.55,5.75,4.5],"to":[9.45,6.25,4.5],"rotation":{"angle":0,"axis":"y","origin":[8,5.75,8]},"faces":{"north":{"uv":[6,2,8,3],"texture":"#0"},"south":{"uv":[8,2,6,3],"texture":"#0"}}},{"from":[11.5,5.75,6.55],"to":[11.5,6.25,9.45],"rotation":{"angle":45,"axis":"y","origin":[8,5.75,8]},"faces":{"east":{"uv":[6,3,8,4],"texture":"#0"},"west":{"uv":[8,3,6,4],"texture":"#0"}}},{"from":[14.774,0.699,5.324],"to":[14.774,4.151,5.801],"rotation":{"angle":45,"axis":"x","origin":[14.775,0.7,6.05]},"faces":{"east":{"uv":[1,0,0,3],"texture":"#0"}}},{"from":[14.775,-1.3,5.575],"to":[14.775,1.8,6.05],"rotation":{"angle":-22.5,"axis":"x","origin":[14.775,0.7,6.05]},"faces":{"east":{"uv":[2,0,1,3],"texture":"#0"}}},{"from":[14.774,1.199,6.424],"to":[14.774,2.876,6.901],"rotation":{"angle":45,"axis":"x","origin":[14.775,0.7,6.05]},"faces":{"east":{"uv":[3,2,2,4],"texture":"#0"}}},{"from":[14.775,-0.825,6.65],"to":[14.775,0.525,7.15],"rotation":{"angle":-22.5,"axis":"x","origin":[14.775,0.7,6.05]},"faces":{"east":{"uv":[4,3,3,4],"texture":"#0"}}},{"from":[14.774,-1.626,5.999],"to":[14.774,-1.124,8.726],"rotation":{"angle":0,"axis":"y","origin":[14.775,1.075,5.975]},"faces":{"east":{"uv":[5,0,2,1],"texture":"#0"}}},{"from":[14.774,-0.476,7.199],"to":[14.774,0.026,8.301],"rotation":{"angle":0,"axis":"y","origin":[14.775,1.075,5.975]},"faces":{"east":{"uv":[3,4,2,5],"texture":"#0"}}},{"from":[14.775,1.775,8.15],"to":[14.775,2.625,8.65],"rotation":{"angle":45,"axis":"x","origin":[14.775,1.075,5.8]},"faces":{"east":{"uv":[4,4,3,5],"texture":"#0"}}},{"from":[14.774,2.149,7.924],"to":[14.774,2.626,8.151],"rotation":{"angle":45,"axis":"x","origin":[14.775,1.075,5.8]},"faces":{"east":{"uv":[5,3,4,4],"texture":"#0"}}},{"from":[14.775,0.325,8.025],"to":[14.775,0.675,8.4],"rotation":{"angle":0,"axis":"y","origin":[14.775,1.075,5.8]},"faces":{"east":{"uv":[5,4,4,5],"texture":"#0"}}},{"from":[14.773,-0.627,9.323],"to":[14.773,1.577,9.827],"rotation":{"angle":22.5,"axis":"x","origin":[14.775,1.075,5.8]},"faces":{"east":{"uv":[1,3,0,5],"texture":"#0"}}},{"from":[14.774,-1.826,8.624],"to":[14.774,0.126,9.101],"rotation":{"angle":-22.5,"axis":"x","origin":[14.775,1.075,5.975]},"faces":{"east":{"uv":[2,3,1,5],"texture":"#0"}}},{"from":[14.775,1.95,7.45],"to":[14.775,2.425,8.95],"rotation":{"angle":22.5,"axis":"x","origin":[14.775,1.175,6.5]},"faces":{"east":{"uv":[5,2,3,3],"texture":"#0"}}},{"from":[14.775,2.125,8.75],"to":[14.775,2.3,8.95],"rotation":{"angle":-22.5,"axis":"x","origin":[14.775,1.5,9.525]},"faces":{"east":{"uv":[1,5,0,6],"texture":"#0"}}},{"from":[14.774,3.124,6.799],"to":[14.776,3.601,10.251],"rotation":{"angle":22.5,"axis":"x","origin":[14.775,1.175,6.5]},"faces":{"east":{"uv":[5,1,2,2],"texture":"#0"}}},{"from":[14.775,-0.625,9.875],"to":[14.775,0.55,10.375],"rotation":{"angle":-22.5,"axis":"x","origin":[14.775,1.175,6.5]},"faces":{"east":{"uv":[6,0,5,1],"texture":"#0"}}},{"from":[14.775,0.9,9.975],"to":[14.775,1.1,10.175],"rotation":{"angle":22.5,"axis":"x","origin":[14.775,1.5,9.525]},"faces":{"east":{"uv":[2,5,1,6],"texture":"#0"}}},{"from":[14.775,1.55,9.3],"to":[14.775,1.925,9.65],"rotation":{"angle":-22.5,"axis":"x","origin":[14.775,1.5,9.525]},"faces":{"east":{"uv":[6,1,5,2],"texture":"#0"}}}],"display":{"head":{"rotation":[15,0,0],"translation":[0,17.25,3.75],"scale":[1.93,1.93,1.93]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/paper_bag.json b/assets/minecraft/models/item/wynn/skin/hat/paper_bag.json new file mode 100644 index 000000000..c064d3443 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/paper_bag.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/paper_bag","particle":"skins/paper_bag"},"elements":[{"from":[2.99,-2.01,3.99],"to":[13.01,10.01,12.01],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[0,0,5,6],"texture":"#0"},"east":{"uv":[5,0,9,6],"texture":"#0"},"south":{"uv":[9,0,14,6],"texture":"#0"},"west":{"uv":[5,0,9,6],"texture":"#0"},"up":{"uv":[0,6,5,10],"texture":"#0"}}},{"from":[13,-2,4],"to":[3,10,12],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[0,0,5,6],"texture":"#0"},"east":{"uv":[5,0,9,6],"texture":"#0"},"south":{"uv":[9,0,14,6],"texture":"#0"},"west":{"uv":[5,0,9,6],"texture":"#0"},"up":{"uv":[0,6,5,10],"texture":"#0"}}}],"display":{"head":{"rotation":[2,0,5],"translation":[-0.5,6,0.25],"scale":[1.9,1.9,1.9]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/pirate_hat.json b/assets/minecraft/models/item/wynn/skin/hat/pirate_hat.json new file mode 100644 index 000000000..6ef24adcd --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/pirate_hat.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/decay_1","2":"skins/driftwood_1","3":"skins/rose","4":"skins/voodoo","particle":"skins/rose"},"elements":[{"from":[6,0.1,5],"to":[10,8,6],"rotation":{"angle":0,"axis":"y","origin":[0,0,5]},"faces":{"north":{"uv":[3,2.5,7,10.4],"texture":"#0"},"east":{"uv":[3,2.5,4,10.4],"texture":"#0"},"south":{"uv":[3,2.5,7,10.4],"texture":"#0"},"west":{"uv":[3,2.5,4,10.4],"texture":"#0"},"up":{"uv":[3,2.5,7,3.5],"texture":"#0"},"down":{"uv":[3,2.5,7,3.5],"texture":"#0"}}},{"from":[3,0,4],"to":[13,1,9],"rotation":{"angle":0,"axis":"y","origin":[0,0,5]},"faces":{"north":{"uv":[0,8,8.5,8.99],"texture":"#0"},"east":{"uv":[3,4,4,9],"rotation":270,"texture":"#0"},"south":{"uv":[0,4.5,8.5,5.5],"texture":"#0"},"west":{"uv":[3.5,4,4.5,9],"rotation":90,"texture":"#0"},"up":{"uv":[0,5,8.5,8.99],"rotation":180,"texture":"#0"},"down":{"uv":[0,5,8.5,9],"texture":"#0"}}},{"from":[0.599,0.999,4.999],"to":[15.001,3.001,8.001],"rotation":{"angle":0,"axis":"y","origin":[0,1,5]},"faces":{"north":{"uv":[0,4,8.5,5.5],"texture":"#0"},"east":{"uv":[0,4,2.5,5.5],"texture":"#0"},"south":{"uv":[0,4,8.5,5.5],"texture":"#0"},"west":{"uv":[0,4,3,5.5],"texture":"#0"},"up":{"uv":[0,4,8.5,5.5],"texture":"#0"},"down":{"uv":[0,4,8.5,5.5],"texture":"#0"}}},{"from":[0.18607,-0.999,4.95875],"to":[4.18407,0.999,6.95675],"rotation":{"angle":22.5,"axis":"y","origin":[1.18507,0.5,7.45775]},"faces":{"north":{"uv":[3,7,6.998,8.998],"texture":"#0"},"east":{"uv":[3,7,4.998,8.998],"texture":"#0"},"south":{"uv":[3,7,6.998,8.998],"texture":"#0"},"west":{"uv":[3,7,4.998,8.998],"texture":"#0"},"up":{"uv":[3,7,6.998,8.998],"texture":"#0"},"down":{"uv":[3,7,6.998,8.998],"texture":"#0"}}},{"from":[1.80289,2.34579,5.01],"to":[6.78289,7.07579,5.99],"rotation":{"angle":45,"axis":"z","origin":[5.29289,6.58579,5.5]},"faces":{"north":{"uv":[1.5,2.5,6.5,7.25],"texture":"#0"},"east":{"uv":[1,2.5,2,7.25],"texture":"#0"},"south":{"uv":[1,2.5,6,7.25],"texture":"#0"},"west":{"uv":[1,2.5,2,7.25],"texture":"#0"},"up":{"uv":[1,2.5,6,3.5],"texture":"#0"},"down":{"uv":[1,2.5,6,3.5],"texture":"#0"}}},{"from":[-0.16042,1.66104,5],"to":[3.83958,4.66104,6],"rotation":{"angle":22.5,"axis":"z","origin":[1.83958,4.16104,5.5]},"faces":{"north":{"uv":[2,3.5,6,6.5],"texture":"#0"},"east":{"uv":[2,3.5,3,6.5],"texture":"#0"},"south":{"uv":[2,3.5,6,6.5],"texture":"#0"},"west":{"uv":[2,3.5,3,6.5],"texture":"#0"},"up":{"uv":[2,3.5,6,4.5],"texture":"#0"},"down":{"uv":[2,3.5,6,4.5],"texture":"#0"}}},{"from":[6,0.1,4.5],"to":[10,6,7.5],"rotation":{"angle":0,"axis":"y","origin":[0,-2,4.5]},"faces":{"north":{"uv":[2.5,3,6.5,8.9],"texture":"#0"},"east":{"uv":[0,0,1,5.9],"texture":"#0"},"south":{"uv":[3,6,7,11.9],"texture":"#0"},"west":{"uv":[0,0,1,5.9],"texture":"#0"},"up":{"uv":[1.5,4.5,5.5,7.5],"texture":"#0"},"down":{"uv":[0,0,4,1],"texture":"#0"}}},{"from":[6.25,3.5,4.45],"to":[9.75,7,5.45],"rotation":{"angle":0,"axis":"y","origin":[-0.25,1.4,4.45]},"faces":{"north":{"uv":[0,0,4.5,4.5],"texture":"#2"},"east":{"uv":[0,0,4.5,4.5],"texture":"#2"},"south":{"uv":[0,0,4.5,4.5],"texture":"#2"},"west":{"uv":[0,0,4.5,4.5],"texture":"#2"},"up":{"uv":[0,0,4.5,0.5],"rotation":180,"texture":"#2"},"down":{"uv":[0,0,4.5,4.5],"texture":"#2"}}},{"from":[7.0333,2.4,4.45],"to":[8.9733,3.517,5.45],"rotation":{"angle":0,"axis":"y","origin":[-0.45,0.3,4.45]},"faces":{"north":{"uv":[1,4.5,3.5,6],"texture":"#2"},"east":{"uv":[1,4.5,3.5,6],"texture":"#2"},"south":{"uv":[1,4.5,3.5,6],"texture":"#2"},"west":{"uv":[1,4.5,3.5,6],"texture":"#2"},"up":{"uv":[1,4.5,3.5,6],"texture":"#2"},"down":{"uv":[1,4.5,3.5,6],"texture":"#2"}}},{"from":[2.5,0.1,4.5],"to":[6,2.5,7.5],"rotation":{"angle":0,"axis":"y","origin":[-4,-2,4.5]},"faces":{"north":{"uv":[2.5,6,6,8.4],"texture":"#0"},"east":{"uv":[2.5,6,5.5,8.4],"texture":"#0"},"south":{"uv":[2.5,6,6,8.4],"texture":"#0"},"west":{"uv":[2.5,6,5.5,8.4],"texture":"#0"},"up":{"uv":[2.5,6,6,9],"texture":"#0"},"down":{"uv":[2.5,6,6,9],"texture":"#0"}}},{"from":[1.80289,2.34579,4.51],"to":[6.78289,5.07579,7.49],"rotation":{"angle":45,"axis":"z","origin":[5.29289,4.58579,5]},"faces":{"north":{"uv":[1.5,5,6.5,7.75],"texture":"#0"},"east":{"uv":[1.5,5,4.5,7.75],"texture":"#0"},"south":{"uv":[3.5,6.5,8.5,9.25],"texture":"#0"},"west":{"uv":[1.5,5,4.5,7.75],"texture":"#0"},"up":{"uv":[1.5,5,6.5,8],"texture":"#0"},"down":{"uv":[1.5,5,6.5,8],"texture":"#0"}}},{"from":[10,0.1,4.5],"to":[13.5,2.5,7.5],"rotation":{"angle":0,"axis":"y","origin":[20,-2,4.5]},"faces":{"north":{"uv":[2.5,6,6,8.4],"texture":"#0"},"east":{"uv":[2.5,6,5.5,8.4],"texture":"#0"},"south":{"uv":[2.5,6,6,8.4],"texture":"#0"},"west":{"uv":[2.5,6,5.5,8.4],"texture":"#0"},"up":{"uv":[2.5,6,6,9],"texture":"#0"},"down":{"uv":[2.5,6,6,9],"texture":"#0"}}},{"from":[9.21711,2.34579,4.51],"to":[14.19711,5.07579,7.49],"rotation":{"angle":-45,"axis":"z","origin":[10.70711,4.58579,5]},"faces":{"north":{"uv":[1,5,6,7.75],"texture":"#0"},"east":{"uv":[1,5,4,7.75],"texture":"#0"},"south":{"uv":[3.5,6.5,8.5,9.25],"texture":"#0"},"west":{"uv":[1,5,4,7.75],"texture":"#0"},"up":{"uv":[1,5,6,8],"texture":"#0"},"down":{"uv":[1,5,6,8],"texture":"#0"}}},{"from":[11.81593,-0.999,4.95875],"to":[15.81393,0.999,6.95675],"rotation":{"angle":-22.5,"axis":"y","origin":[14.81493,0.5,7.45775]},"faces":{"north":{"uv":[3,7,6.998,8.998],"texture":"#0"},"east":{"uv":[3,7,5,8],"texture":"#0"},"south":{"uv":[3,7,7,8],"texture":"#0"},"west":{"uv":[3,7,5,8],"texture":"#0"},"up":{"uv":[3,7,7,9],"texture":"#0"},"down":{"uv":[3,7,7,9],"texture":"#0"}}},{"from":[12.16042,1.66104,5],"to":[16.16042,4.66104,6],"rotation":{"angle":-22.5,"axis":"z","origin":[14.16042,4.16104,5.5]},"faces":{"north":{"uv":[2,3.5,6,6.5],"texture":"#0"},"east":{"uv":[2,3.5,3,6.5],"texture":"#0"},"south":{"uv":[2,3.5,6,6.5],"texture":"#0"},"west":{"uv":[2,3.5,3,6.5],"texture":"#0"},"up":{"uv":[2,3.5,6,4.5],"texture":"#0"},"down":{"uv":[2,3.5,6,4.5],"texture":"#0"}}},{"from":[9.21711,2.34579,5.01],"to":[14.19711,7.07579,5.99],"rotation":{"angle":-45,"axis":"z","origin":[10.70711,6.58579,5.5]},"faces":{"north":{"uv":[1,2.5,6,7.25],"texture":"#0"},"east":{"uv":[1,2.5,2,7.25],"texture":"#0"},"south":{"uv":[1,2.5,6,7.25],"texture":"#0"},"west":{"uv":[1,2.5,2,7.25],"texture":"#0"},"up":{"uv":[1,2.5,6,3.5],"texture":"#0"},"down":{"uv":[1,2.5,6,3.5],"texture":"#0"}}},{"from":[4.15345,0.1,9.54341],"to":[8.15345,8,10.54341],"rotation":{"angle":-22.5,"axis":"y","origin":[5.38819,2.68321,9.56841]},"faces":{"north":{"uv":[3,2.5,7,10.4],"texture":"#0"},"east":{"uv":[3,2.5,4,10.4],"texture":"#0"},"south":{"uv":[3,2.5,7,10.4],"texture":"#0"},"west":{"uv":[3,2.5,4,10.4],"texture":"#0"},"up":{"uv":[3,2.5,7,3.5],"rotation":180,"texture":"#0"},"down":{"uv":[3,2.5,7,3.5],"rotation":180,"texture":"#0"}}},{"from":[1.16345,0.01,6.55341],"to":[8.14345,0.99,11.53341],"rotation":{"angle":-22.5,"axis":"y","origin":[5.38819,2.68321,9.56841]},"faces":{"north":{"uv":[0,4,7,5],"texture":"#0"},"east":{"uv":[2.5,7.5,7.5,8.5],"texture":"#0"},"south":{"uv":[0,8,7,9],"texture":"#0"},"west":{"uv":[0,4,5,5],"texture":"#0"},"up":{"uv":[0,4,7,9],"texture":"#0"},"down":{"uv":[0,4,7,9],"rotation":180,"texture":"#0"}}},{"from":[-0.84855,0.998,7.54141],"to":[8.55545,3.002,10.54541],"rotation":{"angle":-22.5,"axis":"y","origin":[5.38819,2.68321,9.56841]},"faces":{"north":{"uv":[0,4,8.5,5.5],"texture":"#0"},"east":{"uv":[0,4,3,5.5],"texture":"#0"},"south":{"uv":[0.5,5.5,8.5,7],"texture":"#0"},"west":{"uv":[0,4,2.5,5.5],"texture":"#0"},"up":{"uv":[0,4,8.5,5.5],"rotation":180,"texture":"#0"},"down":{"uv":[0,4,8.5,5.5],"rotation":180,"texture":"#0"}}},{"from":[4.15345,0.1,8.04341],"to":[9.25345,6,12.04341],"rotation":{"angle":-22.5,"axis":"y","origin":[5.38819,2.68321,9.56841]},"faces":{"north":{"uv":[3,6,7,11.9],"texture":"#0"},"east":{"uv":[5.5,4,8.5,9.9],"texture":"#0"},"south":{"uv":[2.5,3,7.5,8.9],"texture":"#0"},"west":{"uv":[8.5,3,5.5,8.9],"texture":"#0"},"up":{"uv":[1.5,4.5,6.6,8.5],"rotation":180,"texture":"#0"},"down":{"uv":[2.5,7.5,6.5,8.5],"rotation":180,"texture":"#0"}}},{"from":[3.62736,3.07968,9.55341],"to":[8.60736,7.80968,10.53341],"rotation":{"angle":-22.5,"axis":"y","origin":[5.38819,2.68321,9.56841]},"faces":{"north":{"uv":[1,2.5,6,7.25],"texture":"#0"},"east":{"uv":[1,2.5,2,7.25],"texture":"#0"},"south":{"uv":[1,2.5,6,7.25],"texture":"#0"},"west":{"uv":[1,2.5,2,7.25],"texture":"#0"},"up":{"uv":[1,2.5,6,3.5],"rotation":180,"texture":"#0"},"down":{"uv":[1,2.5,6,3.5],"rotation":180,"texture":"#0"}}},{"from":[0.3405,2.79919,9.54341],"to":[4.3405,5.79919,10.54341],"rotation":{"angle":-22.5,"axis":"y","origin":[5.38819,2.68321,9.56841]},"faces":{"north":{"uv":[2,3.5,6,6.5],"texture":"#0"},"east":{"uv":[2,3.5,3,6.5],"texture":"#0"},"south":{"uv":[2,3.5,6,6.5],"texture":"#0"},"west":{"uv":[2,3.5,3,6.5],"texture":"#0"},"up":{"uv":[2,3.5,6,4.5],"rotation":180,"texture":"#0"},"down":{"uv":[2,3.5,6,4.5],"rotation":180,"texture":"#0"}}},{"from":[1.94497,-0.998,2.41382],"to":[3.94097,0.998,6.40982],"rotation":{"angle":45,"axis":"y","origin":[5.38819,2.68321,9.56841]},"faces":{"north":{"uv":[3,7,4.996,8.996],"texture":"#0"},"east":{"uv":[3,7,6.996,8.996],"texture":"#0"},"south":{"uv":[3,7,4.996,8.996],"texture":"#0"},"west":{"uv":[3,7,6.996,8.996],"texture":"#0"},"up":{"uv":[3,7,6.996,8.996],"rotation":270,"texture":"#0"},"down":{"uv":[3,7,6.996,8.996],"rotation":90,"texture":"#0"}}},{"from":[0.65345,0.1,8.04341],"to":[4.15345,2.5,11.04341],"rotation":{"angle":-22.5,"axis":"y","origin":[5.38819,2.68321,9.56841]},"faces":{"north":{"uv":[2.5,6,6,8.4],"texture":"#0"},"east":{"uv":[2.5,6,5.5,8.4],"texture":"#0"},"south":{"uv":[2.5,6,6,8.4],"texture":"#0"},"west":{"uv":[2.5,6,5.5,8.4],"texture":"#0"},"up":{"uv":[2.5,6,6,9],"rotation":180,"texture":"#0"},"down":{"uv":[2.5,6,6,9],"rotation":180,"texture":"#0"}}},{"from":[11.84655,0.1,8.04341],"to":[15.34655,2.5,11.04341],"rotation":{"angle":22.5,"axis":"y","origin":[10.61181,2.68321,9.56841]},"faces":{"north":{"uv":[6,6,2.5,8.4],"texture":"#0"},"east":{"uv":[5.5,6,2.5,8.4],"texture":"#0"},"south":{"uv":[6,6,2.5,8.4],"texture":"#0"},"west":{"uv":[5.5,6,2.5,8.4],"texture":"#0"},"up":{"uv":[6,6,2.5,9],"rotation":180,"texture":"#0"},"down":{"uv":[6,6,2.5,9],"rotation":180,"texture":"#0"}}},{"from":[11.6595,2.79919,9.54341],"to":[15.6595,5.79919,10.54341],"rotation":{"angle":22.5,"axis":"y","origin":[10.61181,2.68321,9.56841]},"faces":{"north":{"uv":[6,3.5,2,6.5],"texture":"#0"},"east":{"uv":[3,3.5,2,6.5],"texture":"#0"},"south":{"uv":[6,3.5,2,6.5],"texture":"#0"},"west":{"uv":[3,3.5,2,6.5],"texture":"#0"},"up":{"uv":[6,3.5,2,4.5],"rotation":180,"texture":"#0"},"down":{"uv":[6,3.5,2,4.5],"rotation":180,"texture":"#0"}}},{"from":[7.39364,3.08068,9.55441],"to":[12.37164,7.80868,10.53241],"rotation":{"angle":22.5,"axis":"y","origin":[10.61181,2.68321,9.56841]},"faces":{"north":{"uv":[6,2.5,1,7.25],"texture":"#0"},"east":{"uv":[2,2.5,1,7.25],"texture":"#0"},"south":{"uv":[6,2.5,1,7.25],"texture":"#0"},"west":{"uv":[2,2.5,1,7.25],"texture":"#0"},"up":{"uv":[6,2.5,1,3.5],"rotation":180,"texture":"#0"},"down":{"uv":[6,2.5,1,3.5],"rotation":180,"texture":"#0"}}},{"from":[6.75655,0.11,8.05341],"to":[11.83655,5.99,12.03341],"rotation":{"angle":22.5,"axis":"y","origin":[10.61181,2.68321,9.56841]},"faces":{"north":{"uv":[7,6,3,11.9],"texture":"#0"},"east":{"uv":[5.5,3,8.5,8.9],"texture":"#0"},"south":{"uv":[7.5,3,2.5,8.9],"texture":"#0"},"west":{"uv":[8.5,4,5.5,9.9],"texture":"#0"},"up":{"uv":[6.6,4.5,1.5,8.5],"rotation":180,"texture":"#0"},"down":{"uv":[6.5,8,2.5,9],"rotation":180,"texture":"#0"}}},{"from":[7.44455,0.998,7.54141],"to":[16.84855,3.002,10.54541],"rotation":{"angle":22.5,"axis":"y","origin":[10.61181,2.68321,9.56841]},"faces":{"north":{"uv":[8.5,4,0,5.5],"texture":"#0"},"east":{"uv":[2.5,4,0,5.5],"texture":"#0"},"south":{"uv":[8.5,5.5,0.5,7],"texture":"#0"},"west":{"uv":[3,4,0,5.5],"texture":"#0"},"up":{"uv":[8.5,4,0,5.5],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,4,0,5.5],"rotation":180,"texture":"#0"}}},{"from":[7.85665,0.0101,6.55351],"to":[14.83645,0.9899,11.53331],"rotation":{"angle":22.5,"axis":"y","origin":[10.61181,2.68321,9.56841]},"faces":{"north":{"uv":[7,4,0,5],"texture":"#0"},"east":{"uv":[5,4,0,5],"texture":"#0"},"south":{"uv":[7,8,0,9],"texture":"#0"},"west":{"uv":[7.5,7.5,2.5,8.5],"texture":"#0"},"up":{"uv":[7,4,0,9],"texture":"#0"},"down":{"uv":[7,4,0,9],"rotation":180,"texture":"#0"}}},{"from":[7.84655,0.1,9.54341],"to":[11.84655,8,10.54341],"rotation":{"angle":22.5,"axis":"y","origin":[10.61181,2.68321,9.56841]},"faces":{"north":{"uv":[7,2.5,3,10.4],"texture":"#0"},"east":{"uv":[4,2.5,3,10.4],"texture":"#0"},"south":{"uv":[7,2.5,3,10.4],"texture":"#0"},"west":{"uv":[4,2.5,3,10.4],"texture":"#0"},"up":{"uv":[7,2.5,3,3.5],"rotation":180,"texture":"#0"},"down":{"uv":[7,2.5,3,3.5],"rotation":180,"texture":"#0"}}},{"from":[12.05903,-0.998,2.41382],"to":[14.05503,0.998,6.40982],"rotation":{"angle":-45,"axis":"y","origin":[10.61181,2.68321,9.56841]},"faces":{"north":{"uv":[4.996,7,3,8.996],"texture":"#0"},"east":{"uv":[6.996,7,3,8.996],"texture":"#0"},"south":{"uv":[5,7,3,8],"texture":"#0"},"west":{"uv":[7,7,3,8],"texture":"#0"},"up":{"uv":[3,8.996,6.996,7],"rotation":270,"texture":"#0"},"down":{"uv":[3,9,7,7],"rotation":90,"texture":"#0"}}},{"from":[4.51518,1.27503,3.801],"to":[10.31318,2.07303,5.099],"rotation":{"angle":-22.5,"axis":"z","origin":[7.41418,1.67403,4.7]},"faces":{"north":{"uv":[10,12,16,13],"rotation":180,"texture":"#2"},"east":{"uv":[13,12,14.5,13],"rotation":180,"texture":"#2"},"south":{"uv":[10,12,16,13],"rotation":180,"texture":"#2"},"west":{"uv":[8.5,11.5,10,12.5],"rotation":180,"texture":"#2"},"up":{"uv":[10,12,16,13.5],"texture":"#2"},"down":{"uv":[10,12,16,13.5],"texture":"#2"}}},{"from":[5.68582,1.27403,3.8],"to":[11.48582,2.07403,5.1],"rotation":{"angle":22.5,"axis":"z","origin":[8.58582,1.67403,4.7]},"faces":{"north":{"uv":[16,12,10,13],"rotation":180,"texture":"#2"},"east":{"uv":[10,11.5,8.5,12.5],"rotation":180,"texture":"#2"},"south":{"uv":[16,12,10,13],"rotation":180,"texture":"#2"},"west":{"uv":[14.5,12,13,13],"rotation":180,"texture":"#2"},"up":{"uv":[16,12,10,13.5],"texture":"#2"},"down":{"uv":[16,12,10,13.5],"texture":"#2"}}},{"from":[4.39329,5.01863,6.02672],"to":[4.69329,7.81863,6.32672],"rotation":{"angle":22.5,"axis":"z","origin":[3.5525,8.0114,6.12922]},"faces":{"north":{"uv":[12.5,2,13,6],"texture":"#4"},"east":{"uv":[12.5,2,13,6],"texture":"#4"},"south":{"uv":[12.5,2,13,6],"texture":"#4"},"west":{"uv":[12.5,2,13,6],"texture":"#4"},"up":{"uv":[12.5,2,13,6],"rotation":90,"texture":"#4"},"down":{"uv":[12.5,2,13,6],"rotation":270,"texture":"#4"}}},{"from":[3.79329,5.41863,6.17672],"to":[5.29329,8.16863,6.18672],"rotation":{"angle":22.5,"axis":"z","origin":[3.5525,8.0114,6.12922]},"faces":{"north":{"uv":[12,2,13.5,4.75],"texture":"#3"},"east":{"uv":[12,2,12.01,4.75],"texture":"#3"},"south":{"uv":[12,2,13.5,4.75],"texture":"#3"},"west":{"uv":[12,2,12.01,4.75],"texture":"#3"},"up":{"uv":[12,2,12.01,3.5],"rotation":90,"texture":"#3"},"down":{"uv":[12,2,12.01,3.5],"rotation":270,"texture":"#3"}}},{"from":[3.50284,6.98317,6.17772],"to":[5.00084,9.73117,6.18572],"rotation":{"angle":45,"axis":"z","origin":[3.5525,8.0114,6.12922]},"faces":{"north":{"uv":[8,1,9.5,3.75],"texture":"#3"},"east":{"uv":[8,1,8.01,3.75],"texture":"#3"},"south":{"uv":[8,1,9.5,3.75],"texture":"#3"},"west":{"uv":[8,1,8.01,3.75],"texture":"#3"},"up":{"uv":[8,1,8.01,2.5],"rotation":90,"texture":"#3"},"down":{"uv":[8,1,8.01,2.5],"rotation":270,"texture":"#3"}}},{"from":[1.12867,8.19283,6.17972],"to":[3.12267,9.68683,6.18372],"rotation":{"angle":-22.5,"axis":"z","origin":[3.5525,8.0114,6.12922]},"faces":{"north":{"uv":[8,0,9.5,2],"rotation":270,"texture":"#3"},"east":{"uv":[8,0,9.5,0.01],"rotation":270,"texture":"#3"},"south":{"uv":[8,0,9.5,2],"rotation":270,"texture":"#3"},"west":{"uv":[8,0,9.5,0.01],"rotation":270,"texture":"#3"},"up":{"uv":[8,0,10,0.01],"texture":"#3"},"down":{"uv":[8,0,10,0.01],"rotation":180,"texture":"#3"}}},{"from":[2.83538,5.31612,6.07672],"to":[4.33538,8.06612,6.08672],"rotation":{"angle":45,"axis":"z","origin":[3.5525,8.0114,6.12922]},"faces":{"north":{"uv":[12,2,13.5,4.75],"texture":"#3"},"east":{"uv":[12,2,12.01,4.75],"texture":"#3"},"south":{"uv":[12,2,13.5,4.75],"texture":"#3"},"west":{"uv":[12,2,12.01,4.75],"texture":"#3"},"up":{"uv":[12,2,12.01,3.5],"rotation":90,"texture":"#3"},"down":{"uv":[12,2,12.01,3.5],"rotation":270,"texture":"#3"}}},{"from":[1.56087,7.03753,6.07772],"to":[4.30887,8.53553,6.08572],"rotation":{"angle":-22.5,"axis":"z","origin":[3.5525,8.0114,6.12922]},"faces":{"north":{"uv":[8,1,9.5,3.75],"rotation":90,"texture":"#3"},"east":{"uv":[8,1,8.01,2.5],"rotation":180,"texture":"#3"},"south":{"uv":[8,1,9.5,3.75],"rotation":270,"texture":"#3"},"west":{"uv":[8,1,8.01,2.5],"texture":"#3"},"up":{"uv":[8,1,8.01,3.75],"rotation":270,"texture":"#3"},"down":{"uv":[8,1,8.01,3.75],"rotation":270,"texture":"#3"}}},{"from":[0.52382,7.443,6.07972],"to":[2.51782,8.937,6.08372],"rotation":{"angle":0,"axis":"y","origin":[3.5525,8.0114,6.12922]},"faces":{"north":{"uv":[8,0,9.5,2],"rotation":270,"texture":"#3"},"east":{"uv":[8,0,9.5,0.01],"rotation":270,"texture":"#3"},"south":{"uv":[8,0,9.5,2],"rotation":270,"texture":"#3"},"west":{"uv":[8,0,9.5,0.01],"rotation":270,"texture":"#3"},"up":{"uv":[8,0,10,0.01],"texture":"#3"},"down":{"uv":[8,0,10,0.01],"rotation":180,"texture":"#3"}}},{"from":[4.24268,7.40674,6.03672],"to":[4.52268,8.68674,6.31672],"rotation":{"angle":45,"axis":"z","origin":[3.5525,8.0114,6.12922]},"faces":{"north":{"uv":[12.5,2,13,4],"texture":"#4"},"east":{"uv":[12.5,2,13,4],"texture":"#4"},"south":{"uv":[12.5,2,13,4],"texture":"#4"},"west":{"uv":[12.5,2,13,4],"texture":"#4"},"up":{"uv":[12.5,2,13,4],"rotation":90,"texture":"#4"},"down":{"uv":[12.5,2,13,4],"rotation":270,"texture":"#4"}}},{"from":[2.52984,8.89617,6.04672],"to":[3.28984,9.15617,6.30672],"rotation":{"angle":-22.5,"axis":"z","origin":[3.5525,8.0114,6.12922]},"faces":{"north":{"uv":[12.5,2,13,3.5],"rotation":90,"texture":"#4"},"east":{"uv":[12.5,2,13,3.5],"rotation":90,"texture":"#4"},"south":{"uv":[12.5,2,13,3.5],"rotation":90,"texture":"#4"},"west":{"uv":[12.5,2,13,3.5],"rotation":90,"texture":"#4"},"up":{"uv":[12.5,2,13,3.5],"rotation":270,"texture":"#4"},"down":{"uv":[12.5,2,13,3.5],"rotation":90,"texture":"#4"}}},{"from":[3.20199,4.90578,5.92672],"to":[3.50199,7.70578,6.22672],"rotation":{"angle":45,"axis":"z","origin":[3.5525,8.0114,6.12922]},"faces":{"north":{"uv":[12.5,2,13,6],"texture":"#4"},"east":{"uv":[12.5,2,13,6],"texture":"#4"},"south":{"uv":[12.5,2,13,6],"texture":"#4"},"west":{"uv":[12.5,2,13,6],"texture":"#4"},"up":{"uv":[12.5,2,13,6],"rotation":90,"texture":"#4"},"down":{"uv":[12.5,2,13,6],"rotation":270,"texture":"#4"}}},{"from":[2.52553,7.55779,5.93672],"to":[3.80553,7.83779,6.21672],"rotation":{"angle":-22.5,"axis":"z","origin":[3.5525,8.0114,6.12922]},"faces":{"north":{"uv":[12.5,2,13,4],"rotation":90,"texture":"#4"},"east":{"uv":[12.5,2,13,4],"rotation":180,"texture":"#4"},"south":{"uv":[12.5,2,13,4],"rotation":270,"texture":"#4"},"west":{"uv":[12.5,2,13,4],"texture":"#4"},"up":{"uv":[12.5,2,13,4],"rotation":270,"texture":"#4"},"down":{"uv":[12.5,2,13,4],"rotation":270,"texture":"#4"}}},{"from":[1.76726,7.974,5.94672],"to":[2.52726,8.234,6.20672],"rotation":{"angle":0,"axis":"y","origin":[3.5525,8.0114,6.12922]},"faces":{"north":{"uv":[12.5,2,13,3.5],"rotation":90,"texture":"#4"},"east":{"uv":[12.5,2,13,3.5],"rotation":90,"texture":"#4"},"south":{"uv":[12.5,2,13,3.5],"rotation":90,"texture":"#4"},"west":{"uv":[12.5,2,13,3.5],"rotation":90,"texture":"#4"},"up":{"uv":[12.5,2,13,3.5],"rotation":270,"texture":"#4"},"down":{"uv":[12.5,2,13,3.5],"rotation":90,"texture":"#4"}}}],"display":{"head":{"rotation":[6,0,0],"translation":[0,16,1],"scale":[1.69,1.69,1.85]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/plague_doctor.json b/assets/minecraft/models/item/wynn/skin/hat/plague_doctor.json new file mode 100644 index 000000000..e5b7c9909 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/plague_doctor.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/decay_2","1":"skins/decay_1","2":"skins/gold_gradient","particle":"skins/decay_2"},"elements":[{"from":[7.66023,0.6545,3.18184],"to":[8.40023,3.2945,8.72184],"rotation":{"angle":-22.5,"axis":"x","origin":[8.01019,1.95006,5.19681]},"faces":{"north":{"uv":[0,0,0.74,2.64],"texture":"#0"},"east":{"uv":[0,0,5.54,2.64],"texture":"#0"},"south":{"uv":[0,0,0.74,2.64],"texture":"#0"},"west":{"uv":[0,0,5.54,2.64],"texture":"#0"},"up":{"uv":[0,0,0.74,5.54],"texture":"#0"},"down":{"uv":[0,0,0.74,5.54],"texture":"#0"}}},{"from":[7.6496,-4.77006,5.02998],"to":[8.3896,-0.13006,5.66998],"rotation":{"angle":45,"axis":"x","origin":[8.01019,1.95006,5.19681]},"faces":{"north":{"uv":[0,0,4.64,0.74],"rotation":270,"texture":"#0"},"east":{"uv":[0,0,4.64,0.64],"rotation":270,"texture":"#0"},"south":{"uv":[0,0,4.64,0.74],"rotation":270,"texture":"#0"},"west":{"uv":[0,0,4.64,0.64],"rotation":270,"texture":"#0"},"up":{"uv":[0,0,0.64,0.74],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,0.64,0.74],"rotation":270,"texture":"#0"}}},{"from":[7.6696,-3.25006,4.49998],"to":[8.3696,-1.65006,5.09998],"rotation":{"angle":45,"axis":"x","origin":[8.01019,1.95006,5.19681]},"faces":{"north":{"uv":[0,0,1.6,0.7],"rotation":270,"texture":"#0"},"east":{"uv":[0,0,1.6,0.6],"rotation":270,"texture":"#0"},"south":{"uv":[0,0,1.6,0.7],"rotation":270,"texture":"#0"},"west":{"uv":[0,0,1.6,0.6],"rotation":270,"texture":"#0"},"up":{"uv":[0,0,0.6,0.7],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,0.6,0.7],"rotation":270,"texture":"#0"}}},{"from":[7.66612,-4.18383,2.49447],"to":[8.36612,1.41617,3.09447],"rotation":{"angle":22.5,"axis":"x","origin":[8.01019,1.95006,5.19681]},"faces":{"north":{"uv":[0,0,5.6,0.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,5.6,0.5],"rotation":90,"texture":"#0"},"south":{"uv":[0,0,5.6,0.5],"rotation":90,"texture":"#0"},"west":{"uv":[0,0,5.6,0.5],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,5.6,0.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,5.6,0.5],"rotation":90,"texture":"#0"}}},{"from":[7.65571,0.42182,2.89712],"to":[8.35571,3.02182,4.49712],"rotation":{"angle":45,"axis":"x","origin":[8.01019,1.95006,5.19681]},"faces":{"north":{"uv":[0,0,2.6,0.7],"rotation":270,"texture":"#0"},"east":{"uv":[0,0,2.6,1.6],"rotation":270,"texture":"#0"},"south":{"uv":[0,0,2.6,0.7],"rotation":270,"texture":"#0"},"west":{"uv":[0,0,2.6,1.6],"rotation":270,"texture":"#0"},"up":{"uv":[0,0,1.6,0.7],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,1.6,0.7],"rotation":270,"texture":"#0"}}},{"from":[7.66571,-1.3183,2.70935],"to":[8.34571,1.3617,4.28935],"rotation":{"angle":22.5,"axis":"x","origin":[8.01019,1.95006,5.19681]},"faces":{"north":{"uv":[0,0,2.68,0.68],"rotation":270,"texture":"#0"},"east":{"uv":[0,0,2.68,1.58],"rotation":270,"texture":"#0"},"south":{"uv":[0,0,2.68,0.68],"rotation":270,"texture":"#0"},"west":{"uv":[0,0,2.68,1.58],"rotation":270,"texture":"#0"},"up":{"uv":[0,0,1.58,0.68],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,1.58,0.68],"rotation":270,"texture":"#0"}}},{"from":[7.66571,1.91485,5.31694],"to":[8.34571,4.47485,8.87694],"rotation":{"angle":-22.5,"axis":"x","origin":[8.01019,1.95006,5.19681]},"faces":{"north":{"uv":[0,0,0.68,2.56],"texture":"#0"},"east":{"uv":[0,0,3.56,2.56],"texture":"#0"},"south":{"uv":[0,0,0.68,2.56],"texture":"#0"},"west":{"uv":[0,0,3.56,2.56],"texture":"#0"},"up":{"uv":[0,0,0.68,3.56],"texture":"#0"},"down":{"uv":[0,0,0.68,3.56],"texture":"#0"}}},{"from":[6.51071,1.35985,6.01194],"to":[9.50071,3.84985,9.00194],"rotation":{"angle":-22.5,"axis":"x","origin":[8.01019,1.95006,5.19681]},"faces":{"north":{"uv":[0,2.5,2.99,4.99],"rotation":180,"texture":"#0"},"east":{"uv":[0,2.5,2.99,4.99],"texture":"#0"},"south":{"uv":[0,2.5,2.99,4.99],"rotation":180,"texture":"#0"},"west":{"uv":[0,4.99,2.99,2.5],"rotation":180,"texture":"#0"},"up":{"uv":[0,2.5,2.99,5.49],"texture":"#0"},"down":{"uv":[0,2.5,2.99,5.49],"rotation":180,"texture":"#0"}}},{"from":[7.01671,0.95386,3.76111],"to":[8.99471,3.43186,5.23911],"rotation":{"angle":45,"axis":"x","origin":[8.01019,1.95006,5.19681]},"faces":{"north":{"uv":[0,2,2.478,2.978],"rotation":90,"texture":"#0"},"east":{"uv":[0.5,2,2.978,3.478],"rotation":90,"texture":"#0"},"south":{"uv":[0,2,2.478,2.978],"rotation":90,"texture":"#0"},"west":{"uv":[0.5,2,2.978,3.478],"rotation":90,"texture":"#0"},"up":{"uv":[0,2,1.478,2.978],"rotation":90,"texture":"#0"},"down":{"uv":[0,2,1.478,2.978],"rotation":90,"texture":"#0"}}},{"from":[7.51771,-0.14788,3.49016],"to":[8.49371,1.57812,4.36616],"rotation":{"angle":22.5,"axis":"x","origin":[8.01019,1.95006,5.19681]},"faces":{"north":{"uv":[0,1,1.726,1.976],"rotation":90,"texture":"#0"},"east":{"uv":[0,1,1.726,1.876],"rotation":90,"texture":"#0"},"south":{"uv":[0,1,1.726,1.976],"rotation":90,"texture":"#0"},"west":{"uv":[0,1,1.726,1.876],"rotation":90,"texture":"#0"},"up":{"uv":[0,1,0.876,1.976],"rotation":90,"texture":"#0"},"down":{"uv":[0,1,0.876,1.976],"rotation":90,"texture":"#0"}}},{"from":[7.51871,-0.60507,4.45724],"to":[8.49271,1.41893,5.28124],"rotation":{"angle":45,"axis":"x","origin":[8.01019,1.95006,5.19681]},"faces":{"north":{"uv":[0,1,2.024,1.974],"rotation":90,"texture":"#0"},"east":{"uv":[0,1,2.024,1.824],"rotation":90,"texture":"#0"},"south":{"uv":[0,1,2.024,1.974],"rotation":90,"texture":"#0"},"west":{"uv":[0,1,2.024,1.824],"rotation":90,"texture":"#0"},"up":{"uv":[0,1,0.824,1.974],"rotation":90,"texture":"#0"},"down":{"uv":[0,1,0.824,1.974],"rotation":90,"texture":"#0"}}},{"from":[7.01771,1.36685,4.08894],"to":[8.99371,2.59285,6.06494],"rotation":{"angle":-22.5,"axis":"x","origin":[8.01019,1.95006,5.19681]},"faces":{"north":{"uv":[0,1.5,1.976,2.726],"rotation":180,"texture":"#0"},"east":{"uv":[0,1.5,1.976,2.726],"rotation":180,"texture":"#0"},"south":{"uv":[0,1.5,1.976,2.726],"rotation":180,"texture":"#0"},"west":{"uv":[0,1.5,1.976,2.726],"rotation":180,"texture":"#0"},"up":{"uv":[0,1.5,1.976,3.476],"rotation":180,"texture":"#0"},"down":{"uv":[0,1.5,1.976,3.476],"rotation":180,"texture":"#0"}}},{"from":[5.7,4.3,6.95],"to":[6.8,4.9,7.55],"rotation":{"angle":0,"axis":"z","origin":[6.25,4.6,7.25]},"faces":{"north":{"uv":[1,11.5,2,13],"rotation":270,"texture":"#2"},"east":{"uv":[1,11.5,2,13],"rotation":270,"texture":"#2"},"south":{"uv":[1,11.5,2,13],"rotation":270,"texture":"#2"},"west":{"uv":[1,11.5,2,13],"rotation":270,"texture":"#2"},"up":{"uv":[1,11.5,2,13],"rotation":270,"texture":"#2"},"down":{"uv":[1,11.5,2,13],"rotation":270,"texture":"#2"}}},{"from":[6.42778,4.60204,6.951],"to":[7.52578,5.20004,7.549],"rotation":{"angle":45,"axis":"z","origin":[6.97678,4.90104,7.25]},"faces":{"north":{"uv":[3,11.5,4,13],"rotation":270,"texture":"#2"},"east":{"uv":[3,11.5,4,13],"rotation":270,"texture":"#2"},"south":{"uv":[4,11.5,3,13],"rotation":90,"texture":"#2"},"west":{"uv":[3,11.5,4,13],"rotation":270,"texture":"#2"},"up":{"uv":[3.5,11.5,4,13],"rotation":90,"texture":"#2"},"down":{"uv":[3,11.5,4,13],"rotation":270,"texture":"#2"}}},{"from":[6.97782,5.07782,6.95],"to":[7.57782,6.17782,7.55],"rotation":{"angle":0,"axis":"z","origin":[7.1273,5.99121,7.25]},"faces":{"north":{"uv":[4.5,12,5.5,13.5],"rotation":180,"texture":"#2"},"east":{"uv":[5,12,5.5,13.5],"rotation":180,"texture":"#2"},"south":{"uv":[5.5,12,4.5,13.5],"rotation":180,"texture":"#2"},"west":{"uv":[4.5,12,5,13.5],"rotation":180,"texture":"#2"},"up":{"uv":[4.5,12,5.5,13.5],"rotation":180,"texture":"#2"},"down":{"uv":[4.5,12,5.5,13.5],"rotation":180,"texture":"#2"}}},{"from":[6.97882,5.80559,6.951],"to":[7.57682,6.90359,7.549],"rotation":{"angle":45,"axis":"z","origin":[7.1273,5.99121,7.25]},"faces":{"north":{"uv":[7,12,6,13.5],"texture":"#2"},"east":{"uv":[7,12,6.5,13.5],"texture":"#2"},"south":{"uv":[6,12,7,13.5],"texture":"#2"},"west":{"uv":[6.5,12,6,13.5],"texture":"#2"},"up":{"uv":[7,12,6,13.5],"texture":"#2"},"down":{"uv":[7,12,6,13.5],"texture":"#2"}}},{"from":[4.97422,4.60204,6.951],"to":[6.07222,5.20004,7.549],"rotation":{"angle":-45,"axis":"z","origin":[5.52322,4.90104,7.25]},"faces":{"north":{"uv":[3,13,4,11.5],"rotation":270,"texture":"#2"},"east":{"uv":[3,13,4,11.5],"rotation":270,"texture":"#2"},"south":{"uv":[4,13,3,11.5],"rotation":90,"texture":"#2"},"west":{"uv":[3,13,4,11.5],"rotation":270,"texture":"#2"},"up":{"uv":[3.5,13,4,11.5],"rotation":90,"texture":"#2"},"down":{"uv":[3,13,4,11.5],"rotation":270,"texture":"#2"}}},{"from":[4.92318,5.80559,6.951],"to":[5.52118,6.90359,7.549],"rotation":{"angle":-45,"axis":"z","origin":[5.3727,5.99121,7.25]},"faces":{"north":{"uv":[6,12,7,13.5],"texture":"#2"},"east":{"uv":[6,12,6.5,13.5],"texture":"#2"},"south":{"uv":[7,12,6,13.5],"texture":"#2"},"west":{"uv":[6.5,12,7,13.5],"texture":"#2"},"up":{"uv":[6,12,7,13.5],"texture":"#2"},"down":{"uv":[6,12,7,13.5],"texture":"#2"}}},{"from":[4.92218,5.07782,6.95],"to":[5.52218,6.17782,7.55],"rotation":{"angle":0,"axis":"z","origin":[5.3727,5.99121,7.25]},"faces":{"north":{"uv":[5.5,12,4.5,13.5],"rotation":180,"texture":"#2"},"east":{"uv":[5,12,4.5,13.5],"rotation":180,"texture":"#2"},"south":{"uv":[4.5,12,5.5,13.5],"rotation":180,"texture":"#2"},"west":{"uv":[5.5,12,5,13.5],"rotation":180,"texture":"#2"},"up":{"uv":[5.5,12,4.5,13.5],"rotation":180,"texture":"#2"},"down":{"uv":[5.5,12,4.5,13.5],"rotation":180,"texture":"#2"}}},{"from":[5.7,6.35563,6.95],"to":[6.8,6.95563,7.55],"rotation":{"angle":0,"axis":"z","origin":[5.62966,5.88477,7.25]},"faces":{"north":{"uv":[7,12,8,13.5],"rotation":270,"texture":"#2"},"east":{"uv":[7,12,8,13.5],"rotation":270,"texture":"#2"},"south":{"uv":[7,12,8,13.5],"rotation":270,"texture":"#2"},"west":{"uv":[7,12,8,13.5],"rotation":270,"texture":"#2"},"up":{"uv":[7,12,8,13.5],"rotation":270,"texture":"#2"},"down":{"uv":[7,12,8,13.5],"rotation":270,"texture":"#2"}}},{"from":[8.72882,3.60559,5.351],"to":[9.32682,4.90359,5.949],"rotation":{"angle":45,"axis":"z","origin":[8.8773,3.99121,5.65]},"faces":{"north":{"uv":[7,12,6,13.5],"texture":"#2"},"east":{"uv":[7,12,6.5,13.5],"texture":"#2"},"south":{"uv":[6,12,7,13.5],"texture":"#2"},"west":{"uv":[6.5,12,6,13.5],"texture":"#2"},"up":{"uv":[7,12,6,13.5],"texture":"#2"},"down":{"uv":[7,12,6,13.5],"texture":"#2"}}},{"from":[7.45,4.35563,5.35],"to":[8.55,4.95563,5.95],"rotation":{"angle":0,"axis":"z","origin":[7.37966,3.88477,5.65]},"faces":{"north":{"uv":[7,12,8,13.5],"rotation":270,"texture":"#2"},"east":{"uv":[7,12,8,13.5],"rotation":270,"texture":"#2"},"south":{"uv":[7,12,8,13.5],"rotation":270,"texture":"#2"},"west":{"uv":[7,12,8,13.5],"rotation":270,"texture":"#2"},"up":{"uv":[7,12,8,13.5],"rotation":270,"texture":"#2"},"down":{"uv":[7,12,8,13.5],"rotation":270,"texture":"#2"}}},{"from":[6.67318,3.60559,5.351],"to":[7.27118,4.90359,5.949],"rotation":{"angle":-45,"axis":"z","origin":[7.1227,3.99121,5.65]},"faces":{"north":{"uv":[6,12,7,13.5],"texture":"#2"},"east":{"uv":[6,12,6.5,13.5],"texture":"#2"},"south":{"uv":[7,12,6,13.5],"texture":"#2"},"west":{"uv":[6.5,12,7,13.5],"texture":"#2"},"up":{"uv":[6,12,7,13.5],"texture":"#2"},"down":{"uv":[6,12,7,13.5],"texture":"#2"}}},{"from":[7.22471,2.50727,3.551],"to":[7.82271,3.80527,4.149],"rotation":{"angle":-45,"axis":"x","origin":[8,3.8078,4.35]},"faces":{"north":{"uv":[6,12,7,13.5],"texture":"#2"},"east":{"uv":[6,12,6.5,13.5],"texture":"#2"},"south":{"uv":[7,12,6,13.5],"texture":"#2"},"west":{"uv":[6.5,12,7,13.5],"texture":"#2"},"up":{"uv":[6,12,7,13.5],"texture":"#2"},"down":{"uv":[6,12,7,13.5],"texture":"#2"}}},{"from":[7.45,3.75563,3.55],"to":[8.55,4.35563,4.15],"rotation":{"angle":-45,"axis":"x","origin":[8,3.8078,4.35]},"faces":{"north":{"uv":[7,12,8,13.5],"rotation":270,"texture":"#2"},"east":{"uv":[7,12,8,13.5],"rotation":270,"texture":"#2"},"south":{"uv":[7,12,8,13.5],"rotation":270,"texture":"#2"},"west":{"uv":[7,12,8,13.5],"rotation":270,"texture":"#2"},"up":{"uv":[7,12,8,13.5],"rotation":270,"texture":"#2"},"down":{"uv":[7,12,8,13.5],"rotation":270,"texture":"#2"}}},{"from":[8.17729,2.50727,3.551],"to":[8.77529,3.80527,4.149],"rotation":{"angle":-45,"axis":"x","origin":[8,3.8078,4.35]},"faces":{"north":{"uv":[7,12,6,13.5],"texture":"#2"},"east":{"uv":[7,12,6.5,13.5],"texture":"#2"},"south":{"uv":[6,12,7,13.5],"texture":"#2"},"west":{"uv":[6.5,12,6,13.5],"texture":"#2"},"up":{"uv":[7,12,6,13.5],"texture":"#2"},"down":{"uv":[7,12,6,13.5],"texture":"#2"}}},{"from":[7.22471,1.98374,2.72316],"to":[7.82271,2.58174,4.02116],"rotation":{"angle":22.5,"axis":"x","origin":[8,1.93274,2.97237]},"faces":{"north":{"uv":[6,12,7,13.5],"rotation":180,"texture":"#2"},"east":{"uv":[6,12,6.5,13.5],"rotation":90,"texture":"#2"},"south":{"uv":[6,12,7,13.5],"texture":"#2"},"west":{"uv":[6.5,12,7,13.5],"rotation":270,"texture":"#2"},"up":{"uv":[7,12,6,13.5],"texture":"#2"},"down":{"uv":[6,12,7,13.5],"rotation":180,"texture":"#2"}}},{"from":[7.45,1.98274,2.1728],"to":[8.55,2.58274,2.7728],"rotation":{"angle":22.5,"axis":"x","origin":[8,1.93274,2.97237]},"faces":{"north":{"uv":[7,12,8,13.5],"rotation":90,"texture":"#2"},"east":{"uv":[7,12,8,13.5],"texture":"#2"},"south":{"uv":[7,12,8,13.5],"rotation":270,"texture":"#2"},"west":{"uv":[7,12,8,13.5],"rotation":180,"texture":"#2"},"up":{"uv":[7,12,8,13.5],"rotation":270,"texture":"#2"},"down":{"uv":[7,12,8,13.5],"rotation":90,"texture":"#2"}}},{"from":[8.17729,1.98374,2.72316],"to":[8.77529,2.58174,4.02116],"rotation":{"angle":22.5,"axis":"x","origin":[8,1.93274,2.97237]},"faces":{"north":{"uv":[7,12,6,13.5],"rotation":180,"texture":"#2"},"east":{"uv":[7,12,6.5,13.5],"rotation":90,"texture":"#2"},"south":{"uv":[7,12,6,13.5],"texture":"#2"},"west":{"uv":[6.5,12,6,13.5],"rotation":270,"texture":"#2"},"up":{"uv":[6,12,7,13.5],"texture":"#2"},"down":{"uv":[7,12,6,13.5],"rotation":180,"texture":"#2"}}},{"from":[10.47782,5.07782,6.95],"to":[11.07782,6.17782,7.55],"rotation":{"angle":0,"axis":"z","origin":[10.6273,5.99121,7.25]},"faces":{"north":{"uv":[4.5,12,5.5,13.5],"rotation":180,"texture":"#2"},"east":{"uv":[5,12,5.5,13.5],"rotation":180,"texture":"#2"},"south":{"uv":[5.5,12,4.5,13.5],"rotation":180,"texture":"#2"},"west":{"uv":[4.5,12,5,13.5],"rotation":180,"texture":"#2"},"up":{"uv":[4.5,12,5.5,13.5],"rotation":180,"texture":"#2"},"down":{"uv":[4.5,12,5.5,13.5],"rotation":180,"texture":"#2"}}},{"from":[9.92778,4.60204,6.951],"to":[11.02578,5.20004,7.549],"rotation":{"angle":45,"axis":"z","origin":[10.47678,4.90104,7.25]},"faces":{"north":{"uv":[3,11.5,4,13],"rotation":270,"texture":"#2"},"east":{"uv":[3,11.5,4,13],"rotation":270,"texture":"#2"},"south":{"uv":[4,11.5,3,13],"rotation":90,"texture":"#2"},"west":{"uv":[3,11.5,4,13],"rotation":270,"texture":"#2"},"up":{"uv":[3.5,11.5,4,13],"rotation":90,"texture":"#2"},"down":{"uv":[3,11.5,4,13],"rotation":270,"texture":"#2"}}},{"from":[9.2,4.3,6.95],"to":[10.3,4.9,7.55],"rotation":{"angle":0,"axis":"z","origin":[9.75,4.6,7.25]},"faces":{"north":{"uv":[1,13,2,11.5],"rotation":270,"texture":"#2"},"east":{"uv":[1,13,2,11.5],"rotation":270,"texture":"#2"},"south":{"uv":[1,13,2,11.5],"rotation":270,"texture":"#2"},"west":{"uv":[1,13,2,11.5],"rotation":270,"texture":"#2"},"up":{"uv":[1,13,2,11.5],"rotation":270,"texture":"#2"},"down":{"uv":[1,13,2,11.5],"rotation":270,"texture":"#2"}}},{"from":[8.47422,4.60204,6.951],"to":[9.57222,5.20004,7.549],"rotation":{"angle":-45,"axis":"z","origin":[9.02322,4.90104,7.25]},"faces":{"north":{"uv":[3,13,4,11.5],"rotation":270,"texture":"#2"},"east":{"uv":[3,13,4,11.5],"rotation":270,"texture":"#2"},"south":{"uv":[4,13,3,11.5],"rotation":90,"texture":"#2"},"west":{"uv":[3,13,4,11.5],"rotation":270,"texture":"#2"},"up":{"uv":[3.5,13,4,11.5],"rotation":90,"texture":"#2"},"down":{"uv":[3,13,4,11.5],"rotation":270,"texture":"#2"}}},{"from":[8.42218,5.07782,6.95],"to":[9.02218,6.17782,7.55],"rotation":{"angle":0,"axis":"z","origin":[8.8727,5.99121,7.25]},"faces":{"north":{"uv":[5.5,12,4.5,13.5],"rotation":180,"texture":"#2"},"east":{"uv":[5,12,4.5,13.5],"rotation":180,"texture":"#2"},"south":{"uv":[4.5,12,5.5,13.5],"rotation":180,"texture":"#2"},"west":{"uv":[5.5,12,5,13.5],"rotation":180,"texture":"#2"},"up":{"uv":[5.5,12,4.5,13.5],"rotation":180,"texture":"#2"},"down":{"uv":[5.5,12,4.5,13.5],"rotation":180,"texture":"#2"}}},{"from":[8.42318,5.80559,6.951],"to":[9.02118,6.90359,7.549],"rotation":{"angle":-45,"axis":"z","origin":[8.8727,5.99121,7.25]},"faces":{"north":{"uv":[6,12,7,13.5],"texture":"#2"},"east":{"uv":[6,12,6.5,13.5],"texture":"#2"},"south":{"uv":[7,12,6,13.5],"texture":"#2"},"west":{"uv":[6.5,12,7,13.5],"texture":"#2"},"up":{"uv":[6,12,7,13.5],"texture":"#2"},"down":{"uv":[6,12,7,13.5],"texture":"#2"}}},{"from":[9.2,6.35563,6.95],"to":[10.3,6.95563,7.55],"rotation":{"angle":0,"axis":"z","origin":[10.37034,5.88477,7.25]},"faces":{"north":{"uv":[7,13.5,8,12],"rotation":270,"texture":"#2"},"east":{"uv":[7,13.5,8,12],"rotation":270,"texture":"#2"},"south":{"uv":[7,13.5,8,12],"rotation":270,"texture":"#2"},"west":{"uv":[7,13.5,8,12],"rotation":270,"texture":"#2"},"up":{"uv":[7,13.5,8,12],"rotation":270,"texture":"#2"},"down":{"uv":[7,13.5,8,12],"rotation":270,"texture":"#2"}}},{"from":[10.47882,5.80559,6.951],"to":[11.07682,6.90359,7.549],"rotation":{"angle":45,"axis":"z","origin":[10.6273,5.99121,7.25]},"faces":{"north":{"uv":[7,12,6,13.5],"texture":"#2"},"east":{"uv":[7,12,6.5,13.5],"texture":"#2"},"south":{"uv":[6,12,7,13.5],"texture":"#2"},"west":{"uv":[6.5,12,6,13.5],"texture":"#2"},"up":{"uv":[7,12,6,13.5],"texture":"#2"},"down":{"uv":[7,12,6,13.5],"texture":"#2"}}},{"from":[4.5,3.6,7.25],"to":[11.5,7.6,8.25],"rotation":{"angle":0,"axis":"y","origin":[0,-3.4,0]},"faces":{"north":{"uv":[0.5,3,7.5,7],"texture":"#1"},"east":{"uv":[0.5,3,1.5,7],"texture":"#1"},"south":{"uv":[0.5,3,7.5,7],"texture":"#1"},"west":{"uv":[0.5,3,1.5,7],"texture":"#1"},"up":{"uv":[0.5,3,7.5,4],"texture":"#1"},"down":{"uv":[0.5,7.5,7.5,8.5],"texture":"#1"}}},{"from":[5.5,7.6,7.25],"to":[10.5,8.6,8.25],"rotation":{"angle":0,"axis":"y","origin":[0,-3.4,0]},"faces":{"north":{"uv":[0.5,2,5.5,3],"texture":"#1"},"east":{"uv":[0.5,2,1.5,3],"texture":"#1"},"south":{"uv":[0.5,2,5.5,3],"texture":"#1"},"west":{"uv":[0.5,2,1.5,3],"texture":"#1"},"up":{"uv":[0.5,2,5.5,3],"texture":"#1"},"down":{"uv":[0.5,2,5.5,3],"texture":"#1"}}},{"from":[5.5,2.6,7.25],"to":[10.5,3.6,8.25],"rotation":{"angle":0,"axis":"y","origin":[0,-3.4,0]},"faces":{"north":{"uv":[2,6,7,7],"texture":"#1"},"east":{"uv":[2,6,3,7],"texture":"#1"},"south":{"uv":[2,6,7,7],"texture":"#1"},"west":{"uv":[2,6,3,7],"texture":"#1"},"up":{"uv":[2,6,7,7],"texture":"#1"},"down":{"uv":[2,6,7,7],"texture":"#1"}}},{"from":[4.5,4.6,8.25],"to":[5.5,5.6,14.25],"rotation":{"angle":0,"axis":"y","origin":[0.5,3.1,7.75]},"faces":{"north":{"uv":[2,6,3,7],"texture":"#1"},"east":{"uv":[2,6,7,7],"texture":"#1"},"south":{"uv":[2,6,3,7],"texture":"#1"},"west":{"uv":[2,6,7,7],"texture":"#1"},"up":{"uv":[2,6,7,7],"rotation":270,"texture":"#1"},"down":{"uv":[2,6,7,7],"rotation":90,"texture":"#1"}}},{"from":[10.5,4.6,8.25],"to":[11.5,5.6,14.25],"rotation":{"angle":0,"axis":"y","origin":[15.5,3.1,7.75]},"faces":{"north":{"uv":[1,5,2,6],"texture":"#1"},"east":{"uv":[1,5,7,6],"texture":"#1"},"south":{"uv":[1,5,2,6],"texture":"#1"},"west":{"uv":[1,5,7,6],"texture":"#1"},"up":{"uv":[2.5,2.5,3.5,8.5],"texture":"#1"},"down":{"uv":[1,5,2,11],"texture":"#1"}}},{"from":[5.5,4.6,13.25],"to":[10.5,5.6,14.25],"rotation":{"angle":0,"axis":"y","origin":[8.5,5.1,13.75]},"faces":{"north":{"uv":[2.5,6.5,7.5,7.5],"texture":"#1"},"east":{"uv":[2.5,6.5,3.5,7.5],"texture":"#1"},"south":{"uv":[2.5,6.5,7.5,7.5],"texture":"#1"},"west":{"uv":[2.5,6.5,3.5,7.5],"texture":"#1"},"up":{"uv":[2.5,6.5,7.5,7.5],"texture":"#1"},"down":{"uv":[2.5,6.5,7.5,7.5],"texture":"#1"}}},{"from":[3,7,7.25],"to":[13,8,17.25],"rotation":{"angle":22.5,"axis":"x","origin":[8,10.5,12]},"faces":{"north":{"uv":[0,0.5,8.5,1.5],"texture":"#1"},"east":{"uv":[0,0,1,8.5],"rotation":90,"texture":"#1"},"south":{"uv":[0,8,8.5,9],"texture":"#1"},"west":{"uv":[1,0,0,8.5],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,8.5,8.5],"texture":"#1"},"down":{"uv":[0,0.5,8.5,9],"rotation":180,"texture":"#1"}}},{"from":[5.5,8,8.75],"to":[10.5,11,15.75],"rotation":{"angle":22.5,"axis":"x","origin":[8,10.5,12]},"faces":{"north":{"uv":[0,0,5,3],"texture":"#1"},"east":{"uv":[4,0,7,7],"rotation":90,"texture":"#1"},"south":{"uv":[1.5,6,6.5,9],"texture":"#1"},"west":{"uv":[0,0,3,7],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,5,7],"texture":"#1"},"down":{"uv":[0,0,5,7],"texture":"#1"}}},{"from":[4.51,7.99045,9.35829],"to":[11.49,10.97045,14.33829],"rotation":{"angle":22.5,"axis":"x","origin":[8,9.48045,11.84829]},"faces":{"north":{"uv":[0,0,7,3],"texture":"#1"},"east":{"uv":[4,0,7,5],"rotation":90,"texture":"#1"},"south":{"uv":[1.5,6,8.5,9],"texture":"#1"},"west":{"uv":[0,0,3,5],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,7,5],"texture":"#1"},"down":{"uv":[0,0,7,5],"texture":"#1"}}},{"from":[4.4,7.9,8.65],"to":[11.6,9.1,15.85],"rotation":{"angle":22.5,"axis":"x","origin":[8,10.5,12]},"faces":{"north":{"uv":[8.5,14.5,15.5,15.5],"rotation":180,"texture":"#2"},"east":{"uv":[8.5,14.5,15.5,15.5],"rotation":180,"texture":"#2"},"south":{"uv":[8.5,14.5,15.5,15.5],"rotation":180,"texture":"#2"},"west":{"uv":[8.5,14.5,15.5,15.5],"rotation":180,"texture":"#2"},"up":{"uv":[8.5,14.5,15.5,15.5],"rotation":180,"texture":"#2"},"down":{"uv":[8.5,14.5,15.5,15.5],"rotation":180,"texture":"#2"}}}],"display":{"head":{"translation":[0,4,-6],"scale":[2.07,2.07,2.07]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/propeller_hat.json b/assets/minecraft/models/item/wynn/skin/hat/propeller_hat.json new file mode 100644 index 000000000..316421c45 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/propeller_hat.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/gradient_set","1":"skins/rotor","2":"skins/multi_wool"},"elements":[{"from":[4,0,2],"to":[12,2,3],"rotation":{"angle":0,"axis":"y","origin":[3,0,2]},"faces":{"north":{"uv":[7,12.25,11,13.25],"texture":"#0"},"east":{"uv":[7,12.25,7.5,13.25],"texture":"#0"},"south":{"uv":[7,12.25,11,13.25],"texture":"#0"},"west":{"uv":[7,12.25,7.5,13.25],"texture":"#0"},"up":{"uv":[7,12.25,11,12.75],"texture":"#0"},"down":{"uv":[7,12.25,11,12.75],"texture":"#0"}}},{"from":[7,1.73254,2.34462],"to":[9,3.73254,3.34462],"rotation":{"angle":22.5,"axis":"x","origin":[8,2.73254,2.84462]},"faces":{"north":{"uv":[5.5,12.25,6.5,13.25],"rotation":90,"texture":"#0"},"east":{"uv":[5.5,12.25,6.5,12.75],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,12.25,6.5,13.25],"rotation":90,"texture":"#0"},"west":{"uv":[5.5,12.25,6.5,12.75],"rotation":90,"texture":"#0"},"up":{"uv":[5.5,12.25,6,13.25],"rotation":90,"texture":"#0"},"down":{"uv":[5.5,12.25,6,13.25],"rotation":90,"texture":"#0"}}},{"from":[7,4.36433,4.42668],"to":[9,5.36433,6.42668],"rotation":{"angle":-22.5,"axis":"x","origin":[8,4.69201,4.56041]},"faces":{"north":{"uv":[4,12.25,4.5,13.25],"rotation":270,"texture":"#0"},"east":{"uv":[4,12.25,4.5,13.25],"rotation":270,"texture":"#0"},"south":{"uv":[4,12.25,4.5,13.25],"rotation":270,"texture":"#0"},"west":{"uv":[4,12.25,4.5,13.25],"rotation":270,"texture":"#0"},"up":{"uv":[4,12.25,5,13.25],"rotation":270,"texture":"#0"},"down":{"uv":[4,12.25,5,13.25],"rotation":270,"texture":"#0"}}},{"from":[6.99,2.81575,3.8781],"to":[9.01,4.83575,4.8981],"rotation":{"angle":45,"axis":"x","origin":[8,4.69201,4.56041]},"faces":{"north":{"uv":[4.5,12.25,5.5,13.25],"rotation":90,"texture":"#0"},"east":{"uv":[4.5,12.25,5.5,12.75],"rotation":90,"texture":"#0"},"south":{"uv":[4.5,12.25,5.5,13.25],"rotation":90,"texture":"#0"},"west":{"uv":[4.5,12.25,5.5,12.75],"rotation":90,"texture":"#0"},"up":{"uv":[4.5,12.25,5,13.25],"rotation":90,"texture":"#0"},"down":{"uv":[4.5,12.25,5,13.25],"rotation":90,"texture":"#0"}}},{"from":[0.97777,0.01,0.44934],"to":[3.75777,1.99,1.42934],"rotation":{"angle":45,"axis":"y","origin":[5.76777,0.5,0.93934]},"faces":{"north":{"uv":[7,12.25,8.4,13.25],"texture":"#0"},"east":{"uv":[7,12.25,7.5,13.25],"texture":"#0"},"south":{"uv":[7,12.25,8.4,13.25],"texture":"#0"},"west":{"uv":[7,12.25,7.5,13.25],"texture":"#0"},"up":{"uv":[7,12.25,8.4,12.75],"texture":"#0"},"down":{"uv":[7,12.25,8.4,12.75],"texture":"#0"}}},{"from":[0.01768,0.01,10.17299],"to":[0.99768,1.99,12.95299],"rotation":{"angle":45,"axis":"y","origin":[3.20709,3.44522,8.64224]},"faces":{"north":{"uv":[7,12.25,7.5,13.25],"texture":"#0"},"east":{"uv":[7,12.25,8.4,13.25],"texture":"#0"},"south":{"uv":[7,12.25,7.5,13.25],"texture":"#0"},"west":{"uv":[7,12.25,8.4,13.25],"texture":"#0"},"up":{"uv":[7,12.25,8.4,12.75],"rotation":270,"texture":"#0"},"down":{"uv":[7,12.25,8.4,12.75],"rotation":90,"texture":"#0"}}},{"from":[2.0201,0,3.9799],"to":[3.0201,2,11.9799],"rotation":{"angle":0,"axis":"y","origin":[3.20709,3.44522,8.64224]},"faces":{"north":{"uv":[7,12.25,7.5,13.25],"texture":"#0"},"east":{"uv":[7,12.25,11,13.25],"texture":"#0"},"south":{"uv":[7,12.25,7.5,13.25],"texture":"#0"},"west":{"uv":[7,12.25,11,13.25],"texture":"#0"},"up":{"uv":[7,12.25,11,12.75],"rotation":270,"texture":"#0"},"down":{"uv":[7,12.25,11,12.75],"rotation":90,"texture":"#0"}}},{"from":[1.89815,1.50353,6.9799],"to":[2.89815,3.50353,8.9799],"rotation":{"angle":-22.5,"axis":"z","origin":[3.20709,1.44522,8.64224]},"faces":{"north":{"uv":[5.5,12.25,6.5,12.75],"rotation":90,"texture":"#0"},"east":{"uv":[5.5,12.25,6.5,13.75],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,12.25,6.5,12.75],"rotation":90,"texture":"#0"},"west":{"uv":[5.75,12.25,6.75,13.25],"rotation":90,"texture":"#0"},"up":{"uv":[5.5,12.25,6,13.75],"texture":"#0"},"down":{"uv":[5.5,12.25,6,13.75],"rotation":180,"texture":"#0"}}},{"from":[1.20011,2.83594,6.9699],"to":[2.22011,4.85594,8.9899],"rotation":{"angle":-45,"axis":"z","origin":[3.20709,1.44522,8.64224]},"faces":{"north":{"uv":[4.5,12.25,5.5,12.75],"rotation":90,"texture":"#0"},"east":{"uv":[4.5,12.25,5.5,13.25],"rotation":90,"texture":"#0"},"south":{"uv":[4.5,12.25,5.5,12.75],"rotation":90,"texture":"#0"},"west":{"uv":[4.5,12.25,5.5,13.25],"rotation":90,"texture":"#0"},"up":{"uv":[4.5,12.25,5,13.25],"texture":"#0"},"down":{"uv":[4.5,12.25,5,13.25],"rotation":180,"texture":"#0"}}},{"from":[5.58473,3.59159,6.9799],"to":[7.58473,4.59159,8.9799],"rotation":{"angle":22.5,"axis":"z","origin":[3.20709,1.44522,8.64224]},"faces":{"north":{"uv":[4,12.25,4.5,13.25],"rotation":270,"texture":"#0"},"east":{"uv":[4,12.25,4.5,13.25],"rotation":270,"texture":"#0"},"south":{"uv":[4,12.25,4.5,13.25],"rotation":270,"texture":"#0"},"west":{"uv":[4,12.25,4.5,13.25],"rotation":270,"texture":"#0"},"up":{"uv":[4,12.25,5,13.25],"rotation":180,"texture":"#0"},"down":{"uv":[4,12.25,5,13.25],"texture":"#0"}}},{"from":[7,3.59159,8.39517],"to":[9,4.59159,10.39517],"rotation":{"angle":22.5,"axis":"x","origin":[8.66234,1.44522,12.7728]},"faces":{"north":{"uv":[4,12.25,4.5,13.25],"rotation":270,"texture":"#0"},"east":{"uv":[4,12.25,4.5,13.25],"rotation":270,"texture":"#0"},"south":{"uv":[4,12.25,4.5,13.25],"rotation":270,"texture":"#0"},"west":{"uv":[4,12.25,4.5,13.25],"rotation":270,"texture":"#0"},"up":{"uv":[4,12.25,5,13.25],"rotation":90,"texture":"#0"},"down":{"uv":[4,12.25,5,13.25],"rotation":90,"texture":"#0"}}},{"from":[6.99,2.83594,13.75979],"to":[9.01,4.85594,14.77979],"rotation":{"angle":-45,"axis":"x","origin":[8.66234,1.44522,12.7728]},"faces":{"north":{"uv":[4.5,12.25,5.5,13.25],"rotation":90,"texture":"#0"},"east":{"uv":[4.5,12.25,5.5,12.75],"rotation":90,"texture":"#0"},"south":{"uv":[4.5,12.25,5.5,13.25],"rotation":90,"texture":"#0"},"west":{"uv":[4.5,12.25,5.5,12.75],"rotation":90,"texture":"#0"},"up":{"uv":[4.5,12.25,5,13.25],"rotation":270,"texture":"#0"},"down":{"uv":[4.5,12.25,5,13.25],"rotation":270,"texture":"#0"}}},{"from":[7,1.50353,13.08175],"to":[9,3.50353,14.08175],"rotation":{"angle":-22.5,"axis":"x","origin":[8.66234,1.44522,12.7728]},"faces":{"north":{"uv":[5.5,12.25,6.5,13.25],"rotation":90,"texture":"#0"},"east":{"uv":[5.5,12.25,6.5,12.75],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,12.25,6.5,13.25],"rotation":90,"texture":"#0"},"west":{"uv":[5.5,12.25,6.5,12.75],"rotation":90,"texture":"#0"},"up":{"uv":[5.5,12.25,6,13.25],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,12.25,6,13.25],"rotation":270,"texture":"#0"}}},{"from":[4,0,12.9598],"to":[12,2,13.9598],"rotation":{"angle":0,"axis":"y","origin":[8.66234,3.44522,12.7728]},"faces":{"north":{"uv":[7,12.25,11,13.25],"texture":"#0"},"east":{"uv":[7,12.25,7.5,13.25],"texture":"#0"},"south":{"uv":[7,12.25,11,13.25],"texture":"#0"},"west":{"uv":[7,12.25,7.5,13.25],"texture":"#0"},"up":{"uv":[7,12.25,11,12.75],"rotation":180,"texture":"#0"},"down":{"uv":[7,12.25,11,12.75],"rotation":180,"texture":"#0"}}},{"from":[10.19309,0.01,14.98222],"to":[12.97309,1.99,15.96222],"rotation":{"angle":45,"axis":"y","origin":[8.66234,3.44522,12.7728]},"faces":{"north":{"uv":[7,12.25,8.4,13.25],"texture":"#0"},"east":{"uv":[7,12.25,7.5,13.25],"texture":"#0"},"south":{"uv":[7,12.25,8.4,13.25],"texture":"#0"},"west":{"uv":[7,12.25,7.5,13.25],"texture":"#0"},"up":{"uv":[7,12.25,8.4,12.75],"rotation":180,"texture":"#0"},"down":{"uv":[7,12.25,8.4,12.75],"rotation":180,"texture":"#0"}}},{"from":[15.00232,0.01,3.00681],"to":[15.98232,1.99,5.78681],"rotation":{"angle":45,"axis":"y","origin":[12.79291,3.44522,7.31756]},"faces":{"north":{"uv":[7,12.25,7.5,13.25],"texture":"#0"},"east":{"uv":[7,12.25,8.4,13.25],"texture":"#0"},"south":{"uv":[7,12.25,7.5,13.25],"texture":"#0"},"west":{"uv":[7,12.25,8.4,13.25],"texture":"#0"},"up":{"uv":[7,12.25,8.4,12.75],"rotation":90,"texture":"#0"},"down":{"uv":[7,12.25,8.4,12.75],"rotation":270,"texture":"#0"}}},{"from":[12.9799,0,3.9799],"to":[13.9799,2,11.9799],"rotation":{"angle":0,"axis":"y","origin":[12.79291,3.44522,7.31756]},"faces":{"north":{"uv":[7,12.25,7.5,13.25],"texture":"#0"},"east":{"uv":[7,12.25,11,13.25],"texture":"#0"},"south":{"uv":[7,12.25,7.5,13.25],"texture":"#0"},"west":{"uv":[7,12.25,11,13.25],"texture":"#0"},"up":{"uv":[7,12.25,11,12.75],"rotation":90,"texture":"#0"},"down":{"uv":[7,12.25,11,12.75],"rotation":270,"texture":"#0"}}},{"from":[13.10185,1.50353,6.9799],"to":[14.10185,3.50353,8.9799],"rotation":{"angle":22.5,"axis":"z","origin":[12.79291,1.44522,7.31756]},"faces":{"north":{"uv":[5.5,12.25,6.5,12.75],"rotation":90,"texture":"#0"},"east":{"uv":[5.5,12.25,6.5,13.25],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,12.25,6.5,12.75],"rotation":90,"texture":"#0"},"west":{"uv":[5.5,12.25,6.5,13.75],"rotation":90,"texture":"#0"},"up":{"uv":[5.5,12.25,6,13.75],"rotation":180,"texture":"#0"},"down":{"uv":[5.5,12.25,6,13.75],"texture":"#0"}}},{"from":[13.77989,2.83594,6.9699],"to":[14.79989,4.85594,8.9899],"rotation":{"angle":45,"axis":"z","origin":[12.79291,1.44522,7.31756]},"faces":{"north":{"uv":[4.5,12.25,5.5,12.75],"rotation":90,"texture":"#0"},"east":{"uv":[4.5,12.25,5.5,13.25],"rotation":90,"texture":"#0"},"south":{"uv":[4.5,12.25,5.5,12.75],"rotation":90,"texture":"#0"},"west":{"uv":[4.5,12.25,5.5,13.25],"rotation":90,"texture":"#0"},"up":{"uv":[4.5,12.25,5,13.25],"rotation":180,"texture":"#0"},"down":{"uv":[4.5,12.25,5,13.25],"texture":"#0"}}},{"from":[8.41527,3.59159,6.9799],"to":[10.41527,4.59159,8.9799],"rotation":{"angle":-22.5,"axis":"z","origin":[12.79291,1.44522,7.31756]},"faces":{"north":{"uv":[4,12.25,4.5,13.25],"rotation":270,"texture":"#0"},"east":{"uv":[4,12.25,4.5,13.25],"rotation":270,"texture":"#0"},"south":{"uv":[4,12.25,4.5,13.25],"rotation":270,"texture":"#0"},"west":{"uv":[4,12.25,4.5,13.25],"rotation":270,"texture":"#0"},"up":{"uv":[4,12.25,5,13.25],"texture":"#0"},"down":{"uv":[4,12.25,5,13.25],"rotation":180,"texture":"#0"}}},{"from":[6,5.05,5.97],"to":[10,6.05,9.97],"rotation":{"angle":0,"axis":"y","origin":[0,-4,0]},"faces":{"north":{"uv":[4,12.25,6,12.75],"texture":"#0"},"east":{"uv":[4,12.25,6,12.75],"texture":"#0"},"south":{"uv":[4,12.25,6,12.75],"texture":"#0"},"west":{"uv":[4,12.25,6,12.75],"texture":"#0"},"up":{"uv":[4,12.25,6,14.25],"texture":"#0"},"down":{"uv":[4,12.25,6,14.25],"texture":"#0"}}},{"from":[7.7,6.75,7.67],"to":[8.3,11.35,8.27],"rotation":{"angle":0,"axis":"y","origin":[0,-2,0]},"faces":{"north":{"uv":[6,12.75,8.5,13.25],"rotation":90,"texture":"#0"},"east":{"uv":[6,12.75,8.5,13.25],"rotation":90,"texture":"#0"},"south":{"uv":[6,12.75,8.5,13.25],"rotation":90,"texture":"#0"},"west":{"uv":[6,12.75,8.5,13.25],"rotation":90,"texture":"#0"},"up":{"uv":[6.75,12.5,7.25,13],"rotation":90,"texture":"#0"},"down":{"uv":[6,12.75,8.5,13.25],"rotation":90,"texture":"#0"}}},{"from":[7,5.55,6.97],"to":[9,6.55,8.97],"rotation":{"angle":0,"axis":"y","origin":[0,-4,0]},"faces":{"north":{"uv":[13.25,8.75,14.25,9.25],"texture":"#0"},"east":{"uv":[13.25,8.75,14.25,9.25],"texture":"#0"},"south":{"uv":[13.25,8.75,14.25,9.25],"texture":"#0"},"west":{"uv":[13.25,8.75,14.25,9.25],"texture":"#0"},"up":{"uv":[13.25,8.75,14.25,9.25],"texture":"#0"},"down":{"uv":[13.25,8.75,14.25,9.25],"texture":"#0"}}},{"from":[7.5,6.55,7.47],"to":[8.5,7.55,8.47],"rotation":{"angle":0,"axis":"y","origin":[0.5,-3,0.5]},"faces":{"north":{"uv":[8.5,12.5,9,13],"texture":"#0"},"east":{"uv":[8.5,12.5,9,13],"texture":"#0"},"south":{"uv":[8.5,12.5,9,13],"texture":"#0"},"west":{"uv":[8.5,12.5,9,13],"texture":"#0"},"up":{"uv":[8.5,12.5,9,13],"texture":"#0"},"down":{"uv":[8.5,12.5,9,13],"texture":"#0"}}},{"from":[7,8.5,1],"to":[9,9,15],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.75,8]},"faces":{"north":{"uv":[14,1,16,1.5],"rotation":180,"texture":"#1"},"east":{"uv":[14,1,14.5,15],"rotation":90,"texture":"#1"},"south":{"uv":[14,1,16,1.5],"texture":"#1"},"west":{"uv":[14,1,14.5,15],"rotation":90,"texture":"#1"},"up":{"uv":[14,1,16,15],"rotation":180,"texture":"#1"},"down":{"uv":[14,1,16,15],"texture":"#1"}}},{"from":[7,8.5,1],"to":[9,9,15],"rotation":{"angle":0,"axis":"y","origin":[7,8,8]},"faces":{"north":{"uv":[0,1,2,1.5],"texture":"#1"},"east":{"uv":[0,1,0.5,15],"rotation":90,"texture":"#1"},"south":{"uv":[0,1,2,1.5],"texture":"#1"},"west":{"uv":[0,1,0.5,15],"rotation":90,"texture":"#1"},"up":{"uv":[0,1,2,15],"texture":"#1"},"down":{"uv":[0,1,2,15],"texture":"#1"}}},{"from":[7,8.5,1],"to":[9,9,15],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.75,8]},"faces":{"north":{"uv":[2,1,4,1.5],"texture":"#1"},"east":{"uv":[2,1,2.5,15],"rotation":90,"texture":"#1"},"south":{"uv":[2,1,4,1.5],"texture":"#1"},"west":{"uv":[2,1,2.5,15],"rotation":90,"texture":"#1"},"up":{"uv":[2,1,4,15],"texture":"#1"},"down":{"uv":[2,1,4,15],"texture":"#1"}}},{"from":[1,8.5,7],"to":[15,9,9],"rotation":{"angle":-45,"axis":"y","origin":[8,8.75,8]},"faces":{"north":{"uv":[4,1,4.5,15],"rotation":90,"texture":"#1"},"east":{"uv":[4,1,6,1.5],"texture":"#1"},"south":{"uv":[4,1,4.5,15],"rotation":90,"texture":"#1"},"west":{"uv":[4,1,6,1.5],"texture":"#1"},"up":{"uv":[4,1,6,15],"rotation":270,"texture":"#1"},"down":{"uv":[4,1,6,15],"rotation":270,"texture":"#1"}}},{"from":[1,8.5,7],"to":[15,9,9],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.75,8]},"faces":{"north":{"uv":[6,1,6.5,15],"rotation":90,"texture":"#1"},"east":{"uv":[6,1,8,1.5],"texture":"#1"},"south":{"uv":[6,1,6.5,15],"rotation":90,"texture":"#1"},"west":{"uv":[6,1,8,1.5],"texture":"#1"},"up":{"uv":[6,1,8,15],"rotation":270,"texture":"#1"},"down":{"uv":[6,1,8,15],"rotation":270,"texture":"#1"}}},{"from":[1,8.5,7],"to":[15,9,9],"rotation":{"angle":0,"axis":"y","origin":[8,8.75,8]},"faces":{"north":{"uv":[8,1,8.5,15],"rotation":90,"texture":"#1"},"east":{"uv":[8,1,10,1.5],"texture":"#1"},"south":{"uv":[8,1,8.5,15],"rotation":90,"texture":"#1"},"west":{"uv":[8,1,10,1.5],"texture":"#1"},"up":{"uv":[8,1,10,15],"rotation":270,"texture":"#1"},"down":{"uv":[8,1,10,15],"rotation":270,"texture":"#1"}}},{"from":[1,8.5,7],"to":[15,9,9],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.75,8]},"faces":{"north":{"uv":[10,1,10.5,15],"rotation":90,"texture":"#1"},"east":{"uv":[10,1,12,1.5],"texture":"#1"},"south":{"uv":[10,1,10.5,15],"rotation":90,"texture":"#1"},"west":{"uv":[10,1,12,1.5],"texture":"#1"},"up":{"uv":[10,1,12,15],"rotation":270,"texture":"#1"},"down":{"uv":[10,1,12,15],"rotation":270,"texture":"#1"}}},{"from":[1,8.5,7],"to":[15,9,9],"rotation":{"angle":45,"axis":"y","origin":[8,8.75,8]},"faces":{"north":{"uv":[12,1,12.5,15],"rotation":90,"texture":"#1"},"east":{"uv":[12,1,14,1.5],"rotation":180,"texture":"#1"},"south":{"uv":[12,1,12.5,15],"rotation":90,"texture":"#1"},"west":{"uv":[12,1,14,1.5],"texture":"#1"},"up":{"uv":[12,1,14,15],"rotation":270,"texture":"#1"},"down":{"uv":[12,1,14,15],"rotation":270,"texture":"#1"}}},{"from":[3,10.5,7],"to":[13,11,9],"rotation":{"angle":-22.5,"axis":"y","origin":[8,10.75,8]},"faces":{"north":{"uv":[14,13,14.5,3],"rotation":90,"texture":"#1"},"east":{"uv":[16,1,14,1.5],"texture":"#1"},"south":{"uv":[14,13,14.5,3],"rotation":90,"texture":"#1"},"west":{"uv":[16,1,14,1.5],"rotation":180,"texture":"#1"},"up":{"uv":[16,3,14,13],"rotation":90,"texture":"#1"},"down":{"uv":[16,3,14,13],"rotation":90,"texture":"#1"}}},{"from":[7,10.5,3],"to":[9,11,13],"rotation":{"angle":45,"axis":"y","origin":[8,10.75,8]},"faces":{"north":{"uv":[2,1,0,1.5],"texture":"#1"},"east":{"uv":[0,13,0.5,3],"rotation":90,"texture":"#1"},"south":{"uv":[2,1,0,1.5],"texture":"#1"},"west":{"uv":[0,13,0.5,3],"rotation":90,"texture":"#1"},"up":{"uv":[2,3,0,13],"texture":"#1"},"down":{"uv":[2,1,0,15],"texture":"#1"}}},{"from":[7,10.5,3],"to":[9,11,13],"rotation":{"angle":22.5,"axis":"y","origin":[8,10.75,8]},"faces":{"north":{"uv":[4,3,2,3.5],"texture":"#1"},"east":{"uv":[2,13,2.5,3],"rotation":90,"texture":"#1"},"south":{"uv":[4,3,2,3.5],"texture":"#1"},"west":{"uv":[2,13,2.5,3],"rotation":90,"texture":"#1"},"up":{"uv":[4,3,2,13],"texture":"#1"},"down":{"uv":[4,3,2,13],"texture":"#1"}}},{"from":[7,10.5,3],"to":[9,11,13],"rotation":{"angle":0,"axis":"y","origin":[8,10.75,8]},"faces":{"north":{"uv":[4,5,4.5,3],"rotation":270,"texture":"#1"},"east":{"uv":[4,13,4.5,3],"rotation":270,"texture":"#1"},"south":{"uv":[4,5,4.5,3],"rotation":270,"texture":"#1"},"west":{"uv":[4,13,4.5,3],"rotation":270,"texture":"#1"},"up":{"uv":[4,13,6,3],"rotation":180,"texture":"#1"},"down":{"uv":[4,13,6,3],"texture":"#1"}}},{"from":[7,10.5,3],"to":[9,11,13],"rotation":{"angle":-22.5,"axis":"y","origin":[8,10.75,8]},"faces":{"north":{"uv":[8,3,6,3.5],"rotation":180,"texture":"#1"},"east":{"uv":[6,13,6.5,3],"rotation":270,"texture":"#1"},"south":{"uv":[8,3,6,3.5],"rotation":180,"texture":"#1"},"west":{"uv":[6,13,6.5,3],"rotation":270,"texture":"#1"},"up":{"uv":[6,13,8,3],"rotation":180,"texture":"#1"},"down":{"uv":[6,13,8,3],"texture":"#1"}}},{"from":[3,10.5,7],"to":[13,11,9],"rotation":{"angle":45,"axis":"y","origin":[8,10.75,8]},"faces":{"north":{"uv":[8,13,8.5,3],"rotation":270,"texture":"#1"},"east":{"uv":[10,3,8,3.5],"rotation":180,"texture":"#1"},"south":{"uv":[8,13,8.5,3],"rotation":270,"texture":"#1"},"west":{"uv":[10,3,8,3.5],"rotation":180,"texture":"#1"},"up":{"uv":[8,13,10,3],"rotation":270,"texture":"#1"},"down":{"uv":[8,13,10,3],"rotation":270,"texture":"#1"}}},{"from":[3,10.5,7],"to":[13,11,9],"rotation":{"angle":22.5,"axis":"y","origin":[8,10.75,8]},"faces":{"north":{"uv":[10,13,10.5,3],"rotation":270,"texture":"#1"},"east":{"uv":[10,3.5,12,3],"rotation":180,"texture":"#1"},"south":{"uv":[10,13,10.5,3],"rotation":270,"texture":"#1"},"west":{"uv":[10,3.5,12,3],"rotation":180,"texture":"#1"},"up":{"uv":[10,13,12,3],"rotation":270,"texture":"#1"},"down":{"uv":[10,13,12,3],"rotation":270,"texture":"#1"}}},{"from":[3,10.5,7],"to":[13,11,9],"rotation":{"angle":0,"axis":"y","origin":[8,10.75,8]},"faces":{"north":{"uv":[12,13,12.5,3],"rotation":270,"texture":"#1"},"east":{"uv":[14,3,12,3.5],"rotation":180,"texture":"#1"},"south":{"uv":[12,13,12.5,3],"rotation":270,"texture":"#1"},"west":{"uv":[14,3,12,3.5],"rotation":180,"texture":"#1"},"up":{"uv":[12,13,14,3],"rotation":270,"texture":"#1"},"down":{"uv":[12,13,14,3],"rotation":270,"texture":"#1"}}},{"from":[3.1,0.85,3.1],"to":[12.9,3.15,12.9],"rotation":{"angle":0,"axis":"y","origin":[0,-3.5,0]},"faces":{"north":{"uv":[3,11,13,13.5],"rotation":180,"texture":"#2"},"east":{"uv":[11.5,3.5,14,13.5],"rotation":270,"texture":"#2"},"south":{"uv":[3,3,13,5.5],"texture":"#2"},"west":{"uv":[2.5,3,5,13],"rotation":90,"texture":"#2"},"up":{"uv":[3,13,13,3],"texture":"#2"},"down":{"uv":[4,4,12,12],"texture":"#2"}}},{"from":[4.6,3.1,4.6],"to":[11.4,5.15,11.4],"rotation":{"angle":0,"axis":"y","origin":[0,-3.5,0]},"faces":{"north":{"uv":[4.5,11,11.5,13.25],"rotation":180,"texture":"#2"},"east":{"uv":[11,4.5,13.25,11.5],"rotation":270,"texture":"#2"},"south":{"uv":[4.5,3,11.5,5.25],"texture":"#2"},"west":{"uv":[2.5,4.5,4.75,11.5],"rotation":90,"texture":"#2"},"up":{"uv":[4.5,11.5,11.5,4.5],"texture":"#2"},"down":{"uv":[0,0,7,7],"texture":"#2"}}}],"display":{"head":{"rotation":[5,-180,0],"translation":[0,14,1],"scale":[1.55,1.55,1.55]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/raccoon_cap.json b/assets/minecraft/models/item/wynn/skin/hat/raccoon_cap.json new file mode 100644 index 000000000..c8e42368d --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/raccoon_cap.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/raccoon_cap","particle":"skins/raccoon_cap"},"elements":[{"from":[4,0,4],"to":[12,4,12],"faces":{"north":{"uv":[0,4,4,6],"texture":"#0"},"east":{"uv":[0,4,4,6],"texture":"#0"},"south":{"uv":[0,4,4,6],"texture":"#0"},"west":{"uv":[0,4,4,6],"texture":"#0"},"up":{"uv":[0,0,4,4],"texture":"#0"},"down":{"uv":[4,0,8,4],"texture":"#0"}}},{"from":[2.5,-5,7],"to":[4.5,3,9],"rotation":{"angle":22.5,"axis":"x","origin":[3,2,8]},"faces":{"north":{"uv":[0,6,1,10],"texture":"#0"},"east":{"uv":[0,6,1,10],"texture":"#0"},"south":{"uv":[0,6,1,10],"texture":"#0"},"west":{"uv":[1,6,0,10],"texture":"#0"},"up":{"uv":[0,11,1,12],"texture":"#0"},"down":{"uv":[0,10,1,11],"texture":"#0"}}}],"display":{"head":{"rotation":[5,0,5],"translation":[-1,17,1],"scale":[1.95,1.95,1.95]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/rainbow_panama.json b/assets/minecraft/models/item/wynn/skin/hat/rainbow_panama.json new file mode 100644 index 000000000..b892558b6 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/rainbow_panama.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/rainbow_panama"},"elements":[{"from":[4,0,4],"to":[12,4,12],"rotation":{"angle":0,"axis":"y","origin":[7,0,7]},"faces":{"north":{"uv":[8,4.5,12.5,7],"texture":"#0"},"east":{"uv":[8,4.5,12.5,7],"texture":"#0"},"south":{"uv":[8,4.5,12.5,7],"texture":"#0"},"west":{"uv":[8,4.5,12.5,7],"texture":"#0"},"up":{"uv":[12.5,4.5,8,0],"texture":"#0"}}},{"from":[1,0,1],"to":[15,0,15],"rotation":{"angle":0,"axis":"y","origin":[7,0,7]},"faces":{"up":{"uv":[8,8,0,0],"texture":"#0"},"down":{"uv":[8,8,0,16],"texture":"#0"}}},{"from":[2.3,0,8.25],"to":[2.3,3.5,11.75],"rotation":{"angle":-22.5,"axis":"z","origin":[2.3,0,8.25]},"faces":{"east":{"uv":[10.5,9.5,8,12],"texture":"#0"},"west":{"uv":[8,9.5,10.5,12],"texture":"#0"}}},{"from":[5,0.8,2.85],"to":[8.5,4.3,2.85],"rotation":{"angle":22.5,"axis":"x","origin":[4.75,0.75,0.85]},"faces":{"north":{"uv":[12.5,0,15,2.5],"texture":"#0"},"south":{"uv":[15,0,12.5,2.5],"texture":"#0"}}},{"from":[12.05,-0.55,7.35],"to":[12.05,2.95,10.85],"rotation":{"angle":22.5,"axis":"x","origin":[14.05,-0.05,10.85]},"faces":{"east":{"uv":[12.5,0,15,2.5],"rotation":90,"texture":"#0"},"west":{"uv":[15,0,12.5,2.5],"rotation":270,"texture":"#0"}}},{"from":[6.5,0,4.15],"to":[8.8,2.3,4.15],"rotation":{"angle":22.5,"axis":"y","origin":[6.5,0,2.15]},"faces":{"north":{"uv":[12.5,2.5,14,4],"texture":"#0"},"south":{"uv":[14,2.5,12.5,4],"texture":"#0"}}},{"from":[9.9,1,3],"to":[12,3.1,3],"rotation":{"angle":45,"axis":"z","origin":[9.9,1,1]},"faces":{"north":{"uv":[14,8.5,15.5,10],"texture":"#0"},"south":{"uv":[15.5,8.5,14,10],"texture":"#0"}}},{"from":[10.3,0.3,12.3],"to":[12.65,2.65,12.3],"rotation":{"angle":22.5,"axis":"z","origin":[10.65,0.1,14.25]},"faces":{"north":{"uv":[14,8.5,15.5,10],"texture":"#0"},"south":{"uv":[15.5,8.5,14,10],"texture":"#0"}}},{"from":[9.25,-0.75,3.55],"to":[12,2,3.55],"rotation":{"angle":-22.5,"axis":"x","origin":[9,-0.75,1.55]},"faces":{"north":{"uv":[14,2.5,16,4.5],"texture":"#0"},"south":{"uv":[16,2.5,14,4.5],"texture":"#0"}}},{"from":[11.6,0,3.65],"to":[14.35,2.75,3.65],"rotation":{"angle":-22.5,"axis":"y","origin":[11.6,0,1.65]},"faces":{"north":{"uv":[12.5,4.5,14.5,6.5],"texture":"#0"},"south":{"uv":[14.5,4.5,12.5,6.5],"texture":"#0"}}},{"from":[10.85,0,3.5],"to":[13.1,3.5,3.5],"rotation":{"angle":22.5,"axis":"z","origin":[10.85,0,1.65]},"faces":{"north":{"uv":[14.5,4.5,16,7],"texture":"#0"},"south":{"uv":[14.5,4.5,12.5,6.5],"rotation":270,"texture":"#0"}}},{"from":[4.05,-0.75,6.55],"to":[4.05,2,9.3],"rotation":{"angle":22.5,"axis":"z","origin":[2.05,-0.75,9.55]},"faces":{"east":{"uv":[14,2.5,16,4.5],"texture":"#0"},"west":{"uv":[16,2.5,14,4.5],"texture":"#0"}}},{"from":[3.45,1,6.55],"to":[3.45,3.1,8.65],"rotation":{"angle":45,"axis":"x","origin":[1.45,1,8.65]},"faces":{"east":{"uv":[15.5,8.5,14,10],"texture":"#0"},"west":{"uv":[14,8.5,15.5,10],"texture":"#0"}}},{"from":[3.9,0,5.45],"to":[3.9,3.5,7.7],"rotation":{"angle":22.5,"axis":"x","origin":[2.05,0,7.7]},"faces":{"east":{"uv":[16,4.5,14.5,7],"texture":"#0"},"west":{"uv":[14.5,4.5,16,7],"texture":"#0"}}},{"from":[8.15,0,11.85],"to":[10.9,2.75,11.85],"rotation":{"angle":22.5,"axis":"y","origin":[10.9,0,13.85]},"faces":{"north":{"uv":[14.5,4.5,12.5,6.5],"texture":"#0"},"south":{"uv":[12.5,4.5,14.5,6.5],"texture":"#0"}}},{"from":[0.4,0,6.85],"to":[3.15,2.75,6.85],"rotation":{"angle":-22.5,"axis":"y","origin":[3.15,0,8.85]},"faces":{"north":{"uv":[14.5,4.5,12.5,6.5],"texture":"#0"},"south":{"uv":[12.5,4.5,14.5,6.5],"texture":"#0"}}},{"from":[7.9,0,12.05],"to":[10.15,3.5,12.05],"rotation":{"angle":-22.5,"axis":"z","origin":[10.15,0,13.9]},"faces":{"north":{"uv":[14.5,4.5,12.5,6.5],"rotation":270,"texture":"#0"},"south":{"uv":[14.5,4.5,16,7],"texture":"#0"}}},{"from":[12.4,0,3.75],"to":[12.4,3.15,6.9],"rotation":{"angle":22.5,"axis":"y","origin":[12.4,1,4.75]},"faces":{"east":{"uv":[8,7,10.5,9.5],"texture":"#0"},"west":{"uv":[10.5,7,8,9.5],"texture":"#0"}}},{"from":[12,-0.3,6.5],"to":[12,1.95,8.75],"rotation":{"angle":-22.5,"axis":"x","origin":[12,-0.3,6.5]},"faces":{"east":{"uv":[10.5,7,12,8.5],"texture":"#0"}}},{"from":[12.7,1.2,5.5],"to":[12.7,3.2,7.5],"rotation":{"angle":-22.5,"axis":"y","origin":[12.7,1.2,5.5]},"faces":{"east":{"uv":[12,9,13.5,10.5],"texture":"#0"},"west":{"uv":[13.5,9,12,10.5],"texture":"#0"}}},{"from":[2.8,0,4.55],"to":[2.8,2,6.55],"rotation":{"angle":-22.5,"axis":"z","origin":[2.8,0,4.55]},"faces":{"east":{"uv":[12,9,13.5,10.5],"texture":"#0"},"west":{"uv":[13.5,9,12,10.5],"texture":"#0"}}},{"from":[5.6,0,12.75],"to":[8.65,3.05,12.75],"rotation":{"angle":-22.5,"axis":"x","origin":[7.65,1,12.75]},"faces":{"north":{"uv":[10.5,7,8,9.5],"texture":"#0"},"south":{"uv":[8,7,10.5,9.5],"texture":"#0"}}},{"from":[4.4,1.05,12.7],"to":[6.4,3.05,12.7],"rotation":{"angle":-22.5,"axis":"y","origin":[6.4,1.05,12.7]},"faces":{"north":{"uv":[13.5,9,12,10.5],"texture":"#0"},"south":{"uv":[12,9,13.5,10.5],"texture":"#0"}}},{"from":[12,0,6.75],"to":[12,3,9.5],"rotation":{"angle":-22.5,"axis":"z","origin":[12,-0.05,7.25]},"faces":{"east":{"uv":[12,7,14,9],"texture":"#0"},"west":{"uv":[14,7,12,9],"texture":"#0"}}},{"from":[3.6,0,3.35],"to":[3.6,3.15,6.5],"rotation":{"angle":22.5,"axis":"y","origin":[3.6,1,5.5]},"faces":{"east":{"uv":[10.5,7,8,9.5],"texture":"#0"},"west":{"uv":[8,7,10.5,9.5],"texture":"#0"}}},{"from":[3,0,3.85],"to":[5.75,3,3.85],"rotation":{"angle":22.5,"axis":"y","origin":[3.5,-0.05,3.85]},"faces":{"north":{"uv":[12,7,14,9],"texture":"#0"},"south":{"uv":[14,7,12,9],"texture":"#0"}}},{"from":[3.6,0,12.2],"to":[6.35,3,12.2],"rotation":{"angle":-22.5,"axis":"y","origin":[4,-0.05,12.15]},"faces":{"north":{"uv":[12,7,14,9],"texture":"#0"},"south":{"uv":[14,7,12,9],"texture":"#0"}}},{"from":[11.3,0,13],"to":[13.55,2.25,13],"rotation":{"angle":45,"axis":"y","origin":[11,0,13]},"faces":{"north":{"uv":[14,7,15.5,8.5],"texture":"#0"},"south":{"uv":[14,7,15.5,8.5],"texture":"#0"}}},{"from":[12.8,0,9.5],"to":[12.8,2.25,11.75],"rotation":{"angle":0,"axis":"x","origin":[12.8,0,11.75]},"faces":{"east":{"uv":[10.5,8.5,12,10],"texture":"#0"},"west":{"uv":[12,8.5,10.5,10],"texture":"#0"}}},{"from":[3.6,0,10.05],"to":[3.6,2.25,12.3],"rotation":{"angle":22.5,"axis":"x","origin":[3.7,0,12.3]},"faces":{"east":{"uv":[10.5,8.5,12,10],"texture":"#0"},"west":{"uv":[12,8.5,10.5,10],"texture":"#0"}}},{"from":[8.8,0.55,12.6],"to":[10.3,2.05,12.6],"rotation":{"angle":-22.5,"axis":"z","origin":[8.8,0.55,10.6]},"faces":{"north":{"uv":[16,0,15,1],"texture":"#0"},"south":{"uv":[15,0,16,1],"texture":"#0"}}},{"from":[15,-6.25,5.4],"to":[15,0,9.75],"rotation":{"angle":0,"axis":"z","origin":[15,-3.5,7.575]},"faces":{"east":{"uv":[8,12,10.5,15.5],"texture":"#0"},"west":{"uv":[10.5,12,8,15.5],"texture":"#0"}}}],"display":{"head":{"rotation":[3,0,3],"translation":[-0.75,17.5,0.75],"scale":[1.875,1.875,1.875]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/reindeer_horns.json b/assets/minecraft/models/item/wynn/skin/hat/reindeer_horns.json new file mode 100644 index 000000000..10032bde7 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/reindeer_horns.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/driftwood_1","particle":"skins/driftwood_1"},"elements":[{"from":[6.81312,2.55426,7],"to":[7.81312,5.55426,9.5],"rotation":{"angle":-22.5,"axis":"z","origin":[-0.01402,6.83472,7.71158]},"faces":{"north":{"uv":[0,11,1,13.5],"texture":"#0"},"east":{"uv":[0,11,2,13.5],"texture":"#0"},"south":{"uv":[0,11,1,13.5],"texture":"#0"},"west":{"uv":[0,11,1,13.5],"texture":"#0"},"up":{"uv":[0,11,1,13.5],"texture":"#0"},"down":{"uv":[0,11,1,13.5],"texture":"#0"}}},{"from":[3.81312,2.80426,7.25],"to":[6.81312,5.30426,9.25],"rotation":{"angle":-22.5,"axis":"z","origin":[-0.01402,6.83472,7.71158]},"faces":{"north":{"uv":[1,11,4,13.5],"texture":"#0"},"east":{"uv":[1,11,3,13.5],"texture":"#0"},"south":{"uv":[1,11,4,13.5],"rotation":180,"texture":"#0"},"west":{"uv":[1,11,3,13.5],"texture":"#0"},"up":{"uv":[1,11,4,13],"rotation":180,"texture":"#0"},"down":{"uv":[1,11,4,13],"rotation":180,"texture":"#0"}}},{"from":[1.81312,3.30426,7],"to":[3.81312,5.30426,9],"rotation":{"angle":-22.5,"axis":"z","origin":[-0.01402,6.83472,7.71158]},"faces":{"north":{"uv":[4,11.5,6,13.5],"texture":"#0"},"east":{"uv":[4,11.5,6,13.5],"rotation":180,"texture":"#0"},"south":{"uv":[4,11.5,6,13.5],"rotation":180,"texture":"#0"},"west":{"uv":[5,11,7,13],"rotation":270,"texture":"#0"},"up":{"uv":[4,11.5,6,13.5],"rotation":180,"texture":"#0"},"down":{"uv":[4,11.5,6,13.5],"rotation":180,"texture":"#0"}}},{"from":[0.02509,4.52222,6.75],"to":[3.02509,6.27222,8.5],"rotation":{"angle":-45,"axis":"z","origin":[-0.01402,6.83472,7.71158]},"faces":{"north":{"uv":[5,11.5,8,13.25],"texture":"#0"},"east":{"uv":[5,11.5,6.75,13.25],"rotation":180,"texture":"#0"},"south":{"uv":[5,11.5,8,13.25],"rotation":180,"texture":"#0"},"west":{"uv":[5,11.5,6.75,13.25],"rotation":180,"texture":"#0"},"up":{"uv":[5,11.5,8,13.25],"rotation":180,"texture":"#0"},"down":{"uv":[5,11.5,8,13.25],"rotation":180,"texture":"#0"}}},{"from":[-1.98553,5.91364,6.5],"to":[-0.48553,8.91364,8],"rotation":{"angle":22.5,"axis":"z","origin":[-0.01402,6.83472,7.71158]},"faces":{"north":{"uv":[6.5,13.5,9.5,12],"rotation":270,"texture":"#0"},"east":{"uv":[6.5,12,9.5,13.5],"rotation":270,"texture":"#0"},"south":{"uv":[6.5,13.5,9.5,12],"rotation":270,"texture":"#0"},"west":{"uv":[6.5,12,9.5,13.5],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,11.5,10,13],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,12,8,13.5],"rotation":270,"texture":"#0"}}},{"from":[-2.50602,8.02593,6.375],"to":[-1.25602,11.77593,7.625],"rotation":{"angle":0,"axis":"z","origin":[-0.01402,6.83472,7.71158]},"faces":{"north":{"uv":[8.5,11.5,12.5,13],"rotation":270,"texture":"#0"},"east":{"uv":[8.5,11.5,12.5,13],"rotation":270,"texture":"#0"},"south":{"uv":[8.5,11.5,12.5,13],"rotation":270,"texture":"#0"},"west":{"uv":[8.5,11.5,12.5,13],"rotation":270,"texture":"#0"},"up":{"uv":[11,11.5,12.5,13],"rotation":270,"texture":"#0"},"down":{"uv":[8.5,11.5,10,13],"rotation":270,"texture":"#0"}}},{"from":[-4.00725,10.44615,6.225],"to":[-3.00725,13.44615,7.225],"rotation":{"angle":-22.5,"axis":"z","origin":[-0.01402,6.83472,7.71158]},"faces":{"north":{"uv":[11.5,12,14.5,13],"rotation":270,"texture":"#0"},"east":{"uv":[11.5,12,14.5,13],"rotation":270,"texture":"#0"},"south":{"uv":[11.5,12,14.5,13],"rotation":270,"texture":"#0"},"west":{"uv":[11.5,12,14.5,13],"rotation":270,"texture":"#0"},"up":{"uv":[13.5,12,14.5,13],"rotation":270,"texture":"#0"},"down":{"uv":[11.5,12,12.5,13],"rotation":270,"texture":"#0"}}},{"from":[-6.06737,11.46156,6.35],"to":[-5.31737,14.21156,7.1],"rotation":{"angle":-45,"axis":"z","origin":[-0.01402,6.83472,7.71158]},"faces":{"north":{"uv":[13,12.5,16,13.5],"rotation":270,"texture":"#0"},"east":{"uv":[13,12.5,16,13.5],"rotation":270,"texture":"#0"},"south":{"uv":[13,12.5,16,13.5],"rotation":270,"texture":"#0"},"west":{"uv":[13,12.5,16,13.5],"rotation":270,"texture":"#0"},"up":{"uv":[13,12.5,14,13.5],"rotation":270,"texture":"#0"},"down":{"uv":[13,12.5,14,13.5],"rotation":270,"texture":"#0"}}},{"from":[-3.56529,7.53816,6.35],"to":[-2.81529,10.28816,7.1],"rotation":{"angle":-45,"axis":"z","origin":[-0.01402,6.83472,7.71158]},"faces":{"north":{"uv":[10.5,12,13.5,13],"rotation":270,"texture":"#0"},"east":{"uv":[10.5,13,13.5,12],"rotation":270,"texture":"#0"},"south":{"uv":[10.5,12,13.5,13],"rotation":270,"texture":"#0"},"west":{"uv":[13.5,12,10.5,13],"rotation":90,"texture":"#0"},"up":{"uv":[13,11.5,14,12.5],"rotation":180,"texture":"#0"},"down":{"uv":[10.5,12,11.5,13],"rotation":270,"texture":"#0"}}},{"from":[-1.5843,9.2896,6.35],"to":[-0.8343,12.0396,7.1],"rotation":{"angle":22.5,"axis":"z","origin":[-0.01402,6.83472,7.71158]},"faces":{"north":{"uv":[9.5,11,12.5,12],"rotation":270,"texture":"#0"},"east":{"uv":[9.5,11,12.5,12],"rotation":270,"texture":"#0"},"south":{"uv":[9.5,11,12.5,12],"rotation":270,"texture":"#0"},"west":{"uv":[9.5,11,12.5,12],"rotation":270,"texture":"#0"},"up":{"uv":[9.5,11,10.5,12],"rotation":270,"texture":"#0"},"down":{"uv":[9.5,11,10.5,12],"rotation":270,"texture":"#0"}}},{"from":[-2.17358,4.73127,7.15],"to":[-0.17358,6.23127,8.65],"rotation":{"angle":-22.5,"axis":"z","origin":[-0.01402,6.83472,7.71158]},"faces":{"north":{"uv":[6.5,12,8.5,13.5],"texture":"#0"},"east":{"uv":[6.5,12,8,13.5],"rotation":180,"texture":"#0"},"south":{"uv":[6.5,12,8.5,13.5],"rotation":180,"texture":"#0"},"west":{"uv":[7.5,12,9,13.5],"texture":"#0"},"up":{"uv":[6.5,12,8.5,13.5],"rotation":180,"texture":"#0"},"down":{"uv":[6.5,12,8.5,13.5],"rotation":180,"texture":"#0"}}},{"from":[-2.65878,8.04994,7.475],"to":[-1.40878,10.79994,8.725],"rotation":{"angle":45,"axis":"z","origin":[-0.01402,6.83472,7.71158]},"faces":{"north":{"uv":[6.5,12,9.5,13.5],"rotation":270,"texture":"#0"},"east":{"uv":[6.5,12,9.5,13.5],"rotation":270,"texture":"#0"},"south":{"uv":[6.5,12,9.5,13.5],"rotation":270,"texture":"#0"},"west":{"uv":[6.5,12,9.5,13.5],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,11.5,10,13],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,12,8,13.5],"rotation":270,"texture":"#0"}}},{"from":[-3.77489,9.486,7.825],"to":[-2.77489,12.486,8.825],"rotation":{"angle":22.5,"axis":"z","origin":[-0.01402,6.83472,7.71158]},"faces":{"north":{"uv":[9.5,12.5,12.5,13.5],"rotation":270,"texture":"#0"},"east":{"uv":[9.5,12.5,12.5,13.5],"rotation":270,"texture":"#0"},"south":{"uv":[9.5,12.5,12.5,13.5],"rotation":270,"texture":"#0"},"west":{"uv":[9.5,12.5,12.5,13.5],"rotation":270,"texture":"#0"},"up":{"uv":[9.5,12.5,10.5,13.5],"rotation":270,"texture":"#0"},"down":{"uv":[9.5,12.5,10.5,13.5],"rotation":270,"texture":"#0"}}},{"from":[-2.82499,1.34391,7.525],"to":[0.17501,2.34391,8.525],"rotation":{"angle":22.5,"axis":"z","origin":[-0.01402,6.83472,7.71158]},"faces":{"north":{"uv":[5.5,12,8.5,13],"texture":"#0"},"east":{"uv":[5.5,12,6.5,13],"rotation":180,"texture":"#0"},"south":{"uv":[5.5,12,8.5,13],"rotation":180,"texture":"#0"},"west":{"uv":[6.5,12,7.5,13],"rotation":180,"texture":"#0"},"up":{"uv":[5.5,12,8.5,13],"rotation":180,"texture":"#0"},"down":{"uv":[5.5,12,8.5,13],"rotation":180,"texture":"#0"}}},{"from":[1.90378,4.43573,7.675],"to":[3.15378,7.18573,8.925],"rotation":{"angle":0,"axis":"z","origin":[-0.01402,6.83472,7.71158]},"faces":{"north":{"uv":[5,12,8,13.5],"rotation":270,"texture":"#0"},"east":{"uv":[5,13.5,8,12],"rotation":270,"texture":"#0"},"south":{"uv":[5,12,8,13.5],"rotation":270,"texture":"#0"},"west":{"uv":[5,12,8,13.5],"rotation":270,"texture":"#0"},"up":{"uv":[6.5,12,8,13.5],"rotation":270,"texture":"#0"},"down":{"uv":[5,12,6.5,13.5],"rotation":270,"texture":"#0"}}},{"from":[0.71469,1.90917,7.35],"to":[2.21469,3.90917,8.85],"rotation":{"angle":22.5,"axis":"z","origin":[-0.01402,6.83472,7.71158]},"faces":{"north":{"uv":[4,11.5,6,13],"rotation":270,"texture":"#0"},"east":{"uv":[4,11.5,6,13],"rotation":270,"texture":"#0"},"south":{"uv":[4,11.5,6,13],"rotation":270,"texture":"#0"},"west":{"uv":[4,11.5,6,13],"rotation":270,"texture":"#0"},"up":{"uv":[5,11.5,6.5,13],"rotation":270,"texture":"#0"},"down":{"uv":[4,11.5,5.5,13],"rotation":270,"texture":"#0"}}},{"from":[1.82347,7.89292,8.025],"to":[2.82347,10.89292,9.025],"rotation":{"angle":-22.5,"axis":"z","origin":[-0.01402,6.83472,7.71158]},"faces":{"north":{"uv":[6.5,12,9.5,13],"rotation":270,"texture":"#0"},"east":{"uv":[6.5,12,9.5,13],"rotation":270,"texture":"#0"},"south":{"uv":[6.5,12,9.5,13],"rotation":270,"texture":"#0"},"west":{"uv":[6.5,12,9.5,13],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,12,9.5,13],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,12,7.5,13],"rotation":270,"texture":"#0"}}},{"from":[-3.25639,4.04798,6.78032],"to":[-0.25639,5.04798,7.78032],"rotation":{"angle":-22.5,"axis":"y","origin":[-0.01402,6.83472,7.71158]},"faces":{"north":{"uv":[6.5,11.5,9.5,12.5],"texture":"#0"},"east":{"uv":[6.5,11.5,7.5,12.5],"rotation":180,"texture":"#0"},"south":{"uv":[6.5,11.5,9.5,12.5],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,11.5,9.5,12.5],"rotation":180,"texture":"#0"},"up":{"uv":[6.5,11.5,9.5,12.5],"rotation":180,"texture":"#0"},"down":{"uv":[6.5,11.5,9.5,12.5],"rotation":180,"texture":"#0"}}},{"from":[-4.20136,5.42212,6.64174],"to":[-1.20136,6.42212,7.64174],"rotation":{"angle":45,"axis":"y","origin":[-0.01402,6.83472,7.71158]},"faces":{"north":{"uv":[6.5,12.5,9.5,13.5],"texture":"#0"},"east":{"uv":[6.5,12.5,7.5,13.5],"rotation":180,"texture":"#0"},"south":{"uv":[6.5,12.5,9.5,13.5],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,12,9.5,13],"rotation":180,"texture":"#0"},"up":{"uv":[6.5,12.5,9.5,13.5],"rotation":180,"texture":"#0"},"down":{"uv":[6.5,12.5,9.5,13.5],"rotation":180,"texture":"#0"}}},{"from":[8.18688,2.55426,7],"to":[9.18688,5.55426,9.5],"rotation":{"angle":22.5,"axis":"z","origin":[16.01402,6.83472,7.71158]},"faces":{"north":{"uv":[1,11,0,13.5],"texture":"#0"},"east":{"uv":[1,11,0,13.5],"texture":"#0"},"south":{"uv":[1,11,0,13.5],"texture":"#0"},"west":{"uv":[2,11,0,13.5],"texture":"#0"},"up":{"uv":[1,11,0,13.5],"texture":"#0"},"down":{"uv":[1,11,0,13.5],"texture":"#0"}}},{"from":[9.18688,2.80426,7.25],"to":[12.18688,5.30426,9.25],"rotation":{"angle":22.5,"axis":"z","origin":[16.01402,6.83472,7.71158]},"faces":{"north":{"uv":[4,11,1,13.5],"texture":"#0"},"east":{"uv":[3,11,1,13.5],"texture":"#0"},"south":{"uv":[4,11,1,13.5],"rotation":180,"texture":"#0"},"west":{"uv":[3,11,1,13.5],"texture":"#0"},"up":{"uv":[4,11,1,13],"rotation":180,"texture":"#0"},"down":{"uv":[4,11,1,13],"rotation":180,"texture":"#0"}}},{"from":[12.18688,3.30426,7],"to":[14.18688,5.30426,9],"rotation":{"angle":22.5,"axis":"z","origin":[16.01402,6.83472,7.71158]},"faces":{"north":{"uv":[6,11.5,4,13.5],"texture":"#0"},"east":{"uv":[5,13,7,11],"rotation":270,"texture":"#0"},"south":{"uv":[6,11.5,4,13.5],"rotation":180,"texture":"#0"},"west":{"uv":[6,11.5,4,13.5],"rotation":180,"texture":"#0"},"up":{"uv":[6,11.5,4,13.5],"rotation":180,"texture":"#0"},"down":{"uv":[6,11.5,4,13.5],"rotation":180,"texture":"#0"}}},{"from":[12.97491,4.52222,6.75],"to":[15.97491,6.27222,8.5],"rotation":{"angle":45,"axis":"z","origin":[16.01402,6.83472,7.71158]},"faces":{"north":{"uv":[8,11.5,5,13.25],"texture":"#0"},"east":{"uv":[6.75,11.5,5,13.25],"rotation":180,"texture":"#0"},"south":{"uv":[8,11.5,5,13.25],"rotation":180,"texture":"#0"},"west":{"uv":[6.75,11.5,5,13.25],"rotation":180,"texture":"#0"},"up":{"uv":[8,11.5,5,13.25],"rotation":180,"texture":"#0"},"down":{"uv":[8,11.5,5,13.25],"rotation":180,"texture":"#0"}}},{"from":[16.48553,5.91364,6.5],"to":[17.98553,8.91364,8],"rotation":{"angle":-22.5,"axis":"z","origin":[16.01402,6.83472,7.71158]},"faces":{"north":{"uv":[6.5,12,9.5,13.5],"rotation":270,"texture":"#0"},"east":{"uv":[6.5,13.5,9.5,12],"rotation":270,"texture":"#0"},"south":{"uv":[6.5,12,9.5,13.5],"rotation":270,"texture":"#0"},"west":{"uv":[6.5,13.5,9.5,12],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,13,10,11.5],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,13.5,8,12],"rotation":270,"texture":"#0"}}},{"from":[17.25602,8.02593,6.375],"to":[18.50602,11.77593,7.625],"rotation":{"angle":0,"axis":"z","origin":[16.01402,6.83472,7.71158]},"faces":{"north":{"uv":[8.5,13,12.5,11.5],"rotation":270,"texture":"#0"},"east":{"uv":[8.5,13,12.5,11.5],"rotation":270,"texture":"#0"},"south":{"uv":[8.5,13,12.5,11.5],"rotation":270,"texture":"#0"},"west":{"uv":[8.5,13,12.5,11.5],"rotation":270,"texture":"#0"},"up":{"uv":[11,13,12.5,11.5],"rotation":270,"texture":"#0"},"down":{"uv":[8.5,13,10,11.5],"rotation":270,"texture":"#0"}}},{"from":[19.00725,10.44615,6.225],"to":[20.00725,13.44615,7.225],"rotation":{"angle":22.5,"axis":"z","origin":[16.01402,6.83472,7.71158]},"faces":{"north":{"uv":[11.5,13,14.5,12],"rotation":270,"texture":"#0"},"east":{"uv":[11.5,13,14.5,12],"rotation":270,"texture":"#0"},"south":{"uv":[11.5,13,14.5,12],"rotation":270,"texture":"#0"},"west":{"uv":[11.5,13,14.5,12],"rotation":270,"texture":"#0"},"up":{"uv":[13.5,13,14.5,12],"rotation":270,"texture":"#0"},"down":{"uv":[11.5,13,12.5,12],"rotation":270,"texture":"#0"}}},{"from":[18.77489,9.486,7.825],"to":[19.77489,12.486,8.825],"rotation":{"angle":-22.5,"axis":"z","origin":[16.01402,6.83472,7.71158]},"faces":{"north":{"uv":[9.5,13.5,12.5,12.5],"rotation":270,"texture":"#0"},"east":{"uv":[9.5,13.5,12.5,12.5],"rotation":270,"texture":"#0"},"south":{"uv":[9.5,13.5,12.5,12.5],"rotation":270,"texture":"#0"},"west":{"uv":[9.5,13.5,12.5,12.5],"rotation":270,"texture":"#0"},"up":{"uv":[9.5,13.5,10.5,12.5],"rotation":270,"texture":"#0"},"down":{"uv":[9.5,13.5,10.5,12.5],"rotation":270,"texture":"#0"}}},{"from":[17.40878,8.04994,7.475],"to":[18.65878,10.79994,8.725],"rotation":{"angle":-45,"axis":"z","origin":[16.01402,6.83472,7.71158]},"faces":{"north":{"uv":[6.5,13.5,9.5,12],"rotation":270,"texture":"#0"},"east":{"uv":[6.5,13.5,9.5,12],"rotation":270,"texture":"#0"},"south":{"uv":[6.5,13.5,9.5,12],"rotation":270,"texture":"#0"},"west":{"uv":[6.5,13.5,9.5,12],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,13,10,11.5],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,13.5,8,12],"rotation":270,"texture":"#0"}}},{"from":[16.17358,4.73127,7.15],"to":[18.17358,6.23127,8.65],"rotation":{"angle":22.5,"axis":"z","origin":[16.01402,6.83472,7.71158]},"faces":{"north":{"uv":[8.5,12,6.5,13.5],"texture":"#0"},"east":{"uv":[9,12,7.5,13.5],"texture":"#0"},"south":{"uv":[8.5,12,6.5,13.5],"rotation":180,"texture":"#0"},"west":{"uv":[8,12,6.5,13.5],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,12,6.5,13.5],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,12,6.5,13.5],"rotation":180,"texture":"#0"}}},{"from":[17.20136,5.42212,6.64174],"to":[20.20136,6.42212,7.64174],"rotation":{"angle":-45,"axis":"y","origin":[16.01402,6.83472,7.71158]},"faces":{"north":{"uv":[9.5,12.5,6.5,13.5],"texture":"#0"},"east":{"uv":[9.5,12,8.5,13],"rotation":180,"texture":"#0"},"south":{"uv":[9.5,12.5,6.5,13.5],"rotation":180,"texture":"#0"},"west":{"uv":[7.5,12.5,6.5,13.5],"rotation":180,"texture":"#0"},"up":{"uv":[9.5,12.5,6.5,13.5],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,12.5,6.5,13.5],"rotation":180,"texture":"#0"}}},{"from":[16.25639,4.04798,6.78032],"to":[19.25639,5.04798,7.78032],"rotation":{"angle":22.5,"axis":"y","origin":[16.01402,6.83472,7.71158]},"faces":{"north":{"uv":[9.5,11.5,6.5,12.5],"texture":"#0"},"east":{"uv":[9.5,11.5,8.5,12.5],"rotation":180,"texture":"#0"},"south":{"uv":[9.5,11.5,6.5,12.5],"rotation":180,"texture":"#0"},"west":{"uv":[7.5,11.5,6.5,12.5],"rotation":180,"texture":"#0"},"up":{"uv":[9.5,11.5,6.5,12.5],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,11.5,6.5,12.5],"rotation":180,"texture":"#0"}}},{"from":[18.81529,7.53816,6.35],"to":[19.56529,10.28816,7.1],"rotation":{"angle":45,"axis":"z","origin":[16.01402,6.83472,7.71158]},"faces":{"north":{"uv":[10.5,13,13.5,12],"rotation":270,"texture":"#0"},"east":{"uv":[13.5,13,10.5,12],"rotation":90,"texture":"#0"},"south":{"uv":[10.5,13,13.5,12],"rotation":270,"texture":"#0"},"west":{"uv":[10.5,12,13.5,13],"rotation":270,"texture":"#0"},"up":{"uv":[14,11.5,13,12.5],"rotation":180,"texture":"#0"},"down":{"uv":[10.5,13,11.5,12],"rotation":270,"texture":"#0"}}},{"from":[16.8343,9.2896,6.35],"to":[17.5843,12.0396,7.1],"rotation":{"angle":-22.5,"axis":"z","origin":[16.01402,6.83472,7.71158]},"faces":{"north":{"uv":[9.5,12,12.5,11],"rotation":270,"texture":"#0"},"east":{"uv":[9.5,12,12.5,11],"rotation":270,"texture":"#0"},"south":{"uv":[9.5,12,12.5,11],"rotation":270,"texture":"#0"},"west":{"uv":[9.5,12,12.5,11],"rotation":270,"texture":"#0"},"up":{"uv":[9.5,12,10.5,11],"rotation":270,"texture":"#0"},"down":{"uv":[9.5,12,10.5,11],"rotation":270,"texture":"#0"}}},{"from":[21.31737,11.46156,6.35],"to":[22.06737,14.21156,7.1],"rotation":{"angle":45,"axis":"z","origin":[16.01402,6.83472,7.71158]},"faces":{"north":{"uv":[13,13.5,16,12.5],"rotation":270,"texture":"#0"},"east":{"uv":[13,13.5,16,12.5],"rotation":270,"texture":"#0"},"south":{"uv":[13,13.5,16,12.5],"rotation":270,"texture":"#0"},"west":{"uv":[13,13.5,16,12.5],"rotation":270,"texture":"#0"},"up":{"uv":[13,13.5,14,12.5],"rotation":270,"texture":"#0"},"down":{"uv":[13,13.5,14,12.5],"rotation":270,"texture":"#0"}}},{"from":[13.17653,7.89292,8.025],"to":[14.17653,10.89292,9.025],"rotation":{"angle":22.5,"axis":"z","origin":[16.01402,6.83472,7.71158]},"faces":{"north":{"uv":[6.5,13,9.5,12],"rotation":270,"texture":"#0"},"east":{"uv":[6.5,13,9.5,12],"rotation":270,"texture":"#0"},"south":{"uv":[6.5,13,9.5,12],"rotation":270,"texture":"#0"},"west":{"uv":[6.5,13,9.5,12],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,13,9.5,12],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,13,7.5,12],"rotation":270,"texture":"#0"}}},{"from":[13.78531,1.90917,7.35],"to":[15.28531,3.90917,8.85],"rotation":{"angle":-22.5,"axis":"z","origin":[16.01402,6.83472,7.71158]},"faces":{"north":{"uv":[4,13,6,11.5],"rotation":270,"texture":"#0"},"east":{"uv":[4,13,6,11.5],"rotation":270,"texture":"#0"},"south":{"uv":[4,13,6,11.5],"rotation":270,"texture":"#0"},"west":{"uv":[4,13,6,11.5],"rotation":270,"texture":"#0"},"up":{"uv":[5,13,6.5,11.5],"rotation":270,"texture":"#0"},"down":{"uv":[4,13,5.5,11.5],"rotation":270,"texture":"#0"}}},{"from":[12.84622,4.43573,7.675],"to":[14.09622,7.18573,8.925],"rotation":{"angle":0,"axis":"z","origin":[16.01402,6.83472,7.71158]},"faces":{"north":{"uv":[5,13.5,8,12],"rotation":270,"texture":"#0"},"east":{"uv":[5,13.5,8,12],"rotation":270,"texture":"#0"},"south":{"uv":[5,13.5,8,12],"rotation":270,"texture":"#0"},"west":{"uv":[5,12,8,13.5],"rotation":270,"texture":"#0"},"up":{"uv":[6.5,13.5,8,12],"rotation":270,"texture":"#0"},"down":{"uv":[5,13.5,6.5,12],"rotation":270,"texture":"#0"}}},{"from":[15.82499,1.34391,7.525],"to":[18.82499,2.34391,8.525],"rotation":{"angle":-22.5,"axis":"z","origin":[16.01402,6.83472,7.71158]},"faces":{"north":{"uv":[8.5,12,5.5,13],"texture":"#0"},"east":{"uv":[7.5,12,6.5,13],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,12,5.5,13],"rotation":180,"texture":"#0"},"west":{"uv":[6.5,12,5.5,13],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,12,5.5,13],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,12,5.5,13],"rotation":180,"texture":"#0"}}}],"display":{"head":{"rotation":[25,0,0],"translation":[0,10,1],"scale":[1.4,1.4,1.4]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/rose_hat.json b/assets/minecraft/models/item/wynn/skin/hat/rose_hat.json new file mode 100644 index 000000000..0b54e32be --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/rose_hat.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/rose_hat","particle":"skins/rose_hat"},"elements":[{"from":[3,0.2,3],"to":[13,6.2,13],"faces":{"north":{"uv":[5.5,2.5,8,4],"texture":"#0"},"east":{"uv":[5.5,2.5,8,4],"texture":"#0"},"south":{"uv":[5.5,2.5,8,4],"texture":"#0"},"west":{"uv":[5.5,2.5,8,4],"texture":"#0"},"up":{"uv":[5.5,0,8,2.5],"texture":"#0"}}},{"from":[2.8,0,2.8],"to":[13.2,6.4,13.2],"faces":{"north":{"uv":[8,0,10.5,1.5],"texture":"#0"},"east":{"uv":[8,0,10.5,1.5],"texture":"#0"},"south":{"uv":[8,0,10.5,1.5],"texture":"#0"},"west":{"uv":[8,0,10.5,1.5],"texture":"#0"}}},{"from":[-3,0,-3],"to":[19,0,19],"faces":{"north":{"uv":[0,0,5.5,0],"texture":"#0"},"east":{"uv":[0,0,5.5,0],"texture":"#0"},"south":{"uv":[0,0,5.5,0],"texture":"#0"},"west":{"uv":[0,0,5.5,0],"texture":"#0"},"up":{"uv":[0,0,5.5,5.5],"rotation":270,"texture":"#0"},"down":{"uv":[0,5.5,5.5,11],"rotation":90,"texture":"#0"}}},{"from":[3,2.2,3],"to":[13,8.2,3],"rotation":{"angle":22.5,"axis":"x","origin":[8,6.2,3]},"faces":{"north":{"uv":[5.5,4,8,5.5],"texture":"#0"},"south":{"uv":[8,4,5.5,5.5],"texture":"#0"}}}],"display":{"head":{"rotation":[10,0,0],"translation":[0,14,2],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/safari_hat.json b/assets/minecraft/models/item/wynn/skin/hat/safari_hat.json new file mode 100644 index 000000000..c3ed8dc67 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/safari_hat.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/safari_hat","particle":"skins/safari_hat"},"elements":[{"from":[3,0,3],"to":[13,6,13],"rotation":{"angle":0,"axis":"y","origin":[2,0,2]},"faces":{"north":{"uv":[0,13,5,16],"texture":"#0"},"east":{"uv":[0,13,5,16],"texture":"#0"},"south":{"uv":[0,13,5,16],"texture":"#0"},"west":{"uv":[0,13,5,16],"texture":"#0"},"up":{"uv":[10,10,15,15],"texture":"#0"}}},{"from":[2.8,-0.2,2.8],"to":[13.2,6.2,13.2],"rotation":{"angle":0,"axis":"y","origin":[2,0.2,2]},"faces":{"north":{"uv":[5,10,10,13],"texture":"#0"},"east":{"uv":[0,10,5,13],"texture":"#0"},"south":{"uv":[0,10,5,13],"texture":"#0"},"west":{"uv":[0,10,5,13],"texture":"#0"}}},{"from":[1,0,-2],"to":[15,0,18],"rotation":{"angle":0,"axis":"z","origin":[-4,0,8]},"faces":{"up":{"uv":[7,0,14,10],"texture":"#0"},"down":{"uv":[0,0,7,10],"texture":"#0"}}},{"from":[-2,0,-2],"to":[1,0,18],"rotation":{"angle":-22.5,"axis":"z","origin":[1,0,8]},"faces":{"up":{"uv":[15.5,0,14,10],"texture":"#0"},"down":{"uv":[15.5,0,14,10],"texture":"#0"}}},{"from":[15,0,-2],"to":[18,0,18],"rotation":{"angle":22.5,"axis":"z","origin":[15,0,8]},"faces":{"up":{"uv":[14,10,15.5,0],"texture":"#0"},"down":{"uv":[14,10,15.5,0],"texture":"#0"}}},{"from":[7,6,7],"to":[9,7,9],"rotation":{"angle":0,"axis":"y","origin":[7,6,7]},"faces":{"north":{"uv":[5,15.5,6,16],"texture":"#0"},"east":{"uv":[5,15.5,6,16],"texture":"#0"},"south":{"uv":[5,15.5,6,16],"texture":"#0"},"west":{"uv":[5,15.5,6,16],"texture":"#0"},"up":{"uv":[5,14.5,6,15.5],"texture":"#0"}}}],"display":{"head":{"rotation":[5,0,-5],"translation":[1,13,1],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/santa_hat.json b/assets/minecraft/models/item/wynn/skin/hat/santa_hat.json new file mode 100644 index 000000000..e226bf772 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/santa_hat.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/santa_hat","particle":"skins/santa_hat"},"elements":[{"from":[3,0,3],"to":[13,4,13],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[0,5,5,7],"texture":"#0"},"east":{"uv":[0,5,5,7],"texture":"#0"},"south":{"uv":[0,5,5,7],"texture":"#0"},"west":{"uv":[0,5,5,7],"texture":"#0"},"up":{"uv":[0,0,5,5],"texture":"#0"},"down":{"uv":[0,0,0.5,0.5],"texture":"#0"}}},{"from":[2.5,-0.5,2.5],"to":[13.5,4.5,13.5],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[5,5,10,7],"texture":"#0"},"east":{"uv":[5,5,10,7],"texture":"#0"},"south":{"uv":[5,5,10,7],"texture":"#0"},"west":{"uv":[5,5,10,7],"texture":"#0"},"down":{"uv":[5,0,10,5],"texture":"#0"}}},{"from":[0,4,5.5],"to":[11,8,10.5],"rotation":{"angle":22.5,"axis":"z","origin":[11,4,8]},"faces":{"north":{"uv":[10,2.5,15.5,4.5],"texture":"#0"},"east":{"uv":[10,4.5,12.5,6.5],"texture":"#0"},"south":{"uv":[15.5,2.5,10,4.5],"texture":"#0"},"west":{"uv":[10,4.5,12.5,6.5],"texture":"#0"},"up":{"uv":[10,0,15.5,2.5],"texture":"#0"},"down":{"uv":[0,0,5.5,2.5],"texture":"#0"}}},{"from":[-1,-2,6.5],"to":[2,1,9.5],"rotation":{"angle":-22.5,"axis":"z","origin":[0,0,8]},"faces":{"north":{"uv":[5,7,6.5,8.5],"texture":"#0"},"east":{"uv":[5,7,6.5,8.5],"texture":"#0"},"south":{"uv":[5,7,6.5,8.5],"texture":"#0"},"west":{"uv":[5,7,6.5,8.5],"texture":"#0"},"up":{"uv":[5,7,6.5,8.5],"texture":"#0"},"down":{"uv":[5,7,6.5,8.5],"texture":"#0"}}}],"display":{"head":{"rotation":[5,0,5],"translation":[-1,15,1],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/scifi_earpiece.json b/assets/minecraft/models/item/wynn/skin/hat/scifi_earpiece.json new file mode 100644 index 000000000..cb93ac16d --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/scifi_earpiece.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/stone","1":"skins/scifi_anim","particle":"skins/stone"},"elements":[{"from":[11.70426,4.03104,3.58956],"to":[12.28226,5.00904,4.16756],"rotation":{"angle":-45,"axis":"x","origin":[11.99629,4.61664,7.65172]},"faces":{"north":{"uv":[13,8,14,7.5],"rotation":90,"texture":"#0"},"east":{"uv":[13,8,14,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[13,8,14,7.5],"rotation":90,"texture":"#0"},"west":{"uv":[13,8,14,7.5],"rotation":90,"texture":"#0"},"up":{"uv":[14,7.5,13.5,8],"rotation":180,"texture":"#0"},"down":{"uv":[14,7.5,13,8],"texture":"#0"}}},{"from":[11.70426,7.60826,6.76678],"to":[12.28226,8.18626,7.74478],"rotation":{"angle":-45,"axis":"x","origin":[11.99629,4.61664,7.65172]},"faces":{"north":{"uv":[13.5,7.5,14,8],"rotation":180,"texture":"#0"},"east":{"uv":[13,7.5,14,8],"rotation":180,"texture":"#0"},"south":{"uv":[13,7.5,14,8],"rotation":180,"texture":"#0"},"west":{"uv":[13,7.5,14,8],"texture":"#0"},"up":{"uv":[14,8,13,7.5],"rotation":270,"texture":"#0"},"down":{"uv":[14,8,13,7.5],"rotation":90,"texture":"#0"}}},{"from":[11.44843,6.25686,10.06101],"to":[12.54843,6.85686,11.56101],"rotation":{"angle":-45,"axis":"x","origin":[11.99629,4.61664,7.65172]},"faces":{"north":{"uv":[14,9.5,15.5,10],"texture":"#0"},"east":{"uv":[14,9.5,15.5,10],"texture":"#0"},"south":{"uv":[14,9.5,15.5,10],"texture":"#0"},"west":{"uv":[14,9.5,15.5,10],"rotation":180,"texture":"#0"},"up":{"uv":[15.5,10,14,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[15.5,10,14,9.5],"rotation":270,"texture":"#0"}}},{"from":[11.44843,1.06153,8.12662],"to":[12.54843,2.56153,8.72662],"rotation":{"angle":-22.5,"axis":"x","origin":[11.99629,4.61664,7.65172]},"faces":{"north":{"uv":[14,10,15.5,9.5],"rotation":270,"texture":"#0"},"east":{"uv":[14,10,15.5,9.5],"rotation":270,"texture":"#0"},"south":{"uv":[14,10,15.5,9.5],"rotation":270,"texture":"#0"},"west":{"uv":[14,10,15.5,9.5],"rotation":270,"texture":"#0"},"up":{"uv":[15.5,9.5,14,10],"texture":"#0"},"down":{"uv":[15.5,9.5,14,10],"rotation":180,"texture":"#0"}}},{"from":[11.44843,6.02821,8.39318],"to":[12.54843,7.52821,8.99318],"rotation":{"angle":22.5,"axis":"x","origin":[11.99629,4.61664,7.65172]},"faces":{"north":{"uv":[14,9.5,15.5,10],"rotation":90,"texture":"#0"},"east":{"uv":[14,9.5,15.5,10],"rotation":90,"texture":"#0"},"south":{"uv":[14,9.5,15.5,10],"rotation":90,"texture":"#0"},"west":{"uv":[14,9.5,15.5,10],"rotation":90,"texture":"#0"},"up":{"uv":[15.5,10,14,9.5],"rotation":180,"texture":"#0"},"down":{"uv":[15.5,10,14,9.5],"texture":"#0"}}},{"from":[11.49843,0.56016,7.01895],"to":[12.49843,1.16016,8.51895],"rotation":{"angle":0,"axis":"x","origin":[11.99629,4.61664,7.65172]},"faces":{"north":{"uv":[15,10,13.5,9.5],"rotation":90,"texture":"#0"},"east":{"uv":[15,10,13.5,9.5],"texture":"#0"},"south":{"uv":[15,10,13.5,9.5],"rotation":270,"texture":"#0"},"west":{"uv":[15,10,13.5,9.5],"rotation":180,"texture":"#0"},"up":{"uv":[13.5,9.5,15,10],"rotation":90,"texture":"#0"},"down":{"uv":[13.5,9.5,15,10],"rotation":270,"texture":"#0"}}},{"from":[11.49843,7.37656,7.01895],"to":[12.49843,7.97656,8.51895],"rotation":{"angle":0,"axis":"x","origin":[11.99629,4.61664,7.65172]},"faces":{"north":{"uv":[13.5,10,15,9.5],"rotation":90,"texture":"#0"},"east":{"uv":[15,9.5,13.5,10],"texture":"#0"},"south":{"uv":[13.5,10,15,9.5],"rotation":270,"texture":"#0"},"west":{"uv":[15,9.5,13.5,10],"rotation":180,"texture":"#0"},"up":{"uv":[13.5,10,15,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[13.5,10,15,9.5],"rotation":270,"texture":"#0"}}},{"from":[11.3482,0.88998,6.23762],"to":[12.6482,2.38998,6.83762],"rotation":{"angle":-22.5,"axis":"x","origin":[11.99629,4.61664,7.65172]},"faces":{"north":{"uv":[16,10.5,14.5,10],"rotation":90,"texture":"#0"},"east":{"uv":[16,10.5,14.5,10],"rotation":90,"texture":"#0"},"south":{"uv":[16,10.5,14.5,10],"rotation":90,"texture":"#0"},"west":{"uv":[16,10.5,14.5,10],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,10,16,10.5],"rotation":180,"texture":"#0"},"down":{"uv":[14.5,10,16,10.5],"texture":"#0"}}},{"from":[11.3482,6.19977,6.50418],"to":[12.6482,7.69977,7.10418],"rotation":{"angle":22.5,"axis":"x","origin":[11.99629,4.61664,7.65172]},"faces":{"north":{"uv":[16,10,14.5,10.5],"rotation":270,"texture":"#0"},"east":{"uv":[16,10,14.5,10.5],"rotation":270,"texture":"#0"},"south":{"uv":[16,10,14.5,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[16,10,14.5,10.5],"rotation":270,"texture":"#0"},"up":{"uv":[14.5,10.5,16,10],"texture":"#0"},"down":{"uv":[14.5,10.5,16,10],"rotation":180,"texture":"#0"}}},{"from":[11.5982,0.53723,6.90066],"to":[12.3982,1.13723,8.40066],"rotation":{"angle":-22.5,"axis":"x","origin":[11.99629,4.61664,7.65172]},"faces":{"north":{"uv":[15.5,9,14,9.5],"rotation":270,"texture":"#0"},"east":{"uv":[15.5,9,14,9.5],"rotation":180,"texture":"#0"},"south":{"uv":[15.5,9,14,9.5],"rotation":90,"texture":"#0"},"west":{"uv":[15.5,9,14,9.5],"texture":"#0"},"up":{"uv":[14,9.5,15.5,9],"rotation":270,"texture":"#0"},"down":{"uv":[14,9.5,15.5,9],"rotation":90,"texture":"#0"}}},{"from":[11.5982,7.45252,7.16721],"to":[12.3982,8.05252,8.66721],"rotation":{"angle":22.5,"axis":"x","origin":[11.99629,4.61664,7.65172]},"faces":{"north":{"uv":[15.5,9.5,14,9],"rotation":90,"texture":"#0"},"east":{"uv":[14,9,15.5,9.5],"texture":"#0"},"south":{"uv":[15.5,9.5,14,9],"rotation":270,"texture":"#0"},"west":{"uv":[14,9,15.5,9.5],"rotation":180,"texture":"#0"},"up":{"uv":[15.5,9.5,14,9],"rotation":90,"texture":"#0"},"down":{"uv":[15.5,9.5,14,9],"rotation":270,"texture":"#0"}}},{"from":[11.55381,-0.26109,6.76318],"to":[12.44381,1.22891,7.35318],"rotation":{"angle":-45,"axis":"x","origin":[11.99629,4.61664,7.65172]},"faces":{"north":{"uv":[14.5,8.5,13.5,8],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,8.5,13.5,8],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,8.5,13.5,8],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,8.5,13.5,8],"rotation":90,"texture":"#0"},"up":{"uv":[13.5,8,14.5,8.5],"rotation":270,"texture":"#0"},"down":{"uv":[13.5,8,13.795,8.445],"rotation":270,"texture":"#0"}}},{"from":[11.55381,4.42264,10.54692],"to":[12.44381,5.01264,12.03692],"rotation":{"angle":-45,"axis":"x","origin":[11.99629,4.61664,7.65172]},"faces":{"north":{"uv":[13.5,8.5,14.5,8],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,8,13.5,8.5],"rotation":180,"texture":"#0"},"south":{"uv":[13.5,8.445,13.795,8],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,8,13.5,8.5],"texture":"#0"},"up":{"uv":[13.5,8.5,14.5,8],"rotation":270,"texture":"#0"},"down":{"uv":[13.5,8.5,14.5,8],"rotation":90,"texture":"#0"}}},{"from":[11.55381,7.56765,10.38151],"to":[12.44381,8.15765,11.87151],"rotation":{"angle":-22.5,"axis":"x","origin":[11.99629,4.61664,7.65172]},"faces":{"north":{"uv":[13.5,8.5,14.5,8],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,8,13.5,8.5],"rotation":180,"texture":"#0"},"south":{"uv":[13.5,8.445,13.795,8],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,8,13.5,8.5],"texture":"#0"},"up":{"uv":[13.5,8.5,14.5,8],"rotation":270,"texture":"#0"},"down":{"uv":[13.5,8.5,14.5,8],"rotation":90,"texture":"#0"}}},{"from":[11.65381,6.13852,11.47388],"to":[12.34381,6.62852,12.96388],"rotation":{"angle":-22.5,"axis":"x","origin":[11.99629,4.61664,7.65172]},"faces":{"north":{"uv":[12.5,8.5,13.5,8],"rotation":90,"texture":"#0"},"east":{"uv":[12.5,8,13.5,7.5],"texture":"#0"},"south":{"uv":[12.5,8.345,12.745,8],"rotation":270,"texture":"#0"},"west":{"uv":[12.5,8,13.5,7.5],"rotation":180,"texture":"#0"},"up":{"uv":[13.5,8,12.5,8.5],"rotation":90,"texture":"#0"},"down":{"uv":[13.5,8,12.5,8.5],"rotation":270,"texture":"#0"}}},{"from":[11.60381,0.63143,6.62448],"to":[12.39381,1.22143,8.61448],"rotation":{"angle":22.5,"axis":"x","origin":[11.99629,4.61664,7.65172]},"faces":{"north":{"uv":[13.5,8.5,15,8],"rotation":180,"texture":"#0"},"east":{"uv":[13.5,8.5,15,8],"rotation":180,"texture":"#0"},"south":{"uv":[13.5,8.5,15,8],"rotation":180,"texture":"#0"},"west":{"uv":[13.5,8.5,15,8],"texture":"#0"},"up":{"uv":[15,8,13.5,8.5],"rotation":270,"texture":"#0"},"down":{"uv":[15,8,13.5,8.5],"rotation":90,"texture":"#0"}}},{"from":[11.60381,7.36831,6.35792],"to":[12.39381,7.95831,8.34792],"rotation":{"angle":-22.5,"axis":"x","origin":[11.99629,4.61664,7.65172]},"faces":{"north":{"uv":[15,8.5,13.5,8],"texture":"#0"},"east":{"uv":[15,8.5,13.5,8],"texture":"#0"},"south":{"uv":[15,8.5,13.5,8],"texture":"#0"},"west":{"uv":[15,8.5,13.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[13.5,8,15,8.5],"rotation":90,"texture":"#0"},"down":{"uv":[13.5,8,15,8.5],"rotation":270,"texture":"#0"}}},{"from":[11.34662,3.9938,4.77109],"to":[12.64662,4.9938,5.37109],"rotation":{"angle":-45,"axis":"x","origin":[11.99629,4.61664,7.65172]},"faces":{"north":{"uv":[13.5,10.5,14.5,10],"rotation":90,"texture":"#0"},"east":{"uv":[13.5,10.5,14.5,10],"rotation":90,"texture":"#0"},"south":{"uv":[13.5,10.5,14.5,10],"rotation":90,"texture":"#0"},"west":{"uv":[13.5,10.5,14.5,10],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,10,13.5,10.5],"rotation":270,"texture":"#0"},"down":{"uv":[14.5,10,13.5,10.5],"rotation":270,"texture":"#0"}}},{"from":[11.34662,3.9938,4.77109],"to":[12.64662,4.9938,5.37109],"rotation":{"angle":-45,"axis":"x","origin":[11.99629,4.61664,7.65172]},"faces":{"north":{"uv":[13.5,10.5,14.5,10],"rotation":90,"texture":"#0"},"east":{"uv":[13.5,10.5,14.5,10],"rotation":90,"texture":"#0"},"south":{"uv":[13.5,10.5,14.5,10],"rotation":90,"texture":"#0"},"west":{"uv":[13.5,10.5,14.5,10],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,10,13.5,10.5],"rotation":270,"texture":"#0"},"down":{"uv":[14.5,10,13.5,10.5],"rotation":270,"texture":"#0"}}},{"from":[11.34662,6.40473,6.78203],"to":[12.64662,7.00473,7.78203],"rotation":{"angle":-45,"axis":"x","origin":[11.99629,4.61664,7.65172]},"faces":{"north":{"uv":[14.5,10.5,13.5,10],"rotation":270,"texture":"#0"},"east":{"uv":[13.5,10,14.5,10.5],"rotation":180,"texture":"#0"},"south":{"uv":[14.5,10.5,13.5,10],"rotation":90,"texture":"#0"},"west":{"uv":[13.5,10,14.5,10.5],"texture":"#0"},"up":{"uv":[14.5,10.5,13.5,10],"rotation":270,"texture":"#0"},"down":{"uv":[14.5,10.5,13.5,10],"rotation":90,"texture":"#0"}}},{"from":[11.33677,1.98712,6.78816],"to":[12.63677,2.58712,7.88816],"rotation":{"angle":-45,"axis":"x","origin":[11.99629,4.61664,7.65172]},"faces":{"north":{"uv":[15.5,9.5,14.5,10],"texture":"#0"},"east":{"uv":[15.5,9.5,14.5,10],"texture":"#0"},"south":{"uv":[15.5,9.5,14.5,10],"texture":"#0"},"west":{"uv":[15.5,9.5,14.5,10],"rotation":180,"texture":"#0"},"up":{"uv":[14.5,10,15.5,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[14.5,10,15.5,9.5],"rotation":270,"texture":"#0"}}},{"from":[11.33677,3.88766,9.18871],"to":[12.63677,4.98766,9.78871],"rotation":{"angle":-45,"axis":"x","origin":[11.99629,4.61664,7.65172]},"faces":{"north":{"uv":[14.5,9.5,15.5,10],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,9.5,15.5,10],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,9.5,15.5,10],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,9.5,15.5,10],"rotation":90,"texture":"#0"},"up":{"uv":[15.5,10,14.5,9.5],"rotation":180,"texture":"#0"},"down":{"uv":[15.5,10,14.5,9.5],"texture":"#0"}}},{"from":[11.34397,1.75975,6.97958],"to":[12.64397,2.35975,7.97958],"rotation":{"angle":0,"axis":"x","origin":[11.99629,4.61664,7.65172]},"faces":{"north":{"uv":[15,10.5,16,10],"rotation":270,"texture":"#0"},"east":{"uv":[15,10.5,16,10],"rotation":180,"texture":"#0"},"south":{"uv":[15,10.5,16,10],"rotation":90,"texture":"#0"},"west":{"uv":[15,10.5,16,10],"texture":"#0"},"up":{"uv":[16,10,15,10.5],"rotation":270,"texture":"#0"},"down":{"uv":[16,10,15,10.5],"rotation":90,"texture":"#0"}}},{"from":[11.34397,6.17697,6.97958],"to":[12.64397,6.77697,7.97958],"rotation":{"angle":0,"axis":"x","origin":[11.99629,4.61664,7.65172]},"faces":{"north":{"uv":[16,10.5,15,10],"rotation":270,"texture":"#0"},"east":{"uv":[15,10,16,10.5],"rotation":180,"texture":"#0"},"south":{"uv":[16,10.5,15,10],"rotation":90,"texture":"#0"},"west":{"uv":[15,10,16,10.5],"texture":"#0"},"up":{"uv":[16,10.5,15,10],"rotation":270,"texture":"#0"},"down":{"uv":[16,10.5,15,10],"rotation":90,"texture":"#0"}}},{"from":[11.34622,1.71718,7.12459],"to":[12.64622,2.31718,8.12459],"rotation":{"angle":22.5,"axis":"x","origin":[11.99629,4.61664,7.65172]},"faces":{"north":{"uv":[14.5,10.5,15.5,10],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,10.5,15.5,10],"rotation":180,"texture":"#0"},"south":{"uv":[14.5,10.5,15.5,10],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,10.5,15.5,10],"texture":"#0"},"up":{"uv":[15.5,10,14.5,10.5],"rotation":270,"texture":"#0"},"down":{"uv":[15.5,10,14.5,10.5],"rotation":90,"texture":"#0"}}},{"from":[11.34622,6.27256,6.85803],"to":[12.64622,6.87256,7.85803],"rotation":{"angle":-22.5,"axis":"x","origin":[11.99629,4.61664,7.65172]},"faces":{"north":{"uv":[14.5,10,15.5,10.5],"rotation":90,"texture":"#0"},"east":{"uv":[15.5,10.5,14.5,10],"texture":"#0"},"south":{"uv":[14.5,10,15.5,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[15.5,10.5,14.5,10],"rotation":180,"texture":"#0"},"up":{"uv":[14.5,10,15.5,10.5],"rotation":90,"texture":"#0"},"down":{"uv":[14.5,10,15.5,10.5],"rotation":270,"texture":"#0"}}},{"from":[11.34357,1.85202,6.86114],"to":[12.64357,2.45202,7.86114],"rotation":{"angle":-22.5,"axis":"x","origin":[11.99629,4.61664,7.65172]},"faces":{"north":{"uv":[16,9.5,15,10],"rotation":270,"texture":"#0"},"east":{"uv":[16,9.5,15,10],"rotation":180,"texture":"#0"},"south":{"uv":[16,9.5,15,10],"rotation":90,"texture":"#0"},"west":{"uv":[16,9.5,15,10],"texture":"#0"},"up":{"uv":[15,10,16,9.5],"rotation":270,"texture":"#0"},"down":{"uv":[15,10,16,9.5],"rotation":90,"texture":"#0"}}},{"from":[11.34357,6.13773,7.1277],"to":[12.64357,6.73773,8.1277],"rotation":{"angle":22.5,"axis":"x","origin":[11.99629,4.61664,7.65172]},"faces":{"north":{"uv":[16,10,15,9.5],"rotation":90,"texture":"#0"},"east":{"uv":[15,9.5,16,10],"texture":"#0"},"south":{"uv":[16,10,15,9.5],"rotation":270,"texture":"#0"},"west":{"uv":[15,9.5,16,10],"rotation":180,"texture":"#0"},"up":{"uv":[16,10,15,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[16,10,15,9.5],"rotation":270,"texture":"#0"}}},{"from":[11.34762,3.86365,4.84706],"to":[12.64562,4.86165,5.44506],"rotation":{"angle":-22.5,"axis":"x","origin":[11.99629,4.61664,7.65172]},"faces":{"north":{"uv":[13,9.5,14,9],"rotation":180,"texture":"#0"},"east":{"uv":[13,9.5,14,9],"rotation":90,"texture":"#0"},"south":{"uv":[13,9.5,14,9],"texture":"#0"},"west":{"uv":[13,9.5,14,9],"rotation":270,"texture":"#0"},"up":{"uv":[14,9,13,9.5],"rotation":180,"texture":"#0"},"down":{"uv":[14,9,13,9.5],"texture":"#0"}}},{"from":[11.34662,3.7687,4.96579],"to":[12.64662,4.7687,5.56579],"rotation":{"angle":0,"axis":"x","origin":[11.99629,4.61664,7.65172]},"faces":{"north":{"uv":[14,9,13,9.5],"texture":"#0"},"east":{"uv":[14,9,13,9.5],"rotation":270,"texture":"#0"},"south":{"uv":[14,9,13,9.5],"rotation":180,"texture":"#0"},"west":{"uv":[14,9,13,9.5],"rotation":90,"texture":"#0"},"up":{"uv":[13,9.5,14,9],"texture":"#0"},"down":{"uv":[13,9.5,14,9],"rotation":180,"texture":"#0"}}},{"from":[11.34762,3.7281,5.11362],"to":[12.64562,4.7261,5.71162],"rotation":{"angle":22.5,"axis":"x","origin":[11.99629,4.61664,7.65172]},"faces":{"north":{"uv":[14,9.5,13,9],"texture":"#0"},"east":{"uv":[13,9,14,9.5],"rotation":270,"texture":"#0"},"south":{"uv":[14,9.5,13,9],"rotation":180,"texture":"#0"},"west":{"uv":[13,9,14,9.5],"rotation":90,"texture":"#0"},"up":{"uv":[14,9.5,13,9],"texture":"#0"},"down":{"uv":[14,9.5,13,9],"rotation":180,"texture":"#0"}}},{"from":[3.5,3.25,6.14289],"to":[4.5,5.75,8.64289],"rotation":{"angle":45,"axis":"x","origin":[4,4.25,7.14289]},"faces":{"north":{"uv":[0,0,1,2.5],"rotation":180,"texture":"#1"},"east":{"uv":[0,0,2.5,2.5],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,1,2.5],"texture":"#1"},"west":{"uv":[0,0,5,5],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,1,2.5],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,1,2.5],"texture":"#1"}}},{"from":[11.5,3.25,6.14289],"to":[12.5,5.75,8.64289],"rotation":{"angle":45,"axis":"x","origin":[12,4.25,7.14289]},"faces":{"north":{"uv":[1,0,0,2.5],"rotation":180,"texture":"#1"},"east":{"uv":[0,5,5,0],"rotation":90,"texture":"#1"},"south":{"uv":[1,0,0,2.5],"texture":"#1"},"west":{"uv":[0,2.5,2.5,0],"rotation":270,"texture":"#1"},"up":{"uv":[1,0,0,2.5],"rotation":180,"texture":"#1"},"down":{"uv":[1,0,0,2.5],"texture":"#1"}}},{"from":[3.71774,4.03104,3.58956],"to":[4.29574,5.00904,4.16756],"rotation":{"angle":-45,"axis":"x","origin":[4.00371,4.61664,7.65172]},"faces":{"north":{"uv":[13,7.5,14,8],"rotation":90,"texture":"#0"},"east":{"uv":[13,7.5,14,8],"rotation":90,"texture":"#0"},"south":{"uv":[13,7.5,14,8],"rotation":90,"texture":"#0"},"west":{"uv":[13,7.5,14,8],"rotation":90,"texture":"#0"},"up":{"uv":[13.5,7.5,14,8],"rotation":180,"texture":"#0"},"down":{"uv":[13,7.5,14,8],"texture":"#0"}}},{"from":[3.71774,7.60826,6.76678],"to":[4.29574,8.18626,7.74478],"rotation":{"angle":-45,"axis":"x","origin":[4.00371,4.61664,7.65172]},"faces":{"north":{"uv":[14,7.5,13.5,8],"rotation":180,"texture":"#0"},"east":{"uv":[14,7.5,13,8],"texture":"#0"},"south":{"uv":[14,7.5,13,8],"rotation":180,"texture":"#0"},"west":{"uv":[14,7.5,13,8],"rotation":180,"texture":"#0"},"up":{"uv":[14,7.5,13,8],"rotation":270,"texture":"#0"},"down":{"uv":[14,7.5,13,8],"rotation":90,"texture":"#0"}}},{"from":[3.45157,6.25686,10.06101],"to":[4.55157,6.85686,11.56101],"rotation":{"angle":-45,"axis":"x","origin":[4.00371,4.61664,7.65172]},"faces":{"north":{"uv":[15.5,9.5,14,10],"texture":"#0"},"east":{"uv":[15.5,9.5,14,10],"rotation":180,"texture":"#0"},"south":{"uv":[15.5,9.5,14,10],"texture":"#0"},"west":{"uv":[15.5,9.5,14,10],"texture":"#0"},"up":{"uv":[15.5,9.5,14,10],"rotation":90,"texture":"#0"},"down":{"uv":[15.5,9.5,14,10],"rotation":270,"texture":"#0"}}},{"from":[3.45157,1.06153,8.12662],"to":[4.55157,2.56153,8.72662],"rotation":{"angle":-22.5,"axis":"x","origin":[4.00371,4.61664,7.65172]},"faces":{"north":{"uv":[14,9.5,15.5,10],"rotation":270,"texture":"#0"},"east":{"uv":[14,9.5,15.5,10],"rotation":270,"texture":"#0"},"south":{"uv":[14,9.5,15.5,10],"rotation":270,"texture":"#0"},"west":{"uv":[14,9.5,15.5,10],"rotation":270,"texture":"#0"},"up":{"uv":[14,9.5,15.5,10],"texture":"#0"},"down":{"uv":[14,9.5,15.5,10],"rotation":180,"texture":"#0"}}},{"from":[3.45157,6.02821,8.39318],"to":[4.55157,7.52821,8.99318],"rotation":{"angle":22.5,"axis":"x","origin":[4.00371,4.61664,7.65172]},"faces":{"north":{"uv":[14,10,15.5,9.5],"rotation":90,"texture":"#0"},"east":{"uv":[14,10,15.5,9.5],"rotation":90,"texture":"#0"},"south":{"uv":[14,10,15.5,9.5],"rotation":90,"texture":"#0"},"west":{"uv":[14,10,15.5,9.5],"rotation":90,"texture":"#0"},"up":{"uv":[14,10,15.5,9.5],"rotation":180,"texture":"#0"},"down":{"uv":[14,10,15.5,9.5],"texture":"#0"}}},{"from":[3.50157,0.56016,7.01895],"to":[4.50157,1.16016,8.51895],"rotation":{"angle":0,"axis":"x","origin":[4.00371,4.61664,7.65172]},"faces":{"north":{"uv":[15,9.5,13.5,10],"rotation":90,"texture":"#0"},"east":{"uv":[13.5,10,15,9.5],"rotation":180,"texture":"#0"},"south":{"uv":[15,9.5,13.5,10],"rotation":270,"texture":"#0"},"west":{"uv":[13.5,10,15,9.5],"texture":"#0"},"up":{"uv":[13.5,10,15,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[13.5,10,15,9.5],"rotation":270,"texture":"#0"}}},{"from":[3.50157,7.37656,7.01895],"to":[4.50157,7.97656,8.51895],"rotation":{"angle":0,"axis":"x","origin":[4.00371,4.61664,7.65172]},"faces":{"north":{"uv":[13.5,9.5,15,10],"rotation":90,"texture":"#0"},"east":{"uv":[13.5,9.5,15,10],"rotation":180,"texture":"#0"},"south":{"uv":[13.5,9.5,15,10],"rotation":270,"texture":"#0"},"west":{"uv":[13.5,9.5,15,10],"texture":"#0"},"up":{"uv":[13.5,9.5,15,10],"rotation":90,"texture":"#0"},"down":{"uv":[13.5,9.5,15,10],"rotation":270,"texture":"#0"}}},{"from":[3.3518,0.88998,6.23762],"to":[4.6518,2.38998,6.83762],"rotation":{"angle":-22.5,"axis":"x","origin":[4.00371,4.61664,7.65172]},"faces":{"north":{"uv":[16,10,14.5,10.5],"rotation":90,"texture":"#0"},"east":{"uv":[16,10,14.5,10.5],"rotation":90,"texture":"#0"},"south":{"uv":[16,10,14.5,10.5],"rotation":90,"texture":"#0"},"west":{"uv":[16,10,14.5,10.5],"rotation":90,"texture":"#0"},"up":{"uv":[16,10,14.5,10.5],"rotation":180,"texture":"#0"},"down":{"uv":[16,10,14.5,10.5],"texture":"#0"}}},{"from":[3.3518,6.19977,6.50418],"to":[4.6518,7.69977,7.10418],"rotation":{"angle":22.5,"axis":"x","origin":[4.00371,4.61664,7.65172]},"faces":{"north":{"uv":[16,10.5,14.5,10],"rotation":270,"texture":"#0"},"east":{"uv":[16,10.5,14.5,10],"rotation":270,"texture":"#0"},"south":{"uv":[16,10.5,14.5,10],"rotation":270,"texture":"#0"},"west":{"uv":[16,10.5,14.5,10],"rotation":270,"texture":"#0"},"up":{"uv":[16,10.5,14.5,10],"texture":"#0"},"down":{"uv":[16,10.5,14.5,10],"rotation":180,"texture":"#0"}}},{"from":[3.6018,0.53723,6.90066],"to":[4.4018,1.13723,8.40066],"rotation":{"angle":-22.5,"axis":"x","origin":[4.00371,4.61664,7.65172]},"faces":{"north":{"uv":[15.5,9.5,14,9],"rotation":270,"texture":"#0"},"east":{"uv":[14,9,15.5,9.5],"texture":"#0"},"south":{"uv":[15.5,9.5,14,9],"rotation":90,"texture":"#0"},"west":{"uv":[14,9,15.5,9.5],"rotation":180,"texture":"#0"},"up":{"uv":[14,9,15.5,9.5],"rotation":270,"texture":"#0"},"down":{"uv":[14,9,15.5,9.5],"rotation":90,"texture":"#0"}}},{"from":[3.6018,7.45252,7.16721],"to":[4.4018,8.05252,8.66721],"rotation":{"angle":22.5,"axis":"x","origin":[4.00371,4.61664,7.65172]},"faces":{"north":{"uv":[15.5,9,14,9.5],"rotation":90,"texture":"#0"},"east":{"uv":[15.5,9,14,9.5],"rotation":180,"texture":"#0"},"south":{"uv":[15.5,9,14,9.5],"rotation":270,"texture":"#0"},"west":{"uv":[15.5,9,14,9.5],"texture":"#0"},"up":{"uv":[15.5,9,14,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[15.5,9,14,9.5],"rotation":270,"texture":"#0"}}},{"from":[3.55619,-0.26109,6.76318],"to":[4.44619,1.22891,7.35318],"rotation":{"angle":-45,"axis":"x","origin":[4.00371,4.61664,7.65172]},"faces":{"north":{"uv":[14.5,8,13.5,8.5],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,8,13.5,8.5],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,8,13.5,8.5],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,8,13.5,8.5],"rotation":90,"texture":"#0"},"up":{"uv":[13.5,8.5,14.5,8],"rotation":270,"texture":"#0"},"down":{"uv":[13.5,8.445,13.795,8],"rotation":270,"texture":"#0"}}},{"from":[3.55619,4.42264,10.54692],"to":[4.44619,5.01264,12.03692],"rotation":{"angle":-45,"axis":"x","origin":[4.00371,4.61664,7.65172]},"faces":{"north":{"uv":[13.5,8,14.5,8.5],"rotation":270,"texture":"#0"},"east":{"uv":[13.5,8,14.5,8.5],"texture":"#0"},"south":{"uv":[13.5,8,13.795,8.445],"rotation":90,"texture":"#0"},"west":{"uv":[13.5,8,14.5,8.5],"rotation":180,"texture":"#0"},"up":{"uv":[13.5,8,14.5,8.5],"rotation":270,"texture":"#0"},"down":{"uv":[13.5,8,14.5,8.5],"rotation":90,"texture":"#0"}}},{"from":[3.55619,7.56765,10.38151],"to":[4.44619,8.15765,11.87151],"rotation":{"angle":-22.5,"axis":"x","origin":[4.00371,4.61664,7.65172]},"faces":{"north":{"uv":[13.5,8,14.5,8.5],"rotation":270,"texture":"#0"},"east":{"uv":[13.5,8,14.5,8.5],"texture":"#0"},"south":{"uv":[13.5,8,13.795,8.445],"rotation":90,"texture":"#0"},"west":{"uv":[13.5,8,14.5,8.5],"rotation":180,"texture":"#0"},"up":{"uv":[13.5,8,14.5,8.5],"rotation":270,"texture":"#0"},"down":{"uv":[13.5,8,14.5,8.5],"rotation":90,"texture":"#0"}}},{"from":[3.65619,6.13852,11.47388],"to":[4.34619,6.62852,12.96388],"rotation":{"angle":-22.5,"axis":"x","origin":[4.00371,4.61664,7.65172]},"faces":{"north":{"uv":[12.5,8,13.5,8.5],"rotation":90,"texture":"#0"},"east":{"uv":[13.5,8,12.5,7.5],"rotation":180,"texture":"#0"},"south":{"uv":[12.5,8,12.745,8.345],"rotation":270,"texture":"#0"},"west":{"uv":[13.5,8,12.5,7.5],"texture":"#0"},"up":{"uv":[13.5,8.5,12.5,8],"rotation":90,"texture":"#0"},"down":{"uv":[13.5,8.5,12.5,8],"rotation":270,"texture":"#0"}}},{"from":[3.60619,0.63143,6.62448],"to":[4.39619,1.22143,8.61448],"rotation":{"angle":22.5,"axis":"x","origin":[4.00371,4.61664,7.65172]},"faces":{"north":{"uv":[15,8.5,13.5,8],"rotation":180,"texture":"#0"},"east":{"uv":[15,8.5,13.5,8],"texture":"#0"},"south":{"uv":[15,8.5,13.5,8],"rotation":180,"texture":"#0"},"west":{"uv":[15,8.5,13.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[15,8.5,13.5,8],"rotation":270,"texture":"#0"},"down":{"uv":[15,8.5,13.5,8],"rotation":90,"texture":"#0"}}},{"from":[3.60619,7.36831,6.35792],"to":[4.39619,7.95831,8.34792],"rotation":{"angle":-22.5,"axis":"x","origin":[4.00371,4.61664,7.65172]},"faces":{"north":{"uv":[13.5,8.5,15,8],"texture":"#0"},"east":{"uv":[13.5,8.5,15,8],"rotation":180,"texture":"#0"},"south":{"uv":[13.5,8.5,15,8],"texture":"#0"},"west":{"uv":[13.5,8.5,15,8],"texture":"#0"},"up":{"uv":[13.5,8.5,15,8],"rotation":90,"texture":"#0"},"down":{"uv":[13.5,8.5,15,8],"rotation":270,"texture":"#0"}}},{"from":[3.35338,3.9938,4.77109],"to":[4.65338,4.9938,5.37109],"rotation":{"angle":-45,"axis":"x","origin":[4.00371,4.61664,7.65172]},"faces":{"north":{"uv":[13.5,10,14.5,10.5],"rotation":90,"texture":"#0"},"east":{"uv":[13.5,10,14.5,10.5],"rotation":90,"texture":"#0"},"south":{"uv":[13.5,10,14.5,10.5],"rotation":90,"texture":"#0"},"west":{"uv":[13.5,10,14.5,10.5],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,10.5,13.5,10],"rotation":270,"texture":"#0"},"down":{"uv":[14.5,10.5,13.5,10],"rotation":270,"texture":"#0"}}},{"from":[3.35338,3.9938,4.77109],"to":[4.65338,4.9938,5.37109],"rotation":{"angle":-45,"axis":"x","origin":[4.00371,4.61664,7.65172]},"faces":{"north":{"uv":[13.5,10,14.5,10.5],"rotation":90,"texture":"#0"},"east":{"uv":[13.5,10,14.5,10.5],"rotation":90,"texture":"#0"},"south":{"uv":[13.5,10,14.5,10.5],"rotation":90,"texture":"#0"},"west":{"uv":[13.5,10,14.5,10.5],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,10.5,13.5,10],"rotation":270,"texture":"#0"},"down":{"uv":[14.5,10.5,13.5,10],"rotation":270,"texture":"#0"}}},{"from":[3.35338,6.40473,6.78203],"to":[4.65338,7.00473,7.78203],"rotation":{"angle":-45,"axis":"x","origin":[4.00371,4.61664,7.65172]},"faces":{"north":{"uv":[14.5,10,13.5,10.5],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,10,13.5,10.5],"texture":"#0"},"south":{"uv":[14.5,10,13.5,10.5],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,10,13.5,10.5],"rotation":180,"texture":"#0"},"up":{"uv":[14.5,10,13.5,10.5],"rotation":270,"texture":"#0"},"down":{"uv":[14.5,10,13.5,10.5],"rotation":90,"texture":"#0"}}},{"from":[3.36323,1.98712,6.78816],"to":[4.66323,2.58712,7.88816],"rotation":{"angle":-45,"axis":"x","origin":[4.00371,4.61664,7.65172]},"faces":{"north":{"uv":[14.5,9.5,15.5,10],"texture":"#0"},"east":{"uv":[14.5,9.5,15.5,10],"rotation":180,"texture":"#0"},"south":{"uv":[14.5,9.5,15.5,10],"texture":"#0"},"west":{"uv":[14.5,9.5,15.5,10],"texture":"#0"},"up":{"uv":[14.5,9.5,15.5,10],"rotation":90,"texture":"#0"},"down":{"uv":[14.5,9.5,15.5,10],"rotation":270,"texture":"#0"}}},{"from":[3.36323,3.88766,9.18871],"to":[4.66323,4.98766,9.78871],"rotation":{"angle":-45,"axis":"x","origin":[4.00371,4.61664,7.65172]},"faces":{"north":{"uv":[14.5,10,15.5,9.5],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,10,15.5,9.5],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,10,15.5,9.5],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,10,15.5,9.5],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,10,15.5,9.5],"rotation":180,"texture":"#0"},"down":{"uv":[14.5,10,15.5,9.5],"texture":"#0"}}},{"from":[3.35603,1.75975,6.97958],"to":[4.65603,2.35975,7.97958],"rotation":{"angle":0,"axis":"x","origin":[4.00371,4.61664,7.65172]},"faces":{"north":{"uv":[15,10,16,10.5],"rotation":270,"texture":"#0"},"east":{"uv":[16,10.5,15,10],"texture":"#0"},"south":{"uv":[15,10,16,10.5],"rotation":90,"texture":"#0"},"west":{"uv":[16,10.5,15,10],"rotation":180,"texture":"#0"},"up":{"uv":[16,10.5,15,10],"rotation":270,"texture":"#0"},"down":{"uv":[16,10.5,15,10],"rotation":90,"texture":"#0"}}},{"from":[3.35603,6.17697,6.97958],"to":[4.65603,6.77697,7.97958],"rotation":{"angle":0,"axis":"x","origin":[4.00371,4.61664,7.65172]},"faces":{"north":{"uv":[16,10,15,10.5],"rotation":270,"texture":"#0"},"east":{"uv":[16,10,15,10.5],"texture":"#0"},"south":{"uv":[16,10,15,10.5],"rotation":90,"texture":"#0"},"west":{"uv":[16,10,15,10.5],"rotation":180,"texture":"#0"},"up":{"uv":[16,10,15,10.5],"rotation":270,"texture":"#0"},"down":{"uv":[16,10,15,10.5],"rotation":90,"texture":"#0"}}},{"from":[3.35378,1.71718,7.12459],"to":[4.65378,2.31718,8.12459],"rotation":{"angle":22.5,"axis":"x","origin":[4.00371,4.61664,7.65172]},"faces":{"north":{"uv":[14.5,10,15.5,10.5],"rotation":270,"texture":"#0"},"east":{"uv":[15.5,10.5,14.5,10],"texture":"#0"},"south":{"uv":[14.5,10,15.5,10.5],"rotation":90,"texture":"#0"},"west":{"uv":[15.5,10.5,14.5,10],"rotation":180,"texture":"#0"},"up":{"uv":[15.5,10.5,14.5,10],"rotation":270,"texture":"#0"},"down":{"uv":[15.5,10.5,14.5,10],"rotation":90,"texture":"#0"}}},{"from":[3.35378,6.27256,6.85803],"to":[4.65378,6.87256,7.85803],"rotation":{"angle":-22.5,"axis":"x","origin":[4.00371,4.61664,7.65172]},"faces":{"north":{"uv":[14.5,10.5,15.5,10],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,10.5,15.5,10],"rotation":180,"texture":"#0"},"south":{"uv":[14.5,10.5,15.5,10],"rotation":270,"texture":"#0"},"west":{"uv":[14.5,10.5,15.5,10],"texture":"#0"},"up":{"uv":[14.5,10.5,15.5,10],"rotation":90,"texture":"#0"},"down":{"uv":[14.5,10.5,15.5,10],"rotation":270,"texture":"#0"}}},{"from":[3.35643,1.85202,6.86114],"to":[4.65643,2.45202,7.86114],"rotation":{"angle":-22.5,"axis":"x","origin":[4.00371,4.61664,7.65172]},"faces":{"north":{"uv":[16,10,15,9.5],"rotation":270,"texture":"#0"},"east":{"uv":[15,9.5,16,10],"texture":"#0"},"south":{"uv":[16,10,15,9.5],"rotation":90,"texture":"#0"},"west":{"uv":[15,9.5,16,10],"rotation":180,"texture":"#0"},"up":{"uv":[15,9.5,16,10],"rotation":270,"texture":"#0"},"down":{"uv":[15,9.5,16,10],"rotation":90,"texture":"#0"}}},{"from":[3.35643,6.13773,7.1277],"to":[4.65643,6.73773,8.1277],"rotation":{"angle":22.5,"axis":"x","origin":[4.00371,4.61664,7.65172]},"faces":{"north":{"uv":[16,9.5,15,10],"rotation":90,"texture":"#0"},"east":{"uv":[16,9.5,15,10],"rotation":180,"texture":"#0"},"south":{"uv":[16,9.5,15,10],"rotation":270,"texture":"#0"},"west":{"uv":[16,9.5,15,10],"texture":"#0"},"up":{"uv":[16,9.5,15,10],"rotation":90,"texture":"#0"},"down":{"uv":[16,9.5,15,10],"rotation":270,"texture":"#0"}}},{"from":[3.60643,5.57398,5.8779],"to":[4.40643,5.87398,9.0779],"rotation":{"angle":45,"axis":"x","origin":[4.00643,4.25977,7.4779]},"faces":{"north":{"uv":[15.4,9.5,15.9,10.5],"rotation":90,"texture":"#0"},"east":{"uv":[12.6,9.5,16,10],"texture":"#0"},"south":{"uv":[15.4,9.5,15.9,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[12.6,9.5,16,10],"rotation":180,"texture":"#0"},"up":{"uv":[12.6,9.5,16,10.5],"rotation":270,"texture":"#0"},"down":{"uv":[12.6,9.5,16,10.5],"rotation":90,"texture":"#0"}}},{"from":[3.60743,2.66077,5.86469],"to":[4.40543,5.85877,6.16269],"rotation":{"angle":45,"axis":"x","origin":[4.00643,4.25977,7.4779]},"faces":{"north":{"uv":[12.6,9.5,16,10.5],"rotation":270,"texture":"#0"},"east":{"uv":[12.6,9.5,16,10],"rotation":270,"texture":"#0"},"south":{"uv":[12.6,9.5,16,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[12.6,9.5,16,10],"rotation":270,"texture":"#0"},"up":{"uv":[15.4,9.5,15.9,10.5],"rotation":270,"texture":"#0"},"down":{"uv":[15.4,9.5,15.9,10.5],"rotation":270,"texture":"#0"}}},{"from":[3.60643,2.64556,5.8779],"to":[4.40643,2.94556,9.0779],"rotation":{"angle":45,"axis":"x","origin":[4.00643,4.25977,7.4779]},"faces":{"north":{"uv":[15.4,9.5,15.9,10.5],"rotation":90,"texture":"#0"},"east":{"uv":[12.6,9.5,16,10],"rotation":180,"texture":"#0"},"south":{"uv":[15.4,9.5,15.9,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[12.6,9.5,16,10],"texture":"#0"},"up":{"uv":[12.6,9.5,16,10.5],"rotation":90,"texture":"#0"},"down":{"uv":[12.6,9.5,16,10.5],"rotation":270,"texture":"#0"}}},{"from":[3.60743,2.66077,8.79312],"to":[4.40543,5.85877,9.09112],"rotation":{"angle":45,"axis":"x","origin":[4.00643,4.25977,7.4779]},"faces":{"north":{"uv":[12.6,9.5,16,10.5],"rotation":90,"texture":"#0"},"east":{"uv":[12.6,9.5,16,10],"rotation":90,"texture":"#0"},"south":{"uv":[12.6,9.5,16,10.5],"rotation":90,"texture":"#0"},"west":{"uv":[12.6,9.5,16,10],"rotation":90,"texture":"#0"},"up":{"uv":[15.4,9.5,15.9,10.5],"rotation":270,"texture":"#0"},"down":{"uv":[15.4,9.5,15.9,10.5],"rotation":270,"texture":"#0"}}},{"from":[11.59357,5.57398,5.8779],"to":[12.39357,5.87398,9.0779],"rotation":{"angle":45,"axis":"x","origin":[11.99357,4.25977,7.4779]},"faces":{"north":{"uv":[15.4,10.5,15.9,9.5],"rotation":90,"texture":"#0"},"east":{"uv":[16,9.5,12.6,10],"rotation":180,"texture":"#0"},"south":{"uv":[15.4,10.5,15.9,9.5],"rotation":270,"texture":"#0"},"west":{"uv":[16,9.5,12.6,10],"texture":"#0"},"up":{"uv":[12.6,10.5,16,9.5],"rotation":270,"texture":"#0"},"down":{"uv":[12.6,10.5,16,9.5],"rotation":90,"texture":"#0"}}},{"from":[11.59457,2.66077,8.79312],"to":[12.39257,5.85877,9.09112],"rotation":{"angle":45,"axis":"x","origin":[11.99357,4.25977,7.4779]},"faces":{"north":{"uv":[12.6,10.5,16,9.5],"rotation":90,"texture":"#0"},"east":{"uv":[12.6,10,16,9.5],"rotation":90,"texture":"#0"},"south":{"uv":[12.6,10.5,16,9.5],"rotation":90,"texture":"#0"},"west":{"uv":[12.6,10,16,9.5],"rotation":90,"texture":"#0"},"up":{"uv":[15.4,10.5,15.9,9.5],"rotation":270,"texture":"#0"},"down":{"uv":[15.4,10.5,15.9,9.5],"rotation":270,"texture":"#0"}}},{"from":[11.59457,2.66077,5.86469],"to":[12.39257,5.85877,6.16269],"rotation":{"angle":45,"axis":"x","origin":[11.99357,4.25977,7.4779]},"faces":{"north":{"uv":[12.6,10.5,16,9.5],"rotation":270,"texture":"#0"},"east":{"uv":[12.6,10,16,9.5],"rotation":270,"texture":"#0"},"south":{"uv":[12.6,10.5,16,9.5],"rotation":270,"texture":"#0"},"west":{"uv":[12.6,10,16,9.5],"rotation":270,"texture":"#0"},"up":{"uv":[15.4,10.5,15.9,9.5],"rotation":270,"texture":"#0"},"down":{"uv":[15.4,10.5,15.9,9.5],"rotation":270,"texture":"#0"}}},{"from":[11.59357,2.64556,5.8779],"to":[12.39357,2.94556,9.0779],"rotation":{"angle":45,"axis":"x","origin":[11.99357,4.25977,7.4779]},"faces":{"north":{"uv":[15.4,10.5,15.9,9.5],"rotation":90,"texture":"#0"},"east":{"uv":[16,9.5,12.6,10],"texture":"#0"},"south":{"uv":[15.4,10.5,15.9,9.5],"rotation":270,"texture":"#0"},"west":{"uv":[16,9.5,12.6,10],"rotation":180,"texture":"#0"},"up":{"uv":[12.6,10.5,16,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[12.6,10.5,16,9.5],"rotation":270,"texture":"#0"}}},{"from":[3.35438,3.86365,4.84706],"to":[4.65238,4.86165,5.44506],"rotation":{"angle":-22.5,"axis":"x","origin":[4.00371,4.61664,7.65172]},"faces":{"north":{"uv":[14,9.5,13,9],"rotation":180,"texture":"#0"},"east":{"uv":[13,9,14,9.5],"rotation":270,"texture":"#0"},"south":{"uv":[14,9.5,13,9],"texture":"#0"},"west":{"uv":[13,9,14,9.5],"rotation":90,"texture":"#0"},"up":{"uv":[13,9,14,9.5],"rotation":180,"texture":"#0"},"down":{"uv":[13,9,14,9.5],"texture":"#0"}}},{"from":[3.35338,3.7687,4.96579],"to":[4.65338,4.7687,5.56579],"rotation":{"angle":0,"axis":"x","origin":[4.00371,4.61664,7.65172]},"faces":{"north":{"uv":[13,9,14,9.5],"texture":"#0"},"east":{"uv":[14,9.5,13,9],"rotation":90,"texture":"#0"},"south":{"uv":[13,9,14,9.5],"rotation":180,"texture":"#0"},"west":{"uv":[14,9.5,13,9],"rotation":270,"texture":"#0"},"up":{"uv":[14,9.5,13,9],"texture":"#0"},"down":{"uv":[14,9.5,13,9],"rotation":180,"texture":"#0"}}},{"from":[3.35438,3.7281,5.11362],"to":[4.65238,4.7261,5.71162],"rotation":{"angle":22.5,"axis":"x","origin":[4.00371,4.61664,7.65172]},"faces":{"north":{"uv":[13,9.5,14,9],"texture":"#0"},"east":{"uv":[13,9.5,14,9],"rotation":90,"texture":"#0"},"south":{"uv":[13,9.5,14,9],"rotation":180,"texture":"#0"},"west":{"uv":[13,9.5,14,9],"rotation":270,"texture":"#0"},"up":{"uv":[13,9.5,14,9],"texture":"#0"},"down":{"uv":[13,9.5,14,9],"rotation":180,"texture":"#0"}}}],"display":{"head":{"translation":[0,5.75,0.75],"scale":[1.7,1.7,1.7]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/seraphim_tiara.json b/assets/minecraft/models/item/wynn/skin/hat/seraphim_tiara.json new file mode 100644 index 000000000..868e43218 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/seraphim_tiara.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"1":"skins/rainbow_gradient_anim","3":"skins/gold_gradient","particle":"skins/white_gradient"},"elements":[{"from":[1.30431,2.50161,6.1915],"to":[2.22431,3.72161,13.2115],"rotation":{"angle":22.5,"axis":"x","origin":[1.76431,4.60965,9.00262]},"faces":{"north":{"uv":[4,13.02,3,6],"rotation":270,"texture":"#1"},"east":{"uv":[4,13.02,3,6],"rotation":270,"texture":"#1"},"south":{"uv":[4,13,3,12.5],"rotation":270,"texture":"#1"},"west":{"uv":[4,13.02,3,6],"rotation":270,"texture":"#1"},"up":{"uv":[4,13.02,3,6],"rotation":90,"texture":"#1"},"down":{"uv":[3,6,3.5,13],"texture":"#1"}}},{"from":[13.77569,2.50161,6.1915],"to":[14.69569,3.72161,13.2115],"rotation":{"angle":22.5,"axis":"x","origin":[14.23569,4.60965,9.00262]},"faces":{"north":{"uv":[4,6,3,13.02],"rotation":270,"texture":"#1"},"east":{"uv":[4,6,3,13.02],"rotation":270,"texture":"#1"},"south":{"uv":[4,12.5,3,13],"rotation":270,"texture":"#1"},"west":{"uv":[4,6,3,13.02],"rotation":270,"texture":"#1"},"up":{"uv":[4,6,3,13.02],"rotation":90,"texture":"#1"},"down":{"uv":[3.5,6,3,13],"texture":"#1"}}},{"from":[1.25431,5.46456,8.96937],"to":[2.27431,6.48456,14.73937],"rotation":{"angle":-22.5,"axis":"x","origin":[1.76431,4.60965,9.00262]},"faces":{"north":{"uv":[8.5,6,8,3.5],"rotation":180,"texture":"#1"},"east":{"uv":[8.5,6,8,3.5],"rotation":90,"texture":"#1"},"south":{"uv":[8.5,4,8,3.5],"texture":"#1"},"west":{"uv":[8.5,6,8,3.5],"rotation":270,"texture":"#1"},"up":{"uv":[8.5,6,8,3.5],"texture":"#1"},"down":{"uv":[8.5,6,8,3.5],"rotation":180,"texture":"#1"}}},{"from":[13.72569,5.46456,8.96937],"to":[14.74569,6.48456,14.73937],"rotation":{"angle":-22.5,"axis":"x","origin":[14.23569,4.60965,9.00262]},"faces":{"north":{"uv":[8,6,8.5,3.5],"rotation":180,"texture":"#1"},"east":{"uv":[8.5,3.5,8,6],"rotation":270,"texture":"#1"},"south":{"uv":[8,4,8.5,3.5],"texture":"#1"},"west":{"uv":[8.5,3.5,8,6],"rotation":90,"texture":"#1"},"up":{"uv":[8,6,8.5,3.5],"texture":"#1"},"down":{"uv":[8,6,8.5,3.5],"rotation":180,"texture":"#1"}}},{"from":[1.21431,2.18999,4.12936],"to":[2.31431,5.98999,5.22936],"rotation":{"angle":-22.5,"axis":"x","origin":[1.76431,4.60965,9.00262]},"faces":{"north":{"uv":[1,7,0,10.8],"texture":"#1"},"east":{"uv":[0,10.8,1,7],"texture":"#1"},"south":{"uv":[1,7,0,10.8],"rotation":180,"texture":"#1"},"west":{"uv":[0,10.8,1,7],"rotation":180,"texture":"#1"},"up":{"uv":[0,10.8,1,7],"rotation":270,"texture":"#1"},"down":{"uv":[0,8,1,7],"rotation":90,"texture":"#1"}}},{"from":[13.68569,2.18999,4.12936],"to":[14.78569,5.98999,5.22936],"rotation":{"angle":-22.5,"axis":"x","origin":[14.23569,4.60965,9.00262]},"faces":{"north":{"uv":[0,7,1,10.8],"texture":"#1"},"east":{"uv":[1,10.8,0,7],"rotation":180,"texture":"#1"},"south":{"uv":[0,7,1,10.8],"rotation":180,"texture":"#1"},"west":{"uv":[1,10.8,0,7],"texture":"#1"},"up":{"uv":[0,7,1,10.8],"rotation":270,"texture":"#1"},"down":{"uv":[0,7,1,8],"rotation":90,"texture":"#1"}}},{"from":[1.27431,0.62222,5.86619],"to":[2.25431,1.80222,10.04619],"rotation":{"angle":45,"axis":"x","origin":[1.76431,4.60965,9.00262]},"faces":{"north":{"uv":[1,9,2,10],"rotation":270,"texture":"#1"},"east":{"uv":[2,12.18,1,8],"rotation":270,"texture":"#1"},"south":{"uv":[2,12,1,11],"rotation":270,"texture":"#1"},"west":{"uv":[2,12.18,1,8],"rotation":270,"texture":"#1"},"up":{"uv":[2,12.18,1,8],"rotation":90,"texture":"#1"},"down":{"uv":[1,8,2,12.18],"texture":"#1"}}},{"from":[13.74569,0.62222,5.86619],"to":[14.72569,1.80222,10.04619],"rotation":{"angle":45,"axis":"x","origin":[14.23569,4.60965,9.00262]},"faces":{"north":{"uv":[1,10,2,9],"rotation":270,"texture":"#1"},"east":{"uv":[2,8,1,12.18],"rotation":270,"texture":"#1"},"south":{"uv":[2,11,1,12],"rotation":270,"texture":"#1"},"west":{"uv":[2,8,1,12.18],"rotation":270,"texture":"#1"},"up":{"uv":[2,8,1,12.18],"rotation":90,"texture":"#1"},"down":{"uv":[2,8,1,12.18],"texture":"#1"}}},{"from":[1.26331,4.24317,7.47345],"to":[2.26531,5.24517,10.57545],"rotation":{"angle":45,"axis":"x","origin":[1.76431,4.60965,9.00262]},"faces":{"north":{"uv":[6,11,5,8],"rotation":90,"texture":"#1"},"east":{"uv":[6,11,5,8],"rotation":270,"texture":"#1"},"south":{"uv":[6,11,5,10],"rotation":90,"texture":"#1"},"west":{"uv":[6,11,5,8],"rotation":90,"texture":"#1"},"up":{"uv":[5,8,6,11],"texture":"#1"},"down":{"uv":[5,8,6,11],"texture":"#1"}}},{"from":[13.73469,4.24317,7.47345],"to":[14.73669,5.24517,10.57545],"rotation":{"angle":45,"axis":"x","origin":[14.23569,4.60965,9.00262]},"faces":{"north":{"uv":[6,8,5,11],"rotation":90,"texture":"#1"},"east":{"uv":[6,8,5,11],"rotation":90,"texture":"#1"},"south":{"uv":[6,10,5,11],"rotation":90,"texture":"#1"},"west":{"uv":[6,8,5,11],"rotation":270,"texture":"#1"},"up":{"uv":[6,8,5,11],"texture":"#1"},"down":{"uv":[6,8,5,11],"texture":"#1"}}},{"from":[1.33431,2.94793,10.34621],"to":[2.19431,4.10793,13.20621],"rotation":{"angle":45,"axis":"x","origin":[1.76431,4.60965,9.00262]},"faces":{"north":{"uv":[3,7.5,3.5,9],"texture":"#1"},"east":{"uv":[3.5,9,3,7.5],"rotation":90,"texture":"#1"},"south":{"uv":[3,7.5,3.5,8],"rotation":180,"texture":"#1"},"west":{"uv":[3.5,9,3,7.5],"rotation":270,"texture":"#1"},"up":{"uv":[3,7.5,3.5,9],"rotation":180,"texture":"#1"},"down":{"uv":[3,7.5,3.5,9],"texture":"#1"}}},{"from":[13.80569,2.94793,10.34621],"to":[14.66569,4.10793,13.20621],"rotation":{"angle":45,"axis":"x","origin":[14.23569,4.60965,9.00262]},"faces":{"north":{"uv":[3.5,7.5,3,9],"texture":"#1"},"east":{"uv":[3.5,7.5,3,9],"rotation":270,"texture":"#1"},"south":{"uv":[3.5,7.5,3,8],"rotation":180,"texture":"#1"},"west":{"uv":[3.5,7.5,3,9],"rotation":90,"texture":"#1"},"up":{"uv":[3.5,7.5,3,9],"rotation":180,"texture":"#1"},"down":{"uv":[3.5,7.5,3,9],"texture":"#1"}}},{"from":[1.27431,6.06862,10.70534],"to":[2.25431,7.34862,13.68534],"rotation":{"angle":0,"axis":"x","origin":[1.76431,4.60965,9.00262]},"faces":{"north":{"uv":[7.5,6.5,8,8],"texture":"#1"},"east":{"uv":[8,8,7.5,6.5],"rotation":90,"texture":"#1"},"south":{"uv":[7.5,6.5,8,7],"rotation":180,"texture":"#1"},"west":{"uv":[8,8,7.5,6.5],"rotation":270,"texture":"#1"},"up":{"uv":[7.5,6.5,8,8],"rotation":180,"texture":"#1"},"down":{"uv":[7.5,6.5,8,8],"texture":"#1"}}},{"from":[13.74569,6.06862,10.70534],"to":[14.72569,7.34862,13.68534],"rotation":{"angle":0,"axis":"x","origin":[14.23569,4.60965,9.00262]},"faces":{"north":{"uv":[8,6.5,7.5,8],"texture":"#1"},"east":{"uv":[8,6.5,7.5,8],"rotation":270,"texture":"#1"},"south":{"uv":[8,6.5,7.5,7],"rotation":180,"texture":"#1"},"west":{"uv":[8,6.5,7.5,8],"rotation":90,"texture":"#1"},"up":{"uv":[8,6.5,7.5,8],"rotation":180,"texture":"#1"},"down":{"uv":[8,6.5,7.5,8],"texture":"#1"}}},{"from":[1.27931,1.28789,6.03691],"to":[2.24931,4.25789,7.00691],"rotation":{"angle":-22.5,"axis":"x","origin":[1.76431,4.60965,9.00262]},"faces":{"north":{"uv":[1.97,8.97,1,6],"texture":"#1"},"east":{"uv":[1,9.97,1.97,12.94],"rotation":180,"texture":"#1"},"south":{"uv":[1,6.5,1.97,9.47],"rotation":180,"texture":"#1"},"west":{"uv":[1,9.97,1.97,12.94],"texture":"#1"},"up":{"uv":[1,7.97,1.97,8.94],"rotation":90,"texture":"#1"},"down":{"uv":[1,7.97,1.97,8.94],"rotation":270,"texture":"#1"}}},{"from":[13.75069,1.28789,6.03691],"to":[14.72069,4.25789,7.00691],"rotation":{"angle":-22.5,"axis":"x","origin":[14.23569,4.60965,9.00262]},"faces":{"north":{"uv":[1,8.97,1.97,6],"texture":"#1"},"east":{"uv":[1.97,9.97,1,12.94],"texture":"#1"},"south":{"uv":[1.97,6.5,1,9.47],"rotation":180,"texture":"#1"},"west":{"uv":[1.97,9.97,1,12.94],"rotation":180,"texture":"#1"},"up":{"uv":[1,8.94,1.97,7.97],"rotation":90,"texture":"#1"},"down":{"uv":[1,8.94,1.97,7.97],"rotation":270,"texture":"#1"}}},{"from":[1.26531,5.11157,8.56474],"to":[2.26331,6.10957,11.56274],"rotation":{"angle":22.5,"axis":"x","origin":[1.76431,4.60965,9.00262]},"faces":{"north":{"uv":[6.998,5.998,6,6.996],"rotation":270,"texture":"#1"},"east":{"uv":[6.998,5.998,6,8.996],"rotation":270,"texture":"#1"},"south":{"uv":[6.998,5.998,6,6.996],"rotation":270,"texture":"#1"},"west":{"uv":[6.998,5.998,6,8.996],"rotation":90,"texture":"#1"},"up":{"uv":[8.998,5.998,6,6.996],"rotation":90,"texture":"#1"},"down":{"uv":[6,8.996,6.998,5.998],"rotation":180,"texture":"#1"}}},{"from":[13.73669,5.11157,8.56474],"to":[14.73469,6.10957,11.56274],"rotation":{"angle":22.5,"axis":"x","origin":[14.23569,4.60965,9.00262]},"faces":{"north":{"uv":[6.998,6.996,6,5.998],"rotation":270,"texture":"#1"},"east":{"uv":[6.998,8.996,6,5.998],"rotation":90,"texture":"#1"},"south":{"uv":[6.998,6.996,6,5.998],"rotation":270,"texture":"#1"},"west":{"uv":[6.998,8.996,6,5.998],"rotation":270,"texture":"#1"},"up":{"uv":[8.998,6.996,6,5.998],"rotation":90,"texture":"#1"},"down":{"uv":[6.998,8.996,6,5.998],"rotation":180,"texture":"#1"}}},{"from":[1.26431,-0.19177,6.14649],"to":[2.26431,0.60823,9.74649],"rotation":{"angle":45,"axis":"x","origin":[1.76431,4.60965,9.00262]},"faces":{"north":{"uv":[0,10,0.5,11.5],"texture":"#1"},"east":{"uv":[0.5,11.5,0,10],"rotation":90,"texture":"#1"},"south":{"uv":[0,10,0.5,11.5],"rotation":180,"texture":"#1"},"west":{"uv":[0.5,11.5,0,10],"rotation":270,"texture":"#1"},"up":{"uv":[0,10,0.5,11.5],"rotation":180,"texture":"#1"},"down":{"uv":[0,10,0.5,11.5],"texture":"#1"}}},{"from":[13.73569,-0.19177,6.14649],"to":[14.73569,0.60823,9.74649],"rotation":{"angle":45,"axis":"x","origin":[14.23569,4.60965,9.00262]},"faces":{"north":{"uv":[0.5,10,0,11.5],"texture":"#1"},"east":{"uv":[0.5,10,0,11.5],"rotation":270,"texture":"#1"},"south":{"uv":[0.5,10,0,11.5],"rotation":180,"texture":"#1"},"west":{"uv":[0.5,10,0,11.5],"rotation":90,"texture":"#1"},"up":{"uv":[0.5,10,0,11.5],"rotation":180,"texture":"#1"},"down":{"uv":[0.5,10,0,11.5],"texture":"#1"}}},{"from":[1.31431,3.46112,6.52582],"to":[2.21431,5.46112,13.62582],"rotation":{"angle":-22.5,"axis":"x","origin":[1.76431,4.60965,9.00262]},"faces":{"north":{"uv":[6,12.5,5,5.5],"rotation":90,"texture":"#1"},"east":{"uv":[6,12.5,5,5.5],"rotation":90,"texture":"#1"},"south":{"uv":[5,11.5,6,12.5],"rotation":180,"texture":"#1"},"west":{"uv":[6,12.5,5,5.5],"rotation":90,"texture":"#1"},"up":{"uv":[5,5.5,6,12.5],"rotation":270,"texture":"#1"},"down":{"uv":[6,12.5,5,5.5],"texture":"#1"}}},{"from":[13.78569,3.46112,6.52582],"to":[14.68569,5.46112,13.62582],"rotation":{"angle":-22.5,"axis":"x","origin":[14.23569,4.60965,9.00262]},"faces":{"north":{"uv":[6,5.5,5,12.5],"rotation":90,"texture":"#1"},"east":{"uv":[6,5.5,5,12.5],"rotation":90,"texture":"#1"},"south":{"uv":[6,11.5,5,12.5],"rotation":180,"texture":"#1"},"west":{"uv":[6,5.5,5,12.5],"rotation":90,"texture":"#1"},"up":{"uv":[5,12.5,6,5.5],"rotation":270,"texture":"#1"},"down":{"uv":[5,12.5,6,5.5],"texture":"#1"}}},{"from":[1.27431,1.82027,6.63783],"to":[2.25431,2.90027,12.61783],"rotation":{"angle":45,"axis":"x","origin":[1.76431,4.60965,9.00262]},"faces":{"north":{"uv":[2,6,3,7],"rotation":270,"texture":"#1"},"east":{"uv":[3,6,2,11.98],"rotation":270,"texture":"#1"},"south":{"uv":[3,11.5,2,12],"rotation":270,"texture":"#1"},"west":{"uv":[3,6,2,11.98],"rotation":270,"texture":"#1"},"up":{"uv":[3,6,2,11.98],"rotation":90,"texture":"#1"},"down":{"uv":[2,11.98,3,6],"texture":"#1"}}},{"from":[13.74569,1.82027,6.63783],"to":[14.72569,2.90027,12.61783],"rotation":{"angle":45,"axis":"x","origin":[14.23569,4.60965,9.00262]},"faces":{"north":{"uv":[2,6,3,7],"rotation":270,"texture":"#1"},"east":{"uv":[3,11.98,2,6],"rotation":270,"texture":"#1"},"south":{"uv":[3,12,2,11.5],"rotation":270,"texture":"#1"},"west":{"uv":[3,11.98,2,6],"rotation":270,"texture":"#1"},"up":{"uv":[3,11.98,2,6],"rotation":90,"texture":"#1"},"down":{"uv":[3,11.98,2,6],"texture":"#1"}}},{"from":[1.26431,5.13237,8.10553],"to":[2.26431,6.23237,12.80553],"rotation":{"angle":0,"axis":"x","origin":[1.76431,4.60965,9.00262]},"faces":{"north":{"uv":[6.5,4.5,7,7],"rotation":180,"texture":"#1"},"east":{"uv":[7,7,6.5,4.5],"rotation":270,"texture":"#1"},"south":{"uv":[6.5,2.5,7,3],"texture":"#1"},"west":{"uv":[7,7,6.5,4.5],"rotation":90,"texture":"#1"},"up":{"uv":[6.5,4.5,7,7],"texture":"#1"},"down":{"uv":[6.5,4.5,7,7],"rotation":180,"texture":"#1"}}},{"from":[13.73569,5.13237,8.10553],"to":[14.73569,6.23237,12.80553],"rotation":{"angle":0,"axis":"x","origin":[14.23569,4.60965,9.00262]},"faces":{"north":{"uv":[7,4.5,6.5,7],"rotation":180,"texture":"#1"},"east":{"uv":[7,4.5,6.5,7],"rotation":90,"texture":"#1"},"south":{"uv":[7,2.5,6.5,3],"texture":"#1"},"west":{"uv":[7,4.5,6.5,7],"rotation":270,"texture":"#1"},"up":{"uv":[7,4.5,6.5,7],"texture":"#1"},"down":{"uv":[7,4.5,6.5,7],"rotation":180,"texture":"#1"}}},{"from":[1.30931,2.94774,7.40184],"to":[2.21931,3.95774,13.41184],"rotation":{"angle":0,"axis":"x","origin":[1.76431,4.60965,9.00262]},"faces":{"north":{"uv":[5,7.41,6.01,6.5],"rotation":90,"texture":"#1"},"east":{"uv":[5,12.51,6.01,6.5],"rotation":90,"texture":"#1"},"south":{"uv":[5,7.41,6.01,6.5],"rotation":90,"texture":"#1"},"west":{"uv":[5,12.51,6.01,6.5],"rotation":90,"texture":"#1"},"up":{"uv":[5,12.51,5.91,6.5],"texture":"#1"},"down":{"uv":[5,12.51,5.91,6.5],"texture":"#1"}}},{"from":[13.78069,2.94774,7.40184],"to":[14.69069,3.95774,13.41184],"rotation":{"angle":0,"axis":"x","origin":[14.23569,4.60965,9.00262]},"faces":{"north":{"uv":[5,6.5,6.01,7.41],"rotation":90,"texture":"#1"},"east":{"uv":[5,6.5,6.01,12.51],"rotation":90,"texture":"#1"},"south":{"uv":[5,6.5,6.01,7.41],"rotation":90,"texture":"#1"},"west":{"uv":[5,6.5,6.01,12.51],"rotation":90,"texture":"#1"},"up":{"uv":[5.91,12.51,5,6.5],"texture":"#1"},"down":{"uv":[5.91,12.51,5,6.5],"texture":"#1"}}},{"from":[1.31431,5.60931,7.55683],"to":[2.21431,11.50931,8.45683],"rotation":{"angle":45,"axis":"x","origin":[1.76431,4.60965,9.00262]},"faces":{"north":{"uv":[9.5,4,10,7],"texture":"#1"},"east":{"uv":[9.5,4,10,7],"texture":"#1"},"south":{"uv":[9.5,4,10,7],"texture":"#1"},"west":{"uv":[9.5,4,10,7],"texture":"#1"},"up":{"uv":[9.5,4,10,4.5],"rotation":180,"texture":"#1"},"down":{"uv":[9.5,4,10,7],"rotation":180,"texture":"#1"}}},{"from":[13.78569,5.60931,7.55683],"to":[14.68569,11.50931,8.45683],"rotation":{"angle":45,"axis":"x","origin":[14.23569,4.60965,9.00262]},"faces":{"north":{"uv":[10,4,9.5,7],"texture":"#1"},"east":{"uv":[10,4,9.5,7],"texture":"#1"},"south":{"uv":[10,4,9.5,7],"texture":"#1"},"west":{"uv":[10,4,9.5,7],"texture":"#1"},"up":{"uv":[10,4,9.5,4.5],"rotation":180,"texture":"#1"},"down":{"uv":[10,4,9.5,7],"rotation":180,"texture":"#1"}}},{"from":[1.36431,5.15616,8.72427],"to":[2.16431,10.95616,9.52427],"rotation":{"angle":22.5,"axis":"x","origin":[1.76431,4.60965,9.00262]},"faces":{"north":{"uv":[9.5,5,10,5.5],"texture":"#1"},"east":{"uv":[10,5.5,9.5,5],"rotation":90,"texture":"#1"},"south":{"uv":[9.5,5,10,5.5],"rotation":180,"texture":"#1"},"west":{"uv":[10,5.5,9.5,5],"rotation":270,"texture":"#1"},"up":{"uv":[9.5,5,10,5.5],"rotation":180,"texture":"#1"},"down":{"uv":[9.5,5,10,5.5],"texture":"#1"}}},{"from":[13.83569,5.15616,8.72427],"to":[14.63569,10.95616,9.52427],"rotation":{"angle":22.5,"axis":"x","origin":[14.23569,4.60965,9.00262]},"faces":{"north":{"uv":[10,5,9.5,5.5],"texture":"#1"},"east":{"uv":[10,5,9.5,5.5],"rotation":270,"texture":"#1"},"south":{"uv":[10,5,9.5,5.5],"rotation":180,"texture":"#1"},"west":{"uv":[10,5,9.5,5.5],"rotation":90,"texture":"#1"},"up":{"uv":[10,5,9.5,5.5],"rotation":180,"texture":"#1"},"down":{"uv":[10,5,9.5,5.5],"texture":"#1"}}},{"from":[1.31531,2.02986,10.02515],"to":[2.21331,3.02786,12.82315],"rotation":{"angle":0,"axis":"x","origin":[1.76431,4.60965,9.00262]},"faces":{"north":{"uv":[4,5.5,4.5,6.9],"texture":"#1"},"east":{"uv":[4.5,6.9,4,5.5],"rotation":90,"texture":"#1"},"south":{"uv":[4,5.5,4.45,6],"rotation":180,"texture":"#1"},"west":{"uv":[4.5,6.9,4,5.5],"rotation":270,"texture":"#1"},"up":{"uv":[4,5.5,4.5,6.9],"rotation":180,"texture":"#1"},"down":{"uv":[4,5.5,4.5,6.9],"texture":"#1"}}},{"from":[13.78669,2.02986,10.02515],"to":[14.68469,3.02786,12.82315],"rotation":{"angle":0,"axis":"x","origin":[14.23569,4.60965,9.00262]},"faces":{"north":{"uv":[4.5,5.5,4,6.9],"texture":"#1"},"east":{"uv":[4.5,5.5,4,6.9],"rotation":270,"texture":"#1"},"south":{"uv":[4.45,5.5,4,6],"rotation":180,"texture":"#1"},"west":{"uv":[4.5,5.5,4,6.9],"rotation":90,"texture":"#1"},"up":{"uv":[4.5,5.5,4,6.9],"rotation":180,"texture":"#1"},"down":{"uv":[4.5,5.5,4,6.9],"texture":"#1"}}},{"from":[1.26531,8.17763,8.43171],"to":[2.26331,10.97563,9.42971],"rotation":{"angle":45,"axis":"x","origin":[1.76431,4.60965,9.00262]},"faces":{"north":{"uv":[8.5,4,9,5.4],"texture":"#1"},"east":{"uv":[8.5,4,9,5.4],"texture":"#1"},"south":{"uv":[8.5,4,9,5.4],"texture":"#1"},"west":{"uv":[8.5,4,9,5.4],"texture":"#1"},"up":{"uv":[8.5,4,9,4.5],"rotation":180,"texture":"#1"},"down":{"uv":[8.5,4,9,5.4],"rotation":180,"texture":"#1"}}},{"from":[13.73669,8.17763,8.43171],"to":[14.73469,10.97563,9.42971],"rotation":{"angle":45,"axis":"x","origin":[14.23569,4.60965,9.00262]},"faces":{"north":{"uv":[9,4,8.5,5.4],"texture":"#1"},"east":{"uv":[9,4,8.5,5.4],"texture":"#1"},"south":{"uv":[9,4,8.5,5.4],"texture":"#1"},"west":{"uv":[9,4,8.5,5.4],"texture":"#1"},"up":{"uv":[9,4,8.5,4.5],"rotation":180,"texture":"#1"},"down":{"uv":[9,4,8.5,5.4],"rotation":180,"texture":"#1"}}},{"from":[7.08842,8.39808,1.45088],"to":[8.68842,8.99808,2.55088],"rotation":{"angle":22.5,"axis":"z","origin":[8.00088,7.39232,2]},"faces":{"north":{"uv":[7,12.5,5,11.5],"texture":"#1"},"east":{"uv":[6.5,6.5,7,6],"texture":"#1"},"south":{"uv":[5,12.5,7,11.5],"texture":"#1"},"west":{"uv":[5,12.5,7.5,11.5],"texture":"#1"},"up":{"uv":[5,12.5,7,11.5],"texture":"#1"},"down":{"uv":[7,11.5,5,13],"rotation":180,"texture":"#1"}}},{"from":[7.31534,8.40008,1.45288],"to":[8.91134,8.99608,2.54888],"rotation":{"angle":-22.5,"axis":"z","origin":[8.00088,7.39232,2]},"faces":{"north":{"uv":[5,12.5,7,11.5],"texture":"#1"},"east":{"uv":[7.5,12.5,5,11.5],"texture":"#1"},"south":{"uv":[7,12.5,5,11.5],"texture":"#1"},"west":{"uv":[7,9,6.5,8.5],"texture":"#1"},"up":{"uv":[5,12.5,7,11.5],"rotation":180,"texture":"#1"},"down":{"uv":[5,11.5,7,13],"rotation":180,"texture":"#1"}}},{"from":[6.42299,4.94814,1.44188],"to":[9.04099,5.56614,2.55988],"rotation":{"angle":-22.5,"axis":"z","origin":[8.00088,7.39232,2]},"faces":{"north":{"uv":[3.5,12.5,0,11.5],"rotation":180,"texture":"#3"},"east":{"uv":[3.5,12.5,0,11.5],"rotation":180,"texture":"#3"},"south":{"uv":[3.5,12.5,0,11.5],"texture":"#3"},"west":{"uv":[3.5,12.5,0,11.5],"rotation":180,"texture":"#3"},"up":{"uv":[3.5,13,0,11.5],"texture":"#3"},"down":{"uv":[3.5,13,0,11.5],"texture":"#3"}}},{"from":[2.07689,5.31675,1.43188],"to":[6.71489,5.95475,2.56988],"rotation":{"angle":22.5,"axis":"z","origin":[8.00088,7.39232,2]},"faces":{"north":{"uv":[6.5,12.5,0,11.5],"rotation":180,"texture":"#3"},"east":{"uv":[3.5,12.5,0,11.5],"texture":"#3"},"south":{"uv":[6.5,12.5,0,11.5],"texture":"#3"},"west":{"uv":[6.638,12.138,5.5,11.5],"texture":"#3"},"up":{"uv":[0,11,6.5,12.5],"rotation":180,"texture":"#3"},"down":{"uv":[0,11.5,6.5,13],"rotation":180,"texture":"#3"}}},{"from":[9.28511,5.31675,1.43188],"to":[13.92311,5.95475,2.56988],"rotation":{"angle":-22.5,"axis":"z","origin":[7.99912,7.39232,2]},"faces":{"north":{"uv":[0,12.5,6.5,11.5],"rotation":180,"texture":"#3"},"east":{"uv":[5.5,12.138,6.638,11.5],"texture":"#3"},"south":{"uv":[0,12.5,6.5,11.5],"texture":"#3"},"west":{"uv":[0,12.5,3.5,11.5],"texture":"#3"},"up":{"uv":[6.5,11,0,12.5],"rotation":180,"texture":"#3"},"down":{"uv":[6.5,11.5,0,13],"rotation":180,"texture":"#3"}}},{"from":[1.19531,1.82695,4.49664],"to":[2.33331,2.46495,7.13464],"rotation":{"angle":45,"axis":"x","origin":[1.76431,4.60965,9.00262]},"faces":{"north":{"uv":[0.5,11.5,1.5,12.5],"texture":"#3"},"east":{"uv":[0,12.5,3.5,11.5],"rotation":180,"texture":"#3"},"south":{"uv":[0,12.5,3.5,11.5],"texture":"#3"},"west":{"uv":[0,12.5,3.5,11.5],"texture":"#3"},"up":{"uv":[0,13,3.5,11.5],"rotation":90,"texture":"#3"},"down":{"uv":[0,13,3.5,11.5],"rotation":270,"texture":"#3"}}},{"from":[13.66669,1.82695,4.49664],"to":[14.80469,2.46495,7.13464],"rotation":{"angle":45,"axis":"x","origin":[14.23569,4.60965,9.00262]},"faces":{"north":{"uv":[1.5,11.5,0.5,12.5],"texture":"#3"},"east":{"uv":[3.5,12.5,0,11.5],"texture":"#3"},"south":{"uv":[3.5,12.5,0,11.5],"texture":"#3"},"west":{"uv":[3.5,12.5,0,11.5],"rotation":180,"texture":"#3"},"up":{"uv":[0,11.5,3.5,13],"rotation":90,"texture":"#3"},"down":{"uv":[0,11.5,3.5,13],"rotation":270,"texture":"#3"}}},{"from":[6.97077,4.95814,1.45188],"to":[9.56877,5.55614,2.54988],"rotation":{"angle":22.5,"axis":"z","origin":[8.00088,7.39232,2]},"faces":{"north":{"uv":[0,12.5,3.5,11.5],"rotation":180,"texture":"#3"},"east":{"uv":[0,12.5,3.5,11.5],"rotation":180,"texture":"#3"},"south":{"uv":[0,12.5,3.5,11.5],"texture":"#3"},"west":{"uv":[0,12.5,3.5,11.5],"rotation":180,"texture":"#3"},"up":{"uv":[0,13,3.5,11.5],"texture":"#3"},"down":{"uv":[0,13,3.5,11.5],"texture":"#3"}}},{"from":[6.5414,9.50436,1.44188],"to":[9.1594,10.12236,2.55988],"rotation":{"angle":22.5,"axis":"z","origin":[8.00088,7.39232,2]},"faces":{"north":{"uv":[9.5,11.5,6,12.5],"texture":"#3"},"east":{"uv":[9.5,13,8.5,11.5],"texture":"#3"},"south":{"uv":[9.5,12.5,6,11.5],"rotation":180,"texture":"#3"},"west":{"uv":[8.118,12.618,7,12],"texture":"#3"},"up":{"uv":[9.5,13,6,11.5],"rotation":180,"texture":"#3"},"down":{"uv":[9.5,13.5,6,12],"rotation":180,"texture":"#3"}}},{"from":[6.85236,9.51436,1.45188],"to":[9.45036,10.11236,2.54988],"rotation":{"angle":-22.5,"axis":"z","origin":[8.00088,7.39232,2]},"faces":{"north":{"uv":[6,11.5,9.5,12.5],"texture":"#3"},"east":{"uv":[0,12.5,3.5,11.5],"texture":"#3"},"south":{"uv":[6,12.5,9.5,11.5],"rotation":180,"texture":"#3"},"west":{"uv":[8.5,13,9.5,11.5],"texture":"#3"},"up":{"uv":[6,13,9.5,11.5],"rotation":180,"texture":"#3"},"down":{"uv":[6,13.5,9.5,12],"rotation":180,"texture":"#3"}}},{"from":[5.61775,5.74802,1.45188],"to":[6.21575,9.34602,2.54988],"rotation":{"angle":0,"axis":"y","origin":[8.00088,7.39232,2]},"faces":{"north":{"uv":[7,11.5,2.5,12.5],"rotation":90,"texture":"#3"},"east":{"uv":[2.5,11.5,7,13],"rotation":270,"texture":"#3"},"south":{"uv":[2.5,11.5,7,12.5],"rotation":270,"texture":"#3"},"west":{"uv":[2.5,11.5,7,13],"rotation":270,"texture":"#3"},"up":{"uv":[6,11.5,6.5,12.5],"rotation":180,"texture":"#3"},"down":{"uv":[2.5,11.5,6.5,12.5],"texture":"#3"}}},{"from":[9.77601,5.73802,1.44188],"to":[10.39401,9.35602,2.55988],"rotation":{"angle":0,"axis":"y","origin":[8.00088,7.39232,2]},"faces":{"north":{"uv":[7,12.5,2.5,11.5],"rotation":90,"texture":"#3"},"east":{"uv":[2.5,11.5,7,13],"rotation":270,"texture":"#3"},"south":{"uv":[2.5,11.5,7,12.5],"rotation":270,"texture":"#3"},"west":{"uv":[2.5,11.5,7,13],"rotation":270,"texture":"#3"},"up":{"uv":[6.5,11.5,6,12.5],"rotation":180,"texture":"#3"},"down":{"uv":[3.618,12,3,13.118],"texture":"#3"}}},{"from":[11.1068,8.94423,1.44188],"to":[11.7248,12.56223,2.55988],"rotation":{"angle":-45,"axis":"z","origin":[8.00088,7.39232,2]},"faces":{"north":{"uv":[7,12.5,2.5,11.5],"rotation":90,"texture":"#3"},"east":{"uv":[2.5,11.5,7,13],"rotation":270,"texture":"#3"},"south":{"uv":[2.5,11.5,7,12.5],"rotation":270,"texture":"#3"},"west":{"uv":[2.5,11.5,7,13],"rotation":270,"texture":"#3"},"up":{"uv":[6.5,11.5,6,12.5],"rotation":180,"texture":"#3"},"down":{"uv":[3.618,12,3,13.118],"texture":"#3"}}},{"from":[4.27696,8.94423,1.44188],"to":[4.89496,12.56223,2.55988],"rotation":{"angle":45,"axis":"z","origin":[8.00088,7.39232,2]},"faces":{"north":{"uv":[2.5,11.5,7,12.5],"rotation":270,"texture":"#3"},"east":{"uv":[2.5,11.5,7,13],"rotation":270,"texture":"#3"},"south":{"uv":[7,12.5,2.5,11.5],"rotation":90,"texture":"#3"},"west":{"uv":[2.5,11.5,7,13],"rotation":270,"texture":"#3"},"up":{"uv":[6,12.5,6.5,11.5],"rotation":180,"texture":"#3"},"down":{"uv":[3,13.118,3.618,12],"texture":"#3"}}},{"from":[1.20531,5.96621,6.68474],"to":[2.32331,6.58421,10.30274],"rotation":{"angle":-22.5,"axis":"x","origin":[1.76431,4.60965,9.00262]},"faces":{"north":{"uv":[3,12,3.618,13.118],"rotation":270,"texture":"#3"},"east":{"uv":[2.5,12.5,7,11.5],"rotation":180,"texture":"#3"},"south":{"uv":[6,11.5,6.5,12.5],"rotation":90,"texture":"#3"},"west":{"uv":[7,11.5,2.5,12.5],"rotation":180,"texture":"#3"},"up":{"uv":[2.5,13,7,11.5],"rotation":90,"texture":"#3"},"down":{"uv":[2.5,13,7,11.5],"rotation":270,"texture":"#3"}}},{"from":[13.67669,5.96621,6.68474],"to":[14.79469,6.58421,10.30274],"rotation":{"angle":-22.5,"axis":"x","origin":[14.23569,4.60965,9.00262]},"faces":{"north":{"uv":[3,13.118,3.618,12],"rotation":270,"texture":"#3"},"east":{"uv":[2.5,11.5,7,12.5],"rotation":180,"texture":"#3"},"south":{"uv":[6,12.5,6.5,11.5],"rotation":90,"texture":"#3"},"west":{"uv":[7,12.5,2.5,11.5],"rotation":180,"texture":"#3"},"up":{"uv":[2.5,11.5,7,13],"rotation":90,"texture":"#3"},"down":{"uv":[2.5,11.5,7,13],"rotation":270,"texture":"#3"}}},{"from":[4.27696,5.82623,1.44188],"to":[4.89496,8.94423,2.55988],"rotation":{"angle":45,"axis":"z","origin":[8.00088,7.39232,2]},"faces":{"north":{"uv":[7,12,4,13],"rotation":270,"texture":"#3"},"east":{"uv":[7,11.5,4,13],"rotation":270,"texture":"#3"},"south":{"uv":[7,11.5,4,12.5],"rotation":270,"texture":"#3"},"west":{"uv":[7,11.5,4,12.5],"rotation":270,"texture":"#3"},"up":{"uv":[7,11.5,4,12.5],"rotation":180,"texture":"#3"},"down":{"uv":[7,11.5,6.5,12.5],"texture":"#3"}}},{"from":[11.1068,5.82623,1.44188],"to":[11.7248,8.94423,2.55988],"rotation":{"angle":-45,"axis":"z","origin":[8.00088,7.39232,2]},"faces":{"north":{"uv":[7,13,4,12],"rotation":270,"texture":"#3"},"east":{"uv":[7,12.5,4,11.5],"rotation":270,"texture":"#3"},"south":{"uv":[7,12.5,4,11.5],"rotation":270,"texture":"#3"},"west":{"uv":[7,13,4,11.5],"rotation":270,"texture":"#3"},"up":{"uv":[4,11.5,7,12.5],"rotation":180,"texture":"#3"},"down":{"uv":[6.5,11.5,7,12.5],"texture":"#3"}}},{"from":[13.2348,5.95423,1.45188],"to":[13.8328,9.55223,2.54988],"rotation":{"angle":-45,"axis":"z","origin":[9.50088,7.39232,2]},"faces":{"north":{"uv":[7,12.5,2.5,11.5],"rotation":270,"texture":"#3"},"east":{"uv":[2.5,11.5,7,13],"rotation":90,"texture":"#3"},"south":{"uv":[2.5,11.5,7,12.5],"rotation":90,"texture":"#3"},"west":{"uv":[2.5,11.5,7,13],"rotation":90,"texture":"#3"},"up":{"uv":[3.618,12,3,13.118],"rotation":180,"texture":"#3"},"down":{"uv":[6.5,11.5,6,12.5],"texture":"#3"}}},{"from":[2.16896,5.95423,1.45188],"to":[2.76696,9.55223,2.54988],"rotation":{"angle":45,"axis":"z","origin":[6.50088,7.39232,2]},"faces":{"north":{"uv":[2.5,11.5,7,12.5],"rotation":90,"texture":"#3"},"east":{"uv":[2.5,11.5,7,13],"rotation":90,"texture":"#3"},"south":{"uv":[7,12.5,2.5,11.5],"rotation":270,"texture":"#3"},"west":{"uv":[2.5,11.5,7,13],"rotation":90,"texture":"#3"},"up":{"uv":[3,13.118,3.618,12],"rotation":180,"texture":"#3"},"down":{"uv":[6,12.5,6.5,11.5],"texture":"#3"}}},{"from":[1.21531,5.35821,4.69474],"to":[2.31331,5.95621,8.29274],"rotation":{"angle":-22.5,"axis":"x","origin":[1.76431,4.60965,9.00262]},"faces":{"north":{"uv":[6,11.5,6.5,12.5],"rotation":270,"texture":"#3"},"east":{"uv":[2.5,12.5,7,11.5],"texture":"#3"},"south":{"uv":[3,12,3.618,13.118],"rotation":90,"texture":"#3"},"west":{"uv":[7,11.5,2.5,12.5],"texture":"#3"},"up":{"uv":[2.5,13,7,11.5],"rotation":270,"texture":"#3"},"down":{"uv":[2.5,13,7,11.5],"rotation":90,"texture":"#3"}}},{"from":[13.68669,5.35821,4.69474],"to":[14.78469,5.95621,8.29274],"rotation":{"angle":-22.5,"axis":"x","origin":[14.23569,4.60965,9.00262]},"faces":{"north":{"uv":[6,12.5,6.5,11.5],"rotation":270,"texture":"#3"},"east":{"uv":[2.5,11.5,7,12.5],"texture":"#3"},"south":{"uv":[3,13.118,3.618,12],"rotation":90,"texture":"#3"},"west":{"uv":[7,12.5,2.5,11.5],"texture":"#3"},"up":{"uv":[2.5,11.5,7,13],"rotation":270,"texture":"#3"},"down":{"uv":[2.5,11.5,7,13],"rotation":90,"texture":"#3"}}},{"from":[6.96516,6.09099,1.45288],"to":[8.56116,6.68699,2.54888],"rotation":{"angle":-22.5,"axis":"z","origin":[8.00088,7.39232,2]},"faces":{"north":{"uv":[2.5,13,0,12],"rotation":180,"texture":"#1"},"east":{"uv":[0,13,2.5,12],"rotation":180,"texture":"#1"},"south":{"uv":[0,13,2.5,12],"rotation":180,"texture":"#1"},"west":{"uv":[1,13,2,12],"rotation":180,"texture":"#1"},"up":{"uv":[2.5,11.5,0,13],"texture":"#1"},"down":{"uv":[2.5,11.5,0,13],"texture":"#1"}}},{"from":[7.4386,6.08899,1.45088],"to":[9.0386,6.68899,2.55088],"rotation":{"angle":22.5,"axis":"z","origin":[8.00088,7.39232,2]},"faces":{"north":{"uv":[0,13,2.5,12],"rotation":180,"texture":"#1"},"east":{"uv":[2.5,13,0,12],"rotation":180,"texture":"#1"},"south":{"uv":[2.5,13,0,12],"rotation":180,"texture":"#1"},"west":{"uv":[1.3,12.6,0,12],"rotation":180,"texture":"#1"},"up":{"uv":[0,11.5,2.5,13],"texture":"#1"},"down":{"uv":[0,11.5,2.5,13],"texture":"#1"}}},{"from":[6.51342,6.58199,1.45188],"to":[7.11142,8.52999,2.54988],"rotation":{"angle":0,"axis":"y","origin":[8.00088,7.39232,2]},"faces":{"north":{"uv":[5.5,12.5,2.5,11.5],"rotation":90,"texture":"#1"},"east":{"uv":[6,12,3,13.5],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,11.5,2.5,12.5],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,11.5,2.5,13],"rotation":90,"texture":"#1"},"up":{"uv":[2.5,12.5,6,11.5],"rotation":180,"texture":"#1"},"down":{"uv":[2.5,12.5,6,11.5],"texture":"#1"}}},{"from":[8.89034,6.58199,1.45188],"to":[9.48834,8.52999,2.54988],"rotation":{"angle":0,"axis":"y","origin":[8.00088,7.39232,2]},"faces":{"north":{"uv":[5.5,11.5,2.5,12.5],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,13,2.5,11.5],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,12.5,2.5,11.5],"rotation":90,"texture":"#1"},"west":{"uv":[6,13.5,3,12],"rotation":90,"texture":"#1"},"up":{"uv":[6,12.5,2.5,11.5],"rotation":180,"texture":"#1"},"down":{"uv":[6,12.5,2.5,11.5],"texture":"#1"}}},{"from":[10.17601,8.17506,1.64932],"to":[10.87601,9.37506,2.34932],"rotation":{"angle":22.5,"axis":"z","origin":[8.00088,7.39232,2]},"faces":{"north":{"uv":[7,0,8.5,1],"rotation":270,"texture":"#1"},"east":{"uv":[7,0,8.5,1],"rotation":270,"texture":"#1"},"south":{"uv":[7,0,8.5,1],"rotation":270,"texture":"#1"},"west":{"uv":[7,0,8.5,1],"rotation":270,"texture":"#1"},"up":{"uv":[7,0,8.5,1],"rotation":180,"texture":"#1"},"down":{"uv":[7,0,8.5,1],"texture":"#1"}}},{"from":[5.12575,8.17506,1.64932],"to":[5.82575,9.37506,2.34932],"rotation":{"angle":-22.5,"axis":"z","origin":[8.00088,7.39232,2]},"faces":{"north":{"uv":[7,1,8.5,0],"rotation":270,"texture":"#1"},"east":{"uv":[7,1,8.5,0],"rotation":270,"texture":"#1"},"south":{"uv":[7,1,8.5,0],"rotation":270,"texture":"#1"},"west":{"uv":[7,1,8.5,0],"rotation":270,"texture":"#1"},"up":{"uv":[8.5,0,7,1],"rotation":180,"texture":"#1"},"down":{"uv":[8.5,0,7,1],"texture":"#1"}}},{"from":[10.75225,8.11663,1.70088],"to":[11.35225,8.71663,2.30088],"rotation":{"angle":45,"axis":"z","origin":[8.00088,7.39232,2]},"faces":{"north":{"uv":[8.5,2,9.5,1],"rotation":270,"texture":"#1"},"east":{"uv":[8.5,2,9.5,1],"rotation":270,"texture":"#1"},"south":{"uv":[8.5,2,9.5,1],"rotation":270,"texture":"#1"},"west":{"uv":[8.5,2,9.5,1],"rotation":270,"texture":"#1"},"up":{"uv":[8.5,2,9.5,1],"rotation":180,"texture":"#1"},"down":{"uv":[8.5,2,9.5,1],"texture":"#1"}}},{"from":[4.64951,8.11663,1.70088],"to":[5.24951,8.71663,2.30088],"rotation":{"angle":-45,"axis":"z","origin":[8.00088,7.39232,2]},"faces":{"north":{"uv":[8.5,1,9.5,2],"rotation":270,"texture":"#1"},"east":{"uv":[8.5,1,9.5,2],"rotation":270,"texture":"#1"},"south":{"uv":[8.5,1,9.5,2],"rotation":270,"texture":"#1"},"west":{"uv":[8.5,1,9.5,2],"rotation":270,"texture":"#1"},"up":{"uv":[9.5,2,8.5,1],"rotation":180,"texture":"#1"},"down":{"uv":[9.5,2,8.5,1],"texture":"#1"}}},{"from":[8.36118,10.19536,1.79834],"to":[9.26118,14.99536,2.19834],"rotation":{"angle":-22.5,"axis":"z","origin":[8.00088,7.39232,2]},"faces":{"north":{"uv":[9.4,0.5,8.5,5.3],"rotation":180,"texture":"#1"},"east":{"uv":[8.5,0.5,8.9,5.3],"rotation":180,"texture":"#1"},"south":{"uv":[8.5,0.5,9.4,5.3],"rotation":180,"texture":"#1"},"west":{"uv":[9,0.5,9.4,5.3],"texture":"#1"},"up":{"uv":[8,6,8.9,6.4],"rotation":180,"texture":"#1"},"down":{"uv":[8,0.5,8.9,0.9],"texture":"#1"}}},{"from":[6.74058,10.19536,1.79834],"to":[7.64058,14.99536,2.19834],"rotation":{"angle":22.5,"axis":"z","origin":[8.00088,7.39232,2]},"faces":{"north":{"uv":[8.5,0.5,9.4,5.3],"rotation":180,"texture":"#1"},"east":{"uv":[9.4,0.5,9,5.3],"texture":"#1"},"south":{"uv":[9.4,0.5,8.5,5.3],"rotation":180,"texture":"#1"},"west":{"uv":[8.9,0.5,8.5,5.3],"rotation":180,"texture":"#1"},"up":{"uv":[8.9,6,8,6.4],"rotation":180,"texture":"#1"},"down":{"uv":[8.9,0.5,8,0.9],"texture":"#1"}}},{"from":[11.08045,7.65219,1.82334],"to":[15.08045,8.50219,2.17334],"rotation":{"angle":45,"axis":"z","origin":[8.00088,7.39232,2]},"faces":{"north":{"uv":[8,2,9,6],"rotation":90,"texture":"#1"},"east":{"uv":[8,4,8.5,4.5],"rotation":90,"texture":"#1"},"south":{"uv":[8,2,9,6],"rotation":270,"texture":"#1"},"west":{"uv":[7,1.5,7.85,1.85],"rotation":90,"texture":"#1"},"up":{"uv":[8,2,8.35,6],"rotation":270,"texture":"#1"},"down":{"uv":[8,1.5,8.35,5.5],"rotation":270,"texture":"#1"}}},{"from":[0.92131,7.65219,1.82334],"to":[4.92131,8.50219,2.17334],"rotation":{"angle":-45,"axis":"z","origin":[8.00088,7.39232,2]},"faces":{"north":{"uv":[8,6,9,2],"rotation":90,"texture":"#1"},"east":{"uv":[7,1.85,7.85,1.5],"rotation":90,"texture":"#1"},"south":{"uv":[8,6,9,2],"rotation":270,"texture":"#1"},"west":{"uv":[8,4.5,8.5,4],"rotation":90,"texture":"#1"},"up":{"uv":[8,6,8.35,2],"rotation":270,"texture":"#1"},"down":{"uv":[8,5.5,8.35,1.5],"rotation":270,"texture":"#1"}}},{"from":[10.59931,6.93809,1.84834],"to":[14.54931,7.73809,2.14834],"rotation":{"angle":45,"axis":"z","origin":[8.00088,7.39232,2]},"faces":{"north":{"uv":[7,5.95,8,2],"rotation":270,"texture":"#1"},"east":{"uv":[7,4.5,7.5,5],"rotation":90,"texture":"#1"},"south":{"uv":[7,2,8,5.95],"rotation":270,"texture":"#1"},"west":{"uv":[6,2,6.8,2.3],"rotation":90,"texture":"#1"},"up":{"uv":[6,2,9.95,2.3],"texture":"#1"},"down":{"uv":[7,2.5,7.3,6.45],"rotation":270,"texture":"#1"}}},{"from":[1.45245,6.93809,1.84834],"to":[5.40245,7.73809,2.14834],"rotation":{"angle":-45,"axis":"z","origin":[8.00088,7.39232,2]},"faces":{"north":{"uv":[7,2,8,5.95],"rotation":270,"texture":"#1"},"east":{"uv":[6,2.3,6.8,2],"rotation":90,"texture":"#1"},"south":{"uv":[7,5.95,8,2],"rotation":270,"texture":"#1"},"west":{"uv":[7,5,7.5,4.5],"rotation":90,"texture":"#1"},"up":{"uv":[9.95,2,6,2.3],"texture":"#1"},"down":{"uv":[7,6.45,7.3,2.5],"rotation":270,"texture":"#1"}}},{"from":[10.4751,8.10994,1.87334],"to":[13.8751,8.85994,2.12334],"rotation":{"angle":22.5,"axis":"z","origin":[8.00088,7.39232,2]},"faces":{"north":{"uv":[6.5,4.5,7.5,7.9],"rotation":270,"texture":"#1"},"east":{"uv":[6.5,8,7.5,8.5],"rotation":270,"texture":"#1"},"south":{"uv":[6.5,5.5,7.5,8.9],"rotation":270,"texture":"#1"},"west":{"uv":[5,1.5,5.75,1.75],"rotation":90,"texture":"#1"},"up":{"uv":[7.5,6,7.75,9.4],"rotation":270,"texture":"#1"},"down":{"uv":[6.5,2.5,6.75,5.9],"rotation":270,"texture":"#1"}}},{"from":[2.12666,8.10994,1.87334],"to":[5.52666,8.85994,2.12334],"rotation":{"angle":-22.5,"axis":"z","origin":[8.00088,7.39232,2]},"faces":{"north":{"uv":[6.5,7.9,7.5,4.5],"rotation":270,"texture":"#1"},"east":{"uv":[5,1.75,5.75,1.5],"rotation":90,"texture":"#1"},"south":{"uv":[6.5,8.9,7.5,5.5],"rotation":270,"texture":"#1"},"west":{"uv":[6.5,8.5,7.5,8],"rotation":270,"texture":"#1"},"up":{"uv":[7.5,9.4,7.75,6],"rotation":270,"texture":"#1"},"down":{"uv":[6.5,5.9,6.75,2.5],"rotation":270,"texture":"#1"}}},{"from":[9.66395,9.038,1.89834],"to":[13.01395,9.738,2.09834],"rotation":{"angle":0,"axis":"x","origin":[8.00088,7.39232,2]},"faces":{"north":{"uv":[7,7.35,6,4],"rotation":90,"texture":"#1"},"east":{"uv":[6,4,6.2,5],"rotation":180,"texture":"#1"},"south":{"uv":[6,7.35,7,4],"rotation":270,"texture":"#1"},"west":{"uv":[6,7.35,7,4],"rotation":180,"texture":"#1"},"up":{"uv":[6.5,7.35,6.7,4],"rotation":270,"texture":"#1"},"down":{"uv":[6,7.35,6.2,4],"rotation":270,"texture":"#1"}}},{"from":[2.98781,9.038,1.89834],"to":[6.33781,9.738,2.09834],"rotation":{"angle":0,"axis":"x","origin":[8.00088,7.39232,2]},"faces":{"north":{"uv":[7,4,6,7.35],"rotation":90,"texture":"#1"},"east":{"uv":[7,7.35,6,4],"rotation":180,"texture":"#1"},"south":{"uv":[6,4,7,7.35],"rotation":270,"texture":"#1"},"west":{"uv":[6.2,4,6,5],"rotation":180,"texture":"#1"},"up":{"uv":[6.5,4,6.7,7.35],"rotation":270,"texture":"#1"},"down":{"uv":[6,4,6.2,7.35],"rotation":270,"texture":"#1"}}},{"from":[9.0992,9.67101,1.92334],"to":[11.9992,10.32101,2.07334],"rotation":{"angle":-22.5,"axis":"z","origin":[8.00088,7.39232,2]},"faces":{"north":{"uv":[5,6.5,6,9.5],"rotation":270,"texture":"#1"},"east":{"uv":[5,6.5,6,9.5],"rotation":180,"texture":"#1"},"south":{"uv":[5,6.5,6,9.5],"rotation":90,"texture":"#1"},"west":{"uv":[5,6.5,6,9.5],"texture":"#1"},"up":{"uv":[5,6.5,5.15,9.4],"rotation":90,"texture":"#1"},"down":{"uv":[5,6.5,5.15,9.4],"rotation":90,"texture":"#1"}}},{"from":[4.00256,9.67101,1.92334],"to":[6.90256,10.32101,2.07334],"rotation":{"angle":22.5,"axis":"z","origin":[8.00088,7.39232,2]},"faces":{"north":{"uv":[5,9.5,6,6.5],"rotation":270,"texture":"#1"},"east":{"uv":[6,6.5,5,9.5],"texture":"#1"},"south":{"uv":[5,9.5,6,6.5],"rotation":90,"texture":"#1"},"west":{"uv":[6,6.5,5,9.5],"rotation":180,"texture":"#1"},"up":{"uv":[5,9.4,5.15,6.5],"rotation":90,"texture":"#1"},"down":{"uv":[5,9.4,5.15,6.5],"rotation":90,"texture":"#1"}}},{"from":[10.37866,4.41234,1.94334],"to":[10.98866,7.27234,2.05334],"rotation":{"angle":45,"axis":"z","origin":[8.00088,7.39232,2]},"faces":{"north":{"uv":[5,6,6,9],"rotation":180,"texture":"#1"},"east":{"uv":[5,6,5.11,8.86],"rotation":180,"texture":"#1"},"south":{"uv":[5,6,6,9],"rotation":180,"texture":"#1"},"west":{"uv":[5,6,5.11,8.86],"rotation":180,"texture":"#1"},"up":{"uv":[5,6,6,9],"rotation":90,"texture":"#1"},"down":{"uv":[5,6,6,9],"rotation":270,"texture":"#1"}}},{"from":[5.0131,4.41234,1.94334],"to":[5.6231,7.27234,2.05334],"rotation":{"angle":-45,"axis":"z","origin":[8.00088,7.39232,2]},"faces":{"north":{"uv":[6,6,5,9],"rotation":180,"texture":"#1"},"east":{"uv":[5.11,6,5,8.86],"rotation":180,"texture":"#1"},"south":{"uv":[6,6,5,9],"rotation":180,"texture":"#1"},"west":{"uv":[5.11,6,5,8.86],"rotation":180,"texture":"#1"},"up":{"uv":[5,9,6,6],"rotation":90,"texture":"#1"},"down":{"uv":[5,9,6,6],"rotation":270,"texture":"#1"}}},{"from":[13.47369,6.16987,1.95425],"to":[14.87369,6.76987,3.55425],"rotation":{"angle":-22.5,"axis":"x","origin":[14.22369,5.31533,2.92934]},"faces":{"north":{"uv":[5,11.5,7.5,12.5],"rotation":180,"texture":"#3"},"east":{"uv":[5,11.5,7,12.5],"rotation":180,"texture":"#3"},"south":{"uv":[9,12,9.5,12.5],"rotation":180,"texture":"#3"},"west":{"uv":[7,11.5,5,12.5],"rotation":180,"texture":"#3"},"up":{"uv":[3.5,14,6,15.5],"rotation":270,"texture":"#3"},"down":{"uv":[4.5,11.5,6.5,13],"rotation":270,"texture":"#3"}}},{"from":[1.12631,6.16987,1.95425],"to":[2.42631,6.76987,3.55425],"rotation":{"angle":-22.5,"axis":"x","origin":[1.77631,5.31533,2.92934]},"faces":{"north":{"uv":[7.5,11.5,5,12.5],"rotation":180,"texture":"#3"},"east":{"uv":[5,11.5,7,12.5],"rotation":180,"texture":"#3"},"south":{"uv":[9.5,12,9,12.5],"rotation":180,"texture":"#3"},"west":{"uv":[7,11.5,5,12.5],"rotation":180,"texture":"#3"},"up":{"uv":[3.5,15.5,6,14],"rotation":270,"texture":"#3"},"down":{"uv":[4.5,13,6.5,11.5],"rotation":270,"texture":"#3"}}},{"from":[13.47569,6.17187,2.30643],"to":[14.87169,6.76787,3.90243],"rotation":{"angle":22.5,"axis":"x","origin":[14.22369,5.31533,2.92934]},"faces":{"north":{"uv":[9.5,12,9,12.5],"rotation":180,"texture":"#3"},"east":{"uv":[7,11.5,5,12.5],"rotation":180,"texture":"#3"},"south":{"uv":[7.5,11.5,5,12.5],"rotation":180,"texture":"#3"},"west":{"uv":[5,11.5,7,12.5],"rotation":180,"texture":"#3"},"up":{"uv":[6,14,3.5,15.5],"rotation":270,"texture":"#3"},"down":{"uv":[6.5,11.5,4.5,13],"rotation":270,"texture":"#3"}}},{"from":[1.12831,6.17187,2.30643],"to":[2.42431,6.76787,3.90243],"rotation":{"angle":22.5,"axis":"x","origin":[1.77631,5.31533,2.92934]},"faces":{"north":{"uv":[9,12,9.5,12.5],"rotation":180,"texture":"#3"},"east":{"uv":[7,11.5,5,12.5],"rotation":180,"texture":"#3"},"south":{"uv":[5,11.5,7.5,12.5],"rotation":180,"texture":"#3"},"west":{"uv":[5,11.5,7,12.5],"rotation":180,"texture":"#3"},"up":{"uv":[6,15.5,3.5,14],"rotation":270,"texture":"#3"},"down":{"uv":[6.5,13,4.5,11.5],"rotation":270,"texture":"#3"}}},{"from":[13.57569,3.86279,1.95625],"to":[14.87169,4.45879,3.55225],"rotation":{"angle":22.5,"axis":"x","origin":[14.22369,5.31533,2.92934]},"faces":{"north":{"uv":[0,12,2.5,13],"texture":"#3"},"east":{"uv":[0,12,2.5,13],"texture":"#3"},"south":{"uv":[0,12,2.5,13],"texture":"#3"},"west":{"uv":[2.5,12,0,13],"texture":"#3"},"up":{"uv":[0,11.5,2.5,13],"rotation":270,"texture":"#3"},"down":{"uv":[0,11.5,2.5,13],"rotation":90,"texture":"#3"}}},{"from":[1.12831,3.86279,1.95625],"to":[2.42431,4.45879,3.55225],"rotation":{"angle":22.5,"axis":"x","origin":[1.77631,5.31533,2.92934]},"faces":{"north":{"uv":[2.5,12,0,13],"texture":"#3"},"east":{"uv":[0,12,2.5,13],"texture":"#3"},"south":{"uv":[2.5,12,0,13],"texture":"#3"},"west":{"uv":[2.5,12,0,13],"texture":"#3"},"up":{"uv":[0,13,2.5,11.5],"rotation":270,"texture":"#3"},"down":{"uv":[0,13,2.5,11.5],"rotation":90,"texture":"#3"}}},{"from":[13.57369,3.86079,2.30443],"to":[14.87369,4.46079,3.90443],"rotation":{"angle":-22.5,"axis":"x","origin":[14.22369,5.31533,2.92934]},"faces":{"north":{"uv":[2.5,12,0,13],"texture":"#3"},"east":{"uv":[2.5,12,0,13],"texture":"#3"},"south":{"uv":[2.5,12,0,13],"texture":"#3"},"west":{"uv":[0,12,2.5,13],"texture":"#3"},"up":{"uv":[2.5,11.5,0,13],"rotation":270,"texture":"#3"},"down":{"uv":[2.5,11.5,0,13],"rotation":90,"texture":"#3"}}},{"from":[1.12631,3.86079,2.30443],"to":[2.42631,4.46079,3.90443],"rotation":{"angle":-22.5,"axis":"x","origin":[1.77631,5.31533,2.92934]},"faces":{"north":{"uv":[0,12,2.5,13],"texture":"#3"},"east":{"uv":[2.5,12,0,13],"texture":"#3"},"south":{"uv":[0,12,2.5,13],"texture":"#3"},"west":{"uv":[0,12,2.5,13],"texture":"#3"},"up":{"uv":[2.5,13,0,11.5],"rotation":270,"texture":"#3"},"down":{"uv":[2.5,13,0,11.5],"rotation":90,"texture":"#3"}}},{"from":[13.47469,4.34133,1.44188],"to":[14.87269,6.28933,2.03988],"rotation":{"angle":0,"axis":"x","origin":[14.22369,5.31533,2.92934]},"faces":{"north":{"uv":[2.5,11.5,5.5,13],"rotation":270,"texture":"#3"},"east":{"uv":[2.5,11.5,5.5,12.5],"rotation":270,"texture":"#3"},"south":{"uv":[3,12,6,13.5],"rotation":270,"texture":"#3"},"west":{"uv":[2.5,12.5,5.5,11.5],"rotation":270,"texture":"#3"},"up":{"uv":[6,12.5,2.5,11.5],"rotation":90,"texture":"#3"},"down":{"uv":[6,12.5,2.5,11.5],"rotation":90,"texture":"#3"}}},{"from":[1.12731,4.34133,1.44188],"to":[2.42531,6.28933,2.03988],"rotation":{"angle":0,"axis":"x","origin":[1.77631,5.31533,2.92934]},"faces":{"north":{"uv":[2.5,13,5.5,11.5],"rotation":270,"texture":"#3"},"east":{"uv":[2.5,11.5,5.5,12.5],"rotation":270,"texture":"#3"},"south":{"uv":[3,13.5,6,12],"rotation":270,"texture":"#3"},"west":{"uv":[2.5,12.5,5.5,11.5],"rotation":270,"texture":"#3"},"up":{"uv":[6,11.5,2.5,12.5],"rotation":90,"texture":"#3"},"down":{"uv":[6,11.5,2.5,12.5],"rotation":90,"texture":"#3"}}},{"from":[13.47469,4.34133,3.8188],"to":[14.87269,6.28933,4.4168],"rotation":{"angle":0,"axis":"x","origin":[14.22369,5.31533,2.92934]},"faces":{"north":{"uv":[3,13.5,6,12],"rotation":270,"texture":"#3"},"east":{"uv":[2.5,12.5,5.5,11.5],"rotation":270,"texture":"#3"},"south":{"uv":[2.5,13,5.5,11.5],"rotation":270,"texture":"#3"},"west":{"uv":[2.5,11.5,5.5,12.5],"rotation":270,"texture":"#3"},"up":{"uv":[2.5,12.5,6,11.5],"rotation":90,"texture":"#3"},"down":{"uv":[2.5,12.5,6,11.5],"rotation":90,"texture":"#3"}}},{"from":[1.12731,4.34133,3.8188],"to":[2.42531,6.28933,4.4168],"rotation":{"angle":0,"axis":"x","origin":[1.77631,5.31533,2.92934]},"faces":{"north":{"uv":[3,12,6,13.5],"rotation":270,"texture":"#3"},"east":{"uv":[2.5,12.5,5.5,11.5],"rotation":270,"texture":"#3"},"south":{"uv":[2.5,11.5,5.5,13],"rotation":270,"texture":"#3"},"west":{"uv":[2.5,11.5,5.5,12.5],"rotation":270,"texture":"#3"},"up":{"uv":[2.5,11.5,6,12.5],"rotation":90,"texture":"#3"},"down":{"uv":[2.5,11.5,6,12.5],"rotation":90,"texture":"#3"}}}],"display":{"head":{"rotation":[-5,0,0],"translation":[0,8,0],"scale":[1.17,1.17,1.17]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/shamanhat.json b/assets/minecraft/models/item/wynn/skin/hat/shamanhat.json new file mode 100644 index 000000000..220a1cf61 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/shamanhat.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/decay_2","1":"skins/driftwood_1","particle":"skins/decay_2"},"elements":[{"from":[6.501,3.17945,2.9739],"to":[9.499,5.02745,3.4719],"rotation":{"angle":0,"axis":"y","origin":[8,2.20067,3.27222]},"faces":{"north":{"uv":[11,0,14,1.85],"texture":"#0"},"east":{"uv":[11,0,11.5,1.85],"texture":"#0"},"south":{"uv":[13,0,16,1.85],"texture":"#0"},"west":{"uv":[11,0,11.5,1.85],"texture":"#0"},"up":{"uv":[11,0,14,0.5],"rotation":180,"texture":"#0"},"down":{"uv":[11.5,6,14.5,6.5],"texture":"#0"}}},{"from":[7,0.67845,2.9729],"to":[9,3.17845,3.4729],"rotation":{"angle":0,"axis":"y","origin":[8,2.20067,3.27222]},"faces":{"north":{"uv":[13.5,3,11.5,5.5],"texture":"#0"},"east":{"uv":[11.5,4,12,6.5],"texture":"#0"},"south":{"uv":[11.5,3,13.5,5.5],"texture":"#0"},"west":{"uv":[11.5,4,12,6.5],"texture":"#0"},"up":{"uv":[11.5,4,13.5,4.5],"texture":"#0"},"down":{"uv":[11.5,5.5,13.5,6],"texture":"#0"}}},{"from":[7.501,-0.07055,2.9739],"to":[8.499,0.67745,3.4719],"rotation":{"angle":0,"axis":"y","origin":[8,0.70067,3.27222]},"faces":{"north":{"uv":[12,5,13,5.5],"texture":"#0"},"east":{"uv":[12,5,13,5.5],"texture":"#0"},"south":{"uv":[12,5,13,5.5],"texture":"#0"},"west":{"uv":[12,5,13,5.5],"texture":"#0"},"up":{"uv":[12,5,13,5.5],"texture":"#0"},"down":{"uv":[12,5,13,5.5],"texture":"#0"}}},{"from":[8.751,0.17945,2.9739],"to":[9.499,1.17745,3.4719],"rotation":{"angle":0,"axis":"y","origin":[8,0.70067,3.27222]},"faces":{"north":{"uv":[12,6,13,7],"texture":"#0"},"east":{"uv":[12,3.5,12.75,4],"texture":"#0"},"south":{"uv":[12,3.5,12.75,4],"texture":"#0"},"west":{"uv":[12,3.5,12.75,4],"texture":"#0"},"up":{"uv":[12,3.5,12.75,4],"texture":"#0"},"down":{"uv":[12,3.5,12.75,4],"texture":"#0"}}},{"from":[6.501,0.17945,2.9739],"to":[7.249,1.17745,3.4719],"rotation":{"angle":0,"axis":"y","origin":[8,0.70067,3.27222]},"faces":{"north":{"uv":[12,6,13,7],"texture":"#0"},"east":{"uv":[12,6.5,12.75,7],"texture":"#0"},"south":{"uv":[12,6,13,7],"texture":"#0"},"west":{"uv":[12,6.5,12.75,7],"texture":"#0"},"up":{"uv":[12,6.5,12.75,7],"texture":"#0"},"down":{"uv":[12,6.5,12.75,7],"texture":"#0"}}},{"from":[5.22873,3.17845,2.42166],"to":[6.72873,4.92845,2.92166],"rotation":{"angle":22.5,"axis":"y","origin":[8,2.20067,3.27222]},"faces":{"north":{"uv":[14.5,0,16,1.75],"texture":"#0"},"east":{"uv":[13,7.5,14.75,8],"rotation":90,"texture":"#0"},"south":{"uv":[14,1.75,15.5,0],"rotation":180,"texture":"#0"},"west":{"uv":[12,0,12.5,1.75],"texture":"#0"},"up":{"uv":[12,0,13.5,0.5],"texture":"#0"},"down":{"uv":[13,6,14.5,6.5],"rotation":180,"texture":"#0"}}},{"from":[9.27127,3.17845,2.42166],"to":[10.77127,4.92845,2.92166],"rotation":{"angle":-22.5,"axis":"y","origin":[8,2.20067,3.27222]},"faces":{"north":{"uv":[13,0,14.5,1.75],"texture":"#0"},"east":{"uv":[12,0,12.5,1.75],"texture":"#0"},"south":{"uv":[13.5,0,15,1.75],"texture":"#0"},"west":{"uv":[13,8.5,14.75,9],"rotation":90,"texture":"#0"},"up":{"uv":[12,0,13.5,0.5],"texture":"#0"},"down":{"uv":[14.5,6,16,6.5],"rotation":180,"texture":"#0"}}},{"from":[5.22873,0.42845,2.42166],"to":[6.72873,1.17845,2.92166],"rotation":{"angle":22.5,"axis":"y","origin":[8,2.20067,3.27222]},"faces":{"north":{"uv":[11.5,5,13,5.5],"rotation":180,"texture":"#0"},"east":{"uv":[12.5,5,11.5,6],"rotation":180,"texture":"#0"},"south":{"uv":[11.5,5,13,5.5],"rotation":180,"texture":"#0"},"west":{"uv":[11.5,5,12.5,5.5],"rotation":180,"texture":"#0"},"up":{"uv":[11.5,5,13,5.5],"rotation":180,"texture":"#0"},"down":{"uv":[11.5,5,13,5.5],"rotation":180,"texture":"#0"}}},{"from":[9.27127,0.42845,2.42166],"to":[10.77127,1.17845,2.92166],"rotation":{"angle":-22.5,"axis":"y","origin":[8,2.20067,3.27222]},"faces":{"north":{"uv":[13,5,11.5,5.5],"rotation":180,"texture":"#0"},"east":{"uv":[12.5,5,11.5,5.5],"rotation":180,"texture":"#0"},"south":{"uv":[13,5,11.5,5.5],"rotation":180,"texture":"#0"},"west":{"uv":[12.5,5,11.5,6],"rotation":180,"texture":"#0"},"up":{"uv":[13,5,11.5,5.5],"rotation":180,"texture":"#0"},"down":{"uv":[13,5,11.5,5.5],"rotation":180,"texture":"#0"}}},{"from":[5.22873,1.17845,2.42166],"to":[5.72873,3.17845,2.92166],"rotation":{"angle":22.5,"axis":"y","origin":[8,2.20067,3.27222]},"faces":{"north":{"uv":[13,2,13.5,4],"texture":"#0"},"east":{"uv":[13,2,13.5,4],"texture":"#0"},"south":{"uv":[13,2,13.5,4],"texture":"#0"},"west":{"uv":[13,2,13.5,4],"texture":"#0"},"up":{"uv":[13,2,13.5,2.5],"texture":"#0"},"down":{"uv":[13,2,13.5,2.5],"texture":"#0"}}},{"from":[10.27127,1.17845,2.42166],"to":[10.77127,3.17845,2.92166],"rotation":{"angle":-22.5,"axis":"y","origin":[8,2.20067,3.27222]},"faces":{"north":{"uv":[13.5,2,14,4],"texture":"#0"},"east":{"uv":[14,2,14.5,4],"texture":"#0"},"south":{"uv":[13.5,2,14,4],"texture":"#0"},"west":{"uv":[14,2,14.5,4],"texture":"#0"},"up":{"uv":[13.5,2,14,2.5],"texture":"#0"},"down":{"uv":[13.5,2,14,2.5],"texture":"#0"}}},{"from":[5.467,0.97845,2.22927],"to":[5.867,3.37845,3.02927],"rotation":{"angle":22.5,"axis":"y","origin":[8,2.20067,3.27222]},"faces":{"north":{"uv":[0,0,0.5,2.5],"rotation":180,"texture":"#0"},"east":{"uv":[0,0,0.5,2.5],"rotation":180,"texture":"#0"},"south":{"uv":[0,0,0.5,2.5],"rotation":180,"texture":"#0"},"west":{"uv":[0,0,0.5,2.5],"rotation":180,"texture":"#0"},"up":{"uv":[0,0,0.5,0.5],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,0.5,0.5],"rotation":180,"texture":"#0"}}},{"from":[10.133,0.97845,2.22927],"to":[10.533,3.37845,3.02927],"rotation":{"angle":-22.5,"axis":"y","origin":[8,2.20067,3.27222]},"faces":{"north":{"uv":[0.5,0,0,2.5],"rotation":180,"texture":"#0"},"east":{"uv":[0.5,0,0,2.5],"rotation":180,"texture":"#0"},"south":{"uv":[0.5,0,0,2.5],"rotation":180,"texture":"#0"},"west":{"uv":[0.5,0,0,2.5],"rotation":180,"texture":"#0"},"up":{"uv":[0.5,0,0,0.5],"rotation":180,"texture":"#0"},"down":{"uv":[0.5,0,0,0.5],"rotation":180,"texture":"#0"}}},{"from":[5.83855,2.98045,2.0782],"to":[7.38455,3.37645,2.8742],"rotation":{"angle":22.5,"axis":"y","origin":[8.36955,2.70067,3.11915]},"faces":{"north":{"uv":[0,0,2.15,1],"rotation":180,"texture":"#0"},"east":{"uv":[0,0,1.4,1],"rotation":180,"texture":"#0"},"south":{"uv":[0,0,2.15,1],"rotation":180,"texture":"#0"},"west":{"uv":[0,0,1.4,1],"rotation":180,"texture":"#0"},"up":{"uv":[0,0,2.15,1.4],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,2.15,1.4],"rotation":180,"texture":"#0"}}},{"from":[8.61545,2.98045,2.0782],"to":[10.16145,3.37645,2.8742],"rotation":{"angle":-22.5,"axis":"y","origin":[7.63045,2.70067,3.11915]},"faces":{"north":{"uv":[2.15,0,4.3,1],"rotation":180,"texture":"#0"},"east":{"uv":[1,0,2.9,1],"rotation":180,"texture":"#0"},"south":{"uv":[2.15,0,4.3,1],"rotation":180,"texture":"#0"},"west":{"uv":[1,0,2.9,1],"rotation":180,"texture":"#0"},"up":{"uv":[2.15,0,4.3,1.9],"rotation":180,"texture":"#0"},"down":{"uv":[2.15,0,4.3,1.9],"rotation":180,"texture":"#0"}}},{"from":[5.83655,0.97845,2.0762],"to":[7.38655,1.37845,2.8762],"rotation":{"angle":22.5,"axis":"y","origin":[8.36955,0.70067,3.11915]},"faces":{"north":{"uv":[0,0,2.15,1],"rotation":180,"texture":"#0"},"east":{"uv":[0,0,1.4,1],"rotation":180,"texture":"#0"},"south":{"uv":[0,0,2.15,1],"rotation":180,"texture":"#0"},"west":{"uv":[0,0,1.4,1],"rotation":180,"texture":"#0"},"up":{"uv":[0,0,2.15,1.4],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,2.15,1.4],"rotation":180,"texture":"#0"}}},{"from":[5.53655,1.17845,2.2762],"to":[7.53655,3.17845,2.4762],"rotation":{"angle":22.5,"axis":"y","origin":[8.36955,1.20067,3.11915]},"faces":{"north":{"uv":[14,9,16,11],"rotation":180,"texture":"#1"},"east":{"uv":[14,9,16,11],"rotation":180,"texture":"#1"},"south":{"uv":[14,9,16,11],"rotation":180,"texture":"#1"},"west":{"uv":[14,9,16,11],"rotation":180,"texture":"#1"},"up":{"uv":[14,9,16,11],"rotation":180,"texture":"#1"},"down":{"uv":[14,9,16,11],"rotation":180,"texture":"#1"}}},{"from":[8.46345,1.17845,2.2762],"to":[10.46345,3.17845,2.4762],"rotation":{"angle":-22.5,"axis":"y","origin":[7.63045,1.20067,3.11915]},"faces":{"north":{"uv":[16,9,14,11],"rotation":180,"texture":"#1"},"east":{"uv":[16,9,14,11],"rotation":180,"texture":"#1"},"south":{"uv":[16,9,14,11],"rotation":180,"texture":"#1"},"west":{"uv":[16,9,14,11],"rotation":180,"texture":"#1"},"up":{"uv":[16,9,14,11],"rotation":180,"texture":"#1"},"down":{"uv":[16,9,14,11],"rotation":180,"texture":"#1"}}},{"from":[8.61345,0.97845,2.0762],"to":[10.16345,1.37845,2.8762],"rotation":{"angle":-22.5,"axis":"y","origin":[7.63045,0.70067,3.11915]},"faces":{"north":{"uv":[2.15,0,4.3,1],"rotation":180,"texture":"#0"},"east":{"uv":[1,0,2.4,1],"rotation":180,"texture":"#0"},"south":{"uv":[2.15,0,4.3,1],"rotation":180,"texture":"#0"},"west":{"uv":[1,0,2.4,1],"rotation":180,"texture":"#0"},"up":{"uv":[2.15,0,4.3,1.4],"rotation":180,"texture":"#0"},"down":{"uv":[2.15,0,4.3,1.4],"rotation":180,"texture":"#0"}}},{"from":[7.06225,0.97845,2.53176],"to":[7.46225,3.37845,3.38176],"rotation":{"angle":0,"axis":"z","origin":[8.25813,2.20067,3.31175]},"faces":{"north":{"uv":[0.5,0,1,2.5],"rotation":180,"texture":"#0"},"east":{"uv":[0.5,0,1,2.5],"rotation":180,"texture":"#0"},"south":{"uv":[0.5,0,1,2.5],"rotation":180,"texture":"#0"},"west":{"uv":[0.5,0,1,2.5],"rotation":180,"texture":"#0"},"up":{"uv":[0,0,0.5,0.5],"rotation":180,"texture":"#0"},"down":{"uv":[0.5,0,1,0],"rotation":180,"texture":"#0"}}},{"from":[8.53775,0.97845,2.53176],"to":[8.93775,3.37845,3.38176],"rotation":{"angle":0,"axis":"z","origin":[7.74187,2.20067,3.31175]},"faces":{"north":{"uv":[1,0,0.5,2.5],"rotation":180,"texture":"#0"},"east":{"uv":[1,0,0.5,2.5],"rotation":180,"texture":"#0"},"south":{"uv":[1,0,0.5,2.5],"rotation":180,"texture":"#0"},"west":{"uv":[1,0,0.5,2.5],"rotation":180,"texture":"#0"},"up":{"uv":[0.5,0,0,0.5],"rotation":180,"texture":"#0"},"down":{"uv":[1,0,0.5,0],"rotation":180,"texture":"#0"}}},{"from":[2.9403,1,5.05671],"to":[4.9403,4.5,5.05671],"rotation":{"angle":22.5,"axis":"y","origin":[3.9403,2.75,5.05671]},"faces":{"north":{"uv":[16,3,14,6.5],"texture":"#1"},"east":{"uv":[4,6.5,5,7],"rotation":270,"texture":"#1"},"south":{"uv":[14,3,16,6.5],"texture":"#1"},"west":{"uv":[4,6.5,5,7],"rotation":270,"texture":"#1"},"up":{"uv":[4,6.5,5,7],"rotation":90,"texture":"#1"},"down":{"uv":[4,6.5,5,7],"rotation":90,"texture":"#1"}}},{"from":[10.32873,2.5,4.96104],"to":[13.32873,4.5,4.96104],"rotation":{"angle":-22.5,"axis":"y","origin":[11.82873,3.5,4.96104]},"faces":{"north":{"uv":[16,3,13,5],"texture":"#1"},"east":{"uv":[4,7,5,6.5],"rotation":270,"texture":"#1"},"south":{"uv":[13,3,16,5],"texture":"#1"},"west":{"uv":[4,7,5,6.5],"rotation":270,"texture":"#1"},"up":{"uv":[4,7,5,6.5],"rotation":270,"texture":"#1"},"down":{"uv":[4,7,5,6.5],"rotation":270,"texture":"#1"}}},{"from":[9.5,4.5,3.2],"to":[13.5,5.5,4.2],"rotation":{"angle":-22.5,"axis":"y","origin":[9,5,3.7]},"faces":{"north":{"uv":[1,8.5,2,4.5],"rotation":90,"texture":"#0"},"east":{"uv":[1,4.5,2,3.5],"rotation":90,"texture":"#0"},"south":{"uv":[1,8.5,2,4.5],"rotation":270,"texture":"#0"},"west":{"uv":[2.5,8,3.5,7],"rotation":90,"texture":"#0"},"up":{"uv":[2.5,7.5,3.5,3.5],"rotation":270,"texture":"#0"},"down":{"uv":[1,8.5,2,4.5],"rotation":270,"texture":"#0"}}},{"from":[2.5,4.5,3.2],"to":[6.5,5.5,4.2],"rotation":{"angle":22.5,"axis":"y","origin":[7,5,3.7]},"faces":{"north":{"uv":[1,4.5,2,8.5],"rotation":90,"texture":"#0"},"east":{"uv":[2.5,7,3.5,8],"rotation":90,"texture":"#0"},"south":{"uv":[1,4.5,2,8.5],"rotation":270,"texture":"#0"},"west":{"uv":[1,3.5,2,4.5],"rotation":90,"texture":"#0"},"up":{"uv":[2.5,3.5,3.5,7.5],"rotation":270,"texture":"#0"},"down":{"uv":[1,4.5,2,8.5],"rotation":270,"texture":"#0"}}},{"from":[12.81283,4.2706,4.88402],"to":[14.31283,5.2706,5.88402],"rotation":{"angle":22.5,"axis":"z","origin":[12.31283,4.7706,5.38402]},"faces":{"north":{"uv":[1,4,2,2.5],"rotation":90,"texture":"#0"},"east":{"uv":[1,3.5,2,2.5],"rotation":90,"texture":"#0"},"south":{"uv":[0.5,3,1.5,1.5],"rotation":270,"texture":"#0"},"west":{"uv":[1,4,2,2.5],"rotation":90,"texture":"#0"},"up":{"uv":[1,2.5,2,1],"rotation":270,"texture":"#0"},"down":{"uv":[1,4,2,2.5],"rotation":90,"texture":"#0"}}},{"from":[1.68717,4.2706,4.88402],"to":[3.18717,5.2706,5.88402],"rotation":{"angle":-22.5,"axis":"z","origin":[3.68717,4.7706,5.38402]},"faces":{"north":{"uv":[1,2.5,2,4],"rotation":90,"texture":"#0"},"east":{"uv":[1,2.5,2,4],"rotation":90,"texture":"#0"},"south":{"uv":[0.5,1.5,1.5,3],"rotation":270,"texture":"#0"},"west":{"uv":[1,2.5,2,3.5],"rotation":90,"texture":"#0"},"up":{"uv":[1,1,2,2.5],"rotation":270,"texture":"#0"},"down":{"uv":[1,2.5,2,4],"rotation":90,"texture":"#0"}}},{"from":[13.84,5.38979,4.93402],"to":[14.74,6.28979,5.83402],"rotation":{"angle":45,"axis":"z","origin":[14.39,5.83979,5.38402]},"faces":{"north":{"uv":[1.5,1,0.5,2],"texture":"#0"},"east":{"uv":[0.5,2,1.5,1],"rotation":90,"texture":"#0"},"south":{"uv":[0.5,2,1.5,1],"rotation":270,"texture":"#0"},"west":{"uv":[0.5,2,1.5,1],"rotation":90,"texture":"#0"},"up":{"uv":[1,2,1.5,1],"rotation":270,"texture":"#0"},"down":{"uv":[0.5,2,1,1],"rotation":270,"texture":"#0"}}},{"from":[1.26,5.38979,4.93402],"to":[2.16,6.28979,5.83402],"rotation":{"angle":-45,"axis":"z","origin":[1.61,5.83979,5.38402]},"faces":{"north":{"uv":[0.5,1,1.5,2],"texture":"#0"},"east":{"uv":[0.5,1,1.5,2],"rotation":90,"texture":"#0"},"south":{"uv":[0.5,1,1.5,2],"rotation":270,"texture":"#0"},"west":{"uv":[0.5,1,1.5,2],"rotation":90,"texture":"#0"},"up":{"uv":[1,1,1.5,2],"rotation":270,"texture":"#0"},"down":{"uv":[0.5,1,1,2],"rotation":270,"texture":"#0"}}},{"from":[14.33285,5.82774,4.98402],"to":[15.13285,7.12774,5.78402],"rotation":{"angle":-22.5,"axis":"z","origin":[14.78285,6.42774,5.38402]},"faces":{"north":{"uv":[0.5,1.5,2,0.5],"rotation":270,"texture":"#0"},"east":{"uv":[0.5,1.5,2,0.5],"rotation":270,"texture":"#0"},"south":{"uv":[0.5,1.5,2,0.5],"rotation":270,"texture":"#0"},"west":{"uv":[0.5,1.5,2,0.5],"rotation":270,"texture":"#0"},"up":{"uv":[0.5,1.5,2,0.5],"rotation":270,"texture":"#0"},"down":{"uv":[0.5,1.5,2,0.5],"rotation":270,"texture":"#0"}}},{"from":[0.86715,5.82774,4.98402],"to":[1.66715,7.12774,5.78402],"rotation":{"angle":22.5,"axis":"z","origin":[1.21715,6.42774,5.38402]},"faces":{"north":{"uv":[0.5,0.5,2,1.5],"rotation":270,"texture":"#0"},"east":{"uv":[0.5,0.5,2,1.5],"rotation":270,"texture":"#0"},"south":{"uv":[0.5,0.5,2,1.5],"rotation":270,"texture":"#0"},"west":{"uv":[0.5,0.5,2,1.5],"rotation":270,"texture":"#0"},"up":{"uv":[0.5,0.5,2,1.5],"rotation":270,"texture":"#0"},"down":{"uv":[0.5,0.5,2,1.5],"rotation":270,"texture":"#0"}}},{"from":[14.23285,6.22774,4.88402],"to":[15.23285,6.72774,5.88402],"rotation":{"angle":-22.5,"axis":"z","origin":[14.78285,6.42774,5.38402]},"faces":{"north":{"uv":[8.5,9.5,9,8.5],"rotation":90,"texture":"#1"},"east":{"uv":[8.5,9.5,9,8.5],"rotation":90,"texture":"#1"},"south":{"uv":[8.5,9.5,9,8.5],"rotation":90,"texture":"#1"},"west":{"uv":[8.5,9.5,9,8.5],"rotation":90,"texture":"#1"},"up":{"uv":[8.5,9.5,9,8.5],"rotation":90,"texture":"#1"},"down":{"uv":[8.5,9.5,9,8.5],"rotation":90,"texture":"#1"}}},{"from":[0.76715,6.22774,4.88402],"to":[1.76715,6.72774,5.88402],"rotation":{"angle":22.5,"axis":"z","origin":[1.21715,6.42774,5.38402]},"faces":{"north":{"uv":[8.5,8.5,9,9.5],"rotation":90,"texture":"#1"},"east":{"uv":[8.5,8.5,9,9.5],"rotation":90,"texture":"#1"},"south":{"uv":[8.5,8.5,9,9.5],"rotation":90,"texture":"#1"},"west":{"uv":[8.5,8.5,9,9.5],"rotation":90,"texture":"#1"},"up":{"uv":[8.5,8.5,9,9.5],"rotation":90,"texture":"#1"},"down":{"uv":[8.5,8.5,9,9.5],"rotation":90,"texture":"#1"}}},{"from":[14.62409,6.94052,5.03402],"to":[15.32409,8.64052,5.73402],"rotation":{"angle":0,"axis":"z","origin":[14.97409,7.59052,5.38402]},"faces":{"north":{"uv":[1.5,1,3.5,0],"rotation":90,"texture":"#0"},"east":{"uv":[1.5,1,3.5,0],"rotation":90,"texture":"#0"},"south":{"uv":[1.5,1,3.5,0],"rotation":90,"texture":"#0"},"west":{"uv":[1.5,1,3.5,0],"rotation":90,"texture":"#0"},"up":{"uv":[1.5,1,2.5,0],"rotation":90,"texture":"#0"},"down":{"uv":[1.5,1,3.5,0],"rotation":90,"texture":"#0"}}},{"from":[0.67591,6.94052,5.03402],"to":[1.37591,8.64052,5.73402],"rotation":{"angle":0,"axis":"z","origin":[1.02591,7.59052,5.38402]},"faces":{"north":{"uv":[1.5,0,3.5,1],"rotation":90,"texture":"#0"},"east":{"uv":[1.5,0,3.5,1],"rotation":90,"texture":"#0"},"south":{"uv":[1.5,0,3.5,1],"rotation":90,"texture":"#0"},"west":{"uv":[1.5,0,3.5,1],"rotation":90,"texture":"#0"},"up":{"uv":[1.5,0,2.5,1],"rotation":90,"texture":"#0"},"down":{"uv":[1.5,0,3.5,1],"rotation":90,"texture":"#0"}}},{"from":[10.8,4.4,3.1],"to":[11.3,5.6,4.3],"rotation":{"angle":-22.5,"axis":"y","origin":[9,5,3.7]},"faces":{"north":{"uv":[12.3,9.5,12,10.5],"texture":"#1"},"east":{"uv":[12.3,9.5,12,10.5],"texture":"#1"},"south":{"uv":[12.3,9.5,12,10.5],"texture":"#1"},"west":{"uv":[12.3,9.5,12,10.5],"texture":"#1"},"up":{"uv":[12.3,9.5,12,10.5],"texture":"#1"},"down":{"uv":[12.3,9.5,12,10.5],"texture":"#1"}}},{"from":[4.7,4.4,3.1],"to":[5.2,5.6,4.3],"rotation":{"angle":22.5,"axis":"y","origin":[7,5,3.7]},"faces":{"north":{"uv":[12,9.5,12.3,10.5],"texture":"#1"},"east":{"uv":[12,9.5,12.3,10.5],"texture":"#1"},"south":{"uv":[12,9.5,12.3,10.5],"texture":"#1"},"west":{"uv":[12,9.5,12.3,10.5],"texture":"#1"},"up":{"uv":[12,9.5,12.3,10.5],"texture":"#1"},"down":{"uv":[12,9.5,12.3,10.5],"texture":"#1"}}},{"from":[12.7,4.4,3.1],"to":[13.2,5.6,4.4],"rotation":{"angle":-22.5,"axis":"y","origin":[9,5,3.7]},"faces":{"north":{"uv":[14.3,8.5,14,9.5],"texture":"#1"},"east":{"uv":[14.3,8.5,14,9.5],"texture":"#1"},"south":{"uv":[14.3,8.5,14,9.5],"texture":"#1"},"west":{"uv":[14.3,8.5,14,9.5],"texture":"#1"},"up":{"uv":[14.3,8.5,14,9.5],"texture":"#1"},"down":{"uv":[14.3,8.5,14,9.5],"texture":"#1"}}},{"from":[2.8,4.4,3.1],"to":[3.3,5.6,4.4],"rotation":{"angle":22.5,"axis":"y","origin":[7,5,3.7]},"faces":{"north":{"uv":[14,8.5,14.3,9.5],"texture":"#1"},"east":{"uv":[14,8.5,14.3,9.5],"texture":"#1"},"south":{"uv":[14,8.5,14.3,9.5],"texture":"#1"},"west":{"uv":[14,8.5,14.3,9.5],"texture":"#1"},"up":{"uv":[14,8.5,14.3,9.5],"texture":"#1"},"down":{"uv":[14,8.5,14.3,9.5],"texture":"#1"}}},{"from":[11.43358,5.5,4.63939],"to":[13.03358,6.1,5.23939],"rotation":{"angle":45,"axis":"z","origin":[12.23358,5.8,4.93939]},"faces":{"north":{"uv":[3,4,3.5,3],"rotation":90,"texture":"#0"},"east":{"uv":[3,3.5,3,3],"rotation":270,"texture":"#0"},"south":{"uv":[3,4,3.5,3],"rotation":270,"texture":"#0"},"west":{"uv":[3,4,3.5,3],"rotation":270,"texture":"#0"},"up":{"uv":[3,4,3.5,3],"rotation":270,"texture":"#0"},"down":{"uv":[3,4,3.5,3],"rotation":270,"texture":"#0"}}},{"from":[2.96642,5.5,4.63939],"to":[4.56642,6.1,5.23939],"rotation":{"angle":-45,"axis":"z","origin":[3.76642,5.8,4.93939]},"faces":{"north":{"uv":[3,3,3.5,4],"rotation":90,"texture":"#0"},"east":{"uv":[3,3,3.5,4],"rotation":270,"texture":"#0"},"south":{"uv":[3,3,3.5,4],"rotation":270,"texture":"#0"},"west":{"uv":[3,3,3,3.5],"rotation":270,"texture":"#0"},"up":{"uv":[3,3,3.5,4],"rotation":270,"texture":"#0"},"down":{"uv":[3,3,3.5,4],"rotation":270,"texture":"#0"}}},{"from":[13.28358,6.1,5.18939],"to":[13.68358,7.5,5.58939],"rotation":{"angle":-22.5,"axis":"z","origin":[12.23358,5.8,4.93939]},"faces":{"north":{"uv":[1.5,2.5,3.5,2],"rotation":270,"texture":"#0"},"east":{"uv":[1.5,2.5,3.5,2],"rotation":270,"texture":"#0"},"south":{"uv":[1.5,2.5,3.5,2],"rotation":270,"texture":"#0"},"west":{"uv":[1.5,2.5,3.5,2],"rotation":270,"texture":"#0"},"up":{"uv":[3,2,4,1],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,2.5,3.5,2],"rotation":270,"texture":"#0"}}},{"from":[2.31642,6.1,5.18939],"to":[2.71642,7.5,5.58939],"rotation":{"angle":22.5,"axis":"z","origin":[3.76642,5.8,4.93939]},"faces":{"north":{"uv":[1.5,2,3.5,2.5],"rotation":270,"texture":"#0"},"east":{"uv":[1.5,2,3.5,2.5],"rotation":270,"texture":"#0"},"south":{"uv":[1.5,2,3.5,2.5],"rotation":270,"texture":"#0"},"west":{"uv":[1.5,2,3.5,2.5],"rotation":270,"texture":"#0"},"up":{"uv":[3,1,4,2],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,2,3.5,2.5],"rotation":270,"texture":"#0"}}}],"display":{"gui":{"rotation":[-150,45,175],"translation":[2.5,5.5,0],"scale":[1.25,1.25,1.25]},"head":{"rotation":[6,0,0],"translation":[0,14,5],"scale":[2.5,2.5,2.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/silver_viking_helmet.json b/assets/minecraft/models/item/wynn/skin/hat/silver_viking_helmet.json new file mode 100644 index 000000000..f086e2bc2 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/silver_viking_helmet.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/gradient_set","particle":"skins/driftwood_1","1_0":"skins/driftwood_1"},"elements":[{"from":[4,1,2],"to":[12,3,3],"rotation":{"angle":0,"axis":"y","origin":[3,1,2]},"faces":{"north":{"uv":[7,12.25,11,13.25],"texture":"#0"},"east":{"uv":[7,12.25,7.5,13.25],"texture":"#0"},"south":{"uv":[7,12.25,11,13.25],"texture":"#0"},"west":{"uv":[7,12.25,7.5,13.25],"texture":"#0"},"up":{"uv":[7,12.25,11,12.75],"texture":"#0"},"down":{"uv":[7,12.25,11,12.75],"texture":"#0"}}},{"from":[6.99,2.99,1.99],"to":[9.01,5.01,3.01],"rotation":{"angle":0,"axis":"x","origin":[5,7,2.5]},"faces":{"north":{"uv":[7.25,12.25,8.25,13.25],"rotation":90,"texture":"#0"},"east":{"uv":[7.25,12.25,8.25,12.75],"rotation":90,"texture":"#0"},"south":{"uv":[7.25,12.25,8.25,13.25],"rotation":90,"texture":"#0"},"west":{"uv":[7.25,12.25,8.25,12.75],"rotation":90,"texture":"#0"},"up":{"uv":[7.25,12.25,7.75,13.25],"rotation":90,"texture":"#0"},"down":{"uv":[7.25,12.25,7.75,13.25],"rotation":90,"texture":"#0"}}},{"from":[7,4.73254,2.34462],"to":[9,6.73254,3.34462],"rotation":{"angle":22.5,"axis":"x","origin":[8,5.73254,2.84462]},"faces":{"north":{"uv":[5.5,12.25,6.5,13.25],"rotation":90,"texture":"#0"},"east":{"uv":[5.5,12.25,6.5,12.75],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,12.25,6.5,13.25],"rotation":90,"texture":"#0"},"west":{"uv":[5.5,12.25,6.5,12.75],"rotation":90,"texture":"#0"},"up":{"uv":[5.5,12.25,6,13.25],"rotation":90,"texture":"#0"},"down":{"uv":[5.5,12.25,6,13.25],"rotation":90,"texture":"#0"}}},{"from":[7,7.36433,4.42668],"to":[9,8.36433,6.42668],"rotation":{"angle":-22.5,"axis":"x","origin":[8,7.69201,4.56041]},"faces":{"north":{"uv":[4,12.25,4.5,13.25],"rotation":270,"texture":"#0"},"east":{"uv":[4,12.25,4.5,13.25],"rotation":270,"texture":"#0"},"south":{"uv":[4,12.25,4.5,13.25],"rotation":270,"texture":"#0"},"west":{"uv":[4,12.25,4.5,13.25],"rotation":270,"texture":"#0"},"up":{"uv":[4,12.25,5,13.25],"rotation":270,"texture":"#0"},"down":{"uv":[4,12.25,5,13.25],"rotation":270,"texture":"#0"}}},{"from":[6.99,5.81575,3.8781],"to":[9.01,7.83575,4.8981],"rotation":{"angle":45,"axis":"x","origin":[8,7.69201,4.56041]},"faces":{"north":{"uv":[4.5,12.25,5.5,13.25],"rotation":90,"texture":"#0"},"east":{"uv":[4.5,12.25,5.5,12.75],"rotation":90,"texture":"#0"},"south":{"uv":[4.5,12.25,5.5,13.25],"rotation":90,"texture":"#0"},"west":{"uv":[4.5,12.25,5.5,12.75],"rotation":90,"texture":"#0"},"up":{"uv":[4.5,12.25,5,13.25],"rotation":90,"texture":"#0"},"down":{"uv":[4.5,12.25,5,13.25],"rotation":90,"texture":"#0"}}},{"from":[7.2,1.2,1.7],"to":[8.8,2.8,2.3],"rotation":{"angle":0,"axis":"y","origin":[6,1,1.5]},"faces":{"north":{"uv":[11,9,11.75,9.75],"rotation":90,"texture":"#0"},"east":{"uv":[11,9,11.25,9.75],"texture":"#0"},"south":{"uv":[11,9,11.25,9.75],"texture":"#0"},"west":{"uv":[11,9,11.25,9.75],"texture":"#0"},"up":{"uv":[11,9,11.25,9.75],"texture":"#0"},"down":{"uv":[11,9,11.25,9.75],"texture":"#0"}}},{"from":[7.2,1.2,13.7],"to":[8.8,2.8,14.3],"rotation":{"angle":0,"axis":"y","origin":[6,1,14.5]},"faces":{"north":{"uv":[11.25,9,11,9.75],"texture":"#0"},"east":{"uv":[11.25,9,11,9.75],"texture":"#0"},"south":{"uv":[11,9.75,11.75,9],"rotation":90,"texture":"#0"},"west":{"uv":[11.25,9,11,9.75],"texture":"#0"},"up":{"uv":[11,9.75,11.25,9],"texture":"#0"},"down":{"uv":[11,9.75,11.25,9],"texture":"#0"}}},{"from":[13.7,1.2,7.2],"to":[14.3,2.8,8.8],"rotation":{"angle":0,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[11.25,9,11,9.75],"texture":"#0"},"east":{"uv":[11,9.75,11.75,9],"rotation":90,"texture":"#0"},"south":{"uv":[11.25,9,11,9.75],"texture":"#0"},"west":{"uv":[11.25,9,11,9.75],"texture":"#0"},"up":{"uv":[11,9.75,11.25,9],"rotation":270,"texture":"#0"},"down":{"uv":[11,9.75,11.25,9],"rotation":90,"texture":"#0"}}},{"from":[1.7,1.2,7.2],"to":[2.3,2.8,8.8],"rotation":{"angle":0,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[11,9,11.25,9.75],"texture":"#0"},"east":{"uv":[11,9,11.25,9.75],"texture":"#0"},"south":{"uv":[11,9,11.25,9.75],"texture":"#0"},"west":{"uv":[11,9,11.75,9.75],"rotation":90,"texture":"#0"},"up":{"uv":[11,9,11.25,9.75],"rotation":270,"texture":"#0"},"down":{"uv":[11,9,11.25,9.75],"rotation":90,"texture":"#0"}}},{"from":[7.01,-0.89,2.01],"to":[8.99,1.09,2.99],"rotation":{"angle":45,"axis":"z","origin":[8,0.1,2.5]},"faces":{"north":{"uv":[8.5,12.25,9.5,13.25],"texture":"#0"},"east":{"uv":[8.5,12.25,9,13.25],"texture":"#0"},"south":{"uv":[8.5,12.25,9.5,13.25],"texture":"#0"},"west":{"uv":[8.5,12.25,9,13.25],"texture":"#0"},"up":{"uv":[8.5,12.25,9.5,12.75],"texture":"#0"},"down":{"uv":[8.5,12.25,9.5,12.75],"texture":"#0"}}},{"from":[0.97777,1.01,0.44934],"to":[3.75777,2.99,1.42934],"rotation":{"angle":45,"axis":"y","origin":[5.76777,1.5,0.93934]},"faces":{"north":{"uv":[7,12.25,8.4,13.25],"texture":"#0"},"east":{"uv":[7,12.25,7.5,13.25],"texture":"#0"},"south":{"uv":[7,12.25,8.4,13.25],"texture":"#0"},"west":{"uv":[7,12.25,7.5,13.25],"texture":"#0"},"up":{"uv":[7,12.25,8.4,12.75],"texture":"#0"},"down":{"uv":[7,12.25,8.4,12.75],"texture":"#0"}}},{"from":[0.01768,1.01,10.17299],"to":[0.99768,2.99,12.95299],"rotation":{"angle":45,"axis":"y","origin":[3.20709,4.44522,8.64224]},"faces":{"north":{"uv":[7,12.25,7.5,13.25],"texture":"#0"},"east":{"uv":[7,12.25,8.4,13.25],"texture":"#0"},"south":{"uv":[7,12.25,7.5,13.25],"texture":"#0"},"west":{"uv":[7,12.25,8.4,13.25],"texture":"#0"},"up":{"uv":[7,12.25,8.4,12.75],"rotation":270,"texture":"#0"},"down":{"uv":[7,12.25,8.4,12.75],"rotation":90,"texture":"#0"}}},{"from":[2.0201,1,3.9799],"to":[3.0201,3,11.9799],"rotation":{"angle":0,"axis":"y","origin":[3.20709,4.44522,8.64224]},"faces":{"north":{"uv":[7,12.25,7.5,13.25],"texture":"#0"},"east":{"uv":[7,12.25,11,13.25],"texture":"#0"},"south":{"uv":[7,12.25,7.5,13.25],"texture":"#0"},"west":{"uv":[7,12.25,11,13.25],"texture":"#0"},"up":{"uv":[7,12.25,11,12.75],"rotation":270,"texture":"#0"},"down":{"uv":[7,12.25,11,12.75],"rotation":90,"texture":"#0"}}},{"from":[2.0201,-1,4.9799],"to":[3.0201,1,10.9799],"rotation":{"angle":0,"axis":"y","origin":[3.20709,4.44522,8.64224]},"faces":{"north":{"uv":[7,12.25,7.5,13.25],"texture":"#0"},"east":{"uv":[7,12.25,10,13.25],"texture":"#0"},"south":{"uv":[7,12.25,7.5,13.25],"texture":"#0"},"west":{"uv":[7,12.25,10,13.25],"texture":"#0"},"up":{"uv":[7,12.25,10,12.75],"rotation":270,"texture":"#0"},"down":{"uv":[7,12.25,10,12.75],"rotation":90,"texture":"#0"}}},{"from":[2.0301,-1.76583,5.83558],"to":[3.0101,0.21417,10.81558],"rotation":{"angle":22.5,"axis":"x","origin":[2.5201,-0.77583,7.82558]},"faces":{"north":{"uv":[7,12.25,7.5,13.25],"texture":"#0"},"east":{"uv":[7,12.25,9.5,13.25],"texture":"#0"},"south":{"uv":[7,12.25,7.5,13.25],"texture":"#0"},"west":{"uv":[7,12.25,9.5,13.25],"texture":"#0"},"up":{"uv":[7,12.25,9.5,12.75],"rotation":270,"texture":"#0"},"down":{"uv":[7,12.25,9.5,12.75],"rotation":90,"texture":"#0"}}},{"from":[12.9899,-1.76583,5.83558],"to":[13.9699,0.21417,10.81558],"rotation":{"angle":22.5,"axis":"x","origin":[13.4799,-0.77583,7.82558]},"faces":{"north":{"uv":[7.5,12.25,7,13.25],"texture":"#0"},"east":{"uv":[9.5,12.25,7,13.25],"texture":"#0"},"south":{"uv":[7.5,12.25,7,13.25],"texture":"#0"},"west":{"uv":[9.5,12.25,7,13.25],"texture":"#0"},"up":{"uv":[7,12.75,9.5,12.25],"rotation":270,"texture":"#0"},"down":{"uv":[7,12.75,9.5,12.25],"rotation":90,"texture":"#0"}}},{"from":[12.9799,-1,4.9799],"to":[13.9799,1,10.9799],"rotation":{"angle":0,"axis":"y","origin":[12.79291,4.44522,8.64224]},"faces":{"north":{"uv":[7.5,12.25,7,13.25],"texture":"#0"},"east":{"uv":[10,12.25,7,13.25],"texture":"#0"},"south":{"uv":[7.5,12.25,7,13.25],"texture":"#0"},"west":{"uv":[10,12.25,7,13.25],"texture":"#0"},"up":{"uv":[7,12.75,10,12.25],"rotation":270,"texture":"#0"},"down":{"uv":[7,12.75,10,12.25],"rotation":90,"texture":"#0"}}},{"from":[2.5201,3,3.9799],"to":[3.5201,5,11.9799],"rotation":{"angle":0,"axis":"y","origin":[3.20709,4.44522,8.64224]},"faces":{"north":{"uv":[11.5,8.5,12,9.5],"rotation":180,"texture":"#0"},"east":{"uv":[11.5,8.5,15.5,9.5],"rotation":180,"texture":"#0"},"south":{"uv":[11.5,8.5,12,9.5],"rotation":180,"texture":"#0"},"west":{"uv":[11.5,8.5,15.5,9.5],"rotation":180,"texture":"#0"},"up":{"uv":[11.5,8.5,15.5,9],"rotation":90,"texture":"#0"},"down":{"uv":[11.5,8.5,15.5,9],"rotation":270,"texture":"#0"}}},{"from":[12.5201,3,3.9799],"to":[13.5201,5,11.9799],"rotation":{"angle":0,"axis":"y","origin":[3.20709,4.44522,8.64224]},"faces":{"north":{"uv":[11.5,8.5,12,9.5],"rotation":180,"texture":"#0"},"east":{"uv":[11.5,8.5,15.5,9.5],"rotation":180,"texture":"#0"},"south":{"uv":[11.5,8.5,12,9.5],"rotation":180,"texture":"#0"},"west":{"uv":[11.5,8.5,15.5,9.5],"rotation":180,"texture":"#0"},"up":{"uv":[11.5,8.5,15.5,9],"rotation":90,"texture":"#0"},"down":{"uv":[11.5,8.5,15.5,9],"rotation":270,"texture":"#0"}}},{"from":[4.0201,3,12.4799],"to":[12.0201,5,13.4799],"rotation":{"angle":0,"axis":"y","origin":[8.0201,4,7.9799]},"faces":{"north":{"uv":[11.5,8.5,15.5,9.5],"rotation":180,"texture":"#0"},"east":{"uv":[11.5,8.5,12,9.5],"rotation":180,"texture":"#0"},"south":{"uv":[11.5,8.5,15.5,9.5],"rotation":180,"texture":"#0"},"west":{"uv":[11.5,8.5,12,9.5],"rotation":180,"texture":"#0"},"up":{"uv":[11.5,8.5,15.5,9],"texture":"#0"},"down":{"uv":[11.5,8.5,15.5,9],"texture":"#0"}}},{"from":[4.5201,2.95869,11.78244],"to":[11.5201,4.95869,12.78244],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0201,5.73254,8]},"faces":{"north":{"uv":[11.5,8.5,15,9.5],"rotation":180,"texture":"#0"},"east":{"uv":[9.75,8.5,10.25,9.5],"rotation":180,"texture":"#0"},"south":{"uv":[10.25,8.5,13.75,9.5],"rotation":180,"texture":"#0"},"west":{"uv":[9.75,8.5,10.25,9.5],"rotation":180,"texture":"#0"},"up":{"uv":[11.5,8.5,15,9],"texture":"#0"},"down":{"uv":[11.5,8.5,15,9],"texture":"#0"}}},{"from":[4.5201,2.95869,3.21756],"to":[11.5201,4.95869,4.21756],"rotation":{"angle":22.5,"axis":"x","origin":[8.0201,5.73254,8]},"faces":{"north":{"uv":[12.5,8.5,16,9.5],"rotation":180,"texture":"#0"},"east":{"uv":[9.75,8.5,10.25,9.5],"rotation":180,"texture":"#0"},"south":{"uv":[12.5,8.5,16,9.5],"rotation":180,"texture":"#0"},"west":{"uv":[12,8.5,12.5,9.5],"rotation":180,"texture":"#0"},"up":{"uv":[11.5,9,15,9.5],"texture":"#0"},"down":{"uv":[11.5,9,15,9.5],"texture":"#0"}}},{"from":[11.80254,2.95869,4.5],"to":[12.80254,4.95869,11.5],"rotation":{"angle":22.5,"axis":"z","origin":[8.0201,5.73254,8]},"faces":{"north":{"uv":[9.75,8.5,10.25,9.5],"rotation":180,"texture":"#0"},"east":{"uv":[12.5,8.5,16,9.5],"rotation":180,"texture":"#0"},"south":{"uv":[9.75,8.5,10.25,9.5],"rotation":180,"texture":"#0"},"west":{"uv":[12.5,8.5,16,9.5],"rotation":180,"texture":"#0"},"up":{"uv":[11.5,9,15,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[11.5,9,15,9.5],"rotation":270,"texture":"#0"}}},{"from":[3.23766,2.95869,4.5],"to":[4.23766,4.95869,11.5],"rotation":{"angle":-22.5,"axis":"z","origin":[8.0201,5.73254,8]},"faces":{"north":{"uv":[11.5,8.5,12,9.5],"rotation":180,"texture":"#0"},"east":{"uv":[11.5,8.5,15,9.5],"rotation":180,"texture":"#0"},"south":{"uv":[9.75,8.5,10.25,9.5],"rotation":180,"texture":"#0"},"west":{"uv":[9.75,8.5,13.25,9.5],"rotation":180,"texture":"#0"},"up":{"uv":[11.5,8.5,15,9],"rotation":90,"texture":"#0"},"down":{"uv":[11.5,8.5,15,9],"rotation":270,"texture":"#0"}}},{"from":[3.86623,6.20131,5],"to":[4.86623,8.20131,11],"rotation":{"angle":-45,"axis":"z","origin":[4.36623,7.20131,8]},"faces":{"north":{"uv":[8.75,8.5,9.25,9.5],"rotation":180,"texture":"#0"},"east":{"uv":[8.75,8.5,11.75,9.5],"rotation":180,"texture":"#0"},"south":{"uv":[8.75,8.5,9.25,9.5],"rotation":180,"texture":"#0"},"west":{"uv":[8.75,8.5,11.75,9.5],"rotation":180,"texture":"#0"},"up":{"uv":[8.75,8.5,11.75,9],"rotation":270,"texture":"#0"},"down":{"uv":[8.75,8.5,9.25,11.5],"rotation":180,"texture":"#0"}}},{"from":[11.13377,6.20131,5],"to":[12.13377,8.20131,11],"rotation":{"angle":45,"axis":"z","origin":[11.63377,7.20131,8]},"faces":{"north":{"uv":[9.25,8.5,8.75,9.5],"rotation":180,"texture":"#0"},"east":{"uv":[11.75,8.5,8.75,9.5],"rotation":180,"texture":"#0"},"south":{"uv":[9.25,8.5,8.75,9.5],"rotation":180,"texture":"#0"},"west":{"uv":[11.75,8.5,8.75,9.5],"rotation":180,"texture":"#0"},"up":{"uv":[8.75,9,11.75,8.5],"rotation":270,"texture":"#0"},"down":{"uv":[9.25,8.5,8.75,11.5],"rotation":180,"texture":"#0"}}},{"from":[5,3.63185,10.06946],"to":[11,5.63185,11.06946],"rotation":{"angle":-45,"axis":"x","origin":[8,7.20131,8]},"faces":{"north":{"uv":[11.75,8.5,8.75,9.5],"rotation":180,"texture":"#0"},"east":{"uv":[9.25,8.5,8.75,9.5],"rotation":180,"texture":"#0"},"south":{"uv":[11.75,8.5,8.75,9.5],"rotation":180,"texture":"#0"},"west":{"uv":[9.25,8.5,8.75,9.5],"rotation":180,"texture":"#0"},"up":{"uv":[8.75,9,11.75,8.5],"texture":"#0"},"down":{"uv":[9.25,8.5,8.75,11.5],"rotation":90,"texture":"#0"}}},{"from":[5,3.63185,4.93054],"to":[11,5.63185,5.93054],"rotation":{"angle":45,"axis":"x","origin":[8,7.20131,8]},"faces":{"north":{"uv":[8.75,8.5,11.75,9.5],"rotation":180,"texture":"#0"},"east":{"uv":[8.75,8.5,9.25,9.5],"rotation":180,"texture":"#0"},"south":{"uv":[8.75,8.5,11.75,9.5],"rotation":180,"texture":"#0"},"west":{"uv":[8.75,8.5,9.25,9.5],"rotation":180,"texture":"#0"},"up":{"uv":[8.75,8.5,11.75,9],"texture":"#0"},"down":{"uv":[8.75,8.5,9.25,11.5],"rotation":90,"texture":"#0"}}},{"from":[4.7,6.26197,4.71978],"to":[11.3,8.26197,11.31978],"rotation":{"angle":0,"axis":"x","origin":[8,7.76197,5.71978]},"faces":{"north":{"uv":[8.75,8.5,12,9.5],"rotation":180,"texture":"#0"},"east":{"uv":[8.75,8.5,9.25,9.5],"rotation":90,"texture":"#0"},"south":{"uv":[8.75,8.5,11.75,9],"texture":"#0"},"west":{"uv":[8.75,8.5,9.25,9.5],"rotation":270,"texture":"#0"},"up":{"uv":[8.75,8.5,11.75,9.5],"texture":"#0"},"down":{"uv":[8.75,8.5,11.75,9.5],"rotation":180,"texture":"#0"}}},{"from":[4.0201,3,2.4799],"to":[12.0201,5,3.4799],"rotation":{"angle":0,"axis":"y","origin":[8.0201,4,7.9799]},"faces":{"north":{"uv":[11.5,8.5,15.5,9.5],"rotation":180,"texture":"#0"},"east":{"uv":[11.5,8.5,12,9.5],"rotation":180,"texture":"#0"},"south":{"uv":[11.5,8.5,15.5,9.5],"rotation":180,"texture":"#0"},"west":{"uv":[11.5,8.5,12,9.5],"rotation":180,"texture":"#0"},"up":{"uv":[11.5,8.5,15.5,9],"texture":"#0"},"down":{"uv":[11.5,8.5,15.5,9],"texture":"#0"}}},{"from":[2.0101,2.99,6.9699],"to":[3.0301,5.01,8.9899],"rotation":{"angle":0,"axis":"x","origin":[3.20709,4.44522,8.64224]},"faces":{"north":{"uv":[7.25,12.25,8.25,12.75],"rotation":90,"texture":"#0"},"east":{"uv":[7.25,12.25,8.25,13.25],"rotation":90,"texture":"#0"},"south":{"uv":[7.25,12.25,8.25,12.75],"rotation":90,"texture":"#0"},"west":{"uv":[7.25,12.25,8.25,13.25],"rotation":90,"texture":"#0"},"up":{"uv":[7.25,12.25,7.75,13.25],"texture":"#0"},"down":{"uv":[7.25,12.25,7.75,13.25],"rotation":180,"texture":"#0"}}},{"from":[1.89815,4.50353,6.4799],"to":[2.89815,6.50353,9.4799],"rotation":{"angle":-22.5,"axis":"z","origin":[3.20709,4.44522,8.64224]},"faces":{"north":{"uv":[5.5,12.25,6.5,12.75],"rotation":90,"texture":"#0"},"east":{"uv":[5.5,12.25,6.5,13.75],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,12.25,6.5,12.75],"rotation":90,"texture":"#0"},"west":{"uv":[5.5,12.25,6.5,13.75],"rotation":90,"texture":"#0"},"up":{"uv":[5.5,12.25,6,13.75],"texture":"#0"},"down":{"uv":[5.5,12.25,6,13.75],"rotation":180,"texture":"#0"}}},{"from":[1.20011,5.83594,6.9699],"to":[2.22011,7.85594,8.9899],"rotation":{"angle":-45,"axis":"z","origin":[3.20709,4.44522,8.64224]},"faces":{"north":{"uv":[4.5,12.25,5.5,12.75],"rotation":90,"texture":"#0"},"east":{"uv":[4.5,12.25,5.5,13.25],"rotation":90,"texture":"#0"},"south":{"uv":[4.5,12.25,5.5,12.75],"rotation":90,"texture":"#0"},"west":{"uv":[4.5,12.25,5.5,13.25],"rotation":90,"texture":"#0"},"up":{"uv":[4.5,12.25,5,13.25],"texture":"#0"},"down":{"uv":[4.5,12.25,5,13.25],"rotation":180,"texture":"#0"}}},{"from":[5.58473,6.59159,6.9799],"to":[7.58473,7.59159,8.9799],"rotation":{"angle":22.5,"axis":"z","origin":[3.20709,4.44522,8.64224]},"faces":{"north":{"uv":[4,12.25,4.5,13.25],"rotation":270,"texture":"#0"},"east":{"uv":[4,12.25,4.5,13.25],"rotation":270,"texture":"#0"},"south":{"uv":[4,12.25,4.5,13.25],"rotation":270,"texture":"#0"},"west":{"uv":[4,12.25,4.5,13.25],"rotation":270,"texture":"#0"},"up":{"uv":[4,12.25,5,13.25],"rotation":180,"texture":"#0"},"down":{"uv":[4,12.25,5,13.25],"texture":"#0"}}},{"from":[7,6.59159,8.39517],"to":[9,7.59159,10.39517],"rotation":{"angle":22.5,"axis":"x","origin":[8.66234,4.44522,12.7728]},"faces":{"north":{"uv":[4,12.25,4.5,13.25],"rotation":270,"texture":"#0"},"east":{"uv":[4,12.25,4.5,13.25],"rotation":270,"texture":"#0"},"south":{"uv":[4,12.25,4.5,13.25],"rotation":270,"texture":"#0"},"west":{"uv":[4,12.25,4.5,13.25],"rotation":270,"texture":"#0"},"up":{"uv":[4,12.25,5,13.25],"rotation":90,"texture":"#0"},"down":{"uv":[4,12.25,5,13.25],"rotation":90,"texture":"#0"}}},{"from":[6.99,5.83594,13.75979],"to":[9.01,7.85594,14.77979],"rotation":{"angle":-45,"axis":"x","origin":[8.66234,4.44522,12.7728]},"faces":{"north":{"uv":[4.5,12.25,5.5,13.25],"rotation":90,"texture":"#0"},"east":{"uv":[4.5,12.25,5.5,12.75],"rotation":90,"texture":"#0"},"south":{"uv":[4.5,12.25,5.5,13.25],"rotation":90,"texture":"#0"},"west":{"uv":[4.5,12.25,5.5,12.75],"rotation":90,"texture":"#0"},"up":{"uv":[4.5,12.25,5,13.25],"rotation":270,"texture":"#0"},"down":{"uv":[4.5,12.25,5,13.25],"rotation":270,"texture":"#0"}}},{"from":[7,4.50353,13.08175],"to":[9,6.50353,14.08175],"rotation":{"angle":-22.5,"axis":"x","origin":[8.66234,4.44522,12.7728]},"faces":{"north":{"uv":[5.5,12.25,6.5,13.25],"rotation":90,"texture":"#0"},"east":{"uv":[5.5,12.25,6.5,12.75],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,12.25,6.5,13.25],"rotation":90,"texture":"#0"},"west":{"uv":[5.5,12.25,6.5,12.75],"rotation":90,"texture":"#0"},"up":{"uv":[5.5,12.25,6,13.25],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,12.25,6,13.25],"rotation":270,"texture":"#0"}}},{"from":[6.99,2.99,12.9498],"to":[9.01,5.01,13.9698],"rotation":{"angle":0,"axis":"x","origin":[8.66234,4.44522,12.7728]},"faces":{"north":{"uv":[7.25,12.25,8.25,13.25],"rotation":90,"texture":"#0"},"east":{"uv":[7.25,12.25,8.25,12.75],"rotation":90,"texture":"#0"},"south":{"uv":[7.25,12.25,8.25,13.25],"rotation":90,"texture":"#0"},"west":{"uv":[7.25,12.25,8.25,12.75],"rotation":90,"texture":"#0"},"up":{"uv":[7.25,12.25,7.75,13.25],"rotation":270,"texture":"#0"},"down":{"uv":[7.25,12.25,7.75,13.25],"rotation":270,"texture":"#0"}}},{"from":[4,1,12.9598],"to":[12,3,13.9598],"rotation":{"angle":0,"axis":"y","origin":[8.66234,4.44522,12.7728]},"faces":{"north":{"uv":[7,12.25,11,13.25],"texture":"#0"},"east":{"uv":[7,12.25,7.5,13.25],"texture":"#0"},"south":{"uv":[7,12.25,11,13.25],"texture":"#0"},"west":{"uv":[7,12.25,7.5,13.25],"texture":"#0"},"up":{"uv":[7,12.25,11,12.75],"rotation":180,"texture":"#0"},"down":{"uv":[7,12.25,11,12.75],"rotation":180,"texture":"#0"}}},{"from":[10.19309,1.01,14.98222],"to":[12.97309,2.99,15.96222],"rotation":{"angle":45,"axis":"y","origin":[8.66234,4.44522,12.7728]},"faces":{"north":{"uv":[7,12.25,8.4,13.25],"texture":"#0"},"east":{"uv":[7,12.25,7.5,13.25],"texture":"#0"},"south":{"uv":[7,12.25,8.4,13.25],"texture":"#0"},"west":{"uv":[7,12.25,7.5,13.25],"texture":"#0"},"up":{"uv":[7,12.25,8.4,12.75],"rotation":180,"texture":"#0"},"down":{"uv":[7,12.25,8.4,12.75],"rotation":180,"texture":"#0"}}},{"from":[10.54309,3.01,14.68222],"to":[12.62309,4.99,15.66222],"rotation":{"angle":45,"axis":"y","origin":[8.66234,4.44522,12.7728]},"faces":{"north":{"uv":[12.25,8.5,13.3,9.5],"texture":"#0"},"east":{"uv":[12.25,8.5,12.75,9.5],"texture":"#0"},"south":{"uv":[12.25,8.5,13.3,9.5],"texture":"#0"},"west":{"uv":[12.25,8.5,12.75,9.5],"texture":"#0"},"up":{"uv":[12.25,8.5,13.3,9],"texture":"#0"},"down":{"uv":[12.25,8.5,13.3,9],"texture":"#0"}}},{"from":[3.37691,3.01,14.68222],"to":[5.45691,4.99,15.66222],"rotation":{"angle":-45,"axis":"y","origin":[7.33766,4.44522,12.7728]},"faces":{"north":{"uv":[13.3,8.5,12.25,9.5],"texture":"#0"},"east":{"uv":[12.75,8.5,12.25,9.5],"texture":"#0"},"south":{"uv":[13.3,8.5,12.25,9.5],"texture":"#0"},"west":{"uv":[12.75,8.5,12.25,9.5],"texture":"#0"},"up":{"uv":[13.3,8.5,12.25,9],"texture":"#0"},"down":{"uv":[13.3,8.5,12.25,9],"texture":"#0"}}},{"from":[11.15393,4.86,3.63617],"to":[12.63393,6.84,5.61617],"rotation":{"angle":-45,"axis":"y","origin":[11.89393,5.85,4.12617]},"faces":{"north":{"uv":[9.25,8.5,10,9.5],"texture":"#0"},"east":{"uv":[9.25,8.5,10.25,9.5],"texture":"#0"},"south":{"uv":[9.25,8.5,10,9.5],"texture":"#0"},"west":{"uv":[9.25,8.5,10.25,9.5],"texture":"#0"},"up":{"uv":[8.75,8.5,9.5,9.5],"texture":"#0"},"down":{"uv":[10,8.75,10.75,9.75],"texture":"#0"}}},{"from":[3.36607,4.86,3.63617],"to":[4.84607,6.84,5.61617],"rotation":{"angle":45,"axis":"y","origin":[4.10607,5.85,4.12617]},"faces":{"north":{"uv":[10,8.5,9.25,9.5],"texture":"#0"},"east":{"uv":[10.25,8.5,9.25,9.5],"texture":"#0"},"south":{"uv":[10,8.5,9.25,9.5],"texture":"#0"},"west":{"uv":[10.25,8.5,9.25,9.5],"texture":"#0"},"up":{"uv":[9.5,8.5,8.75,9.5],"texture":"#0"},"down":{"uv":[10.75,8.75,10,9.75],"texture":"#0"}}},{"from":[3.36607,4.86,10.38383],"to":[4.84607,6.84,12.36383],"rotation":{"angle":-45,"axis":"y","origin":[4.10607,5.85,11.87383]},"faces":{"north":{"uv":[9.25,8.5,10,9.5],"texture":"#0"},"east":{"uv":[9.25,8.5,10.25,9.5],"texture":"#0"},"south":{"uv":[9.25,8.5,10,9.5],"texture":"#0"},"west":{"uv":[9.25,8.5,10.25,9.5],"texture":"#0"},"up":{"uv":[9.5,9.5,8.75,8.5],"texture":"#0"},"down":{"uv":[10.75,8.75,10,9.75],"texture":"#0"}}},{"from":[11.15393,4.86,10.38383],"to":[12.63393,6.84,12.36383],"rotation":{"angle":45,"axis":"y","origin":[11.89393,5.85,11.87383]},"faces":{"north":{"uv":[10,8.5,9.25,9.5],"texture":"#0"},"east":{"uv":[10.25,8.5,9.25,9.5],"texture":"#0"},"south":{"uv":[10,8.5,9.25,9.5],"texture":"#0"},"west":{"uv":[10.25,8.5,9.25,9.5],"texture":"#0"},"up":{"uv":[8.75,9.5,9.5,8.5],"texture":"#0"},"down":{"uv":[10.75,8.75,10,9.75],"texture":"#0"}}},{"from":[3.37691,3.01,0.33778],"to":[5.45691,4.99,1.31778],"rotation":{"angle":45,"axis":"y","origin":[7.33766,4.44522,3.2272]},"faces":{"north":{"uv":[12.25,8.5,13.3,9.5],"texture":"#0"},"east":{"uv":[12.25,8.5,12.75,9.5],"texture":"#0"},"south":{"uv":[12.25,8.5,13.3,9.5],"texture":"#0"},"west":{"uv":[12.25,8.5,12.75,9.5],"texture":"#0"},"up":{"uv":[13.3,9,12.25,8.5],"texture":"#0"},"down":{"uv":[13.3,9,12.25,8.5],"texture":"#0"}}},{"from":[10.54309,3.01,0.33778],"to":[12.62309,4.99,1.31778],"rotation":{"angle":-45,"axis":"y","origin":[8.66234,4.44522,3.2272]},"faces":{"north":{"uv":[13.3,8.5,12.25,9.5],"texture":"#0"},"east":{"uv":[12.75,8.5,12.25,9.5],"texture":"#0"},"south":{"uv":[13.3,8.5,12.25,9.5],"texture":"#0"},"west":{"uv":[12.75,8.5,12.25,9.5],"texture":"#0"},"up":{"uv":[12.25,9,13.3,8.5],"texture":"#0"},"down":{"uv":[12.25,9,13.3,8.5],"texture":"#0"}}},{"from":[3.42691,4.01,14.43222],"to":[5.40691,5.99,15.41222],"rotation":{"angle":-45,"axis":"y","origin":[7.33766,4.44522,12.7728]},"faces":{"north":{"uv":[10.75,8.5,11.75,9.5],"texture":"#0"},"east":{"uv":[10.75,8.5,11.25,9.5],"texture":"#0"},"south":{"uv":[10.75,8.5,11.75,9.5],"texture":"#0"},"west":{"uv":[10.75,8.5,11.25,9.5],"texture":"#0"},"up":{"uv":[10.75,8.5,11.75,9],"texture":"#0"},"down":{"uv":[10.75,8.5,11.75,9],"texture":"#0"}}},{"from":[10.59309,4.01,14.43222],"to":[12.57309,5.99,15.41222],"rotation":{"angle":45,"axis":"y","origin":[8.66234,4.44522,12.7728]},"faces":{"north":{"uv":[11.75,8.5,10.75,9.5],"texture":"#0"},"east":{"uv":[11.25,8.5,10.75,9.5],"texture":"#0"},"south":{"uv":[11.75,8.5,10.75,9.5],"texture":"#0"},"west":{"uv":[11.25,8.5,10.75,9.5],"texture":"#0"},"up":{"uv":[11.75,8.5,10.75,9],"texture":"#0"},"down":{"uv":[11.75,8.5,10.75,9],"texture":"#0"}}},{"from":[15.00232,1.01,3.00681],"to":[15.98232,2.99,5.78681],"rotation":{"angle":45,"axis":"y","origin":[12.79291,4.44522,7.31756]},"faces":{"north":{"uv":[7,12.25,7.5,13.25],"texture":"#0"},"east":{"uv":[7,12.25,8.4,13.25],"texture":"#0"},"south":{"uv":[7,12.25,7.5,13.25],"texture":"#0"},"west":{"uv":[7,12.25,8.4,13.25],"texture":"#0"},"up":{"uv":[7,12.25,8.4,12.75],"rotation":90,"texture":"#0"},"down":{"uv":[7,12.25,8.4,12.75],"rotation":270,"texture":"#0"}}},{"from":[12.9799,1,3.9799],"to":[13.9799,3,11.9799],"rotation":{"angle":0,"axis":"y","origin":[12.79291,4.44522,7.31756]},"faces":{"north":{"uv":[7,12.25,7.5,13.25],"texture":"#0"},"east":{"uv":[7,12.25,11,13.25],"texture":"#0"},"south":{"uv":[7,12.25,7.5,13.25],"texture":"#0"},"west":{"uv":[7,12.25,11,13.25],"texture":"#0"},"up":{"uv":[7,12.25,11,12.75],"rotation":90,"texture":"#0"},"down":{"uv":[7,12.25,11,12.75],"rotation":270,"texture":"#0"}}},{"from":[12.9699,2.99,6.9699],"to":[13.9899,5.01,8.9899],"rotation":{"angle":0,"axis":"x","origin":[12.79291,4.44522,7.31756]},"faces":{"north":{"uv":[7.25,12.25,8.25,12.75],"rotation":90,"texture":"#0"},"east":{"uv":[7.25,12.25,8.25,13.25],"rotation":90,"texture":"#0"},"south":{"uv":[7.25,12.25,8.25,12.75],"rotation":90,"texture":"#0"},"west":{"uv":[7.25,12.25,8.25,13.25],"rotation":90,"texture":"#0"},"up":{"uv":[7.25,12.25,7.75,13.25],"rotation":180,"texture":"#0"},"down":{"uv":[7.25,12.25,7.75,13.25],"texture":"#0"}}},{"from":[13.10185,4.50353,6.4799],"to":[14.10185,6.50353,9.4799],"rotation":{"angle":22.5,"axis":"z","origin":[12.79291,4.44522,7.31756]},"faces":{"north":{"uv":[5.5,12.25,6.5,12.75],"rotation":90,"texture":"#0"},"east":{"uv":[5.5,12.25,6.5,13.75],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,12.25,6.5,12.75],"rotation":90,"texture":"#0"},"west":{"uv":[5.5,12.25,6.5,13.75],"rotation":90,"texture":"#0"},"up":{"uv":[5.5,12.25,6,13.75],"rotation":180,"texture":"#0"},"down":{"uv":[5.5,12.25,6,13.75],"texture":"#0"}}},{"from":[13.77989,5.83594,6.9699],"to":[14.79989,7.85594,8.9899],"rotation":{"angle":45,"axis":"z","origin":[12.79291,4.44522,7.31756]},"faces":{"north":{"uv":[4.5,12.25,5.5,12.75],"rotation":90,"texture":"#0"},"east":{"uv":[4.5,12.25,5.5,13.25],"rotation":90,"texture":"#0"},"south":{"uv":[4.5,12.25,5.5,12.75],"rotation":90,"texture":"#0"},"west":{"uv":[4.5,12.25,5.5,13.25],"rotation":90,"texture":"#0"},"up":{"uv":[4.5,12.25,5,13.25],"rotation":180,"texture":"#0"},"down":{"uv":[4.5,12.25,5,13.25],"texture":"#0"}}},{"from":[8.41527,6.59159,6.9799],"to":[10.41527,7.59159,8.9799],"rotation":{"angle":-22.5,"axis":"z","origin":[12.79291,4.44522,7.31756]},"faces":{"north":{"uv":[4,12.25,4.5,13.25],"rotation":270,"texture":"#0"},"east":{"uv":[4,12.25,4.5,13.25],"rotation":270,"texture":"#0"},"south":{"uv":[4,12.25,4.5,13.25],"rotation":270,"texture":"#0"},"west":{"uv":[4,12.25,4.5,13.25],"rotation":270,"texture":"#0"},"up":{"uv":[4,12.25,5,13.25],"texture":"#0"},"down":{"uv":[4,12.25,5,13.25],"rotation":180,"texture":"#0"}}},{"from":[6,8.05,5.97],"to":[10,9.05,9.97],"rotation":{"angle":0,"axis":"y","origin":[0,-1,0]},"faces":{"north":{"uv":[4,12.25,6,12.75],"texture":"#0"},"east":{"uv":[4,12.25,6,12.75],"texture":"#0"},"south":{"uv":[4,12.25,6,12.75],"texture":"#0"},"west":{"uv":[4,12.25,6,12.75],"texture":"#0"},"up":{"uv":[4,12.25,6,14.25],"texture":"#0"},"down":{"uv":[4,12.25,6,14.25],"texture":"#0"}}},{"from":[7,8.55,6.97],"to":[9,9.55,8.97],"rotation":{"angle":0,"axis":"y","origin":[0,-1,0]},"faces":{"north":{"uv":[8.5,8.5,9.5,9],"texture":"#0"},"east":{"uv":[8.5,8.5,9.5,9],"texture":"#0"},"south":{"uv":[8.5,8.5,9.5,9],"texture":"#0"},"west":{"uv":[8.5,8.5,9.5,9],"texture":"#0"},"up":{"uv":[8.5,8.5,9.5,9.5],"texture":"#0"},"down":{"uv":[8.5,8.5,9.5,9.5],"texture":"#0"}}},{"from":[12.04617,6.4573,6.46328],"to":[14.04617,8.9573,8.46328],"rotation":{"angle":45,"axis":"z","origin":[15.22338,10.46312,5.78237]},"faces":{"north":{"uv":[1.5,11,3.5,13.5],"rotation":180,"texture":"#1_0"},"east":{"uv":[2.5,11,4.5,13.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[1.5,11,3.5,13.5],"texture":"#1_0"},"west":{"uv":[0,11,2,13.5],"rotation":180,"texture":"#1_0"},"up":{"uv":[1.5,11.5,3.5,13.5],"texture":"#1_0"},"down":{"uv":[1.5,11,3.5,13],"texture":"#1_0"}}},{"from":[11.83097,5.55637,6.97328],"to":[13.81097,8.03637,8.95328],"rotation":{"angle":22.5,"axis":"z","origin":[15.22338,10.46312,5.78237]},"faces":{"north":{"uv":[0,11,2,13.5],"rotation":180,"texture":"#1_0"},"east":{"uv":[0,11,2,13.5],"rotation":180,"texture":"#1_0"},"south":{"uv":[0,11,2,13.5],"rotation":180,"texture":"#1_0"},"west":{"uv":[0,11,2,13.5],"rotation":180,"texture":"#1_0"},"up":{"uv":[0,11,2,13],"rotation":90,"texture":"#1_0"},"down":{"uv":[0,11,2,13],"rotation":270,"texture":"#1_0"}}},{"from":[15.65763,9.37479,5.33328],"to":[17.75763,10.97479,6.93328],"rotation":{"angle":22.5,"axis":"z","origin":[15.22338,10.46312,5.78237]},"faces":{"north":{"uv":[6,11,8,13.5],"rotation":270,"texture":"#1_0"},"east":{"uv":[6.5,11.5,8.5,13.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[6,11,8,13.5],"rotation":270,"texture":"#1_0"},"west":{"uv":[6,11,8,13],"rotation":270,"texture":"#1_0"},"up":{"uv":[6,11,8.5,13],"rotation":180,"texture":"#1_0"},"down":{"uv":[6,11,8.5,13],"texture":"#1_0"}}},{"from":[15.86053,9.96602,4.93328],"to":[17.76053,11.36602,6.33328],"rotation":{"angle":45,"axis":"z","origin":[15.22338,10.46312,5.78237]},"faces":{"north":{"uv":[7.5,11.5,9,13.5],"rotation":270,"texture":"#1_0"},"east":{"uv":[8.5,11.5,10,13],"texture":"#1_0"},"south":{"uv":[9,11.5,7.5,13.5],"rotation":90,"texture":"#1_0"},"west":{"uv":[7.5,12,9,13.5],"rotation":180,"texture":"#1_0"},"up":{"uv":[7.5,11.5,9,13.5],"rotation":90,"texture":"#1_0"},"down":{"uv":[7.5,11.5,8.5,13.5],"rotation":90,"texture":"#1_0"}}},{"from":[14.16014,11.45267,4.68328],"to":[15.36014,13.15267,5.88328],"rotation":{"angle":-22.5,"axis":"z","origin":[15.22338,10.46312,5.78237]},"faces":{"north":{"uv":[8.5,11.5,10,13.5],"texture":"#1_0"},"east":{"uv":[8.5,11.5,10,13.5],"texture":"#1_0"},"south":{"uv":[10,11.5,8.5,13.5],"texture":"#1_0"},"west":{"uv":[8.5,11.5,10,13.5],"texture":"#1_0"},"up":{"uv":[8.5,12,10,13.5],"texture":"#1_0"},"down":{"uv":[8.5,12,10,13.5],"rotation":180,"texture":"#1_0"}}},{"from":[14.72031,12.49518,5.06672],"to":[15.72031,13.99518,6.06672],"rotation":{"angle":-45,"axis":"z","origin":[14.37828,13.49375,6.09172]},"faces":{"north":{"uv":[10.5,13.5,9,11.5],"texture":"#1_0"},"east":{"uv":[10.5,13.5,9,11.5],"texture":"#1_0"},"south":{"uv":[10.5,13.5,9,11.5],"texture":"#1_0"},"west":{"uv":[10.5,13.5,9,11.5],"texture":"#1_0"},"up":{"uv":[9,11.5,10.5,13],"rotation":90,"texture":"#1_0"},"down":{"uv":[9,12,10.5,13.5],"rotation":270,"texture":"#1_0"}}},{"from":[13.58661,12.79562,5.51672],"to":[14.88661,13.59562,6.31672],"rotation":{"angle":22.5,"axis":"z","origin":[14.37828,13.49375,6.09172]},"faces":{"north":{"uv":[10.5,13.5,11.5,12],"rotation":270,"texture":"#1_0"},"east":{"uv":[9.5,11.5,10.5,12.5],"rotation":180,"texture":"#1_0"},"south":{"uv":[11.5,13.5,10.5,12],"rotation":90,"texture":"#1_0"},"west":{"uv":[10,12,11,13],"rotation":180,"texture":"#1_0"},"up":{"uv":[11.5,13.5,10.5,12],"rotation":90,"texture":"#1_0"},"down":{"uv":[11.5,13.5,10.5,12],"rotation":90,"texture":"#1_0"}}},{"from":[15.99377,7.84256,5.98328],"to":[18.47377,9.82256,7.96328],"rotation":{"angle":-22.5,"axis":"z","origin":[15.22338,10.46312,5.78237]},"faces":{"north":{"uv":[3.5,11,5.5,13.5],"rotation":270,"texture":"#1_0"},"east":{"uv":[3.5,11,5.5,13],"rotation":270,"texture":"#1_0"},"south":{"uv":[3.5,11,5.5,13.5],"rotation":270,"texture":"#1_0"},"west":{"uv":[3.5,11,5.5,13],"rotation":270,"texture":"#1_0"},"up":{"uv":[3.5,11,5.5,13.5],"rotation":270,"texture":"#1_0"},"down":{"uv":[2.5,11,4.5,13.5],"rotation":90,"texture":"#1_0"}}},{"from":[15.70121,8.62744,5.63328],"to":[17.98121,10.40744,7.41328],"rotation":{"angle":0,"axis":"z","origin":[15.22338,10.46312,5.78237]},"faces":{"north":{"uv":[4.5,11,6.5,13.5],"rotation":270,"texture":"#1_0"},"east":{"uv":[4.5,11,6.48,12.98],"rotation":270,"texture":"#1_0"},"south":{"uv":[4.5,11,6.5,13.5],"rotation":270,"texture":"#1_0"},"west":{"uv":[4.5,11,6.48,12.98],"rotation":270,"texture":"#1_0"},"up":{"uv":[4.5,11,6.98,12.98],"rotation":180,"texture":"#1_0"},"down":{"uv":[4.5,11,6.98,12.98],"texture":"#1_0"}}},{"from":[1.95383,6.4573,6.46328],"to":[3.95383,8.9573,8.46328],"rotation":{"angle":-45,"axis":"z","origin":[0.77662,10.46312,5.78237]},"faces":{"north":{"uv":[3.5,11,1.5,13.5],"rotation":180,"texture":"#1_0"},"east":{"uv":[2,11,0,13.5],"rotation":180,"texture":"#1_0"},"south":{"uv":[3.5,11,1.5,13.5],"texture":"#1_0"},"west":{"uv":[2.5,13.5,4.5,11],"rotation":270,"texture":"#1_0"},"up":{"uv":[3.5,11.5,1.5,13.5],"texture":"#1_0"},"down":{"uv":[3.5,11,1.5,13],"texture":"#1_0"}}},{"from":[2.18903,5.55637,6.97328],"to":[4.16903,8.03637,8.95328],"rotation":{"angle":-22.5,"axis":"z","origin":[0.77662,10.46312,5.78237]},"faces":{"north":{"uv":[2,11,0,13.5],"rotation":180,"texture":"#1_0"},"east":{"uv":[2,11,0,13.5],"rotation":180,"texture":"#1_0"},"south":{"uv":[2,11,0,13.5],"rotation":180,"texture":"#1_0"},"west":{"uv":[2,11,0,13.5],"rotation":180,"texture":"#1_0"},"up":{"uv":[0,13,2,11],"rotation":90,"texture":"#1_0"},"down":{"uv":[0,13,2,11],"rotation":270,"texture":"#1_0"}}},{"from":[-1.75763,9.37479,5.33328],"to":[0.34237,10.97479,6.93328],"rotation":{"angle":-22.5,"axis":"z","origin":[0.77662,10.46312,5.78237]},"faces":{"north":{"uv":[6,13.5,8,11],"rotation":270,"texture":"#1_0"},"east":{"uv":[6,13,8,11],"rotation":270,"texture":"#1_0"},"south":{"uv":[6,13.5,8,11],"rotation":270,"texture":"#1_0"},"west":{"uv":[6.5,13.5,8.5,11.5],"rotation":270,"texture":"#1_0"},"up":{"uv":[8.5,11,6,13],"rotation":180,"texture":"#1_0"},"down":{"uv":[8.5,11,6,13],"texture":"#1_0"}}},{"from":[-1.76053,9.96602,4.93328],"to":[0.13947,11.36602,6.33328],"rotation":{"angle":-45,"axis":"z","origin":[0.77662,10.46312,5.78237]},"faces":{"north":{"uv":[7.5,13.5,9,11.5],"rotation":270,"texture":"#1_0"},"east":{"uv":[9,12,7.5,13.5],"rotation":180,"texture":"#1_0"},"south":{"uv":[9,13.5,7.5,11.5],"rotation":90,"texture":"#1_0"},"west":{"uv":[10,11.5,8.5,13],"texture":"#1_0"},"up":{"uv":[7.5,13.5,9,11.5],"rotation":90,"texture":"#1_0"},"down":{"uv":[7.5,13.5,8.5,11.5],"rotation":90,"texture":"#1_0"}}},{"from":[0.63986,11.45267,4.68328],"to":[1.83986,13.15267,5.88328],"rotation":{"angle":22.5,"axis":"z","origin":[0.77662,10.46312,5.78237]},"faces":{"north":{"uv":[10,11.5,8.5,13.5],"texture":"#1_0"},"east":{"uv":[10,11.5,8.5,13.5],"texture":"#1_0"},"south":{"uv":[8.5,11.5,10,13.5],"texture":"#1_0"},"west":{"uv":[10,11.5,8.5,13.5],"texture":"#1_0"},"up":{"uv":[10,12,8.5,13.5],"texture":"#1_0"},"down":{"uv":[10,12,8.5,13.5],"rotation":180,"texture":"#1_0"}}},{"from":[0.27969,12.49518,5.06672],"to":[1.27969,13.99518,6.06672],"rotation":{"angle":45,"axis":"z","origin":[1.62172,13.49375,6.09172]},"faces":{"north":{"uv":[9,13.5,10.5,11.5],"texture":"#1_0"},"east":{"uv":[9,13.5,10.5,11.5],"texture":"#1_0"},"south":{"uv":[9,13.5,10.5,11.5],"texture":"#1_0"},"west":{"uv":[9,13.5,10.5,11.5],"texture":"#1_0"},"up":{"uv":[9,13,10.5,11.5],"rotation":90,"texture":"#1_0"},"down":{"uv":[9,13.5,10.5,12],"rotation":270,"texture":"#1_0"}}},{"from":[1.11339,12.79562,5.51672],"to":[2.41339,13.59562,6.31672],"rotation":{"angle":-22.5,"axis":"z","origin":[1.62172,13.49375,6.09172]},"faces":{"north":{"uv":[10.5,12,11.5,13.5],"rotation":270,"texture":"#1_0"},"east":{"uv":[11,12,10,13],"rotation":180,"texture":"#1_0"},"south":{"uv":[11.5,12,10.5,13.5],"rotation":90,"texture":"#1_0"},"west":{"uv":[10.5,11.5,9.5,12.5],"rotation":180,"texture":"#1_0"},"up":{"uv":[11.5,12,10.5,13.5],"rotation":90,"texture":"#1_0"},"down":{"uv":[11.5,12,10.5,13.5],"rotation":90,"texture":"#1_0"}}},{"from":[13.42117,13.79128,6.11672],"to":[14.32117,14.69128,6.81672],"rotation":{"angle":-22.5,"axis":"z","origin":[14.37828,13.49375,5.99172]},"faces":{"north":{"uv":[16,12.5,15,11.5],"rotation":270,"texture":"#1_0"},"east":{"uv":[16,12.5,15,11.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[16,12.5,15,11.5],"rotation":270,"texture":"#1_0"},"west":{"uv":[16,12.5,15,11.5],"rotation":270,"texture":"#1_0"},"up":{"uv":[15,11.5,16,12.5],"texture":"#1_0"},"down":{"uv":[15,11.5,16,12.5],"rotation":180,"texture":"#1_0"}}},{"from":[13.60789,13.2849,5.86672],"to":[14.70789,14.1349,6.56672],"rotation":{"angle":0,"axis":"z","origin":[14.37828,13.49375,5.99172]},"faces":{"north":{"uv":[14.5,13,13.5,12],"rotation":270,"texture":"#1_0"},"east":{"uv":[13.5,12,14.5,13],"rotation":90,"texture":"#1_0"},"south":{"uv":[14.5,13,13.5,12],"rotation":270,"texture":"#1_0"},"west":{"uv":[13.5,12,14.5,13],"rotation":90,"texture":"#1_0"},"up":{"uv":[14.5,13,13.5,12],"rotation":180,"texture":"#1_0"},"down":{"uv":[14.5,13,13.5,12],"texture":"#1_0"}}},{"from":[1.67883,13.79128,6.11672],"to":[2.57883,14.69128,6.81672],"rotation":{"angle":22.5,"axis":"z","origin":[1.62172,13.49375,5.99172]},"faces":{"north":{"uv":[16,11.5,15,12.5],"rotation":270,"texture":"#1_0"},"east":{"uv":[16,11.5,15,12.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[16,11.5,15,12.5],"rotation":270,"texture":"#1_0"},"west":{"uv":[16,11.5,15,12.5],"rotation":270,"texture":"#1_0"},"up":{"uv":[16,11.5,15,12.5],"texture":"#1_0"},"down":{"uv":[16,11.5,15,12.5],"rotation":180,"texture":"#1_0"}}},{"from":[1.29211,13.2849,5.86672],"to":[2.39211,14.1349,6.56672],"rotation":{"angle":0,"axis":"z","origin":[1.62172,13.49375,5.99172]},"faces":{"north":{"uv":[14.5,12,13.5,13],"rotation":270,"texture":"#1_0"},"east":{"uv":[13.5,13,14.5,12],"rotation":90,"texture":"#1_0"},"south":{"uv":[14.5,12,13.5,13],"rotation":270,"texture":"#1_0"},"west":{"uv":[13.5,13,14.5,12],"rotation":90,"texture":"#1_0"},"up":{"uv":[13.5,13,14.5,12],"rotation":180,"texture":"#1_0"},"down":{"uv":[13.5,13,14.5,12],"texture":"#1_0"}}},{"from":[-2.47377,7.84256,5.98328],"to":[0.00623,9.82256,7.96328],"rotation":{"angle":22.5,"axis":"z","origin":[0.77662,10.46312,5.78237]},"faces":{"north":{"uv":[3.5,13.5,5.5,11],"rotation":270,"texture":"#1_0"},"east":{"uv":[3.5,13,5.5,11],"rotation":270,"texture":"#1_0"},"south":{"uv":[3.5,13.5,5.5,11],"rotation":270,"texture":"#1_0"},"west":{"uv":[3.5,13,5.5,11],"rotation":270,"texture":"#1_0"},"up":{"uv":[3.5,13.5,5.5,11],"rotation":270,"texture":"#1_0"},"down":{"uv":[2.5,13.5,4.5,11],"rotation":90,"texture":"#1_0"}}},{"from":[-1.98121,8.62744,5.63328],"to":[0.29879,10.40744,7.41328],"rotation":{"angle":0,"axis":"z","origin":[0.77662,10.46312,5.78237]},"faces":{"north":{"uv":[4.5,13.5,6.5,11],"rotation":270,"texture":"#1_0"},"east":{"uv":[4.5,12.98,6.48,11],"rotation":270,"texture":"#1_0"},"south":{"uv":[4.5,13.5,6.5,11],"rotation":270,"texture":"#1_0"},"west":{"uv":[4.5,12.98,6.48,11],"rotation":270,"texture":"#1_0"},"up":{"uv":[6.98,11,4.5,12.98],"rotation":180,"texture":"#1_0"},"down":{"uv":[6.98,11,4.5,12.98],"texture":"#1_0"}}}],"display":{"head":{"rotation":[5,0,0],"translation":[0,12,1],"scale":[1.55,1.5,1.55]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/skull_tophat.json b/assets/minecraft/models/item/wynn/skin/hat/skull_tophat.json new file mode 100644 index 000000000..de206352f --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/skull_tophat.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/red_gradient","1":"skins/rose","2":"skins/driftwood_1","3":"skins/voodoo","particle":"skins/red_gradient"},"elements":[{"from":[7.01,-0.39,3.01],"to":[8.99,3.24,3.99],"rotation":{"angle":22.5,"axis":"y","origin":[8,0.52083,8.01823]},"faces":{"north":{"uv":[8.5,0,10.5,4.25],"texture":"#1"},"east":{"uv":[8.5,0,9.5,4.25],"texture":"#1"},"south":{"uv":[8.5,0,10.5,4.25],"texture":"#1"},"west":{"uv":[8.5,0,9.5,4.25],"texture":"#1"},"up":{"uv":[8.5,0,10.5,1],"texture":"#1"},"down":{"uv":[8.5,0,10.5,1],"texture":"#1"}}},{"from":[6.99651,-0.4,2.99931],"to":[8.99651,3,3.99931],"rotation":{"angle":45,"axis":"y","origin":[8,0.52083,8.01823]},"faces":{"north":{"uv":[10,0,12,4],"texture":"#1"},"east":{"uv":[10,0,11,4],"texture":"#1"},"south":{"uv":[10,0,12,4],"texture":"#1"},"west":{"uv":[10,0,11,4],"texture":"#1"},"up":{"uv":[10,0,12,1],"texture":"#1"},"down":{"uv":[10,0,12,1],"texture":"#1"}}},{"from":[2.97615,-0.4,7.02665],"to":[3.97615,2.5,9.02665],"rotation":{"angle":0,"axis":"y","origin":[8,0.52083,8.01823]},"faces":{"north":{"uv":[12.5,0.5,13.5,4],"texture":"#1"},"east":{"uv":[12.5,0.5,14.5,4],"texture":"#1"},"south":{"uv":[12.5,0.5,13.5,4],"texture":"#1"},"west":{"uv":[12.5,0.5,14.5,4],"texture":"#1"},"up":{"uv":[12.5,0.5,13.5,2.5],"texture":"#1"},"down":{"uv":[12.5,0.5,13.5,2.5],"texture":"#1"}}},{"from":[2.9891,-0.39,7.03467],"to":[3.9691,2.74,9.01467],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0.52083,8.01823]},"faces":{"north":{"uv":[12.5,0,13.5,3.75],"texture":"#1"},"east":{"uv":[12.5,0,14.5,3.75],"texture":"#1"},"south":{"uv":[12.5,0,13.5,3.75],"texture":"#1"},"west":{"uv":[12.5,0,14.5,3.75],"texture":"#1"},"up":{"uv":[12.5,0,14.5,1],"rotation":270,"texture":"#1"},"down":{"uv":[12.5,0,14.5,1],"rotation":90,"texture":"#1"}}},{"from":[7.00349,-0.4,12.05399],"to":[9.00349,2,13.05399],"rotation":{"angle":0,"axis":"y","origin":[8,0.52083,8.01823]},"faces":{"north":{"uv":[0,2,2,5],"texture":"#1"},"east":{"uv":[0,2,1,5],"texture":"#1"},"south":{"uv":[0,2,2,5],"texture":"#1"},"west":{"uv":[0,2,1,5],"texture":"#1"},"up":{"uv":[0,2,2,3],"texture":"#1"},"down":{"uv":[0,2,2,3],"texture":"#1"}}},{"from":[7.01644,-0.39,12.06201],"to":[8.99644,1.99,13.04201],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0.52083,8.01823]},"faces":{"north":{"uv":[14,2,16,5],"texture":"#1"},"east":{"uv":[14,2.5,15,5.5],"texture":"#1"},"south":{"uv":[14,2,16,5],"texture":"#1"},"west":{"uv":[14,2.5,15,5.5],"texture":"#1"},"up":{"uv":[14,2,15,4],"rotation":270,"texture":"#1"},"down":{"uv":[14,2.5,15,4.5],"rotation":90,"texture":"#1"}}},{"from":[2.96917,-0.4,7.02665],"to":[3.96917,2,9.02665],"rotation":{"angle":45,"axis":"y","origin":[8,0.52083,8.01823]},"faces":{"north":{"uv":[14,2,15,5],"texture":"#1"},"east":{"uv":[14,2,16,5],"texture":"#1"},"south":{"uv":[14,2,15,5],"texture":"#1"},"west":{"uv":[14,2,16,5],"texture":"#1"},"up":{"uv":[14,2,15,4],"texture":"#1"},"down":{"uv":[14,2,15,4],"texture":"#1"}}},{"from":[2.98266,-0.39,7.03734],"to":[3.96266,2.24,9.01734],"rotation":{"angle":22.5,"axis":"y","origin":[8,0.52083,8.01823]},"faces":{"north":{"uv":[13,2,14,5.25],"texture":"#1"},"east":{"uv":[14,1.5,16,4.75],"texture":"#1"},"south":{"uv":[13,2,14,5.25],"texture":"#1"},"west":{"uv":[14,1.5,16,4.75],"texture":"#1"},"up":{"uv":[13,2,14,4],"texture":"#1"},"down":{"uv":[13,2,14,4],"texture":"#1"}}},{"from":[12.03083,-0.4,7.02665],"to":[13.03083,2.5,9.02665],"rotation":{"angle":0,"axis":"y","origin":[8,0.52083,8.01823]},"faces":{"north":{"uv":[1,2,2,5.5],"texture":"#1"},"east":{"uv":[1,1.5,3,5],"texture":"#1"},"south":{"uv":[1,2,2,5.5],"texture":"#1"},"west":{"uv":[1.5,1,3.5,4.5],"texture":"#1"},"up":{"uv":[1,2,2,4],"texture":"#1"},"down":{"uv":[1,2,2,4],"texture":"#1"}}},{"from":[7.01,-0.39,12.06468],"to":[8.99,1.99,13.04468],"rotation":{"angle":22.5,"axis":"y","origin":[8,0.52083,8.01823]},"faces":{"north":{"uv":[0,2,2,5],"texture":"#1"},"east":{"uv":[0,2,1,5],"texture":"#1"},"south":{"uv":[0,2,2,5],"texture":"#1"},"west":{"uv":[0,2,1,5],"texture":"#1"},"up":{"uv":[0,2,2,3],"texture":"#1"},"down":{"uv":[0,2,2,3],"texture":"#1"}}},{"from":[6.99651,-0.4,12.05399],"to":[8.99651,2,13.05399],"rotation":{"angle":45,"axis":"y","origin":[8,0.52083,8.01823]},"faces":{"north":{"uv":[0,1.5,2,4.5],"texture":"#1"},"east":{"uv":[0,1.5,1,4.5],"texture":"#1"},"south":{"uv":[0,1.5,2,4.5],"texture":"#1"},"west":{"uv":[0,1.5,1,4.5],"texture":"#1"},"up":{"uv":[0,1.5,2,2.5],"texture":"#1"},"down":{"uv":[0,1.5,2,2.5],"texture":"#1"}}},{"from":[12.04378,-0.39,7.03467],"to":[13.02378,2.24,9.01467],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0.52083,8.01823]},"faces":{"north":{"uv":[0,2,1,5.25],"texture":"#1"},"east":{"uv":[0,2,2,5],"texture":"#1"},"south":{"uv":[0,2,1,5.25],"texture":"#1"},"west":{"uv":[0.5,1,2.5,4.25],"texture":"#1"},"up":{"uv":[0,2,2,3],"rotation":270,"texture":"#1"},"down":{"uv":[0,2,2,3],"rotation":90,"texture":"#1"}}},{"from":[12.03734,-0.39,7.03734],"to":[13.01734,2.74,9.01734],"rotation":{"angle":22.5,"axis":"y","origin":[8,0.52083,8.01823]},"faces":{"north":{"uv":[2.5,2,3.5,5.75],"texture":"#1"},"east":{"uv":[2.5,1,4.5,4.75],"texture":"#1"},"south":{"uv":[2.5,2,3.5,5.75],"texture":"#1"},"west":{"uv":[2.5,1,4.5,4.75],"texture":"#1"},"up":{"uv":[2.5,2,3.5,4],"texture":"#1"},"down":{"uv":[2.5,2,3.5,4],"texture":"#1"}}},{"from":[12.02385,-0.4,7.02665],"to":[13.02385,3,9.02665],"rotation":{"angle":45,"axis":"y","origin":[8,0.52083,8.01823]},"faces":{"north":{"uv":[3,0,4,4],"texture":"#1"},"east":{"uv":[3,0,5,4],"texture":"#1"},"south":{"uv":[3,0,4,4],"texture":"#1"},"west":{"uv":[3,0,5,4],"texture":"#1"},"up":{"uv":[3,0,4,2],"texture":"#1"},"down":{"uv":[3,0,4,2],"texture":"#1"}}},{"from":[7.01644,-0.39,3.00733],"to":[8.99644,3.24,3.98733],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0.52083,8.01823]},"faces":{"north":{"uv":[5,0,7,4.25],"texture":"#1"},"east":{"uv":[5,0,6,4.25],"texture":"#1"},"south":{"uv":[5,0,7,4.25],"texture":"#1"},"west":{"uv":[5,0,6,4.25],"texture":"#1"},"up":{"uv":[5,0,6,2],"rotation":270,"texture":"#1"},"down":{"uv":[5,0,6,2],"rotation":90,"texture":"#1"}}},{"from":[7.00349,-0.4,2.99931],"to":[9.00349,3.5,3.99931],"rotation":{"angle":0,"axis":"y","origin":[8,0.52083,8.01823]},"faces":{"north":{"uv":[6.5,0,8.5,4.5],"texture":"#1"},"east":{"uv":[6.5,0,7.5,4.5],"texture":"#1"},"south":{"uv":[6.5,0,8.5,4.5],"texture":"#1"},"west":{"uv":[6.5,0,7.5,4.5],"texture":"#1"},"up":{"uv":[6.5,0,8.5,1],"texture":"#1"},"down":{"uv":[6.5,0,8.5,1],"texture":"#1"}}},{"from":[6.5,2,2.5],"to":[9.5,5,5.5],"rotation":{"angle":0,"axis":"y","origin":[6.5,2,2.5]},"faces":{"north":{"uv":[0,0,4.5,4.5],"texture":"#2"},"east":{"uv":[4.5,0,9,4.5],"texture":"#2"},"south":{"uv":[4.5,0,9,4.5],"texture":"#2"},"west":{"uv":[4.5,0,9,4.5],"texture":"#2"},"up":{"uv":[4.5,0,9,4.5],"texture":"#2"},"down":{"uv":[4.5,0,9,4.5],"texture":"#2"}}},{"from":[7.166,1,2.5],"to":[8.83266,2,3.5],"rotation":{"angle":0,"axis":"y","origin":[7.15,1,2.5]},"faces":{"north":{"uv":[1,4.5,3.5,6],"texture":"#2"},"east":{"uv":[2,4.5,3.5,6],"texture":"#2"},"south":{"uv":[0,0,1.66666,1],"texture":"#2"},"west":{"uv":[2,4.5,3.5,6],"texture":"#2"},"up":{"uv":[0,0,1.66666,1],"texture":"#2"},"down":{"uv":[0,0,1.66666,1],"texture":"#2"}}},{"from":[7.11489,1.51,3.51],"to":[8.88511,8.99,12.49],"rotation":{"angle":-45,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[0,14,7.5,16],"rotation":90,"texture":"#0"},"east":{"uv":[0,14,1.5,16],"rotation":90,"texture":"#0"},"south":{"uv":[1.5,13.5,9,15.5],"rotation":90,"texture":"#0"},"west":{"uv":[0,14,1.5,16],"rotation":90,"texture":"#0"},"up":{"uv":[3,14,13.5,16],"rotation":270,"texture":"#0"},"down":{"uv":[0,14,9,15.79021],"rotation":90,"texture":"#0"}}},{"from":[7.10489,1.5,3.5],"to":[8.89511,9.25,12.5],"rotation":{"angle":-22.5,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[1,14,8.75,16],"rotation":90,"texture":"#0"},"east":{"uv":[0,14,1.5,16],"rotation":90,"texture":"#0"},"south":{"uv":[0,13.5,7.75,15.5],"rotation":90,"texture":"#0"},"west":{"uv":[0,14,1.5,16],"rotation":90,"texture":"#0"},"up":{"uv":[3,14,13.5,16],"rotation":270,"texture":"#0"},"down":{"uv":[0,14,9,15.79021],"rotation":90,"texture":"#0"}}},{"from":[7.11489,1.51,3.51],"to":[8.88511,9.49,12.49],"rotation":{"angle":0,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[1.5,12.5,9.5,14.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,14,1.5,16],"rotation":90,"texture":"#0"},"south":{"uv":[0,12,8,14],"rotation":90,"texture":"#0"},"west":{"uv":[0,14,1.5,16],"rotation":90,"texture":"#0"},"up":{"uv":[3,14,13.5,16],"rotation":270,"texture":"#0"},"down":{"uv":[0,14,9,15.79021],"rotation":90,"texture":"#0"}}},{"from":[7.09489,1.49,3.49],"to":[8.90511,9.26,12.51],"rotation":{"angle":22.5,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[1,14,8.75,16],"rotation":90,"texture":"#0"},"east":{"uv":[0,14,1.5,16],"rotation":90,"texture":"#0"},"south":{"uv":[0,13.5,7.75,15.5],"rotation":90,"texture":"#0"},"west":{"uv":[0,14,1.5,16],"rotation":90,"texture":"#0"},"up":{"uv":[3,14,13.5,16],"rotation":270,"texture":"#0"},"down":{"uv":[0,14,9,15.79021],"rotation":90,"texture":"#0"}}},{"from":[7.11489,1.51,3.51],"to":[8.88511,8.99,12.49],"rotation":{"angle":45,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[0.5,14,8,16],"rotation":90,"texture":"#0"},"east":{"uv":[0,14,1.5,16],"rotation":90,"texture":"#0"},"south":{"uv":[1.5,14,9,16],"rotation":90,"texture":"#0"},"west":{"uv":[0,14,1.5,16],"rotation":90,"texture":"#0"},"up":{"uv":[3,14,13.5,16],"rotation":270,"texture":"#0"},"down":{"uv":[0,14,9,15.79021],"rotation":90,"texture":"#0"}}},{"from":[3.5,1.5,7.10489],"to":[12.5,8.75,8.89511],"rotation":{"angle":-22.5,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[0,14,1.5,16],"rotation":90,"texture":"#0"},"east":{"uv":[0,14,7.25,16],"rotation":90,"texture":"#0"},"south":{"uv":[0,14,1.5,16],"rotation":90,"texture":"#0"},"west":{"uv":[1.5,13.5,8.75,15.5],"rotation":90,"texture":"#0"},"up":{"uv":[3,14,13.5,16],"rotation":180,"texture":"#0"},"down":{"uv":[0,7,1.79021,16],"rotation":90,"texture":"#0"}}},{"from":[3.51,1.51,7.11489],"to":[12.49,8.49,8.88511],"rotation":{"angle":0,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[0,14,1.5,16],"rotation":90,"texture":"#0"},"east":{"uv":[0,14,7,16],"rotation":90,"texture":"#0"},"south":{"uv":[0,14,1.5,16],"rotation":90,"texture":"#0"},"west":{"uv":[0,14,7,16],"rotation":90,"texture":"#0"},"up":{"uv":[3,14,13.5,16],"rotation":180,"texture":"#0"},"down":{"uv":[0,7,1.79021,16],"rotation":90,"texture":"#0"}}},{"from":[3.495,1.495,7.09989],"to":[12.505,8.755,8.90011],"rotation":{"angle":22.5,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[0,14,1.5,16],"rotation":90,"texture":"#0"},"east":{"uv":[0,14,7.25,16],"rotation":90,"texture":"#0"},"south":{"uv":[0,14,1.5,16],"rotation":90,"texture":"#0"},"west":{"uv":[7.5,14,14.75,16],"rotation":270,"texture":"#0"},"up":{"uv":[3,14,13.5,16],"rotation":180,"texture":"#0"},"down":{"uv":[0,7,1.79021,16],"rotation":90,"texture":"#0"}}},{"from":[4.35,2.1,4.45],"to":[4.65,5.4,4.75],"rotation":{"angle":22.5,"axis":"z","origin":[4.5,3.75,4.6]},"faces":{"north":{"uv":[15,10,15.5,14],"texture":"#3"},"east":{"uv":[15,10,15.5,14],"texture":"#3"},"south":{"uv":[15,10,15.5,14],"texture":"#3"},"west":{"uv":[15,10,15.5,14],"texture":"#3"},"up":{"uv":[15,10,15.5,14],"texture":"#3"},"down":{"uv":[15,10,15.5,14],"texture":"#3"}}},{"from":[12.45,2.4,7.05],"to":[12.75,5.2,7.35],"rotation":{"angle":22.5,"axis":"x","origin":[12.6,4.05,7.2]},"faces":{"north":{"uv":[12.5,2,13,6],"texture":"#3"},"east":{"uv":[12.5,2,13,6],"texture":"#3"},"south":{"uv":[12.5,2,13,6],"texture":"#3"},"west":{"uv":[12.5,2,13,6],"texture":"#3"},"up":{"uv":[12.5,2,13,6],"texture":"#3"},"down":{"uv":[12.5,2,13,6],"texture":"#3"}}},{"from":[12.6,2.8,6.45],"to":[12.61,5.55,7.95],"rotation":{"angle":22.5,"axis":"x","origin":[13.1,4.05,7.2]},"faces":{"north":{"uv":[12,2,12.01,4.75],"texture":"#1"},"east":{"uv":[12,2,13.5,4.75],"texture":"#1"},"south":{"uv":[12,2,12.01,4.75],"texture":"#1"},"west":{"uv":[12,2,13.5,4.75],"texture":"#1"},"up":{"uv":[12,2,12.01,3.5],"texture":"#1"},"down":{"uv":[12,2,12.01,3.5],"texture":"#1"}}},{"from":[12.601,4.64148,6.24884],"to":[12.609,7.38948,7.74684],"rotation":{"angle":45,"axis":"x","origin":[12.605,4.16548,7.24784]},"faces":{"north":{"uv":[8,1,8.01,3.75],"texture":"#1"},"east":{"uv":[8,1,9.5,3.75],"texture":"#1"},"south":{"uv":[8,1,8.01,3.75],"texture":"#1"},"west":{"uv":[8,1,9.5,3.75],"texture":"#1"},"up":{"uv":[8,1,8.01,2.5],"texture":"#1"},"down":{"uv":[8,1,8.01,2.5],"texture":"#1"}}},{"from":[12.603,5.05341,8.75721],"to":[12.607,6.54741,10.75121],"rotation":{"angle":-22.5,"axis":"x","origin":[12.605,5.65041,8.37921]},"faces":{"north":{"uv":[8,0,9.5,0.01],"rotation":270,"texture":"#1"},"east":{"uv":[8,0,9.5,2],"rotation":270,"texture":"#1"},"south":{"uv":[8,0,9.5,0.01],"rotation":270,"texture":"#1"},"west":{"uv":[8,0,9.5,2],"rotation":270,"texture":"#1"},"up":{"uv":[8,0,10,0.01],"rotation":270,"texture":"#1"},"down":{"uv":[8,0,10,0.01],"rotation":270,"texture":"#1"}}},{"from":[12.5,1.73935,7.84966],"to":[12.51,4.48935,9.34966],"rotation":{"angle":45,"axis":"x","origin":[12.505,4.67702,9.20639]},"faces":{"north":{"uv":[12,2,12.01,4.75],"texture":"#1"},"east":{"uv":[12,2,13.5,4.75],"texture":"#1"},"south":{"uv":[12,2,12.01,4.75],"texture":"#1"},"west":{"uv":[12,2,13.5,4.75],"texture":"#1"},"up":{"uv":[12,2,12.01,3.5],"texture":"#1"},"down":{"uv":[12,2,12.01,3.5],"texture":"#1"}}},{"from":[12.501,4.14056,8.00648],"to":[12.509,5.63856,10.75448],"rotation":{"angle":-22.5,"axis":"x","origin":[12.505,4.67702,9.20639]},"faces":{"north":{"uv":[8,1,8.01,2.5],"rotation":180,"texture":"#1"},"east":{"uv":[8,1,9.5,3.75],"rotation":270,"texture":"#1"},"south":{"uv":[8,1,8.01,2.5],"texture":"#1"},"west":{"uv":[8,1,9.5,3.75],"rotation":90,"texture":"#1"},"up":{"uv":[8,1,8.01,3.75],"rotation":180,"texture":"#1"},"down":{"uv":[8,1,8.01,3.75],"texture":"#1"}}},{"from":[12.503,4.343,9.6639],"to":[12.507,5.837,11.6579],"rotation":{"angle":0,"axis":"y","origin":[12.505,4.67702,9.20639]},"faces":{"north":{"uv":[8,0,9.5,0.01],"rotation":270,"texture":"#1"},"east":{"uv":[8,0,9.5,2],"rotation":270,"texture":"#1"},"south":{"uv":[8,0,9.5,0.01],"rotation":270,"texture":"#1"},"west":{"uv":[8,0,9.5,2],"rotation":270,"texture":"#1"},"up":{"uv":[8,0,10,0.01],"rotation":270,"texture":"#1"},"down":{"uv":[8,0,10,0.01],"rotation":270,"texture":"#1"}}},{"from":[12.46,4.88342,7.92719],"to":[12.74,6.16342,8.20719],"rotation":{"angle":45,"axis":"x","origin":[12.6,5.52342,8.06719]},"faces":{"north":{"uv":[12.5,2,13,4],"texture":"#3"},"east":{"uv":[12.5,2,13,4],"texture":"#3"},"south":{"uv":[12.5,2,13,4],"texture":"#3"},"west":{"uv":[12.5,2,13,4],"texture":"#3"},"up":{"uv":[12.5,2,13,4],"texture":"#3"},"down":{"uv":[12.5,2,13,4],"texture":"#3"}}},{"from":[12.47,5.96486,8.45463],"to":[12.73,6.22486,9.21463],"rotation":{"angle":-22.5,"axis":"x","origin":[12.6,6.09486,8.83463]},"faces":{"north":{"uv":[12.5,2,13,3.5],"rotation":90,"texture":"#3"},"east":{"uv":[12.5,2,13,3.5],"rotation":90,"texture":"#3"},"south":{"uv":[12.5,2,13,3.5],"rotation":90,"texture":"#3"},"west":{"uv":[12.5,2,13,3.5],"rotation":90,"texture":"#3"},"up":{"uv":[12.5,2,13,3.5],"rotation":180,"texture":"#3"},"down":{"uv":[12.5,2,13,3.5],"rotation":180,"texture":"#3"}}},{"from":[12.35,1.47648,8.43039],"to":[12.65,4.27648,8.73039],"rotation":{"angle":45,"axis":"x","origin":[12.5,4.44577,8.90205]},"faces":{"north":{"uv":[12.5,2,13,6],"texture":"#3"},"east":{"uv":[12.5,2,13,6],"texture":"#3"},"south":{"uv":[12.5,2,13,6],"texture":"#3"},"west":{"uv":[12.5,2,13,6],"texture":"#3"},"up":{"uv":[12.5,2,13,6],"texture":"#3"},"down":{"uv":[12.5,2,13,6],"texture":"#3"}}},{"from":[12.36,4.52675,8.57515],"to":[12.64,4.80675,9.85515],"rotation":{"angle":-22.5,"axis":"x","origin":[12.5,4.44577,8.90205]},"faces":{"north":{"uv":[12.5,2,13,4],"rotation":180,"texture":"#3"},"east":{"uv":[12.5,2,13,4],"rotation":270,"texture":"#3"},"south":{"uv":[12.5,2,13,4],"texture":"#3"},"west":{"uv":[12.5,2,13,4],"rotation":90,"texture":"#3"},"up":{"uv":[12.5,2,13,4],"rotation":180,"texture":"#3"},"down":{"uv":[12.5,2,13,4],"texture":"#3"}}},{"from":[12.37,4.874,9.65446],"to":[12.63,5.134,10.41446],"rotation":{"angle":0,"axis":"y","origin":[12.5,4.44577,8.90205]},"faces":{"north":{"uv":[12.5,2,13,3.5],"rotation":90,"texture":"#3"},"east":{"uv":[12.5,2,13,3.5],"rotation":90,"texture":"#3"},"south":{"uv":[12.5,2,13,3.5],"rotation":90,"texture":"#3"},"west":{"uv":[12.5,2,13,3.5],"rotation":90,"texture":"#3"},"up":{"uv":[12.5,2,13,3.5],"rotation":180,"texture":"#3"},"down":{"uv":[12.5,2,13,3.5],"rotation":180,"texture":"#3"}}},{"from":[4.15,4.9,4.25],"to":[4.85,5.6,4.95],"rotation":{"angle":22.5,"axis":"z","origin":[4.5,3.75,4.6]},"faces":{"north":{"uv":[13.5,1.5,14.5,2.5],"texture":"#1"},"east":{"uv":[13.5,1.5,14.5,2.5],"texture":"#1"},"south":{"uv":[13.5,1.5,14.5,2.5],"texture":"#1"},"west":{"uv":[13.5,1.5,14.5,2.5],"texture":"#1"},"up":{"uv":[13.5,1.5,14.5,2.5],"texture":"#1"},"down":{"uv":[13.5,1.5,14.5,2.5],"texture":"#1"}}},{"from":[10.1,2.1,3.75],"to":[10.4,5.4,4.05],"rotation":{"angle":-22.5,"axis":"z","origin":[12.25,3.75,5.6]},"faces":{"north":{"uv":[15.5,10,15,14],"texture":"#3"},"east":{"uv":[15.5,10,15,14],"texture":"#3"},"south":{"uv":[15.5,10,15,14],"texture":"#3"},"west":{"uv":[15.5,10,15,14],"texture":"#3"},"up":{"uv":[15.5,10,15,14],"texture":"#3"},"down":{"uv":[15.5,10,15,14],"texture":"#3"}}},{"from":[9.9,4.9,3.55],"to":[10.6,5.6,4.25],"rotation":{"angle":-22.5,"axis":"z","origin":[12.25,3.75,5.6]},"faces":{"north":{"uv":[11.5,1.5,10.5,2.5],"texture":"#1"},"east":{"uv":[11.5,1.5,10.5,2.5],"texture":"#1"},"south":{"uv":[11.5,1.5,10.5,2.5],"texture":"#1"},"west":{"uv":[11.5,1.5,10.5,2.5],"texture":"#1"},"up":{"uv":[11.5,1.5,10.5,2.5],"texture":"#1"},"down":{"uv":[11.5,1.5,10.5,2.5],"texture":"#1"}}},{"from":[2.95,4.9,5.15],"to":[3.65,5.6,5.85],"rotation":{"angle":45,"axis":"z","origin":[3.3,3.75,5.5]},"faces":{"north":{"uv":[10.5,1.5,11.5,2.5],"texture":"#1"},"east":{"uv":[10.5,1.5,11.5,2.5],"texture":"#1"},"south":{"uv":[10.5,1.5,11.5,2.5],"texture":"#1"},"west":{"uv":[10.5,1.5,11.5,2.5],"texture":"#1"},"up":{"uv":[10.5,1.5,11.5,2.5],"texture":"#1"},"down":{"uv":[10.5,1.5,11.5,2.5],"texture":"#1"}}},{"from":[3.15,2.1,5.35],"to":[3.45,5.4,5.65],"rotation":{"angle":45,"axis":"z","origin":[3.3,3.75,5.5]},"faces":{"north":{"uv":[15,10,15.5,14],"texture":"#3"},"east":{"uv":[15,10,15.5,14],"texture":"#3"},"south":{"uv":[15,10,15.5,14],"texture":"#3"},"west":{"uv":[15,10,15.5,14],"texture":"#3"},"up":{"uv":[15,10,15.5,14],"texture":"#3"},"down":{"uv":[15,10,15.5,14],"texture":"#3"}}},{"from":[6.61761,-0.49,1.01],"to":[9.38239,0.49,14.99],"rotation":{"angle":-45,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[0,13.5,1,16],"rotation":270,"texture":"#0"},"east":{"uv":[0,13.5,1,16],"rotation":270,"texture":"#0"},"south":{"uv":[0,13.5,1,16],"rotation":270,"texture":"#0"},"west":{"uv":[0,13.5,1,16],"rotation":270,"texture":"#0"},"up":{"uv":[1,13.5,15,16],"rotation":270,"texture":"#0"},"down":{"uv":[1,13.5,15,16],"rotation":270,"texture":"#0"}}},{"from":[6.59761,-0.51,0.99],"to":[9.40239,0.51,15.01],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[0,13.5,1,16],"rotation":270,"texture":"#0"},"east":{"uv":[0,13.5,1,16],"rotation":270,"texture":"#0"},"south":{"uv":[0,13.5,1,16],"rotation":270,"texture":"#0"},"west":{"uv":[0,13.5,1,16],"rotation":270,"texture":"#0"},"up":{"uv":[1,13.5,15,16],"rotation":270,"texture":"#0"},"down":{"uv":[1,13.5,15,16],"rotation":270,"texture":"#0"}}},{"from":[6.61761,-0.49,1.01],"to":[9.38239,0.49,14.99],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[0,13.5,1,16],"rotation":270,"texture":"#0"},"east":{"uv":[0,13.5,1,16],"rotation":270,"texture":"#0"},"south":{"uv":[0,13.5,1,16],"rotation":270,"texture":"#0"},"west":{"uv":[0,13.5,1,16],"rotation":270,"texture":"#0"},"up":{"uv":[1,13.5,15,16],"rotation":270,"texture":"#0"},"down":{"uv":[1,13.5,15,16],"rotation":270,"texture":"#0"}}},{"from":[6.60761,-0.5,1],"to":[9.39239,0.5,15],"rotation":{"angle":22.5,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[0,13.5,1,16],"rotation":270,"texture":"#0"},"east":{"uv":[0,13.5,1,16],"rotation":270,"texture":"#0"},"south":{"uv":[0,13.5,1,16],"rotation":270,"texture":"#0"},"west":{"uv":[0,13.5,1,16],"rotation":270,"texture":"#0"},"up":{"uv":[1,13.5,15,16],"rotation":270,"texture":"#0"},"down":{"uv":[1,13.5,15,16],"rotation":270,"texture":"#0"}}},{"from":[6.61761,-0.49,1.01],"to":[9.38239,0.49,14.99],"rotation":{"angle":45,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[0,13.5,1,16],"rotation":270,"texture":"#0"},"east":{"uv":[0,13.5,1,16],"rotation":270,"texture":"#0"},"south":{"uv":[0,13.5,1,16],"rotation":270,"texture":"#0"},"west":{"uv":[0,13.5,1,16],"rotation":270,"texture":"#0"},"up":{"uv":[1,13.5,15,16],"rotation":270,"texture":"#0"},"down":{"uv":[1,13.5,15,16],"rotation":270,"texture":"#0"}}},{"from":[0.995,-0.505,6.60261],"to":[15.005,0.505,9.39739],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[0,13.5,1,16],"rotation":270,"texture":"#0"},"east":{"uv":[0,13.5,1,16],"rotation":270,"texture":"#0"},"south":{"uv":[0,13.5,1,16],"rotation":270,"texture":"#0"},"west":{"uv":[0,13.5,1,16],"rotation":270,"texture":"#0"},"up":{"uv":[1,13.5,15,16],"rotation":180,"texture":"#0"},"down":{"uv":[1,13.5,15,16],"rotation":180,"texture":"#0"}}},{"from":[1.01,-0.49,6.61761],"to":[14.99,0.49,9.38239],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[0,13.5,1,16],"rotation":270,"texture":"#0"},"east":{"uv":[0,13.5,1,16],"rotation":270,"texture":"#0"},"south":{"uv":[0,13.5,1,16],"rotation":270,"texture":"#0"},"west":{"uv":[0,13.5,1,16],"rotation":270,"texture":"#0"},"up":{"uv":[1,13.5,15,16],"rotation":180,"texture":"#0"},"down":{"uv":[1,13.5,15,16],"rotation":180,"texture":"#0"}}},{"from":[1,-0.5,6.60761],"to":[15,0.5,9.39239],"rotation":{"angle":22.5,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[0,13.5,1,16],"rotation":270,"texture":"#0"},"east":{"uv":[0,13.5,1,16],"rotation":270,"texture":"#0"},"south":{"uv":[0,13.5,1,16],"rotation":270,"texture":"#0"},"west":{"uv":[0,13.5,1,16],"rotation":270,"texture":"#0"},"up":{"uv":[1,13.5,15,16],"rotation":180,"texture":"#0"},"down":{"uv":[1,13.5,15,16],"rotation":180,"texture":"#0"}}}],"display":{"head":{"rotation":[6,-8,3],"translation":[-1,19,1.5],"scale":[1.69,1.69,1.69]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/snow_cloud_hat.json b/assets/minecraft/models/item/wynn/skin/hat/snow_cloud_hat.json new file mode 100644 index 000000000..6cb775239 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/snow_cloud_hat.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/snow_cloud_hat","1":"skins/snowfall","particle":"skins/snow_cloud_hat"},"elements":[{"from":[0,0,1],"to":[6,5,8],"faces":{"north":{"uv":[8.75,1.75,10.25,3],"texture":"#0"},"east":{"uv":[7,1.75,8.75,3],"texture":"#0"},"south":{"uv":[12,1.75,13.5,3],"texture":"#0"},"west":{"uv":[10.25,1.75,12,3],"texture":"#0"},"up":{"uv":[10.25,1.75,8.75,0],"texture":"#0"},"down":{"uv":[11.75,0,10.25,1.75],"texture":"#0"}}},{"from":[8,3,2],"to":[14,8,8],"faces":{"north":{"uv":[9.5,4.5,11,5.75],"texture":"#0"},"east":{"uv":[8,4.5,9.5,5.75],"texture":"#0"},"south":{"uv":[12.5,4.5,14,5.75],"texture":"#0"},"west":{"uv":[11,4.5,12.5,5.75],"texture":"#0"},"up":{"uv":[11,4.5,9.5,3],"texture":"#0"},"down":{"uv":[12.5,3,11,4.5],"texture":"#0"}}},{"from":[1,3,8],"to":[9,10,14],"faces":{"north":{"uv":[1.5,1.5,3.5,3.25],"texture":"#0"},"east":{"uv":[0,1.5,1.5,3.25],"texture":"#0"},"south":{"uv":[5,1.5,7,3.25],"texture":"#0"},"west":{"uv":[3.5,1.5,5,3.25],"texture":"#0"},"up":{"uv":[3.5,1.5,1.5,0],"texture":"#0"},"down":{"uv":[5.5,0,3.5,1.5],"texture":"#0"}}},{"from":[6,0,6],"to":[15,4,12],"faces":{"north":{"uv":[1.5,8.25,3.75,9.25],"texture":"#0"},"east":{"uv":[0,8.25,1.5,9.25],"texture":"#0"},"south":{"uv":[5.25,8.25,7.5,9.25],"texture":"#0"},"west":{"uv":[3.75,8.25,5.25,9.25],"texture":"#0"},"up":{"uv":[3.75,8.25,1.5,6.75],"texture":"#0"},"down":{"uv":[6,6.75,3.75,8.25],"texture":"#0"}}},{"from":[3,1,3],"to":[11,7,11],"faces":{"north":{"uv":[2,5.25,4,6.75],"texture":"#0"},"east":{"uv":[0,5.25,2,6.75],"texture":"#0"},"south":{"uv":[6,5.25,8,6.75],"texture":"#0"},"west":{"uv":[4,5.25,6,6.75],"texture":"#0"},"up":{"uv":[4,5.25,2,3.25],"texture":"#0"},"down":{"uv":[6,3.25,4,5.25],"texture":"#0"}}},{"from":[0,-11,8],"to":[16,0,8.01],"rotation":{"angle":-45,"axis":"y","origin":[8,-8,8]},"faces":{"north":{"uv":[0,0,16,11],"texture":"#1"},"south":{"uv":[16,0,0,11],"texture":"#1"}}},{"from":[0,-11,8],"to":[16,0,8.01],"rotation":{"angle":45,"axis":"y","origin":[8,-8,8]},"faces":{"north":{"uv":[0,0,16,11],"texture":"#1"},"south":{"uv":[16,0,0,11],"texture":"#1"}}}],"display":{"head":{"rotation":[5,0,0],"translation":[0,21,3],"scale":[1.65,1.65,1.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/snow_fox_ears.json b/assets/minecraft/models/item/wynn/skin/hat/snow_fox_ears.json new file mode 100644 index 000000000..5891378ce --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/snow_fox_ears.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/snow_fox","1":"skins/dwarf","particle":"skins/snow_fox"},"elements":[{"from":[2.005,3.005,7.005],"to":[2.995,6.995,7.995],"rotation":{"angle":0,"axis":"y","origin":[2,3,7]},"faces":{"north":{"uv":[3,3,11,1],"rotation":270,"texture":"#0"},"east":{"uv":[3,3,11,1],"rotation":270,"texture":"#0"},"south":{"uv":[1,3,9,1],"rotation":270,"texture":"#0"},"west":{"uv":[2,2,10,0],"rotation":270,"texture":"#0"},"up":{"uv":[3,3,11,1],"rotation":270,"texture":"#0"},"down":{"uv":[3,3,11,1],"rotation":270,"texture":"#0"}}},{"from":[2.505,3.005,8.005],"to":[3.495,5.995,8.995],"rotation":{"angle":0,"axis":"y","origin":[2.5,2,8]},"faces":{"north":{"uv":[3,15,9,13],"rotation":90,"texture":"#0"},"east":{"uv":[1,16,7,14],"rotation":90,"texture":"#0"},"south":{"uv":[3,4,9,2],"rotation":270,"texture":"#0"},"west":{"uv":[4,2,10,0],"rotation":270,"texture":"#0"},"up":{"uv":[3,0,1,2],"texture":"#0"},"down":{"uv":[3,0,1,2],"texture":"#0"}}},{"from":[2.72731,1.34358,7],"to":[3.72731,3.34358,8],"rotation":{"angle":22.5,"axis":"z","origin":[3.22731,1.34358,7.5]},"faces":{"north":{"uv":[0,3,4,1],"rotation":270,"texture":"#0"},"east":{"uv":[0,3,4,1],"rotation":270,"texture":"#0"},"south":{"uv":[0,2,4,0],"rotation":270,"texture":"#0"},"west":{"uv":[0,3,4,1],"rotation":270,"texture":"#0"},"up":{"uv":[0,3,4,1],"rotation":270,"texture":"#0"},"down":{"uv":[0,3,4,1],"rotation":270,"texture":"#0"}}},{"from":[3.22731,1.59358,8],"to":[4.22731,3.34358,9],"rotation":{"angle":22.5,"axis":"z","origin":[3.72731,1.34358,8.5]},"faces":{"north":{"uv":[3,15,6.5,13],"rotation":90,"texture":"#0"},"east":{"uv":[1,16,4.5,14],"rotation":90,"texture":"#0"},"south":{"uv":[3,2,7,0],"rotation":270,"texture":"#0"},"west":{"uv":[0,2,4,0],"rotation":270,"texture":"#0"},"up":{"uv":[3,0,1,2],"texture":"#0"},"down":{"uv":[3,0,1,2],"texture":"#0"}}},{"from":[2.72731,6.65642,7],"to":[3.72731,8.65642,8],"rotation":{"angle":-22.5,"axis":"z","origin":[3.22731,8.65642,7.5]},"faces":{"north":{"uv":[12,8,16,6],"rotation":270,"texture":"#0"},"east":{"uv":[11,4,15,2],"rotation":270,"texture":"#0"},"south":{"uv":[11,6,15,4],"rotation":270,"texture":"#0"},"west":{"uv":[10,9,14,7],"rotation":270,"texture":"#0"},"up":{"uv":[14,2,16,0],"rotation":270,"texture":"#0"},"down":{"uv":[9,2,11,0],"rotation":270,"texture":"#0"}}},{"from":[3.22731,5.65642,8],"to":[4.22731,7.65642,9],"rotation":{"angle":-22.5,"axis":"z","origin":[3.72731,7.65642,8.5]},"faces":{"north":{"uv":[11,16,15,14],"rotation":270,"texture":"#0"},"east":{"uv":[1,16,5,14],"rotation":90,"texture":"#0"},"south":{"uv":[10,4,14,2],"rotation":270,"texture":"#0"},"west":{"uv":[11,4,15,2],"rotation":270,"texture":"#0"},"up":{"uv":[16,0,14,2],"rotation":180,"texture":"#0"},"down":{"uv":[3,0,1,2],"texture":"#0"}}},{"from":[3.5478,5.40942,7.005],"to":[4.5378,8.39942,7.995],"rotation":{"angle":45,"axis":"z","origin":[4.0428,7.40442,7.5]},"faces":{"north":{"uv":[8,4,14,2],"rotation":270,"texture":"#0"},"east":{"uv":[8,3,14,5],"rotation":270,"texture":"#0"},"south":{"uv":[9,11,15,9],"rotation":270,"texture":"#0"},"west":{"uv":[7,5,13,3],"rotation":270,"texture":"#0"},"up":{"uv":[4,3,10,1],"rotation":270,"texture":"#0"},"down":{"uv":[4,3,10,1],"rotation":270,"texture":"#0"}}},{"from":[4.0478,5.90942,8.005],"to":[5.0378,7.39942,8.995],"rotation":{"angle":45,"axis":"z","origin":[4.5428,6.40442,8.5]},"faces":{"north":{"uv":[16,15,13,13],"rotation":270,"texture":"#0"},"east":{"uv":[9,6,6,4],"rotation":90,"texture":"#0"},"south":{"uv":[10,5,7,3],"rotation":90,"texture":"#0"},"west":{"uv":[13,15,10,13],"rotation":90,"texture":"#0"},"up":{"uv":[13,15,10,13],"rotation":90,"texture":"#0"},"down":{"uv":[13,15,10,13],"rotation":90,"texture":"#0"}}},{"from":[5.42265,3.01659,7],"to":[6.42265,6.26659,8],"rotation":{"angle":22.5,"axis":"z","origin":[5.92265,4.76659,7.5]},"faces":{"north":{"uv":[0,4,7,2],"rotation":270,"texture":"#0"},"east":{"uv":[0,3,7,1],"rotation":270,"texture":"#0"},"south":{"uv":[0,6,7,4],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,7,2],"rotation":270,"texture":"#0"},"up":{"uv":[0,4,7,2],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,7,2],"rotation":270,"texture":"#0"}}},{"from":[4.86199,2.82725,8],"to":[5.86199,6.32725,9],"rotation":{"angle":22.5,"axis":"z","origin":[5.36199,4.82725,8.5]},"faces":{"north":{"uv":[7,15,14,13],"rotation":270,"texture":"#0"},"east":{"uv":[2,2,9,0],"rotation":270,"texture":"#0"},"south":{"uv":[9,2,2,0],"rotation":90,"texture":"#0"},"west":{"uv":[16,15,9,13],"rotation":90,"texture":"#0"},"up":{"uv":[2,2,9,0],"rotation":270,"texture":"#0"},"down":{"uv":[2,2,9,0],"rotation":270,"texture":"#0"}}},{"from":[3.61199,2.57725,8.5],"to":[5.11199,7.07725,9.5],"rotation":{"angle":22.5,"axis":"z","origin":[5.36199,4.82725,8.5]},"faces":{"north":{"uv":[16,15,7,12],"rotation":90,"texture":"#0"},"east":{"uv":[1,4,10,2],"rotation":270,"texture":"#0"},"south":{"uv":[1,6,10,3],"rotation":270,"texture":"#0"},"west":{"uv":[1,2,10,0],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,0,1.5,2],"texture":"#0"},"down":{"uv":[4.5,0,1.5,2],"texture":"#0"}}},{"from":[1.85199,1.81725,6.99],"to":[6.37199,2.83725,8.51],"rotation":{"angle":22.5,"axis":"z","origin":[5.36199,4.82725,7]},"faces":{"north":{"uv":[0,0,2,9],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,2,3],"rotation":90,"texture":"#0"},"south":{"uv":[0,0,2,9],"rotation":90,"texture":"#0"},"west":{"uv":[0,0,2,3],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,3,9],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,3,9],"rotation":90,"texture":"#0"}}},{"from":[2.98906,6.10342,8.499],"to":[4.04106,7.15542,9.501],"rotation":{"angle":-22.5,"axis":"z","origin":[3.29006,6.40442,9]},"faces":{"north":{"uv":[14,15.1,16.1,13],"rotation":90,"texture":"#0"},"east":{"uv":[12,3,10,5],"rotation":180,"texture":"#0"},"south":{"uv":[10,4,12,2],"rotation":270,"texture":"#0"},"west":{"uv":[12,2,10,4],"rotation":180,"texture":"#0"},"up":{"uv":[12,3,10,5],"texture":"#0"},"down":{"uv":[12,3,10,5],"rotation":180,"texture":"#0"}}},{"from":[3.09444,1.42754,8.502],"to":[4.59044,5.92354,9.498],"rotation":{"angle":0,"axis":"z","origin":[3.84244,3.92554,9]},"faces":{"north":{"uv":[1,16,10,13],"rotation":270,"texture":"#0"},"east":{"uv":[3,0,1,9],"texture":"#0"},"south":{"uv":[0,4,9,1],"rotation":270,"texture":"#0"},"west":{"uv":[1,2,10,0],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,0,1.5,2],"texture":"#0"},"down":{"uv":[4.5,0,1.5,2],"texture":"#0"}}},{"from":[11.40956,1.42754,8.502],"to":[12.90556,5.92354,9.498],"rotation":{"angle":0,"axis":"z","origin":[12.15756,3.92554,9]},"faces":{"north":{"uv":[1,13,10,16],"rotation":270,"texture":"#0"},"east":{"uv":[1,0,10,2],"rotation":270,"texture":"#0"},"south":{"uv":[0,1,9,4],"rotation":270,"texture":"#0"},"west":{"uv":[1,0,3,9],"texture":"#0"},"up":{"uv":[1.5,0,4.5,2],"texture":"#0"},"down":{"uv":[1.5,0,4.5,2],"texture":"#0"}}},{"from":[11.95894,6.10342,8.499],"to":[13.01094,7.15542,9.501],"rotation":{"angle":22.5,"axis":"z","origin":[12.70994,6.40442,9]},"faces":{"north":{"uv":[14,13,16.1,15.1],"rotation":90,"texture":"#0"},"east":{"uv":[10,2,12,4],"rotation":180,"texture":"#0"},"south":{"uv":[10,2,12,4],"rotation":270,"texture":"#0"},"west":{"uv":[10,3,12,5],"rotation":180,"texture":"#0"},"up":{"uv":[10,3,12,5],"texture":"#0"},"down":{"uv":[10,3,12,5],"rotation":180,"texture":"#0"}}},{"from":[9.62801,1.81725,6.99],"to":[14.14801,2.83725,8.51],"rotation":{"angle":-22.5,"axis":"z","origin":[10.63801,4.82725,7]},"faces":{"north":{"uv":[0,9,2,0],"rotation":90,"texture":"#0"},"east":{"uv":[0,3,2,0],"rotation":90,"texture":"#0"},"south":{"uv":[0,9,2,0],"rotation":90,"texture":"#0"},"west":{"uv":[0,3,2,0],"rotation":90,"texture":"#0"},"up":{"uv":[0,9,3,0],"rotation":90,"texture":"#0"},"down":{"uv":[0,9,3,0],"rotation":90,"texture":"#0"}}},{"from":[10.88801,2.57725,8.5],"to":[12.38801,7.07725,9.5],"rotation":{"angle":-22.5,"axis":"z","origin":[10.63801,4.82725,8.5]},"faces":{"north":{"uv":[16,12,7,15],"rotation":90,"texture":"#0"},"east":{"uv":[1,0,10,2],"rotation":270,"texture":"#0"},"south":{"uv":[1,3,10,6],"rotation":270,"texture":"#0"},"west":{"uv":[1,2,10,4],"rotation":270,"texture":"#0"},"up":{"uv":[1.5,0,4.5,2],"texture":"#0"},"down":{"uv":[1.5,0,4.5,2],"texture":"#0"}}},{"from":[10.13801,2.82725,8],"to":[11.13801,6.32725,9],"rotation":{"angle":-22.5,"axis":"z","origin":[10.63801,4.82725,8.5]},"faces":{"north":{"uv":[7,13,14,15],"rotation":270,"texture":"#0"},"east":{"uv":[16,13,9,15],"rotation":90,"texture":"#0"},"south":{"uv":[9,0,2,2],"rotation":90,"texture":"#0"},"west":{"uv":[2,0,9,2],"rotation":270,"texture":"#0"},"up":{"uv":[2,0,9,2],"rotation":270,"texture":"#0"},"down":{"uv":[2,0,9,2],"rotation":270,"texture":"#0"}}},{"from":[9.57735,3.01659,7],"to":[10.57735,6.26659,8],"rotation":{"angle":-22.5,"axis":"z","origin":[10.07735,4.76659,7.5]},"faces":{"north":{"uv":[0,2,7,4],"rotation":270,"texture":"#0"},"east":{"uv":[0,2,7,4],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,7,6],"rotation":270,"texture":"#0"},"west":{"uv":[0,1,7,3],"rotation":270,"texture":"#0"},"up":{"uv":[0,2,7,4],"rotation":270,"texture":"#0"},"down":{"uv":[0,2,7,4],"rotation":270,"texture":"#0"}}},{"from":[10.9622,5.90942,8.005],"to":[11.9522,7.39942,8.995],"rotation":{"angle":-45,"axis":"z","origin":[11.4572,6.40442,8.5]},"faces":{"north":{"uv":[16,13,13,15],"rotation":270,"texture":"#0"},"east":{"uv":[13,13,10,15],"rotation":90,"texture":"#0"},"south":{"uv":[10,3,7,5],"rotation":90,"texture":"#0"},"west":{"uv":[9,4,6,6],"rotation":90,"texture":"#0"},"up":{"uv":[13,13,10,15],"rotation":90,"texture":"#0"},"down":{"uv":[13,13,10,15],"rotation":90,"texture":"#0"}}},{"from":[11.4622,5.40942,7.005],"to":[12.4522,8.39942,7.995],"rotation":{"angle":-45,"axis":"z","origin":[11.9572,7.40442,7.5]},"faces":{"north":{"uv":[8,2,14,4],"rotation":270,"texture":"#0"},"east":{"uv":[7,3,13,5],"rotation":270,"texture":"#0"},"south":{"uv":[9,9,15,11],"rotation":270,"texture":"#0"},"west":{"uv":[8,5,14,3],"rotation":270,"texture":"#0"},"up":{"uv":[4,1,10,3],"rotation":270,"texture":"#0"},"down":{"uv":[4,1,10,3],"rotation":270,"texture":"#0"}}},{"from":[11.77269,5.65642,8],"to":[12.77269,7.65642,9],"rotation":{"angle":22.5,"axis":"z","origin":[12.27269,7.65642,8.5]},"faces":{"north":{"uv":[11,14,15,16],"rotation":270,"texture":"#0"},"east":{"uv":[11,2,15,4],"rotation":270,"texture":"#0"},"south":{"uv":[10,2,14,4],"rotation":270,"texture":"#0"},"west":{"uv":[1,14,5,16],"rotation":90,"texture":"#0"},"up":{"uv":[14,0,16,2],"rotation":180,"texture":"#0"},"down":{"uv":[1,0,3,2],"texture":"#0"}}},{"from":[12.27269,6.65642,7],"to":[13.27269,8.65642,8],"rotation":{"angle":22.5,"axis":"z","origin":[12.77269,8.65642,7.5]},"faces":{"north":{"uv":[12,6,16,8],"rotation":270,"texture":"#0"},"east":{"uv":[10,7,14,9],"rotation":270,"texture":"#0"},"south":{"uv":[11,4,15,6],"rotation":270,"texture":"#0"},"west":{"uv":[11,2,15,4],"rotation":270,"texture":"#0"},"up":{"uv":[14,0,16,2],"rotation":270,"texture":"#0"},"down":{"uv":[9,0,11,2],"rotation":270,"texture":"#0"}}},{"from":[11.77269,1.59358,8],"to":[12.77269,3.34358,9],"rotation":{"angle":-22.5,"axis":"z","origin":[12.27269,1.34358,8.5]},"faces":{"north":{"uv":[3,13,6.5,15],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,4,2],"rotation":270,"texture":"#0"},"south":{"uv":[3,0,7,2],"rotation":270,"texture":"#0"},"west":{"uv":[1,14,4.5,16],"rotation":90,"texture":"#0"},"up":{"uv":[1,0,3,2],"texture":"#0"},"down":{"uv":[1,0,3,2],"texture":"#0"}}},{"from":[12.27269,1.34358,7],"to":[13.27269,3.34358,8],"rotation":{"angle":-22.5,"axis":"z","origin":[12.77269,1.34358,7.5]},"faces":{"north":{"uv":[0,1,4,3],"rotation":270,"texture":"#0"},"east":{"uv":[0,1,4,3],"rotation":270,"texture":"#0"},"south":{"uv":[0,0,4,2],"rotation":270,"texture":"#0"},"west":{"uv":[0,1,4,3],"rotation":270,"texture":"#0"},"up":{"uv":[0,1,4,3],"rotation":270,"texture":"#0"},"down":{"uv":[0,1,4,3],"rotation":270,"texture":"#0"}}},{"from":[12.505,3.005,8.005],"to":[13.495,5.995,8.995],"rotation":{"angle":0,"axis":"y","origin":[13.5,2,8]},"faces":{"north":{"uv":[3,13,9,15],"rotation":90,"texture":"#0"},"east":{"uv":[4,0,10,2],"rotation":270,"texture":"#0"},"south":{"uv":[3,2,9,4],"rotation":270,"texture":"#0"},"west":{"uv":[1,14,7,16],"rotation":90,"texture":"#0"},"up":{"uv":[1,0,3,2],"texture":"#0"},"down":{"uv":[1,0,3,2],"texture":"#0"}}},{"from":[13.005,3.005,7.005],"to":[13.995,6.995,7.995],"rotation":{"angle":0,"axis":"y","origin":[14,3,7]},"faces":{"north":{"uv":[3,1,11,3],"rotation":270,"texture":"#0"},"east":{"uv":[2,0,10,2],"rotation":270,"texture":"#0"},"south":{"uv":[1,1,9,3],"rotation":270,"texture":"#0"},"west":{"uv":[3,1,11,3],"rotation":270,"texture":"#0"},"up":{"uv":[3,1,11,3],"rotation":270,"texture":"#0"},"down":{"uv":[3,1,11,3],"rotation":270,"texture":"#0"}}},{"from":[9.75829,2.38895,7],"to":[12.00829,6.13895,7.01],"rotation":{"angle":22.5,"axis":"y","origin":[11.45829,4.26395,7.005]},"faces":{"north":{"uv":[2,1.25,0,4.5],"texture":"#1"},"east":{"uv":[0.5,0,0,0.5],"texture":"#1"},"south":{"uv":[0.5,0,0,0.5],"texture":"#1"},"west":{"uv":[0.5,0,0,0.5],"texture":"#1"},"up":{"uv":[0.5,0,0,0.5],"texture":"#1"},"down":{"uv":[0.5,0,0,0.5],"texture":"#1"}}},{"from":[3.99171,2.38895,7],"to":[6.24171,6.13895,7.01],"rotation":{"angle":-22.5,"axis":"y","origin":[4.54171,4.26395,7.005]},"faces":{"north":{"uv":[0,1.25,2,4.5],"texture":"#1"},"east":{"uv":[0,0,0.5,0.5],"texture":"#1"},"south":{"uv":[0,0,0.5,0.5],"texture":"#1"},"west":{"uv":[0,0,0.5,0.5],"texture":"#1"},"up":{"uv":[0,0,0.5,0.5],"texture":"#1"},"down":{"uv":[0,0,0.5,0.5],"texture":"#1"}}}],"display":{"head":{"rotation":[-15,0,0],"translation":[0,13,-6.5],"scale":[1.38,1.38,1.38]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/snowdrift_circlet.json b/assets/minecraft/models/item/wynn/skin/hat/snowdrift_circlet.json new file mode 100644 index 000000000..2ec9218a4 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/snowdrift_circlet.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/snowdrift_circlet","particle":"skins/snowdrift_circlet"},"elements":[{"from":[5.45,10.525,0.5],"to":[7.7,12.025,2],"rotation":{"angle":22.5,"axis":"z","origin":[21.125,5.275,-18.25]},"faces":{"north":{"uv":[7.5,2,8.75,2.75],"texture":"#0"},"south":{"uv":[7.25,4.5,8.5,5.25],"texture":"#0"},"west":{"uv":[8.5,3.5,9.25,4.25],"texture":"#0"},"up":{"uv":[5.5,8.25,4.25,7.5],"texture":"#0"}}},{"from":[8.3,10.525,0.5],"to":[10.55,12.025,2],"rotation":{"angle":-22.5,"axis":"z","origin":[-5.125,5.275,-18.25]},"faces":{"north":{"uv":[8.75,2,7.5,2.75],"texture":"#0"},"east":{"uv":[9.25,3.5,8.5,4.25],"texture":"#0"},"south":{"uv":[8.5,4.5,7.25,5.25],"texture":"#0"},"up":{"uv":[4.25,8.25,5.5,7.5],"texture":"#0"}}},{"from":[5.745,10.895,-0.505],"to":[6.505,12.855,0.505],"rotation":{"angle":22.5,"axis":"z","origin":[19.7,4.225,-18.25]},"faces":{"north":{"uv":[1.5,5.75,2,6.75],"texture":"#0"},"south":{"uv":[9,0,9.5,1],"texture":"#0"},"west":{"uv":[5.75,6.75,6.25,7.75],"texture":"#0"},"up":{"uv":[10,2.25,9.5,1.75],"texture":"#0"},"down":{"uv":[5.5,4.5,5,5],"texture":"#0"}}},{"from":[5.675,17.2,-0.5],"to":[6.425,19,0.5],"rotation":{"angle":45,"axis":"z","origin":[19.625,10.375,-18.25]},"faces":{"north":{"uv":[6.25,6.75,6.75,7.75],"texture":"#0"},"east":{"uv":[6.75,6.75,7.25,7.75],"texture":"#0"},"south":{"uv":[7.25,6.75,7.75,7.75],"texture":"#0"},"down":{"uv":[10,0.5,9.5,1],"texture":"#0"}}},{"from":[9.495,10.895,-0.505],"to":[10.255,12.855,0.505],"rotation":{"angle":-22.5,"axis":"z","origin":[-3.7,4.225,-18.25]},"faces":{"north":{"uv":[2,5.75,1.5,6.75],"texture":"#0"},"east":{"uv":[6.25,6.75,5.75,7.75],"texture":"#0"},"south":{"uv":[9.5,0,9,1],"texture":"#0"},"up":{"uv":[9.5,2.25,10,1.75],"texture":"#0"},"down":{"uv":[5,4.5,5.5,5],"texture":"#0"}}},{"from":[9.575,17.2,-0.5],"to":[10.325,19,0.5],"rotation":{"angle":-45,"axis":"z","origin":[-3.625,10.375,-18.25]},"faces":{"north":{"uv":[6.75,6.75,6.25,7.75],"texture":"#0"},"south":{"uv":[7.75,6.75,7.25,7.75],"texture":"#0"},"west":{"uv":[7.25,6.75,6.75,7.75],"texture":"#0"},"down":{"uv":[9.5,0.5,10,1],"texture":"#0"}}},{"from":[7.9975,4.1475,0.4975],"to":[11.0025,7.1525,2.0025],"rotation":{"angle":45,"axis":"z","origin":[8,4.15,0.5]},"faces":{"north":{"uv":[2,3.5,3.5,5],"texture":"#0"},"east":{"uv":[3.75,1.5,4.5,3],"texture":"#0"},"south":{"uv":[3.5,3.5,5,5],"texture":"#0"},"up":{"uv":[8,6,6.5,5.25],"texture":"#0"}}},{"from":[6.4225,5.4975,-0.5025],"to":[8.6775,8.5025,0.5025],"rotation":{"angle":-22.5,"axis":"z","origin":[7.55,7,0.125]},"faces":{"north":{"uv":[0,6.5,1,8],"texture":"#0"},"south":{"uv":[6.5,0,7.5,1.5],"texture":"#0"},"west":{"uv":[1.5,4.25,2,5.75],"texture":"#0"},"down":{"uv":[9.5,1,8.5,1.5],"texture":"#0"}}},{"from":[7.325,5.5,-0.5],"to":[9.575,8.5,0.5],"rotation":{"angle":22.5,"axis":"z","origin":[8.45,7,0.125]},"faces":{"north":{"uv":[1,6.5,0,8],"texture":"#0"},"east":{"uv":[2,4.25,1.5,5.75],"texture":"#0"},"south":{"uv":[7.5,0,6.5,1.5],"texture":"#0"},"down":{"uv":[8.5,1,9.5,1.5],"texture":"#0"}}},{"from":[7.845,7.97,-0.505],"to":[9.13,9.255,0.505],"rotation":{"angle":45,"axis":"z","origin":[8,8.125,-1.75]},"faces":{"north":{"uv":[8,5.25,8.75,6],"texture":"#0"},"east":{"uv":[1.5,3.5,2,4.25],"texture":"#0"},"south":{"uv":[8.5,4.25,9.25,5],"texture":"#0"},"up":{"uv":[6.5,6.75,5.75,6.25],"texture":"#0"}}},{"from":[7.1,6.85,-1],"to":[8.6,8.35,-0.5],"rotation":{"angle":45,"axis":"z","origin":[8,7.75,-2.5]},"faces":{"north":{"uv":[1.5,2.5,2.25,3.25],"texture":"#0"},"east":{"uv":[9.5,1,9.75,1.75],"texture":"#0"},"west":{"uv":[9.5,3,9.75,3.75],"texture":"#0"},"up":{"uv":[5.25,3,4.5,2.75],"texture":"#0"},"down":{"uv":[6,2.75,5.25,3],"texture":"#0"}}},{"from":[6.1275,5.5025,0.5025],"to":[9.8725,6.3975,1.9975],"rotation":{"angle":0,"axis":"y","origin":[-4,2.65,-18.25]},"faces":{"north":{"uv":[1,7.5,3,8],"texture":"#0"},"south":{"uv":[7.5,1.5,9.5,2],"texture":"#0"}}},{"from":[-4.75,5.5,5.225],"to":[-3.25,6,6.725],"rotation":{"angle":45,"axis":"y","origin":[-4,4,-4]},"faces":{"north":{"uv":[0.75,2.75,1.5,3],"texture":"#0"},"east":{"uv":[8.25,2.75,9,3],"texture":"#0"},"south":{"uv":[9,2.75,9.75,3],"texture":"#0"},"west":{"uv":[1.5,3.25,2.25,3.5],"texture":"#0"},"up":{"uv":[6.25,8.5,5.5,7.75],"texture":"#0"}}},{"from":[-1.25,4.75,-1.25],"to":[0.175,5.25,0.175],"rotation":{"angle":-45,"axis":"y","origin":[8,4.7,8]},"faces":{"north":{"uv":[6,2.75,6.75,3],"texture":"#0"},"east":{"uv":[6.75,2.75,7.5,3],"texture":"#0"},"south":{"uv":[7.5,2.75,8.25,3],"texture":"#0"},"west":{"uv":[0.75,2.5,1.5,2.75],"texture":"#0"},"up":{"uv":[8.5,7.5,7.75,6.75],"texture":"#0"}}},{"from":[15.425,4,0.575],"to":[16.925,4.75,2.075],"rotation":{"angle":45,"axis":"y","origin":[8,4.7,8]},"faces":{"west":{"uv":[9.5,0,10.25,0.5],"texture":"#0"},"up":{"uv":[2,8.75,1.25,8],"texture":"#0"},"down":{"uv":[2.75,8,2,8.75],"texture":"#0"}}},{"from":[-0.925,4,-0.925],"to":[0.575,4.75,2.075],"rotation":{"angle":-45,"axis":"y","origin":[8,4.7,8]},"faces":{"east":{"uv":[8,3,9.5,3.5],"texture":"#0"},"up":{"uv":[4.5,1.5,3.75,0],"texture":"#0"},"down":{"uv":[8.25,0,7.5,1.5],"texture":"#0"}}},{"from":[1.9975,3.9975,-3.8275],"to":[3.5025,4.7525,3.3025],"rotation":{"angle":-22.5,"axis":"y","origin":[8,4.7,8]},"faces":{"east":{"uv":[4.5,3,8,3.5],"texture":"#0"},"west":{"uv":[2,5,5.5,5.5],"texture":"#0"},"up":{"uv":[3,3.5,2.25,0],"texture":"#0"},"down":{"uv":[0.75,3,0,6.5],"texture":"#0"}}},{"from":[12.4975,3.9975,-3.8275],"to":[14.0025,4.7525,3.3025],"rotation":{"angle":22.5,"axis":"y","origin":[8,4.7,8]},"faces":{"east":{"uv":[5,3.5,8.5,4],"texture":"#0"},"west":{"uv":[5,4,8.5,4.5],"texture":"#0"},"up":{"uv":[1.5,6.5,0.75,3],"texture":"#0"},"down":{"uv":[3.75,0,3,3.5],"texture":"#0"}}},{"from":[-2.055,3.995,-2.055],"to":[-0.62,4.755,-0.62],"rotation":{"angle":-45,"axis":"y","origin":[8,4.7,8]},"faces":{"north":{"uv":[3.75,3,4.5,3.5],"texture":"#0"},"west":{"uv":[0,2.5,0.75,3],"texture":"#0"},"up":{"uv":[9.5,2.75,8.75,2],"texture":"#0"},"down":{"uv":[9,0,8.25,0.75],"texture":"#0"}}},{"from":[-1,4.75,-1.375],"to":[0.425,5.25,0.05],"rotation":{"angle":0,"axis":"y","origin":[8,4.7,8]},"faces":{"north":{"uv":[6,2.75,6.75,3],"texture":"#0"},"east":{"uv":[6.75,2.75,7.5,3],"texture":"#0"},"south":{"uv":[7.5,2.75,8.25,3],"texture":"#0"},"west":{"uv":[0.75,2.5,1.5,2.75],"texture":"#0"},"up":{"uv":[8.5,7.5,7.75,6.75],"texture":"#0"}}},{"from":[0.825,4,-1.025],"to":[2.325,4.75,0.475],"rotation":{"angle":0,"axis":"y","origin":[8,4.7,8]},"faces":{"south":{"uv":[9.5,0,10.25,0.5],"texture":"#0"},"up":{"uv":[2,8.75,1.25,8],"rotation":270,"texture":"#0"},"down":{"uv":[2.75,8,2,8.75],"rotation":90,"texture":"#0"}}},{"from":[-0.675,4,-1.05],"to":[0.825,4.75,1.95],"rotation":{"angle":0,"axis":"y","origin":[8,4.7,8]},"faces":{"east":{"uv":[8,3,9.5,3.5],"texture":"#0"},"up":{"uv":[4.5,1.5,3.75,0],"texture":"#0"},"down":{"uv":[8.25,0,7.5,1.5],"texture":"#0"}}},{"from":[2.2975,3.9975,-3.8275],"to":[3.8025,4.7525,2.0025],"rotation":{"angle":22.5,"axis":"y","origin":[8,4.7,8]},"faces":{"east":{"uv":[5.25,3,8,3.5],"texture":"#0"},"west":{"uv":[2,5,4.75,5.5],"texture":"#0"},"up":{"uv":[3,3.5,2.25,0.75],"texture":"#0"},"down":{"uv":[0.75,3.75,0,6.5],"texture":"#0"}}},{"from":[-3.6275,3.9975,1.7975],"to":[2.0025,4.7525,3.3025],"rotation":{"angle":-22.5,"axis":"y","origin":[8,4.7,8]},"faces":{"north":{"uv":[5.75,3.5,8.5,4],"texture":"#0"},"south":{"uv":[5.75,4,8.5,4.5],"texture":"#0"},"up":{"uv":[1.5,6.5,0.75,3.75],"rotation":270,"texture":"#0"},"down":{"uv":[3.75,0.75,3,3.5],"rotation":90,"texture":"#0"}}},{"from":[6.345,3.995,0.27],"to":[9.655,5.505,2.53],"rotation":{"angle":45,"axis":"y","origin":[8,4.7,8]},"faces":{"north":{"uv":[5.5,4.5,7.25,5.25],"texture":"#0"},"south":{"uv":[1,6.75,2.75,7.5],"texture":"#0"},"up":{"uv":[6.25,1.25,4.5,0],"texture":"#0"},"down":{"uv":[6.25,1.25,4.5,2.5],"texture":"#0"}}},{"from":[0.225,4,6.575],"to":[2.475,5.5,8.825],"rotation":{"angle":-22.5,"axis":"y","origin":[8,4.7,8]},"faces":{"east":{"uv":[0,8,1.25,8.75],"texture":"#0"},"west":{"uv":[3,7.5,4.25,8.25],"texture":"#0"},"up":{"uv":[7.5,2.75,6.5,1.5],"texture":"#0"},"down":{"uv":[3.75,6.25,2.75,7.5],"texture":"#0"}}},{"from":[5.745,3.995,0.495],"to":[10.255,5.505,2.755],"rotation":{"angle":0,"axis":"z","origin":[8,4.7,8]},"faces":{"north":{"uv":[2,5.5,4.25,6.25],"texture":"#0"},"south":{"uv":[4.25,5.5,6.5,6.25],"texture":"#0"},"up":{"uv":[2.25,1.25,0,0],"texture":"#0"},"down":{"uv":[2.25,1.25,0,2.5],"texture":"#0"}}},{"from":[6.575,4,0.225],"to":[8.825,5.5,2.475],"rotation":{"angle":22.5,"axis":"y","origin":[8,4.7,8]},"faces":{"north":{"uv":[6.5,6,7.5,6.75],"texture":"#0"},"south":{"uv":[7.5,6,8.5,6.75],"texture":"#0"},"up":{"uv":[4.75,7.5,3.75,6.25],"texture":"#0"},"down":{"uv":[5.75,6.25,4.75,7.5],"texture":"#0"}}},{"from":[-1.25,4.75,15.825],"to":[0.175,5.25,17.25],"rotation":{"angle":-45,"axis":"y","origin":[8,4.7,8]},"faces":{"north":{"uv":[6.75,2.75,7.5,3],"texture":"#0"},"east":{"uv":[7.5,2.75,8.25,3],"texture":"#0"},"south":{"uv":[0.75,2.5,1.5,2.75],"texture":"#0"},"west":{"uv":[6,2.75,6.75,3],"texture":"#0"},"up":{"uv":[8.5,7.5,7.75,6.75],"rotation":270,"texture":"#0"}}},{"from":[-0.925,4,13.925],"to":[0.575,4.75,15.425],"rotation":{"angle":-45,"axis":"y","origin":[8,4.7,8]},"faces":{"east":{"uv":[9.5,0,10.25,0.5],"texture":"#0"},"up":{"uv":[2,8.75,1.25,8],"rotation":180,"texture":"#0"},"down":{"uv":[2.75,8,2,8.75],"rotation":180,"texture":"#0"}}},{"from":[-0.925,4,15.425],"to":[2.075,4.75,16.925],"rotation":{"angle":-45,"axis":"y","origin":[8,4.7,8]},"faces":{"north":{"uv":[8,3,9.5,3.5],"texture":"#0"},"up":{"uv":[4.5,1.5,3.75,0],"rotation":270,"texture":"#0"},"down":{"uv":[8.25,0,7.5,1.5],"rotation":90,"texture":"#0"}}},{"from":[-3.8275,3.9975,12.4975],"to":[3.3025,4.7525,14.0025],"rotation":{"angle":-22.5,"axis":"y","origin":[8,4.7,8]},"faces":{"north":{"uv":[4.5,3,8,3.5],"texture":"#0"},"south":{"uv":[2,5,5.5,5.5],"texture":"#0"},"up":{"uv":[3,3.5,2.25,0],"rotation":270,"texture":"#0"},"down":{"uv":[0.75,3,0,6.5],"rotation":90,"texture":"#0"}}},{"from":[-3.8275,3.9975,1.9975],"to":[3.3025,4.7525,3.5025],"rotation":{"angle":22.5,"axis":"y","origin":[8,4.7,8]},"faces":{"north":{"uv":[5,3.5,8.5,4],"texture":"#0"},"south":{"uv":[5,4,8.5,4.5],"texture":"#0"},"up":{"uv":[1.5,6.5,0.75,3],"rotation":270,"texture":"#0"},"down":{"uv":[3.75,0,3,3.5],"rotation":90,"texture":"#0"}}},{"from":[-2.055,3.995,16.62],"to":[-0.62,4.755,18.055],"rotation":{"angle":-45,"axis":"y","origin":[8,4.7,8]},"faces":{"south":{"uv":[0,2.5,0.75,3],"texture":"#0"},"west":{"uv":[3.75,3,4.5,3.5],"texture":"#0"},"up":{"uv":[9.5,2.75,8.75,2],"rotation":270,"texture":"#0"},"down":{"uv":[9,0,8.25,0.75],"rotation":90,"texture":"#0"}}},{"from":[-1.375,4.75,15.575],"to":[0.05,5.25,17],"rotation":{"angle":0,"axis":"y","origin":[8,4.7,8]},"faces":{"north":{"uv":[6.75,2.75,7.5,3],"texture":"#0"},"east":{"uv":[7.5,2.75,8.25,3],"texture":"#0"},"south":{"uv":[0.75,2.5,1.5,2.75],"texture":"#0"},"west":{"uv":[6,2.75,6.75,3],"texture":"#0"},"up":{"uv":[8.5,7.5,7.75,6.75],"rotation":270,"texture":"#0"}}},{"from":[-1.025,4,13.675],"to":[0.475,4.75,15.175],"rotation":{"angle":0,"axis":"y","origin":[8,4.7,8]},"faces":{"east":{"uv":[9.5,0,10.25,0.5],"texture":"#0"},"up":{"uv":[2,8.75,1.25,8],"rotation":180,"texture":"#0"},"down":{"uv":[2.75,8,2,8.75],"rotation":180,"texture":"#0"}}},{"from":[-1.05,4,15.175],"to":[1.95,4.75,16.675],"rotation":{"angle":0,"axis":"y","origin":[8,4.7,8]},"faces":{"north":{"uv":[8,3,9.5,3.5],"texture":"#0"},"up":{"uv":[4.5,1.5,3.75,0],"rotation":270,"texture":"#0"},"down":{"uv":[8.25,0,7.5,1.5],"rotation":90,"texture":"#0"}}},{"from":[-3.8275,3.9975,12.1975],"to":[2.0025,4.7525,13.7025],"rotation":{"angle":22.5,"axis":"y","origin":[8,4.7,8]},"faces":{"north":{"uv":[5.25,3,8,3.5],"texture":"#0"},"south":{"uv":[2,5,4.75,5.5],"texture":"#0"},"up":{"uv":[3,3.5,2.25,0.75],"rotation":270,"texture":"#0"},"down":{"uv":[0.75,3.75,0,6.5],"rotation":90,"texture":"#0"}}},{"from":[1.7975,3.9975,13.9975],"to":[3.3025,4.7525,19.6275],"rotation":{"angle":-22.5,"axis":"y","origin":[8,4.7,8]},"faces":{"east":{"uv":[5.75,4,8.5,4.5],"texture":"#0"},"west":{"uv":[5.75,3.5,8.5,4],"texture":"#0"},"up":{"uv":[1.5,6.5,0.75,3.75],"rotation":180,"texture":"#0"},"down":{"uv":[3.75,0.75,3,3.5],"rotation":180,"texture":"#0"}}},{"from":[6.345,3.995,13.47],"to":[9.655,5.505,15.73],"rotation":{"angle":-45,"axis":"y","origin":[8,4.7,8]},"faces":{"north":{"uv":[1,6.75,2.75,7.5],"texture":"#0"},"south":{"uv":[5.5,4.5,7.25,5.25],"texture":"#0"},"up":{"uv":[6.25,1.25,4.5,0],"rotation":180,"texture":"#0"},"down":{"uv":[6.25,1.25,4.5,2.5],"rotation":180,"texture":"#0"}}},{"from":[6.575,4,13.525],"to":[8.825,5.5,15.775],"rotation":{"angle":-22.5,"axis":"y","origin":[8,4.7,8]},"faces":{"north":{"uv":[0,8,1.25,8.75],"texture":"#0"},"south":{"uv":[3,7.5,4.25,8.25],"texture":"#0"},"up":{"uv":[7.5,2.75,6.5,1.5],"rotation":270,"texture":"#0"},"down":{"uv":[3.75,6.25,2.75,7.5],"rotation":90,"texture":"#0"}}},{"from":[0.495,3.995,5.745],"to":[2.755,5.505,10.255],"rotation":{"angle":0,"axis":"y","origin":[8,4.7,8]},"faces":{"east":{"uv":[4.25,5.5,6.5,6.25],"texture":"#0"},"west":{"uv":[2,5.5,4.25,6.25],"texture":"#0"},"up":{"uv":[2.25,1.25,0,0],"rotation":270,"texture":"#0"},"down":{"uv":[2.25,1.25,0,2.5],"rotation":90,"texture":"#0"}}},{"from":[0.225,4,7.175],"to":[2.475,5.5,9.425],"rotation":{"angle":22.5,"axis":"y","origin":[8,4.7,8]},"faces":{"east":{"uv":[7.5,6,8.5,6.75],"texture":"#0"},"west":{"uv":[6.5,6,7.5,6.75],"texture":"#0"},"up":{"uv":[4.75,7.5,3.75,6.25],"rotation":270,"texture":"#0"},"down":{"uv":[5.75,6.25,4.75,7.5],"rotation":90,"texture":"#0"}}},{"from":[15.825,4.75,15.825],"to":[17.25,5.25,17.25],"rotation":{"angle":-45,"axis":"y","origin":[8,4.7,8]},"faces":{"north":{"uv":[7.5,2.75,8.25,3],"texture":"#0"},"east":{"uv":[0.75,2.5,1.5,2.75],"texture":"#0"},"south":{"uv":[6,2.75,6.75,3],"texture":"#0"},"west":{"uv":[6.75,2.75,7.5,3],"texture":"#0"},"up":{"uv":[8.5,7.5,7.75,6.75],"rotation":180,"texture":"#0"}}},{"from":[13.925,4,15.425],"to":[15.425,4.75,16.925],"rotation":{"angle":-45,"axis":"y","origin":[8,4.7,8]},"faces":{"north":{"uv":[9.5,0,10.25,0.5],"texture":"#0"},"up":{"uv":[2,8.75,1.25,8],"rotation":90,"texture":"#0"},"down":{"uv":[2.75,8,2,8.75],"rotation":270,"texture":"#0"}}},{"from":[15.425,4,13.925],"to":[16.925,4.75,16.925],"rotation":{"angle":-45,"axis":"y","origin":[8,4.7,8]},"faces":{"west":{"uv":[8,3,9.5,3.5],"texture":"#0"},"up":{"uv":[4.5,1.5,3.75,0],"rotation":180,"texture":"#0"},"down":{"uv":[8.25,0,7.5,1.5],"rotation":180,"texture":"#0"}}},{"from":[12.4975,3.9975,12.6975],"to":[14.0025,4.7525,19.8275],"rotation":{"angle":-22.5,"axis":"y","origin":[8,4.7,8]},"faces":{"east":{"uv":[2,5,5.5,5.5],"texture":"#0"},"west":{"uv":[4.5,3,8,3.5],"texture":"#0"},"up":{"uv":[3,3.5,2.25,0],"rotation":180,"texture":"#0"},"down":{"uv":[0.75,3,0,6.5],"rotation":180,"texture":"#0"}}},{"from":[1.9975,3.9975,12.6975],"to":[3.5025,4.7525,19.8275],"rotation":{"angle":22.5,"axis":"y","origin":[8,4.7,8]},"faces":{"east":{"uv":[5,4,8.5,4.5],"texture":"#0"},"west":{"uv":[5,3.5,8.5,4],"texture":"#0"},"up":{"uv":[1.5,6.5,0.75,3],"rotation":180,"texture":"#0"},"down":{"uv":[3.75,0,3,3.5],"rotation":180,"texture":"#0"}}},{"from":[16.62,3.995,16.62],"to":[18.055,4.755,18.055],"rotation":{"angle":-45,"axis":"y","origin":[8,4.7,8]},"faces":{"east":{"uv":[0,2.5,0.75,3],"texture":"#0"},"south":{"uv":[3.75,3,4.5,3.5],"texture":"#0"},"up":{"uv":[9.5,2.75,8.75,2],"rotation":180,"texture":"#0"},"down":{"uv":[9,0,8.25,0.75],"rotation":180,"texture":"#0"}}},{"from":[15.575,4.75,15.95],"to":[17,5.25,17.375],"rotation":{"angle":0,"axis":"y","origin":[8,4.7,8]},"faces":{"north":{"uv":[7.5,2.75,8.25,3],"texture":"#0"},"east":{"uv":[0.75,2.5,1.5,2.75],"texture":"#0"},"south":{"uv":[6,2.75,6.75,3],"texture":"#0"},"west":{"uv":[6.75,2.75,7.5,3],"texture":"#0"},"up":{"uv":[8.5,7.5,7.75,6.75],"rotation":180,"texture":"#0"}}},{"from":[13.675,4,15.525],"to":[15.175,4.75,17.025],"rotation":{"angle":0,"axis":"y","origin":[8,4.7,8]},"faces":{"north":{"uv":[9.5,0,10.25,0.5],"texture":"#0"},"up":{"uv":[2,8.75,1.25,8],"rotation":90,"texture":"#0"},"down":{"uv":[2.75,8,2,8.75],"rotation":270,"texture":"#0"}}},{"from":[15.175,4,14.05],"to":[16.675,4.75,17.05],"rotation":{"angle":0,"axis":"y","origin":[8,4.7,8]},"faces":{"west":{"uv":[8,3,9.5,3.5],"texture":"#0"},"up":{"uv":[4.5,1.5,3.75,0],"rotation":180,"texture":"#0"},"down":{"uv":[8.25,0,7.5,1.5],"rotation":180,"texture":"#0"}}},{"from":[12.1975,3.9975,13.9975],"to":[13.7025,4.7525,19.8275],"rotation":{"angle":22.5,"axis":"y","origin":[8,4.7,8]},"faces":{"east":{"uv":[2,5,4.75,5.5],"texture":"#0"},"west":{"uv":[5.25,3,8,3.5],"texture":"#0"},"up":{"uv":[3,3.5,2.25,0.75],"rotation":180,"texture":"#0"},"down":{"uv":[0.75,3.75,0,6.5],"rotation":180,"texture":"#0"}}},{"from":[13.9975,3.9975,12.6975],"to":[19.6275,4.7525,14.2025],"rotation":{"angle":-22.5,"axis":"y","origin":[8,4.7,8]},"faces":{"north":{"uv":[5.75,4,8.5,4.5],"texture":"#0"},"south":{"uv":[5.75,3.5,8.5,4],"texture":"#0"},"up":{"uv":[1.5,6.5,0.75,3.75],"rotation":90,"texture":"#0"},"down":{"uv":[3.75,0.75,3,3.5],"rotation":270,"texture":"#0"}}},{"from":[13.47,3.995,6.345],"to":[15.73,5.505,9.655],"rotation":{"angle":-45,"axis":"y","origin":[8,4.7,8]},"faces":{"east":{"uv":[5.5,4.5,7.25,5.25],"texture":"#0"},"west":{"uv":[1,6.75,2.75,7.5],"texture":"#0"},"up":{"uv":[6.25,1.25,4.5,0],"rotation":90,"texture":"#0"},"down":{"uv":[6.25,1.25,4.5,2.5],"rotation":270,"texture":"#0"}}},{"from":[13.525,4,7.175],"to":[15.775,5.5,9.425],"rotation":{"angle":-22.5,"axis":"y","origin":[8,4.7,8]},"faces":{"east":{"uv":[3,7.5,4.25,8.25],"texture":"#0"},"west":{"uv":[0,8,1.25,8.75],"texture":"#0"},"up":{"uv":[7.5,2.75,6.5,1.5],"rotation":180,"texture":"#0"},"down":{"uv":[3.75,6.25,2.75,7.5],"rotation":180,"texture":"#0"}}},{"from":[5.745,3.995,13.245],"to":[10.255,5.505,15.505],"rotation":{"angle":0,"axis":"y","origin":[8,4.7,8]},"faces":{"north":{"uv":[4.25,5.5,6.5,6.25],"texture":"#0"},"south":{"uv":[2,5.5,4.25,6.25],"texture":"#0"},"up":{"uv":[2.25,1.25,0,0],"rotation":180,"texture":"#0"},"down":{"uv":[2.25,1.25,0,2.5],"rotation":180,"texture":"#0"}}},{"from":[7.175,4,13.525],"to":[9.425,5.5,15.775],"rotation":{"angle":22.5,"axis":"y","origin":[8,4.7,8]},"faces":{"north":{"uv":[7.5,6,8.5,6.75],"texture":"#0"},"south":{"uv":[6.5,6,7.5,6.75],"texture":"#0"},"up":{"uv":[4.75,7.5,3.75,6.25],"rotation":180,"texture":"#0"},"down":{"uv":[5.75,6.25,4.75,7.5],"rotation":180,"texture":"#0"}}},{"from":[15.825,4.75,-1.25],"to":[17.25,5.25,0.175],"rotation":{"angle":-45,"axis":"y","origin":[8,4.7,8]},"faces":{"north":{"uv":[0.75,2.5,1.5,2.75],"texture":"#0"},"east":{"uv":[6,2.75,6.75,3],"texture":"#0"},"south":{"uv":[6.75,2.75,7.5,3],"texture":"#0"},"west":{"uv":[7.5,2.75,8.25,3],"texture":"#0"},"up":{"uv":[8.5,7.5,7.75,6.75],"rotation":90,"texture":"#0"}}},{"from":[15.425,4,0.575],"to":[16.925,4.75,2.075],"rotation":{"angle":-45,"axis":"y","origin":[8,4.7,8]},"faces":{"west":{"uv":[9.5,0,10.25,0.5],"texture":"#0"},"up":{"uv":[2,8.75,1.25,8],"texture":"#0"},"down":{"uv":[2.75,8,2,8.75],"texture":"#0"}}},{"from":[13.925,4,-0.925],"to":[16.925,4.75,0.575],"rotation":{"angle":-45,"axis":"y","origin":[8,4.7,8]},"faces":{"south":{"uv":[8,3,9.5,3.5],"texture":"#0"},"up":{"uv":[4.5,1.5,3.75,0],"rotation":90,"texture":"#0"},"down":{"uv":[8.25,0,7.5,1.5],"rotation":270,"texture":"#0"}}},{"from":[12.6975,3.9975,1.9975],"to":[19.8275,4.7525,3.5025],"rotation":{"angle":-22.5,"axis":"y","origin":[8,4.7,8]},"faces":{"north":{"uv":[2,5,5.5,5.5],"texture":"#0"},"south":{"uv":[4.5,3,8,3.5],"texture":"#0"},"up":{"uv":[3,3.5,2.25,0],"rotation":90,"texture":"#0"},"down":{"uv":[0.75,3,0,6.5],"rotation":270,"texture":"#0"}}},{"from":[12.6975,3.9975,12.4975],"to":[19.8275,4.7525,14.0025],"rotation":{"angle":22.5,"axis":"y","origin":[8,4.7,8]},"faces":{"north":{"uv":[5,4,8.5,4.5],"texture":"#0"},"south":{"uv":[5,3.5,8.5,4],"texture":"#0"},"up":{"uv":[1.5,6.5,0.75,3],"rotation":90,"texture":"#0"},"down":{"uv":[3.75,0,3,3.5],"rotation":270,"texture":"#0"}}},{"from":[16.62,3.995,-2.055],"to":[18.055,4.755,-0.62],"rotation":{"angle":-45,"axis":"y","origin":[8,4.7,8]},"faces":{"north":{"uv":[0,2.5,0.75,3],"texture":"#0"},"east":{"uv":[3.75,3,4.5,3.5],"texture":"#0"},"up":{"uv":[9.5,2.75,8.75,2],"rotation":90,"texture":"#0"},"down":{"uv":[9,0,8.25,0.75],"rotation":270,"texture":"#0"}}},{"from":[15.95,4.75,-1],"to":[17.375,5.25,0.425],"rotation":{"angle":0,"axis":"y","origin":[8,4.7,8]},"faces":{"north":{"uv":[0.75,2.5,1.5,2.75],"texture":"#0"},"east":{"uv":[6,2.75,6.75,3],"texture":"#0"},"south":{"uv":[6.75,2.75,7.5,3],"texture":"#0"},"west":{"uv":[7.5,2.75,8.25,3],"texture":"#0"},"up":{"uv":[8.5,7.5,7.75,6.75],"rotation":90,"texture":"#0"}}},{"from":[15.525,4,0.825],"to":[17.025,4.75,2.325],"rotation":{"angle":0,"axis":"y","origin":[8,4.7,8]},"faces":{"west":{"uv":[9.5,0,10.25,0.5],"texture":"#0"},"up":{"uv":[2,8.75,1.25,8],"texture":"#0"},"down":{"uv":[2.75,8,2,8.75],"texture":"#0"}}},{"from":[14.05,4,-0.675],"to":[17.05,4.75,0.825],"rotation":{"angle":0,"axis":"y","origin":[8,4.7,8]},"faces":{"south":{"uv":[8,3,9.5,3.5],"texture":"#0"},"up":{"uv":[4.5,1.5,3.75,0],"rotation":90,"texture":"#0"},"down":{"uv":[8.25,0,7.5,1.5],"rotation":270,"texture":"#0"}}},{"from":[13.9975,3.9975,2.2975],"to":[19.8275,4.7525,3.8025],"rotation":{"angle":22.5,"axis":"y","origin":[8,4.7,8]},"faces":{"north":{"uv":[2,5,4.75,5.5],"texture":"#0"},"south":{"uv":[5.25,3,8,3.5],"texture":"#0"},"up":{"uv":[3,3.5,2.25,0.75],"rotation":90,"texture":"#0"},"down":{"uv":[0.75,3.75,0,6.5],"rotation":270,"texture":"#0"}}},{"from":[12.6975,3.9975,-3.6275],"to":[14.2025,4.7525,2.0025],"rotation":{"angle":-22.5,"axis":"y","origin":[8,4.7,8]},"faces":{"east":{"uv":[5.75,3.5,8.5,4],"texture":"#0"},"west":{"uv":[5.75,4,8.5,4.5],"texture":"#0"},"up":{"uv":[1.5,6.5,0.75,3.75],"texture":"#0"},"down":{"uv":[3.75,0.75,3,3.5],"texture":"#0"}}},{"from":[6.345,3.995,0.27],"to":[9.655,5.505,2.53],"rotation":{"angle":-45,"axis":"y","origin":[8,4.7,8]},"faces":{"north":{"uv":[5.5,4.5,7.25,5.25],"texture":"#0"},"south":{"uv":[1,6.75,2.75,7.5],"texture":"#0"},"up":{"uv":[6.25,1.25,4.5,0],"texture":"#0"},"down":{"uv":[6.25,1.25,4.5,2.5],"texture":"#0"}}},{"from":[7.175,4,0.225],"to":[9.425,5.5,2.475],"rotation":{"angle":-22.5,"axis":"y","origin":[8,4.7,8]},"faces":{"north":{"uv":[3,7.5,4.25,8.25],"texture":"#0"},"south":{"uv":[0,8,1.25,8.75],"texture":"#0"},"up":{"uv":[7.5,2.75,6.5,1.5],"rotation":90,"texture":"#0"},"down":{"uv":[3.75,6.25,2.75,7.5],"rotation":270,"texture":"#0"}}},{"from":[13.245,3.995,5.745],"to":[15.505,5.505,10.255],"rotation":{"angle":0,"axis":"y","origin":[8,4.7,8]},"faces":{"east":{"uv":[2,5.5,4.25,6.25],"texture":"#0"},"west":{"uv":[4.25,5.5,6.5,6.25],"texture":"#0"},"up":{"uv":[2.25,1.25,0,0],"rotation":90,"texture":"#0"},"down":{"uv":[2.25,1.25,0,2.5],"rotation":270,"texture":"#0"}}},{"from":[13.525,4,6.575],"to":[15.775,5.5,8.825],"rotation":{"angle":22.5,"axis":"y","origin":[8,4.7,8]},"faces":{"east":{"uv":[6.5,6,7.5,6.75],"texture":"#0"},"west":{"uv":[7.5,6,8.5,6.75],"texture":"#0"},"up":{"uv":[4.75,7.5,3.75,6.25],"rotation":90,"texture":"#0"},"down":{"uv":[5.75,6.25,4.75,7.5],"rotation":270,"texture":"#0"}}},{"from":[-1.805,3.995,-2.18],"to":[-0.37,4.755,-0.745],"rotation":{"angle":0,"axis":"y","origin":[8,4.7,8]},"faces":{"north":{"uv":[3.75,3,4.5,3.5],"texture":"#0"},"west":{"uv":[0,2.5,0.75,3],"texture":"#0"},"up":{"uv":[9.5,2.75,8.75,2],"texture":"#0"},"down":{"uv":[9,0,8.25,0.75],"texture":"#0"}}},{"from":[-2.18,3.995,16.37],"to":[-0.745,4.755,17.805],"rotation":{"angle":0,"axis":"y","origin":[8,4.7,8]},"faces":{"south":{"uv":[0,2.5,0.75,3],"texture":"#0"},"west":{"uv":[3.75,3,4.5,3.5],"texture":"#0"},"up":{"uv":[9.5,2.75,8.75,2],"rotation":270,"texture":"#0"},"down":{"uv":[9,0,8.25,0.75],"rotation":90,"texture":"#0"}}},{"from":[16.37,3.995,16.745],"to":[17.805,4.755,18.18],"rotation":{"angle":0,"axis":"y","origin":[8,4.7,8]},"faces":{"east":{"uv":[0,2.5,0.75,3],"texture":"#0"},"south":{"uv":[3.75,3,4.5,3.5],"texture":"#0"},"up":{"uv":[9.5,2.75,8.75,2],"rotation":180,"texture":"#0"},"down":{"uv":[9,0,8.25,0.75],"rotation":180,"texture":"#0"}}},{"from":[16.745,3.995,-1.805],"to":[18.18,4.755,-0.37],"rotation":{"angle":0,"axis":"y","origin":[8,4.7,8]},"faces":{"north":{"uv":[0,2.5,0.75,3],"texture":"#0"},"east":{"uv":[3.75,3,4.5,3.5],"texture":"#0"},"up":{"uv":[9.5,2.75,8.75,2],"rotation":90,"texture":"#0"},"down":{"uv":[9,0,8.25,0.75],"rotation":270,"texture":"#0"}}}],"display":{"head":{"rotation":[10,-1,0],"translation":[0,8.5,2],"scale":[1.55,1.55,1.55]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/sombrero.json b/assets/minecraft/models/item/wynn/skin/hat/sombrero.json new file mode 100644 index 000000000..0e40dd1cd --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/sombrero.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"1":"skins/voodoo","2":"skins/red_gradient1","3":"skins/drum_gradient","particle":"skins/driftwood_3"},"elements":[{"from":[5.25,5.75,5.25],"to":[10.75,9.5,10.75],"faces":{"north":{"uv":[3,5.5,8.5,9.25],"texture":"#3"},"east":{"uv":[3,5.5,8.5,9.25],"texture":"#3"},"south":{"uv":[3,5.5,8.5,9.25],"texture":"#3"},"west":{"uv":[3,5.5,8.5,9.25],"texture":"#3"},"up":{"uv":[2,8.5,7.5,14],"texture":"#3"},"down":{"uv":[0.5,9,6,14.5],"texture":"#3"}}},{"from":[5.75,9,5.75],"to":[10.25,10.5,10.25],"faces":{"north":{"uv":[3.5,6,8,7.5],"rotation":180,"texture":"#3"},"east":{"uv":[3.5,6,8,7.5],"rotation":180,"texture":"#3"},"south":{"uv":[3.5,6,8,7.5],"rotation":180,"texture":"#3"},"west":{"uv":[3.5,6,8,7.5],"rotation":180,"texture":"#3"},"up":{"uv":[10.5,10.5,15,15],"texture":"#3"},"down":{"uv":[0,0,4.5,4.5],"texture":"#3"}}},{"from":[5.5,9.5,5.5],"to":[10.5,10,10.5],"faces":{"north":{"uv":[0,0,5,0.5],"texture":"#2"},"east":{"uv":[0,0,5,0.5],"texture":"#2"},"south":{"uv":[0,0,5,0.5],"texture":"#2"},"west":{"uv":[0,0,5,0.5],"texture":"#2"},"up":{"uv":[0,0,5,5],"texture":"#2"},"down":{"uv":[0,0,5,5],"texture":"#2"}}},{"from":[6.25,6,4.75],"to":[9.75,8.5,11.25],"faces":{"north":{"uv":[4,6.5,7.5,9],"texture":"#3"},"east":{"uv":[4,6.5,7.5,9],"texture":"#3"},"south":{"uv":[4,6.5,7.5,9],"texture":"#3"},"west":{"uv":[4,6.5,7.5,9],"texture":"#3"},"up":{"uv":[4,6.5,7.5,7],"texture":"#3"},"down":{"uv":[4,6.5,7.5,9],"texture":"#3"}}},{"from":[4.75,6,6.25],"to":[11.25,8.5,9.75],"rotation":{"angle":0,"axis":"y","origin":[8,7.25,8]},"faces":{"north":{"uv":[4,6.5,7.5,9],"texture":"#3"},"east":{"uv":[4,6.5,7.5,9],"texture":"#3"},"south":{"uv":[4,6.5,7.5,9],"texture":"#3"},"west":{"uv":[4,6.5,7.5,9],"texture":"#3"},"up":{"uv":[4,6.5,7.5,7],"rotation":270,"texture":"#3"},"down":{"uv":[4,6.5,7.5,9],"rotation":90,"texture":"#3"}}},{"from":[6.02088,4.51,-1.99],"to":[9.97912,5.49,2.99],"rotation":{"angle":-45,"axis":"y","origin":[8,5,8]},"faces":{"north":{"uv":[4,6,7.97825,7],"texture":"#3"},"east":{"uv":[2,1,7,2],"texture":"#1"},"south":{"uv":[2,1,5.97825,2],"texture":"#1"},"west":{"uv":[2,1,7,2],"texture":"#1"},"up":{"uv":[2,1,5.97825,6],"texture":"#1"},"down":{"uv":[2,1,5.97825,6],"texture":"#1"}}},{"from":[6.01088,4.5,-2],"to":[9.98912,5.5,3],"rotation":{"angle":-22.5,"axis":"y","origin":[8,5,8]},"faces":{"north":{"uv":[4,6,7.97825,7],"texture":"#3"},"east":{"uv":[2,1,7,2],"texture":"#1"},"south":{"uv":[2,1,5.97825,2],"texture":"#1"},"west":{"uv":[2,1,7,2],"texture":"#1"},"up":{"uv":[2,1,5.97825,6],"texture":"#1"},"down":{"uv":[2,1,5.97825,6],"texture":"#1"}}},{"from":[6.02088,4.51,-1.99],"to":[9.97912,5.49,2.99],"rotation":{"angle":0,"axis":"y","origin":[8,5,8]},"faces":{"north":{"uv":[4,6,7.97825,7],"texture":"#3"},"east":{"uv":[2,1,7,2],"texture":"#1"},"south":{"uv":[2,1,5.97825,2],"texture":"#1"},"west":{"uv":[2,1,7,2],"texture":"#1"},"up":{"uv":[2,1,5.97825,6],"texture":"#1"},"down":{"uv":[2,1,5.97825,6],"texture":"#1"}}},{"from":[6.01088,4.5,-2],"to":[9.98912,5.5,3],"rotation":{"angle":22.5,"axis":"y","origin":[8,5,8]},"faces":{"north":{"uv":[4,6,7.97825,7],"texture":"#3"},"east":{"uv":[2,1,7,2],"texture":"#1"},"south":{"uv":[2,1,5.97825,2],"texture":"#1"},"west":{"uv":[2,1,7,2],"texture":"#1"},"up":{"uv":[2,1,5.97825,6],"texture":"#1"},"down":{"uv":[2,1,5.97825,6],"texture":"#1"}}},{"from":[6.02088,4.51,-1.99],"to":[9.97912,5.49,2.99],"rotation":{"angle":45,"axis":"y","origin":[8,5,8]},"faces":{"north":{"uv":[4,6,7.97825,7],"texture":"#3"},"east":{"uv":[2,1,7,2],"texture":"#1"},"south":{"uv":[2,1,5.97825,2],"texture":"#1"},"west":{"uv":[2,1,7,2],"texture":"#1"},"up":{"uv":[2,1,5.97825,6],"texture":"#1"},"down":{"uv":[2,1,5.97825,6],"texture":"#1"}}},{"from":[6.02088,4.51,13.01],"to":[9.97912,5.49,17.99],"rotation":{"angle":-45,"axis":"y","origin":[8,5,8]},"faces":{"north":{"uv":[2,1,5.97825,2],"texture":"#1"},"east":{"uv":[2,1,7,2],"texture":"#1"},"south":{"uv":[4,6,7.97825,7],"texture":"#3"},"west":{"uv":[2,1,7,2],"texture":"#1"},"up":{"uv":[2,1,5.97825,6],"texture":"#1"},"down":{"uv":[2,1,5.97825,6],"texture":"#1"}}},{"from":[6.01088,4.5,13],"to":[9.98912,5.5,18],"rotation":{"angle":-22.5,"axis":"y","origin":[8,5,8]},"faces":{"north":{"uv":[2,1,5.97825,2],"texture":"#1"},"east":{"uv":[2,1,7,2],"texture":"#1"},"south":{"uv":[4,6,7.97825,7],"texture":"#3"},"west":{"uv":[2,1,7,2],"texture":"#1"},"up":{"uv":[2,1,5.97825,6],"texture":"#1"},"down":{"uv":[2,1,5.97825,6],"texture":"#1"}}},{"from":[6.02088,4.51,13.01],"to":[9.97912,5.49,17.99],"rotation":{"angle":0,"axis":"y","origin":[8,5,8]},"faces":{"north":{"uv":[2,1,5.97825,2],"texture":"#1"},"east":{"uv":[2,1,7,2],"texture":"#1"},"south":{"uv":[4,6,7.97825,7],"texture":"#3"},"west":{"uv":[2,1,7,2],"texture":"#1"},"up":{"uv":[2,1,5.97825,6],"texture":"#1"},"down":{"uv":[2,1,5.97825,6],"texture":"#1"}}},{"from":[6.01088,4.5,13],"to":[9.98912,5.5,18],"rotation":{"angle":22.5,"axis":"y","origin":[8,5,8]},"faces":{"north":{"uv":[2,1,5.97825,2],"texture":"#1"},"east":{"uv":[2,1,7,2],"texture":"#1"},"south":{"uv":[4,6,7.97825,7],"texture":"#3"},"west":{"uv":[2,1,7,2],"texture":"#1"},"up":{"uv":[2,1,5.97825,6],"texture":"#1"},"down":{"uv":[2,1,5.97825,6],"texture":"#1"}}},{"from":[6.02088,4.51,13.01],"to":[9.97912,5.49,17.99],"rotation":{"angle":45,"axis":"y","origin":[8,5,8]},"faces":{"north":{"uv":[2,1,5.97825,2],"texture":"#1"},"east":{"uv":[2,1,7,2],"texture":"#1"},"south":{"uv":[4,6,7.97825,7],"texture":"#3"},"west":{"uv":[2,1,7,2],"texture":"#1"},"up":{"uv":[2,1,5.97825,6],"texture":"#1"},"down":{"uv":[2,1,5.97825,6],"texture":"#1"}}},{"from":[-2,4.5,6.01088],"to":[3,5.5,9.98912],"rotation":{"angle":-22.5,"axis":"y","origin":[8,5,8]},"faces":{"north":{"uv":[2,1,7,2],"texture":"#1"},"east":{"uv":[2,1,5.97825,2],"texture":"#1"},"south":{"uv":[2,1,7,2],"texture":"#1"},"west":{"uv":[4,6,7.97825,7],"texture":"#3"},"up":{"uv":[2,1,7,4.97825],"texture":"#1"},"down":{"uv":[2,1,7,4.97825],"texture":"#1"}}},{"from":[-1.99,4.51,6.02088],"to":[2.99,5.49,9.97912],"rotation":{"angle":0,"axis":"y","origin":[8,5,8]},"faces":{"north":{"uv":[2,1,7,2],"texture":"#1"},"east":{"uv":[2,1,5.97825,2],"texture":"#1"},"south":{"uv":[2,1,7,2],"texture":"#1"},"west":{"uv":[4,6,7.97825,7],"texture":"#3"},"up":{"uv":[2,1,7,4.97825],"texture":"#1"},"down":{"uv":[2,1,7,4.97825],"texture":"#1"}}},{"from":[-2,4.5,6.01088],"to":[3,5.5,9.98912],"rotation":{"angle":22.5,"axis":"y","origin":[8,5,8]},"faces":{"north":{"uv":[2,1,7,2],"texture":"#1"},"east":{"uv":[2,1,5.97825,2],"texture":"#1"},"south":{"uv":[2,1,7,2],"texture":"#1"},"west":{"uv":[4,6,7.97825,7],"texture":"#3"},"up":{"uv":[2,1,7,4.97825],"texture":"#1"},"down":{"uv":[2,1,7,4.97825],"texture":"#1"}}},{"from":[13,4.5,6.01088],"to":[18,5.5,9.98912],"rotation":{"angle":-22.5,"axis":"y","origin":[8,5,8]},"faces":{"north":{"uv":[2,1,7,2],"texture":"#1"},"east":{"uv":[4,6,7.97825,7],"texture":"#3"},"south":{"uv":[2,1,7,2],"texture":"#1"},"west":{"uv":[2,1,5.97825,2],"texture":"#1"},"up":{"uv":[2,1,7,4.97825],"texture":"#1"},"down":{"uv":[2,1,7,4.97825],"texture":"#1"}}},{"from":[13.01,4.51,6.02088],"to":[17.99,5.49,9.97912],"rotation":{"angle":0,"axis":"y","origin":[8,5,8]},"faces":{"north":{"uv":[2,1,7,2],"texture":"#1"},"east":{"uv":[4,6,7.97825,7],"texture":"#3"},"south":{"uv":[2,1,7,2],"texture":"#1"},"west":{"uv":[2,1,5.97825,2],"texture":"#1"},"up":{"uv":[2,1,7,4.97825],"texture":"#1"},"down":{"uv":[2,1,7,4.97825],"texture":"#1"}}},{"from":[13,4.5,6.01088],"to":[18,5.5,9.98912],"rotation":{"angle":22.5,"axis":"y","origin":[8,5,8]},"faces":{"north":{"uv":[2,1,7,2],"texture":"#1"},"east":{"uv":[4,6,7.97825,7],"texture":"#3"},"south":{"uv":[2,1,7,2],"texture":"#1"},"west":{"uv":[2,1,5.97825,2],"texture":"#1"},"up":{"uv":[4,0.5,9,4.47825],"texture":"#1"},"down":{"uv":[2,1,7,4.97825],"texture":"#1"}}},{"from":[6.91598,5.51,2.51],"to":[9.08402,6.99,5.49],"rotation":{"angle":-45,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0.5,0,2.68804,1.5],"texture":"#2"},"east":{"uv":[0.5,0,3.5,1.5],"texture":"#2"},"south":{"uv":[0.5,0,2.68804,1.5],"texture":"#2"},"west":{"uv":[0.5,0,3.5,1.5],"texture":"#2"},"up":{"uv":[0.5,0,2.68804,3],"texture":"#2"},"down":{"uv":[0.5,0,2.68804,3],"texture":"#2"}}},{"from":[6.90598,5.5,2.5],"to":[9.09402,7,5.5],"rotation":{"angle":-22.5,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0.5,0,2.68804,1.5],"texture":"#2"},"east":{"uv":[0.5,0,3.5,1.5],"texture":"#2"},"south":{"uv":[0.5,0,2.68804,1.5],"texture":"#2"},"west":{"uv":[0.5,0,3.5,1.5],"texture":"#2"},"up":{"uv":[0.5,0,2.68804,3],"texture":"#2"},"down":{"uv":[0.5,0,2.68804,3],"texture":"#2"}}},{"from":[6.91598,5.51,2.51],"to":[9.08402,6.99,5.49],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0.5,0,2.68804,1.5],"texture":"#2"},"east":{"uv":[0.5,0,3.5,1.5],"texture":"#2"},"south":{"uv":[0.5,0,2.68804,1.5],"texture":"#2"},"west":{"uv":[0.5,0,3.5,1.5],"texture":"#2"},"up":{"uv":[0.5,0,2.68804,3],"texture":"#2"},"down":{"uv":[0.5,0,2.68804,3],"texture":"#2"}}},{"from":[6.90598,5.5,2.5],"to":[9.09402,7,5.5],"rotation":{"angle":22.5,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0.5,0,2.68804,1.5],"texture":"#2"},"east":{"uv":[0.5,0,3.5,1.5],"texture":"#2"},"south":{"uv":[0.5,0,2.68804,1.5],"texture":"#2"},"west":{"uv":[0.5,0,3.5,1.5],"texture":"#2"},"up":{"uv":[0.5,0,2.68804,3],"texture":"#2"},"down":{"uv":[0.5,0,2.68804,3],"texture":"#2"}}},{"from":[6.91598,5.51,2.51],"to":[9.08402,6.99,5.49],"rotation":{"angle":45,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0.5,0,2.68804,1.5],"texture":"#2"},"east":{"uv":[0.5,0,3.5,1.5],"texture":"#2"},"south":{"uv":[0.5,0,2.68804,1.5],"texture":"#2"},"west":{"uv":[0.5,0,3.5,1.5],"texture":"#2"},"up":{"uv":[0.5,0,2.68804,3],"texture":"#2"},"down":{"uv":[0.5,0,2.68804,3],"texture":"#2"}}},{"from":[6.91598,5.51,10.51],"to":[9.08402,6.99,13.49],"rotation":{"angle":-45,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0.5,0,2.68804,1.5],"texture":"#2"},"east":{"uv":[0.5,0,3.5,1.5],"texture":"#2"},"south":{"uv":[0.5,0,2.68804,1.5],"texture":"#2"},"west":{"uv":[0.5,0,3.5,1.5],"texture":"#2"},"up":{"uv":[0.5,0,2.68804,3],"texture":"#2"},"down":{"uv":[0.5,0,2.68804,3],"texture":"#2"}}},{"from":[6.90598,5.5,10.5],"to":[9.09402,7,13.5],"rotation":{"angle":-22.5,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0.5,0,2.68804,1.5],"texture":"#2"},"east":{"uv":[0.5,0,3.5,1.5],"texture":"#2"},"south":{"uv":[0.5,0,2.68804,1.5],"texture":"#2"},"west":{"uv":[0.5,0,3.5,1.5],"texture":"#2"},"up":{"uv":[0.5,0,2.68804,3],"texture":"#2"},"down":{"uv":[0.5,0,2.68804,3],"texture":"#2"}}},{"from":[6.91598,5.51,10.51],"to":[9.08402,6.99,13.49],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0.5,0,2.68804,1.5],"texture":"#2"},"east":{"uv":[0.5,0,3.5,1.5],"texture":"#2"},"south":{"uv":[0.5,0,2.68804,1.5],"texture":"#2"},"west":{"uv":[0.5,0,3.5,1.5],"texture":"#2"},"up":{"uv":[0.5,0,2.68804,3],"texture":"#2"},"down":{"uv":[0.5,0,2.68804,3],"texture":"#2"}}},{"from":[6.90598,5.5,10.5],"to":[9.09402,7,13.5],"rotation":{"angle":22.5,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0.5,0,2.68804,1.5],"texture":"#2"},"east":{"uv":[0.5,0,3.5,1.5],"texture":"#2"},"south":{"uv":[0.5,0,2.68804,1.5],"texture":"#2"},"west":{"uv":[0.5,0,3.5,1.5],"texture":"#2"},"up":{"uv":[0.5,0,2.68804,3],"texture":"#2"},"down":{"uv":[0.5,0,2.68804,3],"texture":"#2"}}},{"from":[6.91598,5.51,10.51],"to":[9.08402,6.99,13.49],"rotation":{"angle":45,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0.5,0,2.68804,1.5],"texture":"#2"},"east":{"uv":[0.5,0,3.5,1.5],"texture":"#2"},"south":{"uv":[0.5,0,2.68804,1.5],"texture":"#2"},"west":{"uv":[0.5,0,3.5,1.5],"texture":"#2"},"up":{"uv":[0.5,0,2.68804,3],"texture":"#2"},"down":{"uv":[0.5,0,2.68804,3],"texture":"#2"}}},{"from":[2.5,5.5,6.90598],"to":[5.5,7,9.09402],"rotation":{"angle":-22.5,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0.5,0,3.5,1.5],"texture":"#2"},"east":{"uv":[0.5,0,2.68804,1.5],"texture":"#2"},"south":{"uv":[0.5,0,3.5,1.5],"texture":"#2"},"west":{"uv":[0.5,0,2.68804,1.5],"texture":"#2"},"up":{"uv":[0.5,0,3.5,2.18804],"texture":"#2"},"down":{"uv":[0.5,0,3.5,2.18804],"texture":"#2"}}},{"from":[2.51,5.51,6.91598],"to":[5.49,6.99,9.08402],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0.5,0,3.5,1.5],"texture":"#2"},"east":{"uv":[0.5,0,2.68804,1.5],"texture":"#2"},"south":{"uv":[0.5,0,3.5,1.5],"texture":"#2"},"west":{"uv":[0.5,0,2.68804,1.5],"texture":"#2"},"up":{"uv":[0.5,0,3.5,2.18804],"texture":"#2"},"down":{"uv":[0.5,0,3.5,2.18804],"texture":"#2"}}},{"from":[2.5,5.5,6.90598],"to":[5.5,7,9.09402],"rotation":{"angle":22.5,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0.5,0,3.5,1.5],"texture":"#2"},"east":{"uv":[0.5,0,2.68804,1.5],"texture":"#2"},"south":{"uv":[0.5,0,3.5,1.5],"texture":"#2"},"west":{"uv":[0.5,0,2.68804,1.5],"texture":"#2"},"up":{"uv":[0.5,0,3.5,2.18804],"texture":"#2"},"down":{"uv":[0.5,0,3.5,2.18804],"texture":"#2"}}},{"from":[10.5,5.5,6.90598],"to":[13.5,7,9.09402],"rotation":{"angle":-22.5,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0.5,0,3.5,1.5],"texture":"#2"},"east":{"uv":[0.5,0,2.68804,1.5],"texture":"#2"},"south":{"uv":[0.5,0,3.5,1.5],"texture":"#2"},"west":{"uv":[0.5,0,2.68804,1.5],"texture":"#2"},"up":{"uv":[0.5,0,3.5,2.18804],"texture":"#2"},"down":{"uv":[0.5,0,3.5,2.18804],"texture":"#2"}}},{"from":[10.51,5.51,6.91598],"to":[13.49,6.99,9.08402],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0.5,0,3.5,1.5],"texture":"#2"},"east":{"uv":[0.5,0,2.68804,1.5],"texture":"#2"},"south":{"uv":[0.5,0,3.5,1.5],"texture":"#2"},"west":{"uv":[0.5,0,2.68804,1.5],"texture":"#2"},"up":{"uv":[0.5,0,3.5,2.18804],"texture":"#2"},"down":{"uv":[0.5,0,3.5,2.18804],"texture":"#2"}}},{"from":[10.5,5.5,6.90598],"to":[13.5,7,9.09402],"rotation":{"angle":22.5,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0.5,0,3.5,1.5],"texture":"#2"},"east":{"uv":[0.5,0,2.68804,1.5],"texture":"#2"},"south":{"uv":[0.5,0,3.5,1.5],"texture":"#2"},"west":{"uv":[0.5,0,2.68804,1.5],"texture":"#2"},"up":{"uv":[0.5,0,3.5,2.18804],"texture":"#2"},"down":{"uv":[0.5,0,3.5,2.18804],"texture":"#2"}}},{"from":[5.92142,5.51,-2.49],"to":[10.07858,6.49,-0.51],"rotation":{"angle":-45,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0,0,4.17716,1],"texture":"#2"},"east":{"uv":[0,0,2,1],"texture":"#2"},"south":{"uv":[0,0,4.17716,1],"texture":"#2"},"west":{"uv":[0,0,2,1],"texture":"#2"},"up":{"uv":[0,0,4.17716,2],"texture":"#2"},"down":{"uv":[0,0,4.17716,2],"texture":"#2"}}},{"from":[5.91142,5.5,-2.5],"to":[10.08858,6.5,-0.5],"rotation":{"angle":-22.5,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0,0,4.17716,1],"texture":"#2"},"east":{"uv":[0,0,2,1],"texture":"#2"},"south":{"uv":[0,0,4.17716,1],"texture":"#2"},"west":{"uv":[0,0,2,1],"texture":"#2"},"up":{"uv":[0,0,4.17716,2],"texture":"#2"},"down":{"uv":[0,0,4.17716,2],"texture":"#2"}}},{"from":[5.92142,5.51,-2.49],"to":[10.07858,6.49,-0.51],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0,0,4.17716,1],"texture":"#2"},"east":{"uv":[0,0,2,1],"texture":"#2"},"south":{"uv":[0,0,4.17716,1],"texture":"#2"},"west":{"uv":[0,0,2,1],"texture":"#2"},"up":{"uv":[0,0,4.17716,2],"texture":"#2"},"down":{"uv":[0,0,4.17716,2],"texture":"#2"}}},{"from":[5.91142,5.5,-2.5],"to":[10.08858,6.5,-0.5],"rotation":{"angle":22.5,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0,0,4.17716,1],"texture":"#2"},"east":{"uv":[0,0,2,1],"texture":"#2"},"south":{"uv":[0,0,4.17716,1],"texture":"#2"},"west":{"uv":[0,0,2,1],"texture":"#2"},"up":{"uv":[0,0,4.17716,2],"texture":"#2"},"down":{"uv":[0,0,4.17716,2],"texture":"#2"}}},{"from":[5.92142,5.51,-2.49],"to":[10.07858,6.49,-0.51],"rotation":{"angle":45,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0,0,4.17716,1],"texture":"#2"},"east":{"uv":[0,0,2,1],"texture":"#2"},"south":{"uv":[0,0,4.17716,1],"texture":"#2"},"west":{"uv":[0,0,2,1],"texture":"#2"},"up":{"uv":[0,0,4.17716,2],"texture":"#2"},"down":{"uv":[0,0,4.17716,2],"texture":"#2"}}},{"from":[5.92142,5.51,16.51],"to":[10.07858,6.49,18.49],"rotation":{"angle":-45,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0,0,4.17716,1],"texture":"#2"},"east":{"uv":[0,0,2,1],"texture":"#2"},"south":{"uv":[0,0,4.17716,1],"texture":"#2"},"west":{"uv":[0,0,2,1],"texture":"#2"},"up":{"uv":[0,0,4.17716,2],"texture":"#2"},"down":{"uv":[0,0,4.17716,2],"texture":"#2"}}},{"from":[5.91142,5.5,16.5],"to":[10.08858,6.5,18.5],"rotation":{"angle":-22.5,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0,0,4.17716,1],"texture":"#2"},"east":{"uv":[0,0,2,1],"texture":"#2"},"south":{"uv":[0,0,4.17716,1],"texture":"#2"},"west":{"uv":[0,0,2,1],"texture":"#2"},"up":{"uv":[0,0,4.17716,2],"texture":"#2"},"down":{"uv":[0,0,4.17716,2],"texture":"#2"}}},{"from":[5.92142,5.51,16.51],"to":[10.07858,6.49,18.49],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0,0,4.17716,1],"texture":"#2"},"east":{"uv":[0,0,2,1],"texture":"#2"},"south":{"uv":[0,0,4.17716,1],"texture":"#2"},"west":{"uv":[0,0,2,1],"texture":"#2"},"up":{"uv":[0,0,4.17716,2],"texture":"#2"},"down":{"uv":[0,0,4.17716,2],"texture":"#2"}}},{"from":[7.5,3,17.75],"to":[8.5,4,18.75],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#2"},"east":{"uv":[0,0,1,1],"texture":"#2"},"south":{"uv":[0,0,1,1],"texture":"#2"},"west":{"uv":[0,0,1,1],"texture":"#2"},"up":{"uv":[0,0,1,1],"rotation":270,"texture":"#2"},"down":{"uv":[0,0,1,1],"texture":"#2"}}},{"from":[7.5,2,17.75],"to":[8.5,3,18.75],"rotation":{"angle":22.5,"axis":"y","origin":[8,2.125,8]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#2"},"east":{"uv":[0,0,1,1],"texture":"#2"},"south":{"uv":[0,0,1,1],"texture":"#2"},"west":{"uv":[0,0,1,1],"texture":"#2"},"up":{"uv":[0,0,1,1],"rotation":270,"texture":"#2"},"down":{"uv":[0,0,1,1],"texture":"#2"}}},{"from":[17.75,2,7.5],"to":[18.75,3,8.5],"rotation":{"angle":22.5,"axis":"y","origin":[8,3.375,8]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#2"},"east":{"uv":[0,0,1,1],"texture":"#2"},"south":{"uv":[0,0,1,1],"texture":"#2"},"west":{"uv":[0,0,1,1],"texture":"#2"},"up":{"uv":[0,0,1,1],"rotation":180,"texture":"#2"},"down":{"uv":[0,0,1,1],"rotation":90,"texture":"#2"}}},{"from":[17.75,2,7.5],"to":[18.75,3,8.5],"rotation":{"angle":-22.5,"axis":"y","origin":[8,3.375,8]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#2"},"east":{"uv":[0,0,1,1],"texture":"#2"},"south":{"uv":[0,0,1,1],"texture":"#2"},"west":{"uv":[0,0,1,1],"texture":"#2"},"up":{"uv":[0,0,1,1],"rotation":180,"texture":"#2"},"down":{"uv":[0,0,1,1],"rotation":90,"texture":"#2"}}},{"from":[7.5,2,-2.75],"to":[8.5,3,-1.75],"rotation":{"angle":-22.5,"axis":"y","origin":[8,3.375,8]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#2"},"east":{"uv":[0,0,1,1],"texture":"#2"},"south":{"uv":[0,0,1,1],"texture":"#2"},"west":{"uv":[0,0,1,1],"texture":"#2"},"up":{"uv":[0,0,1,1],"rotation":90,"texture":"#2"},"down":{"uv":[0,0,1,1],"rotation":180,"texture":"#2"}}},{"from":[7.5,3,17.75],"to":[8.5,4,18.75],"rotation":{"angle":45,"axis":"y","origin":[8,4.125,8]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#2"},"east":{"uv":[0,0,1,1],"texture":"#2"},"south":{"uv":[0,0,1,1],"texture":"#2"},"west":{"uv":[0,0,1,1],"texture":"#2"},"up":{"uv":[0,0,1,1],"rotation":270,"texture":"#2"},"down":{"uv":[0,0,1,1],"texture":"#2"}}},{"from":[17.75,3,7.5],"to":[18.75,4,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,4.125,8]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#2"},"east":{"uv":[0,0,1,1],"texture":"#2"},"south":{"uv":[0,0,1,1],"texture":"#2"},"west":{"uv":[0,0,1,1],"texture":"#2"},"up":{"uv":[0,0,1,1],"rotation":180,"texture":"#2"},"down":{"uv":[0,0,1,1],"rotation":90,"texture":"#2"}}},{"from":[17.75,3,7.5],"to":[18.75,4,8.5],"rotation":{"angle":45,"axis":"y","origin":[8,4.125,8]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#2"},"east":{"uv":[0,0,1,1],"texture":"#2"},"south":{"uv":[0,0,1,1],"texture":"#2"},"west":{"uv":[0,0,1,1],"texture":"#2"},"up":{"uv":[0,0,1,1],"rotation":180,"texture":"#2"},"down":{"uv":[0,0,1,1],"rotation":90,"texture":"#2"}}},{"from":[7.5,3,-2.75],"to":[8.5,4,-1.75],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[1,0,0,1],"texture":"#2"},"east":{"uv":[1,0,0,1],"texture":"#2"},"south":{"uv":[1,0,0,1],"texture":"#2"},"west":{"uv":[1,0,0,1],"texture":"#2"},"up":{"uv":[1,0,0,1],"rotation":270,"texture":"#2"},"down":{"uv":[0,1,1,0],"texture":"#2"}}},{"from":[7.5,2,-2.75],"to":[8.5,3,-1.75],"rotation":{"angle":22.5,"axis":"y","origin":[8,2.125,8]},"faces":{"north":{"uv":[1,0,2,1],"texture":"#2"},"east":{"uv":[1,0,2,1],"texture":"#2"},"south":{"uv":[1,0,2,1],"texture":"#2"},"west":{"uv":[1,0,2,1],"texture":"#2"},"up":{"uv":[1,0,2,1],"rotation":270,"texture":"#2"},"down":{"uv":[0,1,1,2],"texture":"#2"}}},{"from":[-2.75,2,7.5],"to":[-1.75,3,8.5],"rotation":{"angle":22.5,"axis":"y","origin":[8,3.375,8]},"faces":{"north":{"uv":[1,0,2,1],"texture":"#2"},"east":{"uv":[1,0,2,1],"texture":"#2"},"south":{"uv":[1,0,2,1],"texture":"#2"},"west":{"uv":[1,0,2,1],"texture":"#2"},"up":{"uv":[1,0,2,1],"rotation":180,"texture":"#2"},"down":{"uv":[0,1,1,2],"rotation":90,"texture":"#2"}}},{"from":[-2.75,2,7.5],"to":[-1.75,3,8.5],"rotation":{"angle":-22.5,"axis":"y","origin":[8,3.375,8]},"faces":{"north":{"uv":[1,0,2,1],"texture":"#2"},"east":{"uv":[1,0,2,1],"texture":"#2"},"south":{"uv":[1,0,2,1],"texture":"#2"},"west":{"uv":[1,0,2,1],"texture":"#2"},"up":{"uv":[1,0,2,1],"rotation":180,"texture":"#2"},"down":{"uv":[0,1,1,2],"rotation":90,"texture":"#2"}}},{"from":[7.5,2,17.75],"to":[8.5,3,18.75],"rotation":{"angle":-22.5,"axis":"y","origin":[8,3.375,8]},"faces":{"north":{"uv":[1,0,2,1],"texture":"#2"},"east":{"uv":[1,0,2,1],"texture":"#2"},"south":{"uv":[1,0,2,1],"texture":"#2"},"west":{"uv":[1,0,2,1],"texture":"#2"},"up":{"uv":[1,0,2,1],"rotation":90,"texture":"#2"},"down":{"uv":[0,1,1,2],"rotation":180,"texture":"#2"}}},{"from":[7.5,3,-2.75],"to":[8.5,4,-1.75],"rotation":{"angle":45,"axis":"y","origin":[8,4.125,8]},"faces":{"north":{"uv":[1,0,2,1],"texture":"#2"},"east":{"uv":[1,0,2,1],"texture":"#2"},"south":{"uv":[1,0,2,1],"texture":"#2"},"west":{"uv":[1,0,2,1],"texture":"#2"},"up":{"uv":[1,0,2,1],"rotation":270,"texture":"#2"},"down":{"uv":[0,1,1,2],"texture":"#2"}}},{"from":[-2.75,3,7.5],"to":[-1.75,4,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,4.125,8]},"faces":{"north":{"uv":[1,0,2,1],"texture":"#2"},"east":{"uv":[1,0,2,1],"texture":"#2"},"south":{"uv":[1,0,2,1],"texture":"#2"},"west":{"uv":[1,0,2,1],"texture":"#2"},"up":{"uv":[1,0,2,1],"rotation":180,"texture":"#2"},"down":{"uv":[0,1,1,2],"rotation":90,"texture":"#2"}}},{"from":[-2.75,3,7.5],"to":[-1.75,4,8.5],"rotation":{"angle":45,"axis":"y","origin":[8,4.125,8]},"faces":{"north":{"uv":[1,0,2,1],"texture":"#2"},"east":{"uv":[1,0,2,1],"texture":"#2"},"south":{"uv":[1,0,2,1],"texture":"#2"},"west":{"uv":[1,0,2,1],"texture":"#2"},"up":{"uv":[1,0,2,1],"rotation":180,"texture":"#2"},"down":{"uv":[0,1,1,2],"rotation":90,"texture":"#2"}}},{"from":[7.75,4,18],"to":[8.25,5.5,18.5],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[12,12.5,12.5,14],"texture":"#2"},"east":{"uv":[12,12.5,12.5,14],"texture":"#2"},"south":{"uv":[12,12.5,12.5,14],"texture":"#2"},"west":{"uv":[12,12.5,12.5,14],"texture":"#2"},"up":{"uv":[12,12.5,12.5,14],"texture":"#2"},"down":{"uv":[12,12.5,12.5,14],"texture":"#2"}}},{"from":[7.75,3,18],"to":[8.25,5.5,18.5],"rotation":{"angle":22.5,"axis":"y","origin":[8,2.125,8]},"faces":{"north":{"uv":[12,12.5,12.5,14],"texture":"#2"},"east":{"uv":[12,12.5,12.5,14],"texture":"#2"},"south":{"uv":[12,12.5,12.5,14],"texture":"#2"},"west":{"uv":[12,12.5,12.5,14],"texture":"#2"},"up":{"uv":[12,12.5,12.5,14],"texture":"#2"},"down":{"uv":[12,12.5,12.5,14],"texture":"#2"}}},{"from":[18,3,7.75],"to":[18.5,5.5,8.25],"rotation":{"angle":22.5,"axis":"y","origin":[8,3.375,8]},"faces":{"north":{"uv":[12,12.5,12.5,14],"texture":"#2"},"east":{"uv":[12,12.5,12.5,14],"texture":"#2"},"south":{"uv":[12,12.5,12.5,14],"texture":"#2"},"west":{"uv":[12,12.5,12.5,14],"texture":"#2"},"up":{"uv":[12,12.5,12.5,14],"rotation":270,"texture":"#2"},"down":{"uv":[12,12.5,12.5,14],"rotation":90,"texture":"#2"}}},{"from":[18,3,7.75],"to":[18.5,5.5,8.25],"rotation":{"angle":-22.5,"axis":"y","origin":[8,3.375,8]},"faces":{"north":{"uv":[12,12.5,12.5,14],"texture":"#2"},"east":{"uv":[12,12.5,12.5,14],"texture":"#2"},"south":{"uv":[12,12.5,12.5,14],"texture":"#2"},"west":{"uv":[12,12.5,12.5,14],"texture":"#2"},"up":{"uv":[12,12.5,12.5,14],"rotation":270,"texture":"#2"},"down":{"uv":[12,12.5,12.5,14],"rotation":90,"texture":"#2"}}},{"from":[7.75,3,-2.5],"to":[8.25,5.5,-2],"rotation":{"angle":-22.5,"axis":"y","origin":[8,3.375,8]},"faces":{"north":{"uv":[12,12.5,12.5,14],"texture":"#2"},"east":{"uv":[12,12.5,12.5,14],"texture":"#2"},"south":{"uv":[12,12.5,12.5,14],"texture":"#2"},"west":{"uv":[12,12.5,12.5,14],"texture":"#2"},"up":{"uv":[12,12.5,12.5,14],"rotation":180,"texture":"#2"},"down":{"uv":[12,12.5,12.5,14],"rotation":180,"texture":"#2"}}},{"from":[7.75,4,18],"to":[8.25,5.5,18.5],"rotation":{"angle":45,"axis":"y","origin":[8,4.125,8]},"faces":{"north":{"uv":[12,12.5,12.5,14],"texture":"#2"},"east":{"uv":[12,12.5,12.5,14],"texture":"#2"},"south":{"uv":[12,12.5,12.5,14],"texture":"#2"},"west":{"uv":[12,12.5,12.5,14],"texture":"#2"},"up":{"uv":[12,12.5,12.5,14],"texture":"#2"},"down":{"uv":[12,12.5,12.5,14],"texture":"#2"}}},{"from":[18,4,7.75],"to":[18.5,5.5,8.25],"rotation":{"angle":0,"axis":"y","origin":[8,4.125,8]},"faces":{"north":{"uv":[12,12.5,12.5,14],"texture":"#2"},"east":{"uv":[12,12.5,12.5,14],"texture":"#2"},"south":{"uv":[12,12.5,12.5,14],"texture":"#2"},"west":{"uv":[12,12.5,12.5,14],"texture":"#2"},"up":{"uv":[12,12.5,12.5,14],"rotation":270,"texture":"#2"},"down":{"uv":[12,12.5,12.5,14],"rotation":90,"texture":"#2"}}},{"from":[18,4,7.75],"to":[18.5,5.5,8.25],"rotation":{"angle":45,"axis":"y","origin":[8,4.125,8]},"faces":{"north":{"uv":[12,12.5,12.5,14],"texture":"#2"},"east":{"uv":[12,12.5,12.5,14],"texture":"#2"},"south":{"uv":[12,12.5,12.5,14],"texture":"#2"},"west":{"uv":[12,12.5,12.5,14],"texture":"#2"},"up":{"uv":[12,12.5,12.5,14],"rotation":270,"texture":"#2"},"down":{"uv":[12,12.5,12.5,14],"rotation":90,"texture":"#2"}}},{"from":[7.75,4,-2.5],"to":[8.25,5.5,-2],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[12.5,12.5,12,14],"texture":"#2"},"east":{"uv":[12.5,12.5,12,14],"texture":"#2"},"south":{"uv":[12.5,12.5,12,14],"texture":"#2"},"west":{"uv":[12.5,12.5,12,14],"texture":"#2"},"up":{"uv":[12,14,12.5,12.5],"texture":"#2"},"down":{"uv":[12,14,12.5,12.5],"texture":"#2"}}},{"from":[7.75,3,-2.5],"to":[8.25,5.5,-2],"rotation":{"angle":22.5,"axis":"y","origin":[8,2.125,8]},"faces":{"north":{"uv":[12.5,12.5,12,14],"texture":"#2"},"east":{"uv":[12.5,12.5,12,14],"texture":"#2"},"south":{"uv":[12.5,12.5,12,14],"texture":"#2"},"west":{"uv":[12.5,12.5,12,14],"texture":"#2"},"up":{"uv":[12,14,12.5,12.5],"texture":"#2"},"down":{"uv":[12,14,12.5,12.5],"texture":"#2"}}},{"from":[-2.5,3,7.75],"to":[-2,5.5,8.25],"rotation":{"angle":22.5,"axis":"y","origin":[8,3.375,8]},"faces":{"north":{"uv":[12.5,12.5,12,14],"texture":"#2"},"east":{"uv":[12.5,12.5,12,14],"texture":"#2"},"south":{"uv":[12.5,12.5,12,14],"texture":"#2"},"west":{"uv":[12.5,12.5,12,14],"texture":"#2"},"up":{"uv":[12,14,12.5,12.5],"rotation":270,"texture":"#2"},"down":{"uv":[12,14,12.5,12.5],"rotation":90,"texture":"#2"}}},{"from":[-2.5,3,7.75],"to":[-2,5.5,8.25],"rotation":{"angle":-22.5,"axis":"y","origin":[8,3.375,8]},"faces":{"north":{"uv":[12.5,12.5,12,14],"texture":"#2"},"east":{"uv":[12.5,12.5,12,14],"texture":"#2"},"south":{"uv":[12.5,12.5,12,14],"texture":"#2"},"west":{"uv":[12.5,12.5,12,14],"texture":"#2"},"up":{"uv":[12,14,12.5,12.5],"rotation":270,"texture":"#2"},"down":{"uv":[12,14,12.5,12.5],"rotation":90,"texture":"#2"}}},{"from":[7.75,3,18],"to":[8.25,5.5,18.5],"rotation":{"angle":-22.5,"axis":"y","origin":[8,3.375,8]},"faces":{"north":{"uv":[12.5,12.5,12,14],"texture":"#2"},"east":{"uv":[12.5,12.5,12,14],"texture":"#2"},"south":{"uv":[12.5,12.5,12,14],"texture":"#2"},"west":{"uv":[12.5,12.5,12,14],"texture":"#2"},"up":{"uv":[12,14,12.5,12.5],"rotation":180,"texture":"#2"},"down":{"uv":[12,14,12.5,12.5],"rotation":180,"texture":"#2"}}},{"from":[7.75,4,-2.5],"to":[8.25,5.5,-2],"rotation":{"angle":45,"axis":"y","origin":[8,4.125,8]},"faces":{"north":{"uv":[12.5,12.5,12,14],"texture":"#2"},"east":{"uv":[12.5,12.5,12,14],"texture":"#2"},"south":{"uv":[12.5,12.5,12,14],"texture":"#2"},"west":{"uv":[12.5,12.5,12,14],"texture":"#2"},"up":{"uv":[12,14,12.5,12.5],"texture":"#2"},"down":{"uv":[12,14,12.5,12.5],"texture":"#2"}}},{"from":[-2.5,4,7.75],"to":[-2,5.5,8.25],"rotation":{"angle":0,"axis":"y","origin":[8,4.125,8]},"faces":{"north":{"uv":[12.5,12.5,12,14],"texture":"#2"},"east":{"uv":[12.5,12.5,12,14],"texture":"#2"},"south":{"uv":[12.5,12.5,12,14],"texture":"#2"},"west":{"uv":[12.5,12.5,12,14],"texture":"#2"},"up":{"uv":[12,14,12.5,12.5],"rotation":270,"texture":"#2"},"down":{"uv":[12,14,12.5,12.5],"rotation":90,"texture":"#2"}}},{"from":[-2.5,4,7.75],"to":[-2,5.5,8.25],"rotation":{"angle":45,"axis":"y","origin":[8,4.125,8]},"faces":{"north":{"uv":[12.5,12.5,12,14],"texture":"#2"},"east":{"uv":[12.5,12.5,12,14],"texture":"#2"},"south":{"uv":[12.5,12.5,12,14],"texture":"#2"},"west":{"uv":[12.5,12.5,12,14],"texture":"#2"},"up":{"uv":[12,14,12.5,12.5],"rotation":270,"texture":"#2"},"down":{"uv":[12,14,12.5,12.5],"rotation":90,"texture":"#2"}}},{"from":[5.91142,5.5,16.5],"to":[10.08858,6.5,18.5],"rotation":{"angle":22.5,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0,0,4.17716,1],"texture":"#2"},"east":{"uv":[0,0,2,1],"texture":"#2"},"south":{"uv":[0,0,4.17716,1],"texture":"#2"},"west":{"uv":[0,0,2,1],"texture":"#2"},"up":{"uv":[0,0,4.17716,2],"texture":"#2"},"down":{"uv":[0,0,4.17716,2],"texture":"#2"}}},{"from":[5.92142,5.51,16.51],"to":[10.07858,6.49,18.49],"rotation":{"angle":45,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0,0,4.17716,1],"texture":"#2"},"east":{"uv":[0,0,2,1],"texture":"#2"},"south":{"uv":[0,0,4.17716,1],"texture":"#2"},"west":{"uv":[0,0,2,1],"texture":"#2"},"up":{"uv":[0,0,4.17716,2],"texture":"#2"},"down":{"uv":[0,0,4.17716,2],"texture":"#2"}}},{"from":[-2.5,5.5,5.91142],"to":[-0.5,6.5,10.08858],"rotation":{"angle":-22.5,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0,0,2,1],"texture":"#2"},"east":{"uv":[0,0,4.17716,1],"texture":"#2"},"south":{"uv":[0,0,2,1],"texture":"#2"},"west":{"uv":[0,0,4.17716,1],"texture":"#2"},"up":{"uv":[0,0,2,4.17716],"texture":"#2"},"down":{"uv":[0,0,2,4.17716],"texture":"#2"}}},{"from":[-2.49,5.51,5.92142],"to":[-0.51,6.49,10.07858],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0,0,2,1],"texture":"#2"},"east":{"uv":[0,0,4.17716,1],"texture":"#2"},"south":{"uv":[0,0,2,1],"texture":"#2"},"west":{"uv":[0,0,4.17716,1],"texture":"#2"},"up":{"uv":[0,0,2,4.17716],"texture":"#2"},"down":{"uv":[0,0,2,4.17716],"texture":"#2"}}},{"from":[-2.5,5.5,5.91142],"to":[-0.5,6.5,10.08858],"rotation":{"angle":22.5,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0,0,2,1],"texture":"#2"},"east":{"uv":[0,0,4.17716,1],"texture":"#2"},"south":{"uv":[0,0,2,1],"texture":"#2"},"west":{"uv":[0,0,4.17716,1],"texture":"#2"},"up":{"uv":[0,0,2,4.17716],"texture":"#2"},"down":{"uv":[0,0,2,4.17716],"texture":"#2"}}},{"from":[16.5,5.5,5.91142],"to":[18.5,6.5,10.08858],"rotation":{"angle":-22.5,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0,0,2,1],"texture":"#2"},"east":{"uv":[0,0,4.17716,1],"texture":"#2"},"south":{"uv":[0,0,2,1],"texture":"#2"},"west":{"uv":[0,0,4.17716,1],"texture":"#2"},"up":{"uv":[0,0,2,4.17716],"texture":"#2"},"down":{"uv":[0,0,2,4.17716],"texture":"#2"}}},{"from":[16.51,5.51,5.92142],"to":[18.49,6.49,10.07858],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0,0,2,1],"texture":"#2"},"east":{"uv":[0,0,4.17716,1],"texture":"#2"},"south":{"uv":[0,0,2,1],"texture":"#2"},"west":{"uv":[0,0,4.17716,1],"texture":"#2"},"up":{"uv":[0,0,2,4.17716],"texture":"#2"},"down":{"uv":[0,0,2,4.17716],"texture":"#2"}}},{"from":[16.5,5.5,5.91142],"to":[18.5,6.5,10.08858],"rotation":{"angle":22.5,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0,0,2,1],"texture":"#2"},"east":{"uv":[0,0,4.17716,1],"texture":"#2"},"south":{"uv":[0,0,2,1],"texture":"#2"},"west":{"uv":[0,0,4.17716,1],"texture":"#2"},"up":{"uv":[0,0,2,4.17716],"texture":"#2"},"down":{"uv":[0,0,2,4.17716],"texture":"#2"}}}],"display":{"head":{"rotation":[2,0,0],"translation":[0,9.6,0],"scale":[2.11,2.11,2.11]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/spectral_mask.json b/assets/minecraft/models/item/wynn/skin/hat/spectral_mask.json new file mode 100644 index 000000000..b6cc1805a --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/spectral_mask.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/souls","1":"skins/soul_heart","particle":"skins/souls"},"elements":[{"from":[5.995,-1.005,-0.005],"to":[7.005,5.005,1.005],"rotation":{"angle":22.5,"axis":"z","origin":[6.5,1,0.5]},"faces":{"north":{"uv":[1.5,15,7.5,16],"rotation":270,"texture":"#0"},"east":{"uv":[1.5,15,7.5,16],"rotation":270,"texture":"#0"},"south":{"uv":[1.5,15,7.5,16],"rotation":270,"texture":"#0"},"west":{"uv":[1.5,14.5,7.5,15.5],"rotation":270,"texture":"#0"},"up":{"uv":[1.5,15,2.5,16],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,15,2.5,16],"rotation":270,"texture":"#0"}}},{"from":[5.66538,1.74254,0.01],"to":[6.64538,4.72254,0.99],"rotation":{"angle":0,"axis":"z","origin":[6.15538,3.23254,0.5]},"faces":{"north":{"uv":[4,15,7,16],"rotation":270,"texture":"#0"},"east":{"uv":[4,15,7,16],"rotation":270,"texture":"#0"},"south":{"uv":[4,15,7,16],"rotation":270,"texture":"#0"},"west":{"uv":[4,15,7,16],"rotation":270,"texture":"#0"},"up":{"uv":[4,15,5,16],"rotation":270,"texture":"#0"},"down":{"uv":[4,15,5,16],"rotation":270,"texture":"#0"}}},{"from":[7.02053,-1.5291,0.01],"to":[8.00053,-0.5491,0.99],"rotation":{"angle":45,"axis":"z","origin":[7.51053,-1.0391,0.5]},"faces":{"north":{"uv":[2,15,3,16],"rotation":270,"texture":"#0"},"east":{"uv":[2,15,3,16],"rotation":270,"texture":"#0"},"south":{"uv":[2,15,3,16],"rotation":270,"texture":"#0"},"west":{"uv":[2,15,3,16],"rotation":270,"texture":"#0"},"up":{"uv":[2,15,3,16],"rotation":270,"texture":"#0"},"down":{"uv":[2,15,3,16],"rotation":270,"texture":"#0"}}},{"from":[7.51053,-1.74621,0],"to":[8.51053,-0.74621,1],"rotation":{"angle":0,"axis":"z","origin":[8.01053,-1.24621,0.5]},"faces":{"north":{"uv":[0,14.5,1,15.5],"texture":"#0"},"east":{"uv":[0,14.5,1,15.5],"texture":"#0"},"south":{"uv":[0,14.5,1,15.5],"texture":"#0"},"west":{"uv":[0,14.5,1,15.5],"texture":"#0"},"up":{"uv":[0,14.5,1,15.5],"texture":"#0"},"down":{"uv":[0,14.5,1,15.5],"texture":"#0"}}},{"from":[4.80866,3.90314,0],"to":[6.80866,6.90314,1],"rotation":{"angle":-22.5,"axis":"z","origin":[6.30866,5.00314,0.5]},"faces":{"north":{"uv":[6,14,9,16],"rotation":270,"texture":"#0"},"east":{"uv":[6,14,9,15],"rotation":270,"texture":"#0"},"south":{"uv":[6,14,9,16],"rotation":270,"texture":"#0"},"west":{"uv":[6,14,9,15],"rotation":270,"texture":"#0"},"up":{"uv":[6,14,7,16],"rotation":270,"texture":"#0"},"down":{"uv":[6,14,7,16],"rotation":270,"texture":"#0"}}},{"from":[7.99947,-1.5291,0.01],"to":[8.97947,-0.5491,0.99],"rotation":{"angle":-45,"axis":"z","origin":[8.48947,-1.0391,0.5]},"faces":{"north":{"uv":[2,15,3,16],"rotation":270,"texture":"#0"},"east":{"uv":[2,15,3,16],"rotation":270,"texture":"#0"},"south":{"uv":[2,15,3,16],"rotation":270,"texture":"#0"},"west":{"uv":[2,15,3,16],"rotation":270,"texture":"#0"},"up":{"uv":[2,15,3,16],"rotation":270,"texture":"#0"},"down":{"uv":[2,15,3,16],"rotation":270,"texture":"#0"}}},{"from":[5.27053,5.2991,0.01],"to":[7.75053,8.2791,0.99],"rotation":{"angle":22.5,"axis":"z","origin":[7.26053,5.7891,0.5]},"faces":{"north":{"uv":[9,14,12,16],"rotation":270,"texture":"#0"},"east":{"uv":[9,14,12,15],"rotation":270,"texture":"#0"},"south":{"uv":[9,13.5,12,16],"rotation":270,"texture":"#0"},"west":{"uv":[9,14,12,15],"rotation":270,"texture":"#0"},"up":{"uv":[9,13.5,10,16],"rotation":270,"texture":"#0"},"down":{"uv":[9,13.5,10,16],"rotation":270,"texture":"#0"}}},{"from":[7.51053,5.44621,0],"to":[8.51053,6.44621,1],"rotation":{"angle":0,"axis":"z","origin":[8.01053,5.94621,0.5]},"faces":{"north":{"uv":[9.5,14.5,10.5,15.5],"texture":"#0"},"east":{"uv":[9.5,14.5,10.5,15.5],"texture":"#0"},"south":{"uv":[9.5,14.5,10.5,15.5],"texture":"#0"},"west":{"uv":[9.5,14.5,10.5,15.5],"texture":"#0"},"up":{"uv":[9.5,14.5,10.5,15.5],"texture":"#0"},"down":{"uv":[9.5,14.5,10.5,15.5],"texture":"#0"}}},{"from":[7.52553,5.96121,0.015],"to":[8.49553,6.93121,0.985],"rotation":{"angle":45,"axis":"z","origin":[8.01053,6.44621,0.5]},"faces":{"north":{"uv":[11.5,14.5,12,15],"texture":"#0"},"east":{"uv":[11.5,14.5,12,15],"texture":"#0"},"south":{"uv":[11.5,14.5,12,15],"texture":"#0"},"west":{"uv":[11.5,14.5,12,15],"texture":"#0"},"up":{"uv":[11.5,14.5,12,15],"texture":"#0"},"down":{"uv":[11.5,14.5,12,15],"texture":"#0"}}},{"from":[6.52553,8.21121,0.015],"to":[8.99553,9.18121,0.985],"rotation":{"angle":45,"axis":"z","origin":[8.01053,8.19621,0.5]},"faces":{"north":{"uv":[11.5,15,14,16],"rotation":180,"texture":"#0"},"east":{"uv":[13.5,14.5,14.5,15.5],"rotation":180,"texture":"#0"},"south":{"uv":[11.5,15,14,16],"rotation":180,"texture":"#0"},"west":{"uv":[11.5,15,12.5,16],"rotation":180,"texture":"#0"},"up":{"uv":[11.5,14,14,15],"texture":"#0"},"down":{"uv":[10.5,14.5,13,15.5],"texture":"#0"}}},{"from":[7.52,9.04298,0.02],"to":[8.48,12.50298,0.98],"rotation":{"angle":0,"axis":"z","origin":[7.9802,10.27298,0.5]},"faces":{"north":{"uv":[10.5,15,14,16],"rotation":90,"texture":"#0"},"east":{"uv":[10.5,15,14,16],"rotation":90,"texture":"#0"},"south":{"uv":[10.5,15,14,16],"rotation":90,"texture":"#0"},"west":{"uv":[10.5,15,14,16],"rotation":90,"texture":"#0"},"up":{"uv":[10.5,15,11.5,16],"rotation":90,"texture":"#0"},"down":{"uv":[10.5,15,11.5,16],"rotation":90,"texture":"#0"}}},{"from":[8.6382,7.20209,0.015],"to":[9.6082,8.67209,0.985],"rotation":{"angle":45,"axis":"z","origin":[8.8732,7.68709,0.5]},"faces":{"north":{"uv":[12,14.5,13.5,15.5],"rotation":270,"texture":"#0"},"east":{"uv":[11.5,15,13,16],"rotation":270,"texture":"#0"},"south":{"uv":[12,14.5,13.5,15.5],"rotation":270,"texture":"#0"},"west":{"uv":[12,14.5,13.5,15.5],"rotation":270,"texture":"#0"},"up":{"uv":[12,14.5,13,15.5],"rotation":270,"texture":"#0"},"down":{"uv":[12,14.5,13,15.5],"rotation":270,"texture":"#0"}}},{"from":[4.52553,12.51121,0.015],"to":[9.99553,14.48121,0.985],"rotation":{"angle":45,"axis":"z","origin":[8.01053,12.49621,0.5]},"faces":{"north":{"uv":[6,14,11.5,16],"texture":"#0"},"east":{"uv":[5.5,14,6.5,16],"texture":"#0"},"south":{"uv":[6,14,11.5,16],"texture":"#0"},"west":{"uv":[6,14,7,16],"texture":"#0"},"up":{"uv":[6,15,11.5,14],"rotation":180,"texture":"#0"},"down":{"uv":[6,14,11.5,15],"rotation":180,"texture":"#0"}}},{"from":[2.50713,9.33667,0.01],"to":[5.48713,11.31667,0.99],"rotation":{"angle":22.5,"axis":"z","origin":[3.74713,9.82667,0.5]},"faces":{"north":{"uv":[11,14,14,16],"texture":"#0"},"east":{"uv":[11,14,12,16],"texture":"#0"},"south":{"uv":[11,14,14,16],"texture":"#0"},"west":{"uv":[13.5,14,14.5,16],"texture":"#0"},"up":{"uv":[11.5,14,14.5,15],"rotation":180,"texture":"#0"},"down":{"uv":[11,14,14,15],"rotation":180,"texture":"#0"}}},{"from":[2.41698,7.78729,0.015],"to":[6.38698,8.75729,0.985],"rotation":{"angle":-22.5,"axis":"z","origin":[4.90198,8.27229,0.5]},"faces":{"north":{"uv":[11.5,14.5,15.5,15.5],"texture":"#0"},"east":{"uv":[11.5,14.5,12.5,15.5],"texture":"#0"},"south":{"uv":[11.5,14.5,15.5,15.5],"texture":"#0"},"west":{"uv":[14.5,14.5,15.5,15.5],"texture":"#0"},"up":{"uv":[11.5,14,15.5,15],"rotation":180,"texture":"#0"},"down":{"uv":[11.5,14.5,15.5,15.5],"texture":"#0"}}},{"from":[2.18709,7.23452,0.02],"to":[6.14709,8.44452,0.98],"rotation":{"angle":-45,"axis":"z","origin":[4.16709,7.71452,0.5]},"faces":{"north":{"uv":[10,15,14,16],"texture":"#0"},"east":{"uv":[11,14.75,12,16],"texture":"#0"},"south":{"uv":[11,14.75,15,16],"texture":"#0"},"west":{"uv":[11,14.75,12,16],"texture":"#0"},"up":{"uv":[11,15,15,16],"texture":"#0"},"down":{"uv":[10,14.5,14,15.5],"rotation":180,"texture":"#0"}}},{"from":[10.51287,9.33667,0.01],"to":[13.49287,11.31667,0.99],"rotation":{"angle":-22.5,"axis":"z","origin":[12.25287,9.82667,0.5]},"faces":{"north":{"uv":[14,14,11,16],"texture":"#0"},"east":{"uv":[14.5,14,13.5,16],"texture":"#0"},"south":{"uv":[14,14,11,16],"texture":"#0"},"west":{"uv":[12,14,11,16],"texture":"#0"},"up":{"uv":[14.5,14,11.5,15],"rotation":180,"texture":"#0"},"down":{"uv":[14,14,11,15],"rotation":180,"texture":"#0"}}},{"from":[11.00384,10.24645,0.02],"to":[13.46384,15.20645,0.98],"rotation":{"angle":22.5,"axis":"z","origin":[12.48384,11.72645,0.5]},"faces":{"north":{"uv":[13,14,8,16],"rotation":270,"texture":"#0"},"east":{"uv":[12.5,14,7.5,15],"rotation":270,"texture":"#0"},"south":{"uv":[13,14,8,16],"rotation":270,"texture":"#0"},"west":{"uv":[14,14,11,15],"rotation":270,"texture":"#0"},"up":{"uv":[12,14,11,16],"rotation":90,"texture":"#0"},"down":{"uv":[14.5,14,13.5,16],"rotation":90,"texture":"#0"}}},{"from":[2.53616,10.24645,0.02],"to":[4.99616,15.20645,0.98],"rotation":{"angle":-22.5,"axis":"z","origin":[3.51616,11.72645,0.5]},"faces":{"north":{"uv":[13,16,8,14],"rotation":270,"texture":"#0"},"east":{"uv":[14,15,11,14],"rotation":270,"texture":"#0"},"south":{"uv":[14,16,11,14],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,15,11.5,14],"rotation":270,"texture":"#0"},"up":{"uv":[12,16,11,14],"rotation":90,"texture":"#0"},"down":{"uv":[14.5,16,13.5,14],"rotation":90,"texture":"#0"}}},{"from":[7.95251,12.86158,0.025],"to":[12.05251,15.31158,0.975],"rotation":{"angle":0,"axis":"z","origin":[9.57751,14.08658,0.5]},"faces":{"north":{"uv":[6,14,10,16],"rotation":180,"texture":"#0"},"east":{"uv":[13.5,13.5,14.5,16],"rotation":180,"texture":"#0"},"south":{"uv":[5,14,9,16],"texture":"#0"},"west":{"uv":[11,13.5,12,16],"rotation":180,"texture":"#0"},"up":{"uv":[5,14,9,15],"texture":"#0"},"down":{"uv":[11,15,15.15,16],"texture":"#0"}}},{"from":[3.94749,12.86158,0.025],"to":[8.04749,15.31158,0.975],"rotation":{"angle":0,"axis":"z","origin":[6.42249,14.08658,0.5]},"faces":{"north":{"uv":[10,14,6,16],"rotation":180,"texture":"#0"},"east":{"uv":[12,13.5,11,16],"rotation":180,"texture":"#0"},"south":{"uv":[9,14,5,16],"texture":"#0"},"west":{"uv":[14.5,13.5,13.5,16],"rotation":180,"texture":"#0"},"up":{"uv":[9,14,5,15],"texture":"#0"},"down":{"uv":[15.15,15,11,16],"texture":"#0"}}},{"from":[9.61302,7.78729,0.015],"to":[13.58302,8.75729,0.985],"rotation":{"angle":22.5,"axis":"z","origin":[11.09802,8.27229,0.5]},"faces":{"north":{"uv":[15.5,14.5,11.5,15.5],"texture":"#0"},"east":{"uv":[15.5,14.5,14.5,15.5],"texture":"#0"},"south":{"uv":[15.5,14.5,11.5,15.5],"texture":"#0"},"west":{"uv":[12.5,14.5,11.5,15.5],"texture":"#0"},"up":{"uv":[15.5,14,11.5,15],"rotation":180,"texture":"#0"},"down":{"uv":[15.5,14.5,11.5,15.5],"texture":"#0"}}},{"from":[9.85291,7.23452,0.02],"to":[13.81291,8.44452,0.98],"rotation":{"angle":45,"axis":"z","origin":[11.83291,7.71452,0.5]},"faces":{"north":{"uv":[14,15,10,16],"texture":"#0"},"east":{"uv":[12,14.75,11,16],"texture":"#0"},"south":{"uv":[15,14.75,11,16],"texture":"#0"},"west":{"uv":[12,14.75,11,16],"texture":"#0"},"up":{"uv":[15,15,11,16],"texture":"#0"},"down":{"uv":[14,14.5,10,15.5],"rotation":180,"texture":"#0"}}},{"from":[9.19134,3.90314,0],"to":[11.19134,6.90314,1],"rotation":{"angle":22.5,"axis":"z","origin":[9.69134,5.00314,0.5]},"faces":{"north":{"uv":[6,16,9,14],"rotation":270,"texture":"#0"},"east":{"uv":[6,15,9,14],"rotation":270,"texture":"#0"},"south":{"uv":[6,16,9,14],"rotation":270,"texture":"#0"},"west":{"uv":[6,15,9,14],"rotation":270,"texture":"#0"},"up":{"uv":[6,16,7,14],"rotation":270,"texture":"#0"},"down":{"uv":[6,16,7,14],"rotation":270,"texture":"#0"}}},{"from":[8.24947,5.2991,0.01],"to":[10.72947,8.2791,0.99],"rotation":{"angle":-22.5,"axis":"z","origin":[8.73947,5.7891,0.5]},"faces":{"north":{"uv":[9,16,12,14],"rotation":270,"texture":"#0"},"east":{"uv":[9,15,12,14],"rotation":270,"texture":"#0"},"south":{"uv":[9,16,12,13.5],"rotation":270,"texture":"#0"},"west":{"uv":[9,15,12,14],"rotation":270,"texture":"#0"},"up":{"uv":[9,16,10,13.5],"rotation":270,"texture":"#0"},"down":{"uv":[9,16,10,13.5],"rotation":270,"texture":"#0"}}},{"from":[8.995,-1.005,-0.005],"to":[10.005,5.005,1.005],"rotation":{"angle":-22.5,"axis":"z","origin":[9.5,1,0.5]},"faces":{"north":{"uv":[1.5,16,7.5,15],"rotation":270,"texture":"#0"},"east":{"uv":[1.5,15.5,7.5,14.5],"rotation":270,"texture":"#0"},"south":{"uv":[1.5,16,7.5,15],"rotation":270,"texture":"#0"},"west":{"uv":[1.5,16,7.5,15],"rotation":270,"texture":"#0"},"up":{"uv":[1.5,16,2.5,15],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,16,2.5,15],"rotation":270,"texture":"#0"}}},{"from":[9.35462,1.74254,0.01],"to":[10.33462,4.72254,0.99],"rotation":{"angle":0,"axis":"z","origin":[9.84462,3.23254,0.5]},"faces":{"north":{"uv":[4,16,7,15],"rotation":270,"texture":"#0"},"east":{"uv":[4,16,7,15],"rotation":270,"texture":"#0"},"south":{"uv":[4,16,7,15],"rotation":270,"texture":"#0"},"west":{"uv":[4,16,7,15],"rotation":270,"texture":"#0"},"up":{"uv":[4,16,5,15],"rotation":270,"texture":"#0"},"down":{"uv":[4,16,5,15],"rotation":270,"texture":"#0"}}},{"from":[8.6382,9.50209,0.015],"to":[10.6082,12.97209,0.985],"rotation":{"angle":45,"axis":"z","origin":[8.8732,11.98709,0.5]},"faces":{"north":{"uv":[8,14,11.5,16],"rotation":90,"texture":"#0"},"east":{"uv":[7,14.5,10.5,15.5],"rotation":90,"texture":"#0"},"south":{"uv":[8,14,11.5,16],"rotation":90,"texture":"#0"},"west":{"uv":[8,14,11.5,15],"rotation":90,"texture":"#0"},"up":{"uv":[8,14,9,16],"rotation":90,"texture":"#0"},"down":{"uv":[8,14,9,16],"rotation":90,"texture":"#0"}}},{"from":[4,4.25,1],"to":[14,14.25,2],"rotation":{"angle":45,"axis":"z","origin":[8,8.25,1.5]},"faces":{"north":{"uv":[0,1.5,5,6.5],"texture":"#1"},"east":{"uv":[0,1.5,0.5,6.5],"texture":"#1"},"south":{"uv":[0,1.5,5,6.5],"texture":"#1"},"west":{"uv":[0,1.5,0.5,6.5],"texture":"#1"},"up":{"uv":[0,3,5,3.5],"texture":"#1"},"down":{"uv":[0,3,5,3.5],"texture":"#1"}}},{"from":[2.47175,7.38019,1.01],"to":[6.45175,15.11019,1.99],"rotation":{"angle":-22.5,"axis":"z","origin":[7.46175,12.37019,1.5]},"faces":{"north":{"uv":[0,1.5,2,5.5],"rotation":180,"texture":"#1"},"east":{"uv":[0,1.5,2,5.5],"rotation":180,"texture":"#1"},"south":{"uv":[0,1.5,2,5.5],"rotation":180,"texture":"#1"},"west":{"uv":[0,1.5,0.5,5.5],"rotation":180,"texture":"#1"},"up":{"uv":[0,1.5,2,2],"rotation":180,"texture":"#1"},"down":{"uv":[0,1.5,2,5.5],"rotation":180,"texture":"#1"}}},{"from":[3.90514,12.83621,1.015],"to":[12.07514,16.80621,1.985],"rotation":{"angle":0,"axis":"z","origin":[7.76514,14.82121,1.5]},"faces":{"north":{"uv":[0,1.5,2,5.5],"rotation":270,"texture":"#1"},"east":{"uv":[0,1.5,2,5.5],"rotation":90,"texture":"#1"},"south":{"uv":[0,1.5,2,5.5],"rotation":90,"texture":"#1"},"west":{"uv":[0,1.5,2,2],"rotation":90,"texture":"#1"},"up":{"uv":[0,1.5,2,5.5],"rotation":90,"texture":"#1"},"down":{"uv":[0,1.5,0.5,5.5],"rotation":90,"texture":"#1"}}},{"from":[9.54825,7.38019,1.01],"to":[13.52825,15.11019,1.99],"rotation":{"angle":22.5,"axis":"z","origin":[8.53825,12.37019,1.5]},"faces":{"north":{"uv":[2,1.5,0,5.5],"rotation":180,"texture":"#1"},"east":{"uv":[0.5,1.5,0,5.5],"rotation":180,"texture":"#1"},"south":{"uv":[2,1.5,0,5.5],"rotation":180,"texture":"#1"},"west":{"uv":[2,1.5,0,5.5],"rotation":180,"texture":"#1"},"up":{"uv":[2,1.5,0,2],"rotation":180,"texture":"#1"},"down":{"uv":[2,1.5,0,5.5],"rotation":180,"texture":"#1"}}},{"from":[4.01,3.67421,1.01],"to":[11.99,6.65421,1.99],"rotation":{"angle":0,"axis":"z","origin":[8,4.66421,1.5]},"faces":{"north":{"uv":[0,2.5,1.5,6.5],"rotation":270,"texture":"#1"},"east":{"uv":[0,2.5,1.5,3],"rotation":270,"texture":"#1"},"south":{"uv":[0,2.5,1.5,6.5],"rotation":270,"texture":"#1"},"west":{"uv":[0,2.5,1.5,3],"rotation":270,"texture":"#1"},"up":{"uv":[0,2.5,0.5,6.5],"rotation":270,"texture":"#1"},"down":{"uv":[0,2.5,0.5,6.5],"rotation":270,"texture":"#1"}}},{"from":[6.50249,-2.29599,1.025],"to":[9.50249,-1.34599,1.975],"rotation":{"angle":0,"axis":"z","origin":[8.12749,-1.32099,1.5]},"faces":{"north":{"uv":[0,2.5,0.5,4.025],"rotation":270,"texture":"#1"},"east":{"uv":[0,2.5,0.5,3],"rotation":270,"texture":"#1"},"south":{"uv":[0,2.5,0.5,4.025],"rotation":270,"texture":"#1"},"west":{"uv":[0,2.5,0.5,3],"rotation":270,"texture":"#1"},"up":{"uv":[0,2.5,0.5,4.025],"rotation":270,"texture":"#1"},"down":{"uv":[0,2.5,0.5,4.025],"rotation":270,"texture":"#1"}}},{"from":[6.85651,-1.92187,1.02],"to":[10.56651,4.53813,1.98],"rotation":{"angle":-22.5,"axis":"z","origin":[9.08651,0.55813,1.5]},"faces":{"north":{"uv":[0,2.5,1.875,5.75],"rotation":180,"texture":"#1"},"east":{"uv":[0,2.5,0.5,5.75],"rotation":180,"texture":"#1"},"south":{"uv":[0,2.5,1.875,5.75],"rotation":180,"texture":"#1"},"west":{"uv":[0,2.5,0.5,5.75],"rotation":180,"texture":"#1"},"up":{"uv":[0,2.5,1.875,3],"rotation":180,"texture":"#1"},"down":{"uv":[0,2.5,1.875,3],"rotation":180,"texture":"#1"}}},{"from":[5.42849,-1.92687,1.015],"to":[9.14849,4.54313,1.985],"rotation":{"angle":22.5,"axis":"z","origin":[6.91349,0.55813,1.5]},"faces":{"north":{"uv":[0,2.5,1.875,5.75],"rotation":180,"texture":"#1"},"east":{"uv":[0,2.5,0.5,5.75],"rotation":180,"texture":"#1"},"south":{"uv":[0,2.5,1.875,5.75],"rotation":180,"texture":"#1"},"west":{"uv":[0,2.5,0.5,5.75],"rotation":180,"texture":"#1"},"up":{"uv":[0,2.5,1.875,3],"rotation":180,"texture":"#1"},"down":{"uv":[0,2.5,1.875,3],"rotation":180,"texture":"#1"}}},{"from":[1.35,9.25,2],"to":[2.35,10.25,14],"rotation":{"angle":0,"axis":"y","origin":[1.35,9.25,2]},"faces":{"north":{"uv":[0,6,6,6.5],"texture":"#1"},"east":{"uv":[0,6,6,6.5],"rotation":180,"texture":"#1"},"south":{"uv":[5.5,6,6,6.5],"texture":"#1"},"west":{"uv":[0,6,6,6.5],"texture":"#1"},"up":{"uv":[0,6,6,6.5],"rotation":90,"texture":"#1"},"down":{"uv":[0,6,6,6.5],"rotation":270,"texture":"#1"}}},{"from":[13.65,9.25,2],"to":[14.65,10.25,14],"rotation":{"angle":0,"axis":"y","origin":[14.65,9.25,2]},"faces":{"north":{"uv":[6,6,0,6.5],"texture":"#1"},"east":{"uv":[6,6,0,6.5],"texture":"#1"},"south":{"uv":[6,6,5.5,6.5],"texture":"#1"},"west":{"uv":[6,6,0,6.5],"rotation":180,"texture":"#1"},"up":{"uv":[0,6.5,6,6],"rotation":90,"texture":"#1"},"down":{"uv":[0,6.5,6,6],"rotation":270,"texture":"#1"}}},{"from":[2.35,9.25,13],"to":[13.65,10.25,14],"rotation":{"angle":0,"axis":"y","origin":[8.35,9.75,13.5]},"faces":{"north":{"uv":[0,6.5,5.5,6],"rotation":180,"texture":"#1"},"east":{"uv":[0,6.5,5.5,6],"texture":"#1"},"south":{"uv":[0,6.5,5.5,6],"texture":"#1"},"west":{"uv":[0,6.5,5.5,6],"texture":"#1"},"up":{"uv":[0,6.5,5.5,6],"texture":"#1"},"down":{"uv":[0,6.5,5.5,6],"texture":"#1"}}}],"display":{"head":{"translation":[0,-1,0.5],"scale":[1.16,1.16,1.16]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/spring_flowers_circlet.json b/assets/minecraft/models/item/wynn/skin/hat/spring_flowers_circlet.json new file mode 100644 index 000000000..8babc8ed2 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/spring_flowers_circlet.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/spring_flowers_circlet"},"elements":[{"from":[3.5,0,3.5],"to":[12.5,1,12.5],"faces":{"north":{"uv":[5,0,10,0.5],"texture":"#0"},"east":{"uv":[5,0,10,0.5],"texture":"#0"},"south":{"uv":[5,0,10,0.5],"texture":"#0"},"west":{"uv":[5,0,10,0.5],"texture":"#0"},"up":{"uv":[5,5,0,0],"texture":"#0"},"down":{"uv":[5,5,0,10],"texture":"#0"}}},{"from":[12,1,12],"to":[4,0,4],"faces":{"north":{"uv":[5,0.5,9,1],"texture":"#0"},"east":{"uv":[5,0.5,9,1],"texture":"#0"},"south":{"uv":[5,0.5,9,1],"texture":"#0"},"west":{"uv":[5,0.5,9,1],"texture":"#0"}}},{"from":[3.75,-1.8,10.05],"to":[3.75,0.45,12.3],"rotation":{"angle":22.5,"axis":"z","origin":[2.4,-1.2,11.55]},"faces":{"east":{"uv":[7.25,1,6.25,2],"texture":"#0"},"west":{"uv":[6.25,1,7.25,2],"texture":"#0"}}},{"from":[3.95,-0.35,8.25],"to":[3.95,2.65,11.25],"rotation":{"angle":-22.5,"axis":"z","origin":[2.6,2.4,11]},"faces":{"east":{"uv":[6.25,2.25,5,1],"texture":"#0"},"west":{"uv":[5,4.25,6.25,3],"texture":"#0"}}},{"from":[3.6,0.4,6.8],"to":[3.6,2.65,9.05],"rotation":{"angle":22.5,"axis":"y","origin":[2.25,0.9,8.3]},"faces":{"east":{"uv":[7.25,1,6.25,2],"texture":"#0"},"west":{"uv":[6.25,1,7.25,2],"texture":"#0"}}},{"from":[3.35,-0.6,7.55],"to":[3.35,0.9,9.05],"rotation":{"angle":-22.5,"axis":"x","origin":[2,-0.6,8.05]},"faces":{"east":{"uv":[7.25,1,6.25,2],"rotation":270,"texture":"#0"},"west":{"uv":[8,1,8.75,1.75],"rotation":90,"texture":"#0"}}},{"from":[3.35,-1.25,3.75],"to":[3.35,1.75,6.75],"rotation":{"angle":22.5,"axis":"x","origin":[2,-0.5,6.25]},"faces":{"east":{"uv":[6.25,1,5,2.25],"texture":"#0"},"west":{"uv":[5,1,6.25,2.25],"texture":"#0"}}},{"from":[3.95,0.25,2.55],"to":[3.95,1.75,4.05],"rotation":{"angle":-22.5,"axis":"y","origin":[2.6,1,2.05]},"faces":{"east":{"uv":[7.25,2,6.5,2.75],"texture":"#0"},"west":{"uv":[6.5,2,7.25,2.75],"texture":"#0"}}},{"from":[3.6,1.4,3.3],"to":[3.6,2.9,4.8],"rotation":{"angle":-22.5,"axis":"z","origin":[2.25,1.4,3.8]},"faces":{"east":{"uv":[7.25,1,6.25,2],"rotation":270,"texture":"#0"},"west":{"uv":[8,1,8.75,1.75],"rotation":90,"texture":"#0"}}},{"from":[12.35,-1.7,2.95],"to":[12.35,0.55,5.2],"rotation":{"angle":-22.5,"axis":"z","origin":[13.7,-0.85,3.7]},"faces":{"east":{"uv":[6.25,1,7.25,2],"texture":"#0"},"west":{"uv":[7.25,1,6.25,2],"texture":"#0"}}},{"from":[12.05,-0.25,4.25],"to":[12.05,2.75,7.25],"rotation":{"angle":22.5,"axis":"z","origin":[13.4,2.5,4.5]},"faces":{"east":{"uv":[5,4.25,6.25,3],"texture":"#0"},"west":{"uv":[6.25,2.25,5,1],"texture":"#0"}}},{"from":[12.4,0.4,6.45],"to":[12.4,2.65,8.7],"rotation":{"angle":22.5,"axis":"y","origin":[13.75,0.9,7.2]},"faces":{"east":{"uv":[6.25,1,7.25,2],"texture":"#0"},"west":{"uv":[7.25,1,6.25,2],"texture":"#0"}}},{"from":[12.65,-0.6,6.45],"to":[12.65,0.9,7.95],"rotation":{"angle":22.5,"axis":"x","origin":[14,-0.6,7.45]},"faces":{"east":{"uv":[8,1,8.75,1.75],"rotation":90,"texture":"#0"},"west":{"uv":[7.25,1,6.25,2],"rotation":270,"texture":"#0"}}},{"from":[12.65,-1.25,8.75],"to":[12.65,1.75,11.75],"rotation":{"angle":-22.5,"axis":"x","origin":[14,-0.5,9.25]},"faces":{"east":{"uv":[5,1,6.25,2.25],"texture":"#0"},"west":{"uv":[6.25,1,5,2.25],"texture":"#0"}}},{"from":[12.2,0.25,11.45],"to":[12.2,1.75,12.95],"rotation":{"angle":-22.5,"axis":"y","origin":[13.4,1,13.45]},"faces":{"east":{"uv":[6.5,2,7.25,2.75],"texture":"#0"},"west":{"uv":[7.25,2,6.5,2.75],"texture":"#0"}}},{"from":[12.4,1.4,10.7],"to":[12.4,2.9,12.2],"rotation":{"angle":22.5,"axis":"z","origin":[13.75,1.4,11.7]},"faces":{"east":{"uv":[8,1,8.75,1.75],"rotation":90,"texture":"#0"},"west":{"uv":[7.25,1,6.25,2],"rotation":270,"texture":"#0"}}},{"from":[10.25,0.35,3.7],"to":[12.25,2.35,3.7],"rotation":{"angle":-22.5,"axis":"y","origin":[13.2,1.75,2.2]},"faces":{"north":{"uv":[5,2.25,5.75,3],"texture":"#0"},"south":{"uv":[7.25,1,6.25,2],"texture":"#0"}}},{"from":[7.5,0.25,2.85],"to":[10.5,3.25,2.85],"rotation":{"angle":22.5,"axis":"x","origin":[8,1,1.5]},"faces":{"north":{"uv":[5,1,6.25,2.25],"texture":"#0"},"south":{"uv":[6.25,1,5,2.25],"texture":"#0"}}},{"from":[10.75,-1.5,2.6],"to":[12.5,0.25,2.6],"rotation":{"angle":-22.5,"axis":"x","origin":[6,0.5,0.8]},"faces":{"north":{"uv":[7.25,1,8,1.75],"texture":"#0"},"south":{"uv":[8,1,7.25,1.75],"texture":"#0"}}},{"from":[5.5,-2.25,3.4],"to":[8,0.25,3.4],"rotation":{"angle":-45,"axis":"x","origin":[8,-1,2.05]},"faces":{"north":{"uv":[6.25,1,7.25,2],"texture":"#0"},"south":{"uv":[7.25,1,6.25,2],"texture":"#0"}}},{"from":[6,-2.15,3.45],"to":[7.75,-0.4,3.45],"rotation":{"angle":-22.5,"axis":"z","origin":[12.95,-0.75,2.45]},"faces":{"north":{"uv":[5.75,2.25,6.5,3],"texture":"#0"},"south":{"uv":[6.5,2.25,5.75,3],"texture":"#0"}}},{"from":[4.65,1.25,4],"to":[6.4,3,4],"rotation":{"angle":22.5,"axis":"x","origin":[-0.1,3.25,2.3]},"faces":{"north":{"uv":[8,1.75,8.75,2.5],"texture":"#0"},"south":{"uv":[8.75,1.75,8,2.5],"texture":"#0"}}},{"from":[3.75,-0.25,2.65],"to":[5.5,1.5,2.65],"rotation":{"angle":22.5,"axis":"y","origin":[6,0.5,1.3]},"faces":{"north":{"uv":[7.25,1,8,1.75],"texture":"#0"},"south":{"uv":[8,1,7.25,1.75],"texture":"#0"}}},{"from":[3.51152,-0.53523,3.45],"to":[5.26152,1.21477,3.45],"rotation":{"angle":-22.5,"axis":"z","origin":[4.38652,0.33977,3.45]},"faces":{"north":{"uv":[7.25,1.75,8,2.5],"rotation":90,"texture":"#0"},"south":{"uv":[7.25,1,6.25,2],"rotation":270,"texture":"#0"}}},{"from":[2.75,-0.4,12.4],"to":[4.5,1.35,12.4],"rotation":{"angle":-22.5,"axis":"y","origin":[2.8,1.75,13.8]},"faces":{"north":{"uv":[7.25,1,6.25,2],"texture":"#0"},"south":{"uv":[5,2.25,5.75,3],"texture":"#0"}}},{"from":[3.55,-0.5,12.8],"to":[5.3,1.25,12.8],"rotation":{"angle":45,"axis":"z","origin":[3.6,1.65,13.7]},"faces":{"north":{"uv":[7.25,2,6.5,2.75],"texture":"#0"},"south":{"uv":[6.5,2,7.25,2.75],"texture":"#0"}}},{"from":[5.5,0.25,13.15],"to":[8.5,3.25,13.15],"rotation":{"angle":-22.5,"axis":"x","origin":[8,1,14.5]},"faces":{"north":{"uv":[6.25,1,5,2.25],"texture":"#0"},"south":{"uv":[5,1,6.25,2.25],"texture":"#0"}}},{"from":[7.75,-1.44541,13.04541],"to":[10.25,1.05459,13.04541],"rotation":{"angle":22.5,"axis":"x","origin":[9,-0.19541,13.04541]},"faces":{"north":{"uv":[7.25,1,6.25,2],"texture":"#0"},"south":{"uv":[6.25,1,7.25,2],"texture":"#0"}}},{"from":[8.25,-2.15,12.55],"to":[10,-0.4,12.55],"rotation":{"angle":22.5,"axis":"z","origin":[3.05,-0.75,13.55]},"faces":{"north":{"uv":[6.5,2.25,5.75,3],"texture":"#0"},"south":{"uv":[5.75,2.25,6.5,3],"texture":"#0"}}},{"from":[9.6,1.5,11.9],"to":[11.35,3.25,11.9],"rotation":{"angle":-22.5,"axis":"x","origin":[16.1,3.5,13.7]},"faces":{"north":{"uv":[8.75,1.75,8,2.5],"texture":"#0"},"south":{"uv":[8,1.75,8.75,2.5],"texture":"#0"}}},{"from":[10.5,-0.25,13.35],"to":[12.25,1.5,13.35],"rotation":{"angle":22.5,"axis":"y","origin":[10,0.5,14.7]},"faces":{"north":{"uv":[8,1,7.25,1.75],"texture":"#0"},"south":{"uv":[7.25,1,8,1.75],"texture":"#0"}}},{"from":[10.73848,-0.53523,12.55],"to":[12.48848,1.21477,12.55],"rotation":{"angle":22.5,"axis":"z","origin":[11.61348,0.33977,12.55]},"faces":{"north":{"uv":[7.25,1,6.25,2],"rotation":270,"texture":"#0"},"south":{"uv":[7.25,1.75,8,2.5],"rotation":90,"texture":"#0"}}},{"from":[6,0,4.35],"to":[7,2,4.35],"rotation":{"angle":-22.5,"axis":"x","origin":[0,0,2.5]},"faces":{"north":{"uv":[9,0.5,9.5,1.5],"texture":"#0"},"south":{"uv":[9.5,0.5,9,1.5],"texture":"#0"}}},{"from":[10.15,-3.9,17],"to":[10.15,-1.9,18],"rotation":{"angle":45,"axis":"x","origin":[0,16,13.5]},"faces":{"east":{"uv":[9.5,1.5,9,0.5],"texture":"#0"},"west":{"uv":[9,1.5,9.5,0.5],"texture":"#0"}}},{"from":[11.75,-3.6,5.6],"to":[11.75,-1.6,6.6],"rotation":{"angle":-45,"axis":"x","origin":[13.75,-3.6,-0.4]},"faces":{"east":{"uv":[9,0.5,9.5,1.5],"texture":"#0"},"west":{"uv":[9.5,0.5,9,1.5],"texture":"#0"}}},{"from":[9.75,-0.5,3.6],"to":[11.75,0.5,3.6],"rotation":{"angle":22.5,"axis":"z","origin":[9.75,6.5,1.6]},"faces":{"north":{"uv":[9,0.5,9.5,1.5],"rotation":270,"texture":"#0"},"south":{"uv":[9.5,0.5,9,1.5],"rotation":90,"texture":"#0"}}},{"from":[4.25,0.5,7.1],"to":[6.25,1.5,7.1],"rotation":{"angle":22.5,"axis":"z","origin":[6.25,-5.5,5.1]},"faces":{"north":{"uv":[9.5,1.5,9,0.5],"rotation":270,"texture":"#0"},"south":{"uv":[9,1.5,9.5,0.5],"rotation":90,"texture":"#0"}}},{"from":[9.75,0.5,8.35],"to":[11.75,1.5,8.35],"rotation":{"angle":-22.5,"axis":"z","origin":[9.75,-5.5,5.1]},"faces":{"north":{"uv":[9.5,0.5,9,1.5],"rotation":270,"texture":"#0"},"south":{"uv":[9,0.5,9.5,1.5],"rotation":90,"texture":"#0"}}},{"from":[6,0.4,9],"to":[7,2.4,9],"rotation":{"angle":-45,"axis":"z","origin":[9.75,-5.5,5.1]},"faces":{"north":{"uv":[9.5,0.5,9,1.5],"texture":"#0"},"south":{"uv":[9,0.5,9.5,1.5],"texture":"#0"}}},{"from":[5.25,3.5,6.1],"to":[5.25,4.5,8.1],"rotation":{"angle":45,"axis":"x","origin":[6.25,-5.5,5.1]},"faces":{"east":{"uv":[9,1.5,9.5,0.5],"rotation":90,"texture":"#0"},"west":{"uv":[9.5,1.5,9,0.5],"rotation":270,"texture":"#0"}}},{"from":[0.95,1,8.6],"to":[3.45,2.5,8.6],"rotation":{"angle":22.5,"axis":"y","origin":[3.45,-5,6.6]},"faces":{"north":{"uv":[10.25,1.75,9.5,0.5],"rotation":270,"texture":"#0"},"south":{"uv":[10.25,0.5,9.5,1.75],"rotation":270,"texture":"#0"}}},{"from":[5.45,1,10.6],"to":[5.45,2,12.6],"rotation":{"angle":-22.5,"axis":"y","origin":[3.45,-5,6.6]},"faces":{"east":{"uv":[9,1.5,9.5,0.5],"rotation":270,"texture":"#0"},"west":{"uv":[9.5,1.5,9,0.5],"rotation":270,"texture":"#0"}}},{"from":[13.3,1,13.2],"to":[15.8,2.5,13.2],"rotation":{"angle":-45,"axis":"y","origin":[14.3,-5,10.35]},"faces":{"north":{"uv":[10.25,0.5,9.5,1.75],"rotation":270,"texture":"#0"},"south":{"uv":[10.25,1.75,9.5,0.5],"rotation":270,"texture":"#0"}}}],"display":{"head":{"rotation":[10,0,0],"translation":[0,15.25,2],"scale":[1.75,1.75,1.75]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/spring_hat.json b/assets/minecraft/models/item/wynn/skin/hat/spring_hat.json new file mode 100644 index 000000000..97e1cd4f1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/spring_hat.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"3":"skins/driftwood_3","4":"skins/gems","6":"skins/twilight_gradient","7":"skins/colored_wood","8":"skins/rose","particle":"skins/driftwood_3"},"elements":[{"from":[5.01,1.76,-7.07202],"to":[10.99,2.74,-3.09202],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.95951,8]},"faces":{"north":{"uv":[0,6.5,1,12.5],"rotation":90,"texture":"#6"},"up":{"uv":[0,6.5,5,12.5],"rotation":90,"texture":"#6"},"down":{"uv":[0,6.5,5,12.5],"rotation":270,"texture":"#6"}}},{"from":[5,1.75,-7.08202],"to":[11,2.75,-3.08202],"rotation":{"angle":0,"axis":"y","origin":[8,8.95951,8]},"faces":{"north":{"uv":[0,6.5,1,12.5],"rotation":90,"texture":"#6"},"up":{"uv":[0,6.5,4,12.5],"rotation":90,"texture":"#6"},"down":{"uv":[0,6.5,4,12.5],"rotation":270,"texture":"#6"}}},{"from":[5.01,1.76,-7.07202],"to":[10.99,2.74,-3.09202],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.95951,8]},"faces":{"north":{"uv":[0,6.5,1,12.5],"rotation":90,"texture":"#6"},"up":{"uv":[0,6.5,5,12.5],"rotation":90,"texture":"#6"},"down":{"uv":[0,6.5,5,12.5],"rotation":270,"texture":"#6"}}},{"from":[5,1.75,-7.08202],"to":[11,2.75,-3.08202],"rotation":{"angle":-45,"axis":"y","origin":[8,8.95951,8]},"faces":{"north":{"uv":[0,6,1,12],"rotation":90,"texture":"#6"},"up":{"uv":[0,6,4,12],"rotation":90,"texture":"#6"},"down":{"uv":[0,6,4,12],"rotation":270,"texture":"#6"}}},{"from":[5.5,0.75,-5.56835],"to":[10.5,1.75,-0.56835],"rotation":{"angle":0,"axis":"y","origin":[8,-4.45951,8]},"faces":{"north":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"east":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"south":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"west":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"up":{"uv":[5,7.5,0,12.5],"rotation":270,"texture":"#6"},"down":{"uv":[7,7.5,2,12.5],"rotation":90,"texture":"#6"}}},{"from":[5.51,0.76,-4.55835],"to":[10.49,1.74,-0.57835],"rotation":{"angle":22.5,"axis":"y","origin":[8,-4.45951,8]},"faces":{"north":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"east":{"uv":[3,7.5,2,11.5],"rotation":90,"texture":"#6"},"south":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"west":{"uv":[3,7.5,2,11.5],"rotation":90,"texture":"#6"},"up":{"uv":[4,7.5,0,12.5],"rotation":270,"texture":"#6"},"down":{"uv":[6,7.5,2,12.5],"rotation":90,"texture":"#6"}}},{"from":[5.51,0.76,-4.55835],"to":[10.49,1.74,-0.57835],"rotation":{"angle":-22.5,"axis":"y","origin":[8,-4.45951,8]},"faces":{"north":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"east":{"uv":[3,7.5,2,11.5],"rotation":90,"texture":"#6"},"south":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"west":{"uv":[3,7.5,2,11.5],"rotation":90,"texture":"#6"},"up":{"uv":[4,7.5,0,12.5],"rotation":270,"texture":"#6"},"down":{"uv":[6,7.5,2,12.5],"rotation":90,"texture":"#6"}}},{"from":[5.5,0.75,-5.56835],"to":[10.5,1.75,-0.56835],"rotation":{"angle":-45,"axis":"y","origin":[8,-4.45951,8]},"faces":{"north":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"east":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"south":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"west":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"up":{"uv":[5,7.5,0,12.5],"rotation":270,"texture":"#6"},"down":{"uv":[7,7.5,2,12.5],"rotation":90,"texture":"#6"}}},{"from":[5.934,2,-1.97266],"to":[9.934,3.5,18.02734],"rotation":{"angle":-22.5,"axis":"y","origin":[7.95333,3,8.01933]},"faces":{"north":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#6"},"south":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#6"},"up":{"uv":[0,0,16,3.98],"rotation":270,"texture":"#6"},"down":{"uv":[0,1,16,4.98],"rotation":270,"texture":"#6"}}},{"from":[6.855,3.98,2.32424],"to":[9.145,5.52,13.67576],"rotation":{"angle":-45,"axis":"y","origin":[8,4.5,8]},"faces":{"north":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"},"east":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"},"south":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"},"west":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"},"up":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"},"down":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"}}},{"from":[2.34424,4,6.875],"to":[13.65576,5.5,9.125],"rotation":{"angle":22.5,"axis":"y","origin":[8,4.5,8]},"faces":{"north":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"},"east":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"},"south":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"},"west":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"},"up":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"},"down":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"}}},{"from":[2.34424,4,6.875],"to":[13.65576,5.5,9.125],"rotation":{"angle":0,"axis":"y","origin":[8,4.5,8]},"faces":{"north":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"},"east":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"},"south":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"},"west":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"},"up":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"},"down":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"}}},{"from":[2.34424,4,6.875],"to":[13.65576,5.5,9.125],"rotation":{"angle":-22.5,"axis":"y","origin":[8,4.5,8]},"faces":{"north":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"},"east":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"},"south":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"},"west":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"},"up":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"},"down":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"}}},{"from":[6.855,3.98,2.32424],"to":[9.145,5.52,13.67576],"rotation":{"angle":45,"axis":"y","origin":[8,4.5,8]},"faces":{"north":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"},"east":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"},"south":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"},"west":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"},"up":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"},"down":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"}}},{"from":[6.875,4,2.34424],"to":[9.125,5.5,13.65576],"rotation":{"angle":0,"axis":"y","origin":[8,4.5,8]},"faces":{"north":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"},"east":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"},"south":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"},"west":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"},"up":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"},"down":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"}}},{"from":[6.875,4,2.34424],"to":[9.125,5.5,13.65576],"rotation":{"angle":22.5,"axis":"y","origin":[8,4.5,8]},"faces":{"north":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"},"east":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"},"south":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"},"west":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"},"up":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"},"down":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"}}},{"from":[6.875,4,2.34424],"to":[9.125,5.5,13.65576],"rotation":{"angle":-22.5,"axis":"y","origin":[8,4.5,8]},"faces":{"north":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"},"east":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"},"south":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"},"west":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"},"up":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"},"down":{"uv":[9,13.75,10.5,16],"rotation":270,"texture":"#3"}}},{"from":[2.44424,6.6,6.675],"to":[11.55576,7.9,8.725],"rotation":{"angle":-22.5,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[13.5,5.5,15,7.75],"rotation":270,"texture":"#7"},"east":{"uv":[13.5,5.5,15,7.75],"rotation":270,"texture":"#7"},"south":{"uv":[13.5,5.5,15,7.75],"rotation":270,"texture":"#7"},"west":{"uv":[13.5,5.5,15,7.75],"rotation":270,"texture":"#7"},"up":{"uv":[13.5,5.5,15,7.75],"rotation":270,"texture":"#7"},"down":{"uv":[13.5,5.5,15,7.75],"rotation":270,"texture":"#7"}}},{"from":[6.855,6.98,2.32424],"to":[9.145,8.52,11.67576],"rotation":{"angle":45,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[13.5,5.5,15,7.75],"rotation":270,"texture":"#7"},"east":{"uv":[13.5,5.5,15,7.75],"rotation":270,"texture":"#7"},"south":{"uv":[13.5,5.5,15,7.75],"rotation":270,"texture":"#7"},"west":{"uv":[13.5,5.5,15,7.75],"rotation":270,"texture":"#7"},"up":{"uv":[13.5,5.5,15,7.75],"rotation":270,"texture":"#7"},"down":{"uv":[13.5,5.5,15,7.75],"rotation":270,"texture":"#7"}}},{"from":[8.855,4.53,2.32424],"to":[9.895,6.57,4.67576],"rotation":{"angle":45,"axis":"y","origin":[8.75,5.05,8]},"faces":{"north":{"uv":[11.5,5.5,13.54,6.54],"rotation":270,"texture":"#7"},"east":{"uv":[11.5,5.5,13.54,7.85152],"rotation":270,"texture":"#7"},"south":{"uv":[11.5,5.5,13.54,6.54],"rotation":270,"texture":"#7"},"west":{"uv":[11.5,5.5,13.54,7.85152],"rotation":270,"texture":"#7"},"up":{"uv":[11.5,5.5,13.85152,6.54],"rotation":270,"texture":"#7"},"down":{"uv":[11.5,5.5,13.85152,6.54],"rotation":270,"texture":"#7"}}},{"from":[6.775,6.6,2.44424],"to":[8.825,7.9,11.55576],"rotation":{"angle":22.5,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[13.5,5.5,15,7.75],"rotation":270,"texture":"#7"},"east":{"uv":[13.5,5.5,15,7.75],"rotation":270,"texture":"#7"},"south":{"uv":[13.5,5.5,15,7.75],"rotation":270,"texture":"#7"},"west":{"uv":[13.5,5.5,15,7.75],"rotation":270,"texture":"#7"},"up":{"uv":[13.5,5.5,15,7.75],"rotation":270,"texture":"#7"},"down":{"uv":[13.5,5.5,15,7.75],"rotation":270,"texture":"#7"}}},{"from":[2.97266,3.5,7],"to":[13.02734,8.5,9],"rotation":{"angle":-22.5,"axis":"y","origin":[8,6,8]},"faces":{"east":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#6"},"west":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#6"},"up":{"uv":[2.5,1.5,12.5,3.5],"texture":"#6"}}},{"from":[7,3.5,2.97266],"to":[9,8.5,13.02734],"rotation":{"angle":45,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#6"},"south":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#6"},"up":{"uv":[2.5,1.5,12.5,3.5],"rotation":90,"texture":"#6"}}},{"from":[7,3.5,2.97266],"to":[9,8.5,13.02734],"rotation":{"angle":22.5,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#6"},"south":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#6"},"up":{"uv":[2.5,1.5,12.5,3.5],"rotation":90,"texture":"#6"}}},{"from":[7.16,8.01,3.73676],"to":[8.84,8.99,12.26324],"rotation":{"angle":45,"axis":"y","origin":[8,8.5,8]},"faces":{"north":{"uv":[9.5,8,10.5,9.7],"rotation":270,"texture":"#6"},"east":{"uv":[9.5,8,10.5,16.54648],"rotation":270,"texture":"#6"},"south":{"uv":[9.5,8,10.5,9.7],"rotation":270,"texture":"#6"},"west":{"uv":[9.5,8,10.5,16.54648],"rotation":270,"texture":"#6"},"up":{"uv":[3.8,1.95352,12.34648,3.45352],"rotation":90,"texture":"#6"}}},{"from":[3.72676,8,7.15],"to":[12.27324,9,8.85],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.5,8]},"faces":{"north":{"uv":[9,7.5,10,16.04648],"rotation":270,"texture":"#6"},"east":{"uv":[9,7.5,10,9.2],"rotation":270,"texture":"#6"},"south":{"uv":[9,7.5,10,16.04648],"rotation":270,"texture":"#6"},"west":{"uv":[9,7.5,10,9.2],"rotation":270,"texture":"#6"},"up":{"uv":[3.8,1.95352,12.34648,3.45352],"rotation":180,"texture":"#6"}}},{"from":[7.135,7.985,3.71176],"to":[8.865,9.015,12.28824],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.5,8]},"faces":{"north":{"uv":[9,8.5,10,10.2],"rotation":270,"texture":"#6"},"east":{"uv":[9,8.5,10,17.04648],"rotation":270,"texture":"#6"},"south":{"uv":[9,8.5,10,10.2],"rotation":270,"texture":"#6"},"west":{"uv":[9,8.5,10,17.04648],"rotation":270,"texture":"#6"},"up":{"uv":[3.8,1.95352,12.34648,3.45352],"rotation":90,"texture":"#6"}}},{"from":[4.28901,8.8559,7.39112],"to":[6.38901,9.9559,8.49112],"rotation":{"angle":0,"axis":"z","origin":[3.87813,8.62524,7.9928]},"faces":{"north":{"uv":[9,8.5,10.5,5.5],"rotation":270,"texture":"#7"},"east":{"uv":[13.5,5.5,12,8.5],"rotation":180,"texture":"#7"},"south":{"uv":[9.5,8.5,8,5.5],"rotation":90,"texture":"#7"},"west":{"uv":[11,6.5,9.5,8],"texture":"#7"},"up":{"uv":[7,8.5,8.5,5.5],"rotation":90,"texture":"#7"},"down":{"uv":[14.5,8.5,16,5.5],"rotation":90,"texture":"#7"}}},{"from":[6.03901,8.9559,7.19112],"to":[7.93901,9.8559,8.09112],"rotation":{"angle":22.5,"axis":"y","origin":[6.98901,9.4059,7.64112]},"faces":{"north":{"uv":[10.5,8.5,9,5.5],"rotation":90,"texture":"#7"},"east":{"uv":[11,6.5,9.5,8],"texture":"#7"},"south":{"uv":[7.5,8.5,9,5.5],"rotation":270,"texture":"#7"},"west":{"uv":[13.5,5.5,12,8.5],"rotation":180,"texture":"#7"},"up":{"uv":[10.5,8.5,12,5.5],"rotation":270,"texture":"#7"},"down":{"uv":[14.5,8.5,16,5.5],"rotation":270,"texture":"#7"}}},{"from":[2.05203,8.26747,7.4421],"to":[5.05203,9.26747,8.4421],"rotation":{"angle":45,"axis":"z","origin":[3.87813,8.62524,7.9928]},"faces":{"north":{"uv":[10.5,6,6,7.5],"texture":"#7"},"east":{"uv":[7,7,11.5,5.5],"rotation":90,"texture":"#7"},"south":{"uv":[10,6,5.5,7.5],"texture":"#7"},"west":{"uv":[7,7,11.5,5.5],"rotation":270,"texture":"#7"},"up":{"uv":[11.5,5.5,7,7],"texture":"#7"},"down":{"uv":[5.5,7,1,8.5],"texture":"#7"}}},{"from":[7.84697,9.09523,4.8421],"to":[8.34697,9.59523,7.8421],"rotation":{"angle":-22.5,"axis":"y","origin":[8.34697,9.59523,6.3421]},"faces":{"north":{"uv":[7,6,7.5,5.5],"rotation":90,"texture":"#7"},"east":{"uv":[8.5,6,5.5,6.5],"texture":"#7"},"south":{"uv":[7,6,7.5,5.5],"rotation":270,"texture":"#7"},"west":{"uv":[9,6,6,6.5],"texture":"#7"},"up":{"uv":[10,5.5,7,6],"rotation":270,"texture":"#7"},"down":{"uv":[4,7,1,7.5],"rotation":90,"texture":"#7"}}},{"from":[2.72985,8.61441,8.47853],"to":[4.32985,9.21441,9.07853],"rotation":{"angle":45,"axis":"z","origin":[3.87813,8.62524,7.2928]},"faces":{"north":{"uv":[10.5,6.5,5.5,5.5],"rotation":180,"texture":"#7"},"east":{"uv":[6,7,11,6],"rotation":90,"texture":"#7"},"south":{"uv":[11,7,6,8],"texture":"#7"},"west":{"uv":[6,7,11,6],"rotation":270,"texture":"#7"},"up":{"uv":[11,6,6,7],"texture":"#7"},"down":{"uv":[10.5,6.5,5.5,7.5],"rotation":180,"texture":"#7"}}},{"from":[0.64615,8.63388,8.80072],"to":[3.24615,10.63388,8.82072],"rotation":{"angle":22.5,"axis":"x","origin":[1.94615,9.63388,8.81072]},"faces":{"north":{"uv":[1,5.5,5.5,9.5],"texture":"#7"},"south":{"uv":[5.5,5.5,1,9.5],"texture":"#7"}}},{"from":[6.53979,8.6805,8.09743],"to":[9.13979,10.6805,8.11743],"rotation":{"angle":45,"axis":"z","origin":[5.42187,8.87524,7.7428]},"faces":{"north":{"uv":[5.5,5.5,1,9.5],"texture":"#7"},"south":{"uv":[1,5.5,5.5,9.5],"texture":"#7"}}},{"from":[1.32907,4.40375,-0.04259],"to":[2.72907,5.20375,0.75741],"rotation":{"angle":22.5,"axis":"y","origin":[4.91991,4.80618,2.24522]},"faces":{"north":{"uv":[0,7,1,8.5],"rotation":270,"texture":"#8"},"east":{"uv":[0,7,1,8.5],"rotation":90,"texture":"#8"},"south":{"uv":[0,7,1,8.5],"rotation":90,"texture":"#8"},"west":{"uv":[0,7,1,8.5],"rotation":90,"texture":"#8"},"up":{"uv":[0,7,1,8.5],"rotation":90,"texture":"#8"},"down":{"uv":[0,7,1,8.5],"rotation":90,"texture":"#8"}}},{"from":[2.37798,7.72091,7.64481],"to":[3.57798,8.32091,8.24481],"rotation":{"angle":22.5,"axis":"z","origin":[3.87813,8.62524,7.9928]},"faces":{"north":{"uv":[12.5,11.1,13.5,9.5],"rotation":90,"texture":"#8"},"east":{"uv":[13.5,9.5,12.5,10.5],"rotation":180,"texture":"#8"},"south":{"uv":[12.5,11.1,13.5,9.5],"rotation":270,"texture":"#8"},"west":{"uv":[13.5,9.5,12.5,11.1],"rotation":180,"texture":"#8"},"up":{"uv":[12.5,11.1,13.5,9.5],"rotation":270,"texture":"#8"},"down":{"uv":[12.5,11.1,13.5,9.5],"rotation":270,"texture":"#8"}}},{"from":[0.48118,4.0586,1.86487],"to":[6.48118,5.0586,2.86487],"rotation":{"angle":-22.5,"axis":"y","origin":[2.31991,4.55618,2.54522]},"faces":{"north":{"uv":[6.5,5.5,15.5,7],"texture":"#7"},"east":{"uv":[4,6,5,7],"rotation":180,"texture":"#7"},"south":{"uv":[7,7,16,8.5],"rotation":180,"texture":"#7"},"west":{"uv":[6,6,16,8],"rotation":180,"texture":"#7"},"up":{"uv":[7,6,15.5,7.5],"texture":"#7"},"down":{"uv":[7,6,16,7.5],"rotation":180,"texture":"#7"}}},{"from":[7.16,8.01,3.73676],"to":[8.84,8.99,12.26324],"rotation":{"angle":0,"axis":"y","origin":[8,8.5,8]},"faces":{"north":{"uv":[9,9,10,10.7],"rotation":270,"texture":"#6"},"east":{"uv":[9,9,10,17.54648],"rotation":270,"texture":"#6"},"south":{"uv":[9,9,10,10.7],"rotation":270,"texture":"#6"},"west":{"uv":[9,9,10,17.54648],"rotation":270,"texture":"#6"},"up":{"uv":[3.8,1.95352,12.34648,3.45352],"rotation":90,"texture":"#6"}}},{"from":[7.15,8,3.72676],"to":[8.85,9,12.27324],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.5,8]},"faces":{"north":{"uv":[9.5,8,10.5,9.7],"rotation":270,"texture":"#6"},"east":{"uv":[9.5,8,10.5,16.54648],"rotation":270,"texture":"#6"},"south":{"uv":[9.5,8,10.5,9.7],"rotation":270,"texture":"#6"},"west":{"uv":[9.5,8,10.5,16.54648],"rotation":270,"texture":"#6"},"up":{"uv":[3.8,1.95352,12.34648,3.45352],"rotation":90,"texture":"#6"}}},{"from":[7.16,8.01,3.73676],"to":[8.84,8.99,12.26324],"rotation":{"angle":-45,"axis":"y","origin":[8,8.5,8]},"faces":{"north":{"uv":[9,9,10,10.7],"rotation":270,"texture":"#6"},"east":{"uv":[9,9,10,17.54648],"rotation":270,"texture":"#6"},"south":{"uv":[9,9,10,10.7],"rotation":270,"texture":"#6"},"west":{"uv":[9,9,10,17.54648],"rotation":270,"texture":"#6"},"up":{"uv":[3.8,1.95352,12.34648,3.45352],"rotation":90,"texture":"#6"}}},{"from":[3.71676,7.99,7.14],"to":[12.28324,9.01,8.86],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.5,8]},"faces":{"north":{"uv":[9.5,8,10.5,16.54648],"rotation":270,"texture":"#6"},"east":{"uv":[9.5,8,10.5,9.7],"rotation":270,"texture":"#6"},"south":{"uv":[9.5,8,10.5,16.54648],"rotation":270,"texture":"#6"},"west":{"uv":[9.5,8,10.5,9.7],"rotation":270,"texture":"#6"},"up":{"uv":[3.8,1.95352,12.34648,3.45352],"rotation":180,"texture":"#6"}}},{"from":[3.73676,8.01,7.16],"to":[12.26324,8.99,8.84],"rotation":{"angle":0,"axis":"y","origin":[8,8.5,8]},"faces":{"north":{"uv":[9.5,8,10.5,16.54648],"rotation":270,"texture":"#6"},"east":{"uv":[9.5,8,10.5,9.7],"rotation":270,"texture":"#6"},"south":{"uv":[9.5,8,10.5,16.54648],"rotation":270,"texture":"#6"},"west":{"uv":[9.5,8,10.5,9.7],"rotation":270,"texture":"#6"},"up":{"uv":[3.8,1.95352,12.34648,3.45352],"rotation":180,"texture":"#6"}}},{"from":[2.97266,3.5,7],"to":[13.02734,8.5,9],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"east":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#6"},"west":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#6"},"up":{"uv":[2.5,1.5,12.5,3.5],"rotation":180,"texture":"#6"}}},{"from":[2.97266,3.5,7],"to":[13.02734,8.5,9],"rotation":{"angle":22.5,"axis":"y","origin":[8,4,8]},"faces":{"east":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#6"},"west":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#6"},"up":{"uv":[2.5,1.5,12.5,3.5],"rotation":180,"texture":"#6"}}},{"from":[7.12243,0.8941,3.29922],"to":[9.58243,1.8541,3.50922],"rotation":{"angle":-45,"axis":"z","origin":[14.47867,5.96758,4.10422]},"faces":{"north":{"uv":[7.5,15,10,14],"rotation":180,"texture":"#7"},"east":{"uv":[7.5,14.25,8.5,14],"rotation":90,"texture":"#7"},"south":{"uv":[7.5,15,10,14],"texture":"#7"},"west":{"uv":[7.5,14.25,8.5,14],"rotation":270,"texture":"#7"},"up":{"uv":[10,14,7.5,14.25],"rotation":180,"texture":"#7"},"down":{"uv":[10,14,7.5,14.25],"rotation":180,"texture":"#7"}}},{"from":[5.23033,7.21967,3.25],"to":[8.73033,8.21967,4.75],"rotation":{"angle":22.5,"axis":"z","origin":[6.98033,7.71967,4.5]},"faces":{"north":{"uv":[8,6,11.5,7],"texture":"#7"},"east":{"uv":[8,6,9.5,7],"texture":"#7"},"south":{"uv":[8,6,11.5,7],"rotation":180,"texture":"#7"},"west":{"uv":[8,6,9.5,7],"texture":"#7"},"up":{"uv":[8,6,11.5,7.5],"texture":"#7"},"down":{"uv":[8,6,11.5,7.5],"rotation":180,"texture":"#7"}}},{"from":[6,5.2,2.5],"to":[7,8.7,5],"rotation":{"angle":45,"axis":"z","origin":[6.5,7.7,3.75]},"faces":{"north":{"uv":[8,6,11.5,7],"rotation":270,"texture":"#7"},"east":{"uv":[6.5,5.5,9,7],"rotation":90,"texture":"#7"},"south":{"uv":[8,6,11.5,7],"rotation":270,"texture":"#7"},"west":{"uv":[9.5,5.5,13,8],"rotation":270,"texture":"#7"},"up":{"uv":[8.5,5.5,11,6.5],"rotation":90,"texture":"#7"},"down":{"uv":[8,6,10.5,7],"rotation":90,"texture":"#7"}}},{"from":[13.89612,4.56759,5.32768],"to":[14.27612,4.94759,9.20768],"rotation":{"angle":-45,"axis":"x","origin":[13.54112,8.56496,9.47422]},"faces":{"north":{"uv":[3,12,7.5,12.5],"rotation":90,"texture":"#3"},"east":{"uv":[7.5,12.5,3,12],"rotation":180,"texture":"#3"},"south":{"uv":[3,12,4,13],"rotation":270,"texture":"#3"},"west":{"uv":[7.5,12.5,3,12],"texture":"#3"},"up":{"uv":[3,12,7.5,12.5],"rotation":270,"texture":"#3"},"down":{"uv":[3,12,7.5,12.5],"rotation":90,"texture":"#3"}}},{"from":[14.00612,3.35002,9.1312],"to":[14.21612,4.31002,11.5912],"rotation":{"angle":-22.5,"axis":"x","origin":[13.54112,8.56496,9.47422]},"faces":{"north":{"uv":[7.5,14,8.5,14.25],"rotation":90,"texture":"#3"},"east":{"uv":[10,15,7.5,14],"rotation":180,"texture":"#3"},"south":{"uv":[7.5,14,8.5,14.25],"rotation":270,"texture":"#3"},"west":{"uv":[10,15,7.5,14],"texture":"#3"},"up":{"uv":[7.5,14,10,14.25],"rotation":270,"texture":"#3"},"down":{"uv":[7.5,14,10,14.25],"rotation":90,"texture":"#3"}}},{"from":[13.98612,5.48241,11.75971],"to":[14.23612,7.98241,14.25971],"rotation":{"angle":0,"axis":"x","origin":[13.54112,8.56496,9.47422]},"faces":{"north":{"uv":[2.5,2.5,5,2.75],"rotation":270,"texture":"#3"},"east":{"uv":[2.5,0.5,5,3],"rotation":270,"texture":"#3"},"south":{"uv":[2.5,0.5,5,0.75],"rotation":270,"texture":"#3"},"west":{"uv":[2.5,0.5,5,3],"texture":"#3"},"up":{"uv":[2.5,0.5,5,0.75],"rotation":90,"texture":"#3"},"down":{"uv":[2.5,2.5,5,2.75],"rotation":270,"texture":"#3"}}},{"from":[14.00612,5.35505,11.18057],"to":[14.21612,7.81505,12.14057],"rotation":{"angle":22.5,"axis":"x","origin":[13.54112,8.56496,9.47422]},"faces":{"north":{"uv":[7.5,14,10,14.25],"rotation":90,"texture":"#3"},"east":{"uv":[10,15,7.5,14],"rotation":270,"texture":"#3"},"south":{"uv":[7.5,14,10,14.25],"rotation":90,"texture":"#3"},"west":{"uv":[10,15,7.5,14],"rotation":270,"texture":"#3"},"up":{"uv":[7.5,14,8.5,14.25],"rotation":270,"texture":"#3"},"down":{"uv":[7.5,14,8.5,14.25],"rotation":270,"texture":"#3"}}},{"from":[13.99612,3.82918,4.83482],"to":[14.22612,5.80918,9.81482],"rotation":{"angle":-45,"axis":"x","origin":[13.54112,8.56496,9.47422]},"faces":{"north":{"uv":[7.5,14,9.5,14.25],"rotation":90,"texture":"#3"},"east":{"uv":[12.5,16,7.5,14],"rotation":180,"texture":"#3"},"south":{"uv":[7.5,14,9.5,14.25],"rotation":270,"texture":"#3"},"west":{"uv":[12.5,16,7.5,14],"texture":"#3"},"up":{"uv":[7.5,14,12.5,14.25],"rotation":270,"texture":"#3"},"down":{"uv":[7.5,14,12.5,14.25],"rotation":90,"texture":"#3"}}},{"from":[12.84612,13.27891,9.76351],"to":[13.09612,15.77891,12.26351],"rotation":{"angle":-45,"axis":"x","origin":[13.54112,9.81496,10.97422]},"faces":{"north":{"uv":[2.5,2.5,5,2.75],"rotation":270,"texture":"#3"},"east":{"uv":[5,3,2.5,0.5],"rotation":90,"texture":"#3"},"south":{"uv":[2.5,0.5,5,0.75],"rotation":270,"texture":"#3"},"west":{"uv":[5,3,2.5,0.5],"rotation":180,"texture":"#3"},"up":{"uv":[2.5,0.5,5,0.75],"rotation":90,"texture":"#3"},"down":{"uv":[2.5,2.5,5,2.75],"rotation":270,"texture":"#3"}}},{"from":[12.86612,8.74711,7.84304],"to":[13.07612,11.20711,8.80304],"rotation":{"angle":22.5,"axis":"x","origin":[13.54112,9.81496,10.97422]},"faces":{"north":{"uv":[7.5,14,10,14.25],"rotation":90,"texture":"#3"},"east":{"uv":[10,15,7.5,14],"rotation":270,"texture":"#3"},"south":{"uv":[7.5,14,10,14.25],"rotation":90,"texture":"#3"},"west":{"uv":[10,15,7.5,14],"rotation":270,"texture":"#3"},"up":{"uv":[7.5,14,8.5,14.25],"rotation":270,"texture":"#3"},"down":{"uv":[7.5,14,8.5,14.25],"rotation":270,"texture":"#3"}}},{"from":[12.85612,5.33247,6.62874],"to":[13.08612,12.31247,8.60874],"rotation":{"angle":0,"axis":"x","origin":[13.54112,9.81496,10.97422]},"faces":{"north":{"uv":[7.5,14,14.5,14.25],"rotation":90,"texture":"#3"},"east":{"uv":[7.5,14,14.5,16],"rotation":90,"texture":"#3"},"south":{"uv":[7.5,14,14.5,14.25],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,14,14.5,16],"rotation":90,"texture":"#3"},"up":{"uv":[7.5,14,9.5,14.25],"rotation":270,"texture":"#3"},"down":{"uv":[7.5,14,9.5,14.25],"rotation":270,"texture":"#3"}}},{"from":[12.81612,5.17777,7.48398],"to":[13.17612,11.53777,7.84398],"rotation":{"angle":0,"axis":"x","origin":[13.54112,9.81496,10.97422]},"faces":{"north":{"uv":[0,12,9,12.5],"rotation":90,"texture":"#3"},"east":{"uv":[0,12,9,12.5],"rotation":90,"texture":"#3"},"south":{"uv":[0,12,9,12.5],"rotation":90,"texture":"#3"},"west":{"uv":[0,12,9,12.5],"rotation":90,"texture":"#3"},"up":{"uv":[0,12,1,13],"rotation":270,"texture":"#3"},"down":{"uv":[0,12,9,12.5],"rotation":270,"texture":"#3"}}},{"from":[13.34612,4.52529,9.41345],"to":[13.57612,12.50529,11.39345],"rotation":{"angle":22.5,"axis":"x","origin":[13.54112,9.81496,10.22422]},"faces":{"north":{"uv":[7.5,14,15.5,14.25],"rotation":90,"texture":"#3"},"east":{"uv":[15.5,16,7.5,14],"rotation":270,"texture":"#3"},"south":{"uv":[7.5,14,15.5,14.25],"rotation":90,"texture":"#3"},"west":{"uv":[15.5,16,7.5,14],"rotation":270,"texture":"#3"},"up":{"uv":[7.5,14,9.5,14.25],"rotation":270,"texture":"#3"},"down":{"uv":[7.5,14,9.5,14.25],"rotation":270,"texture":"#3"}}},{"from":[13.35612,8.79427,10.6872],"to":[13.56612,9.75427,13.1472],"rotation":{"angle":-45,"axis":"x","origin":[13.54112,9.81496,10.22422]},"faces":{"north":{"uv":[7.5,14,8.5,14.25],"rotation":90,"texture":"#3"},"east":{"uv":[10,15,7.5,14],"rotation":180,"texture":"#3"},"south":{"uv":[7.5,14,8.5,14.25],"rotation":270,"texture":"#3"},"west":{"uv":[10,15,7.5,14],"texture":"#3"},"up":{"uv":[7.5,14,10,14.25],"rotation":270,"texture":"#3"},"down":{"uv":[7.5,14,10,14.25],"rotation":90,"texture":"#3"}}},{"from":[13.33612,10.91585,11.64929],"to":[13.58612,13.41585,14.14929],"rotation":{"angle":-22.5,"axis":"x","origin":[13.54112,9.81496,10.22422]},"faces":{"north":{"uv":[2.5,2.5,5,2.75],"rotation":270,"texture":"#3"},"east":{"uv":[5,3,2.5,0.5],"rotation":90,"texture":"#3"},"south":{"uv":[2.5,0.5,5,0.75],"rotation":270,"texture":"#3"},"west":{"uv":[5,3,2.5,0.5],"rotation":180,"texture":"#3"},"up":{"uv":[2.5,0.5,5,0.75],"rotation":90,"texture":"#3"},"down":{"uv":[2.5,2.5,5,2.75],"rotation":270,"texture":"#3"}}},{"from":[13.35612,10.14077,9.53472],"to":[13.56612,12.60077,10.49472],"rotation":{"angle":0,"axis":"x","origin":[13.54112,9.81496,10.22422]},"faces":{"north":{"uv":[7.5,14,10,14.25],"rotation":90,"texture":"#3"},"east":{"uv":[7.5,14,10,15],"rotation":90,"texture":"#3"},"south":{"uv":[7.5,14,10,14.25],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,14,10,15],"rotation":90,"texture":"#3"},"up":{"uv":[7.5,14,8.5,14.25],"rotation":270,"texture":"#3"},"down":{"uv":[7.5,14,8.5,14.25],"rotation":270,"texture":"#3"}}},{"from":[13.29612,2.66058,10.25868],"to":[13.67612,11.04058,10.63868],"rotation":{"angle":22.5,"axis":"x","origin":[13.54112,9.81496,10.22422]},"faces":{"north":{"uv":[0,12,9,12.5],"rotation":90,"texture":"#3"},"east":{"uv":[9,12.5,0,12],"rotation":270,"texture":"#3"},"south":{"uv":[0,12,9,12.5],"rotation":90,"texture":"#3"},"west":{"uv":[9,12.5,0,12],"rotation":270,"texture":"#3"},"up":{"uv":[0,12,1,13],"rotation":270,"texture":"#3"},"down":{"uv":[0,12,9,12.5],"rotation":270,"texture":"#3"}}},{"from":[2.17412,7.41592,6.37812],"to":[4.17412,7.91592,8.37812],"rotation":{"angle":22.5,"axis":"z","origin":[3.06478,6.2375,7.17386]},"faces":{"north":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#7"},"east":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#7"},"south":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#7"},"west":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#7"},"up":{"uv":[8.5,6.5,9.5,7],"rotation":270,"texture":"#7"},"down":{"uv":[8.5,6.5,9.5,7],"rotation":90,"texture":"#7"}}},{"from":[6.10118,5.47524,2.7604],"to":[6.60118,6.27524,3.3604],"rotation":{"angle":22.5,"axis":"z","origin":[6.35118,5.87524,3.0604]},"faces":{"north":{"uv":[8.5,5.5,9.5,6.5],"rotation":270,"texture":"#7"},"east":{"uv":[8.5,5.5,9.5,6.5],"rotation":270,"texture":"#7"},"south":{"uv":[8.5,5.5,9.5,6.5],"rotation":270,"texture":"#7"},"west":{"uv":[8.5,5.5,9.5,6.5],"rotation":270,"texture":"#7"},"up":{"uv":[8.5,5.5,9.5,6.5],"rotation":180,"texture":"#7"},"down":{"uv":[8.5,5.5,9.5,6.5],"texture":"#7"}}},{"from":[5.84713,6.03977,2.75744],"to":[6.44713,6.83977,3.55744],"rotation":{"angle":-22.5,"axis":"z","origin":[6.19025,6.10293,3.10892]},"faces":{"north":{"uv":[10,5.5,11,6.5],"rotation":180,"texture":"#7"},"east":{"uv":[10,5.5,11,6.5],"rotation":180,"texture":"#7"},"south":{"uv":[10,5.5,11,6.5],"rotation":180,"texture":"#7"},"west":{"uv":[10,5.5,11,6.5],"rotation":180,"texture":"#7"},"up":{"uv":[10,6,11,6.5],"rotation":90,"texture":"#7"},"down":{"uv":[10,5.5,11,6.5],"rotation":270,"texture":"#7"}}},{"from":[6.39422,6.22419,2.60712],"to":[7.19422,6.87419,3.40712],"rotation":{"angle":22.5,"axis":"z","origin":[6.17226,6.32729,3.08228]},"faces":{"north":{"uv":[10.5,6,11.5,7],"texture":"#7"},"east":{"uv":[10.5,6,11,7],"texture":"#7"},"south":{"uv":[10.5,6,11.5,7],"rotation":270,"texture":"#7"},"west":{"uv":[10.5,6,11.5,7],"texture":"#7"},"up":{"uv":[10.5,6,11.5,7],"rotation":270,"texture":"#7"},"down":{"uv":[10.5,6,11.5,7],"rotation":270,"texture":"#7"}}},{"from":[2.57464,7.04925,5.85712],"to":[3.22464,7.84925,6.65712],"rotation":{"angle":0,"axis":"y","origin":[2.53522,7.2375,6.17386]},"faces":{"north":{"uv":[10.5,7,11.5,6],"rotation":90,"texture":"#7"},"east":{"uv":[11.5,6,10.5,7],"rotation":180,"texture":"#7"},"south":{"uv":[11.5,6,10.5,7],"rotation":180,"texture":"#7"},"west":{"uv":[11.5,6,10.5,7],"rotation":180,"texture":"#7"},"up":{"uv":[10.5,7,11,6],"rotation":270,"texture":"#7"},"down":{"uv":[10.5,7,11.5,6],"rotation":270,"texture":"#7"}}},{"from":[2.64312,6.52719,6.00744],"to":[3.24312,7.32719,6.80744],"rotation":{"angle":-22.5,"axis":"z","origin":[2.53522,7.2375,6.42386]},"faces":{"north":{"uv":[11,5.5,10,6.5],"rotation":180,"texture":"#7"},"east":{"uv":[11,5.5,10,6.5],"rotation":180,"texture":"#7"},"south":{"uv":[11,5.5,10,6.5],"rotation":180,"texture":"#7"},"west":{"uv":[11,5.5,10,6.5],"rotation":180,"texture":"#7"},"up":{"uv":[10,6.5,11,6],"rotation":90,"texture":"#7"},"down":{"uv":[10,6.5,11,5.5],"rotation":270,"texture":"#7"}}},{"from":[2.95895,6.05151,6.0104],"to":[3.45895,6.85151,6.6104],"rotation":{"angle":-45,"axis":"z","origin":[2.53522,7.2375,6.42386]},"faces":{"north":{"uv":[8.5,6.5,9.5,5.5],"rotation":270,"texture":"#7"},"east":{"uv":[8.5,6.5,9.5,5.5],"rotation":270,"texture":"#7"},"south":{"uv":[8.5,6.5,9.5,5.5],"rotation":270,"texture":"#7"},"west":{"uv":[8.5,6.5,9.5,5.5],"rotation":270,"texture":"#7"},"up":{"uv":[9.5,5.5,8.5,6.5],"rotation":180,"texture":"#7"},"down":{"uv":[9.5,5.5,8.5,6.5],"texture":"#7"}}},{"from":[0.95693,5.26571,5.70459],"to":[1.98693,6.29571,6.73459],"rotation":{"angle":22.5,"axis":"z","origin":[2.28522,6.9875,6.42386]},"faces":{"north":{"uv":[0,1.5,1.5,0],"rotation":90,"texture":"#7"},"east":{"uv":[0,1.5,1.5,0],"rotation":90,"texture":"#7"},"south":{"uv":[0,1.5,1.5,0],"rotation":90,"texture":"#7"},"west":{"uv":[0,1.5,1.5,0],"rotation":90,"texture":"#7"},"up":{"uv":[1.5,0,0,1.5],"texture":"#7"},"down":{"uv":[1.5,0,0,1.5],"rotation":180,"texture":"#7"}}},{"from":[2.97266,3.5,7],"to":[13.02734,8.5,9],"rotation":{"angle":45,"axis":"y","origin":[8,6,8]},"faces":{"east":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#6"},"west":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#6"},"up":{"uv":[2.5,1.5,12.5,3.5],"rotation":180,"texture":"#6"}}},{"from":[7,3.5,2.97266],"to":[9,8.5,13.02734],"rotation":{"angle":-22.5,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#6"},"south":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#6"},"up":{"uv":[2.5,1.5,12.5,3.5],"rotation":90,"texture":"#6"}}},{"from":[7,3.5,2.97266],"to":[9,8.5,13.02734],"rotation":{"angle":0,"axis":"y","origin":[8,4,8]},"faces":{"north":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#6"},"south":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#6"},"up":{"uv":[2.5,1.5,12.5,3.5],"rotation":90,"texture":"#6"}}},{"from":[5.5,0.75,-5.56835],"to":[10.5,1.75,-0.56835],"rotation":{"angle":45,"axis":"y","origin":[8,-4.45951,8]},"faces":{"north":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"east":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"south":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"west":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"up":{"uv":[5,7.5,0,12.5],"rotation":270,"texture":"#6"},"down":{"uv":[7,7.5,2,12.5],"rotation":90,"texture":"#6"}}},{"from":[-4.55835,0.76,5.51],"to":[-0.57835,1.74,10.49],"rotation":{"angle":-22.5,"axis":"y","origin":[8,-4.45951,8]},"faces":{"north":{"uv":[3,7.5,2,11.5],"rotation":90,"texture":"#6"},"east":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"south":{"uv":[3,7.5,2,11.5],"rotation":90,"texture":"#6"},"west":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"up":{"uv":[0,12.5,4,7.5],"texture":"#6"},"down":{"uv":[2,12.5,6,7.5],"texture":"#6"}}},{"from":[-2.04468,2.01,6.01],"to":[17.95532,3.49,9.99],"rotation":{"angle":22.5,"axis":"y","origin":[8,7.70951,8]},"faces":{"east":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#6"},"west":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#6"},"up":{"uv":[0,0.5,16,4.48],"rotation":180,"texture":"#6"},"down":{"uv":[0,0.5,16,4.5],"rotation":180,"texture":"#6"}}},{"from":[-4.55835,0.76,5.51],"to":[-0.57835,1.74,10.49],"rotation":{"angle":22.5,"axis":"y","origin":[8,-4.45951,8]},"faces":{"north":{"uv":[3,7.5,2,11.5],"rotation":90,"texture":"#6"},"east":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"south":{"uv":[3,7.5,2,11.5],"rotation":90,"texture":"#6"},"west":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"up":{"uv":[0,12.5,4,7.5],"texture":"#6"},"down":{"uv":[2,12.5,6,7.5],"texture":"#6"}}},{"from":[-5.56835,0.75,5.5],"to":[-0.56835,1.75,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,-4.45951,8]},"faces":{"north":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"east":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"south":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"west":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"up":{"uv":[0,12.5,5,7.5],"texture":"#6"},"down":{"uv":[2,12.5,7,7.5],"texture":"#6"}}},{"from":[5,1.75,-7.08202],"to":[11,2.75,-3.08202],"rotation":{"angle":45,"axis":"y","origin":[8,8.95951,8]},"faces":{"north":{"uv":[0,6.5,1,12.5],"rotation":90,"texture":"#6"},"up":{"uv":[0,6.5,4,12.5],"rotation":90,"texture":"#6"},"down":{"uv":[0,6.5,4,12.5],"rotation":270,"texture":"#6"}}},{"from":[-7.07202,1.76,5.01],"to":[-3.09202,2.74,10.99],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.95951,8]},"faces":{"west":{"uv":[0,6.5,1,12.5],"rotation":90,"texture":"#6"},"up":{"uv":[0,6.5,5,12.5],"texture":"#6"},"down":{"uv":[0,6.5,5,12.5],"texture":"#6"}}},{"from":[-7.08202,1.75,5],"to":[-3.08202,2.75,11],"rotation":{"angle":0,"axis":"y","origin":[8,8.95951,8]},"faces":{"west":{"uv":[0,6.5,1,12.5],"rotation":90,"texture":"#6"},"up":{"uv":[0,6.5,4,12.5],"texture":"#6"},"down":{"uv":[0,6.5,4,12.5],"texture":"#6"}}},{"from":[-7.07202,1.76,5.01],"to":[-3.09202,2.74,10.99],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.95951,8]},"faces":{"west":{"uv":[0,6.5,1,12.5],"rotation":90,"texture":"#6"},"up":{"uv":[0,6.5,5,12.5],"texture":"#6"},"down":{"uv":[0,6.5,5,12.5],"texture":"#6"}}},{"from":[5.01,1.76,19.09202],"to":[10.99,2.74,23.07202],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.95951,8]},"faces":{"south":{"uv":[0,6.5,1,12.5],"rotation":90,"texture":"#6"},"up":{"uv":[0,6.5,5,12.5],"rotation":270,"texture":"#6"},"down":{"uv":[0,6.5,5,12.5],"rotation":90,"texture":"#6"}}},{"from":[5,1.75,19.08202],"to":[11,2.75,23.08202],"rotation":{"angle":0,"axis":"y","origin":[8,8.95951,8]},"faces":{"south":{"uv":[0,6.5,1,12.5],"rotation":90,"texture":"#6"},"up":{"uv":[0,6.5,4,12.5],"rotation":270,"texture":"#6"},"down":{"uv":[0,6.5,4,12.5],"rotation":90,"texture":"#6"}}},{"from":[5.01,1.76,19.09202],"to":[10.99,2.74,23.07202],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.95951,8]},"faces":{"south":{"uv":[0,6.5,1,12.5],"rotation":90,"texture":"#6"},"up":{"uv":[0,6.5,5,12.5],"rotation":270,"texture":"#6"},"down":{"uv":[0,6.5,5,12.5],"rotation":90,"texture":"#6"}}},{"from":[-7.08202,1.75,5],"to":[-3.08202,2.75,11],"rotation":{"angle":45,"axis":"y","origin":[8,8.95951,8]},"faces":{"west":{"uv":[0,6.5,1,12.5],"rotation":90,"texture":"#6"},"up":{"uv":[0,6.5,4,12.5],"texture":"#6"},"down":{"uv":[0,6.5,4,12.5],"texture":"#6"}}},{"from":[5.5,0.75,16.56835],"to":[10.5,1.75,21.56835],"rotation":{"angle":0,"axis":"y","origin":[8,-4.45951,8]},"faces":{"north":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"east":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"south":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"west":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"up":{"uv":[5,7.5,0,12.5],"rotation":90,"texture":"#6"},"down":{"uv":[7,7.5,2,12.5],"rotation":270,"texture":"#6"}}},{"from":[5.51,0.76,16.57835],"to":[10.49,1.74,20.55835],"rotation":{"angle":22.5,"axis":"y","origin":[8,-4.45951,8]},"faces":{"north":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"east":{"uv":[3,7.5,2,11.5],"rotation":90,"texture":"#6"},"south":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"west":{"uv":[3,7.5,2,11.5],"rotation":90,"texture":"#6"},"up":{"uv":[4,7.5,0,12.5],"rotation":90,"texture":"#6"},"down":{"uv":[6,7.5,2,12.5],"rotation":270,"texture":"#6"}}},{"from":[5.51,0.76,16.57835],"to":[10.49,1.74,20.55835],"rotation":{"angle":-22.5,"axis":"y","origin":[8,-4.45951,8]},"faces":{"north":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"east":{"uv":[3,7.5,2,11.5],"rotation":90,"texture":"#6"},"south":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"west":{"uv":[3,7.5,2,11.5],"rotation":90,"texture":"#6"},"up":{"uv":[4,7.5,0,12.5],"rotation":90,"texture":"#6"},"down":{"uv":[6,7.5,2,12.5],"rotation":270,"texture":"#6"}}},{"from":[-5.56835,0.75,5.5],"to":[-0.56835,1.75,10.5],"rotation":{"angle":45,"axis":"y","origin":[8,-4.45951,8]},"faces":{"north":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"east":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"south":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"west":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"up":{"uv":[0,12.5,5,7.5],"texture":"#6"},"down":{"uv":[2,12.5,7,7.5],"texture":"#6"}}},{"from":[5.97266,2,-1.97266],"to":[9.97266,3.5,18.02734],"rotation":{"angle":22.5,"axis":"y","origin":[7.95333,3,8.01933]},"faces":{"north":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#6"},"south":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#6"},"up":{"uv":[0,0,16,3.98],"rotation":270,"texture":"#6"},"down":{"uv":[0,0.5,16,4.48],"rotation":270,"texture":"#6"}}},{"from":[-2.08468,1.97,5.97],"to":[17.97532,3.53,10.03],"rotation":{"angle":45,"axis":"y","origin":[8,7.70951,8]},"faces":{"east":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#6"},"west":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#6"},"up":{"uv":[0,0,16,4],"rotation":180,"texture":"#6"},"down":{"uv":[0,0,16,4],"rotation":180,"texture":"#6"}}},{"from":[5.95333,1.99,-1.99651],"to":[9.95333,3.49,18.02349],"rotation":{"angle":0,"axis":"y","origin":[7.95333,3,8.01933]},"faces":{"north":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#6"},"south":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#6"},"up":{"uv":[0,0.5,16,4.48],"rotation":270,"texture":"#6"},"down":{"uv":[0,0.5,16,4.48],"rotation":270,"texture":"#6"}}},{"from":[-2.06468,1.99,5.99],"to":[17.95532,3.51,10.01],"rotation":{"angle":0,"axis":"y","origin":[8,7.70951,8]},"faces":{"east":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#6"},"west":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#6"},"up":{"uv":[0,0.5,16,4.48],"rotation":180,"texture":"#6"},"down":{"uv":[0,0.5,16,4.5],"rotation":180,"texture":"#6"}}},{"from":[-2.05468,2,6],"to":[17.94532,3.5,10],"rotation":{"angle":-22.5,"axis":"y","origin":[7.94532,3,8]},"faces":{"east":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#6"},"west":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#6"},"up":{"uv":[0,0.5,16,4.48],"rotation":180,"texture":"#6"},"down":{"uv":[0,0,16,4],"rotation":180,"texture":"#6"}}},{"from":[-2.07468,1.98,5.98],"to":[17.96532,3.52,10.02],"rotation":{"angle":-45,"axis":"y","origin":[7.94532,3,8]},"faces":{"east":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#6"},"west":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#6"},"up":{"uv":[0,0.5,16,4.5],"rotation":180,"texture":"#6"},"down":{"uv":[0,0,16,4],"rotation":180,"texture":"#6"}}},{"from":[5.5,0.75,16.56835],"to":[10.5,1.75,21.56835],"rotation":{"angle":45,"axis":"y","origin":[8,-4.45951,8]},"faces":{"north":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"east":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"south":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"west":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"up":{"uv":[5,7.5,0,12.5],"rotation":90,"texture":"#6"},"down":{"uv":[7,7.5,2,12.5],"rotation":270,"texture":"#6"}}},{"from":[16.57835,0.76,5.51],"to":[20.55835,1.74,10.49],"rotation":{"angle":-22.5,"axis":"y","origin":[8,-4.45951,8]},"faces":{"north":{"uv":[3,7.5,2,11.5],"rotation":90,"texture":"#6"},"east":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"south":{"uv":[3,7.5,2,11.5],"rotation":90,"texture":"#6"},"west":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"up":{"uv":[0,12.5,4,7.5],"rotation":180,"texture":"#6"},"down":{"uv":[2,12.5,6,7.5],"rotation":180,"texture":"#6"}}},{"from":[-0.68901,4.76321,1.54061],"to":[-0.43901,6.76321,3.54061],"rotation":{"angle":45,"axis":"y","origin":[0.30832,5.48967,2.96351]},"faces":{"north":{"uv":[6.5,0,6.75,2],"texture":"#8"},"east":{"uv":[5.5,0,7.5,2],"texture":"#8"},"south":{"uv":[8.5,0.5,8.75,2.5],"texture":"#8"},"west":{"uv":[5.5,0,7.5,2],"texture":"#8"},"up":{"uv":[5.5,0,7.5,0.25],"rotation":270,"texture":"#8"},"down":{"uv":[7.5,4,8.35,4.85],"rotation":90,"texture":"#8"}}},{"from":[2.71856,4.76321,1.07532],"to":[2.96856,6.76321,3.07532],"rotation":{"angle":45,"axis":"y","origin":[0.89356,5.96322,2.07281]},"faces":{"north":{"uv":[8.5,0.5,8.75,2.5],"texture":"#8"},"east":{"uv":[5.5,0,7.5,2],"texture":"#8"},"south":{"uv":[6.5,0,6.75,2],"texture":"#8"},"west":{"uv":[5.5,0,7.5,2],"texture":"#8"},"up":{"uv":[5.5,0,7.5,0.25],"rotation":90,"texture":"#8"},"down":{"uv":[7.5,4,8.35,4.85],"rotation":270,"texture":"#8"}}},{"from":[-0.22468,4.76321,-0.06856],"to":[1.77532,6.76321,0.18144],"rotation":{"angle":45,"axis":"y","origin":[0.77281,5.96322,2.00644]},"faces":{"north":{"uv":[5.5,0,7.5,2],"texture":"#8"},"east":{"uv":[6.5,0,6.75,2],"texture":"#8"},"south":{"uv":[5.5,0,7.5,2],"texture":"#8"},"west":{"uv":[8.5,0.5,8.75,2.5],"texture":"#8"},"up":{"uv":[5.5,0,7.5,0.25],"texture":"#8"},"down":{"uv":[7.5,4,8.35,4.85],"texture":"#8"}}},{"from":[0.12194,4.76321,4.50043],"to":[2.12194,6.76321,4.75043],"rotation":{"angle":45,"axis":"y","origin":[0.00832,5.48967,2.96351]},"faces":{"north":{"uv":[5.5,0,7.5,2],"texture":"#8"},"east":{"uv":[8.5,0.5,8.75,2.5],"texture":"#8"},"south":{"uv":[5.5,0,7.5,2],"texture":"#8"},"west":{"uv":[6.5,0,6.75,2],"texture":"#8"},"up":{"uv":[5.5,0,7.5,0.25],"rotation":180,"texture":"#8"},"down":{"uv":[7.5,4,8.35,4.85],"rotation":180,"texture":"#8"}}},{"from":[-2.32984,4.65619,0.42703],"to":[0.67016,4.90619,3.42703],"rotation":{"angle":-22.5,"axis":"z","origin":[0.55832,5.48967,2.96351]},"faces":{"north":{"uv":[7.5,4,10.5,4.25],"texture":"#8"},"east":{"uv":[7.5,4,10.5,4.25],"texture":"#8"},"south":{"uv":[7.5,2.5,10.5,2.75],"texture":"#8"},"west":{"uv":[7.5,2,10.5,2.25],"texture":"#8"},"up":{"uv":[6,2,9,5],"rotation":270,"texture":"#8"},"down":{"uv":[3.5,2,6.5,5],"rotation":270,"texture":"#8"}}},{"from":[1.1,5.05,0.55],"to":[4.1,5.3,3.55],"rotation":{"angle":22.5,"axis":"z","origin":[2.1,5.175,1.55]},"faces":{"north":{"uv":[7.5,2.5,10.5,2.75],"texture":"#8"},"east":{"uv":[7.5,2,10.5,2.25],"texture":"#8"},"south":{"uv":[7.5,4,10.5,4.25],"texture":"#8"},"west":{"uv":[7.5,4,10.5,4.25],"texture":"#8"},"up":{"uv":[6,2,9,5],"rotation":90,"texture":"#8"},"down":{"uv":[3.5,2,6.5,5],"rotation":90,"texture":"#8"}}},{"from":[-0.78336,4.85831,2.11372],"to":[2.21664,5.10831,5.11372],"rotation":{"angle":-22.5,"axis":"x","origin":[0.10832,5.48967,2.71351]},"faces":{"north":{"uv":[7.5,4,10.5,4.25],"texture":"#8"},"east":{"uv":[7.5,2.5,10.5,2.75],"texture":"#8"},"south":{"uv":[7.5,2,10.5,2.25],"texture":"#8"},"west":{"uv":[7.5,4,10.5,4.25],"texture":"#8"},"up":{"uv":[6,2,9,5],"rotation":180,"texture":"#8"},"down":{"uv":[3.5,2,6.5,5],"texture":"#8"}}},{"from":[-0.75,5.05,-1.3],"to":[2.25,5.3,1.7],"rotation":{"angle":22.5,"axis":"x","origin":[0.25,5.175,0.7]},"faces":{"north":{"uv":[7.5,2,10.5,2.25],"texture":"#8"},"east":{"uv":[7.5,4,10.5,4.25],"texture":"#8"},"south":{"uv":[7.5,4,10.5,4.25],"texture":"#8"},"west":{"uv":[7.5,2.5,10.5,2.75],"texture":"#8"},"up":{"uv":[6,2,9,5],"texture":"#8"},"down":{"uv":[3.5,2,6.5,5],"rotation":180,"texture":"#8"}}},{"from":[0.05,4.25,1.3],"to":[1.45,6.05,2.7],"rotation":{"angle":-22.5,"axis":"x","origin":[0.75,5.15,2]},"faces":{"north":{"uv":[1,13.5,2.5,15],"texture":"#4"},"east":{"uv":[1,13.5,2.5,15],"texture":"#4"},"south":{"uv":[1,13.5,2.5,15],"texture":"#4"},"west":{"uv":[1,13.5,2.5,15],"texture":"#4"},"up":{"uv":[1,13.5,2.5,15],"texture":"#4"},"down":{"uv":[1,13.5,2.5,15],"texture":"#4"}}},{"from":[-1.68469,4.6,1.55469],"to":[1.31531,4.85,3.55469],"rotation":{"angle":45,"axis":"y","origin":[0.30832,5.48967,2.96351]},"faces":{"north":{"uv":[2.5,13,3,13.5],"rotation":270,"texture":"#4"},"east":{"uv":[2.5,13,3,13.5],"rotation":270,"texture":"#4"},"south":{"uv":[2.5,13,3,13.5],"rotation":270,"texture":"#4"},"west":{"uv":[2.5,13,3,13.5],"rotation":270,"texture":"#4"},"up":{"uv":[2.5,13,3,13.5],"rotation":270,"texture":"#4"},"down":{"uv":[2.5,13,3,13.5],"rotation":270,"texture":"#4"}}},{"from":[0.95,4.6,1.05],"to":[3.95,4.85,3.05],"rotation":{"angle":45,"axis":"y","origin":[0.9,6.375,2.05]},"faces":{"north":{"uv":[2.5,13,3,13.5],"rotation":90,"texture":"#4"},"east":{"uv":[2.5,13,3,13.5],"rotation":90,"texture":"#4"},"south":{"uv":[2.5,13,3,13.5],"rotation":90,"texture":"#4"},"west":{"uv":[2.5,13,3,13.5],"rotation":90,"texture":"#4"},"up":{"uv":[2.5,13,3,13.5],"rotation":90,"texture":"#4"},"down":{"uv":[2.5,13,3,13.5],"rotation":90,"texture":"#4"}}},{"from":[0.13602,4.6,2.74611],"to":[2.13602,4.85,5.74611],"rotation":{"angle":45,"axis":"y","origin":[0.00832,5.48967,2.96351]},"faces":{"north":{"uv":[2.5,13,3,13.5],"rotation":180,"texture":"#4"},"east":{"uv":[2.5,13,3,13.5],"rotation":180,"texture":"#4"},"south":{"uv":[2.5,13,3,13.5],"rotation":180,"texture":"#4"},"west":{"uv":[2.5,13,3,13.5],"rotation":180,"texture":"#4"},"up":{"uv":[2.5,13,3,13.5],"rotation":180,"texture":"#4"},"down":{"uv":[2.5,13,3,13.5],"rotation":180,"texture":"#4"}}},{"from":[-0.25,4.6,-1.05],"to":[1.75,4.85,1.95],"rotation":{"angle":45,"axis":"y","origin":[0.75,6.375,2]},"faces":{"north":{"uv":[2.5,13,3,13.5],"texture":"#4"},"east":{"uv":[2.5,13,3,13.5],"texture":"#4"},"south":{"uv":[2.5,13,3,13.5],"texture":"#4"},"west":{"uv":[2.5,13,3,13.5],"texture":"#4"},"up":{"uv":[2.5,13,3,13.5],"texture":"#4"},"down":{"uv":[2.5,13,3,13.5],"texture":"#4"}}},{"from":[-1,4.4,0.25],"to":[2.5,5.4,3.75],"rotation":{"angle":45,"axis":"y","origin":[0.76152,4.90002,1.98846]},"faces":{"north":{"uv":[1,13.5,2.5,15],"texture":"#4"},"east":{"uv":[1,13.5,2.5,15],"texture":"#4"},"south":{"uv":[1,13.5,2.5,15],"texture":"#4"},"west":{"uv":[1,13.5,2.5,15],"texture":"#4"},"up":{"uv":[1,13.5,2.5,15],"texture":"#4"},"down":{"uv":[1,13.5,2.5,15],"texture":"#4"}}},{"from":[-0.25,4.65,1],"to":[1.75,5.65,3],"rotation":{"angle":0,"axis":"y","origin":[7.75,12.65,9]},"faces":{"north":{"uv":[10.5,0,12.5,2],"texture":"#8"},"east":{"uv":[10.5,0,12.5,2],"texture":"#8"},"south":{"uv":[10.5,0,12.5,2],"texture":"#8"},"west":{"uv":[10.5,0,12.5,2],"texture":"#8"},"up":{"uv":[9,0,11,2],"texture":"#8"},"down":{"uv":[10.5,0,12.5,2],"texture":"#8"}}},{"from":[0.14873,3.36999,1.36717],"to":[1.34873,4.56999,2.56717],"rotation":{"angle":-22.5,"axis":"x","origin":[0.56296,4.28005,1.77815]},"faces":{"north":{"uv":[13,7.5,13.85,8.35],"texture":"#8"},"east":{"uv":[13,7.5,13.85,8.35],"texture":"#8"},"south":{"uv":[13,7.5,13.85,8.35],"texture":"#8"},"west":{"uv":[13,7.5,13.85,8.35],"texture":"#8"},"up":{"uv":[13,7.5,13.85,8.35],"texture":"#8"},"down":{"uv":[13,7.5,13.85,8.35],"texture":"#8"}}},{"from":[16.57835,0.76,5.51],"to":[20.55835,1.74,10.49],"rotation":{"angle":22.5,"axis":"y","origin":[8,-4.45951,8]},"faces":{"north":{"uv":[3,7.5,2,11.5],"rotation":90,"texture":"#6"},"east":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"south":{"uv":[3,7.5,2,11.5],"rotation":90,"texture":"#6"},"west":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"up":{"uv":[0,12.5,4,7.5],"rotation":180,"texture":"#6"},"down":{"uv":[2,12.5,6,7.5],"rotation":180,"texture":"#6"}}},{"from":[16.56835,0.75,5.5],"to":[21.56835,1.75,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,-4.45951,8]},"faces":{"north":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"east":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"south":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"west":{"uv":[3,7.5,2,12.5],"rotation":90,"texture":"#6"},"up":{"uv":[0,12.5,5,7.5],"rotation":180,"texture":"#6"},"down":{"uv":[2,12.5,7,7.5],"rotation":180,"texture":"#6"}}},{"from":[5,1.75,19.08202],"to":[11,2.75,23.08202],"rotation":{"angle":45,"axis":"y","origin":[8,8.95951,8]},"faces":{"south":{"uv":[0,6.5,1,12.5],"rotation":90,"texture":"#6"},"up":{"uv":[0,6.5,4,12.5],"rotation":270,"texture":"#6"},"down":{"uv":[0,6.5,4,12.5],"rotation":90,"texture":"#6"}}},{"from":[19.09202,1.76,5.01],"to":[23.07202,2.74,10.99],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.95951,8]},"faces":{"east":{"uv":[0,6.5,1,12.5],"rotation":90,"texture":"#6"},"up":{"uv":[0,6.5,4,12.5],"rotation":180,"texture":"#6"},"down":{"uv":[0,6.5,4,12.5],"rotation":180,"texture":"#6"}}},{"from":[19.08202,1.75,5],"to":[23.08202,2.75,11],"rotation":{"angle":0,"axis":"y","origin":[8,8.95951,8]},"faces":{"east":{"uv":[0,6.5,1,12.5],"rotation":90,"texture":"#6"},"up":{"uv":[0,6.5,4,12.5],"rotation":180,"texture":"#6"},"down":{"uv":[0,6.5,4,12.5],"rotation":180,"texture":"#6"}}},{"from":[19.09202,1.76,5.01],"to":[23.07202,2.74,10.99],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.95951,8]},"faces":{"east":{"uv":[0,6,0.98,11.98],"rotation":90,"texture":"#6"},"up":{"uv":[0,6,3.98,11.98],"rotation":180,"texture":"#6"},"down":{"uv":[0,6,3.98,11.98],"rotation":180,"texture":"#6"}}},{"from":[4.9,7.75,1.5],"to":[7.4,10.25,2],"rotation":{"angle":22.5,"axis":"x","origin":[9.75,7.25,1.25]},"faces":{"north":{"uv":[0.5,13,3,15.5],"texture":"#4"},"east":{"uv":[0.5,13,1,15.5],"texture":"#4"},"south":{"uv":[0.5,13,3,15.5],"texture":"#4"},"west":{"uv":[0.5,13,1,15.5],"texture":"#4"},"up":{"uv":[0.5,13,3,13.5],"texture":"#4"},"down":{"uv":[0.5,13,3,13.5],"texture":"#4"}}},{"from":[3.15,6.37545,6.83164],"to":[3.65,8.87545,9.33164],"rotation":{"angle":-22.5,"axis":"y","origin":[6.15,8.67545,2.38164]},"faces":{"north":{"uv":[0.5,13,1,15.5],"texture":"#4"},"east":{"uv":[0.5,13,3,15.5],"texture":"#4"},"south":{"uv":[0.5,13,1,15.5],"texture":"#4"},"west":{"uv":[0.5,13,3,15.5],"texture":"#4"},"up":{"uv":[0.5,13,3,13.5],"rotation":270,"texture":"#4"},"down":{"uv":[0.5,13,3,13.5],"rotation":90,"texture":"#4"}}},{"from":[3.42804,10.87545,7.59537],"to":[5.92804,11.37545,10.09537],"rotation":{"angle":22.5,"axis":"x","origin":[1.42804,11.12545,5.84537]},"faces":{"north":{"uv":[0.5,13,1,15.5],"rotation":90,"texture":"#4"},"east":{"uv":[0.5,13,3,13.5],"texture":"#4"},"south":{"uv":[0.5,13,1,15.5],"rotation":270,"texture":"#4"},"west":{"uv":[0.5,13,3,13.5],"rotation":180,"texture":"#4"},"up":{"uv":[0.5,13,3,15.5],"rotation":270,"texture":"#4"},"down":{"uv":[0.5,13,3,15.5],"rotation":270,"texture":"#4"}}}],"display":{"thirdperson_righthand":{"rotation":[1,0,0]},"gui":{"rotation":[23,144,1],"translation":[0,0.5,0],"scale":[0.66,0.66,0.66]},"head":{"rotation":[0,19,16],"translation":[-2.25,14.5,0.75],"scale":[1.58,1.58,1.58]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/stalwart_morion.json b/assets/minecraft/models/item/wynn/skin/hat/stalwart_morion.json new file mode 100644 index 000000000..96d57b48e --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/stalwart_morion.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/stalwart_morion"},"elements":[{"from":[6.0875,5.625,5.1125],"to":[9.8375,7.05,6.2375],"rotation":{"angle":45,"axis":"x","origin":[11.7125,5.625,5.15]},"faces":{"north":{"uv":[9.5,3,11.25,3.75],"texture":"#0"},"east":{"uv":[2.5,12,2,12.75],"texture":"#0"},"south":{"uv":[10,0,11.75,0.75],"texture":"#0"},"west":{"uv":[2,12,2.5,12.75],"texture":"#0"}}},{"from":[5.375,1.3125,10.7],"to":[10.625,3.5625,11.75],"rotation":{"angle":0,"axis":"y","origin":[8,2.8125,8]},"faces":{"north":{"uv":[2,3,4.75,4.25],"texture":"#0"},"south":{"uv":[0,4.5,2.75,5.75],"texture":"#0"}}},{"from":[5.375,1.3125,4.25],"to":[10.625,3.5625,5.3],"rotation":{"angle":0,"axis":"y","origin":[8,2.8125,8]},"faces":{"north":{"uv":[2.75,4.5,0,5.75],"texture":"#0"},"south":{"uv":[6,6,8.75,7.25],"texture":"#0"}}},{"from":[5.375,2.025,4.55],"to":[10.625,4.275,5.675],"rotation":{"angle":22.5,"axis":"x","origin":[8,3.525,8.3]},"faces":{"north":{"uv":[3,4.5,5.75,5.75],"texture":"#0"},"east":{"uv":[11.5,10,11,11.25],"texture":"#0"},"south":{"uv":[5,0,7.75,1.25],"texture":"#0"},"west":{"uv":[11,10,11.5,11.25],"texture":"#0"},"up":{"uv":[11.75,6.5,9,6],"texture":"#0"}}},{"from":[5.375,2.025,10.325],"to":[10.625,4.275,11.45],"rotation":{"angle":-22.5,"axis":"x","origin":[8,3.525,7.7]},"faces":{"north":{"uv":[5,1.5,7.75,2.75],"texture":"#0"},"east":{"uv":[12,2.5,11.5,3.75],"texture":"#0"},"south":{"uv":[5.75,4.5,3,5.75],"texture":"#0"},"west":{"uv":[11.5,2.5,12,3.75],"texture":"#0"},"up":{"uv":[11.75,7,9,6.5],"texture":"#0"}}},{"from":[6.0875,5.625,9.7625],"to":[9.8375,7.05,10.8875],"rotation":{"angle":-45,"axis":"x","origin":[11.7125,5.625,10.85]},"faces":{"north":{"uv":[1,10,2.75,10.75],"texture":"#0"},"east":{"uv":[3,12,2.5,12.75],"texture":"#0"},"south":{"uv":[10,1,11.75,1.75],"texture":"#0"},"west":{"uv":[2.5,12,3,12.75],"texture":"#0"}}},{"from":[7.624,3.9365,0.9115],"to":[8.376,4.876,2.8635],"rotation":{"angle":45,"axis":"x","origin":[1.625,4.875,0.9125]},"faces":{"north":{"uv":[11,2.5,11.5,3],"texture":"#0"},"east":{"uv":[9,4,8,4.5],"texture":"#0"},"west":{"uv":[8,4,9,4.5],"texture":"#0"},"down":{"uv":[11.5,5,11,6],"texture":"#0"}}},{"from":[7.625,4.125,0.9125],"to":[8.375,4.875,4.2875],"rotation":{"angle":22.5,"axis":"x","origin":[1.625,4.875,0.9125]},"faces":{"east":{"uv":[1.75,4,0,4.5],"texture":"#0"},"west":{"uv":[0,4,1.75,4.5],"texture":"#0"},"up":{"uv":[1.5,12.75,1,11],"texture":"#0"}}},{"from":[7.625,4.1875,11.4875],"to":[8.375,4.875,13.85],"rotation":{"angle":-22.5,"axis":"x","origin":[2.375,5.2125,15.275]},"faces":{"east":{"uv":[13.25,6.5,12,6.75],"texture":"#0"},"west":{"uv":[12,6.5,13.25,6.75],"texture":"#0"},"up":{"uv":[3.5,12.75,3,11.5],"texture":"#0"}}},{"from":[7.624,4.499,12.574],"to":[8.376,5.4385,13.8135],"rotation":{"angle":-45,"axis":"x","origin":[2.375,5.2125,15.275]},"faces":{"east":{"uv":[12.5,9.5,12,10],"texture":"#0"},"south":{"uv":[12,9,12.5,9.5],"texture":"#0"},"west":{"uv":[12,9.5,12.5,10],"texture":"#0"},"down":{"uv":[10.5,12,10,12.5],"texture":"#0"}}},{"from":[4.325,2.0625,10.4],"to":[6.5,2.8125,13.7],"rotation":{"angle":22.5,"axis":"z","origin":[8,2.0625,2]},"faces":{"north":{"uv":[11.5,5,12.5,5.5],"texture":"#0"},"south":{"uv":[11.5,5.5,12.5,6],"texture":"#0"},"west":{"uv":[9,7,10.75,7.5],"texture":"#0"},"up":{"uv":[5.5,10.25,4.5,8.5],"texture":"#0"},"down":{"uv":[6.5,8.5,5.5,10.25],"texture":"#0"}}},{"from":[4.325,2.0625,2.3],"to":[6.5,2.8125,5.6],"rotation":{"angle":22.5,"axis":"z","origin":[8,2.0625,14]},"faces":{"north":{"uv":[11.5,10,12.5,10.5],"texture":"#0"},"south":{"uv":[11.5,10.5,12.5,11],"texture":"#0"},"west":{"uv":[11,2,12.75,2.5],"texture":"#0"},"up":{"uv":[7.5,10.25,6.5,8.5],"texture":"#0"},"down":{"uv":[9.5,8,8.5,9.75],"texture":"#0"}}},{"from":[5.9375,2.925,1.625],"to":[8.225,3.675,5.3],"rotation":{"angle":45,"axis":"z","origin":[8,3,2]},"faces":{"north":{"uv":[12,4.5,13.25,5],"texture":"#0"},"south":{"uv":[12,6,13.25,6.25],"texture":"#0"},"west":{"uv":[11,11.5,12.75,12],"texture":"#0"},"up":{"uv":[9.25,1.75,8,0],"texture":"#0"},"down":{"uv":[2.25,8,1,9.75],"texture":"#0"}}},{"from":[5.9375,2.925,10.7],"to":[8.225,3.675,14.375],"rotation":{"angle":45,"axis":"z","origin":[8,3,2]},"faces":{"north":{"uv":[12,7,13.25,7.25],"texture":"#0"},"south":{"uv":[12,7.5,13.25,8],"texture":"#0"},"west":{"uv":[11.5,11,13.25,11.5],"texture":"#0"},"up":{"uv":[9.25,3.75,8,2],"texture":"#0"},"down":{"uv":[3.75,8,2.5,9.75],"texture":"#0"}}},{"from":[3.5,2.0625,2.75],"to":[4.325,2.8125,13.25],"rotation":{"angle":22.5,"axis":"z","origin":[8,2.0625,2]},"faces":{"north":{"uv":[6.5,12,7,12.5],"texture":"#0"},"east":{"uv":[0,7.5,5.25,8],"texture":"#0"},"south":{"uv":[7,12,7.5,12.5],"texture":"#0"},"west":{"uv":[5.5,7.5,10.75,8],"texture":"#0"},"up":{"uv":[0.5,13.25,0,8],"texture":"#0"},"down":{"uv":[1,8,0.5,13.25],"texture":"#0"}}},{"from":[2.75,2.0625,4.25],"to":[3.5,2.8125,11.75],"rotation":{"angle":22.5,"axis":"z","origin":[8,2.0625,2]},"faces":{"north":{"uv":[8,12,8.5,12.5],"texture":"#0"},"south":{"uv":[12,8,12.5,8.5],"texture":"#0"},"west":{"uv":[4,8,7.75,8.5],"texture":"#0"},"up":{"uv":[8.5,11.75,8,8],"texture":"#0"},"down":{"uv":[4.5,8.5,4,12.25],"texture":"#0"}}},{"from":[4.25,3.5625,5.375],"to":[5.375,5.8125,10.625],"rotation":{"angle":-22.5,"axis":"z","origin":[4.25,3.5625,4.25]},"faces":{"north":{"uv":[11,8.5,11.5,9.75],"texture":"#0"},"east":{"uv":[2,0,4.75,1.25],"texture":"#0"},"south":{"uv":[9.5,11,10,12.25],"texture":"#0"},"west":{"uv":[2,1.5,4.75,2.75],"texture":"#0"},"up":{"uv":[8,11.25,7.5,8.5],"texture":"#0"},"down":{"uv":[10,0,9.5,2.75],"texture":"#0"}}},{"from":[5.1125,5.625,6.125],"to":[6.2375,7.05,9.875],"rotation":{"angle":-45,"axis":"z","origin":[5.15,5.625,4.25]},"faces":{"north":{"uv":[12,0,12.5,0.75],"texture":"#0"},"east":{"uv":[9,4,11,4.75],"texture":"#0"},"south":{"uv":[12,1,12.5,1.75],"texture":"#0"},"west":{"uv":[9,5,11,5.75],"texture":"#0"}}},{"from":[4.25,1.3125,5.375],"to":[5,3.5625,10.625],"rotation":{"angle":0,"axis":"y","origin":[4.25,1.3125,4.25]},"faces":{"east":{"uv":[0,6,2.75,7.25],"texture":"#0"},"west":{"uv":[3,6,5.75,7.25],"texture":"#0"},"down":{"uv":[10,8,9.5,10.75],"texture":"#0"}}},{"from":[7.2125,1.3125,3.5],"to":[8.7875,3.5625,4.325],"rotation":{"angle":45,"axis":"y","origin":[8,2.8125,8]},"faces":{"north":{"uv":[8.5,10,9.25,11.25],"texture":"#0"},"south":{"uv":[10,9,10.75,10.25],"texture":"#0"},"up":{"uv":[12.75,3,12,2.5],"texture":"#0"},"down":{"uv":[12.75,3,12,3.5],"texture":"#0"}}},{"from":[7.2125,1.3125,11.675],"to":[8.7875,3.5625,12.5],"rotation":{"angle":-45,"axis":"y","origin":[8,2.8125,8]},"faces":{"north":{"uv":[4.5,10.5,5.25,11.75],"texture":"#0"},"south":{"uv":[5.5,10.5,6.25,11.75],"texture":"#0"},"up":{"uv":[12.75,4,12,3.5],"texture":"#0"},"down":{"uv":[12.75,4,12,4.5],"texture":"#0"}}},{"from":[9.5,2.0625,10.4],"to":[11.675,2.8125,13.7],"rotation":{"angle":-22.5,"axis":"z","origin":[8,2.0625,2]},"faces":{"north":{"uv":[12.5,5,11.5,5.5],"texture":"#0"},"east":{"uv":[10.75,7,9,7.5],"texture":"#0"},"south":{"uv":[12.5,5.5,11.5,6],"texture":"#0"},"up":{"uv":[4.5,10.25,5.5,8.5],"texture":"#0"},"down":{"uv":[5.5,8.5,6.5,10.25],"texture":"#0"}}},{"from":[9.5,2.0625,2.3],"to":[11.675,2.8125,5.6],"rotation":{"angle":-22.5,"axis":"z","origin":[8,2.0625,14]},"faces":{"north":{"uv":[12.5,10,11.5,10.5],"texture":"#0"},"east":{"uv":[12.75,2,11,2.5],"texture":"#0"},"south":{"uv":[12.5,10.5,11.5,11],"texture":"#0"},"up":{"uv":[6.5,10.25,7.5,8.5],"texture":"#0"},"down":{"uv":[8.5,8,9.5,9.75],"texture":"#0"}}},{"from":[7.775,2.925,1.625],"to":[10.0625,3.675,5.3],"rotation":{"angle":-45,"axis":"z","origin":[8,3,2]},"faces":{"north":{"uv":[13.25,4.5,12,5],"texture":"#0"},"east":{"uv":[12.75,11.5,11,12],"texture":"#0"},"south":{"uv":[13.25,6,12,6.25],"texture":"#0"},"up":{"uv":[8,1.75,9.25,0],"texture":"#0"},"down":{"uv":[1,8,2.25,9.75],"texture":"#0"}}},{"from":[7.775,2.925,10.7],"to":[10.0625,3.675,14.375],"rotation":{"angle":-45,"axis":"z","origin":[8,3,2]},"faces":{"north":{"uv":[13.25,7,12,7.25],"texture":"#0"},"east":{"uv":[13.25,11,11.5,11.5],"texture":"#0"},"south":{"uv":[13.25,7.5,12,8],"texture":"#0"},"up":{"uv":[8,3.75,9.25,2],"texture":"#0"},"down":{"uv":[2.5,8,3.75,9.75],"texture":"#0"}}},{"from":[11.675,2.0625,2.75],"to":[12.5,2.8125,13.25],"rotation":{"angle":-22.5,"axis":"z","origin":[8,2.0625,2]},"faces":{"north":{"uv":[7,12,6.5,12.5],"texture":"#0"},"east":{"uv":[10.75,7.5,5.5,8],"texture":"#0"},"south":{"uv":[7.5,12,7,12.5],"texture":"#0"},"west":{"uv":[5.25,7.5,0,8],"texture":"#0"},"up":{"uv":[0,13.25,0.5,8],"texture":"#0"},"down":{"uv":[0.5,8,1,13.25],"texture":"#0"}}},{"from":[12.5,2.0625,4.25],"to":[13.25,2.8125,11.75],"rotation":{"angle":-22.5,"axis":"z","origin":[8,2.0625,2]},"faces":{"north":{"uv":[8.5,12,8,12.5],"texture":"#0"},"east":{"uv":[7.75,8,4,8.5],"texture":"#0"},"south":{"uv":[12.5,8,12,8.5],"texture":"#0"},"up":{"uv":[8,11.75,8.5,8],"texture":"#0"},"down":{"uv":[4,8.5,4.5,12.25],"texture":"#0"}}},{"from":[10.625,3.5625,5.375],"to":[11.75,5.8125,10.625],"rotation":{"angle":22.5,"axis":"z","origin":[11.75,3.5625,4.25]},"faces":{"north":{"uv":[11.5,8.5,11,9.75],"texture":"#0"},"east":{"uv":[4.75,1.5,2,2.75],"texture":"#0"},"south":{"uv":[10,11,9.5,12.25],"texture":"#0"},"west":{"uv":[4.75,0,2,1.25],"texture":"#0"},"up":{"uv":[7.5,11.25,8,8.5],"texture":"#0"},"down":{"uv":[9.5,0,10,2.75],"texture":"#0"}}},{"from":[9.7625,5.625,6.125],"to":[10.8875,7.05,9.875],"rotation":{"angle":45,"axis":"z","origin":[10.85,5.625,4.25]},"faces":{"north":{"uv":[12.5,0,12,0.75],"texture":"#0"},"east":{"uv":[11,5,9,5.75],"texture":"#0"},"south":{"uv":[12.5,1,12,1.75],"texture":"#0"},"west":{"uv":[11,4,9,4.75],"texture":"#0"}}},{"from":[11,1.3125,5.375],"to":[11.75,3.5625,10.625],"rotation":{"angle":0,"axis":"y","origin":[11.75,1.3125,4.25]},"faces":{"east":{"uv":[5.75,6,3,7.25],"texture":"#0"},"west":{"uv":[2.75,6,0,7.25],"texture":"#0"},"down":{"uv":[9.5,8,10,10.75],"texture":"#0"}}},{"from":[7.2125,1.3125,3.5],"to":[8.7875,3.5625,4.325],"rotation":{"angle":-45,"axis":"y","origin":[8,2.8125,8]},"faces":{"north":{"uv":[9.25,10,8.5,11.25],"texture":"#0"},"south":{"uv":[10.75,9,10,10.25],"texture":"#0"},"up":{"uv":[12,3,12.75,2.5],"texture":"#0"},"down":{"uv":[12,3,12.75,3.5],"texture":"#0"}}},{"from":[7.2125,1.3125,11.675],"to":[8.7875,3.5625,12.5],"rotation":{"angle":45,"axis":"y","origin":[8,2.8125,8]},"faces":{"north":{"uv":[5.25,10.5,4.5,11.75],"texture":"#0"},"south":{"uv":[6.25,10.5,5.5,11.75],"texture":"#0"},"up":{"uv":[12,4,12.75,3.5],"texture":"#0"},"down":{"uv":[12,4,12.75,4.5],"texture":"#0"}}},{"from":[7.624,3.5615,3.874],"to":[8.376,5.4385,5.001],"rotation":{"angle":0,"axis":"y","origin":[7.25,2.8125,3.875]},"faces":{"north":{"uv":[3.5,11.5,4,12.5],"texture":"#0"},"east":{"uv":[12,7,11.5,8],"texture":"#0"},"west":{"uv":[11.5,7,12,8],"texture":"#0"},"down":{"uv":[12.5,8.5,12,9],"texture":"#0"}}},{"from":[7.624,3.549,10.999],"to":[8.376,5.4385,12.126],"rotation":{"angle":0,"axis":"y","origin":[7.25,2.8125,12.125]},"faces":{"east":{"uv":[9.5,11.5,9,12.5],"texture":"#0"},"south":{"uv":[8.5,11.5,9,12.5],"texture":"#0"},"west":{"uv":[9,11.5,9.5,12.5],"texture":"#0"}}},{"from":[7.625,5.4375,3.875],"to":[8.375,7.3125,5.75],"rotation":{"angle":22.5,"axis":"x","origin":[7.25,5.4375,3.875]},"faces":{"north":{"uv":[7.5,11.5,8,12.5],"texture":"#0"},"east":{"uv":[11,2,10,3],"texture":"#0"},"west":{"uv":[10,2,11,3],"texture":"#0"}}},{"from":[7.624,7.1615,4.5865],"to":[8.376,8.6635,6.651],"rotation":{"angle":45,"axis":"x","origin":[7.25,7.1625,4.5875]},"faces":{"north":{"uv":[4.5,12,5,12.75],"texture":"#0"},"east":{"uv":[3,11,2,11.75],"texture":"#0"},"west":{"uv":[2,11,3,11.75],"texture":"#0"}}},{"from":[7.624,6.149,7.024],"to":[8.376,8.776,8.976],"rotation":{"angle":0,"axis":"x","origin":[7.25,8.775,7.025]},"faces":{"east":{"uv":[4,10,3,11.25],"texture":"#0"},"west":{"uv":[3,10,4,11.25],"texture":"#0"},"up":{"uv":[12,9,11.5,8],"texture":"#0"}}},{"from":[7.625,5.775,5.6375],"to":[8.375,8.2125,7.1375],"rotation":{"angle":-22.5,"axis":"x","origin":[7.25,8.2125,5.6375]},"faces":{"east":{"uv":[7.25,10.5,6.5,11.75],"texture":"#0"},"west":{"uv":[6.5,10.5,7.25,11.75],"texture":"#0"},"up":{"uv":[5.5,12.75,5,12],"texture":"#0"}}},{"from":[7.625,5.775,8.8625],"to":[8.375,8.2125,10.3625],"rotation":{"angle":22.5,"axis":"x","origin":[7.25,8.2125,10.3625]},"faces":{"east":{"uv":[10.75,10.5,10,11.75],"texture":"#0"},"west":{"uv":[10,10.5,10.75,11.75],"texture":"#0"},"up":{"uv":[6.5,12.75,6,12],"texture":"#0"}}},{"from":[7.624,7.1615,9.349],"to":[8.376,8.6635,11.4135],"rotation":{"angle":-45,"axis":"x","origin":[7.25,7.1625,11.4125]},"faces":{"east":{"uv":[12,4,11,4.75],"texture":"#0"},"south":{"uv":[5.5,12,6,12.75],"texture":"#0"},"west":{"uv":[11,4,12,4.75],"texture":"#0"}}},{"from":[7.625,5.4375,10.25],"to":[8.375,7.3125,12.125],"rotation":{"angle":-22.5,"axis":"x","origin":[7.25,5.4375,12.125]},"faces":{"east":{"uv":[11,8,10,9],"texture":"#0"},"south":{"uv":[11.5,9,12,10],"texture":"#0"},"west":{"uv":[10,8,11,9],"texture":"#0"}}},{"from":[6.125,5.85,6.125],"to":[9.875,6.6375,9.875],"rotation":{"angle":0,"axis":"y","origin":[7.25,5.25,7.25]},"faces":{"up":{"uv":[2,2,0,0],"texture":"#0"},"down":{"uv":[2,2,0,4],"texture":"#0"}}},{"from":[7.625,2.8125,1.625],"to":[8.375,3.5625,5.275],"rotation":{"angle":0,"axis":"y","origin":[2,0,2]},"faces":{"down":{"uv":[2,11,1.5,12.75],"texture":"#0"}}},{"from":[7.625,2.8125,10.725],"to":[8.375,3.5625,13.875],"rotation":{"angle":0,"axis":"y","origin":[2,0,14]},"faces":{"down":{"uv":[11.5,7,11,8.5],"texture":"#0"}}},{"from":[4.75,-3.75,5.5],"to":[4.75,0.75,10],"faces":{"east":{"uv":[8,2.75,5.75,5],"texture":"#0"},"west":{"uv":[5.75,2.75,8,5],"texture":"#0"}}},{"from":[11.25,-3.75,5.5],"to":[11.25,0.75,10],"rotation":{"angle":0,"axis":"y","origin":[16,0,0]},"faces":{"east":{"uv":[8,2.75,5.75,5],"texture":"#0"},"west":{"uv":[5.75,2.75,8,5],"texture":"#0"}}},{"from":[8,3.5,12.1],"to":[8,13.5,16.1],"faces":{"east":{"uv":[15.25,0,13.25,5],"texture":"#0"},"west":{"uv":[13.25,0,15.25,5],"texture":"#0"}}}],"display":{"head":{"rotation":[14,0,0],"translation":[0,16.75,3.5],"scale":[2.3,2.3,2.3]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/stars_hat.json b/assets/minecraft/models/item/wynn/skin/hat/stars_hat.json new file mode 100644 index 000000000..c2f2e620f --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/stars_hat.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"3":"skins/star_gradient","4":"skins/soul_heart","5":"skins/gold_armor_gradient","particle":"skins/gold_armor_gradient"},"elements":[{"from":[3,5,3],"to":[13,9,13],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[0,6,4,16],"rotation":270,"texture":"#3"},"east":{"uv":[0,6,4,16],"rotation":270,"texture":"#3"},"south":{"uv":[0,6,4,16],"rotation":270,"texture":"#3"},"west":{"uv":[0,6,4,16],"rotation":270,"texture":"#3"},"up":{"uv":[0,11.5,4,16],"rotation":270,"texture":"#3"},"down":{"uv":[0,6,10,16],"rotation":270,"texture":"#3"}}},{"from":[2.9,5.9,2.9],"to":[13.1,7.1,13.1],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[7.5,8,8.5,16],"rotation":270,"texture":"#4"},"east":{"uv":[7.5,8,8.5,16],"rotation":270,"texture":"#4"},"south":{"uv":[7.5,8,8.5,16],"rotation":270,"texture":"#4"},"west":{"uv":[7.5,8,8.5,16],"rotation":270,"texture":"#4"},"up":{"uv":[7.5,8,8.5,16],"rotation":270,"texture":"#4"},"down":{"uv":[7.5,8,8.5,16],"rotation":270,"texture":"#4"}}},{"from":[6,10.60174,14.13614],"to":[10,14.60174,18.13614],"rotation":{"angle":-22.5,"axis":"x","origin":[8,8.70951,8]},"faces":{"north":{"uv":[8,7,12,11],"rotation":90,"texture":"#3"},"east":{"uv":[8,7,12,11],"rotation":90,"texture":"#3"},"south":{"uv":[8,7,12,11],"rotation":90,"texture":"#3"},"west":{"uv":[8,7,12,11],"rotation":90,"texture":"#3"},"up":{"uv":[8,7,12,11],"rotation":90,"texture":"#3"},"down":{"uv":[8,7,12,11],"rotation":90,"texture":"#3"}}},{"from":[6.5,16.54328,11.0009],"to":[9.5,19.54328,15.0009],"rotation":{"angle":22.5,"axis":"x","origin":[8,8.70951,8]},"faces":{"north":{"uv":[7.5,8,10.5,11],"rotation":90,"texture":"#3"},"east":{"uv":[7.5,8,10.5,12],"rotation":90,"texture":"#3"},"south":{"uv":[7.5,8,10.5,11],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,8,10.5,12],"rotation":90,"texture":"#3"},"up":{"uv":[7.5,8,11.5,11],"rotation":90,"texture":"#3"},"down":{"uv":[7.5,8,11.5,11],"rotation":90,"texture":"#3"}}},{"from":[7,18.89774,10.32209],"to":[9,20.89774,14.32209],"rotation":{"angle":45,"axis":"x","origin":[8,8.70951,8]},"faces":{"north":{"uv":[7.5,8,9.5,10],"rotation":90,"texture":"#3"},"east":{"uv":[7.5,8,9.5,12],"rotation":90,"texture":"#3"},"south":{"uv":[7.5,8,9.5,10],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,8,9.5,12],"rotation":90,"texture":"#3"},"up":{"uv":[7.5,8,11.5,10],"rotation":90,"texture":"#3"},"down":{"uv":[7.5,8,11.5,10],"rotation":90,"texture":"#3"}}},{"from":[5,10.73364,4.02949],"to":[11,16.73364,10.02949],"rotation":{"angle":45,"axis":"x","origin":[8,8.70951,8]},"faces":{"north":{"uv":[5,8,11,14],"rotation":270,"texture":"#3"},"east":{"uv":[5,8,11,14],"rotation":270,"texture":"#3"},"south":{"uv":[5,8,11,14],"rotation":270,"texture":"#3"},"west":{"uv":[5,8,11,14],"rotation":270,"texture":"#3"},"up":{"uv":[6,8,12,14],"rotation":270,"texture":"#3"},"down":{"uv":[5,8,11,14],"rotation":270,"texture":"#3"}}},{"from":[4.9,10.63364,3.92949],"to":[11.1,16.83364,10.12949],"rotation":{"angle":45,"axis":"x","origin":[8,8.70951,8]},"faces":{"north":{"uv":[4.5,2,10.5,8],"rotation":180,"texture":"#5"},"east":{"uv":[10,2,16,8],"rotation":270,"texture":"#5"},"south":{"uv":[10,0,16,6],"rotation":270,"texture":"#5"},"west":{"uv":[4.5,1.5,10.5,7.5],"rotation":270,"texture":"#5"},"up":{"uv":[10,0,16,6],"rotation":270,"texture":"#5"},"down":{"uv":[10,0,16,6],"rotation":270,"texture":"#5"}}},{"from":[4,7.42883,4.14442],"to":[12,12.42883,12.14442],"rotation":{"angle":22.5,"axis":"x","origin":[8,8.70951,8]},"faces":{"north":{"uv":[3,7,8,15],"rotation":270,"texture":"#3"},"east":{"uv":[3,7,8,15],"rotation":270,"texture":"#3"},"south":{"uv":[3,7,8,15],"rotation":270,"texture":"#3"},"west":{"uv":[3,7,8,15],"rotation":270,"texture":"#3"},"up":{"uv":[3,7,11,15],"rotation":270,"texture":"#3"},"down":{"uv":[3,7,11,15],"rotation":270,"texture":"#3"}}},{"from":[3.9,7.32883,4.04442],"to":[12.1,12.52883,12.24442],"rotation":{"angle":22.5,"axis":"x","origin":[8,8.70951,8]},"faces":{"north":{"uv":[16,1.5,8,6.5],"texture":"#5"},"east":{"uv":[4.5,2,12.5,7],"rotation":180,"texture":"#5"},"west":{"uv":[5,0,10,8],"rotation":270,"texture":"#5"},"down":{"uv":[8,0,16,8],"rotation":270,"texture":"#5"}}},{"from":[5.01,1.51,-8.07202],"to":[10.99,2.49,-3.09202],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[0,9,1,15],"rotation":90,"texture":"#3"},"east":{"uv":[0,9,1,14],"rotation":90,"texture":"#3"},"south":{"uv":[0,9,1,15],"rotation":90,"texture":"#3"},"west":{"uv":[0,9,1,14],"rotation":90,"texture":"#3"},"up":{"uv":[0,9,5,15],"rotation":90,"texture":"#3"},"down":{"uv":[0,9,5,15],"rotation":270,"texture":"#3"}}},{"from":[5,1.5,-7.08202],"to":[11,2.5,-3.08202],"rotation":{"angle":0,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[0,9,1,15],"rotation":90,"texture":"#3"},"east":{"uv":[0,9,1,13],"rotation":90,"texture":"#3"},"south":{"uv":[0,9,1,15],"rotation":90,"texture":"#3"},"west":{"uv":[0,9,1,13],"rotation":90,"texture":"#3"},"up":{"uv":[0,9,4,15],"rotation":90,"texture":"#3"},"down":{"uv":[0,9,4,15],"rotation":270,"texture":"#3"}}},{"from":[5.01,1.51,-8.07202],"to":[10.99,2.49,-3.09202],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[0,9,1,15],"rotation":90,"texture":"#3"},"east":{"uv":[0,9,1,14],"rotation":90,"texture":"#3"},"south":{"uv":[0,9,1,15],"rotation":90,"texture":"#3"},"west":{"uv":[0,9,1,14],"rotation":90,"texture":"#3"},"up":{"uv":[0,9,5,15],"rotation":90,"texture":"#3"},"down":{"uv":[0,9,5,15],"rotation":270,"texture":"#3"}}},{"from":[5,1.5,-7.08202],"to":[11,2.5,-3.08202],"rotation":{"angle":-45,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[0,9,1,15],"rotation":90,"texture":"#3"},"east":{"uv":[0,9,1,13],"rotation":90,"texture":"#3"},"south":{"uv":[0,9,1,15],"rotation":90,"texture":"#3"},"west":{"uv":[0,9,1,13],"rotation":90,"texture":"#3"},"up":{"uv":[0,9,4,15],"rotation":90,"texture":"#3"},"down":{"uv":[0,9,4,15],"rotation":270,"texture":"#3"}}},{"from":[5.5,2.5,-5.56835],"to":[10.5,3.5,-0.56835],"rotation":{"angle":0,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"east":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"south":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"west":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"up":{"uv":[2,9,7,14],"rotation":90,"texture":"#3"},"down":{"uv":[0,9,5,14],"rotation":270,"texture":"#3"}}},{"from":[5.51,2.51,-4.55835],"to":[10.49,3.49,-0.57835],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"east":{"uv":[2,9,3,13],"rotation":90,"texture":"#3"},"south":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"west":{"uv":[2,9,3,13],"rotation":90,"texture":"#3"},"up":{"uv":[2,9,6,14],"rotation":90,"texture":"#3"},"down":{"uv":[0,9,4,14],"rotation":270,"texture":"#3"}}},{"from":[6.01,3.51,-3.04468],"to":[9.99,4.49,1.93532],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"east":{"uv":[3.5,9,4.5,14],"rotation":90,"texture":"#3"},"south":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"west":{"uv":[3.5,9,4.5,14],"rotation":90,"texture":"#3"},"up":{"uv":[3.5,9,8.5,13],"rotation":90,"texture":"#3"},"down":{"uv":[1.5,9,6.5,13],"rotation":270,"texture":"#3"}}},{"from":[6.26,4.51,-0.78784],"to":[9.74,5.49,3.19216],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#3"},"east":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#3"},"south":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#3"},"west":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#3"},"up":{"uv":[5,8.5,9,12],"rotation":90,"texture":"#3"},"down":{"uv":[5,8.5,9,12],"rotation":270,"texture":"#3"}}},{"from":[6.25,4.5,-0.79784],"to":[9.75,5.5,3.20216],"rotation":{"angle":0,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#3"},"east":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#3"},"south":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#3"},"west":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#3"},"up":{"uv":[5,8.5,9,12],"rotation":90,"texture":"#3"},"down":{"uv":[5,8.5,9,12],"rotation":270,"texture":"#3"}}},{"from":[6.01,3.51,-3.04468],"to":[9.99,4.49,1.93532],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"east":{"uv":[3.5,9,4.5,14],"rotation":90,"texture":"#3"},"south":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"west":{"uv":[3.5,9,4.5,14],"rotation":90,"texture":"#3"},"up":{"uv":[3.5,9,8.5,13],"rotation":90,"texture":"#3"},"down":{"uv":[1.5,9,6.5,13],"rotation":270,"texture":"#3"}}},{"from":[5.51,2.51,-4.55835],"to":[10.49,3.49,-0.57835],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"east":{"uv":[2,9,3,13],"rotation":90,"texture":"#3"},"south":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"west":{"uv":[2,9,3,13],"rotation":90,"texture":"#3"},"up":{"uv":[2,9,6,14],"rotation":90,"texture":"#3"},"down":{"uv":[0,9,4,14],"rotation":270,"texture":"#3"}}},{"from":[5.5,2.5,-5.56835],"to":[10.5,3.5,-0.56835],"rotation":{"angle":-45,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"east":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"south":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"west":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"up":{"uv":[2,9,7,14],"rotation":90,"texture":"#3"},"down":{"uv":[0,9,5,14],"rotation":270,"texture":"#3"}}},{"from":[6,3.5,-2.05468],"to":[10,4.5,1.94532],"rotation":{"angle":-45,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"east":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"south":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"west":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"up":{"uv":[3.5,9,7.5,13],"rotation":90,"texture":"#3"},"down":{"uv":[1.5,9,5.5,13],"rotation":270,"texture":"#3"}}},{"from":[6.25,4.5,-0.79784],"to":[9.75,5.5,3.20216],"rotation":{"angle":-45,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#3"},"east":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#3"},"south":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#3"},"west":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#3"},"up":{"uv":[5,8.5,9,12],"rotation":90,"texture":"#3"},"down":{"uv":[5,8.5,9,12],"rotation":270,"texture":"#3"}}},{"from":[6.26,4.51,-0.78784],"to":[9.74,5.49,3.19216],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#3"},"east":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#3"},"south":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#3"},"west":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#3"},"up":{"uv":[5,8.5,9,12],"rotation":90,"texture":"#3"},"down":{"uv":[5,8.5,9,12],"rotation":270,"texture":"#3"}}},{"from":[6,3.5,-2.05468],"to":[10,4.5,1.94532],"rotation":{"angle":0,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"east":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"south":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"west":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"up":{"uv":[3.5,9,7.5,13],"rotation":90,"texture":"#3"},"down":{"uv":[1.5,9,5.5,13],"rotation":270,"texture":"#3"}}},{"from":[-2.05468,3.5,6],"to":[1.94532,4.5,10],"rotation":{"angle":0,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"east":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"south":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"west":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"up":{"uv":[3.5,9,7.5,13],"texture":"#3"},"down":{"uv":[1.5,9,5.5,13],"texture":"#3"}}},{"from":[-0.78784,4.51,6.26],"to":[3.19216,5.49,9.74],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#3"},"east":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#3"},"south":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#3"},"west":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#3"},"up":{"uv":[5,8.5,9,12],"texture":"#3"},"down":{"uv":[5,8.5,9,12],"texture":"#3"}}},{"from":[6.25,4.5,-0.79784],"to":[9.75,5.5,3.20216],"rotation":{"angle":45,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#3"},"east":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#3"},"south":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#3"},"west":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#3"},"up":{"uv":[5,8.5,9,12],"rotation":90,"texture":"#3"},"down":{"uv":[5,8.5,9,12],"rotation":270,"texture":"#3"}}},{"from":[6,3.5,-2.05468],"to":[10,4.5,1.94532],"rotation":{"angle":45,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"east":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"south":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"west":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"up":{"uv":[3.5,9,7.5,13],"rotation":90,"texture":"#3"},"down":{"uv":[1.5,9,5.5,13],"rotation":270,"texture":"#3"}}},{"from":[5.5,2.5,-5.56835],"to":[10.5,3.5,-0.56835],"rotation":{"angle":45,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"east":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"south":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"west":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"up":{"uv":[2,9,7,14],"rotation":90,"texture":"#3"},"down":{"uv":[0,9,5,14],"rotation":270,"texture":"#3"}}},{"from":[-4.55835,2.51,5.51],"to":[-0.57835,3.49,10.49],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[2,9,3,13],"rotation":90,"texture":"#3"},"east":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"south":{"uv":[2,9,3,13],"rotation":90,"texture":"#3"},"west":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"up":{"uv":[2,9,6,14],"texture":"#3"},"down":{"uv":[0,9,4,14],"texture":"#3"}}},{"from":[-3.04468,3.51,6.01],"to":[1.93532,4.49,9.99],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[3.5,9,4.5,14],"rotation":90,"texture":"#3"},"east":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"south":{"uv":[3.5,9,4.5,14],"rotation":90,"texture":"#3"},"west":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"up":{"uv":[3.5,9,8.5,13],"texture":"#3"},"down":{"uv":[1.5,9,6.5,13],"texture":"#3"}}},{"from":[-0.79784,4.5,6.25],"to":[3.20216,5.5,9.75],"rotation":{"angle":0,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#3"},"east":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#3"},"south":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#3"},"west":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#3"},"up":{"uv":[5,8.5,9,12],"texture":"#3"},"down":{"uv":[5,8.5,9,12],"texture":"#3"}}},{"from":[-0.78784,4.51,6.26],"to":[3.19216,5.49,9.74],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#3"},"east":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#3"},"south":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#3"},"west":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#3"},"up":{"uv":[5,8.5,9,12],"texture":"#3"},"down":{"uv":[5,8.5,9,12],"texture":"#3"}}},{"from":[-3.04468,3.51,6.01],"to":[1.93532,4.49,9.99],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[3.5,9,4.5,14],"rotation":90,"texture":"#3"},"east":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"south":{"uv":[3.5,9,4.5,14],"rotation":90,"texture":"#3"},"west":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"up":{"uv":[3.5,9,8.5,13],"texture":"#3"},"down":{"uv":[1.5,9,6.5,13],"texture":"#3"}}},{"from":[-4.55835,2.51,5.51],"to":[-0.57835,3.49,10.49],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[2,9,3,13],"rotation":90,"texture":"#3"},"east":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"south":{"uv":[2,9,3,13],"rotation":90,"texture":"#3"},"west":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"up":{"uv":[2,9,6,14],"texture":"#3"},"down":{"uv":[0,9,4,14],"texture":"#3"}}},{"from":[-5.56835,2.5,5.5],"to":[-0.56835,3.5,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"east":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"south":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"west":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"up":{"uv":[2,9,7,14],"texture":"#3"},"down":{"uv":[0,9,5,14],"texture":"#3"}}},{"from":[5,1.5,-7.08202],"to":[11,2.5,-3.08202],"rotation":{"angle":45,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[0,9,1,15],"rotation":90,"texture":"#3"},"east":{"uv":[0,9,1,13],"rotation":90,"texture":"#3"},"south":{"uv":[0,9,1,15],"rotation":90,"texture":"#3"},"west":{"uv":[0,9,1,13],"rotation":90,"texture":"#3"},"up":{"uv":[0,9,4,15],"rotation":90,"texture":"#3"},"down":{"uv":[0,9,4,15],"rotation":270,"texture":"#3"}}},{"from":[-8.07202,1.51,5.01],"to":[-3.09202,2.49,10.99],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[0,9,1,14],"rotation":90,"texture":"#3"},"east":{"uv":[0,9,1,15],"rotation":90,"texture":"#3"},"south":{"uv":[0,9,1,14],"rotation":90,"texture":"#3"},"west":{"uv":[0,9,1,15],"rotation":90,"texture":"#3"},"up":{"uv":[0,9,5,15],"texture":"#3"},"down":{"uv":[0,9,5,15],"texture":"#3"}}},{"from":[-7.08202,1.5,5],"to":[-3.08202,2.5,11],"rotation":{"angle":0,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[0,9,1,13],"rotation":90,"texture":"#3"},"east":{"uv":[0,9,1,15],"rotation":90,"texture":"#3"},"south":{"uv":[0,9,1,13],"rotation":90,"texture":"#3"},"west":{"uv":[0,9,1,15],"rotation":90,"texture":"#3"},"up":{"uv":[0,9,4,15],"texture":"#3"},"down":{"uv":[0,9,4,15],"texture":"#3"}}},{"from":[-8.07202,1.51,5.01],"to":[-3.09202,2.49,10.99],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[0,9,1,14],"rotation":90,"texture":"#3"},"east":{"uv":[0,9,1,15],"rotation":90,"texture":"#3"},"south":{"uv":[0,9,1,14],"rotation":90,"texture":"#3"},"west":{"uv":[0,9,1,15],"rotation":90,"texture":"#3"},"up":{"uv":[0,9,5,15],"texture":"#3"},"down":{"uv":[0,9,5,15],"texture":"#3"}}},{"from":[5.01,1.51,19.09202],"to":[10.99,2.49,24.07202],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[0,9,1,15],"rotation":90,"texture":"#3"},"east":{"uv":[0,9,1,14],"rotation":90,"texture":"#3"},"south":{"uv":[0,9,1,15],"rotation":90,"texture":"#3"},"west":{"uv":[0,9,1,14],"rotation":90,"texture":"#3"},"up":{"uv":[0,9,5,15],"rotation":270,"texture":"#3"},"down":{"uv":[0,9,5,15],"rotation":90,"texture":"#3"}}},{"from":[5,1.5,19.08202],"to":[11,2.5,23.08202],"rotation":{"angle":0,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[0,9,1,15],"rotation":90,"texture":"#3"},"east":{"uv":[0,9,1,13],"rotation":90,"texture":"#3"},"south":{"uv":[0,9,1,15],"rotation":90,"texture":"#3"},"west":{"uv":[0,9,1,13],"rotation":90,"texture":"#3"},"up":{"uv":[0,9,4,15],"rotation":270,"texture":"#3"},"down":{"uv":[0,9,4,15],"rotation":90,"texture":"#3"}}},{"from":[5.01,1.51,19.09202],"to":[10.99,2.49,24.07202],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[0,9,1,15],"rotation":90,"texture":"#3"},"east":{"uv":[0,9,1,14],"rotation":90,"texture":"#3"},"south":{"uv":[0,9,1,15],"rotation":90,"texture":"#3"},"west":{"uv":[0,9,1,14],"rotation":90,"texture":"#3"},"up":{"uv":[0,9,5,15],"rotation":270,"texture":"#3"},"down":{"uv":[0,9,5,15],"rotation":90,"texture":"#3"}}},{"from":[-7.08202,1.5,5],"to":[-3.08202,2.5,11],"rotation":{"angle":45,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[0,9,1,13],"rotation":90,"texture":"#3"},"east":{"uv":[0,9,1,15],"rotation":90,"texture":"#3"},"south":{"uv":[0,9,1,13],"rotation":90,"texture":"#3"},"west":{"uv":[0,9,1,15],"rotation":90,"texture":"#3"},"up":{"uv":[0,9,4,15],"texture":"#3"},"down":{"uv":[0,9,4,15],"texture":"#3"}}},{"from":[5.5,2.5,16.56835],"to":[10.5,3.5,21.56835],"rotation":{"angle":0,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"east":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"south":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"west":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"up":{"uv":[2,9,7,14],"rotation":270,"texture":"#3"},"down":{"uv":[0,9,5,14],"rotation":90,"texture":"#3"}}},{"from":[5.51,2.51,16.57835],"to":[10.49,3.49,20.55835],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"east":{"uv":[2,9,3,13],"rotation":90,"texture":"#3"},"south":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"west":{"uv":[2,9,3,13],"rotation":90,"texture":"#3"},"up":{"uv":[2,9,6,14],"rotation":270,"texture":"#3"},"down":{"uv":[0,9,4,14],"rotation":90,"texture":"#3"}}},{"from":[6.01,3.51,14.06468],"to":[9.99,4.49,19.04468],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"east":{"uv":[3.5,9,4.5,14],"rotation":90,"texture":"#3"},"south":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"west":{"uv":[3.5,9,4.5,14],"rotation":90,"texture":"#3"},"up":{"uv":[3.5,9,8.5,13],"rotation":270,"texture":"#3"},"down":{"uv":[1.5,9,6.5,13],"rotation":90,"texture":"#3"}}},{"from":[6.26,4.51,12.80784],"to":[9.74,5.49,16.78784],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#3"},"east":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#3"},"south":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#3"},"west":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#3"},"up":{"uv":[5,8.5,9,12],"rotation":270,"texture":"#3"},"down":{"uv":[5,8.5,9,12],"rotation":90,"texture":"#3"}}},{"from":[6.25,4.5,12.79784],"to":[9.75,5.5,16.79784],"rotation":{"angle":0,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#3"},"east":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#3"},"south":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#3"},"west":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#3"},"up":{"uv":[5,8.5,9,12],"rotation":270,"texture":"#3"},"down":{"uv":[5,8.5,9,12],"rotation":90,"texture":"#3"}}},{"from":[6.01,3.51,14.06468],"to":[9.99,4.49,19.04468],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"east":{"uv":[3.5,9,4.5,14],"rotation":90,"texture":"#3"},"south":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"west":{"uv":[3.5,9,4.5,14],"rotation":90,"texture":"#3"},"up":{"uv":[3.5,9,8.5,13],"rotation":270,"texture":"#3"},"down":{"uv":[1.5,9,6.5,13],"rotation":90,"texture":"#3"}}},{"from":[5.51,2.51,16.57835],"to":[10.49,3.49,20.55835],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"east":{"uv":[2,9,3,13],"rotation":90,"texture":"#3"},"south":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"west":{"uv":[2,9,3,13],"rotation":90,"texture":"#3"},"up":{"uv":[2,9,6,14],"rotation":270,"texture":"#3"},"down":{"uv":[0,9,4,14],"rotation":90,"texture":"#3"}}},{"from":[-5.56835,2.5,5.5],"to":[-0.56835,3.5,10.5],"rotation":{"angle":45,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"east":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"south":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"west":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"up":{"uv":[2,9,7,14],"texture":"#3"},"down":{"uv":[0,9,5,14],"texture":"#3"}}},{"from":[-2.05468,3.5,6],"to":[1.94532,4.5,10],"rotation":{"angle":45,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"east":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"south":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"west":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"up":{"uv":[3.5,9,7.5,13],"texture":"#3"},"down":{"uv":[1.5,9,5.5,13],"texture":"#3"}}},{"from":[-0.79784,4.5,6.25],"to":[3.20216,5.5,9.75],"rotation":{"angle":45,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#3"},"east":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#3"},"south":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#3"},"west":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#3"},"up":{"uv":[5,8.5,9,12],"texture":"#3"},"down":{"uv":[5,8.5,9,12],"texture":"#3"}}},{"from":[6.26,4.51,12.80784],"to":[9.74,5.49,16.78784],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#3"},"east":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#3"},"south":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#3"},"west":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#3"},"up":{"uv":[5,8.5,9,12],"rotation":270,"texture":"#3"},"down":{"uv":[5,8.5,9,12],"rotation":90,"texture":"#3"}}},{"from":[6,3.5,14.05468],"to":[10,4.5,18.05468],"rotation":{"angle":0,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"east":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"south":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"west":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"up":{"uv":[3.5,9,7.5,13],"rotation":270,"texture":"#3"},"down":{"uv":[1.5,9,5.5,13],"rotation":90,"texture":"#3"}}},{"from":[14.05468,3.5,6],"to":[18.05468,4.5,10],"rotation":{"angle":0,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"east":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"south":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"west":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"up":{"uv":[3.5,9,7.5,13],"rotation":180,"texture":"#3"},"down":{"uv":[1.5,9,5.5,13],"rotation":180,"texture":"#3"}}},{"from":[12.80784,4.51,6.26],"to":[16.78784,5.49,9.74],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#3"},"east":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#3"},"south":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#3"},"west":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#3"},"up":{"uv":[5,8.5,9,12],"rotation":180,"texture":"#3"},"down":{"uv":[5,8.5,9,12],"rotation":180,"texture":"#3"}}},{"from":[6.25,4.5,12.79784],"to":[9.75,5.5,16.79784],"rotation":{"angle":45,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#3"},"east":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#3"},"south":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#3"},"west":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#3"},"up":{"uv":[5,8.5,9,12],"rotation":270,"texture":"#3"},"down":{"uv":[5,8.5,9,12],"rotation":90,"texture":"#3"}}},{"from":[6,3.5,14.05468],"to":[10,4.5,18.05468],"rotation":{"angle":45,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"east":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"south":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"west":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"up":{"uv":[3.5,9,7.5,13],"rotation":270,"texture":"#3"},"down":{"uv":[1.5,9,5.5,13],"rotation":90,"texture":"#3"}}},{"from":[5.5,2.5,16.56835],"to":[10.5,3.5,21.56835],"rotation":{"angle":45,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"east":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"south":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"west":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"up":{"uv":[2,9,7,14],"rotation":270,"texture":"#3"},"down":{"uv":[0,9,5,14],"rotation":90,"texture":"#3"}}},{"from":[16.57835,2.51,5.51],"to":[20.55835,3.49,10.49],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[2,9,3,13],"rotation":90,"texture":"#3"},"east":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"south":{"uv":[2,9,3,13],"rotation":90,"texture":"#3"},"west":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"up":{"uv":[2,9,6,14],"rotation":180,"texture":"#3"},"down":{"uv":[0,9,4,14],"rotation":180,"texture":"#3"}}},{"from":[14.06468,3.51,6.01],"to":[19.04468,4.49,9.99],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[3.5,9,4.5,14],"rotation":90,"texture":"#3"},"east":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"south":{"uv":[3.5,9,4.5,14],"rotation":90,"texture":"#3"},"west":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"up":{"uv":[3.5,9,8.5,13],"rotation":180,"texture":"#3"},"down":{"uv":[1.5,9,6.5,13],"rotation":180,"texture":"#3"}}},{"from":[12.79784,4.5,6.25],"to":[16.79784,5.5,9.75],"rotation":{"angle":0,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#3"},"east":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#3"},"south":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#3"},"west":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#3"},"up":{"uv":[5,8.5,9,12],"rotation":180,"texture":"#3"},"down":{"uv":[5,8.5,9,12],"rotation":180,"texture":"#3"}}},{"from":[12.80784,4.51,6.26],"to":[16.78784,5.49,9.74],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#3"},"east":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#3"},"south":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#3"},"west":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#3"},"up":{"uv":[5,8.5,9,12],"rotation":180,"texture":"#3"},"down":{"uv":[5,8.5,9,12],"rotation":180,"texture":"#3"}}},{"from":[14.06468,3.51,6.01],"to":[19.04468,4.49,9.99],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[3.5,9,4.5,14],"rotation":90,"texture":"#3"},"east":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"south":{"uv":[3.5,9,4.5,14],"rotation":90,"texture":"#3"},"west":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"up":{"uv":[3.5,9,8.5,13],"rotation":180,"texture":"#3"},"down":{"uv":[1.5,9,6.5,13],"rotation":180,"texture":"#3"}}},{"from":[16.57835,2.51,5.51],"to":[20.55835,3.49,10.49],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[2,9,3,13],"rotation":90,"texture":"#3"},"east":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"south":{"uv":[2,9,3,13],"rotation":90,"texture":"#3"},"west":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"up":{"uv":[2,9,6,14],"rotation":180,"texture":"#3"},"down":{"uv":[0,9,4,14],"rotation":180,"texture":"#3"}}},{"from":[16.56835,2.5,5.5],"to":[21.56835,3.5,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"east":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"south":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"west":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"up":{"uv":[2,9,7,14],"rotation":180,"texture":"#3"},"down":{"uv":[0,9,5,14],"rotation":180,"texture":"#3"}}},{"from":[5,1.5,19.08202],"to":[11,2.5,23.08202],"rotation":{"angle":45,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[0,9,1,15],"rotation":90,"texture":"#3"},"east":{"uv":[0,9,1,13],"rotation":90,"texture":"#3"},"south":{"uv":[0,9,1,15],"rotation":90,"texture":"#3"},"west":{"uv":[0,9,1,13],"rotation":90,"texture":"#3"},"up":{"uv":[0,9,4,15],"rotation":270,"texture":"#3"},"down":{"uv":[0,9,4,15],"rotation":90,"texture":"#3"}}},{"from":[19.09202,1.51,5.01],"to":[24.07202,2.49,10.99],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[0,9,1,14],"rotation":90,"texture":"#3"},"east":{"uv":[0,9,1,15],"rotation":90,"texture":"#3"},"south":{"uv":[0,9,1,14],"rotation":90,"texture":"#3"},"west":{"uv":[0,9,1,15],"rotation":90,"texture":"#3"},"up":{"uv":[0,9,5,15],"rotation":180,"texture":"#3"},"down":{"uv":[0,9,5,15],"rotation":180,"texture":"#3"}}},{"from":[19.08202,1.5,5],"to":[23.08202,2.5,11],"rotation":{"angle":0,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[0,9,1,13],"rotation":90,"texture":"#3"},"east":{"uv":[0,9,1,15],"rotation":90,"texture":"#3"},"south":{"uv":[0,9,1,13],"rotation":90,"texture":"#3"},"west":{"uv":[0,9,1,15],"rotation":90,"texture":"#3"},"up":{"uv":[0,9,4,15],"rotation":180,"texture":"#3"},"down":{"uv":[0,9,4,15],"rotation":180,"texture":"#3"}}},{"from":[19.09202,1.51,5.01],"to":[24.07202,2.49,10.99],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[0,9,1,14],"rotation":90,"texture":"#3"},"east":{"uv":[0,9,1,15],"rotation":90,"texture":"#3"},"south":{"uv":[0,9,1,14],"rotation":90,"texture":"#3"},"west":{"uv":[0,9,1,15],"rotation":90,"texture":"#3"},"up":{"uv":[0,9,5,15],"rotation":180,"texture":"#3"},"down":{"uv":[0,9,5,15],"rotation":180,"texture":"#3"}}},{"from":[3.98,4.48,-1.67685],"to":[12.02,7.52,-1.63685],"rotation":{"angle":45,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[8,1,0,4],"texture":"#3"},"east":{"uv":[0,0,1,1],"texture":"#3"},"south":{"uv":[0,1,8,4],"texture":"#3"},"west":{"uv":[0,0,1,1],"texture":"#3"},"down":{"uv":[0,0,1,1],"texture":"#3"}}},{"from":[3.98,4.48,-1.67685],"to":[12.02,7.52,-1.63685],"rotation":{"angle":0,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[14,1,6,4],"texture":"#3"},"east":{"uv":[0,0.5,0,3.5],"texture":"#3"},"south":{"uv":[6,1,14,4],"texture":"#3"},"west":{"uv":[0,0.5,0,3.5],"texture":"#3"},"down":{"uv":[0,0.5,8,0.5],"texture":"#3"}}},{"from":[3.98,4.48,17.63685],"to":[12.02,7.52,17.67685],"rotation":{"angle":45,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[15,1,7,4],"texture":"#3"},"east":{"uv":[7,1,7,4],"texture":"#3"},"south":{"uv":[7,1,15,4],"texture":"#3"},"west":{"uv":[7,1,7,4],"texture":"#3"},"down":{"uv":[7,1,15,1],"texture":"#3"}}},{"from":[3.98,4.48,17.63685],"to":[12.02,7.52,17.67685],"rotation":{"angle":0,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[15,1,7,4],"texture":"#3"},"east":{"uv":[0,0,1,1],"texture":"#3"},"south":{"uv":[7,1,15,4],"texture":"#3"},"west":{"uv":[0,0,1,1],"texture":"#3"},"down":{"uv":[0,0,1,1],"texture":"#3"}}},{"from":[-1.67685,4.48,3.98],"to":[-1.63685,7.52,12.02],"rotation":{"angle":45,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[6.5,0.5,14.5,3.5],"texture":"#3"},"east":{"uv":[6.5,1,14.5,4],"texture":"#3"},"south":{"uv":[6.5,0.5,14.5,3.5],"texture":"#3"},"west":{"uv":[14.5,1,6.5,4],"texture":"#3"},"down":{"uv":[6.5,0.5,14.5,3.5],"texture":"#3"}}},{"from":[-1.67685,4.48,3.98],"to":[-1.63685,7.52,12.02],"rotation":{"angle":0,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[4,0.5,12,3.5],"texture":"#3"},"east":{"uv":[4,1,12,4],"texture":"#3"},"south":{"uv":[4,0.5,12,3.5],"texture":"#3"},"west":{"uv":[12,1,4,4],"texture":"#3"},"down":{"uv":[4,0.5,12,3.5],"texture":"#3"}}},{"from":[17.63685,4.48,3.98],"to":[17.67685,7.52,12.02],"rotation":{"angle":45,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[6.5,0.5,14.5,3.5],"texture":"#3"},"east":{"uv":[6.5,1,14.5,4],"texture":"#3"},"south":{"uv":[6.5,0.5,14.5,3.5],"texture":"#3"},"west":{"uv":[14.5,1,6.5,4],"texture":"#3"},"down":{"uv":[6.5,0.5,14.5,3.5],"texture":"#3"}}},{"from":[17.63685,4.48,3.98],"to":[17.67685,7.52,12.02],"rotation":{"angle":0,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[6.5,0.5,14.5,3.5],"texture":"#3"},"east":{"uv":[6.5,1,14.5,4],"texture":"#3"},"south":{"uv":[6.5,0.5,14.5,3.5],"texture":"#3"},"west":{"uv":[14.5,1,6.5,4],"texture":"#3"},"down":{"uv":[6.5,0.5,14.5,3.5],"texture":"#3"}}}],"display":{"head":{"rotation":[15,-22.5,0],"translation":[0,8.25,1],"scale":[1.58,1.58,1.58]},"ground":{"rotation":[5,-1,-5],"translation":[0,10,0],"scale":[0.5,0.5,0.5]},"gui":{"rotation":[-150,45,175],"translation":[0,0,0],"scale":[0.55,0.55,0.55]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/stout_shako.json b/assets/minecraft/models/item/wynn/skin/hat/stout_shako.json new file mode 100644 index 000000000..00b07686e --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/stout_shako.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/red_gradient1","1":"skins/decay_1","2":"skins/soul_heart","particle":"skins/red_gradient1"},"elements":[{"from":[7.11489,3.01,3.51],"to":[8.88511,6.99,12.49],"rotation":{"angle":-45,"axis":"y","origin":[8,6.5,8]},"faces":{"north":{"uv":[6,3.5,8,7.5],"texture":"#1"},"east":{"uv":[3,3.5,5,7.5],"texture":"#1"},"south":{"uv":[5,4,7,8],"texture":"#1"},"west":{"uv":[3,3.5,5,7.5],"texture":"#1"},"up":{"uv":[4,12.5,13,14.29021],"rotation":90,"texture":"#1"},"down":{"uv":[0,7,8.5,9],"rotation":90,"texture":"#1"}}},{"from":[7.10489,3,3.5],"to":[8.89511,7,12.5],"rotation":{"angle":-22.5,"axis":"y","origin":[8,6.5,8]},"faces":{"north":{"uv":[1,3.5,3,7.5],"texture":"#1"},"east":{"uv":[3,3.5,5,7.5],"texture":"#1"},"south":{"uv":[1,4,3,8],"texture":"#1"},"west":{"uv":[3,3.5,5,7.5],"texture":"#1"},"up":{"uv":[4,12.5,13,14.29021],"rotation":90,"texture":"#1"},"down":{"uv":[0,7,8.5,9],"rotation":90,"texture":"#1"}}},{"from":[7.11489,3.01,3.51],"to":[8.88511,6.99,12.49],"rotation":{"angle":0,"axis":"y","origin":[8,6.5,8]},"faces":{"north":{"uv":[3,3.5,5,7.5],"texture":"#1"},"east":{"uv":[3,3.5,5,7.5],"texture":"#1"},"south":{"uv":[3,4,5,8],"texture":"#1"},"west":{"uv":[3,3.5,5,7.5],"texture":"#1"},"up":{"uv":[4,12.5,13,14.29021],"rotation":90,"texture":"#1"},"down":{"uv":[0,7,8.5,9],"rotation":90,"texture":"#1"}}},{"from":[7.09489,2.99,3.49],"to":[8.90511,7.01,12.51],"rotation":{"angle":22.5,"axis":"y","origin":[8,6.5,8]},"faces":{"north":{"uv":[4.5,3.5,6.29021,7.5],"texture":"#1"},"east":{"uv":[3,3.5,5,7.5],"texture":"#1"},"south":{"uv":[5,3.5,7,7.5],"texture":"#1"},"west":{"uv":[3,3.5,5,7.5],"texture":"#1"},"up":{"uv":[4,12.5,13,14.29021],"rotation":90,"texture":"#1"},"down":{"uv":[0,7,8.5,9],"rotation":90,"texture":"#1"}}},{"from":[7.11489,3.01,3.51],"to":[8.88511,6.99,12.49],"rotation":{"angle":45,"axis":"y","origin":[8,6.5,8]},"faces":{"north":{"uv":[3,3.5,5,7.5],"texture":"#1"},"east":{"uv":[3,3.5,5,7.5],"texture":"#1"},"south":{"uv":[1,3.5,3,7.5],"texture":"#1"},"west":{"uv":[3,3.5,5,7.5],"texture":"#1"},"up":{"uv":[4,12.5,13,14.29021],"rotation":90,"texture":"#1"},"down":{"uv":[0,7,8.5,9],"rotation":90,"texture":"#1"}}},{"from":[3.5,3,7.10489],"to":[12.5,7,8.89511],"rotation":{"angle":-22.5,"axis":"y","origin":[8,6.5,8]},"faces":{"north":{"uv":[3,3.5,5,7.5],"texture":"#1"},"east":{"uv":[4.5,3.5,6.5,7.5],"texture":"#1"},"south":{"uv":[3,3.5,5,7.5],"texture":"#1"},"west":{"uv":[4,4,6,8],"texture":"#1"},"up":{"uv":[4,12.5,13,14.29021],"texture":"#1"},"down":{"uv":[0,7,8.5,9],"rotation":180,"texture":"#1"}}},{"from":[3.51,3.01,7.11489],"to":[12.49,6.99,8.88511],"rotation":{"angle":0,"axis":"y","origin":[8,6.5,8]},"faces":{"north":{"uv":[3,3.5,5,7.5],"texture":"#1"},"east":{"uv":[1.5,3.5,3.5,7.5],"texture":"#1"},"south":{"uv":[3,3.5,5,7.5],"texture":"#1"},"west":{"uv":[3,3.5,5,7.5],"texture":"#1"},"up":{"uv":[4,12.5,13,14.29021],"texture":"#1"},"down":{"uv":[0,7,8.5,9],"rotation":180,"texture":"#1"}}},{"from":[3.495,2.995,7.09989],"to":[12.505,7.005,8.90011],"rotation":{"angle":22.5,"axis":"y","origin":[8,6.5,8]},"faces":{"north":{"uv":[3,3.5,5,7.5],"texture":"#1"},"east":{"uv":[0.5,3.5,2.5,7.5],"texture":"#1"},"south":{"uv":[3,3.5,5,7.5],"texture":"#1"},"west":{"uv":[5,3.5,7,7.5],"texture":"#1"},"up":{"uv":[4,12.5,13,14.29021],"texture":"#1"},"down":{"uv":[0,7,8.5,9],"rotation":180,"texture":"#1"}}},{"from":[7.21435,0.01,4.01],"to":[8.78565,2.99,11.99],"rotation":{"angle":-45,"axis":"y","origin":[8,-0.5,8]},"faces":{"north":{"uv":[5,6,6.5913,9],"texture":"#1"},"east":{"uv":[0,6,8,9],"texture":"#1"},"south":{"uv":[5,6,6.5913,9],"texture":"#1"},"west":{"uv":[0,6,8,9],"texture":"#1"},"up":{"uv":[5,6,6.5913,14],"texture":"#1"},"down":{"uv":[0,7.5,1.5913,8.99],"rotation":90,"texture":"#1"}}},{"from":[7.20435,0,4],"to":[8.79565,3,12],"rotation":{"angle":-22.5,"axis":"y","origin":[8,-0.5,8]},"faces":{"north":{"uv":[5,6,6.5913,9],"texture":"#1"},"east":{"uv":[0,6,8,9],"texture":"#1"},"south":{"uv":[5,6,6.5913,9],"texture":"#1"},"west":{"uv":[0,6,8,9],"texture":"#1"},"up":{"uv":[5,6,6.5913,14],"texture":"#1"},"down":{"uv":[0,7.5,1.5913,8.99],"rotation":90,"texture":"#1"}}},{"from":[7.21435,0.01,4.01],"to":[8.78565,2.99,11.99],"rotation":{"angle":0,"axis":"y","origin":[8,-0.5,8]},"faces":{"north":{"uv":[5,6,6.5913,9],"texture":"#1"},"east":{"uv":[0,6,8,9],"texture":"#1"},"south":{"uv":[5,6,6.5913,9],"texture":"#1"},"west":{"uv":[0,6,8,9],"texture":"#1"},"up":{"uv":[5,6,6.5913,14],"texture":"#1"},"down":{"uv":[0,7.5,1.5913,8.99],"rotation":90,"texture":"#1"}}},{"from":[7.19435,-0.01,3.99],"to":[8.80565,3.01,12.01],"rotation":{"angle":22.5,"axis":"y","origin":[8,-0.5,8]},"faces":{"north":{"uv":[5,6,6.5913,9],"texture":"#1"},"east":{"uv":[0,6,8,9],"texture":"#1"},"south":{"uv":[5,6,6.5913,9],"texture":"#1"},"west":{"uv":[0,6,8,9],"texture":"#1"},"up":{"uv":[5,6,6.5913,14],"texture":"#1"},"down":{"uv":[0,7.5,1.5913,8.99],"rotation":90,"texture":"#1"}}},{"from":[7.21435,0.01,4.01],"to":[8.78565,2.99,11.99],"rotation":{"angle":45,"axis":"y","origin":[8,-0.5,8]},"faces":{"north":{"uv":[5,6,6.5913,9],"texture":"#1"},"east":{"uv":[0,6,8,9],"texture":"#1"},"south":{"uv":[5,6,6.5913,9],"texture":"#1"},"west":{"uv":[0,6,8,9],"texture":"#1"},"up":{"uv":[5,6,6.5913,14],"texture":"#1"},"down":{"uv":[0,7.5,1.5913,8.99],"rotation":90,"texture":"#1"}}},{"from":[4,0,7.20435],"to":[12,3,8.79565],"rotation":{"angle":-22.5,"axis":"y","origin":[8,-0.5,8]},"faces":{"north":{"uv":[0,6,8,9],"texture":"#1"},"east":{"uv":[5,6,6.5913,9],"texture":"#1"},"south":{"uv":[0,6,8,9],"texture":"#1"},"west":{"uv":[5,6,6.5913,9],"texture":"#1"},"up":{"uv":[5,6,13,7.5913],"texture":"#1"},"down":{"uv":[0,7.5,8,8.99],"rotation":180,"texture":"#1"}}},{"from":[4.01,0.01,7.21435],"to":[11.99,2.99,8.78565],"rotation":{"angle":0,"axis":"y","origin":[8,-0.5,8]},"faces":{"north":{"uv":[0,6,8,9],"texture":"#1"},"east":{"uv":[5,6,6.5913,9],"texture":"#1"},"south":{"uv":[0,6,8,9],"texture":"#1"},"west":{"uv":[5,6,6.5913,9],"texture":"#1"},"up":{"uv":[5,6,13,7.5913],"texture":"#1"},"down":{"uv":[0,7.5,8,8.99],"rotation":180,"texture":"#1"}}},{"from":[3.995,-0.005,7.19935],"to":[12.005,3.005,8.80065],"rotation":{"angle":22.5,"axis":"y","origin":[8,-0.5,8]},"faces":{"north":{"uv":[0,6,8,9],"texture":"#1"},"east":{"uv":[5,6,6.5913,9],"texture":"#1"},"south":{"uv":[0,6,8,9],"texture":"#1"},"west":{"uv":[5,6,6.5913,9],"texture":"#1"},"up":{"uv":[5,6,13,7.5913],"texture":"#1"},"down":{"uv":[0,7.5,8,8.99],"rotation":180,"texture":"#1"}}},{"from":[4.015,0.015,5.21935],"to":[11.985,0.485,7.18935],"rotation":{"angle":0,"axis":"y","origin":[0,0,0.05435]},"faces":{"north":{"uv":[0,6.5,8,7],"texture":"#1"},"east":{"uv":[0,6.5,2,7],"texture":"#1"},"south":{"uv":[0,6.5,8,7],"texture":"#1"},"west":{"uv":[0,6.5,2,7],"texture":"#1"},"up":{"uv":[0,6.5,8,8.5],"texture":"#1"},"down":{"uv":[0,6.5,8,8.5],"texture":"#1"}}},{"from":[4.70465,0.02,3.78239],"to":[9.66465,0.48,5.74239],"rotation":{"angle":-22.5,"axis":"y","origin":[5.68465,0.25,3.76239]},"faces":{"north":{"uv":[3,4,3.5,9],"rotation":90,"texture":"#1"},"east":{"uv":[3,4,3.5,6],"rotation":90,"texture":"#1"},"south":{"uv":[3,4,3.5,9],"rotation":90,"texture":"#1"},"west":{"uv":[5,7,5.5,9],"rotation":90,"texture":"#1"},"up":{"uv":[3,4,5,9],"rotation":90,"texture":"#1"},"down":{"uv":[3,4,5,9],"rotation":90,"texture":"#1"}}},{"from":[6.33535,0.02,3.78239],"to":[11.29535,0.48,5.74239],"rotation":{"angle":22.5,"axis":"y","origin":[10.31535,0.25,3.76239]},"faces":{"north":{"uv":[0,6.5,0.5,11.5],"rotation":270,"texture":"#1"},"east":{"uv":[0,6.5,0.5,8.5],"rotation":270,"texture":"#1"},"south":{"uv":[0,6.5,0.5,11.5],"rotation":270,"texture":"#1"},"west":{"uv":[0,6.5,0.5,8.5],"rotation":270,"texture":"#1"},"up":{"uv":[1.5,4,3.5,9],"rotation":270,"texture":"#1"},"down":{"uv":[2,4,4,9],"rotation":270,"texture":"#1"}}},{"from":[5.17689,0.015,2.41431],"to":[7.14689,0.485,4.38431],"rotation":{"angle":-45,"axis":"y","origin":[6.16189,0.25,3.39931]},"faces":{"north":{"uv":[0,6.5,0.5,8.5],"rotation":270,"texture":"#1"},"east":{"uv":[0,6.5,0.5,8.5],"rotation":270,"texture":"#1"},"south":{"uv":[0,6.5,0.5,8.5],"rotation":270,"texture":"#1"},"west":{"uv":[0,6.5,0.5,8.5],"rotation":270,"texture":"#1"},"up":{"uv":[1,7,3,9],"rotation":270,"texture":"#1"},"down":{"uv":[2,7,4,9],"rotation":270,"texture":"#1"}}},{"from":[6.15189,0.005,1.99631],"to":[9.84189,0.495,4.98631],"rotation":{"angle":0,"axis":"y","origin":[7.14689,0.25,2.99131]},"faces":{"north":{"uv":[2.5,8.5,6.2,9],"rotation":180,"texture":"#1"},"east":{"uv":[2.5,6,5.5,6.5],"rotation":180,"texture":"#1"},"south":{"uv":[2.5,6,6.2,6.5],"rotation":180,"texture":"#1"},"west":{"uv":[2.5,6,5.5,6.5],"rotation":180,"texture":"#1"},"up":{"uv":[2.5,6,6.2,9],"rotation":180,"texture":"#1"},"down":{"uv":[2.5,6,6.2,9],"texture":"#1"}}},{"from":[8.85311,0.015,2.41431],"to":[10.82311,0.485,4.38431],"rotation":{"angle":45,"axis":"y","origin":[9.83811,0.25,3.39931]},"faces":{"north":{"uv":[0,6.5,0.5,8.5],"rotation":270,"texture":"#1"},"east":{"uv":[0,6.5,0.5,8.5],"rotation":270,"texture":"#1"},"south":{"uv":[0,6.5,0.5,8.5],"rotation":270,"texture":"#1"},"west":{"uv":[0,6.5,0.5,8.5],"rotation":270,"texture":"#1"},"up":{"uv":[0,6.5,2,8.5],"rotation":270,"texture":"#1"},"down":{"uv":[0,6.5,2,8.5],"rotation":270,"texture":"#1"}}},{"from":[7,6.75,3.5],"to":[9,8.75,5.5],"rotation":{"angle":-22.5,"axis":"x","origin":[8,7.75,5]},"faces":{"north":{"uv":[0,0,2,2],"texture":"#0"},"east":{"uv":[0,0,2,2],"texture":"#0"},"south":{"uv":[0,0,2,2],"texture":"#0"},"west":{"uv":[0,0,2,2],"texture":"#0"},"up":{"uv":[0,0,2,2],"texture":"#0"},"down":{"uv":[0,0,2,2],"texture":"#0"}}},{"from":[7.05517,5,3.25],"to":[8.94483,6.5,12.75],"rotation":{"angle":-45,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0,0,1.88967,1.5],"texture":"#0"},"east":{"uv":[0,0,9.5,1.5],"texture":"#0"},"south":{"uv":[0,0,1.88967,1.5],"texture":"#0"},"west":{"uv":[0,0,9.5,1.5],"texture":"#0"},"up":{"uv":[0,1.5,8,3.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,1.5,8,3.5],"rotation":90,"texture":"#0"}}},{"from":[7.05517,5,3.25],"to":[8.94483,6.5,12.75],"rotation":{"angle":-22.5,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0,0,1.88967,1.5],"texture":"#0"},"east":{"uv":[0,0,9.5,1.5],"texture":"#0"},"south":{"uv":[0,0,1.88967,1.5],"texture":"#0"},"west":{"uv":[0,0,9.5,1.5],"texture":"#0"},"up":{"uv":[0,1.5,8,3.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,1.5,8,3.5],"rotation":90,"texture":"#0"}}},{"from":[7.05517,5,3.35],"to":[8.94483,6.5,12.75],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0,0,1.88967,1.5],"texture":"#0"},"east":{"uv":[0,0,9.5,1.5],"texture":"#0"},"south":{"uv":[0,0,1.88967,1.5],"texture":"#0"},"west":{"uv":[0,0,9.5,1.5],"texture":"#0"},"up":{"uv":[0,1.5,8,3.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,1.5,8,3.5],"rotation":90,"texture":"#0"}}},{"from":[7.05517,5,3.25],"to":[8.94483,6.5,12.75],"rotation":{"angle":22.5,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0,0,1.88967,1.5],"texture":"#0"},"east":{"uv":[0,0,9.5,1.5],"texture":"#0"},"south":{"uv":[0,0,1.88967,1.5],"texture":"#0"},"west":{"uv":[0,0,9.5,1.5],"texture":"#0"},"up":{"uv":[0,1.5,8,3.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,1.5,8,3.5],"rotation":90,"texture":"#0"}}},{"from":[7.05517,5,3.25],"to":[8.94483,6.5,12.75],"rotation":{"angle":45,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0,0,1.88967,1.5],"texture":"#0"},"east":{"uv":[0,0,9.5,1.5],"texture":"#0"},"south":{"uv":[0,0,1.88967,1.5],"texture":"#0"},"west":{"uv":[0,0,9.5,1.5],"texture":"#0"},"up":{"uv":[0,1.5,8,3.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,1.5,8,3.5],"rotation":90,"texture":"#0"}}},{"from":[3.25,5,7.05517],"to":[12.75,6.5,8.94483],"rotation":{"angle":-22.5,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0,0,9.5,1.5],"texture":"#0"},"east":{"uv":[0,0,1.88967,1.5],"texture":"#0"},"south":{"uv":[0,0,9.5,1.5],"texture":"#0"},"west":{"uv":[0,0,1.88967,1.5],"texture":"#0"},"up":{"uv":[0,1.5,8,3.5],"rotation":180,"texture":"#0"},"down":{"uv":[0,1.5,8,3.5],"rotation":180,"texture":"#0"}}},{"from":[3.25,5,7.05517],"to":[12.75,6.5,8.94483],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0,0,9.5,1.5],"texture":"#0"},"east":{"uv":[0,0,1.88967,1.5],"texture":"#0"},"south":{"uv":[0,0,9.5,1.5],"texture":"#0"},"west":{"uv":[0,0,1.88967,1.5],"texture":"#0"},"up":{"uv":[0,1.5,8,3.5],"rotation":180,"texture":"#0"},"down":{"uv":[0,1.5,8,3.5],"rotation":180,"texture":"#0"}}},{"from":[3.25,5,7.05517],"to":[12.75,6.5,8.94483],"rotation":{"angle":22.5,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0,0,9.5,1.5],"texture":"#0"},"east":{"uv":[0,0,1.88967,1.5],"texture":"#0"},"south":{"uv":[0,0,9.5,1.5],"texture":"#0"},"west":{"uv":[0,0,1.88967,1.5],"texture":"#0"},"up":{"uv":[0,1.5,8,3.5],"rotation":180,"texture":"#0"},"down":{"uv":[0,1.5,8,3.5],"rotation":180,"texture":"#0"}}},{"from":[7.5,5.25,2.75],"to":[8.5,6.25,3.75],"rotation":{"angle":45,"axis":"z","origin":[8,5.75,3.25]},"faces":{"north":{"uv":[0,11.5,1,12.5],"rotation":270,"texture":"#2"},"east":{"uv":[0,11.5,1,12.5],"rotation":270,"texture":"#2"},"south":{"uv":[0,11.5,1,12.5],"rotation":270,"texture":"#2"},"west":{"uv":[0,11.5,1,12.5],"rotation":270,"texture":"#2"},"up":{"uv":[0,11.5,1,12.5],"rotation":270,"texture":"#2"},"down":{"uv":[0,11.5,1,12.5],"rotation":270,"texture":"#2"}}},{"from":[7,4.75,3],"to":[9,6.75,4],"rotation":{"angle":45,"axis":"z","origin":[8,5.75,3.5]},"faces":{"north":{"uv":[3.5,11.5,5.5,13.5],"rotation":270,"texture":"#2"},"east":{"uv":[3.5,11,5.5,12],"rotation":270,"texture":"#2"},"south":{"uv":[3.5,11.5,5.5,13.5],"rotation":270,"texture":"#2"},"west":{"uv":[3.5,12.5,5.5,13.5],"rotation":270,"texture":"#2"},"up":{"uv":[4.5,11.5,5.5,13.5],"rotation":270,"texture":"#2"},"down":{"uv":[2.5,11.5,3.5,13.5],"rotation":270,"texture":"#2"}}},{"from":[8.78293,3.34207,3.15],"to":[9.78293,5.84207,4.15],"rotation":{"angle":22.5,"axis":"z","origin":[10.03293,3.71707,4]},"faces":{"north":{"uv":[3.5,11.5,6,12.5],"rotation":270,"texture":"#2"},"east":{"uv":[3.5,11,6,12],"rotation":270,"texture":"#2"},"south":{"uv":[3.5,11.5,6,12.5],"rotation":270,"texture":"#2"},"west":{"uv":[3.5,12.5,6,13.5],"rotation":270,"texture":"#2"},"up":{"uv":[3.5,11.5,4.5,12.5],"rotation":270,"texture":"#2"},"down":{"uv":[3.5,11.5,4.5,12.5],"rotation":270,"texture":"#2"}}},{"from":[6.21707,3.34207,3.15],"to":[7.21707,5.84207,4.15],"rotation":{"angle":-22.5,"axis":"z","origin":[5.96707,3.71707,4]},"faces":{"north":{"uv":[3.5,12.5,6,11.5],"rotation":270,"texture":"#2"},"east":{"uv":[3.5,13.5,6,12.5],"rotation":270,"texture":"#2"},"south":{"uv":[3.5,12.5,6,11.5],"rotation":270,"texture":"#2"},"west":{"uv":[3.5,12,6,11],"rotation":270,"texture":"#2"},"up":{"uv":[3.5,12.5,4.5,11.5],"rotation":270,"texture":"#2"},"down":{"uv":[3.5,12.5,4.5,11.5],"rotation":270,"texture":"#2"}}},{"from":[8.78293,1.34207,3.65],"to":[9.78293,3.34207,4.65],"rotation":{"angle":22.5,"axis":"z","origin":[10.03293,3.71707,4]},"faces":{"north":{"uv":[2,11.5,4,12.5],"rotation":270,"texture":"#2"},"east":{"uv":[2,11,4,12],"rotation":270,"texture":"#2"},"south":{"uv":[2,11.5,4,12.5],"rotation":270,"texture":"#2"},"west":{"uv":[2,12,4,13],"rotation":270,"texture":"#2"},"up":{"uv":[2,11.5,3,12.5],"rotation":270,"texture":"#2"},"down":{"uv":[2,11.5,3,12.5],"rotation":270,"texture":"#2"}}},{"from":[6.21707,1.34207,3.65],"to":[7.21707,3.34207,4.65],"rotation":{"angle":-22.5,"axis":"z","origin":[5.96707,3.71707,4]},"faces":{"north":{"uv":[2,12.5,4,11.5],"rotation":270,"texture":"#2"},"east":{"uv":[2,13,4,12],"rotation":270,"texture":"#2"},"south":{"uv":[2,12.5,4,11.5],"rotation":270,"texture":"#2"},"west":{"uv":[2,12,4,11],"rotation":270,"texture":"#2"},"up":{"uv":[2,12.5,3,11.5],"rotation":270,"texture":"#2"},"down":{"uv":[2,12.5,3,11.5],"rotation":270,"texture":"#2"}}},{"from":[10.34762,0.69095,4.15],"to":[11.34762,1.69095,5.15],"rotation":{"angle":45,"axis":"z","origin":[10.84762,0.69095,4.15]},"faces":{"north":{"uv":[1.5,11,2.5,12],"rotation":270,"texture":"#2"},"east":{"uv":[1.5,11,2.5,12],"rotation":270,"texture":"#2"},"south":{"uv":[1.5,11,2.5,12],"rotation":270,"texture":"#2"},"west":{"uv":[1.5,11,2.5,12],"rotation":270,"texture":"#2"},"up":{"uv":[1.5,11,2.5,12],"rotation":270,"texture":"#2"},"down":{"uv":[1.5,11,2.5,12],"rotation":270,"texture":"#2"}}},{"from":[4.65238,0.69095,4.15],"to":[5.65238,1.69095,5.15],"rotation":{"angle":-45,"axis":"z","origin":[5.15238,0.69095,4.15]},"faces":{"north":{"uv":[1.5,12,2.5,11],"rotation":270,"texture":"#2"},"east":{"uv":[1.5,12,2.5,11],"rotation":270,"texture":"#2"},"south":{"uv":[1.5,12,2.5,11],"rotation":270,"texture":"#2"},"west":{"uv":[1.5,12,2.5,11],"rotation":270,"texture":"#2"},"up":{"uv":[1.5,12,2.5,11],"rotation":270,"texture":"#2"},"down":{"uv":[1.5,12,2.5,11],"rotation":270,"texture":"#2"}}},{"from":[10.20117,0.0445,4.65],"to":[11.70117,1.0445,6.65],"rotation":{"angle":0,"axis":"z","origin":[10.70117,0.7945,4.65]},"faces":{"north":{"uv":[0,10.5,1.5,11.5],"texture":"#2"},"east":{"uv":[0,10.5,2,11.5],"texture":"#2"},"south":{"uv":[0,10.5,1.5,11.5],"texture":"#2"},"west":{"uv":[0,10.5,2,11.5],"texture":"#2"},"up":{"uv":[0,10.5,1.5,12.5],"texture":"#2"},"down":{"uv":[0,10.5,1.5,12.5],"texture":"#2"}}},{"from":[4.29883,0.0445,4.65],"to":[5.79883,1.0445,6.65],"rotation":{"angle":0,"axis":"z","origin":[5.29883,0.7945,4.65]},"faces":{"north":{"uv":[1,10.5,2.5,11.5],"texture":"#2"},"east":{"uv":[1,10.5,3,11.5],"texture":"#2"},"south":{"uv":[1,10.5,2.5,11.5],"texture":"#2"},"west":{"uv":[1,10.5,3,11.5],"texture":"#2"},"up":{"uv":[1,10.5,2.5,12.5],"texture":"#2"},"down":{"uv":[1,10.5,2.5,12.5],"texture":"#2"}}}],"display":{"head":{"rotation":[5,0,0],"translation":[0,23,1.75],"scale":[2.25,2.25,2.25]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/straw_hat.json b/assets/minecraft/models/item/wynn/skin/hat/straw_hat.json new file mode 100644 index 000000000..26d6a3f00 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/straw_hat.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/straw_hat","particle":"skins/straw_hat"},"elements":[{"from":[0,-0.2,0],"to":[16,-0.19,16],"faces":{"up":{"uv":[0,0,8,8],"texture":"#0"},"down":{"uv":[0,16,8,8],"texture":"#0"}}},{"from":[4,0,4],"to":[12,5,12],"faces":{"north":{"uv":[12,0,16,2.5],"texture":"#0"},"east":{"uv":[12,0,16,2.5],"texture":"#0"},"south":{"uv":[12,0,16,2.5],"texture":"#0"},"west":{"uv":[12,0,16,2.5],"texture":"#0"},"up":{"uv":[8,0,12,4],"texture":"#0"}}},{"from":[3.8,-0.2,3.8],"to":[12.2,5.2,12.2],"faces":{"north":{"uv":[12,2.5,16,5],"texture":"#0"},"east":{"uv":[12,2.5,16,5],"texture":"#0"},"south":{"uv":[12,2.5,16,5],"texture":"#0"},"west":{"uv":[12,2.5,16,5],"texture":"#0"}}}],"display":{"head":{"rotation":[5,0,5],"translation":[-1.25,17.25,1.5],"scale":[1.95,1.95,1.95]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/sun_hat.json b/assets/minecraft/models/item/wynn/skin/hat/sun_hat.json new file mode 100644 index 000000000..c8af37cd5 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/sun_hat.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/sun_hat","particle":"skins/sun_hat"},"elements":[{"from":[4,0,4],"to":[12,4,12],"rotation":{"angle":0,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[12,0,16,2],"texture":"#0"},"east":{"uv":[12,0,16,2],"texture":"#0"},"south":{"uv":[12,0,16,2],"texture":"#0"},"west":{"uv":[12,0,16,2],"texture":"#0"},"up":{"uv":[12,4,8,0],"texture":"#0"}}},{"from":[3.8,-0.2,3.8],"to":[12.2,4.2,12.2],"rotation":{"angle":0,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[12,2,16,4],"texture":"#0"},"east":{"uv":[12,2,16,4],"texture":"#0"},"south":{"uv":[12,2,16,4],"texture":"#0"},"west":{"uv":[12,2,16,4],"texture":"#0"}}},{"from":[0,0,0],"to":[16,0.01,16],"rotation":{"angle":0,"axis":"y","origin":[8,1,8]},"faces":{"up":{"uv":[8,8,0,0],"texture":"#0"},"down":{"uv":[8,8,0,16],"texture":"#0"}}},{"from":[3,0.5,3.5],"to":[6,3.5,3.51],"rotation":{"angle":22.5,"axis":"y","origin":[4.5,1.5,4]},"faces":{"north":{"uv":[8,4,9.5,5.5],"texture":"#0"},"south":{"uv":[8,4,9.5,5.5],"texture":"#0"}}}],"display":{"head":{"rotation":[5,0,0],"translation":[0,18.5,1.5],"scale":[1.95,1.95,1.95]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/thankful_capotain.json b/assets/minecraft/models/item/wynn/skin/hat/thankful_capotain.json new file mode 100644 index 000000000..ba1cbce67 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/thankful_capotain.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/brown_gradient","1":"skins/soul_heart","2":"skins/beret","particle":"skins/brown_gradient"},"elements":[{"from":[6.49,-0.01,0.44899],"to":[9.51,1.01,15.55101],"rotation":{"angle":-45,"axis":"y","origin":[8,0.25,8]},"faces":{"north":{"uv":[0.5,1,1.5,4],"rotation":90,"texture":"#0"},"east":{"uv":[0.5,1,1.5,16.08202],"rotation":90,"texture":"#0"},"south":{"uv":[0.5,1,1.5,4],"rotation":90,"texture":"#0"},"west":{"uv":[0.5,1,1.5,16.08202],"rotation":90,"texture":"#0"},"up":{"uv":[0,1,15.08202,4],"rotation":90,"texture":"#0"},"down":{"uv":[0,1,15.08202,4],"rotation":90,"texture":"#0"}}},{"from":[6.5,0,0.45899],"to":[9.5,1,15.54101],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0.25,8]},"faces":{"north":{"uv":[0.5,1,1.5,4],"rotation":90,"texture":"#0"},"east":{"uv":[0.5,1,1.5,16.08202],"rotation":90,"texture":"#0"},"south":{"uv":[0.5,1,1.5,4],"rotation":90,"texture":"#0"},"west":{"uv":[0.5,1,1.5,16.08202],"rotation":90,"texture":"#0"},"up":{"uv":[0,1,15.08202,4],"rotation":90,"texture":"#0"},"down":{"uv":[0,1,15.08202,4],"rotation":90,"texture":"#0"}}},{"from":[6.48,-0.02,0.43899],"to":[9.52,1.02,15.56101],"rotation":{"angle":0,"axis":"x","origin":[8,0.25,8]},"faces":{"north":{"uv":[0.5,1,1.5,4],"rotation":90,"texture":"#0"},"east":{"uv":[0.5,1,1.5,16.08202],"rotation":90,"texture":"#0"},"south":{"uv":[0.5,1,1.5,4],"rotation":90,"texture":"#0"},"west":{"uv":[0.5,1,1.5,16.08202],"rotation":90,"texture":"#0"},"up":{"uv":[0,1,15.08202,4],"rotation":90,"texture":"#0"},"down":{"uv":[0,1,15.08202,4],"rotation":90,"texture":"#0"}}},{"from":[6.5,0,0.45899],"to":[9.5,1,15.54101],"rotation":{"angle":22.5,"axis":"y","origin":[8,0.25,8]},"faces":{"north":{"uv":[0.5,1,1.5,4],"rotation":90,"texture":"#0"},"east":{"uv":[0.5,1,1.5,16.08202],"rotation":90,"texture":"#0"},"south":{"uv":[0.5,1,1.5,4],"rotation":90,"texture":"#0"},"west":{"uv":[0.5,1,1.5,16.08202],"rotation":90,"texture":"#0"},"up":{"uv":[0,1,15.08202,4],"rotation":90,"texture":"#0"},"down":{"uv":[0,1,15.08202,4],"rotation":90,"texture":"#0"}}},{"from":[6.49,-0.01,0.44899],"to":[9.51,1.01,15.55101],"rotation":{"angle":45,"axis":"y","origin":[8,0.25,8]},"faces":{"north":{"uv":[0.5,1,1.5,4],"rotation":90,"texture":"#0"},"east":{"uv":[0.5,1,1.5,16.08202],"rotation":90,"texture":"#0"},"south":{"uv":[0.5,1,1.5,4],"rotation":90,"texture":"#0"},"west":{"uv":[0.5,1,1.5,16.08202],"rotation":90,"texture":"#0"},"up":{"uv":[0,1,15.08202,4],"rotation":90,"texture":"#0"},"down":{"uv":[0,1,15.08202,4],"rotation":90,"texture":"#0"}}},{"from":[0.45899,0,6.5],"to":[15.54101,1,9.5],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0.25,8]},"faces":{"north":{"uv":[0,1.08202,1,16.16404],"rotation":90,"texture":"#0"},"east":{"uv":[0,1.08202,1,4.08202],"rotation":90,"texture":"#0"},"south":{"uv":[0,1.08202,1,16.16404],"rotation":90,"texture":"#0"},"west":{"uv":[0,1.08202,1,4.08202],"rotation":90,"texture":"#0"},"up":{"uv":[0,1,15.08202,4],"rotation":180,"texture":"#0"},"down":{"uv":[0,1.08202,15.08202,4.08202],"rotation":180,"texture":"#0"}}},{"from":[0.44399,-0.015,6.485],"to":[15.55601,1.015,9.515],"rotation":{"angle":0,"axis":"x","origin":[8,0.25,8]},"faces":{"north":{"uv":[0,1.08202,1,16.16404],"rotation":90,"texture":"#0"},"east":{"uv":[0,1.08202,1,4.08202],"rotation":90,"texture":"#0"},"south":{"uv":[0,1.08202,1,16.16404],"rotation":90,"texture":"#0"},"west":{"uv":[0,1.08202,1,4.08202],"rotation":90,"texture":"#0"},"up":{"uv":[0,1,15.08202,4],"rotation":180,"texture":"#0"},"down":{"uv":[0,1.08202,15.08202,4.08202],"rotation":180,"texture":"#0"}}},{"from":[0.45899,0,6.5],"to":[15.54101,1,9.5],"rotation":{"angle":22.5,"axis":"y","origin":[8,0.25,8]},"faces":{"north":{"uv":[0,1.08202,1,16.16404],"rotation":90,"texture":"#0"},"east":{"uv":[0,1.08202,1,4.08202],"rotation":90,"texture":"#0"},"south":{"uv":[0,1.08202,1,16.16404],"rotation":90,"texture":"#0"},"west":{"uv":[0,1.08202,1,4.08202],"rotation":90,"texture":"#0"},"up":{"uv":[0,1,15.08202,4],"rotation":180,"texture":"#0"},"down":{"uv":[0,1.08202,15.08202,4.08202],"rotation":180,"texture":"#0"}}},{"from":[4,1,4],"to":[12,5,12],"faces":{"north":{"uv":[6,5,10,13],"rotation":270,"texture":"#0"},"east":{"uv":[6,5,10,13],"rotation":270,"texture":"#0"},"south":{"uv":[6,5,10,13],"rotation":270,"texture":"#0"},"west":{"uv":[6,5,10,13],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,7.5,10,9.5],"rotation":270,"texture":"#0"},"down":{"uv":[6,5,14,13],"rotation":270,"texture":"#0"}}},{"from":[6.25,0.1,-0.79784],"to":[9.75,1.1,1.20216],"rotation":{"angle":-45,"axis":"y","origin":[8,0.6,8]},"faces":{"north":{"uv":[7,7.5,8,11],"rotation":90,"texture":"#0"},"east":{"uv":[7,7.5,9,8.5],"texture":"#0"},"south":{"uv":[7,7.5,10.5,8.5],"texture":"#0"},"west":{"uv":[7,9,8,11],"rotation":90,"texture":"#0"},"up":{"uv":[7,7.5,9,11],"rotation":90,"texture":"#0"},"down":{"uv":[7,7.5,9,11],"rotation":270,"texture":"#0"}}},{"from":[6.25,-0.25,-0.79784],"to":[9.75,0.75,1.20216],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0.25,8]},"faces":{"north":{"uv":[7,7.5,8,11],"rotation":90,"texture":"#0"},"east":{"uv":[7,7.5,9,8.5],"texture":"#0"},"south":{"uv":[7,7.5,10.5,8.5],"texture":"#0"},"west":{"uv":[7,9,8,11],"rotation":90,"texture":"#0"},"up":{"uv":[7,7.5,9,11],"rotation":90,"texture":"#0"},"down":{"uv":[7,7.5,9,11],"rotation":270,"texture":"#0"}}},{"from":[6.25,-0.5,-0.79784],"to":[9.75,0.5,1.20216],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[7,7.5,8,11],"rotation":90,"texture":"#0"},"east":{"uv":[7,7.5,9,8.5],"texture":"#0"},"south":{"uv":[7,7.5,10.5,8.5],"texture":"#0"},"west":{"uv":[7,9,8,11],"rotation":90,"texture":"#0"},"up":{"uv":[7,7.5,9,11],"rotation":90,"texture":"#0"},"down":{"uv":[7,7.5,9,11],"rotation":270,"texture":"#0"}}},{"from":[6.25,-0.25,-0.79784],"to":[9.75,0.75,1.20216],"rotation":{"angle":22.5,"axis":"y","origin":[8,0.25,8]},"faces":{"north":{"uv":[7,7.5,8,11],"rotation":90,"texture":"#0"},"east":{"uv":[7,7.5,9,8.5],"texture":"#0"},"south":{"uv":[7,7.5,10.5,8.5],"texture":"#0"},"west":{"uv":[7,9,8,11],"rotation":90,"texture":"#0"},"up":{"uv":[7,7.5,9,11],"rotation":90,"texture":"#0"},"down":{"uv":[7,7.5,9,11],"rotation":270,"texture":"#0"}}},{"from":[6.25,0.1,-0.79784],"to":[9.75,1.1,1.20216],"rotation":{"angle":45,"axis":"y","origin":[8,0.6,8]},"faces":{"north":{"uv":[7,7.5,8,11],"rotation":90,"texture":"#0"},"east":{"uv":[7,7.5,9,8.5],"texture":"#0"},"south":{"uv":[7,7.5,10.5,8.5],"texture":"#0"},"west":{"uv":[7,9,8,11],"rotation":90,"texture":"#0"},"up":{"uv":[7,7.5,9,11],"rotation":90,"texture":"#0"},"down":{"uv":[7,7.5,9,11],"rotation":270,"texture":"#0"}}},{"from":[6.25,0.1,14.79784],"to":[9.75,1.1,16.79784],"rotation":{"angle":-45,"axis":"y","origin":[8,0.6,8]},"faces":{"north":{"uv":[7,7.5,8,11],"rotation":90,"texture":"#0"},"east":{"uv":[7,7.5,9,8.5],"texture":"#0"},"south":{"uv":[7,7.5,8,11],"rotation":90,"texture":"#0"},"west":{"uv":[7,9,8,11],"rotation":90,"texture":"#0"},"up":{"uv":[7,7.5,9,11],"rotation":270,"texture":"#0"},"down":{"uv":[7,7.5,9,11],"rotation":90,"texture":"#0"}}},{"from":[6.25,-0.25,14.79784],"to":[9.75,0.75,16.79784],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0.25,8]},"faces":{"north":{"uv":[7,7.5,8,11],"rotation":90,"texture":"#0"},"east":{"uv":[7,7.5,9,8.5],"texture":"#0"},"south":{"uv":[7,7.5,8,11],"rotation":90,"texture":"#0"},"west":{"uv":[7,9,8,11],"rotation":90,"texture":"#0"},"up":{"uv":[7,7.5,9,11],"rotation":270,"texture":"#0"},"down":{"uv":[7,7.5,9,11],"rotation":90,"texture":"#0"}}},{"from":[6.25,-0.5,14.79784],"to":[9.75,0.5,16.79784],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[7,7.5,8,11],"rotation":90,"texture":"#0"},"east":{"uv":[7,7.5,9,8.5],"texture":"#0"},"south":{"uv":[7,7.5,8,11],"rotation":90,"texture":"#0"},"west":{"uv":[7,9,8,11],"rotation":90,"texture":"#0"},"up":{"uv":[7,7.5,9,11],"rotation":270,"texture":"#0"},"down":{"uv":[7,7.5,9,11],"rotation":90,"texture":"#0"}}},{"from":[6.25,-0.25,14.79784],"to":[9.75,0.75,16.79784],"rotation":{"angle":22.5,"axis":"y","origin":[8,0.25,8]},"faces":{"north":{"uv":[7,7.5,8,11],"rotation":90,"texture":"#0"},"east":{"uv":[7,7.5,9,8.5],"texture":"#0"},"south":{"uv":[7,7.5,8,11],"rotation":90,"texture":"#0"},"west":{"uv":[7,9,8,11],"rotation":90,"texture":"#0"},"up":{"uv":[7,7.5,9,11],"rotation":270,"texture":"#0"},"down":{"uv":[7,7.5,9,11],"rotation":90,"texture":"#0"}}},{"from":[6.25,0.1,14.79784],"to":[9.75,1.1,16.79784],"rotation":{"angle":45,"axis":"y","origin":[8,0.6,8]},"faces":{"north":{"uv":[7,7.5,8,11],"rotation":90,"texture":"#0"},"east":{"uv":[7,7.5,9,8.5],"texture":"#0"},"south":{"uv":[7,7.5,8,11],"rotation":90,"texture":"#0"},"west":{"uv":[7,9,8,11],"rotation":90,"texture":"#0"},"up":{"uv":[7,7.5,9,11],"rotation":270,"texture":"#0"},"down":{"uv":[7,7.5,9,11],"rotation":90,"texture":"#0"}}},{"from":[-0.79784,0.6,6.25],"to":[1.20216,1.6,9.75],"rotation":{"angle":-22.5,"axis":"y","origin":[8,1.1,8]},"faces":{"north":{"uv":[7,7.5,9,8.5],"texture":"#0"},"east":{"uv":[7,7.5,10.5,8.5],"texture":"#0"},"south":{"uv":[7,7.5,9,8.5],"texture":"#0"},"west":{"uv":[7,9,8,12.5],"rotation":90,"texture":"#0"},"up":{"uv":[7,7.5,9,11],"texture":"#0"},"down":{"uv":[7,7.5,9,11],"texture":"#0"}}},{"from":[-0.79784,1,6.25],"to":[1.20216,2,9.75],"rotation":{"angle":0,"axis":"y","origin":[8,1.1,8]},"faces":{"north":{"uv":[7,7.5,9,8.5],"texture":"#0"},"east":{"uv":[7,7.5,10.5,8.5],"texture":"#0"},"south":{"uv":[7,7.5,9,8.5],"texture":"#0"},"west":{"uv":[7,9,8,12.5],"rotation":90,"texture":"#0"},"up":{"uv":[7,7.5,9,11],"texture":"#0"},"down":{"uv":[7,7.5,9,11],"texture":"#0"}}},{"from":[-0.79784,0.6,6.25],"to":[1.20216,1.6,9.75],"rotation":{"angle":22.5,"axis":"y","origin":[8,1.1,8]},"faces":{"north":{"uv":[7,7.5,9,8.5],"texture":"#0"},"east":{"uv":[7,7.5,10.5,8.5],"texture":"#0"},"south":{"uv":[7,7.5,9,8.5],"texture":"#0"},"west":{"uv":[7,9,8,12.5],"rotation":90,"texture":"#0"},"up":{"uv":[7,7.5,9,11],"texture":"#0"},"down":{"uv":[7,7.5,9,11],"texture":"#0"}}},{"from":[14.79784,0.6,6.25],"to":[16.79784,1.6,9.75],"rotation":{"angle":-22.5,"axis":"y","origin":[8,1.1,8]},"faces":{"north":{"uv":[7,7.5,9,8.5],"texture":"#0"},"east":{"uv":[7,7.5,8,11],"rotation":90,"texture":"#0"},"south":{"uv":[7,7.5,9,8.5],"texture":"#0"},"west":{"uv":[7,7.5,10.5,8.5],"texture":"#0"},"up":{"uv":[7,7.5,9,11],"rotation":180,"texture":"#0"},"down":{"uv":[7,7.5,9,11],"rotation":180,"texture":"#0"}}},{"from":[14.79784,1,6.25],"to":[16.79784,2,9.75],"rotation":{"angle":0,"axis":"y","origin":[8,1.1,8]},"faces":{"north":{"uv":[7,7.5,9,8.5],"texture":"#0"},"east":{"uv":[7,7.5,8,11],"rotation":90,"texture":"#0"},"south":{"uv":[7,7.5,9,8.5],"texture":"#0"},"west":{"uv":[7,7.5,10.5,8.5],"texture":"#0"},"up":{"uv":[7,7.5,9,11],"rotation":180,"texture":"#0"},"down":{"uv":[7,7.5,9,11],"rotation":180,"texture":"#0"}}},{"from":[14.79784,0.6,6.25],"to":[16.79784,1.6,9.75],"rotation":{"angle":22.5,"axis":"y","origin":[8,1.1,8]},"faces":{"north":{"uv":[7,7.5,9,8.5],"texture":"#0"},"east":{"uv":[7,7.5,8,11],"rotation":90,"texture":"#0"},"south":{"uv":[7,7.5,9,8.5],"texture":"#0"},"west":{"uv":[7,7.5,10.5,8.5],"texture":"#0"},"up":{"uv":[7,7.5,9,11],"rotation":180,"texture":"#0"},"down":{"uv":[7,7.5,9,11],"rotation":180,"texture":"#0"}}},{"from":[2.97266,0.5,7],"to":[13.02734,5.5,9],"rotation":{"angle":22.5,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,1.5,12.5,3.5],"rotation":180,"texture":"#0"},"down":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"}}},{"from":[2.97266,0.5,7],"to":[13.02734,5.5,9],"rotation":{"angle":0,"axis":"y","origin":[8,3,8]},"faces":{"north":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,1.5,12.5,3.5],"rotation":180,"texture":"#0"},"down":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"}}},{"from":[2.97266,0.5,7],"to":[13.02734,5.5,9],"rotation":{"angle":45,"axis":"y","origin":[8,3,8]},"faces":{"north":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,1.5,12.5,3.5],"rotation":180,"texture":"#0"},"down":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"}}},{"from":[7,0.5,2.97266],"to":[9,5.5,13.02734],"rotation":{"angle":-22.5,"axis":"y","origin":[8,3,8]},"faces":{"north":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,1.5,12.5,3.5],"rotation":90,"texture":"#0"},"down":{"uv":[5.5,8.5,10.5,10.5],"texture":"#0"}}},{"from":[2.97266,0.5,7],"to":[13.02734,5.5,9],"rotation":{"angle":-22.5,"axis":"y","origin":[8,3,8]},"faces":{"north":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,1.5,12.5,3.5],"texture":"#0"},"down":{"uv":[5.5,8.5,10.5,10.5],"rotation":90,"texture":"#0"}}},{"from":[7,0.5,2.97266],"to":[9,5.5,13.02734],"rotation":{"angle":22.5,"axis":"y","origin":[8,3,8]},"faces":{"north":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,1.5,12.5,3.5],"rotation":90,"texture":"#0"},"down":{"uv":[5.5,8.5,10.5,10.5],"texture":"#0"}}},{"from":[7,0.5,2.97266],"to":[9,5.5,13.02734],"rotation":{"angle":0,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,1.5,12.5,3.5],"rotation":90,"texture":"#0"},"down":{"uv":[5.5,8.5,10.5,10.5],"texture":"#0"}}},{"from":[7,0.5,2.97266],"to":[9,5.5,13.02734],"rotation":{"angle":45,"axis":"y","origin":[8,3,8]},"faces":{"north":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,1.5,12.5,3.5],"rotation":90,"texture":"#0"},"down":{"uv":[5.5,8.5,10.5,10.5],"texture":"#0"}}},{"from":[7.16,5.51,3.73676],"to":[8.84,10.49,12.26324],"rotation":{"angle":-45,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[9,9,14,10.7],"rotation":270,"texture":"#0"},"east":{"uv":[9,9,14,10.7],"rotation":270,"texture":"#0"},"south":{"uv":[9,9,14,10.7],"rotation":270,"texture":"#0"},"west":{"uv":[9,9,14,10.7],"rotation":270,"texture":"#0"},"up":{"uv":[3.3,1.95352,11.84648,3.65352],"rotation":270,"texture":"#0"},"down":{"uv":[9,9,14,10.7],"rotation":270,"texture":"#0"}}},{"from":[7.15,5.5,3.72676],"to":[8.85,10.5,12.27324],"rotation":{"angle":-22.5,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[9.5,8,14.5,9.7],"rotation":270,"texture":"#0"},"east":{"uv":[9.5,8,14.5,9.7],"rotation":270,"texture":"#0"},"south":{"uv":[9.5,8,14.5,9.7],"rotation":270,"texture":"#0"},"west":{"uv":[9.5,8,14.5,9.7],"rotation":270,"texture":"#0"},"up":{"uv":[3.3,1.95352,11.84648,3.65352],"rotation":270,"texture":"#0"},"down":{"uv":[9.5,8,14.5,9.7],"rotation":270,"texture":"#0"}}},{"from":[7.16,5.51,3.73676],"to":[8.84,10.49,12.26324],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[9,9,14,10.7],"rotation":270,"texture":"#0"},"east":{"uv":[9,9,14,10.7],"rotation":270,"texture":"#0"},"south":{"uv":[9,9,14,10.7],"rotation":270,"texture":"#0"},"west":{"uv":[9,9,14,10.7],"rotation":270,"texture":"#0"},"up":{"uv":[3.3,1.95352,11.84648,3.65352],"rotation":270,"texture":"#0"},"down":{"uv":[9,9,14,10.7],"rotation":270,"texture":"#0"}}},{"from":[7.135,5.485,3.71176],"to":[8.865,10.515,12.28824],"rotation":{"angle":22.5,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[9,8.5,14,10.2],"rotation":270,"texture":"#0"},"east":{"uv":[9,8.5,14,10.2],"rotation":270,"texture":"#0"},"south":{"uv":[9,8.5,14,10.2],"rotation":270,"texture":"#0"},"west":{"uv":[9,8.5,14,10.2],"rotation":270,"texture":"#0"},"up":{"uv":[3.3,1.95352,11.84648,3.65352],"rotation":270,"texture":"#0"},"down":{"uv":[9,8.5,14,10.2],"rotation":270,"texture":"#0"}}},{"from":[7.16,5.51,3.73676],"to":[8.84,10.49,12.26324],"rotation":{"angle":45,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[9.5,8,14.5,9.7],"rotation":270,"texture":"#0"},"east":{"uv":[9.5,8,14.5,9.7],"rotation":270,"texture":"#0"},"south":{"uv":[9.5,8,14.5,9.7],"rotation":270,"texture":"#0"},"west":{"uv":[9.5,8,14.5,9.7],"rotation":270,"texture":"#0"},"up":{"uv":[3.3,1.95352,11.84648,3.65352],"rotation":270,"texture":"#0"},"down":{"uv":[9.5,8,14.5,9.7],"rotation":270,"texture":"#0"}}},{"from":[3.72676,5.5,7.15],"to":[12.27324,10.5,8.85],"rotation":{"angle":-22.5,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[9,7.5,14,9.2],"rotation":270,"texture":"#0"},"east":{"uv":[9,7.5,14,9.2],"rotation":270,"texture":"#0"},"south":{"uv":[9,7.5,14,9.2],"rotation":270,"texture":"#0"},"west":{"uv":[9,7.5,14,9.2],"rotation":270,"texture":"#0"},"up":{"uv":[3.3,1.95352,11.84648,3.65352],"rotation":180,"texture":"#0"},"down":{"uv":[9,7.5,14,9.2],"rotation":270,"texture":"#0"}}},{"from":[3.73676,5.51,7.16],"to":[12.26324,10.49,8.84],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[9.5,8,14.5,9.7],"rotation":270,"texture":"#0"},"east":{"uv":[9.5,8,14.5,9.7],"rotation":270,"texture":"#0"},"south":{"uv":[9.5,8,14.5,9.7],"rotation":270,"texture":"#0"},"west":{"uv":[9.5,8,14.5,9.7],"rotation":270,"texture":"#0"},"up":{"uv":[3.3,1.95352,11.84648,3.65352],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,8,14.5,9.7],"rotation":270,"texture":"#0"}}},{"from":[3.71676,5.49,7.14],"to":[12.28324,10.51,8.86],"rotation":{"angle":22.5,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[9.5,8,14.5,9.7],"rotation":270,"texture":"#0"},"east":{"uv":[9.5,8,14.5,9.7],"rotation":270,"texture":"#0"},"south":{"uv":[9.5,8,14.5,9.7],"rotation":270,"texture":"#0"},"west":{"uv":[9.5,8,14.5,9.7],"rotation":270,"texture":"#0"},"up":{"uv":[3.3,1.95352,11.84648,3.65352],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,8,14.5,9.7],"rotation":270,"texture":"#0"}}},{"from":[6.7,3.45,2.45],"to":[9.3,4.05,4.05],"faces":{"north":{"uv":[6.5,10,7.5,13],"rotation":90,"texture":"#1"},"east":{"uv":[6.5,10,7.5,12],"rotation":90,"texture":"#1"},"south":{"uv":[6.5,10,7.5,13],"rotation":90,"texture":"#1"},"west":{"uv":[6.5,10,7.5,12],"rotation":90,"texture":"#1"},"up":{"uv":[6.5,10,8.5,13],"rotation":90,"texture":"#1"},"down":{"uv":[6.5,10,8.5,13],"rotation":90,"texture":"#1"}}},{"from":[6.7,1.45,2.45],"to":[9.3,2.05,4.05],"faces":{"north":{"uv":[2,10,3,13],"rotation":270,"texture":"#1"},"east":{"uv":[2,10,3,12],"rotation":270,"texture":"#1"},"south":{"uv":[2,10,3,13],"rotation":270,"texture":"#1"},"west":{"uv":[2,10,3,12],"rotation":270,"texture":"#1"},"up":{"uv":[2,10,4,13],"rotation":270,"texture":"#1"},"down":{"uv":[2,10,4,13],"rotation":270,"texture":"#1"}}},{"from":[9.21,1.46,2.46],"to":[9.79,4.04,4.04],"rotation":{"angle":0,"axis":"z","origin":[8.5,2.75,3]},"faces":{"north":{"uv":[3,9.5,6,10.5],"rotation":270,"texture":"#1"},"east":{"uv":[3,10,6,12],"rotation":270,"texture":"#1"},"south":{"uv":[3,10,6,11],"rotation":270,"texture":"#1"},"west":{"uv":[3,10,6,12],"rotation":270,"texture":"#1"},"up":{"uv":[3,10,5,11],"rotation":270,"texture":"#1"},"down":{"uv":[3,10,5,11],"rotation":270,"texture":"#1"}}},{"from":[6.21,1.46,2.46],"to":[6.79,4.04,4.04],"rotation":{"angle":0,"axis":"z","origin":[7.5,2.75,3]},"faces":{"north":{"uv":[3,9.5,6,10.5],"rotation":270,"texture":"#1"},"east":{"uv":[3,10,6,12],"rotation":270,"texture":"#1"},"south":{"uv":[3,10,6,11],"rotation":270,"texture":"#1"},"west":{"uv":[3,10,6,12],"rotation":270,"texture":"#1"},"up":{"uv":[3,10,5,11],"rotation":270,"texture":"#1"},"down":{"uv":[3,10,5,11],"rotation":270,"texture":"#1"}}},{"from":[6.865,1.99,2.33424],"to":[9.135,3.51,13.66576],"rotation":{"angle":-45,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[1,4,2.5,6.25],"rotation":270,"texture":"#2"},"east":{"uv":[1,4,2.5,6.25],"rotation":270,"texture":"#2"},"south":{"uv":[1,4,2.5,6.25],"rotation":270,"texture":"#2"},"west":{"uv":[1,4,2.5,6.25],"rotation":270,"texture":"#2"},"up":{"uv":[6,2.5,7.5,4.75],"rotation":270,"texture":"#2"},"down":{"uv":[1,4,2.5,6.25],"rotation":270,"texture":"#2"}}},{"from":[6.875,2,2.34424],"to":[9.125,3.5,13.65576],"rotation":{"angle":-22.5,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[1,4,2.5,6.25],"rotation":270,"texture":"#2"},"east":{"uv":[1,4,2.5,6.25],"rotation":270,"texture":"#2"},"south":{"uv":[1,4,2.5,6.25],"rotation":270,"texture":"#2"},"west":{"uv":[1,4,2.5,6.25],"rotation":270,"texture":"#2"},"up":{"uv":[6,2.5,7.5,4.75],"rotation":270,"texture":"#2"},"down":{"uv":[1,4,2.5,6.25],"rotation":270,"texture":"#2"}}},{"from":[6.865,1.99,2.33424],"to":[9.135,3.51,13.66576],"rotation":{"angle":0,"axis":"x","origin":[8,2.5,8]},"faces":{"north":{"uv":[1,4,2.5,6.25],"rotation":270,"texture":"#2"},"east":{"uv":[1,4,2.5,6.25],"rotation":270,"texture":"#2"},"south":{"uv":[1,4,2.5,6.25],"rotation":270,"texture":"#2"},"west":{"uv":[1,4,2.5,6.25],"rotation":270,"texture":"#2"},"up":{"uv":[6,2.5,7.5,4.75],"rotation":270,"texture":"#2"},"down":{"uv":[1,4,2.5,6.25],"rotation":270,"texture":"#2"}}},{"from":[6.875,2,2.34424],"to":[9.125,3.5,13.65576],"rotation":{"angle":22.5,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[1,4,2.5,6.25],"rotation":270,"texture":"#2"},"east":{"uv":[1,4,2.5,6.25],"rotation":270,"texture":"#2"},"south":{"uv":[1,4,2.5,6.25],"rotation":270,"texture":"#2"},"west":{"uv":[1,4,2.5,6.25],"rotation":270,"texture":"#2"},"up":{"uv":[6,2.5,7.5,4.75],"rotation":270,"texture":"#2"},"down":{"uv":[1,4,2.5,6.25],"rotation":270,"texture":"#2"}}},{"from":[6.865,1.99,2.33424],"to":[9.135,3.51,13.66576],"rotation":{"angle":45,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[1,4,2.5,6.25],"rotation":270,"texture":"#2"},"east":{"uv":[1,4,2.5,6.25],"rotation":270,"texture":"#2"},"south":{"uv":[1,4,2.5,6.25],"rotation":270,"texture":"#2"},"west":{"uv":[1,4,2.5,6.25],"rotation":270,"texture":"#2"},"up":{"uv":[6,2.5,7.5,4.75],"rotation":270,"texture":"#2"},"down":{"uv":[1,4,2.5,6.25],"rotation":270,"texture":"#2"}}},{"from":[2.34424,2,6.875],"to":[13.65576,3.5,9.125],"rotation":{"angle":-22.5,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[1,4,2.5,6.25],"rotation":270,"texture":"#2"},"east":{"uv":[1,4,2.5,6.25],"rotation":270,"texture":"#2"},"south":{"uv":[1,4,2.5,6.25],"rotation":270,"texture":"#2"},"west":{"uv":[1,4,2.5,6.25],"rotation":270,"texture":"#2"},"up":{"uv":[6,2.5,7.5,4.75],"rotation":270,"texture":"#2"},"down":{"uv":[1,4,2.5,6.25],"rotation":270,"texture":"#2"}}},{"from":[2.33424,1.99,6.865],"to":[13.66576,3.51,9.135],"rotation":{"angle":0,"axis":"x","origin":[8,2.5,8]},"faces":{"north":{"uv":[1,4,2.5,6.25],"rotation":270,"texture":"#2"},"east":{"uv":[1,4,2.5,6.25],"rotation":270,"texture":"#2"},"south":{"uv":[1,4,2.5,6.25],"rotation":270,"texture":"#2"},"west":{"uv":[1,4,2.5,6.25],"rotation":270,"texture":"#2"},"up":{"uv":[6,2.5,7.5,4.75],"rotation":270,"texture":"#2"},"down":{"uv":[1,4,2.5,6.25],"rotation":270,"texture":"#2"}}},{"from":[2.34424,2,6.875],"to":[13.65576,3.5,9.125],"rotation":{"angle":22.5,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[1,4,2.5,6.25],"rotation":270,"texture":"#2"},"east":{"uv":[1,4,2.5,6.25],"rotation":270,"texture":"#2"},"south":{"uv":[1,4,2.5,6.25],"rotation":270,"texture":"#2"},"west":{"uv":[1,4,2.5,6.25],"rotation":270,"texture":"#2"},"up":{"uv":[6,2.5,7.5,4.75],"rotation":270,"texture":"#2"},"down":{"uv":[1,4,2.5,6.25],"rotation":270,"texture":"#2"}}}],"display":{"head":{"rotation":[9,0,0],"translation":[0,16.25,1.75],"scale":[1.65,1.65,1.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/theorick_hood.json b/assets/minecraft/models/item/wynn/skin/hat/theorick_hood.json new file mode 100644 index 000000000..436d4f6c0 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/theorick_hood.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/theorick_hood","particle":"skins/theorick_hood"},"elements":[{"from":[6.945,8.82,3.995],"to":[11.855,10.83,6.005],"rotation":{"angle":-22.5,"axis":"z","origin":[11.55,9,4]},"faces":{"north":{"uv":[6,0,7.25,0.5],"texture":"#0"},"south":{"uv":[6,0.5,7.25,1],"texture":"#0"},"up":{"uv":[7.25,1.5,6,1],"texture":"#0"},"down":{"uv":[7.25,1.5,6,2],"texture":"#0"}}},{"from":[13.04,4.175,4],"to":[15.04,10.275,6],"rotation":{"angle":22.5,"axis":"z","origin":[13.05,4.15,4]},"faces":{"north":{"uv":[1.25,5.25,1.75,6.75],"texture":"#0"},"east":{"uv":[1.75,5.25,2.25,6.75],"texture":"#0"},"south":{"uv":[5.5,0,6,1.5],"texture":"#0"},"west":{"uv":[5.5,1.5,6,3],"texture":"#0"}}},{"from":[12.535,4.095,5.995],"to":[14.545,10.005,10.505],"rotation":{"angle":22.5,"axis":"z","origin":[13.05,4.15,4]},"faces":{"north":{"uv":[5.5,3,6,4.5],"texture":"#0"},"east":{"uv":[3.5,0,4.625,1.5],"texture":"#0"},"south":{"uv":[3.5,5.5,4,7],"texture":"#0"},"west":{"uv":[3.5,1.5,4.625,3],"texture":"#0"},"up":{"uv":[0.5,6.875,0,5.75],"texture":"#0"}}},{"from":[11.535,4.495,10.495],"to":[14.045,10.255,13.005],"rotation":{"angle":22.5,"axis":"z","origin":[13.05,4.15,4]},"faces":{"north":{"uv":[4.75,0,5.375,1.5],"texture":"#0"},"east":{"uv":[4.75,1.5,5.375,3],"texture":"#0"},"south":{"uv":[4.75,4.25,5.375,5.75],"texture":"#0"}}},{"from":[11.4975,1.9975,3.9975],"to":[13.5025,6.0025,6.0025],"rotation":{"angle":-22.5,"axis":"z","origin":[11.5,2,4]},"faces":{"north":{"uv":[6,5.75,6.5,6.75],"texture":"#0"},"east":{"uv":[6.25,4,6.75,5],"texture":"#0"},"south":{"uv":[6.5,2,7,3],"texture":"#0"},"west":{"uv":[4.75,6.5,5.25,7.5],"texture":"#0"}}},{"from":[12.15,2,6],"to":[13.15,5.65,10.5],"rotation":{"angle":-22.5,"axis":"z","origin":[11.5,2,6]},"faces":{"east":{"uv":[3.5,4.5,4.625,5.375],"texture":"#0"},"south":{"uv":[3.25,6,3.5,6.875],"texture":"#0"},"down":{"uv":[0.75,5.75,0.5,6.875],"texture":"#0"}}},{"from":[10.4975,1.4475,5.9975],"to":[12.5025,5.8025,13.0025],"rotation":{"angle":-22.5,"axis":"z","origin":[10.85,2,11]},"faces":{"north":{"uv":[6,2,6.5,3.125],"texture":"#0"},"east":{"uv":[0,2.5,1.75,3.625],"texture":"#0"},"south":{"uv":[2.25,6,2.75,7.125],"texture":"#0"},"west":{"uv":[1.75,2.5,3.5,3.625],"texture":"#0"}}},{"from":[10.9,-0.45,4],"to":[12.9,1.55,6],"rotation":{"angle":22.5,"axis":"z","origin":[8.9,1.55,4]},"faces":{"north":{"uv":[0.75,7,1.25,7.5],"texture":"#0"},"south":{"uv":[7,2.5,7.5,3],"texture":"#0"},"west":{"uv":[3.25,7,3.75,7.5],"texture":"#0"},"up":{"uv":[7.5,3.75,7,3.25],"texture":"#0"},"down":{"uv":[7.5,5,7,5.5],"texture":"#0"}}},{"from":[9.05,9.325,6],"to":[11.7,10.275,10.5],"rotation":{"angle":-22.5,"axis":"z","origin":[11.55,9,4]},"faces":{"south":{"uv":[7,6.75,7.625,7],"texture":"#0"},"up":{"uv":[4.625,6.625,4,5.5],"texture":"#0"},"down":{"uv":[6.125,4.5,5.5,5.625],"texture":"#0"}}},{"from":[9.75,1.15,13.2],"to":[11.25,5.15,14.7],"rotation":{"angle":22.5,"axis":"x","origin":[7,5.6,13.45]},"faces":{"east":{"uv":[4,6.75,4.375,7.75],"texture":"#0"},"south":{"uv":[6.75,4,7.125,5],"texture":"#0"}}},{"from":[9.745,3.745,10.545],"to":[11.255,7.755,12.055],"rotation":{"angle":-22.5,"axis":"x","origin":[10.5,10.2,10.8]},"faces":{"east":{"uv":[5.25,6.5,5.625,7.5],"texture":"#0"},"south":{"uv":[1.25,6.75,1.625,7.75],"texture":"#0"}}},{"from":[10.325,0.85,6],"to":[12.175,1.65,13],"rotation":{"angle":0,"axis":"x","origin":[13.95,8.15,11]},"faces":{"north":{"uv":[7.25,1.75,7.75,2],"texture":"#0"},"south":{"uv":[7.25,4.5,7.75,4.75],"texture":"#0"},"west":{"uv":[6.5,3,8.25,3.25],"texture":"#0"},"down":{"uv":[1.25,5.25,0.75,7],"texture":"#0"}}},{"from":[9.845,-1.455,4.495],"to":[13.355,0.355,5.005],"rotation":{"angle":45,"axis":"z","origin":[10.1,-0.95,4.5]},"faces":{"north":{"uv":[6.5,5.75,7.375,6.25],"texture":"#0"},"south":{"uv":[6.5,6.25,7.375,6.75],"texture":"#0"},"west":{"uv":[3.75,7,3.875,7.5],"texture":"#0"},"up":{"uv":[8.125,4.875,7.25,4.75],"texture":"#0"},"down":{"uv":[8.125,7,7.25,7.125],"texture":"#0"}}},{"from":[9.85,-1.45,4],"to":[10.6,0.35,4.5],"rotation":{"angle":45,"axis":"z","origin":[10.1,-0.95,4]},"faces":{"north":{"uv":[6,4,6.25,4.5],"texture":"#0"},"east":{"uv":[4.5,6.75,4.625,7.25],"texture":"#0"},"down":{"uv":[6,6.5,5.75,6.625],"texture":"#0"}}},{"from":[8.045,-2.955,3.995],"to":[10.555,-0.995,4.505],"rotation":{"angle":22.5,"axis":"z","origin":[6.7,-2.9,4]},"faces":{"north":{"uv":[0,7,0.625,7.5],"texture":"#0"},"south":{"uv":[7,2,7.625,2.5],"texture":"#0"},"up":{"uv":[7.875,7.375,7.25,7.25],"texture":"#0"},"down":{"uv":[0.625,7.5,0,7.625],"texture":"#0"}}},{"from":[8.65,-1.5,4.5],"to":[11.6,-0.5,5],"rotation":{"angle":22.5,"axis":"z","origin":[6.7,-2.9,4.5]},"faces":{"north":{"uv":[7.25,0.75,7.875,1],"texture":"#0"},"south":{"uv":[7.25,1,7.875,1.25],"texture":"#0"},"up":{"uv":[8.125,2.625,7.5,2.5],"texture":"#0"},"down":{"uv":[3.375,7.5,2.75,7.625],"texture":"#0"}}},{"from":[10.25,0.55,3.25],"to":[11.75,2.55,4.75],"rotation":{"angle":22.5,"axis":"x","origin":[16,0.55,3.25]},"faces":{"north":{"uv":[5.75,7,6.125,7.5],"texture":"#0"},"east":{"uv":[6.25,7,6.625,7.5],"texture":"#0"},"south":{"uv":[6.75,7,7.125,7.5],"texture":"#0"},"west":{"uv":[7.25,0,7.625,0.5],"texture":"#0"},"up":{"uv":[2.625,7.625,2.25,7.25],"texture":"#0"},"down":{"uv":[7.625,4,7.25,4.375],"texture":"#0"}}},{"from":[4.1475,8.8225,3.9975],"to":[9.0525,10.8275,6.0025],"rotation":{"angle":22.5,"axis":"z","origin":[4.45,9,4]},"faces":{"north":{"uv":[7.25,0,6,0.5],"texture":"#0"},"south":{"uv":[7.25,0.5,6,1],"texture":"#0"},"up":{"uv":[6,1.5,7.25,1],"texture":"#0"},"down":{"uv":[6,1.5,7.25,2],"texture":"#0"}}},{"from":[0.96,4.175,4],"to":[2.96,10.275,6],"rotation":{"angle":-22.5,"axis":"z","origin":[2.95,4.15,4]},"faces":{"north":{"uv":[1.75,5.25,1.25,6.75],"texture":"#0"},"east":{"uv":[6,1.5,5.5,3],"texture":"#0"},"south":{"uv":[6,0,5.5,1.5],"texture":"#0"},"west":{"uv":[2.25,5.25,1.75,6.75],"texture":"#0"}}},{"from":[1.455,4.095,5.995],"to":[3.465,10.005,10.505],"rotation":{"angle":-22.5,"axis":"z","origin":[2.95,4.15,4]},"faces":{"north":{"uv":[6,3,5.5,4.5],"texture":"#0"},"east":{"uv":[4.625,1.5,3.5,3],"texture":"#0"},"south":{"uv":[4,5.5,3.5,7],"texture":"#0"},"west":{"uv":[4.625,0,3.5,1.5],"texture":"#0"},"up":{"uv":[0,6.875,0.5,5.75],"texture":"#0"}}},{"from":[1.955,4.495,10.495],"to":[4.465,10.255,13.005],"rotation":{"angle":-22.5,"axis":"z","origin":[2.95,4.15,4]},"faces":{"north":{"uv":[5.375,0,4.75,1.5],"texture":"#0"},"south":{"uv":[5.375,4.25,4.75,5.75],"texture":"#0"},"west":{"uv":[5.375,1.5,4.75,3],"texture":"#0"}}},{"from":[2.4975,1.9975,3.9975],"to":[4.5025,6.0025,6.0025],"rotation":{"angle":22.5,"axis":"z","origin":[4.5,2,4]},"faces":{"north":{"uv":[6.5,5.75,6,6.75],"texture":"#0"},"east":{"uv":[5.25,6.5,4.75,7.5],"texture":"#0"},"south":{"uv":[7,2,6.5,3],"texture":"#0"},"west":{"uv":[6.75,4,6.25,5],"texture":"#0"}}},{"from":[2.85,2,6],"to":[3.85,5.65,10.5],"rotation":{"angle":22.5,"axis":"z","origin":[4.5,2,6]},"faces":{"south":{"uv":[3.5,6,3.25,6.875],"texture":"#0"},"west":{"uv":[4.625,4.5,3.5,5.375],"texture":"#0"},"down":{"uv":[0.5,5.75,0.75,6.875],"texture":"#0"}}},{"from":[3.4975,1.4475,5.9975],"to":[5.5025,5.8025,13.0025],"rotation":{"angle":22.5,"axis":"z","origin":[5.15,2,11]},"faces":{"north":{"uv":[6.5,2,6,3.125],"texture":"#0"},"east":{"uv":[3.5,2.5,1.75,3.625],"texture":"#0"},"south":{"uv":[2.75,6,2.25,7.125],"texture":"#0"},"west":{"uv":[1.75,2.5,0,3.625],"texture":"#0"}}},{"from":[3.1,-0.45,4],"to":[5.1,1.55,6],"rotation":{"angle":-22.5,"axis":"z","origin":[7.1,1.55,4]},"faces":{"north":{"uv":[1.25,7,0.75,7.5],"texture":"#0"},"east":{"uv":[3.75,7,3.25,7.5],"texture":"#0"},"south":{"uv":[7.5,2.5,7,3],"texture":"#0"},"up":{"uv":[7,3.75,7.5,3.25],"texture":"#0"},"down":{"uv":[7,5,7.5,5.5],"texture":"#0"}}},{"from":[4.3,9.325,6],"to":[6.95,10.275,10.5],"rotation":{"angle":22.5,"axis":"z","origin":[4.45,9,4]},"faces":{"south":{"uv":[7.625,6.75,7,7],"texture":"#0"},"up":{"uv":[4,6.625,4.625,5.5],"texture":"#0"},"down":{"uv":[5.5,4.5,6.125,5.625],"texture":"#0"}}},{"from":[4.75,1.15,13.2],"to":[6.25,5.15,14.7],"rotation":{"angle":22.5,"axis":"x","origin":[9,5.6,13.45]},"faces":{"south":{"uv":[7.125,4,6.75,5],"texture":"#0"},"west":{"uv":[4.375,6.75,4,7.75],"texture":"#0"}}},{"from":[4.745,3.745,10.545],"to":[6.255,7.755,12.055],"rotation":{"angle":-22.5,"axis":"x","origin":[5.5,10.2,10.8]},"faces":{"south":{"uv":[1.625,6.75,1.25,7.75],"texture":"#0"},"west":{"uv":[5.625,6.5,5.25,7.5],"texture":"#0"}}},{"from":[3.825,0.85,6],"to":[5.675,1.65,13],"rotation":{"angle":0,"axis":"x","origin":[2.05,8.15,11]},"faces":{"north":{"uv":[7.75,1.75,7.25,2],"texture":"#0"},"east":{"uv":[8.25,3,6.5,3.25],"texture":"#0"},"south":{"uv":[7.75,4.5,7.25,4.75],"texture":"#0"},"down":{"uv":[0.75,5.25,1.25,7],"texture":"#0"}}},{"from":[2.645,-1.455,4.495],"to":[6.155,0.355,5.005],"rotation":{"angle":-45,"axis":"z","origin":[5.9,-0.95,4.5]},"faces":{"north":{"uv":[7.375,5.75,6.5,6.25],"texture":"#0"},"east":{"uv":[3.875,7,3.75,7.5],"texture":"#0"},"south":{"uv":[7.375,6.25,6.5,6.75],"texture":"#0"},"up":{"uv":[7.25,4.875,8.125,4.75],"texture":"#0"},"down":{"uv":[7.25,7,8.125,7.125],"texture":"#0"}}},{"from":[5.4,-1.45,4],"to":[6.15,0.35,4.5],"rotation":{"angle":-45,"axis":"z","origin":[5.9,-0.95,4]},"faces":{"north":{"uv":[6.25,4,6,4.5],"texture":"#0"},"west":{"uv":[4.625,6.75,4.5,7.25],"texture":"#0"},"down":{"uv":[5.75,6.5,6,6.625],"texture":"#0"}}},{"from":[5.4475,-2.9525,3.9975],"to":[7.9525,-0.9975,4.5025],"rotation":{"angle":-22.5,"axis":"z","origin":[9.3,-2.9,4]},"faces":{"north":{"uv":[0.625,7,0,7.5],"texture":"#0"},"south":{"uv":[7.625,2,7,2.5],"texture":"#0"},"up":{"uv":[7.25,7.375,7.875,7.25],"texture":"#0"},"down":{"uv":[0,7.5,0.625,7.625],"texture":"#0"}}},{"from":[4.3975,-1.5025,4.4975],"to":[7.3525,-0.4975,5.0025],"rotation":{"angle":-22.5,"axis":"z","origin":[9.3,-2.9,4.5]},"faces":{"north":{"uv":[7.875,0.75,7.25,1],"texture":"#0"},"south":{"uv":[7.875,1,7.25,1.25],"texture":"#0"},"up":{"uv":[7.5,2.625,8.125,2.5],"texture":"#0"},"down":{"uv":[2.75,7.5,3.375,7.625],"texture":"#0"}}},{"from":[4.25,0.55,3.25],"to":[5.75,2.55,4.75],"rotation":{"angle":22.5,"axis":"x","origin":[0,0.55,3.25]},"faces":{"north":{"uv":[6.125,7,5.75,7.5],"texture":"#0"},"east":{"uv":[7.625,0,7.25,0.5],"texture":"#0"},"south":{"uv":[7.125,7,6.75,7.5],"texture":"#0"},"west":{"uv":[6.625,7,6.25,7.5],"texture":"#0"},"up":{"uv":[2.25,7.625,2.625,7.25],"texture":"#0"},"down":{"uv":[7.25,4,7.625,4.375],"texture":"#0"}}},{"from":[6.245,3.395,11.795],"to":[9.755,9.305,13.255],"rotation":{"angle":-22.5,"axis":"x","origin":[7,10.2,11.3]},"faces":{"east":{"uv":[2.75,6,3.125,7.5],"texture":"#0"},"south":{"uv":[3.5,3,4.375,4.5],"texture":"#0"},"west":{"uv":[3.125,6,2.75,7.5],"texture":"#0"}}},{"from":[6.2475,1.2475,14.4475],"to":[9.7525,5.4525,15.9025],"rotation":{"angle":22.5,"axis":"x","origin":[7,5.6,13.95]},"faces":{"east":{"uv":[1.75,6.75,2.125,7.75],"texture":"#0"},"south":{"uv":[2.5,5,3.375,6],"texture":"#0"},"west":{"uv":[2.125,6.75,1.75,7.75],"texture":"#0"}}},{"from":[6.25,0.85,13],"to":[9.75,3.35,14.1],"rotation":{"angle":0,"axis":"x","origin":[7,5.6,13.95]},"faces":{"east":{"uv":[2.25,5.25,2.5,5.875],"texture":"#0"},"west":{"uv":[2.5,5.25,2.25,5.875],"texture":"#0"},"down":{"uv":[7.875,3.75,7,4],"texture":"#0"}}},{"from":[6.245,10.095,5.995],"to":[9.755,11.105,11.005],"rotation":{"angle":0,"axis":"x","origin":[7,9.15,8.25]},"faces":{"east":{"uv":[5.75,6.75,7,7],"texture":"#0"},"west":{"uv":[7,6.75,5.75,7],"texture":"#0"},"up":{"uv":[3.375,5,2.5,3.75],"texture":"#0"},"down":{"uv":[5.375,3,4.5,4.25],"texture":"#0"}}},{"from":[6.25,10.3,10.25],"to":[9.75,11.3,12.9],"rotation":{"angle":22.5,"axis":"x","origin":[7,9.3,10.15]},"faces":{"east":{"uv":[7.25,0.5,7.875,0.75],"texture":"#0"},"west":{"uv":[7.875,0.5,7.25,0.75],"texture":"#0"},"up":{"uv":[6.875,3.875,6,3.25],"texture":"#0"}}},{"from":[4.3525,0.8525,10.5025],"to":[11.6475,10.1475,12.9975],"rotation":{"angle":0,"axis":"x","origin":[7,8.15,11]},"faces":{"north":{"uv":[0,0,1.75,2.375],"texture":"#0"},"south":{"uv":[1.75,0,3.5,2.375],"texture":"#0"},"up":{"uv":[2.5,4.375,0.75,3.75],"texture":"#0"},"down":{"uv":[2.5,4.5,0.75,5.125],"texture":"#0"}}},{"from":[1.3,2,0.65],"to":[1.31,10,3.15],"rotation":{"angle":45,"axis":"y","origin":[3.3,2,1.15]},"faces":{"east":{"uv":[0.625,3.75,0,5.75],"texture":"#0"},"west":{"uv":[0,3.75,0.625,5.75],"texture":"#0"}}},{"from":[14.7,2,0.65],"to":[14.71,10,3.15],"rotation":{"angle":-45,"axis":"y","origin":[12.7,2,1.15]},"faces":{"east":{"uv":[0.625,3.75,0,5.75],"texture":"#0"},"west":{"uv":[0,3.75,0.625,5.75],"texture":"#0"}}},{"from":[9.85,12,0.65],"to":[12.65,12.01,3.15],"rotation":{"angle":45,"axis":"x","origin":[7,10,1.15]},"faces":{"up":{"uv":[7,5.625,6.25,5],"texture":"#0"},"down":{"uv":[7,5,6.25,5.625],"texture":"#0"}}},{"from":[5.65,13.25,0.65],"to":[10.35,13.26,3.15],"rotation":{"angle":45,"axis":"x","origin":[4,11.25,1.15]},"faces":{"up":{"uv":[5.875,6.375,4.75,5.75],"texture":"#0"},"down":{"uv":[5.875,5.75,4.75,6.375],"texture":"#0"}}},{"from":[3.35,12,0.65],"to":[6.15,12.01,3.15],"rotation":{"angle":45,"axis":"x","origin":[9,10,1.15]},"faces":{"up":{"uv":[6.25,5.625,7,5],"texture":"#0"},"down":{"uv":[6.25,5,7,5.625],"texture":"#0"}}},{"from":[7,-2,3.5],"to":[9,0,4],"rotation":{"angle":0,"axis":"y","origin":[0,2,2]},"faces":{"north":{"uv":[7.625,0,8.125,0.5],"texture":"#0"},"east":{"uv":[7.625,0,7.75,0.5],"texture":"#0"},"west":{"uv":[8,0,8.125,0.5],"texture":"#0"},"up":{"uv":[7.875,0.5,8,1],"rotation":90,"texture":"#0"},"down":{"uv":[8,0.5,8.125,1],"rotation":90,"texture":"#0"}}}],"display":{"head":{"rotation":[-5,0,0],"translation":[0,4,-0.75],"scale":[1.75,1.75,1.75]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/towering_hat.json b/assets/minecraft/models/item/wynn/skin/hat/towering_hat.json new file mode 100644 index 000000000..7a6bcb8f3 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/towering_hat.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"1":"skins/twilight_gradient","2":"skins/graydient","3":"skins/driftwood_3","4":"skins/drum_gradient","particle":"skins/graydient"},"elements":[{"from":[6.25,0,-0.79784],"to":[9.75,1,16.79784],"rotation":{"angle":-45,"axis":"y","origin":[8,0.5,8]},"faces":{"north":{"uv":[0,0,1,1],"rotation":90,"texture":"#2"},"east":{"uv":[0,0,1,1],"rotation":90,"texture":"#2"},"south":{"uv":[0,0,1,1],"rotation":90,"texture":"#2"},"west":{"uv":[0,0,1,1],"rotation":90,"texture":"#2"},"up":{"uv":[0,0,16,3.5],"rotation":90,"texture":"#2"},"down":{"uv":[0,0,16,3.5],"rotation":90,"texture":"#2"}}},{"from":[7,0.5,2.97266],"to":[9,5.5,13.02734],"rotation":{"angle":0,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#2"},"south":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#2"},"down":{"uv":[5.5,8.5,10.5,10.5],"texture":"#2"}}},{"from":[14.79784,5.35,6.25],"to":[16.79784,6.35,9.75],"rotation":{"angle":22.5,"axis":"y","origin":[8,5.85,8]},"faces":{"north":{"uv":[7,7.5,9,8.5],"texture":"#1"},"east":{"uv":[7,7.5,8,11],"rotation":90,"texture":"#1"},"south":{"uv":[7,7.5,9,8.5],"texture":"#1"},"west":{"uv":[7,7.5,10.5,8.5],"texture":"#1"},"up":{"uv":[7,7.5,9,11],"rotation":180,"texture":"#1"},"down":{"uv":[7,7.5,9,11],"rotation":180,"texture":"#1"}}},{"from":[14.79784,5.35,6.25],"to":[16.79784,6.35,9.75],"rotation":{"angle":-22.5,"axis":"y","origin":[8,5.85,8]},"faces":{"north":{"uv":[7,7.5,9,8.5],"texture":"#1"},"east":{"uv":[7,7.5,8,11],"rotation":90,"texture":"#1"},"south":{"uv":[7,7.5,9,8.5],"texture":"#1"},"west":{"uv":[7,7.5,10.5,8.5],"texture":"#1"},"up":{"uv":[7,7.5,9,11],"rotation":180,"texture":"#1"},"down":{"uv":[7,7.5,9,11],"rotation":180,"texture":"#1"}}},{"from":[-0.79784,5.35,6.25],"to":[1.20216,6.35,9.75],"rotation":{"angle":22.5,"axis":"y","origin":[8,5.85,8]},"faces":{"north":{"uv":[7,7.5,9,8.5],"texture":"#1"},"east":{"uv":[7,7.5,10.5,8.5],"texture":"#1"},"south":{"uv":[7,7.5,9,8.5],"texture":"#1"},"west":{"uv":[7,9,8,12.5],"rotation":90,"texture":"#1"},"up":{"uv":[7,7.5,9,11],"texture":"#1"},"down":{"uv":[7,7.5,9,11],"texture":"#1"}}},{"from":[-0.79784,5.35,6.25],"to":[1.20216,6.35,9.75],"rotation":{"angle":-22.5,"axis":"y","origin":[8,5.85,8]},"faces":{"north":{"uv":[7,7.5,9,8.5],"texture":"#1"},"east":{"uv":[7,7.5,10.5,8.5],"texture":"#1"},"south":{"uv":[7,7.5,9,8.5],"texture":"#1"},"west":{"uv":[7,9,8,12.5],"rotation":90,"texture":"#1"},"up":{"uv":[7,7.5,9,11],"texture":"#1"},"down":{"uv":[7,7.5,9,11],"texture":"#1"}}},{"from":[6.25,4.85,14.79784],"to":[9.75,5.85,16.79784],"rotation":{"angle":45,"axis":"y","origin":[8,5.35,8]},"faces":{"north":{"uv":[7,7.5,8,11],"rotation":90,"texture":"#1"},"east":{"uv":[7,7.5,9,8.5],"texture":"#1"},"south":{"uv":[7,7.5,8,11],"rotation":90,"texture":"#1"},"west":{"uv":[7,9,8,11],"rotation":90,"texture":"#1"},"up":{"uv":[7,7.5,9,11],"rotation":270,"texture":"#1"},"down":{"uv":[7,7.5,9,11],"rotation":90,"texture":"#1"}}},{"from":[6.25,4.5,14.79784],"to":[9.75,5.5,16.79784],"rotation":{"angle":22.5,"axis":"y","origin":[8,5,8]},"faces":{"north":{"uv":[7,7.5,8,11],"rotation":90,"texture":"#1"},"east":{"uv":[7,7.5,9,8.5],"texture":"#1"},"south":{"uv":[7,7.5,8,11],"rotation":90,"texture":"#1"},"west":{"uv":[7,9,8,11],"rotation":90,"texture":"#1"},"up":{"uv":[7,7.5,9,11],"rotation":270,"texture":"#1"},"down":{"uv":[7,7.5,9,11],"rotation":90,"texture":"#1"}}},{"from":[6.25,4.25,14.79784],"to":[9.75,5.25,16.79784],"rotation":{"angle":0,"axis":"y","origin":[8,4.75,8]},"faces":{"north":{"uv":[7,7.5,8,11],"rotation":90,"texture":"#1"},"east":{"uv":[7,7.5,9,8.5],"texture":"#1"},"south":{"uv":[7,7.5,8,11],"rotation":90,"texture":"#1"},"west":{"uv":[7,9,8,11],"rotation":90,"texture":"#1"},"up":{"uv":[7,7.5,9,11],"rotation":270,"texture":"#1"},"down":{"uv":[7,7.5,9,11],"rotation":90,"texture":"#1"}}},{"from":[6.25,4.5,14.79784],"to":[9.75,5.5,16.79784],"rotation":{"angle":-22.5,"axis":"y","origin":[8,5,8]},"faces":{"north":{"uv":[7,7.5,8,11],"rotation":90,"texture":"#1"},"east":{"uv":[7,7.5,9,8.5],"texture":"#1"},"south":{"uv":[7,7.5,8,11],"rotation":90,"texture":"#1"},"west":{"uv":[7,9,8,11],"rotation":90,"texture":"#1"},"up":{"uv":[7,7.5,9,11],"rotation":270,"texture":"#1"},"down":{"uv":[7,7.5,9,11],"rotation":90,"texture":"#1"}}},{"from":[6.25,4.85,14.79784],"to":[9.75,5.85,16.79784],"rotation":{"angle":-45,"axis":"y","origin":[8,5.35,8]},"faces":{"north":{"uv":[7,7.5,8,11],"rotation":90,"texture":"#1"},"east":{"uv":[7,7.5,9,8.5],"texture":"#1"},"south":{"uv":[7,7.5,8,11],"rotation":90,"texture":"#1"},"west":{"uv":[7,9,8,11],"rotation":90,"texture":"#1"},"up":{"uv":[7,7.5,9,11],"rotation":270,"texture":"#1"},"down":{"uv":[7,7.5,9,11],"rotation":90,"texture":"#1"}}},{"from":[6.25,4.85,-0.79784],"to":[9.75,5.85,1.20216],"rotation":{"angle":45,"axis":"y","origin":[8,5.35,8]},"faces":{"north":{"uv":[7,7.5,8,11],"rotation":90,"texture":"#1"},"east":{"uv":[7,7.5,9,8.5],"texture":"#1"},"south":{"uv":[7,7.5,10.5,8.5],"texture":"#1"},"west":{"uv":[7,9,8,11],"rotation":90,"texture":"#1"},"up":{"uv":[7,7.5,9,11],"rotation":90,"texture":"#1"},"down":{"uv":[7,7.5,9,11],"rotation":270,"texture":"#1"}}},{"from":[6.25,4.5,-0.79784],"to":[9.75,5.5,1.20216],"rotation":{"angle":22.5,"axis":"y","origin":[8,5,8]},"faces":{"north":{"uv":[7,7.5,8,11],"rotation":90,"texture":"#1"},"east":{"uv":[7,7.5,9,8.5],"texture":"#1"},"south":{"uv":[7,7.5,10.5,8.5],"texture":"#1"},"west":{"uv":[7,9,8,11],"rotation":90,"texture":"#1"},"up":{"uv":[7,7.5,9,11],"rotation":90,"texture":"#1"},"down":{"uv":[7,7.5,9,11],"rotation":270,"texture":"#1"}}},{"from":[6.25,4.25,-0.79784],"to":[9.75,5.25,1.20216],"rotation":{"angle":0,"axis":"y","origin":[8,4.75,8]},"faces":{"north":{"uv":[7,7.5,8,11],"rotation":90,"texture":"#1"},"east":{"uv":[7,7.5,9,8.5],"texture":"#1"},"south":{"uv":[7,7.5,10.5,8.5],"texture":"#1"},"west":{"uv":[7,9,8,11],"rotation":90,"texture":"#1"},"up":{"uv":[7,7.5,9,11],"rotation":90,"texture":"#1"},"down":{"uv":[7,7.5,9,11],"rotation":270,"texture":"#1"}}},{"from":[6.25,4.5,-0.79784],"to":[9.75,5.5,1.20216],"rotation":{"angle":-22.5,"axis":"y","origin":[8,5,8]},"faces":{"north":{"uv":[7,7.5,8,11],"rotation":90,"texture":"#1"},"east":{"uv":[7,7.5,9,8.5],"texture":"#1"},"south":{"uv":[7,7.5,10.5,8.5],"texture":"#1"},"west":{"uv":[7,9,8,11],"rotation":90,"texture":"#1"},"up":{"uv":[7,7.5,9,11],"rotation":90,"texture":"#1"},"down":{"uv":[7,7.5,9,11],"rotation":270,"texture":"#1"}}},{"from":[6.25,4.85,-0.79784],"to":[9.75,5.85,1.20216],"rotation":{"angle":-45,"axis":"y","origin":[8,5.35,8]},"faces":{"north":{"uv":[7,7.5,8,11],"rotation":90,"texture":"#1"},"east":{"uv":[7,7.5,9,8.5],"texture":"#1"},"south":{"uv":[7,7.5,10.5,8.5],"texture":"#1"},"west":{"uv":[7,9,8,11],"rotation":90,"texture":"#1"},"up":{"uv":[7,7.5,9,11],"rotation":90,"texture":"#1"},"down":{"uv":[7,7.5,9,11],"rotation":270,"texture":"#1"}}},{"from":[0.45899,4.75,6.5],"to":[15.54101,5.75,9.5],"rotation":{"angle":22.5,"axis":"y","origin":[8,5,8]},"faces":{"north":{"uv":[0,1.08202,1,16.16404],"rotation":90,"texture":"#1"},"east":{"uv":[0,1.08202,1,4.08202],"rotation":90,"texture":"#1"},"south":{"uv":[0,1.08202,1,16.16404],"rotation":90,"texture":"#1"},"west":{"uv":[0,1.08202,1,4.08202],"rotation":90,"texture":"#1"},"up":{"uv":[0,1,15.08202,4],"rotation":180,"texture":"#1"},"down":{"uv":[0,1.08202,15.08202,4.08202],"rotation":180,"texture":"#1"}}},{"from":[0.44399,4.735,6.485],"to":[15.55601,5.765,9.515],"rotation":{"angle":0,"axis":"y","origin":[8,5,8]},"faces":{"north":{"uv":[0,1.08202,1,16.16404],"rotation":90,"texture":"#1"},"east":{"uv":[0,1.08202,1,4.08202],"rotation":90,"texture":"#1"},"south":{"uv":[0,1.08202,1,16.16404],"rotation":90,"texture":"#1"},"west":{"uv":[0,1.08202,1,4.08202],"rotation":90,"texture":"#1"},"up":{"uv":[0,1,15.08202,4],"rotation":180,"texture":"#1"},"down":{"uv":[0,1.08202,15.08202,4.08202],"rotation":180,"texture":"#1"}}},{"from":[0.45899,4.75,6.5],"to":[15.54101,5.75,9.5],"rotation":{"angle":-22.5,"axis":"y","origin":[8,5,8]},"faces":{"north":{"uv":[0,1.08202,1,16.16404],"rotation":90,"texture":"#1"},"east":{"uv":[0,1.08202,1,4.08202],"rotation":90,"texture":"#1"},"south":{"uv":[0,1.08202,1,16.16404],"rotation":90,"texture":"#1"},"west":{"uv":[0,1.08202,1,4.08202],"rotation":90,"texture":"#1"},"up":{"uv":[0,1,15.08202,4],"rotation":180,"texture":"#1"},"down":{"uv":[0,1.08202,15.08202,4.08202],"rotation":180,"texture":"#1"}}},{"from":[6.49,4.74,0.44899],"to":[9.51,5.76,15.55101],"rotation":{"angle":45,"axis":"y","origin":[8,5,8]},"faces":{"north":{"uv":[0.5,1,1.5,4],"rotation":90,"texture":"#1"},"east":{"uv":[0.5,1,1.5,16.08202],"rotation":90,"texture":"#1"},"south":{"uv":[0.5,1,1.5,4],"rotation":90,"texture":"#1"},"west":{"uv":[0.5,1,1.5,16.08202],"rotation":90,"texture":"#1"},"up":{"uv":[0,1,15.08202,4],"rotation":90,"texture":"#1"},"down":{"uv":[0,1,15.08202,4],"rotation":90,"texture":"#1"}}},{"from":[6.5,4.75,0.45899],"to":[9.5,5.75,15.54101],"rotation":{"angle":22.5,"axis":"y","origin":[8,5,8]},"faces":{"north":{"uv":[0.5,1,1.5,4],"rotation":90,"texture":"#1"},"east":{"uv":[0.5,1,1.5,16.08202],"rotation":90,"texture":"#1"},"south":{"uv":[0.5,1,1.5,4],"rotation":90,"texture":"#1"},"west":{"uv":[0.5,1,1.5,16.08202],"rotation":90,"texture":"#1"},"up":{"uv":[0,1,15.08202,4],"rotation":90,"texture":"#1"},"down":{"uv":[0,1,15.08202,4],"rotation":90,"texture":"#1"}}},{"from":[6.48,4.73,0.43899],"to":[9.52,5.77,15.56101],"rotation":{"angle":0,"axis":"y","origin":[8,5,8]},"faces":{"north":{"uv":[0.5,1,1.5,4],"rotation":90,"texture":"#1"},"east":{"uv":[0.5,1,1.5,16.08202],"rotation":90,"texture":"#1"},"south":{"uv":[0.5,1,1.5,4],"rotation":90,"texture":"#1"},"west":{"uv":[0.5,1,1.5,16.08202],"rotation":90,"texture":"#1"},"up":{"uv":[0,1,15.08202,4],"rotation":90,"texture":"#1"},"down":{"uv":[0,1,15.08202,4],"rotation":90,"texture":"#1"}}},{"from":[6.5,4.75,0.45899],"to":[9.5,5.75,15.54101],"rotation":{"angle":-22.5,"axis":"y","origin":[8,5,8]},"faces":{"north":{"uv":[0.5,1,1.5,4],"rotation":90,"texture":"#1"},"east":{"uv":[0.5,1,1.5,16.08202],"rotation":90,"texture":"#1"},"south":{"uv":[0.5,1,1.5,4],"rotation":90,"texture":"#1"},"west":{"uv":[0.5,1,1.5,16.08202],"rotation":90,"texture":"#1"},"up":{"uv":[0,1,15.08202,4],"rotation":90,"texture":"#1"},"down":{"uv":[0,1,15.08202,4],"rotation":90,"texture":"#1"}}},{"from":[6.49,4.74,0.44899],"to":[9.51,5.76,15.55101],"rotation":{"angle":-45,"axis":"y","origin":[8,5,8]},"faces":{"north":{"uv":[0.5,1,1.5,4],"rotation":90,"texture":"#1"},"east":{"uv":[0.5,1,1.5,16.08202],"rotation":90,"texture":"#1"},"south":{"uv":[0.5,1,1.5,4],"rotation":90,"texture":"#1"},"west":{"uv":[0.5,1,1.5,16.08202],"rotation":90,"texture":"#1"},"up":{"uv":[0,1,15.08202,4],"rotation":90,"texture":"#1"},"down":{"uv":[0,1,15.08202,4],"rotation":90,"texture":"#1"}}},{"from":[14.79784,5.75,6.25],"to":[16.79784,6.75,9.75],"rotation":{"angle":0,"axis":"y","origin":[8,5.85,8]},"faces":{"north":{"uv":[7,7.5,9,8.5],"texture":"#1"},"east":{"uv":[7,7.5,8,11],"rotation":90,"texture":"#1"},"south":{"uv":[7,7.5,9,8.5],"texture":"#1"},"west":{"uv":[7,7.5,10.5,8.5],"texture":"#1"},"up":{"uv":[7,7.5,9,11],"rotation":180,"texture":"#1"},"down":{"uv":[7,7.5,9,11],"rotation":180,"texture":"#1"}}},{"from":[-0.79784,5.75,6.25],"to":[1.20216,6.75,9.75],"rotation":{"angle":0,"axis":"y","origin":[8,5.85,8]},"faces":{"north":{"uv":[7,7.5,9,8.5],"texture":"#1"},"east":{"uv":[7,7.5,10.5,8.5],"texture":"#1"},"south":{"uv":[7,7.5,9,8.5],"texture":"#1"},"west":{"uv":[7,9,8,12.5],"rotation":90,"texture":"#1"},"up":{"uv":[7,7.5,9,11],"texture":"#1"},"down":{"uv":[7,7.5,9,11],"texture":"#1"}}},{"from":[2.97266,5.75,7],"to":[13.02734,21.75,9],"rotation":{"angle":22.5,"axis":"y","origin":[8,6.25,8]},"faces":{"east":{"uv":[3,6.5,16,8.5],"rotation":270,"texture":"#1"},"west":{"uv":[0,7.5,13,9.5],"rotation":270,"texture":"#1"}}},{"from":[2.97266,5.75,7],"to":[13.02734,21.75,9],"rotation":{"angle":0,"axis":"y","origin":[8,8.25,8]},"faces":{"east":{"uv":[3,7,16,9],"rotation":270,"texture":"#1"},"west":{"uv":[0,8.5,13,10.5],"rotation":270,"texture":"#1"}}},{"from":[7,5.75,2.97266],"to":[9,21.75,13.02734],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.25,8]},"faces":{"north":{"uv":[0,8,13,10],"rotation":270,"texture":"#1"},"south":{"uv":[2,6.5,15,8.5],"rotation":270,"texture":"#1"}}},{"from":[7,5.75,2.97266],"to":[9,21.75,13.02734],"rotation":{"angle":45,"axis":"y","origin":[8,8.25,8]},"faces":{"north":{"uv":[0.5,5.5,13.5,7.5],"rotation":270,"texture":"#1"},"south":{"uv":[1.5,6.5,14.5,8.5],"rotation":270,"texture":"#1"}}},{"from":[2.97266,5.75,7],"to":[13.02734,21.75,9],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.25,8]},"faces":{"east":{"uv":[2,6.5,15,8.5],"rotation":270,"texture":"#1"},"west":{"uv":[0,6.5,13,8.5],"rotation":270,"texture":"#1"}}},{"from":[7,5.75,2.97266],"to":[9,21.75,13.02734],"rotation":{"angle":0,"axis":"y","origin":[8,6.25,8]},"faces":{"north":{"uv":[0,6.5,13,8.5],"rotation":270,"texture":"#1"},"south":{"uv":[2,7,15,9],"rotation":270,"texture":"#1"}}},{"from":[7,5.75,2.97266],"to":[9,21.75,13.02734],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.25,8]},"faces":{"north":{"uv":[1,6,14,8],"rotation":270,"texture":"#1"},"south":{"uv":[1,6,14,8],"rotation":270,"texture":"#1"}}},{"from":[2.97266,5.75,7],"to":[13.02734,21.75,9],"rotation":{"angle":45,"axis":"y","origin":[8,8.25,8]},"faces":{"east":{"uv":[2,7,15,9],"rotation":270,"texture":"#1"},"west":{"uv":[1,7,14,9],"rotation":270,"texture":"#1"}}},{"from":[7,0.5,2.97266],"to":[9,5.5,13.02734],"rotation":{"angle":-22.5,"axis":"y","origin":[8,3,8]},"faces":{"north":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#2"},"south":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#2"},"down":{"uv":[5.5,8.5,10.5,10.5],"texture":"#2"}}},{"from":[2.97266,0.5,7],"to":[13.02734,5.5,9],"rotation":{"angle":45,"axis":"y","origin":[8,3,8]},"faces":{"east":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#2"},"west":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#2"},"down":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#2"}}},{"from":[2.97266,0.5,7],"to":[13.02734,5.5,9],"rotation":{"angle":22.5,"axis":"y","origin":[8,1,8]},"faces":{"east":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#2"},"west":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#2"},"down":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#2"}}},{"from":[2.97266,0.5,7],"to":[13.02734,5.5,9],"rotation":{"angle":0,"axis":"y","origin":[8,3,8]},"faces":{"east":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#2"},"west":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#2"},"down":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#2"}}},{"from":[7,0.5,2.97266],"to":[9,5.5,13.02734],"rotation":{"angle":22.5,"axis":"y","origin":[8,3,8]},"faces":{"north":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#2"},"south":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#2"},"down":{"uv":[5.5,8.5,10.5,10.5],"texture":"#2"}}},{"from":[7,0.5,2.97266],"to":[9,5.5,13.02734],"rotation":{"angle":45,"axis":"y","origin":[8,3,8]},"faces":{"north":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#2"},"south":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#2"},"down":{"uv":[5.5,8.5,10.5,10.5],"texture":"#2"}}},{"from":[2.97266,0.5,7],"to":[13.02734,5.5,9],"rotation":{"angle":-22.5,"axis":"y","origin":[8,3,8]},"faces":{"east":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#2"},"west":{"uv":[5.5,8.5,10.5,10.5],"rotation":270,"texture":"#2"},"down":{"uv":[5.5,8.5,10.5,10.5],"rotation":90,"texture":"#2"}}},{"from":[6.26,0.01,-0.78784],"to":[9.74,0.99,16.78784],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0.5,8]},"faces":{"north":{"uv":[0,0,1,1],"rotation":90,"texture":"#2"},"east":{"uv":[0,0,1,1],"rotation":90,"texture":"#2"},"south":{"uv":[0,0,1,1],"rotation":90,"texture":"#2"},"west":{"uv":[0,0,1,1],"rotation":90,"texture":"#2"},"up":{"uv":[0,0,16,3.5],"rotation":90,"texture":"#2"},"down":{"uv":[0,0,16,3.5],"rotation":90,"texture":"#2"}}},{"from":[6.25,0,-0.79784],"to":[9.75,1,16.79784],"rotation":{"angle":0,"axis":"x","origin":[8,0.5,8]},"faces":{"north":{"uv":[0,0,1,1],"rotation":90,"texture":"#2"},"east":{"uv":[0,0,1,1],"rotation":90,"texture":"#2"},"south":{"uv":[0,0,1,1],"rotation":90,"texture":"#2"},"west":{"uv":[0,0,1,1],"rotation":90,"texture":"#2"},"up":{"uv":[0,0,16,3.5],"rotation":90,"texture":"#2"},"down":{"uv":[0,0,16,3.5],"rotation":90,"texture":"#2"}}},{"from":[6.26,0.01,-0.78784],"to":[9.74,0.99,16.78784],"rotation":{"angle":22.5,"axis":"y","origin":[8,0.5,8]},"faces":{"north":{"uv":[0,0,1,1],"rotation":90,"texture":"#2"},"east":{"uv":[0,0,1,1],"rotation":90,"texture":"#2"},"south":{"uv":[0,0,1,1],"rotation":90,"texture":"#2"},"west":{"uv":[0,0,1,1],"rotation":90,"texture":"#2"},"up":{"uv":[0,0,16,3.5],"rotation":90,"texture":"#2"},"down":{"uv":[0,0,16,3.5],"rotation":90,"texture":"#2"}}},{"from":[6.25,0,-0.79784],"to":[9.75,1,16.79784],"rotation":{"angle":45,"axis":"y","origin":[8,0.5,8]},"faces":{"north":{"uv":[0,0,1,1],"rotation":90,"texture":"#2"},"east":{"uv":[0,0,1,1],"rotation":90,"texture":"#2"},"south":{"uv":[0,0,1,1],"rotation":90,"texture":"#2"},"west":{"uv":[0,0,1,1],"rotation":90,"texture":"#2"},"up":{"uv":[0,0,16,3.5],"rotation":90,"texture":"#2"},"down":{"uv":[0,0,16,3.5],"rotation":90,"texture":"#2"}}},{"from":[-0.78784,0.01,6.26],"to":[16.78784,0.99,9.74],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0.5,8]},"faces":{"north":{"uv":[0,0,1,1],"rotation":90,"texture":"#2"},"east":{"uv":[0,0,1,1],"rotation":90,"texture":"#2"},"south":{"uv":[0,0,1,1],"rotation":90,"texture":"#2"},"west":{"uv":[0,0,1,1],"rotation":90,"texture":"#2"},"up":{"uv":[0,0,16,3.5],"rotation":180,"texture":"#2"},"down":{"uv":[0,0,16,3.5],"rotation":180,"texture":"#2"}}},{"from":[-0.79784,0,6.25],"to":[16.79784,1,9.75],"rotation":{"angle":0,"axis":"x","origin":[8,0.5,8]},"faces":{"north":{"uv":[0,0,1,1],"rotation":90,"texture":"#2"},"east":{"uv":[0,0,1,1],"rotation":90,"texture":"#2"},"south":{"uv":[0,0,1,1],"rotation":90,"texture":"#2"},"west":{"uv":[0,0,1,1],"rotation":90,"texture":"#2"},"up":{"uv":[0,0,16,3.5],"rotation":180,"texture":"#2"},"down":{"uv":[0,0,16,3.5],"rotation":180,"texture":"#2"}}},{"from":[-0.78784,0.01,6.26],"to":[16.78784,0.99,9.74],"rotation":{"angle":22.5,"axis":"y","origin":[8,0.5,8]},"faces":{"north":{"uv":[0,0,1,1],"rotation":90,"texture":"#2"},"east":{"uv":[0,0,1,1],"rotation":90,"texture":"#2"},"south":{"uv":[0,0,1,1],"rotation":90,"texture":"#2"},"west":{"uv":[0,0,1,1],"rotation":90,"texture":"#2"},"up":{"uv":[0,0,16,3.5],"rotation":180,"texture":"#2"},"down":{"uv":[0,0,16,3.5],"rotation":180,"texture":"#2"}}},{"from":[6.855,1.48,2.32424],"to":[9.145,3.02,13.67576],"rotation":{"angle":-45,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"east":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"south":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"west":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"up":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"down":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"}}},{"from":[6.875,1.5,2.34424],"to":[9.125,3,13.65576],"rotation":{"angle":-22.5,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"east":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"south":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"west":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"up":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"down":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"}}},{"from":[6.875,1.5,2.34424],"to":[9.125,3,13.65576],"rotation":{"angle":0,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"east":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"south":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"west":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"up":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"down":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"}}},{"from":[6.875,1.5,2.34424],"to":[9.125,3,13.65576],"rotation":{"angle":22.5,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"east":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"south":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"west":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"up":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"down":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"}}},{"from":[6.855,1.48,2.32424],"to":[9.145,3.02,13.67576],"rotation":{"angle":45,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"east":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"south":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"west":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"up":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"down":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"}}},{"from":[2.34424,1.5,6.875],"to":[13.65576,3,9.125],"rotation":{"angle":-22.5,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"east":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"south":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"west":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"up":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"down":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"}}},{"from":[2.34424,1.5,6.875],"to":[13.65576,3,9.125],"rotation":{"angle":0,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"east":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"south":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"west":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"up":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"down":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"}}},{"from":[2.34424,1.5,6.875],"to":[13.65576,3,9.125],"rotation":{"angle":22.5,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"east":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"south":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"west":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"up":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"},"down":{"uv":[11.5,8.5,13,10.75],"rotation":270,"texture":"#1"}}},{"from":[3,23,2],"to":[9,27,14],"rotation":{"angle":22.5,"axis":"z","origin":[12.0025,26,8]},"faces":{"north":{"uv":[9,1,15,5],"texture":"#4"},"east":{"uv":[1.5,1,13.5,5],"texture":"#4"},"south":{"uv":[9,1,15,5],"texture":"#4"},"west":{"uv":[1.5,1,13.5,5],"texture":"#4"},"up":{"uv":[1.5,0,13.5,5],"rotation":90,"texture":"#4"},"down":{"uv":[1.5,0,13.5,5],"rotation":90,"texture":"#4"}}},{"from":[-0.01,22.99,4.99],"to":[12.01,27.01,11.01],"rotation":{"angle":22.5,"axis":"z","origin":[12.0025,26,8]},"faces":{"north":{"uv":[6,4.5,10,13.5],"rotation":270,"texture":"#3"},"east":{"uv":[6,5,10.02,11.02],"rotation":270,"texture":"#3"},"south":{"uv":[6,4.5,10,13.5],"rotation":270,"texture":"#3"},"west":{"uv":[6,5,10,11],"rotation":270,"texture":"#3"},"up":{"uv":[1.5,0,13.5,5],"rotation":180,"texture":"#4"},"down":{"uv":[0,0,6,12],"rotation":90,"texture":"#missing"}}},{"from":[1.01,23.01,3.01],"to":[10.99,26.99,12.99],"rotation":{"angle":22.5,"axis":"z","origin":[12.0025,26,8]},"faces":{"north":{"uv":[6,4.5,10,13.5],"rotation":270,"texture":"#3"},"east":{"uv":[2.5,1,12.48,4.98],"texture":"#4"},"south":{"uv":[6,5,10,11],"rotation":270,"texture":"#3"},"west":{"uv":[6,4.5,10,13.5],"rotation":270,"texture":"#3"},"up":{"uv":[2.5,0,12,5],"rotation":270,"texture":"#4"},"down":{"uv":[0,0,10,10],"rotation":90,"texture":"#4"}}},{"from":[2.9,23.4,1.9],"to":[9.1,25.1,14.1],"rotation":{"angle":22.5,"axis":"z","origin":[12.0025,26,8]},"faces":{"north":{"uv":[5,2,11,3.5],"texture":"#1"},"east":{"uv":[2,2,14,3.5],"texture":"#1"},"south":{"uv":[5,2,11,3.5],"texture":"#1"},"west":{"uv":[1.5,2,13.5,3.5],"texture":"#1"}}},{"from":[1.02661,21.23615,4.9],"to":[13.22661,22.93615,11.1],"rotation":{"angle":22.5,"axis":"z","origin":[7.12661,22.08615,8]},"faces":{"north":{"uv":[2,2,14,3.5],"texture":"#1"},"east":{"uv":[5,2,11,3.5],"texture":"#1"},"south":{"uv":[1.5,2,13.5,3.5],"texture":"#1"},"west":{"uv":[5,2,11,3.5],"texture":"#1"}}},{"from":[12.15571,23.95628,3.5],"to":[13.15571,25.45628,9.5],"rotation":{"angle":22.5,"axis":"x","origin":[13.90571,24.70628,6.5]},"faces":{"north":{"uv":[2,2,3,3.5],"texture":"#1"},"east":{"uv":[5,2,11,3.5],"texture":"#1"},"south":{"uv":[1.5,2,2.5,3.5],"texture":"#1"},"west":{"uv":[5,2,11,3.5],"texture":"#1"},"up":{"uv":[1,1.5,7,2.5],"rotation":270,"texture":"#1"},"down":{"uv":[1,1.5,7,2.5],"rotation":90,"texture":"#1"}}},{"from":[11.90571,23.95628,4.75],"to":[12.90571,25.45628,10.75],"rotation":{"angle":-22.5,"axis":"x","origin":[13.65571,24.70628,7.75]},"faces":{"north":{"uv":[2.5,2,1.5,3.5],"texture":"#1"},"east":{"uv":[11,2,5,3.5],"texture":"#1"},"south":{"uv":[3,2,2,3.5],"texture":"#1"},"west":{"uv":[11,2,5,3.5],"texture":"#1"},"up":{"uv":[7,1.5,1,2.5],"rotation":270,"texture":"#1"},"down":{"uv":[7,1.5,1,2.5],"rotation":90,"texture":"#1"}}},{"from":[0.9,23.4,2.9],"to":[11.1,25.1,13.1],"rotation":{"angle":22.5,"axis":"z","origin":[12.0025,26,8]},"faces":{"north":{"uv":[3,1.5,13,3],"texture":"#1"},"east":{"uv":[3,1.5,13,3],"texture":"#1"},"south":{"uv":[3,1.5,13,3],"texture":"#1"},"west":{"uv":[3,1.5,13,3],"texture":"#1"}}},{"from":[3,22,0],"to":[9,23,16],"rotation":{"angle":22.5,"axis":"z","origin":[12.0025,26,8]},"faces":{"north":{"uv":[0.5,0,1.5,5],"rotation":90,"texture":"#4"},"east":{"uv":[0,1,15,2],"rotation":180,"texture":"#4"},"south":{"uv":[0.5,0,1.5,5],"rotation":90,"texture":"#4"},"west":{"uv":[0,0,15,1],"rotation":180,"texture":"#4"},"up":{"uv":[1.5,0,13.5,5],"rotation":90,"texture":"#4"},"down":{"uv":[1.5,0,13.5,5],"rotation":90,"texture":"#4"}}},{"from":[-0.20369,19.96936,5],"to":[15.79631,20.96936,11],"rotation":{"angle":22.5,"axis":"z","origin":[7.79631,20.46936,8]},"faces":{"north":{"uv":[0,1,15,2],"rotation":180,"texture":"#4"},"east":{"uv":[0.5,0,1.5,5],"rotation":90,"texture":"#4"},"south":{"uv":[0,0,15,1],"rotation":180,"texture":"#4"},"west":{"uv":[0.5,0,1.5,5],"rotation":90,"texture":"#4"},"up":{"uv":[1.5,0,13.5,5],"texture":"#4"},"down":{"uv":[1.5,0,13.5,5],"rotation":180,"texture":"#4"}}},{"from":[-0.01,21.99,1.99],"to":[12.01,23.01,14.01],"rotation":{"angle":22.5,"axis":"z","origin":[12.0025,26,8]},"faces":{"north":{"uv":[0.5,0,1.5,5],"rotation":90,"texture":"#4"},"east":{"uv":[0,1,15,2],"rotation":180,"texture":"#4"},"south":{"uv":[0.5,0,1.5,5],"rotation":90,"texture":"#4"},"west":{"uv":[0,0,15,1],"rotation":180,"texture":"#4"},"up":{"uv":[1.5,0,13.5,5],"rotation":90,"texture":"#4"},"down":{"uv":[1.5,0,13.5,5],"rotation":90,"texture":"#4"}}},{"from":[1.01,22.01,1.01],"to":[10.99,22.99,14.99],"rotation":{"angle":22.5,"axis":"z","origin":[12.0025,26,8]},"faces":{"north":{"uv":[0.5,0,1.5,5],"rotation":90,"texture":"#4"},"east":{"uv":[0,1,15,2],"rotation":180,"texture":"#4"},"south":{"uv":[0.5,0,1.5,5],"rotation":90,"texture":"#4"},"west":{"uv":[0,0,15,1],"rotation":180,"texture":"#4"},"up":{"uv":[1.5,0,13.5,5],"rotation":90,"texture":"#4"},"down":{"uv":[1.5,0,13.5,5],"rotation":90,"texture":"#4"}}},{"from":[-0.99,22.01,3.01],"to":[12.99,22.99,12.99],"rotation":{"angle":22.5,"axis":"z","origin":[12.0025,26,8]},"faces":{"north":{"uv":[0.5,0,1.5,5],"rotation":90,"texture":"#4"},"east":{"uv":[0,1,15,2],"rotation":180,"texture":"#4"},"south":{"uv":[0.5,0,1.5,5],"rotation":90,"texture":"#4"},"west":{"uv":[0,0,15,1],"rotation":180,"texture":"#4"},"up":{"uv":[0.5,0,14.5,5],"rotation":180,"texture":"#4"},"down":{"uv":[1.5,0,13.5,5],"rotation":90,"texture":"#4"}}}],"display":{"gui":{"rotation":[-150,45,175],"translation":[0.25,-2,0],"scale":[0.55,0.55,0.55]},"head":{"rotation":[2,0,0],"translation":[0,16.5,0.25],"scale":[1.65,1.65,1.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/tree_hat.json b/assets/minecraft/models/item/wynn/skin/hat/tree_hat.json new file mode 100644 index 000000000..6574d8b43 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/tree_hat.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/tree_hat","particle":"skins/tree_hat"},"elements":[{"from":[8,8,4],"to":[18,8.01,12],"rotation":{"angle":-45,"axis":"z","origin":[8,8,8]},"faces":{"up":{"uv":[4,10,0,5],"rotation":90,"texture":"#0"},"down":{"uv":[0,10,4,5],"rotation":90,"texture":"#0"}}},{"from":[4,-2,8],"to":[12,8,8.01],"rotation":{"angle":-45,"axis":"x","origin":[8,8,8]},"faces":{"north":{"uv":[0,5,4,10],"texture":"#0"},"south":{"uv":[4,5,0,10],"texture":"#0"}}},{"from":[8,-2,4],"to":[8.01,8,12],"rotation":{"angle":-45,"axis":"z","origin":[8,8,8]},"faces":{"east":{"uv":[0,5,4,10],"texture":"#0"},"west":{"uv":[4,5,0,10],"texture":"#0"}}},{"from":[4,8,-2],"to":[12,8.01,8],"rotation":{"angle":-45,"axis":"x","origin":[8,8,8]},"faces":{"up":{"uv":[4,10,0,5],"texture":"#0"},"down":{"uv":[0,5,4,10],"texture":"#0"}}},{"from":[10,-4,2],"to":[10.01,6,14],"rotation":{"angle":22.5,"axis":"z","origin":[10,6,8]},"faces":{"east":{"uv":[0,0,6,5],"texture":"#0"},"west":{"uv":[0,0,6,5],"texture":"#0"}}},{"from":[6,-4,2],"to":[6.01,6,14],"rotation":{"angle":-22.5,"axis":"z","origin":[6,6,7]},"faces":{"east":{"uv":[0,0,6,5],"texture":"#0"},"west":{"uv":[0,0,6,5],"texture":"#0"}}},{"from":[2,-4,6],"to":[14,6,6.01],"rotation":{"angle":22.5,"axis":"x","origin":[8,6,6]},"faces":{"north":{"uv":[0,0,6,5],"texture":"#0"},"south":{"uv":[6,0,0,5],"texture":"#0"}}},{"from":[2,-4,10],"to":[14,6,10.01],"rotation":{"angle":-22.5,"axis":"x","origin":[8,6,10]},"faces":{"north":{"uv":[0,0,6,5],"texture":"#0"},"south":{"uv":[0,0,6,5],"texture":"#0"}}},{"from":[8,4,5],"to":[8.01,14,11],"rotation":{"angle":-22.5,"axis":"z","origin":[8,14,8]},"faces":{"east":{"uv":[7,5,10,10],"texture":"#0"},"west":{"uv":[4,5,7,10],"texture":"#0"}}},{"from":[5,4,8],"to":[11,14,8.01],"rotation":{"angle":22.5,"axis":"x","origin":[8,14,8]},"faces":{"north":{"uv":[4,5,7,10],"texture":"#0"},"south":{"uv":[7,5,4,10],"texture":"#0"}}},{"from":[5,4,8],"to":[11,14,8.01],"rotation":{"angle":-22.5,"axis":"x","origin":[8,14,8]},"faces":{"north":{"uv":[7,5,10,10],"texture":"#0"},"south":{"uv":[4,5,7,10],"texture":"#0"}}},{"from":[8,4,5],"to":[8.01,14,11],"rotation":{"angle":22.5,"axis":"z","origin":[8,14,8]},"faces":{"east":{"uv":[4,5,7,10],"texture":"#0"},"west":{"uv":[7,5,10,10],"texture":"#0"}}},{"from":[4.5,12,8],"to":[11.5,18,8.01],"rotation":{"angle":45,"axis":"y","origin":[8,17,8]},"faces":{"north":{"uv":[9.5,0,6,3],"texture":"#0"},"south":{"uv":[6,0,9.5,3],"texture":"#0"}}},{"from":[8,12,4.5],"to":[8.01,18,11.5],"rotation":{"angle":45,"axis":"y","origin":[8,17,8]},"faces":{"east":{"uv":[9.5,0,6,3],"texture":"#0"},"west":{"uv":[9.5,0,6,3],"texture":"#0"}}},{"from":[3,3,4],"to":[5,6,6],"rotation":{"angle":-22.5,"axis":"z","origin":[4,4,5]},"faces":{"north":{"uv":[10,0,11,1.5],"texture":"#0"},"east":{"uv":[11,0,10,1.5],"texture":"#0"},"south":{"uv":[10,0,11,1.5],"texture":"#0"},"west":{"uv":[11,0,10,1.5],"texture":"#0"},"up":{"uv":[11,0,12,1],"texture":"#0"},"down":{"uv":[11,1,12,2],"texture":"#0"}}},{"from":[10,6,9],"to":[12,9,11],"rotation":{"angle":22.5,"axis":"z","origin":[11,6,10]},"faces":{"north":{"uv":[12,0,13,1.5],"texture":"#0"},"east":{"uv":[13,0,12,1.5],"texture":"#0"},"south":{"uv":[12,0,13,1.5],"texture":"#0"},"west":{"uv":[13,0,12,1.5],"texture":"#0"},"up":{"uv":[13,0,14,1],"texture":"#0"},"down":{"uv":[13,1,14,2],"texture":"#0"}}},{"from":[3,1,11],"to":[5,4,13],"rotation":{"angle":-22.5,"axis":"x","origin":[4,2,12]},"faces":{"north":{"uv":[14,0,15,1.5],"texture":"#0"},"east":{"uv":[15,0,14,1.5],"texture":"#0"},"south":{"uv":[14,0,15,1.5],"texture":"#0"},"west":{"uv":[15,0,14,1.5],"texture":"#0"},"up":{"uv":[15,0,16,1],"texture":"#0"},"down":{"uv":[15,1,16,2],"texture":"#0"}}}],"display":{"head":{"rotation":[5,0,0],"translation":[0,14,1],"scale":[1.85,1.85,1.85]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/valorous_helmet.json b/assets/minecraft/models/item/wynn/skin/hat/valorous_helmet.json new file mode 100644 index 000000000..b626d8844 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/valorous_helmet.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/valorous_helmet","particle":"skins/valorous_helmet"},"elements":[{"from":[5,5.1,4],"to":[11,7,5],"rotation":{"angle":0,"axis":"z","origin":[5,5.1,4]},"faces":{"north":{"uv":[7,2.75,10,3],"texture":"#0"},"south":{"uv":[7,4.25,10,4.5],"texture":"#0"},"down":{"uv":[14,4,11,4.5],"texture":"#0"}}},{"from":[5.0025,4.7525,4.0025],"to":[5.9975,5.7475,4.9975],"rotation":{"angle":22.5,"axis":"z","origin":[5,4.75,4]},"faces":{"north":{"uv":[13,12,13.5,12.5],"texture":"#0"},"south":{"uv":[13.5,9.5,14,10],"texture":"#0"},"down":{"uv":[14,6.5,13.5,7],"texture":"#0"}}},{"from":[3.495,1.995,6.895],"to":[4.005,6.905,10.005],"rotation":{"angle":0,"axis":"x","origin":[2,5,7]},"faces":{"west":{"uv":[6,6.5,7.5,9],"texture":"#0"},"down":{"uv":[2,10.5,1.75,12],"texture":"#0"}}},{"from":[3.5,5.775,7.3],"to":[4,7.275,10.3],"rotation":{"angle":45,"axis":"x","origin":[2,5,8.9]},"faces":{"west":{"uv":[11.5,1,13,1.75],"texture":"#0"},"up":{"uv":[12,3.5,11.75,2],"texture":"#0"}}},{"from":[3.4975,2.6975,9.0475],"to":[4.0025,6.6025,10.6525],"rotation":{"angle":22.5,"axis":"x","origin":[2,4,8.55]},"faces":{"south":{"uv":[4.75,9.5,5,11.5],"texture":"#0"},"west":{"uv":[4,11,4.75,13],"texture":"#0"}}},{"from":[1.795,5.495,4.055],"to":[5.305,8.005,5.065],"rotation":{"angle":22.5,"axis":"y","origin":[3.15,0,-3.45]},"faces":{"north":{"uv":[3,9.5,4.75,10.75],"texture":"#0"},"up":{"uv":[13.75,3.5,12,3],"texture":"#0"},"down":{"uv":[14.25,8,12.5,8.5],"texture":"#0"}}},{"from":[3.825,-1,1.925],"to":[4.825,4,3.925],"rotation":{"angle":-22.5,"axis":"y","origin":[3.85,1,1.75]},"faces":{"north":{"uv":[8.5,11.5,9,14],"texture":"#0"},"east":{"uv":[10,4.5,9,7],"texture":"#0"},"west":{"uv":[9,4.5,10,7],"texture":"#0"},"up":{"uv":[13.5,12,13,11],"texture":"#0"},"down":{"uv":[13.75,0,13.25,1],"texture":"#0"}}},{"from":[3.325,1,1.925],"to":[3.825,2,2.925],"rotation":{"angle":-22.5,"axis":"y","origin":[3.85,1,1.75]},"faces":{"north":{"uv":[9,5.5,9.25,6],"texture":"#0"},"south":{"uv":[9.25,5.5,9.5,6],"texture":"#0"},"west":{"uv":[9,5.5,9.5,6],"texture":"#0"},"up":{"uv":[9,5.5,9.5,5.75],"rotation":90,"texture":"#0"},"down":{"uv":[9.5,5.75,9,6],"rotation":90,"texture":"#0"}}},{"from":[3.875,-1,-0.075],"to":[4.875,3,1.925],"rotation":{"angle":-45,"axis":"y","origin":[3.85,1,1.75]},"faces":{"north":{"uv":[12,10.5,12.5,12.5],"texture":"#0"},"east":{"uv":[11.5,0,10.5,2],"texture":"#0"},"west":{"uv":[10.5,0,11.5,2],"texture":"#0"},"up":{"uv":[11,14,10.5,13],"texture":"#0"},"down":{"uv":[14,11,13.5,12],"texture":"#0"}}},{"from":[3.825,6.85,2.925],"to":[4.825,8.85,3.925],"rotation":{"angle":-22.5,"axis":"y","origin":[3.85,1,1.75]},"faces":{"north":{"uv":[6.5,13.5,7,14.5],"texture":"#0"},"east":{"uv":[7.5,13.5,7,14.5],"texture":"#0"},"west":{"uv":[7,13.5,7.5,14.5],"texture":"#0"},"up":{"uv":[14.25,1,13.75,0.5],"texture":"#0"},"down":{"uv":[1.5,14,1,14.5],"texture":"#0"}}},{"from":[2.995,-1.005,3.745],"to":[4.005,4.005,5.755],"rotation":{"angle":0,"axis":"y","origin":[3.85,1,1.75]},"faces":{"east":{"uv":[7,9,6,11.5],"texture":"#0"},"west":{"uv":[6,9,7,11.5],"texture":"#0"},"up":{"uv":[14,6.5,13.5,5.5],"texture":"#0"},"down":{"uv":[6.5,13.5,6,14.5],"texture":"#0"}}},{"from":[3,6.85,3.75],"to":[4,8.85,4.75],"rotation":{"angle":0,"axis":"y","origin":[3.85,1,1.75]},"faces":{"east":{"uv":[14,8.5,13.5,9.5],"texture":"#0"},"west":{"uv":[13.5,8.5,14,9.5],"texture":"#0"}}},{"from":[3,3.6,2.85],"to":[4,4.6,3.95],"rotation":{"angle":-22.5,"axis":"x","origin":[3.85,6.6,4.85]},"faces":{"west":{"uv":[13.75,0,14.25,0.5],"texture":"#0"},"up":{"uv":[1,14.5,0.5,14],"texture":"#0"}}},{"from":[2.9975,2.5975,5.9725],"to":[4.0025,6.7025,7.9775],"rotation":{"angle":22.5,"axis":"x","origin":[3.85,7.7,4.3]},"faces":{"north":{"uv":[7,4.5,7.5,6.5],"texture":"#0"},"east":{"uv":[11,4,10,6],"texture":"#0"},"west":{"uv":[10,4,11,6],"texture":"#0"}}},{"from":[2.5,7.3,3.85],"to":[3,8.8,5.35],"rotation":{"angle":22.5,"axis":"x","origin":[3.85,7.7,4.55]},"faces":{"north":{"uv":[13.25,5.5,13.5,6.25],"texture":"#0"},"south":{"uv":[13.5,7,13.75,7.75],"texture":"#0"},"west":{"uv":[13,10,13.75,10.75],"texture":"#0"},"up":{"uv":[13.5,7,13.25,6.25],"texture":"#0"},"down":{"uv":[14,7,13.75,7.75],"texture":"#0"}}},{"from":[2.9975,6.6975,4.1225],"to":[4.0025,8.2025,7.9775],"rotation":{"angle":22.5,"axis":"x","origin":[3.85,7.7,4.3]},"faces":{"west":{"uv":[11,4.5,13,5.25],"texture":"#0"},"down":{"uv":[1,12,0.5,14],"texture":"#0"}}},{"from":[2.995,4.045,4.12],"to":[4.005,9.155,7.33],"rotation":{"angle":-45,"axis":"x","origin":[3.85,8.55,4.3]},"faces":{"east":{"uv":[9,4.5,7.5,7],"texture":"#0"},"south":{"uv":[9,11.5,9.5,14],"texture":"#0"},"west":{"uv":[7.5,4.5,9,7],"texture":"#0"},"up":{"uv":[4.5,14.5,4,13],"texture":"#0"},"down":{"uv":[5,13,4.5,14.5],"texture":"#0"}}},{"from":[1.995,8.87,5.995],"to":[3.005,12.08,9.655],"rotation":{"angle":22.5,"axis":"x","origin":[3.85,10.95,6.6]},"faces":{"north":{"uv":[7.5,13,8,14.5],"texture":"#0"},"east":{"uv":[2.75,9,1,10.5],"texture":"#0"},"west":{"uv":[1,9,2.75,10.5],"texture":"#0"},"down":{"uv":[13,10.5,12.5,12.25],"texture":"#0"}}},{"from":[2.3,7.575,5.75],"to":[3.3,9.825,8.35],"rotation":{"angle":22.5,"axis":"z","origin":[4.15,8.95,5.35]},"faces":{"north":{"uv":[9.5,13,10,14.25],"texture":"#0"},"south":{"uv":[10,13,10.5,14.25],"texture":"#0"},"west":{"uv":[10.5,2,11.75,3.25],"texture":"#0"}}},{"from":[1.9975,10.5475,6.9225],"to":[3.0025,12.1525,15.1275],"rotation":{"angle":-22.5,"axis":"x","origin":[3.85,10.95,6.6]},"faces":{"east":{"uv":[12.5,8,8.5,8.75],"texture":"#0"},"south":{"uv":[12,12.5,12.5,13.25],"texture":"#0"},"west":{"uv":[8.5,8,12.5,8.75],"texture":"#0"},"up":{"uv":[10.5,13,10,9],"texture":"#0"}}},{"from":[2.0025,9.9525,8.4275],"to":[2.9975,10.5475,10.9225],"rotation":{"angle":-22.5,"axis":"x","origin":[3.85,10.95,6.6]},"faces":{"east":{"uv":[11.75,3.25,10.5,3.5],"texture":"#0"},"west":{"uv":[10.5,3.25,11.75,3.5],"texture":"#0"}}},{"from":[2,8.85,5.875],"to":[3,10.55,14.325],"rotation":{"angle":-45,"axis":"x","origin":[3.85,11.7,8.45]},"faces":{"east":{"uv":[12.75,7,8.5,7.75],"texture":"#0"},"west":{"uv":[8.5,7,12.75,7.75],"texture":"#0"},"down":{"uv":[6,9.5,5.5,13.75],"texture":"#0"}}},{"from":[2.245,9.595,10.72],"to":[2.755,15.855,12.93],"rotation":{"angle":22.5,"axis":"x","origin":[3.85,10.95,8.1]},"faces":{"east":{"uv":[8.5,7,7.5,10.25],"texture":"#0"},"south":{"uv":[11.25,9,11.5,12.25],"texture":"#0"},"west":{"uv":[7.5,7,8.5,10.25],"texture":"#0"}}},{"from":[2.25,7.85,8.625],"to":[2.75,9.7,12.025],"rotation":{"angle":0,"axis":"x","origin":[3.85,11.45,8]},"faces":{"east":{"uv":[11.75,6,10,7],"texture":"#0"},"west":{"uv":[10,6,11.75,7],"texture":"#0"},"down":{"uv":[3,9,2.75,10.75],"texture":"#0"}}},{"from":[3,0,5.75],"to":[4,8.5,6.75],"rotation":{"angle":22.5,"axis":"x","origin":[3.85,2,3.75]},"faces":{"east":{"uv":[5.5,9.5,5,13.75],"texture":"#0"},"south":{"uv":[7,9,7.5,13.25],"texture":"#0"},"west":{"uv":[5,9.5,5.5,13.75],"texture":"#0"}}},{"from":[6,3.9,3.5],"to":[8,4.9,4.5],"rotation":{"angle":-45,"axis":"z","origin":[8,4.5,3.9]},"faces":{"north":{"uv":[3,6,4,6.5],"texture":"#0"},"south":{"uv":[13,5,14,5.5],"texture":"#0"},"down":{"uv":[12,13,11,13.5],"texture":"#0"}}},{"from":[6.2,8.65,7],"to":[8.2,9.15,9],"rotation":{"angle":22.5,"axis":"z","origin":[6.2,7.4,7]},"faces":{"north":{"uv":[8.5,8.75,9.5,9],"texture":"#0"},"south":{"uv":[9.5,8.75,10.5,9],"texture":"#0"},"up":{"uv":[13,3,12,2],"texture":"#0"}}},{"from":[5.65,6.9,5.75],"to":[6.85,7.9,10.25],"rotation":{"angle":45,"axis":"z","origin":[4.85,6.15,7]},"faces":{"north":{"uv":[13.75,3,14.25,3.5],"texture":"#0"},"south":{"uv":[3.5,14,4,14.5],"texture":"#0"},"up":{"uv":[0.5,14.25,0,12],"texture":"#0"}}},{"from":[4,2,4],"to":[5,8,12],"rotation":{"angle":0,"axis":"y","origin":[4,0,4]},"faces":{"north":{"uv":[3,11,3.5,14],"texture":"#0"},"east":{"uv":[0,0,4,3],"texture":"#0"},"south":{"uv":[3.5,11,4,14],"texture":"#0"},"west":{"uv":[0,3,4,6],"texture":"#0"},"up":{"uv":[10,13,9.5,9],"texture":"#0"},"down":{"uv":[10.5,0,10,4],"texture":"#0"}}},{"from":[10.0025,4.7525,4.0025],"to":[10.9975,5.7475,4.9975],"rotation":{"angle":-22.5,"axis":"z","origin":[11,4.75,4]},"faces":{"north":{"uv":[13.5,12,13,12.5],"texture":"#0"},"south":{"uv":[14,9.5,13.5,10],"texture":"#0"},"down":{"uv":[13.5,6.5,14,7],"texture":"#0"}}},{"from":[11.995,1.995,6.895],"to":[12.505,6.905,10.005],"rotation":{"angle":0,"axis":"x","origin":[14,5,7]},"faces":{"east":{"uv":[7.5,6.5,6,9],"texture":"#0"},"down":{"uv":[1.75,10.5,2,12],"texture":"#0"}}},{"from":[12,5.775,7.3],"to":[12.5,7.275,10.3],"rotation":{"angle":45,"axis":"x","origin":[14,5,8.9]},"faces":{"east":{"uv":[13,1,11.5,1.75],"texture":"#0"},"up":{"uv":[11.75,3.5,12,2],"texture":"#0"}}},{"from":[11.9975,2.6975,9.0475],"to":[12.5025,6.6025,10.6525],"rotation":{"angle":22.5,"axis":"x","origin":[14,4,8.55]},"faces":{"east":{"uv":[4.75,11,4,13],"texture":"#0"},"south":{"uv":[5,9.5,4.75,11.5],"texture":"#0"}}},{"from":[10.695,5.495,4.055],"to":[14.205,8.005,5.065],"rotation":{"angle":-22.5,"axis":"y","origin":[12.85,0,-3.45]},"faces":{"north":{"uv":[4.75,9.5,3,10.75],"texture":"#0"},"up":{"uv":[12,3.5,13.75,3],"texture":"#0"},"down":{"uv":[12.5,8,14.25,8.5],"texture":"#0"}}},{"from":[11.175,-1,1.925],"to":[12.175,4,3.925],"rotation":{"angle":22.5,"axis":"y","origin":[12.15,1,1.75]},"faces":{"north":{"uv":[9,11.5,8.5,14],"texture":"#0"},"east":{"uv":[10,4.5,9,7],"texture":"#0"},"west":{"uv":[9,4.5,10,7],"texture":"#0"},"up":{"uv":[13,12,13.5,11],"texture":"#0"},"down":{"uv":[13.25,0,13.75,1],"texture":"#0"}}},{"from":[12.175,1,1.925],"to":[12.675,2,2.925],"rotation":{"angle":22.5,"axis":"y","origin":[12.15,1,1.75]},"faces":{"north":{"uv":[9.25,5.5,9,6],"texture":"#0"},"east":{"uv":[9.5,5.5,9,6],"texture":"#0"},"south":{"uv":[9.5,5.5,9.25,6],"texture":"#0"},"up":{"uv":[9,5.75,9.5,5.5],"rotation":90,"texture":"#0"},"down":{"uv":[9.5,6,9,5.75],"rotation":90,"texture":"#0"}}},{"from":[11.125,-1,-0.075],"to":[12.125,3,1.925],"rotation":{"angle":45,"axis":"y","origin":[12.15,1,1.75]},"faces":{"north":{"uv":[12.5,10.5,12,12.5],"texture":"#0"},"east":{"uv":[11.5,0,10.5,2],"texture":"#0"},"west":{"uv":[10.5,0,11.5,2],"texture":"#0"},"up":{"uv":[10.5,14,11,13],"texture":"#0"},"down":{"uv":[13.5,11,14,12],"texture":"#0"}}},{"from":[11.175,6.85,2.925],"to":[12.175,8.85,3.925],"rotation":{"angle":22.5,"axis":"y","origin":[12.15,1,1.75]},"faces":{"north":{"uv":[7,13.5,6.5,14.5],"texture":"#0"},"east":{"uv":[7.5,13.5,7,14.5],"texture":"#0"},"west":{"uv":[7,13.5,7.5,14.5],"texture":"#0"},"up":{"uv":[13.75,1,14.25,0.5],"texture":"#0"},"down":{"uv":[1,14,1.5,14.5],"texture":"#0"}}},{"from":[11.995,-1.005,3.745],"to":[13.005,4.005,5.755],"rotation":{"angle":0,"axis":"y","origin":[12.15,1,1.75]},"faces":{"east":{"uv":[7,9,6,11.5],"texture":"#0"},"west":{"uv":[6,9,7,11.5],"texture":"#0"},"up":{"uv":[13.5,6.5,14,5.5],"texture":"#0"},"down":{"uv":[6,13.5,6.5,14.5],"texture":"#0"}}},{"from":[12,6.85,3.75],"to":[13,8.85,4.75],"rotation":{"angle":0,"axis":"y","origin":[12.15,1,1.75]},"faces":{"east":{"uv":[14,8.5,13.5,9.5],"texture":"#0"},"west":{"uv":[13.5,8.5,14,9.5],"texture":"#0"}}},{"from":[12,3.6,2.85],"to":[13,4.6,3.95],"rotation":{"angle":-22.5,"axis":"x","origin":[12.15,6.6,4.85]},"faces":{"east":{"uv":[14.25,0,13.75,0.5],"texture":"#0"},"up":{"uv":[0.5,14.5,1,14],"texture":"#0"}}},{"from":[11.9975,2.5975,5.9725],"to":[13.0025,6.7025,7.9775],"rotation":{"angle":22.5,"axis":"x","origin":[12.15,7.7,4.3]},"faces":{"north":{"uv":[7.5,4.5,7,6.5],"texture":"#0"},"east":{"uv":[11,4,10,6],"texture":"#0"},"west":{"uv":[10,4,11,6],"texture":"#0"}}},{"from":[13,7.3,3.85],"to":[13.5,8.8,5.35],"rotation":{"angle":22.5,"axis":"x","origin":[12.15,7.7,4.55]},"faces":{"north":{"uv":[13.5,5.5,13.25,6.25],"texture":"#0"},"east":{"uv":[13.75,10,13,10.75],"texture":"#0"},"south":{"uv":[13.75,7,13.5,7.75],"texture":"#0"},"up":{"uv":[13.25,7,13.5,6.25],"texture":"#0"},"down":{"uv":[13.75,7,14,7.75],"texture":"#0"}}},{"from":[11.9975,6.6975,4.1225],"to":[13.0025,8.2025,7.9775],"rotation":{"angle":22.5,"axis":"x","origin":[12.15,7.7,4.3]},"faces":{"east":{"uv":[13,4.5,11,5.25],"texture":"#0"},"down":{"uv":[0.5,12,1,14],"texture":"#0"}}},{"from":[11.995,4.045,4.12],"to":[13.005,9.155,7.33],"rotation":{"angle":-45,"axis":"x","origin":[12.15,8.55,4.3]},"faces":{"east":{"uv":[9,4.5,7.5,7],"texture":"#0"},"south":{"uv":[9.5,11.5,9,14],"texture":"#0"},"west":{"uv":[7.5,4.5,9,7],"texture":"#0"},"up":{"uv":[4,14.5,4.5,13],"texture":"#0"},"down":{"uv":[4.5,13,5,14.5],"texture":"#0"}}},{"from":[12.995,8.87,5.995],"to":[14.005,12.08,9.655],"rotation":{"angle":22.5,"axis":"x","origin":[12.15,10.95,6.6]},"faces":{"north":{"uv":[8,13,7.5,14.5],"texture":"#0"},"east":{"uv":[2.75,9,1,10.5],"texture":"#0"},"west":{"uv":[1,9,2.75,10.5],"texture":"#0"},"down":{"uv":[12.5,10.5,13,12.25],"texture":"#0"}}},{"from":[12.7,7.575,5.75],"to":[13.7,9.825,8.35],"rotation":{"angle":-22.5,"axis":"z","origin":[11.85,8.95,5.35]},"faces":{"north":{"uv":[10,13,9.5,14.25],"texture":"#0"},"east":{"uv":[11.75,2,10.5,3.25],"texture":"#0"},"south":{"uv":[10.5,13,10,14.25],"texture":"#0"}}},{"from":[12.9975,10.5475,6.9225],"to":[14.0025,12.1525,15.1275],"rotation":{"angle":-22.5,"axis":"x","origin":[12.15,10.95,6.6]},"faces":{"east":{"uv":[12.5,8,8.5,8.75],"texture":"#0"},"south":{"uv":[12.5,12.5,12,13.25],"texture":"#0"},"west":{"uv":[8.5,8,12.5,8.75],"texture":"#0"},"up":{"uv":[10,13,10.5,9],"texture":"#0"}}},{"from":[13.0025,9.9525,8.4275],"to":[13.9975,10.5475,10.9225],"rotation":{"angle":-22.5,"axis":"x","origin":[12.15,10.95,6.6]},"faces":{"east":{"uv":[11.75,3.25,10.5,3.5],"texture":"#0"},"west":{"uv":[10.5,3.25,11.75,3.5],"texture":"#0"}}},{"from":[13,8.85,5.875],"to":[14,10.55,14.325],"rotation":{"angle":-45,"axis":"x","origin":[12.15,11.7,8.45]},"faces":{"east":{"uv":[12.75,7,8.5,7.75],"texture":"#0"},"west":{"uv":[8.5,7,12.75,7.75],"texture":"#0"},"down":{"uv":[5.5,9.5,6,13.75],"texture":"#0"}}},{"from":[13.245,9.595,10.72],"to":[13.755,15.855,12.93],"rotation":{"angle":22.5,"axis":"x","origin":[12.15,10.95,8.1]},"faces":{"east":{"uv":[8.5,7,7.5,10.25],"texture":"#0"},"south":{"uv":[11.5,9,11.25,12.25],"texture":"#0"},"west":{"uv":[7.5,7,8.5,10.25],"texture":"#0"}}},{"from":[13.25,7.85,8.625],"to":[13.75,9.7,12.025],"rotation":{"angle":0,"axis":"x","origin":[12.15,11.45,8]},"faces":{"east":{"uv":[11.75,6,10,7],"texture":"#0"},"west":{"uv":[10,6,11.75,7],"texture":"#0"},"down":{"uv":[2.75,9,3,10.75],"texture":"#0"}}},{"from":[12,0,5.75],"to":[13,8.5,6.75],"rotation":{"angle":22.5,"axis":"x","origin":[12.15,2,3.75]},"faces":{"east":{"uv":[5.5,9.5,5,13.75],"texture":"#0"},"south":{"uv":[7.5,9,7,13.25],"texture":"#0"},"west":{"uv":[5,9.5,5.5,13.75],"texture":"#0"}}},{"from":[8,3.9,3.5],"to":[10,4.9,4.5],"rotation":{"angle":45,"axis":"z","origin":[8,4.5,3.9]},"faces":{"north":{"uv":[4,6,3,6.5],"texture":"#0"},"south":{"uv":[14,5,13,5.5],"texture":"#0"},"down":{"uv":[11,13,12,13.5],"texture":"#0"}}},{"from":[7.8,8.65,7],"to":[9.8,9.15,9],"rotation":{"angle":-22.5,"axis":"z","origin":[9.8,7.4,7]},"faces":{"north":{"uv":[9.5,8.75,8.5,9],"texture":"#0"},"south":{"uv":[10.5,8.75,9.5,9],"texture":"#0"},"up":{"uv":[12,3,13,2],"texture":"#0"}}},{"from":[9.15,6.9,5.75],"to":[10.35,7.9,10.25],"rotation":{"angle":-45,"axis":"z","origin":[11.15,6.15,7]},"faces":{"north":{"uv":[14.25,3,13.75,3.5],"texture":"#0"},"south":{"uv":[4,14,3.5,14.5],"texture":"#0"},"up":{"uv":[0,14.25,0.5,12],"texture":"#0"}}},{"from":[11,2,4],"to":[12,8,12],"rotation":{"angle":0,"axis":"y","origin":[12,0,4]},"faces":{"north":{"uv":[3.5,11,3,14],"texture":"#0"},"east":{"uv":[4,3,0,6],"texture":"#0"},"south":{"uv":[4,11,3.5,14],"texture":"#0"},"west":{"uv":[4,0,0,3],"texture":"#0"},"up":{"uv":[9.5,13,10,9],"texture":"#0"},"down":{"uv":[10,0,10.5,4],"texture":"#0"}}},{"from":[4,2,4],"to":[5,8,6],"rotation":{"angle":-22.5,"axis":"y","origin":[4,0,4]},"faces":{"west":{"uv":[0,9,1,12],"texture":"#0"}}},{"from":[5,2,11],"to":[11,8,12],"rotation":{"angle":0,"axis":"y","origin":[10,0,4]},"faces":{"north":{"uv":[4,3.5,7,6.5],"texture":"#0"},"south":{"uv":[0,6,3,9],"texture":"#0"},"down":{"uv":[13.5,3.5,10.5,4],"texture":"#0"}}},{"from":[5,7,4],"to":[11,8,11],"rotation":{"angle":0,"axis":"y","origin":[10,0,3]},"faces":{"down":{"uv":[7,0,4,3.5],"texture":"#0"}}},{"from":[5,4.4,11.15],"to":[11,7,12.15],"rotation":{"angle":22.5,"axis":"x","origin":[5,4.4,10.15]},"faces":{"east":{"uv":[8.5,13,8,14.25],"texture":"#0"},"south":{"uv":[7,0,10,1.25],"texture":"#0"},"west":{"uv":[8,13,8.5,14.25],"texture":"#0"}}},{"from":[4.995,5.045,11.145],"to":[11.005,7.655,12.155],"rotation":{"angle":-22.5,"axis":"x","origin":[5,7.7,10.15]},"faces":{"east":{"uv":[13.5,8.5,13,9.75],"texture":"#0"},"south":{"uv":[7,1.5,10,2.75],"texture":"#0"},"west":{"uv":[13,8.5,13.5,9.75],"texture":"#0"}}},{"from":[4.995,7.17,4.12],"to":[11.005,7.78,5.13],"rotation":{"angle":22.5,"axis":"x","origin":[5,7.7,6.1]},"faces":{"north":{"uv":[7,1.25,10,1.5],"texture":"#0"},"east":{"uv":[14.5,4,14,4.25],"texture":"#0"},"west":{"uv":[14,4,14.5,4.25],"texture":"#0"}}},{"from":[5,8.2,9.1],"to":[11,9.55,11.45],"rotation":{"angle":22.5,"axis":"x","origin":[5,7.55,8.85]},"faces":{"east":{"uv":[13.25,6,12,6.75],"texture":"#0"},"west":{"uv":[12,6,13.25,6.75],"texture":"#0"},"up":{"uv":[10,4.25,7,3],"texture":"#0"}}},{"from":[4.995,7.945,6.145],"to":[11.005,9.305,9.855],"rotation":{"angle":0,"axis":"x","origin":[5,7.55,7.25]},"faces":{"east":{"uv":[13.25,0,11.5,0.75],"texture":"#0"},"west":{"uv":[11.5,0,13.25,0.75],"texture":"#0"},"up":{"uv":[6,8.25,3,6.5],"texture":"#0"}}},{"from":[5,8.2,4.9],"to":[11,9.55,6.9],"rotation":{"angle":-22.5,"axis":"x","origin":[5,7.55,7.15]},"faces":{"east":{"uv":[13.5,12.5,12.5,13.25],"texture":"#0"},"west":{"uv":[12.5,12.5,13.5,13.25],"texture":"#0"},"up":{"uv":[6,9.5,3,8.5],"texture":"#0"}}},{"from":[7.245,3.245,2.495],"to":[8.755,7.755,4.505],"rotation":{"angle":0,"axis":"z","origin":[8,4.5,3.9]},"faces":{"north":{"uv":[1,10.5,1.75,12.75],"texture":"#0"},"east":{"uv":[9.5,9,8.5,11.25],"texture":"#0"},"south":{"uv":[2,10.5,2.75,12.75],"texture":"#0"},"west":{"uv":[8.5,9,9.5,11.25],"texture":"#0"},"down":{"uv":[1.75,13,1,14],"texture":"#0"}}},{"from":[7.245,7.095,2.37],"to":[8.755,8.605,4.88],"rotation":{"angle":22.5,"axis":"x","origin":[8,8.35,4.3]},"faces":{"north":{"uv":[12.75,7,13.5,7.75],"texture":"#0"},"east":{"uv":[3,13,1.75,13.75],"texture":"#0"},"west":{"uv":[1.75,13,3,13.75],"texture":"#0"},"up":{"uv":[13.5,7,12.75,7.25],"texture":"#0"},"down":{"uv":[13.5,7.5,12.75,7.75],"texture":"#0"}}},{"from":[7.245,5.295,12.02],"to":[8.755,8.605,13.13],"rotation":{"angle":-22.5,"axis":"x","origin":[8,8.35,11.7]},"faces":{"east":{"uv":[13,8.5,12.5,10.25],"texture":"#0"},"south":{"uv":[6,11.5,6.75,13.25],"texture":"#0"},"west":{"uv":[12.5,8.5,13,10.25],"texture":"#0"}}},{"from":[7.25,2.25,12],"to":[8.75,6.85,13.1],"rotation":{"angle":22.5,"axis":"x","origin":[8,3.75,11.7]},"faces":{"east":{"uv":[12,10.5,11.5,12.75],"texture":"#0"},"south":{"uv":[10.5,9,11.25,11.25],"texture":"#0"},"west":{"uv":[11.5,10.5,12,12.75],"texture":"#0"},"down":{"uv":[14.25,3.5,13.5,4],"texture":"#0"}}},{"from":[7.25,8.525,3.45],"to":[8.75,9.525,6.45],"rotation":{"angle":-22.5,"axis":"x","origin":[8,8.35,4.3]},"faces":{"east":{"uv":[14.5,2,13,2.5],"texture":"#0"},"west":{"uv":[13,2,14.5,2.5],"texture":"#0"},"up":{"uv":[12.25,10.5,11.5,9],"texture":"#0"}}},{"from":[7.245,9.245,5.845],"to":[8.755,10.255,10.155],"rotation":{"angle":0,"axis":"x","origin":[8,8.35,4.3]},"faces":{"east":{"uv":[13.25,5.5,11,6],"texture":"#0"},"west":{"uv":[11,5.5,13.25,6],"texture":"#0"},"up":{"uv":[8.25,12.75,7.5,10.5],"texture":"#0"}}},{"from":[7.25,8.525,9.55],"to":[8.75,9.525,12.55],"rotation":{"angle":22.5,"axis":"x","origin":[8,8.35,11.7]},"faces":{"east":{"uv":[14.5,2.5,13,3],"texture":"#0"},"west":{"uv":[13,2.5,14.5,3],"texture":"#0"},"up":{"uv":[11.25,13,10.5,11.5],"texture":"#0"}}}],"display":{"head":{"translation":[0,7.75,0],"scale":[1.85,1.85,1.85]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/verdant_laurel.json b/assets/minecraft/models/item/wynn/skin/hat/verdant_laurel.json new file mode 100644 index 000000000..83150037e --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/verdant_laurel.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"2":"skins/verdant_laurel","particle":"skins/verdant_laurel"},"elements":[{"from":[2.725,0.75,13.5875],"to":[4.725,3.25,14.8375],"rotation":{"angle":0,"axis":"y","origin":[5.35,2,14.2125]},"faces":{"north":{"uv":[7,6,6,7.5],"texture":"#2"},"east":{"uv":[8,0,8.5,1.5],"texture":"#2"},"south":{"uv":[6,6,7,7.5],"texture":"#2"},"up":{"uv":[9.5,3.5,8.5,3],"texture":"#2"},"down":{"uv":[9.5,3.5,8.5,4],"texture":"#2"}}},{"from":[1.3,0.125,14.575],"to":[3.05,3.875,15.825],"rotation":{"angle":-22.5,"axis":"y","origin":[5.3,2,14.5125]},"faces":{"north":{"uv":[5.5,4,4.5,6],"texture":"#2"},"east":{"uv":[6,7.5,6.5,9.5],"texture":"#2"},"south":{"uv":[4.5,4,5.5,6],"texture":"#2"},"west":{"uv":[6.5,7.5,7,9.5],"texture":"#2"},"up":{"uv":[9.5,4.5,8.5,4],"texture":"#2"},"down":{"uv":[9.5,4.5,8.5,5],"texture":"#2"}}},{"from":[-1.2,0.125,15.825],"to":[1.3,4.875,15.835],"rotation":{"angle":-22.5,"axis":"y","origin":[5.3,2,14.5125]},"faces":{"north":{"uv":[3,0,1.5,2.5],"texture":"#2"},"south":{"uv":[1.5,0,3,2.5],"texture":"#2"}}},{"from":[-0.2,0.75,11.7],"to":[1.05,3.25,13.7],"rotation":{"angle":22.5,"axis":"y","origin":[-0.325,1.375,12.0125]},"faces":{"east":{"uv":[7.5,3.5,6.5,5],"texture":"#2"},"south":{"uv":[8,4.5,8.5,6],"texture":"#2"},"west":{"uv":[6.5,3.5,7.5,5],"texture":"#2"},"up":{"uv":[7,6,6.5,5],"texture":"#2"},"down":{"uv":[9,5,8.5,6],"texture":"#2"}}},{"from":[-0.2,0.125,9.95],"to":[1.05,3.875,11.7],"rotation":{"angle":22.5,"axis":"y","origin":[-0.325,1.375,12.0125]},"faces":{"north":{"uv":[0,8,0.5,10],"texture":"#2"},"east":{"uv":[6.5,4,5.5,6],"texture":"#2"},"south":{"uv":[0.5,8,1,10],"texture":"#2"},"west":{"uv":[5.5,4,6.5,6],"texture":"#2"},"up":{"uv":[9,7,8.5,6],"texture":"#2"},"down":{"uv":[9,7,8.5,8],"texture":"#2"}}},{"from":[-0.2,0.125,7.45],"to":[-0.19,4.875,9.95],"rotation":{"angle":22.5,"axis":"y","origin":[-0.325,1.375,12.0125]},"faces":{"east":{"uv":[1.5,5.5,0,8],"texture":"#2"},"west":{"uv":[0,5.5,1.5,8],"texture":"#2"}}},{"from":[-1.225,0.475,3.825],"to":[-1.215,5.225,6.325],"rotation":{"angle":0,"axis":"y","origin":[-1.225,2.35,5.075]},"faces":{"east":{"uv":[4.5,1.5,3,4],"texture":"#2"},"west":{"uv":[3,1.5,4.5,4],"texture":"#2"}}},{"from":[-0.4125,0.475,6.2],"to":[0.8375,4.225,7.95],"rotation":{"angle":22.5,"axis":"y","origin":[-0.5375,1.725,8.2625]},"faces":{"north":{"uv":[1,8,1.5,10],"texture":"#2"},"east":{"uv":[7,0,6,2],"texture":"#2"},"south":{"uv":[1.5,8,2,10],"texture":"#2"},"west":{"uv":[6,0,7,2],"texture":"#2"},"up":{"uv":[9,9,8.5,8],"texture":"#2"},"down":{"uv":[9.5,0,9,1],"texture":"#2"}}},{"from":[-0.4125,1.1,7.95],"to":[0.8375,3.6,9.95],"rotation":{"angle":22.5,"axis":"y","origin":[-0.5375,1.725,8.2625]},"faces":{"east":{"uv":[8,5,7,6.5],"texture":"#2"},"south":{"uv":[7,8,7.5,9.5],"texture":"#2"},"west":{"uv":[7,5,8,6.5],"texture":"#2"},"up":{"uv":[9.5,2,9,1],"texture":"#2"},"down":{"uv":[9.5,2,9,3],"texture":"#2"}}},{"from":[-0.875,1.125,-0.55],"to":[-0.865,4.875,1.95],"rotation":{"angle":-22.5,"axis":"y","origin":[-1,2.375,4.0125]},"faces":{"east":{"uv":[3,4,1.5,6],"texture":"#2"},"west":{"uv":[1.5,4,3,6],"texture":"#2"}}},{"from":[-0.125,1.75,3.8875],"to":[1.125,4.25,5.8875],"rotation":{"angle":0,"axis":"y","origin":[-0.25,2.375,4.2]},"faces":{"east":{"uv":[8.5,1.5,7.5,3],"texture":"#2"},"south":{"uv":[8,7.5,8.5,9],"texture":"#2"},"west":{"uv":[7.5,1.5,8.5,3],"texture":"#2"},"up":{"uv":[5.5,10,5,9],"texture":"#2"},"down":{"uv":[9.5,5,9,6],"texture":"#2"}}},{"from":[-0.125,1.125,2.1375],"to":[1.125,4.875,3.8875],"rotation":{"angle":0,"axis":"y","origin":[-0.25,2.375,4.2]},"faces":{"north":{"uv":[2,8,2.5,10],"texture":"#2"},"east":{"uv":[3,6,2,8],"texture":"#2"},"south":{"uv":[2.5,8,3,10],"texture":"#2"},"west":{"uv":[2,6,3,8],"texture":"#2"},"up":{"uv":[6,10,5.5,9],"texture":"#2"},"down":{"uv":[9.5,6,9,7],"texture":"#2"}}},{"from":[5.95,0.5,13.575],"to":[7.95,3,14.825],"rotation":{"angle":22.5,"axis":"y","origin":[8.575,1.75,14.2]},"faces":{"north":{"uv":[6,7.5,5,9],"texture":"#2"},"east":{"uv":[8.5,0,9,1.5],"texture":"#2"},"south":{"uv":[5,7.5,6,9],"texture":"#2"},"west":{"uv":[8.5,1.5,9,3],"texture":"#2"},"up":{"uv":[10,7.5,9,7],"texture":"#2"},"down":{"uv":[10,7.5,9,8],"texture":"#2"}}},{"from":[4.675,-0.125,14.5125],"to":[6.425,3.625,15.7625],"rotation":{"angle":0,"axis":"y","origin":[8.675,1.75,14.45]},"faces":{"north":{"uv":[5,6,4,8],"texture":"#2"},"east":{"uv":[3,8,3.5,10],"texture":"#2"},"south":{"uv":[4,6,5,8],"texture":"#2"},"west":{"uv":[3.5,8,4,10],"texture":"#2"},"up":{"uv":[9,9.5,8,9],"texture":"#2"},"down":{"uv":[10,8,9,8.5],"texture":"#2"}}},{"from":[2.175,-0.125,15.7625],"to":[4.675,3.625,15.7725],"rotation":{"angle":0,"axis":"y","origin":[8.675,1.75,14.45]},"faces":{"north":{"uv":[6,0,4.5,2],"texture":"#2"},"south":{"uv":[4.5,0,6,2],"texture":"#2"}}},{"from":[11.275,0.75,13.5875],"to":[13.275,3.25,14.8375],"rotation":{"angle":0,"axis":"y","origin":[10.65,2,14.2125]},"faces":{"north":{"uv":[6,6,7,7.5],"texture":"#2"},"south":{"uv":[7,6,6,7.5],"texture":"#2"},"west":{"uv":[8.5,0,8,1.5],"texture":"#2"},"up":{"uv":[8.5,3.5,9.5,3],"texture":"#2"},"down":{"uv":[8.5,3.5,9.5,4],"texture":"#2"}}},{"from":[12.95,0.125,14.575],"to":[14.7,3.875,15.825],"rotation":{"angle":22.5,"axis":"y","origin":[10.7,2,14.5125]},"faces":{"north":{"uv":[4.5,4,5.5,6],"texture":"#2"},"east":{"uv":[7,7.5,6.5,9.5],"texture":"#2"},"south":{"uv":[5.5,4,4.5,6],"texture":"#2"},"west":{"uv":[6.5,7.5,6,9.5],"texture":"#2"},"up":{"uv":[8.5,4.5,9.5,4],"texture":"#2"},"down":{"uv":[8.5,4.5,9.5,5],"texture":"#2"}}},{"from":[14.7,0.125,15.825],"to":[17.2,4.875,15.835],"rotation":{"angle":22.5,"axis":"y","origin":[10.7,2,14.5125]},"faces":{"north":{"uv":[1.5,0,3,2.5],"texture":"#2"},"south":{"uv":[3,0,1.5,2.5],"texture":"#2"}}},{"from":[14.95,0.75,11.7],"to":[16.2,3.25,13.7],"rotation":{"angle":-22.5,"axis":"y","origin":[16.325,1.375,12.0125]},"faces":{"east":{"uv":[7.5,3.5,6.5,5],"texture":"#2"},"south":{"uv":[8.5,4.5,8,6],"texture":"#2"},"west":{"uv":[6.5,3.5,7.5,5],"texture":"#2"},"up":{"uv":[6.5,6,7,5],"texture":"#2"},"down":{"uv":[8.5,5,9,6],"texture":"#2"}}},{"from":[14.95,0.125,9.95],"to":[16.2,3.875,11.7],"rotation":{"angle":-22.5,"axis":"y","origin":[16.325,1.375,12.0125]},"faces":{"north":{"uv":[0.5,8,0,10],"texture":"#2"},"east":{"uv":[6.5,4,5.5,6],"texture":"#2"},"south":{"uv":[1,8,0.5,10],"texture":"#2"},"west":{"uv":[5.5,4,6.5,6],"texture":"#2"},"up":{"uv":[8.5,7,9,6],"texture":"#2"},"down":{"uv":[8.5,7,9,8],"texture":"#2"}}},{"from":[16.2,0.125,7.45],"to":[16.21,4.875,9.95],"rotation":{"angle":-22.5,"axis":"y","origin":[16.325,1.375,12.0125]},"faces":{"east":{"uv":[1.5,5.5,0,8],"texture":"#2"},"west":{"uv":[0,5.5,1.5,8],"texture":"#2"}}},{"from":[17.225,0.475,3.825],"to":[17.235,5.225,6.325],"rotation":{"angle":0,"axis":"y","origin":[17.225,2.35,5.075]},"faces":{"east":{"uv":[4.5,1.5,3,4],"texture":"#2"},"west":{"uv":[3,1.5,4.5,4],"texture":"#2"}}},{"from":[15.1625,0.475,6.2],"to":[16.4125,4.225,7.95],"rotation":{"angle":-22.5,"axis":"y","origin":[16.5375,1.725,8.2625]},"faces":{"north":{"uv":[1.5,8,1,10],"texture":"#2"},"east":{"uv":[7,0,6,2],"texture":"#2"},"south":{"uv":[2,8,1.5,10],"texture":"#2"},"west":{"uv":[6,0,7,2],"texture":"#2"},"up":{"uv":[8.5,9,9,8],"texture":"#2"},"down":{"uv":[9,0,9.5,1],"texture":"#2"}}},{"from":[15.1625,1.1,7.95],"to":[16.4125,3.6,9.95],"rotation":{"angle":-22.5,"axis":"y","origin":[16.5375,1.725,8.2625]},"faces":{"east":{"uv":[8,5,7,6.5],"texture":"#2"},"south":{"uv":[7.5,8,7,9.5],"texture":"#2"},"west":{"uv":[7,5,8,6.5],"texture":"#2"},"up":{"uv":[9,2,9.5,1],"texture":"#2"},"down":{"uv":[9,2,9.5,3],"texture":"#2"}}},{"from":[16.875,1.125,-0.55],"to":[16.885,4.875,1.95],"rotation":{"angle":22.5,"axis":"y","origin":[17,2.375,4.0125]},"faces":{"east":{"uv":[3,4,1.5,6],"texture":"#2"},"west":{"uv":[1.5,4,3,6],"texture":"#2"}}},{"from":[14.875,1.75,3.8875],"to":[16.125,4.25,5.8875],"rotation":{"angle":0,"axis":"y","origin":[16.25,2.375,4.2]},"faces":{"east":{"uv":[8.5,1.5,7.5,3],"texture":"#2"},"south":{"uv":[8.5,7.5,8,9],"texture":"#2"},"west":{"uv":[7.5,1.5,8.5,3],"texture":"#2"},"up":{"uv":[5,10,5.5,9],"texture":"#2"},"down":{"uv":[9,5,9.5,6],"texture":"#2"}}},{"from":[14.875,1.125,2.1375],"to":[16.125,4.875,3.8875],"rotation":{"angle":0,"axis":"y","origin":[16.25,2.375,4.2]},"faces":{"north":{"uv":[2.5,8,2,10],"texture":"#2"},"east":{"uv":[3,6,2,8],"texture":"#2"},"south":{"uv":[3,8,2.5,10],"texture":"#2"},"west":{"uv":[2,6,3,8],"texture":"#2"},"up":{"uv":[5.5,10,6,9],"texture":"#2"},"down":{"uv":[9,6,9.5,7],"texture":"#2"}}},{"from":[8.05,0.5,13.575],"to":[10.05,3,14.825],"rotation":{"angle":-22.5,"axis":"y","origin":[7.425,1.75,14.2]},"faces":{"north":{"uv":[5,7.5,6,9],"texture":"#2"},"east":{"uv":[9,1.5,8.5,3],"texture":"#2"},"south":{"uv":[6,7.5,5,9],"texture":"#2"},"west":{"uv":[9,0,8.5,1.5],"texture":"#2"},"up":{"uv":[9,7.5,10,7],"texture":"#2"},"down":{"uv":[9,7.5,10,8],"texture":"#2"}}},{"from":[9.575,-0.125,14.5125],"to":[11.325,3.625,15.7625],"rotation":{"angle":0,"axis":"y","origin":[7.325,1.75,14.45]},"faces":{"north":{"uv":[4,6,5,8],"texture":"#2"},"east":{"uv":[4,8,3.5,10],"texture":"#2"},"south":{"uv":[5,6,4,8],"texture":"#2"},"west":{"uv":[3.5,8,3,10],"texture":"#2"},"up":{"uv":[8,9.5,9,9],"texture":"#2"},"down":{"uv":[9,8,10,8.5],"texture":"#2"}}},{"from":[11.325,-0.125,15.7625],"to":[13.825,3.625,15.7725],"rotation":{"angle":0,"axis":"y","origin":[7.325,1.75,14.45]},"faces":{"north":{"uv":[4.5,0,6,2],"texture":"#2"},"south":{"uv":[6,0,4.5,2],"texture":"#2"}}}],"display":{"head":{"rotation":[12,0,0],"translation":[0,7.25,2.75]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/viking_helmet.json b/assets/minecraft/models/item/wynn/skin/hat/viking_helmet.json new file mode 100644 index 000000000..2d4e6bf24 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/viking_helmet.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/viking_helmet","particle":"skins/viking_helmet"},"elements":[{"from":[3.95,-0.05,3.95],"to":[12.05,5.59688,10.05],"rotation":{"angle":0,"axis":"y","origin":[4,0,4]},"faces":{"north":{"uv":[1.5,7.75,3.5,9.25],"texture":"#0"},"east":{"uv":[0,7.75,1.5,9.25],"texture":"#0"},"south":{"uv":[5,7.75,7,9.25],"texture":"#0"},"west":{"uv":[3.5,7.75,5,9.25],"texture":"#0"},"up":{"uv":[3.5,7.75,1.5,6.25],"texture":"#0"},"down":{"uv":[5.5,6.25,3.5,7.75],"texture":"#0"}}},{"from":[11.95,-0.05,3.95],"to":[4.05,5.59688,10.05],"rotation":{"angle":0,"axis":"y","origin":[12,0,4]},"faces":{"north":{"uv":[1.5,7.75,3.5,9.25],"texture":"#0"},"east":{"uv":[0,7.75,1.5,9.25],"texture":"#0"},"south":{"uv":[5,7.75,7,9.25],"texture":"#0"},"west":{"uv":[3.5,7.75,5,9.25],"texture":"#0"},"up":{"uv":[3.5,7.75,1.5,6.25],"texture":"#0"},"down":{"uv":[5.5,6.25,3.5,7.75],"texture":"#0"}}},{"from":[3.94,-0.06,9.94],"to":[12.06,2.06,13.06],"rotation":{"angle":-22.5,"axis":"x","origin":[4,0,10]},"faces":{"north":{"uv":[0.75,10.25,2.75,10.75],"texture":"#0"},"east":{"uv":[0,10.25,0.75,10.75],"texture":"#0"},"south":{"uv":[3.5,10.25,5.5,10.75],"texture":"#0"},"west":{"uv":[2.75,10.25,3.5,10.75],"texture":"#0"},"up":{"uv":[2.75,10.25,0.75,9.5],"texture":"#0"},"down":{"uv":[4.75,9.5,2.75,10.25],"texture":"#0"}}},{"from":[11.94,-0.06,9.94],"to":[4.06,2.06,13.06],"rotation":{"angle":-22.5,"axis":"x","origin":[12,0,10]},"faces":{"north":{"uv":[0.75,10.25,2.75,10.75],"texture":"#0"},"east":{"uv":[0,10.25,0.75,10.75],"texture":"#0"},"south":{"uv":[3.5,10.25,5.5,10.75],"texture":"#0"},"west":{"uv":[2.75,10.25,3.5,10.75],"texture":"#0"},"up":{"uv":[2.75,10.25,0.75,9.5],"texture":"#0"},"down":{"uv":[4.75,9.5,2.75,10.25],"texture":"#0"}}},{"from":[3.49,1.99,10.24],"to":[12.51,6.01,13.26],"rotation":{"angle":-22.5,"axis":"x","origin":[4,2,10.25]},"faces":{"north":{"uv":[8,7,10.25,8],"texture":"#0"},"east":{"uv":[7.25,7,8,8],"texture":"#0"},"south":{"uv":[11,7,13.25,8],"texture":"#0"},"west":{"uv":[10.25,7,11,8],"texture":"#0"},"up":{"uv":[10.25,7,8,6.25],"texture":"#0"},"down":{"uv":[12.5,6.25,10.25,7],"texture":"#0"}}},{"from":[12.49,1.99,10.24],"to":[3.51,6.01,13.26],"rotation":{"angle":-22.5,"axis":"x","origin":[13,2,10.25]},"faces":{"north":{"uv":[8,7,10.25,8],"texture":"#0"},"east":{"uv":[7.25,7,8,8],"texture":"#0"},"south":{"uv":[11,7,13.25,8],"texture":"#0"},"west":{"uv":[10.25,7,11,8],"texture":"#0"},"up":{"uv":[10.25,7,8,6.25],"texture":"#0"},"down":{"uv":[12.5,6.25,10.25,7],"texture":"#0"}}},{"from":[3.5,2,8.25],"to":[12.5,6,10.25],"rotation":{"angle":0,"axis":"y","origin":[4,2,4.25]},"faces":{"north":{"uv":[7.75,8.75,10,9.75],"texture":"#0"},"east":{"uv":[7.25,8.75,7.75,9.75],"texture":"#0"},"south":{"uv":[10.5,8.75,12.75,9.75],"texture":"#0"},"west":{"uv":[10,8.75,10.5,9.75],"texture":"#0"},"up":{"uv":[10,8.75,7.75,8.25],"texture":"#0"},"down":{"uv":[12.25,8.25,10,8.75],"texture":"#0"}}},{"from":[3.9,5.9,3.9],"to":[12.1,9.1,12.1],"rotation":{"angle":0,"axis":"y","origin":[4,0,4]},"faces":{"north":{"uv":[2,5.25,4,6],"texture":"#0"},"east":{"uv":[0,5.25,2,6],"texture":"#0"},"south":{"uv":[6,5.25,8,6],"texture":"#0"},"west":{"uv":[4,5.25,6,6],"texture":"#0"},"up":{"uv":[4,5.25,2,3.25],"texture":"#0"},"down":{"uv":[6,3.25,4,5.25],"texture":"#0"}}},{"from":[2,4,3],"to":[8,6,13],"rotation":{"angle":-22.5,"axis":"z","origin":[8,4,3]},"faces":{"north":{"uv":[2.5,2.5,4,3],"texture":"#0"},"east":{"uv":[0,2.5,2.5,3],"texture":"#0"},"south":{"uv":[6.5,2.5,8,3],"texture":"#0"},"west":{"uv":[4,2.5,6.5,3],"texture":"#0"},"up":{"uv":[4,2.5,2.5,0],"texture":"#0"},"down":{"uv":[5.5,0,4,2.5],"texture":"#0"}}},{"from":[7,3.5,3.5],"to":[9,9.5,12.5],"rotation":{"angle":0,"axis":"y","origin":[8,3.5,3.5]},"faces":{"north":{"uv":[8.5,3.25,9,4.75],"texture":"#0"},"east":{"uv":[6.25,3.25,8.5,4.75],"texture":"#0"},"south":{"uv":[11.25,3.25,11.75,4.75],"texture":"#0"},"west":{"uv":[9,3.25,11.25,4.75],"texture":"#0"},"up":{"uv":[9,3.25,8.5,1],"texture":"#0"},"down":{"uv":[9.5,1,9,3.25],"texture":"#0"}}},{"from":[7.5,9,7.5],"to":[8.5,10,8.5],"rotation":{"angle":45,"axis":"y","origin":[8,9.5,8]},"faces":{"north":{"uv":[12,0.25,12.25,0.5],"texture":"#0"},"east":{"uv":[11.75,0.25,12,0.5],"texture":"#0"},"south":{"uv":[12.5,0.25,12.75,0.5],"texture":"#0"},"west":{"uv":[12.25,0.25,12.5,0.5],"texture":"#0"},"up":{"uv":[12.25,0.25,12,0],"texture":"#0"},"down":{"uv":[12.5,0,12.25,0.25],"texture":"#0"}}},{"from":[7.5,9,4.5],"to":[8.5,10,5.5],"rotation":{"angle":45,"axis":"y","origin":[8,9.5,5]},"faces":{"north":{"uv":[11.25,2.5,11.5,2.75],"texture":"#0"},"east":{"uv":[11,2.5,11.25,2.75],"texture":"#0"},"south":{"uv":[11.75,2.5,12,2.75],"texture":"#0"},"west":{"uv":[11.5,2.5,11.75,2.75],"texture":"#0"},"up":{"uv":[11.5,2.5,11.25,2.25],"texture":"#0"},"down":{"uv":[11.75,2.25,11.5,2.5],"texture":"#0"}}},{"from":[7.5,9,10.5],"to":[8.5,10,11.5],"rotation":{"angle":45,"axis":"y","origin":[8,9.5,11]},"faces":{"north":{"uv":[1.5,2,1.75,2.25],"texture":"#0"},"east":{"uv":[1.25,2,1.5,2.25],"texture":"#0"},"south":{"uv":[2,2,2.25,2.25],"texture":"#0"},"west":{"uv":[1.75,2,2,2.25],"texture":"#0"},"up":{"uv":[1.75,2,1.5,1.75],"texture":"#0"},"down":{"uv":[2,1.75,1.75,2],"texture":"#0"}}},{"from":[7.5,7.5,12],"to":[8.5,8.5,13],"rotation":{"angle":45,"axis":"z","origin":[8,8,12.5]},"faces":{"north":{"uv":[0.25,2,0.5,2.25],"texture":"#0"},"east":{"uv":[0,2,0.25,2.25],"texture":"#0"},"south":{"uv":[0.75,2,1,2.25],"texture":"#0"},"west":{"uv":[0.5,2,0.75,2.25],"texture":"#0"},"up":{"uv":[0.5,2,0.25,1.75],"texture":"#0"},"down":{"uv":[0.75,1.75,0.5,2],"texture":"#0"}}},{"from":[2.99,3.49,6.49],"to":[4.01,6.51,9.51],"rotation":{"angle":0,"axis":"y","origin":[8,3.5,3.5]},"faces":{"north":{"uv":[0.75,0.75,1,1.5],"texture":"#0"},"east":{"uv":[0,0.75,0.75,1.5],"texture":"#0"},"south":{"uv":[1.75,0.75,2,1.5],"texture":"#0"},"west":{"uv":[1,0.75,1.75,1.5],"texture":"#0"},"up":{"uv":[1,0.75,0.75,0],"texture":"#0"},"down":{"uv":[1.25,0,1,0.75],"texture":"#0"}}},{"from":[3,2.18821,6.26672],"to":[4,4.18821,9.04016],"rotation":{"angle":22.5,"axis":"x","origin":[3.5,2.68821,7.54016]},"faces":{"north":{"uv":[14.75,2.75,15,3.25],"texture":"#0"},"east":{"uv":[14,2.75,14.75,3.25],"texture":"#0"},"south":{"uv":[15.75,2.75,16,3.25],"texture":"#0"},"west":{"uv":[15,2.75,15.75,3.25],"texture":"#0"},"up":{"uv":[15,2.75,14.75,2],"texture":"#0"},"down":{"uv":[15.25,2,15,2.75],"texture":"#0"}}},{"from":[3.01,1.16224,5.53738],"to":[3.99,3.14224,8.10331],"rotation":{"angle":45,"axis":"x","origin":[3.5,1.65224,6.61331]},"faces":{"north":{"uv":[6.5,0.75,6.75,1.25],"texture":"#0"},"east":{"uv":[5.75,0.75,6.5,1.25],"texture":"#0"},"south":{"uv":[7.5,0.75,7.75,1.25],"texture":"#0"},"west":{"uv":[6.75,0.75,7.5,1.25],"texture":"#0"},"up":{"uv":[6.75,0.75,6.5,0],"texture":"#0"},"down":{"uv":[7,0,6.75,0.75],"texture":"#0"}}},{"from":[3,-0.45018,1.86058],"to":[4,2.35451,6.86058],"rotation":{"angle":-22.5,"axis":"x","origin":[3.5,1.04982,5.36058]},"faces":{"north":{"uv":[11,1.25,11.25,2],"texture":"#0"},"east":{"uv":[9.75,1.25,11,2],"texture":"#0"},"south":{"uv":[12.5,1.25,12.75,2],"texture":"#0"},"west":{"uv":[11.25,1.25,12.5,2],"texture":"#0"},"up":{"uv":[11.25,1.25,11,0],"texture":"#0"},"down":{"uv":[11.5,0,11.25,1.25],"texture":"#0"}}},{"from":[3,2.36938,1.93532],"to":[4,4.36938,2.93532],"rotation":{"angle":-22.5,"axis":"x","origin":[3.5,0.86938,5.43532]},"faces":{"north":{"uv":[13.25,0.25,13.5,0.75],"texture":"#0"},"east":{"uv":[13,0.25,13.25,0.75],"texture":"#0"},"south":{"uv":[13.75,0.25,14,0.75],"texture":"#0"},"west":{"uv":[13.5,0.25,13.75,0.75],"texture":"#0"},"up":{"uv":[13.5,0.25,13.25,0],"texture":"#0"},"down":{"uv":[13.75,0,13.5,0.25],"texture":"#0"}}},{"from":[3.01,3.27356,2.3221],"to":[3.99,6.25356,3.3021],"rotation":{"angle":-45,"axis":"x","origin":[3.5,2.76356,5.8121]},"faces":{"north":{"uv":[6,6.5,6.25,7.25],"texture":"#0"},"east":{"uv":[5.75,6.5,6,7.25],"texture":"#0"},"south":{"uv":[6.5,6.5,6.75,7.25],"texture":"#0"},"west":{"uv":[6.25,6.5,6.5,7.25],"texture":"#0"},"up":{"uv":[6.25,6.5,6,6.25],"texture":"#0"},"down":{"uv":[6.5,6.25,6.25,6.5],"texture":"#0"}}},{"from":[12,2.18821,6.26672],"to":[13,4.18821,9.04016],"rotation":{"angle":22.5,"axis":"x","origin":[12.5,2.68821,7.54016]},"faces":{"north":{"uv":[15,2.75,14.75,3.25],"texture":"#0"},"east":{"uv":[15.75,2.75,15,3.25],"texture":"#0"},"south":{"uv":[16,2.75,15.75,3.25],"texture":"#0"},"west":{"uv":[14.75,2.75,14,3.25],"texture":"#0"},"up":{"uv":[14.75,2.75,15,2],"texture":"#0"},"down":{"uv":[15,2,15.25,2.75],"texture":"#0"}}},{"from":[12.01,1.16224,5.53738],"to":[12.99,3.14224,8.10331],"rotation":{"angle":45,"axis":"x","origin":[12.5,1.65224,6.61331]},"faces":{"north":{"uv":[6.75,0.75,6.5,1.25],"texture":"#0"},"east":{"uv":[7.5,0.75,6.75,1.25],"texture":"#0"},"south":{"uv":[7.75,0.75,7.5,1.25],"texture":"#0"},"west":{"uv":[6.5,0.75,5.75,1.25],"texture":"#0"},"up":{"uv":[6.5,0.75,6.75,0],"texture":"#0"},"down":{"uv":[6.75,0,7,0.75],"texture":"#0"}}},{"from":[12,-0.45018,1.86058],"to":[13,2.35451,6.86058],"rotation":{"angle":-22.5,"axis":"x","origin":[12.5,1.04982,5.36058]},"faces":{"north":{"uv":[11.25,1.25,11,2],"texture":"#0"},"east":{"uv":[12.5,1.25,11.25,2],"texture":"#0"},"south":{"uv":[12.75,1.25,12.5,2],"texture":"#0"},"west":{"uv":[11,1.25,9.75,2],"texture":"#0"},"up":{"uv":[11,1.25,11.25,0],"texture":"#0"},"down":{"uv":[11.25,0,11.5,1.25],"texture":"#0"}}},{"from":[12,2.36938,1.93532],"to":[13,4.36938,2.93532],"rotation":{"angle":-22.5,"axis":"x","origin":[12.5,0.86938,5.43532]},"faces":{"north":{"uv":[13.5,0.25,13.25,0.75],"texture":"#0"},"east":{"uv":[13.75,0.25,13.5,0.75],"texture":"#0"},"south":{"uv":[14,0.25,13.75,0.75],"texture":"#0"},"west":{"uv":[13.25,0.25,13,0.75],"texture":"#0"},"up":{"uv":[13.25,0.25,13.5,0],"texture":"#0"},"down":{"uv":[13.5,0,13.75,0.25],"texture":"#0"}}},{"from":[12.01,3.27356,2.3221],"to":[12.99,6.25356,3.3021],"rotation":{"angle":-45,"axis":"x","origin":[12.5,2.76356,5.8121]},"faces":{"north":{"uv":[6.25,6.5,6,7.25],"texture":"#0"},"east":{"uv":[6.5,6.5,6.25,7.25],"texture":"#0"},"south":{"uv":[6.75,6.5,6.5,7.25],"texture":"#0"},"west":{"uv":[6,6.5,5.75,7.25],"texture":"#0"},"up":{"uv":[6,6.5,6.25,6.25],"texture":"#0"},"down":{"uv":[6.25,6.25,6.5,6.5],"texture":"#0"}}},{"from":[3,1,3.5],"to":[6,2,6.5],"rotation":{"angle":-22.5,"axis":"z","origin":[8,1,3.5]},"faces":{"north":{"uv":[13.75,4.75,14.5,5],"texture":"#0"},"east":{"uv":[13,4.75,13.75,5],"texture":"#0"},"south":{"uv":[15.25,4.75,16,5],"texture":"#0"},"west":{"uv":[14.5,4.75,15.25,5],"texture":"#0"},"up":{"uv":[14.5,4.75,13.75,4],"texture":"#0"},"down":{"uv":[15.25,4,14.5,4.75],"texture":"#0"}}},{"from":[6.56753,-0.31228,3.49],"to":[7.58753,2.70772,4.51],"rotation":{"angle":22.5,"axis":"z","origin":[7.07753,0.07272,4]},"faces":{"north":{"uv":[0.25,6.5,0.5,7.25],"texture":"#0"},"east":{"uv":[0,6.5,0.25,7.25],"texture":"#0"},"south":{"uv":[0.75,6.5,1,7.25],"texture":"#0"},"west":{"uv":[0.5,6.5,0.75,7.25],"texture":"#0"},"up":{"uv":[0.5,6.5,0.25,6.25],"texture":"#0"},"down":{"uv":[0.75,6.25,0.5,6.5],"texture":"#0"}}},{"from":[8.41247,-0.31228,3.49],"to":[9.43247,2.70772,4.51],"rotation":{"angle":-22.5,"axis":"z","origin":[8.92247,0.07272,4]},"faces":{"north":{"uv":[0.5,6.5,0.25,7.25],"texture":"#0"},"east":{"uv":[0.75,6.5,0.5,7.25],"texture":"#0"},"south":{"uv":[1,6.5,0.75,7.25],"texture":"#0"},"west":{"uv":[0.25,6.5,0,7.25],"texture":"#0"},"up":{"uv":[0.25,6.5,0.5,6.25],"texture":"#0"},"down":{"uv":[0.5,6.25,0.75,6.5],"texture":"#0"}}},{"from":[3.76867,-0.59612,3.5],"to":[7.76867,0.40388,4.5],"rotation":{"angle":-22.5,"axis":"z","origin":[6.5035,0.37615,4]},"faces":{"north":{"uv":[6,1.75,7,2],"texture":"#0"},"east":{"uv":[5.75,1.75,6,2],"texture":"#0"},"south":{"uv":[7.25,1.75,8.25,2],"texture":"#0"},"west":{"uv":[7,1.75,7.25,2],"texture":"#0"},"up":{"uv":[7,1.75,6,1.5],"texture":"#0"},"down":{"uv":[8,1.5,7,1.75],"texture":"#0"}}},{"from":[7.04352,2.90116,3.51],"to":[8.02352,3.88116,4.49],"rotation":{"angle":-22.5,"axis":"z","origin":[7.53352,1.26616,4]},"faces":{"north":{"uv":[10,2.5,10.25,2.75],"texture":"#0"},"east":{"uv":[9.75,2.5,10,2.75],"texture":"#0"},"south":{"uv":[10.5,2.5,10.75,2.75],"texture":"#0"},"west":{"uv":[10.25,2.5,10.5,2.75],"texture":"#0"},"up":{"uv":[10.25,2.5,10,2.25],"texture":"#0"},"down":{"uv":[10.5,2.25,10.25,2.5],"texture":"#0"}}},{"from":[7.53719,2.2031,3.5],"to":[8.41021,3.07612,4.5],"rotation":{"angle":-45,"axis":"z","origin":[7.91021,2.57612,4]},"faces":{"north":{"uv":[12.25,5.25,12.5,5.5],"texture":"#0"},"east":{"uv":[12,5.25,12.25,5.5],"texture":"#0"},"south":{"uv":[12.75,5.25,13,5.5],"texture":"#0"},"west":{"uv":[12.5,5.25,12.75,5.5],"texture":"#0"},"up":{"uv":[12.5,5.25,12.25,5],"texture":"#0"},"down":{"uv":[12.75,5,12.5,5.25],"texture":"#0"}}},{"from":[7.97648,2.90116,3.51],"to":[8.95648,3.88116,4.49],"rotation":{"angle":22.5,"axis":"z","origin":[8.46648,1.26616,4]},"faces":{"north":{"uv":[8.25,0.25,8.5,0.5],"texture":"#0"},"east":{"uv":[8,0.25,8.25,0.5],"texture":"#0"},"south":{"uv":[8.75,0.25,9,0.5],"texture":"#0"},"west":{"uv":[8.5,0.25,8.75,0.5],"texture":"#0"},"up":{"uv":[8.5,0.25,8.25,0],"texture":"#0"},"down":{"uv":[8.75,0,8.5,0.25],"texture":"#0"}}},{"from":[3.3806,2.91342,5.5],"to":[4.3806,5.91342,6.5],"rotation":{"angle":0,"axis":"y","origin":[8.3806,2.91342,3.5]},"faces":{"north":{"uv":[10,0.25,10.25,1],"texture":"#0"},"east":{"uv":[9.75,0.25,10,1],"texture":"#0"},"south":{"uv":[10.5,0.25,10.75,1],"texture":"#0"},"west":{"uv":[10.25,0.25,10.5,1],"texture":"#0"},"up":{"uv":[10.25,0.25,10,0],"texture":"#0"},"down":{"uv":[10.5,0,10.25,0.25],"texture":"#0"}}},{"from":[-1.23608,4.13258,7.49292],"to":[4.78392,7.15258,8.51292],"rotation":{"angle":-45,"axis":"z","origin":[1.77392,5.64258,8.00292]},"faces":{"north":{"uv":[8.5,5.25,10,6],"texture":"#0"},"east":{"uv":[8.25,5.25,8.5,6],"texture":"#0"},"south":{"uv":[10.25,5.25,11.75,6],"texture":"#0"},"west":{"uv":[10,5.25,10.25,6],"texture":"#0"},"up":{"uv":[10,5.25,8.5,5],"texture":"#0"},"down":{"uv":[11.5,5,10,5.25],"texture":"#0"}}},{"from":[-0.50462,9.68905,7.51292],"to":[1.72538,14.66905,8.49292],"rotation":{"angle":0,"axis":"y","origin":[0.42578,11.08729,8.00292]},"faces":{"north":{"uv":[12.25,3.25,13,4.5],"texture":"#0"},"east":{"uv":[12,3.25,12.25,4.5],"texture":"#0"},"south":{"uv":[13,3.25,12.25,4.5],"texture":"#0"},"up":{"uv":[12.75,3.25,12.25,3],"texture":"#0"},"down":{"uv":[13.25,3,12.75,3.25],"texture":"#0"}}},{"from":[-0.74881,9.09681,7.49292],"to":[0.27119,14.91681,8.51292],"rotation":{"angle":-22.5,"axis":"z","origin":[0.42578,11.08729,8.00292]},"faces":{"north":{"uv":[15.25,0.25,15.5,1.5],"texture":"#0"},"east":{"uv":[15,0.25,15.25,1.5],"texture":"#0"},"south":{"uv":[15.75,0.25,16,1.5],"texture":"#0"},"west":{"uv":[15.5,0.25,15.75,1.5],"texture":"#0"},"up":{"uv":[15.5,0.25,15.25,0],"texture":"#0"},"down":{"uv":[15.75,0,15.5,0.25],"texture":"#0"}}},{"from":[8,4,3],"to":[14,6,13],"rotation":{"angle":22.5,"axis":"z","origin":[8,4,3]},"faces":{"north":{"uv":[4,2.5,2.5,3],"texture":"#0"},"east":{"uv":[6.5,2.5,4,3],"texture":"#0"},"south":{"uv":[8,2.5,6.5,3],"texture":"#0"},"west":{"uv":[2.5,2.5,0,3],"texture":"#0"},"up":{"uv":[2.5,2.5,4,0],"texture":"#0"},"down":{"uv":[4,0,5.5,2.5],"texture":"#0"}}},{"from":[10,1,3.5],"to":[13,2,6.5],"rotation":{"angle":22.5,"axis":"z","origin":[8,1,3.5]},"faces":{"north":{"uv":[14.5,4.75,13.75,5],"texture":"#0"},"east":{"uv":[15.25,4.75,14.5,5],"texture":"#0"},"south":{"uv":[16,4.75,15.25,5],"texture":"#0"},"west":{"uv":[13.75,4.75,13,5],"texture":"#0"},"up":{"uv":[13.75,4.75,14.5,4],"texture":"#0"},"down":{"uv":[14.5,4,15.25,4.75],"texture":"#0"}}},{"from":[11.6194,2.91342,5.5],"to":[12.6194,5.91342,6.5],"rotation":{"angle":0,"axis":"y","origin":[7.6194,2.91342,3.5]},"faces":{"north":{"uv":[10.25,0.25,10,1],"texture":"#0"},"east":{"uv":[10.5,0.25,10.25,1],"texture":"#0"},"south":{"uv":[10.75,0.25,10.5,1],"texture":"#0"},"west":{"uv":[10,0.25,9.75,1],"texture":"#0"},"up":{"uv":[10,0.25,10.25,0],"texture":"#0"},"down":{"uv":[10.25,0,10.5,0.25],"texture":"#0"}}},{"from":[11.99,3.49,6.49],"to":[13.01,6.51,9.51],"rotation":{"angle":0,"axis":"y","origin":[8,3.5,3.5]},"faces":{"north":{"uv":[1,0.75,0.75,1.5],"texture":"#0"},"east":{"uv":[1.75,0.75,1,1.5],"texture":"#0"},"south":{"uv":[2,0.75,1.75,1.5],"texture":"#0"},"west":{"uv":[0.75,0.75,0,1.5],"texture":"#0"},"up":{"uv":[0.75,0.75,1,0],"texture":"#0"},"down":{"uv":[1,0,1.25,0.75],"texture":"#0"}}},{"from":[8.23133,-0.59612,3.5],"to":[12.23133,0.40388,4.5],"rotation":{"angle":22.5,"axis":"z","origin":[9.4965,0.37615,4]},"faces":{"north":{"uv":[7,1.75,6,2],"texture":"#0"},"east":{"uv":[7.25,1.75,7,2],"texture":"#0"},"south":{"uv":[8.25,1.75,7.25,2],"texture":"#0"},"west":{"uv":[6,1.75,5.75,2],"texture":"#0"},"up":{"uv":[6,1.75,7,1.5],"texture":"#0"},"down":{"uv":[7,1.5,8,1.75],"texture":"#0"}}},{"from":[7.51,6.68905,1.7483],"to":[8.49,11.66905,3.2283],"rotation":{"angle":0,"axis":"y","origin":[8,7.41686,8.00292]},"faces":{"north":{"uv":[0.5,3.75,0.75,5],"texture":"#0"},"east":{"uv":[0,3.75,0.5,5],"texture":"#0"},"south":{"uv":[1.25,3.75,1.5,5],"texture":"#0"},"west":{"uv":[0.75,3.75,1.25,5],"texture":"#0"},"up":{"uv":[0.75,3.75,0.5,3.25],"texture":"#0"},"down":{"uv":[1,3.25,0.75,3.75],"texture":"#0"}}},{"from":[7.49,3.72127,0.95992],"to":[8.51,9.54127,1.97992],"rotation":{"angle":22.5,"axis":"x","origin":[8,7.41686,8.00292]},"faces":{"north":{"uv":[13.25,1.25,13.5,2.5],"texture":"#0"},"east":{"uv":[13,1.25,13.25,2.5],"texture":"#0"},"south":{"uv":[13.75,1.25,14,2.5],"texture":"#0"},"west":{"uv":[13.5,1.25,13.75,2.5],"texture":"#0"},"up":{"uv":[13.5,1.25,13.25,1],"texture":"#0"},"down":{"uv":[13.75,1,13.5,1.25],"texture":"#0"}}},{"from":[7.5,1.32041,2.91569],"to":[8.5,4.32041,8.91569],"rotation":{"angle":45,"axis":"x","origin":[8,7.41686,8.00292]},"faces":{"north":{"uv":[13,10,13.25,10.75],"texture":"#0"},"east":{"uv":[11.5,10,13,10.75],"texture":"#0"},"south":{"uv":[14.75,10,15,10.75],"texture":"#0"},"west":{"uv":[13.25,10,14.75,10.75],"texture":"#0"},"up":{"uv":[13.25,10,13,8.5],"texture":"#0"},"down":{"uv":[13.5,8.5,13.25,10],"texture":"#0"}}},{"from":[-1.41113,6.68782,7.50292],"to":[1.72559,9.68782,8.50292],"rotation":{"angle":0,"axis":"y","origin":[-1.41113,6.68782,7.50292]},"faces":{"north":{"uv":[1.75,6.5,2.5,7.25],"texture":"#0"},"east":{"uv":[1.5,6.5,1.75,7.25],"texture":"#0"},"south":{"uv":[2.75,6.5,3.5,7.25],"texture":"#0"},"west":{"uv":[2.5,6.5,2.75,7.25],"texture":"#0"},"up":{"uv":[2.5,6.5,1.75,6.25],"texture":"#0"},"down":{"uv":[3.25,6.25,2.5,6.5],"texture":"#0"}}},{"from":[14.27441,6.68782,7.50292],"to":[17.41113,9.68782,8.50292],"rotation":{"angle":0,"axis":"y","origin":[17.41113,6.68782,7.50292]},"faces":{"north":{"uv":[2.5,6.5,1.75,7.25],"texture":"#0"},"east":{"uv":[2.75,6.5,2.5,7.25],"texture":"#0"},"south":{"uv":[3.5,6.5,2.75,7.25],"texture":"#0"},"west":{"uv":[1.75,6.5,1.5,7.25],"texture":"#0"},"up":{"uv":[1.75,6.5,2.5,6.25],"texture":"#0"},"down":{"uv":[2.5,6.25,3.25,6.5],"texture":"#0"}}},{"from":[1.12755,3.17153,7.50292],"to":[5.12755,7.41372,8.50292],"rotation":{"angle":0,"axis":"y","origin":[2.37325,1.9443,7.50292]},"faces":{"north":{"uv":[13.5,5.75,14.5,6.75],"texture":"#0"},"east":{"uv":[13.25,5.75,13.5,6.75],"texture":"#0"},"south":{"uv":[14.5,5.75,13.5,6.75],"texture":"#0"},"west":{"uv":[14.5,5.75,14.75,6.75],"texture":"#0"},"up":{"uv":[14.5,5.75,13.5,5.5],"texture":"#0"},"down":{"uv":[15.5,5.5,14.5,5.75],"texture":"#0"}}},{"from":[15.72881,9.09681,7.49292],"to":[16.74881,14.91681,8.51292],"rotation":{"angle":22.5,"axis":"z","origin":[15.57422,11.08729,8.00292]},"faces":{"north":{"uv":[15.5,0.25,15.25,1.5],"texture":"#0"},"east":{"uv":[15.75,0.25,15.5,1.5],"texture":"#0"},"south":{"uv":[16,0.25,15.75,1.5],"texture":"#0"},"west":{"uv":[15.25,0.25,15,1.5],"texture":"#0"},"up":{"uv":[15.25,0.25,15.5,0],"texture":"#0"},"down":{"uv":[15.5,0,15.75,0.25],"texture":"#0"}}},{"from":[14.27462,9.68905,7.51292],"to":[16.50462,14.66905,8.49292],"rotation":{"angle":0,"axis":"y","origin":[15.57422,11.08729,8.00292]},"faces":{"north":{"uv":[13,3.25,12.25,4.5],"texture":"#0"},"south":{"uv":[12.25,3.25,13,4.5],"texture":"#0"},"west":{"uv":[12.25,3.25,12,4.5],"texture":"#0"},"up":{"uv":[12.25,3.25,12.75,3],"texture":"#0"},"down":{"uv":[12.75,3,13.25,3.25],"texture":"#0"}}},{"from":[11.21608,4.13258,7.49292],"to":[17.23608,7.15258,8.51292],"rotation":{"angle":45,"axis":"z","origin":[14.22608,5.64258,8.00292]},"faces":{"north":{"uv":[10,5.25,8.5,6],"texture":"#0"},"east":{"uv":[10.25,5.25,10,6],"texture":"#0"},"south":{"uv":[11.75,5.25,10.25,6],"texture":"#0"},"west":{"uv":[8.5,5.25,8.25,6],"texture":"#0"},"up":{"uv":[8.5,5.25,10,5],"texture":"#0"},"down":{"uv":[10,5,11.5,5.25],"texture":"#0"}}},{"from":[10.87245,3.17153,7.50292],"to":[14.87245,7.41372,8.50292],"rotation":{"angle":0,"axis":"y","origin":[13.62675,1.9443,7.50292]},"faces":{"north":{"uv":[14.5,5.75,13.5,6.75],"texture":"#0"},"east":{"uv":[14.75,5.75,14.5,6.75],"texture":"#0"},"south":{"uv":[13.5,5.75,14.5,6.75],"texture":"#0"},"west":{"uv":[13.5,5.75,13.25,6.75],"texture":"#0"},"up":{"uv":[13.5,5.75,14.5,5.5],"texture":"#0"},"down":{"uv":[14.5,5.5,15.5,5.75],"texture":"#0"}}}],"display":{"head":{"translation":[0,7,0],"scale":[1.8,1.8,1.8]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/warriorhat.json b/assets/minecraft/models/item/wynn/skin/hat/warriorhat.json new file mode 100644 index 000000000..cc539cb18 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/warriorhat.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/warrior","particle":"skins/warrior"},"elements":[{"from":[3,0.37887,6.68591],"to":[4,10.77887,7.68591],"rotation":{"angle":0,"axis":"x","origin":[8.225,6.28319,9.05201]},"faces":{"north":{"uv":[0,4,10.4,5],"rotation":270,"texture":"#0"},"east":{"uv":[0,4,10.4,5],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,10.4,5],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,10.4,5],"rotation":270,"texture":"#0"},"up":{"uv":[0,4,1,5],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,1,5],"rotation":270,"texture":"#0"}}},{"from":[12,0.37887,6.68591],"to":[13,10.77887,7.68591],"rotation":{"angle":0,"axis":"x","origin":[8.225,6.28319,9.05201]},"faces":{"north":{"uv":[0,4,10.4,5],"rotation":270,"texture":"#0"},"east":{"uv":[0,4,10.4,5],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,10.4,5],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,10.4,5],"rotation":270,"texture":"#0"},"up":{"uv":[0,4,1,5],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,1,5],"rotation":270,"texture":"#0"}}},{"from":[3,-0.37113,7.68591],"to":[4,9.12887,10.68591],"rotation":{"angle":0,"axis":"x","origin":[8.225,6.28319,9.05201]},"faces":{"north":{"uv":[0,4,9.5,5],"rotation":270,"texture":"#0"},"east":{"uv":[0,4,9.5,7],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,9.5,5],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,9.5,7],"rotation":270,"texture":"#0"},"up":{"uv":[0,4,3,5],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,3,5],"rotation":270,"texture":"#0"}}},{"from":[12,-0.37113,7.68591],"to":[13,9.12887,10.68591],"rotation":{"angle":0,"axis":"x","origin":[8.225,6.28319,9.05201]},"faces":{"north":{"uv":[0,4,9.5,5],"rotation":270,"texture":"#0"},"east":{"uv":[0,4,9.5,7],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,9.5,5],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,9.5,7],"rotation":270,"texture":"#0"},"up":{"uv":[0,4,3,5],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,3,5],"rotation":270,"texture":"#0"}}},{"from":[12.01,-0.36113,7.69591],"to":[12.99,10.11887,9.17591],"rotation":{"angle":0,"axis":"x","origin":[8.225,6.28319,9.05201]},"faces":{"north":{"uv":[0,4,10.5,5],"rotation":270,"texture":"#0"},"east":{"uv":[0,4,10.5,5.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,10.5,5],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,10.5,5.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,4,1.5,5],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,1.5,5],"rotation":270,"texture":"#0"}}},{"from":[3.01,-0.36113,7.69591],"to":[3.99,10.11887,9.17591],"rotation":{"angle":0,"axis":"x","origin":[7.775,6.28319,9.05201]},"faces":{"north":{"uv":[0,4,10.5,5],"rotation":270,"texture":"#0"},"east":{"uv":[0,4,10.5,5.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,10.5,5],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,10.5,5.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,4,1.5,5],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,1.5,5],"rotation":270,"texture":"#0"}}},{"from":[3,6.87887,5.68591],"to":[4,11.27887,6.68591],"rotation":{"angle":0,"axis":"x","origin":[8.225,6.28319,9.05201]},"faces":{"north":{"uv":[7,4,12,5],"rotation":270,"texture":"#0"},"east":{"uv":[7,4,12,5],"rotation":270,"texture":"#0"},"south":{"uv":[7,4,12,5],"rotation":270,"texture":"#0"},"west":{"uv":[7,4,12,5],"rotation":270,"texture":"#0"},"up":{"uv":[7,4,8,5],"rotation":270,"texture":"#0"},"down":{"uv":[7,4,12,5],"rotation":270,"texture":"#0"}}},{"from":[12,6.87887,5.68591],"to":[13,11.27887,6.68591],"rotation":{"angle":0,"axis":"x","origin":[8.225,6.28319,9.05201]},"faces":{"north":{"uv":[0,4,4.4,5],"rotation":270,"texture":"#0"},"east":{"uv":[0,4,4.4,5],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,4.4,5],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,4.4,5],"rotation":270,"texture":"#0"},"up":{"uv":[0,4,1,5],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,1,5],"rotation":270,"texture":"#0"}}},{"from":[3,1.87887,10.68591],"to":[4,8.37887,11.68591],"rotation":{"angle":0,"axis":"x","origin":[8.225,6.28319,9.05201]},"faces":{"north":{"uv":[0,4,6.5,5],"rotation":270,"texture":"#0"},"east":{"uv":[0,4,6.5,5],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,6.5,5],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,6.5,5],"rotation":270,"texture":"#0"},"up":{"uv":[0,4,1,5],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,1,5],"rotation":270,"texture":"#0"}}},{"from":[12,1.87887,10.68591],"to":[13,8.37887,11.68591],"rotation":{"angle":0,"axis":"x","origin":[8.225,6.28319,9.05201]},"faces":{"north":{"uv":[0,4,6.5,5],"rotation":270,"texture":"#0"},"east":{"uv":[0,4,6.5,5],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,6.5,5],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,6.5,5],"rotation":270,"texture":"#0"},"up":{"uv":[0,4,1,5],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,1,5],"rotation":270,"texture":"#0"}}},{"from":[3.01,3.07354,8.02838],"to":[3.99,4.05354,9.00838],"rotation":{"angle":45,"axis":"x","origin":[8.225,6.28319,9.05201]},"faces":{"north":{"uv":[0,4,1,5],"rotation":270,"texture":"#0"},"east":{"uv":[0,4,1,5],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,1,5],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,1,5],"rotation":270,"texture":"#0"},"up":{"uv":[0,4,1,5],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,1,5],"rotation":270,"texture":"#0"}}},{"from":[12.01,3.07354,8.02838],"to":[12.99,4.05354,9.00838],"rotation":{"angle":45,"axis":"x","origin":[8.225,6.28319,9.05201]},"faces":{"north":{"uv":[0,4,1,5],"rotation":270,"texture":"#0"},"east":{"uv":[0,4,1,5],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,1,5],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,1,5],"rotation":270,"texture":"#0"},"up":{"uv":[0,4,1,5],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,1,5],"rotation":270,"texture":"#0"}}},{"from":[3.501,8.001,3.501],"to":[12.499,9.999,12.499],"rotation":{"angle":22.5,"axis":"x","origin":[8.225,6.28319,9.05201]},"faces":{"north":{"uv":[0,4,2,13],"rotation":270,"texture":"#0"},"east":{"uv":[0,4,8.998,5.998],"rotation":180,"texture":"#0"},"south":{"uv":[9,2,11,11],"rotation":270,"texture":"#0"},"west":{"uv":[0,3,9,5],"texture":"#0"},"up":{"uv":[0,4,9,13],"rotation":90,"texture":"#0"},"down":{"uv":[0,4,9,13],"rotation":270,"texture":"#0"}}},{"from":[5,10,3.5],"to":[11,11,10.5],"rotation":{"angle":22.5,"axis":"x","origin":[8.225,6.28319,9.05201]},"faces":{"north":{"uv":[0,4,1,10],"rotation":270,"texture":"#0"},"east":{"uv":[0,4,7,5],"rotation":180,"texture":"#0"},"south":{"uv":[0,4,1,10],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,7,5],"texture":"#0"},"up":{"uv":[0,4,7,10],"rotation":90,"texture":"#0"},"down":{"uv":[0,4,7,10],"rotation":270,"texture":"#0"}}},{"from":[3.501,3.001,10.501],"to":[12.499,7.999,12.499],"rotation":{"angle":22.5,"axis":"x","origin":[8.225,6.28319,9.05201]},"faces":{"north":{"uv":[0,4,5,13],"rotation":270,"texture":"#0"},"east":{"uv":[0,4,5,6],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,5,13],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,5,6],"rotation":270,"texture":"#0"},"up":{"uv":[0,4,2,13],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,2,13],"rotation":270,"texture":"#0"}}},{"from":[3.5,-0.3042,9.13335],"to":[12.5,2.6958,11.13335],"rotation":{"angle":0,"axis":"x","origin":[8.225,5.35777,8.66902]},"faces":{"north":{"uv":[0,4,3,13],"rotation":270,"texture":"#0"},"east":{"uv":[0,4,3,6],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,3,13],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,3,6],"rotation":270,"texture":"#0"},"up":{"uv":[0,4,2,13],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,2,13],"rotation":270,"texture":"#0"}}},{"from":[4.5,2.39286,10.66439],"to":[5.5,6.39286,12.66439],"rotation":{"angle":0,"axis":"x","origin":[8.225,6.28319,9.05201]},"faces":{"north":{"uv":[0,4,4,5],"rotation":270,"texture":"#0"},"east":{"uv":[0,4,4,6],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,4,5],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,4,6],"rotation":270,"texture":"#0"},"up":{"uv":[0,4,2,5],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,2,5],"rotation":270,"texture":"#0"}}},{"from":[2.5,3.53647,7.38894],"to":[3.5,6.78647,8.38894],"rotation":{"angle":-22.5,"axis":"z","origin":[3.5,5.53647,11.88894]},"faces":{"north":{"uv":[0,4,3.25,5],"rotation":270,"texture":"#0"},"east":{"uv":[0,4,3.25,5],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,3.25,5],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,3.25,5],"rotation":270,"texture":"#0"},"up":{"uv":[0,4,1,5],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,1,5],"rotation":270,"texture":"#0"}}},{"from":[12.5,3.53647,7.38894],"to":[13.5,6.78647,8.38894],"rotation":{"angle":22.5,"axis":"z","origin":[12.5,5.53647,11.88894]},"faces":{"north":{"uv":[0,4,3.25,5],"rotation":270,"texture":"#0"},"east":{"uv":[0,4,3.25,5],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,3.25,5],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,3.25,5],"rotation":270,"texture":"#0"},"up":{"uv":[0,4,1,5],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,1,5],"rotation":270,"texture":"#0"}}},{"from":[12.5,7.23647,6.18894],"to":[13.5,9.48647,7.18894],"rotation":{"angle":22.5,"axis":"z","origin":[12.5,8.23647,10.68894]},"faces":{"north":{"uv":[0,4,2.25,5],"rotation":270,"texture":"#0"},"east":{"uv":[0,4,2.25,5],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,2.25,5],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,2.25,5],"rotation":270,"texture":"#0"},"up":{"uv":[0,4,1,5],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,1,5],"rotation":270,"texture":"#0"}}},{"from":[2.5,0.93647,8.98894],"to":[3.5,4.18647,9.98894],"rotation":{"angle":-22.5,"axis":"z","origin":[3.5,2.93647,13.48894]},"faces":{"north":{"uv":[0,4,3.25,5],"rotation":270,"texture":"#0"},"east":{"uv":[0,4,3.25,5],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,3.25,5],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,3.25,5],"rotation":270,"texture":"#0"},"up":{"uv":[0,4,1,5],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,1,5],"rotation":270,"texture":"#0"}}},{"from":[12.5,0.93647,8.98894],"to":[13.5,4.18647,9.98894],"rotation":{"angle":22.5,"axis":"z","origin":[12.5,2.93647,13.48894]},"faces":{"north":{"uv":[0,4,3.25,5],"rotation":270,"texture":"#0"},"east":{"uv":[0,4,3.25,5],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,3.25,5],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,3.25,5],"rotation":270,"texture":"#0"},"up":{"uv":[0,4,1,5],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,1,5],"rotation":270,"texture":"#0"}}},{"from":[10.5,2.39286,10.66439],"to":[11.5,6.39286,12.66439],"rotation":{"angle":0,"axis":"x","origin":[8.225,6.28319,9.05201]},"faces":{"north":{"uv":[0,4,4,5],"rotation":270,"texture":"#0"},"east":{"uv":[0,4,4,6],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,4,5],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,4,6],"rotation":270,"texture":"#0"},"up":{"uv":[0,4,2,5],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,2,5],"rotation":270,"texture":"#0"}}},{"from":[8.5,3.31673,11.04708],"to":[9.5,7.31673,13.04708],"rotation":{"angle":0,"axis":"x","origin":[8.225,6.28319,9.05201]},"faces":{"north":{"uv":[0,4,4,5],"rotation":270,"texture":"#0"},"east":{"uv":[0,4,4,6],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,4,5],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,4,6],"rotation":270,"texture":"#0"},"up":{"uv":[0,4,2,5],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,2,5],"rotation":270,"texture":"#0"}}},{"from":[6.5,3.31673,11.04708],"to":[7.5,7.31673,13.04708],"rotation":{"angle":0,"axis":"x","origin":[8.225,6.28319,9.05201]},"faces":{"north":{"uv":[0,4,4,5],"rotation":270,"texture":"#0"},"east":{"uv":[0,4,4,6],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,4,5],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,4,6],"rotation":270,"texture":"#0"},"up":{"uv":[0,4,2,5],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,2,5],"rotation":270,"texture":"#0"}}},{"from":[2.5,4.53647,9.38894],"to":[3.5,7.78647,10.38894],"rotation":{"angle":-22.5,"axis":"z","origin":[3.5,6.53647,13.88894]},"faces":{"north":{"uv":[0,4,3.25,5],"rotation":270,"texture":"#0"},"east":{"uv":[0,4,3.25,5],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,3.25,5],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,3.25,5],"rotation":270,"texture":"#0"},"up":{"uv":[0,4,1,5],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,1,5],"rotation":270,"texture":"#0"}}},{"from":[10.25545,9.55635,9.13894],"to":[12.25545,15.55635,10.13894],"rotation":{"angle":-22.5,"axis":"z","origin":[10.75545,12.18135,9.63894]},"faces":{"north":{"uv":[0,4,6,6],"rotation":270,"texture":"#0"},"east":{"uv":[0,4,6,5],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,6,6],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,6,5],"rotation":270,"texture":"#0"},"up":{"uv":[14,4,15,6],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,1,6],"rotation":270,"texture":"#0"}}},{"from":[3.74455,9.55635,9.13894],"to":[5.74455,15.55635,10.13894],"rotation":{"angle":22.5,"axis":"z","origin":[5.24455,12.18135,9.63894]},"faces":{"north":{"uv":[1,6,7,4],"rotation":270,"texture":"#0"},"east":{"uv":[0,5,6,4],"rotation":270,"texture":"#0"},"south":{"uv":[0,6,6,4],"rotation":270,"texture":"#0"},"west":{"uv":[0,5,6,4],"rotation":270,"texture":"#0"},"up":{"uv":[14,6,15,4],"rotation":270,"texture":"#0"},"down":{"uv":[0,6,1,4],"rotation":270,"texture":"#0"}}},{"from":[9.76545,9.56635,9.14894],"to":[12.74545,14.54635,10.62894],"rotation":{"angle":-22.5,"axis":"z","origin":[10.75545,12.18135,9.63894]},"faces":{"north":{"uv":[0,4,5,7],"rotation":270,"texture":"#0"},"east":{"uv":[0,4,5,5.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,5,7],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,5,5.5],"rotation":270,"texture":"#0"},"up":{"uv":[8,5,9.5,8],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,1.5,7],"rotation":270,"texture":"#0"}}},{"from":[3.25455,9.56635,9.14894],"to":[6.23455,14.54635,10.62894],"rotation":{"angle":22.5,"axis":"z","origin":[5.24455,12.18135,9.63894]},"faces":{"north":{"uv":[0,7,5,4],"rotation":270,"texture":"#0"},"east":{"uv":[0,5.5,5,4],"rotation":270,"texture":"#0"},"south":{"uv":[0,7,5,4],"rotation":270,"texture":"#0"},"west":{"uv":[0,5.5,5,4],"rotation":270,"texture":"#0"},"up":{"uv":[8,8,9.5,5],"rotation":270,"texture":"#0"},"down":{"uv":[0,7,1.5,4],"rotation":270,"texture":"#0"}}},{"from":[12.5,4.53647,9.38894],"to":[13.5,7.78647,10.38894],"rotation":{"angle":22.5,"axis":"z","origin":[12.5,6.53647,13.88894]},"faces":{"north":{"uv":[0,4,3.25,5],"rotation":270,"texture":"#0"},"east":{"uv":[0,4,3.25,5],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,3.25,5],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,3.25,5],"rotation":270,"texture":"#0"},"up":{"uv":[0,4,1,5],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,1,5],"rotation":270,"texture":"#0"}}},{"from":[2.5,1.93647,10.48894],"to":[3.5,5.18647,11.48894],"rotation":{"angle":-22.5,"axis":"z","origin":[3.5,3.93647,14.98894]},"faces":{"north":{"uv":[0,4,3.25,5],"rotation":270,"texture":"#0"},"east":{"uv":[0,4,3.25,5],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,3.25,5],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,3.25,5],"rotation":270,"texture":"#0"},"up":{"uv":[0,4,1,5],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,1,5],"rotation":270,"texture":"#0"}}},{"from":[12.5,1.93647,10.48894],"to":[13.5,5.18647,11.48894],"rotation":{"angle":22.5,"axis":"z","origin":[12.5,3.93647,14.98894]},"faces":{"north":{"uv":[0,4,3.25,5],"rotation":270,"texture":"#0"},"east":{"uv":[0,4,3.25,5],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,3.25,5],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,3.25,5],"rotation":270,"texture":"#0"},"up":{"uv":[0,4,1,5],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,1,5],"rotation":270,"texture":"#0"}}},{"from":[6.001,7.001,2.501],"to":[9.999,8.999,4.499],"rotation":{"angle":22.5,"axis":"x","origin":[9.225,6.28319,9.05201]},"faces":{"north":{"uv":[0,4,2,8],"rotation":270,"texture":"#0"},"east":{"uv":[0,4,2,6],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,2,8],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,2,6],"rotation":270,"texture":"#0"},"up":{"uv":[0,4,2,8],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,2,8],"rotation":270,"texture":"#0"}}},{"from":[5.001,9.001,3.501],"to":[5.999,9.999,4.499],"rotation":{"angle":22.5,"axis":"x","origin":[8.225,7.28319,9.05201]},"faces":{"north":{"uv":[3,0,4,1],"rotation":270,"texture":"#0"},"east":{"uv":[3,0,4,1],"rotation":270,"texture":"#0"},"south":{"uv":[3,0,4,1],"rotation":270,"texture":"#0"},"west":{"uv":[3,0,4,1],"rotation":270,"texture":"#0"},"up":{"uv":[3,0,4,1],"rotation":270,"texture":"#0"},"down":{"uv":[3,0,4,1],"rotation":270,"texture":"#0"}}},{"from":[10.001,9.001,3.501],"to":[10.999,9.999,4.499],"rotation":{"angle":22.5,"axis":"x","origin":[8.225,7.28319,9.05201]},"faces":{"north":{"uv":[3,0,4,1],"rotation":270,"texture":"#0"},"east":{"uv":[3,0,4,1],"rotation":270,"texture":"#0"},"south":{"uv":[3,0,4,1],"rotation":270,"texture":"#0"},"west":{"uv":[3,0,4,1],"rotation":270,"texture":"#0"},"up":{"uv":[3,0,4,1],"rotation":270,"texture":"#0"},"down":{"uv":[3,0,4,1],"rotation":270,"texture":"#0"}}},{"from":[10.25,9.51004,4.85297],"to":[11.25,10.51004,5.35297],"rotation":{"angle":45,"axis":"z","origin":[11,10.26004,5.10297]},"faces":{"north":{"uv":[0,4,1.5,5.5],"rotation":270,"texture":"#0"},"east":{"uv":[0,4,1.5,5],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,1.5,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,1.5,5],"rotation":270,"texture":"#0"},"up":{"uv":[0,4,1,5.5],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,1,5.5],"rotation":270,"texture":"#0"}}},{"from":[4.75,9.51004,4.85297],"to":[5.75,10.51004,5.35297],"rotation":{"angle":-45,"axis":"z","origin":[5,10.26004,5.10297]},"faces":{"north":{"uv":[0,4,1.5,5.5],"rotation":270,"texture":"#0"},"east":{"uv":[0,4,1.5,5],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,1.5,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,1.5,5],"rotation":270,"texture":"#0"},"up":{"uv":[0,4,1,5.5],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,1,5.5],"rotation":270,"texture":"#0"}}}],"display":{"gui":{"rotation":[-150,45,175],"translation":[-0.5,0.5,0],"scale":[0.85,0.85,0.85]},"head":{"rotation":[-22.5,0,0],"translation":[0,3,-1],"scale":[1.7,1.7,1.7]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/werewolf_mask.json b/assets/minecraft/models/item/wynn/skin/hat/werewolf_mask.json new file mode 100644 index 000000000..782c7ed91 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/werewolf_mask.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/werewolf_mask"},"elements":[{"from":[3,0,3],"to":[13,9,13],"rotation":{"angle":0,"axis":"y","origin":[7,0,7]},"faces":{"north":{"uv":[5,0,10,4.5],"texture":"#0"},"east":{"uv":[10,9,5,13.5],"texture":"#0"},"south":{"uv":[5,4.5,10,9],"texture":"#0"},"west":{"uv":[5,9,10,13.5],"texture":"#0"},"up":{"uv":[5,5,0,0],"texture":"#0"},"down":{"uv":[5,5,0,10],"texture":"#0"}}},{"from":[5,1,-2],"to":[11,5,3],"rotation":{"angle":0,"axis":"y","origin":[7,0,1]},"faces":{"north":{"uv":[10,6.5,13,8.5],"texture":"#0"},"east":{"uv":[12.5,10.5,10,12.5],"texture":"#0"},"west":{"uv":[10,10.5,12.5,12.5],"texture":"#0"},"up":{"uv":[3,13,0,10.5],"texture":"#0"},"down":{"uv":[13,0.5,10,3],"texture":"#0"}}},{"from":[-1,0,9],"to":[3,6,9],"rotation":{"angle":22.5,"axis":"y","origin":[3,0,9]},"faces":{"north":{"uv":[13,0,15,3],"texture":"#0"},"south":{"uv":[15,0,13,3],"texture":"#0"}}},{"from":[3,0,3],"to":[3,4,7],"rotation":{"angle":-45,"axis":"y","origin":[3,0,3]},"faces":{"east":{"uv":[13.5,8.5,11.5,10.5],"texture":"#0"},"west":{"uv":[11.5,8.5,13.5,10.5],"texture":"#0"}}},{"from":[3.25,5.5,9],"to":[7.25,12.5,11],"rotation":{"angle":22.5,"axis":"z","origin":[3.25,5.5,9]},"faces":{"north":{"uv":[3,10,5,13.5],"texture":"#0"},"east":{"uv":[12,3,13,6.5],"texture":"#0"},"south":{"uv":[10,3,12,6.5],"texture":"#0"},"west":{"uv":[13.5,7,14.5,10.5],"texture":"#0"},"up":{"uv":[13,13.5,11,12.5],"texture":"#0"}}},{"from":[0,5,11],"to":[3,9,11],"rotation":{"angle":22.5,"axis":"x","origin":[1,6,11]},"faces":{"north":{"uv":[10,8.5,11.5,10.5],"texture":"#0"},"south":{"uv":[11.5,8.5,10,10.5],"texture":"#0"}}},{"from":[13,0,3],"to":[13,4,7],"rotation":{"angle":45,"axis":"y","origin":[13,0,3]},"faces":{"east":{"uv":[13.5,8.5,11.5,10.5],"texture":"#0"},"west":{"uv":[11.5,8.5,13.5,10.5],"texture":"#0"}}},{"from":[13,0,9],"to":[17,6,9],"rotation":{"angle":-22.5,"axis":"y","origin":[13,0,9]},"faces":{"north":{"uv":[15,0,13,3],"texture":"#0"},"south":{"uv":[13,0,15,3],"texture":"#0"}}},{"from":[8.75,5.5,9],"to":[12.75,12.5,11],"rotation":{"angle":-22.5,"axis":"z","origin":[12.75,5.5,9]},"faces":{"north":{"uv":[5,10,3,13.5],"texture":"#0"},"east":{"uv":[14.5,7,13.5,10.5],"texture":"#0"},"south":{"uv":[12,3,10,6.5],"texture":"#0"},"west":{"uv":[13,3,12,6.5],"texture":"#0"},"up":{"uv":[11,13.5,13,12.5],"texture":"#0"}}},{"from":[13,5,11],"to":[16,9,11],"rotation":{"angle":22.5,"axis":"x","origin":[15,6,11]},"faces":{"north":{"uv":[11.5,8.5,10,10.5],"texture":"#0"},"south":{"uv":[10,8.5,11.5,10.5],"texture":"#0"}}},{"from":[4,9,11],"to":[12,13,11],"rotation":{"angle":45,"axis":"x","origin":[4,9,11]},"faces":{"north":{"uv":[0,13.5,4,15.5],"texture":"#0"},"south":{"uv":[4,13.5,0,15.5],"texture":"#0"}}},{"from":[4,0,13],"to":[12,0,17],"rotation":{"angle":45,"axis":"x","origin":[4,0,13]},"faces":{"up":{"uv":[8,13.5,12,15.5],"rotation":180,"texture":"#0"},"down":{"uv":[12,13.5,8,15.5],"texture":"#0"}}},{"from":[4,9,3],"to":[12,9,7],"rotation":{"angle":-22.5,"axis":"x","origin":[4,9,3]},"faces":{"up":{"uv":[13,3,15,7],"rotation":90,"texture":"#0"},"down":{"uv":[4,13.5,0,15.5],"texture":"#0"}}},{"from":[6,0,-1],"to":[10,1,3],"rotation":{"angle":0,"axis":"y","origin":[8,0,0]},"faces":{"north":{"uv":[4,14,6,14.5],"texture":"#0"},"east":{"uv":[6,13.5,4,14],"texture":"#0"},"west":{"uv":[4,13.5,6,14],"texture":"#0"},"down":{"uv":[6,13.5,8,15.5],"texture":"#0"}}}],"display":{"head":{"translation":[0,5.75,0],"scale":[1.55,1.55,1.55]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/wings.json b/assets/minecraft/models/item/wynn/skin/hat/wings.json new file mode 100644 index 000000000..c11f22cd2 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/wings.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","ambientocclusion":false,"textures":{"wings":"wynn/wings"},"elements":[{"from":[6.95,-2,10],"to":[7.05,14,26],"rotation":{"angle":-45,"axis":"y","origin":[7,0,10]},"faces":{"east":{"uv":[0,0,16,16],"texture":"#wings"},"west":{"uv":[16,0,0,16],"texture":"#wings"}}},{"from":[8.98,-2,10],"to":[9.05,14,26],"rotation":{"angle":45,"axis":"y","origin":[9,0,10]},"faces":{"east":{"uv":[0,0,16,16],"texture":"#wings"},"west":{"uv":[16,0,0,16],"texture":"#wings"}}}],"display":{"thirdperson_righthand":{"rotation":[30,0,0],"translation":[-6,-2.5,4],"scale":[2,2,2]},"thirdperson_lefthand":{"rotation":[30,0,0],"translation":[-6,-2.5,4],"scale":[2,2,2]},"fixed":{"rotation":[0,180,0],"translation":[0,0,0]},"head":{"rotation":[-12,0,0],"translation":[0,-10.5,-3],"scale":[3,3,3]},"gui":{"rotation":[0,0,0],"translation":[0,0,0]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/winter_hat.json b/assets/minecraft/models/item/wynn/skin/hat/winter_hat.json new file mode 100644 index 000000000..9b479afb7 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/winter_hat.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/decay_2","particle":"skins/decay_2"},"elements":[{"from":[12.99,-4.01,5.99],"to":[14.01,5.01,10.01],"rotation":{"angle":0,"axis":"y","origin":[17,-4,0]},"faces":{"north":{"uv":[16,7,12,16],"texture":"#0"},"east":{"uv":[16,11,12,16],"texture":"#0"},"south":{"uv":[16,7,12,16],"texture":"#0"},"west":{"uv":[6.5,0,2.5,9],"rotation":180,"texture":"#0"},"up":{"uv":[4,0,0,9],"texture":"#0"},"down":{"uv":[4.5,8.5,0.5,9.5],"rotation":270,"texture":"#0"}}},{"from":[13,-2,4],"to":[14,6,12],"rotation":{"angle":0,"axis":"y","origin":[17,-4,0]},"faces":{"north":{"uv":[8.5,8.5,0.5,9.5],"rotation":90,"texture":"#0"},"east":{"uv":[8.5,8,0.5,16],"texture":"#0"},"south":{"uv":[8.5,8.5,0.5,9.5],"rotation":270,"texture":"#0"},"west":{"uv":[8,1,0,9],"rotation":180,"texture":"#0"},"up":{"uv":[1,0,0,8],"texture":"#0"},"down":{"uv":[16,8,15,16],"texture":"#0"}}},{"from":[13.02,-3.95595,9.46194],"to":[13.98,-1.14595,10.92194],"rotation":{"angle":45,"axis":"x","origin":[13.5,-2.85095,10.44194]},"faces":{"north":{"uv":[1,0,0,2.85],"texture":"#0"},"east":{"uv":[11.35,14.5,8.5,16],"rotation":90,"texture":"#0"},"south":{"uv":[3.35,8.5,0.5,9.5],"rotation":270,"texture":"#0"},"west":{"uv":[1.5,0,0,2.85],"texture":"#0"},"up":{"uv":[1,0,0,1.5],"texture":"#0"},"down":{"uv":[1,0,0,1.5],"texture":"#0"}}},{"from":[14,0,5],"to":[15,6,11],"rotation":{"angle":0,"axis":"y","origin":[17,-4,0]},"faces":{"north":{"uv":[7.5,8,8.5,14],"texture":"#0"},"east":{"uv":[3.5,8,9.5,14],"texture":"#0"},"south":{"uv":[7.5,8,8.5,14],"texture":"#0"},"west":{"uv":[7.5,8,13.5,14],"texture":"#0"},"up":{"uv":[7.5,8,8.5,14],"texture":"#0"},"down":{"uv":[7.5,8,8.5,14],"texture":"#0"}}},{"from":[13.09135,-2.35836,5.01],"to":[14.07135,0.37164,10.99],"rotation":{"angle":-22.5,"axis":"z","origin":[13.58135,-2.11836,8]},"faces":{"north":{"uv":[11,13.25,12,16],"texture":"#0"},"east":{"uv":[3,13.5,9,16.25],"texture":"#0"},"south":{"uv":[11,13.25,12,16],"texture":"#0"},"west":{"uv":[10,13.25,16,16],"texture":"#0"},"up":{"uv":[11,10,12,16],"texture":"#0"},"down":{"uv":[11,10,12,16],"texture":"#0"}}},{"from":[13.09135,5.62836,5.01],"to":[14.07135,8.35836,10.99],"rotation":{"angle":22.5,"axis":"z","origin":[13.58135,8.11836,8]},"faces":{"north":{"uv":[15,8,16,10.75],"texture":"#0"},"east":{"uv":[10,8,16,10.75],"texture":"#0"},"south":{"uv":[15,8,16,10.75],"texture":"#0"},"west":{"uv":[10,8,16,10.75],"texture":"#0"},"up":{"uv":[15,8,16,14],"texture":"#0"},"down":{"uv":[15,8,16,14],"texture":"#0"}}},{"from":[14.08135,3.11836,6.5],"to":[15.08135,5.61836,9.5],"rotation":{"angle":45,"axis":"z","origin":[14.58135,5.61836,9.5]},"faces":{"north":{"uv":[13.5,8.5,14.5,11],"texture":"#0"},"east":{"uv":[13,8.5,16,11],"texture":"#0"},"south":{"uv":[13.5,8.5,14.5,11],"texture":"#0"},"west":{"uv":[13,8.5,16,11],"texture":"#0"},"up":{"uv":[13.5,8.5,14.5,11.5],"texture":"#0"},"down":{"uv":[13.5,8.5,14.5,11.5],"texture":"#0"}}},{"from":[1.92865,-2.35836,5.01],"to":[2.90865,0.37164,10.99],"rotation":{"angle":22.5,"axis":"z","origin":[2.41865,-2.11836,8]},"faces":{"north":{"uv":[12,13.25,11,16],"texture":"#0"},"east":{"uv":[16,13.25,10,16],"texture":"#0"},"south":{"uv":[12,13.25,11,16],"texture":"#0"},"west":{"uv":[9,13.5,3,16.25],"texture":"#0"},"up":{"uv":[12,10,11,16],"texture":"#0"},"down":{"uv":[12,10,11,16],"texture":"#0"}}},{"from":[1,0,5],"to":[2,6,11],"rotation":{"angle":0,"axis":"y","origin":[-1,-4,0]},"faces":{"north":{"uv":[8.5,8,7.5,14],"texture":"#0"},"east":{"uv":[13.5,8,7.5,14],"texture":"#0"},"south":{"uv":[8.5,8,7.5,14],"texture":"#0"},"west":{"uv":[9.5,8,3.5,14],"texture":"#0"},"up":{"uv":[8.5,8,7.5,14],"texture":"#0"},"down":{"uv":[8.5,8,7.5,14],"texture":"#0"}}},{"from":[2.02,-3.95595,9.46194],"to":[2.98,-1.14595,10.92194],"rotation":{"angle":45,"axis":"x","origin":[2.5,-2.85095,10.44194]},"faces":{"north":{"uv":[0,0,1,2.85],"texture":"#0"},"east":{"uv":[0,0,1.5,2.85],"texture":"#0"},"south":{"uv":[3.35,9.5,0.5,8.5],"rotation":270,"texture":"#0"},"west":{"uv":[11.35,16,8.5,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,1,1.5],"texture":"#0"},"down":{"uv":[0,0,1,1.5],"texture":"#0"}}},{"from":[2,-2,4],"to":[3,6,12],"rotation":{"angle":0,"axis":"y","origin":[-1,-4,0]},"faces":{"north":{"uv":[8.5,9.5,0.5,8.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,1,8,9],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,9.5,0.5,8.5],"rotation":270,"texture":"#0"},"west":{"uv":[0.5,8,8.5,16],"texture":"#0"},"up":{"uv":[0,0,1,8],"texture":"#0"},"down":{"uv":[15,8,16,16],"texture":"#0"}}},{"from":[1.99,-4.01,5.99],"to":[3.01,5.01,10.01],"rotation":{"angle":0,"axis":"y","origin":[-1,-4,0]},"faces":{"north":{"uv":[12,7,16,16],"texture":"#0"},"east":{"uv":[2.5,0,6.5,9],"rotation":180,"texture":"#0"},"south":{"uv":[12,7,16,16],"texture":"#0"},"west":{"uv":[12,11,16,16],"texture":"#0"},"up":{"uv":[0,0,4,9],"texture":"#0"},"down":{"uv":[4.5,9.5,0.5,8.5],"rotation":270,"texture":"#0"}}},{"from":[1.92865,5.62836,5.01],"to":[2.90865,8.35836,10.99],"rotation":{"angle":-22.5,"axis":"z","origin":[2.41865,8.11836,8]},"faces":{"north":{"uv":[16,8,15,10.75],"texture":"#0"},"east":{"uv":[16,8,10,10.75],"texture":"#0"},"south":{"uv":[16,8,15,10.75],"texture":"#0"},"west":{"uv":[16,8,10,10.75],"texture":"#0"},"up":{"uv":[16,8,15,14],"texture":"#0"},"down":{"uv":[16,8,15,14],"texture":"#0"}}},{"from":[1.41865,2.61836,6],"to":[2.41865,6.11836,10],"rotation":{"angle":-45,"axis":"z","origin":[1.41865,5.61836,9.5]},"faces":{"north":{"uv":[0,5.5,1,9],"rotation":180,"texture":"#0"},"east":{"uv":[5,5.5,9,9],"rotation":180,"texture":"#0"},"south":{"uv":[5.5,6,6.5,9.5],"rotation":180,"texture":"#0"},"west":{"uv":[1,6,5,9.5],"rotation":180,"texture":"#0"},"up":{"uv":[5,5.5,6,9.5],"rotation":180,"texture":"#0"},"down":{"uv":[5,5,9,6],"rotation":90,"texture":"#0"}}},{"from":[13.58135,2.61836,6],"to":[14.58135,6.11836,10],"rotation":{"angle":45,"axis":"z","origin":[14.58135,5.61836,6.5]},"faces":{"north":{"uv":[5.5,6,6.5,9.5],"rotation":180,"texture":"#0"},"east":{"uv":[1,6,5,9.5],"rotation":180,"texture":"#0"},"south":{"uv":[0,5.5,1,9],"rotation":180,"texture":"#0"},"west":{"uv":[5,5.5,9,9],"rotation":180,"texture":"#0"},"up":{"uv":[6,9.5,5,5.5],"rotation":180,"texture":"#0"},"down":{"uv":[9,6,5,5],"rotation":90,"texture":"#0"}}},{"from":[0.91865,3.11836,6.5],"to":[1.91865,5.61836,9.5],"rotation":{"angle":-45,"axis":"z","origin":[1.41865,5.61836,9.5]},"faces":{"north":{"uv":[14.5,8.5,13.5,11],"texture":"#0"},"east":{"uv":[16,8.5,13,11],"texture":"#0"},"south":{"uv":[14.5,8.5,13.5,11],"texture":"#0"},"west":{"uv":[16,8.5,13,11],"texture":"#0"},"up":{"uv":[14.5,8.5,13.5,11.5],"texture":"#0"},"down":{"uv":[14.5,8.5,13.5,11.5],"texture":"#0"}}},{"from":[13.02,-3.95595,5.07806],"to":[13.98,-1.14595,6.53806],"rotation":{"angle":-45,"axis":"x","origin":[13.5,-2.85095,5.55806]},"faces":{"north":{"uv":[3.35,8.5,0.5,9.5],"rotation":90,"texture":"#0"},"east":{"uv":[11.35,14.5,8.5,16],"rotation":90,"texture":"#0"},"south":{"uv":[2,0,1,2.85],"texture":"#0"},"west":{"uv":[1.5,0,0,2.85],"texture":"#0"},"up":{"uv":[1,1.5,0,3],"texture":"#0"},"down":{"uv":[1,1.5,0,3],"texture":"#0"}}},{"from":[2.02,-3.95595,5.07806],"to":[2.98,-1.14595,6.53806],"rotation":{"angle":-45,"axis":"x","origin":[2.5,-2.85095,5.55806]},"faces":{"north":{"uv":[3.35,9.5,0.5,8.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,1.5,2.85],"texture":"#0"},"south":{"uv":[1,0,2,2.85],"texture":"#0"},"west":{"uv":[11.35,16,8.5,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[0,1.5,1,3],"texture":"#0"},"down":{"uv":[0,1.5,1,3],"texture":"#0"}}},{"from":[3.01,5.1614,14.85443],"to":[12.99,7.8914,15.83443],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98911,0.93942,12.78911]},"faces":{"north":{"uv":[6,9,16,11.75],"rotation":180,"texture":"#0"},"east":{"uv":[6,9,7,11.75],"rotation":180,"texture":"#0"},"south":{"uv":[6,9,16,11.75],"rotation":180,"texture":"#0"},"west":{"uv":[6,9,7,11.75],"rotation":180,"texture":"#0"},"up":{"uv":[6,9,16,10],"rotation":180,"texture":"#0"},"down":{"uv":[6,9,16,10],"rotation":180,"texture":"#0"}}},{"from":[3,0,13],"to":[13,6,14],"rotation":{"angle":0,"axis":"y","origin":[7.98911,0.93942,13]},"faces":{"north":{"uv":[6,10,16,16],"texture":"#0"},"east":{"uv":[6.5,8,7.5,14],"texture":"#0"},"south":{"uv":[0,8,9.5,14],"texture":"#0"},"west":{"uv":[6,8,7,14],"texture":"#0"},"up":{"uv":[6,10,16,11],"texture":"#0"},"down":{"uv":[6,10,16,11],"texture":"#0"}}},{"from":[2,0,12],"to":[14,6,13],"rotation":{"angle":0,"axis":"y","origin":[7.98911,0.93942,13]},"faces":{"north":{"uv":[0,2.5,9.5,8.5],"rotation":180,"texture":"#0"},"east":{"uv":[4,8,5,14],"texture":"#0"},"south":{"uv":[0,8,9.5,14],"texture":"#0"},"west":{"uv":[4,8,5,14],"texture":"#0"},"up":{"uv":[0,8,9,9],"texture":"#0"},"down":{"uv":[9.5,8.5,0.5,9.5],"rotation":180,"texture":"#0"}}},{"from":[2.98,6.38,2.08],"to":[13.02,11.42,3.12],"rotation":{"angle":22.5,"axis":"x","origin":[8,8.9,3.26667]},"faces":{"north":{"uv":[0,2,9.5,7],"texture":"#0"},"east":{"uv":[2.5,2,3.5,7],"texture":"#0"},"south":{"uv":[0,3,9.5,8],"texture":"#0"},"west":{"uv":[0.5,2.5,1.5,7.5],"texture":"#0"},"up":{"uv":[0,3,9.5,4],"texture":"#0"},"down":{"uv":[0,6,9.5,7],"rotation":180,"texture":"#0"}}},{"from":[1.98,6.38,3.08],"to":[14.02,11.42,4.12],"rotation":{"angle":22.5,"axis":"x","origin":[8,8.9,3.26667]},"faces":{"north":{"uv":[2.5,9.5,14.5,14.5],"texture":"#0"},"east":{"uv":[2.5,9.5,3.5,14.5],"texture":"#0"},"south":{"uv":[2.5,9.5,14.5,14.5],"texture":"#0"},"west":{"uv":[2.5,9.5,3.5,14.5],"texture":"#0"},"up":{"uv":[2.5,9.5,14.5,10.5],"texture":"#0"},"down":{"uv":[2.5,9.5,14.5,10.5],"texture":"#0"}}},{"from":[2.98,5.38,3.08],"to":[13.02,12.42,4.12],"rotation":{"angle":22.5,"axis":"x","origin":[8,8.9,3.26667]},"faces":{"north":{"uv":[0,5.5,9.5,12.5],"rotation":180,"texture":"#0"},"east":{"uv":[0,5.5,1,12.5],"rotation":180,"texture":"#0"},"south":{"uv":[0,5.5,9.5,12.5],"rotation":180,"texture":"#0"},"west":{"uv":[0,5.5,1,12.5],"rotation":180,"texture":"#0"},"up":{"uv":[0,10.5,10,11.5],"rotation":180,"texture":"#0"},"down":{"uv":[0,5.5,9.5,6.5],"rotation":180,"texture":"#0"}}},{"from":[2,6,4],"to":[14,10,12],"rotation":{"angle":0,"axis":"y","origin":[4,6,4]},"faces":{"north":{"uv":[4,9,16,13],"texture":"#0"},"east":{"uv":[8,9,16,13],"texture":"#0"},"south":{"uv":[6.5,9,16,13],"texture":"#0"},"west":{"uv":[8,9,16,13],"texture":"#0"},"up":{"uv":[4,9,16,14],"rotation":180,"texture":"#0"},"down":{"uv":[6.5,9,16,13],"rotation":180,"texture":"#0"}}},{"from":[2.99,5.99,2.99],"to":[13.01,10.01,13.01],"rotation":{"angle":0,"axis":"y","origin":[4,6,3]},"faces":{"north":{"uv":[0,0,10,4],"texture":"#0"},"east":{"uv":[0,9,10,13],"texture":"#0"},"south":{"uv":[6,9,16,13],"texture":"#0"},"west":{"uv":[6,9,16,13],"texture":"#0"},"up":{"uv":[9,8.5,16,14],"texture":"#0"},"down":{"uv":[0,0,9.5,9],"rotation":180,"texture":"#0"}}},{"from":[3.01,9.01,4.01],"to":[12.99,10.99,11.99],"rotation":{"angle":0,"axis":"y","origin":[4,6,4]},"faces":{"north":{"uv":[0,0,10,2],"texture":"#0"},"east":{"uv":[8,9,16,11],"rotation":180,"texture":"#0"},"south":{"uv":[6,9,16,11],"rotation":180,"texture":"#0"},"west":{"uv":[8,9,16,11],"rotation":180,"texture":"#0"},"up":{"uv":[6,9,16,16],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,10,8],"texture":"#0"}}}],"display":{"head":{"translation":[0,7,0.5],"scale":[1.45,1.45,1.45]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/winter_moon_hat.json b/assets/minecraft/models/item/wynn/skin/hat/winter_moon_hat.json new file mode 100644 index 000000000..5678c88b0 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/winter_moon_hat.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/moon_gradient","2":"skins/lapis_gradient","3":"skins/diamond_armor_gradient","particle":"skins/lapis_gradient"},"elements":[{"from":[3,5,3],"to":[13,9,13],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[0,6,4,16],"rotation":270,"texture":"#0"},"east":{"uv":[0,6,4,16],"rotation":270,"texture":"#0"},"south":{"uv":[0,6,4,16],"rotation":270,"texture":"#0"},"west":{"uv":[0,6,4,16],"rotation":270,"texture":"#0"},"up":{"uv":[4,6,14,16],"rotation":270,"texture":"#0"},"down":{"uv":[0,6,10,16],"rotation":270,"texture":"#0"}}},{"from":[2.9,5.9,2.9],"to":[13.1,7.1,13.1],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[5.5,8,6.5,16],"rotation":270,"texture":"#2"},"east":{"uv":[5.5,8,6.5,16],"rotation":270,"texture":"#2"},"south":{"uv":[5.5,8,6.5,16],"rotation":270,"texture":"#2"},"west":{"uv":[5.5,8,6.5,16],"rotation":270,"texture":"#2"},"up":{"uv":[5.5,8,6.5,16],"rotation":270,"texture":"#2"},"down":{"uv":[5.5,8,6.5,16],"rotation":270,"texture":"#2"}}},{"from":[6,10.60174,14.13614],"to":[10,14.60174,18.13614],"rotation":{"angle":-22.5,"axis":"x","origin":[8,8.70951,8]},"faces":{"north":{"uv":[8,7,12,11],"rotation":90,"texture":"#0"},"east":{"uv":[8,7,12,11],"rotation":90,"texture":"#0"},"south":{"uv":[8,7,12,11],"rotation":90,"texture":"#0"},"west":{"uv":[8,7,12,11],"rotation":90,"texture":"#0"},"up":{"uv":[8,7,12,11],"rotation":90,"texture":"#0"},"down":{"uv":[8,7,12,11],"rotation":90,"texture":"#0"}}},{"from":[6.5,16.54328,11.0009],"to":[9.5,19.54328,15.0009],"rotation":{"angle":22.5,"axis":"x","origin":[8,8.70951,8]},"faces":{"north":{"uv":[7.5,8,10.5,11],"rotation":90,"texture":"#0"},"east":{"uv":[7.5,8,10.5,12],"rotation":90,"texture":"#0"},"south":{"uv":[7.5,8,10.5,11],"rotation":90,"texture":"#0"},"west":{"uv":[7.5,8,10.5,12],"rotation":90,"texture":"#0"},"up":{"uv":[7.5,8,11.5,11],"rotation":90,"texture":"#0"},"down":{"uv":[7.5,8,11.5,11],"rotation":90,"texture":"#0"}}},{"from":[7,18.89774,10.32209],"to":[9,20.89774,14.32209],"rotation":{"angle":45,"axis":"x","origin":[8,8.70951,8]},"faces":{"north":{"uv":[7.5,8,9.5,10],"rotation":90,"texture":"#0"},"east":{"uv":[7.5,8,9.5,12],"rotation":90,"texture":"#0"},"south":{"uv":[7.5,8,9.5,10],"rotation":90,"texture":"#0"},"west":{"uv":[7.5,8,9.5,12],"rotation":90,"texture":"#0"},"up":{"uv":[7.5,8,11.5,10],"rotation":90,"texture":"#0"},"down":{"uv":[7.5,8,11.5,10],"rotation":90,"texture":"#0"}}},{"from":[5,10.73364,4.02949],"to":[11,16.73364,10.02949],"rotation":{"angle":45,"axis":"x","origin":[8,8.70951,8]},"faces":{"north":{"uv":[5,8,11,14],"rotation":270,"texture":"#0"},"east":{"uv":[5,8,11,14],"rotation":270,"texture":"#0"},"south":{"uv":[5,8,11,14],"rotation":270,"texture":"#0"},"west":{"uv":[5,8,11,14],"rotation":270,"texture":"#0"},"up":{"uv":[6,8,12,14],"rotation":270,"texture":"#0"},"down":{"uv":[5,8,11,14],"rotation":270,"texture":"#0"}}},{"from":[4,7.42883,4.14442],"to":[12,12.42883,12.14442],"rotation":{"angle":22.5,"axis":"x","origin":[8,8.70951,8]},"faces":{"north":{"uv":[3,7,8,15],"rotation":270,"texture":"#0"},"east":{"uv":[3,7,8,15],"rotation":270,"texture":"#0"},"south":{"uv":[3,7,8,15],"rotation":270,"texture":"#0"},"west":{"uv":[3,7,8,15],"rotation":270,"texture":"#0"},"up":{"uv":[3,7,11,15],"rotation":270,"texture":"#0"},"down":{"uv":[3,7,11,15],"rotation":270,"texture":"#0"}}},{"from":[4.9,7.32883,4.04442],"to":[11.1,13.52883,4.24442],"rotation":{"angle":22.5,"axis":"x","origin":[7,8.70951,8]},"faces":{"north":{"uv":[0,0,6,6],"rotation":270,"texture":"#2"}}},{"from":[5.01,1.51,-8.07202],"to":[10.99,2.49,-3.09202],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[0,9,1,15],"rotation":90,"texture":"#0"},"east":{"uv":[0,9,1,14],"rotation":90,"texture":"#0"},"south":{"uv":[0,9,1,15],"rotation":90,"texture":"#0"},"west":{"uv":[0,9,1,14],"rotation":90,"texture":"#0"},"up":{"uv":[0,9,5,15],"rotation":90,"texture":"#0"},"down":{"uv":[0,9,5,15],"rotation":270,"texture":"#0"}}},{"from":[5,1.5,-7.08202],"to":[11,2.5,-3.08202],"rotation":{"angle":0,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[0,9,1,15],"rotation":90,"texture":"#0"},"east":{"uv":[0,9,1,13],"rotation":90,"texture":"#0"},"south":{"uv":[0,9,1,15],"rotation":90,"texture":"#0"},"west":{"uv":[0,9,1,13],"rotation":90,"texture":"#0"},"up":{"uv":[0,9,4,15],"rotation":90,"texture":"#0"},"down":{"uv":[0,9,4,15],"rotation":270,"texture":"#0"}}},{"from":[5.01,1.51,-8.07202],"to":[10.99,2.49,-3.09202],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[0,9,1,15],"rotation":90,"texture":"#0"},"east":{"uv":[0,9,1,14],"rotation":90,"texture":"#0"},"south":{"uv":[0,9,1,15],"rotation":90,"texture":"#0"},"west":{"uv":[0,9,1,14],"rotation":90,"texture":"#0"},"up":{"uv":[0,9,5,15],"rotation":90,"texture":"#0"},"down":{"uv":[0,9,5,15],"rotation":270,"texture":"#0"}}},{"from":[5,1.5,-7.08202],"to":[11,2.5,-3.08202],"rotation":{"angle":-45,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[0,9,1,15],"rotation":90,"texture":"#0"},"east":{"uv":[0,9,1,13],"rotation":90,"texture":"#0"},"south":{"uv":[0,9,1,15],"rotation":90,"texture":"#0"},"west":{"uv":[0,9,1,13],"rotation":90,"texture":"#0"},"up":{"uv":[0,9,4,15],"rotation":90,"texture":"#0"},"down":{"uv":[0,9,4,15],"rotation":270,"texture":"#0"}}},{"from":[5.5,2.5,-5.56835],"to":[10.5,3.5,-0.56835],"rotation":{"angle":0,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[2,9,3,14],"rotation":90,"texture":"#0"},"east":{"uv":[2,9,3,14],"rotation":90,"texture":"#0"},"south":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"west":{"uv":[2,9,3,14],"rotation":90,"texture":"#0"},"up":{"uv":[2,9,7,14],"rotation":90,"texture":"#0"},"down":{"uv":[0,9,5,14],"rotation":270,"texture":"#3"}}},{"from":[5.51,2.51,-4.55835],"to":[10.49,3.49,-0.57835],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[2,9,3,14],"rotation":90,"texture":"#0"},"east":{"uv":[2,9,3,13],"rotation":90,"texture":"#0"},"south":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"west":{"uv":[2,9,3,13],"rotation":90,"texture":"#0"},"up":{"uv":[2,9,6,14],"rotation":90,"texture":"#0"},"down":{"uv":[0,9,4,14],"rotation":270,"texture":"#3"}}},{"from":[6.01,3.51,-3.04468],"to":[9.99,4.49,1.93532],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,9,4.5,14],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"west":{"uv":[3.5,9,4.5,14],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,9,8.5,13],"rotation":90,"texture":"#0"},"down":{"uv":[1.5,9,6.5,13],"rotation":270,"texture":"#3"}}},{"from":[6.26,4.51,-0.78784],"to":[9.74,5.49,3.19216],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#0"},"east":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#0"},"south":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#0"},"west":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#0"},"up":{"uv":[5,8.5,9,12],"rotation":90,"texture":"#0"},"down":{"uv":[5,8.5,9,12],"rotation":270,"texture":"#0"}}},{"from":[6.25,4.5,-0.79784],"to":[9.75,5.5,3.20216],"rotation":{"angle":0,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#0"},"east":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#0"},"south":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#0"},"west":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#0"},"up":{"uv":[5,8.5,9,12],"rotation":90,"texture":"#0"},"down":{"uv":[5,8.5,9,12],"rotation":270,"texture":"#0"}}},{"from":[6.01,3.51,-3.04468],"to":[9.99,4.49,1.93532],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,9,4.5,14],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"west":{"uv":[3.5,9,4.5,14],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,9,8.5,13],"rotation":90,"texture":"#0"},"down":{"uv":[1.5,9,6.5,13],"rotation":270,"texture":"#3"}}},{"from":[5.51,2.51,-4.55835],"to":[10.49,3.49,-0.57835],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[2,9,3,14],"rotation":90,"texture":"#0"},"east":{"uv":[2,9,3,13],"rotation":90,"texture":"#0"},"south":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"west":{"uv":[2,9,3,13],"rotation":90,"texture":"#0"},"up":{"uv":[2,9,6,14],"rotation":90,"texture":"#0"},"down":{"uv":[0,9,4,14],"rotation":270,"texture":"#3"}}},{"from":[5.5,2.5,-5.56835],"to":[10.5,3.5,-0.56835],"rotation":{"angle":-45,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[2,9,3,14],"rotation":90,"texture":"#0"},"east":{"uv":[2,9,3,14],"rotation":90,"texture":"#0"},"south":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"west":{"uv":[2,9,3,14],"rotation":90,"texture":"#0"},"up":{"uv":[2,9,7,14],"rotation":90,"texture":"#0"},"down":{"uv":[0,9,5,14],"rotation":270,"texture":"#3"}}},{"from":[6,3.5,-2.05468],"to":[10,4.5,1.94532],"rotation":{"angle":-45,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"west":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,9,7.5,13],"rotation":90,"texture":"#0"},"down":{"uv":[1.5,9,5.5,13],"rotation":270,"texture":"#3"}}},{"from":[6.25,4.5,-0.79784],"to":[9.75,5.5,3.20216],"rotation":{"angle":-45,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#0"},"east":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#0"},"south":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#0"},"west":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#0"},"up":{"uv":[5,8.5,9,12],"rotation":90,"texture":"#0"},"down":{"uv":[5,8.5,9,12],"rotation":270,"texture":"#0"}}},{"from":[6.26,4.51,-0.78784],"to":[9.74,5.49,3.19216],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#0"},"east":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#0"},"south":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#0"},"west":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#0"},"up":{"uv":[5,8.5,9,12],"rotation":90,"texture":"#0"},"down":{"uv":[5,8.5,9,12],"rotation":270,"texture":"#0"}}},{"from":[6,3.5,-2.05468],"to":[10,4.5,1.94532],"rotation":{"angle":0,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"west":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,9,7.5,13],"rotation":90,"texture":"#0"},"down":{"uv":[1.5,9,5.5,13],"rotation":270,"texture":"#3"}}},{"from":[-2.05468,3.5,6],"to":[1.94532,4.5,10],"rotation":{"angle":0,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"south":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,9,7.5,13],"texture":"#0"},"down":{"uv":[1.5,9,5.5,13],"texture":"#3"}}},{"from":[-0.78784,4.51,6.26],"to":[3.19216,5.49,9.74],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#0"},"east":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#0"},"south":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#0"},"west":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#0"},"up":{"uv":[5,8.5,9,12],"texture":"#0"},"down":{"uv":[5,8.5,9,12],"texture":"#0"}}},{"from":[6.25,4.5,-0.79784],"to":[9.75,5.5,3.20216],"rotation":{"angle":45,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#0"},"east":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#0"},"south":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#0"},"west":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#0"},"up":{"uv":[5,8.5,9,12],"rotation":90,"texture":"#0"},"down":{"uv":[5,8.5,9,12],"rotation":270,"texture":"#0"}}},{"from":[6,3.5,-2.05468],"to":[10,4.5,1.94532],"rotation":{"angle":45,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"west":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,9,7.5,13],"rotation":90,"texture":"#0"},"down":{"uv":[1.5,9,5.5,13],"rotation":270,"texture":"#3"}}},{"from":[5.5,2.5,-5.56835],"to":[10.5,3.5,-0.56835],"rotation":{"angle":45,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[2,9,3,14],"rotation":90,"texture":"#0"},"east":{"uv":[2,9,3,14],"rotation":90,"texture":"#0"},"south":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"west":{"uv":[2,9,3,14],"rotation":90,"texture":"#0"},"up":{"uv":[2,9,7,14],"rotation":90,"texture":"#0"},"down":{"uv":[0,9,5,14],"rotation":270,"texture":"#3"}}},{"from":[-4.55835,2.51,5.51],"to":[-0.57835,3.49,10.49],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[2,9,3,13],"rotation":90,"texture":"#0"},"east":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"south":{"uv":[2,9,3,13],"rotation":90,"texture":"#0"},"west":{"uv":[2,9,3,14],"rotation":90,"texture":"#0"},"up":{"uv":[2,9,6,14],"texture":"#0"},"down":{"uv":[0,9,4,14],"texture":"#3"}}},{"from":[-3.04468,3.51,6.01],"to":[1.93532,4.49,9.99],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[3.5,9,4.5,14],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"south":{"uv":[3.5,9,4.5,14],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,9,8.5,13],"texture":"#0"},"down":{"uv":[1.5,9,6.5,13],"texture":"#3"}}},{"from":[-0.79784,4.5,6.25],"to":[3.20216,5.5,9.75],"rotation":{"angle":0,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#0"},"east":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#0"},"south":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#0"},"west":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#0"},"up":{"uv":[5,8.5,9,12],"texture":"#0"},"down":{"uv":[5,8.5,9,12],"texture":"#0"}}},{"from":[-0.78784,4.51,6.26],"to":[3.19216,5.49,9.74],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#0"},"east":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#0"},"south":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#0"},"west":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#0"},"up":{"uv":[5,8.5,9,12],"texture":"#0"},"down":{"uv":[5,8.5,9,12],"texture":"#0"}}},{"from":[-3.04468,3.51,6.01],"to":[1.93532,4.49,9.99],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[3.5,9,4.5,14],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"south":{"uv":[3.5,9,4.5,14],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,9,8.5,13],"texture":"#0"},"down":{"uv":[1.5,9,6.5,13],"texture":"#3"}}},{"from":[-4.55835,2.51,5.51],"to":[-0.57835,3.49,10.49],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[2,9,3,13],"rotation":90,"texture":"#0"},"east":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"south":{"uv":[2,9,3,13],"rotation":90,"texture":"#0"},"west":{"uv":[2,9,3,14],"rotation":90,"texture":"#0"},"up":{"uv":[2,9,6,14],"texture":"#0"},"down":{"uv":[0,9,4,14],"texture":"#3"}}},{"from":[-5.56835,2.5,5.5],"to":[-0.56835,3.5,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[2,9,3,14],"rotation":90,"texture":"#0"},"east":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"south":{"uv":[2,9,3,14],"rotation":90,"texture":"#0"},"west":{"uv":[2,9,3,14],"rotation":90,"texture":"#0"},"up":{"uv":[2,9,7,14],"texture":"#0"},"down":{"uv":[0,9,5,14],"texture":"#3"}}},{"from":[5,1.5,-7.08202],"to":[11,2.5,-3.08202],"rotation":{"angle":45,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[0,9,1,15],"rotation":90,"texture":"#0"},"east":{"uv":[0,9,1,13],"rotation":90,"texture":"#0"},"south":{"uv":[0,9,1,15],"rotation":90,"texture":"#0"},"west":{"uv":[0,9,1,13],"rotation":90,"texture":"#0"},"up":{"uv":[0,9,4,15],"rotation":90,"texture":"#0"},"down":{"uv":[0,9,4,15],"rotation":270,"texture":"#0"}}},{"from":[-8.07202,1.51,5.01],"to":[-3.09202,2.49,10.99],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[0,9,1,14],"rotation":90,"texture":"#0"},"east":{"uv":[0,9,1,15],"rotation":90,"texture":"#0"},"south":{"uv":[0,9,1,14],"rotation":90,"texture":"#0"},"west":{"uv":[0,9,1,15],"rotation":90,"texture":"#0"},"up":{"uv":[0,9,5,15],"texture":"#0"},"down":{"uv":[0,9,5,15],"texture":"#0"}}},{"from":[-7.08202,1.5,5],"to":[-3.08202,2.5,11],"rotation":{"angle":0,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[0,9,1,13],"rotation":90,"texture":"#0"},"east":{"uv":[0,9,1,15],"rotation":90,"texture":"#0"},"south":{"uv":[0,9,1,13],"rotation":90,"texture":"#0"},"west":{"uv":[0,9,1,15],"rotation":90,"texture":"#0"},"up":{"uv":[0,9,4,15],"texture":"#0"},"down":{"uv":[0,9,4,15],"texture":"#0"}}},{"from":[-8.07202,1.51,5.01],"to":[-3.09202,2.49,10.99],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[0,9,1,14],"rotation":90,"texture":"#0"},"east":{"uv":[0,9,1,15],"rotation":90,"texture":"#0"},"south":{"uv":[0,9,1,14],"rotation":90,"texture":"#0"},"west":{"uv":[0,9,1,15],"rotation":90,"texture":"#0"},"up":{"uv":[0,9,5,15],"texture":"#0"},"down":{"uv":[0,9,5,15],"texture":"#0"}}},{"from":[5.01,1.51,19.09202],"to":[10.99,2.49,24.07202],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[0,9,1,15],"rotation":90,"texture":"#0"},"east":{"uv":[0,9,1,14],"rotation":90,"texture":"#0"},"south":{"uv":[0,9,1,15],"rotation":90,"texture":"#0"},"west":{"uv":[0,9,1,14],"rotation":90,"texture":"#0"},"up":{"uv":[0,9,5,15],"rotation":270,"texture":"#0"},"down":{"uv":[0,9,5,15],"rotation":90,"texture":"#0"}}},{"from":[5,1.5,19.08202],"to":[11,2.5,23.08202],"rotation":{"angle":0,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[0,9,1,15],"rotation":90,"texture":"#0"},"east":{"uv":[0,9,1,13],"rotation":90,"texture":"#0"},"south":{"uv":[0,9,1,15],"rotation":90,"texture":"#0"},"west":{"uv":[0,9,1,13],"rotation":90,"texture":"#0"},"up":{"uv":[0,9,4,15],"rotation":270,"texture":"#0"},"down":{"uv":[0,9,4,15],"rotation":90,"texture":"#0"}}},{"from":[5.01,1.51,19.09202],"to":[10.99,2.49,24.07202],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[0,9,1,15],"rotation":90,"texture":"#0"},"east":{"uv":[0,9,1,14],"rotation":90,"texture":"#0"},"south":{"uv":[0,9,1,15],"rotation":90,"texture":"#0"},"west":{"uv":[0,9,1,14],"rotation":90,"texture":"#0"},"up":{"uv":[0,9,5,15],"rotation":270,"texture":"#0"},"down":{"uv":[0,9,5,15],"rotation":90,"texture":"#0"}}},{"from":[-7.08202,1.5,5],"to":[-3.08202,2.5,11],"rotation":{"angle":45,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[0,9,1,13],"rotation":90,"texture":"#0"},"east":{"uv":[0,9,1,15],"rotation":90,"texture":"#0"},"south":{"uv":[0,9,1,13],"rotation":90,"texture":"#0"},"west":{"uv":[0,9,1,15],"rotation":90,"texture":"#0"},"up":{"uv":[0,9,4,15],"texture":"#0"},"down":{"uv":[0,9,4,15],"texture":"#0"}}},{"from":[5.5,2.5,16.56835],"to":[10.5,3.5,21.56835],"rotation":{"angle":0,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"east":{"uv":[2,9,3,14],"rotation":90,"texture":"#0"},"south":{"uv":[2,9,3,14],"rotation":90,"texture":"#0"},"west":{"uv":[2,9,3,14],"rotation":90,"texture":"#0"},"up":{"uv":[2,9,7,14],"rotation":270,"texture":"#0"},"down":{"uv":[0,9,5,14],"rotation":90,"texture":"#3"}}},{"from":[5.51,2.51,16.57835],"to":[10.49,3.49,20.55835],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"east":{"uv":[2,9,3,13],"rotation":90,"texture":"#0"},"south":{"uv":[2,9,3,14],"rotation":90,"texture":"#0"},"west":{"uv":[2,9,3,13],"rotation":90,"texture":"#0"},"up":{"uv":[2,9,6,14],"rotation":270,"texture":"#0"},"down":{"uv":[0,9,4,14],"rotation":90,"texture":"#3"}}},{"from":[6.01,3.51,14.06468],"to":[9.99,4.49,19.04468],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"east":{"uv":[3.5,9,4.5,14],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,9,4.5,14],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,9,8.5,13],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,9,6.5,13],"rotation":90,"texture":"#3"}}},{"from":[6.26,4.51,12.80784],"to":[9.74,5.49,16.78784],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#0"},"east":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#0"},"south":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#0"},"west":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#0"},"up":{"uv":[5,8.5,9,12],"rotation":270,"texture":"#0"},"down":{"uv":[5,8.5,9,12],"rotation":90,"texture":"#0"}}},{"from":[6.25,4.5,12.79784],"to":[9.75,5.5,16.79784],"rotation":{"angle":0,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#0"},"east":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#0"},"south":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#0"},"west":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#0"},"up":{"uv":[5,8.5,9,12],"rotation":270,"texture":"#0"},"down":{"uv":[5,8.5,9,12],"rotation":90,"texture":"#0"}}},{"from":[6.01,3.51,14.06468],"to":[9.99,4.49,19.04468],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"east":{"uv":[3.5,9,4.5,14],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,9,4.5,14],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,9,8.5,13],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,9,6.5,13],"rotation":90,"texture":"#3"}}},{"from":[5.51,2.51,16.57835],"to":[10.49,3.49,20.55835],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"east":{"uv":[2,9,3,13],"rotation":90,"texture":"#0"},"south":{"uv":[2,9,3,14],"rotation":90,"texture":"#0"},"west":{"uv":[2,9,3,13],"rotation":90,"texture":"#0"},"up":{"uv":[2,9,6,14],"rotation":270,"texture":"#0"},"down":{"uv":[0,9,4,14],"rotation":90,"texture":"#3"}}},{"from":[-5.56835,2.5,5.5],"to":[-0.56835,3.5,10.5],"rotation":{"angle":45,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[2,9,3,14],"rotation":90,"texture":"#0"},"east":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"south":{"uv":[2,9,3,14],"rotation":90,"texture":"#0"},"west":{"uv":[2,9,3,14],"rotation":90,"texture":"#0"},"up":{"uv":[2,9,7,14],"texture":"#0"},"down":{"uv":[0,9,5,14],"texture":"#3"}}},{"from":[-2.05468,3.5,6],"to":[1.94532,4.5,10],"rotation":{"angle":45,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"south":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,9,7.5,13],"texture":"#0"},"down":{"uv":[1.5,9,5.5,13],"texture":"#3"}}},{"from":[-0.79784,4.5,6.25],"to":[3.20216,5.5,9.75],"rotation":{"angle":45,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#0"},"east":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#0"},"south":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#0"},"west":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#0"},"up":{"uv":[5,8.5,9,12],"texture":"#0"},"down":{"uv":[5,8.5,9,12],"texture":"#0"}}},{"from":[6.26,4.51,12.80784],"to":[9.74,5.49,16.78784],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#0"},"east":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#0"},"south":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#0"},"west":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#0"},"up":{"uv":[5,8.5,9,12],"rotation":270,"texture":"#0"},"down":{"uv":[5,8.5,9,12],"rotation":90,"texture":"#0"}}},{"from":[6,3.5,14.05468],"to":[10,4.5,18.05468],"rotation":{"angle":0,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"east":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,9,7.5,13],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,9,5.5,13],"rotation":90,"texture":"#3"}}},{"from":[14.05468,3.5,6],"to":[18.05468,4.5,10],"rotation":{"angle":0,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"west":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"up":{"uv":[3.5,9,7.5,13],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,9,5.5,13],"rotation":180,"texture":"#3"}}},{"from":[12.80784,4.51,6.26],"to":[16.78784,5.49,9.74],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#0"},"east":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#0"},"south":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#0"},"west":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#0"},"up":{"uv":[5,8.5,9,12],"rotation":180,"texture":"#0"},"down":{"uv":[5,8.5,9,12],"rotation":180,"texture":"#0"}}},{"from":[6.25,4.5,12.79784],"to":[9.75,5.5,16.79784],"rotation":{"angle":45,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#0"},"east":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#0"},"south":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#0"},"west":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#0"},"up":{"uv":[5,8.5,9,12],"rotation":270,"texture":"#0"},"down":{"uv":[5,8.5,9,12],"rotation":90,"texture":"#0"}}},{"from":[6,3.5,14.05468],"to":[10,4.5,18.05468],"rotation":{"angle":45,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"east":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,9,7.5,13],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,9,5.5,13],"rotation":90,"texture":"#3"}}},{"from":[5.5,2.5,16.56835],"to":[10.5,3.5,21.56835],"rotation":{"angle":45,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"east":{"uv":[2,9,3,14],"rotation":90,"texture":"#0"},"south":{"uv":[2,9,3,14],"rotation":90,"texture":"#0"},"west":{"uv":[2,9,3,14],"rotation":90,"texture":"#0"},"up":{"uv":[2,9,7,14],"rotation":270,"texture":"#0"},"down":{"uv":[0,9,5,14],"rotation":90,"texture":"#3"}}},{"from":[16.57835,2.51,5.51],"to":[20.55835,3.49,10.49],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[2,9,3,13],"rotation":90,"texture":"#0"},"east":{"uv":[2,9,3,14],"rotation":90,"texture":"#0"},"south":{"uv":[2,9,3,13],"rotation":90,"texture":"#3"},"west":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"up":{"uv":[2,9,6,14],"rotation":180,"texture":"#0"},"down":{"uv":[0,9,4,14],"rotation":180,"texture":"#3"}}},{"from":[14.06468,3.51,6.01],"to":[19.04468,4.49,9.99],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[3.5,9,4.5,14],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,9,4.5,14],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"up":{"uv":[3.5,9,8.5,13],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,9,6.5,13],"rotation":180,"texture":"#3"}}},{"from":[12.79784,4.5,6.25],"to":[16.79784,5.5,9.75],"rotation":{"angle":0,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#0"},"east":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#0"},"south":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#0"},"west":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#0"},"up":{"uv":[5,8.5,9,12],"rotation":180,"texture":"#0"},"down":{"uv":[5,8.5,9,12],"rotation":180,"texture":"#0"}}},{"from":[12.80784,4.51,6.26],"to":[16.78784,5.49,9.74],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#0"},"east":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#0"},"south":{"uv":[5,8.5,6,12.5],"rotation":90,"texture":"#0"},"west":{"uv":[5,8.5,6,12],"rotation":90,"texture":"#0"},"up":{"uv":[5,8.5,9,12],"rotation":180,"texture":"#0"},"down":{"uv":[5,8.5,9,12],"rotation":180,"texture":"#0"}}},{"from":[14.06468,3.51,6.01],"to":[19.04468,4.49,9.99],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[3.5,9,4.5,14],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,9,4.5,14],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,9,4.5,13],"rotation":90,"texture":"#3"},"up":{"uv":[3.5,9,8.5,13],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,9,6.5,13],"rotation":180,"texture":"#3"}}},{"from":[16.57835,2.51,5.51],"to":[20.55835,3.49,10.49],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[2,9,3,13],"rotation":90,"texture":"#0"},"east":{"uv":[2,9,3,14],"rotation":90,"texture":"#0"},"south":{"uv":[2,9,3,13],"rotation":90,"texture":"#3"},"west":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"up":{"uv":[2,9,6,14],"rotation":180,"texture":"#0"},"down":{"uv":[0,9,4,14],"rotation":180,"texture":"#3"}}},{"from":[16.56835,2.5,5.5],"to":[21.56835,3.5,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[2,9,3,14],"rotation":90,"texture":"#0"},"east":{"uv":[2,9,3,14],"rotation":90,"texture":"#0"},"south":{"uv":[2,9,3,14],"rotation":90,"texture":"#0"},"west":{"uv":[2,9,3,14],"rotation":90,"texture":"#3"},"up":{"uv":[2,9,7,14],"rotation":180,"texture":"#0"},"down":{"uv":[0,9,5,14],"rotation":180,"texture":"#3"}}},{"from":[5,1.5,19.08202],"to":[11,2.5,23.08202],"rotation":{"angle":45,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[0,9,1,15],"rotation":90,"texture":"#0"},"east":{"uv":[0,9,1,13],"rotation":90,"texture":"#0"},"south":{"uv":[0,9,1,15],"rotation":90,"texture":"#0"},"west":{"uv":[0,9,1,13],"rotation":90,"texture":"#0"},"up":{"uv":[0,9,4,15],"rotation":270,"texture":"#0"},"down":{"uv":[0,9,4,15],"rotation":90,"texture":"#0"}}},{"from":[19.09202,1.51,5.01],"to":[24.07202,2.49,10.99],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[0,9,1,14],"rotation":90,"texture":"#0"},"east":{"uv":[0,9,1,15],"rotation":90,"texture":"#0"},"south":{"uv":[0,9,1,14],"rotation":90,"texture":"#0"},"west":{"uv":[0,9,1,15],"rotation":90,"texture":"#0"},"up":{"uv":[0,9,5,15],"rotation":180,"texture":"#0"},"down":{"uv":[0,9,5,15],"rotation":180,"texture":"#0"}}},{"from":[19.08202,1.5,5],"to":[23.08202,2.5,11],"rotation":{"angle":0,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[0,9,1,13],"rotation":90,"texture":"#0"},"east":{"uv":[0,9,1,15],"rotation":90,"texture":"#0"},"south":{"uv":[0,9,1,13],"rotation":90,"texture":"#0"},"west":{"uv":[0,9,1,15],"rotation":90,"texture":"#0"},"up":{"uv":[0,9,4,15],"rotation":180,"texture":"#0"},"down":{"uv":[0,9,4,15],"rotation":180,"texture":"#0"}}},{"from":[19.09202,1.51,5.01],"to":[24.07202,2.49,10.99],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[0,9,1,14],"rotation":90,"texture":"#0"},"east":{"uv":[0,9,1,15],"rotation":90,"texture":"#0"},"south":{"uv":[0,9,1,14],"rotation":90,"texture":"#0"},"west":{"uv":[0,9,1,15],"rotation":90,"texture":"#0"},"up":{"uv":[0,9,5,15],"rotation":180,"texture":"#0"},"down":{"uv":[0,9,5,15],"rotation":180,"texture":"#0"}}},{"from":[3.98,4.48,-1.67685],"to":[12.02,7.52,-1.63685],"rotation":{"angle":45,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[8,1,0,4],"texture":"#0"},"east":{"uv":[0,0,1,1],"texture":"#missing"},"south":{"uv":[0,1,8,4],"texture":"#0"},"west":{"uv":[0,0,1,1],"texture":"#missing"},"down":{"uv":[0,0,1,1],"texture":"#missing"}}},{"from":[3.98,4.48,-1.67685],"to":[12.02,7.52,-1.63685],"rotation":{"angle":0,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[14,1,6,4],"texture":"#0"},"east":{"uv":[0,0.5,0,3.5],"texture":"#0"},"south":{"uv":[6,1,14,4],"texture":"#0"},"west":{"uv":[0,0.5,0,3.5],"texture":"#0"},"down":{"uv":[0,0.5,8,0.5],"texture":"#0"}}},{"from":[3.98,4.48,17.63685],"to":[12.02,7.52,17.67685],"rotation":{"angle":45,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[15,1,7,4],"texture":"#0"},"east":{"uv":[7,1,7,4],"texture":"#0"},"south":{"uv":[7,1,15,4],"texture":"#0"},"west":{"uv":[7,1,7,4],"texture":"#0"},"down":{"uv":[7,1,15,1],"texture":"#0"}}},{"from":[3.98,4.48,17.63685],"to":[12.02,7.52,17.67685],"rotation":{"angle":0,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[15,1,7,4],"texture":"#0"},"east":{"uv":[0,0,1,1],"texture":"#missing"},"south":{"uv":[7,1,15,4],"texture":"#0"},"west":{"uv":[0,0,1,1],"texture":"#missing"},"down":{"uv":[0,0,1,1],"texture":"#missing"}}},{"from":[-1.67685,4.48,3.98],"to":[-1.63685,7.52,12.02],"rotation":{"angle":45,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[6.5,0.5,14.5,3.5],"texture":"#0"},"east":{"uv":[6.5,1,14.5,4],"texture":"#0"},"south":{"uv":[6.5,0.5,14.5,3.5],"texture":"#0"},"west":{"uv":[14.5,1,6.5,4],"texture":"#0"},"down":{"uv":[6.5,0.5,14.5,3.5],"texture":"#0"}}},{"from":[-1.67685,4.48,3.98],"to":[-1.63685,7.52,12.02],"rotation":{"angle":0,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[4,0.5,12,3.5],"texture":"#0"},"east":{"uv":[4,1,12,4],"texture":"#0"},"south":{"uv":[4,0.5,12,3.5],"texture":"#0"},"west":{"uv":[12,1,4,4],"texture":"#0"},"down":{"uv":[4,0.5,12,3.5],"texture":"#0"}}},{"from":[17.63685,4.48,3.98],"to":[17.67685,7.52,12.02],"rotation":{"angle":45,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[6.5,0.5,14.5,3.5],"texture":"#0"},"east":{"uv":[6.5,1,14.5,4],"texture":"#0"},"south":{"uv":[6.5,0.5,14.5,3.5],"texture":"#0"},"west":{"uv":[14.5,1,6.5,4],"texture":"#0"},"down":{"uv":[6.5,0.5,14.5,3.5],"texture":"#0"}}},{"from":[17.63685,4.48,3.98],"to":[17.67685,7.52,12.02],"rotation":{"angle":0,"axis":"y","origin":[8,8.70951,8]},"faces":{"north":{"uv":[6.5,0.5,14.5,3.5],"texture":"#0"},"east":{"uv":[6.5,1,14.5,4],"texture":"#0"},"south":{"uv":[6.5,0.5,14.5,3.5],"texture":"#0"},"west":{"uv":[14.5,1,6.5,4],"texture":"#0"},"down":{"uv":[6.5,0.5,14.5,3.5],"texture":"#0"}}}],"display":{"head":{"rotation":[15,-22.5,0],"translation":[0,7.5,1],"scale":[1.58,1.58,1.58]},"ground":{"rotation":[5,-1,-5],"translation":[0,10,0],"scale":[0.5,0.5,0.5]},"gui":{"rotation":[-150,45,175],"translation":[0,0,0],"scale":[0.55,0.55,0.55]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/winter_scarf.json b/assets/minecraft/models/item/wynn/skin/hat/winter_scarf.json new file mode 100644 index 000000000..1f191ea5b --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/winter_scarf.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/scarf_textures","2":"skins/wood","3":"skins/red_gradient1","particle":"skins/scarf_textures"},"elements":[{"from":[13.76,1.01,6.01],"to":[15.74,6.99,9.99],"rotation":{"angle":0,"axis":"x","origin":[15.5,2,8]},"faces":{"north":{"uv":[2,0,4,6],"rotation":180,"texture":"#3"},"east":{"uv":[0,4,6,8],"rotation":90,"texture":"#3"},"south":{"uv":[2,0,4,6],"texture":"#3"},"west":{"uv":[0,4,6,8],"rotation":270,"texture":"#3"},"up":{"uv":[2,0,4,4],"rotation":180,"texture":"#3"},"down":{"uv":[2,0,4,4],"texture":"#3"}}},{"from":[14.75,2,6],"to":[16.75,6,10],"rotation":{"angle":0,"axis":"x","origin":[15.5,2,8]},"faces":{"north":{"uv":[2,0,4,4],"rotation":180,"texture":"#3"},"east":{"uv":[0.5,1.5,4.5,5.5],"rotation":90,"texture":"#3"},"south":{"uv":[2,0,4,4],"texture":"#3"},"west":{"uv":[0,4,4,8],"rotation":270,"texture":"#3"},"up":{"uv":[2,0,4,4],"rotation":180,"texture":"#3"},"down":{"uv":[2,0,4,4],"texture":"#3"}}},{"from":[13.75,2,5],"to":[15.75,6,11],"rotation":{"angle":0,"axis":"y","origin":[16,0,0]},"faces":{"north":{"uv":[2,0,4,4],"texture":"#3"},"east":{"uv":[0,1.5,6,5.5],"texture":"#3"},"south":{"uv":[2,0,4,4],"texture":"#3"},"west":{"uv":[0.5,0,6.5,4],"texture":"#3"},"up":{"uv":[2,0,4,6],"texture":"#3"},"down":{"uv":[2,0,4,6],"texture":"#3"}}},{"from":[3,9,6.5],"to":[13,11,9.5],"rotation":{"angle":0,"axis":"z","origin":[4.5,10.5,8]},"faces":{"north":{"uv":[2,14,12,16],"rotation":180,"texture":"#2"},"east":{"uv":[2,14,5,16],"rotation":180,"texture":"#2"},"south":{"uv":[2,14,12,16],"rotation":180,"texture":"#2"},"west":{"uv":[2,14,5,16],"rotation":180,"texture":"#2"},"up":{"uv":[2,13.5,12,16],"rotation":180,"texture":"#2"},"down":{"uv":[2,13,12,16],"rotation":180,"texture":"#2"}}},{"from":[13.01,7.01,6.51],"to":[13.99,10.49,9.49],"rotation":{"angle":0,"axis":"y","origin":[16,0,0]},"faces":{"north":{"uv":[13,12.5,14,16],"rotation":180,"texture":"#2"},"east":{"uv":[13,12.5,16,16],"rotation":180,"texture":"#2"},"south":{"uv":[13,12.5,14,16],"rotation":180,"texture":"#2"},"west":{"uv":[13,12.5,16,16],"rotation":180,"texture":"#2"},"up":{"uv":[12,15,15,16],"rotation":270,"texture":"#2"},"down":{"uv":[13,13,14,16],"rotation":180,"texture":"#2"}}},{"from":[13,4.72843,4.37868],"to":[14.25,7.72843,5.37868],"rotation":{"angle":45,"axis":"x","origin":[13.5,5.12487,5.33579]},"faces":{"north":{"uv":[15,12,16,15],"rotation":180,"texture":"#0"},"east":{"uv":[15,12,16,15],"rotation":180,"texture":"#0"},"south":{"uv":[15,12,16,15],"rotation":180,"texture":"#0"},"west":{"uv":[15,12,16,15],"rotation":180,"texture":"#0"},"up":{"uv":[15,12,16,15],"rotation":180,"texture":"#0"},"down":{"uv":[15,12,16,15],"rotation":180,"texture":"#0"}}},{"from":[13.01,2.53132,4.38868],"to":[14.24,5.51132,5.36868],"rotation":{"angle":0,"axis":"x","origin":[13.5,5.12487,5.33579]},"faces":{"north":{"uv":[15,12,16,15],"rotation":180,"texture":"#0"},"east":{"uv":[15,12,16,15],"rotation":180,"texture":"#0"},"south":{"uv":[15,12,16,15],"rotation":180,"texture":"#0"},"west":{"uv":[15,12,16,15],"rotation":180,"texture":"#0"},"up":{"uv":[15,12,16,15],"rotation":180,"texture":"#0"},"down":{"uv":[15,12,16,15],"rotation":180,"texture":"#0"}}},{"from":[13.02,1.33421,4.31289],"to":[14.23,2.29421,7.27289],"rotation":{"angle":45,"axis":"x","origin":[13.5,1.81421,5.79289]},"faces":{"north":{"uv":[15,12,16,15],"rotation":270,"texture":"#0"},"east":{"uv":[15,12,16,15],"rotation":270,"texture":"#0"},"south":{"uv":[15,12,16,15],"rotation":270,"texture":"#0"},"west":{"uv":[15,12,16,15],"rotation":270,"texture":"#0"},"up":{"uv":[15,12,16,15],"rotation":270,"texture":"#0"},"down":{"uv":[15,12,16,15],"rotation":270,"texture":"#0"}}},{"from":[13.01,0.41,6.51],"to":[14.24,1.39,9.49],"rotation":{"angle":0,"axis":"y","origin":[16,-0.1,0]},"faces":{"north":{"uv":[15,12,16,15],"rotation":270,"texture":"#0"},"east":{"uv":[15,12,16,15],"rotation":270,"texture":"#0"},"south":{"uv":[15,12,16,15],"rotation":270,"texture":"#0"},"west":{"uv":[15,12,16,15],"rotation":270,"texture":"#0"},"up":{"uv":[15,12,16,15],"rotation":270,"texture":"#0"},"down":{"uv":[15,12,16,15],"rotation":270,"texture":"#0"}}},{"from":[13.02,1.43777,11.74487],"to":[14.23,4.39777,12.70487],"rotation":{"angle":45,"axis":"x","origin":[13.5,4.80165,9.88388]},"faces":{"north":{"uv":[15,12,16,15],"rotation":180,"texture":"#0"},"east":{"uv":[15,12,16,15],"rotation":180,"texture":"#0"},"south":{"uv":[15,12,16,15],"rotation":180,"texture":"#0"},"west":{"uv":[15,12,16,15],"rotation":180,"texture":"#0"},"up":{"uv":[15,12,16,15],"rotation":180,"texture":"#0"},"down":{"uv":[15,12,16,15],"rotation":180,"texture":"#0"}}},{"from":[13.01,2.53132,10.63132],"to":[14.24,5.51132,11.61132],"rotation":{"angle":0,"axis":"x","origin":[13.5,4.80165,9.88388]},"faces":{"north":{"uv":[15,12,16,15],"rotation":180,"texture":"#0"},"east":{"uv":[15,12,16,15],"rotation":180,"texture":"#0"},"south":{"uv":[15,12,16,15],"rotation":180,"texture":"#0"},"west":{"uv":[15,12,16,15],"rotation":180,"texture":"#0"},"up":{"uv":[15,12,16,15],"rotation":180,"texture":"#0"},"down":{"uv":[15,12,16,15],"rotation":180,"texture":"#0"}}},{"from":[13,5.53909,7.60355],"to":[14.25,6.53909,10.60355],"rotation":{"angle":45,"axis":"x","origin":[13.5,4.80165,9.88388]},"faces":{"north":{"uv":[15,12,18,13],"rotation":180,"texture":"#0"},"east":{"uv":[15,12,18,13],"rotation":180,"texture":"#0"},"south":{"uv":[15,12,18,13],"rotation":180,"texture":"#0"},"west":{"uv":[15,12,18,13],"rotation":180,"texture":"#0"},"up":{"uv":[15,12,18,13],"rotation":180,"texture":"#0"},"down":{"uv":[15,12,18,13],"rotation":180,"texture":"#0"}}},{"from":[12.99,6.63264,6.49],"to":[14.26,7.65264,9.51],"rotation":{"angle":0,"axis":"x","origin":[13.5,4.80165,9.88388]},"faces":{"north":{"uv":[15,12,18,13],"rotation":180,"texture":"#0"},"east":{"uv":[15,12,18,13],"rotation":180,"texture":"#0"},"south":{"uv":[15,12,18,13],"rotation":180,"texture":"#0"},"west":{"uv":[15,12,18,13],"rotation":180,"texture":"#0"},"up":{"uv":[15,12,18,13],"rotation":180,"texture":"#0"},"down":{"uv":[15,12,18,13],"rotation":180,"texture":"#0"}}},{"from":[1.77,1.43777,11.74487],"to":[2.98,4.39777,12.70487],"rotation":{"angle":45,"axis":"x","origin":[2.5,4.80165,9.88388]},"faces":{"north":{"uv":[16,12,15,15],"rotation":180,"texture":"#0"},"east":{"uv":[16,12,15,15],"rotation":180,"texture":"#0"},"south":{"uv":[16,12,15,15],"rotation":180,"texture":"#0"},"west":{"uv":[16,12,15,15],"rotation":180,"texture":"#0"},"up":{"uv":[16,12,15,15],"rotation":180,"texture":"#0"},"down":{"uv":[16,12,15,15],"rotation":180,"texture":"#0"}}},{"from":[1.40616,6.53458,6.5],"to":[2.40616,9.53458,9.5],"rotation":{"angle":-22.5,"axis":"z","origin":[1.60616,8.03458,8]},"faces":{"north":{"uv":[16,15,13,16],"rotation":270,"texture":"#2"},"east":{"uv":[16,13.5,13,16],"rotation":270,"texture":"#2"},"south":{"uv":[16,15,13,16],"rotation":270,"texture":"#2"},"west":{"uv":[16,13.5,13,16],"rotation":270,"texture":"#2"},"up":{"uv":[16,13.5,13,16],"rotation":270,"texture":"#2"},"down":{"uv":[16,13.5,13,16],"rotation":270,"texture":"#2"}}},{"from":[13.59384,6.53458,6.5],"to":[14.59384,9.53458,9.5],"rotation":{"angle":22.5,"axis":"z","origin":[14.39384,8.03458,8]},"faces":{"north":{"uv":[16,16,13,15],"rotation":270,"texture":"#2"},"east":{"uv":[16,16,13,13.5],"rotation":270,"texture":"#2"},"south":{"uv":[16,16,13,15],"rotation":270,"texture":"#2"},"west":{"uv":[16,16,13,13.5],"rotation":270,"texture":"#2"},"up":{"uv":[16,16,13,13.5],"rotation":270,"texture":"#2"},"down":{"uv":[16,16,13,13.5],"rotation":270,"texture":"#2"}}},{"from":[1.75,4.72843,4.37868],"to":[3,7.72843,5.37868],"rotation":{"angle":45,"axis":"x","origin":[2.5,5.12487,5.33579]},"faces":{"north":{"uv":[16,12,15,15],"rotation":180,"texture":"#0"},"east":{"uv":[16,12,15,15],"rotation":180,"texture":"#0"},"south":{"uv":[16,12,15,15],"rotation":180,"texture":"#0"},"west":{"uv":[16,12,15,15],"rotation":180,"texture":"#0"},"up":{"uv":[16,12,15,15],"rotation":180,"texture":"#0"},"down":{"uv":[16,12,15,15],"rotation":180,"texture":"#0"}}},{"from":[1.76,2.53132,4.38868],"to":[2.99,5.51132,5.36868],"rotation":{"angle":0,"axis":"x","origin":[2.5,5.12487,5.33579]},"faces":{"north":{"uv":[16,12,15,15],"rotation":180,"texture":"#0"},"east":{"uv":[16,12,15,15],"rotation":180,"texture":"#0"},"south":{"uv":[16,12,15,15],"rotation":180,"texture":"#0"},"west":{"uv":[16,12,15,15],"rotation":180,"texture":"#0"},"up":{"uv":[16,12,15,15],"rotation":180,"texture":"#0"},"down":{"uv":[16,12,15,15],"rotation":180,"texture":"#0"}}},{"from":[1.77,1.33421,4.31289],"to":[2.98,2.29421,7.27289],"rotation":{"angle":45,"axis":"x","origin":[2.5,1.81421,5.79289]},"faces":{"north":{"uv":[15,15,16,12],"rotation":270,"texture":"#0"},"east":{"uv":[15,15,16,12],"rotation":270,"texture":"#0"},"south":{"uv":[15,15,16,12],"rotation":270,"texture":"#0"},"west":{"uv":[15,15,16,12],"rotation":270,"texture":"#0"},"up":{"uv":[15,15,16,12],"rotation":270,"texture":"#0"},"down":{"uv":[15,15,16,12],"rotation":270,"texture":"#0"}}},{"from":[1.76,0.41,6.51],"to":[2.99,1.39,9.49],"rotation":{"angle":0,"axis":"y","origin":[0,-0.1,0]},"faces":{"north":{"uv":[15,15,16,12],"rotation":270,"texture":"#0"},"east":{"uv":[15,15,16,12],"rotation":270,"texture":"#0"},"south":{"uv":[15,15,16,12],"rotation":270,"texture":"#0"},"west":{"uv":[15,15,16,12],"rotation":270,"texture":"#0"},"up":{"uv":[15,15,16,12],"rotation":270,"texture":"#0"},"down":{"uv":[15,15,16,12],"rotation":270,"texture":"#0"}}},{"from":[1.76,2.53132,10.63132],"to":[2.99,5.51132,11.61132],"rotation":{"angle":0,"axis":"x","origin":[2.5,4.80165,9.88388]},"faces":{"north":{"uv":[16,12,15,15],"rotation":180,"texture":"#0"},"east":{"uv":[16,12,15,15],"rotation":180,"texture":"#0"},"south":{"uv":[16,12,15,15],"rotation":180,"texture":"#0"},"west":{"uv":[16,12,15,15],"rotation":180,"texture":"#0"},"up":{"uv":[16,12,15,15],"rotation":180,"texture":"#0"},"down":{"uv":[16,12,15,15],"rotation":180,"texture":"#0"}}},{"from":[1.75,5.53909,7.60355],"to":[3,6.53909,10.60355],"rotation":{"angle":45,"axis":"x","origin":[2.5,4.80165,9.88388]},"faces":{"north":{"uv":[18,12,15,13],"rotation":180,"texture":"#0"},"east":{"uv":[18,12,15,13],"rotation":180,"texture":"#0"},"south":{"uv":[18,12,15,13],"rotation":180,"texture":"#0"},"west":{"uv":[18,12,15,13],"rotation":180,"texture":"#0"},"up":{"uv":[18,12,15,13],"rotation":180,"texture":"#0"},"down":{"uv":[18,12,15,13],"rotation":180,"texture":"#0"}}},{"from":[1.74,6.63264,6.49],"to":[3.01,7.65264,9.51],"rotation":{"angle":0,"axis":"x","origin":[2.5,4.80165,9.88388]},"faces":{"north":{"uv":[18,12,15,13],"rotation":180,"texture":"#0"},"east":{"uv":[18,12,15,13],"rotation":180,"texture":"#0"},"south":{"uv":[18,12,15,13],"rotation":180,"texture":"#0"},"west":{"uv":[18,12,15,13],"rotation":180,"texture":"#0"},"up":{"uv":[18,12,15,13],"rotation":180,"texture":"#0"},"down":{"uv":[18,12,15,13],"rotation":180,"texture":"#0"}}},{"from":[2.01,7.01,6.51],"to":[2.99,10.49,9.49],"faces":{"north":{"uv":[14,12.5,15,16],"rotation":180,"texture":"#2"},"east":{"uv":[13,12.5,16,16],"rotation":180,"texture":"#2"},"south":{"uv":[14,12.5,15,16],"rotation":180,"texture":"#2"},"west":{"uv":[13,12.5,16,16],"rotation":180,"texture":"#2"},"up":{"uv":[12,15,15,16],"rotation":270,"texture":"#2"},"down":{"uv":[14,13,15,16],"rotation":180,"texture":"#2"}}},{"from":[0.26,1.01,6.01],"to":[2.24,6.99,9.99],"rotation":{"angle":0,"axis":"x","origin":[0.5,2,8]},"faces":{"north":{"uv":[4,0,2,6],"rotation":180,"texture":"#3"},"east":{"uv":[0,8,6,4],"rotation":270,"texture":"#3"},"south":{"uv":[4,0,2,6],"texture":"#3"},"west":{"uv":[0,8,6,4],"rotation":90,"texture":"#3"},"up":{"uv":[4,0,2,4],"rotation":180,"texture":"#3"},"down":{"uv":[4,0,2,4],"texture":"#3"}}},{"from":[-0.75,2,6],"to":[1.25,6,10],"rotation":{"angle":0,"axis":"x","origin":[0.5,2,8]},"faces":{"north":{"uv":[4,0,2,4],"rotation":180,"texture":"#3"},"east":{"uv":[0,8,4,4],"rotation":270,"texture":"#3"},"south":{"uv":[4,0,2,4],"texture":"#3"},"west":{"uv":[0.5,5.5,4.5,1.5],"rotation":90,"texture":"#3"},"up":{"uv":[4,0,2,4],"rotation":180,"texture":"#3"},"down":{"uv":[4,0,2,4],"texture":"#3"}}},{"from":[0.25,2,5],"to":[2.25,6,11],"faces":{"north":{"uv":[4,0,2,4],"texture":"#3"},"east":{"uv":[6.5,0,0.5,4],"texture":"#3"},"south":{"uv":[4,0,2,4],"texture":"#3"},"west":{"uv":[6,1.5,0,5.5],"texture":"#3"},"up":{"uv":[4,0,2,6],"texture":"#3"},"down":{"uv":[4,0,2,6],"texture":"#3"}}},{"from":[13,-1.5,2],"to":[14,2.5,13],"rotation":{"angle":0,"axis":"y","origin":[14,-1,6]},"faces":{"north":{"uv":[0,0,1,4],"texture":"#0"},"east":{"uv":[0,0,11,4],"texture":"#0"},"south":{"uv":[0,0,1,4],"texture":"#0"},"west":{"uv":[0,0,11,4],"texture":"#0"},"up":{"uv":[0,0,11,1],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,11,1],"rotation":90,"texture":"#0"}}},{"from":[2,-1.5,2],"to":[3,2.5,13],"rotation":{"angle":0,"axis":"y","origin":[3,-1,6]},"faces":{"north":{"uv":[0,0,1,4],"texture":"#0"},"east":{"uv":[0,0,11,4],"texture":"#0"},"south":{"uv":[0,0,1,4],"texture":"#0"},"west":{"uv":[0,0,11,4],"texture":"#0"},"up":{"uv":[0,0,11,1],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,11,1],"rotation":90,"texture":"#0"}}},{"from":[9.41119,0.49307,2.01],"to":[13.39119,1.97307,2.99],"rotation":{"angle":22.5,"axis":"z","origin":[11.90119,1.23307,2.5]},"faces":{"north":{"uv":[4.5,4.5,8.5,6],"texture":"#0"},"east":{"uv":[7,0,8,1.5],"texture":"#0"},"south":{"uv":[0,0,4,1.5],"texture":"#0"},"west":{"uv":[5,2.5,6,4],"texture":"#0"},"up":{"uv":[0,0,4,1],"texture":"#0"},"down":{"uv":[0,0,4,1],"texture":"#0"}}},{"from":[2.60881,0.49307,2.01],"to":[6.58881,1.97307,2.99],"rotation":{"angle":-22.5,"axis":"z","origin":[4.09881,1.23307,2.5]},"faces":{"north":{"uv":[8.5,4.5,12.5,6],"texture":"#0"},"east":{"uv":[6,2.5,7,4],"texture":"#0"},"south":{"uv":[4,0,8,1.5],"texture":"#0"},"west":{"uv":[8,0,9,1.5],"texture":"#0"},"up":{"uv":[4,0,8,1],"texture":"#0"},"down":{"uv":[4,0,8,1],"texture":"#0"}}},{"from":[4.14477,-4.16754,4.01],"to":[10.12477,-1.68754,4.99],"rotation":{"angle":22.5,"axis":"z","origin":[6.13477,-2.42754,4.5]},"faces":{"north":{"uv":[8.5,4.5,14.5,7],"rotation":180,"texture":"#0"},"east":{"uv":[8,0,9,2.5],"rotation":180,"texture":"#0"},"south":{"uv":[4,0,10,2.5],"rotation":180,"texture":"#0"},"west":{"uv":[6,2.5,7,5],"rotation":180,"texture":"#0"},"up":{"uv":[4,0,10,1],"rotation":180,"texture":"#0"},"down":{"uv":[4,0,10,1],"rotation":180,"texture":"#0"}}},{"from":[4.58944,-7.14275,4.52],"to":[7.04944,-2.18275,5.48],"rotation":{"angle":-22.5,"axis":"z","origin":[5.81944,-5.16275,5]},"faces":{"north":{"uv":[8.5,4.5,13.5,7],"rotation":270,"texture":"#0"},"east":{"uv":[4,0,9,1],"rotation":90,"texture":"#0"},"south":{"uv":[4,0,9,2.5],"rotation":90,"texture":"#0"},"west":{"uv":[4,0,9,1],"rotation":90,"texture":"#0"},"up":{"uv":[8,0,9,2.5],"rotation":90,"texture":"#0"},"down":{"uv":[6,2.5,7,5],"rotation":90,"texture":"#0"}}},{"from":[3,-1.5,2],"to":[13,1,3],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[0,0,10,2.5],"texture":"#0"},"east":{"uv":[7,0,8,2.5],"texture":"#0"},"south":{"uv":[0,0,10,2.5],"texture":"#0"},"west":{"uv":[5,2.5,6,5],"texture":"#0"},"up":{"uv":[0,0,10,1],"texture":"#0"},"down":{"uv":[0,0,10,1],"texture":"#0"}}},{"from":[3,-2.5,3],"to":[13,-1,5],"rotation":{"angle":0,"axis":"y","origin":[8,-2,9]},"faces":{"north":{"uv":[0,0,10,1.5],"texture":"#0"},"east":{"uv":[7,0,9,1.5],"texture":"#0"},"south":{"uv":[0,0,10,1.5],"texture":"#0"},"west":{"uv":[5,2.5,7,4],"texture":"#0"},"up":{"uv":[0,0,10,2],"texture":"#0"},"down":{"uv":[0,0,10,2],"texture":"#0"}}},{"from":[3,-2.5,5],"to":[13,-1,13],"rotation":{"angle":0,"axis":"y","origin":[8,-2,18]},"faces":{"north":{"uv":[0,0,10,1.5],"texture":"#0"},"east":{"uv":[7,0,15,1.5],"texture":"#0"},"south":{"uv":[0,0,10,1.5],"texture":"#0"},"west":{"uv":[5,2.5,13,4],"texture":"#0"},"up":{"uv":[0,0,10,8],"texture":"#0"},"down":{"uv":[0,0,10,8],"texture":"#0"}}},{"from":[2,-1.5,13],"to":[14,2.5,14],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[4,0,16,4],"texture":"#0"},"east":{"uv":[7.5,0,8.5,4],"texture":"#0"},"south":{"uv":[4,0,16,4],"texture":"#0"},"west":{"uv":[5.5,2.5,6.5,6.5],"texture":"#0"},"up":{"uv":[0,0.5,12,1.5],"texture":"#0"},"down":{"uv":[0,1.5,12,2.5],"texture":"#0"}}}],"display":{"head":{"translation":[0,4.5,0],"scale":[1.26,1.26,1.26]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/witch_hat.json b/assets/minecraft/models/item/wynn/skin/hat/witch_hat.json new file mode 100644 index 000000000..506dc7881 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/witch_hat.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/witch_hat","particle":"skins/witch_hat"},"elements":[{"from":[0,0,0],"to":[16,0.01,16],"rotation":{"angle":0,"axis":"y","origin":[0,1,0]},"faces":{"up":{"uv":[0,0,8,8],"texture":"#0"},"down":{"uv":[0,0,8,8],"texture":"#0"}}},{"from":[4,0,4],"to":[12,5,12],"faces":{"north":{"uv":[8,4,12,6.5],"texture":"#0"},"east":{"uv":[8,4,12,6.5],"texture":"#0"},"south":{"uv":[8,4,12,6.5],"texture":"#0"},"west":{"uv":[8,4,12,6.5],"texture":"#0"},"up":{"uv":[8,0,12,4],"texture":"#0"}}},{"from":[1,5,6],"to":[11,10,10],"rotation":{"angle":22.5,"axis":"z","origin":[11,5,6]},"faces":{"north":{"uv":[8,6.5,13,9],"texture":"#0"},"east":{"uv":[14,0,16,2.5],"texture":"#0"},"south":{"uv":[13,6.5,8,9],"texture":"#0"},"west":{"uv":[14,0,16,2.5],"texture":"#0"},"up":{"uv":[12,0,14,5],"rotation":90,"texture":"#0"},"down":{"uv":[13.5,4.5,14,5],"rotation":270,"texture":"#0"}}},{"from":[-3,4,8],"to":[1,10,8.01],"rotation":{"angle":22.5,"axis":"z","origin":[11,5,6]},"faces":{"north":{"uv":[14,2.5,16,5.5],"texture":"#0"},"south":{"uv":[16,2.5,14,5.5],"texture":"#0"}}},{"from":[6,-9,7],"to":[8,-7,9],"rotation":{"angle":-45,"axis":"z","origin":[11,5,6]},"faces":{"north":{"uv":[12,5,13,6],"texture":"#0"},"east":{"uv":[12,5,13,6],"texture":"#0"},"south":{"uv":[12,5,13,6],"texture":"#0"},"west":{"uv":[12,5,13,6],"texture":"#0"},"up":{"uv":[12,5,13,6],"texture":"#0"},"down":{"uv":[12,5,13,6],"texture":"#0"}}}],"display":{"head":{"rotation":[5,0,0],"translation":[0,17,1],"scale":[1.9,1.9,1.9]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/worn_kasa.json b/assets/minecraft/models/item/wynn/skin/hat/worn_kasa.json new file mode 100644 index 000000000..5eacac77e --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/worn_kasa.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"1":"skins/kasa_gradient","2":"skins/beret","6":"skins/drum_gradient","particle":"skins/kasa_gradient"},"elements":[{"from":[-4.5,2,5.5136],"to":[1.5,3,10.4864],"rotation":{"angle":0,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,8,11.5,12.97281],"texture":"#1"},"down":{"uv":[5.5,8,11.5,12.97281],"texture":"#1"}}},{"from":[-4.49,2.01,5.5236],"to":[1.49,2.99,10.4764],"rotation":{"angle":22.5,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,8,11.5,12.97281],"texture":"#1"},"down":{"uv":[5.5,8,11.5,12.97281],"texture":"#1"}}},{"from":[5.5236,2.01,14.51],"to":[10.4764,2.99,20.49],"rotation":{"angle":-22.5,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,8,11.5,12.97281],"rotation":270,"texture":"#1"},"down":{"uv":[5.5,8,11.5,12.97281],"rotation":90,"texture":"#1"}}},{"from":[-4.5,2,5.5136],"to":[1.5,3,10.4864],"rotation":{"angle":45,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,8,11.5,12.97281],"texture":"#1"},"down":{"uv":[5.5,8,11.5,12.97281],"texture":"#1"}}},{"from":[14.51,2.01,5.5236],"to":[20.49,2.99,10.4764],"rotation":{"angle":-22.5,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,8,11.5,12.97281],"rotation":180,"texture":"#1"},"down":{"uv":[5.5,8,11.5,12.97281],"rotation":180,"texture":"#1"}}},{"from":[5.5136,2,14.5],"to":[10.4864,3,20.5],"rotation":{"angle":45,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,8,11.5,12.97281],"rotation":270,"texture":"#1"},"down":{"uv":[5.5,8,11.5,12.97281],"rotation":90,"texture":"#1"}}},{"from":[5.5236,2.01,14.51],"to":[10.4764,2.99,20.49],"rotation":{"angle":22.5,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,8,11.5,12.97281],"rotation":270,"texture":"#1"},"down":{"uv":[5.5,8,11.5,12.97281],"rotation":90,"texture":"#1"}}},{"from":[5.5136,2,14.5],"to":[10.4864,3,20.5],"rotation":{"angle":0,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,8,11.5,12.97281],"rotation":270,"texture":"#1"},"down":{"uv":[5.5,8,11.5,12.97281],"rotation":90,"texture":"#1"}}},{"from":[-4.49,2.01,5.5236],"to":[1.49,2.99,10.4764],"rotation":{"angle":-22.5,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,8,11.5,12.97281],"texture":"#1"},"down":{"uv":[5.5,8,11.5,12.97281],"texture":"#1"}}},{"from":[5.5136,2,-4.5],"to":[10.4864,3,1.5],"rotation":{"angle":45,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,8,11.5,12.97281],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,8,11.5,12.97281],"rotation":270,"texture":"#1"}}},{"from":[5.5236,2.01,-4.49],"to":[10.4764,2.99,1.49],"rotation":{"angle":22.5,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,8,11.5,12.97281],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,8,11.5,12.97281],"rotation":270,"texture":"#1"}}},{"from":[5.5136,2,-4.5],"to":[10.4864,3,1.5],"rotation":{"angle":0,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,8,11.5,12.97281],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,8,11.5,12.97281],"rotation":270,"texture":"#1"}}},{"from":[5.5236,2.01,-4.49],"to":[10.4764,2.99,1.49],"rotation":{"angle":-22.5,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,8,11.5,12.97281],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,8,11.5,12.97281],"rotation":270,"texture":"#1"}}},{"from":[14.5,2,5.5136],"to":[20.5,3,10.4864],"rotation":{"angle":45,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,8,11.5,12.97281],"rotation":180,"texture":"#1"},"down":{"uv":[5.5,8,11.5,12.97281],"rotation":180,"texture":"#1"}}},{"from":[14.51,2.01,5.5236],"to":[20.49,2.99,10.4764],"rotation":{"angle":22.5,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,8,11.5,12.97281],"rotation":180,"texture":"#1"},"down":{"uv":[5.5,8,11.5,12.97281],"rotation":180,"texture":"#1"}}},{"from":[14.5,2,5.5136],"to":[20.5,3,10.4864],"rotation":{"angle":0,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,8,6.5,14],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,8,6.5,12.97281],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,8,11.5,12.97281],"rotation":180,"texture":"#1"},"down":{"uv":[5.5,8,11.5,12.97281],"rotation":180,"texture":"#1"}}},{"from":[5.02631,1.01,-6.99],"to":[10.97369,1.99,-1.01],"rotation":{"angle":45,"axis":"y","origin":[8,1.5,8]},"faces":{"north":{"uv":[0,8.5,1,14.46737],"rotation":90,"texture":"#1"},"east":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"south":{"uv":[3,8.5,4,14.46737],"rotation":90,"texture":"#1"},"west":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"up":{"uv":[0,8.5,6,14.46737],"rotation":90,"texture":"#1"},"down":{"uv":[0,8.5,6,14.46737],"rotation":270,"texture":"#1"}}},{"from":[-7,1,5.01631],"to":[-1,2,10.98369],"rotation":{"angle":-22.5,"axis":"y","origin":[8,1.5,8]},"faces":{"north":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"east":{"uv":[3,8.5,4,14.46737],"rotation":90,"texture":"#1"},"south":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"west":{"uv":[0,8.5,1,14.46737],"rotation":90,"texture":"#1"},"up":{"uv":[0,8.5,6,14.46737],"texture":"#1"},"down":{"uv":[0,8.5,6,14.46737],"texture":"#1"}}},{"from":[5.01631,1,-7],"to":[10.98369,2,-1],"rotation":{"angle":-22.5,"axis":"y","origin":[8,1.5,8]},"faces":{"north":{"uv":[0,8.5,1,14.46737],"rotation":90,"texture":"#1"},"east":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"south":{"uv":[3,8.5,4,14.46737],"rotation":90,"texture":"#1"},"west":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"up":{"uv":[0,8.5,6,14.46737],"rotation":90,"texture":"#1"},"down":{"uv":[0,8.5,6,14.46737],"rotation":270,"texture":"#1"}}},{"from":[5.02631,1.01,-6.99],"to":[10.97369,1.99,-1.01],"rotation":{"angle":-45,"axis":"y","origin":[8,1.5,8]},"faces":{"north":{"uv":[0,8.5,1,14.46737],"rotation":90,"texture":"#1"},"east":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"south":{"uv":[3,8.5,4,14.46737],"rotation":90,"texture":"#1"},"west":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"up":{"uv":[0,8.5,6,14.46737],"rotation":90,"texture":"#1"},"down":{"uv":[0,8.5,6,14.46737],"rotation":270,"texture":"#1"}}},{"from":[5.02631,1.01,-6.99],"to":[10.97369,1.99,-1.01],"rotation":{"angle":0,"axis":"y","origin":[8,1.5,8]},"faces":{"north":{"uv":[0,8.5,1,14.46737],"rotation":90,"texture":"#1"},"east":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"south":{"uv":[3,8.5,4,14.46737],"rotation":90,"texture":"#1"},"west":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"up":{"uv":[0,8.5,6,14.46737],"rotation":90,"texture":"#1"},"down":{"uv":[0,8.5,6,14.46737],"rotation":270,"texture":"#1"}}},{"from":[5.01631,1,-7],"to":[10.98369,2,-1],"rotation":{"angle":22.5,"axis":"y","origin":[8,1.5,8]},"faces":{"north":{"uv":[0,8.5,1,14.46737],"rotation":90,"texture":"#1"},"east":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"south":{"uv":[3,8.5,4,14.46737],"rotation":90,"texture":"#1"},"west":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"up":{"uv":[0,8.5,6,14.46737],"rotation":90,"texture":"#1"},"down":{"uv":[0,8.5,6,14.46737],"rotation":270,"texture":"#1"}}},{"from":[-6.99,1.01,5.02631],"to":[-1.01,1.99,10.97369],"rotation":{"angle":45,"axis":"y","origin":[8,1.5,8]},"faces":{"north":{"uv":[3,8.5,4,14.46737],"rotation":90,"texture":"#1"},"east":{"uv":[3,8.5,4,14.46737],"rotation":90,"texture":"#1"},"south":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"west":{"uv":[0,8.5,1,14.46737],"rotation":90,"texture":"#1"},"up":{"uv":[0,8.5,6,14.46737],"texture":"#1"},"down":{"uv":[0,8.5,5.96737,14.5],"texture":"#1"}}},{"from":[5.01631,1,17],"to":[10.98369,2,23],"rotation":{"angle":-22.5,"axis":"y","origin":[8,1.5,8]},"faces":{"north":{"uv":[3,8.5,4,14.46737],"rotation":90,"texture":"#1"},"east":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"south":{"uv":[0,8.5,1,14.46737],"rotation":90,"texture":"#1"},"west":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"up":{"uv":[0,8.5,6,14.46737],"rotation":270,"texture":"#1"},"down":{"uv":[0,8.5,6,14.46737],"rotation":90,"texture":"#1"}}},{"from":[-7,1,5.01631],"to":[-1,2,10.98369],"rotation":{"angle":22.5,"axis":"y","origin":[8,1.5,8]},"faces":{"north":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"east":{"uv":[3,8.5,4,14.46737],"rotation":90,"texture":"#1"},"south":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"west":{"uv":[0,8.5,1,14.46737],"rotation":90,"texture":"#1"},"up":{"uv":[0,8.5,6,14.46737],"texture":"#1"},"down":{"uv":[0,8.5,6,14.46737],"texture":"#1"}}},{"from":[-6.99,1.01,5.02631],"to":[-1.01,1.99,10.97369],"rotation":{"angle":0,"axis":"y","origin":[8,1.5,8]},"faces":{"north":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"east":{"uv":[3,8.5,4,14.46737],"rotation":90,"texture":"#1"},"south":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"west":{"uv":[0,8.5,1,14.46737],"rotation":90,"texture":"#1"},"up":{"uv":[0,8.5,6,14.46737],"texture":"#1"},"down":{"uv":[0,8.5,6,14.46737],"texture":"#1"}}},{"from":[5.01631,1,17],"to":[10.98369,2,23],"rotation":{"angle":22.5,"axis":"y","origin":[8,1.5,8]},"faces":{"north":{"uv":[3,8.5,4,14.46737],"rotation":90,"texture":"#1"},"east":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"south":{"uv":[0,8.5,1,14.46737],"rotation":90,"texture":"#1"},"west":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"up":{"uv":[0,8.5,6,14.46737],"rotation":270,"texture":"#1"},"down":{"uv":[0,8.5,6,14.46737],"rotation":90,"texture":"#1"}}},{"from":[5.02631,1.01,17.01],"to":[10.97369,1.99,22.99],"rotation":{"angle":0,"axis":"y","origin":[8,1.5,8]},"faces":{"north":{"uv":[3,8.5,4,14.46737],"rotation":90,"texture":"#1"},"east":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"south":{"uv":[0,8.5,1,14.46737],"rotation":90,"texture":"#1"},"west":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"up":{"uv":[0,8.5,6,14.46737],"rotation":270,"texture":"#1"},"down":{"uv":[0,8.5,6,14.46737],"rotation":90,"texture":"#1"}}},{"from":[5.02631,1.01,17.01],"to":[10.97369,1.99,22.99],"rotation":{"angle":45,"axis":"y","origin":[8,1.5,8]},"faces":{"north":{"uv":[3,8.5,4,14.46737],"rotation":90,"texture":"#1"},"east":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"south":{"uv":[0,8.5,1,14.46737],"rotation":90,"texture":"#1"},"west":{"uv":[3,8.5,4,14.46737],"rotation":90,"texture":"#1"},"up":{"uv":[0,8.5,6,14.46737],"rotation":270,"texture":"#1"},"down":{"uv":[0,8.5,6,14.46737],"rotation":90,"texture":"#1"}}},{"from":[17,1,5.01631],"to":[23,2,10.98369],"rotation":{"angle":-22.5,"axis":"y","origin":[8,1.5,8]},"faces":{"north":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"east":{"uv":[0,8.5,1,14.46737],"rotation":90,"texture":"#1"},"south":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"west":{"uv":[3,8.5,4,14.46737],"rotation":90,"texture":"#1"},"up":{"uv":[0,8.5,6,14.46737],"rotation":180,"texture":"#1"},"down":{"uv":[0,8.5,6,14.46737],"rotation":180,"texture":"#1"}}},{"from":[17.01,1.01,5.02631],"to":[22.99,1.99,10.97369],"rotation":{"angle":0,"axis":"y","origin":[8,1.5,8]},"faces":{"north":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"east":{"uv":[0,8.5,1,14.46737],"rotation":90,"texture":"#1"},"south":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"west":{"uv":[3,8.5,4,14.46737],"rotation":90,"texture":"#1"},"up":{"uv":[0,8.5,6,14.46737],"rotation":180,"texture":"#1"},"down":{"uv":[0,8.5,6,14.46737],"rotation":180,"texture":"#1"}}},{"from":[17,1,5.01631],"to":[23,2,10.98369],"rotation":{"angle":22.5,"axis":"y","origin":[8,1.5,8]},"faces":{"north":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"east":{"uv":[0,8.5,1,14.46737],"rotation":90,"texture":"#1"},"south":{"uv":[0,8.5,1,14.5],"rotation":90,"texture":"#1"},"west":{"uv":[3,8.5,4,14.46737],"rotation":90,"texture":"#1"},"up":{"uv":[0,8.5,6,14.46737],"rotation":180,"texture":"#1"},"down":{"uv":[0,8.5,6,14.46737],"rotation":180,"texture":"#1"}}},{"from":[6.51816,4.01,0.51],"to":[9.48184,4.99,15.49],"rotation":{"angle":-22.5,"axis":"y","origin":[8,4.5,8]},"faces":{"north":{"uv":[1,0.5,3.98369,1.5],"texture":"#1"},"east":{"uv":[1,0.5,16,1.5],"texture":"#1"},"south":{"uv":[1,0.5,3.98369,1.5],"texture":"#1"},"west":{"uv":[1,0.5,16,1.5],"texture":"#1"},"up":{"uv":[1,1,16,3.98369],"rotation":90,"texture":"#1"},"down":{"uv":[1,1,16,3.98369],"rotation":90,"texture":"#1"}}},{"from":[6.50816,4,0.5],"to":[9.49184,5,15.5],"rotation":{"angle":0,"axis":"y","origin":[8,4.5,8]},"faces":{"north":{"uv":[1,0.5,3.98369,1.5],"texture":"#1"},"east":{"uv":[1,0.5,16,1.5],"texture":"#1"},"south":{"uv":[1,0.5,3.98369,1.5],"texture":"#1"},"west":{"uv":[1,0.5,16,1.5],"texture":"#1"},"up":{"uv":[1,0,16,2.98369],"rotation":90,"texture":"#1"},"down":{"uv":[1,0,16,2.98369],"rotation":90,"texture":"#1"}}},{"from":[6.50816,4,0.5],"to":[9.49184,5,15.5],"rotation":{"angle":45,"axis":"y","origin":[8,4.5,8]},"faces":{"north":{"uv":[1,0.5,3.98369,1.5],"texture":"#1"},"east":{"uv":[1,0.5,16,1.5],"texture":"#1"},"south":{"uv":[1,0.5,3.98369,1.5],"texture":"#1"},"west":{"uv":[1,0.5,16,1.5],"texture":"#1"},"up":{"uv":[1,0,16,2.98369],"rotation":90,"texture":"#1"},"down":{"uv":[1,0,16,2.98369],"rotation":90,"texture":"#1"}}},{"from":[6.51816,4.01,0.51],"to":[9.48184,4.99,15.49],"rotation":{"angle":22.5,"axis":"y","origin":[8,4.5,8]},"faces":{"north":{"uv":[1,0.5,3.98369,1.5],"texture":"#1"},"east":{"uv":[1,0.5,16,1.5],"texture":"#1"},"south":{"uv":[1,0.5,3.98369,1.5],"texture":"#1"},"west":{"uv":[1,0.5,16,1.5],"texture":"#1"},"up":{"uv":[1,1,16,3.98369],"rotation":90,"texture":"#1"},"down":{"uv":[1,1,16,3.98369],"rotation":90,"texture":"#1"}}},{"from":[0.5,4,6.50816],"to":[15.5,5,9.49184],"rotation":{"angle":45,"axis":"y","origin":[8,4.5,8]},"faces":{"north":{"uv":[1,0.5,16,1.5],"texture":"#1"},"east":{"uv":[1,0.5,3.98369,1.5],"texture":"#1"},"south":{"uv":[1,0.5,16,1.5],"texture":"#1"},"west":{"uv":[1,0.5,3.98369,1.5],"texture":"#1"},"up":{"uv":[1,0,16,2.98369],"texture":"#1"},"down":{"uv":[1,0,16,2.98369],"rotation":180,"texture":"#1"}}},{"from":[0.51,4.01,6.51816],"to":[15.49,4.99,9.48184],"rotation":{"angle":22.5,"axis":"y","origin":[8,4.5,8]},"faces":{"north":{"uv":[1,0.5,16,1.5],"texture":"#1"},"east":{"uv":[1,0.5,3.98369,1.5],"texture":"#1"},"south":{"uv":[1,0.5,16,1.5],"texture":"#1"},"west":{"uv":[1,0.5,3.98369,1.5],"texture":"#1"},"up":{"uv":[1,1,16,3.98369],"texture":"#1"},"down":{"uv":[1,1,16,3.98369],"rotation":180,"texture":"#1"}}},{"from":[0.5,4,6.50816],"to":[15.5,5,9.49184],"rotation":{"angle":0,"axis":"y","origin":[8,4.5,8]},"faces":{"north":{"uv":[1,0.5,16,1.5],"texture":"#1"},"east":{"uv":[1,0.5,3.98369,1.5],"texture":"#1"},"south":{"uv":[1,0.5,16,1.5],"texture":"#1"},"west":{"uv":[1,0.5,3.98369,1.5],"texture":"#1"},"up":{"uv":[1,1,16,3.98369],"texture":"#1"},"down":{"uv":[1,1,16,3.98369],"rotation":180,"texture":"#1"}}},{"from":[0.51,4.01,6.51816],"to":[15.49,4.99,9.48184],"rotation":{"angle":-22.5,"axis":"y","origin":[8,4.5,8]},"faces":{"north":{"uv":[1,0.5,16,1.5],"texture":"#1"},"east":{"uv":[1,0.5,3.98369,1.5],"texture":"#1"},"south":{"uv":[1,0.5,16,1.5],"texture":"#1"},"west":{"uv":[1,0.5,3.98369,1.5],"texture":"#1"},"up":{"uv":[1,1,16,3.98369],"texture":"#1"}}},{"from":[5.75,5.5,5.92893],"to":[10.25,6.5,10.07107],"rotation":{"angle":0,"axis":"y","origin":[8,5.5,8]},"faces":{"north":{"uv":[5,0,9.5,1],"texture":"#1"},"east":{"uv":[5,0,9.14214,1],"texture":"#1"},"south":{"uv":[5,0,9.5,1],"texture":"#1"},"west":{"uv":[5,0,9.14214,1],"texture":"#1"},"up":{"uv":[5,0,9.5,4.14214],"texture":"#1"}}},{"from":[5.93893,5.01,3.01],"to":[10.06107,5.99,12.99],"rotation":{"angle":45,"axis":"y","origin":[8,5.5,8]},"faces":{"north":{"uv":[2.5,0,3.5,4.14214],"rotation":90,"texture":"#1"},"south":{"uv":[2.5,0,3.5,4.14214],"rotation":90,"texture":"#1"},"up":{"uv":[2.5,0,12.5,4.14214],"rotation":90,"texture":"#1"},"down":{"uv":[2.5,0,12.5,4.14214],"rotation":90,"texture":"#1"}}},{"from":[2.99,4.99,5.91893],"to":[13.01,6.01,10.08107],"rotation":{"angle":0,"axis":"y","origin":[8,5.5,8]},"faces":{"north":{"uv":[2.5,0,12.5,1],"rotation":180,"texture":"#1"},"east":{"uv":[2.5,0,3.5,4.14214],"rotation":90,"texture":"#1"},"south":{"uv":[2.5,0,12.5,1],"rotation":180,"texture":"#1"},"west":{"uv":[2.5,0,3.5,4.14214],"rotation":90,"texture":"#1"},"up":{"uv":[2.5,0,12.5,4.14214],"texture":"#1"},"down":{"uv":[2.5,0,12.5,4.14214],"rotation":180,"texture":"#1"}}},{"from":[5.92893,5,3],"to":[10.07107,6,13],"rotation":{"angle":0,"axis":"y","origin":[8,5.5,8]},"faces":{"north":{"uv":[2.5,0,3.5,4.14214],"rotation":90,"texture":"#1"},"east":{"uv":[2.5,0,12.5,1],"rotation":180,"texture":"#1"},"south":{"uv":[2.5,0,3.5,4.14214],"rotation":90,"texture":"#1"},"west":{"uv":[2.5,0,12.5,1],"rotation":180,"texture":"#1"},"up":{"uv":[2.5,0,12.5,4.14214],"rotation":270,"texture":"#1"},"down":{"uv":[2.5,0,12.5,4.14214],"rotation":270,"texture":"#1"}}},{"from":[3.01,5.01,5.93893],"to":[12.99,5.99,10.06107],"rotation":{"angle":45,"axis":"y","origin":[8,5.5,8]},"faces":{"east":{"uv":[2.5,0,3.5,4.14214],"rotation":90,"texture":"#1"},"west":{"uv":[2.5,0,3.5,4.14214],"rotation":90,"texture":"#1"},"up":{"uv":[2.5,0,12.5,4.14214],"texture":"#1"},"down":{"uv":[2.5,0,12.5,4.14214],"rotation":180,"texture":"#1"}}},{"from":[6.02088,3.01,-1.99],"to":[9.97912,3.99,17.99],"rotation":{"angle":-45,"axis":"y","origin":[8,3.5,8]},"faces":{"north":{"uv":[0,0,1,3.97825],"rotation":90,"texture":"#1"},"east":{"uv":[0,0,1,16],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,1,3.97825],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,1,16],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,16,3.97825],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,16,3.97825],"rotation":270,"texture":"#1"}}},{"from":[6.00588,2.995,-2.005],"to":[9.99412,4.005,18.005],"rotation":{"angle":-22.5,"axis":"y","origin":[8,3.5,8]},"faces":{"north":{"uv":[0,0,1,3.97825],"rotation":90,"texture":"#1"},"east":{"uv":[0,0,1,16],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,1,3.97825],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,1,16],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,16,3.97825],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,16,3.97825],"rotation":270,"texture":"#1"}}},{"from":[6.02088,3.01,-1.99],"to":[9.97912,3.99,17.99],"rotation":{"angle":0,"axis":"y","origin":[8,3.5,8]},"faces":{"north":{"uv":[0,0,1,3.97825],"rotation":90,"texture":"#1"},"east":{"uv":[0,0,1,16],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,1,3.97825],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,1,16],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,16,3.97825],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,16,3.97825],"rotation":270,"texture":"#1"}}},{"from":[6.01088,3,-2],"to":[9.98912,4,18],"rotation":{"angle":22.5,"axis":"y","origin":[8,3.5,8]},"faces":{"north":{"uv":[0,0,1,3.97825],"rotation":90,"texture":"#1"},"east":{"uv":[0,0,1,16],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,1,3.97825],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,1,16],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,16,3.97825],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,16,3.97825],"rotation":270,"texture":"#1"}}},{"from":[-1.99,3.01,6.02088],"to":[17.99,3.99,9.97912],"rotation":{"angle":0,"axis":"y","origin":[8,3.5,8]},"faces":{"north":{"uv":[0,0,1,16],"rotation":90,"texture":"#1"},"east":{"uv":[0,0,1,3.97825],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,1,16],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,1,3.97825],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,16,3.97825],"texture":"#1"},"down":{"uv":[0,0,16,3.97825],"rotation":180,"texture":"#1"}}},{"from":[-2,3,6.01088],"to":[18,4,9.98912],"rotation":{"angle":22.5,"axis":"y","origin":[8,3.5,8]},"faces":{"north":{"uv":[0,0,1,16],"rotation":90,"texture":"#1"},"east":{"uv":[0,0,1,3.97825],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,1,16],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,1,3.97825],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,16,3.97825],"texture":"#1"},"down":{"uv":[0,0,16,3.97825],"rotation":180,"texture":"#1"}}},{"from":[-2.01,2.99,6.00088],"to":[18.01,4.01,9.99912],"rotation":{"angle":-22.5,"axis":"y","origin":[8,3.5,8]},"faces":{"north":{"uv":[0,0,1,16],"rotation":90,"texture":"#1"},"east":{"uv":[0,0,1,3.97825],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,1,16],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,1,3.97825],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,16,3.97825],"texture":"#1"},"down":{"uv":[0,0,16,3.97825],"rotation":180,"texture":"#1"}}},{"from":[6.02088,3.01,-1.99],"to":[9.97912,3.99,17.99],"rotation":{"angle":45,"axis":"y","origin":[8,3.5,8]},"faces":{"north":{"uv":[0,0,1,3.97825],"rotation":90,"texture":"#1"},"east":{"uv":[0,0,1,16],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,1,3.97825],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,1,16],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,16,3.97825],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,16,3.97825],"rotation":90,"texture":"#1"}}},{"from":[1.75,-7,5.75],"to":[2.75,2,7.75],"rotation":{"angle":45,"axis":"z","origin":[0.5,-4,-9]},"faces":{"north":{"uv":[6.5,0,7.5,9],"texture":"#2"},"east":{"uv":[6.5,0,8.5,9],"texture":"#2"},"south":{"uv":[6.5,0,7.5,9],"texture":"#2"},"west":{"uv":[6.5,0,8.5,9],"texture":"#2"},"down":{"uv":[6.5,0,7.5,2],"texture":"#2"}}},{"from":[13.25,-7,5.75],"to":[14.25,2,7.75],"rotation":{"angle":-45,"axis":"z","origin":[15.5,-4,-9]},"faces":{"north":{"uv":[6,0,7,9],"texture":"#2"},"east":{"uv":[7,0,9,9],"texture":"#2"},"south":{"uv":[6,0,7,9],"texture":"#2"},"west":{"uv":[7,0,9,9],"texture":"#2"},"down":{"uv":[6,0,7,2],"texture":"#2"}}},{"from":[3.5152,-5.22744,5.76],"to":[12.4952,-4.24744,7.74],"rotation":{"angle":0,"axis":"z","origin":[8.0052,-4.73744,6.75]},"faces":{"north":{"uv":[6,1.5,7,10.5],"rotation":90,"texture":"#2"},"south":{"uv":[6,1.5,7,10.5],"rotation":270,"texture":"#2"},"up":{"uv":[7,1.5,9,10.5],"rotation":270,"texture":"#2"},"down":{"uv":[7,1.5,9,10.5],"rotation":270,"texture":"#2"}}},{"from":[-0.25,-3.25,-2.25],"to":[0.25,2.25,-1.75],"rotation":{"angle":-22.5,"axis":"x","origin":[0,-3,-0.5]},"faces":{"north":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#6"},"east":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#6"},"south":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#6"},"west":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#6"},"down":{"uv":[8.5,10.5,9.5,11],"rotation":90,"texture":"#6"}}},{"from":[14.75,-2.75,22.25],"to":[15.25,2.75,22.75],"rotation":{"angle":-22.5,"axis":"x","origin":[15,-2.5,24]},"faces":{"north":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#6"},"east":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#6"},"south":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#6"},"west":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#6"},"down":{"uv":[8.5,10.5,9.5,11],"rotation":90,"texture":"#6"}}},{"from":[4.5,-3.25,23.75],"to":[5,2.25,24.25],"rotation":{"angle":-22.5,"axis":"x","origin":[4.75,-3,25.5]},"faces":{"north":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#6"},"east":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#6"},"south":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#6"},"west":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#6"},"down":{"uv":[8.5,10.5,9.5,11],"rotation":90,"texture":"#6"}}},{"from":[12.75,-2,-4.5],"to":[13.25,2.25,-4],"rotation":{"angle":-22.5,"axis":"x","origin":[0,-1.75,-2.75]},"faces":{"north":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#6"},"east":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#6"},"south":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#6"},"west":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#6"},"down":{"uv":[8.5,10.5,9.5,11],"rotation":90,"texture":"#6"}}},{"from":[-5.25,-5.25,4],"to":[-4.75,2.25,4.5],"rotation":{"angle":-22.5,"axis":"x","origin":[-5,-3,5.75]},"faces":{"north":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#6"},"east":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#6"},"south":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#6"},"west":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#6"},"down":{"uv":[8.5,10.5,9.5,11],"rotation":90,"texture":"#6"}}},{"from":[19.75,-5.25,18],"to":[20.25,2.25,18.5],"rotation":{"angle":-22.5,"axis":"x","origin":[20,-3,19.75]},"faces":{"north":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#6"},"east":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#6"},"south":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#6"},"west":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#6"},"down":{"uv":[8.5,10.5,9.5,11],"rotation":90,"texture":"#6"}}},{"from":[19.5,-3.25,1.25],"to":[20,2.25,1.75],"rotation":{"angle":-22.5,"axis":"x","origin":[19.75,-3,3]},"faces":{"north":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#6"},"east":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#6"},"south":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#6"},"west":{"uv":[8.5,10.5,14.5,11],"rotation":90,"texture":"#6"},"down":{"uv":[8.5,10.5,9.5,11],"rotation":90,"texture":"#6"}}},{"from":[-4,-3.25,1.25],"to":[-3.5,2.25,1.75],"rotation":{"angle":-22.5,"axis":"x","origin":[-3.75,-3,3]},"faces":{"north":{"uv":[8.5,11,14.5,10.5],"rotation":90,"texture":"#6"},"east":{"uv":[8.5,11,14.5,10.5],"rotation":90,"texture":"#6"},"south":{"uv":[8.5,11,14.5,10.5],"rotation":90,"texture":"#6"},"west":{"uv":[8.5,11,14.5,10.5],"rotation":90,"texture":"#6"},"down":{"uv":[8.5,11,9.5,10.5],"rotation":90,"texture":"#6"}}},{"from":[15.75,-3.25,-2.25],"to":[16.25,2.25,-1.75],"rotation":{"angle":-22.5,"axis":"x","origin":[16,-3,-0.5]},"faces":{"north":{"uv":[8.5,11,14.5,10.5],"rotation":90,"texture":"#6"},"east":{"uv":[8.5,11,14.5,10.5],"rotation":90,"texture":"#6"},"south":{"uv":[8.5,11,14.5,10.5],"rotation":90,"texture":"#6"},"west":{"uv":[8.5,11,14.5,10.5],"rotation":90,"texture":"#6"},"down":{"uv":[8.5,11,9.5,10.5],"rotation":90,"texture":"#6"}}},{"from":[0.75,-2.75,22.25],"to":[1.25,2.75,22.75],"rotation":{"angle":-22.5,"axis":"x","origin":[1,-2.5,24]},"faces":{"north":{"uv":[8.5,11,14.5,10.5],"rotation":90,"texture":"#6"},"east":{"uv":[8.5,11,14.5,10.5],"rotation":90,"texture":"#6"},"south":{"uv":[8.5,11,14.5,10.5],"rotation":90,"texture":"#6"},"west":{"uv":[8.5,11,14.5,10.5],"rotation":90,"texture":"#6"},"down":{"uv":[8.5,11,9.5,10.5],"rotation":90,"texture":"#6"}}},{"from":[22,-3.25,12.75],"to":[22.5,2.25,13.25],"rotation":{"angle":-22.5,"axis":"x","origin":[22.25,-3,14.5]},"faces":{"north":{"uv":[8.5,11,14.5,10.5],"rotation":90,"texture":"#6"},"east":{"uv":[8.5,11,14.5,10.5],"rotation":90,"texture":"#6"},"south":{"uv":[8.5,11,14.5,10.5],"rotation":90,"texture":"#6"},"west":{"uv":[8.5,11,14.5,10.5],"rotation":90,"texture":"#6"},"down":{"uv":[8.5,11,9.5,10.5],"rotation":90,"texture":"#6"}}},{"from":[8,-3.25,24],"to":[8.5,2.25,24.5],"rotation":{"angle":-22.5,"axis":"x","origin":[8.25,-3,25.75]},"faces":{"north":{"uv":[8.5,11,14.5,10.5],"rotation":90,"texture":"#6"},"east":{"uv":[8.5,11,14.5,10.5],"rotation":90,"texture":"#6"},"south":{"uv":[8.5,11,14.5,10.5],"rotation":90,"texture":"#6"},"west":{"uv":[8.5,11,14.5,10.5],"rotation":90,"texture":"#6"},"down":{"uv":[8.5,11,9.5,10.5],"rotation":90,"texture":"#6"}}},{"from":[2.75,-2,-4.5],"to":[3.25,2.25,-4],"rotation":{"angle":-22.5,"axis":"x","origin":[16,-1.75,-2.75]},"faces":{"north":{"uv":[8.5,11,14.5,10.5],"rotation":90,"texture":"#6"},"east":{"uv":[8.5,11,14.5,10.5],"rotation":90,"texture":"#6"},"south":{"uv":[8.5,11,14.5,10.5],"rotation":90,"texture":"#6"},"west":{"uv":[8.5,11,14.5,10.5],"rotation":90,"texture":"#6"},"down":{"uv":[8.5,11,9.5,10.5],"rotation":90,"texture":"#6"}}},{"from":[-6.75,-1.5,10.5],"to":[-6.25,2.75,11],"rotation":{"angle":-22.5,"axis":"x","origin":[6.5,-1.25,12.25]},"faces":{"north":{"uv":[8.5,11,14.5,10.5],"rotation":90,"texture":"#6"},"east":{"uv":[8.5,11,14.5,10.5],"rotation":90,"texture":"#6"},"south":{"uv":[8.5,11,14.5,10.5],"rotation":90,"texture":"#6"},"west":{"uv":[8.5,11,14.5,10.5],"rotation":90,"texture":"#6"},"down":{"uv":[8.5,11,9.5,10.5],"rotation":90,"texture":"#6"}}},{"from":[20.75,-5.25,4],"to":[21.25,2.25,4.5],"rotation":{"angle":-22.5,"axis":"x","origin":[21,-3,5.75]},"faces":{"north":{"uv":[8.5,11,14.5,10.5],"rotation":90,"texture":"#6"},"east":{"uv":[8.5,11,14.5,10.5],"rotation":90,"texture":"#6"},"south":{"uv":[8.5,11,14.5,10.5],"rotation":90,"texture":"#6"},"west":{"uv":[8.5,11,14.5,10.5],"rotation":90,"texture":"#6"},"down":{"uv":[8.5,11,9.5,10.5],"rotation":90,"texture":"#6"}}},{"from":[-4.25,-5.25,18],"to":[-3.75,2.25,18.5],"rotation":{"angle":-22.5,"axis":"x","origin":[-4,-3,19.75]},"faces":{"north":{"uv":[8.5,11,14.5,10.5],"rotation":90,"texture":"#6"},"east":{"uv":[8.5,11,14.5,10.5],"rotation":90,"texture":"#6"},"south":{"uv":[8.5,11,14.5,10.5],"rotation":90,"texture":"#6"},"west":{"uv":[8.5,11,14.5,10.5],"rotation":90,"texture":"#6"},"down":{"uv":[8.5,11,9.5,10.5],"rotation":90,"texture":"#6"}}}],"display":{"gui":{"rotation":[-150,45,175],"translation":[-0.5,3,0],"scale":[0.5,0.5,0.5]},"head":{"rotation":[10,0,0],"translation":[0,13,2],"scale":[1.59,1.59,1.59]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/wybel_beanie.json b/assets/minecraft/models/item/wynn/skin/hat/wybel_beanie.json new file mode 100644 index 000000000..cdff76f2e --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/wybel_beanie.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/gold_armor_gradient","1":"skins/driftwood_3","2":"skins/fox","particle":"skins/gold_armor_gradient"},"elements":[{"from":[7,4,4.51],"to":[9,6,5.51],"rotation":{"angle":0,"axis":"y","origin":[0,-5,0]},"faces":{"north":{"uv":[9,8,11,10],"rotation":270,"texture":"#1"},"east":{"uv":[9,8,11,9],"rotation":270,"texture":"#1"},"south":{"uv":[9,8,11,10],"rotation":270,"texture":"#1"},"west":{"uv":[9,8,11,9],"rotation":270,"texture":"#1"},"up":{"uv":[9,8,10,10],"rotation":270,"texture":"#1"},"down":{"uv":[9,8,10,10],"rotation":270,"texture":"#1"}}},{"from":[4.7988,0.09,6.9988],"to":[5.8188,4.61,9.0188],"rotation":{"angle":0,"axis":"y","origin":[5.3088,3.32343,8.0088]},"faces":{"north":{"uv":[5,5.5,9.5,6.5],"rotation":270,"texture":"#1"},"east":{"uv":[5,5.5,9.5,7.5],"rotation":270,"texture":"#1"},"south":{"uv":[5,5.5,9.5,6.5],"rotation":270,"texture":"#1"},"west":{"uv":[5,5.5,9.5,7.5],"rotation":270,"texture":"#1"},"up":{"uv":[8,6,10,7],"rotation":270,"texture":"#1"},"down":{"uv":[5,5.5,7,6.5],"rotation":270,"texture":"#1"}}},{"from":[10.1812,0.09,6.9988],"to":[11.2012,4.61,9.0188],"rotation":{"angle":0,"axis":"y","origin":[10.6912,3.32343,8.0088]},"faces":{"north":{"uv":[5,6.5,9.5,5.5],"rotation":270,"texture":"#1"},"east":{"uv":[5,7.5,9.5,5.5],"rotation":270,"texture":"#1"},"south":{"uv":[5,6.5,9.5,5.5],"rotation":270,"texture":"#1"},"west":{"uv":[5,7.5,9.5,5.5],"rotation":270,"texture":"#1"},"up":{"uv":[8,7,10,6],"rotation":270,"texture":"#1"},"down":{"uv":[5,6.5,7,5.5],"rotation":270,"texture":"#1"}}},{"from":[4.8088,-0.56,7.294],"to":[5.8088,0.84,8.694],"rotation":{"angle":45,"axis":"x","origin":[5.3088,0.09,7.944]},"faces":{"north":{"uv":[4.5,5.5,5.5,6.5],"rotation":270,"texture":"#1"},"east":{"uv":[4.5,5.5,5.5,6.5],"rotation":270,"texture":"#1"},"south":{"uv":[4.5,5.5,5.5,6.5],"rotation":270,"texture":"#1"},"west":{"uv":[4.5,5.5,5.5,6.5],"rotation":270,"texture":"#1"},"up":{"uv":[4.5,5.5,5.5,6.5],"rotation":270,"texture":"#1"},"down":{"uv":[4.5,5.5,5.5,6.5],"rotation":270,"texture":"#1"}}},{"from":[10.1912,-0.56,7.294],"to":[11.1912,0.84,8.694],"rotation":{"angle":45,"axis":"x","origin":[10.6912,0.09,7.944]},"faces":{"north":{"uv":[4.5,6.5,5.5,5.5],"rotation":270,"texture":"#1"},"east":{"uv":[4.5,6.5,5.5,5.5],"rotation":270,"texture":"#1"},"south":{"uv":[4.5,6.5,5.5,5.5],"rotation":270,"texture":"#1"},"west":{"uv":[4.5,6.5,5.5,5.5],"rotation":270,"texture":"#1"},"up":{"uv":[4.5,6.5,5.5,5.5],"rotation":270,"texture":"#1"},"down":{"uv":[4.5,6.5,5.5,5.5],"rotation":270,"texture":"#1"}}},{"from":[8.5512,4.31656,4.52],"to":[9.5312,6.29656,5.5],"rotation":{"angle":22.5,"axis":"z","origin":[9.5412,5.30656,5]},"faces":{"north":{"uv":[9,8,11,9],"rotation":270,"texture":"#1"},"east":{"uv":[9,8,11,9],"rotation":270,"texture":"#1"},"south":{"uv":[9,8,11,9],"rotation":270,"texture":"#1"},"west":{"uv":[9,8,11,9],"rotation":270,"texture":"#1"},"up":{"uv":[9,8,10,9],"rotation":270,"texture":"#1"},"down":{"uv":[9,8,10,9],"rotation":270,"texture":"#1"}}},{"from":[4.81,2.91837,8.45771],"to":[5.79,4.89837,9.43771],"rotation":{"angle":22.5,"axis":"x","origin":[5.2888,3.34378,8.01339]},"faces":{"north":{"uv":[7,8.5,9,9.5],"rotation":270,"texture":"#1"},"east":{"uv":[7,8.5,9,9.5],"rotation":270,"texture":"#1"},"south":{"uv":[7,8.5,9,9.5],"rotation":270,"texture":"#1"},"west":{"uv":[7,8.5,9,9.5],"rotation":270,"texture":"#1"},"up":{"uv":[8,8.5,9,9.5],"rotation":270,"texture":"#1"},"down":{"uv":[7,8.5,8,9.5],"rotation":270,"texture":"#1"}}},{"from":[10.21,2.91837,8.45771],"to":[11.19,4.89837,9.43771],"rotation":{"angle":22.5,"axis":"x","origin":[10.7112,3.34378,8.01339]},"faces":{"north":{"uv":[7,9.5,9,8.5],"rotation":270,"texture":"#1"},"east":{"uv":[7,9.5,9,8.5],"rotation":270,"texture":"#1"},"south":{"uv":[7,9.5,9,8.5],"rotation":270,"texture":"#1"},"west":{"uv":[7,9.5,9,8.5],"rotation":270,"texture":"#1"},"up":{"uv":[8,9.5,9,8.5],"rotation":270,"texture":"#1"},"down":{"uv":[7,9.5,8,8.5],"rotation":270,"texture":"#1"}}},{"from":[9.07033,4.44334,4.51],"to":[10.07033,6.44334,5.51],"rotation":{"angle":45,"axis":"z","origin":[9.57033,5.44334,5]},"faces":{"north":{"uv":[9,8,11,9],"rotation":270,"texture":"#1"},"east":{"uv":[9,8,11,9],"rotation":270,"texture":"#1"},"south":{"uv":[9,8,11,9],"rotation":270,"texture":"#1"},"west":{"uv":[9,8,11,9],"rotation":270,"texture":"#1"},"up":{"uv":[9,8,10,9],"rotation":270,"texture":"#1"},"down":{"uv":[9,8,10,9],"rotation":270,"texture":"#1"}}},{"from":[4.8,2.83816,8.73979],"to":[5.8,5.33816,9.73979],"rotation":{"angle":45,"axis":"x","origin":[5.2888,3.34378,8.01339]},"faces":{"north":{"uv":[7,8.5,9.5,9.5],"rotation":270,"texture":"#1"},"east":{"uv":[7,8.5,9.5,9.5],"rotation":270,"texture":"#1"},"south":{"uv":[7,9.5,9.5,10.5],"rotation":270,"texture":"#1"},"west":{"uv":[7,9.5,9.5,10.5],"rotation":270,"texture":"#1"},"up":{"uv":[7.5,8.5,8.5,9.5],"rotation":270,"texture":"#1"},"down":{"uv":[7,8.5,8,9.5],"rotation":270,"texture":"#1"}}},{"from":[10.2,2.83816,8.73979],"to":[11.2,5.33816,9.73979],"rotation":{"angle":45,"axis":"x","origin":[10.7112,3.34378,8.01339]},"faces":{"north":{"uv":[7,9.5,9.5,8.5],"rotation":270,"texture":"#1"},"east":{"uv":[7,10.5,9.5,9.5],"rotation":270,"texture":"#1"},"south":{"uv":[7,10.5,9.5,9.5],"rotation":270,"texture":"#1"},"west":{"uv":[7,9.5,9.5,8.5],"rotation":270,"texture":"#1"},"up":{"uv":[7.5,9.5,8.5,8.5],"rotation":270,"texture":"#1"},"down":{"uv":[7,9.5,8,8.5],"rotation":270,"texture":"#1"}}},{"from":[5.92967,4.44334,4.51],"to":[6.92967,6.44334,5.51],"rotation":{"angle":-45,"axis":"z","origin":[6.42967,5.44334,5]},"faces":{"north":{"uv":[9,9,11,10],"rotation":270,"texture":"#1"},"east":{"uv":[9,9,11,10],"rotation":270,"texture":"#1"},"south":{"uv":[9,9,11,10],"rotation":270,"texture":"#1"},"west":{"uv":[9,9,11,10],"rotation":270,"texture":"#1"},"up":{"uv":[9,9,10,10],"rotation":270,"texture":"#1"},"down":{"uv":[9,9,10,10],"rotation":270,"texture":"#1"}}},{"from":[4.8,1.75295,6.11984],"to":[5.8,4.25295,7.11984],"rotation":{"angle":-45,"axis":"x","origin":[5.3,3.00295,6.61984]},"faces":{"north":{"uv":[7,9.5,9.5,10.5],"rotation":270,"texture":"#1"},"east":{"uv":[7,8.5,9.5,9.5],"rotation":270,"texture":"#1"},"south":{"uv":[7,8.5,9.5,9.5],"rotation":270,"texture":"#1"},"west":{"uv":[7,7.5,9.5,8.5],"rotation":270,"texture":"#1"},"up":{"uv":[7.5,8.5,8.5,9.5],"rotation":270,"texture":"#1"},"down":{"uv":[7,8.5,8,9.5],"rotation":270,"texture":"#1"}}},{"from":[10.2,1.75295,6.11984],"to":[11.2,4.25295,7.11984],"rotation":{"angle":-45,"axis":"x","origin":[10.7,3.00295,6.61984]},"faces":{"north":{"uv":[7,10.5,9.5,9.5],"rotation":270,"texture":"#1"},"east":{"uv":[7,8.5,9.5,7.5],"rotation":270,"texture":"#1"},"south":{"uv":[7,9.5,9.5,8.5],"rotation":270,"texture":"#1"},"west":{"uv":[7,9.5,9.5,8.5],"rotation":270,"texture":"#1"},"up":{"uv":[7.5,9.5,8.5,8.5],"rotation":270,"texture":"#1"},"down":{"uv":[7,9.5,8,8.5],"rotation":270,"texture":"#1"}}},{"from":[6.4688,4.31656,4.52],"to":[7.4488,6.29656,5.5],"rotation":{"angle":-22.5,"axis":"z","origin":[6.4588,5.30656,5]},"faces":{"north":{"uv":[9,8,11,9],"rotation":270,"texture":"#1"},"east":{"uv":[9,8,11,9],"rotation":270,"texture":"#1"},"south":{"uv":[9,8,11,9],"rotation":270,"texture":"#1"},"west":{"uv":[9,8,11,9],"rotation":270,"texture":"#1"},"up":{"uv":[9,8,10,9],"rotation":270,"texture":"#1"},"down":{"uv":[9,8,10,9],"rotation":270,"texture":"#1"}}},{"from":[4.81,2.91837,6.58907],"to":[5.79,4.89837,7.56907],"rotation":{"angle":-22.5,"axis":"x","origin":[5.2888,3.34378,8.01339]},"faces":{"north":{"uv":[7,8.5,9,9.5],"rotation":270,"texture":"#1"},"east":{"uv":[7,8.5,9,9.5],"rotation":270,"texture":"#1"},"south":{"uv":[7,8.5,9,9.5],"rotation":270,"texture":"#1"},"west":{"uv":[7,8.5,9,9.5],"rotation":270,"texture":"#1"},"up":{"uv":[8,8.5,9,9.5],"rotation":270,"texture":"#1"},"down":{"uv":[7,8.5,8,9.5],"rotation":270,"texture":"#1"}}},{"from":[10.21,2.91837,6.58907],"to":[11.19,4.89837,7.56907],"rotation":{"angle":-22.5,"axis":"x","origin":[10.7112,3.34378,8.01339]},"faces":{"north":{"uv":[7,9.5,9,8.5],"rotation":270,"texture":"#1"},"east":{"uv":[7,9.5,9,8.5],"rotation":270,"texture":"#1"},"south":{"uv":[7,9.5,9,8.5],"rotation":270,"texture":"#1"},"west":{"uv":[7,9.5,9,8.5],"rotation":270,"texture":"#1"},"up":{"uv":[8,9.5,9,8.5],"rotation":270,"texture":"#1"},"down":{"uv":[7,9.5,8,8.5],"rotation":270,"texture":"#1"}}},{"from":[7.51,4.01,4.36],"to":[8.49,4.49,5.34],"rotation":{"angle":0,"axis":"x","origin":[8,4.25,4.85]},"faces":{"north":{"uv":[1,0.5,1.5,1.5],"rotation":270,"texture":"#0"},"east":{"uv":[1,0.5,1.5,1.5],"rotation":90,"texture":"#0"},"south":{"uv":[1,0.5,1.5,1.5],"rotation":270,"texture":"#0"},"west":{"uv":[1,0.5,1.5,1.5],"rotation":270,"texture":"#0"},"up":{"uv":[1,0.5,1.5,1.5],"rotation":270,"texture":"#0"},"down":{"uv":[1,0.5,1.5,1.5],"rotation":90,"texture":"#0"}}},{"from":[6,5,4.25],"to":[7,6,5.25],"rotation":{"angle":0,"axis":"y","origin":[6,5,4.25]},"faces":{"north":{"uv":[0.5,0.5,1.5,1.5],"texture":"#0"},"east":{"uv":[0.5,1.5,1.5,0.5],"rotation":180,"texture":"#0"},"south":{"uv":[0.5,0.5,1.5,1.5],"texture":"#0"},"west":{"uv":[0.5,0.5,1.5,1.5],"rotation":180,"texture":"#0"},"up":{"uv":[0.5,1.5,1.5,0.5],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,0.5,0.5,1.5],"texture":"#0"}}},{"from":[9,5,4.25],"to":[10,6,5.25],"rotation":{"angle":0,"axis":"y","origin":[10,5,4.25]},"faces":{"north":{"uv":[1.5,0.5,0.5,1.5],"texture":"#0"},"east":{"uv":[1.5,0.5,0.5,1.5],"rotation":180,"texture":"#0"},"south":{"uv":[1.5,0.5,0.5,1.5],"texture":"#0"},"west":{"uv":[1.5,1.5,0.5,0.5],"rotation":180,"texture":"#0"},"up":{"uv":[1.5,1.5,0.5,0.5],"rotation":180,"texture":"#0"},"down":{"uv":[0.5,0.5,1.5,1.5],"texture":"#0"}}},{"from":[5.5,5,4.5],"to":[10.5,6.5,9.5],"rotation":{"angle":0,"axis":"y","origin":[5,4.5,5]},"faces":{"north":{"uv":[10.5,6.5,12,11.5],"rotation":270,"texture":"#1"},"east":{"uv":[10.5,6.5,12.5,11.5],"rotation":270,"texture":"#1"},"south":{"uv":[10.5,6.5,12.5,11.5],"rotation":270,"texture":"#1"},"west":{"uv":[10.5,6.5,12.5,11.5],"rotation":270,"texture":"#1"},"up":{"uv":[11,6.5,16,11.5],"rotation":270,"texture":"#1"},"down":{"uv":[10.5,6.5,15.5,11.5],"rotation":270,"texture":"#1"}}},{"from":[4.99,4.99,4.99],"to":[11.01,6.51,11.01],"rotation":{"angle":0,"axis":"y","origin":[5,4.5,5]},"faces":{"north":{"uv":[11,6,12.5,12],"rotation":270,"texture":"#1"},"east":{"uv":[11,6,12.5,12],"rotation":270,"texture":"#1"},"south":{"uv":[10,6,11.5,12],"rotation":270,"texture":"#1"},"west":{"uv":[11,6,12.5,12],"rotation":270,"texture":"#1"},"up":{"uv":[10,6,16,12],"rotation":270,"texture":"#1"},"down":{"uv":[10,6,16,12],"rotation":270,"texture":"#1"}}},{"from":[4.99,3.49,4.99],"to":[6.01,5.01,11.01],"rotation":{"angle":0,"axis":"y","origin":[5,4.5,5]},"faces":{"north":{"uv":[8.5,6,10,7],"rotation":270,"texture":"#1"},"east":{"uv":[8.5,6,10,12],"rotation":270,"texture":"#1"},"south":{"uv":[8.5,6,10,7],"rotation":270,"texture":"#1"},"west":{"uv":[8.5,6,10,12],"rotation":270,"texture":"#1"},"up":{"uv":[8.5,6,14.5,7],"rotation":270,"texture":"#1"},"down":{"uv":[8.5,6,14.5,7],"rotation":270,"texture":"#1"}}},{"from":[5.99,2.99,10.49],"to":[10.01,5.01,11.51],"rotation":{"angle":0,"axis":"y","origin":[5.5,3.75,8]},"faces":{"north":{"uv":[7.5,7,9,11],"rotation":270,"texture":"#1"},"east":{"uv":[7.5,7,9,8],"rotation":270,"texture":"#1"},"south":{"uv":[7.5,7,9.5,11],"rotation":270,"texture":"#1"},"west":{"uv":[7.5,7,9,8],"rotation":270,"texture":"#1"},"up":{"uv":[9,7,10,11],"rotation":270,"texture":"#1"},"down":{"uv":[7.5,7,8.5,11],"rotation":270,"texture":"#1"}}},{"from":[9.99,3.49,4.99],"to":[11.01,5.01,11.01],"rotation":{"angle":0,"axis":"y","origin":[11,4.5,5]},"faces":{"north":{"uv":[8.5,7,10,6],"rotation":270,"texture":"#1"},"east":{"uv":[8.5,12,10,6],"rotation":270,"texture":"#1"},"south":{"uv":[8.5,7,10,6],"rotation":270,"texture":"#1"},"west":{"uv":[8.5,12,10,6],"rotation":270,"texture":"#1"},"up":{"uv":[8.5,7,14.5,6],"rotation":270,"texture":"#1"},"down":{"uv":[8.5,7,14.5,6],"rotation":270,"texture":"#1"}}},{"from":[5.505,6.34469,5.27],"to":[10.505,8.34469,9.72],"rotation":{"angle":0,"axis":"y","origin":[5.5,6.34469,5.26078]},"faces":{"north":{"uv":[12,6.5,14,11.5],"rotation":270,"texture":"#1"},"east":{"uv":[12.5,7,14.5,11],"rotation":270,"texture":"#1"},"south":{"uv":[11.5,6.5,13.5,11.5],"rotation":270,"texture":"#1"},"west":{"uv":[12.5,7,14.5,11],"rotation":270,"texture":"#1"},"up":{"uv":[11.5,6.5,15.95,11.5],"rotation":270,"texture":"#1"},"down":{"uv":[12,7,16,12],"rotation":270,"texture":"#1"}}},{"from":[5.51,5.66851,4.74044],"to":[10.49,7.64851,7.22044],"rotation":{"angle":22.5,"axis":"x","origin":[8,6.65851,6.73044]},"faces":{"north":{"uv":[12,6.5,14,11.5],"rotation":270,"texture":"#1"},"east":{"uv":[12.5,8.5,14.5,11],"rotation":270,"texture":"#1"},"south":{"uv":[11.5,6.5,13.5,11.5],"rotation":270,"texture":"#1"},"west":{"uv":[12.5,7,14.5,9.5],"rotation":270,"texture":"#1"},"up":{"uv":[12,7,16,12],"rotation":270,"texture":"#1"},"down":{"uv":[12,7,16,12],"rotation":270,"texture":"#1"}}},{"from":[5.515,5.67351,7.78456],"to":[10.485,7.64351,10.25456],"rotation":{"angle":-22.5,"axis":"x","origin":[8,6.65851,8.26956]},"faces":{"north":{"uv":[11.5,11.5,13.5,6.5],"rotation":270,"texture":"#1"},"east":{"uv":[12.5,11,14.5,8.5],"rotation":270,"texture":"#1"},"south":{"uv":[12,11.5,14,6.5],"rotation":270,"texture":"#1"},"west":{"uv":[12.5,9.5,14.5,7],"rotation":270,"texture":"#1"},"up":{"uv":[16,7,12,12],"rotation":270,"texture":"#1"},"down":{"uv":[16,7,12,12],"rotation":270,"texture":"#1"}}},{"from":[5.25,3.25,4.25],"to":[6.75,4.75,5.25],"rotation":{"angle":45,"axis":"x","origin":[8,4,4.75]},"faces":{"north":{"uv":[0,10.5,1.5,12],"texture":"#1"},"east":{"uv":[0,10.5,1,12],"texture":"#1"},"south":{"uv":[0,10.5,1.5,12],"texture":"#1"},"west":{"uv":[0,10.5,1,12],"texture":"#1"},"up":{"uv":[0,10.5,1.5,11.5],"texture":"#1"},"down":{"uv":[0,10.5,1.5,11.5],"texture":"#1"}}},{"from":[5.25,2.5,11],"to":[6.75,4,12],"rotation":{"angle":-22.5,"axis":"x","origin":[5.25,2.5,11]},"faces":{"north":{"uv":[0,10.5,1.5,12],"texture":"#1"},"east":{"uv":[0,10.5,1,12],"texture":"#1"},"south":{"uv":[0,10.5,1.5,12],"texture":"#1"},"west":{"uv":[0,10.5,1,12],"texture":"#1"},"up":{"uv":[0,10.5,1.5,11.5],"texture":"#1"},"down":{"uv":[0,10.5,1.5,11.5],"texture":"#1"}}},{"from":[9.25,2.5,11],"to":[10.75,4,12],"rotation":{"angle":-22.5,"axis":"x","origin":[9.75,2.5,11]},"faces":{"north":{"uv":[0,10.5,1.5,12],"texture":"#1"},"east":{"uv":[0,10.5,1,12],"texture":"#1"},"south":{"uv":[0,10.5,1.5,12],"texture":"#1"},"west":{"uv":[0,10.5,1,12],"texture":"#1"},"up":{"uv":[0,10.5,1.5,11.5],"texture":"#1"},"down":{"uv":[0,10.5,1.5,11.5],"texture":"#1"}}},{"from":[9.25,3.25,4.25],"to":[10.75,4.75,5.25],"rotation":{"angle":45,"axis":"x","origin":[8,4,4.75]},"faces":{"north":{"uv":[0,10.5,1.5,12],"texture":"#1"},"east":{"uv":[0,10.5,1,12],"texture":"#1"},"south":{"uv":[0,10.5,1.5,12],"texture":"#1"},"west":{"uv":[0,10.5,1,12],"texture":"#1"},"up":{"uv":[0,10.5,1.5,11.5],"texture":"#1"},"down":{"uv":[0,10.5,1.5,11.5],"texture":"#1"}}},{"from":[6,7,5.25],"to":[7,10,5.75],"rotation":{"angle":22.5,"axis":"z","origin":[6.5,8.5,5.75]},"faces":{"north":{"uv":[14,6.5,15,9.5],"texture":"#1"},"east":{"uv":[14,6.5,14.5,9.5],"texture":"#1"},"south":{"uv":[14,6.5,15,9.5],"texture":"#1"},"west":{"uv":[14,6.5,14.5,9.5],"texture":"#1"},"up":{"uv":[14,6.5,15,7],"texture":"#1"},"down":{"uv":[14,6.5,15,7],"texture":"#1"}}},{"from":[9,7,5.25],"to":[10,10,5.75],"rotation":{"angle":-22.5,"axis":"z","origin":[9.5,8.5,5.75]},"faces":{"north":{"uv":[15,6.5,16,9.5],"texture":"#1"},"east":{"uv":[14.5,6.5,15,9.5],"texture":"#1"},"south":{"uv":[15,6.5,16,9.5],"texture":"#1"},"west":{"uv":[14.5,6.5,15,9.5],"texture":"#1"},"up":{"uv":[15,6.5,16,7],"texture":"#1"},"down":{"uv":[15,6.5,16,7],"texture":"#1"}}},{"from":[6,7,5.15],"to":[7,9.5,5.65],"rotation":{"angle":22.5,"axis":"z","origin":[6.5,8.5,5.75]},"faces":{"north":{"uv":[11,14,16,16],"rotation":270,"texture":"#2"},"east":{"uv":[11,14,16,16],"rotation":270,"texture":"#2"},"south":{"uv":[11,14,16,16],"rotation":270,"texture":"#2"},"west":{"uv":[11,14,16,16],"rotation":270,"texture":"#2"},"up":{"uv":[16,15,16.5,16],"rotation":270,"texture":"#2"},"down":{"uv":[11,14,16,16],"rotation":270,"texture":"#2"}}},{"from":[9,7,5.15],"to":[10,9.5,5.65],"rotation":{"angle":-22.5,"axis":"z","origin":[9.5,8.5,5.75]},"faces":{"north":{"uv":[11,16,16,14],"rotation":270,"texture":"#2"},"east":{"uv":[11,16,16,14],"rotation":270,"texture":"#2"},"south":{"uv":[11,16,16,14],"rotation":270,"texture":"#2"},"west":{"uv":[11,16,16,14],"rotation":270,"texture":"#2"},"up":{"uv":[16,16,16.5,15],"rotation":270,"texture":"#2"},"down":{"uv":[11,16,16,14],"rotation":270,"texture":"#2"}}},{"from":[5.51,7.01,5.26],"to":[7.49,9.49,5.74],"rotation":{"angle":22.5,"axis":"z","origin":[6.5,8.5,5.75]},"faces":{"north":{"uv":[14,6.5,16,9],"texture":"#1"},"east":{"uv":[14,6.5,14.5,9],"texture":"#1"},"south":{"uv":[14,6.5,16,9],"texture":"#1"},"west":{"uv":[14,6.5,14.5,9],"texture":"#1"},"up":{"uv":[14,6.5,16,7],"texture":"#1"},"down":{"uv":[14,6.5,16,7],"texture":"#1"}}},{"from":[8.51,7.01,5.26],"to":[10.49,9.49,5.74],"rotation":{"angle":-22.5,"axis":"z","origin":[9.5,8.5,5.75]},"faces":{"north":{"uv":[14,6.5,16,9],"texture":"#1"},"east":{"uv":[14.5,6.5,15,9],"texture":"#1"},"south":{"uv":[14,6.5,16,9],"texture":"#1"},"west":{"uv":[14.5,6.5,15,9],"texture":"#1"},"up":{"uv":[14,6.5,16,7],"texture":"#1"},"down":{"uv":[14,6.5,16,7],"texture":"#1"}}},{"from":[5,6.43804,4.89995],"to":[6,7.93804,6.39995],"rotation":{"angle":22.5,"axis":"x","origin":[8,6.33292,5.37304]},"faces":{"north":{"uv":[0,8.5,1,10],"rotation":180,"texture":"#1"},"east":{"uv":[0,8.5,1.5,10],"rotation":90,"texture":"#1"},"south":{"uv":[0,8.5,1,10],"texture":"#1"},"west":{"uv":[0,8.5,1.5,10],"rotation":270,"texture":"#1"},"up":{"uv":[0,8.5,1,10],"texture":"#1"},"down":{"uv":[0,8.5,1,10],"rotation":180,"texture":"#1"}}},{"from":[10,6.43804,4.89995],"to":[11,7.93804,6.39995],"rotation":{"angle":22.5,"axis":"x","origin":[8,6.33292,5.37304]},"faces":{"north":{"uv":[1,8.5,2,10],"rotation":180,"texture":"#1"},"east":{"uv":[0,10,1.5,11.5],"rotation":270,"texture":"#1"},"south":{"uv":[1,8.5,2,10],"texture":"#1"},"west":{"uv":[0,10,1.5,11.5],"rotation":90,"texture":"#1"},"up":{"uv":[1,8.5,2,10],"texture":"#1"},"down":{"uv":[1,8.5,2,10],"rotation":180,"texture":"#1"}}},{"from":[4.85,5.31023,5.28911],"to":[5.35,6.81023,6.78911],"rotation":{"angle":-45,"axis":"x","origin":[8,6.33292,5.37304]},"faces":{"north":{"uv":[0,8.5,0.5,10],"texture":"#1"},"east":{"uv":[0,8.5,1.5,10],"texture":"#1"},"south":{"uv":[0,8.5,0.5,10],"texture":"#1"},"west":{"uv":[0,8.5,1.5,10],"texture":"#1"},"up":{"uv":[0,8.5,0.5,10],"texture":"#1"},"down":{"uv":[0,8.5,0.5,10],"texture":"#1"}}},{"from":[10.65,5.31023,5.28911],"to":[11.15,6.81023,6.78911],"rotation":{"angle":-45,"axis":"x","origin":[8,6.33292,5.37304]},"faces":{"north":{"uv":[0.5,8.5,1,10],"texture":"#1"},"east":{"uv":[0,10,1.5,11.5],"rotation":180,"texture":"#1"},"south":{"uv":[0.5,8.5,1,10],"texture":"#1"},"west":{"uv":[0,10,1.5,11.5],"rotation":180,"texture":"#1"},"up":{"uv":[0.5,8.5,1,10],"texture":"#1"},"down":{"uv":[0.5,8.5,1,10],"texture":"#1"}}},{"from":[4.7,5.49177,5.11284],"to":[5.2,6.74177,6.36284],"rotation":{"angle":-22.5,"axis":"x","origin":[8,6.33292,5.37304]},"faces":{"north":{"uv":[3,8.5,4.25,9],"rotation":90,"texture":"#1"},"east":{"uv":[3,8.5,4.25,9.75],"rotation":180,"texture":"#1"},"south":{"uv":[3,8.5,4.25,9],"rotation":270,"texture":"#1"},"west":{"uv":[3,8.5,4.25,9.75],"texture":"#1"},"up":{"uv":[3,8.5,4.25,9],"rotation":90,"texture":"#1"},"down":{"uv":[3,8.5,4.25,9],"rotation":270,"texture":"#1"}}},{"from":[10.8,5.49177,5.11284],"to":[11.3,6.74177,6.36284],"rotation":{"angle":-22.5,"axis":"x","origin":[8,6.33292,5.37304]},"faces":{"north":{"uv":[3,9,4.25,9.5],"rotation":90,"texture":"#1"},"east":{"uv":[3,9.75,4.25,11],"rotation":180,"texture":"#1"},"south":{"uv":[3,9,4.25,9.5],"rotation":270,"texture":"#1"},"west":{"uv":[3,9.75,4.25,11],"texture":"#1"},"up":{"uv":[3,9,4.25,9.5],"rotation":90,"texture":"#1"},"down":{"uv":[3,9,4.25,9.5],"rotation":270,"texture":"#1"}}},{"from":[4.55,5.61108,4.97618],"to":[5.05,6.61108,5.97618],"rotation":{"angle":0,"axis":"x","origin":[8,6.33292,5.37304]},"faces":{"north":{"uv":[4.5,8.5,5,9.5],"texture":"#1"},"east":{"uv":[4.5,8.5,5.5,9.5],"rotation":90,"texture":"#1"},"south":{"uv":[4.5,8.5,5,9.5],"rotation":180,"texture":"#1"},"west":{"uv":[4.5,8.5,5.5,9.5],"rotation":270,"texture":"#1"},"up":{"uv":[4.5,8.5,5,9.5],"texture":"#1"},"down":{"uv":[4.5,8.5,5,9.5],"rotation":180,"texture":"#1"}}},{"from":[10.95,5.61108,4.97618],"to":[11.45,6.61108,5.97618],"rotation":{"angle":0,"axis":"x","origin":[8,6.33292,5.37304]},"faces":{"north":{"uv":[5,8.5,5.5,9.5],"texture":"#1"},"east":{"uv":[5.5,8.5,6.5,9.5],"rotation":90,"texture":"#1"},"south":{"uv":[5,8.5,5.5,9.5],"rotation":180,"texture":"#1"},"west":{"uv":[5.5,8.5,6.5,9.5],"rotation":270,"texture":"#1"},"up":{"uv":[5,8.5,5.5,9.5],"texture":"#1"},"down":{"uv":[5,8.5,5.5,9.5],"rotation":180,"texture":"#1"}}},{"from":[4.4,5.53804,4.89995],"to":[4.9,6.43804,5.79995],"rotation":{"angle":22.5,"axis":"x","origin":[8,6.33292,5.37304]},"faces":{"north":{"uv":[4.5,8.5,5,9.4],"texture":"#1"},"east":{"uv":[4.5,8.5,5.4,9.4],"texture":"#1"},"south":{"uv":[4.5,8.5,5,9.4],"texture":"#1"},"west":{"uv":[4.5,8.5,5.4,9.4],"texture":"#1"},"up":{"uv":[4.5,8.5,5,9.4],"texture":"#1"},"down":{"uv":[4.5,8.5,5,9.4],"texture":"#1"}}},{"from":[11.1,5.53804,4.89995],"to":[11.6,6.43804,5.79995],"rotation":{"angle":22.5,"axis":"x","origin":[8,6.33292,5.37304]},"faces":{"north":{"uv":[5.4,8.5,5.9,9.4],"texture":"#1"},"east":{"uv":[5.4,8.5,6.3,9.4],"texture":"#1"},"south":{"uv":[5.4,8.5,5.9,9.4],"texture":"#1"},"west":{"uv":[5.4,8.5,6.3,9.4],"texture":"#1"},"up":{"uv":[5.4,8.5,5.9,9.4],"texture":"#1"},"down":{"uv":[5.4,8.5,5.9,9.4],"texture":"#1"}}},{"from":[4.25,6.06023,4.53911],"to":[4.75,6.81023,5.28911],"rotation":{"angle":-45,"axis":"x","origin":[8,6.33292,5.37304]},"faces":{"north":{"uv":[6,9,6.5,9.75],"rotation":180,"texture":"#1"},"east":{"uv":[6,9,6.75,9.75],"rotation":270,"texture":"#1"},"south":{"uv":[6,9,6.5,9.75],"texture":"#1"},"west":{"uv":[6,9,6.75,9.75],"rotation":90,"texture":"#1"},"up":{"uv":[6,9,6.5,9.75],"rotation":180,"texture":"#1"},"down":{"uv":[6,9,6.5,9.75],"texture":"#1"}}},{"from":[11.25,6.06023,4.53911],"to":[11.75,6.81023,5.28911],"rotation":{"angle":-45,"axis":"x","origin":[8,6.33292,5.37304]},"faces":{"north":{"uv":[6.75,9,7.25,9.75],"rotation":180,"texture":"#1"},"east":{"uv":[6.75,9,7.5,9.75],"rotation":270,"texture":"#1"},"south":{"uv":[6.75,9,7.25,9.75],"texture":"#1"},"west":{"uv":[6.75,9,7.5,9.75],"rotation":90,"texture":"#1"},"up":{"uv":[6.75,9,7.25,9.75],"rotation":180,"texture":"#1"},"down":{"uv":[6.75,9,7.25,9.75],"texture":"#1"}}},{"from":[4.1,6.09177,4.46284],"to":[4.6,6.74177,5.11284],"rotation":{"angle":-22.5,"axis":"x","origin":[8,6.33292,5.37304]},"faces":{"north":{"uv":[6.5,6.5,7.15,7.15],"rotation":180,"texture":"#1"},"east":{"uv":[6.5,6.5,7.15,7.15],"rotation":270,"texture":"#1"},"south":{"uv":[6.5,6.5,7.15,7.15],"texture":"#1"},"west":{"uv":[6.5,6.5,7.15,7.15],"rotation":90,"texture":"#1"},"up":{"uv":[6.5,6.5,7.15,7.15],"rotation":180,"texture":"#1"},"down":{"uv":[6.5,6.5,7.15,7.15],"texture":"#1"}}},{"from":[11.4,6.09177,4.46284],"to":[11.9,6.74177,5.11284],"rotation":{"angle":-22.5,"axis":"x","origin":[8,6.33292,5.37304]},"faces":{"north":{"uv":[7.15,6.5,6.5,7.15],"rotation":180,"texture":"#1"},"east":{"uv":[7.15,6.5,6.5,7.15],"rotation":270,"texture":"#1"},"south":{"uv":[7.15,6.5,6.5,7.15],"texture":"#1"},"west":{"uv":[7.15,6.5,6.5,7.15],"rotation":90,"texture":"#1"},"up":{"uv":[7.15,6.5,6.5,7.15],"rotation":180,"texture":"#1"},"down":{"uv":[7.15,6.5,6.5,7.15],"texture":"#1"}}},{"from":[3.95,6.11108,4.47618],"to":[4.45,6.61108,4.97618],"rotation":{"angle":0,"axis":"x","origin":[8,6.33292,5.37304]},"faces":{"north":{"uv":[7,6.5,7.5,7],"rotation":180,"texture":"#1"},"east":{"uv":[7,6.5,7.5,7],"rotation":270,"texture":"#1"},"south":{"uv":[7,6.5,7.5,7],"texture":"#1"},"west":{"uv":[7,6.5,7.5,7],"rotation":90,"texture":"#1"},"up":{"uv":[7,6.5,7.5,7],"rotation":180,"texture":"#1"},"down":{"uv":[7,6.5,7.5,7],"texture":"#1"}}},{"from":[11.55,6.11108,4.47618],"to":[12.05,6.61108,4.97618],"rotation":{"angle":0,"axis":"x","origin":[8,6.33292,5.37304]},"faces":{"north":{"uv":[7.5,6.5,7,7],"rotation":180,"texture":"#1"},"east":{"uv":[7.5,6.5,7,7],"rotation":270,"texture":"#1"},"south":{"uv":[7.5,6.5,7,7],"texture":"#1"},"west":{"uv":[7.5,6.5,7,7],"rotation":90,"texture":"#1"},"up":{"uv":[7.5,6.5,7,7],"rotation":180,"texture":"#1"},"down":{"uv":[7.5,6.5,7,7],"texture":"#1"}}},{"from":[7.25,3.2,11.45],"to":[8.75,4.7,12.95],"rotation":{"angle":22.5,"axis":"x","origin":[8.25,3.95,10.2]},"faces":{"north":{"uv":[7,9.5,8.5,11],"rotation":90,"texture":"#1"},"east":{"uv":[7,9.5,8.5,11],"rotation":90,"texture":"#1"},"south":{"uv":[7,9.5,8.5,11],"rotation":90,"texture":"#1"},"west":{"uv":[7,9.5,8.5,11],"rotation":90,"texture":"#1"},"up":{"uv":[7,9.5,8.5,11],"rotation":90,"texture":"#1"},"down":{"uv":[7,9.5,8.5,11],"rotation":90,"texture":"#1"}}}],"display":{"head":{"translation":[0,12,0],"scale":[2.401,2.401,2.401]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/yahya_fantasy.json b/assets/minecraft/models/item/wynn/skin/hat/yahya_fantasy.json new file mode 100644 index 000000000..c36307456 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/yahya_fantasy.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/yahya_fantasy","particle":"skins/yahya_fantasy"},"elements":[{"from":[3.9,2.9,3.9],"to":[12.1,8.1,12.1],"rotation":{"angle":0,"axis":"y","origin":[4,0,4]},"faces":{"north":{"uv":[2,2,4,3.25],"texture":"#0"},"east":{"uv":[0,2,2,3.25],"texture":"#0"},"south":{"uv":[6,2,8,3.25],"texture":"#0"},"west":{"uv":[4,2,6,3.25],"texture":"#0"},"up":{"uv":[4,2,2,0],"texture":"#0"}}},{"from":[12,3,4],"to":[4,8,12],"rotation":{"angle":0,"axis":"y","origin":[12,0,4]},"faces":{"north":{"uv":[2,2,4,3.25],"texture":"#0"},"east":{"uv":[0,2,2,3.25],"texture":"#0"},"south":{"uv":[6,2,8,3.25],"texture":"#0"},"west":{"uv":[4,2,6,3.25],"texture":"#0"},"up":{"uv":[4,2,2,0],"texture":"#0"}}},{"from":[6.5,5.50056,5.47546],"to":[9.5,11.50056,8.47546],"rotation":{"angle":22.5,"axis":"x","origin":[8,9.42493,8]},"faces":{"north":{"uv":[9.5,8.5,10.25,9.75],"texture":"#0"},"east":{"uv":[8.75,8.5,9.5,9.75],"texture":"#0"},"south":{"uv":[11,8.5,11.75,9.75],"texture":"#0"},"west":{"uv":[10.25,8.5,11,9.75],"texture":"#0"},"up":{"uv":[10.25,8.5,9.5,7.75],"texture":"#0"}}},{"from":[6.5,5.50056,7.52454],"to":[9.5,11.50056,10.52454],"rotation":{"angle":-22.5,"axis":"x","origin":[8,9.42493,8]},"faces":{"north":{"uv":[6.25,9.25,7,10.5],"texture":"#0"},"east":{"uv":[5.5,9.25,6.25,10.5],"texture":"#0"},"south":{"uv":[7.75,9.25,8.5,10.5],"texture":"#0"},"west":{"uv":[7,9.25,7.75,10.5],"texture":"#0"},"up":{"uv":[7,9.25,6.25,8.5],"texture":"#0"}}},{"from":[5.47546,5.50056,6.5],"to":[8.47546,11.50056,9.5],"rotation":{"angle":-22.5,"axis":"z","origin":[8,9.42493,8]},"faces":{"north":{"uv":[7,7,7.75,8.25],"texture":"#0"},"east":{"uv":[6.25,7,7,8.25],"texture":"#0"},"south":{"uv":[8.5,7,9.25,8.25],"texture":"#0"},"west":{"uv":[7.75,7,8.5,8.25],"texture":"#0"},"up":{"uv":[7.75,7,7,6.25],"texture":"#0"}}},{"from":[7.52454,5.50056,6.5],"to":[10.52454,11.50056,9.5],"rotation":{"angle":22.5,"axis":"z","origin":[8,9.42493,8]},"faces":{"north":{"uv":[8.25,3.5,9,4.75],"texture":"#0"},"east":{"uv":[7.5,3.5,8.25,4.75],"texture":"#0"},"south":{"uv":[9.75,3.5,10.5,4.75],"texture":"#0"},"west":{"uv":[9,3.5,9.75,4.75],"texture":"#0"},"up":{"uv":[9,3.5,8.25,2.75],"texture":"#0"}}},{"from":[2.30202,11.24101,3.5],"to":[11.30202,13.24101,12.5],"rotation":{"angle":22.5,"axis":"z","origin":[6.5,14.125,8.125]},"faces":{"north":{"uv":[2,5.5,4,6],"texture":"#0"},"east":{"uv":[0,5.5,2,6],"texture":"#0"},"south":{"uv":[6,5.5,8,6],"texture":"#0"},"west":{"uv":[4,5.5,6,6],"texture":"#0"},"up":{"uv":[4,5.5,2,3.5],"texture":"#0"},"down":{"uv":[6,3.5,4,5.5],"texture":"#0"}}},{"from":[4,10.63347,4.079],"to":[11,15.63347,11.079],"rotation":{"angle":-22.5,"axis":"x","origin":[6.5,14.625,8.125]},"faces":{"north":{"uv":[1.5,7.75,3,8.75],"texture":"#0"},"east":{"uv":[0,7.75,1.5,8.75],"texture":"#0"},"south":{"uv":[4.5,7.75,6,8.75],"texture":"#0"},"west":{"uv":[3,7.75,4.5,8.75],"texture":"#0"},"up":{"uv":[3,7.75,1.5,6.25],"texture":"#0"},"down":{"uv":[4.5,6.25,3,7.75],"texture":"#0"}}},{"from":[4.83903,13.81608,5.5],"to":[9.83903,17.81608,10.5],"rotation":{"angle":-22.5,"axis":"z","origin":[6.75,15.125,8.125]},"faces":{"north":{"uv":[7.25,1,8.25,1.75],"texture":"#0"},"east":{"uv":[6.25,1,7.25,1.75],"texture":"#0"},"south":{"uv":[9.25,1,10.25,1.75],"texture":"#0"},"west":{"uv":[8.25,1,9.25,1.75],"texture":"#0"},"up":{"uv":[8.25,1,7.25,0],"texture":"#0"},"down":{"uv":[9.25,0,8.25,1],"texture":"#0"}}},{"from":[6.43209,14.66541,4.75],"to":[8.43209,16.66541,5.75],"rotation":{"angle":22.5,"axis":"z","origin":[6.5,15.375,8.125]},"faces":{"north":{"uv":[0.25,10.5,0.75,11],"texture":"#0"},"east":{"uv":[0,10.5,0.25,11],"texture":"#0"},"south":{"uv":[1,10.5,1.5,11],"texture":"#0"},"west":{"uv":[0.75,10.5,1,11],"texture":"#0"},"up":{"uv":[0.75,10.5,0.25,10.25],"texture":"#0"},"down":{"uv":[1.25,10.25,0.75,10.5],"texture":"#0"}}},{"from":[3.5,12.90407,7.73228],"to":[4.5,14.90407,9.73228],"rotation":{"angle":-22.5,"axis":"x","origin":[6.5,14.625,8.625]},"faces":{"north":{"uv":[9.25,10.5,9.5,11],"texture":"#0"},"east":{"uv":[8.75,10.5,9.25,11],"texture":"#0"},"south":{"uv":[10,10.5,10.25,11],"texture":"#0"},"west":{"uv":[9.5,10.5,10,11],"texture":"#0"},"up":{"uv":[9.5,10.5,9.25,10],"texture":"#0"},"down":{"uv":[9.75,10,9.5,10.5],"texture":"#0"}}},{"from":[5.81843,14.1628,10.75],"to":[7.81843,16.1628,11.75],"rotation":{"angle":-22.5,"axis":"z","origin":[6.5,14.625,8.125]},"faces":{"north":{"uv":[10.25,2.75,10.75,3.25],"texture":"#0"},"east":{"uv":[10,2.75,10.25,3.25],"texture":"#0"},"south":{"uv":[11,2.75,11.5,3.25],"texture":"#0"},"west":{"uv":[10.75,2.75,11,3.25],"texture":"#0"},"up":{"uv":[10.75,2.75,10.25,2.5],"texture":"#0"},"down":{"uv":[11.25,2.5,10.75,2.75],"texture":"#0"}}},{"from":[8.06326,14.35983,7],"to":[10.06326,16.35983,9],"rotation":{"angle":45,"axis":"z","origin":[6.25,15.125,8.125]},"faces":{"north":{"uv":[3.75,9.5,4.25,10],"texture":"#0"},"east":{"uv":[3.25,9.5,3.75,10],"texture":"#0"},"south":{"uv":[4.75,9.5,5.25,10],"texture":"#0"},"west":{"uv":[4.25,9.5,4.75,10],"texture":"#0"},"up":{"uv":[4.25,9.5,3.75,9],"texture":"#0"},"down":{"uv":[4.75,9,4.25,9.5],"texture":"#0"}}},{"from":[4.75,15.28921,8.00888],"to":[5.75,17.28921,10.00888],"rotation":{"angle":-45,"axis":"x","origin":[6.5,14.875,8.125]},"faces":{"north":{"uv":[0.5,4,0.75,4.5],"texture":"#0"},"east":{"uv":[0,4,0.5,4.5],"texture":"#0"},"south":{"uv":[1.25,4,1.5,4.5],"texture":"#0"},"west":{"uv":[0.75,4,1.25,4.5],"texture":"#0"},"up":{"uv":[0.75,4,0.5,3.5],"texture":"#0"},"down":{"uv":[1,3.5,0.75,4],"texture":"#0"}}},{"from":[9.9,9,3.3],"to":[12.9,11,6.3],"rotation":{"angle":-22.5,"axis":"z","origin":[11.4,10,4.8]},"faces":{"north":{"uv":[9.5,5.75,10.25,6.25],"texture":"#0"},"east":{"uv":[8.75,5.75,9.5,6.25],"texture":"#0"},"south":{"uv":[11,5.75,11.75,6.25],"texture":"#0"},"west":{"uv":[10.25,5.75,11,6.25],"texture":"#0"},"up":{"uv":[10.25,5.75,9.5,5],"texture":"#0"},"down":{"uv":[11,5,10.25,5.75],"texture":"#0"}}},{"from":[10.5,8,4.25],"to":[11.5,10,5.25],"rotation":{"angle":0,"axis":"y","origin":[8.12822,8.9707,7.71889]},"faces":{"north":{"uv":[0.25,6.5,0.5,7],"texture":"#0"},"east":{"uv":[0,6.5,0.25,7],"texture":"#0"},"south":{"uv":[0.75,6.5,1,7],"texture":"#0"},"west":{"uv":[0.5,6.5,0.75,7],"texture":"#0"},"up":{"uv":[0.5,6.5,0.25,6.25],"texture":"#0"},"down":{"uv":[0.75,6.25,0.5,6.5],"texture":"#0"}}},{"from":[10,10.40511,10.75858],"to":[12,11.40511,12.75858],"rotation":{"angle":22.5,"axis":"x","origin":[7.62822,8.9707,7.71889]},"faces":{"north":{"uv":[10.5,2,11,2.25],"texture":"#0"},"east":{"uv":[10,2,10.5,2.25],"texture":"#0"},"south":{"uv":[11.5,2,12,2.25],"texture":"#0"},"west":{"uv":[11,2,11.5,2.25],"texture":"#0"},"up":{"uv":[11,2,10.5,1.5],"texture":"#0"},"down":{"uv":[11.5,1.5,11,2],"texture":"#0"}}},{"from":[10.5,9.40511,11.25858],"to":[11.5,10.40511,12.25858],"rotation":{"angle":22.5,"axis":"x","origin":[7.62822,8.9707,7.71889]},"faces":{"north":{"uv":[5,6.5,5.25,6.75],"texture":"#0"},"east":{"uv":[4.75,6.5,5,6.75],"texture":"#0"},"south":{"uv":[5.5,6.5,5.75,6.75],"texture":"#0"},"west":{"uv":[5.25,6.5,5.5,6.75],"texture":"#0"},"up":{"uv":[5.25,6.5,5,6.25],"texture":"#0"},"down":{"uv":[5.5,6.25,5.25,6.5],"texture":"#0"}}},{"from":[10.90593,10.94131,8],"to":[11.90593,11.94131,9],"rotation":{"angle":-45,"axis":"z","origin":[7.62822,8.9707,7.71889]},"faces":{"north":{"uv":[0.25,5,0.5,5.25],"texture":"#0"},"east":{"uv":[0,5,0.25,5.25],"texture":"#0"},"south":{"uv":[0.75,5,1,5.25],"texture":"#0"},"west":{"uv":[0.5,5,0.75,5.25],"texture":"#0"},"up":{"uv":[0.5,5,0.25,4.75],"texture":"#0"},"down":{"uv":[0.75,4.75,0.5,5],"texture":"#0"}}},{"from":[10.40593,11.94131,7.5],"to":[12.40593,12.94131,9.5],"rotation":{"angle":-45,"axis":"z","origin":[7.62822,8.9707,7.71889]},"faces":{"north":{"uv":[10,0.5,10.5,0.75],"texture":"#0"},"east":{"uv":[9.5,0.5,10,0.75],"texture":"#0"},"south":{"uv":[11,0.5,11.5,0.75],"texture":"#0"},"west":{"uv":[10.5,0.5,11,0.75],"texture":"#0"},"up":{"uv":[10.5,0.5,10,0],"texture":"#0"},"down":{"uv":[11,0,10.5,0.5],"texture":"#0"}}},{"from":[6.5,10.47965,3.90285],"to":[7.5,11.47965,4.90285],"rotation":{"angle":-45,"axis":"x","origin":[7.62822,8.9707,7.71889]},"faces":{"north":{"uv":[6.5,3.75,6.75,4],"texture":"#0"},"east":{"uv":[6.25,3.75,6.5,4],"texture":"#0"},"south":{"uv":[7,3.75,7.25,4],"texture":"#0"},"west":{"uv":[6.75,3.75,7,4],"texture":"#0"},"up":{"uv":[6.75,3.75,6.5,3.5],"texture":"#0"},"down":{"uv":[7,3.5,6.75,3.75],"texture":"#0"}}},{"from":[6,11.47965,3.40285],"to":[8,12.47965,5.40285],"rotation":{"angle":-45,"axis":"x","origin":[7.62822,8.9707,7.71889]},"faces":{"north":{"uv":[10,7,10.5,7.25],"texture":"#0"},"east":{"uv":[9.5,7,10,7.25],"texture":"#0"},"south":{"uv":[11,7,11.5,7.25],"texture":"#0"},"west":{"uv":[10.5,7,11,7.25],"texture":"#0"},"up":{"uv":[10.5,7,10,6.5],"texture":"#0"},"down":{"uv":[11,6.5,10.5,7],"texture":"#0"}}},{"from":[6.5,8.96066,2.03934],"to":[7.5,9.46066,3.03934],"rotation":{"angle":-45,"axis":"x","origin":[7,9.46066,2.53934]},"faces":{"north":{"uv":[11,7,11.5,7.25],"texture":"#0"},"east":{"uv":[10.5,7,11,7.25],"texture":"#0"},"south":{"uv":[10,7,10.5,7.25],"texture":"#0"},"west":{"uv":[9.5,7,10,7.25],"texture":"#0"},"up":{"uv":[10.5,7,10,6.5],"rotation":180,"texture":"#0"},"down":{"uv":[11,6.5,10.5,7],"rotation":180,"texture":"#0"}}},{"from":[3.82599,4.02462,5],"to":[4.82599,6.02462,7],"rotation":{"angle":-45,"axis":"z","origin":[7.62822,8.9707,7.71889]},"faces":{"north":{"uv":[0.5,0.5,0.75,1],"texture":"#0"},"east":{"uv":[0,0.5,0.5,1],"texture":"#0"},"south":{"uv":[1.25,0.5,1.5,1],"texture":"#0"},"west":{"uv":[0.75,0.5,1.25,1],"texture":"#0"},"up":{"uv":[0.75,0.5,0.5,0],"texture":"#0"},"down":{"uv":[1,0,0.75,0.5],"texture":"#0"}}},{"from":[3.24062,5.95341,5.5],"to":[5.24062,6.95341,6.5],"rotation":{"angle":-22.5,"axis":"z","origin":[7.62822,8.9707,7.71889]},"faces":{"north":{"uv":[0.25,1.5,0.75,1.75],"texture":"#0"},"east":{"uv":[0,1.5,0.25,1.75],"texture":"#0"},"south":{"uv":[1,1.5,1.5,1.75],"texture":"#0"},"west":{"uv":[0.75,1.5,1,1.75],"texture":"#0"},"up":{"uv":[0.75,1.5,0.25,1.25],"texture":"#0"},"down":{"uv":[1.25,1.25,0.75,1.5],"texture":"#0"}}},{"from":[3.85972,10.49067,9],"to":[4.85972,11.49067,10],"rotation":{"angle":45,"axis":"z","origin":[7.62822,8.9707,7.71889]},"faces":{"north":{"uv":[6.5,4.5,6.75,4.75],"texture":"#0"},"east":{"uv":[6.25,4.5,6.5,4.75],"texture":"#0"},"south":{"uv":[7,4.5,7.25,4.75],"texture":"#0"},"west":{"uv":[6.75,4.5,7,4.75],"texture":"#0"},"up":{"uv":[6.75,4.5,6.5,4.25],"texture":"#0"},"down":{"uv":[7,4.25,6.75,4.5],"texture":"#0"}}},{"from":[2.14417,9.79804,8],"to":[5.14417,10.79804,11],"rotation":{"angle":22.5,"axis":"z","origin":[7.62822,8.9707,7.71889]},"faces":{"north":{"uv":[0.75,9.75,1.5,10],"texture":"#0"},"east":{"uv":[0,9.75,0.75,10],"texture":"#0"},"south":{"uv":[2.25,9.75,3,10],"texture":"#0"},"west":{"uv":[1.5,9.75,2.25,10],"texture":"#0"},"up":{"uv":[1.5,9.75,0.75,9],"texture":"#0"},"down":{"uv":[2.25,9,1.5,9.75],"texture":"#0"}}},{"from":[2.64417,10.79804,8.5],"to":[4.64417,11.54804,10.5],"rotation":{"angle":22.5,"axis":"z","origin":[7.62822,8.9707,7.71889]},"faces":{"north":{"uv":[0.75,9.75,1.5,10],"texture":"#0"},"east":{"uv":[0,9.75,0.75,10],"texture":"#0"},"south":{"uv":[2.25,9.75,3,10],"texture":"#0"},"west":{"uv":[1.5,9.75,2.25,10],"texture":"#0"},"up":{"uv":[1.5,9.75,0.75,9],"texture":"#0"},"down":{"uv":[2.25,9,1.5,9.75],"texture":"#0"}}},{"from":[0.38687,7.08239,7.5],"to":[4.38687,11.08239,7.5],"rotation":{"angle":22.5,"axis":"z","origin":[2.38687,9.08239,7.5]},"faces":{"north":{"uv":[1.75,11.25,3.25,12.75],"texture":"#0"},"south":{"uv":[3.25,11.25,1.75,12.75],"texture":"#0"}}},{"from":[11,7.5,7],"to":[15,11.5,7],"rotation":{"angle":22.5,"axis":"z","origin":[11,7.5,7]},"faces":{"north":{"uv":[5,11.25,3.5,12.75],"texture":"#0"},"south":{"uv":[3.5,11.25,5,12.75],"texture":"#0"}}},{"from":[10.75,8,10],"to":[14.75,12,10],"rotation":{"angle":-45,"axis":"z","origin":[10.75,8,7]},"faces":{"north":{"uv":[1.5,11.25,0,12.75],"texture":"#0"},"south":{"uv":[0,11.25,1.5,12.75],"texture":"#0"}}},{"from":[7.25,8,11],"to":[7.25,12,15],"rotation":{"angle":45,"axis":"x","origin":[10.25,8,11]},"faces":{"east":{"uv":[5,11.25,3.5,12.75],"texture":"#0"},"west":{"uv":[3.5,11.25,5,12.75],"texture":"#0"}}},{"from":[8.75,8,11],"to":[8.75,12,15],"rotation":{"angle":0,"axis":"y","origin":[11.75,8,11]},"faces":{"east":{"uv":[1.5,11.25,0,12.75],"texture":"#0"},"west":{"uv":[0,11.25,1.5,12.75],"texture":"#0"}}}],"display":{"gui":{"rotation":[-150,45,175],"translation":[-0.5,0,0],"scale":[0.85,0.85,0.85]},"head":{"translation":[0,8,0],"scale":[1.8,1.8,1.8]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/hat/yarn_head.json b/assets/minecraft/models/item/wynn/skin/hat/yarn_head.json new file mode 100644 index 000000000..0a4ebbf42 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/hat/yarn_head.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/hat","textures":{"0":"skins/yarn_head","particle":"skins/yarn_head"},"elements":[{"from":[3,0,3],"to":[13,6,13],"faces":{"north":{"uv":[0,5,5,8],"texture":"#0"},"east":{"uv":[0,5,5,8],"texture":"#0"},"south":{"uv":[0,5,5,8],"texture":"#0"},"west":{"uv":[0,5,5,8],"texture":"#0"},"up":{"uv":[0,0,5,5],"texture":"#0"},"down":{"uv":[0,0,5,5],"texture":"#0"}}},{"from":[1,3,8],"to":[17,4,9],"faces":{"north":{"uv":[5,0,13,0.5],"texture":"#0"},"east":{"uv":[6,0,6.5,0.5],"texture":"#0"},"south":{"uv":[13,0,5,0.5],"texture":"#0"},"west":{"uv":[0,0,0.5,0.5],"texture":"#0"},"up":{"uv":[13,0,5,0.5],"texture":"#0"},"down":{"uv":[13,0,5,0.5],"texture":"#0"}}},{"from":[-1,2,8],"to":[1,5,9],"faces":{"north":{"uv":[5,0.5,6,2],"texture":"#0"},"east":{"uv":[5.5,0.5,6,2],"texture":"#0"},"south":{"uv":[6,0.5,5,2],"texture":"#0"},"west":{"uv":[5.5,0.5,6,2],"texture":"#0"},"up":{"uv":[6,0.5,5,1],"texture":"#0"},"down":{"uv":[6,1.5,5,2],"texture":"#0"}}},{"from":[7,6,7],"to":[9,9,9],"faces":{"north":{"uv":[5,2,6,3.5],"texture":"#0"},"east":{"uv":[5,2,6,3.5],"texture":"#0"},"south":{"uv":[5,2,6,3.5],"texture":"#0"},"west":{"uv":[5,2,6,3.5],"texture":"#0"},"up":{"uv":[5,3.5,6,4.5],"texture":"#0"}}},{"from":[13,-4,4],"to":[13.01,0,5],"faces":{"east":{"uv":[5,4.5,5.5,6.5],"texture":"#0"},"west":{"uv":[5,4.5,5.5,6.5],"texture":"#0"}}}],"display":{"head":{"rotation":[5,0,0],"translation":[0,14,1],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/placeholder.json b/assets/minecraft/models/item/wynn/skin/placeholder.json new file mode 100644 index 000000000..1d3d81a5e --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/placeholder.json @@ -0,0 +1 @@ +{"parent":"builtin/generated","textures":{"layer0":"wynn/placeholder"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/acolyte_scepter.json b/assets/minecraft/models/item/wynn/skin/relik/acolyte_scepter.json new file mode 100644 index 000000000..ba9b099ca --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/acolyte_scepter.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/bone_gradient","1":"skins/fallen_smoke","3":"skins/twilight_gradient","4":"skins/gems","particle":"skins/bone_gradient"},"elements":[{"from":[7.01,-14.23105,5.85609],"to":[8.99,-11.25105,7.83609],"rotation":{"angle":22.5,"axis":"x","origin":[8,-12.05,8]},"faces":{"north":{"uv":[4.5,8.5,7.5,10.5],"rotation":270,"texture":"#3"},"east":{"uv":[4.5,9.5,7.5,11.5],"rotation":270,"texture":"#3"},"west":{"uv":[2.5,10,5.5,12],"rotation":90,"texture":"#3"}}},{"from":[7.26,-10.65642,6.26191],"to":[8.74,-9.67642,8.24191],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-10.16642,7.45626]},"faces":{"north":{"uv":[13.48,14.98,12,14],"texture":"#0"},"east":{"uv":[13.98,14.98,12,14],"texture":"#0"},"west":{"uv":[13.98,14.98,12,14],"texture":"#0"},"up":{"uv":[13.48,15.98,12,14],"texture":"#0"}}},{"from":[7.24,-10.67642,7.73809],"to":[8.76,-9.65642,9.75809],"rotation":{"angle":22.5,"axis":"x","origin":[8,-10.16642,8.54374]},"faces":{"east":{"uv":[14.02,15,12,13.98],"texture":"#0"},"south":{"uv":[13.52,15,12,13.98],"texture":"#0"},"west":{"uv":[14.02,15,12,13.98],"texture":"#0"},"up":{"uv":[13.52,16,12,13.98],"texture":"#0"}}},{"from":[6.75,-11.35,6],"to":[9.25,-10.35,10],"rotation":{"angle":0,"axis":"y","origin":[8,-12.05,8]},"faces":{"north":{"uv":[12,7,13,11],"rotation":90,"texture":"#0"},"east":{"uv":[12,7,13,11],"rotation":90,"texture":"#0"},"south":{"uv":[12,7,13,11],"rotation":90,"texture":"#0"},"west":{"uv":[12,7,13,11],"rotation":90,"texture":"#0"},"up":{"uv":[12,7,14,11],"rotation":180,"texture":"#0"},"down":{"uv":[12,7,13,11],"rotation":90,"texture":"#0"}}},{"from":[7.01,-14.23105,8.16391],"to":[8.99,-11.25105,10.14391],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-12.05,8]},"faces":{"east":{"uv":[4,8,7,10],"rotation":270,"texture":"#3"},"south":{"uv":[4,8,7,10],"rotation":270,"texture":"#3"},"west":{"uv":[2.5,8,5.5,10],"rotation":90,"texture":"#3"}}},{"from":[6.5,-13.89853,7.59853],"to":[9.5,-11.39853,10.09853],"rotation":{"angle":45,"axis":"x","origin":[8,-11.8,8]},"faces":{"north":{"uv":[0.5,10,3,12.5],"rotation":90,"texture":"#4"},"east":{"uv":[0.5,10,3,12.5],"rotation":90,"texture":"#4"},"south":{"uv":[0.5,10,3,12.5],"rotation":90,"texture":"#4"},"west":{"uv":[0.5,10,3,12.5],"texture":"#4"},"up":{"uv":[0.5,10,3,12.5],"rotation":90,"texture":"#4"},"down":{"uv":[0.5,10,3,12.5],"rotation":90,"texture":"#4"}}},{"from":[7,-14.89853,6.84853],"to":[9,-10.89853,10.84853],"rotation":{"angle":45,"axis":"x","origin":[8,-12.05,8]},"faces":{"north":{"uv":[2.5,8,4.5,12],"texture":"#3"},"east":{"uv":[2.5,8,6.5,12],"rotation":270,"texture":"#3"},"south":{"uv":[2.5,8,4.5,12],"texture":"#3"},"west":{"uv":[2.5,8,6.5,12],"rotation":180,"texture":"#3"},"up":{"uv":[2.5,8,4.5,12],"texture":"#3"},"down":{"uv":[2.5,8,4.5,12],"texture":"#3"}}},{"from":[7,8.60147,6.84853],"to":[9,12.60147,10.84853],"rotation":{"angle":45,"axis":"x","origin":[8,11.45,8]},"faces":{"north":{"uv":[2.5,8,4.5,12],"texture":"#3"},"east":{"uv":[2.5,8,6.5,12],"rotation":270,"texture":"#3"},"south":{"uv":[2.5,8,4.5,12],"texture":"#3"},"west":{"uv":[2.5,8,6.5,12],"rotation":180,"texture":"#3"},"up":{"uv":[2.5,8,4.5,12],"texture":"#3"},"down":{"uv":[2.5,8,4.5,12],"texture":"#3"}}},{"from":[7.01,9.26895,8.16391],"to":[8.99,12.24895,10.14391],"rotation":{"angle":-22.5,"axis":"x","origin":[8,11.45,8]},"faces":{"east":{"uv":[4,8,7,10],"rotation":270,"texture":"#3"},"south":{"uv":[4,8,7,10],"rotation":270,"texture":"#3"},"west":{"uv":[2.5,8,5.5,10],"rotation":90,"texture":"#3"}}},{"from":[6.75,12.15,6],"to":[9.25,13.15,10],"rotation":{"angle":0,"axis":"y","origin":[8,11.45,8]},"faces":{"north":{"uv":[5.5,8.5,6.5,11],"rotation":90,"texture":"#3"},"east":{"uv":[5.5,8.5,6.5,12.5],"rotation":90,"texture":"#3"},"south":{"uv":[5.5,8.5,6.5,11],"rotation":90,"texture":"#3"},"west":{"uv":[5.5,8.5,6.5,12.5],"rotation":90,"texture":"#3"},"up":{"uv":[5.5,8.5,8,12.5],"rotation":180,"texture":"#3"},"down":{"uv":[5.5,8.5,8,12.5],"rotation":180,"texture":"#3"}}},{"from":[7.01,9.26895,5.85609],"to":[8.99,12.24895,7.83609],"rotation":{"angle":22.5,"axis":"x","origin":[8,11.45,8]},"faces":{"north":{"uv":[4.5,8.5,7.5,10.5],"rotation":270,"texture":"#3"},"east":{"uv":[4.5,9.5,7.5,11.5],"rotation":270,"texture":"#3"},"west":{"uv":[2.5,10,5.5,12],"rotation":90,"texture":"#3"}}},{"from":[7.76924,12.97375,15.25399],"to":[8.66924,13.87375,15.65399],"rotation":{"angle":-45,"axis":"z","origin":[6,15.76494,7.62399]},"faces":{"north":{"uv":[15,12.5,16,11.5],"rotation":90,"texture":"#3"},"east":{"uv":[15,12.5,16,11.5],"rotation":90,"texture":"#3"},"south":{"uv":[15,12.5,16,11.5],"rotation":90,"texture":"#3"},"west":{"uv":[15,12.5,16,11.5],"rotation":90,"texture":"#3"},"up":{"uv":[15,12.5,16,11.5],"rotation":180,"texture":"#3"},"down":{"uv":[15,12.5,16,11.5],"texture":"#3"}}},{"from":[3.59276,12.23074,14.80399],"to":[4.44276,13.33074,15.40399],"rotation":{"angle":22.5,"axis":"z","origin":[6,15.76494,7.62399]},"faces":{"north":{"uv":[13.5,13,14.5,12],"texture":"#3"},"east":{"uv":[13.5,13,14.5,12],"rotation":270,"texture":"#3"},"south":{"uv":[13.5,13,14.5,12],"rotation":180,"texture":"#3"},"west":{"uv":[13.5,13,14.5,12],"rotation":90,"texture":"#3"},"up":{"uv":[13.5,13,14.5,12],"rotation":180,"texture":"#3"},"down":{"uv":[13.5,13,14.5,12],"rotation":180,"texture":"#3"}}},{"from":[4.32847,11.57856,14.35399],"to":[5.12847,12.87856,15.15399],"rotation":{"angle":0,"axis":"y","origin":[6,15.76494,7.62399]},"faces":{"north":{"uv":[10.5,12,11.5,13.5],"rotation":180,"texture":"#3"},"east":{"uv":[11.5,12,10.5,13.5],"rotation":180,"texture":"#3"},"south":{"uv":[11.5,12,10.5,13.5],"rotation":180,"texture":"#3"},"west":{"uv":[11.5,12,10.5,13.5],"rotation":180,"texture":"#3"},"up":{"uv":[10.5,11.5,9.5,12.5],"rotation":270,"texture":"#3"},"down":{"uv":[11,12,10,13],"rotation":270,"texture":"#3"}}},{"from":[5.05777,11.25756,13.90399],"to":[6.05777,12.75756,14.90399],"rotation":{"angle":-22.5,"axis":"z","origin":[6,15.76494,7.62399]},"faces":{"north":{"uv":[10.5,11.5,9,13.5],"rotation":180,"texture":"#3"},"east":{"uv":[10.5,11.5,9,13.5],"rotation":180,"texture":"#3"},"south":{"uv":[10.5,11.5,9,13.5],"rotation":180,"texture":"#3"},"west":{"uv":[10.5,11.5,9,13.5],"rotation":180,"texture":"#3"},"up":{"uv":[10.5,11.5,9,13],"rotation":270,"texture":"#3"},"down":{"uv":[10.5,12,9,13.5],"rotation":90,"texture":"#3"}}},{"from":[5.65439,11.24009,13.45399],"to":[6.85439,12.94009,14.65399],"rotation":{"angle":-45,"axis":"z","origin":[6,15.76494,7.62399]},"faces":{"north":{"uv":[8.5,11.5,10,13.5],"rotation":180,"texture":"#3"},"east":{"uv":[10,11.5,8.5,13.5],"rotation":180,"texture":"#3"},"south":{"uv":[10,11.5,8.5,13.5],"rotation":180,"texture":"#3"},"west":{"uv":[10,11.5,8.5,13.5],"rotation":180,"texture":"#3"},"up":{"uv":[8.5,13.5,10,12],"texture":"#3"},"down":{"uv":[8.5,13.5,10,12],"rotation":180,"texture":"#3"}}},{"from":[1.68733,14.35265,13.00399],"to":[3.58733,15.75265,14.40399],"rotation":{"angle":22.5,"axis":"z","origin":[6,15.76494,7.62399]},"faces":{"north":{"uv":[7.5,11.5,9,13.5],"rotation":90,"texture":"#3"},"east":{"uv":[9,12,7.5,13.5],"texture":"#3"},"south":{"uv":[9,11.5,7.5,13.5],"rotation":270,"texture":"#3"},"west":{"uv":[10,11.5,8.5,13],"rotation":180,"texture":"#3"},"up":{"uv":[8.5,11.5,7.5,13.5],"rotation":270,"texture":"#3"},"down":{"uv":[9,11.5,7.5,13.5],"rotation":270,"texture":"#3"}}},{"from":[2.02031,14.1032,12.40399],"to":[4.12031,15.7032,14.00399],"rotation":{"angle":0,"axis":"y","origin":[6,15.76494,7.62399]},"faces":{"north":{"uv":[6,13.5,8,11],"rotation":90,"texture":"#3"},"east":{"uv":[6,13,8,11],"rotation":90,"texture":"#3"},"south":{"uv":[6,13.5,8,11],"rotation":90,"texture":"#3"},"west":{"uv":[6.5,13.5,8.5,11.5],"rotation":90,"texture":"#3"},"up":{"uv":[6,13,8.5,11],"rotation":180,"texture":"#3"},"down":{"uv":[6,13,8.5,11],"texture":"#3"}}},{"from":[2.54076,14.5702,11.37399],"to":[5.02076,16.5502,13.35399],"rotation":{"angle":-45,"axis":"z","origin":[6,15.76494,7.62399]},"faces":{"north":{"uv":[3.5,13.5,5.5,11],"rotation":90,"texture":"#3"},"east":{"uv":[3.5,13,5.5,11],"rotation":90,"texture":"#3"},"south":{"uv":[3.5,13.5,5.5,11],"rotation":90,"texture":"#3"},"west":{"uv":[3.5,13,5.5,11],"rotation":90,"texture":"#3"},"up":{"uv":[4.5,11,2.5,13.5],"rotation":270,"texture":"#3"},"down":{"uv":[5.5,11,3.5,13.5],"rotation":90,"texture":"#3"}}},{"from":[5.96697,17.04162,10.38399],"to":[7.94697,19.52162,12.36399],"rotation":{"angle":0,"axis":"y","origin":[6,15.76494,7.62399]},"faces":{"north":{"uv":[2,11,0,13.5],"texture":"#3"},"east":{"uv":[2,11,0,13.5],"texture":"#3"},"south":{"uv":[2,11,0,13.5],"texture":"#3"},"west":{"uv":[2,11,0,13.5],"texture":"#3"},"up":{"uv":[2,11,0,13],"rotation":90,"texture":"#3"},"down":{"uv":[2,11,0,13],"rotation":270,"texture":"#3"}}},{"from":[5.40169,16.76137,10.87399],"to":[7.40169,19.26137,12.87399],"rotation":{"angle":22.5,"axis":"z","origin":[6,15.76494,7.62399]},"faces":{"north":{"uv":[1.5,13.5,3.5,11],"texture":"#3"},"east":{"uv":[2,11,0,13.5],"texture":"#3"},"south":{"uv":[1.5,13.5,3.5,11],"rotation":180,"texture":"#3"},"west":{"uv":[2.5,13.5,4.5,11],"rotation":90,"texture":"#3"},"up":{"uv":[1.5,13,3.5,11],"rotation":180,"texture":"#3"},"down":{"uv":[1.5,13.5,3.5,11.5],"rotation":180,"texture":"#3"}}},{"from":[2.34687,14.18493,11.90399],"to":[4.64687,15.98493,13.70399],"rotation":{"angle":-22.5,"axis":"z","origin":[6,15.76494,7.62399]},"faces":{"north":{"uv":[3.5,13.5,5.5,11],"rotation":90,"texture":"#3"},"east":{"uv":[5,13.5,7,11.5],"rotation":90,"texture":"#3"},"south":{"uv":[5,13.5,7,11],"rotation":90,"texture":"#3"},"west":{"uv":[4,13.5,6,11.5],"rotation":90,"texture":"#3"},"up":{"uv":[4.5,11,2.5,13.5],"rotation":270,"texture":"#3"},"down":{"uv":[5.5,11,3.5,13.5],"rotation":90,"texture":"#3"}}},{"from":[2.34687,14.18493,2.29399],"to":[4.64687,15.98493,4.09399],"rotation":{"angle":-22.5,"axis":"z","origin":[6,15.76494,8.37399]},"faces":{"north":{"uv":[5,11,7,13.5],"rotation":90,"texture":"#3"},"east":{"uv":[5,11.5,7,13.5],"rotation":90,"texture":"#3"},"south":{"uv":[3.5,11,5.5,13.5],"rotation":90,"texture":"#3"},"west":{"uv":[4,11.5,6,13.5],"rotation":90,"texture":"#3"},"up":{"uv":[2.5,11,4.5,13.5],"rotation":270,"texture":"#3"},"down":{"uv":[3.5,11,5.5,13.5],"rotation":90,"texture":"#3"}}},{"from":[2.54076,14.5702,2.64399],"to":[5.02076,16.5502,4.62399],"rotation":{"angle":-45,"axis":"z","origin":[6,15.76494,8.37399]},"faces":{"north":{"uv":[3.5,11,5.5,13.5],"rotation":90,"texture":"#3"},"east":{"uv":[3.5,11,5.5,13],"rotation":90,"texture":"#3"},"south":{"uv":[3.5,11,5.5,13.5],"rotation":90,"texture":"#3"},"west":{"uv":[3.5,11,5.5,13],"rotation":90,"texture":"#3"},"up":{"uv":[2.5,11,4.5,13.5],"rotation":270,"texture":"#3"},"down":{"uv":[3.5,11,5.5,13.5],"rotation":90,"texture":"#3"}}},{"from":[7.76924,12.97375,0.34399],"to":[8.66924,13.87375,0.74399],"rotation":{"angle":-45,"axis":"z","origin":[6,15.76494,8.37399]},"faces":{"north":{"uv":[15,11.5,16,12.5],"rotation":90,"texture":"#3"},"east":{"uv":[15,11.5,16,12.5],"rotation":90,"texture":"#3"},"south":{"uv":[15,11.5,16,12.5],"rotation":90,"texture":"#3"},"west":{"uv":[15,11.5,16,12.5],"rotation":90,"texture":"#3"},"up":{"uv":[15,11.5,16,12.5],"rotation":180,"texture":"#3"},"down":{"uv":[15,11.5,16,12.5],"texture":"#3"}}},{"from":[3.59276,12.23074,0.59399],"to":[4.44276,13.33074,1.19399],"rotation":{"angle":22.5,"axis":"z","origin":[6,15.76494,8.37399]},"faces":{"north":{"uv":[13.5,12,14.5,13],"texture":"#3"},"east":{"uv":[13.5,12,14.5,13],"rotation":270,"texture":"#3"},"south":{"uv":[13.5,12,14.5,13],"rotation":180,"texture":"#3"},"west":{"uv":[13.5,12,14.5,13],"rotation":90,"texture":"#3"},"up":{"uv":[13.5,12,14.5,13],"rotation":180,"texture":"#3"},"down":{"uv":[13.5,12,14.5,13],"rotation":180,"texture":"#3"}}},{"from":[4.32847,11.57856,0.84399],"to":[5.12847,12.87856,1.64399],"rotation":{"angle":0,"axis":"y","origin":[6,15.76494,8.37399]},"faces":{"north":{"uv":[10.5,12,11.5,13.5],"rotation":180,"texture":"#3"},"east":{"uv":[10.5,12,11.5,13.5],"rotation":180,"texture":"#3"},"south":{"uv":[11.5,12,10.5,13.5],"rotation":180,"texture":"#3"},"west":{"uv":[10.5,12,11.5,13.5],"rotation":180,"texture":"#3"},"up":{"uv":[9.5,11.5,10.5,12.5],"rotation":270,"texture":"#3"},"down":{"uv":[10,12,11,13],"rotation":270,"texture":"#3"}}},{"from":[5.05777,11.25756,1.09399],"to":[6.05777,12.75756,2.09399],"rotation":{"angle":-22.5,"axis":"z","origin":[6,15.76494,8.37399]},"faces":{"north":{"uv":[9,11.5,10.5,13.5],"rotation":180,"texture":"#3"},"east":{"uv":[9,11.5,10.5,13.5],"rotation":180,"texture":"#3"},"south":{"uv":[9,11.5,10.5,13.5],"rotation":180,"texture":"#3"},"west":{"uv":[9,11.5,10.5,13.5],"rotation":180,"texture":"#3"},"up":{"uv":[9,11.5,10.5,13],"rotation":270,"texture":"#3"},"down":{"uv":[9,12,10.5,13.5],"rotation":90,"texture":"#3"}}},{"from":[5.65439,11.24009,1.34399],"to":[6.85439,12.94009,2.54399],"rotation":{"angle":-45,"axis":"z","origin":[6,15.76494,8.37399]},"faces":{"north":{"uv":[8.5,11.5,10,13.5],"rotation":180,"texture":"#3"},"east":{"uv":[8.5,11.5,10,13.5],"rotation":180,"texture":"#3"},"south":{"uv":[10,11.5,8.5,13.5],"rotation":180,"texture":"#3"},"west":{"uv":[8.5,11.5,10,13.5],"rotation":180,"texture":"#3"},"up":{"uv":[8.5,12,10,13.5],"texture":"#3"},"down":{"uv":[8.5,12,10,13.5],"rotation":180,"texture":"#3"}}},{"from":[1.68733,14.35265,1.59399],"to":[3.58733,15.75265,2.99399],"rotation":{"angle":22.5,"axis":"z","origin":[6,15.76494,8.37399]},"faces":{"north":{"uv":[7.5,11.5,9,13.5],"rotation":90,"texture":"#3"},"east":{"uv":[7.5,12,9,13.5],"texture":"#3"},"south":{"uv":[9,11.5,7.5,13.5],"rotation":270,"texture":"#3"},"west":{"uv":[8.5,11.5,10,13],"rotation":180,"texture":"#3"},"up":{"uv":[7.5,11.5,8.5,13.5],"rotation":270,"texture":"#3"},"down":{"uv":[7.5,11.5,9,13.5],"rotation":270,"texture":"#3"}}},{"from":[2.02031,14.1032,1.99399],"to":[4.12031,15.7032,3.59399],"rotation":{"angle":0,"axis":"y","origin":[6,15.76494,8.37399]},"faces":{"north":{"uv":[6,11,8,13.5],"rotation":90,"texture":"#3"},"east":{"uv":[6,11,8,13],"rotation":90,"texture":"#3"},"south":{"uv":[6,11,8,13.5],"rotation":90,"texture":"#3"},"west":{"uv":[6.5,11.5,8.5,13.5],"rotation":90,"texture":"#3"},"up":{"uv":[6,11,8.5,13],"rotation":180,"texture":"#3"},"down":{"uv":[6,11,8.5,13],"texture":"#3"}}},{"from":[8.92771,15.38052,9.89399],"to":[10.63771,17.09052,12.10399],"rotation":{"angle":22.5,"axis":"z","origin":[6,15.76494,7.62399]},"faces":{"north":{"uv":[0,11,1.73,12.73],"rotation":270,"texture":"#3"},"east":{"uv":[0,11,1.73,13.23],"rotation":270,"texture":"#3"},"south":{"uv":[0,11,1.73,12.73],"rotation":270,"texture":"#3"},"west":{"uv":[0,11,1.73,13.23],"rotation":270,"texture":"#3"},"up":{"uv":[0,11,1.73,13.23],"texture":"#3"},"down":{"uv":[0,11,1.73,13.23],"rotation":180,"texture":"#3"}}},{"from":[8.92771,15.38052,3.89399],"to":[10.63771,17.09052,6.10399],"rotation":{"angle":22.5,"axis":"z","origin":[6,15.76494,8.37399]},"faces":{"north":{"uv":[0,11,1.73,12.73],"rotation":270,"texture":"#3"},"east":{"uv":[0,11,1.73,13.23],"rotation":270,"texture":"#3"},"south":{"uv":[0,11,1.73,12.73],"rotation":270,"texture":"#3"},"west":{"uv":[0,11,1.73,13.23],"rotation":270,"texture":"#3"},"up":{"uv":[0,11,1.73,13.23],"texture":"#3"},"down":{"uv":[0,11,1.73,13.23],"rotation":180,"texture":"#3"}}},{"from":[6.36114,17.50073,9.88399],"to":[8.34114,19.98073,12.11399],"rotation":{"angle":-22.5,"axis":"z","origin":[6,15.76494,7.62399]},"faces":{"north":{"uv":[0,11,2,13.5],"rotation":180,"texture":"#3"},"east":{"uv":[0,11,2.5,13.25],"rotation":90,"texture":"#3"},"south":{"uv":[0,11,2,13.5],"texture":"#3"},"west":{"uv":[0,11,2.5,13.25],"rotation":270,"texture":"#3"},"up":{"uv":[0,11,2,13.25],"texture":"#3"},"down":{"uv":[0,11,2,13.25],"texture":"#3"}}},{"from":[6.36114,17.50073,3.88399],"to":[8.34114,19.98073,6.11399],"rotation":{"angle":-22.5,"axis":"z","origin":[6,15.76494,8.37399]},"faces":{"north":{"uv":[0,11,2,13.5],"rotation":180,"texture":"#3"},"east":{"uv":[0,11,2.5,13.25],"rotation":90,"texture":"#3"},"south":{"uv":[0,11,2,13.5],"texture":"#3"},"west":{"uv":[0,11,2.5,13.25],"rotation":270,"texture":"#3"},"up":{"uv":[0,11,2,13.25],"texture":"#3"},"down":{"uv":[0,11,2,13.25],"texture":"#3"}}},{"from":[5.96697,17.04162,3.63399],"to":[7.94697,19.52162,5.61399],"rotation":{"angle":0,"axis":"y","origin":[6,15.76494,8.37399]},"faces":{"north":{"uv":[0,11,2,13.5],"texture":"#3"},"east":{"uv":[0,11,2,13.5],"texture":"#3"},"south":{"uv":[0,11,2,13.5],"texture":"#3"},"west":{"uv":[0,11,2,13.5],"texture":"#3"},"up":{"uv":[0,11,2,13],"rotation":90,"texture":"#3"},"down":{"uv":[0,11,2,13],"rotation":270,"texture":"#3"}}},{"from":[5.40169,16.76137,3.12399],"to":[7.40169,19.26137,5.12399],"rotation":{"angle":22.5,"axis":"z","origin":[6,15.76494,8.37399]},"faces":{"north":{"uv":[1.5,11,3.5,13.5],"texture":"#3"},"east":{"uv":[0,11,2,13.5],"texture":"#3"},"south":{"uv":[1.5,11,3.5,13.5],"rotation":180,"texture":"#3"},"west":{"uv":[2.5,11,4.5,13.5],"rotation":90,"texture":"#3"},"up":{"uv":[1.5,11,3.5,13],"rotation":180,"texture":"#3"},"down":{"uv":[1.5,11.5,3.5,13.5],"rotation":180,"texture":"#3"}}},{"from":[8.5,4.17157,7.40736],"to":[8.51,18.17157,21.40736],"rotation":{"angle":-22.5,"axis":"x","origin":[8.505,11.17157,14.40736]},"faces":{"east":{"uv":[0,0,16,16],"rotation":180,"texture":"#1"},"west":{"uv":[16,0,0,16],"rotation":180,"texture":"#1"}}},{"from":[8.5,4.17157,-5.40736],"to":[8.51,18.17157,8.59264],"rotation":{"angle":22.5,"axis":"x","origin":[8.505,11.17157,1.59264]},"faces":{"east":{"uv":[0,16,16,0],"texture":"#1"},"west":{"uv":[16,16,0,0],"texture":"#1"}}},{"from":[8.25,13.5,4.75],"to":[10.25,17.5,7.75],"rotation":{"angle":-22.5,"axis":"x","origin":[9.25,15.5,6.25]},"faces":{"north":{"uv":[0,0,2,4],"texture":"#0"},"east":{"uv":[0,0,3,4],"texture":"#0"},"south":{"uv":[0,0,2,4],"texture":"#0"},"west":{"uv":[0,0,3,4],"texture":"#0"},"up":{"uv":[0,0,2,3],"texture":"#0"},"down":{"uv":[0,0,2,3],"texture":"#0"}}},{"from":[9.44646,10.69823,6],"to":[11.44646,16.69823,10],"rotation":{"angle":0,"axis":"y","origin":[11.22834,11.97003,8]},"faces":{"north":{"uv":[0,0,2,6],"texture":"#0"},"east":{"uv":[0,0,4,6],"texture":"#0"},"south":{"uv":[0,0,2,6],"texture":"#0"},"west":{"uv":[0,0,4,6],"texture":"#0"},"up":{"uv":[0,0,2,4],"texture":"#0"},"down":{"uv":[0,0,2,4],"texture":"#0"}}},{"from":[7.44925,12.62508,6.01],"to":[9.42925,16.60508,9.99],"rotation":{"angle":-22.5,"axis":"z","origin":[8.43925,14.61508,8]},"faces":{"north":{"uv":[0,0,2,4],"texture":"#0"},"east":{"uv":[0,0,4,4],"texture":"#0"},"south":{"uv":[0,0,2,4],"texture":"#0"},"west":{"uv":[0,0,4,4],"texture":"#0"},"up":{"uv":[0,0,2,4],"texture":"#0"},"down":{"uv":[0,0,2,4],"texture":"#0"}}},{"from":[6.94925,11.87508,7.01],"to":[9.42925,13.10508,8.99],"rotation":{"angle":-22.5,"axis":"z","origin":[8.43925,14.61508,8]},"faces":{"north":{"uv":[2.5,7,4.75,11.5],"texture":"#3"},"east":{"uv":[2.5,7,3.5,11.5],"texture":"#3"},"south":{"uv":[2.5,7,4.75,11.5],"texture":"#3"},"west":{"uv":[2.5,7,3.5,11.5],"texture":"#3"},"up":{"uv":[2.5,7,4.75,8],"texture":"#3"},"down":{"uv":[2.5,7,4.75,8],"texture":"#3"}}},{"from":[11.30315,10.79186,6.75],"to":[13.30315,16.79186,9.25],"rotation":{"angle":22.5,"axis":"z","origin":[11.22834,11.97003,8]},"faces":{"north":{"uv":[0,0,2,6],"texture":"#0"},"east":{"uv":[0,0,2.5,6],"texture":"#0"},"south":{"uv":[0,0,2,6],"texture":"#0"},"up":{"uv":[0,0,2,2.5],"texture":"#0"},"down":{"uv":[0,2.5,2,5],"texture":"#0"}}},{"from":[9.62346,7.65828,6.49],"to":[11.64346,11.67828,9.51],"rotation":{"angle":22.5,"axis":"z","origin":[11.22834,11.97003,8]},"faces":{"north":{"uv":[1.5,4.5,3.5,8.5],"texture":"#0"},"east":{"uv":[4,11.5,7,15.5],"rotation":180,"texture":"#0"},"south":{"uv":[1.5,4.5,3.5,8.5],"texture":"#0"},"west":{"uv":[1.5,4.5,4.5,8.5],"texture":"#0"},"down":{"uv":[1.5,4.5,3.5,7.5],"texture":"#0"}}},{"from":[10.62346,8.40828,8.74],"to":[12.64346,12.42828,9.76],"rotation":{"angle":22.5,"axis":"z","origin":[11.22834,11.97003,8]},"faces":{"north":{"uv":[1,4.5,3,8.5],"texture":"#0"},"east":{"uv":[1,4.5,2,8.5],"texture":"#0"},"south":{"uv":[1,4.5,3,8.5],"texture":"#0"},"west":{"uv":[1,4.5,2,8.5],"texture":"#0"},"down":{"uv":[1,4.5,3,5.5],"texture":"#0"}}},{"from":[10.62346,8.40828,6.24],"to":[12.64346,12.42828,7.26],"rotation":{"angle":22.5,"axis":"z","origin":[11.22834,11.97003,8]},"faces":{"north":{"uv":[1,4.5,3,8.5],"texture":"#0"},"east":{"uv":[1,4.5,2,8.5],"texture":"#0"},"south":{"uv":[1,4.5,3,8.5],"texture":"#0"},"west":{"uv":[1,4.5,2,8.5],"texture":"#0"},"down":{"uv":[1,4.5,3,5.5],"texture":"#0"}}},{"from":[11.55315,9.54186,7.25],"to":[13.80315,13.79186,8.75],"rotation":{"angle":22.5,"axis":"z","origin":[11.22834,11.97003,8]},"faces":{"north":{"uv":[4.5,4,6.75,8.25],"texture":"#0"},"east":{"uv":[5.5,4,7,8.25],"texture":"#0"},"south":{"uv":[7.75,4,5.5,8.25],"texture":"#0"},"up":{"uv":[5.5,4,7.75,5.5],"rotation":180,"texture":"#0"},"down":{"uv":[5.5,12,7,13.5],"texture":"#0"}}},{"from":[8.88462,12.68048,9.5],"to":[12.13462,15.68048,10.5],"rotation":{"angle":22.5,"axis":"y","origin":[10.88462,14.68048,10]},"faces":{"north":{"uv":[2,5,5,8],"texture":"#0"},"east":{"uv":[2,5,3,8],"texture":"#0"},"south":{"uv":[2,5,5,8],"texture":"#0"},"west":{"uv":[2,5,3,8],"texture":"#0"},"up":{"uv":[2,5,5,6],"texture":"#0"},"down":{"uv":[2,5,5,6],"texture":"#0"}}},{"from":[8.88462,12.68048,5.5],"to":[12.13462,15.68048,6.5],"rotation":{"angle":-22.5,"axis":"y","origin":[10.88462,14.68048,6]},"faces":{"north":{"uv":[4,6,1,9],"texture":"#0"},"east":{"uv":[2,6,1,9],"texture":"#0"},"south":{"uv":[4,6,1,9],"texture":"#0"},"west":{"uv":[2,6,1,9],"texture":"#0"},"up":{"uv":[1,7,4,6],"texture":"#0"},"down":{"uv":[1,7,4,6],"texture":"#0"}}},{"from":[9.55557,11.55928,5.75],"to":[11.55557,13.80928,10.25],"rotation":{"angle":-45,"axis":"z","origin":[11.37834,11.67003,8]},"faces":{"north":{"uv":[4,7,2,9],"texture":"#0"},"east":{"uv":[6.5,7,2,9],"texture":"#0"},"south":{"uv":[4,7,2,9],"texture":"#0"},"up":{"uv":[5,7,0.5,9],"rotation":270,"texture":"#0"},"down":{"uv":[5,7,0.5,9],"rotation":90,"texture":"#0"}}},{"from":[10.19802,12.36338,5.25],"to":[12.69802,14.86338,10.75],"rotation":{"angle":22.5,"axis":"z","origin":[11.22834,11.97003,8]},"faces":{"north":{"uv":[0.5,14.5,3,12],"rotation":180,"texture":"#0"},"east":{"uv":[3,12,0.5,12.5],"rotation":90,"texture":"#0"},"south":{"uv":[0.5,12,3,14.5],"texture":"#0"},"west":{"uv":[3,12,0.5,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[3,12,0.5,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[4.5,5.5,2,8],"rotation":90,"texture":"#0"}}},{"from":[8.25,13.5,8.25],"to":[10.25,17.5,11.25],"rotation":{"angle":22.5,"axis":"x","origin":[9.25,15.5,9.75]},"faces":{"north":{"uv":[2,0,4,4],"texture":"#0"},"east":{"uv":[3,0,6,4],"texture":"#0"},"south":{"uv":[2,0,4,4],"texture":"#0"},"west":{"uv":[3,0,6,4],"texture":"#0"},"up":{"uv":[0,3,2,6],"texture":"#0"},"down":{"uv":[0,3,2,6],"texture":"#0"}}},{"from":[7.1,-10.4,7.1],"to":[8.9,9.4,8.9],"rotation":{"angle":0,"axis":"y","origin":[0,-11,0]},"faces":{"north":{"uv":[11.5,0,10,16],"texture":"#0"},"east":{"uv":[10,0,11.5,16],"texture":"#0"},"south":{"uv":[11.5,0,10,16],"texture":"#0"},"west":{"uv":[10,0,11.5,16],"texture":"#0"}}},{"from":[6.71,-1.44,6.71],"to":[9.29,6.14,9.29],"rotation":{"angle":0,"axis":"y","origin":[15,6.1,15]},"faces":{"north":{"uv":[12,0.5,14,5.5],"rotation":180,"texture":"#0"},"east":{"uv":[12,6,14,11],"texture":"#0"},"south":{"uv":[12,12,14,7],"rotation":180,"texture":"#0"},"west":{"uv":[12,5.5,14,10.5],"texture":"#0"},"up":{"uv":[12,5.5,14,10.5],"texture":"#0"},"down":{"uv":[12,0,14,1.5],"texture":"#0"}}},{"from":[6.76,5.59707,7.02276],"to":[9.258,7.42707,8.85276],"rotation":{"angle":45,"axis":"x","origin":[7.541,6.24607,7.52176]},"faces":{"north":{"uv":[12,14,14,16],"rotation":180,"texture":"#0"},"east":{"uv":[12,14,14,16],"rotation":270,"texture":"#0"},"south":{"uv":[12,14,14,16],"rotation":270,"texture":"#0"},"west":{"uv":[12,14,14,16],"rotation":180,"texture":"#0"},"up":{"uv":[12,14,14,16],"rotation":180,"texture":"#0"}}},{"from":[6.76,-2.325,7.08901],"to":[9.258,-0.495,8.91901],"rotation":{"angle":45,"axis":"x","origin":[8.009,-1.41,8.00401]},"faces":{"east":{"uv":[12,14,14,16],"rotation":90,"texture":"#0"},"south":{"uv":[12,14,14,16],"texture":"#0"},"west":{"uv":[12,14,14,16],"texture":"#0"},"up":{"uv":[12,14,14,16],"rotation":270,"texture":"#0"},"down":{"uv":[12,14,14,16],"rotation":180,"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-172,0],"translation":[0,4.5,1.5],"scale":[0.85,0.85,0.85]},"thirdperson_lefthand":{"rotation":[0,9,0],"translation":[0,4.5,1.5],"scale":[0.85,0.85,0.85]},"firstperson_righthand":{"rotation":[-14,-167,0],"translation":[7.25,1,-6.25]},"firstperson_lefthand":{"rotation":[-14,9,0],"translation":[7.25,1,-6.25]},"gui":{"rotation":[30,-130,30],"translation":[0,3,0],"scale":[0.53,0.53,0.53]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/anchor_relik.json b/assets/minecraft/models/item/wynn/skin/relik/anchor_relik.json new file mode 100644 index 000000000..2b1a6cea2 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/anchor_relik.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/anchor_atlas"},"elements":[{"from":[2,10,7.75],"to":[3.25,10.5,8.25],"faces":{"north":{"uv":[0.6875,5.4375,0.375,5.5625],"texture":"#0"},"east":{"uv":[2.4375,3.5625,2.3125,3.6875],"texture":"#0"},"south":{"uv":[0.375,5.1875,0.6875,5.3125],"texture":"#0"},"west":{"uv":[2.6875,13.3125,2.8125,13.4375],"texture":"#0"},"up":{"uv":[0.375,5.8125,0.6875,5.6875],"texture":"#0"},"down":{"uv":[0.375,2.4375,0.6875,2.5625],"texture":"#0"}}},{"from":[2,10.5,7.75],"to":[3,11,8.25],"faces":{"north":{"uv":[0.25,1.1875,0,1.3125],"texture":"#0"},"east":{"uv":[2.4375,4.0625,2.3125,4.1875],"texture":"#0"},"south":{"uv":[0,0.9375,0.25,1.0625],"texture":"#0"},"west":{"uv":[2.3125,3.8125,2.4375,3.9375],"texture":"#0"},"up":{"uv":[0,3.3125,0.25,3.1875],"texture":"#0"},"down":{"uv":[0,3.4375,0.25,3.5625],"texture":"#0"}}},{"from":[2,11,7.75],"to":[2.5,11.25,8.25],"faces":{"north":{"uv":[1.0625,0.125,0.9375,0.1875],"texture":"#0"},"east":{"uv":[9.9375,12.6875,9.8125,12.75],"texture":"#0"},"south":{"uv":[9.3125,12.6875,9.4375,12.75],"texture":"#0"},"west":{"uv":[9.5625,12.6875,9.6875,12.75],"texture":"#0"},"up":{"uv":[2.3125,4.6875,2.4375,4.5625],"texture":"#0"},"down":{"uv":[2.3125,4.3125,2.4375,4.4375],"texture":"#0"}}},{"from":[2.25,9.25,7.75],"to":[2.5,10,8.25],"faces":{"north":{"uv":[0.8125,0.125,0.75,0.3125],"texture":"#0"},"east":{"uv":[1.6875,5,1.5625,5.1875],"texture":"#0"},"south":{"uv":[2.6875,9.25,2.75,9.4375],"texture":"#0"},"west":{"uv":[1.8125,10.3125,1.9375,10.5],"texture":"#0"},"up":{"uv":[0.75,1.0625,0.8125,0.9375],"texture":"#0"},"down":{"uv":[0.75,1.1875,0.8125,1.3125],"texture":"#0"}}},{"from":[2.25,9.75,7.5],"to":[2.5,10.75,7.75],"faces":{"north":{"uv":[2.375,8.3125,2.3125,8.5625],"texture":"#0"},"east":{"uv":[2.5625,9.0625,2.5,9.3125],"texture":"#0"},"south":{"uv":[2.5,8.6875,2.5625,8.9375],"texture":"#0"},"west":{"uv":[2.3125,8.6875,2.375,8.9375],"texture":"#0"},"up":{"uv":[3.1875,0.1875,3.25,0.125],"texture":"#0"},"down":{"uv":[15.8125,13.5625,15.875,13.625],"texture":"#0"}}},{"from":[2.25,9.75,8.25],"to":[2.5,10.75,8.5],"faces":{"north":{"uv":[2.125,2.0625,2.0625,2.3125],"texture":"#0"},"east":{"uv":[2.125,3.1875,2.0625,3.4375],"texture":"#0"},"south":{"uv":[2.0625,2.4375,2.125,2.6875],"texture":"#0"},"west":{"uv":[2.0625,2.8125,2.125,3.0625],"texture":"#0"},"up":{"uv":[15.8125,12.375,15.875,12.3125],"texture":"#0"},"down":{"uv":[15.8125,12.6875,15.875,12.75],"texture":"#0"}}},{"from":[2.25,11.25,7.75],"to":[2.5,12,8.25],"faces":{"north":{"uv":[2.75,8,2.6875,8.1875],"texture":"#0"},"east":{"uv":[1.6875,3.4375,1.5625,3.625],"texture":"#0"},"south":{"uv":[2.6875,7.6875,2.75,7.875],"texture":"#0"},"west":{"uv":[1.8125,5,1.9375,5.1875],"texture":"#0"},"up":{"uv":[1.875,9.4375,1.9375,9.3125],"texture":"#0"},"down":{"uv":[1.875,9.5625,1.9375,9.6875],"texture":"#0"}}},{"from":[2.5,9.75,7.75],"to":[2.75,10,8.25],"faces":{"north":{"uv":[3.625,0.125,3.5625,0.1875],"texture":"#0"},"east":{"uv":[10.4375,12.6875,10.3125,12.75],"texture":"#0"},"south":{"uv":[4.1875,8.75,4.25,8.8125],"texture":"#0"},"west":{"uv":[10.0625,12.6875,10.1875,12.75],"texture":"#0"},"up":{"uv":[1.875,8.5625,1.9375,8.4375],"texture":"#0"},"down":{"uv":[1.875,8.6875,1.9375,8.8125],"texture":"#0"}}},{"from":[2.5,10,7.5],"to":[2.75,10.75,7.75],"faces":{"north":{"uv":[2.75,5.8125,2.6875,6],"texture":"#0"},"east":{"uv":[2.75,4.875,2.6875,5.0625],"texture":"#0"},"south":{"uv":[2.6875,5.5,2.75,5.6875],"texture":"#0"},"west":{"uv":[2.6875,5.1875,2.75,5.375],"texture":"#0"},"up":{"uv":[4.1875,8.4375,4.25,8.375],"texture":"#0"},"down":{"uv":[4.1875,8.5625,4.25,8.625],"texture":"#0"}}},{"from":[2.5,10,8.25],"to":[2.75,10.75,8.5],"faces":{"north":{"uv":[2.75,4.5625,2.6875,4.75],"texture":"#0"},"east":{"uv":[2.75,3.625,2.6875,3.8125],"texture":"#0"},"south":{"uv":[2.6875,4.25,2.75,4.4375],"texture":"#0"},"west":{"uv":[2.6875,3.9375,2.75,4.125],"texture":"#0"},"up":{"uv":[4.1875,8.0625,4.25,8],"texture":"#0"},"down":{"uv":[4.1875,8.1875,4.25,8.25],"texture":"#0"}}},{"from":[2.5,11.75,7.75],"to":[2.75,12.25,8.25],"faces":{"north":{"uv":[1.9375,5.8125,1.875,5.9375],"texture":"#0"},"east":{"uv":[1.4375,1.375,1.3125,1.5],"texture":"#0"},"south":{"uv":[1.875,5.5625,1.9375,5.6875],"texture":"#0"},"west":{"uv":[2.0625,9.9375,2.1875,10.0625],"texture":"#0"},"up":{"uv":[1.875,6.1875,1.9375,6.0625],"texture":"#0"},"down":{"uv":[1.875,6.3125,1.9375,6.4375],"texture":"#0"}}},{"from":[2.75,10.25,7.5],"to":[3,10.5,7.75],"faces":{"north":{"uv":[4.25,7.4375,4.1875,7.5],"texture":"#0"},"east":{"uv":[4.25,6.875,4.1875,6.9375],"texture":"#0"},"south":{"uv":[4.1875,7.25,4.25,7.3125],"texture":"#0"},"west":{"uv":[4.1875,7.0625,4.25,7.125],"texture":"#0"},"up":{"uv":[4.1875,7.6875,4.25,7.625],"texture":"#0"},"down":{"uv":[4.1875,7.8125,4.25,7.875],"texture":"#0"}}},{"from":[2.75,10.25,8.25],"to":[3,10.5,8.5],"faces":{"north":{"uv":[4.25,6.3125,4.1875,6.375],"texture":"#0"},"east":{"uv":[4.25,5.75,4.1875,5.8125],"texture":"#0"},"south":{"uv":[4.1875,6.125,4.25,6.1875],"texture":"#0"},"west":{"uv":[4.1875,5.9375,4.25,6],"texture":"#0"},"up":{"uv":[4.1875,6.5625,4.25,6.5],"texture":"#0"},"down":{"uv":[4.1875,6.6875,4.25,6.75],"texture":"#0"}}},{"from":[2.75,10.75,7.5],"to":[3,11,7.75],"faces":{"north":{"uv":[4.25,5.1875,4.1875,5.25],"texture":"#0"},"east":{"uv":[4.25,4.625,4.1875,4.6875],"texture":"#0"},"south":{"uv":[4.1875,5,4.25,5.0625],"texture":"#0"},"west":{"uv":[4.1875,4.8125,4.25,4.875],"texture":"#0"},"up":{"uv":[4.1875,5.4375,4.25,5.375],"texture":"#0"},"down":{"uv":[4.1875,5.5625,4.25,5.625],"texture":"#0"}}},{"from":[2.75,10.75,8.25],"to":[3,11,8.5],"faces":{"north":{"uv":[4.25,4.0625,4.1875,4.125],"texture":"#0"},"east":{"uv":[4.25,3.5,4.1875,3.5625],"texture":"#0"},"south":{"uv":[4.1875,3.875,4.25,3.9375],"texture":"#0"},"west":{"uv":[4.1875,3.6875,4.25,3.75],"texture":"#0"},"up":{"uv":[4.1875,4.3125,4.25,4.25],"texture":"#0"},"down":{"uv":[4.1875,4.4375,4.25,4.5],"texture":"#0"}}},{"from":[2.75,11,7.75],"to":[3.25,11.5,8.25],"faces":{"north":{"uv":[1.4375,3.875,1.3125,4],"texture":"#0"},"east":{"uv":[1.4375,4.8125,1.3125,4.9375],"texture":"#0"},"south":{"uv":[1.3125,4.3125,1.4375,4.4375],"texture":"#0"},"west":{"uv":[1.3125,4.5625,1.4375,4.6875],"texture":"#0"},"up":{"uv":[1.3125,3.75,1.4375,3.625],"texture":"#0"},"down":{"uv":[1.3125,3.375,1.4375,3.5],"texture":"#0"}}},{"from":[3,10.75,7.75],"to":[3.25,11,8.25],"faces":{"north":{"uv":[4.25,3.3125,4.1875,3.375],"texture":"#0"},"east":{"uv":[14.4375,12.6875,14.3125,12.75],"texture":"#0"},"south":{"uv":[4.1875,3.125,4.25,3.1875],"texture":"#0"},"west":{"uv":[14.0625,12.6875,14.1875,12.75],"texture":"#0"},"up":{"uv":[1.875,0.25,1.9375,0.125],"texture":"#0"},"down":{"uv":[1.875,0.375,1.9375,0.5],"texture":"#0"}}},{"from":[3,11,7.5],"to":[3.25,11.5,7.75],"faces":{"north":{"uv":[3.25,9.8125,3.1875,9.9375],"texture":"#0"},"east":{"uv":[3.25,9.0625,3.1875,9.1875],"texture":"#0"},"south":{"uv":[3.1875,9.5625,3.25,9.6875],"texture":"#0"},"west":{"uv":[3.1875,9.3125,3.25,9.4375],"texture":"#0"},"up":{"uv":[4.1875,2.8125,4.25,2.75],"texture":"#0"},"down":{"uv":[4.1875,2.9375,4.25,3],"texture":"#0"}}},{"from":[3,11,8.25],"to":[3.25,11.5,8.5],"faces":{"north":{"uv":[3.25,8.5625,3.1875,8.6875],"texture":"#0"},"east":{"uv":[3.25,7.8125,3.1875,7.9375],"texture":"#0"},"south":{"uv":[3.1875,8.3125,3.25,8.4375],"texture":"#0"},"west":{"uv":[3.1875,8.0625,3.25,8.1875],"texture":"#0"},"up":{"uv":[4.1875,2.4375,4.25,2.375],"texture":"#0"},"down":{"uv":[4.1875,2.5625,4.25,2.625],"texture":"#0"}}},{"from":[3,11.5,7.75],"to":[3.75,12,8.25],"faces":{"north":{"uv":[3.125,13.75,2.9375,13.875],"texture":"#0"},"east":{"uv":[14.875,13.0625,14.75,13.1875],"texture":"#0"},"south":{"uv":[3.25,13.75,3.4375,13.875],"texture":"#0"},"west":{"uv":[15,13.0625,15.125,13.1875],"texture":"#0"},"up":{"uv":[2.625,13.875,2.8125,13.75],"texture":"#0"},"down":{"uv":[2.3125,13.75,2.5,13.875],"texture":"#0"}}},{"from":[3.25,10.25,7.75],"to":[3.75,10.5,8.25],"faces":{"north":{"uv":[15.4375,12.6875,15.3125,12.75],"texture":"#0"},"east":{"uv":[3.75,12.5,3.625,12.5625],"texture":"#0"},"south":{"uv":[15.5625,12.6875,15.6875,12.75],"texture":"#0"},"west":{"uv":[3.375,12.5,3.5,12.5625],"texture":"#0"},"up":{"uv":[13,13.1875,13.125,13.0625],"texture":"#0"},"down":{"uv":[13.25,13.0625,13.375,13.1875],"texture":"#0"}}},{"from":[3.25,11.25,7.75],"to":[3.5,11.5,8.25],"faces":{"north":{"uv":[4.25,2.1875,4.1875,2.25],"texture":"#0"},"east":{"uv":[4.5,12.5,4.375,12.5625],"texture":"#0"},"south":{"uv":[4.1875,2,4.25,2.0625],"texture":"#0"},"west":{"uv":[4.125,12.5,4.25,12.5625],"texture":"#0"},"up":{"uv":[3.1875,7.4375,3.25,7.3125],"texture":"#0"},"down":{"uv":[3.1875,7.5625,3.25,7.6875],"texture":"#0"}}},{"from":[3.25,11.5,7.5],"to":[3.5,12,7.75],"faces":{"north":{"uv":[3.25,6.3125,3.1875,6.4375],"texture":"#0"},"east":{"uv":[3.25,5.5625,3.1875,5.6875],"texture":"#0"},"south":{"uv":[3.1875,6.0625,3.25,6.1875],"texture":"#0"},"west":{"uv":[3.1875,5.8125,3.25,5.9375],"texture":"#0"},"up":{"uv":[4.1875,1.6875,4.25,1.625],"texture":"#0"},"down":{"uv":[4.1875,1.8125,4.25,1.875],"texture":"#0"}}},{"from":[3.25,11.5,8.25],"to":[3.5,12,8.5],"faces":{"north":{"uv":[3.25,4.8125,3.1875,4.9375],"texture":"#0"},"east":{"uv":[3.25,4.0625,3.1875,4.1875],"texture":"#0"},"south":{"uv":[3.1875,4.5625,3.25,4.6875],"texture":"#0"},"west":{"uv":[3.1875,4.3125,3.25,4.4375],"texture":"#0"},"up":{"uv":[4.1875,1.3125,4.25,1.25],"texture":"#0"},"down":{"uv":[4.1875,1.4375,4.25,1.5],"texture":"#0"}}},{"from":[3.25,12,7.75],"to":[4,12.5,8.25],"faces":{"north":{"uv":[5.375,13.75,5.1875,13.875],"texture":"#0"},"east":{"uv":[9.875,13.0625,9.75,13.1875],"texture":"#0"},"south":{"uv":[5.5,13.75,5.6875,13.875],"texture":"#0"},"west":{"uv":[10,13.0625,10.125,13.1875],"texture":"#0"},"up":{"uv":[4.875,13.875,5.0625,13.75],"texture":"#0"},"down":{"uv":[4.5625,13.75,4.75,13.875],"texture":"#0"}}},{"from":[3.5,10.5,7.75],"to":[4,10.75,8.25],"faces":{"north":{"uv":[4.75,12.5,4.625,12.5625],"texture":"#0"},"east":{"uv":[5.5,12.5,5.375,12.5625],"texture":"#0"},"south":{"uv":[4.875,12.5,5,12.5625],"texture":"#0"},"west":{"uv":[5.125,12.5,5.25,12.5625],"texture":"#0"},"up":{"uv":[9.25,13.1875,9.375,13.0625],"texture":"#0"},"down":{"uv":[9.5,13.0625,9.625,13.1875],"texture":"#0"}}},{"from":[3.5,12,7.5],"to":[3.75,12.5,7.75],"faces":{"north":{"uv":[3.25,3.3125,3.1875,3.4375],"texture":"#0"},"east":{"uv":[3.25,2.5625,3.1875,2.6875],"texture":"#0"},"south":{"uv":[3.1875,3.0625,3.25,3.1875],"texture":"#0"},"west":{"uv":[3.1875,2.8125,3.25,2.9375],"texture":"#0"},"up":{"uv":[4.1875,0.9375,4.25,0.875],"texture":"#0"},"down":{"uv":[4.1875,1.0625,4.25,1.125],"texture":"#0"}}},{"from":[3.5,12,8.25],"to":[3.75,12.5,8.5],"faces":{"north":{"uv":[3.25,1.8125,3.1875,1.9375],"texture":"#0"},"east":{"uv":[3.25,1.0625,3.1875,1.1875],"texture":"#0"},"south":{"uv":[3.1875,1.5625,3.25,1.6875],"texture":"#0"},"west":{"uv":[3.1875,1.3125,3.25,1.4375],"texture":"#0"},"up":{"uv":[4.1875,0.5625,4.25,0.5],"texture":"#0"},"down":{"uv":[4.1875,0.6875,4.25,0.75],"texture":"#0"}}},{"from":[3.5,12.5,7.75],"to":[4.75,12.75,8.25],"faces":{"north":{"uv":[10.5,13.5625,10.1875,13.625],"texture":"#0"},"east":{"uv":[6,12.5,5.875,12.5625],"texture":"#0"},"south":{"uv":[9.75,13.5625,10.0625,13.625],"texture":"#0"},"west":{"uv":[5.625,12.5,5.75,12.5625],"texture":"#0"},"up":{"uv":[0.375,3.8125,0.6875,3.6875],"texture":"#0"},"down":{"uv":[0.375,3.9375,0.6875,4.0625],"texture":"#0"}}},{"from":[3.75,12.25,7.5],"to":[4,12.75,7.75],"faces":{"north":{"uv":[3.25,0.3125,3.1875,0.4375],"texture":"#0"},"east":{"uv":[3.4375,11.75,3.375,11.875],"texture":"#0"},"south":{"uv":[3.375,12.25,3.4375,12.375],"texture":"#0"},"west":{"uv":[3.375,12,3.4375,12.125],"texture":"#0"},"up":{"uv":[4.1875,0.1875,4.25,0.125],"texture":"#0"},"down":{"uv":[4.1875,0.3125,4.25,0.375],"texture":"#0"}}},{"from":[3.75,12.25,8.25],"to":[4,12.75,8.5],"faces":{"north":{"uv":[3.4375,11.25,3.375,11.375],"texture":"#0"},"east":{"uv":[3.4375,10.5,3.375,10.625],"texture":"#0"},"south":{"uv":[3.375,11,3.4375,11.125],"texture":"#0"},"west":{"uv":[3.375,10.75,3.4375,10.875],"texture":"#0"},"up":{"uv":[4.625,11.625,4.6875,11.5625],"texture":"#0"},"down":{"uv":[4.4375,11.5625,4.5,11.625],"texture":"#0"}}},{"from":[3.75,12.75,7.75],"to":[5.25,13,8.25],"faces":{"north":{"uv":[10.1875,13.8125,9.8125,13.875],"texture":"#0"},"east":{"uv":[6.75,12.5,6.625,12.5625],"texture":"#0"},"south":{"uv":[10.3125,13.8125,10.6875,13.875],"texture":"#0"},"west":{"uv":[6.375,12.5,6.5,12.5625],"texture":"#0"},"up":{"uv":[0.375,9.5625,0.75,9.4375],"texture":"#0"},"down":{"uv":[0.375,9.1875,0.75,9.3125],"texture":"#0"}}},{"from":[4,12.25,7.75],"to":[4.25,12.5,8.25],"faces":{"north":{"uv":[4.875,11.5625,4.8125,11.625],"texture":"#0"},"east":{"uv":[7.75,12.5,7.625,12.5625],"texture":"#0"},"south":{"uv":[5,11.5625,5.0625,11.625],"texture":"#0"},"west":{"uv":[7.375,12.5,7.5,12.5625],"texture":"#0"},"up":{"uv":[3.375,10.125,3.4375,10],"texture":"#0"},"down":{"uv":[3.375,10.25,3.4375,10.375],"texture":"#0"}}},{"from":[4,12.5,7.5],"to":[4.25,13,7.75],"faces":{"north":{"uv":[3.4375,9.75,3.375,9.875],"texture":"#0"},"east":{"uv":[3.4375,9,3.375,9.125],"texture":"#0"},"south":{"uv":[3.375,9.5,3.4375,9.625],"texture":"#0"},"west":{"uv":[3.375,9.25,3.4375,9.375],"texture":"#0"},"up":{"uv":[5.375,11.625,5.4375,11.5625],"texture":"#0"},"down":{"uv":[5.1875,11.5625,5.25,11.625],"texture":"#0"}}},{"from":[4,12.5,8.25],"to":[4.25,13,8.5],"faces":{"north":{"uv":[3.4375,8.75,3.375,8.875],"texture":"#0"},"east":{"uv":[3.4375,8,3.375,8.125],"texture":"#0"},"south":{"uv":[3.375,8.5,3.4375,8.625],"texture":"#0"},"west":{"uv":[3.375,8.25,3.4375,8.375],"texture":"#0"},"up":{"uv":[5.75,11.625,5.8125,11.5625],"texture":"#0"},"down":{"uv":[5.5625,11.5625,5.625,11.625],"texture":"#0"}}},{"from":[4,13,7.75],"to":[12,13.25,8.25],"faces":{"north":{"uv":[5.375,15.6875,3.375,15.75],"texture":"#0"},"east":{"uv":[9.25,12.5,9.125,12.5625],"texture":"#0"},"south":{"uv":[1.25,15.6875,3.25,15.75],"texture":"#0"},"west":{"uv":[8.875,12.5,9,12.5625],"texture":"#0"},"up":{"uv":[2.125,16,4.125,15.875],"texture":"#0"},"down":{"uv":[0,15.875,2,16],"texture":"#0"}}},{"from":[4.25,12.75,7.5],"to":[4.75,13,7.75],"faces":{"north":{"uv":[10,12.5,9.875,12.5625],"texture":"#0"},"east":{"uv":[6.1875,11.5625,6.125,11.625],"texture":"#0"},"south":{"uv":[10.125,12.5,10.25,12.5625],"texture":"#0"},"west":{"uv":[5.9375,11.5625,6,11.625],"texture":"#0"},"up":{"uv":[9.625,12.5625,9.75,12.5],"texture":"#0"},"down":{"uv":[9.375,12.5,9.5,12.5625],"texture":"#0"}}},{"from":[4.25,12.75,8.25],"to":[4.75,13,8.5],"faces":{"north":{"uv":[11.5,12.5,11.375,12.5625],"texture":"#0"},"east":{"uv":[6.5625,11.5625,6.5,11.625],"texture":"#0"},"south":{"uv":[11.625,12.5,11.75,12.5625],"texture":"#0"},"west":{"uv":[6.3125,11.5625,6.375,11.625],"texture":"#0"},"up":{"uv":[11.125,12.5625,11.25,12.5],"texture":"#0"},"down":{"uv":[10.875,12.5,11,12.5625],"texture":"#0"}}},{"from":[4.5,13,7.5],"to":[5.25,13.25,7.75],"faces":{"north":{"uv":[8.875,12.6875,8.6875,12.75],"texture":"#0"},"east":{"uv":[6.9375,11.5625,6.875,11.625],"texture":"#0"},"south":{"uv":[9,12.6875,9.1875,12.75],"texture":"#0"},"west":{"uv":[6.6875,11.5625,6.75,11.625],"texture":"#0"},"up":{"uv":[8.375,12.75,8.5625,12.6875],"texture":"#0"},"down":{"uv":[8.0625,12.6875,8.25,12.75],"texture":"#0"}}},{"from":[4.5,13,8.25],"to":[5.25,13.25,8.5],"faces":{"north":{"uv":[3.0625,12.3125,2.875,12.375],"texture":"#0"},"east":{"uv":[7.3125,11.5625,7.25,11.625],"texture":"#0"},"south":{"uv":[2.875,12.125,3.0625,12.1875],"texture":"#0"},"west":{"uv":[7.0625,11.5625,7.125,11.625],"texture":"#0"},"up":{"uv":[2.875,12.5625,3.0625,12.5],"texture":"#0"},"down":{"uv":[2.875,12.6875,3.0625,12.75],"texture":"#0"}}},{"from":[4.5,13.25,7.75],"to":[11.5,13.5,8.25],"faces":{"north":{"uv":[11.25,15.6875,9.5,15.75],"texture":"#0"},"east":{"uv":[13.25,12.5,13.125,12.5625],"texture":"#0"},"south":{"uv":[7.625,15.6875,9.375,15.75],"texture":"#0"},"west":{"uv":[12.875,12.5,13,12.5625],"texture":"#0"},"up":{"uv":[6.125,16,7.875,15.875],"texture":"#0"},"down":{"uv":[4.25,15.875,6,16],"texture":"#0"}}},{"from":[5,13.25,7.5],"to":[11.25,13.5,7.75],"faces":{"north":{"uv":[4.9375,15.4375,3.375,15.5],"texture":"#0"},"east":{"uv":[7.6875,11.5625,7.625,11.625],"texture":"#0"},"south":{"uv":[11.375,15.6875,12.9375,15.75],"texture":"#0"},"west":{"uv":[7.4375,11.5625,7.5,11.625],"texture":"#0"},"up":{"uv":[13.0625,15.75,14.625,15.6875],"texture":"#0"},"down":{"uv":[5.0625,15.4375,6.625,15.5],"texture":"#0"}}},{"from":[5,13.25,8.25],"to":[11,13.5,8.5],"faces":{"north":{"uv":[11.5,15.4375,10,15.5],"texture":"#0"},"east":{"uv":[8.0625,11.5625,8,11.625],"texture":"#0"},"south":{"uv":[11.625,15.4375,13.125,15.5],"texture":"#0"},"west":{"uv":[7.8125,11.5625,7.875,11.625],"texture":"#0"},"up":{"uv":[6.75,15.5,8.25,15.4375],"texture":"#0"},"down":{"uv":[8.375,15.4375,9.875,15.5],"texture":"#0"}}},{"from":[5,13.5,7.75],"to":[11.25,13.75,8.25],"faces":{"north":{"uv":[1.5625,15.4375,0,15.5],"texture":"#0"},"east":{"uv":[14.5,12.5,14.375,12.5625],"texture":"#0"},"south":{"uv":[1.6875,15.4375,3.25,15.5],"texture":"#0"},"west":{"uv":[14.125,12.5,14.25,12.5625],"texture":"#0"},"up":{"uv":[8,16,9.5625,15.875],"texture":"#0"},"down":{"uv":[9.6875,15.875,11.25,16],"texture":"#0"}}},{"from":[5.25,4.75,7.75],"to":[6.75,5,8.25],"faces":{"north":{"uv":[1.9375,13.4375,1.5625,13.5],"texture":"#0"},"east":{"uv":[15,12.5,14.875,12.5625],"texture":"#0"},"south":{"uv":[1.5625,13.25,1.9375,13.3125],"texture":"#0"},"west":{"uv":[14.625,12.5,14.75,12.5625],"texture":"#0"},"up":{"uv":[0.375,8.5625,0.75,8.4375],"texture":"#0"},"down":{"uv":[0.375,7.9375,0.75,8.0625],"texture":"#0"}}},{"from":[5.5,4.5,7.75],"to":[6.5,4.75,8.25],"faces":{"north":{"uv":[3.1875,13.375,2.9375,13.4375],"texture":"#0"},"east":{"uv":[15.5,12.5,15.375,12.5625],"texture":"#0"},"south":{"uv":[2.3125,3.375,2.5625,3.4375],"texture":"#0"},"west":{"uv":[15.125,12.5,15.25,12.5625],"texture":"#0"},"up":{"uv":[0,5.9375,0.25,5.8125],"texture":"#0"},"down":{"uv":[0,5.0625,0.25,5.1875],"texture":"#0"}}},{"from":[5.5,4.75,7.5],"to":[6.75,5,7.75],"faces":{"north":{"uv":[4.375,13.5625,4.0625,13.625],"texture":"#0"},"east":{"uv":[8.4375,11.5625,8.375,11.625],"texture":"#0"},"south":{"uv":[3.1875,13.5625,3.5,13.625],"texture":"#0"},"west":{"uv":[8.1875,11.5625,8.25,11.625],"texture":"#0"},"up":{"uv":[6.25,13.625,6.5625,13.5625],"texture":"#0"},"down":{"uv":[6.6875,13.5625,7,13.625],"texture":"#0"}}},{"from":[5.5,5,7.75],"to":[10.5,5.25,8.25],"faces":{"north":{"uv":[13.625,15,12.375,15.0625],"texture":"#0"},"east":{"uv":[3.6875,12.3125,3.5625,12.375],"texture":"#0"},"south":{"uv":[11,15,12.25,15.0625],"texture":"#0"},"west":{"uv":[15.625,12.5,15.75,12.5625],"texture":"#0"},"up":{"uv":[11.375,16,12.625,15.875],"texture":"#0"},"down":{"uv":[12.75,15.875,14,16],"texture":"#0"}}},{"from":[5.75,3.25,8],"to":[6,4.5,8.25],"faces":{"north":{"uv":[2.125,12,2.0625,12.3125],"texture":"#0"},"east":{"uv":[2.125,11.5625,2.0625,11.875],"texture":"#0"},"south":{"uv":[2.0625,10.6875,2.125,11],"texture":"#0"},"west":{"uv":[2.0625,11.125,2.125,11.4375],"texture":"#0"},"up":{"uv":[8.75,11.625,8.8125,11.5625],"texture":"#0"},"down":{"uv":[8.5625,11.5625,8.625,11.625],"texture":"#0"}}},{"from":[5.75,3.75,8.25],"to":[6,4,8.5],"faces":{"north":{"uv":[9.375,11.5625,9.3125,11.625],"texture":"#0"},"east":{"uv":[9.9375,11.5625,9.875,11.625],"texture":"#0"},"south":{"uv":[9.5,11.5625,9.5625,11.625],"texture":"#0"},"west":{"uv":[9.6875,11.5625,9.75,11.625],"texture":"#0"},"up":{"uv":[9.125,11.625,9.1875,11.5625],"texture":"#0"},"down":{"uv":[8.9375,11.5625,9,11.625],"texture":"#0"}}},{"from":[5.75,4,7.75],"to":[6,4.5,8],"faces":{"north":{"uv":[3.4375,4.5,3.375,4.625],"texture":"#0"},"east":{"uv":[3.4375,3.75,3.375,3.875],"texture":"#0"},"south":{"uv":[3.375,4.25,3.4375,4.375],"texture":"#0"},"west":{"uv":[3.375,4,3.4375,4.125],"texture":"#0"},"up":{"uv":[10.25,11.625,10.3125,11.5625],"texture":"#0"},"down":{"uv":[10.0625,11.5625,10.125,11.625],"texture":"#0"}}},{"from":[5.75,4.5,7.5],"to":[6,4.75,7.75],"faces":{"north":{"uv":[10.875,11.5625,10.8125,11.625],"texture":"#0"},"east":{"uv":[11.4375,11.5625,11.375,11.625],"texture":"#0"},"south":{"uv":[11,11.5625,11.0625,11.625],"texture":"#0"},"west":{"uv":[11.1875,11.5625,11.25,11.625],"texture":"#0"},"up":{"uv":[10.625,11.625,10.6875,11.5625],"texture":"#0"},"down":{"uv":[10.4375,11.5625,10.5,11.625],"texture":"#0"}}},{"from":[5.75,4.75,8.25],"to":[7.25,5,8.5],"faces":{"north":{"uv":[1.9375,11.5625,1.5625,11.625],"texture":"#0"},"east":{"uv":[11.8125,11.5625,11.75,11.625],"texture":"#0"},"south":{"uv":[1.5625,11.375,1.9375,11.4375],"texture":"#0"},"west":{"uv":[11.5625,11.5625,11.625,11.625],"texture":"#0"},"up":{"uv":[1.5625,11.8125,1.9375,11.75],"texture":"#0"},"down":{"uv":[1.5625,11.9375,1.9375,12],"texture":"#0"}}},{"from":[5.75,5,7.5],"to":[9.75,5.25,7.75],"faces":{"north":{"uv":[5.3125,14.5625,4.3125,14.625],"texture":"#0"},"east":{"uv":[12.1875,11.5625,12.125,11.625],"texture":"#0"},"south":{"uv":[5.4375,14.5625,6.4375,14.625],"texture":"#0"},"west":{"uv":[11.9375,11.5625,12,11.625],"texture":"#0"},"up":{"uv":[2.0625,14.625,3.0625,14.5625],"texture":"#0"},"down":{"uv":[3.1875,14.5625,4.1875,14.625],"texture":"#0"}}},{"from":[5.75,12.75,7.75],"to":[10.25,13,8.25],"faces":{"north":{"uv":[13,14.8125,11.875,14.875],"texture":"#0"},"east":{"uv":[6.6875,12.3125,6.5625,12.375],"texture":"#0"},"south":{"uv":[10.625,14.8125,11.75,14.875],"texture":"#0"},"west":{"uv":[6.3125,12.3125,6.4375,12.375],"texture":"#0"},"up":{"uv":[0,15.75,1.125,15.625],"texture":"#0"},"down":{"uv":[14.125,15.875,15.25,16],"texture":"#0"}}},{"from":[5.75,13,7.5],"to":[10.25,13.25,7.75],"faces":{"north":{"uv":[6.75,14.8125,5.625,14.875],"texture":"#0"},"east":{"uv":[12.5625,11.5625,12.5,11.625],"texture":"#0"},"south":{"uv":[6.875,14.8125,8,14.875],"texture":"#0"},"west":{"uv":[12.3125,11.5625,12.375,11.625],"texture":"#0"},"up":{"uv":[9.375,14.875,10.5,14.8125],"texture":"#0"},"down":{"uv":[8.125,14.8125,9.25,14.875],"texture":"#0"}}},{"from":[5.75,13,8.25],"to":[11.5,13.25,8.5],"faces":{"north":{"uv":[5.8125,15.25,4.375,15.3125],"texture":"#0"},"east":{"uv":[12.9375,11.5625,12.875,11.625],"texture":"#0"},"south":{"uv":[2.8125,15.25,4.25,15.3125],"texture":"#0"},"west":{"uv":[12.6875,11.5625,12.75,11.625],"texture":"#0"},"up":{"uv":[13.25,15.5,14.6875,15.4375],"texture":"#0"},"down":{"uv":[1.25,15.25,2.6875,15.3125],"texture":"#0"}}},{"from":[5.75,13.5,7.5],"to":[11,13.75,7.75],"faces":{"north":{"uv":[3.6875,15,2.375,15.0625],"texture":"#0"},"east":{"uv":[13.3125,11.5625,13.25,11.625],"texture":"#0"},"south":{"uv":[7.5625,15.25,8.875,15.3125],"texture":"#0"},"west":{"uv":[13.0625,11.5625,13.125,11.625],"texture":"#0"},"up":{"uv":[0.9375,15.0625,2.25,15],"texture":"#0"},"down":{"uv":[5.25,15,6.5625,15.0625],"texture":"#0"}}},{"from":[5.75,13.5,8.25],"to":[11,13.75,8.5],"faces":{"north":{"uv":[5.125,15,3.8125,15.0625],"texture":"#0"},"east":{"uv":[13.6875,11.5625,13.625,11.625],"texture":"#0"},"south":{"uv":[11.875,15.25,13.1875,15.3125],"texture":"#0"},"west":{"uv":[13.4375,11.5625,13.5,11.625],"texture":"#0"},"up":{"uv":[9.5625,15.0625,10.875,15],"texture":"#0"},"down":{"uv":[8.125,15,9.4375,15.0625],"texture":"#0"}}},{"from":[5.75,13.75,7.75],"to":[11,14,8],"faces":{"north":{"uv":[14.625,15.25,13.3125,15.3125],"texture":"#0"},"east":{"uv":[14.0625,11.5625,14,11.625],"texture":"#0"},"south":{"uv":[6.6875,15,8,15.0625],"texture":"#0"},"west":{"uv":[13.8125,11.5625,13.875,11.625],"texture":"#0"},"up":{"uv":[10.4375,15.3125,11.75,15.25],"texture":"#0"},"down":{"uv":[9,15.25,10.3125,15.3125],"texture":"#0"}}},{"from":[5.75,13.75,8],"to":[10.5,14,8.25],"faces":{"north":{"uv":[4.1875,14.8125,3,14.875],"texture":"#0"},"east":{"uv":[14.4375,11.5625,14.375,11.625],"texture":"#0"},"south":{"uv":[1.6875,14.8125,2.875,14.875],"texture":"#0"},"west":{"uv":[14.1875,11.5625,14.25,11.625],"texture":"#0"},"up":{"uv":[4.3125,14.875,5.5,14.8125],"texture":"#0"},"down":{"uv":[13.75,15,14.9375,15.0625],"texture":"#0"}}},{"from":[6,4.5,8.25],"to":[6.25,4.75,8.5],"faces":{"north":{"uv":[15,11.5625,14.9375,11.625],"texture":"#0"},"east":{"uv":[15.5625,11.5625,15.5,11.625],"texture":"#0"},"south":{"uv":[15.125,11.5625,15.1875,11.625],"texture":"#0"},"west":{"uv":[15.3125,11.5625,15.375,11.625],"texture":"#0"},"up":{"uv":[14.75,11.625,14.8125,11.5625],"texture":"#0"},"down":{"uv":[14.5625,11.5625,14.625,11.625],"texture":"#0"}}},{"from":[6,4.75,8.5],"to":[6.25,5,8.75],"faces":{"north":{"uv":[4.5,11.1875,4.4375,11.25],"texture":"#0"},"east":{"uv":[4.5,10.625,4.4375,10.6875],"texture":"#0"},"south":{"uv":[4.4375,11,4.5,11.0625],"texture":"#0"},"west":{"uv":[4.4375,10.8125,4.5,10.875],"texture":"#0"},"up":{"uv":[4.4375,11.4375,4.5,11.375],"texture":"#0"},"down":{"uv":[15.6875,11.5625,15.75,11.625],"texture":"#0"}}},{"from":[6,5,8.25],"to":[9.75,5.25,8.5],"faces":{"north":{"uv":[9.625,14.5625,8.6875,14.625],"texture":"#0"},"east":{"uv":[4.5,10.25,4.4375,10.3125],"texture":"#0"},"south":{"uv":[10.8125,14.5625,11.75,14.625],"texture":"#0"},"west":{"uv":[4.4375,10.4375,4.5,10.5],"texture":"#0"},"up":{"uv":[7.625,14.625,8.5625,14.5625],"texture":"#0"},"down":{"uv":[6.5625,14.5625,7.5,14.625],"texture":"#0"}}},{"from":[6,5.25,7.75],"to":[9.75,5.5,8.25],"faces":{"north":{"uv":[12.8125,14.5625,11.875,14.625],"texture":"#0"},"east":{"uv":[10.6875,12.3125,10.5625,12.375],"texture":"#0"},"south":{"uv":[9.75,14.5625,10.6875,14.625],"texture":"#0"},"west":{"uv":[10.3125,12.3125,10.4375,12.375],"texture":"#0"},"up":{"uv":[6.5625,15.75,7.5,15.625],"texture":"#0"},"down":{"uv":[5.5,15.625,6.4375,15.75],"texture":"#0"}}},{"from":[6,5.25,8.25],"to":[8.75,5.5,8.5],"faces":{"north":{"uv":[4.9375,14.375,4.25,14.4375],"texture":"#0"},"east":{"uv":[4.5,9.875,4.4375,9.9375],"texture":"#0"},"south":{"uv":[3.4375,14.375,4.125,14.4375],"texture":"#0"},"west":{"uv":[4.4375,10.0625,4.5,10.125],"texture":"#0"},"up":{"uv":[5.0625,14.4375,5.75,14.375],"texture":"#0"},"down":{"uv":[5.875,14.375,6.5625,14.4375],"texture":"#0"}}},{"from":[6.25,1.5,8.25],"to":[7.5,1.75,8.5],"faces":{"north":{"uv":[12.25,13.5625,11.9375,13.625],"texture":"#0"},"east":{"uv":[4.5,9.5,4.4375,9.5625],"texture":"#0"},"south":{"uv":[12.375,13.5625,12.6875,13.625],"texture":"#0"},"west":{"uv":[4.4375,9.6875,4.5,9.75],"texture":"#0"},"up":{"uv":[15.25,13.875,15.5625,13.8125],"texture":"#0"},"down":{"uv":[11.5,13.5625,11.8125,13.625],"texture":"#0"}}},{"from":[6.25,1.75,7.75],"to":[7.25,2.5,8.25],"faces":{"north":{"uv":[0.25,11.5,0,11.6875],"texture":"#0"},"east":{"uv":[1.6875,10.3125,1.5625,10.5],"texture":"#0"},"south":{"uv":[0,11.1875,0.25,11.375],"texture":"#0"},"west":{"uv":[1.1875,0.375,1.3125,0.5625],"texture":"#0"},"up":{"uv":[0.9375,2.75,1.1875,2.625],"texture":"#0"},"down":{"uv":[0.9375,2.875,1.1875,3],"texture":"#0"}}},{"from":[6.25,1.75,8.25],"to":[7.25,2.25,8.5],"faces":{"north":{"uv":[1.4375,7.8125,1.1875,7.9375],"texture":"#0"},"east":{"uv":[3.625,11.3125,3.5625,11.4375],"texture":"#0"},"south":{"uv":[0.9375,1.375,1.1875,1.5],"texture":"#0"},"west":{"uv":[3.5625,11.5625,3.625,11.6875],"texture":"#0"},"up":{"uv":[11.875,13.1875,12.125,13.125],"texture":"#0"},"down":{"uv":[11.5,13.125,11.75,13.1875],"texture":"#0"}}},{"from":[6.25,4,8],"to":[6.5,4.5,8.25],"faces":{"north":{"uv":[3.625,10.5625,3.5625,10.6875],"texture":"#0"},"east":{"uv":[3.625,9.8125,3.5625,9.9375],"texture":"#0"},"south":{"uv":[3.5625,10.3125,3.625,10.4375],"texture":"#0"},"west":{"uv":[3.5625,10.0625,3.625,10.1875],"texture":"#0"},"up":{"uv":[4.4375,9.1875,4.5,9.125],"texture":"#0"},"down":{"uv":[4.4375,9.3125,4.5,9.375],"texture":"#0"}}},{"from":[6.25,4.25,7.75],"to":[6.5,4.5,8],"faces":{"north":{"uv":[4.5,8.5625,4.4375,8.625],"texture":"#0"},"east":{"uv":[4.5,8,4.4375,8.0625],"texture":"#0"},"south":{"uv":[4.4375,8.375,4.5,8.4375],"texture":"#0"},"west":{"uv":[4.4375,8.1875,4.5,8.25],"texture":"#0"},"up":{"uv":[4.4375,8.8125,4.5,8.75],"texture":"#0"},"down":{"uv":[4.4375,8.9375,4.5,9],"texture":"#0"}}},{"from":[6.25,4.75,7.25],"to":[6.5,5.25,7.5],"faces":{"north":{"uv":[3.625,8.3125,3.5625,8.4375],"texture":"#0"},"east":{"uv":[3.625,7.5625,3.5625,7.6875],"texture":"#0"},"south":{"uv":[3.5625,8.0625,3.625,8.1875],"texture":"#0"},"west":{"uv":[3.5625,7.8125,3.625,7.9375],"texture":"#0"},"up":{"uv":[4.4375,7.6875,4.5,7.625],"texture":"#0"},"down":{"uv":[4.4375,7.8125,4.5,7.875],"texture":"#0"}}},{"from":[6.25,5,8.5],"to":[6.5,5.25,8.75],"faces":{"north":{"uv":[13.125,10.8125,13.0625,10.875],"texture":"#0"},"east":{"uv":[7.6875,10.8125,7.625,10.875],"texture":"#0"},"south":{"uv":[10.625,10.8125,10.6875,10.875],"texture":"#0"},"west":{"uv":[10.4375,10.8125,10.5,10.875],"texture":"#0"},"up":{"uv":[13.25,10.875,13.3125,10.8125],"texture":"#0"},"down":{"uv":[14.9375,10.8125,15,10.875],"texture":"#0"}}},{"from":[6.25,5.25,7.5],"to":[7,5.5,7.75],"faces":{"north":{"uv":[8.375,12.875,8.1875,12.9375],"texture":"#0"},"east":{"uv":[5.0625,3.125,5,3.1875],"texture":"#0"},"south":{"uv":[8.5,12.875,8.6875,12.9375],"texture":"#0"},"west":{"uv":[7.4375,10.8125,7.5,10.875],"texture":"#0"},"up":{"uv":[7.875,12.9375,8.0625,12.875],"texture":"#0"},"down":{"uv":[7.5625,12.875,7.75,12.9375],"texture":"#0"}}},{"from":[6.25,5.5,7.75],"to":[6.5,5.75,8],"faces":{"north":{"uv":[5.0625,6.3125,5,6.375],"texture":"#0"},"east":{"uv":[15.75,11,15.6875,11.0625],"texture":"#0"},"south":{"uv":[5,6.5,5.0625,6.5625],"texture":"#0"},"west":{"uv":[5,6.6875,5.0625,6.75],"texture":"#0"},"up":{"uv":[5,6.1875,5.0625,6.125],"texture":"#0"},"down":{"uv":[5,3.3125,5.0625,3.375],"texture":"#0"}}},{"from":[6.25,14,7.75],"to":[10.25,14.25,8],"faces":{"north":{"uv":[14.125,14.8125,13.125,14.875],"texture":"#0"},"east":{"uv":[13.875,11,13.8125,11.0625],"texture":"#0"},"south":{"uv":[14.8125,15.4375,15.8125,15.5],"texture":"#0"},"west":{"uv":[15.5,11,15.5625,11.0625],"texture":"#0"},"up":{"uv":[14.25,14.875,15.25,14.8125],"texture":"#0"},"down":{"uv":[0.9375,14.5625,1.9375,14.625],"texture":"#0"}}},{"from":[6.25,14,8],"to":[9.75,14.25,8.25],"faces":{"north":{"uv":[14.8125,14.5625,13.9375,14.625],"texture":"#0"},"east":{"uv":[13.5,11,13.4375,11.0625],"texture":"#0"},"south":{"uv":[12.9375,14.5625,13.8125,14.625],"texture":"#0"},"west":{"uv":[13.625,11,13.6875,11.0625],"texture":"#0"},"up":{"uv":[14.9375,14.625,15.8125,14.5625],"texture":"#0"},"down":{"uv":[1.5625,14.375,2.4375,14.4375],"texture":"#0"}}},{"from":[6.5,0,7],"to":[6.75,0.5,7.25],"faces":{"north":{"uv":[4.0625,8.875,4,9],"texture":"#0"},"east":{"uv":[3.8125,3.4375,3.75,3.5625],"texture":"#0"},"south":{"uv":[4,9.125,4.0625,9.25],"texture":"#0"},"west":{"uv":[4,9.375,4.0625,9.5],"texture":"#0"},"up":{"uv":[12.6875,11.0625,12.75,11],"texture":"#0"},"down":{"uv":[13.25,11,13.3125,11.0625],"texture":"#0"}}},{"from":[6.5,0.25,7.25],"to":[7,0.75,7.5],"faces":{"north":{"uv":[1.4375,0.6875,1.3125,0.8125],"texture":"#0"},"east":{"uv":[3.8125,4.3125,3.75,4.4375],"texture":"#0"},"south":{"uv":[2.0625,10.4375,2.1875,10.5625],"texture":"#0"},"west":{"uv":[3.75,4.0625,3.8125,4.1875],"texture":"#0"},"up":{"uv":[3.75,3.9375,3.875,3.875],"texture":"#0"},"down":{"uv":[3.75,3.6875,3.875,3.75],"texture":"#0"}}},{"from":[6.5,1,7.75],"to":[8,1.25,8.25],"faces":{"north":{"uv":[1.9375,9.125,1.5625,9.1875],"texture":"#0"},"east":{"uv":[3.875,4.75,3.75,4.8125],"texture":"#0"},"south":{"uv":[1.5625,8.9375,1.9375,9],"texture":"#0"},"west":{"uv":[3.75,4.5625,3.875,4.625],"texture":"#0"},"up":{"uv":[0.375,6.3125,0.75,6.1875],"texture":"#0"},"down":{"uv":[0.375,7.4375,0.75,7.5625],"texture":"#0"}}},{"from":[6.5,1.25,7.75],"to":[7.75,1.5,8.25],"faces":{"north":{"uv":[4.8125,13.5625,4.5,13.625],"texture":"#0"},"east":{"uv":[3.875,6,3.75,6.0625],"texture":"#0"},"south":{"uv":[5.375,13.5625,5.6875,13.625],"texture":"#0"},"west":{"uv":[3.75,4.9375,3.875,5],"texture":"#0"},"up":{"uv":[0.375,2.8125,0.6875,2.6875],"texture":"#0"},"down":{"uv":[0.375,2.9375,0.6875,3.0625],"texture":"#0"}}},{"from":[6.5,1.5,7.5],"to":[7.25,2,7.75],"faces":{"north":{"uv":[1.75,7.9375,1.5625,8.0625],"texture":"#0"},"east":{"uv":[3.8125,7.4375,3.75,7.5625],"texture":"#0"},"south":{"uv":[1.5625,7.6875,1.75,7.8125],"texture":"#0"},"west":{"uv":[3.75,6.1875,3.8125,6.3125],"texture":"#0"},"up":{"uv":[9.125,12.9375,9.3125,12.875],"texture":"#0"},"down":{"uv":[8.8125,12.875,9,12.9375],"texture":"#0"}}},{"from":[6.5,1.5,7.75],"to":[7.5,1.75,8.25],"faces":{"north":{"uv":[2.5625,11.875,2.3125,11.9375],"texture":"#0"},"east":{"uv":[15.875,12.125,15.75,12.1875],"texture":"#0"},"south":{"uv":[2.3125,11.6875,2.5625,11.75],"texture":"#0"},"west":{"uv":[3.75,7.6875,3.875,7.75],"texture":"#0"},"up":{"uv":[0,2.8125,0.25,2.6875],"texture":"#0"},"down":{"uv":[0,2.9375,0.25,3.0625],"texture":"#0"}}},{"from":[6.5,1.5,8.5],"to":[7.5,1.75,8.75],"faces":{"north":{"uv":[2.5625,11.125,2.3125,11.1875],"texture":"#0"},"east":{"uv":[4.875,5,4.8125,5.0625],"texture":"#0"},"south":{"uv":[2.3125,10.9375,2.5625,11],"texture":"#0"},"west":{"uv":[4.8125,4.0625,4.875,4.125],"texture":"#0"},"up":{"uv":[2.3125,11.375,2.5625,11.3125],"texture":"#0"},"down":{"uv":[2.3125,11.5,2.5625,11.5625],"texture":"#0"}}},{"from":[6.5,1.75,8.5],"to":[7.25,2,8.75],"faces":{"north":{"uv":[10.25,12.875,10.0625,12.9375],"texture":"#0"},"east":{"uv":[4.875,8,4.8125,8.0625],"texture":"#0"},"south":{"uv":[10.375,12.875,10.5625,12.9375],"texture":"#0"},"west":{"uv":[4.8125,5.1875,4.875,5.25],"texture":"#0"},"up":{"uv":[9.75,12.9375,9.9375,12.875],"texture":"#0"},"down":{"uv":[9.4375,12.875,9.625,12.9375],"texture":"#0"}}},{"from":[6.5,2.25,7.5],"to":[7.5,2.75,7.75],"faces":{"north":{"uv":[0.25,2.1875,0,2.3125],"texture":"#0"},"east":{"uv":[3.625,2.8125,3.5625,2.9375],"texture":"#0"},"south":{"uv":[0,1.9375,0.25,2.0625],"texture":"#0"},"west":{"uv":[3.5625,2.5625,3.625,2.6875],"texture":"#0"},"up":{"uv":[2.3125,9.875,2.5625,9.8125],"texture":"#0"},"down":{"uv":[2.3125,10,2.5625,10.0625],"texture":"#0"}}},{"from":[6.5,2.5,7.75],"to":[9.25,2.75,8],"faces":{"north":{"uv":[14.6875,14.375,14,14.4375],"texture":"#0"},"east":{"uv":[15.5625,11.1875,15.5,11.25],"texture":"#0"},"south":{"uv":[13.1875,14.375,13.875,14.4375],"texture":"#0"},"west":{"uv":[4.8125,8.5625,4.875,8.625],"texture":"#0"},"up":{"uv":[14.8125,14.4375,15.5,14.375],"texture":"#0"},"down":{"uv":[3.1875,14.1875,3.875,14.25],"texture":"#0"}}},{"from":[6.5,4.5,8],"to":[6.75,4.75,8.25],"faces":{"north":{"uv":[15,11.1875,14.9375,11.25],"texture":"#0"},"east":{"uv":[11.8125,11.1875,11.75,11.25],"texture":"#0"},"south":{"uv":[12.125,11.1875,12.1875,11.25],"texture":"#0"},"west":{"uv":[11.9375,11.1875,12,11.25],"texture":"#0"},"up":{"uv":[15.125,11.25,15.1875,11.1875],"texture":"#0"},"down":{"uv":[15.3125,11.1875,15.375,11.25],"texture":"#0"}}},{"from":[6.5,5,7.25],"to":[6.75,5.5,7.5],"faces":{"north":{"uv":[3.625,8.8125,3.5625,8.9375],"texture":"#0"},"east":{"uv":[3.625,11.0625,3.5625,11.1875],"texture":"#0"},"south":{"uv":[3.5625,9.0625,3.625,9.1875],"texture":"#0"},"west":{"uv":[3.5625,9.3125,3.625,9.4375],"texture":"#0"},"up":{"uv":[4.625,1.3125,4.6875,1.25],"texture":"#0"},"down":{"uv":[11.5625,11.1875,11.625,11.25],"texture":"#0"}}},{"from":[6.5,5.5,8],"to":[9.25,5.75,8.25],"faces":{"north":{"uv":[11.4375,14.375,10.75,14.4375],"texture":"#0"},"east":{"uv":[6.75,10.8125,6.6875,10.875],"texture":"#0"},"south":{"uv":[9.9375,14.375,10.625,14.4375],"texture":"#0"},"west":{"uv":[14.75,10.8125,14.8125,10.875],"texture":"#0"},"up":{"uv":[11.5625,14.4375,12.25,14.375],"texture":"#0"},"down":{"uv":[12.375,14.375,13.0625,14.4375],"texture":"#0"}}},{"from":[6.5,5.5,8.25],"to":[7.25,5.75,8.5],"faces":{"north":{"uv":[11.5,12.875,11.3125,12.9375],"texture":"#0"},"east":{"uv":[5.0625,1.8125,5,1.875],"texture":"#0"},"south":{"uv":[11.625,12.875,11.8125,12.9375],"texture":"#0"},"west":{"uv":[6.5,10.8125,6.5625,10.875],"texture":"#0"},"up":{"uv":[11,12.9375,11.1875,12.875],"texture":"#0"},"down":{"uv":[10.6875,12.875,10.875,12.9375],"texture":"#0"}}},{"from":[6.5,12.5,7.75],"to":[9.5,12.75,8.25],"faces":{"north":{"uv":[15.8125,15,15.0625,15.0625],"texture":"#0"},"east":{"uv":[6.1875,12.3125,6.0625,12.375],"texture":"#0"},"south":{"uv":[2.5625,14.375,3.3125,14.4375],"texture":"#0"},"west":{"uv":[7.5625,12.3125,7.6875,12.375],"texture":"#0"},"up":{"uv":[0.375,15.3125,1.125,15.1875],"texture":"#0"},"down":{"uv":[14.75,15.625,15.5,15.75],"texture":"#0"}}},{"from":[6.75,0.25,7],"to":[7,1,7.25],"faces":{"north":{"uv":[2.75,0.1875,2.6875,0.375],"texture":"#0"},"east":{"uv":[3.25,11.9375,3.1875,12.125],"texture":"#0"},"south":{"uv":[3.1875,12.5625,3.25,12.75],"texture":"#0"},"west":{"uv":[3.1875,12.25,3.25,12.4375],"texture":"#0"},"up":{"uv":[10.8125,11.0625,10.875,11],"texture":"#0"},"down":{"uv":[14.9375,11,15,11.0625],"texture":"#0"}}},{"from":[6.75,0.75,7.25],"to":[7.25,1,8.25],"faces":{"north":{"uv":[5.1875,12.3125,5.0625,12.375],"texture":"#0"},"east":{"uv":[2.5625,2.8125,2.3125,2.875],"texture":"#0"},"south":{"uv":[3.8125,12.3125,3.9375,12.375],"texture":"#0"},"west":{"uv":[2.3125,3,2.5625,3.0625],"texture":"#0"},"up":{"uv":[0,3.9375,0.125,3.6875],"texture":"#0"},"down":{"uv":[0.9375,0.3125,1.0625,0.5625],"texture":"#0"}}},{"from":[6.75,1,7.5],"to":[7.75,1.25,7.75],"faces":{"north":{"uv":[2.5625,2.25,2.3125,2.3125],"texture":"#0"},"east":{"uv":[4.875,0.3125,4.8125,0.375],"texture":"#0"},"south":{"uv":[2.3125,2.0625,2.5625,2.125],"texture":"#0"},"west":{"uv":[4.8125,0.125,4.875,0.1875],"texture":"#0"},"up":{"uv":[2.3125,2.5,2.5625,2.4375],"texture":"#0"},"down":{"uv":[2.3125,2.625,2.5625,2.6875],"texture":"#0"}}},{"from":[6.75,1,8.25],"to":[7.75,1.25,8.5],"faces":{"north":{"uv":[2.5625,1.125,2.3125,1.1875],"texture":"#0"},"east":{"uv":[4.875,0.6875,4.8125,0.75],"texture":"#0"},"south":{"uv":[2.3125,0.9375,2.5625,1],"texture":"#0"},"west":{"uv":[4.8125,0.5,4.875,0.5625],"texture":"#0"},"up":{"uv":[2.3125,1.375,2.5625,1.3125],"texture":"#0"},"down":{"uv":[2.3125,1.5,2.5625,1.5625],"texture":"#0"}}},{"from":[6.75,1.25,7.5],"to":[7.5,1.5,7.75],"faces":{"north":{"uv":[12.75,12.875,12.5625,12.9375],"texture":"#0"},"east":{"uv":[4.875,1.8125,4.8125,1.875],"texture":"#0"},"south":{"uv":[12.875,12.875,13.0625,12.9375],"texture":"#0"},"west":{"uv":[4.8125,1.25,4.875,1.3125],"texture":"#0"},"up":{"uv":[12.25,12.9375,12.4375,12.875],"texture":"#0"},"down":{"uv":[11.9375,12.875,12.125,12.9375],"texture":"#0"}}},{"from":[6.75,1.25,8.25],"to":[7.5,1.5,8.5],"faces":{"north":{"uv":[14,12.875,13.8125,12.9375],"texture":"#0"},"east":{"uv":[4.875,6.125,4.8125,6.1875],"texture":"#0"},"south":{"uv":[14.125,12.875,14.3125,12.9375],"texture":"#0"},"west":{"uv":[4.8125,2.375,4.875,2.4375],"texture":"#0"},"up":{"uv":[13.5,12.9375,13.6875,12.875],"texture":"#0"},"down":{"uv":[13.1875,12.875,13.375,12.9375],"texture":"#0"}}},{"from":[6.75,2,7.5],"to":[7.25,2.25,7.75],"faces":{"north":{"uv":[13.5,12.5,13.375,12.5625],"texture":"#0"},"east":{"uv":[10.5,11.1875,10.4375,11.25],"texture":"#0"},"south":{"uv":[12.375,12.5,12.5,12.5625],"texture":"#0"},"west":{"uv":[10.625,11.1875,10.6875,11.25],"texture":"#0"},"up":{"uv":[13.625,12.5625,13.75,12.5],"texture":"#0"},"down":{"uv":[13.875,12.5,14,12.5625],"texture":"#0"}}},{"from":[6.75,2.25,8.25],"to":[7.5,2.5,8.5],"faces":{"north":{"uv":[15.25,12.875,15.0625,12.9375],"texture":"#0"},"east":{"uv":[9,11.1875,8.9375,11.25],"texture":"#0"},"south":{"uv":[15.375,12.875,15.5625,12.9375],"texture":"#0"},"west":{"uv":[9.125,11.1875,9.1875,11.25],"texture":"#0"},"up":{"uv":[14.75,12.9375,14.9375,12.875],"texture":"#0"},"down":{"uv":[14.4375,12.875,14.625,12.9375],"texture":"#0"}}},{"from":[6.75,2.5,8],"to":[9.25,2.75,8.25],"faces":{"north":{"uv":[10.625,14.1875,10,14.25],"texture":"#0"},"east":{"uv":[8.625,11.1875,8.5625,11.25],"texture":"#0"},"south":{"uv":[10.75,14.1875,11.375,14.25],"texture":"#0"},"west":{"uv":[8.75,11.1875,8.8125,11.25],"texture":"#0"},"up":{"uv":[9.25,14.25,9.875,14.1875],"texture":"#0"},"down":{"uv":[8.5,14.1875,9.125,14.25],"texture":"#0"}}},{"from":[6.75,2.75,7.5],"to":[8.75,3,8],"faces":{"north":{"uv":[1.4375,4.125,0.9375,4.1875],"texture":"#0"},"east":{"uv":[12,12.5,11.875,12.5625],"texture":"#0"},"south":{"uv":[0.9375,8.0625,1.4375,8.125],"texture":"#0"},"west":{"uv":[12.125,12.5,12.25,12.5625],"texture":"#0"},"up":{"uv":[0.9375,14.4375,1.4375,14.3125],"texture":"#0"},"down":{"uv":[0.9375,14.0625,1.4375,14.1875],"texture":"#0"}}},{"from":[6.75,4.75,8],"to":[9,5,8.25],"faces":{"north":{"uv":[8.4375,14,7.875,14.0625],"texture":"#0"},"east":{"uv":[4.6875,1.4375,4.625,1.5],"texture":"#0"},"south":{"uv":[5.8125,14,6.375,14.0625],"texture":"#0"},"west":{"uv":[6.125,11.1875,6.1875,11.25],"texture":"#0"},"up":{"uv":[7.1875,14.0625,7.75,14],"texture":"#0"},"down":{"uv":[6.5,14,7.0625,14.0625],"texture":"#0"}}},{"from":[6.75,5,8.5],"to":[7.25,5.25,8.75],"faces":{"north":{"uv":[8.25,12.5,8.125,12.5625],"texture":"#0"},"east":{"uv":[5.0625,11,5,11.0625],"texture":"#0"},"south":{"uv":[3.875,12.5,4,12.5625],"texture":"#0"},"west":{"uv":[5.5625,11,5.625,11.0625],"texture":"#0"},"up":{"uv":[8.375,12.5625,8.5,12.5],"texture":"#0"},"down":{"uv":[8.625,12.5,8.75,12.5625],"texture":"#0"}}},{"from":[6.75,5.5,7.5],"to":[7,5.75,8],"faces":{"north":{"uv":[4.875,3.125,4.8125,3.1875],"texture":"#0"},"east":{"uv":[12.9375,12.6875,12.8125,12.75],"texture":"#0"},"south":{"uv":[4.8125,3.6875,4.875,3.75],"texture":"#0"},"west":{"uv":[13.0625,12.6875,13.1875,12.75],"texture":"#0"},"up":{"uv":[1.875,0.75,1.9375,0.625],"texture":"#0"},"down":{"uv":[15.8125,13.0625,15.875,13.1875],"texture":"#0"}}},{"from":[6.75,5.75,7.75],"to":[7.25,6,8],"faces":{"north":{"uv":[11.1875,12.6875,11.0625,12.75],"texture":"#0"},"east":{"uv":[5.4375,11.1875,5.375,11.25],"texture":"#0"},"south":{"uv":[10.8125,12.6875,10.9375,12.75],"texture":"#0"},"west":{"uv":[5.9375,11.1875,6,11.25],"texture":"#0"},"up":{"uv":[12.3125,12.75,12.4375,12.6875],"texture":"#0"},"down":{"uv":[12.5625,12.6875,12.6875,12.75],"texture":"#0"}}},{"from":[6.75,12.25,7.75],"to":[9.25,12.5,8.25],"faces":{"north":{"uv":[12.875,14.1875,12.25,14.25],"texture":"#0"},"east":{"uv":[4.3125,9.125,4.1875,9.1875],"texture":"#0"},"south":{"uv":[11.5,14.1875,12.125,14.25],"texture":"#0"},"west":{"uv":[4.1875,8.9375,4.3125,9],"texture":"#0"},"up":{"uv":[0.9375,14.875,1.5625,14.75],"texture":"#0"},"down":{"uv":[14.75,15.1875,15.375,15.3125],"texture":"#0"}}},{"from":[6.75,12.75,7.5],"to":[9.25,13,7.75],"faces":{"north":{"uv":[15.125,14.1875,14.5,14.25],"texture":"#0"},"east":{"uv":[4.6875,4.25,4.625,4.3125],"texture":"#0"},"south":{"uv":[15.25,14.1875,15.875,14.25],"texture":"#0"},"west":{"uv":[4.625,4.0625,4.6875,4.125],"texture":"#0"},"up":{"uv":[13.75,14.25,14.375,14.1875],"texture":"#0"},"down":{"uv":[13,14.1875,13.625,14.25],"texture":"#0"}}},{"from":[6.75,12.75,8.25],"to":[9.5,13,8.5],"faces":{"north":{"uv":[9,14.375,8.3125,14.4375],"texture":"#0"},"east":{"uv":[4.6875,8.375,4.625,8.4375],"texture":"#0"},"south":{"uv":[9.125,14.375,9.8125,14.4375],"texture":"#0"},"west":{"uv":[4.625,8.1875,4.6875,8.25],"texture":"#0"},"up":{"uv":[7.5,14.4375,8.1875,14.375],"texture":"#0"},"down":{"uv":[6.6875,14.375,7.375,14.4375],"texture":"#0"}}},{"from":[6.75,13.75,7.5],"to":[9.25,14,7.75],"faces":{"north":{"uv":[4.625,14.1875,4,14.25],"texture":"#0"},"east":{"uv":[4.6875,10.25,4.625,10.3125],"texture":"#0"},"south":{"uv":[4.75,14.1875,5.375,14.25],"texture":"#0"},"west":{"uv":[4.625,10.0625,4.6875,10.125],"texture":"#0"},"up":{"uv":[2.3125,14.0625,2.9375,14],"texture":"#0"},"down":{"uv":[1.5625,14,2.1875,14.0625],"texture":"#0"}}},{"from":[6.75,13.75,8.25],"to":[9.25,14,8.5],"faces":{"north":{"uv":[7.625,14.1875,7,14.25],"texture":"#0"},"east":{"uv":[4.6875,10.625,4.625,10.6875],"texture":"#0"},"south":{"uv":[7.75,14.1875,8.375,14.25],"texture":"#0"},"west":{"uv":[4.625,10.4375,4.6875,10.5],"texture":"#0"},"up":{"uv":[6.25,14.25,6.875,14.1875],"texture":"#0"},"down":{"uv":[5.5,14.1875,6.125,14.25],"texture":"#0"}}},{"from":[7,0.5,7.5],"to":[8.75,0.75,8.25],"faces":{"north":{"uv":[11.8125,14,11.375,14.0625],"texture":"#0"},"east":{"uv":[3.5625,12.6875,3.375,12.75],"texture":"#0"},"south":{"uv":[9.125,14,9.5625,14.0625],"texture":"#0"},"west":{"uv":[15.6875,12.875,15.875,12.9375],"texture":"#0"},"up":{"uv":[0.375,14.4375,0.8125,14.25],"texture":"#0"},"down":{"uv":[0.375,13.9375,0.8125,14.125],"texture":"#0"}}},{"from":[7,0.75,8.25],"to":[9,1,8.5],"faces":{"north":{"uv":[1.4375,9.125,0.9375,9.1875],"texture":"#0"},"east":{"uv":[4.6875,11,4.625,11.0625],"texture":"#0"},"south":{"uv":[0.9375,9.3125,1.4375,9.375],"texture":"#0"},"west":{"uv":[4.625,10.8125,4.6875,10.875],"texture":"#0"},"up":{"uv":[0.9375,9,1.4375,8.9375],"texture":"#0"},"down":{"uv":[0.9375,8.75,1.4375,8.8125],"texture":"#0"}}},{"from":[7,1,7.25],"to":[7.5,1.25,7.5],"faces":{"north":{"uv":[14.3125,11.9375,14.1875,12],"texture":"#0"},"east":{"uv":[14.25,11.375,14.1875,11.4375],"texture":"#0"},"south":{"uv":[13.9375,11.9375,14.0625,12],"texture":"#0"},"west":{"uv":[14.375,11.375,14.4375,11.4375],"texture":"#0"},"up":{"uv":[14.9375,12,15.0625,11.9375],"texture":"#0"},"down":{"uv":[15.1875,11.9375,15.3125,12],"texture":"#0"}}},{"from":[7,1.25,7.25],"to":[7.25,1.5,7.5],"faces":{"north":{"uv":[12.9375,11.375,12.875,11.4375],"texture":"#0"},"east":{"uv":[10.5,11.375,10.4375,11.4375],"texture":"#0"},"south":{"uv":[12.6875,11.375,12.75,11.4375],"texture":"#0"},"west":{"uv":[10.625,11.375,10.6875,11.4375],"texture":"#0"},"up":{"uv":[13.8125,11.4375,13.875,11.375],"texture":"#0"},"down":{"uv":[14,11.375,14.0625,11.4375],"texture":"#0"}}},{"from":[7,1.25,8.5],"to":[7.5,1.5,8.75],"faces":{"north":{"uv":[3.875,0.5625,3.75,0.625],"texture":"#0"},"east":{"uv":[8.625,11.375,8.5625,11.4375],"texture":"#0"},"south":{"uv":[3.75,0.75,3.875,0.8125],"texture":"#0"},"west":{"uv":[8.75,11.375,8.8125,11.4375],"texture":"#0"},"up":{"uv":[3.75,0.1875,3.875,0.125],"texture":"#0"},"down":{"uv":[4.1875,11.9375,4.3125,12],"texture":"#0"}}},{"from":[7,2.5,7.25],"to":[7.25,3,7.5],"faces":{"north":{"uv":[3.8125,7.875,3.75,8],"texture":"#0"},"east":{"uv":[3.8125,8.625,3.75,8.75],"texture":"#0"},"south":{"uv":[3.75,8.125,3.8125,8.25],"texture":"#0"},"west":{"uv":[3.75,8.375,3.8125,8.5],"texture":"#0"},"up":{"uv":[8.1875,11.4375,8.25,11.375],"texture":"#0"},"down":{"uv":[8.375,11.375,8.4375,11.4375],"texture":"#0"}}},{"from":[7,2.5,8.25],"to":[9,2.75,8.5],"faces":{"north":{"uv":[1.4375,10.25,0.9375,10.3125],"texture":"#0"},"east":{"uv":[6,11.375,5.9375,11.4375],"texture":"#0"},"south":{"uv":[0.9375,10.4375,1.4375,10.5],"texture":"#0"},"west":{"uv":[6.125,11.375,6.1875,11.4375],"texture":"#0"},"up":{"uv":[0.9375,10.125,1.4375,10.0625],"texture":"#0"},"down":{"uv":[0.9375,9.875,1.4375,9.9375],"texture":"#0"}}},{"from":[7,2.75,8],"to":[9,3,8.25],"faces":{"north":{"uv":[1.4375,11,0.9375,11.0625],"texture":"#0"},"east":{"uv":[5.25,11.375,5.1875,11.4375],"texture":"#0"},"south":{"uv":[0.9375,11.1875,1.4375,11.25],"texture":"#0"},"west":{"uv":[5.375,11.375,5.4375,11.4375],"texture":"#0"},"up":{"uv":[0.9375,10.875,1.4375,10.8125],"texture":"#0"},"down":{"uv":[0.9375,10.625,1.4375,10.6875],"texture":"#0"}}},{"from":[7,3,7.5],"to":[8.5,3.25,7.75],"faces":{"north":{"uv":[1.9375,1.3125,1.5625,1.375],"texture":"#0"},"east":{"uv":[4.875,11.375,4.8125,11.4375],"texture":"#0"},"south":{"uv":[1.5625,1.125,1.9375,1.1875],"texture":"#0"},"west":{"uv":[5,11.375,5.0625,11.4375],"texture":"#0"},"up":{"uv":[1.5625,1.5625,1.9375,1.5],"texture":"#0"},"down":{"uv":[1.5625,1.9375,1.9375,2],"texture":"#0"}}},{"from":[7,4.75,7.75],"to":[9,5,8],"faces":{"north":{"uv":[1.4375,11.75,0.9375,11.8125],"texture":"#0"},"east":{"uv":[4.5,0.125,4.4375,0.1875],"texture":"#0"},"south":{"uv":[0.9375,11.9375,1.4375,12],"texture":"#0"},"west":{"uv":[4.625,11.375,4.6875,11.4375],"texture":"#0"},"up":{"uv":[0.9375,11.625,1.4375,11.5625],"texture":"#0"},"down":{"uv":[0.9375,11.375,1.4375,11.4375],"texture":"#0"}}},{"from":[7,5.5,7.75],"to":[9.25,5.75,8],"faces":{"north":{"uv":[4.3125,14,3.75,14.0625],"texture":"#0"},"east":{"uv":[4.5,1.8125,4.4375,1.875],"texture":"#0"},"south":{"uv":[3.0625,14,3.625,14.0625],"texture":"#0"},"west":{"uv":[4.4375,1.625,4.5,1.6875],"texture":"#0"},"up":{"uv":[5.125,14.0625,5.6875,14],"texture":"#0"},"down":{"uv":[4.4375,14,5,14.0625],"texture":"#0"}}},{"from":[7,5.75,8],"to":[7.25,6,8.5],"faces":{"north":{"uv":[4.5,4.4375,4.4375,4.5],"texture":"#0"},"east":{"uv":[7.875,12.125,7.75,12.1875],"texture":"#0"},"south":{"uv":[4.4375,4.625,4.5,4.6875],"texture":"#0"},"west":{"uv":[8,12.125,8.125,12.1875],"texture":"#0"},"up":{"uv":[3.5625,4.4375,3.625,4.3125],"texture":"#0"},"down":{"uv":[3.5625,4.0625,3.625,4.1875],"texture":"#0"}}},{"from":[7,12,7.75],"to":[9,12.25,8.25],"faces":{"north":{"uv":[1.4375,12.125,0.9375,12.1875],"texture":"#0"},"east":{"uv":[6.125,12.125,6,12.1875],"texture":"#0"},"south":{"uv":[0.9375,12.3125,1.4375,12.375],"texture":"#0"},"west":{"uv":[7.25,12.125,7.375,12.1875],"texture":"#0"},"up":{"uv":[15.375,14.875,15.875,14.75],"texture":"#0"},"down":{"uv":[15.375,15.875,15.875,16],"texture":"#0"}}},{"from":[7,12.5,7.5],"to":[9,12.75,7.75],"faces":{"north":{"uv":[1.4375,12.875,0.9375,12.9375],"texture":"#0"},"east":{"uv":[4.5,5.375,4.4375,5.4375],"texture":"#0"},"south":{"uv":[0.9375,0.9375,1.4375,1],"texture":"#0"},"west":{"uv":[4.4375,5,4.5,5.0625],"texture":"#0"},"up":{"uv":[0.9375,12.75,1.4375,12.6875],"texture":"#0"},"down":{"uv":[0.9375,12.5,1.4375,12.5625],"texture":"#0"}}},{"from":[7,12.5,8.25],"to":[9,12.75,8.5],"faces":{"north":{"uv":[1.4375,2,0.9375,2.0625],"texture":"#0"},"east":{"uv":[4.5,6.5,4.4375,6.5625],"texture":"#0"},"south":{"uv":[0.9375,2.1875,1.4375,2.25],"texture":"#0"},"west":{"uv":[4.4375,5.5625,4.5,5.625],"texture":"#0"},"up":{"uv":[0.9375,1.875,1.4375,1.8125],"texture":"#0"},"down":{"uv":[0.9375,1.625,1.4375,1.6875],"texture":"#0"}}},{"from":[7,14.25,7.75],"to":[9.75,14.5,8.25],"faces":{"north":{"uv":[2.25,14.1875,1.5625,14.25],"texture":"#0"},"east":{"uv":[4.625,12.125,4.5,12.1875],"texture":"#0"},"south":{"uv":[2.375,14.1875,3.0625,14.25],"texture":"#0"},"west":{"uv":[4.75,12.125,4.875,12.1875],"texture":"#0"},"up":{"uv":[6.75,15.3125,7.4375,15.1875],"texture":"#0"},"down":{"uv":[5.9375,15.1875,6.625,15.3125],"texture":"#0"}}},{"from":[7,14.5,7.75],"to":[9,14.75,8.25],"faces":{"north":{"uv":[1.4375,5.3125,0.9375,5.375],"texture":"#0"},"east":{"uv":[4.125,12.125,4,12.1875],"texture":"#0"},"south":{"uv":[0.9375,7,1.4375,7.0625],"texture":"#0"},"west":{"uv":[4.25,12.125,4.375,12.1875],"texture":"#0"},"up":{"uv":[0.9375,13.4375,1.4375,13.3125],"texture":"#0"},"down":{"uv":[0.9375,13.5625,1.4375,13.6875],"texture":"#0"}}},{"from":[7.25,0.25,7.75],"to":[8.75,0.5,8.25],"faces":{"north":{"uv":[3.9375,13.8125,3.5625,13.875],"texture":"#0"},"east":{"uv":[12.1875,12.3125,12.0625,12.375],"texture":"#0"},"south":{"uv":[4.0625,13.8125,4.4375,13.875],"texture":"#0"},"west":{"uv":[3.75,12.125,3.875,12.1875],"texture":"#0"},"up":{"uv":[0.375,10.8125,0.75,10.6875],"texture":"#0"},"down":{"uv":[0.375,10.4375,0.75,10.5625],"texture":"#0"}}},{"from":[7.25,0.5,8.25],"to":[8.75,0.75,8.5],"faces":{"north":{"uv":[7.1875,13.8125,6.8125,13.875],"texture":"#0"},"east":{"uv":[5.0625,7.25,5,7.3125],"texture":"#0"},"south":{"uv":[7.3125,13.8125,7.6875,13.875],"texture":"#0"},"west":{"uv":[4.4375,7.4375,4.5,7.5],"texture":"#0"},"up":{"uv":[6.3125,13.875,6.6875,13.8125],"texture":"#0"},"down":{"uv":[5.8125,13.8125,6.1875,13.875],"texture":"#0"}}},{"from":[7.25,0.75,7.5],"to":[9,1,8.25],"faces":{"north":{"uv":[10.6875,14,10.25,14.0625],"texture":"#0"},"east":{"uv":[4.1875,12.6875,4,12.75],"texture":"#0"},"south":{"uv":[10.8125,14,11.25,14.0625],"texture":"#0"},"west":{"uv":[3.6875,12.6875,3.875,12.75],"texture":"#0"},"up":{"uv":[0.375,14.75,0.8125,14.5625],"texture":"#0"},"down":{"uv":[0.375,14.875,0.8125,15.0625],"texture":"#0"}}},{"from":[7.25,2,7.75],"to":[7.5,2.5,8.25],"faces":{"north":{"uv":[4.0625,3.875,4,4],"texture":"#0"},"east":{"uv":[14.5625,13.3125,14.4375,13.4375],"texture":"#0"},"south":{"uv":[4,4.125,4.0625,4.25],"texture":"#0"},"west":{"uv":[14.6875,13.3125,14.8125,13.4375],"texture":"#0"},"up":{"uv":[4,3.75,4.0625,3.625],"texture":"#0"},"down":{"uv":[4,3.375,4.0625,3.5],"texture":"#0"}}},{"from":[7.25,2.75,7.25],"to":[7.5,3.25,7.5],"faces":{"north":{"uv":[3.8125,3.1875,3.75,3.3125],"texture":"#0"},"east":{"uv":[3.625,3.5625,3.5625,3.6875],"texture":"#0"},"south":{"uv":[3.5625,0.5625,3.625,0.6875],"texture":"#0"},"west":{"uv":[3.5625,0.8125,3.625,0.9375],"texture":"#0"},"up":{"uv":[9.3125,11.0625,9.375,11],"texture":"#0"},"down":{"uv":[5,8.5625,5.0625,8.625],"texture":"#0"}}},{"from":[7.25,2.75,8.25],"to":[8.75,3,8.5],"faces":{"north":{"uv":[9.1875,13.8125,8.8125,13.875],"texture":"#0"},"east":{"uv":[4.875,10.25,4.8125,10.3125],"texture":"#0"},"south":{"uv":[9.3125,13.8125,9.6875,13.875],"texture":"#0"},"west":{"uv":[4.8125,9.6875,4.875,9.75],"texture":"#0"},"up":{"uv":[8.3125,13.875,8.6875,13.8125],"texture":"#0"},"down":{"uv":[7.8125,13.8125,8.1875,13.875],"texture":"#0"}}},{"from":[7.25,3,7.75],"to":[8.75,3.25,8.25],"faces":{"north":{"uv":[11.1875,13.8125,10.8125,13.875],"texture":"#0"},"east":{"uv":[7.125,12.125,7,12.1875],"texture":"#0"},"south":{"uv":[11.3125,13.8125,11.6875,13.875],"texture":"#0"},"west":{"uv":[8.5,12.125,8.625,12.1875],"texture":"#0"},"up":{"uv":[0.375,11.5625,0.75,11.4375],"texture":"#0"},"down":{"uv":[0.375,11.1875,0.75,11.3125],"texture":"#0"}}},{"from":[7.25,3.25,7.5],"to":[8.5,3.5,7.75],"faces":{"north":{"uv":[8.75,13.5625,8.4375,13.625],"texture":"#0"},"east":{"uv":[12.9375,11.1875,12.875,11.25],"texture":"#0"},"south":{"uv":[8,13.5625,8.3125,13.625],"texture":"#0"},"west":{"uv":[13.0625,11.1875,13.125,11.25],"texture":"#0"},"up":{"uv":[8.875,13.625,9.1875,13.5625],"texture":"#0"},"down":{"uv":[9.3125,13.5625,9.625,13.625],"texture":"#0"}}},{"from":[7.25,5.25,7.5],"to":[8.75,5.5,7.75],"faces":{"north":{"uv":[13.1875,13.8125,12.8125,13.875],"texture":"#0"},"east":{"uv":[5.0625,8.375,5,8.4375],"texture":"#0"},"south":{"uv":[13.3125,13.8125,13.6875,13.875],"texture":"#0"},"west":{"uv":[12.6875,11.1875,12.75,11.25],"texture":"#0"},"up":{"uv":[12.3125,13.875,12.6875,13.8125],"texture":"#0"},"down":{"uv":[11.8125,13.8125,12.1875,13.875],"texture":"#0"}}},{"from":[7.25,6.25,8],"to":[8.5,6.75,8.25],"faces":{"north":{"uv":[0.6875,4.6875,0.375,4.8125],"texture":"#0"},"east":{"uv":[3.4375,1.5,3.375,1.625],"texture":"#0"},"south":{"uv":[0.375,4.9375,0.6875,5.0625],"texture":"#0"},"west":{"uv":[3.375,1.25,3.4375,1.375],"texture":"#0"},"up":{"uv":[7.125,13.625,7.4375,13.5625],"texture":"#0"},"down":{"uv":[7.5625,13.5625,7.875,13.625],"texture":"#0"}}},{"from":[7.25,10.75,7.75],"to":[8.75,11.25,8.25],"faces":{"north":{"uv":[0.75,11.9375,0.375,12.0625],"texture":"#0"},"east":{"uv":[8.6875,13.3125,8.5625,13.4375],"texture":"#0"},"south":{"uv":[0.375,6.6875,0.75,6.8125],"texture":"#0"},"west":{"uv":[8.8125,13.3125,8.9375,13.4375],"texture":"#0"},"up":{"uv":[0.375,10.0625,0.75,9.9375],"texture":"#0"},"down":{"uv":[0.375,8.9375,0.75,9.0625],"texture":"#0"}}},{"from":[7.25,11.75,7.75],"to":[8.75,12,8.25],"faces":{"north":{"uv":[14.1875,13.8125,13.8125,13.875],"texture":"#0"},"east":{"uv":[5.4375,12.3125,5.3125,12.375],"texture":"#0"},"south":{"uv":[14.3125,13.8125,14.6875,13.875],"texture":"#0"},"west":{"uv":[6.8125,12.3125,6.9375,12.375],"texture":"#0"},"up":{"uv":[0.375,6.0625,0.75,5.9375],"texture":"#0"},"down":{"uv":[0.375,10.1875,0.75,10.3125],"texture":"#0"}}},{"from":[7.25,12.25,7.5],"to":[8.75,12.5,7.75],"faces":{"north":{"uv":[13.3125,14,12.9375,14.0625],"texture":"#0"},"east":{"uv":[6.1875,11,6.125,11.0625],"texture":"#0"},"south":{"uv":[13.4375,14,13.8125,14.0625],"texture":"#0"},"west":{"uv":[11.375,11,11.4375,11.0625],"texture":"#0"},"up":{"uv":[12.4375,14.0625,12.8125,14],"texture":"#0"},"down":{"uv":[11.9375,14,12.3125,14.0625],"texture":"#0"}}},{"from":[7.25,12.25,8.25],"to":[8.75,12.5,8.5],"faces":{"north":{"uv":[15.3125,14,14.9375,14.0625],"texture":"#0"},"east":{"uv":[4.875,1.4375,4.8125,1.5],"texture":"#0"},"south":{"uv":[15.4375,14,15.8125,14.0625],"texture":"#0"},"west":{"uv":[5.9375,11,6,11.0625],"texture":"#0"},"up":{"uv":[14.4375,14.0625,14.8125,14],"texture":"#0"},"down":{"uv":[13.9375,14,14.3125,14.0625],"texture":"#0"}}},{"from":[7.25,13,7.25],"to":[8.75,13.75,7.5],"faces":{"north":{"uv":[0.75,13.3125,0.375,13.5],"texture":"#0"},"east":{"uv":[3.25,11.3125,3.1875,11.5],"texture":"#0"},"south":{"uv":[0.375,13,0.75,13.1875],"texture":"#0"},"west":{"uv":[3.1875,11.625,3.25,11.8125],"texture":"#0"},"up":{"uv":[1.5625,13.6875,1.9375,13.625],"texture":"#0"},"down":{"uv":[1.5625,13.8125,1.9375,13.875],"texture":"#0"}}},{"from":[7.25,13,8.5],"to":[8.75,13.75,8.75],"faces":{"north":{"uv":[0.75,12.6875,0.375,12.875],"texture":"#0"},"east":{"uv":[3.25,10.6875,3.1875,10.875],"texture":"#0"},"south":{"uv":[0.375,13.625,0.75,13.8125],"texture":"#0"},"west":{"uv":[3.1875,11,3.25,11.1875],"texture":"#0"},"up":{"uv":[1.5625,12.9375,1.9375,12.875],"texture":"#0"},"down":{"uv":[1.5625,13.0625,1.9375,13.125],"texture":"#0"}}},{"from":[7.25,14,7.5],"to":[8.75,14.5,7.75],"faces":{"north":{"uv":[0.75,7.6875,0.375,7.8125],"texture":"#0"},"east":{"uv":[3.25,6.8125,3.1875,6.9375],"texture":"#0"},"south":{"uv":[0.375,6.4375,0.75,6.5625],"texture":"#0"},"west":{"uv":[3.375,5.25,3.4375,5.375],"texture":"#0"},"up":{"uv":[1.5625,12.5625,1.9375,12.5],"texture":"#0"},"down":{"uv":[1.5625,12.6875,1.9375,12.75],"texture":"#0"}}},{"from":[7.25,14,8.25],"to":[8.75,14.5,8.5],"faces":{"north":{"uv":[0.75,9.6875,0.375,9.8125],"texture":"#0"},"east":{"uv":[3.25,8.8125,3.1875,8.9375],"texture":"#0"},"south":{"uv":[0.375,10.9375,0.75,11.0625],"texture":"#0"},"west":{"uv":[3.1875,7.0625,3.25,7.1875],"texture":"#0"},"up":{"uv":[1.5625,12.1875,1.9375,12.125],"texture":"#0"},"down":{"uv":[1.5625,12.3125,1.9375,12.375],"texture":"#0"}}},{"from":[7.25,14.75,7.75],"to":[8.75,15.25,8.25],"faces":{"north":{"uv":[0.75,6.9375,0.375,7.0625],"texture":"#0"},"east":{"uv":[2.4375,5.5,2.3125,5.625],"texture":"#0"},"south":{"uv":[0.375,7.1875,0.75,7.3125],"texture":"#0"},"west":{"uv":[2.3125,5.25,2.4375,5.375],"texture":"#0"},"up":{"uv":[0.375,8.8125,0.75,8.6875],"texture":"#0"},"down":{"uv":[0.375,8.1875,0.75,8.3125],"texture":"#0"}}},{"from":[7.5,2.25,7.75],"to":[9.5,2.5,8.25],"faces":{"north":{"uv":[1.4375,9.6875,0.9375,9.75],"texture":"#0"},"east":{"uv":[14.9375,12.6875,14.8125,12.75],"texture":"#0"},"south":{"uv":[0.9375,9.5,1.4375,9.5625],"texture":"#0"},"west":{"uv":[15.0625,12.6875,15.1875,12.75],"texture":"#0"},"up":{"uv":[0.9375,13.9375,1.4375,13.8125],"texture":"#0"},"down":{"uv":[0.9375,13.0625,1.4375,13.1875],"texture":"#0"}}},{"from":[7.5,2.5,7.5],"to":[9,2.75,7.75],"faces":{"north":{"uv":[1.9375,10.8125,1.5625,10.875],"texture":"#0"},"east":{"uv":[4.875,10.625,4.8125,10.6875],"texture":"#0"},"south":{"uv":[1.5625,10.625,1.9375,10.6875],"texture":"#0"},"west":{"uv":[4.8125,6.875,4.875,6.9375],"texture":"#0"},"up":{"uv":[1.5625,11.0625,1.9375,11],"texture":"#0"},"down":{"uv":[1.5625,11.1875,1.9375,11.25],"texture":"#0"}}},{"from":[7.5,3,7.25],"to":[7.75,3.5,7.5],"faces":{"north":{"uv":[1.9375,0.875,1.875,1],"texture":"#0"},"east":{"uv":[1.9375,8.1875,1.875,8.3125],"texture":"#0"},"south":{"uv":[1.875,1.6875,1.9375,1.8125],"texture":"#0"},"west":{"uv":[1.875,7.9375,1.9375,8.0625],"texture":"#0"},"up":{"uv":[6.6875,11.25,6.75,11.1875],"texture":"#0"},"down":{"uv":[6.875,11.1875,6.9375,11.25],"texture":"#0"}}},{"from":[7.5,3,8.25],"to":[8.5,3.5,8.5],"faces":{"north":{"uv":[0.25,4.5625,0,4.6875],"texture":"#0"},"east":{"uv":[1.9375,10.0625,1.875,10.1875],"texture":"#0"},"south":{"uv":[0,5.3125,0.25,5.4375],"texture":"#0"},"west":{"uv":[1.875,9.8125,1.9375,9.9375],"texture":"#0"},"up":{"uv":[7.8125,13.4375,8.0625,13.375],"texture":"#0"},"down":{"uv":[5.1875,13.375,5.4375,13.4375],"texture":"#0"}}},{"from":[7.5,3.25,7.75],"to":[8.5,4.25,8.25],"faces":{"north":{"uv":[0.25,14.0625,0,14.3125],"texture":"#0"},"east":{"uv":[0.125,8.6875,0,8.9375],"texture":"#0"},"south":{"uv":[0,13.3125,0.25,13.5625],"texture":"#0"},"west":{"uv":[0,8.3125,0.125,8.5625],"texture":"#0"},"up":{"uv":[0,6.9375,0.25,6.8125],"texture":"#0"},"down":{"uv":[0,6.5625,0.25,6.6875],"texture":"#0"}}},{"from":[7.5,5.5,7.5],"to":[8.5,6,7.75],"faces":{"north":{"uv":[1.1875,3.375,0.9375,3.5],"texture":"#0"},"east":{"uv":[4.0625,1.625,4,1.75],"texture":"#0"},"south":{"uv":[0.9375,3.625,1.1875,3.75],"texture":"#0"},"west":{"uv":[4,1.375,4.0625,1.5],"texture":"#0"},"up":{"uv":[11.9375,13.4375,12.1875,13.375],"texture":"#0"},"down":{"uv":[11.5625,13.375,11.8125,13.4375],"texture":"#0"}}},{"from":[7.5,5.5,8.25],"to":[8.5,6,8.5],"faces":{"north":{"uv":[0.625,0.9375,0.375,1.0625],"texture":"#0"},"east":{"uv":[4.0625,2.125,4,2.25],"texture":"#0"},"south":{"uv":[0.375,0.6875,0.625,0.8125],"texture":"#0"},"west":{"uv":[4,1.875,4.0625,2],"texture":"#0"},"up":{"uv":[7.5,13.1875,7.75,13.125],"texture":"#0"},"down":{"uv":[7.125,13.125,7.375,13.1875],"texture":"#0"}}},{"from":[7.5,5.75,7.75],"to":[8.5,6.5,8],"faces":{"north":{"uv":[0.25,10.5625,0,10.75],"texture":"#0"},"east":{"uv":[3.25,10.0625,3.1875,10.25],"texture":"#0"},"south":{"uv":[0,10.875,0.25,11.0625],"texture":"#0"},"west":{"uv":[3.1875,10.375,3.25,10.5625],"texture":"#0"},"up":{"uv":[14.375,13.1875,14.625,13.125],"texture":"#0"},"down":{"uv":[13.5,13.125,13.75,13.1875],"texture":"#0"}}},{"from":[7.5,5.75,8],"to":[8.5,6.25,8.25],"faces":{"north":{"uv":[15.875,15.625,15.625,15.75],"texture":"#0"},"east":{"uv":[4.0625,11.625,4,11.75],"texture":"#0"},"south":{"uv":[0,7.8125,0.25,7.9375],"texture":"#0"},"west":{"uv":[4,11.375,4.0625,11.5],"texture":"#0"},"up":{"uv":[9.8125,13.4375,10.0625,13.375],"texture":"#0"},"down":{"uv":[9.4375,13.375,9.6875,13.4375],"texture":"#0"}}},{"from":[7.5,6.25,7.5],"to":[8.5,6.5,7.75],"faces":{"north":{"uv":[6.375,13.125,6.125,13.1875],"texture":"#0"},"east":{"uv":[9.375,11.375,9.3125,11.4375],"texture":"#0"},"south":{"uv":[6.5,13.125,6.75,13.1875],"texture":"#0"},"west":{"uv":[9.5,11.375,9.5625,11.4375],"texture":"#0"},"up":{"uv":[15.3125,13.4375,15.5625,13.375],"texture":"#0"},"down":{"uv":[14.9375,13.375,15.1875,13.4375],"texture":"#0"}}},{"from":[7.5,6.25,8.25],"to":[8.5,6.5,8.5],"faces":{"north":{"uv":[13.4375,13.5625,13.1875,13.625],"texture":"#0"},"east":{"uv":[9,11.375,8.9375,11.4375],"texture":"#0"},"south":{"uv":[13.5625,13.5625,13.8125,13.625],"texture":"#0"},"west":{"uv":[9.125,11.375,9.1875,11.4375],"texture":"#0"},"up":{"uv":[12.8125,13.625,13.0625,13.5625],"texture":"#0"},"down":{"uv":[15.625,14.375,15.875,14.4375],"texture":"#0"}}},{"from":[7.5,6.5,7.5],"to":[7.75,6.75,8],"faces":{"north":{"uv":[7.3125,11.375,7.25,11.4375],"texture":"#0"},"east":{"uv":[3.875,9.4375,3.75,9.5],"texture":"#0"},"south":{"uv":[7.0625,11.375,7.125,11.4375],"texture":"#0"},"west":{"uv":[3.75,9.25,3.875,9.3125],"texture":"#0"},"up":{"uv":[3.75,5.875,3.8125,5.75],"texture":"#0"},"down":{"uv":[3.75,5.5,3.8125,5.625],"texture":"#0"}}},{"from":[7.5,6.75,7.75],"to":[8.5,7.25,8],"faces":{"north":{"uv":[1.1875,8.5,0.9375,8.625],"texture":"#0"},"east":{"uv":[3.625,1.3125,3.5625,1.4375],"texture":"#0"},"south":{"uv":[0.9375,4.8125,1.1875,4.9375],"texture":"#0"},"west":{"uv":[3.5625,1.0625,3.625,1.1875],"texture":"#0"},"up":{"uv":[2.3125,7.5,2.5625,7.4375],"texture":"#0"},"down":{"uv":[2.3125,7.625,2.5625,7.6875],"texture":"#0"}}},{"from":[7.5,7,8],"to":[8.5,8.5,8.25],"faces":{"north":{"uv":[0.25,14.9375,0,15.3125],"texture":"#0"},"east":{"uv":[1.8125,4.5,1.75,4.875],"texture":"#0"},"south":{"uv":[0,14.4375,0.25,14.8125],"texture":"#0"},"west":{"uv":[1.5625,4.5,1.625,4.875],"texture":"#0"},"up":{"uv":[2.3125,0.25,2.5625,0.1875],"texture":"#0"},"down":{"uv":[2.3125,0.375,2.5625,0.4375],"texture":"#0"}}},{"from":[7.5,7.25,7.75],"to":[8.25,7.75,8],"faces":{"north":{"uv":[1.75,4,1.5625,4.125],"texture":"#0"},"east":{"uv":[3.625,6.0625,3.5625,6.1875],"texture":"#0"},"south":{"uv":[1.5625,3.75,1.75,3.875],"texture":"#0"},"west":{"uv":[3.5625,1.5625,3.625,1.6875],"texture":"#0"},"up":{"uv":[4.625,12.75,4.8125,12.6875],"texture":"#0"},"down":{"uv":[4.3125,12.6875,4.5,12.75],"texture":"#0"}}},{"from":[7.5,8,7.75],"to":[8.5,8.25,8],"faces":{"north":{"uv":[5.25,13.125,5,13.1875],"texture":"#0"},"east":{"uv":[4.5,2.75,4.4375,2.8125],"texture":"#0"},"south":{"uv":[3.875,13.125,4.125,13.1875],"texture":"#0"},"west":{"uv":[4.4375,2.5625,4.5,2.625],"texture":"#0"},"up":{"uv":[2.3125,6.0625,2.5625,6],"texture":"#0"},"down":{"uv":[2.3125,4.8125,2.5625,4.875],"texture":"#0"}}},{"from":[7.5,8.5,7.75],"to":[8.25,9,8],"faces":{"north":{"uv":[1.375,0.125,1.1875,0.25],"texture":"#0"},"east":{"uv":[3.625,5.3125,3.5625,5.4375],"texture":"#0"},"south":{"uv":[1.5625,10.0625,1.75,10.1875],"texture":"#0"},"west":{"uv":[3.5625,2.3125,3.625,2.4375],"texture":"#0"},"up":{"uv":[5.25,12.75,5.4375,12.6875],"texture":"#0"},"down":{"uv":[4.9375,12.6875,5.125,12.75],"texture":"#0"}}},{"from":[7.5,8.5,8],"to":[8.25,8.75,8.25],"faces":{"north":{"uv":[6.375,12.6875,6.1875,12.75],"texture":"#0"},"east":{"uv":[4.5,5.9375,4.4375,6],"texture":"#0"},"south":{"uv":[6.5,12.6875,6.6875,12.75],"texture":"#0"},"west":{"uv":[4.4375,5.75,4.5,5.8125],"texture":"#0"},"up":{"uv":[5.875,12.75,6.0625,12.6875],"texture":"#0"},"down":{"uv":[5.5625,12.6875,5.75,12.75],"texture":"#0"}}},{"from":[7.5,9.25,8],"to":[8.5,9.75,8.25],"faces":{"north":{"uv":[1.1875,8.25,0.9375,8.375],"texture":"#0"},"east":{"uv":[3.625,4.8125,3.5625,4.9375],"texture":"#0"},"south":{"uv":[0,0.4375,0.25,0.5625],"texture":"#0"},"west":{"uv":[3.5625,5.0625,3.625,5.1875],"texture":"#0"},"up":{"uv":[2.3125,10.8125,2.5625,10.75],"texture":"#0"},"down":{"uv":[10.9375,13.375,11.1875,13.4375],"texture":"#0"}}},{"from":[7.5,9.5,7.75],"to":[8.5,10,8],"faces":{"north":{"uv":[0.25,4.8125,0,4.9375],"texture":"#0"},"east":{"uv":[3.625,5.5625,3.5625,5.6875],"texture":"#0"},"south":{"uv":[0.375,1.1875,0.625,1.3125],"texture":"#0"},"west":{"uv":[3.5625,5.8125,3.625,5.9375],"texture":"#0"},"up":{"uv":[3.6875,13.4375,3.9375,13.375],"texture":"#0"},"down":{"uv":[4.8125,13.375,5.0625,13.4375],"texture":"#0"}}},{"from":[7.5,9.5,8.25],"to":[8.25,9.75,8.5],"faces":{"north":{"uv":[7.9375,12.6875,7.75,12.75],"texture":"#0"},"east":{"uv":[4.5,4.8125,4.4375,4.875],"texture":"#0"},"south":{"uv":[15.5,13.125,15.6875,13.1875],"texture":"#0"},"west":{"uv":[4.4375,5.1875,4.5,5.25],"texture":"#0"},"up":{"uv":[7.4375,12.75,7.625,12.6875],"texture":"#0"},"down":{"uv":[7.125,12.6875,7.3125,12.75],"texture":"#0"}}},{"from":[7.5,9.75,8],"to":[8.25,10,8.25],"faces":{"north":{"uv":[3.0625,11.75,2.875,11.8125],"texture":"#0"},"east":{"uv":[4.5,0.6875,4.4375,0.75],"texture":"#0"},"south":{"uv":[2.875,11.5625,3.0625,11.625],"texture":"#0"},"west":{"uv":[4.4375,2.375,4.5,2.4375],"texture":"#0"},"up":{"uv":[2.875,12,3.0625,11.9375],"texture":"#0"},"down":{"uv":[2.875,12.875,3.0625,12.9375],"texture":"#0"}}},{"from":[7.5,10.25,7.75],"to":[8.5,10.75,8.25],"faces":{"north":{"uv":[1.1875,4.5625,0.9375,4.6875],"texture":"#0"},"east":{"uv":[2.1875,5.3125,2.0625,5.4375],"texture":"#0"},"south":{"uv":[0,0.6875,0.25,0.8125],"texture":"#0"},"west":{"uv":[2.3125,8.0625,2.4375,8.1875],"texture":"#0"},"up":{"uv":[0.9375,0.8125,1.1875,0.6875],"texture":"#0"},"down":{"uv":[0,0.1875,0.25,0.3125],"texture":"#0"}}},{"from":[7.5,10.5,7.5],"to":[8.5,11.5,7.75],"faces":{"north":{"uv":[0.25,12.9375,0,13.1875],"texture":"#0"},"east":{"uv":[2.75,11.4375,2.6875,11.6875],"texture":"#0"},"south":{"uv":[0,12.5625,0.25,12.8125],"texture":"#0"},"west":{"uv":[2.0625,8.0625,2.125,8.3125],"texture":"#0"},"up":{"uv":[2.3125,10.625,2.5625,10.5625],"texture":"#0"},"down":{"uv":[2.3125,10.375,2.5625,10.4375],"texture":"#0"}}},{"from":[7.5,10.5,8.25],"to":[8.5,11.5,8.5],"faces":{"north":{"uv":[0.25,13.6875,0,13.9375],"texture":"#0"},"east":{"uv":[2.75,11.8125,2.6875,12.0625],"texture":"#0"},"south":{"uv":[0,12.1875,0.25,12.4375],"texture":"#0"},"west":{"uv":[2.6875,9.5625,2.75,9.8125],"texture":"#0"},"up":{"uv":[12.5625,13.4375,12.8125,13.375],"texture":"#0"},"down":{"uv":[7.875,13.125,8.125,13.1875],"texture":"#0"}}},{"from":[7.5,11.25,7.75],"to":[8.5,11.75,8.25],"faces":{"north":{"uv":[0.25,5.5625,0,5.6875],"texture":"#0"},"east":{"uv":[2.1875,1.8125,2.0625,1.9375],"texture":"#0"},"south":{"uv":[0,9.0625,0.25,9.1875],"texture":"#0"},"west":{"uv":[2.3125,5,2.4375,5.125],"texture":"#0"},"up":{"uv":[0,6.1875,0.25,6.0625],"texture":"#0"},"down":{"uv":[0.375,0.4375,0.625,0.5625],"texture":"#0"}}},{"from":[7.5,12,7.5],"to":[8.5,12.25,7.75],"faces":{"north":{"uv":[2.5625,12.25,2.3125,12.3125],"texture":"#0"},"east":{"uv":[4.875,7.0625,4.8125,7.125],"texture":"#0"},"south":{"uv":[2.3125,13,2.5625,13.0625],"texture":"#0"},"west":{"uv":[4.8125,9.125,4.875,9.1875],"texture":"#0"},"up":{"uv":[2.3125,12.125,2.5625,12.0625],"texture":"#0"},"down":{"uv":[2.3125,9.4375,2.5625,9.5],"texture":"#0"}}},{"from":[7.5,12,8.25],"to":[8.5,12.25,8.5],"faces":{"north":{"uv":[11.375,13.125,11.125,13.1875],"texture":"#0"},"east":{"uv":[14.25,11,14.1875,11.0625],"texture":"#0"},"south":{"uv":[2.3125,12.8125,2.5625,12.875],"texture":"#0"},"west":{"uv":[11.9375,11,12,11.0625],"texture":"#0"},"up":{"uv":[10.25,13.1875,10.5,13.125],"texture":"#0"},"down":{"uv":[2.3125,13.1875,2.5625,13.25],"texture":"#0"}}},{"from":[7.5,12.5,7.25],"to":[8.5,13,7.5],"faces":{"north":{"uv":[1.1875,2.375,0.9375,2.5],"texture":"#0"},"east":{"uv":[3.4375,4.75,3.375,4.875],"texture":"#0"},"south":{"uv":[0,2.4375,0.25,2.5625],"texture":"#0"},"west":{"uv":[3.375,5,3.4375,5.125],"texture":"#0"},"up":{"uv":[2.3125,12.5,2.5625,12.4375],"texture":"#0"},"down":{"uv":[2.3125,12.625,2.5625,12.6875],"texture":"#0"}}},{"from":[7.5,12.5,8.5],"to":[8.5,13,8.75],"faces":{"north":{"uv":[0.25,4.0625,0,4.1875],"texture":"#0"},"east":{"uv":[3.4375,3.25,3.375,3.375],"texture":"#0"},"south":{"uv":[0,4.3125,0.25,4.4375],"texture":"#0"},"west":{"uv":[3.375,3.5,3.4375,3.625],"texture":"#0"},"up":{"uv":[4.4375,13.4375,4.6875,13.375],"texture":"#0"},"down":{"uv":[4.0625,13.375,4.3125,13.4375],"texture":"#0"}}},{"from":[7.5,13.75,7.25],"to":[8.5,14.25,7.5],"faces":{"north":{"uv":[0.25,6.3125,0,6.4375],"texture":"#0"},"east":{"uv":[3.625,9.5625,3.5625,9.6875],"texture":"#0"},"south":{"uv":[0,7.0625,0.25,7.1875],"texture":"#0"},"west":{"uv":[3.5625,10.8125,3.625,10.9375],"texture":"#0"},"up":{"uv":[9.0625,13.4375,9.3125,13.375],"texture":"#0"},"down":{"uv":[8.1875,13.375,8.4375,13.4375],"texture":"#0"}}},{"from":[7.5,13.75,8.5],"to":[8.5,14.25,8.75],"faces":{"north":{"uv":[0.25,8.0625,0,8.1875],"texture":"#0"},"east":{"uv":[3.625,3.8125,3.5625,3.9375],"texture":"#0"},"south":{"uv":[0,9.3125,0.25,9.4375],"texture":"#0"},"west":{"uv":[3.5625,4.5625,3.625,4.6875],"texture":"#0"},"up":{"uv":[10.5625,13.4375,10.8125,13.375],"texture":"#0"},"down":{"uv":[10.1875,13.375,10.4375,13.4375],"texture":"#0"}}},{"from":[7.5,14.5,7.5],"to":[8.5,15,7.75],"faces":{"north":{"uv":[1.1875,1.125,0.9375,1.25],"texture":"#0"},"east":{"uv":[3.625,3.0625,3.5625,3.1875],"texture":"#0"},"south":{"uv":[0.9375,3.125,1.1875,3.25],"texture":"#0"},"west":{"uv":[3.5625,3.3125,3.625,3.4375],"texture":"#0"},"up":{"uv":[13.3125,13.4375,13.5625,13.375],"texture":"#0"},"down":{"uv":[12.9375,13.375,13.1875,13.4375],"texture":"#0"}}},{"from":[7.5,14.5,8.25],"to":[8.5,15,8.5],"faces":{"north":{"uv":[1.1875,3.875,0.9375,4],"texture":"#0"},"east":{"uv":[4.0625,4.375,4,4.5],"texture":"#0"},"south":{"uv":[0.9375,4.3125,1.1875,4.4375],"texture":"#0"},"west":{"uv":[4,4.625,4.0625,4.75],"texture":"#0"},"up":{"uv":[14.0625,13.4375,14.3125,13.375],"texture":"#0"},"down":{"uv":[13.6875,13.375,13.9375,13.4375],"texture":"#0"}}},{"from":[7.5,15.25,7.75],"to":[8.5,15.75,8.25],"faces":{"north":{"uv":[1.1875,7.4375,0.9375,7.5625],"texture":"#0"},"east":{"uv":[5.5,13.0625,5.375,13.1875],"texture":"#0"},"south":{"uv":[0.375,0.1875,0.625,0.3125],"texture":"#0"},"west":{"uv":[15.6875,13.3125,15.8125,13.4375],"texture":"#0"},"up":{"uv":[0.9375,7.3125,1.1875,7.1875],"texture":"#0"},"down":{"uv":[0.9375,5.0625,1.1875,5.1875],"texture":"#0"}}},{"from":[7.75,0,7.75],"to":[8.25,0.25,8.25],"faces":{"north":{"uv":[12.4375,12.3125,12.3125,12.375],"texture":"#0"},"east":{"uv":[13.1875,12.3125,13.0625,12.375],"texture":"#0"},"south":{"uv":[12.5625,12.3125,12.6875,12.375],"texture":"#0"},"west":{"uv":[12.8125,12.3125,12.9375,12.375],"texture":"#0"},"up":{"uv":[8.75,13.1875,8.875,13.0625],"texture":"#0"},"down":{"uv":[6.875,13.0625,7,13.1875],"texture":"#0"}}},{"from":[7.75,0.25,7.5],"to":[8.25,0.5,7.75],"faces":{"north":{"uv":[13.9375,12.3125,13.8125,12.375],"texture":"#0"},"east":{"uv":[4.5,7.0625,4.4375,7.125],"texture":"#0"},"south":{"uv":[14.0625,12.3125,14.1875,12.375],"texture":"#0"},"west":{"uv":[4.4375,7.25,4.5,7.3125],"texture":"#0"},"up":{"uv":[13.5625,12.375,13.6875,12.3125],"texture":"#0"},"down":{"uv":[13.3125,12.3125,13.4375,12.375],"texture":"#0"}}},{"from":[7.75,0.25,8.25],"to":[8.25,0.5,8.5],"faces":{"north":{"uv":[15.4375,12.3125,15.3125,12.375],"texture":"#0"},"east":{"uv":[4.5,6.6875,4.4375,6.75],"texture":"#0"},"south":{"uv":[15.5625,12.3125,15.6875,12.375],"texture":"#0"},"west":{"uv":[4.4375,6.875,4.5,6.9375],"texture":"#0"},"up":{"uv":[15.0625,12.375,15.1875,12.3125],"texture":"#0"},"down":{"uv":[14.8125,12.3125,14.9375,12.375],"texture":"#0"}}},{"from":[7.75,1.5,7.75],"to":[8.25,2.25,8.25],"faces":{"north":{"uv":[2.1875,12.4375,2.0625,12.625],"texture":"#0"},"east":{"uv":[2.1875,13.375,2.0625,13.5625],"texture":"#0"},"south":{"uv":[2.0625,12.75,2.1875,12.9375],"texture":"#0"},"west":{"uv":[2.0625,13.0625,2.1875,13.25],"texture":"#0"},"up":{"uv":[12.25,13.1875,12.375,13.0625],"texture":"#0"},"down":{"uv":[9,13.0625,9.125,13.1875],"texture":"#0"}}},{"from":[7.75,3.25,7.25],"to":[8,4,7.5],"faces":{"north":{"uv":[2.75,8.9375,2.6875,9.125],"texture":"#0"},"east":{"uv":[2.75,7.375,2.6875,7.5625],"texture":"#0"},"south":{"uv":[2.6875,8.625,2.75,8.8125],"texture":"#0"},"west":{"uv":[2.6875,8.3125,2.75,8.5],"texture":"#0"},"up":{"uv":[4.4375,6.1875,4.5,6.125],"texture":"#0"},"down":{"uv":[4.4375,6.3125,4.5,6.375],"texture":"#0"}}},{"from":[7.75,3.5,7.5],"to":[8.5,4.25,7.75],"faces":{"north":{"uv":[0.1875,9.5625,0,9.75],"texture":"#0"},"east":{"uv":[2.75,6.75,2.6875,6.9375],"texture":"#0"},"south":{"uv":[0,9.875,0.1875,10.0625],"texture":"#0"},"west":{"uv":[2.6875,7.0625,2.75,7.25],"texture":"#0"},"up":{"uv":[2.875,11.25,3.0625,11.1875],"texture":"#0"},"down":{"uv":[2.875,11.375,3.0625,11.4375],"texture":"#0"}}},{"from":[7.75,3.5,8.25],"to":[8.25,4.25,8.5],"faces":{"north":{"uv":[2.1875,13.6875,2.0625,13.875],"texture":"#0"},"east":{"uv":[2.75,6.125,2.6875,6.3125],"texture":"#0"},"south":{"uv":[1.8125,2.125,1.9375,2.3125],"texture":"#0"},"west":{"uv":[2.6875,6.4375,2.75,6.625],"texture":"#0"},"up":{"uv":[6.75,12.1875,6.875,12.125],"texture":"#0"},"down":{"uv":[6.5,12.125,6.625,12.1875],"texture":"#0"}}},{"from":[7.75,4.25,7.75],"to":[8.5,4.75,8.25],"faces":{"north":{"uv":[1.75,0.625,1.5625,0.75],"texture":"#0"},"east":{"uv":[12.4375,13.3125,12.3125,13.4375],"texture":"#0"},"south":{"uv":[1.5625,0.875,1.75,1],"texture":"#0"},"west":{"uv":[11.3125,13.3125,11.4375,13.4375],"texture":"#0"},"up":{"uv":[1.5625,0.5,1.75,0.375],"texture":"#0"},"down":{"uv":[1.5625,0.125,1.75,0.25],"texture":"#0"}}},{"from":[7.75,4.75,8.25],"to":[8,5,8.5],"faces":{"north":{"uv":[4.5,3.875,4.4375,3.9375],"texture":"#0"},"east":{"uv":[4.5,3.3125,4.4375,3.375],"texture":"#0"},"south":{"uv":[4.4375,3.6875,4.5,3.75],"texture":"#0"},"west":{"uv":[4.4375,3.5,4.5,3.5625],"texture":"#0"},"up":{"uv":[4.4375,4.125,4.5,4.0625],"texture":"#0"},"down":{"uv":[4.4375,4.25,4.5,4.3125],"texture":"#0"}}},{"from":[7.75,6,7.5],"to":[8.25,6.25,7.75],"faces":{"north":{"uv":[9.375,12.125,9.25,12.1875],"texture":"#0"},"east":{"uv":[4.5,2.9375,4.4375,3],"texture":"#0"},"south":{"uv":[9.5,12.125,9.625,12.1875],"texture":"#0"},"west":{"uv":[4.4375,3.125,4.5,3.1875],"texture":"#0"},"up":{"uv":[9,12.1875,9.125,12.125],"texture":"#0"},"down":{"uv":[8.75,12.125,8.875,12.1875],"texture":"#0"}}},{"from":[7.75,6,8.25],"to":[8.5,6.25,8.5],"faces":{"north":{"uv":[3.0625,10.625,2.875,10.6875],"texture":"#0"},"east":{"uv":[4.5,2,4.4375,2.0625],"texture":"#0"},"south":{"uv":[2.875,10.4375,3.0625,10.5],"texture":"#0"},"west":{"uv":[4.4375,2.1875,4.5,2.25],"texture":"#0"},"up":{"uv":[2.875,10.875,3.0625,10.8125],"texture":"#0"},"down":{"uv":[2.875,11,3.0625,11.0625],"texture":"#0"}}},{"from":[7.75,6,8.5],"to":[8.25,6.5,8.75],"faces":{"north":{"uv":[1.4375,2.875,1.3125,3],"texture":"#0"},"east":{"uv":[3.625,1.8125,3.5625,1.9375],"texture":"#0"},"south":{"uv":[1.3125,2.625,1.4375,2.75],"texture":"#0"},"west":{"uv":[3.5625,2.0625,3.625,2.1875],"texture":"#0"},"up":{"uv":[11.5,12.1875,11.625,12.125],"texture":"#0"},"down":{"uv":[11.25,12.125,11.375,12.1875],"texture":"#0"}}},{"from":[7.75,6.25,7.25],"to":[8.25,6.5,7.5],"faces":{"north":{"uv":[12.875,12.125,12.75,12.1875],"texture":"#0"},"east":{"uv":[4.5,1.25,4.4375,1.3125],"texture":"#0"},"south":{"uv":[13,12.125,13.125,12.1875],"texture":"#0"},"west":{"uv":[4.4375,1.4375,4.5,1.5],"texture":"#0"},"up":{"uv":[12.5,12.1875,12.625,12.125],"texture":"#0"},"down":{"uv":[12.25,12.125,12.375,12.1875],"texture":"#0"}}},{"from":[7.75,6.5,7.75],"to":[8.25,6.75,8],"faces":{"north":{"uv":[14.375,12.125,14.25,12.1875],"texture":"#0"},"east":{"uv":[4.5,0.875,4.4375,0.9375],"texture":"#0"},"south":{"uv":[14.5,12.125,14.625,12.1875],"texture":"#0"},"west":{"uv":[4.4375,1.0625,4.5,1.125],"texture":"#0"},"up":{"uv":[14,12.1875,14.125,12.125],"texture":"#0"},"down":{"uv":[13.75,12.125,13.875,12.1875],"texture":"#0"}}},{"from":[7.75,6.5,8.25],"to":[8.5,6.75,8.5],"faces":{"north":{"uv":[3.0625,9.875,2.875,9.9375],"texture":"#0"},"east":{"uv":[4.5,0.3125,4.4375,0.375],"texture":"#0"},"south":{"uv":[2.875,9.6875,3.0625,9.75],"texture":"#0"},"west":{"uv":[4.4375,0.5,4.5,0.5625],"texture":"#0"},"up":{"uv":[2.875,10.125,3.0625,10.0625],"texture":"#0"},"down":{"uv":[2.875,10.25,3.0625,10.3125],"texture":"#0"}}},{"from":[7.75,6.75,7.5],"to":[8.25,7.25,7.75],"faces":{"north":{"uv":[5.6875,13.3125,5.5625,13.4375],"texture":"#0"},"east":{"uv":[3.8125,11.5,3.75,11.625],"texture":"#0"},"south":{"uv":[1.3125,2.375,1.4375,2.5],"texture":"#0"},"west":{"uv":[3.5625,0.3125,3.625,0.4375],"texture":"#0"},"up":{"uv":[3.75,11.8125,3.875,11.75],"texture":"#0"},"down":{"uv":[3.75,11.9375,3.875,12],"texture":"#0"}}},{"from":[7.75,6.75,8],"to":[8.75,7,8.25],"faces":{"north":{"uv":[15.6875,13.5625,15.4375,13.625],"texture":"#0"},"east":{"uv":[5.8125,11.375,5.75,11.4375],"texture":"#0"},"south":{"uv":[2.3125,13.375,2.5625,13.4375],"texture":"#0"},"west":{"uv":[5.5625,11.375,5.625,11.4375],"texture":"#0"},"up":{"uv":[15.0625,13.625,15.3125,13.5625],"texture":"#0"},"down":{"uv":[14.6875,13.5625,14.9375,13.625],"texture":"#0"}}},{"from":[7.75,7,8.25],"to":[8.25,7.75,8.5],"faces":{"north":{"uv":[1.6875,2.125,1.5625,2.3125],"texture":"#0"},"east":{"uv":[2.75,3,2.6875,3.1875],"texture":"#0"},"south":{"uv":[1.8125,3.4375,1.9375,3.625],"texture":"#0"},"west":{"uv":[2.6875,3.3125,2.75,3.5],"texture":"#0"},"up":{"uv":[3.75,10.0625,3.875,10],"texture":"#0"},"down":{"uv":[3.75,10.1875,3.875,10.25],"texture":"#0"}}},{"from":[7.75,7.25,7.5],"to":[8,8.25,7.75],"faces":{"north":{"uv":[2.125,9.5625,2.0625,9.8125],"texture":"#0"},"east":{"uv":[2.125,8.4375,2.0625,8.6875],"texture":"#0"},"south":{"uv":[2.0625,9.1875,2.125,9.4375],"texture":"#0"},"west":{"uv":[2.0625,8.8125,2.125,9.0625],"texture":"#0"},"up":{"uv":[6.5,11.4375,6.5625,11.375],"texture":"#0"},"down":{"uv":[6.3125,11.375,6.375,11.4375],"texture":"#0"}}},{"from":[7.75,7.5,7.25],"to":[8,8,7.5],"faces":{"north":{"uv":[3.8125,7.1875,3.75,7.3125],"texture":"#0"},"east":{"uv":[3.8125,6.4375,3.75,6.5625],"texture":"#0"},"south":{"uv":[3.75,6.9375,3.8125,7.0625],"texture":"#0"},"west":{"uv":[3.75,6.6875,3.8125,6.8125],"texture":"#0"},"up":{"uv":[6.875,11.4375,6.9375,11.375],"texture":"#0"},"down":{"uv":[6.6875,11.375,6.75,11.4375],"texture":"#0"}}},{"from":[7.75,7.75,7.75],"to":[8.5,8,8],"faces":{"north":{"uv":[3.0625,9.125,2.875,9.1875],"texture":"#0"},"east":{"uv":[7.6875,11.375,7.625,11.4375],"texture":"#0"},"south":{"uv":[2.875,8.9375,3.0625,9],"texture":"#0"},"west":{"uv":[7.4375,11.375,7.5,11.4375],"texture":"#0"},"up":{"uv":[2.875,9.375,3.0625,9.3125],"texture":"#0"},"down":{"uv":[2.875,9.5,3.0625,9.5625],"texture":"#0"}}},{"from":[7.75,7.75,8.25],"to":[8,8.75,8.5],"faces":{"north":{"uv":[2.125,7.6875,2.0625,7.9375],"texture":"#0"},"east":{"uv":[2.125,6.5625,2.0625,6.8125],"texture":"#0"},"south":{"uv":[2.0625,7.3125,2.125,7.5625],"texture":"#0"},"west":{"uv":[2.0625,6.9375,2.125,7.1875],"texture":"#0"},"up":{"uv":[8,11.4375,8.0625,11.375],"texture":"#0"},"down":{"uv":[7.8125,11.375,7.875,11.4375],"texture":"#0"}}},{"from":[7.75,8.25,7.75],"to":[8.5,8.5,8],"faces":{"north":{"uv":[3.0625,8.375,2.875,8.4375],"texture":"#0"},"east":{"uv":[9.9375,11.375,9.875,11.4375],"texture":"#0"},"south":{"uv":[2.875,8.1875,3.0625,8.25],"texture":"#0"},"west":{"uv":[9.6875,11.375,9.75,11.4375],"texture":"#0"},"up":{"uv":[2.875,8.625,3.0625,8.5625],"texture":"#0"},"down":{"uv":[2.875,8.75,3.0625,8.8125],"texture":"#0"}}},{"from":[7.75,8.5,7.5],"to":[8.25,8.75,7.75],"faces":{"north":{"uv":[3.875,2,3.75,2.0625],"texture":"#0"},"east":{"uv":[10.3125,11.375,10.25,11.4375],"texture":"#0"},"south":{"uv":[3.75,1.8125,3.875,1.875],"texture":"#0"},"west":{"uv":[10.0625,11.375,10.125,11.4375],"texture":"#0"},"up":{"uv":[3.75,2.25,3.875,2.1875],"texture":"#0"},"down":{"uv":[3.75,2.375,3.875,2.4375],"texture":"#0"}}},{"from":[7.75,8.75,8],"to":[8.25,9.25,8.25],"faces":{"north":{"uv":[2.1875,6.3125,2.0625,6.4375],"texture":"#0"},"east":{"uv":[4.0625,11.875,4,12],"texture":"#0"},"south":{"uv":[2.0625,6.0625,2.1875,6.1875],"texture":"#0"},"west":{"uv":[3.75,0.3125,3.8125,0.4375],"texture":"#0"},"up":{"uv":[3.75,1,3.875,0.9375],"texture":"#0"},"down":{"uv":[3.75,1.125,3.875,1.1875],"texture":"#0"}}},{"from":[7.75,9,7.75],"to":[8.5,9.5,8],"faces":{"north":{"uv":[1.75,2.4375,1.5625,2.5625],"texture":"#0"},"east":{"uv":[4.0625,10.875,4,11],"texture":"#0"},"south":{"uv":[1.5625,3.1875,1.75,3.3125],"texture":"#0"},"west":{"uv":[4,11.125,4.0625,11.25],"texture":"#0"},"up":{"uv":[2.875,7.875,3.0625,7.8125],"texture":"#0"},"down":{"uv":[2.875,8,3.0625,8.0625],"texture":"#0"}}},{"from":[7.75,9.25,8.25],"to":[8.25,9.5,8.75],"faces":{"north":{"uv":[4.5625,11.9375,4.4375,12],"texture":"#0"},"east":{"uv":[5.3125,11.9375,5.1875,12],"texture":"#0"},"south":{"uv":[4.6875,11.9375,4.8125,12],"texture":"#0"},"west":{"uv":[4.9375,11.9375,5.0625,12],"texture":"#0"},"up":{"uv":[2.0625,5.6875,2.1875,5.5625],"texture":"#0"},"down":{"uv":[2.0625,5.8125,2.1875,5.9375],"texture":"#0"}}},{"from":[7.75,9.5,7.5],"to":[8.25,9.75,7.75],"faces":{"north":{"uv":[6.0625,11.9375,5.9375,12],"texture":"#0"},"east":{"uv":[11.0625,11.375,11,11.4375],"texture":"#0"},"south":{"uv":[6.1875,11.9375,6.3125,12],"texture":"#0"},"west":{"uv":[10.8125,11.375,10.875,11.4375],"texture":"#0"},"up":{"uv":[5.6875,12,5.8125,11.9375],"texture":"#0"},"down":{"uv":[5.4375,11.9375,5.5625,12],"texture":"#0"}}},{"from":[7.75,9.75,7.5],"to":[8,10,7.75],"faces":{"north":{"uv":[11.625,11.375,11.5625,11.4375],"texture":"#0"},"east":{"uv":[12.1875,11.375,12.125,11.4375],"texture":"#0"},"south":{"uv":[11.75,11.375,11.8125,11.4375],"texture":"#0"},"west":{"uv":[11.9375,11.375,12,11.4375],"texture":"#0"},"up":{"uv":[11.375,11.4375,11.4375,11.375],"texture":"#0"},"down":{"uv":[11.1875,11.375,11.25,11.4375],"texture":"#0"}}},{"from":[7.75,9.75,8.25],"to":[8.25,10,8.5],"faces":{"north":{"uv":[7.5625,11.9375,7.4375,12],"texture":"#0"},"east":{"uv":[12.5625,11.375,12.5,11.4375],"texture":"#0"},"south":{"uv":[7.6875,11.9375,7.8125,12],"texture":"#0"},"west":{"uv":[12.3125,11.375,12.375,11.4375],"texture":"#0"},"up":{"uv":[7.1875,12,7.3125,11.9375],"texture":"#0"},"down":{"uv":[6.9375,11.9375,7.0625,12],"texture":"#0"}}},{"from":[7.75,10,7.75],"to":[8.25,10.25,8.25],"faces":{"north":{"uv":[8.5625,11.9375,8.4375,12],"texture":"#0"},"east":{"uv":[9.3125,11.9375,9.1875,12],"texture":"#0"},"south":{"uv":[8.6875,11.9375,8.8125,12],"texture":"#0"},"west":{"uv":[8.9375,11.9375,9.0625,12],"texture":"#0"},"up":{"uv":[2.0625,4.6875,2.1875,4.5625],"texture":"#0"},"down":{"uv":[2.0625,4.8125,2.1875,4.9375],"texture":"#0"}}},{"from":[7.75,10.25,7.5],"to":[8.25,10.5,7.75],"faces":{"north":{"uv":[10.0625,11.9375,9.9375,12],"texture":"#0"},"east":{"uv":[13.3125,11.375,13.25,11.4375],"texture":"#0"},"south":{"uv":[10.1875,11.9375,10.3125,12],"texture":"#0"},"west":{"uv":[13.0625,11.375,13.125,11.4375],"texture":"#0"},"up":{"uv":[9.6875,12,9.8125,11.9375],"texture":"#0"},"down":{"uv":[9.4375,11.9375,9.5625,12],"texture":"#0"}}},{"from":[7.75,10.25,8.25],"to":[8.25,10.5,8.5],"faces":{"north":{"uv":[11.0625,11.9375,10.9375,12],"texture":"#0"},"east":{"uv":[13.6875,11.375,13.625,11.4375],"texture":"#0"},"south":{"uv":[11.1875,11.9375,11.3125,12],"texture":"#0"},"west":{"uv":[13.4375,11.375,13.5,11.4375],"texture":"#0"},"up":{"uv":[10.6875,12,10.8125,11.9375],"texture":"#0"},"down":{"uv":[10.4375,11.9375,10.5625,12],"texture":"#0"}}},{"from":[7.75,10.75,7.25],"to":[8.25,11.25,7.5],"faces":{"north":{"uv":[2.1875,4.3125,2.0625,4.4375],"texture":"#0"},"east":{"uv":[4.0625,7.375,4,7.5],"texture":"#0"},"south":{"uv":[2.0625,4.0625,2.1875,4.1875],"texture":"#0"},"west":{"uv":[4,7.625,4.0625,7.75],"texture":"#0"},"up":{"uv":[12.1875,12,12.3125,11.9375],"texture":"#0"},"down":{"uv":[11.9375,11.9375,12.0625,12],"texture":"#0"}}},{"from":[7.75,10.75,8.5],"to":[8.25,11.25,8.75],"faces":{"north":{"uv":[2.1875,3.8125,2.0625,3.9375],"texture":"#0"},"east":{"uv":[4.0625,6.375,4,6.5],"texture":"#0"},"south":{"uv":[2.0625,3.5625,2.1875,3.6875],"texture":"#0"},"west":{"uv":[4,6.625,4.0625,6.75],"texture":"#0"},"up":{"uv":[13.1875,12,13.3125,11.9375],"texture":"#0"},"down":{"uv":[12.9375,11.9375,13.0625,12],"texture":"#0"}}},{"from":[7.75,11.5,7.5],"to":[8.25,12,7.75],"faces":{"north":{"uv":[2.1875,1.5625,2.0625,1.6875],"texture":"#0"},"east":{"uv":[4.0625,5.875,4,6],"texture":"#0"},"south":{"uv":[2.0625,1.3125,2.1875,1.4375],"texture":"#0"},"west":{"uv":[4,6.125,4.0625,6.25],"texture":"#0"},"up":{"uv":[13.6875,12,13.8125,11.9375],"texture":"#0"},"down":{"uv":[13.4375,11.9375,13.5625,12],"texture":"#0"}}},{"from":[7.75,11.5,8.25],"to":[8.25,12,8.5],"faces":{"north":{"uv":[2.4375,7.8125,2.3125,7.9375],"texture":"#0"},"east":{"uv":[4.0625,5.375,4,5.5],"texture":"#0"},"south":{"uv":[2.3125,6.6875,2.4375,6.8125],"texture":"#0"},"west":{"uv":[4,5.625,4.0625,5.75],"texture":"#0"},"up":{"uv":[14.6875,12,14.8125,11.9375],"texture":"#0"},"down":{"uv":[14.4375,11.9375,14.5625,12],"texture":"#0"}}},{"from":[7.75,12.25,7.25],"to":[8.25,12.5,7.5],"faces":{"north":{"uv":[4.3125,11.75,4.1875,11.8125],"texture":"#0"},"east":{"uv":[14.8125,11.375,14.75,11.4375],"texture":"#0"},"south":{"uv":[4.4375,11.75,4.5625,11.8125],"texture":"#0"},"west":{"uv":[14.5625,11.375,14.625,11.4375],"texture":"#0"},"up":{"uv":[15.6875,12,15.8125,11.9375],"texture":"#0"},"down":{"uv":[15.4375,11.9375,15.5625,12],"texture":"#0"}}},{"from":[7.75,12.25,8.5],"to":[8.25,12.5,8.75],"faces":{"north":{"uv":[5.3125,11.75,5.1875,11.8125],"texture":"#0"},"east":{"uv":[15.1875,11.375,15.125,11.4375],"texture":"#0"},"south":{"uv":[5.4375,11.75,5.5625,11.8125],"texture":"#0"},"west":{"uv":[14.9375,11.375,15,11.4375],"texture":"#0"},"up":{"uv":[4.9375,11.8125,5.0625,11.75],"texture":"#0"},"down":{"uv":[4.6875,11.75,4.8125,11.8125],"texture":"#0"}}},{"from":[7.75,14.25,7.25],"to":[8.25,14.5,7.5],"faces":{"north":{"uv":[6.3125,11.75,6.1875,11.8125],"texture":"#0"},"east":{"uv":[15.5625,11.375,15.5,11.4375],"texture":"#0"},"south":{"uv":[6.4375,11.75,6.5625,11.8125],"texture":"#0"},"west":{"uv":[15.3125,11.375,15.375,11.4375],"texture":"#0"},"up":{"uv":[5.9375,11.8125,6.0625,11.75],"texture":"#0"},"down":{"uv":[5.6875,11.75,5.8125,11.8125],"texture":"#0"}}},{"from":[7.75,14.25,8.5],"to":[8.25,14.5,8.75],"faces":{"north":{"uv":[7.3125,11.75,7.1875,11.8125],"texture":"#0"},"east":{"uv":[4.6875,11.1875,4.625,11.25],"texture":"#0"},"south":{"uv":[7.4375,11.75,7.5625,11.8125],"texture":"#0"},"west":{"uv":[15.6875,11.375,15.75,11.4375],"texture":"#0"},"up":{"uv":[6.9375,11.8125,7.0625,11.75],"texture":"#0"},"down":{"uv":[6.6875,11.75,6.8125,11.8125],"texture":"#0"}}},{"from":[7.75,15,7.5],"to":[8.25,15.5,7.75],"faces":{"north":{"uv":[2.4375,6.4375,2.3125,6.5625],"texture":"#0"},"east":{"uv":[4.0625,2.875,4,3],"texture":"#0"},"south":{"uv":[2.3125,6.1875,2.4375,6.3125],"texture":"#0"},"west":{"uv":[4,3.125,4.0625,3.25],"texture":"#0"},"up":{"uv":[7.9375,11.8125,8.0625,11.75],"texture":"#0"},"down":{"uv":[7.6875,11.75,7.8125,11.8125],"texture":"#0"}}},{"from":[7.75,15,8.25],"to":[8.25,15.5,8.5],"faces":{"north":{"uv":[14.25,13.0625,14.125,13.1875],"texture":"#0"},"east":{"uv":[4.0625,2.375,4,2.5],"texture":"#0"},"south":{"uv":[13.875,13.0625,14,13.1875],"texture":"#0"},"west":{"uv":[4,2.625,4.0625,2.75],"texture":"#0"},"up":{"uv":[8.9375,11.8125,9.0625,11.75],"texture":"#0"},"down":{"uv":[8.6875,11.75,8.8125,11.8125],"texture":"#0"}}},{"from":[7.75,15.75,7.75],"to":[8.25,16,8.25],"faces":{"north":{"uv":[10.3125,11.75,10.1875,11.8125],"texture":"#0"},"east":{"uv":[11.0625,11.75,10.9375,11.8125],"texture":"#0"},"south":{"uv":[10.4375,11.75,10.5625,11.8125],"texture":"#0"},"west":{"uv":[10.6875,11.75,10.8125,11.8125],"texture":"#0"},"up":{"uv":[12.5,13.1875,12.625,13.0625],"texture":"#0"},"down":{"uv":[12.75,13.0625,12.875,13.1875],"texture":"#0"}}},{"from":[8,3.5,7.25],"to":[8.25,4.25,7.5],"faces":{"north":{"uv":[2.75,2.6875,2.6875,2.875],"texture":"#0"},"east":{"uv":[2.75,1.75,2.6875,1.9375],"texture":"#0"},"south":{"uv":[2.6875,2.375,2.75,2.5625],"texture":"#0"},"west":{"uv":[2.6875,2.0625,2.75,2.25],"texture":"#0"},"up":{"uv":[4.625,9.75,4.6875,9.6875],"texture":"#0"},"down":{"uv":[4.625,9.875,4.6875,9.9375],"texture":"#0"}}},{"from":[8,3.75,7],"to":[8.25,4,7.25],"faces":{"north":{"uv":[4.6875,9.125,4.625,9.1875],"texture":"#0"},"east":{"uv":[4.6875,8.5625,4.625,8.625],"texture":"#0"},"south":{"uv":[4.625,8.9375,4.6875,9],"texture":"#0"},"west":{"uv":[4.625,8.75,4.6875,8.8125],"texture":"#0"},"up":{"uv":[4.625,9.375,4.6875,9.3125],"texture":"#0"},"down":{"uv":[4.625,9.5,4.6875,9.5625],"texture":"#0"}}},{"from":[8,5.5,8.5],"to":[8.5,6,8.75],"faces":{"north":{"uv":[11,13.0625,10.875,13.1875],"texture":"#0"},"east":{"uv":[4.0625,0.875,4,1],"texture":"#0"},"south":{"uv":[10.625,13.0625,10.75,13.1875],"texture":"#0"},"west":{"uv":[4,1.125,4.0625,1.25],"texture":"#0"},"up":{"uv":[13.4375,11.8125,13.5625,11.75],"texture":"#0"},"down":{"uv":[13.1875,11.75,13.3125,11.8125],"texture":"#0"}}},{"from":[8,5.75,8.75],"to":[8.25,6,9],"faces":{"north":{"uv":[4.6875,7.625,4.625,7.6875],"texture":"#0"},"east":{"uv":[4.6875,7.0625,4.625,7.125],"texture":"#0"},"south":{"uv":[4.625,7.4375,4.6875,7.5],"texture":"#0"},"west":{"uv":[4.625,7.25,4.6875,7.3125],"texture":"#0"},"up":{"uv":[4.625,7.875,4.6875,7.8125],"texture":"#0"},"down":{"uv":[4.625,8,4.6875,8.0625],"texture":"#0"}}},{"from":[8,6.5,7.5],"to":[8.25,6.75,7.75],"faces":{"north":{"uv":[4.6875,6.5,4.625,6.5625],"texture":"#0"},"east":{"uv":[4.6875,5.9375,4.625,6],"texture":"#0"},"south":{"uv":[4.625,6.3125,4.6875,6.375],"texture":"#0"},"west":{"uv":[4.625,6.125,4.6875,6.1875],"texture":"#0"},"up":{"uv":[4.625,6.75,4.6875,6.6875],"texture":"#0"},"down":{"uv":[4.625,6.875,4.6875,6.9375],"texture":"#0"}}},{"from":[8,6.75,8.25],"to":[8.25,7,8.5],"faces":{"north":{"uv":[4.6875,5.375,4.625,5.4375],"texture":"#0"},"east":{"uv":[4.6875,4.8125,4.625,4.875],"texture":"#0"},"south":{"uv":[4.625,5.1875,4.6875,5.25],"texture":"#0"},"west":{"uv":[4.625,5,4.6875,5.0625],"texture":"#0"},"up":{"uv":[4.625,5.625,4.6875,5.5625],"texture":"#0"},"down":{"uv":[4.625,5.75,4.6875,5.8125],"texture":"#0"}}},{"from":[8,7.5,7.5],"to":[8.25,8.5,7.75],"faces":{"north":{"uv":[2.75,9.9375,2.6875,10.1875],"texture":"#0"},"east":{"uv":[2.75,11.0625,2.6875,11.3125],"texture":"#0"},"south":{"uv":[2.6875,10.3125,2.75,10.5625],"texture":"#0"},"west":{"uv":[2.6875,10.6875,2.75,10.9375],"texture":"#0"},"up":{"uv":[4.625,4.5,4.6875,4.4375],"texture":"#0"},"down":{"uv":[4.625,4.625,4.6875,4.6875],"texture":"#0"}}},{"from":[8,8,8.25],"to":[8.25,8.75,8.5],"faces":{"north":{"uv":[2.75,1.4375,2.6875,1.625],"texture":"#0"},"east":{"uv":[2.75,0.5,2.6875,0.6875],"texture":"#0"},"south":{"uv":[2.6875,1.125,2.75,1.3125],"texture":"#0"},"west":{"uv":[2.6875,0.8125,2.75,1],"texture":"#0"},"up":{"uv":[4.625,3.75,4.6875,3.6875],"texture":"#0"},"down":{"uv":[4.625,3.875,4.6875,3.9375],"texture":"#0"}}},{"from":[8,9,7.5],"to":[8.25,9.5,7.75],"faces":{"north":{"uv":[1.9375,7.1875,1.875,7.3125],"texture":"#0"},"east":{"uv":[1.9375,4.25,1.875,4.375],"texture":"#0"},"south":{"uv":[1.875,6.5625,1.9375,6.6875],"texture":"#0"},"west":{"uv":[1.875,5.3125,1.9375,5.4375],"texture":"#0"},"up":{"uv":[4.625,3.375,4.6875,3.3125],"texture":"#0"},"down":{"uv":[4.625,3.5,4.6875,3.5625],"texture":"#0"}}},{"from":[8,9,8.25],"to":[8.25,9.25,8.5],"faces":{"north":{"uv":[4.875,3.875,4.8125,3.9375],"texture":"#0"},"east":{"uv":[5.8125,11,5.75,11.0625],"texture":"#0"},"south":{"uv":[4.8125,2.9375,4.875,3],"texture":"#0"},"west":{"uv":[4.8125,2.75,4.875,2.8125],"texture":"#0"},"up":{"uv":[4.8125,4.3125,4.875,4.25],"texture":"#0"},"down":{"uv":[4.8125,9.3125,4.875,9.375],"texture":"#0"}}},{"from":[8.25,1,7.75],"to":[9.5,1.25,8.25],"faces":{"north":{"uv":[11.375,13.5625,11.0625,13.625],"texture":"#0"},"east":{"uv":[11.6875,12.6875,11.5625,12.75],"texture":"#0"},"south":{"uv":[10.625,13.5625,10.9375,13.625],"texture":"#0"},"west":{"uv":[11.3125,12.6875,11.4375,12.75],"texture":"#0"},"up":{"uv":[0.375,1.8125,0.6875,1.6875],"texture":"#0"},"down":{"uv":[0.375,1.4375,0.6875,1.5625],"texture":"#0"}}},{"from":[8.25,4.5,8.25],"to":[8.5,5,8.5],"faces":{"north":{"uv":[1.9375,4,1.875,4.125],"texture":"#0"},"east":{"uv":[1.9375,2.9375,1.875,3.0625],"texture":"#0"},"south":{"uv":[1.875,3.75,1.9375,3.875],"texture":"#0"},"west":{"uv":[1.875,3.1875,1.9375,3.3125],"texture":"#0"},"up":{"uv":[4.8125,1.6875,4.875,1.625],"texture":"#0"},"down":{"uv":[4.8125,2.5625,4.875,2.625],"texture":"#0"}}},{"from":[8.25,4.75,8.5],"to":[8.75,5.25,8.75],"faces":{"north":{"uv":[6,13.0625,5.875,13.1875],"texture":"#0"},"east":{"uv":[1.9375,2.4375,1.875,2.5625],"texture":"#0"},"south":{"uv":[5.625,13.0625,5.75,13.1875],"texture":"#0"},"west":{"uv":[1.875,2.6875,1.9375,2.8125],"texture":"#0"},"up":{"uv":[12.0625,12.75,12.1875,12.6875],"texture":"#0"},"down":{"uv":[11.8125,12.6875,11.9375,12.75],"texture":"#0"}}},{"from":[8.25,5.25,8.5],"to":[8.5,5.5,8.75],"faces":{"north":{"uv":[9.5625,11,9.5,11.0625],"texture":"#0"},"east":{"uv":[14.8125,11,14.75,11.0625],"texture":"#0"},"south":{"uv":[9.6875,11,9.75,11.0625],"texture":"#0"},"west":{"uv":[10.625,11,10.6875,11.0625],"texture":"#0"},"up":{"uv":[9.125,11.0625,9.1875,11],"texture":"#0"},"down":{"uv":[8.9375,11,9,11.0625],"texture":"#0"}}},{"from":[8.25,7,7.5],"to":[8.5,7.25,7.75],"faces":{"north":{"uv":[5.0625,9.3125,5,9.375],"texture":"#0"},"east":{"uv":[5.0625,0.5,5,0.5625],"texture":"#0"},"south":{"uv":[5,9.125,5.0625,9.1875],"texture":"#0"},"west":{"uv":[5,8.9375,5.0625,9],"texture":"#0"},"up":{"uv":[5,9.5625,5.0625,9.5],"texture":"#0"},"down":{"uv":[15.125,11,15.1875,11.0625],"texture":"#0"}}},{"from":[8.25,7.5,7.75],"to":[8.5,7.75,8],"faces":{"north":{"uv":[6.375,10.8125,6.3125,10.875],"texture":"#0"},"east":{"uv":[4.6875,3.125,4.625,3.1875],"texture":"#0"},"south":{"uv":[13.625,10.8125,13.6875,10.875],"texture":"#0"},"west":{"uv":[13.8125,10.8125,13.875,10.875],"texture":"#0"},"up":{"uv":[5.75,10.875,5.8125,10.8125],"texture":"#0"},"down":{"uv":[5.1875,10.8125,5.25,10.875],"texture":"#0"}}},{"from":[8.25,9,8],"to":[8.5,9.25,8.25],"faces":{"north":{"uv":[4.6875,2.5625,4.625,2.625],"texture":"#0"},"east":{"uv":[4.6875,1.625,4.625,1.6875],"texture":"#0"},"south":{"uv":[4.625,2.375,4.6875,2.4375],"texture":"#0"},"west":{"uv":[4.625,1.8125,4.6875,1.875],"texture":"#0"},"up":{"uv":[4.625,2.8125,4.6875,2.75],"texture":"#0"},"down":{"uv":[4.625,2.9375,4.6875,3],"texture":"#0"}}},{"from":[8.5,1,7.5],"to":[9.25,1.25,7.75],"faces":{"north":{"uv":[3.0625,7.25,2.875,7.3125],"texture":"#0"},"east":{"uv":[4.875,10.8125,4.8125,10.875],"texture":"#0"},"south":{"uv":[2.875,7.0625,3.0625,7.125],"texture":"#0"},"west":{"uv":[10.8125,11.1875,10.875,11.25],"texture":"#0"},"up":{"uv":[2.875,7.5,3.0625,7.4375],"texture":"#0"},"down":{"uv":[2.875,7.625,3.0625,7.6875],"texture":"#0"}}},{"from":[8.5,1,8.25],"to":[9.25,1.25,8.5],"faces":{"north":{"uv":[3.0625,6.5,2.875,6.5625],"texture":"#0"},"east":{"uv":[4.875,4.4375,4.8125,4.5],"texture":"#0"},"south":{"uv":[2.875,6.3125,3.0625,6.375],"texture":"#0"},"west":{"uv":[4.8125,6.3125,4.875,6.375],"texture":"#0"},"up":{"uv":[2.875,6.75,3.0625,6.6875],"texture":"#0"},"down":{"uv":[2.875,6.875,3.0625,6.9375],"texture":"#0"}}},{"from":[8.5,1.25,7.75],"to":[9.5,1.5,8.25],"faces":{"north":{"uv":[4.875,13.125,4.625,13.1875],"texture":"#0"},"east":{"uv":[13.6875,12.6875,13.5625,12.75],"texture":"#0"},"south":{"uv":[4.25,13.125,4.5,13.1875],"texture":"#0"},"west":{"uv":[13.3125,12.6875,13.4375,12.75],"texture":"#0"},"up":{"uv":[0.9375,5.875,1.1875,5.75],"texture":"#0"},"down":{"uv":[0.9375,5.5,1.1875,5.625],"texture":"#0"}}},{"from":[8.5,2,7.75],"to":[9.5,2.25,8.25],"faces":{"north":{"uv":[3.75,13.125,3.5,13.1875],"texture":"#0"},"east":{"uv":[14.6875,12.6875,14.5625,12.75],"texture":"#0"},"south":{"uv":[3.125,13.125,3.375,13.1875],"texture":"#0"},"west":{"uv":[13.8125,12.6875,13.9375,12.75],"texture":"#0"},"up":{"uv":[1.1875,6.5,1.4375,6.375],"texture":"#0"},"down":{"uv":[0.9375,6,1.1875,6.125],"texture":"#0"}}},{"from":[8.5,2.25,7.5],"to":[9.25,2.5,7.75],"faces":{"north":{"uv":[3.0625,5.75,2.875,5.8125],"texture":"#0"},"east":{"uv":[11.8125,11,11.75,11.0625],"texture":"#0"},"south":{"uv":[6.8125,12.6875,7,12.75],"texture":"#0"},"west":{"uv":[11.5625,11,11.625,11.0625],"texture":"#0"},"up":{"uv":[2.875,6,3.0625,5.9375],"texture":"#0"},"down":{"uv":[2.875,6.125,3.0625,6.1875],"texture":"#0"}}},{"from":[8.5,2.25,8.25],"to":[9.25,2.5,8.5],"faces":{"north":{"uv":[3.0625,5.1875,2.875,5.25],"texture":"#0"},"east":{"uv":[5.0625,10.8125,5,10.875],"texture":"#0"},"south":{"uv":[2.875,5,3.0625,5.0625],"texture":"#0"},"west":{"uv":[15.3125,11,15.375,11.0625],"texture":"#0"},"up":{"uv":[2.875,5.4375,3.0625,5.375],"texture":"#0"},"down":{"uv":[2.875,5.5625,3.0625,5.625],"texture":"#0"}}},{"from":[8.5,4.25,8],"to":[8.75,4.75,8.25],"faces":{"north":{"uv":[3.25,6.5625,3.1875,6.6875],"texture":"#0"},"east":{"uv":[3.25,3.8125,3.1875,3.9375],"texture":"#0"},"south":{"uv":[3.1875,5.3125,3.25,5.4375],"texture":"#0"},"west":{"uv":[3.1875,5.0625,3.25,5.1875],"texture":"#0"},"up":{"uv":[5,9.75,5.0625,9.6875],"texture":"#0"},"down":{"uv":[5,10.25,5.0625,10.3125],"texture":"#0"}}},{"from":[8.5,4.5,7.75],"to":[8.75,4.75,8],"faces":{"north":{"uv":[5.0625,2.1875,5,2.25],"texture":"#0"},"east":{"uv":[5.0625,1.0625,5,1.125],"texture":"#0"},"south":{"uv":[5,2,5.0625,2.0625],"texture":"#0"},"west":{"uv":[5,1.625,5.0625,1.6875],"texture":"#0"},"up":{"uv":[5,2.4375,5.0625,2.375],"texture":"#0"},"down":{"uv":[5,8.75,5.0625,8.8125],"texture":"#0"}}},{"from":[8.5,4.5,8.75],"to":[8.75,5,9],"faces":{"north":{"uv":[3.25,3.5625,3.1875,3.6875],"texture":"#0"},"east":{"uv":[3.25,0.8125,3.1875,0.9375],"texture":"#0"},"south":{"uv":[3.1875,2.3125,3.25,2.4375],"texture":"#0"},"west":{"uv":[3.1875,2.0625,3.25,2.1875],"texture":"#0"},"up":{"uv":[5,0.75,5.0625,0.6875],"texture":"#0"},"down":{"uv":[5,0.875,5.0625,0.9375],"texture":"#0"}}},{"from":[8.5,4.75,8.25],"to":[8.75,5,8.5],"faces":{"north":{"uv":[9.5625,10.8125,9.5,10.875],"texture":"#0"},"east":{"uv":[10.125,10.8125,10.0625,10.875],"texture":"#0"},"south":{"uv":[9.6875,10.8125,9.75,10.875],"texture":"#0"},"west":{"uv":[9.875,10.8125,9.9375,10.875],"texture":"#0"},"up":{"uv":[7.8125,10.875,7.875,10.8125],"texture":"#0"},"down":{"uv":[6.875,10.8125,6.9375,10.875],"texture":"#0"}}},{"from":[8.75,0.5,7.75],"to":[9,0.75,8.25],"faces":{"north":{"uv":[14.4375,10.8125,14.375,10.875],"texture":"#0"},"east":{"uv":[7,12.5,6.875,12.5625],"texture":"#0"},"south":{"uv":[14.5625,10.8125,14.625,10.875],"texture":"#0"},"west":{"uv":[6.125,12.5,6.25,12.5625],"texture":"#0"},"up":{"uv":[3.375,11.625,3.4375,11.5],"texture":"#0"},"down":{"uv":[3.1875,0.5625,3.25,0.6875],"texture":"#0"}}},{"from":[8.75,1.25,7.5],"to":[9.25,2.25,7.75],"faces":{"north":{"uv":[1.0625,6.25,0.9375,6.5],"texture":"#0"},"east":{"uv":[2.75,12.5625,2.6875,12.8125],"texture":"#0"},"south":{"uv":[1.1875,6.625,1.3125,6.875],"texture":"#0"},"west":{"uv":[2.6875,12.1875,2.75,12.4375],"texture":"#0"},"up":{"uv":[7.875,12.5625,8,12.5],"texture":"#0"},"down":{"uv":[7.125,12.5,7.25,12.5625],"texture":"#0"}}},{"from":[8.75,1.25,8.25],"to":[9.25,2.25,8.5],"faces":{"north":{"uv":[1.0625,6.625,0.9375,6.875],"texture":"#0"},"east":{"uv":[2.5625,8.3125,2.5,8.5625],"texture":"#0"},"south":{"uv":[0.9375,7.6875,1.0625,7.9375],"texture":"#0"},"west":{"uv":[2.6875,12.9375,2.75,13.1875],"texture":"#0"},"up":{"uv":[10.625,12.5625,10.75,12.5],"texture":"#0"},"down":{"uv":[10.375,12.5,10.5,12.5625],"texture":"#0"}}},{"from":[8.75,1.5,7.75],"to":[9.5,2,8.25],"faces":{"north":{"uv":[1.75,2.9375,1.5625,3.0625],"texture":"#0"},"east":{"uv":[7.4375,13.3125,7.3125,13.4375],"texture":"#0"},"south":{"uv":[1.5625,4.25,1.75,4.375],"texture":"#0"},"west":{"uv":[7.5625,13.3125,7.6875,13.4375],"texture":"#0"},"up":{"uv":[1.5625,2.8125,1.75,2.6875],"texture":"#0"},"down":{"uv":[1.5625,1.6875,1.75,1.8125],"texture":"#0"}}},{"from":[8.75,2.75,7.75],"to":[9,3,8],"faces":{"north":{"uv":[12.5625,11.1875,12.5,11.25],"texture":"#0"},"east":{"uv":[4.875,11,4.8125,11.0625],"texture":"#0"},"south":{"uv":[13.25,11.1875,13.3125,11.25],"texture":"#0"},"west":{"uv":[15.6875,11.1875,15.75,11.25],"texture":"#0"},"up":{"uv":[12.3125,11.25,12.375,11.1875],"texture":"#0"},"down":{"uv":[11,11.1875,11.0625,11.25],"texture":"#0"}}},{"from":[9,0.75,7.75],"to":[9.25,1,8.25],"faces":{"north":{"uv":[4.875,10.4375,4.8125,10.5],"texture":"#0"},"east":{"uv":[12.75,12.5,12.625,12.5625],"texture":"#0"},"south":{"uv":[4.8125,9.5,4.875,9.5625],"texture":"#0"},"west":{"uv":[10.5625,12.6875,10.6875,12.75],"texture":"#0"},"up":{"uv":[3.375,7.625,3.4375,7.5],"texture":"#0"},"down":{"uv":[3.375,7.75,3.4375,7.875],"texture":"#0"}}},{"from":[9,13.25,8.5],"to":[9.25,13.5,8.75],"faces":{"north":{"uv":[4.875,7.8125,4.8125,7.875],"texture":"#0"},"east":{"uv":[4.875,7.25,4.8125,7.3125],"texture":"#0"},"south":{"uv":[4.8125,7.625,4.875,7.6875],"texture":"#0"},"west":{"uv":[4.8125,7.4375,4.875,7.5],"texture":"#0"},"up":{"uv":[4.8125,8.25,4.875,8.1875],"texture":"#0"},"down":{"uv":[4.8125,8.375,4.875,8.4375],"texture":"#0"}}},{"from":[9,14,7.5],"to":[10,14.25,7.75],"faces":{"north":{"uv":[6.4375,13.375,6.1875,13.4375],"texture":"#0"},"east":{"uv":[4.875,5.75,4.8125,5.8125],"texture":"#0"},"south":{"uv":[5.8125,13.375,6.0625,13.4375],"texture":"#0"},"west":{"uv":[4.8125,5.9375,4.875,6],"texture":"#0"},"up":{"uv":[6.5625,13.4375,6.8125,13.375],"texture":"#0"},"down":{"uv":[6.9375,13.375,7.1875,13.4375],"texture":"#0"}}},{"from":[9.25,1.5,7.5],"to":[9.5,2,7.75],"faces":{"north":{"uv":[3.4375,7.25,3.375,7.375],"texture":"#0"},"east":{"uv":[3.4375,6.5,3.375,6.625],"texture":"#0"},"south":{"uv":[3.375,7,3.4375,7.125],"texture":"#0"},"west":{"uv":[3.375,6.75,3.4375,6.875],"texture":"#0"},"up":{"uv":[4.8125,4.6875,4.875,4.625],"texture":"#0"},"down":{"uv":[4.8125,4.8125,4.875,4.875],"texture":"#0"}}},{"from":[9.25,1.5,8.25],"to":[9.5,2,8.5],"faces":{"north":{"uv":[3.4375,6.25,3.375,6.375],"texture":"#0"},"east":{"uv":[3.4375,5.5,3.375,5.625],"texture":"#0"},"south":{"uv":[3.375,6,3.4375,6.125],"texture":"#0"},"west":{"uv":[3.375,5.75,3.4375,5.875],"texture":"#0"},"up":{"uv":[4.8125,3.375,4.875,3.3125],"texture":"#0"},"down":{"uv":[4.8125,3.5,4.875,3.5625],"texture":"#0"}}},{"from":[9.25,4.75,7.5],"to":[10,5,8.5],"faces":{"north":{"uv":[3.0625,4.8125,2.875,4.875],"texture":"#0"},"east":{"uv":[2.5625,0.5625,2.3125,0.625],"texture":"#0"},"south":{"uv":[2.875,4.625,3.0625,4.6875],"texture":"#0"},"west":{"uv":[3.3125,13.375,3.5625,13.4375],"texture":"#0"},"up":{"uv":[0,12.0625,0.1875,11.8125],"texture":"#0"},"down":{"uv":[0,10.1875,0.1875,10.4375],"texture":"#0"}}},{"from":[9.25,13,8.5],"to":[10.25,13.25,8.75],"faces":{"north":{"uv":[2.5625,1.875,2.3125,1.9375],"texture":"#0"},"east":{"uv":[5.4375,11,5.375,11.0625],"texture":"#0"},"south":{"uv":[2.3125,3.1875,2.5625,3.25],"texture":"#0"},"west":{"uv":[5.1875,11,5.25,11.0625],"texture":"#0"},"up":{"uv":[2.3125,1.75,2.5625,1.6875],"texture":"#0"},"down":{"uv":[2.3125,0.75,2.5625,0.8125],"texture":"#0"}}},{"from":[9.25,13.5,7.25],"to":[10,13.75,7.5],"faces":{"north":{"uv":[3.0625,4.0625,2.875,4.125],"texture":"#0"},"east":{"uv":[8.8125,11,8.75,11.0625],"texture":"#0"},"south":{"uv":[2.875,3.875,3.0625,3.9375],"texture":"#0"},"west":{"uv":[6.3125,11,6.375,11.0625],"texture":"#0"},"up":{"uv":[2.875,4.3125,3.0625,4.25],"texture":"#0"},"down":{"uv":[2.875,4.4375,3.0625,4.5],"texture":"#0"}}},{"from":[9.25,14,8.25],"to":[9.75,14.25,8.5],"faces":{"north":{"uv":[4.6875,12.3125,4.5625,12.375],"texture":"#0"},"east":{"uv":[10.5,11,10.4375,11.0625],"texture":"#0"},"south":{"uv":[4.8125,12.3125,4.9375,12.375],"texture":"#0"},"west":{"uv":[10.25,11,10.3125,11.0625],"texture":"#0"},"up":{"uv":[4.3125,12.375,4.4375,12.3125],"texture":"#0"},"down":{"uv":[4.0625,12.3125,4.1875,12.375],"texture":"#0"}}},{"from":[9.5,4.5,7.75],"to":[10.25,4.75,8.25],"faces":{"north":{"uv":[3.0625,3.6875,2.875,3.75],"texture":"#0"},"east":{"uv":[5.9375,12.3125,5.8125,12.375],"texture":"#0"},"south":{"uv":[2.875,3.5,3.0625,3.5625],"texture":"#0"},"west":{"uv":[5.5625,12.3125,5.6875,12.375],"texture":"#0"},"up":{"uv":[1.5625,5.6875,1.75,5.5625],"texture":"#0"},"down":{"uv":[1.5625,5.3125,1.75,5.4375],"texture":"#0"}}},{"from":[9.5,12.75,7.5],"to":[9.75,13,7.75],"faces":{"north":{"uv":[12.5625,11,12.5,11.0625],"texture":"#0"},"east":{"uv":[14.0625,11,14,11.0625],"texture":"#0"},"south":{"uv":[12.875,11,12.9375,11.0625],"texture":"#0"},"west":{"uv":[13.0625,11,13.125,11.0625],"texture":"#0"},"up":{"uv":[12.3125,11.0625,12.375,11],"texture":"#0"},"down":{"uv":[12.125,11,12.1875,11.0625],"texture":"#0"}}},{"from":[9.5,13,7.25],"to":[10.25,13.5,7.5],"faces":{"north":{"uv":[1.75,5.8125,1.5625,5.9375],"texture":"#0"},"east":{"uv":[3.4375,2.75,3.375,2.875],"texture":"#0"},"south":{"uv":[1.5625,6.0625,1.75,6.1875],"texture":"#0"},"west":{"uv":[3.375,3,3.4375,3.125],"texture":"#0"},"up":{"uv":[2.875,3.1875,3.0625,3.125],"texture":"#0"},"down":{"uv":[2.875,3.3125,3.0625,3.375],"texture":"#0"}}},{"from":[9.5,13.25,8.5],"to":[9.75,13.75,8.75],"faces":{"north":{"uv":[3.4375,2.5,3.375,2.625],"texture":"#0"},"east":{"uv":[3.4375,1.75,3.375,1.875],"texture":"#0"},"south":{"uv":[3.375,2.25,3.4375,2.375],"texture":"#0"},"west":{"uv":[3.375,2,3.4375,2.125],"texture":"#0"},"up":{"uv":[5,10.5,5.0625,10.4375],"texture":"#0"},"down":{"uv":[5,10.625,5.0625,10.6875],"texture":"#0"}}},{"from":[9.5,13.75,8.25],"to":[10.25,14,8.5],"faces":{"north":{"uv":[3.0625,2.5625,2.875,2.625],"texture":"#0"},"east":{"uv":[5.0625,7.625,5,7.6875],"texture":"#0"},"south":{"uv":[2.875,2.375,3.0625,2.4375],"texture":"#0"},"west":{"uv":[5,7.8125,5.0625,7.875],"texture":"#0"},"up":{"uv":[2.875,2.8125,3.0625,2.75],"texture":"#0"},"down":{"uv":[2.875,2.9375,3.0625,3],"texture":"#0"}}},{"from":[9.5,14.25,7.5],"to":[9.75,14.5,7.75],"faces":{"north":{"uv":[5.0625,5.75,5,5.8125],"texture":"#0"},"east":{"uv":[5.0625,2.5625,5,2.625],"texture":"#0"},"south":{"uv":[5,2.9375,5.0625,3],"texture":"#0"},"west":{"uv":[5,2.75,5.0625,2.8125],"texture":"#0"},"up":{"uv":[5,6,5.0625,5.9375],"texture":"#0"},"down":{"uv":[5,7.4375,5.0625,7.5],"texture":"#0"}}},{"from":[9.75,12.25,8],"to":[10.25,12.75,8.25],"faces":{"north":{"uv":[2.4375,5.75,2.3125,5.875],"texture":"#0"},"east":{"uv":[3.4375,0.75,3.375,0.875],"texture":"#0"},"south":{"uv":[2.3125,6.9375,2.4375,7.0625],"texture":"#0"},"west":{"uv":[3.375,1,3.4375,1.125],"texture":"#0"},"up":{"uv":[7.3125,12.375,7.4375,12.3125],"texture":"#0"},"down":{"uv":[7.0625,12.3125,7.1875,12.375],"texture":"#0"}}},{"from":[9.75,12.5,7.75],"to":[10.25,12.75,8],"faces":{"north":{"uv":[8.4375,12.3125,8.3125,12.375],"texture":"#0"},"east":{"uv":[5.625,10.8125,5.5625,10.875],"texture":"#0"},"south":{"uv":[8.5625,12.3125,8.6875,12.375],"texture":"#0"},"west":{"uv":[5.375,10.8125,5.4375,10.875],"texture":"#0"},"up":{"uv":[8.0625,12.375,8.1875,12.3125],"texture":"#0"},"down":{"uv":[7.8125,12.3125,7.9375,12.375],"texture":"#0"}}},{"from":[9.75,12.5,8.25],"to":[10.25,13,8.5],"faces":{"north":{"uv":[8.375,13.0625,8.25,13.1875],"texture":"#0"},"east":{"uv":[3.4375,0.25,3.375,0.375],"texture":"#0"},"south":{"uv":[15.6875,13.75,15.8125,13.875],"texture":"#0"},"west":{"uv":[3.375,0.5,3.4375,0.625],"texture":"#0"},"up":{"uv":[9.0625,12.375,9.1875,12.3125],"texture":"#0"},"down":{"uv":[8.8125,12.3125,8.9375,12.375],"texture":"#0"}}},{"from":[9.75,13.25,7],"to":[10,13.5,7.25],"faces":{"north":{"uv":[8.4375,10.8125,8.375,10.875],"texture":"#0"},"east":{"uv":[9.375,10.8125,9.3125,10.875],"texture":"#0"},"south":{"uv":[8.5625,10.8125,8.625,10.875],"texture":"#0"},"west":{"uv":[8.75,10.8125,8.8125,10.875],"texture":"#0"},"up":{"uv":[8.1875,10.875,8.25,10.8125],"texture":"#0"},"down":{"uv":[8,10.8125,8.0625,10.875],"texture":"#0"}}},{"from":[9.75,13.5,8.5],"to":[10.25,13.75,8.75],"faces":{"north":{"uv":[9.9375,12.3125,9.8125,12.375],"texture":"#0"},"east":{"uv":[13.5,10.8125,13.4375,10.875],"texture":"#0"},"south":{"uv":[10.0625,12.3125,10.1875,12.375],"texture":"#0"},"west":{"uv":[10.25,10.8125,10.3125,10.875],"texture":"#0"},"up":{"uv":[9.5625,12.375,9.6875,12.3125],"texture":"#0"},"down":{"uv":[9.3125,12.3125,9.4375,12.375],"texture":"#0"}}},{"from":[9.75,13.75,7.25],"to":[10,14,7.75],"faces":{"north":{"uv":[14.0625,10.8125,14,10.875],"texture":"#0"},"east":{"uv":[11.1875,12.3125,11.0625,12.375],"texture":"#0"},"south":{"uv":[14.1875,10.8125,14.25,10.875],"texture":"#0"},"west":{"uv":[10.8125,12.3125,10.9375,12.375],"texture":"#0"},"up":{"uv":[3.5625,11.9375,3.625,11.8125],"texture":"#0"},"down":{"uv":[3.5625,12.0625,3.625,12.1875],"texture":"#0"}}},{"from":[10,4.75,7.75],"to":[10.75,5,8.25],"faces":{"north":{"uv":[3.0625,2.1875,2.875,2.25],"texture":"#0"},"east":{"uv":[11.6875,12.3125,11.5625,12.375],"texture":"#0"},"south":{"uv":[2.875,2,3.0625,2.0625],"texture":"#0"},"west":{"uv":[11.3125,12.3125,11.4375,12.375],"texture":"#0"},"up":{"uv":[1.5625,6.6875,1.75,6.5625],"texture":"#0"},"down":{"uv":[1.5625,6.3125,1.75,6.4375],"texture":"#0"}}},{"from":[10,11.25,8],"to":[10.25,12.25,8.25],"faces":{"north":{"uv":[2.375,9.0625,2.3125,9.3125],"texture":"#0"},"east":{"uv":[2.125,0.9375,2.0625,1.1875],"texture":"#0"},"south":{"uv":[2.0625,0.1875,2.125,0.4375],"texture":"#0"},"west":{"uv":[2.0625,0.5625,2.125,0.8125],"texture":"#0"},"up":{"uv":[4.625,2.0625,4.6875,2],"texture":"#0"},"down":{"uv":[4.625,2.1875,4.6875,2.25],"texture":"#0"}}},{"from":[10,12,8.25],"to":[10.25,12.25,8.5],"faces":{"north":{"uv":[4.6875,0.6875,4.625,0.75],"texture":"#0"},"east":{"uv":[4.6875,0.125,4.625,0.1875],"texture":"#0"},"south":{"uv":[4.625,0.5,4.6875,0.5625],"texture":"#0"},"west":{"uv":[4.625,0.3125,4.6875,0.375],"texture":"#0"},"up":{"uv":[4.625,0.9375,4.6875,0.875],"texture":"#0"},"down":{"uv":[4.625,1.0625,4.6875,1.125],"texture":"#0"}}},{"from":[10,12.75,7.5],"to":[10.25,13,7.75],"faces":{"north":{"uv":[5.25,11.1875,5.1875,11.25],"texture":"#0"},"east":{"uv":[5.8125,11.1875,5.75,11.25],"texture":"#0"},"south":{"uv":[10.0625,11,10.125,11.0625],"texture":"#0"},"west":{"uv":[5.5625,11.1875,5.625,11.25],"texture":"#0"},"up":{"uv":[5,11.25,5.0625,11.1875],"texture":"#0"},"down":{"uv":[4.8125,11.1875,4.875,11.25],"texture":"#0"}}},{"from":[10,13.25,8.5],"to":[10.25,13.5,9],"faces":{"north":{"uv":[6.375,11.1875,6.3125,11.25],"texture":"#0"},"east":{"uv":[14.6875,12.3125,14.5625,12.375],"texture":"#0"},"south":{"uv":[6.5,11.1875,6.5625,11.25],"texture":"#0"},"west":{"uv":[14.3125,12.3125,14.4375,12.375],"texture":"#0"},"up":{"uv":[3.5625,7.4375,3.625,7.3125],"texture":"#0"},"down":{"uv":[3.5625,8.5625,3.625,8.6875],"texture":"#0"}}},{"from":[10,13.75,7.5],"to":[10.25,14,7.75],"faces":{"north":{"uv":[7.5,11.1875,7.4375,11.25],"texture":"#0"},"east":{"uv":[8.0625,11.1875,8,11.25],"texture":"#0"},"south":{"uv":[7.625,11.1875,7.6875,11.25],"texture":"#0"},"west":{"uv":[7.8125,11.1875,7.875,11.25],"texture":"#0"},"up":{"uv":[7.25,11.25,7.3125,11.1875],"texture":"#0"},"down":{"uv":[7.0625,11.1875,7.125,11.25],"texture":"#0"}}},{"from":[10.25,12.5,8],"to":[10.5,13,8.25],"faces":{"north":{"uv":[3.625,7.0625,3.5625,7.1875],"texture":"#0"},"east":{"uv":[3.625,6.3125,3.5625,6.4375],"texture":"#0"},"south":{"uv":[3.5625,6.8125,3.625,6.9375],"texture":"#0"},"west":{"uv":[3.5625,6.5625,3.625,6.6875],"texture":"#0"},"up":{"uv":[8.375,11.25,8.4375,11.1875],"texture":"#0"},"down":{"uv":[8.1875,11.1875,8.25,11.25],"texture":"#0"}}},{"from":[10.25,13.25,7.25],"to":[10.5,13.5,7.5],"faces":{"north":{"uv":[9.75,11.1875,9.6875,11.25],"texture":"#0"},"east":{"uv":[10.3125,11.1875,10.25,11.25],"texture":"#0"},"south":{"uv":[9.875,11.1875,9.9375,11.25],"texture":"#0"},"west":{"uv":[10.0625,11.1875,10.125,11.25],"texture":"#0"},"up":{"uv":[9.5,11.25,9.5625,11.1875],"texture":"#0"},"down":{"uv":[9.3125,11.1875,9.375,11.25],"texture":"#0"}}},{"from":[10.5,13.25,8.5],"to":[11,13.5,8.75],"faces":{"north":{"uv":[5.625,12.125,5.5,12.1875],"texture":"#0"},"east":{"uv":[11.4375,11.1875,11.375,11.25],"texture":"#0"},"south":{"uv":[5.75,12.125,5.875,12.1875],"texture":"#0"},"west":{"uv":[11.1875,11.1875,11.25,11.25],"texture":"#0"},"up":{"uv":[5.25,12.1875,5.375,12.125],"texture":"#0"},"down":{"uv":[5,12.125,5.125,12.1875],"texture":"#0"}}},{"from":[10.75,12.75,7.75],"to":[12.25,13,8.25],"faces":{"north":{"uv":[1.9375,6.8125,1.5625,6.875],"texture":"#0"},"east":{"uv":[6.375,12.125,6.25,12.1875],"texture":"#0"},"south":{"uv":[1.5625,7,1.9375,7.0625],"texture":"#0"},"west":{"uv":[11.8125,12.3125,11.9375,12.375],"texture":"#0"},"up":{"uv":[15.5,15.3125,15.875,15.1875],"texture":"#0"},"down":{"uv":[0.375,11.6875,0.75,11.8125],"texture":"#0"}}},{"from":[10.75,13,7.5],"to":[11.5,13.25,7.75],"faces":{"north":{"uv":[3.0625,1.4375,2.875,1.5],"texture":"#0"},"east":{"uv":[13.6875,11.1875,13.625,11.25],"texture":"#0"},"south":{"uv":[2.875,1.25,3.0625,1.3125],"texture":"#0"},"west":{"uv":[13.4375,11.1875,13.5,11.25],"texture":"#0"},"up":{"uv":[2.875,1.6875,3.0625,1.625],"texture":"#0"},"down":{"uv":[2.875,1.8125,3.0625,1.875],"texture":"#0"}}},{"from":[10.75,13.75,8],"to":[11,14,8.25],"faces":{"north":{"uv":[14.25,11.1875,14.1875,11.25],"texture":"#0"},"east":{"uv":[14.8125,11.1875,14.75,11.25],"texture":"#0"},"south":{"uv":[14.375,11.1875,14.4375,11.25],"texture":"#0"},"west":{"uv":[14.5625,11.1875,14.625,11.25],"texture":"#0"},"up":{"uv":[14,11.25,14.0625,11.1875],"texture":"#0"},"down":{"uv":[13.8125,11.1875,13.875,11.25],"texture":"#0"}}},{"from":[11.25,12.5,7.75],"to":[12.5,12.75,8.25],"faces":{"north":{"uv":[3.0625,13.5625,2.75,13.625],"texture":"#0"},"east":{"uv":[8.375,12.125,8.25,12.1875],"texture":"#0"},"south":{"uv":[5.8125,13.5625,6.125,13.625],"texture":"#0"},"west":{"uv":[7.5,12.125,7.625,12.1875],"texture":"#0"},"up":{"uv":[0.375,2.3125,0.6875,2.1875],"texture":"#0"},"down":{"uv":[0.375,1.9375,0.6875,2.0625],"texture":"#0"}}},{"from":[11.25,12.75,7.5],"to":[12,13,7.75],"faces":{"north":{"uv":[3.0625,0.6875,2.875,0.75],"texture":"#0"},"east":{"uv":[4.875,9.875,4.8125,9.9375],"texture":"#0"},"south":{"uv":[2.875,0.5,3.0625,0.5625],"texture":"#0"},"west":{"uv":[4.8125,10.0625,4.875,10.125],"texture":"#0"},"up":{"uv":[2.875,0.9375,3.0625,0.875],"texture":"#0"},"down":{"uv":[2.875,1.0625,3.0625,1.125],"texture":"#0"}}},{"from":[11.25,12.75,8.25],"to":[12,13,8.5],"faces":{"north":{"uv":[3.375,12.875,3.1875,12.9375],"texture":"#0"},"east":{"uv":[4.875,8.75,4.8125,8.8125],"texture":"#0"},"south":{"uv":[3.5,12.875,3.6875,12.9375],"texture":"#0"},"west":{"uv":[4.8125,8.9375,4.875,9],"texture":"#0"},"up":{"uv":[2.875,0.1875,3.0625,0.125],"texture":"#0"},"down":{"uv":[2.875,0.3125,3.0625,0.375],"texture":"#0"}}},{"from":[11.75,12.25,7.75],"to":[12.75,12.5,8.25],"faces":{"north":{"uv":[2.5625,9.625,2.3125,9.6875],"texture":"#0"},"east":{"uv":[10.125,12.125,10,12.1875],"texture":"#0"},"south":{"uv":[2.3125,10.1875,2.5625,10.25],"texture":"#0"},"west":{"uv":[9.75,12.125,9.875,12.1875],"texture":"#0"},"up":{"uv":[0,1.8125,0.25,1.6875],"texture":"#0"},"down":{"uv":[0,1.4375,0.25,1.5625],"texture":"#0"}}},{"from":[11.75,12.5,7.5],"to":[12.25,12.75,7.75],"faces":{"north":{"uv":[10.875,12.125,10.75,12.1875],"texture":"#0"},"east":{"uv":[4.875,6.5,4.8125,6.5625],"texture":"#0"},"south":{"uv":[11,12.125,11.125,12.1875],"texture":"#0"},"west":{"uv":[4.8125,6.6875,4.875,6.75],"texture":"#0"},"up":{"uv":[10.5,12.1875,10.625,12.125],"texture":"#0"},"down":{"uv":[10.25,12.125,10.375,12.1875],"texture":"#0"}}},{"from":[11.75,12.5,8.25],"to":[12.25,12.75,8.5],"faces":{"north":{"uv":[13.375,12.125,13.25,12.1875],"texture":"#0"},"east":{"uv":[4.875,5.375,4.8125,5.4375],"texture":"#0"},"south":{"uv":[13.5,12.125,13.625,12.1875],"texture":"#0"},"west":{"uv":[4.8125,5.5625,4.875,5.625],"texture":"#0"},"up":{"uv":[12,12.1875,12.125,12.125],"texture":"#0"},"down":{"uv":[11.75,12.125,11.875,12.1875],"texture":"#0"}}},{"from":[12,10.5,7.75],"to":[12.5,10.75,8.25],"faces":{"north":{"uv":[14.875,12.125,14.75,12.1875],"texture":"#0"},"east":{"uv":[15.625,12.125,15.5,12.1875],"texture":"#0"},"south":{"uv":[15,12.125,15.125,12.1875],"texture":"#0"},"west":{"uv":[15.25,12.125,15.375,12.1875],"texture":"#0"},"up":{"uv":[15.25,13.1875,15.375,13.0625],"texture":"#0"},"down":{"uv":[2.0625,5.0625,2.1875,5.1875],"texture":"#0"}}},{"from":[12,12,7.75],"to":[12.75,12.25,8.25],"faces":{"north":{"uv":[4,12.875,3.8125,12.9375],"texture":"#0"},"east":{"uv":[3.875,11.125,3.75,11.1875],"texture":"#0"},"south":{"uv":[4.125,12.875,4.3125,12.9375],"texture":"#0"},"west":{"uv":[3.75,11.3125,3.875,11.375],"texture":"#0"},"up":{"uv":[1.5625,7.5625,1.75,7.4375],"texture":"#0"},"down":{"uv":[1.5625,7.1875,1.75,7.3125],"texture":"#0"}}},{"from":[12,12.25,7.5],"to":[12.5,12.5,7.75],"faces":{"north":{"uv":[3.875,10.5625,3.75,10.625],"texture":"#0"},"east":{"uv":[4.875,2,4.8125,2.0625],"texture":"#0"},"south":{"uv":[3.75,10.375,3.875,10.4375],"texture":"#0"},"west":{"uv":[4.8125,2.1875,4.875,2.25],"texture":"#0"},"up":{"uv":[3.75,10.8125,3.875,10.75],"texture":"#0"},"down":{"uv":[3.75,10.9375,3.875,11],"texture":"#0"}}},{"from":[12,12.25,8.25],"to":[12.5,12.5,8.5],"faces":{"north":{"uv":[3.875,9.0625,3.75,9.125],"texture":"#0"},"east":{"uv":[4.875,0.875,4.8125,0.9375],"texture":"#0"},"south":{"uv":[3.75,8.875,3.875,8.9375],"texture":"#0"},"west":{"uv":[4.8125,1.0625,4.875,1.125],"texture":"#0"},"up":{"uv":[3.75,9.6875,3.875,9.625],"texture":"#0"},"down":{"uv":[3.75,9.8125,3.875,9.875],"texture":"#0"}}},{"from":[12.25,10.25,7.75],"to":[14,10.5,8.25],"faces":{"north":{"uv":[10.125,14,9.6875,14.0625],"texture":"#0"},"east":{"uv":[3.875,5.125,3.75,5.1875],"texture":"#0"},"south":{"uv":[8.5625,14,9,14.0625],"texture":"#0"},"west":{"uv":[3.75,5.3125,3.875,5.375],"texture":"#0"},"up":{"uv":[0.375,12.5625,0.8125,12.4375],"texture":"#0"},"down":{"uv":[0.375,12.1875,0.8125,12.3125],"texture":"#0"}}},{"from":[12.25,11.5,7.75],"to":[13,12,8.25],"faces":{"north":{"uv":[1.75,8.6875,1.5625,8.8125],"texture":"#0"},"east":{"uv":[1.4375,1.125,1.3125,1.25],"texture":"#0"},"south":{"uv":[1.5625,9.3125,1.75,9.4375],"texture":"#0"},"west":{"uv":[2.0625,10.1875,2.1875,10.3125],"texture":"#0"},"up":{"uv":[1.5625,8.5625,1.75,8.4375],"texture":"#0"},"down":{"uv":[1.5625,8.1875,1.75,8.3125],"texture":"#0"}}},{"from":[12.25,12,7.5],"to":[12.5,12.25,7.75],"faces":{"north":{"uv":[6.9375,11,6.875,11.0625],"texture":"#0"},"east":{"uv":[7.5,11,7.4375,11.0625],"texture":"#0"},"south":{"uv":[7.0625,11,7.125,11.0625],"texture":"#0"},"west":{"uv":[7.25,11,7.3125,11.0625],"texture":"#0"},"up":{"uv":[6.6875,11.0625,6.75,11],"texture":"#0"},"down":{"uv":[6.5,11,6.5625,11.0625],"texture":"#0"}}},{"from":[12.25,12,8.25],"to":[12.5,12.25,8.5],"faces":{"north":{"uv":[8.0625,11,8,11.0625],"texture":"#0"},"east":{"uv":[8.625,11,8.5625,11.0625],"texture":"#0"},"south":{"uv":[8.1875,11,8.25,11.0625],"texture":"#0"},"west":{"uv":[8.375,11,8.4375,11.0625],"texture":"#0"},"up":{"uv":[7.8125,11.0625,7.875,11],"texture":"#0"},"down":{"uv":[7.625,11,7.6875,11.0625],"texture":"#0"}}},{"from":[12.5,11.25,7.75],"to":[13.25,11.5,8.25],"faces":{"north":{"uv":[4.625,12.875,4.4375,12.9375],"texture":"#0"},"east":{"uv":[3.875,2.8125,3.75,2.875],"texture":"#0"},"south":{"uv":[4.75,12.875,4.9375,12.9375],"texture":"#0"},"west":{"uv":[3.75,3,3.875,3.0625],"texture":"#0"},"up":{"uv":[1.5625,9.9375,1.75,9.8125],"texture":"#0"},"down":{"uv":[1.5625,9.5625,1.75,9.6875],"texture":"#0"}}},{"from":[12.5,11.5,7.5],"to":[12.75,12,7.75],"faces":{"north":{"uv":[3.8125,2.5625,3.75,2.6875],"texture":"#0"},"east":{"uv":[4.0625,10.625,4,10.75],"texture":"#0"},"south":{"uv":[3.75,1.5625,3.8125,1.6875],"texture":"#0"},"west":{"uv":[3.75,1.3125,3.8125,1.4375],"texture":"#0"},"up":{"uv":[15.125,10.875,15.1875,10.8125],"texture":"#0"},"down":{"uv":[9.875,11,9.9375,11.0625],"texture":"#0"}}},{"from":[12.5,11.5,8.25],"to":[12.75,12,8.5],"faces":{"north":{"uv":[4.0625,10.375,4,10.5],"texture":"#0"},"east":{"uv":[4.0625,9.625,4,9.75],"texture":"#0"},"south":{"uv":[4,10.125,4.0625,10.25],"texture":"#0"},"west":{"uv":[4,9.875,4.0625,10],"texture":"#0"},"up":{"uv":[11.1875,11.0625,11.25,11],"texture":"#0"},"down":{"uv":[11,11,11.0625,11.0625],"texture":"#0"}}},{"from":[12.75,10,7.75],"to":[14,10.25,8.25],"faces":{"north":{"uv":[2.625,13.5625,2.3125,13.625],"texture":"#0"},"east":{"uv":[6.8125,11.9375,6.6875,12],"texture":"#0"},"south":{"uv":[14.8125,13.8125,15.125,13.875],"texture":"#0"},"west":{"uv":[6.4375,11.9375,6.5625,12],"texture":"#0"},"up":{"uv":[0.375,3.3125,0.6875,3.1875],"texture":"#0"},"down":{"uv":[0.375,4.4375,0.6875,4.5625],"texture":"#0"}}},{"from":[12.75,10.75,7.75],"to":[14,11,8.25],"faces":{"north":{"uv":[5.25,13.5625,4.9375,13.625],"texture":"#0"},"east":{"uv":[8.3125,11.9375,8.1875,12],"texture":"#0"},"south":{"uv":[3.625,13.5625,3.9375,13.625],"texture":"#0"},"west":{"uv":[7.9375,11.9375,8.0625,12],"texture":"#0"},"up":{"uv":[0.375,3.5625,0.6875,3.4375],"texture":"#0"},"down":{"uv":[0.375,4.1875,0.6875,4.3125],"texture":"#0"}}},{"from":[12.75,11,7.5],"to":[13,11.5,7.75],"faces":{"north":{"uv":[4.0625,8.625,4,8.75],"texture":"#0"},"east":{"uv":[4.0625,7.875,4,8],"texture":"#0"},"south":{"uv":[4,8.375,4.0625,8.5],"texture":"#0"},"west":{"uv":[4,8.125,4.0625,8.25],"texture":"#0"},"up":{"uv":[14.5625,11.0625,14.625,11],"texture":"#0"},"down":{"uv":[14.375,11,14.4375,11.0625],"texture":"#0"}}},{"from":[12.75,11,7.75],"to":[13.25,11.25,8.25],"faces":{"north":{"uv":[11.5625,11.9375,11.4375,12],"texture":"#0"},"east":{"uv":[12.8125,11.9375,12.6875,12],"texture":"#0"},"south":{"uv":[11.6875,11.9375,11.8125,12],"texture":"#0"},"west":{"uv":[12.4375,11.9375,12.5625,12],"texture":"#0"},"up":{"uv":[2.3125,7.3125,2.4375,7.1875],"texture":"#0"},"down":{"uv":[1.3125,3.125,1.4375,3.25],"texture":"#0"}}},{"from":[12.75,11,8.25],"to":[13,11.5,8.5],"faces":{"north":{"uv":[4.0625,7.125,4,7.25],"texture":"#0"},"east":{"uv":[4.0625,4.875,4,5],"texture":"#0"},"south":{"uv":[4,6.875,4.0625,7],"texture":"#0"},"west":{"uv":[4,5.125,4.0625,5.25],"texture":"#0"},"up":{"uv":[5,9.9375,5.0625,9.875],"texture":"#0"},"down":{"uv":[5,10.0625,5.0625,10.125],"texture":"#0"}}},{"from":[13,10.25,7.5],"to":[13.75,10.5,7.75],"faces":{"north":{"uv":[5.875,12.875,5.6875,12.9375],"texture":"#0"},"east":{"uv":[5.0625,8,5,8.0625],"texture":"#0"},"south":{"uv":[6,12.875,6.1875,12.9375],"texture":"#0"},"west":{"uv":[5,8.1875,5.0625,8.25],"texture":"#0"},"up":{"uv":[5.375,12.9375,5.5625,12.875],"texture":"#0"},"down":{"uv":[5.0625,12.875,5.25,12.9375],"texture":"#0"}}},{"from":[13,10.25,8.25],"to":[13.75,10.5,8.5],"faces":{"north":{"uv":[7.125,12.875,6.9375,12.9375],"texture":"#0"},"east":{"uv":[5.0625,6.875,5,6.9375],"texture":"#0"},"south":{"uv":[7.25,12.875,7.4375,12.9375],"texture":"#0"},"west":{"uv":[5,7.0625,5.0625,7.125],"texture":"#0"},"up":{"uv":[6.625,12.9375,6.8125,12.875],"texture":"#0"},"down":{"uv":[6.3125,12.875,6.5,12.9375],"texture":"#0"}}},{"from":[13,10.5,7.75],"to":[14,10.75,8.25],"faces":{"north":{"uv":[14.5625,13.5625,14.3125,13.625],"texture":"#0"},"east":{"uv":[8.5625,11.75,8.4375,11.8125],"texture":"#0"},"south":{"uv":[13.9375,13.5625,14.1875,13.625],"texture":"#0"},"west":{"uv":[8.1875,11.75,8.3125,11.8125],"texture":"#0"},"up":{"uv":[0,7.6875,0.25,7.5625],"texture":"#0"},"down":{"uv":[0,7.3125,0.25,7.4375],"texture":"#0"}}},{"from":[13,10.75,7.5],"to":[13.25,11,7.75],"faces":{"north":{"uv":[5.0625,5.1875,5,5.25],"texture":"#0"},"east":{"uv":[5.0625,4.625,5,4.6875],"texture":"#0"},"south":{"uv":[5,5,5.0625,5.0625],"texture":"#0"},"west":{"uv":[5,4.8125,5.0625,4.875],"texture":"#0"},"up":{"uv":[5,5.4375,5.0625,5.375],"texture":"#0"},"down":{"uv":[5,5.5625,5.0625,5.625],"texture":"#0"}}},{"from":[13,10.75,8.25],"to":[13.25,11,8.5],"faces":{"north":{"uv":[5.0625,4.0625,5,4.125],"texture":"#0"},"east":{"uv":[5.0625,3.5,5,3.5625],"texture":"#0"},"south":{"uv":[5,3.875,5.0625,3.9375],"texture":"#0"},"west":{"uv":[5,3.6875,5.0625,3.75],"texture":"#0"},"up":{"uv":[5,4.3125,5.0625,4.25],"texture":"#0"},"down":{"uv":[5,4.4375,5.0625,4.5],"texture":"#0"}}},{"from":[13.25,9.75,7.75],"to":[13.75,10,8.25],"faces":{"north":{"uv":[9.3125,11.75,9.1875,11.8125],"texture":"#0"},"east":{"uv":[10.0625,11.75,9.9375,11.8125],"texture":"#0"},"south":{"uv":[9.4375,11.75,9.5625,11.8125],"texture":"#0"},"west":{"uv":[9.6875,11.75,9.8125,11.8125],"texture":"#0"},"up":{"uv":[1.3125,5.625,1.4375,5.5],"texture":"#0"},"down":{"uv":[1.3125,5.0625,1.4375,5.1875],"texture":"#0"}}},{"from":[13.25,10,7.5],"to":[13.75,10.25,7.75],"faces":{"north":{"uv":[11.8125,11.75,11.6875,11.8125],"texture":"#0"},"east":{"uv":[5.0625,1.25,5,1.3125],"texture":"#0"},"south":{"uv":[11.9375,11.75,12.0625,11.8125],"texture":"#0"},"west":{"uv":[5,1.4375,5.0625,1.5],"texture":"#0"},"up":{"uv":[11.4375,11.8125,11.5625,11.75],"texture":"#0"},"down":{"uv":[11.1875,11.75,11.3125,11.8125],"texture":"#0"}}},{"from":[13.25,10,8.25],"to":[13.75,10.25,8.5],"faces":{"north":{"uv":[12.8125,11.75,12.6875,11.8125],"texture":"#0"},"east":{"uv":[5.0625,0.125,5,0.1875],"texture":"#0"},"south":{"uv":[12.9375,11.75,13.0625,11.8125],"texture":"#0"},"west":{"uv":[5,0.3125,5.0625,0.375],"texture":"#0"},"up":{"uv":[12.4375,11.8125,12.5625,11.75],"texture":"#0"},"down":{"uv":[12.1875,11.75,12.3125,11.8125],"texture":"#0"}}},{"from":[13.25,10.5,7.5],"to":[13.75,10.75,7.75],"faces":{"north":{"uv":[14.3125,11.75,14.1875,11.8125],"texture":"#0"},"east":{"uv":[6.1875,10.8125,6.125,10.875],"texture":"#0"},"south":{"uv":[14.4375,11.75,14.5625,11.8125],"texture":"#0"},"west":{"uv":[5.9375,10.8125,6,10.875],"texture":"#0"},"up":{"uv":[13.9375,11.8125,14.0625,11.75],"texture":"#0"},"down":{"uv":[13.6875,11.75,13.8125,11.8125],"texture":"#0"}}},{"from":[13.25,10.5,8.25],"to":[13.75,10.75,8.5],"faces":{"north":{"uv":[15.3125,11.75,15.1875,11.8125],"texture":"#0"},"east":{"uv":[7.3125,10.8125,7.25,10.875],"texture":"#0"},"south":{"uv":[15.4375,11.75,15.5625,11.8125],"texture":"#0"},"west":{"uv":[7.0625,10.8125,7.125,10.875],"texture":"#0"},"up":{"uv":[14.9375,11.8125,15.0625,11.75],"texture":"#0"},"down":{"uv":[14.6875,11.75,14.8125,11.8125],"texture":"#0"}}},{"from":[13.25,11.75,7.75],"to":[13.75,12,8.25],"faces":{"north":{"uv":[15.8125,11.75,15.6875,11.8125],"texture":"#0"},"east":{"uv":[4.3125,11.1875,4.1875,11.25],"texture":"#0"},"south":{"uv":[4.1875,11.5625,4.3125,11.625],"texture":"#0"},"west":{"uv":[4.1875,11.375,4.3125,11.4375],"texture":"#0"},"up":{"uv":[1.3125,6.125,1.4375,6],"texture":"#0"},"down":{"uv":[1.3125,5.75,1.4375,5.875],"texture":"#0"}}},{"from":[13.25,12,7.75],"to":[13.5,12.25,8.25],"faces":{"north":{"uv":[9,10.8125,8.9375,10.875],"texture":"#0"},"east":{"uv":[4.3125,10.8125,4.1875,10.875],"texture":"#0"},"south":{"uv":[9.125,10.8125,9.1875,10.875],"texture":"#0"},"west":{"uv":[4.1875,11,4.3125,11.0625],"texture":"#0"},"up":{"uv":[4,0.5,4.0625,0.375],"texture":"#0"},"down":{"uv":[4,0.625,4.0625,0.75],"texture":"#0"}}},{"from":[13.5,9.25,7.75],"to":[13.75,9.75,8.25],"faces":{"north":{"uv":[4.25,10.3125,4.1875,10.4375],"texture":"#0"},"east":{"uv":[1.4375,7.4375,1.3125,7.5625],"texture":"#0"},"south":{"uv":[4.1875,10.0625,4.25,10.1875],"texture":"#0"},"west":{"uv":[1.3125,7.1875,1.4375,7.3125],"texture":"#0"},"up":{"uv":[4.1875,10.6875,4.25,10.5625],"texture":"#0"},"down":{"uv":[4,0.125,4.0625,0.25],"texture":"#0"}}},{"from":[13.5,9.75,7.5],"to":[13.75,10,7.75],"faces":{"north":{"uv":[11.25,10.8125,11.1875,10.875],"texture":"#0"},"east":{"uv":[11.8125,10.8125,11.75,10.875],"texture":"#0"},"south":{"uv":[11.375,10.8125,11.4375,10.875],"texture":"#0"},"west":{"uv":[11.5625,10.8125,11.625,10.875],"texture":"#0"},"up":{"uv":[11,10.875,11.0625,10.8125],"texture":"#0"},"down":{"uv":[10.8125,10.8125,10.875,10.875],"texture":"#0"}}},{"from":[13.5,9.75,8.25],"to":[13.75,10,8.5],"faces":{"north":{"uv":[12.375,10.8125,12.3125,10.875],"texture":"#0"},"east":{"uv":[12.9375,10.8125,12.875,10.875],"texture":"#0"},"south":{"uv":[12.5,10.8125,12.5625,10.875],"texture":"#0"},"west":{"uv":[12.6875,10.8125,12.75,10.875],"texture":"#0"},"up":{"uv":[12.125,10.875,12.1875,10.8125],"texture":"#0"},"down":{"uv":[11.9375,10.8125,12,10.875],"texture":"#0"}}},{"from":[13.5,11,7.75],"to":[14,11.25,8.25],"faces":{"north":{"uv":[4.3125,9.875,4.1875,9.9375],"texture":"#0"},"east":{"uv":[4.3125,9.3125,4.1875,9.375],"texture":"#0"},"south":{"uv":[4.1875,9.6875,4.3125,9.75],"texture":"#0"},"west":{"uv":[4.1875,9.5,4.3125,9.5625],"texture":"#0"},"up":{"uv":[1.3125,8.625,1.4375,8.5],"texture":"#0"},"down":{"uv":[1.3125,8.25,1.4375,8.375],"texture":"#0"}}},{"from":[13.5,11.25,7.75],"to":[13.75,11.75,8.25],"faces":{"north":{"uv":[1.9375,7.6875,1.875,7.8125],"texture":"#0"},"east":{"uv":[3,13.0625,2.875,13.1875],"texture":"#0"},"south":{"uv":[1.875,7.4375,1.9375,7.5625],"texture":"#0"},"west":{"uv":[8.5,13.0625,8.625,13.1875],"texture":"#0"},"up":{"uv":[0.75,0.5625,0.8125,0.4375],"texture":"#0"},"down":{"uv":[0.75,0.6875,0.8125,0.8125],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,95,0],"translation":[0,5.5,1.5],"scale":[1.4,1.4,1.6]},"thirdperson_lefthand":{"rotation":[0,95,0],"translation":[0,5.5,1.5],"scale":[1.4,1.4,1.6]},"firstperson_righthand":{"rotation":[-19,95,0],"translation":[1.5,6.25,0],"scale":[1.1,1.1,1.3]},"firstperson_lefthand":{"rotation":[-19,95,0],"translation":[1.5,6.25,0],"scale":[1.1,1.1,1.3]},"gui":{"rotation":[-20,19,-43],"scale":[1.5,1.5,1.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/ancient_relik.json b/assets/minecraft/models/item/wynn/skin/relik/ancient_relik.json new file mode 100644 index 000000000..bddb41d43 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/ancient_relik.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/ancient/ancient_common","1":"skins/ancient/ancient_halberd","2":"skins/ancient/ancient_pulse","3":"skins/ancient/ancient_relik","particle":"skins/ancient/ancient_common"},"elements":[{"from":[7,-2,7],"to":[9,10,9],"rotation":{"angle":0,"axis":"y","origin":[0,-2,0]},"faces":{"north":{"uv":[0,0,2,12],"texture":"#0"},"east":{"uv":[0,0,2,12],"texture":"#0"},"south":{"uv":[0,0,2,12],"texture":"#0"},"west":{"uv":[0,0,2,12],"texture":"#0"}}},{"from":[6,-6,6],"to":[10,-2,10],"rotation":{"angle":45,"axis":"y","origin":[8,11.5,8]},"faces":{"north":{"uv":[16,4,12,0],"texture":"#1"},"east":{"uv":[12,0,16,4],"texture":"#1"},"south":{"uv":[16,4,12,0],"texture":"#1"},"west":{"uv":[12,0,16,4],"texture":"#1"},"up":{"uv":[12,4,16,8],"texture":"#1"},"down":{"uv":[12,8,16,12],"texture":"#1"}}},{"from":[8,-7,7.5],"to":[8,-6,8.5],"rotation":{"angle":45,"axis":"y","origin":[8,12,8]},"faces":{"east":{"uv":[12,11,13,12],"texture":"#1"},"west":{"uv":[12,11,13,12],"texture":"#1"}}},{"from":[7.5,-7,8],"to":[8.5,-6,8],"rotation":{"angle":45,"axis":"y","origin":[8,12,8]},"faces":{"north":{"uv":[12,11,13,12],"texture":"#1"},"south":{"uv":[12,11,13,12],"texture":"#1"}}},{"from":[8,23,5.5],"to":[8,31,10.5],"rotation":{"angle":45,"axis":"y","origin":[8,22,8]},"faces":{"east":{"uv":[11,0,16,8],"texture":"#0"},"west":{"uv":[11,0,16,8],"texture":"#0"}}},{"from":[5.5,23,8],"to":[10.5,31,8],"rotation":{"angle":45,"axis":"y","origin":[8,22,8]},"faces":{"north":{"uv":[11,0,16,8],"texture":"#0"},"south":{"uv":[11,0,16,8],"texture":"#0"}}},{"from":[5.5,-16,8],"to":[10.5,-8,8],"rotation":{"angle":45,"axis":"y","origin":[8,18,8]},"faces":{"north":{"uv":[11,8,16,0],"texture":"#0"},"south":{"uv":[11,8,16,0],"texture":"#0"}}},{"from":[8,-16,5.5],"to":[8,-8,10.5],"rotation":{"angle":45,"axis":"y","origin":[8,18,8]},"faces":{"east":{"uv":[11,8,16,0],"texture":"#0"},"west":{"uv":[11,8,16,0],"texture":"#0"}}},{"from":[6,10,6],"to":[10,14,10],"rotation":{"angle":45,"axis":"y","origin":[8,11,8]},"faces":{"north":{"uv":[16,4,12,0],"texture":"#1"},"east":{"uv":[12,0,16,4],"texture":"#1"},"south":{"uv":[16,4,12,0],"texture":"#1"},"west":{"uv":[12,0,16,4],"texture":"#1"},"up":{"uv":[12,4,16,8],"texture":"#1"},"down":{"uv":[12,8,16,12],"texture":"#1"}}},{"from":[7.5,14,8],"to":[8.5,15,8],"rotation":{"angle":45,"axis":"y","origin":[8,14,8]},"faces":{"north":{"uv":[15,0,16,1],"texture":"#1"},"south":{"uv":[15,0,16,1],"texture":"#1"}}},{"from":[8,14,7.5],"to":[8,15,8.5],"rotation":{"angle":45,"axis":"y","origin":[8,14,8]},"faces":{"east":{"uv":[15,0,16,1],"texture":"#1"},"west":{"uv":[15,0,16,1],"texture":"#1"}}},{"from":[8,-1,6],"to":[8,0,10],"rotation":{"angle":0,"axis":"y","origin":[8,4,8]},"faces":{"east":{"uv":[0,13,4,14],"texture":"#0"},"west":{"uv":[0,13,4,14],"texture":"#0"}}},{"from":[8,8,6],"to":[8,9,10],"rotation":{"angle":0,"axis":"y","origin":[8,4,8]},"faces":{"east":{"uv":[0,12,4,13],"texture":"#0"},"west":{"uv":[0,12,4,13],"texture":"#0"}}},{"from":[6,-1,8],"to":[10,0,8],"rotation":{"angle":0,"axis":"y","origin":[8,4,8]},"faces":{"north":{"uv":[0,13,4,14],"texture":"#0"},"south":{"uv":[0,13,4,14],"texture":"#0"}}},{"from":[6,8,8],"to":[10,9,8],"rotation":{"angle":0,"axis":"y","origin":[8,4,8]},"faces":{"north":{"uv":[0,12,4,13],"texture":"#0"},"south":{"uv":[0,12,4,13],"texture":"#0"}}},{"from":[8,11,-1],"to":[8,15,7],"rotation":{"angle":-45,"axis":"y","origin":[8,6,8]},"faces":{"east":{"uv":[5,8,9,16],"rotation":90,"texture":"#1"},"west":{"uv":[9,8,5,16],"rotation":270,"texture":"#1"}}},{"from":[-1,11,8],"to":[7,15,8],"rotation":{"angle":-45,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[5,8,9,16],"rotation":90,"texture":"#1"},"south":{"uv":[9,8,5,16],"rotation":270,"texture":"#1"}}},{"from":[8,11,9],"to":[8,15,17],"rotation":{"angle":45,"axis":"y","origin":[8,6,8]},"faces":{"east":{"uv":[9,8,5,16],"rotation":270,"texture":"#1"},"west":{"uv":[5,8,9,16],"rotation":90,"texture":"#1"}}},{"from":[-1,11,8],"to":[7,15,8],"rotation":{"angle":45,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[5,8,9,16],"rotation":90,"texture":"#1"},"south":{"uv":[9,8,5,16],"rotation":270,"texture":"#1"}}},{"from":[0,15,0],"to":[16,15,16],"rotation":{"angle":0,"axis":"y","origin":[0,-2,0]},"faces":{"up":{"uv":[0,0,16,16],"texture":"#2"},"down":{"uv":[0,0,16,16],"texture":"#2"}}},{"from":[4.5,16,3.5],"to":[11.5,22,10.5],"rotation":{"angle":22.5,"axis":"x","origin":[8,16,8]},"faces":{"north":{"uv":[0,0,7,6],"texture":"#3"},"east":{"uv":[14,0,7,6],"texture":"#3"},"south":{"uv":[7,6,14,12],"texture":"#3"},"west":{"uv":[7,0,14,6],"texture":"#3"},"up":{"uv":[0,6,7,13],"rotation":90,"texture":"#3"}}},{"from":[11.5,16,3.5],"to":[4.5,22,10.5],"rotation":{"angle":22.5,"axis":"x","origin":[8,16,8]},"faces":{"north":{"uv":[0,0,7,6],"texture":"#3"},"east":{"uv":[14,0,7,6],"texture":"#3"},"south":{"uv":[7,6,14,12],"texture":"#3"},"west":{"uv":[7,0,14,6],"texture":"#3"},"up":{"uv":[0,6,7,13],"rotation":90,"texture":"#3"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/aurora_relik.json b/assets/minecraft/models/item/wynn/skin/relik/aurora_relik.json new file mode 100644 index 000000000..afc7ec950 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/aurora_relik.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/aurora/aurora_relik","1":"skins/aurora/aurora_effect_4","2":"skins/aurora/aurora_effect_3","particle":"skins/aurora/aurora_relik"},"elements":[{"from":[7.5,-0.5,7.5],"to":[8.5,6,8.5],"rotation":{"angle":0,"axis":"y","origin":[7,0,7]},"faces":{"north":{"uv":[0,7,1,13.5],"texture":"#0"},"east":{"uv":[1,7,0,13.5],"texture":"#0"},"south":{"uv":[0,7,1,13.5],"texture":"#0"},"west":{"uv":[1,7,0,13.5],"texture":"#0"}}},{"from":[6,6,7.5],"to":[10,9,8.5],"rotation":{"angle":0,"axis":"y","origin":[7,6,7]},"faces":{"north":{"uv":[4,0,8,3],"texture":"#0"},"south":{"uv":[8,0,4,3],"texture":"#0"},"up":{"uv":[12,3,8,2],"texture":"#0"},"down":{"uv":[12,3,8,4],"texture":"#0"}}},{"from":[5.4525,5.3025,7.5025],"to":[6.4475,5.7975,8.4975],"rotation":{"angle":45,"axis":"z","origin":[5.45,5.3,7]},"faces":{"north":{"uv":[14.5,1,13.5,1.5],"texture":"#0"},"south":{"uv":[13.5,1,14.5,1.5],"texture":"#0"},"down":{"uv":[6,11,7,12],"texture":"#0"}}},{"from":[4.4725,5.2975,7.4975],"to":[7.3025,9.4025,8.5025],"rotation":{"angle":22.5,"axis":"z","origin":[4.65,5.45,7]},"faces":{"north":{"uv":[7,3,4,7],"texture":"#0"},"east":{"uv":[7,7,6,11],"texture":"#0"},"south":{"uv":[4,3,7,7],"texture":"#0"},"west":{"uv":[8,3,7,7],"texture":"#0"},"up":{"uv":[9.5,5,12.5,4],"texture":"#0"}}},{"from":[4.4725,4.5725,7.4975],"to":[4.9525,5.3025,8.5025],"rotation":{"angle":22.5,"axis":"z","origin":[4.65,5.45,7]},"faces":{"north":{"uv":[3.5,10,3,11],"texture":"#0"},"south":{"uv":[3,10,3.5,11],"texture":"#0"},"west":{"uv":[8,7,7,8],"texture":"#0"},"down":{"uv":[12.5,4,13,5],"texture":"#0"}}},{"from":[2.4925,3.5675,7.7425],"to":[4.4825,10.4575,8.2575],"rotation":{"angle":22.5,"axis":"z","origin":[4.65,5.45,7]},"faces":{"north":{"uv":[2,0,0,7],"texture":"#0"},"south":{"uv":[0,0,2,7],"texture":"#0"},"west":{"uv":[7.5,8,7,15],"texture":"#0"},"down":{"uv":[8,1.5,10,2],"texture":"#0"}}},{"from":[1.445,8.27,7.745],"to":[3.405,14.605,8.255],"rotation":{"angle":-22.5,"axis":"z","origin":[3.55,10.55,7]},"faces":{"north":{"uv":[4,0,2,6.5],"texture":"#0"},"south":{"uv":[2,0,4,6.5],"texture":"#0"},"west":{"uv":[8,8,7.5,14.5],"texture":"#0"},"up":{"uv":[2,7,4,6.5],"texture":"#0"}}},{"from":[3.95,10.875,7.75],"to":[4.95,14.35,8.25],"rotation":{"angle":0,"axis":"z","origin":[5.05,9.75,7]},"faces":{"north":{"uv":[9,7,8,10.5],"texture":"#0"},"east":{"uv":[5.5,9.5,5,13],"texture":"#0"},"south":{"uv":[8,7,9,10.5],"texture":"#0"}}},{"from":[2.95,9.375,7.75],"to":[3.95,11.875,8.25],"rotation":{"angle":0,"axis":"z","origin":[4.05,9.75,7]},"faces":{"north":{"uv":[5,9.5,4,12],"texture":"#0"},"south":{"uv":[4,9.5,5,12],"texture":"#0"}}},{"from":[4.4475,9.3975,7.7475],"to":[7.3025,11.0525,8.2525],"rotation":{"angle":22.5,"axis":"z","origin":[4.65,5.45,7]},"faces":{"north":{"uv":[11,0,8,1.5],"texture":"#0"},"east":{"uv":[3,13.5,2.5,15],"texture":"#0"},"south":{"uv":[8,0,11,1.5],"texture":"#0"}}},{"from":[4.9,4.69,7.5],"to":[5.45,5.79,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[5.45,5.3,7]},"faces":{"north":{"uv":[5,12,4.5,13],"texture":"#0"},"east":{"uv":[4,11,3,12],"texture":"#0"},"south":{"uv":[4.5,12,5,13],"texture":"#0"}}},{"from":[4.7,3.65,7.75],"to":[5.2,4.75,8.25],"rotation":{"angle":0,"axis":"z","origin":[5.45,5.3,7]},"faces":{"north":{"uv":[3,11.5,2.5,12.5],"texture":"#0"},"east":{"uv":[3,12.5,2.5,13.5],"texture":"#0"},"south":{"uv":[2.5,11.5,3,12.5],"texture":"#0"}}},{"from":[3.8,7.6,7],"to":[5.3,9.1,7.5],"rotation":{"angle":22.5,"axis":"z","origin":[4.5,8.25,7.25]},"faces":{"north":{"uv":[12.5,0,11,1.5],"texture":"#0"},"east":{"uv":[13.5,0,13,1.5],"texture":"#0"},"west":{"uv":[13,0,12.5,1.5],"texture":"#0"},"up":{"uv":[1,13.5,2.5,13],"texture":"#0"},"down":{"uv":[9,7,10.5,7.5],"texture":"#0"}}},{"from":[3.8,7.6,8.5],"to":[5.3,9.1,9],"rotation":{"angle":22.5,"axis":"z","origin":[4.5,8.25,8.75]},"faces":{"east":{"uv":[13,0,13.5,1.5],"texture":"#0"},"south":{"uv":[11,0,12.5,1.5],"texture":"#0"},"west":{"uv":[12.5,0,13,1.5],"texture":"#0"},"up":{"uv":[1,13,2.5,13.5],"texture":"#0"},"down":{"uv":[9,7.5,10.5,7],"texture":"#0"}}},{"from":[9.5525,5.3025,7.5025],"to":[10.5475,5.7975,8.4975],"rotation":{"angle":-45,"axis":"z","origin":[10.55,5.3,7]},"faces":{"north":{"uv":[13.5,1,14.5,1.5],"texture":"#0"},"south":{"uv":[14.5,1,13.5,1.5],"texture":"#0"},"down":{"uv":[7,11,6,12],"texture":"#0"}}},{"from":[8.6975,5.2975,7.4975],"to":[11.5275,9.4025,8.5025],"rotation":{"angle":-22.5,"axis":"z","origin":[11.35,5.45,7]},"faces":{"north":{"uv":[4,3,7,7],"texture":"#0"},"east":{"uv":[7,3,8,7],"texture":"#0"},"south":{"uv":[7,3,4,7],"texture":"#0"},"west":{"uv":[6,7,7,11],"texture":"#0"},"up":{"uv":[12.5,5,9.5,4],"texture":"#0"}}},{"from":[11.0475,4.5725,7.4975],"to":[11.5275,5.3025,8.5025],"rotation":{"angle":-22.5,"axis":"z","origin":[11.35,5.45,7]},"faces":{"north":{"uv":[3,10,3.5,11],"texture":"#0"},"east":{"uv":[7,7,8,8],"texture":"#0"},"south":{"uv":[3.5,10,3,11],"texture":"#0"},"down":{"uv":[13,4,12.5,5],"texture":"#0"}}},{"from":[11.5175,3.5675,7.7425],"to":[13.5075,10.4575,8.2575],"rotation":{"angle":-22.5,"axis":"z","origin":[11.35,5.45,7]},"faces":{"north":{"uv":[0,0,2,7],"texture":"#0"},"east":{"uv":[7,8,7.5,15],"texture":"#0"},"south":{"uv":[2,0,0,7],"texture":"#0"},"down":{"uv":[10,1.5,8,2],"texture":"#0"}}},{"from":[12.595,8.27,7.745],"to":[14.555,14.605,8.255],"rotation":{"angle":22.5,"axis":"z","origin":[12.45,10.55,7]},"faces":{"north":{"uv":[2,0,4,6.5],"texture":"#0"},"east":{"uv":[7.5,8,8,14.5],"texture":"#0"},"south":{"uv":[4,0,2,6.5],"texture":"#0"},"up":{"uv":[4,7,2,6.5],"texture":"#0"}}},{"from":[11.05,10.875,7.75],"to":[12.05,14.35,8.25],"rotation":{"angle":0,"axis":"z","origin":[10.95,9.75,7]},"faces":{"north":{"uv":[8,7,9,10.5],"texture":"#0"},"south":{"uv":[9,7,8,10.5],"texture":"#0"},"west":{"uv":[5,9.5,5.5,13],"texture":"#0"}}},{"from":[12.05,9.375,7.75],"to":[13.05,11.875,8.25],"rotation":{"angle":0,"axis":"z","origin":[11.95,9.75,7]},"faces":{"north":{"uv":[4,9.5,5,12],"texture":"#0"},"south":{"uv":[5,9.5,4,12],"texture":"#0"}}},{"from":[8.6975,9.3975,7.7475],"to":[11.5525,11.0525,8.2525],"rotation":{"angle":-22.5,"axis":"z","origin":[11.35,5.45,7]},"faces":{"north":{"uv":[8,0,11,1.5],"texture":"#0"},"south":{"uv":[11,0,8,1.5],"texture":"#0"},"west":{"uv":[2.5,13.5,3,15],"texture":"#0"}}},{"from":[10.55,4.69,7.5],"to":[11.1,5.79,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[10.55,5.3,7]},"faces":{"north":{"uv":[4.5,12,5,13],"texture":"#0"},"south":{"uv":[5,12,4.5,13],"texture":"#0"},"west":{"uv":[3,11,4,12],"texture":"#0"}}},{"from":[10.8,3.65,7.75],"to":[11.3,4.75,8.25],"rotation":{"angle":0,"axis":"z","origin":[10.55,5.3,7]},"faces":{"north":{"uv":[2.5,11.5,3,12.5],"texture":"#0"},"south":{"uv":[3,11.5,2.5,12.5],"texture":"#0"},"west":{"uv":[2.5,12.5,3,13.5],"texture":"#0"}}},{"from":[10.7,7.6,7],"to":[12.2,9.1,7.5],"rotation":{"angle":-22.5,"axis":"z","origin":[11.5,8.25,7.25]},"faces":{"north":{"uv":[11,0,12.5,1.5],"texture":"#0"},"east":{"uv":[12.5,0,13,1.5],"texture":"#0"},"west":{"uv":[13,0,13.5,1.5],"texture":"#0"},"up":{"uv":[2.5,13.5,1,13],"texture":"#0"},"down":{"uv":[10.5,7,9,7.5],"texture":"#0"}}},{"from":[10.7,7.6,8.5],"to":[12.2,9.1,9],"rotation":{"angle":-22.5,"axis":"z","origin":[11.5,8.25,8.75]},"faces":{"east":{"uv":[13,0,12.5,1.5],"texture":"#0"},"south":{"uv":[12.5,0,11,1.5],"texture":"#0"},"west":{"uv":[13.5,0,13,1.5],"texture":"#0"},"up":{"uv":[2.5,13,1,13.5],"texture":"#0"},"down":{"uv":[10.5,7.5,9,7],"texture":"#0"}}},{"from":[7.25,-3,6.75],"to":[8.75,-1.5,7.25],"rotation":{"angle":0,"axis":"y","origin":[7,-3.25,7]},"faces":{"north":{"uv":[1,11.5,2.5,13],"texture":"#0"},"east":{"uv":[5.5,9.5,6,11],"texture":"#0"},"west":{"uv":[5.5,11,6,12.5],"texture":"#0"},"up":{"uv":[11.5,2,10,1.5],"texture":"#0"},"down":{"uv":[13,1.5,11.5,2],"texture":"#0"}}},{"from":[7.25,-3,8.75],"to":[8.75,-1.5,9.25],"rotation":{"angle":0,"axis":"y","origin":[7,-3.25,9]},"faces":{"east":{"uv":[6,9.5,5.5,11],"texture":"#0"},"south":{"uv":[2.5,11.5,1,13],"texture":"#0"},"west":{"uv":[6,11,5.5,12.5],"texture":"#0"},"up":{"uv":[11.5,1.5,10,2],"texture":"#0"},"down":{"uv":[13,2,11.5,1.5],"texture":"#0"}}},{"from":[6.995,-1.255,7.245],"to":[8.305,0.055,8.755],"rotation":{"angle":45,"axis":"z","origin":[8,-0.25,8]},"faces":{"north":{"uv":[10,5,11.5,6.5],"texture":"#0"},"east":{"uv":[3,12,4.5,13.5],"texture":"#0"},"south":{"uv":[11.5,5,10,6.5],"texture":"#0"},"up":{"uv":[3,12,4.5,13.5],"rotation":90,"texture":"#0"}}},{"from":[7.55,-3.5,7.25],"to":[9.55,-1,8.75],"rotation":{"angle":22.5,"axis":"z","origin":[8.55,-2.5,8]},"faces":{"north":{"uv":[4,7,6,9.5],"texture":"#0"},"east":{"uv":[8,4,9.5,6.5],"texture":"#0"},"south":{"uv":[6,7,4,9.5],"texture":"#0"},"down":{"uv":[3,10,1,11.5],"texture":"#0"}}},{"from":[6.9,-5,7.75],"to":[9.55,-3.5,8.25],"rotation":{"angle":22.5,"axis":"z","origin":[8.55,-2.5,8]},"faces":{"north":{"uv":[0,13.5,2.5,15],"texture":"#0"},"east":{"uv":[9.5,5,10,6.5],"texture":"#0"},"south":{"uv":[2.5,13.5,0,15],"texture":"#0"},"down":{"uv":[8,6.5,10.5,7],"texture":"#0"}}},{"from":[6.445,-5.005,7.745],"to":[9.105,-3.495,8.255],"rotation":{"angle":-22.5,"axis":"z","origin":[7.45,-2.5,8]},"faces":{"north":{"uv":[2.5,13.5,0,15],"texture":"#0"},"south":{"uv":[0,13.5,2.5,15],"texture":"#0"},"west":{"uv":[10,5,9.5,6.5],"texture":"#0"},"down":{"uv":[10.5,6.5,8,7],"texture":"#0"}}},{"from":[6.4475,-3.5025,7.2475],"to":[8.4525,-0.9975,8.7525],"rotation":{"angle":-22.5,"axis":"z","origin":[7.45,-2.5,8]},"faces":{"north":{"uv":[6,7,4,9.5],"texture":"#0"},"south":{"uv":[4,7,6,9.5],"texture":"#0"},"west":{"uv":[9.5,4,8,6.5],"texture":"#0"},"down":{"uv":[1,10,3,11.5],"texture":"#0"}}},{"from":[6.745,6.245,7.495],"to":[9.255,8.755,7.505],"faces":{"north":{"uv":[1,7,4,10],"texture":"#0"}}},{"from":[6.745,6.245,8.495],"to":[9.255,8.755,8.505],"rotation":{"angle":0,"axis":"y","origin":[0,0,16]},"faces":{"south":{"uv":[1,7,4,10],"texture":"#0"}}},{"from":[7.4,0.4,7.4],"to":[8.6,1.1,8.6],"rotation":{"angle":0,"axis":"y","origin":[8,7.5,8]},"faces":{"north":{"uv":[13.5,0,14.5,0.5],"texture":"#0"},"east":{"uv":[14.5,0,13.5,0.5],"texture":"#0"},"south":{"uv":[13.5,0,14.5,0.5],"texture":"#0"},"west":{"uv":[14.5,0,13.5,0.5],"texture":"#0"},"up":{"uv":[13,3,12,2],"texture":"#0"},"down":{"uv":[13,3,12,4],"texture":"#0"}}},{"from":[7.4,4.9,7.4],"to":[8.6,5.6,8.6],"rotation":{"angle":0,"axis":"y","origin":[8,7.5,8]},"faces":{"north":{"uv":[13.5,0.5,14.5,1],"texture":"#0"},"east":{"uv":[14.5,0.5,13.5,1],"texture":"#0"},"south":{"uv":[13.5,0.5,14.5,1],"texture":"#0"},"west":{"uv":[14.5,0.5,13.5,1],"texture":"#0"},"up":{"uv":[12.5,6,11.5,5],"texture":"#0"},"down":{"uv":[7,12,6,13],"texture":"#0"}}},{"from":[1,3.25,8],"to":[4,19.25,8.01],"faces":{"north":{"uv":[0,0,3,16],"texture":"#1"},"south":{"uv":[3,0,0,16],"texture":"#1"}}},{"from":[2.4,9.25,8],"to":[4.9,25.25,8.01],"rotation":{"angle":0,"axis":"y","origin":[16,0,0]},"faces":{"north":{"uv":[6,0,3.5,16],"texture":"#1"},"south":{"uv":[3.5,0,6,16],"texture":"#1"}}},{"from":[6.75,3.5,8],"to":[9.25,19.5,8.01],"rotation":{"angle":0,"axis":"y","origin":[16,0,0]},"faces":{"north":{"uv":[6,0,3.5,16],"texture":"#1"},"south":{"uv":[6,0,3.5,16],"texture":"#1"}}},{"from":[12,3.25,8],"to":[15,19.25,8.01],"rotation":{"angle":0,"axis":"y","origin":[16,0,0]},"faces":{"north":{"uv":[3,0,0,16],"texture":"#1"},"south":{"uv":[0,0,3,16],"texture":"#1"}}},{"from":[10.35,7.25,8],"to":[14.35,23.25,8.01],"rotation":{"angle":0,"axis":"y","origin":[16,0,0]},"faces":{"north":{"uv":[6,0,9.5,16],"texture":"#1"},"south":{"uv":[9.5,0,6,16],"texture":"#1"}}},{"from":[8,-2,8],"to":[12.6,6,8.01],"rotation":{"angle":0,"axis":"z","origin":[16,0,0]},"faces":{"north":{"uv":[0,7,16,16],"rotation":90,"texture":"#2"},"south":{"uv":[0,16,16,7],"rotation":90,"texture":"#2"}}},{"from":[3.4,-2,8],"to":[8,6,8.01],"faces":{"north":{"uv":[0,16,16,7],"rotation":90,"texture":"#2"},"south":{"uv":[0,7,16,16],"rotation":90,"texture":"#2"}}},{"from":[2.8,-1.85,8],"to":[4.3,2.15,8.01],"rotation":{"angle":45,"axis":"z","origin":[8,7.5,8]},"faces":{"north":{"uv":[14.5,1.5,13,5.5],"texture":"#0"},"south":{"uv":[13,1.5,14.5,5.5],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[-10,95,0],"translation":[0,6,-0.25],"scale":[1.4,1.4,1.4]},"thirdperson_lefthand":{"rotation":[-10,95,0],"translation":[0,5.5,0],"scale":[1.25,1.25,1.25]},"firstperson_righthand":{"rotation":[8,-70,15],"translation":[0,6.5,0]},"firstperson_lefthand":{"rotation":[8,-70,15],"translation":[0,6.5,0]},"gui":{"rotation":[-20,160,30],"translation":[0.25,2.25,0],"scale":[0.95,0.95,0.95]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/ava_relik.json b/assets/minecraft/models/item/wynn/skin/relik/ava_relik.json new file mode 100644 index 000000000..0f2fc6592 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/ava_relik.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/character/ava_relik","1":"skins/tesla_ladder"},"elements":[{"from":[5.75,0.25,6.1],"to":[10.25,3.25,10.1],"rotation":{"angle":0,"axis":"y","origin":[7,-0.75,7.1]},"faces":{"north":{"uv":[5,0,6.5,1],"texture":"#0"},"east":{"uv":[5,1,6.5,2],"texture":"#0"},"south":{"uv":[6.5,0,5,1],"texture":"#0"},"west":{"uv":[9.25,1.5,10.25,0],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,5.5,2,4],"texture":"#0"},"down":{"uv":[5.5,2.5,4,4],"texture":"#0"}}},{"from":[5,4,5.25],"to":[11,9,10.75],"rotation":{"angle":0,"axis":"y","origin":[7,4,7]},"faces":{"north":{"uv":[2,0,4,1.75],"texture":"#0"},"east":{"uv":[2,2,4,3.75],"texture":"#0"},"south":{"uv":[0,4,2,5.75],"texture":"#0"},"west":{"uv":[4,2,2,3.75],"texture":"#0"},"up":{"uv":[2,2,0,0],"texture":"#0"},"down":{"uv":[2,2,0,4],"texture":"#0"}}},{"from":[6.75,-5.75,7],"to":[9.25,0.25,9],"rotation":{"angle":0,"axis":"y","origin":[7,-2.75,7]},"faces":{"north":{"uv":[3.5,4,4.5,6],"texture":"#0"},"east":{"uv":[4.5,5,5.25,7],"texture":"#0"},"south":{"uv":[4.5,4,3.5,6],"texture":"#0"},"west":{"uv":[5.25,5,4.5,7],"texture":"#0"}}},{"from":[6.5,3.25,6.5],"to":[9.5,4,9.5],"rotation":{"angle":0,"axis":"y","origin":[7,3,7]},"faces":{"north":{"uv":[8,3,9,3.25],"texture":"#0"},"east":{"uv":[8,3.5,9,3.75],"texture":"#0"},"south":{"uv":[9,3,8,3.25],"texture":"#0"},"west":{"uv":[9,3.5,8,3.75],"texture":"#0"}}},{"from":[13.65,0.25,7.5],"to":[14.9,1.5,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[11.75,0.9,8]},"faces":{"north":{"uv":[11.25,3,11.75,3.5],"texture":"#0"},"east":{"uv":[8.75,7.25,9.25,7.75],"texture":"#0"},"south":{"uv":[11.75,3,11.25,3.5],"texture":"#0"},"west":{"uv":[10.75,7.25,11.25,7.75],"texture":"#0"}}},{"from":[13.649,0.249,7.499],"to":[15.801,1.501,8.501],"rotation":{"angle":0,"axis":"y","origin":[11.75,0.9,8]},"faces":{"north":{"uv":[6.75,8,7.5,8.5],"texture":"#0"},"east":{"uv":[12.5,6.25,13,6.75],"texture":"#0"},"south":{"uv":[7.5,8,6.75,8.5],"texture":"#0"},"west":{"uv":[10.25,1,10.75,1.5],"texture":"#0"},"up":{"uv":[10.5,4.25,9.75,3.75],"texture":"#0"},"down":{"uv":[11.5,2.5,10.75,3],"texture":"#0"}}},{"from":[13.65,0.25,7.5],"to":[14.9,1.5,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[11.75,0.9,8]},"faces":{"north":{"uv":[10.75,1,11.25,1.5],"texture":"#0"},"east":{"uv":[9,8.25,9.5,8.75],"texture":"#0"},"south":{"uv":[11.25,1,10.75,1.5],"texture":"#0"},"west":{"uv":[9.5,8.25,10,8.75],"texture":"#0"}}},{"from":[13.649,0.249,7.499],"to":[15.801,1.501,8.501],"rotation":{"angle":-45,"axis":"z","origin":[11.75,0.9,8]},"faces":{"north":{"uv":[8.25,8,9,8.5],"texture":"#0"},"east":{"uv":[11.5,5.25,12,5.75],"texture":"#0"},"south":{"uv":[9,8,8.25,8.5],"texture":"#0"},"west":{"uv":[12,5.25,12.5,5.75],"texture":"#0"},"up":{"uv":[12.25,3,11.5,2.5],"texture":"#0"},"down":{"uv":[11.75,3.5,10.75,4],"texture":"#0"}}},{"from":[13.649,0.249,7.499],"to":[15.801,1.501,8.501],"rotation":{"angle":45,"axis":"z","origin":[11.75,0.9,8]},"faces":{"north":{"uv":[7.5,8,8.25,8.5],"texture":"#0"},"east":{"uv":[12.5,5.25,13,5.75],"texture":"#0"},"south":{"uv":[8.25,8,7.5,8.5],"texture":"#0"},"west":{"uv":[12.5,2,13,2.5],"texture":"#0"},"up":{"uv":[12.5,4,11.75,3.5],"texture":"#0"},"down":{"uv":[12.5,3,11.75,3.5],"texture":"#0"}}},{"from":[11.15,2.8,7.5],"to":[12.4,4.05,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[11.75,0.9,8]},"faces":{"north":{"uv":[10.75,3,11.25,3.5],"texture":"#0"},"south":{"uv":[11.25,3,10.75,3.5],"texture":"#0"},"up":{"uv":[11.25,7.25,10.5,6.75],"texture":"#0"},"down":{"uv":[13.5,4.75,13,5.25],"texture":"#0"}}},{"from":[11.149,2.799,7.499],"to":[12.401,4.951,8.501],"rotation":{"angle":0,"axis":"y","origin":[11.75,0.9,8]},"faces":{"north":{"uv":[9.25,1.5,9.75,2.25],"texture":"#0"},"east":{"uv":[12.5,3,13,4],"texture":"#0"},"south":{"uv":[9.75,1.5,9.25,2.25],"texture":"#0"},"west":{"uv":[10.25,0,10.75,1],"texture":"#0"},"up":{"uv":[13.5,4.5,12.75,4],"texture":"#0"},"down":{"uv":[10.75,7.25,10.25,7.75],"texture":"#0"}}},{"from":[11.15,2.8,7.5],"to":[12.4,4.05,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[11.75,0.9,8]},"faces":{"north":{"uv":[9.75,4.25,10.25,4.75],"texture":"#0"},"south":{"uv":[10.25,4.25,9.75,4.75],"texture":"#0"},"up":{"uv":[10,8.25,9.25,7.75],"texture":"#0"},"down":{"uv":[12.25,0,11.75,0.5],"texture":"#0"}}},{"from":[11.099,-3.151,7.499],"to":[12.351,-0.999,8.501],"rotation":{"angle":-45,"axis":"z","origin":[11.75,0.9,8]},"faces":{"north":{"uv":[9.25,3.5,9.75,4.25],"texture":"#0"},"east":{"uv":[13,3,13.5,4],"texture":"#0"},"south":{"uv":[9.75,3.5,9.25,4.25],"texture":"#0"},"up":{"uv":[13,1,12.5,0.5],"texture":"#0"},"down":{"uv":[10.75,2.25,10.25,2.75],"texture":"#0"}}},{"from":[11.1,-2.25,7.5],"to":[12.35,-1,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[11.75,0.9,8]},"faces":{"north":{"uv":[7.25,8.5,7.75,9],"texture":"#0"},"south":{"uv":[7.75,8.5,7.25,9],"texture":"#0"},"up":{"uv":[13.5,1,13,0.5],"texture":"#0"},"down":{"uv":[11.5,2,10.75,2.5],"texture":"#0"}}},{"from":[11.099,-3.151,7.499],"to":[12.351,-0.999,8.501],"rotation":{"angle":0,"axis":"y","origin":[11.75,0.9,8]},"faces":{"north":{"uv":[6.75,8.5,7.25,9.25],"texture":"#0"},"east":{"uv":[9.25,2.25,9.75,3],"texture":"#0"},"south":{"uv":[7.25,8.5,6.75,9.25],"texture":"#0"},"west":{"uv":[11.75,4,12.25,4.75],"texture":"#0"},"up":{"uv":[9.75,3.5,9.25,3],"texture":"#0"},"down":{"uv":[13.5,5.25,13,5.75],"texture":"#0"}}},{"from":[11.1,-2.25,7.5],"to":[12.35,-1,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[11.75,0.9,8]},"faces":{"north":{"uv":[9.75,4.75,10.25,5.25],"texture":"#0"},"south":{"uv":[10.25,4.75,9.75,5.25],"texture":"#0"},"up":{"uv":[13.5,2.5,13,2],"texture":"#0"},"down":{"uv":[9.75,7.25,9.25,7.75],"texture":"#0"}}},{"from":[8.6,0.3,7.5],"to":[9.85,1.55,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[11.75,0.9,8]},"faces":{"north":{"uv":[9.75,2.25,10.25,2.75],"texture":"#0"},"east":{"uv":[13,5.75,13.5,6.5],"texture":"#0"},"south":{"uv":[10.25,2.25,9.75,2.75],"texture":"#0"}}},{"from":[15.099,6.499,6.249],"to":[17.001,7.451,7.251],"rotation":{"angle":-22.5,"axis":"z","origin":[14.2,7,6.85]},"faces":{"north":{"uv":[10.75,4.75,11.5,5.25],"texture":"#0"},"east":{"uv":[12,4.75,12.5,5.25],"texture":"#0"},"south":{"uv":[11.5,4.75,10.75,5.25],"texture":"#0"},"west":{"uv":[11,7.75,11.5,8.25],"texture":"#0"},"up":{"uv":[15,0.5,14,0],"texture":"#0"},"down":{"uv":[10.75,2.75,9.75,3.25],"texture":"#0"}}},{"from":[13.7,4.65,6.25],"to":[14.65,6.1,7.25],"rotation":{"angle":45,"axis":"z","origin":[14.2,7,6.85]},"faces":{"north":{"uv":[10,8.25,10.5,8.75],"texture":"#0"},"south":{"uv":[10.5,8.25,10,8.75],"texture":"#0"},"up":{"uv":[12.5,8.25,12,7.75],"texture":"#0"},"down":{"uv":[13,7.75,12.5,8.25],"texture":"#0"}}},{"from":[13.698,4.198,6.248],"to":[14.652,6.102,7.252],"rotation":{"angle":22.5,"axis":"z","origin":[14.2,7,6.85]},"faces":{"north":{"uv":[11.25,4,11.75,4.75],"texture":"#0"},"east":{"uv":[10.25,4.25,10.75,5.25],"texture":"#0"},"south":{"uv":[11.75,4,11.25,4.75],"texture":"#0"},"west":{"uv":[10,5.25,10.5,6.25],"texture":"#0"},"up":{"uv":[12,8.25,11.5,7.75],"texture":"#0"},"down":{"uv":[12.25,0.5,11.75,1],"texture":"#0"}}},{"from":[13.7,4.2,7.25],"to":[14.65,4.95,8.25],"rotation":{"angle":22.5,"axis":"z","origin":[14.2,7,7.85]},"faces":{"east":{"uv":[13.5,0,14,0.5],"texture":"#0"},"south":{"uv":[10.25,1.75,10.75,2.25],"texture":"#0"},"west":{"uv":[11.75,7.25,12.25,7.75],"texture":"#0"},"up":{"uv":[11.25,2,10.75,1.5],"texture":"#0"},"down":{"uv":[11.5,8.25,11,8.75],"texture":"#0"}}},{"from":[16.25,6.5,7.25],"to":[17,7.45,8.25],"rotation":{"angle":-22.5,"axis":"z","origin":[14.2,7,7.85]},"faces":{"east":{"uv":[11.5,2,12,2.5],"texture":"#0"},"south":{"uv":[12,8.25,12.5,8.75],"texture":"#0"},"west":{"uv":[12.75,1.5,13.25,2],"texture":"#0"},"up":{"uv":[13,8.75,12.5,8.25],"texture":"#0"},"down":{"uv":[14,1,13.5,1.5],"texture":"#0"}}},{"from":[15.098,6.498,6.248],"to":[17.002,7.452,7.252],"rotation":{"angle":22.5,"axis":"z","origin":[14.2,7,6.85]},"faces":{"north":{"uv":[9.75,6.75,10.5,7.25],"texture":"#0"},"east":{"uv":[12.25,2.5,12.75,3],"texture":"#0"},"west":{"uv":[8.75,8.75,9.25,9.25],"texture":"#0"},"up":{"uv":[11.75,0.5,10.75,0],"texture":"#0"},"down":{"uv":[11.75,0.5,10.75,1],"texture":"#0"}}},{"from":[13.75,7.9,6.25],"to":[14.7,9.35,7.25],"rotation":{"angle":-45,"axis":"z","origin":[14.2,7,6.85]},"faces":{"north":{"uv":[12,5.75,12.5,6.25],"texture":"#0"},"up":{"uv":[9.75,9.25,9.25,8.75],"texture":"#0"},"down":{"uv":[10.25,7.25,9.75,7.75],"texture":"#0"}}},{"from":[13.749,7.899,6.249],"to":[14.701,9.801,7.251],"rotation":{"angle":-22.5,"axis":"z","origin":[14.2,7,6.85]},"faces":{"north":{"uv":[9.75,1.5,10.25,2.25],"texture":"#0"},"east":{"uv":[9.5,5.25,10,6.25],"texture":"#0"},"west":{"uv":[11.5,5.75,12,6.75],"texture":"#0"},"up":{"uv":[10.25,9.25,9.75,8.75],"texture":"#0"},"down":{"uv":[13,4.75,12.5,5.25],"texture":"#0"}}},{"from":[13.75,7.9,6.25],"to":[14.7,9.35,7.25],"rotation":{"angle":0,"axis":"y","origin":[14.2,7,6.85]},"faces":{"north":{"uv":[12,6.25,12.5,6.75],"texture":"#0"},"up":{"uv":[10.75,9.25,10.25,8.75],"texture":"#0"},"down":{"uv":[12.75,6.75,12.25,7.25],"texture":"#0"}}},{"from":[13.748,7.898,6.248],"to":[14.702,9.802,7.252],"rotation":{"angle":22.5,"axis":"z","origin":[14.2,7,6.85]},"faces":{"north":{"uv":[10.75,4,11.25,4.75],"texture":"#0"},"east":{"uv":[10.5,5.75,11,6.75],"texture":"#0"},"west":{"uv":[11,5.75,11.5,6.75],"texture":"#0"},"up":{"uv":[8.75,9,8.25,8.5],"texture":"#0"},"down":{"uv":[12.75,7.25,12.25,7.75],"texture":"#0"}}},{"from":[11.85,6.55,6.25],"to":[13.3,7.5,7.25],"rotation":{"angle":-45,"axis":"z","origin":[14.2,7,6.85]},"faces":{"north":{"uv":[12.5,5.75,13,6.25],"texture":"#0"},"east":{"uv":[7.75,8.5,8.25,9],"texture":"#0"},"west":{"uv":[12.75,6.75,13.25,7.25],"texture":"#0"}}},{"from":[11.399,6.549,6.249],"to":[13.301,7.501,7.251],"rotation":{"angle":-22.5,"axis":"z","origin":[14.2,7,6.85]},"faces":{"north":{"uv":[9.75,6.25,10.5,6.75],"texture":"#0"},"east":{"uv":[12.75,7.25,13.25,7.75],"texture":"#0"},"west":{"uv":[11.25,6.75,11.75,7.25],"texture":"#0"},"up":{"uv":[11.5,5.75,10.5,5.25],"texture":"#0"},"down":{"uv":[12.25,1,11.25,1.5],"texture":"#0"}}},{"from":[11.85,6.55,6.25],"to":[13.3,7.5,7.25],"rotation":{"angle":0,"axis":"y","origin":[14.2,7,6.85]},"faces":{"north":{"uv":[10.5,8.25,11,8.75],"texture":"#0"},"east":{"uv":[12.5,0,13,0.5],"texture":"#0"},"west":{"uv":[11.25,7.25,11.75,7.75],"texture":"#0"}}},{"from":[15.1,6.5,6.25],"to":[16.55,7.45,7.25],"rotation":{"angle":0,"axis":"y","origin":[14.2,7,6.85]},"faces":{"north":{"uv":[13,5.75,12.5,6.25],"texture":"#0"},"east":{"uv":[13.25,6.75,12.75,7.25],"texture":"#0"},"west":{"uv":[12.5,0,13,0.5],"rotation":180,"texture":"#0"}}},{"from":[11.398,6.548,6.248],"to":[13.302,7.502,7.252],"rotation":{"angle":22.5,"axis":"z","origin":[14.2,7,6.85]},"faces":{"north":{"uv":[12.25,1,13,1.5],"texture":"#0"},"east":{"uv":[13,0,13.5,0.5],"texture":"#0"},"south":{"uv":[13.75,9.5,13,10],"texture":"#0"},"west":{"uv":[11.75,6.75,12.25,7.25],"texture":"#0"},"up":{"uv":[12.75,2,11.75,1.5],"texture":"#0"},"down":{"uv":[10.75,3.25,9.75,3.75],"texture":"#0"}}},{"from":[11.85,6.55,6.25],"to":[13.3,7.5,7.25],"rotation":{"angle":45,"axis":"z","origin":[14.2,7,6.85]},"faces":{"north":{"uv":[12.75,2.5,13.25,3],"texture":"#0"},"east":{"uv":[11.25,1.5,11.75,2],"texture":"#0"},"south":{"uv":[13.25,2.5,12.75,3],"texture":"#0"},"west":{"uv":[10.75,8.75,11.25,9.25],"texture":"#0"}}},{"from":[13.7,4.2,7.25],"to":[14.65,4.95,8.25],"rotation":{"angle":-22.5,"axis":"z","origin":[14.2,7,7.85]},"faces":{"east":{"uv":[13,1,13.5,1.5],"texture":"#0"},"south":{"uv":[11.25,8.75,11.75,9.25],"texture":"#0"},"west":{"uv":[12,2,12.5,2.5],"texture":"#0"},"down":{"uv":[14,0.5,13.5,1],"texture":"#0"}}},{"from":[13.699,4.199,6.249],"to":[14.651,6.101,7.251],"rotation":{"angle":-22.5,"axis":"z","origin":[14.2,7,6.85]},"faces":{"north":{"uv":[12.25,4,12.75,4.75],"texture":"#0"},"east":{"uv":[9.25,4.25,9.75,5.25],"texture":"#0"},"south":{"uv":[11.5,13.25,11,14],"texture":"#0"},"west":{"uv":[9.25,6.25,9.75,7.25],"texture":"#0"},"up":{"uv":[12.25,9.25,11.75,8.75],"texture":"#0"},"down":{"uv":[14.5,0.5,14,1],"texture":"#0"}}},{"from":[13.7,4.65,6.25],"to":[14.65,6.1,7.25],"rotation":{"angle":0,"axis":"y","origin":[14.2,7,6.85]},"faces":{"north":{"uv":[11.5,8.25,12,8.75],"texture":"#0"},"south":{"uv":[12,8.25,11.5,8.75],"texture":"#0"},"up":{"uv":[12.75,9.25,12.25,8.75],"texture":"#0"},"down":{"uv":[13.75,1.5,13.25,2],"texture":"#0"}}},{"from":[11.35,4.65,7.25],"to":[15.35,7.15,8.75],"rotation":{"angle":-22.5,"axis":"z","origin":[14.76,8.775,8]},"faces":{"north":{"uv":[2,5.5,3.5,6.5],"texture":"#0"},"east":{"uv":[4,6,4.5,7],"texture":"#0"},"south":{"uv":[3.5,5.5,2,6.5],"texture":"#0"},"down":{"uv":[5.5,7,4,7.5],"texture":"#0"}}},{"from":[13.35,7.15,7.25],"to":[17.35,10.15,8.75],"rotation":{"angle":-22.5,"axis":"z","origin":[14.76,8.775,8]},"faces":{"north":{"uv":[5.5,2,7,3],"texture":"#0"},"east":{"uv":[4,7.5,4.5,8.5],"texture":"#0"},"south":{"uv":[7,2,5.5,3],"texture":"#0"},"down":{"uv":[7.5,7,6,7.5],"texture":"#0"}}},{"from":[13.35,10.15,7.25],"to":[19.35,13.15,8.75],"rotation":{"angle":-22.5,"axis":"z","origin":[14.76,8.775,8]},"faces":{"north":{"uv":[4.5,4,6.5,5],"texture":"#0"},"east":{"uv":[7.5,4,8,5],"texture":"#0"},"south":{"uv":[6.5,4,4.5,5],"texture":"#0"},"up":{"uv":[8.5,1.5,6.5,1],"texture":"#0"},"down":{"uv":[8.5,1.5,6.5,2],"texture":"#0"}}},{"from":[11.788,5.263,7.248],"to":[14.292,12.267,8.752],"rotation":{"angle":-45,"axis":"z","origin":[14.76,8.775,8]},"faces":{"north":{"uv":[4,0,5,2.5],"texture":"#0"},"south":{"uv":[5,0,4,2.5],"texture":"#0"},"west":{"uv":[5.5,5,6,7.5],"texture":"#0"}}},{"from":[0.65,4.65,7.25],"to":[4.65,7.15,8.75],"rotation":{"angle":22.5,"axis":"z","origin":[1.24,8.775,8]},"faces":{"north":{"uv":[3.5,5.5,2,6.5],"texture":"#0"},"south":{"uv":[2,5.5,3.5,6.5],"texture":"#0"},"west":{"uv":[4.5,6,4,7],"texture":"#0"},"down":{"uv":[4,7,5.5,7.5],"texture":"#0"}}},{"from":[-1.35,7.15,7.25],"to":[2.65,10.15,8.75],"rotation":{"angle":22.5,"axis":"z","origin":[1.24,8.775,8]},"faces":{"north":{"uv":[7,2,5.5,3],"texture":"#0"},"south":{"uv":[5.5,2,7,3],"texture":"#0"},"west":{"uv":[4.5,7.5,4,8.5],"texture":"#0"},"down":{"uv":[6,7,7.5,7.5],"texture":"#0"}}},{"from":[-3.35,10.15,7.25],"to":[2.65,13.15,8.75],"rotation":{"angle":22.5,"axis":"z","origin":[1.24,8.775,8]},"faces":{"north":{"uv":[6.5,4,4.5,5],"texture":"#0"},"south":{"uv":[4.5,4,6.5,5],"texture":"#0"},"west":{"uv":[8,4,7.5,5],"texture":"#0"},"up":{"uv":[6.5,1.5,8.5,1],"texture":"#0"},"down":{"uv":[6.5,1.5,8.5,2],"texture":"#0"}}},{"from":[1.708,5.263,7.248],"to":[4.212,12.267,8.752],"rotation":{"angle":45,"axis":"z","origin":[1.24,8.775,8]},"faces":{"north":{"uv":[5,0,4,2.5],"texture":"#0"},"east":{"uv":[6,5,5.5,7.5],"texture":"#0"},"south":{"uv":[4,0,5,2.5],"texture":"#0"}}},{"from":[7.748,-0.202,6.998],"to":[12.102,1.902,9.002],"rotation":{"angle":-45,"axis":"z","origin":[11.75,0.9,8]},"faces":{"north":{"uv":[6,5.25,7.75,6],"texture":"#0"},"south":{"uv":[7.75,5.25,6,6],"texture":"#0"},"up":{"uv":[7.75,6.75,6,6],"texture":"#0"},"down":{"uv":[8,0,6.5,0.75],"texture":"#0"}}},{"from":[11.225,-0.125,7],"to":[12.125,1.375,9],"rotation":{"angle":0,"axis":"z","origin":[11.75,0.9,8]},"faces":{"north":{"uv":[9,3.5,9.25,4],"texture":"#0"},"east":{"uv":[8,0,8.75,0.5],"texture":"#0"},"south":{"uv":[9.25,3.5,9,4],"texture":"#0"},"down":{"uv":[8.75,7,8.5,7.75],"texture":"#0"}}},{"from":[11.2,0.45,7],"to":[12.7,1.35,9],"rotation":{"angle":0,"axis":"z","origin":[11.7,0.9,8]},"faces":{"north":{"uv":[4,9,4.5,9.25],"texture":"#0"},"east":{"uv":[8.5,7.75,9.25,8],"texture":"#0"},"south":{"uv":[4.5,9,4,9.25],"texture":"#0"}}},{"from":[11.24,0.449,6.999],"to":[12.74,1.251,9.001],"rotation":{"angle":-45,"axis":"z","origin":[11.75,0.9,8]},"faces":{"north":{"uv":[9,4,9.5,4.25],"texture":"#0"},"east":{"uv":[8.5,6.5,9.25,7],"texture":"#0"},"south":{"uv":[9.5,4,9,4.25],"texture":"#0"}}},{"from":[6,-7.75,6.75],"to":[9,-4.75,9.25],"rotation":{"angle":45,"axis":"z","origin":[8,-5.75,8]},"faces":{"north":{"uv":[2,6.5,3,7.5],"texture":"#0"},"east":{"uv":[6.5,4,7.5,5],"texture":"#0"},"south":{"uv":[3,6.5,2,7.5],"texture":"#0"},"west":{"uv":[7,2,8,3],"rotation":90,"texture":"#0"},"up":{"uv":[7.5,4,6.5,5],"rotation":90,"texture":"#0"},"down":{"uv":[8,2,7,3],"texture":"#0"}}},{"from":[6.5,6.5,1.75],"to":[9.5,9,5.25],"rotation":{"angle":0,"axis":"y","origin":[7,7,3.25]},"faces":{"north":{"uv":[7,3,8,4],"texture":"#0"},"east":{"uv":[5.5,3,6.75,4],"texture":"#0"},"west":{"uv":[6.75,3,5.5,4],"texture":"#0"},"up":{"uv":[1,7.25,0,6],"texture":"#0"},"down":{"uv":[2,6,1,7.25],"texture":"#0"}}},{"from":[6.5,5.75,1.75],"to":[9.5,6.5,3.15],"rotation":{"angle":0,"axis":"y","origin":[7,4.5,2.25]},"faces":{"north":{"uv":[8,5,9,5.25],"texture":"#0"},"east":{"uv":[9,5.5,9.5,5.75],"texture":"#0"},"south":{"uv":[8,5.5,9,5.75],"texture":"#0"},"west":{"uv":[9.5,5.5,9,5.75],"texture":"#0"},"down":{"uv":[9,5.75,8,6.25],"texture":"#0"}}},{"from":[9.75,9.5,7.75],"to":[11,16.5,8.25],"rotation":{"angle":-22.5,"axis":"z","origin":[8,9,7]},"faces":{"north":{"uv":[3.5,6,4,8.5],"texture":"#0"},"east":{"uv":[3.5,6.5,3.25,9],"texture":"#0"},"south":{"uv":[4,6,3.5,8.5],"texture":"#0"},"west":{"uv":[3,6.5,3.25,9],"texture":"#0"},"up":{"uv":[5,9.25,4.5,9],"texture":"#0"}}},{"from":[5,9.5,7.75],"to":[6.25,16.5,8.25],"rotation":{"angle":22.5,"axis":"z","origin":[8,9,7]},"faces":{"north":{"uv":[4,6,3.5,8.5],"texture":"#0"},"east":{"uv":[3.25,6.5,3,9],"texture":"#0"},"south":{"uv":[3.5,6,4,8.5],"texture":"#0"},"west":{"uv":[3.25,6.5,3.5,9],"texture":"#0"},"up":{"uv":[4.5,9.25,5,9],"texture":"#0"}}},{"from":[4.75,-0.75,6.25],"to":[5.75,3.25,7.25],"rotation":{"angle":0,"axis":"y","origin":[3.75,1.25,6.25]},"faces":{"north":{"uv":[1,8,1.25,9.5],"texture":"#0"},"east":{"uv":[1.5,8,1.75,9.5],"texture":"#0"},"south":{"uv":[1.25,8,1,9.5],"texture":"#0"},"west":{"uv":[2,8,2.25,9.5],"texture":"#0"},"up":{"uv":[9.25,6.25,9,6],"texture":"#0"},"down":{"uv":[6.75,9,6.5,9.25],"texture":"#0"}}},{"from":[4.75,-1.75,8.75],"to":[5.75,3.25,9.75],"rotation":{"angle":0,"axis":"y","origin":[3.75,1.25,6.5]},"faces":{"north":{"uv":[5.5,7.5,5.75,9.25],"texture":"#0"},"east":{"uv":[6,7.5,6.25,9.25],"texture":"#0"},"south":{"uv":[5.75,7.5,5.5,9.25],"texture":"#0"},"west":{"uv":[7.75,6,8,7.75],"texture":"#0"},"up":{"uv":[9,7.25,8.75,7],"texture":"#0"},"down":{"uv":[9.25,7,9,7.25],"texture":"#0"}}},{"from":[5.25,-4.75,9],"to":[5.25,-1.75,9.5],"rotation":{"angle":0,"axis":"y","origin":[3.75,1.25,6.5]},"faces":{"east":{"uv":[6.75,8,6.5,9],"texture":"#0"},"west":{"uv":[6.5,8,6.75,9],"texture":"#0"}}},{"from":[5.25,-6.75,8.75],"to":[5.25,-4.75,9.75],"rotation":{"angle":0,"axis":"y","origin":[3.75,1.25,6.5]},"faces":{"east":{"uv":[0.75,9,0.5,9.75],"texture":"#0"},"west":{"uv":[0.5,9,0.75,9.75],"texture":"#0"}}},{"from":[5.249,-1.451,5.149],"to":[5.251,0.551,5.901],"rotation":{"angle":45,"axis":"x","origin":[3.75,-1.45,5.15]},"faces":{"east":{"uv":[0.25,9,0,9.75],"texture":"#0"},"west":{"uv":[0,9,0.25,9.75],"texture":"#0"}}},{"from":[5.25,-2.95,5.15],"to":[5.25,-1.45,5.9],"rotation":{"angle":-22.5,"axis":"x","origin":[3.75,-1.45,5.15]},"faces":{"east":{"uv":[5.25,9,5,9.5],"texture":"#0"},"west":{"uv":[5,9,5.25,9.5],"texture":"#0"}}},{"from":[5.25,-2.95,7.6],"to":[5.25,-1.45,8.35],"rotation":{"angle":22.5,"axis":"x","origin":[3.75,-1.45,8.35]},"faces":{"east":{"uv":[9.25,5,9,5.5],"texture":"#0"},"west":{"uv":[9,5,9.25,5.5],"texture":"#0"}}},{"from":[5.248,-1.452,7.598],"to":[5.252,0.552,8.352],"rotation":{"angle":-45,"axis":"x","origin":[3.75,-1.45,8.35]},"faces":{"east":{"uv":[9.25,0,9,0.75],"texture":"#0"},"west":{"uv":[9,0,9.25,0.75],"texture":"#0"}}},{"from":[5,9,8],"to":[11,15,8],"faces":{"north":{"uv":[4,0,12,10],"texture":"#1"},"south":{"uv":[12,0,4,10],"texture":"#1"}}},{"from":[4,12,8],"to":[5,15,8],"faces":{"north":{"uv":[12,0,13,5],"texture":"#1"},"south":{"uv":[13,0,12,5],"texture":"#1"}}},{"from":[11,12,8],"to":[12,15,8],"faces":{"north":{"uv":[2.5,0,4,5],"texture":"#1"},"south":{"uv":[4,0,2.5,5],"texture":"#1"}}},{"from":[-2.05,4.5,10.75],"to":[0.95,11.5,10.75],"rotation":{"angle":-45,"axis":"z","origin":[-2.05,4.5,8.75]},"faces":{"north":{"uv":[5.25,9.25,7.75,10.25],"rotation":90,"texture":"#0"},"south":{"uv":[7.75,9.25,5.25,10.25],"rotation":90,"texture":"#0"}}},{"from":[1.95,0.5,13.6],"to":[4.95,7.5,13.6],"rotation":{"angle":-22.5,"axis":"x","origin":[1.95,0.5,11.6]},"faces":{"north":{"uv":[10,10.25,7.75,9.25],"rotation":90,"texture":"#0"},"south":{"uv":[10,9.25,7.75,10.25],"rotation":90,"texture":"#0"}}},{"from":[4.95,2.9,16.3],"to":[7.45,8.4,16.3],"rotation":{"angle":-45,"axis":"x","origin":[4.95,1.4,14.3]},"faces":{"north":{"uv":[11.75,10,10,9.25],"rotation":90,"texture":"#0"},"south":{"uv":[11.75,9.25,10,10],"rotation":90,"texture":"#0"}}},{"from":[4.8,7.5,10],"to":[5.8,8.25,11],"rotation":{"angle":0,"axis":"y","origin":[4.05,7.5,10]},"faces":{"north":{"uv":[0.75,9.75,1,10],"texture":"#0"},"east":{"uv":[0.75,9.75,0.5,10],"texture":"#0"},"south":{"uv":[0,9.75,0.25,10],"texture":"#0"},"west":{"uv":[0.25,9.75,0.5,10],"texture":"#0"}}},{"from":[5.8,7.5,10],"to":[4.8,8.25,11],"rotation":{"angle":0,"axis":"y","origin":[5.05,7.5,10]},"faces":{"north":{"uv":[0.75,9.75,1,10],"texture":"#0"},"south":{"uv":[0,9.75,0.25,10],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,100,0],"translation":[0,6.5,1],"scale":[0.8,0.8,0.8]},"thirdperson_lefthand":{"rotation":[0,100,0],"translation":[0,6.5,1],"scale":[0.8,0.8,0.8]},"firstperson_righthand":{"rotation":[0,115,-5],"translation":[1,5,-2],"scale":[0.75,0.75,0.75]},"firstperson_lefthand":{"rotation":[0,115,-5],"translation":[1,5,-2],"scale":[0.75,0.75,0.75]},"gui":{"rotation":[-20,140,25],"translation":[0,3,0],"scale":[0.7,0.7,0.7]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/azure_lantern.json b/assets/minecraft/models/item/wynn/skin/relik/azure_lantern.json new file mode 100644 index 000000000..6e78d9e1a --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/azure_lantern.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/azure/azure_lantern","1":"skins/azure/azure_insence_1","2":"skins/azure/azure_insence_2"},"elements":[{"from":[5,0,5],"to":[11,3,11],"rotation":{"angle":-22.5,"axis":"z","origin":[8,5.75,8]},"faces":{"north":{"uv":[7.5,6.5,4,8],"texture":"#0"},"east":{"uv":[4,6.5,7.5,8],"texture":"#0"},"south":{"uv":[7.5,6.5,4,8],"texture":"#0"},"west":{"uv":[4,6.5,7.5,8],"texture":"#0"},"down":{"uv":[7.5,0,4,3.5],"texture":"#0"}}},{"from":[6.25,1.65,1.75],"to":[6.25,2.4,6.75],"rotation":{"angle":45,"axis":"x","origin":[6.25,1.65,4.75]},"faces":{"east":{"uv":[3,8.375,0,8],"texture":"#0"},"west":{"uv":[0,8,3,8.375],"texture":"#0"}}},{"from":[0.5,2.25,8],"to":[5.5,3,8],"rotation":{"angle":-45,"axis":"z","origin":[3.5,2.25,8]},"faces":{"north":{"uv":[3,8.375,0,8],"texture":"#0"},"south":{"uv":[0,8.375,3,8],"texture":"#0"}}},{"from":[7.75,0,8.75],"to":[7.75,0.75,13.75],"rotation":{"angle":22.5,"axis":"y","origin":[7.75,0.75,10.75]},"faces":{"east":{"uv":[0,8.375,3,8],"texture":"#0"},"west":{"uv":[3,8.375,0,8],"texture":"#0"}}},{"from":[4.85,2.05,8.75],"to":[4.85,2.8,13.75],"rotation":{"angle":-45,"axis":"x","origin":[4.85,2.8,10.75]},"faces":{"east":{"uv":[0,8.375,3,8],"texture":"#0"},"west":{"uv":[3,8.375,0,8],"texture":"#0"}}},{"from":[7.25,0.35,8],"to":[12.25,1.1,8],"rotation":{"angle":22.5,"axis":"z","origin":[9.25,1.1,8]},"faces":{"north":{"uv":[0,8.375,3,8],"texture":"#0"},"south":{"uv":[3,8.375,0,8],"texture":"#0"}}},{"from":[6,9,6],"to":[10,11,10],"rotation":{"angle":-22.5,"axis":"z","origin":[8,5.75,8]},"faces":{"north":{"uv":[9.5,2,7.5,3],"texture":"#0"},"east":{"uv":[7.5,2,9.5,3],"texture":"#0"},"south":{"uv":[9.5,2,7.5,3],"texture":"#0"},"west":{"uv":[7.5,2,9.5,3],"texture":"#0"},"up":{"uv":[9.5,2,7.5,0],"texture":"#0"}}},{"from":[6,11,8],"to":[10,14,8],"rotation":{"angle":-22.5,"axis":"z","origin":[8,5.75,8]},"faces":{"north":{"uv":[11.5,0,9.5,1.5],"texture":"#0"},"south":{"uv":[9.5,0,11.5,1.5],"texture":"#0"}}},{"from":[4,3,4],"to":[12,9,12],"rotation":{"angle":-22.5,"axis":"z","origin":[8,5.75,8]},"faces":{"north":{"uv":[4,3.5,8,6.5],"texture":"#0"},"east":{"uv":[4,3.5,8,6.5],"texture":"#0"},"south":{"uv":[4,3.5,8,6.5],"texture":"#0"},"west":{"uv":[4,3.5,8,6.5],"texture":"#0"},"up":{"uv":[4,4,0,0],"texture":"#0"},"down":{"uv":[4,4,0,8],"texture":"#0"}}},{"from":[6,1,6],"to":[10,3,10],"rotation":{"angle":-22.5,"axis":"z","origin":[8,5.75,8]},"faces":{"north":{"uv":[0,8.5,2,9.5],"texture":"#0"},"east":{"uv":[2,8.5,0,9.5],"texture":"#0"},"south":{"uv":[0,8.5,2,9.5],"texture":"#0"},"west":{"uv":[2,8.5,0,9.5],"texture":"#0"},"up":{"uv":[4,4,0,0],"texture":"#0"},"down":{"uv":[3,5,1,7],"texture":"#0"}}},{"from":[4.9,8.9,4.9],"to":[11.1,9.1,11.1],"rotation":{"angle":-22.5,"axis":"z","origin":[8,5.75,8]},"faces":{"up":{"uv":[11,6,8,3],"texture":"#0"}}},{"from":[5,0,11],"to":[11,3,5],"rotation":{"angle":-22.5,"axis":"z","origin":[8,5.75,8]},"faces":{"east":{"uv":[4,6.5,7.5,8],"texture":"#0"},"west":{"uv":[4,6.5,7.5,8],"texture":"#0"},"down":{"uv":[7.5,3.5,4,0],"texture":"#0"}}},{"from":[6.65,-5.55,2.65],"to":[21.65,2.45,2.65],"rotation":{"angle":-22.5,"axis":"z","origin":[18.1,2.45,-0.1]},"faces":{"north":{"uv":[16,9,0,0],"texture":"#2"},"south":{"uv":[0,9,16,0],"texture":"#2"}}},{"from":[13.25,-2.05,8],"to":[25.25,9.95,8],"rotation":{"angle":-22.5,"axis":"z","origin":[19.45,2.7,1.25]},"faces":{"north":{"uv":[13,0,0,13],"texture":"#1"},"south":{"uv":[0,0,13,13],"texture":"#1"}}},{"from":[6.25,11.2,4.5],"to":[12.25,15.2,4.5],"rotation":{"angle":-22.5,"axis":"y","origin":[1.5,16.7,-3.5]},"faces":{"north":{"uv":[11,1.5,13,4.5],"rotation":270,"texture":"#0"},"south":{"uv":[11,4.5,13,1.5],"rotation":270,"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[60,15,20],"translation":[-2,-4,-3]},"thirdperson_lefthand":{"rotation":[60,15,-20],"translation":[-2,-4,-3]},"firstperson_righthand":{"rotation":[10,30,30],"translation":[2,2,-1]},"firstperson_lefthand":{"rotation":[-10,-150,-30],"translation":[2,2,-1]},"gui":{"rotation":[30,150,0],"translation":[0,1,0]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/bonfire_relik.json b/assets/minecraft/models/item/wynn/skin/relik/bonfire_relik.json new file mode 100644 index 000000000..3ae3d9920 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/bonfire_relik.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/candle","1":"wynn/weapon/anim/flame_small","3":"skins/wood_full","4":"skins/rose","particle":"skins/wood_full"},"elements":[{"from":[13.55,17.3,6.05],"to":[13.8,18.3,6.3],"rotation":{"angle":-22.5,"axis":"z","origin":[13.575,17.8,6.175]},"faces":{"north":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"east":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"south":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"west":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"up":{"uv":[4,0.5,4.375,1],"texture":"#0"},"down":{"uv":[4,0.5,4.375,1],"texture":"#0"}}},{"from":[13.03701,13.4,5.44971],"to":[14.03701,17.4,6.94971],"rotation":{"angle":0,"axis":"y","origin":[13.53701,15.45,6.19971]},"faces":{"north":{"uv":[1,1.5,2,5.5],"texture":"#0"},"east":{"uv":[1,1.5,2.5,5.5],"texture":"#0"},"south":{"uv":[1,1.5,2,5.5],"texture":"#0"},"west":{"uv":[1,1,2.5,5],"texture":"#0"},"up":{"uv":[0,0,1.5,1],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,1.5,1],"rotation":90,"texture":"#0"}}},{"from":[13.38701,15.65,5.19971],"to":[13.88701,17.15,7.19971],"rotation":{"angle":0,"axis":"y","origin":[13.38701,15.2,5.94971]},"faces":{"north":{"uv":[0,2,0.5,3.5],"texture":"#0"},"east":{"uv":[0,2,2,3.5],"texture":"#0"},"south":{"uv":[0,2,0.5,3.5],"texture":"#0"},"west":{"uv":[0,2,2,3.5],"texture":"#0"},"up":{"uv":[0,2,2,2.5],"rotation":270,"texture":"#0"},"down":{"uv":[0,3,2,3.5],"rotation":90,"texture":"#0"}}},{"from":[12.53701,13.75,5.94971],"to":[14.53701,15.25,6.44971],"rotation":{"angle":0,"axis":"y","origin":[13.53701,14.5,6.19971]},"faces":{"north":{"uv":[1,4,3,5.5],"texture":"#0"},"east":{"uv":[1,4,1.5,5.5],"texture":"#0"},"south":{"uv":[1,4,3,5.5],"texture":"#0"},"west":{"uv":[1,4,1.5,5.5],"texture":"#0"},"up":{"uv":[1,4,3,4.5],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,2,0.5],"rotation":180,"texture":"#0"}}},{"from":[12.78701,13.3,5.69971],"to":[14.28701,17.3,6.69971],"rotation":{"angle":0,"axis":"y","origin":[13.53701,15.25,6.19971]},"faces":{"north":{"uv":[1,1.5,2.5,5.5],"texture":"#0"},"east":{"uv":[1,1.5,2,5.5],"texture":"#0"},"south":{"uv":[1,1,2.5,5],"texture":"#0"},"west":{"uv":[1,1,2,5],"texture":"#0"},"up":{"uv":[1.5,0,2.5,0.5],"texture":"#0"},"down":{"uv":[0,0,1.5,1],"texture":"#0"}}},{"from":[13.02701,12.40124,6.13651],"to":[14.04701,14.92124,7.15651],"rotation":{"angle":-22.5,"axis":"x","origin":[13.53701,13.84619,6.2]},"faces":{"north":{"uv":[1,5,2,7.5],"texture":"#0"},"east":{"uv":[2,4.5,3,7],"texture":"#0"},"south":{"uv":[1.5,4,2.5,6.5],"texture":"#0"},"west":{"uv":[0,4,1,6.5],"texture":"#0"},"up":{"uv":[1,3.5,2,4.5],"texture":"#0"},"down":{"uv":[1.5,6,2.5,7],"texture":"#0"}}},{"from":[13.02701,12.20124,5.24349],"to":[14.04701,15.22124,6.26349],"rotation":{"angle":22.5,"axis":"x","origin":[13.53701,14.14619,6.2]},"faces":{"north":{"uv":[2,4.5,3,7.5],"texture":"#0"},"east":{"uv":[2,4.5,3,7.5],"texture":"#0"},"south":{"uv":[2,4.5,3,7.5],"texture":"#0"},"west":{"uv":[2,4.5,3,7.5],"texture":"#0"},"up":{"uv":[1,4.5,2,5.5],"texture":"#0"},"down":{"uv":[1,5.5,2,6.5],"texture":"#0"}}},{"from":[13.47351,12.40124,5.69],"to":[14.49351,14.92124,6.71],"rotation":{"angle":22.5,"axis":"z","origin":[13.53701,13.84619,6.2]},"faces":{"north":{"uv":[1,4,2,6.5],"texture":"#0"},"east":{"uv":[0,3.5,1,6],"texture":"#0"},"south":{"uv":[1,4,2,6.5],"texture":"#0"},"west":{"uv":[1,2.5,2,5],"texture":"#0"},"up":{"uv":[1,1,2,2],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,6,2.5,7],"rotation":90,"texture":"#0"}}},{"from":[12.5805,12.40124,5.69],"to":[13.6005,14.92124,6.71],"rotation":{"angle":-22.5,"axis":"z","origin":[13.53701,13.84619,6.2]},"faces":{"north":{"uv":[2,4.5,3,7],"texture":"#0"},"east":{"uv":[2,4.5,3,7],"texture":"#0"},"south":{"uv":[2.5,5,3.5,7.5],"texture":"#0"},"west":{"uv":[2,4.5,3,7],"texture":"#0"},"up":{"uv":[2,2.5,3,3.5],"rotation":270,"texture":"#0"},"down":{"uv":[0.5,6,1.5,7],"rotation":90,"texture":"#0"}}},{"from":[12.4805,15.77876,5.69],"to":[13.1005,17.29876,6.71],"rotation":{"angle":22.5,"axis":"z","origin":[13.43701,16.85381,6.2]},"faces":{"north":{"uv":[1,1,1.5,2.5],"texture":"#0"},"east":{"uv":[1,0,2,1.5],"texture":"#0"},"south":{"uv":[1,0,1.6,1.5],"texture":"#0"},"west":{"uv":[1,1,2,2.5],"texture":"#0"},"up":{"uv":[2,0,3,0.5],"rotation":90,"texture":"#0"},"down":{"uv":[2,0,3,0.6],"rotation":270,"texture":"#0"}}},{"from":[13.02701,16.07876,5.04349],"to":[14.04701,17.59876,5.66349],"rotation":{"angle":-22.5,"axis":"x","origin":[13.53701,17.15381,6]},"faces":{"north":{"uv":[2,0.5,3,2],"texture":"#0"},"east":{"uv":[2,0,2.6,1.5],"texture":"#0"},"south":{"uv":[2,0,3,1.5],"texture":"#0"},"west":{"uv":[2,0,2.6,1.5],"texture":"#0"},"up":{"uv":[0.5,0,1.5,0.5],"texture":"#0"},"down":{"uv":[0.5,0,1.5,0.6],"texture":"#0"}}},{"from":[13.87351,16.07876,5.69],"to":[14.49351,17.59876,6.71],"rotation":{"angle":-22.5,"axis":"z","origin":[13.53701,17.15381,6.2]},"faces":{"north":{"uv":[2,0,2.6,1.5],"texture":"#0"},"east":{"uv":[2,0,3,1.5],"texture":"#0"},"south":{"uv":[2,0,2.6,1.5],"texture":"#0"},"west":{"uv":[2,0,3,1.5],"texture":"#0"},"up":{"uv":[0.5,0.5,1.5,1.1],"rotation":90,"texture":"#0"},"down":{"uv":[2,1,3,1.6],"rotation":270,"texture":"#0"}}},{"from":[13.02701,16.17876,6.53651],"to":[14.04701,17.69876,7.15651],"rotation":{"angle":22.5,"axis":"x","origin":[13.53701,17.25381,6.2]},"faces":{"north":{"uv":[1,0,2,1.5],"texture":"#0"},"east":{"uv":[1,0,1.6,1.5],"texture":"#0"},"south":{"uv":[1,0,2,1.5],"texture":"#0"},"west":{"uv":[1,0,1.6,1.5],"texture":"#0"},"up":{"uv":[2,0.5,3,1],"texture":"#0"},"down":{"uv":[0,2,1,2.6],"texture":"#0"}}},{"from":[13.94,17.32501,6.1153],"to":[15.21,19.83501,6.1353],"rotation":{"angle":-45,"axis":"z","origin":[14.075,18.95501,5.6253]},"faces":{"north":{"uv":[5,4,11,16],"texture":"#1"},"east":{"uv":[0,0,0,3],"texture":"#1"},"south":{"uv":[11,4,5,16],"texture":"#1"},"west":{"uv":[0,0,0,3],"texture":"#1"},"up":{"uv":[0,0,2,0],"texture":"#1"},"down":{"uv":[0,0,2,0],"texture":"#1"}}},{"from":[14.565,18.07501,5.4903],"to":[14.585,20.58501,6.7603],"rotation":{"angle":-45,"axis":"z","origin":[14.075,18.95501,5.6253]},"faces":{"north":{"uv":[0,0,0,3],"texture":"#1"},"east":{"uv":[5,4,11,16],"texture":"#1"},"south":{"uv":[0,0,0,3],"texture":"#1"},"west":{"uv":[11,4,5,16],"texture":"#1"},"up":{"uv":[0,0,2,0],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,2,0],"rotation":270,"texture":"#1"}}},{"from":[7.16299,16.4,6.05029],"to":[8.66299,20.4,7.05029],"rotation":{"angle":0,"axis":"y","origin":[7.91299,18.35,6.55029]},"faces":{"north":{"uv":[1,1,2.5,5],"texture":"#0"},"east":{"uv":[1,1,2,5],"texture":"#0"},"south":{"uv":[1,1.5,2.5,5.5],"texture":"#0"},"west":{"uv":[1,1.5,2,5.5],"texture":"#0"},"up":{"uv":[2.5,0.5,1.5,0],"texture":"#0"},"down":{"uv":[1.5,1,0,0],"texture":"#0"}}},{"from":[7.41299,16.5,5.80029],"to":[8.41299,20.5,7.30029],"rotation":{"angle":0,"axis":"y","origin":[7.91299,18.55,6.55029]},"faces":{"north":{"uv":[1,1.5,2,5.5],"texture":"#0"},"east":{"uv":[1,1,2.5,5],"texture":"#0"},"south":{"uv":[1,1.5,2,5.5],"texture":"#0"},"west":{"uv":[1,1.5,2.5,5.5],"texture":"#0"},"up":{"uv":[1.5,1,0,0],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,1,0,0],"rotation":90,"texture":"#0"}}},{"from":[7.40299,15.50124,5.59349],"to":[8.42299,18.02124,6.61349],"rotation":{"angle":22.5,"axis":"x","origin":[7.91299,16.94619,6.55]},"faces":{"north":{"uv":[1.5,4,2.5,6.5],"texture":"#0"},"east":{"uv":[0,4,1,6.5],"texture":"#0"},"south":{"uv":[1,5,2,7.5],"texture":"#0"},"west":{"uv":[2,4.5,3,7],"texture":"#0"},"up":{"uv":[2,4.5,1,3.5],"texture":"#0"},"down":{"uv":[2.5,7,1.5,6],"texture":"#0"}}},{"from":[7.40299,15.80124,6.48651],"to":[8.42299,18.32124,7.50651],"rotation":{"angle":-22.5,"axis":"x","origin":[7.91299,17.24619,6.55]},"faces":{"north":{"uv":[2,5,3,7.5],"texture":"#0"},"east":{"uv":[2,5,3,7.5],"texture":"#0"},"south":{"uv":[2,5,3,7.5],"texture":"#0"},"west":{"uv":[2,5,3,7.5],"texture":"#0"},"up":{"uv":[2,5.5,1,4.5],"texture":"#0"},"down":{"uv":[2,6.5,1,5.5],"texture":"#0"}}},{"from":[7.8495,15.50124,6.04],"to":[8.8695,18.02124,7.06],"rotation":{"angle":22.5,"axis":"z","origin":[7.91299,16.94619,6.55]},"faces":{"north":{"uv":[2.5,5,3.5,7.5],"texture":"#0"},"east":{"uv":[2,4.5,3,7],"texture":"#0"},"south":{"uv":[2,4.5,3,7],"texture":"#0"},"west":{"uv":[2,4.5,3,7],"texture":"#0"},"up":{"uv":[3,3.5,2,2.5],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,7,0.5,6],"rotation":90,"texture":"#0"}}},{"from":[6.95649,15.50124,6.04],"to":[7.97649,18.02124,7.06],"rotation":{"angle":-22.5,"axis":"z","origin":[7.91299,16.94619,6.55]},"faces":{"north":{"uv":[1,4,2,6.5],"texture":"#0"},"east":{"uv":[1,2.5,2,5],"texture":"#0"},"south":{"uv":[1,4,2,6.5],"texture":"#0"},"west":{"uv":[0,3.5,1,6],"texture":"#0"},"up":{"uv":[2,2,1,1],"rotation":270,"texture":"#0"},"down":{"uv":[2.5,7,1.5,6],"rotation":90,"texture":"#0"}}},{"from":[7.40299,19.27876,5.59349],"to":[8.42299,20.79876,6.21349],"rotation":{"angle":-22.5,"axis":"x","origin":[7.91299,20.35381,6.55]},"faces":{"north":{"uv":[1,0,2,1.5],"texture":"#0"},"east":{"uv":[1,0,1.6,1.5],"texture":"#0"},"south":{"uv":[1,0,2,1.5],"texture":"#0"},"west":{"uv":[1,0,1.6,1.5],"texture":"#0"},"up":{"uv":[3,1,2,0.5],"texture":"#0"},"down":{"uv":[1,2.6,0,2],"texture":"#0"}}},{"from":[6.95649,19.17876,6.04],"to":[7.57649,20.69876,7.06],"rotation":{"angle":22.5,"axis":"z","origin":[7.91299,20.25381,6.55]},"faces":{"north":{"uv":[2,0,2.6,1.5],"texture":"#0"},"east":{"uv":[2,0,3,1.5],"texture":"#0"},"south":{"uv":[2,0,2.6,1.5],"texture":"#0"},"west":{"uv":[2,0,3,1.5],"texture":"#0"},"up":{"uv":[1.5,1.1,0.5,0.5],"rotation":90,"texture":"#0"},"down":{"uv":[3,1.6,2,1],"rotation":270,"texture":"#0"}}},{"from":[7.40299,19.17876,7.08651],"to":[8.42299,20.69876,7.70651],"rotation":{"angle":22.5,"axis":"x","origin":[7.91299,20.25381,6.75]},"faces":{"north":{"uv":[2,0,3,1.5],"texture":"#0"},"east":{"uv":[2,0,2.6,1.5],"texture":"#0"},"south":{"uv":[2,0.5,3,2],"texture":"#0"},"west":{"uv":[2,0,2.6,1.5],"texture":"#0"},"up":{"uv":[1.5,0.5,0.5,0],"texture":"#0"},"down":{"uv":[1.5,0.6,0.5,0],"texture":"#0"}}},{"from":[8.3495,18.87876,6.04],"to":[8.9695,20.39876,7.06],"rotation":{"angle":-22.5,"axis":"z","origin":[8.01299,19.95381,6.55]},"faces":{"north":{"uv":[1,0,1.6,1.5],"texture":"#0"},"east":{"uv":[1,1,2,2.5],"texture":"#0"},"south":{"uv":[1,1,1.5,2.5],"texture":"#0"},"west":{"uv":[1,0,2,1.5],"texture":"#0"},"up":{"uv":[3,0.5,2,0],"rotation":90,"texture":"#0"},"down":{"uv":[3,0.6,2,0],"rotation":270,"texture":"#0"}}},{"from":[7.56299,18.75,5.55029],"to":[8.06299,20.25,7.55029],"rotation":{"angle":0,"axis":"y","origin":[8.06299,18.3,6.80029]},"faces":{"north":{"uv":[0,2,0.5,3.5],"texture":"#0"},"east":{"uv":[0,2,2,3.5],"texture":"#0"},"south":{"uv":[0,2,0.5,3.5],"texture":"#0"},"west":{"uv":[0,2,2,3.5],"texture":"#0"},"up":{"uv":[2,2.5,0,2],"rotation":270,"texture":"#0"},"down":{"uv":[2,3.5,0,3],"rotation":90,"texture":"#0"}}},{"from":[7.65,20.4,6.45],"to":[7.9,21.4,6.7],"rotation":{"angle":22.5,"axis":"z","origin":[7.875,20.9,6.575]},"faces":{"north":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"east":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"south":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"west":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"up":{"uv":[4.375,1,4,0.5],"texture":"#0"},"down":{"uv":[4.375,1,4,0.5],"texture":"#0"}}},{"from":[6.91299,16.85,6.30029],"to":[8.91299,18.35,6.80029],"rotation":{"angle":0,"axis":"y","origin":[7.91299,17.6,6.55029]},"faces":{"north":{"uv":[1,4,3,5.5],"texture":"#0"},"east":{"uv":[1,4,1.5,5.5],"texture":"#0"},"south":{"uv":[1,4,3,5.5],"texture":"#0"},"west":{"uv":[1,4,1.5,5.5],"texture":"#0"},"up":{"uv":[3,4.5,1,4],"rotation":180,"texture":"#0"},"down":{"uv":[2,0.5,0,0],"rotation":180,"texture":"#0"}}},{"from":[7.44,20.60903,6.73567],"to":[8.71,23.11903,6.75567],"rotation":{"angle":-22.5,"axis":"z","origin":[7.775,21.98903,6.34567]},"faces":{"north":{"uv":[11,4,5,16],"texture":"#1"},"east":{"uv":[0,0,0,3],"texture":"#1"},"south":{"uv":[5,4,11,16],"texture":"#1"},"west":{"uv":[0,0,0,3],"texture":"#1"},"up":{"uv":[2,0,0,0],"texture":"#1"},"down":{"uv":[2,0,0,0],"texture":"#1"}}},{"from":[8.065,20.85903,6.11067],"to":[8.085,23.36903,7.38067],"rotation":{"angle":-22.5,"axis":"z","origin":[7.775,21.98903,6.34567]},"faces":{"north":{"uv":[0,0,0,3],"texture":"#1"},"east":{"uv":[11,4,5,16],"texture":"#1"},"south":{"uv":[0,0,0,3],"texture":"#1"},"west":{"uv":[5,4,11,16],"texture":"#1"},"up":{"uv":[2,0,0,0],"rotation":90,"texture":"#1"},"down":{"uv":[2,0,0,0],"rotation":270,"texture":"#1"}}},{"from":[16.8995,8.87876,5.94],"to":[17.5195,10.39876,6.96],"rotation":{"angle":-22.5,"axis":"z","origin":[16.56299,9.95381,6.45]},"faces":{"north":{"uv":[1,0,1.6,1.5],"texture":"#0"},"east":{"uv":[1,1,2,2.5],"texture":"#0"},"south":{"uv":[1,1,1.5,2.5],"texture":"#0"},"west":{"uv":[1,0,2,1.5],"texture":"#0"},"up":{"uv":[3,0.5,2,0],"rotation":90,"texture":"#0"},"down":{"uv":[3,0.6,2,0],"rotation":270,"texture":"#0"}}},{"from":[15.71299,7.9,5.95029],"to":[17.21299,10.4,6.95029],"rotation":{"angle":0,"axis":"y","origin":[16.46299,8.35,6.45029]},"faces":{"north":{"uv":[1,1,2.5,5],"texture":"#0"},"east":{"uv":[1,1,2,5],"texture":"#0"},"south":{"uv":[1,1.5,2.5,5.5],"texture":"#0"},"west":{"uv":[1,1.5,2,5.5],"texture":"#0"},"up":{"uv":[2.5,0.5,1.5,0],"texture":"#0"},"down":{"uv":[1.5,1,0,0],"texture":"#0"}}},{"from":[15.95299,9.17876,6.98651],"to":[16.97299,10.69876,7.60651],"rotation":{"angle":22.5,"axis":"x","origin":[16.46299,10.25381,6.65]},"faces":{"north":{"uv":[2,0,3,1.5],"texture":"#0"},"east":{"uv":[2,0,2.6,1.5],"texture":"#0"},"south":{"uv":[2,0.5,3,2],"texture":"#0"},"west":{"uv":[2,0,2.6,1.5],"texture":"#0"},"up":{"uv":[1.5,0.5,0.5,0],"texture":"#0"},"down":{"uv":[1.5,0.6,0.5,0],"texture":"#0"}}},{"from":[15.96299,8,5.70029],"to":[16.96299,10.5,7.20029],"rotation":{"angle":0,"axis":"y","origin":[16.46299,8.55,6.45029]},"faces":{"north":{"uv":[1,1.5,2,5.5],"texture":"#0"},"east":{"uv":[1,1,2.5,5],"texture":"#0"},"south":{"uv":[1,1.5,2,5.5],"texture":"#0"},"west":{"uv":[1,1.5,2.5,5.5],"texture":"#0"},"up":{"uv":[1.5,1,0,0],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,1,0,0],"rotation":90,"texture":"#0"}}},{"from":[16.2,10.4,6.35],"to":[16.45,11.4,6.6],"rotation":{"angle":22.5,"axis":"z","origin":[16.425,10.9,6.475]},"faces":{"north":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"east":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"south":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"west":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"up":{"uv":[4.375,1,4,0.5],"texture":"#0"},"down":{"uv":[4.375,1,4,0.5],"texture":"#0"}}},{"from":[16.19,10.70903,6.59433],"to":[17.46,13.21903,6.61433],"rotation":{"angle":-22.5,"axis":"z","origin":[16.825,12.08903,6.60433]},"faces":{"north":{"uv":[11,4,5,16],"texture":"#1"},"east":{"uv":[0,0,0,3],"texture":"#1"},"south":{"uv":[5,4,11,16],"texture":"#1"},"west":{"uv":[0,0,0,3],"texture":"#1"},"up":{"uv":[2,0,0,0],"texture":"#1"},"down":{"uv":[2,0,0,0],"texture":"#1"}}},{"from":[16.815,10.95903,5.96933],"to":[16.835,13.46903,7.23933],"rotation":{"angle":-22.5,"axis":"z","origin":[16.825,12.08903,6.60433]},"faces":{"north":{"uv":[0,0,0,3],"texture":"#1"},"east":{"uv":[11,4,5,16],"texture":"#1"},"south":{"uv":[0,0,0,3],"texture":"#1"},"west":{"uv":[5,4,11,16],"texture":"#1"},"up":{"uv":[2,0,0,0],"rotation":90,"texture":"#1"},"down":{"uv":[2,0,0,0],"rotation":270,"texture":"#1"}}},{"from":[15.95299,9.27876,5.49349],"to":[16.97299,10.79876,6.11349],"rotation":{"angle":-22.5,"axis":"x","origin":[16.46299,10.35381,6.45]},"faces":{"north":{"uv":[1,0,2,1.5],"texture":"#0"},"east":{"uv":[1,0,1.6,1.5],"texture":"#0"},"south":{"uv":[1,0,2,1.5],"texture":"#0"},"west":{"uv":[1,0,1.6,1.5],"texture":"#0"},"up":{"uv":[3,1,2,0.5],"texture":"#0"},"down":{"uv":[1,2.6,0,2],"texture":"#0"}}},{"from":[15.50649,9.17876,5.94],"to":[16.12649,10.69876,6.96],"rotation":{"angle":22.5,"axis":"z","origin":[16.46299,10.25381,6.45]},"faces":{"north":{"uv":[2,0,2.6,1.5],"texture":"#0"},"east":{"uv":[2,0,3,1.5],"texture":"#0"},"south":{"uv":[2,0,2.6,1.5],"texture":"#0"},"west":{"uv":[2,0,3,1.5],"texture":"#0"},"up":{"uv":[1.5,1.1,0.5,0.5],"rotation":90,"texture":"#0"},"down":{"uv":[3,1.6,2,1],"rotation":270,"texture":"#0"}}},{"from":[12,12.25,4.65],"to":[15,13.25,7.65],"rotation":{"angle":-22.5,"axis":"x","origin":[13.5,12.75,6.15]},"faces":{"north":{"uv":[15,11,16,14],"rotation":270,"texture":"#3"},"east":{"uv":[15,11,16,14],"rotation":270,"texture":"#3"},"south":{"uv":[15,11,16,14],"rotation":270,"texture":"#3"},"west":{"uv":[15,11,16,14],"rotation":270,"texture":"#3"},"up":{"uv":[13,9,16,12],"rotation":270,"texture":"#3"},"down":{"uv":[13,9,16,12],"rotation":270,"texture":"#3"}}},{"from":[6.55,15.75,5],"to":[9.55,16.75,8],"rotation":{"angle":-22.5,"axis":"z","origin":[7.55,16.85,6.4]},"faces":{"north":{"uv":[12.5,10.5,13.5,13.5],"rotation":270,"texture":"#3"},"east":{"uv":[12.5,10.5,13.5,13.5],"rotation":270,"texture":"#3"},"south":{"uv":[12.5,10.5,13.5,13.5],"rotation":270,"texture":"#3"},"west":{"uv":[12.5,10.5,13.5,13.5],"rotation":270,"texture":"#3"},"up":{"uv":[12.5,10.5,15.5,13.5],"rotation":270,"texture":"#3"},"down":{"uv":[12.5,10.5,15.5,13.5],"rotation":270,"texture":"#3"}}},{"from":[6.66694,12.25,6.42656],"to":[8.66694,16.75,8.42656],"rotation":{"angle":-22.5,"axis":"y","origin":[8.14675,12.50717,6.37981]},"faces":{"north":{"uv":[11,10,15.5,12],"rotation":270,"texture":"#3"},"east":{"uv":[11,10,15.5,12],"rotation":270,"texture":"#3"},"south":{"uv":[11,10,15.5,12],"rotation":270,"texture":"#3"},"west":{"uv":[11,10,15.5,12],"rotation":270,"texture":"#3"},"up":{"uv":[11,10,13,12],"rotation":180,"texture":"#3"},"down":{"uv":[11,10,13,12],"texture":"#3"}}},{"from":[6.88911,8.50624,4.89449],"to":[8.88911,12.50624,8.14449],"rotation":{"angle":0,"axis":"y","origin":[7.88911,10.50624,7.14449]},"faces":{"north":{"uv":[8.5,9.5,12.5,11.5],"rotation":270,"texture":"#3"},"east":{"uv":[8.5,9.5,12.5,12.75],"rotation":270,"texture":"#3"},"south":{"uv":[8.5,9.5,12.5,11.5],"rotation":270,"texture":"#3"},"west":{"uv":[8.5,9.5,12.5,12.75],"rotation":270,"texture":"#3"},"up":{"uv":[9,10,11,13.25],"rotation":180,"texture":"#3"},"down":{"uv":[9,10,11,13.25],"texture":"#3"}}},{"from":[14.3,14.13701,5.34291],"to":[16.3,19.13701,7.34291],"rotation":{"angle":-22.5,"axis":"z","origin":[-0.7,20.13701,6.09291]},"faces":{"north":{"uv":[7.5,10,12.5,12],"rotation":270,"texture":"#3"},"east":{"uv":[7.5,10,12.5,12],"rotation":270,"texture":"#3"},"south":{"uv":[7.5,10,12.5,12],"rotation":270,"texture":"#3"},"west":{"uv":[7.5,10,12.5,12],"rotation":270,"texture":"#3"},"up":{"uv":[7.5,10,9.5,12],"rotation":270,"texture":"#3"},"down":{"uv":[7.5,10,9.5,12],"rotation":270,"texture":"#3"}}},{"from":[7.85119,10.25,5.35392],"to":[9.85119,13.75,7.35392],"rotation":{"angle":22.5,"axis":"y","origin":[8.14675,12.50717,6.37981]},"faces":{"north":{"uv":[9,10,12.5,12],"rotation":270,"texture":"#3"},"east":{"uv":[9,10,12.5,12],"rotation":270,"texture":"#3"},"south":{"uv":[9,10,12.5,12],"rotation":270,"texture":"#3"},"west":{"uv":[9,10,12.5,12],"rotation":270,"texture":"#3"},"up":{"uv":[10.5,10,12.5,12],"rotation":180,"texture":"#3"},"down":{"uv":[9,10,11,12],"texture":"#3"}}},{"from":[8.35119,12.25,5.55392],"to":[9.35119,15.75,7.05392],"rotation":{"angle":22.5,"axis":"y","origin":[8.14675,12.50717,6.37981]},"faces":{"north":{"uv":[12.5,10,16,11],"rotation":270,"texture":"#3"},"east":{"uv":[12.5,10,16,11.5],"rotation":270,"texture":"#3"},"south":{"uv":[12.5,10,16,11],"rotation":270,"texture":"#3"},"west":{"uv":[12.5,10,16,11.5],"rotation":270,"texture":"#3"},"up":{"uv":[14,10,15,11.5],"rotation":180,"texture":"#3"},"down":{"uv":[12.5,10,13.5,11.5],"texture":"#3"}}},{"from":[11.50384,5.46063,5.13753],"to":[15.00384,7.96063,7.13753],"rotation":{"angle":22.5,"axis":"z","origin":[15.62162,6.52812,6.30912]},"faces":{"north":{"uv":[4.5,8,8,10.5],"rotation":180,"texture":"#3"},"east":{"uv":[6,8,8.5,10],"rotation":90,"texture":"#3"},"south":{"uv":[4.5,8,8,10.5],"texture":"#3"},"west":{"uv":[4.5,8,7,10],"rotation":270,"texture":"#3"},"up":{"uv":[4.5,8,8,10],"texture":"#3"},"down":{"uv":[4.5,8,8,10],"texture":"#3"}}},{"from":[2.36089,3.66057,4.87546],"to":[4.86089,8.16057,7.37546],"rotation":{"angle":-22.5,"axis":"z","origin":[4.51089,6.31057,6.12546]},"faces":{"north":{"uv":[5.5,8,10,10.5],"rotation":270,"texture":"#3"},"east":{"uv":[5.5,8,10,10.5],"rotation":270,"texture":"#3"},"south":{"uv":[5.5,8,10,10.5],"rotation":270,"texture":"#3"},"west":{"uv":[5.5,8,10,10.5],"rotation":270,"texture":"#3"},"up":{"uv":[7,8,9.5,10.5],"texture":"#3"},"down":{"uv":[5.5,8,8,10.5],"rotation":180,"texture":"#3"}}},{"from":[11.13911,3.66057,4.87546],"to":[13.63911,8.16057,7.37546],"rotation":{"angle":22.5,"axis":"z","origin":[11.48911,6.31057,6.12546]},"faces":{"north":{"uv":[5.5,10.5,10,8],"rotation":270,"texture":"#3"},"east":{"uv":[5.5,10.5,10,8],"rotation":270,"texture":"#3"},"south":{"uv":[5.5,10.5,10,8],"rotation":270,"texture":"#3"},"west":{"uv":[5.5,10.5,10,8],"rotation":270,"texture":"#3"},"up":{"uv":[9.5,8,7,10.5],"texture":"#3"},"down":{"uv":[8,8,5.5,10.5],"rotation":180,"texture":"#3"}}},{"from":[1.95,17.3,6.2],"to":[2.2,18.3,6.45],"rotation":{"angle":22.5,"axis":"z","origin":[2.175,17.8,6.325]},"faces":{"north":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"east":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"south":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"west":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"up":{"uv":[4.375,1,4,0.5],"texture":"#0"},"down":{"uv":[4.375,1,4,0.5],"texture":"#0"}}},{"from":[1.71299,13.4,5.55029],"to":[2.71299,17.4,7.05029],"rotation":{"angle":0,"axis":"y","origin":[2.21299,15.45,6.30029]},"faces":{"north":{"uv":[1,1.5,2,5.5],"texture":"#0"},"east":{"uv":[1,1,2.5,5],"texture":"#0"},"south":{"uv":[1,1.5,2,5.5],"texture":"#0"},"west":{"uv":[1,1.5,2.5,5.5],"texture":"#0"},"up":{"uv":[1.5,1,0,0],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,1,0,0],"rotation":90,"texture":"#0"}}},{"from":[1.86299,15.65,5.30029],"to":[2.36299,17.15,7.30029],"rotation":{"angle":0,"axis":"y","origin":[2.36299,15.2,6.55029]},"faces":{"north":{"uv":[0,2,0.5,3.5],"texture":"#0"},"east":{"uv":[0,2,2,3.5],"texture":"#0"},"south":{"uv":[0,2,0.5,3.5],"texture":"#0"},"west":{"uv":[0,2,2,3.5],"texture":"#0"},"up":{"uv":[2,2.5,0,2],"rotation":270,"texture":"#0"},"down":{"uv":[2,3.5,0,3],"rotation":90,"texture":"#0"}}},{"from":[1.21299,13.75,6.05029],"to":[3.21299,15.25,6.55029],"rotation":{"angle":0,"axis":"y","origin":[2.21299,14.5,6.30029]},"faces":{"north":{"uv":[1,4,3,5.5],"texture":"#0"},"east":{"uv":[1,4,1.5,5.5],"texture":"#0"},"south":{"uv":[1,4,3,5.5],"texture":"#0"},"west":{"uv":[1,4,1.5,5.5],"texture":"#0"},"up":{"uv":[3,4.5,1,4],"rotation":180,"texture":"#0"},"down":{"uv":[2,0.5,0,0],"rotation":180,"texture":"#0"}}},{"from":[1.46299,13.3,5.80029],"to":[2.96299,17.3,6.80029],"rotation":{"angle":0,"axis":"y","origin":[2.21299,15.25,6.30029]},"faces":{"north":{"uv":[1,1,2.5,5],"texture":"#0"},"east":{"uv":[1,1,2,5],"texture":"#0"},"south":{"uv":[1,1.5,2.5,5.5],"texture":"#0"},"west":{"uv":[1,1.5,2,5.5],"texture":"#0"},"up":{"uv":[2.5,0.5,1.5,0],"texture":"#0"},"down":{"uv":[1.5,1,0,0],"texture":"#0"}}},{"from":[1.70299,12.40124,5.34349],"to":[2.72299,14.92124,6.36349],"rotation":{"angle":22.5,"axis":"x","origin":[2.21299,13.84619,6.3]},"faces":{"north":{"uv":[1.5,4,2.5,6.5],"texture":"#0"},"east":{"uv":[0,4,1,6.5],"texture":"#0"},"south":{"uv":[1,5,2,7.5],"texture":"#0"},"west":{"uv":[2,4.5,3,7],"texture":"#0"},"up":{"uv":[2,4.5,1,3.5],"texture":"#0"},"down":{"uv":[2.5,7,1.5,6],"texture":"#0"}}},{"from":[1.70299,12.20124,6.23651],"to":[2.72299,15.22124,7.25651],"rotation":{"angle":-22.5,"axis":"x","origin":[2.21299,14.14619,6.3]},"faces":{"north":{"uv":[2,4.5,3,7.5],"texture":"#0"},"east":{"uv":[2,4.5,3,7.5],"texture":"#0"},"south":{"uv":[2,4.5,3,7.5],"texture":"#0"},"west":{"uv":[2,4.5,3,7.5],"texture":"#0"},"up":{"uv":[2,5.5,1,4.5],"texture":"#0"},"down":{"uv":[2,6.5,1,5.5],"texture":"#0"}}},{"from":[1.25649,12.40124,5.79],"to":[2.27649,14.92124,6.81],"rotation":{"angle":-22.5,"axis":"z","origin":[2.21299,13.84619,6.3]},"faces":{"north":{"uv":[1,4,2,6.5],"texture":"#0"},"east":{"uv":[1,2.5,2,5],"texture":"#0"},"south":{"uv":[1,4,2,6.5],"texture":"#0"},"west":{"uv":[0,3.5,1,6],"texture":"#0"},"up":{"uv":[2,2,1,1],"rotation":270,"texture":"#0"},"down":{"uv":[2.5,7,1.5,6],"rotation":90,"texture":"#0"}}},{"from":[2.1495,12.40124,5.79],"to":[3.1695,14.92124,6.81],"rotation":{"angle":22.5,"axis":"z","origin":[2.21299,13.84619,6.3]},"faces":{"north":{"uv":[2.5,5,3.5,7.5],"texture":"#0"},"east":{"uv":[2,4.5,3,7],"texture":"#0"},"south":{"uv":[2,4.5,3,7],"texture":"#0"},"west":{"uv":[2,4.5,3,7],"texture":"#0"},"up":{"uv":[3,3.5,2,2.5],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,7,0.5,6],"rotation":90,"texture":"#0"}}},{"from":[2.6495,15.77876,5.79],"to":[3.2695,17.29876,6.81],"rotation":{"angle":-22.5,"axis":"z","origin":[2.31299,16.85381,6.3]},"faces":{"north":{"uv":[1,0,1.6,1.5],"texture":"#0"},"east":{"uv":[1,1,2,2.5],"texture":"#0"},"south":{"uv":[1,1,1.5,2.5],"texture":"#0"},"west":{"uv":[1,0,2,1.5],"texture":"#0"},"up":{"uv":[3,0.5,2,0],"rotation":90,"texture":"#0"},"down":{"uv":[3,0.6,2,0],"rotation":270,"texture":"#0"}}},{"from":[1.70299,16.07876,6.83651],"to":[2.72299,17.59876,7.45651],"rotation":{"angle":22.5,"axis":"x","origin":[2.21299,17.15381,6.5]},"faces":{"north":{"uv":[2,0,3,1.5],"texture":"#0"},"east":{"uv":[2,0,2.6,1.5],"texture":"#0"},"south":{"uv":[2,0.5,3,2],"texture":"#0"},"west":{"uv":[2,0,2.6,1.5],"texture":"#0"},"up":{"uv":[1.5,0.5,0.5,0],"texture":"#0"},"down":{"uv":[1.5,0.6,0.5,0],"texture":"#0"}}},{"from":[1.25649,16.07876,5.79],"to":[1.87649,17.59876,6.81],"rotation":{"angle":22.5,"axis":"z","origin":[2.21299,17.15381,6.3]},"faces":{"north":{"uv":[2,0,2.6,1.5],"texture":"#0"},"east":{"uv":[2,0,3,1.5],"texture":"#0"},"south":{"uv":[2,0,2.6,1.5],"texture":"#0"},"west":{"uv":[2,0,3,1.5],"texture":"#0"},"up":{"uv":[1.5,1.1,0.5,0.5],"rotation":90,"texture":"#0"},"down":{"uv":[3,1.6,2,1],"rotation":270,"texture":"#0"}}},{"from":[1.70299,16.17876,5.34349],"to":[2.72299,17.69876,5.96349],"rotation":{"angle":-22.5,"axis":"x","origin":[2.21299,17.25381,6.3]},"faces":{"north":{"uv":[1,0,2,1.5],"texture":"#0"},"east":{"uv":[1,0,1.6,1.5],"texture":"#0"},"south":{"uv":[1,0,2,1.5],"texture":"#0"},"west":{"uv":[1,0,1.6,1.5],"texture":"#0"},"up":{"uv":[3,1,2,0.5],"texture":"#0"},"down":{"uv":[1,2.6,0,2],"texture":"#0"}}},{"from":[1.44,17.32501,6.3147],"to":[2.71,19.83501,6.3347],"rotation":{"angle":-22.5,"axis":"z","origin":[2.075,18.95501,6.6747]},"faces":{"north":{"uv":[11,4,5,16],"texture":"#1"},"east":{"uv":[0,0,0,3],"texture":"#1"},"south":{"uv":[5,4,11,16],"texture":"#1"},"west":{"uv":[0,0,0,3],"texture":"#1"},"up":{"uv":[2,0,0,0],"texture":"#1"},"down":{"uv":[2,0,0,0],"texture":"#1"}}},{"from":[2.065,18.07501,5.6897],"to":[2.085,20.58501,6.9597],"rotation":{"angle":-22.5,"axis":"z","origin":[2.075,18.95501,6.6747]},"faces":{"north":{"uv":[0,0,0,3],"texture":"#1"},"east":{"uv":[11,4,5,16],"texture":"#1"},"south":{"uv":[0,0,0,3],"texture":"#1"},"west":{"uv":[5,4,11,16],"texture":"#1"},"up":{"uv":[2,0,0,0],"rotation":90,"texture":"#1"},"down":{"uv":[2,0,0,0],"rotation":270,"texture":"#1"}}},{"from":[0.75,12.25,4.85],"to":[3.75,13.25,7.85],"rotation":{"angle":22.5,"axis":"x","origin":[2.25,12.75,6.35]},"faces":{"north":{"uv":[15,11,16,14],"rotation":270,"texture":"#3"},"east":{"uv":[15,11,16,14],"rotation":270,"texture":"#3"},"south":{"uv":[15,11,16,14],"rotation":270,"texture":"#3"},"west":{"uv":[15,11,16,14],"rotation":270,"texture":"#3"},"up":{"uv":[16,12,13,9],"rotation":270,"texture":"#3"},"down":{"uv":[16,12,13,9],"rotation":270,"texture":"#3"}}},{"from":[-0.55,14.13701,5.15709],"to":[1.45,19.13701,7.15709],"rotation":{"angle":22.5,"axis":"z","origin":[16.45,20.13701,6.40709]},"faces":{"north":{"uv":[7.5,10,12.5,12],"rotation":270,"texture":"#3"},"east":{"uv":[7.5,10,12.5,12],"rotation":270,"texture":"#3"},"south":{"uv":[7.5,10,12.5,12],"rotation":270,"texture":"#3"},"west":{"uv":[7.5,10,12.5,12],"rotation":270,"texture":"#3"},"up":{"uv":[9.5,12,7.5,10],"rotation":270,"texture":"#3"},"down":{"uv":[9.5,12,7.5,10],"rotation":270,"texture":"#3"}}},{"from":[14.95899,7.5338,5.187],"to":[17.45899,8.5338,7.687],"rotation":{"angle":-22.5,"axis":"z","origin":[16.20899,8.0338,6.437]},"faces":{"north":{"uv":[13.5,8.5,14.5,11],"rotation":270,"texture":"#3"},"east":{"uv":[13.5,8.5,14.5,11],"rotation":270,"texture":"#3"},"south":{"uv":[13.5,8.5,14.5,11],"rotation":270,"texture":"#3"},"west":{"uv":[13.5,8.5,14.5,11],"rotation":270,"texture":"#3"},"up":{"uv":[16,11,13.5,8.5],"rotation":270,"texture":"#3"},"down":{"uv":[16,11,13.5,8.5],"rotation":270,"texture":"#3"}}},{"from":[7.9704,7.3087,4.88546],"to":[12.4504,9.7887,7.36546],"rotation":{"angle":-22.5,"axis":"z","origin":[10.2104,8.5487,6.12546]},"faces":{"north":{"uv":[7,7.5,11.5,10],"texture":"#3"},"east":{"uv":[9.5,10,7,7.5],"rotation":90,"texture":"#3"},"south":{"uv":[7,7.5,11.5,10],"rotation":180,"texture":"#3"},"west":{"uv":[11,10,8.5,7.5],"rotation":270,"texture":"#3"},"up":{"uv":[7,7.5,11.5,10],"rotation":180,"texture":"#3"},"down":{"uv":[7,7.5,11.5,10],"rotation":180,"texture":"#3"}}},{"from":[3.5796,7.3387,4.91546],"to":[7.9996,9.7587,7.33546],"rotation":{"angle":22.5,"axis":"z","origin":[5.7896,8.5487,6.12546]},"faces":{"north":{"uv":[11.5,7.5,7,10],"texture":"#3"},"east":{"uv":[11,7.5,8.5,10],"rotation":270,"texture":"#3"},"south":{"uv":[11.5,7.5,7,10],"rotation":180,"texture":"#3"},"west":{"uv":[9.5,7.5,7,10],"rotation":90,"texture":"#3"},"up":{"uv":[11.5,7.5,7,10],"rotation":180,"texture":"#3"},"down":{"uv":[11.5,7.5,7,10],"rotation":180,"texture":"#3"}}},{"from":[6.83911,4.49929,4.26851],"to":[8.83911,8.99929,6.26851],"rotation":{"angle":22.5,"axis":"x","origin":[7.71411,4.03717,5.96711]},"faces":{"north":{"uv":[7,9.5,11.5,11.5],"rotation":270,"texture":"#3"},"east":{"uv":[7.5,10,12,12],"rotation":270,"texture":"#3"},"south":{"uv":[7,8,11.5,10],"rotation":270,"texture":"#3"},"west":{"uv":[7.5,11,12,13],"rotation":270,"texture":"#3"},"up":{"uv":[7,7.5,9,9.5],"rotation":270,"texture":"#3"},"down":{"uv":[9,9.5,11,11.5],"rotation":270,"texture":"#3"}}},{"from":[6.58911,0.36415,4.57465],"to":[8.58911,5.11415,6.57465],"rotation":{"angle":0,"axis":"x","origin":[7.71411,4.03717,5.96711]},"faces":{"north":{"uv":[4.5,9.5,9.25,11.5],"rotation":90,"texture":"#3"},"east":{"uv":[5,10,9.75,12],"rotation":90,"texture":"#3"},"south":{"uv":[4.5,8,9.25,10],"rotation":90,"texture":"#3"},"west":{"uv":[5,11,9.75,13],"rotation":90,"texture":"#3"},"up":{"uv":[4.5,7.5,6.5,9.5],"rotation":90,"texture":"#3"},"down":{"uv":[10.5,9.5,12.5,11.5],"rotation":90,"texture":"#3"}}},{"from":[6.48911,1.21415,4.47465],"to":[8.88911,4.41415,6.67465],"rotation":{"angle":0,"axis":"x","origin":[7.71411,4.03717,5.96711]},"faces":{"north":{"uv":[12.5,0,15.5,2],"rotation":90,"texture":"#4"},"east":{"uv":[5.5,1,8.5,3],"rotation":90,"texture":"#4"},"south":{"uv":[9.5,1,12.5,3],"rotation":90,"texture":"#4"},"west":{"uv":[8,1,11,3],"rotation":90,"texture":"#4"},"up":{"uv":[6.5,1.5,8.5,3.5],"rotation":90,"texture":"#4"},"down":{"uv":[6.5,1.5,8.5,3.5],"rotation":90,"texture":"#4"}}},{"from":[6.57911,0.50415,4.56465],"to":[8.59911,1.02415,6.58465],"rotation":{"angle":0,"axis":"x","origin":[7.71411,4.03717,5.96711]},"faces":{"north":{"uv":[6.5,1.5,7,3.5],"rotation":90,"texture":"#4"},"east":{"uv":[6.5,1.5,7,3.5],"rotation":90,"texture":"#4"},"south":{"uv":[6.5,1.5,7,3.5],"rotation":90,"texture":"#4"},"west":{"uv":[6.5,1.5,7,3.5],"rotation":90,"texture":"#4"},"up":{"uv":[6.5,1.5,8.5,3.5],"rotation":90,"texture":"#4"},"down":{"uv":[6.5,1.5,8.5,3.5],"rotation":90,"texture":"#4"}}},{"from":[6.57911,4.65415,4.56465],"to":[8.59911,5.17415,6.58465],"rotation":{"angle":0,"axis":"x","origin":[7.71411,4.03717,5.96711]},"faces":{"north":{"uv":[6.5,1.5,7,3.5],"rotation":90,"texture":"#4"},"east":{"uv":[6.5,1.5,7,3.5],"rotation":90,"texture":"#4"},"south":{"uv":[6.5,1.5,7,3.5],"rotation":90,"texture":"#4"},"west":{"uv":[6.5,1.5,7,3.5],"rotation":90,"texture":"#4"},"up":{"uv":[6.5,1.5,8.5,3.5],"rotation":90,"texture":"#4"},"down":{"uv":[6.5,1.5,8.5,3.5],"rotation":90,"texture":"#4"}}},{"from":[6.73911,5.12025,4.18477],"to":[8.93911,5.82025,6.38477],"rotation":{"angle":22.5,"axis":"x","origin":[7.71411,4.03717,5.96711]},"faces":{"north":{"uv":[6.5,1.5,7,3.5],"rotation":90,"texture":"#4"},"east":{"uv":[6.5,1.5,7,3.5],"rotation":90,"texture":"#4"},"south":{"uv":[6.5,1.5,7,3.5],"rotation":90,"texture":"#4"},"west":{"uv":[6.5,1.5,7,3.5],"rotation":90,"texture":"#4"},"up":{"uv":[6.5,1.5,8.5,3.5],"rotation":90,"texture":"#4"},"down":{"uv":[6.5,1.5,8.5,3.5],"rotation":90,"texture":"#4"}}},{"from":[6.73911,6.12025,4.18477],"to":[8.93911,6.82025,6.38477],"rotation":{"angle":22.5,"axis":"x","origin":[7.71411,4.03717,5.96711]},"faces":{"north":{"uv":[3.5,1,4,3],"rotation":90,"texture":"#4"},"east":{"uv":[3.5,1,4,3],"rotation":90,"texture":"#4"},"south":{"uv":[3.5,1,4,3],"rotation":90,"texture":"#4"},"west":{"uv":[3.5,1,4,3],"rotation":90,"texture":"#4"},"up":{"uv":[3.5,1,5.5,3],"rotation":90,"texture":"#4"},"down":{"uv":[3.5,1,5.5,3],"rotation":90,"texture":"#4"}}},{"from":[6.83911,-2.61772,4.68359],"to":[8.33911,0.88228,6.18359],"rotation":{"angle":-22.5,"axis":"x","origin":[7.58911,1.03228,5.43359]},"faces":{"north":{"uv":[8,11,11.5,12.5],"rotation":90,"texture":"#3"},"east":{"uv":[8.5,11.5,12,13],"rotation":90,"texture":"#3"},"south":{"uv":[8,9.5,11.5,11],"rotation":90,"texture":"#3"},"west":{"uv":[8.5,12.5,12,14],"rotation":90,"texture":"#3"},"up":{"uv":[8,9,9.5,10.5],"rotation":90,"texture":"#3"},"down":{"uv":[14,11,15.5,12.5],"rotation":90,"texture":"#3"}}},{"from":[7.18911,-4.46772,6.26641],"to":[8.18911,-1.96772,7.26641],"rotation":{"angle":0,"axis":"x","origin":[7.18911,2.93228,8.26641]},"faces":{"north":{"uv":[11.5,10,14,9],"rotation":270,"texture":"#3"},"east":{"uv":[11.5,12.5,14,11.5],"rotation":270,"texture":"#3"},"south":{"uv":[11.5,11.5,14,10.5],"rotation":270,"texture":"#3"},"west":{"uv":[11.5,13.5,14,12.5],"rotation":270,"texture":"#3"},"up":{"uv":[12.5,8.5,11.5,9.5],"rotation":270,"texture":"#3"},"down":{"uv":[16,11,15,12],"rotation":270,"texture":"#3"}}},{"from":[7.43911,-6.98013,5.87576],"to":[8.03911,-3.88013,6.47576],"rotation":{"angle":22.5,"axis":"x","origin":[7.73911,-5.43013,6.17576]},"faces":{"north":{"uv":[10,10.5,12,11],"rotation":90,"texture":"#3"},"east":{"uv":[10,11.5,12,12],"rotation":90,"texture":"#3"},"south":{"uv":[10,9,12,9.5],"rotation":90,"texture":"#3"},"west":{"uv":[10,12.5,12,13],"rotation":90,"texture":"#3"},"up":{"uv":[10,8.5,10.5,9],"rotation":90,"texture":"#3"},"down":{"uv":[12.5,11,13,11.5],"rotation":90,"texture":"#3"}}},{"from":[14.72658,5.01034,5.396],"to":[16.22658,8.51034,7.396],"rotation":{"angle":-45,"axis":"z","origin":[15.32162,7.12812,5.80912]},"faces":{"north":{"uv":[8,8,11.5,9.5],"rotation":270,"texture":"#3"},"east":{"uv":[8,8,11.5,10],"rotation":270,"texture":"#3"},"south":{"uv":[8,8,11.5,9.5],"rotation":270,"texture":"#3"},"west":{"uv":[8,8,11.5,10],"rotation":270,"texture":"#3"},"up":{"uv":[9.5,8,11,10],"texture":"#3"},"down":{"uv":[8,8,9.5,10],"rotation":180,"texture":"#3"}}},{"from":[-1.5195,8.87876,5.94],"to":[-0.8995,10.39876,6.96],"rotation":{"angle":22.5,"axis":"z","origin":[-0.56299,9.95381,6.45]},"faces":{"north":{"uv":[1.6,0,1,1.5],"texture":"#0"},"east":{"uv":[2,0,1,1.5],"texture":"#0"},"south":{"uv":[1.5,1,1,2.5],"texture":"#0"},"west":{"uv":[2,1,1,2.5],"texture":"#0"},"up":{"uv":[3,0,2,0.5],"rotation":90,"texture":"#0"},"down":{"uv":[3,0,2,0.6],"rotation":270,"texture":"#0"}}},{"from":[-1.21299,7.9,5.95029],"to":[0.28701,10.4,6.95029],"rotation":{"angle":0,"axis":"y","origin":[-0.46299,8.35,6.45029]},"faces":{"north":{"uv":[2.5,1,1,5],"texture":"#0"},"east":{"uv":[2,1.5,1,5.5],"texture":"#0"},"south":{"uv":[2.5,1.5,1,5.5],"texture":"#0"},"west":{"uv":[2,1,1,5],"texture":"#0"},"up":{"uv":[1.5,0.5,2.5,0],"texture":"#0"},"down":{"uv":[0,1,1.5,0],"texture":"#0"}}},{"from":[-0.97299,9.17876,6.98651],"to":[0.04701,10.69876,7.60651],"rotation":{"angle":22.5,"axis":"x","origin":[-0.46299,10.25381,6.65]},"faces":{"north":{"uv":[3,0,2,1.5],"texture":"#0"},"east":{"uv":[2.6,0,2,1.5],"texture":"#0"},"south":{"uv":[3,0.5,2,2],"texture":"#0"},"west":{"uv":[2.6,0,2,1.5],"texture":"#0"},"up":{"uv":[0.5,0.5,1.5,0],"texture":"#0"},"down":{"uv":[0.5,0.6,1.5,0],"texture":"#0"}}},{"from":[-0.96299,8,5.70029],"to":[0.03701,10.5,7.20029],"rotation":{"angle":0,"axis":"y","origin":[-0.46299,8.55,6.45029]},"faces":{"north":{"uv":[2,1.5,1,5.5],"texture":"#0"},"east":{"uv":[2.5,1.5,1,5.5],"texture":"#0"},"south":{"uv":[2,1.5,1,5.5],"texture":"#0"},"west":{"uv":[2.5,1,1,5],"texture":"#0"},"up":{"uv":[1.5,0,0,1],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,0,0,1],"rotation":90,"texture":"#0"}}},{"from":[-0.45,10.4,6.35],"to":[-0.2,11.4,6.6],"rotation":{"angle":-22.5,"axis":"z","origin":[-0.425,10.9,6.475]},"faces":{"north":{"uv":[4.375,0.5,4,1.75],"texture":"#0"},"east":{"uv":[4.375,0.5,4,1.75],"texture":"#0"},"south":{"uv":[4.375,0.5,4,1.75],"texture":"#0"},"west":{"uv":[4.375,0.5,4,1.75],"texture":"#0"},"up":{"uv":[4,1,4.375,0.5],"texture":"#0"},"down":{"uv":[4,1,4.375,0.5],"texture":"#0"}}},{"from":[-0.76,10.70903,6.09433],"to":[0.51,13.21903,6.11433],"rotation":{"angle":-22.5,"axis":"x","origin":[-0.125,12.08903,6.10433]},"faces":{"north":{"uv":[5,4,11,16],"texture":"#1"},"east":{"uv":[0,0,0,3],"texture":"#1"},"south":{"uv":[11,4,5,16],"texture":"#1"},"west":{"uv":[0,0,0,3],"texture":"#1"},"up":{"uv":[0,0,2,0],"texture":"#1"},"down":{"uv":[0,0,2,0],"texture":"#1"}}},{"from":[-0.135,10.95903,5.46933],"to":[-0.115,13.46903,6.73933],"rotation":{"angle":-22.5,"axis":"x","origin":[-0.125,12.08903,6.10433]},"faces":{"north":{"uv":[0,0,0,3],"texture":"#1"},"east":{"uv":[11,4,5,16],"texture":"#1"},"south":{"uv":[0,0,0,3],"texture":"#1"},"west":{"uv":[5,4,11,16],"texture":"#1"},"up":{"uv":[2,0,0,0],"rotation":90,"texture":"#1"},"down":{"uv":[2,0,0,0],"rotation":270,"texture":"#1"}}},{"from":[-0.97299,9.27876,5.49349],"to":[0.04701,10.79876,6.11349],"rotation":{"angle":-22.5,"axis":"x","origin":[-0.46299,10.35381,6.45]},"faces":{"north":{"uv":[2,0,1,1.5],"texture":"#0"},"east":{"uv":[1.6,0,1,1.5],"texture":"#0"},"south":{"uv":[2,0,1,1.5],"texture":"#0"},"west":{"uv":[1.6,0,1,1.5],"texture":"#0"},"up":{"uv":[2,1,3,0.5],"texture":"#0"},"down":{"uv":[0,2.6,1,2],"texture":"#0"}}},{"from":[-0.12649,9.17876,5.94],"to":[0.49351,10.69876,6.96],"rotation":{"angle":-22.5,"axis":"z","origin":[-0.46299,10.25381,6.45]},"faces":{"north":{"uv":[2.6,0,2,1.5],"texture":"#0"},"east":{"uv":[3,0,2,1.5],"texture":"#0"},"south":{"uv":[2.6,0,2,1.5],"texture":"#0"},"west":{"uv":[3,0,2,1.5],"texture":"#0"},"up":{"uv":[1.5,0.5,0.5,1.1],"rotation":90,"texture":"#0"},"down":{"uv":[3,1,2,1.6],"rotation":270,"texture":"#0"}}},{"from":[0.99616,5.46063,5.13753],"to":[4.49616,7.96063,7.13753],"rotation":{"angle":-22.5,"axis":"z","origin":[0.37838,6.52812,6.30912]},"faces":{"north":{"uv":[8,8,4.5,10.5],"rotation":180,"texture":"#3"},"east":{"uv":[4.5,10,7,8],"rotation":270,"texture":"#3"},"south":{"uv":[8,8,4.5,10.5],"texture":"#3"},"west":{"uv":[6,10,8.5,8],"rotation":90,"texture":"#3"},"up":{"uv":[8,8,4.5,10],"texture":"#3"},"down":{"uv":[8,8,4.5,10],"texture":"#3"}}},{"from":[-0.22658,5.01034,5.396],"to":[1.27342,8.51034,7.396],"rotation":{"angle":45,"axis":"z","origin":[0.67838,7.12812,5.80912]},"faces":{"north":{"uv":[8,9.5,11.5,8],"rotation":270,"texture":"#3"},"east":{"uv":[8,10,11.5,8],"rotation":270,"texture":"#3"},"south":{"uv":[8,9.5,11.5,8],"rotation":270,"texture":"#3"},"west":{"uv":[8,10,11.5,8],"rotation":270,"texture":"#3"},"up":{"uv":[11,8,9.5,10],"texture":"#3"},"down":{"uv":[9.5,8,8,10],"rotation":180,"texture":"#3"}}},{"from":[-1.45899,7.5338,5.187],"to":[1.04101,8.5338,7.687],"rotation":{"angle":22.5,"axis":"z","origin":[-0.20899,8.0338,6.437]},"faces":{"north":{"uv":[13.5,11,14.5,8.5],"rotation":270,"texture":"#3"},"east":{"uv":[13.5,11,14.5,8.5],"rotation":270,"texture":"#3"},"south":{"uv":[13.5,11,14.5,8.5],"rotation":270,"texture":"#3"},"west":{"uv":[13.5,11,14.5,8.5],"rotation":270,"texture":"#3"},"up":{"uv":[16,8.5,13.5,11],"rotation":270,"texture":"#3"},"down":{"uv":[16,8.5,13.5,11],"rotation":270,"texture":"#3"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-84,0],"translation":[-1.75,3.25,2],"scale":[0.84,0.84,0.84]},"thirdperson_lefthand":{"rotation":[0,104,0],"translation":[2.25,3.25,1.25],"scale":[0.84,0.84,0.84]},"firstperson_righthand":{"rotation":[-11,-73,0],"translation":[-0.5,3.5,1],"scale":[0.68,0.68,0.68]},"firstperson_lefthand":{"rotation":[-11,104,0],"translation":[-0.5,3.5,1],"scale":[0.68,0.68,0.68]},"gui":{"rotation":[0,171,40],"translation":[-0.25,-0.5,0],"scale":[0.7,0.7,0.7]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/boreal_relik.json b/assets/minecraft/models/item/wynn/skin/relik/boreal_relik.json new file mode 100644 index 000000000..bd8d91eef --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/boreal_relik.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/ice_scythe","particle":"skins/ice_scythe"},"elements":[{"from":[7.3574,-0.29992,7.25903],"to":[8.7574,5.70008,8.65903],"rotation":{"angle":0,"axis":"z","origin":[8.05072,13.2626,6.00668]},"faces":{"north":{"uv":[13,4,5.5,6],"rotation":270,"texture":"#0"},"east":{"uv":[9.5,13,2,15],"rotation":90,"texture":"#0"},"south":{"uv":[2,3,9.5,5],"rotation":90,"texture":"#0"},"west":{"uv":[3,5,10.5,7],"rotation":90,"texture":"#0"},"up":{"uv":[0,14,16,16],"rotation":180,"texture":"#0"},"down":{"uv":[3.5,5,5.5,7],"texture":"#0"}}},{"from":[7.34704,5.24777,4.15402],"to":[8.76704,9.66777,5.57402],"rotation":{"angle":-22.5,"axis":"x","origin":[8.05072,13.2626,6.00668]},"faces":{"north":{"uv":[10.5,13,15.5,15],"rotation":90,"texture":"#0"},"east":{"uv":[9,13,14,15],"rotation":270,"texture":"#0"},"south":{"uv":[8.5,3.5,3.5,5.5],"rotation":90,"texture":"#0"},"west":{"uv":[11.5,3.5,6.5,5.5],"rotation":270,"texture":"#0"},"up":{"uv":[3,0.5,8,2.5],"rotation":180,"texture":"#0"},"down":{"uv":[3,0.5,8,2.5],"texture":"#0"}}},{"from":[7.36774,6.90258,8.37841],"to":[8.74774,8.28258,10.75841],"rotation":{"angle":-45,"axis":"x","origin":[8.04665,11.45033,6.70652]},"faces":{"north":{"uv":[8,7.5,6,4.5],"rotation":270,"texture":"#0"},"east":{"uv":[6,6,4,3],"rotation":90,"texture":"#0"},"south":{"uv":[11,15,9,13],"rotation":270,"texture":"#0"},"west":{"uv":[12.5,4,10.5,1],"rotation":270,"texture":"#0"},"up":{"uv":[7,6,5,3],"texture":"#0"},"down":{"uv":[6.5,6,4.5,3],"rotation":180,"texture":"#0"}}},{"from":[7.35346,7.87193,7.58681],"to":[8.75346,9.27193,9.98681],"rotation":{"angle":-22.5,"axis":"x","origin":[8.04665,11.45033,6.70652]},"faces":{"north":{"uv":[9.5,7.5,7.5,4.5],"rotation":270,"texture":"#0"},"east":{"uv":[9.5,7.5,7.5,4.5],"rotation":90,"texture":"#0"},"south":{"uv":[9.5,7.5,7.5,4.5],"rotation":270,"texture":"#0"},"west":{"uv":[9.5,7.5,7.5,4.5],"rotation":270,"texture":"#0"},"up":{"uv":[9.5,7.5,7.5,4.5],"texture":"#0"},"down":{"uv":[9.5,7.5,7.5,4.5],"rotation":180,"texture":"#0"}}},{"from":[7.35058,8.47763,5.48991],"to":[8.75058,9.87763,8.88991],"rotation":{"angle":0,"axis":"x","origin":[8.04665,11.45033,6.70652]},"faces":{"north":{"uv":[6,6.5,4,2.5],"rotation":90,"texture":"#0"},"east":{"uv":[15,12.5,11,14.5],"texture":"#0"},"south":{"uv":[6,6.5,4,2.5],"rotation":90,"texture":"#0"},"west":{"uv":[13,5,11,1],"rotation":90,"texture":"#0"},"up":{"uv":[6,6.5,4,2.5],"rotation":180,"texture":"#0"},"down":{"uv":[6,6.5,4,2.5],"texture":"#0"}}},{"from":[7.34057,8.22922,3.28572],"to":[8.76057,9.64922,6.70572],"rotation":{"angle":22.5,"axis":"x","origin":[8.04665,11.45033,6.70652]},"faces":{"north":{"uv":[5,4.5,3,2.5],"rotation":270,"texture":"#0"},"east":{"uv":[9.5,13,13.5,15],"texture":"#0"},"south":{"uv":[2,2,0,0],"rotation":270,"texture":"#0"},"west":{"uv":[13.5,13,9.5,15],"texture":"#0"},"up":{"uv":[5.5,6,3.5,2],"texture":"#0"},"down":{"uv":[8,13,12,15],"rotation":90,"texture":"#0"}}},{"from":[7.5574,-3.24992,7.45903],"to":[8.5574,-0.24992,8.45903],"rotation":{"angle":0,"axis":"z","origin":[8.05072,13.2626,6.00668]},"faces":{"north":{"uv":[0,0,2,4],"texture":"#0"},"east":{"uv":[0,0,2,4],"texture":"#0"},"south":{"uv":[0,0,2,4],"texture":"#0"},"west":{"uv":[0,0,2,4],"texture":"#0"},"up":{"uv":[0,0,2,2],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,2,2],"rotation":270,"texture":"#0"}}},{"from":[7.7574,-5.04992,7.65903],"to":[8.3574,-2.44992,8.25903],"rotation":{"angle":0,"axis":"z","origin":[8.05072,13.2626,6.00668]},"faces":{"north":{"uv":[0,0,2,4],"texture":"#0"},"east":{"uv":[0,0,2,4],"texture":"#0"},"south":{"uv":[0,0,2,4],"texture":"#0"},"west":{"uv":[0,0,2,4],"texture":"#0"},"up":{"uv":[0,0,2,2],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,2,2],"rotation":270,"texture":"#0"}}},{"from":[7.45127,13.21802,2.55227],"to":[8.65127,15.41802,3.75227],"rotation":{"angle":-45,"axis":"x","origin":[8.04665,11.45033,6.70652]},"faces":{"north":{"uv":[10.5,4.5,12.5,1.5],"texture":"#0"},"east":{"uv":[12,6.5,14,3.5],"rotation":180,"texture":"#0"},"south":{"uv":[9,6.5,11,3.5],"texture":"#0"},"west":{"uv":[10.5,7.5,12.5,4.5],"texture":"#0"},"up":{"uv":[1.5,2,3.5,0],"rotation":90,"texture":"#0"},"down":{"uv":[9.5,7,11.5,5],"rotation":270,"texture":"#0"}}},{"from":[7.54664,13.52686,1.45339],"to":[8.54664,15.52686,2.45339],"rotation":{"angle":-22.5,"axis":"x","origin":[8.04665,11.45033,6.70652]},"faces":{"north":{"uv":[3.5,0,1.5,3],"rotation":180,"texture":"#0"},"east":{"uv":[10,3.5,8,6.5],"rotation":180,"texture":"#0"},"south":{"uv":[4,0,2,3],"rotation":180,"texture":"#0"},"west":{"uv":[9.5,4.5,7.5,7.5],"rotation":180,"texture":"#0"},"up":{"uv":[2,0,0,2],"rotation":270,"texture":"#0"},"down":{"uv":[2,0,0,2],"rotation":90,"texture":"#0"}}},{"from":[7.64239,13.15172,0.43419],"to":[8.44239,14.95172,1.23419],"rotation":{"angle":0,"axis":"x","origin":[8.03882,15.09034,2.01083]},"faces":{"north":{"uv":[14,4,12,7],"rotation":180,"texture":"#0"},"east":{"uv":[8,0,6,3],"texture":"#0"},"south":{"uv":[9,4.5,7,7.5],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,4.5,6.5,7.5],"rotation":180,"texture":"#0"},"up":{"uv":[14,4,12,7],"rotation":270,"texture":"#0"},"down":{"uv":[14,4,12,7],"rotation":90,"texture":"#0"}}},{"from":[7.73912,14.22484,1.04351],"to":[8.33912,15.82484,1.64351],"rotation":{"angle":22.5,"axis":"x","origin":[8.03762,15.93655,2.00305]},"faces":{"north":{"uv":[7,7.5,9,4.5],"texture":"#0"},"east":{"uv":[7,7.5,9,4.5],"rotation":180,"texture":"#0"},"south":{"uv":[7,7.5,9,4.5],"texture":"#0"},"west":{"uv":[7,7.5,9,4.5],"texture":"#0"},"up":{"uv":[7,7.5,9,4.5],"rotation":90,"texture":"#0"},"down":{"uv":[7,7.5,9,4.5],"rotation":270,"texture":"#0"}}},{"from":[7.83717,16.00472,1.34061],"to":[8.23717,16.40472,2.74061],"rotation":{"angle":-22.5,"axis":"x","origin":[8.03762,15.93655,2.00305]},"faces":{"north":{"uv":[9,4.5,7,7.5],"rotation":270,"texture":"#0"},"east":{"uv":[9,4.5,7,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[9,4.5,7,7.5],"rotation":270,"texture":"#0"},"west":{"uv":[9,4.5,7,7.5],"rotation":270,"texture":"#0"},"up":{"uv":[9,4.5,7,7.5],"texture":"#0"},"down":{"uv":[9,4.5,7,7.5],"rotation":180,"texture":"#0"}}},{"from":[7.93658,16.53207,2.22564],"to":[8.13658,16.73207,3.42564],"rotation":{"angle":22.5,"axis":"x","origin":[8.03762,15.93655,2.00305]},"faces":{"north":{"uv":[8,4.5,7,7.5],"rotation":270,"texture":"#0"},"east":{"uv":[8,4.5,7,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[8,4.5,7,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[8,4.5,7,7.5],"rotation":270,"texture":"#0"},"up":{"uv":[8,4.5,7,7.5],"texture":"#0"},"down":{"uv":[8,4.5,7,7.5],"rotation":180,"texture":"#0"}}},{"from":[7.64239,11.22152,11.89667],"to":[8.44239,12.02152,13.69667],"rotation":{"angle":0,"axis":"x","origin":[8.03882,10.71712,14.35395]},"faces":{"north":{"uv":[14,4,12,7],"rotation":270,"texture":"#0"},"east":{"uv":[8,0,6,3],"rotation":270,"texture":"#0"},"south":{"uv":[14,4,12,7],"rotation":270,"texture":"#0"},"west":{"uv":[8.5,4.5,6.5,7.5],"rotation":270,"texture":"#0"},"up":{"uv":[14,4,12,7],"texture":"#0"},"down":{"uv":[9,4.5,7,7.5],"rotation":180,"texture":"#0"}}},{"from":[7.73912,10.99679,13.23719],"to":[8.33912,11.59679,14.83719],"rotation":{"angle":22.5,"axis":"x","origin":[8.03882,10.71712,14.35395]},"faces":{"north":{"uv":[9,4.5,7,7.5],"rotation":270,"texture":"#0"},"east":{"uv":[9,4.5,7,7.5],"rotation":270,"texture":"#0"},"south":{"uv":[9,5.5,7,7.5],"rotation":270,"texture":"#0"},"west":{"uv":[9,4.5,7,7.5],"rotation":270,"texture":"#0"},"up":{"uv":[9,4.5,7,7.5],"texture":"#0"},"down":{"uv":[9,4.5,7,7.5],"rotation":180,"texture":"#0"}}},{"from":[7.83717,9.50239,14.78633],"to":[8.23717,10.90239,15.18633],"rotation":{"angle":-22.5,"axis":"x","origin":[8.03882,10.71712,14.35395]},"faces":{"north":{"uv":[7,7.5,9,4.5],"rotation":180,"texture":"#0"},"east":{"uv":[7,7.5,9,4.5],"rotation":180,"texture":"#0"},"south":{"uv":[7,7.5,9,4.5],"rotation":180,"texture":"#0"},"west":{"uv":[7,7.5,9,4.5],"rotation":180,"texture":"#0"},"up":{"uv":[7,7.5,9,4.5],"rotation":270,"texture":"#0"},"down":{"uv":[7,7.5,9,4.5],"rotation":90,"texture":"#0"}}},{"from":[7.93658,9.21465,15.54442],"to":[8.13658,10.41465,15.74442],"rotation":{"angle":22.5,"axis":"x","origin":[8.03882,10.71712,14.35395]},"faces":{"north":{"uv":[7,7.5,8,4.5],"rotation":180,"texture":"#0"},"east":{"uv":[7,7.5,8,4.5],"rotation":180,"texture":"#0"},"south":{"uv":[7,7.5,8,4.5],"rotation":180,"texture":"#0"},"west":{"uv":[7,7.5,8,4.5],"rotation":180,"texture":"#0"},"up":{"uv":[7,7.5,8,4.5],"rotation":270,"texture":"#0"},"down":{"uv":[7,5.5,8,4.5],"rotation":90,"texture":"#0"}}},{"from":[10.06236,5.13683,3.55818],"to":[11.26236,8.33683,4.75818],"rotation":{"angle":22.5,"axis":"z","origin":[8.05072,2.0626,5.60668]},"faces":{"north":{"uv":[3,8,5,12],"rotation":180,"texture":"#0"},"east":{"uv":[3,8,5,12],"rotation":180,"texture":"#0"},"south":{"uv":[3,8,5,12],"rotation":180,"texture":"#0"},"west":{"uv":[3,8,5,12],"rotation":180,"texture":"#0"},"up":{"uv":[3,8,5,12],"rotation":270,"texture":"#0"},"down":{"uv":[3,8,5,10],"rotation":90,"texture":"#0"}}},{"from":[10.26236,3.33683,3.75818],"to":[11.06236,6.13683,4.55818],"rotation":{"angle":22.5,"axis":"z","origin":[8.05072,2.0626,5.60668]},"faces":{"north":{"uv":[3,8,4,11.5],"rotation":180,"texture":"#0"},"east":{"uv":[3,8,4,11.5],"rotation":180,"texture":"#0"},"south":{"uv":[3,8,4,11.5],"rotation":180,"texture":"#0"},"west":{"uv":[3,8,4,11.5],"rotation":180,"texture":"#0"},"up":{"uv":[3,8,4,11.5],"rotation":270,"texture":"#0"},"down":{"uv":[3,8,5,10],"rotation":90,"texture":"#0"}}},{"from":[10.46236,1.53683,3.95818],"to":[10.86236,3.93683,4.35818],"rotation":{"angle":22.5,"axis":"z","origin":[8.05072,2.0626,5.60668]},"faces":{"north":{"uv":[3,8,4,10],"rotation":180,"texture":"#0"},"east":{"uv":[3,8,4,10],"rotation":180,"texture":"#0"},"south":{"uv":[3,8,4,10],"rotation":180,"texture":"#0"},"west":{"uv":[3,8,4,10],"rotation":180,"texture":"#0"},"up":{"uv":[3,8,4,10],"rotation":270,"texture":"#0"},"down":{"uv":[3,8,5,10],"rotation":90,"texture":"#0"}}},{"from":[4.38982,6.28653,3.65818],"to":[5.58982,9.48653,4.85818],"rotation":{"angle":-22.5,"axis":"z","origin":[8.05072,2.0626,5.60668]},"faces":{"north":{"uv":[2.5,8,4.5,12],"rotation":180,"texture":"#0"},"east":{"uv":[2.5,8,4.5,12],"rotation":180,"texture":"#0"},"south":{"uv":[2.5,8,4.5,12],"rotation":180,"texture":"#0"},"west":{"uv":[6.5,8,8.5,12],"rotation":180,"texture":"#0"},"up":{"uv":[2.5,8,4.5,12],"rotation":270,"texture":"#0"},"down":{"uv":[2.5,8,4.5,10],"rotation":90,"texture":"#0"}}},{"from":[4.58982,4.48653,3.85818],"to":[5.38982,7.28653,4.65818],"rotation":{"angle":-22.5,"axis":"z","origin":[8.05072,2.0626,5.60668]},"faces":{"north":{"uv":[2.5,8,3.5,10.5],"rotation":180,"texture":"#0"},"east":{"uv":[2.5,8,3.5,10.5],"rotation":180,"texture":"#0"},"south":{"uv":[2.5,8,3.5,10.5],"rotation":180,"texture":"#0"},"west":{"uv":[2.5,8,3.5,10.5],"rotation":180,"texture":"#0"},"up":{"uv":[2.5,8,3.5,10.5],"rotation":270,"texture":"#0"},"down":{"uv":[2.5,8,4.5,10],"rotation":90,"texture":"#0"}}},{"from":[4.78982,2.68653,4.05818],"to":[5.18982,5.08653,4.45818],"rotation":{"angle":-22.5,"axis":"z","origin":[8.05072,2.0626,5.60668]},"faces":{"north":{"uv":[2.5,8,3.5,9.5],"rotation":180,"texture":"#0"},"east":{"uv":[2.5,8,3.5,9.5],"rotation":180,"texture":"#0"},"south":{"uv":[2.5,8,3.5,9.5],"rotation":180,"texture":"#0"},"west":{"uv":[2.5,8,3.5,9.5],"rotation":180,"texture":"#0"},"up":{"uv":[2.5,8,3.5,9.5],"rotation":270,"texture":"#0"},"down":{"uv":[2.5,8,4.5,10],"rotation":90,"texture":"#0"}}},{"from":[7.38976,6.936,1.93364],"to":[8.58976,10.136,3.13364],"rotation":{"angle":22.5,"axis":"x","origin":[7.98976,6.536,2.53364]},"faces":{"north":{"uv":[3.5,8,5.5,12],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,8,5.5,12],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,8,5.5,12],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,8,5.5,12],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,8,5.5,12],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,8,5.5,10],"rotation":90,"texture":"#0"}}},{"from":[7.58976,5.136,2.13364],"to":[8.38976,7.936,2.93364],"rotation":{"angle":22.5,"axis":"x","origin":[7.98976,6.536,2.53364]},"faces":{"north":{"uv":[3.5,8,4.5,11],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,8,4.5,11],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,8,4.5,11],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,8,4.5,11],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,8,4.5,11],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,8,5.5,10],"rotation":90,"texture":"#0"}}},{"from":[7.78976,3.336,2.33364],"to":[8.18976,5.736,2.73364],"rotation":{"angle":22.5,"axis":"x","origin":[7.98976,6.536,2.53364]},"faces":{"north":{"uv":[3.5,8,4.5,10],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,8,4.5,10],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,8,4.5,10],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,8,4.5,10],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,8,4.5,10],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,8,4.5,10],"rotation":90,"texture":"#0"}}},{"from":[7.4574,8.53039,12.30179],"to":[8.6574,11.73039,13.50179],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0574,9.03039,14.10179]},"faces":{"north":{"uv":[1.5,8,3.5,12],"rotation":180,"texture":"#0"},"east":{"uv":[1.5,8,3.5,12],"rotation":180,"texture":"#0"},"south":{"uv":[1.5,8,3.5,12],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,8,3.5,12],"rotation":180,"texture":"#0"},"up":{"uv":[1.5,8,3.5,12],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,8,3.5,10],"rotation":90,"texture":"#0"}}},{"from":[7.6574,6.73039,12.50179],"to":[8.4574,9.53039,13.30179],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0574,9.03039,14.10179]},"faces":{"north":{"uv":[1.5,8,2.5,11],"rotation":180,"texture":"#0"},"east":{"uv":[1.5,8,2.5,11],"rotation":180,"texture":"#0"},"south":{"uv":[1.5,8,2.5,11],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,8,2.5,11],"rotation":180,"texture":"#0"},"up":{"uv":[1.5,8,2.5,11],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,8,3.5,10],"rotation":90,"texture":"#0"}}},{"from":[7.8574,4.93039,12.70179],"to":[8.2574,7.33039,13.10179],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0574,9.03039,14.10179]},"faces":{"north":{"uv":[1.5,8,2,12],"rotation":180,"texture":"#0"},"east":{"uv":[1.5,8,2,12],"rotation":180,"texture":"#0"},"south":{"uv":[1.5,8,2,12],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,8,2,12],"rotation":180,"texture":"#0"},"up":{"uv":[1.5,8,2,12],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,8,3.5,10],"rotation":90,"texture":"#0"}}},{"from":[7.6074,9.28968,1.23755],"to":[8.5074,11.18968,2.13755],"rotation":{"angle":-22.5,"axis":"y","origin":[8.0574,8.97301,1.68755]},"faces":{"north":{"uv":[1.5,8,3.5,12],"rotation":180,"texture":"#0"},"east":{"uv":[1.5,8,3.5,12],"rotation":180,"texture":"#0"},"south":{"uv":[1.5,8,3.5,12],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,8,3.5,12],"rotation":180,"texture":"#0"},"up":{"uv":[1.5,8,3.5,12],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,8,3.5,10],"rotation":180,"texture":"#0"}}},{"from":[7.7574,8.13968,1.38755],"to":[8.3574,9.73968,1.98755],"rotation":{"angle":-22.5,"axis":"y","origin":[8.0574,8.97301,1.68755]},"faces":{"north":{"uv":[1.5,8,2.5,11],"rotation":180,"texture":"#0"},"east":{"uv":[1.5,8,2.5,11],"rotation":180,"texture":"#0"},"south":{"uv":[1.5,8,2.5,11],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,8,2.5,11],"rotation":180,"texture":"#0"},"up":{"uv":[1.5,8,2.5,11],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,8,3.5,10],"rotation":180,"texture":"#0"}}},{"from":[7.9574,7.13968,1.58755],"to":[8.1574,8.33968,1.78755],"rotation":{"angle":-22.5,"axis":"y","origin":[8.0574,8.97301,1.68755]},"faces":{"north":{"uv":[1.5,8,2,12],"rotation":180,"texture":"#0"},"east":{"uv":[1.5,8,2,12],"rotation":180,"texture":"#0"},"south":{"uv":[1.5,8,2,12],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,8,2,12],"rotation":180,"texture":"#0"},"up":{"uv":[1.5,8,2,12],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,8,3.5,10],"rotation":180,"texture":"#0"}}},{"from":[7.5574,8.43968,10.93755],"to":[8.5574,10.43968,11.93755],"rotation":{"angle":-22.5,"axis":"y","origin":[8.0574,8.17301,11.43755]},"faces":{"north":{"uv":[1.5,8,3.5,12],"rotation":180,"texture":"#0"},"east":{"uv":[1.5,8,3.5,12],"rotation":180,"texture":"#0"},"south":{"uv":[1.5,8,3.5,12],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,8,3.5,12],"rotation":180,"texture":"#0"},"up":{"uv":[1.5,8,3.5,12],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,8,3.5,10],"rotation":180,"texture":"#0"}}},{"from":[7.7574,7.33968,11.13755],"to":[8.3574,8.93968,11.73755],"rotation":{"angle":-22.5,"axis":"y","origin":[8.0574,8.17301,11.43755]},"faces":{"north":{"uv":[1.5,8,2.5,11],"rotation":180,"texture":"#0"},"east":{"uv":[1.5,8,2.5,11],"rotation":180,"texture":"#0"},"south":{"uv":[1.5,8,2.5,11],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,8,2.5,11],"rotation":180,"texture":"#0"},"up":{"uv":[1.5,8,2.5,11],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,8,3.5,10],"rotation":180,"texture":"#0"}}},{"from":[7.9574,6.33968,11.33755],"to":[8.1574,7.53968,11.53755],"rotation":{"angle":-22.5,"axis":"y","origin":[8.0574,8.17301,11.43755]},"faces":{"north":{"uv":[1.5,8,2,12],"rotation":180,"texture":"#0"},"east":{"uv":[1.5,8,2,12],"rotation":180,"texture":"#0"},"south":{"uv":[1.5,8,2,12],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,8,2,12],"rotation":180,"texture":"#0"},"up":{"uv":[1.5,8,2,12],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,8,3.5,10],"rotation":180,"texture":"#0"}}},{"from":[7.5574,7.03968,5.13755],"to":[8.5574,9.03968,6.13755],"rotation":{"angle":-22.5,"axis":"y","origin":[8.0574,6.77301,5.63755]},"faces":{"north":{"uv":[1.5,8,2.7,10.2],"rotation":180,"texture":"#0"},"east":{"uv":[1.5,8,2.7,10.2],"rotation":180,"texture":"#0"},"south":{"uv":[1.5,8,2.7,10.2],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,8,2.7,10.2],"rotation":180,"texture":"#0"},"up":{"uv":[1.5,8,2.7,9.2],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,8,2.7,9.2],"rotation":180,"texture":"#0"}}},{"from":[7.7574,5.93968,5.33755],"to":[8.3574,7.53968,5.93755],"rotation":{"angle":-22.5,"axis":"y","origin":[8.0574,6.77301,5.63755]},"faces":{"north":{"uv":[1.5,8,2.3,9.8],"rotation":180,"texture":"#0"},"east":{"uv":[1.5,8,2.3,9.8],"rotation":180,"texture":"#0"},"south":{"uv":[1.5,8,2.3,9.8],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,8,2.3,9.8],"rotation":180,"texture":"#0"},"up":{"uv":[1.5,8,2.3,8.8],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,8,2.3,8.8],"rotation":180,"texture":"#0"}}},{"from":[7.9574,4.93968,5.53755],"to":[8.1574,6.13968,5.73755],"rotation":{"angle":-22.5,"axis":"y","origin":[8.0574,6.77301,5.63755]},"faces":{"north":{"uv":[1.5,8,1.9,9.4],"rotation":180,"texture":"#0"},"east":{"uv":[1.5,8,1.9,9.4],"rotation":180,"texture":"#0"},"south":{"uv":[1.5,8,1.9,9.4],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,8,1.9,9.4],"rotation":180,"texture":"#0"},"up":{"uv":[1.5,8,1.9,8.4],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,8,1.9,8.4],"rotation":180,"texture":"#0"}}},{"from":[7.43976,4.86142,3.09618],"to":[8.63976,9.06142,4.29618],"rotation":{"angle":0,"axis":"x","origin":[8.03976,4.62809,3.69618]},"faces":{"north":{"uv":[2,8,9,10],"rotation":90,"texture":"#0"},"east":{"uv":[2,8,9,10],"rotation":90,"texture":"#0"},"south":{"uv":[2,8,9,10],"rotation":90,"texture":"#0"},"west":{"uv":[2,8,9,10],"rotation":90,"texture":"#0"},"up":{"uv":[2,8,9,10],"rotation":180,"texture":"#0"},"down":{"uv":[2,8,9,10],"texture":"#0"}}},{"from":[7.63976,3.06142,3.29618],"to":[8.43976,5.86142,4.09618],"rotation":{"angle":0,"axis":"x","origin":[8.03976,4.62809,3.69618]},"faces":{"north":{"uv":[2,8,9,10],"rotation":90,"texture":"#0"},"east":{"uv":[2,8,9,10],"rotation":90,"texture":"#0"},"south":{"uv":[2,8,9,10],"rotation":90,"texture":"#0"},"west":{"uv":[2,8,9,10],"rotation":90,"texture":"#0"},"up":{"uv":[2,8,9,10],"rotation":180,"texture":"#0"},"down":{"uv":[2,8,9,10],"texture":"#0"}}},{"from":[7.83976,1.26142,3.49618],"to":[8.23976,3.66142,3.89618],"rotation":{"angle":0,"axis":"x","origin":[8.03976,4.62809,3.69618]},"faces":{"north":{"uv":[2,8,9,10],"rotation":90,"texture":"#0"},"east":{"uv":[2,8,9,10],"rotation":90,"texture":"#0"},"south":{"uv":[2,8,9,10],"rotation":90,"texture":"#0"},"west":{"uv":[2,8,9,10],"rotation":90,"texture":"#0"},"up":{"uv":[2,8,9,10],"rotation":180,"texture":"#0"},"down":{"uv":[2,8,9,10],"texture":"#0"}}},{"from":[7.53976,15.26464,4.61646],"to":[8.33976,16.06464,6.41646],"rotation":{"angle":-22.5,"axis":"x","origin":[7.94174,15.98045,6.62769]},"faces":{"north":{"uv":[8.5,8.5,7.5,9.5],"texture":"#0"},"east":{"uv":[8,9.5,7,11.5],"rotation":90,"texture":"#0"},"south":{"uv":[8,10.5,7,11.5],"rotation":180,"texture":"#0"},"west":{"uv":[8,9.5,7,11.5],"rotation":270,"texture":"#0"},"up":{"uv":[8,9.5,7,11.5],"texture":"#0"},"down":{"uv":[8,9.5,7,11.5],"rotation":180,"texture":"#0"}}},{"from":[7.63976,15.36464,3.06646],"to":[8.23976,15.96464,5.66646],"rotation":{"angle":-22.5,"axis":"x","origin":[7.94174,15.98045,6.62769]},"faces":{"north":{"uv":[5.5,8,3.5,10],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,8,3.5,11],"rotation":90,"texture":"#0"},"south":{"uv":[4.5,8,3.5,11],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,8,3.5,11],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,8,3.5,11],"texture":"#0"},"down":{"uv":[4.5,8,3.5,11],"rotation":180,"texture":"#0"}}},{"from":[7.78976,15.51464,1.96646],"to":[8.08976,15.81464,4.26646],"rotation":{"angle":-22.5,"axis":"x","origin":[7.94174,15.98045,6.62769]},"faces":{"north":{"uv":[4.5,8,3.5,10],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,8,3.5,10],"rotation":90,"texture":"#0"},"south":{"uv":[4.5,8,3.5,10],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,8,3.5,10],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,8,3.5,10],"texture":"#0"},"down":{"uv":[4.5,8,3.5,10],"rotation":180,"texture":"#0"}}},{"from":[7.79076,15.26564,2.21746],"to":[8.08876,16.06364,2.51546],"rotation":{"angle":-22.5,"axis":"x","origin":[7.94174,15.98045,6.62769]},"faces":{"north":{"uv":[3.9,8,4.8,8.4],"rotation":90,"texture":"#0"},"east":{"uv":[3.9,8,4.3,8.9],"rotation":180,"texture":"#0"},"south":{"uv":[3.9,8,4.8,8.4],"rotation":270,"texture":"#0"},"west":{"uv":[3.9,8,4.3,8.9],"texture":"#0"},"up":{"uv":[3.9,8,4.3,8.4],"rotation":90,"texture":"#0"},"down":{"uv":[3.9,8,4.3,8.4],"rotation":270,"texture":"#0"}}},{"from":[7.78976,12.79438,6.2868],"to":[8.08976,14.59438,6.5868],"rotation":{"angle":45,"axis":"x","origin":[7.94174,15.98045,6.62769]},"faces":{"north":{"uv":[3.9,8,5.8,8.4],"rotation":90,"texture":"#0"},"east":{"uv":[3.9,8,4.3,9.9],"rotation":180,"texture":"#0"},"south":{"uv":[3.9,8,5.8,8.4],"rotation":270,"texture":"#0"},"west":{"uv":[3.9,8,4.3,9.9],"texture":"#0"},"up":{"uv":[3.9,8,4.3,8.4],"rotation":90,"texture":"#0"},"down":{"uv":[3.9,8,4.3,8.4],"rotation":270,"texture":"#0"}}},{"from":[7.78976,15.05604,3.68332],"to":[8.08976,15.35604,5.48332],"rotation":{"angle":0,"axis":"x","origin":[7.94174,15.98045,6.62769]},"faces":{"north":{"uv":[3.9,8,4.3,8.4],"rotation":270,"texture":"#0"},"east":{"uv":[3.9,8,4.3,9.9],"rotation":270,"texture":"#0"},"south":{"uv":[3.9,8,4.3,8.4],"rotation":270,"texture":"#0"},"west":{"uv":[3.9,8,4.3,9.9],"rotation":270,"texture":"#0"},"up":{"uv":[3.9,8,5.8,8.4],"rotation":270,"texture":"#0"},"down":{"uv":[3.9,8,5.8,8.4],"rotation":270,"texture":"#0"}}},{"from":[7.78976,16.14801,1.96574],"to":[8.08976,16.44801,4.26574],"rotation":{"angle":22.5,"axis":"x","origin":[7.94174,15.98045,6.62769]},"faces":{"north":{"uv":[4.5,8,3.5,10],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,8,3.5,10],"rotation":90,"texture":"#0"},"south":{"uv":[4.5,8,3.5,10],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,8,3.5,10],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,8,3.5,10],"texture":"#0"},"down":{"uv":[4.5,8,3.5,10],"rotation":180,"texture":"#0"}}},{"from":[7.63976,15.99801,3.06574],"to":[8.23976,16.59801,5.66574],"rotation":{"angle":22.5,"axis":"x","origin":[7.94174,15.98045,6.62769]},"faces":{"north":{"uv":[5.5,8,3.5,10],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,8,3.5,11],"rotation":90,"texture":"#0"},"south":{"uv":[4.5,8,3.5,11],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,8,3.5,11],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,8,3.5,11],"texture":"#0"},"down":{"uv":[4.5,8,3.5,11],"rotation":180,"texture":"#0"}}},{"from":[7.53976,15.89801,4.61574],"to":[8.33976,16.69801,6.41574],"rotation":{"angle":22.5,"axis":"x","origin":[7.94174,15.98045,6.62769]},"faces":{"north":{"uv":[8.5,8.5,7.5,9.5],"texture":"#0"},"east":{"uv":[8,9.5,7,11.5],"rotation":90,"texture":"#0"},"south":{"uv":[8,10.5,7,11.5],"rotation":180,"texture":"#0"},"west":{"uv":[8,9.5,7,11.5],"rotation":270,"texture":"#0"},"up":{"uv":[8,9.5,7,11.5],"texture":"#0"},"down":{"uv":[8,9.5,7,11.5],"rotation":180,"texture":"#0"}}},{"from":[7.79076,15.89901,2.21674],"to":[8.08876,16.69701,2.51474],"rotation":{"angle":22.5,"axis":"x","origin":[7.94174,15.98045,6.62769]},"faces":{"north":{"uv":[3.9,8,4.8,8.4],"rotation":90,"texture":"#0"},"east":{"uv":[3.9,8,4.3,8.9],"rotation":180,"texture":"#0"},"south":{"uv":[3.9,8,4.8,8.4],"rotation":270,"texture":"#0"},"west":{"uv":[3.9,8,4.3,8.9],"texture":"#0"},"up":{"uv":[3.9,8,4.3,8.4],"rotation":90,"texture":"#0"},"down":{"uv":[3.9,8,4.3,8.4],"rotation":270,"texture":"#0"}}},{"from":[7.78976,16.60676,3.68332],"to":[8.08976,16.90676,5.48332],"rotation":{"angle":0,"axis":"x","origin":[7.94174,15.98045,6.62769]},"faces":{"north":{"uv":[3.9,8,4.3,8.4],"rotation":90,"texture":"#0"},"east":{"uv":[3.9,8,4.3,9.9],"rotation":90,"texture":"#0"},"south":{"uv":[3.9,8,4.3,8.4],"rotation":90,"texture":"#0"},"west":{"uv":[3.9,8,4.3,9.9],"rotation":90,"texture":"#0"},"up":{"uv":[3.9,8,5.8,8.4],"rotation":270,"texture":"#0"},"down":{"uv":[3.9,8,5.8,8.4],"rotation":270,"texture":"#0"}}},{"from":[7.78976,15.64091,3.44027],"to":[8.08976,15.94091,5.24027],"rotation":{"angle":45,"axis":"x","origin":[7.94174,15.98045,6.62769]},"faces":{"north":{"uv":[3.9,8,4.3,8.4],"rotation":270,"texture":"#0"},"east":{"uv":[3.9,8,4.3,9.9],"rotation":270,"texture":"#0"},"south":{"uv":[3.9,8,4.3,8.4],"rotation":270,"texture":"#0"},"west":{"uv":[3.9,8,4.3,9.9],"rotation":270,"texture":"#0"},"up":{"uv":[3.9,8,5.8,8.4],"rotation":270,"texture":"#0"},"down":{"uv":[3.9,8,5.8,8.4],"rotation":270,"texture":"#0"}}},{"from":[7.53976,15.26464,7.79648],"to":[8.33976,16.06464,9.59648],"rotation":{"angle":22.5,"axis":"x","origin":[7.94174,15.98045,7.58525]},"faces":{"north":{"uv":[7,10.5,8,11.5],"rotation":180,"texture":"#0"},"east":{"uv":[8,11.5,7,9.5],"rotation":90,"texture":"#0"},"south":{"uv":[7.5,8.5,8.5,9.5],"texture":"#0"},"west":{"uv":[8,11.5,7,9.5],"rotation":270,"texture":"#0"},"up":{"uv":[8,11.5,7,9.5],"texture":"#0"},"down":{"uv":[8,11.5,7,9.5],"rotation":180,"texture":"#0"}}},{"from":[7.63976,15.36464,8.54648],"to":[8.23976,15.96464,11.14648],"rotation":{"angle":22.5,"axis":"x","origin":[7.94174,15.98045,7.58525]},"faces":{"north":{"uv":[4.5,11,3.5,8],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,11,3.5,8],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,10,3.5,8],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,11,3.5,8],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,11,3.5,8],"texture":"#0"},"down":{"uv":[4.5,11,3.5,8],"rotation":180,"texture":"#0"}}},{"from":[7.78976,15.05604,8.72962],"to":[8.08976,15.35604,10.52962],"rotation":{"angle":0,"axis":"x","origin":[7.94174,15.98045,7.58525]},"faces":{"north":{"uv":[3.9,8.4,4.3,8],"rotation":270,"texture":"#0"},"east":{"uv":[3.9,9.9,4.3,8],"rotation":270,"texture":"#0"},"south":{"uv":[3.9,8.4,4.3,8],"rotation":270,"texture":"#0"},"west":{"uv":[3.9,9.9,4.3,8],"rotation":270,"texture":"#0"},"up":{"uv":[5.8,8,3.9,8.4],"rotation":270,"texture":"#0"},"down":{"uv":[5.8,8,3.9,8.4],"rotation":270,"texture":"#0"}}},{"from":[7.78976,12.79438,7.62613],"to":[8.08976,14.59438,7.92613],"rotation":{"angle":-45,"axis":"x","origin":[7.94174,15.98045,7.58525]},"faces":{"north":{"uv":[3.9,8.4,5.8,8],"rotation":270,"texture":"#0"},"east":{"uv":[4.3,8,3.9,9.9],"rotation":180,"texture":"#0"},"south":{"uv":[3.9,8.4,5.8,8],"rotation":90,"texture":"#0"},"west":{"uv":[4.3,8,3.9,9.9],"texture":"#0"},"up":{"uv":[4.3,8,3.9,8.4],"rotation":90,"texture":"#0"},"down":{"uv":[4.3,8,3.9,8.4],"rotation":270,"texture":"#0"}}},{"from":[7.79076,15.26564,11.69748],"to":[8.08876,16.06364,11.99548],"rotation":{"angle":22.5,"axis":"x","origin":[7.94174,15.98045,7.58525]},"faces":{"north":{"uv":[3.9,8.4,4.8,8],"rotation":270,"texture":"#0"},"east":{"uv":[4.3,8,3.9,8.9],"rotation":180,"texture":"#0"},"south":{"uv":[3.9,8.4,4.8,8],"rotation":90,"texture":"#0"},"west":{"uv":[4.3,8,3.9,8.9],"texture":"#0"},"up":{"uv":[4.3,8,3.9,8.4],"rotation":90,"texture":"#0"},"down":{"uv":[4.3,8,3.9,8.4],"rotation":270,"texture":"#0"}}},{"from":[7.78976,15.51464,9.94648],"to":[8.08976,15.81464,12.24648],"rotation":{"angle":22.5,"axis":"x","origin":[7.94174,15.98045,7.58525]},"faces":{"north":{"uv":[4.5,10,3.5,8],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,10,3.5,8],"rotation":90,"texture":"#0"},"south":{"uv":[4.5,10,3.5,8],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,10,3.5,8],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,10,3.5,8],"texture":"#0"},"down":{"uv":[4.5,10,3.5,8],"rotation":180,"texture":"#0"}}},{"from":[7.53976,15.89801,7.7972],"to":[8.33976,16.69801,9.5972],"rotation":{"angle":-22.5,"axis":"x","origin":[7.94174,15.98045,7.58525]},"faces":{"north":{"uv":[7,10.5,8,11.5],"rotation":180,"texture":"#0"},"east":{"uv":[8,11.5,7,9.5],"rotation":90,"texture":"#0"},"south":{"uv":[7.5,8.5,8.5,9.5],"texture":"#0"},"west":{"uv":[8,11.5,7,9.5],"rotation":270,"texture":"#0"},"up":{"uv":[8,11.5,7,9.5],"texture":"#0"},"down":{"uv":[8,11.5,7,9.5],"rotation":180,"texture":"#0"}}},{"from":[7.78976,15.64091,8.97267],"to":[8.08976,15.94091,10.77267],"rotation":{"angle":-45,"axis":"x","origin":[7.94174,15.98045,7.58525]},"faces":{"north":{"uv":[3.9,8.4,4.3,8],"rotation":270,"texture":"#0"},"east":{"uv":[3.9,9.9,4.3,8],"rotation":270,"texture":"#0"},"south":{"uv":[3.9,8.4,4.3,8],"rotation":270,"texture":"#0"},"west":{"uv":[3.9,9.9,4.3,8],"rotation":270,"texture":"#0"},"up":{"uv":[5.8,8,3.9,8.4],"rotation":270,"texture":"#0"},"down":{"uv":[5.8,8,3.9,8.4],"rotation":270,"texture":"#0"}}},{"from":[7.63976,15.99801,8.5472],"to":[8.23976,16.59801,11.1472],"rotation":{"angle":-22.5,"axis":"x","origin":[7.94174,15.98045,7.58525]},"faces":{"north":{"uv":[4.5,11,3.5,8],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,11,3.5,8],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,10,3.5,8],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,11,3.5,8],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,11,3.5,8],"texture":"#0"},"down":{"uv":[4.5,11,3.5,8],"rotation":180,"texture":"#0"}}},{"from":[7.78976,16.60676,8.72962],"to":[8.08976,16.90676,10.52962],"rotation":{"angle":0,"axis":"x","origin":[7.94174,15.98045,7.58525]},"faces":{"north":{"uv":[3.9,8.4,4.3,8],"rotation":90,"texture":"#0"},"east":{"uv":[3.9,9.9,4.3,8],"rotation":90,"texture":"#0"},"south":{"uv":[3.9,8.4,4.3,8],"rotation":90,"texture":"#0"},"west":{"uv":[3.9,9.9,4.3,8],"rotation":90,"texture":"#0"},"up":{"uv":[5.8,8,3.9,8.4],"rotation":270,"texture":"#0"},"down":{"uv":[5.8,8,3.9,8.4],"rotation":270,"texture":"#0"}}},{"from":[7.78976,16.14801,9.9472],"to":[8.08976,16.44801,12.2472],"rotation":{"angle":-22.5,"axis":"x","origin":[7.94174,15.98045,7.58525]},"faces":{"north":{"uv":[4.5,10,3.5,8],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,10,3.5,8],"rotation":90,"texture":"#0"},"south":{"uv":[4.5,10,3.5,8],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,10,3.5,8],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,10,3.5,8],"texture":"#0"},"down":{"uv":[4.5,10,3.5,8],"rotation":180,"texture":"#0"}}},{"from":[7.79076,15.89901,11.6982],"to":[8.08876,16.69701,11.9962],"rotation":{"angle":-22.5,"axis":"x","origin":[7.94174,15.98045,7.58525]},"faces":{"north":{"uv":[3.9,8.4,4.8,8],"rotation":270,"texture":"#0"},"east":{"uv":[4.3,8,3.9,8.9],"rotation":180,"texture":"#0"},"south":{"uv":[3.9,8.4,4.8,8],"rotation":90,"texture":"#0"},"west":{"uv":[4.3,8,3.9,8.9],"texture":"#0"},"up":{"uv":[4.3,8,3.9,8.4],"rotation":90,"texture":"#0"},"down":{"uv":[4.3,8,3.9,8.4],"rotation":270,"texture":"#0"}}},{"from":[7.78976,17.92116,6.23348],"to":[8.08976,19.72116,6.53348],"rotation":{"angle":22.5,"axis":"x","origin":[7.94174,15.98045,6.62769]},"faces":{"north":{"uv":[3.9,8,5.8,8.4],"rotation":90,"texture":"#0"},"east":{"uv":[3.9,8,4.3,9.9],"rotation":180,"texture":"#0"},"south":{"uv":[3.9,8,5.8,8.4],"rotation":270,"texture":"#0"},"west":{"uv":[3.9,8,4.3,9.9],"texture":"#0"},"up":{"uv":[3.9,8,4.3,8.4],"rotation":90,"texture":"#0"},"down":{"uv":[3.9,8,4.3,8.4],"rotation":270,"texture":"#0"}}},{"from":[7.78976,17.55471,7.60658],"to":[8.08976,19.35471,7.90658],"rotation":{"angle":-22.5,"axis":"x","origin":[7.94174,15.98045,6.62769]},"faces":{"north":{"uv":[3.9,8,5.8,8.4],"rotation":90,"texture":"#0"},"east":{"uv":[3.9,8,4.3,9.9],"texture":"#0"},"south":{"uv":[3.9,8,5.8,8.4],"rotation":270,"texture":"#0"},"west":{"uv":[3.9,8,4.3,9.9],"rotation":180,"texture":"#0"},"up":{"uv":[3.9,8,4.3,8.4],"rotation":270,"texture":"#0"},"down":{"uv":[3.9,8,4.3,8.4],"rotation":90,"texture":"#0"}}},{"from":[7.79076,20.6255,6.70747],"to":[8.08876,20.9235,7.50547],"rotation":{"angle":0,"axis":"x","origin":[7.94174,15.98045,6.62769]},"faces":{"north":{"uv":[3.9,8,4.3,8.4],"rotation":90,"texture":"#0"},"east":{"uv":[3.9,8,4.3,8.9],"rotation":90,"texture":"#0"},"south":{"uv":[3.9,8,4.3,8.4],"rotation":90,"texture":"#0"},"west":{"uv":[3.9,8,4.3,8.9],"rotation":90,"texture":"#0"},"up":{"uv":[3.9,8,4.8,8.4],"rotation":270,"texture":"#0"},"down":{"uv":[3.9,8,4.8,8.4],"rotation":270,"texture":"#0"}}},{"from":[7.78976,18.8745,6.95647],"to":[8.08976,21.1745,7.25647],"rotation":{"angle":0,"axis":"x","origin":[7.94174,15.98045,6.62769]},"faces":{"north":{"uv":[4.5,8,3.5,10],"texture":"#0"},"east":{"uv":[4.5,8,3.5,10],"texture":"#0"},"south":{"uv":[4.5,8,3.5,10],"texture":"#0"},"west":{"uv":[4.5,8,3.5,10],"texture":"#0"},"up":{"uv":[4.5,8,3.5,10],"rotation":90,"texture":"#0"},"down":{"uv":[4.5,8,3.5,10],"rotation":270,"texture":"#0"}}},{"from":[7.63976,17.4745,6.80647],"to":[8.23976,20.0745,7.40647],"rotation":{"angle":0,"axis":"x","origin":[7.94174,15.98045,6.62769]},"faces":{"north":{"uv":[4.5,8,3.5,11],"texture":"#0"},"east":{"uv":[4.5,8,3.5,11],"texture":"#0"},"south":{"uv":[4.5,8,3.5,11],"texture":"#0"},"west":{"uv":[4.5,8,3.5,11],"texture":"#0"},"up":{"uv":[5.5,8,3.5,10],"rotation":90,"texture":"#0"},"down":{"uv":[4.5,8,3.5,11],"rotation":270,"texture":"#0"}}},{"from":[7.53976,16.7245,6.70647],"to":[8.33976,18.5245,7.50647],"rotation":{"angle":0,"axis":"x","origin":[7.94174,15.98045,6.62769]},"faces":{"north":{"uv":[8,9.5,7,11.5],"texture":"#0"},"east":{"uv":[8,9.5,7,11.5],"texture":"#0"},"south":{"uv":[8,9.5,7,11.5],"texture":"#0"},"west":{"uv":[8,9.5,7,11.5],"texture":"#0"},"up":{"uv":[8.5,8.5,7.5,9.5],"rotation":180,"texture":"#0"},"down":{"uv":[8,10.5,7,11.5],"rotation":180,"texture":"#0"}}},{"from":[7.53976,13.4383,6.70647],"to":[8.33976,15.2383,7.50647],"rotation":{"angle":0,"axis":"x","origin":[7.94174,15.98045,6.62769]},"faces":{"north":{"uv":[8,9.5,7,11.5],"rotation":180,"texture":"#0"},"east":{"uv":[8,9.5,7,11.5],"rotation":180,"texture":"#0"},"south":{"uv":[8,9.5,7,11.5],"rotation":180,"texture":"#0"},"west":{"uv":[8,9.5,7,11.5],"rotation":180,"texture":"#0"},"up":{"uv":[8,10.5,7,11.5],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,8.5,7.5,9.5],"rotation":180,"texture":"#0"}}},{"from":[7.63976,11.8883,6.80647],"to":[8.23976,14.4883,7.40647],"rotation":{"angle":0,"axis":"x","origin":[7.94174,15.98045,6.62769]},"faces":{"north":{"uv":[4.5,8,3.5,11],"rotation":180,"texture":"#0"},"east":{"uv":[4.5,8,3.5,11],"rotation":180,"texture":"#0"},"south":{"uv":[4.5,8,3.5,11],"rotation":180,"texture":"#0"},"west":{"uv":[4.5,8,3.5,11],"rotation":180,"texture":"#0"},"up":{"uv":[4.5,8,3.5,11],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,8,3.5,10],"rotation":90,"texture":"#0"}}},{"from":[7.78976,10.7883,6.95647],"to":[8.08976,13.0883,7.25647],"rotation":{"angle":0,"axis":"x","origin":[7.94174,15.98045,6.62769]},"faces":{"north":{"uv":[4.5,8,3.5,10],"rotation":180,"texture":"#0"},"east":{"uv":[4.5,8,3.5,10],"rotation":180,"texture":"#0"},"south":{"uv":[4.5,8,3.5,10],"rotation":180,"texture":"#0"},"west":{"uv":[4.5,8,3.5,10],"rotation":180,"texture":"#0"},"up":{"uv":[4.5,8,3.5,10],"rotation":270,"texture":"#0"},"down":{"uv":[4.5,8,3.5,10],"rotation":90,"texture":"#0"}}},{"from":[7.79076,11.0393,6.70747],"to":[8.08876,11.3373,7.50547],"rotation":{"angle":0,"axis":"x","origin":[7.94174,15.98045,6.62769]},"faces":{"north":{"uv":[3.9,8,4.3,8.4],"rotation":270,"texture":"#0"},"east":{"uv":[3.9,8,4.3,8.9],"rotation":270,"texture":"#0"},"south":{"uv":[3.9,8,4.3,8.4],"rotation":270,"texture":"#0"},"west":{"uv":[3.9,8,4.3,8.9],"rotation":270,"texture":"#0"},"up":{"uv":[3.9,8,4.8,8.4],"rotation":270,"texture":"#0"},"down":{"uv":[3.9,8,4.8,8.4],"rotation":270,"texture":"#0"}}},{"from":[7.78976,12.24149,6.2342],"to":[8.08976,14.04149,6.5342],"rotation":{"angle":-22.5,"axis":"x","origin":[7.94174,15.98045,6.62769]},"faces":{"north":{"uv":[3.9,8,5.8,8.4],"rotation":90,"texture":"#0"},"east":{"uv":[3.9,8,4.3,9.9],"rotation":180,"texture":"#0"},"south":{"uv":[3.9,8,5.8,8.4],"rotation":270,"texture":"#0"},"west":{"uv":[3.9,8,4.3,9.9],"texture":"#0"},"up":{"uv":[3.9,8,4.3,8.4],"rotation":90,"texture":"#0"},"down":{"uv":[3.9,8,4.3,8.4],"rotation":270,"texture":"#0"}}},{"from":[7.78976,12.60795,7.60585],"to":[8.08976,14.40795,7.90585],"rotation":{"angle":22.5,"axis":"x","origin":[7.94174,15.98045,6.62769]},"faces":{"north":{"uv":[3.9,8,5.8,8.4],"rotation":90,"texture":"#0"},"east":{"uv":[3.9,8,4.3,9.9],"texture":"#0"},"south":{"uv":[3.9,8,5.8,8.4],"rotation":270,"texture":"#0"},"west":{"uv":[3.9,8,4.3,9.9],"rotation":180,"texture":"#0"},"up":{"uv":[3.9,8,4.3,8.4],"rotation":270,"texture":"#0"},"down":{"uv":[3.9,8,4.3,8.4],"rotation":90,"texture":"#0"}}}],"display":{"thirdperson_righthand":{"translation":[-0.25,4.25,1]},"thirdperson_lefthand":{"translation":[-0.25,4.25,1]},"firstperson_righthand":{"rotation":[-14,10,0],"translation":[1,1.25,0.75],"scale":[0.94,0.94,0.94]},"firstperson_lefthand":{"rotation":[-14,10,0],"translation":[1,1.25,0.75],"scale":[0.94,0.94,0.94]},"gui":{"rotation":[90,-132,100],"translation":[-0.75,0.25,0],"scale":[0.77,0.77,0.77]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/brawler_whiskey.json b/assets/minecraft/models/item/wynn/skin/relik/brawler_whiskey.json new file mode 100644 index 000000000..5905b27c9 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/brawler_whiskey.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/brawler/brawler_whiskey","particle":"skins/brawler/brawler_whiskey"},"elements":[{"from":[7,14,7],"to":[9,20,9],"faces":{"north":{"uv":[6,0,7,3],"texture":"#0"},"east":{"uv":[6,0,7,3],"texture":"#0"},"south":{"uv":[6,0,7,3],"texture":"#0"},"west":{"uv":[6,0,7,3],"texture":"#0"},"up":{"uv":[6,3,7,4],"texture":"#0"}}},{"from":[5,0,5],"to":[11,14,11],"faces":{"north":{"uv":[0,0,3,7],"texture":"#0"},"east":{"uv":[0,0,3,7],"texture":"#0"},"south":{"uv":[0,0,3,7],"texture":"#0"},"west":{"uv":[0,0,3,7],"texture":"#0"},"up":{"uv":[3,0,6,3],"texture":"#0"},"down":{"uv":[3,3,6,6],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[-180,0,-5],"translation":[-2,5,2],"scale":[0.8,0.8,0.8]},"thirdperson_lefthand":{"rotation":[-180,0,-5],"translation":[-2,5,2],"scale":[0.8,0.8,0.8]},"firstperson_righthand":{"rotation":[-170,0,9],"translation":[5,0,-3]},"firstperson_lefthand":{"rotation":[-170,0,9],"translation":[5,0,-3]},"gui":{"rotation":[-20,160,30],"translation":[-0.5,-0.5,0],"scale":[0.75,0.75,0.75]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/broccoli.json b/assets/minecraft/models/item/wynn/skin/relik/broccoli.json new file mode 100644 index 000000000..b4f257a1b --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/broccoli.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/broccoli_palette"},"elements":[{"from":[0.5,12,8],"to":[1,12.5,8.5],"faces":{"north":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"south":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"west":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"up":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"down":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"}}},{"from":[1,11,8],"to":[3,11.5,8.5],"faces":{"north":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"south":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"west":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"up":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"down":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"}}},{"from":[1,11,8.5],"to":[1.5,12,9],"faces":{"north":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"east":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"south":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"west":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"down":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"}}},{"from":[1,11.5,8],"to":[1.5,12,8.5],"faces":{"north":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"west":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"}}},{"from":[1,11.5,9],"to":[1.5,12,9.5],"faces":{"south":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"west":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"down":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"}}},{"from":[1,12,8],"to":[1.5,12.5,8.5],"faces":{"north":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"up":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"}}},{"from":[1,12,8.5],"to":[1.5,12.5,9],"faces":{"west":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"up":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"}}},{"from":[1,12,9],"to":[1.5,12.5,9.5],"faces":{"south":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"west":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"}}},{"from":[1,12,10],"to":[1.5,12.5,10.5],"faces":{"north":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"south":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"west":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"up":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"down":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[1,12.5,9],"to":[1.5,13,9.5],"faces":{"north":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"west":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"up":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[1,12.5,9.5],"to":[1.5,13,10],"faces":{"south":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"west":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"up":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"down":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"}}},{"from":[1,12.5,11],"to":[1.5,13,11.5],"faces":{"north":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"west":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"down":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"}}},{"from":[1,12.5,11.5],"to":[3,13,12],"faces":{"north":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"},"south":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"},"west":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"},"up":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"},"down":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"}}},{"from":[1,12.5,12],"to":[1.5,13,12.5],"faces":{"south":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"west":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"down":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"}}},{"from":[1,13,11],"to":[1.5,13.5,11.5],"faces":{"north":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"},"east":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"},"west":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"},"up":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"}}},{"from":[1,13,11.5],"to":[1.5,13.5,12],"faces":{"west":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"up":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"}}},{"from":[1,13,12],"to":[2,13.5,12.5],"faces":{"north":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"south":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"west":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"up":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"down":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"}}},{"from":[1,13.5,12],"to":[1.5,14,12.5],"faces":{"north":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"south":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"west":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"up":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"}}},{"from":[1.5,10.5,8],"to":[2,11,8.5],"faces":{"north":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"west":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"down":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[1.5,10.5,8.5],"to":[2,11,9],"faces":{"south":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"west":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"down":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[1.5,11,7.5],"to":[2,11.5,8],"faces":{"north":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"},"west":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"},"down":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"}}},{"from":[1.5,11,8.5],"to":[2,11.5,9],"faces":{"south":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"up":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"}}},{"from":[1.5,11.5,7.5],"to":[2,12,8],"faces":{"north":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"west":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"}}},{"from":[1.5,11.5,8],"to":[2,12,8.5],"faces":{"south":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[1.5,11.5,9],"to":[3,12,9.5],"faces":{"north":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"south":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"up":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"down":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"}}},{"from":[1.5,11.5,10],"to":[2,12,10.5],"faces":{"north":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"west":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"down":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"}}},{"from":[1.5,11.5,10.5],"to":[2,12,11],"faces":{"south":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"},"west":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"},"down":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"}}},{"from":[1.5,12,7.5],"to":[2,12.5,8],"faces":{"north":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"},"west":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"},"up":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"}}},{"from":[1.5,12,8],"to":[4.5,12.5,8.5],"faces":{"north":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"south":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"up":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"down":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"}}},{"from":[1.5,12,8.5],"to":[2,12.5,9],"faces":{"down":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"}}},{"from":[1.5,12,9],"to":[2,12.5,9.5],"faces":{"south":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"}}},{"from":[1.5,12,10],"to":[6.5,12.5,10.5],"faces":{"north":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"south":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"up":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"down":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"}}},{"from":[1.5,12,10.5],"to":[2,12.5,11],"faces":{"west":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"}}},{"from":[1.5,12,11],"to":[6.5,12.5,11.5],"faces":{"north":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"south":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"west":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"up":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"down":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"}}},{"from":[1.5,12,11.5],"to":[2,12.5,12],"faces":{"south":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"west":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"down":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"}}},{"from":[1.5,12.5,8.5],"to":[2,13,9],"faces":{"north":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"},"west":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"},"up":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"}}},{"from":[1.5,12.5,9],"to":[2.5,13,9.5],"faces":{"north":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"south":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"up":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"down":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"}}},{"from":[1.5,12.5,9.5],"to":[2,13,10.5],"faces":{"east":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"west":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"up":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"down":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"}}},{"from":[1.5,12.5,10.5],"to":[2,13,11],"faces":{"west":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"up":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"}}},{"from":[1.5,12.5,11],"to":[2,13,11.5],"faces":{"up":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"}}},{"from":[1.5,12.5,12],"to":[2,13,12.5],"faces":{"south":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"down":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"}}},{"from":[1.5,13,9.5],"to":[2,13.5,10],"faces":{"north":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"south":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"west":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"up":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"}}},{"from":[1.5,13,11.5],"to":[2,13.5,12],"faces":{"north":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"up":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"}}},{"from":[1.5,13,12.5],"to":[2,13.5,13],"faces":{"south":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"west":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"up":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"down":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"}}},{"from":[1.5,13.5,12],"to":[2,14,12.5],"faces":{"north":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"east":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"south":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"up":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"}}},{"from":[2,10.5,7.5],"to":[2.5,11,8],"faces":{"north":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"west":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"down":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"}}},{"from":[2,10.5,8],"to":[2.5,11,8.5],"faces":{"down":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[2,10.5,8.5],"to":[2.5,11,9],"faces":{"south":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"down":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"}}},{"from":[2,11,7.5],"to":[2.5,11.5,8],"faces":{"north":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"}}},{"from":[2,11,9],"to":[2.5,11.5,9.5],"faces":{"west":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"down":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"}}},{"from":[2,11,9.5],"to":[4,11.5,10],"faces":{"north":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"},"south":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"},"west":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"},"up":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"},"down":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"}}},{"from":[2,11.5,7.5],"to":[2.5,12,8],"faces":{"north":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"}}},{"from":[2,11.5,8.5],"to":[2.5,12,9],"faces":{"west":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"}}},{"from":[2,11.5,9.5],"to":[2.5,12,10],"faces":{"west":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"}}},{"from":[2,11.5,10],"to":[2.5,12,10.5],"faces":{"down":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"}}},{"from":[2,11.5,10.5],"to":[2.5,12,11],"faces":{"south":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"down":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"}}},{"from":[2,12,7],"to":[2.5,12.5,8],"faces":{"north":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"east":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"west":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"up":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"down":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"}}},{"from":[2,12,9.5],"to":[2.5,12.5,10],"faces":{"west":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"}}},{"from":[2,12,11.5],"to":[2.5,12.5,12],"faces":{"down":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"}}},{"from":[2,12,12],"to":[2.5,12.5,12.5],"faces":{"east":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"south":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"west":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"down":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"}}},{"from":[2,12.5,8],"to":[2.5,13,8.5],"faces":{"north":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"west":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"up":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"}}},{"from":[2,12.5,8.5],"to":[3,13,9],"faces":{"north":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"south":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"up":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"down":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[2,12.5,9.5],"to":[3,13,10],"faces":{"north":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"south":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"up":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"down":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"}}},{"from":[2,12.5,10],"to":[2.5,13,10.5],"faces":{"up":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"}}},{"from":[2,12.5,10.5],"to":[6.5,13,11],"faces":{"north":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"south":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"up":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"down":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"}}},{"from":[2,12.5,12],"to":[2.5,13,12.5],"faces":{"south":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"}}},{"from":[2,13,9],"to":[3,13.5,9.5],"faces":{"north":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"south":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"west":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"up":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"down":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"}}},{"from":[2,13,9.5],"to":[2.5,13.5,10],"faces":{"south":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"up":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"}}},{"from":[2,13,11],"to":[2.5,13.5,11.5],"faces":{"north":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"west":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"up":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"}}},{"from":[2,13,11.5],"to":[3,13.5,12],"faces":{"north":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"east":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"south":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"up":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"}}},{"from":[2,13,12],"to":[2.5,13.5,12.5],"faces":{"east":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"up":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"}}},{"from":[2,13,12.5],"to":[2.5,13.5,13],"faces":{"east":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"south":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"up":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"down":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"}}},{"from":[2.5,10,8],"to":[3,10.5,8.5],"faces":{"north":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"east":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"west":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"down":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"}}},{"from":[2.5,10,8.5],"to":[3,10.5,9],"faces":{"east":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"},"south":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"},"west":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"},"down":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"}}},{"from":[2.5,10.5,7.5],"to":[3,11,8],"faces":{"north":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"east":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"down":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"}}},{"from":[2.5,10.5,8],"to":[3,11,8.5],"faces":{"east":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"}}},{"from":[2.5,10.5,8.5],"to":[3,11,9],"faces":{"south":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[2.5,10.5,9.5],"to":[3,11,10],"faces":{"north":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"south":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"west":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"down":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"}}},{"from":[2.5,11,7],"to":[3,11.5,7.5],"faces":{"north":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"east":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"west":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"up":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"down":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"}}},{"from":[2.5,11,8.5],"to":[4,11.5,9],"faces":{"north":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"south":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"up":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"down":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"}}},{"from":[2.5,11,9],"to":[3,11.5,9.5],"faces":{"down":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"}}},{"from":[2.5,11,10],"to":[3,11.5,10.5],"faces":{"south":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"west":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"down":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"}}},{"from":[2.5,11.5,5.5],"to":[3,12,6],"faces":{"north":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"south":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"west":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"up":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"down":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"}}},{"from":[2.5,11.5,7.5],"to":[5,12,8],"faces":{"north":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"south":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"up":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"down":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"}}},{"from":[2.5,11.5,8.5],"to":[3,12.5,9],"faces":{"north":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"east":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"south":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"west":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"}}},{"from":[2.5,11.5,10.5],"to":[6.5,12,11],"faces":{"north":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"south":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"up":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"down":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"}}},{"from":[2.5,11.5,11],"to":[3,12,11.5],"faces":{"south":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"west":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"down":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"}}},{"from":[2.5,12,6],"to":[4,12.5,6.5],"faces":{"north":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"},"south":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"},"west":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"},"up":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"},"down":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"}}},{"from":[2.5,12,6.5],"to":[3,12.5,7],"faces":{"west":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"down":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"}}},{"from":[2.5,12,7],"to":[4,12.5,7.5],"faces":{"north":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"south":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"up":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"down":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"}}},{"from":[2.5,12,7.5],"to":[3,12.5,8],"faces":{"up":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"}}},{"from":[2.5,12,9],"to":[3,12.5,9.5],"faces":{"east":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"}}},{"from":[2.5,12,11.5],"to":[3,12.5,12],"faces":{"south":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"down":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"}}},{"from":[2.5,12.5,6],"to":[3,13,6.5],"faces":{"north":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"west":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"up":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"}}},{"from":[2.5,12.5,6.5],"to":[3,13,7],"faces":{"west":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"}}},{"from":[2.5,12.5,7],"to":[3,13,7.5],"faces":{"south":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"},"west":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"},"up":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"}}},{"from":[2.5,12.5,8],"to":[3,13,8.5],"faces":{"north":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"}}},{"from":[2.5,12.5,9],"to":[3,13,9.5],"faces":{"east":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"}}},{"from":[2.5,12.5,12],"to":[3,13,12.5],"faces":{"south":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"up":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"down":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"}}},{"from":[2.5,13,6.5],"to":[3,13.5,7],"faces":{"north":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"east":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"south":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"west":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"up":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[2.5,13,8],"to":[3,13.5,8.5],"faces":{"north":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"west":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"}}},{"from":[2.5,13,8.5],"to":[4.5,13.5,9],"faces":{"north":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"south":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"west":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"up":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"down":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"}}},{"from":[2.5,13,9.5],"to":[3.5,13.5,10],"faces":{"north":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"south":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"up":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"down":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"}}},{"from":[2.5,13,10],"to":[3,13.5,11],"faces":{"east":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"west":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"up":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"down":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"}}},{"from":[2.5,13,11],"to":[3,13.5,11.5],"faces":{"east":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"up":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[2.5,13.5,8],"to":[3,14,8.5],"faces":{"north":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"west":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"up":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"}}},{"from":[2.5,13.5,8.5],"to":[3.5,14,9],"faces":{"north":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"south":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"west":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"up":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"}}},{"from":[2.5,13.5,9],"to":[3,14,9.5],"faces":{"west":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"}}},{"from":[2.5,13.5,9.5],"to":[3,14,10],"faces":{"south":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"west":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"}}},{"from":[2.5,14,8.5],"to":[3,14.5,9],"faces":{"north":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"west":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"up":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"}}},{"from":[2.5,14,9],"to":[3,14.5,9.5],"faces":{"west":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"up":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"}}},{"from":[2.5,14,9.5],"to":[4,14.5,10],"faces":{"north":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"south":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"west":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"up":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"down":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"}}},{"from":[2.5,14,10],"to":[3,14.5,10.5],"faces":{"south":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"west":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"up":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"down":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"}}},{"from":[2.5,14.5,9.5],"to":[3,15,10],"faces":{"north":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"south":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"west":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"up":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"}}},{"from":[3,10.5,8.5],"to":[3.5,11,9],"faces":{"north":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"south":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"down":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"}}},{"from":[3,10.5,9.5],"to":[3.5,11,10],"faces":{"north":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"},"down":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"}}},{"from":[3,10.5,10],"to":[3.5,11,10.5],"faces":{"south":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"west":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"down":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[3,11,5.5],"to":[3.5,11.5,6],"faces":{"north":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"south":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"west":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"down":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"}}},{"from":[3,11,6.5],"to":[3.5,11.5,7],"faces":{"north":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"south":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"west":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"down":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"}}},{"from":[3,11,7.5],"to":[3.5,11.5,8],"faces":{"north":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"},"down":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"}}},{"from":[3,11,8],"to":[3.5,11.5,8.5],"faces":{"down":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"}}},{"from":[3,11,9],"to":[3.5,11.5,9.5],"faces":{"down":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"}}},{"from":[3,11,10.5],"to":[3.5,11.5,11],"faces":{"west":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"},"down":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"}}},{"from":[3,11,11],"to":[3.5,11.5,11.5],"faces":{"west":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"down":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"}}},{"from":[3,11,11.5],"to":[3.5,11.5,12],"faces":{"south":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"west":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"up":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"down":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"}}},{"from":[3,11.5,5.5],"to":[5.5,12,6],"faces":{"north":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"},"south":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"},"up":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"},"down":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"}}},{"from":[3,11.5,6],"to":[3.5,12,6.5],"faces":{"west":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"down":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"}}},{"from":[3,11.5,6.5],"to":[5.5,12,7],"faces":{"north":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"south":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"west":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"up":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"down":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"}}},{"from":[3,11.5,7],"to":[3.5,12,7.5],"faces":{"west":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"down":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"}}},{"from":[3,11.5,8.5],"to":[4.5,12,9],"faces":{"north":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"south":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"up":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"down":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"}}},{"from":[3,11.5,9],"to":[3.5,12,9.5],"faces":{"up":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"}}},{"from":[3,11.5,11],"to":[3.5,12,11.5],"faces":{"south":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"}}},{"from":[3,12,5.5],"to":[3.5,12.5,6],"faces":{"north":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"west":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"up":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"}}},{"from":[3,12,6.5],"to":[4,12.5,7],"faces":{"east":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"up":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"}}},{"from":[3,12,8.5],"to":[3.5,12.5,9],"faces":{"south":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"}}},{"from":[3,12,9.5],"to":[3.5,12.5,10],"faces":{"north":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"}}},{"from":[3,12,11.5],"to":[3.5,12.5,12],"faces":{"down":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"}}},{"from":[3,12,12],"to":[3.5,12.5,12.5],"faces":{"east":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"south":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"west":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"down":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"}}},{"from":[3,12.5,6],"to":[3.5,13,6.5],"faces":{"north":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"up":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[3,12.5,6.5],"to":[3.5,13,7],"faces":{"up":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"}}},{"from":[3,12.5,7],"to":[3.5,13,7.5],"faces":{"up":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"}}},{"from":[3,12.5,7.5],"to":[4.5,13,8],"faces":{"north":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"south":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"west":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"up":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"down":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"}}},{"from":[3,12.5,8.5],"to":[3.5,13,9],"faces":{"south":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"}}},{"from":[3,12.5,9.5],"to":[3.5,13,10],"faces":{"north":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"},"east":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"}}},{"from":[3,12.5,11],"to":[3.5,13,11.5],"faces":{"up":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"}}},{"from":[3,12.5,11.5],"to":[3.5,13,12],"faces":{"east":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"up":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"}}},{"from":[3,12.5,12],"to":[3.5,13,12.5],"faces":{"east":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"south":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"up":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"}}},{"from":[3,13,8],"to":[3.5,13.5,8.5],"faces":{"north":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"}}},{"from":[3,13,9],"to":[3.5,13.5,9.5],"faces":{"down":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"}}},{"from":[3,13,10],"to":[5.5,13.5,10.5],"faces":{"north":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"south":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"up":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"down":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"}}},{"from":[3,13,10.5],"to":[3.5,13.5,11],"faces":{"south":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"}}},{"from":[3,13.5,8],"to":[4,14,8.5],"faces":{"north":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"south":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"up":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"down":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"}}},{"from":[3,13.5,9],"to":[6,14,9.5],"faces":{"north":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"south":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"up":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"down":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"}}},{"from":[3,13.5,10],"to":[3.5,14,10.5],"faces":{"west":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"}}},{"from":[3,13.5,10.5],"to":[4,14,11],"faces":{"north":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"south":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"west":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"up":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"down":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"}}},{"from":[3,14,8.5],"to":[9,14.5,9],"faces":{"north":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"},"south":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"},"up":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"},"down":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"}}},{"from":[3,14,9],"to":[3.5,14.5,9.5],"faces":{"up":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"}}},{"from":[3,14,10],"to":[3.5,15,10.5],"faces":{"north":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"east":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"south":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"west":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"up":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"}}},{"from":[3,14.5,8.5],"to":[3.5,15,9],"faces":{"north":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"south":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"west":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"up":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"}}},{"from":[3,14.5,9.5],"to":[3.5,15,10],"faces":{"north":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"up":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"}}},{"from":[3.5,10,8.5],"to":[4,10.5,9],"faces":{"north":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"south":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"west":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"down":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"}}},{"from":[3.5,10.5,5],"to":[4,11,5.5],"faces":{"north":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"south":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"west":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"down":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"}}},{"from":[3.5,10.5,6],"to":[4,11,6.5],"faces":{"north":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"west":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"down":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"}}},{"from":[3.5,10.5,6.5],"to":[4,11,7],"faces":{"east":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"west":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"down":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"}}},{"from":[3.5,10.5,7],"to":[4,11,7.5],"faces":{"west":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"down":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[3.5,10.5,7.5],"to":[4,11,8],"faces":{"west":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"down":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"}}},{"from":[3.5,10.5,8],"to":[5,11,8.5],"faces":{"north":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"south":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"west":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"up":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"down":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"}}},{"from":[3.5,10.5,8.5],"to":[4,11,9],"faces":{"south":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"}}},{"from":[3.5,10.5,9.5],"to":[4,11,10],"faces":{"north":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"east":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"down":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"}}},{"from":[3.5,10.5,10],"to":[4,11,10.5],"faces":{"east":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"},"south":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"},"down":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"}}},{"from":[3.5,11,5],"to":[5.5,11.5,5.5],"faces":{"north":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"south":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"west":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"up":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"down":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"}}},{"from":[3.5,11,5.5],"to":[4,11.5,6],"faces":{"down":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"}}},{"from":[3.5,11,6],"to":[5,11.5,6.5],"faces":{"north":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"south":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"west":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"up":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"down":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"}}},{"from":[3.5,11,7],"to":[5,11.5,7.5],"faces":{"north":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"south":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"west":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"up":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"down":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"}}},{"from":[3.5,11,9],"to":[4.5,11.5,9.5],"faces":{"north":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"south":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"up":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"down":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"}}},{"from":[3.5,11,10.5],"to":[4,11.5,11],"faces":{"down":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"}}},{"from":[3.5,11,11],"to":[4,11.5,11.5],"faces":{"down":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"}}},{"from":[3.5,11,11.5],"to":[4,11.5,12],"faces":{"south":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"down":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"}}},{"from":[3.5,11.5,4.5],"to":[4,12,5],"faces":{"north":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"},"west":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"},"up":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"},"down":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"}}},{"from":[3.5,11.5,5],"to":[4,12,5.5],"faces":{"west":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"up":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"}}},{"from":[3.5,11.5,9],"to":[4,12,9.5],"faces":{"up":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"}}},{"from":[3.5,11.5,9.5],"to":[5,12,10],"faces":{"north":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"south":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"up":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"down":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[3.5,11.5,11.5],"to":[5.5,12,12],"faces":{"north":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"south":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"west":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"up":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"down":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[3.5,12,5.5],"to":[4,12.5,6],"faces":{"north":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"up":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[3.5,12,8.5],"to":[4,12.5,9],"faces":{"south":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"}}},{"from":[3.5,12,9.5],"to":[4,12.5,10],"faces":{"north":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"up":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"}}},{"from":[3.5,12,11.5],"to":[4,12.5,12],"faces":{"south":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"up":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"}}},{"from":[3.5,12.5,6],"to":[4,13,6.5],"faces":{"north":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"up":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"}}},{"from":[3.5,12.5,6.5],"to":[4,13,7],"faces":{"up":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"}}},{"from":[3.5,12.5,8],"to":[4,13.5,8.5],"faces":{"north":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"east":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"south":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"west":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"}}},{"from":[3.5,12.5,8.5],"to":[4,13,9],"faces":{"south":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"}}},{"from":[3.5,12.5,10],"to":[4,13,10.5],"faces":{"north":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"}}},{"from":[3.5,12.5,11],"to":[4,13,11.5],"faces":{"south":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"}}},{"from":[3.5,13,7],"to":[4.5,13.5,7.5],"faces":{"north":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"south":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"west":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"up":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"down":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"}}},{"from":[3.5,13,7.5],"to":[4,13.5,8],"faces":{"west":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"}}},{"from":[3.5,13,9],"to":[4,13.5,9.5],"faces":{"down":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"}}},{"from":[3.5,13,9.5],"to":[4,13.5,10],"faces":{"down":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[3.5,13,11],"to":[7.5,13.5,11.5],"faces":{"north":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"},"south":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"},"west":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"},"up":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"},"down":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"}}},{"from":[3.5,13.5,7.5],"to":[4,14,8],"faces":{"north":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"east":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"west":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"up":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"}}},{"from":[3.5,13.5,11],"to":[4,14,11.5],"faces":{"south":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"},"west":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"},"up":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"}}},{"from":[3.5,14,8],"to":[4,14.5,8.5],"faces":{"north":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"west":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"up":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"}}},{"from":[3.5,14,10.5],"to":[4,14.5,11],"faces":{"east":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"south":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"west":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"up":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"}}},{"from":[3.5,14.5,8.5],"to":[4,15,9],"faces":{"north":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"up":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"}}},{"from":[3.5,14.5,9],"to":[4,15,9.5],"faces":{"east":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"west":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"up":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[3.5,14.5,9.5],"to":[4,15,10],"faces":{"east":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"},"up":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"}}},{"from":[3.5,14.5,10],"to":[4,15,10.5],"faces":{"east":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"south":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"up":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"}}},{"from":[4,9.5,8],"to":[6,10,8.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[4,9.5,9],"to":[4.5,10,9.5],"faces":{"north":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"south":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"west":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"down":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"}}},{"from":[4,10,4.5],"to":[4.5,10.5,5],"faces":{"north":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"south":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"west":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"down":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"}}},{"from":[4,10,5.5],"to":[4.5,10.5,6],"faces":{"north":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"west":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"down":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"}}},{"from":[4,10,6],"to":[4.5,10.5,6.5],"faces":{"east":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"south":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"west":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"down":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"}}},{"from":[4,10,8],"to":[5.5,10.5,8.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[4,10,8.5],"to":[4.5,10.5,9],"faces":{"down":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"}}},{"from":[4,10,9],"to":[5,10.5,9.5],"faces":{"north":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"east":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"south":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"west":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"up":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"down":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"}}},{"from":[4,10.5,4.5],"to":[5,11,5],"faces":{"north":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"south":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"west":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"up":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"down":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"}}},{"from":[4,10.5,5],"to":[4.5,11,5.5],"faces":{"down":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"}}},{"from":[4,10.5,5.5],"to":[5.5,11,6],"faces":{"north":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"south":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"west":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"up":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"down":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"}}},{"from":[4,10.5,6],"to":[5,11,6.5],"faces":{"south":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"down":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"}}},{"from":[4,10.5,7],"to":[4.5,11,7.5],"faces":{"north":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"down":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"}}},{"from":[4,10.5,7.5],"to":[4.5,11,8],"faces":{"down":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"}}},{"from":[4,10.5,9],"to":[4.5,11,9.5],"faces":{"south":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"west":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"}}},{"from":[4,11,4.5],"to":[4.5,11.5,5],"faces":{"north":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"west":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[4,11,6.5],"to":[4.5,11.5,7],"faces":{"down":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"}}},{"from":[4,11,9.5],"to":[4.5,11.5,10],"faces":{"down":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"}}},{"from":[4,11,10],"to":[5.5,11.5,10.5],"faces":{"north":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"south":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"up":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"down":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"}}},{"from":[4,11,10.5],"to":[4.5,11.5,11],"faces":{"down":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"}}},{"from":[4,11,11],"to":[5,11.5,11.5],"faces":{"north":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"south":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"up":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"down":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"}}},{"from":[4,11,11.5],"to":[4.5,11.5,12],"faces":{"south":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"down":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"}}},{"from":[4,11.5,4.5],"to":[4.5,12,5],"faces":{"north":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"up":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"}}},{"from":[4,11.5,5],"to":[4.5,12,5.5],"faces":{"up":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"}}},{"from":[4,11.5,12],"to":[5,12,12.5],"faces":{"south":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"},"west":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"},"up":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"},"down":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"}}},{"from":[4,12,5.5],"to":[4.5,12.5,6],"faces":{"north":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"}}},{"from":[4,12,6],"to":[5,12.5,6.5],"faces":{"north":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"south":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"up":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"down":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"}}},{"from":[4,12,7],"to":[5,12.5,7.5],"faces":{"north":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"south":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"up":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"down":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[4,12,9],"to":[4.5,12.5,9.5],"faces":{"west":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"}}},{"from":[4,12,11.5],"to":[4.5,12.5,12],"faces":{"south":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"up":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"}}},{"from":[4,12.5,5.5],"to":[4.5,13,6],"faces":{"north":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"west":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"up":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"}}},{"from":[4,12.5,6],"to":[4.5,13,6.5],"faces":{"up":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"}}},{"from":[4,12.5,6.5],"to":[4.5,13,7],"faces":{"up":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"down":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"}}},{"from":[4,12.5,8],"to":[4.5,13,8.5],"faces":{"east":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[4,12.5,8.5],"to":[4.5,13,9],"faces":{"east":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"}}},{"from":[4,12.5,9],"to":[4.5,13,9.5],"faces":{"east":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"west":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"}}},{"from":[4,12.5,9.5],"to":[4.5,13,10],"faces":{"west":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"}}},{"from":[4,12.5,11],"to":[4.5,13,11.5],"faces":{"south":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"}}},{"from":[4,13,7.5],"to":[6,13.5,8],"faces":{"north":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"south":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"up":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"down":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[4,13,9],"to":[5,13.5,9.5],"faces":{"north":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"south":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"down":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"}}},{"from":[4,13,11.5],"to":[4.5,13.5,12],"faces":{"south":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"west":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"up":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"down":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"}}},{"from":[4,13.5,8],"to":[9,14,8.5],"faces":{"north":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"south":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"up":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"down":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"}}},{"from":[4,13.5,10.5],"to":[5,14,11],"faces":{"north":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"south":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"up":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"down":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"}}},{"from":[4,13.5,11],"to":[4.5,14,11.5],"faces":{"south":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"up":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"}}},{"from":[4,14,8],"to":[4.5,14.5,8.5],"faces":{"north":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"up":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"}}},{"from":[4,14,9],"to":[5,14.5,9.5],"faces":{"south":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"up":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"}}},{"from":[4,14,9.5],"to":[4.5,14.5,10],"faces":{"up":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"}}},{"from":[4,14,10],"to":[4.5,14.5,10.5],"faces":{"south":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"up":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"}}},{"from":[4,14.5,8.5],"to":[4.5,15,9],"faces":{"north":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"south":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"up":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"}}},{"from":[4.5,9.5,5],"to":[5,10,5.5],"faces":{"north":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"east":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"west":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"down":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"}}},{"from":[4.5,9.5,5.5],"to":[5,10,6],"faces":{"south":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"west":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"down":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"}}},{"from":[4.5,9.5,9],"to":[5,10,9.5],"faces":{"north":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"east":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"south":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"down":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[4.5,10,4.5],"to":[5,10.5,5],"faces":{"north":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"},"east":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"},"down":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"}}},{"from":[4.5,10,5],"to":[5,10.5,5.5],"faces":{"west":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"}}},{"from":[4.5,10,5.5],"to":[5,10.5,6],"faces":{"south":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"}}},{"from":[4.5,10,7.5],"to":[6,10.5,8],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[4.5,10,8.5],"to":[5,10.5,9],"faces":{"east":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"down":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"}}},{"from":[4.5,10.5,4],"to":[5,11,4.5],"faces":{"north":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"west":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"down":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"}}},{"from":[4.5,10.5,5],"to":[5.5,11,5.5],"faces":{"north":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"},"down":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"}}},{"from":[4.5,10.5,7],"to":[5.5,11,8],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[4.5,10.5,8.5],"to":[5,11,9],"faces":{"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[4.5,10.5,9],"to":[5,11,9.5],"faces":{"east":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"south":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"}}},{"from":[4.5,10.5,10],"to":[5,11,10.5],"faces":{"north":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"},"west":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"},"down":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"}}},{"from":[4.5,10.5,10.5],"to":[5,11,11],"faces":{"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[4.5,10.5,11],"to":[5,11,11.5],"faces":{"east":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"south":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"west":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"down":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[4.5,11,4],"to":[5,11.5,4.5],"faces":{"north":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"west":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"up":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"}}},{"from":[4.5,11,6.5],"to":[5,11.5,7],"faces":{"down":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"}}},{"from":[4.5,11,7.5],"to":[5.5,11.5,8],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[4.5,11,8],"to":[5,11.5,8.5],"faces":{"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[4.5,11,8.5],"to":[5,11.5,9],"faces":{"east":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"}}},{"from":[4.5,11,9],"to":[5,11.5,9.5],"faces":{"east":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"}}},{"from":[4.5,11,9.5],"to":[5,11.5,10],"faces":{"down":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"}}},{"from":[4.5,11,11.5],"to":[5,11.5,12],"faces":{"down":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"}}},{"from":[4.5,11,12],"to":[5,11.5,12.5],"faces":{"south":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"west":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"down":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"}}},{"from":[4.5,11.5,4.5],"to":[5,12,5],"faces":{"north":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"up":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[4.5,11.5,5],"to":[5,12,5.5],"faces":{"up":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"}}},{"from":[4.5,11.5,8],"to":[5,12,8.5],"faces":{"east":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[4.5,11.5,8.5],"to":[5,12,9],"faces":{"east":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"}}},{"from":[4.5,11.5,9],"to":[5,12,9.5],"faces":{"east":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"}}},{"from":[4.5,11.5,12.5],"to":[5,12,13],"faces":{"south":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"west":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"up":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"down":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"}}},{"from":[4.5,12,5.5],"to":[5,12.5,6],"faces":{"north":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"}}},{"from":[4.5,12,6.5],"to":[5,12.5,7],"faces":{"west":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"}}},{"from":[4.5,12,7.5],"to":[5,12.5,8],"faces":{"east":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[4.5,12,8],"to":[5,12.5,8.5],"faces":{"east":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"up":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"}}},{"from":[4.5,12,8.5],"to":[5,12.5,9],"faces":{"up":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[4.5,12,9],"to":[5,12.5,9.5],"faces":{"up":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"}}},{"from":[4.5,12,12],"to":[9,12.5,12.5],"faces":{"north":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"south":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"west":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"up":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"down":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"}}},{"from":[4.5,12.5,5.5],"to":[5,13,6],"faces":{"north":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"up":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"}}},{"from":[4.5,12.5,6],"to":[5.5,13,6.5],"faces":{"north":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"south":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"up":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"down":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"}}},{"from":[4.5,12.5,6.5],"to":[5,13,7],"faces":{"up":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"}}},{"from":[4.5,12.5,7],"to":[5.5,13,7.5],"faces":{"north":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"south":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"up":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"down":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"}}},{"from":[4.5,12.5,7.5],"to":[5,13,8],"faces":{"south":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"}}},{"from":[4.5,12.5,9.5],"to":[5.5,13,10],"faces":{"north":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"south":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"up":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"down":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"}}},{"from":[4.5,12.5,11.5],"to":[8,13,12],"faces":{"north":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"south":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"west":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"up":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"down":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"}}},{"from":[4.5,12.5,12],"to":[5,13,12.5],"faces":{"south":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"west":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"up":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"}}},{"from":[4.5,13,7],"to":[5,13.5,7.5],"faces":{"north":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"up":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"}}},{"from":[4.5,13,8],"to":[5,13.5,8.5],"faces":{"down":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"}}},{"from":[4.5,13,8.5],"to":[5.5,13.5,9],"faces":{"north":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"south":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"up":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"down":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"}}},{"from":[4.5,13,11.5],"to":[5,13.5,12],"faces":{"south":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"}}},{"from":[4.5,13.5,7.5],"to":[5,14,8],"faces":{"north":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"west":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"up":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"}}},{"from":[4.5,13.5,11.5],"to":[5,14,12],"faces":{"south":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"west":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"up":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"}}},{"from":[4.5,14,8],"to":[5,14.5,8.5],"faces":{"north":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"up":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"}}},{"from":[4.5,14,9.5],"to":[5,14.5,10],"faces":{"up":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"}}},{"from":[4.5,14,10],"to":[5,14.5,10.5],"faces":{"up":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"}}},{"from":[4.5,14,10.5],"to":[5,14.5,11],"faces":{"east":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"west":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"up":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"}}},{"from":[4.5,14,11],"to":[5,14.5,11.5],"faces":{"east":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"south":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"west":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"up":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"}}},{"from":[4.5,14.5,8.5],"to":[5,15,9],"faces":{"north":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"up":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"}}},{"from":[4.5,14.5,9],"to":[5,15,9.5],"faces":{"south":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"west":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"up":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"}}},{"from":[5,9.5,5.5],"to":[5.5,10.5,6],"faces":{"north":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"south":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"west":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"down":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[5,9.5,6],"to":[5.5,10,6.5],"faces":{"south":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"west":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"down":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"}}},{"from":[5,9.5,7.5],"to":[6,10,8],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[5,10,5],"to":[5.5,10.5,5.5],"faces":{"north":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"},"down":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"}}},{"from":[5,10,6],"to":[5.5,10.5,6.5],"faces":{"south":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"west":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"}}},{"from":[5,10.5,4],"to":[5.5,11,4.5],"faces":{"north":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"east":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"down":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"}}},{"from":[5,10.5,4.5],"to":[5.5,11,5],"faces":{"down":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"}}},{"from":[5,10.5,6],"to":[5.5,11,6.5],"faces":{"south":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"}}},{"from":[5,10.5,8],"to":[5.5,11,8.5],"faces":{"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[5,10.5,10],"to":[6,11,10.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[5,10.5,11.5],"to":[5.5,11,12],"faces":{"north":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"east":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"south":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"west":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"down":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"}}},{"from":[5,11,4],"to":[5.5,11.5,5],"faces":{"north":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"east":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"west":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"up":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"down":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"}}},{"from":[5,11,6],"to":[5.5,11.5,6.5],"faces":{"east":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[5,11,6.5],"to":[5.5,11.5,7],"faces":{"east":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"down":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"}}},{"from":[5,11,7],"to":[5.5,11.5,7.5],"faces":{"east":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[5,11,9.5],"to":[5.5,11.5,10],"faces":{"north":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"east":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"down":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"}}},{"from":[5,11,10.5],"to":[6,11.5,11],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[5,11,11],"to":[5.5,11.5,11.5],"faces":{"east":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"down":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"}}},{"from":[5,11,11.5],"to":[5.5,11.5,12],"faces":{"east":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"}}},{"from":[5,11,12],"to":[5.5,11.5,12.5],"faces":{"down":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"}}},{"from":[5,11,12.5],"to":[7,11.5,13],"faces":{"north":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"south":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"west":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"up":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"down":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"}}},{"from":[5,11.5,4.5],"to":[5.5,12,5],"faces":{"north":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"up":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[5,11.5,5],"to":[6,12,5.5],"faces":{"north":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"south":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"up":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"down":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"}}},{"from":[5,11.5,7.5],"to":[5.5,12,8],"faces":{"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[5,11.5,9.5],"to":[5.5,12,10],"faces":{"north":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"}}},{"from":[5,11.5,12.5],"to":[5.5,12,13],"faces":{"south":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"}}},{"from":[5,12,5],"to":[5.5,12.5,5.5],"faces":{"north":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"west":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"}}},{"from":[5,12,5.5],"to":[6,12.5,6],"faces":{"north":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"south":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"up":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"down":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[5,12,7],"to":[5.5,12.5,7.5],"faces":{"east":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"south":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"}}},{"from":[5,12,8.5],"to":[5.5,12.5,9],"faces":{"north":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"east":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"down":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"}}},{"from":[5,12,9],"to":[5.5,12.5,9.5],"faces":{"east":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"down":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"}}},{"from":[5,12,9.5],"to":[6,12.5,10],"faces":{"north":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"},"up":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"},"down":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"}}},{"from":[5,12,12.5],"to":[5.5,12.5,13],"faces":{"south":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"west":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"up":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"}}},{"from":[5,12.5,5],"to":[5.5,13,5.5],"faces":{"north":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"west":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"up":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"}}},{"from":[5,12.5,6.5],"to":[6,13,7],"faces":{"north":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"south":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"up":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"down":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"}}},{"from":[5,12.5,7.5],"to":[5.5,13,8],"faces":{"down":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"}}},{"from":[5,12.5,8],"to":[5.5,13,8.5],"faces":{"east":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"west":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"down":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"}}},{"from":[5,12.5,8.5],"to":[5.5,13,9],"faces":{"west":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"}}},{"from":[5,12.5,9],"to":[5.5,13,9.5],"faces":{"west":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"}}},{"from":[5,12.5,12],"to":[5.5,13,12.5],"faces":{"south":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"up":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"}}},{"from":[5,13,5.5],"to":[5.5,13.5,6],"faces":{"north":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"west":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"up":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"}}},{"from":[5,13,6],"to":[10,13.5,6.5],"faces":{"north":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"south":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"west":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"up":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"down":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[5,13,6.5],"to":[5.5,13.5,7],"faces":{"west":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"}}},{"from":[5,13,7],"to":[5.5,13.5,7.5],"faces":{"up":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"}}},{"from":[5,13,9.5],"to":[6,13.5,10],"faces":{"north":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"south":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"up":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"down":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"}}},{"from":[5,13,10.5],"to":[6,13.5,11],"faces":{"north":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"up":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"}}},{"from":[5,13,11.5],"to":[5.5,13.5,12],"faces":{"south":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"}}},{"from":[5,13.5,6],"to":[5.5,14,6.5],"faces":{"north":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"west":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"up":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"}}},{"from":[5,13.5,6.5],"to":[7,14,7],"faces":{"north":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"},"south":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"},"west":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"},"up":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"},"down":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"}}},{"from":[5,13.5,7.5],"to":[5.5,14,8],"faces":{"north":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"up":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"}}},{"from":[5,13.5,10],"to":[7.5,14,10.5],"faces":{"north":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"south":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"up":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"down":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"}}},{"from":[5,13.5,10.5],"to":[5.5,14,11],"faces":{"up":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"}}},{"from":[5,13.5,11],"to":[5.5,14,11.5],"faces":{"up":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"}}},{"from":[5,13.5,11.5],"to":[5.5,14,12],"faces":{"south":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"up":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"}}},{"from":[5,14,6.5],"to":[5.5,14.5,7],"faces":{"north":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"south":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"west":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"up":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"}}},{"from":[5,14,8],"to":[5.5,14.5,8.5],"faces":{"north":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"}}},{"from":[5,14,9.5],"to":[5.5,14.5,10],"faces":{"up":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"}}},{"from":[5,14,10],"to":[5.5,14.5,10.5],"faces":{"south":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"up":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"}}},{"from":[5,14.5,8],"to":[5.5,15,8.5],"faces":{"north":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"east":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"west":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"up":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"}}},{"from":[5,14.5,8.5],"to":[5.5,15,9],"faces":{"up":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[5,14.5,9],"to":[6,15,9.5],"faces":{"north":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"south":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"up":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"down":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"}}},{"from":[5.5,7.5,9],"to":[6,8,9.5],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"south":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"up":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"down":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[5.5,8,9.5],"to":[6,8.5,10],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[5.5,8.5,9.5],"to":[6,9,10],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"east":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"south":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[5.5,9,6],"to":[6.5,9.5,6.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[5.5,9,8],"to":[6,9.5,8.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[5.5,9,9.5],"to":[6,10,10],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[5.5,9,10],"to":[6,10,10.5],"faces":{"east":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"south":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"down":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[5.5,9.5,5],"to":[6,10.5,5.5],"faces":{"north":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"east":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"west":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"down":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"}}},{"from":[5.5,9.5,5.5],"to":[6,10.5,6],"faces":{"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[5.5,9.5,6],"to":[6,10,6.5],"faces":{"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[5.5,10,6],"to":[6,10.5,6.5],"faces":{"east":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"south":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"}}},{"from":[5.5,10,10],"to":[6,10.5,10.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[5.5,10.5,4.5],"to":[6,11,5],"faces":{"north":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"east":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"down":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"}}},{"from":[5.5,10.5,5],"to":[6,11,5.5],"faces":{"east":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"}}},{"from":[5.5,10.5,5.5],"to":[6,11,6],"faces":{"east":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"}}},{"from":[5.5,10.5,6],"to":[6,11,6.5],"faces":{"east":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"south":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"up":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"}}},{"from":[5.5,10.5,12],"to":[6,11,12.5],"faces":{"north":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"east":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"south":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"west":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"down":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"}}},{"from":[5.5,11,4],"to":[6,11.5,4.5],"faces":{"north":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"east":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"up":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"down":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"}}},{"from":[5.5,11,4.5],"to":[6,11.5,5],"faces":{"east":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"}}},{"from":[5.5,11,5],"to":[6,11.5,5.5],"faces":{"east":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"}}},{"from":[5.5,11,5.5],"to":[6,11.5,6],"faces":{"south":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"}}},{"from":[5.5,11,10],"to":[6,11.5,10.5],"faces":{"north":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"east":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[5.5,11,12],"to":[6,11.5,12.5],"faces":{"north":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[5.5,11,13],"to":[6,11.5,13.5],"faces":{"south":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"west":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"up":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"down":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"}}},{"from":[5.5,11.5,4.5],"to":[6,12,5],"faces":{"north":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"up":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"}}},{"from":[5.5,11.5,5.5],"to":[6,12,6],"faces":{"east":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"}}},{"from":[5.5,11.5,6],"to":[6,12,6.5],"faces":{"east":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"down":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"}}},{"from":[5.5,11.5,6.5],"to":[6,12,7],"faces":{"down":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"}}},{"from":[5.5,11.5,7],"to":[6,12,7.5],"faces":{"east":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"},"south":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"},"up":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"},"down":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"}}},{"from":[5.5,11.5,9.5],"to":[6,12,10],"faces":{"north":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"down":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"}}},{"from":[5.5,11.5,11],"to":[6,12,11.5],"faces":{"down":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[5.5,11.5,11.5],"to":[6.5,12,12],"faces":{"north":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"south":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"up":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"down":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"}}},{"from":[5.5,11.5,12.5],"to":[6,12,13],"faces":{"south":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[5.5,12,5],"to":[8.5,12.5,5.5],"faces":{"north":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"south":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"up":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"down":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"}}},{"from":[5.5,12,6.5],"to":[6,12.5,7],"faces":{"south":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"}}},{"from":[5.5,12,13],"to":[6,12.5,13.5],"faces":{"south":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"west":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"down":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"}}},{"from":[5.5,12.5,5],"to":[6,13,5.5],"faces":{"north":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"up":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"}}},{"from":[5.5,12.5,5.5],"to":[10,13,6],"faces":{"north":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"south":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"up":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"down":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"}}},{"from":[5.5,12.5,7],"to":[6,13.5,7.5],"faces":{"north":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"east":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"south":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"west":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"down":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"}}},{"from":[5.5,12.5,7.5],"to":[6,13,8],"faces":{"east":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"south":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"down":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"}}},{"from":[5.5,12.5,8.5],"to":[6,13,9],"faces":{"north":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"down":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"}}},{"from":[5.5,12.5,9],"to":[6,13,9.5],"faces":{"down":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"}}},{"from":[5.5,12.5,9.5],"to":[7,13,10],"faces":{"north":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"south":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"up":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"down":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[5.5,12.5,12],"to":[6,13,12.5],"faces":{"up":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"}}},{"from":[5.5,12.5,12.5],"to":[7.5,13,13],"faces":{"north":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"south":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"west":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"up":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"down":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"}}},{"from":[5.5,12.5,13],"to":[6,13,13.5],"faces":{"south":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"west":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"up":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"}}},{"from":[5.5,13,5.5],"to":[6,13.5,6],"faces":{"north":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"up":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"}}},{"from":[5.5,13,8],"to":[6,13.5,8.5],"faces":{"down":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"}}},{"from":[5.5,13,8.5],"to":[6,13.5,9],"faces":{"east":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"}}},{"from":[5.5,13,9],"to":[6,13.5,9.5],"faces":{"east":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"}}},{"from":[5.5,13,11.5],"to":[6,14,12],"faces":{"north":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"east":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"south":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"west":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"up":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"}}},{"from":[5.5,13.5,6],"to":[6,14,6.5],"faces":{"north":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"}}},{"from":[5.5,13.5,7],"to":[6.5,14,7.5],"faces":{"south":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"west":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"up":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"down":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"}}},{"from":[5.5,13.5,10.5],"to":[6,14,11],"faces":{"up":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"}}},{"from":[5.5,13.5,11],"to":[6,14,11.5],"faces":{"up":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"}}},{"from":[5.5,14,6],"to":[6,14.5,6.5],"faces":{"north":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"west":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"up":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"}}},{"from":[5.5,14,6.5],"to":[6,14.5,7.5],"faces":{"east":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"west":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"up":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"down":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"}}},{"from":[5.5,14,7.5],"to":[6.5,14.5,8],"faces":{"north":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"south":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"west":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"up":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"down":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"}}},{"from":[5.5,14,8],"to":[6,14.5,8.5],"faces":{"up":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[5.5,14,9.5],"to":[6.5,14.5,10],"faces":{"north":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"},"south":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"},"up":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"},"down":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"}}},{"from":[5.5,14,10],"to":[6,14.5,10.5],"faces":{"south":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"},"up":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"}}},{"from":[5.5,14.5,8.5],"to":[6,15,9],"faces":{"north":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"up":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"}}},{"from":[6,0,7.5],"to":[6.5,0.5,8],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"south":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"up":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"down":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[6,1.5,8],"to":[7.5,2,8.5],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"south":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"up":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"down":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[6,2,8],"to":[6.5,2.5,8.5],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"south":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"up":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[6,6,8.5],"to":[6.5,6.5,9],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"south":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"down":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[6,6.5,8.5],"to":[9.5,8,9],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[6,6.5,9],"to":[6.5,7.5,9.5],"faces":{"south":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"down":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[6,7.5,9],"to":[6.5,8,9.5],"faces":{"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[6,7.5,9.5],"to":[6.5,8,10],"faces":{"east":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"south":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"up":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"down":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[6,8,8],"to":[6.5,9.5,8.5],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"east":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"south":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"up":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"down":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[6,8.5,6.5],"to":[7,9,7],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[6,9,6.5],"to":[6.5,9.5,7],"faces":{"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[6,10,5.5],"to":[6.5,10.5,6],"faces":{"north":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"east":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"south":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"up":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"down":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"}}},{"from":[6,10,11.5],"to":[6.5,10.5,12],"faces":{"north":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"east":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"south":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"west":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"down":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"}}},{"from":[6,10,12.5],"to":[6.5,10.5,13],"faces":{"north":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"south":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"west":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"down":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"}}},{"from":[6,10.5,9],"to":[6.5,11,9.5],"faces":{"north":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"south":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"west":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"down":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[6,10.5,11],"to":[6.5,11,11.5],"faces":{"north":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"east":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"west":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"down":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"}}},{"from":[6,10.5,11.5],"to":[6.5,11,12],"faces":{"east":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"south":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"west":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[6,10.5,12.5],"to":[6.5,11,13],"faces":{"north":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"south":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"west":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"}}},{"from":[6,11,5.5],"to":[6.5,11.5,6],"faces":{"north":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"east":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"south":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"up":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"down":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"}}},{"from":[6,11,9],"to":[7,11.5,9.5],"faces":{"north":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"south":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"west":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"up":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"down":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"}}},{"from":[6,11,10.5],"to":[6.5,11.5,11],"faces":{"north":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"down":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"}}},{"from":[6,11,11],"to":[6.5,11.5,11.5],"faces":{"west":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[6,11,11.5],"to":[6.5,11.5,12],"faces":{"east":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"west":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[6,11,12],"to":[6.5,11.5,12.5],"faces":{"down":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"}}},{"from":[6,11,13],"to":[6.5,11.5,13.5],"faces":{"south":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"},"down":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"}}},{"from":[6,11.5,4],"to":[7.5,12,4.5],"faces":{"north":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"south":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"west":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"up":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"down":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"}}},{"from":[6,11.5,4.5],"to":[6.5,12,5],"faces":{"down":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[6,11.5,5],"to":[6.5,12,5.5],"faces":{"south":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"down":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"}}},{"from":[6,11.5,6.5],"to":[6.5,12,7],"faces":{"north":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"south":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"down":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"}}},{"from":[6,11.5,8],"to":[6.5,12,8.5],"faces":{"north":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"west":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"down":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"}}},{"from":[6,11.5,8.5],"to":[7.5,12,9],"faces":{"north":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"south":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"west":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"up":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"down":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"}}},{"from":[6,11.5,9],"to":[6.5,12,9.5],"faces":{"west":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"}}},{"from":[6,11.5,9.5],"to":[6.5,12,10],"faces":{"down":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"}}},{"from":[6,11.5,10],"to":[6.5,12,10.5],"faces":{"east":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"down":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"}}},{"from":[6,11.5,11],"to":[10,12,11.5],"faces":{"north":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"south":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"up":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"down":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"}}},{"from":[6,11.5,13],"to":[6.5,12,13.5],"faces":{"south":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"west":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"}}},{"from":[6,12,4],"to":[6.5,13,4.5],"faces":{"north":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"east":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"south":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"west":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"up":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"}}},{"from":[6,12,4.5],"to":[6.5,12.5,5],"faces":{"west":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"}}},{"from":[6,12,5.5],"to":[6.5,12.5,6],"faces":{"down":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[6,12,6],"to":[6.5,12.5,6.5],"faces":{"down":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"}}},{"from":[6,12,6.5],"to":[6.5,12.5,7],"faces":{"east":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"south":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"}}},{"from":[6,12,7.5],"to":[6.5,12.5,8],"faces":{"north":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"west":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"up":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"down":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"}}},{"from":[6,12,8],"to":[7,12.5,8.5],"faces":{"north":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"south":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"west":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"up":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"down":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"}}},{"from":[6,12,8.5],"to":[6.5,12.5,9],"faces":{"west":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"}}},{"from":[6,12,9],"to":[7,12.5,9.5],"faces":{"north":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"},"south":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"},"west":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"},"up":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"},"down":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"}}},{"from":[6,12,10.5],"to":[7,12.5,11],"faces":{"north":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"south":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"up":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"down":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"}}},{"from":[6,12,13],"to":[8.5,12.5,13.5],"faces":{"north":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"},"south":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"},"up":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"},"down":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"}}},{"from":[6,12.5,4.5],"to":[7.5,13,5],"faces":{"north":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"south":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"west":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"up":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"down":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"}}},{"from":[6,12.5,6.5],"to":[6.5,13,7],"faces":{"south":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"}}},{"from":[6,12.5,8],"to":[6.5,13,8.5],"faces":{"north":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"west":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[6,12.5,8.5],"to":[7,13,9],"faces":{"north":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"south":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"up":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"down":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"}}},{"from":[6,12.5,9],"to":[6.5,13,9.5],"faces":{"up":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"}}},{"from":[6,12.5,13],"to":[6.5,13,13.5],"faces":{"south":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"up":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[6,13,5],"to":[7.5,13.5,5.5],"faces":{"north":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"south":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"west":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"up":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"down":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"}}},{"from":[6,13,7],"to":[7.5,13.5,7.5],"faces":{"north":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"south":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"up":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"down":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"}}},{"from":[6,13,7.5],"to":[6.5,13.5,8],"faces":{"down":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"}}},{"from":[6,13,8],"to":[6.5,13.5,8.5],"faces":{"south":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"}}},{"from":[6,13,9.5],"to":[6.5,13.5,10],"faces":{"north":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"}}},{"from":[6,13,11.5],"to":[6.5,13.5,12.5],"faces":{"east":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"west":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"up":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"down":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[6,13,12.5],"to":[6.5,13.5,13],"faces":{"south":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"west":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"up":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"}}},{"from":[6,13.5,5.5],"to":[6.5,14,6],"faces":{"north":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"west":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"up":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"}}},{"from":[6,13.5,7.5],"to":[7,14,8],"faces":{"north":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"up":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"down":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"}}},{"from":[6,13.5,8.5],"to":[6.5,14,9],"faces":{"down":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"}}},{"from":[6,13.5,9],"to":[9,14,9.5],"faces":{"north":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"south":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"up":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"down":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"}}},{"from":[6,13.5,11],"to":[6.5,14,11.5],"faces":{"up":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"}}},{"from":[6,13.5,11.5],"to":[6.5,14,12],"faces":{"up":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"}}},{"from":[6,13.5,12],"to":[6.5,14,12.5],"faces":{"south":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"west":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"up":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"}}},{"from":[6,14,6],"to":[6.5,14.5,6.5],"faces":{"north":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"up":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"}}},{"from":[6,14,6.5],"to":[6.5,14.5,7],"faces":{"up":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[6,14,7],"to":[6.5,14.5,7.5],"faces":{"up":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"}}},{"from":[6,14,10],"to":[6.5,14.5,10.5],"faces":{"up":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"}}},{"from":[6,14,10.5],"to":[7,14.5,11],"faces":{"north":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"east":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"south":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"west":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"up":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"down":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"}}},{"from":[6,14.5,7.5],"to":[6.5,15,8],"faces":{"north":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"east":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"west":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"up":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"}}},{"from":[6,14.5,8],"to":[6.5,15,8.5],"faces":{"east":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"west":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"up":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[6,14.5,8.5],"to":[6.5,15,9],"faces":{"up":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"}}},{"from":[6,14.5,9],"to":[6.5,15,9.5],"faces":{"up":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[6,14.5,9.5],"to":[6.5,15,10],"faces":{"east":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"south":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"west":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"up":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"}}},{"from":[6.5,0,7],"to":[7.5,1,7.5],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"east":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"south":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"down":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[6.5,0,7.5],"to":[7,0.5,8],"faces":{"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[6.5,0,8],"to":[7,1.5,8.5],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"east":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"south":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"down":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[6.5,0,8.5],"to":[7,1,9],"faces":{"south":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"up":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"down":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[6.5,0.5,7.5],"to":[7,3.5,8],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"east":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"south":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[6.5,1,7],"to":[8.5,1.5,7.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[6.5,1.5,7],"to":[7,2.5,7.5],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[6.5,1.5,8.5],"to":[7,3,9],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"south":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"down":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[6.5,2,8],"to":[8.5,2.5,8.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[6.5,2.5,7],"to":[8.5,3,7.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[6.5,2.5,8],"to":[7,3.5,8.5],"faces":{"south":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[6.5,3,7],"to":[7,3.5,7.5],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[6.5,3,8.5],"to":[8,5,9],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[6.5,3.5,7],"to":[8.5,4.5,8.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[6.5,4.5,7],"to":[7,5,7.5],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"up":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[6.5,4.5,7.5],"to":[9,5,8],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[6.5,4.5,8],"to":[7,6,8.5],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"south":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[6.5,5,7.5],"to":[7,5.5,8],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[6.5,5.5,7.5],"to":[9,6.5,8],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[6.5,5.5,8.5],"to":[9,6.5,9],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[6.5,6,8],"to":[10,6.5,8.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[6.5,6.5,8],"to":[7,8,8.5],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"east":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[6.5,6.5,9],"to":[7,7.5,9.5],"faces":{"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[6.5,8,6.5],"to":[7,8.5,7],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"east":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"down":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[6.5,8,7],"to":[7.5,8.5,7.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[6.5,8,8],"to":[9.5,8.5,9],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[6.5,10,8.5],"to":[8,10.5,9],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[6.5,10,12.5],"to":[7,10.5,13],"faces":{"north":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"east":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"south":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"down":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"}}},{"from":[6.5,10.5,3],"to":[7,11,3.5],"faces":{"north":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"east":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"west":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"up":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"down":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"}}},{"from":[6.5,10.5,3.5],"to":[7,11,4],"faces":{"east":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"west":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"down":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"}}},{"from":[6.5,10.5,4],"to":[7,11,4.5],"faces":{"south":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"west":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"down":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"}}},{"from":[6.5,10.5,8.5],"to":[7.5,11,9.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[6.5,10.5,10.5],"to":[7,11,11],"faces":{"north":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"east":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"south":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"west":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"down":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"}}},{"from":[6.5,10.5,12],"to":[7,11.5,12.5],"faces":{"north":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"east":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"south":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"west":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"down":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"}}},{"from":[6.5,10.5,12.5],"to":[7,11,13],"faces":{"east":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"}}},{"from":[6.5,10.5,13],"to":[7,11,13.5],"faces":{"south":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"west":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"down":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"}}},{"from":[6.5,11,3.5],"to":[7,11.5,4],"faces":{"north":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"east":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"west":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"}}},{"from":[6.5,11,4],"to":[7,11.5,4.5],"faces":{"west":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"}}},{"from":[6.5,11,4.5],"to":[7,11.5,5],"faces":{"south":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"west":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"down":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"}}},{"from":[6.5,11,8],"to":[7,11.5,8.5],"faces":{"north":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"west":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"down":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[6.5,11,8.5],"to":[7,11.5,9],"faces":{"west":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"}}},{"from":[6.5,11,9.5],"to":[7,11.5,10],"faces":{"south":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"west":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"down":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[6.5,11,10.5],"to":[7,11.5,11],"faces":{"north":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"}}},{"from":[6.5,11,11],"to":[7,11.5,11.5],"faces":{"south":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"down":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"}}},{"from":[6.5,11,13.5],"to":[7,11.5,14],"faces":{"south":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"west":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"up":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"down":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[6.5,11.5,3.5],"to":[7,12,4],"faces":{"north":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"west":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"up":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"}}},{"from":[6.5,11.5,5],"to":[7,12,5.5],"faces":{"down":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"}}},{"from":[6.5,11.5,5.5],"to":[7,12,6],"faces":{"south":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"west":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"down":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"}}},{"from":[6.5,11.5,6.5],"to":[7,12,7],"faces":{"north":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"east":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"south":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"up":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"down":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[6.5,11.5,8],"to":[7,12,8.5],"faces":{"north":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"}}},{"from":[6.5,11.5,9],"to":[7,12,10],"faces":{"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[6.5,11.5,10.5],"to":[7,12,11],"faces":{"north":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"}}},{"from":[6.5,11.5,11.5],"to":[7,12,12],"faces":{"down":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"}}},{"from":[6.5,11.5,12.5],"to":[7.5,12,13],"faces":{"north":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"south":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"up":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"down":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"}}},{"from":[6.5,11.5,13],"to":[7,12,13.5],"faces":{"south":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"}}},{"from":[6.5,12,4],"to":[7,12.5,4.5],"faces":{"north":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"}}},{"from":[6.5,12,6],"to":[7,12.5,6.5],"faces":{"east":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"south":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"down":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"}}},{"from":[6.5,12,7.5],"to":[7,12.5,8],"faces":{"north":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"up":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"down":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"}}},{"from":[6.5,12,10],"to":[7.5,12.5,10.5],"faces":{"north":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"south":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"up":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"down":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"}}},{"from":[6.5,12,13.5],"to":[7,12.5,14],"faces":{"south":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"west":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"down":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"}}},{"from":[6.5,12.5,4],"to":[7,13,4.5],"faces":{"north":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"up":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[6.5,12.5,6.5],"to":[7,13,7],"faces":{"down":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"}}},{"from":[6.5,12.5,7],"to":[7,13,7.5],"faces":{"east":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"south":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"west":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"down":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"}}},{"from":[6.5,12.5,8],"to":[7,13,8.5],"faces":{"north":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"east":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"}}},{"from":[6.5,12.5,9],"to":[7.5,13,9.5],"faces":{"north":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"},"south":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"},"up":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"},"down":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"}}},{"from":[6.5,12.5,10.5],"to":[8,13,11],"faces":{"north":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"south":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"up":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"down":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"}}},{"from":[6.5,12.5,13.5],"to":[7,13,14],"faces":{"south":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"west":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"up":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"}}},{"from":[6.5,13,4.5],"to":[7,13.5,5],"faces":{"north":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"west":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"}}},{"from":[6.5,13,7.5],"to":[7,13.5,8],"faces":{"down":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"}}},{"from":[6.5,13,8.5],"to":[9.5,13.5,9],"faces":{"north":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"south":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"west":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"up":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"down":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"}}},{"from":[6.5,13,9],"to":[7,13.5,9.5],"faces":{"west":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"}}},{"from":[6.5,13,9.5],"to":[7.5,13.5,10],"faces":{"north":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"south":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"up":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"down":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"}}},{"from":[6.5,13,12],"to":[7.5,13.5,12.5],"faces":{"north":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"south":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"up":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"down":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"}}},{"from":[6.5,13,12.5],"to":[7,13.5,13],"faces":{"up":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[6.5,13,13],"to":[7,13.5,13.5],"faces":{"south":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"west":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"up":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"}}},{"from":[6.5,13.5,4.5],"to":[7,14,5],"faces":{"north":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"west":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"up":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"}}},{"from":[6.5,13.5,5],"to":[7,14,5.5],"faces":{"west":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"up":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"}}},{"from":[6.5,13.5,5.5],"to":[7.5,14,6],"faces":{"north":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"south":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"up":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"down":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"}}},{"from":[6.5,13.5,7],"to":[7,14.5,7.5],"faces":{"north":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"east":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"south":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"west":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"up":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"}}},{"from":[6.5,13.5,10.5],"to":[7.5,14,11],"faces":{"south":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"up":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"down":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"}}},{"from":[6.5,13.5,11],"to":[7,14,12],"faces":{"east":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"west":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"up":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"down":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"}}},{"from":[6.5,13.5,12],"to":[7,14,12.5],"faces":{"south":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"up":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"}}},{"from":[6.5,14,6],"to":[7,14.5,6.5],"faces":{"north":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"up":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"}}},{"from":[6.5,14,6.5],"to":[7,14.5,7],"faces":{"east":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"up":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"}}},{"from":[6.5,14,7.5],"to":[7,14.5,8],"faces":{"up":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"}}},{"from":[6.5,14,8],"to":[7,14.5,8.5],"faces":{"up":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"}}},{"from":[6.5,14,9.5],"to":[7,14.5,10],"faces":{"up":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"}}},{"from":[6.5,14,10],"to":[7,14.5,10.5],"faces":{"up":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"}}},{"from":[6.5,14,11],"to":[7,14.5,11.5],"faces":{"east":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"south":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"west":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"up":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"}}},{"from":[6.5,14.5,8.5],"to":[7,15,9],"faces":{"north":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"up":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"}}},{"from":[6.5,14.5,9],"to":[7,15,9.5],"faces":{"south":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"up":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"}}},{"from":[7,0,7.5],"to":[8.5,0.5,8.5],"faces":{"north":{"uv":[3.24,0.24,3.76,0.76],"texture":"#0"},"east":{"uv":[3.24,0.24,3.76,0.76],"texture":"#0"},"south":{"uv":[3.24,0.24,3.76,0.76],"texture":"#0"},"west":{"uv":[3.24,0.24,3.76,0.76],"texture":"#0"},"down":{"uv":[3.24,0.24,3.76,0.76],"texture":"#0"}}},{"from":[7,0,8.5],"to":[7.5,1,9],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7,0,9],"to":[7.5,4,9.5],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"east":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"south":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"down":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[7,0.5,7.5],"to":[9,1.5,8.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7,1,6.5],"to":[8,2,7],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"east":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"south":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"up":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"down":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[7,1,8.5],"to":[7.5,1.5,9],"faces":{"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[7,1.5,7],"to":[8,2.5,8],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7,1.5,8.5],"to":[8,3,9],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7,2,6.5],"to":[7.5,2.5,7],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[7,2.5,6.5],"to":[8,3.5,7],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7,2.5,7.5],"to":[8.5,3.5,8.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7,4,9],"to":[8.5,5,9.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7,4,9.5],"to":[7.5,4.5,10],"faces":{"south":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"down":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[7,4.5,7],"to":[8,5,7.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7,4.5,8],"to":[9.5,6,8.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7,4.5,9.5],"to":[8,5,10],"faces":{"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7,4.5,10],"to":[7.5,5.5,10.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7,5,7],"to":[7.5,6.5,7.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7,5,7.5],"to":[9,5.5,8],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7,5,8.5],"to":[9.5,5.5,9],"faces":{"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7,5,10.5],"to":[7.5,6,11],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7,5,12],"to":[7.5,5.5,12.5],"faces":{"north":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"east":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"west":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"down":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[7,5,12.5],"to":[7.5,5.5,13],"faces":{"east":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"south":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"west":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"up":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"down":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"}}},{"from":[7,5.5,12],"to":[7.5,6,12.5],"faces":{"north":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"south":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"west":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"up":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"}}},{"from":[7,6.5,7.5],"to":[9,9,8],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7,6.5,8],"to":[10,7.5,8.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7,7.5,7],"to":[7.5,8,7.5],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"east":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"down":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[7,7.5,8],"to":[9,8,8.5],"faces":{"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7,8.5,8],"to":[8,9,8.5],"faces":{"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7,9,8],"to":[7.5,9.5,8.5],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"east":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[7,9,8.5],"to":[8,10,9],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7,9.5,8],"to":[7.5,10,8.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7,9.5,9],"to":[7.5,10.5,9.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7,10.5,4],"to":[7.5,11,4.5],"faces":{"north":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"east":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"down":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"}}},{"from":[7,10.5,4.5],"to":[7.5,11,5],"faces":{"south":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"west":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"down":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"}}},{"from":[7,10.5,13],"to":[7.5,11,13.5],"faces":{"north":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"east":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"south":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"down":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"}}},{"from":[7,11,4],"to":[7.5,11.5,4.5],"faces":{"north":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"east":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"}}},{"from":[7,11,4.5],"to":[7.5,11.5,5],"faces":{"south":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"}}},{"from":[7,11,8],"to":[7.5,11.5,8.5],"faces":{"north":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"east":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"down":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"}}},{"from":[7,11,9],"to":[7.5,11.5,9.5],"faces":{"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7,11,9.5],"to":[7.5,11.5,10],"faces":{"east":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"south":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"down":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"}}},{"from":[7,11,10.5],"to":[7.5,11.5,11],"faces":{"north":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"down":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"}}},{"from":[7,11,11],"to":[7.5,11.5,11.5],"faces":{"down":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"}}},{"from":[7,11,11.5],"to":[8.5,11.5,12],"faces":{"north":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"},"south":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"},"west":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"},"up":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"},"down":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"}}},{"from":[7,11,12],"to":[7.5,11.5,12.5],"faces":{"down":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[7,11,12.5],"to":[7.5,11.5,13],"faces":{"east":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"down":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"}}},{"from":[7,11,13],"to":[7.5,11.5,13.5],"faces":{"east":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"}}},{"from":[7,11,13.5],"to":[7.5,11.5,14],"faces":{"east":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"up":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"down":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[7,11,14],"to":[7.5,11.5,14.5],"faces":{"east":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"south":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"west":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"up":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"down":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"}}},{"from":[7,11.5,3.5],"to":[8,12,4],"faces":{"north":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"east":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"south":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"up":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"down":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[7,11.5,4.5],"to":[8,12,5],"faces":{"north":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"south":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"up":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"down":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"}}},{"from":[7,11.5,5],"to":[7.5,12,5.5],"faces":{"down":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[7,11.5,5.5],"to":[7.5,12,6],"faces":{"south":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"down":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"}}},{"from":[7,11.5,8],"to":[7.5,12,8.5],"faces":{"north":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"east":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[7,11.5,9],"to":[7.5,12,9.5],"faces":{"east":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"}}},{"from":[7,11.5,9.5],"to":[7.5,12,10],"faces":{"east":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"}}},{"from":[7,11.5,10],"to":[7.5,12,10.5],"faces":{"west":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"down":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"}}},{"from":[7,11.5,13],"to":[7.5,12,13.5],"faces":{"south":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"}}},{"from":[7,12,3.5],"to":[7.5,12.5,4],"faces":{"north":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"east":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"west":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"up":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"}}},{"from":[7,12,5.5],"to":[7.5,12.5,6],"faces":{"south":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"}}},{"from":[7,12,7.5],"to":[7.5,12.5,8],"faces":{"north":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"up":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"down":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[7,12,8],"to":[7.5,12.5,8.5],"faces":{"up":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"}}},{"from":[7,12,8.5],"to":[7.5,12.5,9],"faces":{"east":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"}}},{"from":[7,12,9],"to":[7.5,12.5,9.5],"faces":{"east":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"}}},{"from":[7,12,9.5],"to":[7.5,12.5,10],"faces":{"east":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"}}},{"from":[7,12,13.5],"to":[7.5,12.5,14],"faces":{"down":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"}}},{"from":[7,12,14],"to":[7.5,12.5,14.5],"faces":{"south":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"west":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"up":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"down":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"}}},{"from":[7,12.5,4],"to":[7.5,13,4.5],"faces":{"north":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"up":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"}}},{"from":[7,12.5,6],"to":[8,13,6.5],"faces":{"south":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"down":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"}}},{"from":[7,12.5,6.5],"to":[7.5,13,7],"faces":{"south":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"down":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"}}},{"from":[7,12.5,8.5],"to":[7.5,13,9],"faces":{"north":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"}}},{"from":[7,12.5,9.5],"to":[7.5,13,10],"faces":{"east":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"}}},{"from":[7,12.5,13.5],"to":[8.5,13,14],"faces":{"north":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"south":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"up":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"down":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"}}},{"from":[7,13,4.5],"to":[7.5,13.5,5],"faces":{"north":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"east":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"}}},{"from":[7,13,7.5],"to":[7.5,13.5,8],"faces":{"down":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"}}},{"from":[7,13,8],"to":[7.5,13.5,8.5],"faces":{"down":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"}}},{"from":[7,13,10],"to":[8.5,13.5,10.5],"faces":{"north":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"south":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"up":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"down":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"}}},{"from":[7,13,12.5],"to":[7.5,13.5,13],"faces":{"east":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"up":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[7,13,13],"to":[7.5,13.5,13.5],"faces":{"east":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"south":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"up":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"}}},{"from":[7,13.5,4.5],"to":[7.5,14,5],"faces":{"north":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"east":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"up":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"}}},{"from":[7,13.5,5],"to":[7.5,14,5.5],"faces":{"up":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"}}},{"from":[7,13.5,6.5],"to":[7.5,14,7],"faces":{"up":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[7,13.5,7],"to":[7.5,14,7.5],"faces":{"up":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"}}},{"from":[7,13.5,11],"to":[7.5,14,11.5],"faces":{"east":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"up":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"}}},{"from":[7,13.5,11.5],"to":[7.5,14,12],"faces":{"east":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"up":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[7,13.5,12],"to":[7.5,14,12.5],"faces":{"east":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"south":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"up":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"}}},{"from":[7,14,5.5],"to":[7.5,14.5,6],"faces":{"north":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"east":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"west":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"up":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"}}},{"from":[7,14,6],"to":[7.5,14.5,6.5],"faces":{"east":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"south":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"up":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"}}},{"from":[7,14,7.5],"to":[7.5,14.5,8],"faces":{"north":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"east":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"up":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"}}},{"from":[7,14,8],"to":[7.5,15,8.5],"faces":{"north":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"east":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"south":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"west":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"up":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"}}},{"from":[7,14,9.5],"to":[7.5,14.5,10],"faces":{"up":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"}}},{"from":[7,14,10],"to":[7.5,14.5,10.5],"faces":{"east":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"south":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"up":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"}}},{"from":[7,14.5,9],"to":[7.5,15,9.5],"faces":{"south":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"}}},{"from":[7,15,8.5],"to":[8,15.5,9],"faces":{"north":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"south":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"west":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"up":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"down":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"}}},{"from":[7,15,9],"to":[7.5,15.5,9.5],"faces":{"east":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"south":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"west":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"up":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"}}},{"from":[7.5,0,6.5],"to":[8.5,0.5,7],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"east":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"up":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"down":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[7.5,0,7],"to":[8.5,0.5,7.5],"faces":{"up":{"uv":[3.24,0.24,3.76,0.76],"texture":"#0"},"down":{"uv":[3.24,0.24,3.76,0.76],"texture":"#0"}}},{"from":[7.5,0,8.5],"to":[8.5,0.5,9],"faces":{"down":{"uv":[3.24,0.24,3.76,0.76],"texture":"#0"}}},{"from":[7.5,0,9],"to":[8.5,1,9.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7.5,0,9.5],"to":[8.5,0.5,10],"faces":{"east":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"south":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"up":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"down":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[7.5,0.5,6.5],"to":[8,1,7],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"east":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[7.5,0.5,8.5],"to":[9,1,9],"faces":{"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7.5,1,8.5],"to":[8.5,1.5,9],"faces":{"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7.5,1,9],"to":[8,1.5,9.5],"faces":{"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7.5,1.5,8],"to":[9,2,8.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7.5,1.5,9],"to":[8.5,2,9.5],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"east":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"south":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"up":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"down":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[7.5,2,6.5],"to":[8,2.5,7],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7.5,2,9],"to":[8,3,9.5],"faces":{"east":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"south":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[7.5,3,9],"to":[8.5,4,9.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7.5,3.5,6.5],"to":[8,4.5,7],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7.5,3.5,9.5],"to":[8,4.5,10],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7.5,4,10],"to":[8,4.5,10.5],"faces":{"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7.5,5,7],"to":[8,5.5,7.5],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"east":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[7.5,5,9],"to":[8.5,5.5,9.5],"faces":{"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7.5,5.5,7],"to":[8,6.5,7.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7.5,5.5,9],"to":[8,6.5,9.5],"faces":{"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7.5,5.5,10.5],"to":[8,6,12.5],"faces":{"north":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"east":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"south":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"west":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"up":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"down":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"}}},{"from":[7.5,6,11],"to":[8,6.5,12],"faces":{"north":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"east":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"south":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"west":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"up":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"}}},{"from":[7.5,6.5,7],"to":[8,7.5,7.5],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"up":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[7.5,7,9],"to":[8.5,7.5,9.5],"faces":{"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7.5,7.5,9],"to":[8,8.5,9.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7.5,8,9.5],"to":[8.5,8.5,10],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"south":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"down":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[7.5,8.5,8.5],"to":[8,9,9],"faces":{"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7.5,8.5,9.5],"to":[9,9,10],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7.5,9,7.5],"to":[8,9.5,8],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7.5,9,10],"to":[8.5,9.5,10.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[7.5,10.5,4.5],"to":[8,11,5],"faces":{"north":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"},"east":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"},"south":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"},"down":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"}}},{"from":[7.5,10.5,10],"to":[8,11,10.5],"faces":{"north":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"south":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"west":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"up":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"down":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"}}},{"from":[7.5,10.5,11.5],"to":[8,11,12],"faces":{"north":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"south":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"west":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"down":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"}}},{"from":[7.5,11,3.5],"to":[8,11.5,4],"faces":{"north":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"east":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"south":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"west":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"down":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[7.5,11,4.5],"to":[8,11.5,5],"faces":{"north":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"south":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"}}},{"from":[7.5,11,8.5],"to":[8,11.5,9],"faces":{"north":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"south":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"down":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"}}},{"from":[7.5,11,10.5],"to":[8.5,11.5,11],"faces":{"north":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"},"up":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"},"down":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"}}},{"from":[7.5,11,11],"to":[8.5,11.5,11.5],"faces":{"down":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[7.5,11,12],"to":[8,12,12.5],"faces":{"north":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"east":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"south":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"west":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"down":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"}}},{"from":[7.5,11.5,4],"to":[8,12,4.5],"faces":{"east":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"},"down":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"}}},{"from":[7.5,11.5,5],"to":[8,12,5.5],"faces":{"down":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"}}},{"from":[7.5,11.5,5.5],"to":[8,12,6],"faces":{"south":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"down":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"}}},{"from":[7.5,11.5,8.5],"to":[8,12,9],"faces":{"north":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"east":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"south":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"up":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"}}},{"from":[7.5,11.5,10],"to":[9.5,12,10.5],"faces":{"north":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"south":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"up":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"down":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"}}},{"from":[7.5,11.5,12.5],"to":[8.5,12,13],"faces":{"north":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"},"south":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"},"up":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"},"down":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"}}},{"from":[7.5,11.5,13],"to":[8,12,13.5],"faces":{"south":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"down":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"}}},{"from":[7.5,12,4],"to":[8,12.5,4.5],"faces":{"north":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"}}},{"from":[7.5,12,5.5],"to":[8,12.5,6],"faces":{"south":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"}}},{"from":[7.5,12,7.5],"to":[8,12.5,8],"faces":{"north":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"up":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"down":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"}}},{"from":[7.5,12,8],"to":[8,12.5,8.5],"faces":{"south":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"up":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"down":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"}}},{"from":[7.5,12,10],"to":[8,12.5,10.5],"faces":{"north":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"}}},{"from":[7.5,12,10.5],"to":[9.5,12.5,11],"faces":{"north":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"south":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"up":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"down":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"}}},{"from":[7.5,12,13.5],"to":[8,12.5,14],"faces":{"down":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"}}},{"from":[7.5,12,14],"to":[8,12.5,14.5],"faces":{"east":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"},"south":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"},"down":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"}}},{"from":[7.5,12.5,4],"to":[8,13,4.5],"faces":{"north":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"up":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"}}},{"from":[7.5,12.5,4.5],"to":[8.5,13,5],"faces":{"north":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"south":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"up":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"down":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"}}},{"from":[7.5,12.5,6.5],"to":[8,13,7],"faces":{"south":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"down":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"}}},{"from":[7.5,12.5,8.5],"to":[8,13,9],"faces":{"north":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"down":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[7.5,12.5,9],"to":[10,13,9.5],"faces":{"north":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"south":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"up":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"down":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[7.5,12.5,10],"to":[8,13,10.5],"faces":{"north":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"}}},{"from":[7.5,12.5,11],"to":[8.5,13,11.5],"faces":{"north":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"south":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"up":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"down":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"}}},{"from":[7.5,12.5,12],"to":[8.5,13,12.5],"faces":{"north":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"south":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"up":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"}}},{"from":[7.5,12.5,12.5],"to":[8,13,13],"faces":{"up":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"}}},{"from":[7.5,12.5,13],"to":[8,13,13.5],"faces":{"up":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"}}},{"from":[7.5,12.5,14],"to":[8,13,14.5],"faces":{"south":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"west":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"}}},{"from":[7.5,13,5],"to":[8.5,13.5,5.5],"faces":{"north":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"south":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"up":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"down":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"}}},{"from":[7.5,13,7],"to":[8,13.5,7.5],"faces":{"down":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"}}},{"from":[7.5,13,7.5],"to":[8.5,13.5,8],"faces":{"north":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"south":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"up":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"down":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"}}},{"from":[7.5,13,8],"to":[8,13.5,8.5],"faces":{"down":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"}}},{"from":[7.5,13,9.5],"to":[8,13.5,10],"faces":{"down":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"}}},{"from":[7.5,13,11],"to":[8,13.5,11.5],"faces":{"up":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"}}},{"from":[7.5,13,11.5],"to":[8,13.5,12],"faces":{"east":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"up":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"}}},{"from":[7.5,13,12],"to":[8,13.5,12.5],"faces":{"east":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"south":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"up":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[7.5,13,14],"to":[8,13.5,14.5],"faces":{"north":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"west":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"up":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"}}},{"from":[7.5,13,14.5],"to":[8,13.5,15],"faces":{"south":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"west":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"up":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"down":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"}}},{"from":[7.5,13.5,5],"to":[8,14,5.5],"faces":{"north":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"up":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"}}},{"from":[7.5,13.5,5.5],"to":[8,14,6],"faces":{"up":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"}}},{"from":[7.5,13.5,6],"to":[8,14,6.5],"faces":{"up":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"}}},{"from":[7.5,13.5,6.5],"to":[10,14,7],"faces":{"north":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"},"south":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"},"up":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"},"down":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"}}},{"from":[7.5,13.5,7],"to":[8,14,7.5],"faces":{"up":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"}}},{"from":[7.5,13.5,7.5],"to":[8,14,8],"faces":{"up":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"}}},{"from":[7.5,13.5,10],"to":[8,14,10.5],"faces":{"up":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"}}},{"from":[7.5,13.5,10.5],"to":[8,14,11],"faces":{"south":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"up":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"}}},{"from":[7.5,14,8],"to":[8,14.5,8.5],"faces":{"north":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"}}},{"from":[7.5,14,9.5],"to":[8,14.5,10],"faces":{"south":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"up":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[7.5,14.5,8],"to":[8,15,8.5],"faces":{"north":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"}}},{"from":[7.5,14.5,9],"to":[8,15,9.5],"faces":{"south":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"},"up":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"}}},{"from":[7.5,15,8],"to":[8,15.5,8.5],"faces":{"north":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"east":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"west":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"up":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"}}},{"from":[8,0.5,7],"to":[9,1,7.5],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"east":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"up":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"down":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[8,1,9],"to":[8.5,1.5,9.5],"faces":{"east":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"south":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[8,1.5,7],"to":[8.5,2,7.5],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"east":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[8,1.5,7.5],"to":[8.5,2.5,8],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[8,1.5,8.5],"to":[8.5,3.5,9],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"east":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"south":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[8,2,7],"to":[8.5,2.5,7.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[8,3,7],"to":[8.5,3.5,7.5],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"east":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[8,3.5,8.5],"to":[8.5,5,9],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[8,4,9.5],"to":[8.5,4.5,10],"faces":{"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[8,4.5,7],"to":[8.5,5,7.5],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"east":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"up":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[8,5.5,11],"to":[8.5,6,11.5],"faces":{"north":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"east":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"south":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"up":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"down":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"}}},{"from":[8,6,7],"to":[8.5,9.5,7.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[8,7.5,6.5],"to":[8.5,9,7],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[8,7.5,9],"to":[9,8,9.5],"faces":{"east":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"south":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"down":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[8,8,9],"to":[10,8.5,9.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[8,8.5,9],"to":[9,9,9.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[8,8.5,10],"to":[9,9,10.5],"faces":{"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[8,9,9.5],"to":[9,9.5,10],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[8,9.5,10],"to":[8.5,10.5,10.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[8,10,10.5],"to":[8.5,11,11],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[8,10.5,10],"to":[8.5,11,10.5],"faces":{"north":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"east":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"}}},{"from":[8,10.5,11],"to":[8.5,11,11.5],"faces":{"west":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"down":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"}}},{"from":[8,10.5,11.5],"to":[8.5,11,12],"faces":{"east":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"south":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"down":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"}}},{"from":[8,11,4.5],"to":[8.5,11.5,5],"faces":{"north":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"},"east":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"},"south":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"},"down":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"}}},{"from":[8,11,8.5],"to":[8.5,11.5,9],"faces":{"north":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"east":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"south":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"up":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"down":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"}}},{"from":[8,11,10],"to":[8.5,11.5,10.5],"faces":{"north":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"west":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"}}},{"from":[8,11,12],"to":[8.5,11.5,12.5],"faces":{"down":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[8,11,12.5],"to":[8.5,11.5,13],"faces":{"south":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"west":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"down":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"}}},{"from":[8,11.5,4.5],"to":[8.5,12,5],"faces":{"north":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[8,11.5,5],"to":[8.5,12,5.5],"faces":{"east":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"down":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"}}},{"from":[8,11.5,5.5],"to":[8.5,12,6],"faces":{"south":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"down":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"}}},{"from":[8,11.5,9.5],"to":[8.5,12,10],"faces":{"north":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"west":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"down":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"}}},{"from":[8,11.5,13],"to":[8.5,12,14],"faces":{"east":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"south":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"west":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"up":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"down":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"}}},{"from":[8,12,4],"to":[8.5,12.5,4.5],"faces":{"north":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"down":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"}}},{"from":[8,12,4.5],"to":[9.5,12.5,5],"faces":{"north":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"south":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"up":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"down":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"}}},{"from":[8,12,5.5],"to":[8.5,12.5,6],"faces":{"south":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[8,12,7.5],"to":[8.5,12.5,8],"faces":{"north":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"down":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"}}},{"from":[8,12,8],"to":[8.5,12.5,8.5],"faces":{"down":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"}}},{"from":[8,12,8.5],"to":[8.5,12.5,9],"faces":{"west":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"},"down":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"}}},{"from":[8,12,9],"to":[8.5,12.5,9.5],"faces":{"west":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"down":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"}}},{"from":[8,12,9.5],"to":[9.5,12.5,10],"faces":{"north":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"south":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"west":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"up":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"down":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"}}},{"from":[8,12,13.5],"to":[8.5,12.5,14],"faces":{"east":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"south":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"}}},{"from":[8,12.5,4],"to":[8.5,13,4.5],"faces":{"north":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"east":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"up":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"}}},{"from":[8,12.5,6],"to":[9,13,6.5],"faces":{"south":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"down":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[8,12.5,6.5],"to":[8.5,13,7],"faces":{"down":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"}}},{"from":[8,12.5,7],"to":[8.5,13,7.5],"faces":{"east":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"west":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"down":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"}}},{"from":[8,12.5,7.5],"to":[8.5,13,8],"faces":{"west":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"}}},{"from":[8,12.5,8],"to":[9,13,8.5],"faces":{"north":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"south":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"west":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"up":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"down":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"}}},{"from":[8,12.5,9.5],"to":[8.5,13,10],"faces":{"west":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"}}},{"from":[8,12.5,10],"to":[10,13,10.5],"faces":{"north":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"south":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"up":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"down":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"}}},{"from":[8,12.5,11.5],"to":[8.5,13,12],"faces":{"up":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[8,12.5,12.5],"to":[8.5,13,13],"faces":{"up":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"}}},{"from":[8,12.5,14],"to":[8.5,13,14.5],"faces":{"east":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"south":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"down":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"}}},{"from":[8,13,4.5],"to":[8.5,13.5,5],"faces":{"north":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"east":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"west":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"up":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"}}},{"from":[8,13,7],"to":[8.5,13.5,7.5],"faces":{"east":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"}}},{"from":[8,13,9.5],"to":[9.5,13.5,10],"faces":{"north":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"south":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"up":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"down":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"}}},{"from":[8,13,10.5],"to":[8.5,13.5,11],"faces":{"east":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"}}},{"from":[8,13,11],"to":[8.5,13.5,11.5],"faces":{"east":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"south":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"}}},{"from":[8,13,13],"to":[8.5,13.5,13.5],"faces":{"north":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"east":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"west":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"up":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"}}},{"from":[8,13,13.5],"to":[8.5,13.5,14],"faces":{"east":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"west":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"up":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"}}},{"from":[8,13,14],"to":[8.5,13.5,14.5],"faces":{"east":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"},"up":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"}}},{"from":[8,13,14.5],"to":[8.5,13.5,15],"faces":{"east":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"south":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"up":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"down":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"}}},{"from":[8,13.5,5],"to":[8.5,14,5.5],"faces":{"north":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"east":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"up":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"}}},{"from":[8,13.5,5.5],"to":[8.5,14,6],"faces":{"up":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[8,13.5,6],"to":[8.5,14,6.5],"faces":{"up":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"}}},{"from":[8,13.5,10],"to":[8.5,14,10.5],"faces":{"up":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"}}},{"from":[8,13.5,10.5],"to":[8.5,14,11],"faces":{"east":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"up":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"}}},{"from":[8,13.5,11],"to":[8.5,14,11.5],"faces":{"east":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"south":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"west":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"up":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"}}},{"from":[8,14,6.5],"to":[8.5,14.5,7],"faces":{"north":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"west":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"up":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"}}},{"from":[8,14,7],"to":[8.5,14.5,7.5],"faces":{"west":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"up":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[8,14,7.5],"to":[9.5,14.5,8],"faces":{"north":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"south":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"west":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"up":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"down":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[8,14,8],"to":[9,14.5,8.5],"faces":{"up":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"}}},{"from":[8,14,9.5],"to":[8.5,14.5,10],"faces":{"east":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"south":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"up":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"}}},{"from":[8,14.5,8],"to":[8.5,15,8.5],"faces":{"north":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"up":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[8,14.5,8.5],"to":[8.5,15,9.5],"faces":{"east":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"south":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"west":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"up":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"down":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"}}},{"from":[8,15,8.5],"to":[8.5,15.5,9],"faces":{"north":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"east":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"south":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"up":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"}}},{"from":[8.5,0,7],"to":[9,0.5,7.5],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"east":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"down":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[8.5,0,7.5],"to":[9,0.5,8],"faces":{"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[8.5,0,8],"to":[9,0.5,8.5],"faces":{"down":{"uv":[3.24,0.24,3.76,0.76],"texture":"#0"}}},{"from":[8.5,0,8.5],"to":[9,0.5,9],"faces":{"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[8.5,0,9],"to":[9,1,9.5],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"east":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"south":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"up":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"down":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[8.5,1,7],"to":[9,1.5,7.5],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"east":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"up":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[8.5,1,8.5],"to":[9,1.5,9],"faces":{"east":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"south":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"up":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[8.5,1.5,7.5],"to":[9,3.5,8],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"east":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"south":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[8.5,2,7],"to":[9,3,7.5],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"east":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"up":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"down":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[8.5,2,8],"to":[9,2.5,8.5],"faces":{"east":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"south":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[8.5,2.5,8],"to":[9,4.5,8.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[8.5,3.5,7.5],"to":[9.5,4,8],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[8.5,3.5,8.5],"to":[9,4.5,9],"faces":{"east":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"south":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"down":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[8.5,4,7.5],"to":[9,4.5,8],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[8.5,4.5,8.5],"to":[9,5,9],"faces":{"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[8.5,6.5,7],"to":[9,10,7.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[8.5,8,9.5],"to":[9,8.5,10],"faces":{"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[8.5,8.5,8],"to":[9,9,8.5],"faces":{"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[8.5,9,6.5],"to":[9,11.5,7],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[8.5,10.5,3],"to":[9,11,3.5],"faces":{"north":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"east":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"west":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"down":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"}}},{"from":[8.5,10.5,3.5],"to":[9,11,4],"faces":{"south":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"west":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"down":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"}}},{"from":[8.5,10.5,11],"to":[9,11,11.5],"faces":{"north":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"},"south":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"},"down":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"}}},{"from":[8.5,11,3],"to":[9,11.5,3.5],"faces":{"north":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"east":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"west":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"up":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"}}},{"from":[8.5,11,3.5],"to":[9,11.5,4],"faces":{"west":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"}}},{"from":[8.5,11,4],"to":[10,11.5,4.5],"faces":{"north":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"south":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"west":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"up":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"down":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[8.5,11,6],"to":[9,11.5,6.5],"faces":{"north":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"west":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"up":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"down":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"}}},{"from":[8.5,11,10],"to":[9,11.5,10.5],"faces":{"north":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"down":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"}}},{"from":[8.5,11,10.5],"to":[9,11.5,11],"faces":{"east":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"down":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"}}},{"from":[8.5,11,11],"to":[9,11.5,12],"faces":{"east":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"west":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"up":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"down":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"}}},{"from":[8.5,11,12],"to":[9,11.5,12.5],"faces":{"down":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[8.5,11,12.5],"to":[9,11.5,13],"faces":{"east":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"},"south":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"},"down":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"}}},{"from":[8.5,11.5,3.5],"to":[9,12,4],"faces":{"north":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"west":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"}}},{"from":[8.5,11.5,4],"to":[9,12,4.5],"faces":{"west":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"}}},{"from":[8.5,11.5,4.5],"to":[10.5,12,5],"faces":{"north":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"south":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"up":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"down":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"}}},{"from":[8.5,11.5,5.5],"to":[9,12,6],"faces":{"north":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"south":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"down":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"}}},{"from":[8.5,11.5,6.5],"to":[9,12,7],"faces":{"north":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"south":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"west":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"up":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"}}},{"from":[8.5,11.5,9.5],"to":[9,12,10],"faces":{"north":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"down":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"}}},{"from":[8.5,11.5,12.5],"to":[9,12,13],"faces":{"east":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[8.5,11.5,13],"to":[9,12,13.5],"faces":{"east":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"south":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"down":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"}}},{"from":[8.5,12,3.5],"to":[9,12.5,4],"faces":{"north":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"east":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"west":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"up":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"}}},{"from":[8.5,12,4],"to":[9,12.5,4.5],"faces":{"up":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"}}},{"from":[8.5,12,5],"to":[9,12.5,5.5],"faces":{"down":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"}}},{"from":[8.5,12,5.5],"to":[9,12.5,6],"faces":{"south":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"}}},{"from":[8.5,12,7.5],"to":[9,12.5,8],"faces":{"north":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"east":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"down":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[8.5,12,8],"to":[9,12.5,8.5],"faces":{"east":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"down":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"}}},{"from":[8.5,12,8.5],"to":[9,12.5,9],"faces":{"east":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"down":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"}}},{"from":[8.5,12,9],"to":[9,12.5,9.5],"faces":{"down":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"}}},{"from":[8.5,12,12.5],"to":[9,12.5,13],"faces":{"east":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"}}},{"from":[8.5,12,13],"to":[9,12.5,13.5],"faces":{"east":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"south":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"}}},{"from":[8.5,12.5,4.5],"to":[9,13,5],"faces":{"north":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"up":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"}}},{"from":[8.5,12.5,6.5],"to":[9.5,13,7],"faces":{"north":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"south":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"up":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"down":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"}}},{"from":[8.5,12.5,7.5],"to":[9,13,8],"faces":{"north":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"}}},{"from":[8.5,12.5,10.5],"to":[9,13,11],"faces":{"up":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"}}},{"from":[8.5,12.5,11],"to":[9,13,11.5],"faces":{"up":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[8.5,12.5,11.5],"to":[9,13,12],"faces":{"east":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"up":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"}}},{"from":[8.5,12.5,12],"to":[9,13,12.5],"faces":{"east":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"},"up":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"}}},{"from":[8.5,12.5,12.5],"to":[9,13,13],"faces":{"east":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"up":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"}}},{"from":[8.5,12.5,13],"to":[9,13,13.5],"faces":{"east":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"up":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"}}},{"from":[8.5,12.5,13.5],"to":[9,13,14],"faces":{"east":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"},"south":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"},"up":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"},"down":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"}}},{"from":[8.5,13,5],"to":[9,13.5,5.5],"faces":{"north":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"up":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"}}},{"from":[8.5,13,6.5],"to":[9,13.5,7],"faces":{"south":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"}}},{"from":[8.5,13,7.5],"to":[11,13.5,8],"faces":{"north":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"south":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"up":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"down":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"}}},{"from":[8.5,13,10],"to":[10,13.5,10.5],"faces":{"north":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"east":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"south":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"up":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"}}},{"from":[8.5,13.5,5.5],"to":[9,14,6],"faces":{"north":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"up":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"}}},{"from":[8.5,13.5,6],"to":[9,14.5,6.5],"faces":{"north":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"east":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"south":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"west":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"up":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"}}},{"from":[8.5,13.5,7],"to":[9,14,7.5],"faces":{"down":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"}}},{"from":[8.5,13.5,8.5],"to":[9,14,9],"faces":{"east":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"}}},{"from":[8.5,13.5,9.5],"to":[9,14,10],"faces":{"up":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"}}},{"from":[8.5,13.5,10],"to":[9,14,10.5],"faces":{"south":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"up":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"}}},{"from":[8.5,14,6.5],"to":[9,14.5,7],"faces":{"up":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"}}},{"from":[8.5,14,7],"to":[9,14.5,7.5],"faces":{"up":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"}}},{"from":[8.5,14,9],"to":[9,14.5,9.5],"faces":{"south":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"}}},{"from":[8.5,14.5,8],"to":[9,15,8.5],"faces":{"north":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"east":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"up":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"}}},{"from":[8.5,14.5,8.5],"to":[9,15,9],"faces":{"up":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"}}},{"from":[8.5,14.5,9],"to":[9,15,9.5],"faces":{"east":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"}}},{"from":[8.5,14.5,9.5],"to":[9,15,10],"faces":{"east":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"south":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"west":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"up":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"down":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[8.5,15,9],"to":[9,15.5,9.5],"faces":{"north":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"east":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"south":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"west":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"up":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"}}},{"from":[9,0,7.5],"to":[9.5,0.5,8],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"east":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"up":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"down":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[9,0,8],"to":[9.5,0.5,8.5],"faces":{"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[9,0,8.5],"to":[9.5,0.5,9],"faces":{"east":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"south":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"up":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"down":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[9,0.5,8],"to":[9.5,1.5,8.5],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"east":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"south":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"up":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[9,3,8],"to":[9.5,4.5,8.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[9,4,7.5],"to":[9.5,5,8],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"east":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"south":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"},"up":{"uv":[1.24,0.24,1.76,0.76],"texture":"#0"}}},{"from":[9,6,7.5],"to":[10,6.5,8],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[9,6,8.5],"to":[9.5,6.5,9],"faces":{"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[9,8,7],"to":[9.5,10,7.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[9,10,6.5],"to":[9.5,12,7],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[9,10,7],"to":[9.5,10.5,7.5],"faces":{"east":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"south":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"west":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"up":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"}}},{"from":[9,10.5,3.5],"to":[10,11,4],"faces":{"north":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"south":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"up":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"down":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"}}},{"from":[9,10.5,4],"to":[9.5,11,4.5],"faces":{"south":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"west":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"down":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"}}},{"from":[9,10.5,11],"to":[9.5,11,11.5],"faces":{"north":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"east":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"south":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"down":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"}}},{"from":[9,11,3.5],"to":[9.5,11.5,4],"faces":{"north":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"}}},{"from":[9,11,4.5],"to":[9.5,11.5,5],"faces":{"south":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"west":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"down":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"}}},{"from":[9,11,6],"to":[9.5,11.5,6.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[9,11,10],"to":[9.5,11.5,10.5],"faces":{"north":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"east":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"south":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"down":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"}}},{"from":[9,11,11],"to":[9.5,11.5,11.5],"faces":{"north":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"}}},{"from":[9,11,11.5],"to":[10,11.5,12],"faces":{"north":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"south":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"down":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"}}},{"from":[9,11,12],"to":[9.5,11.5,12.5],"faces":{"south":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"down":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"}}},{"from":[9,11.5,3.5],"to":[9.5,12,4],"faces":{"north":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"up":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[9,11.5,5],"to":[10,12,5.5],"faces":{"south":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"west":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"up":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"down":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"}}},{"from":[9,11.5,5.5],"to":[9.5,12,6],"faces":{"east":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"down":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[9,11.5,6],"to":[9.5,12,6.5],"faces":{"west":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"}}},{"from":[9,11.5,9.5],"to":[9.5,12,10],"faces":{"north":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"east":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"down":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"}}},{"from":[9,11.5,10.5],"to":[9.5,12,11],"faces":{"down":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"}}},{"from":[9,11.5,11.5],"to":[10,12,12],"faces":{"south":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"up":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"}}},{"from":[9,11.5,12],"to":[9.5,12,12.5],"faces":{"south":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"}}},{"from":[9,12,4],"to":[9.5,12.5,4.5],"faces":{"north":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"east":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"up":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"}}},{"from":[9,12,6],"to":[9.5,12.5,6.5],"faces":{"west":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"}}},{"from":[9,12,6.5],"to":[9.5,12.5,7],"faces":{"east":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"south":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"west":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"}}},{"from":[9,12,9],"to":[9.5,12.5,9.5],"faces":{"north":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"down":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[9,12,11.5],"to":[9.5,12.5,12],"faces":{"up":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"}}},{"from":[9,12,12],"to":[9.5,12.5,12.5],"faces":{"east":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"south":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"up":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"}}},{"from":[9,12.5,4.5],"to":[9.5,13,5],"faces":{"north":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"east":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"up":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"}}},{"from":[9,12.5,7],"to":[10,13,7.5],"faces":{"north":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"south":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"west":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"up":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"down":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"}}},{"from":[9,12.5,7.5],"to":[9.5,13,8],"faces":{"down":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"}}},{"from":[9,12.5,8],"to":[11.5,13,8.5],"faces":{"north":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"south":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"up":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"down":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"}}},{"from":[9,12.5,8.5],"to":[9.5,13,9],"faces":{"down":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"}}},{"from":[9,12.5,10.5],"to":[9.5,14,11],"faces":{"north":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"east":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"south":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"west":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"up":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[9,12.5,11],"to":[9.5,13,11.5],"faces":{"east":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"south":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"up":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"}}},{"from":[9,13,5],"to":[9.5,13.5,5.5],"faces":{"north":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"east":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"up":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"}}},{"from":[9,13,7],"to":[9.5,13.5,7.5],"faces":{"west":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"}}},{"from":[9,13.5,5.5],"to":[9.5,14,6],"faces":{"north":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"},"east":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"},"up":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"}}},{"from":[9,13.5,8],"to":[10.5,14,8.5],"faces":{"north":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"south":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"up":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"down":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[9,13.5,9],"to":[9.5,14,9.5],"faces":{"north":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"}}},{"from":[9,13.5,9.5],"to":[9.5,14,10],"faces":{"east":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"}}},{"from":[9,13.5,10],"to":[9.5,14,10.5],"faces":{"east":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"up":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"}}},{"from":[9,14,6],"to":[9.5,14.5,6.5],"faces":{"north":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"up":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"}}},{"from":[9,14,6.5],"to":[9.5,14.5,7],"faces":{"up":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"}}},{"from":[9,14,7],"to":[9.5,14.5,7.5],"faces":{"up":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"}}},{"from":[9,14,8],"to":[9.5,14.5,8.5],"faces":{"up":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"}}},{"from":[9,14,8.5],"to":[9.5,14.5,9],"faces":{"down":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"}}},{"from":[9,14,9],"to":[9.5,14.5,9.5],"faces":{"east":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"up":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"}}},{"from":[9,14,9.5],"to":[9.5,14.5,10],"faces":{"east":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"south":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"west":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"up":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"}}},{"from":[9,14.5,7.5],"to":[9.5,15,8],"faces":{"north":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"east":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"south":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"west":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"up":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[9,14.5,8.5],"to":[9.5,15,9],"faces":{"north":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"east":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"south":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"up":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"}}},{"from":[9.5,6.5,7.5],"to":[10.5,7,8],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[9.5,7.5,8.5],"to":[10,8.5,9],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[9.5,10,3.5],"to":[10,10.5,4],"faces":{"north":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"east":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"south":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"west":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"down":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"}}},{"from":[9.5,10.5,3],"to":[10,11,3.5],"faces":{"north":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"},"east":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"},"west":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"},"up":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"},"down":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"}}},{"from":[9.5,10.5,4],"to":[10,11,4.5],"faces":{"down":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"}}},{"from":[9.5,10.5,4.5],"to":[10,11,5],"faces":{"south":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"west":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"down":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"}}},{"from":[9.5,10.5,11.5],"to":[10,11,12],"faces":{"north":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"west":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"down":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"}}},{"from":[9.5,10.5,12],"to":[10,11,12.5],"faces":{"west":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"},"down":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"}}},{"from":[9.5,10.5,12.5],"to":[10,11,13],"faces":{"east":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"south":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"west":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"down":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"}}},{"from":[9.5,11,3.5],"to":[10,11.5,4],"faces":{"north":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"east":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[9.5,11,4.5],"to":[10,11.5,5],"faces":{"south":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"}}},{"from":[9.5,11,11],"to":[10,11.5,11.5],"faces":{"north":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"down":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"}}},{"from":[9.5,11,12.5],"to":[10,11.5,13],"faces":{"south":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"west":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"up":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[9.5,11.5,3.5],"to":[10,12,4],"faces":{"north":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"up":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"}}},{"from":[9.5,11.5,4],"to":[10,12,4.5],"faces":{"up":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"}}},{"from":[9.5,11.5,6],"to":[10,12,6.5],"faces":{"north":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"east":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"down":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"}}},{"from":[9.5,11.5,6.5],"to":[10,12,7],"faces":{"south":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"up":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"down":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"}}},{"from":[9.5,11.5,10],"to":[10,12,10.5],"faces":{"north":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"},"down":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"}}},{"from":[9.5,11.5,10.5],"to":[10,12,11],"faces":{"down":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"}}},{"from":[9.5,11.5,12],"to":[10,12,12.5],"faces":{"east":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"south":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"up":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"}}},{"from":[9.5,12,4.5],"to":[10,12.5,5],"faces":{"north":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"up":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"}}},{"from":[9.5,12,5.5],"to":[10,12.5,6],"faces":{"east":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"down":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"}}},{"from":[9.5,12,6],"to":[10,12.5,6.5],"faces":{"south":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"}}},{"from":[9.5,12,7],"to":[10,12.5,7.5],"faces":{"north":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"east":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"west":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"down":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"}}},{"from":[9.5,12,7.5],"to":[10,12.5,8],"faces":{"west":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"down":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"}}},{"from":[9.5,12,8],"to":[10,12.5,8.5],"faces":{"west":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"down":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"}}},{"from":[9.5,12,8.5],"to":[11,12.5,9],"faces":{"north":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"south":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"west":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"up":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"down":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"}}},{"from":[9.5,12,9],"to":[10,12.5,9.5],"faces":{"down":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"}}},{"from":[9.5,12,9.5],"to":[10.5,12.5,10],"faces":{"north":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"south":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"up":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"down":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[9.5,12,10.5],"to":[10,12.5,11],"faces":{"east":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"}}},{"from":[9.5,12,11],"to":[10,12.5,11.5],"faces":{"east":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"up":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"}}},{"from":[9.5,12,11.5],"to":[10,12.5,12],"faces":{"south":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"up":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"}}},{"from":[9.5,12.5,5],"to":[10,13,5.5],"faces":{"north":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"up":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"}}},{"from":[9.5,12.5,6],"to":[10.5,13,6.5],"faces":{"north":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"south":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"up":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"down":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"}}},{"from":[9.5,12.5,6.5],"to":[10,13.5,7],"faces":{"north":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"east":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"south":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"west":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"down":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"}}},{"from":[9.5,12.5,10.5],"to":[10,13,11],"faces":{"east":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"south":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"}}},{"from":[9.5,13,5.5],"to":[10,13.5,6],"faces":{"north":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"up":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"}}},{"from":[9.5,13,8],"to":[10,13.5,9],"faces":{"east":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"west":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"up":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"down":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"}}},{"from":[9.5,13,9.5],"to":[10,13.5,10],"faces":{"east":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"up":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"}}},{"from":[9.5,13,10.5],"to":[10,13.5,11],"faces":{"east":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"south":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"up":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[9.5,13.5,6],"to":[10,14,6.5],"faces":{"north":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"}}},{"from":[9.5,13.5,7],"to":[10,14,8],"faces":{"east":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"west":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"up":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"down":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"}}},{"from":[9.5,13.5,9],"to":[10,14,9.5],"faces":{"north":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"east":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"south":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"up":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"}}},{"from":[9.5,14,6],"to":[10,14.5,6.5],"faces":{"north":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"east":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"up":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[9.5,14,6.5],"to":[10,14.5,7],"faces":{"east":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"up":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"}}},{"from":[9.5,14,7],"to":[10,14.5,7.5],"faces":{"east":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"up":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"}}},{"from":[9.5,14,7.5],"to":[10,14.5,8],"faces":{"up":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[9.5,14,8],"to":[10,14.5,8.5],"faces":{"east":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"up":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"}}},{"from":[9.5,14,8.5],"to":[10,14.5,9],"faces":{"east":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"},"south":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"},"up":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"},"down":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"}}},{"from":[10,7,7],"to":[10.5,7.5,7.5],"faces":{"north":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"west":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"up":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"down":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"}}},{"from":[10,7,7.5],"to":[11,7.5,8],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[10,8,8.5],"to":[10.5,8.5,9],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[10,10.5,3.5],"to":[10.5,11,4],"faces":{"north":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"up":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"down":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"}}},{"from":[10,10.5,4],"to":[11,11,4.5],"faces":{"north":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"south":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"up":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"down":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"}}},{"from":[10,10.5,4.5],"to":[10.5,11,5],"faces":{"south":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"down":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"}}},{"from":[10,10.5,11],"to":[10.5,11,11.5],"faces":{"north":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"west":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"down":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"}}},{"from":[10,10.5,11.5],"to":[10.5,11,12],"faces":{"east":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"down":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"}}},{"from":[10,10.5,12],"to":[10.5,11,12.5],"faces":{"east":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"south":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"down":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"}}},{"from":[10,11,4],"to":[10.5,12,4.5],"faces":{"north":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"east":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"south":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"west":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"up":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"}}},{"from":[10,11,4.5],"to":[11.5,11.5,5],"faces":{"north":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"south":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"up":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"down":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"}}},{"from":[10,11,10.5],"to":[10.5,11.5,11],"faces":{"north":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"west":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"down":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[10,11,11],"to":[10.5,11.5,11.5],"faces":{"east":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"}}},{"from":[10,11,11.5],"to":[10.5,11.5,12],"faces":{"east":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"}}},{"from":[10,11,12],"to":[10.5,11.5,12.5],"faces":{"east":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"up":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"}}},{"from":[10,11,12.5],"to":[10.5,11.5,13],"faces":{"east":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"south":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"up":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"down":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[10,11.5,3.5],"to":[10.5,12,4],"faces":{"north":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"up":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"down":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"}}},{"from":[10,11.5,5],"to":[10.5,12,5.5],"faces":{"south":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"down":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"}}},{"from":[10,11.5,6.5],"to":[10.5,12,7],"faces":{"north":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"south":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"up":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"down":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"}}},{"from":[10,11.5,8],"to":[10.5,12,8.5],"faces":{"north":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"west":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"down":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"}}},{"from":[10,11.5,8.5],"to":[10.5,12,9],"faces":{"west":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"down":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"}}},{"from":[10,11.5,9],"to":[11,12,9.5],"faces":{"north":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"south":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"west":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"down":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"}}},{"from":[10,11.5,9.5],"to":[10.5,12,10],"faces":{"west":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"down":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"}}},{"from":[10,11.5,10],"to":[10.5,12,10.5],"faces":{"down":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"}}},{"from":[10,11.5,10.5],"to":[10.5,12,11],"faces":{"up":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"}}},{"from":[10,11.5,11],"to":[10.5,12,11.5],"faces":{"up":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"}}},{"from":[10,11.5,11.5],"to":[10.5,12,12],"faces":{"east":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"south":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"}}},{"from":[10,12,4.5],"to":[10.5,12.5,5],"faces":{"north":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"east":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"up":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"}}},{"from":[10,12,5],"to":[10.5,12.5,5.5],"faces":{"south":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"}}},{"from":[10,12,6],"to":[11,12.5,6.5],"faces":{"north":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"south":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"up":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"down":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"}}},{"from":[10,12,7.5],"to":[11.5,12.5,8],"faces":{"north":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"south":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"up":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"down":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"}}},{"from":[10,12,9],"to":[11,12.5,9.5],"faces":{"east":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"south":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"up":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"}}},{"from":[10,12,10],"to":[10.5,12.5,10.5],"faces":{"east":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"south":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"}}},{"from":[10,12,11.5],"to":[10.5,12.5,12],"faces":{"north":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"east":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"south":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"up":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"}}},{"from":[10,12.5,5],"to":[10.5,13,5.5],"faces":{"north":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"east":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"up":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"}}},{"from":[10,12.5,5.5],"to":[10.5,13,6],"faces":{"down":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"}}},{"from":[10,12.5,6.5],"to":[10.5,13,7],"faces":{"down":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"}}},{"from":[10,12.5,7],"to":[11.5,13,7.5],"faces":{"north":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"south":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"up":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"down":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"}}},{"from":[10,12.5,9],"to":[10.5,13,9.5],"faces":{"east":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"}}},{"from":[10,12.5,9.5],"to":[10.5,13,10],"faces":{"east":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"up":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"}}},{"from":[10,12.5,10],"to":[10.5,13,10.5],"faces":{"east":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"south":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"up":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"}}},{"from":[10,13,5.5],"to":[10.5,13.5,6],"faces":{"north":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"east":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"up":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"}}},{"from":[10,13,6],"to":[10.5,13.5,6.5],"faces":{"east":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"}}},{"from":[10,13,6.5],"to":[10.5,13.5,7],"faces":{"east":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"}}},{"from":[10,13,7],"to":[10.5,13.5,7.5],"faces":{"up":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[10,13,9],"to":[10.5,13.5,9.5],"faces":{"east":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"south":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"up":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"}}},{"from":[10,13.5,6],"to":[10.5,14,6.5],"faces":{"north":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"east":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"up":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"}}},{"from":[10,13.5,6.5],"to":[10.5,14,7],"faces":{"east":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"south":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"up":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"}}},{"from":[10,13.5,7.5],"to":[10.5,14,8],"faces":{"north":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"}}},{"from":[10,13.5,8.5],"to":[10.5,14,9],"faces":{"east":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"south":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"west":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"up":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"}}},{"from":[10,14,7.5],"to":[10.5,14.5,8],"faces":{"north":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"east":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"south":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"up":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"}}},{"from":[10.5,7,6.5],"to":[11,7.5,7],"faces":{"north":{"uv":[4.24,4.24,4.76,4.76],"texture":"#0"},"east":{"uv":[4.24,4.24,4.76,4.76],"texture":"#0"},"west":{"uv":[4.24,4.24,4.76,4.76],"texture":"#0"},"up":{"uv":[4.24,4.24,4.76,4.76],"texture":"#0"},"down":{"uv":[4.24,4.24,4.76,4.76],"texture":"#0"}}},{"from":[10.5,7,7],"to":[11,7.5,7.5],"faces":{"up":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"down":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"}}},{"from":[10.5,7,8],"to":[11,7.5,8.5],"faces":{"south":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"west":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"up":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"down":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"}}},{"from":[10.5,7.5,7.5],"to":[11.5,8,8],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[10.5,8.5,9],"to":[11.5,9,9.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[10.5,10,3.5],"to":[11,10.5,4],"faces":{"north":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"east":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"west":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"down":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"}}},{"from":[10.5,10,4],"to":[11,10.5,4.5],"faces":{"east":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"south":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"west":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"down":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"}}},{"from":[10.5,10.5,3],"to":[11,11,3.5],"faces":{"north":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"},"east":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"},"west":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"},"up":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"},"down":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"}}},{"from":[10.5,10.5,3.5],"to":[11,11.5,4],"faces":{"north":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"east":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"south":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"west":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"}}},{"from":[10.5,10.5,4.5],"to":[11,11,5],"faces":{"south":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"down":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[10.5,10.5,10.5],"to":[11,11,11],"faces":{"north":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"west":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"down":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"}}},{"from":[10.5,10.5,11],"to":[11.5,11,11.5],"faces":{"north":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"south":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"up":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"down":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"}}},{"from":[10.5,11,5],"to":[11,11.5,5.5],"faces":{"south":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"west":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"down":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"}}},{"from":[10.5,11,9],"to":[11,11.5,9.5],"faces":{"north":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"east":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"west":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"down":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[10.5,11,9.5],"to":[11,11.5,10],"faces":{"west":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"down":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"}}},{"from":[10.5,11,10],"to":[11,11.5,10.5],"faces":{"west":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"},"down":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"}}},{"from":[10.5,11,10.5],"to":[11.5,11.5,11],"faces":{"north":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"south":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"up":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"down":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[10.5,11.5,3.5],"to":[11,12,4],"faces":{"north":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"east":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"up":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"}}},{"from":[10.5,11.5,4],"to":[11,12,4.5],"faces":{"up":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"}}},{"from":[10.5,11.5,4.5],"to":[11,12,5],"faces":{"up":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"}}},{"from":[10.5,11.5,5],"to":[11,12,5.5],"faces":{"south":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"}}},{"from":[10.5,11.5,6],"to":[11.5,12,6.5],"faces":{"north":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"south":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"west":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"up":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"down":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"}}},{"from":[10.5,11.5,6.5],"to":[11,12,7],"faces":{"down":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[10.5,11.5,7],"to":[11,12,7.5],"faces":{"west":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"down":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"}}},{"from":[10.5,11.5,7.5],"to":[11,12,8],"faces":{"west":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"down":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"}}},{"from":[10.5,11.5,8],"to":[11,12,9],"faces":{"east":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"west":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"up":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"down":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"}}},{"from":[10.5,11.5,10],"to":[11,12,10.5],"faces":{"up":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[10.5,11.5,10.5],"to":[11,12,11],"faces":{"up":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"}}},{"from":[10.5,11.5,11],"to":[11,12,11.5],"faces":{"south":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"up":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"down":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"}}},{"from":[10.5,12,5],"to":[11,12.5,5.5],"faces":{"north":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"east":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"up":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"}}},{"from":[10.5,12,5.5],"to":[11,12.5,6],"faces":{"west":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"down":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"}}},{"from":[10.5,12,6.5],"to":[11.5,12.5,7],"faces":{"north":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"south":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"west":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"up":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"down":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"}}},{"from":[10.5,12,7],"to":[11,12.5,7.5],"faces":{"west":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"}}},{"from":[10.5,12,9.5],"to":[11,12.5,10],"faces":{"east":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"south":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"up":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"}}},{"from":[10.5,12.5,5.5],"to":[11,13,6],"faces":{"north":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"east":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"up":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"}}},{"from":[10.5,12.5,6],"to":[11,13,6.5],"faces":{"east":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"up":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"}}},{"from":[10.5,12.5,6.5],"to":[11,13,7],"faces":{"up":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[10.5,12.5,8.5],"to":[11,13.5,9],"faces":{"north":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"east":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"south":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"west":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"up":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"}}},{"from":[10.5,13,7],"to":[11,13.5,7.5],"faces":{"north":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"up":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[10.5,13,8],"to":[11,13.5,8.5],"faces":{"east":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"}}},{"from":[10.5,13.5,7.5],"to":[11,14,8],"faces":{"north":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"},"east":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"},"up":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"}}},{"from":[10.5,13.5,8],"to":[11,14,8.5],"faces":{"east":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"south":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"up":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"}}},{"from":[11,7,7],"to":[11.5,7.5,7.5],"faces":{"north":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"down":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"}}},{"from":[11,7,7.5],"to":[11.5,7.5,8],"faces":{"down":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"}}},{"from":[11,7,8],"to":[11.5,7.5,8.5],"faces":{"east":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"south":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"down":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"}}},{"from":[11,7.5,7],"to":[11.5,8,7.5],"faces":{"north":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"east":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"west":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"up":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"}}},{"from":[11,7.5,8],"to":[11.5,8,8.5],"faces":{"south":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"west":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"up":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"}}},{"from":[11,9,9],"to":[12,9.5,9.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[11,10,11],"to":[11.5,10.5,11.5],"faces":{"north":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"west":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"down":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"}}},{"from":[11,10,11.5],"to":[11.5,10.5,12],"faces":{"west":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"down":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"}}},{"from":[11,10,12],"to":[11.5,10.5,12.5],"faces":{"south":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"west":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"up":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"down":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"}}},{"from":[11,10.5,4],"to":[11.5,11,4.5],"faces":{"north":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"east":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"},"down":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"}}},{"from":[11,10.5,4.5],"to":[11.5,11,5],"faces":{"south":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"down":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"}}},{"from":[11,10.5,5.5],"to":[11.5,11,6],"faces":{"north":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"south":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"west":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"down":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"}}},{"from":[11,10.5,10.5],"to":[11.5,11,11],"faces":{"north":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"east":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"down":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[11,10.5,11.5],"to":[11.5,11,12],"faces":{"south":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"west":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"}}},{"from":[11,11,3.5],"to":[11.5,11.5,4],"faces":{"north":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"east":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"up":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"down":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"}}},{"from":[11,11,4],"to":[11.5,11.5,4.5],"faces":{"east":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"}}},{"from":[11,11,5],"to":[12,11.5,5.5],"faces":{"north":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"south":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"up":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"down":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"}}},{"from":[11,11,5.5],"to":[11.5,11.5,6],"faces":{"west":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"}}},{"from":[11,11,6],"to":[12,11.5,6.5],"faces":{"north":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"south":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"west":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"up":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"down":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"}}},{"from":[11,11,7.5],"to":[11.5,11.5,8],"faces":{"north":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"south":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"west":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"down":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"}}},{"from":[11,11,9.5],"to":[11.5,11.5,10],"faces":{"north":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"down":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"}}},{"from":[11,11,10],"to":[11.5,11.5,10.5],"faces":{"down":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"}}},{"from":[11,11,11],"to":[12,11.5,11.5],"faces":{"north":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"south":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"west":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"up":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"down":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"}}},{"from":[11,11,11.5],"to":[11.5,11.5,12],"faces":{"south":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"west":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"up":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"}}},{"from":[11,11.5,4],"to":[11.5,12,4.5],"faces":{"north":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"east":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"up":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"}}},{"from":[11,11.5,4.5],"to":[11.5,12,5],"faces":{"east":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"up":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"}}},{"from":[11,11.5,5],"to":[11.5,12,5.5],"faces":{"up":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"}}},{"from":[11,11.5,5.5],"to":[11.5,12.5,6],"faces":{"north":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"east":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"south":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"west":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"up":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"}}},{"from":[11,11.5,6.5],"to":[12,12,7.5],"faces":{"north":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"east":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"south":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"west":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"up":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"},"down":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"}}},{"from":[11,11.5,8],"to":[12,12,8.5],"faces":{"north":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"south":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"up":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"down":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"}}},{"from":[11,11.5,9],"to":[11.5,12,9.5],"faces":{"north":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"up":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"down":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"}}},{"from":[11,11.5,9.5],"to":[11.5,12,10.5],"faces":{"east":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"west":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"up":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"down":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"}}},{"from":[11,11.5,10.5],"to":[11.5,12,11],"faces":{"up":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"}}},{"from":[11,11.5,11],"to":[11.5,12,11.5],"faces":{"south":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"up":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[11,12,6],"to":[11.5,12.5,6.5],"faces":{"east":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"up":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[11,12,8.5],"to":[11.5,12.5,9],"faces":{"south":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"down":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"}}},{"from":[11,12.5,6.5],"to":[11.5,13,7],"faces":{"north":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"east":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"up":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"}}},{"from":[11,12.5,8.5],"to":[11.5,13,9],"faces":{"east":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"},"south":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"},"up":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"}}},{"from":[11,13,7],"to":[11.5,13.5,7.5],"faces":{"north":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"east":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"up":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"}}},{"from":[11,13,7.5],"to":[11.5,13.5,8],"faces":{"south":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"up":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"}}},{"from":[11.5,7,7],"to":[12,7.5,7.5],"faces":{"north":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"east":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"up":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"down":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"}}},{"from":[11.5,7,7.5],"to":[12,7.5,8],"faces":{"south":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"down":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"}}},{"from":[11.5,7.5,7.5],"to":[12,8,8],"faces":{"north":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"},"east":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"}}},{"from":[11.5,7.5,8],"to":[12,8,8.5],"faces":{"east":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"south":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"up":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"down":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"}}},{"from":[11.5,8,7.5],"to":[12,8.5,8],"faces":{"north":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"east":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"south":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"west":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"up":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"}}},{"from":[11.5,9.5,9],"to":[12.5,10,9.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"up":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"down":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[11.5,10,11],"to":[12,10.5,11.5],"faces":{"north":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"down":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"}}},{"from":[11.5,10,11.5],"to":[12,11,12],"faces":{"north":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"east":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"south":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"west":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"down":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[11.5,10,12],"to":[12,10.5,12.5],"faces":{"south":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"up":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"down":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"}}},{"from":[11.5,10.5,4.5],"to":[12,11,5],"faces":{"north":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"down":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"}}},{"from":[11.5,10.5,5],"to":[12,11,5.5],"faces":{"west":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"},"down":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"}}},{"from":[11.5,10.5,5.5],"to":[12,11,6],"faces":{"down":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"}}},{"from":[11.5,10.5,6],"to":[12,11,6.5],"faces":{"west":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"down":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"}}},{"from":[11.5,10.5,6.5],"to":[12,11,7],"faces":{"west":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"down":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"}}},{"from":[11.5,10.5,7],"to":[12,11,7.5],"faces":{"south":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"west":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"down":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[11.5,10.5,11],"to":[12.5,11,11.5],"faces":{"north":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"south":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"up":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"down":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"}}},{"from":[11.5,11,4.5],"to":[12,11.5,5],"faces":{"north":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"east":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"up":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"}}},{"from":[11.5,11,6.5],"to":[12,11.5,7],"faces":{"west":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"}}},{"from":[11.5,11,7],"to":[12,11.5,7.5],"faces":{"west":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"}}},{"from":[11.5,11,7.5],"to":[12,11.5,8],"faces":{"down":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[11.5,11,8],"to":[12,11.5,8.5],"faces":{"west":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"},"down":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"}}},{"from":[11.5,11,8.5],"to":[13,11.5,9],"faces":{"north":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"east":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"south":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"west":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"up":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"down":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"}}},{"from":[11.5,11,9.5],"to":[13,11.5,10],"faces":{"north":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"south":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"up":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"down":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[11.5,11,10],"to":[12,11.5,11],"faces":{"east":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"west":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"up":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"},"down":{"uv":[2.24,2.24,2.76,2.76],"texture":"#0"}}},{"from":[11.5,11,11.5],"to":[12,11.5,12],"faces":{"east":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"south":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"up":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"}}},{"from":[11.5,11.5,5],"to":[12,12,5.5],"faces":{"north":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"},"east":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"},"up":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"}}},{"from":[11.5,11.5,5.5],"to":[12,12,6],"faces":{"east":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"up":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"}}},{"from":[11.5,11.5,6],"to":[12,12,6.5],"faces":{"east":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"},"up":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"}}},{"from":[11.5,11.5,8.5],"to":[12,12,9],"faces":{"west":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"}}},{"from":[11.5,11.5,9],"to":[12,12,9.5],"faces":{"up":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"},"down":{"uv":[4.24,1.24,4.76,1.76],"texture":"#0"}}},{"from":[11.5,11.5,9.5],"to":[12,12,10],"faces":{"up":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"}}},{"from":[11.5,11.5,10],"to":[12,12,10.5],"faces":{"up":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"}}},{"from":[11.5,11.5,10.5],"to":[12,12,11],"faces":{"up":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"}}},{"from":[11.5,11.5,11],"to":[12.5,12,11.5],"faces":{"north":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"east":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"south":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"up":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"down":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"}}},{"from":[11.5,12,6.5],"to":[12,12.5,7],"faces":{"north":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"east":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"up":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"}}},{"from":[11.5,12,7],"to":[12,13,7.5],"faces":{"north":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"east":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"south":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"west":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"up":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"}}},{"from":[11.5,12,7.5],"to":[12,12.5,8],"faces":{"east":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"}}},{"from":[11.5,12,8],"to":[12,12.5,8.5],"faces":{"east":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"}}},{"from":[11.5,12,8.5],"to":[12,12.5,9],"faces":{"south":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"},"up":{"uv":[5.24,1.24,5.76,1.76],"texture":"#0"}}},{"from":[11.5,12.5,7.5],"to":[12,13,8],"faces":{"east":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"}}},{"from":[11.5,12.5,8],"to":[12,13,8.5],"faces":{"south":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"},"up":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"}}},{"from":[11.5,13,7.5],"to":[12,13.5,8],"faces":{"north":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"},"east":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"},"south":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"},"up":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"}}},{"from":[12,6.5,7],"to":[12.5,7,7.5],"faces":{"north":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"east":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"west":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"up":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"down":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"}}},{"from":[12,6.5,7.5],"to":[12.5,7,8],"faces":{"south":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"west":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"down":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"}}},{"from":[12,7,7.5],"to":[12.5,7.5,8],"faces":{"north":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"east":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"south":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"up":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"}}},{"from":[12,10,9],"to":[12.5,11,9.5],"faces":{"north":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"east":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"south":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"},"west":{"uv":[2.24,0.24,2.76,0.76],"texture":"#0"}}},{"from":[12,10,11],"to":[12.5,10.5,12],"faces":{"north":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"east":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"west":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"up":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"down":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"}}},{"from":[12,10,12],"to":[12.5,10.5,12.5],"faces":{"east":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"south":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"up":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"down":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"}}},{"from":[12,10.5,4.5],"to":[12.5,11,5],"faces":{"north":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"},"east":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"},"up":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"},"down":{"uv":[3.24,1.24,3.76,1.76],"texture":"#0"}}},{"from":[12,10.5,5],"to":[12.5,11,5.5],"faces":{"down":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"}}},{"from":[12,10.5,5.5],"to":[12.5,11,6],"faces":{"down":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"}}},{"from":[12,10.5,6],"to":[12.5,11,6.5],"faces":{"down":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"}}},{"from":[12,10.5,6.5],"to":[12.5,11,7],"faces":{"east":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"},"down":{"uv":[5.24,0.24,5.76,0.76],"texture":"#0"}}},{"from":[12,10.5,7],"to":[12.5,11,7.5],"faces":{"down":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"}}},{"from":[12,10.5,7.5],"to":[12.5,11,8],"faces":{"west":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"down":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"}}},{"from":[12,10.5,8],"to":[12.5,11,8.5],"faces":{"west":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"down":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"}}},{"from":[12,10.5,8.5],"to":[12.5,11,9],"faces":{"west":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"},"down":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"}}},{"from":[12,10.5,9.5],"to":[12.5,11,10],"faces":{"west":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"down":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"}}},{"from":[12,10.5,10],"to":[12.5,11,10.5],"faces":{"west":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"down":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"}}},{"from":[12,10.5,10.5],"to":[13,11,11],"faces":{"north":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"south":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"west":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"},"down":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"}}},{"from":[12,10.5,11.5],"to":[12.5,11,12],"faces":{"east":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"south":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"},"up":{"uv":[0.24,2.24,0.76,2.76],"texture":"#0"}}},{"from":[12,11,5],"to":[12.5,11.5,5.5],"faces":{"north":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"east":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"up":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"}}},{"from":[12,11,5.5],"to":[12.5,11.5,6],"faces":{"east":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"up":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[12,11,6],"to":[12.5,11.5,6.5],"faces":{"east":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"},"up":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"}}},{"from":[12,11,6.5],"to":[12.5,11.5,7],"faces":{"east":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"}}},{"from":[12,11,7],"to":[12.5,11.5,7.5],"faces":{"east":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"}}},{"from":[12,11,7.5],"to":[12.5,11.5,8],"faces":{"east":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"}}},{"from":[12,11,8],"to":[12.5,11.5,8.5],"faces":{"east":{"uv":[0.24,4.24,0.76,4.76],"texture":"#0"}}},{"from":[12,11,9],"to":[12.5,11.5,9.5],"faces":{"west":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[12,11,10.5],"to":[13,11.5,11],"faces":{"north":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"east":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"south":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"up":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"}}},{"from":[12,11,11],"to":[12.5,11.5,11.5],"faces":{"east":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"south":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"}}},{"from":[12,11.5,6.5],"to":[12.5,12,7],"faces":{"north":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"},"east":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"},"up":{"uv":[1.24,1.24,1.76,1.76],"texture":"#0"}}},{"from":[12,11.5,7],"to":[12.5,12,7.5],"faces":{"east":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"},"up":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"}}},{"from":[12,11.5,7.5],"to":[12.5,12,8],"faces":{"east":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"up":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"}}},{"from":[12,11.5,8],"to":[12.5,12,8.5],"faces":{"east":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"up":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"}}},{"from":[12,11.5,8.5],"to":[12.5,12,9],"faces":{"east":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"}}},{"from":[12,11.5,9],"to":[12.5,12,9.5],"faces":{"up":{"uv":[0.24,1.24,0.76,1.76],"texture":"#0"}}},{"from":[12,11.5,9.5],"to":[12.5,12,10],"faces":{"up":{"uv":[7.24,2.24,7.76,2.76],"texture":"#0"}}},{"from":[12,11.5,10],"to":[12.5,12,10.5],"faces":{"east":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"up":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"}}},{"from":[12,11.5,10.5],"to":[12.5,12,11],"faces":{"east":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"up":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"}}},{"from":[12,12,8.5],"to":[12.5,12.5,9],"faces":{"north":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"east":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"south":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"up":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"}}},{"from":[12,12.5,8],"to":[12.5,13,8.5],"faces":{"north":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"east":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"south":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"up":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"down":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[12.5,6.5,7.5],"to":[13,7,8],"faces":{"north":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"east":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"south":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"up":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"down":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[12.5,10,7.5],"to":[13,10.5,8],"faces":{"north":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"east":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"south":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"west":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"},"down":{"uv":[3.24,4.24,3.76,4.76],"texture":"#0"}}},{"from":[12.5,10,9.5],"to":[13,10.5,10],"faces":{"north":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"east":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"south":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"west":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"},"down":{"uv":[1.24,4.24,1.76,4.76],"texture":"#0"}}},{"from":[12.5,10,10.5],"to":[13,10.5,11],"faces":{"north":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"west":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"down":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"}}},{"from":[12.5,10,11],"to":[13,10.5,11.5],"faces":{"east":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"down":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"}}},{"from":[12.5,10,11.5],"to":[13,10.5,12],"faces":{"east":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"south":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"up":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"},"down":{"uv":[0.24,3.24,0.76,3.76],"texture":"#0"}}},{"from":[12.5,10.5,5],"to":[13,11,5.5],"faces":{"north":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"east":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"up":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"down":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[12.5,10.5,5.5],"to":[13,11,6],"faces":{"east":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"up":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"},"down":{"uv":[4.24,0.24,4.76,0.76],"texture":"#0"}}},{"from":[12.5,10.5,6],"to":[13,11,6.5],"faces":{"east":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"south":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"up":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"},"down":{"uv":[3.24,3.24,3.76,3.76],"texture":"#0"}}},{"from":[12.5,10.5,7],"to":[13,11,7.5],"faces":{"north":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"east":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"up":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"down":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"}}},{"from":[12.5,10.5,7.5],"to":[13,11,8],"faces":{"up":{"uv":[1.24,2.24,1.76,2.76],"texture":"#0"}}},{"from":[12.5,10.5,8],"to":[13,11,8.5],"faces":{"up":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"down":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"}}},{"from":[12.5,10.5,8.5],"to":[13,11,9],"faces":{"east":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"},"down":{"uv":[4.24,3.24,4.76,3.76],"texture":"#0"}}},{"from":[12.5,10.5,9],"to":[13,11,9.5],"faces":{"down":{"uv":[7.24,0.24,7.76,0.76],"texture":"#0"}}},{"from":[12.5,10.5,10],"to":[13.5,11,10.5],"faces":{"north":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"south":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"up":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"},"down":{"uv":[7.24,1.24,7.76,1.76],"texture":"#0"}}},{"from":[12.5,10.5,11],"to":[13,11,11.5],"faces":{"south":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"},"up":{"uv":[2.24,1.24,2.76,1.76],"texture":"#0"}}},{"from":[12.5,11,10],"to":[13,11.5,10.5],"faces":{"up":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"}}},{"from":[12.5,11.5,9],"to":[13,12,9.5],"faces":{"north":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"east":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"up":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"}}},{"from":[12.5,11.5,9.5],"to":[13,12,10],"faces":{"east":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"south":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"up":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[13,10,10],"to":[13.5,10.5,10.5],"faces":{"north":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"west":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"},"down":{"uv":[7.24,3.24,7.76,3.76],"texture":"#0"}}},{"from":[13,10,10.5],"to":[13.5,10.5,11],"faces":{"south":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"},"down":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"}}},{"from":[13,10.5,7.5],"to":[13.5,11,8],"faces":{"north":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"east":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"up":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"},"down":{"uv":[6.24,0.24,6.76,0.76],"texture":"#0"}}},{"from":[13,10.5,8],"to":[13.5,11,8.5],"faces":{"east":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"south":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"up":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"},"down":{"uv":[2.24,4.24,2.76,4.76],"texture":"#0"}}},{"from":[13,10.5,9],"to":[13.5,11,9.5],"faces":{"north":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"east":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"},"down":{"uv":[2.24,3.24,2.76,3.76],"texture":"#0"}}},{"from":[13,10.5,9.5],"to":[13.5,11,10],"faces":{"east":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"},"down":{"uv":[6.24,1.24,6.76,1.76],"texture":"#0"}}},{"from":[13,10.5,10.5],"to":[13.5,11,11],"faces":{"east":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"up":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"}}},{"from":[13,10.5,11],"to":[13.5,11,11.5],"faces":{"east":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"south":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"up":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"},"down":{"uv":[5.24,3.24,5.76,3.76],"texture":"#0"}}},{"from":[13,11,9],"to":[13.5,11.5,9.5],"faces":{"north":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"east":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"},"up":{"uv":[6.24,2.24,6.76,2.76],"texture":"#0"}}},{"from":[13,11,9.5],"to":[13.5,11.5,10],"faces":{"east":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"},"up":{"uv":[5.24,2.24,5.76,2.76],"texture":"#0"}}},{"from":[13,11,10],"to":[13.5,11.5,10.5],"faces":{"east":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"},"south":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"},"up":{"uv":[4.24,2.24,4.76,2.76],"texture":"#0"}}},{"from":[13.5,10,10],"to":[14,10.5,10.5],"faces":{"north":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"east":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"},"down":{"uv":[3.24,2.24,3.76,2.76],"texture":"#0"}}},{"from":[13.5,10,10.5],"to":[14,10.5,11],"faces":{"east":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"south":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"up":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"},"down":{"uv":[1.24,3.24,1.76,3.76],"texture":"#0"}}},{"from":[13.5,10.5,10],"to":[14,11,10.5],"faces":{"north":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"east":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"south":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"},"up":{"uv":[6.24,3.24,6.76,3.76],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,147,0],"translation":[0,4.5,2],"scale":[1,1.2,1]},"thirdperson_lefthand":{"rotation":[0,147,0],"translation":[0,4.5,2],"scale":[1,1.2,1]},"firstperson_righthand":{"rotation":[0,91,0],"translation":[0,4.8695,-1],"scale":[0.8,0.8,0.8]},"firstperson_lefthand":{"rotation":[0,91,0],"translation":[0,4.8695,-1],"scale":[0.8,0.8,0.8]},"gui":{"rotation":[-65,148,61],"scale":[1.5,1.5,1.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/candy_relik.json b/assets/minecraft/models/item/wynn/skin/relik/candy_relik.json new file mode 100644 index 000000000..8eaee4637 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/candy_relik.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/dwarf","1":"skins/wood","particle":"skins/dwarf","1_1":"skins/rose"},"elements":[{"from":[7.01,3.01,6.81653],"to":[8.99,14.99,9.18347],"rotation":{"angle":-22.5,"axis":"x","origin":[7.5,9,8]},"faces":{"north":{"uv":[14.75,0.25,15.75,6.25],"rotation":180,"texture":"#0"},"east":{"uv":[14.5,2,15.69347,8],"rotation":180,"texture":"#0"},"south":{"uv":[14.75,0.25,15.75,6.25],"rotation":180,"texture":"#0"},"west":{"uv":[15.69347,2,14.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[2,8.5,3,9.69347],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,10.25,2.5,11.44347],"rotation":180,"texture":"#0"}}},{"from":[6.985,7.79153,1.985],"to":[9.015,10.20847,14.015],"rotation":{"angle":45,"axis":"x","origin":[7.5,9,8]},"faces":{"north":{"uv":[3.25,8.25,4.44347,9.25],"rotation":270,"texture":"#0"},"east":{"uv":[14.75,0.25,15.94347,6.25],"rotation":270,"texture":"#0"},"south":{"uv":[5,9.5,6.19347,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[14.75,0,15.94347,6],"rotation":270,"texture":"#0"},"up":{"uv":[10,0.25,16,1.25],"rotation":270,"texture":"#0"},"down":{"uv":[10,0.25,16,1.25],"rotation":270,"texture":"#0"}}},{"from":[7,3,6.80653],"to":[9,15,9.19347],"rotation":{"angle":0,"axis":"y","origin":[7.5,9,8]},"faces":{"north":{"uv":[14.75,0.25,15.75,6.25],"rotation":180,"texture":"#0"},"east":{"uv":[14.75,0.25,15.94347,6.25],"rotation":180,"texture":"#0"},"south":{"uv":[14.75,0.25,15.75,6.25],"rotation":180,"texture":"#0"},"west":{"uv":[15.94347,0.25,14.75,6.25],"rotation":180,"texture":"#0"},"up":{"uv":[1.25,10.5,2.25,11.69347],"rotation":180,"texture":"#0"},"down":{"uv":[0.75,11,1.75,12.19347],"texture":"#0"}}},{"from":[7,7.80653,2],"to":[9,10.19347,14],"rotation":{"angle":22.5,"axis":"x","origin":[8,9,8]},"faces":{"north":{"uv":[1.25,10.5,2.25,11.69347],"texture":"#0"},"east":{"uv":[14.75,0.25,15.94347,6.25],"rotation":270,"texture":"#0"},"south":{"uv":[2.5,8.5,3.69347,9.5],"rotation":270,"texture":"#0"},"west":{"uv":[14.75,1.25,15.94347,7.25],"rotation":90,"texture":"#0"},"up":{"uv":[14.75,0.25,15.75,6.25],"rotation":180,"texture":"#0"},"down":{"uv":[14.75,0.25,15.75,6.25],"texture":"#0"}}},{"from":[7.01,7.81653,2.01],"to":[8.99,10.18347,13.99],"rotation":{"angle":0,"axis":"x","origin":[8,9,8]},"faces":{"north":{"uv":[2,8.5,3,9.69347],"texture":"#0"},"east":{"uv":[14.5,2,15.69347,8],"rotation":270,"texture":"#0"},"south":{"uv":[1.75,10,2.75,11.19347],"rotation":180,"texture":"#0"},"west":{"uv":[15.69347,2,14.5,8],"rotation":90,"texture":"#0"},"up":{"uv":[14.75,0.25,15.75,6.25],"rotation":180,"texture":"#0"},"down":{"uv":[14.75,0.25,15.75,6.25],"texture":"#0"}}},{"from":[7.01,3.01,6.81653],"to":[8.99,14.99,9.18347],"rotation":{"angle":22.5,"axis":"x","origin":[8,9,8]},"faces":{"north":{"uv":[14.75,0.25,15.75,6.25],"texture":"#0"},"east":{"uv":[14.5,2,15.69347,8],"texture":"#0"},"south":{"uv":[14.75,0.25,15.75,6.25],"texture":"#0"},"west":{"uv":[15.69347,2,14.5,8],"texture":"#0"},"up":{"uv":[3.25,8.25,4.25,9.44347],"rotation":180,"texture":"#0"},"down":{"uv":[0.75,11.25,1.75,12.44347],"rotation":180,"texture":"#0"}}},{"from":[7,7.80653,2],"to":[9,10.19347,14],"rotation":{"angle":-45,"axis":"x","origin":[8,9,8]},"faces":{"north":{"uv":[1.25,10.5,2.25,11.69347],"texture":"#0"},"east":{"uv":[14.75,0.25,15.94347,6.25],"rotation":270,"texture":"#0"},"south":{"uv":[2,8.5,3,9.69347],"rotation":180,"texture":"#0"},"west":{"uv":[14.75,2.25,15.94347,8.25],"rotation":90,"texture":"#0"},"up":{"uv":[14.75,0.25,15.75,6.25],"rotation":180,"texture":"#0"},"down":{"uv":[14.75,0.25,15.75,6.25],"texture":"#0"}}},{"from":[6.985,7.79153,1.985],"to":[9.015,10.20847,14.015],"rotation":{"angle":-22.5,"axis":"x","origin":[8,9,8]},"faces":{"north":{"uv":[3.25,8.25,4.44347,9.25],"rotation":270,"texture":"#0"},"east":{"uv":[14.75,0.25,15.94347,6.25],"rotation":270,"texture":"#0"},"south":{"uv":[0.5,10.75,1.69347,11.75],"rotation":270,"texture":"#0"},"west":{"uv":[14.75,0.25,15.94347,6.25],"rotation":270,"texture":"#0"},"up":{"uv":[10,0.25,16,1.25],"rotation":270,"texture":"#0"},"down":{"uv":[10,0.25,16,1.25],"rotation":270,"texture":"#0"}}},{"from":[6.95,3.5,2.5],"to":[6.96,14.5,13.5],"rotation":{"angle":0,"axis":"y","origin":[-0.5,0,0]},"faces":{"north":{"uv":[0.25,0.25,0.5,0.5],"texture":"#0"},"east":{"uv":[0.25,0.25,0.5,0.5],"texture":"#0"},"south":{"uv":[0.25,0.25,0.5,0.5],"texture":"#0"},"west":{"uv":[0,8,8,16],"texture":"#0"},"up":{"uv":[0.25,0.25,0.5,0.5],"texture":"#0"},"down":{"uv":[0.25,0.25,0.5,0.5],"texture":"#0"}}},{"from":[9.04,3.5,2.5],"to":[9.05,14.5,13.5],"rotation":{"angle":0,"axis":"y","origin":[16.5,0,0]},"faces":{"north":{"uv":[0.5,0.25,0.25,0.5],"texture":"#0"},"east":{"uv":[8,8,0,16],"texture":"#0"},"south":{"uv":[0.5,0.25,0.25,0.5],"texture":"#0"},"west":{"uv":[0.5,0.25,0.25,0.5],"texture":"#0"},"up":{"uv":[0.5,0.25,0.25,0.5],"texture":"#0"},"down":{"uv":[0.5,0.25,0.25,0.5],"texture":"#0"}}},{"from":[7.35,-5.9,7.35],"to":[8.65,3.9,8.65],"faces":{"north":{"uv":[3,14.5,13,16],"rotation":90,"texture":"#1"},"east":{"uv":[3,14.5,13,16],"rotation":90,"texture":"#1"},"south":{"uv":[3,14.5,13,16],"rotation":90,"texture":"#1"},"west":{"uv":[3,14.5,13,16],"rotation":90,"texture":"#1"},"up":{"uv":[3,14.5,13,16],"rotation":90,"texture":"#1"},"down":{"uv":[4.5,14.5,6,16],"rotation":90,"texture":"#1"}}},{"from":[7.19051,0.55,4.52121],"to":[7.20051,4.3,8.77121],"rotation":{"angle":22.5,"axis":"y","origin":[6.69087,2.05456,8.02687]},"faces":{"north":{"uv":[0,9,0.5,9.5],"texture":"#1_1"},"east":{"uv":[1.5,10,6.5,14.5],"texture":"#1_1"},"south":{"uv":[0,9,0.5,9.5],"texture":"#1_1"},"west":{"uv":[6.5,10,1.5,14.5],"texture":"#1_1"},"up":{"uv":[0,9,0.5,9.5],"rotation":270,"texture":"#1_1"},"down":{"uv":[0,9,0.5,9.5],"rotation":90,"texture":"#1_1"}}},{"from":[5.49107,0.92301,7.08458],"to":[6.49107,1.92301,8.08458],"rotation":{"angle":22.5,"axis":"z","origin":[6.69087,2.05456,8.02687]},"faces":{"north":{"uv":[11.5,1.5,10.5,2.5],"texture":"#1_1"},"east":{"uv":[11.5,1.5,10.5,2.5],"texture":"#1_1"},"south":{"uv":[11.5,1.5,10.5,2.5],"texture":"#1_1"},"west":{"uv":[11.5,1.5,10.5,2.5],"texture":"#1_1"},"up":{"uv":[11.5,1.5,10.5,2.5],"rotation":270,"texture":"#1_1"},"down":{"uv":[11.5,1.5,10.5,2.5],"rotation":90,"texture":"#1_1"}}},{"from":[6.22166,1.42231,7.88458],"to":[7.22166,2.42231,8.88458],"rotation":{"angle":-22.5,"axis":"z","origin":[6.69087,2.05456,8.02687]},"faces":{"north":{"uv":[11.5,1.5,10.5,2.5],"texture":"#1_1"},"east":{"uv":[11.5,1.5,10.5,2.5],"texture":"#1_1"},"south":{"uv":[11.5,1.5,10.5,2.5],"texture":"#1_1"},"west":{"uv":[11.5,1.5,10.5,2.5],"texture":"#1_1"},"up":{"uv":[11.5,1.5,10.5,2.5],"rotation":270,"texture":"#1_1"},"down":{"uv":[11.5,1.5,10.5,2.5],"rotation":90,"texture":"#1_1"}}},{"from":[7.17182,0.55,7.29738],"to":[7.18182,5.05,12.29738],"rotation":{"angle":-45,"axis":"y","origin":[6.69087,2.05456,8.02687]},"faces":{"north":{"uv":[0.5,9,0,9.5],"texture":"#1_1"},"east":{"uv":[6.5,10,1.5,14.5],"texture":"#1_1"},"south":{"uv":[0.5,9,0,9.5],"texture":"#1_1"},"west":{"uv":[1.5,10,6.5,14.5],"texture":"#1_1"},"up":{"uv":[0.5,9,0,9.5],"rotation":270,"texture":"#1_1"},"down":{"uv":[0.5,9,0,9.5],"rotation":90,"texture":"#1_1"}}},{"from":[8.81818,0.55,3.70262],"to":[8.82818,5.05,8.70262],"rotation":{"angle":-45,"axis":"y","origin":[9.30913,2.05456,7.97313]},"faces":{"north":{"uv":[0.5,9,0,9.5],"texture":"#1_1"},"east":{"uv":[1.5,10,6.5,14.5],"texture":"#1_1"},"south":{"uv":[0.5,9,0,9.5],"texture":"#1_1"},"west":{"uv":[6.5,10,1.5,14.5],"texture":"#1_1"},"up":{"uv":[0,9.5,0.5,9],"rotation":270,"texture":"#1_1"},"down":{"uv":[0,9.5,0.5,9],"rotation":90,"texture":"#1_1"}}},{"from":[8.77834,1.42231,7.11542],"to":[9.77834,2.42231,8.11542],"rotation":{"angle":22.5,"axis":"z","origin":[9.30913,2.05456,7.97313]},"faces":{"north":{"uv":[11.5,1.5,10.5,2.5],"texture":"#1_1"},"east":{"uv":[11.5,1.5,10.5,2.5],"texture":"#1_1"},"south":{"uv":[11.5,1.5,10.5,2.5],"texture":"#1_1"},"west":{"uv":[11.5,1.5,10.5,2.5],"texture":"#1_1"},"up":{"uv":[10.5,2.5,11.5,1.5],"rotation":270,"texture":"#1_1"},"down":{"uv":[10.5,2.5,11.5,1.5],"rotation":90,"texture":"#1_1"}}},{"from":[9.50893,0.92301,7.91542],"to":[10.50893,1.92301,8.91542],"rotation":{"angle":-22.5,"axis":"z","origin":[9.30913,2.05456,7.97313]},"faces":{"north":{"uv":[11.5,1.5,10.5,2.5],"texture":"#1_1"},"east":{"uv":[11.5,1.5,10.5,2.5],"texture":"#1_1"},"south":{"uv":[11.5,1.5,10.5,2.5],"texture":"#1_1"},"west":{"uv":[11.5,1.5,10.5,2.5],"texture":"#1_1"},"up":{"uv":[10.5,2.5,11.5,1.5],"rotation":270,"texture":"#1_1"},"down":{"uv":[10.5,2.5,11.5,1.5],"rotation":90,"texture":"#1_1"}}},{"from":[8.79949,0.55,7.22879],"to":[8.80949,4.3,11.47879],"rotation":{"angle":22.5,"axis":"y","origin":[9.30913,2.05456,7.97313]},"faces":{"north":{"uv":[0,9,0.5,9.5],"texture":"#1_1"},"east":{"uv":[6.5,10,1.5,14.5],"texture":"#1_1"},"south":{"uv":[0,9,0.5,9.5],"texture":"#1_1"},"west":{"uv":[1.5,10,6.5,14.5],"texture":"#1_1"},"up":{"uv":[0.5,9.5,0,9],"rotation":270,"texture":"#1_1"},"down":{"uv":[0.5,9.5,0,9],"rotation":90,"texture":"#1_1"}}},{"from":[7.06831,1.40393,6.96458],"to":[9.10831,2.44393,9.00458],"rotation":{"angle":0,"axis":"x","origin":[6.69087,2.05456,8.02687]},"faces":{"north":{"uv":[13.5,6.5,11.5,7.5],"texture":"#1_1"},"east":{"uv":[10.5,6.5,8.5,7.5],"texture":"#1_1"},"south":{"uv":[12,6.5,10,7.5],"texture":"#1_1"},"west":{"uv":[12,6.5,10,7.5],"texture":"#1_1"},"up":{"uv":[12,6.5,10,8.5],"rotation":180,"texture":"#1_1"},"down":{"uv":[12,6.5,10,7.5],"rotation":180,"texture":"#1_1"}}}],"display":{"thirdperson_righthand":{"translation":[0,8,1.25]},"thirdperson_lefthand":{"translation":[0,8,1.25]},"firstperson_righthand":{"rotation":[-16,16,0],"translation":[-2.25,6.75,2.75],"scale":[0.65,0.65,0.65]},"firstperson_lefthand":{"rotation":[-16,16,0],"translation":[-2.25,6.75,2.75],"scale":[0.65,0.65,0.65]},"gui":{"rotation":[-118,132,93],"translation":[1.75,1.25,0],"scale":[0.85,0.85,0.85]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/corrupted_relik.json b/assets/minecraft/models/item/wynn/skin/relik/corrupted_relik.json new file mode 100644 index 000000000..fab45b281 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/corrupted_relik.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/corrupted/corrupted_relik","1":"skins/corrupted/corrupted_pulse","2":"skins/corrupted/corrupted_swirl","particle":"skins/corrupted/corrupted_relik"},"elements":[{"from":[6.5,10.5,6.25],"to":[9.5,13.5,9.25],"rotation":{"angle":45,"axis":"x","origin":[8,12,7.75]},"faces":{"north":{"uv":[5.25,1,6.25,2],"texture":"#0"},"east":{"uv":[4.25,1,5.25,2],"texture":"#0"},"south":{"uv":[7.25,1,8.25,2],"texture":"#0"},"west":{"uv":[6.25,1,7.25,2],"texture":"#0"},"up":{"uv":[6.25,1,5.25,0],"texture":"#0"},"down":{"uv":[7.25,0,6.25,1],"texture":"#0"}}},{"from":[6.49,10.49,6.24],"to":[9.51,13.51,9.26],"rotation":{"angle":0,"axis":"y","origin":[8,12,7.75]},"faces":{"north":{"uv":[4.25,4.5,5.25,5.5],"texture":"#0"},"east":{"uv":[3.25,4.5,4.25,5.5],"texture":"#0"},"south":{"uv":[6.25,4.5,7.25,5.5],"texture":"#0"},"west":{"uv":[5.25,4.5,6.25,5.5],"texture":"#0"},"up":{"uv":[5.25,4.5,4.25,3.5],"texture":"#0"},"down":{"uv":[6.25,3.5,5.25,4.5],"texture":"#0"}}},{"from":[6.5,10.5,6.25],"to":[9.5,13.5,9.25],"rotation":{"angle":45,"axis":"z","origin":[8,12,7.75]},"faces":{"north":{"uv":[1,3.25,2,4.25],"texture":"#0"},"east":{"uv":[0,3.25,1,4.25],"texture":"#0"},"south":{"uv":[3,3.25,4,4.25],"texture":"#0"},"west":{"uv":[2,3.25,3,4.25],"texture":"#0"},"up":{"uv":[2,3.25,1,2.25],"texture":"#0"},"down":{"uv":[3,2.25,2,3.25],"texture":"#0"}}},{"from":[6.5,10.5,6.25],"to":[9.5,13.5,9.25],"rotation":{"angle":45,"axis":"y","origin":[8,12,7.75]},"faces":{"north":{"uv":[1,1,2,2],"texture":"#0"},"east":{"uv":[0,1,1,2],"texture":"#0"},"south":{"uv":[3,1,4,2],"texture":"#0"},"west":{"uv":[2,1,3,2],"texture":"#0"},"up":{"uv":[2,1,1,0],"texture":"#0"},"down":{"uv":[3,0,2,1],"texture":"#0"}}},{"from":[6.74,16.09156,6.2148],"to":[9.26,18.61156,8.7348],"rotation":{"angle":45,"axis":"x","origin":[8,11.35156,7.61719]},"faces":{"north":{"uv":[10,3.25,10.5,3.75],"texture":"#0"},"east":{"uv":[9.5,3.25,10,3.75],"texture":"#0"},"south":{"uv":[11,3.25,11.5,3.75],"texture":"#0"},"west":{"uv":[10.5,3.25,11,3.75],"texture":"#0"},"up":{"uv":[10.5,3.25,10,2.75],"texture":"#0"},"down":{"uv":[11,2.75,10.5,3.25],"texture":"#0"}}},{"from":[6.75,15.9375,6.56464],"to":[9.25,18.4375,9.06464],"rotation":{"angle":22.5,"axis":"x","origin":[8,11.1875,7.95703]},"faces":{"north":{"uv":[12.25,0.5,12.75,1],"texture":"#0"},"east":{"uv":[11.75,0.5,12.25,1],"texture":"#0"},"south":{"uv":[13.25,0.5,13.75,1],"texture":"#0"},"west":{"uv":[12.75,0.5,13.25,1],"texture":"#0"},"up":{"uv":[12.75,0.5,12.25,0],"texture":"#0"},"down":{"uv":[13.25,0,12.75,0.5],"texture":"#0"}}},{"from":[7,16.12109,6.82246],"to":[9,18.12109,9.32246],"rotation":{"angle":0,"axis":"y","origin":[8,11.12109,8.21484]},"faces":{"north":{"uv":[7.25,3.25,7.75,3.75],"texture":"#0"},"east":{"uv":[6.75,3.25,7.25,3.75],"texture":"#0"},"south":{"uv":[8.25,3.25,8.75,3.75],"texture":"#0"},"west":{"uv":[7.75,3.25,8.25,3.75],"texture":"#0"},"up":{"uv":[7.75,3.25,7.25,2.75],"texture":"#0"},"down":{"uv":[8.25,2.75,7.75,3.25],"texture":"#0"}}},{"from":[7.25,16.34375,6.99043],"to":[8.75,17.84375,9.49043],"rotation":{"angle":-22.5,"axis":"x","origin":[8,11.09375,8.38281]},"faces":{"north":{"uv":[12.25,6.25,12.5,6.5],"texture":"#0"},"east":{"uv":[11.75,6.25,12.25,6.5],"texture":"#0"},"south":{"uv":[13,6.25,13.25,6.5],"texture":"#0"},"west":{"uv":[12.5,6.25,13,6.5],"texture":"#0"},"up":{"uv":[12.5,6.25,12.25,5.75],"texture":"#0"},"down":{"uv":[12.75,5.75,12.5,6.25],"texture":"#0"}}},{"from":[7.5,16.58203,7.11933],"to":[8.5,17.58203,9.61933],"rotation":{"angle":-45,"axis":"x","origin":[8,11.08203,8.51172]},"faces":{"north":{"uv":[13,3.25,13.25,3.5],"texture":"#0"},"east":{"uv":[12.5,3.25,13,3.5],"texture":"#0"},"south":{"uv":[13.75,3.25,14,3.5],"texture":"#0"},"west":{"uv":[13.25,3.25,13.75,3.5],"texture":"#0"},"up":{"uv":[13.25,3.25,13,2.75],"texture":"#0"},"down":{"uv":[13.5,2.75,13.25,3.25],"texture":"#0"}}},{"from":[6.49,10.49,11.73609],"to":[9.51,13.51,14.75609],"rotation":{"angle":0,"axis":"y","origin":[8,12,7.24609]},"faces":{"north":{"uv":[0.75,5.25,1.5,6],"texture":"#0"},"east":{"uv":[0,5.25,0.75,6],"texture":"#0"},"south":{"uv":[2.25,5.25,3,6],"texture":"#0"},"west":{"uv":[1.5,5.25,2.25,6],"texture":"#0"},"up":{"uv":[1.5,5.25,0.75,4.5],"texture":"#0"},"down":{"uv":[2.25,4.5,1.5,5.25],"texture":"#0"}}},{"from":[6.5,10.52558,11.78125],"to":[9.5,13.02558,14.78125],"rotation":{"angle":-22.5,"axis":"x","origin":[8,11.91797,7.28125]},"faces":{"north":{"uv":[8.25,5,9,5.5],"texture":"#0"},"east":{"uv":[7.5,5,8.25,5.5],"texture":"#0"},"south":{"uv":[9.75,5,10.5,5.5],"texture":"#0"},"west":{"uv":[9,5,9.75,5.5],"texture":"#0"},"up":{"uv":[9,5,8.25,4.25],"texture":"#0"},"down":{"uv":[9.75,4.25,9,5],"texture":"#0"}}},{"from":[6.74,5.38844,6.2148],"to":[9.26,7.90844,8.7348],"rotation":{"angle":-45,"axis":"x","origin":[8,12.64844,7.61719]},"faces":{"north":{"uv":[3,8,3.5,8.5],"texture":"#0"},"east":{"uv":[2.5,8,3,8.5],"texture":"#0"},"south":{"uv":[4,8,4.5,8.5],"texture":"#0"},"west":{"uv":[3.5,8,4,8.5],"texture":"#0"},"up":{"uv":[3.5,8,3,7.5],"texture":"#0"},"down":{"uv":[4,7.5,3.5,8],"texture":"#0"}}},{"from":[6.75,5.5625,6.56464],"to":[9.25,8.0625,9.06464],"rotation":{"angle":-22.5,"axis":"x","origin":[8,12.8125,7.95703]},"faces":{"north":{"uv":[7,6.5,7.5,7],"texture":"#0"},"east":{"uv":[6.5,6.5,7,7],"texture":"#0"},"south":{"uv":[8,6.5,8.5,7],"texture":"#0"},"west":{"uv":[7.5,6.5,8,7],"texture":"#0"},"up":{"uv":[7.5,6.5,7,6],"texture":"#0"},"down":{"uv":[8,6,7.5,6.5],"texture":"#0"}}},{"from":[7,5.87891,6.82246],"to":[9,7.87891,9.32246],"rotation":{"angle":0,"axis":"y","origin":[8,12.87891,8.21484]},"faces":{"north":{"uv":[11.5,4.75,12,5.25],"texture":"#0"},"east":{"uv":[11,4.75,11.5,5.25],"texture":"#0"},"south":{"uv":[12.5,4.75,13,5.25],"texture":"#0"},"west":{"uv":[12,4.75,12.5,5.25],"texture":"#0"},"up":{"uv":[12,4.75,11.5,4.25],"texture":"#0"},"down":{"uv":[12.5,4.25,12,4.75],"texture":"#0"}}},{"from":[7.25,6.15625,6.99043],"to":[8.75,7.65625,9.49043],"rotation":{"angle":22.5,"axis":"x","origin":[8,12.90625,8.38281]},"faces":{"north":{"uv":[6,8,6.25,8.25],"texture":"#0"},"east":{"uv":[5.5,8,6,8.25],"texture":"#0"},"south":{"uv":[6.75,8,7,8.25],"texture":"#0"},"west":{"uv":[6.25,8,6.75,8.25],"texture":"#0"},"up":{"uv":[6.25,8,6,7.5],"texture":"#0"},"down":{"uv":[6.5,7.5,6.25,8],"texture":"#0"}}},{"from":[6.5,10.97442,11.78125],"to":[9.5,13.47442,14.78125],"rotation":{"angle":22.5,"axis":"x","origin":[8,12.08203,7.28125]},"faces":{"north":{"uv":[3.25,6.5,4,7],"texture":"#0"},"east":{"uv":[2.5,6.5,3.25,7],"texture":"#0"},"south":{"uv":[4.75,6.5,5.5,7],"texture":"#0"},"west":{"uv":[4,6.5,4.75,7],"texture":"#0"},"up":{"uv":[4,6.5,3.25,5.75],"texture":"#0"},"down":{"uv":[4.75,5.75,4,6.5],"texture":"#0"}}},{"from":[7.5,6.41797,7.11933],"to":[8.5,7.41797,9.61933],"rotation":{"angle":45,"axis":"x","origin":[8,12.91797,8.51172]},"faces":{"north":{"uv":[10,6.5,10.25,6.75],"texture":"#0"},"east":{"uv":[9.5,6.5,10,6.75],"texture":"#0"},"south":{"uv":[10.75,6.5,11,6.75],"texture":"#0"},"west":{"uv":[10.25,6.5,10.75,6.75],"texture":"#0"},"up":{"uv":[10.25,6.5,10,6],"texture":"#0"},"down":{"uv":[10.5,6,10.25,6.5],"texture":"#0"}}},{"from":[7.01,3.01,7.01],"to":[8.99,5.99,8.99],"rotation":{"angle":0,"axis":"y","origin":[7,0,7]},"faces":{"north":{"uv":[0.5,6.75,1,7.5],"texture":"#0"},"east":{"uv":[0,6.75,0.5,7.5],"texture":"#0"},"south":{"uv":[1.5,6.75,2,7.5],"texture":"#0"},"west":{"uv":[1,6.75,1.5,7.5],"texture":"#0"},"up":{"uv":[1,6.75,0.5,6.25],"texture":"#0"},"down":{"uv":[1.5,6.25,1,6.75],"texture":"#0"}}},{"from":[7.01,-7.99,7.01],"to":[8.99,-3.01,8.99],"rotation":{"angle":0,"axis":"y","origin":[7,-9,7]},"faces":{"north":{"uv":[0.5,10,1,11.25],"texture":"#0"},"east":{"uv":[0,10,0.5,11.25],"texture":"#0"},"south":{"uv":[1.5,10,2,11.25],"texture":"#0"},"west":{"uv":[1,10,1.5,11.25],"texture":"#0"},"up":{"uv":[1,10,0.5,9.5],"texture":"#0"},"down":{"uv":[1.5,9.5,1,10],"texture":"#0"}}},{"from":[7,-8.69448,7.53596],"to":[9,-7.69448,8.53596],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-9.19448,8.03596]},"faces":{"north":{"uv":[10,0.25,10.5,0.5],"texture":"#0"},"east":{"uv":[9.75,0.25,10,0.5],"texture":"#0"},"south":{"uv":[10.75,0.25,11.25,0.5],"texture":"#0"},"west":{"uv":[10.5,0.25,10.75,0.5],"texture":"#0"},"up":{"uv":[10.5,0.25,10,0],"texture":"#0"},"down":{"uv":[11,0,10.5,0.25],"texture":"#0"}}},{"from":[7,-8.69448,7.46404],"to":[9,-7.69448,8.46404],"rotation":{"angle":22.5,"axis":"x","origin":[8,-9.19448,7.96404]},"faces":{"north":{"uv":[5.25,2.5,5.75,2.75],"texture":"#0"},"east":{"uv":[5,2.5,5.25,2.75],"texture":"#0"},"south":{"uv":[6,2.5,6.5,2.75],"texture":"#0"},"west":{"uv":[5.75,2.5,6,2.75],"texture":"#0"},"up":{"uv":[5.75,2.5,5.25,2.25],"texture":"#0"},"down":{"uv":[6.25,2.25,5.75,2.5],"texture":"#0"}}},{"from":[7.01,-9.41388,7.54521],"to":[8.99,-8.55888,8.40021],"rotation":{"angle":-45,"axis":"x","origin":[8,-8.92388,7.91021]},"faces":{"north":{"uv":[5.25,6,5.75,6.25],"texture":"#0"},"east":{"uv":[5,6,5.25,6.25],"texture":"#0"},"south":{"uv":[6,6,6.5,6.25],"texture":"#0"},"west":{"uv":[5.75,6,6,6.25],"texture":"#0"},"up":{"uv":[5.75,6,5.25,5.75],"texture":"#0"},"down":{"uv":[6.25,5.75,5.75,6],"texture":"#0"}}},{"from":[7.02,4.67328,7.61276],"to":[8.98,6.63328,8.82276],"rotation":{"angle":22.5,"axis":"x","origin":[8,4.15328,8.34276]},"faces":{"north":{"uv":[3.5,2.5,4,3],"texture":"#0"},"east":{"uv":[3.25,2.5,3.5,3],"texture":"#0"},"south":{"uv":[4.25,2.5,4.75,3],"texture":"#0"},"west":{"uv":[4,2.5,4.25,3],"texture":"#0"},"up":{"uv":[4,2.5,3.5,2.25],"texture":"#0"},"down":{"uv":[4.5,2.25,4,2.5],"texture":"#0"}}},{"from":[7.26,4.66328,7.17896],"to":[8.74,7.64328,8.40896],"rotation":{"angle":-22.5,"axis":"x","origin":[8,4.15328,7.66896]},"faces":{"north":{"uv":[13.75,4.25,14,5],"texture":"#0"},"east":{"uv":[13.5,4.25,13.75,5],"texture":"#0"},"south":{"uv":[14.25,4.25,14.5,5],"texture":"#0"},"west":{"uv":[14,4.25,14.25,5],"texture":"#0"},"up":{"uv":[14,4.25,13.75,4],"texture":"#0"},"down":{"uv":[14.25,4,14,4.25],"texture":"#0"}}},{"from":[7.5,16.58737,5.00686],"to":[8.5,20.58737,6.25686],"rotation":{"angle":-45,"axis":"x","origin":[8,19.50584,5.41673]},"faces":{"north":{"uv":[14.75,0.25,15,1.25],"texture":"#0"},"east":{"uv":[14.5,0.25,14.75,1.25],"texture":"#0"},"south":{"uv":[15.25,0.25,15.5,1.25],"texture":"#0"},"west":{"uv":[15,0.25,15.25,1.25],"texture":"#0"},"up":{"uv":[15,0.25,14.75,0],"texture":"#0"},"down":{"uv":[15.25,0,15,0.25],"texture":"#0"}}},{"from":[7.51,17.35819,4.63418],"to":[8.49,20.33819,5.86418],"rotation":{"angle":-22.5,"axis":"x","origin":[8,19.50584,5.41673]},"faces":{"north":{"uv":[14,1.75,14.25,2.5],"texture":"#0"},"east":{"uv":[13.75,1.75,14,2.5],"texture":"#0"},"south":{"uv":[14.5,1.75,14.75,2.5],"texture":"#0"},"west":{"uv":[14.25,1.75,14.5,2.5],"texture":"#0"},"up":{"uv":[14.25,1.75,14,1.5],"texture":"#0"},"down":{"uv":[14.5,1.5,14.25,1.75],"texture":"#0"}}},{"from":[7.26,16.10819,13.13418],"to":[8.74,19.08819,14.36418],"rotation":{"angle":45,"axis":"x","origin":[8,18.25584,13.91673]},"faces":{"north":{"uv":[12.5,1.75,12.75,2.5],"texture":"#0"},"east":{"uv":[12.25,1.75,12.5,2.5],"texture":"#0"},"south":{"uv":[13,1.75,13.25,2.5],"texture":"#0"},"west":{"uv":[12.75,1.75,13,2.5],"texture":"#0"},"up":{"uv":[12.75,1.75,12.5,1.5],"texture":"#0"},"down":{"uv":[13,1.5,12.75,1.75],"texture":"#0"}}},{"from":[7.25,15.33737,13.50686],"to":[8.75,19.33737,14.75686],"rotation":{"angle":22.5,"axis":"x","origin":[8,18.25584,13.91673]},"faces":{"north":{"uv":[14.75,2.75,15,3.75],"texture":"#0"},"east":{"uv":[14.5,2.75,14.75,3.75],"texture":"#0"},"south":{"uv":[15.25,2.75,15.5,3.75],"texture":"#0"},"west":{"uv":[15,2.75,15.25,3.75],"texture":"#0"},"up":{"uv":[15,2.75,14.75,2.5],"texture":"#0"},"down":{"uv":[15.25,2.5,15,2.75],"texture":"#0"}}},{"from":[7.01,11.0584,14.76908],"to":[8.99,12.2884,16.74908],"rotation":{"angle":0,"axis":"y","origin":[8,11.50584,15.91673]},"faces":{"north":{"uv":[8,0.5,8.5,0.75],"texture":"#0"},"east":{"uv":[7.5,0.5,8,0.75],"texture":"#0"},"south":{"uv":[9,0.5,9.5,0.75],"texture":"#0"},"west":{"uv":[8.5,0.5,9,0.75],"texture":"#0"},"up":{"uv":[8.5,0.5,8,0],"texture":"#0"},"down":{"uv":[9,0,8.5,0.5],"texture":"#0"}}},{"from":[7,10.66571,13.99826],"to":[9,11.91571,16.99826],"rotation":{"angle":-22.5,"axis":"x","origin":[8,11.50584,15.91673]},"faces":{"north":{"uv":[8.5,2.25,9,2.5],"texture":"#0"},"east":{"uv":[7.75,2.25,8.5,2.5],"texture":"#0"},"south":{"uv":[9.75,2.25,10.25,2.5],"texture":"#0"},"west":{"uv":[9,2.25,9.75,2.5],"texture":"#0"},"up":{"uv":[9,2.25,8.5,1.5],"texture":"#0"},"down":{"uv":[9.5,1.5,9,2.25],"texture":"#0"}}},{"from":[7.26,6.5584,12.51908],"to":[8.74,7.7884,14.49908],"rotation":{"angle":45,"axis":"x","origin":[8,7.00584,13.66673]},"faces":{"north":{"uv":[0.5,9,0.75,9.25],"texture":"#0"},"east":{"uv":[0,9,0.5,9.25],"texture":"#0"},"south":{"uv":[1.25,9,1.5,9.25],"texture":"#0"},"west":{"uv":[0.75,9,1.25,9.25],"texture":"#0"},"up":{"uv":[0.75,9,0.5,8.5],"texture":"#0"},"down":{"uv":[1,8.5,0.75,9],"texture":"#0"}}},{"from":[7.25,6.16571,11.74826],"to":[8.75,7.41571,14.74826],"rotation":{"angle":22.5,"axis":"x","origin":[8,7.00584,13.66673]},"faces":{"north":{"uv":[10.5,1.5,10.75,1.75],"texture":"#0"},"east":{"uv":[9.75,1.5,10.5,1.75],"texture":"#0"},"south":{"uv":[11.5,1.5,11.75,1.75],"texture":"#0"},"west":{"uv":[10.75,1.5,11.5,1.75],"texture":"#0"},"up":{"uv":[10.75,1.5,10.5,0.75],"texture":"#0"},"down":{"uv":[11,0.75,10.75,1.5],"texture":"#0"}}},{"from":[4,8,8],"to":[12,16,8],"rotation":{"angle":-45,"axis":"y","origin":[8,12,8]},"faces":{"north":{"uv":[15,1,1,15],"texture":"#1"},"south":{"uv":[1,1,15,15],"texture":"#1"}}},{"from":[4,8,8],"to":[12,16,8],"rotation":{"angle":45,"axis":"y","origin":[8,12,8]},"faces":{"north":{"uv":[15,1,1,15],"texture":"#1"},"south":{"uv":[1,1,15,15],"texture":"#1"}}},{"from":[8,8.5,4.25],"to":[8,15.5,11.25],"rotation":{"angle":0,"axis":"y","origin":[8,12,7.75]},"faces":{"east":{"uv":[0,0,8,8],"texture":"#2"},"west":{"uv":[8,0,0,8],"texture":"#2"}}},{"from":[6.75,-3.5,6.75],"to":[9.25,3.5,9.25],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[14,6,14.75,7.75],"texture":"#0"},"east":{"uv":[14,6,14.75,7.75],"texture":"#0"},"south":{"uv":[14,6,14.75,7.75],"texture":"#0"},"west":{"uv":[14,6,14.75,7.75],"texture":"#0"},"up":{"uv":[14.75,6,14,5.25],"rotation":270,"texture":"#0"},"down":{"uv":[15.5,5.25,14.75,6],"rotation":90,"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[5,0,5],"translation":[-2,5,3]},"thirdperson_lefthand":{"rotation":[5,0,5],"translation":[-2,5,3]},"firstperson_righthand":{"rotation":[15,10,0],"translation":[6,0,-6]},"firstperson_lefthand":{"rotation":[15,10,0],"translation":[6,0,-6]},"gui":{"rotation":[-35,125,50],"translation":[0,1,0],"scale":[0.53,0.53,0.53]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/cosmic_relik.json b/assets/minecraft/models/item/wynn/skin/relik/cosmic_relik.json new file mode 100644 index 000000000..d1beab440 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/cosmic_relik.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/space_gradient","3":"skins/air_swirl2","particle":"skins/air_swirl2"},"elements":[{"from":[7.25918,3.52322,7.2433],"to":[8.75918,5.02322,8.7433],"rotation":{"angle":-45,"axis":"x","origin":[8.00918,4.27322,7.9933]},"faces":{"north":{"uv":[6.5,7,8,5.5],"rotation":90,"texture":"#3"},"east":{"uv":[6.5,7,8,5.5],"rotation":90,"texture":"#3"},"south":{"uv":[6.5,7,8,5.5],"rotation":90,"texture":"#3"},"west":{"uv":[6.5,7,8,5.5],"rotation":90,"texture":"#3"},"up":{"uv":[6.5,7,8,5.5],"rotation":90,"texture":"#3"},"down":{"uv":[6.5,7,8,5.5],"rotation":90,"texture":"#3"}}},{"from":[7.61774,3.69025,11.0444],"to":[8.19574,4.66825,11.6224],"rotation":{"angle":45,"axis":"x","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[14,8,13,7.5],"rotation":90,"texture":"#0"},"east":{"uv":[14,8,13,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[14,8,13,7.5],"rotation":90,"texture":"#0"},"west":{"uv":[14,8,13,7.5],"rotation":90,"texture":"#0"},"up":{"uv":[14,8,13,7.5],"rotation":180,"texture":"#0"},"down":{"uv":[14,8,13.5,7.5],"texture":"#0"}}},{"from":[7.45157,6.98448,9.693],"to":[8.35157,8.48448,10.293],"rotation":{"angle":45,"axis":"x","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[15.5,10,14,9.5],"rotation":270,"texture":"#0"},"east":{"uv":[15.5,10,14,9.5],"rotation":270,"texture":"#0"},"south":{"uv":[15.5,10,14,9.5],"rotation":270,"texture":"#0"},"west":{"uv":[15.5,10,14,9.5],"rotation":270,"texture":"#0"},"up":{"uv":[15.5,10,14,9.5],"texture":"#0"},"down":{"uv":[15.5,10,14,9.5],"rotation":180,"texture":"#0"}}},{"from":[7.35157,5.00758,10.21033],"to":[8.45157,5.60758,11.71033],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[14,9.5,15.5,10],"rotation":180,"texture":"#0"},"east":{"uv":[14,9.5,15.5,10],"texture":"#0"},"south":{"uv":[14,9.5,15.5,10],"rotation":180,"texture":"#0"},"west":{"uv":[14,9.5,15.5,10],"rotation":180,"texture":"#0"},"up":{"uv":[14,9.5,15.5,10],"rotation":270,"texture":"#0"},"down":{"uv":[14,9.5,15.5,10],"rotation":90,"texture":"#0"}}},{"from":[7.40157,3.83386,11.3582],"to":[8.40157,5.33386,11.9582],"rotation":{"angle":0,"axis":"z","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[15,9.5,13.5,10],"rotation":90,"texture":"#0"},"east":{"uv":[15,9.5,13.5,10],"rotation":90,"texture":"#0"},"south":{"uv":[15,9.5,13.5,10],"rotation":90,"texture":"#0"},"west":{"uv":[15,9.5,13.5,10],"rotation":90,"texture":"#0"},"up":{"uv":[13.5,10,15,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[13.5,10,15,9.5],"rotation":90,"texture":"#0"}}},{"from":[7.3518,3.11858,10.38188],"to":[8.4518,3.71858,11.88188],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[16,10,14.5,10.5],"texture":"#0"},"east":{"uv":[16,10,14.5,10.5],"rotation":180,"texture":"#0"},"south":{"uv":[16,10,14.5,10.5],"texture":"#0"},"west":{"uv":[16,10,14.5,10.5],"texture":"#0"},"up":{"uv":[16,10,14.5,10.5],"rotation":90,"texture":"#0"},"down":{"uv":[16,10,14.5,10.5],"rotation":270,"texture":"#0"}}},{"from":[7.5018,3.78161,11.63463],"to":[8.3018,5.28161,12.23463],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[14,9,15.5,9.5],"rotation":90,"texture":"#0"},"east":{"uv":[14,9,15.5,9.5],"rotation":90,"texture":"#0"},"south":{"uv":[14,9,15.5,9.5],"rotation":90,"texture":"#0"},"west":{"uv":[14,9,15.5,9.5],"rotation":90,"texture":"#0"},"up":{"uv":[15.5,9.5,14,9],"rotation":90,"texture":"#0"},"down":{"uv":[15.5,9.5,14,9],"rotation":90,"texture":"#0"}}},{"from":[7.45619,7.47038,7.85879],"to":[8.34619,8.96038,8.44879],"rotation":{"angle":45,"axis":"x","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[13.5,8.5,14.5,8],"rotation":90,"texture":"#0"},"east":{"uv":[13.5,8.5,14.5,8],"rotation":90,"texture":"#0"},"south":{"uv":[13.5,8.5,14.5,8],"rotation":90,"texture":"#0"},"west":{"uv":[13.5,8.5,14.5,8],"rotation":90,"texture":"#0"},"up":{"uv":[13.795,8,13.5,8.445],"rotation":90,"texture":"#0"},"down":{"uv":[14.5,8,13.5,8.5],"rotation":90,"texture":"#0"}}},{"from":[7.50619,3.28136,11.088],"to":[8.29619,5.27136,11.678],"rotation":{"angle":22.5,"axis":"x","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[13.5,8,15,8.5],"rotation":270,"texture":"#0"},"east":{"uv":[13.5,8,15,8.5],"rotation":270,"texture":"#0"},"south":{"uv":[13.5,8,15,8.5],"rotation":270,"texture":"#0"},"west":{"uv":[13.5,8,15,8.5],"rotation":270,"texture":"#0"},"up":{"uv":[13.5,8,15,8.5],"texture":"#0"},"down":{"uv":[13.5,8,15,8.5],"rotation":180,"texture":"#0"}}},{"from":[7.25338,3.70549,9.84087],"to":[8.55338,4.70549,10.44087],"rotation":{"angle":45,"axis":"x","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[14.5,10.5,13.5,10],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,10.5,13.5,10],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,10.5,13.5,10],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,10.5,13.5,10],"rotation":90,"texture":"#0"},"up":{"uv":[13.5,10,14.5,10.5],"rotation":90,"texture":"#0"},"down":{"uv":[13.5,10,14.5,10.5],"rotation":90,"texture":"#0"}}},{"from":[7.26323,6.11217,7.3238],"to":[8.56323,6.71217,8.4238],"rotation":{"angle":45,"axis":"x","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[15.5,10,14.5,9.5],"texture":"#0"},"east":{"uv":[15.5,10,14.5,9.5],"rotation":180,"texture":"#0"},"south":{"uv":[15.5,10,14.5,9.5],"texture":"#0"},"west":{"uv":[15.5,10,14.5,9.5],"texture":"#0"},"up":{"uv":[15.5,10,14.5,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[15.5,10,14.5,9.5],"rotation":270,"texture":"#0"}}},{"from":[7.25603,3.79449,10.15861],"to":[8.55603,4.79449,10.75861],"rotation":{"angle":0,"axis":"z","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[15,10,16,10.5],"rotation":270,"texture":"#0"},"east":{"uv":[15,10,16,10.5],"rotation":270,"texture":"#0"},"south":{"uv":[15,10,16,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[15,10,16,10.5],"rotation":270,"texture":"#0"},"up":{"uv":[16,10.5,15,10],"rotation":270,"texture":"#0"},"down":{"uv":[16,10.5,15,10],"rotation":270,"texture":"#0"}}},{"from":[7.25378,3.78147,9.99225],"to":[8.55378,4.78147,10.59225],"rotation":{"angle":22.5,"axis":"x","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[14.5,10,15.5,10.5],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,10,15.5,10.5],"rotation":270,"texture":"#0"},"south":{"uv":[14.5,10,15.5,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[14.5,10,15.5,10.5],"rotation":270,"texture":"#0"},"up":{"uv":[15.5,10.5,14.5,10],"rotation":270,"texture":"#0"},"down":{"uv":[15.5,10.5,14.5,10],"rotation":270,"texture":"#0"}}},{"from":[7.25643,3.7421,10.31985],"to":[8.55643,4.7421,10.91985],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[15,9.5,16,10],"rotation":90,"texture":"#0"},"east":{"uv":[15,9.5,16,10],"rotation":90,"texture":"#0"},"south":{"uv":[15,9.5,16,10],"rotation":90,"texture":"#0"},"west":{"uv":[15,9.5,16,10],"rotation":90,"texture":"#0"},"up":{"uv":[16,10,15,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[16,10,15,9.5],"rotation":90,"texture":"#0"}}},{"from":[7.25438,1.72802,7.91022],"to":[8.55238,2.32602,8.90822],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[13,9,14,9.5],"texture":"#0"},"east":{"uv":[13,9,14,9.5],"texture":"#0"},"south":{"uv":[13,9,14,9.5],"texture":"#0"},"west":{"uv":[13,9,14,9.5],"texture":"#0"},"up":{"uv":[14,9.5,13,9],"texture":"#0"},"down":{"uv":[14,9.5,13,9],"texture":"#0"}}},{"from":[7.25338,-2.34058,8.34701],"to":[8.55338,-1.74058,9.34701],"rotation":{"angle":22.5,"axis":"x","origin":[7.90387,-1.39958,10.87648]},"faces":{"north":{"uv":[13.5,10,14.5,10.5],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,10.5,13.5,10],"texture":"#0"},"south":{"uv":[13.5,10,14.5,10.5],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,10.5,13.5,10],"rotation":180,"texture":"#0"},"up":{"uv":[14.5,10.5,13.5,10],"rotation":270,"texture":"#0"},"down":{"uv":[14.5,10.5,13.5,10],"rotation":90,"texture":"#0"}}},{"from":[7.25603,-1.36304,10.05395],"to":[8.55603,-0.76304,11.05395],"rotation":{"angle":-22.5,"axis":"x","origin":[7.90387,-1.39958,10.87648]},"faces":{"north":{"uv":[16,10.5,15,10],"rotation":90,"texture":"#0"},"east":{"uv":[15,10,16,10.5],"rotation":180,"texture":"#0"},"south":{"uv":[16,10.5,15,10],"rotation":270,"texture":"#0"},"west":{"uv":[15,10,16,10.5],"texture":"#0"},"up":{"uv":[15,10,16,10.5],"rotation":90,"texture":"#0"},"down":{"uv":[15,10,16,10.5],"rotation":270,"texture":"#0"}}},{"from":[7.25378,-1.6834,9.10314],"to":[8.55378,-1.0834,10.10314],"rotation":{"angle":0,"axis":"x","origin":[7.90387,-1.39958,10.87648]},"faces":{"north":{"uv":[15.5,10.5,14.5,10],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,10,15.5,10.5],"rotation":180,"texture":"#0"},"south":{"uv":[15.5,10.5,14.5,10],"rotation":270,"texture":"#0"},"west":{"uv":[14.5,10,15.5,10.5],"texture":"#0"},"up":{"uv":[14.5,10,15.5,10.5],"rotation":90,"texture":"#0"},"down":{"uv":[14.5,10,15.5,10.5],"rotation":270,"texture":"#0"}}},{"from":[7.25643,-1.22183,10.31037],"to":[8.55643,-0.22183,10.91037],"rotation":{"angle":45,"axis":"x","origin":[7.90387,-1.39958,10.87648]},"faces":{"north":{"uv":[15,9.5,16,10],"rotation":90,"texture":"#0"},"east":{"uv":[15,9.5,16,10],"rotation":90,"texture":"#0"},"south":{"uv":[15,9.5,16,10],"rotation":90,"texture":"#0"},"west":{"uv":[15,9.5,16,10],"rotation":90,"texture":"#0"},"up":{"uv":[16,10,15,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[16,10,15,9.5],"rotation":90,"texture":"#0"}}},{"from":[7.26323,-0.32351,10.75369],"to":[8.56323,0.77649,11.35369],"rotation":{"angle":22.5,"axis":"x","origin":[7.90387,-1.39958,10.87648]},"faces":{"north":{"uv":[15.5,10,14.5,9.5],"rotation":90,"texture":"#0"},"east":{"uv":[15.5,10,14.5,9.5],"rotation":90,"texture":"#0"},"south":{"uv":[15.5,10,14.5,9.5],"rotation":90,"texture":"#0"},"west":{"uv":[15.5,10,14.5,9.5],"rotation":90,"texture":"#0"},"up":{"uv":[15.5,10,14.5,9.5],"rotation":180,"texture":"#0"},"down":{"uv":[15.5,10,14.5,9.5],"texture":"#0"}}},{"from":[7.45619,-0.3485,12.1119],"to":[8.34619,0.2415,13.6019],"rotation":{"angle":22.5,"axis":"x","origin":[7.90387,-1.39958,10.87648]},"faces":{"north":{"uv":[14.5,8,13.5,8.5],"rotation":270,"texture":"#0"},"east":{"uv":[13.5,8.5,14.5,8],"texture":"#0"},"south":{"uv":[13.795,8,13.5,8.445],"rotation":90,"texture":"#0"},"west":{"uv":[13.5,8.5,14.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[13.5,8.5,14.5,8],"rotation":270,"texture":"#0"},"down":{"uv":[13.5,8.5,14.5,8],"rotation":90,"texture":"#0"}}},{"from":[7.35157,0.04365,10.20085],"to":[8.45157,0.64365,11.70085],"rotation":{"angle":45,"axis":"x","origin":[7.90387,-1.39958,10.87648]},"faces":{"north":{"uv":[14,9.5,15.5,10],"rotation":180,"texture":"#0"},"east":{"uv":[14,9.5,15.5,10],"texture":"#0"},"south":{"uv":[14,9.5,15.5,10],"rotation":180,"texture":"#0"},"west":{"uv":[14,9.5,15.5,10],"rotation":180,"texture":"#0"},"up":{"uv":[14,9.5,15.5,10],"rotation":270,"texture":"#0"},"down":{"uv":[14,9.5,15.5,10],"rotation":90,"texture":"#0"}}},{"from":[7.5018,-1.18232,11.62515],"to":[8.3018,0.31768,12.22515],"rotation":{"angle":45,"axis":"x","origin":[7.90387,-1.39958,10.87648]},"faces":{"north":{"uv":[14,9,15.5,9.5],"rotation":90,"texture":"#0"},"east":{"uv":[14,9,15.5,9.5],"rotation":90,"texture":"#0"},"south":{"uv":[14,9,15.5,9.5],"rotation":90,"texture":"#0"},"west":{"uv":[14,9,15.5,9.5],"rotation":90,"texture":"#0"},"up":{"uv":[15.5,9.5,14,9],"rotation":90,"texture":"#0"},"down":{"uv":[15.5,9.5,14,9],"rotation":90,"texture":"#0"}}},{"from":[7.45157,-2.19271,11.626],"to":[8.35157,-1.59271,13.126],"rotation":{"angle":22.5,"axis":"x","origin":[7.90387,-1.39958,10.87648]},"faces":{"north":{"uv":[15.5,10,14,9.5],"texture":"#0"},"east":{"uv":[15.5,10,14,9.5],"rotation":180,"texture":"#0"},"south":{"uv":[15.5,10,14,9.5],"texture":"#0"},"west":{"uv":[15.5,10,14,9.5],"texture":"#0"},"up":{"uv":[15.5,10,14,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[15.5,10,14,9.5],"rotation":270,"texture":"#0"}}},{"from":[7.40157,-2.56263,10.09332],"to":[8.40157,-1.96263,11.59332],"rotation":{"angle":-22.5,"axis":"x","origin":[7.90387,-1.39958,10.87648]},"faces":{"north":{"uv":[13.5,10,15,9.5],"rotation":270,"texture":"#0"},"east":{"uv":[15,9.5,13.5,10],"texture":"#0"},"south":{"uv":[13.5,10,15,9.5],"rotation":90,"texture":"#0"},"west":{"uv":[15,9.5,13.5,10],"rotation":180,"texture":"#0"},"up":{"uv":[15,9.5,13.5,10],"rotation":270,"texture":"#0"},"down":{"uv":[15,9.5,13.5,10],"rotation":90,"texture":"#0"}}},{"from":[7.3518,-1.84535,10.3724],"to":[8.4518,-1.24535,11.8724],"rotation":{"angle":45,"axis":"x","origin":[7.90387,-1.39958,10.87648]},"faces":{"north":{"uv":[16,10,14.5,10.5],"texture":"#0"},"east":{"uv":[16,10,14.5,10.5],"rotation":180,"texture":"#0"},"south":{"uv":[16,10,14.5,10.5],"texture":"#0"},"west":{"uv":[16,10,14.5,10.5],"texture":"#0"},"up":{"uv":[16,10,14.5,10.5],"rotation":90,"texture":"#0"},"down":{"uv":[16,10,14.5,10.5],"rotation":270,"texture":"#0"}}},{"from":[7.50619,-2.76915,8.60303],"to":[8.29619,-2.17915,10.59303],"rotation":{"angle":0,"axis":"x","origin":[7.90387,-1.39958,10.87648]},"faces":{"north":{"uv":[13.5,8,15,8.5],"texture":"#0"},"east":{"uv":[13.5,8,15,8.5],"rotation":180,"texture":"#0"},"south":{"uv":[13.5,8,15,8.5],"texture":"#0"},"west":{"uv":[13.5,8,15,8.5],"texture":"#0"},"up":{"uv":[13.5,8,15,8.5],"rotation":90,"texture":"#0"},"down":{"uv":[13.5,8,15,8.5],"rotation":270,"texture":"#0"}}},{"from":[7.61774,-3.52211,8.33177],"to":[8.19574,-2.94411,9.30977],"rotation":{"angle":22.5,"axis":"x","origin":[7.90387,-1.39958,10.87648]},"faces":{"north":{"uv":[14,8,13.5,7.5],"rotation":180,"texture":"#0"},"east":{"uv":[14,8,13,7.5],"texture":"#0"},"south":{"uv":[14,8,13,7.5],"rotation":180,"texture":"#0"},"west":{"uv":[14,8,13,7.5],"rotation":180,"texture":"#0"},"up":{"uv":[14,8,13,7.5],"rotation":270,"texture":"#0"},"down":{"uv":[14,8,13,7.5],"rotation":90,"texture":"#0"}}},{"from":[7.6,3.68425,9.1079],"to":[8.4,4.43425,9.6079],"rotation":{"angle":45,"axis":"x","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"},"east":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"},"south":{"uv":[8,14.5,8.375,14.25],"rotation":270,"texture":"#0"},"west":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"},"up":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"},"down":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"}}},{"from":[9.04767,3.82966,7.6],"to":[9.54767,4.57966,8.4],"rotation":{"angle":-45,"axis":"z","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"},"east":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"},"south":{"uv":[8,14.5,8.375,14.25],"rotation":270,"texture":"#0"},"west":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"},"up":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"},"down":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"}}},{"from":[7.6,5.71955,8.01629],"to":[8.4,6.21955,8.76629],"rotation":{"angle":-45,"axis":"x","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"},"east":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"},"south":{"uv":[8,14.5,7.625,14.75],"rotation":180,"texture":"#0"},"west":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"},"up":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"},"down":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"}}},{"from":[7.95606,5.57415,7.6],"to":[8.70606,6.07415,8.4],"rotation":{"angle":45,"axis":"z","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"},"east":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"},"south":{"uv":[8,14.5,7.625,14.75],"rotation":180,"texture":"#0"},"west":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"},"up":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"},"down":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"}}},{"from":[7.6,3.95929,9.77654],"to":[8.4,4.70929,10.27654],"rotation":{"angle":-45,"axis":"x","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"},"east":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"},"south":{"uv":[8,14.5,8.375,14.25],"rotation":270,"texture":"#0"},"west":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"},"up":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"},"down":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"}}},{"from":[9.71631,3.81389,7.6],"to":[10.21631,4.56389,8.4],"rotation":{"angle":45,"axis":"z","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"},"east":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"},"south":{"uv":[8,14.5,8.375,14.25],"rotation":270,"texture":"#0"},"west":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"},"up":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"},"down":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"}}},{"from":[7.6,3.95929,6.50604],"to":[8.4,4.70929,7.00604],"rotation":{"angle":-45,"axis":"x","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[8,15,8.375,14.75],"rotation":90,"texture":"#0"},"east":{"uv":[8,15,8.375,14.75],"rotation":90,"texture":"#0"},"south":{"uv":[8,14.5,8.375,14.25],"rotation":90,"texture":"#0"},"west":{"uv":[8,15,8.375,14.75],"rotation":90,"texture":"#0"},"up":{"uv":[8,15,8.375,14.75],"rotation":90,"texture":"#0"},"down":{"uv":[8,15,8.375,14.75],"rotation":90,"texture":"#0"}}},{"from":[6.44581,3.81389,7.6],"to":[6.94581,4.56389,8.4],"rotation":{"angle":45,"axis":"z","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[8,15,8.375,14.75],"rotation":90,"texture":"#0"},"east":{"uv":[8,15,8.375,14.75],"rotation":90,"texture":"#0"},"south":{"uv":[8,14.5,8.375,14.25],"rotation":90,"texture":"#0"},"west":{"uv":[8,15,8.375,14.75],"rotation":90,"texture":"#0"},"up":{"uv":[8,15,8.375,14.75],"rotation":90,"texture":"#0"},"down":{"uv":[8,15,8.375,14.75],"rotation":90,"texture":"#0"}}},{"from":[7.599,2.48744,7.81974],"to":[8.401,2.98944,8.57174],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[8,15,7.625,15.25],"texture":"#0"},"east":{"uv":[8,15,7.625,15.25],"texture":"#0"},"south":{"uv":[8,14.5,7.625,14.75],"texture":"#0"},"west":{"uv":[8,15,7.625,15.25],"texture":"#0"},"up":{"uv":[8,15,7.625,15.25],"texture":"#0"},"down":{"uv":[8,15,7.625,15.25],"texture":"#0"}}},{"from":[7.80409,2.40876,7.599],"to":[8.55609,2.91076,8.401],"rotation":{"angle":22.5,"axis":"z","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[8,15,7.625,15.25],"texture":"#0"},"east":{"uv":[8,15,7.625,15.25],"texture":"#0"},"south":{"uv":[8,14.5,7.625,14.75],"texture":"#0"},"west":{"uv":[8,15,7.625,15.25],"texture":"#0"},"up":{"uv":[8,15,7.625,15.25],"texture":"#0"},"down":{"uv":[8,15,7.625,15.25],"texture":"#0"}}},{"from":[7.599,5.75794,7.81974],"to":[8.401,6.25994,8.57174],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[8,15,8.375,14.75],"rotation":180,"texture":"#0"},"east":{"uv":[8,15,8.375,14.75],"rotation":180,"texture":"#0"},"south":{"uv":[8,14.5,8.375,14.25],"rotation":180,"texture":"#0"},"west":{"uv":[8,15,8.375,14.75],"rotation":180,"texture":"#0"},"up":{"uv":[8,15,8.375,14.75],"rotation":180,"texture":"#0"},"down":{"uv":[8,15,8.375,14.75],"rotation":180,"texture":"#0"}}},{"from":[7.80409,5.67925,7.599],"to":[8.55609,6.18125,8.401],"rotation":{"angle":22.5,"axis":"z","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[8,15,7.625,15.25],"rotation":270,"texture":"#0"},"east":{"uv":[8,15,7.625,15.25],"rotation":270,"texture":"#0"},"south":{"uv":[8,14.5,7.625,14.75],"rotation":270,"texture":"#0"},"west":{"uv":[8,15,7.625,15.25],"rotation":270,"texture":"#0"},"up":{"uv":[8,15,7.625,15.25],"rotation":270,"texture":"#0"},"down":{"uv":[8,15,7.625,15.25],"rotation":270,"texture":"#0"}}},{"from":[7.599,3.99769,9.57999],"to":[8.401,4.74969,10.08199],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"},"east":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"},"south":{"uv":[8,14.5,8.375,14.25],"rotation":270,"texture":"#0"},"west":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"},"up":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"},"down":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"}}},{"from":[9.56434,3.919,7.599],"to":[10.06634,4.671,8.401],"rotation":{"angle":22.5,"axis":"z","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"},"east":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"},"south":{"uv":[8,14.5,8.375,14.25],"rotation":270,"texture":"#0"},"west":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"},"up":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"},"down":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"}}},{"from":[7.599,3.99769,6.30949],"to":[8.401,4.74969,6.81149],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[8,15,8.375,14.75],"rotation":90,"texture":"#0"},"east":{"uv":[8,15,8.375,14.75],"rotation":90,"texture":"#0"},"south":{"uv":[8,14.5,8.375,14.25],"rotation":90,"texture":"#0"},"west":{"uv":[8,15,8.375,14.75],"rotation":90,"texture":"#0"},"up":{"uv":[8,15,8.375,14.75],"rotation":90,"texture":"#0"},"down":{"uv":[8,15,8.375,14.75],"rotation":90,"texture":"#0"}}},{"from":[6.29384,3.919,7.599],"to":[6.79584,4.671,8.401],"rotation":{"angle":22.5,"axis":"z","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[8,15,8.375,14.75],"rotation":90,"texture":"#0"},"east":{"uv":[8,15,8.375,14.75],"rotation":90,"texture":"#0"},"south":{"uv":[8,14.5,8.375,14.25],"rotation":90,"texture":"#0"},"west":{"uv":[8,15,8.375,14.75],"rotation":90,"texture":"#0"},"up":{"uv":[8,15,8.375,14.75],"rotation":90,"texture":"#0"},"down":{"uv":[8,15,8.375,14.75],"rotation":90,"texture":"#0"}}},{"from":[7.599,3.84883,9.21813],"to":[8.401,4.60083,9.72013],"rotation":{"angle":22.5,"axis":"x","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"},"east":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"},"south":{"uv":[8,14.5,8.375,14.25],"rotation":270,"texture":"#0"},"west":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"},"up":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"},"down":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"}}},{"from":[9.20248,3.92752,7.599],"to":[9.70448,4.67952,8.401],"rotation":{"angle":-22.5,"axis":"z","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"},"east":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"},"south":{"uv":[8,14.5,8.375,14.25],"rotation":270,"texture":"#0"},"west":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"},"up":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"},"down":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"}}},{"from":[7.599,3.84884,5.94762],"to":[8.401,4.60084,6.44962],"rotation":{"angle":22.5,"axis":"x","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[8,15,8.375,14.75],"rotation":90,"texture":"#0"},"east":{"uv":[8,15,8.375,14.75],"rotation":90,"texture":"#0"},"south":{"uv":[8,14.5,8.375,14.25],"rotation":90,"texture":"#0"},"west":{"uv":[8,15,8.375,14.75],"rotation":90,"texture":"#0"},"up":{"uv":[8,15,8.375,14.75],"rotation":90,"texture":"#0"},"down":{"uv":[8,15,8.375,14.75],"rotation":90,"texture":"#0"}}},{"from":[5.93197,3.92753,7.599],"to":[6.43397,4.67953,8.401],"rotation":{"angle":-22.5,"axis":"z","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[8,15,8.375,14.75],"rotation":90,"texture":"#0"},"east":{"uv":[8,15,8.375,14.75],"rotation":90,"texture":"#0"},"south":{"uv":[8,14.5,8.375,14.25],"rotation":90,"texture":"#0"},"west":{"uv":[8,15,8.375,14.75],"rotation":90,"texture":"#0"},"up":{"uv":[8,15,8.375,14.75],"rotation":90,"texture":"#0"},"down":{"uv":[8,15,8.375,14.75],"rotation":90,"texture":"#0"}}},{"from":[7.599,5.60908,7.45786],"to":[8.401,6.11108,8.20986],"rotation":{"angle":22.5,"axis":"x","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"},"east":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"},"south":{"uv":[8,14.5,7.625,14.75],"rotation":180,"texture":"#0"},"west":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"},"up":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"},"down":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"}}},{"from":[7.44221,5.68777,7.599],"to":[8.19421,6.18977,8.401],"rotation":{"angle":-22.5,"axis":"z","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"},"east":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"},"south":{"uv":[8,14.5,7.625,14.75],"rotation":180,"texture":"#0"},"west":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"},"up":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"},"down":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"}}},{"from":[7.599,2.33858,7.45787],"to":[8.401,2.84058,8.20987],"rotation":{"angle":22.5,"axis":"x","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[8,15,7.625,15.25],"texture":"#0"},"east":{"uv":[8,15,7.625,15.25],"texture":"#0"},"south":{"uv":[8,14.5,7.625,14.75],"texture":"#0"},"west":{"uv":[8,15,7.625,15.25],"texture":"#0"},"up":{"uv":[8,15,7.625,15.25],"texture":"#0"},"down":{"uv":[8,15,7.625,15.25],"texture":"#0"}}},{"from":[7.44222,2.41727,7.599],"to":[8.19422,2.91927,8.401],"rotation":{"angle":-22.5,"axis":"z","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[8,15,7.625,15.25],"texture":"#0"},"east":{"uv":[8,15,7.625,15.25],"texture":"#0"},"south":{"uv":[8,14.5,7.625,14.75],"texture":"#0"},"west":{"uv":[8,15,7.625,15.25],"texture":"#0"},"up":{"uv":[8,15,7.625,15.25],"texture":"#0"},"down":{"uv":[8,15,7.625,15.25],"texture":"#0"}}},{"from":[7.54871,3.93425,6.12429],"to":[8.30071,4.73625,6.62629],"rotation":{"angle":-22.5,"axis":"y","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"},"east":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"},"south":{"uv":[8,14.5,8.375,14.25],"rotation":270,"texture":"#0"},"west":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"},"up":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"},"down":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"}}},{"from":[9.45783,3.93425,7.64307],"to":[9.95983,4.73625,8.39507],"rotation":{"angle":22.5,"axis":"y","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[8,15,7.625,15.25],"texture":"#0"},"east":{"uv":[8,15,7.625,15.25],"texture":"#0"},"south":{"uv":[8,14.5,7.625,14.75],"texture":"#0"},"west":{"uv":[8,15,7.625,15.25],"texture":"#0"},"up":{"uv":[8,15,7.625,15.25],"texture":"#0"},"down":{"uv":[8,15,7.625,15.25],"texture":"#0"}}},{"from":[9.51951,3.93525,7.68985],"to":[10.01951,4.73525,8.43985],"rotation":{"angle":45,"axis":"y","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"},"east":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"},"south":{"uv":[8,14.5,7.625,14.75],"rotation":180,"texture":"#0"},"west":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"},"up":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"},"down":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"}}},{"from":[9.30898,3.93425,7.63454],"to":[9.81098,4.73625,8.38654],"rotation":{"angle":-22.5,"axis":"y","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"},"east":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"},"south":{"uv":[8,14.5,7.625,14.75],"rotation":180,"texture":"#0"},"west":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"},"up":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"},"down":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"}}},{"from":[9.24447,3.93525,7.67408],"to":[9.74447,4.73525,8.42408],"rotation":{"angle":-45,"axis":"y","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"},"east":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"},"south":{"uv":[8,14.5,7.625,14.75],"rotation":180,"texture":"#0"},"west":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"},"up":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"},"down":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"}}},{"from":[7.69758,3.93425,9.40331],"to":[8.44958,4.73625,9.90531],"rotation":{"angle":22.5,"axis":"y","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[8,15,8.375,14.75],"rotation":90,"texture":"#0"},"east":{"uv":[8,15,8.375,14.75],"rotation":90,"texture":"#0"},"south":{"uv":[8,14.5,8.375,14.25],"rotation":90,"texture":"#0"},"west":{"uv":[8,15,8.375,14.75],"rotation":90,"texture":"#0"},"up":{"uv":[8,15,8.375,14.75],"rotation":90,"texture":"#0"},"down":{"uv":[8,15,8.375,14.75],"rotation":90,"texture":"#0"}}},{"from":[7.69758,3.93425,6.13282],"to":[8.44958,4.73625,6.63482],"rotation":{"angle":22.5,"axis":"y","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[8,15,8.375,14.75],"texture":"#0"},"east":{"uv":[8,15,8.375,14.75],"texture":"#0"},"south":{"uv":[8,14.5,8.375,14.25],"texture":"#0"},"west":{"uv":[8,15,8.375,14.75],"texture":"#0"},"up":{"uv":[8,15,8.375,14.75],"texture":"#0"},"down":{"uv":[8,15,8.375,14.75],"texture":"#0"}}},{"from":[7.75926,3.93525,6.17959],"to":[8.50926,4.73525,6.67959],"rotation":{"angle":45,"axis":"y","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"},"east":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"},"south":{"uv":[8,14.5,8.375,14.25],"rotation":270,"texture":"#0"},"west":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"},"up":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"},"down":{"uv":[8,15,8.375,14.75],"rotation":270,"texture":"#0"}}},{"from":[6.03847,3.93425,7.63453],"to":[6.54047,4.73625,8.38653],"rotation":{"angle":-22.5,"axis":"y","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"},"east":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"},"south":{"uv":[8,14.5,7.625,14.75],"rotation":180,"texture":"#0"},"west":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"},"up":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"},"down":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"}}},{"from":[6.18733,3.93425,7.64307],"to":[6.68933,4.73625,8.39507],"rotation":{"angle":22.5,"axis":"y","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"},"east":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"},"south":{"uv":[8,14.5,7.625,14.75],"rotation":180,"texture":"#0"},"west":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"},"up":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"},"down":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"}}},{"from":[6.24901,3.93525,7.68985],"to":[6.74901,4.73525,8.43985],"rotation":{"angle":45,"axis":"y","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"},"east":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"},"south":{"uv":[8,14.5,7.625,14.75],"rotation":180,"texture":"#0"},"west":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"},"up":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"},"down":{"uv":[8,15,7.625,15.25],"rotation":180,"texture":"#0"}}},{"from":[7.54872,3.93425,9.39479],"to":[8.30072,4.73625,9.89679],"rotation":{"angle":-22.5,"axis":"y","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[8,15,8.375,14.75],"texture":"#0"},"east":{"uv":[8,15,8.375,14.75],"texture":"#0"},"south":{"uv":[8,14.5,8.375,14.25],"texture":"#0"},"west":{"uv":[8,15,8.375,14.75],"texture":"#0"},"up":{"uv":[8,15,8.375,14.75],"texture":"#0"},"down":{"uv":[8,15,8.375,14.75],"texture":"#0"}}},{"from":[6.93704,7.15437,7.51],"to":[8.50834,8.13437,8.49],"rotation":{"angle":-45,"axis":"z","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[13,8.5,12.5,9],"texture":"#0"},"east":{"uv":[13,8.5,12.5,9],"texture":"#0"},"south":{"uv":[13,8.5,12.5,9],"texture":"#0"},"west":{"uv":[13,8.5,12.5,9],"texture":"#0"},"up":{"uv":[13,8.5,12.5,9],"texture":"#0"},"down":{"uv":[13,8.5,12.5,9],"texture":"#0"}}},{"from":[7.05519,7.22476,7.5],"to":[8.64649,8.22476,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[13,7.5,12.5,8],"texture":"#0"},"east":{"uv":[13,7.5,12.5,8],"texture":"#0"},"south":{"uv":[13,7.5,12.5,8],"texture":"#0"},"west":{"uv":[13,7.5,12.5,8],"texture":"#0"},"up":{"uv":[13,7.5,12.5,8],"texture":"#0"},"down":{"uv":[13,7.5,12.5,8],"texture":"#0"}}},{"from":[7.21435,7.26,7.51],"to":[8.78565,8.24,8.49],"rotation":{"angle":0,"axis":"y","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[13.5,7.5,13,8],"texture":"#0"},"east":{"uv":[13.5,7.5,13,8],"texture":"#0"},"south":{"uv":[13.5,7.5,13,8],"texture":"#0"},"west":{"uv":[13.5,7.5,13,8],"texture":"#0"},"up":{"uv":[13.5,7.5,13,8],"texture":"#0"},"down":{"uv":[13.5,7.5,13,8],"texture":"#0"}}},{"from":[7.65,8.05,7.8],"to":[8.05,8.95,8.2],"rotation":{"angle":0,"axis":"y","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[8,13,7.5,13.5],"texture":"#0"},"east":{"uv":[8,13,7.5,13.5],"texture":"#0"},"south":{"uv":[8,13,7.5,13.5],"texture":"#0"},"west":{"uv":[8,13,7.5,13.5],"texture":"#0"},"up":{"uv":[8,13,7.5,13.5],"texture":"#0"},"down":{"uv":[8,13,7.5,13.5],"texture":"#0"}}},{"from":[7.65,3.9,13.3],"to":[8.05,4.3,14.2],"rotation":{"angle":0,"axis":"x","origin":[7.85,8.5,8]},"faces":{"north":{"uv":[8,13,7.5,13.5],"rotation":180,"texture":"#0"},"east":{"uv":[8,13,7.5,13.5],"rotation":270,"texture":"#0"},"south":{"uv":[8,13,7.5,13.5],"texture":"#0"},"west":{"uv":[8,13,7.5,13.5],"rotation":90,"texture":"#0"},"up":{"uv":[8,13,7.5,13.5],"rotation":180,"texture":"#0"},"down":{"uv":[8,13,7.5,13.5],"texture":"#0"}}},{"from":[7.65,3.9,1.8],"to":[8.05,4.3,2.7],"rotation":{"angle":0,"axis":"x","origin":[7.85,8.5,8]},"faces":{"north":{"uv":[8,13,7.5,13.5],"rotation":180,"texture":"#0"},"east":{"uv":[8,13,7.5,13.5],"rotation":270,"texture":"#0"},"south":{"uv":[8,13,7.5,13.5],"texture":"#0"},"west":{"uv":[8,13,7.5,13.5],"rotation":90,"texture":"#0"},"up":{"uv":[8,13,7.5,13.5],"rotation":180,"texture":"#0"},"down":{"uv":[8,13,7.5,13.5],"texture":"#0"}}},{"from":[7.65,-0.45,7.8],"to":[8.05,0.45,8.2],"rotation":{"angle":0,"axis":"y","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[8,13,7.5,13.5],"texture":"#0"},"east":{"uv":[8,13,7.5,13.5],"texture":"#0"},"south":{"uv":[8,13,7.5,13.5],"texture":"#0"},"west":{"uv":[8,13,7.5,13.5],"texture":"#0"},"up":{"uv":[8,13,7.5,13.5],"texture":"#0"},"down":{"uv":[8,13,7.5,13.5],"texture":"#0"}}},{"from":[7.35181,7.21623,7.5],"to":[8.94311,8.21623,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[13,7.5,12.5,8],"texture":"#0"},"east":{"uv":[13,7.5,12.5,8],"texture":"#0"},"south":{"uv":[13,7.5,12.5,8],"texture":"#0"},"west":{"uv":[13,7.5,12.5,8],"texture":"#0"},"up":{"uv":[13,7.5,12.5,8],"texture":"#0"},"down":{"uv":[13,7.5,12.5,8],"texture":"#0"}}},{"from":[7.48513,7.13861,7.51],"to":[9.05643,8.11861,8.49],"rotation":{"angle":45,"axis":"z","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[13,8.5,12.5,9],"texture":"#0"},"east":{"uv":[13,8.5,12.5,9],"texture":"#0"},"south":{"uv":[13,8.5,12.5,9],"texture":"#0"},"west":{"uv":[13,8.5,12.5,9],"texture":"#0"},"up":{"uv":[13,8.5,12.5,9],"texture":"#0"},"down":{"uv":[13,8.5,12.5,9],"texture":"#0"}}},{"from":[6.93704,0.15437,7.51],"to":[8.50834,1.13437,8.49],"rotation":{"angle":-45,"axis":"z","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[15,9.5,14.5,10],"texture":"#0"},"east":{"uv":[15,9.5,14.5,10],"texture":"#0"},"south":{"uv":[15,9.5,14.5,10],"texture":"#0"},"west":{"uv":[15,9.5,14.5,10],"texture":"#0"},"up":{"uv":[15,9.5,14.5,10],"texture":"#0"},"down":{"uv":[15,9.5,14.5,10],"texture":"#0"}}},{"from":[7.05519,0.22476,7.5],"to":[8.64649,1.22476,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[15.5,10.5,15,11],"texture":"#0"},"east":{"uv":[15.5,10.5,15,11],"texture":"#0"},"south":{"uv":[15.5,10.5,15,11],"texture":"#0"},"west":{"uv":[15.5,10.5,15,11],"texture":"#0"},"up":{"uv":[15.5,10.5,15,11],"texture":"#0"},"down":{"uv":[15.5,10.5,15,11],"texture":"#0"}}},{"from":[7.21435,0.26,7.51],"to":[8.78565,1.24,8.49],"rotation":{"angle":0,"axis":"y","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[16,10,15.5,10.5],"texture":"#0"},"east":{"uv":[16,10,15.5,10.5],"texture":"#0"},"south":{"uv":[16,10,15.5,10.5],"texture":"#0"},"west":{"uv":[16,10,15.5,10.5],"texture":"#0"},"up":{"uv":[16,10,15.5,10.5],"texture":"#0"},"down":{"uv":[16,10,15.5,10.5],"texture":"#0"}}},{"from":[7.35181,0.21623,7.5],"to":[8.94311,1.21623,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[15.5,10.5,15,11],"texture":"#0"},"east":{"uv":[15.5,10.5,15,11],"texture":"#0"},"south":{"uv":[15.5,10.5,15,11],"texture":"#0"},"west":{"uv":[15.5,10.5,15,11],"texture":"#0"},"up":{"uv":[15.5,10.5,15,11],"texture":"#0"},"down":{"uv":[15.5,10.5,15,11],"texture":"#0"}}},{"from":[7.48513,0.13861,7.51],"to":[9.05643,1.11861,8.49],"rotation":{"angle":45,"axis":"z","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[15,9.5,14.5,10],"texture":"#0"},"east":{"uv":[15,9.5,14.5,10],"texture":"#0"},"south":{"uv":[15,9.5,14.5,10],"texture":"#0"},"west":{"uv":[15,9.5,14.5,10],"texture":"#0"},"up":{"uv":[15,9.5,14.5,10],"texture":"#0"},"down":{"uv":[15,9.5,14.5,10],"texture":"#0"}}},{"from":[3.85084,3.42911,7.5],"to":[4.85084,5.02041,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[13,9,12.5,9.5],"texture":"#0"},"east":{"uv":[13,9,12.5,9.5],"texture":"#0"},"south":{"uv":[13,9,12.5,9.5],"texture":"#0"},"west":{"uv":[13,9,12.5,9.5],"texture":"#0"},"up":{"uv":[13,9,12.5,9.5],"texture":"#0"},"down":{"uv":[13,9,12.5,9.5],"texture":"#0"}}},{"from":[4.01,3.46435,7.51],"to":[4.99,5.03565,8.49],"rotation":{"angle":0,"axis":"y","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[13.5,9,13,9.5],"texture":"#0"},"east":{"uv":[13.5,9,13,9.5],"texture":"#0"},"south":{"uv":[13.5,9,13,9.5],"texture":"#0"},"west":{"uv":[13.5,9,13,9.5],"texture":"#0"},"up":{"uv":[13.5,9,13,9.5],"texture":"#0"},"down":{"uv":[13.5,9,13,9.5],"texture":"#0"}}},{"from":[4.14746,3.42059,7.5],"to":[5.14746,5.01188,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[14.5,9,14,9.5],"texture":"#0"},"east":{"uv":[14.5,9,14,9.5],"texture":"#0"},"south":{"uv":[14.5,9,14,9.5],"texture":"#0"},"west":{"uv":[14.5,9,14,9.5],"texture":"#0"},"up":{"uv":[14.5,9,14,9.5],"texture":"#0"},"down":{"uv":[14.5,9,14,9.5],"texture":"#0"}}},{"from":[10.85084,3.42911,7.5],"to":[11.85084,5.02041,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[14.5,9,14,9.5],"texture":"#0"},"east":{"uv":[14.5,9,14,9.5],"texture":"#0"},"south":{"uv":[14.5,9,14,9.5],"texture":"#0"},"west":{"uv":[14.5,9,14,9.5],"texture":"#0"},"up":{"uv":[14.5,9,14,9.5],"texture":"#0"},"down":{"uv":[14.5,9,14,9.5],"texture":"#0"}}},{"from":[11.01,3.46435,7.51],"to":[11.99,5.03565,8.49],"rotation":{"angle":0,"axis":"y","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[13.5,9,13,9.5],"texture":"#0"},"east":{"uv":[13.5,9,13,9.5],"texture":"#0"},"south":{"uv":[13.5,9,13,9.5],"texture":"#0"},"west":{"uv":[13.5,9,13,9.5],"texture":"#0"},"up":{"uv":[13.5,9,13,9.5],"texture":"#0"},"down":{"uv":[13.5,9,13,9.5],"texture":"#0"}}},{"from":[11.14746,3.42059,7.5],"to":[12.14746,5.01188,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[13,9,12.5,9.5],"texture":"#0"},"east":{"uv":[13,9,12.5,9.5],"texture":"#0"},"south":{"uv":[13,9,12.5,9.5],"texture":"#0"},"west":{"uv":[13,9,12.5,9.5],"texture":"#0"},"up":{"uv":[13,9,12.5,9.5],"texture":"#0"},"down":{"uv":[13,9,12.5,9.5],"texture":"#0"}}},{"from":[7.385,3.10161,12.75262],"to":[8.365,5.26964,13.73262],"rotation":{"angle":-45,"axis":"x","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[13.5,9,14,8.5],"rotation":270,"texture":"#0"},"east":{"uv":[13.5,9,14,8.5],"rotation":270,"texture":"#0"},"south":{"uv":[13.5,9,14,8.5],"rotation":270,"texture":"#0"},"west":{"uv":[13.5,9,14,8.5],"rotation":270,"texture":"#0"},"up":{"uv":[13.5,9,14,8.5],"rotation":270,"texture":"#0"},"down":{"uv":[13.5,9,14,8.5],"rotation":270,"texture":"#0"}}},{"from":[7.375,3.08542,12.61528],"to":[8.375,5.27346,13.61528],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[13.5,10,14,9.5],"rotation":270,"texture":"#0"},"east":{"uv":[13.5,10,14,9.5],"rotation":270,"texture":"#0"},"south":{"uv":[13.5,10,14,9.5],"rotation":270,"texture":"#0"},"west":{"uv":[13.5,10,14,9.5],"rotation":270,"texture":"#0"},"up":{"uv":[13.5,10,14,9.5],"rotation":270,"texture":"#0"},"down":{"uv":[13.5,10,14,9.5],"rotation":270,"texture":"#0"}}},{"from":[7.385,3.04098,12.51],"to":[8.365,5.20902,13.49],"rotation":{"angle":0,"axis":"y","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[14,10,14.5,9.5],"rotation":270,"texture":"#0"},"east":{"uv":[14,10,14.5,9.5],"rotation":270,"texture":"#0"},"south":{"uv":[14,10,14.5,9.5],"rotation":270,"texture":"#0"},"west":{"uv":[14,10,14.5,9.5],"rotation":270,"texture":"#0"},"up":{"uv":[14,10,14.5,9.5],"rotation":270,"texture":"#0"},"down":{"uv":[14,10,14.5,9.5],"rotation":270,"texture":"#0"}}},{"from":[7.375,2.93657,12.41433],"to":[8.375,5.1246,13.41433],"rotation":{"angle":22.5,"axis":"x","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[14.5,10,15,9.5],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,10,15,9.5],"rotation":270,"texture":"#0"},"south":{"uv":[14.5,10,15,9.5],"rotation":270,"texture":"#0"},"west":{"uv":[14.5,10,15,9.5],"rotation":270,"texture":"#0"},"up":{"uv":[14.5,10,15,9.5],"rotation":270,"texture":"#0"},"down":{"uv":[14.5,10,15,9.5],"rotation":270,"texture":"#0"}}},{"from":[7.385,2.82655,12.38131],"to":[8.365,4.99459,13.36131],"rotation":{"angle":45,"axis":"x","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[15,10,15.5,9.5],"rotation":270,"texture":"#0"},"east":{"uv":[15,10,15.5,9.5],"rotation":270,"texture":"#0"},"south":{"uv":[15,10,15.5,9.5],"rotation":270,"texture":"#0"},"west":{"uv":[15,10,15.5,9.5],"rotation":270,"texture":"#0"},"up":{"uv":[15,10,15.5,9.5],"rotation":270,"texture":"#0"},"down":{"uv":[15,10,15.5,9.5],"rotation":270,"texture":"#0"}}},{"from":[7.385,3.10161,2.75262],"to":[8.365,5.26964,3.73262],"rotation":{"angle":-45,"axis":"x","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[14,10,14.5,9.5],"rotation":270,"texture":"#0"},"east":{"uv":[14,10,14.5,9.5],"rotation":270,"texture":"#0"},"south":{"uv":[14,10,14.5,9.5],"rotation":270,"texture":"#0"},"west":{"uv":[14,10,14.5,9.5],"rotation":270,"texture":"#0"},"up":{"uv":[14,10,14.5,9.5],"rotation":270,"texture":"#0"},"down":{"uv":[14,10,14.5,9.5],"rotation":270,"texture":"#0"}}},{"from":[7.375,3.08542,2.61528],"to":[8.375,5.27346,3.61528],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[13.5,10,14,9.5],"rotation":270,"texture":"#0"},"east":{"uv":[13.5,10,14,9.5],"rotation":270,"texture":"#0"},"south":{"uv":[13.5,10,14,9.5],"rotation":270,"texture":"#0"},"west":{"uv":[13.5,10,14,9.5],"rotation":270,"texture":"#0"},"up":{"uv":[13.5,10,14,9.5],"rotation":270,"texture":"#0"},"down":{"uv":[13.5,10,14,9.5],"rotation":270,"texture":"#0"}}},{"from":[7.385,3.04098,2.51],"to":[8.365,5.20902,3.49],"rotation":{"angle":0,"axis":"y","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[13.5,9,14,8.5],"rotation":270,"texture":"#0"},"east":{"uv":[13.5,9,14,8.5],"rotation":270,"texture":"#0"},"south":{"uv":[13.5,9,14,8.5],"rotation":270,"texture":"#0"},"west":{"uv":[13.5,9,14,8.5],"rotation":270,"texture":"#0"},"up":{"uv":[13.5,9,14,8.5],"rotation":270,"texture":"#0"},"down":{"uv":[13.5,9,14,8.5],"rotation":270,"texture":"#0"}}},{"from":[7.375,2.93657,2.41433],"to":[8.375,5.1246,3.41433],"rotation":{"angle":22.5,"axis":"x","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[12.5,9.5,13,9],"rotation":270,"texture":"#0"},"east":{"uv":[12.5,9.5,13,9],"rotation":270,"texture":"#0"},"south":{"uv":[12.5,9.5,13,9],"rotation":270,"texture":"#0"},"west":{"uv":[12.5,9.5,13,9],"rotation":270,"texture":"#0"},"up":{"uv":[12.5,9.5,13,9],"rotation":270,"texture":"#0"},"down":{"uv":[12.5,9.5,13,9],"rotation":270,"texture":"#0"}}},{"from":[7.385,2.82655,2.38131],"to":[8.365,3.24459,3.36131],"rotation":{"angle":45,"axis":"x","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[13,9,13.5,8.5],"rotation":270,"texture":"#0"},"east":{"uv":[13,9,13.5,8.5],"rotation":270,"texture":"#0"},"south":{"uv":[13,9,13.5,8.5],"rotation":270,"texture":"#0"},"west":{"uv":[13,9,13.5,8.5],"rotation":270,"texture":"#0"},"up":{"uv":[13,9,13.5,8.5],"rotation":270,"texture":"#0"},"down":{"uv":[13,9,13.5,8.5],"rotation":270,"texture":"#0"}}},{"from":[7.385,4.57655,2.38131],"to":[8.365,4.99459,3.36131],"rotation":{"angle":45,"axis":"x","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[13,9,13.5,8.5],"rotation":270,"texture":"#0"},"east":{"uv":[13,9,13.5,8.5],"rotation":270,"texture":"#0"},"south":{"uv":[13,9,13.5,8.5],"rotation":270,"texture":"#0"},"west":{"uv":[13,9,13.5,8.5],"rotation":270,"texture":"#0"},"up":{"uv":[13,9,13.5,8.5],"rotation":270,"texture":"#0"},"down":{"uv":[13,9,13.5,8.5],"rotation":270,"texture":"#0"}}},{"from":[7.375,-1.32056,7.02126],"to":[8.375,-0.32056,9.2093],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[15.5,10.5,16,10],"rotation":270,"texture":"#0"},"east":{"uv":[15.5,10.5,16,10],"rotation":270,"texture":"#0"},"south":{"uv":[15.5,10.5,16,10],"rotation":270,"texture":"#0"},"west":{"uv":[15.5,10.5,16,10],"rotation":270,"texture":"#0"},"up":{"uv":[15.5,10.5,16,10],"rotation":270,"texture":"#0"},"down":{"uv":[15.5,10.5,16,10],"rotation":270,"texture":"#0"}}},{"from":[7.385,-1.365,6.91598],"to":[8.365,-0.385,9.08402],"rotation":{"angle":0,"axis":"y","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[15,10,15.5,9.5],"rotation":270,"texture":"#0"},"east":{"uv":[15,10,15.5,9.5],"rotation":270,"texture":"#0"},"south":{"uv":[15,10,15.5,9.5],"rotation":270,"texture":"#0"},"west":{"uv":[15,10,15.5,9.5],"rotation":270,"texture":"#0"},"up":{"uv":[15,10,15.5,9.5],"rotation":270,"texture":"#0"},"down":{"uv":[15,10,15.5,9.5],"rotation":270,"texture":"#0"}}},{"from":[7.375,-1.46941,6.82031],"to":[8.375,-0.46941,9.00835],"rotation":{"angle":22.5,"axis":"x","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[14.5,10,15,9.5],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,10,15,9.5],"rotation":270,"texture":"#0"},"south":{"uv":[14.5,10,15,9.5],"rotation":270,"texture":"#0"},"west":{"uv":[14.5,10,15,9.5],"rotation":270,"texture":"#0"},"up":{"uv":[14.5,10,15,9.5],"rotation":270,"texture":"#0"},"down":{"uv":[14.5,10,15,9.5],"rotation":270,"texture":"#0"}}},{"from":[7.375,8.67944,7.02126],"to":[8.375,9.67944,9.2093],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[12.5,8,13,7.5],"rotation":270,"texture":"#0"},"east":{"uv":[12.5,8,13,7.5],"rotation":270,"texture":"#0"},"south":{"uv":[12.5,8,13,7.5],"rotation":270,"texture":"#0"},"west":{"uv":[12.5,8,13,7.5],"rotation":270,"texture":"#0"},"up":{"uv":[12.5,8,13,7.5],"rotation":270,"texture":"#0"},"down":{"uv":[12.5,8,13,7.5],"rotation":270,"texture":"#0"}}},{"from":[7.385,8.635,6.91598],"to":[8.365,9.615,9.08402],"rotation":{"angle":0,"axis":"y","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[13,9,13.5,8.5],"rotation":270,"texture":"#0"},"east":{"uv":[13,9,13.5,8.5],"rotation":270,"texture":"#0"},"south":{"uv":[13,9,13.5,8.5],"rotation":270,"texture":"#0"},"west":{"uv":[13,9,13.5,8.5],"rotation":270,"texture":"#0"},"up":{"uv":[13,9,13.5,8.5],"rotation":270,"texture":"#0"},"down":{"uv":[13,9,13.5,8.5],"rotation":270,"texture":"#0"}}},{"from":[7.375,8.53059,6.82031],"to":[8.375,9.53059,9.00835],"rotation":{"angle":22.5,"axis":"x","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[12.5,9.5,13,9],"rotation":270,"texture":"#0"},"east":{"uv":[12.5,9.5,13,9],"rotation":270,"texture":"#0"},"south":{"uv":[12.5,9.5,13,9],"rotation":270,"texture":"#0"},"west":{"uv":[12.5,9.5,13,9],"rotation":270,"texture":"#0"},"up":{"uv":[12.5,9.5,13,9],"rotation":270,"texture":"#0"},"down":{"uv":[12.5,9.5,13,9],"rotation":270,"texture":"#0"}}},{"from":[14.22265,3.375,6.76085],"to":[15.22265,4.875,9.54562],"rotation":{"angle":45,"axis":"y","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"east":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"south":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"west":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"up":{"uv":[6,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,3.5,6,4.5],"rotation":270,"texture":"#0"}}},{"from":[14.19907,3.385,6.68452],"to":[15.17907,4.865,9.44929],"rotation":{"angle":22.5,"axis":"y","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"east":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"south":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"west":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"up":{"uv":[6,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,3.5,6,4.5],"rotation":270,"texture":"#0"}}},{"from":[14.125,3.375,6.60761],"to":[15.125,4.875,9.39239],"rotation":{"angle":0,"axis":"y","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"east":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"south":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"west":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"up":{"uv":[6,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,3.5,6,4.5],"rotation":270,"texture":"#0"}}},{"from":[14.05021,3.385,6.58032],"to":[15.03021,4.865,9.34509],"rotation":{"angle":-22.5,"axis":"y","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"east":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"south":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"west":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"up":{"uv":[6,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,3.5,6,4.5],"rotation":270,"texture":"#0"}}},{"from":[13.9476,3.375,6.56831],"to":[14.9476,4.875,7.10308],"rotation":{"angle":-45,"axis":"y","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"east":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"south":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"west":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"up":{"uv":[6,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,3.5,6,4.5],"rotation":270,"texture":"#0"}}},{"from":[13.9476,3.375,8.81831],"to":[14.9476,4.875,9.35308],"rotation":{"angle":-45,"axis":"y","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"east":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"south":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"west":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"up":{"uv":[6,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,3.5,6,4.5],"rotation":270,"texture":"#0"}}},{"from":[1.22265,3.375,6.76085],"to":[2.22265,4.875,9.54562],"rotation":{"angle":45,"axis":"y","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"east":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"south":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"west":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"up":{"uv":[6,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,3.5,6,4.5],"rotation":270,"texture":"#0"}}},{"from":[1.19907,3.385,6.68452],"to":[2.17907,4.865,9.44929],"rotation":{"angle":22.5,"axis":"y","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"east":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"south":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"west":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"up":{"uv":[6,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,3.5,6,4.5],"rotation":270,"texture":"#0"}}},{"from":[1.125,3.375,8.85761],"to":[2.125,4.875,9.39239],"rotation":{"angle":0,"axis":"y","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"east":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"south":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"west":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"up":{"uv":[6,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,3.5,6,4.5],"rotation":270,"texture":"#0"}}},{"from":[1.12807,3.375,6.5922],"to":[2.12807,4.875,7.12697],"rotation":{"angle":0,"axis":"y","origin":[7.99192,3.86244,7.92908]},"faces":{"north":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"east":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"south":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"west":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"up":{"uv":[6,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,3.5,6,4.5],"rotation":270,"texture":"#0"}}},{"from":[1.05021,3.385,6.58032],"to":[2.03021,4.865,9.34509],"rotation":{"angle":-22.5,"axis":"y","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"east":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"south":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"west":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"up":{"uv":[6,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,3.5,6,4.5],"rotation":270,"texture":"#0"}}},{"from":[0.9476,3.375,6.56831],"to":[1.9476,4.875,9.35308],"rotation":{"angle":-45,"axis":"y","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"east":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"south":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"west":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"up":{"uv":[6,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,3.5,6,4.5],"rotation":270,"texture":"#0"}}},{"from":[6.80668,3.385,14.0769],"to":[9.57145,4.865,15.0569],"rotation":{"angle":22.5,"axis":"y","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"east":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"south":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"west":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"up":{"uv":[6,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,3.5,6,4.5],"rotation":270,"texture":"#0"}}},{"from":[6.73261,3.375,14],"to":[9.51739,4.875,15],"rotation":{"angle":0,"axis":"y","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"east":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"south":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"west":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"up":{"uv":[6,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,3.5,6,4.5],"rotation":270,"texture":"#0"}}},{"from":[6.65782,3.385,13.97271],"to":[9.42259,4.865,14.95271],"rotation":{"angle":-22.5,"axis":"y","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"east":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"south":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"west":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"up":{"uv":[6,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,3.5,6,4.5],"rotation":270,"texture":"#0"}}},{"from":[6.80668,3.385,1.0769],"to":[9.57145,4.865,2.0569],"rotation":{"angle":22.5,"axis":"y","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"east":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"south":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"west":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"up":{"uv":[6,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,3.5,6,4.5],"rotation":270,"texture":"#0"}}},{"from":[6.73261,3.375,1],"to":[9.51739,4.875,2],"rotation":{"angle":0,"axis":"y","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"east":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"south":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"west":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"up":{"uv":[6,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,3.5,6,4.5],"rotation":270,"texture":"#0"}}},{"from":[6.65782,3.385,0.97271],"to":[9.42259,4.865,1.95271],"rotation":{"angle":-22.5,"axis":"y","origin":[7.98886,3.86244,8.19449]},"faces":{"north":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"east":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"south":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"west":{"uv":[6.5,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"up":{"uv":[6,3.5,5.5,4.5],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,3.5,6,4.5],"rotation":270,"texture":"#0"}}},{"from":[7.41326,1.26,5.11],"to":[8.58674,2.04,5.89],"rotation":{"angle":45,"axis":"z","origin":[8,4.25,5.5]},"faces":{"north":{"uv":[14.5,9.5,15,10],"rotation":180,"texture":"#0"},"east":{"uv":[14.5,9.5,15,10],"rotation":180,"texture":"#0"},"south":{"uv":[14.5,9.5,15,10],"rotation":180,"texture":"#0"},"west":{"uv":[14.5,9.5,15,10],"rotation":180,"texture":"#0"},"up":{"uv":[14.5,9.5,15,10],"rotation":180,"texture":"#0"},"down":{"uv":[14.5,9.5,15,10],"rotation":180,"texture":"#0"}}},{"from":[7.40326,1.25,5.1],"to":[8.59674,2.05,5.9],"rotation":{"angle":22.5,"axis":"z","origin":[8,4.25,5.5]},"faces":{"north":{"uv":[15,10.5,15.5,11],"rotation":180,"texture":"#0"},"east":{"uv":[15,10.5,15.5,11],"rotation":180,"texture":"#0"},"south":{"uv":[15,10.5,15.5,11],"rotation":180,"texture":"#0"},"west":{"uv":[15,10.5,15.5,11],"rotation":180,"texture":"#0"},"up":{"uv":[15,10.5,15.5,11],"rotation":180,"texture":"#0"},"down":{"uv":[15,10.5,15.5,11],"rotation":180,"texture":"#0"}}},{"from":[7.41326,1.26,5.11],"to":[8.58674,2.04,5.89],"rotation":{"angle":0,"axis":"y","origin":[8,4.25,5.5]},"faces":{"north":{"uv":[15.5,10,16,10.5],"rotation":180,"texture":"#0"},"east":{"uv":[15.5,10,16,10.5],"rotation":180,"texture":"#0"},"south":{"uv":[15.5,10,16,10.5],"rotation":180,"texture":"#0"},"west":{"uv":[15.5,10,16,10.5],"rotation":180,"texture":"#0"},"up":{"uv":[15.5,10,16,10.5],"rotation":180,"texture":"#0"},"down":{"uv":[15.5,10,16,10.5],"rotation":180,"texture":"#0"}}},{"from":[7.40326,1.25,5.1],"to":[8.59674,2.05,5.9],"rotation":{"angle":-22.5,"axis":"z","origin":[8,4.25,5.5]},"faces":{"north":{"uv":[15,10.5,15.5,11],"rotation":180,"texture":"#0"},"east":{"uv":[15,10.5,15.5,11],"rotation":180,"texture":"#0"},"south":{"uv":[15,10.5,15.5,11],"rotation":180,"texture":"#0"},"west":{"uv":[15,10.5,15.5,11],"rotation":180,"texture":"#0"},"up":{"uv":[15,10.5,15.5,11],"rotation":180,"texture":"#0"},"down":{"uv":[15,10.5,15.5,11],"rotation":180,"texture":"#0"}}},{"from":[7.41326,1.26,5.11],"to":[8.58674,2.04,5.89],"rotation":{"angle":-45,"axis":"z","origin":[8,4.25,5.5]},"faces":{"north":{"uv":[14.5,9.5,15,10],"rotation":180,"texture":"#0"},"east":{"uv":[14.5,9.5,15,10],"rotation":180,"texture":"#0"},"south":{"uv":[14.5,9.5,15,10],"rotation":180,"texture":"#0"},"west":{"uv":[14.5,9.5,15,10],"rotation":180,"texture":"#0"},"up":{"uv":[14.5,9.5,15,10],"rotation":180,"texture":"#0"},"down":{"uv":[14.5,9.5,15,10],"rotation":180,"texture":"#0"}}},{"from":[7.41326,6.46,5.11],"to":[8.58674,7.24,5.89],"rotation":{"angle":45,"axis":"z","origin":[8,4.25,5.5]},"faces":{"north":{"uv":[12.5,9,13,9.5],"rotation":180,"texture":"#0"},"east":{"uv":[12.5,9,13,9.5],"rotation":180,"texture":"#0"},"south":{"uv":[12.5,9,13,9.5],"rotation":180,"texture":"#0"},"west":{"uv":[12.5,9,13,9.5],"rotation":180,"texture":"#0"},"up":{"uv":[12.5,9,13,9.5],"rotation":180,"texture":"#0"},"down":{"uv":[12.5,9,13,9.5],"rotation":180,"texture":"#0"}}},{"from":[7.40326,6.45,5.1],"to":[8.59674,7.25,5.9],"rotation":{"angle":22.5,"axis":"z","origin":[8,4.25,5.5]},"faces":{"north":{"uv":[12.5,8.5,13,9],"rotation":180,"texture":"#0"},"east":{"uv":[12.5,8.5,13,9],"rotation":180,"texture":"#0"},"south":{"uv":[12.5,8.5,13,9],"rotation":180,"texture":"#0"},"west":{"uv":[12.5,8.5,13,9],"rotation":180,"texture":"#0"},"up":{"uv":[12.5,8.5,13,9],"rotation":180,"texture":"#0"},"down":{"uv":[12.5,8.5,13,9],"rotation":180,"texture":"#0"}}},{"from":[7.41326,6.46,5.11],"to":[8.58674,7.24,5.89],"rotation":{"angle":0,"axis":"y","origin":[8,4.25,5.5]},"faces":{"north":{"uv":[12.5,8,13,8.5],"rotation":180,"texture":"#0"},"east":{"uv":[12.5,8,13,8.5],"rotation":180,"texture":"#0"},"south":{"uv":[12.5,8,13,8.5],"rotation":180,"texture":"#0"},"west":{"uv":[12.5,8,13,8.5],"rotation":180,"texture":"#0"},"up":{"uv":[12.5,8,13,8.5],"rotation":180,"texture":"#0"},"down":{"uv":[12.5,8,13,8.5],"rotation":180,"texture":"#0"}}},{"from":[7.40326,6.45,5.1],"to":[8.59674,7.25,5.9],"rotation":{"angle":-22.5,"axis":"z","origin":[8,4.25,5.5]},"faces":{"north":{"uv":[12.5,8.5,13,9],"rotation":180,"texture":"#0"},"east":{"uv":[12.5,8.5,13,9],"rotation":180,"texture":"#0"},"south":{"uv":[12.5,8.5,13,9],"rotation":180,"texture":"#0"},"west":{"uv":[12.5,8.5,13,9],"rotation":180,"texture":"#0"},"up":{"uv":[12.5,8.5,13,9],"rotation":180,"texture":"#0"},"down":{"uv":[12.5,8.5,13,9],"rotation":180,"texture":"#0"}}},{"from":[7.41326,6.46,5.11],"to":[8.58674,7.24,5.89],"rotation":{"angle":-45,"axis":"z","origin":[8,4.25,5.5]},"faces":{"north":{"uv":[12.5,9,13,9.5],"rotation":180,"texture":"#0"},"east":{"uv":[12.5,9,13,9.5],"rotation":180,"texture":"#0"},"south":{"uv":[12.5,9,13,9.5],"rotation":180,"texture":"#0"},"west":{"uv":[12.5,9,13,9.5],"rotation":180,"texture":"#0"},"up":{"uv":[12.5,9,13,9.5],"rotation":180,"texture":"#0"},"down":{"uv":[12.5,9,13,9.5],"rotation":180,"texture":"#0"}}},{"from":[5,3.65326,5.1],"to":[5.8,4.84674,5.9],"rotation":{"angle":22.5,"axis":"z","origin":[8,4.25,5.5]},"faces":{"north":{"uv":[14,9.5,14.5,10],"rotation":180,"texture":"#0"},"east":{"uv":[14,9.5,14.5,10],"rotation":180,"texture":"#0"},"south":{"uv":[14,9.5,14.5,10],"rotation":180,"texture":"#0"},"west":{"uv":[14,9.5,14.5,10],"rotation":180,"texture":"#0"},"up":{"uv":[14,9.5,14.5,10],"rotation":180,"texture":"#0"},"down":{"uv":[14,9.5,14.5,10],"rotation":180,"texture":"#0"}}},{"from":[5.01,3.66326,5.11],"to":[5.79,4.83674,5.89],"rotation":{"angle":0,"axis":"y","origin":[8,4.25,5.5]},"faces":{"north":{"uv":[13.5,9.5,14,10],"rotation":180,"texture":"#0"},"east":{"uv":[13.5,9.5,14,10],"rotation":180,"texture":"#0"},"south":{"uv":[13.5,9.5,14,10],"rotation":180,"texture":"#0"},"west":{"uv":[13.5,9.5,14,10],"rotation":180,"texture":"#0"},"up":{"uv":[13.5,9.5,14,10],"rotation":180,"texture":"#0"},"down":{"uv":[13.5,9.5,14,10],"rotation":180,"texture":"#0"}}},{"from":[5,3.65326,5.1],"to":[5.8,4.84674,5.9],"rotation":{"angle":-22.5,"axis":"z","origin":[8,4.25,5.5]},"faces":{"north":{"uv":[13,9,13.5,9.5],"rotation":180,"texture":"#0"},"east":{"uv":[13,9,13.5,9.5],"rotation":180,"texture":"#0"},"south":{"uv":[13,9,13.5,9.5],"rotation":180,"texture":"#0"},"west":{"uv":[13,9,13.5,9.5],"rotation":180,"texture":"#0"},"up":{"uv":[13,9,13.5,9.5],"rotation":180,"texture":"#0"},"down":{"uv":[13,9,13.5,9.5],"rotation":180,"texture":"#0"}}},{"from":[10.2,3.65326,5.1],"to":[11,4.84674,5.9],"rotation":{"angle":22.5,"axis":"z","origin":[8,4.25,5.5]},"faces":{"north":{"uv":[13,9,13.5,9.5],"rotation":180,"texture":"#0"},"east":{"uv":[13,9,13.5,9.5],"rotation":180,"texture":"#0"},"south":{"uv":[13,9,13.5,9.5],"rotation":180,"texture":"#0"},"west":{"uv":[13,9,13.5,9.5],"rotation":180,"texture":"#0"},"up":{"uv":[13,9,13.5,9.5],"rotation":180,"texture":"#0"},"down":{"uv":[13,9,13.5,9.5],"rotation":180,"texture":"#0"}}},{"from":[10.21,3.66326,5.11],"to":[10.99,4.83674,5.89],"rotation":{"angle":0,"axis":"y","origin":[8,4.25,5.5]},"faces":{"north":{"uv":[13.5,9.5,14,10],"rotation":180,"texture":"#0"},"east":{"uv":[13.5,9.5,14,10],"rotation":180,"texture":"#0"},"south":{"uv":[13.5,9.5,14,10],"rotation":180,"texture":"#0"},"west":{"uv":[13.5,9.5,14,10],"rotation":180,"texture":"#0"},"up":{"uv":[13.5,9.5,14,10],"rotation":180,"texture":"#0"},"down":{"uv":[13.5,9.5,14,10],"rotation":180,"texture":"#0"}}},{"from":[10.2,3.65326,5.1],"to":[11,4.84674,5.9],"rotation":{"angle":-22.5,"axis":"z","origin":[8,4.25,5.5]},"faces":{"north":{"uv":[14,9.5,14.5,10],"rotation":180,"texture":"#0"},"east":{"uv":[14,9.5,14.5,10],"rotation":180,"texture":"#0"},"south":{"uv":[14,9.5,14.5,10],"rotation":180,"texture":"#0"},"west":{"uv":[14,9.5,14.5,10],"rotation":180,"texture":"#0"},"up":{"uv":[14,9.5,14.5,10],"rotation":180,"texture":"#0"},"down":{"uv":[14,9.5,14.5,10],"rotation":180,"texture":"#0"}}},{"from":[4,0.255,7.995],"to":[12,8.255,8.005],"rotation":{"angle":0,"axis":"x","origin":[8,4.255,8]},"faces":{"north":{"uv":[0,16,16,0],"rotation":180,"texture":"#3"},"east":{"uv":[0,0,10,0.01],"rotation":270,"texture":"#3"},"south":{"uv":[0,0,16,16],"texture":"#3"},"west":{"uv":[0,0,10,0.01],"rotation":90,"texture":"#3"},"up":{"uv":[0,0,16,0],"rotation":180,"texture":"#3"},"down":{"uv":[0,0,10,0.01],"texture":"#3"}}},{"from":[11.98087,3.4,11.9169],"to":[13.48087,4.9,13.4169],"rotation":{"angle":45,"axis":"y","origin":[12.68087,4.15,12.6669]},"faces":{"north":{"uv":[11,0,12.5,1.5],"rotation":90,"texture":"#0"},"east":{"uv":[11,0,12.5,1.5],"rotation":270,"texture":"#0"},"south":{"uv":[11,0,12.5,1.5],"texture":"#0"},"west":{"uv":[11,0,12.5,1.5],"rotation":180,"texture":"#0"},"up":{"uv":[11,0,12.5,1.5],"rotation":90,"texture":"#0"},"down":{"uv":[11,0,12.5,1.5],"rotation":180,"texture":"#0"}}},{"from":[0.83087,3.4,7.2169],"to":[2.33087,4.9,8.7169],"rotation":{"angle":0,"axis":"y","origin":[-0.31913,4.15,12.6669]},"faces":{"north":{"uv":[11,0,12.5,1.5],"texture":"#0"},"east":{"uv":[11,0,12.5,1.5],"rotation":180,"texture":"#0"},"south":{"uv":[11,0,12.5,1.5],"rotation":90,"texture":"#0"},"west":{"uv":[11,0,12.5,1.5],"rotation":270,"texture":"#0"},"up":{"uv":[11,0,12.5,1.5],"rotation":270,"texture":"#0"},"down":{"uv":[11,0,12.5,1.5],"texture":"#0"}}},{"from":[7.33087,7.1,4.2169],"to":[8.33087,8.1,5.2169],"rotation":{"angle":45,"axis":"x","origin":[7.83087,7.9,4.7169]},"faces":{"north":{"uv":[11.5,0,12.5,1],"texture":"#0"},"east":{"uv":[11.5,0,12.5,1],"rotation":180,"texture":"#0"},"south":{"uv":[11.5,0,12.5,1],"rotation":90,"texture":"#0"},"west":{"uv":[11.5,0,12.5,1],"rotation":270,"texture":"#0"},"up":{"uv":[11.5,0,12.5,1],"rotation":270,"texture":"#0"},"down":{"uv":[11.5,0,12.5,1],"texture":"#0"}}},{"from":[14.20265,3.855,6.74085],"to":[15.24265,4.395,9.56562],"rotation":{"angle":45,"axis":"y","origin":[7.98886,4.36244,8.19449]},"faces":{"north":{"uv":[14.5,14,14,14.5],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,14,14,14.5],"rotation":270,"texture":"#0"},"south":{"uv":[14.5,14,14,14.5],"rotation":270,"texture":"#0"},"west":{"uv":[14.5,14,14,14.5],"rotation":270,"texture":"#0"},"up":{"uv":[14.5,14,14,14.5],"rotation":270,"texture":"#0"},"down":{"uv":[14.5,14,14,14.5],"rotation":270,"texture":"#0"}}},{"from":[14.16907,3.855,6.65452],"to":[15.20907,4.395,9.47929],"rotation":{"angle":22.5,"axis":"y","origin":[7.98886,4.36244,8.19449]},"faces":{"north":{"uv":[13,15.5,12.5,16],"rotation":270,"texture":"#0"},"east":{"uv":[13,15.5,12.5,16],"rotation":270,"texture":"#0"},"south":{"uv":[13,15.5,12.5,16],"rotation":270,"texture":"#0"},"west":{"uv":[13,15.5,12.5,16],"rotation":270,"texture":"#0"},"up":{"uv":[13,15.5,12.5,16],"rotation":270,"texture":"#0"},"down":{"uv":[13,15.5,12.5,16],"rotation":270,"texture":"#0"}}},{"from":[14.105,3.855,6.58761],"to":[15.145,4.395,9.41239],"rotation":{"angle":0,"axis":"y","origin":[7.98886,4.36244,8.19449]},"faces":{"north":{"uv":[11.5,15.5,11,16],"rotation":270,"texture":"#0"},"east":{"uv":[11.5,15.5,11,16],"rotation":270,"texture":"#0"},"south":{"uv":[11.5,15.5,11,16],"rotation":270,"texture":"#0"},"west":{"uv":[11.5,15.5,11,16],"rotation":270,"texture":"#0"},"up":{"uv":[11.5,15.5,11,16],"rotation":270,"texture":"#0"},"down":{"uv":[11.5,15.5,11,16],"rotation":270,"texture":"#0"}}},{"from":[14.02021,3.855,6.55032],"to":[15.06021,4.395,9.37509],"rotation":{"angle":-22.5,"axis":"y","origin":[7.98886,4.36244,8.19449]},"faces":{"north":{"uv":[11,14.5,10.5,15],"rotation":270,"texture":"#0"},"east":{"uv":[11,14.5,10.5,15],"rotation":270,"texture":"#0"},"south":{"uv":[11,14.5,10.5,15],"rotation":270,"texture":"#0"},"west":{"uv":[11,14.5,10.5,15],"rotation":270,"texture":"#0"},"up":{"uv":[11,14.5,10.5,15],"rotation":270,"texture":"#0"},"down":{"uv":[11,14.5,10.5,15],"rotation":270,"texture":"#0"}}},{"from":[13.9276,3.855,6.54831],"to":[14.9676,4.395,7.12308],"rotation":{"angle":-45,"axis":"y","origin":[7.98886,4.36244,8.19449]},"faces":{"north":{"uv":[10,13.5,9.5,14],"rotation":270,"texture":"#0"},"east":{"uv":[10,13.5,9.5,14],"rotation":270,"texture":"#0"},"south":{"uv":[10,13.5,9.5,14],"rotation":270,"texture":"#0"},"west":{"uv":[10,13.5,9.5,14],"rotation":270,"texture":"#0"},"up":{"uv":[10,13.5,9.5,14],"rotation":270,"texture":"#0"},"down":{"uv":[10,13.5,9.5,14],"rotation":270,"texture":"#0"}}},{"from":[13.9276,3.855,8.79831],"to":[14.9676,4.395,9.37308],"rotation":{"angle":-45,"axis":"y","origin":[7.98886,4.36244,8.19449]},"faces":{"north":{"uv":[10,13.5,9.5,14],"rotation":270,"texture":"#0"},"east":{"uv":[10,13.5,9.5,14],"rotation":270,"texture":"#0"},"south":{"uv":[10,13.5,9.5,14],"rotation":270,"texture":"#0"},"west":{"uv":[10,13.5,9.5,14],"rotation":270,"texture":"#0"},"up":{"uv":[10,13.5,9.5,14],"rotation":270,"texture":"#0"},"down":{"uv":[10,13.5,9.5,14],"rotation":270,"texture":"#0"}}},{"from":[1.20265,3.855,6.74085],"to":[2.24265,4.395,9.56562],"rotation":{"angle":45,"axis":"y","origin":[7.98886,4.36244,8.19449]},"faces":{"north":{"uv":[11.5,15.5,11,16],"rotation":270,"texture":"#0"},"east":{"uv":[11.5,15.5,11,16],"rotation":270,"texture":"#0"},"south":{"uv":[11.5,15.5,11,16],"rotation":270,"texture":"#0"},"west":{"uv":[11.5,15.5,11,16],"rotation":270,"texture":"#0"},"up":{"uv":[11.5,15.5,11,16],"rotation":270,"texture":"#0"},"down":{"uv":[11.5,15.5,11,16],"rotation":270,"texture":"#0"}}},{"from":[1.16907,3.855,6.65452],"to":[2.20907,4.395,9.47929],"rotation":{"angle":22.5,"axis":"y","origin":[7.98886,4.36244,8.19449]},"faces":{"north":{"uv":[11,14.5,10.5,15],"rotation":270,"texture":"#0"},"east":{"uv":[11,14.5,10.5,15],"rotation":270,"texture":"#0"},"south":{"uv":[11,14.5,10.5,15],"rotation":270,"texture":"#0"},"west":{"uv":[11,14.5,10.5,15],"rotation":270,"texture":"#0"},"up":{"uv":[11,14.5,10.5,15],"rotation":270,"texture":"#0"},"down":{"uv":[11,14.5,10.5,15],"rotation":270,"texture":"#0"}}},{"from":[1.105,3.855,8.83761],"to":[2.145,4.395,9.41239],"rotation":{"angle":0,"axis":"y","origin":[7.98886,4.36244,8.19449]},"faces":{"north":{"uv":[10,13.5,9.5,14],"rotation":270,"texture":"#0"},"east":{"uv":[10,13.5,9.5,14],"rotation":270,"texture":"#0"},"south":{"uv":[10,13.5,9.5,14],"rotation":270,"texture":"#0"},"west":{"uv":[10,13.5,9.5,14],"rotation":270,"texture":"#0"},"up":{"uv":[10,13.5,9.5,14],"rotation":270,"texture":"#0"},"down":{"uv":[10,13.5,9.5,14],"rotation":270,"texture":"#0"}}},{"from":[1.10807,3.855,6.5722],"to":[2.14807,4.395,7.14697],"rotation":{"angle":0,"axis":"y","origin":[7.99192,4.36244,7.92908]},"faces":{"north":{"uv":[10,13.5,9.5,14],"rotation":270,"texture":"#0"},"east":{"uv":[10,13.5,9.5,14],"rotation":270,"texture":"#0"},"south":{"uv":[10,13.5,9.5,14],"rotation":270,"texture":"#0"},"west":{"uv":[10,13.5,9.5,14],"rotation":270,"texture":"#0"},"up":{"uv":[10,13.5,9.5,14],"rotation":270,"texture":"#0"},"down":{"uv":[10,13.5,9.5,14],"rotation":270,"texture":"#0"}}},{"from":[1.02021,3.855,6.55032],"to":[2.06021,4.395,9.37509],"rotation":{"angle":-22.5,"axis":"y","origin":[7.98886,4.36244,8.19449]},"faces":{"north":{"uv":[11,14.5,10.5,15],"rotation":270,"texture":"#0"},"east":{"uv":[11,14.5,10.5,15],"rotation":270,"texture":"#0"},"south":{"uv":[11,14.5,10.5,15],"rotation":270,"texture":"#0"},"west":{"uv":[11,14.5,10.5,15],"rotation":270,"texture":"#0"},"up":{"uv":[11,14.5,10.5,15],"rotation":270,"texture":"#0"},"down":{"uv":[11,14.5,10.5,15],"rotation":270,"texture":"#0"}}},{"from":[0.9276,3.855,6.54831],"to":[1.9676,4.395,9.37308],"rotation":{"angle":-45,"axis":"y","origin":[7.98886,4.36244,8.19449]},"faces":{"north":{"uv":[11.5,15.5,11,16],"rotation":270,"texture":"#0"},"east":{"uv":[11.5,15.5,11,16],"rotation":270,"texture":"#0"},"south":{"uv":[11.5,15.5,11,16],"rotation":270,"texture":"#0"},"west":{"uv":[11.5,15.5,11,16],"rotation":270,"texture":"#0"},"up":{"uv":[11.5,15.5,11,16],"rotation":270,"texture":"#0"},"down":{"uv":[11.5,15.5,11,16],"rotation":270,"texture":"#0"}}},{"from":[6.77668,3.855,14.0469],"to":[9.60145,4.395,15.0869],"rotation":{"angle":22.5,"axis":"y","origin":[7.98886,4.36244,8.19449]},"faces":{"north":{"uv":[11,14.5,10.5,15],"rotation":270,"texture":"#0"},"east":{"uv":[11,14.5,10.5,15],"rotation":270,"texture":"#0"},"south":{"uv":[11,14.5,10.5,15],"rotation":270,"texture":"#0"},"west":{"uv":[11,14.5,10.5,15],"rotation":270,"texture":"#0"},"up":{"uv":[11,14.5,10.5,15],"rotation":270,"texture":"#0"},"down":{"uv":[11,14.5,10.5,15],"rotation":270,"texture":"#0"}}},{"from":[6.71261,3.855,13.98],"to":[9.53739,4.395,15.02],"rotation":{"angle":0,"axis":"y","origin":[7.98886,4.36244,8.19449]},"faces":{"north":{"uv":[11.5,15.5,11,16],"rotation":270,"texture":"#0"},"east":{"uv":[11.5,15.5,11,16],"rotation":270,"texture":"#0"},"south":{"uv":[11.5,15.5,11,16],"rotation":270,"texture":"#0"},"west":{"uv":[11.5,15.5,11,16],"rotation":270,"texture":"#0"},"up":{"uv":[11.5,15.5,11,16],"rotation":270,"texture":"#0"},"down":{"uv":[11.5,15.5,11,16],"rotation":270,"texture":"#0"}}},{"from":[6.62782,3.855,13.94271],"to":[9.45259,4.395,14.98271],"rotation":{"angle":-22.5,"axis":"y","origin":[7.98886,4.36244,8.19449]},"faces":{"north":{"uv":[13,15.5,12.5,16],"rotation":270,"texture":"#0"},"east":{"uv":[13,15.5,12.5,16],"rotation":270,"texture":"#0"},"south":{"uv":[13,15.5,12.5,16],"rotation":270,"texture":"#0"},"west":{"uv":[13,15.5,12.5,16],"rotation":270,"texture":"#0"},"up":{"uv":[13,15.5,12.5,16],"rotation":270,"texture":"#0"},"down":{"uv":[13,15.5,12.5,16],"rotation":270,"texture":"#0"}}},{"from":[6.77668,3.855,1.0469],"to":[9.60145,4.395,2.0869],"rotation":{"angle":22.5,"axis":"y","origin":[7.98886,4.36244,8.19449]},"faces":{"north":{"uv":[13,15.5,12.5,16],"rotation":270,"texture":"#0"},"east":{"uv":[13,15.5,12.5,16],"rotation":270,"texture":"#0"},"south":{"uv":[13,15.5,12.5,16],"rotation":270,"texture":"#0"},"west":{"uv":[13,15.5,12.5,16],"rotation":270,"texture":"#0"},"up":{"uv":[13,15.5,12.5,16],"rotation":270,"texture":"#0"},"down":{"uv":[13,15.5,12.5,16],"rotation":270,"texture":"#0"}}},{"from":[6.71261,3.855,0.98],"to":[9.53739,4.395,2.02],"rotation":{"angle":0,"axis":"y","origin":[7.98886,4.36244,8.19449]},"faces":{"north":{"uv":[14.5,14,14,14.5],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,14,14,14.5],"rotation":270,"texture":"#0"},"south":{"uv":[14.5,14,14,14.5],"rotation":270,"texture":"#0"},"west":{"uv":[14.5,14,14,14.5],"rotation":270,"texture":"#0"},"up":{"uv":[14.5,14,14,14.5],"rotation":270,"texture":"#0"},"down":{"uv":[14.5,14,14,14.5],"rotation":270,"texture":"#0"}}},{"from":[6.62782,3.855,0.94271],"to":[9.45259,4.395,1.98271],"rotation":{"angle":-22.5,"axis":"y","origin":[7.98886,4.36244,8.19449]},"faces":{"north":{"uv":[16,15,15.5,16],"rotation":270,"texture":"#0"},"east":{"uv":[16,15,15.5,16],"rotation":270,"texture":"#0"},"south":{"uv":[16,15,15.5,16],"rotation":270,"texture":"#0"},"west":{"uv":[16,15,15.5,16],"rotation":270,"texture":"#0"},"up":{"uv":[16,15,15.5,16],"rotation":270,"texture":"#0"},"down":{"uv":[16,15,15.5,16],"rotation":270,"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[26,34,-16],"translation":[1,9.5,2],"scale":[0.89,0.89,0.89]},"thirdperson_lefthand":{"rotation":[26,34,-16],"translation":[1,9.5,2],"scale":[0.89,0.89,0.89]},"firstperson_righthand":{"rotation":[16,24,9],"translation":[1.5,7.25,-0.5],"scale":[0.83,0.83,0.83]},"firstperson_lefthand":{"rotation":[16,24,9],"translation":[1.5,7.25,-0.5],"scale":[0.83,0.83,0.83]},"gui":{"rotation":[20,126,9],"translation":[0.5,3.5,0],"scale":[1.02,1.02,1.02]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/crimson_relik.json b/assets/minecraft/models/item/wynn/skin/relik/crimson_relik.json new file mode 100644 index 000000000..551e03e0b --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/crimson_relik.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"1":"skins/crimson/crimson_relik"},"elements":[{"from":[7,0,7],"to":[9,1.5,9],"rotation":{"angle":0,"axis":"y","origin":[8,11.97344,8]},"faces":{"north":{"uv":[10,7.5,11,8.25],"texture":"#1"},"east":{"uv":[11,7.5,10,8.25],"texture":"#1"},"south":{"uv":[10,7.5,11,8.25],"texture":"#1"},"west":{"uv":[11,7.5,10,8.25],"texture":"#1"},"down":{"uv":[9.5,0,8.5,1],"rotation":270,"texture":"#1"}}},{"from":[8.745,1.495,7.245],"to":[9.755,3.005,8.755],"rotation":{"angle":0,"axis":"y","origin":[8,11.97344,8]},"faces":{"north":{"uv":[12,6.5,12.5,7.25],"texture":"#1"},"east":{"uv":[11,2.5,11.75,3.25],"texture":"#1"},"south":{"uv":[6.5,12,7,12.75],"texture":"#1"},"up":{"uv":[12.25,9.5,11.5,9],"rotation":90,"texture":"#1"},"down":{"uv":[12.75,5,12,5.5],"rotation":270,"texture":"#1"}}},{"from":[8.75,1.5,7.3],"to":[9.75,3,8.7],"rotation":{"angle":-45,"axis":"y","origin":[8,11.97344,8]},"faces":{"east":{"uv":[11,3.5,11.75,4.25],"texture":"#1"},"up":{"uv":[12.75,8,12,7.5],"rotation":90,"texture":"#1"},"down":{"uv":[8.75,12,8,12.5],"rotation":270,"texture":"#1"}}},{"from":[7.245,1.495,8.745],"to":[8.755,3.005,9.755],"rotation":{"angle":0,"axis":"y","origin":[8,11.97344,8]},"faces":{"east":{"uv":[12,9.5,12.5,10.25],"texture":"#1"},"south":{"uv":[11,4.5,11.75,5.25],"texture":"#1"},"west":{"uv":[10.5,12,11,12.75],"texture":"#1"},"up":{"uv":[11.5,12.75,11,12],"rotation":90,"texture":"#1"},"down":{"uv":[13,0,12.5,0.75],"rotation":270,"texture":"#1"}}},{"from":[7.3,1.5,8.75],"to":[8.7,3,9.75],"rotation":{"angle":-45,"axis":"y","origin":[8,11.97344,8]},"faces":{"south":{"uv":[6,11,6.75,11.75],"texture":"#1"},"up":{"uv":[13,7.25,12.5,6.5],"rotation":90,"texture":"#1"},"down":{"uv":[8.5,12.5,8,13.25],"rotation":270,"texture":"#1"}}},{"from":[6.245,1.495,7.245],"to":[7.255,3.005,8.755],"rotation":{"angle":0,"axis":"y","origin":[8,11.97344,8]},"faces":{"north":{"uv":[8.5,12.5,9,13.25],"texture":"#1"},"south":{"uv":[12.5,8,13,8.75],"texture":"#1"},"west":{"uv":[8,11,8.75,11.75],"texture":"#1"},"up":{"uv":[9.75,13,9,12.5],"rotation":90,"texture":"#1"},"down":{"uv":[13.25,9,12.5,9.5],"rotation":270,"texture":"#1"}}},{"from":[6.25,1.5,7.3],"to":[7.25,3,8.7],"rotation":{"angle":-45,"axis":"y","origin":[8,11.97344,8]},"faces":{"west":{"uv":[10.5,11,11.25,11.75],"texture":"#1"},"up":{"uv":[13.25,11,12.5,10.5],"rotation":90,"texture":"#1"},"down":{"uv":[13.25,11,12.5,11.5],"rotation":270,"texture":"#1"}}},{"from":[7.245,1.495,6.245],"to":[8.755,3.005,7.255],"rotation":{"angle":0,"axis":"y","origin":[8,11.97344,8]},"faces":{"north":{"uv":[11.5,5.5,12.25,6.25],"texture":"#1"},"east":{"uv":[11.5,12.5,12,13.25],"texture":"#1"},"west":{"uv":[12.5,11.5,13,12.25],"texture":"#1"},"up":{"uv":[12.5,13.25,12,12.5],"rotation":90,"texture":"#1"},"down":{"uv":[13,12.5,12.5,13.25],"rotation":270,"texture":"#1"}}},{"from":[7.3,1.5,6.25],"to":[8.7,3,7.25],"rotation":{"angle":-45,"axis":"y","origin":[8,11.97344,8]},"faces":{"north":{"uv":[9,11.5,9.75,12.25],"texture":"#1"},"south":{"uv":[11.5,8,12.25,8.75],"texture":"#1"},"up":{"uv":[1,13.75,0.5,13],"rotation":90,"texture":"#1"},"down":{"uv":[1.5,13,1,13.75],"rotation":270,"texture":"#1"}}},{"from":[7.25,3,7.25],"to":[8.75,11,8.75],"rotation":{"angle":0,"axis":"y","origin":[8,11.97344,8]},"faces":{"north":{"uv":[6,0,6.75,4],"texture":"#1"},"east":{"uv":[6.75,0,6,4],"texture":"#1"},"south":{"uv":[6,0,6.75,4],"texture":"#1"},"west":{"uv":[6.75,0,6,4],"texture":"#1"}}},{"from":[3.345,11.845,6.995],"to":[12.655,13.855,9.005],"rotation":{"angle":0,"axis":"x","origin":[8,11.97344,8]},"faces":{"north":{"uv":[0,0,4.75,1],"texture":"#1"},"east":{"uv":[8.5,7,9.5,8],"texture":"#1"},"south":{"uv":[4.75,0,0,1],"texture":"#1"},"west":{"uv":[8.5,7,9.5,8],"texture":"#1"},"up":{"uv":[1,5.75,0,1],"rotation":90,"texture":"#1"},"down":{"uv":[1,1,0,5.75],"rotation":270,"texture":"#1"}}},{"from":[7.01878,10.99222,6.5],"to":[9.01878,12.99222,9.5],"rotation":{"angle":45,"axis":"z","origin":[8,11.97344,8]},"faces":{"north":{"uv":[0,9,1,10],"texture":"#1"},"east":{"uv":[8.25,6.5,8.5,7.5],"texture":"#1"},"south":{"uv":[1,9,0,10],"texture":"#1"},"west":{"uv":[7,7.5,7.25,8.5],"texture":"#1"},"up":{"uv":[9.5,5,9.25,4],"rotation":90,"texture":"#1"},"down":{"uv":[9.5,5,9.25,6],"rotation":270,"texture":"#1"}}},{"from":[7.22748,10.0741,7],"to":[12.22748,12.0741,9],"rotation":{"angle":22.5,"axis":"z","origin":[8,11.97344,8]},"faces":{"north":{"uv":[6.75,3,9.5,4],"texture":"#1"},"east":{"uv":[8.5,1,9.5,2],"texture":"#1"},"south":{"uv":[9.5,3,6.75,4],"texture":"#1"},"west":{"uv":[8.5,6,9.5,7],"texture":"#1"},"down":{"uv":[0,15.25,2.75,14.25],"rotation":180,"texture":"#1"}}},{"from":[9.34972,4.79698,7.75],"to":[11.34972,10.29698,8.25],"rotation":{"angle":45,"axis":"z","origin":[8,11.97344,8]},"faces":{"north":{"uv":[6,4,7,7],"texture":"#1"},"south":{"uv":[7,4,6,7],"texture":"#1"},"west":{"uv":[10.5,3,10.75,6],"texture":"#1"}}},{"from":[9.69721,5.08537,7.25],"to":[11.19721,6.58537,8.75],"rotation":{"angle":45,"axis":"z","origin":[8,11.97344,8]},"faces":{"north":{"uv":[1,12,1.75,12.75],"texture":"#1"},"east":{"uv":[12,10.5,12.25,11.25],"texture":"#1"},"south":{"uv":[1.75,12,1,12.75],"texture":"#1"},"west":{"uv":[0,12,0.25,12.75],"texture":"#1"},"up":{"uv":[12.75,1.75,12.5,1],"rotation":90,"texture":"#1"},"down":{"uv":[12.75,2,12.5,2.75],"rotation":270,"texture":"#1"}}},{"from":[12.004,5.84496,7.745],"to":[14.014,11.85496,8.255],"rotation":{"angle":22.5,"axis":"z","origin":[8,11.97344,8]},"faces":{"north":{"uv":[3,6,4,9],"texture":"#1"},"east":{"uv":[2.5,10,2.75,13],"texture":"#1"},"south":{"uv":[4,6,3,9],"texture":"#1"},"west":{"uv":[10,8.5,10.25,11.5],"texture":"#1"},"down":{"uv":[5.75,13,5.5,14],"rotation":270,"texture":"#1"}}},{"from":[8.93938,15.08947,7.7475],"to":[10.44438,17.59447,8.2525],"rotation":{"angle":-45,"axis":"z","origin":[8,11.97344,8]},"faces":{"north":{"uv":[9.5,0,10.25,1.25],"texture":"#1"},"south":{"uv":[10.25,0,9.5,1.25],"texture":"#1"},"west":{"uv":[1.5,13,1.75,14.25],"texture":"#1"}}},{"from":[10.91394,16.21505,7.75],"to":[12.41394,18.71505,8.25],"rotation":{"angle":-22.5,"axis":"z","origin":[8,11.97344,8]},"faces":{"north":{"uv":[9.5,3,10.25,4.25],"texture":"#1"},"east":{"uv":[2,13,2.25,14.25],"texture":"#1"},"south":{"uv":[10.25,3,9.5,4.25],"texture":"#1"},"west":{"uv":[2.5,13,2.75,14.25],"texture":"#1"}}},{"from":[13.18909,16.4974,7.7525],"to":[14.68409,18.9924,8.2475],"rotation":{"angle":0,"axis":"x","origin":[8,11.97344,8]},"faces":{"north":{"uv":[5.5,9.5,6.25,10.75],"texture":"#1"},"east":{"uv":[13,2.5,13.25,3.75],"texture":"#1"},"south":{"uv":[6.25,9.5,5.5,10.75],"texture":"#1"},"west":{"uv":[3,13,3.25,14.25],"texture":"#1"},"up":{"uv":[9.75,13.75,9.5,13],"rotation":90,"texture":"#1"},"down":{"uv":[13.25,9.5,13,10.25],"rotation":270,"texture":"#1"}}},{"from":[14.68659,15.30448,11.33104],"to":[15.18659,16.80448,12.83104],"rotation":{"angle":-45,"axis":"x","origin":[8,11.97344,8]},"faces":{"north":{"uv":[13.5,3,13.75,3.75],"texture":"#1"},"east":{"uv":[3,12,3.75,12.75],"texture":"#1"},"south":{"uv":[13.5,2,13.75,2.75],"texture":"#1"},"west":{"uv":[3.75,12,3,12.75],"texture":"#1"},"up":{"uv":[13.75,8.75,13,8.5],"rotation":90,"texture":"#1"},"down":{"uv":[14.25,4,13.5,4.25],"rotation":270,"texture":"#1"}}},{"from":[15.34334,15.88374,7.75],"to":[16.84334,18.38374,8.25],"rotation":{"angle":22.5,"axis":"z","origin":[8,11.97344,8]},"faces":{"north":{"uv":[6.5,9.5,7.25,10.75],"texture":"#1"},"east":{"uv":[3.5,13,3.75,14.25],"texture":"#1"},"south":{"uv":[7.25,9.5,6.5,10.75],"texture":"#1"},"west":{"uv":[4,13,4.25,14.25],"texture":"#1"}}},{"from":[17.09703,14.48874,7.745],"to":[18.60703,16.99874,8.255],"rotation":{"angle":45,"axis":"z","origin":[8,11.97344,8]},"faces":{"north":{"uv":[8.5,9.5,9.25,10.75],"texture":"#1"},"east":{"uv":[13,4,13.25,5.25],"texture":"#1"},"south":{"uv":[9.25,9.5,8.5,10.75],"texture":"#1"},"west":{"uv":[4.5,13,4.75,14.25],"texture":"#1"},"up":{"uv":[13.25,12.25,13,11.5],"rotation":90,"texture":"#1"},"down":{"uv":[13.25,12.5,13,13.25],"rotation":270,"texture":"#1"}}},{"from":[18.60203,15.49374,7.75],"to":[20.60203,16.99374,8.25],"rotation":{"angle":45,"axis":"z","origin":[8,11.97344,8]},"faces":{"north":{"uv":[10.5,8.5,11.5,9.25],"texture":"#1"},"east":{"uv":[13.5,0,13.75,0.75],"texture":"#1"},"south":{"uv":[11.5,8.5,10.5,9.25],"texture":"#1"},"up":{"uv":[6.75,14,6.5,13],"rotation":90,"texture":"#1"},"down":{"uv":[13.25,6.5,13,7.5],"rotation":270,"texture":"#1"}}},{"from":[3.77252,10.0741,7],"to":[8.77252,12.0741,9],"rotation":{"angle":-22.5,"axis":"z","origin":[8,11.97344,8]},"faces":{"north":{"uv":[9.5,3,6.75,4],"texture":"#1"},"east":{"uv":[9.5,6,8.5,7],"texture":"#1"},"south":{"uv":[6.75,3,9.5,4],"texture":"#1"},"west":{"uv":[9.5,1,8.5,2],"texture":"#1"},"down":{"uv":[2.75,15.25,0,14.25],"rotation":180,"texture":"#1"}}},{"from":[4.65028,4.79698,7.75],"to":[6.65028,10.29698,8.25],"rotation":{"angle":-45,"axis":"z","origin":[8,11.97344,8]},"faces":{"north":{"uv":[7,4,6,7],"texture":"#1"},"east":{"uv":[10.75,3,10.5,6],"texture":"#1"},"south":{"uv":[6,4,7,7],"texture":"#1"}}},{"from":[4.80279,5.08537,7.25],"to":[6.30279,6.58537,8.75],"rotation":{"angle":-45,"axis":"z","origin":[8,11.97344,8]},"faces":{"north":{"uv":[1.75,12,1,12.75],"texture":"#1"},"east":{"uv":[0.25,12,0,12.75],"texture":"#1"},"south":{"uv":[1,12,1.75,12.75],"texture":"#1"},"west":{"uv":[12.25,10.5,12,11.25],"texture":"#1"},"up":{"uv":[12.75,1,12.5,1.75],"rotation":90,"texture":"#1"},"down":{"uv":[12.75,2.75,12.5,2],"rotation":270,"texture":"#1"}}},{"from":[1.986,5.84496,7.745],"to":[3.996,11.85496,8.255],"rotation":{"angle":-22.5,"axis":"z","origin":[8,11.97344,8]},"faces":{"north":{"uv":[4,6,3,9],"texture":"#1"},"east":{"uv":[10.25,8.5,10,11.5],"texture":"#1"},"south":{"uv":[3,6,4,9],"texture":"#1"},"west":{"uv":[2.75,10,2.5,13],"texture":"#1"},"down":{"uv":[5.75,14,5.5,13],"rotation":270,"texture":"#1"}}},{"from":[5.55562,15.08947,7.7475],"to":[7.06062,17.59447,8.2525],"rotation":{"angle":45,"axis":"z","origin":[8,11.97344,8]},"faces":{"north":{"uv":[10.25,0,9.5,1.25],"texture":"#1"},"east":{"uv":[1.5,13,1.75,14.25],"texture":"#1"},"south":{"uv":[9.5,0,10.25,1.25],"texture":"#1"}}},{"from":[3.58606,16.21505,7.75],"to":[5.08606,18.71505,8.25],"rotation":{"angle":22.5,"axis":"z","origin":[8,11.97344,8]},"faces":{"north":{"uv":[10.25,3,9.5,4.25],"texture":"#1"},"east":{"uv":[2.75,13,2.5,14.25],"texture":"#1"},"south":{"uv":[9.5,3,10.25,4.25],"texture":"#1"},"west":{"uv":[2.25,13,2,14.25],"texture":"#1"}}},{"from":[1.31591,16.4974,7.7525],"to":[2.81091,18.9924,8.2475],"rotation":{"angle":0,"axis":"x","origin":[8,11.97344,8]},"faces":{"north":{"uv":[6.25,9.5,5.5,10.75],"texture":"#1"},"east":{"uv":[3.25,13,3,14.25],"texture":"#1"},"south":{"uv":[5.5,9.5,6.25,10.75],"texture":"#1"},"west":{"uv":[13.25,2.5,13,3.75],"texture":"#1"},"up":{"uv":[9.75,13,9.5,13.75],"rotation":90,"texture":"#1"},"down":{"uv":[13.25,10.25,13,9.5],"rotation":270,"texture":"#1"}}},{"from":[0.81341,15.30448,11.33104],"to":[1.31341,16.80448,12.83104],"rotation":{"angle":-45,"axis":"x","origin":[8,11.97344,8]},"faces":{"north":{"uv":[13.75,3,13.5,3.75],"texture":"#1"},"east":{"uv":[3,12,3.75,12.75],"texture":"#1"},"south":{"uv":[13.75,2,13.5,2.75],"texture":"#1"},"west":{"uv":[3.75,12,3,12.75],"texture":"#1"},"up":{"uv":[13.75,8.5,13,8.75],"rotation":90,"texture":"#1"},"down":{"uv":[14.25,4.25,13.5,4],"rotation":270,"texture":"#1"}}},{"from":[-0.84334,15.88374,7.75],"to":[0.65666,18.38374,8.25],"rotation":{"angle":-22.5,"axis":"z","origin":[8,11.97344,8]},"faces":{"north":{"uv":[7.25,9.5,6.5,10.75],"texture":"#1"},"east":{"uv":[4.25,13,4,14.25],"texture":"#1"},"south":{"uv":[6.5,9.5,7.25,10.75],"texture":"#1"},"west":{"uv":[3.75,13,3.5,14.25],"texture":"#1"}}},{"from":[-2.60703,14.48874,7.745],"to":[-1.09703,16.99874,8.255],"rotation":{"angle":-45,"axis":"z","origin":[8,11.97344,8]},"faces":{"north":{"uv":[9.25,9.5,8.5,10.75],"texture":"#1"},"east":{"uv":[4.75,13,4.5,14.25],"texture":"#1"},"south":{"uv":[8.5,9.5,9.25,10.75],"texture":"#1"},"west":{"uv":[13.25,4,13,5.25],"texture":"#1"},"up":{"uv":[13.25,11.5,13,12.25],"rotation":90,"texture":"#1"},"down":{"uv":[13.25,13.25,13,12.5],"rotation":270,"texture":"#1"}}},{"from":[-4.60203,15.49374,7.75],"to":[-2.60203,16.99374,8.25],"rotation":{"angle":-45,"axis":"z","origin":[8,11.97344,8]},"faces":{"north":{"uv":[11.5,8.5,10.5,9.25],"texture":"#1"},"south":{"uv":[10.5,8.5,11.5,9.25],"texture":"#1"},"west":{"uv":[13.75,0,13.5,0.75],"texture":"#1"},"up":{"uv":[6.75,13,6.5,14],"rotation":90,"texture":"#1"},"down":{"uv":[13.25,7.5,13,6.5],"rotation":270,"texture":"#1"}}},{"from":[1.78566,16.02778,7.495],"to":[3.94566,18.18778,8.505],"rotation":{"angle":-45,"axis":"z","origin":[8,11.97344,8]},"faces":{"north":{"uv":[2,9,3,10],"texture":"#1"},"east":{"uv":[10,11.5,10.5,12.5],"texture":"#1"},"south":{"uv":[3,9,2,10],"texture":"#1"},"down":{"uv":[12.5,4,12,5],"rotation":270,"texture":"#1"}}},{"from":[5.00299,11.46044,7.495],"to":[8.51299,14.97044,8.505],"rotation":{"angle":-45,"axis":"z","origin":[8,11.97344,8]},"faces":{"north":{"uv":[2,4,3.75,5.75],"texture":"#1"},"south":{"uv":[3.75,4,2,5.75],"texture":"#1"},"west":{"uv":[0,10,0.5,11.75],"texture":"#1"},"up":{"uv":[1,11.75,0.5,10],"rotation":90,"texture":"#1"}}},{"from":[6.5,19.2,7.5],"to":[9.5,23.2,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,11.97344,8]},"faces":{"north":{"uv":[7,0,8.5,2],"texture":"#1"},"east":{"uv":[1.5,7,2,9],"texture":"#1"},"south":{"uv":[8.5,0,7,2],"texture":"#1"},"west":{"uv":[3,9,3.5,11],"texture":"#1"}}},{"from":[-1.00741,18.82085,7.495],"to":[1.15259,20.98085,8.505],"rotation":{"angle":-45,"axis":"z","origin":[8,11.97344,8]},"faces":{"north":{"uv":[4.5,9,5.5,10],"texture":"#1"},"east":{"uv":[4.5,12,5,13],"texture":"#1"},"south":{"uv":[5.5,9,4.5,10],"texture":"#1"},"west":{"uv":[5,12,5.5,13],"texture":"#1"},"up":{"uv":[6,13,5.5,12],"rotation":90,"texture":"#1"},"down":{"uv":[6.5,12,6,13],"rotation":270,"texture":"#1"}}},{"from":[7.15,4.4,7.15],"to":[8.85,8.1,8.85],"rotation":{"angle":0,"axis":"y","origin":[7,5,7]},"faces":{"north":{"uv":[2.75,14.25,3.5,16],"texture":"#1"},"east":{"uv":[3.5,14.25,2.75,16],"texture":"#1"},"south":{"uv":[2.75,14.25,3.5,16],"texture":"#1"},"west":{"uv":[3.5,14.25,2.75,16],"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[-5,100,0],"translation":[0,0.25,1.25]},"thirdperson_lefthand":{"rotation":[-5,100,0],"translation":[0,0.25,1.25]},"firstperson_righthand":{"rotation":[-5,107,5],"translation":[-1.5,0,1.25],"scale":[0.75,0.75,0.75]},"firstperson_lefthand":{"rotation":[-5,107,5],"translation":[-1.5,0,1.25],"scale":[0.75,0.75,0.75]},"gui":{"rotation":[-20,160,30],"translation":[-2,-3,0],"scale":[0.75,0.75,0.75]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/decay_relik.json b/assets/minecraft/models/item/wynn/skin/relik/decay_relik.json new file mode 100644 index 000000000..a3b04b83d --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/decay_relik.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/decay_2","1":"skins/decay_1","particle":"skins/decay_1"},"elements":[{"from":[7.5,3.3,3.3],"to":[8.5,4.2,4.3],"rotation":{"angle":0,"axis":"x","origin":[8,4.30829,5.24128]},"faces":{"north":{"uv":[3.5,6.9,4.5,6],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,6.9,4.5,6],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,6.9,4.5,6],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,6.9,4.5,6],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,6.9,4.5,6],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,6.9,4.5,6],"rotation":90,"texture":"#0"}}},{"from":[7.35,2.7,3.2],"to":[7.95,3.7,3.8],"rotation":{"angle":0,"axis":"x","origin":[7.65,3.50829,4.94128]},"faces":{"north":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"east":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"south":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"west":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"up":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"down":{"uv":[2,3,2.5,3.5],"rotation":180,"texture":"#0"}}},{"from":[8.05,2.7,3.2],"to":[8.65,3.7,3.8],"rotation":{"angle":0,"axis":"x","origin":[8.35,3.50829,4.94128]},"faces":{"north":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"east":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"south":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"west":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"up":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"down":{"uv":[2,3,2.5,3.5],"rotation":180,"texture":"#0"}}},{"from":[7.26641,5.61439,3.97175],"to":[8.73641,6.61439,4.47175],"rotation":{"angle":22.5,"axis":"x","origin":[8.00141,6.31439,4.22175]},"faces":{"north":{"uv":[0,0,1.47,1],"texture":"#0"},"east":{"uv":[0,0,0.5,1],"texture":"#0"},"south":{"uv":[2.5,0.5,3.97,1.5],"texture":"#0"},"west":{"uv":[0,0,0.5,1],"texture":"#0"},"up":{"uv":[0,0,1.47,0.5],"texture":"#0"},"down":{"uv":[0,0,1.47,0.5],"texture":"#0"}}},{"from":[7.27641,5.40619,3.71],"to":[8.72641,5.88619,4.09],"rotation":{"angle":0,"axis":"x","origin":[8.00141,5.64619,4.4]},"faces":{"north":{"uv":[0,0,1.47,0.5],"rotation":180,"texture":"#0"},"east":{"uv":[0,0,0.5,0.4],"rotation":270,"texture":"#0"},"south":{"uv":[2.5,0.5,3.97,1],"texture":"#0"},"west":{"uv":[0,0,0.5,0.4],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,1.47,0.4],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,1.47,0.4],"texture":"#0"}}},{"from":[6.75,3.8,3.7],"to":[7.5,5.8,4.2],"rotation":{"angle":-22.5,"axis":"z","origin":[7.25,4.55,4.2]},"faces":{"north":{"uv":[8,3.5,7,5.5],"texture":"#0"},"east":{"uv":[3.5,4,4.5,6],"texture":"#0"},"south":{"uv":[3.5,4,4.5,6],"texture":"#0"},"west":{"uv":[4,4,4.5,6],"texture":"#0"},"up":{"uv":[3.5,4,4.5,6],"texture":"#0"},"down":{"uv":[3.5,4,4.5,6],"texture":"#0"}}},{"from":[8.5,3.8,3.7],"to":[9.25,5.8,4.2],"rotation":{"angle":22.5,"axis":"z","origin":[8.75,4.55,4.2]},"faces":{"north":{"uv":[7,3.5,8,5.5],"texture":"#0"},"east":{"uv":[4.5,4,4,6],"texture":"#0"},"south":{"uv":[4.5,4,3.5,6],"texture":"#0"},"west":{"uv":[4.5,4,3.5,6],"texture":"#0"},"up":{"uv":[4.5,4,3.5,6],"texture":"#0"},"down":{"uv":[4.5,4,3.5,6],"texture":"#0"}}},{"from":[6.85,4.8,4.2],"to":[7.35,5.8,6.7],"rotation":{"angle":-22.5,"axis":"z","origin":[7.35,4.55,4.7]},"faces":{"north":{"uv":[0.75,0,1.25,1],"texture":"#0"},"east":{"uv":[1,0,3.5,1],"texture":"#0"},"south":{"uv":[2.5,0.5,3,1.5],"texture":"#0"},"west":{"uv":[2.5,7,5,8],"texture":"#0"},"up":{"uv":[0.75,0,1.25,2.5],"texture":"#0"},"down":{"uv":[0.75,0,1.25,2.5],"texture":"#0"}}},{"from":[5.60604,5.8038,4.2],"to":[6.10604,6.8038,6.7],"rotation":{"angle":-22.5,"axis":"z","origin":[5.85604,6.3038,5.45]},"faces":{"north":{"uv":[0.75,0,1.25,1],"texture":"#0"},"east":{"uv":[1,0,3.5,1],"texture":"#0"},"south":{"uv":[2.5,0.5,3,1.5],"texture":"#0"},"west":{"uv":[1,0,3.5,1],"texture":"#0"},"up":{"uv":[0.75,0,1.25,2.5],"texture":"#0"},"down":{"uv":[0.75,0,1.25,2.5],"texture":"#0"}}},{"from":[9.89396,5.8038,4.2],"to":[10.39396,6.8038,6.7],"rotation":{"angle":22.5,"axis":"z","origin":[10.14396,6.3038,5.45]},"faces":{"north":{"uv":[1.25,0,0.75,1],"texture":"#0"},"east":{"uv":[3.5,0,1,1],"texture":"#0"},"south":{"uv":[3,0.5,2.5,1.5],"texture":"#0"},"west":{"uv":[3.5,0,1,1],"texture":"#0"},"up":{"uv":[1.25,0,0.75,2.5],"texture":"#0"},"down":{"uv":[1.25,0,0.75,2.5],"texture":"#0"}}},{"from":[5.87603,6.57378,4.202],"to":[6.37203,7.06978,6.698],"rotation":{"angle":22.5,"axis":"z","origin":[6.37403,6.82178,5.45]},"faces":{"north":{"uv":[0,0,0.5,0.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,0.5,2.5],"rotation":90,"texture":"#0"},"south":{"uv":[2.5,0.5,3,1],"rotation":90,"texture":"#0"},"west":{"uv":[0,0,0.5,2.5],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,2.5,0.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,2.5,0.5],"rotation":90,"texture":"#0"}}},{"from":[9.62797,6.57378,4.202],"to":[10.12397,7.06978,6.698],"rotation":{"angle":-22.5,"axis":"z","origin":[9.62597,6.82178,5.45]},"faces":{"north":{"uv":[0,0.5,0.5,0],"rotation":90,"texture":"#0"},"east":{"uv":[0,2.5,0.5,0],"rotation":90,"texture":"#0"},"south":{"uv":[2.5,1,3,0.5],"rotation":90,"texture":"#0"},"west":{"uv":[0,2.5,0.5,0],"rotation":90,"texture":"#0"},"up":{"uv":[0,0.5,2.5,0],"rotation":90,"texture":"#0"},"down":{"uv":[0,0.5,2.5,0],"rotation":90,"texture":"#0"}}},{"from":[5.87249,4.80481,4.2],"to":[7.42249,5.30481,6.7],"rotation":{"angle":-22.5,"axis":"z","origin":[6.37249,5.05481,5.45]},"faces":{"north":{"uv":[2.5,4,3,5.55],"rotation":90,"texture":"#0"},"east":{"uv":[2.5,4,3,5.55],"rotation":90,"texture":"#0"},"south":{"uv":[2.5,4,3,5.55],"rotation":90,"texture":"#0"},"west":{"uv":[2.5,4,3,5.55],"rotation":90,"texture":"#0"},"up":{"uv":[2.5,4,3,5.55],"rotation":90,"texture":"#0"},"down":{"uv":[2.5,4,3,5.55],"rotation":90,"texture":"#0"}}},{"from":[8.57751,4.80481,4.2],"to":[10.12751,5.30481,6.7],"rotation":{"angle":22.5,"axis":"z","origin":[9.62751,5.05481,5.45]},"faces":{"north":{"uv":[2.5,5.55,3,4],"rotation":90,"texture":"#0"},"east":{"uv":[2.5,5.55,3,4],"rotation":90,"texture":"#0"},"south":{"uv":[2.5,5.55,3,4],"rotation":90,"texture":"#0"},"west":{"uv":[2.5,5.55,3,4],"rotation":90,"texture":"#0"},"up":{"uv":[2.5,5.55,3,4],"rotation":90,"texture":"#0"},"down":{"uv":[2.5,5.55,3,4],"rotation":90,"texture":"#0"}}},{"from":[7.15604,5.9538,4.2],"to":[7.65604,6.9538,6.7],"rotation":{"angle":22.5,"axis":"z","origin":[7.40604,6.4538,5.45]},"faces":{"north":{"uv":[3,6,3.5,7],"rotation":180,"texture":"#0"},"east":{"uv":[3,6,3.5,7],"rotation":180,"texture":"#0"},"south":{"uv":[3,6,3.5,7],"rotation":180,"texture":"#0"},"west":{"uv":[3,6,3.5,7],"rotation":180,"texture":"#0"},"up":{"uv":[3,6,3.5,7],"rotation":180,"texture":"#0"},"down":{"uv":[3,6,3.5,7],"rotation":180,"texture":"#0"}}},{"from":[8.34396,5.9538,4.2],"to":[8.84396,6.9538,6.7],"rotation":{"angle":-22.5,"axis":"z","origin":[8.59396,6.4538,5.45]},"faces":{"north":{"uv":[3.5,6,3,7],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,6,3,7],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,6,3,7],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,6,3,7],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,6,3,7],"rotation":180,"texture":"#0"},"down":{"uv":[3.5,6,3,7],"rotation":180,"texture":"#0"}}},{"from":[5.39465,5.11571,4.202],"to":[5.89065,6.11171,6.698],"rotation":{"angle":22.5,"axis":"z","origin":[5.85604,6.12887,5.45]},"faces":{"north":{"uv":[2,3,2.5,4],"texture":"#0"},"east":{"uv":[2,3,2.5,4],"texture":"#0"},"south":{"uv":[2,3,2.5,4],"texture":"#0"},"west":{"uv":[2,3,2.5,4],"texture":"#0"},"up":{"uv":[2,3,2.5,4],"texture":"#0"},"down":{"uv":[2,3,2.5,4],"texture":"#0"}}},{"from":[10.10935,5.11571,4.202],"to":[10.60535,6.11171,6.698],"rotation":{"angle":-22.5,"axis":"z","origin":[10.14396,6.12887,5.45]},"faces":{"north":{"uv":[2.5,3,2,4],"texture":"#0"},"east":{"uv":[2.5,3,2,4],"texture":"#0"},"south":{"uv":[2.5,3,2,4],"texture":"#0"},"west":{"uv":[2.5,3,2,4],"texture":"#0"},"up":{"uv":[2.5,3,2,4],"texture":"#0"},"down":{"uv":[2.5,3,2,4],"texture":"#0"}}},{"from":[7.28096,3.25,3.25643],"to":[8.28096,4.05,4.25643],"rotation":{"angle":22.5,"axis":"y","origin":[8,4.20829,5.24128]},"faces":{"north":{"uv":[7,5,8,5.8],"texture":"#0"},"east":{"uv":[7,5,8,5.8],"texture":"#0"},"south":{"uv":[7,5,8,5.8],"texture":"#0"},"west":{"uv":[7,5,8,5.8],"texture":"#0"},"up":{"uv":[7,5,8,5.8],"texture":"#0"},"down":{"uv":[7,5,8,5.8],"texture":"#0"}}},{"from":[7.71904,3.25,3.25643],"to":[8.71904,4.05,4.25643],"rotation":{"angle":-22.5,"axis":"y","origin":[8,4.20829,5.24128]},"faces":{"north":{"uv":[8,5,7,5.8],"texture":"#0"},"east":{"uv":[8,5,7,5.8],"texture":"#0"},"south":{"uv":[8,5,7,5.8],"texture":"#0"},"west":{"uv":[8,5,7,5.8],"texture":"#0"},"up":{"uv":[8,5,7,5.8],"texture":"#0"},"down":{"uv":[8,5,7,5.8],"texture":"#0"}}},{"from":[7.18096,2.65,3.25643],"to":[7.78096,3.55,3.85643],"rotation":{"angle":22.5,"axis":"y","origin":[7.7,3.40829,5.04128]},"faces":{"north":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"east":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"south":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"west":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"up":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"down":{"uv":[2,3,2.5,3.5],"rotation":180,"texture":"#0"}}},{"from":[8.21904,2.65,3.25643],"to":[8.81904,3.55,3.85643],"rotation":{"angle":-22.5,"axis":"y","origin":[8.3,3.40829,5.04128]},"faces":{"north":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"east":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"south":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"west":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"up":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"down":{"uv":[2,3,2.5,3.5],"rotation":180,"texture":"#0"}}},{"from":[7.09526,3.65,3.43235],"to":[8.49526,4.8,4.43235],"rotation":{"angle":45,"axis":"y","origin":[8,4.50829,5.54128]},"faces":{"north":{"uv":[1.5,6,2.9,7],"texture":"#0"},"east":{"uv":[1.5,6,2.9,7],"texture":"#0"},"south":{"uv":[1.5,6,2.9,7],"texture":"#0"},"west":{"uv":[1.5,6,2.9,7],"texture":"#0"},"up":{"uv":[1.5,6,2.9,7],"texture":"#0"},"down":{"uv":[1.5,6,2.9,7],"texture":"#0"}}},{"from":[7.50474,3.65,3.43235],"to":[8.90474,4.8,4.43235],"rotation":{"angle":-45,"axis":"y","origin":[8,4.50829,5.54128]},"faces":{"north":{"uv":[2.9,6,1.5,7],"texture":"#0"},"east":{"uv":[2.9,6,1.5,7],"texture":"#0"},"south":{"uv":[2.9,6,1.5,7],"texture":"#0"},"west":{"uv":[2.9,6,1.5,7],"texture":"#0"},"up":{"uv":[2.9,6,1.5,7],"texture":"#0"},"down":{"uv":[2.9,6,1.5,7],"texture":"#0"}}},{"from":[7.09526,3.2,3.13235],"to":[8.09526,3.85,4.13235],"rotation":{"angle":45,"axis":"y","origin":[8,4.05829,5.24128]},"faces":{"north":{"uv":[3.5,6,4.5,6.65],"texture":"#0"},"east":{"uv":[3.5,6,4.5,6.65],"texture":"#0"},"south":{"uv":[3.5,6,4.5,6.65],"texture":"#0"},"west":{"uv":[3.5,6,4.5,6.65],"texture":"#0"},"up":{"uv":[3.5,6,4.5,6.65],"texture":"#0"},"down":{"uv":[3.5,6,4.5,6.65],"texture":"#0"}}},{"from":[7.90474,3.2,3.13235],"to":[8.90474,3.85,4.13235],"rotation":{"angle":-45,"axis":"y","origin":[8,4.05829,5.24128]},"faces":{"north":{"uv":[4.5,6,3.5,6.65],"texture":"#0"},"east":{"uv":[4.5,6,3.5,6.65],"texture":"#0"},"south":{"uv":[4.5,6,3.5,6.65],"texture":"#0"},"west":{"uv":[4.5,6,3.5,6.65],"texture":"#0"},"up":{"uv":[4.5,6,3.5,6.65],"texture":"#0"},"down":{"uv":[4.5,6,3.5,6.65],"texture":"#0"}}},{"from":[7.04526,2.65,3.18235],"to":[7.54526,3.3,3.68235],"rotation":{"angle":45,"axis":"y","origin":[7.7,3.25829,5.04128]},"faces":{"north":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"east":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"south":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"west":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"up":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"down":{"uv":[2,3,2.5,3.5],"rotation":180,"texture":"#0"}}},{"from":[8.45474,2.65,3.18235],"to":[8.95474,3.3,3.68235],"rotation":{"angle":-45,"axis":"y","origin":[8.3,3.25829,5.04128]},"faces":{"north":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"east":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"south":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"west":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"up":{"uv":[2,3,2.5,4],"rotation":180,"texture":"#0"},"down":{"uv":[2,3,2.5,3.5],"rotation":180,"texture":"#0"}}},{"from":[5.70537,3.75,5.5701],"to":[6.70537,5.15,6.8701],"rotation":{"angle":-22.5,"axis":"y","origin":[8,4.50829,5.54128]},"faces":{"north":{"uv":[1.5,6,2.8,7.4],"texture":"#0"},"east":{"uv":[1.5,6,2.8,7.4],"texture":"#0"},"south":{"uv":[1.5,6,2.8,7.4],"texture":"#0"},"west":{"uv":[1.5,6,2.8,7.4],"texture":"#0"},"up":{"uv":[1.5,6,2.8,7.4],"texture":"#0"},"down":{"uv":[1.5,6,2.8,7.4],"texture":"#0"}}},{"from":[9.29463,3.75,5.5701],"to":[10.29463,5.15,6.8701],"rotation":{"angle":22.5,"axis":"y","origin":[8,4.50829,5.54128]},"faces":{"north":{"uv":[2.8,6,1.5,7.4],"texture":"#0"},"east":{"uv":[2.8,6,1.5,7.4],"texture":"#0"},"south":{"uv":[2.8,6,1.5,7.4],"texture":"#0"},"west":{"uv":[2.8,6,1.5,7.4],"texture":"#0"},"up":{"uv":[2.8,6,1.5,7.4],"texture":"#0"},"down":{"uv":[2.8,6,1.5,7.4],"texture":"#0"}}},{"from":[5.70537,3.3,5.2701],"to":[6.70537,3.8,7.0701],"rotation":{"angle":-22.5,"axis":"y","origin":[8,4.05829,5.24128]},"faces":{"north":{"uv":[3.5,6.5,4,8.5],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,6.5,4,8.5],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,7.5,4,8.5],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,6.5,4,8.5],"rotation":270,"texture":"#0"},"up":{"uv":[3.5,6.5,4,8.5],"texture":"#0"},"down":{"uv":[3.5,6.5,4,8.5],"rotation":180,"texture":"#0"}}},{"from":[9.29463,3.3,5.2701],"to":[10.29463,3.8,7.2701],"rotation":{"angle":22.5,"axis":"y","origin":[8,4.05829,5.24128]},"faces":{"north":{"uv":[3.5,8.5,4,6.5],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,8.5,4,6.5],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,8.5,4,7.5],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,8.5,4,6.5],"rotation":90,"texture":"#0"},"up":{"uv":[4,6.5,3.5,8.5],"texture":"#0"},"down":{"uv":[4,6.5,3.5,8.5],"rotation":180,"texture":"#0"}}},{"from":[5.89671,3,5.93204],"to":[6.64671,3.5,7.23204],"rotation":{"angle":-22.5,"axis":"y","origin":[8,4.25829,4.94128]},"faces":{"north":{"uv":[3,8,3.75,8.5],"texture":"#0"},"east":{"uv":[3,8,4.5,8.5],"texture":"#0"},"south":{"uv":[3,8,3.75,8.5],"texture":"#0"},"west":{"uv":[3,8,4.5,8.5],"texture":"#0"},"up":{"uv":[3,7.5,3.75,9],"texture":"#0"},"down":{"uv":[2,7.5,2.75,9],"texture":"#0"}}},{"from":[9.35329,3,5.93204],"to":[10.10329,3.5,7.43204],"rotation":{"angle":22.5,"axis":"y","origin":[8,4.25829,4.94128]},"faces":{"north":{"uv":[3.75,8,3,8.5],"texture":"#0"},"east":{"uv":[4.5,8,3,8.5],"texture":"#0"},"south":{"uv":[3.75,8,3,8.5],"texture":"#0"},"west":{"uv":[4.5,8,3,8.5],"texture":"#0"},"up":{"uv":[3.75,7.5,3,9],"texture":"#0"},"down":{"uv":[2.75,7.5,2,9],"texture":"#0"}}},{"from":[5.34635,4,6.43755],"to":[10.64635,6,7.93755],"rotation":{"angle":0,"axis":"y","origin":[6.99635,4,8.93755]},"faces":{"north":{"uv":[2.5,6.5,7.8,8.5],"texture":"#0"},"east":{"uv":[2.5,6.5,4,8.5],"texture":"#0"},"south":{"uv":[2.5,0.5,7.8,2.5],"texture":"#0"},"west":{"uv":[2.5,6.5,4,8.5],"texture":"#0"},"up":{"uv":[2.5,6.5,7.8,8],"texture":"#0"},"down":{"uv":[2.5,6.5,7.8,8],"texture":"#0"}}},{"from":[5.34435,4.76577,7.582],"to":[10.64835,6.76977,9.086],"rotation":{"angle":45,"axis":"x","origin":[7.99635,5.76777,7.584]},"faces":{"north":{"uv":[5.5,6.5,7,8.5],"texture":"#0"},"east":{"uv":[5.5,6.5,7,8.5],"texture":"#0"},"south":{"uv":[5.5,6.5,7,8.5],"texture":"#0"},"west":{"uv":[5.5,6.5,7,8.5],"texture":"#0"},"up":{"uv":[5.5,6.5,7,8.5],"texture":"#0"},"down":{"uv":[5.5,6.5,7,8.5],"texture":"#0"}}},{"from":[5.34835,5.62449,8.29179],"to":[10.64435,7.12049,9.78779],"rotation":{"angle":22.5,"axis":"x","origin":[7.99635,6.62249,9.03979]},"faces":{"north":{"uv":[2,4,3.5,5.5],"texture":"#0"},"east":{"uv":[2,4,3.5,5.5],"texture":"#0"},"south":{"uv":[2,4,3.5,5.5],"texture":"#0"},"west":{"uv":[2,4,3.5,5.5],"texture":"#0"},"up":{"uv":[2,4,3.5,5.5],"texture":"#0"},"down":{"uv":[2,4,3.5,5.5],"texture":"#0"}}},{"from":[5.35135,6.45615,8.19912],"to":[10.64135,7.94615,9.68912],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99635,7.20115,8.94412]},"faces":{"north":{"uv":[0,0,5.3,1.5],"rotation":180,"texture":"#0"},"east":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#0"},"south":{"uv":[2.5,0.5,7.8,2],"texture":"#0"},"west":{"uv":[0,0,1.5,1.5],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,5.3,1.5],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,5.3,1.5],"texture":"#0"}}},{"from":[5.34635,5.62135,7.62392],"to":[10.64635,8.52135,9.12392],"rotation":{"angle":22.5,"axis":"x","origin":[7.99635,7.77135,8.37392]},"faces":{"north":{"uv":[1.5,3,3,5.9],"texture":"#0"},"east":{"uv":[1.5,3,3,5.9],"texture":"#0"},"south":{"uv":[1.5,3,3,5.9],"texture":"#0"},"west":{"uv":[1.5,3,3,5.9],"texture":"#0"},"up":{"uv":[1.5,3,3,5.9],"texture":"#0"},"down":{"uv":[1.5,3,3,5.9],"texture":"#0"}}},{"from":[5.34435,7.11622,5.6448],"to":[10.64835,8.62022,7.6488],"rotation":{"angle":-45,"axis":"x","origin":[7.99635,7.86822,7.1468]},"faces":{"north":{"uv":[2.5,4,4.5,5.5],"texture":"#0"},"east":{"uv":[4.5,4,2.5,5.5],"texture":"#0"},"south":{"uv":[2.5,4,4.5,5.5],"texture":"#0"},"west":{"uv":[2.5,4,4.5,5.5],"texture":"#0"},"up":{"uv":[2.5,4,4.5,5.5],"texture":"#0"},"down":{"uv":[2.5,4,4.5,5.5],"texture":"#0"}}},{"from":[5.09435,6.06622,5.2948],"to":[10.89835,7.57022,7.2988],"rotation":{"angle":-45,"axis":"x","origin":[7.99635,7.56822,7.5468]},"faces":{"north":{"uv":[3.5,6.5,2.5,8],"texture":"#0"},"east":{"uv":[1.5,6.5,3.5,8],"texture":"#0"},"south":{"uv":[4,4.5,2,6],"texture":"#0"},"west":{"uv":[3.5,6.5,1.5,8],"texture":"#0"},"up":{"uv":[3.5,5,1.5,6.5],"texture":"#0"},"down":{"uv":[2.5,6.5,2,8.5],"texture":"#0"}}},{"from":[5.34835,4.10194,4.88319],"to":[10.64435,7.69794,7.37919],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99635,6.69994,6.63119]},"faces":{"north":{"uv":[2,5.5,3.5,9],"texture":"#0"},"east":{"uv":[0,5.5,2.5,9],"texture":"#0"},"south":{"uv":[2.5,0.5,5,4],"texture":"#0"},"west":{"uv":[0,5.5,2.5,9],"texture":"#0"},"up":{"uv":[0,5.5,2.5,9],"texture":"#0"},"down":{"uv":[0,5.5,2.5,9],"texture":"#0"}}},{"from":[5.84835,5.35194,4.83319],"to":[10.14435,7.44794,5.57919],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99635,6.69994,6.63119]},"faces":{"north":{"uv":[1.5,5.5,5.8,7.6],"texture":"#1"},"east":{"uv":[0,5.5,2.5,9],"texture":"#1"},"south":{"uv":[2.5,0.5,5,4],"texture":"#1"},"west":{"uv":[0,5.5,2.5,9],"texture":"#1"},"up":{"uv":[0,5.5,2.5,9],"texture":"#1"},"down":{"uv":[0,5.5,2.5,9],"texture":"#1"}}},{"from":[5.34835,7.25327,6.97002],"to":[10.64435,8.74927,7.96602],"rotation":{"angle":0,"axis":"x","origin":[7.99635,8.00127,7.21802]},"faces":{"north":{"uv":[0,0,5.3,1.5],"rotation":180,"texture":"#0"},"east":{"uv":[0,0,1,1.5],"rotation":180,"texture":"#0"},"south":{"uv":[2.5,0.5,7.8,2],"rotation":180,"texture":"#0"},"west":{"uv":[0,0,1,1.5],"rotation":180,"texture":"#0"},"up":{"uv":[0,0,5.3,1],"texture":"#0"},"down":{"uv":[0,0,5.3,1],"texture":"#0"}}},{"from":[6.24635,3.2,7.08755],"to":[9.74635,5.2,10.08755],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99635,3.7,7.93755]},"faces":{"north":{"uv":[0.5,6,4,9],"texture":"#0"},"east":{"uv":[5.5,6,2.5,8],"texture":"#0"},"south":{"uv":[2.5,0.5,6,3.5],"texture":"#0"},"west":{"uv":[2.5,6,5.5,8],"texture":"#0"},"up":{"uv":[0.5,6,4,9],"texture":"#0"},"down":{"uv":[0.5,6,4,9],"texture":"#0"}}},{"from":[6.24735,3.41168,4.84146],"to":[9.74535,4.40968,7.83946],"rotation":{"angle":22.5,"axis":"x","origin":[7.99635,4.41068,6.34046]},"faces":{"north":{"uv":[0,6,3.5,7],"rotation":180,"texture":"#1"},"east":{"uv":[0,6,3,7],"rotation":180,"texture":"#1"},"south":{"uv":[2.5,0.5,6,1.5],"rotation":180,"texture":"#1"},"west":{"uv":[0,6,3,7],"rotation":180,"texture":"#1"},"up":{"uv":[0,6,3.5,9],"rotation":180,"texture":"#1"},"down":{"uv":[0,1.5,3.5,4.5],"rotation":180,"texture":"#1"}}},{"from":[6.24635,6,8.93755],"to":[9.74635,8,10.93755],"rotation":{"angle":0,"axis":"y","origin":[6.99635,4,8.93755]},"faces":{"north":{"uv":[1.5,3.5,5,5.5],"texture":"#0"},"east":{"uv":[1.5,3.5,3.5,5.5],"texture":"#0"},"south":{"uv":[2.5,0.5,6,2.5],"texture":"#0"},"west":{"uv":[1.5,3.5,3.5,5.5],"texture":"#0"},"up":{"uv":[1.5,3.5,5,5.5],"texture":"#0"},"down":{"uv":[1.5,3.5,5,5.5],"texture":"#0"}}},{"from":[6.35135,7.5462,8.63599],"to":[9.64135,8.5362,10.62599],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99635,8.5412,9.63099]},"faces":{"north":{"uv":[0,0,3.3,1],"texture":"#0"},"east":{"uv":[0,0,2,1],"texture":"#0"},"south":{"uv":[2.5,0.5,5.5,1.5],"texture":"#0"},"west":{"uv":[0,0,2,1],"texture":"#0"},"up":{"uv":[0,0,3.3,2],"texture":"#0"},"down":{"uv":[0,0,3.3,2],"texture":"#0"}}},{"from":[6.24835,7.38086,8.25413],"to":[9.74435,9.37686,10.25013],"rotation":{"angle":22.5,"axis":"x","origin":[7.99635,8.37886,9.25213]},"faces":{"north":{"uv":[0,0,3.5,2],"rotation":180,"texture":"#0"},"east":{"uv":[0.5,0.5,2.5,2.5],"rotation":90,"texture":"#0"},"south":{"uv":[2.5,0.5,6,2.5],"texture":"#0"},"west":{"uv":[0,0.5,2,2.5],"rotation":270,"texture":"#0"},"up":{"uv":[1,0.5,4.5,2.5],"texture":"#0"},"down":{"uv":[0,0,3.5,2],"rotation":180,"texture":"#0"}}},{"from":[6.24635,7.68481,6.71402],"to":[9.74635,9.68481,8.71402],"rotation":{"angle":0,"axis":"x","origin":[7.99635,8.68481,7.71402]},"faces":{"north":{"uv":[0,0,3.5,2],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,0,5.5,2],"texture":"#0"},"south":{"uv":[2.5,0.5,6,2.5],"texture":"#0"},"west":{"uv":[0.5,0,2.5,2],"rotation":270,"texture":"#0"},"up":{"uv":[6,0,9.5,2],"texture":"#0"},"down":{"uv":[0,0,3.5,2],"rotation":180,"texture":"#0"}}},{"from":[6.25135,7.38324,5.17782],"to":[9.74135,9.37324,7.16782],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99635,8.37824,6.17282]},"faces":{"north":{"uv":[0,0,3.5,2],"rotation":180,"texture":"#0"},"east":{"uv":[1.5,0,3.5,2],"rotation":90,"texture":"#0"},"south":{"uv":[2.5,0.5,6,2.5],"texture":"#0"},"west":{"uv":[3,0,5,2],"texture":"#0"},"up":{"uv":[0,0,3.5,2],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,3.5,2],"rotation":180,"texture":"#0"}}},{"from":[6.24535,6.9157,4.41028],"to":[9.74735,8.6177,6.41228],"rotation":{"angle":22.5,"axis":"x","origin":[7.99635,7.6167,5.41128]},"faces":{"north":{"uv":[0.5,1,4,2.7],"texture":"#0"},"east":{"uv":[0,0,1.7,2],"rotation":90,"texture":"#0"},"south":{"uv":[2.5,0.5,6,2.2],"texture":"#0"},"west":{"uv":[0,0,1.7,2],"rotation":270,"texture":"#0"},"up":{"uv":[0,0,3.5,2],"texture":"#0"},"down":{"uv":[0,0,3.5,2],"rotation":180,"texture":"#0"}}},{"from":[6.24635,6.60267,4.21952],"to":[9.74635,7.35267,6.21952],"rotation":{"angle":0,"axis":"x","origin":[7.99635,7.20267,5.21952]},"faces":{"north":{"uv":[0.5,4.5,4,5.5],"texture":"#0"},"east":{"uv":[0,0,0.75,2],"rotation":90,"texture":"#0"},"south":{"uv":[2.5,0.5,6,1.25],"texture":"#0"},"west":{"uv":[0,0,0.75,2],"rotation":270,"texture":"#0"},"up":{"uv":[0,0,3.5,2],"texture":"#0"},"down":{"uv":[0,0,3.5,2],"rotation":180,"texture":"#0"}}},{"from":[6.24835,4.17327,8.57579],"to":[9.74435,6.26927,10.57179],"rotation":{"angle":22.5,"axis":"x","origin":[7.99635,5.22127,10.07379]},"faces":{"north":{"uv":[0,0,3.5,2.1],"texture":"#0"},"east":{"uv":[1,5,3,7],"texture":"#0"},"south":{"uv":[2.5,0.5,6,2.5],"texture":"#0"},"west":{"uv":[1,5,3,7],"texture":"#0"},"up":{"uv":[0,0,3.5,2],"texture":"#0"},"down":{"uv":[0,0,3.5,2],"texture":"#0"}}},{"from":[7.09526,-0.35,4.23235],"to":[8.09526,0.6,5.23235],"rotation":{"angle":45,"axis":"y","origin":[8,-0.25829,6.34128]},"faces":{"north":{"uv":[2.5,4.5,3.5,5.45],"rotation":270,"texture":"#0"},"east":{"uv":[2.5,4.5,3.5,5.45],"rotation":270,"texture":"#0"},"south":{"uv":[2.5,4.5,3.5,5.45],"rotation":270,"texture":"#0"},"west":{"uv":[2.5,4.5,3.5,5.45],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,4.5,3.5,5.45],"rotation":270,"texture":"#0"},"down":{"uv":[2.5,4.5,3,5.5],"rotation":270,"texture":"#0"}}},{"from":[7.90474,-0.35,4.23235],"to":[8.90474,0.6,5.23235],"rotation":{"angle":-45,"axis":"y","origin":[8,-0.25829,6.34128]},"faces":{"north":{"uv":[2.5,5.45,3.5,4.5],"rotation":270,"texture":"#0"},"east":{"uv":[2.5,5.45,3.5,4.5],"rotation":270,"texture":"#0"},"south":{"uv":[2.5,5.45,3.5,4.5],"rotation":270,"texture":"#0"},"west":{"uv":[2.5,5.45,3.5,4.5],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,5.45,3.5,4.5],"rotation":270,"texture":"#0"},"down":{"uv":[2.5,5.5,3,4.5],"rotation":270,"texture":"#0"}}},{"from":[7.28096,-0.55,4.35643],"to":[8.28096,0.55,5.35643],"rotation":{"angle":22.5,"axis":"y","origin":[8,-0.40829,6.34128]},"faces":{"north":{"uv":[6,3.5,7,4.5],"rotation":90,"texture":"#0"},"east":{"uv":[6,3.5,7,4.5],"rotation":90,"texture":"#0"},"south":{"uv":[6,3.5,7,4.5],"rotation":90,"texture":"#0"},"west":{"uv":[6,3.5,7,4.5],"rotation":90,"texture":"#0"},"up":{"uv":[6,3.5,7,4.5],"rotation":90,"texture":"#0"},"down":{"uv":[6.5,3.5,7,4.5],"rotation":90,"texture":"#0"}}},{"from":[7.71904,-0.55,4.35643],"to":[8.71904,0.55,5.35643],"rotation":{"angle":-22.5,"axis":"y","origin":[8,-0.40829,6.34128]},"faces":{"north":{"uv":[6,4.5,7,3.5],"rotation":90,"texture":"#0"},"east":{"uv":[6,4.5,7,3.5],"rotation":90,"texture":"#0"},"south":{"uv":[6,4.5,7,3.5],"rotation":90,"texture":"#0"},"west":{"uv":[6,4.5,7,3.5],"rotation":90,"texture":"#0"},"up":{"uv":[6,4.5,7,3.5],"rotation":90,"texture":"#0"},"down":{"uv":[6.5,4.5,7,3.5],"rotation":90,"texture":"#0"}}},{"from":[7.5,-0.7,4.4],"to":[8.5,0.5,5.4],"rotation":{"angle":0,"axis":"x","origin":[8,-0.50829,6.34128]},"faces":{"north":{"uv":[1,4,1.5,5],"texture":"#0"},"east":{"uv":[1,4,1.5,5],"texture":"#0"},"south":{"uv":[1,4,1.5,5],"texture":"#0"},"west":{"uv":[1,4,1.5,5],"texture":"#0"},"up":{"uv":[1,4,1.5,5],"texture":"#0"},"down":{"uv":[1,4.5,1.5,5],"texture":"#0"}}},{"from":[7.29526,0.45,4.43235],"to":[7.89526,1.2,5.03235],"rotation":{"angle":45,"axis":"y","origin":[8,0.54171,6.34128]},"faces":{"north":{"uv":[2,3,2.5,4],"texture":"#0"},"east":{"uv":[2,3,2.5,4],"texture":"#0"},"south":{"uv":[2,3,2.5,4],"texture":"#0"},"west":{"uv":[2,3,2.5,4],"texture":"#0"},"up":{"uv":[2,3,2.5,3.5],"texture":"#0"},"down":{"uv":[2,3,2.5,4],"texture":"#0"}}},{"from":[7.48096,0.25,4.15643],"to":[8.08096,1.15,4.75643],"rotation":{"angle":22.5,"axis":"y","origin":[8,0.39171,5.94128]},"faces":{"north":{"uv":[2,3,2.5,4],"texture":"#0"},"east":{"uv":[2,3,2.5,4],"texture":"#0"},"south":{"uv":[2,3,2.5,4],"texture":"#0"},"west":{"uv":[2,3,2.5,4],"texture":"#0"},"up":{"uv":[2,3,2.5,3.5],"texture":"#0"},"down":{"uv":[2,3,2.5,4],"texture":"#0"}}},{"from":[7.7,0.1,4.2],"to":[8.3,1.1,4.8],"rotation":{"angle":0,"axis":"x","origin":[8,0.29171,5.94128]},"faces":{"north":{"uv":[2,3,2.5,4],"texture":"#0"},"east":{"uv":[2,3,2.5,4],"texture":"#0"},"south":{"uv":[2,3,2.5,4],"texture":"#0"},"west":{"uv":[2,3,2.5,4],"texture":"#0"},"up":{"uv":[2,3,2.5,3.5],"texture":"#0"},"down":{"uv":[2,3,2.5,4],"texture":"#0"}}},{"from":[7.91904,0.25,4.15643],"to":[8.51904,1.15,4.75643],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0.39171,5.94128]},"faces":{"north":{"uv":[2,3,2.5,4],"texture":"#0"},"east":{"uv":[2,3,2.5,4],"texture":"#0"},"south":{"uv":[2,3,2.5,4],"texture":"#0"},"west":{"uv":[2,3,2.5,4],"texture":"#0"},"up":{"uv":[2,3,2.5,3.5],"texture":"#0"},"down":{"uv":[2,3,2.5,4],"texture":"#0"}}},{"from":[8.10474,0.45,4.03235],"to":[8.70474,1.2,4.63235],"rotation":{"angle":-45,"axis":"y","origin":[8,0.54171,5.94128]},"faces":{"north":{"uv":[2,3,2.5,4],"texture":"#0"},"east":{"uv":[2,3,2.5,4],"texture":"#0"},"south":{"uv":[2,3,2.5,4],"texture":"#0"},"west":{"uv":[2,3,2.5,4],"texture":"#0"},"up":{"uv":[2,3,2.5,3.5],"texture":"#0"},"down":{"uv":[2,3,2.5,4],"texture":"#0"}}},{"from":[5.66211,0.5,6.78815],"to":[6.41211,4.4,8.18815],"rotation":{"angle":22.5,"axis":"x","origin":[6.03711,1.65,7.43815]},"faces":{"north":{"uv":[1,5,1.5,8.9],"rotation":180,"texture":"#0"},"east":{"uv":[0,5,1.4,8.9],"rotation":180,"texture":"#0"},"south":{"uv":[2.5,0.5,3,4.4],"rotation":180,"texture":"#0"},"west":{"uv":[0,5,1.4,8.9],"rotation":180,"texture":"#0"},"up":{"uv":[0,5,1.4,8.9],"rotation":180,"texture":"#0"},"down":{"uv":[0,4,0.5,5.4],"rotation":180,"texture":"#0"}}},{"from":[9.58789,0.5,6.78815],"to":[10.33789,4.4,8.18815],"rotation":{"angle":22.5,"axis":"x","origin":[9.96289,1.65,7.43815]},"faces":{"north":{"uv":[1.5,5,1,8.9],"rotation":180,"texture":"#0"},"east":{"uv":[1.4,5,0,8.9],"rotation":180,"texture":"#0"},"south":{"uv":[3,0.5,2.5,4.4],"rotation":180,"texture":"#0"},"west":{"uv":[1.4,5,0,8.9],"rotation":180,"texture":"#0"},"up":{"uv":[1.4,5,0,8.9],"rotation":180,"texture":"#0"},"down":{"uv":[0.5,4,0,5.4],"rotation":180,"texture":"#0"}}},{"from":[5.89671,0.25,7.08204],"to":[6.64671,1.2,8.08204],"rotation":{"angle":-22.5,"axis":"y","origin":[8,-0.05829,6.34128]},"faces":{"north":{"uv":[3.5,6.5,4.5,7.45],"texture":"#0"},"east":{"uv":[3.5,6.5,4.5,7.45],"texture":"#0"},"south":{"uv":[3.5,6.5,4.5,7.45],"texture":"#0"},"west":{"uv":[3.5,6.5,4.5,7.45],"texture":"#0"},"up":{"uv":[3.5,6.5,4.5,7.45],"texture":"#0"},"down":{"uv":[3.5,6.5,4.5,7.45],"texture":"#0"}}},{"from":[9.35329,0.25,7.08204],"to":[10.10329,1.2,8.08204],"rotation":{"angle":22.5,"axis":"y","origin":[8,-0.05829,6.34128]},"faces":{"north":{"uv":[4.5,6.5,3.5,7.45],"texture":"#0"},"east":{"uv":[4.5,6.5,3.5,7.45],"texture":"#0"},"south":{"uv":[4.5,6.5,3.5,7.45],"texture":"#0"},"west":{"uv":[4.5,6.5,3.5,7.45],"texture":"#0"},"up":{"uv":[4.5,6.5,3.5,7.45],"texture":"#0"},"down":{"uv":[4.5,6.5,3.5,7.45],"texture":"#0"}}},{"from":[5.70537,-0.05,6.3701],"to":[6.70537,0.9,7.6201],"rotation":{"angle":-22.5,"axis":"y","origin":[8,0.14171,6.34128]},"faces":{"north":{"uv":[2.5,5.5,3.75,6.45],"texture":"#0"},"east":{"uv":[2.5,5.5,3.75,6.45],"texture":"#0"},"south":{"uv":[2.5,5.5,3.75,6.45],"texture":"#0"},"west":{"uv":[2.5,5.5,3.75,6.45],"texture":"#0"},"up":{"uv":[2.5,5.5,3.75,6.45],"texture":"#0"},"down":{"uv":[2.5,5.5,3.75,6.45],"texture":"#0"}}},{"from":[9.29463,-0.05,6.3701],"to":[10.29463,0.9,7.6201],"rotation":{"angle":22.5,"axis":"y","origin":[8,0.14171,6.34128]},"faces":{"north":{"uv":[3.75,5.5,2.5,6.45],"texture":"#0"},"east":{"uv":[3.75,5.5,2.5,6.45],"texture":"#0"},"south":{"uv":[3.75,5.5,2.5,6.45],"texture":"#0"},"west":{"uv":[3.75,5.5,2.5,6.45],"texture":"#0"},"up":{"uv":[3.75,5.5,2.5,6.45],"texture":"#0"},"down":{"uv":[3.75,5.5,2.5,6.45],"texture":"#0"}}},{"from":[7.76,-4.81515,6.09531],"to":[8.24,-4.23515,7.07531],"rotation":{"angle":-45,"axis":"x","origin":[7.99518,0.09936,10.34627]},"faces":{"north":{"uv":[8,6.6,7.5,6],"texture":"#0"},"east":{"uv":[8.1,8,7.5,6],"rotation":270,"texture":"#0"},"south":{"uv":[8.1,8,7.5,6],"rotation":180,"texture":"#0"},"west":{"uv":[8.1,8,7.5,6],"rotation":90,"texture":"#0"},"up":{"uv":[7.5,6,8.1,8],"texture":"#0"},"down":{"uv":[7.5,6,8.1,8],"rotation":180,"texture":"#0"}}},{"from":[7.76,-6.78593,13.64538],"to":[8.24,-5.20593,14.62538],"rotation":{"angle":22.5,"axis":"x","origin":[7.99518,0.09936,10.34627]},"faces":{"north":{"uv":[6.5,5.5,6,7.5],"texture":"#0"},"east":{"uv":[6,7.5,7,5.5],"texture":"#0"},"south":{"uv":[7,5.5,6,7.5],"texture":"#0"},"west":{"uv":[6,7.5,7,5.5],"rotation":180,"texture":"#0"},"up":{"uv":[7,5.5,6,7.5],"texture":"#0"},"down":{"uv":[7,5.5,6,7.5],"texture":"#0"}}},{"from":[7.78,-9.03243,7.62179],"to":[8.22,-8.59243,8.06179],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99518,0.09936,10.34627]},"faces":{"north":{"uv":[8.5,2.5,9,2],"texture":"#0"},"east":{"uv":[8.5,2.5,9,2],"texture":"#0"},"south":{"uv":[8.5,2.5,9,2],"texture":"#0"},"west":{"uv":[8.5,2.5,9,2],"texture":"#0"},"up":{"uv":[8.5,2.5,9,2],"texture":"#0"},"down":{"uv":[8.5,2.5,9,2],"texture":"#0"}}},{"from":[7.775,-6.45176,12.72906],"to":[8.235,-5.49176,13.18906],"rotation":{"angle":22.5,"axis":"x","origin":[7.99518,0.09936,10.34627]},"faces":{"north":{"uv":[8,5,8.5,6],"texture":"#0"},"east":{"uv":[8.5,6,8,5],"rotation":180,"texture":"#0"},"south":{"uv":[8,5,8.5,6],"texture":"#0"},"west":{"uv":[8.5,6,8,5],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,6,8,5],"texture":"#0"},"down":{"uv":[8.5,6,8,5],"texture":"#0"}}},{"from":[7.775,-3.79995,6.33833],"to":[8.235,-3.33995,7.29833],"rotation":{"angle":-45,"axis":"x","origin":[7.99518,0.09936,10.34627]},"faces":{"north":{"uv":[8.5,6,8,5],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,6,8,5],"rotation":90,"texture":"#0"},"south":{"uv":[8.5,6,8,5],"texture":"#0"},"west":{"uv":[8.5,6,8,5],"rotation":270,"texture":"#0"},"up":{"uv":[8,5,8.5,6],"rotation":180,"texture":"#0"},"down":{"uv":[8,5,8.5,6],"texture":"#0"}}},{"from":[7.775,-8.48934,10.76436],"to":[8.235,-7.52934,11.62436],"rotation":{"angle":0,"axis":"x","origin":[7.99518,0.09936,10.34627]},"faces":{"north":{"uv":[6,5.5,6.5,4.5],"texture":"#0"},"east":{"uv":[6.9,5.5,6,4.5],"texture":"#0"},"south":{"uv":[6.5,5.5,7,4.5],"texture":"#0"},"west":{"uv":[6,5.5,6.9,4.5],"texture":"#0"},"up":{"uv":[6,5.5,6.9,4.5],"texture":"#0"},"down":{"uv":[6,5.5,6.9,4.5],"texture":"#0"}}},{"from":[7.78,-7.52765,10.09413],"to":[8.23,-6.82765,10.44413],"rotation":{"angle":0,"axis":"x","origin":[7.99518,0.09936,10.34627]},"faces":{"north":{"uv":[7.9,3.75,7.5,3],"texture":"#0"},"east":{"uv":[7.9,3.75,7.5,3],"texture":"#0"},"south":{"uv":[7.9,3.75,7.5,3],"texture":"#0"},"west":{"uv":[7.9,3.75,7.5,3],"texture":"#0"},"up":{"uv":[7.5,3,7.9,3.75],"texture":"#0"},"down":{"uv":[7.5,3,7.9,3.75],"texture":"#0"}}},{"from":[7.78,-5.58236,12.04346],"to":[8.23,-4.88236,12.39346],"rotation":{"angle":22.5,"axis":"x","origin":[7.99518,0.09936,10.34627]},"faces":{"north":{"uv":[7.9,3.75,7.5,3],"texture":"#0"},"east":{"uv":[7.9,3.75,7.5,3],"texture":"#0"},"south":{"uv":[7.9,3.75,7.5,3],"texture":"#0"},"west":{"uv":[7.9,3.75,7.5,3],"texture":"#0"},"up":{"uv":[7.5,3,7.9,3.75],"texture":"#0"},"down":{"uv":[7.5,3,7.9,3.75],"texture":"#0"}}},{"from":[7.78,-8.70827,7.44926],"to":[8.23,-8.00827,8.19926],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99518,0.09936,10.34627]},"faces":{"north":{"uv":[6,4.75,6.5,4.5],"rotation":180,"texture":"#0"},"east":{"uv":[6,4.75,6.5,4.5],"rotation":180,"texture":"#0"},"south":{"uv":[6,4.75,6.5,4.5],"rotation":180,"texture":"#0"},"west":{"uv":[6,4.75,6.5,4.5],"rotation":180,"texture":"#0"},"up":{"uv":[6,4.75,6.5,4.5],"rotation":180,"texture":"#0"},"down":{"uv":[6,4.75,6.5,4.5],"rotation":180,"texture":"#0"}}},{"from":[7.785,-8.28757,14.90192],"to":[8.215,-7.95757,15.43192],"rotation":{"angle":22.5,"axis":"x","origin":[7.99518,0.09936,10.34627]},"faces":{"north":{"uv":[9,1.1,9.4,0.5],"rotation":90,"texture":"#0"},"east":{"uv":[9.4,0.5,9,1.1],"rotation":270,"texture":"#0"},"south":{"uv":[9,1.1,9.4,0.5],"rotation":90,"texture":"#0"},"west":{"uv":[9.4,0.5,9,1.1],"rotation":270,"texture":"#0"},"up":{"uv":[9,1.1,9.4,0.5],"rotation":90,"texture":"#0"},"down":{"uv":[9,1.1,9.4,0.5],"rotation":90,"texture":"#0"}}},{"from":[10.05952,4.98536,6.63718],"to":[11.05952,5.98536,8.63718],"rotation":{"angle":0,"axis":"x","origin":[10.55886,6.01846,8.08636]},"faces":{"north":{"uv":[4,6,6,7],"rotation":180,"texture":"#1"},"east":{"uv":[4,6,6,7],"rotation":180,"texture":"#1"},"south":{"uv":[4,6,6,7],"rotation":180,"texture":"#1"},"west":{"uv":[4,6,6,7],"rotation":180,"texture":"#1"},"up":{"uv":[4,6,5.5,8],"rotation":180,"texture":"#1"},"down":{"uv":[4,6,5.5,8],"texture":"#1"}}},{"from":[4.94048,5.92964,6.40548],"to":[5.94048,6.92964,8.40548],"rotation":{"angle":45,"axis":"x","origin":[5.44094,5.76344,7.73182]},"faces":{"north":{"uv":[6,6,4,7],"rotation":180,"texture":"#1"},"east":{"uv":[6,6,4,7],"rotation":180,"texture":"#1"},"south":{"uv":[6,6,4,7],"rotation":180,"texture":"#1"},"west":{"uv":[6,6,4,7],"rotation":180,"texture":"#1"},"up":{"uv":[5.5,6,4,8],"rotation":180,"texture":"#1"},"down":{"uv":[5.5,6,4,8],"texture":"#1"}}},{"from":[4.94048,4.19471,5.80469],"to":[5.94048,5.39471,6.80469],"rotation":{"angle":45,"axis":"x","origin":[5.44094,5.76344,7.73182]},"faces":{"north":{"uv":[5,6.5,6.2,5.5],"rotation":90,"texture":"#1"},"east":{"uv":[5,6.5,6.2,5.5],"rotation":90,"texture":"#1"},"south":{"uv":[5,6.5,6.2,5.5],"rotation":90,"texture":"#1"},"west":{"uv":[5,6.5,6.2,5.5],"rotation":90,"texture":"#1"},"up":{"uv":[5,6.5,6.2,5.5],"rotation":270,"texture":"#1"},"down":{"uv":[5,6.5,6.2,5.5],"rotation":270,"texture":"#1"}}},{"from":[4.84048,5.14471,5.65469],"to":[6.04048,6.89471,6.95469],"rotation":{"angle":45,"axis":"x","origin":[5.44094,5.76344,7.73182]},"faces":{"north":{"uv":[6.7,6.5,5,8.45],"rotation":180,"texture":"#1"},"east":{"uv":[5,8.3,6.95,7],"rotation":90,"texture":"#1"},"south":{"uv":[3.5,8.8,5.45,7.5],"rotation":90,"texture":"#1"},"west":{"uv":[5,8.3,6.95,7],"rotation":90,"texture":"#1"},"up":{"uv":[5,8.3,6.95,7],"rotation":270,"texture":"#1"},"down":{"uv":[5,8.3,6.95,7],"rotation":270,"texture":"#1"}}},{"from":[10.10952,5.24866,8.55793],"to":[11.00952,6.14866,9.45793],"rotation":{"angle":22.5,"axis":"x","origin":[10.55886,6.01846,8.08636]},"faces":{"north":{"uv":[4.5,4.5,5.4,5.4],"rotation":90,"texture":"#1"},"east":{"uv":[4.5,4.5,5.4,5.4],"rotation":180,"texture":"#1"},"south":{"uv":[4.5,4.5,5.4,5.4],"rotation":270,"texture":"#1"},"west":{"uv":[4.5,4.5,5.4,5.4],"texture":"#1"},"up":{"uv":[4.5,4.5,5.4,5.4],"rotation":90,"texture":"#1"},"down":{"uv":[4.5,4.5,5.4,5.4],"rotation":270,"texture":"#1"}}},{"from":[4.99048,4.73734,8.11703],"to":[5.89048,5.63734,9.01703],"rotation":{"angle":-22.5,"axis":"x","origin":[5.44094,5.76344,7.73182]},"faces":{"north":{"uv":[4.5,5.4,5.4,4.5],"rotation":90,"texture":"#1"},"east":{"uv":[5.4,4.5,4.5,5.4],"rotation":270,"texture":"#1"},"south":{"uv":[4.5,5.4,5.4,4.5],"rotation":90,"texture":"#1"},"west":{"uv":[5.4,4.5,4.5,5.4],"rotation":270,"texture":"#1"},"up":{"uv":[4.5,5.4,5.4,4.5],"rotation":270,"texture":"#1"},"down":{"uv":[4.5,5.4,5.4,4.5],"rotation":270,"texture":"#1"}}},{"from":[6.20762,5.59815,3.80605],"to":[7.10762,6.49815,5.00605],"rotation":{"angle":0,"axis":"y","origin":[5.6869,6.04815,3.73743]},"faces":{"north":{"uv":[4,5,5.2,5.9],"rotation":90,"texture":"#1"},"east":{"uv":[4,5,5.2,5.9],"rotation":270,"texture":"#1"},"south":{"uv":[4,5,5.2,5.9],"rotation":270,"texture":"#1"},"west":{"uv":[4,5,5.2,5.9],"rotation":270,"texture":"#1"},"up":{"uv":[4,5,5.2,5.9],"rotation":270,"texture":"#1"},"down":{"uv":[4,5,5.2,5.9],"rotation":270,"texture":"#1"}}},{"from":[4.99048,4.16249,5.39491],"to":[5.89048,5.06249,6.29491],"rotation":{"angle":22.5,"axis":"x","origin":[5.44094,5.76344,7.73182]},"faces":{"north":{"uv":[4,4.9,4.9,4],"rotation":90,"texture":"#1"},"east":{"uv":[4.9,4,4,4.9],"rotation":270,"texture":"#1"},"south":{"uv":[4,4.9,4.9,4],"rotation":90,"texture":"#1"},"west":{"uv":[4.9,4,4,4.9],"rotation":270,"texture":"#1"},"up":{"uv":[4,4.9,4.9,4],"rotation":270,"texture":"#1"},"down":{"uv":[4,4.9,4.9,4],"rotation":270,"texture":"#1"}}},{"from":[7.5869,0.59469,6.2352],"to":[8.4869,1.49469,7.1352],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0369,1.40985,4.77147]},"faces":{"north":{"uv":[4,5.9,4.9,5],"rotation":270,"texture":"#1"},"east":{"uv":[4,5.9,4.9,5],"texture":"#1"},"south":{"uv":[4,5.9,4.9,5],"rotation":90,"texture":"#1"},"west":{"uv":[4,5.9,4.9,5],"rotation":180,"texture":"#1"},"up":{"uv":[4,5.9,4.9,5],"rotation":270,"texture":"#1"},"down":{"uv":[4,5.9,4.9,5],"rotation":90,"texture":"#1"}}},{"from":[10.15952,5.81363,9.25369],"to":[10.95952,6.61363,10.05369],"rotation":{"angle":45,"axis":"x","origin":[10.55886,6.01846,8.08636]},"faces":{"north":{"uv":[4.5,5,5.3,5.8],"texture":"#1"},"east":{"uv":[4.5,5,5.3,5.8],"rotation":90,"texture":"#1"},"south":{"uv":[4.5,5,5.3,5.8],"rotation":180,"texture":"#1"},"west":{"uv":[4.5,5,5.3,5.8],"rotation":270,"texture":"#1"},"up":{"uv":[4.5,5,5.3,5.8],"texture":"#1"},"down":{"uv":[4.5,5,5.3,5.8],"rotation":180,"texture":"#1"}}},{"from":[5.04048,4.55729,8.46189],"to":[5.84048,5.35729,9.26189],"rotation":{"angle":0,"axis":"x","origin":[5.44094,5.76344,7.73182]},"faces":{"north":{"uv":[5.3,5,4.5,5.8],"texture":"#1"},"east":{"uv":[4.5,5.8,5.3,5],"rotation":180,"texture":"#1"},"south":{"uv":[5.3,5,4.5,5.8],"texture":"#1"},"west":{"uv":[4.5,5.8,5.3,5],"rotation":180,"texture":"#1"},"up":{"uv":[5.3,5,4.5,5.8],"rotation":180,"texture":"#1"},"down":{"uv":[5.3,5,4.5,5.8],"rotation":180,"texture":"#1"}}},{"from":[6.12322,5.64815,3.59452],"to":[6.92322,6.44815,4.39452],"rotation":{"angle":22.5,"axis":"y","origin":[5.6869,6.04815,3.73743]},"faces":{"north":{"uv":[4,4,4.8,4.8],"texture":"#1"},"east":{"uv":[4,4,4.8,4.8],"rotation":180,"texture":"#1"},"south":{"uv":[4,4,4.8,4.8],"rotation":180,"texture":"#1"},"west":{"uv":[4,4,4.8,4.8],"rotation":180,"texture":"#1"},"up":{"uv":[4,4,4.8,4.8],"rotation":180,"texture":"#1"},"down":{"uv":[4,4,4.8,4.8],"rotation":180,"texture":"#1"}}},{"from":[7.5869,-3.38957,9.19416],"to":[8.3869,-2.58957,9.99416],"rotation":{"angle":-45,"axis":"x","origin":[7.99518,0.09936,10.34627]},"faces":{"north":{"uv":[4.8,4,4,4.8],"rotation":270,"texture":"#1"},"east":{"uv":[4,4.8,4.8,4],"rotation":90,"texture":"#1"},"south":{"uv":[4.8,4,4,4.8],"rotation":270,"texture":"#1"},"west":{"uv":[4,4.8,4.8,4],"rotation":90,"texture":"#1"},"up":{"uv":[4.8,4,4,4.8],"rotation":90,"texture":"#1"},"down":{"uv":[4.8,4,4,4.8],"rotation":90,"texture":"#1"}}},{"from":[5.04048,4.42866,5.01015],"to":[5.84048,5.22866,5.81015],"rotation":{"angle":0,"axis":"x","origin":[5.44094,5.76344,7.73182]},"faces":{"north":{"uv":[5.3,4,4.5,4.8],"texture":"#1"},"east":{"uv":[4.5,4.8,5.3,4],"rotation":180,"texture":"#1"},"south":{"uv":[5.3,4,4.5,4.8],"texture":"#1"},"west":{"uv":[4.5,4.8,5.3,4],"rotation":180,"texture":"#1"},"up":{"uv":[5.3,4,4.5,4.8],"rotation":180,"texture":"#1"},"down":{"uv":[5.3,4,4.5,4.8],"rotation":180,"texture":"#1"}}},{"from":[10.15952,5.5096,5.84874],"to":[10.95952,6.3096,6.64874],"rotation":{"angle":22.5,"axis":"x","origin":[10.55886,6.01846,8.08636]},"faces":{"north":{"uv":[4.5,4,5.3,4.8],"rotation":180,"texture":"#1"},"east":{"uv":[4.5,4,5.3,4.8],"rotation":180,"texture":"#1"},"south":{"uv":[4.5,4,5.3,4.8],"rotation":180,"texture":"#1"},"west":{"uv":[4.5,4,5.3,4.8],"rotation":180,"texture":"#1"},"up":{"uv":[4.5,4,5.3,4.8],"rotation":180,"texture":"#1"},"down":{"uv":[4.5,4,5.3,4.8],"rotation":180,"texture":"#1"}}},{"from":[7.6369,1.26688,5.68573],"to":[8.4369,2.06688,6.48573],"rotation":{"angle":0,"axis":"x","origin":[8.0369,1.40985,4.77147]},"faces":{"north":{"uv":[5,6.3,5.3,6],"rotation":180,"texture":"#1"},"east":{"uv":[5.3,6,5,6.3],"rotation":270,"texture":"#1"},"south":{"uv":[5,6.3,5.3,6],"texture":"#1"},"west":{"uv":[5.3,6,5,6.3],"rotation":90,"texture":"#1"},"up":{"uv":[5.3,6,5,6.3],"rotation":180,"texture":"#1"},"down":{"uv":[5.3,6,5,6.3],"texture":"#1"}}},{"from":[10.20952,4.2982,9.14832],"to":[10.90952,4.9982,9.84832],"rotation":{"angle":0,"axis":"x","origin":[10.55886,6.01846,8.08636]},"faces":{"north":{"uv":[4.5,4,4.7,4.2],"rotation":270,"texture":"#1"},"east":{"uv":[4.5,4,4.7,4.2],"rotation":270,"texture":"#1"},"south":{"uv":[4.5,4,4.7,4.2],"rotation":270,"texture":"#1"},"west":{"uv":[4.5,4,4.7,4.2],"rotation":270,"texture":"#1"},"up":{"uv":[4.5,4,4.7,4.2],"rotation":90,"texture":"#1"},"down":{"uv":[4.5,4,4.7,4.2],"rotation":90,"texture":"#1"}}},{"from":[5.09048,5.24248,8.91662],"to":[5.79048,5.94248,9.61662],"rotation":{"angle":45,"axis":"x","origin":[5.44094,5.76344,7.73182]},"faces":{"north":{"uv":[4.5,4.2,4.7,4],"rotation":270,"texture":"#1"},"east":{"uv":[4.5,4.2,4.7,4],"rotation":270,"texture":"#1"},"south":{"uv":[4.5,4.2,4.7,4],"rotation":270,"texture":"#1"},"west":{"uv":[4.5,4.2,4.7,4],"rotation":270,"texture":"#1"},"up":{"uv":[4.5,4.2,4.7,4],"rotation":90,"texture":"#1"},"down":{"uv":[4.5,4.2,4.7,4],"rotation":90,"texture":"#1"}}},{"from":[5.71006,5.89815,2.81216],"to":[6.41006,6.59815,3.51216],"rotation":{"angle":-22.5,"axis":"y","origin":[5.6869,6.24815,3.73743]},"faces":{"north":{"uv":[4.5,3.5,5.2,4.2],"rotation":270,"texture":"#1"},"east":{"uv":[4.5,3.5,5.2,4.2],"rotation":270,"texture":"#1"},"south":{"uv":[4.5,3.5,5.2,4.2],"rotation":270,"texture":"#1"},"west":{"uv":[4.5,3.5,5.2,4.2],"rotation":90,"texture":"#1"},"up":{"uv":[4.5,3.5,5.2,4.2],"rotation":180,"texture":"#1"},"down":{"uv":[4.5,3.5,5.2,4.2],"texture":"#1"}}},{"from":[7.6369,-2.80097,12.04864],"to":[8.3369,-2.10097,12.74864],"rotation":{"angle":0,"axis":"x","origin":[7.99518,0.09936,10.34627]},"faces":{"north":{"uv":[4.5,4.2,5.2,3.5],"texture":"#1"},"east":{"uv":[4.5,4.2,5.2,3.5],"texture":"#1"},"south":{"uv":[4.5,4.2,5.2,3.5],"texture":"#1"},"west":{"uv":[4.5,4.2,5.2,3.5],"texture":"#1"},"up":{"uv":[4.5,4.2,5.2,3.5],"rotation":180,"texture":"#1"},"down":{"uv":[4.5,4.2,5.2,3.5],"rotation":180,"texture":"#1"}}},{"from":[5.09048,2.94509,6.80114],"to":[5.79048,3.64509,7.60114],"rotation":{"angle":45,"axis":"x","origin":[5.44094,5.76344,7.73182]},"faces":{"north":{"uv":[5.3,3.5,4.5,4.2],"texture":"#1"},"east":{"uv":[5.3,3.5,4.5,4.2],"texture":"#1"},"south":{"uv":[5.3,3.5,4.5,4.2],"texture":"#1"},"west":{"uv":[5.3,3.5,4.5,4.2],"texture":"#1"},"up":{"uv":[5.3,3.5,4.5,4.2],"rotation":180,"texture":"#1"},"down":{"uv":[5.3,3.5,4.5,4.2],"rotation":180,"texture":"#1"}}},{"from":[10.20952,6.49086,6.02568],"to":[10.90952,8.09086,6.72568],"rotation":{"angle":-22.5,"axis":"x","origin":[10.55886,6.01846,7.58636]},"faces":{"north":{"uv":[4.5,3.5,5.3,4.2],"texture":"#1"},"east":{"uv":[4.5,3.5,5.3,4.2],"rotation":90,"texture":"#1"},"south":{"uv":[4.5,3.5,5.3,4.2],"rotation":180,"texture":"#1"},"west":{"uv":[4.5,3.5,5.3,4.2],"rotation":270,"texture":"#1"},"up":{"uv":[4.5,3.5,5.3,4.2],"texture":"#1"},"down":{"uv":[4.5,3.5,5.3,4.2],"rotation":180,"texture":"#1"}}},{"from":[7.6869,1.65591,4.91738],"to":[8.3869,2.35591,5.71738],"rotation":{"angle":22.5,"axis":"x","origin":[8.0369,1.40985,4.77147]},"faces":{"north":{"uv":[4.5,5.7,4.8,5.5],"rotation":180,"texture":"#1"},"east":{"uv":[4.5,5.7,4.8,5.5],"rotation":180,"texture":"#1"},"south":{"uv":[4.5,5.7,4.8,5.5],"rotation":180,"texture":"#1"},"west":{"uv":[4.5,5.7,4.8,5.5],"rotation":180,"texture":"#1"},"up":{"uv":[4.8,5.5,4.5,5.7],"rotation":180,"texture":"#1"},"down":{"uv":[4.8,5.5,4.5,5.7],"rotation":180,"texture":"#1"}}},{"from":[10.25952,4.54283,9.71523],"to":[10.85952,5.14283,10.31523],"rotation":{"angle":22.5,"axis":"x","origin":[10.55886,6.01846,8.08636]},"faces":{"north":{"uv":[6.5,4,6.6,4.6],"rotation":180,"texture":"#1"},"east":{"uv":[6.5,4,6.6,4.6],"rotation":270,"texture":"#1"},"south":{"uv":[6.5,4,6.6,4.6],"texture":"#1"},"west":{"uv":[6.5,4,6.6,4.6],"rotation":90,"texture":"#1"},"up":{"uv":[6.5,4,6.6,4.6],"rotation":180,"texture":"#1"},"down":{"uv":[6.5,4,6.6,4.6],"texture":"#1"}}},{"from":[5.14048,3.88004,7.4112],"to":[5.74048,4.48004,8.0112],"rotation":{"angle":-22.5,"axis":"x","origin":[5.44094,5.76344,7.73182]},"faces":{"north":{"uv":[6.6,4,6.5,4.6],"rotation":180,"texture":"#1"},"east":{"uv":[6.5,4.6,6.6,4],"texture":"#1"},"south":{"uv":[6.6,4,6.5,4.6],"rotation":180,"texture":"#1"},"west":{"uv":[6.5,4.6,6.6,4],"texture":"#1"},"up":{"uv":[6.6,4,6.5,4.6],"texture":"#1"},"down":{"uv":[6.6,4,6.5,4.6],"texture":"#1"}}},{"from":[5.50179,6.14815,2.94875],"to":[6.10179,6.74815,3.54875],"rotation":{"angle":0,"axis":"y","origin":[5.6869,6.44815,3.73743]},"faces":{"north":{"uv":[2,2.5,2.6,3.1],"rotation":180,"texture":"#1"},"east":{"uv":[2,2.5,2.6,3.1],"texture":"#1"},"south":{"uv":[2,2.5,2.6,3.1],"texture":"#1"},"west":{"uv":[2,2.5,2.6,3.1],"texture":"#1"},"up":{"uv":[2,2.5,2.6,3.1],"texture":"#1"},"down":{"uv":[2,2.5,2.6,3.1],"texture":"#1"}}},{"from":[7.6869,-1.67143,13.36838],"to":[8.2869,-1.07143,13.96838],"rotation":{"angle":22.5,"axis":"x","origin":[7.99518,0.09936,10.34627]},"faces":{"north":{"uv":[2.6,2.5,2,3.1],"rotation":90,"texture":"#1"},"east":{"uv":[2,3.1,2.6,2.5],"texture":"#1"},"south":{"uv":[2.6,2.5,2,3.1],"rotation":270,"texture":"#1"},"west":{"uv":[2,3.1,2.6,2.5],"rotation":180,"texture":"#1"},"up":{"uv":[2.6,2.5,2,3.1],"rotation":90,"texture":"#1"},"down":{"uv":[2.6,2.5,2,3.1],"rotation":270,"texture":"#1"}}},{"from":[5.14048,4.52691,5.08762],"to":[5.74048,5.12691,5.68762],"rotation":{"angle":-22.5,"axis":"x","origin":[5.44094,5.76344,7.73182]},"faces":{"north":{"uv":[0.5,4.6,0.6,4.5],"rotation":90,"texture":"#1"},"east":{"uv":[0.6,4.5,0.5,4.6],"rotation":270,"texture":"#1"},"south":{"uv":[0.5,4.6,0.6,4.5],"rotation":90,"texture":"#1"},"west":{"uv":[0.6,4.5,0.5,4.6],"rotation":270,"texture":"#1"},"up":{"uv":[0.5,4.6,0.6,4.5],"rotation":270,"texture":"#1"},"down":{"uv":[0.5,4.6,0.6,4.5],"rotation":270,"texture":"#1"}}},{"from":[10.25952,7.28248,5.38848],"to":[10.85952,7.88248,5.98848],"rotation":{"angle":0,"axis":"x","origin":[10.55886,6.01846,7.58636]},"faces":{"north":{"uv":[0.5,4.5,0.6,4.6],"rotation":270,"texture":"#1"},"east":{"uv":[0.5,4.5,0.6,4.6],"rotation":270,"texture":"#1"},"south":{"uv":[0.5,4.5,0.6,4.6],"rotation":270,"texture":"#1"},"west":{"uv":[0.5,4.5,0.6,4.6],"rotation":270,"texture":"#1"},"up":{"uv":[0.5,4.5,0.6,4.6],"rotation":270,"texture":"#1"},"down":{"uv":[0.5,4.5,0.6,4.6],"rotation":270,"texture":"#1"}}},{"from":[7.7369,1.59096,4.7217],"to":[8.3369,2.19096,5.3217],"rotation":{"angle":0,"axis":"x","origin":[8.0369,1.40985,4.77147]},"faces":{"north":{"uv":[3.1,4,3,4.1],"rotation":270,"texture":"#1"},"east":{"uv":[3,4.1,3.1,4],"texture":"#1"},"south":{"uv":[3.1,4,3,4.1],"rotation":90,"texture":"#1"},"west":{"uv":[3,4.1,3.1,4],"rotation":180,"texture":"#1"},"up":{"uv":[3,4.1,3.1,4],"rotation":270,"texture":"#1"},"down":{"uv":[3,4.1,3.1,4],"rotation":90,"texture":"#1"}}},{"from":[10.26952,4.91811,10.12025],"to":[10.84952,5.49811,10.70025],"rotation":{"angle":45,"axis":"x","origin":[10.55886,6.01846,8.08636]},"faces":{"north":{"uv":[6.5,4,6.579,4.579],"rotation":180,"texture":"#1"},"east":{"uv":[6.5,4,6.579,4.579],"rotation":270,"texture":"#1"},"south":{"uv":[6.5,4,6.579,4.579],"texture":"#1"},"west":{"uv":[6.5,4,6.579,4.579],"rotation":90,"texture":"#1"},"up":{"uv":[6.5,4,6.579,4.579],"rotation":180,"texture":"#1"},"down":{"uv":[6.5,4,6.579,4.579],"texture":"#1"}}},{"from":[5.15048,3.91073,7.56637],"to":[5.73048,4.49073,8.14637],"rotation":{"angle":0,"axis":"x","origin":[5.44094,5.76344,7.73182]},"faces":{"north":{"uv":[6.579,4,6.5,4.579],"rotation":180,"texture":"#1"},"east":{"uv":[6.5,4.579,6.579,4],"texture":"#1"},"south":{"uv":[6.579,4,6.5,4.579],"rotation":180,"texture":"#1"},"west":{"uv":[6.5,4.579,6.579,4],"texture":"#1"},"up":{"uv":[6.579,4,6.5,4.579],"texture":"#1"},"down":{"uv":[6.579,4,6.5,4.579],"texture":"#1"}}},{"from":[5.2277,6.25815,2.94796],"to":[5.8077,6.83815,3.52796],"rotation":{"angle":22.5,"axis":"y","origin":[5.6869,6.54815,3.73743]},"faces":{"north":{"uv":[2,2.5,2.579,3.079],"rotation":180,"texture":"#1"},"east":{"uv":[2,2.5,2.579,3.079],"texture":"#1"},"south":{"uv":[2,2.5,2.579,3.079],"texture":"#1"},"west":{"uv":[2,2.5,2.579,3.079],"texture":"#1"},"up":{"uv":[2,2.5,2.579,3.079],"texture":"#1"},"down":{"uv":[2,2.5,2.579,3.079],"texture":"#1"}}},{"from":[7.6969,-4.28509,10.06072],"to":[8.2769,-3.70509,10.64072],"rotation":{"angle":-45,"axis":"x","origin":[7.99518,0.09936,10.34627]},"faces":{"north":{"uv":[2.579,2.5,2,3.079],"rotation":90,"texture":"#1"},"east":{"uv":[2,3.079,2.579,2.5],"rotation":270,"texture":"#1"},"south":{"uv":[2.579,2.5,2,3.079],"rotation":90,"texture":"#1"},"west":{"uv":[2,3.079,2.579,2.5],"rotation":270,"texture":"#1"},"up":{"uv":[2.579,2.5,2,3.079],"rotation":270,"texture":"#1"},"down":{"uv":[2.579,2.5,2,3.079],"rotation":270,"texture":"#1"}}},{"from":[5.15048,2.94875,5.72643],"to":[5.73048,3.82875,6.30643],"rotation":{"angle":0,"axis":"x","origin":[5.44094,5.76344,7.73182]},"faces":{"north":{"uv":[1.879,3,1,4.079],"rotation":180,"texture":"#1"},"east":{"uv":[1,4.079,1.879,3],"texture":"#1"},"south":{"uv":[1.879,3,1,4.079],"rotation":180,"texture":"#1"},"west":{"uv":[1,4.079,1.879,3],"texture":"#1"},"up":{"uv":[1.879,3,1,4.079],"texture":"#1"},"down":{"uv":[1.879,3,1,4.079],"texture":"#1"}}},{"from":[9.81183,7.52327,5.38848],"to":[10.39183,8.40327,5.96848],"rotation":{"angle":22.5,"axis":"z","origin":[9.72274,8.87849,5.67848]},"faces":{"north":{"uv":[1,3,1.879,4.079],"texture":"#1"},"east":{"uv":[1,3,1.879,4.079],"texture":"#1"},"south":{"uv":[1,3,1.879,4.079],"texture":"#1"},"west":{"uv":[1,3,1.879,4.079],"texture":"#1"},"up":{"uv":[1,3,1.879,4.079],"rotation":90,"texture":"#1"},"down":{"uv":[1,3,1.879,4.079],"rotation":270,"texture":"#1"}}},{"from":[7.7469,1.56055,4.13441],"to":[8.3269,2.14055,5.01441],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0369,1.40985,4.77147]},"faces":{"north":{"uv":[3.379,4,3,4.079],"rotation":90,"texture":"#1"},"east":{"uv":[3,4.079,3.379,4],"rotation":180,"texture":"#1"},"south":{"uv":[3.379,4,3,4.079],"rotation":270,"texture":"#1"},"west":{"uv":[3,4.079,3.379,4],"texture":"#1"},"up":{"uv":[3,4.079,3.379,4],"rotation":90,"texture":"#1"},"down":{"uv":[3,4.079,3.379,4],"rotation":270,"texture":"#1"}}},{"from":[10.27952,3.19243,7.50005],"to":[10.83952,3.75243,8.06005],"rotation":{"angle":-22.5,"axis":"x","origin":[10.55886,6.01846,8.08636]},"faces":{"north":{"uv":[7,2,7.078,2.578],"rotation":180,"texture":"#1"},"east":{"uv":[7,2,7.078,2.578],"rotation":180,"texture":"#1"},"south":{"uv":[7,2,7.078,2.578],"rotation":180,"texture":"#1"},"west":{"uv":[7,2,7.078,2.578],"rotation":180,"texture":"#1"},"up":{"uv":[7,2,7.078,2.578],"texture":"#1"},"down":{"uv":[7,2,7.078,2.578],"texture":"#1"}}},{"from":[5.16048,3.99842,7.71795],"to":[5.72048,4.55842,8.27795],"rotation":{"angle":22.5,"axis":"x","origin":[5.44094,5.76344,7.73182]},"faces":{"north":{"uv":[7.078,2,7,2.578],"rotation":180,"texture":"#1"},"east":{"uv":[7,2.578,7.078,2],"texture":"#1"},"south":{"uv":[7.078,2,7,2.578],"rotation":180,"texture":"#1"},"west":{"uv":[7,2.578,7.078,2],"texture":"#1"},"up":{"uv":[7.078,2,7,2.578],"texture":"#1"},"down":{"uv":[7.078,2,7,2.578],"texture":"#1"}}},{"from":[4.79179,6.36815,3.86955],"to":[5.35179,6.92815,4.42955],"rotation":{"angle":-45,"axis":"y","origin":[5.6869,6.64815,3.73743]},"faces":{"north":{"uv":[5.5,1,6.06,1.56],"rotation":180,"texture":"#1"},"east":{"uv":[5.5,1,6.06,1.56],"rotation":180,"texture":"#1"},"south":{"uv":[5.5,1,6.06,1.56],"rotation":180,"texture":"#1"},"west":{"uv":[5.5,1,6.06,1.56],"texture":"#1"},"up":{"uv":[5.5,1,6.06,1.56],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,1,6.06,1.56],"rotation":270,"texture":"#1"}}},{"from":[7.7069,-4.40866,11.72616],"to":[8.2669,-3.84866,12.28616],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99518,0.09936,10.34627]},"faces":{"north":{"uv":[6.06,1,5.5,1.56],"rotation":270,"texture":"#1"},"east":{"uv":[6.06,1,5.5,1.56],"rotation":270,"texture":"#1"},"south":{"uv":[6.06,1,5.5,1.56],"rotation":270,"texture":"#1"},"west":{"uv":[6.06,1,5.5,1.56],"rotation":270,"texture":"#1"},"up":{"uv":[6.06,1,5.5,1.56],"rotation":90,"texture":"#1"},"down":{"uv":[6.06,1,5.5,1.56],"rotation":90,"texture":"#1"}}},{"from":[5.16048,1.62469,6.90726],"to":[5.72048,2.68469,7.46726],"rotation":{"angle":22.5,"axis":"x","origin":[5.44094,5.76344,7.73182]},"faces":{"north":{"uv":[3.559,0.5,3.5,1.5],"rotation":180,"texture":"#1"},"east":{"uv":[3.5,1.5,3.559,0.5],"texture":"#1"},"south":{"uv":[3.559,0.5,3.5,1.5],"rotation":180,"texture":"#1"},"west":{"uv":[3.5,1.5,3.559,0.5],"texture":"#1"},"up":{"uv":[3.559,0.5,3.5,1.5],"texture":"#1"},"down":{"uv":[3.559,0.5,3.5,1.5],"texture":"#1"}}},{"from":[9.57423,8.11623,5.39848],"to":[10.13423,9.17623,5.95848],"rotation":{"angle":45,"axis":"z","origin":[9.72274,8.87849,5.67848]},"faces":{"north":{"uv":[3.5,0.5,3.559,1.5],"texture":"#1"},"east":{"uv":[3.5,0.5,3.559,1.5],"texture":"#1"},"south":{"uv":[3.5,0.5,3.559,1.5],"texture":"#1"},"west":{"uv":[3.5,0.5,3.559,1.5],"texture":"#1"},"up":{"uv":[3.5,0.5,3.559,1.5],"rotation":90,"texture":"#1"},"down":{"uv":[3.5,0.5,3.559,1.5],"rotation":270,"texture":"#1"}}},{"from":[7.7569,0.10808,3.8774],"to":[8.3169,1.16808,4.4374],"rotation":{"angle":45,"axis":"x","origin":[8.0369,1.40985,4.77147]},"faces":{"north":{"uv":[5,3.56,5.06,3.5],"rotation":90,"texture":"#1"},"east":{"uv":[5,3.56,5.06,3.5],"rotation":90,"texture":"#1"},"south":{"uv":[5,3.56,5.06,3.5],"rotation":90,"texture":"#1"},"west":{"uv":[5,3.56,5.06,3.5],"rotation":90,"texture":"#1"},"up":{"uv":[5.06,3.5,5,3.56],"rotation":90,"texture":"#1"},"down":{"uv":[5.06,3.5,5,3.56],"rotation":90,"texture":"#1"}}},{"from":[10.27952,6.58599,9.16991],"to":[10.83952,7.14599,9.72991],"rotation":{"angle":45,"axis":"x","origin":[10.55886,6.01846,8.08636]},"faces":{"north":{"uv":[4.5,4,4.56,4.06],"texture":"#1"},"east":{"uv":[4.5,4,4.56,4.06],"rotation":90,"texture":"#1"},"south":{"uv":[4.5,4,4.56,4.06],"rotation":180,"texture":"#1"},"west":{"uv":[4.5,4,4.56,4.06],"rotation":270,"texture":"#1"},"up":{"uv":[4.5,4,4.56,4.06],"texture":"#1"},"down":{"uv":[4.5,4,4.56,4.06],"rotation":180,"texture":"#1"}}},{"from":[5.16048,4.88107,9.23425],"to":[5.72048,5.44107,9.79425],"rotation":{"angle":0,"axis":"x","origin":[5.44094,5.76344,7.73182]},"faces":{"north":{"uv":[4.56,4,4.5,4.06],"texture":"#1"},"east":{"uv":[4.5,4.06,4.56,4],"rotation":180,"texture":"#1"},"south":{"uv":[4.56,4,4.5,4.06],"texture":"#1"},"west":{"uv":[4.5,4.06,4.56,4],"rotation":180,"texture":"#1"},"up":{"uv":[4.56,4,4.5,4.06],"rotation":180,"texture":"#1"},"down":{"uv":[4.56,4,4.5,4.06],"rotation":180,"texture":"#1"}}},{"from":[10.28952,3.68713,9.03425],"to":[10.82952,4.22713,9.57425],"rotation":{"angle":22.5,"axis":"x","origin":[10.55886,6.01846,8.08636]},"faces":{"north":{"uv":[7,2,7.078,2.578],"rotation":90,"texture":"#1"},"east":{"uv":[7,2,7.078,2.578],"rotation":180,"texture":"#1"},"south":{"uv":[7,2,7.078,2.578],"rotation":270,"texture":"#1"},"west":{"uv":[7,2,7.078,2.578],"texture":"#1"},"up":{"uv":[7,2,7.078,2.578],"rotation":90,"texture":"#1"},"down":{"uv":[7,2,7.078,2.578],"rotation":270,"texture":"#1"}}},{"from":[5.17048,4.62102,6.5555],"to":[5.71048,5.16102,7.0955],"rotation":{"angle":-22.5,"axis":"x","origin":[5.44094,5.76344,7.73182]},"faces":{"north":{"uv":[7,2.578,7.078,2],"rotation":90,"texture":"#1"},"east":{"uv":[7.078,2,7,2.578],"rotation":270,"texture":"#1"},"south":{"uv":[7,2.578,7.078,2],"rotation":90,"texture":"#1"},"west":{"uv":[7.078,2,7,2.578],"rotation":270,"texture":"#1"},"up":{"uv":[7,2.578,7.078,2],"rotation":270,"texture":"#1"},"down":{"uv":[7,2.578,7.078,2],"rotation":270,"texture":"#1"}}},{"from":[4.64609,6.47815,3.68973],"to":[5.18609,7.01815,4.22973],"rotation":{"angle":0,"axis":"y","origin":[5.6869,6.74815,3.73743]},"faces":{"north":{"uv":[4,0,4.54,0.54],"rotation":90,"texture":"#1"},"east":{"uv":[4,0,4.54,0.54],"rotation":270,"texture":"#1"},"south":{"uv":[4,0,4.54,0.54],"rotation":270,"texture":"#1"},"west":{"uv":[4,0,4.54,0.54],"rotation":270,"texture":"#1"},"up":{"uv":[4,0,4.54,0.54],"rotation":270,"texture":"#1"},"down":{"uv":[4,0,4.54,0.54],"rotation":270,"texture":"#1"}}},{"from":[7.7169,-2.35241,14.28408],"to":[8.2569,-1.81241,14.82408],"rotation":{"angle":22.5,"axis":"x","origin":[7.99518,0.09936,10.34627]},"faces":{"north":{"uv":[4,0.54,4.54,0],"texture":"#1"},"east":{"uv":[4.54,0,4,0.54],"rotation":270,"texture":"#1"},"south":{"uv":[4,0.54,4.54,0],"rotation":180,"texture":"#1"},"west":{"uv":[4.54,0,4,0.54],"rotation":90,"texture":"#1"},"up":{"uv":[4,0.54,4.54,0],"texture":"#1"},"down":{"uv":[4,0.54,4.54,0],"rotation":180,"texture":"#1"}}},{"from":[5.17048,1.28949,8.52732],"to":[5.71048,1.82949,9.06732],"rotation":{"angle":45,"axis":"x","origin":[5.44094,5.76344,7.73182]},"faces":{"north":{"uv":[3.5,0.479,3.979,0],"rotation":90,"texture":"#1"},"east":{"uv":[3.5,0.479,3.979,0],"rotation":90,"texture":"#1"},"south":{"uv":[3.5,0.479,3.979,0],"rotation":90,"texture":"#1"},"west":{"uv":[3.5,0.479,3.979,0],"rotation":90,"texture":"#1"},"up":{"uv":[3.5,0.479,3.979,0],"rotation":270,"texture":"#1"},"down":{"uv":[3.5,0.479,3.979,0],"rotation":270,"texture":"#1"}}},{"from":[9.05613,8.82868,5.40848],"to":[9.59613,9.36868,5.94848],"rotation":{"angle":-22.5,"axis":"z","origin":[9.72274,8.87849,5.67848]},"faces":{"north":{"uv":[3.5,0,3.979,0.479],"texture":"#1"},"east":{"uv":[3.5,0,3.979,0.479],"rotation":90,"texture":"#1"},"south":{"uv":[3.5,0,3.979,0.479],"rotation":180,"texture":"#1"},"west":{"uv":[3.5,0,3.979,0.479],"rotation":270,"texture":"#1"},"up":{"uv":[3.5,0,3.979,0.479],"rotation":180,"texture":"#1"},"down":{"uv":[3.5,0,3.979,0.479],"rotation":180,"texture":"#1"}}},{"from":[7.7669,0.00031,3.4512],"to":[8.3069,0.54031,3.9912],"rotation":{"angle":22.5,"axis":"x","origin":[8.0369,1.40985,4.77147]},"faces":{"north":{"uv":[6.04,2.5,6,2.54],"rotation":270,"texture":"#1"},"east":{"uv":[6.04,2.5,6,2.54],"rotation":270,"texture":"#1"},"south":{"uv":[6.04,2.5,6,2.54],"rotation":270,"texture":"#1"},"west":{"uv":[6.04,2.5,6,2.54],"rotation":270,"texture":"#1"},"up":{"uv":[6,2.54,6.04,2.5],"rotation":270,"texture":"#1"},"down":{"uv":[6,2.54,6.04,2.5],"rotation":270,"texture":"#1"}}},{"from":[10.28952,5.74942,9.42427],"to":[10.82952,6.28942,9.96427],"rotation":{"angle":0,"axis":"x","origin":[10.55886,6.01846,8.08636]},"faces":{"north":{"uv":[6.5,4,6.54,4.54],"rotation":90,"texture":"#1"},"east":{"uv":[6.5,4,6.54,4.54],"rotation":90,"texture":"#1"},"south":{"uv":[6.5,4,6.54,4.54],"rotation":90,"texture":"#1"},"west":{"uv":[6.5,4,6.54,4.54],"rotation":90,"texture":"#1"},"up":{"uv":[6.5,4,6.54,4.54],"rotation":270,"texture":"#1"},"down":{"uv":[6.5,4,6.54,4.54],"rotation":270,"texture":"#1"}}},{"from":[5.17048,6.6937,9.19257],"to":[5.71048,7.2337,9.73257],"rotation":{"angle":45,"axis":"x","origin":[5.44094,5.76344,7.73182]},"faces":{"north":{"uv":[6.5,4.54,6.54,4],"rotation":90,"texture":"#1"},"east":{"uv":[6.5,4.54,6.54,4],"rotation":90,"texture":"#1"},"south":{"uv":[6.5,4.54,6.54,4],"rotation":90,"texture":"#1"},"west":{"uv":[6.5,4.54,6.54,4],"rotation":90,"texture":"#1"},"up":{"uv":[6.5,4.54,6.54,4],"rotation":270,"texture":"#1"},"down":{"uv":[6.5,4.54,6.54,4],"rotation":270,"texture":"#1"}}},{"from":[10.31952,4.27877,9.36703],"to":[10.79952,4.75877,9.84703],"rotation":{"angle":45,"axis":"x","origin":[10.55886,6.01846,8.08636]},"faces":{"north":{"uv":[3.5,0,3.979,0.479],"rotation":90,"texture":"#1"},"east":{"uv":[3.5,0,3.979,0.479],"rotation":180,"texture":"#1"},"south":{"uv":[3.5,0,3.979,0.479],"rotation":270,"texture":"#1"},"west":{"uv":[3.5,0,3.979,0.479],"texture":"#1"},"up":{"uv":[3.5,0,3.979,0.479],"rotation":90,"texture":"#1"},"down":{"uv":[3.5,0,3.979,0.479],"rotation":270,"texture":"#1"}}},{"from":[4.58836,6.60815,3.80118],"to":[5.06836,7.08815,4.28118],"rotation":{"angle":22.5,"axis":"y","origin":[5.6869,6.74815,3.73743]},"faces":{"north":{"uv":[4,0,4.54,0.54],"rotation":90,"texture":"#1"},"east":{"uv":[4,0,4.54,0.54],"rotation":270,"texture":"#1"},"south":{"uv":[4,0,4.54,0.54],"rotation":270,"texture":"#1"},"west":{"uv":[4,0,4.54,0.54],"rotation":270,"texture":"#1"},"up":{"uv":[4,0,4.54,0.54],"rotation":270,"texture":"#1"},"down":{"uv":[4,0,4.54,0.54],"rotation":270,"texture":"#1"}}},{"from":[7.7469,-4.92443,9.3075],"to":[8.2269,-4.44443,9.7875],"rotation":{"angle":-45,"axis":"x","origin":[7.99518,0.09936,10.34627]},"faces":{"north":{"uv":[4,0.54,4.54,0],"texture":"#1"},"east":{"uv":[4.54,0,4,0.54],"rotation":180,"texture":"#1"},"south":{"uv":[4,0.54,4.54,0],"texture":"#1"},"west":{"uv":[4.54,0,4,0.54],"rotation":180,"texture":"#1"},"up":{"uv":[4,0.54,4.54,0],"rotation":180,"texture":"#1"},"down":{"uv":[4,0.54,4.54,0],"rotation":180,"texture":"#1"}}},{"from":[5.20048,2.86894,3.62227],"to":[5.68048,3.34894,4.10227],"rotation":{"angle":-22.5,"axis":"x","origin":[5.44094,5.76344,7.73182]},"faces":{"north":{"uv":[3.979,0,3.5,0.479],"rotation":180,"texture":"#1"},"east":{"uv":[3.5,0.479,3.979,0],"texture":"#1"},"south":{"uv":[3.979,0,3.5,0.479],"rotation":180,"texture":"#1"},"west":{"uv":[3.5,0.479,3.979,0],"texture":"#1"},"up":{"uv":[3.979,0,3.5,0.479],"texture":"#1"},"down":{"uv":[3.979,0,3.5,0.479],"texture":"#1"}}},{"from":[8.80724,9.05502,5.43848],"to":[9.28724,9.53502,5.91848],"rotation":{"angle":0,"axis":"x","origin":[9.72274,8.87849,5.67848]},"faces":{"north":{"uv":[3.5,0,3.979,0.479],"texture":"#1"},"east":{"uv":[3.5,0,3.979,0.479],"texture":"#1"},"south":{"uv":[3.5,0,3.979,0.479],"texture":"#1"},"west":{"uv":[3.5,0,3.979,0.479],"texture":"#1"},"up":{"uv":[3.5,0,3.979,0.479],"rotation":90,"texture":"#1"},"down":{"uv":[3.5,0,3.979,0.479],"rotation":270,"texture":"#1"}}},{"from":[7.7969,0.1256,3.06373],"to":[8.2769,0.6056,3.54373],"rotation":{"angle":0,"axis":"x","origin":[8.0369,1.40985,4.77147]},"faces":{"north":{"uv":[7,2.479,7.479,2],"texture":"#1"},"east":{"uv":[7.479,2,7,2.479],"rotation":90,"texture":"#1"},"south":{"uv":[7,2.479,7.479,2],"rotation":180,"texture":"#1"},"west":{"uv":[7.479,2,7,2.479],"rotation":270,"texture":"#1"},"up":{"uv":[7.479,2,7,2.479],"texture":"#1"},"down":{"uv":[7.479,2,7,2.479],"rotation":180,"texture":"#1"}}},{"from":[10.31952,5.55735,9.39356],"to":[10.79952,6.03735,9.87356],"rotation":{"angle":-22.5,"axis":"x","origin":[10.55886,6.01846,8.08636]},"faces":{"north":{"uv":[6.5,4,6.54,4.54],"rotation":270,"texture":"#1"},"east":{"uv":[6.5,4,6.54,4.54],"rotation":270,"texture":"#1"},"south":{"uv":[6.5,4,6.54,4.54],"rotation":270,"texture":"#1"},"west":{"uv":[6.5,4,6.54,4.54],"rotation":270,"texture":"#1"},"up":{"uv":[6.5,4,6.54,4.54],"rotation":90,"texture":"#1"},"down":{"uv":[6.5,4,6.54,4.54],"rotation":90,"texture":"#1"}}},{"from":[5.20048,6.36334,9.61146],"to":[5.68048,6.84334,10.09146],"rotation":{"angle":22.5,"axis":"x","origin":[5.44094,5.76344,7.73182]},"faces":{"north":{"uv":[6.5,4.54,6.54,4],"rotation":270,"texture":"#1"},"east":{"uv":[6.54,4,6.5,4.54],"rotation":90,"texture":"#1"},"south":{"uv":[6.5,4.54,6.54,4],"rotation":270,"texture":"#1"},"west":{"uv":[6.54,4,6.5,4.54],"rotation":90,"texture":"#1"},"up":{"uv":[6.5,4.54,6.54,4],"rotation":90,"texture":"#1"},"down":{"uv":[6.5,4.54,6.54,4],"rotation":90,"texture":"#1"}}},{"from":[7.35,-4.6,8.4],"to":[8.65,4.15,9.65],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99518,0.09936,10.34627]},"faces":{"north":{"uv":[15,8,16,16],"texture":"#1"},"east":{"uv":[16,7.5,14.5,15.5],"texture":"#1"},"south":{"uv":[15,7,16,15],"texture":"#1"},"west":{"uv":[16,7.5,14.5,15.5],"texture":"#1"},"up":{"uv":[16,6,15,15],"texture":"#1"},"down":{"uv":[16,6,15,15],"texture":"#1"}}},{"from":[9.89642,4.52064,6.04362],"to":[11.19642,6.02064,7.54362],"rotation":{"angle":22.5,"axis":"x","origin":[10.55886,6.01846,8.08636]},"faces":{"north":{"uv":[5.5,3.5,7.3,5],"texture":"#1"},"east":{"uv":[5.5,5.5,7,7],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,6.5,7.3,8],"texture":"#1"},"west":{"uv":[5.5,5.5,7,7],"texture":"#1"},"up":{"uv":[5.5,7,7.3,8.5],"texture":"#1"},"down":{"uv":[6,5.5,7.8,7],"rotation":180,"texture":"#1"}}},{"from":[4.80358,6.65165,7.38901],"to":[6.10358,8.15165,8.88901],"rotation":{"angle":-22.5,"axis":"x","origin":[5.44094,5.76344,7.73182]},"faces":{"north":{"uv":[7.8,5.5,6,7],"texture":"#1"},"east":{"uv":[7,5.5,5.5,7],"rotation":270,"texture":"#1"},"south":{"uv":[7.3,7,5.5,8.5],"texture":"#1"},"west":{"uv":[5.5,7,7,5.5],"rotation":180,"texture":"#1"},"up":{"uv":[7.3,3.5,5.5,5],"rotation":180,"texture":"#1"},"down":{"uv":[7.3,6.5,5.5,8],"texture":"#1"}}},{"from":[7.3369,-4.66333,6.86089],"to":[8.6369,-2.96333,8.16089],"rotation":{"angle":-45,"axis":"x","origin":[7.99518,0.09936,10.34627]},"faces":{"north":{"uv":[5,5.5,6.5,7.5],"rotation":180,"texture":"#1"},"east":{"uv":[5,5.5,6.5,7.5],"rotation":180,"texture":"#1"},"south":{"uv":[5,5.5,6.5,7.5],"rotation":180,"texture":"#1"},"west":{"uv":[5,5.5,6.5,7.5],"rotation":180,"texture":"#1"},"up":{"uv":[5,7,6.5,8.5],"rotation":180,"texture":"#1"},"down":{"uv":[5,5.5,6.5,7.5],"rotation":180,"texture":"#1"}}},{"from":[7.2369,-5.36922,12.85354],"to":[8.7369,-4.36922,14.05354],"rotation":{"angle":22.5,"axis":"x","origin":[7.99518,0.09936,10.34627]},"faces":{"north":{"uv":[5.7,6.5,4.5,7.5],"rotation":270,"texture":"#1"},"east":{"uv":[4.5,7.5,5.7,6.5],"rotation":180,"texture":"#1"},"south":{"uv":[5.7,6.5,4.5,7.5],"rotation":90,"texture":"#1"},"west":{"uv":[4.5,7.5,5.7,6.5],"texture":"#1"},"up":{"uv":[4.5,7.5,5.7,6.5],"rotation":90,"texture":"#1"},"down":{"uv":[4.5,7.5,5.7,6.5],"rotation":270,"texture":"#1"}}},{"from":[7.3869,-3.24723,12.42819],"to":[8.4869,-2.34723,13.32819],"rotation":{"angle":22.5,"axis":"x","origin":[7.99518,0.09936,10.34627]},"faces":{"north":{"uv":[4.5,5.9,5.4,5],"rotation":180,"texture":"#1"},"east":{"uv":[5.4,5,4.5,5.9],"rotation":90,"texture":"#1"},"south":{"uv":[4.5,5.9,5.4,5],"texture":"#1"},"west":{"uv":[5.4,5,4.5,5.9],"rotation":270,"texture":"#1"},"up":{"uv":[5.4,5,4.5,5.9],"texture":"#1"},"down":{"uv":[5.4,5,4.5,5.9],"rotation":180,"texture":"#1"}}},{"from":[7.2869,-5.92487,6.69269],"to":[8.6869,-5.02487,7.59269],"rotation":{"angle":-45,"axis":"x","origin":[7.99518,0.09936,10.34627]},"faces":{"north":{"uv":[5.5,7.9,6.4,7],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,7.9,6.4,7],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,7.9,6.4,7],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,7.9,6.4,7],"rotation":90,"texture":"#1"},"up":{"uv":[6.4,7,5.5,7.9],"rotation":90,"texture":"#1"},"down":{"uv":[6.4,7,5.5,7.9],"rotation":90,"texture":"#1"}}},{"from":[7.4369,-5.95215,11.31494],"to":[8.4369,-2.55215,12.21494],"rotation":{"angle":0,"axis":"x","origin":[7.99518,0.09936,10.34627]},"faces":{"north":{"uv":[4,6.9,4.9,3.5],"rotation":180,"texture":"#1"},"east":{"uv":[4,6.9,4.9,3.5],"rotation":180,"texture":"#1"},"south":{"uv":[4,7.9,4.9,4.5],"rotation":180,"texture":"#1"},"west":{"uv":[4,6.9,4.9,3.5],"rotation":180,"texture":"#1"},"up":{"uv":[5,3.5,4,4.4],"rotation":180,"texture":"#1"},"down":{"uv":[4.9,3.5,4,6.9],"rotation":180,"texture":"#1"}}},{"from":[7.3369,-7.27005,9.25766],"to":[8.6369,-6.47005,10.05766],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99518,0.09936,10.34627]},"faces":{"north":{"uv":[5.3,6,5,6.3],"texture":"#1"},"east":{"uv":[5.3,6,5,6.3],"texture":"#1"},"south":{"uv":[5.3,6,5,6.3],"texture":"#1"},"west":{"uv":[5.3,6,5,6.3],"texture":"#1"},"up":{"uv":[5,6.3,5.3,6],"texture":"#1"},"down":{"uv":[5,6.3,5.3,6],"texture":"#1"}}},{"from":[7.3869,-6.16567,14.60316],"to":[8.5869,-5.36567,15.30316],"rotation":{"angle":22.5,"axis":"x","origin":[7.99518,0.09936,10.34627]},"faces":{"north":{"uv":[4.5,5.7,4.8,5.5],"rotation":180,"texture":"#1"},"east":{"uv":[4.8,5.5,4.5,5.7],"rotation":90,"texture":"#1"},"south":{"uv":[4.5,5.7,4.8,5.5],"texture":"#1"},"west":{"uv":[4.8,5.5,4.5,5.7],"rotation":270,"texture":"#1"},"up":{"uv":[4.8,5.5,4.5,5.7],"texture":"#1"},"down":{"uv":[4.8,5.5,4.5,5.7],"rotation":180,"texture":"#1"}}},{"from":[7.4369,-7.86443,11.91868],"to":[8.5369,-7.26443,12.51868],"rotation":{"angle":0,"axis":"x","origin":[7.99518,0.09936,10.34627]},"faces":{"north":{"uv":[3.1,4,3,4.1],"rotation":270,"texture":"#1"},"east":{"uv":[3.1,4,3,4.1],"rotation":270,"texture":"#1"},"south":{"uv":[3.1,4,3,4.1],"rotation":270,"texture":"#1"},"west":{"uv":[3.1,4,3,4.1],"rotation":270,"texture":"#1"},"up":{"uv":[3,4.1,3.1,4],"rotation":270,"texture":"#1"},"down":{"uv":[3,4.1,3.1,4],"rotation":270,"texture":"#1"}}},{"from":[7.4469,-8.74995,8.76138],"to":[8.5269,-7.86995,9.34138],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99518,0.09936,10.34627]},"faces":{"north":{"uv":[3,4.079,3.379,4],"rotation":270,"texture":"#1"},"east":{"uv":[3,4.079,3.379,4],"rotation":270,"texture":"#1"},"south":{"uv":[3,4.079,3.379,4],"rotation":270,"texture":"#1"},"west":{"uv":[3,4.079,3.379,4],"rotation":270,"texture":"#1"},"up":{"uv":[3.379,4,3,4.079],"rotation":270,"texture":"#1"},"down":{"uv":[3.379,4,3,4.079],"rotation":270,"texture":"#1"}}},{"from":[7.4569,-8.46267,5.52034],"to":[8.5169,-7.40267,6.08034],"rotation":{"angle":-45,"axis":"x","origin":[7.99518,0.09936,10.34627]},"faces":{"north":{"uv":[5,3.56,5.06,3.5],"rotation":90,"texture":"#1"},"east":{"uv":[5,3.56,5.06,3.5],"rotation":90,"texture":"#1"},"south":{"uv":[5,3.56,5.06,3.5],"rotation":90,"texture":"#1"},"west":{"uv":[5,3.56,5.06,3.5],"rotation":90,"texture":"#1"},"up":{"uv":[5.06,3.5,5,3.56],"rotation":90,"texture":"#1"},"down":{"uv":[5.06,3.5,5,3.56],"rotation":90,"texture":"#1"}}},{"from":[7.4669,-7.63185,16.41876],"to":[8.5069,-7.09185,16.95876],"rotation":{"angle":22.5,"axis":"x","origin":[7.99518,0.09936,10.34627]},"faces":{"north":{"uv":[6.04,2.5,6,2.54],"rotation":270,"texture":"#1"},"east":{"uv":[6,2.54,6.04,2.5],"rotation":180,"texture":"#1"},"south":{"uv":[6.04,2.5,6,2.54],"rotation":90,"texture":"#1"},"west":{"uv":[6,2.54,6.04,2.5],"texture":"#1"},"up":{"uv":[6,2.54,6.04,2.5],"rotation":90,"texture":"#1"},"down":{"uv":[6,2.54,6.04,2.5],"rotation":270,"texture":"#1"}}},{"from":[7.4969,-9.5224,13.50404],"to":[8.4769,-9.0424,13.98404],"rotation":{"angle":0,"axis":"x","origin":[7.99518,0.09936,10.34627]},"faces":{"north":{"uv":[7,2.479,7.479,2],"texture":"#1"},"east":{"uv":[7,2.479,7.479,2],"texture":"#1"},"south":{"uv":[7,2.479,7.479,2],"texture":"#1"},"west":{"uv":[7,2.479,7.479,2],"texture":"#1"},"up":{"uv":[7.479,2,7,2.479],"texture":"#1"},"down":{"uv":[7.479,2,7,2.479],"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[22.5,33,-13],"translation":[1.25,6.5,2.75]},"thirdperson_lefthand":{"rotation":[22.5,33,-13],"translation":[1.25,6.5,3.25]},"firstperson_righthand":{"rotation":[-2,115,-8],"translation":[-0.25,9.25,1],"scale":[0.77,0.77,0.77]},"firstperson_lefthand":{"rotation":[-2,115,-8],"translation":[-0.25,9.25,1],"scale":[0.77,0.77,0.77]},"gui":{"rotation":[16,-149,38],"translation":[4.25,5.75,0]},"head":{"translation":[0,8.25,0],"scale":[2.48,2.48,2.48]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/dernic_relik.json b/assets/minecraft/models/item/wynn/skin/relik/dernic_relik.json new file mode 100644 index 000000000..e3f1128dd --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/dernic_relik.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/dernic/dernic_relik","1":"skins/dernic/dernic_flame","particle":"skins/dernic/dernic_relik"},"elements":[{"from":[7,-3,7],"to":[9,3,9],"rotation":{"angle":45,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[3.75,8,4.25,9.5],"texture":"#0"},"east":{"uv":[3.75,8,4.25,9.5],"texture":"#0"},"south":{"uv":[3.75,8,4.25,9.5],"texture":"#0"},"west":{"uv":[3.75,8,4.25,9.5],"texture":"#0"},"up":{"uv":[4.25,8,3.75,7.5],"texture":"#0"},"down":{"uv":[4.25,7.5,3.75,8],"texture":"#0"}}},{"from":[6.5,3,6.5],"to":[9.5,5,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,3.5,8]},"faces":{"north":{"uv":[6.5,7.5,7.25,8],"texture":"#0"},"east":{"uv":[5.75,7.5,6.5,8],"texture":"#0"},"south":{"uv":[8,7.5,8.75,8],"texture":"#0"},"west":{"uv":[7.25,7.5,8,8],"texture":"#0"},"up":{"uv":[7.25,7.5,6.5,6.75],"texture":"#0"},"down":{"uv":[8,6.75,7.25,7.5],"texture":"#0"}}},{"from":[0.8216,-6.65102,7.49],"to":[1.8416,-3.63102,8.51],"rotation":{"angle":22.5,"axis":"z","origin":[8,3.66086,8]},"faces":{"north":{"uv":[0.25,3.25,0.5,4],"texture":"#0"},"east":{"uv":[0,3.25,0.25,4],"texture":"#0"},"south":{"uv":[0.75,3.25,1,4],"texture":"#0"},"west":{"uv":[0.5,3.25,0.75,4],"texture":"#0"},"up":{"uv":[0.5,3.25,0.25,3],"texture":"#0"},"down":{"uv":[0.75,3,0.5,3.25],"texture":"#0"}}},{"from":[-1.41705,-2.34197,7.5],"to":[2.58295,-0.34197,8.5],"rotation":{"angle":45,"axis":"z","origin":[8,3.66086,8]},"faces":{"north":{"uv":[9.25,3,10.25,3.5],"texture":"#0"},"east":{"uv":[9,3,9.25,3.5],"texture":"#0"},"south":{"uv":[10.5,3,11.5,3.5],"texture":"#0"},"west":{"uv":[10.25,3,10.5,3.5],"texture":"#0"},"up":{"uv":[10.25,3,9.25,2.75],"texture":"#0"},"down":{"uv":[11.25,2.75,10.25,3],"texture":"#0"}}},{"from":[6.5,-9,6.5],"to":[9.5,-6,9.5],"rotation":{"angle":45,"axis":"x","origin":[8,-7.5,8]},"faces":{"north":{"uv":[7.25,5.75,8,6.5],"texture":"#0"},"east":{"uv":[6.5,5.75,7.25,6.5],"texture":"#0"},"south":{"uv":[8.75,5.75,9.5,6.5],"texture":"#0"},"west":{"uv":[8,5.75,8.75,6.5],"texture":"#0"},"up":{"uv":[8,5.75,7.25,5],"texture":"#0"},"down":{"uv":[8.75,5,8,5.75],"texture":"#0"}}},{"from":[6.5,-9,6.5],"to":[9.5,-6,9.5],"rotation":{"angle":45,"axis":"z","origin":[8,-7.5,8]},"faces":{"north":{"uv":[7.25,3.75,8,4.5],"texture":"#0"},"east":{"uv":[6.5,3.75,7.25,4.5],"texture":"#0"},"south":{"uv":[8.75,3.75,9.5,4.5],"texture":"#0"},"west":{"uv":[8,3.75,8.75,4.5],"texture":"#0"},"up":{"uv":[8,3.75,7.25,3],"texture":"#0"},"down":{"uv":[8.75,3,8,3.75],"texture":"#0"}}},{"from":[6.5,-9,6.5],"to":[9.5,-6,9.5],"rotation":{"angle":-45,"axis":"y","origin":[8,-7.5,8]},"faces":{"north":{"uv":[4,6.5,4.75,7.25],"texture":"#0"},"east":{"uv":[3.25,6.5,4,7.25],"texture":"#0"},"south":{"uv":[5.5,6.5,6.25,7.25],"texture":"#0"},"west":{"uv":[4.75,6.5,5.5,7.25],"texture":"#0"},"up":{"uv":[4.75,6.5,4,5.75],"texture":"#0"},"down":{"uv":[5.5,5.75,4.75,6.5],"texture":"#0"}}},{"from":[6,-4,6],"to":[10,-3,10],"rotation":{"angle":0,"axis":"y","origin":[8,-3.5,8]},"faces":{"north":{"uv":[4.25,1,5.25,1.25],"texture":"#0"},"east":{"uv":[3.25,1,4.25,1.25],"texture":"#0"},"south":{"uv":[6.25,1,7.25,1.25],"texture":"#0"},"west":{"uv":[5.25,1,6.25,1.25],"texture":"#0"},"up":{"uv":[5.25,1,4.25,0],"texture":"#0"},"down":{"uv":[6.25,0,5.25,1],"texture":"#0"}}},{"from":[6.49,-6.01,6.49],"to":[9.51,-4.99,9.51],"rotation":{"angle":0,"axis":"y","origin":[8,-5.5,8]},"faces":{"north":{"uv":[8.25,0.75,9,1],"texture":"#0"},"east":{"uv":[7.5,0.75,8.25,1],"texture":"#0"},"south":{"uv":[9.75,0.75,10.5,1],"texture":"#0"},"west":{"uv":[9,0.75,9.75,1],"texture":"#0"},"up":{"uv":[9,0.75,8.25,0],"texture":"#0"},"down":{"uv":[9.75,0,9,0.75],"texture":"#0"}}},{"from":[5.4488,4.18344,5.49],"to":[8.4688,6.20344,10.51],"rotation":{"angle":22.5,"axis":"z","origin":[6.4588,5.19344,8]},"faces":{"north":{"uv":[1.25,4.25,2,4.75],"texture":"#0"},"east":{"uv":[0,4.25,1.25,4.75],"texture":"#0"},"south":{"uv":[3.25,4.25,4,4.75],"texture":"#0"},"west":{"uv":[2,4.25,3.25,4.75],"texture":"#0"},"up":{"uv":[2,4.25,1.25,3],"texture":"#0"},"down":{"uv":[2.75,3,2,4.25],"texture":"#0"}}},{"from":[5,8.5,5],"to":[8,13.5,11],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[1.5,1.5,2.25,2.75],"texture":"#0"},"east":{"uv":[0,1.5,1.5,2.75],"texture":"#0"},"south":{"uv":[3.75,1.5,4.5,2.75],"texture":"#0"},"west":{"uv":[2.25,1.5,3.75,2.75],"texture":"#0"},"up":{"uv":[2.25,1.5,1.5,0],"texture":"#0"},"down":{"uv":[3,0,2.25,1.5],"texture":"#0"}}},{"from":[5,7.5,6],"to":[7,8.5,10],"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"north":{"uv":[7,2.5,7.5,2.75],"texture":"#0"},"east":{"uv":[6,2.5,7,2.75],"texture":"#0"},"south":{"uv":[8.5,2.5,9,2.75],"texture":"#0"},"west":{"uv":[7.5,2.5,8.5,2.75],"texture":"#0"},"up":{"uv":[7.5,2.5,7,1.5],"texture":"#0"},"down":{"uv":[8,1.5,7.5,2.5],"texture":"#0"}}},{"from":[7,6.5,5.5],"to":[8,8.5,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[1.25,6.25,1.5,6.75],"texture":"#0"},"east":{"uv":[0,6.25,1.25,6.75],"texture":"#0"},"south":{"uv":[2.75,6.25,3,6.75],"texture":"#0"},"west":{"uv":[1.5,6.25,2.75,6.75],"texture":"#0"},"up":{"uv":[1.5,6.25,1.25,5],"texture":"#0"},"down":{"uv":[1.75,5,1.5,6.25],"texture":"#0"}}},{"from":[6,6,6.5],"to":[7,8,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[9,8.25,9.25,8.75],"texture":"#0"},"east":{"uv":[8.25,8.25,9,8.75],"texture":"#0"},"south":{"uv":[10,8.25,10.25,8.75],"texture":"#0"},"west":{"uv":[9.25,8.25,10,8.75],"texture":"#0"},"up":{"uv":[9.25,8.25,9,7.5],"texture":"#0"},"down":{"uv":[9.5,7.5,9.25,8.25],"texture":"#0"}}},{"from":[6.98,4.48,7.98],"to":[9.02,6.52,13.02],"rotation":{"angle":-22.5,"axis":"x","origin":[8,5.5,8]},"faces":{"north":{"uv":[4.25,5,4.75,5.5],"texture":"#0"},"east":{"uv":[3,5,4.25,5.5],"texture":"#0"},"south":{"uv":[6,5,6.5,5.5],"texture":"#0"},"west":{"uv":[4.75,5,6,5.5],"texture":"#0"},"up":{"uv":[4.75,5,4.25,3.75],"texture":"#0"},"down":{"uv":[5.25,3.75,4.75,5],"texture":"#0"}}},{"from":[6.99,2.37357,11.04805],"to":[9.01,6.39357,12.06805],"rotation":{"angle":22.5,"axis":"x","origin":[8,4.06357,12.79642]},"faces":{"north":{"uv":[0.25,9.75,0.75,10.75],"texture":"#0"},"east":{"uv":[0,9.75,0.25,10.75],"texture":"#0"},"south":{"uv":[1,9.75,1.5,10.75],"texture":"#0"},"west":{"uv":[0.75,9.75,1,10.75],"texture":"#0"},"up":{"uv":[0.75,9.75,0.25,9.5],"texture":"#0"},"down":{"uv":[1.25,9.5,0.75,9.75],"texture":"#0"}}},{"from":[7,2.79402,11.47135],"to":[9,3.79402,14.47135],"rotation":{"angle":0,"axis":"y","origin":[8,4.06357,12.79642]},"faces":{"north":{"uv":[6.25,9,6.75,9.25],"texture":"#0"},"east":{"uv":[5.5,9,6.25,9.25],"texture":"#0"},"south":{"uv":[7.5,9,8,9.25],"texture":"#0"},"west":{"uv":[6.75,9,7.5,9.25],"texture":"#0"},"up":{"uv":[6.75,9,6.25,8.25],"texture":"#0"},"down":{"uv":[7.25,8.25,6.75,9],"texture":"#0"}}},{"from":[7.01,3.18357,13.2507],"to":[8.99,4.16357,14.2307],"rotation":{"angle":-22.5,"axis":"x","origin":[8,4.06357,12.79642]},"faces":{"north":{"uv":[5.5,9.75,6,10],"texture":"#0"},"east":{"uv":[5.25,9.75,5.5,10],"texture":"#0"},"south":{"uv":[6.25,9.75,6.75,10],"texture":"#0"},"west":{"uv":[6,9.75,6.25,10],"texture":"#0"},"up":{"uv":[6,9.75,5.5,9.5],"texture":"#0"},"down":{"uv":[6.5,9.5,6,9.75],"texture":"#0"}}},{"from":[7.01,13.05497,13.88428],"to":[8.99,14.03497,14.86428],"rotation":{"angle":22.5,"axis":"x","origin":[8,12.12464,13.06388]},"faces":{"north":{"uv":[2,9.75,2.5,10],"texture":"#0"},"east":{"uv":[1.75,9.75,2,10],"texture":"#0"},"south":{"uv":[2.75,9.75,3.25,10],"texture":"#0"},"west":{"uv":[2.5,9.75,2.75,10],"texture":"#0"},"up":{"uv":[2.5,9.75,2,9.5],"texture":"#0"},"down":{"uv":[3,9.5,2.5,9.75],"texture":"#0"}}},{"from":[7,13.20598,12.47135],"to":[9,14.20598,15.47135],"rotation":{"angle":0,"axis":"y","origin":[8,12.12464,13.06388]},"faces":{"north":{"uv":[9,2,9.5,2.25],"texture":"#0"},"east":{"uv":[8.25,2,9,2.25],"texture":"#0"},"south":{"uv":[10.25,2,10.75,2.25],"texture":"#0"},"west":{"uv":[9.5,2,10.25,2.25],"texture":"#0"},"up":{"uv":[9.5,2,9,1.25],"texture":"#0"},"down":{"uv":[10,1.25,9.5,2],"texture":"#0"}}},{"from":[6.99,10.2643,12.30295],"to":[9.01,14.2843,13.32295],"rotation":{"angle":-22.5,"axis":"x","origin":[8,12.12464,13.06388]},"faces":{"north":{"uv":[8.5,9.25,9,10.25],"texture":"#0"},"east":{"uv":[8.25,9.25,8.5,10.25],"texture":"#0"},"south":{"uv":[9.25,9.25,9.75,10.25],"texture":"#0"},"west":{"uv":[9,9.25,9.25,10.25],"texture":"#0"},"up":{"uv":[9,9.25,8.5,9],"texture":"#0"},"down":{"uv":[9.5,9,9,9.25],"texture":"#0"}}},{"from":[6.98,8.97237,9.52838],"to":[9.02,11.01237,14.56838],"rotation":{"angle":22.5,"axis":"x","origin":[8,12.12464,13.06388]},"faces":{"north":{"uv":[4.75,3,5.25,3.5],"texture":"#0"},"east":{"uv":[3.5,3,4.75,3.5],"texture":"#0"},"south":{"uv":[6.5,3,7,3.5],"texture":"#0"},"west":{"uv":[5.25,3,6.5,3.5],"texture":"#0"},"up":{"uv":[5.25,3,4.75,1.75],"texture":"#0"},"down":{"uv":[5.75,1.75,5.25,3],"texture":"#0"}}},{"from":[6.99,7.09204,12.49448],"to":[9.01,8.11204,14.51448],"rotation":{"angle":45,"axis":"x","origin":[8,7.60204,15.00448]},"faces":{"north":{"uv":[9.5,5.25,10,5.5],"texture":"#0"},"east":{"uv":[9,5.25,9.5,5.5],"texture":"#0"},"south":{"uv":[10.5,5.25,11,5.5],"texture":"#0"},"west":{"uv":[10,5.25,10.5,5.5],"texture":"#0"},"up":{"uv":[10,5.25,9.5,4.75],"texture":"#0"},"down":{"uv":[10.5,4.75,10,5.25],"texture":"#0"}}},{"from":[7.01,8.92954,15.05454],"to":[8.99,9.90954,16.03454],"rotation":{"angle":22.5,"axis":"x","origin":[8,8.88096,15.7385]},"faces":{"north":{"uv":[8.5,7,9,7.25],"texture":"#0"},"east":{"uv":[8.25,7,8.5,7.25],"texture":"#0"},"south":{"uv":[9.25,7,9.75,7.25],"texture":"#0"},"west":{"uv":[9,7,9.25,7.25],"texture":"#0"},"up":{"uv":[9,7,8.5,6.75],"texture":"#0"},"down":{"uv":[9.5,6.75,9,7],"texture":"#0"}}},{"from":[7,7.99566,13.81514],"to":[9,8.99566,16.81514],"rotation":{"angle":-45,"axis":"x","origin":[8,8.88096,15.7385]},"faces":{"north":{"uv":[0.75,9,1.25,9.25],"texture":"#0"},"east":{"uv":[0,9,0.75,9.25],"texture":"#0"},"south":{"uv":[2,9,2.5,9.25],"texture":"#0"},"west":{"uv":[1.25,9,2,9.25],"texture":"#0"},"up":{"uv":[1.25,9,0.75,8.25],"texture":"#0"},"down":{"uv":[1.75,8.25,1.25,9],"texture":"#0"}}},{"from":[6.98,4.48,2.98],"to":[9.02,6.52,8.02],"rotation":{"angle":22.5,"axis":"x","origin":[8,5.5,8]},"faces":{"north":{"uv":[6.5,5,6,5.5],"texture":"#0"},"east":{"uv":[4.25,5,3,5.5],"texture":"#0"},"south":{"uv":[4.75,5,4.25,5.5],"texture":"#0"},"west":{"uv":[6,5,4.75,5.5],"texture":"#0"},"up":{"uv":[4.75,3.75,4.25,5],"texture":"#0"},"down":{"uv":[5.25,5,4.75,3.75],"texture":"#0"}}},{"from":[6.99,2.37357,3.93195],"to":[9.01,6.39357,4.95195],"rotation":{"angle":-22.5,"axis":"x","origin":[8,4.06357,3.20358]},"faces":{"north":{"uv":[1.5,9.75,1,10.75],"texture":"#0"},"east":{"uv":[0.25,9.75,0,10.75],"texture":"#0"},"south":{"uv":[0.75,9.75,0.25,10.75],"texture":"#0"},"west":{"uv":[1,9.75,0.75,10.75],"texture":"#0"},"up":{"uv":[0.75,9.5,0.25,9.75],"texture":"#0"},"down":{"uv":[1.25,9.75,0.75,9.5],"texture":"#0"}}},{"from":[7,2.79402,1.52865],"to":[9,3.79402,4.52865],"rotation":{"angle":0,"axis":"y","origin":[8,4.06357,3.20358]},"faces":{"north":{"uv":[8,9,7.5,9.25],"texture":"#0"},"east":{"uv":[6.25,9,5.5,9.25],"texture":"#0"},"south":{"uv":[6.75,9,6.25,9.25],"texture":"#0"},"west":{"uv":[7.5,9,6.75,9.25],"texture":"#0"},"up":{"uv":[6.75,8.25,6.25,9],"texture":"#0"},"down":{"uv":[7.25,9,6.75,8.25],"texture":"#0"}}},{"from":[7.01,3.18357,1.7693],"to":[8.99,4.16357,2.7493],"rotation":{"angle":22.5,"axis":"x","origin":[8,4.06357,3.20358]},"faces":{"north":{"uv":[6.75,9.75,6.25,10],"texture":"#0"},"east":{"uv":[5.5,9.75,5.25,10],"texture":"#0"},"south":{"uv":[6,9.75,5.5,10],"texture":"#0"},"west":{"uv":[6.25,9.75,6,10],"texture":"#0"},"up":{"uv":[6,9.5,5.5,9.75],"texture":"#0"},"down":{"uv":[6.5,9.75,6,9.5],"texture":"#0"}}},{"from":[7.01,13.05497,1.13572],"to":[8.99,14.03497,2.11572],"rotation":{"angle":-22.5,"axis":"x","origin":[8,12.12464,2.93612]},"faces":{"north":{"uv":[3.25,9.75,2.75,10],"texture":"#0"},"east":{"uv":[2,9.75,1.75,10],"texture":"#0"},"south":{"uv":[2.5,9.75,2,10],"texture":"#0"},"west":{"uv":[2.75,9.75,2.5,10],"texture":"#0"},"up":{"uv":[2.5,9.5,2,9.75],"texture":"#0"},"down":{"uv":[3,9.75,2.5,9.5],"texture":"#0"}}},{"from":[7,13.20598,0.52865],"to":[9,14.20598,3.52865],"rotation":{"angle":0,"axis":"y","origin":[8,12.12464,2.93612]},"faces":{"north":{"uv":[10.75,2,10.25,2.25],"texture":"#0"},"east":{"uv":[9,2,8.25,2.25],"texture":"#0"},"south":{"uv":[9.5,2,9,2.25],"texture":"#0"},"west":{"uv":[10.25,2,9.5,2.25],"texture":"#0"},"up":{"uv":[9.5,1.25,9,2],"texture":"#0"},"down":{"uv":[10,2,9.5,1.25],"texture":"#0"}}},{"from":[6.99,10.2643,2.67705],"to":[9.01,14.2843,3.69705],"rotation":{"angle":22.5,"axis":"x","origin":[8,12.12464,2.93612]},"faces":{"north":{"uv":[9.75,9.25,9.25,10.25],"texture":"#0"},"east":{"uv":[8.5,9.25,8.25,10.25],"texture":"#0"},"south":{"uv":[9,9.25,8.5,10.25],"texture":"#0"},"west":{"uv":[9.25,9.25,9,10.25],"texture":"#0"},"up":{"uv":[9,9,8.5,9.25],"texture":"#0"},"down":{"uv":[9.5,9.25,9,9],"texture":"#0"}}},{"from":[6.98,8.97237,1.43162],"to":[9.02,11.01237,6.47162],"rotation":{"angle":-22.5,"axis":"x","origin":[8,12.12464,2.93612]},"faces":{"north":{"uv":[7,3,6.5,3.5],"texture":"#0"},"east":{"uv":[4.75,3,3.5,3.5],"texture":"#0"},"south":{"uv":[5.25,3,4.75,3.5],"texture":"#0"},"west":{"uv":[6.5,3,5.25,3.5],"texture":"#0"},"up":{"uv":[5.25,1.75,4.75,3],"texture":"#0"},"down":{"uv":[5.75,3,5.25,1.75],"texture":"#0"}}},{"from":[6.99,7.09204,1.48552],"to":[9.01,8.11204,3.50552],"rotation":{"angle":-45,"axis":"x","origin":[8,7.60204,0.99552]},"faces":{"north":{"uv":[11,5.25,10.5,5.5],"texture":"#0"},"east":{"uv":[9.5,5.25,9,5.5],"texture":"#0"},"south":{"uv":[10,5.25,9.5,5.5],"texture":"#0"},"west":{"uv":[10.5,5.25,10,5.5],"texture":"#0"},"up":{"uv":[10,4.75,9.5,5.25],"texture":"#0"},"down":{"uv":[10.5,5.25,10,4.75],"texture":"#0"}}},{"from":[7.01,8.92954,-0.03454],"to":[8.99,9.90954,0.94546],"rotation":{"angle":-22.5,"axis":"x","origin":[8,8.88096,0.2615]},"faces":{"north":{"uv":[9.75,7,9.25,7.25],"texture":"#0"},"east":{"uv":[8.5,7,8.25,7.25],"texture":"#0"},"south":{"uv":[9,7,8.5,7.25],"texture":"#0"},"west":{"uv":[9.25,7,9,7.25],"texture":"#0"},"up":{"uv":[9,6.75,8.5,7],"texture":"#0"},"down":{"uv":[9.5,7,9,6.75],"texture":"#0"}}},{"from":[7,7.99566,-0.81514],"to":[9,8.99566,2.18486],"rotation":{"angle":45,"axis":"x","origin":[8,8.88096,0.2615]},"faces":{"north":{"uv":[2.5,9,2,9.25],"texture":"#0"},"east":{"uv":[0.75,9,0,9.25],"texture":"#0"},"south":{"uv":[1.25,9,0.75,9.25],"texture":"#0"},"west":{"uv":[2,9,1.25,9.25],"texture":"#0"},"up":{"uv":[1.25,8.25,0.75,9],"texture":"#0"},"down":{"uv":[1.75,9,1.25,8.25],"texture":"#0"}}},{"from":[6.5,13.5,6.5],"to":[9.5,14.5,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,14,8]},"faces":{"north":{"uv":[0.75,7.75,1.5,8],"texture":"#0"},"east":{"uv":[0,7.75,0.75,8],"texture":"#0"},"south":{"uv":[2.25,7.75,3,8],"texture":"#0"},"west":{"uv":[1.5,7.75,2.25,8],"texture":"#0"},"up":{"uv":[1.5,7.75,0.75,7],"texture":"#0"},"down":{"uv":[2.25,7,1.5,7.75],"texture":"#0"}}},{"from":[0.8489,12.17701,7.5],"to":[2.8489,13.17701,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[8,3.66086,8]},"faces":{"north":{"uv":[6.75,0.25,7.25,0.5],"texture":"#0"},"east":{"uv":[6.5,0.25,6.75,0.5],"texture":"#0"},"south":{"uv":[7.5,0.25,8,0.5],"texture":"#0"},"west":{"uv":[7.25,0.25,7.5,0.5],"texture":"#0"},"up":{"uv":[7.25,0.25,6.75,0],"texture":"#0"},"down":{"uv":[7.75,0,7.25,0.25],"texture":"#0"}}},{"from":[13.41705,-2.34197,7.5],"to":[17.41705,-0.34197,8.5],"rotation":{"angle":-45,"axis":"z","origin":[8,3.66086,8]},"faces":{"north":{"uv":[10.25,3,9.25,3.5],"texture":"#0"},"east":{"uv":[10.5,3,10.25,3.5],"texture":"#0"},"south":{"uv":[11.5,3,10.5,3.5],"texture":"#0"},"west":{"uv":[9.25,3,9,3.5],"texture":"#0"},"up":{"uv":[9.25,3,10.25,2.75],"texture":"#0"},"down":{"uv":[10.25,2.75,11.25,3],"texture":"#0"}}},{"from":[14.1584,-6.65102,7.49],"to":[15.1784,-3.63102,8.51],"rotation":{"angle":-22.5,"axis":"z","origin":[8,3.66086,8]},"faces":{"north":{"uv":[0.5,3.25,0.25,4],"texture":"#0"},"east":{"uv":[0.75,3.25,0.5,4],"texture":"#0"},"south":{"uv":[1,3.25,0.75,4],"texture":"#0"},"west":{"uv":[0.25,3.25,0,4],"texture":"#0"},"up":{"uv":[0.25,3.25,0.5,3],"texture":"#0"},"down":{"uv":[0.5,3,0.75,3.25],"texture":"#0"}}},{"from":[13.1511,12.17701,7.5],"to":[15.1511,13.17701,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[8,3.66086,8]},"faces":{"north":{"uv":[7.25,0.25,6.75,0.5],"texture":"#0"},"east":{"uv":[7.5,0.25,7.25,0.5],"texture":"#0"},"south":{"uv":[8,0.25,7.5,0.5],"texture":"#0"},"west":{"uv":[6.75,0.25,6.5,0.5],"texture":"#0"},"up":{"uv":[6.75,0.25,7.25,0],"texture":"#0"},"down":{"uv":[7.25,0,7.75,0.25],"texture":"#0"}}},{"from":[7.5,-2.34197,13.41705],"to":[8.5,-0.34197,17.41705],"rotation":{"angle":45,"axis":"x","origin":[8,3.66086,8]},"faces":{"north":{"uv":[9.25,3,9,3.5],"texture":"#0"},"east":{"uv":[10.25,3,9.25,3.5],"texture":"#0"},"south":{"uv":[10.5,3,10.25,3.5],"texture":"#0"},"west":{"uv":[11.5,3,10.5,3.5],"texture":"#0"},"up":{"uv":[9.25,3,10.25,2.75],"rotation":90,"texture":"#0"},"down":{"uv":[10.25,2.75,11.25,3],"rotation":270,"texture":"#0"}}},{"from":[7.49,-6.65102,14.1584],"to":[8.51,-3.63102,15.1784],"rotation":{"angle":22.5,"axis":"x","origin":[8,3.66086,8]},"faces":{"north":{"uv":[0.25,3.25,0,4],"texture":"#0"},"east":{"uv":[0.5,3.25,0.25,4],"texture":"#0"},"south":{"uv":[0.75,3.25,0.5,4],"texture":"#0"},"west":{"uv":[1,3.25,0.75,4],"texture":"#0"},"up":{"uv":[0.25,3.25,0.5,3],"rotation":90,"texture":"#0"},"down":{"uv":[0.5,3,0.75,3.25],"rotation":270,"texture":"#0"}}},{"from":[7.5,12.17701,13.1511],"to":[8.5,13.17701,15.1511],"rotation":{"angle":-22.5,"axis":"x","origin":[8,3.66086,8]},"faces":{"north":{"uv":[6.75,0.25,6.5,0.5],"texture":"#0"},"east":{"uv":[7.25,0.25,6.75,0.5],"texture":"#0"},"south":{"uv":[7.5,0.25,7.25,0.5],"texture":"#0"},"west":{"uv":[8,0.25,7.5,0.5],"texture":"#0"},"up":{"uv":[6.75,0.25,7.25,0],"rotation":90,"texture":"#0"},"down":{"uv":[7.25,0,7.75,0.25],"rotation":270,"texture":"#0"}}},{"from":[7.5,12.17701,0.8489],"to":[8.5,13.17701,2.8489],"rotation":{"angle":22.5,"axis":"x","origin":[8,3.66086,8]},"faces":{"north":{"uv":[7.25,0.25,7.5,0.5],"texture":"#0"},"east":{"uv":[6.75,0.25,7.25,0.5],"texture":"#0"},"south":{"uv":[6.5,0.25,6.75,0.5],"texture":"#0"},"west":{"uv":[7.5,0.25,8,0.5],"texture":"#0"},"up":{"uv":[7.25,0.25,6.75,0],"rotation":90,"texture":"#0"},"down":{"uv":[7.75,0,7.25,0.25],"rotation":270,"texture":"#0"}}},{"from":[7.5,-2.34197,-1.41705],"to":[8.5,-0.34197,2.58295],"rotation":{"angle":-45,"axis":"x","origin":[8,3.66086,8]},"faces":{"north":{"uv":[10.25,3,10.5,3.5],"texture":"#0"},"east":{"uv":[9.25,3,10.25,3.5],"texture":"#0"},"south":{"uv":[9,3,9.25,3.5],"texture":"#0"},"west":{"uv":[10.5,3,11.5,3.5],"texture":"#0"},"up":{"uv":[10.25,3,9.25,2.75],"rotation":90,"texture":"#0"},"down":{"uv":[11.25,2.75,10.25,3],"rotation":270,"texture":"#0"}}},{"from":[7.49,-6.65102,0.8216],"to":[8.51,-3.63102,1.8416],"rotation":{"angle":-22.5,"axis":"x","origin":[8,3.66086,8]},"faces":{"north":{"uv":[0.5,3.25,0.75,4],"texture":"#0"},"east":{"uv":[0.25,3.25,0.5,4],"texture":"#0"},"south":{"uv":[0,3.25,0.25,4],"texture":"#0"},"west":{"uv":[0.75,3.25,1,4],"texture":"#0"},"up":{"uv":[0.5,3.25,0.25,3],"rotation":90,"texture":"#0"},"down":{"uv":[0.75,3,0.5,3.25],"rotation":270,"texture":"#0"}}},{"from":[8,8.5,5],"to":[11,13.5,11],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[2.25,1.5,1.5,2.75],"texture":"#0"},"east":{"uv":[3.75,1.5,2.25,2.75],"texture":"#0"},"south":{"uv":[4.5,1.5,3.75,2.75],"texture":"#0"},"west":{"uv":[1.5,1.5,0,2.75],"texture":"#0"},"up":{"uv":[1.5,1.5,2.25,0],"texture":"#0"},"down":{"uv":[2.25,0,3,1.5],"texture":"#0"}}},{"from":[8,6.5,5.5],"to":[9,8.5,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[1.5,6.25,1.25,6.75],"texture":"#0"},"east":{"uv":[2.75,6.25,1.5,6.75],"texture":"#0"},"south":{"uv":[3,6.25,2.75,6.75],"texture":"#0"},"west":{"uv":[1.25,6.25,0,6.75],"texture":"#0"},"up":{"uv":[1.25,6.25,1.5,5],"texture":"#0"},"down":{"uv":[1.5,5,1.75,6.25],"texture":"#0"}}},{"from":[9,7.5,6],"to":[11,8.5,10],"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"north":{"uv":[7.5,2.5,7,2.75],"texture":"#0"},"east":{"uv":[8.5,2.5,7.5,2.75],"texture":"#0"},"south":{"uv":[9,2.5,8.5,2.75],"texture":"#0"},"west":{"uv":[7,2.5,6,2.75],"texture":"#0"},"up":{"uv":[7,2.5,7.5,1.5],"texture":"#0"},"down":{"uv":[7.5,1.5,8,2.5],"texture":"#0"}}},{"from":[7.5312,4.18344,5.49],"to":[10.5512,6.20344,10.51],"rotation":{"angle":-22.5,"axis":"z","origin":[9.5412,5.19344,8]},"faces":{"north":{"uv":[2,4.25,1.25,4.75],"texture":"#0"},"east":{"uv":[3.25,4.25,2,4.75],"texture":"#0"},"south":{"uv":[4,4.25,3.25,4.75],"texture":"#0"},"west":{"uv":[1.25,4.25,0,4.75],"texture":"#0"},"up":{"uv":[1.25,4.25,2,3],"texture":"#0"},"down":{"uv":[2,3,2.75,4.25],"texture":"#0"}}},{"from":[9,6,6.5],"to":[10,8,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[9.25,8.25,9,8.75],"texture":"#0"},"east":{"uv":[10,8.25,9.25,8.75],"texture":"#0"},"south":{"uv":[10.25,8.25,10,8.75],"texture":"#0"},"west":{"uv":[9,8.25,8.25,8.75],"texture":"#0"},"up":{"uv":[9,8.25,9.25,7.5],"texture":"#0"},"down":{"uv":[9.25,7.5,9.5,8.25],"texture":"#0"}}},{"from":[8,13.5,1.5],"to":[8,27.5,15.5],"faces":{"east":{"uv":[16,0,0,16],"texture":"#1"},"west":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[11.01953,9,6],"to":[11.01953,13,10],"rotation":{"angle":0,"axis":"y","origin":[11.01953,11,8]},"faces":{"east":{"uv":[11.25,0,12.75,1.5],"texture":"#0"}}},{"from":[11.04297,11,8],"to":[11.04297,12,9],"rotation":{"angle":0,"axis":"y","origin":[11.04297,11.5,8.5]},"faces":{"east":{"uv":[13,0,13.25,0.25],"texture":"#0"}}},{"from":[11.04297,10.25,7.25],"to":[11.04297,10.75,7.75],"rotation":{"angle":0,"axis":"y","origin":[11.04297,10.5,7.5]},"faces":{"east":{"uv":[13,0,13.25,0.25],"texture":"#0"}}},{"from":[4.98047,9,6],"to":[4.98047,13,10],"rotation":{"angle":0,"axis":"y","origin":[4.98047,11,8]},"faces":{"west":{"uv":[12.75,0,11.25,1.5],"texture":"#0"}}},{"from":[4.95703,11,8],"to":[4.95703,12,9],"rotation":{"angle":0,"axis":"y","origin":[4.95703,11.5,8.5]},"faces":{"west":{"uv":[13.25,0,13,0.25],"texture":"#0"}}},{"from":[4.95703,10.25,7.25],"to":[4.95703,10.75,7.75],"rotation":{"angle":0,"axis":"y","origin":[4.95703,10.5,7.5]},"faces":{"west":{"uv":[13.25,0,13,0.25],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[5,0,5],"translation":[-2,6,3]},"thirdperson_lefthand":{"rotation":[5,0,5],"translation":[-2,6,3]},"firstperson_righthand":{"rotation":[10,15,-10],"translation":[7,2,-5]},"firstperson_lefthand":{"rotation":[10,15,-10],"translation":[7,2,-5]},"gui":{"rotation":[25,50,-40],"translation":[0,0,0],"scale":[0.53,0.53,0.53]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/disciple_relik.json b/assets/minecraft/models/item/wynn/skin/relik/disciple_relik.json new file mode 100644 index 000000000..a868773e1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/disciple_relik.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/disciple/disciple_relik"},"elements":[{"from":[7.005,-1.495,6.605],"to":[8.995,8.495,9.395],"faces":{"north":{"uv":[3,0,4,5],"texture":"#0"},"east":{"uv":[3,3,1.5,8],"texture":"#0"},"south":{"uv":[1,10.5,0,15.5],"texture":"#0"},"west":{"uv":[1.5,3,3,8],"texture":"#0"},"down":{"uv":[6.5,3,5.5,4.5],"texture":"#0"}}},{"from":[7,7,8],"to":[9,13,14],"rotation":{"angle":-45,"axis":"x","origin":[7,7,8]},"faces":{"north":{"uv":[4,5,5,8],"texture":"#0"},"east":{"uv":[3,0,0,3],"texture":"#0"},"south":{"uv":[5,3,6,0],"texture":"#0"},"west":{"uv":[0,0,3,3],"texture":"#0"},"up":{"uv":[6,3,5,0],"texture":"#0"},"down":{"uv":[5,5,4,8],"texture":"#0"}}},{"from":[6.5,7,8],"to":[9.5,9,10],"rotation":{"angle":-45,"axis":"x","origin":[7,7,8]},"faces":{"north":{"uv":[2,8,2.5,9],"texture":"#0"},"east":{"uv":[2,8,1,9],"texture":"#0"},"south":{"uv":[1,10,1.5,9],"texture":"#0"},"west":{"uv":[1,8,2,9],"texture":"#0"},"up":{"uv":[3,9,2.5,8],"texture":"#0"},"down":{"uv":[2,9,1.5,10],"texture":"#0"}}},{"from":[7.5,9.3,5.7],"to":[8.5,16.3,8.7],"rotation":{"angle":-45,"axis":"x","origin":[7,6.3,8.7]},"faces":{"north":{"uv":[6,4.5,6.5,8],"texture":"#0"},"east":{"uv":[1.5,3,0,7],"texture":"#0"},"south":{"uv":[3,5,3.5,8.5],"texture":"#0"},"west":{"uv":[0,3,1.5,6.5],"texture":"#0"},"down":{"uv":[6,4.5,5.5,6],"texture":"#0"}}},{"from":[7.995,12.295,2.695],"to":[8.005,21.305,7.705],"rotation":{"angle":-45,"axis":"x","origin":[7,6.3,8.7]},"faces":{"east":{"uv":[9,0,6.5,4.5],"texture":"#0"},"west":{"uv":[6.5,0,9,4.5],"texture":"#0"}}},{"from":[7.495,7.345,-1.705],"to":[8.505,17.355,0.305],"rotation":{"angle":22.5,"axis":"x","origin":[7,6.3,8.7]},"faces":{"north":{"uv":[5,3,5.5,8],"texture":"#0"},"east":{"uv":[5,0,4,5],"texture":"#0"},"south":{"uv":[3.5,5,4,10],"texture":"#0"},"west":{"uv":[4,0,5,5],"texture":"#0"},"up":{"uv":[6,7,5.5,6],"texture":"#0"}}},{"from":[8,7.35,-4.7],"to":[8,22.35,1.3],"rotation":{"angle":22.5,"axis":"x","origin":[7,6.3,8.7]},"faces":{"east":{"uv":[12,0,9,7.5],"texture":"#0"},"west":{"uv":[9,0,12,7.5],"texture":"#0"}}},{"from":[7.5,9.3,7.3],"to":[8.5,16.3,10.3],"rotation":{"angle":45,"axis":"x","origin":[7,6.3,7.3]},"faces":{"north":{"uv":[3.5,5,3,8.5],"texture":"#0"},"east":{"uv":[0,3,1.5,7],"texture":"#0"},"south":{"uv":[6.5,4.5,6,8],"texture":"#0"},"west":{"uv":[1.5,3,0,6.5],"texture":"#0"},"down":{"uv":[6,6,5.5,4.5],"texture":"#0"}}},{"from":[7.995,12.295,8.295],"to":[8.005,21.305,13.305],"rotation":{"angle":45,"axis":"x","origin":[7,6.3,7.3]},"faces":{"east":{"uv":[6.5,0,9,4.5],"texture":"#0"},"west":{"uv":[9,0,6.5,4.5],"texture":"#0"}}},{"from":[7.495,7.345,15.695],"to":[8.505,17.355,17.705],"rotation":{"angle":-22.5,"axis":"x","origin":[7,6.3,7.3]},"faces":{"north":{"uv":[4,5,3.5,10],"texture":"#0"},"east":{"uv":[4,0,5,5],"texture":"#0"},"south":{"uv":[5.5,3,5,8],"texture":"#0"},"west":{"uv":[5,0,4,5],"texture":"#0"},"up":{"uv":[6,6,5.5,7],"texture":"#0"}}},{"from":[8,7.35,14.7],"to":[8,22.35,20.7],"rotation":{"angle":-22.5,"axis":"x","origin":[7,6.3,7.3]},"faces":{"east":{"uv":[9,0,12,7.5],"texture":"#0"},"west":{"uv":[12,0,9,7.5],"texture":"#0"}}},{"from":[7,-4.8,6],"to":[9,-0.8,10],"rotation":{"angle":-45,"axis":"x","origin":[7,-2.8,8]},"faces":{"north":{"uv":[0,8.5,1,10.5],"texture":"#0"},"east":{"uv":[8.5,4.5,6.5,6.5],"texture":"#0"},"south":{"uv":[1,8.5,0,6.5],"texture":"#0"},"west":{"uv":[6.5,4.5,8.5,6.5],"texture":"#0"},"up":{"uv":[0,6.5,1,8.5],"texture":"#0"},"down":{"uv":[1,8.5,0,10.5],"texture":"#0"}}},{"from":[7,15.54843,-0.39833],"to":[9,17.54843,1.60167],"rotation":{"angle":-22.5,"axis":"x","origin":[8,16.79843,0.75167]},"faces":{"north":{"uv":[1,12,2,11],"texture":"#0"},"east":{"uv":[2,11,1,10],"texture":"#0"},"south":{"uv":[1,14,2,13],"texture":"#0"},"west":{"uv":[1,11,2,10],"texture":"#0"},"up":{"uv":[1,13,2,12],"texture":"#0"},"down":{"uv":[2,10,3,9],"texture":"#0"}}},{"from":[7,15.54843,14.39833],"to":[9,17.54843,16.39833],"rotation":{"angle":22.5,"axis":"x","origin":[8,16.79843,15.24833]},"faces":{"north":{"uv":[2,14,1,13],"texture":"#0"},"east":{"uv":[1,11,2,10],"texture":"#0"},"south":{"uv":[2,12,1,11],"texture":"#0"},"west":{"uv":[2,11,1,10],"texture":"#0"},"up":{"uv":[1,12,2,13],"texture":"#0"},"down":{"uv":[2,9,3,10],"texture":"#0"}}},{"from":[7.25,19.4,3.9],"to":[8.75,20.65,5.15],"rotation":{"angle":-22.5,"axis":"x","origin":[0,16,0]},"faces":{"north":{"uv":[2,11,2.5,10.5],"texture":"#0"},"east":{"uv":[3,10.5,2.5,10],"texture":"#0"},"south":{"uv":[2.5,11,3,10.5],"texture":"#0"},"west":{"uv":[2.5,10.5,3,10],"texture":"#0"},"up":{"uv":[2,10.5,2.5,10],"texture":"#0"},"down":{"uv":[2.5,11.5,3,11],"texture":"#0"}}},{"from":[6.5,-3.94112,7.375],"to":[9.5,-2.69112,8.625],"rotation":{"angle":-45,"axis":"x","origin":[7.75,-3.31612,8]},"faces":{"north":{"uv":[2.5,11,3,10.5],"texture":"#0"},"east":{"uv":[2,11,2.5,10.5],"rotation":270,"texture":"#0"},"south":{"uv":[2.5,10.5,3,10],"rotation":180,"texture":"#0"},"west":{"uv":[2,11,2.5,10.5],"rotation":90,"texture":"#0"},"up":{"uv":[2.5,10.5,3,10],"rotation":180,"texture":"#0"},"down":{"uv":[2.5,11.5,3,11],"texture":"#0"}}},{"from":[7.25,19.4,10.85],"to":[8.75,20.65,12.1],"rotation":{"angle":22.5,"axis":"x","origin":[0,16,16]},"faces":{"north":{"uv":[3,11,2.5,10.5],"texture":"#0"},"east":{"uv":[2.5,10.5,3,10],"texture":"#0"},"south":{"uv":[2.5,11,2,10.5],"texture":"#0"},"west":{"uv":[3,10.5,2.5,10],"texture":"#0"},"up":{"uv":[2,10,2.5,10.5],"texture":"#0"},"down":{"uv":[2.5,11,3,11.5],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[5,0,5],"translation":[-1,2,2],"scale":[0.8,0.8,0.8]},"thirdperson_lefthand":{"rotation":[5,0,5],"translation":[-1,2,2],"scale":[0.8,0.8,0.8]},"firstperson_righthand":{"rotation":[-5,10,-10],"translation":[9,-3,-9]},"firstperson_lefthand":{"rotation":[-5,10,-10],"translation":[9,-3,-9]},"gui":{"rotation":[15,60,-30],"translation":[-0.5,-1,0],"scale":[0.53,0.53,0.53]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/driftwood_relik.json b/assets/minecraft/models/item/wynn/skin/relik/driftwood_relik.json new file mode 100644 index 000000000..e2dbbf56f --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/driftwood_relik.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/driftwood_1","1":"skins/driftwood_2"},"elements":[{"from":[6.98806,9.53471,7.75189],"to":[9.00806,10.05471,8.27189],"rotation":{"angle":0,"axis":"z","origin":[7.1468,8,7.7848]},"faces":{"north":{"uv":[5,12,7,12.5],"rotation":180,"texture":"#0"},"east":{"uv":[5,12,7,12.5],"texture":"#0"},"south":{"uv":[5,12,7,12.5],"texture":"#0"},"west":{"uv":[5,12,7,12.5],"texture":"#0"},"up":{"uv":[5,12,7,12.5],"texture":"#0"},"down":{"uv":[5,12,7,12.5],"texture":"#0"}}},{"from":[12.51734,4.01734,7.74],"to":[13.03734,6.03734,8.26],"rotation":{"angle":0,"axis":"z","origin":[7.1468,8,7.7848]},"faces":{"north":{"uv":[2.5,12,4.5,12.5],"rotation":270,"texture":"#0"},"east":{"uv":[2.5,12,4.5,12.5],"rotation":270,"texture":"#0"},"south":{"uv":[2.5,12,4.5,12.5],"rotation":270,"texture":"#0"},"west":{"uv":[2.5,12,4.5,12.5],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,12,4.5,12.5],"rotation":270,"texture":"#0"},"down":{"uv":[2.5,12,4.5,12.5],"rotation":270,"texture":"#0"}}},{"from":[4.64783,0.25335,7.74],"to":[6.66783,0.77335,8.26],"rotation":{"angle":45,"axis":"z","origin":[7.1468,8,7.7848]},"faces":{"north":{"uv":[9.5,15,11.5,15.5],"rotation":180,"texture":"#0"},"east":{"uv":[9.5,15,11.5,15.5],"texture":"#0"},"south":{"uv":[9.5,15,11.5,15.5],"texture":"#0"},"west":{"uv":[9.5,15,11.5,15.5],"texture":"#0"},"up":{"uv":[9.5,15,11.5,15.5],"texture":"#0"},"down":{"uv":[9.5,15,11.5,15.5],"texture":"#0"}}},{"from":[10.17516,4.28069,7.74],"to":[10.69516,6.30069,8.26],"rotation":{"angle":45,"axis":"z","origin":[7.1468,8,7.7848]},"faces":{"north":{"uv":[8.5,13,10.5,13.5],"rotation":270,"texture":"#0"},"east":{"uv":[8.5,13,10.5,13.5],"rotation":270,"texture":"#0"},"south":{"uv":[8.5,13,10.5,13.5],"rotation":270,"texture":"#0"},"west":{"uv":[8.5,13,10.5,13.5],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,13,10.5,13.5],"rotation":270,"texture":"#0"},"down":{"uv":[8.5,13,10.5,13.5],"rotation":270,"texture":"#0"}}},{"from":[5.80272,-0.10127,7.75],"to":[7.80272,0.39873,8.25],"rotation":{"angle":22.5,"axis":"z","origin":[7.1468,8,7.7848]},"faces":{"north":{"uv":[7.5,15,9.5,15.5],"rotation":180,"texture":"#0"},"east":{"uv":[7.5,15,9.5,15.5],"texture":"#0"},"south":{"uv":[7.5,15,9.5,15.5],"texture":"#0"},"west":{"uv":[7.5,15,9.5,15.5],"texture":"#0"},"up":{"uv":[7.5,15,9.5,15.5],"texture":"#0"},"down":{"uv":[7.5,15,9.5,15.5],"texture":"#0"}}},{"from":[6.99525,-0.00895,7.74],"to":[9.01525,0.51105,8.26],"rotation":{"angle":0,"axis":"z","origin":[8.00525,0.25105,8]},"faces":{"north":{"uv":[3.5,15,5.5,15.5],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,15,5.5,15.5],"texture":"#0"},"south":{"uv":[3.5,15,5.5,15.5],"texture":"#0"},"west":{"uv":[3.5,15,5.5,15.5],"texture":"#0"},"up":{"uv":[3.5,15,5.5,15.5],"texture":"#0"},"down":{"uv":[3.5,15,5.5,15.5],"texture":"#0"}}},{"from":[11.33005,3.92607,7.75],"to":[11.83005,5.92607,8.25],"rotation":{"angle":22.5,"axis":"z","origin":[7.1468,8,7.7848]},"faces":{"north":{"uv":[5,12,7,12.5],"rotation":270,"texture":"#0"},"east":{"uv":[5,12,7,12.5],"rotation":270,"texture":"#0"},"south":{"uv":[5,12,7,12.5],"rotation":270,"texture":"#0"},"west":{"uv":[5,12,7,12.5],"rotation":270,"texture":"#0"},"up":{"uv":[5,12,7,12.5],"rotation":270,"texture":"#0"},"down":{"uv":[5,12,7,12.5],"rotation":270,"texture":"#0"}}},{"from":[13.59473,4.57907,7.75],"to":[14.09473,6.57907,8.25],"rotation":{"angle":-22.5,"axis":"z","origin":[7.1468,8,7.7848]},"faces":{"north":{"uv":[11,15,13,15.5],"rotation":270,"texture":"#0"},"east":{"uv":[11,15,13,15.5],"rotation":270,"texture":"#0"},"south":{"uv":[11,15,13,15.5],"rotation":270,"texture":"#0"},"west":{"uv":[11,15,13,15.5],"rotation":270,"texture":"#0"},"up":{"uv":[11,15,13,15.5],"rotation":270,"texture":"#0"},"down":{"uv":[11,15,13,15.5],"rotation":270,"texture":"#0"}}},{"from":[8.06738,10.10642,7.75],"to":[10.06738,10.60642,8.25],"rotation":{"angle":-22.5,"axis":"z","origin":[7.1468,8,7.7848]},"faces":{"north":{"uv":[7.5,12,9.5,12.5],"rotation":180,"texture":"#0"},"east":{"uv":[7.5,12,9.5,12.5],"texture":"#0"},"south":{"uv":[7.5,12,9.5,12.5],"texture":"#0"},"west":{"uv":[7.5,12,9.5,12.5],"texture":"#0"},"up":{"uv":[7.5,12,9.5,12.5],"texture":"#0"},"down":{"uv":[7.5,12,9.5,12.5],"texture":"#0"}}},{"from":[2.64538,6.65932,7.84941],"to":[11.34538,6.95932,8.14941],"rotation":{"angle":22.5,"axis":"z","origin":[7.1468,8,7.7848]},"faces":{"north":{"uv":[2,9,14.5,9.5],"texture":"#1"},"east":{"uv":[2,9,14.5,9.5],"texture":"#1"},"south":{"uv":[2,9,14.5,9.5],"texture":"#1"},"west":{"uv":[2,9,14.5,9.5],"texture":"#1"},"up":{"uv":[2,9,14.5,9.5],"texture":"#1"},"down":{"uv":[2,9,14.5,9.5],"texture":"#1"}}},{"from":[7.06425,1.44629,7.85941],"to":[7.34425,9.82629,8.13941],"rotation":{"angle":-22.5,"axis":"z","origin":[7.1468,8,7.7848]},"faces":{"north":{"uv":[2,9,14.5,9.5],"rotation":90,"texture":"#1"},"east":{"uv":[2,9,14.5,9.5],"rotation":90,"texture":"#1"},"south":{"uv":[2,9,14.5,9.5],"rotation":90,"texture":"#1"},"west":{"uv":[2,9,14.5,9.5],"rotation":90,"texture":"#1"},"up":{"uv":[2,9,14.5,9.5],"rotation":90,"texture":"#1"},"down":{"uv":[2,9,14.5,9.5],"rotation":90,"texture":"#1"}}},{"from":[4.80109,0.76874,7.83941],"to":[5.12109,9.28874,8.15941],"rotation":{"angle":22.5,"axis":"z","origin":[7.1468,8,7.7848]},"faces":{"north":{"uv":[2,9,14.5,9.5],"rotation":90,"texture":"#1"},"east":{"uv":[2,9,14.5,9.5],"rotation":90,"texture":"#1"},"south":{"uv":[2,9,14.5,9.5],"rotation":90,"texture":"#1"},"west":{"uv":[2,9,14.5,9.5],"rotation":90,"texture":"#1"},"up":{"uv":[2,9,14.5,9.5],"rotation":90,"texture":"#1"},"down":{"uv":[2,9,14.5,9.5],"rotation":90,"texture":"#1"}}},{"from":[4.55145,3.61689,7.86941],"to":[13.21145,3.87689,8.12941],"rotation":{"angle":-22.5,"axis":"z","origin":[7.1468,8,7.7848]},"faces":{"north":{"uv":[2,9,14.5,9.5],"rotation":180,"texture":"#1"},"east":{"uv":[2,9,14.5,9.5],"rotation":180,"texture":"#1"},"south":{"uv":[2,9,14.5,9.5],"rotation":180,"texture":"#1"},"west":{"uv":[2,9,14.5,9.5],"rotation":180,"texture":"#1"},"up":{"uv":[2,9,14.5,9.5],"rotation":180,"texture":"#1"},"down":{"uv":[2,9,14.5,9.5],"rotation":180,"texture":"#1"}}},{"from":[2.5819,2.93551,7.85937],"to":[11.2619,3.21551,8.13937],"rotation":{"angle":22.5,"axis":"z","origin":[7.1468,8,7.7848]},"faces":{"north":{"uv":[2,9,14.5,9.5],"rotation":180,"texture":"#1"},"east":{"uv":[2,9,14.5,9.5],"rotation":180,"texture":"#1"},"south":{"uv":[2,9,14.5,9.5],"rotation":180,"texture":"#1"},"west":{"uv":[2,9,14.5,9.5],"rotation":180,"texture":"#1"},"up":{"uv":[2,9,14.5,9.5],"rotation":180,"texture":"#1"},"down":{"uv":[2,9,14.5,9.5],"rotation":180,"texture":"#1"}}},{"from":[10.77638,1.35025,7.83937],"to":[11.09638,9.87025,8.15937],"rotation":{"angle":-22.5,"axis":"z","origin":[7.1468,8,7.7848]},"faces":{"north":{"uv":[2,9,14.5,9.5],"rotation":270,"texture":"#1"},"east":{"uv":[2,9,14.5,9.5],"rotation":270,"texture":"#1"},"south":{"uv":[2,9,14.5,9.5],"rotation":270,"texture":"#1"},"west":{"uv":[2,9,14.5,9.5],"rotation":270,"texture":"#1"},"up":{"uv":[2,9,14.5,9.5],"rotation":270,"texture":"#1"},"down":{"uv":[2,9,14.5,9.5],"rotation":270,"texture":"#1"}}},{"from":[8.56021,0.72209,7.86937],"to":[8.82021,9.08209,8.12937],"rotation":{"angle":22.5,"axis":"z","origin":[7.1468,8,7.7848]},"faces":{"north":{"uv":[2,9,14.5,9.5],"rotation":270,"texture":"#1"},"east":{"uv":[2,9,14.5,9.5],"rotation":270,"texture":"#1"},"south":{"uv":[2,9,14.5,9.5],"rotation":270,"texture":"#1"},"west":{"uv":[2,9,14.5,9.5],"rotation":270,"texture":"#1"},"up":{"uv":[2,9,14.5,9.5],"rotation":270,"texture":"#1"},"down":{"uv":[2,9,14.5,9.5],"rotation":270,"texture":"#1"}}},{"from":[10.31021,-7.32791,7.91937],"to":[10.47021,-4.06791,8.07937],"rotation":{"angle":22.5,"axis":"z","origin":[9.1468,-5.4,7.7848]},"faces":{"north":{"uv":[10,9,14.5,9.5],"rotation":270,"texture":"#1"},"east":{"uv":[10,9,14.5,9.5],"rotation":270,"texture":"#1"},"south":{"uv":[10,9,14.5,9.5],"rotation":270,"texture":"#1"},"west":{"uv":[10,9,14.5,9.5],"rotation":270,"texture":"#1"},"up":{"uv":[10,9,14.5,9.5],"rotation":270,"texture":"#1"},"down":{"uv":[9.5,9,10,9.5],"rotation":270,"texture":"#1"}}},{"from":[13.41021,1.47209,7.91937],"to":[13.57021,4.73209,8.07937],"rotation":{"angle":22.5,"axis":"z","origin":[12.2468,3.4,7.7848]},"faces":{"north":{"uv":[10,9,14.5,9.5],"rotation":270,"texture":"#1"},"east":{"uv":[10,9,14.5,9.5],"rotation":270,"texture":"#1"},"south":{"uv":[10,9,14.5,9.5],"rotation":270,"texture":"#1"},"west":{"uv":[10,9,14.5,9.5],"rotation":270,"texture":"#1"},"up":{"uv":[10,9,14.5,9.5],"rotation":270,"texture":"#1"},"down":{"uv":[9.5,9,10,9.5],"rotation":270,"texture":"#1"}}},{"from":[3.46021,-2.17791,7.86937],"to":[3.72021,1.18209,8.12937],"rotation":{"angle":22.5,"axis":"z","origin":[2.3468,-0.2,7.7848]},"faces":{"north":{"uv":[10,9,14.5,9.5],"rotation":270,"texture":"#1"},"east":{"uv":[10,9,14.5,9.5],"rotation":270,"texture":"#1"},"south":{"uv":[10,9,14.5,9.5],"rotation":270,"texture":"#1"},"west":{"uv":[10,9,14.5,9.5],"rotation":270,"texture":"#1"},"up":{"uv":[10,9,14.5,9.5],"rotation":270,"texture":"#1"},"down":{"uv":[9.5,9,10,9.5],"rotation":270,"texture":"#1"}}},{"from":[4.5248,7.31217,7.84959],"to":[13.2248,7.61217,8.14959],"rotation":{"angle":-22.5,"axis":"z","origin":[7.1468,8,7.7848]},"faces":{"north":{"uv":[2,9,14.5,9.5],"texture":"#1"},"east":{"uv":[2,9,14.5,9.5],"texture":"#1"},"south":{"uv":[2,9,14.5,9.5],"texture":"#1"},"west":{"uv":[2,9,14.5,9.5],"texture":"#1"},"up":{"uv":[2,9,14.5,9.5],"texture":"#1"},"down":{"uv":[2,9,14.5,9.5],"texture":"#1"}}},{"from":[7.85421,5.0429,7.72472],"to":[8.39421,5.5829,8.26472],"rotation":{"angle":45,"axis":"z","origin":[7.1468,8,7.7848]},"faces":{"north":{"uv":[14,12,15.5,13.5],"rotation":180,"texture":"#1"},"east":{"uv":[14,12,15.5,13.5],"rotation":180,"texture":"#1"},"south":{"uv":[14,12,15.5,13.5],"rotation":180,"texture":"#1"},"west":{"uv":[14,12,15.5,13.5],"rotation":180,"texture":"#1"},"up":{"uv":[14,12,15.5,13.5],"rotation":180,"texture":"#1"},"down":{"uv":[14,12,15.5,13.5],"rotation":180,"texture":"#1"}}},{"from":[5.41469,2.60338,7.72472],"to":[5.95469,3.14338,8.26472],"rotation":{"angle":45,"axis":"z","origin":[7.1468,8,7.7848]},"faces":{"north":{"uv":[14,12,15.5,13.5],"rotation":180,"texture":"#1"},"east":{"uv":[14,12,15.5,13.5],"rotation":180,"texture":"#1"},"south":{"uv":[14,12,15.5,13.5],"rotation":180,"texture":"#1"},"west":{"uv":[14,12,15.5,13.5],"rotation":180,"texture":"#1"},"up":{"uv":[14,12,15.5,13.5],"rotation":180,"texture":"#1"},"down":{"uv":[14,12,15.5,13.5],"rotation":180,"texture":"#1"}}},{"from":[6.61469,-7.19662,7.72472],"to":[7.15469,-6.65662,8.26472],"rotation":{"angle":45,"axis":"z","origin":[8.3468,-1.8,7.7848]},"faces":{"north":{"uv":[15,12,16,13],"rotation":180,"texture":"#1"},"east":{"uv":[15,12,16,13],"rotation":180,"texture":"#1"},"south":{"uv":[15,12,16,13],"rotation":180,"texture":"#1"},"west":{"uv":[15,12,16,13],"rotation":180,"texture":"#1"},"up":{"uv":[15,12,16,13],"rotation":180,"texture":"#1"},"down":{"uv":[15,12,16,13],"rotation":180,"texture":"#1"}}},{"from":[9.71469,1.60338,7.72472],"to":[10.25469,2.14338,8.26472],"rotation":{"angle":45,"axis":"z","origin":[11.4468,7,7.7848]},"faces":{"north":{"uv":[15,12,16,13],"rotation":180,"texture":"#1"},"east":{"uv":[15,12,16,13],"rotation":180,"texture":"#1"},"south":{"uv":[15,12,16,13],"rotation":180,"texture":"#1"},"west":{"uv":[15,12,16,13],"rotation":180,"texture":"#1"},"up":{"uv":[15,12,16,13],"rotation":180,"texture":"#1"},"down":{"uv":[15,12,16,13],"rotation":180,"texture":"#1"}}},{"from":[-0.18531,-2.09662,7.72472],"to":[0.35469,-1.55662,8.26472],"rotation":{"angle":45,"axis":"z","origin":[1.5468,3.4,7.7848]},"faces":{"north":{"uv":[15,12,16,13],"rotation":180,"texture":"#1"},"east":{"uv":[15,12,16,13],"rotation":180,"texture":"#1"},"south":{"uv":[15,12,16,13],"rotation":180,"texture":"#1"},"west":{"uv":[15,12,16,13],"rotation":180,"texture":"#1"},"up":{"uv":[15,12,16,13],"rotation":180,"texture":"#1"},"down":{"uv":[15,12,16,13],"rotation":180,"texture":"#1"}}},{"from":[10.418,-5.97894,7.77472],"to":[10.858,-5.53894,8.21472],"rotation":{"angle":0,"axis":"z","origin":[10.638,-5.75894,7.99472]},"faces":{"north":{"uv":[15,12,16,13],"rotation":90,"texture":"#1"},"east":{"uv":[15,12,16,13],"rotation":90,"texture":"#1"},"south":{"uv":[15,12,16,13],"rotation":90,"texture":"#1"},"west":{"uv":[15,12,16,13],"rotation":90,"texture":"#1"},"up":{"uv":[15,12,16,13],"rotation":90,"texture":"#1"},"down":{"uv":[15,12,16,13],"rotation":90,"texture":"#1"}}},{"from":[13.518,2.82106,7.77472],"to":[13.958,3.26106,8.21472],"rotation":{"angle":0,"axis":"z","origin":[13.738,3.04106,7.99472]},"faces":{"north":{"uv":[15,12,16,13],"rotation":90,"texture":"#1"},"east":{"uv":[15,12,16,13],"rotation":90,"texture":"#1"},"south":{"uv":[15,12,16,13],"rotation":90,"texture":"#1"},"west":{"uv":[15,12,16,13],"rotation":90,"texture":"#1"},"up":{"uv":[15,12,16,13],"rotation":90,"texture":"#1"},"down":{"uv":[15,12,16,13],"rotation":90,"texture":"#1"}}},{"from":[3.618,-0.77894,7.77472],"to":[4.058,-0.33894,8.21472],"rotation":{"angle":0,"axis":"z","origin":[3.838,-0.55894,7.99472]},"faces":{"north":{"uv":[15,12,16,13],"rotation":90,"texture":"#1"},"east":{"uv":[15,12,16,13],"rotation":90,"texture":"#1"},"south":{"uv":[15,12,16,13],"rotation":90,"texture":"#1"},"west":{"uv":[15,12,16,13],"rotation":90,"texture":"#1"},"up":{"uv":[15,12,16,13],"rotation":90,"texture":"#1"},"down":{"uv":[15,12,16,13],"rotation":90,"texture":"#1"}}},{"from":[10.168,-5.32894,7.82472],"to":[10.508,-4.98894,8.16472],"rotation":{"angle":22.5,"axis":"z","origin":[10.338,-5.05894,7.99472]},"faces":{"north":{"uv":[15,12,16,13],"rotation":90,"texture":"#1"},"east":{"uv":[15,12,16,13],"rotation":90,"texture":"#1"},"south":{"uv":[15,12,16,13],"rotation":90,"texture":"#1"},"west":{"uv":[15,12,16,13],"rotation":90,"texture":"#1"},"up":{"uv":[15,12,16,13],"rotation":90,"texture":"#1"},"down":{"uv":[15,12,16,13],"rotation":90,"texture":"#1"}}},{"from":[13.268,3.47106,7.82472],"to":[13.608,3.81106,8.16472],"rotation":{"angle":22.5,"axis":"z","origin":[13.438,3.74106,7.99472]},"faces":{"north":{"uv":[15,12,16,13],"rotation":90,"texture":"#1"},"east":{"uv":[15,12,16,13],"rotation":90,"texture":"#1"},"south":{"uv":[15,12,16,13],"rotation":90,"texture":"#1"},"west":{"uv":[15,12,16,13],"rotation":90,"texture":"#1"},"up":{"uv":[15,12,16,13],"rotation":90,"texture":"#1"},"down":{"uv":[15,12,16,13],"rotation":90,"texture":"#1"}}},{"from":[3.368,-0.12894,7.82472],"to":[3.708,0.21106,8.16472],"rotation":{"angle":22.5,"axis":"z","origin":[3.538,0.14106,7.99472]},"faces":{"north":{"uv":[15,12,16,13],"rotation":90,"texture":"#1"},"east":{"uv":[15,12,16,13],"rotation":90,"texture":"#1"},"south":{"uv":[15,12,16,13],"rotation":90,"texture":"#1"},"west":{"uv":[15,12,16,13],"rotation":90,"texture":"#1"},"up":{"uv":[15,12,16,13],"rotation":90,"texture":"#1"},"down":{"uv":[15,12,16,13],"rotation":90,"texture":"#1"}}},{"from":[5.90594,6.46534,7.72472],"to":[6.44594,7.00534,8.26472],"rotation":{"angle":0,"axis":"z","origin":[7.1468,8,7.7848]},"faces":{"north":{"uv":[14,12,15.5,13.5],"rotation":90,"texture":"#1"},"east":{"uv":[14,12,15.5,13.5],"rotation":90,"texture":"#1"},"south":{"uv":[14,12,15.5,13.5],"rotation":90,"texture":"#1"},"west":{"uv":[14,12,15.5,13.5],"rotation":90,"texture":"#1"},"up":{"uv":[14,12,15.5,13.5],"rotation":90,"texture":"#1"},"down":{"uv":[14,12,15.5,13.5],"rotation":90,"texture":"#1"}}},{"from":[4.34779,3.88848,7.72472],"to":[4.88779,4.42848,8.26472],"rotation":{"angle":22.5,"axis":"z","origin":[7.1468,8,7.7848]},"faces":{"north":{"uv":[14,12,15.5,13.5],"rotation":90,"texture":"#1"},"east":{"uv":[14,12,15.5,13.5],"rotation":90,"texture":"#1"},"south":{"uv":[14,12,15.5,13.5],"rotation":90,"texture":"#1"},"west":{"uv":[14,12,15.5,13.5],"rotation":90,"texture":"#1"},"up":{"uv":[14,12,15.5,13.5],"rotation":90,"texture":"#1"},"down":{"uv":[14,12,15.5,13.5],"rotation":90,"texture":"#1"}}},{"from":[7.54623,6.89826,7.72472],"to":[8.08623,7.43826,8.26472],"rotation":{"angle":22.5,"axis":"z","origin":[7.1468,8,7.7848]},"faces":{"north":{"uv":[14,12,15.5,13.5],"rotation":180,"texture":"#1"},"east":{"uv":[14,12,15.5,13.5],"rotation":180,"texture":"#1"},"south":{"uv":[14,12,15.5,13.5],"rotation":180,"texture":"#1"},"west":{"uv":[14,12,15.5,13.5],"rotation":180,"texture":"#1"},"up":{"uv":[14,12,15.5,13.5],"rotation":180,"texture":"#1"},"down":{"uv":[14,12,15.5,13.5],"rotation":180,"texture":"#1"}}},{"from":[3.64459,3.30721,7.72472],"to":[4.18459,3.84721,8.26472],"rotation":{"angle":45,"axis":"z","origin":[7.1468,8,7.7848]},"faces":{"north":{"uv":[14,12,15.5,13.5],"rotation":180,"texture":"#1"},"east":{"uv":[14,12,15.5,13.5],"rotation":180,"texture":"#1"},"south":{"uv":[14,12,15.5,13.5],"rotation":180,"texture":"#1"},"west":{"uv":[14,12,15.5,13.5],"rotation":180,"texture":"#1"},"up":{"uv":[14,12,15.5,13.5],"rotation":180,"texture":"#1"},"down":{"uv":[14,12,15.5,13.5],"rotation":180,"texture":"#1"}}},{"from":[5.40559,4.71201,7.72472],"to":[5.94559,5.25201,8.26472],"rotation":{"angle":0,"axis":"z","origin":[7.1468,8,7.7848]},"faces":{"north":{"uv":[14,12,15.5,13.5],"rotation":90,"texture":"#1"},"east":{"uv":[14,12,15.5,13.5],"rotation":90,"texture":"#1"},"south":{"uv":[14,12,15.5,13.5],"rotation":90,"texture":"#1"},"west":{"uv":[14,12,15.5,13.5],"rotation":90,"texture":"#1"},"up":{"uv":[14,12,15.5,13.5],"rotation":90,"texture":"#1"},"down":{"uv":[14,12,15.5,13.5],"rotation":90,"texture":"#1"}}},{"from":[11.28925,8.02981,7.72472],"to":[11.82925,8.56981,8.26472],"rotation":{"angle":-45,"axis":"z","origin":[7.1468,8,7.7848]},"faces":{"north":{"uv":[14,12,15.5,13.5],"texture":"#1"},"east":{"uv":[14,12,15.5,13.5],"texture":"#1"},"south":{"uv":[14,12,15.5,13.5],"texture":"#1"},"west":{"uv":[14,12,15.5,13.5],"texture":"#1"},"up":{"uv":[14,12,15.5,13.5],"texture":"#1"},"down":{"uv":[14,12,15.5,13.5],"texture":"#1"}}},{"from":[2.02159,6.56036,7.37472],"to":[3.56159,6.90036,8.71472],"rotation":{"angle":22.5,"axis":"z","origin":[7.1468,8,7.7848]},"faces":{"north":{"uv":[11.5,1,13,1.5],"texture":"#1"},"east":{"uv":[11.5,1,13,1.5],"texture":"#1"},"south":{"uv":[11.5,1,13,1.5],"texture":"#1"},"west":{"uv":[11.5,1,13,1.5],"texture":"#1"},"up":{"uv":[11.5,1,13,1.5],"texture":"#1"},"down":{"uv":[11.5,1,13,1.5],"texture":"#1"}}},{"from":[4.35007,3.62144,7.42472],"to":[5.79007,3.86144,8.66472],"rotation":{"angle":-22.5,"axis":"z","origin":[7.1468,8,7.7848]},"faces":{"north":{"uv":[11.5,1,13,1.5],"texture":"#1"},"east":{"uv":[11.5,1,13,1.5],"texture":"#1"},"south":{"uv":[11.5,1,13,1.5],"texture":"#1"},"west":{"uv":[11.5,1,13,1.5],"texture":"#1"},"up":{"uv":[11.5,1,13,1.5],"texture":"#1"},"down":{"uv":[11.5,1,13,1.5],"texture":"#1"}}},{"from":[5.43283,9.53892,7.47472],"to":[5.87283,10.67892,8.51472],"rotation":{"angle":45,"axis":"z","origin":[7.1468,8,7.7848]},"faces":{"north":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"},"east":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"},"south":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"},"west":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"},"up":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"},"down":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"}}},{"from":[7.71511,9.49665,7.67472],"to":[8.25511,10.13665,8.31472],"rotation":{"angle":0,"axis":"z","origin":[7.1468,8,7.7848]},"faces":{"north":{"uv":[0.5,9,1.5,9.5],"rotation":90,"texture":"#1"},"east":{"uv":[0.5,9,1.5,9.5],"rotation":90,"texture":"#1"},"south":{"uv":[0.5,9,1.5,9.5],"rotation":90,"texture":"#1"},"west":{"uv":[0.5,9,1.5,9.5],"rotation":90,"texture":"#1"},"up":{"uv":[0.5,9,1.5,9.5],"rotation":90,"texture":"#1"},"down":{"uv":[0.5,9,1.5,9.5],"rotation":90,"texture":"#1"}}},{"from":[9.71511,-3.90335,7.67472],"to":[9.95511,-3.26335,8.31472],"rotation":{"angle":0,"axis":"z","origin":[9.1468,-5.4,7.7848]},"faces":{"north":{"uv":[2,9,3,9.5],"rotation":90,"texture":"#1"},"east":{"uv":[2,9,3,9.5],"rotation":90,"texture":"#1"},"south":{"uv":[2,9,3,9.5],"rotation":90,"texture":"#1"},"west":{"uv":[2,9,3,9.5],"rotation":90,"texture":"#1"},"up":{"uv":[2,9,3,9.5],"rotation":90,"texture":"#1"},"down":{"uv":[2,9,3,9.5],"rotation":90,"texture":"#1"}}},{"from":[10.14018,5.00754,7.67472],"to":[10.73018,5.54754,8.31472],"rotation":{"angle":45,"axis":"z","origin":[7.1468,8,7.7848]},"faces":{"north":{"uv":[2,9,3,9.5],"rotation":180,"texture":"#1"},"east":{"uv":[2,9,3,9.5],"rotation":180,"texture":"#1"},"south":{"uv":[2,9,3,9.5],"rotation":180,"texture":"#1"},"west":{"uv":[2,9,3,9.5],"rotation":180,"texture":"#1"},"up":{"uv":[2,9,3,9.5],"rotation":180,"texture":"#1"},"down":{"uv":[2,9,3,9.5],"rotation":180,"texture":"#1"}}},{"from":[12.47254,4.75801,7.67472],"to":[13.06254,5.29801,8.31472],"rotation":{"angle":0,"axis":"z","origin":[7.1468,8,7.7848]},"faces":{"north":{"uv":[2,9,3,9.5],"rotation":180,"texture":"#1"},"east":{"uv":[2,9,3,9.5],"rotation":180,"texture":"#1"},"south":{"uv":[2,9,3,9.5],"rotation":180,"texture":"#1"},"west":{"uv":[2,9,3,9.5],"rotation":180,"texture":"#1"},"up":{"uv":[2,9,3,9.5],"rotation":180,"texture":"#1"},"down":{"uv":[2,9,3,9.5],"rotation":180,"texture":"#1"}}},{"from":[14.34296,6.24102,7.67472],"to":[14.93296,6.78102,8.31472],"rotation":{"angle":-45,"axis":"z","origin":[7.1468,8,7.7848]},"faces":{"north":{"uv":[2,9,3,9.5],"rotation":180,"texture":"#1"},"east":{"uv":[2,9,3,9.5],"rotation":180,"texture":"#1"},"south":{"uv":[2,9,3,9.5],"rotation":180,"texture":"#1"},"west":{"uv":[2,9,3,9.5],"rotation":180,"texture":"#1"},"up":{"uv":[2,9,3,9.5],"rotation":180,"texture":"#1"},"down":{"uv":[2,9,3,9.5],"rotation":180,"texture":"#1"}}},{"from":[7.74116,-0.24935,7.67472],"to":[8.28116,0.79065,8.31472],"rotation":{"angle":0,"axis":"z","origin":[7.1468,8,7.7848]},"faces":{"north":{"uv":[2,9,3,9.5],"rotation":90,"texture":"#1"},"east":{"uv":[2,9,3,9.5],"rotation":90,"texture":"#1"},"south":{"uv":[2,9,3,9.5],"rotation":90,"texture":"#1"},"west":{"uv":[2,9,3,9.5],"rotation":90,"texture":"#1"},"up":{"uv":[2,9,3,9.5],"rotation":90,"texture":"#1"},"down":{"uv":[2,9,3,9.5],"rotation":90,"texture":"#1"}}},{"from":[1.68219,1.83776,7.38024],"to":[2.98219,5.63776,8.68024],"rotation":{"angle":22.5,"axis":"z","origin":[7.1468,8,7.7848]},"faces":{"north":{"uv":[5.5,14.5,10.5,16],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,14.5,10.5,16],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,14.5,10.5,16],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,14.5,10.5,16],"rotation":270,"texture":"#0"},"up":{"uv":[9,14.5,10.5,16],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,14.5,7,16],"rotation":270,"texture":"#0"}}},{"from":[5.17998,-2.81142,7.28024],"to":[6.67998,0.68858,8.78024],"rotation":{"angle":45,"axis":"z","origin":[5.42998,-0.43642,8.03024]},"faces":{"north":{"uv":[1.5,14.5,5,16],"rotation":270,"texture":"#0"},"east":{"uv":[1.5,14.5,5,16],"rotation":270,"texture":"#0"},"south":{"uv":[1.5,14.5,5,16],"rotation":270,"texture":"#0"},"west":{"uv":[1.5,14.5,5,16],"rotation":270,"texture":"#0"},"up":{"uv":[3.5,14.5,5,16],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,14.5,3,16],"rotation":270,"texture":"#0"}}},{"from":[5.70022,-3.76397,7.38124],"to":[8.19822,-1.26597,8.67924],"rotation":{"angle":45,"axis":"z","origin":[6.34922,-0.78997,8.03024]},"faces":{"north":{"uv":[3,13.5,5.5,16],"rotation":270,"texture":"#0"},"east":{"uv":[3,14.5,5.5,16],"rotation":270,"texture":"#0"},"south":{"uv":[3,13.5,5.5,16],"rotation":270,"texture":"#0"},"west":{"uv":[3,14.5,5.5,16],"rotation":270,"texture":"#0"},"up":{"uv":[3,14.5,5.5,16],"rotation":180,"texture":"#0"},"down":{"uv":[3,14.5,5.5,16],"rotation":180,"texture":"#0"}}},{"from":[3.01233,3.69824,7.43035],"to":[4.21233,6.49824,8.63035],"rotation":{"angle":0,"axis":"z","origin":[7.1468,8,7.7848]},"faces":{"north":{"uv":[8,14.5,12,16],"rotation":270,"texture":"#0"},"east":{"uv":[8,14.5,12,16],"rotation":270,"texture":"#0"},"south":{"uv":[8,14.5,12,16],"rotation":270,"texture":"#0"},"west":{"uv":[8,14.5,12,16],"rotation":270,"texture":"#0"},"up":{"uv":[10.5,14.5,12,16],"rotation":270,"texture":"#0"},"down":{"uv":[8,14.5,12,16],"rotation":270,"texture":"#0"}}},{"from":[-0.04491,4.02073,7.53035],"to":[0.95509,6.02073,8.53035],"rotation":{"angle":45,"axis":"z","origin":[2.39673,7.76452,8.0306]},"faces":{"north":{"uv":[10,14.5,13,16],"rotation":270,"texture":"#0"},"east":{"uv":[10,14.5,13,16],"rotation":270,"texture":"#0"},"south":{"uv":[10,16,13,14.5],"rotation":270,"texture":"#0"},"west":{"uv":[9.5,14.5,12.5,16],"rotation":270,"texture":"#0"},"up":{"uv":[11.5,14,13,15.5],"texture":"#0"},"down":{"uv":[10,14.5,13,16],"rotation":270,"texture":"#0"}}},{"from":[2.42926,5.22609,7.63035],"to":[3.22926,7.52609,8.43035],"rotation":{"angle":22.5,"axis":"z","origin":[2.39673,7.76452,8.0306]},"faces":{"north":{"uv":[0,12,2.5,13],"rotation":270,"texture":"#0"},"east":{"uv":[1,12.5,3.5,11.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,13,2.5,12],"rotation":270,"texture":"#0"},"west":{"uv":[0,13.5,2.5,12.5],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,12.5,3.5,11.5],"rotation":270,"texture":"#0"},"down":{"uv":[0,13,2.5,12],"rotation":270,"texture":"#0"}}},{"from":[0.90321,5.2179,7.63068],"to":[1.70321,7.5179,8.43068],"rotation":{"angle":22.5,"axis":"z","origin":[2.39673,7.76452,8.0306]},"faces":{"north":{"uv":[11.5,15,14.5,16],"rotation":270,"texture":"#0"},"east":{"uv":[11.5,14.5,14.5,15.5],"rotation":270,"texture":"#0"},"south":{"uv":[11.5,16,14.5,15],"rotation":270,"texture":"#0"},"west":{"uv":[11.5,15.5,14.5,16],"rotation":270,"texture":"#0"},"up":{"uv":[11.5,15,14.5,16],"rotation":270,"texture":"#0"},"down":{"uv":[11.5,15,14.5,16],"rotation":270,"texture":"#0"}}},{"from":[2.5823,7.55963,7.73068],"to":[3.1823,9.65963,8.33068],"rotation":{"angle":0,"axis":"z","origin":[2.39673,7.76452,8.0306]},"faces":{"north":{"uv":[4,11.5,6,11],"rotation":270,"texture":"#0"},"east":{"uv":[4,11.5,6,11],"rotation":270,"texture":"#0"},"south":{"uv":[4,11.5,6,11],"rotation":270,"texture":"#0"},"west":{"uv":[4,11.5,6,11],"rotation":270,"texture":"#0"},"up":{"uv":[5.5,11.5,6,11],"rotation":270,"texture":"#0"},"down":{"uv":[4,11.5,6,11],"rotation":270,"texture":"#0"}}},{"from":[3.86415,8.14371,7.73068],"to":[4.46415,10.24371,8.33068],"rotation":{"angle":-22.5,"axis":"z","origin":[5.6468,7,7.7848]},"faces":{"north":{"uv":[2.5,12.5,4.5,12],"rotation":270,"texture":"#0"},"east":{"uv":[2.5,12.5,4.5,12],"rotation":270,"texture":"#0"},"south":{"uv":[2.5,12.5,4.5,12],"rotation":270,"texture":"#0"},"west":{"uv":[2.5,12.5,4.5,12],"rotation":270,"texture":"#0"},"up":{"uv":[4,12.5,4.5,12],"rotation":270,"texture":"#0"},"down":{"uv":[2.5,12.5,4.5,12],"rotation":270,"texture":"#0"}}},{"from":[1.05321,7.3679,7.78068],"to":[1.55321,8.8679,8.28068],"rotation":{"angle":22.5,"axis":"z","origin":[2.39673,7.76452,8.0306]},"faces":{"north":{"uv":[0,12,1.5,12.5],"rotation":270,"texture":"#0"},"east":{"uv":[0,12,1.5,12.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,12,1.5,12.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,12,1.5,12.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,12,1.5,12.5],"rotation":270,"texture":"#0"},"down":{"uv":[0,12,1.5,12.5],"rotation":270,"texture":"#0"}}},{"from":[0.81882,8.18727,7.88068],"to":[1.11882,8.98727,8.18068],"rotation":{"angle":0,"axis":"z","origin":[2.39673,7.76452,8.0306]},"faces":{"north":{"uv":[4,12,5.5,12.5],"rotation":270,"texture":"#0"},"east":{"uv":[4,12,5.5,12.5],"rotation":270,"texture":"#0"},"south":{"uv":[4,12,5.5,12.5],"rotation":270,"texture":"#0"},"west":{"uv":[4,12,5.5,12.5],"rotation":270,"texture":"#0"},"up":{"uv":[4,12,5.5,12.5],"rotation":270,"texture":"#0"},"down":{"uv":[4,12,5.5,12.5],"rotation":270,"texture":"#0"}}},{"from":[2.68231,8.85963,7.83068],"to":[3.08231,10.25963,8.23068],"rotation":{"angle":0,"axis":"z","origin":[2.39673,7.76452,8.0306]},"faces":{"north":{"uv":[5.5,11.5,6.5,12.5],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,11.5,6.5,12.5],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,11.5,6.5,12.5],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,11.5,6.5,12.5],"rotation":270,"texture":"#0"},"up":{"uv":[5.5,11.5,6.5,12.5],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,11.5,6.5,12.5],"rotation":270,"texture":"#0"}}},{"from":[1.72323,10.1439,7.88068],"to":[2.02323,10.9439,8.18068],"rotation":{"angle":-22.5,"axis":"z","origin":[2.39673,7.76452,8.0306]},"faces":{"north":{"uv":[6.5,11.5,7.5,12],"rotation":270,"texture":"#0"},"east":{"uv":[6.5,11.5,7.5,12],"rotation":270,"texture":"#0"},"south":{"uv":[6.5,11.5,7.5,12],"rotation":270,"texture":"#0"},"west":{"uv":[6.5,11.5,7.5,12],"rotation":270,"texture":"#0"},"up":{"uv":[6.5,11.5,7.5,12],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,11.5,7.5,12],"rotation":270,"texture":"#0"}}},{"from":[2.83746,9.32185,7.83068],"to":[3.23746,10.72185,8.23068],"rotation":{"angle":-45,"axis":"z","origin":[5.6468,7,7.7848]},"faces":{"north":{"uv":[5,12.5,7,12],"rotation":270,"texture":"#0"},"east":{"uv":[5,12.5,7,12],"rotation":270,"texture":"#0"},"south":{"uv":[5,12.5,7,12],"rotation":270,"texture":"#0"},"west":{"uv":[5,12.5,7,12],"rotation":270,"texture":"#0"},"up":{"uv":[6.5,12.5,7,12],"rotation":270,"texture":"#0"},"down":{"uv":[5,12.5,7,12],"rotation":270,"texture":"#0"}}},{"from":[3.95741,4.98152,7.51023],"to":[4.99741,7.02152,8.55023],"rotation":{"angle":-22.5,"axis":"z","origin":[7.1468,8,7.7848]},"faces":{"north":{"uv":[14,14.5,11,16],"rotation":90,"texture":"#0"},"east":{"uv":[13,14.5,10,16],"rotation":90,"texture":"#0"},"south":{"uv":[11,14.5,14,16],"rotation":270,"texture":"#0"},"west":{"uv":[13.5,14,10.5,15.5],"rotation":90,"texture":"#0"},"up":{"uv":[14,14.5,12.5,16],"rotation":270,"texture":"#0"},"down":{"uv":[14,14.5,11,16],"rotation":90,"texture":"#0"}}},{"from":[4.62732,5.81324,7.61128],"to":[5.46732,7.65324,8.45128],"rotation":{"angle":-45,"axis":"z","origin":[7.1468,8,7.7848]},"faces":{"north":{"uv":[1,11.5,3,12.5],"rotation":270,"texture":"#0"},"east":{"uv":[1,11.5,3,12.5],"rotation":270,"texture":"#0"},"south":{"uv":[1,11.5,3,12.5],"rotation":270,"texture":"#0"},"west":{"uv":[1,11.5,3,12.5],"rotation":270,"texture":"#0"},"up":{"uv":[2,11.5,3,12.5],"rotation":270,"texture":"#0"},"down":{"uv":[1,11.5,3,12.5],"rotation":270,"texture":"#0"}}},{"from":[5.84439,9.41584,7.68139],"to":[10.54439,10.11584,8.38139],"rotation":{"angle":22.5,"axis":"z","origin":[7.1468,8,7.7848]},"faces":{"north":{"uv":[3,12,8,13],"rotation":180,"texture":"#0"},"east":{"uv":[7.5,11.5,8.5,12.5],"texture":"#0"},"south":{"uv":[3,13,8,12],"texture":"#0"},"west":{"uv":[3,12,8,13],"texture":"#0"},"up":{"uv":[3.5,12,8.5,13],"texture":"#0"},"down":{"uv":[3,12,8,13],"texture":"#0"}}},{"from":[9.51332,9.39307,7.63139],"to":[9.71332,10.19307,8.43139],"rotation":{"angle":22.5,"axis":"z","origin":[7.1468,8,7.7848]},"faces":{"north":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"},"east":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"},"south":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"},"west":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"},"up":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"},"down":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"}}},{"from":[7.80551,9.3351,7.63139],"to":[8.00551,10.1351,8.43139],"rotation":{"angle":22.5,"axis":"z","origin":[7.1468,8,7.7848]},"faces":{"north":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"},"east":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"},"south":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"},"west":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"},"up":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"},"down":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"}}},{"from":[1.59674,4.977,7.28139],"to":[3.09674,5.277,8.78139],"rotation":{"angle":22.5,"axis":"z","origin":[7.1468,8,7.7848]},"faces":{"north":{"uv":[11.5,1,13,1.5],"texture":"#1"},"east":{"uv":[11.5,1,13,1.5],"texture":"#1"},"south":{"uv":[11.5,1,13,1.5],"texture":"#1"},"west":{"uv":[11.5,1,13,1.5],"texture":"#1"},"up":{"uv":[11.5,1,13,1.5],"texture":"#1"},"down":{"uv":[11.5,1,13,1.5],"texture":"#1"}}},{"from":[3.11157,1.25879,7.48139],"to":[3.41157,2.25879,8.58139],"rotation":{"angle":-22.5,"axis":"z","origin":[3.31157,2.00879,8.03139]},"faces":{"north":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"},"east":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"},"south":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"},"west":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"},"up":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"},"down":{"uv":[11.5,1,13,1.5],"rotation":90,"texture":"#1"}}},{"from":[6.53156,11.66131,7.77826],"to":[7.03156,12.36131,8.27826],"rotation":{"angle":-45,"axis":"z","origin":[7.1468,8,7.7848]},"faces":{"north":{"uv":[7.5,12,8.9,13],"rotation":270,"texture":"#0"},"east":{"uv":[7.5,12,8.9,13],"rotation":270,"texture":"#0"},"south":{"uv":[7.5,12,8.9,13],"rotation":270,"texture":"#0"},"west":{"uv":[8,12,9.4,13],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,12,9.5,13],"rotation":270,"texture":"#0"},"down":{"uv":[8,12,9.4,13],"rotation":270,"texture":"#0"}}},{"from":[3.35607,1.23723,7.43035],"to":[5.05607,2.38723,8.63035],"rotation":{"angle":-22.5,"axis":"z","origin":[3.04485,1.86851,8.03035]},"faces":{"north":{"uv":[4.5,14.5,6.5,16],"texture":"#0"},"east":{"uv":[4.5,14.5,6.5,16],"texture":"#0"},"south":{"uv":[4.5,14.5,6.5,16],"texture":"#0"},"west":{"uv":[5,14.5,6.5,16],"texture":"#0"},"up":{"uv":[4.5,14.5,6.5,16],"texture":"#0"},"down":{"uv":[4.5,14.5,6.5,16],"texture":"#0"}}},{"from":[2.47607,1.40723,7.55035],"to":[3.43607,2.26723,8.51035],"rotation":{"angle":-22.5,"axis":"z","origin":[3.04485,1.86851,8.03035]},"faces":{"north":{"uv":[5,14.5,6.5,16],"texture":"#0"},"east":{"uv":[5,14.5,6.5,16],"texture":"#0"},"south":{"uv":[5,14.5,6.5,16],"texture":"#0"},"west":{"uv":[5,14.5,6.5,16],"texture":"#0"},"up":{"uv":[5,14.5,6.5,16],"texture":"#0"},"down":{"uv":[5,14.5,6.5,16],"texture":"#0"}}},{"from":[2.51103,2.26184,7.63035],"to":[3.11103,3.06184,8.43035],"rotation":{"angle":45,"axis":"z","origin":[3.04485,1.86851,8.03035]},"faces":{"north":{"uv":[7,15,8,16],"texture":"#0"},"east":{"uv":[7,15,8,16],"texture":"#0"},"south":{"uv":[7,15,8,16],"texture":"#0"},"west":{"uv":[7,15,8,16],"texture":"#0"},"up":{"uv":[7,15,8,16],"texture":"#0"},"down":{"uv":[7,15,8,16],"texture":"#0"}}},{"from":[7.50136,-1.61178,11.20456],"to":[8.50136,-0.61178,12.20456],"rotation":{"angle":-22.5,"axis":"x","origin":[6.5468,-12.8,9.0848]},"faces":{"north":{"uv":[5.5,6.5,7,8],"rotation":180,"texture":"#1"},"east":{"uv":[5.5,6.5,7,8],"rotation":180,"texture":"#1"},"south":{"uv":[5.5,6.5,7,8],"rotation":180,"texture":"#1"},"west":{"uv":[5.5,6.5,7,8],"rotation":180,"texture":"#1"},"up":{"uv":[5.5,5,7,6.5],"rotation":180,"texture":"#1"},"down":{"uv":[5.5,6.5,7,8],"rotation":180,"texture":"#1"}}},{"from":[8.25136,-1.74895,8.48225],"to":[8.95136,-1.04895,9.18225],"rotation":{"angle":-22.5,"axis":"x","origin":[8.60136,-1.39895,8.83225]},"faces":{"north":{"uv":[5.5,6.5,7,8],"texture":"#1"},"east":{"uv":[5.5,6.5,7,8],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,5,7,6.5],"rotation":180,"texture":"#1"},"west":{"uv":[5.5,6.5,7,8],"rotation":270,"texture":"#1"},"up":{"uv":[5.5,6.5,7,8],"texture":"#1"},"down":{"uv":[5.5,6.5,7,8],"rotation":180,"texture":"#1"}}},{"from":[3.38906,6.3362,8.36276],"to":[3.98906,6.9362,8.96276],"rotation":{"angle":-22.5,"axis":"x","origin":[3.69929,6.68977,8.52802]},"faces":{"north":{"uv":[7,6.5,5.5,8],"rotation":270,"texture":"#1"},"east":{"uv":[5.5,8,7,6.5],"rotation":90,"texture":"#1"},"south":{"uv":[7,5,5.5,6.5],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,8,7,6.5],"rotation":90,"texture":"#1"},"up":{"uv":[7,6.5,5.5,8],"rotation":90,"texture":"#1"},"down":{"uv":[7,6.5,5.5,8],"rotation":90,"texture":"#1"}}},{"from":[3.38906,3.8362,7.03724],"to":[3.98906,4.4362,7.63724],"rotation":{"angle":22.5,"axis":"x","origin":[3.69929,4.18977,7.47198]},"faces":{"north":{"uv":[7,6.5,5.5,5],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,6.5,7,8],"rotation":90,"texture":"#1"},"south":{"uv":[7,8,5.5,6.5],"rotation":270,"texture":"#1"},"west":{"uv":[5.5,6.5,7,8],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,6.5,7,8],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,6.5,7,8],"rotation":90,"texture":"#1"}}},{"from":[5.737,-0.46836,8.25609],"to":[6.337,0.13164,8.85609],"rotation":{"angle":-22.5,"axis":"y","origin":[5.76205,-0.19537,8.70968]},"faces":{"north":{"uv":[7,6.5,5.5,8],"texture":"#1"},"east":{"uv":[7,6.5,5.5,8],"texture":"#1"},"south":{"uv":[7,5,5.5,6.5],"texture":"#1"},"west":{"uv":[7,6.5,5.5,8],"texture":"#1"},"up":{"uv":[5.5,8,7,6.5],"texture":"#1"},"down":{"uv":[5.5,8,7,6.5],"texture":"#1"}}},{"from":[6.65832,-2,6.09614],"to":[7.45832,-1.2,6.89614],"rotation":{"angle":-22.5,"axis":"y","origin":[6.5468,-13,9.5848]},"faces":{"north":{"uv":[5.5,5,7,6.5],"rotation":180,"texture":"#1"},"east":{"uv":[5.5,6.5,7,8],"rotation":180,"texture":"#1"},"south":{"uv":[5.5,6.5,7,8],"rotation":180,"texture":"#1"},"west":{"uv":[5.5,6.5,7,8],"rotation":180,"texture":"#1"},"up":{"uv":[5.5,6.5,7,8],"rotation":180,"texture":"#1"},"down":{"uv":[5.5,6.5,7,8],"rotation":180,"texture":"#1"}}},{"from":[6.75832,-1.9,6.19614],"to":[7.35832,-1.3,6.79614],"rotation":{"angle":-22.5,"axis":"y","origin":[6.5468,-13,9.5848]},"faces":{"north":{"uv":[2.5,6.5,3.5,7.5],"rotation":180,"texture":"#1"},"east":{"uv":[5.5,6.5,7,8],"rotation":180,"texture":"#1"},"south":{"uv":[5.5,6.5,7,8],"rotation":180,"texture":"#1"},"west":{"uv":[5.5,6.5,7,8],"rotation":180,"texture":"#1"},"up":{"uv":[5.5,6.5,7,8],"rotation":180,"texture":"#1"},"down":{"uv":[5.5,6.5,7,8],"rotation":180,"texture":"#1"}}},{"from":[3.15147,6.94674,8.54636],"to":[3.55147,7.34674,8.94636],"rotation":{"angle":-45,"axis":"z","origin":[3.69929,6.88977,8.62802]},"faces":{"north":{"uv":[7,7,6,8],"rotation":270,"texture":"#1"},"east":{"uv":[6,8,7,7],"rotation":90,"texture":"#1"},"south":{"uv":[7,7,6,8],"rotation":90,"texture":"#1"},"west":{"uv":[6,8,7,7],"rotation":90,"texture":"#1"},"up":{"uv":[7,7,6,8],"rotation":90,"texture":"#1"},"down":{"uv":[7,7,6,8],"rotation":90,"texture":"#1"}}},{"from":[5.35998,-0.63565,8.54636],"to":[5.75998,-0.23565,8.94636],"rotation":{"angle":-45,"axis":"z","origin":[5.76205,-0.19537,8.70968]},"faces":{"north":{"uv":[7,7,6,8],"texture":"#1"},"east":{"uv":[7,7,6,8],"texture":"#1"},"south":{"uv":[7,7,6,8],"texture":"#1"},"west":{"uv":[7,7,6,8],"texture":"#1"},"up":{"uv":[6,8,7,7],"texture":"#1"},"down":{"uv":[6,8,7,7],"texture":"#1"}}},{"from":[8.54926,-2.22238,8.64636],"to":[8.94926,-1.82238,9.04636],"rotation":{"angle":22.5,"axis":"y","origin":[8.74926,-2.02238,8.84636]},"faces":{"north":{"uv":[7,7,6,8],"texture":"#1"},"east":{"uv":[7,7,6,8],"texture":"#1"},"south":{"uv":[7,7,6,8],"texture":"#1"},"west":{"uv":[7,7,6,8],"texture":"#1"},"up":{"uv":[6,8,7,7],"texture":"#1"},"down":{"uv":[6,8,7,7],"texture":"#1"}}},{"from":[7.94926,-1.92238,8.74636],"to":[8.34926,-1.52238,9.14636],"rotation":{"angle":-22.5,"axis":"x","origin":[8.14926,-1.72238,8.94636]},"faces":{"north":{"uv":[7,7,6,8],"texture":"#1"},"east":{"uv":[7,7,6,8],"texture":"#1"},"south":{"uv":[7,7,6,8],"texture":"#1"},"west":{"uv":[7,7,6,8],"texture":"#1"},"up":{"uv":[6,8,7,7],"texture":"#1"},"down":{"uv":[6,8,7,7],"texture":"#1"}}},{"from":[2.83653,3.16209,7.5986],"to":[3.23653,3.56209,7.9986],"rotation":{"angle":22.5,"axis":"x","origin":[3.13653,3.2249,7.94636]},"faces":{"north":{"uv":[7,7,6,8],"rotation":180,"texture":"#1"},"east":{"uv":[7,7,6,8],"rotation":180,"texture":"#1"},"south":{"uv":[7,7,6,8],"rotation":180,"texture":"#1"},"west":{"uv":[7,7,6,8],"rotation":180,"texture":"#1"},"up":{"uv":[6,8,7,7],"rotation":270,"texture":"#1"},"down":{"uv":[6,8,7,7],"rotation":90,"texture":"#1"}}},{"from":[-0.28153,-3.6299,6.75364],"to":[0.11847,-3.2299,7.15364],"rotation":{"angle":-45,"axis":"z","origin":[6.5468,-13,9.3848]},"faces":{"north":{"uv":[6,7,7,8],"rotation":180,"texture":"#1"},"east":{"uv":[6,7,7,8],"rotation":180,"texture":"#1"},"south":{"uv":[6,7,7,8],"rotation":180,"texture":"#1"},"west":{"uv":[6,7,7,8],"rotation":180,"texture":"#1"},"up":{"uv":[6,7,7,8],"rotation":180,"texture":"#1"},"down":{"uv":[6,7,7,8],"rotation":180,"texture":"#1"}}},{"from":[-0.28153,-9.5299,7.15364],"to":[0.11847,-9.1299,7.55364],"rotation":{"angle":-45,"axis":"z","origin":[6.5468,-18.9,9.7848]},"faces":{"north":{"uv":[6,7,7,8],"rotation":180,"texture":"#1"},"east":{"uv":[6,7,7,8],"rotation":180,"texture":"#1"},"south":{"uv":[6,7,7,8],"rotation":180,"texture":"#1"},"west":{"uv":[6,7,7,8],"rotation":180,"texture":"#1"},"up":{"uv":[6,7,7,8],"rotation":180,"texture":"#1"},"down":{"uv":[6,7,7,8],"rotation":180,"texture":"#1"}}},{"from":[3.82928,6.18608,8.54636],"to":[4.22928,6.58608,8.94636],"rotation":{"angle":-45,"axis":"z","origin":[3.59929,7.18977,8.92802]},"faces":{"north":{"uv":[7,7,6,8],"rotation":270,"texture":"#1"},"east":{"uv":[6,8,7,7],"rotation":90,"texture":"#1"},"south":{"uv":[7,7,6,8],"rotation":90,"texture":"#1"},"west":{"uv":[6,8,7,7],"rotation":90,"texture":"#1"},"up":{"uv":[7,7,6,8],"rotation":90,"texture":"#1"},"down":{"uv":[7,7,6,8],"rotation":90,"texture":"#1"}}},{"from":[3.82928,3.68608,7.05364],"to":[4.22928,4.08608,7.45364],"rotation":{"angle":-45,"axis":"z","origin":[3.59929,4.68977,7.07198]},"faces":{"north":{"uv":[7,8,6,7],"rotation":90,"texture":"#1"},"east":{"uv":[6,7,7,8],"rotation":90,"texture":"#1"},"south":{"uv":[7,8,6,7],"rotation":270,"texture":"#1"},"west":{"uv":[6,7,7,8],"rotation":90,"texture":"#1"},"up":{"uv":[6,7,7,8],"rotation":90,"texture":"#1"},"down":{"uv":[6,7,7,8],"rotation":90,"texture":"#1"}}},{"from":[-1.20076,-4.34913,7.05364],"to":[-0.80076,-3.94913,7.45364],"rotation":{"angle":-45,"axis":"z","origin":[6.5468,-12.8,9.0848]},"faces":{"north":{"uv":[6,7,7,8],"rotation":180,"texture":"#1"},"east":{"uv":[6,7,7,8],"rotation":180,"texture":"#1"},"south":{"uv":[6,7,7,8],"rotation":180,"texture":"#1"},"west":{"uv":[6,7,7,8],"rotation":180,"texture":"#1"},"up":{"uv":[6,7,7,8],"rotation":180,"texture":"#1"},"down":{"uv":[6,7,7,8],"rotation":180,"texture":"#1"}}},{"from":[3.98162,6.96907,8.34636],"to":[4.38162,7.36907,8.74636],"rotation":{"angle":22.5,"axis":"z","origin":[3.69929,6.88977,8.62802]},"faces":{"north":{"uv":[7,7,6,8],"rotation":270,"texture":"#1"},"east":{"uv":[6,8,7,7],"rotation":90,"texture":"#1"},"south":{"uv":[7,7,6,8],"rotation":90,"texture":"#1"},"west":{"uv":[6,8,7,7],"rotation":90,"texture":"#1"},"up":{"uv":[7,7,6,8],"rotation":90,"texture":"#1"},"down":{"uv":[7,7,6,8],"rotation":90,"texture":"#1"}}},{"from":[3.03653,2.95471,7.93537],"to":[3.43653,3.35471,8.33537],"rotation":{"angle":45,"axis":"x","origin":[3.13653,3.2249,7.94636]},"faces":{"north":{"uv":[6,8,7,7],"rotation":90,"texture":"#1"},"east":{"uv":[7,7,6,8],"rotation":270,"texture":"#1"},"south":{"uv":[6,8,7,7],"rotation":90,"texture":"#1"},"west":{"uv":[7,7,6,8],"rotation":90,"texture":"#1"},"up":{"uv":[7,7,6,8],"rotation":180,"texture":"#1"},"down":{"uv":[7,7,6,8],"texture":"#1"}}},{"from":[12.51148,-3.79193,6.95364],"to":[12.91148,-3.39193,7.35364],"rotation":{"angle":22.5,"axis":"z","origin":[6.5468,-13,9.3848]},"faces":{"north":{"uv":[6,7,7,8],"rotation":180,"texture":"#1"},"east":{"uv":[6,7,7,8],"rotation":180,"texture":"#1"},"south":{"uv":[6,7,7,8],"rotation":180,"texture":"#1"},"west":{"uv":[6,7,7,8],"rotation":180,"texture":"#1"},"up":{"uv":[6,7,7,8],"rotation":180,"texture":"#1"},"down":{"uv":[6,7,7,8],"rotation":180,"texture":"#1"}}},{"from":[12.51148,-9.69193,7.35364],"to":[12.91148,-9.29193,7.75364],"rotation":{"angle":22.5,"axis":"z","origin":[6.5468,-18.9,9.7848]},"faces":{"north":{"uv":[6,7,7,8],"rotation":180,"texture":"#1"},"east":{"uv":[6,7,7,8],"rotation":180,"texture":"#1"},"south":{"uv":[6,7,7,8],"rotation":180,"texture":"#1"},"west":{"uv":[6,7,7,8],"rotation":180,"texture":"#1"},"up":{"uv":[6,7,7,8],"rotation":180,"texture":"#1"},"down":{"uv":[6,7,7,8],"rotation":180,"texture":"#1"}}},{"from":[7.48331,-6.11934,7.5],"to":[8.48331,-2.21934,8.5],"rotation":{"angle":0,"axis":"y","origin":[7.98331,-5.61934,8]},"faces":{"north":{"uv":[0,14.5,4,15.5],"rotation":270,"texture":"#0"},"east":{"uv":[0,14.5,4,15.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,14.5,4,15.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,14.5,4,15.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,14.5,4,15.5],"rotation":270,"texture":"#0"},"down":{"uv":[0,14.5,4,15.5],"rotation":270,"texture":"#0"}}},{"from":[7.38331,-5.71934,7.4],"to":[8.58331,-5.21934,8.6],"rotation":{"angle":0,"axis":"y","origin":[7.98331,-5.61934,8]},"faces":{"north":{"uv":[9.5,10.5,11,10],"rotation":180,"texture":"#0"},"east":{"uv":[9.5,10.5,11,10],"rotation":180,"texture":"#0"},"south":{"uv":[9.5,10.5,11,10],"rotation":180,"texture":"#0"},"west":{"uv":[9.5,10.5,11,10],"rotation":180,"texture":"#0"},"up":{"uv":[9.5,10.5,11,10],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,10.5,11,10],"rotation":180,"texture":"#0"}}},{"from":[7.38331,-3.21934,7.4],"to":[8.58331,-2.71934,8.6],"rotation":{"angle":0,"axis":"y","origin":[7.98331,-5.61934,8]},"faces":{"north":{"uv":[9.5,10.5,11,10],"rotation":180,"texture":"#0"},"east":{"uv":[9.5,10.5,11,10],"rotation":180,"texture":"#0"},"south":{"uv":[9.5,10.5,11,10],"rotation":180,"texture":"#0"},"west":{"uv":[9.5,10.5,11,10],"rotation":180,"texture":"#0"},"up":{"uv":[9.5,10.5,11,10],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,10.5,11,10],"rotation":180,"texture":"#0"}}},{"from":[7.38331,-3.96934,7.4],"to":[8.58331,-3.46934,8.6],"rotation":{"angle":0,"axis":"y","origin":[7.98331,-5.61934,8]},"faces":{"north":{"uv":[2,8.5,3.5,8],"rotation":180,"texture":"#0"},"east":{"uv":[2,8.5,3.5,8],"rotation":180,"texture":"#0"},"south":{"uv":[2,8.5,3.5,8],"rotation":180,"texture":"#0"},"west":{"uv":[2,8.5,3.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[2,8.5,3.5,8],"rotation":180,"texture":"#0"},"down":{"uv":[2,8.5,3.5,8],"rotation":180,"texture":"#0"}}},{"from":[7.38331,-4.96934,7.4],"to":[8.58331,-4.46934,8.6],"rotation":{"angle":0,"axis":"y","origin":[7.98331,-5.61934,8]},"faces":{"north":{"uv":[2,8.5,3.5,8],"rotation":180,"texture":"#0"},"east":{"uv":[2,8.5,3.5,8],"rotation":180,"texture":"#0"},"south":{"uv":[2,8.5,3.5,8],"rotation":180,"texture":"#0"},"west":{"uv":[2,8.5,3.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[2,8.5,3.5,8],"rotation":180,"texture":"#0"},"down":{"uv":[2,8.5,3.5,8],"rotation":180,"texture":"#0"}}},{"from":[7.58331,-6.69818,7.21669],"to":[8.38331,-5.89818,8.81669],"rotation":{"angle":45,"axis":"z","origin":[7.98331,-6.29818,7.51669]},"faces":{"north":{"uv":[11,0,12.5,1.5],"rotation":270,"texture":"#0"},"east":{"uv":[11,0,12.5,0.5],"rotation":270,"texture":"#0"},"south":{"uv":[11,0,12.5,1.5],"texture":"#0"},"west":{"uv":[11,0,11.5,1.5],"texture":"#0"},"up":{"uv":[12,0,12.5,1.5],"rotation":90,"texture":"#0"},"down":{"uv":[11,0,11.5,1.5],"rotation":90,"texture":"#0"}}},{"from":[7.33331,-6.94818,7.36669],"to":[8.63331,-5.64818,8.66669],"rotation":{"angle":45,"axis":"z","origin":[7.98331,-6.29818,8.01669]},"faces":{"north":{"uv":[3,14.5,4.5,16],"rotation":270,"texture":"#0"},"east":{"uv":[3,14.5,4.5,16],"rotation":270,"texture":"#0"},"south":{"uv":[3,14.5,4.5,16],"rotation":270,"texture":"#0"},"west":{"uv":[3,14.5,4.5,16],"rotation":270,"texture":"#0"},"up":{"uv":[3,14.5,4.5,16],"rotation":270,"texture":"#0"},"down":{"uv":[3,14.5,4.5,16],"rotation":270,"texture":"#0"}}},{"from":[7.33331,-2.24818,7.16669],"to":[8.63331,-0.94818,8.86669],"rotation":{"angle":45,"axis":"z","origin":[7.98331,-1.59818,8.01669]},"faces":{"north":{"uv":[8.5,8,10,9.5],"rotation":270,"texture":"#0"},"east":{"uv":[8.5,8,10,9.5],"rotation":270,"texture":"#0"},"south":{"uv":[8.5,8,10,9.5],"rotation":270,"texture":"#0"},"west":{"uv":[8.5,8,10,9.5],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,8,10,9.5],"rotation":270,"texture":"#0"},"down":{"uv":[8.5,8,10,9.5],"rotation":270,"texture":"#0"}}},{"from":[7.38331,-7.24647,7.40359],"to":[8.58331,-6.04647,8.60359],"rotation":{"angle":0,"axis":"z","origin":[7.98331,-6.94647,8.05359]},"faces":{"north":{"uv":[7.5,14.5,9,16],"rotation":90,"texture":"#0"},"east":{"uv":[7.5,14.5,9,16],"rotation":90,"texture":"#0"},"south":{"uv":[7.5,14.5,9,16],"rotation":90,"texture":"#0"},"west":{"uv":[7.5,14.5,9,16],"rotation":90,"texture":"#0"},"up":{"uv":[7.5,14.5,9,16],"rotation":90,"texture":"#0"},"down":{"uv":[7.5,14.5,9,16],"rotation":180,"texture":"#0"}}},{"from":[8.37384,-1.62335,7.50359],"to":[9.62384,-0.62335,8.50359],"rotation":{"angle":0,"axis":"z","origin":[9.49386,-1.45651,8.00359]},"faces":{"north":{"uv":[6,14.5,7,15.5],"rotation":270,"texture":"#0"},"east":{"uv":[6,14.5,7,15.5],"rotation":270,"texture":"#0"},"south":{"uv":[6,14.5,7,15.5],"rotation":270,"texture":"#0"},"west":{"uv":[6,14.5,7,15.5],"rotation":270,"texture":"#0"},"up":{"uv":[6,14.5,7,15.5],"rotation":270,"texture":"#0"},"down":{"uv":[6,14.5,7,15.5],"rotation":270,"texture":"#0"}}},{"from":[8.4179,-8.20736,7.50359],"to":[9.4179,-7.20736,8.50359],"rotation":{"angle":45,"axis":"z","origin":[7.83568,-8.36576,8.00359]},"faces":{"north":{"uv":[8.5,15,9.5,16],"rotation":270,"texture":"#0"},"east":{"uv":[8.5,15,9.5,16],"rotation":270,"texture":"#0"},"south":{"uv":[8.5,15,9.5,16],"rotation":270,"texture":"#0"},"west":{"uv":[8.5,15,9.5,16],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,15,9.5,16],"rotation":270,"texture":"#0"},"down":{"uv":[8.5,15,9.5,16],"rotation":270,"texture":"#0"}}},{"from":[6.45261,-2.77441,7.50359],"to":[7.65261,-1.77441,8.50359],"rotation":{"angle":-45,"axis":"z","origin":[9.49386,-1.45651,8.00359]},"faces":{"north":{"uv":[6,14.5,7,15.5],"rotation":270,"texture":"#0"},"east":{"uv":[6,14.5,7,15.5],"rotation":270,"texture":"#0"},"south":{"uv":[6,14.5,7,15.5],"rotation":270,"texture":"#0"},"west":{"uv":[6,14.5,7,15.5],"rotation":270,"texture":"#0"},"up":{"uv":[6,14.5,7,15.5],"rotation":270,"texture":"#0"},"down":{"uv":[6,14.5,7,15.5],"rotation":270,"texture":"#0"}}},{"from":[7.1875,-2.02193,7.40359],"to":[8.8875,-0.82193,8.60359],"rotation":{"angle":-22.5,"axis":"z","origin":[9.49386,-1.45651,8.00359]},"faces":{"north":{"uv":[1.5,15,3,16],"rotation":270,"texture":"#0"},"east":{"uv":[1.5,15,3,16],"rotation":270,"texture":"#0"},"south":{"uv":[1.5,15,3,16],"rotation":270,"texture":"#0"},"west":{"uv":[1.5,15,3,16],"rotation":270,"texture":"#0"},"up":{"uv":[1.5,15,3,16],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,15,3,16],"rotation":270,"texture":"#0"}}},{"from":[9.24511,-1.58703,7.55359],"to":[10.14511,-0.68703,8.45359],"rotation":{"angle":-22.5,"axis":"z","origin":[9.49386,-1.45651,8.00359]},"faces":{"north":{"uv":[7,13.5,8,14.5],"rotation":270,"texture":"#0"},"east":{"uv":[7,13.5,8,14.5],"rotation":270,"texture":"#0"},"south":{"uv":[7,13.5,8,14.5],"rotation":270,"texture":"#0"},"west":{"uv":[7,13.5,8,14.5],"rotation":270,"texture":"#0"},"up":{"uv":[7,13.5,8,14.5],"rotation":270,"texture":"#0"},"down":{"uv":[7,13.5,8,14.5],"rotation":270,"texture":"#0"}}},{"from":[8.28684,-8.46393,7.55359],"to":[9.18684,-7.56393,8.45359],"rotation":{"angle":22.5,"axis":"z","origin":[7.83568,-8.36576,8.00359]},"faces":{"north":{"uv":[9.5,14,10.5,15],"rotation":180,"texture":"#0"},"east":{"uv":[9.5,14,10.5,15],"rotation":180,"texture":"#0"},"south":{"uv":[9.5,14,10.5,15],"rotation":180,"texture":"#0"},"west":{"uv":[9.5,14,10.5,15],"rotation":180,"texture":"#0"},"up":{"uv":[9.5,14,10.5,15],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,14,10.5,15],"rotation":180,"texture":"#0"}}},{"from":[7.15631,0.83801,7.55359],"to":[8.05631,1.73801,8.45359],"rotation":{"angle":22.5,"axis":"z","origin":[9.49386,-1.45651,8.00359]},"faces":{"north":{"uv":[7,13.5,8,14.5],"rotation":270,"texture":"#0"},"east":{"uv":[7,13.5,8,14.5],"rotation":270,"texture":"#0"},"south":{"uv":[7,13.5,8,14.5],"rotation":270,"texture":"#0"},"west":{"uv":[7,13.5,8,14.5],"rotation":270,"texture":"#0"},"up":{"uv":[7,13.5,8,14.5],"rotation":270,"texture":"#0"},"down":{"uv":[7,13.5,8,14.5],"rotation":270,"texture":"#0"}}},{"from":[9.75107,-1.34638,7.60359],"to":[10.55107,-0.54638,8.40359],"rotation":{"angle":-45,"axis":"z","origin":[9.49386,-1.45651,8.00359]},"faces":{"north":{"uv":[8,14.5,9,15.5],"rotation":180,"texture":"#0"},"east":{"uv":[8,14.5,9,15.5],"rotation":90,"texture":"#0"},"south":{"uv":[8,14.5,9,15.5],"rotation":90,"texture":"#0"},"west":{"uv":[8,14.5,9,15.5],"rotation":90,"texture":"#0"},"up":{"uv":[7.5,13.5,8.5,14.5],"rotation":270,"texture":"#0"},"down":{"uv":[8,14.5,9,15.5],"rotation":90,"texture":"#0"}}},{"from":[8.27156,-8.68939,7.60359],"to":[9.07156,-7.88939,8.40359],"rotation":{"angle":0,"axis":"x","origin":[7.83568,-8.36576,8.00359]},"faces":{"north":{"uv":[11,13.5,12,14.5],"rotation":90,"texture":"#0"},"east":{"uv":[11,13.5,12,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[11,13.5,12,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[11,13.5,12,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[11,13.5,12,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[11,13.5,12,14.5],"rotation":90,"texture":"#0"}}},{"from":[6.16176,0.5503,7.60359],"to":[6.96176,1.3503,8.40359],"rotation":{"angle":0,"axis":"z","origin":[9.49386,-1.45651,8.00359]},"faces":{"north":{"uv":[8.5,14.5,9.5,15.5],"rotation":270,"texture":"#0"},"east":{"uv":[8.5,14.5,9.5,15.5],"rotation":270,"texture":"#0"},"south":{"uv":[8.5,14.5,9.5,15.5],"rotation":270,"texture":"#0"},"west":{"uv":[8.5,14.5,9.5,15.5],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,14.5,9.5,15.5],"rotation":270,"texture":"#0"},"down":{"uv":[8.5,14.5,9.5,15.5],"rotation":270,"texture":"#0"}}},{"from":[10.02301,-2.75343,7.65359],"to":[10.72301,-2.05343,8.35359],"rotation":{"angle":22.5,"axis":"z","origin":[9.49386,-1.45651,8.00359]},"faces":{"north":{"uv":[8.5,14.5,9.5,15.5],"rotation":90,"texture":"#0"},"east":{"uv":[8.5,14.5,9.5,15.5],"rotation":90,"texture":"#0"},"south":{"uv":[8.5,14.5,9.5,15.5],"rotation":90,"texture":"#0"},"west":{"uv":[8.5,14.5,9.5,15.5],"rotation":90,"texture":"#0"},"up":{"uv":[8.5,14.5,9.5,15.5],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,14.5,9.5,15.5],"rotation":90,"texture":"#0"}}},{"from":[7.73074,-9.4185,7.65359],"to":[8.43074,-8.7185,8.35359],"rotation":{"angle":45,"axis":"z","origin":[7.83568,-8.36576,8.00359]},"faces":{"north":{"uv":[12,14.5,13,15.5],"texture":"#0"},"east":{"uv":[12,14.5,13,15.5],"rotation":180,"texture":"#0"},"south":{"uv":[12,15.5,13,14.5],"rotation":180,"texture":"#0"},"west":{"uv":[12,14.5,13,15.5],"rotation":180,"texture":"#0"},"up":{"uv":[12,14.5,13,15.5],"rotation":180,"texture":"#0"},"down":{"uv":[12,15,13,15.5],"rotation":180,"texture":"#0"}}},{"from":[10.46846,-2.74492,7.70359],"to":[11.06846,-2.14492,8.30359],"rotation":{"angle":0,"axis":"z","origin":[9.49386,-1.45651,8.00359]},"faces":{"north":{"uv":[8.5,14,9.5,15],"rotation":180,"texture":"#0"},"east":{"uv":[9,14,10,15],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,14,9.5,15],"rotation":90,"texture":"#0"},"west":{"uv":[8,14,9,15],"rotation":90,"texture":"#0"},"up":{"uv":[8.5,14,9.5,15],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,14,9.5,15],"rotation":90,"texture":"#0"}}},{"from":[7.58101,-9.32122,7.70359],"to":[8.18101,-8.72122,8.30359],"rotation":{"angle":22.5,"axis":"z","origin":[7.83568,-8.36576,8.00359]},"faces":{"north":{"uv":[12.5,14.5,13,15.5],"rotation":180,"texture":"#0"},"east":{"uv":[12.5,14.5,13,15.5],"rotation":180,"texture":"#0"},"south":{"uv":[12.5,14.5,13,15.5],"rotation":180,"texture":"#0"},"west":{"uv":[12.5,14.5,13,15.5],"rotation":180,"texture":"#0"},"up":{"uv":[12.5,14.5,13,15.5],"rotation":180,"texture":"#0"},"down":{"uv":[12.5,14.5,13,15.5],"rotation":180,"texture":"#0"}}},{"from":[10.85164,-2.63427,7.71359],"to":[11.43164,-2.05427,8.29359],"rotation":{"angle":-22.5,"axis":"z","origin":[9.49386,-1.45651,8.00359]},"faces":{"north":{"uv":[9.5,14,10,14.5],"rotation":90,"texture":"#0"},"east":{"uv":[9.5,14,10,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[9.5,14,10,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[9.5,14,10,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[9.5,14,10,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[9.5,14,10,14.5],"rotation":90,"texture":"#0"}}},{"from":[7.37604,-9.33595,7.71359],"to":[7.95604,-8.75595,8.29359],"rotation":{"angle":0,"axis":"x","origin":[7.83568,-8.36576,8.00359]},"faces":{"north":{"uv":[0,12,0.5,12.5],"rotation":180,"texture":"#0"},"east":{"uv":[0,12,0.5,12.5],"rotation":180,"texture":"#0"},"south":{"uv":[0,12,0.5,12.5],"rotation":180,"texture":"#0"},"west":{"uv":[0,12,0.5,12.5],"rotation":180,"texture":"#0"},"up":{"uv":[0,12,0.5,12.5],"rotation":180,"texture":"#0"},"down":{"uv":[0,12,0.5,12.5],"rotation":180,"texture":"#0"}}},{"from":[11.16486,-2.37307,7.72359],"to":[11.72486,-1.81307,8.28359],"rotation":{"angle":-45,"axis":"z","origin":[9.49386,-1.45651,8.00359]},"faces":{"north":{"uv":[9.5,14,10,14.5],"rotation":90,"texture":"#0"},"east":{"uv":[9.5,14,10,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[9.5,14,10,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[9.5,14,10,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[9.5,14,10,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[9.5,14,10,14.5],"rotation":90,"texture":"#0"}}},{"from":[7.21231,-9.428,7.72359],"to":[7.77231,-8.868,8.28359],"rotation":{"angle":-22.5,"axis":"z","origin":[7.83568,-8.36576,8.00359]},"faces":{"north":{"uv":[1,12,1.5,12.5],"rotation":180,"texture":"#0"},"east":{"uv":[1,12,1.5,12.5],"rotation":180,"texture":"#0"},"south":{"uv":[1,12,1.5,12.5],"rotation":180,"texture":"#0"},"west":{"uv":[1,12,1.5,12.5],"rotation":180,"texture":"#0"},"up":{"uv":[1,12,1.5,12.5],"rotation":180,"texture":"#0"},"down":{"uv":[1,12,1.5,12.5],"rotation":180,"texture":"#0"}}},{"from":[9.66728,-0.57402,7.72359],"to":[10.22728,-0.01402,8.28359],"rotation":{"angle":-45,"axis":"z","origin":[9.49386,-1.45651,8.00359]},"faces":{"north":{"uv":[9,14.5,9.5,15],"rotation":90,"texture":"#0"},"east":{"uv":[9,14.5,9.5,15],"rotation":90,"texture":"#0"},"south":{"uv":[9,14.5,9.5,15],"rotation":90,"texture":"#0"},"west":{"uv":[9,14.5,9.5,15],"rotation":90,"texture":"#0"},"up":{"uv":[9,14.5,9.5,15],"rotation":90,"texture":"#0"},"down":{"uv":[9,14.5,9.5,15],"rotation":90,"texture":"#0"}}},{"from":[8.95183,-3.86451,7.73359],"to":[9.49183,-3.32451,8.27359],"rotation":{"angle":22.5,"axis":"z","origin":[9.49386,-1.45651,8.00359]},"faces":{"north":{"uv":[11.5,14,12,14.5],"rotation":90,"texture":"#0"},"east":{"uv":[11.5,14,12,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[11.5,14,12,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[11.5,14,12,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[11.5,14,12,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[11.5,14,12,14.5],"rotation":90,"texture":"#0"}}},{"from":[6.7253,-9.58024,7.73359],"to":[7.2653,-8.04024,8.27359],"rotation":{"angle":22.5,"axis":"z","origin":[7.83568,-8.36576,8.00359]},"faces":{"north":{"uv":[2,12,3.5,12.5],"rotation":270,"texture":"#0"},"east":{"uv":[2,12,3.5,12.5],"rotation":270,"texture":"#0"},"south":{"uv":[2,12,3.5,12.5],"rotation":270,"texture":"#0"},"west":{"uv":[2,12,3.5,12.5],"rotation":270,"texture":"#0"},"up":{"uv":[3,12,3.5,12.5],"rotation":270,"texture":"#0"},"down":{"uv":[2,12,3.5,12.5],"rotation":270,"texture":"#0"}}},{"from":[10.41093,-0.85929,7.73359],"to":[10.95093,-0.31929,8.27359],"rotation":{"angle":0,"axis":"z","origin":[9.49386,-1.45651,8.00359]},"faces":{"north":{"uv":[10,14,10.5,14.5],"rotation":90,"texture":"#0"},"east":{"uv":[10,14,10.5,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[10,14,10.5,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[10,14,10.5,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[10,14,10.5,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[10,14,10.5,14.5],"rotation":90,"texture":"#0"}}},{"from":[7.34527,-10.12156,7.74359],"to":[7.86527,-9.60156,8.26359],"rotation":{"angle":45,"axis":"z","origin":[7.60527,-9.86156,8.00359]},"faces":{"north":{"uv":[5,12,5.5,12.5],"rotation":270,"texture":"#0"},"east":{"uv":[5,12,5.5,12.5],"rotation":270,"texture":"#0"},"south":{"uv":[5,12,5.5,12.5],"rotation":270,"texture":"#0"},"west":{"uv":[5,12,5.5,12.5],"rotation":270,"texture":"#0"},"up":{"uv":[5,12,5.5,12.5],"rotation":270,"texture":"#0"},"down":{"uv":[5,12,5.5,12.5],"rotation":270,"texture":"#0"}}},{"from":[7.57726,-10.45627,7.74859],"to":[8.08726,-9.94627,8.25859],"rotation":{"angle":22.5,"axis":"z","origin":[7.83226,-10.20127,8.00359]},"faces":{"north":{"uv":[5.5,12.5,6,13],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,12.5,6,13],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,12.5,6,13],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,12.5,6,13],"rotation":270,"texture":"#0"},"up":{"uv":[5.5,12.5,6,13],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,12.5,6,13],"rotation":270,"texture":"#0"}}},{"from":[7.71197,-10.70198,7.80359],"to":[8.11197,-10.30198,8.20359],"rotation":{"angle":0,"axis":"x","origin":[7.91197,-11.20198,8.00359]},"faces":{"north":{"uv":[5.5,12.5,6,13],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,12.5,6,13],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,12.5,6,13],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,12.5,6,13],"rotation":270,"texture":"#0"},"up":{"uv":[5.5,12.5,6,13],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,12.5,6,13],"rotation":270,"texture":"#0"}}},{"from":[9.42737,-3.8372,7.76359],"to":[9.90737,-3.3572,8.24359],"rotation":{"angle":0,"axis":"z","origin":[9.49386,-1.45651,8.00359]},"faces":{"north":{"uv":[11.5,14,12,14.5],"rotation":90,"texture":"#0"},"east":{"uv":[11.5,14,12,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[11.5,14,12,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[11.5,14,12,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[11.5,14,12,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[11.5,14,12,14.5],"rotation":90,"texture":"#0"}}},{"from":[6.7367,-8.48273,7.76359],"to":[7.2167,-8.00273,8.24359],"rotation":{"angle":0,"axis":"x","origin":[7.83568,-8.36576,8.00359]},"faces":{"north":{"uv":[5,12,5.5,12.5],"rotation":270,"texture":"#0"},"east":{"uv":[5,12,5.5,12.5],"rotation":270,"texture":"#0"},"south":{"uv":[5,12,5.5,12.5],"rotation":270,"texture":"#0"},"west":{"uv":[5,12,5.5,12.5],"rotation":270,"texture":"#0"},"up":{"uv":[5,12,5.5,12.5],"rotation":270,"texture":"#0"},"down":{"uv":[5,12,5.5,12.5],"rotation":270,"texture":"#0"}}},{"from":[10.74377,-0.95623,7.76359],"to":[11.22377,-0.47623,8.24359],"rotation":{"angle":22.5,"axis":"z","origin":[9.49386,-1.45651,8.00359]},"faces":{"north":{"uv":[10,14,10.5,14.5],"rotation":90,"texture":"#0"},"east":{"uv":[10,14,10.5,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[10,14,10.5,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[10,14,10.5,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[10,14,10.5,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[10,14,10.5,14.5],"rotation":90,"texture":"#0"}}},{"from":[11.8,-0.9,8],"to":[13.1,1.8,8.01],"rotation":{"angle":22.5,"axis":"z","origin":[12.5,-1.2,8.005]},"faces":{"north":{"uv":[14,2.5,16,6.5],"texture":"#0"},"east":{"uv":[6,7,6.5,7.5],"texture":"#0"},"south":{"uv":[16,2.5,14,6.5],"texture":"#0"},"west":{"uv":[6,7,6.5,7.5],"texture":"#0"},"up":{"uv":[6,7,6.5,7.5],"texture":"#0"},"down":{"uv":[6,7,6.5,7.5],"texture":"#0"}}},{"from":[7.11008,-12.01082,8],"to":[9.11008,-8.01082,8.01],"rotation":{"angle":22.5,"axis":"z","origin":[10.31008,-7.41082,8.005]},"faces":{"north":{"uv":[16,0,13,6],"texture":"#0"},"east":{"uv":[6,7,6.5,7.5],"texture":"#0"},"south":{"uv":[13,0,16,6],"texture":"#0"},"west":{"uv":[6,7,6.5,7.5],"texture":"#0"},"up":{"uv":[6,7,6.5,7.5],"rotation":180,"texture":"#0"},"down":{"uv":[6,7,6.5,7.5],"rotation":180,"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,90,0],"translation":[0,13.75,1.5],"scale":[1.3,1.3,1.3]},"thirdperson_lefthand":{"rotation":[0,-90,0],"translation":[0,13.75,1.5],"scale":[1.3,1.3,1.3]},"firstperson_righthand":{"rotation":[-14,101,0],"translation":[1,11.5,-2]},"firstperson_lefthand":{"rotation":[-14,101,0],"translation":[1,11.5,-2]},"gui":{"rotation":[-24,-20,-51],"translation":[6.5,6.75,0]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/dwarven_relik.json b/assets/minecraft/models/item/wynn/skin/relik/dwarven_relik.json new file mode 100644 index 000000000..2b4d59ab1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/dwarven_relik.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/dwarven/dwarven_relik","1":"skins/dwarven/dwarven_relik_anim_1","2":"skins/dwarven/dwarven_relik_anim_0","particle":"skins/dwarven/dwarven_relik"},"elements":[{"from":[7,-2,7],"to":[9,2,9],"rotation":{"angle":0,"axis":"y","origin":[7,0,7]},"faces":{"north":{"uv":[5,7,6,9],"texture":"#0"},"east":{"uv":[4,7,5,9],"texture":"#0"},"south":{"uv":[7,7,8,9],"texture":"#0"},"west":{"uv":[6,7,7,9],"texture":"#0"},"up":{"uv":[6,7,5,6],"texture":"#0"},"down":{"uv":[7,6,6,7],"texture":"#0"}}},{"from":[7,-8,7],"to":[9,-5,9],"rotation":{"angle":0,"axis":"y","origin":[7,-7,7]},"faces":{"north":{"uv":[13,4,14,5.5],"texture":"#0"},"east":{"uv":[12,4,13,5.5],"texture":"#0"},"south":{"uv":[15,4,16,5.5],"texture":"#0"},"west":{"uv":[14,4,15,5.5],"texture":"#0"},"down":{"uv":[15,3,14,4],"texture":"#0"}}},{"from":[7,-10,7],"to":[9,-9,9],"rotation":{"angle":0,"axis":"y","origin":[7,-7,7]},"faces":{"north":{"uv":[8,15.5,9,16],"texture":"#0"},"east":{"uv":[7,15.5,8,16],"texture":"#0"},"south":{"uv":[10,15.5,11,16],"texture":"#0"},"west":{"uv":[9,15.5,10,16],"texture":"#0"},"up":{"uv":[9,15.5,8,14.5],"texture":"#0"},"down":{"uv":[10,14.5,9,15.5],"texture":"#0"}}},{"from":[6.75,3,6.75],"to":[9.25,5,9.25],"rotation":{"angle":0,"axis":"y","origin":[7,5,7]},"faces":{"north":{"uv":[8,11,9,12],"texture":"#0"},"east":{"uv":[7,11,8,12],"texture":"#0"},"south":{"uv":[10,11,11,12],"texture":"#0"},"west":{"uv":[9,11,10,12],"texture":"#0"},"down":{"uv":[10,10,9,11],"texture":"#0"}}},{"from":[6.5,10.05,7.5],"to":[9.5,11.05,8.5],"rotation":{"angle":0,"axis":"y","origin":[7,5,7]},"faces":{"north":{"uv":[11,2.5,12.5,3],"texture":"#0"},"south":{"uv":[13,2.5,14.5,3],"texture":"#0"},"up":{"uv":[12.5,2.5,11,2],"texture":"#0"},"down":{"uv":[14,2,12.5,2.5],"texture":"#0"}}},{"from":[9.2,10.05,7.45],"to":[10.2,11.05,8.55],"rotation":{"angle":45,"axis":"z","origin":[9.7,10.55,8]},"faces":{"north":{"uv":[7.5,13,9,14.5],"texture":"#0"},"east":{"uv":[2.5,6,3,6.5],"texture":"#0"},"south":{"uv":[9,13,7.5,14.5],"texture":"#0"},"west":{"uv":[3.5,6,4,6.5],"texture":"#0"},"up":{"uv":[3.5,6,3,5.5],"texture":"#0"},"down":{"uv":[4,5.5,3.5,6],"texture":"#0"}}},{"from":[10.20645,14.03212,7.76],"to":[11.18645,18.01212,8.24],"rotation":{"angle":0,"axis":"y","origin":[11.69645,16.02212,8]},"faces":{"north":{"uv":[5.5,12.65,6,14.5],"texture":"#0"},"south":{"uv":[6,12.65,5.5,14.5],"texture":"#0"},"west":{"uv":[6,12.65,6.5,14.5],"texture":"#0"},"down":{"uv":[6.5,12,6,12.5],"texture":"#0"}}},{"from":[11.65106,14.70928,7.75],"to":[12.65106,18.70928,8.25],"rotation":{"angle":22.5,"axis":"z","origin":[12.65106,14.70928,8.25]},"faces":{"north":{"uv":[14.5,11,15,13],"texture":"#0"},"east":{"uv":[15,11,15.5,13],"texture":"#0"},"south":{"uv":[15.5,11,16,13],"texture":"#0"},"up":{"uv":[15,11,14.5,10.5],"texture":"#0"}}},{"from":[9.18645,10.38645,7.74],"to":[11.20645,15.40645,8.26],"rotation":{"angle":-22.5,"axis":"z","origin":[10.19645,11.39645,8]},"faces":{"north":{"uv":[12,12,11,14.5],"texture":"#0"},"east":{"uv":[10,12,10.5,14.5],"texture":"#0"},"south":{"uv":[11,12,12,14.5],"texture":"#0"},"west":{"uv":[10.5,12,11,14.5],"texture":"#0"},"down":{"uv":[13,10.5,12,10.75],"texture":"#0"}}},{"from":[10.77106,15.22928,7.77],"to":[11.73106,16.18928,8.23],"rotation":{"angle":22.5,"axis":"z","origin":[12.65106,14.70928,8.25]},"faces":{"north":{"uv":[0,1.5,0.5,2],"rotation":270,"texture":"#0"},"south":{"uv":[0.5,1.5,1,2],"rotation":90,"texture":"#0"}}},{"from":[4.79355,10.38645,7.74],"to":[6.81355,15.40645,8.26],"rotation":{"angle":22.5,"axis":"z","origin":[5.80355,11.39645,8]},"faces":{"north":{"uv":[11,12,12,14.5],"texture":"#0"},"east":{"uv":[11,12,10.5,14.5],"texture":"#0"},"south":{"uv":[12,12,11,14.5],"texture":"#0"},"west":{"uv":[10.5,12,10,14.5],"texture":"#0"},"down":{"uv":[12,10.5,13,10.75],"texture":"#0"}}},{"from":[4.81355,14.03212,7.76],"to":[5.79355,18.01212,8.24],"rotation":{"angle":0,"axis":"y","origin":[4.30355,16.02212,8]},"faces":{"north":{"uv":[6,12.65,5.5,14.5],"texture":"#0"},"east":{"uv":[6.5,12.65,6,14.5],"texture":"#0"},"south":{"uv":[5.5,12.65,6,14.5],"texture":"#0"},"down":{"uv":[6,12,6.5,12.5],"texture":"#0"}}},{"from":[4.26894,15.22928,7.77],"to":[5.22894,16.18928,8.23],"rotation":{"angle":-22.5,"axis":"z","origin":[3.34894,14.70928,8.25]},"faces":{"north":{"uv":[0.5,1.5,0,2],"rotation":270,"texture":"#0"},"south":{"uv":[1,1.5,0.5,2],"rotation":90,"texture":"#0"}}},{"from":[3.34894,14.70928,7.75],"to":[4.34894,18.70928,8.25],"rotation":{"angle":-22.5,"axis":"z","origin":[3.34894,14.70928,8.25]},"faces":{"north":{"uv":[15,11,14.5,13],"texture":"#0"},"south":{"uv":[16,11,15.5,13],"texture":"#0"},"west":{"uv":[15.5,11,15,13],"texture":"#0"},"up":{"uv":[14.5,11,15,10.5],"texture":"#0"}}},{"from":[7,11.05,7],"to":[9,13.05,9],"rotation":{"angle":0,"axis":"y","origin":[7,5,7]},"faces":{"north":{"uv":[1,10,2,11],"texture":"#0"},"east":{"uv":[0,10,1,11],"texture":"#0"},"south":{"uv":[3,10,4,11],"texture":"#0"},"west":{"uv":[2,10,3,11],"texture":"#0"},"up":{"uv":[2,10,1,9],"texture":"#0"},"down":{"uv":[3,9,2,10],"texture":"#0"}}},{"from":[6,12.55,7.25],"to":[9,15.55,8.75],"rotation":{"angle":-45,"axis":"z","origin":[8,13.55,8]},"faces":{"north":{"uv":[12,8.5,10.5,10],"texture":"#0"},"east":{"uv":[8,8.5,8.5,10],"texture":"#0"},"south":{"uv":[10.5,8.5,12,10],"texture":"#0"},"west":{"uv":[10,8.5,10.5,10],"texture":"#0"},"up":{"uv":[10,8.5,8.5,8],"texture":"#0"},"down":{"uv":[11.5,8,10,8.5],"texture":"#0"}}},{"from":[7.45454,4.56546,6.76],"to":[9.20231,6.31322,9.24],"rotation":{"angle":45,"axis":"z","origin":[8.69454,4.82322,8]},"faces":{"north":{"uv":[12,6.5,12.5,7],"texture":"#0"},"south":{"uv":[13.5,6.5,14,7],"texture":"#0"},"up":{"uv":[12.5,6.5,12,5.5],"texture":"#0"}}},{"from":[9.44454,4.22703,6.25],"to":[10.21231,6.22703,9.75],"rotation":{"angle":45,"axis":"z","origin":[8.69454,4.4948,8]},"faces":{"north":{"uv":[1.75,15,2.25,16],"texture":"#0"},"south":{"uv":[4,15,4.5,16],"texture":"#0"},"west":{"uv":[2.25,15,4,16],"texture":"#0"}}},{"from":[5.78769,4.22703,6.25],"to":[6.55546,6.9948,9.75],"rotation":{"angle":-45,"axis":"z","origin":[7.30546,4.4948,8]},"faces":{"north":{"uv":[13.25,14.5,13.75,16],"texture":"#0"},"east":{"uv":[11.5,14.5,13.25,16],"texture":"#0"},"south":{"uv":[15.5,14.5,16,16],"texture":"#0"}}},{"from":[14.17653,8.67583,7.125],"to":[15.57653,10.07583,8.875],"rotation":{"angle":-22.5,"axis":"z","origin":[15.99507,10.05117,8]},"faces":{"north":{"uv":[9,13,7.5,14.5],"texture":"#0"},"east":{"uv":[7,6.5,7.5,7],"texture":"#0"},"south":{"uv":[7.5,13,9,14.5],"texture":"#0"},"west":{"uv":[8,6.5,8.5,7],"texture":"#0"},"up":{"uv":[8,6.5,7.5,6],"texture":"#0"},"down":{"uv":[8.5,6,8,6.5],"texture":"#0"}}},{"from":[14.76353,8.72886,7.5],"to":[15.76353,12.72886,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[15.99507,10.05117,8]},"faces":{"north":{"uv":[3.5,12.5,4,14.5],"texture":"#0"},"east":{"uv":[3,12.5,3.5,14.5],"texture":"#0"},"south":{"uv":[4.5,12.5,5,14.5],"texture":"#0"},"west":{"uv":[4,12.5,4.5,14.5],"texture":"#0"},"up":{"uv":[4,12.5,3.5,12],"texture":"#0"},"down":{"uv":[4.5,12,4,12.5],"texture":"#0"}}},{"from":[13.95307,10.79086,7.51],"to":[18.17057,11.77086,8.49],"rotation":{"angle":-22.5,"axis":"z","origin":[15.99507,10.05117,8]},"faces":{"north":{"uv":[3.5,9.5,5.5,10],"texture":"#0"},"south":{"uv":[6,9.5,8,10],"texture":"#0"},"west":{"uv":[5.5,9.5,6,10],"texture":"#0"},"up":{"uv":[5.5,9.5,3.5,9],"texture":"#0"}}},{"from":[15.76353,8.72886,7.5],"to":[18.76353,11.72886,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[15.99507,10.05117,8]},"faces":{"north":{"uv":[9.5,0.5,11,2],"texture":"#0"},"east":{"uv":[9,0.5,9.5,2],"texture":"#0"},"south":{"uv":[11.5,0.5,13,2],"texture":"#0"},"up":{"uv":[11,0.5,9.5,0],"texture":"#0"},"down":{"uv":[12.5,0,11,0.5],"texture":"#0"}}},{"from":[12.52938,8.79476,7.5],"to":[14.52938,9.79476,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[14.58688,9.17384,8]},"faces":{"north":{"uv":[12,8,13,8.5],"texture":"#0"},"east":{"uv":[11.5,8,12,8.5],"texture":"#0"},"south":{"uv":[13.5,8,14.5,8.5],"texture":"#0"},"up":{"uv":[13,8,12,7.5],"texture":"#0"},"down":{"uv":[14,7.5,13,8],"texture":"#0"}}},{"from":[11.52938,7.79476,7.5],"to":[12.52938,9.79476,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[14.58688,9.17384,8]},"faces":{"north":{"uv":[5.5,15,6,16],"texture":"#0"},"east":{"uv":[5,15,5.5,16],"texture":"#0"},"south":{"uv":[6.5,15,7,16],"texture":"#0"},"west":{"uv":[6,15,6.5,16],"texture":"#0"},"up":{"uv":[6,15,5.5,14.5],"texture":"#0"},"down":{"uv":[6.5,14.5,6,15],"texture":"#0"}}},{"from":[10.74975,7.65355,7.125],"to":[12.14975,9.05355,8.875],"rotation":{"angle":0,"axis":"y","origin":[13.52622,7.87384,8]},"faces":{"north":{"uv":[14.5,0,16,1.5],"texture":"#0"},"east":{"uv":[6,1.5,6.5,2],"texture":"#0"},"south":{"uv":[14.5,0,16,1.5],"texture":"#0"},"west":{"uv":[7,1.5,7.5,2],"texture":"#0"},"up":{"uv":[7,1.5,6.5,1],"texture":"#0"},"down":{"uv":[7.5,1,7,1.5],"texture":"#0"}}},{"from":[9.89714,9.18134,7.5],"to":[11.89714,10.18134,8.5],"rotation":{"angle":45,"axis":"z","origin":[13.52622,7.87384,8]},"faces":{"north":{"uv":[6.5,0.5,7.5,1],"texture":"#0"},"east":{"uv":[6,0.5,6.5,1],"texture":"#0"},"south":{"uv":[8,0.5,9,1],"texture":"#0"},"up":{"uv":[7.5,0.5,6.5,0],"texture":"#0"},"down":{"uv":[8.5,0,7.5,0.5],"texture":"#0"}}},{"from":[0.42347,8.67583,7.125],"to":[1.82347,10.07583,8.875],"rotation":{"angle":22.5,"axis":"z","origin":[0.00493,10.05117,8]},"faces":{"north":{"uv":[7.5,13,9,14.5],"texture":"#0"},"east":{"uv":[8.5,6.5,8,7],"texture":"#0"},"south":{"uv":[9,13,7.5,14.5],"texture":"#0"},"west":{"uv":[7.5,6.5,7,7],"texture":"#0"},"up":{"uv":[7.5,6.5,8,6],"texture":"#0"},"down":{"uv":[8,6,8.5,6.5],"texture":"#0"}}},{"from":[0.23647,8.72886,7.5],"to":[1.23647,12.72886,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[0.00493,10.05117,8]},"faces":{"north":{"uv":[4,12.5,3.5,14.5],"texture":"#0"},"east":{"uv":[4.5,12.5,4,14.5],"texture":"#0"},"south":{"uv":[5,12.5,4.5,14.5],"texture":"#0"},"west":{"uv":[3.5,12.5,3,14.5],"texture":"#0"},"up":{"uv":[3.5,12.5,4,12],"texture":"#0"},"down":{"uv":[4,12,4.5,12.5],"texture":"#0"}}},{"from":[-2.17057,10.79086,7.51],"to":[2.04693,11.77086,8.49],"rotation":{"angle":22.5,"axis":"z","origin":[0.00493,10.05117,8]},"faces":{"north":{"uv":[5.5,9.5,3.5,10],"texture":"#0"},"east":{"uv":[6,9.5,5.5,10],"texture":"#0"},"south":{"uv":[8,9.5,6,10],"texture":"#0"},"up":{"uv":[3.5,9.5,5.5,9],"texture":"#0"}}},{"from":[-2.76353,8.72886,7.5],"to":[0.23647,11.72886,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[0.00493,10.05117,8]},"faces":{"north":{"uv":[11,0.5,9.5,2],"texture":"#0"},"south":{"uv":[13,0.5,11.5,2],"texture":"#0"},"west":{"uv":[9.5,0.5,9,2],"texture":"#0"},"up":{"uv":[9.5,0.5,11,0],"texture":"#0"},"down":{"uv":[11,0,12.5,0.5],"texture":"#0"}}},{"from":[1.47062,8.79476,7.5],"to":[3.47062,9.79476,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[1.41312,9.17384,8]},"faces":{"north":{"uv":[13,8,12,8.5],"texture":"#0"},"south":{"uv":[14.5,8,13.5,8.5],"texture":"#0"},"west":{"uv":[12,8,11.5,8.5],"texture":"#0"},"up":{"uv":[12,8,13,7.5],"texture":"#0"},"down":{"uv":[13,7.5,14,8],"texture":"#0"}}},{"from":[3.47062,7.79476,7.5],"to":[4.47062,9.79476,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[1.41312,9.17384,8]},"faces":{"north":{"uv":[6,15,5.5,16],"texture":"#0"},"east":{"uv":[6.5,15,6,16],"texture":"#0"},"south":{"uv":[7,15,6.5,16],"texture":"#0"},"west":{"uv":[5.5,15,5,16],"texture":"#0"},"up":{"uv":[5.5,15,6,14.5],"texture":"#0"},"down":{"uv":[6,14.5,6.5,15],"texture":"#0"}}},{"from":[3.85025,7.65355,7.125],"to":[5.25025,9.05355,8.875],"rotation":{"angle":0,"axis":"y","origin":[2.47378,7.87384,8]},"faces":{"north":{"uv":[16,0,14.5,1.5],"texture":"#0"},"east":{"uv":[7.5,1.5,7,2],"texture":"#0"},"south":{"uv":[16,0,14.5,1.5],"texture":"#0"},"west":{"uv":[6.5,1.5,6,2],"texture":"#0"},"up":{"uv":[6.5,1.5,7,1],"texture":"#0"},"down":{"uv":[7,1,7.5,1.5],"texture":"#0"}}},{"from":[4.10286,9.18134,7.5],"to":[6.10286,10.18134,8.5],"rotation":{"angle":-45,"axis":"z","origin":[2.47378,7.87384,8]},"faces":{"north":{"uv":[7.5,0.5,6.5,1],"texture":"#0"},"south":{"uv":[9,0.5,8,1],"texture":"#0"},"west":{"uv":[6.5,0.5,6,1],"texture":"#0"},"up":{"uv":[6.5,0.5,7.5,0],"texture":"#0"},"down":{"uv":[7.5,0,8.5,0.5],"texture":"#0"}}},{"from":[8.46231,7.18414,6.25],"to":[9.46231,9.18414,9.75],"rotation":{"angle":45,"axis":"z","origin":[7.94454,8.4519,8]},"faces":{"north":{"uv":[8,2.5,8.5,3.5],"texture":"#0"},"east":{"uv":[6.5,2.5,8,3.5],"texture":"#0"},"south":{"uv":[10,2.5,10.5,3.5],"texture":"#0"}}},{"from":[9.17198,4.82579,6.24],"to":[10.19198,9.34579,9.76],"rotation":{"angle":0,"axis":"y","origin":[8.66421,5.60355,8]},"faces":{"north":{"uv":[1.5,7,2,9],"texture":"#0"},"east":{"uv":[0,7,1.5,9],"texture":"#0"},"south":{"uv":[3.5,7,4,9],"texture":"#0"},"west":{"uv":[2,7,3.5,9],"texture":"#0"},"up":{"uv":[2,7,1.5,5.5],"texture":"#0"},"down":{"uv":[2.5,5.5,2,7],"texture":"#0"}}},{"from":[5.80802,4.82579,6.24],"to":[6.82802,9.34579,9.76],"rotation":{"angle":0,"axis":"y","origin":[7.33579,5.60355,8]},"faces":{"north":{"uv":[2,7,1.5,9],"texture":"#0"},"east":{"uv":[3.5,7,2,9],"texture":"#0"},"south":{"uv":[4,7,3.5,9],"texture":"#0"},"west":{"uv":[1.5,7,0,9],"texture":"#0"},"up":{"uv":[1.5,7,2,5.5],"texture":"#0"},"down":{"uv":[2,5.5,2.5,7],"texture":"#0"}}},{"from":[6.53769,7.18414,6.25],"to":[7.53769,9.18414,9.75],"rotation":{"angle":-45,"axis":"z","origin":[8.05546,8.4519,8]},"faces":{"north":{"uv":[8.5,2.5,8,3.5],"texture":"#0"},"south":{"uv":[10.5,2.5,10,3.5],"texture":"#0"},"west":{"uv":[8,2.5,6.5,3.5],"texture":"#0"}}},{"from":[5.8,10.05,7.45],"to":[6.8,11.05,8.55],"rotation":{"angle":-45,"axis":"z","origin":[6.3,10.55,8]},"faces":{"north":{"uv":[9,13,7.5,14.5],"texture":"#0"},"east":{"uv":[4,6,3.5,6.5],"texture":"#0"},"south":{"uv":[7.5,13,9,14.5],"texture":"#0"},"west":{"uv":[3,6,2.5,6.5],"texture":"#0"},"up":{"uv":[3,6,3.5,5.5],"texture":"#0"},"down":{"uv":[3.5,5.5,4,6],"texture":"#0"}}},{"from":[6.32802,5.84579,6.26],"to":[9.67198,9.32579,9.74],"rotation":{"angle":0,"axis":"y","origin":[8.66421,5.60355,8]},"faces":{"north":{"uv":[1.5,4,3,5.5],"texture":"#0"},"south":{"uv":[4.5,4,6,5.5],"texture":"#0"},"down":{"uv":[4.5,2.5,3,4],"texture":"#0"}}},{"from":[7.49,9.03289,6.24],"to":[8.51,10.05289,9.76],"rotation":{"angle":0,"axis":"y","origin":[7.56066,5.31066,8]},"faces":{"north":{"uv":[12,10,12.5,10.5],"texture":"#0"},"south":{"uv":[14,10,14.5,10.5],"texture":"#0"},"up":{"uv":[12.5,10,12,8.5],"texture":"#0"}}},{"from":[7.45454,-5.43454,6.76],"to":[9.20231,-3.68678,9.24],"rotation":{"angle":45,"axis":"z","origin":[8.69454,-5.17678,8]},"faces":{"north":{"uv":[5.5,3.5,6,4],"texture":"#0"},"south":{"uv":[7,3.5,7.5,4],"texture":"#0"},"west":{"uv":[6,3.5,7,4],"texture":"#0"},"down":{"uv":[6.5,2.5,6,3.5],"texture":"#0"}}},{"from":[6.75,-5,6.75],"to":[9.25,-3,9.25],"rotation":{"angle":0,"axis":"y","origin":[7,-6,7]},"faces":{"north":{"uv":[4,11,5,12],"texture":"#0"},"east":{"uv":[3,11,4,12],"texture":"#0"},"south":{"uv":[6,11,7,12],"texture":"#0"},"west":{"uv":[5,11,6,12],"texture":"#0"},"up":{"uv":[5,11,4,10],"texture":"#0"}}},{"from":[6.25,-3,6.25],"to":[9.75,-2,9.75],"rotation":{"angle":45,"axis":"y","origin":[8,-2.5,8]},"faces":{"north":{"uv":[2,2,4,2.5],"texture":"#0"},"east":{"uv":[0,2,2,2.5],"texture":"#0"},"south":{"uv":[6,2,8,2.5],"texture":"#0"},"west":{"uv":[4,2,6,2.5],"texture":"#0"},"up":{"uv":[4,2,2,0],"texture":"#0"},"down":{"uv":[6,0,4,2],"texture":"#0"}}},{"from":[6.25,2,6.25],"to":[9.75,3,9.75],"rotation":{"angle":45,"axis":"y","origin":[8,-2.5,8]},"faces":{"north":{"uv":[2,2,4,2.5],"texture":"#0"},"east":{"uv":[0,2,2,2.5],"texture":"#0"},"south":{"uv":[6,2,8,2.5],"texture":"#0"},"west":{"uv":[4,2,6,2.5],"texture":"#0"},"up":{"uv":[4,2,2,0],"texture":"#0"},"down":{"uv":[6,0,4,2],"texture":"#0"}}},{"from":[6.5,-9,6.5],"to":[9.5,-8,9.5],"rotation":{"angle":45,"axis":"y","origin":[8,-10.5,8]},"faces":{"north":{"uv":[6,5.5,7.5,6],"texture":"#0"},"east":{"uv":[4.5,5.5,6,6],"texture":"#0"},"south":{"uv":[9,5.5,10.5,6],"texture":"#0"},"west":{"uv":[7.5,5.5,9,6],"texture":"#0"},"up":{"uv":[7.5,5.5,6,4],"texture":"#0"},"down":{"uv":[9,4,7.5,5.5],"texture":"#0"}}},{"from":[13.5,0,5],"to":[13.5,22,10],"rotation":{"angle":0,"axis":"y","origin":[13.5,11,5]},"faces":{"east":{"uv":[2.5,0,0,11],"texture":"#2"}}},{"from":[6,-2,5],"to":[11,20,5],"rotation":{"angle":0,"axis":"y","origin":[13.5,11,5]},"faces":{"north":{"uv":[0,0,2.5,11],"texture":"#1"}}},{"from":[5,-2,11],"to":[10,20,11],"rotation":{"angle":0,"axis":"y","origin":[13.5,11,11]},"faces":{"south":{"uv":[0,0,2.5,11],"texture":"#1"}}},{"from":[2.5,0,6],"to":[2.5,22,11],"rotation":{"angle":0,"axis":"y","origin":[2.5,11,5]},"faces":{"west":{"uv":[2.5,0,0,11],"texture":"#2"}}}],"display":{"thirdperson_righthand":{"rotation":[0,100,5],"translation":[-1,6,3]},"thirdperson_lefthand":{"rotation":[0,100,5],"translation":[-1,6,3]},"firstperson_righthand":{"rotation":[15,100,0],"translation":[6,2,-4]},"firstperson_lefthand":{"rotation":[15,100,0],"translation":[6,2,-4]},"gui":{"rotation":[-20,160,30],"translation":[0,1.5,0],"scale":[0.53,0.53,0.53]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/dynasty_relik.json b/assets/minecraft/models/item/wynn/skin/relik/dynasty_relik.json new file mode 100644 index 000000000..b15acb462 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/dynasty_relik.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"block/spruce_log","1":"block/gold_block","3":"block/red_wool","4":"skins/crescent_detail"},"elements":[{"from":[7,0.25,7],"to":[9,1.25,9],"rotation":{"angle":0,"axis":"y","origin":[8.01309,0.75002,7.98689]},"faces":{"north":{"uv":[14,14,16,15],"texture":"#1"},"east":{"uv":[14,14,16,15],"texture":"#1"},"south":{"uv":[14,14,16,15],"texture":"#1"},"west":{"uv":[14,14,16,15],"texture":"#1"},"up":{"uv":[14,14,16,15],"texture":"#1"},"down":{"uv":[14,14,16,15],"texture":"#1"}}},{"from":[5.5,9,7.5],"to":[10.5,10,8.5],"rotation":{"angle":0,"axis":"y","origin":[8.01309,0.50002,7.98689]},"faces":{"north":{"uv":[12,14,16,15],"texture":"#1"},"east":{"uv":[12,14,16,15],"texture":"#1"},"south":{"uv":[12,14,16,15],"texture":"#1"},"west":{"uv":[12,14,16,15],"texture":"#1"},"up":{"uv":[12,14,16,15],"texture":"#1"},"down":{"uv":[12,14,16,15],"texture":"#1"}}},{"from":[3.49,9.49,7.74],"to":[12.51,18.01,8.26],"rotation":{"angle":0,"axis":"y","origin":[8.01309,0.50002,8.23689]},"faces":{"north":{"uv":[3,0,12,9],"texture":"#3"},"east":{"uv":[0,0,2,1],"texture":"#3"},"south":{"uv":[1,0,10,9],"texture":"#3"},"west":{"uv":[0,0,2,1],"texture":"#3"},"up":{"uv":[0,0,2,2],"texture":"#3"},"down":{"uv":[0,0,2,2],"texture":"#3"}}},{"from":[1.88346,8.07228,7.50644],"to":[5.88346,9.07228,8.50644],"rotation":{"angle":22.5,"axis":"z","origin":[3.38085,8.57227,8.00906]},"faces":{"north":{"uv":[12,14,16,15],"texture":"#1"},"east":{"uv":[12,14,16,15],"texture":"#1"},"south":{"uv":[12,14,16,15],"texture":"#1"},"west":{"uv":[12,14,16,15],"texture":"#1"},"up":{"uv":[12,14,16,15],"texture":"#1"},"down":{"uv":[12,14,16,15],"texture":"#1"}}},{"from":[0.01901,8.30688,7.75017],"to":[7.01901,17.30688,8.25017],"rotation":{"angle":22.5,"axis":"z","origin":[3.51639,8.80687,8.2528]},"faces":{"north":{"uv":[2,0,9,9],"texture":"#3"},"east":{"uv":[0,0,2,1],"texture":"#3"},"south":{"uv":[2,0,9,9],"texture":"#3"},"west":{"uv":[0,0,2,1],"texture":"#3"},"up":{"uv":[0,0,2,2],"texture":"#3"},"down":{"uv":[0,0,2,2],"texture":"#3"}}},{"from":[-2.10343,5.8328,7.50774],"to":[2.89657,6.8328,8.50774],"rotation":{"angle":45,"axis":"z","origin":[0.39395,6.3328,8.01037]},"faces":{"north":{"uv":[12,14,16,15],"texture":"#1"},"east":{"uv":[12,14,16,15],"texture":"#1"},"south":{"uv":[12,14,16,15],"texture":"#1"},"west":{"uv":[12,14,16,15],"texture":"#1"},"up":{"uv":[12,14,16,15],"texture":"#1"},"down":{"uv":[12,14,16,15],"texture":"#1"}}},{"from":[-2.94216,6.32465,7.74075],"to":[4.07784,15.34465,8.26075],"rotation":{"angle":45,"axis":"z","origin":[0.56522,6.83464,8.25337]},"faces":{"north":{"uv":[3,0,10,9],"texture":"#3"},"east":{"uv":[0,0,2,1],"texture":"#3"},"south":{"uv":[2,0,9,9],"texture":"#3"},"west":{"uv":[0,0,2,1],"texture":"#3"},"up":{"uv":[0,0,2,2],"texture":"#3"},"down":{"uv":[0,0,2,2],"texture":"#3"}}},{"from":[-2.71445,1.91504,7.50545],"to":[-1.71445,4.91504,8.50545],"rotation":{"angle":-22.5,"axis":"z","origin":[-2.21445,2.41242,8.00808]},"faces":{"north":{"uv":[12,14,16,15],"rotation":270,"texture":"#1"},"east":{"uv":[12,14,16,15],"rotation":270,"texture":"#1"},"south":{"uv":[12,14,16,15],"rotation":270,"texture":"#1"},"west":{"uv":[12,14,16,15],"rotation":270,"texture":"#1"},"up":{"uv":[12,14,16,15],"rotation":270,"texture":"#1"},"down":{"uv":[12,14,16,15],"rotation":270,"texture":"#1"}}},{"from":[-10.44171,2.49289,7.75058],"to":[-1.94171,7.49289,8.25058],"rotation":{"angle":-22.5,"axis":"z","origin":[-1.9417,2.59028,8.25321]},"faces":{"north":{"uv":[0,0,5,9],"rotation":90,"texture":"#3"},"east":{"uv":[0,0,2,2],"rotation":270,"texture":"#3"},"south":{"uv":[2,0,7,9],"rotation":270,"texture":"#3"},"west":{"uv":[0,0,2,2],"rotation":270,"texture":"#3"},"up":{"uv":[0,0,2,1],"rotation":270,"texture":"#3"},"down":{"uv":[0,0,2,1],"rotation":270,"texture":"#3"}}},{"from":[10.19395,8.47958,7.48621],"to":[14.19395,9.47958,8.48621],"rotation":{"angle":-22.5,"axis":"z","origin":[11.69134,8.97957,7.98883]},"faces":{"north":{"uv":[12,14,16,15],"texture":"#1"},"east":{"uv":[12,14,16,15],"texture":"#1"},"south":{"uv":[12,14,16,15],"texture":"#1"},"west":{"uv":[12,14,16,15],"texture":"#1"},"up":{"uv":[12,14,16,15],"texture":"#1"},"down":{"uv":[12,14,16,15],"texture":"#1"}}},{"from":[9.05674,8.69105,7.75061],"to":[16.05674,17.69105,8.25061],"rotation":{"angle":-22.5,"axis":"z","origin":[11.55412,9.19105,8.25323]},"faces":{"north":{"uv":[2,0,9,9],"texture":"#3"},"east":{"uv":[0,0,2,1],"texture":"#3"},"south":{"uv":[2,0,9,9],"texture":"#3"},"west":{"uv":[0,0,2,1],"texture":"#3"},"up":{"uv":[0,0,2,2],"texture":"#3"},"down":{"uv":[0,0,2,2],"texture":"#3"}}},{"from":[13.26464,6.22255,7.47718],"to":[18.26464,7.22255,8.47718],"rotation":{"angle":-45,"axis":"z","origin":[15.26055,6.72874,7.97132]},"faces":{"north":{"uv":[12,14,16,15],"texture":"#1"},"east":{"uv":[12,14,16,15],"texture":"#1"},"south":{"uv":[12,14,16,15],"texture":"#1"},"west":{"uv":[12,14,16,15],"texture":"#1"},"up":{"uv":[12,14,16,15],"texture":"#1"},"down":{"uv":[12,14,16,15],"texture":"#1"}}},{"from":[12.07253,6.67994,7.74174],"to":[19.09253,15.69994,8.26174],"rotation":{"angle":-45,"axis":"z","origin":[15.07843,7.19614,8.24588]},"faces":{"north":{"uv":[2,0,9,9],"texture":"#3"},"east":{"uv":[0,0,2,1],"texture":"#3"},"south":{"uv":[2,0,9,9],"texture":"#3"},"west":{"uv":[0,0,2,1],"texture":"#3"},"up":{"uv":[0,0,2,2],"texture":"#3"},"down":{"uv":[0,0,2,2],"texture":"#3"}}},{"from":[17.7318,1.96106,7.46576],"to":[18.7318,4.96106,8.46576],"rotation":{"angle":22.5,"axis":"z","origin":[18.24322,2.46853,7.94965]},"faces":{"north":{"uv":[12,14,16,15],"rotation":90,"texture":"#1"},"east":{"uv":[12,14,16,15],"rotation":90,"texture":"#1"},"south":{"uv":[12,14,16,15],"rotation":90,"texture":"#1"},"west":{"uv":[12,14,16,15],"rotation":90,"texture":"#1"},"up":{"uv":[12,14,16,15],"rotation":90,"texture":"#1"},"down":{"uv":[12,14,16,15],"rotation":90,"texture":"#1"}}},{"from":[17.8572,2.47888,7.75295],"to":[26.3572,7.47888,8.25295],"rotation":{"angle":22.5,"axis":"z","origin":[17.86861,2.78636,8.23683]},"faces":{"north":{"uv":[2,0,7,9],"rotation":270,"texture":"#3"},"east":{"uv":[0,0,2,2],"rotation":90,"texture":"#3"},"south":{"uv":[0,0,5,9],"rotation":90,"texture":"#3"},"west":{"uv":[0,0,2,2],"rotation":90,"texture":"#3"},"up":{"uv":[0,0,2,1],"rotation":90,"texture":"#3"},"down":{"uv":[0,0,2,1],"rotation":90,"texture":"#3"}}},{"from":[17.7572,3.12888,7.65295],"to":[26.4572,8.32888,8.35295],"rotation":{"angle":22.5,"axis":"z","origin":[17.86861,2.78636,8.23683]},"faces":{"north":{"uv":[0,5,7,16],"rotation":270,"texture":"#4"},"east":{"uv":[5,5,7,7],"rotation":90,"texture":"#4"},"south":{"uv":[7,5,0,16],"rotation":90,"texture":"#4"},"west":{"uv":[5,5,7,7],"rotation":90,"texture":"#4"},"up":{"uv":[0,0,2,1],"rotation":90,"texture":"#4"},"down":{"uv":[0,0,2,1],"rotation":90,"texture":"#4"}}},{"from":[-9.71998,4.62888,7.62072],"to":[-1.01998,9.82888,8.32072],"rotation":{"angle":-22.5,"axis":"z","origin":[-5.36515,5.70469,8.49004]},"faces":{"north":{"uv":[7,5,0,16],"rotation":90,"texture":"#4"},"east":{"uv":[5,5,7,7],"rotation":90,"texture":"#4"},"south":{"uv":[0,5,7,16],"rotation":270,"texture":"#4"},"west":{"uv":[5,5,7,7],"rotation":90,"texture":"#4"},"up":{"uv":[0,0,2,1],"rotation":270,"texture":"#4"},"down":{"uv":[0,0,2,1],"rotation":270,"texture":"#4"}}},{"from":[7.00901,-3.57753,6.99484],"to":[9.00901,-2.57753,8.99484],"rotation":{"angle":0,"axis":"z","origin":[9.14541,-1.6375,7.98145]},"faces":{"north":{"uv":[14,14,16,15],"rotation":180,"texture":"#1"},"east":{"uv":[14,14,16,15],"rotation":180,"texture":"#1"},"south":{"uv":[14,14,16,15],"rotation":180,"texture":"#1"},"west":{"uv":[14,14,16,15],"rotation":180,"texture":"#1"},"up":{"uv":[14,14,16,15],"rotation":180,"texture":"#1"},"down":{"uv":[14,14,16,15],"rotation":180,"texture":"#1"}}},{"from":[5.59077,-2.16827,6.99907],"to":[6.59077,-0.16827,8.99907],"rotation":{"angle":0,"axis":"z","origin":[6.37344,-1.83098,7.98735]},"faces":{"north":{"uv":[14,14,16,15],"rotation":90,"texture":"#1"},"east":{"uv":[14,14,16,15],"rotation":90,"texture":"#1"},"south":{"uv":[14,14,16,15],"rotation":90,"texture":"#1"},"west":{"uv":[14,14,16,15],"rotation":90,"texture":"#1"},"up":{"uv":[14,14,16,15],"rotation":90,"texture":"#1"},"down":{"uv":[14,14,16,15],"rotation":90,"texture":"#1"}}},{"from":[2.59077,12.83173,7.59907],"to":[3.59077,14.83173,8.39907],"rotation":{"angle":22.5,"axis":"z","origin":[4.99431,13.83623,8.60785]},"faces":{"north":{"uv":[14,14,16,15],"rotation":90,"texture":"#1"},"east":{"uv":[14,14,16,15],"rotation":90,"texture":"#1"},"south":{"uv":[14,14,16,15],"rotation":90,"texture":"#1"},"west":{"uv":[14,14,16,15],"rotation":90,"texture":"#1"},"up":{"uv":[14,14,16,15],"rotation":90,"texture":"#1"},"down":{"uv":[14,14,16,15],"rotation":90,"texture":"#1"}}},{"from":[9.41824,-2.15926,6.99391],"to":[10.41824,-0.15926,8.99391],"rotation":{"angle":0,"axis":"z","origin":[9.14541,-1.6375,7.98145]},"faces":{"north":{"uv":[14,14,16,15],"rotation":270,"texture":"#1"},"east":{"uv":[14,14,16,15],"rotation":270,"texture":"#1"},"south":{"uv":[14,14,16,15],"rotation":270,"texture":"#1"},"west":{"uv":[14,14,16,15],"rotation":270,"texture":"#1"},"up":{"uv":[14,14,16,15],"rotation":270,"texture":"#1"},"down":{"uv":[14,14,16,15],"rotation":270,"texture":"#1"}}},{"from":[12.41824,12.84074,7.59391],"to":[13.41824,14.84074,8.39391],"rotation":{"angle":22.5,"axis":"z","origin":[10.99431,13.83623,8.60785]},"faces":{"north":{"uv":[1,13,3,14],"rotation":270,"texture":"#1"},"east":{"uv":[14,14,16,15],"rotation":270,"texture":"#1"},"south":{"uv":[1,13,3,14],"rotation":270,"texture":"#1"},"west":{"uv":[14,14,16,15],"rotation":270,"texture":"#1"},"up":{"uv":[14,14,16,15],"rotation":270,"texture":"#1"},"down":{"uv":[14,14,16,15],"rotation":270,"texture":"#1"}}},{"from":[4.97871,11.00031,7.5],"to":[10.97871,17.00031,8.3],"rotation":{"angle":-45,"axis":"z","origin":[7.98935,14.00016,7.91049]},"faces":{"north":{"uv":[8,7,16,15],"texture":"#4"},"east":{"uv":[14,15,16,16],"rotation":180,"texture":"#4"},"south":{"uv":[8,15,16,7],"rotation":180,"texture":"#4"},"west":{"uv":[14,15,16,16],"rotation":180,"texture":"#4"},"up":{"uv":[14,15,16,16],"rotation":180,"texture":"#4"},"down":{"uv":[14,15,16,16],"rotation":180,"texture":"#4"}}},{"from":[5.64356,-0.30378,7.0014],"to":[7.64356,0.69622,9.0014],"rotation":{"angle":45,"axis":"z","origin":[6.65665,0.19624,7.98829]},"faces":{"north":{"uv":[14,14,16,15],"texture":"#1"},"east":{"uv":[14,14,16,15],"texture":"#1"},"south":{"uv":[14,14,16,15],"texture":"#1"},"west":{"uv":[14,14,16,15],"texture":"#1"},"up":{"uv":[14,14,16,15],"texture":"#1"},"down":{"uv":[14,14,16,15],"texture":"#1"}}},{"from":[2.58679,12.83894,7.6014],"to":[3.58679,14.83894,8.4014],"rotation":{"angle":-22.5,"axis":"z","origin":[4.99431,13.83623,8.60785]},"faces":{"north":{"uv":[13,12,15,13],"rotation":90,"texture":"#1"},"east":{"uv":[14,14,16,15],"rotation":270,"texture":"#1"},"south":{"uv":[1,13,3,14],"rotation":270,"texture":"#1"},"west":{"uv":[14,14,16,15],"rotation":270,"texture":"#1"},"up":{"uv":[14,14,16,15],"rotation":270,"texture":"#1"},"down":{"uv":[14,14,16,15],"rotation":270,"texture":"#1"}}},{"from":[9.4184,-3.10477,6.99624],"to":[10.4184,-1.10477,8.99624],"rotation":{"angle":-45,"axis":"z","origin":[9.14541,-1.6375,7.98145]},"faces":{"north":{"uv":[14,14,16,15],"rotation":270,"texture":"#1"},"east":{"uv":[14,14,16,15],"rotation":270,"texture":"#1"},"south":{"uv":[14,14,16,15],"rotation":270,"texture":"#1"},"west":{"uv":[14,14,16,15],"rotation":270,"texture":"#1"},"up":{"uv":[14,14,16,15],"rotation":270,"texture":"#1"},"down":{"uv":[14,14,16,15],"rotation":270,"texture":"#1"}}},{"from":[12.41623,12.84793,7.59624],"to":[13.41623,14.84793,8.39624],"rotation":{"angle":-22.5,"axis":"z","origin":[10.99431,13.83623,8.60785]},"faces":{"north":{"uv":[14,14,16,15],"rotation":270,"texture":"#1"},"east":{"uv":[14,14,16,15],"rotation":270,"texture":"#1"},"south":{"uv":[14,14,16,15],"rotation":270,"texture":"#1"},"west":{"uv":[14,14,16,15],"rotation":270,"texture":"#1"},"up":{"uv":[14,14,16,15],"rotation":270,"texture":"#1"},"down":{"uv":[14,14,16,15],"rotation":270,"texture":"#1"}}},{"from":[6.0595,-2.62056,7.00047],"to":[8.0595,-1.62056,9.00047],"rotation":{"angle":-45,"axis":"z","origin":[6.37344,-1.83098,7.98735]},"faces":{"north":{"uv":[14,14,16,15],"rotation":180,"texture":"#1"},"east":{"uv":[14,14,16,15],"rotation":180,"texture":"#1"},"south":{"uv":[14,14,16,15],"rotation":180,"texture":"#1"},"west":{"uv":[14,14,16,15],"rotation":180,"texture":"#1"},"up":{"uv":[14,14,16,15],"rotation":180,"texture":"#1"},"down":{"uv":[14,14,16,15],"rotation":180,"texture":"#1"}}},{"from":[6.99917,-0.69456,6.99531],"to":[8.99917,0.30544,8.99531],"rotation":{"angle":-45,"axis":"z","origin":[9.14541,-1.6375,7.98145]},"faces":{"north":{"uv":[14,14,16,15],"texture":"#1"},"east":{"uv":[14,14,16,15],"texture":"#1"},"south":{"uv":[14,14,16,15],"texture":"#1"},"west":{"uv":[14,14,16,15],"texture":"#1"},"up":{"uv":[14,14,16,15],"texture":"#1"},"down":{"uv":[14,14,16,15],"texture":"#1"}}},{"from":[10.09564,-2.15437,7.6],"to":[27.89564,-0.85437,8.4],"rotation":{"angle":22.5,"axis":"z","origin":[7.99564,-1.50001,8.00437]},"faces":{"north":{"uv":[0,0,2.5,16],"rotation":270,"texture":"#0"},"east":{"uv":[0,0,2.5,2],"rotation":90,"texture":"#0"},"south":{"uv":[0,0,2.5,16],"rotation":90,"texture":"#0"},"west":{"uv":[0,0,2.5,2],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,2,16],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,2,16],"rotation":90,"texture":"#0"}}},{"from":[7.6,0.6,7.6],"to":[8.4,9.4,8.4],"rotation":{"angle":22.5,"axis":"z","origin":[7.99564,-1.50001,8.00437]},"faces":{"north":{"uv":[0,0,0.8,8.8],"texture":"#0"},"east":{"uv":[0,0,0.8,8.8],"texture":"#0"},"south":{"uv":[0,0,0.8,8.8],"texture":"#0"},"west":{"uv":[0,0,0.8,8.8],"texture":"#0"},"up":{"uv":[0,0,0.8,0.8],"texture":"#0"},"down":{"uv":[0,0,0.8,0.8],"texture":"#0"}}},{"from":[7.6,0.6,7.6],"to":[8.4,9.4,8.4],"rotation":{"angle":-45,"axis":"z","origin":[7.99564,-1.50001,8.00437]},"faces":{"north":{"uv":[0,0,0.8,8.8],"texture":"#0"},"east":{"uv":[0,0,0.8,8.8],"texture":"#0"},"south":{"uv":[0,0,0.8,8.8],"texture":"#0"},"west":{"uv":[0,0,0.8,8.8],"texture":"#0"},"up":{"uv":[0,0,0.8,0.8],"texture":"#0"},"down":{"uv":[0,0,0.8,0.8],"texture":"#0"}}},{"from":[7.6,0.6,7.6],"to":[8.4,9.4,8.4],"rotation":{"angle":0,"axis":"y","origin":[8.01309,1.50002,7.98689]},"faces":{"north":{"uv":[0,0,0.8,8.8],"texture":"#0"},"east":{"uv":[0,0,0.8,8.8],"texture":"#0"},"south":{"uv":[0,0,0.8,8.8],"texture":"#0"},"west":{"uv":[0,0,0.8,8.8],"texture":"#0"},"up":{"uv":[0,0,0.8,0.8],"texture":"#0"},"down":{"uv":[0,0,0.8,0.8],"texture":"#0"}}},{"from":[7.6,0.6,7.6],"to":[8.4,9.4,8.4],"rotation":{"angle":45,"axis":"z","origin":[7.99564,-1.50001,8.00437]},"faces":{"north":{"uv":[0,0,0.8,8.8],"texture":"#0"},"east":{"uv":[0,0,0.8,8.8],"texture":"#0"},"south":{"uv":[0,0,0.8,8.8],"texture":"#0"},"west":{"uv":[0,0,0.8,8.8],"texture":"#0"},"up":{"uv":[0,0,0.8,0.8],"texture":"#0"},"down":{"uv":[0,0,0.8,0.8],"texture":"#0"}}},{"from":[-11.90437,-2.14564,7.6],"to":[5.89563,-0.84564,8.4],"rotation":{"angle":-22.5,"axis":"z","origin":[7.99564,-1.50001,8.00437]},"faces":{"north":{"uv":[0,0,2.5,16],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,2.5,2],"rotation":270,"texture":"#0"},"south":{"uv":[0,0,2.5,16],"rotation":270,"texture":"#0"},"west":{"uv":[0,0,2.5,2],"rotation":270,"texture":"#0"},"up":{"uv":[0,0,2,16],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,2,16],"rotation":270,"texture":"#0"}}},{"from":[7.6,0.6,7.6],"to":[8.4,9.4,8.4],"rotation":{"angle":-22.5,"axis":"z","origin":[7.99564,-1.50001,8.00437]},"faces":{"north":{"uv":[0,0,0.8,8.8],"texture":"#0"},"east":{"uv":[0,0,0.8,8.8],"texture":"#0"},"south":{"uv":[0,0,0.8,8.8],"texture":"#0"},"west":{"uv":[0,0,0.8,8.8],"texture":"#0"},"up":{"uv":[0,0,0.8,0.8],"texture":"#0"},"down":{"uv":[0,0,0.8,0.8],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,115,0],"translation":[0,6,0.75],"scale":[0.6,0.6,0.6]},"thirdperson_lefthand":{"rotation":[0,115,0],"translation":[0,6,0.75],"scale":[0.6,0.6,0.6]},"firstperson_righthand":{"rotation":[-41,109,0],"translation":[2,5,-3],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[-45,109,0],"translation":[2,5,-3],"scale":[0.6,0.6,0.6]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/fellowship_relik.json b/assets/minecraft/models/item/wynn/skin/relik/fellowship_relik.json new file mode 100644 index 000000000..cd82e8327 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/fellowship_relik.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"voxels_atlas":"skins/fellowship_atlas"},"elements":[{"from":[1.75,15.75,9.25],"to":[2.5,16,9.5],"faces":{"north":{"uv":[6.1875,12.0625,6,12.125],"texture":"#voxels_atlas"},"east":{"uv":[15.625,8.8125,15.5625,8.875],"texture":"#voxels_atlas"},"south":{"uv":[6.3125,12.0625,6.5,12.125],"texture":"#voxels_atlas"},"west":{"uv":[12.1875,7.6875,12.25,7.75],"texture":"#voxels_atlas"},"up":{"uv":[2.625,0.25,2.8125,0.1875],"texture":"#voxels_atlas"},"down":{"uv":[14.625,11.125,14.8125,11.1875],"texture":"#voxels_atlas"}}},{"from":[2,15.25,9.5],"to":[3.25,15.5,9.75],"faces":{"north":{"uv":[14.1875,12.8125,13.875,12.875],"texture":"#voxels_atlas"},"east":{"uv":[7.1875,8.25,7.125,8.3125],"texture":"#voxels_atlas"},"south":{"uv":[14.3125,12.8125,14.625,12.875],"texture":"#voxels_atlas"},"west":{"uv":[15.75,8.8125,15.8125,8.875],"texture":"#voxels_atlas"},"up":{"uv":[13.4375,12.875,13.75,12.8125],"texture":"#voxels_atlas"},"down":{"uv":[13,12.8125,13.3125,12.875],"texture":"#voxels_atlas"}}},{"from":[2,15.5,9.25],"to":[2.75,15.75,9.75],"faces":{"north":{"uv":[8.0625,12.0625,7.875,12.125],"texture":"#voxels_atlas"},"east":{"uv":[15.875,12.25,15.75,12.3125],"texture":"#voxels_atlas"},"south":{"uv":[8.1875,12.0625,8.375,12.125],"texture":"#voxels_atlas"},"west":{"uv":[15.75,13.1875,15.875,13.25],"texture":"#voxels_atlas"},"up":{"uv":[2.0625,1.8125,2.25,1.6875],"texture":"#voxels_atlas"},"down":{"uv":[2.0625,1.9375,2.25,2.0625],"texture":"#voxels_atlas"}}},{"from":[2,15.75,8.75],"to":[2.25,16,9.25],"faces":{"north":{"uv":[7.1875,8.0625,7.125,8.125],"texture":"#voxels_atlas"},"east":{"uv":[13.3125,10.9375,13.1875,11],"texture":"#voxels_atlas"},"south":{"uv":[7.125,5.25,7.1875,5.3125],"texture":"#voxels_atlas"},"west":{"uv":[12.9375,10.9375,13.0625,11],"texture":"#voxels_atlas"},"up":{"uv":[0.8125,10.3125,0.875,10.1875],"texture":"#voxels_atlas"},"down":{"uv":[0.8125,10.4375,0.875,10.5625],"texture":"#voxels_atlas"}}},{"from":[2.25,14.75,9.75],"to":[4.25,15,10],"faces":{"north":{"uv":[13.625,13.625,13.125,13.6875],"texture":"#voxels_atlas"},"east":{"uv":[7.1875,4.5,7.125,4.5625],"texture":"#voxels_atlas"},"south":{"uv":[12.5,13.625,13,13.6875],"texture":"#voxels_atlas"},"west":{"uv":[7.125,5.0625,7.1875,5.125],"texture":"#voxels_atlas"},"up":{"uv":[11.25,13.6875,11.75,13.625],"texture":"#voxels_atlas"},"down":{"uv":[8.75,13.625,9.25,13.6875],"texture":"#voxels_atlas"}}},{"from":[2.25,15,9.5],"to":[3.5,15.25,9.75],"faces":{"north":{"uv":[3.25,12.25,2.9375,12.3125],"texture":"#voxels_atlas"},"east":{"uv":[7.1875,4.125,7.125,4.1875],"texture":"#voxels_atlas"},"south":{"uv":[2.9375,12.0625,3.25,12.125],"texture":"#voxels_atlas"},"west":{"uv":[7.125,4.3125,7.1875,4.375],"texture":"#voxels_atlas"},"up":{"uv":[2.9375,12.6875,3.25,12.625],"texture":"#voxels_atlas"},"down":{"uv":[15.1875,12.8125,15.5,12.875],"texture":"#voxels_atlas"}}},{"from":[2.25,15.25,9.25],"to":[3,15.5,9.5],"faces":{"north":{"uv":[11.8125,12.0625,11.625,12.125],"texture":"#voxels_atlas"},"east":{"uv":[7.1875,3,7.125,3.0625],"texture":"#voxels_atlas"},"south":{"uv":[11.9375,12.0625,12.125,12.125],"texture":"#voxels_atlas"},"west":{"uv":[7.125,3.9375,7.1875,4],"texture":"#voxels_atlas"},"up":{"uv":[11.3125,12.125,11.5,12.0625],"texture":"#voxels_atlas"},"down":{"uv":[11,12.0625,11.1875,12.125],"texture":"#voxels_atlas"}}},{"from":[2.25,15.25,9.75],"to":[3.5,15.5,10],"faces":{"north":{"uv":[3.25,5.6875,2.9375,5.75],"texture":"#voxels_atlas"},"east":{"uv":[7.375,8.625,7.3125,8.6875],"texture":"#voxels_atlas"},"south":{"uv":[2.9375,5.5,3.25,5.5625],"texture":"#voxels_atlas"},"west":{"uv":[7.125,2.8125,7.1875,2.875],"texture":"#voxels_atlas"},"up":{"uv":[2.9375,7.4375,3.25,7.375],"texture":"#voxels_atlas"},"down":{"uv":[2.9375,7.5625,3.25,7.625],"texture":"#voxels_atlas"}}},{"from":[2.25,15.5,9],"to":[2.75,15.75,9.25],"faces":{"north":{"uv":[5.0625,10.75,4.9375,10.8125],"texture":"#voxels_atlas"},"east":{"uv":[7.75,8.625,7.6875,8.6875],"texture":"#voxels_atlas"},"south":{"uv":[4.9375,10.5625,5.0625,10.625],"texture":"#voxels_atlas"},"west":{"uv":[7.5,8.625,7.5625,8.6875],"texture":"#voxels_atlas"},"up":{"uv":[15.6875,11,15.8125,10.9375],"texture":"#voxels_atlas"},"down":{"uv":[15.4375,10.9375,15.5625,11],"texture":"#voxels_atlas"}}},{"from":[2.25,15.75,9],"to":[2.5,16,9.25],"faces":{"north":{"uv":[8.6875,8.625,8.625,8.6875],"texture":"#voxels_atlas"},"east":{"uv":[7.375,5.4375,7.3125,5.5],"texture":"#voxels_atlas"},"south":{"uv":[7.3125,5.8125,7.375,5.875],"texture":"#voxels_atlas"},"west":{"uv":[7.3125,5.625,7.375,5.6875],"texture":"#voxels_atlas"},"up":{"uv":[8.4375,8.6875,8.5,8.625],"texture":"#voxels_atlas"},"down":{"uv":[7.875,8.625,7.9375,8.6875],"texture":"#voxels_atlas"}}},{"from":[2.25,15.75,9.5],"to":[2.75,16,9.75],"faces":{"north":{"uv":[5.0625,8.875,4.9375,8.9375],"texture":"#voxels_atlas"},"east":{"uv":[7.375,0.9375,7.3125,1],"texture":"#voxels_atlas"},"south":{"uv":[4.9375,8.6875,5.0625,8.75],"texture":"#voxels_atlas"},"west":{"uv":[7.3125,5.25,7.375,5.3125],"texture":"#voxels_atlas"},"up":{"uv":[4.9375,9.125,5.0625,9.0625],"texture":"#voxels_atlas"},"down":{"uv":[4.9375,9.25,5.0625,9.3125],"texture":"#voxels_atlas"}}},{"from":[2.5,14.5,9.75],"to":[4.25,14.75,10],"faces":{"north":{"uv":[2.5,11.5625,2.0625,11.625],"texture":"#voxels_atlas"},"east":{"uv":[7.375,0.5625,7.3125,0.625],"texture":"#voxels_atlas"},"south":{"uv":[2.0625,11.375,2.5,11.4375],"texture":"#voxels_atlas"},"west":{"uv":[7.3125,0.75,7.375,0.8125],"texture":"#voxels_atlas"},"up":{"uv":[2.0625,11.8125,2.5,11.75],"texture":"#voxels_atlas"},"down":{"uv":[2.0625,11.9375,2.5,12],"texture":"#voxels_atlas"}}},{"from":[2.5,14.75,9.5],"to":[3.75,15,9.75],"faces":{"north":{"uv":[9.375,12.625,9.0625,12.6875],"texture":"#voxels_atlas"},"east":{"uv":[7.375,0.1875,7.3125,0.25],"texture":"#voxels_atlas"},"south":{"uv":[11.6875,12.625,12,12.6875],"texture":"#voxels_atlas"},"west":{"uv":[7.3125,0.375,7.375,0.4375],"texture":"#voxels_atlas"},"up":{"uv":[8.625,12.6875,8.9375,12.625],"texture":"#voxels_atlas"},"down":{"uv":[8.1875,12.625,8.5,12.6875],"texture":"#voxels_atlas"}}},{"from":[2.5,14.75,10],"to":[4.25,15,10.25],"faces":{"north":{"uv":[2.5,9.3125,2.0625,9.375],"texture":"#voxels_atlas"},"east":{"uv":[8.125,8.4375,8.0625,8.5],"texture":"#voxels_atlas"},"south":{"uv":[2.0625,9.125,2.5,9.1875],"texture":"#voxels_atlas"},"west":{"uv":[7.5,8.4375,7.5625,8.5],"texture":"#voxels_atlas"},"up":{"uv":[2.0625,9.5625,2.5,9.5],"texture":"#voxels_atlas"},"down":{"uv":[2.0625,9.6875,2.5,9.75],"texture":"#voxels_atlas"}}},{"from":[2.5,15,9.25],"to":[3,15.25,9.5],"faces":{"north":{"uv":[5.0625,7.1875,4.9375,7.25],"texture":"#voxels_atlas"},"east":{"uv":[8.5,8.4375,8.4375,8.5],"texture":"#voxels_atlas"},"south":{"uv":[4.9375,7,5.0625,7.0625],"texture":"#voxels_atlas"},"west":{"uv":[8.25,8.4375,8.3125,8.5],"texture":"#voxels_atlas"},"up":{"uv":[4.9375,7.4375,5.0625,7.375],"texture":"#voxels_atlas"},"down":{"uv":[4.9375,7.5625,5.0625,7.625],"texture":"#voxels_atlas"}}},{"from":[2.5,15.25,9],"to":[2.75,15.5,9.25],"faces":{"north":{"uv":[9.0625,8.4375,9,8.5],"texture":"#voxels_atlas"},"east":{"uv":[10,8.4375,9.9375,8.5],"texture":"#voxels_atlas"},"south":{"uv":[9.5625,8.4375,9.625,8.5],"texture":"#voxels_atlas"},"west":{"uv":[9.75,8.4375,9.8125,8.5],"texture":"#voxels_atlas"},"up":{"uv":[8.8125,8.5,8.875,8.4375],"texture":"#voxels_atlas"},"down":{"uv":[8.625,8.4375,8.6875,8.5],"texture":"#voxels_atlas"}}},{"from":[2.75,13.25,10.25],"to":[6,13.5,10.5],"faces":{"north":{"uv":[7.5625,14.5625,6.75,14.625],"texture":"#voxels_atlas"},"east":{"uv":[10.75,8.4375,10.6875,8.5],"texture":"#voxels_atlas"},"south":{"uv":[7.6875,14.5625,8.5,14.625],"texture":"#voxels_atlas"},"west":{"uv":[10.125,8.4375,10.1875,8.5],"texture":"#voxels_atlas"},"up":{"uv":[5.8125,14.625,6.625,14.5625],"texture":"#voxels_atlas"},"down":{"uv":[4.875,14.5625,5.6875,14.625],"texture":"#voxels_atlas"}}},{"from":[2.75,13.75,9.75],"to":[4,14.25,10.25],"faces":{"north":{"uv":[0.3125,4.4375,0,4.5625],"texture":"#voxels_atlas"},"east":{"uv":[2.75,1.125,2.625,1.25],"texture":"#voxels_atlas"},"south":{"uv":[0,4.1875,0.3125,4.3125],"texture":"#voxels_atlas"},"west":{"uv":[2.625,2.5,2.75,2.625],"texture":"#voxels_atlas"},"up":{"uv":[0,4.8125,0.3125,4.6875],"texture":"#voxels_atlas"},"down":{"uv":[0,5.9375,0.3125,6.0625],"texture":"#voxels_atlas"}}},{"from":[2.75,14.25,10],"to":[3.25,14.5,10.25],"faces":{"north":{"uv":[5.0625,5.125,4.9375,5.1875],"texture":"#voxels_atlas"},"east":{"uv":[11.5,8.4375,11.4375,8.5],"texture":"#voxels_atlas"},"south":{"uv":[4.9375,4.9375,5.0625,5],"texture":"#voxels_atlas"},"west":{"uv":[10.875,8.4375,10.9375,8.5],"texture":"#voxels_atlas"},"up":{"uv":[4.9375,5.375,5.0625,5.3125],"texture":"#voxels_atlas"},"down":{"uv":[4.9375,5.5,5.0625,5.5625],"texture":"#voxels_atlas"}}},{"from":[2.75,14.5,9.5],"to":[3.75,14.75,9.75],"faces":{"north":{"uv":[15.875,12.8125,15.625,12.875],"texture":"#voxels_atlas"},"east":{"uv":[7.5625,7.875,7.5,7.9375],"texture":"#voxels_atlas"},"south":{"uv":[10.375,12.4375,10.625,12.5],"texture":"#voxels_atlas"},"west":{"uv":[11.625,8.4375,11.6875,8.5],"texture":"#voxels_atlas"},"up":{"uv":[15.625,13.0625,15.875,13],"texture":"#voxels_atlas"},"down":{"uv":[15.625,13.8125,15.875,13.875],"texture":"#voxels_atlas"}}},{"from":[3,12.5,10.25],"to":[4.25,12.75,10.5],"faces":{"north":{"uv":[6.75,13,6.4375,13.0625],"texture":"#voxels_atlas"},"east":{"uv":[7.5625,7.5,7.5,7.5625],"texture":"#voxels_atlas"},"south":{"uv":[6.875,13,7.1875,13.0625],"texture":"#voxels_atlas"},"west":{"uv":[7.5,7.6875,7.5625,7.75],"texture":"#voxels_atlas"},"up":{"uv":[6,13.0625,6.3125,13],"texture":"#voxels_atlas"},"down":{"uv":[5.5625,13,5.875,13.0625],"texture":"#voxels_atlas"}}},{"from":[3,13,10],"to":[4,13.75,10.25],"faces":{"north":{"uv":[0.25,11.375,0,11.5625],"texture":"#voxels_atlas"},"east":{"uv":[3.8125,6.4375,3.75,6.625],"texture":"#voxels_atlas"},"south":{"uv":[0,9.625,0.25,9.8125],"texture":"#voxels_atlas"},"west":{"uv":[3.75,6.75,3.8125,6.9375],"texture":"#voxels_atlas"},"up":{"uv":[11.125,12.5,11.375,12.4375],"texture":"#voxels_atlas"},"down":{"uv":[10.75,12.4375,11,12.5],"texture":"#voxels_atlas"}}},{"from":[3,13.5,10.25],"to":[5.5,13.75,10.5],"faces":{"north":{"uv":[1.625,2.375,1,2.4375],"texture":"#voxels_atlas"},"east":{"uv":[7.5625,5.625,7.5,5.6875],"texture":"#voxels_atlas"},"south":{"uv":[1,2,1.625,2.0625],"texture":"#voxels_atlas"},"west":{"uv":[7.5,7.3125,7.5625,7.375],"texture":"#voxels_atlas"},"up":{"uv":[1,2.625,1.625,2.5625],"texture":"#voxels_atlas"},"down":{"uv":[1,2.75,1.625,2.8125],"texture":"#voxels_atlas"}}},{"from":[3,14.25,9.5],"to":[3.75,14.5,10],"faces":{"north":{"uv":[12.875,11.875,12.6875,11.9375],"texture":"#voxels_atlas"},"east":{"uv":[5.0625,3.4375,4.9375,3.5],"texture":"#voxels_atlas"},"south":{"uv":[13,11.875,13.1875,11.9375],"texture":"#voxels_atlas"},"west":{"uv":[4.9375,3.625,5.0625,3.6875],"texture":"#voxels_atlas"},"up":{"uv":[7.5625,13.5,7.75,13.375],"texture":"#voxels_atlas"},"down":{"uv":[7.25,13.375,7.4375,13.5],"texture":"#voxels_atlas"}}},{"from":[3,15,9.75],"to":[3.5,15.25,10.25],"faces":{"north":{"uv":[5.0625,3.25,4.9375,3.3125],"texture":"#voxels_atlas"},"east":{"uv":[5.0625,2.6875,4.9375,2.75],"texture":"#voxels_atlas"},"south":{"uv":[4.9375,3.0625,5.0625,3.125],"texture":"#voxels_atlas"},"west":{"uv":[4.9375,2.875,5.0625,2.9375],"texture":"#voxels_atlas"},"up":{"uv":[2.625,2.125,2.75,2],"texture":"#voxels_atlas"},"down":{"uv":[2.625,1.75,2.75,1.875],"texture":"#voxels_atlas"}}},{"from":[3,15.5,9.5],"to":[3.25,15.75,10],"faces":{"north":{"uv":[7.5625,5.4375,7.5,5.5],"texture":"#voxels_atlas"},"east":{"uv":[5.0625,1.9375,4.9375,2],"texture":"#voxels_atlas"},"south":{"uv":[7.5,5.25,7.5625,5.3125],"texture":"#voxels_atlas"},"west":{"uv":[4.9375,2.125,5.0625,2.1875],"texture":"#voxels_atlas"},"up":{"uv":[4.75,6.8125,4.8125,6.6875],"texture":"#voxels_atlas"},"down":{"uv":[0.8125,7.0625,0.875,7.1875],"texture":"#voxels_atlas"}}},{"from":[3.25,11.75,10],"to":[4.25,12,10.5],"faces":{"north":{"uv":[4,12.0625,3.75,12.125],"texture":"#voxels_atlas"},"east":{"uv":[5.0625,1.5625,4.9375,1.625],"texture":"#voxels_atlas"},"south":{"uv":[15.375,12.25,15.625,12.3125],"texture":"#voxels_atlas"},"west":{"uv":[4.9375,1.75,5.0625,1.8125],"texture":"#voxels_atlas"},"up":{"uv":[0.4375,9.8125,0.6875,9.6875],"texture":"#voxels_atlas"},"down":{"uv":[0.4375,8.9375,0.6875,9.0625],"texture":"#voxels_atlas"}}},{"from":[3.25,12.25,10],"to":[3.75,13,10.25],"faces":{"north":{"uv":[2.75,11.5,2.625,11.6875],"texture":"#voxels_atlas"},"east":{"uv":[3.8125,1.125,3.75,1.3125],"texture":"#voxels_atlas"},"south":{"uv":[2.625,11.8125,2.75,12],"texture":"#voxels_atlas"},"west":{"uv":[3.75,1.4375,3.8125,1.625],"texture":"#voxels_atlas"},"up":{"uv":[4.9375,1.25,5.0625,1.1875],"texture":"#voxels_atlas"},"down":{"uv":[4.9375,1.375,5.0625,1.4375],"texture":"#voxels_atlas"}}},{"from":[3.25,12.25,10.25],"to":[4.25,12.5,10.5],"faces":{"north":{"uv":[13,12.25,12.75,12.3125],"texture":"#voxels_atlas"},"east":{"uv":[7.5625,3.375,7.5,3.4375],"texture":"#voxels_atlas"},"south":{"uv":[11.25,12.25,11.5,12.3125],"texture":"#voxels_atlas"},"west":{"uv":[7.5,5.0625,7.5625,5.125],"texture":"#voxels_atlas"},"up":{"uv":[13.125,12.3125,13.375,12.25],"texture":"#voxels_atlas"},"down":{"uv":[13.5,12.25,13.75,12.3125],"texture":"#voxels_atlas"}}},{"from":[3.25,12.75,10.25],"to":[3.5,13,10.5],"faces":{"north":{"uv":[7.5625,2.4375,7.5,2.5],"texture":"#voxels_atlas"},"east":{"uv":[7.5625,1.5,7.5,1.5625],"texture":"#voxels_atlas"},"south":{"uv":[7.5,1.875,7.5625,1.9375],"texture":"#voxels_atlas"},"west":{"uv":[7.5,1.6875,7.5625,1.75],"texture":"#voxels_atlas"},"up":{"uv":[7.5,2.6875,7.5625,2.625],"texture":"#voxels_atlas"},"down":{"uv":[7.5,3.1875,7.5625,3.25],"texture":"#voxels_atlas"}}},{"from":[3.25,13.5,9.75],"to":[3.75,13.75,10],"faces":{"north":{"uv":[6.3125,10.75,6.1875,10.8125],"texture":"#voxels_atlas"},"east":{"uv":[7.5625,0.75,7.5,0.8125],"texture":"#voxels_atlas"},"south":{"uv":[6.4375,10.75,6.5625,10.8125],"texture":"#voxels_atlas"},"west":{"uv":[7.5,1.3125,7.5625,1.375],"texture":"#voxels_atlas"},"up":{"uv":[5.9375,10.8125,6.0625,10.75],"texture":"#voxels_atlas"},"down":{"uv":[5.6875,10.75,5.8125,10.8125],"texture":"#voxels_atlas"}}},{"from":[3.25,14,10.25],"to":[4.25,14.25,10.5],"faces":{"north":{"uv":[3.625,0.4375,3.375,0.5],"texture":"#voxels_atlas"},"east":{"uv":[7.5625,0.375,7.5,0.4375],"texture":"#voxels_atlas"},"south":{"uv":[3.375,0.625,3.625,0.6875],"texture":"#voxels_atlas"},"west":{"uv":[7.5,0.5625,7.5625,0.625],"texture":"#voxels_atlas"},"up":{"uv":[3.375,0.3125,3.625,0.25],"texture":"#voxels_atlas"},"down":{"uv":[3.75,12.25,4,12.3125],"texture":"#voxels_atlas"}}},{"from":[3.5,11,10.25],"to":[4.75,11.25,10.5],"faces":{"north":{"uv":[4.125,12.625,3.8125,12.6875],"texture":"#voxels_atlas"},"east":{"uv":[7.75,8.25,7.6875,8.3125],"texture":"#voxels_atlas"},"south":{"uv":[3.375,12.625,3.6875,12.6875],"texture":"#voxels_atlas"},"west":{"uv":[7.5,0.1875,7.5625,0.25],"texture":"#voxels_atlas"},"up":{"uv":[4.25,12.6875,4.5625,12.625],"texture":"#voxels_atlas"},"down":{"uv":[5.5625,12.625,5.875,12.6875],"texture":"#voxels_atlas"}}},{"from":[3.5,11.5,10],"to":[4.25,11.75,10.5],"faces":{"north":{"uv":[4.125,9.4375,3.9375,9.5],"texture":"#voxels_atlas"},"east":{"uv":[8.0625,10.75,7.9375,10.8125],"texture":"#voxels_atlas"},"south":{"uv":[3.9375,9.25,4.125,9.3125],"texture":"#voxels_atlas"},"west":{"uv":[7.6875,10.75,7.8125,10.8125],"texture":"#voxels_atlas"},"up":{"uv":[2.625,13,2.8125,12.875],"texture":"#voxels_atlas"},"down":{"uv":[2.625,12.125,2.8125,12.25],"texture":"#voxels_atlas"}}},{"from":[3.5,12,10],"to":[4,12.25,10.25],"faces":{"north":{"uv":[8.8125,10.75,8.6875,10.8125],"texture":"#voxels_atlas"},"east":{"uv":[8.125,8.25,8.0625,8.3125],"texture":"#voxels_atlas"},"south":{"uv":[8.9375,10.75,9.0625,10.8125],"texture":"#voxels_atlas"},"west":{"uv":[7.875,8.25,7.9375,8.3125],"texture":"#voxels_atlas"},"up":{"uv":[8.4375,10.8125,8.5625,10.75],"texture":"#voxels_atlas"},"down":{"uv":[8.1875,10.75,8.3125,10.8125],"texture":"#voxels_atlas"}}},{"from":[3.5,14.25,10],"to":[5.25,14.5,10.25],"faces":{"north":{"uv":[0.875,4.8125,0.4375,4.875],"texture":"#voxels_atlas"},"east":{"uv":[8.875,8.25,8.8125,8.3125],"texture":"#voxels_atlas"},"south":{"uv":[0.4375,4.625,0.875,4.6875],"texture":"#voxels_atlas"},"west":{"uv":[8.25,8.25,8.3125,8.3125],"texture":"#voxels_atlas"},"up":{"uv":[0.4375,5.0625,0.875,5],"texture":"#voxels_atlas"},"down":{"uv":[0.4375,5.1875,0.875,5.25],"texture":"#voxels_atlas"}}},{"from":[3.5,14.5,10],"to":[4.75,14.75,10.25],"faces":{"north":{"uv":[3.25,2.125,2.9375,2.1875],"texture":"#voxels_atlas"},"east":{"uv":[9.25,8.25,9.1875,8.3125],"texture":"#voxels_atlas"},"south":{"uv":[2.9375,2.3125,3.25,2.375],"texture":"#voxels_atlas"},"west":{"uv":[9,8.25,9.0625,8.3125],"texture":"#voxels_atlas"},"up":{"uv":[2.9375,2,3.25,1.9375],"texture":"#voxels_atlas"},"down":{"uv":[2.9375,1.75,3.25,1.8125],"texture":"#voxels_atlas"}}},{"from":[3.75,10,10.25],"to":[4.75,10.25,10.5],"faces":{"north":{"uv":[3.625,7.75,3.375,7.8125],"texture":"#voxels_atlas"},"east":{"uv":[10,8.25,9.9375,8.3125],"texture":"#voxels_atlas"},"south":{"uv":[3.375,8.3125,3.625,8.375],"texture":"#voxels_atlas"},"west":{"uv":[9.375,8.25,9.4375,8.3125],"texture":"#voxels_atlas"},"up":{"uv":[3.375,7.625,3.625,7.5625],"texture":"#voxels_atlas"},"down":{"uv":[3.375,7.375,3.625,7.4375],"texture":"#voxels_atlas"}}},{"from":[3.75,10.5,10.25],"to":[4,11,10.5],"faces":{"north":{"uv":[4.8125,4.1875,4.75,4.3125],"texture":"#voxels_atlas"},"east":{"uv":[4.8125,3.4375,4.75,3.5625],"texture":"#voxels_atlas"},"south":{"uv":[4.75,3.9375,4.8125,4.0625],"texture":"#voxels_atlas"},"west":{"uv":[4.75,3.6875,4.8125,3.8125],"texture":"#voxels_atlas"},"up":{"uv":[10.3125,8.3125,10.375,8.25],"texture":"#voxels_atlas"},"down":{"uv":[10.125,8.25,10.1875,8.3125],"texture":"#voxels_atlas"}}},{"from":[3.75,10.75,10],"to":[4.25,11.25,10.25],"faces":{"north":{"uv":[2.75,10.75,2.625,10.875],"texture":"#voxels_atlas"},"east":{"uv":[4.8125,2.9375,4.75,3.0625],"texture":"#voxels_atlas"},"south":{"uv":[2.625,4.375,2.75,4.5],"texture":"#voxels_atlas"},"west":{"uv":[4.75,3.1875,4.8125,3.3125],"texture":"#voxels_atlas"},"up":{"uv":[10.4375,10.8125,10.5625,10.75],"texture":"#voxels_atlas"},"down":{"uv":[10.1875,10.75,10.3125,10.8125],"texture":"#voxels_atlas"}}},{"from":[3.75,12.75,10],"to":[4,13,10.25],"faces":{"north":{"uv":[13.5625,8.25,13.5,8.3125],"texture":"#voxels_atlas"},"east":{"uv":[7.75,8.0625,7.6875,8.125],"texture":"#voxels_atlas"},"south":{"uv":[15.5625,8.25,15.625,8.3125],"texture":"#voxels_atlas"},"west":{"uv":[15.75,8.25,15.8125,8.3125],"texture":"#voxels_atlas"},"up":{"uv":[13.3125,8.3125,13.375,8.25],"texture":"#voxels_atlas"},"down":{"uv":[10.5,8.25,10.5625,8.3125],"texture":"#voxels_atlas"}}},{"from":[3.75,13,10.25],"to":[4.25,13.25,10.5],"faces":{"north":{"uv":[11.3125,10.75,11.1875,10.8125],"texture":"#voxels_atlas"},"east":{"uv":[7.75,7.5,7.6875,7.5625],"texture":"#voxels_atlas"},"south":{"uv":[11.4375,10.75,11.5625,10.8125],"texture":"#voxels_atlas"},"west":{"uv":[7.6875,7.875,7.75,7.9375],"texture":"#voxels_atlas"},"up":{"uv":[10.9375,10.8125,11.0625,10.75],"texture":"#voxels_atlas"},"down":{"uv":[10.6875,10.75,10.8125,10.8125],"texture":"#voxels_atlas"}}},{"from":[3.75,14.25,9.75],"to":[4.25,14.5,10],"faces":{"north":{"uv":[12.3125,10.75,12.1875,10.8125],"texture":"#voxels_atlas"},"east":{"uv":[7.75,7.125,7.6875,7.1875],"texture":"#voxels_atlas"},"south":{"uv":[12.4375,10.75,12.5625,10.8125],"texture":"#voxels_atlas"},"west":{"uv":[7.6875,7.3125,7.75,7.375],"texture":"#voxels_atlas"},"up":{"uv":[11.9375,10.8125,12.0625,10.75],"texture":"#voxels_atlas"},"down":{"uv":[11.6875,10.75,11.8125,10.8125],"texture":"#voxels_atlas"}}},{"from":[3.75,14.5,10.25],"to":[4,14.75,10.5],"faces":{"north":{"uv":[7.75,5.8125,7.6875,5.875],"texture":"#voxels_atlas"},"east":{"uv":[7.75,4.5,7.6875,4.5625],"texture":"#voxels_atlas"},"south":{"uv":[7.6875,5.625,7.75,5.6875],"texture":"#voxels_atlas"},"west":{"uv":[7.6875,4.6875,7.75,4.75],"texture":"#voxels_atlas"},"up":{"uv":[7.6875,6.0625,7.75,6],"texture":"#voxels_atlas"},"down":{"uv":[7.6875,6.1875,7.75,6.25],"texture":"#voxels_atlas"}}},{"from":[3.75,15,9.75],"to":[4,15.25,10.25],"faces":{"north":{"uv":[7.75,4.3125,7.6875,4.375],"texture":"#voxels_atlas"},"east":{"uv":[13.0625,10.75,12.9375,10.8125],"texture":"#voxels_atlas"},"south":{"uv":[7.6875,4.125,7.75,4.1875],"texture":"#voxels_atlas"},"west":{"uv":[12.6875,10.75,12.8125,10.8125],"texture":"#voxels_atlas"},"up":{"uv":[5.1875,9.125,5.25,9],"texture":"#voxels_atlas"},"down":{"uv":[5.1875,9.25,5.25,9.375],"texture":"#voxels_atlas"}}},{"from":[4,9.25,10.25],"to":[5.25,9.5,10.5],"faces":{"north":{"uv":[7.1875,12.8125,6.875,12.875],"texture":"#voxels_atlas"},"east":{"uv":[7.75,3,7.6875,3.0625],"texture":"#voxels_atlas"},"south":{"uv":[11.25,13,11.5625,13.0625],"texture":"#voxels_atlas"},"west":{"uv":[7.6875,3.1875,7.75,3.25],"texture":"#voxels_atlas"},"up":{"uv":[6,12.875,6.3125,12.8125],"texture":"#voxels_atlas"},"down":{"uv":[6.4375,12.8125,6.75,12.875],"texture":"#voxels_atlas"}}},{"from":[4,9.25,10.5],"to":[4.25,9.5,10.75],"faces":{"north":{"uv":[7.75,2.4375,7.6875,2.5],"texture":"#voxels_atlas"},"east":{"uv":[7.75,1.3125,7.6875,1.375],"texture":"#voxels_atlas"},"south":{"uv":[7.6875,1.6875,7.75,1.75],"texture":"#voxels_atlas"},"west":{"uv":[7.6875,1.5,7.75,1.5625],"texture":"#voxels_atlas"},"up":{"uv":[7.6875,2.6875,7.75,2.625],"texture":"#voxels_atlas"},"down":{"uv":[7.6875,2.8125,7.75,2.875],"texture":"#voxels_atlas"}}},{"from":[4,9.75,10.25],"to":[4.75,10,10.5],"faces":{"north":{"uv":[10.0625,11.6875,9.875,11.75],"texture":"#voxels_atlas"},"east":{"uv":[7.75,0.375,7.6875,0.4375],"texture":"#voxels_atlas"},"south":{"uv":[10.1875,11.6875,10.375,11.75],"texture":"#voxels_atlas"},"west":{"uv":[7.6875,1.125,7.75,1.1875],"texture":"#voxels_atlas"},"up":{"uv":[9.5625,11.75,9.75,11.6875],"texture":"#voxels_atlas"},"down":{"uv":[9.25,11.6875,9.4375,11.75],"texture":"#voxels_atlas"}}},{"from":[4,10.25,10.25],"to":[4.75,10.5,10.5],"faces":{"north":{"uv":[11.9375,11.6875,11.75,11.75],"texture":"#voxels_atlas"},"east":{"uv":[8.6875,8.0625,8.625,8.125],"texture":"#voxels_atlas"},"south":{"uv":[12.0625,11.6875,12.25,11.75],"texture":"#voxels_atlas"},"west":{"uv":[7.6875,0.1875,7.75,0.25],"texture":"#voxels_atlas"},"up":{"uv":[11.4375,11.75,11.625,11.6875],"texture":"#voxels_atlas"},"down":{"uv":[11.125,11.6875,11.3125,11.75],"texture":"#voxels_atlas"}}},{"from":[4,10.5,10],"to":[4.25,10.75,10.25],"faces":{"north":{"uv":[9.625,8.0625,9.5625,8.125],"texture":"#voxels_atlas"},"east":{"uv":[12.4375,8.0625,12.375,8.125],"texture":"#voxels_atlas"},"south":{"uv":[9.75,8.0625,9.8125,8.125],"texture":"#voxels_atlas"},"west":{"uv":[12.1875,8.0625,12.25,8.125],"texture":"#voxels_atlas"},"up":{"uv":[9,8.125,9.0625,8.0625],"texture":"#voxels_atlas"},"down":{"uv":[8.8125,8.0625,8.875,8.125],"texture":"#voxels_atlas"}}},{"from":[4,10.75,10.25],"to":[4.75,11,10.5],"faces":{"north":{"uv":[15.6875,11.6875,15.5,11.75],"texture":"#voxels_atlas"},"east":{"uv":[12.8125,8.0625,12.75,8.125],"texture":"#voxels_atlas"},"south":{"uv":[4.4375,11.5,4.625,11.5625],"texture":"#voxels_atlas"},"west":{"uv":[12.5625,8.0625,12.625,8.125],"texture":"#voxels_atlas"},"up":{"uv":[15.1875,11.75,15.375,11.6875],"texture":"#voxels_atlas"},"down":{"uv":[14.875,11.6875,15.0625,11.75],"texture":"#voxels_atlas"}}},{"from":[4,11.25,10],"to":[4.5,11.5,10.25],"faces":{"north":{"uv":[14.3125,10.75,14.1875,10.8125],"texture":"#voxels_atlas"},"east":{"uv":[13.5625,8.0625,13.5,8.125],"texture":"#voxels_atlas"},"south":{"uv":[14.4375,10.75,14.5625,10.8125],"texture":"#voxels_atlas"},"west":{"uv":[13.3125,8.0625,13.375,8.125],"texture":"#voxels_atlas"},"up":{"uv":[13.9375,10.8125,14.0625,10.75],"texture":"#voxels_atlas"},"down":{"uv":[13.6875,10.75,13.8125,10.8125],"texture":"#voxels_atlas"}}},{"from":[4,11.75,10.5],"to":[7,12,10.75],"faces":{"north":{"uv":[1.75,12.875,1,12.9375],"texture":"#voxels_atlas"},"east":{"uv":[7.9375,6.1875,7.875,6.25],"texture":"#voxels_atlas"},"south":{"uv":[1,12.6875,1.75,12.75],"texture":"#voxels_atlas"},"west":{"uv":[14.4375,8.0625,14.5,8.125],"texture":"#voxels_atlas"},"up":{"uv":[1,13.125,1.75,13.0625],"texture":"#voxels_atlas"},"down":{"uv":[1,13.25,1.75,13.3125],"texture":"#voxels_atlas"}}},{"from":[4,12,10.25],"to":[4.25,12.25,10.5],"faces":{"north":{"uv":[7.9375,5.25,7.875,5.3125],"texture":"#voxels_atlas"},"east":{"uv":[7.9375,2.8125,7.875,2.875],"texture":"#voxels_atlas"},"south":{"uv":[7.875,5.0625,7.9375,5.125],"texture":"#voxels_atlas"},"west":{"uv":[7.875,3,7.9375,3.0625],"texture":"#voxels_atlas"},"up":{"uv":[7.875,5.875,7.9375,5.8125],"texture":"#voxels_atlas"},"down":{"uv":[7.875,6,7.9375,6.0625],"texture":"#voxels_atlas"}}},{"from":[4,12.25,9.5],"to":[4.25,12.5,9.75],"faces":{"north":{"uv":[7.9375,1.5,7.875,1.5625],"texture":"#voxels_atlas"},"east":{"uv":[7.9375,0.9375,7.875,1],"texture":"#voxels_atlas"},"south":{"uv":[7.875,1.3125,7.9375,1.375],"texture":"#voxels_atlas"},"west":{"uv":[7.875,1.125,7.9375,1.1875],"texture":"#voxels_atlas"},"up":{"uv":[7.875,2.5,7.9375,2.4375],"texture":"#voxels_atlas"},"down":{"uv":[7.875,2.625,7.9375,2.6875],"texture":"#voxels_atlas"}}},{"from":[4,12.25,10.5],"to":[6.75,12.5,10.75],"faces":{"north":{"uv":[1.6875,3.875,1,3.9375],"texture":"#voxels_atlas"},"east":{"uv":[7.9375,0.1875,7.875,0.25],"texture":"#voxels_atlas"},"south":{"uv":[1,3.6875,1.6875,3.75],"texture":"#voxels_atlas"},"west":{"uv":[7.875,0.375,7.9375,0.4375],"texture":"#voxels_atlas"},"up":{"uv":[1,4.125,1.6875,4.0625],"texture":"#voxels_atlas"},"down":{"uv":[1,4.25,1.6875,4.3125],"texture":"#voxels_atlas"}}},{"from":[4,12.5,10.5],"to":[5.75,12.75,10.75],"faces":{"north":{"uv":[0.875,4.0625,0.4375,4.125],"texture":"#voxels_atlas"},"east":{"uv":[8.6875,7.875,8.625,7.9375],"texture":"#voxels_atlas"},"south":{"uv":[2.0625,6.6875,2.5,6.75],"texture":"#voxels_atlas"},"west":{"uv":[8.4375,7.875,8.5,7.9375],"texture":"#voxels_atlas"},"up":{"uv":[0.4375,4.3125,0.875,4.25],"texture":"#voxels_atlas"},"down":{"uv":[0.4375,4.4375,0.875,4.5],"texture":"#voxels_atlas"}}},{"from":[4,12.75,10.25],"to":[4.25,13,10.75],"faces":{"north":{"uv":[8.875,7.875,8.8125,7.9375],"texture":"#voxels_atlas"},"east":{"uv":[6.5,10.5625,6.375,10.625],"texture":"#voxels_atlas"},"south":{"uv":[9,7.875,9.0625,7.9375],"texture":"#voxels_atlas"},"west":{"uv":[6.125,10.5625,6.25,10.625],"texture":"#voxels_atlas"},"up":{"uv":[5.1875,0.625,5.25,0.5],"texture":"#voxels_atlas"},"down":{"uv":[5.1875,0.75,5.25,0.875],"texture":"#voxels_atlas"}}},{"from":[4,13.5,10],"to":[4.25,14.25,10.25],"faces":{"north":{"uv":[4.3125,8.25,4.25,8.4375],"texture":"#voxels_atlas"},"east":{"uv":[4.3125,7.3125,4.25,7.5],"texture":"#voxels_atlas"},"south":{"uv":[4.25,7.9375,4.3125,8.125],"texture":"#voxels_atlas"},"west":{"uv":[4.25,7.625,4.3125,7.8125],"texture":"#voxels_atlas"},"up":{"uv":[9.75,7.9375,9.8125,7.875],"texture":"#voxels_atlas"},"down":{"uv":[9.5625,7.875,9.625,7.9375],"texture":"#voxels_atlas"}}},{"from":[4,14.25,10.25],"to":[4.5,14.5,10.5],"faces":{"north":{"uv":[7.5,10.5625,7.375,10.625],"texture":"#voxels_atlas"},"east":{"uv":[14.6875,7.875,14.625,7.9375],"texture":"#voxels_atlas"},"south":{"uv":[7.625,10.5625,7.75,10.625],"texture":"#voxels_atlas"},"west":{"uv":[14.4375,7.875,14.5,7.9375],"texture":"#voxels_atlas"},"up":{"uv":[7.125,10.625,7.25,10.5625],"texture":"#voxels_atlas"},"down":{"uv":[6.875,10.5625,7,10.625],"texture":"#voxels_atlas"}}},{"from":[4.25,8.5,10.25],"to":[5,8.75,10.75],"faces":{"north":{"uv":[14.3125,11.5,14.125,11.5625],"texture":"#voxels_atlas"},"east":{"uv":[8.5,10.5625,8.375,10.625],"texture":"#voxels_atlas"},"south":{"uv":[14.4375,11.5,14.625,11.5625],"texture":"#voxels_atlas"},"west":{"uv":[8.125,10.5625,8.25,10.625],"texture":"#voxels_atlas"},"up":{"uv":[9,13.5,9.1875,13.375],"texture":"#voxels_atlas"},"down":{"uv":[9.3125,13.375,9.5,13.5],"texture":"#voxels_atlas"}}},{"from":[4.25,9,10.25],"to":[5,9.25,10.5],"faces":{"north":{"uv":[15.5625,11.5,15.375,11.5625],"texture":"#voxels_atlas"},"east":{"uv":[15.4375,7.875,15.375,7.9375],"texture":"#voxels_atlas"},"south":{"uv":[15.6875,11.5,15.875,11.5625],"texture":"#voxels_atlas"},"west":{"uv":[15.1875,7.875,15.25,7.9375],"texture":"#voxels_atlas"},"up":{"uv":[15.0625,11.5625,15.25,11.5],"texture":"#voxels_atlas"},"down":{"uv":[14.75,11.5,14.9375,11.5625],"texture":"#voxels_atlas"}}},{"from":[4.25,9.5,10.25],"to":[5,9.75,10.75],"faces":{"north":{"uv":[4.625,10.9375,4.4375,11],"texture":"#voxels_atlas"},"east":{"uv":[9.5,10.5625,9.375,10.625],"texture":"#voxels_atlas"},"south":{"uv":[4.4375,10.75,4.625,10.8125],"texture":"#voxels_atlas"},"west":{"uv":[9.125,10.5625,9.25,10.625],"texture":"#voxels_atlas"},"up":{"uv":[9.9375,13.5,10.125,13.375],"texture":"#voxels_atlas"},"down":{"uv":[11.25,13.375,11.4375,13.5],"texture":"#voxels_atlas"}}},{"from":[4.25,10,10.5],"to":[7.75,10.25,10.75],"faces":{"north":{"uv":[15.875,14.75,15,14.8125],"texture":"#voxels_atlas"},"east":{"uv":[15.8125,7.875,15.75,7.9375],"texture":"#voxels_atlas"},"south":{"uv":[13,14.75,13.875,14.8125],"texture":"#voxels_atlas"},"west":{"uv":[15.5625,7.875,15.625,7.9375],"texture":"#voxels_atlas"},"up":{"uv":[14,14.8125,14.875,14.75],"texture":"#voxels_atlas"},"down":{"uv":[1,14.5625,1.875,14.625],"texture":"#voxels_atlas"}}},{"from":[4.25,10.25,10.5],"to":[7.5,10.5,10.75],"faces":{"north":{"uv":[3.8125,14.5625,3,14.625],"texture":"#voxels_atlas"},"east":{"uv":[8.125,7.125,8.0625,7.1875],"texture":"#voxels_atlas"},"south":{"uv":[3.9375,14.5625,4.75,14.625],"texture":"#voxels_atlas"},"west":{"uv":[8.0625,7.3125,8.125,7.375],"texture":"#voxels_atlas"},"up":{"uv":[14.125,14.4375,14.9375,14.375],"texture":"#voxels_atlas"},"down":{"uv":[13.1875,14.375,14,14.4375],"texture":"#voxels_atlas"}}},{"from":[4.25,10.5,10.25],"to":[4.75,10.75,10.5],"faces":{"north":{"uv":[10.5,10.5625,10.375,10.625],"texture":"#voxels_atlas"},"east":{"uv":[8.125,6.75,8.0625,6.8125],"texture":"#voxels_atlas"},"south":{"uv":[10.625,10.5625,10.75,10.625],"texture":"#voxels_atlas"},"west":{"uv":[8.0625,6.9375,8.125,7],"texture":"#voxels_atlas"},"up":{"uv":[10.125,10.625,10.25,10.5625],"texture":"#voxels_atlas"},"down":{"uv":[9.875,10.5625,10,10.625],"texture":"#voxels_atlas"}}},{"from":[4.25,10.75,10.5],"to":[7,11,10.75],"faces":{"north":{"uv":[1.6875,4.4375,1,4.5],"texture":"#voxels_atlas"},"east":{"uv":[8.125,6,8.0625,6.0625],"texture":"#voxels_atlas"},"south":{"uv":[1,4.625,1.6875,4.6875],"texture":"#voxels_atlas"},"west":{"uv":[8.0625,6.1875,8.125,6.25],"texture":"#voxels_atlas"},"up":{"uv":[1,9.9375,1.6875,9.875],"texture":"#voxels_atlas"},"down":{"uv":[1,9.5,1.6875,9.5625],"texture":"#voxels_atlas"}}},{"from":[4.25,11,10.5],"to":[6.75,11.25,10.75],"faces":{"north":{"uv":[1.625,3.125,1,3.1875],"texture":"#voxels_atlas"},"east":{"uv":[8.125,5.25,8.0625,5.3125],"texture":"#voxels_atlas"},"south":{"uv":[1,2.9375,1.625,3],"texture":"#voxels_atlas"},"west":{"uv":[8.0625,5.4375,8.125,5.5],"texture":"#voxels_atlas"},"up":{"uv":[1,3.375,1.625,3.3125],"texture":"#voxels_atlas"},"down":{"uv":[1,3.5,1.625,3.5625],"texture":"#voxels_atlas"}}},{"from":[4.25,11.25,10.25],"to":[4.5,12,10.5],"faces":{"north":{"uv":[4.3125,3.5625,4.25,3.75],"texture":"#voxels_atlas"},"east":{"uv":[4.3125,2.625,4.25,2.8125],"texture":"#voxels_atlas"},"south":{"uv":[4.25,3.25,4.3125,3.4375],"texture":"#voxels_atlas"},"west":{"uv":[4.25,2.9375,4.3125,3.125],"texture":"#voxels_atlas"},"up":{"uv":[8.0625,4.1875,8.125,4.125],"texture":"#voxels_atlas"},"down":{"uv":[8.0625,4.3125,8.125,4.375],"texture":"#voxels_atlas"}}},{"from":[4.25,11.75,9.5],"to":[5,12,9.75],"faces":{"north":{"uv":[4.625,8.125,4.4375,8.1875],"texture":"#voxels_atlas"},"east":{"uv":[8.125,3.75,8.0625,3.8125],"texture":"#voxels_atlas"},"south":{"uv":[4.4375,7.9375,4.625,8],"texture":"#voxels_atlas"},"west":{"uv":[8.0625,3.9375,8.125,4],"texture":"#voxels_atlas"},"up":{"uv":[4.4375,8.375,4.625,8.3125],"texture":"#voxels_atlas"},"down":{"uv":[4.4375,8.5,4.625,8.5625],"texture":"#voxels_atlas"}}},{"from":[4.25,12,9.5],"to":[4.75,12.25,9.75],"faces":{"north":{"uv":[12.5,10.5625,12.375,10.625],"texture":"#voxels_atlas"},"east":{"uv":[8.125,3.375,8.0625,3.4375],"texture":"#voxels_atlas"},"south":{"uv":[6.625,10.5625,6.75,10.625],"texture":"#voxels_atlas"},"west":{"uv":[8.0625,3.5625,8.125,3.625],"texture":"#voxels_atlas"},"up":{"uv":[12.125,10.625,12.25,10.5625],"texture":"#voxels_atlas"},"down":{"uv":[11.875,10.5625,12,10.625],"texture":"#voxels_atlas"}}},{"from":[4.25,12,10.5],"to":[6.5,12.25,10.75],"faces":{"north":{"uv":[14.8125,13.8125,14.25,13.875],"texture":"#voxels_atlas"},"east":{"uv":[8.125,1.125,8.0625,1.1875],"texture":"#voxels_atlas"},"south":{"uv":[13.5625,13.8125,14.125,13.875],"texture":"#voxels_atlas"},"west":{"uv":[8.0625,1.3125,8.125,1.375],"texture":"#voxels_atlas"},"up":{"uv":[14.9375,13.875,15.5,13.8125],"texture":"#voxels_atlas"},"down":{"uv":[2.5625,13.625,3.125,13.6875],"texture":"#voxels_atlas"}}},{"from":[4.25,12.75,10.5],"to":[5.25,13.25,10.75],"faces":{"north":{"uv":[0.6875,9.1875,0.4375,9.3125],"texture":"#voxels_atlas"},"east":{"uv":[5.4375,6.0625,5.375,6.1875],"texture":"#voxels_atlas"},"south":{"uv":[0.4375,9.4375,0.6875,9.5625],"texture":"#voxels_atlas"},"west":{"uv":[5.375,6.3125,5.4375,6.4375],"texture":"#voxels_atlas"},"up":{"uv":[3.375,9.5,3.625,9.4375],"texture":"#voxels_atlas"},"down":{"uv":[3.375,7.9375,3.625,8],"texture":"#voxels_atlas"}}},{"from":[4.25,13.75,10],"to":[4.5,14.25,10.25],"faces":{"north":{"uv":[5.4375,5.8125,5.375,5.9375],"texture":"#voxels_atlas"},"east":{"uv":[5.4375,5.0625,5.375,5.1875],"texture":"#voxels_atlas"},"south":{"uv":[5.375,5.5625,5.4375,5.6875],"texture":"#voxels_atlas"},"west":{"uv":[5.375,5.3125,5.4375,5.4375],"texture":"#voxels_atlas"},"up":{"uv":[10.875,7.75,10.9375,7.6875],"texture":"#voxels_atlas"},"down":{"uv":[10.3125,7.6875,10.375,7.75],"texture":"#voxels_atlas"}}},{"from":[4.25,13.75,10.25],"to":[5.75,14,10.5],"faces":{"north":{"uv":[8.25,13.4375,7.875,13.5],"texture":"#voxels_atlas"},"east":{"uv":[12.4375,7.6875,12.375,7.75],"texture":"#voxels_atlas"},"south":{"uv":[3.25,13.4375,3.625,13.5],"texture":"#voxels_atlas"},"west":{"uv":[10.6875,6.375,10.75,6.4375],"texture":"#voxels_atlas"},"up":{"uv":[2.0625,3.375,2.4375,3.3125],"texture":"#voxels_atlas"},"down":{"uv":[14.25,13.4375,14.625,13.5],"texture":"#voxels_atlas"}}},{"from":[4.25,14.5,10.25],"to":[4.75,14.75,10.5],"faces":{"north":{"uv":[14.25,10.5625,14.125,10.625],"texture":"#voxels_atlas"},"east":{"uv":[12.8125,7.6875,12.75,7.75],"texture":"#voxels_atlas"},"south":{"uv":[14.375,10.5625,14.5,10.625],"texture":"#voxels_atlas"},"west":{"uv":[12.5625,7.6875,12.625,7.75],"texture":"#voxels_atlas"},"up":{"uv":[13.875,10.625,14,10.5625],"texture":"#voxels_atlas"},"down":{"uv":[13.625,10.5625,13.75,10.625],"texture":"#voxels_atlas"}}},{"from":[4.5,8.75,10.25],"to":[5,9,10.75],"faces":{"north":{"uv":[15.25,10.5625,15.125,10.625],"texture":"#voxels_atlas"},"east":{"uv":[5.6875,10.375,5.5625,10.4375],"texture":"#voxels_atlas"},"south":{"uv":[15.375,10.5625,15.5,10.625],"texture":"#voxels_atlas"},"west":{"uv":[15.625,10.5625,15.75,10.625],"texture":"#voxels_atlas"},"up":{"uv":[2.625,7.875,2.75,7.75],"texture":"#voxels_atlas"},"down":{"uv":[2.625,8,2.75,8.125],"texture":"#voxels_atlas"}}},{"from":[4.5,9,10.5],"to":[11.25,9.25,10.75],"faces":{"north":{"uv":[12.625,15.9375,10.9375,16],"texture":"#voxels_atlas"},"east":{"uv":[13.5625,7.6875,13.5,7.75],"texture":"#voxels_atlas"},"south":{"uv":[7.3125,15.9375,9,16],"texture":"#voxels_atlas"},"west":{"uv":[13.3125,7.6875,13.375,7.75],"texture":"#voxels_atlas"},"up":{"uv":[5.5,16,7.1875,15.9375],"texture":"#voxels_atlas"},"down":{"uv":[9.125,15.9375,10.8125,16],"texture":"#voxels_atlas"}}},{"from":[4.5,11.25,10.5],"to":[7,11.5,10.75],"faces":{"north":{"uv":[13,14.1875,12.375,14.25],"texture":"#voxels_atlas"},"east":{"uv":[13.9375,7.6875,13.875,7.75],"texture":"#voxels_atlas"},"south":{"uv":[6.375,14.1875,7,14.25],"texture":"#voxels_atlas"},"west":{"uv":[13.6875,7.6875,13.75,7.75],"texture":"#voxels_atlas"},"up":{"uv":[13.125,14.25,13.75,14.1875],"texture":"#voxels_atlas"},"down":{"uv":[13.875,14.1875,14.5,14.25],"texture":"#voxels_atlas"}}},{"from":[4.5,11.5,9.5],"to":[5.75,11.75,9.75],"faces":{"north":{"uv":[3.25,11.3125,2.9375,11.375],"texture":"#voxels_atlas"},"east":{"uv":[14.6875,7.6875,14.625,7.75],"texture":"#voxels_atlas"},"south":{"uv":[2.9375,11.125,3.25,11.1875],"texture":"#voxels_atlas"},"west":{"uv":[14.4375,7.6875,14.5,7.75],"texture":"#voxels_atlas"},"up":{"uv":[2.9375,11.5625,3.25,11.5],"texture":"#voxels_atlas"},"down":{"uv":[2.9375,12.4375,3.25,12.5],"texture":"#voxels_atlas"}}},{"from":[4.5,11.5,10.5],"to":[6.75,11.75,10.75],"faces":{"north":{"uv":[9.3125,13.8125,8.75,13.875],"texture":"#voxels_atlas"},"east":{"uv":[15.625,7.6875,15.5625,7.75],"texture":"#voxels_atlas"},"south":{"uv":[8.75,14,9.3125,14.0625],"texture":"#voxels_atlas"},"west":{"uv":[14.8125,7.6875,14.875,7.75],"texture":"#voxels_atlas"},"up":{"uv":[9.4375,13.875,10,13.8125],"texture":"#voxels_atlas"},"down":{"uv":[10.125,13.8125,10.6875,13.875],"texture":"#voxels_atlas"}}},{"from":[4.5,11.75,9.25],"to":[4.75,12,9.5],"faces":{"north":{"uv":[8.3125,7.3125,8.25,7.375],"texture":"#voxels_atlas"},"east":{"uv":[8.3125,4.6875,8.25,4.75],"texture":"#voxels_atlas"},"south":{"uv":[8.25,5.0625,8.3125,5.125],"texture":"#voxels_atlas"},"west":{"uv":[8.25,4.875,8.3125,4.9375],"texture":"#voxels_atlas"},"up":{"uv":[8.25,7.5625,8.3125,7.5],"texture":"#voxels_atlas"},"down":{"uv":[15.75,7.6875,15.8125,7.75],"texture":"#voxels_atlas"}}},{"from":[4.5,11.75,9.75],"to":[4.75,12,10],"faces":{"north":{"uv":[8.3125,1.875,8.25,1.9375],"texture":"#voxels_atlas"},"east":{"uv":[8.6875,7.5,8.625,7.5625],"texture":"#voxels_atlas"},"south":{"uv":[8.25,1.6875,8.3125,1.75],"texture":"#voxels_atlas"},"west":{"uv":[8.4375,7.5,8.5,7.5625],"texture":"#voxels_atlas"},"up":{"uv":[8.25,4,8.3125,3.9375],"texture":"#voxels_atlas"},"down":{"uv":[8.25,4.125,8.3125,4.1875],"texture":"#voxels_atlas"}}},{"from":[4.5,14,10],"to":[5,14.25,10.5],"faces":{"north":{"uv":[7.6875,10.375,7.5625,10.4375],"texture":"#voxels_atlas"},"east":{"uv":[8.4375,10.375,8.3125,10.4375],"texture":"#voxels_atlas"},"south":{"uv":[7.8125,10.375,7.9375,10.4375],"texture":"#voxels_atlas"},"west":{"uv":[8.0625,10.375,8.1875,10.4375],"texture":"#voxels_atlas"},"up":{"uv":[2.625,9.875,2.75,9.75],"texture":"#voxels_atlas"},"down":{"uv":[2.375,1.9375,2.5,2.0625],"texture":"#voxels_atlas"}}},{"from":[4.5,14.75,10],"to":[4.75,15,10.25],"faces":{"north":{"uv":[10.375,7.5,10.3125,7.5625],"texture":"#voxels_atlas"},"east":{"uv":[12.0625,7.5,12,7.5625],"texture":"#voxels_atlas"},"south":{"uv":[10.5,7.5,10.5625,7.5625],"texture":"#voxels_atlas"},"west":{"uv":[11.8125,7.5,11.875,7.5625],"texture":"#voxels_atlas"},"up":{"uv":[10.125,7.5625,10.1875,7.5],"texture":"#voxels_atlas"},"down":{"uv":[9.9375,7.5,10,7.5625],"texture":"#voxels_atlas"}}},{"from":[4.75,8,10.5],"to":[11,8.5,10.75],"faces":{"north":{"uv":[1.5625,15.875,0,16],"texture":"#voxels_atlas"},"east":{"uv":[5.4375,1.3125,5.375,1.4375],"texture":"#voxels_atlas"},"south":{"uv":[1.6875,15.875,3.25,16],"texture":"#voxels_atlas"},"west":{"uv":[5.375,1.5625,5.4375,1.6875],"texture":"#voxels_atlas"},"up":{"uv":[3.8125,15.4375,5.375,15.375],"texture":"#voxels_atlas"},"down":{"uv":[2.125,15.375,3.6875,15.4375],"texture":"#voxels_atlas"}}},{"from":[4.75,9.75,10.5],"to":[7.75,10,10.75],"faces":{"north":{"uv":[1.75,13.4375,1,13.5],"texture":"#voxels_atlas"},"east":{"uv":[12.4375,7.5,12.375,7.5625],"texture":"#voxels_atlas"},"south":{"uv":[1,14,1.75,14.0625],"texture":"#voxels_atlas"},"west":{"uv":[12.1875,7.5,12.25,7.5625],"texture":"#voxels_atlas"},"up":{"uv":[1,12.5625,1.75,12.5],"texture":"#voxels_atlas"},"down":{"uv":[1,12.3125,1.75,12.375],"texture":"#voxels_atlas"}}},{"from":[4.75,10.5,10.5],"to":[7.5,10.75,10.75],"faces":{"north":{"uv":[1.6875,10.4375,1,10.5],"texture":"#voxels_atlas"},"east":{"uv":[14.5,7.5,14.4375,7.5625],"texture":"#voxels_atlas"},"south":{"uv":[1,8.375,1.6875,8.4375],"texture":"#voxels_atlas"},"west":{"uv":[14.0625,7.5,14.125,7.5625],"texture":"#voxels_atlas"},"up":{"uv":[1,8.625,1.6875,8.5625],"texture":"#voxels_atlas"},"down":{"uv":[1,9.6875,1.6875,9.75],"texture":"#voxels_atlas"}}},{"from":[4.75,10.75,10.75],"to":[5.75,11.5,11],"faces":{"north":{"uv":[0.25,8.5625,0,8.75],"texture":"#voxels_atlas"},"east":{"uv":[4.8125,9.4375,4.75,9.625],"texture":"#voxels_atlas"},"south":{"uv":[0,8.25,0.25,8.4375],"texture":"#voxels_atlas"},"west":{"uv":[4.75,9.75,4.8125,9.9375],"texture":"#voxels_atlas"},"up":{"uv":[14.125,12.5,14.375,12.4375],"texture":"#voxels_atlas"},"down":{"uv":[12.25,12.4375,12.5,12.5],"texture":"#voxels_atlas"}}},{"from":[4.75,11.25,9.5],"to":[5.75,11.5,9.75],"faces":{"north":{"uv":[15.875,12.4375,15.625,12.5],"texture":"#voxels_atlas"},"east":{"uv":[15.4375,7.5,15.375,7.5625],"texture":"#voxels_atlas"},"south":{"uv":[3.375,12.25,3.625,12.3125],"texture":"#voxels_atlas"},"west":{"uv":[15.1875,7.5,15.25,7.5625],"texture":"#voxels_atlas"},"up":{"uv":[15.25,12.5,15.5,12.4375],"texture":"#voxels_atlas"},"down":{"uv":[14.875,12.4375,15.125,12.5],"texture":"#voxels_atlas"}}},{"from":[4.75,11.5,9.25],"to":[5,11.75,9.5],"faces":{"north":{"uv":[8.5,6.9375,8.4375,7],"texture":"#voxels_atlas"},"east":{"uv":[8.5,6.375,8.4375,6.4375],"texture":"#voxels_atlas"},"south":{"uv":[8.4375,6.75,8.5,6.8125],"texture":"#voxels_atlas"},"west":{"uv":[8.4375,6.5625,8.5,6.625],"texture":"#voxels_atlas"},"up":{"uv":[8.4375,7.1875,8.5,7.125],"texture":"#voxels_atlas"},"down":{"uv":[8.4375,7.3125,8.5,7.375],"texture":"#voxels_atlas"}}},{"from":[4.75,11.5,9.75],"to":[5,11.75,10],"faces":{"north":{"uv":[8.5,2.0625,8.4375,2.125],"texture":"#voxels_atlas"},"east":{"uv":[8.5,1.5,8.4375,1.5625],"texture":"#voxels_atlas"},"south":{"uv":[8.4375,1.875,8.5,1.9375],"texture":"#voxels_atlas"},"west":{"uv":[8.4375,1.6875,8.5,1.75],"texture":"#voxels_atlas"},"up":{"uv":[8.4375,3.0625,8.5,3],"texture":"#voxels_atlas"},"down":{"uv":[8.4375,3.1875,8.5,3.25],"texture":"#voxels_atlas"}}},{"from":[4.75,11.5,10.75],"to":[5.5,11.75,11],"faces":{"north":{"uv":[14.625,11.3125,14.4375,11.375],"texture":"#voxels_atlas"},"east":{"uv":[8.5,1.125,8.4375,1.1875],"texture":"#voxels_atlas"},"south":{"uv":[14.75,11.3125,14.9375,11.375],"texture":"#voxels_atlas"},"west":{"uv":[8.4375,1.3125,8.5,1.375],"texture":"#voxels_atlas"},"up":{"uv":[14.125,11.375,14.3125,11.3125],"texture":"#voxels_atlas"},"down":{"uv":[13.8125,11.3125,14,11.375],"texture":"#voxels_atlas"}}},{"from":[4.75,13,10.25],"to":[5.75,13.25,10.5],"faces":{"north":{"uv":[3.625,10.9375,3.375,11],"texture":"#voxels_atlas"},"east":{"uv":[8.5,0.75,8.4375,0.8125],"texture":"#voxels_atlas"},"south":{"uv":[3.375,10.75,3.625,10.8125],"texture":"#voxels_atlas"},"west":{"uv":[8.4375,0.9375,8.5,1],"texture":"#voxels_atlas"},"up":{"uv":[3.375,11.1875,3.625,11.125],"texture":"#voxels_atlas"},"down":{"uv":[3.375,11.3125,3.625,11.375],"texture":"#voxels_atlas"}}},{"from":[4.75,13.25,10.5],"to":[5.75,13.5,10.75],"faces":{"north":{"uv":[3.625,10.1875,3.375,10.25],"texture":"#voxels_atlas"},"east":{"uv":[8.6875,7.3125,8.625,7.375],"texture":"#voxels_atlas"},"south":{"uv":[3.375,10,3.625,10.0625],"texture":"#voxels_atlas"},"west":{"uv":[8.4375,0.1875,8.5,0.25],"texture":"#voxels_atlas"},"up":{"uv":[3.375,10.4375,3.625,10.375],"texture":"#voxels_atlas"},"down":{"uv":[3.375,10.5625,3.625,10.625],"texture":"#voxels_atlas"}}},{"from":[4.75,13.75,10],"to":[5.5,14,10.25],"faces":{"north":{"uv":[6.6875,11.125,6.5,11.1875],"texture":"#voxels_atlas"},"east":{"uv":[9.8125,7.3125,9.75,7.375],"texture":"#voxels_atlas"},"south":{"uv":[6.8125,11.125,7,11.1875],"texture":"#voxels_atlas"},"west":{"uv":[9.5625,7.3125,9.625,7.375],"texture":"#voxels_atlas"},"up":{"uv":[6.1875,11.1875,6.375,11.125],"texture":"#voxels_atlas"},"down":{"uv":[5.875,11.125,6.0625,11.1875],"texture":"#voxels_atlas"}}},{"from":[4.75,14.25,10.25],"to":[5.25,14.5,10.5],"faces":{"north":{"uv":[13.1875,10.375,13.0625,10.4375],"texture":"#voxels_atlas"},"east":{"uv":[10.1875,7.3125,10.125,7.375],"texture":"#voxels_atlas"},"south":{"uv":[13.3125,10.375,13.4375,10.4375],"texture":"#voxels_atlas"},"west":{"uv":[9.9375,7.3125,10,7.375],"texture":"#voxels_atlas"},"up":{"uv":[12.8125,10.4375,12.9375,10.375],"texture":"#voxels_atlas"},"down":{"uv":[12.5625,10.375,12.6875,10.4375],"texture":"#voxels_atlas"}}},{"from":[5,8.5,9.5],"to":[5.25,10.25,9.75],"faces":{"north":{"uv":[0.6875,0.5,0.625,0.9375],"texture":"#voxels_atlas"},"east":{"uv":[1.9375,12.5,1.875,12.9375],"texture":"#voxels_atlas"},"south":{"uv":[0.8125,0.5,0.875,0.9375],"texture":"#voxels_atlas"},"west":{"uv":[1.875,13.0625,1.9375,13.5],"texture":"#voxels_atlas"},"up":{"uv":[10.875,7.375,10.9375,7.3125],"texture":"#voxels_atlas"},"down":{"uv":[10.6875,7.3125,10.75,7.375],"texture":"#voxels_atlas"}}},{"from":[5,8.5,10.5],"to":[11.5,8.75,10.75],"faces":{"north":{"uv":[8.375,15.6875,6.75,15.75],"texture":"#voxels_atlas"},"east":{"uv":[15.4375,7.3125,15.375,7.375],"texture":"#voxels_atlas"},"south":{"uv":[8.5,15.6875,10.125,15.75],"texture":"#voxels_atlas"},"west":{"uv":[15.1875,7.3125,15.25,7.375],"texture":"#voxels_atlas"},"up":{"uv":[5,15.75,6.625,15.6875],"texture":"#voxels_atlas"},"down":{"uv":[3.25,15.6875,4.875,15.75],"texture":"#voxels_atlas"}}},{"from":[5,8.75,10.5],"to":[11.25,9,10.75],"faces":{"north":{"uv":[13.5,15.6875,11.9375,15.75],"texture":"#voxels_atlas"},"east":{"uv":[15.8125,7.3125,15.75,7.375],"texture":"#voxels_atlas"},"south":{"uv":[10.25,15.6875,11.8125,15.75],"texture":"#voxels_atlas"},"west":{"uv":[15.5625,7.3125,15.625,7.375],"texture":"#voxels_atlas"},"up":{"uv":[13.625,15.75,15.1875,15.6875],"texture":"#voxels_atlas"},"down":{"uv":[0.4375,15.375,2,15.4375],"texture":"#voxels_atlas"}}},{"from":[5,9.5,10.5],"to":[7.75,9.75,10.75],"faces":{"north":{"uv":[1.6875,7.8125,1,7.875],"texture":"#voxels_atlas"},"east":{"uv":[8.6875,6.5625,8.625,6.625],"texture":"#voxels_atlas"},"south":{"uv":[1,8,1.6875,8.0625],"texture":"#voxels_atlas"},"west":{"uv":[8.625,6.75,8.6875,6.8125],"texture":"#voxels_atlas"},"up":{"uv":[1,7.6875,1.6875,7.625],"texture":"#voxels_atlas"},"down":{"uv":[1,7.4375,1.6875,7.5],"texture":"#voxels_atlas"}}},{"from":[5,10.25,10.75],"to":[7.5,10.5,11],"faces":{"north":{"uv":[1.625,1.8125,1,1.875],"texture":"#voxels_atlas"},"east":{"uv":[8.6875,6.1875,8.625,6.25],"texture":"#voxels_atlas"},"south":{"uv":[1,2.1875,1.625,2.25],"texture":"#voxels_atlas"},"west":{"uv":[8.625,6.375,8.6875,6.4375],"texture":"#voxels_atlas"},"up":{"uv":[1,1.6875,1.625,1.625],"texture":"#voxels_atlas"},"down":{"uv":[1,1.4375,1.625,1.5],"texture":"#voxels_atlas"}}},{"from":[5,10.5,10.75],"to":[7.25,10.75,11],"faces":{"north":{"uv":[5.1875,13.8125,4.625,13.875],"texture":"#voxels_atlas"},"east":{"uv":[8.6875,5.4375,8.625,5.5],"texture":"#voxels_atlas"},"south":{"uv":[3.9375,13.8125,4.5,13.875],"texture":"#voxels_atlas"},"west":{"uv":[8.625,5.625,8.6875,5.6875],"texture":"#voxels_atlas"},"up":{"uv":[5.3125,13.875,5.875,13.8125],"texture":"#voxels_atlas"},"down":{"uv":[6,13.8125,6.5625,13.875],"texture":"#voxels_atlas"}}},{"from":[5,10.75,9.5],"to":[6.25,11,9.75],"faces":{"north":{"uv":[14.1875,13,13.875,13.0625],"texture":"#voxels_atlas"},"east":{"uv":[8.6875,5.0625,8.625,5.125],"texture":"#voxels_atlas"},"south":{"uv":[14.3125,13,14.625,13.0625],"texture":"#voxels_atlas"},"west":{"uv":[8.625,5.25,8.6875,5.3125],"texture":"#voxels_atlas"},"up":{"uv":[13.4375,13.0625,13.75,13],"texture":"#voxels_atlas"},"down":{"uv":[7.75,12.8125,8.0625,12.875],"texture":"#voxels_atlas"}}},{"from":[5,11,9.5],"to":[6,11.25,9.75],"faces":{"north":{"uv":[3.625,6.4375,3.375,6.5],"texture":"#voxels_atlas"},"east":{"uv":[8.6875,4.3125,8.625,4.375],"texture":"#voxels_atlas"},"south":{"uv":[3.375,6.25,3.625,6.3125],"texture":"#voxels_atlas"},"west":{"uv":[8.625,4.5,8.6875,4.5625],"texture":"#voxels_atlas"},"up":{"uv":[3.375,6.6875,3.625,6.625],"texture":"#voxels_atlas"},"down":{"uv":[3.375,7.1875,3.625,7.25],"texture":"#voxels_atlas"}}},{"from":[5,11.25,9.25],"to":[5.5,11.5,9.5],"faces":{"north":{"uv":[13.5625,10.9375,13.4375,11],"texture":"#voxels_atlas"},"east":{"uv":[8.6875,3.9375,8.625,4],"texture":"#voxels_atlas"},"south":{"uv":[13.6875,10.9375,13.8125,11],"texture":"#voxels_atlas"},"west":{"uv":[8.625,4.125,8.6875,4.1875],"texture":"#voxels_atlas"},"up":{"uv":[12.6875,11,12.8125,10.9375],"texture":"#voxels_atlas"},"down":{"uv":[12.4375,10.9375,12.5625,11],"texture":"#voxels_atlas"}}},{"from":[5,11.25,9.75],"to":[5.5,11.5,10],"faces":{"north":{"uv":[15.0625,10.9375,14.9375,11],"texture":"#voxels_atlas"},"east":{"uv":[8.6875,0.9375,8.625,1],"texture":"#voxels_atlas"},"south":{"uv":[15.1875,10.9375,15.3125,11],"texture":"#voxels_atlas"},"west":{"uv":[8.625,1.125,8.6875,1.1875],"texture":"#voxels_atlas"},"up":{"uv":[14.6875,11,14.8125,10.9375],"texture":"#voxels_atlas"},"down":{"uv":[14.4375,10.9375,14.5625,11],"texture":"#voxels_atlas"}}},{"from":[5,11.75,10.75],"to":[6.25,12,11],"faces":{"north":{"uv":[5.4375,13,5.125,13.0625],"texture":"#voxels_atlas"},"east":{"uv":[8.6875,0.5625,8.625,0.625],"texture":"#voxels_atlas"},"south":{"uv":[9.9375,13,10.25,13.0625],"texture":"#voxels_atlas"},"west":{"uv":[8.625,0.75,8.6875,0.8125],"texture":"#voxels_atlas"},"up":{"uv":[4.6875,13.0625,5,13],"texture":"#voxels_atlas"},"down":{"uv":[4.25,13,4.5625,13.0625],"texture":"#voxels_atlas"}}},{"from":[5,12,10.75],"to":[5.25,12.5,11],"faces":{"north":{"uv":[0.875,9.9375,0.8125,10.0625],"texture":"#voxels_atlas"},"east":{"uv":[0.875,9.1875,0.8125,9.3125],"texture":"#voxels_atlas"},"south":{"uv":[0.8125,9.6875,0.875,9.8125],"texture":"#voxels_atlas"},"west":{"uv":[0.8125,9.4375,0.875,9.5625],"texture":"#voxels_atlas"},"up":{"uv":[9.75,7.1875,9.8125,7.125],"texture":"#voxels_atlas"},"down":{"uv":[9.5625,7.125,9.625,7.1875],"texture":"#voxels_atlas"}}},{"from":[5,12.75,10.25],"to":[6.5,13,10.5],"faces":{"north":{"uv":[10.625,13.4375,10.25,13.5],"texture":"#voxels_atlas"},"east":{"uv":[10.1875,7.125,10.125,7.1875],"texture":"#voxels_atlas"},"south":{"uv":[10.75,13.4375,11.125,13.5],"texture":"#voxels_atlas"},"west":{"uv":[9.9375,7.125,10,7.1875],"texture":"#voxels_atlas"},"up":{"uv":[6.75,13.5,7.125,13.4375],"texture":"#voxels_atlas"},"down":{"uv":[4.25,13.4375,4.625,13.5],"texture":"#voxels_atlas"}}},{"from":[5,13.5,10],"to":[5.5,13.75,10.25],"faces":{"north":{"uv":[5.0625,7.9375,4.9375,8],"texture":"#voxels_atlas"},"east":{"uv":[10.5625,7.125,10.5,7.1875],"texture":"#voxels_atlas"},"south":{"uv":[4.9375,7.75,5.0625,7.8125],"texture":"#voxels_atlas"},"west":{"uv":[10.3125,7.125,10.375,7.1875],"texture":"#voxels_atlas"},"up":{"uv":[4.9375,8.1875,5.0625,8.125],"texture":"#voxels_atlas"},"down":{"uv":[4.9375,8.3125,5.0625,8.375],"texture":"#voxels_atlas"}}},{"from":[5,14.5,10.25],"to":[5.25,14.75,10.5],"faces":{"north":{"uv":[11.5,7.125,11.4375,7.1875],"texture":"#voxels_atlas"},"east":{"uv":[14.3125,7.125,14.25,7.1875],"texture":"#voxels_atlas"},"south":{"uv":[11.625,7.125,11.6875,7.1875],"texture":"#voxels_atlas"},"west":{"uv":[14.0625,7.125,14.125,7.1875],"texture":"#voxels_atlas"},"up":{"uv":[11.25,7.1875,11.3125,7.125],"texture":"#voxels_atlas"},"down":{"uv":[11.0625,7.125,11.125,7.1875],"texture":"#voxels_atlas"}}},{"from":[5.25,6.5,9.5],"to":[5.5,6.75,9.75],"faces":{"north":{"uv":[15.25,7.125,15.1875,7.1875],"texture":"#voxels_atlas"},"east":{"uv":[8.875,3.75,8.8125,3.8125],"texture":"#voxels_atlas"},"south":{"uv":[15.375,7.125,15.4375,7.1875],"texture":"#voxels_atlas"},"west":{"uv":[8.8125,3.9375,8.875,4],"texture":"#voxels_atlas"},"up":{"uv":[14.625,7.1875,14.6875,7.125],"texture":"#voxels_atlas"},"down":{"uv":[14.4375,7.125,14.5,7.1875],"texture":"#voxels_atlas"}}},{"from":[5.25,7.75,9.5],"to":[5.5,8.5,9.75],"faces":{"north":{"uv":[3.8125,11.75,3.75,11.9375],"texture":"#voxels_atlas"},"east":{"uv":[3.8125,10.8125,3.75,11],"texture":"#voxels_atlas"},"south":{"uv":[3.75,11.4375,3.8125,11.625],"texture":"#voxels_atlas"},"west":{"uv":[3.75,11.125,3.8125,11.3125],"texture":"#voxels_atlas"},"up":{"uv":[8.8125,3.4375,8.875,3.375],"texture":"#voxels_atlas"},"down":{"uv":[8.8125,3.5625,8.875,3.625],"texture":"#voxels_atlas"}}},{"from":[5.25,9.25,10.5],"to":[10.5,9.5,10.75],"faces":{"north":{"uv":[9.6875,15.375,8.375,15.4375],"texture":"#voxels_atlas"},"east":{"uv":[8.875,0.375,8.8125,0.4375],"texture":"#voxels_atlas"},"south":{"uv":[9.8125,15.375,11.125,15.4375],"texture":"#voxels_atlas"},"west":{"uv":[8.8125,0.5625,8.875,0.625],"texture":"#voxels_atlas"},"up":{"uv":[6.9375,15.4375,8.25,15.375],"texture":"#voxels_atlas"},"down":{"uv":[5.5,15.375,6.8125,15.4375],"texture":"#voxels_atlas"}}},{"from":[5.25,9.75,10.75],"to":[7.75,10,11],"faces":{"north":{"uv":[8.5,14.1875,7.875,14.25],"texture":"#voxels_atlas"},"east":{"uv":[9.0625,6.9375,9,7],"texture":"#voxels_atlas"},"south":{"uv":[7.125,14.1875,7.75,14.25],"texture":"#voxels_atlas"},"west":{"uv":[8.8125,0.1875,8.875,0.25],"texture":"#voxels_atlas"},"up":{"uv":[9.375,14.25,10,14.1875],"texture":"#voxels_atlas"},"down":{"uv":[10.125,14.1875,10.75,14.25],"texture":"#voxels_atlas"}}},{"from":[5.25,10.25,9.5],"to":[7,10.5,9.75],"faces":{"north":{"uv":[2.5,12.875,2.0625,12.9375],"texture":"#voxels_atlas"},"east":{"uv":[12.4375,6.9375,12.375,7],"texture":"#voxels_atlas"},"south":{"uv":[2.0625,12.6875,2.5,12.75],"texture":"#voxels_atlas"},"west":{"uv":[12.1875,6.9375,12.25,7],"texture":"#voxels_atlas"},"up":{"uv":[2.0625,13.125,2.5,13.0625],"texture":"#voxels_atlas"},"down":{"uv":[2.0625,13.25,2.5,13.3125],"texture":"#voxels_atlas"}}},{"from":[5.25,10.5,9.5],"to":[6.5,10.75,9.75],"faces":{"north":{"uv":[3.25,10.1875,2.9375,10.25],"texture":"#voxels_atlas"},"east":{"uv":[12.8125,6.9375,12.75,7],"texture":"#voxels_atlas"},"south":{"uv":[2.9375,10,3.25,10.0625],"texture":"#voxels_atlas"},"west":{"uv":[12.5625,6.9375,12.625,7],"texture":"#voxels_atlas"},"up":{"uv":[2.9375,10.4375,3.25,10.375],"texture":"#voxels_atlas"},"down":{"uv":[2.9375,10.5625,3.25,10.625],"texture":"#voxels_atlas"}}},{"from":[5.25,10.75,9.25],"to":[6,11,9.5],"faces":{"north":{"uv":[13.6875,12.0625,13.5,12.125],"texture":"#voxels_atlas"},"east":{"uv":[13.1875,6.9375,13.125,7],"texture":"#voxels_atlas"},"south":{"uv":[13.8125,12.0625,14,12.125],"texture":"#voxels_atlas"},"west":{"uv":[12.9375,6.9375,13,7],"texture":"#voxels_atlas"},"up":{"uv":[13.1875,12.125,13.375,12.0625],"texture":"#voxels_atlas"},"down":{"uv":[12.875,12.0625,13.0625,12.125],"texture":"#voxels_atlas"}}},{"from":[5.25,10.75,9.75],"to":[6,11,10],"faces":{"north":{"uv":[15.5625,12.0625,15.375,12.125],"texture":"#voxels_atlas"},"east":{"uv":[13.5625,6.9375,13.5,7],"texture":"#voxels_atlas"},"south":{"uv":[15.6875,12.0625,15.875,12.125],"texture":"#voxels_atlas"},"west":{"uv":[13.3125,6.9375,13.375,7],"texture":"#voxels_atlas"},"up":{"uv":[15.0625,12.125,15.25,12.0625],"texture":"#voxels_atlas"},"down":{"uv":[14.75,12.0625,14.9375,12.125],"texture":"#voxels_atlas"}}},{"from":[5.25,11,9.25],"to":[5.75,11.25,9.5],"faces":{"north":{"uv":[7.3125,10.75,7.1875,10.8125],"texture":"#voxels_atlas"},"east":{"uv":[15.0625,6.9375,15,7],"texture":"#voxels_atlas"},"south":{"uv":[7.4375,10.75,7.5625,10.8125],"texture":"#voxels_atlas"},"west":{"uv":[14.8125,6.9375,14.875,7],"texture":"#voxels_atlas"},"up":{"uv":[6.9375,10.8125,7.0625,10.75],"texture":"#voxels_atlas"},"down":{"uv":[6.6875,10.75,6.8125,10.8125],"texture":"#voxels_atlas"}}},{"from":[5.25,11,9.75],"to":[5.75,11.25,10],"faces":{"north":{"uv":[9.8125,10.75,9.6875,10.8125],"texture":"#voxels_atlas"},"east":{"uv":[9.0625,4.3125,9,4.375],"texture":"#voxels_atlas"},"south":{"uv":[9.9375,10.75,10.0625,10.8125],"texture":"#voxels_atlas"},"west":{"uv":[9,4.5,9.0625,4.5625],"texture":"#voxels_atlas"},"up":{"uv":[9.4375,10.8125,9.5625,10.75],"texture":"#voxels_atlas"},"down":{"uv":[9.1875,10.75,9.3125,10.8125],"texture":"#voxels_atlas"}}},{"from":[5.25,12.25,10.75],"to":[5.5,12.75,11],"faces":{"north":{"uv":[4.8125,4.6875,4.75,4.8125],"texture":"#voxels_atlas"},"east":{"uv":[4.8125,2.4375,4.75,2.5625],"texture":"#voxels_atlas"},"south":{"uv":[4.75,4.4375,4.8125,4.5625],"texture":"#voxels_atlas"},"west":{"uv":[4.75,2.6875,4.8125,2.8125],"texture":"#voxels_atlas"},"up":{"uv":[9,2.875,9.0625,2.8125],"texture":"#voxels_atlas"},"down":{"uv":[9,3,9.0625,3.0625],"texture":"#voxels_atlas"}}},{"from":[5.25,12.5,10.25],"to":[6.25,12.75,10.5],"faces":{"north":{"uv":[3.625,11.6875,3.375,11.75],"texture":"#voxels_atlas"},"east":{"uv":[9.0625,2.0625,9,2.125],"texture":"#voxels_atlas"},"south":{"uv":[3.375,11.5,3.625,11.5625],"texture":"#voxels_atlas"},"west":{"uv":[9,2.25,9.0625,2.3125],"texture":"#voxels_atlas"},"up":{"uv":[3.375,11.9375,3.625,11.875],"texture":"#voxels_atlas"},"down":{"uv":[3.375,12.0625,3.625,12.125],"texture":"#voxels_atlas"}}},{"from":[5.25,13,10.5],"to":[5.5,13.25,10.75],"faces":{"north":{"uv":[9.25,6.75,9.1875,6.8125],"texture":"#voxels_atlas"},"east":{"uv":[9.8125,6.75,9.75,6.8125],"texture":"#voxels_atlas"},"south":{"uv":[9.375,6.75,9.4375,6.8125],"texture":"#voxels_atlas"},"west":{"uv":[9.5625,6.75,9.625,6.8125],"texture":"#voxels_atlas"},"up":{"uv":[9,0.625,9.0625,0.5625],"texture":"#voxels_atlas"},"down":{"uv":[9,0.75,9.0625,0.8125],"texture":"#voxels_atlas"}}},{"from":[5.25,13.25,10],"to":[5.5,13.5,10.25],"faces":{"north":{"uv":[10.75,6.75,10.6875,6.8125],"texture":"#voxels_atlas"},"east":{"uv":[11.6875,6.75,11.625,6.8125],"texture":"#voxels_atlas"},"south":{"uv":[10.875,6.75,10.9375,6.8125],"texture":"#voxels_atlas"},"west":{"uv":[11.4375,6.75,11.5,6.8125],"texture":"#voxels_atlas"},"up":{"uv":[10.125,6.8125,10.1875,6.75],"texture":"#voxels_atlas"},"down":{"uv":[9.9375,6.75,10,6.8125],"texture":"#voxels_atlas"}}},{"from":[5.5,4.25,9.75],"to":[7.25,4.5,10],"faces":{"north":{"uv":[2.5,8,2.0625,8.0625],"texture":"#voxels_atlas"},"east":{"uv":[12.0625,6.75,12,6.8125],"texture":"#voxels_atlas"},"south":{"uv":[2.0625,7.8125,2.5,7.875],"texture":"#voxels_atlas"},"west":{"uv":[11.8125,6.75,11.875,6.8125],"texture":"#voxels_atlas"},"up":{"uv":[2.0625,8.25,2.5,8.1875],"texture":"#voxels_atlas"},"down":{"uv":[2.0625,8.375,2.5,8.4375],"texture":"#voxels_atlas"}}},{"from":[5.5,4.75,9.5],"to":[7,5,9.75],"faces":{"north":{"uv":[8.3125,13.1875,7.9375,13.25],"texture":"#voxels_atlas"},"east":{"uv":[12.8125,6.75,12.75,6.8125],"texture":"#voxels_atlas"},"south":{"uv":[8.4375,13.1875,8.8125,13.25],"texture":"#voxels_atlas"},"west":{"uv":[12.5625,6.75,12.625,6.8125],"texture":"#voxels_atlas"},"up":{"uv":[7.4375,13.25,7.8125,13.1875],"texture":"#voxels_atlas"},"down":{"uv":[6.9375,13.1875,7.3125,13.25],"texture":"#voxels_atlas"}}},{"from":[5.5,5.25,9.5],"to":[10.25,5.5,9.75],"faces":{"north":{"uv":[4.125,15.1875,2.9375,15.25],"texture":"#voxels_atlas"},"east":{"uv":[14.3125,6.75,14.25,6.8125],"texture":"#voxels_atlas"},"south":{"uv":[4.25,15.1875,5.4375,15.25],"texture":"#voxels_atlas"},"west":{"uv":[14.0625,6.75,14.125,6.8125],"texture":"#voxels_atlas"},"up":{"uv":[13.875,15.4375,15.0625,15.375],"texture":"#voxels_atlas"},"down":{"uv":[12.5625,15.375,13.75,15.4375],"texture":"#voxels_atlas"}}},{"from":[5.5,6.75,9.5],"to":[6.5,7.5,9.75],"faces":{"north":{"uv":[0.25,10.3125,0,10.5],"texture":"#voxels_atlas"},"east":{"uv":[3.8125,5.8125,3.75,6],"texture":"#voxels_atlas"},"south":{"uv":[0,7.9375,0.25,8.125],"texture":"#voxels_atlas"},"west":{"uv":[3.75,6.125,3.8125,6.3125],"texture":"#voxels_atlas"},"up":{"uv":[3.375,8.5625,3.625,8.5],"texture":"#voxels_atlas"},"down":{"uv":[3.375,8.6875,3.625,8.75],"texture":"#voxels_atlas"}}},{"from":[5.5,7.5,9.5],"to":[5.75,7.75,9.75],"faces":{"north":{"uv":[15.25,6.75,15.1875,6.8125],"texture":"#voxels_atlas"},"east":{"uv":[9.25,6.375,9.1875,6.4375],"texture":"#voxels_atlas"},"south":{"uv":[15.375,6.75,15.4375,6.8125],"texture":"#voxels_atlas"},"west":{"uv":[9.1875,6.5625,9.25,6.625],"texture":"#voxels_atlas"},"up":{"uv":[14.625,6.8125,14.6875,6.75],"texture":"#voxels_atlas"},"down":{"uv":[14.4375,6.75,14.5,6.8125],"texture":"#voxels_atlas"}}},{"from":[5.5,7.5,10.5],"to":[5.75,8,10.75],"faces":{"north":{"uv":[5.25,5.75,5.1875,5.875],"texture":"#voxels_atlas"},"east":{"uv":[5.25,5,5.1875,5.125],"texture":"#voxels_atlas"},"south":{"uv":[5.1875,5.5,5.25,5.625],"texture":"#voxels_atlas"},"west":{"uv":[5.1875,5.25,5.25,5.375],"texture":"#voxels_atlas"},"up":{"uv":[9.1875,6.0625,9.25,6],"texture":"#voxels_atlas"},"down":{"uv":[9.1875,6.1875,9.25,6.25],"texture":"#voxels_atlas"}}},{"from":[5.5,9.25,10.75],"to":[10.25,9.5,11],"faces":{"north":{"uv":[8.0625,15.1875,6.875,15.25],"texture":"#voxels_atlas"},"east":{"uv":[9.25,5.625,9.1875,5.6875],"texture":"#voxels_atlas"},"south":{"uv":[5.5625,15.1875,6.75,15.25],"texture":"#voxels_atlas"},"west":{"uv":[9.1875,5.8125,9.25,5.875],"texture":"#voxels_atlas"},"up":{"uv":[8.1875,15.25,9.375,15.1875],"texture":"#voxels_atlas"},"down":{"uv":[11.25,15.375,12.4375,15.4375],"texture":"#voxels_atlas"}}},{"from":[5.5,9.5,10.75],"to":[7.75,9.75,11],"faces":{"north":{"uv":[7.9375,13.8125,7.375,13.875],"texture":"#voxels_atlas"},"east":{"uv":[9.25,3.375,9.1875,3.4375],"texture":"#voxels_atlas"},"south":{"uv":[6.6875,13.8125,7.25,13.875],"texture":"#voxels_atlas"},"west":{"uv":[9.1875,3.5625,9.25,3.625],"texture":"#voxels_atlas"},"up":{"uv":[8.0625,13.875,8.625,13.8125],"texture":"#voxels_atlas"},"down":{"uv":[12.875,13.8125,13.4375,13.875],"texture":"#voxels_atlas"}}},{"from":[5.5,10,10.75],"to":[7.75,10.25,11],"faces":{"north":{"uv":[12.75,14,12.1875,14.0625],"texture":"#voxels_atlas"},"east":{"uv":[9.25,3,9.1875,3.0625],"texture":"#voxels_atlas"},"south":{"uv":[10.8125,14,11.375,14.0625],"texture":"#voxels_atlas"},"west":{"uv":[9.1875,3.1875,9.25,3.25],"texture":"#voxels_atlas"},"up":{"uv":[12.875,14.0625,13.4375,14],"texture":"#voxels_atlas"},"down":{"uv":[3.25,13.8125,3.8125,13.875],"texture":"#voxels_atlas"}}},{"from":[5.5,10.5,9.25],"to":[6.25,10.75,9.5],"faces":{"north":{"uv":[15.375,11.875,15.1875,11.9375],"texture":"#voxels_atlas"},"east":{"uv":[9.25,2.625,9.1875,2.6875],"texture":"#voxels_atlas"},"south":{"uv":[15.5,11.875,15.6875,11.9375],"texture":"#voxels_atlas"},"west":{"uv":[9.1875,2.8125,9.25,2.875],"texture":"#voxels_atlas"},"up":{"uv":[14.875,11.9375,15.0625,11.875],"texture":"#voxels_atlas"},"down":{"uv":[14.5625,11.875,14.75,11.9375],"texture":"#voxels_atlas"}}},{"from":[5.5,10.5,9.75],"to":[6.25,10.75,10],"faces":{"north":{"uv":[4.125,10.9375,3.9375,11],"texture":"#voxels_atlas"},"east":{"uv":[9.25,2.25,9.1875,2.3125],"texture":"#voxels_atlas"},"south":{"uv":[3.9375,10.75,4.125,10.8125],"texture":"#voxels_atlas"},"west":{"uv":[9.1875,2.4375,9.25,2.5],"texture":"#voxels_atlas"},"up":{"uv":[3.9375,11.1875,4.125,11.125],"texture":"#voxels_atlas"},"down":{"uv":[3.9375,11.3125,4.125,11.375],"texture":"#voxels_atlas"}}},{"from":[5.5,11.75,9.5],"to":[6,12,9.75],"faces":{"north":{"uv":[15.8125,10.75,15.6875,10.8125],"texture":"#voxels_atlas"},"east":{"uv":[9.25,1.125,9.1875,1.1875],"texture":"#voxels_atlas"},"south":{"uv":[5.375,10.5625,5.5,10.625],"texture":"#voxels_atlas"},"west":{"uv":[9.1875,1.3125,9.25,1.375],"texture":"#voxels_atlas"},"up":{"uv":[15.4375,10.8125,15.5625,10.75],"texture":"#voxels_atlas"},"down":{"uv":[15.1875,10.75,15.3125,10.8125],"texture":"#voxels_atlas"}}},{"from":[5.5,12,10.75],"to":[6.5,12.25,11],"faces":{"north":{"uv":[3.625,1,3.375,1.0625],"texture":"#voxels_atlas"},"east":{"uv":[9.25,0.375,9.1875,0.4375],"texture":"#voxels_atlas"},"south":{"uv":[3.375,0.8125,3.625,0.875],"texture":"#voxels_atlas"},"west":{"uv":[9.1875,0.5625,9.25,0.625],"texture":"#voxels_atlas"},"up":{"uv":[3.375,1.25,3.625,1.1875],"texture":"#voxels_atlas"},"down":{"uv":[3.375,1.375,3.625,1.4375],"texture":"#voxels_atlas"}}},{"from":[5.5,12.5,10.75],"to":[5.75,12.75,11],"faces":{"north":{"uv":[10,6.5625,9.9375,6.625],"texture":"#voxels_atlas"},"east":{"uv":[10.5625,6.5625,10.5,6.625],"texture":"#voxels_atlas"},"south":{"uv":[10.125,6.5625,10.1875,6.625],"texture":"#voxels_atlas"},"west":{"uv":[10.3125,6.5625,10.375,6.625],"texture":"#voxels_atlas"},"up":{"uv":[9.75,6.625,9.8125,6.5625],"texture":"#voxels_atlas"},"down":{"uv":[9.5625,6.5625,9.625,6.625],"texture":"#voxels_atlas"}}},{"from":[5.5,12.75,10.5],"to":[6.5,13,10.75],"faces":{"north":{"uv":[5.5,12.25,5.25,12.3125],"texture":"#voxels_atlas"},"east":{"uv":[10.9375,6.5625,10.875,6.625],"texture":"#voxels_atlas"},"south":{"uv":[5.625,12.25,5.875,12.3125],"texture":"#voxels_atlas"},"west":{"uv":[10.6875,6.5625,10.75,6.625],"texture":"#voxels_atlas"},"up":{"uv":[4.875,12.3125,5.125,12.25],"texture":"#voxels_atlas"},"down":{"uv":[4.5,12.25,4.75,12.3125],"texture":"#voxels_atlas"}}},{"from":[5.75,4,9.75],"to":[7.25,4.25,10],"faces":{"north":{"uv":[11.8125,13.1875,11.4375,13.25],"texture":"#voxels_atlas"},"east":{"uv":[11.3125,6.5625,11.25,6.625],"texture":"#voxels_atlas"},"south":{"uv":[11.9375,13.1875,12.3125,13.25],"texture":"#voxels_atlas"},"west":{"uv":[11.0625,6.5625,11.125,6.625],"texture":"#voxels_atlas"},"up":{"uv":[10.9375,13.25,11.3125,13.1875],"texture":"#voxels_atlas"},"down":{"uv":[2.0625,4.25,2.4375,4.3125],"texture":"#voxels_atlas"}}},{"from":[5.75,4.5,9.75],"to":[6.25,4.75,10],"faces":{"north":{"uv":[9,10.5625,8.875,10.625],"texture":"#voxels_atlas"},"east":{"uv":[11.6875,6.5625,11.625,6.625],"texture":"#voxels_atlas"},"south":{"uv":[9.625,10.5625,9.75,10.625],"texture":"#voxels_atlas"},"west":{"uv":[11.4375,6.5625,11.5,6.625],"texture":"#voxels_atlas"},"up":{"uv":[8.625,10.625,8.75,10.5625],"texture":"#voxels_atlas"},"down":{"uv":[7.875,10.5625,8,10.625],"texture":"#voxels_atlas"}}},{"from":[5.75,5,9.5],"to":[7.25,5.25,9.75],"faces":{"north":{"uv":[13.8125,13.1875,13.4375,13.25],"texture":"#voxels_atlas"},"east":{"uv":[12.0625,6.5625,12,6.625],"texture":"#voxels_atlas"},"south":{"uv":[13.9375,13.1875,14.3125,13.25],"texture":"#voxels_atlas"},"west":{"uv":[11.8125,6.5625,11.875,6.625],"texture":"#voxels_atlas"},"up":{"uv":[12.9375,13.25,13.3125,13.1875],"texture":"#voxels_atlas"},"down":{"uv":[12.4375,13.1875,12.8125,13.25],"texture":"#voxels_atlas"}}},{"from":[5.75,7,9.25],"to":[6,7.25,9.5],"faces":{"north":{"uv":[14.125,6.5625,14.0625,6.625],"texture":"#voxels_atlas"},"east":{"uv":[9.4375,6.1875,9.375,6.25],"texture":"#voxels_atlas"},"south":{"uv":[14.25,6.5625,14.3125,6.625],"texture":"#voxels_atlas"},"west":{"uv":[9.375,6.375,9.4375,6.4375],"texture":"#voxels_atlas"},"up":{"uv":[13.875,6.625,13.9375,6.5625],"texture":"#voxels_atlas"},"down":{"uv":[13.6875,6.5625,13.75,6.625],"texture":"#voxels_atlas"}}},{"from":[5.75,7,10.5],"to":[10,7.25,10.75],"faces":{"north":{"uv":[6.25,14.9375,5.1875,15],"texture":"#voxels_atlas"},"east":{"uv":[9.4375,5.8125,9.375,5.875],"texture":"#voxels_atlas"},"south":{"uv":[11.125,14.9375,12.1875,15],"texture":"#voxels_atlas"},"west":{"uv":[9.375,6,9.4375,6.0625],"texture":"#voxels_atlas"},"up":{"uv":[4,15,5.0625,14.9375],"texture":"#voxels_atlas"},"down":{"uv":[9.9375,14.9375,11,15],"texture":"#voxels_atlas"}}},{"from":[5.75,7.75,10.5],"to":[10.25,8,10.75],"faces":{"north":{"uv":[14.375,15.1875,13.25,15.25],"texture":"#voxels_atlas"},"east":{"uv":[9.4375,5.4375,9.375,5.5],"texture":"#voxels_atlas"},"south":{"uv":[12,15.1875,13.125,15.25],"texture":"#voxels_atlas"},"west":{"uv":[9.375,5.625,9.4375,5.6875],"texture":"#voxels_atlas"},"up":{"uv":[9.5,15.25,10.625,15.1875],"texture":"#voxels_atlas"},"down":{"uv":[10.75,15.1875,11.875,15.25],"texture":"#voxels_atlas"}}},{"from":[5.75,9,10.75],"to":[10,9.25,11],"faces":{"north":{"uv":[7.4375,14.9375,6.375,15],"texture":"#voxels_atlas"},"east":{"uv":[9.4375,4.6875,9.375,4.75],"texture":"#voxels_atlas"},"south":{"uv":[8.75,14.9375,9.8125,15],"texture":"#voxels_atlas"},"west":{"uv":[9.375,4.875,9.4375,4.9375],"texture":"#voxels_atlas"},"up":{"uv":[12.3125,15,13.375,14.9375],"texture":"#voxels_atlas"},"down":{"uv":[7.5625,14.9375,8.625,15],"texture":"#voxels_atlas"}}},{"from":[5.75,10,9.5],"to":[10,10.25,9.75],"faces":{"north":{"uv":[2.6875,14.9375,1.625,15],"texture":"#voxels_atlas"},"east":{"uv":[9.4375,4.3125,9.375,4.375],"texture":"#voxels_atlas"},"south":{"uv":[2.8125,14.9375,3.875,15],"texture":"#voxels_atlas"},"west":{"uv":[9.375,4.5,9.4375,4.5625],"texture":"#voxels_atlas"},"up":{"uv":[0.4375,15,1.5,14.9375],"texture":"#voxels_atlas"},"down":{"uv":[13.5,14.9375,14.5625,15],"texture":"#voxels_atlas"}}},{"from":[5.75,10.25,9.25],"to":[6.5,10.5,9.5],"faces":{"north":{"uv":[4.125,0.875,3.9375,0.9375],"texture":"#voxels_atlas"},"east":{"uv":[9.4375,3.9375,9.375,4],"texture":"#voxels_atlas"},"south":{"uv":[3.9375,0.6875,4.125,0.75],"texture":"#voxels_atlas"},"west":{"uv":[9.375,4.125,9.4375,4.1875],"texture":"#voxels_atlas"},"up":{"uv":[3.9375,1.125,4.125,1.0625],"texture":"#voxels_atlas"},"down":{"uv":[3.9375,1.25,4.125,1.3125],"texture":"#voxels_atlas"}}},{"from":[5.75,10.25,9.75],"to":[6.5,10.5,10],"faces":{"north":{"uv":[4.75,11.6875,4.5625,11.75],"texture":"#voxels_atlas"},"east":{"uv":[9.4375,0.5625,9.375,0.625],"texture":"#voxels_atlas"},"south":{"uv":[4.875,11.6875,5.0625,11.75],"texture":"#voxels_atlas"},"west":{"uv":[9.375,0.75,9.4375,0.8125],"texture":"#voxels_atlas"},"up":{"uv":[4.25,11.75,4.4375,11.6875],"texture":"#voxels_atlas"},"down":{"uv":[3.9375,0.125,4.125,0.1875],"texture":"#voxels_atlas"}}},{"from":[5.75,11,10.75],"to":[6,11.5,11],"faces":{"north":{"uv":[5.4375,4.8125,5.375,4.9375],"texture":"#voxels_atlas"},"east":{"uv":[5.4375,4.3125,5.375,4.4375],"texture":"#voxels_atlas"},"south":{"uv":[5.375,4.5625,5.4375,4.6875],"texture":"#voxels_atlas"},"west":{"uv":[0.8125,11.1875,0.875,11.3125],"texture":"#voxels_atlas"},"up":{"uv":[9.375,0.25,9.4375,0.1875],"texture":"#voxels_atlas"},"down":{"uv":[9.375,0.375,9.4375,0.4375],"texture":"#voxels_atlas"}}},{"from":[5.75,12,9.5],"to":[6,12.5,9.75],"faces":{"north":{"uv":[5.4375,3.5625,5.375,3.6875],"texture":"#voxels_atlas"},"east":{"uv":[5.4375,2.8125,5.375,2.9375],"texture":"#voxels_atlas"},"south":{"uv":[5.375,3.3125,5.4375,3.4375],"texture":"#voxels_atlas"},"west":{"uv":[5.375,3.0625,5.4375,3.1875],"texture":"#voxels_atlas"},"up":{"uv":[11.4375,6.4375,11.5,6.375],"texture":"#voxels_atlas"},"down":{"uv":[10.875,6.375,10.9375,6.4375],"texture":"#voxels_atlas"}}},{"from":[5.75,12.25,10.25],"to":[6.75,12.5,10.5],"faces":{"north":{"uv":[9.25,12.25,9,12.3125],"texture":"#voxels_atlas"},"east":{"uv":[15.875,11.6875,15.8125,11.75],"texture":"#voxels_atlas"},"south":{"uv":[9.375,12.25,9.625,12.3125],"texture":"#voxels_atlas"},"west":{"uv":[15.8125,11.875,15.875,11.9375],"texture":"#voxels_atlas"},"up":{"uv":[8.625,12.3125,8.875,12.25],"texture":"#voxels_atlas"},"down":{"uv":[8.25,12.25,8.5,12.3125],"texture":"#voxels_atlas"}}},{"from":[6,3.75,9.75],"to":[7.25,4,10],"faces":{"north":{"uv":[3.25,7.9375,2.9375,8],"texture":"#voxels_atlas"},"east":{"uv":[15.875,10.375,15.8125,10.4375],"texture":"#voxels_atlas"},"south":{"uv":[2.9375,7.75,3.25,7.8125],"texture":"#voxels_atlas"},"west":{"uv":[5.375,0.125,5.4375,0.1875],"texture":"#voxels_atlas"},"up":{"uv":[2.9375,8.1875,3.25,8.125],"texture":"#voxels_atlas"},"down":{"uv":[2.9375,8.3125,3.25,8.375],"texture":"#voxels_atlas"}}},{"from":[6,4.5,9.5],"to":[7,4.75,9.75],"faces":{"north":{"uv":[14.5,12.25,14.25,12.3125],"texture":"#voxels_atlas"},"east":{"uv":[9.4375,9.4375,9.375,9.5],"texture":"#voxels_atlas"},"south":{"uv":[14.625,12.25,14.875,12.3125],"texture":"#voxels_atlas"},"west":{"uv":[9.1875,9.4375,9.25,9.5],"texture":"#voxels_atlas"},"up":{"uv":[12.375,12.3125,12.625,12.25],"texture":"#voxels_atlas"},"down":{"uv":[9.75,12.25,10,12.3125],"texture":"#voxels_atlas"}}},{"from":[6,5.5,9.5],"to":[9.75,5.75,9.75],"faces":{"north":{"uv":[15.625,14.9375,14.6875,15],"texture":"#voxels_atlas"},"east":{"uv":[9.8125,9.4375,9.75,9.5],"texture":"#voxels_atlas"},"south":{"uv":[0.4375,14.75,1.375,14.8125],"texture":"#voxels_atlas"},"west":{"uv":[9.5625,9.4375,9.625,9.5],"texture":"#voxels_atlas"},"up":{"uv":[8.9375,14.8125,9.875,14.75],"texture":"#voxels_atlas"},"down":{"uv":[7.875,14.75,8.8125,14.8125],"texture":"#voxels_atlas"}}},{"from":[6,7.25,9.25],"to":[6.5,7.5,9.5],"faces":{"north":{"uv":[8.9375,10.375,8.8125,10.4375],"texture":"#voxels_atlas"},"east":{"uv":[10.1875,9.4375,10.125,9.5],"texture":"#voxels_atlas"},"south":{"uv":[9.0625,10.375,9.1875,10.4375],"texture":"#voxels_atlas"},"west":{"uv":[9.9375,9.4375,10,9.5],"texture":"#voxels_atlas"},"up":{"uv":[8.5625,10.4375,8.6875,10.375],"texture":"#voxels_atlas"},"down":{"uv":[7.3125,10.375,7.4375,10.4375],"texture":"#voxels_atlas"}}},{"from":[6,7.25,9.75],"to":[6.5,7.5,10],"faces":{"north":{"uv":[10.4375,10.375,10.3125,10.4375],"texture":"#voxels_atlas"},"east":{"uv":[10.5625,9.4375,10.5,9.5],"texture":"#voxels_atlas"},"south":{"uv":[10.5625,10.375,10.6875,10.4375],"texture":"#voxels_atlas"},"west":{"uv":[10.3125,9.4375,10.375,9.5],"texture":"#voxels_atlas"},"up":{"uv":[10.0625,10.4375,10.1875,10.375],"texture":"#voxels_atlas"},"down":{"uv":[9.8125,10.375,9.9375,10.4375],"texture":"#voxels_atlas"}}},{"from":[6,7.25,10.5],"to":[9.75,7.75,10.75],"faces":{"north":{"uv":[4.3125,15.875,3.375,16],"texture":"#voxels_atlas"},"east":{"uv":[5.4375,0.3125,5.375,0.4375],"texture":"#voxels_atlas"},"south":{"uv":[4.4375,15.875,5.375,16],"texture":"#voxels_atlas"},"west":{"uv":[5.375,0.5625,5.4375,0.6875],"texture":"#voxels_atlas"},"up":{"uv":[3.625,14.8125,4.5625,14.75],"texture":"#voxels_atlas"},"down":{"uv":[4.6875,14.75,5.625,14.8125],"texture":"#voxels_atlas"}}},{"from":[6,7.5,9.5],"to":[7.25,7.75,9.75],"faces":{"north":{"uv":[15.625,13.1875,15.3125,13.25],"texture":"#voxels_atlas"},"east":{"uv":[10.9375,9.4375,10.875,9.5],"texture":"#voxels_atlas"},"south":{"uv":[2.9375,13,3.25,13.0625],"texture":"#voxels_atlas"},"west":{"uv":[10.6875,9.4375,10.75,9.5],"texture":"#voxels_atlas"},"up":{"uv":[14.875,13.25,15.1875,13.1875],"texture":"#voxels_atlas"},"down":{"uv":[14.4375,13.1875,14.75,13.25],"texture":"#voxels_atlas"}}},{"from":[6,8.75,10.75],"to":[9.75,9,11],"faces":{"north":{"uv":[2.4375,14.75,1.5,14.8125],"texture":"#voxels_atlas"},"east":{"uv":[11.3125,9.4375,11.25,9.5],"texture":"#voxels_atlas"},"south":{"uv":[5.75,14.75,6.6875,14.8125],"texture":"#voxels_atlas"},"west":{"uv":[11.0625,9.4375,11.125,9.5],"texture":"#voxels_atlas"},"up":{"uv":[6.8125,14.8125,7.75,14.75],"texture":"#voxels_atlas"},"down":{"uv":[2.5625,14.75,3.5,14.8125],"texture":"#voxels_atlas"}}},{"from":[6,9.5,11],"to":[7,10,11.25],"faces":{"north":{"uv":[0.6875,8.6875,0.4375,8.8125],"texture":"#voxels_atlas"},"east":{"uv":[5.625,9.375,5.5625,9.5],"texture":"#voxels_atlas"},"south":{"uv":[0.4375,7.9375,0.6875,8.0625],"texture":"#voxels_atlas"},"west":{"uv":[5.5625,9.625,5.625,9.75],"texture":"#voxels_atlas"},"up":{"uv":[3.375,6.875,3.625,6.8125],"texture":"#voxels_atlas"},"down":{"uv":[15.625,14,15.875,14.0625],"texture":"#voxels_atlas"}}},{"from":[6,9.75,9.5],"to":[7.5,10,9.75],"faces":{"north":{"uv":[5.625,13.4375,5.25,13.5],"texture":"#voxels_atlas"},"east":{"uv":[11.6875,9.4375,11.625,9.5],"texture":"#voxels_atlas"},"south":{"uv":[5.75,13.4375,6.125,13.5],"texture":"#voxels_atlas"},"west":{"uv":[11.4375,9.4375,11.5,9.5],"texture":"#voxels_atlas"},"up":{"uv":[4.75,13.5,5.125,13.4375],"texture":"#voxels_atlas"},"down":{"uv":[2.0625,2.875,2.4375,2.9375],"texture":"#voxels_atlas"}}},{"from":[6,10,9.25],"to":[6.75,10.25,9.5],"faces":{"north":{"uv":[10.25,11.5,10.0625,11.5625],"texture":"#voxels_atlas"},"east":{"uv":[12.0625,9.4375,12,9.5],"texture":"#voxels_atlas"},"south":{"uv":[10.375,11.5,10.5625,11.5625],"texture":"#voxels_atlas"},"west":{"uv":[11.8125,9.4375,11.875,9.5],"texture":"#voxels_atlas"},"up":{"uv":[9.75,11.5625,9.9375,11.5],"texture":"#voxels_atlas"},"down":{"uv":[9.4375,11.5,9.625,11.5625],"texture":"#voxels_atlas"}}},{"from":[6,10,9.75],"to":[6.75,10.25,10],"faces":{"north":{"uv":[12.125,11.5,11.9375,11.5625],"texture":"#voxels_atlas"},"east":{"uv":[12.4375,9.4375,12.375,9.5],"texture":"#voxels_atlas"},"south":{"uv":[12.25,11.5,12.4375,11.5625],"texture":"#voxels_atlas"},"west":{"uv":[12.1875,9.4375,12.25,9.5],"texture":"#voxels_atlas"},"up":{"uv":[11.625,11.5625,11.8125,11.5],"texture":"#voxels_atlas"},"down":{"uv":[11.3125,11.5,11.5,11.5625],"texture":"#voxels_atlas"}}},{"from":[6,10,11],"to":[6.5,10.5,11.25],"faces":{"north":{"uv":[2.75,4.125,2.625,4.25],"texture":"#voxels_atlas"},"east":{"uv":[5.625,7.875,5.5625,8],"texture":"#voxels_atlas"},"south":{"uv":[2.625,4.625,2.75,4.75],"texture":"#voxels_atlas"},"west":{"uv":[5.5625,8.125,5.625,8.25],"texture":"#voxels_atlas"},"up":{"uv":[12.0625,10.4375,12.1875,10.375],"texture":"#voxels_atlas"},"down":{"uv":[11.8125,10.375,11.9375,10.4375],"texture":"#voxels_atlas"}}},{"from":[6,10.75,10.75],"to":[7,11,11],"faces":{"north":{"uv":[10.75,12.25,10.5,12.3125],"texture":"#voxels_atlas"},"east":{"uv":[12.8125,9.4375,12.75,9.5],"texture":"#voxels_atlas"},"south":{"uv":[10.125,12.25,10.375,12.3125],"texture":"#voxels_atlas"},"west":{"uv":[12.5625,9.4375,12.625,9.5],"texture":"#voxels_atlas"},"up":{"uv":[10.875,12.3125,11.125,12.25],"texture":"#voxels_atlas"},"down":{"uv":[13.875,12.25,14.125,12.3125],"texture":"#voxels_atlas"}}},{"from":[6,11.25,10.75],"to":[6.5,11.5,11],"faces":{"north":{"uv":[13.9375,10.375,13.8125,10.4375],"texture":"#voxels_atlas"},"east":{"uv":[13.1875,9.4375,13.125,9.5],"texture":"#voxels_atlas"},"south":{"uv":[14.0625,10.375,14.1875,10.4375],"texture":"#voxels_atlas"},"west":{"uv":[12.9375,9.4375,13,9.5],"texture":"#voxels_atlas"},"up":{"uv":[13.5625,10.4375,13.6875,10.375],"texture":"#voxels_atlas"},"down":{"uv":[12.3125,10.375,12.4375,10.4375],"texture":"#voxels_atlas"}}},{"from":[6,12,10.25],"to":[6.5,12.25,10.5],"faces":{"north":{"uv":[14.9375,10.375,14.8125,10.4375],"texture":"#voxels_atlas"},"east":{"uv":[13.5625,9.4375,13.5,9.5],"texture":"#voxels_atlas"},"south":{"uv":[15.0625,10.375,15.1875,10.4375],"texture":"#voxels_atlas"},"west":{"uv":[13.3125,9.4375,13.375,9.5],"texture":"#voxels_atlas"},"up":{"uv":[14.5625,10.4375,14.6875,10.375],"texture":"#voxels_atlas"},"down":{"uv":[14.3125,10.375,14.4375,10.4375],"texture":"#voxels_atlas"}}},{"from":[6,12.5,9.5],"to":[6.25,13,9.75],"faces":{"north":{"uv":[5.625,6.125,5.5625,6.25],"texture":"#voxels_atlas"},"east":{"uv":[0.875,10.6875,0.8125,10.8125],"texture":"#voxels_atlas"},"south":{"uv":[5.5625,5.875,5.625,6],"texture":"#voxels_atlas"},"west":{"uv":[0.8125,10.9375,0.875,11.0625],"texture":"#voxels_atlas"},"up":{"uv":[13.875,9.5,13.9375,9.4375],"texture":"#voxels_atlas"},"down":{"uv":[13.6875,9.4375,13.75,9.5],"texture":"#voxels_atlas"}}},{"from":[6.25,3.5,9.75],"to":[7.5,3.75,10],"faces":{"north":{"uv":[3.25,1.375,2.9375,1.4375],"texture":"#voxels_atlas"},"east":{"uv":[14.3125,9.4375,14.25,9.5],"texture":"#voxels_atlas"},"south":{"uv":[2.9375,1.5625,3.25,1.625],"texture":"#voxels_atlas"},"west":{"uv":[14.0625,9.4375,14.125,9.5],"texture":"#voxels_atlas"},"up":{"uv":[2.9375,1.25,3.25,1.1875],"texture":"#voxels_atlas"},"down":{"uv":[2.9375,1,3.25,1.0625],"texture":"#voxels_atlas"}}},{"from":[6.25,6.5,9.5],"to":[6.75,6.75,9.75],"faces":{"north":{"uv":[5.0625,10.1875,4.9375,10.25],"texture":"#voxels_atlas"},"east":{"uv":[14.6875,9.4375,14.625,9.5],"texture":"#voxels_atlas"},"south":{"uv":[4.9375,10,5.0625,10.0625],"texture":"#voxels_atlas"},"west":{"uv":[14.4375,9.4375,14.5,9.5],"texture":"#voxels_atlas"},"up":{"uv":[4.9375,10.4375,5.0625,10.375],"texture":"#voxels_atlas"},"down":{"uv":[14.1875,10.9375,14.3125,11],"texture":"#voxels_atlas"}}},{"from":[6.25,6.75,10.5],"to":[9.5,7,10.75],"faces":{"north":{"uv":[10.25,14.375,9.4375,14.4375],"texture":"#voxels_atlas"},"east":{"uv":[15.0625,9.4375,15,9.5],"texture":"#voxels_atlas"},"south":{"uv":[8.5,14.375,9.3125,14.4375],"texture":"#voxels_atlas"},"west":{"uv":[14.8125,9.4375,14.875,9.5],"texture":"#voxels_atlas"},"up":{"uv":[11.3125,14.4375,12.125,14.375],"texture":"#voxels_atlas"},"down":{"uv":[12.25,14.375,13.0625,14.4375],"texture":"#voxels_atlas"}}},{"from":[6.25,7.5,9.25],"to":[7,7.75,9.5],"faces":{"north":{"uv":[4.625,7.375,4.4375,7.4375],"texture":"#voxels_atlas"},"east":{"uv":[15.4375,9.4375,15.375,9.5],"texture":"#voxels_atlas"},"south":{"uv":[4.4375,7.1875,4.625,7.25],"texture":"#voxels_atlas"},"west":{"uv":[15.1875,9.4375,15.25,9.5],"texture":"#voxels_atlas"},"up":{"uv":[4.4375,7.625,4.625,7.5625],"texture":"#voxels_atlas"},"down":{"uv":[4.4375,7.75,4.625,7.8125],"texture":"#voxels_atlas"}}},{"from":[6.25,7.5,9.75],"to":[7,7.75,10],"faces":{"north":{"uv":[4.625,6.625,4.4375,6.6875],"texture":"#voxels_atlas"},"east":{"uv":[15.8125,9.4375,15.75,9.5],"texture":"#voxels_atlas"},"south":{"uv":[4.4375,6.4375,4.625,6.5],"texture":"#voxels_atlas"},"west":{"uv":[15.5625,9.4375,15.625,9.5],"texture":"#voxels_atlas"},"up":{"uv":[4.4375,6.875,4.625,6.8125],"texture":"#voxels_atlas"},"down":{"uv":[4.4375,7,4.625,7.0625],"texture":"#voxels_atlas"}}},{"from":[6.25,7.75,9.5],"to":[9.5,8,9.75],"faces":{"north":{"uv":[11.1875,14.375,10.375,14.4375],"texture":"#voxels_atlas"},"east":{"uv":[6.625,9,6.5625,9.0625],"texture":"#voxels_atlas"},"south":{"uv":[3.8125,14.375,4.625,14.4375],"texture":"#voxels_atlas"},"west":{"uv":[6.5625,9.1875,6.625,9.25],"texture":"#voxels_atlas"},"up":{"uv":[4.75,14.4375,5.5625,14.375],"texture":"#voxels_atlas"},"down":{"uv":[5.6875,14.375,6.5,14.4375],"texture":"#voxels_atlas"}}},{"from":[6.25,8.5,10.75],"to":[9.5,8.75,11.25],"faces":{"north":{"uv":[2.75,14.375,1.9375,14.4375],"texture":"#voxels_atlas"},"east":{"uv":[5.0625,5.875,4.9375,5.9375],"texture":"#voxels_atlas"},"south":{"uv":[1,14.375,1.8125,14.4375],"texture":"#voxels_atlas"},"west":{"uv":[4.9375,6.0625,5.0625,6.125],"texture":"#voxels_atlas"},"up":{"uv":[12.75,16,13.5625,15.875],"texture":"#voxels_atlas"},"down":{"uv":[13.6875,15.875,14.5,16],"texture":"#voxels_atlas"}}},{"from":[6.25,8.75,11],"to":[9.5,9.5,11.25],"faces":{"north":{"uv":[0.8125,15.5625,0,15.75],"texture":"#voxels_atlas"},"east":{"uv":[4.5,5.375,4.4375,5.5625],"texture":"#voxels_atlas"},"south":{"uv":[0.9375,15.5625,1.75,15.75],"texture":"#voxels_atlas"},"west":{"uv":[4.25,0.125,4.3125,0.3125],"texture":"#voxels_atlas"},"up":{"uv":[12.375,14.625,13.1875,14.5625],"texture":"#voxels_atlas"},"down":{"uv":[13.3125,14.5625,14.125,14.625],"texture":"#voxels_atlas"}}},{"from":[6.25,9.25,9.5],"to":[7.5,9.75,9.75],"faces":{"north":{"uv":[0.3125,7.3125,0,7.4375],"texture":"#voxels_atlas"},"east":{"uv":[0.875,8.1875,0.8125,8.3125],"texture":"#voxels_atlas"},"south":{"uv":[0,6.1875,0.3125,6.3125],"texture":"#voxels_atlas"},"west":{"uv":[0.8125,8.4375,0.875,8.5625],"texture":"#voxels_atlas"},"up":{"uv":[8.1875,12.875,8.5,12.8125],"texture":"#voxels_atlas"},"down":{"uv":[14.75,12.8125,15.0625,12.875],"texture":"#voxels_atlas"}}},{"from":[6.25,9.75,9.25],"to":[7,10,9.5],"faces":{"north":{"uv":[4.625,4.1875,4.4375,4.25],"texture":"#voxels_atlas"},"east":{"uv":[6.625,8.625,6.5625,8.6875],"texture":"#voxels_atlas"},"south":{"uv":[4.4375,4,4.625,4.0625],"texture":"#voxels_atlas"},"west":{"uv":[6.5625,8.8125,6.625,8.875],"texture":"#voxels_atlas"},"up":{"uv":[4.4375,4.4375,4.625,4.375],"texture":"#voxels_atlas"},"down":{"uv":[4.4375,4.5625,4.625,4.625],"texture":"#voxels_atlas"}}},{"from":[6.25,9.75,9.75],"to":[7,10,10],"faces":{"north":{"uv":[4.625,3.0625,4.4375,3.125],"texture":"#voxels_atlas"},"east":{"uv":[6.625,8.25,6.5625,8.3125],"texture":"#voxels_atlas"},"south":{"uv":[4.4375,2.875,4.625,2.9375],"texture":"#voxels_atlas"},"west":{"uv":[6.5625,8.4375,6.625,8.5],"texture":"#voxels_atlas"},"up":{"uv":[4.4375,3.3125,4.625,3.25],"texture":"#voxels_atlas"},"down":{"uv":[4.4375,3.4375,4.625,3.5],"texture":"#voxels_atlas"}}},{"from":[6.25,10.5,11],"to":[7,10.75,11.25],"faces":{"north":{"uv":[4.625,1.6875,4.4375,1.75],"texture":"#voxels_atlas"},"east":{"uv":[6.625,7.875,6.5625,7.9375],"texture":"#voxels_atlas"},"south":{"uv":[4.4375,1.5,4.625,1.5625],"texture":"#voxels_atlas"},"west":{"uv":[6.5625,8.0625,6.625,8.125],"texture":"#voxels_atlas"},"up":{"uv":[4.4375,1.9375,4.625,1.875],"texture":"#voxels_atlas"},"down":{"uv":[4.4375,2.0625,4.625,2.125],"texture":"#voxels_atlas"}}},{"from":[6.25,11.5,10.75],"to":[6.75,11.75,11],"faces":{"north":{"uv":[5.0625,3.8125,4.9375,3.875],"texture":"#voxels_atlas"},"east":{"uv":[6.625,7.5,6.5625,7.5625],"texture":"#voxels_atlas"},"south":{"uv":[4.9375,2.5,5.0625,2.5625],"texture":"#voxels_atlas"},"west":{"uv":[6.5625,7.6875,6.625,7.75],"texture":"#voxels_atlas"},"up":{"uv":[4.9375,4.0625,5.0625,4],"texture":"#voxels_atlas"},"down":{"uv":[4.9375,4.1875,5.0625,4.25],"texture":"#voxels_atlas"}}},{"from":[6.25,13,9.5],"to":[6.5,13.5,9.75],"faces":{"north":{"uv":[7.1875,9.375,7.125,9.5],"texture":"#voxels_atlas"},"east":{"uv":[6.4375,2.375,6.375,2.5],"texture":"#voxels_atlas"},"south":{"uv":[6.9375,9.375,7,9.5],"texture":"#voxels_atlas"},"west":{"uv":[6.375,2.125,6.4375,2.25],"texture":"#voxels_atlas"},"up":{"uv":[6.5625,7.1875,6.625,7.125],"texture":"#voxels_atlas"},"down":{"uv":[6.5625,7.3125,6.625,7.375],"texture":"#voxels_atlas"}}},{"from":[6.5,4.5,9.75],"to":[7,5,10],"faces":{"north":{"uv":[2.75,10.5,2.625,10.625],"texture":"#voxels_atlas"},"east":{"uv":[6.4375,4.375,6.375,4.5],"texture":"#voxels_atlas"},"south":{"uv":[2.625,11,2.75,11.125],"texture":"#voxels_atlas"},"west":{"uv":[6.375,4.125,6.4375,4.25],"texture":"#voxels_atlas"},"up":{"uv":[13.875,9.6875,14,9.625],"texture":"#voxels_atlas"},"down":{"uv":[14.125,9.625,14.25,9.6875],"texture":"#voxels_atlas"}}},{"from":[6.5,5.75,9.5],"to":[9.25,6,9.75],"faces":{"north":{"uv":[1.6875,6.125,1,6.1875],"texture":"#voxels_atlas"},"east":{"uv":[9.25,1.6875,9.1875,1.75],"texture":"#voxels_atlas"},"south":{"uv":[1,5.9375,1.6875,6],"texture":"#voxels_atlas"},"west":{"uv":[9.1875,1.5,9.25,1.5625],"texture":"#voxels_atlas"},"up":{"uv":[1,6.375,1.6875,6.3125],"texture":"#voxels_atlas"},"down":{"uv":[1,6.5,1.6875,6.5625],"texture":"#voxels_atlas"}}},{"from":[6.5,6.25,9.5],"to":[7.75,6.5,9.75],"faces":{"north":{"uv":[3.25,5.125,2.9375,5.1875],"texture":"#voxels_atlas"},"east":{"uv":[15.625,6.75,15.5625,6.8125],"texture":"#voxels_atlas"},"south":{"uv":[2.9375,5.3125,3.25,5.375],"texture":"#voxels_atlas"},"west":{"uv":[15.75,6.75,15.8125,6.8125],"texture":"#voxels_atlas"},"up":{"uv":[2.9375,0.5,3.25,0.4375],"texture":"#voxels_atlas"},"down":{"uv":[2.9375,0.25,3.25,0.3125],"texture":"#voxels_atlas"}}},{"from":[6.5,7.25,9.5],"to":[7,7.5,9.75],"faces":{"north":{"uv":[10.25,9.625,10.125,9.6875],"texture":"#voxels_atlas"},"east":{"uv":[11.125,6.75,11.0625,6.8125],"texture":"#voxels_atlas"},"south":{"uv":[9.875,9.625,10,9.6875],"texture":"#voxels_atlas"},"west":{"uv":[11.25,6.75,11.3125,6.8125],"texture":"#voxels_atlas"},"up":{"uv":[10.375,9.6875,10.5,9.625],"texture":"#voxels_atlas"},"down":{"uv":[10.625,9.625,10.75,9.6875],"texture":"#voxels_atlas"}}},{"from":[6.5,7.5,10.25],"to":[9.25,7.75,10.5],"faces":{"north":{"uv":[1.6875,11.5625,1,11.625],"texture":"#voxels_atlas"},"east":{"uv":[9.0625,0.375,9,0.4375],"texture":"#voxels_atlas"},"south":{"uv":[1,11.75,1.6875,11.8125],"texture":"#voxels_atlas"},"west":{"uv":[9,0.1875,9.0625,0.25],"texture":"#voxels_atlas"},"up":{"uv":[1,11.4375,1.6875,11.375],"texture":"#voxels_atlas"},"down":{"uv":[1,11,1.6875,11.0625],"texture":"#voxels_atlas"}}},{"from":[6.5,7.75,9.25],"to":[7.25,8,9.5],"faces":{"north":{"uv":[6.5,11.3125,6.3125,11.375],"texture":"#voxels_atlas"},"east":{"uv":[9.0625,4.875,9,4.9375],"texture":"#voxels_atlas"},"south":{"uv":[6.625,11.3125,6.8125,11.375],"texture":"#voxels_atlas"},"west":{"uv":[9,4.6875,9.0625,4.75],"texture":"#voxels_atlas"},"up":{"uv":[6,11.375,6.1875,11.3125],"texture":"#voxels_atlas"},"down":{"uv":[5.6875,11.3125,5.875,11.375],"texture":"#voxels_atlas"}}},{"from":[6.5,7.75,9.75],"to":[7.25,8,10],"faces":{"north":{"uv":[7.75,11.3125,7.5625,11.375],"texture":"#voxels_atlas"},"east":{"uv":[9.0625,5.25,9,5.3125],"texture":"#voxels_atlas"},"south":{"uv":[7.875,11.3125,8.0625,11.375],"texture":"#voxels_atlas"},"west":{"uv":[9,5.0625,9.0625,5.125],"texture":"#voxels_atlas"},"up":{"uv":[7.25,11.375,7.4375,11.3125],"texture":"#voxels_atlas"},"down":{"uv":[6.9375,11.3125,7.125,11.375],"texture":"#voxels_atlas"}}},{"from":[6.5,7.75,10.25],"to":[7.75,8,10.5],"faces":{"north":{"uv":[13.3125,12.625,13,12.6875],"texture":"#voxels_atlas"},"east":{"uv":[15.625,6.9375,15.5625,7],"texture":"#voxels_atlas"},"south":{"uv":[3.8125,12.8125,4.125,12.875],"texture":"#voxels_atlas"},"west":{"uv":[15.75,6.9375,15.8125,7],"texture":"#voxels_atlas"},"up":{"uv":[4.25,12.875,4.5625,12.8125],"texture":"#voxels_atlas"},"down":{"uv":[4.6875,12.8125,5,12.875],"texture":"#voxels_atlas"}}},{"from":[6.5,8,9.5],"to":[9.25,8.25,9.75],"faces":{"north":{"uv":[1.6875,6.6875,1,6.75],"texture":"#voxels_atlas"},"east":{"uv":[14.5,6.9375,14.4375,7],"texture":"#voxels_atlas"},"south":{"uv":[1,7.0625,1.6875,7.125],"texture":"#voxels_atlas"},"west":{"uv":[14.625,6.9375,14.6875,7],"texture":"#voxels_atlas"},"up":{"uv":[1,5.8125,1.6875,5.75],"texture":"#voxels_atlas"},"down":{"uv":[1,5.5625,1.6875,5.625],"texture":"#voxels_atlas"}}},{"from":[6.5,8,10.25],"to":[7.5,8.5,10.5],"faces":{"north":{"uv":[0.6875,7.0625,0.4375,7.1875],"texture":"#voxels_atlas"},"east":{"uv":[6.1875,1.5,6.125,1.625],"texture":"#voxels_atlas"},"south":{"uv":[0.4375,8.1875,0.6875,8.3125],"texture":"#voxels_atlas"},"west":{"uv":[6.125,1.25,6.1875,1.375],"texture":"#voxels_atlas"},"up":{"uv":[11.875,12.5,12.125,12.4375],"texture":"#voxels_atlas"},"down":{"uv":[14.5,12.4375,14.75,12.5],"texture":"#voxels_atlas"}}},{"from":[6.5,8,10.75],"to":[9.25,8.5,11],"faces":{"north":{"uv":[2.8125,15.125,2.125,15.25],"texture":"#voxels_atlas"},"east":{"uv":[6.1875,2,6.125,2.125],"texture":"#voxels_atlas"},"south":{"uv":[1.3125,15.125,2,15.25],"texture":"#voxels_atlas"},"west":{"uv":[6.125,1.75,6.1875,1.875],"texture":"#voxels_atlas"},"up":{"uv":[1,9.375,1.6875,9.3125],"texture":"#voxels_atlas"},"down":{"uv":[1,9.125,1.6875,9.1875],"texture":"#voxels_atlas"}}},{"from":[6.5,8.25,11],"to":[9.25,8.5,11.25],"faces":{"north":{"uv":[1.6875,8.75,1,8.8125],"texture":"#voxels_atlas"},"east":{"uv":[8.875,1.3125,8.8125,1.375],"texture":"#voxels_atlas"},"south":{"uv":[1,10.0625,1.6875,10.125],"texture":"#voxels_atlas"},"west":{"uv":[8.8125,1.125,8.875,1.1875],"texture":"#voxels_atlas"},"up":{"uv":[1,5.4375,1.6875,5.375],"texture":"#voxels_atlas"},"down":{"uv":[1,4.8125,1.6875,4.875],"texture":"#voxels_atlas"}}},{"from":[6.5,9,9.5],"to":[9.25,9.25,9.75],"faces":{"north":{"uv":[1.6875,7.25,1,7.3125],"texture":"#voxels_atlas"},"east":{"uv":[8.875,1.6875,8.8125,1.75],"texture":"#voxels_atlas"},"south":{"uv":[1,8.9375,1.6875,9],"texture":"#voxels_atlas"},"west":{"uv":[8.8125,1.5,8.875,1.5625],"texture":"#voxels_atlas"},"up":{"uv":[1,6.9375,1.6875,6.875],"texture":"#voxels_atlas"},"down":{"uv":[1,10.8125,1.6875,10.875],"texture":"#voxels_atlas"}}},{"from":[6.5,9.5,9.25],"to":[7.5,9.75,9.5],"faces":{"north":{"uv":[3.625,1.75,3.375,1.8125],"texture":"#voxels_atlas"},"east":{"uv":[8.875,2.4375,8.8125,2.5],"texture":"#voxels_atlas"},"south":{"uv":[3.375,1.9375,3.625,2],"texture":"#voxels_atlas"},"west":{"uv":[8.8125,2.25,8.875,2.3125],"texture":"#voxels_atlas"},"up":{"uv":[3.375,1.625,3.625,1.5625],"texture":"#voxels_atlas"},"down":{"uv":[11.5,12.4375,11.75,12.5],"texture":"#voxels_atlas"}}},{"from":[6.5,9.5,9.75],"to":[7.5,9.75,10],"faces":{"north":{"uv":[3.625,4.1875,3.375,4.25],"texture":"#voxels_atlas"},"east":{"uv":[8.875,2.8125,8.8125,2.875],"texture":"#voxels_atlas"},"south":{"uv":[3.375,7,3.625,7.0625],"texture":"#voxels_atlas"},"west":{"uv":[8.8125,2.625,8.875,2.6875],"texture":"#voxels_atlas"},"up":{"uv":[3.375,4.0625,3.625,4],"texture":"#voxels_atlas"},"down":{"uv":[3.375,3.0625,3.625,3.125],"texture":"#voxels_atlas"}}},{"from":[6.5,10.25,11],"to":[7,10.5,11.25],"faces":{"north":{"uv":[6.25,2.625,6.125,2.6875],"texture":"#voxels_atlas"},"east":{"uv":[8.875,5.4375,8.8125,5.5],"texture":"#voxels_atlas"},"south":{"uv":[6.125,2.8125,6.25,2.875],"texture":"#voxels_atlas"},"west":{"uv":[8.8125,5.25,8.875,5.3125],"texture":"#voxels_atlas"},"up":{"uv":[6.125,2.5,6.25,2.4375],"texture":"#voxels_atlas"},"down":{"uv":[6.125,2.25,6.25,2.3125],"texture":"#voxels_atlas"}}},{"from":[6.5,11,10.75],"to":[7.25,11.25,11],"faces":{"north":{"uv":[9,11.3125,8.8125,11.375],"texture":"#voxels_atlas"},"east":{"uv":[8.875,5.8125,8.8125,5.875],"texture":"#voxels_atlas"},"south":{"uv":[9.125,11.3125,9.3125,11.375],"texture":"#voxels_atlas"},"west":{"uv":[8.8125,5.625,8.875,5.6875],"texture":"#voxels_atlas"},"up":{"uv":[8.5,11.375,8.6875,11.3125],"texture":"#voxels_atlas"},"down":{"uv":[8.1875,11.3125,8.375,11.375],"texture":"#voxels_atlas"}}},{"from":[6.5,11.75,10.75],"to":[6.75,12,11],"faces":{"north":{"uv":[8.875,6.75,8.8125,6.8125],"texture":"#voxels_atlas"},"east":{"uv":[15.625,7.125,15.5625,7.1875],"texture":"#voxels_atlas"},"south":{"uv":[8.8125,6.9375,8.875,7],"texture":"#voxels_atlas"},"west":{"uv":[15.75,7.125,15.8125,7.1875],"texture":"#voxels_atlas"},"up":{"uv":[8.8125,6.625,8.875,6.5625],"texture":"#voxels_atlas"},"down":{"uv":[8.8125,6.375,8.875,6.4375],"texture":"#voxels_atlas"}}},{"from":[6.5,13.5,9.5],"to":[6.75,14,9.75],"faces":{"north":{"uv":[6.1875,5,6.125,5.125],"texture":"#voxels_atlas"},"east":{"uv":[6.1875,5.75,6.125,5.875],"texture":"#voxels_atlas"},"south":{"uv":[6.125,5.25,6.1875,5.375],"texture":"#voxels_atlas"},"west":{"uv":[6.125,5.5,6.1875,5.625],"texture":"#voxels_atlas"},"up":{"uv":[14.8125,7.1875,14.875,7.125],"texture":"#voxels_atlas"},"down":{"uv":[15,7.125,15.0625,7.1875],"texture":"#voxels_atlas"}}},{"from":[6.75,1.25,9.5],"to":[7.25,1.75,9.75],"faces":{"north":{"uv":[2.5,3.5,2.375,3.625],"texture":"#voxels_atlas"},"east":{"uv":[6.1875,8.625,6.125,8.75],"texture":"#voxels_atlas"},"south":{"uv":[2.375,3.0625,2.5,3.1875],"texture":"#voxels_atlas"},"west":{"uv":[6.125,8.375,6.1875,8.5],"texture":"#voxels_atlas"},"up":{"uv":[6.125,8.25,6.25,8.1875],"texture":"#voxels_atlas"},"down":{"uv":[6.125,8,6.25,8.0625],"texture":"#voxels_atlas"}}},{"from":[6.75,1.5,9.75],"to":[7.25,1.75,10],"faces":{"north":{"uv":[6.25,9.25,6.125,9.3125],"texture":"#voxels_atlas"},"east":{"uv":[11.125,7.3125,11.0625,7.375],"texture":"#voxels_atlas"},"south":{"uv":[6.125,9.4375,6.25,9.5],"texture":"#voxels_atlas"},"west":{"uv":[11.25,7.3125,11.3125,7.375],"texture":"#voxels_atlas"},"up":{"uv":[6.125,9.125,6.25,9.0625],"texture":"#voxels_atlas"},"down":{"uv":[6.125,8.875,6.25,8.9375],"texture":"#voxels_atlas"}}},{"from":[6.75,3.25,9.75],"to":[7.75,3.5,10],"faces":{"north":{"uv":[3.625,8.875,3.375,8.9375],"texture":"#voxels_atlas"},"east":{"uv":[8.875,7.3125,8.8125,7.375],"texture":"#voxels_atlas"},"south":{"uv":[3.375,8.125,3.625,8.1875],"texture":"#voxels_atlas"},"west":{"uv":[9,7.3125,9.0625,7.375],"texture":"#voxels_atlas"},"up":{"uv":[3.375,9.125,3.625,9.0625],"texture":"#voxels_atlas"},"down":{"uv":[3.375,9.25,3.625,9.3125],"texture":"#voxels_atlas"}}},{"from":[6.75,4.25,9.5],"to":[7,4.5,9.75],"faces":{"north":{"uv":[11.3125,7.5,11.25,7.5625],"texture":"#voxels_atlas"},"east":{"uv":[10.75,7.5,10.6875,7.5625],"texture":"#voxels_atlas"},"south":{"uv":[11.0625,7.5,11.125,7.5625],"texture":"#voxels_atlas"},"west":{"uv":[10.875,7.5,10.9375,7.5625],"texture":"#voxels_atlas"},"up":{"uv":[15.5625,7.5625,15.625,7.5],"texture":"#voxels_atlas"},"down":{"uv":[15.75,7.5,15.8125,7.5625],"texture":"#voxels_atlas"}}},{"from":[6.75,4.5,9.25],"to":[7,5.25,9.5],"faces":{"north":{"uv":[4.8125,11,4.75,11.1875],"texture":"#voxels_atlas"},"east":{"uv":[4.8125,10.0625,4.75,10.25],"texture":"#voxels_atlas"},"south":{"uv":[4.75,10.6875,4.8125,10.875],"texture":"#voxels_atlas"},"west":{"uv":[4.75,10.375,4.8125,10.5625],"texture":"#voxels_atlas"},"up":{"uv":[8.8125,7.5625,8.875,7.5],"texture":"#voxels_atlas"},"down":{"uv":[9,7.5,9.0625,7.5625],"texture":"#voxels_atlas"}}},{"from":[6.75,5,9.75],"to":[7.25,5.25,10],"faces":{"north":{"uv":[10.25,9.8125,10.125,9.875],"texture":"#voxels_atlas"},"east":{"uv":[8.3125,2.25,8.25,2.3125],"texture":"#voxels_atlas"},"south":{"uv":[9.875,9.8125,10,9.875],"texture":"#voxels_atlas"},"west":{"uv":[8.25,2.0625,8.3125,2.125],"texture":"#voxels_atlas"},"up":{"uv":[10.375,9.875,10.5,9.8125],"texture":"#voxels_atlas"},"down":{"uv":[10.625,9.8125,10.75,9.875],"texture":"#voxels_atlas"}}},{"from":[6.75,6,9.5],"to":[9,6.25,9.75],"faces":{"north":{"uv":[3.8125,14,3.25,14.0625],"texture":"#voxels_atlas"},"east":{"uv":[8.3125,2.625,8.25,2.6875],"texture":"#voxels_atlas"},"south":{"uv":[8.0625,14,8.625,14.0625],"texture":"#voxels_atlas"},"west":{"uv":[8.25,2.4375,8.3125,2.5],"texture":"#voxels_atlas"},"up":{"uv":[15.3125,14.25,15.875,14.1875],"texture":"#voxels_atlas"},"down":{"uv":[4.625,13.625,5.1875,13.6875],"texture":"#voxels_atlas"}}},{"from":[6.75,6.5,10.5],"to":[9,6.75,10.75],"faces":{"north":{"uv":[12.0625,14,11.5,14.0625],"texture":"#voxels_atlas"},"east":{"uv":[8.3125,3,8.25,3.0625],"texture":"#voxels_atlas"},"south":{"uv":[1.875,14,2.4375,14.0625],"texture":"#voxels_atlas"},"west":{"uv":[8.25,2.8125,8.3125,2.875],"texture":"#voxels_atlas"},"up":{"uv":[10.125,14.0625,10.6875,14],"texture":"#voxels_atlas"},"down":{"uv":[9.4375,14,10,14.0625],"texture":"#voxels_atlas"}}},{"from":[6.75,7,10.25],"to":[9,7.5,10.5],"faces":{"north":{"uv":[15.0625,15.125,14.5,15.25],"texture":"#voxels_atlas"},"east":{"uv":[6,5.25,5.9375,5.375],"texture":"#voxels_atlas"},"south":{"uv":[15.3125,15.625,15.875,15.75],"texture":"#voxels_atlas"},"west":{"uv":[5.9375,5,6,5.125],"texture":"#voxels_atlas"},"up":{"uv":[2.5625,14.0625,3.125,14],"texture":"#voxels_atlas"},"down":{"uv":[3.9375,13.625,4.5,13.6875],"texture":"#voxels_atlas"}}},{"from":[6.75,7.75,10.75],"to":[9,8,11],"faces":{"north":{"uv":[12.75,13.8125,12.1875,13.875],"texture":"#voxels_atlas"},"east":{"uv":[8.3125,4.5,8.25,4.5625],"texture":"#voxels_atlas"},"south":{"uv":[2.5625,13.8125,3.125,13.875],"texture":"#voxels_atlas"},"west":{"uv":[8.25,4.3125,8.3125,4.375],"texture":"#voxels_atlas"},"up":{"uv":[14.625,14.25,15.1875,14.1875],"texture":"#voxels_atlas"},"down":{"uv":[4.625,14,5.1875,14.0625],"texture":"#voxels_atlas"}}},{"from":[6.75,8,9.25],"to":[7.5,8.25,9.5],"faces":{"north":{"uv":[10.25,11.3125,10.0625,11.375],"texture":"#voxels_atlas"},"east":{"uv":[8.3125,6.375,8.25,6.4375],"texture":"#voxels_atlas"},"south":{"uv":[10.375,11.3125,10.5625,11.375],"texture":"#voxels_atlas"},"west":{"uv":[8.25,6.1875,8.3125,6.25],"texture":"#voxels_atlas"},"up":{"uv":[9.75,11.375,9.9375,11.3125],"texture":"#voxels_atlas"},"down":{"uv":[9.4375,11.3125,9.625,11.375],"texture":"#voxels_atlas"}}},{"from":[6.75,8,9.75],"to":[7.5,8.25,10],"faces":{"north":{"uv":[11.5,11.3125,11.3125,11.375],"texture":"#voxels_atlas"},"east":{"uv":[8.3125,6.75,8.25,6.8125],"texture":"#voxels_atlas"},"south":{"uv":[11.625,11.3125,11.8125,11.375],"texture":"#voxels_atlas"},"west":{"uv":[8.25,6.5625,8.3125,6.625],"texture":"#voxels_atlas"},"up":{"uv":[11,11.375,11.1875,11.3125],"texture":"#voxels_atlas"},"down":{"uv":[10.6875,11.3125,10.875,11.375],"texture":"#voxels_atlas"}}},{"from":[6.75,8,11],"to":[9,8.25,11.25],"faces":{"north":{"uv":[5.875,14,5.3125,14.0625],"texture":"#voxels_atlas"},"east":{"uv":[8.125,0.1875,8.0625,0.25],"texture":"#voxels_atlas"},"south":{"uv":[1.875,13.625,2.4375,13.6875],"texture":"#voxels_atlas"},"west":{"uv":[8.25,7.6875,8.3125,7.75],"texture":"#voxels_atlas"},"up":{"uv":[3.25,13.6875,3.8125,13.625],"texture":"#voxels_atlas"},"down":{"uv":[5.3125,13.625,5.875,13.6875],"texture":"#voxels_atlas"}}},{"from":[6.75,8.25,9.5],"to":[9,8.5,9.75],"faces":{"north":{"uv":[14.8125,14,14.25,14.0625],"texture":"#voxels_atlas"},"east":{"uv":[8.125,0.5625,8.0625,0.625],"texture":"#voxels_atlas"},"south":{"uv":[13.5625,14,14.125,14.0625],"texture":"#voxels_atlas"},"west":{"uv":[8.0625,0.375,8.125,0.4375],"texture":"#voxels_atlas"},"up":{"uv":[14.9375,14.0625,15.5,14],"texture":"#voxels_atlas"},"down":{"uv":[1.875,13.8125,2.4375,13.875],"texture":"#voxels_atlas"}}},{"from":[6.75,8.5,10.25],"to":[7.5,9,10.5],"faces":{"north":{"uv":[13.8125,13.375,13.625,13.5],"texture":"#voxels_atlas"},"east":{"uv":[6,7.75,5.9375,7.875],"texture":"#voxels_atlas"},"south":{"uv":[2.0625,1.4375,2.25,1.5625],"texture":"#voxels_atlas"},"west":{"uv":[5.9375,7.5,6,7.625],"texture":"#voxels_atlas"},"up":{"uv":[12.25,11.375,12.4375,11.3125],"texture":"#voxels_atlas"},"down":{"uv":[11.9375,11.3125,12.125,11.375],"texture":"#voxels_atlas"}}},{"from":[6.75,9.25,9.25],"to":[7.5,9.5,9.5],"faces":{"north":{"uv":[13.375,11.3125,13.1875,11.375],"texture":"#voxels_atlas"},"east":{"uv":[8.125,1.6875,8.0625,1.75],"texture":"#voxels_atlas"},"south":{"uv":[13.5,11.3125,13.6875,11.375],"texture":"#voxels_atlas"},"west":{"uv":[8.0625,1.5,8.125,1.5625],"texture":"#voxels_atlas"},"up":{"uv":[12.875,11.375,13.0625,11.3125],"texture":"#voxels_atlas"},"down":{"uv":[12.5625,11.3125,12.75,11.375],"texture":"#voxels_atlas"}}},{"from":[6.75,9.25,9.75],"to":[7.5,9.5,10],"faces":{"north":{"uv":[15.875,11.3125,15.6875,11.375],"texture":"#voxels_atlas"},"east":{"uv":[8.125,2.4375,8.0625,2.5],"texture":"#voxels_atlas"},"south":{"uv":[4.9375,11.125,5.125,11.1875],"texture":"#voxels_atlas"},"west":{"uv":[8.0625,2.25,8.125,2.3125],"texture":"#voxels_atlas"},"up":{"uv":[15.375,11.375,15.5625,11.3125],"texture":"#voxels_atlas"},"down":{"uv":[15.0625,11.3125,15.25,11.375],"texture":"#voxels_atlas"}}},{"from":[6.75,11.25,10.75],"to":[7,11.5,11],"faces":{"north":{"uv":[8.125,4.5,8.0625,4.5625],"texture":"#voxels_atlas"},"east":{"uv":[8.125,5.0625,8.0625,5.125],"texture":"#voxels_atlas"},"south":{"uv":[8.0625,4.6875,8.125,4.75],"texture":"#voxels_atlas"},"west":{"uv":[8.0625,4.875,8.125,4.9375],"texture":"#voxels_atlas"},"up":{"uv":[8.0625,2.875,8.125,2.8125],"texture":"#voxels_atlas"},"down":{"uv":[8.0625,2.625,8.125,2.6875],"texture":"#voxels_atlas"}}},{"from":[6.75,14,9.5],"to":[7,14.5,9.75],"faces":{"north":{"uv":[6,9,5.9375,9.125],"texture":"#voxels_atlas"},"east":{"uv":[6,9.75,5.9375,9.875],"texture":"#voxels_atlas"},"south":{"uv":[5.9375,9.25,6,9.375],"texture":"#voxels_atlas"},"west":{"uv":[5.9375,9.5,6,9.625],"texture":"#voxels_atlas"},"up":{"uv":[8.0625,5.875,8.125,5.8125],"texture":"#voxels_atlas"},"down":{"uv":[8.0625,5.625,8.125,5.6875],"texture":"#voxels_atlas"}}},{"from":[7,0.75,9.5],"to":[7.75,1,9.75],"faces":{"north":{"uv":[7.3125,11.125,7.125,11.1875],"texture":"#voxels_atlas"},"east":{"uv":[14.125,7.875,14.0625,7.9375],"texture":"#voxels_atlas"},"south":{"uv":[7.4375,11.125,7.625,11.1875],"texture":"#voxels_atlas"},"west":{"uv":[14.25,7.875,14.3125,7.9375],"texture":"#voxels_atlas"},"up":{"uv":[5.5625,11.1875,5.75,11.125],"texture":"#voxels_atlas"},"down":{"uv":[5.25,11.125,5.4375,11.1875],"texture":"#voxels_atlas"}}},{"from":[7,1,9.25],"to":[7.25,2,9.5],"faces":{"north":{"uv":[1.9375,0.875,1.875,1.125],"texture":"#voxels_atlas"},"east":{"uv":[2.6875,6,2.625,6.25],"texture":"#voxels_atlas"},"south":{"uv":[2.625,0.375,2.6875,0.625],"texture":"#voxels_atlas"},"west":{"uv":[2.625,6.375,2.6875,6.625],"texture":"#voxels_atlas"},"up":{"uv":[9.9375,7.9375,10,7.875],"texture":"#voxels_atlas"},"down":{"uv":[10.125,7.875,10.1875,7.9375],"texture":"#voxels_atlas"}}},{"from":[7,1,9.5],"to":[7.5,1.25,9.75],"faces":{"north":{"uv":[12.0625,10,11.9375,10.0625],"texture":"#voxels_atlas"},"east":{"uv":[7.9375,0.75,7.875,0.8125],"texture":"#voxels_atlas"},"south":{"uv":[11.6875,10,11.8125,10.0625],"texture":"#voxels_atlas"},"west":{"uv":[7.875,0.5625,7.9375,0.625],"texture":"#voxels_atlas"},"up":{"uv":[13.1875,10.0625,13.3125,10],"texture":"#voxels_atlas"},"down":{"uv":[13.4375,10,13.5625,10.0625],"texture":"#voxels_atlas"}}},{"from":[7,1,9.75],"to":[7.25,1.25,10],"faces":{"north":{"uv":[7.9375,3.9375,7.875,4],"texture":"#voxels_atlas"},"east":{"uv":[7.9375,4.875,7.875,4.9375],"texture":"#voxels_atlas"},"south":{"uv":[7.875,4.125,7.9375,4.1875],"texture":"#voxels_atlas"},"west":{"uv":[7.875,4.6875,7.9375,4.75],"texture":"#voxels_atlas"},"up":{"uv":[7.875,3.8125,7.9375,3.75],"texture":"#voxels_atlas"},"down":{"uv":[7.875,3.5625,7.9375,3.625],"texture":"#voxels_atlas"}}},{"from":[7,1.75,9.5],"to":[7.5,2.25,9.75],"faces":{"north":{"uv":[15.875,15.125,15.75,15.25],"texture":"#voxels_atlas"},"east":{"uv":[5.8125,2.4375,5.75,2.5625],"texture":"#voxels_atlas"},"south":{"uv":[2.375,4,2.5,4.125],"texture":"#voxels_atlas"},"west":{"uv":[5.75,2.1875,5.8125,2.3125],"texture":"#voxels_atlas"},"up":{"uv":[10.1875,10.0625,10.3125,10],"texture":"#voxels_atlas"},"down":{"uv":[10.4375,10,10.5625,10.0625],"texture":"#voxels_atlas"}}},{"from":[7,1.75,9.75],"to":[7.25,2,10],"faces":{"north":{"uv":[11.3125,8.0625,11.25,8.125],"texture":"#voxels_atlas"},"east":{"uv":[10.75,8.0625,10.6875,8.125],"texture":"#voxels_atlas"},"south":{"uv":[11.0625,8.0625,11.125,8.125],"texture":"#voxels_atlas"},"west":{"uv":[10.875,8.0625,10.9375,8.125],"texture":"#voxels_atlas"},"up":{"uv":[12.9375,8.125,13,8.0625],"texture":"#voxels_atlas"},"down":{"uv":[13.125,8.0625,13.1875,8.125],"texture":"#voxels_atlas"}}},{"from":[7,3.75,9.5],"to":[7.25,4.25,9.75],"faces":{"north":{"uv":[5.8125,3.6875,5.75,3.8125],"texture":"#voxels_atlas"},"east":{"uv":[5.8125,5.9375,5.75,6.0625],"texture":"#voxels_atlas"},"south":{"uv":[5.75,3.9375,5.8125,4.0625],"texture":"#voxels_atlas"},"west":{"uv":[5.75,5.6875,5.8125,5.8125],"texture":"#voxels_atlas"},"up":{"uv":[9.9375,8.125,10,8.0625],"texture":"#voxels_atlas"},"down":{"uv":[10.125,8.0625,10.1875,8.125],"texture":"#voxels_atlas"}}},{"from":[7,5.25,9.25],"to":[7.25,5.75,9.5],"faces":{"north":{"uv":[5.8125,7.1875,5.75,7.3125],"texture":"#voxels_atlas"},"east":{"uv":[5.8125,7.9375,5.75,8.0625],"texture":"#voxels_atlas"},"south":{"uv":[5.75,7.4375,5.8125,7.5625],"texture":"#voxels_atlas"},"west":{"uv":[5.75,7.6875,5.8125,7.8125],"texture":"#voxels_atlas"},"up":{"uv":[7.6875,3.625,7.75,3.5625],"texture":"#voxels_atlas"},"down":{"uv":[7.6875,3.375,7.75,3.4375],"texture":"#voxels_atlas"}}},{"from":[7,5.25,9.75],"to":[7.25,5.75,10],"faces":{"north":{"uv":[5.8125,8.1875,5.75,8.3125],"texture":"#voxels_atlas"},"east":{"uv":[5.8125,9.1875,5.75,9.3125],"texture":"#voxels_atlas"},"south":{"uv":[5.75,8.4375,5.8125,8.5625],"texture":"#voxels_atlas"},"west":{"uv":[5.75,8.9375,5.8125,9.0625],"texture":"#voxels_atlas"},"up":{"uv":[7.6875,7,7.75,6.9375],"texture":"#voxels_atlas"},"down":{"uv":[7.6875,6.75,7.75,6.8125],"texture":"#voxels_atlas"}}},{"from":[7,6.25,10.5],"to":[8.75,6.5,10.75],"faces":{"north":{"uv":[2.5,12.125,2.0625,12.1875],"texture":"#voxels_atlas"},"east":{"uv":[14.875,8.25,14.8125,8.3125],"texture":"#voxels_atlas"},"south":{"uv":[2.0625,11.1875,2.5,11.25],"texture":"#voxels_atlas"},"west":{"uv":[15,8.25,15.0625,8.3125],"texture":"#voxels_atlas"},"up":{"uv":[2.0625,12.375,2.5,12.3125],"texture":"#voxels_atlas"},"down":{"uv":[2.0625,12.5,2.5,12.5625],"texture":"#voxels_atlas"}}},{"from":[7,6.5,9.5],"to":[8.75,6.75,9.75],"faces":{"north":{"uv":[2.5,10.25,2.0625,10.3125],"texture":"#voxels_atlas"},"east":{"uv":[14.5,8.25,14.4375,8.3125],"texture":"#voxels_atlas"},"south":{"uv":[2.0625,10.0625,2.5,10.125],"texture":"#voxels_atlas"},"west":{"uv":[14.625,8.25,14.6875,8.3125],"texture":"#voxels_atlas"},"up":{"uv":[2.0625,10.5,2.5,10.4375],"texture":"#voxels_atlas"},"down":{"uv":[2.0625,10.625,2.5,10.6875],"texture":"#voxels_atlas"}}},{"from":[7,6.75,10.25],"to":[8.75,7,10.5],"faces":{"north":{"uv":[2.5,7.625,2.0625,7.6875],"texture":"#voxels_atlas"},"east":{"uv":[13.75,8.25,13.6875,8.3125],"texture":"#voxels_atlas"},"south":{"uv":[2.0625,7.4375,2.5,7.5],"texture":"#voxels_atlas"},"west":{"uv":[13.875,8.25,13.9375,8.3125],"texture":"#voxels_atlas"},"up":{"uv":[2.0625,8.625,2.5,8.5625],"texture":"#voxels_atlas"},"down":{"uv":[2.0625,8.75,2.5,8.8125],"texture":"#voxels_atlas"}}},{"from":[7,7.25,10.75],"to":[8.75,7.75,11],"faces":{"north":{"uv":[0.875,13.5,0.4375,13.625],"texture":"#voxels_atlas"},"east":{"uv":[5.8125,9.6875,5.75,9.8125],"texture":"#voxels_atlas"},"south":{"uv":[15.1875,15.125,15.625,15.25],"texture":"#voxels_atlas"},"west":{"uv":[5.75,9.4375,5.8125,9.5625],"texture":"#voxels_atlas"},"up":{"uv":[2.0625,7.125,2.5,7.0625],"texture":"#voxels_atlas"},"down":{"uv":[2.0625,7.25,2.5,7.3125],"texture":"#voxels_atlas"}}},{"from":[7,7.5,11],"to":[8.75,8,11.25],"faces":{"north":{"uv":[0.875,14.5,0.4375,14.625],"texture":"#voxels_atlas"},"east":{"uv":[5.625,0.625,5.5625,0.75],"texture":"#voxels_atlas"},"south":{"uv":[0.4375,13.75,0.875,13.875],"texture":"#voxels_atlas"},"west":{"uv":[5.5625,0.375,5.625,0.5],"texture":"#voxels_atlas"},"up":{"uv":[2.0625,6.5625,2.5,6.5],"texture":"#voxels_atlas"},"down":{"uv":[2.0625,6.875,2.5,6.9375],"texture":"#voxels_atlas"}}},{"from":[7,8.25,9.25],"to":[8.75,8.5,9.5],"faces":{"north":{"uv":[2.5,6.125,2.0625,6.1875],"texture":"#voxels_atlas"},"east":{"uv":[7.5625,1.125,7.5,1.1875],"texture":"#voxels_atlas"},"south":{"uv":[2.0625,5.9375,2.5,6],"texture":"#voxels_atlas"},"west":{"uv":[7.5,0.9375,7.5625,1],"texture":"#voxels_atlas"},"up":{"uv":[13.75,13.6875,14.1875,13.625],"texture":"#voxels_atlas"},"down":{"uv":[2.0625,6.3125,2.5,6.375],"texture":"#voxels_atlas"}}},{"from":[7,8.25,9.75],"to":[8.75,8.5,10],"faces":{"north":{"uv":[2.5,5.375,2.0625,5.4375],"texture":"#voxels_atlas"},"east":{"uv":[7.5625,3,7.5,3.0625],"texture":"#voxels_atlas"},"south":{"uv":[2.0625,5.1875,2.5,5.25],"texture":"#voxels_atlas"},"west":{"uv":[7.5,2.8125,7.5625,2.875],"texture":"#voxels_atlas"},"up":{"uv":[2.0625,5.625,2.5,5.5625],"texture":"#voxels_atlas"},"down":{"uv":[2.0625,5.75,2.5,5.8125],"texture":"#voxels_atlas"}}},{"from":[7,8.5,9.5],"to":[8.75,9,9.75],"faces":{"north":{"uv":[0.875,14.25,0.4375,14.375],"texture":"#voxels_atlas"},"east":{"uv":[5.625,2.125,5.5625,2.25],"texture":"#voxels_atlas"},"south":{"uv":[0.4375,14,0.875,14.125],"texture":"#voxels_atlas"},"west":{"uv":[5.5625,1.875,5.625,2],"texture":"#voxels_atlas"},"up":{"uv":[2.0625,4.875,2.5,4.8125],"texture":"#voxels_atlas"},"down":{"uv":[2.0625,5,2.5,5.0625],"texture":"#voxels_atlas"}}},{"from":[7,9,9.25],"to":[8.75,9.25,9.5],"faces":{"north":{"uv":[0.875,6.875,0.4375,6.9375],"texture":"#voxels_atlas"},"east":{"uv":[7.5625,6.375,7.5,6.4375],"texture":"#voxels_atlas"},"south":{"uv":[0.4375,6.5,0.875,6.5625],"texture":"#voxels_atlas"},"west":{"uv":[7.5,6.1875,7.5625,6.25],"texture":"#voxels_atlas"},"up":{"uv":[2.0625,4.5,2.5,4.4375],"texture":"#voxels_atlas"},"down":{"uv":[2.0625,4.625,2.5,4.6875],"texture":"#voxels_atlas"}}},{"from":[7,9,9.75],"to":[8.75,9.25,10],"faces":{"north":{"uv":[0.875,5.9375,0.4375,6],"texture":"#voxels_atlas"},"east":{"uv":[7.5625,6.75,7.5,6.8125],"texture":"#voxels_atlas"},"south":{"uv":[0.4375,5.75,0.875,5.8125],"texture":"#voxels_atlas"},"west":{"uv":[7.5,6.5625,7.5625,6.625],"texture":"#voxels_atlas"},"up":{"uv":[0.4375,6.1875,0.875,6.125],"texture":"#voxels_atlas"},"down":{"uv":[0.4375,6.3125,0.875,6.375],"texture":"#voxels_atlas"}}},{"from":[7,9,10.25],"to":[7.5,9.25,10.5],"faces":{"north":{"uv":[13.125,10.1875,13,10.25],"texture":"#voxels_atlas"},"east":{"uv":[11.125,8.4375,11.0625,8.5],"texture":"#voxels_atlas"},"south":{"uv":[12.75,10.1875,12.875,10.25],"texture":"#voxels_atlas"},"west":{"uv":[11.25,8.4375,11.3125,8.5],"texture":"#voxels_atlas"},"up":{"uv":[13.25,10.25,13.375,10.1875],"texture":"#voxels_atlas"},"down":{"uv":[13.5,10.1875,13.625,10.25],"texture":"#voxels_atlas"}}},{"from":[7,9.75,11],"to":[7.5,10.25,11.25],"faces":{"north":{"uv":[2.75,7,2.625,7.125],"texture":"#voxels_atlas"},"east":{"uv":[5.625,3.125,5.5625,3.25],"texture":"#voxels_atlas"},"south":{"uv":[2.625,6.75,2.75,6.875],"texture":"#voxels_atlas"},"west":{"uv":[5.5625,2.875,5.625,3],"texture":"#voxels_atlas"},"up":{"uv":[10.75,10.25,10.875,10.1875],"texture":"#voxels_atlas"},"down":{"uv":[11,10.1875,11.125,10.25],"texture":"#voxels_atlas"}}},{"from":[7,11,10.5],"to":[7.25,11.25,10.75],"faces":{"north":{"uv":[7.375,1.875,7.3125,1.9375],"texture":"#voxels_atlas"},"east":{"uv":[7.375,2.4375,7.3125,2.5],"texture":"#voxels_atlas"},"south":{"uv":[7.3125,2.0625,7.375,2.125],"texture":"#voxels_atlas"},"west":{"uv":[7.3125,2.25,7.375,2.3125],"texture":"#voxels_atlas"},"up":{"uv":[7.6875,8.5,7.75,8.4375],"texture":"#voxels_atlas"},"down":{"uv":[7.875,8.4375,7.9375,8.5],"texture":"#voxels_atlas"}}},{"from":[7,14.5,9.5],"to":[7.25,14.75,9.75],"faces":{"north":{"uv":[7.375,4.5,7.3125,4.5625],"texture":"#voxels_atlas"},"east":{"uv":[7.375,6.5625,7.3125,6.625],"texture":"#voxels_atlas"},"south":{"uv":[7.3125,4.6875,7.375,4.75],"texture":"#voxels_atlas"},"west":{"uv":[7.3125,6.375,7.375,6.4375],"texture":"#voxels_atlas"},"up":{"uv":[7.3125,4.375,7.375,4.3125],"texture":"#voxels_atlas"},"down":{"uv":[7.3125,4.125,7.375,4.1875],"texture":"#voxels_atlas"}}},{"from":[7.25,0.5,9.5],"to":[8.5,0.75,9.75],"faces":{"north":{"uv":[15.0625,12.625,14.75,12.6875],"texture":"#voxels_atlas"},"east":{"uv":[7.375,6.9375,7.3125,7],"texture":"#voxels_atlas"},"south":{"uv":[3.8125,12.4375,4.125,12.5],"texture":"#voxels_atlas"},"west":{"uv":[7.3125,6.75,7.375,6.8125],"texture":"#voxels_atlas"},"up":{"uv":[14.3125,12.6875,14.625,12.625],"texture":"#voxels_atlas"},"down":{"uv":[13.875,12.625,14.1875,12.6875],"texture":"#voxels_atlas"}}},{"from":[7.25,0.75,9.25],"to":[7.5,1,9.5],"faces":{"north":{"uv":[7.375,7.875,7.3125,7.9375],"texture":"#voxels_atlas"},"east":{"uv":[14.5,8.625,14.4375,8.6875],"texture":"#voxels_atlas"},"south":{"uv":[7.3125,8.0625,7.375,8.125],"texture":"#voxels_atlas"},"west":{"uv":[14.625,8.625,14.6875,8.6875],"texture":"#voxels_atlas"},"up":{"uv":[7.3125,7.75,7.375,7.6875],"texture":"#voxels_atlas"},"down":{"uv":[7.3125,7.5,7.375,7.5625],"texture":"#voxels_atlas"}}},{"from":[7.25,0.75,9.75],"to":[7.5,1,10],"faces":{"north":{"uv":[13.5625,8.625,13.5,8.6875],"texture":"#voxels_atlas"},"east":{"uv":[13,8.625,12.9375,8.6875],"texture":"#voxels_atlas"},"south":{"uv":[13.3125,8.625,13.375,8.6875],"texture":"#voxels_atlas"},"west":{"uv":[13.125,8.625,13.1875,8.6875],"texture":"#voxels_atlas"},"up":{"uv":[14.0625,8.6875,14.125,8.625],"texture":"#voxels_atlas"},"down":{"uv":[14.25,8.625,14.3125,8.6875],"texture":"#voxels_atlas"}}},{"from":[7.25,1.75,9.25],"to":[7.5,2.5,9.5],"faces":{"north":{"uv":[4.8125,9.125,4.75,9.3125],"texture":"#voxels_atlas"},"east":{"uv":[4.8125,8.1875,4.75,8.375],"texture":"#voxels_atlas"},"south":{"uv":[4.75,8.8125,4.8125,9],"texture":"#voxels_atlas"},"west":{"uv":[4.75,8.5,4.8125,8.6875],"texture":"#voxels_atlas"},"up":{"uv":[9.9375,8.6875,10,8.625],"texture":"#voxels_atlas"},"down":{"uv":[10.125,8.625,10.1875,8.6875],"texture":"#voxels_atlas"}}},{"from":[7.25,2,9.75],"to":[7.5,2.25,10],"faces":{"north":{"uv":[7.1875,0.5625,7.125,0.625],"texture":"#voxels_atlas"},"east":{"uv":[7.1875,1.125,7.125,1.1875],"texture":"#voxels_atlas"},"south":{"uv":[7.125,0.75,7.1875,0.8125],"texture":"#voxels_atlas"},"west":{"uv":[7.125,0.9375,7.1875,1],"texture":"#voxels_atlas"},"up":{"uv":[9.5625,8.6875,9.625,8.625],"texture":"#voxels_atlas"},"down":{"uv":[9.75,8.625,9.8125,8.6875],"texture":"#voxels_atlas"}}},{"from":[7.25,3,9.75],"to":[8,3.25,10],"faces":{"north":{"uv":[8.5625,11.125,8.375,11.1875],"texture":"#voxels_atlas"},"east":{"uv":[14.875,8.8125,14.8125,8.875],"texture":"#voxels_atlas"},"south":{"uv":[8.6875,11.125,8.875,11.1875],"texture":"#voxels_atlas"},"west":{"uv":[15,8.8125,15.0625,8.875],"texture":"#voxels_atlas"},"up":{"uv":[8.0625,11.1875,8.25,11.125],"texture":"#voxels_atlas"},"down":{"uv":[7.75,11.125,7.9375,11.1875],"texture":"#voxels_atlas"}}},{"from":[7.25,3.5,9.5],"to":[7.5,3.75,9.75],"faces":{"north":{"uv":[12.4375,8.8125,12.375,8.875],"texture":"#voxels_atlas"},"east":{"uv":[11.875,8.8125,11.8125,8.875],"texture":"#voxels_atlas"},"south":{"uv":[12.1875,8.8125,12.25,8.875],"texture":"#voxels_atlas"},"west":{"uv":[12,8.8125,12.0625,8.875],"texture":"#voxels_atlas"},"up":{"uv":[14.4375,8.875,14.5,8.8125],"texture":"#voxels_atlas"},"down":{"uv":[14.625,8.8125,14.6875,8.875],"texture":"#voxels_atlas"}}},{"from":[7.25,3.5,10],"to":[7.75,3.75,10.25],"faces":{"north":{"uv":[15.0625,10.75,14.9375,10.8125],"texture":"#voxels_atlas"},"east":{"uv":[9.625,8.8125,9.5625,8.875],"texture":"#voxels_atlas"},"south":{"uv":[14.6875,10.75,14.8125,10.8125],"texture":"#voxels_atlas"},"west":{"uv":[9.75,8.8125,9.8125,8.875],"texture":"#voxels_atlas"},"up":{"uv":[10.875,10.625,11,10.5625],"texture":"#voxels_atlas"},"down":{"uv":[11.125,10.5625,11.25,10.625],"texture":"#voxels_atlas"}}},{"from":[7.25,3.75,10],"to":[7.5,4,10.25],"faces":{"north":{"uv":[7.9375,8.8125,7.875,8.875],"texture":"#voxels_atlas"},"east":{"uv":[7.375,8.8125,7.3125,8.875],"texture":"#voxels_atlas"},"south":{"uv":[7.6875,8.8125,7.75,8.875],"texture":"#voxels_atlas"},"west":{"uv":[7.5,8.8125,7.5625,8.875],"texture":"#voxels_atlas"},"up":{"uv":[9.1875,8.875,9.25,8.8125],"texture":"#voxels_atlas"},"down":{"uv":[9.375,8.8125,9.4375,8.875],"texture":"#voxels_atlas"}}},{"from":[7.25,6,9.25],"to":[8.5,7,9.5],"faces":{"north":{"uv":[0.3125,13.5625,0,13.8125],"texture":"#voxels_atlas"},"east":{"uv":[1.9375,6.875,1.875,7.125],"texture":"#voxels_atlas"},"south":{"uv":[0,13.1875,0.3125,13.4375],"texture":"#voxels_atlas"},"west":{"uv":[2.625,0.75,2.6875,1],"texture":"#voxels_atlas"},"up":{"uv":[3.375,13.0625,3.6875,13],"texture":"#voxels_atlas"},"down":{"uv":[3.375,12.4375,3.6875,12.5],"texture":"#voxels_atlas"}}},{"from":[7.25,6,9.75],"to":[8.5,7,10],"faces":{"north":{"uv":[0.3125,14.3125,0,14.5625],"texture":"#voxels_atlas"},"east":{"uv":[2.6875,1.375,2.625,1.625],"texture":"#voxels_atlas"},"south":{"uv":[0,13.9375,0.3125,14.1875],"texture":"#voxels_atlas"},"west":{"uv":[1.875,6.5,1.9375,6.75],"texture":"#voxels_atlas"},"up":{"uv":[7.75,13.0625,8.0625,13],"texture":"#voxels_atlas"},"down":{"uv":[7.3125,13,7.625,13.0625],"texture":"#voxels_atlas"}}},{"from":[7.25,6.5,10.25],"to":[8.5,6.75,10.5],"faces":{"north":{"uv":[5.875,12.4375,5.5625,12.5],"texture":"#voxels_atlas"},"east":{"uv":[7,2.0625,6.9375,2.125],"texture":"#voxels_atlas"},"south":{"uv":[5.125,12.4375,5.4375,12.5],"texture":"#voxels_atlas"},"west":{"uv":[6.9375,1.875,7,1.9375],"texture":"#voxels_atlas"},"up":{"uv":[6,12.5,6.3125,12.4375],"texture":"#voxels_atlas"},"down":{"uv":[6.4375,12.4375,6.75,12.5],"texture":"#voxels_atlas"}}},{"from":[7.25,6.75,9.5],"to":[8.5,7.25,9.75],"faces":{"north":{"uv":[0.3125,3.9375,0,4.0625],"texture":"#voxels_atlas"},"east":{"uv":[5.25,10.5,5.1875,10.625],"texture":"#voxels_atlas"},"south":{"uv":[0,3.6875,0.3125,3.8125],"texture":"#voxels_atlas"},"west":{"uv":[5.1875,10.25,5.25,10.375],"texture":"#voxels_atlas"},"up":{"uv":[4.25,12.5,4.5625,12.4375],"texture":"#voxels_atlas"},"down":{"uv":[4.6875,12.4375,5,12.5],"texture":"#voxels_atlas"}}},{"from":[7.25,7,10.75],"to":[8.5,7.25,11],"faces":{"north":{"uv":[11.5625,12.625,11.25,12.6875],"texture":"#voxels_atlas"},"east":{"uv":[7,2.8125,6.9375,2.875],"texture":"#voxels_atlas"},"south":{"uv":[10.8125,12.625,11.125,12.6875],"texture":"#voxels_atlas"},"west":{"uv":[6.9375,2.625,7,2.6875],"texture":"#voxels_atlas"},"up":{"uv":[13.4375,12.6875,13.75,12.625],"texture":"#voxels_atlas"},"down":{"uv":[15.1875,12.625,15.5,12.6875],"texture":"#voxels_atlas"}}},{"from":[7.25,7.25,11],"to":[8.5,7.5,11.25],"faces":{"north":{"uv":[9.8125,12.625,9.5,12.6875],"texture":"#voxels_atlas"},"east":{"uv":[7,3.1875,6.9375,3.25],"texture":"#voxels_atlas"},"south":{"uv":[6.875,12.625,7.1875,12.6875],"texture":"#voxels_atlas"},"west":{"uv":[6.9375,3,7,3.0625],"texture":"#voxels_atlas"},"up":{"uv":[9.9375,12.6875,10.25,12.625],"texture":"#voxels_atlas"},"down":{"uv":[10.375,12.625,10.6875,12.6875],"texture":"#voxels_atlas"}}},{"from":[7.25,8.5,9.25],"to":[8.5,9,9.5],"faces":{"north":{"uv":[0.3125,3.4375,0,3.5625],"texture":"#voxels_atlas"},"east":{"uv":[5.4375,2.0625,5.375,2.1875],"texture":"#voxels_atlas"},"south":{"uv":[0,3.1875,0.3125,3.3125],"texture":"#voxels_atlas"},"west":{"uv":[5.375,1.8125,5.4375,1.9375],"texture":"#voxels_atlas"},"up":{"uv":[6,12.6875,6.3125,12.625],"texture":"#voxels_atlas"},"down":{"uv":[6.4375,12.625,6.75,12.6875],"texture":"#voxels_atlas"}}},{"from":[7.25,8.5,9.75],"to":[8.5,9,10],"faces":{"north":{"uv":[0.3125,2.9375,0,3.0625],"texture":"#voxels_atlas"},"east":{"uv":[5.4375,4.0625,5.375,4.1875],"texture":"#voxels_atlas"},"south":{"uv":[0,2.6875,0.3125,2.8125],"texture":"#voxels_atlas"},"west":{"uv":[5.375,3.8125,5.4375,3.9375],"texture":"#voxels_atlas"},"up":{"uv":[2.9375,0.875,3.25,0.8125],"texture":"#voxels_atlas"},"down":{"uv":[2.9375,0.625,3.25,0.6875],"texture":"#voxels_atlas"}}},{"from":[7.25,9.25,9],"to":[8.5,9.5,9.25],"faces":{"north":{"uv":[3.25,3.25,2.9375,3.3125],"texture":"#voxels_atlas"},"east":{"uv":[7,4.6875,6.9375,4.75],"texture":"#voxels_atlas"},"south":{"uv":[2.9375,3.4375,3.25,3.5],"texture":"#voxels_atlas"},"west":{"uv":[6.9375,4.5,7,4.5625],"texture":"#voxels_atlas"},"up":{"uv":[2.9375,2.75,3.25,2.6875],"texture":"#voxels_atlas"},"down":{"uv":[2.9375,2.5,3.25,2.5625],"texture":"#voxels_atlas"}}},{"from":[7.25,9.25,10.25],"to":[7.5,9.5,10.5],"faces":{"north":{"uv":[7,5.625,6.9375,5.6875],"texture":"#voxels_atlas"},"east":{"uv":[7,6.1875,6.9375,6.25],"texture":"#voxels_atlas"},"south":{"uv":[6.9375,5.8125,7,5.875],"texture":"#voxels_atlas"},"west":{"uv":[6.9375,6,7,6.0625],"texture":"#voxels_atlas"},"up":{"uv":[6.9375,5.125,7,5.0625],"texture":"#voxels_atlas"},"down":{"uv":[6.9375,4.875,7,4.9375],"texture":"#voxels_atlas"}}},{"from":[7.25,9.75,9.25],"to":[7.75,10,9.5],"faces":{"north":{"uv":[5.0625,4.75,4.9375,4.8125],"texture":"#voxels_atlas"},"east":{"uv":[7,7.6875,6.9375,7.75],"texture":"#voxels_atlas"},"south":{"uv":[4.9375,5.6875,5.0625,5.75],"texture":"#voxels_atlas"},"west":{"uv":[6.9375,7.5,7,7.5625],"texture":"#voxels_atlas"},"up":{"uv":[5.1875,10.8125,5.3125,10.75],"texture":"#voxels_atlas"},"down":{"uv":[5.4375,10.75,5.5625,10.8125],"texture":"#voxels_atlas"}}},{"from":[7.25,9.75,9.75],"to":[7.75,10,10],"faces":{"north":{"uv":[11.1875,10.375,11.0625,10.4375],"texture":"#voxels_atlas"},"east":{"uv":[7,8.8125,6.9375,8.875],"texture":"#voxels_atlas"},"south":{"uv":[10.8125,10.375,10.9375,10.4375],"texture":"#voxels_atlas"},"west":{"uv":[6.9375,8.625,7,8.6875],"texture":"#voxels_atlas"},"up":{"uv":[11.3125,10.4375,11.4375,10.375],"texture":"#voxels_atlas"},"down":{"uv":[11.5625,10.375,11.6875,10.4375],"texture":"#voxels_atlas"}}},{"from":[7.25,10.75,9.5],"to":[8.5,12,9.75],"faces":{"north":{"uv":[0.3125,15.125,0,15.4375],"texture":"#voxels_atlas"},"east":{"uv":[0.3125,6.875,0.25,7.1875],"texture":"#voxels_atlas"},"south":{"uv":[0,14.6875,0.3125,15],"texture":"#voxels_atlas"},"west":{"uv":[0.25,6.4375,0.3125,6.75],"texture":"#voxels_atlas"},"up":{"uv":[3.8125,13.0625,4.125,13],"texture":"#voxels_atlas"},"down":{"uv":[12.5625,12.8125,12.875,12.875],"texture":"#voxels_atlas"}}},{"from":[7.25,11,9.25],"to":[8.5,11.5,9.5],"faces":{"north":{"uv":[0.3125,5.6875,0,5.8125],"texture":"#voxels_atlas"},"east":{"uv":[0.875,7.9375,0.8125,8.0625],"texture":"#voxels_atlas"},"south":{"uv":[0,5.4375,0.3125,5.5625],"texture":"#voxels_atlas"},"west":{"uv":[0.8125,7.3125,0.875,7.4375],"texture":"#voxels_atlas"},"up":{"uv":[11.6875,13.0625,12,13],"texture":"#voxels_atlas"},"down":{"uv":[12.125,13,12.4375,13.0625],"texture":"#voxels_atlas"}}},{"from":[7.25,11,9.75],"to":[8.5,11.5,10],"faces":{"north":{"uv":[0.3125,5.1875,0,5.3125],"texture":"#voxels_atlas"},"east":{"uv":[5.4375,1.0625,5.375,1.1875],"texture":"#voxels_atlas"},"south":{"uv":[0,4.9375,0.3125,5.0625],"texture":"#voxels_atlas"},"west":{"uv":[5.375,0.8125,5.4375,0.9375],"texture":"#voxels_atlas"},"up":{"uv":[8.1875,13.0625,8.5,13],"texture":"#voxels_atlas"},"down":{"uv":[8.625,13,8.9375,13.0625],"texture":"#voxels_atlas"}}},{"from":[7.25,14.75,9.5],"to":[7.5,15,9.75],"faces":{"north":{"uv":[6.8125,3.1875,6.75,3.25],"texture":"#voxels_atlas"},"east":{"uv":[6.8125,3.75,6.75,3.8125],"texture":"#voxels_atlas"},"south":{"uv":[6.75,3.375,6.8125,3.4375],"texture":"#voxels_atlas"},"west":{"uv":[6.75,3.5625,6.8125,3.625],"texture":"#voxels_atlas"},"up":{"uv":[6.75,0.8125,6.8125,0.75],"texture":"#voxels_atlas"},"down":{"uv":[6.75,0.5625,6.8125,0.625],"texture":"#voxels_atlas"}}},{"from":[7.5,0.25,9.5],"to":[8.25,0.5,9.75],"faces":{"north":{"uv":[9.8125,11.125,9.625,11.1875],"texture":"#voxels_atlas"},"east":{"uv":[6.8125,4.5,6.75,4.5625],"texture":"#voxels_atlas"},"south":{"uv":[9.9375,11.125,10.125,11.1875],"texture":"#voxels_atlas"},"west":{"uv":[6.75,4.3125,6.8125,4.375],"texture":"#voxels_atlas"},"up":{"uv":[9.3125,11.1875,9.5,11.125],"texture":"#voxels_atlas"},"down":{"uv":[9,11.125,9.1875,11.1875],"texture":"#voxels_atlas"}}},{"from":[7.5,0.5,9.25],"to":[8.25,0.75,9.5],"faces":{"north":{"uv":[11.0625,11.125,10.875,11.1875],"texture":"#voxels_atlas"},"east":{"uv":[6.8125,4.875,6.75,4.9375],"texture":"#voxels_atlas"},"south":{"uv":[11.1875,11.125,11.375,11.1875],"texture":"#voxels_atlas"},"west":{"uv":[6.75,4.6875,6.8125,4.75],"texture":"#voxels_atlas"},"up":{"uv":[10.5625,11.1875,10.75,11.125],"texture":"#voxels_atlas"},"down":{"uv":[10.25,11.125,10.4375,11.1875],"texture":"#voxels_atlas"}}},{"from":[7.5,0.5,9.75],"to":[8.25,0.75,10],"faces":{"north":{"uv":[12.3125,11.125,12.125,11.1875],"texture":"#voxels_atlas"},"east":{"uv":[6.8125,5.625,6.75,5.6875],"texture":"#voxels_atlas"},"south":{"uv":[12.4375,11.125,12.625,11.1875],"texture":"#voxels_atlas"},"west":{"uv":[6.75,5.4375,6.8125,5.5],"texture":"#voxels_atlas"},"up":{"uv":[11.8125,11.1875,12,11.125],"texture":"#voxels_atlas"},"down":{"uv":[11.5,11.125,11.6875,11.1875],"texture":"#voxels_atlas"}}},{"from":[7.5,2,9.5],"to":[7.75,2.5,9.75],"faces":{"north":{"uv":[4.8125,1.1875,4.75,1.3125],"texture":"#voxels_atlas"},"east":{"uv":[4.8125,5.4375,4.75,5.5625],"texture":"#voxels_atlas"},"south":{"uv":[4.75,1.4375,4.8125,1.5625],"texture":"#voxels_atlas"},"west":{"uv":[4.75,5.1875,4.8125,5.3125],"texture":"#voxels_atlas"},"up":{"uv":[6.75,6.0625,6.8125,6],"texture":"#voxels_atlas"},"down":{"uv":[6.75,5.8125,6.8125,5.875],"texture":"#voxels_atlas"}}},{"from":[7.5,2.25,9.25],"to":[7.75,2.75,9.5],"faces":{"north":{"uv":[5.4375,2.3125,5.375,2.4375],"texture":"#voxels_atlas"},"east":{"uv":[5.8125,8.6875,5.75,8.8125],"texture":"#voxels_atlas"},"south":{"uv":[5.375,2.5625,5.4375,2.6875],"texture":"#voxels_atlas"},"west":{"uv":[5.75,5.4375,5.8125,5.5625],"texture":"#voxels_atlas"},"up":{"uv":[9.1875,9.25,9.25,9.1875],"texture":"#voxels_atlas"},"down":{"uv":[9.375,9.1875,9.4375,9.25],"texture":"#voxels_atlas"}}},{"from":[7.5,2.5,9],"to":[7.75,2.75,9.25],"faces":{"north":{"uv":[11.3125,8.625,11.25,8.6875],"texture":"#voxels_atlas"},"east":{"uv":[10.75,8.625,10.6875,8.6875],"texture":"#voxels_atlas"},"south":{"uv":[11.0625,8.625,11.125,8.6875],"texture":"#voxels_atlas"},"west":{"uv":[10.875,8.625,10.9375,8.6875],"texture":"#voxels_atlas"},"up":{"uv":[12.75,8.3125,12.8125,8.25],"texture":"#voxels_atlas"},"down":{"uv":[7.6875,7.6875,7.75,7.75],"texture":"#voxels_atlas"}}},{"from":[7.5,2.75,9.75],"to":[8,3,10],"faces":{"north":{"uv":[8.125,10.1875,8,10.25],"texture":"#voxels_atlas"},"east":{"uv":[7.1875,2.625,7.125,2.6875],"texture":"#voxels_atlas"},"south":{"uv":[7.75,10.1875,7.875,10.25],"texture":"#voxels_atlas"},"west":{"uv":[7.125,2.4375,7.1875,2.5],"texture":"#voxels_atlas"},"up":{"uv":[8.25,10.25,8.375,10.1875],"texture":"#voxels_atlas"},"down":{"uv":[8.5,10.1875,8.625,10.25],"texture":"#voxels_atlas"}}},{"from":[7.5,3,9.5],"to":[8,3.25,9.75],"faces":{"north":{"uv":[6,10.5625,5.875,10.625],"texture":"#voxels_atlas"},"east":{"uv":[13,8.8125,12.9375,8.875],"texture":"#voxels_atlas"},"south":{"uv":[5.625,10.5625,5.75,10.625],"texture":"#voxels_atlas"},"west":{"uv":[13.125,8.8125,13.1875,8.875],"texture":"#voxels_atlas"},"up":{"uv":[7.25,10.25,7.375,10.1875],"texture":"#voxels_atlas"},"down":{"uv":[7.5,10.1875,7.625,10.25],"texture":"#voxels_atlas"}}},{"from":[7.5,3.25,9.5],"to":[7.75,3.5,9.75],"faces":{"north":{"uv":[9.4375,5.0625,9.375,5.125],"texture":"#voxels_atlas"},"east":{"uv":[12.625,6.5625,12.5625,6.625],"texture":"#voxels_atlas"},"south":{"uv":[9.375,5.25,9.4375,5.3125],"texture":"#voxels_atlas"},"west":{"uv":[12.75,6.5625,12.8125,6.625],"texture":"#voxels_atlas"},"up":{"uv":[12.1875,9.0625,12.25,9],"texture":"#voxels_atlas"},"down":{"uv":[12.375,9,12.4375,9.0625],"texture":"#voxels_atlas"}}},{"from":[7.5,3.25,10],"to":[7.75,3.5,10.25],"faces":{"north":{"uv":[15.0625,9.1875,15,9.25],"texture":"#voxels_atlas"},"east":{"uv":[13.75,8.8125,13.6875,8.875],"texture":"#voxels_atlas"},"south":{"uv":[14.8125,9.1875,14.875,9.25],"texture":"#voxels_atlas"},"west":{"uv":[13.875,8.8125,13.9375,8.875],"texture":"#voxels_atlas"},"up":{"uv":[7.125,4.9375,7.1875,4.875],"texture":"#voxels_atlas"},"down":{"uv":[7.125,4.6875,7.1875,4.75],"texture":"#voxels_atlas"}}},{"from":[7.5,5,9.5],"to":[8.25,5.25,9.75],"faces":{"north":{"uv":[13.5625,11.125,13.375,11.1875],"texture":"#voxels_atlas"},"east":{"uv":[7,9.1875,6.9375,9.25],"texture":"#voxels_atlas"},"south":{"uv":[13.6875,11.125,13.875,11.1875],"texture":"#voxels_atlas"},"west":{"uv":[7.125,9.1875,7.1875,9.25],"texture":"#voxels_atlas"},"up":{"uv":[13.0625,11.1875,13.25,11.125],"texture":"#voxels_atlas"},"down":{"uv":[12.75,11.125,12.9375,11.1875],"texture":"#voxels_atlas"}}},{"from":[7.5,5.5,9.25],"to":[8.25,6,9.5],"faces":{"north":{"uv":[2.25,1.1875,2.0625,1.3125],"texture":"#voxels_atlas"},"east":{"uv":[5.4375,8.5625,5.375,8.6875],"texture":"#voxels_atlas"},"south":{"uv":[2.0625,3.75,2.25,3.875],"texture":"#voxels_atlas"},"west":{"uv":[5.375,8.8125,5.4375,8.9375],"texture":"#voxels_atlas"},"up":{"uv":[14.3125,11.1875,14.5,11.125],"texture":"#voxels_atlas"},"down":{"uv":[14,11.125,14.1875,11.1875],"texture":"#voxels_atlas"}}},{"from":[7.5,5.5,9.75],"to":[8.25,6,10],"faces":{"north":{"uv":[8.5625,13.375,8.375,13.5],"texture":"#voxels_atlas"},"east":{"uv":[5.625,7.375,5.5625,7.5],"texture":"#voxels_atlas"},"south":{"uv":[8.6875,13.375,8.875,13.5],"texture":"#voxels_atlas"},"west":{"uv":[5.5625,7.625,5.625,7.75],"texture":"#voxels_atlas"},"up":{"uv":[15.25,11.1875,15.4375,11.125],"texture":"#voxels_atlas"},"down":{"uv":[14.9375,11.125,15.125,11.1875],"texture":"#voxels_atlas"}}},{"from":[7.5,6,9],"to":[8.25,6.75,9.25],"faces":{"north":{"uv":[0.1875,2.125,0,2.3125],"texture":"#voxels_atlas"},"east":{"uv":[4.8125,7.5625,4.75,7.75],"texture":"#voxels_atlas"},"south":{"uv":[0,1.8125,0.1875,2],"texture":"#voxels_atlas"},"west":{"uv":[4.75,7.875,4.8125,8.0625],"texture":"#voxels_atlas"},"up":{"uv":[4.9375,11,5.125,10.9375],"texture":"#voxels_atlas"},"down":{"uv":[15.5625,11.125,15.75,11.1875],"texture":"#voxels_atlas"}}},{"from":[7.5,6,10],"to":[8.25,6.75,10.25],"faces":{"north":{"uv":[0.1875,1.5,0,1.6875],"texture":"#voxels_atlas"},"east":{"uv":[4.8125,6.9375,4.75,7.125],"texture":"#voxels_atlas"},"south":{"uv":[0,1.1875,0.1875,1.375],"texture":"#voxels_atlas"},"west":{"uv":[4.75,7.25,4.8125,7.4375],"texture":"#voxels_atlas"},"up":{"uv":[5.5625,11,5.75,10.9375],"texture":"#voxels_atlas"},"down":{"uv":[5.25,10.9375,5.4375,11],"texture":"#voxels_atlas"}}},{"from":[7.5,6,10.5],"to":[8.25,6.25,10.75],"faces":{"north":{"uv":[6.6875,10.9375,6.5,11],"texture":"#voxels_atlas"},"east":{"uv":[7.5625,9.1875,7.5,9.25],"texture":"#voxels_atlas"},"south":{"uv":[6.8125,10.9375,7,11],"texture":"#voxels_atlas"},"west":{"uv":[7.3125,9.1875,7.375,9.25],"texture":"#voxels_atlas"},"up":{"uv":[6.1875,11,6.375,10.9375],"texture":"#voxels_atlas"},"down":{"uv":[5.875,10.9375,6.0625,11],"texture":"#voxels_atlas"}}},{"from":[7.5,6.25,10.25],"to":[8.25,6.5,10.5],"faces":{"north":{"uv":[7.9375,10.9375,7.75,11],"texture":"#voxels_atlas"},"east":{"uv":[6.8125,2.8125,6.75,2.875],"texture":"#voxels_atlas"},"south":{"uv":[8.0625,10.9375,8.25,11],"texture":"#voxels_atlas"},"west":{"uv":[6.75,3,6.8125,3.0625],"texture":"#voxels_atlas"},"up":{"uv":[7.4375,11,7.625,10.9375],"texture":"#voxels_atlas"},"down":{"uv":[7.125,10.9375,7.3125,11],"texture":"#voxels_atlas"}}},{"from":[7.5,6.75,10.75],"to":[8.25,7,11],"faces":{"north":{"uv":[9.1875,10.9375,9,11],"texture":"#voxels_atlas"},"east":{"uv":[9.0625,8.625,9,8.6875],"texture":"#voxels_atlas"},"south":{"uv":[9.3125,10.9375,9.5,11],"texture":"#voxels_atlas"},"west":{"uv":[8.8125,8.625,8.875,8.6875],"texture":"#voxels_atlas"},"up":{"uv":[8.6875,11,8.875,10.9375],"texture":"#voxels_atlas"},"down":{"uv":[8.375,10.9375,8.5625,11],"texture":"#voxels_atlas"}}},{"from":[7.5,7,9.25],"to":[8.25,7.25,9.5],"faces":{"north":{"uv":[10.4375,10.9375,10.25,11],"texture":"#voxels_atlas"},"east":{"uv":[12.0625,9.1875,12,9.25],"texture":"#voxels_atlas"},"south":{"uv":[10.5625,10.9375,10.75,11],"texture":"#voxels_atlas"},"west":{"uv":[11.8125,9.1875,11.875,9.25],"texture":"#voxels_atlas"},"up":{"uv":[9.9375,11,10.125,10.9375],"texture":"#voxels_atlas"},"down":{"uv":[9.625,10.9375,9.8125,11],"texture":"#voxels_atlas"}}},{"from":[7.5,7,9.75],"to":[8.25,7.25,10],"faces":{"north":{"uv":[11.6875,10.9375,11.5,11],"texture":"#voxels_atlas"},"east":{"uv":[15.8125,9.1875,15.75,9.25],"texture":"#voxels_atlas"},"south":{"uv":[11.8125,10.9375,12,11],"texture":"#voxels_atlas"},"west":{"uv":[15.5625,9.1875,15.625,9.25],"texture":"#voxels_atlas"},"up":{"uv":[11.1875,11,11.375,10.9375],"texture":"#voxels_atlas"},"down":{"uv":[10.875,10.9375,11.0625,11],"texture":"#voxels_atlas"}}},{"from":[7.5,7,11],"to":[8.25,7.25,11.25],"faces":{"north":{"uv":[7.125,12.0625,6.9375,12.125],"texture":"#voxels_atlas"},"east":{"uv":[14.3125,9,14.25,9.0625],"texture":"#voxels_atlas"},"south":{"uv":[7.25,12.0625,7.4375,12.125],"texture":"#voxels_atlas"},"west":{"uv":[14.0625,9,14.125,9.0625],"texture":"#voxels_atlas"},"up":{"uv":[6.625,12.125,6.8125,12.0625],"texture":"#voxels_atlas"},"down":{"uv":[12.125,10.9375,12.3125,11],"texture":"#voxels_atlas"}}},{"from":[7.5,7.25,9.75],"to":[7.75,7.5,10],"faces":{"north":{"uv":[7,8.4375,6.9375,8.5],"texture":"#voxels_atlas"},"east":{"uv":[9.0625,8.8125,9,8.875],"texture":"#voxels_atlas"},"south":{"uv":[6.9375,8.25,7,8.3125],"texture":"#voxels_atlas"},"west":{"uv":[8.8125,8.8125,8.875,8.875],"texture":"#voxels_atlas"},"up":{"uv":[15.375,9.0625,15.4375,9],"texture":"#voxels_atlas"},"down":{"uv":[15.1875,9,15.25,9.0625],"texture":"#voxels_atlas"}}},{"from":[7.5,8.75,9],"to":[8.25,9.25,9.25],"faces":{"north":{"uv":[2.25,3.0625,2.0625,3.1875],"texture":"#voxels_atlas"},"east":{"uv":[5.625,4.375,5.5625,4.5],"texture":"#voxels_atlas"},"south":{"uv":[12.6875,13.375,12.875,13.5],"texture":"#voxels_atlas"},"west":{"uv":[5.5625,4.625,5.625,4.75],"texture":"#voxels_atlas"},"up":{"uv":[8.5,12.125,8.6875,12.0625],"texture":"#voxels_atlas"},"down":{"uv":[7.5625,12.0625,7.75,12.125],"texture":"#voxels_atlas"}}},{"from":[7.5,8.75,10],"to":[8.25,9.75,10.25],"faces":{"north":{"uv":[0.1875,7.5625,0,7.8125],"texture":"#voxels_atlas"},"east":{"uv":[2.6875,5.625,2.625,5.875],"texture":"#voxels_atlas"},"south":{"uv":[0,8.875,0.1875,9.125],"texture":"#voxels_atlas"},"west":{"uv":[1.875,3.875,1.9375,4.125],"texture":"#voxels_atlas"},"up":{"uv":[9.125,12.125,9.3125,12.0625],"texture":"#voxels_atlas"},"down":{"uv":[8.8125,12.0625,9,12.125],"texture":"#voxels_atlas"}}},{"from":[7.5,9.5,9],"to":[8.25,9.75,9.25],"faces":{"north":{"uv":[10.25,12.0625,10.0625,12.125],"texture":"#voxels_atlas"},"east":{"uv":[8.3125,9.1875,8.25,9.25],"texture":"#voxels_atlas"},"south":{"uv":[10.375,12.0625,10.5625,12.125],"texture":"#voxels_atlas"},"west":{"uv":[8.0625,9.1875,8.125,9.25],"texture":"#voxels_atlas"},"up":{"uv":[9.75,12.125,9.9375,12.0625],"texture":"#voxels_atlas"},"down":{"uv":[9.4375,12.0625,9.625,12.125],"texture":"#voxels_atlas"}}},{"from":[7.5,9.5,11],"to":[7.75,9.75,11.25],"faces":{"north":{"uv":[10.75,9.1875,10.6875,9.25],"texture":"#voxels_atlas"},"east":{"uv":[11.3125,9.1875,11.25,9.25],"texture":"#voxels_atlas"},"south":{"uv":[10.875,9.1875,10.9375,9.25],"texture":"#voxels_atlas"},"west":{"uv":[11.0625,9.1875,11.125,9.25],"texture":"#voxels_atlas"},"up":{"uv":[8.625,9.25,8.6875,9.1875],"texture":"#voxels_atlas"},"down":{"uv":[8.4375,9.1875,8.5,9.25],"texture":"#voxels_atlas"}}},{"from":[7.5,10,9.25],"to":[8.25,10.25,9.5],"faces":{"north":{"uv":[12.75,12.0625,12.5625,12.125],"texture":"#voxels_atlas"},"east":{"uv":[14.6875,9.1875,14.625,9.25],"texture":"#voxels_atlas"},"south":{"uv":[14.125,12.0625,14.3125,12.125],"texture":"#voxels_atlas"},"west":{"uv":[14.4375,9.1875,14.5,9.25],"texture":"#voxels_atlas"},"up":{"uv":[12.25,12.125,12.4375,12.0625],"texture":"#voxels_atlas"},"down":{"uv":[10.6875,12.0625,10.875,12.125],"texture":"#voxels_atlas"}}},{"from":[7.5,10,9.75],"to":[8.25,10.25,10],"faces":{"north":{"uv":[4.4375,11.875,4.25,11.9375],"texture":"#voxels_atlas"},"east":{"uv":[6.8125,8.8125,6.75,8.875],"texture":"#voxels_atlas"},"south":{"uv":[4.5625,11.875,4.75,11.9375],"texture":"#voxels_atlas"},"west":{"uv":[6.75,9,6.8125,9.0625],"texture":"#voxels_atlas"},"up":{"uv":[3.9375,11.9375,4.125,11.875],"texture":"#voxels_atlas"},"down":{"uv":[14.4375,12.0625,14.625,12.125],"texture":"#voxels_atlas"}}},{"from":[7.5,10.25,9.5],"to":[8.25,10.75,9.75],"faces":{"north":{"uv":[3.125,13.375,2.9375,13.5],"texture":"#voxels_atlas"},"east":{"uv":[5.25,2.25,5.1875,2.375],"texture":"#voxels_atlas"},"south":{"uv":[2.625,13.375,2.8125,13.5],"texture":"#voxels_atlas"},"west":{"uv":[5.1875,2.5,5.25,2.625],"texture":"#voxels_atlas"},"up":{"uv":[5.1875,11.9375,5.375,11.875],"texture":"#voxels_atlas"},"down":{"uv":[4.875,11.875,5.0625,11.9375],"texture":"#voxels_atlas"}}},{"from":[7.5,10.75,9.25],"to":[8.25,11,9.5],"faces":{"north":{"uv":[6.3125,11.875,6.125,11.9375],"texture":"#voxels_atlas"},"east":{"uv":[15.0625,9,15,9.0625],"texture":"#voxels_atlas"},"south":{"uv":[6.4375,11.875,6.625,11.9375],"texture":"#voxels_atlas"},"west":{"uv":[14.8125,9,14.875,9.0625],"texture":"#voxels_atlas"},"up":{"uv":[5.8125,11.9375,6,11.875],"texture":"#voxels_atlas"},"down":{"uv":[5.5,11.875,5.6875,11.9375],"texture":"#voxels_atlas"}}},{"from":[7.5,10.75,9.75],"to":[8.25,11,10],"faces":{"north":{"uv":[7.5625,11.875,7.375,11.9375],"texture":"#voxels_atlas"},"east":{"uv":[8.6875,8.8125,8.625,8.875],"texture":"#voxels_atlas"},"south":{"uv":[7.6875,11.875,7.875,11.9375],"texture":"#voxels_atlas"},"west":{"uv":[8.4375,8.8125,8.5,8.875],"texture":"#voxels_atlas"},"up":{"uv":[7.0625,11.9375,7.25,11.875],"texture":"#voxels_atlas"},"down":{"uv":[6.75,11.875,6.9375,11.9375],"texture":"#voxels_atlas"}}},{"from":[7.5,11,9],"to":[8.25,11.5,9.25],"faces":{"north":{"uv":[2.25,0.1875,2.0625,0.3125],"texture":"#voxels_atlas"},"east":{"uv":[5.25,4.75,5.1875,4.875],"texture":"#voxels_atlas"},"south":{"uv":[2.0625,2.1875,2.25,2.3125],"texture":"#voxels_atlas"},"west":{"uv":[5.1875,6,5.25,6.125],"texture":"#voxels_atlas"},"up":{"uv":[8.3125,11.9375,8.5,11.875],"texture":"#voxels_atlas"},"down":{"uv":[8,11.875,8.1875,11.9375],"texture":"#voxels_atlas"}}},{"from":[7.5,11,10],"to":[8.25,11.5,10.25],"faces":{"north":{"uv":[2.25,2.4375,2.0625,2.5625],"texture":"#voxels_atlas"},"east":{"uv":[5.625,4.875,5.5625,5],"texture":"#voxels_atlas"},"south":{"uv":[2.0625,3.5,2.25,3.625],"texture":"#voxels_atlas"},"west":{"uv":[5.5625,5.125,5.625,5.25],"texture":"#voxels_atlas"},"up":{"uv":[8.9375,11.9375,9.125,11.875],"texture":"#voxels_atlas"},"down":{"uv":[8.625,11.875,8.8125,11.9375],"texture":"#voxels_atlas"}}},{"from":[7.5,11.5,9.25],"to":[8.25,12.5,9.5],"faces":{"north":{"uv":[0.1875,9.25,0,9.5],"texture":"#voxels_atlas"},"east":{"uv":[1.9375,1.625,1.875,1.875],"texture":"#voxels_atlas"},"south":{"uv":[0,9.9375,0.1875,10.1875],"texture":"#voxels_atlas"},"west":{"uv":[1.875,1.25,1.9375,1.5],"texture":"#voxels_atlas"},"up":{"uv":[9.5625,11.9375,9.75,11.875],"texture":"#voxels_atlas"},"down":{"uv":[9.25,11.875,9.4375,11.9375],"texture":"#voxels_atlas"}}},{"from":[7.5,11.5,9.75],"to":[8.25,12.5,10],"faces":{"north":{"uv":[0.1875,11,0,11.25],"texture":"#voxels_atlas"},"east":{"uv":[1.9375,2.375,1.875,2.625],"texture":"#voxels_atlas"},"south":{"uv":[0,10.625,0.1875,10.875],"texture":"#voxels_atlas"},"west":{"uv":[1.875,2,1.9375,2.25],"texture":"#voxels_atlas"},"up":{"uv":[10.1875,11.9375,10.375,11.875],"texture":"#voxels_atlas"},"down":{"uv":[9.875,11.875,10.0625,11.9375],"texture":"#voxels_atlas"}}},{"from":[7.5,12,9.5],"to":[8.25,13.25,9.75],"faces":{"north":{"uv":[0.1875,11.6875,0,12],"texture":"#voxels_atlas"},"east":{"uv":[1.9375,9,1.875,9.3125],"texture":"#voxels_atlas"},"south":{"uv":[0,12.75,0.1875,13.0625],"texture":"#voxels_atlas"},"west":{"uv":[1.875,7.25,1.9375,7.5625],"texture":"#voxels_atlas"},"up":{"uv":[10.8125,11.9375,11,11.875],"texture":"#voxels_atlas"},"down":{"uv":[10.5,11.875,10.6875,11.9375],"texture":"#voxels_atlas"}}},{"from":[7.5,15,9.5],"to":[7.75,15.25,9.75],"faces":{"north":{"uv":[12.25,8.625,12.1875,8.6875],"texture":"#voxels_atlas"},"east":{"uv":[15.4375,8.625,15.375,8.6875],"texture":"#voxels_atlas"},"south":{"uv":[12.375,8.625,12.4375,8.6875],"texture":"#voxels_atlas"},"west":{"uv":[15.1875,8.625,15.25,8.6875],"texture":"#voxels_atlas"},"up":{"uv":[12,8.6875,12.0625,8.625],"texture":"#voxels_atlas"},"down":{"uv":[11.8125,8.625,11.875,8.6875],"texture":"#voxels_atlas"}}},{"from":[7.75,0,9.5],"to":[8,0.25,9.75],"faces":{"north":{"uv":[9.25,8.4375,9.1875,8.5],"texture":"#voxels_atlas"},"east":{"uv":[14.125,8.4375,14.0625,8.5],"texture":"#voxels_atlas"},"south":{"uv":[9.375,8.4375,9.4375,8.5],"texture":"#voxels_atlas"},"west":{"uv":[13.875,8.4375,13.9375,8.5],"texture":"#voxels_atlas"},"up":{"uv":[15.75,8.6875,15.8125,8.625],"texture":"#voxels_atlas"},"down":{"uv":[15.5625,8.625,15.625,8.6875],"texture":"#voxels_atlas"}}},{"from":[7.75,0.25,9.25],"to":[8,0.5,9.5],"faces":{"north":{"uv":[14.6875,8.4375,14.625,8.5],"texture":"#voxels_atlas"},"east":{"uv":[15.625,8.4375,15.5625,8.5],"texture":"#voxels_atlas"},"south":{"uv":[15.1875,8.4375,15.25,8.5],"texture":"#voxels_atlas"},"west":{"uv":[15.375,8.4375,15.4375,8.5],"texture":"#voxels_atlas"},"up":{"uv":[14.4375,8.5,14.5,8.4375],"texture":"#voxels_atlas"},"down":{"uv":[14.25,8.4375,14.3125,8.5],"texture":"#voxels_atlas"}}},{"from":[7.75,0.25,9.75],"to":[8,0.5,10],"faces":{"north":{"uv":[11.3125,8.25,11.25,8.3125],"texture":"#voxels_atlas"},"east":{"uv":[12.25,8.25,12.1875,8.3125],"texture":"#voxels_atlas"},"south":{"uv":[11.4375,8.25,11.5,8.3125],"texture":"#voxels_atlas"},"west":{"uv":[11.625,8.25,11.6875,8.3125],"texture":"#voxels_atlas"},"up":{"uv":[11.0625,8.3125,11.125,8.25],"texture":"#voxels_atlas"},"down":{"uv":[15.75,8.4375,15.8125,8.5],"texture":"#voxels_atlas"}}},{"from":[7.75,2.5,9.25],"to":[8,3.5,9.5],"faces":{"north":{"uv":[1.9375,2.75,1.875,3],"texture":"#voxels_atlas"},"east":{"uv":[1.9375,4.25,1.875,4.5],"texture":"#voxels_atlas"},"south":{"uv":[1.875,3.125,1.9375,3.375],"texture":"#voxels_atlas"},"west":{"uv":[1.875,3.5,1.9375,3.75],"texture":"#voxels_atlas"},"up":{"uv":[12.5625,8.3125,12.625,8.25],"texture":"#voxels_atlas"},"down":{"uv":[12.375,8.25,12.4375,8.3125],"texture":"#voxels_atlas"}}},{"from":[7.75,2.5,9.5],"to":[8,2.75,10],"faces":{"north":{"uv":[7.75,2.25,7.6875,2.3125],"texture":"#voxels_atlas"},"east":{"uv":[10.0625,10,9.9375,10.0625],"texture":"#voxels_atlas"},"south":{"uv":[7.6875,0.5625,7.75,0.625],"texture":"#voxels_atlas"},"west":{"uv":[9.6875,10,9.8125,10.0625],"texture":"#voxels_atlas"},"up":{"uv":[5.75,5.0625,5.8125,4.9375],"texture":"#voxels_atlas"},"down":{"uv":[5.75,5.1875,5.8125,5.3125],"texture":"#voxels_atlas"}}},{"from":[7.75,2.75,9],"to":[8,3.25,9.25],"faces":{"north":{"uv":[5.8125,4.6875,5.75,4.8125],"texture":"#voxels_atlas"},"east":{"uv":[5.8125,1.9375,5.75,2.0625],"texture":"#voxels_atlas"},"south":{"uv":[5.75,4.4375,5.8125,4.5625],"texture":"#voxels_atlas"},"west":{"uv":[5.75,4.1875,5.8125,4.3125],"texture":"#voxels_atlas"},"up":{"uv":[8.4375,8.125,8.5,8.0625],"texture":"#voxels_atlas"},"down":{"uv":[7.875,8.0625,7.9375,8.125],"texture":"#voxels_atlas"}}},{"from":[7.75,2.75,10],"to":[8,3,10.25],"faces":{"north":{"uv":[15.0625,8.0625,15,8.125],"texture":"#voxels_atlas"},"east":{"uv":[7.9375,7.125,7.875,7.1875],"texture":"#voxels_atlas"},"south":{"uv":[7.875,7.5,7.9375,7.5625],"texture":"#voxels_atlas"},"west":{"uv":[7.875,7.3125,7.9375,7.375],"texture":"#voxels_atlas"},"up":{"uv":[14.8125,8.125,14.875,8.0625],"texture":"#voxels_atlas"},"down":{"uv":[14.625,8.0625,14.6875,8.125],"texture":"#voxels_atlas"}}},{"from":[7.75,4.5,9.5],"to":[8,5,9.75],"faces":{"north":{"uv":[5.8125,1.6875,5.75,1.8125],"texture":"#voxels_atlas"},"east":{"uv":[6,7.25,5.9375,7.375],"texture":"#voxels_atlas"},"south":{"uv":[5.75,1.4375,5.8125,1.5625],"texture":"#voxels_atlas"},"west":{"uv":[5.75,1.1875,5.8125,1.3125],"texture":"#voxels_atlas"},"up":{"uv":[7.875,6.4375,7.9375,6.375],"texture":"#voxels_atlas"},"down":{"uv":[7.875,6.9375,7.9375,7],"texture":"#voxels_atlas"}}},{"from":[7.75,5,9.25],"to":[8,5.5,9.5],"faces":{"north":{"uv":[6,7,5.9375,7.125],"texture":"#voxels_atlas"},"east":{"uv":[6,6.25,5.9375,6.375],"texture":"#voxels_atlas"},"south":{"uv":[5.9375,6.75,6,6.875],"texture":"#voxels_atlas"},"west":{"uv":[5.9375,6.5,6,6.625],"texture":"#voxels_atlas"},"up":{"uv":[10.6875,7.75,10.75,7.6875],"texture":"#voxels_atlas"},"down":{"uv":[10.5,7.6875,10.5625,7.75],"texture":"#voxels_atlas"}}},{"from":[7.75,5,9.75],"to":[8,5.5,10],"faces":{"north":{"uv":[6,6,5.9375,6.125],"texture":"#voxels_atlas"},"east":{"uv":[6,3.75,5.9375,3.875],"texture":"#voxels_atlas"},"south":{"uv":[5.9375,5.75,6,5.875],"texture":"#voxels_atlas"},"west":{"uv":[5.9375,5.5,6,5.625],"texture":"#voxels_atlas"},"up":{"uv":[8.25,5.3125,8.3125,5.25],"texture":"#voxels_atlas"},"down":{"uv":[15,7.6875,15.0625,7.75],"texture":"#voxels_atlas"}}},{"from":[7.75,5.5,9],"to":[8,6,9.25],"faces":{"north":{"uv":[6,3,5.9375,3.125],"texture":"#voxels_atlas"},"east":{"uv":[6,2.25,5.9375,2.375],"texture":"#voxels_atlas"},"south":{"uv":[5.9375,2.75,6,2.875],"texture":"#voxels_atlas"},"west":{"uv":[5.9375,2.5,6,2.625],"texture":"#voxels_atlas"},"up":{"uv":[14.625,7.5625,14.6875,7.5],"texture":"#voxels_atlas"},"down":{"uv":[14.25,7.5,14.3125,7.5625],"texture":"#voxels_atlas"}}},{"from":[7.75,5.5,10],"to":[8,6,10.25],"faces":{"north":{"uv":[6,2,5.9375,2.125],"texture":"#voxels_atlas"},"east":{"uv":[6,0.25,5.9375,0.375],"texture":"#voxels_atlas"},"south":{"uv":[5.9375,1.75,6,1.875],"texture":"#voxels_atlas"},"west":{"uv":[5.9375,0.5,6,0.625],"texture":"#voxels_atlas"},"up":{"uv":[8.4375,3.4375,8.5,3.375],"texture":"#voxels_atlas"},"down":{"uv":[8.4375,3.5625,8.5,3.625],"texture":"#voxels_atlas"}}},{"from":[7.75,6,10.25],"to":[8,6.25,10.5],"faces":{"north":{"uv":[11.5,7.3125,11.4375,7.375],"texture":"#voxels_atlas"},"east":{"uv":[9.4375,7.125,9.375,7.1875],"texture":"#voxels_atlas"},"south":{"uv":[11.625,7.3125,11.6875,7.375],"texture":"#voxels_atlas"},"west":{"uv":[9.1875,7.125,9.25,7.1875],"texture":"#voxels_atlas"},"up":{"uv":[9.375,7.375,9.4375,7.3125],"texture":"#voxels_atlas"},"down":{"uv":[9.1875,7.3125,9.25,7.375],"texture":"#voxels_atlas"}}},{"from":[7.75,6,10.75],"to":[8,6.25,11.25],"faces":{"north":{"uv":[13.75,7.125,13.6875,7.1875],"texture":"#voxels_atlas"},"east":{"uv":[6.25,3.875,6.125,3.9375],"texture":"#voxels_atlas"},"south":{"uv":[13.875,7.125,13.9375,7.1875],"texture":"#voxels_atlas"},"west":{"uv":[6.125,4.0625,6.25,4.125],"texture":"#voxels_atlas"},"up":{"uv":[6.125,6.125,6.1875,6],"texture":"#voxels_atlas"},"down":{"uv":[6.125,6.25,6.1875,6.375],"texture":"#voxels_atlas"}}},{"from":[7.75,6.5,10.75],"to":[8,6.75,11],"faces":{"north":{"uv":[14.125,6.9375,14.0625,7],"texture":"#voxels_atlas"},"east":{"uv":[15.4375,6.9375,15.375,7],"texture":"#voxels_atlas"},"south":{"uv":[14.25,6.9375,14.3125,7],"texture":"#voxels_atlas"},"west":{"uv":[15.1875,6.9375,15.25,7],"texture":"#voxels_atlas"},"up":{"uv":[8.8125,0.8125,8.875,0.75],"texture":"#voxels_atlas"},"down":{"uv":[8.8125,0.9375,8.875,1],"texture":"#voxels_atlas"}}},{"from":[7.75,6.75,9],"to":[8,7.25,9.25],"faces":{"north":{"uv":[6.4375,7.375,6.375,7.5],"texture":"#voxels_atlas"},"east":{"uv":[6.4375,6.625,6.375,6.75],"texture":"#voxels_atlas"},"south":{"uv":[6.375,7.125,6.4375,7.25],"texture":"#voxels_atlas"},"west":{"uv":[6.375,6.875,6.4375,7],"texture":"#voxels_atlas"},"up":{"uv":[9,6.625,9.0625,6.5625],"texture":"#voxels_atlas"},"down":{"uv":[9,6.75,9.0625,6.8125],"texture":"#voxels_atlas"}}},{"from":[7.75,6.75,10],"to":[8,7.5,10.25],"faces":{"north":{"uv":[3.8125,10.5,3.75,10.6875],"texture":"#voxels_atlas"},"east":{"uv":[3.8125,9.5625,3.75,9.75],"texture":"#voxels_atlas"},"south":{"uv":[3.75,10.1875,3.8125,10.375],"texture":"#voxels_atlas"},"west":{"uv":[3.75,9.875,3.8125,10.0625],"texture":"#voxels_atlas"},"up":{"uv":[12.375,6.625,12.4375,6.5625],"texture":"#voxels_atlas"},"down":{"uv":[12.1875,6.5625,12.25,6.625],"texture":"#voxels_atlas"}}},{"from":[7.75,6.75,11],"to":[8,7,11.25],"faces":{"north":{"uv":[10,6.375,9.9375,6.4375],"texture":"#voxels_atlas"},"east":{"uv":[6.625,6.75,6.5625,6.8125],"texture":"#voxels_atlas"},"south":{"uv":[10.125,6.375,10.1875,6.4375],"texture":"#voxels_atlas"},"west":{"uv":[6.5625,6.9375,6.625,7],"texture":"#voxels_atlas"},"up":{"uv":[9.75,6.4375,9.8125,6.375],"texture":"#voxels_atlas"},"down":{"uv":[9.5625,6.375,9.625,6.4375],"texture":"#voxels_atlas"}}},{"from":[7.75,7.25,9.5],"to":[8,7.75,9.75],"faces":{"north":{"uv":[4.8125,6.4375,4.75,6.5625],"texture":"#voxels_atlas"},"east":{"uv":[4.8125,5.6875,4.75,5.8125],"texture":"#voxels_atlas"},"south":{"uv":[4.75,6.1875,4.8125,6.3125],"texture":"#voxels_atlas"},"west":{"uv":[4.75,5.9375,4.8125,6.0625],"texture":"#voxels_atlas"},"up":{"uv":[6.5625,6.4375,6.625,6.375],"texture":"#voxels_atlas"},"down":{"uv":[6.5625,6.5625,6.625,6.625],"texture":"#voxels_atlas"}}},{"from":[7.75,7.75,9.25],"to":[8,8.25,9.5],"faces":{"north":{"uv":[4.8125,4.9375,4.75,5.0625],"texture":"#voxels_atlas"},"east":{"uv":[4.8125,1.6875,4.75,1.8125],"texture":"#voxels_atlas"},"south":{"uv":[4.75,2.1875,4.8125,2.3125],"texture":"#voxels_atlas"},"west":{"uv":[4.75,1.9375,4.8125,2.0625],"texture":"#voxels_atlas"},"up":{"uv":[6.5625,6.0625,6.625,6],"texture":"#voxels_atlas"},"down":{"uv":[6.5625,6.1875,6.625,6.25],"texture":"#voxels_atlas"}}},{"from":[7.75,7.75,9.75],"to":[8,8.25,10],"faces":{"north":{"uv":[4.8125,0.9375,4.75,1.0625],"texture":"#voxels_atlas"},"east":{"uv":[4.8125,0.1875,4.75,0.3125],"texture":"#voxels_atlas"},"south":{"uv":[4.75,0.6875,4.8125,0.8125],"texture":"#voxels_atlas"},"west":{"uv":[4.75,0.4375,4.8125,0.5625],"texture":"#voxels_atlas"},"up":{"uv":[6.5625,5.6875,6.625,5.625],"texture":"#voxels_atlas"},"down":{"uv":[6.5625,5.8125,6.625,5.875],"texture":"#voxels_atlas"}}},{"from":[7.75,8.25,9],"to":[8,8.75,9.25],"faces":{"north":{"uv":[5.25,10,5.1875,10.125],"texture":"#voxels_atlas"},"east":{"uv":[5.25,8.75,5.1875,8.875],"texture":"#voxels_atlas"},"south":{"uv":[5.1875,9.75,5.25,9.875],"texture":"#voxels_atlas"},"west":{"uv":[5.1875,9.5,5.25,9.625],"texture":"#voxels_atlas"},"up":{"uv":[6.5625,5.3125,6.625,5.25],"texture":"#voxels_atlas"},"down":{"uv":[6.5625,5.4375,6.625,5.5],"texture":"#voxels_atlas"}}},{"from":[7.75,8.25,10],"to":[8,8.75,10.25],"faces":{"north":{"uv":[5.25,8,5.1875,8.125],"texture":"#voxels_atlas"},"east":{"uv":[5.25,7.25,5.1875,7.375],"texture":"#voxels_atlas"},"south":{"uv":[5.1875,7.75,5.25,7.875],"texture":"#voxels_atlas"},"west":{"uv":[5.1875,7.5,5.25,7.625],"texture":"#voxels_atlas"},"up":{"uv":[6.5625,4.9375,6.625,4.875],"texture":"#voxels_atlas"},"down":{"uv":[6.5625,5.0625,6.625,5.125],"texture":"#voxels_atlas"}}},{"from":[7.75,9.75,9],"to":[8,10.25,9.25],"faces":{"north":{"uv":[5.25,7,5.1875,7.125],"texture":"#voxels_atlas"},"east":{"uv":[5.25,6.25,5.1875,6.375],"texture":"#voxels_atlas"},"south":{"uv":[5.1875,6.75,5.25,6.875],"texture":"#voxels_atlas"},"west":{"uv":[5.1875,6.5,5.25,6.625],"texture":"#voxels_atlas"},"up":{"uv":[6.5625,4.5625,6.625,4.5],"texture":"#voxels_atlas"},"down":{"uv":[6.5625,4.6875,6.625,4.75],"texture":"#voxels_atlas"}}},{"from":[7.75,9.75,10],"to":[8,10.25,10.25],"faces":{"north":{"uv":[5.25,4.5,5.1875,4.625],"texture":"#voxels_atlas"},"east":{"uv":[5.25,3.75,5.1875,3.875],"texture":"#voxels_atlas"},"south":{"uv":[5.1875,4.25,5.25,4.375],"texture":"#voxels_atlas"},"west":{"uv":[5.1875,4,5.25,4.125],"texture":"#voxels_atlas"},"up":{"uv":[6.5625,4.1875,6.625,4.125],"texture":"#voxels_atlas"},"down":{"uv":[6.5625,4.3125,6.625,4.375],"texture":"#voxels_atlas"}}},{"from":[7.75,10.25,9.25],"to":[8,10.75,9.5],"faces":{"north":{"uv":[5.25,3.5,5.1875,3.625],"texture":"#voxels_atlas"},"east":{"uv":[5.25,2.75,5.1875,2.875],"texture":"#voxels_atlas"},"south":{"uv":[5.1875,3.25,5.25,3.375],"texture":"#voxels_atlas"},"west":{"uv":[5.1875,3,5.25,3.125],"texture":"#voxels_atlas"},"up":{"uv":[6.5625,3.8125,6.625,3.75],"texture":"#voxels_atlas"},"down":{"uv":[6.5625,3.9375,6.625,4],"texture":"#voxels_atlas"}}},{"from":[7.75,10.25,9.75],"to":[8,10.75,10],"faces":{"north":{"uv":[5.25,2,5.1875,2.125],"texture":"#voxels_atlas"},"east":{"uv":[5.25,1.25,5.1875,1.375],"texture":"#voxels_atlas"},"south":{"uv":[5.1875,1.75,5.25,1.875],"texture":"#voxels_atlas"},"west":{"uv":[5.1875,1.5,5.25,1.625],"texture":"#voxels_atlas"},"up":{"uv":[6.5625,3.4375,6.625,3.375],"texture":"#voxels_atlas"},"down":{"uv":[6.5625,3.5625,6.625,3.625],"texture":"#voxels_atlas"}}},{"from":[7.75,10.75,9],"to":[8,11,9.25],"faces":{"north":{"uv":[6.625,2.8125,6.5625,2.875],"texture":"#voxels_atlas"},"east":{"uv":[6.625,2.25,6.5625,2.3125],"texture":"#voxels_atlas"},"south":{"uv":[6.5625,2.625,6.625,2.6875],"texture":"#voxels_atlas"},"west":{"uv":[6.5625,2.4375,6.625,2.5],"texture":"#voxels_atlas"},"up":{"uv":[6.5625,3.0625,6.625,3],"texture":"#voxels_atlas"},"down":{"uv":[6.5625,3.1875,6.625,3.25],"texture":"#voxels_atlas"}}},{"from":[7.75,10.75,10],"to":[8,11,10.25],"faces":{"north":{"uv":[6.625,1.6875,6.5625,1.75],"texture":"#voxels_atlas"},"east":{"uv":[6.625,1.125,6.5625,1.1875],"texture":"#voxels_atlas"},"south":{"uv":[6.5625,1.5,6.625,1.5625],"texture":"#voxels_atlas"},"west":{"uv":[6.5625,1.3125,6.625,1.375],"texture":"#voxels_atlas"},"up":{"uv":[6.5625,1.9375,6.625,1.875],"texture":"#voxels_atlas"},"down":{"uv":[6.5625,2.0625,6.625,2.125],"texture":"#voxels_atlas"}}},{"from":[7.75,11.5,9],"to":[8,12,9.25],"faces":{"north":{"uv":[5.4375,8.3125,5.375,8.4375],"texture":"#voxels_atlas"},"east":{"uv":[5.4375,7.5625,5.375,7.6875],"texture":"#voxels_atlas"},"south":{"uv":[5.375,8.0625,5.4375,8.1875],"texture":"#voxels_atlas"},"west":{"uv":[5.375,7.8125,5.4375,7.9375],"texture":"#voxels_atlas"},"up":{"uv":[6.5625,0.8125,6.625,0.75],"texture":"#voxels_atlas"},"down":{"uv":[6.5625,0.9375,6.625,1],"texture":"#voxels_atlas"}}},{"from":[7.75,11.5,10],"to":[8,12,10.25],"faces":{"north":{"uv":[5.4375,7.3125,5.375,7.4375],"texture":"#voxels_atlas"},"east":{"uv":[5.4375,6.5625,5.375,6.6875],"texture":"#voxels_atlas"},"south":{"uv":[5.375,7.0625,5.4375,7.1875],"texture":"#voxels_atlas"},"west":{"uv":[5.375,6.8125,5.4375,6.9375],"texture":"#voxels_atlas"},"up":{"uv":[6.5625,0.4375,6.625,0.375],"texture":"#voxels_atlas"},"down":{"uv":[6.5625,0.5625,6.625,0.625],"texture":"#voxels_atlas"}}},{"from":[7.75,12.5,9.25],"to":[8,13.25,9.5],"faces":{"north":{"uv":[3.8125,9.25,3.75,9.4375],"texture":"#voxels_atlas"},"east":{"uv":[3.8125,8.3125,3.75,8.5],"texture":"#voxels_atlas"},"south":{"uv":[3.75,8.9375,3.8125,9.125],"texture":"#voxels_atlas"},"west":{"uv":[3.75,8.625,3.8125,8.8125],"texture":"#voxels_atlas"},"up":{"uv":[6.75,9.25,6.8125,9.1875],"texture":"#voxels_atlas"},"down":{"uv":[6.5625,0.1875,6.625,0.25],"texture":"#voxels_atlas"}}},{"from":[7.75,12.5,9.75],"to":[8,13.25,10],"faces":{"north":{"uv":[3.8125,8,3.75,8.1875],"texture":"#voxels_atlas"},"east":{"uv":[3.8125,7.0625,3.75,7.25],"texture":"#voxels_atlas"},"south":{"uv":[3.75,7.6875,3.8125,7.875],"texture":"#voxels_atlas"},"west":{"uv":[3.75,7.375,3.8125,7.5625],"texture":"#voxels_atlas"},"up":{"uv":[7.875,9.25,7.9375,9.1875],"texture":"#voxels_atlas"},"down":{"uv":[7.6875,9.1875,7.75,9.25],"texture":"#voxels_atlas"}}},{"from":[7.75,13.25,9.5],"to":[8,14.5,9.75],"faces":{"north":{"uv":[1.9375,10.75,1.875,11.0625],"texture":"#voxels_atlas"},"east":{"uv":[1.9375,11.625,1.875,11.9375],"texture":"#voxels_atlas"},"south":{"uv":[1.875,12.0625,1.9375,12.375],"texture":"#voxels_atlas"},"west":{"uv":[1.875,11.1875,1.9375,11.5],"texture":"#voxels_atlas"},"up":{"uv":[9,9.25,9.0625,9.1875],"texture":"#voxels_atlas"},"down":{"uv":[8.8125,9.1875,8.875,9.25],"texture":"#voxels_atlas"}}},{"from":[7.75,15.25,9.5],"to":[8,15.5,9.75],"faces":{"north":{"uv":[10,9.1875,9.9375,9.25],"texture":"#voxels_atlas"},"east":{"uv":[10.5625,9.1875,10.5,9.25],"texture":"#voxels_atlas"},"south":{"uv":[10.125,9.1875,10.1875,9.25],"texture":"#voxels_atlas"},"west":{"uv":[10.3125,9.1875,10.375,9.25],"texture":"#voxels_atlas"},"up":{"uv":[9.75,9.25,9.8125,9.1875],"texture":"#voxels_atlas"},"down":{"uv":[9.5625,9.1875,9.625,9.25],"texture":"#voxels_atlas"}}},{"from":[8,0.75,9.5],"to":[8.75,1,9.75],"faces":{"north":{"uv":[11.9375,11.875,11.75,11.9375],"texture":"#voxels_atlas"},"east":{"uv":[11.6875,9.1875,11.625,9.25],"texture":"#voxels_atlas"},"south":{"uv":[12.0625,11.875,12.25,11.9375],"texture":"#voxels_atlas"},"west":{"uv":[11.4375,9.1875,11.5,9.25],"texture":"#voxels_atlas"},"up":{"uv":[11.4375,11.9375,11.625,11.875],"texture":"#voxels_atlas"},"down":{"uv":[11.125,11.875,11.3125,11.9375],"texture":"#voxels_atlas"}}},{"from":[8,2,9.5],"to":[8.75,2.25,9.75],"faces":{"north":{"uv":[13.8125,11.875,13.625,11.9375],"texture":"#voxels_atlas"},"east":{"uv":[12.4375,9.1875,12.375,9.25],"texture":"#voxels_atlas"},"south":{"uv":[13.9375,11.875,14.125,11.9375],"texture":"#voxels_atlas"},"west":{"uv":[12.1875,9.1875,12.25,9.25],"texture":"#voxels_atlas"},"up":{"uv":[13.3125,11.9375,13.5,11.875],"texture":"#voxels_atlas"},"down":{"uv":[12.375,11.875,12.5625,11.9375],"texture":"#voxels_atlas"}}},{"from":[8,2.25,9.5],"to":[8.25,2.5,10],"faces":{"north":{"uv":[12.625,9.1875,12.5625,9.25],"texture":"#voxels_atlas"},"east":{"uv":[14.0625,10.9375,13.9375,11],"texture":"#voxels_atlas"},"south":{"uv":[12.75,9.1875,12.8125,9.25],"texture":"#voxels_atlas"},"west":{"uv":[15.75,14.9375,15.875,15],"texture":"#voxels_atlas"},"up":{"uv":[5.5625,6.5,5.625,6.375],"texture":"#voxels_atlas"},"down":{"uv":[5.5625,6.625,5.625,6.75],"texture":"#voxels_atlas"}}},{"from":[8,2.5,9.75],"to":[8.25,2.75,10],"faces":{"north":{"uv":[13.375,9.1875,13.3125,9.25],"texture":"#voxels_atlas"},"east":{"uv":[13.9375,9.1875,13.875,9.25],"texture":"#voxels_atlas"},"south":{"uv":[13.5,9.1875,13.5625,9.25],"texture":"#voxels_atlas"},"west":{"uv":[13.6875,9.1875,13.75,9.25],"texture":"#voxels_atlas"},"up":{"uv":[13.125,9.25,13.1875,9.1875],"texture":"#voxels_atlas"},"down":{"uv":[12.9375,9.1875,13,9.25],"texture":"#voxels_atlas"}}},{"from":[8,2.75,9.25],"to":[8.25,3.5,9.5],"faces":{"north":{"uv":[3.8125,5.5,3.75,5.6875],"texture":"#voxels_atlas"},"east":{"uv":[3.8125,4.5625,3.75,4.75],"texture":"#voxels_atlas"},"south":{"uv":[3.75,5.1875,3.8125,5.375],"texture":"#voxels_atlas"},"west":{"uv":[3.75,4.875,3.8125,5.0625],"texture":"#voxels_atlas"},"up":{"uv":[14.25,9.25,14.3125,9.1875],"texture":"#voxels_atlas"},"down":{"uv":[14.0625,9.1875,14.125,9.25],"texture":"#voxels_atlas"}}},{"from":[8,3,9],"to":[8.25,3.75,9.25],"faces":{"north":{"uv":[3.8125,4.25,3.75,4.4375],"texture":"#voxels_atlas"},"east":{"uv":[3.8125,3.3125,3.75,3.5],"texture":"#voxels_atlas"},"south":{"uv":[3.75,3.9375,3.8125,4.125],"texture":"#voxels_atlas"},"west":{"uv":[3.75,3.625,3.8125,3.8125],"texture":"#voxels_atlas"},"up":{"uv":[15.375,9.25,15.4375,9.1875],"texture":"#voxels_atlas"},"down":{"uv":[15.1875,9.1875,15.25,9.25],"texture":"#voxels_atlas"}}},{"from":[8,3.25,9.5],"to":[8.25,3.5,9.75],"faces":{"north":{"uv":[6.8125,8.25,6.75,8.3125],"texture":"#voxels_atlas"},"east":{"uv":[6.8125,7.6875,6.75,7.75],"texture":"#voxels_atlas"},"south":{"uv":[6.75,8.0625,6.8125,8.125],"texture":"#voxels_atlas"},"west":{"uv":[6.75,7.875,6.8125,7.9375],"texture":"#voxels_atlas"},"up":{"uv":[6.75,8.5,6.8125,8.4375],"texture":"#voxels_atlas"},"down":{"uv":[6.75,8.625,6.8125,8.6875],"texture":"#voxels_atlas"}}},{"from":[8,6.25,9.5],"to":[9.25,6.5,9.75],"faces":{"north":{"uv":[10.6875,12.8125,10.375,12.875],"texture":"#voxels_atlas"},"east":{"uv":[6.8125,7.3125,6.75,7.375],"texture":"#voxels_atlas"},"south":{"uv":[10.8125,13,11.125,13.0625],"texture":"#voxels_atlas"},"west":{"uv":[6.75,7.5,6.8125,7.5625],"texture":"#voxels_atlas"},"up":{"uv":[10.8125,12.875,11.125,12.8125],"texture":"#voxels_atlas"},"down":{"uv":[11.25,12.8125,11.5625,12.875],"texture":"#voxels_atlas"}}},{"from":[8,7.25,9.75],"to":[8.25,7.5,10],"faces":{"north":{"uv":[6.8125,6.75,6.75,6.8125],"texture":"#voxels_atlas"},"east":{"uv":[6.8125,6.1875,6.75,6.25],"texture":"#voxels_atlas"},"south":{"uv":[6.75,6.5625,6.8125,6.625],"texture":"#voxels_atlas"},"west":{"uv":[6.75,6.375,6.8125,6.4375],"texture":"#voxels_atlas"},"up":{"uv":[6.75,7,6.8125,6.9375],"texture":"#voxels_atlas"},"down":{"uv":[6.75,7.125,6.8125,7.1875],"texture":"#voxels_atlas"}}},{"from":[8,7.75,10.25],"to":[9.25,8,10.5],"faces":{"north":{"uv":[7.1875,12.4375,6.875,12.5],"texture":"#voxels_atlas"},"east":{"uv":[6.8125,5.0625,6.75,5.125],"texture":"#voxels_atlas"},"south":{"uv":[7.3125,12.8125,7.625,12.875],"texture":"#voxels_atlas"},"west":{"uv":[6.75,5.25,6.8125,5.3125],"texture":"#voxels_atlas"},"up":{"uv":[7.3125,12.5,7.625,12.4375],"texture":"#voxels_atlas"},"down":{"uv":[10.375,13,10.6875,13.0625],"texture":"#voxels_atlas"}}},{"from":[8,9.5,10.5],"to":[11.5,9.75,10.75],"faces":{"north":{"uv":[11.875,14.75,11,14.8125],"texture":"#voxels_atlas"},"east":{"uv":[6.8125,3.9375,6.75,4],"texture":"#voxels_atlas"},"south":{"uv":[12,14.75,12.875,14.8125],"texture":"#voxels_atlas"},"west":{"uv":[6.75,4.125,6.8125,4.1875],"texture":"#voxels_atlas"},"up":{"uv":[10,14.8125,10.875,14.75],"texture":"#voxels_atlas"},"down":{"uv":[2,14.5625,2.875,14.625],"texture":"#voxels_atlas"}}},{"from":[8,9.5,10.75],"to":[10.25,10.25,11],"faces":{"north":{"uv":[2.4375,15.5625,1.875,15.75],"texture":"#voxels_atlas"},"east":{"uv":[3.8125,2.6875,3.75,2.875],"texture":"#voxels_atlas"},"south":{"uv":[2.5625,15.5625,3.125,15.75],"texture":"#voxels_atlas"},"west":{"uv":[3.75,3,3.8125,3.1875],"texture":"#voxels_atlas"},"up":{"uv":[11.5,13.875,12.0625,13.8125],"texture":"#voxels_atlas"},"down":{"uv":[10.8125,13.8125,11.375,13.875],"texture":"#voxels_atlas"}}},{"from":[8,9.5,11],"to":[8.25,9.75,11.25],"faces":{"north":{"uv":[6.8125,2.25,6.75,2.3125],"texture":"#voxels_atlas"},"east":{"uv":[6.8125,1.6875,6.75,1.75],"texture":"#voxels_atlas"},"south":{"uv":[6.75,2.0625,6.8125,2.125],"texture":"#voxels_atlas"},"west":{"uv":[6.75,1.875,6.8125,1.9375],"texture":"#voxels_atlas"},"up":{"uv":[6.75,2.5,6.8125,2.4375],"texture":"#voxels_atlas"},"down":{"uv":[6.75,2.625,6.8125,2.6875],"texture":"#voxels_atlas"}}},{"from":[8,9.75,9.25],"to":[8.5,10,9.5],"faces":{"north":{"uv":[5.9375,10.375,5.8125,10.4375],"texture":"#voxels_atlas"},"east":{"uv":[6.8125,1.3125,6.75,1.375],"texture":"#voxels_atlas"},"south":{"uv":[6.0625,10.375,6.1875,10.4375],"texture":"#voxels_atlas"},"west":{"uv":[6.75,1.5,6.8125,1.5625],"texture":"#voxels_atlas"},"up":{"uv":[14.875,10.625,15,10.5625],"texture":"#voxels_atlas"},"down":{"uv":[14.625,10.5625,14.75,10.625],"texture":"#voxels_atlas"}}},{"from":[8,9.75,9.75],"to":[8.5,10,10],"faces":{"north":{"uv":[6.9375,10.375,6.8125,10.4375],"texture":"#voxels_atlas"},"east":{"uv":[6.8125,0.9375,6.75,1],"texture":"#voxels_atlas"},"south":{"uv":[7.0625,10.375,7.1875,10.4375],"texture":"#voxels_atlas"},"west":{"uv":[6.75,1.125,6.8125,1.1875],"texture":"#voxels_atlas"},"up":{"uv":[6.5625,10.4375,6.6875,10.375],"texture":"#voxels_atlas"},"down":{"uv":[6.3125,10.375,6.4375,10.4375],"texture":"#voxels_atlas"}}},{"from":[8,9.75,10.5],"to":[11,10.25,10.75],"faces":{"north":{"uv":[15.375,15.875,14.625,16],"texture":"#voxels_atlas"},"east":{"uv":[5.625,9.875,5.5625,10],"texture":"#voxels_atlas"},"south":{"uv":[0.4375,15.125,1.1875,15.25],"texture":"#voxels_atlas"},"west":{"uv":[5.5625,10.125,5.625,10.25],"texture":"#voxels_atlas"},"up":{"uv":[1,13.875,1.75,13.8125],"texture":"#voxels_atlas"},"down":{"uv":[1,13.625,1.75,13.6875],"texture":"#voxels_atlas"}}},{"from":[8,15,9.5],"to":[8.25,15.25,9.75],"faces":{"north":{"uv":[7,9,6.9375,9.0625],"texture":"#voxels_atlas"},"east":{"uv":[7.5625,9,7.5,9.0625],"texture":"#voxels_atlas"},"south":{"uv":[7.125,9,7.1875,9.0625],"texture":"#voxels_atlas"},"west":{"uv":[7.3125,9,7.375,9.0625],"texture":"#voxels_atlas"},"up":{"uv":[6.75,0.25,6.8125,0.1875],"texture":"#voxels_atlas"},"down":{"uv":[6.75,0.375,6.8125,0.4375],"texture":"#voxels_atlas"}}},{"from":[8.25,0.75,9.25],"to":[8.5,1,9.5],"faces":{"north":{"uv":[8.125,9,8.0625,9.0625],"texture":"#voxels_atlas"},"east":{"uv":[8.6875,9,8.625,9.0625],"texture":"#voxels_atlas"},"south":{"uv":[8.25,9,8.3125,9.0625],"texture":"#voxels_atlas"},"west":{"uv":[8.4375,9,8.5,9.0625],"texture":"#voxels_atlas"},"up":{"uv":[7.875,9.0625,7.9375,9],"texture":"#voxels_atlas"},"down":{"uv":[7.6875,9,7.75,9.0625],"texture":"#voxels_atlas"}}},{"from":[8.25,0.75,9.75],"to":[8.5,1,10],"faces":{"north":{"uv":[9.25,9,9.1875,9.0625],"texture":"#voxels_atlas"},"east":{"uv":[9.8125,9,9.75,9.0625],"texture":"#voxels_atlas"},"south":{"uv":[9.375,9,9.4375,9.0625],"texture":"#voxels_atlas"},"west":{"uv":[9.5625,9,9.625,9.0625],"texture":"#voxels_atlas"},"up":{"uv":[9,9.0625,9.0625,9],"texture":"#voxels_atlas"},"down":{"uv":[8.8125,9,8.875,9.0625],"texture":"#voxels_atlas"}}},{"from":[8.25,1,9.5],"to":[8.75,1.25,9.75],"faces":{"north":{"uv":[5.0625,6.4375,4.9375,6.5],"texture":"#voxels_atlas"},"east":{"uv":[10.1875,9,10.125,9.0625],"texture":"#voxels_atlas"},"south":{"uv":[4.9375,6.25,5.0625,6.3125],"texture":"#voxels_atlas"},"west":{"uv":[9.9375,9,10,9.0625],"texture":"#voxels_atlas"},"up":{"uv":[4.9375,6.6875,5.0625,6.625],"texture":"#voxels_atlas"},"down":{"uv":[4.9375,6.8125,5.0625,6.875],"texture":"#voxels_atlas"}}},{"from":[8.25,1.75,9.5],"to":[8.75,2,10],"faces":{"north":{"uv":[5.0625,4.5625,4.9375,4.625],"texture":"#voxels_atlas"},"east":{"uv":[5.0625,1,4.9375,1.0625],"texture":"#voxels_atlas"},"south":{"uv":[4.9375,4.375,5.0625,4.4375],"texture":"#voxels_atlas"},"west":{"uv":[4.9375,2.3125,5.0625,2.375],"texture":"#voxels_atlas"},"up":{"uv":[2.625,8.875,2.75,8.75],"texture":"#voxels_atlas"},"down":{"uv":[2.625,9,2.75,9.125],"texture":"#voxels_atlas"}}},{"from":[8.25,2,9.75],"to":[8.75,2.25,10],"faces":{"north":{"uv":[5.0625,0.4375,4.9375,0.5],"texture":"#voxels_atlas"},"east":{"uv":[10.5625,9,10.5,9.0625],"texture":"#voxels_atlas"},"south":{"uv":[4.9375,0.25,5.0625,0.3125],"texture":"#voxels_atlas"},"west":{"uv":[10.3125,9,10.375,9.0625],"texture":"#voxels_atlas"},"up":{"uv":[4.9375,0.6875,5.0625,0.625],"texture":"#voxels_atlas"},"down":{"uv":[4.9375,0.8125,5.0625,0.875],"texture":"#voxels_atlas"}}},{"from":[8.25,2.25,9.75],"to":[8.5,2.5,10],"faces":{"north":{"uv":[11.125,9,11.0625,9.0625],"texture":"#voxels_atlas"},"east":{"uv":[11.6875,9,11.625,9.0625],"texture":"#voxels_atlas"},"south":{"uv":[11.25,9,11.3125,9.0625],"texture":"#voxels_atlas"},"west":{"uv":[11.4375,9,11.5,9.0625],"texture":"#voxels_atlas"},"up":{"uv":[10.875,9.0625,10.9375,9],"texture":"#voxels_atlas"},"down":{"uv":[10.6875,9,10.75,9.0625],"texture":"#voxels_atlas"}}},{"from":[8.25,3,9.25],"to":[8.5,3.75,9.5],"faces":{"north":{"uv":[3.8125,2.375,3.75,2.5625],"texture":"#voxels_atlas"},"east":{"uv":[3.8125,0.8125,3.75,1],"texture":"#voxels_atlas"},"south":{"uv":[3.75,2.0625,3.8125,2.25],"texture":"#voxels_atlas"},"west":{"uv":[3.75,1.75,3.8125,1.9375],"texture":"#voxels_atlas"},"up":{"uv":[12,9.0625,12.0625,9],"texture":"#voxels_atlas"},"down":{"uv":[11.8125,9,11.875,9.0625],"texture":"#voxels_atlas"}}},{"from":[8.25,3.5,9],"to":[8.5,4,9.25],"faces":{"north":{"uv":[5.25,1,5.1875,1.125],"texture":"#voxels_atlas"},"east":{"uv":[5.4375,10.0625,5.375,10.1875],"texture":"#voxels_atlas"},"south":{"uv":[5.1875,0.25,5.25,0.375],"texture":"#voxels_atlas"},"west":{"uv":[5.375,10.3125,5.4375,10.4375],"texture":"#voxels_atlas"},"up":{"uv":[12.75,9.0625,12.8125,9],"texture":"#voxels_atlas"},"down":{"uv":[12.5625,9,12.625,9.0625],"texture":"#voxels_atlas"}}},{"from":[8.25,3.5,9.5],"to":[8.5,3.75,9.75],"faces":{"north":{"uv":[13.375,9,13.3125,9.0625],"texture":"#voxels_atlas"},"east":{"uv":[13.9375,9,13.875,9.0625],"texture":"#voxels_atlas"},"south":{"uv":[13.5,9,13.5625,9.0625],"texture":"#voxels_atlas"},"west":{"uv":[13.6875,9,13.75,9.0625],"texture":"#voxels_atlas"},"up":{"uv":[13.125,9.0625,13.1875,9],"texture":"#voxels_atlas"},"down":{"uv":[12.9375,9,13,9.0625],"texture":"#voxels_atlas"}}},{"from":[8.25,8,9.25],"to":[9,8.25,9.5],"faces":{"north":{"uv":[4.125,11.5,3.9375,11.5625],"texture":"#voxels_atlas"},"east":{"uv":[14.6875,9,14.625,9.0625],"texture":"#voxels_atlas"},"south":{"uv":[3.9375,10.5625,4.125,10.625],"texture":"#voxels_atlas"},"west":{"uv":[14.4375,9,14.5,9.0625],"texture":"#voxels_atlas"},"up":{"uv":[3.9375,11.75,4.125,11.6875],"texture":"#voxels_atlas"},"down":{"uv":[14.25,11.875,14.4375,11.9375],"texture":"#voxels_atlas"}}},{"from":[8.25,8,9.75],"to":[9,8.25,10],"faces":{"north":{"uv":[4.125,10,3.9375,10.0625],"texture":"#voxels_atlas"},"east":{"uv":[15.8125,9,15.75,9.0625],"texture":"#voxels_atlas"},"south":{"uv":[3.9375,9.8125,4.125,9.875],"texture":"#voxels_atlas"},"west":{"uv":[15.5625,9,15.625,9.0625],"texture":"#voxels_atlas"},"up":{"uv":[3.9375,10.25,4.125,10.1875],"texture":"#voxels_atlas"},"down":{"uv":[3.9375,10.375,4.125,10.4375],"texture":"#voxels_atlas"}}},{"from":[8.25,8,10.25],"to":[9.25,8.5,10.5],"faces":{"north":{"uv":[0.6875,10.9375,0.4375,11.0625],"texture":"#voxels_atlas"},"east":{"uv":[5.625,8.875,5.5625,9],"texture":"#voxels_atlas"},"south":{"uv":[0.4375,11.1875,0.6875,11.3125],"texture":"#voxels_atlas"},"west":{"uv":[5.5625,9.125,5.625,9.25],"texture":"#voxels_atlas"},"up":{"uv":[6.75,12.3125,7,12.25],"texture":"#voxels_atlas"},"down":{"uv":[4.125,12.25,4.375,12.3125],"texture":"#voxels_atlas"}}},{"from":[8.25,8.5,10.25],"to":[9,9,10.5],"faces":{"north":{"uv":[14.125,13.375,13.9375,13.5],"texture":"#voxels_atlas"},"east":{"uv":[5.625,6.875,5.5625,7],"texture":"#voxels_atlas"},"south":{"uv":[14.75,13.375,14.9375,13.5],"texture":"#voxels_atlas"},"west":{"uv":[5.5625,7.125,5.625,7.25],"texture":"#voxels_atlas"},"up":{"uv":[3.9375,9.125,4.125,9.0625],"texture":"#voxels_atlas"},"down":{"uv":[3.9375,9.625,4.125,9.6875],"texture":"#voxels_atlas"}}},{"from":[8.25,9,10.25],"to":[8.75,9.25,10.5],"faces":{"north":{"uv":[5.0625,9.8125,4.9375,9.875],"texture":"#voxels_atlas"},"east":{"uv":[7,7.875,6.9375,7.9375],"texture":"#voxels_atlas"},"south":{"uv":[4.9375,9.625,5.0625,9.6875],"texture":"#voxels_atlas"},"west":{"uv":[6.9375,8.0625,7,8.125],"texture":"#voxels_atlas"},"up":{"uv":[15.5625,10.4375,15.6875,10.375],"texture":"#voxels_atlas"},"down":{"uv":[15.3125,10.375,15.4375,10.4375],"texture":"#voxels_atlas"}}},{"from":[8.25,9.25,9.25],"to":[9,9.75,10],"faces":{"north":{"uv":[15.25,13.375,15.0625,13.5],"texture":"#voxels_atlas"},"east":{"uv":[2.8125,13.125,2.625,13.25],"texture":"#voxels_atlas"},"south":{"uv":[15.375,13.375,15.5625,13.5],"texture":"#voxels_atlas"},"west":{"uv":[15.6875,13.375,15.875,13.5],"texture":"#voxels_atlas"},"up":{"uv":[0.4375,12.5625,0.625,12.375],"texture":"#voxels_atlas"},"down":{"uv":[0.4375,12.0625,0.625,12.25],"texture":"#voxels_atlas"}}},{"from":[8.25,9.25,10.25],"to":[8.5,9.5,10.5],"faces":{"north":{"uv":[7,6.9375,6.9375,7],"texture":"#voxels_atlas"},"east":{"uv":[7,6.375,6.9375,6.4375],"texture":"#voxels_atlas"},"south":{"uv":[6.9375,6.75,7,6.8125],"texture":"#voxels_atlas"},"west":{"uv":[6.9375,6.5625,7,6.625],"texture":"#voxels_atlas"},"up":{"uv":[6.9375,7.1875,7,7.125],"texture":"#voxels_atlas"},"down":{"uv":[6.9375,7.3125,7,7.375],"texture":"#voxels_atlas"}}},{"from":[8.25,9.75,9.5],"to":[9.75,10,9.75],"faces":{"north":{"uv":[4.3125,13.1875,3.9375,13.25],"texture":"#voxels_atlas"},"east":{"uv":[7,5.25,6.9375,5.3125],"texture":"#voxels_atlas"},"south":{"uv":[4.4375,13.1875,4.8125,13.25],"texture":"#voxels_atlas"},"west":{"uv":[6.9375,5.4375,7,5.5],"texture":"#voxels_atlas"},"up":{"uv":[3.4375,13.25,3.8125,13.1875],"texture":"#voxels_atlas"},"down":{"uv":[2.9375,13.1875,3.3125,13.25],"texture":"#voxels_atlas"}}},{"from":[8.25,9.75,11],"to":[9.75,10,11.25],"faces":{"north":{"uv":[10.3125,13.1875,9.9375,13.25],"texture":"#voxels_atlas"},"east":{"uv":[7,4.125,6.9375,4.1875],"texture":"#voxels_atlas"},"south":{"uv":[10.4375,13.1875,10.8125,13.25],"texture":"#voxels_atlas"},"west":{"uv":[6.9375,4.3125,7,4.375],"texture":"#voxels_atlas"},"up":{"uv":[9.4375,13.25,9.8125,13.1875],"texture":"#voxels_atlas"},"down":{"uv":[8.9375,13.1875,9.3125,13.25],"texture":"#voxels_atlas"}}},{"from":[8.25,10,11],"to":[8.75,10.25,11.25],"faces":{"north":{"uv":[12.75,10.5625,12.625,10.625],"texture":"#voxels_atlas"},"east":{"uv":[7,3.75,6.9375,3.8125],"texture":"#voxels_atlas"},"south":{"uv":[12.875,10.5625,13,10.625],"texture":"#voxels_atlas"},"west":{"uv":[6.9375,3.9375,7,4],"texture":"#voxels_atlas"},"up":{"uv":[11.625,10.625,11.75,10.5625],"texture":"#voxels_atlas"},"down":{"uv":[11.375,10.5625,11.5,10.625],"texture":"#voxels_atlas"}}},{"from":[8.25,10.25,10.5],"to":[11.5,10.5,10.75],"faces":{"north":{"uv":[11.3125,14.5625,10.5,14.625],"texture":"#voxels_atlas"},"east":{"uv":[7,3.375,6.9375,3.4375],"texture":"#voxels_atlas"},"south":{"uv":[11.4375,14.5625,12.25,14.625],"texture":"#voxels_atlas"},"west":{"uv":[6.9375,3.5625,7,3.625],"texture":"#voxels_atlas"},"up":{"uv":[9.5625,14.625,10.375,14.5625],"texture":"#voxels_atlas"},"down":{"uv":[8.625,14.5625,9.4375,14.625],"texture":"#voxels_atlas"}}},{"from":[8.25,10.25,10.75],"to":[10.75,10.5,11],"faces":{"north":{"uv":[1.625,0.125,1,0.1875],"texture":"#voxels_atlas"},"east":{"uv":[7,2.25,6.9375,2.3125],"texture":"#voxels_atlas"},"south":{"uv":[1,0.3125,1.625,0.375],"texture":"#voxels_atlas"},"west":{"uv":[6.9375,2.4375,7,2.5],"texture":"#voxels_atlas"},"up":{"uv":[2.625,14.25,3.25,14.1875],"texture":"#voxels_atlas"},"down":{"uv":[3.375,14.1875,4,14.25],"texture":"#voxels_atlas"}}},{"from":[8.25,10.5,10.5],"to":[11,10.75,10.75],"faces":{"north":{"uv":[15.875,14.5625,15.1875,14.625],"texture":"#voxels_atlas"},"east":{"uv":[7,1.5,6.9375,1.5625],"texture":"#voxels_atlas"},"south":{"uv":[1,11.1875,1.6875,11.25],"texture":"#voxels_atlas"},"west":{"uv":[6.9375,1.6875,7,1.75],"texture":"#voxels_atlas"},"up":{"uv":[1,10.3125,1.6875,10.25],"texture":"#voxels_atlas"},"down":{"uv":[1,10.625,1.6875,10.6875],"texture":"#voxels_atlas"}}},{"from":[8.25,14.75,9.5],"to":[8.5,15,9.75],"faces":{"north":{"uv":[7,0.9375,6.9375,1],"texture":"#voxels_atlas"},"east":{"uv":[7,0.375,6.9375,0.4375],"texture":"#voxels_atlas"},"south":{"uv":[6.9375,0.75,7,0.8125],"texture":"#voxels_atlas"},"west":{"uv":[6.9375,0.5625,7,0.625],"texture":"#voxels_atlas"},"up":{"uv":[6.9375,1.1875,7,1.125],"texture":"#voxels_atlas"},"down":{"uv":[6.9375,1.3125,7,1.375],"texture":"#voxels_atlas"}}},{"from":[8.5,1,9.25],"to":[8.75,2,9.5],"faces":{"north":{"uv":[2.6875,2.75,2.625,3],"texture":"#voxels_atlas"},"east":{"uv":[2.6875,3.5,2.625,3.75],"texture":"#voxels_atlas"},"south":{"uv":[1.875,4.625,1.9375,4.875],"texture":"#voxels_atlas"},"west":{"uv":[2.625,3.125,2.6875,3.375],"texture":"#voxels_atlas"},"up":{"uv":[7.125,8.875,7.1875,8.8125],"texture":"#voxels_atlas"},"down":{"uv":[6.9375,0.1875,7,0.25],"texture":"#voxels_atlas"}}},{"from":[8.5,1,9.75],"to":[8.75,1.75,10],"faces":{"north":{"uv":[3.8125,0.5,3.75,0.6875],"texture":"#voxels_atlas"},"east":{"uv":[4,8.4375,3.9375,8.625],"texture":"#voxels_atlas"},"south":{"uv":[3.75,0.1875,3.8125,0.375],"texture":"#voxels_atlas"},"west":{"uv":[3.9375,8.75,4,8.9375],"texture":"#voxels_atlas"},"up":{"uv":[8.25,8.875,8.3125,8.8125],"texture":"#voxels_atlas"},"down":{"uv":[8.0625,8.8125,8.125,8.875],"texture":"#voxels_atlas"}}},{"from":[8.5,1.25,9.5],"to":[9,1.75,9.75],"faces":{"north":{"uv":[2.75,3.875,2.625,4],"texture":"#voxels_atlas"},"east":{"uv":[5.25,8.25,5.1875,8.375],"texture":"#voxels_atlas"},"south":{"uv":[2.625,4.875,2.75,5],"texture":"#voxels_atlas"},"west":{"uv":[5.1875,8.5,5.25,8.625],"texture":"#voxels_atlas"},"up":{"uv":[4.9375,8.5625,5.0625,8.5],"texture":"#voxels_atlas"},"down":{"uv":[4.9375,9.4375,5.0625,9.5],"texture":"#voxels_atlas"}}},{"from":[8.5,3.25,9.25],"to":[9,4.5,9.5],"faces":{"north":{"uv":[0.125,6.4375,0,6.75],"texture":"#voxels_atlas"},"east":{"uv":[1.9375,8.125,1.875,8.4375],"texture":"#voxels_atlas"},"south":{"uv":[0,6.875,0.125,7.1875],"texture":"#voxels_atlas"},"west":{"uv":[1.875,7.6875,1.9375,8],"texture":"#voxels_atlas"},"up":{"uv":[13.4375,10.8125,13.5625,10.75],"texture":"#voxels_atlas"},"down":{"uv":[13.1875,10.75,13.3125,10.8125],"texture":"#voxels_atlas"}}},{"from":[8.5,3.75,9.5],"to":[8.75,4.25,9.75],"faces":{"north":{"uv":[5.4375,9.8125,5.375,9.9375],"texture":"#voxels_atlas"},"east":{"uv":[5.4375,9.0625,5.375,9.1875],"texture":"#voxels_atlas"},"south":{"uv":[5.375,9.5625,5.4375,9.6875],"texture":"#voxels_atlas"},"west":{"uv":[5.375,9.3125,5.4375,9.4375],"texture":"#voxels_atlas"},"up":{"uv":[10.125,8.875,10.1875,8.8125],"texture":"#voxels_atlas"},"down":{"uv":[9.9375,8.8125,10,8.875],"texture":"#voxels_atlas"}}},{"from":[8.5,5,9.25],"to":[9,5.25,9.75],"faces":{"north":{"uv":[13.25,10.5625,13.125,10.625],"texture":"#voxels_atlas"},"east":{"uv":[9.6875,10.375,9.5625,10.4375],"texture":"#voxels_atlas"},"south":{"uv":[13.375,10.5625,13.5,10.625],"texture":"#voxels_atlas"},"west":{"uv":[9.3125,10.375,9.4375,10.4375],"texture":"#voxels_atlas"},"up":{"uv":[2.625,5.5,2.75,5.375],"texture":"#voxels_atlas"},"down":{"uv":[2.625,5.125,2.75,5.25],"texture":"#voxels_atlas"}}},{"from":[8.5,5.25,9.25],"to":[8.75,5.5,9.5],"faces":{"north":{"uv":[10.75,8.8125,10.6875,8.875],"texture":"#voxels_atlas"},"east":{"uv":[11.3125,8.8125,11.25,8.875],"texture":"#voxels_atlas"},"south":{"uv":[10.875,8.8125,10.9375,8.875],"texture":"#voxels_atlas"},"west":{"uv":[11.0625,8.8125,11.125,8.875],"texture":"#voxels_atlas"},"up":{"uv":[10.5,8.875,10.5625,8.8125],"texture":"#voxels_atlas"},"down":{"uv":[10.3125,8.8125,10.375,8.875],"texture":"#voxels_atlas"}}},{"from":[8.5,5.25,9.75],"to":[8.75,5.75,10],"faces":{"north":{"uv":[5.625,8.625,5.5625,8.75],"texture":"#voxels_atlas"},"east":{"uv":[0.875,8.6875,0.8125,8.8125],"texture":"#voxels_atlas"},"south":{"uv":[5.5625,8.375,5.625,8.5],"texture":"#voxels_atlas"},"west":{"uv":[0.8125,8.9375,0.875,9.0625],"texture":"#voxels_atlas"},"up":{"uv":[11.625,8.875,11.6875,8.8125],"texture":"#voxels_atlas"},"down":{"uv":[11.4375,8.8125,11.5,8.875],"texture":"#voxels_atlas"}}},{"from":[8.5,7.5,9.5],"to":[9.75,7.75,9.75],"faces":{"north":{"uv":[3.25,4,2.9375,4.0625],"texture":"#voxels_atlas"},"east":{"uv":[12.8125,8.8125,12.75,8.875],"texture":"#voxels_atlas"},"south":{"uv":[2.9375,4.1875,3.25,4.25],"texture":"#voxels_atlas"},"west":{"uv":[12.5625,8.8125,12.625,8.875],"texture":"#voxels_atlas"},"up":{"uv":[2.9375,3.875,3.25,3.8125],"texture":"#voxels_atlas"},"down":{"uv":[2.9375,3.625,3.25,3.6875],"texture":"#voxels_atlas"}}},{"from":[8.5,7.75,9.25],"to":[9.25,8,9.5],"faces":{"north":{"uv":[4.125,7.875,3.9375,7.9375],"texture":"#voxels_atlas"},"east":{"uv":[13.5625,8.8125,13.5,8.875],"texture":"#voxels_atlas"},"south":{"uv":[3.9375,7.6875,4.125,7.75],"texture":"#voxels_atlas"},"west":{"uv":[13.3125,8.8125,13.375,8.875],"texture":"#voxels_atlas"},"up":{"uv":[3.9375,8.125,4.125,8.0625],"texture":"#voxels_atlas"},"down":{"uv":[3.9375,8.25,4.125,8.3125],"texture":"#voxels_atlas"}}},{"from":[8.5,7.75,9.75],"to":[9.25,8,10],"faces":{"north":{"uv":[4.125,7.125,3.9375,7.1875],"texture":"#voxels_atlas"},"east":{"uv":[14.3125,8.8125,14.25,8.875],"texture":"#voxels_atlas"},"south":{"uv":[3.9375,6.9375,4.125,7],"texture":"#voxels_atlas"},"west":{"uv":[14.0625,8.8125,14.125,8.875],"texture":"#voxels_atlas"},"up":{"uv":[3.9375,7.375,4.125,7.3125],"texture":"#voxels_atlas"},"down":{"uv":[3.9375,7.5,4.125,7.5625],"texture":"#voxels_atlas"}}},{"from":[8.5,10.5,10.75],"to":[10.75,10.75,11],"faces":{"north":{"uv":[8.625,13.625,8.0625,13.6875],"texture":"#voxels_atlas"},"east":{"uv":[15.4375,8.8125,15.375,8.875],"texture":"#voxels_atlas"},"south":{"uv":[3.9375,14,4.5,14.0625],"texture":"#voxels_atlas"},"west":{"uv":[15.1875,8.8125,15.25,8.875],"texture":"#voxels_atlas"},"up":{"uv":[7.375,13.6875,7.9375,13.625],"texture":"#voxels_atlas"},"down":{"uv":[6.6875,13.625,7.25,13.6875],"texture":"#voxels_atlas"}}},{"from":[8.5,11,10.5],"to":[8.75,11.25,11],"faces":{"north":{"uv":[7.1875,8.625,7.125,8.6875],"texture":"#voxels_atlas"},"east":{"uv":[6.125,10.1875,6,10.25],"texture":"#voxels_atlas"},"south":{"uv":[7.125,8.4375,7.1875,8.5],"texture":"#voxels_atlas"},"west":{"uv":[5.75,10.1875,5.875,10.25],"texture":"#voxels_atlas"},"up":{"uv":[5.5625,5.5,5.625,5.375],"texture":"#voxels_atlas"},"down":{"uv":[5.5625,5.625,5.625,5.75],"texture":"#voxels_atlas"}}},{"from":[8.5,14.5,9.5],"to":[8.75,14.75,9.75],"faces":{"north":{"uv":[7.1875,7.5,7.125,7.5625],"texture":"#voxels_atlas"},"east":{"uv":[7.1875,6.9375,7.125,7],"texture":"#voxels_atlas"},"south":{"uv":[7.125,7.3125,7.1875,7.375],"texture":"#voxels_atlas"},"west":{"uv":[7.125,7.125,7.1875,7.1875],"texture":"#voxels_atlas"},"up":{"uv":[7.125,7.75,7.1875,7.6875],"texture":"#voxels_atlas"},"down":{"uv":[7.125,7.875,7.1875,7.9375],"texture":"#voxels_atlas"}}},{"from":[8.75,1.5,9.25],"to":[9,1.75,9.5],"faces":{"north":{"uv":[7.1875,6.375,7.125,6.4375],"texture":"#voxels_atlas"},"east":{"uv":[7.1875,5.8125,7.125,5.875],"texture":"#voxels_atlas"},"south":{"uv":[7.125,6.1875,7.1875,6.25],"texture":"#voxels_atlas"},"west":{"uv":[7.125,6,7.1875,6.0625],"texture":"#voxels_atlas"},"up":{"uv":[7.125,6.625,7.1875,6.5625],"texture":"#voxels_atlas"},"down":{"uv":[7.125,6.75,7.1875,6.8125],"texture":"#voxels_atlas"}}},{"from":[8.75,4.25,9.5],"to":[9,5,9.75],"faces":{"north":{"uv":[4,6.625,3.9375,6.8125],"texture":"#voxels_atlas"},"east":{"uv":[4,5.6875,3.9375,5.875],"texture":"#voxels_atlas"},"south":{"uv":[3.9375,6.3125,4,6.5],"texture":"#voxels_atlas"},"west":{"uv":[3.9375,6,4,6.1875],"texture":"#voxels_atlas"},"up":{"uv":[7.125,5.5,7.1875,5.4375],"texture":"#voxels_atlas"},"down":{"uv":[7.125,5.625,7.1875,5.6875],"texture":"#voxels_atlas"}}},{"from":[8.75,4.5,9.25],"to":[9.25,4.75,9.5],"faces":{"north":{"uv":[6.875,10.1875,6.75,10.25],"texture":"#voxels_atlas"},"east":{"uv":[7.1875,3.5625,7.125,3.625],"texture":"#voxels_atlas"},"south":{"uv":[7,10.1875,7.125,10.25],"texture":"#voxels_atlas"},"west":{"uv":[7.125,3.75,7.1875,3.8125],"texture":"#voxels_atlas"},"up":{"uv":[6.5,10.25,6.625,10.1875],"texture":"#voxels_atlas"},"down":{"uv":[6.25,10.1875,6.375,10.25],"texture":"#voxels_atlas"}}},{"from":[8.75,4.5,9.75],"to":[9,5.25,10],"faces":{"north":{"uv":[4,5.375,3.9375,5.5625],"texture":"#voxels_atlas"},"east":{"uv":[4,4.4375,3.9375,4.625],"texture":"#voxels_atlas"},"south":{"uv":[3.9375,5.0625,4,5.25],"texture":"#voxels_atlas"},"west":{"uv":[3.9375,4.75,4,4.9375],"texture":"#voxels_atlas"},"up":{"uv":[7.125,3.25,7.1875,3.1875],"texture":"#voxels_atlas"},"down":{"uv":[7.125,3.375,7.1875,3.4375],"texture":"#voxels_atlas"}}},{"from":[8.75,4.75,9.25],"to":[9,5,9.5],"faces":{"north":{"uv":[7.1875,1.875,7.125,1.9375],"texture":"#voxels_atlas"},"east":{"uv":[7.1875,1.3125,7.125,1.375],"texture":"#voxels_atlas"},"south":{"uv":[7.125,1.6875,7.1875,1.75],"texture":"#voxels_atlas"},"west":{"uv":[7.125,1.5,7.1875,1.5625],"texture":"#voxels_atlas"},"up":{"uv":[7.125,2.125,7.1875,2.0625],"texture":"#voxels_atlas"},"down":{"uv":[7.125,2.25,7.1875,2.3125],"texture":"#voxels_atlas"}}},{"from":[8.75,7.25,9.5],"to":[10.25,7.5,9.75],"faces":{"north":{"uv":[2.4375,0.8125,2.0625,0.875],"texture":"#voxels_atlas"},"east":{"uv":[7.1875,0.1875,7.125,0.25],"texture":"#voxels_atlas"},"south":{"uv":[2.0625,1,2.4375,1.0625],"texture":"#voxels_atlas"},"west":{"uv":[7.125,0.375,7.1875,0.4375],"texture":"#voxels_atlas"},"up":{"uv":[2.0625,0.6875,2.4375,0.625],"texture":"#voxels_atlas"},"down":{"uv":[2.0625,0.4375,2.4375,0.5],"texture":"#voxels_atlas"}}},{"from":[8.75,7.5,9.25],"to":[9.5,7.75,9.5],"faces":{"north":{"uv":[4.125,3.875,3.9375,3.9375],"texture":"#voxels_atlas"},"east":{"uv":[8.3125,8.625,8.25,8.6875],"texture":"#voxels_atlas"},"south":{"uv":[3.9375,3.6875,4.125,3.75],"texture":"#voxels_atlas"},"west":{"uv":[8.0625,8.625,8.125,8.6875],"texture":"#voxels_atlas"},"up":{"uv":[3.9375,4.125,4.125,4.0625],"texture":"#voxels_atlas"},"down":{"uv":[3.9375,4.25,4.125,4.3125],"texture":"#voxels_atlas"}}},{"from":[8.75,7.5,9.75],"to":[9.5,7.75,10],"faces":{"north":{"uv":[4.125,3.125,3.9375,3.1875],"texture":"#voxels_atlas"},"east":{"uv":[9.4375,8.625,9.375,8.6875],"texture":"#voxels_atlas"},"south":{"uv":[3.9375,2.9375,4.125,3],"texture":"#voxels_atlas"},"west":{"uv":[9.1875,8.625,9.25,8.6875],"texture":"#voxels_atlas"},"up":{"uv":[3.9375,3.375,4.125,3.3125],"texture":"#voxels_atlas"},"down":{"uv":[3.9375,3.5,4.125,3.5625],"texture":"#voxels_atlas"}}},{"from":[8.75,9.5,11],"to":[9.75,9.75,11.25],"faces":{"north":{"uv":[7.375,12.25,7.125,12.3125],"texture":"#voxels_atlas"},"east":{"uv":[10.5625,8.625,10.5,8.6875],"texture":"#voxels_atlas"},"south":{"uv":[3.375,2.3125,3.625,2.375],"texture":"#voxels_atlas"},"west":{"uv":[10.3125,8.625,10.375,8.6875],"texture":"#voxels_atlas"},"up":{"uv":[7.5,12.3125,7.75,12.25],"texture":"#voxels_atlas"},"down":{"uv":[7.875,12.25,8.125,12.3125],"texture":"#voxels_atlas"}}},{"from":[8.75,9.75,9.25],"to":[9.5,10,9.5],"faces":{"north":{"uv":[4.125,2.375,3.9375,2.4375],"texture":"#voxels_atlas"},"east":{"uv":[11.6875,8.625,11.625,8.6875],"texture":"#voxels_atlas"},"south":{"uv":[3.9375,2.1875,4.125,2.25],"texture":"#voxels_atlas"},"west":{"uv":[11.4375,8.625,11.5,8.6875],"texture":"#voxels_atlas"},"up":{"uv":[3.9375,2.625,4.125,2.5625],"texture":"#voxels_atlas"},"down":{"uv":[3.9375,2.75,4.125,2.8125],"texture":"#voxels_atlas"}}},{"from":[8.75,9.75,9.75],"to":[9.5,10,10],"faces":{"north":{"uv":[4.125,1.625,3.9375,1.6875],"texture":"#voxels_atlas"},"east":{"uv":[12.8125,8.625,12.75,8.6875],"texture":"#voxels_atlas"},"south":{"uv":[3.9375,1.4375,4.125,1.5],"texture":"#voxels_atlas"},"west":{"uv":[12.5625,8.625,12.625,8.6875],"texture":"#voxels_atlas"},"up":{"uv":[3.9375,1.875,4.125,1.8125],"texture":"#voxels_atlas"},"down":{"uv":[3.9375,2,4.125,2.0625],"texture":"#voxels_atlas"}}},{"from":[8.75,10.25,9.5],"to":[10.5,10.5,9.75],"faces":{"north":{"uv":[0.875,5.375,0.4375,5.4375],"texture":"#voxels_atlas"},"east":{"uv":[13.9375,8.625,13.875,8.6875],"texture":"#voxels_atlas"},"south":{"uv":[0.4375,5.5625,0.875,5.625],"texture":"#voxels_atlas"},"west":{"uv":[13.6875,8.625,13.75,8.6875],"texture":"#voxels_atlas"},"up":{"uv":[0.4375,3.1875,0.875,3.125],"texture":"#voxels_atlas"},"down":{"uv":[0.4375,6.6875,0.875,6.75],"texture":"#voxels_atlas"}}},{"from":[8.75,10.25,11],"to":[9.75,10.5,11.25],"faces":{"north":{"uv":[5.125,12.0625,4.875,12.125],"texture":"#voxels_atlas"},"east":{"uv":[15.0625,8.625,15,8.6875],"texture":"#voxels_atlas"},"south":{"uv":[4.5,12.0625,4.75,12.125],"texture":"#voxels_atlas"},"west":{"uv":[14.8125,8.625,14.875,8.6875],"texture":"#voxels_atlas"},"up":{"uv":[5.25,12.125,5.5,12.0625],"texture":"#voxels_atlas"},"down":{"uv":[5.625,12.0625,5.875,12.125],"texture":"#voxels_atlas"}}},{"from":[8.75,10.5,11],"to":[9.5,10.75,11.25],"faces":{"north":{"uv":[5.375,11.6875,5.1875,11.75],"texture":"#voxels_atlas"},"east":{"uv":[7.375,8.25,7.3125,8.3125],"texture":"#voxels_atlas"},"south":{"uv":[5.5,11.6875,5.6875,11.75],"texture":"#voxels_atlas"},"west":{"uv":[7.3125,8.4375,7.375,8.5],"texture":"#voxels_atlas"},"up":{"uv":[3.9375,0.375,4.125,0.3125],"texture":"#voxels_atlas"},"down":{"uv":[3.9375,0.5,4.125,0.5625],"texture":"#voxels_atlas"}}},{"from":[8.75,10.75,10.5],"to":[11.5,11,10.75],"faces":{"north":{"uv":[1.6875,8.1875,1,8.25],"texture":"#voxels_atlas"},"east":{"uv":[7.375,7.125,7.3125,7.1875],"texture":"#voxels_atlas"},"south":{"uv":[1,5.1875,1.6875,5.25],"texture":"#voxels_atlas"},"west":{"uv":[7.3125,7.3125,7.375,7.375],"texture":"#voxels_atlas"},"up":{"uv":[15.1875,15.4375,15.875,15.375],"texture":"#voxels_atlas"},"down":{"uv":[1,5,1.6875,5.0625],"texture":"#voxels_atlas"}}},{"from":[8.75,10.75,10.75],"to":[9.75,11,11],"faces":{"north":{"uv":[12.25,12.25,12,12.3125],"texture":"#voxels_atlas"},"east":{"uv":[7.375,6,7.3125,6.0625],"texture":"#voxels_atlas"},"south":{"uv":[11.625,12.25,11.875,12.3125],"texture":"#voxels_atlas"},"west":{"uv":[7.3125,6.1875,7.375,6.25],"texture":"#voxels_atlas"},"up":{"uv":[15,12.3125,15.25,12.25],"texture":"#voxels_atlas"},"down":{"uv":[4.125,12.0625,4.375,12.125],"texture":"#voxels_atlas"}}},{"from":[8.75,11,10.75],"to":[9.25,11.25,11],"faces":{"north":{"uv":[9.375,10.1875,9.25,10.25],"texture":"#voxels_atlas"},"east":{"uv":[7.375,4.875,7.3125,4.9375],"texture":"#voxels_atlas"},"south":{"uv":[9.5,10.1875,9.625,10.25],"texture":"#voxels_atlas"},"west":{"uv":[7.3125,5.0625,7.375,5.125],"texture":"#voxels_atlas"},"up":{"uv":[9,10.25,9.125,10.1875],"texture":"#voxels_atlas"},"down":{"uv":[8.75,10.1875,8.875,10.25],"texture":"#voxels_atlas"}}},{"from":[8.75,11.25,10.5],"to":[11.25,11.5,10.75],"faces":{"north":{"uv":[1.625,0.6875,1,0.75],"texture":"#voxels_atlas"},"east":{"uv":[7.375,3.75,7.3125,3.8125],"texture":"#voxels_atlas"},"south":{"uv":[1,0.5,1.625,0.5625],"texture":"#voxels_atlas"},"west":{"uv":[7.3125,3.9375,7.375,4],"texture":"#voxels_atlas"},"up":{"uv":[1,0.9375,1.625,0.875],"texture":"#voxels_atlas"},"down":{"uv":[1,1.0625,1.625,1.125],"texture":"#voxels_atlas"}}},{"from":[8.75,11.25,10.75],"to":[9,11.5,11],"faces":{"north":{"uv":[7.375,3.1875,7.3125,3.25],"texture":"#voxels_atlas"},"east":{"uv":[7.375,2.625,7.3125,2.6875],"texture":"#voxels_atlas"},"south":{"uv":[7.3125,3,7.375,3.0625],"texture":"#voxels_atlas"},"west":{"uv":[7.3125,2.8125,7.375,2.875],"texture":"#voxels_atlas"},"up":{"uv":[7.3125,3.4375,7.375,3.375],"texture":"#voxels_atlas"},"down":{"uv":[7.3125,3.5625,7.375,3.625],"texture":"#voxels_atlas"}}},{"from":[8.75,11.75,10.5],"to":[11.75,12,10.75],"faces":{"north":{"uv":[15.8125,14.375,15.0625,14.4375],"texture":"#voxels_atlas"},"east":{"uv":[7.375,1.5,7.3125,1.5625],"texture":"#voxels_atlas"},"south":{"uv":[1,14.1875,1.75,14.25],"texture":"#voxels_atlas"},"west":{"uv":[7.3125,1.6875,7.375,1.75],"texture":"#voxels_atlas"},"up":{"uv":[1,12,1.75,11.9375],"texture":"#voxels_atlas"},"down":{"uv":[1,12.125,1.75,12.1875],"texture":"#voxels_atlas"}}},{"from":[8.75,14,9.5],"to":[9,14.5,9.75],"faces":{"north":{"uv":[5.625,4.125,5.5625,4.25],"texture":"#voxels_atlas"},"east":{"uv":[5.625,3.375,5.5625,3.5],"texture":"#voxels_atlas"},"south":{"uv":[5.5625,3.875,5.625,4],"texture":"#voxels_atlas"},"west":{"uv":[5.5625,3.625,5.625,3.75],"texture":"#voxels_atlas"},"up":{"uv":[7.3125,1.1875,7.375,1.125],"texture":"#voxels_atlas"},"down":{"uv":[7.3125,1.3125,7.375,1.375],"texture":"#voxels_atlas"}}},{"from":[9,3.5,9.25],"to":[9.5,4.5,9.5],"faces":{"north":{"uv":[0.8125,7.5625,0.6875,7.8125],"texture":"#voxels_atlas"},"east":{"uv":[1.9375,0.5,1.875,0.75],"texture":"#voxels_atlas"},"south":{"uv":[0.4375,7.5625,0.5625,7.8125],"texture":"#voxels_atlas"},"west":{"uv":[1.875,0.125,1.9375,0.375],"texture":"#voxels_atlas"},"up":{"uv":[10,10.25,10.125,10.1875],"texture":"#voxels_atlas"},"down":{"uv":[9.75,10.1875,9.875,10.25],"texture":"#voxels_atlas"}}},{"from":[9,4.5,9.5],"to":[9.5,5.25,9.75],"faces":{"north":{"uv":[2.5,0.125,2.375,0.3125],"texture":"#voxels_atlas"},"east":{"uv":[4.3125,11.0625,4.25,11.25],"texture":"#voxels_atlas"},"south":{"uv":[0.75,11.4375,0.875,11.625],"texture":"#voxels_atlas"},"west":{"uv":[4.25,11.375,4.3125,11.5625],"texture":"#voxels_atlas"},"up":{"uv":[10.5,10.25,10.625,10.1875],"texture":"#voxels_atlas"},"down":{"uv":[10.25,10.1875,10.375,10.25],"texture":"#voxels_atlas"}}},{"from":[9,6.5,9.5],"to":[9.5,6.75,9.75],"faces":{"north":{"uv":[11.875,10.1875,11.75,10.25],"texture":"#voxels_atlas"},"east":{"uv":[10.5625,8.4375,10.5,8.5],"texture":"#voxels_atlas"},"south":{"uv":[12,10.1875,12.125,10.25],"texture":"#voxels_atlas"},"west":{"uv":[10.3125,8.4375,10.375,8.5],"texture":"#voxels_atlas"},"up":{"uv":[11.5,10.25,11.625,10.1875],"texture":"#voxels_atlas"},"down":{"uv":[11.25,10.1875,11.375,10.25],"texture":"#voxels_atlas"}}},{"from":[9,9.25,9.5],"to":[9.5,9.75,9.75],"faces":{"north":{"uv":[2.75,7.25,2.625,7.375],"texture":"#voxels_atlas"},"east":{"uv":[5.625,2.375,5.5625,2.5],"texture":"#voxels_atlas"},"south":{"uv":[2.625,7.5,2.75,7.625],"texture":"#voxels_atlas"},"west":{"uv":[5.5625,2.625,5.625,2.75],"texture":"#voxels_atlas"},"up":{"uv":[12.5,10.25,12.625,10.1875],"texture":"#voxels_atlas"},"down":{"uv":[12.25,10.1875,12.375,10.25],"texture":"#voxels_atlas"}}},{"from":[9,9.5,9.25],"to":[9.25,9.75,9.5],"faces":{"north":{"uv":[12.25,8.4375,12.1875,8.5],"texture":"#voxels_atlas"},"east":{"uv":[12.8125,8.4375,12.75,8.5],"texture":"#voxels_atlas"},"south":{"uv":[12.375,8.4375,12.4375,8.5],"texture":"#voxels_atlas"},"west":{"uv":[12.5625,8.4375,12.625,8.5],"texture":"#voxels_atlas"},"up":{"uv":[12,8.5,12.0625,8.4375],"texture":"#voxels_atlas"},"down":{"uv":[11.8125,8.4375,11.875,8.5],"texture":"#voxels_atlas"}}},{"from":[9,9.5,9.75],"to":[9.25,9.75,10],"faces":{"north":{"uv":[13.375,8.4375,13.3125,8.5],"texture":"#voxels_atlas"},"east":{"uv":[11.6875,6.375,11.625,6.4375],"texture":"#voxels_atlas"},"south":{"uv":[13.5,8.4375,13.5625,8.5],"texture":"#voxels_atlas"},"west":{"uv":[13.6875,8.4375,13.75,8.5],"texture":"#voxels_atlas"},"up":{"uv":[13.125,8.5,13.1875,8.4375],"texture":"#voxels_atlas"},"down":{"uv":[12.9375,8.4375,13,8.5],"texture":"#voxels_atlas"}}},{"from":[9,10,9.25],"to":[9.75,10.25,9.5],"faces":{"north":{"uv":[6.9375,11.6875,6.75,11.75],"texture":"#voxels_atlas"},"east":{"uv":[15.0625,8.4375,15,8.5],"texture":"#voxels_atlas"},"south":{"uv":[7.0625,11.6875,7.25,11.75],"texture":"#voxels_atlas"},"west":{"uv":[14.8125,8.4375,14.875,8.5],"texture":"#voxels_atlas"},"up":{"uv":[6.4375,11.75,6.625,11.6875],"texture":"#voxels_atlas"},"down":{"uv":[6.125,11.6875,6.3125,11.75],"texture":"#voxels_atlas"}}},{"from":[9,10,9.75],"to":[9.75,10.25,10],"faces":{"north":{"uv":[8.1875,11.6875,8,11.75],"texture":"#voxels_atlas"},"east":{"uv":[7.5625,8.0625,7.5,8.125],"texture":"#voxels_atlas"},"south":{"uv":[8.3125,11.6875,8.5,11.75],"texture":"#voxels_atlas"},"west":{"uv":[7.5,8.25,7.5625,8.3125],"texture":"#voxels_atlas"},"up":{"uv":[7.6875,11.75,7.875,11.6875],"texture":"#voxels_atlas"},"down":{"uv":[7.375,11.6875,7.5625,11.75],"texture":"#voxels_atlas"}}},{"from":[9,11,10.5],"to":[11.5,11.25,10.75],"faces":{"north":{"uv":[5.5,14.1875,4.875,14.25],"texture":"#voxels_atlas"},"east":{"uv":[7.5625,6.9375,7.5,7],"texture":"#voxels_atlas"},"south":{"uv":[5.625,14.1875,6.25,14.25],"texture":"#voxels_atlas"},"west":{"uv":[7.5,7.125,7.5625,7.1875],"texture":"#voxels_atlas"},"up":{"uv":[4.125,14.25,4.75,14.1875],"texture":"#voxels_atlas"},"down":{"uv":[1.875,14.1875,2.5,14.25],"texture":"#voxels_atlas"}}},{"from":[9,11.5,10.5],"to":[11.25,11.75,10.75],"faces":{"north":{"uv":[6.5625,13.625,6,13.6875],"texture":"#voxels_atlas"},"east":{"uv":[7.5625,5.8125,7.5,5.875],"texture":"#voxels_atlas"},"south":{"uv":[6,14,6.5625,14.0625],"texture":"#voxels_atlas"},"west":{"uv":[7.5,6,7.5625,6.0625],"texture":"#voxels_atlas"},"up":{"uv":[7.375,14.0625,7.9375,14],"texture":"#voxels_atlas"},"down":{"uv":[6.6875,14,7.25,14.0625],"texture":"#voxels_atlas"}}},{"from":[9,11.5,10.75],"to":[9.5,11.75,11],"faces":{"north":{"uv":[14.375,10.1875,14.25,10.25],"texture":"#voxels_atlas"},"east":{"uv":[7.5625,4.6875,7.5,4.75],"texture":"#voxels_atlas"},"south":{"uv":[14.5,10.1875,14.625,10.25],"texture":"#voxels_atlas"},"west":{"uv":[7.5,4.875,7.5625,4.9375],"texture":"#voxels_atlas"},"up":{"uv":[14,10.25,14.125,10.1875],"texture":"#voxels_atlas"},"down":{"uv":[13.75,10.1875,13.875,10.25],"texture":"#voxels_atlas"}}},{"from":[9,11.75,10.75],"to":[9.25,12,11],"faces":{"north":{"uv":[7.5625,4.125,7.5,4.1875],"texture":"#voxels_atlas"},"east":{"uv":[7.5625,3.5625,7.5,3.625],"texture":"#voxels_atlas"},"south":{"uv":[7.5,3.9375,7.5625,4],"texture":"#voxels_atlas"},"west":{"uv":[7.5,3.75,7.5625,3.8125],"texture":"#voxels_atlas"},"up":{"uv":[7.5,4.375,7.5625,4.3125],"texture":"#voxels_atlas"},"down":{"uv":[7.5,4.5,7.5625,4.5625],"texture":"#voxels_atlas"}}},{"from":[9,12.25,10.25],"to":[10,12.5,10.75],"faces":{"north":{"uv":[3.625,4.375,3.375,4.4375],"texture":"#voxels_atlas"},"east":{"uv":[15.125,10.1875,15,10.25],"texture":"#voxels_atlas"},"south":{"uv":[3.375,4.5625,3.625,4.625],"texture":"#voxels_atlas"},"west":{"uv":[14.75,10.1875,14.875,10.25],"texture":"#voxels_atlas"},"up":{"uv":[0.4375,10.5625,0.6875,10.4375],"texture":"#voxels_atlas"},"down":{"uv":[0.4375,10.6875,0.6875,10.8125],"texture":"#voxels_atlas"}}},{"from":[9,13.5,9.5],"to":[9.25,14,9.75],"faces":{"north":{"uv":[5.625,1.625,5.5625,1.75],"texture":"#voxels_atlas"},"east":{"uv":[5.625,0.875,5.5625,1],"texture":"#voxels_atlas"},"south":{"uv":[5.5625,1.375,5.625,1.5],"texture":"#voxels_atlas"},"west":{"uv":[5.5625,1.125,5.625,1.25],"texture":"#voxels_atlas"},"up":{"uv":[7.5,2.125,7.5625,2.0625],"texture":"#voxels_atlas"},"down":{"uv":[7.5,2.25,7.5625,2.3125],"texture":"#voxels_atlas"}}},{"from":[9.25,6.75,9.5],"to":[10.25,7.25,9.75],"faces":{"north":{"uv":[0.6875,7.3125,0.4375,7.4375],"texture":"#voxels_atlas"},"east":{"uv":[5.8125,9.9375,5.75,10.0625],"texture":"#voxels_atlas"},"south":{"uv":[0.4375,8.4375,0.6875,8.5625],"texture":"#voxels_atlas"},"west":{"uv":[5.5625,0.125,5.625,0.25],"texture":"#voxels_atlas"},"up":{"uv":[3.375,6.125,3.625,6.0625],"texture":"#voxels_atlas"},"down":{"uv":[3.375,5.875,3.625,5.9375],"texture":"#voxels_atlas"}}},{"from":[9.25,7.25,9.25],"to":[9.75,7.5,9.5],"faces":{"north":{"uv":[15.875,10.1875,15.75,10.25],"texture":"#voxels_atlas"},"east":{"uv":[8.6875,8.25,8.625,8.3125],"texture":"#voxels_atlas"},"south":{"uv":[5.9375,10,6.0625,10.0625],"texture":"#voxels_atlas"},"west":{"uv":[8.4375,8.25,8.5,8.3125],"texture":"#voxels_atlas"},"up":{"uv":[15.5,10.25,15.625,10.1875],"texture":"#voxels_atlas"},"down":{"uv":[15.25,10.1875,15.375,10.25],"texture":"#voxels_atlas"}}},{"from":[9.25,7.25,9.75],"to":[9.75,7.5,10],"faces":{"north":{"uv":[6.8125,10,6.6875,10.0625],"texture":"#voxels_atlas"},"east":{"uv":[9.8125,8.25,9.75,8.3125],"texture":"#voxels_atlas"},"south":{"uv":[6.9375,10,7.0625,10.0625],"texture":"#voxels_atlas"},"west":{"uv":[9.5625,8.25,9.625,8.3125],"texture":"#voxels_atlas"},"up":{"uv":[6.4375,10.0625,6.5625,10],"texture":"#voxels_atlas"},"down":{"uv":[6.1875,10,6.3125,10.0625],"texture":"#voxels_atlas"}}},{"from":[9.25,10,11],"to":[9.75,10.25,11.25],"faces":{"north":{"uv":[7.8125,10,7.6875,10.0625],"texture":"#voxels_atlas"},"east":{"uv":[10.9375,8.25,10.875,8.3125],"texture":"#voxels_atlas"},"south":{"uv":[7.9375,10,8.0625,10.0625],"texture":"#voxels_atlas"},"west":{"uv":[10.6875,8.25,10.75,8.3125],"texture":"#voxels_atlas"},"up":{"uv":[7.4375,10.0625,7.5625,10],"texture":"#voxels_atlas"},"down":{"uv":[7.1875,10,7.3125,10.0625],"texture":"#voxels_atlas"}}},{"from":[9.25,10.25,9.25],"to":[10,10.5,9.5],"faces":{"north":{"uv":[10.6875,11.6875,10.5,11.75],"texture":"#voxels_atlas"},"east":{"uv":[12.0625,8.25,12,8.3125],"texture":"#voxels_atlas"},"south":{"uv":[10.8125,11.6875,11,11.75],"texture":"#voxels_atlas"},"west":{"uv":[11.8125,8.25,11.875,8.3125],"texture":"#voxels_atlas"},"up":{"uv":[8.9375,11.75,9.125,11.6875],"texture":"#voxels_atlas"},"down":{"uv":[8.625,11.6875,8.8125,11.75],"texture":"#voxels_atlas"}}},{"from":[9.25,10.25,9.75],"to":[10,10.5,10],"faces":{"north":{"uv":[13.1875,11.6875,13,11.75],"texture":"#voxels_atlas"},"east":{"uv":[13.1875,8.25,13.125,8.3125],"texture":"#voxels_atlas"},"south":{"uv":[13.3125,11.6875,13.5,11.75],"texture":"#voxels_atlas"},"west":{"uv":[12.9375,8.25,13,8.3125],"texture":"#voxels_atlas"},"up":{"uv":[12.6875,11.75,12.875,11.6875],"texture":"#voxels_atlas"},"down":{"uv":[12.375,11.6875,12.5625,11.75],"texture":"#voxels_atlas"}}},{"from":[9.25,10.5,9.5],"to":[10.5,10.75,9.75],"faces":{"north":{"uv":[3.25,4.375,2.9375,4.4375],"texture":"#voxels_atlas"},"east":{"uv":[14.3125,8.25,14.25,8.3125],"texture":"#voxels_atlas"},"south":{"uv":[2.9375,4.5625,3.25,4.625],"texture":"#voxels_atlas"},"west":{"uv":[14.0625,8.25,14.125,8.3125],"texture":"#voxels_atlas"},"up":{"uv":[2.9375,3.125,3.25,3.0625],"texture":"#voxels_atlas"},"down":{"uv":[2.9375,2.875,3.25,2.9375],"texture":"#voxels_atlas"}}},{"from":[9.25,11.25,10.75],"to":[11,11.5,11],"faces":{"north":{"uv":[2.5,10.8125,2.0625,10.875],"texture":"#voxels_atlas"},"east":{"uv":[15.4375,8.25,15.375,8.3125],"texture":"#voxels_atlas"},"south":{"uv":[2.0625,11,2.5,11.0625],"texture":"#voxels_atlas"},"west":{"uv":[15.1875,8.25,15.25,8.3125],"texture":"#voxels_atlas"},"up":{"uv":[2.0625,9.9375,2.5,9.875],"texture":"#voxels_atlas"},"down":{"uv":[2.0625,8.9375,2.5,9],"texture":"#voxels_atlas"}}},{"from":[9.25,12,10.25],"to":[9.75,12.25,11],"faces":{"north":{"uv":[8.3125,10,8.1875,10.0625],"texture":"#voxels_atlas"},"east":{"uv":[14.125,11.6875,13.9375,11.75],"texture":"#voxels_atlas"},"south":{"uv":[8.4375,10,8.5625,10.0625],"texture":"#voxels_atlas"},"west":{"uv":[13.625,11.6875,13.8125,11.75],"texture":"#voxels_atlas"},"up":{"uv":[0.75,12.875,0.875,12.6875],"texture":"#voxels_atlas"},"down":{"uv":[0.75,12.375,0.875,12.5625],"texture":"#voxels_atlas"}}},{"from":[9.25,12.75,10.25],"to":[10.75,13,10.5],"faces":{"north":{"uv":[5.8125,13.1875,5.4375,13.25],"texture":"#voxels_atlas"},"east":{"uv":[7.75,6.375,7.6875,6.4375],"texture":"#voxels_atlas"},"south":{"uv":[4.9375,13.1875,5.3125,13.25],"texture":"#voxels_atlas"},"west":{"uv":[7.6875,6.5625,7.75,6.625],"texture":"#voxels_atlas"},"up":{"uv":[5.9375,13.25,6.3125,13.1875],"texture":"#voxels_atlas"},"down":{"uv":[6.4375,13.1875,6.8125,13.25],"texture":"#voxels_atlas"}}},{"from":[9.25,12.75,10.5],"to":[10.25,13,10.75],"faces":{"north":{"uv":[13.25,12.4375,13,12.5],"texture":"#voxels_atlas"},"east":{"uv":[7.75,5.25,7.6875,5.3125],"texture":"#voxels_atlas"},"south":{"uv":[12.625,12.4375,12.875,12.5],"texture":"#voxels_atlas"},"west":{"uv":[7.6875,5.4375,7.75,5.5],"texture":"#voxels_atlas"},"up":{"uv":[13.375,12.5,13.625,12.4375],"texture":"#voxels_atlas"},"down":{"uv":[13.75,12.4375,14,12.5],"texture":"#voxels_atlas"}}},{"from":[9.25,13,9.5],"to":[9.5,13.5,9.75],"faces":{"north":{"uv":[5.8125,6.9375,5.75,7.0625],"texture":"#voxels_atlas"},"east":{"uv":[5.8125,6.1875,5.75,6.3125],"texture":"#voxels_atlas"},"south":{"uv":[5.75,6.6875,5.8125,6.8125],"texture":"#voxels_atlas"},"west":{"uv":[5.75,6.4375,5.8125,6.5625],"texture":"#voxels_atlas"},"up":{"uv":[7.6875,4.9375,7.75,4.875],"texture":"#voxels_atlas"},"down":{"uv":[7.6875,5.0625,7.75,5.125],"texture":"#voxels_atlas"}}},{"from":[9.5,3.75,9.25],"to":[9.75,4.75,9.5],"faces":{"north":{"uv":[1.9375,5,1.875,5.25],"texture":"#voxels_atlas"},"east":{"uv":[1.9375,6.125,1.875,6.375],"texture":"#voxels_atlas"},"south":{"uv":[1.875,5.375,1.9375,5.625],"texture":"#voxels_atlas"},"west":{"uv":[1.875,5.75,1.9375,6],"texture":"#voxels_atlas"},"up":{"uv":[7.6875,3.8125,7.75,3.75],"texture":"#voxels_atlas"},"down":{"uv":[7.6875,3.9375,7.75,4],"texture":"#voxels_atlas"}}},{"from":[9.5,4.75,9.5],"to":[10.25,5,9.75],"faces":{"north":{"uv":[4.9375,11.5,4.75,11.5625],"texture":"#voxels_atlas"},"east":{"uv":[7.75,1.875,7.6875,1.9375],"texture":"#voxels_atlas"},"south":{"uv":[5.0625,11.5,5.25,11.5625],"texture":"#voxels_atlas"},"west":{"uv":[7.6875,2.0625,7.75,2.125],"texture":"#voxels_atlas"},"up":{"uv":[14.5625,11.75,14.75,11.6875],"texture":"#voxels_atlas"},"down":{"uv":[14.25,11.6875,14.4375,11.75],"texture":"#voxels_atlas"}}},{"from":[9.5,5,9.5],"to":[10,5.25,9.75],"faces":{"north":{"uv":[9.3125,10,9.1875,10.0625],"texture":"#voxels_atlas"},"east":{"uv":[7.75,0.75,7.6875,0.8125],"texture":"#voxels_atlas"},"south":{"uv":[9.4375,10,9.5625,10.0625],"texture":"#voxels_atlas"},"west":{"uv":[7.6875,0.9375,7.75,1],"texture":"#voxels_atlas"},"up":{"uv":[8.9375,10.0625,9.0625,10],"texture":"#voxels_atlas"},"down":{"uv":[8.6875,10,8.8125,10.0625],"texture":"#voxels_atlas"}}},{"from":[9.5,10.5,9.25],"to":[10.25,10.75,9.5],"faces":{"north":{"uv":[6.1875,11.5,6,11.5625],"texture":"#voxels_atlas"},"east":{"uv":[8.3125,8.0625,8.25,8.125],"texture":"#voxels_atlas"},"south":{"uv":[6.3125,11.5,6.5,11.5625],"texture":"#voxels_atlas"},"west":{"uv":[8.0625,8.0625,8.125,8.125],"texture":"#voxels_atlas"},"up":{"uv":[5.6875,11.5625,5.875,11.5],"texture":"#voxels_atlas"},"down":{"uv":[5.375,11.5,5.5625,11.5625],"texture":"#voxels_atlas"}}},{"from":[9.5,10.5,9.75],"to":[10.25,10.75,10],"faces":{"north":{"uv":[7.4375,11.5,7.25,11.5625],"texture":"#voxels_atlas"},"east":{"uv":[9.4375,8.0625,9.375,8.125],"texture":"#voxels_atlas"},"south":{"uv":[7.5625,11.5,7.75,11.5625],"texture":"#voxels_atlas"},"west":{"uv":[9.1875,8.0625,9.25,8.125],"texture":"#voxels_atlas"},"up":{"uv":[6.9375,11.5625,7.125,11.5],"texture":"#voxels_atlas"},"down":{"uv":[6.625,11.5,6.8125,11.5625],"texture":"#voxels_atlas"}}},{"from":[9.5,10.75,9.5],"to":[10.75,11,9.75],"faces":{"north":{"uv":[3.25,8.875,2.9375,8.9375],"texture":"#voxels_atlas"},"east":{"uv":[10.5625,8.0625,10.5,8.125],"texture":"#voxels_atlas"},"south":{"uv":[2.9375,9.0625,3.25,9.125],"texture":"#voxels_atlas"},"west":{"uv":[10.3125,8.0625,10.375,8.125],"texture":"#voxels_atlas"},"up":{"uv":[2.9375,8.75,3.25,8.6875],"texture":"#voxels_atlas"},"down":{"uv":[2.9375,8.5,3.25,8.5625],"texture":"#voxels_atlas"}}},{"from":[9.5,11.75,10.75],"to":[10.75,12,11],"faces":{"north":{"uv":[3.25,9.625,2.9375,9.6875],"texture":"#voxels_atlas"},"east":{"uv":[11.6875,8.0625,11.625,8.125],"texture":"#voxels_atlas"},"south":{"uv":[2.9375,9.8125,3.25,9.875],"texture":"#voxels_atlas"},"west":{"uv":[11.4375,8.0625,11.5,8.125],"texture":"#voxels_atlas"},"up":{"uv":[2.9375,9.5,3.25,9.4375],"texture":"#voxels_atlas"},"down":{"uv":[2.9375,9.25,3.25,9.3125],"texture":"#voxels_atlas"}}},{"from":[9.5,12.5,9.5],"to":[9.75,13,9.75],"faces":{"north":{"uv":[5.8125,3.4375,5.75,3.5625],"texture":"#voxels_atlas"},"east":{"uv":[5.8125,2.6875,5.75,2.8125],"texture":"#voxels_atlas"},"south":{"uv":[5.75,3.1875,5.8125,3.3125],"texture":"#voxels_atlas"},"west":{"uv":[5.75,2.9375,5.8125,3.0625],"texture":"#voxels_atlas"},"up":{"uv":[12,8.125,12.0625,8.0625],"texture":"#voxels_atlas"},"down":{"uv":[11.8125,8.0625,11.875,8.125],"texture":"#voxels_atlas"}}},{"from":[9.5,12.5,10.25],"to":[10.5,12.75,10.5],"faces":{"north":{"uv":[9.5,12.4375,9.25,12.5],"texture":"#voxels_atlas"},"east":{"uv":[13.9375,8.0625,13.875,8.125],"texture":"#voxels_atlas"},"south":{"uv":[8.875,12.4375,9.125,12.5],"texture":"#voxels_atlas"},"west":{"uv":[13.6875,8.0625,13.75,8.125],"texture":"#voxels_atlas"},"up":{"uv":[9.625,12.5,9.875,12.4375],"texture":"#voxels_atlas"},"down":{"uv":[10,12.4375,10.25,12.5],"texture":"#voxels_atlas"}}},{"from":[9.75,4,9.25],"to":[10,4.75,9.5],"faces":{"north":{"uv":[4.3125,10.75,4.25,10.9375],"texture":"#voxels_atlas"},"east":{"uv":[4.3125,9.8125,4.25,10],"texture":"#voxels_atlas"},"south":{"uv":[4.25,10.4375,4.3125,10.625],"texture":"#voxels_atlas"},"west":{"uv":[4.25,10.125,4.3125,10.3125],"texture":"#voxels_atlas"},"up":{"uv":[14.25,8.125,14.3125,8.0625],"texture":"#voxels_atlas"},"down":{"uv":[14.0625,8.0625,14.125,8.125],"texture":"#voxels_atlas"}}},{"from":[9.75,7,9.25],"to":[10,7.25,9.5],"faces":{"north":{"uv":[15.625,8.0625,15.5625,8.125],"texture":"#voxels_atlas"},"east":{"uv":[7.9375,7.6875,7.875,7.75],"texture":"#voxels_atlas"},"south":{"uv":[15.75,8.0625,15.8125,8.125],"texture":"#voxels_atlas"},"west":{"uv":[7.875,7.875,7.9375,7.9375],"texture":"#voxels_atlas"},"up":{"uv":[15.375,8.125,15.4375,8.0625],"texture":"#voxels_atlas"},"down":{"uv":[15.1875,8.0625,15.25,8.125],"texture":"#voxels_atlas"}}},{"from":[9.75,10.75,9.25],"to":[10.5,11,9.5],"faces":{"north":{"uv":[8.6875,11.5,8.5,11.5625],"texture":"#voxels_atlas"},"east":{"uv":[7.9375,6.5625,7.875,6.625],"texture":"#voxels_atlas"},"south":{"uv":[8.8125,11.5,9,11.5625],"texture":"#voxels_atlas"},"west":{"uv":[7.875,6.75,7.9375,6.8125],"texture":"#voxels_atlas"},"up":{"uv":[8.1875,11.5625,8.375,11.5],"texture":"#voxels_atlas"},"down":{"uv":[7.875,11.5,8.0625,11.5625],"texture":"#voxels_atlas"}}},{"from":[9.75,10.75,9.75],"to":[10.5,11,10],"faces":{"north":{"uv":[11.1875,11.5,11,11.5625],"texture":"#voxels_atlas"},"east":{"uv":[7.9375,5.4375,7.875,5.5],"texture":"#voxels_atlas"},"south":{"uv":[12.5625,11.5,12.75,11.5625],"texture":"#voxels_atlas"},"west":{"uv":[7.875,5.625,7.9375,5.6875],"texture":"#voxels_atlas"},"up":{"uv":[10.6875,11.5625,10.875,11.5],"texture":"#voxels_atlas"},"down":{"uv":[9.125,11.5,9.3125,11.5625],"texture":"#voxels_atlas"}}},{"from":[9.75,11,9.5],"to":[10.75,11.25,9.75],"faces":{"north":{"uv":[8,12.4375,7.75,12.5],"texture":"#voxels_atlas"},"east":{"uv":[7.9375,4.3125,7.875,4.375],"texture":"#voxels_atlas"},"south":{"uv":[15.625,12.625,15.875,12.6875],"texture":"#voxels_atlas"},"west":{"uv":[7.875,4.5,7.9375,4.5625],"texture":"#voxels_atlas"},"up":{"uv":[8.125,12.5,8.375,12.4375],"texture":"#voxels_atlas"},"down":{"uv":[8.5,12.4375,8.75,12.5],"texture":"#voxels_atlas"}}},{"from":[9.75,11,10.75],"to":[11,11.25,11],"faces":{"north":{"uv":[3.25,11.6875,2.9375,11.75],"texture":"#voxels_atlas"},"east":{"uv":[7.9375,3.1875,7.875,3.25],"texture":"#voxels_atlas"},"south":{"uv":[2.9375,11.875,3.25,11.9375],"texture":"#voxels_atlas"},"west":{"uv":[7.875,3.375,7.9375,3.4375],"texture":"#voxels_atlas"},"up":{"uv":[2.9375,11,3.25,10.9375],"texture":"#voxels_atlas"},"down":{"uv":[2.9375,10.75,3.25,10.8125],"texture":"#voxels_atlas"}}},{"from":[9.75,11.75,9.5],"to":[10.25,12,9.75],"faces":{"north":{"uv":[11.3125,10,11.1875,10.0625],"texture":"#voxels_atlas"},"east":{"uv":[7.9375,2.0625,7.875,2.125],"texture":"#voxels_atlas"},"south":{"uv":[11.4375,10,11.5625,10.0625],"texture":"#voxels_atlas"},"west":{"uv":[7.875,2.25,7.9375,2.3125],"texture":"#voxels_atlas"},"up":{"uv":[10.9375,10.0625,11.0625,10],"texture":"#voxels_atlas"},"down":{"uv":[10.6875,10,10.8125,10.0625],"texture":"#voxels_atlas"}}},{"from":[9.75,12,9.5],"to":[10,12.5,9.75],"faces":{"north":{"uv":[5.8125,0.9375,5.75,1.0625],"texture":"#voxels_atlas"},"east":{"uv":[5.8125,0.1875,5.75,0.3125],"texture":"#voxels_atlas"},"south":{"uv":[5.75,0.6875,5.8125,0.8125],"texture":"#voxels_atlas"},"west":{"uv":[5.75,0.4375,5.8125,0.5625],"texture":"#voxels_atlas"},"up":{"uv":[7.875,1.75,7.9375,1.6875],"texture":"#voxels_atlas"},"down":{"uv":[7.875,1.875,7.9375,1.9375],"texture":"#voxels_atlas"}}},{"from":[9.75,12,10.5],"to":[11.5,12.25,10.75],"faces":{"north":{"uv":[15.3125,13.625,14.875,13.6875],"texture":"#voxels_atlas"},"east":{"uv":[8.3125,7.875,8.25,7.9375],"texture":"#voxels_atlas"},"south":{"uv":[14.3125,13.625,14.75,13.6875],"texture":"#voxels_atlas"},"west":{"uv":[8.0625,7.875,8.125,7.9375],"texture":"#voxels_atlas"},"up":{"uv":[15.4375,13.6875,15.875,13.625],"texture":"#voxels_atlas"},"down":{"uv":[2.0625,13.4375,2.5,13.5],"texture":"#voxels_atlas"}}},{"from":[9.75,12,10.75],"to":[10.25,12.25,11],"faces":{"north":{"uv":[12.8125,10,12.6875,10.0625],"texture":"#voxels_atlas"},"east":{"uv":[9.4375,7.875,9.375,7.9375],"texture":"#voxels_atlas"},"south":{"uv":[12.9375,10,13.0625,10.0625],"texture":"#voxels_atlas"},"west":{"uv":[9.1875,7.875,9.25,7.9375],"texture":"#voxels_atlas"},"up":{"uv":[12.4375,10.0625,12.5625,10],"texture":"#voxels_atlas"},"down":{"uv":[12.1875,10,12.3125,10.0625],"texture":"#voxels_atlas"}}},{"from":[9.75,13.25,10.25],"to":[13,13.5,10.5],"faces":{"north":{"uv":[3.6875,14.375,2.875,14.4375],"texture":"#voxels_atlas"},"east":{"uv":[10.5625,7.875,10.5,7.9375],"texture":"#voxels_atlas"},"south":{"uv":[14.25,14.5625,15.0625,14.625],"texture":"#voxels_atlas"},"west":{"uv":[10.3125,7.875,10.375,7.9375],"texture":"#voxels_atlas"},"up":{"uv":[6.625,14.4375,7.4375,14.375],"texture":"#voxels_atlas"},"down":{"uv":[7.5625,14.375,8.375,14.4375],"texture":"#voxels_atlas"}}},{"from":[10,4.25,9.25],"to":[10.25,4.5,9.5],"faces":{"north":{"uv":[11.125,7.875,11.0625,7.9375],"texture":"#voxels_atlas"},"east":{"uv":[11.6875,7.875,11.625,7.9375],"texture":"#voxels_atlas"},"south":{"uv":[11.25,7.875,11.3125,7.9375],"texture":"#voxels_atlas"},"west":{"uv":[11.4375,7.875,11.5,7.9375],"texture":"#voxels_atlas"},"up":{"uv":[10.875,7.9375,10.9375,7.875],"texture":"#voxels_atlas"},"down":{"uv":[10.6875,7.875,10.75,7.9375],"texture":"#voxels_atlas"}}},{"from":[10,7.5,9.5],"to":[10.25,7.75,9.75],"faces":{"north":{"uv":[12.25,7.875,12.1875,7.9375],"texture":"#voxels_atlas"},"east":{"uv":[12.8125,7.875,12.75,7.9375],"texture":"#voxels_atlas"},"south":{"uv":[12.375,7.875,12.4375,7.9375],"texture":"#voxels_atlas"},"west":{"uv":[12.5625,7.875,12.625,7.9375],"texture":"#voxels_atlas"},"up":{"uv":[12,7.9375,12.0625,7.875],"texture":"#voxels_atlas"},"down":{"uv":[11.8125,7.875,11.875,7.9375],"texture":"#voxels_atlas"}}},{"from":[10,7.5,10.5],"to":[10.25,7.75,10.75],"faces":{"north":{"uv":[13.375,7.875,13.3125,7.9375],"texture":"#voxels_atlas"},"east":{"uv":[13.9375,7.875,13.875,7.9375],"texture":"#voxels_atlas"},"south":{"uv":[13.5,7.875,13.5625,7.9375],"texture":"#voxels_atlas"},"west":{"uv":[13.6875,7.875,13.75,7.9375],"texture":"#voxels_atlas"},"up":{"uv":[13.125,7.9375,13.1875,7.875],"texture":"#voxels_atlas"},"down":{"uv":[12.9375,7.875,13,7.9375],"texture":"#voxels_atlas"}}},{"from":[10,10.75,10.75],"to":[11,11,11],"faces":{"north":{"uv":[3.625,2.5,3.375,2.5625],"texture":"#voxels_atlas"},"east":{"uv":[15.0625,7.875,15,7.9375],"texture":"#voxels_atlas"},"south":{"uv":[3.375,2.6875,3.625,2.75],"texture":"#voxels_atlas"},"west":{"uv":[14.8125,7.875,14.875,7.9375],"texture":"#voxels_atlas"},"up":{"uv":[6,12.3125,6.25,12.25],"texture":"#voxels_atlas"},"down":{"uv":[6.375,12.25,6.625,12.3125],"texture":"#voxels_atlas"}}},{"from":[10,11,9.25],"to":[10.5,11.25,9.5],"faces":{"north":{"uv":[14.3125,10,14.1875,10.0625],"texture":"#voxels_atlas"},"east":{"uv":[8.125,7.5,8.0625,7.5625],"texture":"#voxels_atlas"},"south":{"uv":[14.4375,10,14.5625,10.0625],"texture":"#voxels_atlas"},"west":{"uv":[8.0625,7.6875,8.125,7.75],"texture":"#voxels_atlas"},"up":{"uv":[13.9375,10.0625,14.0625,10],"texture":"#voxels_atlas"},"down":{"uv":[13.6875,10,13.8125,10.0625],"texture":"#voxels_atlas"}}},{"from":[10,11,9.75],"to":[10.5,11.25,10],"faces":{"north":{"uv":[15.3125,10,15.1875,10.0625],"texture":"#voxels_atlas"},"east":{"uv":[8.125,6.375,8.0625,6.4375],"texture":"#voxels_atlas"},"south":{"uv":[15.4375,10,15.5625,10.0625],"texture":"#voxels_atlas"},"west":{"uv":[8.0625,6.5625,8.125,6.625],"texture":"#voxels_atlas"},"up":{"uv":[14.9375,10.0625,15.0625,10],"texture":"#voxels_atlas"},"down":{"uv":[14.6875,10,14.8125,10.0625],"texture":"#voxels_atlas"}}},{"from":[10,11.25,9.5],"to":[11,11.75,9.75],"faces":{"north":{"uv":[0.6875,10.1875,0.4375,10.3125],"texture":"#voxels_atlas"},"east":{"uv":[6,8.5,5.9375,8.625],"texture":"#voxels_atlas"},"south":{"uv":[0.4375,9.9375,0.6875,10.0625],"texture":"#voxels_atlas"},"west":{"uv":[5.9375,8.75,6,8.875],"texture":"#voxels_atlas"},"up":{"uv":[3.375,3.5,3.625,3.4375],"texture":"#voxels_atlas"},"down":{"uv":[3.375,3.25,3.625,3.3125],"texture":"#voxels_atlas"}}},{"from":[10,12.25,10.5],"to":[11.75,12.75,10.75],"faces":{"north":{"uv":[0.875,13.25,0.4375,13.375],"texture":"#voxels_atlas"},"east":{"uv":[6,8,5.9375,8.125],"texture":"#voxels_atlas"},"south":{"uv":[0.4375,13,0.875,13.125],"texture":"#voxels_atlas"},"west":{"uv":[5.9375,8.25,6,8.375],"texture":"#voxels_atlas"},"up":{"uv":[0.4375,0.375,0.875,0.3125],"texture":"#voxels_atlas"},"down":{"uv":[0.4375,0.125,0.875,0.1875],"texture":"#voxels_atlas"}}},{"from":[10,12.5,10.75],"to":[10.5,12.75,11],"faces":{"north":{"uv":[6.5,9.8125,6.375,9.875],"texture":"#voxels_atlas"},"east":{"uv":[8.125,3,8.0625,3.0625],"texture":"#voxels_atlas"},"south":{"uv":[6.625,9.8125,6.75,9.875],"texture":"#voxels_atlas"},"west":{"uv":[8.0625,3.1875,8.125,3.25],"texture":"#voxels_atlas"},"up":{"uv":[6.125,9.875,6.25,9.8125],"texture":"#voxels_atlas"},"down":{"uv":[15.6875,10,15.8125,10.0625],"texture":"#voxels_atlas"}}},{"from":[10,13,10.25],"to":[11,13.25,10.5],"faces":{"north":{"uv":[3.625,4.75,3.375,4.8125],"texture":"#voxels_atlas"},"east":{"uv":[8.125,1.875,8.0625,1.9375],"texture":"#voxels_atlas"},"south":{"uv":[3.375,4.9375,3.625,5],"texture":"#voxels_atlas"},"west":{"uv":[8.0625,2.0625,8.125,2.125],"texture":"#voxels_atlas"},"up":{"uv":[3.375,3.875,3.625,3.8125],"texture":"#voxels_atlas"},"down":{"uv":[3.375,3.625,3.625,3.6875],"texture":"#voxels_atlas"}}},{"from":[10,13.25,10.5],"to":[11,13.5,10.75],"faces":{"north":{"uv":[3.625,5.5,3.375,5.5625],"texture":"#voxels_atlas"},"east":{"uv":[8.125,0.75,8.0625,0.8125],"texture":"#voxels_atlas"},"south":{"uv":[3.375,5.6875,3.625,5.75],"texture":"#voxels_atlas"},"west":{"uv":[8.0625,0.9375,8.125,1],"texture":"#voxels_atlas"},"up":{"uv":[3.375,5.375,3.625,5.3125],"texture":"#voxels_atlas"},"down":{"uv":[3.375,5.125,3.625,5.1875],"texture":"#voxels_atlas"}}},{"from":[10,13.75,10.25],"to":[11.5,14,10.5],"faces":{"north":{"uv":[4.125,13.4375,3.75,13.5],"texture":"#voxels_atlas"},"east":{"uv":[8.6875,7.6875,8.625,7.75],"texture":"#voxels_atlas"},"south":{"uv":[2.0625,2.6875,2.4375,2.75],"texture":"#voxels_atlas"},"west":{"uv":[8.4375,7.6875,8.5,7.75],"texture":"#voxels_atlas"},"up":{"uv":[11.5625,13.5,11.9375,13.4375],"texture":"#voxels_atlas"},"down":{"uv":[6.25,13.4375,6.625,13.5],"texture":"#voxels_atlas"}}},{"from":[10.25,6.5,9.5],"to":[10.5,6.75,9.75],"faces":{"north":{"uv":[9.25,7.6875,9.1875,7.75],"texture":"#voxels_atlas"},"east":{"uv":[9.8125,7.6875,9.75,7.75],"texture":"#voxels_atlas"},"south":{"uv":[9.375,7.6875,9.4375,7.75],"texture":"#voxels_atlas"},"west":{"uv":[9.5625,7.6875,9.625,7.75],"texture":"#voxels_atlas"},"up":{"uv":[9,7.75,9.0625,7.6875],"texture":"#voxels_atlas"},"down":{"uv":[8.8125,7.6875,8.875,7.75],"texture":"#voxels_atlas"}}},{"from":[10.25,7.75,9.5],"to":[10.5,8.5,9.75],"faces":{"north":{"uv":[4.3125,9.5,4.25,9.6875],"texture":"#voxels_atlas"},"east":{"uv":[4.3125,8.5625,4.25,8.75],"texture":"#voxels_atlas"},"south":{"uv":[4.25,9.1875,4.3125,9.375],"texture":"#voxels_atlas"},"west":{"uv":[4.25,8.875,4.3125,9.0625],"texture":"#voxels_atlas"},"up":{"uv":[10.125,7.75,10.1875,7.6875],"texture":"#voxels_atlas"},"down":{"uv":[9.9375,7.6875,10,7.75],"texture":"#voxels_atlas"}}},{"from":[10.25,9.75,10.75],"to":[10.5,10,11],"faces":{"north":{"uv":[11.5,7.6875,11.4375,7.75],"texture":"#voxels_atlas"},"east":{"uv":[12.0625,7.6875,12,7.75],"texture":"#voxels_atlas"},"south":{"uv":[11.625,7.6875,11.6875,7.75],"texture":"#voxels_atlas"},"west":{"uv":[11.8125,7.6875,11.875,7.75],"texture":"#voxels_atlas"},"up":{"uv":[11.25,7.75,11.3125,7.6875],"texture":"#voxels_atlas"},"down":{"uv":[11.0625,7.6875,11.125,7.75],"texture":"#voxels_atlas"}}},{"from":[10.25,11.25,9.25],"to":[10.75,11.5,9.5],"faces":{"north":{"uv":[7.5,9.8125,7.375,9.875],"texture":"#voxels_atlas"},"east":{"uv":[13.1875,7.6875,13.125,7.75],"texture":"#voxels_atlas"},"south":{"uv":[7.625,9.8125,7.75,9.875],"texture":"#voxels_atlas"},"west":{"uv":[12.9375,7.6875,13,7.75],"texture":"#voxels_atlas"},"up":{"uv":[7.125,9.875,7.25,9.8125],"texture":"#voxels_atlas"},"down":{"uv":[6.875,9.8125,7,9.875],"texture":"#voxels_atlas"}}},{"from":[10.25,11.25,9.75],"to":[10.75,11.5,10],"faces":{"north":{"uv":[8.5,9.8125,8.375,9.875],"texture":"#voxels_atlas"},"east":{"uv":[14.3125,7.6875,14.25,7.75],"texture":"#voxels_atlas"},"south":{"uv":[8.625,9.8125,8.75,9.875],"texture":"#voxels_atlas"},"west":{"uv":[14.0625,7.6875,14.125,7.75],"texture":"#voxels_atlas"},"up":{"uv":[8.125,9.875,8.25,9.8125],"texture":"#voxels_atlas"},"down":{"uv":[7.875,9.8125,8,9.875],"texture":"#voxels_atlas"}}},{"from":[10.25,11.5,10.75],"to":[11,11.75,11],"faces":{"north":{"uv":[13.6875,11.5,13.5,11.5625],"texture":"#voxels_atlas"},"east":{"uv":[15.4375,7.6875,15.375,7.75],"texture":"#voxels_atlas"},"south":{"uv":[13.8125,11.5,14,11.5625],"texture":"#voxels_atlas"},"west":{"uv":[15.1875,7.6875,15.25,7.75],"texture":"#voxels_atlas"},"up":{"uv":[13.1875,11.5625,13.375,11.5],"texture":"#voxels_atlas"},"down":{"uv":[12.875,11.5,13.0625,11.5625],"texture":"#voxels_atlas"}}},{"from":[10.25,12.25,10.75],"to":[10.75,12.5,11],"faces":{"north":{"uv":[9.5,9.8125,9.375,9.875],"texture":"#voxels_atlas"},"east":{"uv":[8.3125,6.9375,8.25,7],"texture":"#voxels_atlas"},"south":{"uv":[9.625,9.8125,9.75,9.875],"texture":"#voxels_atlas"},"west":{"uv":[8.25,7.125,8.3125,7.1875],"texture":"#voxels_atlas"},"up":{"uv":[9.125,9.875,9.25,9.8125],"texture":"#voxels_atlas"},"down":{"uv":[8.875,9.8125,9,9.875],"texture":"#voxels_atlas"}}},{"from":[10.25,13,10.5],"to":[11.5,13.25,10.75],"faces":{"north":{"uv":[12.4375,12.8125,12.125,12.875],"texture":"#voxels_atlas"},"east":{"uv":[8.3125,5.8125,8.25,5.875],"texture":"#voxels_atlas"},"south":{"uv":[11.6875,12.8125,12,12.875],"texture":"#voxels_atlas"},"west":{"uv":[8.25,6,8.3125,6.0625],"texture":"#voxels_atlas"},"up":{"uv":[2.9375,5,3.25,4.9375],"texture":"#voxels_atlas"},"down":{"uv":[2.9375,4.75,3.25,4.8125],"texture":"#voxels_atlas"}}},{"from":[10.25,13.25,10],"to":[10.5,14,10.25],"faces":{"north":{"uv":[4.3125,7,4.25,7.1875],"texture":"#voxels_atlas"},"east":{"uv":[4.3125,6.0625,4.25,6.25],"texture":"#voxels_atlas"},"south":{"uv":[4.25,6.6875,4.3125,6.875],"texture":"#voxels_atlas"},"west":{"uv":[4.25,6.375,4.3125,6.5625],"texture":"#voxels_atlas"},"up":{"uv":[8.25,5.5,8.3125,5.4375],"texture":"#voxels_atlas"},"down":{"uv":[8.25,5.625,8.3125,5.6875],"texture":"#voxels_atlas"}}},{"from":[10.25,13.5,10.25],"to":[12.75,13.75,10.5],"faces":{"north":{"uv":[1.625,1.25,1,1.3125],"texture":"#voxels_atlas"},"east":{"uv":[8.3125,3.5625,8.25,3.625],"texture":"#voxels_atlas"},"south":{"uv":[10.875,14.1875,11.5,14.25],"texture":"#voxels_atlas"},"west":{"uv":[8.25,3.75,8.3125,3.8125],"texture":"#voxels_atlas"},"up":{"uv":[11.625,14.25,12.25,14.1875],"texture":"#voxels_atlas"},"down":{"uv":[8.625,14.1875,9.25,14.25],"texture":"#voxels_atlas"}}},{"from":[10.5,8.5,9.5],"to":[10.75,10.25,9.75],"faces":{"north":{"uv":[0.5,0.5,0.4375,0.9375],"texture":"#voxels_atlas"},"east":{"uv":[0.5,1.0625,0.4375,1.5],"texture":"#voxels_atlas"},"south":{"uv":[0.8125,1.0625,0.875,1.5],"texture":"#voxels_atlas"},"west":{"uv":[0.625,1.0625,0.6875,1.5],"texture":"#voxels_atlas"},"up":{"uv":[8.25,3.25,8.3125,3.1875],"texture":"#voxels_atlas"},"down":{"uv":[8.25,3.375,8.3125,3.4375],"texture":"#voxels_atlas"}}},{"from":[10.5,9.25,10.25],"to":[11.75,9.5,10.5],"faces":{"north":{"uv":[15.5,13,15.1875,13.0625],"texture":"#voxels_atlas"},"east":{"uv":[8.3125,1.3125,8.25,1.375],"texture":"#voxels_atlas"},"south":{"uv":[14.75,13,15.0625,13.0625],"texture":"#voxels_atlas"},"west":{"uv":[8.25,1.5,8.3125,1.5625],"texture":"#voxels_atlas"},"up":{"uv":[2.9375,12.875,3.25,12.8125],"texture":"#voxels_atlas"},"down":{"uv":[3.375,12.8125,3.6875,12.875],"texture":"#voxels_atlas"}}},{"from":[10.5,12,10.75],"to":[10.75,12.25,11],"faces":{"north":{"uv":[8.3125,0.75,8.25,0.8125],"texture":"#voxels_atlas"},"east":{"uv":[8.3125,0.1875,8.25,0.25],"texture":"#voxels_atlas"},"south":{"uv":[8.25,0.5625,8.3125,0.625],"texture":"#voxels_atlas"},"west":{"uv":[8.25,0.375,8.3125,0.4375],"texture":"#voxels_atlas"},"up":{"uv":[8.25,1,8.3125,0.9375],"texture":"#voxels_atlas"},"down":{"uv":[8.25,1.125,8.3125,1.1875],"texture":"#voxels_atlas"}}},{"from":[10.5,12.75,10.5],"to":[11.75,13,10.75],"faces":{"north":{"uv":[5.4375,12.625,5.125,12.6875],"texture":"#voxels_atlas"},"east":{"uv":[9.4375,7.5,9.375,7.5625],"texture":"#voxels_atlas"},"south":{"uv":[4.6875,12.625,5,12.6875],"texture":"#voxels_atlas"},"west":{"uv":[9.1875,7.5,9.25,7.5625],"texture":"#voxels_atlas"},"up":{"uv":[12.5625,13.0625,12.875,13],"texture":"#voxels_atlas"},"down":{"uv":[13,13,13.3125,13.0625],"texture":"#voxels_atlas"}}},{"from":[10.5,13.5,10],"to":[10.75,14,10.25],"faces":{"north":{"uv":[6,4.75,5.9375,4.875],"texture":"#voxels_atlas"},"east":{"uv":[6,4,5.9375,4.125],"texture":"#voxels_atlas"},"south":{"uv":[5.9375,4.5,6,4.625],"texture":"#voxels_atlas"},"west":{"uv":[5.9375,4.25,6,4.375],"texture":"#voxels_atlas"},"up":{"uv":[9.75,7.5625,9.8125,7.5],"texture":"#voxels_atlas"},"down":{"uv":[9.5625,7.5,9.625,7.5625],"texture":"#voxels_atlas"}}},{"from":[10.5,14.25,10],"to":[12.25,14.5,10.25],"faces":{"north":{"uv":[0.875,2,0.4375,2.0625],"texture":"#voxels_atlas"},"east":{"uv":[11.6875,7.5,11.625,7.5625],"texture":"#voxels_atlas"},"south":{"uv":[0.4375,2.1875,0.875,2.25],"texture":"#voxels_atlas"},"west":{"uv":[11.4375,7.5,11.5,7.5625],"texture":"#voxels_atlas"},"up":{"uv":[0.4375,1.875,0.875,1.8125],"texture":"#voxels_atlas"},"down":{"uv":[0.4375,1.625,0.875,1.6875],"texture":"#voxels_atlas"}}},{"from":[10.5,14.25,10.25],"to":[11,14.5,10.5],"faces":{"north":{"uv":[11.5,9.8125,11.375,9.875],"texture":"#voxels_atlas"},"east":{"uv":[12.8125,7.5,12.75,7.5625],"texture":"#voxels_atlas"},"south":{"uv":[11.625,9.8125,11.75,9.875],"texture":"#voxels_atlas"},"west":{"uv":[12.5625,7.5,12.625,7.5625],"texture":"#voxels_atlas"},"up":{"uv":[11.125,9.875,11.25,9.8125],"texture":"#voxels_atlas"},"down":{"uv":[10.875,9.8125,11,9.875],"texture":"#voxels_atlas"}}},{"from":[10.5,14.5,10.25],"to":[10.75,14.75,10.5],"faces":{"north":{"uv":[13.375,7.5,13.3125,7.5625],"texture":"#voxels_atlas"},"east":{"uv":[13.9375,7.5,13.875,7.5625],"texture":"#voxels_atlas"},"south":{"uv":[13.5,7.5,13.5625,7.5625],"texture":"#voxels_atlas"},"west":{"uv":[13.6875,7.5,13.75,7.5625],"texture":"#voxels_atlas"},"up":{"uv":[13.125,7.5625,13.1875,7.5],"texture":"#voxels_atlas"},"down":{"uv":[12.9375,7.5,13,7.5625],"texture":"#voxels_atlas"}}},{"from":[10.75,8.5,10.25],"to":[11.5,8.75,10.5],"faces":{"north":{"uv":[6,11.6875,5.8125,11.75],"texture":"#voxels_atlas"},"east":{"uv":[15.0625,7.5,15,7.5625],"texture":"#voxels_atlas"},"south":{"uv":[4.4375,10.5625,4.625,10.625],"texture":"#voxels_atlas"},"west":{"uv":[14.8125,7.5,14.875,7.5625],"texture":"#voxels_atlas"},"up":{"uv":[4.4375,11.1875,4.625,11.125],"texture":"#voxels_atlas"},"down":{"uv":[4.4375,11.3125,4.625,11.375],"texture":"#voxels_atlas"}}},{"from":[10.75,8.75,10.25],"to":[11.25,9.25,10.5],"faces":{"north":{"uv":[2.75,8.25,2.625,8.375],"texture":"#voxels_atlas"},"east":{"uv":[6,3.25,5.9375,3.375],"texture":"#voxels_atlas"},"south":{"uv":[2.625,8.5,2.75,8.625],"texture":"#voxels_atlas"},"west":{"uv":[5.9375,3.5,6,3.625],"texture":"#voxels_atlas"},"up":{"uv":[12.375,9.875,12.5,9.8125],"texture":"#voxels_atlas"},"down":{"uv":[12.125,9.8125,12.25,9.875],"texture":"#voxels_atlas"}}},{"from":[10.75,9.5,10.25],"to":[11.5,9.75,10.5],"faces":{"north":{"uv":[4.625,10,4.4375,10.0625],"texture":"#voxels_atlas"},"east":{"uv":[8.5,6,8.4375,6.0625],"texture":"#voxels_atlas"},"south":{"uv":[4.4375,9.8125,4.625,9.875],"texture":"#voxels_atlas"},"west":{"uv":[8.4375,6.1875,8.5,6.25],"texture":"#voxels_atlas"},"up":{"uv":[4.4375,10.25,4.625,10.1875],"texture":"#voxels_atlas"},"down":{"uv":[4.4375,10.375,4.625,10.4375],"texture":"#voxels_atlas"}}},{"from":[10.75,11.5,9.25],"to":[11,11.75,9.5],"faces":{"north":{"uv":[8.5,5.4375,8.4375,5.5],"texture":"#voxels_atlas"},"east":{"uv":[8.5,4.875,8.4375,4.9375],"texture":"#voxels_atlas"},"south":{"uv":[8.4375,5.25,8.5,5.3125],"texture":"#voxels_atlas"},"west":{"uv":[8.4375,5.0625,8.5,5.125],"texture":"#voxels_atlas"},"up":{"uv":[8.4375,5.6875,8.5,5.625],"texture":"#voxels_atlas"},"down":{"uv":[8.4375,5.8125,8.5,5.875],"texture":"#voxels_atlas"}}},{"from":[10.75,11.5,9.75],"to":[11,11.75,10],"faces":{"north":{"uv":[8.5,4.3125,8.4375,4.375],"texture":"#voxels_atlas"},"east":{"uv":[8.5,3.75,8.4375,3.8125],"texture":"#voxels_atlas"},"south":{"uv":[8.4375,4.125,8.5,4.1875],"texture":"#voxels_atlas"},"west":{"uv":[8.4375,3.9375,8.5,4],"texture":"#voxels_atlas"},"up":{"uv":[8.4375,4.5625,8.5,4.5],"texture":"#voxels_atlas"},"down":{"uv":[8.4375,4.6875,8.5,4.75],"texture":"#voxels_atlas"}}},{"from":[10.75,11.75,9.5],"to":[11.5,12,9.75],"faces":{"north":{"uv":[4.625,9.25,4.4375,9.3125],"texture":"#voxels_atlas"},"east":{"uv":[8.5,2.625,8.4375,2.6875],"texture":"#voxels_atlas"},"south":{"uv":[4.4375,9.0625,4.625,9.125],"texture":"#voxels_atlas"},"west":{"uv":[8.4375,2.8125,8.5,2.875],"texture":"#voxels_atlas"},"up":{"uv":[4.4375,9.5,4.625,9.4375],"texture":"#voxels_atlas"},"down":{"uv":[4.4375,9.625,4.625,9.6875],"texture":"#voxels_atlas"}}},{"from":[10.75,13.75,10],"to":[11,14.25,10.25],"faces":{"north":{"uv":[6,1.5,5.9375,1.625],"texture":"#voxels_atlas"},"east":{"uv":[6,0.75,5.9375,0.875],"texture":"#voxels_atlas"},"south":{"uv":[5.9375,1.25,6,1.375],"texture":"#voxels_atlas"},"west":{"uv":[5.9375,1,6,1.125],"texture":"#voxels_atlas"},"up":{"uv":[8.4375,2.3125,8.5,2.25],"texture":"#voxels_atlas"},"down":{"uv":[8.4375,2.4375,8.5,2.5],"texture":"#voxels_atlas"}}},{"from":[10.75,14,10.25],"to":[11.25,14.25,10.5],"faces":{"north":{"uv":[13.25,9.8125,13.125,9.875],"texture":"#voxels_atlas"},"east":{"uv":[8.5,0.375,8.4375,0.4375],"texture":"#voxels_atlas"},"south":{"uv":[13.375,9.8125,13.5,9.875],"texture":"#voxels_atlas"},"west":{"uv":[8.4375,0.5625,8.5,0.625],"texture":"#voxels_atlas"},"up":{"uv":[12.875,9.875,13,9.8125],"texture":"#voxels_atlas"},"down":{"uv":[12.625,9.8125,12.75,9.875],"texture":"#voxels_atlas"}}},{"from":[11,9.75,10.25],"to":[11.75,10.5,10.5],"faces":{"north":{"uv":[0.625,11.4375,0.4375,11.625],"texture":"#voxels_atlas"},"east":{"uv":[4.3125,5.4375,4.25,5.625],"texture":"#voxels_atlas"},"south":{"uv":[0.4375,11.75,0.625,11.9375],"texture":"#voxels_atlas"},"west":{"uv":[4.25,5.75,4.3125,5.9375],"texture":"#voxels_atlas"},"up":{"uv":[4.4375,8.75,4.625,8.6875],"texture":"#voxels_atlas"},"down":{"uv":[4.4375,8.875,4.625,8.9375],"texture":"#voxels_atlas"}}},{"from":[11,10,10.5],"to":[11.5,10.25,10.75],"faces":{"north":{"uv":[14.25,9.8125,14.125,9.875],"texture":"#voxels_atlas"},"east":{"uv":[10.5625,7.3125,10.5,7.375],"texture":"#voxels_atlas"},"south":{"uv":[14.375,9.8125,14.5,9.875],"texture":"#voxels_atlas"},"west":{"uv":[10.3125,7.3125,10.375,7.375],"texture":"#voxels_atlas"},"up":{"uv":[13.875,9.875,14,9.8125],"texture":"#voxels_atlas"},"down":{"uv":[13.625,9.8125,13.75,9.875],"texture":"#voxels_atlas"}}},{"from":[11,10.5,10.25],"to":[11.5,11.25,10.5],"faces":{"north":{"uv":[0.875,11.75,0.75,11.9375],"texture":"#voxels_atlas"},"east":{"uv":[4.3125,4.8125,4.25,5],"texture":"#voxels_atlas"},"south":{"uv":[0.75,12.0625,0.875,12.25],"texture":"#voxels_atlas"},"west":{"uv":[4.25,5.125,4.3125,5.3125],"texture":"#voxels_atlas"},"up":{"uv":[14.875,9.875,15,9.8125],"texture":"#voxels_atlas"},"down":{"uv":[14.625,9.8125,14.75,9.875],"texture":"#voxels_atlas"}}},{"from":[11,11.5,9.5],"to":[11.25,11.75,9.75],"faces":{"north":{"uv":[12.25,7.3125,12.1875,7.375],"texture":"#voxels_atlas"},"east":{"uv":[12.8125,7.3125,12.75,7.375],"texture":"#voxels_atlas"},"south":{"uv":[12.375,7.3125,12.4375,7.375],"texture":"#voxels_atlas"},"west":{"uv":[12.5625,7.3125,12.625,7.375],"texture":"#voxels_atlas"},"up":{"uv":[12,7.375,12.0625,7.3125],"texture":"#voxels_atlas"},"down":{"uv":[11.8125,7.3125,11.875,7.375],"texture":"#voxels_atlas"}}},{"from":[11,11.75,9.25],"to":[11.25,12,9.5],"faces":{"north":{"uv":[13.375,7.3125,13.3125,7.375],"texture":"#voxels_atlas"},"east":{"uv":[13.9375,7.3125,13.875,7.375],"texture":"#voxels_atlas"},"south":{"uv":[13.5,7.3125,13.5625,7.375],"texture":"#voxels_atlas"},"west":{"uv":[13.6875,7.3125,13.75,7.375],"texture":"#voxels_atlas"},"up":{"uv":[13.125,7.375,13.1875,7.3125],"texture":"#voxels_atlas"},"down":{"uv":[12.9375,7.3125,13,7.375],"texture":"#voxels_atlas"}}},{"from":[11,11.75,9.75],"to":[11.25,12,10],"faces":{"north":{"uv":[14.5,7.3125,14.4375,7.375],"texture":"#voxels_atlas"},"east":{"uv":[15.0625,7.3125,15,7.375],"texture":"#voxels_atlas"},"south":{"uv":[14.625,7.3125,14.6875,7.375],"texture":"#voxels_atlas"},"west":{"uv":[14.8125,7.3125,14.875,7.375],"texture":"#voxels_atlas"},"up":{"uv":[14.25,7.375,14.3125,7.3125],"texture":"#voxels_atlas"},"down":{"uv":[14.0625,7.3125,14.125,7.375],"texture":"#voxels_atlas"}}},{"from":[11,12,9.5],"to":[11.5,12.25,9.75],"faces":{"north":{"uv":[15.75,9.8125,15.625,9.875],"texture":"#voxels_atlas"},"east":{"uv":[8.6875,6.9375,8.625,7],"texture":"#voxels_atlas"},"south":{"uv":[6.125,9.625,6.25,9.6875],"texture":"#voxels_atlas"},"west":{"uv":[8.625,7.125,8.6875,7.1875],"texture":"#voxels_atlas"},"up":{"uv":[15.375,9.875,15.5,9.8125],"texture":"#voxels_atlas"},"down":{"uv":[15.125,9.8125,15.25,9.875],"texture":"#voxels_atlas"}}},{"from":[11,14,10],"to":[13,14.25,10.25],"faces":{"north":{"uv":[9.875,13.625,9.375,13.6875],"texture":"#voxels_atlas"},"east":{"uv":[8.6875,5.8125,8.625,5.875],"texture":"#voxels_atlas"},"south":{"uv":[10.625,13.625,11.125,13.6875],"texture":"#voxels_atlas"},"west":{"uv":[8.625,6,8.6875,6.0625],"texture":"#voxels_atlas"},"up":{"uv":[10,13.6875,10.5,13.625],"texture":"#voxels_atlas"},"down":{"uv":[11.875,13.625,12.375,13.6875],"texture":"#voxels_atlas"}}},{"from":[11,14.5,10],"to":[12.25,14.75,10.25],"faces":{"north":{"uv":[3.25,6.4375,2.9375,6.5],"texture":"#voxels_atlas"},"east":{"uv":[8.6875,4.6875,8.625,4.75],"texture":"#voxels_atlas"},"south":{"uv":[2.9375,6.625,3.25,6.6875],"texture":"#voxels_atlas"},"west":{"uv":[8.625,4.875,8.6875,4.9375],"texture":"#voxels_atlas"},"up":{"uv":[2.9375,6.3125,3.25,6.25],"texture":"#voxels_atlas"},"down":{"uv":[2.9375,6.0625,3.25,6.125],"texture":"#voxels_atlas"}}},{"from":[11,14.5,10.25],"to":[11.5,14.75,10.5],"faces":{"north":{"uv":[6.25,7.4375,6.125,7.5],"texture":"#voxels_atlas"},"east":{"uv":[8.6875,3.5625,8.625,3.625],"texture":"#voxels_atlas"},"south":{"uv":[6.125,7.25,6.25,7.3125],"texture":"#voxels_atlas"},"west":{"uv":[8.625,3.75,8.6875,3.8125],"texture":"#voxels_atlas"},"up":{"uv":[6.125,7.6875,6.25,7.625],"texture":"#voxels_atlas"},"down":{"uv":[6.125,7.8125,6.25,7.875],"texture":"#voxels_atlas"}}},{"from":[11,14.75,10],"to":[11.25,15,10.25],"faces":{"north":{"uv":[8.6875,3,8.625,3.0625],"texture":"#voxels_atlas"},"east":{"uv":[8.6875,2.4375,8.625,2.5],"texture":"#voxels_atlas"},"south":{"uv":[8.625,2.8125,8.6875,2.875],"texture":"#voxels_atlas"},"west":{"uv":[8.625,2.625,8.6875,2.6875],"texture":"#voxels_atlas"},"up":{"uv":[8.625,3.25,8.6875,3.1875],"texture":"#voxels_atlas"},"down":{"uv":[8.625,3.375,8.6875,3.4375],"texture":"#voxels_atlas"}}},{"from":[11.25,9,10.25],"to":[11.5,9.25,10.5],"faces":{"north":{"uv":[8.6875,1.875,8.625,1.9375],"texture":"#voxels_atlas"},"east":{"uv":[8.6875,1.3125,8.625,1.375],"texture":"#voxels_atlas"},"south":{"uv":[8.625,1.6875,8.6875,1.75],"texture":"#voxels_atlas"},"west":{"uv":[8.625,1.5,8.6875,1.5625],"texture":"#voxels_atlas"},"up":{"uv":[8.625,2.125,8.6875,2.0625],"texture":"#voxels_atlas"},"down":{"uv":[8.625,2.25,8.6875,2.3125],"texture":"#voxels_atlas"}}},{"from":[11.25,11.25,10],"to":[11.75,11.5,10.25],"faces":{"north":{"uv":[6.25,6.6875,6.125,6.75],"texture":"#voxels_atlas"},"east":{"uv":[8.6875,0.1875,8.625,0.25],"texture":"#voxels_atlas"},"south":{"uv":[6.125,6.5,6.25,6.5625],"texture":"#voxels_atlas"},"west":{"uv":[8.625,0.375,8.6875,0.4375],"texture":"#voxels_atlas"},"up":{"uv":[6.125,6.9375,6.25,6.875],"texture":"#voxels_atlas"},"down":{"uv":[6.125,7.0625,6.25,7.125],"texture":"#voxels_atlas"}}},{"from":[11.25,11.25,10.25],"to":[11.5,12,10.5],"faces":{"north":{"uv":[4.3125,4.5,4.25,4.6875],"texture":"#voxels_atlas"},"east":{"uv":[4.3125,2.3125,4.25,2.5],"texture":"#voxels_atlas"},"south":{"uv":[4.25,4.1875,4.3125,4.375],"texture":"#voxels_atlas"},"west":{"uv":[4.25,3.875,4.3125,4.0625],"texture":"#voxels_atlas"},"up":{"uv":[9,7.1875,9.0625,7.125],"texture":"#voxels_atlas"},"down":{"uv":[8.8125,7.125,8.875,7.1875],"texture":"#voxels_atlas"}}},{"from":[11.25,13.75,10],"to":[13,14,10.25],"faces":{"north":{"uv":[0.875,2.75,0.4375,2.8125],"texture":"#voxels_atlas"},"east":{"uv":[10.9375,7.125,10.875,7.1875],"texture":"#voxels_atlas"},"south":{"uv":[0.4375,2.9375,0.875,3],"texture":"#voxels_atlas"},"west":{"uv":[10.6875,7.125,10.75,7.1875],"texture":"#voxels_atlas"},"up":{"uv":[0.4375,2.625,0.875,2.5625],"texture":"#voxels_atlas"},"down":{"uv":[0.4375,2.375,0.875,2.4375],"texture":"#voxels_atlas"}}},{"from":[11.25,14.25,10.25],"to":[11.75,14.5,10.5],"faces":{"north":{"uv":[6.25,4.4375,6.125,4.5],"texture":"#voxels_atlas"},"east":{"uv":[12.0625,7.125,12,7.1875],"texture":"#voxels_atlas"},"south":{"uv":[6.125,4.25,6.25,4.3125],"texture":"#voxels_atlas"},"west":{"uv":[11.8125,7.125,11.875,7.1875],"texture":"#voxels_atlas"},"up":{"uv":[6.125,4.6875,6.25,4.625],"texture":"#voxels_atlas"},"down":{"uv":[6.125,4.8125,6.25,4.875],"texture":"#voxels_atlas"}}},{"from":[11.5,9.25,10.5],"to":[11.75,9.5,10.75],"faces":{"north":{"uv":[12.625,7.125,12.5625,7.1875],"texture":"#voxels_atlas"},"east":{"uv":[13.1875,7.125,13.125,7.1875],"texture":"#voxels_atlas"},"south":{"uv":[12.75,7.125,12.8125,7.1875],"texture":"#voxels_atlas"},"west":{"uv":[12.9375,7.125,13,7.1875],"texture":"#voxels_atlas"},"up":{"uv":[12.375,7.1875,12.4375,7.125],"texture":"#voxels_atlas"},"down":{"uv":[12.1875,7.125,12.25,7.1875],"texture":"#voxels_atlas"}}},{"from":[11.5,10.5,10],"to":[11.75,11.25,10.25],"faces":{"north":{"uv":[4.3125,2,4.25,2.1875],"texture":"#voxels_atlas"},"east":{"uv":[4.3125,1.0625,4.25,1.25],"texture":"#voxels_atlas"},"south":{"uv":[4.25,1.6875,4.3125,1.875],"texture":"#voxels_atlas"},"west":{"uv":[4.25,1.375,4.3125,1.5625],"texture":"#voxels_atlas"},"up":{"uv":[13.5,7.1875,13.5625,7.125],"texture":"#voxels_atlas"},"down":{"uv":[13.3125,7.125,13.375,7.1875],"texture":"#voxels_atlas"}}},{"from":[11.5,10.75,10.25],"to":[12,11.25,10.5],"faces":{"north":{"uv":[2.5,1.4375,2.375,1.5625],"texture":"#voxels_atlas"},"east":{"uv":[6.1875,3,6.125,3.125],"texture":"#voxels_atlas"},"south":{"uv":[2.375,1.6875,2.5,1.8125],"texture":"#voxels_atlas"},"west":{"uv":[6.125,3.25,6.1875,3.375],"texture":"#voxels_atlas"},"up":{"uv":[6.125,3.5625,6.25,3.5],"texture":"#voxels_atlas"},"down":{"uv":[6.125,3.6875,6.25,3.75],"texture":"#voxels_atlas"}}},{"from":[11.5,11.5,10],"to":[12.25,12,10.5],"faces":{"north":{"uv":[2.8125,12.375,2.625,12.5],"texture":"#voxels_atlas"},"east":{"uv":[2.75,2.25,2.625,2.375],"texture":"#voxels_atlas"},"south":{"uv":[2.625,12.625,2.8125,12.75],"texture":"#voxels_atlas"},"west":{"uv":[2.375,3.75,2.5,3.875],"texture":"#voxels_atlas"},"up":{"uv":[13,13.5,13.1875,13.375],"texture":"#voxels_atlas"},"down":{"uv":[2.0625,4,2.25,4.125],"texture":"#voxels_atlas"}}},{"from":[11.5,12,10.25],"to":[11.75,13.25,10.5],"faces":{"north":{"uv":[1.9375,9.4375,1.875,9.75],"texture":"#voxels_atlas"},"east":{"uv":[1.9375,8.5625,1.875,8.875],"texture":"#voxels_atlas"},"south":{"uv":[1.875,9.875,1.9375,10.1875],"texture":"#voxels_atlas"},"west":{"uv":[1.875,10.3125,1.9375,10.625],"texture":"#voxels_atlas"},"up":{"uv":[8.8125,6.0625,8.875,6],"texture":"#voxels_atlas"},"down":{"uv":[8.8125,6.1875,8.875,6.25],"texture":"#voxels_atlas"}}},{"from":[11.5,12.25,9.5],"to":[11.75,12.5,9.75],"faces":{"north":{"uv":[8.875,4.6875,8.8125,4.75],"texture":"#voxels_atlas"},"east":{"uv":[8.875,4.125,8.8125,4.1875],"texture":"#voxels_atlas"},"south":{"uv":[8.8125,4.5,8.875,4.5625],"texture":"#voxels_atlas"},"west":{"uv":[8.8125,4.3125,8.875,4.375],"texture":"#voxels_atlas"},"up":{"uv":[8.8125,4.9375,8.875,4.875],"texture":"#voxels_atlas"},"down":{"uv":[8.8125,5.0625,8.875,5.125],"texture":"#voxels_atlas"}}},{"from":[11.5,13.5,10],"to":[12.75,13.75,10.25],"faces":{"north":{"uv":[3.25,6.8125,2.9375,6.875],"texture":"#voxels_atlas"},"east":{"uv":[8.875,3,8.8125,3.0625],"texture":"#voxels_atlas"},"south":{"uv":[2.9375,5.875,3.25,5.9375],"texture":"#voxels_atlas"},"west":{"uv":[8.8125,3.1875,8.875,3.25],"texture":"#voxels_atlas"},"up":{"uv":[2.9375,7.0625,3.25,7],"texture":"#voxels_atlas"},"down":{"uv":[2.9375,7.1875,3.25,7.25],"texture":"#voxels_atlas"}}},{"from":[11.5,14,10.25],"to":[12.5,14.25,10.5],"faces":{"north":{"uv":[3.625,2.875,3.375,2.9375],"texture":"#voxels_atlas"},"east":{"uv":[8.875,1.875,8.8125,1.9375],"texture":"#voxels_atlas"},"south":{"uv":[3.375,2.125,3.625,2.1875],"texture":"#voxels_atlas"},"west":{"uv":[8.8125,2.0625,8.875,2.125],"texture":"#voxels_atlas"},"up":{"uv":[3.375,9.6875,3.625,9.625],"texture":"#voxels_atlas"},"down":{"uv":[3.375,9.8125,3.625,9.875],"texture":"#voxels_atlas"}}},{"from":[11.5,14.25,9.75],"to":[12.75,15,10],"faces":{"north":{"uv":[0.3125,12.125,0,12.3125],"texture":"#voxels_atlas"},"east":{"uv":[4.3125,0.4375,4.25,0.625],"texture":"#voxels_atlas"},"south":{"uv":[0,12.4375,0.3125,12.625],"texture":"#voxels_atlas"},"west":{"uv":[4.25,0.75,4.3125,0.9375],"texture":"#voxels_atlas"},"up":{"uv":[9.5,13.0625,9.8125,13],"texture":"#voxels_atlas"},"down":{"uv":[9.0625,13,9.375,13.0625],"texture":"#voxels_atlas"}}},{"from":[11.5,14.75,10],"to":[13.25,15,10.25],"faces":{"north":{"uv":[0.875,3.6875,0.4375,3.75],"texture":"#voxels_atlas"},"east":{"uv":[9.4375,6.9375,9.375,7],"texture":"#voxels_atlas"},"south":{"uv":[0.4375,3.875,0.875,3.9375],"texture":"#voxels_atlas"},"west":{"uv":[9.1875,6.9375,9.25,7],"texture":"#voxels_atlas"},"up":{"uv":[0.4375,3.5625,0.875,3.5],"texture":"#voxels_atlas"},"down":{"uv":[0.4375,3.3125,0.875,3.375],"texture":"#voxels_atlas"}}},{"from":[11.75,10,10.25],"to":[12,10.25,10.5],"faces":{"north":{"uv":[10,6.9375,9.9375,7],"texture":"#voxels_atlas"},"east":{"uv":[10.5625,6.9375,10.5,7],"texture":"#voxels_atlas"},"south":{"uv":[10.125,6.9375,10.1875,7],"texture":"#voxels_atlas"},"west":{"uv":[10.3125,6.9375,10.375,7],"texture":"#voxels_atlas"},"up":{"uv":[9.75,7,9.8125,6.9375],"texture":"#voxels_atlas"},"down":{"uv":[9.5625,6.9375,9.625,7],"texture":"#voxels_atlas"}}},{"from":[11.75,10.5,10.25],"to":[12,10.75,10.5],"faces":{"north":{"uv":[11.125,6.9375,11.0625,7],"texture":"#voxels_atlas"},"east":{"uv":[11.6875,6.9375,11.625,7],"texture":"#voxels_atlas"},"south":{"uv":[11.25,6.9375,11.3125,7],"texture":"#voxels_atlas"},"west":{"uv":[11.4375,6.9375,11.5,7],"texture":"#voxels_atlas"},"up":{"uv":[10.875,7,10.9375,6.9375],"texture":"#voxels_atlas"},"down":{"uv":[10.6875,6.9375,10.75,7],"texture":"#voxels_atlas"}}},{"from":[11.75,10.75,10],"to":[12,11.25,10.25],"faces":{"north":{"uv":[6.1875,1,6.125,1.125],"texture":"#voxels_atlas"},"east":{"uv":[6.1875,0.25,6.125,0.375],"texture":"#voxels_atlas"},"south":{"uv":[6.125,0.75,6.1875,0.875],"texture":"#voxels_atlas"},"west":{"uv":[6.125,0.5,6.1875,0.625],"texture":"#voxels_atlas"},"up":{"uv":[12,7,12.0625,6.9375],"texture":"#voxels_atlas"},"down":{"uv":[11.8125,6.9375,11.875,7],"texture":"#voxels_atlas"}}},{"from":[11.75,12,10],"to":[12.25,12.25,10.25],"faces":{"north":{"uv":[7,9.625,6.875,9.6875],"texture":"#voxels_atlas"},"east":{"uv":[13.9375,6.9375,13.875,7],"texture":"#voxels_atlas"},"south":{"uv":[7.125,9.625,7.25,9.6875],"texture":"#voxels_atlas"},"west":{"uv":[13.6875,6.9375,13.75,7],"texture":"#voxels_atlas"},"up":{"uv":[6.625,9.6875,6.75,9.625],"texture":"#voxels_atlas"},"down":{"uv":[6.375,9.625,6.5,9.6875],"texture":"#voxels_atlas"}}},{"from":[11.75,12.25,10.25],"to":[12.5,12.75,10.5],"faces":{"north":{"uv":[13.5,13.375,13.3125,13.5],"texture":"#voxels_atlas"},"east":{"uv":[6.4375,9.125,6.375,9.25],"texture":"#voxels_atlas"},"south":{"uv":[9.625,13.375,9.8125,13.5],"texture":"#voxels_atlas"},"west":{"uv":[6.375,9.375,6.4375,9.5],"texture":"#voxels_atlas"},"up":{"uv":[4.4375,6.125,4.625,6.0625],"texture":"#voxels_atlas"},"down":{"uv":[4.4375,6.25,4.625,6.3125],"texture":"#voxels_atlas"}}},{"from":[11.75,12.75,10],"to":[12.5,13.5,10.25],"faces":{"north":{"uv":[0.1875,0.25,0,0.4375],"texture":"#voxels_atlas"},"east":{"uv":[4.5,4.75,4.4375,4.9375],"texture":"#voxels_atlas"},"south":{"uv":[0.4375,12.6875,0.625,12.875],"texture":"#voxels_atlas"},"west":{"uv":[4.4375,5.0625,4.5,5.25],"texture":"#voxels_atlas"},"up":{"uv":[4.4375,5.75,4.625,5.6875],"texture":"#voxels_atlas"},"down":{"uv":[4.4375,5.875,4.625,5.9375],"texture":"#voxels_atlas"}}},{"from":[11.75,13,10.25],"to":[12,13.25,10.5],"faces":{"north":{"uv":[9.0625,6,9,6.0625],"texture":"#voxels_atlas"},"east":{"uv":[9.0625,5.4375,9,5.5],"texture":"#voxels_atlas"},"south":{"uv":[9,5.8125,9.0625,5.875],"texture":"#voxels_atlas"},"west":{"uv":[9,5.625,9.0625,5.6875],"texture":"#voxels_atlas"},"up":{"uv":[9,6.25,9.0625,6.1875],"texture":"#voxels_atlas"},"down":{"uv":[9,6.375,9.0625,6.4375],"texture":"#voxels_atlas"}}},{"from":[11.75,13.75,9.75],"to":[13,14.25,10],"faces":{"north":{"uv":[15.8125,15.875,15.5,16],"texture":"#voxels_atlas"},"east":{"uv":[6.4375,8.625,6.375,8.75],"texture":"#voxels_atlas"},"south":{"uv":[0,2.4375,0.3125,2.5625],"texture":"#voxels_atlas"},"west":{"uv":[6.375,8.875,6.4375,9],"texture":"#voxels_atlas"},"up":{"uv":[5.5625,12.875,5.875,12.8125],"texture":"#voxels_atlas"},"down":{"uv":[5.125,12.8125,5.4375,12.875],"texture":"#voxels_atlas"}}},{"from":[11.75,14.5,10.25],"to":[12,14.75,10.5],"faces":{"north":{"uv":[9.0625,3.75,9,3.8125],"texture":"#voxels_atlas"},"east":{"uv":[9.0625,3.1875,9,3.25],"texture":"#voxels_atlas"},"south":{"uv":[9,3.5625,9.0625,3.625],"texture":"#voxels_atlas"},"west":{"uv":[9,3.375,9.0625,3.4375],"texture":"#voxels_atlas"},"up":{"uv":[9,4,9.0625,3.9375],"texture":"#voxels_atlas"},"down":{"uv":[9,4.125,9.0625,4.1875],"texture":"#voxels_atlas"}}},{"from":[11.75,15,9.75],"to":[12,15.25,10.25],"faces":{"north":{"uv":[9.0625,2.625,9,2.6875],"texture":"#voxels_atlas"},"east":{"uv":[7.75,9.625,7.625,9.6875],"texture":"#voxels_atlas"},"south":{"uv":[9,2.4375,9.0625,2.5],"texture":"#voxels_atlas"},"west":{"uv":[7.375,9.625,7.5,9.6875],"texture":"#voxels_atlas"},"up":{"uv":[6.375,8.25,6.4375,8.125],"texture":"#voxels_atlas"},"down":{"uv":[6.375,8.375,6.4375,8.5],"texture":"#voxels_atlas"}}},{"from":[12,11,10.25],"to":[12.25,11.25,10.5],"faces":{"north":{"uv":[9.0625,1.5,9,1.5625],"texture":"#voxels_atlas"},"east":{"uv":[9.0625,0.9375,9,1],"texture":"#voxels_atlas"},"south":{"uv":[9,1.3125,9.0625,1.375],"texture":"#voxels_atlas"},"west":{"uv":[9,1.125,9.0625,1.1875],"texture":"#voxels_atlas"},"up":{"uv":[9,1.75,9.0625,1.6875],"texture":"#voxels_atlas"},"down":{"uv":[9,1.875,9.0625,1.9375],"texture":"#voxels_atlas"}}},{"from":[12,12.25,10],"to":[12.5,12.75,10.25],"faces":{"north":{"uv":[2.5,2.4375,2.375,2.5625],"texture":"#voxels_atlas"},"east":{"uv":[6.4375,7.625,6.375,7.75],"texture":"#voxels_atlas"},"south":{"uv":[2.375,2.1875,2.5,2.3125],"texture":"#voxels_atlas"},"west":{"uv":[6.375,7.875,6.4375,8],"texture":"#voxels_atlas"},"up":{"uv":[8.125,9.6875,8.25,9.625],"texture":"#voxels_atlas"},"down":{"uv":[7.875,9.625,8,9.6875],"texture":"#voxels_atlas"}}},{"from":[12,13.5,9.75],"to":[12.5,13.75,10],"faces":{"north":{"uv":[9,9.625,8.875,9.6875],"texture":"#voxels_atlas"},"east":{"uv":[10.5625,6.75,10.5,6.8125],"texture":"#voxels_atlas"},"south":{"uv":[9.125,9.625,9.25,9.6875],"texture":"#voxels_atlas"},"west":{"uv":[10.3125,6.75,10.375,6.8125],"texture":"#voxels_atlas"},"up":{"uv":[8.625,9.6875,8.75,9.625],"texture":"#voxels_atlas"},"down":{"uv":[8.375,9.625,8.5,9.6875],"texture":"#voxels_atlas"}}},{"from":[12,14.25,9.5],"to":[12.75,15,9.75],"faces":{"north":{"uv":[0.1875,0.875,0,1.0625],"texture":"#voxels_atlas"},"east":{"uv":[4.5,2.25,4.4375,2.4375],"texture":"#voxels_atlas"},"south":{"uv":[0,0.5625,0.1875,0.75],"texture":"#voxels_atlas"},"west":{"uv":[4.4375,2.5625,4.5,2.75],"texture":"#voxels_atlas"},"up":{"uv":[4.4375,3.6875,4.625,3.625],"texture":"#voxels_atlas"},"down":{"uv":[4.4375,3.8125,4.625,3.875],"texture":"#voxels_atlas"}}},{"from":[12.25,11.75,10],"to":[12.5,12,10.5],"faces":{"north":{"uv":[12.25,6.75,12.1875,6.8125],"texture":"#voxels_atlas"},"east":{"uv":[9.75,9.625,9.625,9.6875],"texture":"#voxels_atlas"},"south":{"uv":[12.375,6.75,12.4375,6.8125],"texture":"#voxels_atlas"},"west":{"uv":[9.375,9.625,9.5,9.6875],"texture":"#voxels_atlas"},"up":{"uv":[6.375,6.25,6.4375,6.125],"texture":"#voxels_atlas"},"down":{"uv":[6.375,6.375,6.4375,6.5],"texture":"#voxels_atlas"}}},{"from":[12.25,12.75,10.25],"to":[12.5,13,10.5],"faces":{"north":{"uv":[13.375,6.75,13.3125,6.8125],"texture":"#voxels_atlas"},"east":{"uv":[13.9375,6.75,13.875,6.8125],"texture":"#voxels_atlas"},"south":{"uv":[13.5,6.75,13.5625,6.8125],"texture":"#voxels_atlas"},"west":{"uv":[13.6875,6.75,13.75,6.8125],"texture":"#voxels_atlas"},"up":{"uv":[13.125,6.8125,13.1875,6.75],"texture":"#voxels_atlas"},"down":{"uv":[12.9375,6.75,13,6.8125],"texture":"#voxels_atlas"}}},{"from":[12.25,15,9.5],"to":[13.5,15.25,9.75],"faces":{"north":{"uv":[9.8125,12.8125,9.5,12.875],"texture":"#voxels_atlas"},"east":{"uv":[15.0625,6.75,15,6.8125],"texture":"#voxels_atlas"},"south":{"uv":[9.9375,12.8125,10.25,12.875],"texture":"#voxels_atlas"},"west":{"uv":[14.8125,6.75,14.875,6.8125],"texture":"#voxels_atlas"},"up":{"uv":[9.0625,12.875,9.375,12.8125],"texture":"#voxels_atlas"},"down":{"uv":[8.625,12.8125,8.9375,12.875],"texture":"#voxels_atlas"}}},{"from":[12.25,15,9.75],"to":[12.75,15.5,10],"faces":{"north":{"uv":[2.5,1.1875,2.375,1.3125],"texture":"#voxels_atlas"},"east":{"uv":[6.4375,5.625,6.375,5.75],"texture":"#voxels_atlas"},"south":{"uv":[2.625,11.25,2.75,11.375],"texture":"#voxels_atlas"},"west":{"uv":[6.375,5.875,6.4375,6],"texture":"#voxels_atlas"},"up":{"uv":[11.125,9.6875,11.25,9.625],"texture":"#voxels_atlas"},"down":{"uv":[10.875,9.625,11,9.6875],"texture":"#voxels_atlas"}}},{"from":[12.25,15,10],"to":[12.75,15.25,10.25],"faces":{"north":{"uv":[12,9.625,11.875,9.6875],"texture":"#voxels_atlas"},"east":{"uv":[9.25,5.25,9.1875,5.3125],"texture":"#voxels_atlas"},"south":{"uv":[12.125,9.625,12.25,9.6875],"texture":"#voxels_atlas"},"west":{"uv":[9.1875,5.4375,9.25,5.5],"texture":"#voxels_atlas"},"up":{"uv":[11.625,9.6875,11.75,9.625],"texture":"#voxels_atlas"},"down":{"uv":[11.375,9.625,11.5,9.6875],"texture":"#voxels_atlas"}}},{"from":[12.5,12.5,10.25],"to":[12.75,12.75,10.5],"faces":{"north":{"uv":[9.25,4.6875,9.1875,4.75],"texture":"#voxels_atlas"},"east":{"uv":[9.25,4.125,9.1875,4.1875],"texture":"#voxels_atlas"},"south":{"uv":[9.1875,4.5,9.25,4.5625],"texture":"#voxels_atlas"},"west":{"uv":[9.1875,4.3125,9.25,4.375],"texture":"#voxels_atlas"},"up":{"uv":[9.1875,4.9375,9.25,4.875],"texture":"#voxels_atlas"},"down":{"uv":[9.1875,5.0625,9.25,5.125],"texture":"#voxels_atlas"}}},{"from":[12.5,13,10],"to":[12.75,13.5,10.25],"faces":{"north":{"uv":[6.4375,5.375,6.375,5.5],"texture":"#voxels_atlas"},"east":{"uv":[6.4375,4.625,6.375,4.75],"texture":"#voxels_atlas"},"south":{"uv":[6.375,5.125,6.4375,5.25],"texture":"#voxels_atlas"},"west":{"uv":[6.375,4.875,6.4375,5],"texture":"#voxels_atlas"},"up":{"uv":[9.1875,3.8125,9.25,3.75],"texture":"#voxels_atlas"},"down":{"uv":[9.1875,3.9375,9.25,4],"texture":"#voxels_atlas"}}},{"from":[12.5,14.25,10],"to":[13,14.5,10.25],"faces":{"north":{"uv":[13,9.625,12.875,9.6875],"texture":"#voxels_atlas"},"east":{"uv":[9.25,1.875,9.1875,1.9375],"texture":"#voxels_atlas"},"south":{"uv":[13.125,9.625,13.25,9.6875],"texture":"#voxels_atlas"},"west":{"uv":[9.1875,2.0625,9.25,2.125],"texture":"#voxels_atlas"},"up":{"uv":[12.625,9.6875,12.75,9.625],"texture":"#voxels_atlas"},"down":{"uv":[12.375,9.625,12.5,9.6875],"texture":"#voxels_atlas"}}},{"from":[12.5,15.25,9.5],"to":[13.75,15.5,9.75],"faces":{"north":{"uv":[12.4375,12.625,12.125,12.6875],"texture":"#voxels_atlas"},"east":{"uv":[9.25,0.75,9.1875,0.8125],"texture":"#voxels_atlas"},"south":{"uv":[12.5625,12.625,12.875,12.6875],"texture":"#voxels_atlas"},"west":{"uv":[9.1875,0.9375,9.25,1],"texture":"#voxels_atlas"},"up":{"uv":[7.75,12.6875,8.0625,12.625],"texture":"#voxels_atlas"},"down":{"uv":[7.3125,12.625,7.625,12.6875],"texture":"#voxels_atlas"}}},{"from":[12.5,15.5,9.5],"to":[12.75,15.75,10],"faces":{"north":{"uv":[9.25,0.1875,9.1875,0.25],"texture":"#voxels_atlas"},"east":{"uv":[13.75,9.625,13.625,9.6875],"texture":"#voxels_atlas"},"south":{"uv":[9.375,6.5625,9.4375,6.625],"texture":"#voxels_atlas"},"west":{"uv":[13.375,9.625,13.5,9.6875],"texture":"#voxels_atlas"},"up":{"uv":[6.375,3.75,6.4375,3.625],"texture":"#voxels_atlas"},"down":{"uv":[6.375,3.875,6.4375,4],"texture":"#voxels_atlas"}}},{"from":[12.75,14.5,9.5],"to":[13,15,10],"faces":{"north":{"uv":[6.4375,2.875,6.375,3],"texture":"#voxels_atlas"},"east":{"uv":[2.75,10,2.625,10.125],"texture":"#voxels_atlas"},"south":{"uv":[6.375,2.625,6.4375,2.75],"texture":"#voxels_atlas"},"west":{"uv":[2.625,10.25,2.75,10.375],"texture":"#voxels_atlas"},"up":{"uv":[6.375,3.25,6.4375,3.125],"texture":"#voxels_atlas"},"down":{"uv":[6.375,3.375,6.4375,3.5],"texture":"#voxels_atlas"}}},{"from":[12.75,15,9.25],"to":[13.25,15.5,9.5],"faces":{"north":{"uv":[2.75,9.5,2.625,9.625],"texture":"#voxels_atlas"},"east":{"uv":[6.4375,1.625,6.375,1.75],"texture":"#voxels_atlas"},"south":{"uv":[2.625,9.25,2.75,9.375],"texture":"#voxels_atlas"},"west":{"uv":[6.375,1.875,6.4375,2],"texture":"#voxels_atlas"},"up":{"uv":[14.625,9.6875,14.75,9.625],"texture":"#voxels_atlas"},"down":{"uv":[14.375,9.625,14.5,9.6875],"texture":"#voxels_atlas"}}},{"from":[12.75,15.25,9.75],"to":[13.5,15.5,10],"faces":{"north":{"uv":[4.625,0.9375,4.4375,1],"texture":"#voxels_atlas"},"east":{"uv":[13.1875,6.5625,13.125,6.625],"texture":"#voxels_atlas"},"south":{"uv":[4.4375,0.75,4.625,0.8125],"texture":"#voxels_atlas"},"west":{"uv":[12.9375,6.5625,13,6.625],"texture":"#voxels_atlas"},"up":{"uv":[4.4375,1.1875,4.625,1.125],"texture":"#voxels_atlas"},"down":{"uv":[4.4375,1.3125,4.625,1.375],"texture":"#voxels_atlas"}}},{"from":[13,14.5,9.75],"to":[13.25,15,10],"faces":{"north":{"uv":[6.4375,1.375,6.375,1.5],"texture":"#voxels_atlas"},"east":{"uv":[6.4375,0.625,6.375,0.75],"texture":"#voxels_atlas"},"south":{"uv":[6.375,1.125,6.4375,1.25],"texture":"#voxels_atlas"},"west":{"uv":[6.375,0.875,6.4375,1],"texture":"#voxels_atlas"},"up":{"uv":[13.5,6.625,13.5625,6.5625],"texture":"#voxels_atlas"},"down":{"uv":[13.3125,6.5625,13.375,6.625],"texture":"#voxels_atlas"}}},{"from":[13,14.75,9.5],"to":[13.25,15,9.75],"faces":{"north":{"uv":[14.875,6.5625,14.8125,6.625],"texture":"#voxels_atlas"},"east":{"uv":[15.4375,6.5625,15.375,6.625],"texture":"#voxels_atlas"},"south":{"uv":[15,6.5625,15.0625,6.625],"texture":"#voxels_atlas"},"west":{"uv":[15.1875,6.5625,15.25,6.625],"texture":"#voxels_atlas"},"up":{"uv":[14.625,6.625,14.6875,6.5625],"texture":"#voxels_atlas"},"down":{"uv":[14.4375,6.5625,14.5,6.625],"texture":"#voxels_atlas"}}},{"from":[13,15.25,9],"to":[13.25,15.75,9.25],"faces":{"north":{"uv":[6.4375,0.375,6.375,0.5],"texture":"#voxels_atlas"},"east":{"uv":[6.8125,9.375,6.75,9.5],"texture":"#voxels_atlas"},"south":{"uv":[6.375,0.125,6.4375,0.25],"texture":"#voxels_atlas"},"west":{"uv":[6.5625,9.375,6.625,9.5],"texture":"#voxels_atlas"},"up":{"uv":[15.75,6.625,15.8125,6.5625],"texture":"#voxels_atlas"},"down":{"uv":[15.5625,6.5625,15.625,6.625],"texture":"#voxels_atlas"}}},{"from":[13,15.5,9.25],"to":[13.75,15.75,9.75],"faces":{"north":{"uv":[4.625,0.5625,4.4375,0.625],"texture":"#voxels_atlas"},"east":{"uv":[15.25,9.625,15.125,9.6875],"texture":"#voxels_atlas"},"south":{"uv":[4.4375,0.375,4.625,0.4375],"texture":"#voxels_atlas"},"west":{"uv":[14.875,9.625,15,9.6875],"texture":"#voxels_atlas"},"up":{"uv":[12.375,13.5,12.5625,13.375],"texture":"#voxels_atlas"},"down":{"uv":[12.0625,13.375,12.25,13.5],"texture":"#voxels_atlas"}}},{"from":[13,15.75,9.5],"to":[13.5,16,9.75],"faces":{"north":{"uv":[7.4375,9.4375,7.3125,9.5],"texture":"#voxels_atlas"},"east":{"uv":[9.4375,3.5625,9.375,3.625],"texture":"#voxels_atlas"},"south":{"uv":[7.5625,9.4375,7.6875,9.5],"texture":"#voxels_atlas"},"west":{"uv":[9.375,3.75,9.4375,3.8125],"texture":"#voxels_atlas"},"up":{"uv":[15.625,9.6875,15.75,9.625],"texture":"#voxels_atlas"},"down":{"uv":[15.375,9.625,15.5,9.6875],"texture":"#voxels_atlas"}}},{"from":[13.25,14.75,9.75],"to":[13.5,15,10],"faces":{"north":{"uv":[9.4375,3,9.375,3.0625],"texture":"#voxels_atlas"},"east":{"uv":[9.4375,2.4375,9.375,2.5],"texture":"#voxels_atlas"},"south":{"uv":[9.375,2.8125,9.4375,2.875],"texture":"#voxels_atlas"},"west":{"uv":[9.375,2.625,9.4375,2.6875],"texture":"#voxels_atlas"},"up":{"uv":[9.375,3.25,9.4375,3.1875],"texture":"#voxels_atlas"},"down":{"uv":[9.375,3.375,9.4375,3.4375],"texture":"#voxels_atlas"}}},{"from":[13.25,15.25,9.25],"to":[13.5,15.5,9.5],"faces":{"north":{"uv":[9.4375,1.875,9.375,1.9375],"texture":"#voxels_atlas"},"east":{"uv":[9.4375,1.3125,9.375,1.375],"texture":"#voxels_atlas"},"south":{"uv":[9.375,1.6875,9.4375,1.75],"texture":"#voxels_atlas"},"west":{"uv":[9.375,1.5,9.4375,1.5625],"texture":"#voxels_atlas"},"up":{"uv":[9.375,2.125,9.4375,2.0625],"texture":"#voxels_atlas"},"down":{"uv":[9.375,2.25,9.4375,2.3125],"texture":"#voxels_atlas"}}},{"from":[13.25,15.5,9],"to":[13.5,16,9.25],"faces":{"north":{"uv":[7.875,9.375,7.8125,9.5],"texture":"#voxels_atlas"},"east":{"uv":[8.4375,9.375,8.375,9.5],"texture":"#voxels_atlas"},"south":{"uv":[8,9.375,8.0625,9.5],"texture":"#voxels_atlas"},"west":{"uv":[8.1875,9.375,8.25,9.5],"texture":"#voxels_atlas"},"up":{"uv":[9.375,1,9.4375,0.9375],"texture":"#voxels_atlas"},"down":{"uv":[9.375,1.125,9.4375,1.1875],"texture":"#voxels_atlas"}}},{"from":[13.25,15.75,9.25],"to":[14,16,9.5],"faces":{"north":{"uv":[5.25,11.3125,5.0625,11.375],"texture":"#voxels_atlas"},"east":{"uv":[10.5625,6.375,10.5,6.4375],"texture":"#voxels_atlas"},"south":{"uv":[5.375,11.3125,5.5625,11.375],"texture":"#voxels_atlas"},"west":{"uv":[10.3125,6.375,10.375,6.4375],"texture":"#voxels_atlas"},"up":{"uv":[4.75,11.375,4.9375,11.3125],"texture":"#voxels_atlas"},"down":{"uv":[4.4375,0.1875,4.625,0.25],"texture":"#voxels_atlas"}}},{"from":[13.5,15.75,8.75],"to":[13.75,16,9.25],"faces":{"north":{"uv":[11.125,6.375,11.0625,6.4375],"texture":"#voxels_atlas"},"east":{"uv":[12,9.8125,11.875,9.875],"texture":"#voxels_atlas"},"south":{"uv":[11.25,6.375,11.3125,6.4375],"texture":"#voxels_atlas"},"west":{"uv":[8.9375,9.4375,9.0625,9.5],"texture":"#voxels_atlas"},"up":{"uv":[8.75,9.5,8.8125,9.375],"texture":"#voxels_atlas"},"down":{"uv":[8.5625,9.375,8.625,9.5],"texture":"#voxels_atlas"}}}],"display":{"thirdperson_righthand":{"rotation":[0,90,0],"translation":[-1.5,6.25,2.5],"scale":[1.3,1.3,1.3]},"thirdperson_lefthand":{"rotation":[0,90,0],"translation":[-1.5,6.25,2.5],"scale":[1.3,1.3,1.3]},"firstperson_righthand":{"rotation":[0,90,0],"translation":[0,4,-0.5]},"firstperson_lefthand":{"rotation":[0,90,0],"translation":[0,4,-0.5]},"gui":{"rotation":[-33,-180,41],"translation":[-2.5,0,0],"scale":[1.2,1.2,1.2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/fossil_relik.json b/assets/minecraft/models/item/wynn/skin/relik/fossil_relik.json new file mode 100644 index 000000000..60efade29 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/fossil_relik.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/fossil/fossil_relik","particle":"skins/fossil/fossil_relik"},"elements":[{"from":[7,-4,7],"to":[9,12,9],"rotation":{"angle":0,"axis":"y","origin":[8,4,8]},"faces":{"north":{"uv":[0,0,2,16],"texture":"#0"},"east":{"uv":[0,0,2,16],"texture":"#0"},"south":{"uv":[0,0,2,16],"texture":"#0"},"west":{"uv":[0,0,2,16],"texture":"#0"},"up":{"uv":[0,0,1,1],"texture":"#0"},"down":{"uv":[0,15,1,16],"texture":"#0"}}},{"from":[3,8,8],"to":[7,11,8.01],"rotation":{"angle":22.5,"axis":"z","origin":[7,10,8]},"faces":{"north":{"uv":[2,13,6,16],"texture":"#0"},"south":{"uv":[6,13,2,16],"texture":"#0"}}},{"from":[9,8,8],"to":[13,11,8.01],"rotation":{"angle":-22.5,"axis":"z","origin":[9,10,8]},"faces":{"north":{"uv":[6,13,2,16],"texture":"#0"},"south":{"uv":[2,13,6,16],"texture":"#0"}}},{"from":[7.5,-10,7.5],"to":[8.5,-4,8.5],"rotation":{"angle":0,"axis":"y","origin":[0,-4,0]},"faces":{"north":{"uv":[4,0,5,6],"texture":"#0"},"east":{"uv":[4,0,5,6],"texture":"#0"},"south":{"uv":[4,0,5,6],"texture":"#0"},"west":{"uv":[4,0,5,6],"texture":"#0"},"down":{"uv":[4,5,5,6],"texture":"#0"}}},{"from":[8,-10,5.5],"to":[8.01,-4,10.5],"rotation":{"angle":-45,"axis":"y","origin":[8,-7,8]},"faces":{"east":{"uv":[2,0,7,6],"texture":"#0"},"west":{"uv":[2,0,7,6],"texture":"#0"}}},{"from":[8,-10,5.5],"to":[8.01,-4,10.5],"rotation":{"angle":45,"axis":"y","origin":[8,-7,8]},"faces":{"east":{"uv":[2,0,7,6],"texture":"#0"},"west":{"uv":[2,0,7,6],"texture":"#0"}}},{"from":[6,0,6],"to":[10,0.01,10],"faces":{"up":{"uv":[2,9,6,13],"texture":"#0"},"down":{"uv":[2,9,6,13],"texture":"#0"}}},{"from":[6,8,6],"to":[10,8.01,10],"faces":{"up":{"uv":[2,9,6,13],"texture":"#0"},"down":{"uv":[2,9,6,13],"texture":"#0"}}},{"from":[5.49,10.99,3.99],"to":[10.51,15.01,8.01],"rotation":{"angle":-22.5,"axis":"x","origin":[8,12,8]},"faces":{"north":{"uv":[6,12,11,16],"texture":"#0"},"east":{"uv":[15,12,11,16],"texture":"#0"},"west":{"uv":[11,12,15,16],"texture":"#0"},"up":{"uv":[6,8,11,12],"texture":"#0"}}},{"from":[10.5,11,4],"to":[5.5,15,8],"rotation":{"angle":-22.5,"axis":"x","origin":[8,12,8]},"faces":{"north":{"uv":[6,12,11,16],"texture":"#0"},"east":{"uv":[15,12,11,16],"texture":"#0"},"west":{"uv":[11,12,15,16],"texture":"#0"},"up":{"uv":[6,8,11,12],"texture":"#0"}}},{"from":[5.49,10.99,7.99],"to":[10.51,15.01,12.01],"rotation":{"angle":22.5,"axis":"x","origin":[8,12,8]},"faces":{"east":{"uv":[11,12,15,16],"texture":"#0"},"south":{"uv":[6,12,11,16],"texture":"#0"},"west":{"uv":[15,12,11,16],"texture":"#0"},"up":{"uv":[6,8,11,12],"rotation":180,"texture":"#0"}}},{"from":[10.5,11,8],"to":[5.5,15,12],"rotation":{"angle":22.5,"axis":"x","origin":[8,12,8]},"faces":{"east":{"uv":[11,12,15,16],"texture":"#0"},"south":{"uv":[6,12,11,16],"texture":"#0"},"west":{"uv":[15,12,11,16],"texture":"#0"},"up":{"uv":[6,8,11,12],"rotation":180,"texture":"#0"}}},{"from":[0,10,7.5],"to":[8,13,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[8,14,8]},"faces":{"north":{"uv":[13,0,16,8],"rotation":90,"texture":"#0"},"east":{"uv":[16,7,13,8],"rotation":270,"texture":"#0"},"south":{"uv":[16,0,13,8],"rotation":270,"texture":"#0"},"west":{"uv":[16,0,13,1],"rotation":270,"texture":"#0"},"up":{"uv":[15,8,16,0],"rotation":270,"texture":"#0"},"down":{"uv":[13,8,14,0],"rotation":270,"texture":"#0"}}},{"from":[-2,10,7.5],"to":[0,12,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[8,14,8]},"faces":{"north":{"uv":[16,10,14,8],"rotation":90,"texture":"#0"},"south":{"uv":[14,10,16,8],"rotation":270,"texture":"#0"},"west":{"uv":[14,9,16,10],"rotation":270,"texture":"#0"},"up":{"uv":[15,10,16,8],"rotation":270,"texture":"#0"},"down":{"uv":[14,10,15,8],"rotation":270,"texture":"#0"}}},{"from":[-4,10,7.5],"to":[-2,11,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[8,14,8]},"faces":{"north":{"uv":[15,12,16,10],"rotation":90,"texture":"#0"},"south":{"uv":[15,12,16,10],"rotation":270,"texture":"#0"},"west":{"uv":[15,11,16,12],"rotation":270,"texture":"#0"},"up":{"uv":[15,12,16,10],"rotation":270,"texture":"#0"},"down":{"uv":[15,12,16,10],"rotation":270,"texture":"#0"}}},{"from":[8,10,7.5],"to":[16,13,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[8,14,8]},"faces":{"north":{"uv":[16,0,13,8],"rotation":270,"texture":"#0"},"east":{"uv":[16,0,13,1],"rotation":270,"texture":"#0"},"south":{"uv":[13,0,16,8],"rotation":90,"texture":"#0"},"west":{"uv":[16,7,13,8],"rotation":270,"texture":"#0"},"up":{"uv":[15,8,16,0],"rotation":90,"texture":"#0"},"down":{"uv":[13,8,14,0],"rotation":90,"texture":"#0"}}},{"from":[16,10,7.5],"to":[18,12,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[8,14,8]},"faces":{"north":{"uv":[14,10,16,8],"rotation":270,"texture":"#0"},"east":{"uv":[14,9,16,10],"rotation":270,"texture":"#0"},"south":{"uv":[16,10,14,8],"rotation":90,"texture":"#0"},"up":{"uv":[15,10,16,8],"rotation":90,"texture":"#0"},"down":{"uv":[14,10,15,8],"rotation":90,"texture":"#0"}}},{"from":[18,10,7.5],"to":[20,11,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[8,14,8]},"faces":{"north":{"uv":[15,12,16,10],"rotation":270,"texture":"#0"},"east":{"uv":[15,11,16,12],"rotation":270,"texture":"#0"},"south":{"uv":[15,12,16,10],"rotation":90,"texture":"#0"},"up":{"uv":[15,12,16,10],"rotation":90,"texture":"#0"},"down":{"uv":[15,12,16,10],"rotation":90,"texture":"#0"}}},{"from":[7,12,7],"to":[8,20,8],"rotation":{"angle":22.5,"axis":"z","origin":[8,12,8]},"faces":{"north":{"uv":[12,0,13,8],"texture":"#0"},"east":{"uv":[12,0,13,8],"texture":"#0"},"south":{"uv":[12,0,13,8],"texture":"#0"},"west":{"uv":[12,0,13,8],"texture":"#0"},"up":{"uv":[12,0,13,1],"texture":"#0"},"down":{"uv":[12,7,13,8],"texture":"#0"}}},{"from":[7,12,8],"to":[8,20,9],"rotation":{"angle":-45,"axis":"z","origin":[8,12,8]},"faces":{"north":{"uv":[12,0,13,8],"texture":"#0"},"east":{"uv":[12,0,13,8],"texture":"#0"},"south":{"uv":[12,0,13,8],"texture":"#0"},"west":{"uv":[12,0,13,8],"texture":"#0"},"up":{"uv":[12,0,13,1],"texture":"#0"},"down":{"uv":[12,7,13,8],"texture":"#0"}}},{"from":[7,13,8],"to":[8,21,9],"rotation":{"angle":22.5,"axis":"y","origin":[8,12,8]},"faces":{"north":{"uv":[12,0,13,8],"texture":"#0"},"east":{"uv":[12,0,13,8],"texture":"#0"},"south":{"uv":[12,0,13,8],"texture":"#0"},"west":{"uv":[12,0,13,8],"texture":"#0"},"up":{"uv":[12,0,13,1],"texture":"#0"},"down":{"uv":[12,7,13,8],"texture":"#0"}}},{"from":[8,12,8],"to":[9,20,9],"rotation":{"angle":-22.5,"axis":"x","origin":[8,12,8]},"faces":{"north":{"uv":[12,0,13,8],"texture":"#0"},"east":{"uv":[12,0,13,8],"texture":"#0"},"south":{"uv":[12,0,13,8],"texture":"#0"},"west":{"uv":[12,0,13,8],"texture":"#0"},"up":{"uv":[12,0,13,1],"texture":"#0"},"down":{"uv":[12,7,13,8],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,100,0],"translation":[-1.5,2,2]},"thirdperson_lefthand":{"rotation":[0,100,0],"translation":[-1.5,2,2]},"firstperson_righthand":{"rotation":[10,100,5],"translation":[5,-1,-5]},"firstperson_lefthand":{"rotation":[10,100,5],"translation":[5,-1,-5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/frost_relik.json b/assets/minecraft/models/item/wynn/skin/relik/frost_relik.json new file mode 100644 index 000000000..d82b8795b --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/frost_relik.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/frost/frost_relik","1":"skins/frost/frost_shimmer","particle":"skins/frost/frost_relik"},"elements":[{"from":[7,-3,7],"to":[9,4,9],"rotation":{"angle":0,"axis":"y","origin":[7,-1,7]},"faces":{"north":{"uv":[2.25,2.25,2.75,3.5],"texture":"#0"},"east":{"uv":[1.75,2.25,2.25,3.5],"texture":"#0"},"south":{"uv":[3.25,2.25,3.75,3.5],"texture":"#0"},"west":{"uv":[2.75,2.25,3.25,3.5],"texture":"#0"},"up":{"uv":[2.75,2.25,2.25,1.75],"texture":"#0"},"down":{"uv":[3.25,1.75,2.75,2.25],"texture":"#0"}}},{"from":[6.75,-1.5,6.75],"to":[9.25,2.5,9.25],"rotation":{"angle":0,"axis":"y","origin":[7,-1,7]},"faces":{"north":{"uv":[9,0.75,9.75,2],"texture":"#0"},"east":{"uv":[9,0.75,9.75,2],"texture":"#0"},"south":{"uv":[9,0.75,9.75,2],"texture":"#0"},"west":{"uv":[9,0.75,9.75,2],"texture":"#0"},"up":{"uv":[9.75,0.75,9,0],"texture":"#0"},"down":{"uv":[10.5,0,9.75,0.75],"texture":"#0"}}},{"from":[7.65,6.75,7.5],"to":[8.35,9.75,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,12.375,8]},"faces":{"north":{"uv":[7.25,4,7.5,4.75],"texture":"#0"},"east":{"uv":[7,4,7.25,4.75],"texture":"#0"},"south":{"uv":[7.75,4,8,4.75],"texture":"#0"},"west":{"uv":[7.5,4,7.75,4.75],"texture":"#0"},"up":{"uv":[7.5,4,7.25,3.75],"texture":"#0"},"down":{"uv":[7.75,3.75,7.5,4],"texture":"#0"}}},{"from":[6.75,8.2,7.5],"to":[9.25,8.8,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,12.375,8]},"faces":{"north":{"uv":[6.25,3.25,7,3.5],"texture":"#0"},"east":{"uv":[6,3.25,6.25,3.5],"texture":"#0"},"south":{"uv":[7.25,3.25,8,3.5],"texture":"#0"},"west":{"uv":[7,3.25,7.25,3.5],"texture":"#0"},"up":{"uv":[7,3.25,6.25,3],"texture":"#0"},"down":{"uv":[7.75,3,7,3.25],"texture":"#0"}}},{"from":[3.275,11.625,7.5],"to":[3.875,14.125,8.5],"rotation":{"angle":45,"axis":"z","origin":[7.45,12.875,8]},"faces":{"north":{"uv":[6.25,3.25,7,3.5],"rotation":270,"texture":"#0"},"east":{"uv":[7,3.25,6.25,3],"rotation":90,"texture":"#0"},"south":{"uv":[7.25,3.25,8,3.5],"rotation":90,"texture":"#0"},"west":{"uv":[7.75,3,7,3.25],"rotation":90,"texture":"#0"},"up":{"uv":[7,3.25,7.25,3.5],"rotation":90,"texture":"#0"},"down":{"uv":[6,3.25,6.25,3.5],"rotation":90,"texture":"#0"}}},{"from":[1.825,12.525,7.5],"to":[4.825,13.225,8.5],"rotation":{"angle":45,"axis":"z","origin":[7.45,12.875,8]},"faces":{"north":{"uv":[7.25,4,7.5,4.75],"rotation":270,"texture":"#0"},"east":{"uv":[7.5,4,7.25,3.75],"rotation":90,"texture":"#0"},"south":{"uv":[7.75,4,8,4.75],"rotation":90,"texture":"#0"},"west":{"uv":[7.75,3.75,7.5,4],"rotation":90,"texture":"#0"},"up":{"uv":[7.5,4,7.75,4.75],"rotation":90,"texture":"#0"},"down":{"uv":[7,4,7.25,4.75],"rotation":90,"texture":"#0"}}},{"from":[3.275,10.425,7.5],"to":[3.875,12.925,8.5],"rotation":{"angle":-45,"axis":"z","origin":[7.45,11.675,8]},"faces":{"north":{"uv":[7,3.25,6.25,3.5],"rotation":270,"texture":"#0"},"east":{"uv":[6.25,3.25,7,3],"rotation":90,"texture":"#0"},"south":{"uv":[8,3.25,7.25,3.5],"rotation":90,"texture":"#0"},"west":{"uv":[7,3,7.75,3.25],"rotation":90,"texture":"#0"},"up":{"uv":[6.25,3.25,6,3.5],"rotation":90,"texture":"#0"},"down":{"uv":[7.25,3.25,7,3.5],"rotation":90,"texture":"#0"}}},{"from":[1.825,11.325,7.5],"to":[4.825,12.025,8.5],"rotation":{"angle":-45,"axis":"z","origin":[7.45,11.675,8]},"faces":{"north":{"uv":[7.5,4,7.25,4.75],"rotation":270,"texture":"#0"},"east":{"uv":[7.25,4,7.5,3.75],"rotation":90,"texture":"#0"},"south":{"uv":[8,4,7.75,4.75],"rotation":90,"texture":"#0"},"west":{"uv":[7.5,3.75,7.75,4],"rotation":90,"texture":"#0"},"up":{"uv":[7.25,4,7,4.75],"rotation":90,"texture":"#0"},"down":{"uv":[7.75,4,7.5,4.75],"rotation":90,"texture":"#0"}}},{"from":[11.175,12.525,7.5],"to":[14.175,13.225,8.5],"rotation":{"angle":-45,"axis":"z","origin":[8.55,12.875,8]},"faces":{"north":{"uv":[7.25,4.75,7.5,4],"rotation":270,"texture":"#0"},"east":{"uv":[7.75,4,7.5,3.75],"rotation":90,"texture":"#0"},"south":{"uv":[7.75,4.75,8,4],"rotation":90,"texture":"#0"},"west":{"uv":[7.5,3.75,7.25,4],"rotation":90,"texture":"#0"},"up":{"uv":[7.5,4.75,7.75,4],"rotation":90,"texture":"#0"},"down":{"uv":[7,4.75,7.25,4],"rotation":90,"texture":"#0"}}},{"from":[12.125,11.625,7.5],"to":[12.725,14.125,8.5],"rotation":{"angle":-45,"axis":"z","origin":[8.55,12.875,8]},"faces":{"north":{"uv":[6.25,3.5,7,3.25],"rotation":270,"texture":"#0"},"east":{"uv":[7.75,3.25,7,3],"rotation":90,"texture":"#0"},"south":{"uv":[7.25,3.5,8,3.25],"rotation":90,"texture":"#0"},"west":{"uv":[7,3,6.25,3.25],"rotation":90,"texture":"#0"},"up":{"uv":[7,3.5,7.25,3.25],"rotation":90,"texture":"#0"},"down":{"uv":[6,3.5,6.25,3.25],"rotation":90,"texture":"#0"}}},{"from":[12.125,10.425,7.5],"to":[12.725,12.925,8.5],"rotation":{"angle":45,"axis":"z","origin":[8.55,11.675,8]},"faces":{"north":{"uv":[7,3.5,6.25,3.25],"rotation":270,"texture":"#0"},"east":{"uv":[7,3.25,7.75,3],"rotation":90,"texture":"#0"},"south":{"uv":[8,3.5,7.25,3.25],"rotation":90,"texture":"#0"},"west":{"uv":[6.25,3,7,3.25],"rotation":90,"texture":"#0"},"up":{"uv":[6.25,3.5,6,3.25],"rotation":90,"texture":"#0"},"down":{"uv":[7.25,3.5,7,3.25],"rotation":90,"texture":"#0"}}},{"from":[11.175,11.325,7.5],"to":[14.175,12.025,8.5],"rotation":{"angle":45,"axis":"z","origin":[8.55,11.675,8]},"faces":{"north":{"uv":[7.5,4.75,7.25,4],"rotation":270,"texture":"#0"},"east":{"uv":[7.5,4,7.75,3.75],"rotation":90,"texture":"#0"},"south":{"uv":[8,4.75,7.75,4],"rotation":90,"texture":"#0"},"west":{"uv":[7.25,3.75,7.5,4],"rotation":90,"texture":"#0"},"up":{"uv":[7.25,4.75,7,4],"rotation":90,"texture":"#0"},"down":{"uv":[7.75,4.75,7.5,4],"rotation":90,"texture":"#0"}}},{"from":[6.75,15.75,7.5],"to":[9.25,16.35,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,12.175,8]},"faces":{"north":{"uv":[6.25,3.5,7,3.25],"texture":"#0"},"east":{"uv":[6,3.5,6.25,3.25],"texture":"#0"},"south":{"uv":[7.25,3.5,8,3.25],"texture":"#0"},"west":{"uv":[7,3.5,7.25,3.25],"texture":"#0"},"up":{"uv":[7.75,3.25,7,3],"texture":"#0"},"down":{"uv":[7,3,6.25,3.25],"texture":"#0"}}},{"from":[7.65,14.8,7.5],"to":[8.35,17.8,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,12.175,8]},"faces":{"north":{"uv":[7.25,4.75,7.5,4],"texture":"#0"},"east":{"uv":[7,4.75,7.25,4],"texture":"#0"},"south":{"uv":[7.75,4.75,8,4],"texture":"#0"},"west":{"uv":[7.5,4.75,7.75,4],"texture":"#0"},"up":{"uv":[7.75,4,7.5,3.75],"texture":"#0"},"down":{"uv":[7.5,3.75,7.25,4],"texture":"#0"}}},{"from":[2,6,7],"to":[8,7,9],"rotation":{"angle":-22.5,"axis":"z","origin":[8,6,8]},"faces":{"north":{"uv":[0.5,1.5,2,1.75],"texture":"#0"},"east":{"uv":[0,1.5,0.5,1.75],"texture":"#0"},"south":{"uv":[2.5,1.5,4,1.75],"texture":"#0"},"west":{"uv":[2,1.5,2.5,1.75],"texture":"#0"},"up":{"uv":[2,1.5,0.5,1],"texture":"#0"},"down":{"uv":[3.5,1,2,1.5],"texture":"#0"}}},{"from":[8,6,7],"to":[14,7,9],"rotation":{"angle":22.5,"axis":"z","origin":[8,6,8]},"faces":{"north":{"uv":[2,1.5,0.5,1.75],"texture":"#0"},"east":{"uv":[2.5,1.5,2,1.75],"texture":"#0"},"south":{"uv":[4,1.5,2.5,1.75],"texture":"#0"},"west":{"uv":[0.5,1.5,0,1.75],"texture":"#0"},"up":{"uv":[0.5,1.5,2,1],"texture":"#0"},"down":{"uv":[2,1,3.5,1.5],"texture":"#0"}}},{"from":[2.46672,8.3061,7.01],"to":[3.44672,16.2861,8.99],"rotation":{"angle":0,"axis":"y","origin":[2.45672,8.2961,8]},"faces":{"north":{"uv":[0.5,2.5,0.75,4.5],"texture":"#0"},"east":{"uv":[0,2.5,0.5,4.5],"texture":"#0"},"south":{"uv":[1.25,2.5,1.5,4.5],"texture":"#0"},"west":{"uv":[0.75,2.5,1.25,4.5],"texture":"#0"},"up":{"uv":[0.75,2.5,0.5,2],"texture":"#0"},"down":{"uv":[1,2,0.75,2.5],"texture":"#0"}}},{"from":[1.73948,16.34334,6.99],"to":[3.75948,16.86334,9.01],"rotation":{"angle":-22.5,"axis":"z","origin":[2.67626,16.17657,8]},"faces":{"north":{"uv":[2.25,4.25,2.75,4.5],"texture":"#0"},"east":{"uv":[1.75,4.25,2.25,4.5],"texture":"#0"},"south":{"uv":[3.25,4.25,3.75,4.5],"texture":"#0"},"west":{"uv":[2.75,4.25,3.25,4.5],"texture":"#0"},"up":{"uv":[2.75,4.25,2.25,3.75],"texture":"#0"},"down":{"uv":[3.25,3.75,2.75,4.25],"texture":"#0"}}},{"from":[1.68633,16.76381,6.99],"to":[2.08902,17.16649,9.01],"rotation":{"angle":0,"axis":"y","origin":[1.57626,17.17657,8]},"faces":{"north":{"uv":[7,6.5,7.25,6.75],"texture":"#0"},"east":{"uv":[6.5,6.5,7,6.75],"texture":"#0"},"south":{"uv":[7.75,6.5,8,6.75],"texture":"#0"},"west":{"uv":[7.25,6.5,7.75,6.75],"texture":"#0"},"up":{"uv":[7.25,6.5,7,6],"texture":"#0"},"down":{"uv":[7.5,6,7.25,6.5],"texture":"#0"}}},{"from":[1.98948,15.09334,6.99],"to":[2.50948,17.11334,9.01],"rotation":{"angle":22.5,"axis":"z","origin":[2.67626,16.17657,8]},"faces":{"north":{"uv":[2.25,5.25,2.5,5.75],"texture":"#0"},"east":{"uv":[1.75,5.25,2.25,5.75],"texture":"#0"},"south":{"uv":[3,5.25,3.25,5.75],"texture":"#0"},"west":{"uv":[2.5,5.25,3,5.75],"texture":"#0"},"up":{"uv":[2.5,5.25,2.25,4.75],"texture":"#0"},"down":{"uv":[2.75,4.75,2.5,5.25],"texture":"#0"}}},{"from":[1.78193,15.89694,7.01],"to":[2.76193,16.37694,8.99],"rotation":{"angle":-45,"axis":"z","origin":[2.77193,16.13694,8]},"faces":{"north":{"uv":[2.25,6.5,2.5,7],"rotation":90,"texture":"#0"},"east":{"uv":[2.75,6,2.5,6.5],"rotation":270,"texture":"#0"},"south":{"uv":[3,6.5,3.25,7],"rotation":270,"texture":"#0"},"west":{"uv":[2.5,6.5,2.25,6],"rotation":270,"texture":"#0"},"up":{"uv":[1.75,6.5,2.25,7],"rotation":270,"texture":"#0"},"down":{"uv":[2.5,6.5,3,7],"rotation":270,"texture":"#0"}}},{"from":[1.73948,7.63666,6.99],"to":[3.75948,8.15666,9.01],"rotation":{"angle":22.5,"axis":"z","origin":[2.67626,8.32343,8]},"faces":{"north":{"uv":[2.25,4.5,2.75,4.25],"texture":"#0"},"east":{"uv":[1.75,4.5,2.25,4.25],"texture":"#0"},"south":{"uv":[3.25,4.5,3.75,4.25],"texture":"#0"},"west":{"uv":[2.75,4.5,3.25,4.25],"texture":"#0"},"up":{"uv":[3.25,4.25,2.75,3.75],"texture":"#0"},"down":{"uv":[2.75,3.75,2.25,4.25],"texture":"#0"}}},{"from":[1.98948,7.38666,6.99],"to":[2.50948,9.40666,9.01],"rotation":{"angle":-22.5,"axis":"z","origin":[2.67626,8.32343,8]},"faces":{"north":{"uv":[2.25,5.75,2.5,5.25],"texture":"#0"},"east":{"uv":[1.75,5.75,2.25,5.25],"texture":"#0"},"south":{"uv":[3,5.75,3.25,5.25],"texture":"#0"},"west":{"uv":[2.5,5.75,3,5.25],"texture":"#0"},"up":{"uv":[2.75,5.25,2.5,4.75],"texture":"#0"},"down":{"uv":[2.5,4.75,2.25,5.25],"texture":"#0"}}},{"from":[1.68633,7.33351,6.99],"to":[2.08902,7.73619,9.01],"rotation":{"angle":0,"axis":"y","origin":[1.57626,7.32343,8]},"faces":{"north":{"uv":[7,6.75,7.25,6.5],"texture":"#0"},"east":{"uv":[6.5,6.75,7,6.5],"texture":"#0"},"south":{"uv":[7.75,6.75,8,6.5],"texture":"#0"},"west":{"uv":[7.25,6.75,7.75,6.5],"texture":"#0"},"up":{"uv":[7.5,6.5,7.25,6],"texture":"#0"},"down":{"uv":[7.25,6,7,6.5],"texture":"#0"}}},{"from":[1.78193,8.12306,7.01],"to":[2.76193,8.60306,8.99],"rotation":{"angle":45,"axis":"z","origin":[2.77193,8.36306,8]},"faces":{"north":{"uv":[2.5,6.5,2.25,7],"rotation":90,"texture":"#0"},"east":{"uv":[2.5,6,2.75,6.5],"rotation":270,"texture":"#0"},"south":{"uv":[3.25,6.5,3,7],"rotation":270,"texture":"#0"},"west":{"uv":[2.25,6.5,2.5,6],"rotation":270,"texture":"#0"},"up":{"uv":[3,6.5,2.5,7],"rotation":270,"texture":"#0"},"down":{"uv":[2.25,6.5,1.75,7],"rotation":270,"texture":"#0"}}},{"from":[12.24052,7.63666,6.99],"to":[14.26052,8.15666,9.01],"rotation":{"angle":-22.5,"axis":"z","origin":[13.32374,8.32343,8]},"faces":{"north":{"uv":[2.75,4.5,2.25,4.25],"texture":"#0"},"east":{"uv":[3.25,4.5,2.75,4.25],"texture":"#0"},"south":{"uv":[3.75,4.5,3.25,4.25],"texture":"#0"},"west":{"uv":[2.25,4.5,1.75,4.25],"texture":"#0"},"up":{"uv":[2.75,4.25,3.25,3.75],"texture":"#0"},"down":{"uv":[2.25,3.75,2.75,4.25],"texture":"#0"}}},{"from":[13.49052,7.38666,6.99],"to":[14.01052,9.40666,9.01],"rotation":{"angle":22.5,"axis":"z","origin":[13.32374,8.32343,8]},"faces":{"north":{"uv":[2.5,5.75,2.25,5.25],"texture":"#0"},"east":{"uv":[3,5.75,2.5,5.25],"texture":"#0"},"south":{"uv":[3.25,5.75,3,5.25],"texture":"#0"},"west":{"uv":[2.25,5.75,1.75,5.25],"texture":"#0"},"up":{"uv":[2.5,5.25,2.75,4.75],"texture":"#0"},"down":{"uv":[2.25,4.75,2.5,5.25],"texture":"#0"}}},{"from":[13.91098,7.33351,6.99],"to":[14.31367,7.73619,9.01],"rotation":{"angle":0,"axis":"y","origin":[14.42374,7.32343,8]},"faces":{"north":{"uv":[7.25,6.75,7,6.5],"texture":"#0"},"east":{"uv":[7.75,6.75,7.25,6.5],"texture":"#0"},"south":{"uv":[8,6.75,7.75,6.5],"texture":"#0"},"west":{"uv":[7,6.75,6.5,6.5],"texture":"#0"},"up":{"uv":[7.25,6.5,7.5,6],"texture":"#0"},"down":{"uv":[7,6,7.25,6.5],"texture":"#0"}}},{"from":[13.23807,8.12306,7.01],"to":[14.21807,8.60306,8.99],"rotation":{"angle":-45,"axis":"z","origin":[13.22807,8.36306,8]},"faces":{"north":{"uv":[2.5,7,2.25,6.5],"rotation":90,"texture":"#0"},"east":{"uv":[2.25,6,2.5,6.5],"rotation":270,"texture":"#0"},"south":{"uv":[3.25,7,3,6.5],"rotation":270,"texture":"#0"},"west":{"uv":[2.5,6.5,2.75,6],"rotation":270,"texture":"#0"},"up":{"uv":[3,7,2.5,6.5],"rotation":270,"texture":"#0"},"down":{"uv":[2.25,7,1.75,6.5],"rotation":270,"texture":"#0"}}},{"from":[8.01334,17.50787,6.99],"to":[8.53334,19.52787,9.01],"rotation":{"angle":22.5,"axis":"z","origin":[7.99745,18.95537,8]},"faces":{"north":{"uv":[2.25,4.25,2.75,4.5],"rotation":270,"texture":"#0"},"east":{"uv":[2.75,4.25,2.25,3.75],"rotation":90,"texture":"#0"},"south":{"uv":[3.25,4.25,3.75,4.5],"rotation":90,"texture":"#0"},"west":{"uv":[3.25,3.75,2.75,4.25],"rotation":90,"texture":"#0"},"up":{"uv":[2.75,4.25,3.25,4.5],"rotation":90,"texture":"#0"},"down":{"uv":[1.75,4.25,2.25,4.5],"rotation":90,"texture":"#0"}}},{"from":[7.46156,17.50787,6.99],"to":[7.98156,19.52787,9.01],"rotation":{"angle":-22.5,"axis":"z","origin":[7.99745,18.95537,8]},"faces":{"north":{"uv":[2.25,5.25,2.5,5.75],"texture":"#0"},"east":{"uv":[1.75,5.25,2.25,5.75],"texture":"#0"},"south":{"uv":[3,5.25,3.25,5.75],"texture":"#0"},"west":{"uv":[2.5,5.25,3,5.75],"texture":"#0"},"up":{"uv":[2.5,5.25,2.25,4.75],"texture":"#0"},"down":{"uv":[2.75,4.75,2.5,5.25],"texture":"#0"}}},{"from":[7.28633,19.26381,6.99],"to":[7.68902,19.66649,9.01],"rotation":{"angle":-45,"axis":"z","origin":[7.99745,18.95537,8]},"faces":{"north":{"uv":[7,6.5,7.25,6.75],"texture":"#0"},"east":{"uv":[6.5,6.5,7,6.75],"texture":"#0"},"south":{"uv":[7.75,6.5,8,6.75],"texture":"#0"},"west":{"uv":[7.25,6.5,7.75,6.75],"texture":"#0"},"up":{"uv":[7.25,6.5,7,6],"texture":"#0"},"down":{"uv":[7.5,6,7.25,6.5],"texture":"#0"}}},{"from":[7.79708,18.47541,7.01],"to":[8.27708,19.45541,8.99],"rotation":{"angle":0,"axis":"y","origin":[7.99745,18.95537,8]},"faces":{"north":{"uv":[2.25,6.5,2.5,7],"texture":"#0"},"east":{"uv":[1.75,6.5,2.25,7],"texture":"#0"},"south":{"uv":[3,6.5,3.25,7],"texture":"#0"},"west":{"uv":[2.5,6.5,3,7],"texture":"#0"},"up":{"uv":[2.5,6.5,2.25,6],"texture":"#0"},"down":{"uv":[2.75,6,2.5,6.5],"texture":"#0"}}},{"from":[-1.54328,11.7961,7],"to":[-0.54328,12.7961,9],"rotation":{"angle":0,"axis":"y","origin":[-1.54328,8.2961,8]},"faces":{"north":{"uv":[5.25,6.25,5.5,6.5],"texture":"#0"},"east":{"uv":[4.75,6.25,5.25,6.5],"texture":"#0"},"south":{"uv":[6,6.25,6.25,6.5],"texture":"#0"},"west":{"uv":[5.5,6.25,6,6.5],"texture":"#0"},"up":{"uv":[5.5,6.25,5.25,5.75],"texture":"#0"},"down":{"uv":[5.75,5.75,5.5,6.25],"texture":"#0"}}},{"from":[0.45672,11.7961,7],"to":[2.45672,12.7961,9],"rotation":{"angle":0,"axis":"y","origin":[1.45672,8.2961,8]},"faces":{"north":{"uv":[4.5,5.25,5,5.5],"texture":"#0"},"east":{"uv":[4,5.25,4.5,5.5],"texture":"#0"},"south":{"uv":[5.5,5.25,6,5.5],"texture":"#0"},"west":{"uv":[5,5.25,5.5,5.5],"texture":"#0"},"up":{"uv":[5,5.25,4.5,4.75],"texture":"#0"},"down":{"uv":[5.5,4.75,5,5.25],"texture":"#0"}}},{"from":[-0.54328,10.7961,7],"to":[0.45672,13.7961,9],"rotation":{"angle":0,"axis":"y","origin":[1.45672,8.2961,8]},"faces":{"north":{"uv":[0.5,5.25,0.75,6],"texture":"#0"},"east":{"uv":[0,5.25,0.5,6],"texture":"#0"},"south":{"uv":[1.25,5.25,1.5,6],"texture":"#0"},"west":{"uv":[0.75,5.25,1.25,6],"texture":"#0"},"up":{"uv":[0.75,5.25,0.5,4.75],"texture":"#0"},"down":{"uv":[1,4.75,0.75,5.25],"texture":"#0"}}},{"from":[3.75672,20.2461,7],"to":[4.75672,21.2461,9],"rotation":{"angle":22.5,"axis":"z","origin":[4.25672,19.7461,8]},"faces":{"north":{"uv":[5.25,6.25,5.5,6.5],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,6.25,5.25,5.75],"rotation":90,"texture":"#0"},"south":{"uv":[6,6.25,6.25,6.5],"rotation":90,"texture":"#0"},"west":{"uv":[5.75,5.75,5.5,6.25],"rotation":90,"texture":"#0"},"up":{"uv":[5.5,6.25,6,6.5],"rotation":90,"texture":"#0"},"down":{"uv":[4.75,6.25,5.25,6.5],"rotation":90,"texture":"#0"}}},{"from":[2.75672,19.2461,7],"to":[5.75672,20.2461,9],"rotation":{"angle":22.5,"axis":"z","origin":[4.25672,19.7461,8]},"faces":{"north":{"uv":[0.5,5.25,0.75,6],"rotation":270,"texture":"#0"},"east":{"uv":[0.75,5.25,0.5,4.75],"rotation":90,"texture":"#0"},"south":{"uv":[1.25,5.25,1.5,6],"rotation":90,"texture":"#0"},"west":{"uv":[1,4.75,0.75,5.25],"rotation":90,"texture":"#0"},"up":{"uv":[0.75,5.25,1.25,6],"rotation":90,"texture":"#0"},"down":{"uv":[0,5.25,0.5,6],"rotation":90,"texture":"#0"}}},{"from":[3.75672,17.2461,7],"to":[4.75672,19.2461,9],"rotation":{"angle":22.5,"axis":"z","origin":[4.25672,19.7461,8]},"faces":{"north":{"uv":[4.5,5.25,5,5.5],"rotation":270,"texture":"#0"},"east":{"uv":[5,5.25,4.5,4.75],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,5.25,6,5.5],"rotation":90,"texture":"#0"},"west":{"uv":[5.5,4.75,5,5.25],"rotation":90,"texture":"#0"},"up":{"uv":[5,5.25,5.5,5.5],"rotation":90,"texture":"#0"},"down":{"uv":[4,5.25,4.5,5.5],"rotation":90,"texture":"#0"}}},{"from":[11.24328,17.2461,7],"to":[12.24328,19.2461,9],"rotation":{"angle":-22.5,"axis":"z","origin":[11.74328,19.7461,8]},"faces":{"north":{"uv":[4.5,5.5,5,5.25],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,5.25,5,4.75],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,5.5,6,5.25],"rotation":90,"texture":"#0"},"west":{"uv":[5,4.75,4.5,5.25],"rotation":90,"texture":"#0"},"up":{"uv":[5,5.5,5.5,5.25],"rotation":90,"texture":"#0"},"down":{"uv":[4,5.5,4.5,5.25],"rotation":90,"texture":"#0"}}},{"from":[10.24328,19.2461,7],"to":[13.24328,20.2461,9],"rotation":{"angle":-22.5,"axis":"z","origin":[11.74328,19.7461,8]},"faces":{"north":{"uv":[0.5,6,0.75,5.25],"rotation":270,"texture":"#0"},"east":{"uv":[1,5.25,0.75,4.75],"rotation":90,"texture":"#0"},"south":{"uv":[1.25,6,1.5,5.25],"rotation":90,"texture":"#0"},"west":{"uv":[0.75,4.75,0.5,5.25],"rotation":90,"texture":"#0"},"up":{"uv":[0.75,6,1.25,5.25],"rotation":90,"texture":"#0"},"down":{"uv":[0,6,0.5,5.25],"rotation":90,"texture":"#0"}}},{"from":[11.24328,20.2461,7],"to":[12.24328,21.2461,9],"rotation":{"angle":-22.5,"axis":"z","origin":[11.74328,19.7461,8]},"faces":{"north":{"uv":[5.25,6.5,5.5,6.25],"rotation":270,"texture":"#0"},"east":{"uv":[5.75,6.25,5.5,5.75],"rotation":90,"texture":"#0"},"south":{"uv":[6,6.5,6.25,6.25],"rotation":90,"texture":"#0"},"west":{"uv":[5.5,5.75,5.25,6.25],"rotation":90,"texture":"#0"},"up":{"uv":[5.5,6.5,6,6.25],"rotation":90,"texture":"#0"},"down":{"uv":[4.75,6.5,5.25,6.25],"rotation":90,"texture":"#0"}}},{"from":[3.75672,5.3539,7],"to":[4.75672,7.3539,9],"rotation":{"angle":-22.5,"axis":"z","origin":[4.25672,4.8539,8]},"faces":{"north":{"uv":[5,5.25,4.5,5.5],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,5.25,5,4.75],"rotation":90,"texture":"#0"},"south":{"uv":[6,5.25,5.5,5.5],"rotation":90,"texture":"#0"},"west":{"uv":[5,4.75,5.5,5.25],"rotation":90,"texture":"#0"},"up":{"uv":[4.5,5.25,4,5.5],"rotation":90,"texture":"#0"},"down":{"uv":[5.5,5.25,5,5.5],"rotation":90,"texture":"#0"}}},{"from":[2.75672,4.3539,7],"to":[5.75672,5.3539,9],"rotation":{"angle":-22.5,"axis":"z","origin":[4.25672,4.8539,8]},"faces":{"north":{"uv":[0.75,5.25,0.5,6],"rotation":270,"texture":"#0"},"east":{"uv":[0.5,5.25,0.75,4.75],"rotation":90,"texture":"#0"},"south":{"uv":[1.5,5.25,1.25,6],"rotation":90,"texture":"#0"},"west":{"uv":[0.75,4.75,1,5.25],"rotation":90,"texture":"#0"},"up":{"uv":[0.5,5.25,0,6],"rotation":90,"texture":"#0"},"down":{"uv":[1.25,5.25,0.75,6],"rotation":90,"texture":"#0"}}},{"from":[3.75672,3.3539,7],"to":[4.75672,4.3539,9],"rotation":{"angle":-22.5,"axis":"z","origin":[4.25672,4.8539,8]},"faces":{"north":{"uv":[5.5,6.25,5.25,6.5],"rotation":270,"texture":"#0"},"east":{"uv":[5.25,6.25,5.5,5.75],"rotation":90,"texture":"#0"},"south":{"uv":[6.25,6.25,6,6.5],"rotation":90,"texture":"#0"},"west":{"uv":[5.5,5.75,5.75,6.25],"rotation":90,"texture":"#0"},"up":{"uv":[5.25,6.25,4.75,6.5],"rotation":90,"texture":"#0"},"down":{"uv":[6,6.25,5.5,6.5],"rotation":90,"texture":"#0"}}},{"from":[11.24328,3.3539,7],"to":[12.24328,4.3539,9],"rotation":{"angle":22.5,"axis":"z","origin":[11.74328,4.8539,8]},"faces":{"north":{"uv":[5.5,6.5,5.25,6.25],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,6.25,5.75,5.75],"rotation":90,"texture":"#0"},"south":{"uv":[6.25,6.5,6,6.25],"rotation":90,"texture":"#0"},"west":{"uv":[5.25,5.75,5.5,6.25],"rotation":90,"texture":"#0"},"up":{"uv":[5.25,6.5,4.75,6.25],"rotation":90,"texture":"#0"},"down":{"uv":[6,6.5,5.5,6.25],"rotation":90,"texture":"#0"}}},{"from":[10.24328,4.3539,7],"to":[13.24328,5.3539,9],"rotation":{"angle":22.5,"axis":"z","origin":[11.74328,4.8539,8]},"faces":{"north":{"uv":[0.75,6,0.5,5.25],"rotation":270,"texture":"#0"},"east":{"uv":[0.75,5.25,1,4.75],"rotation":90,"texture":"#0"},"south":{"uv":[1.5,6,1.25,5.25],"rotation":90,"texture":"#0"},"west":{"uv":[0.5,4.75,0.75,5.25],"rotation":90,"texture":"#0"},"up":{"uv":[0.5,6,0,5.25],"rotation":90,"texture":"#0"},"down":{"uv":[1.25,6,0.75,5.25],"rotation":90,"texture":"#0"}}},{"from":[11.24328,5.3539,7],"to":[12.24328,7.3539,9],"rotation":{"angle":22.5,"axis":"z","origin":[11.74328,4.8539,8]},"faces":{"north":{"uv":[5,5.5,4.5,5.25],"rotation":270,"texture":"#0"},"east":{"uv":[5,5.25,5.5,4.75],"rotation":90,"texture":"#0"},"south":{"uv":[6,5.5,5.5,5.25],"rotation":90,"texture":"#0"},"west":{"uv":[4.5,4.75,5,5.25],"rotation":90,"texture":"#0"},"up":{"uv":[4.5,5.5,4,5.25],"rotation":90,"texture":"#0"},"down":{"uv":[5.5,5.5,5,5.25],"rotation":90,"texture":"#0"}}},{"from":[2,17.5922,7],"to":[8,18.5922,9],"rotation":{"angle":22.5,"axis":"z","origin":[8,18.5922,8]},"faces":{"north":{"uv":[0.5,0.5,2,0.75],"texture":"#0"},"east":{"uv":[0,0.5,0.5,0.75],"texture":"#0"},"south":{"uv":[2.5,0.5,4,0.75],"texture":"#0"},"west":{"uv":[2,0.5,2.5,0.75],"texture":"#0"},"up":{"uv":[2,0.5,0.5,0],"texture":"#0"},"down":{"uv":[3.5,0,2,0.5],"texture":"#0"}}},{"from":[12.55328,8.3061,7.01],"to":[13.53328,16.2861,8.99],"rotation":{"angle":0,"axis":"y","origin":[13.54328,8.2961,8]},"faces":{"north":{"uv":[0.75,2.5,0.5,4.5],"texture":"#0"},"east":{"uv":[1.25,2.5,0.75,4.5],"texture":"#0"},"south":{"uv":[1.5,2.5,1.25,4.5],"texture":"#0"},"west":{"uv":[0.5,2.5,0,4.5],"texture":"#0"},"up":{"uv":[0.5,2.5,0.75,2],"texture":"#0"},"down":{"uv":[0.75,2,1,2.5],"texture":"#0"}}},{"from":[8,17.5922,7],"to":[14,18.5922,9],"rotation":{"angle":-22.5,"axis":"z","origin":[8,18.5922,8]},"faces":{"north":{"uv":[2,0.5,0.5,0.75],"texture":"#0"},"east":{"uv":[2.5,0.5,2,0.75],"texture":"#0"},"south":{"uv":[4,0.5,2.5,0.75],"texture":"#0"},"west":{"uv":[0.5,0.5,0,0.75],"texture":"#0"},"up":{"uv":[0.5,0.5,2,0],"texture":"#0"},"down":{"uv":[2,0,3.5,0.5],"texture":"#0"}}},{"from":[16.54328,11.7961,7],"to":[17.54328,12.7961,9],"rotation":{"angle":0,"axis":"y","origin":[17.54328,8.2961,8]},"faces":{"north":{"uv":[5.5,6.25,5.25,6.5],"texture":"#0"},"east":{"uv":[6,6.25,5.5,6.5],"texture":"#0"},"south":{"uv":[6.25,6.25,6,6.5],"texture":"#0"},"west":{"uv":[5.25,6.25,4.75,6.5],"texture":"#0"},"up":{"uv":[5.25,6.25,5.5,5.75],"texture":"#0"},"down":{"uv":[5.5,5.75,5.75,6.25],"texture":"#0"}}},{"from":[15.54328,10.7961,7],"to":[16.54328,13.7961,9],"rotation":{"angle":0,"axis":"y","origin":[14.54328,8.2961,8]},"faces":{"north":{"uv":[0.75,5.25,0.5,6],"texture":"#0"},"east":{"uv":[1.25,5.25,0.75,6],"texture":"#0"},"south":{"uv":[1.5,5.25,1.25,6],"texture":"#0"},"west":{"uv":[0.5,5.25,0,6],"texture":"#0"},"up":{"uv":[0.5,5.25,0.75,4.75],"texture":"#0"},"down":{"uv":[0.75,4.75,1,5.25],"texture":"#0"}}},{"from":[13.54328,11.7961,7],"to":[15.54328,12.7961,9],"rotation":{"angle":0,"axis":"y","origin":[14.54328,8.2961,8]},"faces":{"north":{"uv":[5,5.25,4.5,5.5],"texture":"#0"},"east":{"uv":[5.5,5.25,5,5.5],"texture":"#0"},"south":{"uv":[6,5.25,5.5,5.5],"texture":"#0"},"west":{"uv":[4.5,5.25,4,5.5],"texture":"#0"},"up":{"uv":[4.5,5.25,5,4.75],"texture":"#0"},"down":{"uv":[5,4.75,5.5,5.25],"texture":"#0"}}},{"from":[12.24052,16.34334,6.99],"to":[14.26052,16.86334,9.01],"rotation":{"angle":22.5,"axis":"z","origin":[13.32374,16.17657,8]},"faces":{"north":{"uv":[2.75,4.25,2.25,4.5],"texture":"#0"},"east":{"uv":[3.25,4.25,2.75,4.5],"texture":"#0"},"south":{"uv":[3.75,4.25,3.25,4.5],"texture":"#0"},"west":{"uv":[2.25,4.25,1.75,4.5],"texture":"#0"},"up":{"uv":[2.25,4.25,2.75,3.75],"texture":"#0"},"down":{"uv":[2.75,3.75,3.25,4.25],"texture":"#0"}}},{"from":[13.49052,15.09334,6.99],"to":[14.01052,17.11334,9.01],"rotation":{"angle":-22.5,"axis":"z","origin":[13.32374,16.17657,8]},"faces":{"north":{"uv":[2.5,5.25,2.25,5.75],"texture":"#0"},"east":{"uv":[3,5.25,2.5,5.75],"texture":"#0"},"south":{"uv":[3.25,5.25,3,5.75],"texture":"#0"},"west":{"uv":[2.25,5.25,1.75,5.75],"texture":"#0"},"up":{"uv":[2.25,5.25,2.5,4.75],"texture":"#0"},"down":{"uv":[2.5,4.75,2.75,5.25],"texture":"#0"}}},{"from":[13.91098,16.76381,6.99],"to":[14.31367,17.16649,9.01],"rotation":{"angle":0,"axis":"y","origin":[14.42374,17.17657,8]},"faces":{"north":{"uv":[7.25,6.5,7,6.75],"texture":"#0"},"east":{"uv":[7.75,6.5,7.25,6.75],"texture":"#0"},"south":{"uv":[8,6.5,7.75,6.75],"texture":"#0"},"west":{"uv":[7,6.5,6.5,6.75],"texture":"#0"},"up":{"uv":[7,6.5,7.25,6],"texture":"#0"},"down":{"uv":[7.25,6,7.5,6.5],"texture":"#0"}}},{"from":[13.23807,15.89694,7.01],"to":[14.21807,16.37694,8.99],"rotation":{"angle":45,"axis":"z","origin":[13.22807,16.13694,8]},"faces":{"north":{"uv":[2.25,7,2.5,6.5],"rotation":90,"texture":"#0"},"east":{"uv":[2.5,6,2.25,6.5],"rotation":270,"texture":"#0"},"south":{"uv":[3,7,3.25,6.5],"rotation":270,"texture":"#0"},"west":{"uv":[2.75,6.5,2.5,6],"rotation":270,"texture":"#0"},"up":{"uv":[1.75,7,2.25,6.5],"rotation":270,"texture":"#0"},"down":{"uv":[2.5,7,3,6.5],"rotation":270,"texture":"#0"}}},{"from":[7,-9,7],"to":[9,-7,9],"rotation":{"angle":45,"axis":"z","origin":[8,-8,8]},"faces":{"north":{"uv":[4.75,0.5,5.25,1],"texture":"#0"},"east":{"uv":[4.25,0.5,4.75,1],"texture":"#0"},"south":{"uv":[5.75,0.5,6.25,1],"texture":"#0"},"west":{"uv":[5.25,0.5,5.75,1],"texture":"#0"},"up":{"uv":[5.25,0.5,4.75,0],"texture":"#0"},"down":{"uv":[5.75,0,5.25,0.5],"texture":"#0"}}},{"from":[7.01,5.01,7.01],"to":[8.99,6.99,8.99],"rotation":{"angle":45,"axis":"z","origin":[8,6,8]},"faces":{"north":{"uv":[4.5,4,5,4.5],"texture":"#0"},"east":{"uv":[4,4,4.5,4.5],"texture":"#0"},"south":{"uv":[5.5,4,6,4.5],"texture":"#0"},"west":{"uv":[5,4,5.5,4.5],"texture":"#0"},"up":{"uv":[5,4,4.5,3.5],"texture":"#0"},"down":{"uv":[5.5,3.5,5,4],"texture":"#0"}}},{"from":[7,-6,7],"to":[9,-4,9],"rotation":{"angle":45,"axis":"z","origin":[8,-5,8]},"faces":{"north":{"uv":[4.75,1.75,5.25,2.25],"texture":"#0"},"east":{"uv":[4.25,1.75,4.75,2.25],"texture":"#0"},"south":{"uv":[5.75,1.75,6.25,2.25],"texture":"#0"},"west":{"uv":[5.25,1.75,5.75,2.25],"texture":"#0"},"up":{"uv":[5.25,1.75,4.75,1.25],"texture":"#0"},"down":{"uv":[5.75,1.25,5.25,1.75],"texture":"#0"}}},{"from":[7,-4,7],"to":[8,-3,9],"rotation":{"angle":45,"axis":"z","origin":[8,-5,8]},"faces":{"north":{"uv":[6.25,4.75,6.5,5],"texture":"#0"},"east":{"uv":[5.75,4.75,6.25,5],"texture":"#0"},"south":{"uv":[7,4.75,7.25,5],"texture":"#0"},"west":{"uv":[6.5,4.75,7,5],"texture":"#0"},"up":{"uv":[6.5,4.75,6.25,4.25],"texture":"#0"},"down":{"uv":[6.75,4.25,6.5,4.75],"texture":"#0"}}},{"from":[6,-5,7],"to":[7,-4,9],"rotation":{"angle":45,"axis":"z","origin":[8,-5,8]},"faces":{"north":{"uv":[3.5,6.25,3.75,6.5],"texture":"#0"},"east":{"uv":[3,6.25,3.5,6.5],"texture":"#0"},"south":{"uv":[4.25,6.25,4.5,6.5],"texture":"#0"},"west":{"uv":[3.75,6.25,4.25,6.5],"texture":"#0"},"up":{"uv":[3.75,6.25,3.5,5.75],"texture":"#0"},"down":{"uv":[4,5.75,3.75,6.25],"texture":"#0"}}},{"from":[8,-4,7],"to":[9,-3,9],"rotation":{"angle":-45,"axis":"z","origin":[8,-5,8]},"faces":{"north":{"uv":[6.5,4.75,6.25,5],"texture":"#0"},"east":{"uv":[7,4.75,6.5,5],"texture":"#0"},"south":{"uv":[7.25,4.75,7,5],"texture":"#0"},"west":{"uv":[6.25,4.75,5.75,5],"texture":"#0"},"up":{"uv":[6.25,4.75,6.5,4.25],"texture":"#0"},"down":{"uv":[6.5,4.25,6.75,4.75],"texture":"#0"}}},{"from":[9,-5,7],"to":[10,-4,9],"rotation":{"angle":-45,"axis":"z","origin":[8,-5,8]},"faces":{"north":{"uv":[3.75,6.25,3.5,6.5],"texture":"#0"},"east":{"uv":[4.25,6.25,3.75,6.5],"texture":"#0"},"south":{"uv":[4.5,6.25,4.25,6.5],"texture":"#0"},"west":{"uv":[3.5,6.25,3,6.5],"texture":"#0"},"up":{"uv":[3.5,6.25,3.75,5.75],"texture":"#0"},"down":{"uv":[3.75,5.75,4,6.25],"texture":"#0"}}},{"from":[7,4,7],"to":[9,5,9],"rotation":{"angle":45,"axis":"y","origin":[8,4.5,8]},"faces":{"north":{"uv":[6.5,5.75,7,6],"texture":"#0"},"east":{"uv":[6,5.75,6.5,6],"texture":"#0"},"south":{"uv":[7.5,5.75,8,6],"texture":"#0"},"west":{"uv":[7,5.75,7.5,6],"texture":"#0"},"up":{"uv":[7,5.75,6.5,5.25],"texture":"#0"},"down":{"uv":[7.5,5.25,7,5.75],"texture":"#0"}}},{"from":[7,-7,7],"to":[9,-6,9],"rotation":{"angle":45,"axis":"y","origin":[8,-6.5,8]},"faces":{"north":{"uv":[6.5,2.5,7,2.75],"texture":"#0"},"east":{"uv":[6,2.5,6.5,2.75],"texture":"#0"},"south":{"uv":[7.5,2.5,8,2.75],"texture":"#0"},"west":{"uv":[7,2.5,7.5,2.75],"texture":"#0"},"up":{"uv":[7,2.5,6.5,2],"texture":"#0"},"down":{"uv":[7.5,2,7,2.5],"texture":"#0"}}},{"from":[7,-4,7],"to":[9,-3,9],"rotation":{"angle":45,"axis":"y","origin":[8,-5.5,8]},"faces":{"north":{"uv":[4.5,3,5,3.25],"texture":"#0"},"east":{"uv":[4,3,4.5,3.25],"texture":"#0"},"south":{"uv":[5.5,3,6,3.25],"texture":"#0"},"west":{"uv":[5,3,5.5,3.25],"texture":"#0"},"up":{"uv":[5,3,4.5,2.5],"texture":"#0"},"down":{"uv":[5.5,2.5,5,3],"texture":"#0"}}},{"from":[10.50104,8.60412,7.49],"to":[12.22815,10.33123,8.51],"rotation":{"angle":45,"axis":"z","origin":[8.53617,12.2961,8]},"faces":{"north":{"uv":[6.5,7.5,7,8],"rotation":270,"texture":"#0"},"east":{"uv":[6,7.5,6.5,8],"rotation":90,"texture":"#0"},"south":{"uv":[7.5,7.5,8,8],"rotation":90,"texture":"#0"},"west":{"uv":[7,7.5,7.5,8],"rotation":90,"texture":"#0"},"up":{"uv":[7.25,7.5,6.75,7],"rotation":90,"texture":"#0"},"down":{"uv":[7.75,7,7.25,7.5],"rotation":90,"texture":"#0"}}},{"from":[10.80104,14.81097,7.49],"to":[12.52815,16.53808,8.51],"rotation":{"angle":22.5,"axis":"z","origin":[8.83617,12.8461,8]},"faces":{"north":{"uv":[4.25,7.5,4.75,8],"texture":"#0"},"east":{"uv":[3.75,7.5,4.25,8],"texture":"#0"},"south":{"uv":[5.25,7.5,5.75,8],"texture":"#0"},"west":{"uv":[4.75,7.5,5.25,8],"texture":"#0"},"up":{"uv":[5,7.5,4.5,7],"texture":"#0"},"down":{"uv":[5.5,7,5,7.5],"texture":"#0"}}},{"from":[3.77185,8.60412,7.49],"to":[5.49896,10.33123,8.51],"rotation":{"angle":-45,"axis":"z","origin":[7.46383,12.2961,8]},"faces":{"north":{"uv":[6.5,8,7,7.5],"rotation":270,"texture":"#0"},"east":{"uv":[7,8,7.5,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[7.5,8,8,7.5],"rotation":90,"texture":"#0"},"west":{"uv":[6,8,6.5,7.5],"rotation":90,"texture":"#0"},"up":{"uv":[7.25,7,6.75,7.5],"rotation":90,"texture":"#0"},"down":{"uv":[7.75,7.5,7.25,7],"rotation":90,"texture":"#0"}}},{"from":[3.47185,14.81097,7.49],"to":[5.19896,16.53808,8.51],"rotation":{"angle":-22.5,"axis":"z","origin":[7.16383,12.8461,8]},"faces":{"north":{"uv":[4.75,7.5,4.25,8],"texture":"#0"},"east":{"uv":[5.25,7.5,4.75,8],"texture":"#0"},"south":{"uv":[5.75,7.5,5.25,8],"texture":"#0"},"west":{"uv":[4.25,7.5,3.75,8],"texture":"#0"},"up":{"uv":[4.5,7.5,5,7],"texture":"#0"},"down":{"uv":[5,7,5.5,7.5],"texture":"#0"}}},{"from":[3.47185,8.06192,7.49],"to":[5.19896,9.78903,8.51],"rotation":{"angle":22.5,"axis":"z","origin":[7.16383,11.7539,8]},"faces":{"north":{"uv":[4.75,8,4.25,7.5],"texture":"#0"},"east":{"uv":[5.25,8,4.75,7.5],"texture":"#0"},"south":{"uv":[5.75,8,5.25,7.5],"texture":"#0"},"west":{"uv":[4.25,8,3.75,7.5],"texture":"#0"},"up":{"uv":[5,7.5,5.5,7],"texture":"#0"},"down":{"uv":[4.5,7,5,7.5],"texture":"#0"}}},{"from":[10.80104,8.06192,7.49],"to":[12.52815,9.78903,8.51],"rotation":{"angle":-22.5,"axis":"z","origin":[8.83617,11.7539,8]},"faces":{"north":{"uv":[4.25,8,4.75,7.5],"texture":"#0"},"east":{"uv":[3.75,8,4.25,7.5],"texture":"#0"},"south":{"uv":[5.25,8,5.75,7.5],"texture":"#0"},"west":{"uv":[4.75,8,5.25,7.5],"texture":"#0"},"up":{"uv":[5.5,7.5,5,7],"texture":"#0"},"down":{"uv":[5,7,4.5,7.5],"texture":"#0"}}},{"from":[4.99,9.49,7.99],"to":[11.01,15.51,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,12.5,8]},"faces":{"north":{"uv":[0,0,15,15],"texture":"#1"},"south":{"uv":[15,0,0,15],"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[30,-80,30],"translation":[-1,5,2]},"thirdperson_lefthand":{"rotation":[30,-80,30],"translation":[-1,5,2]},"firstperson_righthand":{"rotation":[0,90,15],"translation":[7,0,-7]},"firstperson_lefthand":{"rotation":[0,90,15],"translation":[7,0,-7]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/frostbound_relik.json b/assets/minecraft/models/item/wynn/skin/relik/frostbound_relik.json new file mode 100644 index 000000000..9bccb4e99 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/frostbound_relik.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/frostbound/frostbound_relik","particle":"skins/frostbound/frostbound_relik"},"elements":[{"from":[5,-5,7],"to":[11,-4,9],"faces":{"north":{"uv":[1,0,4,0.5],"texture":"#0"},"east":{"uv":[1,1.5,2,2],"texture":"#0"},"south":{"uv":[1,0,4,0.5],"texture":"#0"},"west":{"uv":[1,1.5,2,2],"texture":"#0"},"up":{"uv":[1,0.5,4,1.5],"texture":"#0"},"down":{"uv":[1,0.5,4,1.5],"texture":"#0"}}},{"from":[7,-5,5],"to":[9,-4,11],"rotation":{"angle":0,"axis":"y","origin":[7,0,8]},"faces":{"north":{"uv":[1,1.5,2,2],"texture":"#0"},"east":{"uv":[1,0,4,0.5],"texture":"#0"},"south":{"uv":[1,1.5,2,2],"texture":"#0"},"west":{"uv":[1,0,4,0.5],"texture":"#0"},"up":{"uv":[1,0.5,4,1.5],"rotation":90,"texture":"#0"},"down":{"uv":[1,0.5,4,1.5],"rotation":90,"texture":"#0"}}},{"from":[7,-10,7],"to":[9,12,9],"faces":{"north":{"uv":[0,1,1,12],"texture":"#0"},"east":{"uv":[0,1,1,12],"texture":"#0"},"south":{"uv":[0,1,1,12],"texture":"#0"},"west":{"uv":[0,1,1,12],"texture":"#0"},"down":{"uv":[0,11,1,12],"texture":"#0"}}},{"from":[5,12,7],"to":[11,13,9],"faces":{"north":{"uv":[1,0,4,0.5],"texture":"#0"},"east":{"uv":[1,1.5,2,2],"texture":"#0"},"south":{"uv":[1,0,4,0.5],"texture":"#0"},"west":{"uv":[1,1.5,2,2],"texture":"#0"},"up":{"uv":[1,0.5,4,1.5],"texture":"#0"},"down":{"uv":[1,0.5,4,1.5],"texture":"#0"}}},{"from":[7,12,5],"to":[9,13,11],"rotation":{"angle":0,"axis":"y","origin":[8,11,8]},"faces":{"north":{"uv":[1,1.5,2,2],"texture":"#0"},"east":{"uv":[1,0,4,0.5],"texture":"#0"},"south":{"uv":[1,1.5,2,2],"texture":"#0"},"west":{"uv":[1,0,4,0.5],"texture":"#0"},"up":{"uv":[1,0.5,4,1.5],"rotation":90,"texture":"#0"},"down":{"uv":[1,0.5,4,1.5],"rotation":90,"texture":"#0"}}},{"from":[6,13,7],"to":[10,15,9],"rotation":{"angle":0,"axis":"y","origin":[8,20,8]},"faces":{"north":{"uv":[1,2,3,3],"texture":"#0"},"east":{"uv":[3,2,4,3],"texture":"#0"},"south":{"uv":[1,2,3,3],"texture":"#0"},"west":{"uv":[3,2,4,3],"texture":"#0"}}},{"from":[4,14,6],"to":[6,16,10],"rotation":{"angle":0,"axis":"y","origin":[8,20,8]},"faces":{"north":{"uv":[2,7,1,6],"texture":"#0"},"east":{"uv":[4,6,2,7],"texture":"#0"},"south":{"uv":[1,6,2,7],"texture":"#0"},"west":{"uv":[2,7,4,6],"texture":"#0"},"up":{"uv":[2,6,4,7],"rotation":90,"texture":"#0"},"down":{"uv":[4,6,2,7],"rotation":90,"texture":"#0"}}},{"from":[10,14,6],"to":[12,16,10],"rotation":{"angle":0,"axis":"y","origin":[8,20,8]},"faces":{"north":{"uv":[1,7,2,6],"texture":"#0"},"east":{"uv":[4,6,2,7],"texture":"#0"},"south":{"uv":[1,6,2,7],"texture":"#0"},"west":{"uv":[2,7,4,6],"texture":"#0"},"up":{"uv":[2,6,4,7],"rotation":90,"texture":"#0"},"down":{"uv":[4,6,2,7],"rotation":90,"texture":"#0"}}},{"from":[11,18,6],"to":[13,20,10],"rotation":{"angle":0,"axis":"y","origin":[8,20,8]},"faces":{"north":{"uv":[1,6,2,7],"texture":"#0"},"east":{"uv":[4,6,2,7],"texture":"#0"},"south":{"uv":[1,6,2,7],"texture":"#0"},"west":{"uv":[2,7,4,6],"texture":"#0"},"up":{"uv":[2,6,4,7],"rotation":90,"texture":"#0"},"down":{"uv":[4,6,2,7],"rotation":90,"texture":"#0"}}},{"from":[3,18,6],"to":[5,20,10],"rotation":{"angle":0,"axis":"y","origin":[8,20,8]},"faces":{"north":{"uv":[2,6,1,7],"texture":"#0"},"east":{"uv":[4,6,2,7],"texture":"#0"},"south":{"uv":[1,6,2,7],"texture":"#0"},"west":{"uv":[2,7,4,6],"texture":"#0"},"up":{"uv":[2,6,4,7],"rotation":90,"texture":"#0"},"down":{"uv":[4,6,2,7],"rotation":90,"texture":"#0"}}},{"from":[7,21,6],"to":[9,23,10],"rotation":{"angle":0,"axis":"y","origin":[8,20,8]},"faces":{"north":{"uv":[1,6,2,7],"texture":"#0"},"east":{"uv":[4,6,2,7],"texture":"#0"},"south":{"uv":[1,6,2,7],"texture":"#0"},"west":{"uv":[2,7,4,6],"texture":"#0"},"up":{"uv":[2,6,4,7],"rotation":90,"texture":"#0"},"down":{"uv":[4,6,2,7],"rotation":90,"texture":"#0"}}},{"from":[5,15,7],"to":[11,21,9],"rotation":{"angle":0,"axis":"y","origin":[8,20,8]},"faces":{"north":{"uv":[1,3,4,6],"texture":"#0"},"east":{"uv":[4,3,5,6],"texture":"#0"},"south":{"uv":[1,3,4,6],"texture":"#0"},"west":{"uv":[4,3,5,6],"texture":"#0"},"up":{"uv":[4,3,5,6],"texture":"#0"}}},{"from":[6,21,7],"to":[7,22,9],"rotation":{"angle":0,"axis":"y","origin":[8,20,8]},"faces":{"north":{"uv":[1,7,1.5,7.5],"texture":"#0"},"east":{"uv":[1,7,2,7.5],"texture":"#0"},"south":{"uv":[1,7,1.5,7.5],"texture":"#0"},"west":{"uv":[1,7,2,7.5],"texture":"#0"},"up":{"uv":[1,7,2,7.5],"rotation":90,"texture":"#0"},"down":{"uv":[1,7,2,7.5],"rotation":90,"texture":"#0"}}},{"from":[9,21,7],"to":[10,22,9],"rotation":{"angle":0,"axis":"y","origin":[8,20,8]},"faces":{"north":{"uv":[1,7,1.5,7.5],"texture":"#0"},"east":{"uv":[1,7,2,7.5],"texture":"#0"},"south":{"uv":[1,7,1.5,7.5],"texture":"#0"},"west":{"uv":[1,7,2,7.5],"texture":"#0"},"up":{"uv":[1,7,2,7.5],"rotation":90,"texture":"#0"},"down":{"uv":[1,7,2,7.5],"rotation":90,"texture":"#0"}}},{"from":[11,17,7],"to":[12,18,9],"rotation":{"angle":0,"axis":"y","origin":[8,20,8]},"faces":{"north":{"uv":[1,7,1.5,7.5],"texture":"#0"},"east":{"uv":[1,7,2,7.5],"texture":"#0"},"south":{"uv":[1,7,1.5,7.5],"texture":"#0"},"west":{"uv":[1,7,2,7.5],"texture":"#0"},"up":{"uv":[1,7,2,7.5],"rotation":90,"texture":"#0"},"down":{"uv":[1,7,2,7.5],"rotation":90,"texture":"#0"}}},{"from":[4,17,7],"to":[5,18,9],"rotation":{"angle":0,"axis":"y","origin":[8,20,8]},"faces":{"north":{"uv":[1,7,1.5,7.5],"texture":"#0"},"east":{"uv":[1,7,2,7.5],"texture":"#0"},"south":{"uv":[1,7,1.5,7.5],"texture":"#0"},"west":{"uv":[1,7,2,7.5],"texture":"#0"},"up":{"uv":[1,7,2,7.5],"rotation":90,"texture":"#0"},"down":{"uv":[1,7,2,7.5],"rotation":90,"texture":"#0"}}},{"from":[4,-16,8],"to":[12,0,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,4,8]},"faces":{"north":{"uv":[12,0,16,8],"texture":"#0"},"south":{"uv":[16,0,12,8],"texture":"#0"}}},{"from":[8,-16,4],"to":[8.01,0,12],"faces":{"east":{"uv":[16,0,12,8],"texture":"#0"},"west":{"uv":[12,0,16,8],"texture":"#0"}}},{"from":[0,18,8],"to":[16,27,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,18,8]},"faces":{"north":{"uv":[8,8,16,12.5],"texture":"#0"},"south":{"uv":[8,8,16,12.5],"texture":"#0"}}},{"from":[2,1,8],"to":[14,17,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,12,8]},"faces":{"north":{"uv":[1.5,8,7.5,16],"texture":"#0"},"south":{"uv":[1.5,8,7.5,16],"texture":"#0"}}},{"from":[8,1,2],"to":[8.01,17,14],"rotation":{"angle":0,"axis":"y","origin":[8,12,8]},"faces":{"east":{"uv":[1.5,8,7.5,16],"texture":"#0"},"west":{"uv":[1.5,8,7.5,16],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,100,5],"translation":[0,5,2]},"thirdperson_lefthand":{"rotation":[0,100,5],"translation":[0,5,2]},"firstperson_righthand":{"rotation":[145,80,-135],"translation":[5,-5,-8]},"firstperson_lefthand":{"rotation":[145,80,-135],"translation":[5,-5,-8]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/fury_sceptre.json b/assets/minecraft/models/item/wynn/skin/relik/fury_sceptre.json new file mode 100644 index 000000000..8812cc067 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/fury_sceptre.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/fury/fury_sceptre","particle":"skins/fury/fury_sceptre"},"elements":[{"from":[7,-5,7],"to":[9,11,9],"faces":{"north":{"uv":[14,0,16,16],"texture":"#0"},"east":{"uv":[14,0,16,16],"texture":"#0"},"south":{"uv":[14,0,16,16],"texture":"#0"},"west":{"uv":[14,0,16,16],"texture":"#0"},"up":{"uv":[14,0,16,2],"texture":"#0"},"down":{"uv":[14,14,16,16],"texture":"#0"}}},{"from":[5.5,-12,8],"to":[10.5,-5,8.01],"faces":{"north":{"uv":[9,0,14,7],"texture":"#0"},"south":{"uv":[9,0,14,7],"texture":"#0"}}},{"from":[9,-4,8],"to":[11,-1,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[11,13,14,11],"rotation":90,"texture":"#0"},"south":{"uv":[11,11,14,13],"rotation":90,"texture":"#0"}}},{"from":[5,-4,8],"to":[7,-1,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[11,11,14,13],"rotation":90,"texture":"#0"},"south":{"uv":[11,13,14,11],"rotation":90,"texture":"#0"}}},{"from":[5,8,8],"to":[7,11,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[14,11,11,13],"rotation":90,"texture":"#0"},"south":{"uv":[14,13,11,11],"rotation":90,"texture":"#0"}}},{"from":[9,8,8],"to":[11,11,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[14,13,11,11],"rotation":90,"texture":"#0"},"south":{"uv":[14,11,11,13],"rotation":90,"texture":"#0"}}},{"from":[8,8,5],"to":[8.01,11,7],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"east":{"uv":[14,11,11,13],"rotation":90,"texture":"#0"},"west":{"uv":[14,13,11,11],"rotation":90,"texture":"#0"}}},{"from":[8,8,9],"to":[8.01,11,11],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"east":{"uv":[14,13,11,11],"rotation":90,"texture":"#0"},"west":{"uv":[14,11,11,13],"rotation":90,"texture":"#0"}}},{"from":[8,-10,5.5],"to":[8.01,-6,10.5],"faces":{"east":{"uv":[9,7,14,11],"texture":"#0"},"west":{"uv":[9,7,14,11],"texture":"#0"}}},{"from":[5.5,21,8],"to":[10.5,28,8.01],"faces":{"north":{"uv":[9,7,14,0],"texture":"#0"},"south":{"uv":[9,7,14,0],"texture":"#0"}}},{"from":[8,22,5.5],"to":[8.01,26,10.5],"faces":{"east":{"uv":[9,11,14,7],"texture":"#0"},"west":{"uv":[9,11,14,7],"texture":"#0"}}},{"from":[6,11,6],"to":[10,14,10],"faces":{"north":{"uv":[10,13,14,16],"texture":"#0"},"east":{"uv":[10,13,14,16],"texture":"#0"},"south":{"uv":[10,13,14,16],"texture":"#0"},"west":{"uv":[10,13,14,16],"texture":"#0"},"down":{"uv":[6,12,10,16],"texture":"#0"}}},{"from":[5,14,5],"to":[11,15,11],"faces":{"north":{"uv":[3,6,9,7],"texture":"#0"},"east":{"uv":[3,6,9,7],"texture":"#0"},"south":{"uv":[3,6,9,7],"texture":"#0"},"west":{"uv":[3,6,9,7],"texture":"#0"},"up":{"uv":[3,0,9,6],"texture":"#0"},"down":{"uv":[3,0,9,6],"texture":"#0"}}},{"from":[5.5,16,5.5],"to":[10.5,21,10.5],"faces":{"north":{"uv":[1,11,6,16],"texture":"#0"},"east":{"uv":[1,11,6,16],"texture":"#0"},"south":{"uv":[1,11,6,16],"texture":"#0"},"west":{"uv":[1,11,6,16],"texture":"#0"},"up":{"uv":[1,11,6,16],"texture":"#0"},"down":{"uv":[1,11,6,16],"texture":"#0"}}},{"from":[7,15,4.5],"to":[9,17,11.5],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[7,7,9,9],"texture":"#0"},"east":{"uv":[1,9,8,11],"texture":"#0"},"south":{"uv":[7,7,9,9],"texture":"#0"},"west":{"uv":[1,9,8,11],"texture":"#0"},"up":{"uv":[0,7,7,9],"rotation":90,"texture":"#0"},"down":{"uv":[0,9,7,7],"rotation":90,"texture":"#0"}}},{"from":[4.5,15,7],"to":[11.5,17,9],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[1,9,8,11],"texture":"#0"},"east":{"uv":[7,7,9,9],"texture":"#0"},"south":{"uv":[1,9,8,11],"texture":"#0"},"west":{"uv":[7,7,9,9],"texture":"#0"},"up":{"uv":[0,7,7,9],"rotation":180,"texture":"#0"},"down":{"uv":[0,9,7,7],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,5,5],"translation":[-2,2,2]},"thirdperson_lefthand":{"rotation":[0,5,5],"translation":[-2,2,2]},"firstperson_righthand":{"rotation":[10,10,-5],"translation":[5,-1,-5]},"firstperson_lefthand":{"rotation":[10,10,-5],"translation":[5,-1,-5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/future_relik.json b/assets/minecraft/models/item/wynn/skin/relik/future_relik.json new file mode 100644 index 000000000..31cbcdab4 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/future_relik.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/scifi_anim","1":"skins/scifi"},"elements":[{"from":[7.7,4.2,4.7],"to":[8.3,11.8,5.3],"rotation":{"angle":45,"axis":"x","origin":[8,8,5]},"faces":{"north":{"uv":[0,0,1,8],"texture":"#1"},"east":{"uv":[0,0,1,8],"texture":"#1"},"south":{"uv":[0,0,1,8],"texture":"#1"},"west":{"uv":[0,0,1,8],"texture":"#1"},"up":{"uv":[0,0,1,1],"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[7.63,0.89777,8.89777],"to":[8.37,8.63777,9.63777],"rotation":{"angle":45,"axis":"x","origin":[8,3,7.5]},"faces":{"north":{"uv":[0,0,1,8],"rotation":180,"texture":"#1"},"east":{"uv":[0,0,1,8],"rotation":180,"texture":"#1"},"south":{"uv":[0,0,1,8],"rotation":180,"texture":"#1"},"west":{"uv":[0,0,1,8],"rotation":180,"texture":"#1"},"up":{"uv":[0,0,1,1],"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[7.69,0.43556,3.83686],"to":[8.31,4.05556,4.45686],"rotation":{"angle":45,"axis":"x","origin":[8.01556,1.48881,4.90982]},"faces":{"north":{"uv":[0,0,1,4],"texture":"#1"},"east":{"uv":[0,0,1,4],"texture":"#1"},"south":{"uv":[0,0,1,4],"texture":"#1"},"west":{"uv":[0,0,1,4],"texture":"#1"},"up":{"uv":[0,0,1,1],"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[7.71,-1.55719,10.66069],"to":[8.29,2.02281,11.24069],"rotation":{"angle":45,"axis":"x","origin":[7.98972,1.49229,10.69538]},"faces":{"north":{"uv":[0,0,1,4],"rotation":180,"texture":"#1"},"east":{"uv":[0,0,1,4],"rotation":180,"texture":"#1"},"south":{"uv":[0,0,1,4],"rotation":180,"texture":"#1"},"west":{"uv":[0,0,1,4],"rotation":180,"texture":"#1"},"up":{"uv":[0,0,1,1],"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[7.69942,2.01918,0.76576],"to":[8.29942,2.61918,6.36576],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98867,2.33032,2.57337]},"faces":{"north":{"uv":[15,11.25,16,12.25],"rotation":180,"texture":"#1"},"east":{"uv":[10,10.625,16,11.625],"rotation":180,"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,10.625,6,11.625],"texture":"#1"},"up":{"uv":[10,10.5,16,11.5],"rotation":270,"texture":"#1"},"down":{"uv":[10,11.5,16,12.5],"rotation":90,"texture":"#1"}}},{"from":[7.71942,-0.17152,8.10083],"to":[8.27942,0.38848,13.66083],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98972,1.49229,10.69538]},"faces":{"north":{"uv":[15,12.625,16,13.625],"rotation":180,"texture":"#1"},"east":{"uv":[10,12,16,13],"rotation":180,"texture":"#1"},"south":{"uv":[0,11.625,1,12.625],"texture":"#1"},"west":{"uv":[10,11.625,16,12.625],"rotation":180,"texture":"#1"},"up":{"uv":[10,12,16,13],"rotation":90,"texture":"#1"},"down":{"uv":[10,11.5,16,12.5],"rotation":270,"texture":"#1"}}},{"from":[7.71978,-0.02693,0.71957],"to":[8.27978,0.53307,6.27957],"rotation":{"angle":22.5,"axis":"x","origin":[7.98474,0.26937,3.50436]},"faces":{"north":{"uv":[15,12.625,16,13.625],"rotation":180,"texture":"#1"},"east":{"uv":[10,11.5,16,12.5],"rotation":180,"texture":"#1"},"south":{"uv":[0,11.625,1,12.625],"texture":"#1"},"west":{"uv":[10,11.625,16,12.625],"rotation":180,"texture":"#1"},"up":{"uv":[10,12,16,13],"rotation":90,"texture":"#1"},"down":{"uv":[10,11.5,16,12.5],"rotation":270,"texture":"#1"}}},{"from":[7.69978,2.60286,8.07059],"to":[8.29978,3.20286,13.67059],"rotation":{"angle":22.5,"axis":"x","origin":[7.98972,1.49229,10.69538]},"faces":{"north":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"},"east":{"uv":[10,12.5,16,13.5],"rotation":180,"texture":"#1"},"south":{"uv":[15,11.625,16,12.625],"texture":"#1"},"west":{"uv":[10,10.5,16,11.5],"rotation":180,"texture":"#1"},"up":{"uv":[10,10.5,16,11.5],"rotation":90,"texture":"#1"},"down":{"uv":[10,11.5,16,12.5],"rotation":270,"texture":"#1"}}},{"from":[5.2,4.2,7.2],"to":[5.8,11.8,7.8],"rotation":{"angle":-45,"axis":"z","origin":[5.5,8,7.5]},"faces":{"north":{"uv":[0,0,1,8],"texture":"#1"},"east":{"uv":[0,0,1,8],"texture":"#1"},"south":{"uv":[0,0,1,8],"texture":"#1"},"west":{"uv":[0,0,1,8],"texture":"#1"},"up":{"uv":[0,0,1,1],"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[5.96777,0.93223,7.2],"to":[13.56777,1.53223,7.8],"rotation":{"angle":45,"axis":"z","origin":[8,3,7.5]},"faces":{"north":{"uv":[0,0,1,8],"rotation":90,"texture":"#1"},"east":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,1,8],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,1,8],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,1,8],"rotation":270,"texture":"#1"}}},{"from":[10.2,4.2,7.2],"to":[10.8,11.8,7.8],"rotation":{"angle":45,"axis":"z","origin":[10.5,8,7.5]},"faces":{"north":{"uv":[0,0,1,8],"texture":"#1"},"east":{"uv":[0,0,1,8],"texture":"#1"},"south":{"uv":[0,0,1,8],"texture":"#1"},"west":{"uv":[0,0,1,8],"texture":"#1"},"up":{"uv":[0,0,1,1],"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[5.93223,0.96777,7.2],"to":[6.53223,8.56777,7.8],"rotation":{"angle":45,"axis":"z","origin":[8,3,7.5]},"faces":{"north":{"uv":[0,0,1,8],"rotation":180,"texture":"#1"},"east":{"uv":[0,0,1,8],"rotation":180,"texture":"#1"},"south":{"uv":[0,0,1,8],"rotation":180,"texture":"#1"},"west":{"uv":[0,0,1,8],"rotation":180,"texture":"#1"},"up":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"}}},{"from":[7.7,4.2,9.7],"to":[8.3,11.8,10.3],"rotation":{"angle":-45,"axis":"x","origin":[8,8,10]},"faces":{"north":{"uv":[0,0,1,8],"texture":"#1"},"east":{"uv":[0,0,1,8],"texture":"#1"},"south":{"uv":[0,0,1,8],"texture":"#1"},"west":{"uv":[0,0,1,8],"texture":"#1"},"up":{"uv":[0,0,1,1],"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[7.71,0.42003,3.8924],"to":[8.29,1.00003,7.4724],"rotation":{"angle":45,"axis":"x","origin":[8.01556,1.48881,4.90982]},"faces":{"north":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"},"east":{"uv":[0,0,1,4],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,1,4],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,1,4],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,1,4],"texture":"#1"}}},{"from":[7.69,1.45835,7.60515],"to":[8.31,2.07835,11.22515],"rotation":{"angle":45,"axis":"x","origin":[7.98972,1.49229,10.69538]},"faces":{"north":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"},"east":{"uv":[0,0,1,4],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,1,4],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,1,4],"texture":"#1"},"down":{"uv":[0,0,1,4],"rotation":180,"texture":"#1"}}},{"from":[5.15,5.15,6.2],"to":[5.75,5.75,13.8],"rotation":{"angle":45,"axis":"y","origin":[5.45,5.45,10]},"faces":{"north":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"},"east":{"uv":[0,0,1,8],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,1,8],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,1,8],"texture":"#1"},"down":{"uv":[0,0,1,8],"rotation":180,"texture":"#1"}}},{"from":[12.25,5.15,6.2],"to":[12.85,5.75,13.8],"rotation":{"angle":45,"axis":"y","origin":[5.45,5.45,10]},"faces":{"north":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"},"east":{"uv":[0,0,1,8],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,1,8],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,1,8],"texture":"#1"},"down":{"uv":[0,0,1,8],"rotation":180,"texture":"#1"}}},{"from":[3.07046,5.15,8.27954],"to":[10.67046,5.75,8.87954],"rotation":{"angle":45,"axis":"y","origin":[10.37046,5.45,4.97954]},"faces":{"north":{"uv":[0,0,1,8],"rotation":90,"texture":"#1"},"east":{"uv":[0,0,1,1],"texture":"#1"},"south":{"uv":[0,0,1,8],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"},"up":{"uv":[0,0,1,8],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,1,8],"rotation":270,"texture":"#1"}}},{"from":[3.07046,5.15,1.17954],"to":[10.67046,5.75,1.77954],"rotation":{"angle":45,"axis":"y","origin":[10.37046,5.45,4.97954]},"faces":{"north":{"uv":[0,0,1,8],"rotation":90,"texture":"#1"},"east":{"uv":[0,0,1,1],"texture":"#1"},"south":{"uv":[0,0,1,8],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"},"up":{"uv":[0,0,1,8],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,1,8],"rotation":270,"texture":"#1"}}},{"from":[7.63,0.86223,1.86223],"to":[8.37,1.60223,9.60223],"rotation":{"angle":45,"axis":"x","origin":[8,3,7.5]},"faces":{"north":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"},"east":{"uv":[0,0,1,8],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,1,8],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,1,8],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,1,8],"texture":"#1"}}},{"from":[6.93275,-2.61571,6.39495],"to":[9.13275,-0.41571,8.59495],"rotation":{"angle":0,"axis":"y","origin":[8.03208,-1.51476,7.47206]},"faces":{"north":{"uv":[0,0,2,2],"rotation":270,"texture":"#1"},"east":{"uv":[0,0,2,2],"texture":"#1"},"south":{"uv":[0,0,2,2],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,2,2],"rotation":180,"texture":"#1"},"up":{"uv":[0,0,2,2],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,2,2],"rotation":90,"texture":"#1"}}},{"from":[6.83275,-2.21571,6.79495],"to":[9.23275,-0.81571,8.19495],"rotation":{"angle":45,"axis":"x","origin":[8.04848,-1.51474,7.47826]},"faces":{"north":{"uv":[0,0,2,3],"rotation":270,"texture":"#0"},"east":{"uv":[0,0,2,2],"texture":"#0"},"south":{"uv":[0,0,2,3],"rotation":90,"texture":"#0"},"west":{"uv":[0,0,2,2],"rotation":180,"texture":"#0"},"up":{"uv":[0,0,2,3],"rotation":90,"texture":"#0"},"down":{"uv":[14,13,16,16],"rotation":90,"texture":"#0"}}},{"from":[7.35961,-2.23876,6.28841],"to":[8.75961,-0.83876,8.68841],"rotation":{"angle":45,"axis":"z","origin":[8.04849,-1.52625,7.47267]},"faces":{"north":{"uv":[0,0,2,2],"rotation":270,"texture":"#0"},"east":{"uv":[0,0,2,3],"rotation":90,"texture":"#0"},"south":{"uv":[0,0,2,2],"rotation":270,"texture":"#0"},"west":{"uv":[0,0,2,3],"rotation":270,"texture":"#0"},"up":{"uv":[0,0,2,3],"texture":"#0"},"down":{"uv":[0,0,2,3],"rotation":180,"texture":"#0"}}},{"from":[7.04323,-10.51571,6.49929],"to":[9.04323,-8.51571,8.49929],"rotation":{"angle":0,"axis":"y","origin":[8.04255,-7.51474,7.46157]},"faces":{"north":{"uv":[0,0,2,2],"rotation":270,"texture":"#1"},"east":{"uv":[0,0,2,2],"texture":"#1"},"south":{"uv":[0,0,2,2],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,2,2],"rotation":180,"texture":"#1"},"up":{"uv":[0,0,2,2],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,2,2],"rotation":90,"texture":"#1"}}},{"from":[7.24323,-8.41571,6.69929],"to":[8.84323,-7.81571,8.29929],"rotation":{"angle":0,"axis":"y","origin":[8.07031,-8.11471,7.47121]},"faces":{"north":{"uv":[15,14,16,16],"rotation":270,"texture":"#1"},"east":{"uv":[0,15,2,16],"texture":"#1"},"south":{"uv":[15,14,16,16],"rotation":90,"texture":"#1"},"west":{"uv":[0,15,2,16],"rotation":180,"texture":"#1"},"up":{"uv":[14,14,16,16],"rotation":90,"texture":"#1"},"down":{"uv":[0,14,2,16],"rotation":90,"texture":"#1"}}},{"from":[7.24323,-7.41571,6.69929],"to":[8.84323,-6.81571,8.29929],"rotation":{"angle":0,"axis":"y","origin":[8.04255,-7.61474,7.46157]},"faces":{"north":{"uv":[15,14,16,16],"rotation":270,"texture":"#1"},"east":{"uv":[0,15,2,16],"texture":"#1"},"south":{"uv":[15,14,16,16],"rotation":90,"texture":"#1"},"west":{"uv":[0,15,2,16],"rotation":180,"texture":"#1"},"up":{"uv":[14,14,16,16],"rotation":90,"texture":"#1"},"down":{"uv":[0,14,2,16],"rotation":90,"texture":"#1"}}},{"from":[7.24323,-6.41571,6.69929],"to":[8.84323,-5.81571,8.29929],"rotation":{"angle":0,"axis":"y","origin":[8.04255,-7.61474,7.46157]},"faces":{"north":{"uv":[15,14,16,16],"rotation":270,"texture":"#1"},"east":{"uv":[0,15,2,16],"texture":"#1"},"south":{"uv":[15,14,16,16],"rotation":90,"texture":"#1"},"west":{"uv":[0,15,2,16],"rotation":180,"texture":"#1"},"up":{"uv":[14,14,16,16],"rotation":90,"texture":"#1"},"down":{"uv":[0,14,2,16],"rotation":90,"texture":"#1"}}},{"from":[7.24323,-5.41571,6.69929],"to":[8.84323,-4.81571,8.29929],"rotation":{"angle":0,"axis":"y","origin":[8.04255,-7.61474,7.46157]},"faces":{"north":{"uv":[15,14,16,16],"rotation":270,"texture":"#1"},"east":{"uv":[0,15,2,16],"texture":"#1"},"south":{"uv":[15,14,16,16],"rotation":90,"texture":"#1"},"west":{"uv":[0,15,2,16],"rotation":180,"texture":"#1"},"up":{"uv":[14,14,16,16],"rotation":90,"texture":"#1"},"down":{"uv":[0,14,2,16],"rotation":90,"texture":"#1"}}},{"from":[7.24323,-4.41571,6.69929],"to":[8.84323,-3.81571,8.29929],"rotation":{"angle":0,"axis":"y","origin":[8.04255,-7.61474,7.46157]},"faces":{"north":{"uv":[15,14,16,16],"rotation":270,"texture":"#1"},"east":{"uv":[0,15,2,16],"texture":"#1"},"south":{"uv":[15,14,16,16],"rotation":90,"texture":"#1"},"west":{"uv":[0,15,2,16],"rotation":180,"texture":"#1"},"up":{"uv":[14,14,16,16],"rotation":90,"texture":"#1"},"down":{"uv":[0,14,2,16],"rotation":90,"texture":"#1"}}},{"from":[7.24323,-3.41571,6.69929],"to":[8.84323,-2.81571,8.29929],"rotation":{"angle":0,"axis":"y","origin":[8.04255,-7.61474,7.46157]},"faces":{"north":{"uv":[15,14,16,16],"rotation":270,"texture":"#1"},"east":{"uv":[0,15,2,16],"texture":"#1"},"south":{"uv":[15,14,16,16],"rotation":90,"texture":"#1"},"west":{"uv":[0,15,2,16],"rotation":180,"texture":"#1"},"up":{"uv":[14,14,16,16],"rotation":90,"texture":"#1"},"down":{"uv":[0,14,2,16],"rotation":90,"texture":"#1"}}},{"from":[7.3,-9.2,6.8],"to":[8.7,-1.8,8.2],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0,0,2,8],"texture":"#1"},"east":{"uv":[0,0,2,8],"texture":"#1"},"south":{"uv":[0,0,2,8],"texture":"#1"},"west":{"uv":[0,0,2,8],"texture":"#1"},"up":{"uv":[0,0,2,2],"texture":"#1"},"down":{"uv":[0,0,2,2],"texture":"#1"}}},{"from":[7,4.45,6.5],"to":[9,6.45,8.5],"rotation":{"angle":45,"axis":"x","origin":[8.00358,5.45088,7.49554]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#0"},"east":{"uv":[0,0,16,16],"texture":"#0"},"south":{"uv":[0,0,16,16],"texture":"#0"},"west":{"uv":[0,0,16,16],"texture":"#0"},"up":{"uv":[0,0,16,16],"texture":"#0"},"down":{"uv":[0,0,16,16],"texture":"#0"}}},{"from":[7,4.44421,6.49614],"to":[9,6.44421,8.49614],"rotation":{"angle":45,"axis":"y","origin":[8.00358,5.44799,7.49361]},"faces":{"north":{"uv":[0,0,16,16],"rotation":180,"texture":"#0"},"east":{"uv":[0,0,16,16],"rotation":270,"texture":"#0"},"south":{"uv":[0,0,16,16],"texture":"#0"},"west":{"uv":[0,0,16,16],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,16,16],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,16,16],"texture":"#0"}}},{"from":[7.00705,4.44421,6.49916],"to":[9.00705,6.44421,8.49916],"rotation":{"angle":45,"axis":"z","origin":[8.00642,5.4451,7.49346]},"faces":{"north":{"uv":[0,0,16,16],"rotation":270,"texture":"#0"},"east":{"uv":[0,0,16,16],"texture":"#0"},"south":{"uv":[0,0,16,16],"rotation":90,"texture":"#0"},"west":{"uv":[0,0,16,16],"rotation":180,"texture":"#0"},"up":{"uv":[0,0,16,16],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,16,16],"rotation":90,"texture":"#0"}}},{"from":[7.5,5,1.75],"to":[8.5,6,2.75],"faces":{"north":{"uv":[9.5,15,10.5,16],"texture":"#1"},"east":{"uv":[15,15,16,16],"texture":"#1"},"south":{"uv":[3.625,15,4.625,16],"texture":"#1"},"west":{"uv":[15,15,16,16],"texture":"#1"},"up":{"uv":[0,15,1,16],"texture":"#1"},"down":{"uv":[15,15,16,16],"texture":"#1"}}},{"from":[6.5,4,4.25],"to":[9.5,7,4.45],"rotation":{"angle":45,"axis":"z","origin":[8,5.5,2.85]},"faces":{"north":{"uv":[0,0,3,3],"texture":"#0"},"east":{"uv":[0,0,0.2,3],"texture":"#0"},"south":{"uv":[0,0,3,3],"texture":"#0"},"west":{"uv":[0,0,0.2,3],"texture":"#0"},"up":{"uv":[0,0,3,0.2],"texture":"#0"},"down":{"uv":[0,0,3,0.2],"texture":"#0"}}},{"from":[6.5,4,10.5],"to":[9.5,7,10.7],"rotation":{"angle":45,"axis":"z","origin":[8,5.5,2.85]},"faces":{"north":{"uv":[0,0,3,3],"texture":"#0"},"east":{"uv":[0,0,0.2,3],"texture":"#0"},"south":{"uv":[0,0,3,3],"texture":"#0"},"west":{"uv":[0,0,0.2,3],"texture":"#0"},"up":{"uv":[0,0,3,0.2],"texture":"#0"},"down":{"uv":[0,0,3,0.2],"texture":"#0"}}},{"from":[7,4.5,11.25],"to":[9,6.5,11.45],"rotation":{"angle":45,"axis":"z","origin":[8,5.5,2.85]},"faces":{"north":{"uv":[0,0,3,3],"texture":"#0"},"east":{"uv":[0,0,1.2,3],"texture":"#0"},"south":{"uv":[0,0,3,3],"texture":"#0"},"west":{"uv":[0,0,1.2,3],"texture":"#0"},"up":{"uv":[0,0,3,1.2],"texture":"#0"},"down":{"uv":[0,0,3,1.2],"texture":"#0"}}},{"from":[7,4.5,3.5],"to":[9,6.5,3.7],"rotation":{"angle":45,"axis":"z","origin":[8,5.5,2.85]},"faces":{"north":{"uv":[0,0,3,3],"texture":"#0"},"east":{"uv":[0,0,1.2,3],"texture":"#0"},"south":{"uv":[0,0,3,3],"texture":"#0"},"west":{"uv":[0,0,1.2,3],"texture":"#0"},"up":{"uv":[0,0,3,1.2],"texture":"#0"},"down":{"uv":[0,0,3,1.2],"texture":"#0"}}},{"from":[7.5,5,12.25],"to":[8.5,6,13.25],"faces":{"north":{"uv":[9.5,15,10.5,16],"texture":"#1"},"east":{"uv":[15,15,16,16],"texture":"#1"},"south":{"uv":[3.625,15,4.625,16],"texture":"#1"},"west":{"uv":[15,15,16,16],"texture":"#1"},"up":{"uv":[0,15,1,16],"texture":"#1"},"down":{"uv":[15,15,16,16],"texture":"#1"}}},{"from":[7.5,0,7],"to":[8.5,1,8],"faces":{"north":{"uv":[9.5,15,10.5,16],"texture":"#1"},"east":{"uv":[15,15,16,16],"texture":"#1"},"south":{"uv":[3.625,15,4.625,16],"texture":"#1"},"west":{"uv":[15,15,16,16],"texture":"#1"},"up":{"uv":[0,15,1,16],"texture":"#1"},"down":{"uv":[15,15,16,16],"texture":"#1"}}},{"from":[7.5,10,7],"to":[8.5,11,8],"faces":{"north":{"uv":[9.5,15,10.5,16],"texture":"#1"},"east":{"uv":[15,15,16,16],"texture":"#1"},"south":{"uv":[3.625,15,4.625,16],"texture":"#1"},"west":{"uv":[15,15,16,16],"texture":"#1"},"up":{"uv":[0,15,1,16],"texture":"#1"},"down":{"uv":[15,15,16,16],"texture":"#1"}}},{"from":[2.5,5,7],"to":[3.5,6,8],"faces":{"north":{"uv":[9.5,15,10.5,16],"texture":"#1"},"east":{"uv":[15,15,16,16],"texture":"#1"},"south":{"uv":[3.625,15,4.625,16],"texture":"#1"},"west":{"uv":[15,15,16,16],"texture":"#1"},"up":{"uv":[0,15,1,16],"texture":"#1"},"down":{"uv":[15,15,16,16],"texture":"#1"}}},{"from":[12.75,5,7],"to":[13.75,6,8],"faces":{"north":{"uv":[9.5,15,10.5,16],"texture":"#1"},"east":{"uv":[15,15,16,16],"texture":"#1"},"south":{"uv":[3.625,15,4.625,16],"texture":"#1"},"west":{"uv":[15,15,16,16],"texture":"#1"},"up":{"uv":[0,15,1,16],"texture":"#1"},"down":{"uv":[15,15,16,16],"texture":"#1"}}}],"display":{"thirdperson_righthand":{"translation":[0.56,11.93,2.57]},"thirdperson_lefthand":{"translation":[0.56,11.93,2.57]},"firstperson_righthand":{"rotation":[0,17,10],"translation":[2.5,9.75,-1.5]},"firstperson_lefthand":{"rotation":[0,17,10],"translation":[2.5,9.75,-1.5]},"gui":{"rotation":[101,48,-94],"translation":[5.25,6.5,0]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/geomancer_heirloom.json b/assets/minecraft/models/item/wynn/skin/relik/geomancer_heirloom.json new file mode 100644 index 000000000..21dd89241 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/geomancer_heirloom.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/geomancer/geomancer_heirloom","particle":"skins/geomancer/geomancer_heirloom"},"elements":[{"from":[6,-5,3],"to":[10,5,7],"rotation":{"angle":-22.5,"axis":"x","origin":[8,14,7]},"faces":{"north":{"uv":[6.5,0,8.5,5],"texture":"#0"},"east":{"uv":[6.5,0,8.5,5],"texture":"#0"},"south":{"uv":[6.5,0,8.5,5],"texture":"#0"},"west":{"uv":[6.5,0,8.5,5],"texture":"#0"},"up":{"uv":[8.5,0,10.5,2],"texture":"#0"},"down":{"uv":[8.5,2,10.5,4],"texture":"#0"}}},{"from":[4,3,5],"to":[12,15,7],"rotation":{"angle":22.5,"axis":"x","origin":[8,8,7]},"faces":{"north":{"uv":[0,0,4,6],"texture":"#0"},"east":{"uv":[4,0,5,6],"texture":"#0"},"south":{"uv":[0,6,4,12],"texture":"#0"},"west":{"uv":[4,0,5,6],"texture":"#0"},"up":{"uv":[0,13,4,14],"texture":"#0"},"down":{"uv":[0,12,4,13],"texture":"#0"}}},{"from":[6.5,16,3],"to":[9.5,24,4],"rotation":{"angle":22.5,"axis":"x","origin":[8,8,7]},"faces":{"north":{"uv":[5,0,6.5,4],"texture":"#0"},"east":{"uv":[6,0,6.5,4],"texture":"#0"},"south":{"uv":[5,0,6.5,4],"texture":"#0"},"west":{"uv":[5,0,5.5,4],"texture":"#0"},"up":{"uv":[5,0,6.5,0.5],"texture":"#0"},"down":{"uv":[5,3.5,6.5,4],"texture":"#0"}}},{"from":[6.5,16,7],"to":[9.5,24,8],"rotation":{"angle":45,"axis":"z","origin":[8,8,7]},"faces":{"north":{"uv":[5,0,6.5,4],"texture":"#0"},"east":{"uv":[6,0,6.5,4],"texture":"#0"},"south":{"uv":[5,0,6.5,4],"texture":"#0"},"west":{"uv":[5,0,5.5,4],"texture":"#0"},"up":{"uv":[5,0,6.5,0.5],"texture":"#0"},"down":{"uv":[5,3.5,6.5,4],"texture":"#0"}}},{"from":[6.5,16,7],"to":[9.5,24,8],"rotation":{"angle":-45,"axis":"z","origin":[8,8,7]},"faces":{"north":{"uv":[5,0,6.5,4],"texture":"#0"},"east":{"uv":[6,0,6.5,4],"texture":"#0"},"south":{"uv":[5,0,6.5,4],"texture":"#0"},"west":{"uv":[5,0,5.5,4],"texture":"#0"},"up":{"uv":[5,0,6.5,0.5],"texture":"#0"},"down":{"uv":[5,3.5,6.5,4],"texture":"#0"}}},{"from":[12,7.5,3],"to":[20,10.5,4],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8,7]},"faces":{"north":{"uv":[5,0,6.5,4],"rotation":270,"texture":"#0"},"east":{"uv":[5,0,6.5,0.5],"rotation":90,"texture":"#0"},"south":{"uv":[5,0,6.5,4],"rotation":90,"texture":"#0"},"west":{"uv":[5,3.5,6.5,4],"rotation":90,"texture":"#0"},"up":{"uv":[5,0,5.5,4],"rotation":90,"texture":"#0"},"down":{"uv":[6,0,6.5,4],"rotation":90,"texture":"#0"}}},{"from":[-5,7.5,4],"to":[3,10.5,5],"rotation":{"angle":22.5,"axis":"y","origin":[8,8,7]},"faces":{"north":{"uv":[5,4,6.5,0],"rotation":270,"texture":"#0"},"east":{"uv":[5,3.5,6.5,4],"rotation":90,"texture":"#0"},"south":{"uv":[5,4,6.5,0],"rotation":90,"texture":"#0"},"west":{"uv":[5,0,6.5,0.5],"rotation":90,"texture":"#0"},"up":{"uv":[6,0,6.5,4],"rotation":90,"texture":"#0"},"down":{"uv":[5,0,5.5,4],"rotation":90,"texture":"#0"}}},{"from":[5,14,3],"to":[6,22,4],"rotation":{"angle":0,"axis":"x","origin":[8,14,4]},"faces":{"north":{"uv":[13,1,13.5,5],"texture":"#0"},"south":{"uv":[10.5,1,11,5],"texture":"#0"},"west":{"uv":[10.5,1,11,5],"texture":"#0"},"up":{"uv":[13,1,13.5,1.5],"texture":"#0"},"down":{"uv":[13,4.5,13.5,5],"texture":"#0"}}},{"from":[6,13,3],"to":[10,23,4],"rotation":{"angle":0,"axis":"x","origin":[8,14,4]},"faces":{"north":{"uv":[11,0.5,13,5.5],"texture":"#0"},"east":{"uv":[11,0.5,11.5,5.5],"texture":"#0"},"south":{"uv":[14,0.5,16,5.5],"texture":"#0"},"west":{"uv":[12.5,0.5,13,5.5],"texture":"#0"},"up":{"uv":[11,0.5,13,1],"texture":"#0"},"down":{"uv":[11,5,13,5.5],"texture":"#0"}}},{"from":[10,14,3],"to":[11,22,4],"rotation":{"angle":0,"axis":"x","origin":[8,14,4]},"faces":{"north":{"uv":[10.5,1,11,5],"texture":"#0"},"east":{"uv":[13,1,13.5,5],"texture":"#0"},"south":{"uv":[13,1,13.5,5],"texture":"#0"},"up":{"uv":[10.5,1,11,1.5],"texture":"#0"},"down":{"uv":[10.5,4.5,11,5],"texture":"#0"}}},{"from":[7,12,3],"to":[9,13,4],"rotation":{"angle":0,"axis":"x","origin":[8,14,4]},"faces":{"north":{"uv":[11.5,5.5,12.5,6],"texture":"#0"},"east":{"uv":[11.5,5.5,12,6],"texture":"#0"},"south":{"uv":[11.5,5.5,12.5,6],"texture":"#0"},"west":{"uv":[12,5.5,12.5,6],"texture":"#0"},"down":{"uv":[12.5,5.5,11.5,6],"texture":"#0"}}},{"from":[7,23,3],"to":[9,24,4],"rotation":{"angle":0,"axis":"x","origin":[8,14,4]},"faces":{"north":{"uv":[11.5,0,12.5,0.5],"texture":"#0"},"east":{"uv":[11.5,0,12,0.5],"texture":"#0"},"south":{"uv":[11.5,0,12.5,0.5],"texture":"#0"},"west":{"uv":[12,0,12.5,0.5],"texture":"#0"},"up":{"uv":[12.5,0,11.5,0.5],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[90,80,-90],"translation":[-2,3,1],"scale":[0.8,0.8,0.8]},"thirdperson_lefthand":{"rotation":[90,80,-90],"translation":[-2,3,1],"scale":[0.8,0.8,0.8]},"firstperson_righthand":{"rotation":[170,80,-170],"translation":[10,-1,-7]},"firstperson_lefthand":{"rotation":[170,80,-170],"translation":[10,-1,-7]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/gothic_relik.json b/assets/minecraft/models/item/wynn/skin/relik/gothic_relik.json new file mode 100644 index 000000000..3da76af0b --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/gothic_relik.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/gothic/gothic_relik","particle":"skins/gothic/gothic_relik"},"elements":[{"from":[7,-2,7],"to":[9,14,9],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[0,0,2,16],"texture":"#0"},"east":{"uv":[0,0,2,16],"texture":"#0"},"south":{"uv":[0,0,2,16],"texture":"#0"},"west":{"uv":[0,0,2,16],"texture":"#0"},"up":{"uv":[5,3,7,5],"texture":"#0"},"down":{"uv":[5,3,7,5],"texture":"#0"}}},{"from":[6,2,8],"to":[10,3,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[2,15,6,16],"texture":"#0"},"south":{"uv":[2,15,6,16],"texture":"#0"}}},{"from":[6,9,8],"to":[10,10,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[2,14,6,15],"texture":"#0"},"south":{"uv":[2,14,6,15],"texture":"#0"}}},{"from":[8,9,6],"to":[8.01,10,10],"rotation":{"angle":0,"axis":"y","origin":[8,2,8]},"faces":{"east":{"uv":[2,14,6,15],"texture":"#0"},"west":{"uv":[2,14,6,15],"texture":"#0"}}},{"from":[8,2,6],"to":[8.01,3,10],"rotation":{"angle":0,"axis":"y","origin":[8,2,8]},"faces":{"east":{"uv":[2,15,6,16],"texture":"#0"},"west":{"uv":[2,15,6,16],"texture":"#0"}}},{"from":[6.5,-10,8],"to":[9.5,-2,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,-6,8]},"faces":{"north":{"uv":[2,0,5,8],"texture":"#0"},"south":{"uv":[2,0,5,8],"texture":"#0"}}},{"from":[8,-10,6.5],"to":[8.01,-2,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,-6,8]},"faces":{"east":{"uv":[2,0,5,8],"texture":"#0"},"west":{"uv":[2,0,5,8],"texture":"#0"}}},{"from":[6.5,15,6.5],"to":[9.5,18,9.5],"rotation":{"angle":0,"axis":"y","origin":[0,5,0]},"faces":{"north":{"uv":[5,0,8,3],"texture":"#0"},"east":{"uv":[5,0,8,3],"texture":"#0"},"south":{"uv":[8,0,5,3],"texture":"#0"},"west":{"uv":[5,0,8,3],"texture":"#0"},"up":{"uv":[5,0,8,3],"texture":"#0"},"down":{"uv":[5,0,8,3],"texture":"#0"}}},{"from":[7.99,18,6.5],"to":[8,23,9.5],"rotation":{"angle":45,"axis":"y","origin":[8,18.5,8]},"faces":{"east":{"uv":[2,8,5,13],"texture":"#0"},"west":{"uv":[2,8,5,13],"texture":"#0"}}},{"from":[6.5,18,8],"to":[9.5,23,8.01],"rotation":{"angle":45,"axis":"y","origin":[8,18.5,8]},"faces":{"north":{"uv":[2,8,5,13],"texture":"#0"},"south":{"uv":[2,8,5,13],"texture":"#0"}}},{"from":[11.5,14.5,6.5],"to":[16.5,14.51,9.5],"rotation":{"angle":-45,"axis":"x","origin":[8,14.5,8]},"faces":{"up":{"uv":[5,8,2,13],"rotation":90,"texture":"#0"},"down":{"uv":[2,8,5,13],"rotation":90,"texture":"#0"}}},{"from":[11.5,13,8],"to":[16.5,16,8.01],"rotation":{"angle":-45,"axis":"x","origin":[8,14.5,8]},"faces":{"north":{"uv":[5,8,2,13],"rotation":270,"texture":"#0"},"south":{"uv":[2,8,5,13],"rotation":90,"texture":"#0"}}},{"from":[6.5,14.5,-0.5],"to":[9.5,14.51,4.5],"rotation":{"angle":45,"axis":"z","origin":[8,14.5,8]},"faces":{"up":{"uv":[5,8,2,13],"texture":"#0"},"down":{"uv":[2,8,5,13],"rotation":180,"texture":"#0"}}},{"from":[8,13,-0.5],"to":[8.01,16,4.5],"rotation":{"angle":45,"axis":"z","origin":[8,14.5,8]},"faces":{"east":{"uv":[2,8,5,13],"rotation":90,"texture":"#0"},"west":{"uv":[5,8,2,13],"rotation":270,"texture":"#0"}}},{"from":[-0.5,14.5,6.5],"to":[4.5,14.51,9.5],"rotation":{"angle":45,"axis":"x","origin":[8,14.5,8]},"faces":{"up":{"uv":[5,8,2,13],"rotation":270,"texture":"#0"},"down":{"uv":[2,8,5,13],"rotation":270,"texture":"#0"}}},{"from":[-0.5,13,8],"to":[4.5,16,8.01],"rotation":{"angle":45,"axis":"x","origin":[8,14.5,8]},"faces":{"north":{"uv":[2,8,5,13],"rotation":90,"texture":"#0"},"south":{"uv":[5,8,2,13],"rotation":270,"texture":"#0"}}},{"from":[6.5,14.5,11.5],"to":[9.5,14.51,16.5],"rotation":{"angle":45,"axis":"z","origin":[8,14.5,8]},"faces":{"up":{"uv":[2,8,5,13],"rotation":180,"texture":"#0"},"down":{"uv":[5,8,2,13],"texture":"#0"}}},{"from":[7.99,13,11.5],"to":[8,16,16.5],"rotation":{"angle":45,"axis":"z","origin":[8,14.5,8]},"faces":{"east":{"uv":[5,8,2,13],"rotation":270,"texture":"#0"},"west":{"uv":[2,8,5,13],"rotation":90,"texture":"#0"}}},{"from":[9.5,15,8],"to":[12.5,26,8.01],"rotation":{"angle":-22.5,"axis":"z","origin":[8,20,8]},"faces":{"north":{"uv":[13,0,16,11],"texture":"#0"},"south":{"uv":[16,0,13,11],"texture":"#0"}}},{"from":[8,15,9.5],"to":[8.01,26,12.5],"rotation":{"angle":22.5,"axis":"x","origin":[8,20,8]},"faces":{"east":{"uv":[13,0,16,11],"texture":"#0"},"west":{"uv":[16,0,13,11],"texture":"#0"}}},{"from":[8,15,3.5],"to":[8.01,26,6.5],"rotation":{"angle":-22.5,"axis":"x","origin":[8,20,8]},"faces":{"east":{"uv":[16,0,13,11],"texture":"#0"},"west":{"uv":[13,0,16,11],"texture":"#0"}}},{"from":[3.5,15,8],"to":[6.5,26,8.01],"rotation":{"angle":22.5,"axis":"z","origin":[8,20,8]},"faces":{"north":{"uv":[16,0,13,11],"texture":"#0"},"south":{"uv":[13,0,16,11],"texture":"#0"}}},{"from":[7.5,14,1.5],"to":[8.5,15,14.5],"rotation":{"angle":0,"axis":"y","origin":[8,14,8]},"faces":{"north":{"uv":[2,13,3,14],"texture":"#0"},"east":{"uv":[15,13,2,14],"texture":"#0"},"south":{"uv":[14,13,15,14],"texture":"#0"},"west":{"uv":[2,13,15,14],"texture":"#0"},"up":{"uv":[2,13,15,14],"rotation":90,"texture":"#0"},"down":{"uv":[15,13,2,14],"rotation":90,"texture":"#0"}}},{"from":[1.5,14,7.5],"to":[14.5,15,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,14,8]},"faces":{"north":{"uv":[2,13,15,14],"texture":"#0"},"east":{"uv":[2,13,3,14],"texture":"#0"},"south":{"uv":[15,13,2,14],"texture":"#0"},"west":{"uv":[14,13,15,14],"texture":"#0"},"up":{"uv":[2,13,15,14],"rotation":180,"texture":"#0"},"down":{"uv":[15,13,2,14],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[5,5,0],"translation":[-1.5,0,2]},"thirdperson_lefthand":{"rotation":[5,5,0],"translation":[-1.5,0,2]},"firstperson_righthand":{"rotation":[10,15,-5],"translation":[5,-3,-5]},"firstperson_lefthand":{"rotation":[10,15,-5],"translation":[5,-3,-5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/halfmoon_relik.json b/assets/minecraft/models/item/wynn/skin/relik/halfmoon_relik.json new file mode 100644 index 000000000..aac4abfa1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/halfmoon_relik.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/halfmoon_atlas"},"elements":[{"from":[6.5,7.75,9.25],"to":[7,8.5,9.5],"faces":{"north":{"uv":[4.875,12.75,4.75,12.9375],"texture":"#0"},"east":{"uv":[2.3125,9.6875,2.25,9.875],"texture":"#0"},"south":{"uv":[5.75,12.75,5.875,12.9375],"texture":"#0"},"west":{"uv":[6.125,9.6875,6.1875,9.875],"texture":"#0"},"up":{"uv":[7.6875,7.875,7.8125,7.8125],"texture":"#0"},"down":{"uv":[2.5,9.5,2.625,9.5625],"texture":"#0"}}},{"from":[6.5,8,9],"to":[7,8.25,9.25],"faces":{"north":{"uv":[0.3125,7.25,0.1875,7.3125],"texture":"#0"},"east":{"uv":[2,6.875,1.9375,6.9375],"texture":"#0"},"south":{"uv":[0.1875,7.0625,0.3125,7.125],"texture":"#0"},"west":{"uv":[2.125,6.875,2.1875,6.9375],"texture":"#0"},"up":{"uv":[0.1875,7.5,0.3125,7.4375],"texture":"#0"},"down":{"uv":[0.1875,7.625,0.3125,7.6875],"texture":"#0"}}},{"from":[6.5,8,9.5],"to":[7,8.25,9.75],"faces":{"north":{"uv":[0.3125,5.375,0.1875,5.4375],"texture":"#0"},"east":{"uv":[0.875,0.3125,0.8125,0.375],"texture":"#0"},"south":{"uv":[0.1875,4.8125,0.3125,4.875],"texture":"#0"},"west":{"uv":[0.8125,0.125,0.875,0.1875],"texture":"#0"},"up":{"uv":[0.1875,5.625,0.3125,5.5625],"texture":"#0"},"down":{"uv":[0.1875,6.875,0.3125,6.9375],"texture":"#0"}}},{"from":[6.75,7.5,9.5],"to":[7.25,7.75,9.75],"faces":{"north":{"uv":[0.3125,4.25,0.1875,4.3125],"texture":"#0"},"east":{"uv":[0.875,1.8125,0.8125,1.875],"texture":"#0"},"south":{"uv":[0.1875,3.6875,0.3125,3.75],"texture":"#0"},"west":{"uv":[0.8125,1.625,0.875,1.6875],"texture":"#0"},"up":{"uv":[0.1875,4.5,0.3125,4.4375],"texture":"#0"},"down":{"uv":[0.1875,4.625,0.3125,4.6875],"texture":"#0"}}},{"from":[6.75,7.75,9.5],"to":[7,8,10],"faces":{"north":{"uv":[0.875,3.5,0.8125,3.5625],"texture":"#0"},"east":{"uv":[0.3125,2.9375,0.1875,3],"texture":"#0"},"south":{"uv":[0.8125,3.6875,0.875,3.75],"texture":"#0"},"west":{"uv":[0.1875,3.5,0.3125,3.5625],"texture":"#0"},"up":{"uv":[0,5.125,0.0625,5],"texture":"#0"},"down":{"uv":[0,5.25,0.0625,5.375],"texture":"#0"}}},{"from":[6.75,8.25,8.75],"to":[7,8.5,9.25],"faces":{"north":{"uv":[0.875,5.375,0.8125,5.4375],"texture":"#0"},"east":{"uv":[0.3125,2.1875,0.1875,2.25],"texture":"#0"},"south":{"uv":[0.8125,5.5625,0.875,5.625],"texture":"#0"},"west":{"uv":[0.1875,2.75,0.3125,2.8125],"texture":"#0"},"up":{"uv":[0,4.625,0.0625,4.5],"texture":"#0"},"down":{"uv":[0,4.75,0.0625,4.875],"texture":"#0"}}},{"from":[6.75,8.5,9],"to":[7,8.75,9.25],"faces":{"north":{"uv":[0.875,6.5,0.8125,6.5625],"texture":"#0"},"east":{"uv":[0.6875,0.3125,0.625,0.375],"texture":"#0"},"south":{"uv":[0.8125,6.6875,0.875,6.75],"texture":"#0"},"west":{"uv":[0.625,0.125,0.6875,0.1875],"texture":"#0"},"up":{"uv":[0.8125,6,0.875,5.9375],"texture":"#0"},"down":{"uv":[0.8125,5.75,0.875,5.8125],"texture":"#0"}}},{"from":[7,7.25,9.75],"to":[7.5,7.5,10],"faces":{"north":{"uv":[1.8125,7.625,1.6875,7.6875],"texture":"#0"},"east":{"uv":[0.6875,4.8125,0.625,4.875],"texture":"#0"},"south":{"uv":[3.9375,7.625,4.0625,7.6875],"texture":"#0"},"west":{"uv":[0.625,4.625,0.6875,4.6875],"texture":"#0"},"up":{"uv":[1.4375,7.6875,1.5625,7.625],"texture":"#0"},"down":{"uv":[0.1875,2,0.3125,2.0625],"texture":"#0"}}},{"from":[7,7.5,9.75],"to":[7.25,8,10],"faces":{"north":{"uv":[0.0625,3.25,0,3.375],"texture":"#0"},"east":{"uv":[0.0625,2.5,0,2.625],"texture":"#0"},"south":{"uv":[0,3,0.0625,3.125],"texture":"#0"},"west":{"uv":[0,2.75,0.0625,2.875],"texture":"#0"},"up":{"uv":[0.625,5.625,0.6875,5.5625],"texture":"#0"},"down":{"uv":[0.625,5.375,0.6875,5.4375],"texture":"#0"}}},{"from":[7,7.5,10],"to":[7.5,7.75,10.25],"faces":{"north":{"uv":[0.8125,7.4375,0.6875,7.5],"texture":"#0"},"east":{"uv":[0.6875,5.9375,0.625,6],"texture":"#0"},"south":{"uv":[1.4375,7.4375,1.5625,7.5],"texture":"#0"},"west":{"uv":[0.625,5.75,0.6875,5.8125],"texture":"#0"},"up":{"uv":[0.4375,7.5,0.5625,7.4375],"texture":"#0"},"down":{"uv":[7.1875,7.625,7.3125,7.6875],"texture":"#0"}}},{"from":[7,8.5,8.5],"to":[7.5,8.75,8.75],"faces":{"north":{"uv":[2.3125,7.4375,2.1875,7.5],"texture":"#0"},"east":{"uv":[0.6875,7.0625,0.625,7.125],"texture":"#0"},"south":{"uv":[2.9375,7.4375,3.0625,7.5],"texture":"#0"},"west":{"uv":[0.625,6.875,0.6875,6.9375],"texture":"#0"},"up":{"uv":[1.9375,7.5,2.0625,7.4375],"texture":"#0"},"down":{"uv":[1.6875,7.4375,1.8125,7.5],"texture":"#0"}}},{"from":[7,8.5,8.75],"to":[7.25,9,9],"faces":{"north":{"uv":[0.0625,1.75,0,1.875],"texture":"#0"},"east":{"uv":[0.0625,1,0,1.125],"texture":"#0"},"south":{"uv":[0,1.5,0.0625,1.625],"texture":"#0"},"west":{"uv":[0,1.25,0.0625,1.375],"texture":"#0"},"up":{"uv":[7.5625,7.3125,7.625,7.25],"texture":"#0"},"down":{"uv":[7.75,7.25,7.8125,7.3125],"texture":"#0"}}},{"from":[7.25,6,7.75],"to":[8.75,6.5,8.25],"faces":{"north":{"uv":[2.125,14.375,1.75,14.5],"texture":"#0"},"east":{"uv":[4.75,10.8125,4.625,10.9375],"texture":"#0"},"south":{"uv":[1.75,14.125,2.125,14.25],"texture":"#0"},"west":{"uv":[4.375,10.8125,4.5,10.9375],"texture":"#0"},"up":{"uv":[1.25,14,1.625,13.875],"texture":"#0"},"down":{"uv":[1.25,14.125,1.625,14.25],"texture":"#0"}}},{"from":[7.25,7,10],"to":[8.75,7.25,10.25],"faces":{"north":{"uv":[5.625,13.0625,5.25,13.125],"texture":"#0"},"east":{"uv":[6.875,7.25,6.8125,7.3125],"texture":"#0"},"south":{"uv":[3.75,12.6875,4.125,12.75],"texture":"#0"},"west":{"uv":[7,7.25,7.0625,7.3125],"texture":"#0"},"up":{"uv":[5.25,12.9375,5.625,12.875],"texture":"#0"},"down":{"uv":[5.75,13.0625,6.125,13.125],"texture":"#0"}}},{"from":[7.25,7.25,10],"to":[7.75,7.5,10.5],"faces":{"north":{"uv":[3.8125,7.4375,3.6875,7.5],"texture":"#0"},"east":{"uv":[4.75,7.25,4.625,7.3125],"texture":"#0"},"south":{"uv":[4.125,7.25,4.25,7.3125],"texture":"#0"},"west":{"uv":[4.375,7.25,4.5,7.3125],"texture":"#0"},"up":{"uv":[5.625,10.9375,5.75,10.8125],"texture":"#0"},"down":{"uv":[4.875,10.8125,5,10.9375],"texture":"#0"}}},{"from":[7.25,7.5,8],"to":[8.75,7.75,8.75],"faces":{"north":{"uv":[2.0625,12.6875,1.6875,12.75],"texture":"#0"},"east":{"uv":[6.0625,10.0625,5.875,10.125],"texture":"#0"},"south":{"uv":[1.6875,12.875,2.0625,12.9375],"texture":"#0"},"west":{"uv":[6.5,9.8125,6.6875,9.875],"texture":"#0"},"up":{"uv":[5,16,5.375,15.8125],"texture":"#0"},"down":{"uv":[5,15.5,5.375,15.6875],"texture":"#0"}}},{"from":[7.25,7.75,8.5],"to":[8.75,8,9.25],"faces":{"north":{"uv":[7.875,13.3125,7.5,13.375],"texture":"#0"},"east":{"uv":[4.1875,10.0625,4,10.125],"texture":"#0"},"south":{"uv":[3.5,12.4375,3.875,12.5],"texture":"#0"},"west":{"uv":[5.5625,10.0625,5.75,10.125],"texture":"#0"},"up":{"uv":[6,16,6.375,15.8125],"texture":"#0"},"down":{"uv":[5.5,15.5,5.875,15.6875],"texture":"#0"}}},{"from":[7.25,8,9],"to":[8.75,8.25,9.5],"faces":{"north":{"uv":[4.625,12.875,4.25,12.9375],"texture":"#0"},"east":{"uv":[7.875,10.0625,7.75,10.125],"texture":"#0"},"south":{"uv":[7.125,12.875,7.5,12.9375],"texture":"#0"},"west":{"uv":[4.875,7.25,5,7.3125],"texture":"#0"},"up":{"uv":[1.25,14.5,1.625,14.375],"texture":"#0"},"down":{"uv":[0.375,14.125,0.75,14.25],"texture":"#0"}}},{"from":[7.25,8.25,9.25],"to":[8.75,8.5,10],"faces":{"north":{"uv":[4.625,13.0625,4.25,13.125],"texture":"#0"},"east":{"uv":[4.625,9.8125,4.4375,9.875],"texture":"#0"},"south":{"uv":[2.6875,12.6875,3.0625,12.75],"texture":"#0"},"west":{"uv":[7.3125,9.8125,7.5,9.875],"texture":"#0"},"up":{"uv":[5.5,16,5.875,15.8125],"texture":"#0"},"down":{"uv":[4.5,15.5,4.875,15.6875],"texture":"#0"}}},{"from":[7.25,8.5,9.5],"to":[8.75,8.75,10.25],"faces":{"north":{"uv":[5.625,12.6875,5.25,12.75],"texture":"#0"},"east":{"uv":[7.625,10.0625,7.4375,10.125],"texture":"#0"},"south":{"uv":[6.25,12.6875,6.625,12.75],"texture":"#0"},"west":{"uv":[4.125,9.8125,4.3125,9.875],"texture":"#0"},"up":{"uv":[6,15.6875,6.375,15.5],"texture":"#0"},"down":{"uv":[2.75,15.3125,3.125,15.5],"texture":"#0"}}},{"from":[7.25,8.75,8.25],"to":[8.75,9,8.5],"faces":{"north":{"uv":[1.5625,12.875,1.1875,12.9375],"texture":"#0"},"east":{"uv":[0.5,0.125,0.4375,0.1875],"texture":"#0"},"south":{"uv":[2.6875,12.875,3.0625,12.9375],"texture":"#0"},"west":{"uv":[6.625,7.25,6.6875,7.3125],"texture":"#0"},"up":{"uv":[1.1875,13.125,1.5625,13.0625],"texture":"#0"},"down":{"uv":[0.6875,12.625,1.0625,12.6875],"texture":"#0"}}},{"from":[7.25,8.75,8.5],"to":[7.75,9.25,8.75],"faces":{"north":{"uv":[0.625,10.25,0.5,10.375],"texture":"#0"},"east":{"uv":[3.625,13.75,3.5625,13.875],"texture":"#0"},"south":{"uv":[1.25,10.25,1.375,10.375],"texture":"#0"},"west":{"uv":[3.375,13.75,3.4375,13.875],"texture":"#0"},"up":{"uv":[0.25,9.5625,0.375,9.5],"texture":"#0"},"down":{"uv":[0,9.5,0.125,9.5625],"texture":"#0"}}},{"from":[7.25,8.75,8.75],"to":[7.5,9,9],"faces":{"north":{"uv":[0.5,1.4375,0.4375,1.5],"texture":"#0"},"east":{"uv":[4.25,6.875,4.1875,6.9375],"texture":"#0"},"south":{"uv":[0.4375,1.625,0.5,1.6875],"texture":"#0"},"west":{"uv":[4.375,6.875,4.4375,6.9375],"texture":"#0"},"up":{"uv":[0.4375,0.9375,0.5,0.875],"texture":"#0"},"down":{"uv":[0.4375,0.6875,0.5,0.75],"texture":"#0"}}},{"from":[7.25,8.75,9.75],"to":[8.75,9,10.25],"faces":{"north":{"uv":[2.5625,12.6875,2.1875,12.75],"texture":"#0"},"east":{"uv":[0.875,9.5,0.75,9.5625],"texture":"#0"},"south":{"uv":[2.6875,13.0625,3.0625,13.125],"texture":"#0"},"west":{"uv":[0.5,9.5,0.625,9.5625],"texture":"#0"},"up":{"uv":[0.375,14.5,0.75,14.375],"texture":"#0"},"down":{"uv":[0.375,13.875,0.75,14],"texture":"#0"}}},{"from":[7.25,9,10],"to":[8.75,9.5,10.5],"faces":{"north":{"uv":[4.875,15.25,4.5,15.375],"texture":"#0"},"east":{"uv":[4.25,10.25,4.125,10.375],"texture":"#0"},"south":{"uv":[6,15.25,6.375,15.375],"texture":"#0"},"west":{"uv":[3.875,10.25,4,10.375],"texture":"#0"},"up":{"uv":[5,15.375,5.375,15.25],"texture":"#0"},"down":{"uv":[5.5,15.25,5.875,15.375],"texture":"#0"}}},{"from":[7.25,9.25,10.5],"to":[8.75,12,10.75],"faces":{"north":{"uv":[1.875,15.3125,1.5,16],"texture":"#0"},"east":{"uv":[2.6875,13.8125,2.625,14.5],"texture":"#0"},"south":{"uv":[1,15.3125,1.375,16],"texture":"#0"},"west":{"uv":[2.8125,13.8125,2.875,14.5],"texture":"#0"},"up":{"uv":[4.75,13.125,5.125,13.0625],"texture":"#0"},"down":{"uv":[4.25,12.6875,4.625,12.75],"texture":"#0"}}},{"from":[7.25,9.5,10.25],"to":[8.75,12.5,10.5],"faces":{"north":{"uv":[0.375,15.25,0,16],"texture":"#0"},"east":{"uv":[0.25,13.75,0.1875,14.5],"texture":"#0"},"south":{"uv":[0.5,15.25,0.875,16],"texture":"#0"},"west":{"uv":[0,13.75,0.0625,14.5],"texture":"#0"},"up":{"uv":[0.5,12.5,0.875,12.4375],"texture":"#0"},"down":{"uv":[3,12.4375,3.375,12.5],"texture":"#0"}}},{"from":[7.25,9.75,10.75],"to":[8.75,11.25,11],"faces":{"north":{"uv":[3.125,15.625,2.75,16],"texture":"#0"},"east":{"uv":[6.8125,12.75,6.75,13.125],"texture":"#0"},"south":{"uv":[3.25,15.625,3.625,16],"texture":"#0"},"west":{"uv":[6.9375,12.75,7,13.125],"texture":"#0"},"up":{"uv":[7.125,13.125,7.5,13.0625],"texture":"#0"},"down":{"uv":[7.125,12.6875,7.5,12.75],"texture":"#0"}}},{"from":[7.25,12,10],"to":[8.75,12.75,10.25],"faces":{"north":{"uv":[3.625,15.3125,3.25,15.5],"texture":"#0"},"east":{"uv":[0.8125,9.6875,0.75,9.875],"texture":"#0"},"south":{"uv":[4.5,15.8125,4.875,16],"texture":"#0"},"west":{"uv":[0.9375,9.6875,1,9.875],"texture":"#0"},"up":{"uv":[6.25,13.125,6.625,13.0625],"texture":"#0"},"down":{"uv":[0.6875,13.0625,1.0625,13.125],"texture":"#0"}}},{"from":[7.25,12.5,9.75],"to":[8.75,13,10],"faces":{"north":{"uv":[7.125,15,6.75,15.125],"texture":"#0"},"east":{"uv":[4,13.75,3.9375,13.875],"texture":"#0"},"south":{"uv":[6.75,14.75,7.125,14.875],"texture":"#0"},"west":{"uv":[3.75,13.75,3.8125,13.875],"texture":"#0"},"up":{"uv":[3.75,13.125,4.125,13.0625],"texture":"#0"},"down":{"uv":[3.75,12.875,4.125,12.9375],"texture":"#0"}}},{"from":[7.25,12.75,9.5],"to":[8.75,13,9.75],"faces":{"north":{"uv":[2.0625,13.0625,1.6875,13.125],"texture":"#0"},"east":{"uv":[2.9375,7.0625,2.875,7.125],"texture":"#0"},"south":{"uv":[1.1875,12.6875,1.5625,12.75],"texture":"#0"},"west":{"uv":[3.0625,7.0625,3.125,7.125],"texture":"#0"},"up":{"uv":[2.1875,13.125,2.5625,13.0625],"texture":"#0"},"down":{"uv":[2.1875,12.875,2.5625,12.9375],"texture":"#0"}}},{"from":[7.25,13,9.25],"to":[8.75,13.25,9.5],"faces":{"north":{"uv":[6.375,13.3125,6,13.375],"texture":"#0"},"east":{"uv":[0.875,1.0625,0.8125,1.125],"texture":"#0"},"south":{"uv":[6.25,12.875,6.625,12.9375],"texture":"#0"},"west":{"uv":[0.8125,0.875,0.875,0.9375],"texture":"#0"},"up":{"uv":[6.5,13.375,6.875,13.3125],"texture":"#0"},"down":{"uv":[7,13.3125,7.375,13.375],"texture":"#0"}}},{"from":[7.5,0.25,7.75],"to":[8.5,0.75,8.25],"faces":{"north":{"uv":[6.4375,14.375,6.1875,14.5],"texture":"#0"},"east":{"uv":[1.375,10,1.25,10.125],"texture":"#0"},"south":{"uv":[5.4375,13.875,5.6875,14],"texture":"#0"},"west":{"uv":[0.5,10,0.625,10.125],"texture":"#0"},"up":{"uv":[5.4375,14.5,5.6875,14.375],"texture":"#0"},"down":{"uv":[5.0625,13.875,5.3125,14],"texture":"#0"}}},{"from":[7.5,1,7.75],"to":[8.5,1.25,8.25],"faces":{"north":{"uv":[1.75,10.0625,1.5,10.125],"texture":"#0"},"east":{"uv":[1.375,9.5,1.25,9.5625],"texture":"#0"},"south":{"uv":[1.875,10.0625,2.125,10.125],"texture":"#0"},"west":{"uv":[1,9.5,1.125,9.5625],"texture":"#0"},"up":{"uv":[6.1875,14.25,6.4375,14.125],"texture":"#0"},"down":{"uv":[5.8125,13.875,6.0625,14],"texture":"#0"}}},{"from":[7.5,1.25,7.5],"to":[8.5,1.75,7.75],"faces":{"north":{"uv":[7.4375,13.875,7.1875,14],"texture":"#0"},"east":{"uv":[1.0625,12.8125,1,12.9375],"texture":"#0"},"south":{"uv":[7.5625,14.125,7.8125,14.25],"texture":"#0"},"west":{"uv":[4.125,13.75,4.1875,13.875],"texture":"#0"},"up":{"uv":[3.25,10.125,3.5,10.0625],"texture":"#0"},"down":{"uv":[2.875,10.0625,3.125,10.125],"texture":"#0"}}},{"from":[7.5,1.5,7.25],"to":[8.5,2.5,7.5],"faces":{"north":{"uv":[7.125,15.75,6.875,16],"texture":"#0"},"east":{"uv":[0.25,11.9375,0.1875,12.1875],"texture":"#0"},"south":{"uv":[3.125,14.875,3.375,15.125],"texture":"#0"},"west":{"uv":[0,11.9375,0.0625,12.1875],"texture":"#0"},"up":{"uv":[4.5,12.5,4.75,12.4375],"texture":"#0"},"down":{"uv":[7.625,13.0625,7.875,13.125],"texture":"#0"}}},{"from":[7.5,1.75,7],"to":[8.5,2.25,7.25],"faces":{"north":{"uv":[6.0625,14.375,5.8125,14.5],"texture":"#0"},"east":{"uv":[0.25,9.25,0.1875,9.375],"texture":"#0"},"south":{"uv":[6.1875,13.875,6.4375,14],"texture":"#0"},"west":{"uv":[0,9.25,0.0625,9.375],"texture":"#0"},"up":{"uv":[5.25,12.5,5.5,12.4375],"texture":"#0"},"down":{"uv":[4.875,12.4375,5.125,12.5],"texture":"#0"}}},{"from":[7.5,2.25,7.5],"to":[8.5,2.75,7.75],"faces":{"north":{"uv":[7.4375,14.125,7.1875,14.25],"texture":"#0"},"east":{"uv":[0.625,9.25,0.5625,9.375],"texture":"#0"},"south":{"uv":[7.5625,13.875,7.8125,14],"texture":"#0"},"west":{"uv":[0.375,9.25,0.4375,9.375],"texture":"#0"},"up":{"uv":[6,12.5,6.25,12.4375],"texture":"#0"},"down":{"uv":[5.625,12.4375,5.875,12.5],"texture":"#0"}}},{"from":[7.5,2.75,7.75],"to":[8.5,3,8.25],"faces":{"north":{"uv":[7,12.4375,6.75,12.5],"texture":"#0"},"east":{"uv":[1.875,9.5,1.75,9.5625],"texture":"#0"},"south":{"uv":[7.125,12.4375,7.375,12.5],"texture":"#0"},"west":{"uv":[1.5,9.5,1.625,9.5625],"texture":"#0"},"up":{"uv":[4.6875,14,4.9375,13.875],"texture":"#0"},"down":{"uv":[2.25,13.8125,2.5,13.9375],"texture":"#0"}}},{"from":[7.5,3.25,7.75],"to":[8.5,3.75,8.25],"faces":{"north":{"uv":[3.375,14.625,3.125,14.75],"texture":"#0"},"east":{"uv":[0.75,12.0625,0.625,12.1875],"texture":"#0"},"south":{"uv":[5.0625,14.125,5.3125,14.25],"texture":"#0"},"west":{"uv":[0.375,12.0625,0.5,12.1875],"texture":"#0"},"up":{"uv":[0.375,13.625,0.625,13.5],"texture":"#0"},"down":{"uv":[7.5625,14.375,7.8125,14.5],"texture":"#0"}}},{"from":[7.5,4.25,7.75],"to":[8.5,4.5,8],"faces":{"north":{"uv":[1.5,12.125,1.25,12.1875],"texture":"#0"},"east":{"uv":[0.875,7.0625,0.8125,7.125],"texture":"#0"},"south":{"uv":[1.25,11.9375,1.5,12],"texture":"#0"},"west":{"uv":[0.8125,6.875,0.875,6.9375],"texture":"#0"},"up":{"uv":[0.875,12,1.125,11.9375],"texture":"#0"},"down":{"uv":[0.875,12.125,1.125,12.1875],"texture":"#0"}}},{"from":[7.5,4.5,8],"to":[8.5,4.75,8.25],"faces":{"north":{"uv":[2.75,12.125,2.5,12.1875],"texture":"#0"},"east":{"uv":[0.5,3.125,0.4375,3.1875],"texture":"#0"},"south":{"uv":[2.5,11.9375,2.75,12],"texture":"#0"},"west":{"uv":[0.4375,2.9375,0.5,3],"texture":"#0"},"up":{"uv":[2.125,12,2.375,11.9375],"texture":"#0"},"down":{"uv":[2.125,12.125,2.375,12.1875],"texture":"#0"}}},{"from":[7.5,5,7.75],"to":[8.5,5.25,8],"faces":{"north":{"uv":[4,12.125,3.75,12.1875],"texture":"#0"},"east":{"uv":[3.5,6.875,3.4375,6.9375],"texture":"#0"},"south":{"uv":[3.75,11.9375,4,12],"texture":"#0"},"west":{"uv":[3.625,6.875,3.6875,6.9375],"texture":"#0"},"up":{"uv":[3.375,12,3.625,11.9375],"texture":"#0"},"down":{"uv":[3.375,12.125,3.625,12.1875],"texture":"#0"}}},{"from":[7.5,5.25,8],"to":[8.5,5.5,8.25],"faces":{"north":{"uv":[4.75,12.125,4.5,12.1875],"texture":"#0"},"east":{"uv":[1.625,6.875,1.5625,6.9375],"texture":"#0"},"south":{"uv":[4.5,11.9375,4.75,12],"texture":"#0"},"west":{"uv":[1.75,6.875,1.8125,6.9375],"texture":"#0"},"up":{"uv":[4.125,12,4.375,11.9375],"texture":"#0"},"down":{"uv":[4.125,12.125,4.375,12.1875],"texture":"#0"}}},{"from":[7.5,5.5,6.25],"to":[8.5,5.75,6.5],"faces":{"north":{"uv":[5.5,12.125,5.25,12.1875],"texture":"#0"},"east":{"uv":[1.0625,2.9375,1,3],"texture":"#0"},"south":{"uv":[5.25,11.9375,5.5,12],"texture":"#0"},"west":{"uv":[1,2.75,1.0625,2.8125],"texture":"#0"},"up":{"uv":[4.875,12,5.125,11.9375],"texture":"#0"},"down":{"uv":[4.875,12.125,5.125,12.1875],"texture":"#0"}}},{"from":[7.5,5.75,6.5],"to":[8.5,6,6.75],"faces":{"north":{"uv":[6.75,12.125,6.5,12.1875],"texture":"#0"},"east":{"uv":[1.0625,5.1875,1,5.25],"texture":"#0"},"south":{"uv":[6.5,11.9375,6.75,12],"texture":"#0"},"west":{"uv":[1,5,1.0625,5.0625],"texture":"#0"},"up":{"uv":[6.125,12,6.375,11.9375],"texture":"#0"},"down":{"uv":[6.125,12.125,6.375,12.1875],"texture":"#0"}}},{"from":[7.5,5.75,7.75],"to":[8.5,6,8.25],"faces":{"north":{"uv":[7.125,12.125,6.875,12.1875],"texture":"#0"},"east":{"uv":[2.375,9.5,2.25,9.5625],"texture":"#0"},"south":{"uv":[6.875,11.9375,7.125,12],"texture":"#0"},"west":{"uv":[2,9.5,2.125,9.5625],"texture":"#0"},"up":{"uv":[0.875,14.75,1.125,14.625],"texture":"#0"},"down":{"uv":[1.25,14.625,1.5,14.75],"texture":"#0"}}},{"from":[7.5,6,6.25],"to":[8.5,6.25,6.5],"faces":{"north":{"uv":[0.25,11.75,0,11.8125],"texture":"#0"},"east":{"uv":[1.0625,6.6875,1,6.75],"texture":"#0"},"south":{"uv":[0.375,11.75,0.625,11.8125],"texture":"#0"},"west":{"uv":[1,6.5,1.0625,6.5625],"texture":"#0"},"up":{"uv":[7.5,12,7.75,11.9375],"texture":"#0"},"down":{"uv":[7.5,12.125,7.75,12.1875],"texture":"#0"}}},{"from":[7.5,6,6.75],"to":[8.5,6.75,7],"faces":{"north":{"uv":[6.625,14.625,6.375,14.8125],"texture":"#0"},"east":{"uv":[5,9.6875,4.9375,9.875],"texture":"#0"},"south":{"uv":[4.75,14.625,5,14.8125],"texture":"#0"},"west":{"uv":[4.75,9.6875,4.8125,9.875],"texture":"#0"},"up":{"uv":[1.125,11.8125,1.375,11.75],"texture":"#0"},"down":{"uv":[0.75,11.75,1,11.8125],"texture":"#0"}}},{"from":[7.5,6,7.5],"to":[8.5,6.75,7.75],"faces":{"north":{"uv":[2,13.8125,1.75,14],"texture":"#0"},"east":{"uv":[0.625,9.6875,0.5625,9.875],"texture":"#0"},"south":{"uv":[7.625,14.625,7.875,14.8125],"texture":"#0"},"west":{"uv":[0,9.6875,0.0625,9.875],"texture":"#0"},"up":{"uv":[1.875,11.8125,2.125,11.75],"texture":"#0"},"down":{"uv":[1.5,11.75,1.75,11.8125],"texture":"#0"}}},{"from":[7.5,6,8.25],"to":[8.5,6.75,8.5],"faces":{"north":{"uv":[7.5,14.9375,7.25,15.125],"texture":"#0"},"east":{"uv":[1.375,9.6875,1.3125,9.875],"texture":"#0"},"south":{"uv":[2.25,14.3125,2.5,14.5],"texture":"#0"},"west":{"uv":[1.125,9.6875,1.1875,9.875],"texture":"#0"},"up":{"uv":[2.625,11.8125,2.875,11.75],"texture":"#0"},"down":{"uv":[2.25,11.75,2.5,11.8125],"texture":"#0"}}},{"from":[7.5,6.25,6],"to":[8.5,6.5,6.25],"faces":{"north":{"uv":[3.625,11.75,3.375,11.8125],"texture":"#0"},"east":{"uv":[3.3125,7.0625,3.25,7.125],"texture":"#0"},"south":{"uv":[3.75,11.75,4,11.8125],"texture":"#0"},"west":{"uv":[3.4375,7.0625,3.5,7.125],"texture":"#0"},"up":{"uv":[3,11.8125,3.25,11.75],"texture":"#0"},"down":{"uv":[4.375,10.3125,4.625,10.375],"texture":"#0"}}},{"from":[7.5,6.25,6.5],"to":[8.5,6.5,6.75],"faces":{"north":{"uv":[5.125,11.75,4.875,11.8125],"texture":"#0"},"east":{"uv":[0.875,4.0625,0.8125,4.125],"texture":"#0"},"south":{"uv":[5.25,11.75,5.5,11.8125],"texture":"#0"},"west":{"uv":[0.8125,3.875,0.875,3.9375],"texture":"#0"},"up":{"uv":[4.5,11.8125,4.75,11.75],"texture":"#0"},"down":{"uv":[4.125,11.75,4.375,11.8125],"texture":"#0"}}},{"from":[7.5,6.25,7],"to":[8.5,6.5,7.5],"faces":{"north":{"uv":[5.875,11.75,5.625,11.8125],"texture":"#0"},"east":{"uv":[3.125,9.5,3,9.5625],"texture":"#0"},"south":{"uv":[6,11.75,6.25,11.8125],"texture":"#0"},"west":{"uv":[2.75,9.5,2.875,9.5625],"texture":"#0"},"up":{"uv":[4.6875,14.25,4.9375,14.125],"texture":"#0"},"down":{"uv":[5.8125,14.125,6.0625,14.25],"texture":"#0"}}},{"from":[7.5,6.25,8.5],"to":[8.5,6.75,8.75],"faces":{"north":{"uv":[4.9375,14.375,4.6875,14.5],"texture":"#0"},"east":{"uv":[1,9.25,0.9375,9.375],"texture":"#0"},"south":{"uv":[4.3125,14.375,4.5625,14.5],"texture":"#0"},"west":{"uv":[0.75,9.25,0.8125,9.375],"texture":"#0"},"up":{"uv":[7.5,11.8125,7.75,11.75],"texture":"#0"},"down":{"uv":[7.125,11.75,7.375,11.8125],"texture":"#0"}}},{"from":[7.5,6.5,6.25],"to":[8.5,6.75,6.5],"faces":{"north":{"uv":[2.5,11.5625,2.25,11.625],"texture":"#0"},"east":{"uv":[0.875,4.8125,0.8125,4.875],"texture":"#0"},"south":{"uv":[2.625,11.5625,2.875,11.625],"texture":"#0"},"west":{"uv":[0.8125,4.625,0.875,4.6875],"texture":"#0"},"up":{"uv":[1.875,11.625,2.125,11.5625],"texture":"#0"},"down":{"uv":[1.5,11.5625,1.75,11.625],"texture":"#0"}}},{"from":[7.5,6.5,7.75],"to":[8.5,6.75,8.25],"faces":{"north":{"uv":[3.25,11.5625,3,11.625],"texture":"#0"},"east":{"uv":[3.625,9.5,3.5,9.5625],"texture":"#0"},"south":{"uv":[3.375,11.5625,3.625,11.625],"texture":"#0"},"west":{"uv":[3.25,9.5,3.375,9.5625],"texture":"#0"},"up":{"uv":[4.125,15.375,4.375,15.25],"texture":"#0"},"down":{"uv":[0.5,14.625,0.75,14.75],"texture":"#0"}}},{"from":[7.5,6.5,8.75],"to":[8.5,6.75,9],"faces":{"north":{"uv":[4.75,11.5625,4.5,11.625],"texture":"#0"},"east":{"uv":[0.6875,6.6875,0.625,6.75],"texture":"#0"},"south":{"uv":[4.875,11.5625,5.125,11.625],"texture":"#0"},"west":{"uv":[0.625,6.5,0.6875,6.5625],"texture":"#0"},"up":{"uv":[4.125,11.625,4.375,11.5625],"texture":"#0"},"down":{"uv":[3.75,11.5625,4,11.625],"texture":"#0"}}},{"from":[7.5,6.75,10.25],"to":[8.5,7.25,10.5],"faces":{"north":{"uv":[4,15.25,3.75,15.375],"texture":"#0"},"east":{"uv":[1.375,9.25,1.3125,9.375],"texture":"#0"},"south":{"uv":[0.75,13.5,1,13.625],"texture":"#0"},"west":{"uv":[1.125,9.25,1.1875,9.375],"texture":"#0"},"up":{"uv":[6.125,11.625,6.375,11.5625],"texture":"#0"},"down":{"uv":[5.75,11.5625,6,11.625],"texture":"#0"}}},{"from":[7.5,7.25,7],"to":[8.5,7.75,8],"faces":{"north":{"uv":[1.375,13.5,1.125,13.625],"texture":"#0"},"east":{"uv":[2.5,13.5,2.25,13.625],"texture":"#0"},"south":{"uv":[1.5,13.5,1.75,13.625],"texture":"#0"},"west":{"uv":[1.875,13.5,2.125,13.625],"texture":"#0"},"up":{"uv":[1.625,15.125,1.875,14.875],"texture":"#0"},"down":{"uv":[2,14.875,2.25,15.125],"texture":"#0"}}},{"from":[7.5,7.25,8],"to":[8.5,7.5,9],"faces":{"north":{"uv":[1,11.3125,0.75,11.375],"texture":"#0"},"east":{"uv":[2.125,11.3125,1.875,11.375],"texture":"#0"},"south":{"uv":[1.125,11.3125,1.375,11.375],"texture":"#0"},"west":{"uv":[1.5,11.3125,1.75,11.375],"texture":"#0"},"up":{"uv":[0.5,15.125,0.75,14.875],"texture":"#0"},"down":{"uv":[1.25,14.875,1.5,15.125],"texture":"#0"}}},{"from":[7.5,7.5,6.25],"to":[8.5,7.75,7],"faces":{"north":{"uv":[2.875,11.3125,2.625,11.375],"texture":"#0"},"east":{"uv":[7.3125,10.0625,7.125,10.125],"texture":"#0"},"south":{"uv":[3,11.3125,3.25,11.375],"texture":"#0"},"west":{"uv":[6.8125,10.0625,7,10.125],"texture":"#0"},"up":{"uv":[7.25,14.8125,7.5,14.625],"texture":"#0"},"down":{"uv":[7.625,14.9375,7.875,15.125],"texture":"#0"}}},{"from":[7.5,7.5,8.75],"to":[8.5,7.75,9.75],"faces":{"north":{"uv":[3.625,11.3125,3.375,11.375],"texture":"#0"},"east":{"uv":[4.75,11.3125,4.5,11.375],"texture":"#0"},"south":{"uv":[3.75,11.3125,4,11.375],"texture":"#0"},"west":{"uv":[4.125,11.3125,4.375,11.375],"texture":"#0"},"up":{"uv":[7.25,15.625,7.5,15.375],"texture":"#0"},"down":{"uv":[7.625,15.375,7.875,15.625],"texture":"#0"}}},{"from":[7.5,7.75,5.75],"to":[8.5,8,6.25],"faces":{"north":{"uv":[5.5,11.3125,5.25,11.375],"texture":"#0"},"east":{"uv":[4.125,9.5,4,9.5625],"texture":"#0"},"south":{"uv":[5.625,11.3125,5.875,11.375],"texture":"#0"},"west":{"uv":[3.75,9.5,3.875,9.5625],"texture":"#0"},"up":{"uv":[1.875,13.375,2.125,13.25],"texture":"#0"},"down":{"uv":[2.625,13.5,2.875,13.625],"texture":"#0"}}},{"from":[7.5,7.75,8],"to":[8.5,8,8.5],"faces":{"north":{"uv":[6.625,11.3125,6.375,11.375],"texture":"#0"},"east":{"uv":[4.625,9.5,4.5,9.5625],"texture":"#0"},"south":{"uv":[6.75,11.3125,7,11.375],"texture":"#0"},"west":{"uv":[4.25,9.5,4.375,9.5625],"texture":"#0"},"up":{"uv":[4.125,13.625,4.375,13.5],"texture":"#0"},"down":{"uv":[3.75,13.5,4,13.625],"texture":"#0"}}},{"from":[7.5,7.75,9.25],"to":[8.5,8,10],"faces":{"north":{"uv":[7.75,11.3125,7.5,11.375],"texture":"#0"},"east":{"uv":[4.8125,10.0625,4.625,10.125],"texture":"#0"},"south":{"uv":[3.25,11.125,3.5,11.1875],"texture":"#0"},"west":{"uv":[4.3125,10.0625,4.5,10.125],"texture":"#0"},"up":{"uv":[0.875,14.5,1.125,14.3125],"texture":"#0"},"down":{"uv":[6,14.9375,6.25,15.125],"texture":"#0"}}},{"from":[7.5,8,8.5],"to":[8.5,8.25,9],"faces":{"north":{"uv":[4.625,11.125,4.375,11.1875],"texture":"#0"},"east":{"uv":[5.125,9.5,5,9.5625],"texture":"#0"},"south":{"uv":[4.75,11.125,5,11.1875],"texture":"#0"},"west":{"uv":[4.75,9.5,4.875,9.5625],"texture":"#0"},"up":{"uv":[4.875,13.625,5.125,13.5],"texture":"#0"},"down":{"uv":[4.5,13.5,4.75,13.625],"texture":"#0"}}},{"from":[7.5,8,9.5],"to":[8.5,8.25,10.5],"faces":{"north":{"uv":[6.875,11.125,6.625,11.1875],"texture":"#0"},"east":{"uv":[0.625,10.875,0.375,10.9375],"texture":"#0"},"south":{"uv":[7,11.125,7.25,11.1875],"texture":"#0"},"west":{"uv":[7.375,11.125,7.625,11.1875],"texture":"#0"},"up":{"uv":[6.875,15.625,7.125,15.375],"texture":"#0"},"down":{"uv":[7.25,15.75,7.5,16],"texture":"#0"}}},{"from":[7.5,8.25,8.75],"to":[8.5,8.5,9.25],"faces":{"north":{"uv":[1,10.875,0.75,10.9375],"texture":"#0"},"east":{"uv":[5.625,9.5,5.5,9.5625],"texture":"#0"},"south":{"uv":[0.75,10.6875,1,10.75],"texture":"#0"},"west":{"uv":[5.25,9.5,5.375,9.5625],"texture":"#0"},"up":{"uv":[5.625,13.625,5.875,13.5],"texture":"#0"},"down":{"uv":[5.25,13.5,5.5,13.625],"texture":"#0"}}},{"from":[7.5,8.25,10],"to":[8.5,8.5,10.5],"faces":{"north":{"uv":[1.75,10.6875,1.5,10.75],"texture":"#0"},"east":{"uv":[6.125,9.5,6,9.5625],"texture":"#0"},"south":{"uv":[2.125,10.875,2.375,10.9375],"texture":"#0"},"west":{"uv":[5.75,9.5,5.875,9.5625],"texture":"#0"},"up":{"uv":[6.375,13.625,6.625,13.5],"texture":"#0"},"down":{"uv":[6,13.5,6.25,13.625],"texture":"#0"}}},{"from":[7.5,8.5,9],"to":[8.5,8.75,9.5],"faces":{"north":{"uv":[3,10.6875,2.75,10.75],"texture":"#0"},"east":{"uv":[6.625,9.5,6.5,9.5625],"texture":"#0"},"south":{"uv":[3.375,10.875,3.625,10.9375],"texture":"#0"},"west":{"uv":[6.25,9.5,6.375,9.5625],"texture":"#0"},"up":{"uv":[7.125,13.625,7.375,13.5],"texture":"#0"},"down":{"uv":[6.75,13.5,7,13.625],"texture":"#0"}}},{"from":[7.5,8.5,10.25],"to":[8.5,9,10.75],"faces":{"north":{"uv":[0.625,13.25,0.375,13.375],"texture":"#0"},"east":{"uv":[5.5,10.8125,5.375,10.9375],"texture":"#0"},"south":{"uv":[0.75,13.25,1,13.375],"texture":"#0"},"west":{"uv":[5.125,10.8125,5.25,10.9375],"texture":"#0"},"up":{"uv":[0,13.375,0.25,13.25],"texture":"#0"},"down":{"uv":[7.5,13.5,7.75,13.625],"texture":"#0"}}},{"from":[7.5,8.75,9.25],"to":[8.5,9,9.75],"faces":{"north":{"uv":[4.25,10.6875,4,10.75],"texture":"#0"},"east":{"uv":[7.125,9.5,7,9.5625],"texture":"#0"},"south":{"uv":[6.125,10.875,6.375,10.9375],"texture":"#0"},"west":{"uv":[6.75,9.5,6.875,9.5625],"texture":"#0"},"up":{"uv":[1.5,13.375,1.75,13.25],"texture":"#0"},"down":{"uv":[1.125,13.25,1.375,13.375],"texture":"#0"}}},{"from":[7.5,8.75,10.75],"to":[8.5,9.75,11],"faces":{"north":{"uv":[6.75,15.75,6.5,16],"texture":"#0"},"east":{"uv":[7.75,10.6875,7.6875,10.9375],"texture":"#0"},"south":{"uv":[7.625,15.75,7.875,16],"texture":"#0"},"west":{"uv":[7.5,10.6875,7.5625,10.9375],"texture":"#0"},"up":{"uv":[6.875,10.9375,7.125,10.875],"texture":"#0"},"down":{"uv":[6.5,10.6875,6.75,10.75],"texture":"#0"}}},{"from":[7.5,9,8.25],"to":[8.5,9.25,8.5],"faces":{"north":{"uv":[1,10.5,0.75,10.5625],"texture":"#0"},"east":{"uv":[1.25,6.6875,1.1875,6.75],"texture":"#0"},"south":{"uv":[1.125,10.5,1.375,10.5625],"texture":"#0"},"west":{"uv":[1.1875,6.5,1.25,6.5625],"texture":"#0"},"up":{"uv":[0.375,10.5625,0.625,10.5],"texture":"#0"},"down":{"uv":[0,10.5,0.25,10.5625],"texture":"#0"}}},{"from":[7.5,9,9.5],"to":[8.5,9.25,10],"faces":{"north":{"uv":[2.125,10.5,1.875,10.5625],"texture":"#0"},"east":{"uv":[7.625,9.5,7.5,9.5625],"texture":"#0"},"south":{"uv":[2.25,10.5,2.5,10.5625],"texture":"#0"},"west":{"uv":[7.25,9.5,7.375,9.5625],"texture":"#0"},"up":{"uv":[2.625,13.375,2.875,13.25],"texture":"#0"},"down":{"uv":[2.25,13.25,2.5,13.375],"texture":"#0"}}},{"from":[7.5,9,10.5],"to":[8.5,9.25,10.75],"faces":{"north":{"uv":[3.625,10.5,3.375,10.5625],"texture":"#0"},"east":{"uv":[6.875,6.875,6.8125,6.9375],"texture":"#0"},"south":{"uv":[3.75,10.5,4,10.5625],"texture":"#0"},"west":{"uv":[7,6.875,7.0625,6.9375],"texture":"#0"},"up":{"uv":[3,10.5625,3.25,10.5],"texture":"#0"},"down":{"uv":[2.625,10.5,2.875,10.5625],"texture":"#0"}}},{"from":[7.5,9.25,9.75],"to":[8.5,9.75,10],"faces":{"north":{"uv":[3.25,13.25,3,13.375],"texture":"#0"},"east":{"uv":[1.75,9.25,1.6875,9.375],"texture":"#0"},"south":{"uv":[3.375,13.25,3.625,13.375],"texture":"#0"},"west":{"uv":[1.5,9.25,1.5625,9.375],"texture":"#0"},"up":{"uv":[4.5,10.5625,4.75,10.5],"texture":"#0"},"down":{"uv":[4.125,10.5,4.375,10.5625],"texture":"#0"}}},{"from":[7.5,9.5,10],"to":[8.5,12,10.25],"faces":{"north":{"uv":[2.625,15.375,2.375,16],"texture":"#0"},"east":{"uv":[3.0625,13.875,3,14.5],"texture":"#0"},"south":{"uv":[2,15.375,2.25,16],"texture":"#0"},"west":{"uv":[3.1875,13.875,3.25,14.5],"texture":"#0"},"up":{"uv":[5.625,10.5625,5.875,10.5],"texture":"#0"},"down":{"uv":[5.25,10.5,5.5,10.5625],"texture":"#0"}}},{"from":[7.5,9.5,11],"to":[8.5,11.5,11.25],"faces":{"north":{"uv":[4,15.5,3.75,16],"texture":"#0"},"east":{"uv":[4.1875,14,4.125,14.5],"texture":"#0"},"south":{"uv":[4.125,15.5,4.375,16],"texture":"#0"},"west":{"uv":[3.9375,14,4,14.5],"texture":"#0"},"up":{"uv":[7.625,11.625,7.875,11.5625],"texture":"#0"},"down":{"uv":[6.5,11.5625,6.75,11.625],"texture":"#0"}}},{"from":[7.5,11.25,10.75],"to":[8.5,12.25,11],"faces":{"north":{"uv":[1.125,14.875,0.875,15.125],"texture":"#0"},"east":{"uv":[0.25,10.6875,0.1875,10.9375],"texture":"#0"},"south":{"uv":[6.5,15.375,6.75,15.625],"texture":"#0"},"west":{"uv":[0,10.6875,0.0625,10.9375],"texture":"#0"},"up":{"uv":[0.375,11.375,0.625,11.3125],"texture":"#0"},"down":{"uv":[0,11.3125,0.25,11.375],"texture":"#0"}}},{"from":[7.5,11.75,9.75],"to":[8.5,12.5,10],"faces":{"north":{"uv":[5.375,14.625,5.125,14.8125],"texture":"#0"},"east":{"uv":[1.5625,9.6875,1.5,9.875],"texture":"#0"},"south":{"uv":[6.375,14.9375,6.625,15.125],"texture":"#0"},"west":{"uv":[2.0625,9.6875,2.125,9.875],"texture":"#0"},"up":{"uv":[4.875,11.375,5.125,11.3125],"texture":"#0"},"down":{"uv":[2.25,11.3125,2.5,11.375],"texture":"#0"}}},{"from":[7.5,12,10.5],"to":[8.5,12.5,10.75],"faces":{"north":{"uv":[1.875,14.625,1.625,14.75],"texture":"#0"},"east":{"uv":[2.125,9.25,2.0625,9.375],"texture":"#0"},"south":{"uv":[2,14.625,2.25,14.75],"texture":"#0"},"west":{"uv":[1.875,9.25,1.9375,9.375],"texture":"#0"},"up":{"uv":[7.125,11.375,7.375,11.3125],"texture":"#0"},"down":{"uv":[6,11.3125,6.25,11.375],"texture":"#0"}}},{"from":[7.5,12.25,9.5],"to":[8.5,12.75,9.75],"faces":{"north":{"uv":[1.125,13.75,0.875,13.875],"texture":"#0"},"east":{"uv":[2.5,9.25,2.4375,9.375],"texture":"#0"},"south":{"uv":[2.25,14.0625,2.5,14.1875],"texture":"#0"},"west":{"uv":[2.25,9.25,2.3125,9.375],"texture":"#0"},"up":{"uv":[1.5,10.9375,1.75,10.875],"texture":"#0"},"down":{"uv":[0.375,10.6875,0.625,10.75],"texture":"#0"}}},{"from":[7.5,12.5,9.25],"to":[8.5,13,9.5],"faces":{"north":{"uv":[4.5625,14.125,4.3125,14.25],"texture":"#0"},"east":{"uv":[2.875,9.25,2.8125,9.375],"texture":"#0"},"south":{"uv":[4.3125,13.875,4.5625,14],"texture":"#0"},"west":{"uv":[2.625,9.25,2.6875,9.375],"texture":"#0"},"up":{"uv":[2.75,10.9375,3,10.875],"texture":"#0"},"down":{"uv":[2.125,10.6875,2.375,10.75],"texture":"#0"}}},{"from":[7.5,12.5,10.25],"to":[8.5,13,10.5],"faces":{"north":{"uv":[5.3125,14.375,5.0625,14.5],"texture":"#0"},"east":{"uv":[3.25,9.25,3.1875,9.375],"texture":"#0"},"south":{"uv":[5.4375,14.125,5.6875,14.25],"texture":"#0"},"west":{"uv":[3,9.25,3.0625,9.375],"texture":"#0"},"up":{"uv":[4,10.9375,4.25,10.875],"texture":"#0"},"down":{"uv":[3.375,10.6875,3.625,10.75],"texture":"#0"}}},{"from":[7.5,12.75,9],"to":[8.5,13.5,9.25],"faces":{"north":{"uv":[5,14.9375,4.75,15.125],"texture":"#0"},"east":{"uv":[4,9.6875,3.9375,9.875],"texture":"#0"},"south":{"uv":[0.875,14,1.125,14.1875],"texture":"#0"},"west":{"uv":[2.4375,9.6875,2.5,9.875],"texture":"#0"},"up":{"uv":[1.5,10.5625,1.75,10.5],"texture":"#0"},"down":{"uv":[6.875,10.6875,7.125,10.75],"texture":"#0"}}},{"from":[7.5,12.75,10],"to":[8.5,13,10.25],"faces":{"north":{"uv":[3.75,10.3125,3.5,10.375],"texture":"#0"},"east":{"uv":[5.375,6.875,5.3125,6.9375],"texture":"#0"},"south":{"uv":[4.75,10.3125,5,10.375],"texture":"#0"},"west":{"uv":[5.5,6.875,5.5625,6.9375],"texture":"#0"},"up":{"uv":[7.5,10.5625,7.75,10.5],"texture":"#0"},"down":{"uv":[4.875,10.5,5.125,10.5625],"texture":"#0"}}},{"from":[7.5,13,8.75],"to":[8.5,13.5,9],"faces":{"north":{"uv":[0.25,13.5,0,13.625],"texture":"#0"},"east":{"uv":[3.625,9.25,3.5625,9.375],"texture":"#0"},"south":{"uv":[6.5625,13.75,6.8125,13.875],"texture":"#0"},"west":{"uv":[3.375,9.25,3.4375,9.375],"texture":"#0"},"up":{"uv":[3.625,10.125,3.875,10.0625],"texture":"#0"},"down":{"uv":[2.5,10.0625,2.75,10.125],"texture":"#0"}}},{"from":[7.5,13,9.5],"to":[8.5,13.5,9.75],"faces":{"north":{"uv":[7.4375,14.375,7.1875,14.5],"texture":"#0"},"east":{"uv":[4,9.25,3.9375,9.375],"texture":"#0"},"south":{"uv":[6.5625,14,6.8125,14.125],"texture":"#0"},"west":{"uv":[3.75,9.25,3.8125,9.375],"texture":"#0"},"up":{"uv":[7.5,12.5,7.75,12.4375],"texture":"#0"},"down":{"uv":[6.375,12.4375,6.625,12.5],"texture":"#0"}}},{"from":[7.5,13,9.75],"to":[8.5,13.25,10],"faces":{"north":{"uv":[1,11.5625,0.75,11.625],"texture":"#0"},"east":{"uv":[1.0625,1.8125,1,1.875],"texture":"#0"},"south":{"uv":[1.125,11.5625,1.375,11.625],"texture":"#0"},"west":{"uv":[1,1.625,1.0625,1.6875],"texture":"#0"},"up":{"uv":[6.75,11.8125,7,11.75],"texture":"#0"},"down":{"uv":[6.375,11.75,6.625,11.8125],"texture":"#0"}}},{"from":[7.5,13.25,8.5],"to":[8.5,13.75,8.75],"faces":{"north":{"uv":[3.25,13.5,3,13.625],"texture":"#0"},"east":{"uv":[4.375,9.25,4.3125,9.375],"texture":"#0"},"south":{"uv":[3.375,13.5,3.625,13.625],"texture":"#0"},"west":{"uv":[4.125,9.25,4.1875,9.375],"texture":"#0"},"up":{"uv":[7.25,11.625,7.5,11.5625],"texture":"#0"},"down":{"uv":[6.875,11.5625,7.125,11.625],"texture":"#0"}}},{"from":[7.5,13.25,9.25],"to":[8.5,13.5,9.5],"faces":{"north":{"uv":[1.375,10.875,1.125,10.9375],"texture":"#0"},"east":{"uv":[1.0625,4.4375,1,4.5],"texture":"#0"},"south":{"uv":[1.125,10.6875,1.375,10.75],"texture":"#0"},"west":{"uv":[1,4.25,1.0625,4.3125],"texture":"#0"},"up":{"uv":[5.5,11.1875,5.75,11.125],"texture":"#0"},"down":{"uv":[5.125,11.125,5.375,11.1875],"texture":"#0"}}},{"from":[7.5,13.5,7.75],"to":[8.5,13.75,8.5],"faces":{"north":{"uv":[6.375,10.6875,6.125,10.75],"texture":"#0"},"east":{"uv":[3.5,9.8125,3.3125,9.875],"texture":"#0"},"south":{"uv":[6.5,10.875,6.75,10.9375],"texture":"#0"},"west":{"uv":[3,9.8125,3.1875,9.875],"texture":"#0"},"up":{"uv":[5.125,15.125,5.375,14.9375],"texture":"#0"},"down":{"uv":[6,14.625,6.25,14.8125],"texture":"#0"}}},{"from":[7.75,0,7.75],"to":[8.25,0.25,8.25],"faces":{"north":{"uv":[7.875,9.5,7.75,9.5625],"texture":"#0"},"east":{"uv":[5.125,9.3125,5,9.375],"texture":"#0"},"south":{"uv":[4.5,9.3125,4.625,9.375],"texture":"#0"},"west":{"uv":[4.75,9.3125,4.875,9.375],"texture":"#0"},"up":{"uv":[1.75,10.375,1.875,10.25],"texture":"#0"},"down":{"uv":[1.5,10.25,1.625,10.375],"texture":"#0"}}},{"from":[7.75,0.25,7.5],"to":[8.25,0.75,7.75],"faces":{"north":{"uv":[6,10.8125,5.875,10.9375],"texture":"#0"},"east":{"uv":[6,9.25,5.9375,9.375],"texture":"#0"},"south":{"uv":[7.25,10.8125,7.375,10.9375],"texture":"#0"},"west":{"uv":[5.75,9.25,5.8125,9.375],"texture":"#0"},"up":{"uv":[5.5,9.375,5.625,9.3125],"texture":"#0"},"down":{"uv":[5.25,9.3125,5.375,9.375],"texture":"#0"}}},{"from":[7.75,0.25,8.25],"to":[8.25,0.75,8.5],"faces":{"north":{"uv":[2.625,11.0625,2.5,11.1875],"texture":"#0"},"east":{"uv":[6.875,9.25,6.8125,9.375],"texture":"#0"},"south":{"uv":[2.75,11.0625,2.875,11.1875],"texture":"#0"},"west":{"uv":[6.625,9.25,6.6875,9.375],"texture":"#0"},"up":{"uv":[6.375,9.375,6.5,9.3125],"texture":"#0"},"down":{"uv":[6.125,9.3125,6.25,9.375],"texture":"#0"}}},{"from":[7.75,1,7.5],"to":[8.25,1.25,7.75],"faces":{"north":{"uv":[7.625,9.3125,7.5,9.375],"texture":"#0"},"east":{"uv":[1.0625,7.0625,1,7.125],"texture":"#0"},"south":{"uv":[7.75,9.3125,7.875,9.375],"texture":"#0"},"west":{"uv":[1.1875,7.0625,1.25,7.125],"texture":"#0"},"up":{"uv":[7.25,9.375,7.375,9.3125],"texture":"#0"},"down":{"uv":[7,9.3125,7.125,9.375],"texture":"#0"}}},{"from":[7.75,1,8.25],"to":[8.25,1.5,8.5],"faces":{"north":{"uv":[3.125,11.0625,3,11.1875],"texture":"#0"},"east":{"uv":[0.25,8.8125,0.1875,8.9375],"texture":"#0"},"south":{"uv":[7.75,11.0625,7.875,11.1875],"texture":"#0"},"west":{"uv":[0,8.8125,0.0625,8.9375],"texture":"#0"},"up":{"uv":[0.25,9.125,0.375,9.0625],"texture":"#0"},"down":{"uv":[0,9.0625,0.125,9.125],"texture":"#0"}}},{"from":[7.75,1.25,7.25],"to":[8.25,1.5,7.5],"faces":{"north":{"uv":[1.125,9.0625,1,9.125],"texture":"#0"},"east":{"uv":[0.6875,2.1875,0.625,2.25],"texture":"#0"},"south":{"uv":[1.25,9.0625,1.375,9.125],"texture":"#0"},"west":{"uv":[0.625,2,0.6875,2.0625],"texture":"#0"},"up":{"uv":[0.75,9.125,0.875,9.0625],"texture":"#0"},"down":{"uv":[0.5,9.0625,0.625,9.125],"texture":"#0"}}},{"from":[7.75,1.25,7.75],"to":[8.25,1.5,8],"faces":{"north":{"uv":[2.125,9.0625,2,9.125],"texture":"#0"},"east":{"uv":[0.875,2.5625,0.8125,2.625],"texture":"#0"},"south":{"uv":[2.25,9.0625,2.375,9.125],"texture":"#0"},"west":{"uv":[0.8125,2.375,0.875,2.4375],"texture":"#0"},"up":{"uv":[1.75,9.125,1.875,9.0625],"texture":"#0"},"down":{"uv":[1.5,9.0625,1.625,9.125],"texture":"#0"}}},{"from":[7.75,1.25,8.5],"to":[8.25,1.5,8.75],"faces":{"north":{"uv":[3.125,9.0625,3,9.125],"texture":"#0"},"east":{"uv":[4.4375,7.0625,4.375,7.125],"texture":"#0"},"south":{"uv":[3.25,9.0625,3.375,9.125],"texture":"#0"},"west":{"uv":[4.5625,7.0625,4.625,7.125],"texture":"#0"},"up":{"uv":[2.75,9.125,2.875,9.0625],"texture":"#0"},"down":{"uv":[2.5,9.0625,2.625,9.125],"texture":"#0"}}},{"from":[7.75,1.5,7],"to":[8.25,1.75,7.25],"faces":{"north":{"uv":[4.125,9.0625,4,9.125],"texture":"#0"},"east":{"uv":[0.6875,3.5,0.625,3.5625],"texture":"#0"},"south":{"uv":[4.25,9.0625,4.375,9.125],"texture":"#0"},"west":{"uv":[0.625,3.6875,0.6875,3.75],"texture":"#0"},"up":{"uv":[3.75,9.125,3.875,9.0625],"texture":"#0"},"down":{"uv":[3.5,9.0625,3.625,9.125],"texture":"#0"}}},{"from":[7.75,1.5,8.75],"to":[8.25,1.75,9],"faces":{"north":{"uv":[5.125,9.0625,5,9.125],"texture":"#0"},"east":{"uv":[0.5,0.3125,0.4375,0.375],"texture":"#0"},"south":{"uv":[5.25,9.0625,5.375,9.125],"texture":"#0"},"west":{"uv":[0.4375,0.5,0.5,0.5625],"texture":"#0"},"up":{"uv":[4.75,9.125,4.875,9.0625],"texture":"#0"},"down":{"uv":[4.5,9.0625,4.625,9.125],"texture":"#0"}}},{"from":[7.75,1.75,7.5],"to":[8.25,2.25,7.75],"faces":{"north":{"uv":[0.125,11.5,0,11.625],"texture":"#0"},"east":{"uv":[0.625,8.8125,0.5625,8.9375],"texture":"#0"},"south":{"uv":[7.25,12.0625,7.375,12.1875],"texture":"#0"},"west":{"uv":[0.375,8.8125,0.4375,8.9375],"texture":"#0"},"up":{"uv":[5.75,9.125,5.875,9.0625],"texture":"#0"},"down":{"uv":[5.5,9.0625,5.625,9.125],"texture":"#0"}}},{"from":[7.75,2.25,7],"to":[8.25,2.5,7.25],"faces":{"north":{"uv":[6.625,9.0625,6.5,9.125],"texture":"#0"},"east":{"uv":[7.25,7.0625,7.1875,7.125],"texture":"#0"},"south":{"uv":[6.75,9.0625,6.875,9.125],"texture":"#0"},"west":{"uv":[7,7.0625,7.0625,7.125],"texture":"#0"},"up":{"uv":[6.25,9.125,6.375,9.0625],"texture":"#0"},"down":{"uv":[6,9.0625,6.125,9.125],"texture":"#0"}}},{"from":[7.75,2.25,8.75],"to":[8.25,2.5,9],"faces":{"north":{"uv":[7.625,9.0625,7.5,9.125],"texture":"#0"},"east":{"uv":[0.875,2.75,0.8125,2.8125],"texture":"#0"},"south":{"uv":[7.75,9.0625,7.875,9.125],"texture":"#0"},"west":{"uv":[0.8125,2.9375,0.875,3],"texture":"#0"},"up":{"uv":[7.25,9.125,7.375,9.0625],"texture":"#0"},"down":{"uv":[7,9.0625,7.125,9.125],"texture":"#0"}}},{"from":[7.75,2.5,7.25],"to":[8.25,2.75,7.5],"faces":{"north":{"uv":[1.375,8.875,1.25,8.9375],"texture":"#0"},"east":{"uv":[0.5,2.5625,0.4375,2.625],"texture":"#0"},"south":{"uv":[1.5,8.875,1.625,8.9375],"texture":"#0"},"west":{"uv":[0.4375,2.75,0.5,2.8125],"texture":"#0"},"up":{"uv":[1,8.9375,1.125,8.875],"texture":"#0"},"down":{"uv":[0.75,8.875,0.875,8.9375],"texture":"#0"}}},{"from":[7.75,2.5,7.75],"to":[8.25,2.75,8],"faces":{"north":{"uv":[2.375,8.875,2.25,8.9375],"texture":"#0"},"east":{"uv":[0.875,5,0.8125,5.0625],"texture":"#0"},"south":{"uv":[2.5,8.875,2.625,8.9375],"texture":"#0"},"west":{"uv":[0.8125,5.1875,0.875,5.25],"texture":"#0"},"up":{"uv":[2,8.9375,2.125,8.875],"texture":"#0"},"down":{"uv":[1.75,8.875,1.875,8.9375],"texture":"#0"}}},{"from":[7.75,2.5,8.25],"to":[8.25,3,8.5],"faces":{"north":{"uv":[3.875,10.8125,3.75,10.9375],"texture":"#0"},"east":{"uv":[3.5,8.8125,3.4375,8.9375],"texture":"#0"},"south":{"uv":[3.125,10.8125,3.25,10.9375],"texture":"#0"},"west":{"uv":[3.25,8.8125,3.3125,8.9375],"texture":"#0"},"up":{"uv":[3,8.9375,3.125,8.875],"texture":"#0"},"down":{"uv":[2.75,8.875,2.875,8.9375],"texture":"#0"}}},{"from":[7.75,2.5,8.5],"to":[8.25,2.75,8.75],"faces":{"north":{"uv":[4.25,8.875,4.125,8.9375],"texture":"#0"},"east":{"uv":[0.5,1.8125,0.4375,1.875],"texture":"#0"},"south":{"uv":[4.375,8.875,4.5,8.9375],"texture":"#0"},"west":{"uv":[0.4375,2,0.5,2.0625],"texture":"#0"},"up":{"uv":[3.875,8.9375,4,8.875],"texture":"#0"},"down":{"uv":[3.625,8.875,3.75,8.9375],"texture":"#0"}}},{"from":[7.75,2.75,7.5],"to":[8.25,3,7.75],"faces":{"north":{"uv":[5.25,8.875,5.125,8.9375],"texture":"#0"},"east":{"uv":[0.6875,2.375,0.625,2.4375],"texture":"#0"},"south":{"uv":[5.375,8.875,5.5,8.9375],"texture":"#0"},"west":{"uv":[0.625,2.5625,0.6875,2.625],"texture":"#0"},"up":{"uv":[4.875,8.9375,5,8.875],"texture":"#0"},"down":{"uv":[4.625,8.875,4.75,8.9375],"texture":"#0"}}},{"from":[7.75,3.25,7.25],"to":[8.25,3.5,7.75],"faces":{"north":{"uv":[5.75,8.875,5.625,8.9375],"texture":"#0"},"east":{"uv":[6.5,8.875,6.375,8.9375],"texture":"#0"},"south":{"uv":[5.875,8.875,6,8.9375],"texture":"#0"},"west":{"uv":[6.125,8.875,6.25,8.9375],"texture":"#0"},"up":{"uv":[1.875,10.9375,2,10.8125],"texture":"#0"},"down":{"uv":[2.5,10.8125,2.625,10.9375],"texture":"#0"}}},{"from":[7.75,3.25,8.25],"to":[8.25,3.75,8.5],"faces":{"north":{"uv":[7.0625,13.75,6.9375,13.875],"texture":"#0"},"east":{"uv":[7.375,8.8125,7.3125,8.9375],"texture":"#0"},"south":{"uv":[6.9375,14,7.0625,14.125],"texture":"#0"},"west":{"uv":[7.125,8.8125,7.1875,8.9375],"texture":"#0"},"up":{"uv":[6.875,8.9375,7,8.875],"texture":"#0"},"down":{"uv":[6.625,8.875,6.75,8.9375],"texture":"#0"}}},{"from":[7.75,3.5,7.5],"to":[8.25,4.25,7.75],"faces":{"north":{"uv":[3.3125,12.9375,3.1875,13.125],"texture":"#0"},"east":{"uv":[2.6875,9.6875,2.625,9.875],"texture":"#0"},"south":{"uv":[0.4375,12.625,0.5625,12.8125],"texture":"#0"},"west":{"uv":[2.8125,9.6875,2.875,9.875],"texture":"#0"},"up":{"uv":[7.75,8.9375,7.875,8.875],"texture":"#0"},"down":{"uv":[7.5,8.875,7.625,8.9375],"texture":"#0"}}},{"from":[7.75,3.75,7.75],"to":[8.25,4.25,8.25],"faces":{"north":{"uv":[1.125,10.25,1,10.375],"texture":"#0"},"east":{"uv":[0.125,10.25,0,10.375],"texture":"#0"},"south":{"uv":[0.75,10.25,0.875,10.375],"texture":"#0"},"west":{"uv":[0.25,10.25,0.375,10.375],"texture":"#0"},"up":{"uv":[5.125,10.375,5.25,10.25],"texture":"#0"},"down":{"uv":[2.25,10,2.375,10.125],"texture":"#0"}}},{"from":[7.75,4.25,8],"to":[8.25,4.5,8.25],"faces":{"north":{"uv":[0.625,8.625,0.5,8.6875],"texture":"#0"},"east":{"uv":[0.5,1.0625,0.4375,1.125],"texture":"#0"},"south":{"uv":[0.75,8.625,0.875,8.6875],"texture":"#0"},"west":{"uv":[0.4375,1.25,0.5,1.3125],"texture":"#0"},"up":{"uv":[0.25,8.6875,0.375,8.625],"texture":"#0"},"down":{"uv":[0,8.625,0.125,8.6875],"texture":"#0"}}},{"from":[7.75,4.5,7.75],"to":[8.25,5,8],"faces":{"north":{"uv":[5.625,11.5,5.5,11.625],"texture":"#0"},"east":{"uv":[0.25,8.375,0.1875,8.5],"texture":"#0"},"south":{"uv":[5.25,11.5,5.375,11.625],"texture":"#0"},"west":{"uv":[0,8.375,0.0625,8.5],"texture":"#0"},"up":{"uv":[1.25,8.6875,1.375,8.625],"texture":"#0"},"down":{"uv":[1,8.625,1.125,8.6875],"texture":"#0"}}},{"from":[7.75,4.5,8.25],"to":[8.25,4.75,8.5],"faces":{"north":{"uv":[2.125,8.625,2,8.6875],"texture":"#0"},"east":{"uv":[0.875,6.125,0.8125,6.1875],"texture":"#0"},"south":{"uv":[2.25,8.625,2.375,8.6875],"texture":"#0"},"west":{"uv":[0.8125,6.3125,0.875,6.375],"texture":"#0"},"up":{"uv":[1.75,8.6875,1.875,8.625],"texture":"#0"},"down":{"uv":[1.5,8.625,1.625,8.6875],"texture":"#0"}}},{"from":[7.75,4.75,6.25],"to":[8.25,5.5,6.5],"faces":{"north":{"uv":[6.125,12.75,6,12.9375],"texture":"#0"},"east":{"uv":[5.375,9.6875,5.3125,9.875],"texture":"#0"},"south":{"uv":[0.4375,12.9375,0.5625,13.125],"texture":"#0"},"west":{"uv":[6.3125,9.6875,6.375,9.875],"texture":"#0"},"up":{"uv":[2.75,8.6875,2.875,8.625],"texture":"#0"},"down":{"uv":[2.5,8.625,2.625,8.6875],"texture":"#0"}}},{"from":[7.75,4.75,7.5],"to":[8.25,5,7.75],"faces":{"north":{"uv":[3.625,8.625,3.5,8.6875],"texture":"#0"},"east":{"uv":[0.875,0.5,0.8125,0.5625],"texture":"#0"},"south":{"uv":[3.75,8.625,3.875,8.6875],"texture":"#0"},"west":{"uv":[0.8125,0.6875,0.875,0.75],"texture":"#0"},"up":{"uv":[3.25,8.6875,3.375,8.625],"texture":"#0"},"down":{"uv":[3,8.625,3.125,8.6875],"texture":"#0"}}},{"from":[7.75,4.75,8],"to":[8.25,5.25,8.25],"faces":{"north":{"uv":[0.625,11.5,0.5,11.625],"texture":"#0"},"east":{"uv":[0.625,8.375,0.5625,8.5],"texture":"#0"},"south":{"uv":[0.25,11.5,0.375,11.625],"texture":"#0"},"west":{"uv":[0.375,8.375,0.4375,8.5],"texture":"#0"},"up":{"uv":[4.25,8.6875,4.375,8.625],"texture":"#0"},"down":{"uv":[4,8.625,4.125,8.6875],"texture":"#0"}}},{"from":[7.75,5,6],"to":[8.25,5.75,6.25],"faces":{"north":{"uv":[7.75,12.75,7.625,12.9375],"texture":"#0"},"east":{"uv":[5.1875,9.6875,5.125,9.875],"texture":"#0"},"south":{"uv":[5,12.75,5.125,12.9375],"texture":"#0"},"west":{"uv":[7.125,9.6875,7.1875,9.875],"texture":"#0"},"up":{"uv":[4.75,8.6875,4.875,8.625],"texture":"#0"},"down":{"uv":[4.5,8.625,4.625,8.6875],"texture":"#0"}}},{"from":[7.75,5.25,7.75],"to":[8.25,5.75,8],"faces":{"north":{"uv":[6,12.0625,5.875,12.1875],"texture":"#0"},"east":{"uv":[1,8.375,0.9375,8.5],"texture":"#0"},"south":{"uv":[5.625,12.0625,5.75,12.1875],"texture":"#0"},"west":{"uv":[0.75,8.375,0.8125,8.5],"texture":"#0"},"up":{"uv":[5.25,8.6875,5.375,8.625],"texture":"#0"},"down":{"uv":[5,8.625,5.125,8.6875],"texture":"#0"}}},{"from":[7.65,-1.25,7.85],"to":[8.4,-0.75,8.1],"rotation":{"angle":0,"axis":"y","origin":[7.9,1.5,5.6]},"faces":{"north":{"uv":[0.875,12.8125,0.6875,12.9375],"texture":"#0"},"east":{"uv":[1.375,8.375,1.3125,8.5],"texture":"#0"},"south":{"uv":[3.4375,13,3.625,13.125],"texture":"#0"},"west":{"uv":[1.125,8.375,1.1875,8.5],"texture":"#0"},"up":{"uv":[6.1875,10.125,6.375,10.0625],"texture":"#0"},"down":{"uv":[3.625,9.8125,3.8125,9.875],"texture":"#0"}}},{"from":[7.75,5.5,6.5],"to":[8.25,5.75,6.75],"faces":{"north":{"uv":[6.125,8.625,6,8.6875],"texture":"#0"},"east":{"uv":[1.25,5.75,1.1875,5.8125],"texture":"#0"},"south":{"uv":[6.25,8.625,6.375,8.6875],"texture":"#0"},"west":{"uv":[1.1875,5.9375,1.25,6],"texture":"#0"},"up":{"uv":[5.75,8.6875,5.875,8.625],"texture":"#0"},"down":{"uv":[5.5,8.625,5.625,8.6875],"texture":"#0"}}},{"from":[7.75,5.5,8],"to":[8.25,5.75,8.5],"faces":{"north":{"uv":[6.625,8.625,6.5,8.6875],"texture":"#0"},"east":{"uv":[7.375,8.625,7.25,8.6875],"texture":"#0"},"south":{"uv":[6.75,8.625,6.875,8.6875],"texture":"#0"},"west":{"uv":[7,8.625,7.125,8.6875],"texture":"#0"},"up":{"uv":[2.875,12.1875,3,12.0625],"texture":"#0"},"down":{"uv":[3.125,12.0625,3.25,12.1875],"texture":"#0"}}},{"from":[7.75,5.75,6.25],"to":[8.25,6,6.5],"faces":{"north":{"uv":[1.625,8.4375,1.5,8.5],"texture":"#0"},"east":{"uv":[7.4375,7.25,7.375,7.3125],"texture":"#0"},"south":{"uv":[1.75,8.4375,1.875,8.5],"texture":"#0"},"west":{"uv":[7.1875,7.25,7.25,7.3125],"texture":"#0"},"up":{"uv":[7.75,8.6875,7.875,8.625],"texture":"#0"},"down":{"uv":[7.5,8.625,7.625,8.6875],"texture":"#0"}}},{"from":[7.75,5.75,6.75],"to":[8.25,6,7],"faces":{"north":{"uv":[2.625,8.4375,2.5,8.5],"texture":"#0"},"east":{"uv":[0.6875,3.125,0.625,3.1875],"texture":"#0"},"south":{"uv":[2.75,8.4375,2.875,8.5],"texture":"#0"},"west":{"uv":[0.625,3.3125,0.6875,3.375],"texture":"#0"},"up":{"uv":[2.25,8.5,2.375,8.4375],"texture":"#0"},"down":{"uv":[2,8.4375,2.125,8.5],"texture":"#0"}}},{"from":[7.75,5.75,7.5],"to":[8.25,6,7.75],"faces":{"north":{"uv":[3.625,8.4375,3.5,8.5],"texture":"#0"},"east":{"uv":[0.6875,0.875,0.625,0.9375],"texture":"#0"},"south":{"uv":[3.75,8.4375,3.875,8.5],"texture":"#0"},"west":{"uv":[0.625,1.0625,0.6875,1.125],"texture":"#0"},"up":{"uv":[3.25,8.5,3.375,8.4375],"texture":"#0"},"down":{"uv":[3,8.4375,3.125,8.5],"texture":"#0"}}},{"from":[7.75,5.75,8.25],"to":[8.25,6,8.75],"faces":{"north":{"uv":[4.125,8.4375,4,8.5],"texture":"#0"},"east":{"uv":[4.875,8.4375,4.75,8.5],"texture":"#0"},"south":{"uv":[4.25,8.4375,4.375,8.5],"texture":"#0"},"west":{"uv":[4.5,8.4375,4.625,8.5],"texture":"#0"},"up":{"uv":[1.625,12.1875,1.75,12.0625],"texture":"#0"},"down":{"uv":[1.875,12.0625,2,12.1875],"texture":"#0"}}},{"from":[7.75,6,6],"to":[8.25,6.25,6.25],"faces":{"north":{"uv":[5.625,8.4375,5.5,8.5],"texture":"#0"},"east":{"uv":[0.875,3.125,0.8125,3.1875],"texture":"#0"},"south":{"uv":[5.75,8.4375,5.875,8.5],"texture":"#0"},"west":{"uv":[0.8125,3.3125,0.875,3.375],"texture":"#0"},"up":{"uv":[5.25,8.5,5.375,8.4375],"texture":"#0"},"down":{"uv":[5,8.4375,5.125,8.5],"texture":"#0"}}},{"from":[7.75,6,6.5],"to":[8.25,6.25,6.75],"faces":{"north":{"uv":[6.625,8.4375,6.5,8.5],"texture":"#0"},"east":{"uv":[0.875,1.25,0.8125,1.3125],"texture":"#0"},"south":{"uv":[6.75,8.4375,6.875,8.5],"texture":"#0"},"west":{"uv":[0.8125,1.4375,0.875,1.5],"texture":"#0"},"up":{"uv":[6.25,8.5,6.375,8.4375],"texture":"#0"},"down":{"uv":[6,8.4375,6.125,8.5],"texture":"#0"}}},{"from":[7.75,6,7],"to":[8.25,6.25,7.5],"faces":{"north":{"uv":[7.125,8.4375,7,8.5],"texture":"#0"},"east":{"uv":[7.875,8.4375,7.75,8.5],"texture":"#0"},"south":{"uv":[7.25,8.4375,7.375,8.5],"texture":"#0"},"west":{"uv":[7.5,8.4375,7.625,8.5],"texture":"#0"},"up":{"uv":[0,10.125,0.125,10],"texture":"#0"},"down":{"uv":[0.25,10,0.375,10.125],"texture":"#0"}}},{"from":[7.75,6,8.5],"to":[8.25,6.25,9],"faces":{"north":{"uv":[0.125,8.1875,0,8.25],"texture":"#0"},"east":{"uv":[0.875,8.1875,0.75,8.25],"texture":"#0"},"south":{"uv":[0.25,8.1875,0.375,8.25],"texture":"#0"},"west":{"uv":[0.5,8.1875,0.625,8.25],"texture":"#0"},"up":{"uv":[5.375,10.375,5.5,10.25],"texture":"#0"},"down":{"uv":[7.625,10.25,7.75,10.375],"texture":"#0"}}},{"from":[7.75,6.25,5.75],"to":[8.25,6.5,6],"faces":{"north":{"uv":[1.625,8.1875,1.5,8.25],"texture":"#0"},"east":{"uv":[1.0625,6.125,1,6.1875],"texture":"#0"},"south":{"uv":[1.75,8.1875,1.875,8.25],"texture":"#0"},"west":{"uv":[1,6.3125,1.0625,6.375],"texture":"#0"},"up":{"uv":[1.25,8.25,1.375,8.1875],"texture":"#0"},"down":{"uv":[1,8.1875,1.125,8.25],"texture":"#0"}}},{"from":[7.75,6.25,8.75],"to":[8.25,6.5,9],"faces":{"north":{"uv":[2.625,8.1875,2.5,8.25],"texture":"#0"},"east":{"uv":[1.0625,3.125,1,3.1875],"texture":"#0"},"south":{"uv":[2.75,8.1875,2.875,8.25],"texture":"#0"},"west":{"uv":[1,3.3125,1.0625,3.375],"texture":"#0"},"up":{"uv":[2.25,8.25,2.375,8.1875],"texture":"#0"},"down":{"uv":[2,8.1875,2.125,8.25],"texture":"#0"}}},{"from":[7.75,6.5,6],"to":[8.25,6.75,6.25],"faces":{"north":{"uv":[3.625,8.1875,3.5,8.25],"texture":"#0"},"east":{"uv":[1.0625,0.875,1,0.9375],"texture":"#0"},"south":{"uv":[3.75,8.1875,3.875,8.25],"texture":"#0"},"west":{"uv":[1,1.0625,1.0625,1.125],"texture":"#0"},"up":{"uv":[3.25,8.25,3.375,8.1875],"texture":"#0"},"down":{"uv":[3,8.1875,3.125,8.25],"texture":"#0"}}},{"from":[7.75,6.5,6.5],"to":[8.25,6.75,6.75],"faces":{"north":{"uv":[4.625,8.1875,4.5,8.25],"texture":"#0"},"east":{"uv":[4.0625,6.875,4,6.9375],"texture":"#0"},"south":{"uv":[4.75,8.1875,4.875,8.25],"texture":"#0"},"west":{"uv":[3.8125,6.875,3.875,6.9375],"texture":"#0"},"up":{"uv":[4.25,8.25,4.375,8.1875],"texture":"#0"},"down":{"uv":[4,8.1875,4.125,8.25],"texture":"#0"}}},{"from":[7.75,6.5,7],"to":[8.25,6.75,7.5],"faces":{"north":{"uv":[5.125,8.1875,5,8.25],"texture":"#0"},"east":{"uv":[5.875,8.1875,5.75,8.25],"texture":"#0"},"south":{"uv":[5.25,8.1875,5.375,8.25],"texture":"#0"},"west":{"uv":[5.5,8.1875,5.625,8.25],"texture":"#0"},"up":{"uv":[3,10.375,3.125,10.25],"texture":"#0"},"down":{"uv":[3.25,10.25,3.375,10.375],"texture":"#0"}}},{"from":[7.75,6.75,6.25],"to":[8.25,7,6.5],"faces":{"north":{"uv":[6.625,8.1875,6.5,8.25],"texture":"#0"},"east":{"uv":[0.5,3.3125,0.4375,3.375],"texture":"#0"},"south":{"uv":[6.75,8.1875,6.875,8.25],"texture":"#0"},"west":{"uv":[0.4375,3.5,0.5,3.5625],"texture":"#0"},"up":{"uv":[6.25,8.25,6.375,8.1875],"texture":"#0"},"down":{"uv":[6,8.1875,6.125,8.25],"texture":"#0"}}},{"from":[7.75,6.75,10],"to":[8.25,7,10.25],"faces":{"north":{"uv":[7.625,8.1875,7.5,8.25],"texture":"#0"},"east":{"uv":[0.5,2.1875,0.4375,2.25],"texture":"#0"},"south":{"uv":[7.75,8.1875,7.875,8.25],"texture":"#0"},"west":{"uv":[0.4375,2.375,0.5,2.4375],"texture":"#0"},"up":{"uv":[7.25,8.25,7.375,8.1875],"texture":"#0"},"down":{"uv":[7,8.1875,7.125,8.25],"texture":"#0"}}},{"from":[7.75,6.75,10.5],"to":[8.25,7.25,10.75],"faces":{"north":{"uv":[2.375,10.25,2.25,10.375],"texture":"#0"},"east":{"uv":[0.0625,7.5,0,7.625],"texture":"#0"},"south":{"uv":[2,10.25,2.125,10.375],"texture":"#0"},"west":{"uv":[0,7.75,0.0625,7.875],"texture":"#0"},"up":{"uv":[0.25,8.0625,0.375,8],"texture":"#0"},"down":{"uv":[0,8,0.125,8.0625],"texture":"#0"}}},{"from":[7.75,7,7],"to":[8.25,7.25,9],"faces":{"north":{"uv":[0.625,8,0.5,8.0625],"texture":"#0"},"east":{"uv":[7.0625,14.4375,6.5625,14.5],"texture":"#0"},"south":{"uv":[0.75,8,0.875,8.0625],"texture":"#0"},"west":{"uv":[6.5625,14.25,7.0625,14.3125],"texture":"#0"},"up":{"uv":[0.25,15.125,0.375,14.625],"texture":"#0"},"down":{"uv":[0,14.625,0.125,15.125],"texture":"#0"}}},{"from":[7.75,7.25,6.25],"to":[8.25,7.5,7],"faces":{"north":{"uv":[1.125,8,1,8.0625],"texture":"#0"},"east":{"uv":[5.125,10.0625,4.9375,10.125],"texture":"#0"},"south":{"uv":[1.25,8,1.375,8.0625],"texture":"#0"},"west":{"uv":[6.8125,9.8125,7,9.875],"texture":"#0"},"up":{"uv":[3.4375,12.875,3.5625,12.6875],"texture":"#0"},"down":{"uv":[3.1875,12.625,3.3125,12.8125],"texture":"#0"}}},{"from":[7.75,7.25,9],"to":[8.25,7.5,9.75],"faces":{"north":{"uv":[1.625,8,1.5,8.0625],"texture":"#0"},"east":{"uv":[6.6875,10.0625,6.5,10.125],"texture":"#0"},"south":{"uv":[1.75,8,1.875,8.0625],"texture":"#0"},"west":{"uv":[5.25,10.0625,5.4375,10.125],"texture":"#0"},"up":{"uv":[0.1875,12.8125,0.3125,12.625],"texture":"#0"},"down":{"uv":[0.1875,12.9375,0.3125,13.125],"texture":"#0"}}},{"from":[7.75,7.25,10.25],"to":[8.75,7.5,10.5],"faces":{"north":{"uv":[4.25,11.125,4,11.1875],"texture":"#0"},"east":{"uv":[0.6875,4.25,0.625,4.3125],"texture":"#0"},"south":{"uv":[3.625,11.125,3.875,11.1875],"texture":"#0"},"west":{"uv":[0.625,4.4375,0.6875,4.5],"texture":"#0"},"up":{"uv":[5.875,11.1875,6.125,11.125],"texture":"#0"},"down":{"uv":[6.25,11.125,6.5,11.1875],"texture":"#0"}}},{"from":[7.75,7.5,6],"to":[8.25,7.75,6.25],"faces":{"north":{"uv":[2.625,8,2.5,8.0625],"texture":"#0"},"east":{"uv":[0.6875,2.75,0.625,2.8125],"texture":"#0"},"south":{"uv":[2.75,8,2.875,8.0625],"texture":"#0"},"west":{"uv":[0.625,2.9375,0.6875,3],"texture":"#0"},"up":{"uv":[2.25,8.0625,2.375,8],"texture":"#0"},"down":{"uv":[2,8,2.125,8.0625],"texture":"#0"}}},{"from":[7.75,7.5,9.75],"to":[8.25,7.75,10],"faces":{"north":{"uv":[3.625,8,3.5,8.0625],"texture":"#0"},"east":{"uv":[0.6875,1.25,0.625,1.3125],"texture":"#0"},"south":{"uv":[3.75,8,3.875,8.0625],"texture":"#0"},"west":{"uv":[0.625,1.4375,0.6875,1.5],"texture":"#0"},"up":{"uv":[3.25,8.0625,3.375,8],"texture":"#0"},"down":{"uv":[3,8,3.125,8.0625],"texture":"#0"}}},{"from":[7.75,7.75,5.5],"to":[8.25,8.25,5.75],"faces":{"north":{"uv":[2.375,11.0625,2.25,11.1875],"texture":"#0"},"east":{"uv":[0.0625,7,0,7.125],"texture":"#0"},"south":{"uv":[2,11.0625,2.125,11.1875],"texture":"#0"},"west":{"uv":[0,7.25,0.0625,7.375],"texture":"#0"},"up":{"uv":[4.25,8.0625,4.375,8],"texture":"#0"},"down":{"uv":[4,8,4.125,8.0625],"texture":"#0"}}},{"from":[7.75,7.75,6.25],"to":[8.25,8,8],"faces":{"north":{"uv":[4.625,8,4.5,8.0625],"texture":"#0"},"east":{"uv":[4.75,13.3125,4.3125,13.375],"texture":"#0"},"south":{"uv":[4.75,8,4.875,8.0625],"texture":"#0"},"west":{"uv":[3.75,13.3125,4.1875,13.375],"texture":"#0"},"up":{"uv":[4,15.125,4.125,14.6875],"texture":"#0"},"down":{"uv":[4.25,14.6875,4.375,15.125],"texture":"#0"}}},{"from":[7.75,7.75,10],"to":[8.25,8,10.5],"faces":{"north":{"uv":[5.125,8,5,8.0625],"texture":"#0"},"east":{"uv":[5.875,8,5.75,8.0625],"texture":"#0"},"south":{"uv":[5.25,8,5.375,8.0625],"texture":"#0"},"west":{"uv":[5.5,8,5.625,8.0625],"texture":"#0"},"up":{"uv":[1.5,11.1875,1.625,11.0625],"texture":"#0"},"down":{"uv":[1.75,11.0625,1.875,11.1875],"texture":"#0"}}},{"from":[7.75,8,5.25],"to":[8.25,8.5,5.5],"faces":{"north":{"uv":[1.375,11.0625,1.25,11.1875],"texture":"#0"},"east":{"uv":[0.0625,6.5,0,6.625],"texture":"#0"},"south":{"uv":[1,11.0625,1.125,11.1875],"texture":"#0"},"west":{"uv":[0,6.75,0.0625,6.875],"texture":"#0"},"up":{"uv":[6.25,8.0625,6.375,8],"texture":"#0"},"down":{"uv":[6,8,6.125,8.0625],"texture":"#0"}}},{"from":[7.75,8,5.75],"to":[8.25,8.25,6],"faces":{"north":{"uv":[7.125,8,7,8.0625],"texture":"#0"},"east":{"uv":[0.875,2,0.8125,2.0625],"texture":"#0"},"south":{"uv":[7.25,8,7.375,8.0625],"texture":"#0"},"west":{"uv":[0.8125,2.1875,0.875,2.25],"texture":"#0"},"up":{"uv":[6.75,8.0625,6.875,8],"texture":"#0"},"down":{"uv":[6.5,8,6.625,8.0625],"texture":"#0"}}},{"from":[7.75,8,8],"to":[8.25,8.25,8.5],"faces":{"north":{"uv":[7.625,8,7.5,8.0625],"texture":"#0"},"east":{"uv":[0.5625,7.8125,0.4375,7.875],"texture":"#0"},"south":{"uv":[7.75,8,7.875,8.0625],"texture":"#0"},"west":{"uv":[0.1875,7.8125,0.3125,7.875],"texture":"#0"},"up":{"uv":[0.5,11.1875,0.625,11.0625],"texture":"#0"},"down":{"uv":[0.75,11.0625,0.875,11.1875],"texture":"#0"}}},{"from":[7.75,8,10.5],"to":[8.25,8.5,10.75],"faces":{"north":{"uv":[0.375,11.0625,0.25,11.1875],"texture":"#0"},"east":{"uv":[0.0625,6,0,6.125],"texture":"#0"},"south":{"uv":[0,11.0625,0.125,11.1875],"texture":"#0"},"west":{"uv":[0,6.25,0.0625,6.375],"texture":"#0"},"up":{"uv":[0.9375,7.875,1.0625,7.8125],"texture":"#0"},"down":{"uv":[0.6875,7.8125,0.8125,7.875],"texture":"#0"}}},{"from":[7.75,8.25,8.5],"to":[8.25,8.5,8.75],"faces":{"north":{"uv":[1.8125,7.8125,1.6875,7.875],"texture":"#0"},"east":{"uv":[4.25,7.0625,4.1875,7.125],"texture":"#0"},"south":{"uv":[1.9375,7.8125,2.0625,7.875],"texture":"#0"},"west":{"uv":[4,7.0625,4.0625,7.125],"texture":"#0"},"up":{"uv":[1.4375,7.875,1.5625,7.8125],"texture":"#0"},"down":{"uv":[1.1875,7.8125,1.3125,7.875],"texture":"#0"}}},{"from":[7.75,8.5,5],"to":[8.25,8.75,5.25],"faces":{"north":{"uv":[2.8125,7.8125,2.6875,7.875],"texture":"#0"},"east":{"uv":[7.625,7.0625,7.5625,7.125],"texture":"#0"},"south":{"uv":[2.9375,7.8125,3.0625,7.875],"texture":"#0"},"west":{"uv":[7.375,7.0625,7.4375,7.125],"texture":"#0"},"up":{"uv":[2.4375,7.875,2.5625,7.8125],"texture":"#0"},"down":{"uv":[2.1875,7.8125,2.3125,7.875],"texture":"#0"}}},{"from":[7.75,8.5,8.75],"to":[8.25,8.75,9],"faces":{"north":{"uv":[3.8125,7.8125,3.6875,7.875],"texture":"#0"},"east":{"uv":[1.0625,5.375,1,5.4375],"texture":"#0"},"south":{"uv":[3.9375,7.8125,4.0625,7.875],"texture":"#0"},"west":{"uv":[1,5.5625,1.0625,5.625],"texture":"#0"},"up":{"uv":[3.4375,7.875,3.5625,7.8125],"texture":"#0"},"down":{"uv":[3.1875,7.8125,3.3125,7.875],"texture":"#0"}}},{"from":[7.75,8.5,10.75],"to":[8.25,8.75,11],"faces":{"north":{"uv":[4.8125,7.8125,4.6875,7.875],"texture":"#0"},"east":{"uv":[1.0625,3.875,1,3.9375],"texture":"#0"},"south":{"uv":[4.9375,7.8125,5.0625,7.875],"texture":"#0"},"west":{"uv":[1,4.0625,1.0625,4.125],"texture":"#0"},"up":{"uv":[4.4375,7.875,4.5625,7.8125],"texture":"#0"},"down":{"uv":[4.1875,7.8125,4.3125,7.875],"texture":"#0"}}},{"from":[7.75,8.75,4.75],"to":[8.25,9,5],"faces":{"north":{"uv":[5.8125,7.8125,5.6875,7.875],"texture":"#0"},"east":{"uv":[1.0625,2,1,2.0625],"texture":"#0"},"south":{"uv":[5.9375,7.8125,6.0625,7.875],"texture":"#0"},"west":{"uv":[1,2.1875,1.0625,2.25],"texture":"#0"},"up":{"uv":[5.4375,7.875,5.5625,7.8125],"texture":"#0"},"down":{"uv":[5.1875,7.8125,5.3125,7.875],"texture":"#0"}}},{"from":[7.75,8.75,9],"to":[8.25,9,9.25],"faces":{"north":{"uv":[6.8125,7.8125,6.6875,7.875],"texture":"#0"},"east":{"uv":[1.0625,0.5,1,0.5625],"texture":"#0"},"south":{"uv":[6.9375,7.8125,7.0625,7.875],"texture":"#0"},"west":{"uv":[1,0.6875,1.0625,0.75],"texture":"#0"},"up":{"uv":[6.4375,7.875,6.5625,7.8125],"texture":"#0"},"down":{"uv":[6.1875,7.8125,6.3125,7.875],"texture":"#0"}}},{"from":[7.75,8.75,11],"to":[8.25,9.5,11.25],"faces":{"north":{"uv":[2.625,12.3125,2.5,12.5],"texture":"#0"},"east":{"uv":[0.4375,9.6875,0.375,9.875],"texture":"#0"},"south":{"uv":[2.75,12.3125,2.875,12.5],"texture":"#0"},"west":{"uv":[0.1875,9.6875,0.25,9.875],"texture":"#0"},"up":{"uv":[7.4375,7.875,7.5625,7.8125],"texture":"#0"},"down":{"uv":[7.1875,7.8125,7.3125,7.875],"texture":"#0"}}},{"from":[7.75,9,8.5],"to":[8.75,9.25,8.75],"faces":{"north":{"uv":[7,10.5,6.75,10.5625],"texture":"#0"},"east":{"uv":[5.1875,6.875,5.125,6.9375],"texture":"#0"},"south":{"uv":[7.125,10.5,7.375,10.5625],"texture":"#0"},"west":{"uv":[4.9375,6.875,5,6.9375],"texture":"#0"},"up":{"uv":[6.375,10.5625,6.625,10.5],"texture":"#0"},"down":{"uv":[6,10.5,6.25,10.5625],"texture":"#0"}}},{"from":[7.75,9,9.25],"to":[8.25,9.25,9.5],"faces":{"north":{"uv":[0.3125,6.3125,0.1875,6.375],"texture":"#0"},"east":{"uv":[7.4375,6.875,7.375,6.9375],"texture":"#0"},"south":{"uv":[0.1875,6.125,0.3125,6.1875],"texture":"#0"},"west":{"uv":[7.1875,6.875,7.25,6.9375],"texture":"#0"},"up":{"uv":[0.1875,6.5625,0.3125,6.5],"texture":"#0"},"down":{"uv":[0.1875,6.6875,0.3125,6.75],"texture":"#0"}}},{"from":[7.75,9.25,9.5],"to":[8.25,9.75,9.75],"faces":{"north":{"uv":[2.625,10.25,2.5,10.375],"texture":"#0"},"east":{"uv":[0.0625,5.5,0,5.625],"texture":"#0"},"south":{"uv":[2.75,10.25,2.875,10.375],"texture":"#0"},"west":{"uv":[0,5.75,0.0625,5.875],"texture":"#0"},"up":{"uv":[0.1875,5.8125,0.3125,5.75],"texture":"#0"},"down":{"uv":[0.1875,5.9375,0.3125,6],"texture":"#0"}}},{"from":[7.75,9.5,11.25],"to":[8.25,11.5,11.5],"faces":{"north":{"uv":[3.625,14.625,3.5,15.125],"texture":"#0"},"east":{"uv":[3.4375,14,3.375,14.5],"texture":"#0"},"south":{"uv":[2.875,14.625,3,15.125],"texture":"#0"},"west":{"uv":[0,12.625,0.0625,13.125],"texture":"#0"},"up":{"uv":[0.1875,5.0625,0.3125,5],"texture":"#0"},"down":{"uv":[0.1875,5.1875,0.3125,5.25],"texture":"#0"}}},{"from":[7.75,9.75,9.75],"to":[8.25,11.75,10],"faces":{"north":{"uv":[2.75,14.625,2.625,15.125],"texture":"#0"},"east":{"uv":[3.8125,14,3.75,14.5],"texture":"#0"},"south":{"uv":[2.375,14.625,2.5,15.125],"texture":"#0"},"west":{"uv":[3.5625,14,3.625,14.5],"texture":"#0"},"up":{"uv":[0.1875,3.9375,0.3125,3.875],"texture":"#0"},"down":{"uv":[0.1875,4.0625,0.3125,4.125],"texture":"#0"}}},{"from":[7.75,11.5,11],"to":[8.25,12.25,11.25],"faces":{"north":{"uv":[0.125,12.3125,0,12.5],"texture":"#0"},"east":{"uv":[1.9375,9.6875,1.875,9.875],"texture":"#0"},"south":{"uv":[0.25,12.3125,0.375,12.5],"texture":"#0"},"west":{"uv":[1.6875,9.6875,1.75,9.875],"texture":"#0"},"up":{"uv":[0.1875,3.1875,0.3125,3.125],"texture":"#0"},"down":{"uv":[0.1875,3.3125,0.3125,3.375],"texture":"#0"}}},{"from":[7.75,11.75,9.5],"to":[8.25,12.25,9.75],"faces":{"north":{"uv":[5.75,10.25,5.625,10.375],"texture":"#0"},"east":{"uv":[0.0625,4,0,4.125],"texture":"#0"},"south":{"uv":[5.875,10.25,6,10.375],"texture":"#0"},"west":{"uv":[0,4.25,0.0625,4.375],"texture":"#0"},"up":{"uv":[0.1875,2.4375,0.3125,2.375],"texture":"#0"},"down":{"uv":[0.1875,2.5625,0.3125,2.625],"texture":"#0"}}},{"from":[7.75,12.25,9.25],"to":[8.25,12.5,9.5],"faces":{"north":{"uv":[0.3125,1.4375,0.1875,1.5],"texture":"#0"},"east":{"uv":[0.6875,6.125,0.625,6.1875],"texture":"#0"},"south":{"uv":[0.1875,1.25,0.3125,1.3125],"texture":"#0"},"west":{"uv":[0.625,6.3125,0.6875,6.375],"texture":"#0"},"up":{"uv":[0.1875,1.6875,0.3125,1.625],"texture":"#0"},"down":{"uv":[0.1875,1.8125,0.3125,1.875],"texture":"#0"}}},{"from":[7.75,12.25,10.75],"to":[8.25,12.5,11],"faces":{"north":{"uv":[0.3125,0.6875,0.1875,0.75],"texture":"#0"},"east":{"uv":[0.6875,5,0.625,5.0625],"texture":"#0"},"south":{"uv":[0.1875,0.5,0.3125,0.5625],"texture":"#0"},"west":{"uv":[0.625,5.1875,0.6875,5.25],"texture":"#0"},"up":{"uv":[0.1875,0.9375,0.3125,0.875],"texture":"#0"},"down":{"uv":[0.1875,1.0625,0.3125,1.125],"texture":"#0"}}},{"from":[7.75,12.5,9],"to":[8.25,12.75,9.25],"faces":{"north":{"uv":[0.5625,7.625,0.4375,7.6875],"texture":"#0"},"east":{"uv":[0.6875,3.875,0.625,3.9375],"texture":"#0"},"south":{"uv":[0.6875,7.625,0.8125,7.6875],"texture":"#0"},"west":{"uv":[0.625,4.0625,0.6875,4.125],"texture":"#0"},"up":{"uv":[0.1875,0.1875,0.3125,0.125],"texture":"#0"},"down":{"uv":[0.1875,0.3125,0.3125,0.375],"texture":"#0"}}},{"from":[7.75,12.5,10.5],"to":[8.25,13,10.75],"faces":{"north":{"uv":[6.25,10.25,6.125,10.375],"texture":"#0"},"east":{"uv":[0.0625,3.5,0,3.625],"texture":"#0"},"south":{"uv":[6.375,10.25,6.5,10.375],"texture":"#0"},"west":{"uv":[0,3.75,0.0625,3.875],"texture":"#0"},"up":{"uv":[1.1875,7.6875,1.3125,7.625],"texture":"#0"},"down":{"uv":[0.9375,7.625,1.0625,7.6875],"texture":"#0"}}},{"from":[7.75,12.75,8.75],"to":[8.25,13,9],"faces":{"north":{"uv":[2.5625,7.625,2.4375,7.6875],"texture":"#0"},"east":{"uv":[0.6875,1.625,0.625,1.6875],"texture":"#0"},"south":{"uv":[2.6875,7.625,2.8125,7.6875],"texture":"#0"},"west":{"uv":[0.625,1.8125,0.6875,1.875],"texture":"#0"},"up":{"uv":[2.1875,7.6875,2.3125,7.625],"texture":"#0"},"down":{"uv":[1.9375,7.625,2.0625,7.6875],"texture":"#0"}}},{"from":[7.75,13,8.5],"to":[8.25,13.25,8.75],"faces":{"north":{"uv":[3.5625,7.625,3.4375,7.6875],"texture":"#0"},"east":{"uv":[0.6875,0.5,0.625,0.5625],"texture":"#0"},"south":{"uv":[3.6875,7.625,3.8125,7.6875],"texture":"#0"},"west":{"uv":[0.625,0.6875,0.6875,0.75],"texture":"#0"},"up":{"uv":[3.1875,7.6875,3.3125,7.625],"texture":"#0"},"down":{"uv":[2.9375,7.625,3.0625,7.6875],"texture":"#0"}}},{"from":[7.75,13,10],"to":[8.25,13.25,10.5],"faces":{"north":{"uv":[4.3125,7.625,4.1875,7.6875],"texture":"#0"},"east":{"uv":[5.0625,7.625,4.9375,7.6875],"texture":"#0"},"south":{"uv":[4.4375,7.625,4.5625,7.6875],"texture":"#0"},"west":{"uv":[4.6875,7.625,4.8125,7.6875],"texture":"#0"},"up":{"uv":[6.875,10.375,7,10.25],"texture":"#0"},"down":{"uv":[6.625,10.25,6.75,10.375],"texture":"#0"}}},{"from":[7.75,13.25,8],"to":[8.25,13.5,8.5],"faces":{"north":{"uv":[5.3125,7.625,5.1875,7.6875],"texture":"#0"},"east":{"uv":[6.0625,7.625,5.9375,7.6875],"texture":"#0"},"south":{"uv":[5.4375,7.625,5.5625,7.6875],"texture":"#0"},"west":{"uv":[5.6875,7.625,5.8125,7.6875],"texture":"#0"},"up":{"uv":[7.375,10.375,7.5,10.25],"texture":"#0"},"down":{"uv":[7.125,10.25,7.25,10.375],"texture":"#0"}}},{"from":[7.75,13.25,9.75],"to":[8.25,13.5,10],"faces":{"north":{"uv":[6.8125,7.625,6.6875,7.6875],"texture":"#0"},"east":{"uv":[0.875,4.25,0.8125,4.3125],"texture":"#0"},"south":{"uv":[6.9375,7.625,7.0625,7.6875],"texture":"#0"},"west":{"uv":[0.8125,4.4375,0.875,4.5],"texture":"#0"},"up":{"uv":[6.4375,7.6875,6.5625,7.625],"texture":"#0"},"down":{"uv":[6.1875,7.625,6.3125,7.6875],"texture":"#0"}}},{"from":[7.75,13.5,6.25],"to":[8.25,13.75,7.75],"faces":{"north":{"uv":[7.5625,7.625,7.4375,7.6875],"texture":"#0"},"east":{"uv":[1.875,12.4375,1.5,12.5],"texture":"#0"},"south":{"uv":[7.6875,7.625,7.8125,7.6875],"texture":"#0"},"west":{"uv":[1,12.4375,1.375,12.5],"texture":"#0"},"up":{"uv":[5.5,15.125,5.625,14.75],"texture":"#0"},"down":{"uv":[5.75,14.75,5.875,15.125],"texture":"#0"}}},{"from":[7.75,13.5,8.75],"to":[8.25,14,9],"faces":{"north":{"uv":[0.875,10,0.75,10.125],"texture":"#0"},"east":{"uv":[0.0625,2,0,2.125],"texture":"#0"},"south":{"uv":[1,10,1.125,10.125],"texture":"#0"},"west":{"uv":[0,2.25,0.0625,2.375],"texture":"#0"},"up":{"uv":[1.1875,7.5,1.3125,7.4375],"texture":"#0"},"down":{"uv":[0.9375,7.4375,1.0625,7.5],"texture":"#0"}}},{"from":[7.75,13.5,9],"to":[8.25,13.75,9.75],"faces":{"north":{"uv":[2.5625,7.4375,2.4375,7.5],"texture":"#0"},"east":{"uv":[6,9.8125,5.8125,9.875],"texture":"#0"},"south":{"uv":[2.6875,7.4375,2.8125,7.5],"texture":"#0"},"west":{"uv":[5.5,9.8125,5.6875,9.875],"texture":"#0"},"up":{"uv":[2.25,12.5,2.375,12.3125],"texture":"#0"},"down":{"uv":[2,12.3125,2.125,12.5],"texture":"#0"}}},{"from":[7.75,13.75,7],"to":[8.25,14,8.75],"faces":{"north":{"uv":[3.3125,7.4375,3.1875,7.5],"texture":"#0"},"east":{"uv":[5.875,13.3125,5.4375,13.375],"texture":"#0"},"south":{"uv":[3.4375,7.4375,3.5625,7.5],"texture":"#0"},"west":{"uv":[4.875,13.3125,5.3125,13.375],"texture":"#0"},"up":{"uv":[3.75,15.125,3.875,14.6875],"texture":"#0"},"down":{"uv":[4.5,14.6875,4.625,15.125],"texture":"#0"}}},{"from":[7.9,-1.5,7.85],"to":[8.15,-1.25,8.1],"rotation":{"angle":0,"axis":"y","origin":[7.9,1.5,5.6]},"faces":{"north":{"uv":[1.8125,7.0625,1.75,7.125],"texture":"#0"},"east":{"uv":[2.375,7.0625,2.3125,7.125],"texture":"#0"},"south":{"uv":[1.9375,7.0625,2,7.125],"texture":"#0"},"west":{"uv":[2.125,7.0625,2.1875,7.125],"texture":"#0"},"up":{"uv":[1.5625,7.125,1.625,7.0625],"texture":"#0"},"down":{"uv":[1.375,7.0625,1.4375,7.125],"texture":"#0"}}},{"from":[7.9,-1.25,7.6],"to":[8.15,-0.75,7.85],"rotation":{"angle":0,"axis":"y","origin":[7.9,1.5,5.6]},"faces":{"north":{"uv":[0.0625,0.75,0,0.875],"texture":"#0"},"east":{"uv":[0.5,7.1875,0.4375,7.3125],"texture":"#0"},"south":{"uv":[0,0.5,0.0625,0.625],"texture":"#0"},"west":{"uv":[0,0.25,0.0625,0.375],"texture":"#0"},"up":{"uv":[2.6875,7.125,2.75,7.0625],"texture":"#0"},"down":{"uv":[2.5,7.0625,2.5625,7.125],"texture":"#0"}}},{"from":[7.9,-1.25,8.1],"to":[8.15,-0.75,8.35],"rotation":{"angle":0,"axis":"y","origin":[7.9,1.5,5.6]},"faces":{"north":{"uv":[0.5,6.9375,0.4375,7.0625],"texture":"#0"},"east":{"uv":[0.5,6.1875,0.4375,6.3125],"texture":"#0"},"south":{"uv":[0.4375,6.6875,0.5,6.8125],"texture":"#0"},"west":{"uv":[0.4375,6.4375,0.5,6.5625],"texture":"#0"},"up":{"uv":[3.8125,7.125,3.875,7.0625],"texture":"#0"},"down":{"uv":[3.625,7.0625,3.6875,7.125],"texture":"#0"}}},{"from":[7.9,-0.75,7.85],"to":[8.15,-0.5,8.1],"rotation":{"angle":0,"axis":"y","origin":[7.9,1.5,5.6]},"faces":{"north":{"uv":[5.1875,7.0625,5.125,7.125],"texture":"#0"},"east":{"uv":[5.75,7.0625,5.6875,7.125],"texture":"#0"},"south":{"uv":[5.3125,7.0625,5.375,7.125],"texture":"#0"},"west":{"uv":[5.5,7.0625,5.5625,7.125],"texture":"#0"},"up":{"uv":[4.9375,7.125,5,7.0625],"texture":"#0"},"down":{"uv":[4.75,7.0625,4.8125,7.125],"texture":"#0"}}},{"from":[8,6.5,10.25],"to":[8.25,6.75,10.5],"faces":{"north":{"uv":[6.3125,7.0625,6.25,7.125],"texture":"#0"},"east":{"uv":[6.875,7.0625,6.8125,7.125],"texture":"#0"},"south":{"uv":[6.4375,7.0625,6.5,7.125],"texture":"#0"},"west":{"uv":[6.625,7.0625,6.6875,7.125],"texture":"#0"},"up":{"uv":[6.0625,7.125,6.125,7.0625],"texture":"#0"},"down":{"uv":[5.875,7.0625,5.9375,7.125],"texture":"#0"}}},{"from":[8.25,7.25,10],"to":[8.75,7.5,10.25],"faces":{"north":{"uv":[4.5625,7.4375,4.4375,7.5],"texture":"#0"},"east":{"uv":[1.0625,6.875,1,6.9375],"texture":"#0"},"south":{"uv":[4.6875,7.4375,4.8125,7.5],"texture":"#0"},"west":{"uv":[7.75,7.0625,7.8125,7.125],"texture":"#0"},"up":{"uv":[4.1875,7.5,4.3125,7.4375],"texture":"#0"},"down":{"uv":[3.9375,7.4375,4.0625,7.5],"texture":"#0"}}},{"from":[8.25,8.75,8.5],"to":[8.75,9,8.75],"faces":{"north":{"uv":[5.5625,7.4375,5.4375,7.5],"texture":"#0"},"east":{"uv":[1.0625,5.75,1,5.8125],"texture":"#0"},"south":{"uv":[5.6875,7.4375,5.8125,7.5],"texture":"#0"},"west":{"uv":[1,5.9375,1.0625,6],"texture":"#0"},"up":{"uv":[5.1875,7.5,5.3125,7.4375],"texture":"#0"},"down":{"uv":[4.9375,7.4375,5.0625,7.5],"texture":"#0"}}},{"from":[8.5,7.25,9.75],"to":[9,7.5,10],"faces":{"north":{"uv":[6.5625,7.4375,6.4375,7.5],"texture":"#0"},"east":{"uv":[1.0625,4.625,1,4.6875],"texture":"#0"},"south":{"uv":[6.6875,7.4375,6.8125,7.5],"texture":"#0"},"west":{"uv":[1,4.8125,1.0625,4.875],"texture":"#0"},"up":{"uv":[6.1875,7.5,6.3125,7.4375],"texture":"#0"},"down":{"uv":[5.9375,7.4375,6.0625,7.5],"texture":"#0"}}},{"from":[8.5,7.5,10],"to":[9,7.75,10.25],"faces":{"north":{"uv":[7.5625,7.4375,7.4375,7.5],"texture":"#0"},"east":{"uv":[1.0625,3.5,1,3.5625],"texture":"#0"},"south":{"uv":[7.6875,7.4375,7.8125,7.5],"texture":"#0"},"west":{"uv":[1,3.6875,1.0625,3.75],"texture":"#0"},"up":{"uv":[7.1875,7.5,7.3125,7.4375],"texture":"#0"},"down":{"uv":[6.9375,7.4375,7.0625,7.5],"texture":"#0"}}},{"from":[8.5,8.5,8.5],"to":[9,8.75,8.75],"faces":{"north":{"uv":[1.25,7.25,1.125,7.3125],"texture":"#0"},"east":{"uv":[1.0625,2.375,1,2.4375],"texture":"#0"},"south":{"uv":[1.375,7.25,1.5,7.3125],"texture":"#0"},"west":{"uv":[1,2.5625,1.0625,2.625],"texture":"#0"},"up":{"uv":[0.875,7.3125,1,7.25],"texture":"#0"},"down":{"uv":[0.625,7.25,0.75,7.3125],"texture":"#0"}}},{"from":[8.5,8.75,8.75],"to":[9,9,9],"faces":{"north":{"uv":[2.25,7.25,2.125,7.3125],"texture":"#0"},"east":{"uv":[1.0625,1.25,1,1.3125],"texture":"#0"},"south":{"uv":[2.375,7.25,2.5,7.3125],"texture":"#0"},"west":{"uv":[1,1.4375,1.0625,1.5],"texture":"#0"},"up":{"uv":[1.875,7.3125,2,7.25],"texture":"#0"},"down":{"uv":[1.625,7.25,1.75,7.3125],"texture":"#0"}}},{"from":[8.75,7.5,9.5],"to":[9.25,7.75,9.75],"faces":{"north":{"uv":[3.25,7.25,3.125,7.3125],"texture":"#0"},"east":{"uv":[1.0625,0.125,1,0.1875],"texture":"#0"},"south":{"uv":[3.375,7.25,3.5,7.3125],"texture":"#0"},"west":{"uv":[1,0.3125,1.0625,0.375],"texture":"#0"},"up":{"uv":[2.875,7.3125,3,7.25],"texture":"#0"},"down":{"uv":[2.625,7.25,2.75,7.3125],"texture":"#0"}}},{"from":[8.75,7.5,9.75],"to":[9,8,10],"faces":{"north":{"uv":[0.5,5.9375,0.4375,6.0625],"texture":"#0"},"east":{"uv":[0.5,5.1875,0.4375,5.3125],"texture":"#0"},"south":{"uv":[0.4375,5.6875,0.5,5.8125],"texture":"#0"},"west":{"uv":[0.4375,5.4375,0.5,5.5625],"texture":"#0"},"up":{"uv":[1.375,6.9375,1.4375,6.875],"texture":"#0"},"down":{"uv":[1.1875,6.875,1.25,6.9375],"texture":"#0"}}},{"from":[8.75,8.5,8.75],"to":[9,8.75,9],"faces":{"north":{"uv":[2.75,6.875,2.6875,6.9375],"texture":"#0"},"east":{"uv":[3.3125,6.875,3.25,6.9375],"texture":"#0"},"south":{"uv":[2.875,6.875,2.9375,6.9375],"texture":"#0"},"west":{"uv":[3.0625,6.875,3.125,6.9375],"texture":"#0"},"up":{"uv":[2.5,6.9375,2.5625,6.875],"texture":"#0"},"down":{"uv":[2.3125,6.875,2.375,6.9375],"texture":"#0"}}},{"from":[9,7.75,9.25],"to":[9.5,8.5,9.5],"faces":{"north":{"uv":[4.125,12.3125,4,12.5],"texture":"#0"},"east":{"uv":[7.875,9.6875,7.8125,9.875],"texture":"#0"},"south":{"uv":[4.25,12.3125,4.375,12.5],"texture":"#0"},"west":{"uv":[7.625,9.6875,7.6875,9.875],"texture":"#0"},"up":{"uv":[3.875,7.3125,4,7.25],"texture":"#0"},"down":{"uv":[3.625,7.25,3.75,7.3125],"texture":"#0"}}},{"from":[9,7.75,9.5],"to":[9.25,8.25,9.75],"faces":{"north":{"uv":[0.5,4.9375,0.4375,5.0625],"texture":"#0"},"east":{"uv":[0.5,4.1875,0.4375,4.3125],"texture":"#0"},"south":{"uv":[0.4375,4.6875,0.5,4.8125],"texture":"#0"},"west":{"uv":[0.4375,4.4375,0.5,4.5625],"texture":"#0"},"up":{"uv":[4.75,6.9375,4.8125,6.875],"texture":"#0"},"down":{"uv":[4.5625,6.875,4.625,6.9375],"texture":"#0"}}},{"from":[9,7.75,9.75],"to":[9.25,8,10],"faces":{"north":{"uv":[6.125,6.875,6.0625,6.9375],"texture":"#0"},"east":{"uv":[6.6875,6.875,6.625,6.9375],"texture":"#0"},"south":{"uv":[6.25,6.875,6.3125,6.9375],"texture":"#0"},"west":{"uv":[6.4375,6.875,6.5,6.9375],"texture":"#0"},"up":{"uv":[5.875,6.9375,5.9375,6.875],"texture":"#0"},"down":{"uv":[5.6875,6.875,5.75,6.9375],"texture":"#0"}}},{"from":[9,8,9],"to":[9.5,8.25,9.25],"faces":{"north":{"uv":[5.75,7.25,5.625,7.3125],"texture":"#0"},"east":{"uv":[7.8125,6.875,7.75,6.9375],"texture":"#0"},"south":{"uv":[5.875,7.25,6,7.3125],"texture":"#0"},"west":{"uv":[7.5625,6.875,7.625,6.9375],"texture":"#0"},"up":{"uv":[5.375,7.3125,5.5,7.25],"texture":"#0"},"down":{"uv":[5.125,7.25,5.25,7.3125],"texture":"#0"}}},{"from":[9,8.25,8.75],"to":[9.25,8.5,9.25],"faces":{"north":{"uv":[1.25,6.3125,1.1875,6.375],"texture":"#0"},"east":{"uv":[6.5,7.25,6.375,7.3125],"texture":"#0"},"south":{"uv":[1.1875,6.125,1.25,6.1875],"texture":"#0"},"west":{"uv":[6.125,7.25,6.25,7.3125],"texture":"#0"},"up":{"uv":[0.4375,3.8125,0.5,3.6875],"texture":"#0"},"down":{"uv":[0.4375,3.9375,0.5,4.0625],"texture":"#0"}}},{"from":[9,8.5,9],"to":[9.25,8.75,9.25],"faces":{"north":{"uv":[1.25,5.1875,1.1875,5.25],"texture":"#0"},"east":{"uv":[1.25,4.625,1.1875,4.6875],"texture":"#0"},"south":{"uv":[1.1875,5,1.25,5.0625],"texture":"#0"},"west":{"uv":[1.1875,4.8125,1.25,4.875],"texture":"#0"},"up":{"uv":[1.1875,5.4375,1.25,5.375],"texture":"#0"},"down":{"uv":[1.1875,5.5625,1.25,5.625],"texture":"#0"}}},{"from":[9.25,8,9.5],"to":[9.5,8.25,9.75],"faces":{"north":{"uv":[1.25,4.0625,1.1875,4.125],"texture":"#0"},"east":{"uv":[1.25,3.5,1.1875,3.5625],"texture":"#0"},"south":{"uv":[1.1875,3.875,1.25,3.9375],"texture":"#0"},"west":{"uv":[1.1875,3.6875,1.25,3.75],"texture":"#0"},"up":{"uv":[1.1875,4.3125,1.25,4.25],"texture":"#0"},"down":{"uv":[1.1875,4.4375,1.25,4.5],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"translation":[0,4,1.75],"scale":[1.7,1.7,1.7]},"thirdperson_lefthand":{"translation":[0,4,1.75],"scale":[1.7,1.7,1.7]},"firstperson_righthand":{"rotation":[-10,20,0],"translation":[-1.5,3.5,1.25],"scale":[1.6,1.6,1.43]},"firstperson_lefthand":{"rotation":[-10,20,0],"translation":[-1.5,3.5,1.25],"scale":[1.6,1.6,1.43]},"gui":{"rotation":[103,55,-105],"translation":[0.75,2.5,0],"scale":[1.5,1.5,1.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/harvest_relik.json b/assets/minecraft/models/item/wynn/skin/relik/harvest_relik.json new file mode 100644 index 000000000..bc772a106 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/harvest_relik.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/harvest","1":"skins/red_gradient","2":"skins/voodoo","particle":"skins/red_gradient"},"elements":[{"from":[9.92213,10.25,7.09504],"to":[12.12213,11.45,8.29504],"rotation":{"angle":0,"axis":"x","origin":[11.99808,10.42391,7.69696]},"faces":{"north":{"uv":[6,14,8,15],"texture":"#0"},"east":{"uv":[6,14,8,15],"rotation":270,"texture":"#0"},"south":{"uv":[6,14,8,15],"rotation":180,"texture":"#0"},"west":{"uv":[7,14,8.2,15.2],"rotation":90,"texture":"#0"},"up":{"uv":[6,14,8,15],"rotation":180,"texture":"#0"},"down":{"uv":[6,14,8,15],"rotation":180,"texture":"#0"}}},{"from":[8.4235,11.01624,7.14588],"to":[10.5235,12.11624,8.24588],"rotation":{"angle":22.5,"axis":"z","origin":[11.99808,10.42391,7.69696]},"faces":{"north":{"uv":[7.5,14,9.5,15],"texture":"#0"},"east":{"uv":[7.5,14,9.5,15],"texture":"#0"},"south":{"uv":[7.5,14,9.5,15],"texture":"#0"},"west":{"uv":[7.5,14,9.5,15],"texture":"#0"},"up":{"uv":[7.5,14,9.5,15],"texture":"#0"},"down":{"uv":[7.5,14,9.5,15],"texture":"#0"}}},{"from":[6.19482,7.55735,7.09515],"to":[9.39482,8.75735,8.29515],"rotation":{"angle":-22.5,"axis":"z","origin":[12.99808,10.42391,7.69696]},"faces":{"north":{"uv":[10,14.5,13,15.5],"texture":"#0"},"east":{"uv":[10,14.5,13,15.5],"rotation":270,"texture":"#0"},"south":{"uv":[10.5,14,13.5,15],"rotation":180,"texture":"#0"},"west":{"uv":[10,14.5,13,15.5],"rotation":90,"texture":"#0"},"up":{"uv":[10.5,14,13.5,15],"rotation":180,"texture":"#0"},"down":{"uv":[10,14.5,13,15.5],"rotation":180,"texture":"#0"}}},{"from":[7.39776,2.57033,6.59687],"to":[8.59776,4.77033,7.79687],"rotation":{"angle":0,"axis":"x","origin":[7.97185,1.62095,7.30103]},"faces":{"north":{"uv":[2,11.5,4.5,13],"rotation":270,"texture":"#0"},"east":{"uv":[2,11.5,4.5,13],"rotation":270,"texture":"#0"},"south":{"uv":[2,11.5,4.5,13],"rotation":270,"texture":"#0"},"west":{"uv":[2,11.5,4.5,13],"rotation":270,"texture":"#0"},"up":{"uv":[3,11.5,4.5,13],"rotation":270,"texture":"#0"},"down":{"uv":[2,11.5,4.5,13],"rotation":270,"texture":"#0"}}},{"from":[7.29773,6.23545,9.96511],"to":[8.69773,8.63545,11.36511],"rotation":{"angle":-22.5,"axis":"x","origin":[7.96806,1.24108,4.53931]},"faces":{"north":{"uv":[6,11.5,8.5,13],"rotation":270,"texture":"#0"},"east":{"uv":[6,11.5,8.5,13],"rotation":270,"texture":"#0"},"south":{"uv":[6,11,8.5,12.5],"rotation":270,"texture":"#0"},"west":{"uv":[6,11.5,8.5,13],"rotation":270,"texture":"#0"},"up":{"uv":[6,11.5,8.5,13],"rotation":270,"texture":"#0"},"down":{"uv":[6,11.5,7.5,13],"rotation":270,"texture":"#0"}}},{"from":[7.24389,10.05742,6.60004],"to":[8.74389,13.05742,8.10004],"rotation":{"angle":0,"axis":"x","origin":[7.99431,11.31268,7.34975]},"faces":{"north":{"uv":[5.5,11.5,8.5,13],"rotation":90,"texture":"#0"},"east":{"uv":[5,11.5,8,13],"rotation":90,"texture":"#0"},"south":{"uv":[5,12,8,13.5],"rotation":90,"texture":"#0"},"west":{"uv":[6,12,9,13.5],"rotation":90,"texture":"#0"},"up":{"uv":[6,11.5,7.5,13],"rotation":90,"texture":"#0"},"down":{"uv":[6,11,9,12.5],"rotation":90,"texture":"#0"}}},{"from":[7.30243,4.31611,4.43768],"to":[8.70243,6.71611,5.83768],"rotation":{"angle":22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[4,11.5,6.5,13],"rotation":270,"texture":"#0"},"east":{"uv":[4,11.5,6.5,13],"rotation":270,"texture":"#0"},"south":{"uv":[4,11.5,6.5,13],"rotation":270,"texture":"#0"},"west":{"uv":[4,11.5,6.5,13],"rotation":270,"texture":"#0"},"up":{"uv":[5.5,11.5,6.5,13],"rotation":90,"texture":"#0"},"down":{"uv":[4,11.5,6.5,13],"rotation":270,"texture":"#0"}}},{"from":[7.40239,6.32088,7.6003],"to":[8.60239,8.52088,8.8003],"rotation":{"angle":0,"axis":"x","origin":[7.96806,1.24108,4.53931]},"faces":{"north":{"uv":[5,11.5,7.5,13],"rotation":270,"texture":"#0"},"east":{"uv":[5,11.5,7.5,13],"rotation":270,"texture":"#0"},"south":{"uv":[5,11.5,7.5,13],"rotation":270,"texture":"#0"},"west":{"uv":[5,11.5,7.5,13],"rotation":270,"texture":"#0"},"up":{"uv":[5,11.5,7.5,13],"rotation":270,"texture":"#0"},"down":{"uv":[5,11.5,7.5,13],"rotation":270,"texture":"#0"}}},{"from":[12.04678,10.31905,7.19766],"to":[13.04678,11.31905,8.19766],"rotation":{"angle":22.5,"axis":"z","origin":[11.99808,10.42391,7.69696]},"faces":{"north":{"uv":[3.5,14,4.5,15],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14,4.5,15],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4.5,15],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14,4.5,15],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,4.5,15],"texture":"#0"},"down":{"uv":[3.5,14,4.5,15],"rotation":180,"texture":"#0"}}},{"from":[11.54497,11.30291,7.24802],"to":[12.44497,12.20291,8.14802],"rotation":{"angle":-45,"axis":"z","origin":[11.99808,10.42391,7.69696]},"faces":{"north":{"uv":[3.5,14,4.4,14.9],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,14,4.4,14.9],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4.4,14.9],"texture":"#0"},"west":{"uv":[3.5,14,4.4,14.9],"rotation":270,"texture":"#0"},"up":{"uv":[3.5,14,4.4,14.9],"texture":"#0"},"down":{"uv":[3.5,14,4.4,14.9],"texture":"#0"}}},{"from":[10.51679,6.40144,7.24206],"to":[11.41679,7.30144,8.14206],"rotation":{"angle":-45,"axis":"z","origin":[12.99808,10.42391,7.69696]},"faces":{"north":{"uv":[9.5,14,10.5,15],"rotation":270,"texture":"#0"},"east":{"uv":[9.5,14,10.5,15],"rotation":180,"texture":"#0"},"south":{"uv":[9.5,14,10.5,15],"rotation":90,"texture":"#0"},"west":{"uv":[9.5,14,10.5,15],"texture":"#0"},"up":{"uv":[9.5,14,10.5,15],"rotation":90,"texture":"#0"},"down":{"uv":[9.5,14,10.5,15],"rotation":90,"texture":"#0"}}},{"from":[7.55298,10.26051,6.40815],"to":[8.95298,11.16051,7.30815],"rotation":{"angle":-22.5,"axis":"x","origin":[8.02641,10.41272,5.64979]},"faces":{"north":{"uv":[10.5,7,12,8],"texture":"#0"},"east":{"uv":[12,7,13,8],"rotation":90,"texture":"#0"},"south":{"uv":[12.5,7,13.5,8],"rotation":90,"texture":"#0"},"west":{"uv":[12.5,7,13.5,8],"rotation":90,"texture":"#0"},"up":{"uv":[10.5,7,12,8],"texture":"#0"},"down":{"uv":[12.5,7,13.5,8],"rotation":90,"texture":"#0"}}},{"from":[7.55298,12.38951,7.66729],"to":[8.95298,13.28951,8.56729],"rotation":{"angle":-22.5,"axis":"x","origin":[8.25298,12.83951,8.11729]},"faces":{"north":{"uv":[12.5,7,13.5,8],"rotation":270,"texture":"#0"},"east":{"uv":[12,7,13,8],"texture":"#0"},"south":{"uv":[10.5,7,12,8],"texture":"#0"},"west":{"uv":[12.5,7,13.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[10.5,7,12,8],"rotation":180,"texture":"#0"},"down":{"uv":[12.5,7,13.5,8],"rotation":90,"texture":"#0"}}},{"from":[7.15298,9.88951,8.46729],"to":[8.15298,10.38951,8.96729],"rotation":{"angle":-22.5,"axis":"x","origin":[8.25298,9.83951,8.11729]},"faces":{"north":{"uv":[11.5,7,12,8],"rotation":90,"texture":"#0"},"east":{"uv":[11.5,7,12,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[11.5,7,12,8],"rotation":90,"texture":"#0"},"west":{"uv":[11.5,7.5,12,8],"rotation":90,"texture":"#0"},"up":{"uv":[11.5,7,12,8],"rotation":90,"texture":"#0"},"down":{"uv":[11.5,7,12,8],"rotation":90,"texture":"#0"}}},{"from":[7.20298,12.89628,6.75681],"to":[7.70298,13.39628,8.25681],"rotation":{"angle":22.5,"axis":"x","origin":[7.45298,13.14628,7.75681]},"faces":{"north":{"uv":[11.5,7,12,7.5],"rotation":90,"texture":"#0"},"east":{"uv":[11.5,7,12,8],"rotation":90,"texture":"#0"},"south":{"uv":[11.5,7.5,12,8],"rotation":90,"texture":"#0"},"west":{"uv":[11.5,7,12,8],"rotation":90,"texture":"#0"},"up":{"uv":[11.5,7,12,8],"texture":"#0"},"down":{"uv":[11.5,7,12,8],"rotation":180,"texture":"#0"}}},{"from":[8.50298,11.43008,6.40758],"to":[9.40298,12.33008,8.55758],"rotation":{"angle":-22.5,"axis":"x","origin":[8.95298,11.88008,7.10758]},"faces":{"north":{"uv":[13,7,14,8],"rotation":270,"texture":"#0"},"east":{"uv":[10.5,7,12.5,8],"texture":"#0"},"south":{"uv":[12,7,13,8],"rotation":90,"texture":"#0"},"west":{"uv":[12.5,7,13.5,8],"rotation":90,"texture":"#0"},"up":{"uv":[10.5,7,12.5,8],"rotation":90,"texture":"#0"},"down":{"uv":[12.5,7,13.5,8],"texture":"#0"}}},{"from":[6.75298,10.37359,6.37903],"to":[7.65298,11.27359,8.52903],"rotation":{"angle":22.5,"axis":"x","origin":[7.20298,10.82359,7.45403]},"faces":{"north":{"uv":[13,7,14,8],"texture":"#0"},"east":{"uv":[12.5,7,13.5,8],"rotation":270,"texture":"#0"},"south":{"uv":[12,7,13,8],"texture":"#0"},"west":{"uv":[10.5,7,12.5,8],"texture":"#0"},"up":{"uv":[10.5,7,12.5,8],"rotation":270,"texture":"#0"},"down":{"uv":[12.5,7,13.5,8],"texture":"#0"}}},{"from":[13.41803,10.67457,7.29839],"to":[14.21803,11.47457,8.09839],"rotation":{"angle":22.5,"axis":"z","origin":[11.99808,10.42391,7.69696]},"faces":{"north":{"uv":[3.5,14,4.3,14.8],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14,4.3,14.8],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4.3,14.8],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14,4.3,14.8],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,4.3,14.8],"texture":"#0"},"down":{"uv":[3.5,14,4.3,14.8],"rotation":180,"texture":"#0"}}},{"from":[9.94759,7.36154,7.29169],"to":[10.74759,8.16154,8.09169],"rotation":{"angle":-22.5,"axis":"z","origin":[12.99808,10.42391,7.69696]},"faces":{"north":{"uv":[11,14,12,15],"rotation":180,"texture":"#0"},"east":{"uv":[11,14,12,15],"rotation":90,"texture":"#0"},"south":{"uv":[11,14,12,15],"texture":"#0"},"west":{"uv":[11,14,12,15],"rotation":270,"texture":"#0"},"up":{"uv":[11,14,12,15],"texture":"#0"},"down":{"uv":[11,14,12,15],"texture":"#0"}}},{"from":[7.60335,2.05232,6.84801],"to":[8.40335,2.85232,7.64801],"rotation":{"angle":0,"axis":"x","origin":[7.97185,1.22095,7.30103]},"faces":{"north":{"uv":[6,7.5,7,8.5],"texture":"#0"},"east":{"uv":[6,7.5,7,8.5],"texture":"#0"},"south":{"uv":[6,7.5,7,8.5],"texture":"#0"},"west":{"uv":[6,7.5,7,8.5],"texture":"#0"},"up":{"uv":[6,7.5,7,8.5],"texture":"#0"},"down":{"uv":[8.5,8,9.5,8.5],"texture":"#0"}}},{"from":[13.59676,11.49523,7.34928],"to":[14.29676,12.19523,8.04928],"rotation":{"angle":0,"axis":"x","origin":[11.99808,10.42391,7.69696]},"faces":{"north":{"uv":[3.5,14,4.2,14.7],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,14,4.2,14.7],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4.2,14.7],"texture":"#0"},"west":{"uv":[3.5,14,4.2,14.7],"rotation":270,"texture":"#0"},"up":{"uv":[3.5,14,4.2,14.7],"texture":"#0"},"down":{"uv":[3.5,14,4.2,14.7],"texture":"#0"}}},{"from":[9.76784,8.52083,7.3408],"to":[10.46784,9.22083,8.0408],"rotation":{"angle":0,"axis":"x","origin":[12.99808,10.42391,7.69696]},"faces":{"north":{"uv":[11.5,14,12,14.5],"rotation":180,"texture":"#0"},"east":{"uv":[11.5,14,12,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[11.5,14,12,14.5],"texture":"#0"},"west":{"uv":[11.5,14,12,14.5],"rotation":270,"texture":"#0"},"up":{"uv":[11.5,14,12,14.5],"texture":"#0"},"down":{"uv":[11.5,14,12,14.5],"texture":"#0"}}},{"from":[7.65424,1.53377,6.5779],"to":[8.35424,2.23377,7.2779],"rotation":{"angle":22.5,"axis":"x","origin":[7.97185,1.22095,7.30103]},"faces":{"north":{"uv":[11.5,6.5,12.5,7.5],"rotation":270,"texture":"#0"},"east":{"uv":[11.5,6.5,12.5,7.5],"rotation":180,"texture":"#0"},"south":{"uv":[11.5,6.5,12.5,7.5],"rotation":90,"texture":"#0"},"west":{"uv":[11.5,6.5,12.5,7.5],"texture":"#0"},"up":{"uv":[11.5,6.5,12.5,7.5],"rotation":90,"texture":"#0"},"down":{"uv":[14.5,6.5,15,7.5],"rotation":270,"texture":"#0"}}},{"from":[12.95769,10.09013,7.34928],"to":[13.65769,10.79013,8.04928],"rotation":{"angle":22.5,"axis":"z","origin":[11.99808,10.42391,7.69696]},"faces":{"north":{"uv":[3.5,14,4.2,14.7],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14,4.2,14.7],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4.2,14.7],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14,4.2,14.7],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,4.2,14.7],"texture":"#0"},"down":{"uv":[3.5,14,4.2,14.7],"rotation":180,"texture":"#0"}}},{"from":[13.39374,12.29103,7.40043],"to":[13.99374,12.89103,8.00043],"rotation":{"angle":-22.5,"axis":"z","origin":[11.99808,10.42391,7.69696]},"faces":{"north":{"uv":[3.5,14,4.1,14.6],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4.1,14.6],"texture":"#0"},"west":{"uv":[3.5,14,4.1,14.6],"rotation":270,"texture":"#0"},"up":{"uv":[3.5,14,4.1,14.6],"texture":"#0"},"down":{"uv":[3.5,14,4.1,14.6],"texture":"#0"}}},{"from":[9.88197,9.68301,7.38965],"to":[10.48197,10.28301,7.98965],"rotation":{"angle":22.5,"axis":"z","origin":[12.99808,10.42391,7.69696]},"faces":{"north":{"uv":[12.5,13.5,13,14],"rotation":180,"texture":"#0"},"east":{"uv":[12.5,13.5,13,14],"rotation":90,"texture":"#0"},"south":{"uv":[12.5,13.5,13,14],"texture":"#0"},"west":{"uv":[12.5,13.5,13,14],"rotation":270,"texture":"#0"},"up":{"uv":[12.5,13.5,13,14],"texture":"#0"},"down":{"uv":[12.5,13.5,13,14],"texture":"#0"}}},{"from":[7.70539,1.23688,6.80169],"to":[8.30539,1.83688,7.40169],"rotation":{"angle":0,"axis":"x","origin":[7.97185,1.22095,7.30103]},"faces":{"north":{"uv":[14.5,5.5,15.5,6.5],"texture":"#0"},"east":{"uv":[14.5,5.5,15.5,6.5],"texture":"#0"},"south":{"uv":[14.5,5.5,15.5,6.5],"texture":"#0"},"west":{"uv":[14.5,5.5,15.5,6.5],"texture":"#0"},"up":{"uv":[14.5,5.5,15.5,6.5],"texture":"#0"},"down":{"uv":[14.5,5.5,15.5,6.5],"texture":"#0"}}},{"from":[6.90726,17.03431,6.7852],"to":[9.90726,20.03431,6.7952],"rotation":{"angle":22.5,"axis":"y","origin":[6.50726,16.53431,10.6902]},"faces":{"north":{"uv":[0.5,10,5.5,5.5],"rotation":90,"texture":"#0"},"east":{"uv":[0.5,2.5,1,2],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,10,0.5,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[0.5,2.5,1,2],"rotation":90,"texture":"#0"},"up":{"uv":[0.5,2.5,1,2],"rotation":270,"texture":"#0"},"down":{"uv":[0.5,2.5,1,2],"rotation":270,"texture":"#0"}}},{"from":[7.5659,13.36517,6.3604],"to":[8.4659,14.26517,7.2604],"rotation":{"angle":-22.5,"axis":"x","origin":[8.01489,14.72078,7.02264]},"faces":{"north":{"uv":[13,5.5,12,6.5],"rotation":180,"texture":"#0"},"east":{"uv":[13,5.5,12,6.5],"rotation":180,"texture":"#0"},"south":{"uv":[13,5.5,12,6.5],"rotation":180,"texture":"#0"},"west":{"uv":[13,5.5,12,6.5],"rotation":180,"texture":"#0"},"up":{"uv":[13,5.5,12,6.5],"rotation":270,"texture":"#0"},"down":{"uv":[13,5.5,12,6],"rotation":90,"texture":"#0"}}},{"from":[7.61554,13.9962,6.63394],"to":[8.41554,14.7962,7.43394],"rotation":{"angle":0,"axis":"x","origin":[8.01489,14.72078,7.02264]},"faces":{"north":{"uv":[14,7,15,6],"texture":"#0"},"east":{"uv":[14,7,15,6],"texture":"#0"},"south":{"uv":[14,7,15,6],"texture":"#0"},"west":{"uv":[14,7,15,6],"texture":"#0"},"up":{"uv":[14,7,15,6],"rotation":90,"texture":"#0"},"down":{"uv":[14,7,15,6],"rotation":270,"texture":"#0"}}},{"from":[7.41465,14.52111,6.70593],"to":[8.11465,15.22111,7.40593],"rotation":{"angle":-22.5,"axis":"x","origin":[7.76489,14.72078,7.02264]},"faces":{"north":{"uv":[16,5.5,15,6.5],"rotation":180,"texture":"#0"},"east":{"uv":[16,5.5,15,6.5],"rotation":180,"texture":"#0"},"south":{"uv":[16,5.5,15,6.5],"rotation":180,"texture":"#0"},"west":{"uv":[16,5.5,15,6.5],"rotation":180,"texture":"#0"},"up":{"uv":[16,5.5,15,6.5],"rotation":270,"texture":"#0"},"down":{"uv":[16,5.5,15,6.5],"rotation":90,"texture":"#0"}}},{"from":[12.62349,11.23178,7.40043],"to":[13.22349,11.83178,8.00043],"rotation":{"angle":-45,"axis":"z","origin":[11.99808,10.42391,7.69696]},"faces":{"north":{"uv":[3.5,14,4.1,14.6],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4.1,14.6],"texture":"#0"},"west":{"uv":[3.5,14,4.1,14.6],"rotation":270,"texture":"#0"},"up":{"uv":[3.5,14,4.1,14.6],"texture":"#0"},"down":{"uv":[3.5,14,4.1,14.6],"texture":"#0"}}},{"from":[12.84753,12.91777,7.4516],"to":[13.34753,13.41777,7.9516],"rotation":{"angle":-45,"axis":"z","origin":[11.99808,10.42391,7.69696]},"faces":{"north":{"uv":[3.5,14,4,14.5],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,14,4,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4,14.5],"texture":"#0"},"west":{"uv":[3.5,14,4,14.5],"rotation":270,"texture":"#0"},"up":{"uv":[3.5,14,4,14.5],"texture":"#0"},"down":{"uv":[3.5,14,4,14.5],"texture":"#0"}}},{"from":[10.33979,10.75146,7.43848],"to":[10.83979,11.25146,7.93848],"rotation":{"angle":45,"axis":"z","origin":[12.99808,10.42391,7.69696]},"faces":{"north":{"uv":[14,14,14.5,14.5],"rotation":180,"texture":"#0"},"east":{"uv":[14,14,14.5,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[14,14,14.5,14.5],"texture":"#0"},"west":{"uv":[14,14,14.5,14.5],"rotation":270,"texture":"#0"},"up":{"uv":[14,14,14.5,14.5],"texture":"#0"},"down":{"uv":[14,14,14.5,14.5],"texture":"#0"}}},{"from":[7.75656,0.97694,6.89497],"to":[8.25656,1.47694,7.39497],"rotation":{"angle":-22.5,"axis":"x","origin":[7.97185,1.22095,7.30103]},"faces":{"north":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"},"east":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"},"south":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"},"west":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"},"up":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"},"down":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"}}},{"from":[13.38918,10.75051,7.4516],"to":[13.88918,11.25051,7.9516],"rotation":{"angle":-22.5,"axis":"z","origin":[11.99808,10.42391,7.69696]},"faces":{"north":{"uv":[3.5,14,4,14.5],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,14,4,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4,14.5],"texture":"#0"},"west":{"uv":[3.5,14,4,14.5],"rotation":270,"texture":"#0"},"up":{"uv":[3.5,14,4,14.5],"texture":"#0"},"down":{"uv":[3.5,14,4,14.5],"texture":"#0"}}},{"from":[14.14931,12.26217,7.50253],"to":[15.04931,12.66217,7.90253],"rotation":{"angle":-22.5,"axis":"z","origin":[11.99808,10.42391,7.69696]},"faces":{"north":{"uv":[3.5,14,4.4,14.4],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,14,3.9,14.4],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4.4,14.4],"texture":"#0"},"west":{"uv":[3.5,14,3.9,14.4],"rotation":270,"texture":"#0"},"up":{"uv":[3.5,14,4.4,14.4],"texture":"#0"},"down":{"uv":[3.5,14,4.4,14.4],"texture":"#0"}}},{"from":[10.63754,9.91186,7.48755],"to":[11.53754,10.31186,7.88755],"rotation":{"angle":22.5,"axis":"z","origin":[12.99808,10.42391,7.69696]},"faces":{"north":{"uv":[1,12,2,12.5],"rotation":180,"texture":"#0"},"east":{"uv":[1.5,12,2,12.5],"rotation":90,"texture":"#0"},"south":{"uv":[1,12,2,12.5],"texture":"#0"},"west":{"uv":[1,12,2,12.5],"rotation":270,"texture":"#0"},"up":{"uv":[1,12,2,12.5],"texture":"#0"},"down":{"uv":[1,12,2,12.5],"texture":"#0"}}},{"from":[2.95967,11.3711,7.10515],"to":[6.13967,12.5511,8.28515],"rotation":{"angle":-22.5,"axis":"z","origin":[3.22458,10.97459,7.69936]},"faces":{"north":{"uv":[10.5,15,7.5,14],"texture":"#0"},"east":{"uv":[10.5,15,7.5,14],"rotation":270,"texture":"#0"},"south":{"uv":[10.5,15,7.5,14],"rotation":180,"texture":"#0"},"west":{"uv":[10.5,15,7.5,14],"rotation":90,"texture":"#0"},"up":{"uv":[10.5,15,7.5,14],"rotation":180,"texture":"#0"},"down":{"uv":[10.5,15,7.5,14],"rotation":180,"texture":"#0"}}},{"from":[7.80749,0.18131,7.03054],"to":[8.20749,1.08131,7.43054],"rotation":{"angle":0,"axis":"x","origin":[7.97185,1.22095,7.30103]},"faces":{"north":{"uv":[13.5,6,14.5,6.4],"rotation":270,"texture":"#0"},"east":{"uv":[13.5,6,14.5,6.4],"rotation":270,"texture":"#0"},"south":{"uv":[13.5,6,14.5,6.4],"rotation":270,"texture":"#0"},"west":{"uv":[13.5,6,14.5,6.4],"rotation":270,"texture":"#0"},"up":{"uv":[13.5,6,14.5,6.4],"rotation":270,"texture":"#0"},"down":{"uv":[13.5,6,14,6.5],"rotation":270,"texture":"#0"}}},{"from":[13.37906,11.46064,7.50253],"to":[14.27906,11.86064,7.90253],"rotation":{"angle":-45,"axis":"z","origin":[11.99808,10.42391,7.69696]},"faces":{"north":{"uv":[3.5,14,4.4,14.4],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,14,3.9,14.4],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4.4,14.4],"texture":"#0"},"west":{"uv":[3.5,14,3.9,14.4],"rotation":270,"texture":"#0"},"up":{"uv":[3.5,14,4.4,14.4],"texture":"#0"},"down":{"uv":[3.5,14,4.4,14.4],"texture":"#0"}}},{"from":[15.53871,10.9776,7.55253],"to":[16.83871,11.2776,7.85253],"rotation":{"angle":0,"axis":"x","origin":[11.99808,10.42391,7.69696]},"faces":{"north":{"uv":[3.5,14,4.8,14.3],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,14,3.8,14.3],"rotation":90,"texture":"#0"},"south":{"uv":[0,14,1.3,14.3],"texture":"#0"},"west":{"uv":[3.5,14,3.8,14.3],"rotation":270,"texture":"#0"},"up":{"uv":[3.5,14,4.8,14.3],"texture":"#0"},"down":{"uv":[3.5,14,4.8,14.3],"texture":"#0"}}},{"from":[14.37641,10.55144,7.55253],"to":[15.17641,10.85144,7.85253],"rotation":{"angle":-22.5,"axis":"z","origin":[11.99808,10.42391,7.69696]},"faces":{"north":{"uv":[3.5,14,4.3,14.3],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,14,3.8,14.3],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4.3,14.3],"texture":"#0"},"west":{"uv":[3.5,14,3.8,14.3],"rotation":270,"texture":"#0"},"up":{"uv":[3.5,14,4.3,14.3],"texture":"#0"},"down":{"uv":[3.5,14,4.3,14.3],"texture":"#0"}}},{"from":[2.46508,11.35153,7.19766],"to":[3.46508,12.35153,8.19766],"rotation":{"angle":-22.5,"axis":"z","origin":[2.71344,10.67556,7.7003]},"faces":{"north":{"uv":[4.5,14,3.5,15],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,15,4.5,14],"rotation":90,"texture":"#0"},"south":{"uv":[4.5,14,3.5,15],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,15,4.5,14],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,15,4.5,14],"rotation":180,"texture":"#0"},"down":{"uv":[3.5,15,4.5,14],"texture":"#0"}}},{"from":[2.00018,11.51416,7.24802],"to":[2.90018,12.41416,8.14802],"rotation":{"angle":-22.5,"axis":"z","origin":[3.22458,10.97459,7.69936]},"faces":{"north":{"uv":[4.4,14,3.5,14.9],"rotation":270,"texture":"#0"},"east":{"uv":[4.4,14,3.5,14.9],"rotation":270,"texture":"#0"},"south":{"uv":[4.4,14,3.5,14.9],"rotation":270,"texture":"#0"},"west":{"uv":[4.4,14,3.5,14.9],"rotation":270,"texture":"#0"},"up":{"uv":[4.4,14,3.5,14.9],"texture":"#0"},"down":{"uv":[4.4,14,3.5,14.9],"rotation":180,"texture":"#0"}}},{"from":[1.89451,11.92438,7.29839],"to":[2.69451,12.72438,8.09839],"rotation":{"angle":0,"axis":"z","origin":[3.22458,10.97459,7.69936]},"faces":{"north":{"uv":[4.3,14,3.5,14.8],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,14.8,4.3,14],"rotation":90,"texture":"#0"},"south":{"uv":[4.3,14,3.5,14.8],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,14.8,4.3,14],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14.8,4.3,14],"rotation":180,"texture":"#0"},"down":{"uv":[3.5,14.8,4.3,14],"texture":"#0"}}},{"from":[2.01558,12.35128,7.34928],"to":[2.71558,13.05128,8.04928],"rotation":{"angle":22.5,"axis":"z","origin":[3.22458,10.97459,7.69936]},"faces":{"north":{"uv":[3.5,14.7,4.2,14],"texture":"#0"},"east":{"uv":[3.5,14.7,4.2,14],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,14.7,4.2,14],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,14.7,4.2,14],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14.7,4.2,14],"rotation":180,"texture":"#0"},"down":{"uv":[3.5,14.7,4.2,14],"rotation":180,"texture":"#0"}}},{"from":[0.89234,10.10253,7.40043],"to":[1.49234,10.70253,8.00043],"rotation":{"angle":-45,"axis":"z","origin":[3.22458,10.97459,7.69936]},"faces":{"north":{"uv":[4.1,14,3.5,14.6],"rotation":270,"texture":"#0"},"east":{"uv":[4.1,14,3.5,14.6],"rotation":270,"texture":"#0"},"south":{"uv":[4.1,14,3.5,14.6],"rotation":270,"texture":"#0"},"west":{"uv":[4.1,14,3.5,14.6],"rotation":270,"texture":"#0"},"up":{"uv":[4.1,14,3.5,14.6],"texture":"#0"},"down":{"uv":[4.1,14,3.5,14.6],"rotation":180,"texture":"#0"}}},{"from":[0.78532,10.6116,7.4516],"to":[1.28532,11.1116,7.9516],"rotation":{"angle":-22.5,"axis":"z","origin":[3.22458,10.97459,7.69936]},"faces":{"north":{"uv":[4,14,3.5,14.5],"rotation":270,"texture":"#0"},"east":{"uv":[4,14,3.5,14.5],"rotation":270,"texture":"#0"},"south":{"uv":[4,14,3.5,14.5],"rotation":270,"texture":"#0"},"west":{"uv":[4,14,3.5,14.5],"rotation":270,"texture":"#0"},"up":{"uv":[4,14,3.5,14.5],"texture":"#0"},"down":{"uv":[4,14,3.5,14.5],"rotation":180,"texture":"#0"}}},{"from":[1.1212,9.04696,7.50253],"to":[1.5212,9.94696,7.90253],"rotation":{"angle":-45,"axis":"z","origin":[3.22458,10.97459,7.69936]},"faces":{"north":{"uv":[4.4,14,3.5,14.4],"rotation":270,"texture":"#0"},"east":{"uv":[4.4,14,3.5,14.4],"rotation":270,"texture":"#0"},"south":{"uv":[4.4,14,3.5,14.4],"rotation":270,"texture":"#0"},"west":{"uv":[4.4,14,3.5,14.4],"rotation":270,"texture":"#0"},"up":{"uv":[3.9,14,3.5,14.4],"texture":"#0"},"down":{"uv":[3.9,14,3.5,14.4],"rotation":180,"texture":"#0"}}},{"from":[-0.52637,11.83365,7.55253],"to":[0.77363,12.13365,7.85253],"rotation":{"angle":22.5,"axis":"z","origin":[3.22458,10.97459,7.69936]},"faces":{"north":{"uv":[3.5,14.3,4.8,14],"texture":"#0"},"east":{"uv":[3.5,14.3,3.8,14],"rotation":270,"texture":"#0"},"south":{"uv":[0,14.3,1.3,14],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,14.3,3.8,14],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14.3,4.8,14],"rotation":180,"texture":"#0"},"down":{"uv":[3.5,14.3,4.8,14],"rotation":180,"texture":"#0"}}},{"from":[2.54032,10.28898,7.40043],"to":[3.14032,10.88898,8.00043],"rotation":{"angle":-45,"axis":"z","origin":[2.71344,10.67556,7.7003]},"faces":{"north":{"uv":[3.5,14.6,4.1,14],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14.6,4.1,14],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14.6,4.1,14],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14.6,4.1,14],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14.6,4.1,14],"rotation":180,"texture":"#0"},"down":{"uv":[3.5,14.6,4.1,14],"texture":"#0"}}},{"from":[2.51559,10.64424,7.34928],"to":[3.21559,11.34424,8.04928],"rotation":{"angle":-22.5,"axis":"z","origin":[2.71344,10.67556,7.7003]},"faces":{"north":{"uv":[4.2,14,3.5,14.7],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,14.7,4.2,14],"rotation":90,"texture":"#0"},"south":{"uv":[4.2,14,3.5,14.7],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,14.7,4.2,14],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14.7,4.2,14],"rotation":180,"texture":"#0"},"down":{"uv":[3.5,14.7,4.2,14],"texture":"#0"}}},{"from":[2.06984,10.1824,7.4516],"to":[2.56984,10.6824,7.9516],"rotation":{"angle":22.5,"axis":"z","origin":[2.71344,10.67556,7.7003]},"faces":{"north":{"uv":[4,14,3.5,14.5],"rotation":180,"texture":"#0"},"east":{"uv":[4,14,3.5,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[4,14,3.5,14.5],"texture":"#0"},"west":{"uv":[4,14,3.5,14.5],"rotation":270,"texture":"#0"},"up":{"uv":[4,14,3.5,14.5],"texture":"#0"},"down":{"uv":[4,14,3.5,14.5],"texture":"#0"}}},{"from":[2.51146,9.23341,7.50253],"to":[2.91146,10.13341,7.90253],"rotation":{"angle":-45,"axis":"z","origin":[2.71344,10.67556,7.7003]},"faces":{"north":{"uv":[3.5,14.4,4.4,14],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14.4,4.4,14],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14.4,4.4,14],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14.4,4.4,14],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14.4,3.9,14],"rotation":180,"texture":"#0"},"down":{"uv":[3.5,14.4,3.9,14],"texture":"#0"}}},{"from":[6.75,-1.4941,5.77352],"to":[9,0.2559,8.02352],"rotation":{"angle":-22.5,"axis":"x","origin":[7.97185,1.22095,7.30103]},"faces":{"north":{"uv":[6.5,1,11,4.5],"texture":"#0"},"east":{"uv":[6.5,0,11,3.5],"texture":"#0"},"south":{"uv":[6.5,0.5,11,4],"texture":"#0"},"west":{"uv":[2,0.5,6.5,4],"texture":"#0"},"up":{"uv":[6.5,0,11,4.5],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,0,11,4.5],"rotation":90,"texture":"#0"}}},{"from":[7,-1.7441,6.02352],"to":[8.75,0.5059,7.77352],"rotation":{"angle":-22.5,"axis":"x","origin":[7.97185,1.22095,7.30103]},"faces":{"north":{"uv":[7,0.5,10.5,4],"texture":"#0"},"east":{"uv":[7,0.5,10.5,4],"texture":"#0"},"south":{"uv":[7,0.5,10.5,4],"texture":"#0"},"west":{"uv":[7,0.5,10.5,4],"texture":"#0"},"up":{"uv":[7,0.5,10.5,4],"rotation":270,"texture":"#0"},"down":{"uv":[7,0.5,10.5,4],"rotation":90,"texture":"#0"}}},{"from":[7.40132,2.07963,6.4194],"to":[8.00132,2.87963,6.9194],"rotation":{"angle":22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[8.5,5.5,9.5,6.5],"rotation":270,"texture":"#0"},"east":{"uv":[8.5,5.5,9.5,6.5],"rotation":270,"texture":"#0"},"south":{"uv":[8.5,5.5,9.5,6.5],"rotation":270,"texture":"#0"},"west":{"uv":[8.5,5.5,9.5,6.5],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,5.5,9.5,6.5],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,5.5,9.5,6.5],"rotation":90,"texture":"#0"}}},{"from":[7.09551,1.32109,5.12626],"to":[8.12551,2.35109,6.15626],"rotation":{"angle":45,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[0,0,1.5,1.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,1.5,1.5],"rotation":180,"texture":"#0"},"south":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,0,1.5,1.5],"texture":"#0"},"up":{"uv":[0,0,1.5,1.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#0"}}},{"from":[7.59941,2.81968,3.33237],"to":[8.39941,3.51968,4.13237],"rotation":{"angle":45,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[12,5.5,12.5,6.5],"rotation":180,"texture":"#0"},"east":{"uv":[11.5,5.5,12.5,6.5],"rotation":270,"texture":"#0"},"south":{"uv":[11.5,5.5,12,6.5],"rotation":180,"texture":"#0"},"west":{"uv":[11.5,5.5,12.5,6.5],"rotation":180,"texture":"#0"},"up":{"uv":[12,5.5,12.5,6.5],"rotation":180,"texture":"#0"},"down":{"uv":[11.5,5.5,12,6.5],"texture":"#0"}}},{"from":[7.39836,2.52719,7.78175],"to":[8.19836,3.32719,8.38175],"rotation":{"angle":0,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[7.5,5.5,8.5,6.5],"rotation":180,"texture":"#0"},"east":{"uv":[7.5,5.5,8.5,6.5],"rotation":180,"texture":"#0"},"south":{"uv":[7.5,5.5,8.5,6.5],"rotation":180,"texture":"#0"},"west":{"uv":[7.5,5.5,8.5,6.5],"rotation":180,"texture":"#0"},"up":{"uv":[7.5,6,8.5,6.5],"texture":"#0"},"down":{"uv":[7.5,5.5,8.5,6.5],"texture":"#0"}}},{"from":[7.49804,2.38106,9.25295],"to":[8.29804,3.18106,9.90295],"rotation":{"angle":-22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[10.5,6,11.5,7],"rotation":180,"texture":"#0"},"east":{"uv":[10.5,6,11.5,7],"rotation":180,"texture":"#0"},"south":{"uv":[10.5,6,11.5,7],"rotation":180,"texture":"#0"},"west":{"uv":[10.5,6,11.5,7],"rotation":90,"texture":"#0"},"up":{"uv":[10.5,6,11,7],"rotation":180,"texture":"#0"},"down":{"uv":[10.5,6,11.5,7],"texture":"#0"}}},{"from":[7.01,4.48284,8.9946],"to":[8.99,4.96284,10.9746],"rotation":{"angle":-22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#0"},"east":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#0"},"south":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#0"},"west":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#0"},"up":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#0"},"down":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#0"}}},{"from":[7.31,2.28218,6.47211],"to":[8.69,2.76218,8.45211],"rotation":{"angle":-45,"axis":"x","origin":[8,2.52218,7.46211]},"faces":{"north":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#0"},"east":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#0"},"south":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#0"},"west":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#0"},"up":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#0"},"down":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#0"}}},{"from":[7.01,5.58143,9.45274],"to":[8.99,6.06143,11.43274],"rotation":{"angle":-22.5,"axis":"x","origin":[7.96806,1.24108,4.53931]},"faces":{"north":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#0"}}},{"from":[7,8.39768,4.48176],"to":[9,8.89768,6.48176],"rotation":{"angle":22.5,"axis":"x","origin":[7.96806,1.24108,4.53931]},"faces":{"north":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#0"},"east":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#0"},"south":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#0"},"west":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#0"},"up":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#0"},"down":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#0"}}},{"from":[7,6.15402,4.01188],"to":[9,6.65402,6.01188],"rotation":{"angle":22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#0"},"east":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#0"},"south":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#0"},"west":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#0"},"up":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#0"},"down":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#0"}}},{"from":[7.01904,4.41592,6.56451],"to":[9.01904,4.91592,8.56451],"rotation":{"angle":0,"axis":"x","origin":[9.81166,-0.96684,6.76408]},"faces":{"north":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#0"}}},{"from":[7,4.03838,4.13053],"to":[9,4.53838,6.13053],"rotation":{"angle":22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#0"},"east":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#0"},"south":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#0"},"west":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#0"},"up":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#0"},"down":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#0"}}},{"from":[6.75,13.51658,4.51642],"to":[9.25,16.26658,9.01642],"rotation":{"angle":-22.5,"axis":"x","origin":[8,15.04158,6.76642]},"faces":{"north":{"uv":[0.5,1.5,4,5.5],"texture":"#1"},"east":{"uv":[10.5,1.5,3.5,5.5],"texture":"#1"},"south":{"uv":[10,2.5,14,6],"rotation":90,"texture":"#1"},"west":{"uv":[3.5,1.5,10.5,5.5],"texture":"#1"},"up":{"uv":[6.5,0,10,7],"rotation":180,"texture":"#1"},"down":{"uv":[6.5,0,10,7],"rotation":180,"texture":"#1"}}},{"from":[5.75,13.51658,5.76642],"to":[10.25,16.26658,7.76642],"rotation":{"angle":-22.5,"axis":"x","origin":[8,15.04158,6.76642]},"faces":{"north":{"uv":[12,0,16,7],"rotation":90,"texture":"#1"},"east":{"uv":[10,2.5,14,5.5],"rotation":90,"texture":"#1"},"south":{"uv":[12,0,16,7],"rotation":90,"texture":"#1"},"west":{"uv":[10,2.5,14,5.5],"rotation":90,"texture":"#1"},"up":{"uv":[7,0,10,7],"rotation":90,"texture":"#1"},"down":{"uv":[7,0,10,7],"rotation":270,"texture":"#1"}}},{"from":[6.25,13.26658,5.01642],"to":[9.75,16.76658,8.51642],"rotation":{"angle":-22.5,"axis":"x","origin":[8,15.04158,6.76642]},"faces":{"north":{"uv":[10,0.5,16,6.5],"rotation":90,"texture":"#1"},"east":{"uv":[10,0.5,16,6.5],"rotation":90,"texture":"#1"},"south":{"uv":[10,0.5,16,6.5],"rotation":90,"texture":"#1"},"west":{"uv":[10,0.5,16,6.5],"rotation":90,"texture":"#1"},"up":{"uv":[6,1,12,7],"rotation":90,"texture":"#1"},"down":{"uv":[6,0.5,12,6.5],"rotation":90,"texture":"#1"}}},{"from":[7.5,13.11658,6.26642],"to":[8.5,17.61658,7.26642],"rotation":{"angle":-22.5,"axis":"x","origin":[8,15.04158,6.76642]},"faces":{"north":{"uv":[9,8.5,16,10],"rotation":90,"texture":"#1"},"east":{"uv":[9,8.5,16,10],"rotation":90,"texture":"#1"},"south":{"uv":[9,8.5,16,10],"rotation":90,"texture":"#1"},"west":{"uv":[9,8.5,16,10],"rotation":90,"texture":"#1"},"up":{"uv":[14,8.5,15.5,10],"rotation":90,"texture":"#1"},"down":{"uv":[14.5,8.5,16,10],"rotation":90,"texture":"#1"}}},{"from":[6.25,6.13806,5.90866],"to":[9.75,13.13806,5.91866],"rotation":{"angle":0,"axis":"x","origin":[8.25,9.63806,5.91366]},"faces":{"north":{"uv":[5,11,12,14.5],"rotation":90,"texture":"#2"},"east":{"uv":[14.5,11,15,11.5],"texture":"#2"},"south":{"uv":[14.5,11,15,11.5],"texture":"#2"},"west":{"uv":[14.5,11,15,11.5],"texture":"#2"},"up":{"uv":[14.5,11,15,11.5],"texture":"#2"},"down":{"uv":[14.5,11,15,11.5],"texture":"#2"}}},{"from":[6,7.3,9.29],"to":[10,14.3,9.3],"rotation":{"angle":-22.5,"axis":"x","origin":[8.5,11.3,9.295]},"faces":{"north":{"uv":[15,11,14.5,11.5],"texture":"#2"},"east":{"uv":[15,11,14.5,11.5],"texture":"#2"},"south":{"uv":[5,14.5,12,10.5],"rotation":90,"texture":"#2"},"west":{"uv":[15,11,14.5,11.5],"texture":"#2"},"up":{"uv":[14.5,11.5,15,11],"texture":"#2"},"down":{"uv":[14,2.5,14.5,2],"texture":"#0"}}},{"from":[9.92581,5.85889,5.35],"to":[9.93581,12.85889,8.85],"rotation":{"angle":22.5,"axis":"z","origin":[8,9.88806,7.35]},"faces":{"north":{"uv":[15,11,14.5,11.5],"texture":"#2"},"east":{"uv":[7.5,11.5,14.5,8],"rotation":90,"texture":"#2"},"south":{"uv":[15,11,14.5,11.5],"texture":"#2"},"west":{"uv":[7.5,8,14.5,11.5],"rotation":90,"texture":"#2"},"up":{"uv":[14.5,11.5,15,11],"rotation":270,"texture":"#2"},"down":{"uv":[14.5,11.5,15,11],"rotation":90,"texture":"#2"}}},{"from":[6.06419,5.85889,5.35],"to":[6.07419,12.85889,8.85],"rotation":{"angle":-22.5,"axis":"z","origin":[8,9.88806,7.35]},"faces":{"north":{"uv":[14.5,11,15,11.5],"texture":"#2"},"east":{"uv":[7.5,11.5,14.5,8],"rotation":90,"texture":"#2"},"south":{"uv":[14.5,11,15,11.5],"texture":"#2"},"west":{"uv":[7.5,8,14.5,11.5],"rotation":90,"texture":"#2"},"up":{"uv":[14.5,11,15,11.5],"rotation":270,"texture":"#2"},"down":{"uv":[14.5,11,15,11.5],"rotation":90,"texture":"#2"}}}],"display":{"thirdperson_righthand":{"rotation":[-7,101,0],"translation":[0.25,-0.25,1.25],"scale":[1.21,1.21,1.21]},"thirdperson_lefthand":{"rotation":[-7,101,0],"translation":[0.25,-0.25,1.25],"scale":[1.21,1.21,1.21]},"firstperson_righthand":{"rotation":[-14,99,0],"translation":[3,2.5,0.25],"scale":[0.8,0.8,0.8]},"firstperson_lefthand":{"rotation":[-14,99,0],"translation":[3,2.5,0.25],"scale":[0.8,0.8,0.8]},"gui":{"rotation":[-26,170,34],"translation":[-0.5,-0.25,0],"scale":[0.87,0.87,0.87]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/heroic_relik.json b/assets/minecraft/models/item/wynn/skin/relik/heroic_relik.json new file mode 100644 index 000000000..97e3cb2d0 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/heroic_relik.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/heroic/heroic_relik","particle":"skins/heroic/heroic_relik"},"elements":[{"from":[7,-8,7],"to":[9,8,9],"faces":{"north":{"uv":[14,0,16,16],"texture":"#0"},"east":{"uv":[14,0,16,16],"texture":"#0"},"south":{"uv":[14,0,16,16],"texture":"#0"},"west":{"uv":[14,0,16,16],"texture":"#0"},"up":{"uv":[14,2,16,4],"texture":"#0"},"down":{"uv":[14,12,16,14],"texture":"#0"}}},{"from":[6,6,8],"to":[10,7,8],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[10,1,14,2],"texture":"#0"},"south":{"uv":[10,1,14,2],"texture":"#0"}}},{"from":[8,6,6],"to":[8,7,10],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"east":{"uv":[10,1,14,2],"texture":"#0"},"west":{"uv":[10,1,14,2],"texture":"#0"}}},{"from":[6,-7,8],"to":[10,-6,8],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[10,4,14,5],"texture":"#0"},"south":{"uv":[10,4,14,5],"texture":"#0"}}},{"from":[8,-7,6],"to":[8,-6,10],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"east":{"uv":[10,4,14,5],"texture":"#0"},"west":{"uv":[10,4,14,5],"texture":"#0"}}},{"from":[6,-16,8],"to":[10,-8,8],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[10,0,14,8],"texture":"#0"},"south":{"uv":[10,0,14,8],"texture":"#0"}}},{"from":[8,-16,6],"to":[8,-8,10],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"east":{"uv":[10,0,14,8],"texture":"#0"},"west":{"uv":[10,0,14,8],"texture":"#0"}}},{"from":[8,14,8],"to":[14,19,8],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[4,0,10,5],"texture":"#0"},"south":{"uv":[10,0,4,5],"texture":"#0"}}},{"from":[8,14,2],"to":[8,19,8],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"east":{"uv":[10,0,4,5],"texture":"#0"},"west":{"uv":[4,0,10,5],"texture":"#0"}}},{"from":[2,14,8],"to":[8,19,8],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[10,0,4,5],"texture":"#0"},"south":{"uv":[4,0,10,5],"texture":"#0"}}},{"from":[8,14,8],"to":[8,19,14],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"east":{"uv":[4,0,10,5],"texture":"#0"},"west":{"uv":[10,0,4,5],"texture":"#0"}}},{"from":[6,8,6],"to":[10,15,10],"faces":{"north":{"uv":[10,8,14,15],"texture":"#0"},"east":{"uv":[10,8,14,15],"texture":"#0"},"south":{"uv":[10,8,14,15],"texture":"#0"},"west":{"uv":[10,8,14,15],"texture":"#0"},"up":{"uv":[0,0,4,4],"texture":"#0"},"down":{"uv":[0,0,4,4],"texture":"#0"}}},{"from":[7.5,26,11],"to":[8.5,28,13],"rotation":{"angle":45,"axis":"x","origin":[8,23,8]},"faces":{"north":{"uv":[6,5,7,7],"texture":"#0"},"east":{"uv":[8,5,6,7],"texture":"#0"},"south":{"uv":[7,5,8,7],"texture":"#0"},"west":{"uv":[6,5,8,7],"texture":"#0"},"up":{"uv":[8,5,6,6],"rotation":270,"texture":"#0"},"down":{"uv":[8,6,6,7],"rotation":90,"texture":"#0"}}},{"from":[7.5,26,3],"to":[8.5,28,5],"rotation":{"angle":45,"axis":"x","origin":[8,23,8]},"faces":{"north":{"uv":[6,5,7,7],"texture":"#0"},"east":{"uv":[8,5,6,7],"texture":"#0"},"south":{"uv":[7,5,8,7],"texture":"#0"},"west":{"uv":[6,5,8,7],"texture":"#0"},"up":{"uv":[8,5,6,6],"rotation":270,"texture":"#0"},"down":{"uv":[8,6,6,7],"rotation":90,"texture":"#0"}}},{"from":[7.5,18,3],"to":[8.5,20,5],"rotation":{"angle":45,"axis":"x","origin":[8,23,8]},"faces":{"north":{"uv":[6,5,7,7],"texture":"#0"},"east":{"uv":[8,5,6,7],"texture":"#0"},"south":{"uv":[7,5,8,7],"texture":"#0"},"west":{"uv":[6,5,8,7],"texture":"#0"},"up":{"uv":[8,5,6,6],"rotation":270,"texture":"#0"},"down":{"uv":[8,6,6,7],"rotation":90,"texture":"#0"}}},{"from":[7,20,5],"to":[9,26,11],"rotation":{"angle":45,"axis":"x","origin":[8,23,8]},"faces":{"north":{"uv":[8,13,6,7],"rotation":180,"texture":"#0"},"east":{"uv":[6,5,0,11],"rotation":90,"texture":"#0"},"south":{"uv":[0,11,6,13],"rotation":90,"texture":"#0"},"west":{"uv":[0,5,6,11],"rotation":270,"texture":"#0"},"up":{"uv":[6,7,8,13],"texture":"#0"},"down":{"uv":[0,13,6,11],"rotation":270,"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,0,5],"translation":[-2,6,2]},"thirdperson_lefthand":{"rotation":[0,0,5],"translation":[-2,6,2]},"firstperson_righthand":{"rotation":[5,15,-10],"translation":[5,-2,-5]},"firstperson_lefthand":{"rotation":[5,15,-10],"translation":[5,-2,-5]},"gui":{"rotation":[20,50,-40],"scale":[0.53,0.53,0.53]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/highlands_relik.json b/assets/minecraft/models/item/wynn/skin/relik/highlands_relik.json new file mode 100644 index 000000000..811d3dbd6 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/highlands_relik.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/highlands/highlands_base","1":"skins/highlands/highlands_relik","particle":"skins/highlands/highlands_base"},"elements":[{"from":[7,-4,7],"to":[9,12,9],"rotation":{"angle":0,"axis":"y","origin":[0,-4,0]},"faces":{"north":{"uv":[0,0,2,16],"texture":"#0"},"east":{"uv":[0,0,2,16],"texture":"#0"},"south":{"uv":[0,0,2,16],"texture":"#0"},"west":{"uv":[0,0,2,16],"texture":"#0"},"up":{"uv":[0,0,2,2],"texture":"#0"},"down":{"uv":[1,15,2,16],"texture":"#0"}}},{"from":[6.5,-9,7.5],"to":[9.5,-6,8.5],"rotation":{"angle":0,"axis":"y","origin":[0,-4,0]},"faces":{"north":{"uv":[5,13,8,16],"texture":"#0"},"east":{"uv":[5,13,6,16],"texture":"#0"},"south":{"uv":[8,13,5,16],"texture":"#0"},"west":{"uv":[7,13,8,16],"texture":"#0"},"up":{"uv":[8,13,5,14],"texture":"#0"},"down":{"uv":[5,15,8,16],"texture":"#0"}}},{"from":[6,8,8],"to":[10,9,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,4,8]},"faces":{"north":{"uv":[0,3,2,4],"texture":"#0"},"south":{"uv":[0,3,2,4],"texture":"#0"}}},{"from":[8,8,6],"to":[8.01,9,10],"rotation":{"angle":0,"axis":"y","origin":[8,4,8]},"faces":{"east":{"uv":[0,3,2,4],"texture":"#0"},"west":{"uv":[0,3,2,4],"texture":"#0"}}},{"from":[6,-1,8],"to":[10,0,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,4,8]},"faces":{"north":{"uv":[0,12,2,13],"texture":"#0"},"south":{"uv":[0,12,2,13],"texture":"#0"}}},{"from":[8,-1,6],"to":[8.01,0,10],"rotation":{"angle":0,"axis":"y","origin":[8,4,8]},"faces":{"east":{"uv":[0,12,2,13],"texture":"#0"},"west":{"uv":[0,12,2,13],"texture":"#0"}}},{"from":[8,6,8],"to":[10,14,8.01],"rotation":{"angle":22.5,"axis":"z","origin":[8,14,8]},"faces":{"north":{"uv":[2,0,4,8],"texture":"#0"},"south":{"uv":[4,0,2,8],"texture":"#0"}}},{"from":[6,6,8],"to":[8,14,8.01],"rotation":{"angle":-22.5,"axis":"z","origin":[8,14,8]},"faces":{"north":{"uv":[4,0,2,8],"texture":"#0"},"south":{"uv":[2,0,4,8],"texture":"#0"}}},{"from":[8.5,-8,7.5],"to":[7.5,-7,8.5],"rotation":{"angle":0,"axis":"y","origin":[0,-4,0]},"faces":{"east":{"uv":[7,14,8,15],"texture":"#0"},"west":{"uv":[5,14,6,15],"texture":"#0"},"up":{"uv":[6,13,7,14],"texture":"#0"},"down":{"uv":[6,15,7,16],"texture":"#0"}}},{"from":[5.49,12.99,5.49],"to":[10.51,17.01,10.51],"rotation":{"angle":0,"axis":"y","origin":[0,-4,0]},"faces":{"north":{"uv":[11,5,16,9],"texture":"#0"},"east":{"uv":[11,5,16,9],"texture":"#0"},"south":{"uv":[11,5,16,9],"texture":"#0"},"west":{"uv":[11,5,16,9],"texture":"#0"},"up":{"uv":[11,0,16,5],"texture":"#0"}}},{"from":[10.5,13,5.5],"to":[5.5,17,10.5],"rotation":{"angle":0,"axis":"y","origin":[0,-4,0]},"faces":{"north":{"uv":[11,5,16,9],"texture":"#0"},"east":{"uv":[11,5,16,9],"texture":"#0"},"south":{"uv":[11,5,16,9],"texture":"#0"},"west":{"uv":[11,5,16,9],"texture":"#0"},"up":{"uv":[11,0,16,5],"texture":"#0"}}},{"from":[6.5,12,6.5],"to":[9.5,17,9.5],"faces":{"north":{"uv":[2,11,5,16],"texture":"#0"},"east":{"uv":[2,11,5,16],"texture":"#0"},"south":{"uv":[2,11,5,16],"texture":"#0"},"west":{"uv":[2,11,5,16],"texture":"#0"},"down":{"uv":[2,8,5,11],"texture":"#0"}}},{"from":[7,-6,7],"to":[9,-4,9],"faces":{"north":{"uv":[5,11,7,13],"texture":"#0"},"east":{"uv":[5,11,7,13],"texture":"#0"},"south":{"uv":[5,11,7,13],"texture":"#0"},"west":{"uv":[5,11,7,13],"texture":"#0"},"up":{"uv":[5,11,7,13],"texture":"#0"},"down":{"uv":[5,11,7,13],"texture":"#0"}}},{"from":[5,-5,7],"to":[7,-3,9],"faces":{"north":{"uv":[5,9,7,11],"texture":"#0"},"east":{"uv":[5,9,7,11],"texture":"#0"},"south":{"uv":[5,9,7,11],"texture":"#0"},"west":{"uv":[5,9,7,11],"texture":"#0"},"up":{"uv":[5,9,7,11],"texture":"#0"},"down":{"uv":[5,9,7,11],"texture":"#0"}}},{"from":[9,-5,7],"to":[11,-3,9],"faces":{"north":{"uv":[5,9,7,11],"texture":"#0"},"east":{"uv":[5,9,7,11],"texture":"#0"},"south":{"uv":[5,9,7,11],"texture":"#0"},"west":{"uv":[5,9,7,11],"texture":"#0"},"up":{"uv":[5,9,7,11],"texture":"#0"},"down":{"uv":[5,9,7,11],"texture":"#0"}}},{"from":[7.5,-11,8],"to":[8.5,-9,8.01],"rotation":{"angle":45,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[3,11,4,13],"texture":"#0"},"south":{"uv":[3,11,4,13],"texture":"#0"}}},{"from":[8,-11,7.5],"to":[8.01,-9,8.5],"rotation":{"angle":45,"axis":"y","origin":[8,8,8]},"faces":{"east":{"uv":[3,11,4,13],"texture":"#0"},"west":{"uv":[3,11,4,13],"texture":"#0"}}},{"from":[1.5,17,8],"to":[14.5,28,8.01],"rotation":{"angle":-45,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[0,0,13,11],"texture":"#1"},"south":{"uv":[0,0,13,11],"texture":"#1"}}},{"from":[8,17,1.5],"to":[8.01,28,14.5],"rotation":{"angle":-45,"axis":"y","origin":[8,8,8]},"faces":{"east":{"uv":[0,0,13,11],"texture":"#1"},"west":{"uv":[0,0,13,11],"texture":"#1"}}},{"from":[7.5,17,7.5],"to":[8.5,20,8.5],"faces":{"north":{"uv":[6,7,7,10],"texture":"#1"},"east":{"uv":[6,7,7,10],"texture":"#1"},"south":{"uv":[6,7,7,10],"texture":"#1"},"west":{"uv":[6,7,7,10],"texture":"#1"}}},{"from":[6.5,20,6.5],"to":[9.5,25,9.5],"faces":{"north":{"uv":[5,3,8,8],"texture":"#1"},"east":{"uv":[5,3,8,8],"texture":"#1"},"south":{"uv":[5,3,8,8],"texture":"#1"},"west":{"uv":[5,3,8,8],"texture":"#1"},"up":{"uv":[13,0,16,3],"texture":"#1"},"down":{"uv":[13,0,16,3],"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[0,95,5],"translation":[-2,2,2]},"thirdperson_lefthand":{"rotation":[0,95,5],"translation":[-2,2,2]},"firstperson_righthand":{"rotation":[15,100,0],"translation":[3,-4,-5]},"firstperson_lefthand":{"rotation":[15,100,0],"translation":[3,-4,-5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/maxie_remote.json b/assets/minecraft/models/item/wynn/skin/relik/maxie_remote.json new file mode 100644 index 000000000..72b6d4992 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/maxie_remote.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/character/maxie_remote","1":"skins/tesla_ladder"},"elements":[{"from":[4.999,5.999,6.999],"to":[11.001,11.001,9.001],"rotation":{"angle":0,"axis":"y","origin":[5,14,16]},"faces":{"north":{"uv":[0,0,3,2.5],"texture":"#0"},"east":{"uv":[2,5,3,7.5],"texture":"#0"},"south":{"uv":[0,2.5,3,5],"texture":"#0"},"west":{"uv":[1,5,2,7.5],"texture":"#0"},"up":{"uv":[5.5,3,4.5,0],"rotation":270,"texture":"#0"}}},{"from":[10.651,8.351,7.001],"to":[15.149,10.849,8.999],"rotation":{"angle":-45,"axis":"z","origin":[5,14,16]},"faces":{"north":{"uv":[5.5,0,7.75,1.25],"texture":"#0"},"south":{"uv":[5.5,1.5,7.75,2.75],"texture":"#0"},"down":{"uv":[6.5,3,5.5,5.25],"rotation":90,"texture":"#0"}}},{"from":[4,7.35,7.5],"to":[6,8.35,8.5],"rotation":{"angle":45,"axis":"z","origin":[14.15,13,16]},"faces":{"north":{"uv":[8.5,1.5,9.5,2],"texture":"#0"},"east":{"uv":[9.5,7,10,7.5],"texture":"#0"},"south":{"uv":[9,2.5,10,3],"texture":"#0"},"down":{"uv":[9.5,3,9,4],"rotation":90,"texture":"#0"}}},{"from":[10.999,3.249,7.499],"to":[12.401,9.251,8.501],"rotation":{"angle":0,"axis":"x","origin":[6.75,13.4,16]},"faces":{"north":{"uv":[5.5,5.5,6.25,8.5],"texture":"#0"},"east":{"uv":[5,6,5.5,9],"texture":"#0"},"south":{"uv":[6.25,5.5,5.5,8.5],"texture":"#0"},"up":{"uv":[9.5,7.25,9,6.5],"rotation":270,"texture":"#0"}}},{"from":[7.999,-0.001,6.999],"to":[11.001,6.001,9.001],"rotation":{"angle":0,"axis":"y","origin":[5,14,16]},"faces":{"north":{"uv":[3,0,4.5,3],"texture":"#0"},"east":{"uv":[0,5,1,8],"texture":"#0"},"south":{"uv":[3,3,4.5,6],"texture":"#0"},"west":{"uv":[4.5,3,5.5,6],"texture":"#0"},"down":{"uv":[7.5,6.5,6.5,8],"rotation":90,"texture":"#0"}}},{"from":[5,2,7.5],"to":[6,6,8.5],"rotation":{"angle":0,"axis":"y","origin":[5,14,16]},"faces":{"north":{"uv":[0,8,0.5,10],"texture":"#0"},"east":{"uv":[8,0,8.5,2],"texture":"#0"},"south":{"uv":[0.5,8,0,10],"texture":"#0"},"west":{"uv":[7.5,6.5,8,8.5],"texture":"#0"}}},{"from":[7,0,7.5],"to":[8,1,8.5],"rotation":{"angle":0,"axis":"x","origin":[5,14,16]},"faces":{"north":{"uv":[8,2.5,8.5,3],"texture":"#0"},"south":{"uv":[8.5,2.5,8,3],"texture":"#0"},"up":{"uv":[10,4.5,9.5,4],"rotation":270,"texture":"#0"},"down":{"uv":[10,4.5,9.5,5],"rotation":90,"texture":"#0"}}},{"from":[-3.501,2.699,7.499],"to":[-2.499,5.501,8.501],"rotation":{"angle":45,"axis":"z","origin":[5,14,16]},"faces":{"north":{"uv":[8.5,2.5,9,4],"texture":"#0"},"east":{"uv":[4,8.5,4.5,10],"texture":"#0"},"south":{"uv":[9,2.5,8.5,4],"texture":"#0"},"west":{"uv":[8.5,0,9,1.5],"texture":"#0"}}},{"from":[3.5,6,7.25],"to":[5,11,8.75],"rotation":{"angle":0,"axis":"y","origin":[3,8.5,9]},"faces":{"north":{"uv":[6.5,3,7.25,5.5],"texture":"#0"},"south":{"uv":[7.25,3,6.5,5.5],"texture":"#0"},"west":{"uv":[4,6,4.75,8.5],"texture":"#0"},"up":{"uv":[9.25,6.25,8.5,5.5],"rotation":270,"texture":"#0"},"down":{"uv":[2.25,9,1.5,9.75],"rotation":90,"texture":"#0"}}},{"from":[7.499,10.999,7.499],"to":[8.501,12.001,8.501],"rotation":{"angle":0,"axis":"y","origin":[7.5,12,9.5]},"faces":{"north":{"uv":[1.5,10,2,10.5],"texture":"#0"},"south":{"uv":[2,10,1.5,10.5],"texture":"#0"},"up":{"uv":[10.5,2,10,1.5],"rotation":270,"texture":"#0"}}},{"from":[6.3,10.25,7.5],"to":[7.8,11.25,8.5],"rotation":{"angle":45,"axis":"z","origin":[6.75,11.25,9.5]},"faces":{"north":{"uv":[9,5,9.75,5.5],"texture":"#0"},"south":{"uv":[9.75,5,9,5.5],"texture":"#0"},"up":{"uv":[7.5,9.75,7,9],"rotation":270,"texture":"#0"}}},{"from":[8.2,10.25,7.5],"to":[9.7,11.25,8.5],"rotation":{"angle":-45,"axis":"z","origin":[9.25,11.25,9.5]},"faces":{"north":{"uv":[9,7.5,9.75,8],"texture":"#0"},"south":{"uv":[9.75,7.5,9,8],"texture":"#0"},"up":{"uv":[9.5,8.75,9,8],"rotation":270,"texture":"#0"}}},{"from":[4.749,9.499,7.499],"to":[6.751,11.501,8.501],"rotation":{"angle":-22.5,"axis":"z","origin":[5.25,12,9]},"faces":{"north":{"uv":[7.5,4.5,8.5,5.5],"texture":"#0"},"south":{"uv":[8.5,4.5,7.5,5.5],"texture":"#0"},"up":{"uv":[4,10,3.5,9],"rotation":270,"texture":"#0"}}},{"from":[3.75,9.5,7.5],"to":[7.25,11.5,8.5],"rotation":{"angle":-45,"axis":"z","origin":[5.25,12,9]},"faces":{"north":{"uv":[6.5,5.5,8.25,6.5],"texture":"#0"},"south":{"uv":[8.25,5.5,6.5,6.5],"texture":"#0"},"up":{"uv":[1,9.75,0.5,8],"rotation":270,"texture":"#0"},"down":{"uv":[8.5,8,8,9.75],"rotation":90,"texture":"#0"}}},{"from":[2.349,12.399,7.499],"to":[4.251,14.451,8.501],"rotation":{"angle":22.5,"axis":"z","origin":[5.25,12,9]},"faces":{"north":{"uv":[6.5,8,7.5,9],"texture":"#0"},"east":{"uv":[6.5,9,7,10],"texture":"#0"},"south":{"uv":[6.5,8,7.5,9],"texture":"#0"},"west":{"uv":[9,4,9.5,5],"texture":"#0"}}},{"from":[2.649,14.949,7.499],"to":[4.251,17.651,8.501],"rotation":{"angle":-22.5,"axis":"z","origin":[5.25,18.05,9]},"faces":{"north":{"uv":[8,6.5,8.75,7.75],"texture":"#0"},"east":{"uv":[9,0,9.5,1.25],"texture":"#0"},"south":{"uv":[8,6.5,8.75,7.75],"texture":"#0"},"west":{"uv":[8.5,8,9,9.25],"texture":"#0"}}},{"from":[3,16.65,7.5],"to":[4.5,18.35,8.5],"rotation":{"angle":-45,"axis":"z","origin":[5.25,18.05,9]},"faces":{"north":{"uv":[2.5,9,3.25,9.75],"texture":"#0"},"east":{"uv":[9.5,1,10,1.75],"texture":"#0"},"south":{"uv":[2.5,9,3.25,9.75],"texture":"#0"},"west":{"uv":[9.5,0,10,0.75],"texture":"#0"},"up":{"uv":[10,3.75,9.5,3],"rotation":270,"texture":"#0"}}},{"from":[1.65,13.15,7.5],"to":[3.4,16.2,8.5],"rotation":{"angle":0,"axis":"x","origin":[5.25,12,9]},"faces":{"north":{"uv":[1,7.5,2,9],"texture":"#0"},"east":{"uv":[5.5,8.5,6,10],"texture":"#0"},"south":{"uv":[1,7.5,2,9],"texture":"#0"},"west":{"uv":[4.5,8.5,5,10],"texture":"#0"}}},{"from":[9.249,9.499,7.499],"to":[11.251,11.501,8.501],"rotation":{"angle":22.5,"axis":"z","origin":[10.75,12,9]},"faces":{"north":{"uv":[8.5,4.5,7.5,5.5],"texture":"#0"},"south":{"uv":[7.5,4.5,8.5,5.5],"texture":"#0"},"up":{"uv":[4,9,3.5,10],"rotation":270,"texture":"#0"}}},{"from":[8.75,9.5,7.5],"to":[12.25,11.5,8.5],"rotation":{"angle":45,"axis":"z","origin":[10.75,12,9]},"faces":{"north":{"uv":[8.25,5.5,6.5,6.5],"texture":"#0"},"south":{"uv":[6.5,5.5,8.25,6.5],"texture":"#0"},"up":{"uv":[1,8,0.5,9.75],"rotation":270,"texture":"#0"},"down":{"uv":[8.5,9.75,8,8],"rotation":90,"texture":"#0"}}},{"from":[11.749,12.399,7.499],"to":[13.651,14.451,8.501],"rotation":{"angle":-22.5,"axis":"z","origin":[10.75,12,9]},"faces":{"north":{"uv":[7.5,8,6.5,9],"texture":"#0"},"east":{"uv":[9.5,4,9,5],"texture":"#0"},"south":{"uv":[7.5,8,6.5,9],"texture":"#0"},"west":{"uv":[7,9,6.5,10],"texture":"#0"}}},{"from":[11.749,14.949,7.499],"to":[13.351,17.651,8.501],"rotation":{"angle":22.5,"axis":"z","origin":[10.75,18.05,9]},"faces":{"north":{"uv":[8.75,6.5,8,7.75],"texture":"#0"},"east":{"uv":[9,8,8.5,9.25],"texture":"#0"},"south":{"uv":[8.75,6.5,8,7.75],"texture":"#0"},"west":{"uv":[9.5,0,9,1.25],"texture":"#0"}}},{"from":[11.5,16.65,7.5],"to":[13,18.35,8.5],"rotation":{"angle":45,"axis":"z","origin":[10.75,18.05,9]},"faces":{"north":{"uv":[3.25,9,2.5,9.75],"texture":"#0"},"east":{"uv":[10,0,9.5,0.75],"texture":"#0"},"south":{"uv":[3.25,9,2.5,9.75],"texture":"#0"},"west":{"uv":[10,1,9.5,1.75],"texture":"#0"},"up":{"uv":[10,3,9.5,3.75],"rotation":270,"texture":"#0"}}},{"from":[12.6,13.15,7.5],"to":[14.35,16.2,8.5],"rotation":{"angle":0,"axis":"x","origin":[10.75,12,9]},"faces":{"north":{"uv":[2,7.5,1,9],"texture":"#0"},"east":{"uv":[5,8.5,4.5,10],"texture":"#0"},"south":{"uv":[2,7.5,1,9],"texture":"#0"},"west":{"uv":[6,8.5,5.5,10],"texture":"#0"}}},{"from":[5.5,7.5,6.5],"to":[7.5,10,7],"rotation":{"angle":0,"axis":"y","origin":[5,14,16]},"faces":{"north":{"uv":[2,7.5,3,8.75],"texture":"#0"},"east":{"uv":[8.5,9.5,8.75,10.75],"texture":"#0"},"west":{"uv":[9.5,8,9.75,9.25],"texture":"#0"},"up":{"uv":[2.25,11,2,10],"rotation":270,"texture":"#0"},"down":{"uv":[10.25,2,10,3],"rotation":90,"texture":"#0"}}},{"from":[8.5,7.5,6.5],"to":[10.5,10,7],"rotation":{"angle":0,"axis":"y","origin":[5,14,16]},"faces":{"north":{"uv":[7.5,3,8.5,4.25],"texture":"#0"},"east":{"uv":[0,10,0.25,11.25],"texture":"#0"},"west":{"uv":[9.5,9.5,9.75,10.75],"texture":"#0"},"up":{"uv":[2.75,11,2.5,10],"rotation":270,"texture":"#0"},"down":{"uv":[3.25,10,3,11],"rotation":90,"texture":"#0"}}},{"from":[8.999,7.999,6.499],"to":[10.001,9.501,6.501],"rotation":{"angle":0,"axis":"y","origin":[5,14,16]},"faces":{"north":{"uv":[10.5,0,13,3.5],"texture":"#0"}}},{"from":[5.999,7.999,6.499],"to":[7.001,9.501,6.501],"rotation":{"angle":0,"axis":"y","origin":[5,14,16]},"faces":{"north":{"uv":[13,0,15.5,3.5],"texture":"#0"}}},{"from":[3,10.25,8],"to":[13,20.25,8],"rotation":{"angle":0,"axis":"y","origin":[1,0,16]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[16,0,0,16],"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[10,100,7],"translation":[0.25,3.75,0.5]},"thirdperson_lefthand":{"rotation":[10,100,7],"translation":[0.25,3.75,0.5]},"firstperson_righthand":{"rotation":[-15,105,10],"translation":[0.5,4,0.5],"scale":[0.8,0.8,0.8]},"firstperson_lefthand":{"rotation":[-15,105,10],"translation":[0.5,4,0.5],"scale":[0.8,0.8,0.8]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/money_relik.json b/assets/minecraft/models/item/wynn/skin/relik/money_relik.json new file mode 100644 index 000000000..ccc166fc1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/money_relik.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/goblet_atlas"},"elements":[{"from":[3,12.5,7.5],"to":[4.5,13.5,8.5],"faces":{"north":{"uv":[3.3125,10.625,3.125,10.75],"texture":"#0"},"east":{"uv":[7.875,13.125,7.75,13.25],"texture":"#0"},"south":{"uv":[2.8125,10.625,3,10.75],"texture":"#0"},"west":{"uv":[7.75,13.375,7.875,13.5],"texture":"#0"},"up":{"uv":[3.9375,10.75,4.125,10.625],"texture":"#0"},"down":{"uv":[3.1875,11.5,3.375,11.625],"texture":"#0"}}},{"from":[3.5,11.5,7.5],"to":[5,12,8.5],"faces":{"north":{"uv":[4.1875,12.8125,4,12.875],"texture":"#0"},"east":{"uv":[4.875,10.0625,4.75,10.125],"texture":"#0"},"south":{"uv":[4.3125,12.8125,4.5,12.875],"texture":"#0"},"west":{"uv":[3.6875,10.0625,3.8125,10.125],"texture":"#0"},"up":{"uv":[4.625,11,4.8125,10.875],"texture":"#0"},"down":{"uv":[2.5,10.625,2.6875,10.75],"texture":"#0"}}},{"from":[3.5,12,7],"to":[5,13.5,7.5],"faces":{"north":{"uv":[6.4375,15.3125,6.25,15.5],"texture":"#0"},"east":{"uv":[0.0625,5.625,0,5.8125],"texture":"#0"},"south":{"uv":[5.875,15.3125,6.0625,15.5],"texture":"#0"},"west":{"uv":[0,5.9375,0.0625,6.125],"texture":"#0"},"up":{"uv":[7.6875,7.9375,7.875,7.875],"texture":"#0"},"down":{"uv":[7.6875,12.1875,7.875,12.25],"texture":"#0"}}},{"from":[3.5,12,7.5],"to":[4.5,12.5,9],"faces":{"north":{"uv":[5.125,10.0625,5,10.125],"texture":"#0"},"east":{"uv":[3.6875,7.6875,3.5,7.75],"texture":"#0"},"south":{"uv":[5.25,10.0625,5.375,10.125],"texture":"#0"},"west":{"uv":[3.1875,7.6875,3.375,7.75],"texture":"#0"},"up":{"uv":[2.875,11.375,3,11.1875],"texture":"#0"},"down":{"uv":[7.4375,10.25,7.5625,10.4375],"texture":"#0"}}},{"from":[3.5,12.5,6.5],"to":[5,13.5,7],"faces":{"north":{"uv":[7.875,10.0625,7.6875,10.1875],"texture":"#0"},"east":{"uv":[7.8125,8.0625,7.75,8.1875],"texture":"#0"},"south":{"uv":[7.6875,10.3125,7.875,10.4375],"texture":"#0"},"west":{"uv":[4.9375,10.875,5,11],"texture":"#0"},"up":{"uv":[4.125,7.75,4.3125,7.6875],"texture":"#0"},"down":{"uv":[3.8125,7.6875,4,7.75],"texture":"#0"}}},{"from":[3.5,12.5,8.5],"to":[5,13.5,9.5],"faces":{"north":{"uv":[7,10.0625,6.8125,10.1875],"texture":"#0"},"east":{"uv":[5.0625,11.75,4.9375,11.875],"texture":"#0"},"south":{"uv":[6.8125,10.3125,7,10.4375],"texture":"#0"},"west":{"uv":[4.6875,11.75,4.8125,11.875],"texture":"#0"},"up":{"uv":[7.125,10.4375,7.3125,10.3125],"texture":"#0"},"down":{"uv":[7.125,10.0625,7.3125,10.1875],"texture":"#0"}}},{"from":[3.5,13.5,7],"to":[4.5,14,9],"faces":{"north":{"uv":[6.4375,10.0625,6.3125,10.125],"texture":"#0"},"east":{"uv":[1,9.3125,0.75,9.375],"texture":"#0"},"south":{"uv":[6.5625,10.0625,6.6875,10.125],"texture":"#0"},"west":{"uv":[0.375,9.3125,0.625,9.375],"texture":"#0"},"up":{"uv":[0.5625,11.375,0.6875,11.125],"texture":"#0"},"down":{"uv":[7.6875,11.8125,7.8125,12.0625],"texture":"#0"}}},{"from":[3.5,14,7.5],"to":[4.5,14.5,8.5],"faces":{"north":{"uv":[7.5625,10.0625,7.4375,10.125],"texture":"#0"},"east":{"uv":[6.5625,7.125,6.4375,7.1875],"texture":"#0"},"south":{"uv":[7.75,9.875,7.875,9.9375],"texture":"#0"},"west":{"uv":[6.1875,7.125,6.3125,7.1875],"texture":"#0"},"up":{"uv":[0.5625,11,0.6875,10.875],"texture":"#0"},"down":{"uv":[7.4375,11.75,7.5625,11.875],"texture":"#0"}}},{"from":[4,10.5,6.5],"to":[5.5,11.5,7],"faces":{"north":{"uv":[0.9375,10.0625,0.75,10.1875],"texture":"#0"},"east":{"uv":[0.75,0.25,0.6875,0.375],"texture":"#0"},"south":{"uv":[5.5,10.0625,5.6875,10.1875],"texture":"#0"},"west":{"uv":[0.6875,0.5,0.75,0.625],"texture":"#0"},"up":{"uv":[6.3125,7.75,6.5,7.6875],"texture":"#0"},"down":{"uv":[6,7.6875,6.1875,7.75],"texture":"#0"}}},{"from":[4,10.5,7],"to":[5,12,7.5],"faces":{"north":{"uv":[5.125,10.25,5,10.4375],"texture":"#0"},"east":{"uv":[0.0625,2.5,0,2.6875],"texture":"#0"},"south":{"uv":[4.75,10.25,4.875,10.4375],"texture":"#0"},"west":{"uv":[0,2.8125,0.0625,3],"texture":"#0"},"up":{"uv":[6.9375,7.1875,7.0625,7.125],"texture":"#0"},"down":{"uv":[6.6875,7.125,6.8125,7.1875],"texture":"#0"}}},{"from":[4,10.5,7.5],"to":[5,11.5,9.5],"faces":{"north":{"uv":[1.875,9.0625,1.75,9.1875],"texture":"#0"},"east":{"uv":[3.875,12.8125,3.625,12.9375],"texture":"#0"},"south":{"uv":[2,9.0625,2.125,9.1875],"texture":"#0"},"west":{"uv":[3.25,12.8125,3.5,12.9375],"texture":"#0"},"up":{"uv":[2.75,13.0625,2.875,12.8125],"texture":"#0"},"down":{"uv":[1.75,12.8125,1.875,13.0625],"texture":"#0"}}},{"from":[4,11.5,6.5],"to":[5,12.5,7],"faces":{"north":{"uv":[2.875,9.0625,2.75,9.1875],"texture":"#0"},"east":{"uv":[0.9375,6.625,0.875,6.75],"texture":"#0"},"south":{"uv":[3,9.0625,3.125,9.1875],"texture":"#0"},"west":{"uv":[0.875,6.875,0.9375,7],"texture":"#0"},"up":{"uv":[7.4375,7.1875,7.5625,7.125],"texture":"#0"},"down":{"uv":[7.1875,7.125,7.3125,7.1875],"texture":"#0"}}},{"from":[4,11.5,8.5],"to":[5,12,9.5],"faces":{"north":{"uv":[7.8125,7.125,7.6875,7.1875],"texture":"#0"},"east":{"uv":[1.6875,6.9375,1.5625,7],"texture":"#0"},"south":{"uv":[1.0625,6.9375,1.1875,7],"texture":"#0"},"west":{"uv":[1.3125,6.9375,1.4375,7],"texture":"#0"},"up":{"uv":[4,9.1875,4.125,9.0625],"texture":"#0"},"down":{"uv":[3.75,9.0625,3.875,9.1875],"texture":"#0"}}},{"from":[4,12,5.5],"to":[6,13.5,6],"faces":{"north":{"uv":[3.75,15.3125,3.5,15.5],"texture":"#0"},"east":{"uv":[0.0625,1.875,0,2.0625],"texture":"#0"},"south":{"uv":[3.875,15.3125,4.125,15.5],"texture":"#0"},"west":{"uv":[0,2.1875,0.0625,2.375],"texture":"#0"},"up":{"uv":[3.375,9.375,3.625,9.3125],"texture":"#0"},"down":{"uv":[3,9.3125,3.25,9.375],"texture":"#0"}}},{"from":[4,12,9],"to":[5,12.5,9.5],"faces":{"north":{"uv":[2.4375,6.9375,2.3125,7],"texture":"#0"},"east":{"uv":[5.4375,12.8125,5.375,12.875],"texture":"#0"},"south":{"uv":[2.5625,6.9375,2.6875,7],"texture":"#0"},"west":{"uv":[5.1875,12.8125,5.25,12.875],"texture":"#0"},"up":{"uv":[2.0625,7,2.1875,6.9375],"texture":"#0"},"down":{"uv":[1.8125,6.9375,1.9375,7],"texture":"#0"}}},{"from":[4,12,10],"to":[6,13.5,10.5],"faces":{"north":{"uv":[4.5,15.3125,4.25,15.5],"texture":"#0"},"east":{"uv":[0.25,6.0625,0.1875,6.25],"texture":"#0"},"south":{"uv":[4.625,15.3125,4.875,15.5],"texture":"#0"},"west":{"uv":[0,0.3125,0.0625,0.5],"texture":"#0"},"up":{"uv":[4.125,9.375,4.375,9.3125],"texture":"#0"},"down":{"uv":[3.75,9.3125,4,9.375],"texture":"#0"}}},{"from":[4,13.5,5.5],"to":[5.5,14,6],"faces":{"north":{"uv":[0.375,5.5,0.1875,5.5625],"texture":"#0"},"east":{"uv":[0.0625,0.125,0,0.1875],"texture":"#0"},"south":{"uv":[0.1875,5.3125,0.375,5.375],"texture":"#0"},"west":{"uv":[5.5625,12.8125,5.625,12.875],"texture":"#0"},"up":{"uv":[0.1875,5.75,0.375,5.6875],"texture":"#0"},"down":{"uv":[0.1875,5.875,0.375,5.9375],"texture":"#0"}}},{"from":[4,13.5,6.5],"to":[5,15.5,7],"faces":{"north":{"uv":[5.875,13.25,5.75,13.5],"texture":"#0"},"east":{"uv":[7.75,8.9375,7.6875,9.1875],"texture":"#0"},"south":{"uv":[5.75,12.875,5.875,13.125],"texture":"#0"},"west":{"uv":[7.5,8.9375,7.5625,9.1875],"texture":"#0"},"up":{"uv":[3.8125,7,3.9375,6.9375],"texture":"#0"},"down":{"uv":[3.5625,6.9375,3.6875,7],"texture":"#0"}}},{"from":[4,13.5,9],"to":[5,15.5,9.5],"faces":{"north":{"uv":[6.5,13,6.375,13.25],"texture":"#0"},"east":{"uv":[0.25,8.3125,0.1875,8.5625],"texture":"#0"},"south":{"uv":[6.75,13.25,6.875,13.5],"texture":"#0"},"west":{"uv":[0,8.3125,0.0625,8.5625],"texture":"#0"},"up":{"uv":[4.3125,7,4.4375,6.9375],"texture":"#0"},"down":{"uv":[4.0625,6.9375,4.1875,7],"texture":"#0"}}},{"from":[4,13.5,10],"to":[5.5,14,10.5],"faces":{"north":{"uv":[0.375,3.375,0.1875,3.4375],"texture":"#0"},"east":{"uv":[7.875,6.9375,7.8125,7],"texture":"#0"},"south":{"uv":[0.1875,3.1875,0.375,3.25],"texture":"#0"},"west":{"uv":[0.5,0.125,0.5625,0.1875],"texture":"#0"},"up":{"uv":[0.1875,3.625,0.375,3.5625],"texture":"#0"},"down":{"uv":[0.1875,3.75,0.375,3.8125],"texture":"#0"}}},{"from":[4,14,7],"to":[4.5,16,7.5],"faces":{"north":{"uv":[1,8.3125,0.9375,8.5625],"texture":"#0"},"east":{"uv":[1.5625,8.3125,1.5,8.5625],"texture":"#0"},"south":{"uv":[1.125,8.3125,1.1875,8.5625],"texture":"#0"},"west":{"uv":[1.3125,8.3125,1.375,8.5625],"texture":"#0"},"up":{"uv":[1.5,0.1875,1.5625,0.125],"texture":"#0"},"down":{"uv":[7.8125,6.75,7.875,6.8125],"texture":"#0"}}},{"from":[4,14,8.5],"to":[4.5,16,9],"faces":{"north":{"uv":[2.125,8.3125,2.0625,8.5625],"texture":"#0"},"east":{"uv":[2.6875,8.3125,2.625,8.5625],"texture":"#0"},"south":{"uv":[2.25,8.3125,2.3125,8.5625],"texture":"#0"},"west":{"uv":[2.4375,8.3125,2.5,8.5625],"texture":"#0"},"up":{"uv":[1.9375,5.75,2,5.6875],"texture":"#0"},"down":{"uv":[1.9375,5.875,2,5.9375],"texture":"#0"}}},{"from":[4,14.5,7.5],"to":[4.5,16,8.5],"faces":{"north":{"uv":[0.25,0.875,0.1875,1.0625],"texture":"#0"},"east":{"uv":[1.3125,11.1875,1.1875,11.375],"texture":"#0"},"south":{"uv":[0.1875,0.5625,0.25,0.75],"texture":"#0"},"west":{"uv":[1.1875,10.875,1.3125,11.0625],"texture":"#0"},"up":{"uv":[0.875,4.5,0.9375,4.375],"texture":"#0"},"down":{"uv":[0.875,4.625,0.9375,4.75],"texture":"#0"}}},{"from":[4,15.5,6.5],"to":[4.5,16,7],"faces":{"north":{"uv":[2,5.125,1.9375,5.1875],"texture":"#0"},"east":{"uv":[2,4.5625,1.9375,4.625],"texture":"#0"},"south":{"uv":[1.9375,4.9375,2,5],"texture":"#0"},"west":{"uv":[1.9375,4.75,2,4.8125],"texture":"#0"},"up":{"uv":[1.9375,5.375,2,5.3125],"texture":"#0"},"down":{"uv":[1.9375,5.5,2,5.5625],"texture":"#0"}}},{"from":[4,15.5,9],"to":[4.5,16,9.5],"faces":{"north":{"uv":[2,4,1.9375,4.0625],"texture":"#0"},"east":{"uv":[2,3.4375,1.9375,3.5],"texture":"#0"},"south":{"uv":[1.9375,3.8125,2,3.875],"texture":"#0"},"west":{"uv":[1.9375,3.625,2,3.6875],"texture":"#0"},"up":{"uv":[1.9375,4.25,2,4.1875],"texture":"#0"},"down":{"uv":[1.9375,4.375,2,4.4375],"texture":"#0"}}},{"from":[4.5,9,6.5],"to":[6.5,10,7],"faces":{"north":{"uv":[0.625,12.375,0.375,12.5],"texture":"#0"},"east":{"uv":[0.9375,3.375,0.875,3.5],"texture":"#0"},"south":{"uv":[0.75,12.375,1,12.5],"texture":"#0"},"west":{"uv":[0.875,3.625,0.9375,3.75],"texture":"#0"},"up":{"uv":[5.5,8.8125,5.75,8.75],"texture":"#0"},"down":{"uv":[5.125,8.75,5.375,8.8125],"texture":"#0"}}},{"from":[4.5,9,7],"to":[6,10,7.5],"faces":{"north":{"uv":[5.5,11.25,5.3125,11.375],"texture":"#0"},"east":{"uv":[0.9375,2.875,0.875,3],"texture":"#0"},"south":{"uv":[5.5,10.3125,5.6875,10.4375],"texture":"#0"},"west":{"uv":[0.875,3.125,0.9375,3.25],"texture":"#0"},"up":{"uv":[1.75,7.5625,1.9375,7.5],"texture":"#0"},"down":{"uv":[1.4375,7.5,1.625,7.5625],"texture":"#0"}}},{"from":[4.5,9,7.5],"to":[6,9.5,9.5],"faces":{"north":{"uv":[2.5625,7.5,2.375,7.5625],"texture":"#0"},"east":{"uv":[4.375,8.5,4.125,8.5625],"texture":"#0"},"south":{"uv":[2.6875,7.5,2.875,7.5625],"texture":"#0"},"west":{"uv":[3.75,8.3125,4,8.375],"texture":"#0"},"up":{"uv":[1.8125,14.625,2,14.375],"texture":"#0"},"down":{"uv":[5.6875,14.375,5.875,14.625],"texture":"#0"}}},{"from":[4.5,9.5,7.5],"to":[5.5,10.5,9.5],"faces":{"north":{"uv":[7.875,8.6875,7.75,8.8125],"texture":"#0"},"east":{"uv":[2.875,12.375,2.625,12.5],"texture":"#0"},"south":{"uv":[4.5,8.4375,4.625,8.5625],"texture":"#0"},"west":{"uv":[2.25,12.375,2.5,12.5],"texture":"#0"},"up":{"uv":[6.75,13.125,6.875,12.875],"texture":"#0"},"down":{"uv":[0.75,12.8125,0.875,13.0625],"texture":"#0"}}},{"from":[4.5,10,6.5],"to":[6,10.5,7],"faces":{"north":{"uv":[3.8125,7.5,3.625,7.5625],"texture":"#0"},"east":{"uv":[2,3.0625,1.9375,3.125],"texture":"#0"},"south":{"uv":[3.9375,7.5,4.125,7.5625],"texture":"#0"},"west":{"uv":[1.9375,3.25,2,3.3125],"texture":"#0"},"up":{"uv":[3.3125,7.5625,3.5,7.5],"texture":"#0"},"down":{"uv":[3,7.5,3.1875,7.5625],"texture":"#0"}}},{"from":[4.5,10,7],"to":[5.5,10.5,7.5],"faces":{"north":{"uv":[1.1875,6.5625,1.0625,6.625],"texture":"#0"},"east":{"uv":[2,2.6875,1.9375,2.75],"texture":"#0"},"south":{"uv":[1.0625,6.375,1.1875,6.4375],"texture":"#0"},"west":{"uv":[1.9375,2.875,2,2.9375],"texture":"#0"},"up":{"uv":[1.0625,6.8125,1.1875,6.75],"texture":"#0"},"down":{"uv":[7.5625,6.9375,7.6875,7],"texture":"#0"}}},{"from":[4.5,10.5,5.5],"to":[6,12,6],"faces":{"north":{"uv":[6.8125,15.3125,6.625,15.5],"texture":"#0"},"east":{"uv":[0.5625,3.75,0.5,3.9375],"texture":"#0"},"south":{"uv":[7,15.3125,7.1875,15.5],"texture":"#0"},"west":{"uv":[0.5,4.0625,0.5625,4.25],"texture":"#0"},"up":{"uv":[7.0625,7.5625,7.25,7.5],"texture":"#0"},"down":{"uv":[6.75,7.5,6.9375,7.5625],"texture":"#0"}}},{"from":[4.5,10.5,6],"to":[5.5,14.5,6.5],"faces":{"north":{"uv":[2.625,13.625,2.5,14.125],"texture":"#0"},"east":{"uv":[1.0625,11.75,1,12.25],"texture":"#0"},"south":{"uv":[0,13.625,0.125,14.125],"texture":"#0"},"west":{"uv":[0.8125,11.75,0.875,12.25],"texture":"#0"},"up":{"uv":[1.0625,5.6875,1.1875,5.625],"texture":"#0"},"down":{"uv":[1.0625,5.8125,1.1875,5.875],"texture":"#0"}}},{"from":[4.5,10.5,9.5],"to":[5.5,14.5,10],"faces":{"north":{"uv":[2.875,13.625,2.75,14.125],"texture":"#0"},"east":{"uv":[2.0625,11.75,2,12.25],"texture":"#0"},"south":{"uv":[2,13.625,2.125,14.125],"texture":"#0"},"west":{"uv":[1.8125,11.75,1.875,12.25],"texture":"#0"},"up":{"uv":[1.0625,5.3125,1.1875,5.25],"texture":"#0"},"down":{"uv":[1.0625,5.4375,1.1875,5.5],"texture":"#0"}}},{"from":[4.5,10.5,10],"to":[6,12,10.5],"faces":{"north":{"uv":[4.5,13.3125,4.3125,13.5],"texture":"#0"},"east":{"uv":[0.5625,2.8125,0.5,3],"texture":"#0"},"south":{"uv":[7.625,14.75,7.8125,14.9375],"texture":"#0"},"west":{"uv":[0.5,3.125,0.5625,3.3125],"texture":"#0"},"up":{"uv":[1.3125,7.375,1.5,7.3125],"texture":"#0"},"down":{"uv":[1,7.3125,1.1875,7.375],"texture":"#0"}}},{"from":[4.5,11.5,5],"to":[6.5,14.5,5.5],"faces":{"north":{"uv":[6.125,15.625,5.875,16],"texture":"#0"},"east":{"uv":[0.4375,10.0625,0.375,10.4375],"texture":"#0"},"south":{"uv":[6.25,15.625,6.5,16],"texture":"#0"},"west":{"uv":[0.1875,10.0625,0.25,10.4375],"texture":"#0"},"up":{"uv":[2.25,8.1875,2.5,8.125],"texture":"#0"},"down":{"uv":[5.875,8.3125,6.125,8.375],"texture":"#0"}}},{"from":[4.5,11.5,10.5],"to":[6.5,14.5,11],"faces":{"north":{"uv":[4.875,15.625,4.625,16],"texture":"#0"},"east":{"uv":[7.3125,11,7.25,11.375],"texture":"#0"},"south":{"uv":[4.25,15.625,4.5,16],"texture":"#0"},"west":{"uv":[7.0625,11,7.125,11.375],"texture":"#0"},"up":{"uv":[3,8.1875,3.25,8.125],"texture":"#0"},"down":{"uv":[2.625,8.125,2.875,8.1875],"texture":"#0"}}},{"from":[4.5,12,8.5],"to":[5,12.5,9],"faces":{"north":{"uv":[2,2.125,1.9375,2.1875],"texture":"#0"},"east":{"uv":[2,1.5625,1.9375,1.625],"texture":"#0"},"south":{"uv":[1.9375,1.9375,2,2],"texture":"#0"},"west":{"uv":[1.9375,1.75,2,1.8125],"texture":"#0"},"up":{"uv":[1.9375,2.375,2,2.3125],"texture":"#0"},"down":{"uv":[1.9375,2.5,2,2.5625],"texture":"#0"}}},{"from":[4.5,12.5,4.5],"to":[7.5,13.5,5],"faces":{"north":{"uv":[2.5,14.25,2.125,14.375],"texture":"#0"},"east":{"uv":[0.9375,1.625,0.875,1.75],"texture":"#0"},"south":{"uv":[4.3125,14.25,4.6875,14.375],"texture":"#0"},"west":{"uv":[0.875,1.875,0.9375,2],"texture":"#0"},"up":{"uv":[4.25,10.25,4.625,10.1875],"texture":"#0"},"down":{"uv":[4.25,10.375,4.625,10.4375],"texture":"#0"}}},{"from":[4.5,12.5,11],"to":[7.5,13.5,11.5],"faces":{"north":{"uv":[4.6875,14.5,4.3125,14.625],"texture":"#0"},"east":{"uv":[0.9375,1.125,0.875,1.25],"texture":"#0"},"south":{"uv":[2.125,14.5,2.5,14.625],"texture":"#0"},"west":{"uv":[0.875,1.375,0.9375,1.5],"texture":"#0"},"up":{"uv":[4.125,11.375,4.5,11.3125],"texture":"#0"},"down":{"uv":[3.125,10.9375,3.5,11],"texture":"#0"}}},{"from":[4.5,14,5.5],"to":[5.5,16,6],"faces":{"north":{"uv":[4.1875,11.75,4.0625,12],"texture":"#0"},"east":{"uv":[0.0625,7.3125,0,7.5625],"texture":"#0"},"south":{"uv":[4.4375,12,4.5625,12.25],"texture":"#0"},"west":{"uv":[0,7.6875,0.0625,7.9375],"texture":"#0"},"up":{"uv":[1.0625,4.375,1.1875,4.3125],"texture":"#0"},"down":{"uv":[1.0625,4.5,1.1875,4.5625],"texture":"#0"}}},{"from":[4.5,14,10],"to":[5.5,16,10.5],"faces":{"north":{"uv":[4.8125,12,4.6875,12.25],"texture":"#0"},"east":{"uv":[0.0625,6.5625,0,6.8125],"texture":"#0"},"south":{"uv":[4.9375,12,5.0625,12.25],"texture":"#0"},"west":{"uv":[0,6.9375,0.0625,7.1875],"texture":"#0"},"up":{"uv":[1.0625,4,1.1875,3.9375],"texture":"#0"},"down":{"uv":[1.0625,4.125,1.1875,4.1875],"texture":"#0"}}},{"from":[4.5,14.5,6],"to":[5,16,6.5],"faces":{"north":{"uv":[0.5625,0.9375,0.5,1.125],"texture":"#0"},"east":{"uv":[0.75,7,0.6875,7.1875],"texture":"#0"},"south":{"uv":[0.5,0.625,0.5625,0.8125],"texture":"#0"},"west":{"uv":[0.5,0.3125,0.5625,0.5],"texture":"#0"},"up":{"uv":[1.9375,1.25,2,1.1875],"texture":"#0"},"down":{"uv":[1.9375,1.375,2,1.4375],"texture":"#0"}}},{"from":[4.5,14.5,9.5],"to":[5,16,10],"faces":{"north":{"uv":[0.75,6.6875,0.6875,6.875],"texture":"#0"},"east":{"uv":[0.75,5.75,0.6875,5.9375],"texture":"#0"},"south":{"uv":[0.6875,6.375,0.75,6.5625],"texture":"#0"},"west":{"uv":[0.6875,6.0625,0.75,6.25],"texture":"#0"},"up":{"uv":[1.9375,0.875,2,0.8125],"texture":"#0"},"down":{"uv":[1.9375,1,2,1.0625],"texture":"#0"}}},{"from":[5,0,7.5],"to":[11,0.5,8.5],"faces":{"north":{"uv":[4.75,13.875,4,13.9375],"texture":"#0"},"east":{"uv":[1.1875,3.1875,1.0625,3.25],"texture":"#0"},"south":{"uv":[4,14.0625,4.75,14.125],"texture":"#0"},"west":{"uv":[1.0625,3.375,1.1875,3.4375],"texture":"#0"},"up":{"uv":[5,15.75,5.75,15.625],"texture":"#0"},"down":{"uv":[5,15.875,5.75,16],"texture":"#0"}}},{"from":[5,8.5,6.5],"to":[7.5,9,7],"faces":{"north":{"uv":[4.125,9.875,3.8125,9.9375],"texture":"#0"},"east":{"uv":[2,0.4375,1.9375,0.5],"texture":"#0"},"south":{"uv":[4.25,9.875,4.5625,9.9375],"texture":"#0"},"west":{"uv":[1.9375,0.625,2,0.6875],"texture":"#0"},"up":{"uv":[3.375,9.9375,3.6875,9.875],"texture":"#0"},"down":{"uv":[2.9375,9.875,3.25,9.9375],"texture":"#0"}}},{"from":[5,8.5,7],"to":[7,9,7.5],"faces":{"north":{"uv":[0.4375,7.6875,0.1875,7.75],"texture":"#0"},"east":{"uv":[2.1875,5.875,2.125,5.9375],"texture":"#0"},"south":{"uv":[0.5625,7.6875,0.8125,7.75],"texture":"#0"},"west":{"uv":[1.9375,0.25,2,0.3125],"texture":"#0"},"up":{"uv":[7.3125,7.9375,7.5625,7.875],"texture":"#0"},"down":{"uv":[6.9375,7.875,7.1875,7.9375],"texture":"#0"}}},{"from":[5,8.5,7.5],"to":[6.5,9,9.5],"faces":{"north":{"uv":[7.75,7.3125,7.5625,7.375],"texture":"#0"},"east":{"uv":[3.0625,7.6875,2.8125,7.75],"texture":"#0"},"south":{"uv":[0.875,7.125,1.0625,7.1875],"texture":"#0"},"west":{"uv":[2.4375,7.6875,2.6875,7.75],"texture":"#0"},"up":{"uv":[6.875,14.625,7.0625,14.375],"texture":"#0"},"down":{"uv":[2.625,14.375,2.8125,14.625],"texture":"#0"}}},{"from":[5,9,5.5],"to":[11,9.5,6],"faces":{"north":{"uv":[5.5625,14.5625,4.8125,14.625],"texture":"#0"},"east":{"uv":[2.5625,5.875,2.5,5.9375],"texture":"#0"},"south":{"uv":[3.4375,14.375,4.1875,14.4375],"texture":"#0"},"west":{"uv":[2.3125,5.875,2.375,5.9375],"texture":"#0"},"up":{"uv":[4.8125,14.4375,5.5625,14.375],"texture":"#0"},"down":{"uv":[6,14.5625,6.75,14.625],"texture":"#0"}}},{"from":[5,9,6],"to":[7,10,6.5],"faces":{"north":{"uv":[5.4375,12.125,5.1875,12.25],"texture":"#0"},"east":{"uv":[1.125,1.6875,1.0625,1.8125],"texture":"#0"},"south":{"uv":[5.1875,11.875,5.4375,12],"texture":"#0"},"west":{"uv":[1.0625,1.9375,1.125,2.0625],"texture":"#0"},"up":{"uv":[3.375,9.5625,3.625,9.5],"texture":"#0"},"down":{"uv":[3,9.5,3.25,9.5625],"texture":"#0"}}},{"from":[5,9,9.5],"to":[7,10,10.5],"faces":{"north":{"uv":[5.8125,11.875,5.5625,12],"texture":"#0"},"east":{"uv":[4.5625,11.75,4.4375,11.875],"texture":"#0"},"south":{"uv":[5.9375,12.125,6.1875,12.25],"texture":"#0"},"west":{"uv":[1.5625,11.75,1.6875,11.875],"texture":"#0"},"up":{"uv":[6.6875,12,6.9375,11.875],"texture":"#0"},"down":{"uv":[5.5625,12.125,5.8125,12.25],"texture":"#0"}}},{"from":[5,9.5,5.5],"to":[7.5,10,6],"faces":{"north":{"uv":[1.1875,9.6875,0.875,9.75],"texture":"#0"},"east":{"uv":[2.9375,5.875,2.875,5.9375],"texture":"#0"},"south":{"uv":[1.3125,9.6875,1.625,9.75],"texture":"#0"},"west":{"uv":[2.6875,5.875,2.75,5.9375],"texture":"#0"},"up":{"uv":[0.4375,9.75,0.75,9.6875],"texture":"#0"},"down":{"uv":[0,9.6875,0.3125,9.75],"texture":"#0"}}},{"from":[5,10,5.5],"to":[7,10.5,6],"faces":{"north":{"uv":[6.25,9.5,6,9.5625],"texture":"#0"},"east":{"uv":[3.3125,5.875,3.25,5.9375],"texture":"#0"},"south":{"uv":[6.375,9.5,6.625,9.5625],"texture":"#0"},"west":{"uv":[3.0625,5.875,3.125,5.9375],"texture":"#0"},"up":{"uv":[5.625,9.5625,5.875,9.5],"texture":"#0"},"down":{"uv":[5.25,9.5,5.5,9.5625],"texture":"#0"}}},{"from":[5,10,6],"to":[6.5,10.5,6.5],"faces":{"north":{"uv":[3.5625,7.125,3.375,7.1875],"texture":"#0"},"east":{"uv":[3.6875,5.875,3.625,5.9375],"texture":"#0"},"south":{"uv":[3.6875,7.125,3.875,7.1875],"texture":"#0"},"west":{"uv":[3.4375,5.875,3.5,5.9375],"texture":"#0"},"up":{"uv":[3.0625,7.1875,3.25,7.125],"texture":"#0"},"down":{"uv":[2.75,7.125,2.9375,7.1875],"texture":"#0"}}},{"from":[5,10,9.5],"to":[6.5,10.5,10.5],"faces":{"north":{"uv":[4.8125,7.125,4.625,7.1875],"texture":"#0"},"east":{"uv":[1.6875,6.75,1.5625,6.8125],"texture":"#0"},"south":{"uv":[4.9375,7.125,5.125,7.1875],"texture":"#0"},"west":{"uv":[1.3125,6.75,1.4375,6.8125],"texture":"#0"},"up":{"uv":[0.75,10.4375,0.9375,10.3125],"texture":"#0"},"down":{"uv":[7.5625,10.625,7.75,10.75],"texture":"#0"}}},{"from":[5,10.5,5],"to":[7,11.5,5.5],"faces":{"north":{"uv":[6.1875,11.875,5.9375,12],"texture":"#0"},"east":{"uv":[1.375,6.25,1.3125,6.375],"texture":"#0"},"south":{"uv":[6.3125,12.125,6.5625,12.25],"texture":"#0"},"west":{"uv":[1.3125,6.5,1.375,6.625],"texture":"#0"},"up":{"uv":[1.875,9.375,2.125,9.3125],"texture":"#0"},"down":{"uv":[1.5,9.3125,1.75,9.375],"texture":"#0"}}},{"from":[5,10.5,9],"to":[5.5,11.5,9.5],"faces":{"north":{"uv":[1.375,6,1.3125,6.125],"texture":"#0"},"east":{"uv":[1.375,5.25,1.3125,5.375],"texture":"#0"},"south":{"uv":[1.3125,5.75,1.375,5.875],"texture":"#0"},"west":{"uv":[1.3125,5.5,1.375,5.625],"texture":"#0"},"up":{"uv":[2.6875,3.6875,2.75,3.625],"texture":"#0"},"down":{"uv":[2.6875,3.4375,2.75,3.5],"texture":"#0"}}},{"from":[5,10.5,10.5],"to":[7,11.5,11],"faces":{"north":{"uv":[6.5625,11.875,6.3125,12],"texture":"#0"},"east":{"uv":[1.375,4.75,1.3125,4.875],"texture":"#0"},"south":{"uv":[6.6875,12.125,6.9375,12.25],"texture":"#0"},"west":{"uv":[1.3125,5,1.375,5.125],"texture":"#0"},"up":{"uv":[2.625,9.375,2.875,9.3125],"texture":"#0"},"down":{"uv":[2.25,9.3125,2.5,9.375],"texture":"#0"}}},{"from":[5,11.5,4.5],"to":[11,12,5],"faces":{"north":{"uv":[6.625,14.875,5.875,14.9375],"texture":"#0"},"east":{"uv":[2.75,4,2.6875,4.0625],"texture":"#0"},"south":{"uv":[3.4375,14.5625,4.1875,14.625],"texture":"#0"},"west":{"uv":[2.6875,3.8125,2.75,3.875],"texture":"#0"},"up":{"uv":[6.75,14.9375,7.5,14.875],"texture":"#0"},"down":{"uv":[0.9375,14.5625,1.6875,14.625],"texture":"#0"}}},{"from":[5,11.5,11],"to":[11,12,11.5],"faces":{"north":{"uv":[4,14.875,3.25,14.9375],"texture":"#0"},"east":{"uv":[4.8125,5.3125,4.75,5.375],"texture":"#0"},"south":{"uv":[4.875,14.0625,5.625,14.125],"texture":"#0"},"west":{"uv":[4.9375,5.3125,5,5.375],"texture":"#0"},"up":{"uv":[4.125,14.9375,4.875,14.875],"texture":"#0"},"down":{"uv":[5,14.875,5.75,14.9375],"texture":"#0"}}},{"from":[5,12,4.5],"to":[7.5,12.5,5],"faces":{"north":{"uv":[6.4375,9.6875,6.125,9.75],"texture":"#0"},"east":{"uv":[2.5625,3.25,2.5,3.3125],"texture":"#0"},"south":{"uv":[2.1875,9.5,2.5,9.5625],"texture":"#0"},"west":{"uv":[4.5625,5.3125,4.625,5.375],"texture":"#0"},"up":{"uv":[5.6875,9.75,6,9.6875],"texture":"#0"},"down":{"uv":[1.75,9.5,2.0625,9.5625],"texture":"#0"}}},{"from":[5,12,11],"to":[7.5,12.5,11.5],"faces":{"north":{"uv":[1.1875,9.5,0.875,9.5625],"texture":"#0"},"east":{"uv":[2.5625,3.625,2.5,3.6875],"texture":"#0"},"south":{"uv":[1.3125,9.5,1.625,9.5625],"texture":"#0"},"west":{"uv":[2.5,3.4375,2.5625,3.5],"texture":"#0"},"up":{"uv":[0.4375,9.5625,0.75,9.5],"texture":"#0"},"down":{"uv":[0,9.5,0.3125,9.5625],"texture":"#0"}}},{"from":[5,13.5,4.5],"to":[7,14.5,5],"faces":{"north":{"uv":[7.3125,11.75,7.0625,11.875],"texture":"#0"},"east":{"uv":[1.375,4.25,1.3125,4.375],"texture":"#0"},"south":{"uv":[0,11.5,0.25,11.625],"texture":"#0"},"west":{"uv":[1.3125,4.5,1.375,4.625],"texture":"#0"},"up":{"uv":[4.875,9.375,5.125,9.3125],"texture":"#0"},"down":{"uv":[4.5,9.3125,4.75,9.375],"texture":"#0"}}},{"from":[5,13.5,11],"to":[7,14.5,11.5],"faces":{"north":{"uv":[0.625,11.5,0.375,11.625],"texture":"#0"},"east":{"uv":[1.375,3.75,1.3125,3.875],"texture":"#0"},"south":{"uv":[0.75,11.5,1,11.625],"texture":"#0"},"west":{"uv":[1.3125,4,1.375,4.125],"texture":"#0"},"up":{"uv":[5.625,9.375,5.875,9.3125],"texture":"#0"},"down":{"uv":[5.25,9.3125,5.5,9.375],"texture":"#0"}}},{"from":[5,14.5,5],"to":[6,16,5.5],"faces":{"north":{"uv":[6.6875,11,6.5625,11.1875],"texture":"#0"},"east":{"uv":[0.0625,4.375,0,4.5625],"texture":"#0"},"south":{"uv":[6.8125,11,6.9375,11.1875],"texture":"#0"},"west":{"uv":[0.6875,1.0625,0.75,1.25],"texture":"#0"},"up":{"uv":[1.0625,4.75,1.1875,4.6875],"texture":"#0"},"down":{"uv":[1.8125,6.75,1.9375,6.8125],"texture":"#0"}}},{"from":[5,14.5,10.5],"to":[6,16,11],"faces":{"north":{"uv":[3.5625,10.5625,3.4375,10.75],"texture":"#0"},"east":{"uv":[0.5625,5.3125,0.5,5.5],"texture":"#0"},"south":{"uv":[3.6875,10.5625,3.8125,10.75],"texture":"#0"},"west":{"uv":[0,4.0625,0.0625,4.25],"texture":"#0"},"up":{"uv":[5.0625,7,5.1875,6.9375],"texture":"#0"},"down":{"uv":[5.3125,6.9375,5.4375,7],"texture":"#0"}}},{"from":[5.5,0,6.5],"to":[10.5,0.5,7.5],"faces":{"north":{"uv":[7.125,13.6875,6.5,13.75],"texture":"#0"},"east":{"uv":[3.1875,6.9375,3.0625,7],"texture":"#0"},"south":{"uv":[7.25,13.875,7.875,13.9375],"texture":"#0"},"west":{"uv":[3.3125,6.9375,3.4375,7],"texture":"#0"},"up":{"uv":[0.75,15.1875,1.375,15.0625],"texture":"#0"},"down":{"uv":[4.5,15.0625,5.125,15.1875],"texture":"#0"}}},{"from":[5.5,0,8.5],"to":[10.5,0.5,9.5],"faces":{"north":{"uv":[1.625,12.875,1,12.9375],"texture":"#0"},"east":{"uv":[7.8125,6.125,7.6875,6.1875],"texture":"#0"},"south":{"uv":[7.25,13.6875,7.875,13.75],"texture":"#0"},"west":{"uv":[2.8125,6.9375,2.9375,7],"texture":"#0"},"up":{"uv":[2.25,15.1875,2.875,15.0625],"texture":"#0"},"down":{"uv":[1.5,15.0625,2.125,15.1875],"texture":"#0"}}},{"from":[5.5,8,6.5],"to":[10.5,8.5,7],"faces":{"north":{"uv":[5.5,13.875,4.875,13.9375],"texture":"#0"},"east":{"uv":[2.375,2.6875,2.3125,2.75],"texture":"#0"},"south":{"uv":[4.875,13.6875,5.5,13.75],"texture":"#0"},"west":{"uv":[2.3125,2.125,2.375,2.1875],"texture":"#0"},"up":{"uv":[6.5,14.125,7.125,14.0625],"texture":"#0"},"down":{"uv":[7.25,14.0625,7.875,14.125],"texture":"#0"}}},{"from":[5.5,8,7],"to":[7.5,8.5,7.5],"faces":{"north":{"uv":[7,9.3125,6.75,9.375],"texture":"#0"},"east":{"uv":[2.375,3.0625,2.3125,3.125],"texture":"#0"},"south":{"uv":[7.125,9.3125,7.375,9.375],"texture":"#0"},"west":{"uv":[2.3125,2.875,2.375,2.9375],"texture":"#0"},"up":{"uv":[6.375,9.375,6.625,9.3125],"texture":"#0"},"down":{"uv":[6,9.3125,6.25,9.375],"texture":"#0"}}},{"from":[5.5,8,7.5],"to":[7,8.5,9.5],"faces":{"north":{"uv":[6,7.5,5.8125,7.5625],"texture":"#0"},"east":{"uv":[0.5,8.75,0.25,8.8125],"texture":"#0"},"south":{"uv":[1.625,7.3125,1.8125,7.375],"texture":"#0"},"west":{"uv":[7.5,9.3125,7.75,9.375],"texture":"#0"},"up":{"uv":[0.625,14.625,0.8125,14.375],"texture":"#0"},"down":{"uv":[7.1875,14.375,7.375,14.625],"texture":"#0"}}},{"from":[5.5,8.5,6],"to":[10.5,9,6.5],"faces":{"north":{"uv":[2.625,13.4375,2,13.5],"texture":"#0"},"east":{"uv":[2.375,4.1875,2.3125,4.25],"texture":"#0"},"south":{"uv":[1,13.0625,1.625,13.125],"texture":"#0"},"west":{"uv":[2.3125,4,2.375,4.0625],"texture":"#0"},"up":{"uv":[2,13.3125,2.625,13.25],"texture":"#0"},"down":{"uv":[2,13.0625,2.625,13.125],"texture":"#0"}}},{"from":[5.5,8.5,9.5],"to":[10.5,9,10],"faces":{"north":{"uv":[2.625,12.875,2,12.9375],"texture":"#0"},"east":{"uv":[2.375,4.5625,2.3125,4.625],"texture":"#0"},"south":{"uv":[5.75,14.0625,6.375,14.125],"texture":"#0"},"west":{"uv":[2.3125,4.375,2.375,4.4375],"texture":"#0"},"up":{"uv":[6.5,13.9375,7.125,13.875],"texture":"#0"},"down":{"uv":[5.75,13.875,6.375,13.9375],"texture":"#0"}}},{"from":[5.5,9,5],"to":[10.5,10.5,5.5],"faces":{"north":{"uv":[2.625,15.5,2,15.6875],"texture":"#0"},"east":{"uv":[0.5625,1.875,0.5,2.0625],"texture":"#0"},"south":{"uv":[2,15.8125,2.625,16],"texture":"#0"},"west":{"uv":[0.5,2.5,0.5625,2.6875],"texture":"#0"},"up":{"uv":[1,13.3125,1.625,13.25],"texture":"#0"},"down":{"uv":[5.75,13.6875,6.375,13.75],"texture":"#0"}}},{"from":[5.5,9,10.5],"to":[10.5,10.5,11],"faces":{"north":{"uv":[3.375,15.8125,2.75,16],"texture":"#0"},"east":{"uv":[0.5625,1.25,0.5,1.4375],"texture":"#0"},"south":{"uv":[2.75,15.5,3.375,15.6875],"texture":"#0"},"west":{"uv":[0.5,1.5625,0.5625,1.75],"texture":"#0"},"up":{"uv":[3.25,13.5,3.875,13.4375],"texture":"#0"},"down":{"uv":[1,13.4375,1.625,13.5],"texture":"#0"}}},{"from":[5.5,9.5,8.5],"to":[6,10,9.5],"faces":{"north":{"uv":[6.875,5.6875,6.8125,5.75],"texture":"#0"},"east":{"uv":[3.6875,6.125,3.5625,6.1875],"texture":"#0"},"south":{"uv":[5.875,5.6875,5.9375,5.75],"texture":"#0"},"west":{"uv":[4.5625,6.125,4.6875,6.1875],"texture":"#0"},"up":{"uv":[5.3125,6.1875,5.375,6.0625],"texture":"#0"},"down":{"uv":[6.5,6.0625,6.5625,6.1875],"texture":"#0"}}},{"from":[5.5,10,9],"to":[6,10.5,9.5],"faces":{"north":{"uv":[2.1875,1,2.125,1.0625],"texture":"#0"},"east":{"uv":[2.1875,2.3125,2.125,2.375],"texture":"#0"},"south":{"uv":[2.125,1.1875,2.1875,1.25],"texture":"#0"},"west":{"uv":[2.125,2.125,2.1875,2.1875],"texture":"#0"},"up":{"uv":[2.3125,5.75,2.375,5.6875],"texture":"#0"},"down":{"uv":[2.5,5.6875,2.5625,5.75],"texture":"#0"}}},{"from":[5.5,10.5,4.5],"to":[10.5,11.5,5],"faces":{"north":{"uv":[4.375,15.0625,3.75,15.1875],"texture":"#0"},"east":{"uv":[2.1875,6.0625,2.125,6.1875],"texture":"#0"},"south":{"uv":[3,15.0625,3.625,15.1875],"texture":"#0"},"west":{"uv":[0.875,3.875,0.9375,4],"texture":"#0"},"up":{"uv":[3.25,13.125,3.875,13.0625],"texture":"#0"},"down":{"uv":[3.25,13.25,3.875,13.3125],"texture":"#0"}}},{"from":[5.5,10.5,11],"to":[10.5,11.5,11.5],"faces":{"north":{"uv":[0.625,15.0625,0,15.1875],"texture":"#0"},"east":{"uv":[1.75,0.1875,1.6875,0.3125],"texture":"#0"},"south":{"uv":[5,15.375,5.625,15.5],"texture":"#0"},"west":{"uv":[1.9375,6.0625,2,6.1875],"texture":"#0"},"up":{"uv":[2.75,15.375,3.375,15.3125],"texture":"#0"},"down":{"uv":[2,15.3125,2.625,15.375],"texture":"#0"}}},{"from":[5.5,12,4],"to":[6,14,4.5],"faces":{"north":{"uv":[0.4375,8.3125,0.375,8.5625],"texture":"#0"},"east":{"uv":[1.75,8.3125,1.6875,8.5625],"texture":"#0"},"south":{"uv":[0.5625,8.3125,0.625,8.5625],"texture":"#0"},"west":{"uv":[0.75,8.3125,0.8125,8.5625],"texture":"#0"},"up":{"uv":[5.6875,5.9375,5.75,5.875],"texture":"#0"},"down":{"uv":[5.875,5.875,5.9375,5.9375],"texture":"#0"}}},{"from":[5.5,12,11.5],"to":[6,14,12],"faces":{"north":{"uv":[1.9375,8.3125,1.875,8.5625],"texture":"#0"},"east":{"uv":[3.25,8.3125,3.1875,8.5625],"texture":"#0"},"south":{"uv":[2.8125,8.3125,2.875,8.5625],"texture":"#0"},"west":{"uv":[3,8.3125,3.0625,8.5625],"texture":"#0"},"up":{"uv":[4.5625,5.9375,4.625,5.875],"texture":"#0"},"down":{"uv":[4.75,5.875,4.8125,5.9375],"texture":"#0"}}},{"from":[5.5,14.5,4.5],"to":[7,15.5,5],"faces":{"north":{"uv":[2,11.25,1.8125,11.375],"texture":"#0"},"east":{"uv":[1.75,5.1875,1.6875,5.3125],"texture":"#0"},"south":{"uv":[3.8125,11.25,4,11.375],"texture":"#0"},"west":{"uv":[1.6875,4.9375,1.75,5.0625],"texture":"#0"},"up":{"uv":[5.875,7.1875,6.0625,7.125],"texture":"#0"},"down":{"uv":[5.5625,7.125,5.75,7.1875],"texture":"#0"}}},{"from":[5.5,14.5,11],"to":[7,15.5,11.5],"faces":{"north":{"uv":[2.3125,11,2.125,11.125],"texture":"#0"},"east":{"uv":[1.75,5.6875,1.6875,5.8125],"texture":"#0"},"south":{"uv":[2.125,11.25,2.3125,11.375],"texture":"#0"},"west":{"uv":[1.6875,5.4375,1.75,5.5625],"texture":"#0"},"up":{"uv":[6.625,7.75,6.8125,7.6875],"texture":"#0"},"down":{"uv":[5.6875,7.6875,5.875,7.75],"texture":"#0"}}},{"from":[5.5,15.5,4.5],"to":[6.5,16,5],"faces":{"north":{"uv":[7.4375,6.375,7.3125,6.4375],"texture":"#0"},"east":{"uv":[2.75,5.6875,2.6875,5.75],"texture":"#0"},"south":{"uv":[7.0625,6.375,7.1875,6.4375],"texture":"#0"},"west":{"uv":[2.875,5.6875,2.9375,5.75],"texture":"#0"},"up":{"uv":[1.6875,6.1875,1.8125,6.125],"texture":"#0"},"down":{"uv":[1.6875,5.9375,1.8125,6],"texture":"#0"}}},{"from":[5.5,15.5,11],"to":[6.5,16,11.5],"faces":{"north":{"uv":[4.4375,6.375,4.3125,6.4375],"texture":"#0"},"east":{"uv":[2.1875,3.0625,2.125,3.125],"texture":"#0"},"south":{"uv":[5.5625,6.75,5.6875,6.8125],"texture":"#0"},"west":{"uv":[2.125,1.9375,2.1875,2],"texture":"#0"},"up":{"uv":[4.8125,6.4375,4.9375,6.375],"texture":"#0"},"down":{"uv":[5.0625,6.375,5.1875,6.4375],"texture":"#0"}}},{"from":[6,0,6],"to":[10,0.5,6.5],"faces":{"north":{"uv":[1.125,12.625,0.625,12.6875],"texture":"#0"},"east":{"uv":[5.375,5.875,5.3125,5.9375],"texture":"#0"},"south":{"uv":[1.25,12.625,1.75,12.6875],"texture":"#0"},"west":{"uv":[2.125,3.25,2.1875,3.3125],"texture":"#0"},"up":{"uv":[0,12.6875,0.5,12.625],"texture":"#0"},"down":{"uv":[7.375,12.9375,7.875,13],"texture":"#0"}}},{"from":[6,0,9.5],"to":[10,0.5,10],"faces":{"north":{"uv":[3,12.625,2.5,12.6875],"texture":"#0"},"east":{"uv":[2.75,1.1875,2.6875,1.25],"texture":"#0"},"south":{"uv":[3.125,12.625,3.625,12.6875],"texture":"#0"},"west":{"uv":[4.375,5.875,4.4375,5.9375],"texture":"#0"},"up":{"uv":[1.1875,12.0625,1.6875,12],"texture":"#0"},"down":{"uv":[1.875,12.625,2.375,12.6875],"texture":"#0"}}},{"from":[6,0.5,7.5],"to":[10,1,8.5],"faces":{"north":{"uv":[4.25,12.625,3.75,12.6875],"texture":"#0"},"east":{"uv":[6.875,6.5625,6.75,6.625],"texture":"#0"},"south":{"uv":[4.375,12.625,4.875,12.6875],"texture":"#0"},"west":{"uv":[7.75,6.5625,7.875,6.625],"texture":"#0"},"up":{"uv":[5.25,15.1875,5.75,15.0625],"texture":"#0"},"down":{"uv":[5.875,15.0625,6.375,15.1875],"texture":"#0"}}},{"from":[6,8,6],"to":[10,8.5,6.5],"faces":{"north":{"uv":[6.75,12.625,6.25,12.6875],"texture":"#0"},"east":{"uv":[2.375,2.3125,2.3125,2.375],"texture":"#0"},"south":{"uv":[6.875,12.625,7.375,12.6875],"texture":"#0"},"west":{"uv":[2.3125,1.5625,2.375,1.625],"texture":"#0"},"up":{"uv":[5.625,12.6875,6.125,12.625],"texture":"#0"},"down":{"uv":[5,12.625,5.5,12.6875],"texture":"#0"}}},{"from":[6,8,9.5],"to":[10,8.5,10],"faces":{"north":{"uv":[4.75,12.4375,4.25,12.5],"texture":"#0"},"east":{"uv":[6.5,5.6875,6.4375,5.75],"texture":"#0"},"south":{"uv":[4.875,12.4375,5.375,12.5],"texture":"#0"},"west":{"uv":[7.75,5.6875,7.8125,5.75],"texture":"#0"},"up":{"uv":[3.625,12.5,4.125,12.4375],"texture":"#0"},"down":{"uv":[3,12.4375,3.5,12.5],"texture":"#0"}}},{"from":[6,8.5,5.5],"to":[10,9,6],"faces":{"north":{"uv":[7.25,12.4375,6.75,12.5],"texture":"#0"},"east":{"uv":[5.375,5.6875,5.3125,5.75],"texture":"#0"},"south":{"uv":[7.375,12.4375,7.875,12.5],"texture":"#0"},"west":{"uv":[5.5,5.6875,5.5625,5.75],"texture":"#0"},"up":{"uv":[6.125,12.5,6.625,12.4375],"texture":"#0"},"down":{"uv":[5.5,12.4375,6,12.5],"texture":"#0"}}},{"from":[6,8.5,10],"to":[10,9,10.5],"faces":{"north":{"uv":[0.6875,11.8125,0.1875,11.875],"texture":"#0"},"east":{"uv":[6.5,5.875,6.4375,5.9375],"texture":"#0"},"south":{"uv":[1.1875,12.1875,1.6875,12.25],"texture":"#0"},"west":{"uv":[2.125,3.625,2.1875,3.6875],"texture":"#0"},"up":{"uv":[0.1875,12.0625,0.6875,12],"texture":"#0"},"down":{"uv":[0.1875,12.1875,0.6875,12.25],"texture":"#0"}}},{"from":[6,9,9],"to":[6.5,10,9.5],"faces":{"north":{"uv":[1.5625,1.0625,1.5,1.1875],"texture":"#0"},"east":{"uv":[1.5625,2.3125,1.5,2.4375],"texture":"#0"},"south":{"uv":[1.5,1.3125,1.5625,1.4375],"texture":"#0"},"west":{"uv":[1.5,2.0625,1.5625,2.1875],"texture":"#0"},"up":{"uv":[2.6875,1.4375,2.75,1.375],"texture":"#0"},"down":{"uv":[2.875,5.125,2.9375,5.1875],"texture":"#0"}}},{"from":[6.5,0,5.5],"to":[9.5,0.5,6],"faces":{"north":{"uv":[1.125,10.6875,0.75,10.75],"texture":"#0"},"east":{"uv":[2.1875,0.4375,2.125,0.5],"texture":"#0"},"south":{"uv":[1.875,10.375,2.25,10.4375],"texture":"#0"},"west":{"uv":[2.6875,4.5625,2.75,4.625],"texture":"#0"},"up":{"uv":[0.25,10.75,0.625,10.6875],"texture":"#0"},"down":{"uv":[7.4375,10.9375,7.8125,11],"texture":"#0"}}},{"from":[6.5,0,10],"to":[9.5,0.5,10.5],"faces":{"north":{"uv":[4.625,10.6875,4.25,10.75],"texture":"#0"},"east":{"uv":[7.625,5.6875,7.5625,5.75],"texture":"#0"},"south":{"uv":[4.75,10.6875,5.125,10.75],"texture":"#0"},"west":{"uv":[7.1875,5.6875,7.25,5.75],"texture":"#0"},"up":{"uv":[2,9.9375,2.375,9.875],"texture":"#0"},"down":{"uv":[1.5,9.875,1.875,9.9375],"texture":"#0"}}},{"from":[6.5,0.5,6.5],"to":[9.5,1,7.5],"faces":{"north":{"uv":[7.875,12.625,7.5,12.6875],"texture":"#0"},"east":{"uv":[4.625,6.5625,4.5,6.625],"texture":"#0"},"south":{"uv":[2.375,11.5625,2.75,11.625],"texture":"#0"},"west":{"uv":[4.75,6.5625,4.875,6.625],"texture":"#0"},"up":{"uv":[7,15.1875,7.375,15.0625],"texture":"#0"},"down":{"uv":[0.9375,14.3125,1.3125,14.4375],"texture":"#0"}}},{"from":[6.5,0.5,8.5],"to":[9.5,1,9.5],"faces":{"north":{"uv":[4.5,11.5625,4.125,11.625],"texture":"#0"},"east":{"uv":[4.125,6.5625,4,6.625],"texture":"#0"},"south":{"uv":[4.625,11.5625,5,11.625],"texture":"#0"},"west":{"uv":[4.25,6.5625,4.375,6.625],"texture":"#0"},"up":{"uv":[4,13.75,4.375,13.625],"texture":"#0"},"down":{"uv":[6.5,15.0625,6.875,15.1875],"texture":"#0"}}},{"from":[6.5,7.5,7],"to":[9.5,8,7.5],"faces":{"north":{"uv":[6.8125,11.5625,6.4375,11.625],"texture":"#0"},"east":{"uv":[6.125,5.5,6.0625,5.5625],"texture":"#0"},"south":{"uv":[6.9375,11.5625,7.3125,11.625],"texture":"#0"},"west":{"uv":[4.375,5.5,4.4375,5.5625],"texture":"#0"},"up":{"uv":[5.9375,11.625,6.3125,11.5625],"texture":"#0"},"down":{"uv":[5.4375,11.5625,5.8125,11.625],"texture":"#0"}}},{"from":[6.5,7.5,7.5],"to":[7.5,8,9],"faces":{"north":{"uv":[3.875,6.5625,3.75,6.625],"texture":"#0"},"east":{"uv":[0.375,1.1875,0.1875,1.25],"texture":"#0"},"south":{"uv":[3.5,6.5625,3.625,6.625],"texture":"#0"},"west":{"uv":[0.1875,0.375,0.375,0.4375],"texture":"#0"},"up":{"uv":[2.625,11.0625,2.75,10.875],"texture":"#0"},"down":{"uv":[2.625,11.1875,2.75,11.375],"texture":"#0"}}},{"from":[6.5,8,5.5],"to":[9.5,8.5,6],"faces":{"north":{"uv":[5,11.3125,4.625,11.375],"texture":"#0"},"east":{"uv":[2.5625,2.875,2.5,2.9375],"texture":"#0"},"south":{"uv":[4.625,11.125,5,11.1875],"texture":"#0"},"west":{"uv":[2.5,3.0625,2.5625,3.125],"texture":"#0"},"up":{"uv":[4.125,11,4.5,10.9375],"texture":"#0"},"down":{"uv":[4.125,11.125,4.5,11.1875],"texture":"#0"}}},{"from":[6.5,8,10],"to":[9.5,8.5,10.5],"faces":{"north":{"uv":[6,10.9375,5.625,11],"texture":"#0"},"east":{"uv":[2.5625,1.75,2.5,1.8125],"texture":"#0"},"south":{"uv":[6.5625,11.3125,6.9375,11.375],"texture":"#0"},"west":{"uv":[2.5,1.9375,2.5625,2],"texture":"#0"},"up":{"uv":[5.625,11.1875,6,11.125],"texture":"#0"},"down":{"uv":[5.625,11.3125,6,11.375],"texture":"#0"}}},{"from":[6.5,8.5,5],"to":[9.5,9,5.5],"faces":{"north":{"uv":[1.625,10.6875,1.25,10.75],"texture":"#0"},"east":{"uv":[3.6875,5.3125,3.625,5.375],"texture":"#0"},"south":{"uv":[1.75,10.6875,2.125,10.75],"texture":"#0"},"west":{"uv":[3.4375,5.3125,3.5,5.375],"texture":"#0"},"up":{"uv":[7.4375,11.1875,7.8125,11.125],"texture":"#0"},"down":{"uv":[7.4375,11.3125,7.8125,11.375],"texture":"#0"}}},{"from":[6.5,8.5,8.5],"to":[7,9,9.5],"faces":{"north":{"uv":[7.8125,5.3125,7.75,5.375],"texture":"#0"},"east":{"uv":[3.125,6.5625,3,6.625],"texture":"#0"},"south":{"uv":[2.6875,4.75,2.75,4.8125],"texture":"#0"},"west":{"uv":[3.25,6.5625,3.375,6.625],"texture":"#0"},"up":{"uv":[1.5,3.9375,1.5625,3.8125],"texture":"#0"},"down":{"uv":[1.5,3.5625,1.5625,3.6875],"texture":"#0"}}},{"from":[6.5,8.5,10.5],"to":[9.5,9,11],"faces":{"north":{"uv":[6.625,10.6875,6.25,10.75],"texture":"#0"},"east":{"uv":[5.1875,5.875,5.125,5.9375],"texture":"#0"},"south":{"uv":[6.75,10.6875,7.125,10.75],"texture":"#0"},"west":{"uv":[4.9375,5.875,5,5.9375],"texture":"#0"},"up":{"uv":[5.75,10.75,6.125,10.6875],"texture":"#0"},"down":{"uv":[5.25,10.6875,5.625,10.75],"texture":"#0"}}},{"from":[6.5,9,4.5],"to":[9.5,10.5,5],"faces":{"north":{"uv":[0.875,14.75,0.5,14.9375],"texture":"#0"},"east":{"uv":[0.75,2.9375,0.6875,3.125],"texture":"#0"},"south":{"uv":[0,14.75,0.375,14.9375],"texture":"#0"},"west":{"uv":[0.6875,2.625,0.75,2.8125],"texture":"#0"},"up":{"uv":[1.0625,10.25,1.4375,10.1875],"texture":"#0"},"down":{"uv":[1.0625,10.375,1.4375,10.4375],"texture":"#0"}}},{"from":[6.5,9,11],"to":[9.5,10.5,11.5],"faces":{"north":{"uv":[7.75,15.3125,7.375,15.5],"texture":"#0"},"east":{"uv":[0.25,1.875,0.1875,2.0625],"texture":"#0"},"south":{"uv":[1,14.75,1.375,14.9375],"texture":"#0"},"west":{"uv":[0.1875,1.5625,0.25,1.75],"texture":"#0"},"up":{"uv":[2.375,10.4375,2.75,10.375],"texture":"#0"},"down":{"uv":[1.875,10.1875,2.25,10.25],"texture":"#0"}}},{"from":[6.5,10,10],"to":[7,10.5,10.5],"faces":{"north":{"uv":[2.5625,4.9375,2.5,5],"texture":"#0"},"east":{"uv":[3.3125,5.6875,3.25,5.75],"texture":"#0"},"south":{"uv":[2.5,4.375,2.5625,4.4375],"texture":"#0"},"west":{"uv":[2.125,1.5625,2.1875,1.625],"texture":"#0"},"up":{"uv":[7.75,5.5625,7.8125,5.5],"texture":"#0"},"down":{"uv":[7.5625,5.5,7.625,5.5625],"texture":"#0"}}},{"from":[6.5,10.5,4],"to":[9.5,16,4.5],"faces":{"north":{"uv":[0.375,15.3125,0,16],"texture":"#0"},"east":{"uv":[0.0625,12.8125,0,13.5],"texture":"#0"},"south":{"uv":[0.5,15.3125,0.875,16],"texture":"#0"},"west":{"uv":[0.5625,12.8125,0.625,13.5],"texture":"#0"},"up":{"uv":[5.8125,10.25,6.1875,10.1875],"texture":"#0"},"down":{"uv":[5.8125,10.375,6.1875,10.4375],"texture":"#0"}}},{"from":[6.5,10.5,11.5],"to":[9.5,16,12],"faces":{"north":{"uv":[1.875,15.3125,1.5,16],"texture":"#0"},"east":{"uv":[0.4375,12.8125,0.375,13.5],"texture":"#0"},"south":{"uv":[1,15.3125,1.375,16],"texture":"#0"},"west":{"uv":[0.1875,12.8125,0.25,13.5],"texture":"#0"},"up":{"uv":[0.5,9.9375,0.875,9.875],"texture":"#0"},"down":{"uv":[0,9.875,0.375,9.9375],"texture":"#0"}}},{"from":[6.5,12.5,3.5],"to":[9.5,13.5,4],"faces":{"north":{"uv":[7.875,14.5,7.5,14.625],"texture":"#0"},"east":{"uv":[1.5625,4.3125,1.5,4.4375],"texture":"#0"},"south":{"uv":[6,14.3125,6.375,14.4375],"texture":"#0"},"west":{"uv":[1.5,4.0625,1.5625,4.1875],"texture":"#0"},"up":{"uv":[3.125,11.1875,3.5,11.125],"texture":"#0"},"down":{"uv":[3.125,11.3125,3.5,11.375],"texture":"#0"}}},{"from":[6.5,12.5,12],"to":[9.5,13.5,12.5],"faces":{"north":{"uv":[7.875,14.25,7.5,14.375],"texture":"#0"},"east":{"uv":[1.375,3.5,1.3125,3.625],"texture":"#0"},"south":{"uv":[7.5,15.0625,7.875,15.1875],"texture":"#0"},"west":{"uv":[1.3125,3.25,1.375,3.375],"texture":"#0"},"up":{"uv":[1,9.9375,1.375,9.875],"texture":"#0"},"down":{"uv":[7.4375,11.5625,7.8125,11.625],"texture":"#0"}}},{"from":[7,1,7.5],"to":[9,1.5,8.5],"faces":{"north":{"uv":[0.875,8.75,0.625,8.8125],"texture":"#0"},"east":{"uv":[5.625,6.5625,5.5,6.625],"texture":"#0"},"south":{"uv":[1,8.75,1.25,8.8125],"texture":"#0"},"west":{"uv":[5.75,6.5625,5.875,6.625],"texture":"#0"},"up":{"uv":[6,13,6.25,12.875],"texture":"#0"},"down":{"uv":[6,13.125,6.25,13.25],"texture":"#0"}}},{"from":[7,5,7.5],"to":[9,6,8.5],"faces":{"north":{"uv":[7.25,13.375,7,13.5],"texture":"#0"},"east":{"uv":[2,8.6875,1.875,8.8125],"texture":"#0"},"south":{"uv":[7.375,13.125,7.625,13.25],"texture":"#0"},"west":{"uv":[1.625,8.6875,1.75,8.8125],"texture":"#0"},"up":{"uv":[6.375,13.5,6.625,13.375],"texture":"#0"},"down":{"uv":[7.375,13.375,7.625,13.5],"texture":"#0"}}},{"from":[7,6,7],"to":[7.5,7.5,7.5],"faces":{"north":{"uv":[0.5625,3.4375,0.5,3.625],"texture":"#0"},"east":{"uv":[0.5625,2.1875,0.5,2.375],"texture":"#0"},"south":{"uv":[0.5,5,0.5625,5.1875],"texture":"#0"},"west":{"uv":[0.5,5.9375,0.5625,6.125],"texture":"#0"},"up":{"uv":[2.3125,1.8125,2.375,1.75],"texture":"#0"},"down":{"uv":[5.6875,5.6875,5.75,5.75],"texture":"#0"}}},{"from":[7,6,8.5],"to":[7.5,7.5,9],"faces":{"north":{"uv":[0.75,5.4375,0.6875,5.625],"texture":"#0"},"east":{"uv":[0.0625,3.125,0,3.3125],"texture":"#0"},"south":{"uv":[0.6875,5.125,0.75,5.3125],"texture":"#0"},"west":{"uv":[0.6875,4.8125,0.75,5],"texture":"#0"},"up":{"uv":[2.5,3.875,2.5625,3.8125],"texture":"#0"},"down":{"uv":[2.6875,0.25,2.75,0.3125],"texture":"#0"}}},{"from":[7,7,7.5],"to":[9,7.5,8.5],"faces":{"north":{"uv":[2.375,8.75,2.125,8.8125],"texture":"#0"},"east":{"uv":[6.625,6.5625,6.5,6.625],"texture":"#0"},"south":{"uv":[2.5,8.75,2.75,8.8125],"texture":"#0"},"west":{"uv":[6.25,6.5625,6.375,6.625],"texture":"#0"},"up":{"uv":[7,13.25,7.25,13.125],"texture":"#0"},"down":{"uv":[7,12.875,7.25,13],"texture":"#0"}}},{"from":[7,7.5,6.5],"to":[9,8,7],"faces":{"north":{"uv":[3.875,8.75,3.625,8.8125],"texture":"#0"},"east":{"uv":[4.25,5.875,4.1875,5.9375],"texture":"#0"},"south":{"uv":[4,8.75,4.25,8.8125],"texture":"#0"},"west":{"uv":[2.6875,1.5625,2.75,1.625],"texture":"#0"},"up":{"uv":[3.25,8.8125,3.5,8.75],"texture":"#0"},"down":{"uv":[2.875,8.75,3.125,8.8125],"texture":"#0"}}},{"from":[7,7.5,9],"to":[9,8.5,9.5],"faces":{"north":{"uv":[6.25,13.375,6,13.5],"texture":"#0"},"east":{"uv":[1.375,2.25,1.3125,2.375],"texture":"#0"},"south":{"uv":[4.5,13.625,4.75,13.75],"texture":"#0"},"west":{"uv":[1.3125,2.5,1.375,2.625],"texture":"#0"},"up":{"uv":[4.75,8.8125,5,8.75],"texture":"#0"},"down":{"uv":[4.375,8.75,4.625,8.8125],"texture":"#0"}}},{"from":[7,8,8.5],"to":[7.5,8.5,9],"faces":{"north":{"uv":[6.6875,5.5,6.625,5.5625],"texture":"#0"},"east":{"uv":[5.5625,5.5,5.5,5.5625],"texture":"#0"},"south":{"uv":[6.4375,5.5,6.5,5.5625],"texture":"#0"},"west":{"uv":[6.25,5.5,6.3125,5.5625],"texture":"#0"},"up":{"uv":[7.1875,5.5625,7.25,5.5],"texture":"#0"},"down":{"uv":[7.375,5.5,7.4375,5.5625],"texture":"#0"}}},{"from":[7,8.5,9],"to":[7.5,9,9.5],"faces":{"north":{"uv":[2.375,3.25,2.3125,3.3125],"texture":"#0"},"east":{"uv":[3.5,5.6875,3.4375,5.75],"texture":"#0"},"south":{"uv":[4.1875,5.6875,4.25,5.75],"texture":"#0"},"west":{"uv":[3.625,5.6875,3.6875,5.75],"texture":"#0"},"up":{"uv":[2.3125,1.4375,2.375,1.375],"texture":"#0"},"down":{"uv":[2.3125,1.1875,2.375,1.25],"texture":"#0"}}},{"from":[7,9,10],"to":[11,9.5,10.5],"faces":{"north":{"uv":[7.5625,12,7.0625,12.0625],"texture":"#0"},"east":{"uv":[2.1875,2.6875,2.125,2.75],"texture":"#0"},"south":{"uv":[7.0625,12.1875,7.5625,12.25],"texture":"#0"},"west":{"uv":[2.125,2.5,2.1875,2.5625],"texture":"#0"},"up":{"uv":[1.125,11.625,1.625,11.5625],"texture":"#0"},"down":{"uv":[1.75,11.5625,2.25,11.625],"texture":"#0"}}},{"from":[7,9.5,10],"to":[7.5,10,10.5],"faces":{"north":{"uv":[2.1875,4.75,2.125,4.8125],"texture":"#0"},"east":{"uv":[7.25,5.875,7.1875,5.9375],"texture":"#0"},"south":{"uv":[2.125,4.9375,2.1875,5],"texture":"#0"},"west":{"uv":[2.125,5.5,2.1875,5.5625],"texture":"#0"},"up":{"uv":[2.125,4.625,2.1875,4.5625],"texture":"#0"},"down":{"uv":[2.125,2.875,2.1875,2.9375],"texture":"#0"}}},{"from":[7,12,3.5],"to":[9,12.5,4],"faces":{"north":{"uv":[6.875,8.75,6.625,8.8125],"texture":"#0"},"east":{"uv":[2.1875,0.25,2.125,0.3125],"texture":"#0"},"south":{"uv":[7,8.75,7.25,8.8125],"texture":"#0"},"west":{"uv":[2.6875,5.5,2.75,5.5625],"texture":"#0"},"up":{"uv":[6.25,8.8125,6.5,8.75],"texture":"#0"},"down":{"uv":[5.875,8.75,6.125,8.8125],"texture":"#0"}}},{"from":[7,12,12],"to":[9,12.5,12.5],"faces":{"north":{"uv":[3.625,8.3125,3.375,8.375],"texture":"#0"},"east":{"uv":[3.875,5.875,3.8125,5.9375],"texture":"#0"},"south":{"uv":[3.75,8.5,4,8.5625],"texture":"#0"},"west":{"uv":[4,5.875,4.0625,5.9375],"texture":"#0"},"up":{"uv":[3.375,8.5625,3.625,8.5],"texture":"#0"},"down":{"uv":[7.375,8.75,7.625,8.8125],"texture":"#0"}}},{"from":[7,13.5,3.5],"to":[9,14,4],"faces":{"north":{"uv":[5,8.3125,4.75,8.375],"texture":"#0"},"east":{"uv":[2.1875,0.625,2.125,0.6875],"texture":"#0"},"south":{"uv":[5.125,8.5,5.375,8.5625],"texture":"#0"},"west":{"uv":[2.3125,1,2.375,1.0625],"texture":"#0"},"up":{"uv":[4.75,8.5625,5,8.5],"texture":"#0"},"down":{"uv":[4.125,8.3125,4.375,8.375],"texture":"#0"}}},{"from":[7,13.5,12],"to":[9,14,12.5],"faces":{"north":{"uv":[5.75,8.3125,5.5,8.375],"texture":"#0"},"east":{"uv":[2.75,2.875,2.6875,2.9375],"texture":"#0"},"south":{"uv":[5.875,8.5,6.125,8.5625],"texture":"#0"},"west":{"uv":[5.5,5.875,5.5625,5.9375],"texture":"#0"},"up":{"uv":[5.5,8.5625,5.75,8.5],"texture":"#0"},"down":{"uv":[5.125,8.3125,5.375,8.375],"texture":"#0"}}},{"from":[7.5,0,5],"to":[8.5,0.5,5.5],"faces":{"north":{"uv":[3.5625,6.375,3.4375,6.4375],"texture":"#0"},"east":{"uv":[2.1875,0.8125,2.125,0.875],"texture":"#0"},"south":{"uv":[4.0625,6.375,4.1875,6.4375],"texture":"#0"},"west":{"uv":[2.125,3.4375,2.1875,3.5],"texture":"#0"},"up":{"uv":[3.1875,6.4375,3.3125,6.375],"texture":"#0"},"down":{"uv":[7.5,6.5625,7.625,6.625],"texture":"#0"}}},{"from":[7.5,0,10.5],"to":[8.5,0.5,11],"faces":{"north":{"uv":[1.8125,4.5625,1.6875,4.625],"texture":"#0"},"east":{"uv":[2.75,0.4375,2.6875,0.5],"texture":"#0"},"south":{"uv":[1.6875,4.375,1.8125,4.4375],"texture":"#0"},"west":{"uv":[2.6875,1,2.75,1.0625],"texture":"#0"},"up":{"uv":[1.6875,4.8125,1.8125,4.75],"texture":"#0"},"down":{"uv":[4.5625,6.375,4.6875,6.4375],"texture":"#0"}}},{"from":[7.5,0.5,6],"to":[8.5,1,6.5],"faces":{"north":{"uv":[1.8125,3.8125,1.6875,3.875],"texture":"#0"},"east":{"uv":[6.875,5.875,6.8125,5.9375],"texture":"#0"},"south":{"uv":[1.6875,2.875,1.8125,2.9375],"texture":"#0"},"west":{"uv":[6.625,5.875,6.6875,5.9375],"texture":"#0"},"up":{"uv":[1.6875,4.0625,1.8125,4],"texture":"#0"},"down":{"uv":[1.6875,4.1875,1.8125,4.25],"texture":"#0"}}},{"from":[7.5,0.5,9.5],"to":[8.5,1,10],"faces":{"north":{"uv":[1.8125,2.3125,1.6875,2.375],"texture":"#0"},"east":{"uv":[6.3125,5.6875,6.25,5.75],"texture":"#0"},"south":{"uv":[3.8125,6.125,3.9375,6.1875],"texture":"#0"},"west":{"uv":[6.0625,5.6875,6.125,5.75],"texture":"#0"},"up":{"uv":[1.6875,2.5625,1.8125,2.5],"texture":"#0"},"down":{"uv":[1.6875,2.6875,1.8125,2.75],"texture":"#0"}}},{"from":[7.5,1,7],"to":[8.5,1.5,7.5],"faces":{"north":{"uv":[4.6875,6.9375,4.5625,7],"texture":"#0"},"east":{"uv":[2.5625,0.25,2.5,0.3125],"texture":"#0"},"south":{"uv":[4.8125,6.9375,4.9375,7],"texture":"#0"},"west":{"uv":[2.5,0.4375,2.5625,0.5],"texture":"#0"},"up":{"uv":[5.75,6.1875,5.875,6.125],"texture":"#0"},"down":{"uv":[5.5,6.125,5.625,6.1875],"texture":"#0"}}},{"from":[7.5,1,8.5],"to":[8.5,1.5,9],"faces":{"north":{"uv":[1.1875,5.0625,1.0625,5.125],"texture":"#0"},"east":{"uv":[4.0625,5.3125,4,5.375],"texture":"#0"},"south":{"uv":[1.0625,4.875,1.1875,4.9375],"texture":"#0"},"west":{"uv":[3.8125,5.3125,3.875,5.375],"texture":"#0"},"up":{"uv":[1.0625,6.0625,1.1875,6],"texture":"#0"},"down":{"uv":[1.0625,6.1875,1.1875,6.25],"texture":"#0"}}},{"from":[7.5,1.5,7.5],"to":[8.5,5,8.5],"faces":{"north":{"uv":[3.875,13.6875,3.75,14.125],"texture":"#0"},"east":{"uv":[3.625,13.6875,3.5,14.125],"texture":"#0"},"south":{"uv":[3.25,13.6875,3.375,14.125],"texture":"#0"},"west":{"uv":[3,13.6875,3.125,14.125],"texture":"#0"},"up":{"uv":[6.5,8.5625,6.625,8.4375],"texture":"#0"},"down":{"uv":[6.25,8.4375,6.375,8.5625],"texture":"#0"}}},{"from":[7.5,5,7],"to":[8.5,6,7.5],"faces":{"north":{"uv":[6.875,8.4375,6.75,8.5625],"texture":"#0"},"east":{"uv":[1.375,2.75,1.3125,2.875],"texture":"#0"},"south":{"uv":[7,8.4375,7.125,8.5625],"texture":"#0"},"west":{"uv":[1.3125,3,1.375,3.125],"texture":"#0"},"up":{"uv":[2.3125,6.8125,2.4375,6.75],"texture":"#0"},"down":{"uv":[2.0625,6.75,2.1875,6.8125],"texture":"#0"}}},{"from":[7.5,5,8.5],"to":[8.5,6,9],"faces":{"north":{"uv":[7.375,8.4375,7.25,8.5625],"texture":"#0"},"east":{"uv":[1.375,1.75,1.3125,1.875],"texture":"#0"},"south":{"uv":[7.5,8.4375,7.625,8.5625],"texture":"#0"},"west":{"uv":[1.3125,2,1.375,2.125],"texture":"#0"},"up":{"uv":[2.8125,6.8125,2.9375,6.75],"texture":"#0"},"down":{"uv":[2.5625,6.75,2.6875,6.8125],"texture":"#0"}}},{"from":[7.5,6,7.5],"to":[8.5,7,8.5],"faces":{"north":{"uv":[0.375,8.0625,0.25,8.1875],"texture":"#0"},"east":{"uv":[1.125,8.0625,1,8.1875],"texture":"#0"},"south":{"uv":[0.5,8.0625,0.625,8.1875],"texture":"#0"},"west":{"uv":[0.75,8.0625,0.875,8.1875],"texture":"#0"},"up":{"uv":[0,8.1875,0.125,8.0625],"texture":"#0"},"down":{"uv":[7.75,8.4375,7.875,8.5625],"texture":"#0"}}},{"from":[7.5,7,7],"to":[9,7.5,7.5],"faces":{"north":{"uv":[0.375,4.125,0.1875,4.1875],"texture":"#0"},"east":{"uv":[5.1875,5.5,5.125,5.5625],"texture":"#0"},"south":{"uv":[0.1875,3.9375,0.375,4],"texture":"#0"},"west":{"uv":[5.3125,5.5,5.375,5.5625],"texture":"#0"},"up":{"uv":[0.1875,4.375,0.375,4.3125],"texture":"#0"},"down":{"uv":[0.1875,4.5,0.375,4.5625],"texture":"#0"}}},{"from":[7.5,7,8.5],"to":[9,8,9],"faces":{"north":{"uv":[3.375,10.3125,3.1875,10.4375],"texture":"#0"},"east":{"uv":[1.375,1.25,1.3125,1.375],"texture":"#0"},"south":{"uv":[2.875,10.0625,3.0625,10.1875],"texture":"#0"},"west":{"uv":[1.3125,1.5,1.375,1.625],"texture":"#0"},"up":{"uv":[0.1875,2.25,0.375,2.1875],"texture":"#0"},"down":{"uv":[0.1875,2.375,0.375,2.4375],"texture":"#0"}}},{"from":[7.5,11.5,3.5],"to":[8.5,12,4],"faces":{"north":{"uv":[3.6875,6.75,3.5625,6.8125],"texture":"#0"},"east":{"uv":[2.375,0.4375,2.3125,0.5],"texture":"#0"},"south":{"uv":[3.8125,6.75,3.9375,6.8125],"texture":"#0"},"west":{"uv":[4.9375,5.5,5,5.5625],"texture":"#0"},"up":{"uv":[3.3125,6.8125,3.4375,6.75],"texture":"#0"},"down":{"uv":[3.0625,6.75,3.1875,6.8125],"texture":"#0"}}},{"from":[7.5,11.5,12],"to":[8.5,12,12.5],"faces":{"north":{"uv":[4.6875,6.75,4.5625,6.8125],"texture":"#0"},"east":{"uv":[2.375,0.8125,2.3125,0.875],"texture":"#0"},"south":{"uv":[4.8125,6.75,4.9375,6.8125],"texture":"#0"},"west":{"uv":[2.3125,0.625,2.375,0.6875],"texture":"#0"},"up":{"uv":[4.3125,6.8125,4.4375,6.75],"texture":"#0"},"down":{"uv":[4.0625,6.75,4.1875,6.8125],"texture":"#0"}}},{"from":[7.5,12.5,3],"to":[8.5,13.5,3.5],"faces":{"north":{"uv":[1.375,8.0625,1.25,8.1875],"texture":"#0"},"east":{"uv":[1.375,0.75,1.3125,0.875],"texture":"#0"},"south":{"uv":[1.375,8.6875,1.5,8.8125],"texture":"#0"},"west":{"uv":[1.3125,1,1.375,1.125],"texture":"#0"},"up":{"uv":[5.3125,6.8125,5.4375,6.75],"texture":"#0"},"down":{"uv":[5.0625,6.75,5.1875,6.8125],"texture":"#0"}}},{"from":[7.5,12.5,12.5],"to":[8.5,13.5,13],"faces":{"north":{"uv":[1.625,8.0625,1.5,8.1875],"texture":"#0"},"east":{"uv":[1.375,0.25,1.3125,0.375],"texture":"#0"},"south":{"uv":[1.75,8.0625,1.875,8.1875],"texture":"#0"},"west":{"uv":[1.3125,0.5,1.375,0.625],"texture":"#0"},"up":{"uv":[6.0625,6.8125,6.1875,6.75],"texture":"#0"},"down":{"uv":[5.8125,6.75,5.9375,6.8125],"texture":"#0"}}},{"from":[7.5,14,3.5],"to":[8.5,14.5,4],"faces":{"north":{"uv":[6.9375,6.75,6.8125,6.8125],"texture":"#0"},"east":{"uv":[2.375,4.75,2.3125,4.8125],"texture":"#0"},"south":{"uv":[7.0625,6.75,7.1875,6.8125],"texture":"#0"},"west":{"uv":[2.3125,3.8125,2.375,3.875],"texture":"#0"},"up":{"uv":[6.5625,6.8125,6.6875,6.75],"texture":"#0"},"down":{"uv":[6.3125,6.75,6.4375,6.8125],"texture":"#0"}}},{"from":[7.5,14,12],"to":[8.5,14.5,12.5],"faces":{"north":{"uv":[1.625,6.5625,1.5,6.625],"texture":"#0"},"east":{"uv":[2.375,5.125,2.3125,5.1875],"texture":"#0"},"south":{"uv":[1.75,6.5625,1.875,6.625],"texture":"#0"},"west":{"uv":[2.3125,4.9375,2.375,5],"texture":"#0"},"up":{"uv":[7.5625,6.8125,7.6875,6.75],"texture":"#0"},"down":{"uv":[7.3125,6.75,7.4375,6.8125],"texture":"#0"}}},{"from":[8.5,6,7],"to":[9,7,7.5],"faces":{"north":{"uv":[1.5625,6.3125,1.5,6.4375],"texture":"#0"},"east":{"uv":[1.5625,5.5625,1.5,5.6875],"texture":"#0"},"south":{"uv":[1.5,6.0625,1.5625,6.1875],"texture":"#0"},"west":{"uv":[1.5,5.8125,1.5625,5.9375],"texture":"#0"},"up":{"uv":[4.75,5.75,4.8125,5.6875],"texture":"#0"},"down":{"uv":[2.3125,5.3125,2.375,5.375],"texture":"#0"}}},{"from":[8.5,6,8.5],"to":[9,7,9],"faces":{"north":{"uv":[1.5625,5.3125,1.5,5.4375],"texture":"#0"},"east":{"uv":[1.5625,4.5625,1.5,4.6875],"texture":"#0"},"south":{"uv":[1.5,5.0625,1.5625,5.1875],"texture":"#0"},"west":{"uv":[1.5,4.8125,1.5625,4.9375],"texture":"#0"},"up":{"uv":[4.375,5.75,4.4375,5.6875],"texture":"#0"},"down":{"uv":[4.5625,5.6875,4.625,5.75],"texture":"#0"}}},{"from":[8.5,7.5,7.5],"to":[9.5,8,8.5],"faces":{"north":{"uv":[2.125,6.5625,2,6.625],"texture":"#0"},"east":{"uv":[2.875,6.5625,2.75,6.625],"texture":"#0"},"south":{"uv":[2.25,6.5625,2.375,6.625],"texture":"#0"},"west":{"uv":[2.5,6.5625,2.625,6.625],"texture":"#0"},"up":{"uv":[3.375,8.1875,3.5,8.0625],"texture":"#0"},"down":{"uv":[2,8.0625,2.125,8.1875],"texture":"#0"}}},{"from":[8.5,8,7],"to":[10.5,8.5,7.5],"faces":{"north":{"uv":[4.625,8.125,4.375,8.1875],"texture":"#0"},"east":{"uv":[2.1875,1.375,2.125,1.4375],"texture":"#0"},"south":{"uv":[4.75,8.125,5,8.1875],"texture":"#0"},"west":{"uv":[3.0625,5.6875,3.125,5.75],"texture":"#0"},"up":{"uv":[4,8.1875,4.25,8.125],"texture":"#0"},"down":{"uv":[3.625,8.125,3.875,8.1875],"texture":"#0"}}},{"from":[8.5,8,8.5],"to":[10.5,8.5,9],"faces":{"north":{"uv":[6.125,8.125,5.875,8.1875],"texture":"#0"},"east":{"uv":[6.125,5.875,6.0625,5.9375],"texture":"#0"},"south":{"uv":[6.25,8.125,6.5,8.1875],"texture":"#0"},"west":{"uv":[6.25,5.875,6.3125,5.9375],"texture":"#0"},"up":{"uv":[5.5,8.1875,5.75,8.125],"texture":"#0"},"down":{"uv":[5.125,8.125,5.375,8.1875],"texture":"#0"}}},{"from":[8.5,8.5,6.5],"to":[11,9,7],"faces":{"north":{"uv":[6.875,9.6875,6.5625,9.75],"texture":"#0"},"east":{"uv":[2.75,2.6875,2.6875,2.75],"texture":"#0"},"south":{"uv":[5.25,9.6875,5.5625,9.75],"texture":"#0"},"west":{"uv":[2.6875,2.5,2.75,2.5625],"texture":"#0"},"up":{"uv":[7,9.75,7.3125,9.6875],"texture":"#0"},"down":{"uv":[7.4375,9.6875,7.75,9.75],"texture":"#0"}}},{"from":[8.5,8.5,9],"to":[11,9,9.5],"faces":{"north":{"uv":[4.25,9.6875,3.9375,9.75],"texture":"#0"},"east":{"uv":[5.1875,5.3125,5.125,5.375],"texture":"#0"},"south":{"uv":[3.5,9.6875,3.8125,9.75],"texture":"#0"},"west":{"uv":[7.5625,5.3125,7.625,5.375],"texture":"#0"},"up":{"uv":[4.375,9.75,4.6875,9.6875],"texture":"#0"},"down":{"uv":[4.8125,9.6875,5.125,9.75],"texture":"#0"}}},{"from":[8.5,9.5,5.5],"to":[11,10,6],"faces":{"north":{"uv":[2.5,9.6875,2.1875,9.75],"texture":"#0"},"east":{"uv":[2.5625,1.5625,2.5,1.625],"texture":"#0"},"south":{"uv":[1.75,9.6875,2.0625,9.75],"texture":"#0"},"west":{"uv":[2.5,1.375,2.5625,1.4375],"texture":"#0"},"up":{"uv":[2.625,9.75,2.9375,9.6875],"texture":"#0"},"down":{"uv":[3.0625,9.6875,3.375,9.75],"texture":"#0"}}},{"from":[8.5,9.5,10],"to":[11,10,10.5],"faces":{"north":{"uv":[6.75,9.875,6.4375,9.9375],"texture":"#0"},"east":{"uv":[2.5625,4.75,2.5,4.8125],"texture":"#0"},"south":{"uv":[6,9.875,6.3125,9.9375],"texture":"#0"},"west":{"uv":[2.5,4.5625,2.5625,4.625],"texture":"#0"},"up":{"uv":[6.875,9.9375,7.1875,9.875],"texture":"#0"},"down":{"uv":[7.3125,9.875,7.625,9.9375],"texture":"#0"}}},{"from":[8.5,12,4.5],"to":[11,13.5,5],"faces":{"north":{"uv":[1.8125,14.75,1.5,14.9375],"texture":"#0"},"east":{"uv":[0.5625,6.25,0.5,6.4375],"texture":"#0"},"south":{"uv":[2.8125,14.75,3.125,14.9375],"texture":"#0"},"west":{"uv":[0.5,7.1875,0.5625,7.375],"texture":"#0"},"up":{"uv":[4.6875,9.9375,5,9.875],"texture":"#0"},"down":{"uv":[5.125,9.875,5.4375,9.9375],"texture":"#0"}}},{"from":[8.5,12,11],"to":[11,13.5,11.5],"faces":{"north":{"uv":[2.6875,14.75,2.375,14.9375],"texture":"#0"},"east":{"uv":[0.5625,4.375,0.5,4.5625],"texture":"#0"},"south":{"uv":[1.9375,14.75,2.25,14.9375],"texture":"#0"},"west":{"uv":[0.5,4.6875,0.5625,4.875],"texture":"#0"},"up":{"uv":[2.5,9.9375,2.8125,9.875],"texture":"#0"},"down":{"uv":[5.5625,9.875,5.875,9.9375],"texture":"#0"}}},{"from":[9,7.5,8.5],"to":[9.5,8,9],"faces":{"north":{"uv":[3.875,5.5,3.8125,5.5625],"texture":"#0"},"east":{"uv":[2.9375,5.5,2.875,5.5625],"texture":"#0"},"south":{"uv":[3.25,5.5,3.3125,5.5625],"texture":"#0"},"west":{"uv":[3.0625,5.5,3.125,5.5625],"texture":"#0"},"up":{"uv":[4,5.5625,4.0625,5.5],"texture":"#0"},"down":{"uv":[4.1875,5.5,4.25,5.5625],"texture":"#0"}}},{"from":[9,8,7.5],"to":[10.5,8.5,8.5],"faces":{"north":{"uv":[7.875,7.5,7.6875,7.5625],"texture":"#0"},"east":{"uv":[5.375,6.5625,5.25,6.625],"texture":"#0"},"south":{"uv":[0.6875,7.3125,0.875,7.375],"texture":"#0"},"west":{"uv":[5,6.5625,5.125,6.625],"texture":"#0"},"up":{"uv":[3.5,11.625,3.6875,11.5],"texture":"#0"},"down":{"uv":[3.8125,11.5,4,11.625],"texture":"#0"}}},{"from":[9,8,9],"to":[10.5,8.5,9.5],"faces":{"north":{"uv":[3.375,7.3125,3.1875,7.375],"texture":"#0"},"east":{"uv":[2.375,3.4375,2.3125,3.5],"texture":"#0"},"south":{"uv":[3.5,7.3125,3.6875,7.375],"texture":"#0"},"west":{"uv":[2.3125,2.5,2.375,2.5625],"texture":"#0"},"up":{"uv":[2.5625,7.375,2.75,7.3125],"texture":"#0"},"down":{"uv":[2.25,7.3125,2.4375,7.375],"texture":"#0"}}},{"from":[9,8.5,7],"to":[11,9,7.5],"faces":{"north":{"uv":[7.625,8.125,7.375,8.1875],"texture":"#0"},"east":{"uv":[7.4375,5.875,7.375,5.9375],"texture":"#0"},"south":{"uv":[0.1875,7.875,0.4375,7.9375],"texture":"#0"},"west":{"uv":[7.5625,5.875,7.625,5.9375],"texture":"#0"},"up":{"uv":[7,8.1875,7.25,8.125],"texture":"#0"},"down":{"uv":[6.625,8.125,6.875,8.1875],"texture":"#0"}}},{"from":[9,8.5,8.5],"to":[11,9,9],"faces":{"north":{"uv":[1.5625,7.875,1.3125,7.9375],"texture":"#0"},"east":{"uv":[4.25,5.3125,4.1875,5.375],"texture":"#0"},"south":{"uv":[1.6875,7.875,1.9375,7.9375],"texture":"#0"},"west":{"uv":[7,5.875,7.0625,5.9375],"texture":"#0"},"up":{"uv":[0.9375,7.9375,1.1875,7.875],"texture":"#0"},"down":{"uv":[0.5625,7.875,0.8125,7.9375],"texture":"#0"}}},{"from":[9,9,6],"to":[11,10,6.5],"faces":{"north":{"uv":[4.3125,12.125,4.0625,12.25],"texture":"#0"},"east":{"uv":[1.5625,3.0625,1.5,3.1875],"texture":"#0"},"south":{"uv":[3.6875,11.875,3.9375,12],"texture":"#0"},"west":{"uv":[1.5,3.3125,1.5625,3.4375],"texture":"#0"},"up":{"uv":[2.4375,7.9375,2.6875,7.875],"texture":"#0"},"down":{"uv":[2.0625,7.875,2.3125,7.9375],"texture":"#0"}}},{"from":[9,9,9.5],"to":[11,10,10],"faces":{"north":{"uv":[3.9375,12.125,3.6875,12.25],"texture":"#0"},"east":{"uv":[1.5625,2.5625,1.5,2.6875],"texture":"#0"},"south":{"uv":[3.3125,11.875,3.5625,12],"texture":"#0"},"west":{"uv":[1.5,2.8125,1.5625,2.9375],"texture":"#0"},"up":{"uv":[3.1875,7.9375,3.4375,7.875],"texture":"#0"},"down":{"uv":[2.8125,7.875,3.0625,7.9375],"texture":"#0"}}},{"from":[9,10,5.5],"to":[11,10.5,6],"faces":{"north":{"uv":[4.5625,7.875,4.3125,7.9375],"texture":"#0"},"east":{"uv":[4.4375,5.3125,4.375,5.375],"texture":"#0"},"south":{"uv":[4.6875,7.875,4.9375,7.9375],"texture":"#0"},"west":{"uv":[7.375,5.6875,7.4375,5.75],"texture":"#0"},"up":{"uv":[3.9375,7.9375,4.1875,7.875],"texture":"#0"},"down":{"uv":[3.5625,7.875,3.8125,7.9375],"texture":"#0"}}},{"from":[9,10,10],"to":[11,10.5,10.5],"faces":{"north":{"uv":[6.0625,7.875,5.8125,7.9375],"texture":"#0"},"east":{"uv":[2.375,1.9375,2.3125,2],"texture":"#0"},"south":{"uv":[6.1875,7.875,6.4375,7.9375],"texture":"#0"},"west":{"uv":[2.125,1.75,2.1875,1.8125],"texture":"#0"},"up":{"uv":[5.4375,7.9375,5.6875,7.875],"texture":"#0"},"down":{"uv":[5.0625,7.875,5.3125,7.9375],"texture":"#0"}}},{"from":[9,10.5,5],"to":[11,11.5,5.5],"faces":{"north":{"uv":[3.5625,12.125,3.3125,12.25],"texture":"#0"},"east":{"uv":[1.5625,1.5625,1.5,1.6875],"texture":"#0"},"south":{"uv":[2.9375,11.875,3.1875,12],"texture":"#0"},"west":{"uv":[1.5,1.8125,1.5625,1.9375],"texture":"#0"},"up":{"uv":[0.9375,7.75,1.1875,7.6875],"texture":"#0"},"down":{"uv":[6.5625,7.875,6.8125,7.9375],"texture":"#0"}}},{"from":[9,10.5,10.5],"to":[11,11.5,11],"faces":{"north":{"uv":[3.1875,12.125,2.9375,12.25],"texture":"#0"},"east":{"uv":[1.5625,0.5625,1.5,0.6875],"texture":"#0"},"south":{"uv":[2.5625,11.875,2.8125,12],"texture":"#0"},"west":{"uv":[1.5,0.8125,1.5625,0.9375],"texture":"#0"},"up":{"uv":[1.6875,7.75,1.9375,7.6875],"texture":"#0"},"down":{"uv":[1.3125,7.6875,1.5625,7.75],"texture":"#0"}}},{"from":[9,13.5,4.5],"to":[11,14.5,5],"faces":{"north":{"uv":[2.8125,12.125,2.5625,12.25],"texture":"#0"},"east":{"uv":[1.75,6.3125,1.6875,6.4375],"texture":"#0"},"south":{"uv":[2.1875,11.875,2.4375,12],"texture":"#0"},"west":{"uv":[1.5,0.3125,1.5625,0.4375],"texture":"#0"},"up":{"uv":[6.375,12.875,6.625,12.8125],"texture":"#0"},"down":{"uv":[2.0625,7.6875,2.3125,7.75],"texture":"#0"}}},{"from":[9,13.5,11],"to":[11,14.5,11.5],"faces":{"north":{"uv":[2.4375,12.125,2.1875,12.25],"texture":"#0"},"east":{"uv":[2.125,6.3125,2.0625,6.4375],"texture":"#0"},"south":{"uv":[1.1875,11.75,1.4375,11.875],"texture":"#0"},"west":{"uv":[1.875,6.3125,1.9375,6.4375],"texture":"#0"},"up":{"uv":[3.75,9.5625,4,9.5],"texture":"#0"},"down":{"uv":[2.625,9.5,2.875,9.5625],"texture":"#0"}}},{"from":[9,14.5,4.5],"to":[10.5,15.5,5],"faces":{"north":{"uv":[7.4375,10.625,7.25,10.75],"texture":"#0"},"east":{"uv":[1.125,0.1875,1.0625,0.3125],"texture":"#0"},"south":{"uv":[3.8125,11,4,11.125],"texture":"#0"},"west":{"uv":[2.25,6.3125,2.3125,6.4375],"texture":"#0"},"up":{"uv":[7.375,7.5625,7.5625,7.5],"texture":"#0"},"down":{"uv":[1.9375,7.3125,2.125,7.375],"texture":"#0"}}},{"from":[9,14.5,11],"to":[10.5,15.5,11.5],"faces":{"north":{"uv":[1.75,10.0625,1.5625,10.1875],"texture":"#0"},"east":{"uv":[2.6875,6.3125,2.625,6.4375],"texture":"#0"},"south":{"uv":[3.9375,10.3125,4.125,10.4375],"texture":"#0"},"west":{"uv":[2.4375,6.3125,2.5,6.4375],"texture":"#0"},"up":{"uv":[0.1875,0.25,0.375,0.1875],"texture":"#0"},"down":{"uv":[0.5,7.5,0.6875,7.5625],"texture":"#0"}}},{"from":[9.5,8.5,7.5],"to":[11,9,8.5],"faces":{"north":{"uv":[7.125,7.6875,6.9375,7.75],"texture":"#0"},"east":{"uv":[7.375,6.5625,7.25,6.625],"texture":"#0"},"south":{"uv":[4.75,7.6875,4.9375,7.75],"texture":"#0"},"west":{"uv":[7,6.5625,7.125,6.625],"texture":"#0"},"up":{"uv":[3.9375,10.1875,4.125,10.0625],"texture":"#0"},"down":{"uv":[2.875,11.5,3.0625,11.625],"texture":"#0"}}},{"from":[9.5,9,6.5],"to":[11.5,10,7],"faces":{"north":{"uv":[2.125,12.375,1.875,12.5],"texture":"#0"},"east":{"uv":[3.0625,6.3125,3,6.4375],"texture":"#0"},"south":{"uv":[1.5,12.375,1.75,12.5],"texture":"#0"},"west":{"uv":[2.8125,6.3125,2.875,6.4375],"texture":"#0"},"up":{"uv":[4.5,9.5625,4.75,9.5],"texture":"#0"},"down":{"uv":[4.125,9.5,4.375,9.5625],"texture":"#0"}}},{"from":[9.5,9,9],"to":[11.5,10,9.5],"faces":{"north":{"uv":[1.375,12.375,1.125,12.5],"texture":"#0"},"east":{"uv":[3.9375,6.3125,3.875,6.4375],"texture":"#0"},"south":{"uv":[0,12.375,0.25,12.5],"texture":"#0"},"west":{"uv":[3.6875,6.3125,3.75,6.4375],"texture":"#0"},"up":{"uv":[6.75,9.5625,7,9.5],"texture":"#0"},"down":{"uv":[4.875,9.5,5.125,9.5625],"texture":"#0"}}},{"from":[9.5,10,6],"to":[11,10.5,6.5],"faces":{"north":{"uv":[7.4375,7.3125,7.25,7.375],"texture":"#0"},"east":{"uv":[2.1875,5.6875,2.125,5.75],"texture":"#0"},"south":{"uv":[6.9375,7.3125,7.125,7.375],"texture":"#0"},"west":{"uv":[7.75,5.875,7.8125,5.9375],"texture":"#0"},"up":{"uv":[1.1875,7.1875,1.375,7.125],"texture":"#0"},"down":{"uv":[4.4375,7.6875,4.625,7.75],"texture":"#0"}}},{"from":[9.5,10,9.5],"to":[11,10.5,10],"faces":{"north":{"uv":[5.5625,7.3125,5.375,7.375],"texture":"#0"},"east":{"uv":[2.1875,3.8125,2.125,3.875],"texture":"#0"},"south":{"uv":[5.0625,7.3125,5.25,7.375],"texture":"#0"},"west":{"uv":[2.125,4.375,2.1875,4.4375],"texture":"#0"},"up":{"uv":[5.6875,7.375,5.875,7.3125],"texture":"#0"},"down":{"uv":[6,7.3125,6.1875,7.375],"texture":"#0"}}},{"from":[9.5,11.5,5],"to":[11.5,14.5,5.5],"faces":{"north":{"uv":[6.875,15.625,6.625,16],"texture":"#0"},"east":{"uv":[1.0625,11,1,11.375],"texture":"#0"},"south":{"uv":[3.875,15.625,4.125,16],"texture":"#0"},"west":{"uv":[0,10.0625,0.0625,10.4375],"texture":"#0"},"up":{"uv":[7.5,9.5625,7.75,9.5],"texture":"#0"},"down":{"uv":[7.125,9.5,7.375,9.5625],"texture":"#0"}}},{"from":[9.5,11.5,10.5],"to":[11.5,14.5,11],"faces":{"north":{"uv":[3.75,15.625,3.5,16],"texture":"#0"},"east":{"uv":[1.6875,11,1.625,11.375],"texture":"#0"},"south":{"uv":[7,15.625,7.25,16],"texture":"#0"},"west":{"uv":[1.4375,11,1.5,11.375],"texture":"#0"},"up":{"uv":[1.125,9.375,1.375,9.3125],"texture":"#0"},"down":{"uv":[0,9.3125,0.25,9.375],"texture":"#0"}}},{"from":[9.5,15.5,4.5],"to":[10.5,16,5],"faces":{"north":{"uv":[5.9375,6.375,5.8125,6.4375],"texture":"#0"},"east":{"uv":[7.0625,5.6875,7,5.75],"texture":"#0"},"south":{"uv":[6.0625,6.375,6.1875,6.4375],"texture":"#0"},"west":{"uv":[6.625,5.6875,6.6875,5.75],"texture":"#0"},"up":{"uv":[5.5625,6.4375,5.6875,6.375],"texture":"#0"},"down":{"uv":[5.3125,6.375,5.4375,6.4375],"texture":"#0"}}},{"from":[9.5,15.5,11],"to":[10.5,16,11.5],"faces":{"north":{"uv":[6.6875,6.375,6.5625,6.4375],"texture":"#0"},"east":{"uv":[2.375,3.625,2.3125,3.6875],"texture":"#0"},"south":{"uv":[6.8125,6.375,6.9375,6.4375],"texture":"#0"},"west":{"uv":[2.3125,5.5,2.375,5.5625],"texture":"#0"},"up":{"uv":[6,6.625,6.125,6.5625],"texture":"#0"},"down":{"uv":[6.3125,6.375,6.4375,6.4375],"texture":"#0"}}},{"from":[10,9,7],"to":[11.5,10,7.5],"faces":{"north":{"uv":[5.3125,11.5,5.125,11.625],"texture":"#0"},"east":{"uv":[7.8125,6.3125,7.75,6.4375],"texture":"#0"},"south":{"uv":[1.8125,11,2,11.125],"texture":"#0"},"west":{"uv":[7.5625,6.3125,7.625,6.4375],"texture":"#0"},"up":{"uv":[3.8125,7.375,4,7.3125],"texture":"#0"},"down":{"uv":[4.125,7.3125,4.3125,7.375],"texture":"#0"}}},{"from":[10,9,7.5],"to":[11.5,9.5,9],"faces":{"north":{"uv":[6.625,7.5,6.4375,7.5625],"texture":"#0"},"east":{"uv":[5.0625,7.5,4.875,7.5625],"texture":"#0"},"south":{"uv":[6.125,7.5,6.3125,7.5625],"texture":"#0"},"west":{"uv":[5.1875,7.5,5.375,7.5625],"texture":"#0"},"up":{"uv":[4.3125,13.1875,4.5,13],"texture":"#0"},"down":{"uv":[1.4375,14.25,1.625,14.4375],"texture":"#0"}}},{"from":[10,9.5,8.5],"to":[11.5,10,9],"faces":{"north":{"uv":[1.3125,7.5,1.125,7.5625],"texture":"#0"},"east":{"uv":[2.5625,5.125,2.5,5.1875],"texture":"#0"},"south":{"uv":[0.8125,7.5,1,7.5625],"texture":"#0"},"west":{"uv":[2.5,5.3125,2.5625,5.375],"texture":"#0"},"up":{"uv":[4.25,7.5625,4.4375,7.5],"texture":"#0"},"down":{"uv":[4.5625,7.5,4.75,7.5625],"texture":"#0"}}},{"from":[10,10,6.5],"to":[11.5,10.5,7],"faces":{"north":{"uv":[0.375,6.5625,0.1875,6.625],"texture":"#0"},"east":{"uv":[2.5625,2.5,2.5,2.5625],"texture":"#0"},"south":{"uv":[0.1875,6.75,0.375,6.8125],"texture":"#0"},"west":{"uv":[2.5,2.6875,2.5625,2.75],"texture":"#0"},"up":{"uv":[0.1875,6.4375,0.375,6.375],"texture":"#0"},"down":{"uv":[0.1875,1.375,0.375,1.4375],"texture":"#0"}}},{"from":[10,10,9],"to":[11.5,10.5,9.5],"faces":{"north":{"uv":[0.375,7.3125,0.1875,7.375],"texture":"#0"},"east":{"uv":[2.9375,5.3125,2.875,5.375],"texture":"#0"},"south":{"uv":[0.1875,7.5,0.375,7.5625],"texture":"#0"},"west":{"uv":[2.6875,5.3125,2.75,5.375],"texture":"#0"},"up":{"uv":[0.1875,7.1875,0.375,7.125],"texture":"#0"},"down":{"uv":[0.1875,6.9375,0.375,7],"texture":"#0"}}},{"from":[10,10.5,5.5],"to":[11.5,13.5,6],"faces":{"north":{"uv":[0.5,14.25,0.3125,14.625],"texture":"#0"},"east":{"uv":[3.6875,11,3.625,11.375],"texture":"#0"},"south":{"uv":[0,14.25,0.1875,14.625],"texture":"#0"},"west":{"uv":[2.4375,11,2.5,11.375],"texture":"#0"},"up":{"uv":[7.25,7.75,7.4375,7.6875],"texture":"#0"},"down":{"uv":[7.5625,7.6875,7.75,7.75],"texture":"#0"}}},{"from":[10,10.5,10],"to":[11.5,13.5,10.5],"faces":{"north":{"uv":[7.5625,15.625,7.375,16],"texture":"#0"},"east":{"uv":[6.1875,11,6.125,11.375],"texture":"#0"},"south":{"uv":[7.6875,15.625,7.875,16],"texture":"#0"},"west":{"uv":[5.125,11,5.1875,11.375],"texture":"#0"},"up":{"uv":[5.0625,7.75,5.25,7.6875],"texture":"#0"},"down":{"uv":[5.375,7.6875,5.5625,7.75],"texture":"#0"}}},{"from":[10,12,4],"to":[10.5,14,4.5],"faces":{"north":{"uv":[0.0625,8.9375,0,9.1875],"texture":"#0"},"east":{"uv":[0.625,8.9375,0.5625,9.1875],"texture":"#0"},"south":{"uv":[0.1875,8.9375,0.25,9.1875],"texture":"#0"},"west":{"uv":[0.375,8.9375,0.4375,9.1875],"texture":"#0"},"up":{"uv":[2.6875,1.8125,2.75,1.75],"texture":"#0"},"down":{"uv":[2.6875,2.3125,2.75,2.375],"texture":"#0"}}},{"from":[10,12,11.5],"to":[10.5,14,12],"faces":{"north":{"uv":[0.8125,8.9375,0.75,9.1875],"texture":"#0"},"east":{"uv":[1.375,8.9375,1.3125,9.1875],"texture":"#0"},"south":{"uv":[0.9375,8.9375,1,9.1875],"texture":"#0"},"west":{"uv":[1.125,8.9375,1.1875,9.1875],"texture":"#0"},"up":{"uv":[2.6875,0.6875,2.75,0.625],"texture":"#0"},"down":{"uv":[2.6875,0.8125,2.75,0.875],"texture":"#0"}}},{"from":[10,14.5,5],"to":[11,16,5.5],"faces":{"north":{"uv":[5.4375,10.9375,5.3125,11.125],"texture":"#0"},"east":{"uv":[0.75,2.3125,0.6875,2.5],"texture":"#0"},"south":{"uv":[6.3125,11.1875,6.4375,11.375],"texture":"#0"},"west":{"uv":[0.6875,2,0.75,2.1875],"texture":"#0"},"up":{"uv":[1.6875,3.5,1.8125,3.4375],"texture":"#0"},"down":{"uv":[1.6875,3.625,1.8125,3.6875],"texture":"#0"}}},{"from":[10,14.5,10.5],"to":[11,16,11],"faces":{"north":{"uv":[6.4375,10.875,6.3125,11.0625],"texture":"#0"},"east":{"uv":[0.75,4.1875,0.6875,4.375],"texture":"#0"},"south":{"uv":[0,10.5625,0.125,10.75],"texture":"#0"},"west":{"uv":[0.6875,3.875,0.75,4.0625],"texture":"#0"},"up":{"uv":[1.6875,3.125,1.8125,3.0625],"texture":"#0"},"down":{"uv":[1.6875,3.25,1.8125,3.3125],"texture":"#0"}}},{"from":[10.5,9.5,7.5],"to":[11.5,10.5,8.5],"faces":{"north":{"uv":[2.625,9.0625,2.5,9.1875],"texture":"#0"},"east":{"uv":[4.375,9.0625,4.25,9.1875],"texture":"#0"},"south":{"uv":[3.25,9.0625,3.375,9.1875],"texture":"#0"},"west":{"uv":[3.5,9.0625,3.625,9.1875],"texture":"#0"},"up":{"uv":[2.25,9.1875,2.375,9.0625],"texture":"#0"},"down":{"uv":[1.5,9.0625,1.625,9.1875],"texture":"#0"}}},{"from":[10.5,10,7],"to":[11.5,10.5,7.5],"faces":{"north":{"uv":[1.8125,1.75,1.6875,1.8125],"texture":"#0"},"east":{"uv":[2.1875,5.125,2.125,5.1875],"texture":"#0"},"south":{"uv":[1.6875,1.5625,1.8125,1.625],"texture":"#0"},"west":{"uv":[2.125,5.3125,2.1875,5.375],"texture":"#0"},"up":{"uv":[1.6875,2,1.8125,1.9375],"texture":"#0"},"down":{"uv":[1.6875,2.125,1.8125,2.1875],"texture":"#0"}}},{"from":[10.5,10,8.5],"to":[11.5,10.5,9],"faces":{"north":{"uv":[1.8125,1,1.6875,1.0625],"texture":"#0"},"east":{"uv":[2.1875,4,2.125,4.0625],"texture":"#0"},"south":{"uv":[1.6875,0.8125,1.8125,0.875],"texture":"#0"},"west":{"uv":[2.125,4.1875,2.1875,4.25],"texture":"#0"},"up":{"uv":[1.6875,1.25,1.8125,1.1875],"texture":"#0"},"down":{"uv":[1.6875,1.375,1.8125,1.4375],"texture":"#0"}}},{"from":[10.5,10.5,6],"to":[11.5,14.5,6.5],"faces":{"north":{"uv":[1.625,13.625,1.5,14.125],"texture":"#0"},"east":{"uv":[5.4375,13,5.375,13.5],"texture":"#0"},"south":{"uv":[1.75,13.625,1.875,14.125],"texture":"#0"},"west":{"uv":[5.5625,13,5.625,13.5],"texture":"#0"},"up":{"uv":[1.6875,0.5,1.8125,0.4375],"texture":"#0"},"down":{"uv":[1.6875,0.625,1.8125,0.6875],"texture":"#0"}}},{"from":[10.5,10.5,6.5],"to":[12,11.5,7],"faces":{"north":{"uv":[1.75,10.3125,1.5625,10.4375],"texture":"#0"},"east":{"uv":[2.5625,6.0625,2.5,6.1875],"texture":"#0"},"south":{"uv":[2.375,10.125,2.5625,10.25],"texture":"#0"},"west":{"uv":[2.3125,6.0625,2.375,6.1875],"texture":"#0"},"up":{"uv":[4.3125,7.1875,4.5,7.125],"texture":"#0"},"down":{"uv":[5.25,7.125,5.4375,7.1875],"texture":"#0"}}},{"from":[10.5,10.5,9],"to":[12,11.5,9.5],"faces":{"north":{"uv":[3.0625,10.3125,2.875,10.4375],"texture":"#0"},"east":{"uv":[2.9375,6.0625,2.875,6.1875],"texture":"#0"},"south":{"uv":[3.1875,10.0625,3.375,10.1875],"texture":"#0"},"west":{"uv":[2.6875,6.0625,2.75,6.1875],"texture":"#0"},"up":{"uv":[2.4375,7.1875,2.625,7.125],"texture":"#0"},"down":{"uv":[4,7.125,4.1875,7.1875],"texture":"#0"}}},{"from":[10.5,10.5,9.5],"to":[11.5,14.5,10],"faces":{"north":{"uv":[1.125,13.625,1,14.125],"texture":"#0"},"east":{"uv":[0.0625,11.75,0,12.25],"texture":"#0"},"south":{"uv":[1.25,13.625,1.375,14.125],"texture":"#0"},"west":{"uv":[5.1875,13,5.25,13.5],"texture":"#0"},"up":{"uv":[3.3125,6.1875,3.4375,6.125],"texture":"#0"},"down":{"uv":[3.0625,6.125,3.1875,6.1875],"texture":"#0"}}},{"from":[10.5,13.5,5.5],"to":[12,14,6],"faces":{"north":{"uv":[1.6875,7.125,1.5,7.1875],"texture":"#0"},"east":{"uv":[4.0625,5.6875,4,5.75],"texture":"#0"},"south":{"uv":[6.625,7.3125,6.8125,7.375],"texture":"#0"},"west":{"uv":[3.8125,5.6875,3.875,5.75],"texture":"#0"},"up":{"uv":[1.8125,7.1875,2,7.125],"texture":"#0"},"down":{"uv":[2.125,7.125,2.3125,7.1875],"texture":"#0"}}},{"from":[10.5,13.5,10],"to":[12,14,10.5],"faces":{"north":{"uv":[4.625,7.3125,4.4375,7.375],"texture":"#0"},"east":{"uv":[5.1875,5.6875,5.125,5.75],"texture":"#0"},"south":{"uv":[2.875,7.3125,3.0625,7.375],"texture":"#0"},"west":{"uv":[4.9375,5.6875,5,5.75],"texture":"#0"},"up":{"uv":[4.75,7.375,4.9375,7.3125],"texture":"#0"},"down":{"uv":[6.3125,7.3125,6.5,7.375],"texture":"#0"}}},{"from":[10.5,14,5.5],"to":[11.5,16,6],"faces":{"north":{"uv":[5.0625,12.875,4.9375,13.125],"texture":"#0"},"east":{"uv":[5,8.9375,4.9375,9.1875],"texture":"#0"},"south":{"uv":[4.9375,13.25,5.0625,13.5],"texture":"#0"},"west":{"uv":[4.75,8.9375,4.8125,9.1875],"texture":"#0"},"up":{"uv":[4.3125,6.1875,4.4375,6.125],"texture":"#0"},"down":{"uv":[4.0625,6.125,4.1875,6.1875],"texture":"#0"}}},{"from":[10.5,14,10],"to":[11.5,16,10.5],"faces":{"north":{"uv":[4.75,12.9375,4.625,13.1875],"texture":"#0"},"east":{"uv":[5.375,8.9375,5.3125,9.1875],"texture":"#0"},"south":{"uv":[3,12.8125,3.125,13.0625],"texture":"#0"},"west":{"uv":[5.125,8.9375,5.1875,9.1875],"texture":"#0"},"up":{"uv":[5.0625,6.1875,5.1875,6.125],"texture":"#0"},"down":{"uv":[4.8125,6.125,4.9375,6.1875],"texture":"#0"}}},{"from":[11,10.5,7],"to":[12,13.5,7.5],"faces":{"north":{"uv":[3.3125,14.25,3.1875,14.625],"texture":"#0"},"east":{"uv":[0.625,10.0625,0.5625,10.4375],"texture":"#0"},"south":{"uv":[2.9375,14.25,3.0625,14.625],"texture":"#0"},"west":{"uv":[3.5,10.0625,3.5625,10.4375],"texture":"#0"},"up":{"uv":[6.25,6.1875,6.375,6.125],"texture":"#0"},"down":{"uv":[6,6.125,6.125,6.1875],"texture":"#0"}}},{"from":[11,10.5,7.5],"to":[12,12,9],"faces":{"north":{"uv":[6.4375,10.25,6.3125,10.4375],"texture":"#0"},"east":{"uv":[4.1875,13.3125,4,13.5],"texture":"#0"},"south":{"uv":[6.5625,10.25,6.6875,10.4375],"texture":"#0"},"west":{"uv":[4,13,4.1875,13.1875],"texture":"#0"},"up":{"uv":[5.25,10.4375,5.375,10.25],"texture":"#0"},"down":{"uv":[3.6875,10.25,3.8125,10.4375],"texture":"#0"}}},{"from":[11,11.5,6.5],"to":[12,15.5,7],"faces":{"north":{"uv":[0.875,13.625,0.75,14.125],"texture":"#0"},"east":{"uv":[0.25,10.875,0.1875,11.375],"texture":"#0"},"south":{"uv":[0.5,13.625,0.625,14.125],"texture":"#0"},"west":{"uv":[0.375,10.875,0.4375,11.375],"texture":"#0"},"up":{"uv":[6.9375,6.1875,7.0625,6.125],"texture":"#0"},"down":{"uv":[6.6875,6.125,6.8125,6.1875],"texture":"#0"}}},{"from":[11,11.5,9],"to":[12,15.5,9.5],"faces":{"north":{"uv":[0.375,13.625,0.25,14.125],"texture":"#0"},"east":{"uv":[0.875,10.875,0.8125,11.375],"texture":"#0"},"south":{"uv":[2.25,13.625,2.375,14.125],"texture":"#0"},"west":{"uv":[0,10.875,0.0625,11.375],"texture":"#0"},"up":{"uv":[7.4375,6.1875,7.5625,6.125],"texture":"#0"},"down":{"uv":[7.1875,6.125,7.3125,6.1875],"texture":"#0"}}},{"from":[11,12,8.5],"to":[12.5,13.5,9],"faces":{"north":{"uv":[4.8125,13.3125,4.625,13.5],"texture":"#0"},"east":{"uv":[0.5625,6.5625,0.5,6.75],"texture":"#0"},"south":{"uv":[6.5,14.25,6.6875,14.4375],"texture":"#0"},"west":{"uv":[0.5,5.625,0.5625,5.8125],"texture":"#0"},"up":{"uv":[2.0625,7.5625,2.25,7.5],"texture":"#0"},"down":{"uv":[5.5,7.5,5.6875,7.5625],"texture":"#0"}}},{"from":[11,12.5,4.5],"to":[11.5,13.5,5],"faces":{"north":{"uv":[0.9375,6.375,0.875,6.5],"texture":"#0"},"east":{"uv":[0.9375,5.625,0.875,5.75],"texture":"#0"},"south":{"uv":[0.875,6.125,0.9375,6.25],"texture":"#0"},"west":{"uv":[0.875,5.875,0.9375,6],"texture":"#0"},"up":{"uv":[2.5,5.5625,2.5625,5.5],"texture":"#0"},"down":{"uv":[2.3125,0.25,2.375,0.3125],"texture":"#0"}}},{"from":[11,12.5,11],"to":[11.5,13.5,11.5],"faces":{"north":{"uv":[0.9375,5.375,0.875,5.5],"texture":"#0"},"east":{"uv":[0.9375,4.125,0.875,4.25],"texture":"#0"},"south":{"uv":[0.875,5.125,0.9375,5.25],"texture":"#0"},"west":{"uv":[0.875,4.875,0.9375,5],"texture":"#0"},"up":{"uv":[3.625,5.5625,3.6875,5.5],"texture":"#0"},"down":{"uv":[3.4375,5.5,3.5,5.5625],"texture":"#0"}}},{"from":[11,14.5,6],"to":[11.5,16,6.5],"faces":{"north":{"uv":[0.5625,6.875,0.5,7.0625],"texture":"#0"},"east":{"uv":[0.25,4.6875,0.1875,4.875],"texture":"#0"},"south":{"uv":[0.1875,2.5625,0.25,2.75],"texture":"#0"},"west":{"uv":[0.1875,2.875,0.25,3.0625],"texture":"#0"},"up":{"uv":[4.75,5.5625,4.8125,5.5],"texture":"#0"},"down":{"uv":[4.5625,5.5,4.625,5.5625],"texture":"#0"}}},{"from":[11,14.5,9.5],"to":[11.5,16,10],"faces":{"north":{"uv":[0.75,4.5,0.6875,4.6875],"texture":"#0"},"east":{"uv":[0.0625,0.9375,0,1.125],"texture":"#0"},"south":{"uv":[0.1875,5,0.25,5.1875],"texture":"#0"},"west":{"uv":[0,0.625,0.0625,0.8125],"texture":"#0"},"up":{"uv":[5.875,5.5625,5.9375,5.5],"texture":"#0"},"down":{"uv":[5.6875,5.5,5.75,5.5625],"texture":"#0"}}},{"from":[11.5,12,5.5],"to":[12,13.5,6],"faces":{"north":{"uv":[0.0625,1.25,0,1.4375],"texture":"#0"},"east":{"uv":[0.0625,3.75,0,3.9375],"texture":"#0"},"south":{"uv":[0,1.5625,0.0625,1.75],"texture":"#0"},"west":{"uv":[0,3.4375,0.0625,3.625],"texture":"#0"},"up":{"uv":[7,5.5625,7.0625,5.5],"texture":"#0"},"down":{"uv":[6.8125,5.5,6.875,5.5625],"texture":"#0"}}},{"from":[11.5,12,7.5],"to":[12.5,14.5,8.5],"faces":{"north":{"uv":[3.125,13.1875,3,13.5],"texture":"#0"},"east":{"uv":[0.875,13.1875,0.75,13.5],"texture":"#0"},"south":{"uv":[2.75,13.1875,2.875,13.5],"texture":"#0"},"west":{"uv":[1.75,13.1875,1.875,13.5],"texture":"#0"},"up":{"uv":[5.75,9.1875,5.875,9.0625],"texture":"#0"},"down":{"uv":[5.5,9.0625,5.625,9.1875],"texture":"#0"}}},{"from":[11.5,12,10],"to":[12,13.5,10.5],"faces":{"north":{"uv":[0.0625,4.6875,0,4.875],"texture":"#0"},"east":{"uv":[0.0625,6.25,0,6.4375],"texture":"#0"},"south":{"uv":[0,5,0.0625,5.1875],"texture":"#0"},"west":{"uv":[0,5.3125,0.0625,5.5],"texture":"#0"},"up":{"uv":[2.5,4.0625,2.5625,4],"texture":"#0"},"down":{"uv":[2.5,4.1875,2.5625,4.25],"texture":"#0"}}},{"from":[11.5,13.5,7],"to":[12.5,14,7.5],"faces":{"north":{"uv":[6.1875,6.9375,6.0625,7],"texture":"#0"},"east":{"uv":[2.5625,2.125,2.5,2.1875],"texture":"#0"},"south":{"uv":[6.3125,6.9375,6.4375,7],"texture":"#0"},"west":{"uv":[2.5,2.3125,2.5625,2.375],"texture":"#0"},"up":{"uv":[5.8125,7,5.9375,6.9375],"texture":"#0"},"down":{"uv":[5.5625,6.9375,5.6875,7],"texture":"#0"}}},{"from":[11.5,13.5,8.5],"to":[12.5,14,9],"faces":{"north":{"uv":[7.1875,6.9375,7.0625,7],"texture":"#0"},"east":{"uv":[2.5625,1,2.5,1.0625],"texture":"#0"},"south":{"uv":[7.3125,6.9375,7.4375,7],"texture":"#0"},"west":{"uv":[2.5,1.1875,2.5625,1.25],"texture":"#0"},"up":{"uv":[6.8125,7,6.9375,6.9375],"texture":"#0"},"down":{"uv":[6.5625,6.9375,6.6875,7],"texture":"#0"}}},{"from":[11.5,14,7],"to":[12,16,7.5],"faces":{"north":{"uv":[6.0625,8.9375,6,9.1875],"texture":"#0"},"east":{"uv":[6.625,8.9375,6.5625,9.1875],"texture":"#0"},"south":{"uv":[6.1875,8.9375,6.25,9.1875],"texture":"#0"},"west":{"uv":[6.375,8.9375,6.4375,9.1875],"texture":"#0"},"up":{"uv":[2.5,0.6875,2.5625,0.625],"texture":"#0"},"down":{"uv":[2.5,0.8125,2.5625,0.875],"texture":"#0"}}},{"from":[11.5,14,8.5],"to":[12,16,9],"faces":{"north":{"uv":[6.8125,8.9375,6.75,9.1875],"texture":"#0"},"east":{"uv":[7.375,8.9375,7.3125,9.1875],"texture":"#0"},"south":{"uv":[6.9375,8.9375,7,9.1875],"texture":"#0"},"west":{"uv":[7.125,8.9375,7.1875,9.1875],"texture":"#0"},"up":{"uv":[3.25,5.375,3.3125,5.3125],"texture":"#0"},"down":{"uv":[3.0625,5.3125,3.125,5.375],"texture":"#0"}}},{"from":[11.5,14.5,7.5],"to":[12,16,8.5],"faces":{"north":{"uv":[2.75,10.0625,2.6875,10.25],"texture":"#0"},"east":{"uv":[3,10.875,2.875,11.0625],"texture":"#0"},"south":{"uv":[0.6875,0.75,0.75,0.9375],"texture":"#0"},"west":{"uv":[2.25,10.5625,2.375,10.75],"texture":"#0"},"up":{"uv":[0.875,2.5,0.9375,2.375],"texture":"#0"},"down":{"uv":[0.875,2.625,0.9375,2.75],"texture":"#0"}}},{"from":[11.5,15.5,6.5],"to":[12,16,7],"faces":{"north":{"uv":[5.75,5.3125,5.6875,5.375],"texture":"#0"},"east":{"uv":[6.3125,5.3125,6.25,5.375],"texture":"#0"},"south":{"uv":[5.875,5.3125,5.9375,5.375],"texture":"#0"},"west":{"uv":[6.0625,5.3125,6.125,5.375],"texture":"#0"},"up":{"uv":[5.5,5.375,5.5625,5.3125],"texture":"#0"},"down":{"uv":[5.3125,5.3125,5.375,5.375],"texture":"#0"}}},{"from":[11.5,15.5,9],"to":[12,16,9.5],"faces":{"north":{"uv":[6.875,5.3125,6.8125,5.375],"texture":"#0"},"east":{"uv":[7.4375,5.3125,7.375,5.375],"texture":"#0"},"south":{"uv":[7,5.3125,7.0625,5.375],"texture":"#0"},"west":{"uv":[7.1875,5.3125,7.25,5.375],"texture":"#0"},"up":{"uv":[6.625,5.375,6.6875,5.3125],"texture":"#0"},"down":{"uv":[6.4375,5.3125,6.5,5.375],"texture":"#0"}}},{"from":[12,11.5,7.5],"to":[12.5,12,8.5],"faces":{"north":{"uv":[2.75,5.125,2.6875,5.1875],"texture":"#0"},"east":{"uv":[1.1875,3.5625,1.0625,3.625],"texture":"#0"},"south":{"uv":[2.6875,4.9375,2.75,5],"texture":"#0"},"west":{"uv":[1.0625,3.75,1.1875,3.8125],"texture":"#0"},"up":{"uv":[0.875,1,0.9375,0.875],"texture":"#0"},"down":{"uv":[0.875,2.125,0.9375,2.25],"texture":"#0"}}},{"from":[12,12,7],"to":[12.5,13.5,7.5],"faces":{"north":{"uv":[0.75,1.375,0.6875,1.5625],"texture":"#0"},"east":{"uv":[0.75,3.5625,0.6875,3.75],"texture":"#0"},"south":{"uv":[0.6875,1.6875,0.75,1.875],"texture":"#0"},"west":{"uv":[0.6875,3.25,0.75,3.4375],"texture":"#0"},"up":{"uv":[2.6875,4.25,2.75,4.1875],"texture":"#0"},"down":{"uv":[2.6875,4.375,2.75,4.4375],"texture":"#0"}}},{"from":[12,12.5,6.5],"to":[12.5,13.5,7],"faces":{"north":{"uv":[0.9375,0.625,0.875,0.75],"texture":"#0"},"east":{"uv":[1.125,2.9375,1.0625,3.0625],"texture":"#0"},"south":{"uv":[0.875,0.375,0.9375,0.5],"texture":"#0"},"west":{"uv":[0.875,0.125,0.9375,0.25],"texture":"#0"},"up":{"uv":[2.6875,3.125,2.75,3.0625],"texture":"#0"},"down":{"uv":[2.6875,3.25,2.75,3.3125],"texture":"#0"}}},{"from":[12,12.5,9],"to":[12.5,13.5,9.5],"faces":{"north":{"uv":[1.125,2.6875,1.0625,2.8125],"texture":"#0"},"east":{"uv":[1.125,1.4375,1.0625,1.5625],"texture":"#0"},"south":{"uv":[1.0625,2.4375,1.125,2.5625],"texture":"#0"},"west":{"uv":[1.0625,2.1875,1.125,2.3125],"texture":"#0"},"up":{"uv":[2.6875,2,2.75,1.9375],"texture":"#0"},"down":{"uv":[2.6875,2.125,2.75,2.1875],"texture":"#0"}}},{"from":[12.5,12.5,7.5],"to":[13,13.5,8.5],"faces":{"north":{"uv":[1.125,0.6875,1.0625,0.8125],"texture":"#0"},"east":{"uv":[4.625,9.0625,4.5,9.1875],"texture":"#0"},"south":{"uv":[1.0625,0.4375,1.125,0.5625],"texture":"#0"},"west":{"uv":[0,8.6875,0.125,8.8125],"texture":"#0"},"up":{"uv":[1.0625,1.0625,1.125,0.9375],"texture":"#0"},"down":{"uv":[1.0625,1.1875,1.125,1.3125],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"translation":[0,1,1.5]},"thirdperson_lefthand":{"translation":[0,1,1.5]},"firstperson_righthand":{"rotation":[7,22,0]},"firstperson_lefthand":{"rotation":[7,22,0]},"gui":{"rotation":[65,41,-55],"translation":[-0.5,0.25,0]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/music_relik.json b/assets/minecraft/models/item/wynn/skin/relik/music_relik.json new file mode 100644 index 000000000..b74297817 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/music_relik.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/wood_full","1":"skins/red_gradient1","2":"skins/drum_gradient","particle":"skins/wood_full"},"elements":[{"from":[6.35315,-0.24,4.01],"to":[9.64685,1.24,11.99],"rotation":{"angle":45,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[0,8.5,1.5,11.81371],"rotation":90,"texture":"#0"},"east":{"uv":[0,8.5,8,10],"texture":"#0"},"south":{"uv":[0,7,1.5,10.31371],"rotation":90,"texture":"#0"},"west":{"uv":[0,8.5,8,10],"texture":"#0"},"up":{"uv":[0,8,3.31371,16],"texture":"#0"},"down":{"uv":[0,8,3.31371,16],"texture":"#0"}}},{"from":[6.35315,10.76,4.01],"to":[9.64685,12.24,11.99],"rotation":{"angle":45,"axis":"y","origin":[8,12,8]},"faces":{"north":{"uv":[8,9.5,9.5,12.81371],"rotation":270,"texture":"#0"},"east":{"uv":[8,8,9.5,16],"rotation":270,"texture":"#0"},"south":{"uv":[8,9.5,9.5,12.81371],"rotation":270,"texture":"#0"},"west":{"uv":[8,8,9.5,16],"rotation":270,"texture":"#0"},"up":{"uv":[8,9.5,16,12.81371],"rotation":270,"texture":"#0"},"down":{"uv":[8,9.5,16,12.81371],"rotation":270,"texture":"#0"}}},{"from":[6.35315,14.26,4.01],"to":[9.64685,14.74,11.99],"rotation":{"angle":45,"axis":"y","origin":[8,14.5,8]},"faces":{"north":{"uv":[3,1,3.5,4.31371],"rotation":270,"texture":"#2"},"east":{"uv":[3,1,3.5,4.31371],"rotation":270,"texture":"#2"},"south":{"uv":[3,1,3.5,4.31371],"rotation":270,"texture":"#2"},"west":{"uv":[3,1,4.5,4.31371],"rotation":270,"texture":"#2"},"up":{"uv":[3.5,1,11.5,4.31371],"rotation":270,"texture":"#2"},"down":{"uv":[3.5,1,11.5,4.31371],"rotation":270,"texture":"#2"}}},{"from":[6.34815,-0.245,4.005],"to":[9.65185,1.245,11.995],"rotation":{"angle":0,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[0,9,1.5,12.31371],"rotation":90,"texture":"#0"},"east":{"uv":[0,8.5,8,10],"texture":"#0"},"south":{"uv":[0,9.5,1.5,12.81371],"rotation":90,"texture":"#0"},"west":{"uv":[0,8.5,8,10],"texture":"#0"},"up":{"uv":[0,8,3.31371,16],"texture":"#0"},"down":{"uv":[0,8,3.31371,16],"texture":"#0"}}},{"from":[6.34815,10.755,4.005],"to":[9.65185,12.245,11.995],"rotation":{"angle":0,"axis":"y","origin":[8,12,8]},"faces":{"north":{"uv":[8,10.5,9.5,13.81371],"rotation":270,"texture":"#0"},"east":{"uv":[8,8,9.5,16],"rotation":270,"texture":"#0"},"south":{"uv":[8,10.5,9.5,13.81371],"rotation":270,"texture":"#0"},"west":{"uv":[8,8,9.5,16],"rotation":270,"texture":"#0"},"up":{"uv":[8,10.5,16,13.81371],"rotation":270,"texture":"#0"},"down":{"uv":[8,10.5,16,13.81371],"rotation":270,"texture":"#0"}}},{"from":[6.34815,14.255,4.005],"to":[9.65185,14.745,11.995],"rotation":{"angle":0,"axis":"y","origin":[8,14.5,8]},"faces":{"north":{"uv":[3,1,3.5,4.31371],"rotation":270,"texture":"#2"},"east":{"uv":[3,1,3.5,4.31371],"rotation":270,"texture":"#2"},"south":{"uv":[3,1,3.5,4.31371],"rotation":270,"texture":"#2"},"west":{"uv":[3,1,4.5,4.31371],"rotation":270,"texture":"#2"},"up":{"uv":[3.5,1,11.5,4.31371],"rotation":270,"texture":"#2"},"down":{"uv":[3.5,1,11.5,4.31371],"rotation":270,"texture":"#2"}}},{"from":[4.015,-0.235,6.35815],"to":[11.985,1.235,9.64185],"rotation":{"angle":45,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[0,8.5,8,10],"texture":"#0"},"east":{"uv":[0,8,1.5,11.31371],"rotation":90,"texture":"#0"},"south":{"uv":[0,8.5,8,10],"texture":"#0"},"west":{"uv":[0,8.5,1.5,11.81371],"rotation":90,"texture":"#0"},"up":{"uv":[0,6.5,3.31371,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,6.5,3.31371,14.5],"rotation":90,"texture":"#0"}}},{"from":[4.015,10.765,6.35815],"to":[11.985,12.235,9.64185],"rotation":{"angle":45,"axis":"y","origin":[8,12,8]},"faces":{"north":{"uv":[8.5,8,10,16],"rotation":270,"texture":"#0"},"east":{"uv":[8.5,9.5,10,12.81371],"rotation":270,"texture":"#0"},"south":{"uv":[8.5,8,10,16],"rotation":270,"texture":"#0"},"west":{"uv":[8.5,9.5,10,12.81371],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,8,11.81371,16],"rotation":270,"texture":"#0"},"down":{"uv":[8.5,8,11.81371,16],"rotation":270,"texture":"#0"}}},{"from":[4.015,14.265,6.35815],"to":[11.985,14.735,9.64185],"rotation":{"angle":45,"axis":"y","origin":[8,14.5,8]},"faces":{"north":{"uv":[3,1,3.5,4.31371],"rotation":270,"texture":"#2"},"east":{"uv":[3,1,3.5,4.31371],"rotation":270,"texture":"#2"},"south":{"uv":[3,1,3.5,4.31371],"rotation":270,"texture":"#2"},"west":{"uv":[3,1,3.5,4.31371],"rotation":270,"texture":"#2"},"up":{"uv":[3.5,1,11.5,4.31371],"rotation":180,"texture":"#2"},"down":{"uv":[3.5,1,11.5,4.31371],"rotation":180,"texture":"#2"}}},{"from":[4,-0.25,6.34315],"to":[12,1.25,9.65685],"rotation":{"angle":0,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[6,8,7.5,11.31371],"rotation":270,"texture":"#0"},"east":{"uv":[0,10,1.5,13.31371],"rotation":90,"texture":"#0"},"south":{"uv":[6,8,7.5,11.31371],"rotation":270,"texture":"#0"},"west":{"uv":[0,8.5,1.5,11.81371],"rotation":90,"texture":"#0"},"up":{"uv":[6,8,7.5,11.31371],"rotation":270,"texture":"#0"},"down":{"uv":[0,7,3.31371,15],"rotation":270,"texture":"#0"}}},{"from":[4,10.75,6.34315],"to":[12,12.25,9.65685],"rotation":{"angle":0,"axis":"y","origin":[8,12,8]},"faces":{"north":{"uv":[8,8,9.5,16],"rotation":270,"texture":"#0"},"east":{"uv":[8,10.5,9.5,13.81371],"rotation":270,"texture":"#0"},"south":{"uv":[8,8,9.5,16],"rotation":270,"texture":"#0"},"west":{"uv":[8,10.5,9.5,13.81371],"rotation":270,"texture":"#0"},"up":{"uv":[8,8,11.31371,16],"rotation":270,"texture":"#0"},"down":{"uv":[8,8,11.31371,16],"rotation":270,"texture":"#0"}}},{"from":[4,14.25,6.34315],"to":[12,14.75,9.65685],"rotation":{"angle":0,"axis":"y","origin":[8,14.5,8]},"faces":{"north":{"uv":[3,1,3.5,4.31371],"rotation":270,"texture":"#2"},"east":{"uv":[3,1,3.5,4.31371],"rotation":270,"texture":"#2"},"south":{"uv":[3,1,3.5,4.31371],"rotation":270,"texture":"#2"},"west":{"uv":[3,1,3.5,4.31371],"rotation":270,"texture":"#2"},"up":{"uv":[3.5,1,11.5,4.31371],"rotation":180,"texture":"#2"},"down":{"uv":[3.5,1,11.5,4.31371],"rotation":180,"texture":"#2"}}},{"from":[8.9883,0.84985,6.34315],"to":[10.4883,6.34985,9.65685],"rotation":{"angle":22.5,"axis":"z","origin":[10.2383,4.84985,8]},"faces":{"north":{"uv":[0,8.5,5.5,10],"rotation":270,"texture":"#0"},"east":{"uv":[0,8.5,5.5,11.81371],"rotation":270,"texture":"#0"},"south":{"uv":[0,8.5,5.5,10],"rotation":270,"texture":"#0"},"west":{"uv":[0,8.5,5.5,11.81371],"rotation":90,"texture":"#0"},"up":{"uv":[0,8.5,3.31371,10],"rotation":90,"texture":"#0"},"down":{"uv":[0,8.5,3.31371,10],"rotation":90,"texture":"#0"}}},{"from":[6.34315,-0.1122,5.15175],"to":[9.65685,5.3878,6.65175],"rotation":{"angle":22.5,"axis":"x","origin":[8,3.46403,8]},"faces":{"north":{"uv":[0,8.5,5.5,11.81371],"rotation":270,"texture":"#0"},"east":{"uv":[0,8.5,5.5,10],"rotation":270,"texture":"#0"},"south":{"uv":[0,8.5,5.5,11.81371],"rotation":90,"texture":"#0"},"west":{"uv":[0,8.5,5.5,10],"rotation":270,"texture":"#0"},"up":{"uv":[0,8.5,1.5,11.81371],"rotation":90,"texture":"#0"},"down":{"uv":[0,8.5,1.5,11.81371],"rotation":90,"texture":"#0"}}},{"from":[5.5117,0.84985,6.34315],"to":[7.0117,6.34985,9.65685],"rotation":{"angle":-22.5,"axis":"z","origin":[5.7617,4.84985,8]},"faces":{"north":{"uv":[0,8.5,5.5,10],"rotation":270,"texture":"#0"},"east":{"uv":[0,8.5,5.5,11.81371],"rotation":90,"texture":"#0"},"south":{"uv":[0,8.5,5.5,10],"rotation":270,"texture":"#0"},"west":{"uv":[0,8.5,5.5,11.81371],"rotation":270,"texture":"#0"},"up":{"uv":[0,8.5,3.31371,10],"rotation":90,"texture":"#0"},"down":{"uv":[0,8.5,3.31371,10],"rotation":90,"texture":"#0"}}},{"from":[6.34315,-0.1122,9.34825],"to":[9.65685,5.3878,10.84825],"rotation":{"angle":-22.5,"axis":"x","origin":[8,3.46403,8]},"faces":{"north":{"uv":[0,8.5,5.5,11.81371],"rotation":90,"texture":"#0"},"east":{"uv":[0,8.5,5.5,10],"rotation":270,"texture":"#0"},"south":{"uv":[0,8.5,5.5,11.81371],"rotation":270,"texture":"#0"},"west":{"uv":[0,8.5,5.5,10],"rotation":270,"texture":"#0"},"up":{"uv":[0,8.5,1.5,11.81371],"rotation":90,"texture":"#0"},"down":{"uv":[0,8.5,1.5,11.81371],"rotation":90,"texture":"#0"}}},{"from":[6.33815,8.67522,4.61761],"to":[9.65185,11.17522,6.11761],"rotation":{"angle":-22.5,"axis":"x","origin":[7.995,9.42522,5.36761]},"faces":{"north":{"uv":[6,10.5,8.5,13.81371],"rotation":270,"texture":"#0"},"east":{"uv":[6,10.5,8.5,12],"rotation":270,"texture":"#0"},"south":{"uv":[6,10.5,8.5,13.81371],"rotation":270,"texture":"#0"},"west":{"uv":[6,10.5,8.5,12],"rotation":270,"texture":"#0"},"up":{"uv":[6,10.5,7.5,13.81371],"rotation":270,"texture":"#0"},"down":{"uv":[6,10.5,7.5,13.81371],"rotation":270,"texture":"#0"}}},{"from":[4.87104,9.67105,6.34315],"to":[6.37104,12.17105,9.65685],"rotation":{"angle":22.5,"axis":"z","origin":[7.995,9.27351,8]},"faces":{"north":{"uv":[6,10.5,8.5,12],"rotation":270,"texture":"#0"},"east":{"uv":[6,10.5,8.5,13.81371],"rotation":270,"texture":"#0"},"south":{"uv":[6,10.5,8.5,12],"rotation":270,"texture":"#0"},"west":{"uv":[6,10.5,8.5,13.81371],"rotation":270,"texture":"#0"},"up":{"uv":[6,10.5,7.5,13.81371],"rotation":180,"texture":"#0"},"down":{"uv":[6,10.5,7.5,13.81371],"texture":"#0"}}},{"from":[6.33815,8.67522,9.88239],"to":[9.65185,11.17522,11.38239],"rotation":{"angle":22.5,"axis":"x","origin":[7.995,9.42522,10.63239]},"faces":{"north":{"uv":[6,13.81371,8.5,10.5],"rotation":270,"texture":"#0"},"east":{"uv":[6,12,8.5,10.5],"rotation":270,"texture":"#0"},"south":{"uv":[6,13.81371,8.5,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[6,12,8.5,10.5],"rotation":270,"texture":"#0"},"up":{"uv":[7.5,10.5,6,13.81371],"rotation":270,"texture":"#0"},"down":{"uv":[7.5,10.5,6,13.81371],"rotation":270,"texture":"#0"}}},{"from":[9.61896,9.67105,6.34315],"to":[11.11896,12.17105,9.65685],"rotation":{"angle":-22.5,"axis":"z","origin":[7.995,9.27351,8]},"faces":{"north":{"uv":[6,12,8.5,13.5],"rotation":270,"texture":"#0"},"east":{"uv":[6,12.68629,8.5,16],"rotation":270,"texture":"#0"},"south":{"uv":[6,12,8.5,13.5],"rotation":270,"texture":"#0"},"west":{"uv":[6,12.68629,8.5,16],"rotation":270,"texture":"#0"},"up":{"uv":[7.5,10.5,9,13.81371],"rotation":180,"texture":"#0"},"down":{"uv":[7.5,10.5,9,13.81371],"texture":"#0"}}},{"from":[6.34815,7.91986,5.16357],"to":[9.64185,9.39986,7.64357],"rotation":{"angle":22.5,"axis":"x","origin":[7.995,8.65986,6.40357]},"faces":{"north":{"uv":[5.5,10,7,13.31371],"rotation":90,"texture":"#0"},"east":{"uv":[5.5,10,7,12.5],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,10,7,13.31371],"rotation":90,"texture":"#0"},"west":{"uv":[5.5,10,7,12.5],"rotation":90,"texture":"#0"},"up":{"uv":[5.5,10,8,13.31371],"rotation":90,"texture":"#0"},"down":{"uv":[5.5,10,8,13.31371],"rotation":90,"texture":"#0"}}},{"from":[5.51493,7.35564,6.35315],"to":[7.99493,8.83564,9.64685],"rotation":{"angle":-22.5,"axis":"z","origin":[7.995,9.27351,8]},"faces":{"north":{"uv":[5.5,10,7,12.5],"rotation":90,"texture":"#0"},"east":{"uv":[5.5,10,7,13.31371],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,10,7,12.5],"rotation":90,"texture":"#0"},"west":{"uv":[5.5,10,7,13.31371],"rotation":90,"texture":"#0"},"up":{"uv":[5.5,10,8,13.31371],"texture":"#0"},"down":{"uv":[5.5,10,8,13.31371],"rotation":180,"texture":"#0"}}},{"from":[6.34815,7.91986,8.35643],"to":[9.64185,9.39986,10.83643],"rotation":{"angle":-22.5,"axis":"x","origin":[7.995,8.65986,9.59643]},"faces":{"north":{"uv":[5.5,13.31371,7,10],"rotation":90,"texture":"#0"},"east":{"uv":[5.5,12.5,7,10],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,13.31371,7,10],"rotation":90,"texture":"#0"},"west":{"uv":[5.5,12.5,7,10],"rotation":90,"texture":"#0"},"up":{"uv":[8,10,5.5,13.31371],"rotation":90,"texture":"#0"},"down":{"uv":[8,10,5.5,13.31371],"rotation":90,"texture":"#0"}}},{"from":[7.99507,7.35564,6.35315],"to":[10.47507,8.83564,9.64685],"rotation":{"angle":22.5,"axis":"z","origin":[7.995,9.27351,8]},"faces":{"north":{"uv":[5.5,12.5,7,15],"rotation":90,"texture":"#0"},"east":{"uv":[5.5,12.68629,7,16],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,12.5,7,15],"rotation":90,"texture":"#0"},"west":{"uv":[5.5,12.68629,7,16],"rotation":90,"texture":"#0"},"up":{"uv":[8,10,10.5,13.31371],"texture":"#0"},"down":{"uv":[8,10,10.5,13.31371],"rotation":180,"texture":"#0"}}},{"from":[4.5,1.1,6.55025],"to":[11.5,2.5,9.44975],"rotation":{"angle":45,"axis":"y","origin":[8,1.35,8]},"faces":{"north":{"uv":[0,8.5,7,9.9],"texture":"#0"},"east":{"uv":[2.5,8.5,3.9,11.39949],"rotation":270,"texture":"#0"},"south":{"uv":[0,8.5,7,9.9],"texture":"#0"},"west":{"uv":[2.5,8.5,3.9,11.39949],"rotation":270,"texture":"#0"},"up":{"uv":[2,7,4.89949,14],"rotation":90,"texture":"#0"},"down":{"uv":[0,8.5,7,11.39949],"texture":"#0"}}},{"from":[6.55025,1.1,4.5],"to":[9.44975,2.5,11.5],"rotation":{"angle":45,"axis":"y","origin":[8,3,8]},"faces":{"north":{"uv":[2.5,8.5,3.9,11.39949],"rotation":270,"texture":"#0"},"east":{"uv":[0,8.5,7,9.9],"texture":"#0"},"south":{"uv":[2.5,8.5,3.9,11.39949],"rotation":270,"texture":"#0"},"west":{"uv":[0,8.5,7,9.9],"texture":"#0"},"up":{"uv":[2,7,4.89949,14],"texture":"#0"},"down":{"uv":[0,8.5,7,11.39949],"rotation":90,"texture":"#0"}}},{"from":[5,2.3,6.75736],"to":[11,3.7,9.24264],"rotation":{"angle":45,"axis":"y","origin":[8,2.55,8]},"faces":{"north":{"uv":[0,8.5,6,9.9],"texture":"#0"},"east":{"uv":[3.5,8.5,4.9,10.98528],"rotation":270,"texture":"#0"},"south":{"uv":[0,8.5,6,9.9],"texture":"#0"},"west":{"uv":[3.5,8.5,4.9,10.98528],"rotation":270,"texture":"#0"},"up":{"uv":[3.5,8,5.98528,14],"rotation":90,"texture":"#0"},"down":{"uv":[0,8.5,6,10.98528],"texture":"#0"}}},{"from":[5,8.95,6.75736],"to":[11,10.95,9.24264],"rotation":{"angle":45,"axis":"y","origin":[8,9.8,8]},"faces":{"north":{"uv":[0,8.5,6,9.9],"texture":"#0"},"east":{"uv":[3.5,8.5,4.9,10.98528],"rotation":270,"texture":"#0"},"south":{"uv":[0,8.5,6,9.9],"texture":"#0"},"west":{"uv":[3.5,8.5,4.9,10.98528],"rotation":270,"texture":"#0"},"up":{"uv":[3.5,8,5.98528,14],"rotation":90,"texture":"#0"},"down":{"uv":[0,8.5,6,10.98528],"texture":"#0"}}},{"from":[6.75736,2.3,5],"to":[9.24264,3.7,11],"rotation":{"angle":45,"axis":"y","origin":[8,3,8]},"faces":{"north":{"uv":[3.5,8.5,4.9,10.98528],"rotation":270,"texture":"#0"},"east":{"uv":[0,8.5,6,9.9],"texture":"#0"},"south":{"uv":[3.5,8.5,4.9,10.98528],"rotation":270,"texture":"#0"},"west":{"uv":[0,8.5,6,9.9],"texture":"#0"},"up":{"uv":[3.5,8,5.98528,14],"texture":"#0"},"down":{"uv":[0,8.5,6,10.98528],"rotation":90,"texture":"#0"}}},{"from":[6.75736,8.95,5],"to":[9.24264,10.95,11],"rotation":{"angle":45,"axis":"y","origin":[8,10.25,8]},"faces":{"north":{"uv":[3.5,8.5,4.9,10.98528],"rotation":270,"texture":"#0"},"east":{"uv":[0,8.5,6,9.9],"texture":"#0"},"south":{"uv":[3.5,8.5,4.9,10.98528],"rotation":270,"texture":"#0"},"west":{"uv":[0,8.5,6,9.9],"texture":"#0"},"up":{"uv":[3.5,8,5.98528,14],"texture":"#0"},"down":{"uv":[0,8.5,6,10.98528],"rotation":90,"texture":"#0"}}},{"from":[5.5,3.5,6.96447],"to":[10.5,4.9,9.03553],"rotation":{"angle":45,"axis":"y","origin":[8,3.75,8]},"faces":{"north":{"uv":[0,8.5,5,9.9],"texture":"#0"},"east":{"uv":[4.5,8.5,5.9,10.57107],"rotation":270,"texture":"#0"},"south":{"uv":[0,8.5,5,9.9],"texture":"#0"},"west":{"uv":[4,8.5,5.4,10.57107],"rotation":270,"texture":"#0"},"up":{"uv":[5.5,8,7.57107,13],"rotation":90,"texture":"#0"},"down":{"uv":[0,8.5,5,10.57107],"texture":"#0"}}},{"from":[6.96447,3.5,5.5],"to":[9.03553,4.9,10.5],"rotation":{"angle":45,"axis":"y","origin":[8,3,8]},"faces":{"north":{"uv":[4.5,8.5,5.9,10.57107],"rotation":270,"texture":"#0"},"east":{"uv":[0,8.5,5,9.9],"texture":"#0"},"south":{"uv":[4,8.5,5.4,10.57107],"rotation":270,"texture":"#0"},"west":{"uv":[0,8.5,5,9.9],"texture":"#0"},"up":{"uv":[5.5,8,7.57107,13],"texture":"#0"},"down":{"uv":[0,8.5,5,10.57107],"rotation":90,"texture":"#0"}}},{"from":[6,6,6],"to":[10,8,10],"rotation":{"angle":0,"axis":"y","origin":[6,6,6]},"faces":{"north":{"uv":[0,0,4,2],"texture":"#1"},"east":{"uv":[0,0,4,2],"texture":"#1"},"south":{"uv":[0,0,4,2],"texture":"#1"},"west":{"uv":[0,0,4,2],"texture":"#1"},"up":{"uv":[0,0,4,4],"texture":"#1"},"down":{"uv":[0,0,4,4],"texture":"#1"}}},{"from":[6.13604,13.75,3.5],"to":[9.86396,14.25,12.5],"rotation":{"angle":45,"axis":"y","origin":[8,14,8]},"faces":{"north":{"uv":[0,0,3.72792,0.5],"texture":"#1"},"east":{"uv":[0,0,3.72792,0.5],"texture":"#1"},"south":{"uv":[0,0,3.72792,0.5],"texture":"#1"},"west":{"uv":[0,0,3.72792,0.5],"texture":"#1"},"up":{"uv":[0,0,3.72792,0.5],"texture":"#1"},"down":{"uv":[0,0,3.72792,0.5],"texture":"#1"}}},{"from":[6.14604,13.76,3.51],"to":[9.85396,14.24,12.49],"rotation":{"angle":0,"axis":"y","origin":[8,14,8]},"faces":{"north":{"uv":[0,0,3.72792,0.5],"texture":"#1"},"east":{"uv":[0,0,3.72792,0.5],"texture":"#1"},"south":{"uv":[0,0,3.72792,0.5],"texture":"#1"},"west":{"uv":[0,0,3.72792,0.5],"texture":"#1"},"up":{"uv":[0,0,3.72792,0.5],"texture":"#1"},"down":{"uv":[0,0,3.72792,0.5],"texture":"#1"}}},{"from":[3.505,13.755,6.14104],"to":[12.495,14.245,9.85896],"rotation":{"angle":45,"axis":"y","origin":[8,14,8]},"faces":{"north":{"uv":[0,0,3.72792,0.5],"texture":"#1"},"east":{"uv":[0,0,3.72792,0.5],"texture":"#1"},"south":{"uv":[0,0,3.72792,0.5],"texture":"#1"},"west":{"uv":[0,0,3.72792,0.5],"texture":"#1"},"up":{"uv":[0,0,3.72792,0.5],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,3.72792,0.5],"rotation":90,"texture":"#1"}}},{"from":[3.51,13.76,6.14604],"to":[12.49,14.24,9.85396],"rotation":{"angle":0,"axis":"y","origin":[8,14,8]},"faces":{"north":{"uv":[0,0,3.72792,0.5],"texture":"#1"},"east":{"uv":[0,0,3.72792,0.5],"texture":"#1"},"south":{"uv":[0,0,3.72792,0.5],"texture":"#1"},"west":{"uv":[0,0,3.72792,0.5],"texture":"#1"},"up":{"uv":[0,0,3.72792,0.5],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,3.72792,0.5],"rotation":90,"texture":"#1"}}},{"from":[6.24959,12.26,3.76],"to":[9.75041,13.74,12.24],"rotation":{"angle":45,"axis":"y","origin":[8,13.5,8]},"faces":{"north":{"uv":[9.5,11,11,14.52082],"rotation":270,"texture":"#0"},"east":{"uv":[9.5,7.5,11,16],"rotation":270,"texture":"#0"},"south":{"uv":[9.5,11,11,14.52082],"rotation":270,"texture":"#0"},"west":{"uv":[9.5,7.5,11,16],"rotation":270,"texture":"#0"},"up":{"uv":[7.5,11,16,14.52082],"rotation":270,"texture":"#0"},"down":{"uv":[7.5,11,16,14.52082],"rotation":270,"texture":"#0"}}},{"from":[6.23959,12.25,3.75],"to":[9.76041,13.75,12.25],"rotation":{"angle":0,"axis":"y","origin":[8,13.5,8]},"faces":{"north":{"uv":[9.5,8,11,11.52082],"rotation":270,"texture":"#0"},"east":{"uv":[9.5,7.5,11,16],"rotation":270,"texture":"#0"},"south":{"uv":[9.5,8,11,11.52082],"rotation":270,"texture":"#0"},"west":{"uv":[9.5,7.5,11,16],"rotation":270,"texture":"#0"},"up":{"uv":[7.5,8,16,11.52082],"rotation":270,"texture":"#0"},"down":{"uv":[7.5,8,16,11.52082],"rotation":270,"texture":"#0"}}},{"from":[3.76,12.26,6.24959],"to":[12.24,13.74,9.75041],"rotation":{"angle":45,"axis":"y","origin":[8,13.5,8]},"faces":{"north":{"uv":[9.5,7.5,11,16],"rotation":270,"texture":"#0"},"east":{"uv":[9.5,9.5,11,13.02082],"rotation":270,"texture":"#0"},"south":{"uv":[9.5,7.5,11,16],"rotation":270,"texture":"#0"},"west":{"uv":[9.5,9.5,11,13.02082],"rotation":270,"texture":"#0"},"up":{"uv":[9.5,7.5,13.02082,16],"rotation":270,"texture":"#0"},"down":{"uv":[9.5,7.5,13.02082,16],"rotation":270,"texture":"#0"}}},{"from":[3.755,12.255,6.24459],"to":[12.245,13.745,9.75541],"rotation":{"angle":0,"axis":"y","origin":[8,13.5,8]},"faces":{"north":{"uv":[9.5,7.5,11,16],"rotation":270,"texture":"#0"},"east":{"uv":[9.5,8,11,11.52082],"rotation":270,"texture":"#0"},"south":{"uv":[9.5,7.5,11,16],"rotation":270,"texture":"#0"},"west":{"uv":[9.5,8,11,11.52082],"rotation":270,"texture":"#0"},"up":{"uv":[9.5,7.5,13.02082,16],"rotation":270,"texture":"#0"},"down":{"uv":[9.5,7.5,13.02082,16],"rotation":270,"texture":"#0"}}},{"from":[7.5,13.5,3.25],"to":[8.5,14.5,4.25],"rotation":{"angle":0,"axis":"y","origin":[8,11.81361,8]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#1"},"east":{"uv":[0,0,1,1],"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,1,1],"texture":"#1"},"up":{"uv":[0,0,1,1],"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[7.5,13.5,3.25],"to":[8.5,14.5,4.25],"rotation":{"angle":45,"axis":"y","origin":[8,11.81361,8]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#1"},"east":{"uv":[0,0,1,1],"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,1,1],"texture":"#1"},"up":{"uv":[0,0,1,1],"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[3.25,13.5,7.5],"to":[4.25,14.5,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,11.81361,8]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#1"},"east":{"uv":[0,0,1,1],"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,1,1],"texture":"#1"},"up":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"}}},{"from":[3.25,13.5,7.5],"to":[4.25,14.5,8.5],"rotation":{"angle":45,"axis":"y","origin":[8,11.81361,8]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#1"},"east":{"uv":[0,0,1,1],"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,1,1],"texture":"#1"},"up":{"uv":[0,0,1,1],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,1,1],"rotation":90,"texture":"#1"}}},{"from":[7.5,13.5,11.75],"to":[8.5,14.5,12.75],"rotation":{"angle":0,"axis":"y","origin":[8,11.81361,8]},"faces":{"north":{"uv":[1,0,0,1],"texture":"#1"},"east":{"uv":[1,0,0,1],"texture":"#1"},"south":{"uv":[1,0,0,1],"texture":"#1"},"west":{"uv":[1,0,0,1],"texture":"#1"},"up":{"uv":[0,1,1,0],"texture":"#1"},"down":{"uv":[0,1,1,0],"texture":"#1"}}},{"from":[7.5,9.82617,10.87471],"to":[8.5,10.82617,11.87471],"rotation":{"angle":22.5,"axis":"x","origin":[7.23628,8.87309,8]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#1"},"east":{"uv":[0,0,1,1],"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,1,1],"texture":"#1"},"up":{"uv":[1,1,0,0],"texture":"#1"},"down":{"uv":[1,1,0,0],"texture":"#1"}}},{"from":[10.8682,9.82487,7.5],"to":[11.8682,10.82487,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[8,8.85608,8]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#1"},"east":{"uv":[0,0,1,1],"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,1,1],"texture":"#1"},"up":{"uv":[1,1,0,0],"rotation":270,"texture":"#1"},"down":{"uv":[1,1,0,0],"rotation":90,"texture":"#1"}}},{"from":[7.5,9.82617,4.12529],"to":[8.5,10.82617,5.12529],"rotation":{"angle":-22.5,"axis":"x","origin":[7.23628,8.87309,8]},"faces":{"north":{"uv":[1,0,0,1],"texture":"#1"},"east":{"uv":[1,0,0,1],"texture":"#1"},"south":{"uv":[1,0,0,1],"texture":"#1"},"west":{"uv":[1,0,0,1],"texture":"#1"},"up":{"uv":[1,0,0,1],"texture":"#1"},"down":{"uv":[1,0,0,1],"texture":"#1"}}},{"from":[4.1318,9.82487,7.5],"to":[5.1318,10.82487,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[8,8.85608,8]},"faces":{"north":{"uv":[1,0,0,1],"texture":"#1"},"east":{"uv":[1,0,0,1],"texture":"#1"},"south":{"uv":[1,0,0,1],"texture":"#1"},"west":{"uv":[1,0,0,1],"texture":"#1"},"up":{"uv":[1,0,0,1],"rotation":270,"texture":"#1"},"down":{"uv":[1,0,0,1],"rotation":90,"texture":"#1"}}},{"from":[7.5,13.5,11.75],"to":[8.5,14.5,12.75],"rotation":{"angle":45,"axis":"y","origin":[8,11.81361,8]},"faces":{"north":{"uv":[1,0,0,1],"texture":"#1"},"east":{"uv":[1,0,0,1],"texture":"#1"},"south":{"uv":[1,0,0,1],"texture":"#1"},"west":{"uv":[1,0,0,1],"texture":"#1"},"up":{"uv":[0,1,1,0],"texture":"#1"},"down":{"uv":[0,1,1,0],"texture":"#1"}}},{"from":[11.75,13.5,7.5],"to":[12.75,14.5,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,11.81361,8]},"faces":{"north":{"uv":[1,0,0,1],"texture":"#1"},"east":{"uv":[1,0,0,1],"texture":"#1"},"south":{"uv":[1,0,0,1],"texture":"#1"},"west":{"uv":[1,0,0,1],"texture":"#1"},"up":{"uv":[0,1,1,0],"rotation":270,"texture":"#1"},"down":{"uv":[0,1,1,0],"rotation":90,"texture":"#1"}}},{"from":[11.75,13.5,7.5],"to":[12.75,14.5,8.5],"rotation":{"angle":45,"axis":"y","origin":[8,11.81361,8]},"faces":{"north":{"uv":[1,0,0,1],"texture":"#1"},"east":{"uv":[1,0,0,1],"texture":"#1"},"south":{"uv":[1,0,0,1],"texture":"#1"},"west":{"uv":[1,0,0,1],"texture":"#1"},"up":{"uv":[0,1,1,0],"rotation":270,"texture":"#1"},"down":{"uv":[0,1,1,0],"rotation":90,"texture":"#1"}}},{"from":[7.75,10.5,3.5],"to":[8.25,13.5,4],"rotation":{"angle":0,"axis":"y","origin":[8,11.81361,8]},"faces":{"north":{"uv":[0,0,0.5,3],"texture":"#1"},"east":{"uv":[0,0,0.5,3],"texture":"#1"},"south":{"uv":[0,0,0.5,3],"texture":"#1"},"west":{"uv":[0,0,0.5,3],"texture":"#1"},"up":{"uv":[0,0,0.5,0.5],"texture":"#1"},"down":{"uv":[0,0,0.5,0.5],"texture":"#1"}}},{"from":[7.75,10.5,3.5],"to":[8.25,13.5,4],"rotation":{"angle":45,"axis":"y","origin":[8,11.81361,8]},"faces":{"north":{"uv":[0,0,0.5,3],"texture":"#1"},"east":{"uv":[0,0,0.5,3],"texture":"#1"},"south":{"uv":[0,0,0.5,3],"texture":"#1"},"west":{"uv":[0,0,0.5,3],"texture":"#1"},"up":{"uv":[0,0,0.5,0.5],"texture":"#1"},"down":{"uv":[0,0,0.5,0.5],"texture":"#1"}}},{"from":[3.5,10.5,7.75],"to":[4,13.5,8.25],"rotation":{"angle":0,"axis":"y","origin":[8,11.81361,8]},"faces":{"north":{"uv":[0,0,0.5,3],"texture":"#1"},"east":{"uv":[0,0,0.5,3],"texture":"#1"},"south":{"uv":[0,0,0.5,3],"texture":"#1"},"west":{"uv":[0,0,0.5,3],"texture":"#1"},"up":{"uv":[0,0,0.5,0.5],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,0.5,0.5],"rotation":90,"texture":"#1"}}},{"from":[3.5,10.5,7.75],"to":[4,13.5,8.25],"rotation":{"angle":45,"axis":"y","origin":[8,11.81361,8]},"faces":{"north":{"uv":[0,0,0.5,3],"texture":"#1"},"east":{"uv":[0,0,0.5,3],"texture":"#1"},"south":{"uv":[0,0,0.5,3],"texture":"#1"},"west":{"uv":[0,0,0.5,3],"texture":"#1"},"up":{"uv":[0,0,0.5,0.5],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,0.5,0.5],"rotation":90,"texture":"#1"}}},{"from":[7.75,10.5,12],"to":[8.25,13.5,12.5],"rotation":{"angle":0,"axis":"y","origin":[8,11.81361,8]},"faces":{"north":{"uv":[0.5,0,1,3],"texture":"#1"},"east":{"uv":[0.5,0,1,3],"texture":"#1"},"south":{"uv":[0.5,0,1,3],"texture":"#1"},"west":{"uv":[0.5,0,1,3],"texture":"#1"},"up":{"uv":[0,0.5,0.5,1],"texture":"#1"},"down":{"uv":[0,0.5,0.5,1],"texture":"#1"}}},{"from":[7.75,10.5,12],"to":[8.25,13.5,12.5],"rotation":{"angle":45,"axis":"y","origin":[8,11.81361,8]},"faces":{"north":{"uv":[0.5,0,1,3],"texture":"#1"},"east":{"uv":[0.5,0,1,3],"texture":"#1"},"south":{"uv":[0.5,0,1,3],"texture":"#1"},"west":{"uv":[0.5,0,1,3],"texture":"#1"},"up":{"uv":[0,0.5,0.5,1],"texture":"#1"},"down":{"uv":[0,0.5,0.5,1],"texture":"#1"}}},{"from":[12,10.5,7.75],"to":[12.5,13.5,8.25],"rotation":{"angle":0,"axis":"y","origin":[8,11.81361,8]},"faces":{"north":{"uv":[0.5,0,1,3],"texture":"#1"},"east":{"uv":[0.5,0,1,3],"texture":"#1"},"south":{"uv":[0.5,0,1,3],"texture":"#1"},"west":{"uv":[0.5,0,1,3],"texture":"#1"},"up":{"uv":[0,0.5,0.5,1],"rotation":270,"texture":"#1"},"down":{"uv":[0,0.5,0.5,1],"rotation":90,"texture":"#1"}}},{"from":[12,10.5,7.75],"to":[12.5,13.5,8.25],"rotation":{"angle":45,"axis":"y","origin":[8,11.81361,8]},"faces":{"north":{"uv":[0.5,0,1,3],"texture":"#1"},"east":{"uv":[0.5,0,1,3],"texture":"#1"},"south":{"uv":[0.5,0,1,3],"texture":"#1"},"west":{"uv":[0.5,0,1,3],"texture":"#1"},"up":{"uv":[0,0.5,0.5,1],"rotation":270,"texture":"#1"},"down":{"uv":[0,0.5,0.5,1],"rotation":90,"texture":"#1"}}},{"from":[7.76,9.83207,3.34985],"to":[8.24,12.31207,3.82985],"rotation":{"angle":-22.5,"axis":"x","origin":[8,11.81361,8]},"faces":{"north":{"uv":[0,0,0.5,2.5],"texture":"#1"},"east":{"uv":[0,0,0.5,2.5],"texture":"#1"},"south":{"uv":[0,0,0.5,2.5],"texture":"#1"},"west":{"uv":[0,0,0.5,2.5],"texture":"#1"},"up":{"uv":[0,0,0.5,0.5],"texture":"#1"},"down":{"uv":[0,0,0.5,0.5],"texture":"#1"}}},{"from":[7.76,8.58207,3.84985],"to":[8.24,11.06207,4.32985],"rotation":{"angle":45,"axis":"y","origin":[8,11.81361,8]},"faces":{"north":{"uv":[0,0,0.5,2.5],"texture":"#1"},"east":{"uv":[0,0,0.5,2.5],"texture":"#1"},"south":{"uv":[0,0,0.5,2.5],"texture":"#1"},"west":{"uv":[0,0,0.5,2.5],"texture":"#1"},"up":{"uv":[0,0,0.5,0.5],"texture":"#1"},"down":{"uv":[0,0,0.5,0.5],"texture":"#1"}}},{"from":[7.76,8.58207,11.67015],"to":[8.24,11.06207,12.15015],"rotation":{"angle":-45,"axis":"y","origin":[8,11.81361,8]},"faces":{"north":{"uv":[0.5,0,0,2.5],"texture":"#1"},"east":{"uv":[0.5,0,0,2.5],"texture":"#1"},"south":{"uv":[0.5,0,0,2.5],"texture":"#1"},"west":{"uv":[0.5,0,0,2.5],"texture":"#1"},"up":{"uv":[0,0.5,0.5,0],"texture":"#1"},"down":{"uv":[0,0.5,0.5,0],"texture":"#1"}}},{"from":[7.76,8.58207,3.84985],"to":[8.24,11.06207,4.32985],"rotation":{"angle":-45,"axis":"y","origin":[8,11.81361,8]},"faces":{"north":{"uv":[0.5,0,0,2.5],"texture":"#1"},"east":{"uv":[0.5,0,0,2.5],"texture":"#1"},"south":{"uv":[0.5,0,0,2.5],"texture":"#1"},"west":{"uv":[0.5,0,0,2.5],"texture":"#1"},"up":{"uv":[0.5,0,0,0.5],"texture":"#1"},"down":{"uv":[0.5,0,0,0.5],"texture":"#1"}}},{"from":[7.76,8.58207,11.67015],"to":[8.24,11.06207,12.15015],"rotation":{"angle":45,"axis":"y","origin":[8,11.81361,8]},"faces":{"north":{"uv":[0,0,0.5,2.5],"texture":"#1"},"east":{"uv":[0,0,0.5,2.5],"texture":"#1"},"south":{"uv":[0,0,0.5,2.5],"texture":"#1"},"west":{"uv":[0,0,0.5,2.5],"texture":"#1"},"up":{"uv":[0.5,0.5,0,0],"texture":"#1"},"down":{"uv":[0.5,0.5,0,0],"texture":"#1"}}},{"from":[8.28744,8.58207,11.1171],"to":[10.76744,9.06207,11.5971],"rotation":{"angle":22.5,"axis":"y","origin":[9.52744,8.82207,11.3571]},"faces":{"north":{"uv":[0,0,0.5,2.5],"rotation":270,"texture":"#1"},"east":{"uv":[0.5,0.5,1,1],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,0.5,2.5],"rotation":90,"texture":"#1"},"west":{"uv":[0.5,0.5,1,1],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,0.5,2.5],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,0.5,2.5],"rotation":90,"texture":"#1"}}},{"from":[11.44609,8.58207,6.63354],"to":[11.92609,9.06207,9.11354],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.85608,8]},"faces":{"north":{"uv":[0.5,0.5,1,1],"rotation":270,"texture":"#1"},"east":{"uv":[0,0,0.5,2.5],"rotation":90,"texture":"#1"},"south":{"uv":[0.5,0.5,1,1],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,0.5,2.5],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,0.5,2.5],"texture":"#1"},"down":{"uv":[0,0,0.5,2.5],"rotation":180,"texture":"#1"}}},{"from":[6.5754,8.58207,11.15382],"to":[9.0554,9.06207,11.63382],"rotation":{"angle":-22.5,"axis":"y","origin":[7.23628,8.87309,8]},"faces":{"north":{"uv":[0,2.5,0.5,0],"rotation":270,"texture":"#1"},"east":{"uv":[0.5,1,1,0.5],"rotation":270,"texture":"#1"},"south":{"uv":[0,2.5,0.5,0],"rotation":90,"texture":"#1"},"west":{"uv":[0.5,1,1,0.5],"rotation":270,"texture":"#1"},"up":{"uv":[0,2.5,0.5,0],"rotation":90,"texture":"#1"},"down":{"uv":[0,2.5,0.5,0],"rotation":90,"texture":"#1"}}},{"from":[11.44609,8.58207,6.88646],"to":[11.92609,9.06207,9.36646],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.85608,8]},"faces":{"north":{"uv":[0.5,1,1,1.5],"rotation":270,"texture":"#1"},"east":{"uv":[0,2.5,0.5,5],"rotation":90,"texture":"#1"},"south":{"uv":[0.5,1,1,1.5],"rotation":270,"texture":"#1"},"west":{"uv":[0,2.5,0.5,5],"rotation":270,"texture":"#1"},"up":{"uv":[0,2.5,0.5,5],"texture":"#1"},"down":{"uv":[0,2.5,0.5,5],"rotation":180,"texture":"#1"}}},{"from":[8.28744,8.58207,4.4029],"to":[10.76744,9.06207,4.8829],"rotation":{"angle":-22.5,"axis":"y","origin":[9.52744,8.82207,4.6429]},"faces":{"north":{"uv":[0,2.5,0.5,0],"rotation":90,"texture":"#1"},"east":{"uv":[0.5,1,1,0.5],"rotation":270,"texture":"#1"},"south":{"uv":[0,2.5,0.5,0],"rotation":270,"texture":"#1"},"west":{"uv":[0.5,1,1,0.5],"rotation":270,"texture":"#1"},"up":{"uv":[0.5,0,0,2.5],"rotation":90,"texture":"#1"},"down":{"uv":[0.5,0,0,2.5],"rotation":90,"texture":"#1"}}},{"from":[4.07391,8.58207,6.63354],"to":[4.55391,9.06207,9.11354],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.85608,8]},"faces":{"north":{"uv":[0.5,1,1,1.5],"rotation":270,"texture":"#1"},"east":{"uv":[0,2.5,0.5,5],"rotation":270,"texture":"#1"},"south":{"uv":[0.5,1,1,1.5],"rotation":270,"texture":"#1"},"west":{"uv":[0,2.5,0.5,5],"rotation":90,"texture":"#1"},"up":{"uv":[0.5,0,1,2.5],"texture":"#1"},"down":{"uv":[0.5,0,1,2.5],"rotation":180,"texture":"#1"}}},{"from":[6.5754,8.58207,4.36618],"to":[9.0554,9.06207,4.84618],"rotation":{"angle":22.5,"axis":"y","origin":[7.23628,8.87309,8]},"faces":{"north":{"uv":[0,5,0.5,2.5],"rotation":90,"texture":"#1"},"east":{"uv":[0.5,1.5,1,1],"rotation":270,"texture":"#1"},"south":{"uv":[0,5,0.5,2.5],"rotation":270,"texture":"#1"},"west":{"uv":[0.5,1.5,1,1],"rotation":270,"texture":"#1"},"up":{"uv":[0.5,2.5,1,0],"rotation":90,"texture":"#1"},"down":{"uv":[0.5,2.5,1,0],"rotation":90,"texture":"#1"}}},{"from":[4.07391,8.58207,6.88646],"to":[4.55391,9.06207,9.36646],"rotation":{"angle":22.5,"axis":"y","origin":[8,8.85608,8]},"faces":{"north":{"uv":[0.5,1.5,1,2],"rotation":270,"texture":"#1"},"east":{"uv":[0,5,0.5,7.5],"rotation":270,"texture":"#1"},"south":{"uv":[0.5,1.5,1,2],"rotation":270,"texture":"#1"},"west":{"uv":[0,5,0.5,7.5],"rotation":90,"texture":"#1"},"up":{"uv":[0.5,2.5,1,5],"texture":"#1"},"down":{"uv":[0.5,2.5,1,5],"rotation":180,"texture":"#1"}}},{"from":[3.34985,9.83207,7.76],"to":[3.82985,12.31207,8.24],"rotation":{"angle":22.5,"axis":"z","origin":[8,11.81361,8]},"faces":{"north":{"uv":[0,0,0.5,2.5],"texture":"#1"},"east":{"uv":[0,0,0.5,2.5],"texture":"#1"},"south":{"uv":[0,0,0.5,2.5],"texture":"#1"},"west":{"uv":[0,0,0.5,2.5],"texture":"#1"},"up":{"uv":[0,0,0.5,0.5],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,0.5,0.5],"rotation":90,"texture":"#1"}}},{"from":[7.76,9.83207,12.17015],"to":[8.24,12.31207,12.65015],"rotation":{"angle":22.5,"axis":"x","origin":[8,11.81361,8]},"faces":{"north":{"uv":[0.5,0,1,2.5],"texture":"#1"},"east":{"uv":[0.5,0,1,2.5],"texture":"#1"},"south":{"uv":[0.5,0,1,2.5],"texture":"#1"},"west":{"uv":[0.5,0,1,2.5],"texture":"#1"},"up":{"uv":[0,0.5,0.5,1],"texture":"#1"},"down":{"uv":[0,0.5,0.5,1],"texture":"#1"}}},{"from":[12.17015,9.83207,7.76],"to":[12.65015,12.31207,8.24],"rotation":{"angle":-22.5,"axis":"z","origin":[8,11.81361,8]},"faces":{"north":{"uv":[0.5,0,1,2.5],"texture":"#1"},"east":{"uv":[0.5,0,1,2.5],"texture":"#1"},"south":{"uv":[0.5,0,1,2.5],"texture":"#1"},"west":{"uv":[0.5,0,1,2.5],"texture":"#1"},"up":{"uv":[0,0.5,0.5,1],"rotation":270,"texture":"#1"},"down":{"uv":[0,0.5,0.5,1],"rotation":90,"texture":"#1"}}},{"from":[7.75,7.69292,4.45723],"to":[8.25,8.19292,6.95723],"rotation":{"angle":22.5,"axis":"x","origin":[8,7.94292,5.70723]},"faces":{"north":{"uv":[0,0,0.5,0.5],"rotation":180,"texture":"#1"},"east":{"uv":[0,0,0.5,2.5],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,0.5,0.5],"texture":"#1"},"west":{"uv":[0,0,0.5,2.5],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,0.5,2.5],"texture":"#1"},"down":{"uv":[0,0,0.5,2.5],"rotation":180,"texture":"#1"}}},{"from":[5.74269,7.03649,7.75],"to":[8.24269,7.53649,8.25],"rotation":{"angle":-22.5,"axis":"z","origin":[8,10.84593,8]},"faces":{"north":{"uv":[0,0,0.5,2.5],"rotation":90,"texture":"#1"},"east":{"uv":[0,0,0.5,0.5],"texture":"#1"},"south":{"uv":[0,0,0.5,2.5],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,0.5,0.5],"rotation":180,"texture":"#1"},"up":{"uv":[0,0,0.5,2.5],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,0.5,2.5],"rotation":270,"texture":"#1"}}},{"from":[7.75,7.69292,9.04277],"to":[8.25,8.19292,11.54277],"rotation":{"angle":-22.5,"axis":"x","origin":[8,7.94292,10.29277]},"faces":{"north":{"uv":[0.5,0,0,0.5],"texture":"#1"},"east":{"uv":[0,2.5,0.5,0],"rotation":90,"texture":"#1"},"south":{"uv":[0.5,0,0,0.5],"rotation":180,"texture":"#1"},"west":{"uv":[0,2.5,0.5,0],"rotation":270,"texture":"#1"},"up":{"uv":[0,2.5,0.5,0],"texture":"#1"},"down":{"uv":[0,2.5,0.5,0],"rotation":180,"texture":"#1"}}},{"from":[7.75731,7.03649,7.75],"to":[10.25731,7.53649,8.25],"rotation":{"angle":22.5,"axis":"z","origin":[8,10.84593,8]},"faces":{"north":{"uv":[0,2.5,0.5,5],"rotation":90,"texture":"#1"},"east":{"uv":[0.5,0,1,0.5],"rotation":180,"texture":"#1"},"south":{"uv":[0,2.5,0.5,5],"rotation":270,"texture":"#1"},"west":{"uv":[0.5,0,1,0.5],"texture":"#1"},"up":{"uv":[0,2.5,0.5,5],"rotation":270,"texture":"#1"},"down":{"uv":[0,2.5,0.5,5],"rotation":270,"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[0,14,0]},"thirdperson_lefthand":{"rotation":[0,14,0]},"firstperson_righthand":{"rotation":[18,-21,18],"translation":[2.25,2,-2.75]},"firstperson_lefthand":{"rotation":[18,-21,18],"translation":[2.25,2,-2.75]},"gui":{"rotation":[39,2,-46],"translation":[0.25,0.25,0]},"head":{"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/pan_pipes_relik.json b/assets/minecraft/models/item/wynn/skin/relik/pan_pipes_relik.json new file mode 100644 index 000000000..896368df3 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/pan_pipes_relik.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/wood","1":"skins/gradient_set","particle":"skins/wood"},"elements":[{"from":[4.99,-0.01,8.99],"to":[7.01,10.01,10.01],"rotation":{"angle":0,"axis":"y","origin":[6,0,11]},"faces":{"north":{"uv":[4,14,14,16],"rotation":90,"texture":"#0"},"east":{"uv":[4,14,14,15],"rotation":90,"texture":"#0"},"south":{"uv":[4,14,14,16],"rotation":90,"texture":"#0"},"west":{"uv":[4,14,14,15],"rotation":90,"texture":"#0"},"up":{"uv":[7.5,0,8,1],"rotation":90,"texture":"#1"},"down":{"uv":[4,14,6,15],"rotation":180,"texture":"#0"}}},{"from":[5.99,-3.51,13.19],"to":[8.01,10.01,14.21],"rotation":{"angle":0,"axis":"y","origin":[7,0,15.2]},"faces":{"north":{"uv":[2.5,14,16,16],"rotation":90,"texture":"#0"},"east":{"uv":[2.5,14,16,15],"rotation":90,"texture":"#0"},"south":{"uv":[2.5,14,16,16],"rotation":90,"texture":"#0"},"west":{"uv":[2.5,14,16,15],"rotation":90,"texture":"#0"},"up":{"uv":[7.5,0,8,1],"rotation":90,"texture":"#1"},"down":{"uv":[4,14,6,15],"rotation":180,"texture":"#0"}}},{"from":[5.75,6.35,12.95],"to":[8.25,7.85,14.45],"rotation":{"angle":0,"axis":"y","origin":[7,-2.15,15.2]},"faces":{"north":{"uv":[5.25,0,6.5,0.75],"rotation":180,"texture":"#1"},"east":{"uv":[5.5,0,6.25,0.75],"rotation":180,"texture":"#1"},"south":{"uv":[5.25,0,6.5,0.75],"rotation":180,"texture":"#1"},"west":{"uv":[5.5,0,6.25,0.75],"rotation":180,"texture":"#1"},"up":{"uv":[5.5,0,6.25,0.75],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,0,6.25,0.75],"rotation":270,"texture":"#1"}}},{"from":[5.25,6.25,10.85],"to":[7.75,7.75,12.35],"rotation":{"angle":0,"axis":"y","origin":[6.5,-2.25,13.1]},"faces":{"north":{"uv":[5.25,0,6.5,0.75],"rotation":180,"texture":"#1"},"east":{"uv":[4.5,0,5.25,0.75],"rotation":180,"texture":"#1"},"south":{"uv":[5.25,0,6.5,0.75],"rotation":180,"texture":"#1"},"west":{"uv":[4.5,0,5.25,0.75],"rotation":180,"texture":"#1"},"up":{"uv":[5.5,0,6.25,0.75],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,0,6.25,0.75],"rotation":270,"texture":"#1"}}},{"from":[4.75,6.15,8.75],"to":[7.25,7.65,10.25],"rotation":{"angle":0,"axis":"y","origin":[6,-2.35,11]},"faces":{"north":{"uv":[5.25,0,6.5,0.75],"rotation":180,"texture":"#1"},"east":{"uv":[3.5,0,4.25,0.75],"rotation":180,"texture":"#1"},"south":{"uv":[5.25,0,6.5,0.75],"rotation":180,"texture":"#1"},"west":{"uv":[3.5,0,4.25,0.75],"rotation":180,"texture":"#1"},"up":{"uv":[5.5,0,6.25,0.75],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,0,6.25,0.75],"rotation":270,"texture":"#1"}}},{"from":[4.76,6.06,6.66],"to":[7.24,7.54,8.14],"rotation":{"angle":0,"axis":"y","origin":[6,-2.45,8.9]},"faces":{"north":{"uv":[5.25,0,6.5,0.75],"rotation":180,"texture":"#1"},"east":{"uv":[2.5,0,3.25,0.75],"rotation":180,"texture":"#1"},"south":{"uv":[5.25,0,6.5,0.75],"rotation":180,"texture":"#1"},"west":{"uv":[2.5,0,3.25,0.75],"rotation":180,"texture":"#1"},"up":{"uv":[5.5,0,6.25,0.75],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,0,6.25,0.75],"rotation":270,"texture":"#1"}}},{"from":[5.26,6.16,4.56],"to":[7.74,7.64,6.04],"rotation":{"angle":0,"axis":"y","origin":[6.5,-2.35,6.8]},"faces":{"north":{"uv":[1.25,0,2.5,0.75],"rotation":180,"texture":"#1"},"east":{"uv":[1.5,0,2.25,0.75],"rotation":180,"texture":"#1"},"south":{"uv":[5.25,0,6.5,0.75],"rotation":180,"texture":"#1"},"west":{"uv":[1.5,0,2.25,0.75],"rotation":180,"texture":"#1"},"up":{"uv":[5.5,0,6.25,0.75],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,0,6.25,0.75],"rotation":270,"texture":"#1"}}},{"from":[5.76,6.26,2.46],"to":[8.24,7.74,3.94],"rotation":{"angle":0,"axis":"y","origin":[7,-2.25,4.7]},"faces":{"north":{"uv":[1.25,0,2.5,0.75],"rotation":180,"texture":"#1"},"east":{"uv":[0.5,0,1.25,0.75],"rotation":180,"texture":"#1"},"south":{"uv":[5.25,0,6.5,0.75],"rotation":180,"texture":"#1"},"west":{"uv":[0.5,0,1.25,0.75],"rotation":180,"texture":"#1"},"up":{"uv":[5.5,0,6.25,0.75],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,0,6.25,0.75],"rotation":270,"texture":"#1"}}},{"from":[5.49,1.99,4.79],"to":[7.51,10.01,5.81],"rotation":{"angle":0,"axis":"y","origin":[6.5,0,6.8]},"faces":{"north":{"uv":[4,14,12,16],"rotation":90,"texture":"#0"},"east":{"uv":[4,14,12,15],"rotation":90,"texture":"#0"},"south":{"uv":[4,14,12,16],"rotation":90,"texture":"#0"},"west":{"uv":[4,14,12,15],"rotation":90,"texture":"#0"},"up":{"uv":[7.5,0,8,1],"rotation":90,"texture":"#1"},"down":{"uv":[4,14,6,15],"rotation":180,"texture":"#0"}}},{"from":[5.5,1,6.4],"to":[6.5,10,8.4],"rotation":{"angle":0,"axis":"y","origin":[6,5,7.4]},"faces":{"north":{"uv":[1,14.5,10,15.5],"rotation":90,"texture":"#0"},"east":{"uv":[1,14,10,16],"rotation":90,"texture":"#0"},"south":{"uv":[1,14.5,10,15.5],"rotation":90,"texture":"#0"},"west":{"uv":[1,14,10,16],"rotation":90,"texture":"#0"},"up":{"uv":[1,14,2,16],"texture":"#0"},"down":{"uv":[1,14,2,16],"rotation":180,"texture":"#0"}}},{"from":[6,-1.5,10.6],"to":[7,10,12.6],"rotation":{"angle":0,"axis":"y","origin":[6.5,5,11.6]},"faces":{"north":{"uv":[1,14.5,12.5,15.5],"rotation":90,"texture":"#0"},"east":{"uv":[1,14,12.5,16],"rotation":90,"texture":"#0"},"south":{"uv":[1,14.5,12.5,15.5],"rotation":90,"texture":"#0"},"west":{"uv":[1,14,12.5,16],"rotation":90,"texture":"#0"},"up":{"uv":[1,14,2,16],"texture":"#0"},"down":{"uv":[1,14,2,16],"rotation":180,"texture":"#0"}}},{"from":[6.5,3,2.2],"to":[7.5,10,4.2],"rotation":{"angle":0,"axis":"y","origin":[7,5,3.2]},"faces":{"north":{"uv":[1,14.5,8,15.5],"rotation":90,"texture":"#0"},"east":{"uv":[1,14,8,16],"rotation":90,"texture":"#0"},"south":{"uv":[1,14.5,8,15.5],"rotation":90,"texture":"#0"},"west":{"uv":[1,14,8,16],"rotation":90,"texture":"#0"},"up":{"uv":[1,14,2,16],"texture":"#0"},"down":{"uv":[1,14,2,16],"rotation":180,"texture":"#0"}}},{"from":[4.99,0.99,6.89],"to":[7.01,10.01,7.91],"rotation":{"angle":0,"axis":"y","origin":[6,0,8.9]},"faces":{"north":{"uv":[1,14,10,16],"rotation":90,"texture":"#0"},"east":{"uv":[1,14.5,10,15.5],"rotation":90,"texture":"#0"},"south":{"uv":[1,14,10,16],"rotation":90,"texture":"#0"},"west":{"uv":[1,14.5,10,15.5],"rotation":90,"texture":"#0"},"up":{"uv":[7.5,0,8,1],"rotation":90,"texture":"#1"},"down":{"uv":[1,14.5,3,15.5],"rotation":180,"texture":"#0"}}},{"from":[5.30963,0.44339,6.9],"to":[7.30963,1.44339,7.9],"rotation":{"angle":22.5,"axis":"z","origin":[6.30963,0.44339,7.4]},"faces":{"north":{"uv":[1,14,2,16],"rotation":90,"texture":"#0"},"east":{"uv":[1,14.5,2,15.5],"rotation":90,"texture":"#0"},"south":{"uv":[1,14,2,16],"rotation":90,"texture":"#0"},"west":{"uv":[1,14.5,2,15.5],"rotation":90,"texture":"#0"},"up":{"uv":[1,14.5,3,15.5],"texture":"#0"},"down":{"uv":[7.5,0,8,1],"rotation":270,"texture":"#1"}}},{"from":[5.30963,-0.55661,9],"to":[7.30963,0.44339,10],"rotation":{"angle":22.5,"axis":"z","origin":[6.30963,-0.55661,9.5]},"faces":{"north":{"uv":[4,14,5,16],"rotation":90,"texture":"#0"},"east":{"uv":[4,14,5,15],"rotation":90,"texture":"#0"},"south":{"uv":[4,14,5,16],"rotation":90,"texture":"#0"},"west":{"uv":[4,14,5,15],"rotation":90,"texture":"#0"},"up":{"uv":[4,14,6,15],"texture":"#0"},"down":{"uv":[7.5,0,8,1],"rotation":270,"texture":"#1"}}},{"from":[5.80963,-2.05661,11.1],"to":[7.80963,-1.05661,12.1],"rotation":{"angle":22.5,"axis":"z","origin":[6.80963,-2.05661,11.6]},"faces":{"north":{"uv":[1,14,2,16],"rotation":90,"texture":"#0"},"east":{"uv":[1,14.5,2,15.5],"rotation":90,"texture":"#0"},"south":{"uv":[1,14,2,16],"rotation":90,"texture":"#0"},"west":{"uv":[1,14.5,2,15.5],"rotation":90,"texture":"#0"},"up":{"uv":[1,14.5,3,15.5],"texture":"#0"},"down":{"uv":[7.5,0,8,1],"rotation":270,"texture":"#1"}}},{"from":[6.30963,-4.05661,13.2],"to":[8.30963,-3.05661,14.2],"rotation":{"angle":22.5,"axis":"z","origin":[7.30963,-4.05661,13.7]},"faces":{"north":{"uv":[4,14,5,16],"rotation":90,"texture":"#0"},"east":{"uv":[4,14,5,15],"rotation":90,"texture":"#0"},"south":{"uv":[4,14,5,16],"rotation":90,"texture":"#0"},"west":{"uv":[4,14,5,15],"rotation":90,"texture":"#0"},"up":{"uv":[4,14,6,15],"texture":"#0"},"down":{"uv":[7.5,0,8,1],"rotation":270,"texture":"#1"}}},{"from":[5.80963,1.44339,4.8],"to":[7.80963,2.44339,5.8],"rotation":{"angle":22.5,"axis":"z","origin":[6.80963,1.44339,5.3]},"faces":{"north":{"uv":[4,14,5,16],"rotation":90,"texture":"#0"},"east":{"uv":[4,14,5,15],"rotation":90,"texture":"#0"},"south":{"uv":[4,14,5,16],"rotation":90,"texture":"#0"},"west":{"uv":[4,14,5,15],"rotation":90,"texture":"#0"},"up":{"uv":[4,14,6,15],"texture":"#0"},"down":{"uv":[7.5,0,8,1],"rotation":270,"texture":"#1"}}},{"from":[6.30963,2.44339,2.7],"to":[8.30963,3.44339,3.7],"rotation":{"angle":22.5,"axis":"z","origin":[7.30963,2.44339,3.2]},"faces":{"north":{"uv":[1,14,2,16],"rotation":90,"texture":"#0"},"east":{"uv":[1,14.5,2,15.5],"rotation":90,"texture":"#0"},"south":{"uv":[1,14,2,16],"rotation":90,"texture":"#0"},"west":{"uv":[1,14.5,2,15.5],"rotation":90,"texture":"#0"},"up":{"uv":[1,14.5,3,15.5],"texture":"#0"},"down":{"uv":[7.5,0,8,1],"rotation":270,"texture":"#1"}}},{"from":[5.81656,0.9688,6.41],"to":[6.79656,1.4488,8.39],"rotation":{"angle":22.5,"axis":"z","origin":[6.80656,0.4588,6.9]},"faces":{"north":{"uv":[1,14.5,1.5,15.5],"rotation":90,"texture":"#0"},"east":{"uv":[1,14,1.5,16],"rotation":90,"texture":"#0"},"south":{"uv":[1,14.5,1.5,15.5],"rotation":90,"texture":"#0"},"west":{"uv":[1,14,1.5,16],"rotation":90,"texture":"#0"},"up":{"uv":[1,14,2,16],"texture":"#0"},"down":{"uv":[1,14,2,16],"rotation":180,"texture":"#0"}}},{"from":[5.81656,-0.0312,8.51],"to":[6.79656,0.4488,10.49],"rotation":{"angle":22.5,"axis":"z","origin":[6.80656,-0.5412,9]},"faces":{"north":{"uv":[4,14,4.5,15],"rotation":90,"texture":"#0"},"east":{"uv":[4,14,4.5,16],"rotation":90,"texture":"#0"},"south":{"uv":[4,14,4.5,15],"rotation":90,"texture":"#0"},"west":{"uv":[4,14,4.5,16],"rotation":90,"texture":"#0"},"up":{"uv":[4,14,5,16],"texture":"#0"},"down":{"uv":[4,14,5,16],"rotation":180,"texture":"#0"}}},{"from":[6.31656,-1.5312,10.61],"to":[7.29656,-1.0512,12.59],"rotation":{"angle":22.5,"axis":"z","origin":[7.30656,-2.0412,11.1]},"faces":{"north":{"uv":[1,14.5,1.5,15.5],"rotation":90,"texture":"#0"},"east":{"uv":[1,14,1.5,16],"rotation":90,"texture":"#0"},"south":{"uv":[1,14.5,1.5,15.5],"rotation":90,"texture":"#0"},"west":{"uv":[1,14,1.5,16],"rotation":90,"texture":"#0"},"up":{"uv":[1,14,2,16],"texture":"#0"},"down":{"uv":[1,14,2,16],"rotation":180,"texture":"#0"}}},{"from":[6.81656,-3.5312,12.71],"to":[7.79656,-3.0512,14.69],"rotation":{"angle":22.5,"axis":"z","origin":[7.80656,-4.0412,13.2]},"faces":{"north":{"uv":[4,14,4.5,15],"rotation":90,"texture":"#0"},"east":{"uv":[4,14,4.5,16],"rotation":90,"texture":"#0"},"south":{"uv":[4,14,4.5,15],"rotation":90,"texture":"#0"},"west":{"uv":[4,14,4.5,16],"rotation":90,"texture":"#0"},"up":{"uv":[4,14,5,16],"texture":"#0"},"down":{"uv":[4,14,5,16],"rotation":180,"texture":"#0"}}},{"from":[6.31656,1.9688,4.31],"to":[7.29656,2.4488,6.29],"rotation":{"angle":22.5,"axis":"z","origin":[7.30656,1.4588,4.8]},"faces":{"north":{"uv":[4,14,4.5,15],"rotation":90,"texture":"#0"},"east":{"uv":[4,14,4.5,16],"rotation":90,"texture":"#0"},"south":{"uv":[4,14,4.5,15],"rotation":90,"texture":"#0"},"west":{"uv":[4,14,4.5,16],"rotation":90,"texture":"#0"},"up":{"uv":[4,14,5,16],"texture":"#0"},"down":{"uv":[4,14,5,16],"rotation":180,"texture":"#0"}}},{"from":[6.81656,2.9688,2.21],"to":[7.79656,3.4488,4.19],"rotation":{"angle":22.5,"axis":"z","origin":[7.80656,2.4588,2.7]},"faces":{"north":{"uv":[1,14.5,1.5,15.5],"rotation":90,"texture":"#0"},"east":{"uv":[1,14,1.5,16],"rotation":90,"texture":"#0"},"south":{"uv":[1,14.5,1.5,15.5],"rotation":90,"texture":"#0"},"west":{"uv":[1,14,1.5,16],"rotation":90,"texture":"#0"},"up":{"uv":[1,14,2,16],"texture":"#0"},"down":{"uv":[1,14,2,16],"rotation":180,"texture":"#0"}}},{"from":[5.49,-1.51,11.09],"to":[7.51,10.01,12.11],"rotation":{"angle":0,"axis":"y","origin":[6.5,0,13.1]},"faces":{"north":{"uv":[1,14,12.5,16],"rotation":90,"texture":"#0"},"east":{"uv":[1,14.5,12.5,15.5],"rotation":90,"texture":"#0"},"south":{"uv":[1,14,12.5,16],"rotation":90,"texture":"#0"},"west":{"uv":[1,14.5,12.5,15.5],"rotation":90,"texture":"#0"},"up":{"uv":[7.5,0,8,1],"rotation":90,"texture":"#1"},"down":{"uv":[1,14.5,3,15.5],"rotation":180,"texture":"#0"}}},{"from":[5.99,2.99,2.69],"to":[8.01,10.01,3.71],"rotation":{"angle":0,"axis":"y","origin":[7,0,4.7]},"faces":{"north":{"uv":[1,14,8,16],"rotation":90,"texture":"#0"},"east":{"uv":[1,14.5,8,15.5],"rotation":90,"texture":"#0"},"south":{"uv":[1,14,8,16],"rotation":90,"texture":"#0"},"west":{"uv":[1,14.5,8,15.5],"rotation":90,"texture":"#0"},"up":{"uv":[7.5,0,8,1],"rotation":90,"texture":"#1"},"down":{"uv":[1,14.5,3,15.5],"rotation":180,"texture":"#0"}}},{"from":[5.5,0,8.5],"to":[6.5,10,10.5],"rotation":{"angle":0,"axis":"y","origin":[6,5,9.5]},"faces":{"north":{"uv":[4,14,14,15],"rotation":90,"texture":"#0"},"east":{"uv":[4,14,14,16],"rotation":90,"texture":"#0"},"south":{"uv":[4,14,14,15],"rotation":90,"texture":"#0"},"west":{"uv":[4,14,14,16],"rotation":90,"texture":"#0"},"up":{"uv":[5.5,14,6.5,16],"texture":"#0"},"down":{"uv":[4,14,5,16],"rotation":180,"texture":"#0"}}},{"from":[6.5,-3.5,12.7],"to":[7.5,10,14.7],"rotation":{"angle":0,"axis":"y","origin":[7,5,13.7]},"faces":{"north":{"uv":[2.5,14,16,15],"rotation":90,"texture":"#0"},"east":{"uv":[2.5,14,16,16],"rotation":90,"texture":"#0"},"south":{"uv":[2.5,14,16,15],"rotation":90,"texture":"#0"},"west":{"uv":[2.5,14,16,16],"rotation":90,"texture":"#0"},"up":{"uv":[4,14,5,16],"texture":"#0"},"down":{"uv":[4,14,5,16],"rotation":180,"texture":"#0"}}},{"from":[6.24,6.34,12.44],"to":[7.76,7.86,14.96],"rotation":{"angle":0,"axis":"y","origin":[7,2.85,13.7]},"faces":{"north":{"uv":[5.25,0,6,0.75],"rotation":180,"texture":"#1"},"east":{"uv":[5.25,0,6.5,0.75],"rotation":180,"texture":"#1"},"south":{"uv":[5.5,0,6.25,0.75],"rotation":180,"texture":"#1"},"west":{"uv":[5.25,0,6.5,0.75],"rotation":180,"texture":"#1"},"up":{"uv":[5.25,0,6.5,0.75],"rotation":90,"texture":"#1"},"down":{"uv":[5.25,0,6.5,0.75],"rotation":270,"texture":"#1"}}},{"from":[5.74,6.24,10.34],"to":[7.26,7.76,12.86],"rotation":{"angle":0,"axis":"y","origin":[6.5,2.75,11.6]},"faces":{"north":{"uv":[4.5,0,5.25,0.75],"rotation":180,"texture":"#1"},"east":{"uv":[4.25,0,5.5,0.75],"rotation":180,"texture":"#1"},"south":{"uv":[4.5,0,5.25,0.75],"rotation":180,"texture":"#1"},"west":{"uv":[4.25,0,5.5,0.75],"rotation":180,"texture":"#1"},"up":{"uv":[5.25,0,6.5,0.75],"rotation":90,"texture":"#1"},"down":{"uv":[5.25,0,6.5,0.75],"rotation":270,"texture":"#1"}}},{"from":[5.24,6.14,8.24],"to":[6.76,7.66,10.76],"rotation":{"angle":0,"axis":"y","origin":[6,2.65,9.5]},"faces":{"north":{"uv":[3.5,0,4.25,0.75],"rotation":180,"texture":"#1"},"east":{"uv":[3.25,0,4.5,0.75],"rotation":180,"texture":"#1"},"south":{"uv":[3.5,0,4.25,0.75],"rotation":180,"texture":"#1"},"west":{"uv":[3.25,0,4.5,0.75],"rotation":180,"texture":"#1"},"up":{"uv":[5.25,0,6.5,0.75],"rotation":90,"texture":"#1"},"down":{"uv":[5.25,0,6.5,0.75],"rotation":270,"texture":"#1"}}},{"from":[5.25,6.05,6.15],"to":[6.75,7.55,8.65],"rotation":{"angle":0,"axis":"y","origin":[6,2.55,7.4]},"faces":{"north":{"uv":[2.5,0,3.25,0.75],"rotation":180,"texture":"#1"},"east":{"uv":[2.25,0,3.5,0.75],"rotation":180,"texture":"#1"},"south":{"uv":[3.5,0,4.25,0.75],"rotation":180,"texture":"#1"},"west":{"uv":[2.25,0,3.5,0.75],"rotation":180,"texture":"#1"},"up":{"uv":[5.25,0,6.5,0.75],"rotation":90,"texture":"#1"},"down":{"uv":[5.25,0,6.5,0.75],"rotation":270,"texture":"#1"}}},{"from":[5.75,5.35,12.95],"to":[8.25,5.85,14.45],"rotation":{"angle":0,"axis":"y","origin":[7,-4.15,15.2]},"faces":{"north":{"uv":[5.25,0,6.5,0.25],"rotation":180,"texture":"#1"},"east":{"uv":[5.5,0,6.25,0.25],"rotation":180,"texture":"#1"},"south":{"uv":[5.25,0,6.5,0.25],"rotation":180,"texture":"#1"},"west":{"uv":[5.5,0,6.25,0.25],"rotation":180,"texture":"#1"},"up":{"uv":[5.5,0,6.25,1.25],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,0,6.25,1.25],"rotation":270,"texture":"#1"}}},{"from":[6.24,5.34,12.44],"to":[7.76,5.86,14.96],"rotation":{"angle":0,"axis":"y","origin":[7,0.85,13.7]},"faces":{"north":{"uv":[5.25,0,6,0.25],"rotation":180,"texture":"#1"},"east":{"uv":[5.25,0,6.5,0.25],"rotation":180,"texture":"#1"},"south":{"uv":[5.5,0,6.25,0.25],"rotation":180,"texture":"#1"},"west":{"uv":[5.25,0,6.5,0.25],"rotation":180,"texture":"#1"},"up":{"uv":[5.25,0,6.5,0.75],"rotation":90,"texture":"#1"},"down":{"uv":[5.25,0,6.5,0.75],"rotation":270,"texture":"#1"}}},{"from":[5.25,5.25,10.85],"to":[7.75,5.75,12.35],"rotation":{"angle":0,"axis":"y","origin":[6.5,-4.25,13.1]},"faces":{"north":{"uv":[5.25,0,6.5,0.25],"rotation":180,"texture":"#1"},"east":{"uv":[4.5,0,5.25,0.25],"rotation":180,"texture":"#1"},"south":{"uv":[5.25,0,6.5,0.25],"rotation":180,"texture":"#1"},"west":{"uv":[4.5,0,5.25,0.25],"rotation":180,"texture":"#1"},"up":{"uv":[5.5,0,6.25,1.25],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,0,6.25,1.25],"rotation":270,"texture":"#1"}}},{"from":[5.74,5.24,10.34],"to":[7.26,5.76,12.86],"rotation":{"angle":0,"axis":"y","origin":[6.5,0.75,11.6]},"faces":{"north":{"uv":[4.5,0,5.25,0.25],"rotation":180,"texture":"#1"},"east":{"uv":[4.25,0,5.5,0.25],"rotation":180,"texture":"#1"},"south":{"uv":[4.5,0,5.25,0.25],"rotation":180,"texture":"#1"},"west":{"uv":[4.25,0,5.5,0.25],"rotation":180,"texture":"#1"},"up":{"uv":[5.25,0,6.5,0.75],"rotation":90,"texture":"#1"},"down":{"uv":[5.25,0,6.5,0.75],"rotation":270,"texture":"#1"}}},{"from":[4.75,5.15,8.75],"to":[7.25,5.65,10.25],"rotation":{"angle":0,"axis":"y","origin":[6,-4.35,11]},"faces":{"north":{"uv":[5.25,0,6.5,0.25],"rotation":180,"texture":"#1"},"east":{"uv":[3.5,0,4.25,0.25],"rotation":180,"texture":"#1"},"south":{"uv":[5.25,0,6.5,0.25],"rotation":180,"texture":"#1"},"west":{"uv":[3.5,0,4.25,0.25],"rotation":180,"texture":"#1"},"up":{"uv":[5.5,0,6.25,1.25],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,0,6.25,1.25],"rotation":270,"texture":"#1"}}},{"from":[5.24,5.14,8.24],"to":[6.76,5.66,10.76],"rotation":{"angle":0,"axis":"y","origin":[6,0.65,9.5]},"faces":{"north":{"uv":[3.5,0,4.25,0.25],"rotation":180,"texture":"#1"},"east":{"uv":[3.25,0,4.5,0.25],"rotation":180,"texture":"#1"},"south":{"uv":[3.5,0,4.25,0.25],"rotation":180,"texture":"#1"},"west":{"uv":[3.25,0,4.5,0.25],"rotation":180,"texture":"#1"},"up":{"uv":[5.25,0,6.5,0.75],"rotation":90,"texture":"#1"},"down":{"uv":[5.25,0,6.5,0.75],"rotation":270,"texture":"#1"}}},{"from":[4.76,5.06,6.66],"to":[7.24,5.54,8.14],"rotation":{"angle":0,"axis":"y","origin":[6,-4.45,8.9]},"faces":{"north":{"uv":[5.25,0,6.5,0.25],"rotation":180,"texture":"#1"},"east":{"uv":[2.5,0,3.25,0.25],"rotation":180,"texture":"#1"},"south":{"uv":[5.25,0,6.5,0.25],"rotation":180,"texture":"#1"},"west":{"uv":[2.5,0,3.25,0.25],"rotation":180,"texture":"#1"},"up":{"uv":[5.5,0,6.25,1.25],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,0,6.25,1.25],"rotation":270,"texture":"#1"}}},{"from":[5.25,5.05,6.15],"to":[6.75,5.55,8.65],"rotation":{"angle":0,"axis":"y","origin":[6,0.55,7.4]},"faces":{"north":{"uv":[2.5,0,3.25,0.25],"rotation":180,"texture":"#1"},"east":{"uv":[2.25,0,3.5,0.25],"rotation":180,"texture":"#1"},"south":{"uv":[3.5,0,4.25,0.25],"rotation":180,"texture":"#1"},"west":{"uv":[2.25,0,3.5,0.25],"rotation":180,"texture":"#1"},"up":{"uv":[5.25,0,6.5,0.75],"rotation":90,"texture":"#1"},"down":{"uv":[5.25,0,6.5,0.75],"rotation":270,"texture":"#1"}}},{"from":[5.26,5.16,4.56],"to":[7.74,5.64,6.04],"rotation":{"angle":0,"axis":"y","origin":[6.5,-4.35,6.8]},"faces":{"north":{"uv":[1.25,0,2.5,0.25],"rotation":180,"texture":"#1"},"east":{"uv":[1.5,0,2.25,0.25],"rotation":180,"texture":"#1"},"south":{"uv":[5.25,0,6.5,0.25],"rotation":180,"texture":"#1"},"west":{"uv":[1.5,0,2.25,0.25],"rotation":180,"texture":"#1"},"up":{"uv":[5.5,0,6.25,1.25],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,0,6.25,1.25],"rotation":270,"texture":"#1"}}},{"from":[5.75,5.15,4.05],"to":[7.25,5.65,6.55],"rotation":{"angle":0,"axis":"y","origin":[6.5,0.65,5.3]},"faces":{"north":{"uv":[1.5,0,2.25,0.25],"rotation":180,"texture":"#1"},"east":{"uv":[1.25,0,2.5,0.25],"rotation":180,"texture":"#1"},"south":{"uv":[1.5,0,2.25,0.25],"rotation":180,"texture":"#1"},"west":{"uv":[1.25,0,2.5,0.25],"rotation":180,"texture":"#1"},"up":{"uv":[5.25,0,6.5,0.75],"rotation":90,"texture":"#1"},"down":{"uv":[5.25,0,6.5,0.75],"rotation":270,"texture":"#1"}}},{"from":[5.76,5.26,2.46],"to":[8.24,5.74,3.94],"rotation":{"angle":0,"axis":"y","origin":[7,-4.25,4.7]},"faces":{"north":{"uv":[1.25,0,2.5,0.25],"rotation":180,"texture":"#1"},"east":{"uv":[0.5,0,1.25,0.25],"rotation":180,"texture":"#1"},"south":{"uv":[5.25,0,6.5,0.25],"rotation":180,"texture":"#1"},"west":{"uv":[0.5,0,1.25,0.25],"rotation":180,"texture":"#1"},"up":{"uv":[5.5,0,6.25,1.25],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,0,6.25,1.25],"rotation":270,"texture":"#1"}}},{"from":[6.25,5.25,1.95],"to":[7.75,5.75,4.45],"rotation":{"angle":0,"axis":"y","origin":[7,0.75,3.2]},"faces":{"north":{"uv":[0.5,0,1.25,0.25],"rotation":180,"texture":"#1"},"east":{"uv":[0.25,0,1.5,0.25],"rotation":180,"texture":"#1"},"south":{"uv":[0.5,0,1.25,0.25],"rotation":180,"texture":"#1"},"west":{"uv":[0.25,0,1.5,0.25],"rotation":180,"texture":"#1"},"up":{"uv":[5.25,0,6.5,0.75],"rotation":90,"texture":"#1"},"down":{"uv":[5.25,0,6.5,0.75],"rotation":270,"texture":"#1"}}},{"from":[5.75,6.15,4.05],"to":[7.25,7.65,6.55],"rotation":{"angle":0,"axis":"y","origin":[6.5,2.65,5.3]},"faces":{"north":{"uv":[1.5,0,2.25,0.75],"rotation":180,"texture":"#1"},"east":{"uv":[1.25,0,2.5,0.75],"rotation":180,"texture":"#1"},"south":{"uv":[1.5,0,2.25,0.75],"rotation":180,"texture":"#1"},"west":{"uv":[1.25,0,2.5,0.75],"rotation":180,"texture":"#1"},"up":{"uv":[5.25,0,6.5,0.75],"rotation":90,"texture":"#1"},"down":{"uv":[5.25,0,6.5,0.75],"rotation":270,"texture":"#1"}}},{"from":[6.25,6.25,1.95],"to":[7.75,7.75,4.45],"rotation":{"angle":0,"axis":"y","origin":[7,2.75,3.2]},"faces":{"north":{"uv":[0.5,0,1.25,0.75],"rotation":180,"texture":"#1"},"east":{"uv":[0.25,0,1.5,0.75],"rotation":180,"texture":"#1"},"south":{"uv":[0.5,0,1.25,0.75],"rotation":180,"texture":"#1"},"west":{"uv":[0.25,0,1.5,0.75],"rotation":180,"texture":"#1"},"up":{"uv":[5.25,0,6.5,0.75],"rotation":90,"texture":"#1"},"down":{"uv":[5.25,0,6.5,0.75],"rotation":270,"texture":"#1"}}},{"from":[6,2,4.3],"to":[7,10,6.3],"rotation":{"angle":0,"axis":"y","origin":[6.5,5,5.3]},"faces":{"north":{"uv":[4,14,12,15],"rotation":90,"texture":"#0"},"east":{"uv":[4,14,12,16],"rotation":90,"texture":"#0"},"south":{"uv":[4,14,12,15],"rotation":90,"texture":"#0"},"west":{"uv":[4,14,12,16],"rotation":90,"texture":"#0"},"up":{"uv":[4,14,5,16],"texture":"#0"},"down":{"uv":[4,14,5,16],"rotation":180,"texture":"#0"}}},{"from":[6.75,2.9,14.75],"to":[7.25,7.9,16.25],"rotation":{"angle":-22.5,"axis":"x","origin":[7.25,5.4,15.5]},"faces":{"north":{"uv":[0.25,0.25,2.75,0],"rotation":90,"texture":"#1"},"east":{"uv":[0.25,1.25,2.75,0.5],"rotation":90,"texture":"#1"},"south":{"uv":[0.25,0.75,2.75,0.5],"rotation":90,"texture":"#1"},"west":{"uv":[0.25,1.25,2.75,0.5],"rotation":90,"texture":"#1"},"up":{"uv":[0.25,0.75,0.5,0],"texture":"#1"},"down":{"uv":[2.5,1.25,2.75,0.5],"rotation":180,"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-171,0],"translation":[-1,0.5,-0.5],"scale":[0.7,0.7,0.7]},"thirdperson_lefthand":{"rotation":[0,-171,0],"translation":[0.5,0.5,-0.5],"scale":[0.7,0.7,0.7]},"firstperson_righthand":{"rotation":[16,-166,0],"translation":[-1.75,5,1.5],"scale":[0.75,0.75,0.75]},"firstperson_lefthand":{"rotation":[16,-180,0],"translation":[-0.5,5,1.5],"scale":[0.75,0.75,0.75]},"gui":{"rotation":[-128,109,112],"translation":[0.25,4.75,0]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/phoenix_relik.json b/assets/minecraft/models/item/wynn/skin/relik/phoenix_relik.json new file mode 100644 index 000000000..b4cea6bc4 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/phoenix_relik.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/phoenix_atlas"},"elements":[{"from":[4.5,12.25,7.75],"to":[4.75,12.75,8],"faces":{"north":{"uv":[4.6875,9.25,4.625,9.375],"texture":"#0"},"east":{"uv":[4.6875,8.5,4.625,8.625],"texture":"#0"},"south":{"uv":[4.625,9,4.6875,9.125],"texture":"#0"},"west":{"uv":[4.625,8.75,4.6875,8.875],"texture":"#0"},"up":{"uv":[5.5625,2.875,5.625,2.8125],"texture":"#0"},"down":{"uv":[5.75,3.75,5.8125,3.8125],"texture":"#0"}}},{"from":[4.75,12.75,7.75],"to":[5,13.25,8],"faces":{"north":{"uv":[4.6875,8.25,4.625,8.375],"texture":"#0"},"east":{"uv":[4.6875,7.5,4.625,7.625],"texture":"#0"},"south":{"uv":[4.625,8,4.6875,8.125],"texture":"#0"},"west":{"uv":[4.625,7.75,4.6875,7.875],"texture":"#0"},"up":{"uv":[5.5625,3.25,5.625,3.1875],"texture":"#0"},"down":{"uv":[5.5625,3,5.625,3.0625],"texture":"#0"}}},{"from":[5,11.75,7.5],"to":[5.25,12.25,7.75],"faces":{"north":{"uv":[4.6875,7.25,4.625,7.375],"texture":"#0"},"east":{"uv":[4.6875,6.5,4.625,6.625],"texture":"#0"},"south":{"uv":[4.625,7,4.6875,7.125],"texture":"#0"},"west":{"uv":[4.625,6.75,4.6875,6.875],"texture":"#0"},"up":{"uv":[5.5625,5.125,5.625,5.0625],"texture":"#0"},"down":{"uv":[5.5625,3.375,5.625,3.4375],"texture":"#0"}}},{"from":[5,11.75,8],"to":[5.25,12.25,8.25],"faces":{"north":{"uv":[4.6875,6.25,4.625,6.375],"texture":"#0"},"east":{"uv":[4.6875,5.5,4.625,5.625],"texture":"#0"},"south":{"uv":[4.625,6,4.6875,6.125],"texture":"#0"},"west":{"uv":[4.625,5.75,4.6875,5.875],"texture":"#0"},"up":{"uv":[5.5625,5.5,5.625,5.4375],"texture":"#0"},"down":{"uv":[5.5625,5.25,5.625,5.3125],"texture":"#0"}}},{"from":[5,12.75,7.5],"to":[5.25,13,7.75],"faces":{"north":{"uv":[5.625,6.375,5.5625,6.4375],"texture":"#0"},"east":{"uv":[12.1875,10.5,12.125,10.5625],"texture":"#0"},"south":{"uv":[5.5625,6.5625,5.625,6.625],"texture":"#0"},"west":{"uv":[5.5625,6.75,5.625,6.8125],"texture":"#0"},"up":{"uv":[5.5625,6.25,5.625,6.1875],"texture":"#0"},"down":{"uv":[5.5625,5.625,5.625,5.6875],"texture":"#0"}}},{"from":[5,12.75,8],"to":[5.25,13,8.25],"faces":{"north":{"uv":[11.625,10.5,11.5625,10.5625],"texture":"#0"},"east":{"uv":[7.6875,10.5,7.625,10.5625],"texture":"#0"},"south":{"uv":[8,10.5,8.0625,10.5625],"texture":"#0"},"west":{"uv":[7.8125,10.5,7.875,10.5625],"texture":"#0"},"up":{"uv":[11.75,10.5625,11.8125,10.5],"texture":"#0"},"down":{"uv":[11.9375,10.5,12,10.5625],"texture":"#0"}}},{"from":[5,13.25,7.75],"to":[5.25,13.5,8.25],"faces":{"north":{"uv":[7.5,10.5,7.4375,10.5625],"texture":"#0"},"east":{"uv":[13.25,11.5,13.125,11.5625],"texture":"#0"},"south":{"uv":[6.875,10.5,6.9375,10.5625],"texture":"#0"},"west":{"uv":[12.875,11.5,13,11.5625],"texture":"#0"},"up":{"uv":[4.625,5.125,4.6875,5],"texture":"#0"},"down":{"uv":[4.625,5.25,4.6875,5.375],"texture":"#0"}}},{"from":[5.25,12.25,7.5],"to":[5.5,12.75,7.75],"faces":{"north":{"uv":[4.6875,4.75,4.625,4.875],"texture":"#0"},"east":{"uv":[4.6875,4,4.625,4.125],"texture":"#0"},"south":{"uv":[4.625,4.5,4.6875,4.625],"texture":"#0"},"west":{"uv":[4.625,4.25,4.6875,4.375],"texture":"#0"},"up":{"uv":[6.5,10.5625,6.5625,10.5],"texture":"#0"},"down":{"uv":[6.6875,10.5,6.75,10.5625],"texture":"#0"}}},{"from":[5.25,12.25,8],"to":[5.5,12.75,8.25],"faces":{"north":{"uv":[4.6875,3.75,4.625,3.875],"texture":"#0"},"east":{"uv":[4.6875,3,4.625,3.125],"texture":"#0"},"south":{"uv":[4.625,3.5,4.6875,3.625],"texture":"#0"},"west":{"uv":[4.625,3.25,4.6875,3.375],"texture":"#0"},"up":{"uv":[5.75,10.5625,5.8125,10.5],"texture":"#0"},"down":{"uv":[6.3125,10.5,6.375,10.5625],"texture":"#0"}}},{"from":[5.25,13,7.5],"to":[5.5,13.25,7.75],"faces":{"north":{"uv":[5.4375,0.375,5.375,0.4375],"texture":"#0"},"east":{"uv":[5.4375,1.3125,5.375,1.375],"texture":"#0"},"south":{"uv":[5.375,0.9375,5.4375,1],"texture":"#0"},"west":{"uv":[5.375,1.125,5.4375,1.1875],"texture":"#0"},"up":{"uv":[5.375,0.25,5.4375,0.1875],"texture":"#0"},"down":{"uv":[5.5625,10.5,5.625,10.5625],"texture":"#0"}}},{"from":[5.25,13,8],"to":[5.5,13.25,8.25],"faces":{"north":{"uv":[5.4375,2.25,5.375,2.3125],"texture":"#0"},"east":{"uv":[5.4375,4.3125,5.375,4.375],"texture":"#0"},"south":{"uv":[5.375,2.4375,5.4375,2.5],"texture":"#0"},"west":{"uv":[5.375,2.625,5.4375,2.6875],"texture":"#0"},"up":{"uv":[5.375,2.125,5.4375,2.0625],"texture":"#0"},"down":{"uv":[5.375,1.5,5.4375,1.5625],"texture":"#0"}}},{"from":[5.25,13.5,7.75],"to":[5.5,13.75,8],"faces":{"north":{"uv":[5.4375,4.875,5.375,4.9375],"texture":"#0"},"east":{"uv":[5.4375,8.0625,5.375,8.125],"texture":"#0"},"south":{"uv":[5.375,6.9375,5.4375,7],"texture":"#0"},"west":{"uv":[5.375,7.125,5.4375,7.1875],"texture":"#0"},"up":{"uv":[5.375,4.75,5.4375,4.6875],"texture":"#0"},"down":{"uv":[5.375,4.5,5.4375,4.5625],"texture":"#0"}}},{"from":[5.5,13.25,7.5],"to":[6,13.5,7.75],"faces":{"north":{"uv":[14,11.5,13.875,11.5625],"texture":"#0"},"east":{"uv":[5.4375,8.8125,5.375,8.875],"texture":"#0"},"south":{"uv":[14.125,11.5,14.25,11.5625],"texture":"#0"},"west":{"uv":[5.375,8.25,5.4375,8.3125],"texture":"#0"},"up":{"uv":[13.625,11.5625,13.75,11.5],"texture":"#0"},"down":{"uv":[13.375,11.5,13.5,11.5625],"texture":"#0"}}},{"from":[5.5,13.25,8],"to":[6,13.5,8.25],"faces":{"north":{"uv":[15,11.5,14.875,11.5625],"texture":"#0"},"east":{"uv":[5.4375,9.1875,5.375,9.25],"texture":"#0"},"south":{"uv":[15.125,11.5,15.25,11.5625],"texture":"#0"},"west":{"uv":[5.375,9,5.4375,9.0625],"texture":"#0"},"up":{"uv":[14.625,11.5625,14.75,11.5],"texture":"#0"},"down":{"uv":[14.375,11.5,14.5,11.5625],"texture":"#0"}}},{"from":[5.5,13.75,7.75],"to":[6.25,14,8],"faces":{"north":{"uv":[12.8125,12.375,12.625,12.4375],"texture":"#0"},"east":{"uv":[5.4375,9.9375,5.375,10],"texture":"#0"},"south":{"uv":[12.3125,12.375,12.5,12.4375],"texture":"#0"},"west":{"uv":[5.375,9.375,5.4375,9.4375],"texture":"#0"},"up":{"uv":[12.9375,12.4375,13.125,12.375],"texture":"#0"},"down":{"uv":[13.25,12.375,13.4375,12.4375],"texture":"#0"}}},{"from":[6,5.75,4.5],"to":[6.25,7.75,4.75],"faces":{"north":{"uv":[0.6875,6.875,0.625,7.375],"texture":"#0"},"east":{"uv":[0.6875,5,0.625,5.5],"texture":"#0"},"south":{"uv":[0.625,6.25,0.6875,6.75],"texture":"#0"},"west":{"uv":[0.625,5.625,0.6875,6.125],"texture":"#0"},"up":{"uv":[5.375,10.375,5.4375,10.3125],"texture":"#0"},"down":{"uv":[5.375,10.125,5.4375,10.1875],"texture":"#0"}}},{"from":[6,5.75,11],"to":[6.25,7.75,11.25],"faces":{"north":{"uv":[0.6875,4.375,0.625,4.875],"texture":"#0"},"east":{"uv":[0.6875,2.5,0.625,3],"texture":"#0"},"south":{"uv":[0.625,3.75,0.6875,4.25],"texture":"#0"},"west":{"uv":[0.625,3.125,0.6875,3.625],"texture":"#0"},"up":{"uv":[15.3125,10.75,15.375,10.6875],"texture":"#0"},"down":{"uv":[5.375,10.5,5.4375,10.5625],"texture":"#0"}}},{"from":[6,6.5,4.75],"to":[6.25,8.25,5],"faces":{"north":{"uv":[1.6875,14.0625,1.625,14.5],"texture":"#0"},"east":{"uv":[1.4375,1.6875,1.375,2.125],"texture":"#0"},"south":{"uv":[1.375,0.5625,1.4375,1],"texture":"#0"},"west":{"uv":[1.375,1.125,1.4375,1.5625],"texture":"#0"},"up":{"uv":[14.9375,10.75,15,10.6875],"texture":"#0"},"down":{"uv":[15.125,10.6875,15.1875,10.75],"texture":"#0"}}},{"from":[6,6.5,10.75],"to":[6.25,8.25,11],"faces":{"north":{"uv":[1.4375,2.25,1.375,2.6875],"texture":"#0"},"east":{"uv":[1.4375,4.5,1.375,4.9375],"texture":"#0"},"south":{"uv":[1.375,2.8125,1.4375,3.25],"texture":"#0"},"west":{"uv":[1.375,3.375,1.4375,3.8125],"texture":"#0"},"up":{"uv":[14.1875,10.75,14.25,10.6875],"texture":"#0"},"down":{"uv":[14.75,10.6875,14.8125,10.75],"texture":"#0"}}},{"from":[6,13.5,7.5],"to":[9.25,13.75,8.25],"faces":{"north":{"uv":[3.5625,15.625,2.75,15.6875],"texture":"#0"},"east":{"uv":[8.125,12.375,7.9375,12.4375],"texture":"#0"},"south":{"uv":[1.8125,15.625,2.625,15.6875],"texture":"#0"},"west":{"uv":[9.5,12.375,9.6875,12.4375],"texture":"#0"},"up":{"uv":[1.8125,16,2.625,15.8125],"texture":"#0"},"down":{"uv":[2.75,15.8125,3.5625,16],"texture":"#0"}}},{"from":[6,14,7.75],"to":[9,14.25,8],"faces":{"north":{"uv":[2.5,15.375,1.75,15.4375],"texture":"#0"},"east":{"uv":[13.875,10.6875,13.8125,10.75],"texture":"#0"},"south":{"uv":[2.625,15.375,3.375,15.4375],"texture":"#0"},"west":{"uv":[14,10.6875,14.0625,10.75],"texture":"#0"},"up":{"uv":[0.875,15.4375,1.625,15.375],"texture":"#0"},"down":{"uv":[7,15.375,7.75,15.4375],"texture":"#0"}}},{"from":[6.25,6.5,4.25],"to":[6.5,8.5,4.5],"faces":{"north":{"uv":[0.9375,14.125,0.875,14.625],"texture":"#0"},"east":{"uv":[0.9375,12.25,0.875,12.75],"texture":"#0"},"south":{"uv":[0.875,13.5,0.9375,14],"texture":"#0"},"west":{"uv":[0.875,12.875,0.9375,13.375],"texture":"#0"},"up":{"uv":[10.8125,10.75,10.875,10.6875],"texture":"#0"},"down":{"uv":[13.625,10.6875,13.6875,10.75],"texture":"#0"}}},{"from":[6.25,6.5,11.25],"to":[6.5,8.25,11.5],"faces":{"north":{"uv":[1.4375,5.0625,1.375,5.5],"texture":"#0"},"east":{"uv":[1.25,1.875,1.1875,2.3125],"texture":"#0"},"south":{"uv":[1.375,6.75,1.4375,7.1875],"texture":"#0"},"west":{"uv":[1.375,7.3125,1.4375,7.75],"texture":"#0"},"up":{"uv":[10.4375,10.75,10.5,10.6875],"texture":"#0"},"down":{"uv":[10.625,10.6875,10.6875,10.75],"texture":"#0"}}},{"from":[6.25,6.75,4.5],"to":[6.5,8.75,4.75],"faces":{"north":{"uv":[0.9375,2.375,0.875,2.875],"texture":"#0"},"east":{"uv":[0.9375,10.375,0.875,10.875],"texture":"#0"},"south":{"uv":[0.875,11.625,0.9375,12.125],"texture":"#0"},"west":{"uv":[0.875,11,0.9375,11.5],"texture":"#0"},"up":{"uv":[8.5625,10.75,8.625,10.6875],"texture":"#0"},"down":{"uv":[10.25,10.6875,10.3125,10.75],"texture":"#0"}}},{"from":[6.25,6.75,11],"to":[6.5,8.75,11.25],"faces":{"north":{"uv":[0.9375,9.75,0.875,10.25],"texture":"#0"},"east":{"uv":[0.9375,7.875,0.875,8.375],"texture":"#0"},"south":{"uv":[0.875,9.125,0.9375,9.625],"texture":"#0"},"west":{"uv":[0.875,8.5,0.9375,9],"texture":"#0"},"up":{"uv":[8.1875,10.75,8.25,10.6875],"texture":"#0"},"down":{"uv":[8.375,10.6875,8.4375,10.75],"texture":"#0"}}},{"from":[6.25,7,4.75],"to":[6.5,8.5,5],"faces":{"north":{"uv":[1.6875,2.3125,1.625,2.6875],"texture":"#0"},"east":{"uv":[1.6875,3.8125,1.625,4.1875],"texture":"#0"},"south":{"uv":[1.625,2.8125,1.6875,3.1875],"texture":"#0"},"west":{"uv":[1.625,3.3125,1.6875,3.6875],"texture":"#0"},"up":{"uv":[7.4375,10.75,7.5,10.6875],"texture":"#0"},"down":{"uv":[8,10.6875,8.0625,10.75],"texture":"#0"}}},{"from":[6.25,7,10.75],"to":[6.5,8.5,11],"faces":{"north":{"uv":[2.3125,12.875,2.25,13.25],"texture":"#0"},"east":{"uv":[1.6875,6.3125,1.625,6.6875],"texture":"#0"},"south":{"uv":[1.625,5.3125,1.6875,5.6875],"texture":"#0"},"west":{"uv":[1.625,5.8125,1.6875,6.1875],"texture":"#0"},"up":{"uv":[7.0625,10.75,7.125,10.6875],"texture":"#0"},"down":{"uv":[7.25,10.6875,7.3125,10.75],"texture":"#0"}}},{"from":[6.25,7.25,4],"to":[6.75,8,4.25],"faces":{"north":{"uv":[1.5,0.25,1.375,0.4375],"texture":"#0"},"east":{"uv":[3.4375,3.8125,3.375,4],"texture":"#0"},"south":{"uv":[4.5,13.875,4.625,14.0625],"texture":"#0"},"west":{"uv":[3.375,3.5,3.4375,3.6875],"texture":"#0"},"up":{"uv":[15.625,11.5625,15.75,11.5],"texture":"#0"},"down":{"uv":[15.375,11.5,15.5,11.5625],"texture":"#0"}}},{"from":[6.25,7.25,11.5],"to":[6.75,8,11.75],"faces":{"north":{"uv":[4.375,13.875,4.25,14.0625],"texture":"#0"},"east":{"uv":[3.4375,5.0625,3.375,5.25],"texture":"#0"},"south":{"uv":[4,13.875,4.125,14.0625],"texture":"#0"},"west":{"uv":[3.375,4.125,3.4375,4.3125],"texture":"#0"},"up":{"uv":[5.0625,11.375,5.1875,11.3125],"texture":"#0"},"down":{"uv":[4.8125,11.3125,4.9375,11.375],"texture":"#0"}}},{"from":[6.25,7.5,5],"to":[6.5,8.75,5.25],"faces":{"north":{"uv":[2.3125,3.3125,2.25,3.625],"texture":"#0"},"east":{"uv":[2.3125,2,2.25,2.3125],"texture":"#0"},"south":{"uv":[2.25,2.875,2.3125,3.1875],"texture":"#0"},"west":{"uv":[2.25,2.4375,2.3125,2.75],"texture":"#0"},"up":{"uv":[6.3125,10.75,6.375,10.6875],"texture":"#0"},"down":{"uv":[6.875,10.6875,6.9375,10.75],"texture":"#0"}}},{"from":[6.25,7.5,10.5],"to":[6.5,8.75,10.75],"faces":{"north":{"uv":[2.3125,1.5625,2.25,1.875],"texture":"#0"},"east":{"uv":[2.3125,0.25,2.25,0.5625],"texture":"#0"},"south":{"uv":[2.25,1.125,2.3125,1.4375],"texture":"#0"},"west":{"uv":[2.25,0.6875,2.3125,1],"texture":"#0"},"up":{"uv":[5.9375,10.75,6,10.6875],"texture":"#0"},"down":{"uv":[6.125,10.6875,6.1875,10.75],"texture":"#0"}}},{"from":[6.25,8.75,4.75],"to":[7,9,5],"faces":{"north":{"uv":[5.3125,12.375,5.125,12.4375],"texture":"#0"},"east":{"uv":[5.25,0.1875,5.1875,0.25],"texture":"#0"},"south":{"uv":[4.8125,12.375,5,12.4375],"texture":"#0"},"west":{"uv":[5.75,10.6875,5.8125,10.75],"texture":"#0"},"up":{"uv":[5.4375,12.4375,5.625,12.375],"texture":"#0"},"down":{"uv":[5.75,12.375,5.9375,12.4375],"texture":"#0"}}},{"from":[6.25,8.75,5.25],"to":[6.75,9.25,5.5],"faces":{"north":{"uv":[13.25,13,13.125,13.125],"texture":"#0"},"east":{"uv":[4.875,10.0625,4.8125,10.1875],"texture":"#0"},"south":{"uv":[12.875,13,13,13.125],"texture":"#0"},"west":{"uv":[4.8125,10.3125,4.875,10.4375],"texture":"#0"},"up":{"uv":[6.0625,11.375,6.1875,11.3125],"texture":"#0"},"down":{"uv":[5.8125,11.3125,5.9375,11.375],"texture":"#0"}}},{"from":[6.25,8.75,10.25],"to":[6.75,9.25,10.5],"faces":{"north":{"uv":[12.75,13,12.625,13.125],"texture":"#0"},"east":{"uv":[4.875,8.5625,4.8125,8.6875],"texture":"#0"},"south":{"uv":[12.375,13,12.5,13.125],"texture":"#0"},"west":{"uv":[4.8125,8.8125,4.875,8.9375],"texture":"#0"},"up":{"uv":[6.5625,11.375,6.6875,11.3125],"texture":"#0"},"down":{"uv":[6.3125,11.3125,6.4375,11.375],"texture":"#0"}}},{"from":[6.25,13.75,7.5],"to":[8,14,7.75],"faces":{"north":{"uv":[14.75,14.875,14.3125,14.9375],"texture":"#0"},"east":{"uv":[5.25,0.5625,5.1875,0.625],"texture":"#0"},"south":{"uv":[13.75,14.875,14.1875,14.9375],"texture":"#0"},"west":{"uv":[5.1875,0.375,5.25,0.4375],"texture":"#0"},"up":{"uv":[14.875,14.9375,15.3125,14.875],"texture":"#0"},"down":{"uv":[8.125,14.875,8.5625,14.9375],"texture":"#0"}}},{"from":[6.25,13.75,8],"to":[8,14,8.25],"faces":{"north":{"uv":[15.5,14.6875,15.0625,14.75],"texture":"#0"},"east":{"uv":[5.25,2.4375,5.1875,2.5],"texture":"#0"},"south":{"uv":[7.1875,14.6875,7.625,14.75],"texture":"#0"},"west":{"uv":[5.1875,0.75,5.25,0.8125],"texture":"#0"},"up":{"uv":[1.8125,14.5,2.25,14.4375],"texture":"#0"},"down":{"uv":[2.375,14.4375,2.8125,14.5],"texture":"#0"}}},{"from":[6.5,6.75,4],"to":[6.75,7.25,4.25],"faces":{"north":{"uv":[4.875,8.3125,4.8125,8.4375],"texture":"#0"},"east":{"uv":[4.875,7.5625,4.8125,7.6875],"texture":"#0"},"south":{"uv":[4.8125,8.0625,4.875,8.1875],"texture":"#0"},"west":{"uv":[4.8125,7.8125,4.875,7.9375],"texture":"#0"},"up":{"uv":[5.1875,2.875,5.25,2.8125],"texture":"#0"},"down":{"uv":[5.1875,2.625,5.25,2.6875],"texture":"#0"}}},{"from":[6.5,6.75,11.5],"to":[6.75,7.25,11.75],"faces":{"north":{"uv":[4.875,5.8125,4.8125,5.9375],"texture":"#0"},"east":{"uv":[4.875,5.0625,4.8125,5.1875],"texture":"#0"},"south":{"uv":[4.8125,5.5625,4.875,5.6875],"texture":"#0"},"west":{"uv":[4.8125,5.3125,4.875,5.4375],"texture":"#0"},"up":{"uv":[5.1875,5.125,5.25,5.0625],"texture":"#0"},"down":{"uv":[5.1875,3,5.25,3.0625],"texture":"#0"}}},{"from":[6.5,7,4.25],"to":[6.75,9.25,4.5],"faces":{"north":{"uv":[0.5,7.6875,0.4375,8.25],"texture":"#0"},"east":{"uv":[0.5,4.25,0.4375,4.8125],"texture":"#0"},"south":{"uv":[0.4375,7,0.5,7.5625],"texture":"#0"},"west":{"uv":[0.4375,6.3125,0.5,6.875],"texture":"#0"},"up":{"uv":[5.1875,5.5,5.25,5.4375],"texture":"#0"},"down":{"uv":[5.1875,5.25,5.25,5.3125],"texture":"#0"}}},{"from":[6.5,7,11.25],"to":[6.75,9.25,11.5],"faces":{"north":{"uv":[0.5,2.875,0.4375,3.4375],"texture":"#0"},"east":{"uv":[0.5,8.375,0.4375,8.9375],"texture":"#0"},"south":{"uv":[0.4375,2.1875,0.5,2.75],"texture":"#0"},"west":{"uv":[0.4375,3.5625,0.5,4.125],"texture":"#0"},"up":{"uv":[5.1875,7,5.25,6.9375],"texture":"#0"},"down":{"uv":[5.1875,5.625,5.25,5.6875],"texture":"#0"}}},{"from":[6.5,7.5,4.5],"to":[6.75,8.75,4.75],"faces":{"north":{"uv":[2.5,10.375,2.4375,10.6875],"texture":"#0"},"east":{"uv":[2.5,9.0625,2.4375,9.375],"texture":"#0"},"south":{"uv":[2.4375,9.9375,2.5,10.25],"texture":"#0"},"west":{"uv":[2.4375,9.5,2.5,9.8125],"texture":"#0"},"up":{"uv":[5.1875,7.375,5.25,7.3125],"texture":"#0"},"down":{"uv":[5.1875,7.125,5.25,7.1875],"texture":"#0"}}},{"from":[6.5,7.5,11],"to":[6.75,8.75,11.25],"faces":{"north":{"uv":[2.5,8.1875,2.4375,8.5],"texture":"#0"},"east":{"uv":[2.5,6.875,2.4375,7.1875],"texture":"#0"},"south":{"uv":[2.4375,7.75,2.5,8.0625],"texture":"#0"},"west":{"uv":[2.4375,7.3125,2.5,7.625],"texture":"#0"},"up":{"uv":[5.1875,8.125,5.25,8.0625],"texture":"#0"},"down":{"uv":[5.1875,7.5,5.25,7.5625],"texture":"#0"}}},{"from":[6.5,7.75,4.75],"to":[6.75,8.75,5],"faces":{"north":{"uv":[2.875,5.375,2.8125,5.625],"texture":"#0"},"east":{"uv":[2.875,5,2.8125,5.25],"texture":"#0"},"south":{"uv":[2.8125,3.5,2.875,3.75],"texture":"#0"},"west":{"uv":[2.8125,4.625,2.875,4.875],"texture":"#0"},"up":{"uv":[5.1875,8.5,5.25,8.4375],"texture":"#0"},"down":{"uv":[5.1875,8.25,5.25,8.3125],"texture":"#0"}}},{"from":[6.5,7.75,10.75],"to":[6.75,9,11],"faces":{"north":{"uv":[2.5,6.4375,2.4375,6.75],"texture":"#0"},"east":{"uv":[2.5,5.125,2.4375,5.4375],"texture":"#0"},"south":{"uv":[2.4375,6,2.5,6.3125],"texture":"#0"},"west":{"uv":[2.4375,5.5625,2.5,5.875],"texture":"#0"},"up":{"uv":[5.1875,9.25,5.25,9.1875],"texture":"#0"},"down":{"uv":[5.1875,8.625,5.25,8.6875],"texture":"#0"}}},{"from":[6.5,8,4],"to":[7,8.5,4.25],"faces":{"north":{"uv":[8.5,13,8.375,13.125],"texture":"#0"},"east":{"uv":[4.875,4.0625,4.8125,4.1875],"texture":"#0"},"south":{"uv":[6.5,13,6.625,13.125],"texture":"#0"},"west":{"uv":[4.8125,4.3125,4.875,4.4375],"texture":"#0"},"up":{"uv":[8.0625,11.375,8.1875,11.3125],"texture":"#0"},"down":{"uv":[7.8125,11.3125,7.9375,11.375],"texture":"#0"}}},{"from":[6.5,8,5],"to":[6.75,9.5,5.25],"faces":{"north":{"uv":[2.125,10.6875,2.0625,11.0625],"texture":"#0"},"east":{"uv":[2.125,8.6875,2.0625,9.0625],"texture":"#0"},"south":{"uv":[2.0625,9.6875,2.125,10.0625],"texture":"#0"},"west":{"uv":[2.0625,9.1875,2.125,9.5625],"texture":"#0"},"up":{"uv":[5.1875,9.625,5.25,9.5625],"texture":"#0"},"down":{"uv":[5.1875,9.375,5.25,9.4375],"texture":"#0"}}},{"from":[6.5,8,10.5],"to":[6.75,9.5,10.75],"faces":{"north":{"uv":[2.125,8.1875,2.0625,8.5625],"texture":"#0"},"east":{"uv":[2.125,6.1875,2.0625,6.5625],"texture":"#0"},"south":{"uv":[2.0625,7.6875,2.125,8.0625],"texture":"#0"},"west":{"uv":[2.0625,7.1875,2.125,7.5625],"texture":"#0"},"up":{"uv":[5.1875,10.375,5.25,10.3125],"texture":"#0"},"down":{"uv":[5.1875,9.75,5.25,9.8125],"texture":"#0"}}},{"from":[6.5,8,11.5],"to":[7,8.5,11.75],"faces":{"north":{"uv":[3.125,13,3,13.125],"texture":"#0"},"east":{"uv":[4.875,3.5625,4.8125,3.6875],"texture":"#0"},"south":{"uv":[15.6875,13.9375,15.8125,14.0625],"texture":"#0"},"west":{"uv":[4.8125,3.8125,4.875,3.9375],"texture":"#0"},"up":{"uv":[8.5625,11.375,8.6875,11.3125],"texture":"#0"},"down":{"uv":[8.3125,11.3125,8.4375,11.375],"texture":"#0"}}},{"from":[6.5,8.25,5.25],"to":[6.75,8.75,5.5],"faces":{"north":{"uv":[4.875,1.8125,4.8125,1.9375],"texture":"#0"},"east":{"uv":[4.875,1.0625,4.8125,1.1875],"texture":"#0"},"south":{"uv":[4.8125,1.5625,4.875,1.6875],"texture":"#0"},"west":{"uv":[4.8125,1.3125,4.875,1.4375],"texture":"#0"},"up":{"uv":[5.1875,10.75,5.25,10.6875],"texture":"#0"},"down":{"uv":[5.1875,10.5,5.25,10.5625],"texture":"#0"}}},{"from":[6.5,8.25,10.25],"to":[6.75,8.75,10.5],"faces":{"north":{"uv":[4.875,0.8125,4.8125,0.9375],"texture":"#0"},"east":{"uv":[5.0625,11.0625,5,11.1875],"texture":"#0"},"south":{"uv":[4.8125,0.5625,4.875,0.6875],"texture":"#0"},"west":{"uv":[4.8125,0.3125,4.875,0.4375],"texture":"#0"},"up":{"uv":[5,8.6875,5.0625,8.625],"texture":"#0"},"down":{"uv":[5,0.1875,5.0625,0.25],"texture":"#0"}}},{"from":[6.5,8.75,5.5],"to":[6.75,9.75,5.75],"faces":{"north":{"uv":[2.875,11.75,2.8125,12],"texture":"#0"},"east":{"uv":[2.875,12.875,2.8125,13.125],"texture":"#0"},"south":{"uv":[2.8125,12.125,2.875,12.375],"texture":"#0"},"west":{"uv":[2.8125,12.5,2.875,12.75],"texture":"#0"},"up":{"uv":[5,9.0625,5.0625,9],"texture":"#0"},"down":{"uv":[5,8.8125,5.0625,8.875],"texture":"#0"}}},{"from":[6.5,8.75,10],"to":[6.75,9.75,10.25],"faces":{"north":{"uv":[2.6875,0.4375,2.625,0.6875],"texture":"#0"},"east":{"uv":[2.875,0.125,2.8125,0.375],"texture":"#0"},"south":{"uv":[2.625,0.8125,2.6875,1.0625],"texture":"#0"},"west":{"uv":[3,12.625,3.0625,12.875],"texture":"#0"},"up":{"uv":[5,9.8125,5.0625,9.75],"texture":"#0"},"down":{"uv":[5,9.1875,5.0625,9.25],"texture":"#0"}}},{"from":[6.5,9.25,5.25],"to":[7,9.5,5.5],"faces":{"north":{"uv":[12.9375,11.3125,12.8125,11.375],"texture":"#0"},"east":{"uv":[5.0625,10.125,5,10.1875],"texture":"#0"},"south":{"uv":[13.0625,11.3125,13.1875,11.375],"texture":"#0"},"west":{"uv":[5,9.9375,5.0625,10],"texture":"#0"},"up":{"uv":[12.5625,11.375,12.6875,11.3125],"texture":"#0"},"down":{"uv":[12.3125,11.3125,12.4375,11.375],"texture":"#0"}}},{"from":[6.5,9.25,10.25],"to":[7,9.5,10.5],"faces":{"north":{"uv":[14.4375,11.3125,14.3125,11.375],"texture":"#0"},"east":{"uv":[12,10.875,11.9375,10.9375],"texture":"#0"},"south":{"uv":[14.5625,11.3125,14.6875,11.375],"texture":"#0"},"west":{"uv":[5,10.3125,5.0625,10.375],"texture":"#0"},"up":{"uv":[14.0625,11.375,14.1875,11.3125],"texture":"#0"},"down":{"uv":[13.8125,11.3125,13.9375,11.375],"texture":"#0"}}},{"from":[6.5,13.25,7.75],"to":[10,13.5,8],"faces":{"north":{"uv":[14.4375,15.75,13.5625,15.8125],"texture":"#0"},"east":{"uv":[11.625,10.875,11.5625,10.9375],"texture":"#0"},"south":{"uv":[13.5625,15.9375,14.4375,16],"texture":"#0"},"west":{"uv":[11.75,10.875,11.8125,10.9375],"texture":"#0"},"up":{"uv":[13.5625,15.625,14.4375,15.5625],"texture":"#0"},"down":{"uv":[14.5625,15.9375,15.4375,16],"texture":"#0"}}},{"from":[6.5,13.75,7.75],"to":[7.25,14,8],"faces":{"north":{"uv":[15.875,13.25,15.6875,13.3125],"texture":"#0"},"east":{"uv":[6.375,6.1875,6.3125,6.25],"texture":"#0"},"south":{"uv":[3.75,2.6875,3.9375,2.75],"texture":"#0"},"west":{"uv":[11.375,10.875,11.4375,10.9375],"texture":"#0"},"up":{"uv":[6.5625,12.875,6.75,12.8125],"texture":"#0"},"down":{"uv":[6.875,12.8125,7.0625,12.875],"texture":"#0"}}},{"from":[6.5,14.25,7.5],"to":[8.5,14.5,8.25],"faces":{"north":{"uv":[2.375,14.875,1.875,14.9375],"texture":"#0"},"east":{"uv":[3.9375,3.0625,3.75,3.125],"texture":"#0"},"south":{"uv":[2.5,14.875,3,14.9375],"texture":"#0"},"west":{"uv":[3.75,2.875,3.9375,2.9375],"texture":"#0"},"up":{"uv":[7.6875,16,8.1875,15.8125],"texture":"#0"},"down":{"uv":[7.0625,15.8125,7.5625,16],"texture":"#0"}}},{"from":[6.5,14.5,7.75],"to":[7.75,14.75,8],"faces":{"north":{"uv":[7.6875,14,7.375,14.0625],"texture":"#0"},"east":{"uv":[6.375,6.9375,6.3125,7],"texture":"#0"},"south":{"uv":[7.8125,14,8.125,14.0625],"texture":"#0"},"west":{"uv":[6.3125,6.375,6.375,6.4375],"texture":"#0"},"up":{"uv":[6.9375,14.0625,7.25,14],"texture":"#0"},"down":{"uv":[6.5,14,6.8125,14.0625],"texture":"#0"}}},{"from":[6.75,7.25,3.75],"to":[7,8.75,4],"faces":{"north":{"uv":[1.6875,0.3125,1.625,0.6875],"texture":"#0"},"east":{"uv":[1.875,12.375,1.8125,12.75],"texture":"#0"},"south":{"uv":[1.8125,13.375,1.875,13.75],"texture":"#0"},"west":{"uv":[1.8125,12.875,1.875,13.25],"texture":"#0"},"up":{"uv":[6.3125,7.375,6.375,7.3125],"texture":"#0"},"down":{"uv":[6.3125,7.125,6.375,7.1875],"texture":"#0"}}},{"from":[6.75,7.25,11.75],"to":[7,8.75,12],"faces":{"north":{"uv":[1.875,11.875,1.8125,12.25],"texture":"#0"},"east":{"uv":[1.875,10.375,1.8125,10.75],"texture":"#0"},"south":{"uv":[1.8125,11.375,1.875,11.75],"texture":"#0"},"west":{"uv":[1.8125,10.875,1.875,11.25],"texture":"#0"},"up":{"uv":[6.3125,8.125,6.375,8.0625],"texture":"#0"},"down":{"uv":[6.3125,7.5,6.375,7.5625],"texture":"#0"}}},{"from":[6.75,7.5,4],"to":[7,8,4.25],"faces":{"north":{"uv":[5.625,11.0625,5.5625,11.1875],"texture":"#0"},"east":{"uv":[6.9375,11.0625,6.875,11.1875],"texture":"#0"},"south":{"uv":[5.75,11.0625,5.8125,11.1875],"texture":"#0"},"west":{"uv":[6.6875,11.0625,6.75,11.1875],"texture":"#0"},"up":{"uv":[6.3125,8.5,6.375,8.4375],"texture":"#0"},"down":{"uv":[6.3125,8.25,6.375,8.3125],"texture":"#0"}}},{"from":[6.75,7.5,11.5],"to":[7,8,11.75],"faces":{"north":{"uv":[7.125,11.0625,7.0625,11.1875],"texture":"#0"},"east":{"uv":[7.6875,11.0625,7.625,11.1875],"texture":"#0"},"south":{"uv":[7.25,11.0625,7.3125,11.1875],"texture":"#0"},"west":{"uv":[7.4375,11.0625,7.5,11.1875],"texture":"#0"},"up":{"uv":[6.3125,9.25,6.375,9.1875],"texture":"#0"},"down":{"uv":[6.3125,8.625,6.375,8.6875],"texture":"#0"}}},{"from":[6.75,8,3.5],"to":[7.5,8.5,3.75],"faces":{"north":{"uv":[3.875,14.1875,3.6875,14.3125],"texture":"#0"},"east":{"uv":[8.0625,11.0625,8,11.1875],"texture":"#0"},"south":{"uv":[4,14.1875,4.1875,14.3125],"texture":"#0"},"west":{"uv":[7.8125,11.0625,7.875,11.1875],"texture":"#0"},"up":{"uv":[3.75,9.25,3.9375,9.1875],"texture":"#0"},"down":{"uv":[3.75,5.75,3.9375,5.8125],"texture":"#0"}}},{"from":[6.75,8,4.25],"to":[7,9.25,4.5],"faces":{"north":{"uv":[2.5,4.6875,2.4375,5],"texture":"#0"},"east":{"uv":[2.5,3.375,2.4375,3.6875],"texture":"#0"},"south":{"uv":[2.4375,4.25,2.5,4.5625],"texture":"#0"},"west":{"uv":[2.4375,3.8125,2.5,4.125],"texture":"#0"},"up":{"uv":[6.3125,9.625,6.375,9.5625],"texture":"#0"},"down":{"uv":[6.3125,9.375,6.375,9.4375],"texture":"#0"}}},{"from":[6.75,8,11.25],"to":[7,9.25,11.5],"faces":{"north":{"uv":[2.5,2.9375,2.4375,3.25],"texture":"#0"},"east":{"uv":[2.5,1.625,2.4375,1.9375],"texture":"#0"},"south":{"uv":[2.4375,2.5,2.5,2.8125],"texture":"#0"},"west":{"uv":[2.4375,2.0625,2.5,2.375],"texture":"#0"},"up":{"uv":[13.625,9.8125,13.6875,9.75],"texture":"#0"},"down":{"uv":[15.6875,9.75,15.75,9.8125],"texture":"#0"}}},{"from":[6.75,8,12],"to":[7.5,8.5,12.25],"faces":{"north":{"uv":[4.8125,14.1875,4.625,14.3125],"texture":"#0"},"east":{"uv":[8.4375,11.0625,8.375,11.1875],"texture":"#0"},"south":{"uv":[4.9375,14.1875,5.125,14.3125],"texture":"#0"},"west":{"uv":[8.1875,11.0625,8.25,11.1875],"texture":"#0"},"up":{"uv":[3.75,12.0625,3.9375,12],"texture":"#0"},"down":{"uv":[3.75,9.5625,3.9375,9.625],"texture":"#0"}}},{"from":[6.75,8.25,4.75],"to":[7,8.75,5],"faces":{"north":{"uv":[8.625,11.0625,8.5625,11.1875],"texture":"#0"},"east":{"uv":[10.1875,11.0625,10.125,11.1875],"texture":"#0"},"south":{"uv":[8.75,11.0625,8.8125,11.1875],"texture":"#0"},"west":{"uv":[9.9375,11.0625,10,11.1875],"texture":"#0"},"up":{"uv":[12.5,9.8125,12.5625,9.75],"texture":"#0"},"down":{"uv":[13.4375,9.75,13.5,9.8125],"texture":"#0"}}},{"from":[6.75,8.25,10.75],"to":[7,9.25,11],"faces":{"north":{"uv":[2.875,0.5,2.8125,0.75],"texture":"#0"},"east":{"uv":[2.875,3.125,2.8125,3.375],"texture":"#0"},"south":{"uv":[2.8125,2.375,2.875,2.625],"texture":"#0"},"west":{"uv":[2.8125,2.75,2.875,3],"texture":"#0"},"up":{"uv":[12.125,9.8125,12.1875,9.75],"texture":"#0"},"down":{"uv":[12.3125,9.75,12.375,9.8125],"texture":"#0"}}},{"from":[6.75,8.5,4],"to":[7.25,9,4.25],"faces":{"north":{"uv":[8.25,13,8.125,13.125],"texture":"#0"},"east":{"uv":[11.0625,11.0625,11,11.1875],"texture":"#0"},"south":{"uv":[7.875,13,8,13.125],"texture":"#0"},"west":{"uv":[10.8125,11.0625,10.875,11.1875],"texture":"#0"},"up":{"uv":[10.5625,11.1875,10.6875,11.125],"texture":"#0"},"down":{"uv":[10.3125,11.125,10.4375,11.1875],"texture":"#0"}}},{"from":[6.75,8.5,4.5],"to":[7,9.25,4.75],"faces":{"north":{"uv":[3.625,5.5,3.5625,5.6875],"texture":"#0"},"east":{"uv":[3.625,7.0625,3.5625,7.25],"texture":"#0"},"south":{"uv":[3.5625,6.125,3.625,6.3125],"texture":"#0"},"west":{"uv":[3.5625,6.4375,3.625,6.625],"texture":"#0"},"up":{"uv":[8.75,9.8125,8.8125,9.75],"texture":"#0"},"down":{"uv":[11.9375,9.75,12,9.8125],"texture":"#0"}}},{"from":[6.75,8.5,5],"to":[7,9.75,5.25],"faces":{"north":{"uv":[2.5,1.1875,2.4375,1.5],"texture":"#0"},"east":{"uv":[2.6875,13.4375,2.625,13.75],"texture":"#0"},"south":{"uv":[2.4375,0.75,2.5,1.0625],"texture":"#0"},"west":{"uv":[2.4375,0.3125,2.5,0.625],"texture":"#0"},"up":{"uv":[8.375,9.8125,8.4375,9.75],"texture":"#0"},"down":{"uv":[8.5625,9.75,8.625,9.8125],"texture":"#0"}}},{"from":[6.75,8.5,10.5],"to":[7,9.75,10.75],"faces":{"north":{"uv":[2.875,13.4375,2.8125,13.75],"texture":"#0"},"east":{"uv":[3.4375,13.4375,3.375,13.75],"texture":"#0"},"south":{"uv":[3,13.4375,3.0625,13.75],"texture":"#0"},"west":{"uv":[3.1875,13.4375,3.25,13.75],"texture":"#0"},"up":{"uv":[7.25,9.8125,7.3125,9.75],"texture":"#0"},"down":{"uv":[8.1875,9.75,8.25,9.8125],"texture":"#0"}}},{"from":[6.75,8.5,11],"to":[7,9.25,11.25],"faces":{"north":{"uv":[3.625,9.875,3.5625,10.0625],"texture":"#0"},"east":{"uv":[3.625,11.125,3.5625,11.3125],"texture":"#0"},"south":{"uv":[3.75,6.5625,3.8125,6.75],"texture":"#0"},"west":{"uv":[3.5625,10.8125,3.625,11],"texture":"#0"},"up":{"uv":[6.875,9.8125,6.9375,9.75],"texture":"#0"},"down":{"uv":[7.0625,9.75,7.125,9.8125],"texture":"#0"}}},{"from":[6.75,8.5,11.5],"to":[7.25,9,11.75],"faces":{"north":{"uv":[4.5,13,4.375,13.125],"texture":"#0"},"east":{"uv":[11.9375,11.0625,11.875,11.1875],"texture":"#0"},"south":{"uv":[4.125,13,4.25,13.125],"texture":"#0"},"west":{"uv":[11.6875,11.0625,11.75,11.1875],"texture":"#0"},"up":{"uv":[11.4375,11.1875,11.5625,11.125],"texture":"#0"},"down":{"uv":[11.1875,11.125,11.3125,11.1875],"texture":"#0"}}},{"from":[6.75,9,4.75],"to":[7.25,9.25,5],"faces":{"north":{"uv":[12.6875,11.125,12.5625,11.1875],"texture":"#0"},"east":{"uv":[6.1875,2.8125,6.125,2.875],"texture":"#0"},"south":{"uv":[12.8125,11.125,12.9375,11.1875],"texture":"#0"},"west":{"uv":[6.6875,9.75,6.75,9.8125],"texture":"#0"},"up":{"uv":[12.3125,11.1875,12.4375,11.125],"texture":"#0"},"down":{"uv":[12.0625,11.125,12.1875,11.1875],"texture":"#0"}}},{"from":[6.75,9,5.25],"to":[7,9.25,5.75],"faces":{"north":{"uv":[6.1875,3,6.125,3.0625],"texture":"#0"},"east":{"uv":[13.8125,11.125,13.6875,11.1875],"texture":"#0"},"south":{"uv":[6.125,4.6875,6.1875,4.75],"texture":"#0"},"west":{"uv":[13.4375,11.125,13.5625,11.1875],"texture":"#0"},"up":{"uv":[13.25,11.1875,13.3125,11.0625],"texture":"#0"},"down":{"uv":[13.0625,11.0625,13.125,11.1875],"texture":"#0"}}},{"from":[6.75,9,10],"to":[7,10,10.25],"faces":{"north":{"uv":[2.875,5.75,2.8125,6],"texture":"#0"},"east":{"uv":[2.875,7.25,2.8125,7.5],"texture":"#0"},"south":{"uv":[2.8125,6.125,2.875,6.375],"texture":"#0"},"west":{"uv":[2.8125,6.875,2.875,7.125],"texture":"#0"},"up":{"uv":[6.125,5.5,6.1875,5.4375],"texture":"#0"},"down":{"uv":[6.125,4.875,6.1875,4.9375],"texture":"#0"}}},{"from":[6.75,9,10.25],"to":[7,9.25,10.5],"faces":{"north":{"uv":[6.1875,7.125,6.125,7.1875],"texture":"#0"},"east":{"uv":[15.75,9.9375,15.6875,10],"texture":"#0"},"south":{"uv":[6.125,9.1875,6.1875,9.25],"texture":"#0"},"west":{"uv":[6.125,9.375,6.1875,9.4375],"texture":"#0"},"up":{"uv":[6.125,7,6.1875,6.9375],"texture":"#0"},"down":{"uv":[6.125,5.625,6.1875,5.6875],"texture":"#0"}}},{"from":[6.75,9.25,5.5],"to":[7,10,5.75],"faces":{"north":{"uv":[3.4375,2.5625,3.375,2.75],"texture":"#0"},"east":{"uv":[3.4375,5.6875,3.375,5.875],"texture":"#0"},"south":{"uv":[3.375,2.875,3.4375,3.0625],"texture":"#0"},"west":{"uv":[3.375,5.375,3.4375,5.5625],"texture":"#0"},"up":{"uv":[14.5625,10,14.625,9.9375],"texture":"#0"},"down":{"uv":[15.5,9.9375,15.5625,10],"texture":"#0"}}},{"from":[6.75,9.5,5.25],"to":[7.25,9.75,5.5],"faces":{"north":{"uv":[15.875,14.4375,15.75,14.5],"texture":"#0"},"east":{"uv":[13.125,9.9375,13.0625,10],"texture":"#0"},"south":{"uv":[15.75,12.375,15.875,12.4375],"texture":"#0"},"west":{"uv":[14.375,9.9375,14.4375,10],"texture":"#0"},"up":{"uv":[14.5625,11.1875,14.6875,11.125],"texture":"#0"},"down":{"uv":[14.3125,11.125,14.4375,11.1875],"texture":"#0"}}},{"from":[6.75,9.5,10.25],"to":[7.25,9.75,10.5],"faces":{"north":{"uv":[5.5625,12,5.4375,12.0625],"texture":"#0"},"east":{"uv":[12.375,9.9375,12.3125,10],"texture":"#0"},"south":{"uv":[5.6875,12,5.8125,12.0625],"texture":"#0"},"west":{"uv":[12.875,9.9375,12.9375,10],"texture":"#0"},"up":{"uv":[5.1875,12.0625,5.3125,12],"texture":"#0"},"down":{"uv":[4.9375,12,5.0625,12.0625],"texture":"#0"}}},{"from":[6.75,10,7.75],"to":[9,11.75,8],"faces":{"north":{"uv":[1.6875,15.5625,1.125,16],"texture":"#0"},"east":{"uv":[1.4375,9,1.375,9.4375],"texture":"#0"},"south":{"uv":[0.4375,15.5625,1,16],"texture":"#0"},"west":{"uv":[1.1875,8.625,1.25,9.0625],"texture":"#0"},"up":{"uv":[9.5625,15.25,10.125,15.1875],"texture":"#0"},"down":{"uv":[14.5625,15.1875,15.125,15.25],"texture":"#0"}}},{"from":[6.75,11.25,7.5],"to":[9.25,11.5,7.75],"faces":{"north":{"uv":[13.5,15.375,12.875,15.4375],"texture":"#0"},"east":{"uv":[12,9.9375,11.9375,10],"texture":"#0"},"south":{"uv":[13.625,15.375,14.25,15.4375],"texture":"#0"},"west":{"uv":[12.125,9.9375,12.1875,10],"texture":"#0"},"up":{"uv":[12.125,15.4375,12.75,15.375],"texture":"#0"},"down":{"uv":[11.375,15.375,12,15.4375],"texture":"#0"}}},{"from":[6.75,11.25,8],"to":[9.25,11.5,8.25],"faces":{"north":{"uv":[15.75,15.375,15.125,15.4375],"texture":"#0"},"east":{"uv":[11.625,9.9375,11.5625,10],"texture":"#0"},"south":{"uv":[2.375,15.1875,3,15.25],"texture":"#0"},"west":{"uv":[11.75,9.9375,11.8125,10],"texture":"#0"},"up":{"uv":[3.125,15.25,3.75,15.1875],"texture":"#0"},"down":{"uv":[14.375,15.375,15,15.4375],"texture":"#0"}}},{"from":[6.75,11.5,7.5],"to":[9,11.75,7.75],"faces":{"north":{"uv":[7.125,15.1875,6.5625,15.25],"texture":"#0"},"east":{"uv":[11.25,9.9375,11.1875,10],"texture":"#0"},"south":{"uv":[7.25,15.1875,7.8125,15.25],"texture":"#0"},"west":{"uv":[11.375,9.9375,11.4375,10],"texture":"#0"},"up":{"uv":[8.5625,15.25,9.125,15.1875],"texture":"#0"},"down":{"uv":[11.9375,15.1875,12.5,15.25],"texture":"#0"}}},{"from":[6.75,11.5,8],"to":[9,11.75,8.25],"faces":{"north":{"uv":[11.8125,15.1875,11.25,15.25],"texture":"#0"},"east":{"uv":[6,0.9375,5.9375,1],"texture":"#0"},"south":{"uv":[10.5625,15.1875,11.125,15.25],"texture":"#0"},"west":{"uv":[11,9.9375,11.0625,10],"texture":"#0"},"up":{"uv":[1.1875,14.9375,1.75,14.875],"texture":"#0"},"down":{"uv":[12.9375,15.1875,13.5,15.25],"texture":"#0"}}},{"from":[6.75,13,7.75],"to":[8,13.25,8],"faces":{"north":{"uv":[15.5625,14,15.25,14.0625],"texture":"#0"},"east":{"uv":[6,2.0625,5.9375,2.125],"texture":"#0"},"south":{"uv":[3.5625,13.6875,3.875,13.75],"texture":"#0"},"west":{"uv":[5.9375,1.125,6,1.1875],"texture":"#0"},"up":{"uv":[14.8125,14.0625,15.125,14],"texture":"#0"},"down":{"uv":[14.375,14,14.6875,14.0625],"texture":"#0"}}},{"from":[6.75,13.25,7.5],"to":[9.75,13.5,7.75],"faces":{"north":{"uv":[10.375,15.375,9.625,15.4375],"texture":"#0"},"east":{"uv":[6,2.8125,5.9375,2.875],"texture":"#0"},"south":{"uv":[10.5,15.375,11.25,15.4375],"texture":"#0"},"west":{"uv":[5.9375,2.25,6,2.3125],"texture":"#0"},"up":{"uv":[7.875,15.4375,8.625,15.375],"texture":"#0"},"down":{"uv":[8.75,15.375,9.5,15.4375],"texture":"#0"}}},{"from":[6.75,13.25,8],"to":[9.75,13.5,8.25],"faces":{"north":{"uv":[5.125,15.375,4.375,15.4375],"texture":"#0"},"east":{"uv":[6,5.0625,5.9375,5.125],"texture":"#0"},"south":{"uv":[3.5,15.375,4.25,15.4375],"texture":"#0"},"west":{"uv":[5.9375,3,6,3.0625],"texture":"#0"},"up":{"uv":[5.25,15.4375,6,15.375],"texture":"#0"},"down":{"uv":[6.125,15.375,6.875,15.4375],"texture":"#0"}}},{"from":[6.75,14,7.5],"to":[8.75,14.25,7.75],"faces":{"north":{"uv":[4.875,14.875,4.375,14.9375],"texture":"#0"},"east":{"uv":[6,7.6875,5.9375,7.75],"texture":"#0"},"south":{"uv":[5,14.875,5.5,14.9375],"texture":"#0"},"west":{"uv":[5.9375,5.25,6,5.3125],"texture":"#0"},"up":{"uv":[3.75,14.9375,4.25,14.875],"texture":"#0"},"down":{"uv":[3.125,14.875,3.625,14.9375],"texture":"#0"}}},{"from":[6.75,14,8],"to":[8.75,14.25,8.25],"faces":{"north":{"uv":[7.375,14.875,6.875,14.9375],"texture":"#0"},"east":{"uv":[6,8.4375,5.9375,8.5],"texture":"#0"},"south":{"uv":[7.5,14.875,8,14.9375],"texture":"#0"},"west":{"uv":[5.9375,7.875,6,7.9375],"texture":"#0"},"up":{"uv":[6.25,14.9375,6.75,14.875],"texture":"#0"},"down":{"uv":[5.625,14.875,6.125,14.9375],"texture":"#0"}}},{"from":[7,1.75,7.75],"to":[7.75,2.5,8],"faces":{"north":{"uv":[6.125,15.0625,5.9375,15.25],"texture":"#0"},"east":{"uv":[2.6875,0.125,2.625,0.3125],"texture":"#0"},"south":{"uv":[5.625,15.0625,5.8125,15.25],"texture":"#0"},"west":{"uv":[3.1875,2.375,3.25,2.5625],"texture":"#0"},"up":{"uv":[15.3125,12.875,15.5,12.8125],"texture":"#0"},"down":{"uv":[6.3125,12.625,6.5,12.6875],"texture":"#0"}}},{"from":[7,2,7.5],"to":[7.75,2.25,7.75],"faces":{"north":{"uv":[11.75,12.8125,11.5625,12.875],"texture":"#0"},"east":{"uv":[6,8.8125,5.9375,8.875],"texture":"#0"},"south":{"uv":[14.0625,12.1875,14.25,12.25],"texture":"#0"},"west":{"uv":[5.9375,8.625,6,8.6875],"texture":"#0"},"up":{"uv":[11.875,12.875,12.0625,12.8125],"texture":"#0"},"down":{"uv":[14.6875,12.8125,14.875,12.875],"texture":"#0"}}},{"from":[7,2,8],"to":[7.75,2.25,8.25],"faces":{"north":{"uv":[7.75,12.625,7.5625,12.6875],"texture":"#0"},"east":{"uv":[6,9.1875,5.9375,9.25],"texture":"#0"},"south":{"uv":[3.75,8.8125,3.9375,8.875],"texture":"#0"},"west":{"uv":[5.9375,9,6,9.0625],"texture":"#0"},"up":{"uv":[8.8125,12.6875,9,12.625],"texture":"#0"},"down":{"uv":[9.125,12.625,9.3125,12.6875],"texture":"#0"}}},{"from":[7,7.5,3.5],"to":[7.25,8,3.75],"faces":{"north":{"uv":[7.5625,15.5625,7.5,15.6875],"texture":"#0"},"east":{"uv":[6,11.9375,5.9375,12.0625],"texture":"#0"},"south":{"uv":[8.125,15.5625,8.1875,15.6875],"texture":"#0"},"west":{"uv":[3.375,0.125,3.4375,0.25],"texture":"#0"},"up":{"uv":[5.9375,9.625,6,9.5625],"texture":"#0"},"down":{"uv":[5.9375,9.375,6,9.4375],"texture":"#0"}}},{"from":[7,7.5,12],"to":[7.25,8,12.25],"faces":{"north":{"uv":[6.1875,11.9375,6.125,12.0625],"texture":"#0"},"east":{"uv":[6.75,11.9375,6.6875,12.0625],"texture":"#0"},"south":{"uv":[6.3125,11.9375,6.375,12.0625],"texture":"#0"},"west":{"uv":[6.5,11.9375,6.5625,12.0625],"texture":"#0"},"up":{"uv":[9.125,10.1875,9.1875,10.125],"texture":"#0"},"down":{"uv":[5.9375,9.75,6,9.8125],"texture":"#0"}}},{"from":[7,7.75,3.75],"to":[7.25,8.75,4],"faces":{"north":{"uv":[2.875,2,2.8125,2.25],"texture":"#0"},"east":{"uv":[3.0625,11.875,3,12.125],"texture":"#0"},"south":{"uv":[2.8125,1.625,2.875,1.875],"texture":"#0"},"west":{"uv":[3,12.25,3.0625,12.5],"texture":"#0"},"up":{"uv":[8.75,10.1875,8.8125,10.125],"texture":"#0"},"down":{"uv":[8.9375,10.125,9,10.1875],"texture":"#0"}}},{"from":[7,7.75,11.75],"to":[7.25,8.75,12],"faces":{"north":{"uv":[2.875,10.625,2.8125,10.875],"texture":"#0"},"east":{"uv":[2.875,6.5,2.8125,6.75],"texture":"#0"},"south":{"uv":[2.8125,10.25,2.875,10.5],"texture":"#0"},"west":{"uv":[2.8125,8.375,2.875,8.625],"texture":"#0"},"up":{"uv":[7.625,10.1875,7.6875,10.125],"texture":"#0"},"down":{"uv":[8.5625,10.125,8.625,10.1875],"texture":"#0"}}},{"from":[7,8.25,4],"to":[7.25,8.5,4.25],"faces":{"north":{"uv":[7.125,10.125,7.0625,10.1875],"texture":"#0"},"east":{"uv":[5.8125,0.1875,5.75,0.25],"texture":"#0"},"south":{"uv":[6.5,10.125,6.5625,10.1875],"texture":"#0"},"west":{"uv":[6.3125,10.125,6.375,10.1875],"texture":"#0"},"up":{"uv":[7.25,10.1875,7.3125,10.125],"texture":"#0"},"down":{"uv":[7.4375,10.125,7.5,10.1875],"texture":"#0"}}},{"from":[7,8.25,7.75],"to":[8.75,9.5,8],"faces":{"north":{"uv":[5.25,15.6875,4.8125,16],"texture":"#0"},"east":{"uv":[4.25,13.4375,4.1875,13.75],"texture":"#0"},"south":{"uv":[3.6875,15.6875,4.125,16],"texture":"#0"},"west":{"uv":[4,13.4375,4.0625,13.75],"texture":"#0"},"up":{"uv":[4.0625,14.5,4.5,14.4375],"texture":"#0"},"down":{"uv":[12.625,14.875,13.0625,14.9375],"texture":"#0"}}},{"from":[7,8.25,11.5],"to":[7.25,8.5,11.75],"faces":{"north":{"uv":[5.8125,1.5,5.75,1.5625],"texture":"#0"},"east":{"uv":[5.8125,3.5625,5.75,3.625],"texture":"#0"},"south":{"uv":[5.75,1.6875,5.8125,1.75],"texture":"#0"},"west":{"uv":[5.75,1.875,5.8125,1.9375],"texture":"#0"},"up":{"uv":[5.75,1.375,5.8125,1.3125],"texture":"#0"},"down":{"uv":[5.75,0.375,5.8125,0.4375],"texture":"#0"}}},{"from":[7,8.5,3.5],"to":[7.5,9.25,3.75],"faces":{"north":{"uv":[1.9375,13.875,1.8125,14.0625],"texture":"#0"},"east":{"uv":[3.4375,11.3125,3.375,11.5],"texture":"#0"},"south":{"uv":[3.75,13.875,3.875,14.0625],"texture":"#0"},"west":{"uv":[3.375,11.625,3.4375,11.8125],"texture":"#0"},"up":{"uv":[7.125,12.0625,7.25,12],"texture":"#0"},"down":{"uv":[6.875,12,7,12.0625],"texture":"#0"}}},{"from":[7,8.5,4.25],"to":[7.25,9.5,4.5],"faces":{"north":{"uv":[3.0625,11.5,3,11.75],"texture":"#0"},"east":{"uv":[3.0625,10.375,3,10.625],"texture":"#0"},"south":{"uv":[3,11.125,3.0625,11.375],"texture":"#0"},"west":{"uv":[3,10.75,3.0625,11],"texture":"#0"},"up":{"uv":[5.75,4.1875,5.8125,4.125],"texture":"#0"},"down":{"uv":[5.75,3.9375,5.8125,4],"texture":"#0"}}},{"from":[7,8.5,11.25],"to":[7.25,9.5,11.5],"faces":{"north":{"uv":[3.0625,10,3,10.25],"texture":"#0"},"east":{"uv":[3.0625,8.875,3,9.125],"texture":"#0"},"south":{"uv":[3,9.625,3.0625,9.875],"texture":"#0"},"west":{"uv":[3,9.25,3.0625,9.5],"texture":"#0"},"up":{"uv":[5.75,4.9375,5.8125,4.875],"texture":"#0"},"down":{"uv":[5.75,4.6875,5.8125,4.75],"texture":"#0"}}},{"from":[7,8.5,12],"to":[7.5,9.25,12.25],"faces":{"north":{"uv":[3.375,13.875,3.25,14.0625],"texture":"#0"},"east":{"uv":[3.4375,6.625,3.375,6.8125],"texture":"#0"},"south":{"uv":[3,13.875,3.125,14.0625],"texture":"#0"},"west":{"uv":[3.375,7.25,3.4375,7.4375],"texture":"#0"},"up":{"uv":[7.625,12.0625,7.75,12],"texture":"#0"},"down":{"uv":[7.375,12,7.5,12.0625],"texture":"#0"}}},{"from":[7,8.75,7.5],"to":[8.75,9,7.75],"faces":{"north":{"uv":[11.9375,14.875,11.5,14.9375],"texture":"#0"},"east":{"uv":[5.8125,9.375,5.75,9.4375],"texture":"#0"},"south":{"uv":[10.9375,14.875,11.375,14.9375],"texture":"#0"},"west":{"uv":[5.75,9.1875,5.8125,9.25],"texture":"#0"},"up":{"uv":[6.0625,14.75,6.5,14.6875],"texture":"#0"},"down":{"uv":[6.625,14.6875,7.0625,14.75],"texture":"#0"}}},{"from":[7,8.75,8],"to":[8.75,9,8.25],"faces":{"north":{"uv":[10.8125,14.875,10.375,14.9375],"texture":"#0"},"east":{"uv":[5.8125,9.75,5.75,9.8125],"texture":"#0"},"south":{"uv":[5.75,14.4375,6.1875,14.5],"texture":"#0"},"west":{"uv":[5.75,9.5625,5.8125,9.625],"texture":"#0"},"up":{"uv":[11.6875,14.75,12.125,14.6875],"texture":"#0"},"down":{"uv":[13.1875,14.875,13.625,14.9375],"texture":"#0"}}},{"from":[7,9,4],"to":[7.5,9.25,4.25],"faces":{"north":{"uv":[8.5,12,8.375,12.0625],"texture":"#0"},"east":{"uv":[15.1875,10.3125,15.125,10.375],"texture":"#0"},"south":{"uv":[8.625,12,8.75,12.0625],"texture":"#0"},"west":{"uv":[15.3125,10.3125,15.375,10.375],"texture":"#0"},"up":{"uv":[8.125,12.0625,8.25,12],"texture":"#0"},"down":{"uv":[7.875,12,8,12.0625],"texture":"#0"}}},{"from":[7,9,4.5],"to":[7.25,10,4.75],"faces":{"north":{"uv":[3.0625,1,3,1.25],"texture":"#0"},"east":{"uv":[3.25,12.4375,3.1875,12.6875],"texture":"#0"},"south":{"uv":[3,0.625,3.0625,0.875],"texture":"#0"},"west":{"uv":[3,0.25,3.0625,0.5],"texture":"#0"},"up":{"uv":[14.375,10.375,14.4375,10.3125],"texture":"#0"},"down":{"uv":[14.5625,10.3125,14.625,10.375],"texture":"#0"}}},{"from":[7,9,5],"to":[7.25,10.25,5.25],"faces":{"north":{"uv":[4.4375,13.4375,4.375,13.75],"texture":"#0"},"east":{"uv":[5,13.4375,4.9375,13.75],"texture":"#0"},"south":{"uv":[4.5625,13.4375,4.625,13.75],"texture":"#0"},"west":{"uv":[4.75,13.4375,4.8125,13.75],"texture":"#0"},"up":{"uv":[14,10.375,14.0625,10.3125],"texture":"#0"},"down":{"uv":[14.1875,10.3125,14.25,10.375],"texture":"#0"}}},{"from":[7,9,10.5],"to":[7.25,10.25,10.75],"faces":{"north":{"uv":[5.1875,13.4375,5.125,13.75],"texture":"#0"},"east":{"uv":[5.75,13.4375,5.6875,13.75],"texture":"#0"},"south":{"uv":[5.3125,13.4375,5.375,13.75],"texture":"#0"},"west":{"uv":[5.5,13.4375,5.5625,13.75],"texture":"#0"},"up":{"uv":[13.25,10.375,13.3125,10.3125],"texture":"#0"},"down":{"uv":[13.4375,10.3125,13.5,10.375],"texture":"#0"}}},{"from":[7,9,10.75],"to":[7.25,9.75,11.25],"faces":{"north":{"uv":[3.4375,6.9375,3.375,7.125],"texture":"#0"},"east":{"uv":[1.9375,0.5625,1.8125,0.75],"texture":"#0"},"south":{"uv":[3.375,6.3125,3.4375,6.5],"texture":"#0"},"west":{"uv":[3.5,13.875,3.625,14.0625],"texture":"#0"},"up":{"uv":[9.0625,12.0625,9.125,11.9375],"texture":"#0"},"down":{"uv":[8.875,11.9375,8.9375,12.0625],"texture":"#0"}}},{"from":[7,9,11.5],"to":[7.5,9.25,11.75],"faces":{"north":{"uv":[9.875,12,9.75,12.0625],"texture":"#0"},"east":{"uv":[12.1875,10.3125,12.125,10.375],"texture":"#0"},"south":{"uv":[10,12,10.125,12.0625],"texture":"#0"},"west":{"uv":[12.3125,10.3125,12.375,10.375],"texture":"#0"},"up":{"uv":[9.5,12.0625,9.625,12],"texture":"#0"},"down":{"uv":[9.25,12,9.375,12.0625],"texture":"#0"}}},{"from":[7,9.25,4.75],"to":[7.5,9.75,5],"faces":{"north":{"uv":[3.375,13,3.25,13.125],"texture":"#0"},"east":{"uv":[11,11.9375,10.9375,12.0625],"texture":"#0"},"south":{"uv":[3.5,13,3.625,13.125],"texture":"#0"},"west":{"uv":[10.75,11.9375,10.8125,12.0625],"texture":"#0"},"up":{"uv":[10.5,12.0625,10.625,12],"texture":"#0"},"down":{"uv":[10.25,12,10.375,12.0625],"texture":"#0"}}},{"from":[7,9.5,5.5],"to":[7.25,11.25,5.75],"faces":{"north":{"uv":[1.6875,7.3125,1.625,7.75],"texture":"#0"},"east":{"uv":[1.6875,9,1.625,9.4375],"texture":"#0"},"south":{"uv":[1.625,7.875,1.6875,8.3125],"texture":"#0"},"west":{"uv":[1.625,8.4375,1.6875,8.875],"texture":"#0"},"up":{"uv":[11.75,10.375,11.8125,10.3125],"texture":"#0"},"down":{"uv":[11.9375,10.3125,12,10.375],"texture":"#0"}}},{"from":[7,9.5,5.75],"to":[7.25,10.5,6],"faces":{"north":{"uv":[2.875,9.875,2.8125,10.125],"texture":"#0"},"east":{"uv":[2.875,8.75,2.8125,9],"texture":"#0"},"south":{"uv":[2.8125,9.5,2.875,9.75],"texture":"#0"},"west":{"uv":[2.8125,9.125,2.875,9.375],"texture":"#0"},"up":{"uv":[9.875,10.375,9.9375,10.3125],"texture":"#0"},"down":{"uv":[10.0625,10.3125,10.125,10.375],"texture":"#0"}}},{"from":[7,9.5,9.75],"to":[7.25,10.5,10.25],"faces":{"north":{"uv":[2.875,8,2.8125,8.25],"texture":"#0"},"east":{"uv":[1.5,13.5,1.375,13.75],"texture":"#0"},"south":{"uv":[2.8125,7.625,2.875,7.875],"texture":"#0"},"west":{"uv":[15.3125,15.5625,15.4375,15.8125],"texture":"#0"},"up":{"uv":[11.3125,12.0625,11.375,11.9375],"texture":"#0"},"down":{"uv":[11.125,11.9375,11.1875,12.0625],"texture":"#0"}}},{"from":[7,9.75,5.25],"to":[7.25,11.25,5.5],"faces":{"north":{"uv":[2.3125,10.375,2.25,10.75],"texture":"#0"},"east":{"uv":[2.3125,12.375,2.25,12.75],"texture":"#0"},"south":{"uv":[2.25,10.875,2.3125,11.25],"texture":"#0"},"west":{"uv":[2.25,11.875,2.3125,12.25],"texture":"#0"},"up":{"uv":[9.5,10.375,9.5625,10.3125],"texture":"#0"},"down":{"uv":[9.6875,10.3125,9.75,10.375],"texture":"#0"}}},{"from":[7,9.75,7.75],"to":[8.75,10,8],"faces":{"north":{"uv":[3.9375,14.4375,3.5,14.5],"texture":"#0"},"east":{"uv":[8.4375,10.3125,8.375,10.375],"texture":"#0"},"south":{"uv":[2.9375,14.4375,3.375,14.5],"texture":"#0"},"west":{"uv":[8.5625,10.3125,8.625,10.375],"texture":"#0"},"up":{"uv":[4.625,14.5,5.0625,14.4375],"texture":"#0"},"down":{"uv":[5.1875,14.4375,5.625,14.5],"texture":"#0"}}},{"from":[7,9.75,10.25],"to":[7.25,11.25,10.5],"faces":{"north":{"uv":[2.125,2.6875,2.0625,3.0625],"texture":"#0"},"east":{"uv":[2.125,6.6875,2.0625,7.0625],"texture":"#0"},"south":{"uv":[2.0625,3.1875,2.125,3.5625],"texture":"#0"},"west":{"uv":[2.0625,5.1875,2.125,5.5625],"texture":"#0"},"up":{"uv":[7.625,10.375,7.6875,10.3125],"texture":"#0"},"down":{"uv":[7.8125,10.3125,7.875,10.375],"texture":"#0"}}},{"from":[7,9.75,11],"to":[7.5,10,11.25],"faces":{"north":{"uv":[12.125,12,12,12.0625],"texture":"#0"},"east":{"uv":[6.1875,10.3125,6.125,10.375],"texture":"#0"},"south":{"uv":[12.25,12,12.375,12.0625],"texture":"#0"},"west":{"uv":[6.3125,10.3125,6.375,10.375],"texture":"#0"},"up":{"uv":[11.75,12.0625,11.875,12],"texture":"#0"},"down":{"uv":[11.5,12,11.625,12.0625],"texture":"#0"}}},{"from":[7,10,7.5],"to":[8.75,11.25,7.75],"faces":{"north":{"uv":[6.9375,15.6875,6.5,16],"texture":"#0"},"east":{"uv":[6.5625,13.4375,6.5,13.75],"texture":"#0"},"south":{"uv":[4.25,15.6875,4.6875,16],"texture":"#0"},"west":{"uv":[6.3125,13.4375,6.375,13.75],"texture":"#0"},"up":{"uv":[13.9375,14.75,14.375,14.6875],"texture":"#0"},"down":{"uv":[14.5,14.6875,14.9375,14.75],"texture":"#0"}}},{"from":[7,10,8],"to":[8.75,11.25,8.25],"faces":{"north":{"uv":[6.375,15.6875,5.9375,16],"texture":"#0"},"east":{"uv":[6.9375,13.4375,6.875,13.75],"texture":"#0"},"south":{"uv":[5.375,15.6875,5.8125,16],"texture":"#0"},"west":{"uv":[6.6875,13.4375,6.75,13.75],"texture":"#0"},"up":{"uv":[12.8125,14.75,13.25,14.6875],"texture":"#0"},"down":{"uv":[13.375,14.6875,13.8125,14.75],"texture":"#0"}}},{"from":[7,10.5,10],"to":[7.5,11.25,10.25],"faces":{"north":{"uv":[2.375,13.875,2.25,14.0625],"texture":"#0"},"east":{"uv":[3.625,4.875,3.5625,5.0625],"texture":"#0"},"south":{"uv":[1.8125,0.25,1.9375,0.4375],"texture":"#0"},"west":{"uv":[3.5625,5.1875,3.625,5.375],"texture":"#0"},"up":{"uv":[12.75,12.0625,12.875,12],"texture":"#0"},"down":{"uv":[12.5,12,12.625,12.0625],"texture":"#0"}}},{"from":[7,11.5,7.25],"to":[8.75,11.75,7.5],"faces":{"north":{"uv":[11,14.6875,10.5625,14.75],"texture":"#0"},"east":{"uv":[5.8125,10.3125,5.75,10.375],"texture":"#0"},"south":{"uv":[10,14.6875,10.4375,14.75],"texture":"#0"},"west":{"uv":[5.9375,10.3125,6,10.375],"texture":"#0"},"up":{"uv":[11.125,14.75,11.5625,14.6875],"texture":"#0"},"down":{"uv":[12.25,14.6875,12.6875,14.75],"texture":"#0"}}},{"from":[7,11.5,8.25],"to":[8.75,11.75,8.5],"faces":{"north":{"uv":[8.75,14.6875,8.3125,14.75],"texture":"#0"},"east":{"uv":[5.625,1.125,5.5625,1.1875],"texture":"#0"},"south":{"uv":[7.75,14.6875,8.1875,14.75],"texture":"#0"},"west":{"uv":[5.5625,0.9375,5.625,1],"texture":"#0"},"up":{"uv":[8.875,14.75,9.3125,14.6875],"texture":"#0"},"down":{"uv":[9.4375,14.6875,9.875,14.75],"texture":"#0"}}},{"from":[7,12.25,7.5],"to":[7.25,12.5,8.25],"faces":{"north":{"uv":[5.625,1.6875,5.5625,1.75],"texture":"#0"},"east":{"uv":[3.9375,9.75,3.75,9.8125],"texture":"#0"},"south":{"uv":[5.5625,1.875,5.625,1.9375],"texture":"#0"},"west":{"uv":[3.75,9.9375,3.9375,10],"texture":"#0"},"up":{"uv":[3.5625,2.5625,3.625,2.375],"texture":"#0"},"down":{"uv":[3.5625,2.6875,3.625,2.875],"texture":"#0"}}},{"from":[7,12.75,7.5],"to":[8.75,13,8.25],"faces":{"north":{"uv":[5.9375,14.6875,5.5,14.75],"texture":"#0"},"east":{"uv":[3.9375,7.5,3.75,7.5625],"texture":"#0"},"south":{"uv":[4.9375,14.6875,5.375,14.75],"texture":"#0"},"west":{"uv":[3.75,9,3.9375,9.0625],"texture":"#0"},"up":{"uv":[10,16,10.4375,15.8125],"texture":"#0"},"down":{"uv":[8.3125,15.8125,8.75,16],"texture":"#0"}}},{"from":[7,13,7.5],"to":[8,13.25,7.75],"faces":{"north":{"uv":[11.0625,13.25,10.8125,13.3125],"texture":"#0"},"east":{"uv":[5.625,2.25,5.5625,2.3125],"texture":"#0"},"south":{"uv":[11.1875,13.25,11.4375,13.3125],"texture":"#0"},"west":{"uv":[5.5625,2.0625,5.625,2.125],"texture":"#0"},"up":{"uv":[10.4375,13.3125,10.6875,13.25],"texture":"#0"},"down":{"uv":[10.0625,13.25,10.3125,13.3125],"texture":"#0"}}},{"from":[7,13,8],"to":[8,13.25,8.25],"faces":{"north":{"uv":[13.6875,13.25,13.4375,13.3125],"texture":"#0"},"east":{"uv":[5.625,4.125,5.5625,4.1875],"texture":"#0"},"south":{"uv":[13.8125,13.25,14.0625,13.3125],"texture":"#0"},"west":{"uv":[5.5625,3.9375,5.625,4],"texture":"#0"},"up":{"uv":[13.0625,13.3125,13.3125,13.25],"texture":"#0"},"down":{"uv":[6.3125,13.25,6.5625,13.3125],"texture":"#0"}}},{"from":[7,13.5,7.25],"to":[8.75,13.75,7.5],"faces":{"north":{"uv":[3.6875,14.6875,3.25,14.75],"texture":"#0"},"east":{"uv":[5.625,7.5,5.5625,7.5625],"texture":"#0"},"south":{"uv":[2.6875,14.6875,3.125,14.75],"texture":"#0"},"west":{"uv":[5.5625,7.3125,5.625,7.375],"texture":"#0"},"up":{"uv":[3.8125,14.75,4.25,14.6875],"texture":"#0"},"down":{"uv":[4.375,14.6875,4.8125,14.75],"texture":"#0"}}},{"from":[7,13.5,8.25],"to":[8.75,13.75,8.5],"faces":{"north":{"uv":[10.25,14.875,9.8125,14.9375],"texture":"#0"},"east":{"uv":[5.625,7.875,5.5625,7.9375],"texture":"#0"},"south":{"uv":[12.0625,14.875,12.5,14.9375],"texture":"#0"},"west":{"uv":[5.5625,7.6875,5.625,7.75],"texture":"#0"},"up":{"uv":[15.4375,14.9375,15.875,14.875],"texture":"#0"},"down":{"uv":[2.125,14.6875,2.5625,14.75],"texture":"#0"}}},{"from":[7,14.5,7.5],"to":[7.25,14.75,7.75],"faces":{"north":{"uv":[5.625,9.5625,5.5625,9.625],"texture":"#0"},"east":{"uv":[15.375,10.5,15.3125,10.5625],"texture":"#0"},"south":{"uv":[5.5625,9.75,5.625,9.8125],"texture":"#0"},"west":{"uv":[15.5,10.5,15.5625,10.5625],"texture":"#0"},"up":{"uv":[5.5625,9.0625,5.625,9],"texture":"#0"},"down":{"uv":[5.5625,8.8125,5.625,8.875],"texture":"#0"}}},{"from":[7,14.5,8],"to":[7.25,14.75,8.25],"faces":{"north":{"uv":[5.4375,1.6875,5.375,1.75],"texture":"#0"},"east":{"uv":[5.4375,3,5.375,3.0625],"texture":"#0"},"south":{"uv":[5.375,1.875,5.4375,1.9375],"texture":"#0"},"west":{"uv":[5.375,2.8125,5.4375,2.875],"texture":"#0"},"up":{"uv":[14.9375,10.5625,15,10.5],"texture":"#0"},"down":{"uv":[15.125,10.5,15.1875,10.5625],"texture":"#0"}}},{"from":[7.25,1.25,7.75],"to":[8.5,1.75,8],"faces":{"north":{"uv":[8.625,15.5625,8.3125,15.6875],"texture":"#0"},"east":{"uv":[13.25,11.9375,13.1875,12.0625],"texture":"#0"},"south":{"uv":[8.875,15.5625,9.1875,15.6875],"texture":"#0"},"west":{"uv":[13,11.9375,13.0625,12.0625],"texture":"#0"},"up":{"uv":[7.5,13.5625,7.8125,13.5],"texture":"#0"},"down":{"uv":[7.5,13.6875,7.8125,13.75],"texture":"#0"}}},{"from":[7.25,1.75,7.5],"to":[7.75,2,7.75],"faces":{"north":{"uv":[14,12,13.875,12.0625],"texture":"#0"},"east":{"uv":[5.4375,5.25,5.375,5.3125],"texture":"#0"},"south":{"uv":[14.125,12,14.25,12.0625],"texture":"#0"},"west":{"uv":[5.375,5.0625,5.4375,5.125],"texture":"#0"},"up":{"uv":[13.625,12.0625,13.75,12],"texture":"#0"},"down":{"uv":[13.375,12,13.5,12.0625],"texture":"#0"}}},{"from":[7.25,1.75,8],"to":[7.75,2,8.25],"faces":{"north":{"uv":[15,12,14.875,12.0625],"texture":"#0"},"east":{"uv":[5.4375,5.625,5.375,5.6875],"texture":"#0"},"south":{"uv":[15.125,12,15.25,12.0625],"texture":"#0"},"west":{"uv":[5.375,5.4375,5.4375,5.5],"texture":"#0"},"up":{"uv":[14.625,12.0625,14.75,12],"texture":"#0"},"down":{"uv":[14.375,12,14.5,12.0625],"texture":"#0"}}},{"from":[7.25,2,7.25],"to":[8.5,2.25,7.5],"faces":{"north":{"uv":[8.6875,13.6875,8.375,13.75],"texture":"#0"},"east":{"uv":[5.4375,6.75,5.375,6.8125],"texture":"#0"},"south":{"uv":[8.375,13.5,8.6875,13.5625],"texture":"#0"},"west":{"uv":[5.375,6.5625,5.4375,6.625],"texture":"#0"},"up":{"uv":[7.9375,13.5625,8.25,13.5],"texture":"#0"},"down":{"uv":[7.9375,13.6875,8.25,13.75],"texture":"#0"}}},{"from":[7.25,2,8.25],"to":[8.5,2.25,8.5],"faces":{"north":{"uv":[9.5625,13.6875,9.25,13.75],"texture":"#0"},"east":{"uv":[5.4375,7.5,5.375,7.5625],"texture":"#0"},"south":{"uv":[9.25,13.5,9.5625,13.5625],"texture":"#0"},"west":{"uv":[5.375,7.3125,5.4375,7.375],"texture":"#0"},"up":{"uv":[8.8125,13.5625,9.125,13.5],"texture":"#0"},"down":{"uv":[8.8125,13.6875,9.125,13.75],"texture":"#0"}}},{"from":[7.25,2.25,7.5],"to":[8.5,2.75,7.75],"faces":{"north":{"uv":[9.75,15.5625,9.4375,15.6875],"texture":"#0"},"east":{"uv":[15.625,11.9375,15.5625,12.0625],"texture":"#0"},"south":{"uv":[10,15.5625,10.3125,15.6875],"texture":"#0"},"west":{"uv":[15.375,11.9375,15.4375,12.0625],"texture":"#0"},"up":{"uv":[9.6875,13.5625,10,13.5],"texture":"#0"},"down":{"uv":[9.6875,13.6875,10,13.75],"texture":"#0"}}},{"from":[7.25,2.25,8],"to":[8.5,2.75,8.25],"faces":{"north":{"uv":[10.875,15.5625,10.5625,15.6875],"texture":"#0"},"east":{"uv":[4.125,11.625,4.0625,11.75],"texture":"#0"},"south":{"uv":[11.0625,15.5625,11.375,15.6875],"texture":"#0"},"west":{"uv":[15.75,11.9375,15.8125,12.0625],"texture":"#0"},"up":{"uv":[10.125,13.5625,10.4375,13.5],"texture":"#0"},"down":{"uv":[10.125,13.6875,10.4375,13.75],"texture":"#0"}}},{"from":[7.25,2.5,7.75],"to":[8.5,3.25,8],"faces":{"north":{"uv":[0.3125,6.1875,0,6.375],"texture":"#0"},"east":{"uv":[3.25,1.75,3.1875,1.9375],"texture":"#0"},"south":{"uv":[0,6.5,0.3125,6.6875],"texture":"#0"},"west":{"uv":[3.1875,2.0625,3.25,2.25],"texture":"#0"},"up":{"uv":[10.5625,13.5625,10.875,13.5],"texture":"#0"},"down":{"uv":[10.5625,13.6875,10.875,13.75],"texture":"#0"}}},{"from":[7.25,7,7.5],"to":[8.5,7.25,8.25],"faces":{"north":{"uv":[11.3125,13.6875,11,13.75],"texture":"#0"},"east":{"uv":[4.625,12.625,4.4375,12.6875],"texture":"#0"},"south":{"uv":[11,13.5,11.3125,13.5625],"texture":"#0"},"west":{"uv":[4.125,12.625,4.3125,12.6875],"texture":"#0"},"up":{"uv":[0,7,0.3125,6.8125],"texture":"#0"},"down":{"uv":[0,4.8125,0.3125,5],"texture":"#0"}}},{"from":[7.25,7.25,7.75],"to":[8.5,8.25,8],"faces":{"north":{"uv":[0.3125,8.625,0,8.875],"texture":"#0"},"east":{"uv":[2.875,0.875,2.8125,1.125],"texture":"#0"},"south":{"uv":[0,8.25,0.3125,8.5],"texture":"#0"},"west":{"uv":[2.8125,1.25,2.875,1.5],"texture":"#0"},"up":{"uv":[11.4375,13.5625,11.75,13.5],"texture":"#0"},"down":{"uv":[11.4375,13.6875,11.75,13.75],"texture":"#0"}}},{"from":[7.25,7.75,7.5],"to":[8.5,8.75,7.75],"faces":{"north":{"uv":[0.3125,7.875,0,8.125],"texture":"#0"},"east":{"uv":[2.875,11,2.8125,11.25],"texture":"#0"},"south":{"uv":[0,9,0.3125,9.25],"texture":"#0"},"west":{"uv":[2.8125,11.375,2.875,11.625],"texture":"#0"},"up":{"uv":[11.875,13.5625,12.1875,13.5],"texture":"#0"},"down":{"uv":[11.875,13.6875,12.1875,13.75],"texture":"#0"}}},{"from":[7.25,7.75,8],"to":[8.5,8.75,8.25],"faces":{"north":{"uv":[0.3125,7.5,0,7.75],"texture":"#0"},"east":{"uv":[2.875,3.875,2.8125,4.125],"texture":"#0"},"south":{"uv":[0,7.125,0.3125,7.375],"texture":"#0"},"west":{"uv":[2.8125,4.25,2.875,4.5],"texture":"#0"},"up":{"uv":[12.3125,13.5625,12.625,13.5],"texture":"#0"},"down":{"uv":[12.3125,13.6875,12.625,13.75],"texture":"#0"}}},{"from":[7.25,8.25,7.25],"to":[8.5,11.5,7.5],"faces":{"north":{"uv":[0.3125,13.3125,0,14.125],"texture":"#0"},"east":{"uv":[0.5,12.75,0.4375,13.5625],"texture":"#0"},"south":{"uv":[0,12.375,0.3125,13.1875],"texture":"#0"},"west":{"uv":[0.4375,11.8125,0.5,12.625],"texture":"#0"},"up":{"uv":[12.75,13.5625,13.0625,13.5],"texture":"#0"},"down":{"uv":[12.75,13.6875,13.0625,13.75],"texture":"#0"}}},{"from":[7.25,8.25,8.25],"to":[8.5,11.5,8.5],"faces":{"north":{"uv":[0.3125,15.1875,0,16],"texture":"#0"},"east":{"uv":[0.5,14.625,0.4375,15.4375],"texture":"#0"},"south":{"uv":[0,14.25,0.3125,15.0625],"texture":"#0"},"west":{"uv":[0.4375,13.6875,0.5,14.5],"texture":"#0"},"up":{"uv":[13.1875,13.5625,13.5,13.5],"texture":"#0"},"down":{"uv":[13.1875,13.6875,13.5,13.75],"texture":"#0"}}},{"from":[7.25,8.5,3.25],"to":[7.5,9.25,3.5],"faces":{"north":{"uv":[3.4375,11,3.375,11.1875],"texture":"#0"},"east":{"uv":[3.4375,10.0625,3.375,10.25],"texture":"#0"},"south":{"uv":[3.375,10.6875,3.4375,10.875],"texture":"#0"},"west":{"uv":[3.375,10.375,3.4375,10.5625],"texture":"#0"},"up":{"uv":[5.375,7.9375,5.4375,7.875],"texture":"#0"},"down":{"uv":[5.375,7.6875,5.4375,7.75],"texture":"#0"}}},{"from":[7.25,8.5,12.25],"to":[7.5,9.25,12.5],"faces":{"north":{"uv":[3.4375,9.4375,3.375,9.625],"texture":"#0"},"east":{"uv":[3.4375,8.5,3.375,8.6875],"texture":"#0"},"south":{"uv":[3.375,9.125,3.4375,9.3125],"texture":"#0"},"west":{"uv":[3.375,8.8125,3.4375,9],"texture":"#0"},"up":{"uv":[5.375,8.6875,5.4375,8.625],"texture":"#0"},"down":{"uv":[5.375,8.4375,5.4375,8.5],"texture":"#0"}}},{"from":[7.25,8.75,3.75],"to":[7.5,10,4],"faces":{"north":{"uv":[14.8125,13.4375,14.75,13.75],"texture":"#0"},"east":{"uv":[15.375,13.4375,15.3125,13.75],"texture":"#0"},"south":{"uv":[14.9375,13.4375,15,13.75],"texture":"#0"},"west":{"uv":[15.125,13.4375,15.1875,13.75],"texture":"#0"},"up":{"uv":[12.5,10.75,12.5625,10.6875],"texture":"#0"},"down":{"uv":[12.6875,10.6875,12.75,10.75],"texture":"#0"}}},{"from":[7.25,8.75,4],"to":[7.5,9,4.25],"faces":{"north":{"uv":[11.25,10.6875,11.1875,10.75],"texture":"#0"},"east":{"uv":[9.5625,10.6875,9.5,10.75],"texture":"#0"},"south":{"uv":[11,10.6875,11.0625,10.75],"texture":"#0"},"west":{"uv":[9.6875,10.6875,9.75,10.75],"texture":"#0"},"up":{"uv":[12.125,10.75,12.1875,10.6875],"texture":"#0"},"down":{"uv":[12.3125,10.6875,12.375,10.75],"texture":"#0"}}},{"from":[7.25,8.75,11.5],"to":[7.5,9,12],"faces":{"north":{"uv":[12.5625,9.9375,12.5,10],"texture":"#0"},"east":{"uv":[4.625,11.6875,4.5,11.75],"texture":"#0"},"south":{"uv":[5,1.125,5.0625,1.1875],"texture":"#0"},"west":{"uv":[4.25,11.6875,4.375,11.75],"texture":"#0"},"up":{"uv":[4.0625,11.25,4.125,11.125],"texture":"#0"},"down":{"uv":[4.0625,11.375,4.125,11.5],"texture":"#0"}}},{"from":[7.25,9,7.5],"to":[8.5,9.5,7.75],"faces":{"north":{"uv":[5.5,15.125,5.1875,15.25],"texture":"#0"},"east":{"uv":[4.125,10.625,4.0625,10.75],"texture":"#0"},"south":{"uv":[4.75,15.125,5.0625,15.25],"texture":"#0"},"west":{"uv":[4.0625,10.875,4.125,11],"texture":"#0"},"up":{"uv":[3.25,13.3125,3.5625,13.25],"texture":"#0"},"down":{"uv":[2.8125,13.25,3.125,13.3125],"texture":"#0"}}},{"from":[7.25,9,8],"to":[8.5,9.5,8.25],"faces":{"north":{"uv":[12.375,15.5625,12.0625,15.6875],"texture":"#0"},"east":{"uv":[4.125,10.125,4.0625,10.25],"texture":"#0"},"south":{"uv":[11.5625,15.5625,11.875,15.6875],"texture":"#0"},"west":{"uv":[4.0625,10.375,4.125,10.5],"texture":"#0"},"up":{"uv":[4.125,13.3125,4.4375,13.25],"texture":"#0"},"down":{"uv":[3.6875,13.25,4,13.3125],"texture":"#0"}}},{"from":[7.25,9,11.75],"to":[7.75,10,12],"faces":{"north":{"uv":[1,6.25,0.875,6.5],"texture":"#0"},"east":{"uv":[3.0625,8.125,3,8.375],"texture":"#0"},"south":{"uv":[0.625,0.25,0.75,0.5],"texture":"#0"},"west":{"uv":[3,8.5,3.0625,8.75],"texture":"#0"},"up":{"uv":[5,11.75,5.125,11.6875],"texture":"#0"},"down":{"uv":[4.75,11.6875,4.875,11.75],"texture":"#0"}}},{"from":[7.25,9.25,4.25],"to":[7.5,10.75,4.5],"faces":{"north":{"uv":[2.125,11.1875,2.0625,11.5625],"texture":"#0"},"east":{"uv":[2.125,4.1875,2.0625,4.5625],"texture":"#0"},"south":{"uv":[2.0625,5.6875,2.125,6.0625],"texture":"#0"},"west":{"uv":[2.0625,4.6875,2.125,5.0625],"texture":"#0"},"up":{"uv":[5,1.9375,5.0625,1.875],"texture":"#0"},"down":{"uv":[5,1.3125,5.0625,1.375],"texture":"#0"}}},{"from":[7.25,9.25,10.75],"to":[7.5,11.5,11],"faces":{"north":{"uv":[0.5,0.8125,0.4375,1.375],"texture":"#0"},"east":{"uv":[0.5,1.5,0.4375,2.0625],"texture":"#0"},"south":{"uv":[0.4375,0.125,0.5,0.6875],"texture":"#0"},"west":{"uv":[0.625,9.4375,0.6875,10],"texture":"#0"},"up":{"uv":[5,3.0625,5.0625,3],"texture":"#0"},"down":{"uv":[5,2.0625,5.0625,2.125],"texture":"#0"}}},{"from":[7.25,9.25,11.25],"to":[7.5,10.75,11.5],"faces":{"north":{"uv":[2.3125,13.375,2.25,13.75],"texture":"#0"},"east":{"uv":[0.3125,0.3125,0.25,0.6875],"texture":"#0"},"south":{"uv":[2.25,9.875,2.3125,10.25],"texture":"#0"},"west":{"uv":[2.25,8.375,2.3125,8.75],"texture":"#0"},"up":{"uv":[5,3.4375,5.0625,3.375],"texture":"#0"},"down":{"uv":[5,3.1875,5.0625,3.25],"texture":"#0"}}},{"from":[7.25,9.5,4.5],"to":[7.5,11,4.75],"faces":{"north":{"uv":[1.6875,4.8125,1.625,5.1875],"texture":"#0"},"east":{"uv":[1.875,1.875,1.8125,2.25],"texture":"#0"},"south":{"uv":[1.625,4.3125,1.6875,4.6875],"texture":"#0"},"west":{"uv":[1.625,1.8125,1.6875,2.1875],"texture":"#0"},"up":{"uv":[5,4.5625,5.0625,4.5],"texture":"#0"},"down":{"uv":[5,3.5625,5.0625,3.625],"texture":"#0"}}},{"from":[7.25,9.5,7.5],"to":[7.75,10,7.75],"faces":{"north":{"uv":[13.5,13,13.375,13.125],"texture":"#0"},"east":{"uv":[4.125,9.625,4.0625,9.75],"texture":"#0"},"south":{"uv":[13.625,13,13.75,13.125],"texture":"#0"},"west":{"uv":[4.0625,9.875,4.125,10],"texture":"#0"},"up":{"uv":[5.5,11.75,5.625,11.6875],"texture":"#0"},"down":{"uv":[5.25,11.6875,5.375,11.75],"texture":"#0"}}},{"from":[7.25,9.5,7.75],"to":[7.75,9.75,8.25],"faces":{"north":{"uv":[5.875,11.6875,5.75,11.75],"texture":"#0"},"east":{"uv":[6.625,11.6875,6.5,11.75],"texture":"#0"},"south":{"uv":[6,11.6875,6.125,11.75],"texture":"#0"},"west":{"uv":[6.25,11.6875,6.375,11.75],"texture":"#0"},"up":{"uv":[14.125,13.125,14.25,13],"texture":"#0"},"down":{"uv":[13.875,13,14,13.125],"texture":"#0"}}},{"from":[7.25,9.5,11],"to":[7.5,9.75,11.25],"faces":{"north":{"uv":[5.0625,5.4375,5,5.5],"texture":"#0"},"east":{"uv":[5.0625,6.75,5,6.8125],"texture":"#0"},"south":{"uv":[5,6.375,5.0625,6.4375],"texture":"#0"},"west":{"uv":[5,6.5625,5.0625,6.625],"texture":"#0"},"up":{"uv":[5,5.3125,5.0625,5.25],"texture":"#0"},"down":{"uv":[5,4.6875,5.0625,4.75],"texture":"#0"}}},{"from":[7.25,9.75,4.75],"to":[7.5,11.5,5],"faces":{"north":{"uv":[1.6875,12.375,1.625,12.8125],"texture":"#0"},"east":{"uv":[1.6875,10.6875,1.625,11.125],"texture":"#0"},"south":{"uv":[1.625,11.8125,1.6875,12.25],"texture":"#0"},"west":{"uv":[1.625,11.25,1.6875,11.6875],"texture":"#0"},"up":{"uv":[5,8.3125,5.0625,8.25],"texture":"#0"},"down":{"uv":[5,6.9375,5.0625,7],"texture":"#0"}}},{"from":[7.25,9.75,8],"to":[8.5,10,8.25],"faces":{"north":{"uv":[5.3125,13.25,5,13.3125],"texture":"#0"},"east":{"uv":[15.75,10.875,15.6875,10.9375],"texture":"#0"},"south":{"uv":[5.4375,13.25,5.75,13.3125],"texture":"#0"},"west":{"uv":[5,8.4375,5.0625,8.5],"texture":"#0"},"up":{"uv":[3.5625,13.5625,3.875,13.5],"texture":"#0"},"down":{"uv":[4.5625,13.25,4.875,13.3125],"texture":"#0"}}},{"from":[7.25,10,5],"to":[7.5,11.5,5.5],"faces":{"north":{"uv":[2.3125,9.375,2.25,9.75],"texture":"#0"},"east":{"uv":[0.75,14.5625,0.625,14.9375],"texture":"#0"},"south":{"uv":[2.25,8.875,2.3125,9.25],"texture":"#0"},"west":{"uv":[0,0.3125,0.125,0.6875],"texture":"#0"},"up":{"uv":[4.0625,9.25,4.125,9.125],"texture":"#0"},"down":{"uv":[4.0625,9.375,4.125,9.5],"texture":"#0"}}},{"from":[7.25,10,5.75],"to":[7.5,11.75,6],"faces":{"north":{"uv":[1.4375,8.4375,1.375,8.875],"texture":"#0"},"east":{"uv":[1.4375,11.25,1.375,11.6875],"texture":"#0"},"south":{"uv":[1.375,10.125,1.4375,10.5625],"texture":"#0"},"west":{"uv":[1.375,10.6875,1.4375,11.125],"texture":"#0"},"up":{"uv":[7.4375,10.9375,7.5,10.875],"texture":"#0"},"down":{"uv":[15.5,10.875,15.5625,10.9375],"texture":"#0"}}},{"from":[7.25,10,9.75],"to":[7.5,11.75,10],"faces":{"north":{"uv":[1.4375,12.9375,1.375,13.375],"texture":"#0"},"east":{"uv":[1.25,4.6875,1.1875,5.125],"texture":"#0"},"south":{"uv":[1.1875,0.1875,1.25,0.625],"texture":"#0"},"west":{"uv":[1.1875,1.3125,1.25,1.75],"texture":"#0"},"up":{"uv":[6.6875,10.9375,6.75,10.875],"texture":"#0"},"down":{"uv":[7.25,10.875,7.3125,10.9375],"texture":"#0"}}},{"from":[7.25,10,10.25],"to":[7.5,12,10.5],"faces":{"north":{"uv":[0.9375,6.625,0.875,7.125],"texture":"#0"},"east":{"uv":[0.6875,7.5,0.625,8],"texture":"#0"},"south":{"uv":[0.875,7.25,0.9375,7.75],"texture":"#0"},"west":{"uv":[0.625,8.125,0.6875,8.625],"texture":"#0"},"up":{"uv":[4.8125,0.1875,4.875,0.125],"texture":"#0"},"down":{"uv":[6.5,10.875,6.5625,10.9375],"texture":"#0"}}},{"from":[7.25,10,10.5],"to":[7.5,11.5,10.75],"faces":{"north":{"uv":[1.875,9.875,1.8125,10.25],"texture":"#0"},"east":{"uv":[1.875,8.375,1.8125,8.75],"texture":"#0"},"south":{"uv":[1.8125,9.375,1.875,9.75],"texture":"#0"},"west":{"uv":[1.8125,8.875,1.875,9.25],"texture":"#0"},"up":{"uv":[8.9375,9.625,9,9.5625],"texture":"#0"},"down":{"uv":[15.8125,11.3125,15.875,11.375],"texture":"#0"}}},{"from":[7.25,10,11],"to":[7.75,11,11.25],"faces":{"north":{"uv":[0.75,1.75,0.625,2],"texture":"#0"},"east":{"uv":[3.0625,1.75,3,2],"texture":"#0"},"south":{"uv":[0.625,1.375,0.75,1.625],"texture":"#0"},"west":{"uv":[3,1.375,3.0625,1.625],"texture":"#0"},"up":{"uv":[7,11.75,7.125,11.6875],"texture":"#0"},"down":{"uv":[6.75,11.6875,6.875,11.75],"texture":"#0"}}},{"from":[7.25,10.25,5.5],"to":[7.5,12.25,5.75],"faces":{"north":{"uv":[0.9375,5.25,0.875,5.75],"texture":"#0"},"east":{"uv":[0.9375,3,0.875,3.5],"texture":"#0"},"south":{"uv":[0.875,4.625,0.9375,5.125],"texture":"#0"},"west":{"uv":[0.875,3.625,0.9375,4.125],"texture":"#0"},"up":{"uv":[6.125,5.125,6.1875,5.0625],"texture":"#0"},"down":{"uv":[8.75,9.5625,8.8125,9.625],"texture":"#0"}}},{"from":[7.25,10.25,6],"to":[7.75,11.75,6.25],"faces":{"north":{"uv":[15.6875,15.625,15.5625,16],"texture":"#0"},"east":{"uv":[2.125,13.1875,2.0625,13.5625],"texture":"#0"},"south":{"uv":[0.625,15.0625,0.75,15.4375],"texture":"#0"},"west":{"uv":[2.0625,13.6875,2.125,14.0625],"texture":"#0"},"up":{"uv":[7.5,11.75,7.625,11.6875],"texture":"#0"},"down":{"uv":[7.25,11.6875,7.375,11.75],"texture":"#0"}}},{"from":[7.25,10.25,9.5],"to":[7.75,11.75,9.75],"faces":{"north":{"uv":[0.75,13.5625,0.625,13.9375],"texture":"#0"},"east":{"uv":[2.125,11.6875,2.0625,12.0625],"texture":"#0"},"south":{"uv":[0.625,13.0625,0.75,13.4375],"texture":"#0"},"west":{"uv":[2.0625,12.1875,2.125,12.5625],"texture":"#0"},"up":{"uv":[8,11.75,8.125,11.6875],"texture":"#0"},"down":{"uv":[7.75,11.6875,7.875,11.75],"texture":"#0"}}},{"from":[7.25,10.25,10],"to":[7.5,10.5,10.25],"faces":{"north":{"uv":[15.1875,9.9375,15.125,10],"texture":"#0"},"east":{"uv":[5.8125,6,5.75,6.0625],"texture":"#0"},"south":{"uv":[8.1875,10.125,8.25,10.1875],"texture":"#0"},"west":{"uv":[5.75,5.8125,5.8125,5.875],"texture":"#0"},"up":{"uv":[15.3125,10,15.375,9.9375],"texture":"#0"},"down":{"uv":[6.125,5.25,6.1875,5.3125],"texture":"#0"}}},{"from":[7.25,10.5,7],"to":[8.5,10.75,7.25],"faces":{"north":{"uv":[15.375,14.25,15.0625,14.3125],"texture":"#0"},"east":{"uv":[5.8125,7.5,5.75,7.5625],"texture":"#0"},"south":{"uv":[15.5,14.25,15.8125,14.3125],"texture":"#0"},"west":{"uv":[5.75,6.5625,5.8125,6.625],"texture":"#0"},"up":{"uv":[14.625,14.3125,14.9375,14.25],"texture":"#0"},"down":{"uv":[15.3125,14.4375,15.625,14.5],"texture":"#0"}}},{"from":[7.25,10.5,8.5],"to":[8.5,10.75,8.75],"faces":{"north":{"uv":[5.9375,14,5.625,14.0625],"texture":"#0"},"east":{"uv":[5.8125,8.25,5.75,8.3125],"texture":"#0"},"south":{"uv":[6.0625,14,6.375,14.0625],"texture":"#0"},"west":{"uv":[5.75,8.0625,5.8125,8.125],"texture":"#0"},"up":{"uv":[5.1875,14.0625,5.5,14],"texture":"#0"},"down":{"uv":[4.75,14,5.0625,14.0625],"texture":"#0"}}},{"from":[7.25,10.75,6.25],"to":[8.25,11.5,6.5],"faces":{"north":{"uv":[2.25,15.0625,2,15.25],"texture":"#0"},"east":{"uv":[3.4375,12.25,3.375,12.4375],"texture":"#0"},"south":{"uv":[14.5625,15.625,14.8125,15.8125],"texture":"#0"},"west":{"uv":[3.375,11.9375,3.4375,12.125],"texture":"#0"},"up":{"uv":[11.625,13.125,11.875,13.0625],"texture":"#0"},"down":{"uv":[12,13.0625,12.25,13.125],"texture":"#0"}}},{"from":[7.25,10.75,9.25],"to":[8.25,11.5,9.5],"faces":{"north":{"uv":[1.875,15.0625,1.625,15.25],"texture":"#0"},"east":{"uv":[3.25,1.4375,3.1875,1.625],"texture":"#0"},"south":{"uv":[14.9375,15.625,15.1875,15.8125],"texture":"#0"},"west":{"uv":[3.1875,1.125,3.25,1.3125],"texture":"#0"},"up":{"uv":[8.5625,13.3125,8.8125,13.25],"texture":"#0"},"down":{"uv":[9.3125,13.25,9.5625,13.3125],"texture":"#0"}}},{"from":[7.25,11,6.5],"to":[8.25,11.25,6.75],"faces":{"north":{"uv":[7.3125,13.25,7.0625,13.3125],"texture":"#0"},"east":{"uv":[8.8125,10.3125,8.75,10.375],"texture":"#0"},"south":{"uv":[6.75,13.0625,7,13.125],"texture":"#0"},"west":{"uv":[13.0625,10.3125,13.125,10.375],"texture":"#0"},"up":{"uv":[7.4375,13.3125,7.6875,13.25],"texture":"#0"},"down":{"uv":[8.1875,13.25,8.4375,13.3125],"texture":"#0"}}},{"from":[7.25,11,9],"to":[8.25,11.25,9.25],"faces":{"north":{"uv":[9.9375,13.25,9.6875,13.3125],"texture":"#0"},"east":{"uv":[7.3125,10.3125,7.25,10.375],"texture":"#0"},"south":{"uv":[8.9375,13.25,9.1875,13.3125],"texture":"#0"},"west":{"uv":[7.4375,10.3125,7.5,10.375],"texture":"#0"},"up":{"uv":[14.1875,13.3125,14.4375,13.25],"texture":"#0"},"down":{"uv":[15.3125,13.25,15.5625,13.3125],"texture":"#0"}}},{"from":[7.25,11.25,7],"to":[8.75,11.5,7.25],"faces":{"north":{"uv":[7.6875,14.4375,7.3125,14.5],"texture":"#0"},"east":{"uv":[11.25,10.5,11.1875,10.5625],"texture":"#0"},"south":{"uv":[7.8125,14.4375,8.1875,14.5],"texture":"#0"},"west":{"uv":[12.875,10.5,12.9375,10.5625],"texture":"#0"},"up":{"uv":[6.8125,14.5,7.1875,14.4375],"texture":"#0"},"down":{"uv":[6.3125,14.4375,6.6875,14.5],"texture":"#0"}}},{"from":[7.25,11.25,8.5],"to":[8.75,11.5,8.75],"faces":{"north":{"uv":[11.6875,14.4375,11.3125,14.5],"texture":"#0"},"east":{"uv":[10.125,10.5,10.0625,10.5625],"texture":"#0"},"south":{"uv":[11.8125,14.4375,12.1875,14.5],"texture":"#0"},"west":{"uv":[10.25,10.5,10.3125,10.5625],"texture":"#0"},"up":{"uv":[10.8125,14.5,11.1875,14.4375],"texture":"#0"},"down":{"uv":[10.3125,14.4375,10.6875,14.5],"texture":"#0"}}},{"from":[7.25,11.25,10],"to":[8.25,12,10.25],"faces":{"north":{"uv":[1.5,15.0625,1.25,15.25],"texture":"#0"},"east":{"uv":[3.625,4.5625,3.5625,4.75],"texture":"#0"},"south":{"uv":[0.875,15.0625,1.125,15.25],"texture":"#0"},"west":{"uv":[3.5625,4.25,3.625,4.4375],"texture":"#0"},"up":{"uv":[14.5625,13.3125,14.8125,13.25],"texture":"#0"},"down":{"uv":[14.9375,13.25,15.1875,13.3125],"texture":"#0"}}},{"from":[7.25,11.5,5.25],"to":[8.25,12,5.5],"faces":{"north":{"uv":[1.625,14.625,1.375,14.75],"texture":"#0"},"east":{"uv":[4.125,8.625,4.0625,8.75],"texture":"#0"},"south":{"uv":[1.75,14.625,2,14.75],"texture":"#0"},"west":{"uv":[4.0625,8.875,4.125,9],"texture":"#0"},"up":{"uv":[10.5,13.125,10.75,13.0625],"texture":"#0"},"down":{"uv":[10.875,13.0625,11.125,13.125],"texture":"#0"}}},{"from":[7.25,11.75,7.25],"to":[8.5,12,8.5],"faces":{"north":{"uv":[9.875,14,9.5625,14.0625],"texture":"#0"},"east":{"uv":[11.1875,14,10.875,14.0625],"texture":"#0"},"south":{"uv":[10,14,10.3125,14.0625],"texture":"#0"},"west":{"uv":[10.4375,14,10.75,14.0625],"texture":"#0"},"up":{"uv":[0,10.125,0.3125,9.8125],"texture":"#0"},"down":{"uv":[0,9.375,0.3125,9.6875],"texture":"#0"}}},{"from":[7.25,12,10],"to":[7.5,12.25,10.25],"faces":{"north":{"uv":[5.4375,6.1875,5.375,6.25],"texture":"#0"},"east":{"uv":[5.25,1.875,5.1875,1.9375],"texture":"#0"},"south":{"uv":[5.375,6.375,5.4375,6.4375],"texture":"#0"},"west":{"uv":[5.1875,1.3125,5.25,1.375],"texture":"#0"},"up":{"uv":[5.375,3.8125,5.4375,3.75],"texture":"#0"},"down":{"uv":[9.875,10.5,9.9375,10.5625],"texture":"#0"}}},{"from":[7.25,12.5,7.5],"to":[8.75,12.75,8.25],"faces":{"north":{"uv":[13.6875,14.4375,13.3125,14.5],"texture":"#0"},"east":{"uv":[6.25,12.375,6.0625,12.4375],"texture":"#0"},"south":{"uv":[13.8125,14.4375,14.1875,14.5],"texture":"#0"},"west":{"uv":[6.375,12.375,6.5625,12.4375],"texture":"#0"},"up":{"uv":[12.0625,16,12.4375,15.8125],"texture":"#0"},"down":{"uv":[13.0625,15.8125,13.4375,16],"texture":"#0"}}},{"from":[7.25,12.75,7.25],"to":[8.75,13.5,7.5],"faces":{"north":{"uv":[10.9375,15.8125,10.5625,16],"texture":"#0"},"east":{"uv":[3.625,0.1875,3.5625,0.375],"texture":"#0"},"south":{"uv":[11.0625,15.8125,11.4375,16],"texture":"#0"},"west":{"uv":[3.5625,0.5,3.625,0.6875],"texture":"#0"},"up":{"uv":[14.8125,14.5,15.1875,14.4375],"texture":"#0"},"down":{"uv":[14.3125,14.4375,14.6875,14.5],"texture":"#0"}}},{"from":[7.25,12.75,8.25],"to":[8.75,13.5,8.5],"faces":{"north":{"uv":[11.9375,15.8125,11.5625,16],"texture":"#0"},"east":{"uv":[3.625,10.1875,3.5625,10.375],"texture":"#0"},"south":{"uv":[12.5625,15.8125,12.9375,16],"texture":"#0"},"west":{"uv":[3.5625,10.5,3.625,10.6875],"texture":"#0"},"up":{"uv":[12.3125,14.5,12.6875,14.4375],"texture":"#0"},"down":{"uv":[12.8125,14.4375,13.1875,14.5],"texture":"#0"}}},{"from":[7.25,13.75,7.25],"to":[8,14,7.5],"faces":{"north":{"uv":[9.9375,12.625,9.75,12.6875],"texture":"#0"},"east":{"uv":[5.0625,2.4375,5,2.5],"texture":"#0"},"south":{"uv":[10.0625,12.625,10.25,12.6875],"texture":"#0"},"west":{"uv":[5,2.25,5.0625,2.3125],"texture":"#0"},"up":{"uv":[5.375,12.6875,5.5625,12.625],"texture":"#0"},"down":{"uv":[5.0625,12.625,5.25,12.6875],"texture":"#0"}}},{"from":[7.25,13.75,8.25],"to":[8,14,8.5],"faces":{"north":{"uv":[9.625,12.625,9.4375,12.6875],"texture":"#0"},"east":{"uv":[14.0625,10.875,14,10.9375],"texture":"#0"},"south":{"uv":[10.6875,12.625,10.875,12.6875],"texture":"#0"},"west":{"uv":[14.5625,10.875,14.625,10.9375],"texture":"#0"},"up":{"uv":[13.75,12.25,13.9375,12.1875],"texture":"#0"},"down":{"uv":[13.4375,12.1875,13.625,12.25],"texture":"#0"}}},{"from":[7.5,0.75,7.75],"to":[8.25,1.25,8],"faces":{"north":{"uv":[13.875,14.1875,13.6875,14.3125],"texture":"#0"},"east":{"uv":[4.125,8.125,4.0625,8.25],"texture":"#0"},"south":{"uv":[13.375,14.1875,13.5625,14.3125],"texture":"#0"},"west":{"uv":[4.0625,8.375,4.125,8.5],"texture":"#0"},"up":{"uv":[4.5,12.4375,4.6875,12.375],"texture":"#0"},"down":{"uv":[3.875,12.375,4.0625,12.4375],"texture":"#0"}}},{"from":[7.5,1.25,7.5],"to":[8.25,1.75,7.75],"faces":{"north":{"uv":[7.9375,14.1875,7.75,14.3125],"texture":"#0"},"east":{"uv":[4.125,7.625,4.0625,7.75],"texture":"#0"},"south":{"uv":[7.4375,14.1875,7.625,14.3125],"texture":"#0"},"west":{"uv":[4.0625,7.875,4.125,8],"texture":"#0"},"up":{"uv":[11.0625,12.4375,11.25,12.375],"texture":"#0"},"down":{"uv":[10.125,12.375,10.3125,12.4375],"texture":"#0"}}},{"from":[7.5,1.25,8],"to":[8.25,1.75,8.25],"faces":{"north":{"uv":[12.9375,14.1875,12.75,14.3125],"texture":"#0"},"east":{"uv":[4.125,7.125,4.0625,7.25],"texture":"#0"},"south":{"uv":[12.4375,14.1875,12.625,14.3125],"texture":"#0"},"west":{"uv":[4.0625,7.375,4.125,7.5],"texture":"#0"},"up":{"uv":[15.3125,12.25,15.5,12.1875],"texture":"#0"},"down":{"uv":[15,12.1875,15.1875,12.25],"texture":"#0"}}},{"from":[7.5,1.75,7.25],"to":[8.25,2,7.5],"faces":{"north":{"uv":[9.875,12.8125,9.6875,12.875],"texture":"#0"},"east":{"uv":[1.6875,0.125,1.625,0.1875],"texture":"#0"},"south":{"uv":[10,12.8125,10.1875,12.875],"texture":"#0"},"west":{"uv":[2.4375,0.125,2.5,0.1875],"texture":"#0"},"up":{"uv":[9.375,12.875,9.5625,12.8125],"texture":"#0"},"down":{"uv":[9.0625,12.8125,9.25,12.875],"texture":"#0"}}},{"from":[7.5,1.75,8.25],"to":[8.25,2,8.5],"faces":{"north":{"uv":[15.1875,12.8125,15,12.875],"texture":"#0"},"east":{"uv":[9,10.3125,8.9375,10.375],"texture":"#0"},"south":{"uv":[4.625,12,4.8125,12.0625],"texture":"#0"},"west":{"uv":[5.75,6.75,5.8125,6.8125],"texture":"#0"},"up":{"uv":[14.375,12.875,14.5625,12.8125],"texture":"#0"},"down":{"uv":[14.0625,12.8125,14.25,12.875],"texture":"#0"}}},{"from":[7.5,2,7],"to":[8.25,2.25,7.25],"faces":{"north":{"uv":[13.0625,12.625,12.875,12.6875],"texture":"#0"},"east":{"uv":[11.4375,10.5,11.375,10.5625],"texture":"#0"},"south":{"uv":[13.1875,12.625,13.375,12.6875],"texture":"#0"},"west":{"uv":[12.6875,10.5,12.75,10.5625],"texture":"#0"},"up":{"uv":[11.9375,12.6875,12.125,12.625],"texture":"#0"},"down":{"uv":[11.625,12.625,11.8125,12.6875],"texture":"#0"}}},{"from":[7.5,2,8.5],"to":[8.25,2.25,8.75],"faces":{"north":{"uv":[8.4375,12.375,8.25,12.4375],"texture":"#0"},"east":{"uv":[5.4375,3.5625,5.375,3.625],"texture":"#0"},"south":{"uv":[8.5625,12.375,8.75,12.4375],"texture":"#0"},"west":{"uv":[9.6875,10.5,9.75,10.5625],"texture":"#0"},"up":{"uv":[15.0625,12.6875,15.25,12.625],"texture":"#0"},"down":{"uv":[14.75,12.625,14.9375,12.6875],"texture":"#0"}}},{"from":[7.5,2.25,7.25],"to":[8.25,2.75,7.5],"faces":{"north":{"uv":[8.25,14.1875,8.0625,14.3125],"texture":"#0"},"east":{"uv":[4.125,6.625,4.0625,6.75],"texture":"#0"},"south":{"uv":[8.375,14.1875,8.5625,14.3125],"texture":"#0"},"west":{"uv":[4.0625,6.875,4.125,7],"texture":"#0"},"up":{"uv":[10.75,12.4375,10.9375,12.375],"texture":"#0"},"down":{"uv":[10.4375,12.375,10.625,12.4375],"texture":"#0"}}},{"from":[7.5,2.25,8.25],"to":[8.25,2.75,8.5],"faces":{"north":{"uv":[5.75,14.1875,5.5625,14.3125],"texture":"#0"},"east":{"uv":[4.125,6.125,4.0625,6.25],"texture":"#0"},"south":{"uv":[5.875,14.1875,6.0625,14.3125],"texture":"#0"},"west":{"uv":[4.0625,6.375,4.125,6.5],"texture":"#0"},"up":{"uv":[3.75,11.125,3.9375,11.0625],"texture":"#0"},"down":{"uv":[3.75,10.875,3.9375,10.9375],"texture":"#0"}}},{"from":[7.5,2.75,7.5],"to":[8.25,3,7.75],"faces":{"north":{"uv":[7.5,12.375,7.3125,12.4375],"texture":"#0"},"east":{"uv":[14.25,10.875,14.1875,10.9375],"texture":"#0"},"south":{"uv":[7.625,12.375,7.8125,12.4375],"texture":"#0"},"west":{"uv":[14.375,10.875,14.4375,10.9375],"texture":"#0"},"up":{"uv":[12.8125,12.25,13,12.1875],"texture":"#0"},"down":{"uv":[14.6875,12.1875,14.875,12.25],"texture":"#0"}}},{"from":[7.5,2.75,8],"to":[8.25,3,8.25],"faces":{"north":{"uv":[15,12.375,14.8125,12.4375],"texture":"#0"},"east":{"uv":[12.9375,10.3125,12.875,10.375],"texture":"#0"},"south":{"uv":[15.125,12.375,15.3125,12.4375],"texture":"#0"},"west":{"uv":[5.75,7.3125,5.8125,7.375],"texture":"#0"},"up":{"uv":[8.75,12.875,8.9375,12.8125],"texture":"#0"},"down":{"uv":[8.4375,12.8125,8.625,12.875],"texture":"#0"}}},{"from":[7.5,3.25,7.75],"to":[8.25,7,8],"faces":{"north":{"uv":[0.1875,11.3125,0,12.25],"texture":"#0"},"east":{"uv":[0.25,5.125,0.1875,6.0625],"texture":"#0"},"south":{"uv":[0,10.25,0.1875,11.1875],"texture":"#0"},"west":{"uv":[0,5.125,0.0625,6.0625],"texture":"#0"},"up":{"uv":[5.625,12.25,5.8125,12.1875],"texture":"#0"},"down":{"uv":[11,12.625,11.1875,12.6875],"texture":"#0"}}},{"from":[7.5,6.5,7.5],"to":[8.25,7,7.75],"faces":{"north":{"uv":[6.6875,14.1875,6.5,14.3125],"texture":"#0"},"east":{"uv":[4.125,5.375,4.0625,5.5],"texture":"#0"},"south":{"uv":[6.8125,14.1875,7,14.3125],"texture":"#0"},"west":{"uv":[4.0625,5.625,4.125,5.75],"texture":"#0"},"up":{"uv":[14.4375,12.6875,14.625,12.625],"texture":"#0"},"down":{"uv":[9.1875,12.375,9.375,12.4375],"texture":"#0"}}},{"from":[7.5,6.5,8],"to":[8.25,7,8.25],"faces":{"north":{"uv":[11.6875,14.1875,11.5,14.3125],"texture":"#0"},"east":{"uv":[4.125,4.875,4.0625,5],"texture":"#0"},"south":{"uv":[14.3125,14.1875,14.5,14.3125],"texture":"#0"},"west":{"uv":[4.0625,5.125,4.125,5.25],"texture":"#0"},"up":{"uv":[10.3125,12.875,10.5,12.8125],"texture":"#0"},"down":{"uv":[10.375,12.625,10.5625,12.6875],"texture":"#0"}}},{"from":[7.5,7,8.25],"to":[8.25,7.25,8.5],"faces":{"north":{"uv":[11.125,12.1875,10.9375,12.25],"texture":"#0"},"east":{"uv":[5.25,1.5,5.1875,1.5625],"texture":"#0"},"south":{"uv":[12,12.375,12.1875,12.4375],"texture":"#0"},"west":{"uv":[5.1875,1.6875,5.25,1.75],"texture":"#0"},"up":{"uv":[13.125,12.25,13.3125,12.1875],"texture":"#0"},"down":{"uv":[15.6875,12.625,15.875,12.6875],"texture":"#0"}}},{"from":[7.5,7.25,7.5],"to":[8.25,7.75,7.75],"faces":{"north":{"uv":[9.8125,14.1875,9.625,14.3125],"texture":"#0"},"east":{"uv":[4.125,4.375,4.0625,4.5],"texture":"#0"},"south":{"uv":[9.3125,14.1875,9.5,14.3125],"texture":"#0"},"west":{"uv":[4.0625,4.625,4.125,4.75],"texture":"#0"},"up":{"uv":[4.6875,12.25,4.875,12.1875],"texture":"#0"},"down":{"uv":[14.5,12.375,14.6875,12.4375],"texture":"#0"}}},{"from":[7.5,7.25,8],"to":[8.25,7.75,8.25],"faces":{"north":{"uv":[2.9375,14.1875,2.75,14.3125],"texture":"#0"},"east":{"uv":[4.125,3.875,4.0625,4],"texture":"#0"},"south":{"uv":[1.8125,14.1875,2,14.3125],"texture":"#0"},"west":{"uv":[4.0625,4.125,4.125,4.25],"texture":"#0"},"up":{"uv":[3.75,5.625,3.9375,5.5625],"texture":"#0"},"down":{"uv":[5,12.1875,5.1875,12.25],"texture":"#0"}}},{"from":[7.5,7.75,7.25],"to":[8.25,8.25,7.5],"faces":{"north":{"uv":[15.8125,14.625,15.625,14.75],"texture":"#0"},"east":{"uv":[4.125,3.375,4.0625,3.5],"texture":"#0"},"south":{"uv":[9.9375,14.1875,10.125,14.3125],"texture":"#0"},"west":{"uv":[4.0625,3.625,4.125,3.75],"texture":"#0"},"up":{"uv":[7.5,12.875,7.6875,12.8125],"texture":"#0"},"down":{"uv":[7.1875,12.8125,7.375,12.875],"texture":"#0"}}},{"from":[7.5,7.75,8.25],"to":[8.25,8.25,8.5],"faces":{"north":{"uv":[7.3125,14.1875,7.125,14.3125],"texture":"#0"},"east":{"uv":[4.125,2.875,4.0625,3],"texture":"#0"},"south":{"uv":[6.1875,14.1875,6.375,14.3125],"texture":"#0"},"west":{"uv":[4.0625,3.125,4.125,3.25],"texture":"#0"},"up":{"uv":[12.5625,12.6875,12.75,12.625],"texture":"#0"},"down":{"uv":[13.75,12.8125,13.9375,12.875],"texture":"#0"}}},{"from":[7.5,8.75,7],"to":[8.25,9,7.25],"faces":{"north":{"uv":[7.1875,12.375,7,12.4375],"texture":"#0"},"east":{"uv":[12.75,9.9375,12.6875,10],"texture":"#0"},"south":{"uv":[15.4375,12.375,15.625,12.4375],"texture":"#0"},"west":{"uv":[8.375,10.125,8.4375,10.1875],"texture":"#0"},"up":{"uv":[6.6875,12.4375,6.875,12.375],"texture":"#0"},"down":{"uv":[14.125,12.625,14.3125,12.6875],"texture":"#0"}}},{"from":[7.5,8.75,8.5],"to":[8.25,9,8.75],"faces":{"north":{"uv":[4.5625,12.1875,4.375,12.25],"texture":"#0"},"east":{"uv":[8.625,9.5625,8.5625,9.625],"texture":"#0"},"south":{"uv":[12.5,12.1875,12.6875,12.25],"texture":"#0"},"west":{"uv":[8.375,9.5625,8.4375,9.625],"texture":"#0"},"up":{"uv":[4.0625,12.25,4.25,12.1875],"texture":"#0"},"down":{"uv":[3.75,12.1875,3.9375,12.25],"texture":"#0"}}},{"from":[7.5,9,3.25],"to":[7.75,9.5,4],"faces":{"north":{"uv":[4.125,2.625,4.0625,2.75],"texture":"#0"},"east":{"uv":[4.5,14.1875,4.3125,14.3125],"texture":"#0"},"south":{"uv":[4.0625,2.375,4.125,2.5],"texture":"#0"},"west":{"uv":[2.125,14.1875,2.3125,14.3125],"texture":"#0"},"up":{"uv":[4.4375,12.0625,4.5,11.875],"texture":"#0"},"down":{"uv":[3.5625,5.8125,3.625,6],"texture":"#0"}}},{"from":[7.5,9,12],"to":[7.75,10.75,12.25],"faces":{"north":{"uv":[1.25,5.25,1.1875,5.6875],"texture":"#0"},"east":{"uv":[1.6875,9.5625,1.625,10],"texture":"#0"},"south":{"uv":[1.375,12.375,1.4375,12.8125],"texture":"#0"},"west":{"uv":[1.375,11.8125,1.4375,12.25],"texture":"#0"},"up":{"uv":[6.3125,10.9375,6.375,10.875],"texture":"#0"},"down":{"uv":[6.125,10.875,6.1875,10.9375],"texture":"#0"}}},{"from":[7.5,9,12.25],"to":[7.75,9.5,12.5],"faces":{"north":{"uv":[4.125,2.125,4.0625,2.25],"texture":"#0"},"east":{"uv":[4.125,1.375,4.0625,1.5],"texture":"#0"},"south":{"uv":[4.0625,1.875,4.125,2],"texture":"#0"},"west":{"uv":[4.0625,1.625,4.125,1.75],"texture":"#0"},"up":{"uv":[7.8125,10.9375,7.875,10.875],"texture":"#0"},"down":{"uv":[7.625,10.875,7.6875,10.9375],"texture":"#0"}}},{"from":[7.5,9.25,3],"to":[7.75,10,3.25],"faces":{"north":{"uv":[3.625,11.75,3.5625,11.9375],"texture":"#0"},"east":{"uv":[3.4375,1.3125,3.375,1.5],"texture":"#0"},"south":{"uv":[3.5625,12.0625,3.625,12.25],"texture":"#0"},"west":{"uv":[3.375,0.375,3.4375,0.5625],"texture":"#0"},"up":{"uv":[15.3125,10.9375,15.375,10.875],"texture":"#0"},"down":{"uv":[15.125,10.875,15.1875,10.9375],"texture":"#0"}}},{"from":[7.5,9.25,4],"to":[7.75,10.75,4.25],"faces":{"north":{"uv":[2.3125,11.375,2.25,11.75],"texture":"#0"},"east":{"uv":[2.125,1.1875,2.0625,1.5625],"texture":"#0"},"south":{"uv":[2.0625,0.1875,2.125,0.5625],"texture":"#0"},"west":{"uv":[2.0625,0.6875,2.125,1.0625],"texture":"#0"},"up":{"uv":[5,7.9375,5.0625,7.875],"texture":"#0"},"down":{"uv":[5,8.0625,5.0625,8.125],"texture":"#0"}}},{"from":[7.5,9.25,11.5],"to":[7.75,10.75,11.75],"faces":{"north":{"uv":[2.125,1.6875,2.0625,2.0625],"texture":"#0"},"east":{"uv":[1.6875,6.8125,1.625,7.1875],"texture":"#0"},"south":{"uv":[2.0625,2.1875,2.125,2.5625],"texture":"#0"},"west":{"uv":[2.0625,3.6875,2.125,4.0625],"texture":"#0"},"up":{"uv":[5,5.6875,5.0625,5.625],"texture":"#0"},"down":{"uv":[5,5.8125,5.0625,5.875],"texture":"#0"}}},{"from":[7.5,9.25,12.5],"to":[7.75,10,12.75],"faces":{"north":{"uv":[3.4375,3.1875,3.375,3.375],"texture":"#0"},"east":{"uv":[3.4375,6,3.375,6.1875],"texture":"#0"},"south":{"uv":[3.375,4.4375,3.4375,4.625],"texture":"#0"},"west":{"uv":[3.375,4.75,3.4375,4.9375],"texture":"#0"},"up":{"uv":[5,4.1875,5.0625,4.125],"texture":"#0"},"down":{"uv":[5,4.3125,5.0625,4.375],"texture":"#0"}}},{"from":[7.5,9.5,3.5],"to":[8,10.75,3.75],"faces":{"north":{"uv":[0.75,11.6875,0.625,12],"texture":"#0"},"east":{"uv":[2.6875,11.25,2.625,11.5625],"texture":"#0"},"south":{"uv":[0.625,12.125,0.75,12.4375],"texture":"#0"},"west":{"uv":[2.625,10.8125,2.6875,11.125],"texture":"#0"},"up":{"uv":[8.5,11.75,8.625,11.6875],"texture":"#0"},"down":{"uv":[8.25,11.6875,8.375,11.75],"texture":"#0"}}},{"from":[7.5,9.5,3.75],"to":[7.75,10,4],"faces":{"north":{"uv":[4.125,1.125,4.0625,1.25],"texture":"#0"},"east":{"uv":[4.125,0.375,4.0625,0.5],"texture":"#0"},"south":{"uv":[4.0625,0.875,4.125,1],"texture":"#0"},"west":{"uv":[4.0625,0.625,4.125,0.75],"texture":"#0"},"up":{"uv":[5,0.8125,5.0625,0.75],"texture":"#0"},"down":{"uv":[5,0.9375,5.0625,1],"texture":"#0"}}},{"from":[7.5,9.75,4.25],"to":[7.75,11,4.5],"faces":{"north":{"uv":[2.6875,11.6875,2.625,12],"texture":"#0"},"east":{"uv":[2.6875,13,2.625,13.3125],"texture":"#0"},"south":{"uv":[2.625,12.125,2.6875,12.4375],"texture":"#0"},"west":{"uv":[2.625,12.5625,2.6875,12.875],"texture":"#0"},"up":{"uv":[9.3125,10.75,9.375,10.6875],"texture":"#0"},"down":{"uv":[9.125,10.6875,9.1875,10.75],"texture":"#0"}}},{"from":[7.5,9.75,11.25],"to":[7.75,11,11.5],"faces":{"north":{"uv":[15.75,13.4375,15.6875,13.75],"texture":"#0"},"east":{"uv":[14.4375,13.4375,14.375,13.75],"texture":"#0"},"south":{"uv":[15.5,13.4375,15.5625,13.75],"texture":"#0"},"west":{"uv":[14.5625,13.4375,14.625,13.75],"texture":"#0"},"up":{"uv":[11.5625,10.75,11.625,10.6875],"texture":"#0"},"down":{"uv":[11.375,10.6875,11.4375,10.75],"texture":"#0"}}},{"from":[7.5,10,4.5],"to":[7.75,11.25,4.75],"faces":{"north":{"uv":[14.25,13.4375,14.1875,13.75],"texture":"#0"},"east":{"uv":[13.6875,13.4375,13.625,13.75],"texture":"#0"},"south":{"uv":[14,13.4375,14.0625,13.75],"texture":"#0"},"west":{"uv":[13.8125,13.4375,13.875,13.75],"texture":"#0"},"up":{"uv":[14.5625,10.75,14.625,10.6875],"texture":"#0"},"down":{"uv":[14.375,10.6875,14.4375,10.75],"texture":"#0"}}},{"from":[7.5,10,7],"to":[8.25,10.5,7.25],"faces":{"north":{"uv":[11.0625,14.1875,10.875,14.3125],"texture":"#0"},"east":{"uv":[4.3125,11.4375,4.25,11.5625],"texture":"#0"},"south":{"uv":[11.1875,14.1875,11.375,14.3125],"texture":"#0"},"west":{"uv":[4.0625,0.125,4.125,0.25],"texture":"#0"},"up":{"uv":[12.5,12.875,12.6875,12.8125],"texture":"#0"},"down":{"uv":[12.8125,12.8125,13,12.875],"texture":"#0"}}},{"from":[7.5,10,8.5],"to":[8.25,10.5,8.75],"faces":{"north":{"uv":[12,14.1875,11.8125,14.3125],"texture":"#0"},"east":{"uv":[4.3125,10.9375,4.25,11.0625],"texture":"#0"},"south":{"uv":[12.125,14.1875,12.3125,14.3125],"texture":"#0"},"west":{"uv":[4.25,11.1875,4.3125,11.3125],"texture":"#0"},"up":{"uv":[10.625,12.875,10.8125,12.8125],"texture":"#0"},"down":{"uv":[10.9375,12.8125,11.125,12.875],"texture":"#0"}}},{"from":[7.5,10.25,4.75],"to":[7.75,12.5,5],"faces":{"north":{"uv":[0.5,11.125,0.4375,11.6875],"texture":"#0"},"east":{"uv":[0.5,9.0625,0.4375,9.625],"texture":"#0"},"south":{"uv":[0.4375,10.4375,0.5,11],"texture":"#0"},"west":{"uv":[0.4375,9.75,0.5,10.3125],"texture":"#0"},"up":{"uv":[5.375,3.25,5.4375,3.1875],"texture":"#0"},"down":{"uv":[5.375,3.375,5.4375,3.4375],"texture":"#0"}}},{"from":[7.5,10.25,6.25],"to":[7.75,10.75,6.5],"faces":{"north":{"uv":[4.3125,10.6875,4.25,10.8125],"texture":"#0"},"east":{"uv":[4.3125,9.9375,4.25,10.0625],"texture":"#0"},"south":{"uv":[4.25,10.4375,4.3125,10.5625],"texture":"#0"},"west":{"uv":[4.25,10.1875,4.3125,10.3125],"texture":"#0"},"up":{"uv":[5.375,0.625,5.4375,0.5625],"texture":"#0"},"down":{"uv":[5.375,0.75,5.4375,0.8125],"texture":"#0"}}},{"from":[7.5,10.25,9.25],"to":[7.75,10.75,9.5],"faces":{"north":{"uv":[4.3125,9.6875,4.25,9.8125],"texture":"#0"},"east":{"uv":[4.3125,8.9375,4.25,9.0625],"texture":"#0"},"south":{"uv":[4.25,9.4375,4.3125,9.5625],"texture":"#0"},"west":{"uv":[4.25,9.1875,4.3125,9.3125],"texture":"#0"},"up":{"uv":[10.625,10.5625,10.6875,10.5],"texture":"#0"},"down":{"uv":[10.4375,10.5,10.5,10.5625],"texture":"#0"}}},{"from":[7.5,10.25,10.75],"to":[7.75,12.5,11],"faces":{"north":{"uv":[0.6875,8.75,0.625,9.3125],"texture":"#0"},"east":{"uv":[0.5,5.625,0.4375,6.1875],"texture":"#0"},"south":{"uv":[0.625,10.125,0.6875,10.6875],"texture":"#0"},"west":{"uv":[0.4375,4.9375,0.5,5.5],"texture":"#0"},"up":{"uv":[13.625,10.5625,13.6875,10.5],"texture":"#0"},"down":{"uv":[13.4375,10.5,13.5,10.5625],"texture":"#0"}}},{"from":[7.5,10.5,5],"to":[7.75,12.25,5.25],"faces":{"north":{"uv":[1.25,11.4375,1.1875,11.875],"texture":"#0"},"east":{"uv":[1.25,9.75,1.1875,10.1875],"texture":"#0"},"south":{"uv":[1.1875,10.875,1.25,11.3125],"texture":"#0"},"west":{"uv":[1.1875,10.3125,1.25,10.75],"texture":"#0"},"up":{"uv":[5.5625,10,5.625,9.9375],"texture":"#0"},"down":{"uv":[5.5625,10.125,5.625,10.1875],"texture":"#0"}}},{"from":[7.5,10.5,10.5],"to":[7.75,12.25,10.75],"faces":{"north":{"uv":[1.25,8.0625,1.1875,8.5],"texture":"#0"},"east":{"uv":[1.4375,5.625,1.375,6.0625],"texture":"#0"},"south":{"uv":[1.1875,2.4375,1.25,2.875],"texture":"#0"},"west":{"uv":[1.375,6.1875,1.4375,6.625],"texture":"#0"},"up":{"uv":[5.5625,8.125,5.625,8.0625],"texture":"#0"},"down":{"uv":[5.5625,8.25,5.625,8.3125],"texture":"#0"}}},{"from":[7.5,10.75,5.25],"to":[7.75,11.5,5.5],"faces":{"north":{"uv":[3.8125,5.9375,3.75,6.125],"texture":"#0"},"east":{"uv":[3.8125,7.1875,3.75,7.375],"texture":"#0"},"south":{"uv":[3.75,6.25,3.8125,6.4375],"texture":"#0"},"west":{"uv":[3.75,6.875,3.8125,7.0625],"texture":"#0"},"up":{"uv":[5.5625,4.375,5.625,4.3125],"texture":"#0"},"down":{"uv":[5.5625,4.5,5.625,4.5625],"texture":"#0"}}},{"from":[7.5,10.75,6.5],"to":[8.25,11,6.75],"faces":{"north":{"uv":[3.9375,11.625,3.75,11.6875],"texture":"#0"},"east":{"uv":[5.625,0.5625,5.5625,0.625],"texture":"#0"},"south":{"uv":[3.75,11.8125,3.9375,11.875],"texture":"#0"},"west":{"uv":[5.5625,0.75,5.625,0.8125],"texture":"#0"},"up":{"uv":[3.75,10.375,3.9375,10.3125],"texture":"#0"},"down":{"uv":[3.75,10.125,3.9375,10.1875],"texture":"#0"}}},{"from":[7.5,10.75,7],"to":[8.75,11.25,7.25],"faces":{"north":{"uv":[8,15.5625,7.6875,15.6875],"texture":"#0"},"east":{"uv":[4.3125,8.4375,4.25,8.5625],"texture":"#0"},"south":{"uv":[7.0625,15.5625,7.375,15.6875],"texture":"#0"},"west":{"uv":[4.25,8.6875,4.3125,8.8125],"texture":"#0"},"up":{"uv":[7.0625,13.75,7.375,13.6875],"texture":"#0"},"down":{"uv":[7.0625,13.5,7.375,13.5625],"texture":"#0"}}},{"from":[7.5,10.75,8.5],"to":[8.75,11.25,8.75],"faces":{"north":{"uv":[4.625,15.125,4.3125,15.25],"texture":"#0"},"east":{"uv":[4.3125,7.9375,4.25,8.0625],"texture":"#0"},"south":{"uv":[3.875,15.125,4.1875,15.25],"texture":"#0"},"west":{"uv":[4.25,8.1875,4.3125,8.3125],"texture":"#0"},"up":{"uv":[5.875,13.75,6.1875,13.6875],"texture":"#0"},"down":{"uv":[5.875,13.5,6.1875,13.5625],"texture":"#0"}}},{"from":[7.5,10.75,9],"to":[8.25,11,9.25],"faces":{"north":{"uv":[10,12.375,9.8125,12.4375],"texture":"#0"},"east":{"uv":[10.875,10.3125,10.8125,10.375],"texture":"#0"},"south":{"uv":[8.875,12.375,9.0625,12.4375],"texture":"#0"},"west":{"uv":[10.625,10.3125,10.6875,10.375],"texture":"#0"},"up":{"uv":[11.375,12.4375,11.5625,12.375],"texture":"#0"},"down":{"uv":[11.6875,12.375,11.875,12.4375],"texture":"#0"}}},{"from":[7.5,10.75,10.25],"to":[7.75,12.25,10.5],"faces":{"north":{"uv":[2.3125,7.875,2.25,8.25],"texture":"#0"},"east":{"uv":[2.3125,6.375,2.25,6.75],"texture":"#0"},"south":{"uv":[2.25,7.375,2.3125,7.75],"texture":"#0"},"west":{"uv":[2.25,6.875,2.3125,7.25],"texture":"#0"},"up":{"uv":[11.1875,10.375,11.25,10.3125],"texture":"#0"},"down":{"uv":[11,10.3125,11.0625,10.375],"texture":"#0"}}},{"from":[7.5,11,5.5],"to":[8,12,5.75],"faces":{"north":{"uv":[1,5.875,0.875,6.125],"texture":"#0"},"east":{"uv":[3.25,12.0625,3.1875,12.3125],"texture":"#0"},"south":{"uv":[0.875,4.25,1,4.5],"texture":"#0"},"west":{"uv":[3.1875,8.6875,3.25,8.9375],"texture":"#0"},"up":{"uv":[9,11.75,9.125,11.6875],"texture":"#0"},"down":{"uv":[8.75,11.6875,8.875,11.75],"texture":"#0"}}},{"from":[7.5,11,6.75],"to":[8.5,11.25,7],"faces":{"north":{"uv":[4.9375,12.8125,4.6875,12.875],"texture":"#0"},"east":{"uv":[15.75,10.3125,15.6875,10.375],"texture":"#0"},"south":{"uv":[4.3125,12.8125,4.5625,12.875],"texture":"#0"},"west":{"uv":[15.5,10.3125,15.5625,10.375],"texture":"#0"},"up":{"uv":[5.0625,12.875,5.3125,12.8125],"texture":"#0"},"down":{"uv":[5.4375,12.8125,5.6875,12.875],"texture":"#0"}}},{"from":[7.5,11,8.75],"to":[8.5,11.25,9],"faces":{"north":{"uv":[3.4375,12.8125,3.1875,12.875],"texture":"#0"},"east":{"uv":[5.8125,8.4375,5.75,8.5],"texture":"#0"},"south":{"uv":[14.375,13.0625,14.625,13.125],"texture":"#0"},"west":{"uv":[5.75,8.625,5.8125,8.6875],"texture":"#0"},"up":{"uv":[3.5625,12.875,3.8125,12.8125],"texture":"#0"},"down":{"uv":[3.9375,12.8125,4.1875,12.875],"texture":"#0"}}},{"from":[7.5,11,10],"to":[8,11.25,10.25],"faces":{"north":{"uv":[9.875,11.6875,9.75,11.75],"texture":"#0"},"east":{"uv":[5.8125,6.9375,5.75,7],"texture":"#0"},"south":{"uv":[10,11.6875,10.125,11.75],"texture":"#0"},"west":{"uv":[5.75,7.125,5.8125,7.1875],"texture":"#0"},"up":{"uv":[9.5,11.75,9.625,11.6875],"texture":"#0"},"down":{"uv":[9.25,11.6875,9.375,11.75],"texture":"#0"}}},{"from":[7.5,11,11],"to":[8,11.25,11.25],"faces":{"north":{"uv":[10.875,11.6875,10.75,11.75],"texture":"#0"},"east":{"uv":[5.8125,5.0625,5.75,5.125],"texture":"#0"},"south":{"uv":[11,11.6875,11.125,11.75],"texture":"#0"},"west":{"uv":[5.75,5.25,5.8125,5.3125],"texture":"#0"},"up":{"uv":[10.5,11.75,10.625,11.6875],"texture":"#0"},"down":{"uv":[10.25,11.6875,10.375,11.75],"texture":"#0"}}},{"from":[7.5,11.25,5.75],"to":[8.25,12,6],"faces":{"north":{"uv":[13.8125,15.0625,13.625,15.25],"texture":"#0"},"east":{"uv":[3.25,0.5,3.1875,0.6875],"texture":"#0"},"south":{"uv":[10.25,15.0625,10.4375,15.25],"texture":"#0"},"west":{"uv":[3.1875,0.1875,3.25,0.375],"texture":"#0"},"up":{"uv":[8.1875,12.6875,8.375,12.625],"texture":"#0"},"down":{"uv":[8.5,12.625,8.6875,12.6875],"texture":"#0"}}},{"from":[7.5,11.25,6.5],"to":[8.5,11.5,6.75],"faces":{"north":{"uv":[6.9375,13.25,6.6875,13.3125],"texture":"#0"},"east":{"uv":[5.8125,0.5625,5.75,0.625],"texture":"#0"},"south":{"uv":[6.125,13.0625,6.375,13.125],"texture":"#0"},"west":{"uv":[5.75,0.75,5.8125,0.8125],"texture":"#0"},"up":{"uv":[7.8125,13.3125,8.0625,13.25],"texture":"#0"},"down":{"uv":[3.75,13.0625,4,13.125],"texture":"#0"}}},{"from":[7.5,11.25,6.75],"to":[8.25,11.5,7],"faces":{"north":{"uv":[13.3125,12.8125,13.125,12.875],"texture":"#0"},"east":{"uv":[6.9375,10.125,6.875,10.1875],"texture":"#0"},"south":{"uv":[12.1875,12.8125,12.375,12.875],"texture":"#0"},"west":{"uv":[6.6875,10.125,6.75,10.1875],"texture":"#0"},"up":{"uv":[13.4375,12.875,13.625,12.8125],"texture":"#0"},"down":{"uv":[4.75,12.625,4.9375,12.6875],"texture":"#0"}}},{"from":[7.5,11.25,8.75],"to":[8.25,11.5,9.25],"faces":{"north":{"uv":[11.4375,12.8125,11.25,12.875],"texture":"#0"},"east":{"uv":[11.625,11.6875,11.5,11.75],"texture":"#0"},"south":{"uv":[8.125,12.8125,8.3125,12.875],"texture":"#0"},"west":{"uv":[11.25,11.6875,11.375,11.75],"texture":"#0"},"up":{"uv":[10.5625,14.3125,10.75,14.1875],"texture":"#0"},"down":{"uv":[10.25,14.1875,10.4375,14.3125],"texture":"#0"}}},{"from":[7.5,11.25,9.75],"to":[8.25,12,10],"faces":{"north":{"uv":[15.4375,15.0625,15.25,15.25],"texture":"#0"},"east":{"uv":[3.25,0.8125,3.1875,1],"texture":"#0"},"south":{"uv":[9.25,15.0625,9.4375,15.25],"texture":"#0"},"west":{"uv":[3.375,7.875,3.4375,8.0625],"texture":"#0"},"up":{"uv":[14.375,12.25,14.5625,12.1875],"texture":"#0"},"down":{"uv":[7.8125,12.8125,8,12.875],"texture":"#0"}}},{"from":[7.5,11.5,4.5],"to":[8.25,12.25,4.75],"faces":{"north":{"uv":[15.75,15.0625,15.5625,15.25],"texture":"#0"},"east":{"uv":[3.4375,9.75,3.375,9.9375],"texture":"#0"},"south":{"uv":[6.25,15.0625,6.4375,15.25],"texture":"#0"},"west":{"uv":[3.375,7.5625,3.4375,7.75],"texture":"#0"},"up":{"uv":[13.875,12.4375,14.0625,12.375],"texture":"#0"},"down":{"uv":[15.625,12.8125,15.8125,12.875],"texture":"#0"}}},{"from":[7.5,11.5,6.25],"to":[8.25,11.75,6.5],"faces":{"north":{"uv":[12.4375,12.625,12.25,12.6875],"texture":"#0"},"east":{"uv":[6,4.3125,5.9375,4.375],"texture":"#0"},"south":{"uv":[13.5,12.625,13.6875,12.6875],"texture":"#0"},"west":{"uv":[5.9375,4.5,6,4.5625],"texture":"#0"},"up":{"uv":[11.3125,12.6875,11.5,12.625],"texture":"#0"},"down":{"uv":[7.25,12.625,7.4375,12.6875],"texture":"#0"}}},{"from":[7.5,11.5,9.25],"to":[8.25,11.75,9.5],"faces":{"north":{"uv":[14.375,12.375,14.1875,12.4375],"texture":"#0"},"east":{"uv":[6,1.6875,5.9375,1.75],"texture":"#0"},"south":{"uv":[10,12.1875,10.1875,12.25],"texture":"#0"},"west":{"uv":[5.9375,1.875,6,1.9375],"texture":"#0"},"up":{"uv":[13.5625,12.4375,13.75,12.375],"texture":"#0"},"down":{"uv":[4.1875,12.375,4.375,12.4375],"texture":"#0"}}},{"from":[7.5,11.5,11],"to":[8.25,12.25,11.25],"faces":{"north":{"uv":[8.125,15.0625,7.9375,15.25],"texture":"#0"},"east":{"uv":[3.4375,8.1875,3.375,8.375],"texture":"#0"},"south":{"uv":[0.875,14.75,1.0625,14.9375],"texture":"#0"},"west":{"uv":[3.5625,6.75,3.625,6.9375],"texture":"#0"},"up":{"uv":[10.625,12.25,10.8125,12.1875],"texture":"#0"},"down":{"uv":[10.3125,12.1875,10.5,12.25],"texture":"#0"}}},{"from":[7.5,11.75,4.25],"to":[8.25,12.25,4.5],"faces":{"north":{"uv":[9.1875,14.1875,9,14.3125],"texture":"#0"},"east":{"uv":[4.3125,7.6875,4.25,7.8125],"texture":"#0"},"south":{"uv":[5.25,14.1875,5.4375,14.3125],"texture":"#0"},"west":{"uv":[4.0625,5.875,4.125,6],"texture":"#0"},"up":{"uv":[13.8125,12.6875,14,12.625],"texture":"#0"},"down":{"uv":[7.875,12.625,8.0625,12.6875],"texture":"#0"}}},{"from":[7.5,11.75,11.25],"to":[8.25,12.25,11.5],"faces":{"north":{"uv":[14.1875,14.1875,14,14.3125],"texture":"#0"},"east":{"uv":[4.3125,7.1875,4.25,7.3125],"texture":"#0"},"south":{"uv":[13.0625,14.1875,13.25,14.3125],"texture":"#0"},"west":{"uv":[4.25,7.4375,4.3125,7.5625],"texture":"#0"},"up":{"uv":[3.5625,12.4375,3.75,12.375],"texture":"#0"},"down":{"uv":[15.375,12.625,15.5625,12.6875],"texture":"#0"}}},{"from":[7.5,12,5.25],"to":[8.5,12.25,5.5],"faces":{"north":{"uv":[12.5625,13.25,12.3125,13.3125],"texture":"#0"},"east":{"uv":[6.1875,7.6875,6.125,7.75],"texture":"#0"},"south":{"uv":[12.6875,13.25,12.9375,13.3125],"texture":"#0"},"west":{"uv":[6.125,7.875,6.1875,7.9375],"texture":"#0"},"up":{"uv":[11.9375,13.3125,12.1875,13.25],"texture":"#0"},"down":{"uv":[11.5625,13.25,11.8125,13.3125],"texture":"#0"}}},{"from":[7.5,12,7.75],"to":[8.75,12.5,8],"faces":{"north":{"uv":[12.875,15.5625,12.5625,15.6875],"texture":"#0"},"east":{"uv":[4.3125,6.6875,4.25,6.8125],"texture":"#0"},"south":{"uv":[13.0625,15.5625,13.375,15.6875],"texture":"#0"},"west":{"uv":[4.25,6.9375,4.3125,7.0625],"texture":"#0"},"up":{"uv":[13.5,14.0625,13.8125,14],"texture":"#0"},"down":{"uv":[13.9375,14,14.25,14.0625],"texture":"#0"}}},{"from":[7.5,12.25,7.5],"to":[8.75,12.5,7.75],"faces":{"north":{"uv":[12.5,14,12.1875,14.0625],"texture":"#0"},"east":{"uv":[6.1875,2.4375,6.125,2.5],"texture":"#0"},"south":{"uv":[11.75,14,12.0625,14.0625],"texture":"#0"},"west":{"uv":[6.125,2.625,6.1875,2.6875],"texture":"#0"},"up":{"uv":[12.625,14.0625,12.9375,14],"texture":"#0"},"down":{"uv":[13.0625,14,13.375,14.0625],"texture":"#0"}}},{"from":[7.5,12.25,8],"to":[8.75,12.5,8.25],"faces":{"north":{"uv":[9,14,8.6875,14.0625],"texture":"#0"},"east":{"uv":[8.0625,9.75,8,9.8125],"texture":"#0"},"south":{"uv":[8.25,14,8.5625,14.0625],"texture":"#0"},"west":{"uv":[7.8125,9.75,7.875,9.8125],"texture":"#0"},"up":{"uv":[9.125,14.0625,9.4375,14],"texture":"#0"},"down":{"uv":[11.3125,14,11.625,14.0625],"texture":"#0"}}},{"from":[7.5,12.5,7.25],"to":[8.5,12.75,7.5],"faces":{"north":{"uv":[5.625,13.0625,5.375,13.125],"texture":"#0"},"east":{"uv":[9.5625,9.75,9.5,9.8125],"texture":"#0"},"south":{"uv":[7.125,13.0625,7.375,13.125],"texture":"#0"},"west":{"uv":[9.3125,9.75,9.375,9.8125],"texture":"#0"},"up":{"uv":[5,13.125,5.25,13.0625],"texture":"#0"},"down":{"uv":[4.625,13.0625,4.875,13.125],"texture":"#0"}}},{"from":[7.5,12.5,8.25],"to":[8.5,12.75,8.5],"faces":{"north":{"uv":[10.375,13.0625,10.125,13.125],"texture":"#0"},"east":{"uv":[13.3125,9.75,13.25,9.8125],"texture":"#0"},"south":{"uv":[11.25,13.0625,11.5,13.125],"texture":"#0"},"west":{"uv":[13.0625,9.75,13.125,9.8125],"texture":"#0"},"up":{"uv":[9.75,13.125,10,13.0625],"texture":"#0"},"down":{"uv":[7.5,13.0625,7.75,13.125],"texture":"#0"}}},{"from":[7.5,12.75,7],"to":[8.25,13.5,7.25],"faces":{"north":{"uv":[8.4375,15.0625,8.25,15.25],"texture":"#0"},"east":{"uv":[3.8125,4.25,3.75,4.4375],"texture":"#0"},"south":{"uv":[12.625,15.0625,12.8125,15.25],"texture":"#0"},"west":{"uv":[3.5625,0.8125,3.625,1],"texture":"#0"},"up":{"uv":[3.75,9.4375,3.9375,9.375],"texture":"#0"},"down":{"uv":[15.625,12.1875,15.8125,12.25],"texture":"#0"}}},{"from":[7.5,12.75,8.5],"to":[8.25,13.5,8.75],"faces":{"north":{"uv":[14.125,15.0625,13.9375,15.25],"texture":"#0"},"east":{"uv":[3.8125,3.25,3.75,3.4375],"texture":"#0"},"south":{"uv":[14.25,15.0625,14.4375,15.25],"texture":"#0"},"west":{"uv":[3.75,3.5625,3.8125,3.75],"texture":"#0"},"up":{"uv":[3.75,3.9375,3.9375,3.875],"texture":"#0"},"down":{"uv":[3.75,4.0625,3.9375,4.125],"texture":"#0"}}},{"from":[7.5,13.75,7.75],"to":[9,14,8],"faces":{"north":{"uv":[9.1875,14.4375,8.8125,14.5],"texture":"#0"},"east":{"uv":[6.375,5.8125,6.3125,5.875],"texture":"#0"},"south":{"uv":[8.3125,14.4375,8.6875,14.5],"texture":"#0"},"west":{"uv":[6.3125,6,6.375,6.0625],"texture":"#0"},"up":{"uv":[9.3125,14.5,9.6875,14.4375],"texture":"#0"},"down":{"uv":[9.8125,14.4375,10.1875,14.5],"texture":"#0"}}},{"from":[7.75,0.5,7.75],"to":[8,0.75,8],"faces":{"north":{"uv":[6.375,0.75,6.3125,0.8125],"texture":"#0"},"east":{"uv":[6.375,0.1875,6.3125,0.25],"texture":"#0"},"south":{"uv":[6.3125,0.5625,6.375,0.625],"texture":"#0"},"west":{"uv":[6.3125,0.375,6.375,0.4375],"texture":"#0"},"up":{"uv":[6.3125,1,6.375,0.9375],"texture":"#0"},"down":{"uv":[6.3125,1.125,6.375,1.1875],"texture":"#0"}}},{"from":[7.75,0.75,7.5],"to":[8,1.25,7.75],"faces":{"north":{"uv":[4.3125,6.4375,4.25,6.5625],"texture":"#0"},"east":{"uv":[4.3125,5.6875,4.25,5.8125],"texture":"#0"},"south":{"uv":[4.25,6.1875,4.3125,6.3125],"texture":"#0"},"west":{"uv":[4.25,5.9375,4.3125,6.0625],"texture":"#0"},"up":{"uv":[7.8125,9.625,7.875,9.5625],"texture":"#0"},"down":{"uv":[7.625,9.5625,7.6875,9.625],"texture":"#0"}}},{"from":[7.75,0.75,8],"to":[8,1.25,8.25],"faces":{"north":{"uv":[4.3125,5.4375,4.25,5.5625],"texture":"#0"},"east":{"uv":[4.3125,4.6875,4.25,4.8125],"texture":"#0"},"south":{"uv":[4.25,5.1875,4.3125,5.3125],"texture":"#0"},"west":{"uv":[4.25,4.9375,4.3125,5.0625],"texture":"#0"},"up":{"uv":[9.3125,9.625,9.375,9.5625],"texture":"#0"},"down":{"uv":[9.125,9.5625,9.1875,9.625],"texture":"#0"}}},{"from":[7.75,1.25,7.25],"to":[8,1.75,7.5],"faces":{"north":{"uv":[4.3125,4.4375,4.25,4.5625],"texture":"#0"},"east":{"uv":[4.3125,3.6875,4.25,3.8125],"texture":"#0"},"south":{"uv":[4.25,4.1875,4.3125,4.3125],"texture":"#0"},"west":{"uv":[4.25,3.9375,4.3125,4.0625],"texture":"#0"},"up":{"uv":[5.9375,10.9375,6,10.875],"texture":"#0"},"down":{"uv":[5.75,10.875,5.8125,10.9375],"texture":"#0"}}},{"from":[7.75,1.25,8.25],"to":[8,1.75,8.5],"faces":{"north":{"uv":[4.3125,3.4375,4.25,3.5625],"texture":"#0"},"east":{"uv":[4.3125,2.6875,4.25,2.8125],"texture":"#0"},"south":{"uv":[4.25,3.1875,4.3125,3.3125],"texture":"#0"},"west":{"uv":[4.25,2.9375,4.3125,3.0625],"texture":"#0"},"up":{"uv":[7.0625,10.9375,7.125,10.875],"texture":"#0"},"down":{"uv":[6.875,10.875,6.9375,10.9375],"texture":"#0"}}},{"from":[7.75,1.75,7],"to":[8,2,7.25],"faces":{"north":{"uv":[8.4375,10.875,8.375,10.9375],"texture":"#0"},"east":{"uv":[9,10.875,8.9375,10.9375],"texture":"#0"},"south":{"uv":[8.5625,10.875,8.625,10.9375],"texture":"#0"},"west":{"uv":[8.75,10.875,8.8125,10.9375],"texture":"#0"},"up":{"uv":[8.1875,10.9375,8.25,10.875],"texture":"#0"},"down":{"uv":[8,10.875,8.0625,10.9375],"texture":"#0"}}},{"from":[7.75,1.75,8.5],"to":[8,2,8.75],"faces":{"north":{"uv":[9.5625,10.875,9.5,10.9375],"texture":"#0"},"east":{"uv":[10.125,10.875,10.0625,10.9375],"texture":"#0"},"south":{"uv":[9.6875,10.875,9.75,10.9375],"texture":"#0"},"west":{"uv":[9.875,10.875,9.9375,10.9375],"texture":"#0"},"up":{"uv":[9.3125,10.9375,9.375,10.875],"texture":"#0"},"down":{"uv":[9.125,10.875,9.1875,10.9375],"texture":"#0"}}},{"from":[7.75,2.25,7],"to":[8,2.5,7.25],"faces":{"north":{"uv":[10.6875,10.875,10.625,10.9375],"texture":"#0"},"east":{"uv":[11.25,10.875,11.1875,10.9375],"texture":"#0"},"south":{"uv":[10.8125,10.875,10.875,10.9375],"texture":"#0"},"west":{"uv":[11,10.875,11.0625,10.9375],"texture":"#0"},"up":{"uv":[10.4375,10.9375,10.5,10.875],"texture":"#0"},"down":{"uv":[10.25,10.875,10.3125,10.9375],"texture":"#0"}}},{"from":[7.75,2.25,7.75],"to":[8.75,2.5,8],"faces":{"north":{"uv":[9.25,13.0625,9,13.125],"texture":"#0"},"east":{"uv":[12.375,10.875,12.3125,10.9375],"texture":"#0"},"south":{"uv":[9.375,13.0625,9.625,13.125],"texture":"#0"},"west":{"uv":[12.125,10.875,12.1875,10.9375],"texture":"#0"},"up":{"uv":[8.625,13.125,8.875,13.0625],"texture":"#0"},"down":{"uv":[5.75,13.0625,6,13.125],"texture":"#0"}}},{"from":[7.75,2.25,8.5],"to":[8,2.5,8.75],"faces":{"north":{"uv":[12.9375,10.875,12.875,10.9375],"texture":"#0"},"east":{"uv":[13.5,10.875,13.4375,10.9375],"texture":"#0"},"south":{"uv":[13.0625,10.875,13.125,10.9375],"texture":"#0"},"west":{"uv":[13.25,10.875,13.3125,10.9375],"texture":"#0"},"up":{"uv":[12.6875,10.9375,12.75,10.875],"texture":"#0"},"down":{"uv":[12.5,10.875,12.5625,10.9375],"texture":"#0"}}},{"from":[7.75,2.75,7.25],"to":[8,3.25,7.5],"faces":{"north":{"uv":[4.3125,2.4375,4.25,2.5625],"texture":"#0"},"east":{"uv":[4.3125,1.6875,4.25,1.8125],"texture":"#0"},"south":{"uv":[4.25,2.1875,4.3125,2.3125],"texture":"#0"},"west":{"uv":[4.25,1.9375,4.3125,2.0625],"texture":"#0"},"up":{"uv":[13.8125,10.9375,13.875,10.875],"texture":"#0"},"down":{"uv":[13.625,10.875,13.6875,10.9375],"texture":"#0"}}},{"from":[7.75,2.75,8.25],"to":[8,3.25,8.5],"faces":{"north":{"uv":[4.3125,1.4375,4.25,1.5625],"texture":"#0"},"east":{"uv":[4.3125,0.6875,4.25,0.8125],"texture":"#0"},"south":{"uv":[4.25,1.1875,4.3125,1.3125],"texture":"#0"},"west":{"uv":[4.25,0.9375,4.3125,1.0625],"texture":"#0"},"up":{"uv":[14.9375,10.9375,15,10.875],"texture":"#0"},"down":{"uv":[14.75,10.875,14.8125,10.9375],"texture":"#0"}}},{"from":[7.75,3,7.5],"to":[8,6.5,7.75],"faces":{"north":{"uv":[0.25,0.8125,0.1875,1.6875],"texture":"#0"},"east":{"uv":[0.0625,0.8125,0,1.6875],"texture":"#0"},"south":{"uv":[0.1875,3.8125,0.25,4.6875],"texture":"#0"},"west":{"uv":[0,3.8125,0.0625,4.6875],"texture":"#0"},"up":{"uv":[5,10.5625,5.0625,10.5],"texture":"#0"},"down":{"uv":[5,10.6875,5.0625,10.75],"texture":"#0"}}},{"from":[7.75,3,8],"to":[8,6.5,8.25],"faces":{"north":{"uv":[0.25,1.8125,0.1875,2.6875],"texture":"#0"},"east":{"uv":[0.25,2.8125,0.1875,3.6875],"texture":"#0"},"south":{"uv":[0,2.8125,0.0625,3.6875],"texture":"#0"},"west":{"uv":[0,1.8125,0.0625,2.6875],"texture":"#0"},"up":{"uv":[5,9.4375,5.0625,9.375],"texture":"#0"},"down":{"uv":[5,9.5625,5.0625,9.625],"texture":"#0"}}},{"from":[7.75,7,7.25],"to":[8.25,7.25,7.5],"faces":{"north":{"uv":[12.375,11.6875,12.25,11.75],"texture":"#0"},"east":{"uv":[5.0625,7.5,5,7.5625],"texture":"#0"},"south":{"uv":[12.5,11.6875,12.625,11.75],"texture":"#0"},"west":{"uv":[5,7.6875,5.0625,7.75],"texture":"#0"},"up":{"uv":[12,11.75,12.125,11.6875],"texture":"#0"},"down":{"uv":[11.75,11.6875,11.875,11.75],"texture":"#0"}}},{"from":[7.75,7.25,7.25],"to":[8,7.75,7.5],"faces":{"north":{"uv":[4.3125,0.4375,4.25,0.5625],"texture":"#0"},"east":{"uv":[4.5,11.1875,4.4375,11.3125],"texture":"#0"},"south":{"uv":[4.25,0.1875,4.3125,0.3125],"texture":"#0"},"west":{"uv":[4.4375,11.4375,4.5,11.5625],"texture":"#0"},"up":{"uv":[5,7.1875,5.0625,7.125],"texture":"#0"},"down":{"uv":[5,7.3125,5.0625,7.375],"texture":"#0"}}},{"from":[7.75,7.25,8.25],"to":[8,7.75,8.5],"faces":{"north":{"uv":[4.5,10.9375,4.4375,11.0625],"texture":"#0"},"east":{"uv":[4.5,10.1875,4.4375,10.3125],"texture":"#0"},"south":{"uv":[4.4375,10.6875,4.5,10.8125],"texture":"#0"},"west":{"uv":[4.4375,10.4375,4.5,10.5625],"texture":"#0"},"up":{"uv":[5,6.0625,5.0625,6],"texture":"#0"},"down":{"uv":[5,6.1875,5.0625,6.25],"texture":"#0"}}},{"from":[7.75,8.25,7],"to":[8,8.75,7.25],"faces":{"north":{"uv":[4.5,9.9375,4.4375,10.0625],"texture":"#0"},"east":{"uv":[4.5,9.1875,4.4375,9.3125],"texture":"#0"},"south":{"uv":[4.4375,9.6875,4.5,9.8125],"texture":"#0"},"west":{"uv":[4.4375,9.4375,4.5,9.5625],"texture":"#0"},"up":{"uv":[5,4.9375,5.0625,4.875],"texture":"#0"},"down":{"uv":[5,5.0625,5.0625,5.125],"texture":"#0"}}},{"from":[7.75,8.25,8.5],"to":[8,8.75,8.75],"faces":{"north":{"uv":[4.5,8.9375,4.4375,9.0625],"texture":"#0"},"east":{"uv":[4.5,8.1875,4.4375,8.3125],"texture":"#0"},"south":{"uv":[4.4375,8.6875,4.5,8.8125],"texture":"#0"},"west":{"uv":[4.4375,8.4375,4.5,8.5625],"texture":"#0"},"up":{"uv":[5,3.8125,5.0625,3.75],"texture":"#0"},"down":{"uv":[5,3.9375,5.0625,4],"texture":"#0"}}},{"from":[7.75,9,7],"to":[8,9.5,7.25],"faces":{"north":{"uv":[4.5,7.9375,4.4375,8.0625],"texture":"#0"},"east":{"uv":[4.5,7.1875,4.4375,7.3125],"texture":"#0"},"south":{"uv":[4.4375,7.6875,4.5,7.8125],"texture":"#0"},"west":{"uv":[4.4375,7.4375,4.5,7.5625],"texture":"#0"},"up":{"uv":[5,2.6875,5.0625,2.625],"texture":"#0"},"down":{"uv":[5,2.8125,5.0625,2.875],"texture":"#0"}}},{"from":[7.75,9,8.5],"to":[8,9.5,8.75],"faces":{"north":{"uv":[4.5,6.9375,4.4375,7.0625],"texture":"#0"},"east":{"uv":[4.5,6.1875,4.4375,6.3125],"texture":"#0"},"south":{"uv":[4.4375,6.6875,4.5,6.8125],"texture":"#0"},"west":{"uv":[4.4375,6.4375,4.5,6.5625],"texture":"#0"},"up":{"uv":[5,1.5625,5.0625,1.5],"texture":"#0"},"down":{"uv":[5,1.6875,5.0625,1.75],"texture":"#0"}}},{"from":[7.75,9.5,3.25],"to":[8,11.25,3.5],"faces":{"north":{"uv":[1.25,12,1.1875,12.4375],"texture":"#0"},"east":{"uv":[1.25,9.1875,1.1875,9.625],"texture":"#0"},"south":{"uv":[1.375,9.5625,1.4375,10],"texture":"#0"},"west":{"uv":[1.1875,0.75,1.25,1.1875],"texture":"#0"},"up":{"uv":[5,0.4375,5.0625,0.375],"texture":"#0"},"down":{"uv":[5,0.5625,5.0625,0.625],"texture":"#0"}}},{"from":[7.75,9.5,12],"to":[8,11.5,12.25],"faces":{"north":{"uv":[1.25,14.25,1.1875,14.75],"texture":"#0"},"east":{"uv":[0.9375,1.75,0.875,2.25],"texture":"#0"},"south":{"uv":[0.875,0.5,0.9375,1],"texture":"#0"},"west":{"uv":[0.875,1.125,0.9375,1.625],"texture":"#0"},"up":{"uv":[5.1875,10,5.25,9.9375],"texture":"#0"},"down":{"uv":[5.1875,10.125,5.25,10.1875],"texture":"#0"}}},{"from":[7.75,9.5,12.25],"to":[8,11.25,12.5],"faces":{"north":{"uv":[1.6875,10.125,1.625,10.5625],"texture":"#0"},"east":{"uv":[1.25,3,1.1875,3.4375],"texture":"#0"},"south":{"uv":[1.625,13.5,1.6875,13.9375],"texture":"#0"},"west":{"uv":[1.375,3.9375,1.4375,4.375],"texture":"#0"},"up":{"uv":[5.1875,8.875,5.25,8.8125],"texture":"#0"},"down":{"uv":[5.1875,9,5.25,9.0625],"texture":"#0"}}},{"from":[7.75,9.75,3],"to":[8,11,3.25],"faces":{"north":{"uv":[2.5,8.625,2.4375,8.9375],"texture":"#0"},"east":{"uv":[2.5,11.6875,2.4375,12],"texture":"#0"},"south":{"uv":[2.4375,10.8125,2.5,11.125],"texture":"#0"},"west":{"uv":[2.4375,11.25,2.5,11.5625],"texture":"#0"},"up":{"uv":[5.1875,7.75,5.25,7.6875],"texture":"#0"},"down":{"uv":[5.1875,7.875,5.25,7.9375],"texture":"#0"}}},{"from":[7.75,9.75,7],"to":[8,10,7.25],"faces":{"north":{"uv":[5.25,6.375,5.1875,6.4375],"texture":"#0"},"east":{"uv":[5.25,5.8125,5.1875,5.875],"texture":"#0"},"south":{"uv":[5.1875,6.1875,5.25,6.25],"texture":"#0"},"west":{"uv":[5.1875,6,5.25,6.0625],"texture":"#0"},"up":{"uv":[5.1875,6.625,5.25,6.5625],"texture":"#0"},"down":{"uv":[5.1875,6.75,5.25,6.8125],"texture":"#0"}}},{"from":[7.75,9.75,7.5],"to":[8.5,10,7.75],"faces":{"north":{"uv":[6.8125,12.625,6.625,12.6875],"texture":"#0"},"east":{"uv":[5.25,4.6875,5.1875,4.75],"texture":"#0"},"south":{"uv":[6.9375,12.625,7.125,12.6875],"texture":"#0"},"west":{"uv":[5.1875,4.875,5.25,4.9375],"texture":"#0"},"up":{"uv":[6,12.6875,6.1875,12.625],"texture":"#0"},"down":{"uv":[5.6875,12.625,5.875,12.6875],"texture":"#0"}}},{"from":[7.75,9.75,8.5],"to":[8,10,8.75],"faces":{"north":{"uv":[5.25,4.125,5.1875,4.1875],"texture":"#0"},"east":{"uv":[5.25,3.5625,5.1875,3.625],"texture":"#0"},"south":{"uv":[5.1875,3.9375,5.25,4],"texture":"#0"},"west":{"uv":[5.1875,3.75,5.25,3.8125],"texture":"#0"},"up":{"uv":[5.1875,4.375,5.25,4.3125],"texture":"#0"},"down":{"uv":[5.1875,4.5,5.25,4.5625],"texture":"#0"}}},{"from":[7.75,9.75,12.5],"to":[8,11,12.75],"faces":{"north":{"uv":[2.5,12.125,2.4375,12.4375],"texture":"#0"},"east":{"uv":[2.5,13.4375,2.4375,13.75],"texture":"#0"},"south":{"uv":[2.4375,12.5625,2.5,12.875],"texture":"#0"},"west":{"uv":[2.4375,13,2.5,13.3125],"texture":"#0"},"up":{"uv":[5.1875,3.25,5.25,3.1875],"texture":"#0"},"down":{"uv":[5.1875,3.375,5.25,3.4375],"texture":"#0"}}},{"from":[7.75,10,2.75],"to":[8,10.5,3],"faces":{"north":{"uv":[4.5,5.9375,4.4375,6.0625],"texture":"#0"},"east":{"uv":[4.5,5.1875,4.4375,5.3125],"texture":"#0"},"south":{"uv":[4.4375,5.6875,4.5,5.8125],"texture":"#0"},"west":{"uv":[4.4375,5.4375,4.5,5.5625],"texture":"#0"},"up":{"uv":[5.1875,2.125,5.25,2.0625],"texture":"#0"},"down":{"uv":[5.1875,2.25,5.25,2.3125],"texture":"#0"}}},{"from":[7.75,10,3.75],"to":[8,11.75,4],"faces":{"north":{"uv":[1.25,3.5625,1.1875,4],"texture":"#0"},"east":{"uv":[1.25,13.125,1.1875,13.5625],"texture":"#0"},"south":{"uv":[1.625,12.9375,1.6875,13.375],"texture":"#0"},"west":{"uv":[1.375,7.875,1.4375,8.3125],"texture":"#0"},"up":{"uv":[5.1875,1,5.25,0.9375],"texture":"#0"},"down":{"uv":[5.1875,1.125,5.25,1.1875],"texture":"#0"}}},{"from":[7.75,10,6.75],"to":[8,11,7],"faces":{"north":{"uv":[3.0625,7.75,3,8],"texture":"#0"},"east":{"uv":[3.0625,6.625,3,6.875],"texture":"#0"},"south":{"uv":[3,7.375,3.0625,7.625],"texture":"#0"},"west":{"uv":[3,7,3.0625,7.25],"texture":"#0"},"up":{"uv":[5.5625,10.75,5.625,10.6875],"texture":"#0"},"down":{"uv":[5.375,10.6875,5.4375,10.75],"texture":"#0"}}},{"from":[7.75,10,8.75],"to":[8,11,9],"faces":{"north":{"uv":[3.0625,6.25,3,6.5],"texture":"#0"},"east":{"uv":[3.0625,5.125,3,5.375],"texture":"#0"},"south":{"uv":[3,5.875,3.0625,6.125],"texture":"#0"},"west":{"uv":[3,5.5,3.0625,5.75],"texture":"#0"},"up":{"uv":[6.6875,10.75,6.75,10.6875],"texture":"#0"},"down":{"uv":[6.5,10.6875,6.5625,10.75],"texture":"#0"}}},{"from":[7.75,10,11.75],"to":[8,11.75,12],"faces":{"north":{"uv":[15.875,15.5625,15.8125,16],"texture":"#0"},"east":{"uv":[1.25,4.125,1.1875,4.5625],"texture":"#0"},"south":{"uv":[1.1875,13.6875,1.25,14.125],"texture":"#0"},"west":{"uv":[1.1875,12.5625,1.25,13],"texture":"#0"},"up":{"uv":[7.8125,10.75,7.875,10.6875],"texture":"#0"},"down":{"uv":[7.625,10.6875,7.6875,10.75],"texture":"#0"}}},{"from":[7.75,10,12.75],"to":[8,10.5,13],"faces":{"north":{"uv":[4.5,4.9375,4.4375,5.0625],"texture":"#0"},"east":{"uv":[4.5,4.1875,4.4375,4.3125],"texture":"#0"},"south":{"uv":[4.4375,4.6875,4.5,4.8125],"texture":"#0"},"west":{"uv":[4.4375,4.4375,4.5,4.5625],"texture":"#0"},"up":{"uv":[8.9375,10.75,9,10.6875],"texture":"#0"},"down":{"uv":[8.75,10.6875,8.8125,10.75],"texture":"#0"}}},{"from":[7.75,10.5,4],"to":[8,12,4.25],"faces":{"north":{"uv":[1.6875,1.3125,1.625,1.6875],"texture":"#0"},"east":{"uv":[1.875,4.375,1.8125,4.75],"texture":"#0"},"south":{"uv":[1.8125,5.875,1.875,6.25],"texture":"#0"},"west":{"uv":[1.8125,4.875,1.875,5.25],"texture":"#0"},"up":{"uv":[10.0625,10.75,10.125,10.6875],"texture":"#0"},"down":{"uv":[9.875,10.6875,9.9375,10.75],"texture":"#0"}}},{"from":[7.75,10.5,6.5],"to":[8.25,10.75,6.75],"faces":{"north":{"uv":[13.375,11.6875,13.25,11.75],"texture":"#0"},"east":{"uv":[12,10.6875,11.9375,10.75],"texture":"#0"},"south":{"uv":[13.5,11.6875,13.625,11.75],"texture":"#0"},"west":{"uv":[11.75,10.6875,11.8125,10.75],"texture":"#0"},"up":{"uv":[13,11.75,13.125,11.6875],"texture":"#0"},"down":{"uv":[12.75,11.6875,12.875,11.75],"texture":"#0"}}},{"from":[7.75,10.5,9],"to":[8.25,10.75,9.25],"faces":{"north":{"uv":[14.375,11.6875,14.25,11.75],"texture":"#0"},"east":{"uv":[13.125,10.6875,13.0625,10.75],"texture":"#0"},"south":{"uv":[14.5,11.6875,14.625,11.75],"texture":"#0"},"west":{"uv":[12.875,10.6875,12.9375,10.75],"texture":"#0"},"up":{"uv":[14,11.75,14.125,11.6875],"texture":"#0"},"down":{"uv":[13.75,11.6875,13.875,11.75],"texture":"#0"}}},{"from":[7.75,10.5,11.5],"to":[8,12,11.75],"faces":{"north":{"uv":[1.875,3.875,1.8125,4.25],"texture":"#0"},"east":{"uv":[2.125,10.1875,2.0625,10.5625],"texture":"#0"},"south":{"uv":[1.8125,3.375,1.875,3.75],"texture":"#0"},"west":{"uv":[1.8125,2.375,1.875,2.75],"texture":"#0"},"up":{"uv":[13.4375,10.75,13.5,10.6875],"texture":"#0"},"down":{"uv":[13.25,10.6875,13.3125,10.75],"texture":"#0"}}},{"from":[7.75,10.75,3.5],"to":[8.25,11.5,3.75],"faces":{"north":{"uv":[2.625,13.875,2.5,14.0625],"texture":"#0"},"east":{"uv":[3.4375,1.9375,3.375,2.125],"texture":"#0"},"south":{"uv":[2.75,13.875,2.875,14.0625],"texture":"#0"},"west":{"uv":[3.375,2.25,3.4375,2.4375],"texture":"#0"},"up":{"uv":[15,11.75,15.125,11.6875],"texture":"#0"},"down":{"uv":[14.75,11.6875,14.875,11.75],"texture":"#0"}}},{"from":[7.75,10.75,4.25],"to":[8,11.75,4.5],"faces":{"north":{"uv":[3.0625,4.75,3,5],"texture":"#0"},"east":{"uv":[3.0625,3.625,3,3.875],"texture":"#0"},"south":{"uv":[3,4.375,3.0625,4.625],"texture":"#0"},"west":{"uv":[3,4,3.0625,4.25],"texture":"#0"},"up":{"uv":[15.6875,10.75,15.75,10.6875],"texture":"#0"},"down":{"uv":[15.5,10.6875,15.5625,10.75],"texture":"#0"}}},{"from":[7.75,10.75,4.5],"to":[8,11.5,4.75],"faces":{"north":{"uv":[3.4375,1.625,3.375,1.8125],"texture":"#0"},"east":{"uv":[3.625,11.4375,3.5625,11.625],"texture":"#0"},"south":{"uv":[3.375,1,3.4375,1.1875],"texture":"#0"},"west":{"uv":[3.375,0.6875,3.4375,0.875],"texture":"#0"},"up":{"uv":[5.375,9.625,5.4375,9.5625],"texture":"#0"},"down":{"uv":[5.375,9.75,5.4375,9.8125],"texture":"#0"}}},{"from":[7.75,10.75,5.75],"to":[8.25,11.25,6],"faces":{"north":{"uv":[14.875,13,14.75,13.125],"texture":"#0"},"east":{"uv":[4.5,3.6875,4.4375,3.8125],"texture":"#0"},"south":{"uv":[15,13,15.125,13.125],"texture":"#0"},"west":{"uv":[4.4375,3.9375,4.5,4.0625],"texture":"#0"},"up":{"uv":[15.5,11.75,15.625,11.6875],"texture":"#0"},"down":{"uv":[15.25,11.6875,15.375,11.75],"texture":"#0"}}},{"from":[7.75,10.75,9.75],"to":[8.25,11.25,10],"faces":{"north":{"uv":[15.375,13,15.25,13.125],"texture":"#0"},"east":{"uv":[4.5,3.1875,4.4375,3.3125],"texture":"#0"},"south":{"uv":[15.5,13,15.625,13.125],"texture":"#0"},"west":{"uv":[4.4375,3.4375,4.5,3.5625],"texture":"#0"},"up":{"uv":[4.625,11.5625,4.75,11.5],"texture":"#0"},"down":{"uv":[15.75,11.6875,15.875,11.75],"texture":"#0"}}},{"from":[7.75,10.75,11],"to":[8,11,11.5],"faces":{"north":{"uv":[5.4375,6,5.375,6.0625],"texture":"#0"},"east":{"uv":[5.25,11.5,5.125,11.5625],"texture":"#0"},"south":{"uv":[5.375,5.8125,5.4375,5.875],"texture":"#0"},"west":{"uv":[4.875,11.5,5,11.5625],"texture":"#0"},"up":{"uv":[4.4375,2.8125,4.5,2.6875],"texture":"#0"},"down":{"uv":[4.4375,2.9375,4.5,3.0625],"texture":"#0"}}},{"from":[7.75,11,4.75],"to":[8,12.25,5.25],"faces":{"north":{"uv":[2.3125,3.75,2.25,4.0625],"texture":"#0"},"east":{"uv":[0.75,11.25,0.625,11.5625],"texture":"#0"},"south":{"uv":[2.25,4.1875,2.3125,4.5],"texture":"#0"},"west":{"uv":[0.625,10.8125,0.75,11.125],"texture":"#0"},"up":{"uv":[4.4375,2.3125,4.5,2.1875],"texture":"#0"},"down":{"uv":[4.4375,2.4375,4.5,2.5625],"texture":"#0"}}},{"from":[7.75,11,5.25],"to":[8,11.5,5.5],"faces":{"north":{"uv":[4.5,1.9375,4.4375,2.0625],"texture":"#0"},"east":{"uv":[4.5,1.1875,4.4375,1.3125],"texture":"#0"},"south":{"uv":[4.4375,1.6875,4.5,1.8125],"texture":"#0"},"west":{"uv":[4.4375,1.4375,4.5,1.5625],"texture":"#0"},"up":{"uv":[5.375,4,5.4375,3.9375],"texture":"#0"},"down":{"uv":[5.375,4.125,5.4375,4.1875],"texture":"#0"}}},{"from":[7.75,11,6],"to":[8.25,12,6.25],"faces":{"north":{"uv":[1.5,13.875,1.375,14.125],"texture":"#0"},"east":{"uv":[3.0625,2.875,3,3.125],"texture":"#0"},"south":{"uv":[1.375,14.25,1.5,14.5],"texture":"#0"},"west":{"uv":[3,3.25,3.0625,3.5],"texture":"#0"},"up":{"uv":[5.625,11.5625,5.75,11.5],"texture":"#0"},"down":{"uv":[5.375,11.5,5.5,11.5625],"texture":"#0"}}},{"from":[7.75,11,9.5],"to":[8.25,12,9.75],"faces":{"north":{"uv":[0.75,2.125,0.625,2.375],"texture":"#0"},"east":{"uv":[3.0625,2.125,3,2.375],"texture":"#0"},"south":{"uv":[0.875,0.125,1,0.375],"texture":"#0"},"west":{"uv":[3,2.5,3.0625,2.75],"texture":"#0"},"up":{"uv":[6.125,11.5625,6.25,11.5],"texture":"#0"},"down":{"uv":[5.875,11.5,6,11.5625],"texture":"#0"}}},{"from":[7.75,11,10.25],"to":[8,12.5,10.75],"faces":{"north":{"uv":[1.6875,0.8125,1.625,1.1875],"texture":"#0"},"east":{"uv":[0.75,14.0625,0.625,14.4375],"texture":"#0"},"south":{"uv":[2.0625,12.6875,2.125,13.0625],"texture":"#0"},"west":{"uv":[0.625,12.5625,0.75,12.9375],"texture":"#0"},"up":{"uv":[4.4375,0.8125,4.5,0.6875],"texture":"#0"},"down":{"uv":[4.4375,0.9375,4.5,1.0625],"texture":"#0"}}},{"from":[7.75,11,10.75],"to":[8,12.25,11],"faces":{"north":{"uv":[2.3125,4.625,2.25,4.9375],"texture":"#0"},"east":{"uv":[2.3125,5.9375,2.25,6.25],"texture":"#0"},"south":{"uv":[2.25,5.0625,2.3125,5.375],"texture":"#0"},"west":{"uv":[2.25,5.5,2.3125,5.8125],"texture":"#0"},"up":{"uv":[6.125,10.5625,6.1875,10.5],"texture":"#0"},"down":{"uv":[5.9375,10.5,6,10.5625],"texture":"#0"}}},{"from":[7.75,11,11.25],"to":[8,11.75,11.5],"faces":{"north":{"uv":[3.625,9.5625,3.5625,9.75],"texture":"#0"},"east":{"uv":[3.625,8.625,3.5625,8.8125],"texture":"#0"},"south":{"uv":[3.5625,9.25,3.625,9.4375],"texture":"#0"},"west":{"uv":[3.5625,8.9375,3.625,9.125],"texture":"#0"},"up":{"uv":[7.25,10.5625,7.3125,10.5],"texture":"#0"},"down":{"uv":[7.0625,10.5,7.125,10.5625],"texture":"#0"}}},{"from":[7.75,11.25,11],"to":[8,11.5,11.25],"faces":{"north":{"uv":[8.625,10.5,8.5625,10.5625],"texture":"#0"},"east":{"uv":[9.1875,10.5,9.125,10.5625],"texture":"#0"},"south":{"uv":[8.75,10.5,8.8125,10.5625],"texture":"#0"},"west":{"uv":[8.9375,10.5,9,10.5625],"texture":"#0"},"up":{"uv":[8.375,10.5625,8.4375,10.5],"texture":"#0"},"down":{"uv":[8.1875,10.5,8.25,10.5625],"texture":"#0"}}},{"from":[7.75,11.5,6.5],"to":[8,12,6.75],"faces":{"north":{"uv":[4.5,0.4375,4.4375,0.5625],"texture":"#0"},"east":{"uv":[4.6875,11,4.625,11.125],"texture":"#0"},"south":{"uv":[4.4375,0.1875,4.5,0.3125],"texture":"#0"},"west":{"uv":[4.625,11.25,4.6875,11.375],"texture":"#0"},"up":{"uv":[9.5,10.5625,9.5625,10.5],"texture":"#0"},"down":{"uv":[9.3125,10.5,9.375,10.5625],"texture":"#0"}}},{"from":[7.75,11.5,6.75],"to":[8,11.75,7.25],"faces":{"north":{"uv":[10.875,10.5,10.8125,10.5625],"texture":"#0"},"east":{"uv":[6.75,11.5,6.625,11.5625],"texture":"#0"},"south":{"uv":[11,10.5,11.0625,10.5625],"texture":"#0"},"west":{"uv":[6.375,11.5,6.5,11.5625],"texture":"#0"},"up":{"uv":[4.625,10.625,4.6875,10.5],"texture":"#0"},"down":{"uv":[4.625,10.75,4.6875,10.875],"texture":"#0"}}},{"from":[7.75,11.5,8.5],"to":[8.5,11.75,8.75],"faces":{"north":{"uv":[9.25,12.1875,9.0625,12.25],"texture":"#0"},"east":{"uv":[12.5625,10.5,12.5,10.5625],"texture":"#0"},"south":{"uv":[9.375,12.1875,9.5625,12.25],"texture":"#0"},"west":{"uv":[12.3125,10.5,12.375,10.5625],"texture":"#0"},"up":{"uv":[8.75,12.25,8.9375,12.1875],"texture":"#0"},"down":{"uv":[5.9375,12.1875,6.125,12.25],"texture":"#0"}}},{"from":[7.75,11.5,8.75],"to":[8,11.75,9.25],"faces":{"north":{"uv":[13.125,10.5,13.0625,10.5625],"texture":"#0"},"east":{"uv":[7.25,11.5,7.125,11.5625],"texture":"#0"},"south":{"uv":[13.25,10.5,13.3125,10.5625],"texture":"#0"},"west":{"uv":[6.875,11.5,7,11.5625],"texture":"#0"},"up":{"uv":[4.625,10.125,4.6875,10],"texture":"#0"},"down":{"uv":[4.625,10.25,4.6875,10.375],"texture":"#0"}}},{"from":[7.75,11.75,6.25],"to":[8,12,6.5],"faces":{"north":{"uv":[14.25,10.5,14.1875,10.5625],"texture":"#0"},"east":{"uv":[14.8125,10.5,14.75,10.5625],"texture":"#0"},"south":{"uv":[14.375,10.5,14.4375,10.5625],"texture":"#0"},"west":{"uv":[14.5625,10.5,14.625,10.5625],"texture":"#0"},"up":{"uv":[14,10.5625,14.0625,10.5],"texture":"#0"},"down":{"uv":[13.8125,10.5,13.875,10.5625],"texture":"#0"}}},{"from":[7.75,11.75,7],"to":[8.25,12,7.25],"faces":{"north":{"uv":[8,11.5,7.875,11.5625],"texture":"#0"},"east":{"uv":[5.625,10.3125,5.5625,10.375],"texture":"#0"},"south":{"uv":[8.125,11.5,8.25,11.5625],"texture":"#0"},"west":{"uv":[15.6875,10.5,15.75,10.5625],"texture":"#0"},"up":{"uv":[7.625,11.5625,7.75,11.5],"texture":"#0"},"down":{"uv":[7.375,11.5,7.5,11.5625],"texture":"#0"}}},{"from":[7.75,11.75,8.5],"to":[8.25,12,8.75],"faces":{"north":{"uv":[9,11.5,8.875,11.5625],"texture":"#0"},"east":{"uv":[5.625,9.1875,5.5625,9.25],"texture":"#0"},"south":{"uv":[9.125,11.5,9.25,11.5625],"texture":"#0"},"west":{"uv":[5.5625,9.375,5.625,9.4375],"texture":"#0"},"up":{"uv":[8.625,11.5625,8.75,11.5],"texture":"#0"},"down":{"uv":[8.375,11.5,8.5,11.5625],"texture":"#0"}}},{"from":[7.75,11.75,9],"to":[8,12,9.5],"faces":{"north":{"uv":[5.625,8.625,5.5625,8.6875],"texture":"#0"},"east":{"uv":[9.75,11.5,9.625,11.5625],"texture":"#0"},"south":{"uv":[5.5625,8.4375,5.625,8.5],"texture":"#0"},"west":{"uv":[9.375,11.5,9.5,11.5625],"texture":"#0"},"up":{"uv":[4.625,9.625,4.6875,9.5],"texture":"#0"},"down":{"uv":[4.625,9.75,4.6875,9.875],"texture":"#0"}}},{"from":[7.75,12,5.5],"to":[8.25,12.25,5.75],"faces":{"north":{"uv":[10.5,11.5,10.375,11.5625],"texture":"#0"},"east":{"uv":[5.625,6.9375,5.5625,7],"texture":"#0"},"south":{"uv":[10.625,11.5,10.75,11.5625],"texture":"#0"},"west":{"uv":[5.5625,7.125,5.625,7.1875],"texture":"#0"},"up":{"uv":[10.125,11.5625,10.25,11.5],"texture":"#0"},"down":{"uv":[9.875,11.5,10,11.5625],"texture":"#0"}}},{"from":[7.75,12,7.5],"to":[8.5,12.25,7.75],"faces":{"north":{"uv":[11.75,12.1875,11.5625,12.25],"texture":"#0"},"east":{"uv":[5.625,5.8125,5.5625,5.875],"texture":"#0"},"south":{"uv":[11.875,12.1875,12.0625,12.25],"texture":"#0"},"west":{"uv":[5.5625,6,5.625,6.0625],"texture":"#0"},"up":{"uv":[11.25,12.25,11.4375,12.1875],"texture":"#0"},"down":{"uv":[9.6875,12.1875,9.875,12.25],"texture":"#0"}}},{"from":[7.75,12,8],"to":[8.5,12.25,8.25],"faces":{"north":{"uv":[3.9375,11.25,3.75,11.3125],"texture":"#0"},"east":{"uv":[5.625,4.6875,5.5625,4.75],"texture":"#0"},"south":{"uv":[3.75,8.625,3.9375,8.6875],"texture":"#0"},"west":{"uv":[5.5625,4.875,5.625,4.9375],"texture":"#0"},"up":{"uv":[3.75,11.5,3.9375,11.4375],"texture":"#0"},"down":{"uv":[12.1875,12.1875,12.375,12.25],"texture":"#0"}}},{"from":[7.75,12,10],"to":[8.25,12.25,10.25],"faces":{"north":{"uv":[11.5,11.5,11.375,11.5625],"texture":"#0"},"east":{"uv":[5.625,3.5625,5.5625,3.625],"texture":"#0"},"south":{"uv":[11.625,11.5,11.75,11.5625],"texture":"#0"},"west":{"uv":[5.5625,3.75,5.625,3.8125],"texture":"#0"},"up":{"uv":[11.125,11.5625,11.25,11.5],"texture":"#0"},"down":{"uv":[10.875,11.5,11,11.5625],"texture":"#0"}}},{"from":[7.75,12.25,5],"to":[8.5,12.5,5.25],"faces":{"north":{"uv":[3.9375,8.0625,3.75,8.125],"texture":"#0"},"east":{"uv":[5.625,2.4375,5.5625,2.5],"texture":"#0"},"south":{"uv":[5.3125,12.1875,5.5,12.25],"texture":"#0"},"west":{"uv":[5.5625,2.625,5.625,2.6875],"texture":"#0"},"up":{"uv":[3.75,8.3125,3.9375,8.25],"texture":"#0"},"down":{"uv":[3.75,8.4375,3.9375,8.5],"texture":"#0"}}},{"from":[7.75,12.25,5.25],"to":[8.25,12.5,5.5],"faces":{"north":{"uv":[12.5,11.5,12.375,11.5625],"texture":"#0"},"east":{"uv":[5.625,1.3125,5.5625,1.375],"texture":"#0"},"south":{"uv":[12.625,11.5,12.75,11.5625],"texture":"#0"},"west":{"uv":[5.5625,1.5,5.625,1.5625],"texture":"#0"},"up":{"uv":[12.125,11.5625,12.25,11.5],"texture":"#0"},"down":{"uv":[11.875,11.5,12,11.5625],"texture":"#0"}}},{"from":[7.75,12.25,7.25],"to":[8.5,12.5,7.5],"faces":{"north":{"uv":[7.0625,12.1875,6.875,12.25],"texture":"#0"},"east":{"uv":[5.625,0.1875,5.5625,0.25],"texture":"#0"},"south":{"uv":[7.1875,12.1875,7.375,12.25],"texture":"#0"},"west":{"uv":[5.5625,0.375,5.625,0.4375],"texture":"#0"},"up":{"uv":[6.5625,12.25,6.75,12.1875],"texture":"#0"},"down":{"uv":[6.25,12.1875,6.4375,12.25],"texture":"#0"}}},{"from":[7.75,12.25,8.25],"to":[8.5,12.5,8.5],"faces":{"north":{"uv":[8.3125,12.1875,8.125,12.25],"texture":"#0"},"east":{"uv":[6.75,10.3125,6.6875,10.375],"texture":"#0"},"south":{"uv":[8.4375,12.1875,8.625,12.25],"texture":"#0"},"west":{"uv":[6.5,10.3125,6.5625,10.375],"texture":"#0"},"up":{"uv":[7.8125,12.25,8,12.1875],"texture":"#0"},"down":{"uv":[7.5,12.1875,7.6875,12.25],"texture":"#0"}}},{"from":[8,10,3.5],"to":[8.25,10.75,3.75],"faces":{"north":{"uv":[3.625,8.3125,3.5625,8.5],"texture":"#0"},"east":{"uv":[3.625,7.375,3.5625,7.5625],"texture":"#0"},"south":{"uv":[3.5625,8,3.625,8.1875],"texture":"#0"},"west":{"uv":[3.5625,7.6875,3.625,7.875],"texture":"#0"},"up":{"uv":[7.0625,10.375,7.125,10.3125],"texture":"#0"},"down":{"uv":[6.875,10.3125,6.9375,10.375],"texture":"#0"}}},{"from":[8,10,12],"to":[8.25,11.75,12.25],"faces":{"north":{"uv":[1.25,5.8125,1.1875,6.25],"texture":"#0"},"east":{"uv":[1.25,7.5,1.1875,7.9375],"texture":"#0"},"south":{"uv":[1.1875,6.375,1.25,6.8125],"texture":"#0"},"west":{"uv":[1.1875,6.9375,1.25,7.375],"texture":"#0"},"up":{"uv":[8.1875,10.375,8.25,10.3125],"texture":"#0"},"down":{"uv":[8,10.3125,8.0625,10.375],"texture":"#0"}}},{"from":[8,10.25,3.25],"to":[8.25,11.5,3.5],"faces":{"north":{"uv":[2.6875,10.375,2.625,10.6875],"texture":"#0"},"east":{"uv":[2.6875,9.0625,2.625,9.375],"texture":"#0"},"south":{"uv":[2.625,9.9375,2.6875,10.25],"texture":"#0"},"west":{"uv":[2.625,9.5,2.6875,9.8125],"texture":"#0"},"up":{"uv":[9.3125,10.375,9.375,10.3125],"texture":"#0"},"down":{"uv":[9.125,10.3125,9.1875,10.375],"texture":"#0"}}},{"from":[8,10.25,12.25],"to":[8.25,11.5,12.5],"faces":{"north":{"uv":[2.6875,8.625,2.625,8.9375],"texture":"#0"},"east":{"uv":[2.6875,7.3125,2.625,7.625],"texture":"#0"},"south":{"uv":[2.625,8.1875,2.6875,8.5],"texture":"#0"},"west":{"uv":[2.625,7.75,2.6875,8.0625],"texture":"#0"},"up":{"uv":[10.4375,10.375,10.5,10.3125],"texture":"#0"},"down":{"uv":[10.25,10.3125,10.3125,10.375],"texture":"#0"}}},{"from":[8,10.5,3.75],"to":[8.25,12,4],"faces":{"north":{"uv":[1.875,0.875,1.8125,1.25],"texture":"#0"},"east":{"uv":[1.875,5.375,1.8125,5.75],"texture":"#0"},"south":{"uv":[1.8125,1.375,1.875,1.75],"texture":"#0"},"west":{"uv":[1.8125,2.875,1.875,3.25],"texture":"#0"},"up":{"uv":[11.5625,10.375,11.625,10.3125],"texture":"#0"},"down":{"uv":[11.375,10.3125,11.4375,10.375],"texture":"#0"}}},{"from":[8,10.5,6.75],"to":[8.25,11,7],"faces":{"north":{"uv":[4.6875,2.75,4.625,2.875],"texture":"#0"},"east":{"uv":[4.6875,2,4.625,2.125],"texture":"#0"},"south":{"uv":[4.625,2.5,4.6875,2.625],"texture":"#0"},"west":{"uv":[4.625,2.25,4.6875,2.375],"texture":"#0"},"up":{"uv":[12.6875,10.375,12.75,10.3125],"texture":"#0"},"down":{"uv":[12.5,10.3125,12.5625,10.375],"texture":"#0"}}},{"from":[8,10.5,8.75],"to":[8.25,11,9],"faces":{"north":{"uv":[4.6875,1.75,4.625,1.875],"texture":"#0"},"east":{"uv":[4.6875,1,4.625,1.125],"texture":"#0"},"south":{"uv":[4.625,1.5,4.6875,1.625],"texture":"#0"},"west":{"uv":[4.625,1.25,4.6875,1.375],"texture":"#0"},"up":{"uv":[13.8125,10.375,13.875,10.3125],"texture":"#0"},"down":{"uv":[13.625,10.3125,13.6875,10.375],"texture":"#0"}}},{"from":[8,10.5,11.75],"to":[8.25,12,12],"faces":{"north":{"uv":[1.875,6.375,1.8125,6.75],"texture":"#0"},"east":{"uv":[1.875,7.875,1.8125,8.25],"texture":"#0"},"south":{"uv":[1.8125,6.875,1.875,7.25],"texture":"#0"},"west":{"uv":[1.8125,7.375,1.875,7.75],"texture":"#0"},"up":{"uv":[14.9375,10.375,15,10.3125],"texture":"#0"},"down":{"uv":[14.75,10.3125,14.8125,10.375],"texture":"#0"}}},{"from":[8,10.75,4],"to":[8.25,12,4.25],"faces":{"north":{"uv":[2.6875,6.875,2.625,7.1875],"texture":"#0"},"east":{"uv":[2.6875,5.5625,2.625,5.875],"texture":"#0"},"south":{"uv":[2.625,6.4375,2.6875,6.75],"texture":"#0"},"west":{"uv":[2.625,6,2.6875,6.3125],"texture":"#0"},"up":{"uv":[5.75,10,5.8125,9.9375],"texture":"#0"},"down":{"uv":[5.75,10.125,5.8125,10.1875],"texture":"#0"}}},{"from":[8,10.75,11.5],"to":[8.25,12,11.75],"faces":{"north":{"uv":[2.6875,5.125,2.625,5.4375],"texture":"#0"},"east":{"uv":[2.6875,3.8125,2.625,4.125],"texture":"#0"},"south":{"uv":[2.625,4.6875,2.6875,5],"texture":"#0"},"west":{"uv":[2.625,4.25,2.6875,4.5625],"texture":"#0"},"up":{"uv":[5.75,8.875,5.8125,8.8125],"texture":"#0"},"down":{"uv":[5.75,9,5.8125,9.0625],"texture":"#0"}}},{"from":[8,11.25,4.25],"to":[8.25,11.75,4.5],"faces":{"north":{"uv":[4.6875,0.75,4.625,0.875],"texture":"#0"},"east":{"uv":[4.875,11.0625,4.8125,11.1875],"texture":"#0"},"south":{"uv":[4.625,0.5,4.6875,0.625],"texture":"#0"},"west":{"uv":[4.625,0.25,4.6875,0.375],"texture":"#0"},"up":{"uv":[5.75,7.75,5.8125,7.6875],"texture":"#0"},"down":{"uv":[5.75,7.875,5.8125,7.9375],"texture":"#0"}}},{"from":[8,11.25,5.25],"to":[8.25,11.5,5.75],"faces":{"north":{"uv":[5.8125,6.375,5.75,6.4375],"texture":"#0"},"east":{"uv":[5.6875,11.3125,5.5625,11.375],"texture":"#0"},"south":{"uv":[5.75,6.1875,5.8125,6.25],"texture":"#0"},"west":{"uv":[5.3125,11.3125,5.4375,11.375],"texture":"#0"},"up":{"uv":[4.8125,10.6875,4.875,10.5625],"texture":"#0"},"down":{"uv":[4.8125,10.8125,4.875,10.9375],"texture":"#0"}}},{"from":[8,11.25,10.25],"to":[8.25,12.5,10.5],"faces":{"north":{"uv":[2.6875,3.375,2.625,3.6875],"texture":"#0"},"east":{"uv":[2.6875,2.0625,2.625,2.375],"texture":"#0"},"south":{"uv":[2.625,2.9375,2.6875,3.25],"texture":"#0"},"west":{"uv":[2.625,2.5,2.6875,2.8125],"texture":"#0"},"up":{"uv":[5.75,5.5,5.8125,5.4375],"texture":"#0"},"down":{"uv":[5.75,5.625,5.8125,5.6875],"texture":"#0"}}},{"from":[8,11.25,11.25],"to":[8.25,11.75,11.5],"faces":{"north":{"uv":[4.875,9.8125,4.8125,9.9375],"texture":"#0"},"east":{"uv":[4.875,9.0625,4.8125,9.1875],"texture":"#0"},"south":{"uv":[4.8125,9.5625,4.875,9.6875],"texture":"#0"},"west":{"uv":[4.8125,9.3125,4.875,9.4375],"texture":"#0"},"up":{"uv":[5.75,4.375,5.8125,4.3125],"texture":"#0"},"down":{"uv":[5.75,4.5,5.8125,4.5625],"texture":"#0"}}},{"from":[8,11.5,3.5],"to":[8.25,11.75,3.75],"faces":{"north":{"uv":[5.8125,3,5.75,3.0625],"texture":"#0"},"east":{"uv":[5.8125,2.4375,5.75,2.5],"texture":"#0"},"south":{"uv":[5.75,2.8125,5.8125,2.875],"texture":"#0"},"west":{"uv":[5.75,2.625,5.8125,2.6875],"texture":"#0"},"up":{"uv":[5.75,3.25,5.8125,3.1875],"texture":"#0"},"down":{"uv":[5.75,3.375,5.8125,3.4375],"texture":"#0"}}},{"from":[8,11.5,4.75],"to":[8.25,12.5,5],"faces":{"north":{"uv":[3.25,11.6875,3.1875,11.9375],"texture":"#0"},"east":{"uv":[3.25,10.5625,3.1875,10.8125],"texture":"#0"},"south":{"uv":[3.1875,11.3125,3.25,11.5625],"texture":"#0"},"west":{"uv":[3.1875,10.9375,3.25,11.1875],"texture":"#0"},"up":{"uv":[5.75,2.125,5.8125,2.0625],"texture":"#0"},"down":{"uv":[5.75,2.25,5.8125,2.3125],"texture":"#0"}}},{"from":[8,11.5,5],"to":[8.25,12.25,5.25],"faces":{"north":{"uv":[3.625,3.9375,3.5625,4.125],"texture":"#0"},"east":{"uv":[3.625,3,3.5625,3.1875],"texture":"#0"},"south":{"uv":[3.5625,3.625,3.625,3.8125],"texture":"#0"},"west":{"uv":[3.5625,3.3125,3.625,3.5],"texture":"#0"},"up":{"uv":[5.75,1,5.8125,0.9375],"texture":"#0"},"down":{"uv":[5.75,1.125,5.8125,1.1875],"texture":"#0"}}},{"from":[8,11.5,5.5],"to":[8.25,12,5.75],"faces":{"north":{"uv":[4.875,7.3125,4.8125,7.4375],"texture":"#0"},"east":{"uv":[4.875,6.5625,4.8125,6.6875],"texture":"#0"},"south":{"uv":[4.8125,7.0625,4.875,7.1875],"texture":"#0"},"west":{"uv":[4.8125,6.8125,4.875,6.9375],"texture":"#0"},"up":{"uv":[6.125,10.1875,6.1875,10.125],"texture":"#0"},"down":{"uv":[5.9375,10.125,6,10.1875],"texture":"#0"}}},{"from":[8,11.5,7],"to":[8.5,11.75,7.25],"faces":{"north":{"uv":[7.4375,11.3125,7.3125,11.375],"texture":"#0"},"east":{"uv":[8.0625,10.125,8,10.1875],"texture":"#0"},"south":{"uv":[7.5625,11.3125,7.6875,11.375],"texture":"#0"},"west":{"uv":[7.8125,10.125,7.875,10.1875],"texture":"#0"},"up":{"uv":[7.0625,11.375,7.1875,11.3125],"texture":"#0"},"down":{"uv":[6.8125,11.3125,6.9375,11.375],"texture":"#0"}}},{"from":[8,11.5,10.5],"to":[8.25,12.5,11],"faces":{"north":{"uv":[3.25,10.1875,3.1875,10.4375],"texture":"#0"},"east":{"uv":[0.75,1,0.625,1.25],"texture":"#0"},"south":{"uv":[3.1875,9.8125,3.25,10.0625],"texture":"#0"},"west":{"uv":[0.625,0.625,0.75,0.875],"texture":"#0"},"up":{"uv":[4.8125,6.1875,4.875,6.0625],"texture":"#0"},"down":{"uv":[4.8125,6.3125,4.875,6.4375],"texture":"#0"}}},{"from":[8,12,5.75],"to":[8.25,12.25,6],"faces":{"north":{"uv":[9.75,10.125,9.6875,10.1875],"texture":"#0"},"east":{"uv":[10.3125,10.125,10.25,10.1875],"texture":"#0"},"south":{"uv":[9.875,10.125,9.9375,10.1875],"texture":"#0"},"west":{"uv":[10.0625,10.125,10.125,10.1875],"texture":"#0"},"up":{"uv":[9.5,10.1875,9.5625,10.125],"texture":"#0"},"down":{"uv":[9.3125,10.125,9.375,10.1875],"texture":"#0"}}},{"from":[8,12,7.25],"to":[8.25,12.25,7.5],"faces":{"north":{"uv":[10.875,10.125,10.8125,10.1875],"texture":"#0"},"east":{"uv":[11.4375,10.125,11.375,10.1875],"texture":"#0"},"south":{"uv":[11,10.125,11.0625,10.1875],"texture":"#0"},"west":{"uv":[11.1875,10.125,11.25,10.1875],"texture":"#0"},"up":{"uv":[10.625,10.1875,10.6875,10.125],"texture":"#0"},"down":{"uv":[10.4375,10.125,10.5,10.1875],"texture":"#0"}}},{"from":[8,12,8.25],"to":[8.25,12.25,8.5],"faces":{"north":{"uv":[12,10.125,11.9375,10.1875],"texture":"#0"},"east":{"uv":[12.5625,10.125,12.5,10.1875],"texture":"#0"},"south":{"uv":[12.125,10.125,12.1875,10.1875],"texture":"#0"},"west":{"uv":[12.3125,10.125,12.375,10.1875],"texture":"#0"},"up":{"uv":[11.75,10.1875,11.8125,10.125],"texture":"#0"},"down":{"uv":[11.5625,10.125,11.625,10.1875],"texture":"#0"}}},{"from":[8,12,9.75],"to":[8.25,12.25,10],"faces":{"north":{"uv":[13.125,10.125,13.0625,10.1875],"texture":"#0"},"east":{"uv":[13.6875,10.125,13.625,10.1875],"texture":"#0"},"south":{"uv":[13.25,10.125,13.3125,10.1875],"texture":"#0"},"west":{"uv":[13.4375,10.125,13.5,10.1875],"texture":"#0"},"up":{"uv":[12.875,10.1875,12.9375,10.125],"texture":"#0"},"down":{"uv":[12.6875,10.125,12.75,10.1875],"texture":"#0"}}},{"from":[8,12.5,7],"to":[8.25,12.75,7.25],"faces":{"north":{"uv":[14.25,10.125,14.1875,10.1875],"texture":"#0"},"east":{"uv":[14.8125,10.125,14.75,10.1875],"texture":"#0"},"south":{"uv":[14.375,10.125,14.4375,10.1875],"texture":"#0"},"west":{"uv":[14.5625,10.125,14.625,10.1875],"texture":"#0"},"up":{"uv":[14,10.1875,14.0625,10.125],"texture":"#0"},"down":{"uv":[13.8125,10.125,13.875,10.1875],"texture":"#0"}}},{"from":[8,12.5,8.5],"to":[8.25,12.75,8.75],"faces":{"north":{"uv":[15.375,10.125,15.3125,10.1875],"texture":"#0"},"east":{"uv":[6,9.9375,5.9375,10],"texture":"#0"},"south":{"uv":[15.5,10.125,15.5625,10.1875],"texture":"#0"},"west":{"uv":[15.6875,10.125,15.75,10.1875],"texture":"#0"},"up":{"uv":[15.125,10.1875,15.1875,10.125],"texture":"#0"},"down":{"uv":[14.9375,10.125,15,10.1875],"texture":"#0"}}},{"from":[8.25,1.75,7.5],"to":[8.5,2.25,8.25],"faces":{"north":{"uv":[4.875,4.8125,4.8125,4.9375],"texture":"#0"},"east":{"uv":[3.25,14.1875,3.0625,14.3125],"texture":"#0"},"south":{"uv":[4.8125,4.5625,4.875,4.6875],"texture":"#0"},"west":{"uv":[3.375,14.1875,3.5625,14.3125],"texture":"#0"},"up":{"uv":[3.5625,1.9375,3.625,1.75],"texture":"#0"},"down":{"uv":[3.5625,2.0625,3.625,2.25],"texture":"#0"}}},{"from":[8.25,9.5,7.5],"to":[8.5,9.75,8.25],"faces":{"north":{"uv":[6,8.25,5.9375,8.3125],"texture":"#0"},"east":{"uv":[3.9375,10.5,3.75,10.5625],"texture":"#0"},"south":{"uv":[5.9375,8.0625,6,8.125],"texture":"#0"},"west":{"uv":[3.75,10.6875,3.9375,10.75],"texture":"#0"},"up":{"uv":[3.5625,1.3125,3.625,1.125],"texture":"#0"},"down":{"uv":[3.5625,1.4375,3.625,1.625],"texture":"#0"}}},{"from":[8.25,10.25,7],"to":[8.5,10.5,7.25],"faces":{"north":{"uv":[6,7.125,5.9375,7.1875],"texture":"#0"},"east":{"uv":[6,6.5625,5.9375,6.625],"texture":"#0"},"south":{"uv":[5.9375,6.9375,6,7],"texture":"#0"},"west":{"uv":[5.9375,6.75,6,6.8125],"texture":"#0"},"up":{"uv":[5.9375,7.375,6,7.3125],"texture":"#0"},"down":{"uv":[5.9375,7.5,6,7.5625],"texture":"#0"}}},{"from":[8.25,10.25,8.5],"to":[8.5,10.5,8.75],"faces":{"north":{"uv":[6,6,5.9375,6.0625],"texture":"#0"},"east":{"uv":[6,5.4375,5.9375,5.5],"texture":"#0"},"south":{"uv":[5.9375,5.8125,6,5.875],"texture":"#0"},"west":{"uv":[5.9375,5.625,6,5.6875],"texture":"#0"},"up":{"uv":[5.9375,6.25,6,6.1875],"texture":"#0"},"down":{"uv":[5.9375,6.375,6,6.4375],"texture":"#0"}}},{"from":[8.25,11.25,3.25],"to":[8.5,11.5,3.75],"faces":{"north":{"uv":[6,4.875,5.9375,4.9375],"texture":"#0"},"east":{"uv":[9.1875,11.3125,9.0625,11.375],"texture":"#0"},"south":{"uv":[5.9375,4.6875,6,4.75],"texture":"#0"},"west":{"uv":[8.8125,11.3125,8.9375,11.375],"texture":"#0"},"up":{"uv":[4.8125,3.1875,4.875,3.0625],"texture":"#0"},"down":{"uv":[4.8125,3.3125,4.875,3.4375],"texture":"#0"}}},{"from":[8.25,11.25,6.25],"to":[8.5,11.5,6.5],"faces":{"north":{"uv":[6,3.75,5.9375,3.8125],"texture":"#0"},"east":{"uv":[6,3.1875,5.9375,3.25],"texture":"#0"},"south":{"uv":[5.9375,3.5625,6,3.625],"texture":"#0"},"west":{"uv":[5.9375,3.375,6,3.4375],"texture":"#0"},"up":{"uv":[5.9375,4,6,3.9375],"texture":"#0"},"down":{"uv":[5.9375,4.125,6,4.1875],"texture":"#0"}}},{"from":[8.25,11.25,9],"to":[8.5,11.5,9.5],"faces":{"north":{"uv":[6,2.625,5.9375,2.6875],"texture":"#0"},"east":{"uv":[9.6875,11.3125,9.5625,11.375],"texture":"#0"},"south":{"uv":[5.9375,2.4375,6,2.5],"texture":"#0"},"west":{"uv":[9.3125,11.3125,9.4375,11.375],"texture":"#0"},"up":{"uv":[4.8125,2.6875,4.875,2.5625],"texture":"#0"},"down":{"uv":[4.8125,2.8125,4.875,2.9375],"texture":"#0"}}},{"from":[8.25,11.25,12],"to":[8.5,11.5,12.5],"faces":{"north":{"uv":[6,1.5,5.9375,1.5625],"texture":"#0"},"east":{"uv":[10.1875,11.3125,10.0625,11.375],"texture":"#0"},"south":{"uv":[5.9375,1.3125,6,1.375],"texture":"#0"},"west":{"uv":[9.8125,11.3125,9.9375,11.375],"texture":"#0"},"up":{"uv":[4.8125,2.1875,4.875,2.0625],"texture":"#0"},"down":{"uv":[4.8125,2.3125,4.875,2.4375],"texture":"#0"}}},{"from":[8.25,11.5,3.75],"to":[8.5,11.75,4],"faces":{"north":{"uv":[6,0.375,5.9375,0.4375],"texture":"#0"},"east":{"uv":[6.375,9.9375,6.3125,10],"texture":"#0"},"south":{"uv":[5.9375,0.1875,6,0.25],"texture":"#0"},"west":{"uv":[6.125,9.9375,6.1875,10],"texture":"#0"},"up":{"uv":[5.9375,0.625,6,0.5625],"texture":"#0"},"down":{"uv":[5.9375,0.75,6,0.8125],"texture":"#0"}}},{"from":[8.25,11.5,6],"to":[8.5,11.75,6.25],"faces":{"north":{"uv":[6.9375,9.9375,6.875,10],"texture":"#0"},"east":{"uv":[7.5,9.9375,7.4375,10],"texture":"#0"},"south":{"uv":[7.0625,9.9375,7.125,10],"texture":"#0"},"west":{"uv":[7.25,9.9375,7.3125,10],"texture":"#0"},"up":{"uv":[6.6875,10,6.75,9.9375],"texture":"#0"},"down":{"uv":[6.5,9.9375,6.5625,10],"texture":"#0"}}},{"from":[8.25,11.5,9.5],"to":[8.5,11.75,9.75],"faces":{"north":{"uv":[8.0625,9.9375,8,10],"texture":"#0"},"east":{"uv":[8.625,9.9375,8.5625,10],"texture":"#0"},"south":{"uv":[8.1875,9.9375,8.25,10],"texture":"#0"},"west":{"uv":[8.375,9.9375,8.4375,10],"texture":"#0"},"up":{"uv":[7.8125,10,7.875,9.9375],"texture":"#0"},"down":{"uv":[7.625,9.9375,7.6875,10],"texture":"#0"}}},{"from":[8.25,11.5,11.75],"to":[8.5,11.75,12],"faces":{"north":{"uv":[9.1875,9.9375,9.125,10],"texture":"#0"},"east":{"uv":[9.75,9.9375,9.6875,10],"texture":"#0"},"south":{"uv":[9.3125,9.9375,9.375,10],"texture":"#0"},"west":{"uv":[9.5,9.9375,9.5625,10],"texture":"#0"},"up":{"uv":[8.9375,10,9,9.9375],"texture":"#0"},"down":{"uv":[8.75,9.9375,8.8125,10],"texture":"#0"}}},{"from":[8.25,11.75,4],"to":[8.5,12,4.25],"faces":{"north":{"uv":[10.3125,9.9375,10.25,10],"texture":"#0"},"east":{"uv":[10.875,9.9375,10.8125,10],"texture":"#0"},"south":{"uv":[10.4375,9.9375,10.5,10],"texture":"#0"},"west":{"uv":[10.625,9.9375,10.6875,10],"texture":"#0"},"up":{"uv":[10.0625,10,10.125,9.9375],"texture":"#0"},"down":{"uv":[9.875,9.9375,9.9375,10],"texture":"#0"}}},{"from":[8.25,11.75,5.25],"to":[8.75,12,5.75],"faces":{"north":{"uv":[10.4375,11.3125,10.3125,11.375],"texture":"#0"},"east":{"uv":[11.1875,11.3125,11.0625,11.375],"texture":"#0"},"south":{"uv":[10.5625,11.3125,10.6875,11.375],"texture":"#0"},"west":{"uv":[10.8125,11.3125,10.9375,11.375],"texture":"#0"},"up":{"uv":[3.375,12.6875,3.5,12.5625],"texture":"#0"},"down":{"uv":[15.75,13,15.875,13.125],"texture":"#0"}}},{"from":[8.25,11.75,10],"to":[8.75,12,10.5],"faces":{"north":{"uv":[11.4375,11.3125,11.3125,11.375],"texture":"#0"},"east":{"uv":[12.1875,11.3125,12.0625,11.375],"texture":"#0"},"south":{"uv":[11.5625,11.3125,11.6875,11.375],"texture":"#0"},"west":{"uv":[11.8125,11.3125,11.9375,11.375],"texture":"#0"},"up":{"uv":[3.875,12.6875,4,12.5625],"texture":"#0"},"down":{"uv":[3.625,12.5625,3.75,12.6875],"texture":"#0"}}},{"from":[8.25,11.75,11.5],"to":[8.5,12,11.75],"faces":{"north":{"uv":[13.6875,9.9375,13.625,10],"texture":"#0"},"east":{"uv":[14.25,9.9375,14.1875,10],"texture":"#0"},"south":{"uv":[13.8125,9.9375,13.875,10],"texture":"#0"},"west":{"uv":[14,9.9375,14.0625,10],"texture":"#0"},"up":{"uv":[13.4375,10,13.5,9.9375],"texture":"#0"},"down":{"uv":[13.25,9.9375,13.3125,10],"texture":"#0"}}},{"from":[8.25,12,4.25],"to":[8.5,12.25,5.25],"faces":{"north":{"uv":[14.8125,9.9375,14.75,10],"texture":"#0"},"east":{"uv":[6.4375,12.8125,6.1875,12.875],"texture":"#0"},"south":{"uv":[14.9375,9.9375,15,10],"texture":"#0"},"west":{"uv":[5.8125,12.8125,6.0625,12.875],"texture":"#0"},"up":{"uv":[3.1875,9.3125,3.25,9.0625],"texture":"#0"},"down":{"uv":[3.1875,9.4375,3.25,9.6875],"texture":"#0"}}},{"from":[8.25,12,10.25],"to":[8.5,12.25,11.5],"faces":{"north":{"uv":[6.1875,9.75,6.125,9.8125],"texture":"#0"},"east":{"uv":[0.3125,0.125,0,0.1875],"texture":"#0"},"south":{"uv":[6.125,9.5625,6.1875,9.625],"texture":"#0"},"west":{"uv":[5.875,13.25,6.1875,13.3125],"texture":"#0"},"up":{"uv":[2.625,1.5,2.6875,1.1875],"texture":"#0"},"down":{"uv":[2.625,1.625,2.6875,1.9375],"texture":"#0"}}},{"from":[8.25,12.25,4.75],"to":[8.5,12.5,5],"faces":{"north":{"uv":[6.1875,8.625,6.125,8.6875],"texture":"#0"},"east":{"uv":[6.1875,8.0625,6.125,8.125],"texture":"#0"},"south":{"uv":[6.125,8.4375,6.1875,8.5],"texture":"#0"},"west":{"uv":[6.125,8.25,6.1875,8.3125],"texture":"#0"},"up":{"uv":[6.125,8.875,6.1875,8.8125],"texture":"#0"},"down":{"uv":[6.125,9,6.1875,9.0625],"texture":"#0"}}},{"from":[8.25,12.25,10.5],"to":[8.5,12.5,11],"faces":{"north":{"uv":[6.1875,7.5,6.125,7.5625],"texture":"#0"},"east":{"uv":[13.6875,11.3125,13.5625,11.375],"texture":"#0"},"south":{"uv":[6.125,7.3125,6.1875,7.375],"texture":"#0"},"west":{"uv":[13.3125,11.3125,13.4375,11.375],"texture":"#0"},"up":{"uv":[5.375,11.1875,5.4375,11.0625],"texture":"#0"},"down":{"uv":[5.1875,11.0625,5.25,11.1875],"texture":"#0"}}},{"from":[8.25,13,7],"to":[8.5,13.25,7.25],"faces":{"north":{"uv":[6.1875,6.375,6.125,6.4375],"texture":"#0"},"east":{"uv":[6.1875,5.8125,6.125,5.875],"texture":"#0"},"south":{"uv":[6.125,6.1875,6.1875,6.25],"texture":"#0"},"west":{"uv":[6.125,6,6.1875,6.0625],"texture":"#0"},"up":{"uv":[6.125,6.625,6.1875,6.5625],"texture":"#0"},"down":{"uv":[6.125,6.75,6.1875,6.8125],"texture":"#0"}}},{"from":[8.25,13,7.5],"to":[10,13.25,8.25],"faces":{"north":{"uv":[9.6875,14.875,9.25,14.9375],"texture":"#0"},"east":{"uv":[3.9375,7.6875,3.75,7.75],"texture":"#0"},"south":{"uv":[8.6875,14.875,9.125,14.9375],"texture":"#0"},"west":{"uv":[3.75,7.875,3.9375,7.9375],"texture":"#0"},"up":{"uv":[8.875,16,9.3125,15.8125],"texture":"#0"},"down":{"uv":[9.4375,15.8125,9.875,16],"texture":"#0"}}},{"from":[8.25,13,8.5],"to":[8.5,13.25,8.75],"faces":{"north":{"uv":[6.1875,4.125,6.125,4.1875],"texture":"#0"},"east":{"uv":[6.1875,3.5625,6.125,3.625],"texture":"#0"},"south":{"uv":[6.125,3.9375,6.1875,4],"texture":"#0"},"west":{"uv":[6.125,3.75,6.1875,3.8125],"texture":"#0"},"up":{"uv":[6.125,4.375,6.1875,4.3125],"texture":"#0"},"down":{"uv":[6.125,4.5,6.1875,4.5625],"texture":"#0"}}},{"from":[8.5,1.75,7.75],"to":[8.75,2.25,8],"faces":{"north":{"uv":[6,11.0625,5.9375,11.1875],"texture":"#0"},"east":{"uv":[6.5625,11.0625,6.5,11.1875],"texture":"#0"},"south":{"uv":[6.125,11.0625,6.1875,11.1875],"texture":"#0"},"west":{"uv":[6.3125,11.0625,6.375,11.1875],"texture":"#0"},"up":{"uv":[6.125,3.25,6.1875,3.1875],"texture":"#0"},"down":{"uv":[6.125,3.375,6.1875,3.4375],"texture":"#0"}}},{"from":[8.5,2,7.5],"to":[8.75,2.25,7.75],"faces":{"north":{"uv":[6.1875,1.875,6.125,1.9375],"texture":"#0"},"east":{"uv":[6.1875,1.3125,6.125,1.375],"texture":"#0"},"south":{"uv":[6.125,1.6875,6.1875,1.75],"texture":"#0"},"west":{"uv":[6.125,1.5,6.1875,1.5625],"texture":"#0"},"up":{"uv":[6.125,2.125,6.1875,2.0625],"texture":"#0"},"down":{"uv":[6.125,2.25,6.1875,2.3125],"texture":"#0"}}},{"from":[8.5,2,8],"to":[8.75,2.25,8.25],"faces":{"north":{"uv":[6.1875,0.75,6.125,0.8125],"texture":"#0"},"east":{"uv":[6.1875,0.1875,6.125,0.25],"texture":"#0"},"south":{"uv":[6.125,0.5625,6.1875,0.625],"texture":"#0"},"west":{"uv":[6.125,0.375,6.1875,0.4375],"texture":"#0"},"up":{"uv":[6.125,1,6.1875,0.9375],"texture":"#0"},"down":{"uv":[6.125,1.125,6.1875,1.1875],"texture":"#0"}}},{"from":[8.5,10.5,7.25],"to":[8.75,11.5,7.5],"faces":{"north":{"uv":[3.25,8.3125,3.1875,8.5625],"texture":"#0"},"east":{"uv":[3.25,7.1875,3.1875,7.4375],"texture":"#0"},"south":{"uv":[3.1875,7.9375,3.25,8.1875],"texture":"#0"},"west":{"uv":[3.1875,7.5625,3.25,7.8125],"texture":"#0"},"up":{"uv":[6.5,9.8125,6.5625,9.75],"texture":"#0"},"down":{"uv":[6.3125,9.75,6.375,9.8125],"texture":"#0"}}},{"from":[8.5,10.5,8.25],"to":[8.75,11.5,8.5],"faces":{"north":{"uv":[3.25,6.8125,3.1875,7.0625],"texture":"#0"},"east":{"uv":[3.25,5.6875,3.1875,5.9375],"texture":"#0"},"south":{"uv":[3.1875,6.4375,3.25,6.6875],"texture":"#0"},"west":{"uv":[3.1875,6.0625,3.25,6.3125],"texture":"#0"},"up":{"uv":[7.625,9.8125,7.6875,9.75],"texture":"#0"},"down":{"uv":[7.4375,9.75,7.5,9.8125],"texture":"#0"}}},{"from":[8.5,11.75,7.5],"to":[8.75,12,8.25],"faces":{"north":{"uv":[9,9.75,8.9375,9.8125],"texture":"#0"},"east":{"uv":[3.9375,4.5625,3.75,4.625],"texture":"#0"},"south":{"uv":[9.125,9.75,9.1875,9.8125],"texture":"#0"},"west":{"uv":[3.75,4.75,3.9375,4.8125],"texture":"#0"},"up":{"uv":[3.75,5.125,3.8125,4.9375],"texture":"#0"},"down":{"uv":[3.75,5.25,3.8125,5.4375],"texture":"#0"}}},{"from":[8.5,12,5.5],"to":[8.75,12.25,5.75],"faces":{"north":{"uv":[10.125,9.75,10.0625,9.8125],"texture":"#0"},"east":{"uv":[10.6875,9.75,10.625,9.8125],"texture":"#0"},"south":{"uv":[10.25,9.75,10.3125,9.8125],"texture":"#0"},"west":{"uv":[10.4375,9.75,10.5,9.8125],"texture":"#0"},"up":{"uv":[9.875,9.8125,9.9375,9.75],"texture":"#0"},"down":{"uv":[9.6875,9.75,9.75,9.8125],"texture":"#0"}}},{"from":[8.5,12,10],"to":[8.75,12.25,10.25],"faces":{"north":{"uv":[11.25,9.75,11.1875,9.8125],"texture":"#0"},"east":{"uv":[11.8125,9.75,11.75,9.8125],"texture":"#0"},"south":{"uv":[11.375,9.75,11.4375,9.8125],"texture":"#0"},"west":{"uv":[11.5625,9.75,11.625,9.8125],"texture":"#0"},"up":{"uv":[11,9.8125,11.0625,9.75],"texture":"#0"},"down":{"uv":[10.8125,9.75,10.875,9.8125],"texture":"#0"}}},{"from":[8.5,13.75,7.5],"to":[9,14,7.75],"faces":{"north":{"uv":[15.4375,11.3125,15.3125,11.375],"texture":"#0"},"east":{"uv":[12.9375,9.75,12.875,9.8125],"texture":"#0"},"south":{"uv":[15.5625,11.3125,15.6875,11.375],"texture":"#0"},"west":{"uv":[12.6875,9.75,12.75,9.8125],"texture":"#0"},"up":{"uv":[15.0625,11.375,15.1875,11.3125],"texture":"#0"},"down":{"uv":[14.8125,11.3125,14.9375,11.375],"texture":"#0"}}},{"from":[8.5,13.75,8],"to":[9,14,8.25],"faces":{"north":{"uv":[9.5625,11.125,9.4375,11.1875],"texture":"#0"},"east":{"uv":[14.0625,9.75,14,9.8125],"texture":"#0"},"south":{"uv":[9.6875,11.125,9.8125,11.1875],"texture":"#0"},"west":{"uv":[13.8125,9.75,13.875,9.8125],"texture":"#0"},"up":{"uv":[9.1875,11.1875,9.3125,11.125],"texture":"#0"},"down":{"uv":[8.9375,11.125,9.0625,11.1875],"texture":"#0"}}},{"from":[8.5,14.25,7.75],"to":[8.75,14.5,8],"faces":{"north":{"uv":[14.625,9.75,14.5625,9.8125],"texture":"#0"},"east":{"uv":[15.1875,9.75,15.125,9.8125],"texture":"#0"},"south":{"uv":[14.75,9.75,14.8125,9.8125],"texture":"#0"},"west":{"uv":[14.9375,9.75,15,9.8125],"texture":"#0"},"up":{"uv":[14.375,9.8125,14.4375,9.75],"texture":"#0"},"down":{"uv":[14.1875,9.75,14.25,9.8125],"texture":"#0"}}},{"from":[8.75,10.25,7.5],"to":[9,11.25,7.75],"faces":{"north":{"uv":[3.25,5.3125,3.1875,5.5625],"texture":"#0"},"east":{"uv":[3.25,4.1875,3.1875,4.4375],"texture":"#0"},"south":{"uv":[3.1875,4.9375,3.25,5.1875],"texture":"#0"},"west":{"uv":[3.1875,4.5625,3.25,4.8125],"texture":"#0"},"up":{"uv":[15.5,9.8125,15.5625,9.75],"texture":"#0"},"down":{"uv":[15.3125,9.75,15.375,9.8125],"texture":"#0"}}},{"from":[8.75,10.25,8],"to":[9,11.25,8.25],"faces":{"north":{"uv":[3.25,3.8125,3.1875,4.0625],"texture":"#0"},"east":{"uv":[3.25,2.6875,3.1875,2.9375],"texture":"#0"},"south":{"uv":[3.1875,3.4375,3.25,3.6875],"texture":"#0"},"west":{"uv":[3.1875,3.0625,3.25,3.3125],"texture":"#0"},"up":{"uv":[6.3125,8.875,6.375,8.8125],"texture":"#0"},"down":{"uv":[6.3125,9,6.375,9.0625],"texture":"#0"}}},{"from":[8.75,10.75,7.25],"to":[9,11.5,7.5],"faces":{"north":{"uv":[3.8125,2.375,3.75,2.5625],"texture":"#0"},"east":{"uv":[3.8125,1.4375,3.75,1.625],"texture":"#0"},"south":{"uv":[3.75,2.0625,3.8125,2.25],"texture":"#0"},"west":{"uv":[3.75,1.75,3.8125,1.9375],"texture":"#0"},"up":{"uv":[6.3125,7.75,6.375,7.6875],"texture":"#0"},"down":{"uv":[6.3125,7.875,6.375,7.9375],"texture":"#0"}}},{"from":[8.75,10.75,8.25],"to":[9,11.5,8.5],"faces":{"north":{"uv":[3.8125,1.125,3.75,1.3125],"texture":"#0"},"east":{"uv":[3.8125,0.1875,3.75,0.375],"texture":"#0"},"south":{"uv":[3.75,0.8125,3.8125,1],"texture":"#0"},"west":{"uv":[3.75,0.5,3.8125,0.6875],"texture":"#0"},"up":{"uv":[6.3125,6.625,6.375,6.5625],"texture":"#0"},"down":{"uv":[6.3125,6.75,6.375,6.8125],"texture":"#0"}}},{"from":[8.75,11.75,7.75],"to":[9,12,8],"faces":{"north":{"uv":[6.375,5.25,6.3125,5.3125],"texture":"#0"},"east":{"uv":[6.375,4.6875,6.3125,4.75],"texture":"#0"},"south":{"uv":[6.3125,5.0625,6.375,5.125],"texture":"#0"},"west":{"uv":[6.3125,4.875,6.375,4.9375],"texture":"#0"},"up":{"uv":[6.3125,5.5,6.375,5.4375],"texture":"#0"},"down":{"uv":[6.3125,5.625,6.375,5.6875],"texture":"#0"}}},{"from":[8.75,12.75,7.75],"to":[9,13,8],"faces":{"north":{"uv":[6.375,4.125,6.3125,4.1875],"texture":"#0"},"east":{"uv":[6.375,3.5625,6.3125,3.625],"texture":"#0"},"south":{"uv":[6.3125,3.9375,6.375,4],"texture":"#0"},"west":{"uv":[6.3125,3.75,6.375,3.8125],"texture":"#0"},"up":{"uv":[6.3125,4.375,6.375,4.3125],"texture":"#0"},"down":{"uv":[6.3125,4.5,6.375,4.5625],"texture":"#0"}}},{"from":[8.75,13.25,7.25],"to":[9,13.5,7.5],"faces":{"north":{"uv":[6.375,3,6.3125,3.0625],"texture":"#0"},"east":{"uv":[6.375,2.4375,6.3125,2.5],"texture":"#0"},"south":{"uv":[6.3125,2.8125,6.375,2.875],"texture":"#0"},"west":{"uv":[6.3125,2.625,6.375,2.6875],"texture":"#0"},"up":{"uv":[6.3125,3.25,6.375,3.1875],"texture":"#0"},"down":{"uv":[6.3125,3.375,6.375,3.4375],"texture":"#0"}}},{"from":[8.75,13.25,8.25],"to":[9,13.5,8.5],"faces":{"north":{"uv":[6.375,1.875,6.3125,1.9375],"texture":"#0"},"east":{"uv":[6.375,1.3125,6.3125,1.375],"texture":"#0"},"south":{"uv":[6.3125,1.6875,6.375,1.75],"texture":"#0"},"west":{"uv":[6.3125,1.5,6.375,1.5625],"texture":"#0"},"up":{"uv":[6.3125,2.125,6.375,2.0625],"texture":"#0"},"down":{"uv":[6.3125,2.25,6.375,2.3125],"texture":"#0"}}},{"from":[9,10.75,7.5],"to":[9.25,11.25,8.25],"faces":{"north":{"uv":[14,11.0625,13.9375,11.1875],"texture":"#0"},"east":{"uv":[8.875,14.1875,8.6875,14.3125],"texture":"#0"},"south":{"uv":[14.125,11.0625,14.1875,11.1875],"texture":"#0"},"west":{"uv":[2.4375,14.1875,2.625,14.3125],"texture":"#0"},"up":{"uv":[4.25,12.0625,4.3125,11.875],"texture":"#0"},"down":{"uv":[4.0625,11.875,4.125,12.0625],"texture":"#0"}}},{"from":[9,11.25,7.75],"to":[9.25,11.5,8],"faces":{"north":{"uv":[6.9375,9.5625,6.875,9.625],"texture":"#0"},"east":{"uv":[7.5,9.5625,7.4375,9.625],"texture":"#0"},"south":{"uv":[7.0625,9.5625,7.125,9.625],"texture":"#0"},"west":{"uv":[7.25,9.5625,7.3125,9.625],"texture":"#0"},"up":{"uv":[6.6875,9.625,6.75,9.5625],"texture":"#0"},"down":{"uv":[6.5,9.5625,6.5625,9.625],"texture":"#0"}}},{"from":[9.25,13.5,7.75],"to":[9.5,13.75,8.25],"faces":{"north":{"uv":[8.0625,9.5625,8,9.625],"texture":"#0"},"east":{"uv":[15.5625,11.125,15.4375,11.1875],"texture":"#0"},"south":{"uv":[8.1875,9.5625,8.25,9.625],"texture":"#0"},"west":{"uv":[15.1875,11.125,15.3125,11.1875],"texture":"#0"},"up":{"uv":[15,11.1875,15.0625,11.0625],"texture":"#0"},"down":{"uv":[14.8125,11.0625,14.875,11.1875],"texture":"#0"}}},{"from":[9.75,12.75,7.75],"to":[10.25,13,8],"faces":{"north":{"uv":[5.375,10.875,5.25,10.9375],"texture":"#0"},"east":{"uv":[9.75,9.5625,9.6875,9.625],"texture":"#0"},"south":{"uv":[5.5,10.875,5.625,10.9375],"texture":"#0"},"west":{"uv":[9.5,9.5625,9.5625,9.625],"texture":"#0"},"up":{"uv":[5,10.9375,5.125,10.875],"texture":"#0"},"down":{"uv":[15.6875,11.125,15.8125,11.1875],"texture":"#0"}}},{"from":[10,13,7.75],"to":[10.25,13.25,8],"faces":{"north":{"uv":[10.3125,9.5625,10.25,9.625],"texture":"#0"},"east":{"uv":[10.875,9.5625,10.8125,9.625],"texture":"#0"},"south":{"uv":[10.4375,9.5625,10.5,9.625],"texture":"#0"},"west":{"uv":[10.625,9.5625,10.6875,9.625],"texture":"#0"},"up":{"uv":[10.0625,9.625,10.125,9.5625],"texture":"#0"},"down":{"uv":[9.875,9.5625,9.9375,9.625],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-180,0],"translation":[0,2.75,1],"scale":[1.6,1.6,1.6]},"thirdperson_lefthand":{"rotation":[0,-180,0],"translation":[0,2.75,1],"scale":[1.6,1.6,1.6]},"firstperson_righthand":{"rotation":[0,-158,-6],"translation":[3,1.75,-0.25],"scale":[1.6,1.6,1.6]},"firstperson_lefthand":{"rotation":[0,20,9],"translation":[3,1.75,-0.25],"scale":[1.6,1.6,1.6]},"gui":{"rotation":[71,-149,54],"translation":[-0.25,0,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/ritualist_focus.json b/assets/minecraft/models/item/wynn/skin/relik/ritualist_focus.json new file mode 100644 index 000000000..65bb15a38 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/ritualist_focus.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"1":"wynn/spell/mask_coward","2":"wynn/spell/mask_fanatic","3":"skins/colored_wood","4":"wynn/spell/mask_lunatic","particle":"wynn/spell/mask_fanatic"},"elements":[{"from":[7.4,19.07772,0.87452],"to":[8.6,20.27772,3.07452],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99626,19.79656,-0.60877]},"faces":{"north":{"uv":[7,11.5,9,12.5],"rotation":90,"texture":"#3"},"east":{"uv":[9,11.5,7,12.5],"texture":"#3"},"south":{"uv":[8,11.5,9.2,12.7],"rotation":270,"texture":"#3"},"west":{"uv":[7,11.5,9,12.5],"texture":"#3"},"up":{"uv":[7.5,11.5,9.5,12.5],"rotation":90,"texture":"#3"},"down":{"uv":[7,11.5,9,12.5],"rotation":270,"texture":"#3"}}},{"from":[7.44916,19.95043,2.00442],"to":[8.54916,21.05043,5.10442],"rotation":{"angle":-22.5,"axis":"x","origin":[8,21.41969,1.24054]},"faces":{"north":{"uv":[9.5,11.5,12.5,12.5],"rotation":180,"texture":"#3"},"east":{"uv":[9.5,11.5,12.5,12.5],"rotation":180,"texture":"#3"},"south":{"uv":[9.5,11.5,12.5,12.5],"rotation":180,"texture":"#3"},"west":{"uv":[9.5,11.5,12.5,12.5],"texture":"#3"},"up":{"uv":[9.5,12,12.5,13],"rotation":90,"texture":"#3"},"down":{"uv":[9.5,11.5,12.5,12.5],"rotation":270,"texture":"#3"}}},{"from":[7.44916,15.5158,7.90777],"to":[8.54916,18.6158,9.00777],"rotation":{"angle":0,"axis":"x","origin":[7.99804,20.0568,8.00878]},"faces":{"north":{"uv":[1.5,12,4.5,13],"rotation":90,"texture":"#3"},"east":{"uv":[2,11.5,5,12.5],"rotation":90,"texture":"#3"},"south":{"uv":[1.5,12,4.5,13],"rotation":90,"texture":"#3"},"west":{"uv":[2,11,5,12],"rotation":90,"texture":"#3"},"up":{"uv":[1.5,12,4.5,13],"rotation":90,"texture":"#3"},"down":{"uv":[1.5,12,4.5,13],"rotation":90,"texture":"#3"}}},{"from":[7.38989,22.73145,4.17352],"to":[8.60989,23.95145,7.39352],"rotation":{"angle":22.5,"axis":"x","origin":[8,21.41969,1.24054]},"faces":{"north":{"uv":[9.5,12,12.5,13],"rotation":180,"texture":"#3"},"east":{"uv":[9,11,12,12],"texture":"#3"},"south":{"uv":[9.5,12,12.5,13],"rotation":180,"texture":"#3"},"west":{"uv":[10,11.5,13,12.5],"rotation":180,"texture":"#3"},"up":{"uv":[9.5,12,12.5,13],"rotation":270,"texture":"#3"},"down":{"uv":[10,11.5,13,12.5],"rotation":180,"texture":"#3"}}},{"from":[7.39989,11.43988,9.11417],"to":[8.59989,14.63988,10.31417],"rotation":{"angle":22.5,"axis":"x","origin":[7.96609,18.2424,11.89485]},"faces":{"north":{"uv":[4,11.5,7,12.5],"rotation":90,"texture":"#3"},"east":{"uv":[4,12,7,13],"rotation":90,"texture":"#3"},"south":{"uv":[4,11,7,12],"rotation":90,"texture":"#3"},"west":{"uv":[4,12,7,13],"rotation":90,"texture":"#3"},"up":{"uv":[3.5,12,4.5,13],"rotation":90,"texture":"#3"},"down":{"uv":[4,12,7,13],"rotation":90,"texture":"#3"}}},{"from":[7.39776,1.41425,2.55915],"to":[8.59776,3.61425,3.75915],"rotation":{"angle":45,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[2,11.5,4.5,13],"rotation":270,"texture":"#3"},"east":{"uv":[2,11.5,4.5,13],"rotation":270,"texture":"#3"},"south":{"uv":[2,11.5,4.5,13],"rotation":270,"texture":"#3"},"west":{"uv":[2,11.5,4.5,13],"rotation":270,"texture":"#3"},"up":{"uv":[3,11.5,4.5,13],"rotation":270,"texture":"#3"},"down":{"uv":[2,11.5,4.5,13],"rotation":270,"texture":"#3"}}},{"from":[7.29773,6.23545,9.96511],"to":[8.69773,8.63545,11.36511],"rotation":{"angle":-22.5,"axis":"x","origin":[7.96806,1.24108,4.53931]},"faces":{"north":{"uv":[6,11.5,8.5,13],"rotation":270,"texture":"#3"},"east":{"uv":[6,11.5,8.5,13],"rotation":270,"texture":"#3"},"south":{"uv":[6,11,8.5,12.5],"rotation":270,"texture":"#3"},"west":{"uv":[6,11.5,8.5,13],"rotation":270,"texture":"#3"},"up":{"uv":[6,11.5,8.5,13],"rotation":270,"texture":"#3"},"down":{"uv":[6,11.5,7.5,13],"rotation":270,"texture":"#3"}}},{"from":[7.24389,10.05742,6.60004],"to":[8.74389,13.05742,8.10004],"rotation":{"angle":0,"axis":"x","origin":[7.99431,11.31268,7.34975]},"faces":{"north":{"uv":[5.5,11.5,8.5,13],"rotation":90,"texture":"#3"},"east":{"uv":[5,11.5,8,13],"rotation":90,"texture":"#3"},"south":{"uv":[5,12,8,13.5],"rotation":90,"texture":"#3"},"west":{"uv":[6,12,9,13.5],"rotation":90,"texture":"#3"},"up":{"uv":[6,11.5,7.5,13],"rotation":90,"texture":"#3"},"down":{"uv":[6,11,9,12.5],"rotation":90,"texture":"#3"}}},{"from":[7.30243,4.31611,4.43768],"to":[8.70243,6.71611,5.83768],"rotation":{"angle":22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[4,11.5,6.5,13],"rotation":270,"texture":"#3"},"east":{"uv":[4,11.5,6.5,13],"rotation":270,"texture":"#3"},"south":{"uv":[4,11.5,6.5,13],"rotation":270,"texture":"#3"},"west":{"uv":[4,11.5,6.5,13],"rotation":270,"texture":"#3"},"up":{"uv":[5.5,11.5,6.5,13],"rotation":90,"texture":"#3"},"down":{"uv":[4,11.5,6.5,13],"rotation":270,"texture":"#3"}}},{"from":[7.40239,6.32088,7.6003],"to":[8.60239,8.52088,8.8003],"rotation":{"angle":0,"axis":"x","origin":[7.96806,1.24108,4.53931]},"faces":{"north":{"uv":[5,11.5,7.5,13],"rotation":270,"texture":"#3"},"east":{"uv":[5,11.5,7.5,13],"rotation":270,"texture":"#3"},"south":{"uv":[5,11.5,7.5,13],"rotation":270,"texture":"#3"},"west":{"uv":[5,11.5,7.5,13],"rotation":270,"texture":"#3"},"up":{"uv":[5,11.5,7.5,13],"rotation":270,"texture":"#3"},"down":{"uv":[5,11.5,7.5,13],"rotation":270,"texture":"#3"}}},{"from":[7.49738,18.57018,-0.0549],"to":[8.49738,19.57018,0.9451],"rotation":{"angle":-45,"axis":"x","origin":[7.99626,19.79656,-0.60877]},"faces":{"north":{"uv":[8,11.5,7,12.5],"rotation":270,"texture":"#3"},"east":{"uv":[8,11.5,7,12.5],"rotation":90,"texture":"#3"},"south":{"uv":[8,11.5,7,12.5],"rotation":270,"texture":"#3"},"west":{"uv":[8,11.5,7,12.5],"rotation":270,"texture":"#3"},"up":{"uv":[8,11.5,7,12.5],"rotation":90,"texture":"#3"},"down":{"uv":[8,11.5,7,12.5],"rotation":90,"texture":"#3"}}},{"from":[7.54702,19.37139,-0.13635],"to":[8.44702,20.27139,0.76365],"rotation":{"angle":22.5,"axis":"x","origin":[7.99626,19.79656,-0.60877]},"faces":{"north":{"uv":[7.9,11.5,7,12.4],"rotation":270,"texture":"#3"},"east":{"uv":[7.9,11.5,7,12.4],"texture":"#3"},"south":{"uv":[7.9,11.5,7,12.4],"rotation":90,"texture":"#3"},"west":{"uv":[7.9,11.5,7,12.4],"rotation":180,"texture":"#3"},"up":{"uv":[7.9,11.5,7,12.4],"rotation":270,"texture":"#3"},"down":{"uv":[7.9,11.5,7,12.4],"rotation":90,"texture":"#3"}}},{"from":[7.55298,2.51712,7.98431],"to":[8.45298,3.41712,8.88431],"rotation":{"angle":-45,"axis":"x","origin":[8,-0.03412,6.88108]},"faces":{"north":{"uv":[0.5,12,1.5,13],"texture":"#3"},"east":{"uv":[0.5,12,1.5,13],"rotation":90,"texture":"#3"},"south":{"uv":[0.5,12,1.5,13],"rotation":180,"texture":"#3"},"west":{"uv":[0.5,12,1.5,13],"rotation":270,"texture":"#3"},"up":{"uv":[0.5,12,1.5,13],"texture":"#3"},"down":{"uv":[0.5,12,1.5,13],"rotation":180,"texture":"#3"}}},{"from":[7.55298,10.26051,6.40815],"to":[8.95298,11.16051,7.30815],"rotation":{"angle":-22.5,"axis":"x","origin":[8.02641,10.41272,5.64979]},"faces":{"north":{"uv":[10.5,7,12,8],"texture":"#3"},"east":{"uv":[12,7,13,8],"rotation":90,"texture":"#3"},"south":{"uv":[12.5,7,13.5,8],"rotation":90,"texture":"#3"},"west":{"uv":[12.5,7,13.5,8],"rotation":90,"texture":"#3"},"up":{"uv":[10.5,7,12,8],"texture":"#3"},"down":{"uv":[12.5,7,13.5,8],"rotation":90,"texture":"#3"}}},{"from":[7.55298,12.38951,7.66729],"to":[8.95298,13.28951,8.56729],"rotation":{"angle":-22.5,"axis":"x","origin":[8.25298,12.83951,8.11729]},"faces":{"north":{"uv":[12.5,7,13.5,8],"rotation":270,"texture":"#3"},"east":{"uv":[12,7,13,8],"texture":"#3"},"south":{"uv":[10.5,7,12,8],"texture":"#3"},"west":{"uv":[12.5,7,13.5,8],"rotation":180,"texture":"#3"},"up":{"uv":[10.5,7,12,8],"rotation":180,"texture":"#3"},"down":{"uv":[12.5,7,13.5,8],"rotation":90,"texture":"#3"}}},{"from":[7.15298,9.88951,8.46729],"to":[8.15298,10.38951,8.96729],"rotation":{"angle":-22.5,"axis":"x","origin":[8.25298,9.83951,8.11729]},"faces":{"north":{"uv":[11.5,7,12,8],"rotation":90,"texture":"#3"},"east":{"uv":[11.5,7,12,7.5],"rotation":90,"texture":"#3"},"south":{"uv":[11.5,7,12,8],"rotation":90,"texture":"#3"},"west":{"uv":[11.5,7.5,12,8],"rotation":90,"texture":"#3"},"up":{"uv":[11.5,7,12,8],"rotation":90,"texture":"#3"},"down":{"uv":[11.5,7,12,8],"rotation":90,"texture":"#3"}}},{"from":[7.20298,12.89628,6.75681],"to":[7.70298,13.39628,8.25681],"rotation":{"angle":22.5,"axis":"x","origin":[7.45298,13.14628,7.75681]},"faces":{"north":{"uv":[11.5,7,12,7.5],"rotation":90,"texture":"#3"},"east":{"uv":[11.5,7,12,8],"rotation":90,"texture":"#3"},"south":{"uv":[11.5,7.5,12,8],"rotation":90,"texture":"#3"},"west":{"uv":[11.5,7,12,8],"rotation":90,"texture":"#3"},"up":{"uv":[11.5,7,12,8],"texture":"#3"},"down":{"uv":[11.5,7,12,8],"rotation":180,"texture":"#3"}}},{"from":[8.50298,11.43008,6.40758],"to":[9.40298,12.33008,8.55758],"rotation":{"angle":-22.5,"axis":"x","origin":[8.95298,11.88008,7.10758]},"faces":{"north":{"uv":[13,7,14,8],"rotation":270,"texture":"#3"},"east":{"uv":[10.5,7,12.5,8],"texture":"#3"},"south":{"uv":[12,7,13,8],"rotation":90,"texture":"#3"},"west":{"uv":[12.5,7,13.5,8],"rotation":90,"texture":"#3"},"up":{"uv":[10.5,7,12.5,8],"rotation":90,"texture":"#3"},"down":{"uv":[12.5,7,13.5,8],"texture":"#3"}}},{"from":[6.75298,10.37359,6.37903],"to":[7.65298,11.27359,8.52903],"rotation":{"angle":22.5,"axis":"x","origin":[7.20298,10.82359,7.45403]},"faces":{"north":{"uv":[13,7,14,8],"texture":"#3"},"east":{"uv":[12.5,7,13.5,8],"rotation":270,"texture":"#3"},"south":{"uv":[12,7,13,8],"texture":"#3"},"west":{"uv":[10.5,7,12.5,8],"texture":"#3"},"up":{"uv":[10.5,7,12.5,8],"rotation":270,"texture":"#3"},"down":{"uv":[12.5,7,13.5,8],"texture":"#3"}}},{"from":[8.87667,12.65588,7.77636],"to":[9.77667,13.55588,8.67636],"rotation":{"angle":-45,"axis":"z","origin":[9.49106,13.89601,8.22737]},"faces":{"north":{"uv":[6,7.5,7,8.5],"rotation":180,"texture":"#3"},"east":{"uv":[6,7.5,7,8.5],"rotation":180,"texture":"#3"},"south":{"uv":[6,7.5,7,8.5],"rotation":180,"texture":"#3"},"west":{"uv":[6,7.5,7,8.5],"rotation":180,"texture":"#3"},"up":{"uv":[6,8,7,8.5],"rotation":180,"texture":"#3"},"down":{"uv":[6,7.5,7,8.5],"rotation":180,"texture":"#3"}}},{"from":[6.51502,16.44756,8.42636],"to":[7.41502,17.34756,9.32636],"rotation":{"angle":22.5,"axis":"z","origin":[7.12359,16.10099,8.88561]},"faces":{"north":{"uv":[12,5.5,13,6.5],"texture":"#3"},"east":{"uv":[12,5.5,13,6.5],"texture":"#3"},"south":{"uv":[12,5.5,13,6.5],"texture":"#3"},"west":{"uv":[12,5.5,13,6.5],"texture":"#3"},"up":{"uv":[12,5.5,13,6],"texture":"#3"},"down":{"uv":[12,5.5,13,6.5],"texture":"#3"}}},{"from":[7.59665,18.41466,-1.22615],"to":[8.39665,19.21466,-0.42615],"rotation":{"angle":-45,"axis":"x","origin":[7.99626,19.79656,-0.60877]},"faces":{"north":{"uv":[6.8,11.5,6,12.3],"rotation":270,"texture":"#3"},"east":{"uv":[6.8,11.5,6,12.3],"rotation":270,"texture":"#3"},"south":{"uv":[6.8,11.5,6,12.3],"rotation":270,"texture":"#3"},"west":{"uv":[6.8,11.5,6,12.3],"rotation":270,"texture":"#3"},"up":{"uv":[6.8,11.5,6,12.3],"rotation":90,"texture":"#3"},"down":{"uv":[6.8,11.5,6,12.3],"rotation":90,"texture":"#3"}}},{"from":[7.60335,1.55609,4.16351],"to":[8.40335,2.35609,4.96351],"rotation":{"angle":22.5,"axis":"x","origin":[8,-0.03412,6.88108]},"faces":{"north":{"uv":[11,14,12,15],"rotation":90,"texture":"#3"},"east":{"uv":[11,14,12,15],"rotation":90,"texture":"#3"},"south":{"uv":[11,14,12,15],"rotation":90,"texture":"#3"},"west":{"uv":[11,14,12,15],"rotation":90,"texture":"#3"},"up":{"uv":[11,14,12,15],"rotation":90,"texture":"#3"},"down":{"uv":[11,14,12,15],"rotation":90,"texture":"#3"}}},{"from":[6.74274,15.4043,8.47672],"to":[7.54274,16.7043,9.27672],"rotation":{"angle":45,"axis":"z","origin":[7.12359,16.10099,8.88561]},"faces":{"north":{"uv":[14,6,15,7],"texture":"#3"},"east":{"uv":[14,6,15,7],"texture":"#3"},"south":{"uv":[14,6,15,7],"texture":"#3"},"west":{"uv":[14,6,15,7],"texture":"#3"},"up":{"uv":[14,6,15,7],"texture":"#3"},"down":{"uv":[14,6,15,7],"texture":"#3"}}},{"from":[7.64576,18.33249,-1.30011],"to":[8.34576,19.03249,-0.60011],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99626,19.79656,-0.60877]},"faces":{"north":{"uv":[6.7,11.5,6,12.2],"rotation":270,"texture":"#3"},"east":{"uv":[6.7,11.5,6,12.2],"texture":"#3"},"south":{"uv":[6.7,11.5,6,12.2],"rotation":90,"texture":"#3"},"west":{"uv":[6.7,11.5,6,12.2],"rotation":180,"texture":"#3"},"up":{"uv":[6.7,11.5,6,12.2],"rotation":270,"texture":"#3"},"down":{"uv":[6.7,11.5,6,12.2],"rotation":90,"texture":"#3"}}},{"from":[7.65424,1.75415,5.04388],"to":[8.35424,2.45415,5.74388],"rotation":{"angle":0,"axis":"x","origin":[8,-0.03412,6.88108]},"faces":{"north":{"uv":[11.5,14,12,14.5],"rotation":90,"texture":"#3"},"east":{"uv":[11.5,14,12,14.5],"rotation":90,"texture":"#3"},"south":{"uv":[11.5,14,12,14.5],"rotation":90,"texture":"#3"},"west":{"uv":[11.5,14,12,14.5],"rotation":90,"texture":"#3"},"up":{"uv":[11.5,14,12,14.5],"rotation":90,"texture":"#3"},"down":{"uv":[11.5,14,12,14.5],"rotation":90,"texture":"#3"}}},{"from":[7.64576,19.0991,-0.66581],"to":[8.34576,19.7991,0.03419],"rotation":{"angle":-45,"axis":"x","origin":[7.99626,19.79656,-0.60877]},"faces":{"north":{"uv":[7.7,11.5,7,12.2],"rotation":270,"texture":"#3"},"east":{"uv":[7.7,11.5,7,12.2],"rotation":270,"texture":"#3"},"south":{"uv":[7.7,11.5,7,12.2],"rotation":270,"texture":"#3"},"west":{"uv":[7.7,11.5,7,12.2],"rotation":270,"texture":"#3"},"up":{"uv":[7.7,11.5,7,12.2],"rotation":90,"texture":"#3"},"down":{"uv":[7.7,11.5,7,12.2],"rotation":90,"texture":"#3"}}},{"from":[7.69461,18.22841,-1.23702],"to":[8.29461,18.82841,-0.63702],"rotation":{"angle":0,"axis":"x","origin":[7.99626,19.79656,-0.60877]},"faces":{"north":{"uv":[6.6,11.5,6,12.1],"rotation":270,"texture":"#3"},"east":{"uv":[6.6,11.5,6,12.1],"texture":"#3"},"south":{"uv":[6.6,11.5,6,12.1],"rotation":90,"texture":"#3"},"west":{"uv":[6.6,11.5,6,12.1],"rotation":180,"texture":"#3"},"up":{"uv":[6.6,11.5,6,12.1],"rotation":270,"texture":"#3"},"down":{"uv":[6.6,11.5,6,12.1],"rotation":90,"texture":"#3"}}},{"from":[7.70539,1.77129,5.9171],"to":[8.30539,2.37129,6.5171],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-0.03412,6.88108]},"faces":{"north":{"uv":[12.5,13.5,13,14],"rotation":90,"texture":"#3"},"east":{"uv":[12.5,13.5,13,14],"rotation":90,"texture":"#3"},"south":{"uv":[12.5,13.5,13,14],"rotation":90,"texture":"#3"},"west":{"uv":[12.5,13.5,13,14],"rotation":90,"texture":"#3"},"up":{"uv":[12.5,13.5,13,14],"rotation":90,"texture":"#3"},"down":{"uv":[12.5,13.5,13,14],"rotation":90,"texture":"#3"}}},{"from":[6.10226,16.83431,8.5902],"to":[6.11226,19.83431,11.5902],"rotation":{"angle":-22.5,"axis":"y","origin":[6.10726,18.33431,10.0902]},"faces":{"north":{"uv":[0.5,2.5,1,2],"rotation":90,"texture":"#3"},"east":{"uv":[5.5,10,0.5,5.5],"rotation":270,"texture":"#3"},"south":{"uv":[0.5,2.5,1,2],"rotation":90,"texture":"#3"},"west":{"uv":[0.5,10,5.5,5.5],"rotation":90,"texture":"#3"},"up":{"uv":[0.5,2.5,1,2],"rotation":180,"texture":"#3"},"down":{"uv":[0.5,2.5,1,2],"texture":"#3"}}},{"from":[6.69641,14.08886,8.57877],"to":[7.29641,15.68886,9.17877],"rotation":{"angle":45,"axis":"z","origin":[7.12359,16.10099,8.88561]},"faces":{"north":{"uv":[7.5,7,9.5,8],"rotation":90,"texture":"#3"},"east":{"uv":[7.5,7,9.5,8],"rotation":90,"texture":"#3"},"south":{"uv":[7.5,7,9.5,8],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,7,9.5,8],"rotation":90,"texture":"#3"},"up":{"uv":[7.5,7,9.5,8],"rotation":90,"texture":"#3"},"down":{"uv":[8.5,7,9.5,8],"rotation":90,"texture":"#3"}}},{"from":[6.44641,13.08886,8.32877],"to":[7.04641,14.68886,8.92877],"rotation":{"angle":45,"axis":"z","origin":[7.12359,16.10099,8.88561]},"faces":{"north":{"uv":[7.5,6.5,9.5,7.5],"rotation":90,"texture":"#3"},"east":{"uv":[7.5,7.5,9.5,6.5],"rotation":90,"texture":"#3"},"south":{"uv":[7.5,6.5,9.5,7.5],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,6.5,9.5,7.5],"rotation":270,"texture":"#3"},"up":{"uv":[8.5,6.5,9.5,7.5],"rotation":90,"texture":"#3"},"down":{"uv":[8.5,6.5,9.5,7.5],"rotation":90,"texture":"#3"}}},{"from":[7.69461,19.74252,-0.91487],"to":[8.29461,20.34252,-0.31487],"rotation":{"angle":22.5,"axis":"x","origin":[7.99626,19.79656,-0.60877]},"faces":{"north":{"uv":[7.6,11.5,7,12.1],"rotation":270,"texture":"#3"},"east":{"uv":[7.6,11.5,7,12.1],"texture":"#3"},"south":{"uv":[7.6,11.5,7,12.1],"rotation":90,"texture":"#3"},"west":{"uv":[7.6,11.5,7,12.1],"rotation":180,"texture":"#3"},"up":{"uv":[7.6,11.5,7,12.1],"rotation":270,"texture":"#3"},"down":{"uv":[7.6,11.5,7,12.1],"rotation":90,"texture":"#3"}}},{"from":[7.74344,18.15653,-1.03891],"to":[8.24344,18.65653,-0.53891],"rotation":{"angle":22.5,"axis":"x","origin":[7.99626,19.79656,-0.60877]},"faces":{"north":{"uv":[6.5,11.5,6,12],"rotation":270,"texture":"#3"},"east":{"uv":[6.5,11.5,6,12],"texture":"#3"},"south":{"uv":[6.5,11.5,6,12],"rotation":90,"texture":"#3"},"west":{"uv":[6.5,11.5,6,12],"rotation":180,"texture":"#3"},"up":{"uv":[6.5,11.5,6,12],"rotation":270,"texture":"#3"},"down":{"uv":[6.5,11.5,6,12],"rotation":90,"texture":"#3"}}},{"from":[7.75656,1.55293,6.73056],"to":[8.25656,2.05293,7.23056],"rotation":{"angle":-45,"axis":"x","origin":[8,-0.03412,6.88108]},"faces":{"north":{"uv":[14,14,14.5,14.5],"rotation":90,"texture":"#3"},"east":{"uv":[14,14,14.5,14.5],"rotation":90,"texture":"#3"},"south":{"uv":[14,14,14.5,14.5],"rotation":90,"texture":"#3"},"west":{"uv":[14,14,14.5,14.5],"rotation":90,"texture":"#3"},"up":{"uv":[14,14,14.5,14.5],"rotation":90,"texture":"#3"},"down":{"uv":[14,14,14.5,14.5],"rotation":90,"texture":"#3"}}},{"from":[7.74344,19.86893,-1.13246],"to":[8.24344,20.36893,-0.63246],"rotation":{"angle":0,"axis":"x","origin":[7.99626,19.79656,-0.60877]},"faces":{"north":{"uv":[7.5,11.5,7,12],"rotation":270,"texture":"#3"},"east":{"uv":[7.5,11.5,7,12],"texture":"#3"},"south":{"uv":[7.5,11.5,7,12],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,11.5,7,12],"rotation":180,"texture":"#3"},"up":{"uv":[7.5,11.5,7,12],"rotation":270,"texture":"#3"},"down":{"uv":[7.5,11.5,7,12],"rotation":90,"texture":"#3"}}},{"from":[7.79251,18.45727,-2.29259],"to":[8.19251,18.85727,-1.39259],"rotation":{"angle":0,"axis":"x","origin":[7.99626,19.79656,-0.60877]},"faces":{"north":{"uv":[6.4,11.5,6,11.9],"rotation":270,"texture":"#3"},"east":{"uv":[6.9,11.5,6,11.9],"texture":"#3"},"south":{"uv":[6.4,11.5,6,11.9],"rotation":90,"texture":"#3"},"west":{"uv":[6.9,11.5,6,11.9],"rotation":180,"texture":"#3"},"up":{"uv":[6.9,11.5,6,11.9],"rotation":270,"texture":"#3"},"down":{"uv":[6.9,11.5,6,11.9],"rotation":90,"texture":"#3"}}},{"from":[7.80749,0.71572,6.14595],"to":[8.20749,1.61572,6.54595],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-0.03412,6.88108]},"faces":{"north":{"uv":[1,12,2,12.5],"rotation":90,"texture":"#3"},"east":{"uv":[1,12,2,12.5],"rotation":90,"texture":"#3"},"south":{"uv":[1,12,2,12.5],"rotation":90,"texture":"#3"},"west":{"uv":[1,12,2,12.5],"rotation":90,"texture":"#3"},"up":{"uv":[1,12,2,12.5],"rotation":90,"texture":"#3"},"down":{"uv":[1.5,12,2,12.5],"rotation":90,"texture":"#3"}}},{"from":[7.39989,17.84399,6.33128],"to":[8.59989,21.04399,7.53128],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00363,22.10029,6.81456]},"faces":{"north":{"uv":[9,12.5,6,11.5],"rotation":90,"texture":"#3"},"east":{"uv":[9,12.5,6,11.5],"rotation":90,"texture":"#3"},"south":{"uv":[9,12.5,6,11.5],"rotation":90,"texture":"#3"},"west":{"uv":[9,12.5,6,11.5],"rotation":90,"texture":"#3"},"up":{"uv":[9,12.5,6,11.5],"rotation":90,"texture":"#3"},"down":{"uv":[9,12.5,6,11.5],"rotation":90,"texture":"#3"}}},{"from":[7.79251,19.71366,-1.97044],"to":[8.19251,20.11366,-1.07044],"rotation":{"angle":22.5,"axis":"x","origin":[7.99626,19.79656,-0.60877]},"faces":{"north":{"uv":[7.4,11.5,7,11.9],"rotation":270,"texture":"#3"},"east":{"uv":[7.9,11.5,7,11.9],"texture":"#3"},"south":{"uv":[7.4,11.5,7,11.9],"rotation":90,"texture":"#3"},"west":{"uv":[7.9,11.5,7,11.9],"rotation":180,"texture":"#3"},"up":{"uv":[7.9,11.5,7,11.9],"rotation":270,"texture":"#3"},"down":{"uv":[7.9,11.5,7,11.9],"rotation":90,"texture":"#3"}}},{"from":[7.84251,19.25012,-3.84206],"to":[8.14251,19.55012,-2.54206],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99626,19.79656,-0.60877]},"faces":{"north":{"uv":[6.3,11.5,6,11.8],"rotation":270,"texture":"#3"},"east":{"uv":[7.3,11.5,6,11.8],"texture":"#3"},"south":{"uv":[6.3,11.5,6,11.8],"rotation":90,"texture":"#3"},"west":{"uv":[3.8,11.5,2.5,11.8],"rotation":180,"texture":"#3"},"up":{"uv":[7.3,11.5,6,11.8],"rotation":270,"texture":"#3"},"down":{"uv":[7.3,11.5,6,11.8],"rotation":90,"texture":"#3"}}},{"from":[7.84251,20.268,-2.41969],"to":[8.14251,20.568,-1.61969],"rotation":{"angle":0,"axis":"x","origin":[7.99626,19.79656,-0.60877]},"faces":{"north":{"uv":[7.3,11.5,7,11.8],"rotation":270,"texture":"#3"},"east":{"uv":[7.8,11.5,7,11.8],"texture":"#3"},"south":{"uv":[7.3,11.5,7,11.8],"rotation":90,"texture":"#3"},"west":{"uv":[7.8,11.5,7,11.8],"rotation":180,"texture":"#3"},"up":{"uv":[7.8,11.5,7,11.8],"rotation":270,"texture":"#3"},"down":{"uv":[7.8,11.5,7,11.8],"rotation":90,"texture":"#3"}}},{"from":[7.40132,2.07963,6.4194],"to":[8.00132,2.87963,6.9194],"rotation":{"angle":22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[8.5,5.5,9.5,6.5],"rotation":270,"texture":"#3"},"east":{"uv":[8.5,5.5,9.5,6.5],"rotation":270,"texture":"#3"},"south":{"uv":[8.5,5.5,9.5,6.5],"rotation":270,"texture":"#3"},"west":{"uv":[8.5,5.5,9.5,6.5],"rotation":270,"texture":"#3"},"up":{"uv":[8.5,5.5,9.5,6.5],"rotation":90,"texture":"#3"},"down":{"uv":[8.5,5.5,9.5,6.5],"rotation":90,"texture":"#3"}}},{"from":[7.09551,1.32109,5.12626],"to":[8.12551,2.35109,6.15626],"rotation":{"angle":45,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[0,0,1.5,1.5],"rotation":90,"texture":"#3"},"east":{"uv":[0,0,1.5,1.5],"rotation":180,"texture":"#3"},"south":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#3"},"west":{"uv":[0,0,1.5,1.5],"texture":"#3"},"up":{"uv":[0,0,1.5,1.5],"rotation":90,"texture":"#3"},"down":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#3"}}},{"from":[7.59941,2.81968,3.33237],"to":[8.39941,3.51968,4.13237],"rotation":{"angle":45,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[12,5.5,12.5,6.5],"rotation":180,"texture":"#3"},"east":{"uv":[11.5,5.5,12.5,6.5],"rotation":270,"texture":"#3"},"south":{"uv":[11.5,5.5,12,6.5],"rotation":180,"texture":"#3"},"west":{"uv":[11.5,5.5,12.5,6.5],"rotation":180,"texture":"#3"},"up":{"uv":[12,5.5,12.5,6.5],"rotation":180,"texture":"#3"},"down":{"uv":[11.5,5.5,12,6.5],"texture":"#3"}}},{"from":[7.39836,2.52719,7.78175],"to":[8.19836,3.32719,8.38175],"rotation":{"angle":0,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[9,0.5,10,1.5],"rotation":180,"texture":"#3"},"east":{"uv":[9,0.5,10,1.5],"rotation":180,"texture":"#3"},"south":{"uv":[9,0.5,10,1.5],"rotation":180,"texture":"#3"},"west":{"uv":[9,0.5,10,1.5],"rotation":180,"texture":"#3"},"up":{"uv":[9,1,10,1.5],"texture":"#3"},"down":{"uv":[9,0.5,10,1.5],"texture":"#3"}}},{"from":[7.49804,2.38106,9.25295],"to":[8.29804,3.18106,9.90295],"rotation":{"angle":-22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[10.5,6,11.5,7],"rotation":180,"texture":"#3"},"east":{"uv":[10.5,6,11.5,7],"rotation":180,"texture":"#3"},"south":{"uv":[10.5,6,11.5,7],"rotation":180,"texture":"#3"},"west":{"uv":[10.5,6,11.5,7],"rotation":90,"texture":"#3"},"up":{"uv":[10.5,6,11,7],"rotation":180,"texture":"#3"},"down":{"uv":[10.5,6,11.5,7],"texture":"#3"}}},{"from":[7.01,4.48284,8.9946],"to":[8.99,4.96284,10.9746],"rotation":{"angle":-22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#3"},"east":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#3"},"south":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#3"},"west":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#3"},"up":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#3"},"down":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#3"}}},{"from":[7.01,5.58143,9.45274],"to":[8.99,6.06143,11.43274],"rotation":{"angle":-22.5,"axis":"x","origin":[7.96806,1.24108,4.53931]},"faces":{"north":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#3"},"east":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#3"},"south":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#3"},"west":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#3"},"up":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#3"},"down":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#3"}}},{"from":[7.01,16.84192,8.40055],"to":[8.99,20.47192,8.88055],"rotation":{"angle":-22.5,"axis":"x","origin":[8,17.83192,8.64055]},"faces":{"north":{"uv":[8.5,7,10.48,7.48],"texture":"#3"},"east":{"uv":[8.5,7,12.73,7.48],"rotation":90,"texture":"#3"},"south":{"uv":[11.5,6.5,16,7.5],"rotation":90,"texture":"#3"},"west":{"uv":[8.5,7,12.73,7.48],"rotation":270,"texture":"#3"},"up":{"uv":[8.5,7,10.48,7.48],"texture":"#3"},"down":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#3"}}},{"from":[7,8.39768,4.48176],"to":[9,8.89768,6.48176],"rotation":{"angle":22.5,"axis":"x","origin":[7.96806,1.24108,4.53931]},"faces":{"north":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#3"},"east":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#3"},"south":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#3"},"west":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#3"},"up":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#3"},"down":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#3"}}},{"from":[7,6.15402,4.01188],"to":[9,6.65402,6.01188],"rotation":{"angle":22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#3"},"east":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#3"},"south":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#3"},"west":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#3"},"up":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#3"},"down":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#3"}}},{"from":[7.25,19.90077,6.95057],"to":[8.75,20.40077,8.70057],"rotation":{"angle":0,"axis":"x","origin":[8,19.2727,8.00325]},"faces":{"north":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#3"},"east":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#3"},"south":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#3"},"west":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#3"},"up":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#3"},"down":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#3"}}},{"from":[7.25,20.74712,5.03154],"to":[8.75,22.74712,5.53154],"rotation":{"angle":-45,"axis":"x","origin":[8,21.74712,5.28154]},"faces":{"north":{"uv":[7,6.5,8.98,6.98],"texture":"#3"},"east":{"uv":[7,6.5,8.98,6.98],"rotation":90,"texture":"#3"},"south":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#3"},"west":{"uv":[7,6.5,8.98,6.98],"rotation":270,"texture":"#3"},"up":{"uv":[7,6.5,8.98,6.98],"texture":"#3"},"down":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#3"}}},{"from":[7.26,19.73571,8.05871],"to":[8.74,20.21571,9.78871],"rotation":{"angle":45,"axis":"x","origin":[8,19.2727,9.29675]},"faces":{"north":{"uv":[10.48,7,8.5,7.48],"rotation":180,"texture":"#3"},"east":{"uv":[10.48,7,8.5,7.48],"rotation":180,"texture":"#3"},"south":{"uv":[10.48,7,8.5,7.48],"rotation":180,"texture":"#3"},"west":{"uv":[10.48,7,8.5,7.48],"rotation":180,"texture":"#3"},"up":{"uv":[8.5,7.48,10.48,7],"rotation":180,"texture":"#3"},"down":{"uv":[8.5,7.48,10.48,7],"rotation":180,"texture":"#3"}}},{"from":[7.44989,17.84399,9.76872],"to":[8.64989,21.04399,10.96872],"rotation":{"angle":22.5,"axis":"x","origin":[8.00363,22.10029,10.48544]},"faces":{"north":{"uv":[5,11.5,2,12.5],"rotation":90,"texture":"#3"},"east":{"uv":[5,11.5,2,12.5],"rotation":90,"texture":"#3"},"south":{"uv":[5,11.5,2,12.5],"rotation":90,"texture":"#3"},"west":{"uv":[5,11.5,2,12.5],"rotation":90,"texture":"#3"},"up":{"uv":[2,12.5,5,11.5],"rotation":90,"texture":"#3"},"down":{"uv":[2,12.5,5,11.5],"rotation":90,"texture":"#3"}}},{"from":[7.26,17.9538,8.83114],"to":[8.74,18.4338,10.56114],"rotation":{"angle":45,"axis":"x","origin":[8,19.2727,9.29675]},"faces":{"north":{"uv":[13.48,6,11.5,6.48],"rotation":180,"texture":"#3"},"east":{"uv":[13.48,6,11.5,6.48],"rotation":180,"texture":"#3"},"south":{"uv":[13.48,6,11.5,6.48],"rotation":180,"texture":"#3"},"west":{"uv":[13.48,6,11.5,6.48],"rotation":180,"texture":"#3"},"up":{"uv":[11.5,6.48,13.48,6],"rotation":180,"texture":"#3"},"down":{"uv":[11.5,6.48,13.48,6],"rotation":180,"texture":"#3"}}},{"from":[7.49738,21.33244,9.56145],"to":[8.49738,22.33244,10.56145],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99499,21.57988,11.89377]},"faces":{"north":{"uv":[6,12.5,5,11.5],"rotation":270,"texture":"#3"},"east":{"uv":[5,11.5,6,12.5],"rotation":90,"texture":"#3"},"south":{"uv":[6,12.5,5,11.5],"rotation":270,"texture":"#3"},"west":{"uv":[5,11.5,6,12.5],"rotation":90,"texture":"#3"},"up":{"uv":[5,11.5,6,12.5],"rotation":90,"texture":"#3"},"down":{"uv":[5,11.5,6,12.5],"rotation":90,"texture":"#3"}}},{"from":[7.54702,20.74334,10.08335],"to":[8.44702,21.64334,10.98335],"rotation":{"angle":22.5,"axis":"x","origin":[7.99464,22.34672,11.44942]},"faces":{"north":{"uv":[6.4,12.9,5.5,12],"rotation":90,"texture":"#3"},"east":{"uv":[5.5,12,6.4,12.9],"rotation":180,"texture":"#3"},"south":{"uv":[6.4,12.9,5.5,12],"rotation":270,"texture":"#3"},"west":{"uv":[5.5,12,6.4,12.9],"texture":"#3"},"up":{"uv":[5.5,12,6.4,12.9],"rotation":90,"texture":"#3"},"down":{"uv":[5.5,12,6.4,12.9],"rotation":270,"texture":"#3"}}},{"from":[7.59665,22.49088,10.22658],"to":[8.39665,23.29088,11.02658],"rotation":{"angle":-45,"axis":"x","origin":[7.99464,22.34672,11.44942]},"faces":{"north":{"uv":[6.3,12.8,5.5,12],"rotation":270,"texture":"#3"},"east":{"uv":[5.5,12,6.3,12.8],"rotation":90,"texture":"#3"},"south":{"uv":[6.3,12.8,5.5,12],"rotation":270,"texture":"#3"},"west":{"uv":[5.5,12,6.3,12.8],"rotation":90,"texture":"#3"},"up":{"uv":[5.5,12,6.3,12.8],"rotation":90,"texture":"#3"},"down":{"uv":[5.5,12,6.3,12.8],"rotation":90,"texture":"#3"}}},{"from":[7.64576,22.3083,10.64724],"to":[8.34576,23.0083,11.34724],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99464,22.34672,11.44942]},"faces":{"north":{"uv":[7.2,12.2,6.5,11.5],"rotation":90,"texture":"#3"},"east":{"uv":[6.5,11.5,7.2,12.2],"rotation":180,"texture":"#3"},"south":{"uv":[7.2,12.2,6.5,11.5],"rotation":270,"texture":"#3"},"west":{"uv":[6.5,11.5,7.2,12.2],"texture":"#3"},"up":{"uv":[6.5,11.5,7.2,12.2],"rotation":90,"texture":"#3"},"down":{"uv":[6.5,11.5,7.2,12.2],"rotation":270,"texture":"#3"}}},{"from":[7.69461,22.2698,11.05165],"to":[8.29461,22.8698,11.65165],"rotation":{"angle":0,"axis":"x","origin":[7.99464,22.34672,11.44942]},"faces":{"north":{"uv":[7.1,12.1,6.5,11.5],"rotation":90,"texture":"#3"},"east":{"uv":[6.5,11.5,7.1,12.1],"rotation":180,"texture":"#3"},"south":{"uv":[7.1,12.1,6.5,11.5],"rotation":270,"texture":"#3"},"west":{"uv":[6.5,11.5,7.1,12.1],"texture":"#3"},"up":{"uv":[6.5,11.5,7.1,12.1],"rotation":90,"texture":"#3"},"down":{"uv":[6.5,11.5,7.1,12.1],"rotation":270,"texture":"#3"}}},{"from":[7.74344,22.3582,11.38591],"to":[8.24344,22.8582,11.88591],"rotation":{"angle":22.5,"axis":"x","origin":[7.99464,22.34672,11.44942]},"faces":{"north":{"uv":[8.5,12,8,11.5],"rotation":90,"texture":"#3"},"east":{"uv":[8,11.5,8.5,12],"rotation":180,"texture":"#3"},"south":{"uv":[8.5,12,8,11.5],"rotation":270,"texture":"#3"},"west":{"uv":[8,11.5,8.5,12],"texture":"#3"},"up":{"uv":[8,11.5,8.5,12],"rotation":90,"texture":"#3"},"down":{"uv":[8,11.5,8.5,12],"rotation":270,"texture":"#3"}}},{"from":[7.79251,22.24094,11.80722],"to":[8.19251,22.64094,12.70722],"rotation":{"angle":0,"axis":"x","origin":[7.99464,22.34672,11.44942]},"faces":{"north":{"uv":[8.4,11.9,8,11.5],"rotation":90,"texture":"#3"},"east":{"uv":[8,11.5,8.9,11.9],"rotation":180,"texture":"#3"},"south":{"uv":[8.4,11.9,8,11.5],"rotation":270,"texture":"#3"},"west":{"uv":[8,11.5,8.9,11.9],"texture":"#3"},"up":{"uv":[8,11.5,8.9,11.9],"rotation":90,"texture":"#3"},"down":{"uv":[8,11.5,8.9,11.9],"rotation":270,"texture":"#3"}}},{"from":[7.84251,21.79067,12.58919],"to":[8.14251,22.09067,13.88919],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99464,22.34672,11.44942]},"faces":{"north":{"uv":[9.5,12,9.8,12.3],"texture":"#3"},"east":{"uv":[9.5,12,10.8,12.3],"texture":"#3"},"south":{"uv":[9.5,12,9.8,12.3],"texture":"#3"},"west":{"uv":[9.5,12,10.8,12.3],"texture":"#3"},"up":{"uv":[9.5,12,9.8,13.3],"texture":"#3"},"down":{"uv":[9.5,12,9.8,13.3],"texture":"#3"}}},{"from":[7.64576,20.20352,10.47236],"to":[8.34576,20.90352,11.17236],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99377,19.70647,11.16465]},"faces":{"north":{"uv":[6.7,12.7,6,12],"rotation":270,"texture":"#3"},"east":{"uv":[6,12,6.7,12.7],"rotation":90,"texture":"#3"},"south":{"uv":[6.7,12.7,6,12],"rotation":270,"texture":"#3"},"west":{"uv":[6,12,6.7,12.7],"rotation":90,"texture":"#3"},"up":{"uv":[6,12,6.7,12.7],"rotation":90,"texture":"#3"},"down":{"uv":[6,12,6.7,12.7],"rotation":90,"texture":"#3"}}},{"from":[7.69461,19.88081,10.7643],"to":[8.29461,20.48081,11.3643],"rotation":{"angle":-45,"axis":"x","origin":[7.99377,19.70647,11.16465]},"faces":{"north":{"uv":[6.6,12.6,6,12],"rotation":270,"texture":"#3"},"east":{"uv":[6.6,12.6,6,12],"rotation":270,"texture":"#3"},"south":{"uv":[6.6,12.6,6,12],"rotation":270,"texture":"#3"},"west":{"uv":[6.6,12.6,6,12],"rotation":270,"texture":"#3"},"up":{"uv":[6,12,6.6,12.6],"rotation":90,"texture":"#3"},"down":{"uv":[6,12,6.6,12.6],"rotation":90,"texture":"#3"}}},{"from":[7.74344,19.45248,10.80019],"to":[8.24344,19.95248,11.30019],"rotation":{"angle":22.5,"axis":"x","origin":[7.99377,19.70647,11.16465]},"faces":{"north":{"uv":[6.5,12.5,6,12],"rotation":90,"texture":"#3"},"east":{"uv":[6,12,6.5,12.5],"rotation":180,"texture":"#3"},"south":{"uv":[6.5,12.5,6,12],"rotation":270,"texture":"#3"},"west":{"uv":[6,12,6.5,12.5],"texture":"#3"},"up":{"uv":[6,12,6.5,12.5],"rotation":90,"texture":"#3"},"down":{"uv":[6,12,6.5,12.5],"rotation":270,"texture":"#3"}}},{"from":[7.79251,18.82524,10.99316],"to":[8.19251,19.72524,11.39316],"rotation":{"angle":-45,"axis":"x","origin":[7.99377,19.70647,11.16465]},"faces":{"north":{"uv":[6.9,12.4,6,12],"rotation":270,"texture":"#3"},"east":{"uv":[6.9,12.4,6,12],"rotation":270,"texture":"#3"},"south":{"uv":[6.9,12.4,6,12],"rotation":270,"texture":"#3"},"west":{"uv":[6.9,12.4,6,12],"rotation":270,"texture":"#3"},"up":{"uv":[6,12,6.4,12.4],"rotation":90,"texture":"#3"},"down":{"uv":[6,12,6.4,12.4],"rotation":90,"texture":"#3"}}},{"from":[7.01904,4.41592,6.56451],"to":[9.01904,4.91592,8.56451],"rotation":{"angle":0,"axis":"x","origin":[9.81166,-0.96684,6.76408]},"faces":{"north":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#3"},"east":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#3"},"south":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#3"},"west":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#3"},"up":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#3"},"down":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#3"}}},{"from":[7,4.03838,4.13053],"to":[9,4.53838,6.13053],"rotation":{"angle":22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#3"},"east":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#3"},"south":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#3"},"west":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#3"},"up":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#3"},"down":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#3"}}},{"from":[8.5,14,0.75],"to":[9,17,4.25],"rotation":{"angle":-22.5,"axis":"y","origin":[3.75,14.0625,-0.5]},"faces":{"north":{"uv":[0,1,1,7],"texture":"#1"},"east":{"uv":[1,1,8,7],"texture":"#1"},"south":{"uv":[8,1,9,7],"texture":"#1"},"west":{"uv":[1,1,8,7],"texture":"#1"},"up":{"uv":[8,1.5,1,1],"rotation":270,"texture":"#1"},"down":{"uv":[15,0,8,1],"rotation":90,"texture":"#1"}}},{"from":[6.75,12,-0.25],"to":[9.75,15.5,0.25],"rotation":{"angle":22.5,"axis":"x","origin":[7.7375,13.94375,-0.5125]},"faces":{"north":{"uv":[1,1,7,8],"texture":"#2"},"east":{"uv":[0,1,1,8],"texture":"#2"},"south":{"uv":[8,1,14,8],"texture":"#2"},"west":{"uv":[7,1,8,8],"texture":"#2"},"up":{"uv":[7,1,1,0],"texture":"#2"},"down":{"uv":[13,0,7,1],"texture":"#2"}}},{"from":[7.6,15,-0.15],"to":[8.85,17.275,0.1],"rotation":{"angle":22.5,"axis":"x","origin":[7.7375,13.94375,-0.5125]},"faces":{"north":{"uv":[7,10,9.5,15.5],"texture":"#2"},"east":{"uv":[7,10,7,15.5],"texture":"#2"},"south":{"uv":[9.5,10,12,15.5],"texture":"#2"},"west":{"uv":[9.5,10,9.5,15.5],"texture":"#2"},"down":{"uv":[12,10,9.5,10],"texture":"#2"}}},{"from":[8.375,16.5,0.5],"to":[9.125,17.75,1.25],"shade":false,"rotation":{"angle":-22.5,"axis":"y","origin":[3.75,14.0625,-0.5]},"faces":{"north":{"uv":[4.5,8.5,3,11],"texture":"#1"},"east":{"uv":[6,8.5,4.5,11],"texture":"#1"},"south":{"uv":[1.5,8.5,0,11],"texture":"#1"},"west":{"uv":[3,8.5,1.5,11],"texture":"#1"},"up":{"uv":[1.5,8.5,3,7],"rotation":270,"texture":"#1"},"down":{"uv":[3,7,4.5,8.5],"rotation":90,"texture":"#1"}}},{"from":[8.375,18,1],"to":[9.125,18.25,1.25],"rotation":{"angle":-22.5,"axis":"y","origin":[3.75,14.0625,-0.5]},"faces":{"north":{"uv":[5,13,6.5,13.5],"texture":"#1"},"east":{"uv":[8.5,13,9,13.5],"texture":"#1"},"south":{"uv":[7,13,8.5,13.5],"texture":"#1"},"west":{"uv":[6.5,13,7,13.5],"texture":"#1"},"up":{"uv":[7,13,6.5,11.5],"rotation":270,"texture":"#1"},"down":{"uv":[7.5,11.5,7,13],"rotation":90,"texture":"#1"}}},{"from":[8.375,17.25,1.25],"to":[9.125,18.25,1.75],"shade":false,"rotation":{"angle":-22.5,"axis":"y","origin":[3.75,14.0625,-0.5]},"faces":{"north":{"uv":[4,12.5,2.5,14.5],"texture":"#1"},"east":{"uv":[5,12.5,4,14.5],"texture":"#1"},"south":{"uv":[1.5,12.5,0,14.5],"texture":"#1"},"west":{"uv":[2.5,12.5,1.5,14.5],"texture":"#1"},"up":{"uv":[1.5,12.5,2.5,11],"rotation":270,"texture":"#1"},"down":{"uv":[2.5,11,3.5,12.5],"rotation":90,"texture":"#1"}}},{"from":[8.375,16.5,3.75],"to":[9.125,17.75,4.5],"shade":false,"rotation":{"angle":-22.5,"axis":"y","origin":[3.75,14.0625,-0.5]},"faces":{"north":{"uv":[1.5,8.5,0,11],"texture":"#1"},"east":{"uv":[3,8.5,1.5,11],"texture":"#1"},"south":{"uv":[4.5,8.5,3,11],"texture":"#1"},"west":{"uv":[6,8.5,4.5,11],"texture":"#1"},"up":{"uv":[1.5,8.5,3,7],"rotation":90,"texture":"#1"},"down":{"uv":[3,7,4.5,8.5],"rotation":270,"texture":"#1"}}},{"from":[8.375,17.25,3.25],"to":[9.125,18.25,3.75],"shade":false,"rotation":{"angle":-22.5,"axis":"y","origin":[3.75,14.0625,-0.5]},"faces":{"north":{"uv":[1.5,12.5,0,14.5],"texture":"#1"},"east":{"uv":[2.5,12.5,1.5,14.5],"texture":"#1"},"south":{"uv":[4,12.5,2.5,14.5],"texture":"#1"},"west":{"uv":[5,12.5,4,14.5],"texture":"#1"},"up":{"uv":[1.5,12.5,2.5,11],"rotation":90,"texture":"#1"},"down":{"uv":[2.5,11,3.5,12.5],"rotation":270,"texture":"#1"}}},{"from":[8.375,18,3.75],"to":[9.125,18.25,4],"rotation":{"angle":-22.5,"axis":"y","origin":[3.75,14.0625,-0.5]},"faces":{"north":{"uv":[7,13,8.5,13.5],"texture":"#1"},"east":{"uv":[6.5,13,7,13.5],"texture":"#1"},"south":{"uv":[5,13,6.5,13.5],"texture":"#1"},"west":{"uv":[8.5,13,9,13.5],"texture":"#1"},"up":{"uv":[7,13,6.5,11.5],"rotation":90,"texture":"#1"},"down":{"uv":[7.5,11.5,7,13],"rotation":270,"texture":"#1"}}},{"from":[7.2,17.4,-0.85],"to":[7.4,22.1,-0.65],"rotation":{"angle":22.5,"axis":"x","origin":[0.75,4.75,-0.5]},"faces":{"north":{"uv":[7.5,6.5,12.5,7],"rotation":90,"texture":"#3"},"east":{"uv":[7.5,6.5,12.5,7],"rotation":90,"texture":"#3"},"south":{"uv":[7.5,6.5,12.5,7],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,6.5,12.5,7],"rotation":90,"texture":"#3"},"up":{"uv":[7.5,6.5,8,7],"rotation":90,"texture":"#3"},"down":{"uv":[7.5,6.5,8,7],"rotation":90,"texture":"#3"}}},{"from":[7.15,21.9,-1],"to":[8.8,23.4,-0.5],"rotation":{"angle":22.5,"axis":"x","origin":[0.75,4.75,-0.5]},"faces":{"north":{"uv":[14.5,5.5,16,7.15],"rotation":90,"texture":"#3"},"east":{"uv":[14.5,5.5,16,6],"rotation":90,"texture":"#3"},"south":{"uv":[14.5,5.5,16,7.15],"rotation":90,"texture":"#3"},"west":{"uv":[14.5,5.5,16,6],"rotation":90,"texture":"#3"},"up":{"uv":[14.5,5.5,15,7.15],"rotation":90,"texture":"#3"},"down":{"uv":[14.5,5.5,15,7.15],"rotation":90,"texture":"#3"}}},{"from":[7.15,21.05281,2.05227],"to":[8.8,22.55281,2.55227],"rotation":{"angle":-22.5,"axis":"x","origin":[7.975,22.05281,4.50227]},"faces":{"north":{"uv":[14.5,5.5,16,7.15],"rotation":90,"texture":"#3"},"east":{"uv":[14.5,5.5,16,6],"rotation":90,"texture":"#3"},"south":{"uv":[14.5,5.5,16,7.15],"rotation":90,"texture":"#3"},"west":{"uv":[14.5,5.5,16,6],"rotation":90,"texture":"#3"},"up":{"uv":[14.5,5.5,15,7.15],"rotation":90,"texture":"#3"},"down":{"uv":[14.5,5.5,15,7.15],"rotation":90,"texture":"#3"}}},{"from":[8.2,14.75,-3.55],"to":[8.4,21.2,-3.35],"rotation":{"angle":22.5,"axis":"x","origin":[0.75,4.75,-0.5]},"faces":{"north":{"uv":[7.5,6.5,15.25,7],"rotation":90,"texture":"#3"},"east":{"uv":[7.5,6.5,15.25,7],"rotation":90,"texture":"#3"},"south":{"uv":[7.5,6.5,15.25,7],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,6.5,15.25,7],"rotation":90,"texture":"#3"},"up":{"uv":[7.5,6.5,8,7],"rotation":90,"texture":"#3"},"down":{"uv":[7.5,6.5,8,7],"rotation":90,"texture":"#3"}}},{"from":[7.15,20.9584,4.23377],"to":[8.8,22.4584,4.73377],"rotation":{"angle":0,"axis":"x","origin":[7.975,21.7084,5.33377]},"faces":{"north":{"uv":[14.5,5.5,16,7.15],"rotation":90,"texture":"#3"},"east":{"uv":[14.5,5.5,16,6],"rotation":90,"texture":"#3"},"south":{"uv":[14.5,5.5,16,7.15],"rotation":90,"texture":"#3"},"west":{"uv":[14.5,5.5,16,6],"rotation":90,"texture":"#3"},"up":{"uv":[14.5,5.5,15,7.15],"rotation":90,"texture":"#3"},"down":{"uv":[14.5,5.5,15,7.15],"rotation":90,"texture":"#3"}}},{"from":[8.45,11,-2.25],"to":[8.65,22.2,-2.05],"rotation":{"angle":22.5,"axis":"x","origin":[1,4.75,-1.1]},"faces":{"north":{"uv":[7.5,6.5,15.25,7],"rotation":90,"texture":"#3"},"east":{"uv":[7.5,6.5,15.25,7],"rotation":90,"texture":"#3"},"south":{"uv":[7.5,6.5,15.25,7],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,6.5,15.25,7],"rotation":90,"texture":"#3"},"up":{"uv":[7.5,6.5,8,7],"rotation":90,"texture":"#3"},"down":{"uv":[7.5,6.5,8,7],"rotation":90,"texture":"#3"}}},{"from":[8.19029,8,-1.03649],"to":[8.69029,11.5,1.46351],"rotation":{"angle":22.5,"axis":"y","origin":[8.44029,8.75,-0.28649]},"faces":{"north":{"uv":[0,1,1,8],"texture":"#4"},"east":{"uv":[7,1,12,8],"texture":"#4"},"south":{"uv":[6,1,7,8],"texture":"#4"},"west":{"uv":[1,1,6,8],"texture":"#4"},"up":{"uv":[6,1,1,0],"rotation":270,"texture":"#4"},"down":{"uv":[11,0,6,1],"rotation":90,"texture":"#4"}}},{"from":[7.6,8.5,-0.5],"to":[8.35,9.5,1.5],"rotation":{"angle":22.5,"axis":"y","origin":[7.5,7.8125,-1.25]},"faces":{"north":{"uv":[4.5,11,5,13],"texture":"#4"},"east":{"uv":[0.5,11,4.5,13],"texture":"#4"},"south":{"uv":[0,11,0.75,12],"texture":"#4"},"west":{"uv":[0.5,11,4.5,13],"texture":"#4"},"up":{"uv":[4.5,11,0.5,10.5],"rotation":90,"texture":"#4"},"down":{"uv":[8.5,10.5,4.5,11],"rotation":270,"texture":"#4"}}},{"from":[7.25,9,1.75],"to":[8,10.5,2.25],"rotation":{"angle":22.5,"axis":"y","origin":[7.5,7.8125,-1.25]},"faces":{"north":{"uv":[13.5,8.5,15,11.5],"texture":"#4"},"east":{"uv":[12.5,8.5,13.5,11.5],"texture":"#4"},"south":{"uv":[13.5,8.5,15,11.5],"texture":"#4"},"west":{"uv":[15,8.5,16,11.5],"texture":"#4"},"up":{"uv":[13.5,8.5,12.5,7],"rotation":90,"texture":"#4"},"down":{"uv":[14.5,7,13.5,8.5],"rotation":270,"texture":"#4"}}},{"from":[8,9.75,1.75],"to":[8.5,10.5,2.25],"rotation":{"angle":22.5,"axis":"y","origin":[7.5,7.8125,-1.25]},"faces":{"north":{"uv":[14,12.5,15,14],"texture":"#4"},"east":{"uv":[13,12.5,14,14],"texture":"#4"},"south":{"uv":[12,12.5,13,14],"texture":"#4"},"west":{"uv":[15,12.5,16,14],"texture":"#4"},"up":{"uv":[14,12.5,13,11.5],"rotation":90,"texture":"#4"},"down":{"uv":[15,11.5,14,12.5],"rotation":270,"texture":"#4"}}},{"from":[8,9,1.75],"to":[8.75,9.25,2.25],"rotation":{"angle":22.5,"axis":"y","origin":[7.5,7.8125,-1.25]},"faces":{"north":{"uv":[13.5,15.5,15,16],"texture":"#4"},"east":{"uv":[12.5,15.5,13.5,16],"texture":"#4"},"south":{"uv":[11,15.5,12.5,16],"texture":"#4"},"west":{"uv":[15,15.5,16,16],"texture":"#4"},"up":{"uv":[13.5,15.5,12.5,14],"rotation":90,"texture":"#4"},"down":{"uv":[14.5,14,13.5,15.5],"rotation":270,"texture":"#4"}}},{"from":[8,9.75,-1.25],"to":[8.5,10.5,-0.75],"rotation":{"angle":22.5,"axis":"y","origin":[7.5,7.8125,-1.25]},"faces":{"north":{"uv":[14,12.5,15,14],"texture":"#4"},"east":{"uv":[13,12.5,14,14],"texture":"#4"},"south":{"uv":[12,12.5,13,14],"texture":"#4"},"west":{"uv":[15,12.5,16,14],"texture":"#4"},"up":{"uv":[14,12.5,13,11.5],"rotation":90,"texture":"#4"},"down":{"uv":[15,11.5,14,12.5],"rotation":270,"texture":"#4"}}},{"from":[7.25,9,-1.25],"to":[8,10.5,-0.75],"rotation":{"angle":22.5,"axis":"y","origin":[7.5,7.8125,-1.25]},"faces":{"north":{"uv":[13.5,8.5,15,11.5],"texture":"#4"},"east":{"uv":[12.5,8.5,13.5,11.5],"texture":"#4"},"south":{"uv":[11,8.5,12.5,11.5],"texture":"#4"},"west":{"uv":[15,8.5,16,11.5],"texture":"#4"},"up":{"uv":[13.5,8.5,12.5,7],"rotation":90,"texture":"#4"},"down":{"uv":[14.5,7,13.5,8.5],"rotation":270,"texture":"#4"}}},{"from":[8,9,-1.25],"to":[8.75,9.25,-0.75],"rotation":{"angle":22.5,"axis":"y","origin":[7.5,7.8125,-1.25]},"faces":{"north":{"uv":[13.5,15.5,15,16],"texture":"#4"},"east":{"uv":[12.5,15.5,13.5,16],"texture":"#4"},"south":{"uv":[11,15.5,12.5,16],"texture":"#4"},"west":{"uv":[15,15.5,16,16],"texture":"#4"},"up":{"uv":[13.5,15.5,12.5,14],"rotation":90,"texture":"#4"},"down":{"uv":[14.5,14,13.5,15.5],"rotation":270,"texture":"#4"}}}],"display":{"thirdperson_righthand":{"rotation":[36,0,0],"translation":[-0.25,-3,1],"scale":[1.4,1.4,1.4]},"thirdperson_lefthand":{"rotation":[36,0,0],"translation":[-0.25,-3,1],"scale":[1.4,1.4,1.4]},"firstperson_righthand":{"rotation":[-13,13,0],"translation":[3.25,-0.25,-0.5],"scale":[0.97,0.97,0.97]},"firstperson_lefthand":{"rotation":[-13,13,0],"translation":[3.25,-0.25,-0.5],"scale":[0.97,0.97,0.97]},"gui":{"rotation":[-20,160,30],"translation":[-2,-4,0],"scale":[0.9,0.9,0.9]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/rune_relik.json b/assets/minecraft/models/item/wynn/skin/relik/rune_relik.json new file mode 100644 index 000000000..fc9ff07f4 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/rune_relik.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"block_variants/dark_cobblestone","1":"skins/artisansword","2":"skins/runic_ring","3":"wynn/weapon/warrior/basic_wood_gold"},"elements":[{"from":[7.2,-10.3,7.2],"to":[8.8,3.3,8.8],"rotation":{"angle":0,"axis":"y","origin":[8.00873,-7.49998,7.99126]},"faces":{"north":{"uv":[0,13,14,15],"rotation":90,"texture":"#0"},"east":{"uv":[0,13,16,15],"rotation":90,"texture":"#0"},"south":{"uv":[0,13,14,15],"rotation":90,"texture":"#0"},"west":{"uv":[0,13,16,15],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,2,2],"texture":"#0"},"down":{"uv":[0,0,2,2],"texture":"#0"}}},{"from":[7.01,-10.49,7.51],"to":[8.99,3.49,8.49],"rotation":{"angle":0,"axis":"y","origin":[8.00873,-7.49998,7.99126]},"faces":{"north":{"uv":[0,12,16,14],"rotation":90,"texture":"#1"},"east":{"uv":[0,13,16,14],"rotation":90,"texture":"#1"},"south":{"uv":[0,12,16,14],"rotation":90,"texture":"#1"},"west":{"uv":[0,12,16,13],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,2,1],"texture":"#1"},"down":{"uv":[0,0,2,1],"texture":"#1"}}},{"from":[7.42675,-10.19284,7.20935],"to":[9.00675,-6.11284,8.78935],"rotation":{"angle":22.5,"axis":"z","origin":[8.22548,-7.40282,7.99061]},"faces":{"north":{"uv":[4,10,9,12],"rotation":90,"texture":"#0"},"east":{"uv":[0,10,4.5,12],"rotation":90,"texture":"#0"},"south":{"uv":[4,10,9,12],"rotation":90,"texture":"#0"},"west":{"uv":[0,13,4.5,15],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,2,2],"texture":"#0"},"down":{"uv":[0,0,2,2],"texture":"#0"}}},{"from":[7.31675,-10.40284,7.49935],"to":[9.31675,-5.90284,8.49935],"rotation":{"angle":22.5,"axis":"z","origin":[8.32548,-7.40282,7.99061]},"faces":{"north":{"uv":[0,13,4.5,15],"rotation":90,"texture":"#1"},"east":{"uv":[7,11,8,15.5],"texture":"#1"},"south":{"uv":[0,11,2,15.5],"texture":"#1"},"west":{"uv":[1,11,2,15.5],"texture":"#1"},"up":{"uv":[0,0,2,1],"texture":"#1"},"down":{"uv":[0,0,2,1],"texture":"#1"}}},{"from":[6.60803,-10.12747,7.21295],"to":[8.18803,-6.04747,8.79295],"rotation":{"angle":-22.5,"axis":"z","origin":[7.408,-8.33998,7.99128]},"faces":{"north":{"uv":[4,10,9,12],"rotation":90,"texture":"#0"},"east":{"uv":[0,10,4.5,12],"rotation":90,"texture":"#0"},"south":{"uv":[4,10,9,12],"rotation":90,"texture":"#0"},"west":{"uv":[0,13,4.5,15],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,2,2],"texture":"#0"},"down":{"uv":[0,0,2,2],"texture":"#0"}}},{"from":[6.29803,-10.43747,7.50295],"to":[8.29803,-5.93747,8.50295],"rotation":{"angle":-22.5,"axis":"z","origin":[7.408,-8.33998,7.99128]},"faces":{"north":{"uv":[0,13,4.5,15],"rotation":90,"texture":"#1"},"east":{"uv":[7,11,8,15.5],"texture":"#1"},"south":{"uv":[0,11,2,15.5],"texture":"#1"},"west":{"uv":[1,11,2,15.5],"texture":"#1"},"up":{"uv":[0,0,2,1],"texture":"#1"},"down":{"uv":[0,0,2,1],"texture":"#1"}}},{"from":[7.19546,10.16461,7.22116],"to":[8.77546,10.74461,8.80116],"rotation":{"angle":0,"axis":"z","origin":[10.33595,7.18961,8.01671]},"faces":{"north":{"uv":[0,1,2,2],"rotation":180,"texture":"#0"},"east":{"uv":[0,0,2,1],"rotation":180,"texture":"#0"},"south":{"uv":[0,1,2,2],"rotation":180,"texture":"#0"},"west":{"uv":[0,0,2,1],"rotation":180,"texture":"#0"},"up":{"uv":[0,0,2,2],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,2,2],"rotation":180,"texture":"#0"}}},{"from":[6.98546,9.95461,7.51116],"to":[8.98546,10.95461,8.51116],"rotation":{"angle":0,"axis":"z","origin":[10.33595,7.18961,8.51671]},"faces":{"north":{"uv":[1,12,3,13],"rotation":180,"texture":"#1"},"east":{"uv":[7,14,9,16],"rotation":180,"texture":"#1"},"south":{"uv":[8,13,10,14],"rotation":180,"texture":"#1"},"west":{"uv":[10,12,12,14],"rotation":180,"texture":"#1"},"up":{"uv":[11,12,13,14],"rotation":180,"texture":"#1"},"down":{"uv":[3,14,5,16],"rotation":180,"texture":"#1"}}},{"from":[3.97715,5.93175,7.22201],"to":[4.55715,7.51175,8.80201],"rotation":{"angle":0,"axis":"z","origin":[5.18935,8.59774,8.01013]},"faces":{"north":{"uv":[0,1,2,2],"rotation":270,"texture":"#0"},"east":{"uv":[0,0,2,2],"rotation":90,"texture":"#0"},"south":{"uv":[0,1,2,2],"rotation":90,"texture":"#0"},"west":{"uv":[0,0,2,2],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,2,1],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,2,1],"rotation":90,"texture":"#0"}}},{"from":[3.76715,5.72175,7.51201],"to":[4.76715,7.72175,8.51201],"rotation":{"angle":0,"axis":"z","origin":[5.18935,8.59774,8.51013]},"faces":{"north":{"uv":[1,12,3,13],"rotation":270,"texture":"#1"},"east":{"uv":[7,14,9,16],"rotation":90,"texture":"#1"},"south":{"uv":[8,13,10,14],"rotation":90,"texture":"#1"},"west":{"uv":[10,12,12,14],"rotation":90,"texture":"#1"},"up":{"uv":[11,12,13,14],"rotation":90,"texture":"#1"},"down":{"uv":[3,14,5,16],"rotation":90,"texture":"#1"}}},{"from":[11.42831,5.94286,7.23318],"to":[12.00831,7.52286,8.81318],"rotation":{"angle":0,"axis":"z","origin":[10.33595,7.18961,8.01671]},"faces":{"north":{"uv":[0,1,2,2],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,2,2],"rotation":270,"texture":"#0"},"south":{"uv":[0,1,2,2],"rotation":270,"texture":"#0"},"west":{"uv":[0,0,2,2],"rotation":270,"texture":"#0"},"up":{"uv":[0,0,2,1],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,2,1],"rotation":270,"texture":"#0"}}},{"from":[11.21831,5.73286,7.52318],"to":[12.21831,7.73286,8.52318],"rotation":{"angle":0,"axis":"z","origin":[10.33595,7.18961,8.51671]},"faces":{"north":{"uv":[1,12,3,13],"rotation":90,"texture":"#1"},"east":{"uv":[7,14,9,16],"rotation":270,"texture":"#1"},"south":{"uv":[8,13,10,14],"rotation":270,"texture":"#1"},"west":{"uv":[10,12,12,14],"rotation":270,"texture":"#1"},"up":{"uv":[11,12,13,14],"rotation":270,"texture":"#1"},"down":{"uv":[3,14,5,16],"rotation":270,"texture":"#1"}}},{"from":[4.89182,4.25551,7.21623],"to":[6.47182,4.83551,8.79623],"rotation":{"angle":-45,"axis":"z","origin":[4.97005,4.69867,7.99437]},"faces":{"north":{"uv":[0,1,2,2],"texture":"#0"},"east":{"uv":[4,1,6,3],"texture":"#0"},"south":{"uv":[0,1,2,2],"texture":"#0"},"west":{"uv":[0,1,2,3],"texture":"#0"},"up":{"uv":[9,7,11,9],"texture":"#0"},"down":{"uv":[8,7,10,9],"texture":"#0"}}},{"from":[4.68182,4.04551,7.50623],"to":[6.68182,5.04551,8.50623],"rotation":{"angle":-45,"axis":"z","origin":[4.97005,4.69867,8.49437]},"faces":{"north":{"uv":[1,12,3,13],"texture":"#1"},"east":{"uv":[7,14,9,16],"texture":"#1"},"south":{"uv":[8,13,10,14],"texture":"#1"},"west":{"uv":[10,12,12,14],"texture":"#1"},"up":{"uv":[11,12,13,14],"texture":"#1"},"down":{"uv":[3,14,5,16],"texture":"#1"}}},{"from":[8.20707,8.64079,7.22739],"to":[9.78707,9.22079,8.80739],"rotation":{"angle":-45,"axis":"z","origin":[10.33595,7.18961,8.01671]},"faces":{"north":{"uv":[0,1,2,2],"rotation":180,"texture":"#0"},"east":{"uv":[3,1,5,3],"rotation":180,"texture":"#0"},"south":{"uv":[0,1,2,2],"rotation":180,"texture":"#0"},"west":{"uv":[0,1,2,3],"rotation":180,"texture":"#0"},"up":{"uv":[5,1,7,3],"rotation":180,"texture":"#0"},"down":{"uv":[5,1,7,3],"rotation":180,"texture":"#0"}}},{"from":[7.99707,8.43079,7.51739],"to":[9.99707,9.43079,8.51739],"rotation":{"angle":-45,"axis":"z","origin":[10.33595,7.18961,8.51671]},"faces":{"north":{"uv":[1,12,3,13],"rotation":180,"texture":"#1"},"east":{"uv":[7,14,9,16],"rotation":180,"texture":"#1"},"south":{"uv":[8,13,10,14],"rotation":180,"texture":"#1"},"west":{"uv":[10,12,12,14],"rotation":180,"texture":"#1"},"up":{"uv":[11,12,13,14],"rotation":180,"texture":"#1"},"down":{"uv":[3,14,5,16],"rotation":180,"texture":"#1"}}},{"from":[4.47927,8.46099,7.22824],"to":[5.05927,10.04099,8.80824],"rotation":{"angle":-45,"axis":"z","origin":[5.18935,8.59774,8.01013]},"faces":{"north":{"uv":[0,1,2,2],"rotation":270,"texture":"#0"},"east":{"uv":[3,1,5,3],"rotation":90,"texture":"#0"},"south":{"uv":[0,1,2,2],"rotation":90,"texture":"#0"},"west":{"uv":[0,1,2,3],"rotation":90,"texture":"#0"},"up":{"uv":[5,1,7,3],"rotation":90,"texture":"#0"},"down":{"uv":[5,1,7,3],"rotation":90,"texture":"#0"}}},{"from":[4.26927,8.25099,7.51824],"to":[5.26927,10.25099,8.51824],"rotation":{"angle":-45,"axis":"z","origin":[5.18935,8.59774,8.51013]},"faces":{"north":{"uv":[1,12,3,13],"rotation":270,"texture":"#1"},"east":{"uv":[7,14,9,16],"rotation":90,"texture":"#1"},"south":{"uv":[8,13,10,14],"rotation":90,"texture":"#1"},"west":{"uv":[10,12,12,14],"rotation":90,"texture":"#1"},"up":{"uv":[11,12,13,14],"rotation":90,"texture":"#1"},"down":{"uv":[3,14,5,16],"rotation":90,"texture":"#1"}}},{"from":[12.44091,4.42225,7.2394],"to":[13.02091,6.00225,8.8194],"rotation":{"angle":-45,"axis":"z","origin":[10.33595,7.18961,8.01671]},"faces":{"north":{"uv":[0,1,2,2],"rotation":90,"texture":"#0"},"east":{"uv":[4,1,6,3],"rotation":270,"texture":"#0"},"south":{"uv":[0,1,2,2],"rotation":270,"texture":"#0"},"west":{"uv":[0,1,2,3],"rotation":270,"texture":"#0"},"up":{"uv":[9,7,11,9],"rotation":270,"texture":"#0"},"down":{"uv":[8,7,10,9],"rotation":270,"texture":"#0"}}},{"from":[12.23091,4.21225,7.5294],"to":[13.23091,6.21225,8.5294],"rotation":{"angle":-45,"axis":"z","origin":[10.33595,7.18961,8.51671]},"faces":{"north":{"uv":[1,12,3,13],"rotation":90,"texture":"#1"},"east":{"uv":[7,14,9,16],"rotation":270,"texture":"#1"},"south":{"uv":[8,13,10,14],"rotation":270,"texture":"#1"},"west":{"uv":[10,12,12,14],"rotation":270,"texture":"#1"},"up":{"uv":[11,12,13,14],"rotation":270,"texture":"#1"},"down":{"uv":[3,14,5,16],"rotation":270,"texture":"#1"}}},{"from":[5.79849,3.00332,7.21948],"to":[7.35849,3.56332,8.77948],"rotation":{"angle":-22.5,"axis":"z","origin":[6.57936,3.29206,7.98988]},"faces":{"north":{"uv":[0,1,2,2],"texture":"#0"},"east":{"uv":[4,1,6,3],"texture":"#0"},"south":{"uv":[0,1,2,2],"texture":"#0"},"west":{"uv":[0,1,2,3],"texture":"#0"},"up":{"uv":[9,7,11,9],"texture":"#0"},"down":{"uv":[8,7,10,9],"texture":"#0"}}},{"from":[5.57849,2.78332,7.49948],"to":[7.57849,3.78332,8.49948],"rotation":{"angle":-22.5,"axis":"z","origin":[6.57936,3.29206,8.48988]},"faces":{"north":{"uv":[1,12,3,13],"texture":"#1"},"east":{"uv":[7,14,9,16],"texture":"#1"},"south":{"uv":[8,13,10,14],"texture":"#1"},"west":{"uv":[10,12,12,14],"texture":"#1"},"up":{"uv":[11,12,13,14],"texture":"#1"},"down":{"uv":[3,14,5,16],"texture":"#1"}}},{"from":[7.54006,9.28915,7.21065],"to":[9.14006,9.88915,8.81065],"rotation":{"angle":-22.5,"axis":"z","origin":[10.33595,7.18961,8.01671]},"faces":{"north":{"uv":[0,1,2,2],"rotation":180,"texture":"#0"},"east":{"uv":[3,1,5,3],"rotation":180,"texture":"#0"},"south":{"uv":[0,1,2,2],"rotation":180,"texture":"#0"},"west":{"uv":[0,1,2,3],"rotation":180,"texture":"#0"},"up":{"uv":[5,1,7,3],"rotation":180,"texture":"#0"},"down":{"uv":[5,1,7,3],"rotation":180,"texture":"#0"}}},{"from":[7.34006,9.08915,7.51065],"to":[9.34006,10.08915,8.51065],"rotation":{"angle":-22.5,"axis":"z","origin":[10.33595,7.18961,8.51671]},"faces":{"north":{"uv":[1,12,3,13],"rotation":180,"texture":"#1"},"east":{"uv":[7,14,9,16],"rotation":180,"texture":"#1"},"south":{"uv":[8,13,10,14],"rotation":180,"texture":"#1"},"west":{"uv":[10,12,12,14],"rotation":180,"texture":"#1"},"up":{"uv":[11,12,13,14],"rotation":180,"texture":"#1"},"down":{"uv":[3,14,5,16],"rotation":180,"texture":"#1"}}},{"from":[4.4727,7.13678,7.2115],"to":[5.0727,8.73678,8.8115],"rotation":{"angle":-22.5,"axis":"z","origin":[5.18935,8.59774,8.01013]},"faces":{"north":{"uv":[0,1,2,2],"rotation":270,"texture":"#0"},"east":{"uv":[3,1,5,3],"rotation":90,"texture":"#0"},"south":{"uv":[0,1,2,2],"rotation":90,"texture":"#0"},"west":{"uv":[0,1,2,3],"rotation":90,"texture":"#0"},"up":{"uv":[5,1,7,3],"rotation":90,"texture":"#0"},"down":{"uv":[5,1,7,3],"rotation":90,"texture":"#0"}}},{"from":[4.2727,6.93678,7.5115],"to":[5.2727,8.93678,8.5115],"rotation":{"angle":-22.5,"axis":"z","origin":[5.18935,8.59774,8.51013]},"faces":{"north":{"uv":[1,12,3,13],"rotation":270,"texture":"#1"},"east":{"uv":[7,14,9,16],"rotation":90,"texture":"#1"},"south":{"uv":[8,13,10,14],"rotation":90,"texture":"#1"},"west":{"uv":[10,12,12,14],"rotation":90,"texture":"#1"},"up":{"uv":[11,12,13,14],"rotation":90,"texture":"#1"},"down":{"uv":[3,14,5,16],"rotation":90,"texture":"#1"}}},{"from":[11.77044,5.0715,7.22266],"to":[12.37044,6.6715,8.82266],"rotation":{"angle":-22.5,"axis":"z","origin":[10.33595,7.18961,8.01671]},"faces":{"north":{"uv":[0,1,2,2],"rotation":90,"texture":"#0"},"east":{"uv":[4,1,6,3],"rotation":270,"texture":"#0"},"south":{"uv":[0,1,2,2],"rotation":270,"texture":"#0"},"west":{"uv":[0,1,2,3],"rotation":270,"texture":"#0"},"up":{"uv":[9,7,11,9],"rotation":270,"texture":"#0"},"down":{"uv":[8,7,10,9],"rotation":270,"texture":"#0"}}},{"from":[11.57044,4.8715,7.52266],"to":[12.57044,6.8715,8.52266],"rotation":{"angle":-22.5,"axis":"z","origin":[10.33595,7.18961,8.51671]},"faces":{"north":{"uv":[1,12,3,13],"rotation":90,"texture":"#1"},"east":{"uv":[7,14,9,16],"rotation":270,"texture":"#1"},"south":{"uv":[8,13,10,14],"rotation":270,"texture":"#1"},"west":{"uv":[10,12,12,14],"rotation":270,"texture":"#1"},"up":{"uv":[11,12,13,14],"rotation":270,"texture":"#1"},"down":{"uv":[3,14,5,16],"rotation":270,"texture":"#1"}}},{"from":[4.51837,4.60761,7.20571],"to":[5.11837,6.20761,8.80571],"rotation":{"angle":22.5,"axis":"z","origin":[4.97005,4.69867,7.99437]},"faces":{"north":{"uv":[0,1,2,2],"rotation":270,"texture":"#0"},"east":{"uv":[4,1,6,3],"rotation":90,"texture":"#0"},"south":{"uv":[0,1,2,2],"rotation":90,"texture":"#0"},"west":{"uv":[0,1,2,3],"rotation":90,"texture":"#0"},"up":{"uv":[9,7,11,9],"rotation":90,"texture":"#0"},"down":{"uv":[8,7,10,9],"rotation":90,"texture":"#0"}}},{"from":[4.31837,4.40761,7.50571],"to":[5.31837,6.40761,8.50571],"rotation":{"angle":22.5,"axis":"z","origin":[4.97005,4.69867,8.49437]},"faces":{"north":{"uv":[1,12,3,13],"rotation":270,"texture":"#1"},"east":{"uv":[7,14,9,16],"rotation":90,"texture":"#1"},"south":{"uv":[8,13,10,14],"rotation":90,"texture":"#1"},"west":{"uv":[10,12,12,14],"rotation":90,"texture":"#1"},"up":{"uv":[11,12,13,14],"rotation":90,"texture":"#1"},"down":{"uv":[3,14,5,16],"rotation":90,"texture":"#1"}}},{"from":[11.41479,6.86775,7.21687],"to":[12.01479,8.46775,8.81687],"rotation":{"angle":22.5,"axis":"z","origin":[10.33595,7.18961,8.01671]},"faces":{"north":{"uv":[0,1,2,2],"rotation":90,"texture":"#0"},"east":{"uv":[3,1,5,3],"rotation":270,"texture":"#0"},"south":{"uv":[0,1,2,2],"rotation":270,"texture":"#0"},"west":{"uv":[0,1,2,3],"rotation":270,"texture":"#0"},"up":{"uv":[5,1,7,3],"rotation":270,"texture":"#0"},"down":{"uv":[5,1,7,3],"rotation":270,"texture":"#0"}}},{"from":[11.21479,6.66775,7.51687],"to":[12.21479,8.66775,8.51687],"rotation":{"angle":22.5,"axis":"z","origin":[10.33595,7.18961,8.51671]},"faces":{"north":{"uv":[1,12,3,13],"rotation":90,"texture":"#1"},"east":{"uv":[7,14,9,16],"rotation":270,"texture":"#1"},"south":{"uv":[8,13,10,14],"rotation":270,"texture":"#1"},"west":{"uv":[10,12,12,14],"rotation":270,"texture":"#1"},"up":{"uv":[11,12,13,14],"rotation":270,"texture":"#1"},"down":{"uv":[3,14,5,16],"rotation":270,"texture":"#1"}}},{"from":[6.25725,9.2184,7.21773],"to":[7.85725,9.8184,8.81773],"rotation":{"angle":22.5,"axis":"z","origin":[5.18935,8.59774,8.01013]},"faces":{"north":{"uv":[0,1,2,2],"rotation":180,"texture":"#0"},"east":{"uv":[3,1,5,3],"rotation":180,"texture":"#0"},"south":{"uv":[0,1,2,2],"rotation":180,"texture":"#0"},"west":{"uv":[0,1,2,3],"rotation":180,"texture":"#0"},"up":{"uv":[5,1,7,3],"rotation":180,"texture":"#0"},"down":{"uv":[5,1,7,3],"rotation":180,"texture":"#0"}}},{"from":[6.05725,9.0184,7.51773],"to":[8.05725,10.0184,8.51773],"rotation":{"angle":22.5,"axis":"z","origin":[5.18935,8.59774,8.51013]},"faces":{"north":{"uv":[1,12,3,13],"rotation":180,"texture":"#1"},"east":{"uv":[7,14,9,16],"rotation":180,"texture":"#1"},"south":{"uv":[8,13,10,14],"rotation":180,"texture":"#1"},"west":{"uv":[10,12,12,14],"rotation":180,"texture":"#1"},"up":{"uv":[11,12,13,14],"rotation":180,"texture":"#1"},"down":{"uv":[3,14,5,16],"rotation":180,"texture":"#1"}}},{"from":[7.22048,3.65768,7.24889],"to":[8.78048,4.21768,8.80889],"rotation":{"angle":22.5,"axis":"z","origin":[10.33595,7.18961,8.01671]},"faces":{"north":{"uv":[0,1,2,2],"texture":"#0"},"east":{"uv":[4,1,6,3],"texture":"#0"},"south":{"uv":[0,1,2,2],"texture":"#0"},"west":{"uv":[0,1,2,3],"texture":"#0"},"up":{"uv":[9,7,11,9],"texture":"#0"},"down":{"uv":[8,7,10,9],"texture":"#0"}}},{"from":[7.00048,3.43768,7.52889],"to":[9.00048,4.43768,8.52889],"rotation":{"angle":22.5,"axis":"z","origin":[10.33595,7.18961,8.51671]},"faces":{"north":{"uv":[1,12,3,13],"texture":"#1"},"east":{"uv":[7,14,9,16],"texture":"#1"},"south":{"uv":[8,13,10,14],"texture":"#1"},"west":{"uv":[10,12,12,14],"texture":"#1"},"up":{"uv":[11,12,13,14],"texture":"#1"},"down":{"uv":[3,14,5,16],"texture":"#1"}}},{"from":[-1.04168,5.97236,7.2],"to":[4.55832,7.57236,8.8],"rotation":{"angle":0,"axis":"z","origin":[2.01534,6.75702,7.98025]},"faces":{"north":{"uv":[4,13,10,15],"texture":"#0"},"east":{"uv":[0,1,2,3],"rotation":90,"texture":"#0"},"south":{"uv":[4,13,10,15],"rotation":180,"texture":"#0"},"west":{"uv":[1,4,3,6],"rotation":90,"texture":"#0"},"up":{"uv":[0,13,8,15],"rotation":180,"texture":"#0"},"down":{"uv":[0,13,8,15],"rotation":180,"texture":"#0"}}},{"from":[11.39325,5.9769,7.2],"to":[16.99325,7.5769,8.8],"rotation":{"angle":0,"axis":"z","origin":[14.60079,6.77463,8.00151]},"faces":{"north":{"uv":[4,13,10,15],"rotation":180,"texture":"#0"},"east":{"uv":[0,1,2,3],"rotation":270,"texture":"#0"},"south":{"uv":[4,13,10,15],"texture":"#0"},"west":{"uv":[1,4,3,6],"rotation":270,"texture":"#0"},"up":{"uv":[0,13,8,15],"texture":"#0"},"down":{"uv":[0,13,8,15],"texture":"#0"}}},{"from":[7.3027,10.0802,7.2],"to":[8.9027,15.6802,8.8],"rotation":{"angle":0,"axis":"z","origin":[8.09632,13.28328,7.99586]},"faces":{"north":{"uv":[4,13,10,15],"rotation":270,"texture":"#0"},"east":{"uv":[0,13,8,15],"rotation":270,"texture":"#0"},"south":{"uv":[4,13,10,15],"rotation":270,"texture":"#0"},"west":{"uv":[0,13,8,15],"rotation":270,"texture":"#0"},"up":{"uv":[0,1,2,3],"rotation":180,"texture":"#0"},"down":{"uv":[0,1,2,3],"rotation":180,"texture":"#0"}}},{"from":[-1.24168,5.77236,7.5],"to":[4.75832,7.77236,8.5],"rotation":{"angle":0,"axis":"z","origin":[2.01534,6.75702,7.98025]},"faces":{"north":{"uv":[7,13,13,15],"texture":"#1"},"east":{"uv":[0,0,2,1],"rotation":90,"texture":"#1"},"south":{"uv":[0,12,6,14],"rotation":180,"texture":"#1"},"west":{"uv":[0,0,2,1],"rotation":90,"texture":"#1"},"up":{"uv":[0,12,8,13],"rotation":180,"texture":"#1"},"down":{"uv":[7,11,8,15.5],"rotation":90,"texture":"#1"}}},{"from":[11.19325,5.7769,7.5],"to":[17.19325,7.7769,8.5],"rotation":{"angle":0,"axis":"z","origin":[14.60079,6.77463,8.00151]},"faces":{"north":{"uv":[7,13,13,15],"rotation":180,"texture":"#1"},"east":{"uv":[0,0,2,1],"rotation":270,"texture":"#1"},"south":{"uv":[0,12,6,14],"texture":"#1"},"west":{"uv":[0,0,2,1],"rotation":270,"texture":"#1"},"up":{"uv":[7,11,8,15.5],"rotation":270,"texture":"#1"},"down":{"uv":[0,12,8,13],"texture":"#1"}}},{"from":[7.1027,9.8802,7.5],"to":[9.1027,15.8802,8.5],"rotation":{"angle":0,"axis":"z","origin":[8.09632,13.28328,7.99586]},"faces":{"north":{"uv":[7,13,13,15],"rotation":270,"texture":"#1"},"east":{"uv":[0,12,8,13],"rotation":270,"texture":"#1"},"south":{"uv":[0,12,6,14],"rotation":270,"texture":"#1"},"west":{"uv":[7,11,8,15.5],"rotation":180,"texture":"#1"},"up":{"uv":[0,0,2,1],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,2,1],"rotation":180,"texture":"#1"}}},{"from":[-1.00277,5.84277,7.20935],"to":[3.07723,7.42277,8.78935],"rotation":{"angle":22.5,"axis":"z","origin":[2.01534,6.75702,7.98025]},"faces":{"north":{"uv":[2,10,7,12],"texture":"#0"},"east":{"uv":[0,0,2,2],"rotation":90,"texture":"#0"},"south":{"uv":[2,10,7,12],"rotation":180,"texture":"#0"},"west":{"uv":[0,0,2,2],"rotation":90,"texture":"#0"},"up":{"uv":[0,13,4.5,15],"rotation":180,"texture":"#0"},"down":{"uv":[0,10,4.5,12],"rotation":180,"texture":"#0"}}},{"from":[12.93166,6.37946,7.20935],"to":[17.01166,7.95946,8.78935],"rotation":{"angle":22.5,"axis":"z","origin":[14.60079,6.77463,8.00151]},"faces":{"north":{"uv":[2,10,7,12],"rotation":180,"texture":"#0"},"east":{"uv":[0,0,2,2],"rotation":270,"texture":"#0"},"south":{"uv":[2,10,7,12],"texture":"#0"},"west":{"uv":[0,0,2,2],"rotation":270,"texture":"#0"},"up":{"uv":[0,10,4.5,12],"texture":"#0"},"down":{"uv":[0,13,4.5,15],"texture":"#0"}}},{"from":[6.92119,11.61497,7.20935],"to":[8.50119,15.69497,8.78935],"rotation":{"angle":22.5,"axis":"z","origin":[8.09632,13.28328,7.99586]},"faces":{"north":{"uv":[2,10,7,12],"rotation":270,"texture":"#0"},"east":{"uv":[0,13,4.5,15],"rotation":270,"texture":"#0"},"south":{"uv":[2,10,7,12],"rotation":270,"texture":"#0"},"west":{"uv":[0,10,4.5,12],"rotation":270,"texture":"#0"},"up":{"uv":[0,0,2,2],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,2,2],"rotation":180,"texture":"#0"}}},{"from":[-1.25103,5.54038,7.49935],"to":[3.24897,7.54038,8.49935],"rotation":{"angle":22.5,"axis":"z","origin":[2.01534,6.75702,7.98025]},"faces":{"north":{"uv":[0,13,4.5,15],"texture":"#1"},"east":{"uv":[0,0,2,1],"rotation":90,"texture":"#1"},"south":{"uv":[0,11,2,15.5],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,2,1],"rotation":90,"texture":"#1"},"up":{"uv":[1,11,2,15.5],"rotation":90,"texture":"#1"},"down":{"uv":[7,11,8,15.5],"rotation":90,"texture":"#1"}}},{"from":[12.75993,6.26185,7.49935],"to":[17.25993,8.26185,8.49935],"rotation":{"angle":22.5,"axis":"z","origin":[14.60079,6.77463,8.00151]},"faces":{"north":{"uv":[0,13,4.5,15],"rotation":180,"texture":"#1"},"east":{"uv":[0,0,2,1],"rotation":270,"texture":"#1"},"south":{"uv":[0,11,2,15.5],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,2,1],"rotation":270,"texture":"#1"},"up":{"uv":[7,11,8,15.5],"rotation":270,"texture":"#1"},"down":{"uv":[1,11,2,15.5],"rotation":270,"texture":"#1"}}},{"from":[6.6188,11.44324,7.49935],"to":[8.6188,15.94324,8.49935],"rotation":{"angle":22.5,"axis":"z","origin":[8.09632,13.28328,7.99586]},"faces":{"north":{"uv":[0,13,4.5,15],"rotation":270,"texture":"#1"},"east":{"uv":[1,11,2,15.5],"rotation":180,"texture":"#1"},"south":{"uv":[0,11,2,15.5],"rotation":180,"texture":"#1"},"west":{"uv":[7,11,8,15.5],"rotation":180,"texture":"#1"},"up":{"uv":[0,0,2,1],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,2,1],"rotation":180,"texture":"#1"}}},{"from":[-1.01807,6.11829,7.21295],"to":[3.06193,7.69829,8.79295],"rotation":{"angle":-22.5,"axis":"z","origin":[2.01534,6.75702,7.98025]},"faces":{"north":{"uv":[2,10,7,12],"texture":"#0"},"east":{"uv":[0,0,2,2],"rotation":90,"texture":"#0"},"south":{"uv":[2,10,7,12],"rotation":180,"texture":"#0"},"west":{"uv":[0,0,2,2],"rotation":90,"texture":"#0"},"up":{"uv":[0,13,4.5,15],"rotation":180,"texture":"#0"},"down":{"uv":[0,10,4.5,12],"rotation":180,"texture":"#0"}}},{"from":[12.93348,5.59531,7.21295],"to":[17.01348,7.17531,8.79295],"rotation":{"angle":-22.5,"axis":"z","origin":[14.60079,6.77463,8.00151]},"faces":{"north":{"uv":[2,10,7,12],"rotation":180,"texture":"#0"},"east":{"uv":[0,0,2,2],"rotation":270,"texture":"#0"},"south":{"uv":[2,10,7,12],"texture":"#0"},"west":{"uv":[0,0,2,2],"rotation":270,"texture":"#0"},"up":{"uv":[0,10,4.5,12],"texture":"#0"},"down":{"uv":[0,13,4.5,15],"texture":"#0"}}},{"from":[7.70192,11.62341,7.21295],"to":[9.28192,15.70341,8.79295],"rotation":{"angle":-22.5,"axis":"z","origin":[8.09632,13.28328,7.99586]},"faces":{"north":{"uv":[2,10,7,12],"rotation":270,"texture":"#0"},"east":{"uv":[0,13,4.5,15],"rotation":270,"texture":"#0"},"south":{"uv":[2,10,7,12],"rotation":270,"texture":"#0"},"west":{"uv":[0,10,4.5,12],"rotation":270,"texture":"#0"},"up":{"uv":[0,0,2,2],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,2,2],"rotation":180,"texture":"#0"}}},{"from":[-1.32807,6.00829,7.50295],"to":[3.17193,8.00829,8.50295],"rotation":{"angle":-22.5,"axis":"z","origin":[2.01534,6.75702,7.98025]},"faces":{"north":{"uv":[0,13,4.5,15],"texture":"#1"},"east":{"uv":[0,0,2,1],"rotation":90,"texture":"#1"},"south":{"uv":[0,11,2,15.5],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,2,1],"rotation":90,"texture":"#1"},"up":{"uv":[1,11,2,15.5],"rotation":90,"texture":"#1"},"down":{"uv":[7,11,8,15.5],"rotation":90,"texture":"#1"}}},{"from":[12.82348,5.28531,7.50295],"to":[17.32348,7.28531,8.50295],"rotation":{"angle":-22.5,"axis":"z","origin":[14.60079,6.77463,8.00151]},"faces":{"north":{"uv":[0,13,4.5,15],"rotation":180,"texture":"#1"},"east":{"uv":[0,0,2,1],"rotation":270,"texture":"#1"},"south":{"uv":[0,11,2,15.5],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,2,1],"rotation":270,"texture":"#1"},"up":{"uv":[7,11,8,15.5],"rotation":270,"texture":"#1"},"down":{"uv":[1,11,2,15.5],"rotation":270,"texture":"#1"}}},{"from":[7.59192,11.51341,7.50295],"to":[9.59192,16.01341,8.50295],"rotation":{"angle":-22.5,"axis":"z","origin":[8.09632,13.28328,7.99586]},"faces":{"north":{"uv":[0,13,4.5,15],"rotation":270,"texture":"#1"},"east":{"uv":[1,11,2,15.5],"rotation":180,"texture":"#1"},"south":{"uv":[0,11,2,15.5],"rotation":180,"texture":"#1"},"west":{"uv":[7,11,8,15.5],"rotation":180,"texture":"#1"},"up":{"uv":[0,0,2,1],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,2,1],"rotation":180,"texture":"#1"}}},{"from":[0,5.6,7],"to":[2,7.6,9],"rotation":{"angle":45,"axis":"z","origin":[0.5022,6.08689,8.01088]},"faces":{"north":{"uv":[0,4,2,6],"texture":"#1"},"east":{"uv":[1,4,3,6],"texture":"#1"},"south":{"uv":[0,4,2,6],"texture":"#1"},"west":{"uv":[0,5,2,7],"texture":"#1"},"up":{"uv":[0,5,2,7],"texture":"#1"},"down":{"uv":[0,4,2,6],"texture":"#1"}}},{"from":[15,5.6,7],"to":[17,7.6,9],"rotation":{"angle":45,"axis":"z","origin":[15.5022,6.08689,8.01088]},"faces":{"north":{"uv":[0,4,2,6],"texture":"#1"},"east":{"uv":[1,4,3,6],"texture":"#1"},"south":{"uv":[0,4,2,6],"texture":"#1"},"west":{"uv":[0,5,2,7],"texture":"#1"},"up":{"uv":[0,5,2,7],"texture":"#1"},"down":{"uv":[0,4,2,6],"texture":"#1"}}},{"from":[7.6,12.85,7],"to":[9.6,14.85,9],"rotation":{"angle":45,"axis":"z","origin":[8.1022,13.33689,8.01088]},"faces":{"north":{"uv":[0,4,2,6],"texture":"#1"},"east":{"uv":[1,4,3,6],"texture":"#1"},"south":{"uv":[0,4,2,6],"texture":"#1"},"west":{"uv":[0,5,2,7],"texture":"#1"},"up":{"uv":[0,5,2,7],"texture":"#1"},"down":{"uv":[0,4,2,6],"texture":"#1"}}},{"from":[7.6,-9.9,7],"to":[9.6,-7.9,9],"rotation":{"angle":45,"axis":"z","origin":[8.1022,-9.41311,8.01088]},"faces":{"north":{"uv":[0,4,2,6],"texture":"#1"},"east":{"uv":[1,4,3,6],"texture":"#1"},"south":{"uv":[0,4,2,6],"texture":"#1"},"west":{"uv":[0,5,2,7],"texture":"#1"},"up":{"uv":[0,5,2,7],"texture":"#1"},"down":{"uv":[0,4,2,6],"texture":"#1"}}},{"from":[1.1,-0.15,8],"to":[15.1,13.85,8],"rotation":{"angle":45,"axis":"z","origin":[8.10201,6.84974,7.99825]},"faces":{"north":{"uv":[16,0,0,16],"texture":"#2"},"east":{"uv":[0,0,0,16],"texture":"#2"},"south":{"uv":[0,0,16,16],"texture":"#2"},"west":{"uv":[0,0,0,16],"texture":"#2"},"up":{"uv":[0,0,16,0],"texture":"#2"},"down":{"uv":[0,0,16,0],"texture":"#2"}}},{"from":[7,-5,7],"to":[9,-1,9],"rotation":{"angle":0,"axis":"y","origin":[15,3,15]},"faces":{"north":{"uv":[7.5,5,8.5,7],"texture":"#3"},"east":{"uv":[7.5,5,8.5,7],"texture":"#3"},"south":{"uv":[7.5,5,8.5,7],"texture":"#3"},"west":{"uv":[7.5,5,8.5,7],"texture":"#3"},"up":{"uv":[7.5,6,8.5,7],"texture":"#3"},"down":{"uv":[7.5,5,8.5,6],"texture":"#3"}}},{"from":[7.2,-11.62262,10.17504],"to":[10.2,-4.62262,10.17504],"rotation":{"angle":-22.5,"axis":"x","origin":[8.7241,-8.12896,10.14582]},"faces":{"north":{"uv":[13.5,0,16,6],"texture":"#3"},"east":{"uv":[13.5,0,13.7,2],"texture":"#3"},"south":{"uv":[16,0,13.5,6],"texture":"#3"},"west":{"uv":[13.5,0,13.7,2.5],"texture":"#3"},"up":{"uv":[14,5.5,16,5.7],"texture":"#3"},"down":{"uv":[13.5,5.5,15.5,5.7],"texture":"#3"}}}],"display":{"thirdperson_righthand":{"rotation":[0,91,0],"translation":[0,9.25,1.5]},"thirdperson_lefthand":{"rotation":[0,91,0],"translation":[0,8.75,1.5]},"firstperson_righthand":{"rotation":[-7,-82,0],"translation":[1,8.25,-3.25],"scale":[0.8,0.8,0.8]},"firstperson_lefthand":{"rotation":[-7,-82,0],"translation":[1,8.25,-3.25],"scale":[0.8,0.8,0.8]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.5,0.5,0.5]},"gui":{"rotation":[9,7,-45],"translation":[4,5.25,0]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/seraphim_relik.json b/assets/minecraft/models/item/wynn/skin/relik/seraphim_relik.json new file mode 100644 index 000000000..70af06a96 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/seraphim_relik.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/rainbow_gradient","1":"skins/rainbow_gradient_anim","3":"skins/gold_gradient","particle":"skins/white_gradient"},"elements":[{"from":[7.15,4.7,7.15],"to":[8.85,12.9,8.85],"rotation":{"angle":0,"axis":"y","origin":[8,17,8]},"faces":{"north":{"uv":[12.5,8.5,14,13],"texture":"#0"},"east":{"uv":[12.5,8.5,14,13],"texture":"#0"},"south":{"uv":[12.5,8.5,14,13],"texture":"#0"},"west":{"uv":[12.5,8.5,14,13],"texture":"#0"},"up":{"uv":[12.5,8.5,14.2,10.2],"texture":"#0"},"down":{"uv":[12.5,8.5,14.2,10.2],"texture":"#0"}}},{"from":[7.54,15.72109,10.81057],"to":[8.46,16.94109,17.83057],"rotation":{"angle":0,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[4,6,3,13.02],"rotation":270,"texture":"#1"},"east":{"uv":[4,6,3,13.02],"rotation":270,"texture":"#1"},"south":{"uv":[4,12.5,3,13],"rotation":270,"texture":"#1"},"west":{"uv":[4,6,3,13.02],"rotation":270,"texture":"#1"},"up":{"uv":[3,13.02,4,6],"rotation":270,"texture":"#1"},"down":{"uv":[3,13,3.5,6],"rotation":180,"texture":"#1"}}},{"from":[7.54,15.72109,-1.83057],"to":[8.46,16.94109,5.18943],"rotation":{"angle":0,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[4,13,3,12.5],"rotation":270,"texture":"#1"},"east":{"uv":[4,13.02,3,6],"rotation":270,"texture":"#1"},"south":{"uv":[4,13.02,3,6],"rotation":270,"texture":"#1"},"west":{"uv":[4,13.02,3,6],"rotation":270,"texture":"#1"},"up":{"uv":[4,13.02,3,6],"rotation":270,"texture":"#1"},"down":{"uv":[3,6,3.5,13],"rotation":180,"texture":"#1"}}},{"from":[7.49,15.07992,11.04617],"to":[8.51,16.09992,16.81617],"rotation":{"angle":-45,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[8,6,8.5,3.5],"rotation":180,"texture":"#1"},"east":{"uv":[8.5,3.5,8,6],"rotation":270,"texture":"#1"},"south":{"uv":[8,4,8.5,3.5],"texture":"#1"},"west":{"uv":[8.5,3.5,8,6],"rotation":90,"texture":"#1"},"up":{"uv":[8.5,3.5,8,6],"rotation":180,"texture":"#1"},"down":{"uv":[8.5,3.5,8,6],"texture":"#1"}}},{"from":[7.49,15.07992,-0.81617],"to":[8.51,16.09992,4.95383],"rotation":{"angle":45,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[8.5,4,8,3.5],"texture":"#1"},"east":{"uv":[8.5,6,8,3.5],"rotation":270,"texture":"#1"},"south":{"uv":[8.5,6,8,3.5],"rotation":180,"texture":"#1"},"west":{"uv":[8.5,6,8,3.5],"rotation":90,"texture":"#1"},"up":{"uv":[8.5,6,8,3.5],"rotation":180,"texture":"#1"},"down":{"uv":[8.5,6,8,3.5],"texture":"#1"}}},{"from":[7.45,11.80535,6.20616],"to":[8.55,15.60535,7.30616],"rotation":{"angle":-45,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[0,7,1,10.8],"texture":"#1"},"east":{"uv":[1,10.8,0,7],"rotation":180,"texture":"#1"},"south":{"uv":[0,7,1,10.8],"rotation":180,"texture":"#1"},"west":{"uv":[1,10.8,0,7],"texture":"#1"},"up":{"uv":[1,10.8,0,7],"rotation":90,"texture":"#1"},"down":{"uv":[1,8,0,7],"rotation":270,"texture":"#1"}}},{"from":[7.45,11.80535,8.69384],"to":[8.55,15.60535,9.79384],"rotation":{"angle":45,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[1,7,0,10.8],"rotation":180,"texture":"#1"},"east":{"uv":[0,10.8,1,7],"rotation":180,"texture":"#1"},"south":{"uv":[1,7,0,10.8],"texture":"#1"},"west":{"uv":[0,10.8,1,7],"texture":"#1"},"up":{"uv":[0,10.8,1,7],"rotation":90,"texture":"#1"},"down":{"uv":[0,8,1,7],"rotation":270,"texture":"#1"}}},{"from":[7.51,16.08945,10.54209],"to":[8.49,17.26945,14.72209],"rotation":{"angle":22.5,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[2,8,1,12.18],"rotation":270,"texture":"#1"},"east":{"uv":[2,8,1,12.18],"rotation":270,"texture":"#1"},"south":{"uv":[2,11,1,12],"rotation":270,"texture":"#1"},"west":{"uv":[2,8,1,12.18],"rotation":270,"texture":"#1"},"up":{"uv":[1,12.18,2,8],"rotation":270,"texture":"#1"},"down":{"uv":[1,12.18,2,8],"rotation":180,"texture":"#1"}}},{"from":[7.51,16.08945,1.27791],"to":[8.49,17.26945,5.45791],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[2,12,1,11],"rotation":270,"texture":"#1"},"east":{"uv":[2,12.18,1,8],"rotation":270,"texture":"#1"},"south":{"uv":[2,12.18,1,8],"rotation":270,"texture":"#1"},"west":{"uv":[2,12.18,1,8],"rotation":270,"texture":"#1"},"up":{"uv":[2,12.18,1,8],"rotation":270,"texture":"#1"},"down":{"uv":[1,8,2,12.18],"rotation":180,"texture":"#1"}}},{"from":[7.499,19.7104,12.14935],"to":[8.501,20.7124,15.25135],"rotation":{"angle":22.5,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[6,8,5,11],"rotation":90,"texture":"#1"},"east":{"uv":[6,8,5,11],"rotation":90,"texture":"#1"},"south":{"uv":[6,10,5,11],"rotation":90,"texture":"#1"},"west":{"uv":[6,8,5,11],"rotation":270,"texture":"#1"},"up":{"uv":[5,11,6,8],"rotation":180,"texture":"#1"},"down":{"uv":[5,11,6,8],"rotation":180,"texture":"#1"}}},{"from":[7.499,19.7104,0.74865],"to":[8.501,20.7124,3.85065],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[6,11,5,10],"rotation":90,"texture":"#1"},"east":{"uv":[6,11,5,8],"rotation":90,"texture":"#1"},"south":{"uv":[6,11,5,8],"rotation":90,"texture":"#1"},"west":{"uv":[6,11,5,8],"rotation":270,"texture":"#1"},"up":{"uv":[5,8,6,11],"rotation":180,"texture":"#1"},"down":{"uv":[5,8,6,11],"rotation":180,"texture":"#1"}}},{"from":[7.57,18.41516,15.02211],"to":[8.43,19.57516,17.88211],"rotation":{"angle":22.5,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[3.5,7.5,3,9],"texture":"#1"},"east":{"uv":[3.5,7.5,3,9],"rotation":270,"texture":"#1"},"south":{"uv":[3.5,7.5,3,8],"rotation":180,"texture":"#1"},"west":{"uv":[3.5,7.5,3,9],"rotation":90,"texture":"#1"},"up":{"uv":[3,9,3.5,7.5],"texture":"#1"},"down":{"uv":[3,9,3.5,7.5],"rotation":180,"texture":"#1"}}},{"from":[7.57,18.41516,-1.88211],"to":[8.43,19.57516,0.97789],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[3,7.5,3.5,8],"rotation":180,"texture":"#1"},"east":{"uv":[3.5,9,3,7.5],"rotation":270,"texture":"#1"},"south":{"uv":[3,7.5,3.5,9],"texture":"#1"},"west":{"uv":[3.5,9,3,7.5],"rotation":90,"texture":"#1"},"up":{"uv":[3,7.5,3.5,9],"texture":"#1"},"down":{"uv":[3,7.5,3.5,9],"rotation":180,"texture":"#1"}}},{"from":[7.51,17.23319,14.41173],"to":[8.49,18.51319,17.39173],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[8,6.5,7.5,8],"texture":"#1"},"east":{"uv":[8,6.5,7.5,8],"rotation":270,"texture":"#1"},"south":{"uv":[8,6.5,7.5,7],"rotation":180,"texture":"#1"},"west":{"uv":[8,6.5,7.5,8],"rotation":90,"texture":"#1"},"up":{"uv":[7.5,8,8,6.5],"texture":"#1"},"down":{"uv":[7.5,8,8,6.5],"rotation":180,"texture":"#1"}}},{"from":[7.51,17.23319,-1.39173],"to":[8.49,18.51319,1.58827],"rotation":{"angle":22.5,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[7.5,6.5,8,7],"rotation":180,"texture":"#1"},"east":{"uv":[8,8,7.5,6.5],"rotation":270,"texture":"#1"},"south":{"uv":[7.5,6.5,8,8],"texture":"#1"},"west":{"uv":[8,8,7.5,6.5],"rotation":90,"texture":"#1"},"up":{"uv":[7.5,6.5,8,8],"texture":"#1"},"down":{"uv":[7.5,6.5,8,8],"rotation":180,"texture":"#1"}}},{"from":[7.515,10.90325,8.11371],"to":[8.485,13.87325,9.08371],"rotation":{"angle":-45,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[1,8.97,1.97,6],"texture":"#1"},"east":{"uv":[1.97,9.97,1,12.94],"texture":"#1"},"south":{"uv":[1.97,6.5,1,9.47],"rotation":180,"texture":"#1"},"west":{"uv":[1.97,9.97,1,12.94],"rotation":180,"texture":"#1"},"up":{"uv":[1.97,7.97,1,8.94],"rotation":270,"texture":"#1"},"down":{"uv":[1.97,7.97,1,8.94],"rotation":90,"texture":"#1"}}},{"from":[7.515,10.90325,6.91629],"to":[8.485,13.87325,7.88629],"rotation":{"angle":45,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[1,6.5,1.97,9.47],"rotation":180,"texture":"#1"},"east":{"uv":[1,9.97,1.97,12.94],"texture":"#1"},"south":{"uv":[1.97,8.97,1,6],"texture":"#1"},"west":{"uv":[1,9.97,1.97,12.94],"rotation":180,"texture":"#1"},"up":{"uv":[1,7.97,1.97,8.94],"rotation":270,"texture":"#1"},"down":{"uv":[1,7.97,1.97,8.94],"rotation":90,"texture":"#1"}}},{"from":[7.501,18.33105,13.18381],"to":[8.499,19.32905,16.18181],"rotation":{"angle":0,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[6.998,6.996,6,5.998],"rotation":270,"texture":"#1"},"east":{"uv":[6.998,8.996,6,5.998],"rotation":90,"texture":"#1"},"south":{"uv":[6.998,6.996,6,5.998],"rotation":270,"texture":"#1"},"west":{"uv":[6.998,8.996,6,5.998],"rotation":270,"texture":"#1"},"up":{"uv":[6,5.998,8.998,6.996],"rotation":270,"texture":"#1"},"down":{"uv":[6,5.998,6.998,8.996],"texture":"#1"}}},{"from":[7.501,18.33105,-0.18181],"to":[8.499,19.32905,2.81619],"rotation":{"angle":0,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[6.998,5.998,6,6.996],"rotation":270,"texture":"#1"},"east":{"uv":[6.998,5.998,6,8.996],"rotation":90,"texture":"#1"},"south":{"uv":[6.998,5.998,6,6.996],"rotation":270,"texture":"#1"},"west":{"uv":[6.998,5.998,6,8.996],"rotation":270,"texture":"#1"},"up":{"uv":[8.998,5.998,6,6.996],"rotation":270,"texture":"#1"},"down":{"uv":[6,8.996,6.998,5.998],"texture":"#1"}}},{"from":[7.5,15.27546,10.57239],"to":[8.5,16.07546,14.17239],"rotation":{"angle":22.5,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[0.5,10,0,11.5],"texture":"#1"},"east":{"uv":[0.5,10,0,11.5],"rotation":270,"texture":"#1"},"south":{"uv":[0.5,10,0,11.5],"rotation":180,"texture":"#1"},"west":{"uv":[0.5,10,0,11.5],"rotation":90,"texture":"#1"},"up":{"uv":[0,11.5,0.5,10],"texture":"#1"},"down":{"uv":[0,11.5,0.5,10],"rotation":180,"texture":"#1"}}},{"from":[7.5,15.27546,1.57761],"to":[8.5,16.07546,5.17761],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[0,10,0.5,11.5],"rotation":180,"texture":"#1"},"east":{"uv":[0.5,11.5,0,10],"rotation":270,"texture":"#1"},"south":{"uv":[0,10,0.5,11.5],"texture":"#1"},"west":{"uv":[0.5,11.5,0,10],"rotation":90,"texture":"#1"},"up":{"uv":[0,10,0.5,11.5],"texture":"#1"},"down":{"uv":[0,10,0.5,11.5],"rotation":180,"texture":"#1"}}},{"from":[7.55,13.07648,8.60262],"to":[8.45,15.07648,15.70262],"rotation":{"angle":-45,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[6,5.5,5,12.5],"rotation":90,"texture":"#1"},"east":{"uv":[6,5.5,5,12.5],"rotation":90,"texture":"#1"},"south":{"uv":[6,11.5,5,12.5],"rotation":180,"texture":"#1"},"west":{"uv":[6,5.5,5,12.5],"rotation":90,"texture":"#1"},"up":{"uv":[6,5.5,5,12.5],"rotation":90,"texture":"#1"},"down":{"uv":[6,5.5,5,12.5],"rotation":180,"texture":"#1"}}},{"from":[7.55,13.07648,0.29738],"to":[8.45,15.07648,7.39738],"rotation":{"angle":45,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[5,11.5,6,12.5],"rotation":180,"texture":"#1"},"east":{"uv":[6,12.5,5,5.5],"rotation":90,"texture":"#1"},"south":{"uv":[6,12.5,5,5.5],"rotation":90,"texture":"#1"},"west":{"uv":[6,12.5,5,5.5],"rotation":90,"texture":"#1"},"up":{"uv":[5,5.5,6,12.5],"rotation":90,"texture":"#1"},"down":{"uv":[6,12.5,5,5.5],"rotation":180,"texture":"#1"}}},{"from":[7.51,17.2875,11.31373],"to":[8.49,18.3675,17.29373],"rotation":{"angle":22.5,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[3,11.98,2,6],"rotation":270,"texture":"#1"},"east":{"uv":[3,11.98,2,6],"rotation":270,"texture":"#1"},"south":{"uv":[3,12,2,11.5],"rotation":270,"texture":"#1"},"west":{"uv":[3,11.98,2,6],"rotation":270,"texture":"#1"},"up":{"uv":[2,6,3,11.98],"rotation":270,"texture":"#1"},"down":{"uv":[2,6,3,11.98],"rotation":180,"texture":"#1"}}},{"from":[7.51,17.2875,-1.29373],"to":[8.49,18.3675,4.68627],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[3,11.5,2,12],"rotation":270,"texture":"#1"},"east":{"uv":[3,6,2,11.98],"rotation":270,"texture":"#1"},"south":{"uv":[3,6,2,11.98],"rotation":270,"texture":"#1"},"west":{"uv":[3,6,2,11.98],"rotation":270,"texture":"#1"},"up":{"uv":[3,6,2,11.98],"rotation":270,"texture":"#1"},"down":{"uv":[2,11.98,3,6],"rotation":180,"texture":"#1"}}},{"from":[7.5,16.29694,11.81192],"to":[8.5,17.39694,16.51192],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[7,4.5,6.5,7],"rotation":180,"texture":"#1"},"east":{"uv":[7,4.5,6.5,7],"rotation":90,"texture":"#1"},"south":{"uv":[7,2.5,6.5,3],"texture":"#1"},"west":{"uv":[7,4.5,6.5,7],"rotation":270,"texture":"#1"},"up":{"uv":[6.5,7,7,4.5],"rotation":180,"texture":"#1"},"down":{"uv":[6.5,7,7,4.5],"texture":"#1"}}},{"from":[7.5,16.29694,-0.51192],"to":[8.5,17.39694,4.18808],"rotation":{"angle":22.5,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[6.5,2.5,7,3],"texture":"#1"},"east":{"uv":[7,7,6.5,4.5],"rotation":90,"texture":"#1"},"south":{"uv":[6.5,4.5,7,7],"rotation":180,"texture":"#1"},"west":{"uv":[7,7,6.5,4.5],"rotation":270,"texture":"#1"},"up":{"uv":[6.5,4.5,7,7],"rotation":180,"texture":"#1"},"down":{"uv":[6.5,4.5,7,7],"texture":"#1"}}},{"from":[7.545,14.11231,11.10823],"to":[8.455,15.12231,17.11823],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[5,6.5,6.01,7.41],"rotation":90,"texture":"#1"},"east":{"uv":[5,6.5,6.01,12.51],"rotation":90,"texture":"#1"},"south":{"uv":[5,6.5,6.01,7.41],"rotation":90,"texture":"#1"},"west":{"uv":[5,6.5,6.01,12.51],"rotation":90,"texture":"#1"},"up":{"uv":[5,6.5,5.91,12.51],"rotation":180,"texture":"#1"},"down":{"uv":[5,6.5,5.91,12.51],"rotation":180,"texture":"#1"}}},{"from":[7.545,14.11231,-1.11823],"to":[8.455,15.12231,4.89177],"rotation":{"angle":22.5,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[5,7.41,6.01,6.5],"rotation":90,"texture":"#1"},"east":{"uv":[5,12.51,6.01,6.5],"rotation":90,"texture":"#1"},"south":{"uv":[5,7.41,6.01,6.5],"rotation":90,"texture":"#1"},"west":{"uv":[5,12.51,6.01,6.5],"rotation":90,"texture":"#1"},"up":{"uv":[5,12.51,5.91,6.5],"rotation":180,"texture":"#1"},"down":{"uv":[5,12.51,5.91,6.5],"rotation":180,"texture":"#1"}}},{"from":[7.55,21.07654,12.23273],"to":[8.45,26.97654,13.13273],"rotation":{"angle":22.5,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[10,4,9.5,7],"texture":"#1"},"east":{"uv":[10,4,9.5,7],"texture":"#1"},"south":{"uv":[10,4,9.5,7],"texture":"#1"},"west":{"uv":[10,4,9.5,7],"texture":"#1"},"up":{"uv":[9.5,4.5,10,4],"texture":"#1"},"down":{"uv":[9.5,7,10,4],"texture":"#1"}}},{"from":[7.55,21.07654,2.86727],"to":[8.45,26.97654,3.76727],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[9.5,4,10,7],"texture":"#1"},"east":{"uv":[9.5,4,10,7],"texture":"#1"},"south":{"uv":[9.5,4,10,7],"texture":"#1"},"west":{"uv":[9.5,4,10,7],"texture":"#1"},"up":{"uv":[9.5,4,10,4.5],"texture":"#1"},"down":{"uv":[9.5,4,10,7],"texture":"#1"}}},{"from":[7.6,18.37564,13.34334],"to":[8.4,24.17564,14.14334],"rotation":{"angle":0,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[10,5,9.5,5.5],"texture":"#1"},"east":{"uv":[10,5,9.5,5.5],"rotation":270,"texture":"#1"},"south":{"uv":[10,5,9.5,5.5],"rotation":180,"texture":"#1"},"west":{"uv":[10,5,9.5,5.5],"rotation":90,"texture":"#1"},"up":{"uv":[9.5,5.5,10,5],"texture":"#1"},"down":{"uv":[9.5,5.5,10,5],"rotation":180,"texture":"#1"}}},{"from":[7.6,18.37564,1.85666],"to":[8.4,24.17564,2.65666],"rotation":{"angle":0,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[9.5,5,10,5.5],"rotation":180,"texture":"#1"},"east":{"uv":[10,5.5,9.5,5],"rotation":270,"texture":"#1"},"south":{"uv":[9.5,5,10,5.5],"texture":"#1"},"west":{"uv":[10,5.5,9.5,5],"rotation":90,"texture":"#1"},"up":{"uv":[9.5,5,10,5.5],"texture":"#1"},"down":{"uv":[9.5,5,10,5.5],"rotation":180,"texture":"#1"}}},{"from":[7.551,13.19443,13.73154],"to":[8.449,14.19243,16.52954],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[4.5,5.5,4,6.9],"texture":"#1"},"east":{"uv":[4.5,5.5,4,6.9],"rotation":270,"texture":"#1"},"south":{"uv":[4.45,5.5,4,6],"rotation":180,"texture":"#1"},"west":{"uv":[4.5,5.5,4,6.9],"rotation":90,"texture":"#1"},"up":{"uv":[4,6.9,4.5,5.5],"texture":"#1"},"down":{"uv":[4,6.9,4.5,5.5],"rotation":180,"texture":"#1"}}},{"from":[7.551,13.19443,-0.52954],"to":[8.449,14.19243,2.26846],"rotation":{"angle":22.5,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[4,5.5,4.45,6],"rotation":180,"texture":"#1"},"east":{"uv":[4.5,6.9,4,5.5],"rotation":270,"texture":"#1"},"south":{"uv":[4,5.5,4.5,6.9],"texture":"#1"},"west":{"uv":[4.5,6.9,4,5.5],"rotation":90,"texture":"#1"},"up":{"uv":[4,5.5,4.5,6.9],"texture":"#1"},"down":{"uv":[4,5.5,4.5,6.9],"rotation":180,"texture":"#1"}}},{"from":[7.501,23.64486,13.10761],"to":[8.499,26.44286,14.10561],"rotation":{"angle":22.5,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[9,4,8.5,5.4],"texture":"#1"},"east":{"uv":[9,4,8.5,5.4],"texture":"#1"},"south":{"uv":[9,4,8.5,5.4],"texture":"#1"},"west":{"uv":[9,4,8.5,5.4],"texture":"#1"},"up":{"uv":[8.5,4.5,9,4],"texture":"#1"},"down":{"uv":[8.5,5.4,9,4],"texture":"#1"}}},{"from":[7.501,23.64486,1.89439],"to":[8.499,26.44286,2.89239],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[8.5,4,9,5.4],"texture":"#1"},"east":{"uv":[8.5,4,9,5.4],"texture":"#1"},"south":{"uv":[8.5,4,9,5.4],"texture":"#1"},"west":{"uv":[8.5,4,9,5.4],"texture":"#1"},"up":{"uv":[8.5,4,9,4.5],"texture":"#1"},"down":{"uv":[8.5,4,9,5.4],"texture":"#1"}}},{"from":[6.65,10.65,6.15],"to":[9.35,11.35,9.85],"rotation":{"angle":0,"axis":"y","origin":[8,11,10]},"faces":{"north":{"uv":[11,4,12.5,4.5],"rotation":180,"texture":"#0"},"east":{"uv":[10,2,12,2.5],"rotation":180,"texture":"#0"},"south":{"uv":[10.5,2,12,2.5],"rotation":180,"texture":"#0"},"west":{"uv":[10,2,12,2.5],"texture":"#0"},"up":{"uv":[10,2.5,12,4],"rotation":270,"texture":"#0"},"down":{"uv":[10.5,0.5,12,2.5],"texture":"#0"}}},{"from":[6.65,6.15,6.15],"to":[9.35,6.85,9.85],"rotation":{"angle":0,"axis":"y","origin":[8,6.5,10]},"faces":{"north":{"uv":[11,4,12.5,4.5],"rotation":180,"texture":"#0"},"east":{"uv":[10,2,12,2.5],"rotation":180,"texture":"#0"},"south":{"uv":[10.5,2,12,2.5],"rotation":180,"texture":"#0"},"west":{"uv":[10,2,12,2.5],"texture":"#0"},"up":{"uv":[10,2.5,12,4],"rotation":270,"texture":"#0"},"down":{"uv":[10.5,0.5,12,2.5],"texture":"#0"}}},{"from":[6.65,11.9,6.65],"to":[9.35,12.6,9.35],"rotation":{"angle":0,"axis":"y","origin":[8,17,8]},"faces":{"north":{"uv":[11,4,12.5,4.5],"texture":"#0"},"east":{"uv":[11,4,12.5,4.5],"texture":"#0"},"south":{"uv":[11,4,12.5,4.5],"texture":"#0"},"west":{"uv":[11,4,12.5,4.5],"texture":"#0"},"up":{"uv":[11,4,12.5,4.5],"texture":"#0"},"down":{"uv":[11,4,12.5,4.5],"texture":"#0"}}},{"from":[6.95,9.95,6.95],"to":[9.05,10.55,9.05],"rotation":{"angle":0,"axis":"y","origin":[8,17,8]},"faces":{"north":{"uv":[13.5,13.5,16,14.5],"texture":"#0"},"east":{"uv":[13.5,13.5,16,14.5],"texture":"#0"},"south":{"uv":[13.5,13.5,16,14.5],"texture":"#0"},"west":{"uv":[13.5,13.5,16,14.5],"texture":"#0"},"up":{"uv":[13.5,13.5,16,14.5],"texture":"#0"},"down":{"uv":[13.5,13.5,16,14.5],"texture":"#0"}}},{"from":[6.95,8.95,6.95],"to":[9.05,9.55,9.05],"rotation":{"angle":0,"axis":"y","origin":[8,17,8]},"faces":{"north":{"uv":[13.5,13.5,16,14.5],"texture":"#0"},"east":{"uv":[13.5,13.5,16,14.5],"texture":"#0"},"south":{"uv":[13.5,13.5,16,14.5],"texture":"#0"},"west":{"uv":[13.5,13.5,16,14.5],"texture":"#0"},"up":{"uv":[13.5,13.5,16,14.5],"texture":"#0"},"down":{"uv":[13.5,13.5,16,14.5],"texture":"#0"}}},{"from":[6.95,6.95,6.95],"to":[9.05,7.55,9.05],"rotation":{"angle":0,"axis":"y","origin":[8,17,8]},"faces":{"north":{"uv":[13.5,13.5,16,14.5],"texture":"#0"},"east":{"uv":[13.5,13.5,16,14.5],"texture":"#0"},"south":{"uv":[13.5,13.5,16,14.5],"texture":"#0"},"west":{"uv":[13.5,13.5,16,14.5],"texture":"#0"},"up":{"uv":[13.5,13.5,16,14.5],"texture":"#0"},"down":{"uv":[13.5,13.5,16,14.5],"texture":"#0"}}},{"from":[6.95,7.95,6.95],"to":[9.05,8.55,9.05],"rotation":{"angle":0,"axis":"y","origin":[8,17,8]},"faces":{"north":{"uv":[13.5,13.5,16,14.5],"texture":"#0"},"east":{"uv":[13.5,13.5,16,14.5],"texture":"#0"},"south":{"uv":[13.5,13.5,16,14.5],"texture":"#0"},"west":{"uv":[13.5,13.5,16,14.5],"texture":"#0"},"up":{"uv":[13.5,13.5,16,14.5],"texture":"#0"},"down":{"uv":[13.5,13.5,16,14.5],"texture":"#0"}}},{"from":[6.65,4.9,6.65],"to":[9.35,5.6,9.35],"rotation":{"angle":0,"axis":"y","origin":[8,17,8]},"faces":{"north":{"uv":[11,4,12.5,4.5],"texture":"#0"},"east":{"uv":[11,4,12.5,4.5],"texture":"#0"},"south":{"uv":[11,4,12.5,4.5],"texture":"#0"},"west":{"uv":[11,4,12.5,4.5],"texture":"#0"},"up":{"uv":[11,4,12.5,4.5],"texture":"#0"},"down":{"uv":[11,4,12.5,4.5],"texture":"#0"}}},{"from":[7.45,20.37551,7.20099],"to":[8.55,20.97551,8.80099],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[5,12.5,7.5,11.5],"texture":"#1"},"east":{"uv":[7,12.5,5,11.5],"texture":"#1"},"south":{"uv":[6.5,6.5,7,6],"texture":"#1"},"west":{"uv":[5,12.5,7,11.5],"texture":"#1"},"up":{"uv":[5,12.5,7,11.5],"rotation":90,"texture":"#1"},"down":{"uv":[7,11.5,5,13],"rotation":90,"texture":"#1"}}},{"from":[7.452,20.37751,7.20101],"to":[8.548,20.97351,8.79701],"rotation":{"angle":22.5,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[7,9,6.5,8.5],"texture":"#1"},"east":{"uv":[5,12.5,7,11.5],"texture":"#1"},"south":{"uv":[7.5,12.5,5,11.5],"texture":"#1"},"west":{"uv":[7,12.5,5,11.5],"texture":"#1"},"up":{"uv":[5,12.5,7,11.5],"rotation":270,"texture":"#1"},"down":{"uv":[5,11.5,7,13],"rotation":90,"texture":"#1"}}},{"from":[7.441,16.92557,6.30866],"to":[8.559,17.54357,8.92666],"rotation":{"angle":22.5,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[3.5,12.5,0,11.5],"rotation":180,"texture":"#3"},"east":{"uv":[3.5,12.5,0,11.5],"rotation":180,"texture":"#3"},"south":{"uv":[3.5,12.5,0,11.5],"rotation":180,"texture":"#3"},"west":{"uv":[3.5,12.5,0,11.5],"texture":"#3"},"up":{"uv":[3.5,13,0,11.5],"rotation":90,"texture":"#3"},"down":{"uv":[3.5,13,0,11.5],"rotation":270,"texture":"#3"}}},{"from":[7.431,17.29418,9.17254],"to":[8.569,17.93218,11.81054],"rotation":{"angle":22.5,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[3.5,12.5,0,11.5],"texture":"#3"},"east":{"uv":[3.5,12.5,0,11.5],"texture":"#3"},"south":{"uv":[3.5,12.5,0,11.5],"texture":"#3"},"west":{"uv":[3.5,12.5,0,11.5],"rotation":180,"texture":"#3"},"up":{"uv":[3.5,13,0,11.5],"rotation":270,"texture":"#3"},"down":{"uv":[3.5,13,0,11.5],"rotation":90,"texture":"#3"}}},{"from":[7.431,17.29418,4.18946],"to":[8.569,17.93218,6.82746],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[0,12.5,3.5,11.5],"texture":"#3"},"east":{"uv":[0,12.5,3.5,11.5],"texture":"#3"},"south":{"uv":[0,12.5,3.5,11.5],"texture":"#3"},"west":{"uv":[0,12.5,3.5,11.5],"rotation":180,"texture":"#3"},"up":{"uv":[0,13,3.5,11.5],"rotation":270,"texture":"#3"},"down":{"uv":[0,13,3.5,11.5],"rotation":90,"texture":"#3"}}},{"from":[7.451,16.93557,7.08334],"to":[8.549,17.53357,9.68134],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[0,12.5,3.5,11.5],"rotation":180,"texture":"#3"},"east":{"uv":[0,12.5,3.5,11.5],"rotation":180,"texture":"#3"},"south":{"uv":[0,12.5,3.5,11.5],"rotation":180,"texture":"#3"},"west":{"uv":[0,12.5,3.5,11.5],"texture":"#3"},"up":{"uv":[0,13,3.5,11.5],"rotation":90,"texture":"#3"},"down":{"uv":[0,13,3.5,11.5],"rotation":270,"texture":"#3"}}},{"from":[7.441,21.48179,6.65397],"to":[8.559,22.09979,9.27197],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[8.118,12.618,7,12],"texture":"#3"},"east":{"uv":[9.5,11.5,6,12.5],"texture":"#3"},"south":{"uv":[9.5,13,8.5,11.5],"texture":"#3"},"west":{"uv":[9.5,12.5,6,11.5],"rotation":180,"texture":"#3"},"up":{"uv":[9.5,13,6,11.5],"rotation":270,"texture":"#3"},"down":{"uv":[9.5,13.5,6,12],"rotation":90,"texture":"#3"}}},{"from":[7.451,21.49179,6.73803],"to":[8.549,22.08979,9.33603],"rotation":{"angle":22.5,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[8.5,13,9.5,11.5],"texture":"#3"},"east":{"uv":[6,11.5,9.5,12.5],"texture":"#3"},"south":{"uv":[0,12.5,3.5,11.5],"texture":"#3"},"west":{"uv":[6,12.5,9.5,11.5],"rotation":180,"texture":"#3"},"up":{"uv":[6,13,9.5,11.5],"rotation":270,"texture":"#3"},"down":{"uv":[6,13.5,9.5,12],"rotation":90,"texture":"#3"}}},{"from":[7.451,17.74802,5.61687],"to":[8.549,21.34602,6.21487],"rotation":{"angle":0,"axis":"y","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[2.5,11.5,7,13],"rotation":270,"texture":"#3"},"east":{"uv":[7,11.5,2.5,12.5],"rotation":90,"texture":"#3"},"south":{"uv":[2.5,11.5,7,13],"rotation":270,"texture":"#3"},"west":{"uv":[2.5,11.5,7,12.5],"rotation":270,"texture":"#3"},"up":{"uv":[6,11.5,6.5,12.5],"rotation":270,"texture":"#3"},"down":{"uv":[2.5,11.5,6.5,12.5],"rotation":270,"texture":"#3"}}},{"from":[7.441,17.73802,9.77513],"to":[8.559,21.35602,10.39313],"rotation":{"angle":0,"axis":"y","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[2.5,11.5,7,13],"rotation":270,"texture":"#3"},"east":{"uv":[7,12.5,2.5,11.5],"rotation":90,"texture":"#3"},"south":{"uv":[2.5,11.5,7,13],"rotation":270,"texture":"#3"},"west":{"uv":[2.5,11.5,7,12.5],"rotation":270,"texture":"#3"},"up":{"uv":[6.5,11.5,6,12.5],"rotation":270,"texture":"#3"},"down":{"uv":[3.618,12,3,13.118],"rotation":270,"texture":"#3"}}},{"from":[7.441,19.8574,10.89629],"to":[8.559,23.4754,11.51429],"rotation":{"angle":45,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[2.5,11.5,7,13],"rotation":270,"texture":"#3"},"east":{"uv":[7,12.5,2.5,11.5],"rotation":90,"texture":"#3"},"south":{"uv":[2.5,11.5,7,13],"rotation":270,"texture":"#3"},"west":{"uv":[2.5,11.5,7,12.5],"rotation":270,"texture":"#3"},"up":{"uv":[6.5,11.5,6,12.5],"rotation":270,"texture":"#3"},"down":{"uv":[3.618,12,3,13.118],"rotation":270,"texture":"#3"}}},{"from":[7.441,19.8574,4.48571],"to":[8.559,23.4754,5.10371],"rotation":{"angle":-45,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[2.5,13,7,11.5],"rotation":270,"texture":"#3"},"east":{"uv":[7,11.5,2.5,12.5],"rotation":90,"texture":"#3"},"south":{"uv":[2.5,13,7,11.5],"rotation":270,"texture":"#3"},"west":{"uv":[2.5,12.5,7,11.5],"rotation":270,"texture":"#3"},"up":{"uv":[6,11.5,6.5,12.5],"rotation":270,"texture":"#3"},"down":{"uv":[3,12,3.618,13.118],"rotation":270,"texture":"#3"}}},{"from":[7.441,16.7394,4.48571],"to":[8.559,19.8574,5.10371],"rotation":{"angle":-45,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[7,11.5,4,12.5],"rotation":270,"texture":"#3"},"east":{"uv":[7,12,4,13],"rotation":270,"texture":"#3"},"south":{"uv":[7,11.5,4,13],"rotation":270,"texture":"#3"},"west":{"uv":[7,11.5,4,12.5],"rotation":270,"texture":"#3"},"up":{"uv":[7,11.5,4,12.5],"rotation":270,"texture":"#3"},"down":{"uv":[7,11.5,4,12.5],"rotation":270,"texture":"#3"}}},{"from":[7.441,16.7394,10.89629],"to":[8.559,19.8574,11.51429],"rotation":{"angle":45,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[7,13,4,11.5],"rotation":270,"texture":"#3"},"east":{"uv":[7,13,4,12],"rotation":270,"texture":"#3"},"south":{"uv":[7,12.5,4,11.5],"rotation":270,"texture":"#3"},"west":{"uv":[7,12.5,4,11.5],"rotation":270,"texture":"#3"},"up":{"uv":[4,11.5,7,12.5],"rotation":270,"texture":"#3"},"down":{"uv":[4,11.5,7,12.5],"rotation":270,"texture":"#3"}}},{"from":[7.451,17.8674,11.52429],"to":[8.549,21.4654,12.12229],"rotation":{"angle":45,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[2.5,11.5,7,13],"rotation":90,"texture":"#3"},"east":{"uv":[7,12.5,2.5,11.5],"rotation":270,"texture":"#3"},"south":{"uv":[2.5,11.5,7,13],"rotation":90,"texture":"#3"},"west":{"uv":[2.5,11.5,7,12.5],"rotation":90,"texture":"#3"},"up":{"uv":[3.618,12,3,13.118],"rotation":270,"texture":"#3"},"down":{"uv":[6.5,11.5,6,12.5],"rotation":270,"texture":"#3"}}},{"from":[7.451,17.8674,3.87771],"to":[8.549,21.4654,4.47571],"rotation":{"angle":-45,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[2.5,13,7,11.5],"rotation":90,"texture":"#3"},"east":{"uv":[7,11.5,2.5,12.5],"rotation":270,"texture":"#3"},"south":{"uv":[2.5,13,7,11.5],"rotation":90,"texture":"#3"},"west":{"uv":[2.5,12.5,7,11.5],"rotation":90,"texture":"#3"},"up":{"uv":[3,12,3.618,13.118],"rotation":270,"texture":"#3"},"down":{"uv":[6,11.5,6.5,12.5],"rotation":270,"texture":"#3"}}},{"from":[7.452,18.06842,6.85083],"to":[8.548,18.66442,8.44683],"rotation":{"angle":22.5,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[1,13,2,12],"rotation":180,"texture":"#1"},"east":{"uv":[2.5,13,0,12],"rotation":180,"texture":"#1"},"south":{"uv":[0,13,2.5,12],"rotation":180,"texture":"#1"},"west":{"uv":[0,13,2.5,12],"rotation":180,"texture":"#1"},"up":{"uv":[2.5,11.5,0,13],"rotation":90,"texture":"#1"},"down":{"uv":[2.5,11.5,0,13],"rotation":270,"texture":"#1"}}},{"from":[7.45,18.06642,7.55117],"to":[8.55,18.66642,9.15117],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[1.3,12.6,0,12],"rotation":180,"texture":"#1"},"east":{"uv":[0,13,2.5,12],"rotation":180,"texture":"#1"},"south":{"uv":[2.5,13,0,12],"rotation":180,"texture":"#1"},"west":{"uv":[2.5,13,0,12],"rotation":180,"texture":"#1"},"up":{"uv":[0,11.5,2.5,13],"rotation":90,"texture":"#1"},"down":{"uv":[0,11.5,2.5,13],"rotation":270,"texture":"#1"}}},{"from":[7.451,18.58199,6.51254],"to":[8.549,20.52999,7.11054],"rotation":{"angle":0,"axis":"y","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[5.5,11.5,2.5,13],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,12.5,2.5,11.5],"rotation":90,"texture":"#1"},"south":{"uv":[6,12,3,13.5],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,11.5,2.5,12.5],"rotation":90,"texture":"#1"},"up":{"uv":[2.5,12.5,6,11.5],"rotation":270,"texture":"#1"},"down":{"uv":[2.5,12.5,6,11.5],"rotation":270,"texture":"#1"}}},{"from":[7.451,18.58199,8.88946],"to":[8.549,20.52999,9.48746],"rotation":{"angle":0,"axis":"y","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[6,13.5,3,12],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,11.5,2.5,12.5],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,13,2.5,11.5],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,12.5,2.5,11.5],"rotation":90,"texture":"#1"},"up":{"uv":[6,12.5,2.5,11.5],"rotation":270,"texture":"#1"},"down":{"uv":[6,12.5,2.5,11.5],"rotation":270,"texture":"#1"}}},{"from":[7.60156,3.90155,9.02658],"to":[8.40156,4.70155,10.32658],"rotation":{"angle":22.5,"axis":"x","origin":[8.00216,5.50016,10.95067]},"faces":{"north":{"uv":[5,1,4,2],"texture":"#1"},"east":{"uv":[5,1,4,2],"texture":"#1"},"south":{"uv":[5,1,4,2],"texture":"#1"},"west":{"uv":[5,1,4,2],"rotation":180,"texture":"#1"},"up":{"uv":[5,1,4,2],"texture":"#1"},"down":{"uv":[5,1,4,2],"texture":"#1"}}},{"from":[7.60156,3.90155,5.67342],"to":[8.40156,4.70155,6.97342],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00216,5.50016,5.04933]},"faces":{"north":{"uv":[4,1,5,2],"texture":"#1"},"east":{"uv":[4,1,5,2],"texture":"#1"},"south":{"uv":[4,1,5,2],"texture":"#1"},"west":{"uv":[4,1,5,2],"rotation":180,"texture":"#1"},"up":{"uv":[5,2,4,1],"texture":"#1"},"down":{"uv":[5,2,4,1],"texture":"#1"}}},{"from":[7.65156,20.15249,10.28858],"to":[8.35156,21.35249,10.98858],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[7,0,8.5,1],"rotation":270,"texture":"#1"},"east":{"uv":[7,0,8.5,1],"rotation":270,"texture":"#1"},"south":{"uv":[7,0,8.5,1],"rotation":270,"texture":"#1"},"west":{"uv":[7,0,8.5,1],"rotation":270,"texture":"#1"},"up":{"uv":[7,0,8.5,1],"rotation":270,"texture":"#1"},"down":{"uv":[7,0,8.5,1],"rotation":270,"texture":"#1"}}},{"from":[7.65156,20.15249,5.01142],"to":[8.35156,21.35249,5.71142],"rotation":{"angle":22.5,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[7,1,8.5,0],"rotation":270,"texture":"#1"},"east":{"uv":[7,1,8.5,0],"rotation":270,"texture":"#1"},"south":{"uv":[7,1,8.5,0],"rotation":270,"texture":"#1"},"west":{"uv":[7,1,8.5,0],"rotation":270,"texture":"#1"},"up":{"uv":[8.5,0,7,1],"rotation":270,"texture":"#1"},"down":{"uv":[8.5,0,7,1],"rotation":270,"texture":"#1"}}},{"from":[7.65156,4.31125,9.712],"to":[8.35156,5.01125,10.912],"rotation":{"angle":0,"axis":"y","origin":[8.00216,5.50016,10.95067]},"faces":{"north":{"uv":[3,0,4.5,1],"rotation":180,"texture":"#1"},"east":{"uv":[4,0,2.5,1],"rotation":180,"texture":"#1"},"south":{"uv":[0.5,0,1.5,0.5],"rotation":270,"texture":"#1"},"west":{"uv":[2.5,0,4,1],"rotation":180,"texture":"#1"},"up":{"uv":[2.5,0.5,4,1.5],"rotation":180,"texture":"#1"},"down":{"uv":[3,0,4.5,1],"rotation":180,"texture":"#1"}}},{"from":[7.65156,4.31125,5.088],"to":[8.35156,5.01125,6.288],"rotation":{"angle":0,"axis":"y","origin":[8.00216,5.50016,5.04933]},"faces":{"north":{"uv":[0.5,0.5,1.5,0],"rotation":270,"texture":"#1"},"east":{"uv":[2.5,0,4,1],"rotation":180,"texture":"#1"},"south":{"uv":[4.5,0,3,1],"rotation":180,"texture":"#1"},"west":{"uv":[4,0,2.5,1],"rotation":180,"texture":"#1"},"up":{"uv":[2.5,1.5,4,0.5],"rotation":180,"texture":"#1"},"down":{"uv":[3,1,4.5,0],"rotation":180,"texture":"#1"}}},{"from":[7.7,20.0298,10.961],"to":[8.3,20.6298,11.561],"rotation":{"angle":-45,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[8.5,2,9.5,1],"rotation":270,"texture":"#1"},"east":{"uv":[8.5,2,9.5,1],"rotation":270,"texture":"#1"},"south":{"uv":[8.5,2,9.5,1],"rotation":270,"texture":"#1"},"west":{"uv":[8.5,2,9.5,1],"rotation":270,"texture":"#1"},"up":{"uv":[8.5,2,9.5,1],"rotation":270,"texture":"#1"},"down":{"uv":[8.5,2,9.5,1],"rotation":270,"texture":"#1"}}},{"from":[7.7,20.0298,4.439],"to":[8.3,20.6298,5.039],"rotation":{"angle":45,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[8.5,1,9.5,2],"rotation":270,"texture":"#1"},"east":{"uv":[8.5,1,9.5,2],"rotation":270,"texture":"#1"},"south":{"uv":[8.5,1,9.5,2],"rotation":270,"texture":"#1"},"west":{"uv":[8.5,1,9.5,2],"rotation":270,"texture":"#1"},"up":{"uv":[9.5,2,8.5,1],"rotation":270,"texture":"#1"},"down":{"uv":[9.5,2,8.5,1],"rotation":270,"texture":"#1"}}},{"from":[7.80254,22.17279,8.24685],"to":[8.20254,26.97279,9.14685],"rotation":{"angle":22.5,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[9,0.5,9.4,5.3],"texture":"#1"},"east":{"uv":[9.4,0.5,8.5,5.3],"rotation":180,"texture":"#1"},"south":{"uv":[8.5,0.5,8.9,5.3],"rotation":180,"texture":"#1"},"west":{"uv":[8.5,0.5,9.4,5.3],"rotation":180,"texture":"#1"},"up":{"uv":[8,6,8.9,6.4],"rotation":270,"texture":"#1"},"down":{"uv":[8,0.5,8.9,0.9],"rotation":270,"texture":"#1"}}},{"from":[7.80254,22.17279,6.85315],"to":[8.20254,26.97279,7.75315],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[8.9,0.5,8.5,5.3],"rotation":180,"texture":"#1"},"east":{"uv":[8.5,0.5,9.4,5.3],"rotation":180,"texture":"#1"},"south":{"uv":[9.4,0.5,9,5.3],"texture":"#1"},"west":{"uv":[9.4,0.5,8.5,5.3],"rotation":180,"texture":"#1"},"up":{"uv":[8.9,6,8,6.4],"rotation":270,"texture":"#1"},"down":{"uv":[8.9,0.5,8,0.9],"rotation":270,"texture":"#1"}}},{"from":[7.82754,19.56536,11.2892],"to":[8.17754,20.41536,15.2892],"rotation":{"angle":-45,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[7,1.5,7.85,1.85],"rotation":90,"texture":"#1"},"east":{"uv":[8,2,9,6],"rotation":90,"texture":"#1"},"south":{"uv":[8,4,8.5,4.5],"rotation":90,"texture":"#1"},"west":{"uv":[8,2,9,6],"rotation":270,"texture":"#1"},"up":{"uv":[8,2,8.35,6],"texture":"#1"},"down":{"uv":[8,1.5,8.35,5.5],"rotation":180,"texture":"#1"}}},{"from":[7.82754,19.56536,0.7108],"to":[8.17754,20.41536,4.7108],"rotation":{"angle":45,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[8,4.5,8.5,4],"rotation":90,"texture":"#1"},"east":{"uv":[8,6,9,2],"rotation":90,"texture":"#1"},"south":{"uv":[7,1.85,7.85,1.5],"rotation":90,"texture":"#1"},"west":{"uv":[8,6,9,2],"rotation":270,"texture":"#1"},"up":{"uv":[8,6,8.35,2],"texture":"#1"},"down":{"uv":[8,5.5,8.35,1.5],"rotation":180,"texture":"#1"}}},{"from":[7.72754,0.75202,10.08828],"to":[8.27754,4.75202,10.63828],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00216,5.50016,10.95067]},"faces":{"north":{"uv":[1,6.5,0.5,2.5],"rotation":180,"texture":"#1"},"east":{"uv":[1,6.5,0.5,2.5],"rotation":180,"texture":"#1"},"south":{"uv":[1,6.5,0.5,2.5],"rotation":180,"texture":"#1"},"west":{"uv":[1,6.5,0.5,2.5],"rotation":180,"texture":"#1"},"up":{"uv":[1,6.5,0.5,2.5],"rotation":270,"texture":"#1"},"down":{"uv":[0.55,6.05,0.5,6],"rotation":90,"texture":"#1"}}},{"from":[7.72754,0.75202,5.36172],"to":[8.27754,4.75202,5.91172],"rotation":{"angle":22.5,"axis":"x","origin":[8.00216,5.50016,5.04933]},"faces":{"north":{"uv":[0.5,6.5,1,2.5],"rotation":180,"texture":"#1"},"east":{"uv":[0.5,6.5,1,2.5],"rotation":180,"texture":"#1"},"south":{"uv":[0.5,6.5,1,2.5],"rotation":180,"texture":"#1"},"west":{"uv":[0.5,6.5,1,2.5],"rotation":180,"texture":"#1"},"up":{"uv":[0.5,6.5,1,2.5],"rotation":270,"texture":"#1"},"down":{"uv":[0.5,6.05,0.55,6],"rotation":90,"texture":"#1"}}},{"from":[7.85254,18.85126,10.80806],"to":[8.15254,19.65126,14.75806],"rotation":{"angle":-45,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[6,2,6.8,2.3],"rotation":90,"texture":"#1"},"east":{"uv":[7,5.95,8,2],"rotation":270,"texture":"#1"},"south":{"uv":[7,4.5,7.5,5],"rotation":90,"texture":"#1"},"west":{"uv":[7,2,8,5.95],"rotation":270,"texture":"#1"},"up":{"uv":[6,2,9.95,2.3],"rotation":90,"texture":"#1"},"down":{"uv":[7,2.5,7.3,6.45],"rotation":180,"texture":"#1"}}},{"from":[7.85254,18.85126,1.24194],"to":[8.15254,19.65126,5.19194],"rotation":{"angle":45,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[7,5,7.5,4.5],"rotation":90,"texture":"#1"},"east":{"uv":[7,2,8,5.95],"rotation":270,"texture":"#1"},"south":{"uv":[6,2.3,6.8,2],"rotation":90,"texture":"#1"},"west":{"uv":[7,5.95,8,2],"rotation":270,"texture":"#1"},"up":{"uv":[9.95,2,6,2.3],"rotation":90,"texture":"#1"},"down":{"uv":[7,6.45,7.3,2.5],"rotation":180,"texture":"#1"}}},{"from":[7.85254,1.28316,9.27418],"to":[8.15254,5.23316,10.07418],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00216,5.50016,10.95067]},"faces":{"north":{"uv":[1,7,1.5,3],"rotation":180,"texture":"#1"},"east":{"uv":[1.5,7,0.5,3],"rotation":180,"texture":"#1"},"south":{"uv":[0.5,7,1,3],"texture":"#1"},"west":{"uv":[0.5,7,1.5,3],"rotation":180,"texture":"#1"},"up":{"uv":[0.5,7,1.5,3],"rotation":270,"texture":"#1"},"down":{"uv":[0.5,7,1.5,6.5],"rotation":90,"texture":"#1"}}},{"from":[7.85254,1.28316,5.92582],"to":[8.15254,5.23316,6.72582],"rotation":{"angle":22.5,"axis":"x","origin":[8.00216,5.50016,5.04933]},"faces":{"north":{"uv":[1,7,0.5,3],"texture":"#1"},"east":{"uv":[0.5,7,1.5,3],"rotation":180,"texture":"#1"},"south":{"uv":[1.5,7,1,3],"rotation":180,"texture":"#1"},"west":{"uv":[1.5,7,0.5,3],"rotation":180,"texture":"#1"},"up":{"uv":[1.5,7,0.5,3],"rotation":270,"texture":"#1"},"down":{"uv":[1.5,7,0.5,6.5],"rotation":90,"texture":"#1"}}},{"from":[7.87754,20.08737,10.58767],"to":[8.12754,20.83737,13.98767],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[5,1.5,5.75,1.75],"rotation":90,"texture":"#1"},"east":{"uv":[6.5,4.5,7.5,7.9],"rotation":270,"texture":"#1"},"south":{"uv":[6.5,8,7.5,8.5],"rotation":270,"texture":"#1"},"west":{"uv":[6.5,5.5,7.5,8.9],"rotation":270,"texture":"#1"},"up":{"uv":[7.5,6,7.75,9.4],"texture":"#1"},"down":{"uv":[6.5,2.5,6.75,5.9],"rotation":180,"texture":"#1"}}},{"from":[7.87754,20.08737,2.01233],"to":[8.12754,20.83737,5.41233],"rotation":{"angle":22.5,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[6.5,8.5,7.5,8],"rotation":270,"texture":"#1"},"east":{"uv":[6.5,7.9,7.5,4.5],"rotation":270,"texture":"#1"},"south":{"uv":[5,1.75,5.75,1.5],"rotation":90,"texture":"#1"},"west":{"uv":[6.5,8.9,7.5,5.5],"rotation":270,"texture":"#1"},"up":{"uv":[7.5,9.4,7.75,6],"texture":"#1"},"down":{"uv":[6.5,5.9,6.75,2.5],"rotation":180,"texture":"#1"}}},{"from":[7.87754,1.31216,9.64688],"to":[8.12754,4.71216,10.39688],"rotation":{"angle":0,"axis":"y","origin":[8.00216,5.50016,10.95067]},"faces":{"north":{"uv":[2,5.5,2.5,9],"texture":"#1"},"east":{"uv":[3,5.5,2,9],"texture":"#1"},"south":{"uv":[2.5,5.5,3,9],"texture":"#1"},"west":{"uv":[2,5.5,3,9],"texture":"#1"},"up":{"uv":[2,5.5,3,9],"texture":"#1"},"down":{"uv":[2,8.5,3,9],"rotation":270,"texture":"#1"}}},{"from":[7.87754,1.31216,5.60312],"to":[8.12754,4.71216,6.35312],"rotation":{"angle":0,"axis":"y","origin":[8.00216,5.50016,5.04933]},"faces":{"north":{"uv":[3,5.5,2.5,9],"texture":"#1"},"east":{"uv":[2,5.5,3,9],"texture":"#1"},"south":{"uv":[2.5,5.5,2,9],"texture":"#1"},"west":{"uv":[3,5.5,2,9],"texture":"#1"},"up":{"uv":[2,9,3,5.5],"texture":"#1"},"down":{"uv":[3,8.5,2,9],"rotation":270,"texture":"#1"}}},{"from":[7.90254,21.038,9.66307],"to":[8.10254,21.738,13.01307],"rotation":{"angle":0,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[6,7.35,7,4],"rotation":180,"texture":"#1"},"east":{"uv":[7,7.35,6,4],"rotation":90,"texture":"#1"},"south":{"uv":[6,4,6.2,5],"rotation":180,"texture":"#1"},"west":{"uv":[6,7.35,7,4],"rotation":270,"texture":"#1"},"up":{"uv":[6.5,7.35,6.7,4],"texture":"#1"},"down":{"uv":[6,7.35,6.2,4],"rotation":180,"texture":"#1"}}},{"from":[7.90254,21.038,2.98693],"to":[8.10254,21.738,6.33693],"rotation":{"angle":0,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[6.2,4,6,5],"rotation":180,"texture":"#1"},"east":{"uv":[7,4,6,7.35],"rotation":90,"texture":"#1"},"south":{"uv":[7,7.35,6,4],"rotation":180,"texture":"#1"},"west":{"uv":[6,4,7,7.35],"rotation":270,"texture":"#1"},"up":{"uv":[6.5,4,6.7,7.35],"texture":"#1"},"down":{"uv":[6,4,6.2,7.35],"rotation":180,"texture":"#1"}}},{"from":[7.90254,1.27139,10.08351],"to":[8.10254,4.62139,10.78351],"rotation":{"angle":22.5,"axis":"x","origin":[8.00216,5.50016,10.95067]},"faces":{"north":{"uv":[3,5.5,3.5,8.5],"rotation":180,"texture":"#1"},"east":{"uv":[3.5,5.5,2.5,8.5],"rotation":180,"texture":"#1"},"south":{"uv":[2.5,5.5,3,8.5],"rotation":180,"texture":"#1"},"west":{"uv":[2.5,5.5,3.5,8.5],"rotation":180,"texture":"#1"},"up":{"uv":[2.5,5.5,3.5,8.5],"rotation":180,"texture":"#1"},"down":{"uv":[2.5,8,3.5,8.5],"rotation":90,"texture":"#1"}}},{"from":[7.90254,1.27139,5.21649],"to":[8.10254,4.62139,5.91649],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00216,5.50016,5.04933]},"faces":{"north":{"uv":[3,5.5,2.5,8.5],"rotation":180,"texture":"#1"},"east":{"uv":[2.5,5.5,3.5,8.5],"rotation":180,"texture":"#1"},"south":{"uv":[3.5,5.5,3,8.5],"rotation":180,"texture":"#1"},"west":{"uv":[3.5,5.5,2.5,8.5],"rotation":180,"texture":"#1"},"up":{"uv":[2.5,8.5,3.5,5.5],"rotation":180,"texture":"#1"},"down":{"uv":[3.5,8,2.5,8.5],"rotation":90,"texture":"#1"}}},{"from":[7.92754,21.64844,8.98487],"to":[8.07754,22.29844,11.88487],"rotation":{"angle":22.5,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[5,6.5,6,9.5],"texture":"#1"},"east":{"uv":[5,6.5,6,9.5],"rotation":270,"texture":"#1"},"south":{"uv":[5,6.5,6,9.5],"rotation":180,"texture":"#1"},"west":{"uv":[5,6.5,6,9.5],"rotation":90,"texture":"#1"},"up":{"uv":[5,6.5,5.15,9.4],"rotation":180,"texture":"#1"},"down":{"uv":[5,6.5,5.15,9.4],"texture":"#1"}}},{"from":[7.92754,21.64844,4.11513],"to":[8.07754,22.29844,7.01513],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[6,6.5,5,9.5],"rotation":180,"texture":"#1"},"east":{"uv":[5,9.5,6,6.5],"rotation":270,"texture":"#1"},"south":{"uv":[6,6.5,5,9.5],"texture":"#1"},"west":{"uv":[5,9.5,6,6.5],"rotation":90,"texture":"#1"},"up":{"uv":[5,9.4,5.15,6.5],"rotation":180,"texture":"#1"},"down":{"uv":[5,9.4,5.15,6.5],"texture":"#1"}}},{"from":[7.92754,1.26481,10.60765],"to":[8.07754,4.16481,11.25765],"rotation":{"angle":45,"axis":"x","origin":[8.00216,5.50016,10.95067]},"faces":{"north":{"uv":[4,4.5,4.5,7.5],"rotation":180,"texture":"#1"},"east":{"uv":[4,4.5,4.5,7.5],"rotation":180,"texture":"#1"},"south":{"uv":[4,4.5,4.5,7.5],"rotation":180,"texture":"#1"},"west":{"uv":[4,4.5,4.5,7.5],"rotation":180,"texture":"#1"},"up":{"uv":[4,4.5,4.5,7.5],"rotation":180,"texture":"#1"},"down":{"uv":[4,4.5,4.15,5.15],"rotation":180,"texture":"#1"}}},{"from":[7.91754,1.25481,4.73235],"to":[8.08754,4.17481,5.40235],"rotation":{"angle":-45,"axis":"x","origin":[8.00216,5.50016,5.04933]},"faces":{"north":{"uv":[4.5,4.5,4,7.5],"rotation":180,"texture":"#1"},"east":{"uv":[4.5,4.5,4,7.5],"rotation":180,"texture":"#1"},"south":{"uv":[4.5,4.5,4,7.5],"rotation":180,"texture":"#1"},"west":{"uv":[4.5,4.5,4,7.5],"rotation":180,"texture":"#1"},"up":{"uv":[4,7.5,4.5,4.5],"rotation":180,"texture":"#1"},"down":{"uv":[4,5.15,4.15,4.5],"rotation":180,"texture":"#1"}}},{"from":[7.94754,16.32551,10.58741],"to":[8.05754,19.18551,11.19741],"rotation":{"angle":-45,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[5,6,5.11,8.86],"rotation":180,"texture":"#1"},"east":{"uv":[5,6,6,9],"rotation":180,"texture":"#1"},"south":{"uv":[5,6,5.11,8.86],"rotation":180,"texture":"#1"},"west":{"uv":[5,6,6,9],"rotation":180,"texture":"#1"},"up":{"uv":[5,6,6,9],"rotation":180,"texture":"#1"},"down":{"uv":[5,6,6,9],"rotation":180,"texture":"#1"}}},{"from":[7.94754,16.32551,4.80259],"to":[8.05754,19.18551,5.41259],"rotation":{"angle":45,"axis":"x","origin":[8.00052,19.09586,8]},"faces":{"north":{"uv":[5.11,6,5,8.86],"rotation":180,"texture":"#1"},"east":{"uv":[6,6,5,9],"rotation":180,"texture":"#1"},"south":{"uv":[5.11,6,5,8.86],"rotation":180,"texture":"#1"},"west":{"uv":[6,6,5,9],"rotation":180,"texture":"#1"},"up":{"uv":[5,9,6,6],"rotation":180,"texture":"#1"},"down":{"uv":[5,9,6,6],"rotation":180,"texture":"#1"}}},{"from":[7.45,15.04855,7.37509],"to":[8.55,15.64855,8.97509],"rotation":{"angle":22.5,"axis":"x","origin":[8,14.19401,8]},"faces":{"north":{"uv":[9,12,9.5,12.5],"rotation":180,"texture":"#3"},"east":{"uv":[7,11.5,5,12.5],"rotation":180,"texture":"#3"},"south":{"uv":[5,11.5,7.5,12.5],"rotation":180,"texture":"#3"},"west":{"uv":[5,11.5,7,12.5],"rotation":180,"texture":"#3"},"up":{"uv":[3.5,14,6,15.5],"rotation":90,"texture":"#3"},"down":{"uv":[4.5,11.5,6.5,13],"rotation":90,"texture":"#3"}}},{"from":[7.452,15.05055,7.02691],"to":[8.548,15.64655,8.62291],"rotation":{"angle":-22.5,"axis":"x","origin":[8,14.19401,8]},"faces":{"north":{"uv":[7.5,11.5,5,12.5],"rotation":180,"texture":"#3"},"east":{"uv":[5,11.5,7,12.5],"rotation":180,"texture":"#3"},"south":{"uv":[9.5,12,9,12.5],"rotation":180,"texture":"#3"},"west":{"uv":[7,11.5,5,12.5],"rotation":180,"texture":"#3"},"up":{"uv":[6,14,3.5,15.5],"rotation":90,"texture":"#3"},"down":{"uv":[6.5,11.5,4.5,13],"rotation":90,"texture":"#3"}}},{"from":[7.352,12.74147,7.37709],"to":[8.648,13.33747,8.97309],"rotation":{"angle":-22.5,"axis":"x","origin":[8,14.19401,8]},"faces":{"north":{"uv":[0,12,2.5,13],"texture":"#3"},"east":{"uv":[2.5,12,0,13],"texture":"#3"},"south":{"uv":[0,12,2.5,13],"texture":"#3"},"west":{"uv":[0,12,2.5,13],"texture":"#3"},"up":{"uv":[0,11.5,2.5,13],"rotation":90,"texture":"#3"},"down":{"uv":[0,11.5,2.5,13],"rotation":270,"texture":"#3"}}},{"from":[7.35,12.73947,7.02491],"to":[8.65,13.33947,8.62491],"rotation":{"angle":22.5,"axis":"x","origin":[8,14.19401,8]},"faces":{"north":{"uv":[2.5,12,0,13],"texture":"#3"},"east":{"uv":[0,12,2.5,13],"texture":"#3"},"south":{"uv":[2.5,12,0,13],"texture":"#3"},"west":{"uv":[2.5,12,0,13],"texture":"#3"},"up":{"uv":[2.5,11.5,0,13],"rotation":90,"texture":"#3"},"down":{"uv":[2.5,11.5,0,13],"rotation":270,"texture":"#3"}}},{"from":[7.451,13.22001,8.88946],"to":[8.549,15.16801,9.48746],"rotation":{"angle":0,"axis":"x","origin":[8,14.19401,8]},"faces":{"north":{"uv":[3,12,6,13.5],"rotation":270,"texture":"#3"},"east":{"uv":[2.5,12.5,5.5,11.5],"rotation":270,"texture":"#3"},"south":{"uv":[2.5,11.5,5.5,13],"rotation":270,"texture":"#3"},"west":{"uv":[2.5,11.5,5.5,12.5],"rotation":270,"texture":"#3"},"up":{"uv":[6,12.5,2.5,11.5],"rotation":270,"texture":"#3"},"down":{"uv":[6,12.5,2.5,11.5],"rotation":270,"texture":"#3"}}},{"from":[7.451,13.22001,6.51254],"to":[8.549,15.16801,7.11054],"rotation":{"angle":0,"axis":"x","origin":[8,14.19401,8]},"faces":{"north":{"uv":[2.5,13,5.5,11.5],"rotation":270,"texture":"#3"},"east":{"uv":[2.5,11.5,5.5,12.5],"rotation":270,"texture":"#3"},"south":{"uv":[3,13.5,6,12],"rotation":270,"texture":"#3"},"west":{"uv":[2.5,12.5,5.5,11.5],"rotation":270,"texture":"#3"},"up":{"uv":[2.5,12.5,6,11.5],"rotation":270,"texture":"#3"},"down":{"uv":[2.5,12.5,6,11.5],"rotation":270,"texture":"#3"}}}],"display":{"thirdperson_righthand":{"translation":[-0.5,-2.75,1.75]},"thirdperson_lefthand":{"translation":[-0.5,-2.75,1.75]},"firstperson_righthand":{"rotation":[-15,11,0],"translation":[1,-1.25,1],"scale":[0.72,0.72,0.72]},"firstperson_lefthand":{"rotation":[-15,11,0],"translation":[1,-1.25,1],"scale":[0.72,0.72,0.72]},"gui":{"rotation":[79,-137,69],"translation":[-3,-3.75,0],"scale":[0.75,0.75,0.75]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.8,0.8,0.8]},"head":{"rotation":[0,90,0]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/slykaar_relik.json b/assets/minecraft/models/item/wynn/skin/relik/slykaar_relik.json new file mode 100644 index 000000000..0241ca0c9 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/slykaar_relik.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/character/slykaar_relik","1":"skins/character/slykaar_relik_eye_glint"},"elements":[{"from":[7.25,-7.75,7.25],"to":[8.75,3.375,8.75],"rotation":{"angle":0,"axis":"y","origin":[8,-1.6875,8]},"faces":{"north":{"uv":[4.25,3.75,5,9.25],"texture":"#0"},"east":{"uv":[0,5,0.75,10.5],"texture":"#0"},"south":{"uv":[5,3.75,4.25,9.25],"texture":"#0"},"west":{"uv":[0.75,5,0,10.5],"texture":"#0"}}},{"from":[14.25,2.5,8.375],"to":[16.125,3.9375,9.125],"rotation":{"angle":22.5,"axis":"z","origin":[8,3.9375,2.75]},"faces":{"north":{"uv":[8.25,1,9.25,1.75],"texture":"#0"},"east":{"uv":[8.75,7.75,9.25,8.5],"texture":"#0"},"south":{"uv":[9.25,1,8.25,1.75],"texture":"#0"},"up":{"uv":[7.25,7.75,6.75,6.75],"rotation":270,"texture":"#0"},"down":{"uv":[3,9,2.5,10],"rotation":90,"texture":"#0"}}},{"from":[8,1.6875,8.1125],"to":[13.5,3.1875,8.8625],"rotation":{"angle":-22.5,"axis":"y","origin":[8,3.9375,8.75]},"faces":{"north":{"uv":[6,3,8.75,3.75],"texture":"#0"},"east":{"uv":[9.25,7.75,9.75,8.5],"texture":"#0"},"south":{"uv":[8.75,3,6,3.75],"texture":"#0"},"up":{"uv":[7.75,10.25,7.25,7.5],"rotation":270,"texture":"#0"},"down":{"uv":[8.25,7.5,7.75,10.25],"rotation":90,"texture":"#0"}}},{"from":[13.5,2.1875,8.1125],"to":[14.5,3.1875,8.8625],"rotation":{"angle":-22.5,"axis":"y","origin":[8,3.9375,8.75]},"faces":{"north":{"uv":[7,2.5,7.5,3],"texture":"#0"},"east":{"uv":[7.5,2.5,8,3],"texture":"#0"},"south":{"uv":[7.5,2.5,7,3],"texture":"#0"},"up":{"uv":[7.25,8.25,6.75,7.75],"rotation":270,"texture":"#0"},"down":{"uv":[10.5,3.5,10,4],"rotation":90,"texture":"#0"}}},{"from":[7.925,0.1875,7.8875],"to":[11.925,1.6875,8.6375],"rotation":{"angle":-45,"axis":"y","origin":[7.925,3.9375,8.525]},"faces":{"north":{"uv":[6.5,4.75,8.5,5.5],"texture":"#0"},"east":{"uv":[8.25,8.75,8.75,9.5],"texture":"#0"},"south":{"uv":[8.5,4.75,6.5,5.5],"texture":"#0"},"up":{"uv":[8.75,8.75,8.25,6.75],"rotation":270,"texture":"#0"},"down":{"uv":[7.25,8.25,6.75,10.25],"rotation":90,"texture":"#0"}}},{"from":[11.925,0.6875,7.8875],"to":[12.925,1.6875,8.6375],"rotation":{"angle":-45,"axis":"y","origin":[7.925,3.9375,8.525]},"faces":{"north":{"uv":[10,2.5,10.5,3],"texture":"#0"},"east":{"uv":[7.75,2,8.25,2.5],"texture":"#0"},"south":{"uv":[10.5,2.5,10,3],"texture":"#0"},"up":{"uv":[10.5,3.5,10,3],"rotation":270,"texture":"#0"},"down":{"uv":[9.25,2.75,8.75,3.25],"rotation":90,"texture":"#0"}}},{"from":[10.3635,7.351,6.876],"to":[11.1115,9.074,8.374],"rotation":{"angle":-22.5,"axis":"z","origin":[2,-0.075,14]},"faces":{"north":{"uv":[6.25,8.25,6.75,9],"texture":"#0"},"east":{"uv":[0,10.5,0.75,11.25],"texture":"#0"},"south":{"uv":[6.25,9,6.75,9.75],"texture":"#0"},"up":{"uv":[7.75,2.5,7,2],"rotation":270,"texture":"#0"}}},{"from":[9.5,3.3,6.875],"to":[13.25,5.175,8.375],"rotation":{"angle":0,"axis":"x","origin":[4.25,3.675,8.75]},"faces":{"north":{"uv":[6.5,3.75,8.5,4.75],"texture":"#0"},"up":{"uv":[4.25,10.25,3.5,8.25],"rotation":270,"texture":"#0"},"down":{"uv":[6.25,8.25,5.5,10.25],"rotation":90,"texture":"#0"}}},{"from":[12.875,4.5375,7.25],"to":[14.375,7.425,8.75],"rotation":{"angle":22.5,"axis":"z","origin":[2,-0.2625,14]},"faces":{"north":{"uv":[9.25,0.75,10,2.25],"texture":"#0"},"east":{"uv":[8.5,3.75,9.25,5.25],"texture":"#0"},"south":{"uv":[10,0.75,9.25,2.25],"texture":"#0"},"up":{"uv":[10,0.75,9.25,0],"rotation":270,"texture":"#0"},"down":{"uv":[4.25,7.5,3.5,8.25],"rotation":90,"texture":"#0"}}},{"from":[9.9125,10.4625,7.4375],"to":[12.5375,12.3375,8.9375],"rotation":{"angle":-22.5,"axis":"y","origin":[9.9125,10.8375,8.9375]},"faces":{"north":{"uv":[7,1,8.25,2],"texture":"#0"},"east":{"uv":[9.25,3,10,4],"texture":"#0"},"south":{"uv":[8.25,1,7,2],"texture":"#0"},"west":{"uv":[8.25,5.75,9,6.75],"texture":"#0"},"up":{"uv":[7.25,6.75,6.5,5.5],"rotation":270,"texture":"#0"},"down":{"uv":[5,9.25,4.25,10.5],"rotation":90,"texture":"#0"}}},{"from":[6.9875,1.5,8.375],"to":[14.25,3.9375,9.125],"rotation":{"angle":22.5,"axis":"z","origin":[8,3.9375,2.75]},"faces":{"north":{"uv":[2.25,2.5,6,3.75],"texture":"#0"},"east":{"uv":[1.5,5,2,6.25],"texture":"#0"},"south":{"uv":[6,2.5,2.25,3.75],"texture":"#0"},"up":{"uv":[3.5,9.75,3,6],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,6.75,5,10.5],"rotation":90,"texture":"#0"}}},{"from":[7.5135,0.151,7.251],"to":[9.124,5.999,8.749],"rotation":{"angle":-22.5,"axis":"z","origin":[8,0.8625,8]},"faces":{"north":{"uv":[6.25,0,7,3],"texture":"#0"},"east":{"uv":[1.5,6.25,2.25,9.25],"texture":"#0"},"south":{"uv":[2.25,6,3,9],"texture":"#0"},"up":{"uv":[4.25,7.5,3.5,6.75],"rotation":270,"texture":"#0"}}},{"from":[12.35,3.4,6.5],"to":[13.25,4.3,6.9],"rotation":{"angle":22.5,"axis":"z","origin":[12,3.5,8.5]},"faces":{"north":{"uv":[8.75,3.25,9.25,3.75],"texture":"#0"},"east":{"uv":[8.5,5.25,8.75,5.75],"texture":"#0"},"west":{"uv":[8,2.5,8.25,3],"texture":"#0"},"up":{"uv":[9,5.75,8.75,5.25],"rotation":270,"texture":"#0"},"down":{"uv":[9.25,5.25,9,5.75],"rotation":90,"texture":"#0"}}},{"from":[-0.125,2.5,8.375],"to":[1.75,3.9375,9.125],"rotation":{"angle":-22.5,"axis":"z","origin":[8,3.9375,2.75]},"faces":{"north":{"uv":[9.25,1,8.25,1.75],"texture":"#0"},"south":{"uv":[8.25,1,9.25,1.75],"texture":"#0"},"west":{"uv":[9.25,7.75,8.75,8.5],"texture":"#0"},"up":{"uv":[7.25,6.75,6.75,7.75],"rotation":270,"texture":"#0"},"down":{"uv":[3,10,2.5,9],"rotation":90,"texture":"#0"}}},{"from":[2.5,1.6875,8.1125],"to":[8,3.1875,8.8625],"rotation":{"angle":22.5,"axis":"y","origin":[8,3.9375,8.75]},"faces":{"north":{"uv":[8.75,3,6,3.75],"texture":"#0"},"south":{"uv":[6,3,8.75,3.75],"texture":"#0"},"west":{"uv":[9.75,7.75,9.25,8.5],"texture":"#0"},"up":{"uv":[7.75,7.5,7.25,10.25],"rotation":270,"texture":"#0"},"down":{"uv":[8.25,10.25,7.75,7.5],"rotation":90,"texture":"#0"}}},{"from":[1.5,2.1875,8.1125],"to":[2.5,3.1875,8.8625],"rotation":{"angle":22.5,"axis":"y","origin":[8,3.9375,8.75]},"faces":{"north":{"uv":[7.5,2.5,7,3],"texture":"#0"},"south":{"uv":[7,2.5,7.5,3],"texture":"#0"},"west":{"uv":[8,2.5,7.5,3],"texture":"#0"},"up":{"uv":[7.25,7.75,6.75,8.25],"rotation":270,"texture":"#0"},"down":{"uv":[10.5,4,10,3.5],"rotation":90,"texture":"#0"}}},{"from":[4.075,0.1875,7.8875],"to":[8.075,1.6875,8.6375],"rotation":{"angle":45,"axis":"y","origin":[8.075,3.9375,8.525]},"faces":{"north":{"uv":[8.5,4.75,6.5,5.5],"texture":"#0"},"south":{"uv":[6.5,4.75,8.5,5.5],"texture":"#0"},"west":{"uv":[8.75,8.75,8.25,9.5],"texture":"#0"},"up":{"uv":[8.75,6.75,8.25,8.75],"rotation":270,"texture":"#0"},"down":{"uv":[7.25,10.25,6.75,8.25],"rotation":90,"texture":"#0"}}},{"from":[3.075,0.6875,7.8875],"to":[4.075,1.6875,8.6375],"rotation":{"angle":45,"axis":"y","origin":[8.075,3.9375,8.525]},"faces":{"north":{"uv":[10.5,2.5,10,3],"texture":"#0"},"south":{"uv":[10,2.5,10.5,3],"texture":"#0"},"west":{"uv":[8.25,2,7.75,2.5],"texture":"#0"},"up":{"uv":[10.5,3,10,3.5],"rotation":270,"texture":"#0"},"down":{"uv":[9.25,3.25,8.75,2.75],"rotation":90,"texture":"#0"}}},{"from":[4.8885,7.351,6.876],"to":[5.6365,9.074,8.374],"rotation":{"angle":22.5,"axis":"z","origin":[14,-0.075,14]},"faces":{"north":{"uv":[6.75,8.25,6.25,9],"texture":"#0"},"south":{"uv":[6.75,9,6.25,9.75],"texture":"#0"},"west":{"uv":[0.75,10.5,0,11.25],"texture":"#0"},"up":{"uv":[7.75,2,7,2.5],"rotation":270,"texture":"#0"}}},{"from":[2.75,3.3,6.875],"to":[6.5,5.175,8.375],"rotation":{"angle":0,"axis":"x","origin":[11.75,3.675,8.75]},"faces":{"north":{"uv":[8.5,3.75,6.5,4.75],"texture":"#0"},"up":{"uv":[4.25,8.25,3.5,10.25],"rotation":270,"texture":"#0"},"down":{"uv":[6.25,10.25,5.5,8.25],"rotation":90,"texture":"#0"}}},{"from":[1.625,4.5375,7.25],"to":[3.125,7.425,8.75],"rotation":{"angle":-22.5,"axis":"z","origin":[14,-0.2625,14]},"faces":{"north":{"uv":[10,0.75,9.25,2.25],"texture":"#0"},"south":{"uv":[9.25,0.75,10,2.25],"texture":"#0"},"west":{"uv":[9.25,3.75,8.5,5.25],"texture":"#0"},"up":{"uv":[10,0,9.25,0.75],"rotation":270,"texture":"#0"},"down":{"uv":[4.25,8.25,3.5,7.5],"rotation":90,"texture":"#0"}}},{"from":[3.4625,10.4625,7.4375],"to":[6.0875,12.3375,8.9375],"rotation":{"angle":22.5,"axis":"y","origin":[6.0875,10.8375,8.9375]},"faces":{"north":{"uv":[8.25,1,7,2],"texture":"#0"},"east":{"uv":[9,5.75,8.25,6.75],"texture":"#0"},"south":{"uv":[7,1,8.25,2],"texture":"#0"},"west":{"uv":[10,3,9.25,4],"texture":"#0"},"up":{"uv":[7.25,5.5,6.5,6.75],"rotation":270,"texture":"#0"},"down":{"uv":[5,10.5,4.25,9.25],"rotation":90,"texture":"#0"}}},{"from":[1.75,1.5,8.375],"to":[9.0125,3.9375,9.125],"rotation":{"angle":-22.5,"axis":"z","origin":[8,3.9375,2.75]},"faces":{"north":{"uv":[6,2.5,2.25,3.75],"texture":"#0"},"south":{"uv":[2.25,2.5,6,3.75],"texture":"#0"},"west":{"uv":[2,5,1.5,6.25],"texture":"#0"},"up":{"uv":[3.5,6,3,9.75],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,10.5,5,6.75],"rotation":90,"texture":"#0"}}},{"from":[6.876,0.151,7.251],"to":[8.4865,5.999,8.749],"rotation":{"angle":22.5,"axis":"z","origin":[8,0.8625,8]},"faces":{"north":{"uv":[7,0,6.25,3],"texture":"#0"},"south":{"uv":[3,6,2.25,9],"texture":"#0"},"west":{"uv":[2.25,6.25,1.5,9.25],"texture":"#0"},"up":{"uv":[4.25,6.75,3.5,7.5],"rotation":270,"texture":"#0"}}},{"from":[2.75,3.4,6.5],"to":[3.65,4.3,6.9],"rotation":{"angle":-22.5,"axis":"z","origin":[4,3.5,8.5]},"faces":{"north":{"uv":[9.25,3.25,8.75,3.75],"texture":"#0"},"east":{"uv":[8.25,2.5,8,3],"texture":"#0"},"west":{"uv":[8.75,5.25,8.5,5.75],"texture":"#0"},"up":{"uv":[9,5.25,8.75,5.75],"rotation":270,"texture":"#0"},"down":{"uv":[9.25,5.75,9,5.25],"rotation":90,"texture":"#0"}}},{"from":[7.999,1.199,6.499],"to":[10.251,3.451,8.751],"rotation":{"angle":45,"axis":"z","origin":[8,1.2,8]},"faces":{"north":{"uv":[8.25,0,9.25,1],"texture":"#0"},"west":{"uv":[7,0,8.25,1],"texture":"#0"},"down":{"uv":[8.25,0,7,1],"rotation":90,"texture":"#0"}}},{"from":[6.425,2.775,6.5],"to":[9.575,5.775,8.75],"rotation":{"angle":0,"axis":"y","origin":[8.075,2.775,8]},"faces":{"north":{"uv":[5,3.75,6.5,5.25],"texture":"#0"},"east":{"uv":[5.5,6.75,6.75,8.25],"texture":"#0"},"south":{"uv":[5,5.25,6.5,6.75],"texture":"#0"},"west":{"uv":[6.75,6.75,5.5,8.25],"texture":"#0"}}},{"from":[5.75,5.775,6.125],"to":[10.25,11.025,9.875],"rotation":{"angle":0,"axis":"y","origin":[8,8.4,8]},"faces":{"north":{"uv":[0,0,2.25,2.5],"texture":"#0"},"east":{"uv":[2.25,0,4.25,2.5],"texture":"#0"},"south":{"uv":[2.25,2.5,0,5],"texture":"#0"},"west":{"uv":[4.25,0,2.25,2.5],"texture":"#0"},"up":{"uv":[4.25,6,2.25,3.75],"rotation":270,"texture":"#0"},"down":{"uv":[6.25,0,4.25,2.25],"rotation":90,"texture":"#0"}}},{"from":[7,-9.75,7],"to":[9,-7.75,9],"rotation":{"angle":0,"axis":"y","origin":[0,-1,16]},"faces":{"north":{"uv":[7.25,6.5,8.25,7.5],"texture":"#0"},"east":{"uv":[1.5,9.25,2.5,10.25],"texture":"#0"},"south":{"uv":[8.25,6.5,7.25,7.5],"texture":"#0"},"west":{"uv":[7.25,5.5,8.25,6.5],"texture":"#0"},"up":{"uv":[3.5,11,2.5,10],"rotation":270,"texture":"#0"}}},{"from":[7.299,-10.451,6.999],"to":[8.701,-9.049,9.001],"rotation":{"angle":45,"axis":"z","origin":[8,-9.75,8]},"faces":{"north":{"uv":[9.25,2.25,10,3],"texture":"#0"},"south":{"uv":[10,2.25,9.25,3],"texture":"#0"},"west":{"uv":[9.25,4.75,10.25,5.5],"texture":"#0"},"down":{"uv":[10.25,5.5,9.25,6.25],"rotation":90,"texture":"#0"}}},{"from":[7.9,-7.35,6.85],"to":[8.8,-6.45,7.15],"rotation":{"angle":45,"axis":"z","origin":[8,-7.25,16]},"faces":{"north":{"uv":[8.25,9.5,8.75,10],"texture":"#0"},"east":{"uv":[10,4,10.25,4.5],"texture":"#0"},"west":{"uv":[2,5,2.25,5.5],"texture":"#0"},"up":{"uv":[2.25,6,2,5.5],"rotation":270,"texture":"#0"},"down":{"uv":[10.5,4,10.25,4.5],"rotation":90,"texture":"#0"}}},{"from":[8.46194,-3.49134,7.1],"to":[10.71194,1.90866,7.1],"rotation":{"angle":22.5,"axis":"z","origin":[8,0.1,9.1]},"faces":{"north":{"uv":[10.0125,0,10.9875,2.5],"texture":"#0"},"south":{"uv":[11.5125,0,10.5125,2.5],"texture":"#0"}}},{"from":[7.69134,2.56194,6.85],"to":[13.09134,4.81194,6.85],"rotation":{"angle":-22.5,"axis":"z","origin":[8,0.1,9.1]},"faces":{"north":{"uv":[10.5125,5,11.4875,2.5],"rotation":90,"texture":"#0"},"south":{"uv":[11.5125,0,10.5125,2.5],"rotation":270,"texture":"#0"}}},{"from":[2.90866,2.56194,6.85],"to":[8.30866,4.81194,6.85],"rotation":{"angle":22.5,"axis":"z","origin":[8,0.1,9.1]},"faces":{"north":{"uv":[10.5125,2.5,11.4875,5],"rotation":90,"texture":"#0"},"south":{"uv":[11.5125,2.5,10.5125,0],"rotation":270,"texture":"#0"}}},{"from":[5.28806,-3.49134,7.1],"to":[7.53806,1.90866,7.1],"rotation":{"angle":-22.5,"axis":"z","origin":[8,0.1,9.1]},"faces":{"north":{"uv":[10.9875,0,10.0125,2.5],"texture":"#0"},"south":{"uv":[10.5125,0,11.5125,2.5],"texture":"#0"}}},{"from":[6.95,-3.6,5],"to":[9.2,2.4,5],"rotation":{"angle":22.5,"axis":"x","origin":[6.95,-3,5]},"faces":{"north":{"uv":[12.5125,0,11.5125,2.75],"texture":"#0"},"south":{"uv":[11.5125,0,12.5125,2.75],"texture":"#0"}}},{"from":[8.75,1.35,6],"to":[10.4,3,8],"rotation":{"angle":45,"axis":"z","origin":[8,0.6,22]},"faces":{"north":{"uv":[0.75,5,1.5,5.75],"texture":"#0"},"east":{"uv":[0.75,5.75,1,6.5],"texture":"#0"},"west":{"uv":[1.25,5.75,1.5,6.5],"texture":"#0"},"up":{"uv":[1,5.75,1.25,6.5],"rotation":270,"texture":"#0"},"down":{"uv":[0.75,6.5,1,7.25],"rotation":90,"texture":"#0"}}},{"from":[6,8,6],"to":[15,17,6],"rotation":{"angle":0,"axis":"y","origin":[6,8,6]},"faces":{"north":{"uv":[16,0,0,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[95,90,-95],"translation":[0,13,2],"scale":[1.35,1.35,1.35]},"thirdperson_lefthand":{"rotation":[95,90,-95],"translation":[0,13,2],"scale":[1.35,1.35,1.35]},"firstperson_righthand":{"rotation":[15,105,0],"translation":[4,6,0]},"firstperson_lefthand":{"rotation":[15,105,0],"translation":[4,6,0]},"gui":{"rotation":[-15,150,15],"translation":[1,5,0],"scale":[0.75,0.75,0.75]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/spectral_relik.json b/assets/minecraft/models/item/wynn/skin/relik/spectral_relik.json new file mode 100644 index 000000000..43478e165 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/spectral_relik.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"1":"skins/soul_heart","2":"skins/souls","3":"skins/rune_flame","4":"skins/soul_smoke","particle":"skins/soul_heart"},"elements":[{"from":[6.76736,-0.49,5.01],"to":[9.23264,0.49,10.99],"rotation":{"angle":45,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[0,1.5,0.98,3.96528],"rotation":270,"texture":"#1"},"east":{"uv":[0,1.5,0.98,7.48],"rotation":270,"texture":"#1"},"south":{"uv":[0,1.5,0.98,3.96528],"rotation":270,"texture":"#1"},"west":{"uv":[0,1.5,0.98,7.48],"rotation":270,"texture":"#1"},"up":{"uv":[0,1.5,5.98,3.96528],"rotation":270,"texture":"#1"},"down":{"uv":[0,1.5,4.5,4],"rotation":90,"texture":"#1"}}},{"from":[6.75736,-0.5,5],"to":[9.24264,0.5,11],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[0,1.5,2.48528,2.5],"rotation":180,"texture":"#1"},"east":{"uv":[0,1.5,6,2.5],"rotation":180,"texture":"#1"},"south":{"uv":[0,1.5,2.48528,2.5],"rotation":180,"texture":"#1"},"west":{"uv":[0,1.5,6,2.5],"rotation":180,"texture":"#1"},"up":{"uv":[0,1.5,2.48528,7.5],"rotation":180,"texture":"#1"},"down":{"uv":[0,1.5,4.5,4],"rotation":90,"texture":"#1"}}},{"from":[5.01,-0.49,6.76736],"to":[10.99,0.49,9.23264],"rotation":{"angle":45,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[0,1.5,5.98,2.48],"texture":"#1"},"east":{"uv":[0,1.5,2.46528,2.48],"texture":"#1"},"south":{"uv":[0,1.5,5.98,2.48],"texture":"#1"},"west":{"uv":[0,1.5,2.46528,2.48],"texture":"#1"},"up":{"uv":[0,1.5,5.98,3.96528],"texture":"#1"},"down":{"uv":[0,1.5,4.5,4],"texture":"#1"}}},{"from":[4.999,-0.501,6.75636],"to":[11.001,0.501,9.24364],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[0,1.5,6.002,2.502],"texture":"#1"},"east":{"uv":[0,1.5,2.48728,2.502],"texture":"#1"},"south":{"uv":[0,1.5,6.002,2.502],"texture":"#1"},"west":{"uv":[0,1.5,2.48728,2.502],"texture":"#1"},"up":{"uv":[0,1.5,6.002,3.98728],"texture":"#1"},"down":{"uv":[0,1.5,4.5,4],"texture":"#1"}}},{"from":[7.18157,-2.49,6.01],"to":[8.81843,-1.51,9.99],"rotation":{"angle":45,"axis":"y","origin":[8,-2,8]},"faces":{"north":{"uv":[0,11.5,0.98,13.13686],"rotation":90,"texture":"#2"},"east":{"uv":[0,11.5,0.98,15.48],"rotation":90,"texture":"#2"},"south":{"uv":[0,11.5,0.98,13.13686],"rotation":90,"texture":"#2"},"west":{"uv":[0,11.5,0.98,15.48],"rotation":90,"texture":"#2"},"up":{"uv":[0,11.5,3.98,13.13686],"rotation":90,"texture":"#2"},"down":{"uv":[0,11.5,3.98,13.13686],"rotation":90,"texture":"#2"}}},{"from":[7.17157,-2.5,5.75],"to":[8.82843,-1.5,10.25],"rotation":{"angle":0,"axis":"y","origin":[8,-2,8]},"faces":{"north":{"uv":[0,11.5,1,13.15686],"rotation":90,"texture":"#2"},"east":{"uv":[0,11.5,4.5,12.5],"rotation":180,"texture":"#2"},"south":{"uv":[0,11.5,1,13.15686],"rotation":90,"texture":"#2"},"west":{"uv":[0,11.5,4.5,12.5],"rotation":180,"texture":"#2"},"up":{"uv":[0,11.5,4.5,13.15686],"rotation":90,"texture":"#2"},"down":{"uv":[0,11.5,4.5,13.15686],"rotation":90,"texture":"#2"}}},{"from":[7.6,1.3294,4.25328],"to":[8.4,8.1294,5.05328],"rotation":{"angle":45,"axis":"y","origin":[8,4.7294,8]},"faces":{"north":{"uv":[0,9,7,10],"rotation":270,"texture":"#2"},"east":{"uv":[0,8,7,9],"rotation":270,"texture":"#2"},"south":{"uv":[0.5,7,7.5,8],"rotation":270,"texture":"#2"},"west":{"uv":[0.5,8,7.5,9],"rotation":90,"texture":"#2"},"up":{"uv":[6.5,9,7.5,10],"rotation":180,"texture":"#2"},"down":{"uv":[3,9,4,10],"rotation":270,"texture":"#2"}}},{"from":[7.6,1.3294,4.25328],"to":[8.4,8.1294,5.05328],"rotation":{"angle":-45,"axis":"y","origin":[8,4.7294,8]},"faces":{"north":{"uv":[0,10,7,9],"rotation":270,"texture":"#2"},"east":{"uv":[0.5,9,7.5,8],"rotation":90,"texture":"#2"},"south":{"uv":[0.5,8,7.5,7],"rotation":270,"texture":"#2"},"west":{"uv":[0,9,7,8],"rotation":270,"texture":"#2"},"up":{"uv":[7.5,9,6.5,10],"rotation":180,"texture":"#2"},"down":{"uv":[3,10,4,9],"rotation":270,"texture":"#2"}}},{"from":[9.27336,1.3294,11.63985],"to":[10.07336,8.1294,12.43985],"rotation":{"angle":45,"axis":"y","origin":[8,4.7294,10.36649]},"faces":{"north":{"uv":[0.5,7,7.5,8],"rotation":270,"texture":"#2"},"east":{"uv":[0.5,8.5,7.5,9.5],"rotation":90,"texture":"#2"},"south":{"uv":[0,9,7,10],"rotation":270,"texture":"#2"},"west":{"uv":[0,8,7,9],"rotation":270,"texture":"#2"},"up":{"uv":[7.5,10,6.5,9],"rotation":180,"texture":"#2"},"down":{"uv":[4,10,3,9],"rotation":270,"texture":"#2"}}},{"from":[5.92664,1.3294,11.63985],"to":[6.72664,8.1294,12.43985],"rotation":{"angle":-45,"axis":"y","origin":[8,4.7294,10.36649]},"faces":{"north":{"uv":[0.5,8,7.5,7],"rotation":270,"texture":"#2"},"east":{"uv":[0,9,7,8],"rotation":270,"texture":"#2"},"south":{"uv":[0,10,7,9],"rotation":270,"texture":"#2"},"west":{"uv":[0.5,9,7.5,8],"rotation":90,"texture":"#2"},"up":{"uv":[6.5,10,7.5,9],"rotation":180,"texture":"#2"},"down":{"uv":[4,9,3,10],"rotation":270,"texture":"#2"}}},{"from":[10.94672,1.3294,7.6],"to":[11.74672,8.1294,8.4],"rotation":{"angle":0,"axis":"y","origin":[8,4.7294,8]},"faces":{"north":{"uv":[0,8.5,7,9.5],"rotation":90,"texture":"#2"},"east":{"uv":[0,9,7,10],"rotation":270,"texture":"#2"},"south":{"uv":[0,8,7,9],"rotation":270,"texture":"#2"},"west":{"uv":[0.5,7,7.5,8],"rotation":270,"texture":"#2"},"up":{"uv":[7.5,10,6.5,9],"rotation":90,"texture":"#2"},"down":{"uv":[4,10,3,9],"texture":"#2"}}},{"from":[7.6,1.3294,10.94672],"to":[8.4,8.1294,11.74672],"rotation":{"angle":0,"axis":"y","origin":[8,4.7294,8]},"faces":{"north":{"uv":[0.5,8,7.5,7],"rotation":270,"texture":"#2"},"east":{"uv":[0,9,7,8],"rotation":270,"texture":"#2"},"south":{"uv":[0,10,7,9],"rotation":270,"texture":"#2"},"west":{"uv":[0.5,9,7.5,8],"rotation":90,"texture":"#2"},"up":{"uv":[6.5,10,7.5,9],"rotation":180,"texture":"#2"},"down":{"uv":[4,9,3,10],"rotation":270,"texture":"#2"}}},{"from":[4.25328,1.3294,7.6],"to":[5.05328,8.1294,8.4],"rotation":{"angle":0,"axis":"y","origin":[8,4.7294,8]},"faces":{"north":{"uv":[0,8,7,9],"rotation":270,"texture":"#2"},"east":{"uv":[0.5,7,7.5,8],"rotation":270,"texture":"#2"},"south":{"uv":[0.5,8,7.5,9],"rotation":90,"texture":"#2"},"west":{"uv":[0,9,7,10],"rotation":270,"texture":"#2"},"up":{"uv":[6.5,9,7.5,10],"rotation":90,"texture":"#2"},"down":{"uv":[3,9,4,10],"texture":"#2"}}},{"from":[1.99077,2.44575,4.94205],"to":[2.49077,2.94575,5.77705],"rotation":{"angle":45,"axis":"y","origin":[2.49077,5.19575,4.55883]},"faces":{"north":{"uv":[4.5,0,9,4.5],"rotation":90,"texture":"#2"},"east":{"uv":[9,0,4.5,4.5],"rotation":90,"texture":"#2"},"south":{"uv":[4.5,0,9,4.5],"rotation":90,"texture":"#2"},"west":{"uv":[1,4.5,3.5,6],"texture":"#2"},"up":{"uv":[4.5,0,9,4.5],"texture":"#2"},"down":{"uv":[4.5,0,9,4.5],"texture":"#2"}}},{"from":[1.99077,2.94575,4.60812],"to":[3.49077,4.44575,6.10812],"rotation":{"angle":45,"axis":"y","origin":[2.49077,5.19575,4.55883]},"faces":{"north":{"uv":[4.5,0,9,4.5],"rotation":90,"texture":"#2"},"east":{"uv":[9,0,4.5,4.5],"rotation":90,"texture":"#2"},"south":{"uv":[4.5,0,9,4.5],"rotation":90,"texture":"#2"},"west":{"uv":[0,0,4.5,4.5],"texture":"#2"},"up":{"uv":[4.5,0,9,4.5],"texture":"#2"},"down":{"uv":[4.5,0,9,4.5],"texture":"#2"}}},{"from":[8.937,0.34575,1.18957],"to":[10.437,1.84575,2.68957],"rotation":{"angle":-22.5,"axis":"y","origin":[9.68629,-1.80425,6.08957]},"faces":{"north":{"uv":[0,0,4.5,4.5],"texture":"#2"},"east":{"uv":[4.5,0,9,4.5],"rotation":90,"texture":"#2"},"south":{"uv":[9,0,4.5,4.5],"rotation":90,"texture":"#2"},"west":{"uv":[4.5,0,9,4.5],"rotation":90,"texture":"#2"},"up":{"uv":[4.5,0,9,4.5],"rotation":90,"texture":"#2"},"down":{"uv":[4.5,0,9,4.5],"rotation":270,"texture":"#2"}}},{"from":[9.26807,-0.15425,1.18957],"to":[10.10307,0.34575,1.68957],"rotation":{"angle":-22.5,"axis":"y","origin":[9.68629,-1.80425,6.08957]},"faces":{"north":{"uv":[1,4.5,3.5,6],"texture":"#2"},"east":{"uv":[4.5,0,9,4.5],"rotation":90,"texture":"#2"},"south":{"uv":[9,0,4.5,4.5],"rotation":90,"texture":"#2"},"west":{"uv":[4.5,0,9,4.5],"rotation":90,"texture":"#2"},"up":{"uv":[4.5,0,9,4.5],"rotation":90,"texture":"#2"},"down":{"uv":[4.5,0,9,4.5],"rotation":270,"texture":"#2"}}},{"from":[9.18629,3.44575,12.64028],"to":[10.68629,4.94575,14.14028],"rotation":{"angle":22.5,"axis":"z","origin":[10.18629,9.19575,9.58957]},"faces":{"north":{"uv":[4.5,0,9,4.5],"rotation":90,"texture":"#2"},"east":{"uv":[0,0,4.5,4.5],"texture":"#2"},"south":{"uv":[4.5,0,9,4.5],"rotation":90,"texture":"#2"},"west":{"uv":[9,0,4.5,4.5],"rotation":90,"texture":"#2"},"up":{"uv":[4.5,0,9,4.5],"rotation":180,"texture":"#2"},"down":{"uv":[4.5,0,9,4.5],"rotation":180,"texture":"#2"}}},{"from":[10.18629,2.94575,12.97135],"to":[10.68629,3.44575,13.80635],"rotation":{"angle":22.5,"axis":"z","origin":[10.18629,9.19575,9.58957]},"faces":{"north":{"uv":[4.5,0,9,4.5],"rotation":90,"texture":"#2"},"east":{"uv":[1,4.5,3.5,6],"texture":"#2"},"south":{"uv":[4.5,0,9,4.5],"rotation":90,"texture":"#2"},"west":{"uv":[9,0,4.5,4.5],"rotation":90,"texture":"#2"},"up":{"uv":[4.5,0,9,4.5],"rotation":180,"texture":"#2"},"down":{"uv":[4.5,0,9,4.5],"rotation":180,"texture":"#2"}}},{"from":[7.6,6.3294,4.25328],"to":[8.4,8.1294,5.05328],"rotation":{"angle":0,"axis":"y","origin":[8,4.7294,8]},"faces":{"north":{"uv":[1.5,9,3.5,10],"rotation":270,"texture":"#2"},"east":{"uv":[1.5,9,3.5,10],"rotation":270,"texture":"#2"},"south":{"uv":[1.5,9,3.5,10],"rotation":270,"texture":"#2"},"west":{"uv":[1.5,9,3.5,10],"rotation":270,"texture":"#2"},"up":{"uv":[1.5,9,3.5,10],"rotation":270,"texture":"#2"},"down":{"uv":[1.5,9,2.5,10],"rotation":270,"texture":"#2"}}},{"from":[3.2706,8.40328,7.25],"to":[8.2706,9.40328,8.75],"rotation":{"angle":45,"axis":"z","origin":[5.2706,8.90328,8]},"faces":{"north":{"uv":[6,12,11,13],"rotation":180,"texture":"#2"},"east":{"uv":[14,11.5,15,13],"rotation":270,"texture":"#2"},"south":{"uv":[6,12,11,13],"texture":"#2"},"west":{"uv":[6,12,7,13.5],"rotation":270,"texture":"#2"},"up":{"uv":[6,12,11,13.5],"texture":"#2"},"down":{"uv":[5,12,10,13.5],"texture":"#2"}}},{"from":[7.87585,8.75683,7.25],"to":[12.87585,9.75683,8.75],"rotation":{"angle":-45,"axis":"z","origin":[10.37585,9.25683,8]},"faces":{"north":{"uv":[6,12,11,13],"texture":"#2"},"east":{"uv":[6,12,7,13.5],"rotation":270,"texture":"#2"},"south":{"uv":[6,12,11,13],"rotation":180,"texture":"#2"},"west":{"uv":[14,11.5,15,13],"rotation":270,"texture":"#2"},"up":{"uv":[6,12,11,13.5],"rotation":180,"texture":"#2"},"down":{"uv":[5,11.5,10,13],"rotation":180,"texture":"#2"}}},{"from":[9.97585,9.85683,7.6],"to":[10.77585,13.65683,8.4],"rotation":{"angle":-22.5,"axis":"z","origin":[10.37585,12.25683,7.75]},"faces":{"north":{"uv":[10,11.5,15.5,12.5],"rotation":270,"texture":"#2"},"east":{"uv":[8.5,12,14,13],"rotation":270,"texture":"#2"},"south":{"uv":[10,11.5,15.5,12.5],"rotation":270,"texture":"#2"},"west":{"uv":[10.5,11.5,16,12.5],"rotation":270,"texture":"#2"},"up":{"uv":[13,12,14,13],"rotation":270,"texture":"#2"},"down":{"uv":[9,12,10,13],"rotation":270,"texture":"#2"}}},{"from":[4.51602,13.04771,7.5],"to":[5.51602,14.04771,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[5.01602,13.54771,8]},"faces":{"north":{"uv":[7.5,2,6.5,3],"texture":"#2"},"east":{"uv":[7.5,2,6.5,3],"texture":"#2"},"south":{"uv":[7.5,2,6.5,3],"texture":"#2"},"west":{"uv":[7.5,2,6.5,3],"texture":"#2"},"up":{"uv":[7.5,2,6.5,3],"texture":"#2"},"down":{"uv":[7.5,2,6.5,3],"texture":"#2"}}},{"from":[10.48398,13.04771,7.5],"to":[11.48398,14.04771,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[10.98398,13.54771,8]},"faces":{"north":{"uv":[6.5,2,7.5,3],"texture":"#2"},"east":{"uv":[6.5,2,7.5,3],"texture":"#2"},"south":{"uv":[6.5,2,7.5,3],"texture":"#2"},"west":{"uv":[6.5,2,7.5,3],"texture":"#2"},"up":{"uv":[6.5,2,7.5,3],"texture":"#2"},"down":{"uv":[6.5,2,7.5,3],"texture":"#2"}}},{"from":[4.88517,13.33832,7.6],"to":[7.18517,14.13832,8.4],"rotation":{"angle":22.5,"axis":"z","origin":[5.28517,13.73832,8]},"faces":{"north":{"uv":[10,12.5,12.3,13.3],"texture":"#2"},"east":{"uv":[9,13,9.8,13.8],"rotation":180,"texture":"#2"},"south":{"uv":[10.5,12.5,12.8,13.3],"rotation":180,"texture":"#2"},"west":{"uv":[13,13,13.8,13.8],"rotation":180,"texture":"#2"},"up":{"uv":[10.5,12.5,12.8,13.3],"rotation":180,"texture":"#2"},"down":{"uv":[9,12,11.3,12.8],"rotation":180,"texture":"#2"}}},{"from":[5.22415,9.85683,7.6],"to":[6.02415,13.65683,8.4],"rotation":{"angle":22.5,"axis":"z","origin":[5.62415,12.25683,7.75]},"faces":{"north":{"uv":[10,12.5,15.5,11.5],"rotation":270,"texture":"#2"},"east":{"uv":[10.5,12.5,16,11.5],"rotation":270,"texture":"#2"},"south":{"uv":[10,12.5,15.5,11.5],"rotation":270,"texture":"#2"},"west":{"uv":[8.5,13,14,12],"rotation":270,"texture":"#2"},"up":{"uv":[13,13,14,12],"rotation":270,"texture":"#2"},"down":{"uv":[9,13,10,12],"rotation":270,"texture":"#2"}}},{"from":[8.81483,13.33832,7.6],"to":[11.11483,14.13832,8.4],"rotation":{"angle":-22.5,"axis":"z","origin":[10.71483,13.73832,8]},"faces":{"north":{"uv":[12.3,12.5,14.6,13.3],"texture":"#2"},"east":{"uv":[13.8,13,14.6,13.8],"rotation":180,"texture":"#2"},"south":{"uv":[12.8,12.5,15.1,13.3],"rotation":180,"texture":"#2"},"west":{"uv":[9.8,13,10.6,13.8],"rotation":180,"texture":"#2"},"up":{"uv":[12.8,12.5,15.1,13.3],"rotation":180,"texture":"#2"},"down":{"uv":[11.3,12,13.6,12.8],"rotation":180,"texture":"#2"}}},{"from":[7.25,10.43681,3.82002],"to":[8.75,11.43681,8.82002],"rotation":{"angle":-45,"axis":"x","origin":[8,9.25683,8]},"faces":{"north":{"uv":[6,12,7,13.5],"rotation":270,"texture":"#2"},"east":{"uv":[6,12,11,13],"rotation":180,"texture":"#2"},"south":{"uv":[14,11.5,15,13],"rotation":270,"texture":"#2"},"west":{"uv":[6,12,11,13],"texture":"#2"},"up":{"uv":[6,12,11,13.5],"rotation":90,"texture":"#2"},"down":{"uv":[6,12,11,13.5],"rotation":270,"texture":"#2"}}},{"from":[7.25,10.43681,7.17998],"to":[8.75,11.43681,12.17998],"rotation":{"angle":45,"axis":"x","origin":[8,9.25683,8]},"faces":{"north":{"uv":[14,11.5,15,13],"rotation":270,"texture":"#2"},"east":{"uv":[6,11,11,12],"texture":"#2"},"south":{"uv":[6,12,7,13.5],"rotation":270,"texture":"#2"},"west":{"uv":[6,12,11,13],"rotation":180,"texture":"#2"},"up":{"uv":[6,12,11,13.5],"rotation":270,"texture":"#2"},"down":{"uv":[6,12,11,13.5],"rotation":270,"texture":"#2"}}},{"from":[7.25,-1.30222,10.02164],"to":[8.75,3.69778,11.02164],"rotation":{"angle":22.5,"axis":"x","origin":[8,0.15328,8]},"faces":{"north":{"uv":[6.5,11.5,11.5,13],"rotation":270,"texture":"#2"},"east":{"uv":[6.5,11.5,11.5,12.5],"rotation":270,"texture":"#2"},"south":{"uv":[6.5,11.5,11.5,13],"rotation":270,"texture":"#2"},"west":{"uv":[6.5,11.5,11.5,12.5],"rotation":270,"texture":"#2"},"up":{"uv":[10,11.5,11,13],"rotation":270,"texture":"#2"},"down":{"uv":[6.5,11.5,7.5,13],"rotation":270,"texture":"#2"}}},{"from":[7.25,-1.30222,4.97836],"to":[8.75,3.69778,5.97836],"rotation":{"angle":-22.5,"axis":"x","origin":[8,0.15328,8]},"faces":{"north":{"uv":[6.5,13,11.5,11.5],"rotation":270,"texture":"#2"},"east":{"uv":[6.5,12.5,11.5,11.5],"rotation":270,"texture":"#2"},"south":{"uv":[6.5,13,11.5,11.5],"rotation":270,"texture":"#2"},"west":{"uv":[6.5,12.5,11.5,11.5],"rotation":270,"texture":"#2"},"up":{"uv":[11,11.5,10,13],"rotation":270,"texture":"#2"},"down":{"uv":[7.5,11.5,6.5,13],"rotation":270,"texture":"#2"}}},{"from":[7.75,-0.80222,4.82836],"to":[8.25,3.19778,5.82836],"rotation":{"angle":-22.5,"axis":"x","origin":[8,0.15328,8]},"faces":{"north":{"uv":[-4,11,0,12],"rotation":270,"texture":"#2"},"east":{"uv":[-4,11,0,12],"rotation":270,"texture":"#2"},"south":{"uv":[-4,11,0,12],"rotation":270,"texture":"#2"},"west":{"uv":[-4,11,0,12],"rotation":270,"texture":"#2"},"up":{"uv":[-4,11,0,12],"rotation":270,"texture":"#2"},"down":{"uv":[-4,11,0,12],"rotation":270,"texture":"#2"}}},{"from":[7.75,-0.80222,10.17164],"to":[8.25,3.19778,11.17164],"rotation":{"angle":22.5,"axis":"x","origin":[8,0.15328,8]},"faces":{"north":{"uv":[-4,13,0,12],"rotation":270,"texture":"#2"},"east":{"uv":[-4,13,0,12],"rotation":270,"texture":"#2"},"south":{"uv":[-4,13,0,12],"rotation":270,"texture":"#2"},"west":{"uv":[-4,13,0,12],"rotation":270,"texture":"#2"},"up":{"uv":[-4,13,0,12],"rotation":270,"texture":"#2"},"down":{"uv":[-4,13,0,12],"rotation":270,"texture":"#2"}}},{"from":[4.85033,-0.80659,7.75],"to":[5.85033,3.19341,8.25],"rotation":{"angle":22.5,"axis":"z","origin":[8,0.09588,8]},"faces":{"north":{"uv":[-4,12.5,0,12],"rotation":270,"texture":"#2"},"east":{"uv":[-4,12.5,0,12],"rotation":270,"texture":"#2"},"south":{"uv":[-4,12.5,0,12],"rotation":270,"texture":"#2"},"west":{"uv":[-4,12.5,0,12],"rotation":270,"texture":"#2"},"up":{"uv":[-4,12.5,0,12],"rotation":270,"texture":"#2"},"down":{"uv":[-4,12.5,0,12],"rotation":270,"texture":"#2"}}},{"from":[3.63201,8.59588,7.75],"to":[7.38201,9.59588,8.25],"rotation":{"angle":45,"axis":"z","origin":[5.23201,9.09588,8]},"faces":{"north":{"uv":[-4,12.5,0,12],"texture":"#2"},"east":{"uv":[-4,12.5,0,12],"texture":"#2"},"south":{"uv":[-4,12.5,0,12],"texture":"#2"},"west":{"uv":[-4,12.5,0,12],"texture":"#2"},"up":{"uv":[-4,12.5,0,12],"texture":"#2"},"down":{"uv":[-4,12.5,0,12],"texture":"#2"}}},{"from":[8.61799,8.59588,7.75],"to":[12.36799,9.59588,8.25],"rotation":{"angle":-45,"axis":"z","origin":[10.76799,9.09588,8]},"faces":{"north":{"uv":[4,12.5,0,12],"texture":"#2"},"east":{"uv":[4,12.5,0,12],"texture":"#2"},"south":{"uv":[4,12.5,0,12],"texture":"#2"},"west":{"uv":[4,12.5,0,12],"texture":"#2"},"up":{"uv":[4,12.5,0,12],"texture":"#2"},"down":{"uv":[4,12.5,0,12],"texture":"#2"}}},{"from":[7.75,10.6101,7.94476],"to":[8.25,11.6101,11.69476],"rotation":{"angle":45,"axis":"x","origin":[8,9.29033,8]},"faces":{"north":{"uv":[4,12.5,0,12],"rotation":90,"texture":"#2"},"east":{"uv":[4,12.5,0,12],"rotation":90,"texture":"#2"},"south":{"uv":[4,12.5,0,12],"rotation":90,"texture":"#2"},"west":{"uv":[4,12.5,0,12],"rotation":90,"texture":"#2"},"up":{"uv":[4,12.5,0,12],"rotation":90,"texture":"#2"},"down":{"uv":[4,12.5,0,12],"rotation":90,"texture":"#2"}}},{"from":[7.75,10.6101,4.30524],"to":[8.25,11.6101,8.05524],"rotation":{"angle":-45,"axis":"x","origin":[8,9.29033,8]},"faces":{"north":{"uv":[-4,12.5,0,12],"rotation":90,"texture":"#2"},"east":{"uv":[-4,12.5,0,12],"rotation":90,"texture":"#2"},"south":{"uv":[-4,12.5,0,12],"rotation":90,"texture":"#2"},"west":{"uv":[-4,12.5,0,12],"rotation":90,"texture":"#2"},"up":{"uv":[-4,12.5,0,12],"rotation":90,"texture":"#2"},"down":{"uv":[-4,12.5,0,12],"rotation":90,"texture":"#2"}}},{"from":[10.14967,-0.80659,7.75],"to":[11.14967,3.19341,8.25],"rotation":{"angle":-22.5,"axis":"z","origin":[8,0.09588,8]},"faces":{"north":{"uv":[-4,11.5,0,12],"rotation":270,"texture":"#2"},"east":{"uv":[-4,11.5,0,12],"rotation":270,"texture":"#2"},"south":{"uv":[-4,11.5,0,12],"rotation":270,"texture":"#2"},"west":{"uv":[-4,11.5,0,12],"rotation":270,"texture":"#2"},"up":{"uv":[-4,11.5,0,12],"rotation":270,"texture":"#2"},"down":{"uv":[-4,11.5,0,12],"rotation":270,"texture":"#2"}}},{"from":[10.02164,-1.30222,7.25],"to":[11.02164,3.69778,8.75],"rotation":{"angle":-22.5,"axis":"z","origin":[8,0.15328,8]},"faces":{"north":{"uv":[6.5,12.5,11.5,11.5],"rotation":270,"texture":"#2"},"east":{"uv":[6.5,13,11.5,11.5],"rotation":270,"texture":"#2"},"south":{"uv":[6.5,12.5,11.5,11.5],"rotation":270,"texture":"#2"},"west":{"uv":[6.5,13,11.5,11.5],"rotation":270,"texture":"#2"},"up":{"uv":[11,11.5,10,13],"texture":"#2"},"down":{"uv":[7.5,11.5,6.5,13],"rotation":180,"texture":"#2"}}},{"from":[4.97836,-1.30222,7.25],"to":[5.97836,3.69778,8.75],"rotation":{"angle":22.5,"axis":"z","origin":[8,0.15328,8]},"faces":{"north":{"uv":[6.5,11.5,11.5,12.5],"rotation":270,"texture":"#2"},"east":{"uv":[6.5,11.5,11.5,13],"rotation":270,"texture":"#2"},"south":{"uv":[6.5,11.5,11.5,12.5],"rotation":270,"texture":"#2"},"west":{"uv":[6.5,11.5,11.5,13],"rotation":270,"texture":"#2"},"up":{"uv":[10,11.5,11,13],"texture":"#2"},"down":{"uv":[6.5,11.5,7.5,13],"rotation":180,"texture":"#2"}}},{"from":[6.01,-2.49,7.18157],"to":[9.99,-1.51,8.81843],"rotation":{"angle":45,"axis":"y","origin":[8,-2,8]},"faces":{"north":{"uv":[0,11.5,3.98,12.48],"texture":"#2"},"east":{"uv":[0,11.5,1.63686,12.48],"texture":"#2"},"south":{"uv":[0,11.5,3.98,12.48],"texture":"#2"},"west":{"uv":[0,11.5,1.63686,12.48],"texture":"#2"},"up":{"uv":[0,11.5,3.98,13.13686],"texture":"#2"},"down":{"uv":[0,11.5,3.98,13.13686],"texture":"#2"}}},{"from":[5.755,-2.495,7.17657],"to":[10.245,-1.505,8.82343],"rotation":{"angle":0,"axis":"y","origin":[8,-2,8]},"faces":{"north":{"uv":[0,11.5,4.49,12.49],"texture":"#2"},"east":{"uv":[0,11.5,1.64686,12.49],"texture":"#2"},"south":{"uv":[0,11.5,4.49,12.49],"texture":"#2"},"west":{"uv":[0,11.5,1.64686,12.49],"texture":"#2"},"up":{"uv":[0,11.5,4.49,13.14686],"texture":"#2"},"down":{"uv":[0,11.5,4.49,13.14686],"texture":"#2"}}},{"from":[6.01,8.51,7.18157],"to":[9.99,9.49,8.81843],"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"north":{"uv":[0,1.5,3.98,2.48],"rotation":180,"texture":"#1"},"east":{"uv":[0,1.5,1.63686,2.48],"rotation":180,"texture":"#1"},"south":{"uv":[0,1.5,3.98,2.48],"rotation":180,"texture":"#1"},"west":{"uv":[0,1.5,1.63686,2.48],"rotation":180,"texture":"#1"},"up":{"uv":[0,1.5,3.98,3.13686],"rotation":180,"texture":"#1"},"down":{"uv":[0,1.5,3.98,3.13686],"rotation":180,"texture":"#1"}}},{"from":[7.17157,8.5,5.75],"to":[8.82843,9.5,10.25],"rotation":{"angle":45,"axis":"y","origin":[8,9,8]},"faces":{"north":{"uv":[0,1.5,1.65686,2.5],"rotation":180,"texture":"#1"},"east":{"uv":[0,1.5,4.5,2.5],"rotation":180,"texture":"#1"},"south":{"uv":[0,1.5,1.65686,2.5],"rotation":180,"texture":"#1"},"west":{"uv":[0,1.5,4.5,2.5],"rotation":180,"texture":"#1"},"up":{"uv":[0,1.5,1.65686,6],"rotation":180,"texture":"#1"},"down":{"uv":[0,1.5,1.65686,6],"rotation":180,"texture":"#1"}}},{"from":[5.755,8.505,7.17657],"to":[10.245,9.495,8.82343],"rotation":{"angle":45,"axis":"y","origin":[8,9,8]},"faces":{"north":{"uv":[0,1.5,4.49,2.49],"rotation":180,"texture":"#1"},"east":{"uv":[0,1.5,1.64686,2.49],"rotation":180,"texture":"#1"},"south":{"uv":[0,1.5,4.49,2.49],"rotation":180,"texture":"#1"},"west":{"uv":[0,1.5,1.64686,2.49],"rotation":180,"texture":"#1"},"up":{"uv":[0,1.5,4.49,3.14686],"rotation":180,"texture":"#1"},"down":{"uv":[0,1.5,4.49,3.14686],"rotation":180,"texture":"#1"}}},{"from":[7.15161,10.705,7.2052],"to":[8.75161,12.305,8.8052],"rotation":{"angle":45,"axis":"x","origin":[7.95161,11.505,8.0052]},"faces":{"north":{"uv":[6,1,8,3],"texture":"#2"},"east":{"uv":[6,1,8,3],"texture":"#2"},"south":{"uv":[6,1,8,3],"texture":"#2"},"west":{"uv":[6,1,8,3],"texture":"#2"},"up":{"uv":[6,1,8,3],"texture":"#2"},"down":{"uv":[6,1,8,3],"texture":"#2"}}},{"from":[7.15161,-2.795,7.2052],"to":[8.75161,-1.195,8.8052],"rotation":{"angle":45,"axis":"z","origin":[7.95161,-1.995,8.0052]},"faces":{"north":{"uv":[6,1,8,3],"texture":"#2"},"east":{"uv":[6,1,8,3],"texture":"#2"},"south":{"uv":[6,1,8,3],"texture":"#2"},"west":{"uv":[6,1,8,3],"texture":"#2"},"up":{"uv":[6,1,8,3],"rotation":90,"texture":"#2"},"down":{"uv":[6,1,8,3],"rotation":270,"texture":"#2"}}},{"from":[6.5,13.905,7.5052],"to":[9.5,14.905,8.5052],"rotation":{"angle":0,"axis":"x","origin":[7.5,14.905,8.5052]},"faces":{"north":{"uv":[10.5,1.5,11.5,4.5],"rotation":270,"texture":"#2"},"east":{"uv":[10.5,1.5,11.5,2.5],"rotation":270,"texture":"#2"},"south":{"uv":[10.5,1.5,11.5,4.5],"rotation":270,"texture":"#2"},"west":{"uv":[10.5,1.5,11.5,2.5],"rotation":270,"texture":"#2"},"up":{"uv":[10.5,1.5,11.5,4.5],"rotation":270,"texture":"#2"},"down":{"uv":[10.5,1.5,11.5,4.5],"rotation":270,"texture":"#2"}}},{"from":[6.70161,8.505,6.7552],"to":[9.20161,10.505,9.2552],"rotation":{"angle":45,"axis":"y","origin":[7.95161,9.505,8.0052]},"faces":{"north":{"uv":[3,11,5.5,13.5],"texture":"#2"},"east":{"uv":[3,11,5.5,13],"texture":"#2"},"south":{"uv":[3,11,5.5,13],"texture":"#2"},"west":{"uv":[3,11,5.5,13],"texture":"#2"},"up":{"uv":[3,11,5.5,13.5],"texture":"#2"},"down":{"uv":[3,11,5.5,13.5],"texture":"#2"}}},{"from":[7.18157,8.51,6.01],"to":[8.81843,9.49,9.99],"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"north":{"uv":[0,1.5,1.63686,2.48],"rotation":180,"texture":"#1"},"east":{"uv":[0,1.5,3.98,2.48],"rotation":180,"texture":"#1"},"south":{"uv":[0,1.5,1.63686,2.48],"rotation":180,"texture":"#1"},"west":{"uv":[0,1.5,3.98,2.48],"rotation":180,"texture":"#1"},"up":{"uv":[0,1.5,1.63686,5.48],"rotation":180,"texture":"#1"},"down":{"uv":[0,1.5,1.63686,5.48],"rotation":180,"texture":"#1"}}},{"from":[7.165,2.30877,6.80303],"to":[8.835,3.30877,7.80303],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0025,3.80877,7.80303]},"faces":{"north":{"uv":[1,4.5,3.5,6],"texture":"#2"},"east":{"uv":[4.5,3.5,5,4],"rotation":90,"texture":"#2"},"south":{"uv":[4.5,3.5,5,4],"rotation":90,"texture":"#2"},"west":{"uv":[4.5,3.5,5,4],"rotation":90,"texture":"#2"},"up":{"uv":[7,5,7.5,5.5],"rotation":90,"texture":"#2"},"down":{"uv":[4.5,3.5,5,4],"rotation":90,"texture":"#2"}}},{"from":[6.505,3.30877,6.80303],"to":[9.505,6.30877,9.80303],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0025,3.80877,7.80303]},"faces":{"north":{"uv":[0,0,4.5,4.5],"texture":"#2"},"east":{"uv":[4.5,0,9,4.5],"texture":"#2"},"south":{"uv":[4.5,0,9,4.5],"texture":"#2"},"west":{"uv":[4.5,0,9,4.5],"texture":"#2"},"up":{"uv":[4.5,0,9,4.5],"texture":"#2"},"down":{"uv":[4.5,0,9,4.5],"texture":"#2"}}},{"from":[6.56025,0.51,4.51],"to":[9.43975,1.49,11.49],"rotation":{"angle":45,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[0,2.5,2.8795,3.48],"texture":"#1"},"east":{"uv":[0,2.5,2.8795,3.48],"texture":"#1"},"south":{"uv":[0,2.5,2.8795,3.48],"texture":"#1"},"west":{"uv":[0,2.5,2.8795,3.48],"texture":"#1"},"up":{"uv":[4.5,2.5,11.48,5.3795],"rotation":90,"texture":"#1"},"down":{"uv":[0,2.5,4,5.5],"rotation":90,"texture":"#1"}}},{"from":[6.55525,0.505,4.755],"to":[9.44475,1.495,11.245],"rotation":{"angle":0,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[0,2.5,2.8795,3.48],"texture":"#1"},"east":{"uv":[0,2.5,2.8795,3.48],"texture":"#1"},"south":{"uv":[0,2.5,2.8795,3.48],"texture":"#1"},"west":{"uv":[0,2.5,2.8795,3.48],"texture":"#1"},"up":{"uv":[5,2.5,11.49,5.3895],"rotation":90,"texture":"#1"},"down":{"uv":[0,2.5,4,5.5],"rotation":90,"texture":"#1"}}},{"from":[4.51,0.51,6.56025],"to":[11.49,1.49,9.43975],"rotation":{"angle":45,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[0,2.5,2.8795,3.48],"texture":"#1"},"east":{"uv":[0,2.5,2.8795,3.48],"texture":"#1"},"south":{"uv":[0,2.5,2.8795,3.48],"texture":"#1"},"west":{"uv":[0,2.5,2.8795,3.48],"texture":"#1"},"up":{"uv":[4.5,2.5,11.48,5.3795],"texture":"#1"},"down":{"uv":[0,2.5,4,5.5],"texture":"#1"}}},{"from":[4.75,0.5,6.55025],"to":[11.25,1.5,9.44975],"rotation":{"angle":0,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[0,2.5,2.8795,3.48],"texture":"#1"},"east":{"uv":[0,2.5,2.8795,3.48],"texture":"#1"},"south":{"uv":[0,2.5,2.8795,3.48],"texture":"#1"},"west":{"uv":[0,2.5,2.8795,3.48],"texture":"#1"},"up":{"uv":[4.5,2.5,11,5.3995],"texture":"#1"},"down":{"uv":[0,2.5,4,5.5],"texture":"#1"}}},{"from":[4.5,7.5,6.55025],"to":[11.5,8.5,9.44975],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[0,3.48,2.8795,2.5],"texture":"#1"},"east":{"uv":[0,3.48,2.8795,2.5],"texture":"#1"},"south":{"uv":[0,3.48,2.8795,2.5],"texture":"#1"},"west":{"uv":[0,3.48,2.8795,2.5],"texture":"#1"},"up":{"uv":[0,13.8995,6.5,11],"texture":"#2"},"down":{"uv":[4.5,5.3995,11,2.5],"texture":"#1"}}},{"from":[4.51,7.51,6.56025],"to":[11.49,8.49,9.43975],"rotation":{"angle":45,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[0,3.48,2.8795,2.5],"texture":"#1"},"east":{"uv":[0,3.48,2.8795,2.5],"texture":"#1"},"south":{"uv":[0,3.48,2.8795,2.5],"texture":"#1"},"west":{"uv":[0,3.48,2.8795,2.5],"texture":"#1"},"up":{"uv":[0,13.8995,6.5,11],"texture":"#2"},"down":{"uv":[4.5,5.3795,11.48,2.5],"texture":"#1"}}},{"from":[6.55525,7.505,4.505],"to":[9.44475,8.495,11.495],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[0,3.48,2.8795,2.5],"texture":"#1"},"east":{"uv":[0,3.48,2.8795,2.5],"texture":"#1"},"south":{"uv":[0,3.48,2.8795,2.5],"texture":"#1"},"west":{"uv":[0,3.48,2.8795,2.5],"texture":"#1"},"up":{"uv":[0,13.8995,6.5,11],"rotation":90,"texture":"#2"},"down":{"uv":[11.49,2.5,5,5.3895],"rotation":90,"texture":"#1"}}},{"from":[6.56025,7.51,4.51],"to":[9.43975,8.49,11.49],"rotation":{"angle":45,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[0,3.48,2.8795,2.5],"texture":"#1"},"east":{"uv":[0,3.48,2.8795,2.5],"texture":"#1"},"south":{"uv":[0,3.48,2.8795,2.5],"texture":"#1"},"west":{"uv":[0,3.48,2.8795,2.5],"texture":"#1"},"up":{"uv":[0,13.8995,6.5,11],"rotation":90,"texture":"#2"},"down":{"uv":[11.48,2.5,4.5,5.3795],"rotation":90,"texture":"#1"}}},{"from":[4,0.45,8],"to":[12,8.45,8.01],"faces":{"north":{"uv":[0,0,16,16],"texture":"#3"},"east":{"uv":[0,0,0.5,4],"texture":"#3"},"south":{"uv":[16,0,0,16],"texture":"#3"},"west":{"uv":[0,0,0.5,4],"texture":"#3"},"up":{"uv":[0,0,4,0.5],"texture":"#3"},"down":{"uv":[0,0,4,0.5],"texture":"#3"}}},{"from":[4.25,2.15,6.75],"to":[20.25,18.15,6.76],"rotation":{"angle":22.5,"axis":"y","origin":[12.25,10.15,6.755]},"faces":{"north":{"uv":[16,0,0,16],"texture":"#4"},"east":{"uv":[0,0,0.5,4],"texture":"#4"},"south":{"uv":[0,0,16,16],"texture":"#4"},"west":{"uv":[0,0,0.5,4],"texture":"#4"},"up":{"uv":[0,0,4,0.5],"rotation":180,"texture":"#4"},"down":{"uv":[0,0,4,0.5],"rotation":180,"texture":"#4"}}},{"from":[11.745,3.7,11.405],"to":[11.755,7.7,15.405],"rotation":{"angle":22.5,"axis":"z","origin":[12,4.45,13.405]},"faces":{"north":{"uv":[0,0,0.5,4],"texture":"#3"},"east":{"uv":[16,0,0,16],"texture":"#3"},"south":{"uv":[0,0,0.5,4],"texture":"#3"},"west":{"uv":[0,0,16,16],"texture":"#3"},"up":{"uv":[0,0,4,0.5],"rotation":270,"texture":"#3"},"down":{"uv":[0,0,4,0.5],"rotation":90,"texture":"#3"}}},{"from":[5,-0.3,3.4],"to":[9,3.7,3.41],"rotation":{"angle":-22.5,"axis":"y","origin":[12,4.45,13.405]},"faces":{"north":{"uv":[16,0,0,16],"texture":"#3"},"east":{"uv":[0,0,0.5,4],"texture":"#3"},"south":{"uv":[0,0,16,16],"texture":"#3"},"west":{"uv":[0,0,0.5,4],"texture":"#3"},"up":{"uv":[0,0,4,0.5],"rotation":180,"texture":"#3"},"down":{"uv":[0,0,4,0.5],"rotation":180,"texture":"#3"}}},{"from":[-2.25,2.7,13.65],"to":[1.75,6.7,13.66],"rotation":{"angle":-45,"axis":"y","origin":[12,4.45,13.405]},"faces":{"north":{"uv":[16,0,0,16],"texture":"#3"},"east":{"uv":[0,0,0.5,4],"texture":"#3"},"south":{"uv":[0,0,16,16],"texture":"#3"},"west":{"uv":[0,0,0.5,4],"texture":"#3"},"up":{"uv":[0,0,4,0.5],"rotation":180,"texture":"#3"},"down":{"uv":[0,0,4,0.5],"rotation":180,"texture":"#3"}}}],"display":{"thirdperson_righthand":{"rotation":[66,10,0],"translation":[0,-3.25,-4],"scale":[0.87,0.87,0.87]},"thirdperson_lefthand":{"rotation":[66,10,0],"translation":[0,-3.25,-4],"scale":[0.87,0.87,0.87]},"firstperson_righthand":{"rotation":[11,-5,0],"translation":[7,2.75,-5.75],"scale":[1.16,1.16,1.16]},"firstperson_lefthand":{"rotation":[11,-5,0],"translation":[7,2.75,-5.75],"scale":[1.16,1.16,1.16]},"gui":{"rotation":[7,172,28],"translation":[0,0.5,0],"scale":[0.77,0.77,0.77]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/steampunk_relik.json b/assets/minecraft/models/item/wynn/skin/relik/steampunk_relik.json new file mode 100644 index 000000000..ef240f851 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/steampunk_relik.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"1":"skins/steampunk_relik"},"elements":[{"from":[7,12.23713,-0.68952],"to":[9.02,14.25713,2.33048],"rotation":{"angle":45,"axis":"x","origin":[8.01,13.24713,1.82048]},"faces":{"north":{"uv":[0,4,2,6],"rotation":180,"texture":"#1"},"east":{"uv":[0,4,2,7],"rotation":270,"texture":"#1"},"south":{"uv":[0,4,2,6],"texture":"#1"},"west":{"uv":[3.5,4,5.5,7],"rotation":90,"texture":"#1"},"up":{"uv":[3,4,5,7],"rotation":180,"texture":"#1"},"down":{"uv":[0,4,2,7],"texture":"#1"}}},{"from":[7.03,14.10326,5.1849],"to":[8.99,15.06326,7.1449],"rotation":{"angle":22.5,"axis":"x","origin":[8.01,12.89579,5.59642]},"faces":{"north":{"uv":[0,4,2,5],"rotation":180,"texture":"#1"},"east":{"uv":[0,4,2,5],"rotation":180,"texture":"#1"},"south":{"uv":[0,4,2,5],"rotation":180,"texture":"#1"},"west":{"uv":[0,4,2,5],"rotation":180,"texture":"#1"},"up":{"uv":[0,4,2,6],"texture":"#1"},"down":{"uv":[0,4,2,6],"texture":"#1"}}},{"from":[7,3,4],"to":[9,6,6],"rotation":{"angle":0,"axis":"y","origin":[8,13,5]},"faces":{"north":{"uv":[6.5,4,8.5,7],"texture":"#1"},"east":{"uv":[0,4,2,7],"texture":"#1"},"south":{"uv":[5.5,4,7.5,7],"texture":"#1"},"west":{"uv":[0,4,2,7],"texture":"#1"},"up":{"uv":[0,4,2,7],"texture":"#1"},"down":{"uv":[0,4,2,7],"texture":"#1"}}},{"from":[7.02,4.02835,3.03465],"to":[8.98,4.98835,4.99465],"rotation":{"angle":-22.5,"axis":"x","origin":[8,12.00835,2.01465]},"faces":{"north":{"uv":[0,4,2,5],"texture":"#1"},"east":{"uv":[0,4,2,5],"texture":"#1"},"south":{"uv":[0,4,2,5],"texture":"#1"},"west":{"uv":[0,4,2,5],"texture":"#1"},"up":{"uv":[0,4,2,6],"texture":"#1"},"down":{"uv":[0,4,2,6],"texture":"#1"}}},{"from":[7.02,5.36462,2.28746],"to":[8.98,6.32462,4.24746],"rotation":{"angle":22.5,"axis":"x","origin":[8,5.84462,3.26746]},"faces":{"north":{"uv":[0,4,2,5],"texture":"#1"},"east":{"uv":[0,4,2,5],"texture":"#1"},"south":{"uv":[0,4,2,5],"texture":"#1"},"west":{"uv":[0,4,2,5],"texture":"#1"},"up":{"uv":[0,4,2,6],"texture":"#1"},"down":{"uv":[0,4,2,6],"texture":"#1"}}},{"from":[7,4.32603,0.79869],"to":[9,7.32603,2.79869],"rotation":{"angle":45,"axis":"x","origin":[8,6.82603,1.79869]},"faces":{"north":{"uv":[14,4,16,7],"texture":"#1"},"east":{"uv":[0,4,2,7],"texture":"#1"},"south":{"uv":[3.5,4,5.5,7],"texture":"#1"},"west":{"uv":[0,4,2,7],"texture":"#1"},"up":{"uv":[0,4,2,7],"texture":"#1"},"down":{"uv":[0,4,2,7],"texture":"#1"}}},{"from":[7.02,7.3148,0.33728],"to":[8.98,9.2748,1.29728],"rotation":{"angle":-22.5,"axis":"x","origin":[8,8.2948,0.81728]},"faces":{"north":{"uv":[0,4,2,6],"rotation":180,"texture":"#1"},"east":{"uv":[0,4,2,5],"rotation":270,"texture":"#1"},"south":{"uv":[0,4,2,6],"texture":"#1"},"west":{"uv":[0,4,2,5],"rotation":90,"texture":"#1"},"up":{"uv":[0,4,2,5],"rotation":180,"texture":"#1"},"down":{"uv":[0,4,2,5],"texture":"#1"}}},{"from":[7,9.02734,-2.02734],"to":[9,11.02734,0.97266],"rotation":{"angle":0,"axis":"y","origin":[8,10.02734,0.47266]},"faces":{"north":{"uv":[0,4,2,6],"rotation":180,"texture":"#1"},"east":{"uv":[0,4,2,7],"rotation":270,"texture":"#1"},"south":{"uv":[0,4,2,6],"texture":"#1"},"west":{"uv":[0,4,2,7],"rotation":90,"texture":"#1"},"up":{"uv":[0,4,2,7],"rotation":180,"texture":"#1"},"down":{"uv":[0,4,2,7],"texture":"#1"}}},{"from":[6.99,4.32476,7.20438],"to":[9.01,7.34476,9.22438],"rotation":{"angle":-45,"axis":"x","origin":[8,6.83476,8.21438]},"faces":{"north":{"uv":[0,4,2,6],"texture":"#1"},"east":{"uv":[0,4,2,7],"texture":"#1"},"south":{"uv":[4,4,6,7],"texture":"#1"},"west":{"uv":[0,4,2,7],"texture":"#1"},"up":{"uv":[0,4,2,7],"texture":"#1"},"down":{"uv":[0,4,2,7],"texture":"#1"}}},{"from":[7.02,7.3366,8.72451],"to":[8.98,9.2966,9.68451],"rotation":{"angle":22.5,"axis":"x","origin":[8,8.3166,9.20451]},"faces":{"north":{"uv":[0,4,2,6],"rotation":180,"texture":"#1"},"east":{"uv":[0,4,2,5],"rotation":90,"texture":"#1"},"south":{"uv":[0,4,2,6],"texture":"#1"},"west":{"uv":[0,4,2,5],"rotation":270,"texture":"#1"},"up":{"uv":[0,4,2,5],"texture":"#1"},"down":{"uv":[0,4,2,5],"rotation":180,"texture":"#1"}}},{"from":[7.02,14.09189,4.04486],"to":[9,17.07189,6.02486],"rotation":{"angle":0,"axis":"y","origin":[8.01,14.58189,5.03486]},"faces":{"north":{"uv":[5,4,7,7],"rotation":180,"texture":"#1"},"east":{"uv":[5,4,7,7],"rotation":180,"texture":"#1"},"south":{"uv":[0,4,2,6],"rotation":180,"texture":"#1"},"west":{"uv":[4.5,4,6.5,7],"rotation":180,"texture":"#1"},"up":{"uv":[5,4,7,6],"texture":"#1"},"down":{"uv":[0,4,2,7],"texture":"#1"}}},{"from":[7.03,14.53306,3.01031],"to":[8.99,15.49306,4.97031],"rotation":{"angle":-22.5,"axis":"x","origin":[8.01,12.89579,5.59642]},"faces":{"north":{"uv":[0,4,2,5],"rotation":180,"texture":"#1"},"east":{"uv":[0,4,2,5],"rotation":180,"texture":"#1"},"south":{"uv":[0,4,2,5],"rotation":180,"texture":"#1"},"west":{"uv":[0,4,2,5],"rotation":180,"texture":"#1"},"up":{"uv":[0,4,2,6],"texture":"#1"},"down":{"uv":[0,4,2,6],"texture":"#1"}}},{"from":[7.03,9.04745,1.14577],"to":[8.99,11.00745,2.10577],"rotation":{"angle":22.5,"axis":"x","origin":[8.01,12.89579,5.59642]},"faces":{"north":{"uv":[0,4,2,6],"rotation":180,"texture":"#1"},"east":{"uv":[0,4,2,5],"rotation":270,"texture":"#1"},"south":{"uv":[0,4,2,6],"texture":"#1"},"west":{"uv":[0,4,2,5],"rotation":90,"texture":"#1"},"up":{"uv":[0,4,2,5],"rotation":180,"texture":"#1"},"down":{"uv":[0,4,2,5],"texture":"#1"}}},{"from":[7.01,12.75586,7.23617],"to":[9.01,15.75586,9.23617],"rotation":{"angle":45,"axis":"x","origin":[8.01,13.25586,8.23617]},"faces":{"north":{"uv":[5.5,4,7.5,7],"rotation":180,"texture":"#1"},"east":{"uv":[0,4,2,7],"rotation":180,"texture":"#1"},"south":{"uv":[0,4,2,6],"rotation":180,"texture":"#1"},"west":{"uv":[14,4,16,7],"rotation":180,"texture":"#1"},"up":{"uv":[5,4,7,6],"texture":"#1"},"down":{"uv":[0,4,2,7],"texture":"#1"}}},{"from":[7.03,9.50572,8.03765],"to":[8.99,11.46572,8.99765],"rotation":{"angle":-22.5,"axis":"x","origin":[8.01,12.89579,5.59642]},"faces":{"north":{"uv":[0,4,2,6],"rotation":180,"texture":"#1"},"east":{"uv":[0,4,2,5],"rotation":90,"texture":"#1"},"south":{"uv":[0,4,2,6],"texture":"#1"},"west":{"uv":[0,4,2,5],"rotation":270,"texture":"#1"},"up":{"uv":[0,4,2,5],"texture":"#1"},"down":{"uv":[0,4,2,5],"rotation":180,"texture":"#1"}}},{"from":[7.01,9.05455,9.0622],"to":[9.01,11.05455,12.0622],"rotation":{"angle":0,"axis":"y","origin":[8.01,12.89579,5.59642]},"faces":{"north":{"uv":[0,4,2,6],"rotation":180,"texture":"#1"},"east":{"uv":[0,4,2,7],"rotation":90,"texture":"#1"},"south":{"uv":[0,4,2,6],"texture":"#1"},"west":{"uv":[0,4,2,7],"rotation":270,"texture":"#1"},"up":{"uv":[6,4,8,7],"texture":"#1"},"down":{"uv":[0,4,2,7],"rotation":180,"texture":"#1"}}},{"from":[7.5,10.04767,0.24432],"to":[8.5,11.04767,3.24432],"rotation":{"angle":22.5,"axis":"x","origin":[8.5,9.04767,3.49432]},"faces":{"north":{"uv":[15,9,16,10],"rotation":180,"texture":"#1"},"east":{"uv":[10,8,11,11],"rotation":90,"texture":"#1"},"south":{"uv":[10,9,11,10],"texture":"#1"},"west":{"uv":[11,8,12,11],"rotation":270,"texture":"#1"},"up":{"uv":[10.5,8,11.5,11],"texture":"#1"},"down":{"uv":[15,8,16,11],"rotation":180,"texture":"#1"}}},{"from":[7.5,9.45746,5.60793],"to":[8.5,10.45746,8.60793],"rotation":{"angle":22.5,"axis":"x","origin":[8.5,8.62536,4.9526]},"faces":{"north":{"uv":[15,9,16,10],"rotation":180,"texture":"#1"},"east":{"uv":[10,8,11,11],"rotation":270,"texture":"#1"},"south":{"uv":[10,9,11,10],"texture":"#1"},"west":{"uv":[11,8,12,11],"rotation":90,"texture":"#1"},"up":{"uv":[10.5,8,11.5,11],"rotation":180,"texture":"#1"},"down":{"uv":[15,8,16,11],"texture":"#1"}}},{"from":[7.5,10.39804,4.04723],"to":[8.5,13.39804,5.04723],"rotation":{"angle":-22.5,"axis":"x","origin":[8.5,10.64804,2.54723]},"faces":{"north":{"uv":[15,9,16,10],"texture":"#1"},"east":{"uv":[10,8,11,11],"texture":"#1"},"south":{"uv":[10,9,11,10],"texture":"#1"},"west":{"uv":[11,8,12,11],"texture":"#1"},"up":{"uv":[10.5,8,11.5,11],"texture":"#1"},"down":{"uv":[15,8,16,11],"texture":"#1"}}},{"from":[7.5,5.75036,5.00438],"to":[8.5,8.75036,6.00438],"rotation":{"angle":-22.5,"axis":"x","origin":[8.5,8.62536,4.9526]},"faces":{"north":{"uv":[15,9,16,10],"rotation":180,"texture":"#1"},"east":{"uv":[10,8,11,11],"rotation":180,"texture":"#1"},"south":{"uv":[10,9,11,10],"rotation":180,"texture":"#1"},"west":{"uv":[11,8,12,11],"rotation":180,"texture":"#1"},"up":{"uv":[10.5,8,11.5,11],"texture":"#1"},"down":{"uv":[15,8,16,11],"texture":"#1"}}},{"from":[7.5,11.66027,4.51231],"to":[8.5,14.66027,5.51231],"rotation":{"angle":22.5,"axis":"x","origin":[8.5,10.41027,4.01231]},"faces":{"north":{"uv":[15,9,16,10],"texture":"#1"},"east":{"uv":[10,8,11,11],"texture":"#1"},"south":{"uv":[10,9,11,10],"texture":"#1"},"west":{"uv":[11,8,12,11],"texture":"#1"},"up":{"uv":[10.5,8,11.5,11],"texture":"#1"},"down":{"uv":[15,8,16,11],"texture":"#1"}}},{"from":[7.5,5.75036,3.90082],"to":[8.5,8.75036,4.90082],"rotation":{"angle":22.5,"axis":"x","origin":[8.5,8.62536,4.9526]},"faces":{"north":{"uv":[15,9,16,10],"rotation":180,"texture":"#1"},"east":{"uv":[10,8,11,11],"rotation":180,"texture":"#1"},"south":{"uv":[10,9,11,10],"rotation":180,"texture":"#1"},"west":{"uv":[11,8,12,11],"rotation":180,"texture":"#1"},"up":{"uv":[10.5,8,11.5,11],"texture":"#1"},"down":{"uv":[15,8,16,11],"texture":"#1"}}},{"from":[7.5,10.18348,4.84365],"to":[8.5,11.18348,7.84365],"rotation":{"angle":-22.5,"axis":"x","origin":[8.5,13.68348,5.84365]},"faces":{"north":{"uv":[15,9,16,10],"rotation":180,"texture":"#1"},"east":{"uv":[10,8,11,11],"rotation":270,"texture":"#1"},"south":{"uv":[10,9,11,10],"texture":"#1"},"west":{"uv":[11,8,12,11],"rotation":90,"texture":"#1"},"up":{"uv":[10.5,8,11.5,11],"rotation":180,"texture":"#1"},"down":{"uv":[15,8,16,11],"texture":"#1"}}},{"from":[7.5,9.45746,1.29727],"to":[8.5,10.45746,4.29727],"rotation":{"angle":-22.5,"axis":"x","origin":[8.5,8.62536,4.9526]},"faces":{"north":{"uv":[15,9,16,10],"rotation":180,"texture":"#1"},"east":{"uv":[10,8,11,11],"rotation":90,"texture":"#1"},"south":{"uv":[10,9,11,10],"texture":"#1"},"west":{"uv":[11,8,12,11],"rotation":270,"texture":"#1"},"up":{"uv":[10.5,8,11.5,11],"texture":"#1"},"down":{"uv":[15,8,16,11],"rotation":180,"texture":"#1"}}},{"from":[7,-9,7],"to":[9,0,9],"rotation":{"angle":0,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[7,9,16,11],"rotation":90,"texture":"#1"},"east":{"uv":[7,9,16,11],"rotation":90,"texture":"#1"},"south":{"uv":[7,8,16,10],"rotation":90,"texture":"#1"},"west":{"uv":[0,8,9,10],"rotation":90,"texture":"#1"},"up":{"uv":[12,8,14,10],"rotation":90,"texture":"#1"},"down":{"uv":[14,9,16,11],"rotation":90,"texture":"#1"}}},{"from":[6.5,-0.25,6.5],"to":[9.5,1.75,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,4,8]},"faces":{"north":{"uv":[0,11,3,13],"texture":"#1"},"east":{"uv":[9,11,12,13],"texture":"#1"},"south":{"uv":[9,11,12,13],"texture":"#1"},"west":{"uv":[3,12,6,14],"texture":"#1"},"up":{"uv":[11,11,14,14],"rotation":90,"texture":"#1"},"down":{"uv":[10,11,13,14],"rotation":90,"texture":"#1"}}},{"from":[6.5,-9.25,6.5],"to":[9.5,-7.25,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,-5,8]},"faces":{"north":{"uv":[0,11,3,13],"texture":"#1"},"east":{"uv":[9,11,12,13],"texture":"#1"},"south":{"uv":[9,11,12,13],"texture":"#1"},"west":{"uv":[3,12,6,14],"texture":"#1"},"up":{"uv":[11,11,14,14],"rotation":90,"texture":"#1"},"down":{"uv":[10,11,13,14],"rotation":90,"texture":"#1"}}},{"from":[7,-9.75,7],"to":[9,-8.75,9],"rotation":{"angle":0,"axis":"y","origin":[8,-6,8]},"faces":{"north":{"uv":[9,2,12,4],"texture":"#1"},"east":{"uv":[8,0,11,2],"texture":"#1"},"south":{"uv":[8,0,11,2],"texture":"#1"},"west":{"uv":[0,0,3,2],"texture":"#1"},"up":{"uv":[13,0,16,3],"rotation":90,"texture":"#1"},"down":{"uv":[13,0,16,3],"rotation":90,"texture":"#1"}}},{"from":[6.35,-0.5,6.7],"to":[9.65,0.5,7.7],"rotation":{"angle":45,"axis":"x","origin":[8.36955,0.00143,7.17902]},"faces":{"north":{"uv":[9,2,12,4],"texture":"#1"},"east":{"uv":[8,0,11,2],"texture":"#1"},"south":{"uv":[8,0,11,2],"texture":"#1"},"west":{"uv":[0,0,3,2],"texture":"#1"},"up":{"uv":[13,0,16,3],"rotation":90,"texture":"#1"},"down":{"uv":[13,0,16,3],"rotation":90,"texture":"#1"}}},{"from":[6.4,9.55,4.4],"to":[9.6,10.75,5.6],"rotation":{"angle":45,"axis":"x","origin":[7.98403,10.15522,5.01076]},"faces":{"north":{"uv":[12,11,16,13],"texture":"#1"},"east":{"uv":[14,11,16,13],"texture":"#1"},"south":{"uv":[12,12,16,14],"texture":"#1"},"west":{"uv":[14,12,16,14],"texture":"#1"},"up":{"uv":[1,11,5,13],"texture":"#1"},"down":{"uv":[10,12,14,14],"texture":"#1"}}},{"from":[6.4,5.45,13.4],"to":[9.6,6.65,14.6],"rotation":{"angle":45,"axis":"x","origin":[7.98403,6.05522,14.01076]},"faces":{"north":{"uv":[12,11,16,13],"texture":"#1"},"east":{"uv":[14,11,16,13],"texture":"#1"},"south":{"uv":[12,12,16,14],"texture":"#1"},"west":{"uv":[14,12,16,14],"texture":"#1"},"up":{"uv":[1,11,5,13],"texture":"#1"},"down":{"uv":[10,12,14,14],"texture":"#1"}}},{"from":[6.41,9.57829,4.40893],"to":[9.59,10.75829,5.58893],"rotation":{"angle":0,"axis":"y","origin":[7.98401,10.16436,5.01024]},"faces":{"north":{"uv":[12,11,16,13],"rotation":180,"texture":"#1"},"east":{"uv":[14,11,16,13],"rotation":270,"texture":"#1"},"south":{"uv":[12,12,16,14],"texture":"#1"},"west":{"uv":[14,12,16,14],"rotation":90,"texture":"#1"},"up":{"uv":[1,11,5,13],"rotation":180,"texture":"#1"},"down":{"uv":[10,12,14,14],"texture":"#1"}}},{"from":[6.41,5.47829,13.40893],"to":[9.59,6.65829,14.58893],"rotation":{"angle":0,"axis":"y","origin":[7.98401,6.06436,14.01024]},"faces":{"north":{"uv":[12,11,16,13],"rotation":180,"texture":"#1"},"east":{"uv":[14,11,16,13],"rotation":270,"texture":"#1"},"south":{"uv":[12,12,16,14],"texture":"#1"},"west":{"uv":[14,12,16,14],"rotation":90,"texture":"#1"},"up":{"uv":[1,11,5,13],"rotation":180,"texture":"#1"},"down":{"uv":[10,12,14,14],"texture":"#1"}}},{"from":[6.6,1.7,7.85],"to":[9.4,4.5,13.15],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00393,2.60001,9.24607]},"faces":{"north":{"uv":[0,11,3,14],"texture":"#1"},"east":{"uv":[9,11,14.5,14],"texture":"#1"},"south":{"uv":[7,11,10,14],"texture":"#1"},"west":{"uv":[0,11,5.5,14],"texture":"#1"},"up":{"uv":[10.5,11,16,14],"rotation":90,"texture":"#1"},"down":{"uv":[10.5,11,16,14],"rotation":90,"texture":"#1"}}},{"from":[6.62025,3.522,11.71821],"to":[9.38025,5.482,13.67821],"rotation":{"angle":22.5,"axis":"x","origin":[8.0093,4.64196,12.84542]},"faces":{"north":{"uv":[8,11,11,13.2],"texture":"#1"},"east":{"uv":[13.5,11,15.7,13.2],"texture":"#1"},"south":{"uv":[4.5,11,7.5,13.2],"texture":"#1"},"west":{"uv":[0,11,2.2,13.2],"texture":"#1"},"up":{"uv":[13,11,16,13.2],"texture":"#1"},"down":{"uv":[13,11,16,13.2],"texture":"#1"}}},{"from":[6.39967,3.78214,0.65603],"to":[9.63967,6.02214,2.89603],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00411,5.00678,1.88987]},"faces":{"north":{"uv":[13,12,16,14],"rotation":180,"texture":"#1"},"east":{"uv":[9,11,11,13],"rotation":270,"texture":"#1"},"south":{"uv":[7,11,10,13],"texture":"#1"},"west":{"uv":[0,11,2,13],"rotation":90,"texture":"#1"},"up":{"uv":[11,11,13,14],"rotation":90,"texture":"#1"},"down":{"uv":[13,11,15,14],"rotation":90,"texture":"#1"}}},{"from":[6.4,2.19146,1.61329],"to":[9.6,5.39146,9.31329],"rotation":{"angle":22.5,"axis":"x","origin":[8.50117,3.79143,4.46241]},"faces":{"north":{"uv":[0,11,3,14],"texture":"#1"},"east":{"uv":[0,11,7.5,14],"texture":"#1"},"south":{"uv":[0,11,3,14],"texture":"#1"},"west":{"uv":[0,11,7.5,14],"texture":"#1"},"up":{"uv":[8.5,11,16,14],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,11,13,14],"rotation":90,"texture":"#1"}}},{"from":[6.3,3.69146,2.01329],"to":[9.7,4.09146,8.91329],"rotation":{"angle":22.5,"axis":"x","origin":[8.00117,4.89143,4.46241]},"faces":{"north":{"uv":[0,0,4,1],"texture":"#1"},"east":{"uv":[8.5,2,16,3],"texture":"#1"},"south":{"uv":[0,0,4,1],"texture":"#1"},"west":{"uv":[0,0,7.5,1],"texture":"#1"},"up":{"uv":[5,1,12.5,4],"rotation":90,"texture":"#1"},"down":{"uv":[7,0,14.5,3],"rotation":90,"texture":"#1"}}},{"from":[6.3,1.99146,4.21329],"to":[9.7,2.39146,8.61329],"rotation":{"angle":22.5,"axis":"x","origin":[8.00117,3.19143,6.66241]},"faces":{"north":{"uv":[5,2,9,3],"texture":"#1"},"east":{"uv":[11,0,16,1],"texture":"#1"},"south":{"uv":[12,2,16,3],"texture":"#1"},"west":{"uv":[11,0,16,1],"texture":"#1"},"up":{"uv":[8.5,0,16,3],"rotation":90,"texture":"#1"},"down":{"uv":[4.5,0,12,3],"rotation":90,"texture":"#1"}}},{"from":[6.3,3.41962,8.34962],"to":[9.7,3.81962,12.74962],"rotation":{"angle":-22.5,"axis":"x","origin":[8.01342,3.61635,10.53274]},"faces":{"north":{"uv":[3,5,7,6],"texture":"#1"},"east":{"uv":[11,4,16,5],"texture":"#1"},"south":{"uv":[7,5,11,6],"texture":"#1"},"west":{"uv":[10,5,15,6],"texture":"#1"},"up":{"uv":[8.5,4,16,7],"rotation":90,"texture":"#1"},"down":{"uv":[8.5,4,16,7],"rotation":90,"texture":"#1"}}},{"from":[6.7,1.24146,2.41329],"to":[9.3,3.84146,9.51329],"rotation":{"angle":22.5,"axis":"x","origin":[8.50117,2.54143,4.96241]},"faces":{"north":{"uv":[0,8,3,11],"texture":"#1"},"east":{"uv":[5.5,8,13,11],"texture":"#1"},"south":{"uv":[6,8,9,11],"texture":"#1"},"west":{"uv":[4.5,8,12,11],"texture":"#1"},"up":{"uv":[8.5,8,16,11],"rotation":90,"texture":"#1"},"down":{"uv":[8.5,8,16,11],"rotation":90,"texture":"#1"}}},{"from":[6.8,0.20995,2.18829],"to":[9.2,2.60995,9.08829],"rotation":{"angle":45,"axis":"x","origin":[7.99953,1.41213,5.6339]},"faces":{"north":{"uv":[0,11,3,14],"texture":"#1"},"east":{"uv":[9,11,14.5,14],"texture":"#1"},"south":{"uv":[7,11,10,14],"texture":"#1"},"west":{"uv":[0,11,5.5,14],"texture":"#1"},"up":{"uv":[10.5,11,16,14],"rotation":90,"texture":"#1"},"down":{"uv":[10.5,11,16,14],"rotation":90,"texture":"#1"}}},{"from":[7.4,1.9,8.3],"to":[8.6,3.1,12.5],"rotation":{"angle":-45,"axis":"x","origin":[8.01004,2.49521,10.39475]},"faces":{"north":{"uv":[0,4,2,6],"texture":"#1"},"east":{"uv":[3,4,5,9],"rotation":270,"texture":"#1"},"south":{"uv":[0,9,2,11],"texture":"#1"},"west":{"uv":[3,4,5,9],"rotation":90,"texture":"#1"},"up":{"uv":[5,4,7,9],"texture":"#1"},"down":{"uv":[4,4,6,9],"texture":"#1"}}},{"from":[6.2,1.44333,7.44354],"to":[6.8,11.04333,8.04354],"rotation":{"angle":-22.5,"axis":"x","origin":[7.00679,3.49814,8.24245]},"faces":{"north":{"uv":[6,15,16,16],"rotation":90,"texture":"#1"},"east":{"uv":[6,15,16,16],"rotation":270,"texture":"#1"},"south":{"uv":[6,15,16,16],"rotation":90,"texture":"#1"},"west":{"uv":[0,15,10,16],"rotation":90,"texture":"#1"},"up":{"uv":[0,15,1,16],"rotation":180,"texture":"#1"},"down":{"uv":[15,15,16,16],"texture":"#1"}}},{"from":[9.2,1.44333,7.44354],"to":[9.8,11.04333,8.04354],"rotation":{"angle":-22.5,"axis":"x","origin":[10.00679,3.49814,8.24245]},"faces":{"north":{"uv":[6,15,16,16],"rotation":90,"texture":"#1"},"east":{"uv":[6,15,16,16],"rotation":270,"texture":"#1"},"south":{"uv":[6,15,16,16],"rotation":90,"texture":"#1"},"west":{"uv":[0,15,10,16],"rotation":90,"texture":"#1"},"up":{"uv":[0,15,1,16],"rotation":180,"texture":"#1"},"down":{"uv":[15,15,16,16],"texture":"#1"}}},{"from":[8.3,2.78869,9.42811],"to":[8.9,18.38869,10.02811],"rotation":{"angle":22.5,"axis":"x","origin":[8.60853,7.5983,9.71761]},"faces":{"north":{"uv":[0,15,16,16],"rotation":90,"texture":"#1"},"east":{"uv":[0,15,16,16],"rotation":270,"texture":"#1"},"south":{"uv":[0,15,16,16],"rotation":90,"texture":"#1"},"west":{"uv":[0,15,16,16],"rotation":90,"texture":"#1"},"up":{"uv":[0,15,1,16],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[7.1,2.78869,9.42811],"to":[7.7,18.38869,10.02811],"rotation":{"angle":22.5,"axis":"x","origin":[7.40853,7.5983,9.71761]},"faces":{"north":{"uv":[0,15,16,16],"rotation":90,"texture":"#1"},"east":{"uv":[0,15,16,16],"rotation":270,"texture":"#1"},"south":{"uv":[0,15,16,16],"rotation":90,"texture":"#1"},"west":{"uv":[0,15,16,16],"rotation":90,"texture":"#1"},"up":{"uv":[0,15,1,16],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[8.2,16.2,13.2],"to":[8.8,16.8,22.8],"rotation":{"angle":22.5,"axis":"x","origin":[8.50436,16.48689,16.00872]},"faces":{"north":{"uv":[0,15,16,16],"rotation":90,"texture":"#1"},"east":{"uv":[0,15,16,16],"texture":"#1"},"south":{"uv":[0,15,16,16],"rotation":90,"texture":"#1"},"west":{"uv":[0,15,16,16],"texture":"#1"},"up":{"uv":[0,15,1,16],"texture":"#1"},"down":{"uv":[6,15,16,16],"rotation":90,"texture":"#1"}}},{"from":[7.7,13,13.4],"to":[8.3,16.6,22],"rotation":{"angle":22.5,"axis":"x","origin":[8.50436,16.48689,16.00872]},"faces":{"north":{"uv":[12,15,16,16],"rotation":90,"texture":"#1"},"east":{"uv":[0,0,9,4],"texture":"#1"},"south":{"uv":[0,0,1,4],"texture":"#1"},"west":{"uv":[0,0,9,4],"texture":"#1"},"up":{"uv":[7,15,15.968,16],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,9,1],"rotation":90,"texture":"#1"}}},{"from":[7.8,11.07848,13.72005],"to":[8.2,14.47848,21.12005],"rotation":{"angle":45,"axis":"x","origin":[8.0116,14.2656,16.92967]},"faces":{"north":{"uv":[0,0,1,4],"texture":"#1"},"east":{"uv":[0,0,8,4],"texture":"#1"},"south":{"uv":[0,0,1,4],"texture":"#1"},"west":{"uv":[0,0,8,4],"texture":"#1"},"up":{"uv":[0,0,7.4,0.4],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,8,1],"rotation":90,"texture":"#1"}}},{"from":[7.9,10.11832,12.98165],"to":[8.1,15.31832,15.18165],"rotation":{"angle":-22.5,"axis":"x","origin":[8.01161,13.20711,15.87343]},"faces":{"north":{"uv":[0,0,5.2,0.2],"rotation":270,"texture":"#1"},"east":{"uv":[0,0,6,3],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,5.2,0.2],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,6,3],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,1,3],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,1,3],"texture":"#1"}}},{"from":[8.2,15.19867,12.80119],"to":[8.8,15.79867,22.40119],"rotation":{"angle":45,"axis":"x","origin":[8.50611,15.48923,15.61266]},"faces":{"north":{"uv":[0,15,16,16],"rotation":90,"texture":"#1"},"east":{"uv":[0,15,16,16],"texture":"#1"},"south":{"uv":[0,15,16,16],"rotation":90,"texture":"#1"},"west":{"uv":[0,15,16,16],"texture":"#1"},"up":{"uv":[0,15,1,16],"texture":"#1"},"down":{"uv":[6,15,16,16],"rotation":90,"texture":"#1"}}},{"from":[7.25,15.24867,12.85119],"to":[7.75,15.74867,22.35119],"rotation":{"angle":45,"axis":"x","origin":[7.50611,15.48923,15.61266]},"faces":{"north":{"uv":[0,15,16,16],"rotation":90,"texture":"#1"},"east":{"uv":[0,15,16,16],"texture":"#1"},"south":{"uv":[0,15,16,16],"rotation":90,"texture":"#1"},"west":{"uv":[0,15,16,16],"texture":"#1"},"up":{"uv":[0,15,1,16],"texture":"#1"},"down":{"uv":[6,15,16,16],"rotation":90,"texture":"#1"}}},{"from":[7.3,10.29228,15.18471],"to":[7.7,17.69228,15.58471],"rotation":{"angle":-22.5,"axis":"x","origin":[7.51087,13.47733,15.377]},"faces":{"north":{"uv":[0,15,16,16],"rotation":90,"texture":"#1"},"east":{"uv":[0,15,16,16],"rotation":270,"texture":"#1"},"south":{"uv":[0,15,16,16],"rotation":90,"texture":"#1"},"west":{"uv":[0,15,16,16],"rotation":90,"texture":"#1"},"up":{"uv":[0,15,1,16],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[8.3,10.29228,15.18471],"to":[8.7,17.69228,15.58471],"rotation":{"angle":-22.5,"axis":"x","origin":[7.51087,13.47733,15.377]},"faces":{"north":{"uv":[0,15,16,16],"rotation":90,"texture":"#1"},"east":{"uv":[0,15,16,16],"rotation":270,"texture":"#1"},"south":{"uv":[0,15,16,16],"rotation":90,"texture":"#1"},"west":{"uv":[0,15,16,16],"rotation":90,"texture":"#1"},"up":{"uv":[0,15,1,16],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[7.2,16.2,13.2],"to":[7.8,16.8,22.8],"rotation":{"angle":22.5,"axis":"x","origin":[7.50436,16.48515,16.01046]},"faces":{"north":{"uv":[0,15,16,16],"rotation":90,"texture":"#1"},"east":{"uv":[0,15,16,16],"texture":"#1"},"south":{"uv":[0,15,16,16],"rotation":90,"texture":"#1"},"west":{"uv":[0,15,16,16],"texture":"#1"},"up":{"uv":[0,15,1,16],"texture":"#1"},"down":{"uv":[6,15,16,16],"rotation":90,"texture":"#1"}}},{"from":[7,6.04767,10.24432],"to":[9,7.04767,12.24432],"rotation":{"angle":22.5,"axis":"x","origin":[8,5.04767,12.49432]},"faces":{"north":{"uv":[14,8,16,9],"rotation":180,"texture":"#1"},"east":{"uv":[14,8,15,10],"rotation":90,"texture":"#1"},"south":{"uv":[14,8,16,9],"texture":"#1"},"west":{"uv":[14,8,15,10],"rotation":270,"texture":"#1"},"up":{"uv":[13,8,15,10],"texture":"#1"},"down":{"uv":[10,9,12,11],"rotation":180,"texture":"#1"}}},{"from":[7,5.45746,14.60793],"to":[9,6.45746,16.60793],"rotation":{"angle":22.5,"axis":"x","origin":[8,4.62536,13.9526]},"faces":{"north":{"uv":[14,8,16,9],"rotation":180,"texture":"#1"},"east":{"uv":[14,8,15,10],"rotation":270,"texture":"#1"},"south":{"uv":[14,8,16,9],"texture":"#1"},"west":{"uv":[14,8,15,10],"rotation":90,"texture":"#1"},"up":{"uv":[13,8,15,10],"rotation":180,"texture":"#1"},"down":{"uv":[10,9,12,11],"texture":"#1"}}},{"from":[7,6.39804,13.04723],"to":[9,8.39804,14.04723],"rotation":{"angle":-22.5,"axis":"x","origin":[8,6.64804,11.54723]},"faces":{"north":{"uv":[14,8,16,9],"texture":"#1"},"east":{"uv":[14,8,15,10],"texture":"#1"},"south":{"uv":[14,8,16,9],"texture":"#1"},"west":{"uv":[14,8,15,10],"texture":"#1"},"up":{"uv":[13,8,15,10],"texture":"#1"},"down":{"uv":[10,9,12,11],"texture":"#1"}}},{"from":[7,2.75036,14.00438],"to":[9,4.75036,15.00438],"rotation":{"angle":-22.5,"axis":"x","origin":[8,4.62536,13.9526]},"faces":{"north":{"uv":[14,8,16,9],"rotation":180,"texture":"#1"},"east":{"uv":[14,8,15,10],"rotation":180,"texture":"#1"},"south":{"uv":[14,8,16,9],"rotation":180,"texture":"#1"},"west":{"uv":[14,8,15,10],"rotation":180,"texture":"#1"},"up":{"uv":[13,8,15,10],"texture":"#1"},"down":{"uv":[10,9,12,11],"texture":"#1"}}},{"from":[7,2.75036,12.90082],"to":[9,4.75036,13.90082],"rotation":{"angle":22.5,"axis":"x","origin":[8,4.62536,13.9526]},"faces":{"north":{"uv":[14,8,16,9],"rotation":180,"texture":"#1"},"east":{"uv":[14,8,15,10],"rotation":180,"texture":"#1"},"south":{"uv":[14,8,16,9],"rotation":180,"texture":"#1"},"west":{"uv":[14,8,15,10],"rotation":180,"texture":"#1"},"up":{"uv":[13,8,15,10],"texture":"#1"},"down":{"uv":[10,9,12,11],"texture":"#1"}}},{"from":[7,6.18348,13.84365],"to":[9,7.18348,15.84365],"rotation":{"angle":-22.5,"axis":"x","origin":[8,9.68348,14.84365]},"faces":{"north":{"uv":[14,8,16,9],"rotation":180,"texture":"#1"},"east":{"uv":[14,8,15,10],"rotation":270,"texture":"#1"},"south":{"uv":[14,8,16,9],"texture":"#1"},"west":{"uv":[14,8,15,10],"rotation":90,"texture":"#1"},"up":{"uv":[13,8,15,10],"rotation":180,"texture":"#1"},"down":{"uv":[10,9,12,11],"texture":"#1"}}},{"from":[7,5.45746,11.29727],"to":[9,6.45746,13.29727],"rotation":{"angle":-22.5,"axis":"x","origin":[8,4.62536,13.9526]},"faces":{"north":{"uv":[14,8,16,9],"rotation":180,"texture":"#1"},"east":{"uv":[14,8,15,10],"rotation":90,"texture":"#1"},"south":{"uv":[14,8,16,9],"texture":"#1"},"west":{"uv":[14,8,15,10],"rotation":270,"texture":"#1"},"up":{"uv":[13,8,15,10],"texture":"#1"},"down":{"uv":[10,9,12,11],"rotation":180,"texture":"#1"}}},{"from":[7,7.66027,13.51231],"to":[9,9.66027,14.51231],"rotation":{"angle":22.5,"axis":"x","origin":[8,6.41027,13.01231]},"faces":{"north":{"uv":[13,8,15,10],"texture":"#1"},"east":{"uv":[15,9,16,11],"texture":"#1"},"south":{"uv":[6,9,8,11],"texture":"#1"},"west":{"uv":[15,8,16,10],"texture":"#1"},"up":{"uv":[13,8,15,9],"texture":"#1"},"down":{"uv":[12,10,14,11],"texture":"#1"}}}],"display":{"thirdperson_righthand":{"translation":[0,7.5,2],"scale":[0.8,0.8,0.8]},"thirdperson_lefthand":{"translation":[0,7.5,2],"scale":[0.8,0.8,0.8]},"firstperson_righthand":{"translation":[0,3,-1],"scale":[0.8,0.8,0.8]},"firstperson_lefthand":{"translation":[0,3,-1],"scale":[0.8,0.8,0.8]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.5,0.5,0.5]},"gui":{"rotation":[-79,130,94],"translation":[-0.88,1.94,0.19],"scale":[0.8,0.8,0.8]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/summoner_marionette.json b/assets/minecraft/models/item/wynn/skin/relik/summoner_marionette.json new file mode 100644 index 000000000..61dd47d6c --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/summoner_marionette.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"wynn/jigsaw/effigy","1":"skins/wood_full","2":"skins/ink_wand","particle":"wynn/jigsaw/effigy"},"elements":[{"from":[7.26,2.43678,11.58322],"to":[8.74,14.41678,13.06322],"rotation":{"angle":-22.5,"axis":"x","origin":[8,11.67678,11.82322]},"faces":{"north":{"uv":[1.5,9,13.5,10.5],"rotation":270,"texture":"#1"},"east":{"uv":[1.5,9,13.5,10.5],"rotation":270,"texture":"#1"},"south":{"uv":[1.5,9,13.5,10.5],"rotation":270,"texture":"#1"},"west":{"uv":[1.5,9,13.5,10.5],"rotation":270,"texture":"#1"},"up":{"uv":[1.5,9,3,10.5],"rotation":270,"texture":"#1"},"down":{"uv":[1.5,9,3,10.5],"rotation":270,"texture":"#1"}}},{"from":[7.01,4.43678,11.33322],"to":[8.99,8.41678,13.31322],"rotation":{"angle":-22.5,"axis":"x","origin":[8,11.67678,11.82322]},"faces":{"north":{"uv":[3,4,7,6],"rotation":270,"texture":"#2"},"east":{"uv":[3,4,7,6],"rotation":270,"texture":"#2"},"south":{"uv":[2.5,4.5,6.5,6.5],"rotation":270,"texture":"#2"},"west":{"uv":[3,4,7,6],"rotation":270,"texture":"#2"},"up":{"uv":[5.5,4.5,7.5,6.5],"rotation":270,"texture":"#2"},"down":{"uv":[3,4,5,6],"rotation":270,"texture":"#2"}}},{"from":[7.01,8.68678,11.33322],"to":[8.99,9.66678,13.31322],"rotation":{"angle":-22.5,"axis":"x","origin":[8,11.67678,11.82322]},"faces":{"north":{"uv":[6,4.5,7,6.5],"rotation":270,"texture":"#2"},"east":{"uv":[6,4.5,7,6.5],"rotation":270,"texture":"#2"},"south":{"uv":[6.5,4.5,7.5,6.5],"rotation":270,"texture":"#2"},"west":{"uv":[6,4.5,7,6.5],"rotation":270,"texture":"#2"},"up":{"uv":[6,4.5,8,6.5],"rotation":270,"texture":"#2"},"down":{"uv":[6,4.5,8,6.5],"rotation":270,"texture":"#2"}}},{"from":[7.01,14.93678,11.33322],"to":[8.99,16.91678,13.31322],"rotation":{"angle":-22.5,"axis":"x","origin":[8,11.67678,11.82322]},"faces":{"north":{"uv":[6,10,8,12],"rotation":90,"texture":"#1"},"east":{"uv":[6,10,8,12],"rotation":90,"texture":"#1"},"south":{"uv":[6,10,8,12],"rotation":90,"texture":"#1"},"west":{"uv":[6,10,8,12],"rotation":90,"texture":"#1"},"up":{"uv":[6,10,8,12],"rotation":90,"texture":"#1"},"down":{"uv":[6,10,8,12],"rotation":90,"texture":"#1"}}},{"from":[6.76,15.68678,11.08322],"to":[9.24,16.16678,13.56322],"rotation":{"angle":-22.5,"axis":"x","origin":[8,11.67678,11.82322]},"faces":{"north":{"uv":[10,2.75,5,3],"rotation":180,"texture":"#0"},"east":{"uv":[10,2.75,5,3],"rotation":180,"texture":"#0"},"south":{"uv":[10,2.75,5,3],"rotation":180,"texture":"#0"},"west":{"uv":[10,2.75,5,3],"rotation":180,"texture":"#0"},"up":{"uv":[5,3,10,2.75],"rotation":90,"texture":"#0"},"down":{"uv":[5,3,10,2.75],"rotation":90,"texture":"#0"}}},{"from":[7.51,1.43678,11.83322],"to":[8.49,17.41678,12.81322],"rotation":{"angle":-22.5,"axis":"x","origin":[8,11.67678,11.82322]},"faces":{"north":{"uv":[0,8,16,9],"rotation":270,"texture":"#1"},"east":{"uv":[0,8,16,9],"rotation":270,"texture":"#1"},"south":{"uv":[0,8,16,9],"rotation":270,"texture":"#1"},"west":{"uv":[0,8,16,9],"rotation":270,"texture":"#1"},"up":{"uv":[14.5,8,15.5,9],"rotation":270,"texture":"#1"},"down":{"uv":[0,8,1,9],"rotation":270,"texture":"#1"}}},{"from":[2,10.92678,11.32322],"to":[14,12.92678,13.32322],"rotation":{"angle":-22.5,"axis":"x","origin":[8,11.67678,11.82322]},"faces":{"north":{"uv":[9,5,11,16],"rotation":270,"texture":"#1"},"east":{"uv":[9,5,11,7],"rotation":270,"texture":"#1"},"south":{"uv":[9,5,11,16],"rotation":270,"texture":"#1"},"west":{"uv":[9,5,11,7],"rotation":270,"texture":"#1"},"up":{"uv":[9,5,11,16],"rotation":270,"texture":"#1"},"down":{"uv":[9,5,11,16],"rotation":270,"texture":"#1"}}},{"from":[11.5,10.67678,11.07322],"to":[13.5,13.17678,13.57322],"rotation":{"angle":-22.5,"axis":"x","origin":[8,11.67678,11.82322]},"faces":{"north":{"uv":[4.5,10,7,12],"rotation":270,"texture":"#1"},"east":{"uv":[4.5,10,7,12.5],"rotation":270,"texture":"#1"},"south":{"uv":[4.5,10,7,12],"rotation":270,"texture":"#1"},"west":{"uv":[4.5,10,7,12.5],"rotation":90,"texture":"#1"},"up":{"uv":[4.5,10,6.5,12.5],"rotation":180,"texture":"#1"},"down":{"uv":[4.5,10,6.5,12.5],"texture":"#1"}}},{"from":[2.5,10.67678,11.07322],"to":[4.5,13.17678,13.57322],"rotation":{"angle":-22.5,"axis":"x","origin":[8,11.67678,11.82322]},"faces":{"north":{"uv":[4.5,12,7,10],"rotation":270,"texture":"#1"},"east":{"uv":[4.5,12.5,7,10],"rotation":90,"texture":"#1"},"south":{"uv":[4.5,12,7,10],"rotation":270,"texture":"#1"},"west":{"uv":[4.5,12.5,7,10],"rotation":270,"texture":"#1"},"up":{"uv":[6.5,10,4.5,12.5],"rotation":180,"texture":"#1"},"down":{"uv":[6.5,10,4.5,12.5],"texture":"#1"}}},{"from":[2.75,10.42678,10.82322],"to":[3.25,13.42678,13.82322],"rotation":{"angle":-22.5,"axis":"x","origin":[8,11.67678,11.82322]},"faces":{"north":{"uv":[5,3,10,2.75],"rotation":90,"texture":"#0"},"east":{"uv":[10,2.75,5,3],"rotation":180,"texture":"#0"},"south":{"uv":[5,3,10,2.75],"rotation":90,"texture":"#0"},"west":{"uv":[10,2.75,5,3],"rotation":180,"texture":"#0"},"up":{"uv":[5,3,10,2.75],"rotation":90,"texture":"#0"},"down":{"uv":[5,3,10,2.75],"rotation":90,"texture":"#0"}}},{"from":[10.25,10.67678,11.07322],"to":[10.75,13.17678,13.57322],"rotation":{"angle":-22.5,"axis":"x","origin":[8,11.67678,11.82322]},"faces":{"north":{"uv":[5,3,10,2.75],"rotation":90,"texture":"#0"},"east":{"uv":[10,2.75,5,3],"rotation":180,"texture":"#0"},"south":{"uv":[5,3,10,2.75],"rotation":90,"texture":"#0"},"west":{"uv":[10,2.75,5,3],"rotation":180,"texture":"#0"},"up":{"uv":[5,3,10,2.75],"rotation":90,"texture":"#0"},"down":{"uv":[5,3,10,2.75],"rotation":90,"texture":"#0"}}},{"from":[12.75,10.42678,10.82322],"to":[13.25,13.42678,13.82322],"rotation":{"angle":-22.5,"axis":"x","origin":[8,11.67678,11.82322]},"faces":{"north":{"uv":[5,3,10,2.75],"rotation":90,"texture":"#0"},"east":{"uv":[10,2.75,5,3],"rotation":180,"texture":"#0"},"south":{"uv":[5,3,10,2.75],"rotation":90,"texture":"#0"},"west":{"uv":[10,2.75,5,3],"rotation":180,"texture":"#0"},"up":{"uv":[5,3,10,2.75],"rotation":90,"texture":"#0"},"down":{"uv":[5,3,10,2.75],"rotation":90,"texture":"#0"}}},{"from":[2.8,11.72678,2.12322],"to":[3.2,12.12678,12.02322],"rotation":{"angle":-22.5,"axis":"x","origin":[8,11.67678,11.82322]},"faces":{"north":{"uv":[5,3,10,2.75],"rotation":90,"texture":"#0"},"east":{"uv":[10,2.75,5,3],"rotation":180,"texture":"#0"},"south":{"uv":[5,3,10,2.75],"rotation":90,"texture":"#0"},"west":{"uv":[10,2.75,5,3],"rotation":180,"texture":"#0"},"up":{"uv":[5,3,10,2.75],"rotation":90,"texture":"#0"},"down":{"uv":[5,3,10,2.75],"rotation":90,"texture":"#0"}}},{"from":[12.8,11.72678,2.12322],"to":[13.2,12.12678,12.02322],"rotation":{"angle":-22.5,"axis":"x","origin":[8,11.67678,11.82322]},"faces":{"north":{"uv":[5,3,10,2.75],"rotation":90,"texture":"#0"},"east":{"uv":[10,2.75,5,3],"rotation":180,"texture":"#0"},"south":{"uv":[5,3,10,2.75],"rotation":90,"texture":"#0"},"west":{"uv":[10,2.75,5,3],"rotation":180,"texture":"#0"},"up":{"uv":[5,3,10,2.75],"rotation":90,"texture":"#0"},"down":{"uv":[5,3,10,2.75],"rotation":90,"texture":"#0"}}},{"from":[10.11,10.17283,7.08151],"to":[10.51,10.57283,12.48151],"rotation":{"angle":-22.5,"axis":"x","origin":[9.5,10.37283,10.03151]},"faces":{"north":{"uv":[5.75,2.75,5,3],"rotation":180,"texture":"#0"},"east":{"uv":[10,2.75,5,3],"rotation":180,"texture":"#0"},"south":{"uv":[10,2.75,5,3],"rotation":180,"texture":"#0"},"west":{"uv":[10,2.75,5,3],"rotation":180,"texture":"#0"},"up":{"uv":[5,3,10,2.75],"rotation":90,"texture":"#0"},"down":{"uv":[5,3,10,2.75],"rotation":90,"texture":"#0"}}},{"from":[5.49,10.17283,7.08151],"to":[5.89,10.57283,12.48151],"rotation":{"angle":-22.5,"axis":"x","origin":[6.5,10.37283,10.03151]},"faces":{"north":{"uv":[5,2.75,5.75,3],"rotation":180,"texture":"#0"},"east":{"uv":[5,2.75,10,3],"rotation":180,"texture":"#0"},"south":{"uv":[5,2.75,10,3],"rotation":180,"texture":"#0"},"west":{"uv":[5,2.75,10,3],"rotation":180,"texture":"#0"},"up":{"uv":[5,2.75,10,3],"rotation":90,"texture":"#0"},"down":{"uv":[5,2.75,10,3],"rotation":90,"texture":"#0"}}},{"from":[5.4,10.67678,11.07322],"to":[5.9,13.17678,13.57322],"rotation":{"angle":-22.5,"axis":"x","origin":[8,11.67678,11.82322]},"faces":{"north":{"uv":[5,2.75,10,3],"rotation":90,"texture":"#0"},"east":{"uv":[5,2.75,10,3],"rotation":180,"texture":"#0"},"south":{"uv":[5,2.75,10,3],"rotation":90,"texture":"#0"},"west":{"uv":[5,2.75,10,3],"rotation":180,"texture":"#0"},"up":{"uv":[5,2.75,10,3],"rotation":90,"texture":"#0"},"down":{"uv":[5,2.75,10,3],"rotation":90,"texture":"#0"}}},{"from":[7.8,14.04223,4.16809],"to":[8.2,14.44223,11.31809],"rotation":{"angle":-45,"axis":"x","origin":[8,14.24223,8.86809]},"faces":{"north":{"uv":[5,3,10,2.75],"rotation":90,"texture":"#0"},"east":{"uv":[10,2.75,5,3],"rotation":180,"texture":"#0"},"south":{"uv":[5,3,10,2.75],"rotation":90,"texture":"#0"},"west":{"uv":[10,2.75,5,3],"rotation":180,"texture":"#0"},"up":{"uv":[5,3,10,2.75],"rotation":90,"texture":"#0"},"down":{"uv":[5,3,10,2.75],"rotation":90,"texture":"#0"}}},{"from":[5.5,4,3],"to":[10.5,11,8],"rotation":{"angle":45,"axis":"x","origin":[8,8.5,5.5]},"faces":{"north":{"uv":[2.5,2.5,5,6],"texture":"#0"},"east":{"uv":[0,2.5,2.5,6],"texture":"#0"},"south":{"uv":[7.5,2.5,10,6],"texture":"#0"},"west":{"uv":[5,2.5,7.5,6],"texture":"#0"},"up":{"uv":[2.5,0,5,2.5],"texture":"#0"},"down":{"uv":[5,0,7.5,2.5],"texture":"#0"}}},{"from":[5.25,6.75,2.75],"to":[10.75,12.25,8.25],"rotation":{"angle":45,"axis":"x","origin":[8,8.5,5.5]},"faces":{"north":{"uv":[2.5,10,5,12.5],"texture":"#0"}}},{"from":[1.74137,6.71701,2],"to":[3.74137,8.21701,3],"rotation":{"angle":22.5,"axis":"z","origin":[3.4025,8.24494,2.44108]},"faces":{"north":{"uv":[3.5,6.5,4.5,7.25],"texture":"#0"},"east":{"uv":[3,6.5,3.5,7.25],"texture":"#0"},"south":{"uv":[5,6.5,6,7.25],"texture":"#0"},"west":{"uv":[4.5,6.5,5,7.25],"texture":"#0"},"up":{"uv":[4.5,6.5,3.5,6],"texture":"#0"},"down":{"uv":[5.5,6,4.5,6.5],"texture":"#0"}}},{"from":[3.75,7.42154,1.78342],"to":[4.75,9.92154,2.78342],"rotation":{"angle":-22.5,"axis":"x","origin":[3.4025,8.24494,2.44108]},"faces":{"north":{"uv":[0.5,0.5,1,1.75],"texture":"#0"},"east":{"uv":[0,0.5,0.5,1.75],"texture":"#0"},"south":{"uv":[1.5,0.5,2,1.75],"texture":"#0"},"west":{"uv":[1,0.5,1.5,1.75],"texture":"#0"},"up":{"uv":[1,0.5,0.5,0],"texture":"#0"},"down":{"uv":[1.5,0,1,0.5],"texture":"#0"}}},{"from":[1.74137,8.21701,2.5],"to":[4.24137,10.71701,3],"rotation":{"angle":22.5,"axis":"z","origin":[3.4025,8.24494,2.44108]},"faces":{"north":{"uv":[0.25,6.25,1.5,7.5],"texture":"#0"},"east":{"uv":[0,6.25,0.25,7.5],"texture":"#0"},"south":{"uv":[1.75,6.25,3,7.5],"texture":"#0"},"west":{"uv":[1.5,6.25,1.75,7.5],"texture":"#0"},"up":{"uv":[1.5,6.25,0.25,6],"texture":"#0"},"down":{"uv":[2.75,6,1.5,6.25],"texture":"#0"}}},{"from":[11.75863,8.21701,2.5],"to":[14.25863,10.71701,3],"rotation":{"angle":-22.5,"axis":"z","origin":[12.5975,8.24494,2.44108]},"faces":{"north":{"uv":[1.5,6.25,0.25,7.5],"texture":"#0"},"east":{"uv":[1.75,6.25,1.5,7.5],"texture":"#0"},"south":{"uv":[3,6.25,1.75,7.5],"texture":"#0"},"west":{"uv":[0.25,6.25,0,7.5],"texture":"#0"},"up":{"uv":[0.25,6.25,1.5,6],"texture":"#0"},"down":{"uv":[1.5,6,2.75,6.25],"texture":"#0"}}},{"from":[12.25863,6.71701,2],"to":[14.25863,8.21701,3],"rotation":{"angle":-22.5,"axis":"z","origin":[12.5975,8.24494,2.44108]},"faces":{"north":{"uv":[4.5,6.5,3.5,7.25],"texture":"#0"},"east":{"uv":[5,6.5,4.5,7.25],"texture":"#0"},"south":{"uv":[6,6.5,5,7.25],"texture":"#0"},"west":{"uv":[3.5,6.5,3,7.25],"texture":"#0"},"up":{"uv":[3.5,6.5,4.5,6],"texture":"#0"},"down":{"uv":[4.5,6,5.5,6.5],"texture":"#0"}}},{"from":[11.25,7.42154,1.78342],"to":[12.25,9.92154,2.78342],"rotation":{"angle":-22.5,"axis":"x","origin":[12.5975,8.24494,2.44108]},"faces":{"north":{"uv":[1,0.5,0.5,1.75],"texture":"#0"},"east":{"uv":[1.5,0.5,1,1.75],"texture":"#0"},"south":{"uv":[2,0.5,1.5,1.75],"texture":"#0"},"west":{"uv":[0.5,0.5,0,1.75],"texture":"#0"},"up":{"uv":[0.5,0.5,1,0],"texture":"#0"},"down":{"uv":[1,0,1.5,0.5],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[25,-4,-5],"translation":[0.5,1.5,-4]},"thirdperson_lefthand":{"rotation":[25,-4,-5],"translation":[0.5,1.75,-4]},"firstperson_righthand":{"rotation":[-40,0,0],"translation":[2.25,-1,-2.25]},"firstperson_lefthand":{"rotation":[-40,0,0],"translation":[2.25,-1,-2.25]},"gui":{"rotation":[31,164,-7],"translation":[0.75,-1.25,0]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/tesla_relik.json b/assets/minecraft/models/item/wynn/skin/relik/tesla_relik.json new file mode 100644 index 000000000..a9652da05 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/tesla_relik.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/zapball","1":"skins/tesla_arch","2":"skins/gradient_set","particle":"skins/gradient_set"},"elements":[{"from":[7.5,0.25,7.5],"to":[8.5,9.25,8.5],"rotation":{"angle":0,"axis":"y","origin":[15.5,-3.75,15.5]},"faces":{"north":{"uv":[0,14.75,4.5,15.25],"rotation":90,"texture":"#2"},"east":{"uv":[0,15,4.5,15.5],"rotation":90,"texture":"#2"},"south":{"uv":[0,15.5,4.5,16],"rotation":90,"texture":"#2"},"west":{"uv":[0,15.5,4.5,15],"rotation":90,"texture":"#2"}}},{"from":[7.5,8.35,6.5],"to":[8.5,9.35,9.5],"rotation":{"angle":45,"axis":"y","origin":[8,6.725,8]},"faces":{"north":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"east":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"south":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"west":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"up":{"uv":[7.75,12.75,8.25,14.25],"texture":"#2"},"down":{"uv":[7.75,12.75,8.25,14.25],"texture":"#2"}}},{"from":[7,12.88579,8.80711],"to":[9,14.73579,9.50711],"rotation":{"angle":22.5,"axis":"x","origin":[7.5,14.38579,9.00711]},"faces":{"north":{"uv":[7.75,15,8.675,16],"rotation":90,"texture":"#2"},"east":{"uv":[7.75,15,8.675,15.35],"rotation":90,"texture":"#2"},"south":{"uv":[7.75,15,8.675,16],"rotation":90,"texture":"#2"},"west":{"uv":[7.75,15,8.675,15.35],"rotation":90,"texture":"#2"},"up":{"uv":[7.75,15,8.1,16],"rotation":90,"texture":"#2"},"down":{"uv":[7.75,15,8.1,16],"rotation":90,"texture":"#2"}}},{"from":[6.71306,13.24264,7],"to":[7.41306,15.09264,9],"rotation":{"angle":22.5,"axis":"z","origin":[8,14.01079,8]},"faces":{"north":{"uv":[7.75,15,8.1,15.925],"texture":"#2"},"east":{"uv":[7.75,15,8.75,15.925],"texture":"#2"},"south":{"uv":[7.75,15,8.1,15.925],"texture":"#2"},"west":{"uv":[7.75,15,8.75,15.925],"texture":"#2"},"up":{"uv":[7.75,15,8.1,16],"texture":"#2"},"down":{"uv":[7.75,15,8.1,16],"texture":"#2"}}},{"from":[7,12.88579,6.49289],"to":[9,14.73579,7.19289],"rotation":{"angle":-22.5,"axis":"x","origin":[7.5,14.38579,6.99289]},"faces":{"north":{"uv":[7.75,15,8.675,16],"rotation":90,"texture":"#2"},"east":{"uv":[7.75,15,8.675,15.35],"rotation":90,"texture":"#2"},"south":{"uv":[7.75,15,8.675,16],"rotation":90,"texture":"#2"},"west":{"uv":[7.75,15,8.675,15.35],"rotation":90,"texture":"#2"},"up":{"uv":[7.75,15,8.1,16],"rotation":90,"texture":"#2"},"down":{"uv":[7.75,15,8.1,16],"rotation":90,"texture":"#2"}}},{"from":[8.58694,13.24264,7],"to":[9.28694,15.09264,9],"rotation":{"angle":-22.5,"axis":"z","origin":[8,14.01079,8]},"faces":{"north":{"uv":[7.75,15,8.1,15.925],"rotation":180,"texture":"#2"},"east":{"uv":[7.75,15,8.75,15.925],"rotation":180,"texture":"#2"},"south":{"uv":[7.75,15,8.1,15.925],"rotation":180,"texture":"#2"},"west":{"uv":[7.75,15,8.75,15.925],"rotation":180,"texture":"#2"},"up":{"uv":[7.75,15,8.1,16],"rotation":180,"texture":"#2"},"down":{"uv":[7.75,15,8.1,16],"rotation":180,"texture":"#2"}}},{"from":[4.505,19.495,4.5],"to":[11.505,19.505,11.5],"rotation":{"angle":0,"axis":"y","origin":[8.005,25.5,8]},"faces":{"up":{"uv":[0,0,16,16],"rotation":180,"texture":"#0"},"down":{"uv":[16,0,0,16],"texture":"#0"}}},{"from":[4.505,16,7.995],"to":[11.505,23,8.005],"rotation":{"angle":0,"axis":"y","origin":[8.005,25.5,8]},"faces":{"north":{"uv":[0,0,16,16],"rotation":270,"texture":"#0"},"south":{"uv":[16,0,0,16],"rotation":90,"texture":"#0"}}},{"from":[8,16,4.5],"to":[8.01,23,11.5],"faces":{"east":{"uv":[0,0,16,16],"texture":"#0"},"west":{"uv":[16,0,0,16],"texture":"#0"}}},{"from":[7.5,12.13579,8.50711],"to":[8.5,15.13579,9.50711],"rotation":{"angle":22.5,"axis":"x","origin":[8,13.63579,9.00711]},"faces":{"north":{"uv":[13.5,1.75,15,2.25],"rotation":270,"texture":"#2"},"east":{"uv":[13.5,1.75,15,2.25],"rotation":270,"texture":"#2"},"south":{"uv":[13.5,1.75,15,2.25],"rotation":270,"texture":"#2"},"west":{"uv":[13.5,1.75,15,2.25],"rotation":270,"texture":"#2"},"up":{"uv":[13.5,1.75,14,2.25],"rotation":270,"texture":"#2"}}},{"from":[7.6,13.64152,4.2746],"to":[8.4,14.44152,8.5746],"rotation":{"angle":45,"axis":"x","origin":[8,14.85134,2.69133]},"faces":{"north":{"uv":[0,13.5,0.5,14],"rotation":90,"texture":"#2"},"east":{"uv":[0,13.5,2.25,14],"texture":"#2"},"south":{"uv":[0,13.5,0.5,14],"rotation":270,"texture":"#2"},"west":{"uv":[0,13.5,2.25,14],"rotation":180,"texture":"#2"},"up":{"uv":[0,13.5,2.25,14],"rotation":270,"texture":"#2"},"down":{"uv":[0,13.5,2.25,14],"rotation":90,"texture":"#2"}}},{"from":[7.601,9.26182,3.76062],"to":[8.399,12.85982,4.55862],"rotation":{"angle":-22.5,"axis":"x","origin":[8,14.85134,2.69133]},"faces":{"north":{"uv":[8.75,13.75,10.65,14.25],"rotation":270,"texture":"#2"},"east":{"uv":[8.75,13.75,10.65,14.25],"rotation":270,"texture":"#2"},"south":{"uv":[8.75,13.75,10.65,14.25],"rotation":270,"texture":"#2"},"west":{"uv":[8.75,13.75,10.65,14.25],"rotation":270,"texture":"#2"},"up":{"uv":[8.75,13.75,10.65,14.25],"rotation":270,"texture":"#2"}}},{"from":[7.6,16.09421,-0.64671],"to":[8.4,16.89421,2.15329],"rotation":{"angle":45,"axis":"x","origin":[8,14.85134,2.69133]},"faces":{"north":{"uv":[5.5,14.25,7,14.75],"rotation":90,"texture":"#2"},"east":{"uv":[5.5,14.75,7,14.25],"texture":"#2"},"south":{"uv":[5.5,14.25,7,14.75],"rotation":270,"texture":"#2"},"west":{"uv":[5.5,14.25,7,14.75],"rotation":180,"texture":"#2"},"up":{"uv":[5.5,13.5,7,14],"rotation":270,"texture":"#2"},"down":{"uv":[5.5,14.25,7,14.75],"rotation":90,"texture":"#2"}}},{"from":[7.601,17.21712,-1.40985],"to":[8.399,18.01512,4.13815],"rotation":{"angle":22.5,"axis":"x","origin":[8,14.85134,2.69133]},"faces":{"north":{"uv":[6.25,13.75,6.75,14.25],"rotation":90,"texture":"#2"},"east":{"uv":[4.75,14,7.625,14.5],"texture":"#2"},"west":{"uv":[4.75,13.5,7.625,14],"rotation":180,"texture":"#2"},"up":{"uv":[4.5,14,7.375,14.5],"rotation":270,"texture":"#2"},"down":{"uv":[4.75,13.5,7.625,14],"rotation":90,"texture":"#2"}}},{"from":[7.601,12.87732,2.95639],"to":[8.399,16.67532,3.75439],"rotation":{"angle":0,"axis":"x","origin":[8,14.85134,2.69133]},"faces":{"north":{"uv":[2.75,13.5,4.75,14],"rotation":270,"texture":"#2"},"east":{"uv":[2.75,14.25,4.75,14.75],"rotation":270,"texture":"#2"},"south":{"uv":[2.75,13.5,4.75,14],"rotation":270,"texture":"#2"},"west":{"uv":[2.75,14.25,4.75,14.75],"rotation":270,"texture":"#2"}}},{"from":[7.6,13.42116,4.44004],"to":[8.4,17.22116,5.24004],"rotation":{"angle":0,"axis":"x","origin":[8,14.85134,2.69133]},"faces":{"north":{"uv":[5,13.5,7,14],"rotation":90,"texture":"#2"},"east":{"uv":[5,13.5,7,14],"rotation":90,"texture":"#2"},"south":{"uv":[7,13.5,5,14],"rotation":270,"texture":"#2"},"west":{"uv":[5,14,7,13.5],"rotation":90,"texture":"#2"},"up":{"uv":[5,13.5,7,14],"rotation":90,"texture":"#2"},"down":{"uv":[5,13.5,7,14],"rotation":90,"texture":"#2"}}},{"from":[7.6,15.96238,-1.42722],"to":[8.4,17.76238,-0.62722],"rotation":{"angle":22.5,"axis":"x","origin":[8,14.85134,2.69133]},"faces":{"north":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"},"east":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"},"south":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"},"west":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"},"up":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"},"down":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"}}},{"from":[7.7,17.36533,-0.05351],"to":[8.3,17.96533,0.54649],"rotation":{"angle":-22.5,"axis":"x","origin":[8,14.85134,2.69133]},"faces":{"north":{"uv":[10.5,15.25,11,15.75],"rotation":270,"texture":"#2"},"east":{"uv":[10.5,15.25,11,15.75],"rotation":270,"texture":"#2"},"south":{"uv":[10.5,15.25,11,15.75],"rotation":270,"texture":"#2"},"west":{"uv":[10.5,15.25,11,15.75],"rotation":270,"texture":"#2"},"up":{"uv":[10.5,15.25,11,15.75],"rotation":270,"texture":"#2"},"down":{"uv":[10.5,15.25,11,15.75],"rotation":270,"texture":"#2"}}},{"from":[7.8,15.16238,-1.22722],"to":[8.2,16.56238,-0.82722],"rotation":{"angle":22.5,"axis":"x","origin":[8,14.85134,2.69133]},"faces":{"north":{"uv":[2.25,12.75,3.25,13.25],"rotation":270,"texture":"#2"},"east":{"uv":[2.25,12.75,3.25,13.25],"rotation":270,"texture":"#2"},"south":{"uv":[2.25,12.75,3.25,13.25],"rotation":270,"texture":"#2"},"west":{"uv":[2.25,12.75,3.25,13.25],"rotation":270,"texture":"#2"}}},{"from":[7.6,13.64152,7.4254],"to":[8.4,14.44152,11.7254],"rotation":{"angle":-45,"axis":"x","origin":[8,14.85134,13.30867]},"faces":{"north":{"uv":[0,14,0.5,13.5],"rotation":270,"texture":"#2"},"east":{"uv":[2.25,13.5,0,14],"texture":"#2"},"south":{"uv":[0,14,0.5,13.5],"rotation":90,"texture":"#2"},"west":{"uv":[2.25,13.5,0,14],"rotation":180,"texture":"#2"},"up":{"uv":[2.25,13.5,0,14],"rotation":270,"texture":"#2"},"down":{"uv":[2.25,13.5,0,14],"rotation":90,"texture":"#2"}}},{"from":[7.601,9.26182,11.44138],"to":[8.399,12.85982,12.23938],"rotation":{"angle":22.5,"axis":"x","origin":[8,14.85134,13.30867]},"faces":{"north":{"uv":[8.75,14.25,10.65,13.75],"rotation":270,"texture":"#2"},"east":{"uv":[8.75,14.25,10.65,13.75],"rotation":270,"texture":"#2"},"south":{"uv":[8.75,14.25,10.65,13.75],"rotation":270,"texture":"#2"},"west":{"uv":[8.75,14.25,10.65,13.75],"rotation":270,"texture":"#2"},"up":{"uv":[10.65,13.75,8.75,14.25],"rotation":270,"texture":"#2"}}},{"from":[7.6,16.09421,13.84671],"to":[8.4,16.89421,16.64671],"rotation":{"angle":-45,"axis":"x","origin":[8,14.85134,13.30867]},"faces":{"north":{"uv":[5.5,14.75,7,14.25],"rotation":270,"texture":"#2"},"east":{"uv":[7,14.75,5.5,14.25],"texture":"#2"},"south":{"uv":[5.5,14.75,7,14.25],"rotation":90,"texture":"#2"},"west":{"uv":[7,14.25,5.5,14.75],"rotation":180,"texture":"#2"},"up":{"uv":[7,13.5,5.5,14],"rotation":270,"texture":"#2"},"down":{"uv":[7,14.25,5.5,14.75],"rotation":90,"texture":"#2"}}},{"from":[7.601,17.21712,11.86185],"to":[8.399,18.01512,17.40985],"rotation":{"angle":-22.5,"axis":"x","origin":[8,14.85134,13.30867]},"faces":{"east":{"uv":[7.625,14,4.75,14.5],"texture":"#2"},"south":{"uv":[6.25,14.25,6.75,13.75],"rotation":90,"texture":"#2"},"west":{"uv":[7.625,13.5,4.75,14],"rotation":180,"texture":"#2"},"up":{"uv":[7.375,14,4.5,14.5],"rotation":270,"texture":"#2"},"down":{"uv":[7.625,13.5,4.75,14],"rotation":90,"texture":"#2"}}},{"from":[7.601,12.87732,12.24561],"to":[8.399,16.67532,13.04361],"rotation":{"angle":0,"axis":"x","origin":[8,14.85134,13.30867]},"faces":{"north":{"uv":[2.75,14,4.75,13.5],"rotation":270,"texture":"#2"},"east":{"uv":[2.75,14.75,4.75,14.25],"rotation":270,"texture":"#2"},"south":{"uv":[2.75,14,4.75,13.5],"rotation":270,"texture":"#2"},"west":{"uv":[2.75,14.75,4.75,14.25],"rotation":270,"texture":"#2"}}},{"from":[7.6,13.42116,10.75996],"to":[8.4,17.22116,11.55996],"rotation":{"angle":0,"axis":"x","origin":[8,14.85134,13.30867]},"faces":{"north":{"uv":[7,14,5,13.5],"rotation":270,"texture":"#2"},"east":{"uv":[5,14,7,13.5],"rotation":90,"texture":"#2"},"south":{"uv":[5,14,7,13.5],"rotation":90,"texture":"#2"},"west":{"uv":[5,13.5,7,14],"rotation":90,"texture":"#2"},"up":{"uv":[7,13.5,5,14],"rotation":90,"texture":"#2"},"down":{"uv":[7,13.5,5,14],"rotation":90,"texture":"#2"}}},{"from":[7.6,15.96238,16.62722],"to":[8.4,17.76238,17.42722],"rotation":{"angle":-22.5,"axis":"x","origin":[8,14.85134,13.30867]},"faces":{"north":{"uv":[0.5,13.5,0,14.5],"rotation":180,"texture":"#2"},"east":{"uv":[0.5,13.5,0,14.5],"rotation":180,"texture":"#2"},"south":{"uv":[0.5,13.5,0,14.5],"rotation":180,"texture":"#2"},"west":{"uv":[0.5,13.5,0,14.5],"rotation":180,"texture":"#2"},"up":{"uv":[0,14.5,0.5,13.5],"rotation":180,"texture":"#2"},"down":{"uv":[0,14.5,0.5,13.5],"rotation":180,"texture":"#2"}}},{"from":[7.7,17.36533,15.45351],"to":[8.3,17.96533,16.05351],"rotation":{"angle":22.5,"axis":"x","origin":[8,14.85134,13.30867]},"faces":{"north":{"uv":[10.5,15.75,11,15.25],"rotation":270,"texture":"#2"},"east":{"uv":[10.5,15.75,11,15.25],"rotation":270,"texture":"#2"},"south":{"uv":[10.5,15.75,11,15.25],"rotation":270,"texture":"#2"},"west":{"uv":[10.5,15.75,11,15.25],"rotation":270,"texture":"#2"},"up":{"uv":[11,15.25,10.5,15.75],"rotation":270,"texture":"#2"},"down":{"uv":[11,15.25,10.5,15.75],"rotation":270,"texture":"#2"}}},{"from":[7.8,15.16238,16.82722],"to":[8.2,16.56238,17.22722],"rotation":{"angle":-22.5,"axis":"x","origin":[8,14.85134,13.30867]},"faces":{"north":{"uv":[2.25,13.25,3.25,12.75],"rotation":270,"texture":"#2"},"east":{"uv":[2.25,13.25,3.25,12.75],"rotation":270,"texture":"#2"},"south":{"uv":[2.25,13.25,3.25,12.75],"rotation":270,"texture":"#2"},"west":{"uv":[2.25,13.25,3.25,12.75],"rotation":270,"texture":"#2"}}},{"from":[7.61,8.93392,10.04442],"to":[8.39,9.71392,12.82442],"rotation":{"angle":22.5,"axis":"x","origin":[8,9.32393,12.80942]},"faces":{"east":{"uv":[0.4,13.5,0,14.9],"rotation":270,"texture":"#2"},"south":{"uv":[0,13.9,0.4,13.5],"rotation":180,"texture":"#2"},"west":{"uv":[0.4,13.5,0,14.9],"rotation":90,"texture":"#2"},"up":{"uv":[0.4,13.5,0,14.9],"rotation":180,"texture":"#2"},"down":{"uv":[0.4,13.5,0,14.9],"texture":"#2"}}},{"from":[7.61,8.93392,3.17558],"to":[8.39,9.71392,5.95558],"rotation":{"angle":-22.5,"axis":"x","origin":[8,9.32393,3.19058]},"faces":{"north":{"uv":[0.4,13.9,0,13.5],"rotation":180,"texture":"#2"},"east":{"uv":[0.4,14.9,0,13.5],"rotation":270,"texture":"#2"},"west":{"uv":[0.4,14.9,0,13.5],"rotation":90,"texture":"#2"},"up":{"uv":[0.4,14.9,0,13.5],"rotation":180,"texture":"#2"},"down":{"uv":[0.4,14.9,0,13.5],"texture":"#2"}}},{"from":[7.8,9.12392,12.23442],"to":[8.2,9.52392,13.63442],"rotation":{"angle":22.5,"axis":"x","origin":[8,9.32393,12.80942]},"faces":{"east":{"uv":[2.25,13.25,3.25,12.75],"texture":"#2"},"west":{"uv":[2.25,13.25,3.25,12.75],"rotation":180,"texture":"#2"},"up":{"uv":[2.25,13.25,3.25,12.75],"rotation":270,"texture":"#2"},"down":{"uv":[2.25,13.25,3.25,12.75],"rotation":90,"texture":"#2"}}},{"from":[7.7,8.40521,13.12814],"to":[8.3,9.00521,13.72814],"rotation":{"angle":-22.5,"axis":"x","origin":[8,9.32393,12.80942]},"faces":{"north":{"uv":[10.5,15.75,11,15.25],"rotation":270,"texture":"#2"},"east":{"uv":[10.5,15.75,11,15.25],"rotation":270,"texture":"#2"},"south":{"uv":[10.5,15.75,11,15.25],"rotation":270,"texture":"#2"},"west":{"uv":[10.5,15.75,11,15.25],"rotation":270,"texture":"#2"},"up":{"uv":[11,15.25,10.5,15.75],"rotation":270,"texture":"#2"},"down":{"uv":[11,15.25,10.5,15.75],"rotation":270,"texture":"#2"}}},{"from":[7.7,8.40521,2.27186],"to":[8.3,9.00521,2.87186],"rotation":{"angle":22.5,"axis":"x","origin":[8,9.32393,3.19058]},"faces":{"north":{"uv":[10.5,15.25,11,15.75],"rotation":270,"texture":"#2"},"east":{"uv":[10.5,15.25,11,15.75],"rotation":270,"texture":"#2"},"south":{"uv":[10.5,15.25,11,15.75],"rotation":270,"texture":"#2"},"west":{"uv":[10.5,15.25,11,15.75],"rotation":270,"texture":"#2"},"up":{"uv":[10.5,15.25,11,15.75],"rotation":270,"texture":"#2"},"down":{"uv":[10.5,15.25,11,15.75],"rotation":270,"texture":"#2"}}},{"from":[7.8,9.12392,2.36558],"to":[8.2,9.52392,3.76558],"rotation":{"angle":-22.5,"axis":"x","origin":[8,9.32393,3.19058]},"faces":{"east":{"uv":[3.25,13.25,2.25,12.75],"texture":"#2"},"west":{"uv":[3.25,13.25,2.25,12.75],"rotation":180,"texture":"#2"},"up":{"uv":[3.25,13.25,2.25,12.75],"rotation":270,"texture":"#2"},"down":{"uv":[3.25,13.25,2.25,12.75],"rotation":90,"texture":"#2"}}},{"from":[6.42605,12.54973,7.5],"to":[7.42605,15.54973,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[8,14.01079,8]},"faces":{"north":{"uv":[13.5,1.75,14,3.25],"rotation":180,"texture":"#2"},"east":{"uv":[13.5,1.75,14,3.25],"rotation":180,"texture":"#2"},"south":{"uv":[13.5,1.75,14,3.25],"rotation":180,"texture":"#2"},"west":{"uv":[13.5,1.75,14,3.25],"rotation":180,"texture":"#2"},"up":{"uv":[13.5,1.75,14,2.25],"rotation":180,"texture":"#2"}}},{"from":[7.5,12.13579,6.49289],"to":[8.5,15.13579,7.49289],"rotation":{"angle":-22.5,"axis":"x","origin":[8,13.63579,6.99289]},"faces":{"north":{"uv":[13.5,1.75,15,2.25],"rotation":270,"texture":"#2"},"east":{"uv":[13.5,1.75,15,2.25],"rotation":270,"texture":"#2"},"south":{"uv":[13.5,1.75,15,2.25],"rotation":270,"texture":"#2"},"west":{"uv":[13.5,1.75,15,2.25],"rotation":270,"texture":"#2"},"up":{"uv":[13.5,1.75,14,2.25],"rotation":270,"texture":"#2"}}},{"from":[8.57395,12.54973,7.5],"to":[9.57395,15.54973,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[8,14.01079,8]},"faces":{"north":{"uv":[13.5,1.75,14,3.25],"texture":"#2"},"east":{"uv":[13.5,1.75,14,3.25],"texture":"#2"},"south":{"uv":[13.5,1.75,14,3.25],"texture":"#2"},"west":{"uv":[13.5,1.75,14,3.25],"texture":"#2"},"up":{"uv":[13.5,1.75,14,2.25],"texture":"#2"}}},{"from":[7.5,0.35,6.5],"to":[8.5,1.35,9.5],"rotation":{"angle":45,"axis":"y","origin":[8,2.975,8]},"faces":{"north":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"east":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"south":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"west":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"up":{"uv":[7.75,12.75,8.25,14.25],"texture":"#2"},"down":{"uv":[7.75,12.75,8.25,14.25],"texture":"#2"}}},{"from":[7.1,-0.05,7.1],"to":[8.9,1.75,8.9],"rotation":{"angle":0,"axis":"y","origin":[15,7.85,15]},"faces":{"north":{"uv":[7.75,12.75,8.75,13.75],"texture":"#2"},"east":{"uv":[7.75,12.75,8.75,13.75],"texture":"#2"},"south":{"uv":[7.75,12.75,8.75,13.75],"texture":"#2"},"west":{"uv":[7.75,12.75,8.75,13.75],"texture":"#2"},"up":{"uv":[7.75,12.75,8.75,13.75],"texture":"#2"},"down":{"uv":[7.75,12.75,8.75,13.75],"texture":"#2"}}},{"from":[7.2,7.05,7.2],"to":[8.8,7.65,8.8],"rotation":{"angle":0,"axis":"y","origin":[15,14.85,15]},"faces":{"north":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"east":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"south":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"west":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"up":{"uv":[14.5,2.25,15.5,3.25],"texture":"#2"},"down":{"uv":[14.5,2.25,15.5,3.25],"texture":"#2"}}},{"from":[7.2,2.05,7.2],"to":[8.8,2.65,8.8],"rotation":{"angle":0,"axis":"x","origin":[8,3.35,8]},"faces":{"north":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"east":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"south":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"west":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"up":{"uv":[14.5,2.25,15.5,3.25],"texture":"#2"},"down":{"uv":[14.5,2.25,15.5,3.25],"texture":"#2"}}},{"from":[7.2,6.05,7.2],"to":[8.8,6.65,8.8],"rotation":{"angle":0,"axis":"y","origin":[15,13.85,15]},"faces":{"north":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"east":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"south":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"west":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"up":{"uv":[14.5,2.25,15.5,3.25],"texture":"#2"},"down":{"uv":[14.5,2.25,15.5,3.25],"texture":"#2"}}},{"from":[7.2,3.05,7.2],"to":[8.8,3.65,8.8],"rotation":{"angle":0,"axis":"x","origin":[8,3.35,8]},"faces":{"north":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"east":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"south":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"west":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"up":{"uv":[14.5,2.25,15.5,3.25],"texture":"#2"},"down":{"uv":[14.5,2.25,15.5,3.25],"texture":"#2"}}},{"from":[7.3,5.15,7.3],"to":[8.7,5.55,8.7],"rotation":{"angle":0,"axis":"y","origin":[15,12.85,15]},"faces":{"north":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"east":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"south":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"west":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"up":{"uv":[14.5,2.25,15.5,3.25],"texture":"#2"},"down":{"uv":[14.5,2.25,15.5,3.25],"texture":"#2"}}},{"from":[7.3,4.15,7.3],"to":[8.7,4.55,8.7],"rotation":{"angle":0,"axis":"x","origin":[8,3.35,8]},"faces":{"north":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"east":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"south":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"west":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"up":{"uv":[14.5,2.25,15.5,3.25],"texture":"#2"},"down":{"uv":[14.5,2.25,15.5,3.25],"texture":"#2"}}},{"from":[7.1,7.95,7.1],"to":[8.9,13.75,8.9],"rotation":{"angle":0,"axis":"y","origin":[15,15.85,15]},"faces":{"north":{"uv":[7.75,13,8.75,16],"rotation":180,"texture":"#2"},"east":{"uv":[7.75,13,8.75,16],"rotation":180,"texture":"#2"},"south":{"uv":[7.75,13,8.75,16],"rotation":180,"texture":"#2"},"west":{"uv":[7.75,13,8.75,16],"rotation":180,"texture":"#2"},"up":{"uv":[7.5,15,8.5,16],"rotation":180,"texture":"#2"},"down":{"uv":[8.25,12.25,9.25,13.25],"rotation":180,"texture":"#2"}}},{"from":[6.6,8.45,7.6],"to":[9.4,9.25,8.4],"rotation":{"angle":0,"axis":"y","origin":[8,6.725,8]},"faces":{"north":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"east":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"south":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"west":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"up":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"down":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"}}},{"from":[6.6,0.45,7.6],"to":[9.4,1.25,8.4],"rotation":{"angle":0,"axis":"y","origin":[8,2.975,8]},"faces":{"north":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"east":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"south":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"west":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"up":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"down":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"}}},{"from":[6.501,8.351,7.501],"to":[9.499,9.349,8.499],"rotation":{"angle":45,"axis":"y","origin":[8,6.725,8]},"faces":{"north":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"east":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"south":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"west":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"up":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"down":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"}}},{"from":[6.501,0.351,7.501],"to":[9.499,1.349,8.499],"rotation":{"angle":45,"axis":"y","origin":[8,2.975,8]},"faces":{"north":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"east":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"south":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"west":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"up":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"down":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"}}},{"from":[7.6,8.45,6.6],"to":[8.4,9.25,9.4],"rotation":{"angle":0,"axis":"y","origin":[8,6.725,8]},"faces":{"north":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"east":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"south":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"west":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"up":{"uv":[7.75,12.75,8.25,14.25],"texture":"#2"},"down":{"uv":[7.75,12.75,8.25,14.25],"texture":"#2"}}},{"from":[6.6,9.7,7.6],"to":[9.4,11.75,8.4],"rotation":{"angle":0,"axis":"y","origin":[8,11.6,8]},"faces":{"north":{"uv":[8.5,11,9,12],"texture":"#2"},"east":{"uv":[8.5,11,9,12],"texture":"#2"},"south":{"uv":[8.5,11,9,12],"texture":"#2"},"west":{"uv":[8.5,11,9,12],"texture":"#2"},"up":{"uv":[8.5,11,9.5,11.5],"rotation":90,"texture":"#2"},"down":{"uv":[8.5,11,9,12],"texture":"#2"}}},{"from":[7.6,11.2,6.6],"to":[8.4,12,9.4],"rotation":{"angle":0,"axis":"y","origin":[8,11.6,8]},"faces":{"north":{"uv":[7,11,6.5,11.5],"texture":"#2"},"east":{"uv":[6.75,11,7,11.5],"texture":"#2"},"south":{"uv":[6.5,11,7,11.5],"texture":"#2"},"west":{"uv":[6.5,11,6.75,11.5],"texture":"#2"},"up":{"uv":[8.75,11.5,9.25,12],"rotation":180,"texture":"#2"},"down":{"uv":[6.5,11,7,11.5],"rotation":180,"texture":"#2"}}},{"from":[6.35,0.45,7.6],"to":[9.65,1.25,8.4],"rotation":{"angle":45,"axis":"y","origin":[8,26.85,8]},"faces":{"north":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"east":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"south":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"west":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"up":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"down":{"uv":[14.25,13.5,14.5,14],"texture":"#2"}}},{"from":[6.35,8.45,7.6],"to":[9.65,9.25,8.4],"rotation":{"angle":45,"axis":"y","origin":[8,11.6,8]},"faces":{"north":{"uv":[14.5,13.25,14.75,13.75],"texture":"#2"},"east":{"uv":[14.5,13.25,14.75,13.75],"texture":"#2"},"south":{"uv":[14.5,13.25,14.75,13.75],"texture":"#2"},"west":{"uv":[14.5,13.25,14.75,13.75],"texture":"#2"},"up":{"uv":[14.5,13.25,14.75,13.75],"texture":"#2"},"down":{"uv":[14.5,13.25,14.75,13.75],"texture":"#2"}}},{"from":[7.6,0.45,6.35],"to":[8.4,1.25,9.65],"rotation":{"angle":45,"axis":"y","origin":[8,19.85,8]},"faces":{"north":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"east":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"south":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"west":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"up":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"down":{"uv":[14.25,13.5,14.5,14],"texture":"#2"}}},{"from":[7.6,8.45,6.35],"to":[8.4,9.25,9.65],"rotation":{"angle":45,"axis":"y","origin":[8,4.6,8]},"faces":{"north":{"uv":[14.5,13.25,14.75,13.75],"texture":"#2"},"east":{"uv":[14.5,13.25,14.75,13.75],"texture":"#2"},"south":{"uv":[14.5,13.25,14.75,13.75],"texture":"#2"},"west":{"uv":[14.5,13.25,14.75,13.75],"texture":"#2"},"up":{"uv":[14.5,13.25,14.75,13.75],"texture":"#2"},"down":{"uv":[14.5,13.25,14.75,13.75],"texture":"#2"}}},{"from":[7.5,9.7,6],"to":[8.5,10.7,10],"rotation":{"angle":0,"axis":"y","origin":[8,10.2,8]},"faces":{"north":{"uv":[8.25,15.25,8.75,15.75],"texture":"#2"},"east":{"uv":[8.25,15.25,10.25,15.75],"texture":"#2"},"south":{"uv":[8.25,15.25,8.75,15.75],"texture":"#2"},"west":{"uv":[8.25,15.25,10.25,15.75],"texture":"#2"},"up":{"uv":[8.25,15.25,10.25,15.75],"rotation":90,"texture":"#2"},"down":{"uv":[8.25,15.25,10.25,15.75],"rotation":90,"texture":"#2"}}},{"from":[7.6,0.45,6.6],"to":[8.4,1.25,9.4],"rotation":{"angle":0,"axis":"y","origin":[8,2.975,8]},"faces":{"north":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"east":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"south":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"west":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"up":{"uv":[7.75,12.75,8.25,14.25],"texture":"#2"},"down":{"uv":[7.75,12.75,8.25,14.25],"texture":"#2"}}},{"from":[7.995,9.5776,-3.94492],"to":[8.005,17.5776,4.05508],"rotation":{"angle":-22.5,"axis":"x","origin":[8,14.85134,2.69133]},"faces":{"east":{"uv":[16,0,0,16],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,16,16],"rotation":270,"texture":"#1"}}},{"from":[7.995,9.5776,11.94492],"to":[8.005,17.5776,19.94492],"rotation":{"angle":22.5,"axis":"x","origin":[8,14.85134,13.30867]},"faces":{"east":{"uv":[16,16,0,0],"rotation":90,"texture":"#1"},"west":{"uv":[0,16,16,0],"rotation":270,"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[0,7,0],"translation":[0,1.25,1.25]},"thirdperson_lefthand":{"rotation":[0,7,0],"translation":[0,1.25,1.25]},"firstperson_righthand":{"rotation":[-13,0,0],"translation":[4.75,0,-1.25],"scale":[1.21,1.21,1.21]},"firstperson_lefthand":{"rotation":[-13,0,0],"translation":[4.75,0,-1.25],"scale":[1.21,1.21,1.21]},"gui":{"rotation":[30,-130,30],"translation":[-1.5,-1.5,0],"scale":[0.8,0.8,0.8]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/toy_relik.json b/assets/minecraft/models/item/wynn/skin/relik/toy_relik.json new file mode 100644 index 000000000..25e7114c4 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/toy_relik.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/wood","1":"skins/doll_gradient","2":"skins/voodoo","particle":"skins/wood"},"elements":[{"from":[4,4.85,7.4],"to":[5,5.85,8.4],"faces":{"north":{"uv":[2,14,4,16],"texture":"#0"},"east":{"uv":[2,14,4,16],"texture":"#0"},"south":{"uv":[2,14,4,16],"texture":"#0"},"west":{"uv":[2,14,4,16],"texture":"#0"},"up":{"uv":[2,14,4,16],"texture":"#0"},"down":{"uv":[2,14,4,16],"texture":"#0"}}},{"from":[7,6.85,7],"to":[9,8.85,9],"faces":{"north":{"uv":[5.5,12,9.5,16],"texture":"#0"},"east":{"uv":[2,12,6,16],"texture":"#0"},"south":{"uv":[2,12,6,16],"texture":"#0"},"west":{"uv":[2,12,6,16],"texture":"#0"},"up":{"uv":[1.5,8.5,5.5,12.5],"texture":"#0"},"down":{"uv":[2,12,6,16],"texture":"#0"}}},{"from":[5.25,5,7.5],"to":[7.25,6,8.5],"faces":{"north":{"uv":[0,14,4,16],"texture":"#0"},"east":{"uv":[0,14,2,16],"texture":"#0"},"south":{"uv":[0,14,4,16],"texture":"#0"},"west":{"uv":[0,14,2,16],"texture":"#0"},"up":{"uv":[0,14,4,16],"texture":"#0"},"down":{"uv":[0,14,4,16],"texture":"#0"}}},{"from":[6.85,2.75,7.5],"to":[7.85,3.75,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[6.35,2.5,8]},"faces":{"north":{"uv":[0.5,14,2.5,16],"rotation":90,"texture":"#0"},"east":{"uv":[0.5,14,2.5,16],"rotation":90,"texture":"#0"},"south":{"uv":[0.5,14,2.5,16],"rotation":90,"texture":"#0"},"west":{"uv":[0.5,14,2.5,16],"rotation":90,"texture":"#0"},"up":{"uv":[0.5,14,2.5,16],"rotation":90,"texture":"#0"},"down":{"uv":[0.5,14,2.5,16],"rotation":90,"texture":"#0"}}},{"from":[6.83149,0.15694,7.5],"to":[7.83149,2.15694,8.5],"rotation":{"angle":0,"axis":"z","origin":[6.33149,0.90694,8]},"faces":{"north":{"uv":[0.5,14,4.5,16],"rotation":90,"texture":"#0"},"east":{"uv":[0.5,14,4.5,16],"rotation":90,"texture":"#0"},"south":{"uv":[0.5,14,4.5,16],"rotation":90,"texture":"#0"},"west":{"uv":[0.5,14,4.5,16],"rotation":90,"texture":"#0"},"up":{"uv":[0.5,14,2.5,16],"rotation":90,"texture":"#0"},"down":{"uv":[0.5,14,2.5,16],"rotation":90,"texture":"#0"}}},{"from":[6.83149,-2.09306,7.5],"to":[7.83149,-0.09306,8.5],"rotation":{"angle":0,"axis":"z","origin":[6.33149,-1.34306,8]},"faces":{"north":{"uv":[0.5,14,4.5,16],"rotation":90,"texture":"#0"},"east":{"uv":[0.5,14,4.5,16],"rotation":90,"texture":"#0"},"south":{"uv":[0.5,14,4.5,16],"rotation":90,"texture":"#0"},"west":{"uv":[0.5,14,4.5,16],"rotation":90,"texture":"#0"},"up":{"uv":[0.5,14,2.5,16],"rotation":90,"texture":"#0"},"down":{"uv":[0.5,14,2.5,16],"rotation":90,"texture":"#0"}}},{"from":[6.84149,-2.17977,6.7394],"to":[7.82149,-1.19977,7.7194],"rotation":{"angle":-22.5,"axis":"x","origin":[7.33149,-1.68977,7.2294]},"faces":{"north":{"uv":[0.5,14,2.5,16],"rotation":90,"texture":"#0"},"east":{"uv":[0.5,14,2.5,16],"rotation":90,"texture":"#0"},"south":{"uv":[0.5,14,2.5,16],"rotation":90,"texture":"#0"},"west":{"uv":[0.5,14,2.5,16],"rotation":90,"texture":"#0"},"up":{"uv":[0.5,14,2.5,16],"rotation":90,"texture":"#0"},"down":{"uv":[0.5,14,2.5,16],"rotation":90,"texture":"#0"}}},{"from":[8.17851,-2.17977,6.7394],"to":[9.15851,-1.19977,7.7194],"rotation":{"angle":-22.5,"axis":"x","origin":[8.66851,-1.68977,7.2294]},"faces":{"north":{"uv":[0.5,14,2.5,16],"rotation":90,"texture":"#0"},"east":{"uv":[0.5,14,2.5,16],"rotation":90,"texture":"#0"},"south":{"uv":[0.5,14,2.5,16],"rotation":90,"texture":"#0"},"west":{"uv":[0.5,14,2.5,16],"rotation":90,"texture":"#0"},"up":{"uv":[0.5,14,2.5,16],"rotation":90,"texture":"#0"},"down":{"uv":[0.5,14,2.5,16],"rotation":90,"texture":"#0"}}},{"from":[8.16851,-2.09306,7.5],"to":[9.16851,-0.09306,8.5],"rotation":{"angle":0,"axis":"z","origin":[9.66851,-1.34306,8]},"faces":{"north":{"uv":[0.5,14,4.5,16],"rotation":90,"texture":"#0"},"east":{"uv":[0.5,14,4.5,16],"rotation":90,"texture":"#0"},"south":{"uv":[0.5,14,4.5,16],"rotation":90,"texture":"#0"},"west":{"uv":[0.5,14,4.5,16],"rotation":90,"texture":"#0"},"up":{"uv":[0.5,14,2.5,16],"rotation":90,"texture":"#0"},"down":{"uv":[0.5,14,2.5,16],"rotation":90,"texture":"#0"}}},{"from":[8.16851,0.15694,7.5],"to":[9.16851,2.15694,8.5],"rotation":{"angle":0,"axis":"z","origin":[9.66851,0.90694,8]},"faces":{"north":{"uv":[0.5,14,4.5,16],"rotation":90,"texture":"#0"},"east":{"uv":[0.5,14,4.5,16],"rotation":90,"texture":"#0"},"south":{"uv":[0.5,14,4.5,16],"rotation":90,"texture":"#0"},"west":{"uv":[0.5,14,4.5,16],"rotation":90,"texture":"#0"},"up":{"uv":[0.5,14,2.5,16],"rotation":90,"texture":"#0"},"down":{"uv":[0.5,14,2.5,16],"rotation":90,"texture":"#0"}}},{"from":[7.08149,-0.84306,7.75],"to":[7.58149,2.65694,8.25],"rotation":{"angle":0,"axis":"z","origin":[6.33149,0.90694,8]},"faces":{"north":{"uv":[0.5,14,7.5,15],"rotation":90,"texture":"#0"},"east":{"uv":[0.5,14,7.5,15],"rotation":90,"texture":"#0"},"south":{"uv":[0.5,14,7.5,15],"rotation":90,"texture":"#0"},"west":{"uv":[0.5,14,7.5,15],"rotation":90,"texture":"#0"},"up":{"uv":[0.5,14,1.5,15],"rotation":90,"texture":"#0"},"down":{"uv":[0.5,14,1.5,15],"rotation":90,"texture":"#0"}}},{"from":[8.41851,-0.84306,7.75],"to":[8.91851,2.65694,8.25],"rotation":{"angle":0,"axis":"z","origin":[9.66851,0.90694,8]},"faces":{"north":{"uv":[0.5,14,7.5,15],"rotation":90,"texture":"#0"},"east":{"uv":[0.5,14,7.5,15],"rotation":90,"texture":"#0"},"south":{"uv":[0.5,14,7.5,15],"rotation":90,"texture":"#0"},"west":{"uv":[0.5,14,7.5,15],"rotation":90,"texture":"#0"},"up":{"uv":[0.5,14,1.5,15],"rotation":90,"texture":"#0"},"down":{"uv":[0.5,14,1.5,15],"rotation":90,"texture":"#0"}}},{"from":[8.14,2.74,7.49],"to":[9.16,3.76,8.51],"rotation":{"angle":22.5,"axis":"z","origin":[9.65,2.5,8]},"faces":{"north":{"uv":[0.5,14,2.5,16],"rotation":90,"texture":"#0"},"east":{"uv":[0.5,14,2.5,16],"rotation":90,"texture":"#0"},"south":{"uv":[0.5,14,2.5,16],"rotation":90,"texture":"#0"},"west":{"uv":[0.5,14,2.5,16],"rotation":90,"texture":"#0"},"up":{"uv":[0.5,14,2.5,16],"rotation":90,"texture":"#0"},"down":{"uv":[0.5,14,2.5,16],"rotation":90,"texture":"#0"}}},{"from":[6.75,6,7],"to":[9.25,6.5,9],"faces":{"north":{"uv":[11,10,16,11],"texture":"#1"},"east":{"uv":[11,10,15,11],"texture":"#1"},"south":{"uv":[11,10,16,11],"texture":"#1"},"west":{"uv":[11,10,15,11],"texture":"#1"},"up":{"uv":[11,10,16,14],"texture":"#1"},"down":{"uv":[11,10,16,14],"texture":"#1"}}},{"from":[6.75,8.85,6.75],"to":[9.25,9.35,9.5],"rotation":{"angle":0,"axis":"y","origin":[0.25,-0.15,0]},"faces":{"north":{"uv":[11,10,16,11],"texture":"#1"},"east":{"uv":[10.5,10,16,11],"texture":"#1"},"south":{"uv":[11,10,16,11],"texture":"#1"},"west":{"uv":[10.5,10,16,11],"texture":"#1"},"up":{"uv":[11,10,16,15.5],"texture":"#1"},"down":{"uv":[11,10,16,15.5],"texture":"#1"}}},{"from":[7.25,9.35,7],"to":[8.75,9.85,9],"rotation":{"angle":0,"axis":"y","origin":[0.25,-0.15,0]},"faces":{"north":{"uv":[11,10,14,11],"texture":"#1"},"east":{"uv":[11,10,15,11],"texture":"#1"},"south":{"uv":[11,10,14,11],"texture":"#1"},"west":{"uv":[11,10,15,11],"texture":"#1"},"up":{"uv":[11,10,14,14],"texture":"#1"},"down":{"uv":[11,10,14,14],"texture":"#1"}}},{"from":[6.75,8.35,8.75],"to":[9.25,8.85,9.75],"rotation":{"angle":0,"axis":"y","origin":[0.25,-0.15,0]},"faces":{"north":{"uv":[11,10,16,11],"texture":"#1"},"east":{"uv":[11,10,13,11],"texture":"#1"},"south":{"uv":[11,10,16,11],"texture":"#1"},"west":{"uv":[11,10,13,11],"texture":"#1"},"up":{"uv":[11,10,16,12],"texture":"#1"},"down":{"uv":[11,10,16,12],"texture":"#1"}}},{"from":[8.75,8.35,6.75],"to":[9.5,8.85,8.75],"rotation":{"angle":0,"axis":"y","origin":[0.25,-0.15,0]},"faces":{"north":{"uv":[11,10,12.5,11],"texture":"#1"},"east":{"uv":[11,10,15,11],"texture":"#1"},"south":{"uv":[11,10,12.5,11],"texture":"#1"},"west":{"uv":[11,10,15,11],"texture":"#1"},"up":{"uv":[11,10,12.5,14],"texture":"#1"},"down":{"uv":[11,10,12.5,14],"texture":"#1"}}},{"from":[6.5,8.35,6.75],"to":[7.25,8.85,8.75],"rotation":{"angle":0,"axis":"y","origin":[0.25,-0.15,0]},"faces":{"north":{"uv":[11,10,12.5,11],"texture":"#1"},"east":{"uv":[11,10,15,11],"texture":"#1"},"south":{"uv":[11,10,12.5,11],"texture":"#1"},"west":{"uv":[11,10,15,11],"texture":"#1"},"up":{"uv":[11,10,12.5,14],"texture":"#1"},"down":{"uv":[11,10,12.5,14],"texture":"#1"}}},{"from":[6.08877,6.28261,7.75],"to":[6.83877,8.28261,8.75],"rotation":{"angle":-22.5,"axis":"z","origin":[6.46377,7.28261,8]},"faces":{"north":{"uv":[11,10,12.5,14],"rotation":180,"texture":"#1"},"east":{"uv":[11,10,15,12],"rotation":270,"texture":"#1"},"south":{"uv":[11,10,12.5,14],"texture":"#1"},"west":{"uv":[11,10,15,12],"rotation":90,"texture":"#1"},"up":{"uv":[11,10,12.5,12],"rotation":180,"texture":"#1"},"down":{"uv":[11,10,12.5,12],"texture":"#1"}}},{"from":[9.16123,6.28261,7.75],"to":[9.91123,8.28261,8.75],"rotation":{"angle":22.5,"axis":"z","origin":[9.53623,7.28261,8]},"faces":{"north":{"uv":[12.5,10,11,14],"rotation":180,"texture":"#1"},"east":{"uv":[11,12,15,10],"rotation":90,"texture":"#1"},"south":{"uv":[12.5,10,11,14],"texture":"#1"},"west":{"uv":[11,12,15,10],"rotation":270,"texture":"#1"},"up":{"uv":[12.5,10,11,12],"rotation":180,"texture":"#1"},"down":{"uv":[12.5,10,11,12],"texture":"#1"}}},{"from":[6.75,6.28261,9.16123],"to":[7.75,8.28261,9.91123],"rotation":{"angle":-22.5,"axis":"x","origin":[7.25,7.28261,9.53623]},"faces":{"north":{"uv":[11,12,15,14],"rotation":90,"texture":"#1"},"east":{"uv":[12.5,10,14,14],"texture":"#1"},"south":{"uv":[11,12,15,14],"rotation":270,"texture":"#1"},"west":{"uv":[12.5,10,14,14],"rotation":180,"texture":"#1"},"up":{"uv":[12.5,10,14,12],"rotation":90,"texture":"#1"},"down":{"uv":[12.5,10,14,12],"rotation":90,"texture":"#1"}}},{"from":[8.25,6.28261,9.16123],"to":[9.25,8.28261,9.91123],"rotation":{"angle":-22.5,"axis":"x","origin":[8.75,7.28261,9.53623]},"faces":{"north":{"uv":[11,12,15,14],"rotation":90,"texture":"#1"},"east":{"uv":[12.5,10,14,14],"texture":"#1"},"south":{"uv":[11,12,15,14],"rotation":270,"texture":"#1"},"west":{"uv":[12.5,10,14,14],"rotation":180,"texture":"#1"},"up":{"uv":[12.5,10,14,12],"rotation":90,"texture":"#1"},"down":{"uv":[12.5,10,14,12],"rotation":90,"texture":"#1"}}},{"from":[7.5,5.28261,8.91123],"to":[8.5,6.28261,9.66123],"rotation":{"angle":-22.5,"axis":"x","origin":[8.75,7.28261,9.53623]},"faces":{"north":{"uv":[11,12,13,14],"rotation":90,"texture":"#1"},"east":{"uv":[12.5,10,14,12],"texture":"#1"},"south":{"uv":[11,12,13,14],"rotation":270,"texture":"#1"},"west":{"uv":[12.5,10,14,12],"rotation":180,"texture":"#1"},"up":{"uv":[12.5,10,14,12],"rotation":90,"texture":"#1"},"down":{"uv":[12.5,10,14,12],"rotation":90,"texture":"#1"}}},{"from":[7.75,6.78261,8.91123],"to":[8.25,7.78261,9.66123],"rotation":{"angle":-22.5,"axis":"x","origin":[8.75,7.28261,9.53623]},"faces":{"north":{"uv":[11,12,13,13],"rotation":90,"texture":"#1"},"east":{"uv":[12.5,10,14,12],"texture":"#1"},"south":{"uv":[11,12,13,13],"rotation":270,"texture":"#1"},"west":{"uv":[12.5,10,14,12],"rotation":180,"texture":"#1"},"up":{"uv":[12.5,10,14,11],"rotation":90,"texture":"#1"},"down":{"uv":[12.5,10,14,11],"rotation":90,"texture":"#1"}}},{"from":[6.5,7.85,7.5],"to":[7.25,8.35,9.5],"rotation":{"angle":0,"axis":"y","origin":[0.25,-0.15,0]},"faces":{"north":{"uv":[11,10,12.5,11],"texture":"#1"},"east":{"uv":[11,10,15,11],"texture":"#1"},"south":{"uv":[11,10,12.5,11],"texture":"#1"},"west":{"uv":[11,10,15,11],"texture":"#1"},"up":{"uv":[11,10,12.5,14],"texture":"#1"},"down":{"uv":[11,10,12.5,14],"texture":"#1"}}},{"from":[8.75,7.85,7.5],"to":[9.5,8.35,9.5],"rotation":{"angle":0,"axis":"y","origin":[0.25,-0.15,0]},"faces":{"north":{"uv":[11,10,12.5,11],"texture":"#1"},"east":{"uv":[11,10,15,11],"texture":"#1"},"south":{"uv":[11,10,12.5,11],"texture":"#1"},"west":{"uv":[11,10,15,11],"texture":"#1"},"up":{"uv":[11,10,12.5,14],"texture":"#1"},"down":{"uv":[11,10,12.5,14],"texture":"#1"}}},{"from":[6.75,3.5,7],"to":[9.25,4,9],"faces":{"north":{"uv":[12,10,13,15],"rotation":270,"texture":"#1"},"east":{"uv":[12,10,13,14],"rotation":270,"texture":"#1"},"south":{"uv":[12,10,13,15],"rotation":270,"texture":"#1"},"west":{"uv":[12,10,13,14],"rotation":270,"texture":"#1"},"up":{"uv":[12,10,16,15],"rotation":270,"texture":"#1"},"down":{"uv":[12,10,16,15],"rotation":270,"texture":"#1"}}},{"from":[7.01,-1.00955,6.60829],"to":[8.99,3.97045,7.08829],"rotation":{"angle":22.5,"axis":"x","origin":[8.25,2.98045,6.84829]},"faces":{"north":{"uv":[3.5,9,13.5,13],"rotation":270,"texture":"#1"},"east":{"uv":[3.5,9,13.5,10],"rotation":270,"texture":"#1"},"south":{"uv":[3.5,9,13.5,13],"rotation":270,"texture":"#1"},"west":{"uv":[3.5,9,13.5,10],"rotation":270,"texture":"#1"},"up":{"uv":[3.5,9,4.5,13],"rotation":270,"texture":"#1"},"down":{"uv":[3.5,9,4.5,13],"rotation":270,"texture":"#1"}}},{"from":[5.92792,-1.60306,7.01],"to":[6.40792,3.37694,8.99],"rotation":{"angle":-22.5,"axis":"z","origin":[8,0.97347,8]},"faces":{"north":{"uv":[3.5,9,13.5,10],"rotation":270,"texture":"#1"},"east":{"uv":[3.5,9,13.5,13],"rotation":270,"texture":"#1"},"south":{"uv":[3.5,9,13.5,10],"rotation":270,"texture":"#1"},"west":{"uv":[3.5,9,13.5,13],"rotation":270,"texture":"#1"},"up":{"uv":[3.5,9,7.5,10],"rotation":270,"texture":"#1"},"down":{"uv":[3.5,9,7.5,10],"rotation":270,"texture":"#1"}}},{"from":[7.01,-1.00955,8.91171],"to":[8.99,3.97045,9.39171],"rotation":{"angle":-22.5,"axis":"x","origin":[7.75,2.98045,9.15171]},"faces":{"north":{"uv":[3.5,9,13.5,13],"rotation":270,"texture":"#1"},"east":{"uv":[3.5,9,13.5,10],"rotation":270,"texture":"#1"},"south":{"uv":[3.5,9,13.5,13],"rotation":270,"texture":"#1"},"west":{"uv":[3.5,9,13.5,10],"rotation":270,"texture":"#1"},"up":{"uv":[3.5,9,4.5,13],"rotation":270,"texture":"#1"},"down":{"uv":[3.5,9,4.5,13],"rotation":270,"texture":"#1"}}},{"from":[9.59208,-1.60306,7.01],"to":[10.07208,3.37694,8.99],"rotation":{"angle":22.5,"axis":"z","origin":[8,0.97347,8]},"faces":{"north":{"uv":[3.5,9,13.5,10],"rotation":270,"texture":"#1"},"east":{"uv":[3.5,9,13.5,13],"rotation":270,"texture":"#1"},"south":{"uv":[3.5,9,13.5,10],"rotation":270,"texture":"#1"},"west":{"uv":[3.5,9,13.5,13],"rotation":270,"texture":"#1"},"up":{"uv":[3.5,9,7.5,10],"rotation":270,"texture":"#1"},"down":{"uv":[3.5,9,7.5,10],"rotation":270,"texture":"#1"}}},{"from":[8.26,-1.50955,7.10829],"to":[9.24,1.97045,7.58829],"rotation":{"angle":22.5,"axis":"x","origin":[8.5,2.98045,7.34829]},"faces":{"north":{"uv":[3.5,9,10.5,11],"rotation":270,"texture":"#1"},"east":{"uv":[3.5,9,10.5,10],"rotation":270,"texture":"#1"},"south":{"uv":[3.5,9,10.5,11],"rotation":270,"texture":"#1"},"west":{"uv":[3.5,9,10.5,10],"rotation":270,"texture":"#1"},"up":{"uv":[3.5,9,4.5,11],"rotation":270,"texture":"#1"},"down":{"uv":[3.5,9,4.5,11],"rotation":270,"texture":"#1"}}},{"from":[6.38986,-2.46172,6.76],"to":[6.86986,2.26828,7.74],"rotation":{"angle":-22.5,"axis":"z","origin":[8,0.97347,8]},"faces":{"north":{"uv":[3.5,9,13,10],"rotation":270,"texture":"#1"},"east":{"uv":[3.5,9,13,11],"rotation":270,"texture":"#1"},"south":{"uv":[3.5,9,13,10],"rotation":270,"texture":"#1"},"west":{"uv":[3.5,9,13,11],"rotation":270,"texture":"#1"},"up":{"uv":[3.5,9,5.5,10],"rotation":270,"texture":"#1"},"down":{"uv":[3.5,9,5.5,10],"rotation":270,"texture":"#1"}}},{"from":[6.76,-1.50955,8.41171],"to":[7.74,2.72045,8.89171],"rotation":{"angle":-22.5,"axis":"x","origin":[7.5,2.98045,8.65171]},"faces":{"north":{"uv":[3.5,9,12,11],"rotation":270,"texture":"#1"},"east":{"uv":[3.5,9,12,10],"rotation":270,"texture":"#1"},"south":{"uv":[3.5,9,12,11],"rotation":270,"texture":"#1"},"west":{"uv":[3.5,9,12,10],"rotation":270,"texture":"#1"},"up":{"uv":[3.5,9,4.5,11],"rotation":270,"texture":"#1"},"down":{"uv":[3.5,9,4.5,11],"rotation":270,"texture":"#1"}}},{"from":[9.13014,-2.16172,8.26],"to":[9.61014,1.56828,9.24],"rotation":{"angle":22.5,"axis":"z","origin":[8,0.97347,8]},"faces":{"north":{"uv":[3.5,9,11,10],"rotation":270,"texture":"#1"},"east":{"uv":[3.5,9,11,11],"rotation":270,"texture":"#1"},"south":{"uv":[3.5,9,11,10],"rotation":270,"texture":"#1"},"west":{"uv":[3.5,9,11,11],"rotation":270,"texture":"#1"},"up":{"uv":[3.5,9,5.5,10],"rotation":270,"texture":"#1"},"down":{"uv":[3.5,9,5.5,10],"rotation":270,"texture":"#1"}}},{"from":[6.51,-2.00955,7.10829],"to":[7.49,1.97045,7.58829],"rotation":{"angle":22.5,"axis":"x","origin":[7.25,2.98045,7.34829]},"faces":{"north":{"uv":[3.5,9,11.5,11],"rotation":270,"texture":"#1"},"east":{"uv":[3.5,9,11.5,10],"rotation":270,"texture":"#1"},"south":{"uv":[3.5,9,11.5,11],"rotation":270,"texture":"#1"},"west":{"uv":[3.5,9,11.5,10],"rotation":270,"texture":"#1"},"up":{"uv":[15,11,16,13],"rotation":270,"texture":"#1"},"down":{"uv":[3.5,9,4.5,11],"rotation":270,"texture":"#1"}}},{"from":[6.38986,-2.41172,8.51],"to":[6.86986,1.56828,9.49],"rotation":{"angle":-22.5,"axis":"z","origin":[8,0.97347,8]},"faces":{"north":{"uv":[3.5,9,11.5,10],"rotation":270,"texture":"#1"},"east":{"uv":[3.5,9,11.5,11],"rotation":270,"texture":"#1"},"south":{"uv":[3.5,9,11.5,10],"rotation":270,"texture":"#1"},"west":{"uv":[3.5,9,11.5,11],"rotation":270,"texture":"#1"},"up":{"uv":[14,12.5,16,13.5],"rotation":270,"texture":"#1"},"down":{"uv":[3.5,9,5.5,10],"rotation":270,"texture":"#1"}}},{"from":[8.51,-2.00955,8.41171],"to":[9.49,2.62045,8.89171],"rotation":{"angle":-22.5,"axis":"x","origin":[8.75,2.98045,8.65171]},"faces":{"north":{"uv":[3.5,9,12.8,11],"rotation":270,"texture":"#1"},"east":{"uv":[3.5,9,12.8,10],"rotation":270,"texture":"#1"},"south":{"uv":[3.5,9,12.8,11],"rotation":270,"texture":"#1"},"west":{"uv":[3.5,9,12.8,10],"rotation":270,"texture":"#1"},"up":{"uv":[3.5,9,4.5,11],"rotation":270,"texture":"#1"},"down":{"uv":[3.5,9,4.5,11],"rotation":270,"texture":"#1"}}},{"from":[9.13014,-1.96172,6.51],"to":[9.61014,2.26828,7.49],"rotation":{"angle":22.5,"axis":"z","origin":[8,0.97347,8]},"faces":{"north":{"uv":[3.5,9,12,10],"rotation":270,"texture":"#1"},"east":{"uv":[3.5,9,12,11],"rotation":270,"texture":"#1"},"south":{"uv":[3.5,9,12,10],"rotation":270,"texture":"#1"},"west":{"uv":[3.5,9,12,11],"rotation":270,"texture":"#1"},"up":{"uv":[3.5,9,5.5,10],"rotation":270,"texture":"#1"},"down":{"uv":[3.5,9,5.5,10],"rotation":270,"texture":"#1"}}},{"from":[7.76,-0.75955,6.35829],"to":[8.74,3.22045,6.83829],"rotation":{"angle":22.5,"axis":"x","origin":[7.25,2.98045,7.34829]},"faces":{"north":{"uv":[3.5,9,11.5,11],"rotation":270,"texture":"#1"},"east":{"uv":[3.5,9,11.5,10],"rotation":270,"texture":"#1"},"south":{"uv":[3.5,9,11.5,11],"rotation":270,"texture":"#1"},"west":{"uv":[3.5,9,11.5,10],"rotation":270,"texture":"#1"},"up":{"uv":[15,13,16,15],"rotation":270,"texture":"#1"},"down":{"uv":[3.5,9,4.5,11],"rotation":270,"texture":"#1"}}},{"from":[5.63986,-1.16172,7.76],"to":[6.11986,2.81828,8.74],"rotation":{"angle":-22.5,"axis":"z","origin":[8,0.97347,8]},"faces":{"north":{"uv":[3.5,9,11.5,10],"rotation":270,"texture":"#1"},"east":{"uv":[3.5,9,11.5,11],"rotation":270,"texture":"#1"},"south":{"uv":[3.5,9,11.5,10],"rotation":270,"texture":"#1"},"west":{"uv":[3.5,9,11.5,11],"rotation":270,"texture":"#1"},"up":{"uv":[14,12.5,16,13.5],"rotation":270,"texture":"#1"},"down":{"uv":[3.5,9,5.5,10],"rotation":270,"texture":"#1"}}},{"from":[7.26,-0.75955,9.16171],"to":[8.24,3.22045,9.64171],"rotation":{"angle":-22.5,"axis":"x","origin":[8.75,2.98045,8.65171]},"faces":{"north":{"uv":[3.5,9,11.5,11],"rotation":270,"texture":"#1"},"east":{"uv":[3.5,9,11.5,10],"rotation":270,"texture":"#1"},"south":{"uv":[3.5,9,11.5,11],"rotation":270,"texture":"#1"},"west":{"uv":[3.5,9,11.5,10],"rotation":270,"texture":"#1"},"up":{"uv":[14,12.5,15,14.5],"rotation":270,"texture":"#1"},"down":{"uv":[3.5,9,4.5,11],"rotation":270,"texture":"#1"}}},{"from":[9.88014,-1.16172,7.76],"to":[10.36014,2.81828,8.74],"rotation":{"angle":22.5,"axis":"z","origin":[8,0.97347,8]},"faces":{"north":{"uv":[3.5,9,11.5,10],"rotation":270,"texture":"#1"},"east":{"uv":[3.5,9,11.5,11],"rotation":270,"texture":"#1"},"south":{"uv":[3.5,9,11.5,10],"rotation":270,"texture":"#1"},"west":{"uv":[3.5,9,11.5,11],"rotation":270,"texture":"#1"},"up":{"uv":[14,12.5,16,13.5],"rotation":270,"texture":"#1"},"down":{"uv":[3.5,9,5.5,10],"rotation":270,"texture":"#1"}}},{"from":[7,4.25,7.25],"to":[9,6.25,8.75],"faces":{"north":{"uv":[11,10,15,14],"texture":"#1"},"east":{"uv":[11,10,14,14],"texture":"#1"},"south":{"uv":[11,10,15,14],"texture":"#1"},"west":{"uv":[11,10,14,14],"texture":"#1"},"up":{"uv":[11,10,15,13],"texture":"#1"},"down":{"uv":[11,10,15,13],"texture":"#1"}}},{"from":[7.26,3.01,7.51],"to":[8.74,4.99,8.49],"faces":{"north":{"uv":[1.5,13,5.5,16],"rotation":90,"texture":"#0"},"east":{"uv":[1.5,14,5.5,16],"rotation":90,"texture":"#0"},"south":{"uv":[1.5,13,5.5,16],"rotation":90,"texture":"#0"},"west":{"uv":[1.5,14,5.5,16],"rotation":90,"texture":"#0"},"up":{"uv":[1.5,13,3.5,16],"rotation":90,"texture":"#0"},"down":{"uv":[1.5,13,3.5,16],"rotation":90,"texture":"#0"}}},{"from":[8.75,5,7.5],"to":[10.75,6,8.5],"faces":{"north":{"uv":[0,14,4,16],"texture":"#0"},"east":{"uv":[0,14,2,16],"texture":"#0"},"south":{"uv":[0,14,4,16],"texture":"#0"},"west":{"uv":[0,14,2,16],"texture":"#0"},"up":{"uv":[0,14,4,16],"texture":"#0"},"down":{"uv":[0,14,4,16],"texture":"#0"}}},{"from":[4.5,5.25,7.75],"to":[11.5,5.75,8.25],"faces":{"north":{"uv":[0,14,14,15],"texture":"#0"},"east":{"uv":[0,14,1,15],"texture":"#0"},"south":{"uv":[0,14,14,15],"texture":"#0"},"west":{"uv":[0,14,1,15],"texture":"#0"},"up":{"uv":[0,14,14,15],"texture":"#0"},"down":{"uv":[0,14,14,15],"texture":"#0"}}},{"from":[11,4.85,7.4],"to":[12,5.85,8.4],"faces":{"north":{"uv":[2,14,4,16],"texture":"#0"},"east":{"uv":[2,14,4,16],"texture":"#0"},"south":{"uv":[2,14,4,16],"texture":"#0"},"west":{"uv":[2,14,4,16],"texture":"#0"},"up":{"uv":[2,14,4,16],"texture":"#0"},"down":{"uv":[2,14,4,16],"texture":"#0"}}},{"from":[7.5,5.85,7.5],"to":[8.5,6.85,8.5],"faces":{"north":{"uv":[2,14,4,16],"texture":"#0"},"east":{"uv":[2,14,4,16],"texture":"#0"},"south":{"uv":[2,14,4,16],"texture":"#0"},"west":{"uv":[2,14,4,16],"texture":"#0"},"up":{"uv":[2,14,4,16],"texture":"#0"},"down":{"uv":[2,14,4,16],"texture":"#0"}}},{"from":[7.25,7.75,6.85],"to":[7.75,8.25,7.35],"rotation":{"angle":-45,"axis":"z","origin":[7.5,8,7.1]},"faces":{"north":{"uv":[12.5,12,13.5,13],"rotation":90,"texture":"#2"},"east":{"uv":[12.5,12,13.5,13],"texture":"#2"},"south":{"uv":[12.5,12,13.5,13],"texture":"#2"},"west":{"uv":[12.5,12,13.5,13],"texture":"#2"},"up":{"uv":[12.5,12,13.5,13],"texture":"#2"},"down":{"uv":[12.5,12,13.5,13],"texture":"#2"}}},{"from":[8.25,7.75,6.85],"to":[8.75,8.25,7.35],"rotation":{"angle":-45,"axis":"z","origin":[8.5,8,7.1]},"faces":{"north":{"uv":[12.5,13,13.5,12],"rotation":180,"texture":"#2"},"east":{"uv":[13.5,12,12.5,13],"rotation":270,"texture":"#2"},"south":{"uv":[13.5,12,12.5,13],"rotation":270,"texture":"#2"},"west":{"uv":[13.5,12,12.5,13],"rotation":270,"texture":"#2"},"up":{"uv":[13.5,12,12.5,13],"rotation":270,"texture":"#2"},"down":{"uv":[13.5,12,12.5,13],"rotation":270,"texture":"#2"}}}],"display":{"thirdperson_righthand":{"rotation":[7,77,0],"translation":[0,4.75,0.25],"scale":[1.4,1.4,1.4]},"thirdperson_lefthand":{"rotation":[7,77,0],"translation":[0,4.75,0.25],"scale":[1.4,1.4,1.4]},"firstperson_righthand":{"rotation":[-25,121,0],"translation":[0.75,9,-1.25],"scale":[1.25,1.25,1.25]},"firstperson_lefthand":{"rotation":[-25,121,0],"translation":[0.75,9,-1.25],"scale":[1.25,1.25,1.25]},"gui":{"rotation":[0,150,41],"translation":[3,5,0],"scale":[1.35,1.35,1.35]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/tropical_relik.json b/assets/minecraft/models/item/wynn/skin/relik/tropical_relik.json new file mode 100644 index 000000000..6187ac571 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/tropical_relik.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/tropical/tropical_relik","particle":"skins/tropical/tropical_relik"},"elements":[{"from":[4,-5,4],"to":[12,0,12],"rotation":{"angle":0,"axis":"y","origin":[0,-6,0]},"faces":{"north":{"uv":[2,9.5,4,10.75],"texture":"#0"},"east":{"uv":[0,9.5,2,10.75],"texture":"#0"},"south":{"uv":[6,9.5,8,10.75],"texture":"#0"},"west":{"uv":[4,9.5,6,10.75],"texture":"#0"},"up":{"uv":[4,9.5,2,7.5],"texture":"#0"},"down":{"uv":[6,7.5,4,9.5],"texture":"#0"}}},{"from":[6,-13,6],"to":[10,-5,10],"rotation":{"angle":0,"axis":"y","origin":[0,-6,0]},"faces":{"north":{"uv":[12,2.5,13,4.5],"texture":"#0"},"east":{"uv":[11,2.5,12,4.5],"texture":"#0"},"south":{"uv":[14,2.5,15,4.5],"texture":"#0"},"west":{"uv":[13,2.5,14,4.5],"texture":"#0"},"up":{"uv":[13,2.5,12,1.5],"texture":"#0"},"down":{"uv":[14,1.5,13,2.5],"texture":"#0"}}},{"from":[2,16,2],"to":[14,20,4],"rotation":{"angle":0,"axis":"x","origin":[8,18,8]},"faces":{"north":{"uv":[9,0.5,12,1.5],"texture":"#0"},"east":{"uv":[8.5,0.5,9,1.5],"texture":"#0"},"south":{"uv":[12.5,0.5,15.5,1.5],"texture":"#0"},"west":{"uv":[12,0.5,12.5,1.5],"texture":"#0"},"up":{"uv":[12,0.5,9,0],"texture":"#0"},"down":{"uv":[15,0,12,0.5],"texture":"#0"}}},{"from":[2,0,4],"to":[14,20,14],"rotation":{"angle":0,"axis":"x","origin":[8,0,8]},"faces":{"north":{"uv":[2.5,2.5,5.5,7.5],"texture":"#0"},"east":{"uv":[0,2.5,2.5,7.5],"texture":"#0"},"south":{"uv":[8,2.5,11,7.5],"texture":"#0"},"west":{"uv":[5.5,2.5,8,7.5],"texture":"#0"},"up":{"uv":[5.5,2.5,2.5,0],"texture":"#0"},"down":{"uv":[8.5,0,5.5,2.5],"texture":"#0"}}},{"from":[6,5.5,-1],"to":[10,15.5,4],"rotation":{"angle":22.5,"axis":"x","origin":[8,6,4]},"faces":{"north":{"uv":[8,10.75,9,13.25],"texture":"#0"},"east":{"uv":[6.75,10.75,8,13.25],"texture":"#0"},"south":{"uv":[10.25,10.75,11.25,13.25],"texture":"#0"},"west":{"uv":[9,10.75,10.25,13.25],"texture":"#0"},"up":{"uv":[9,10.75,8,9.5],"texture":"#0"},"down":{"uv":[10,9.5,9,10.75],"texture":"#0"}}},{"from":[2,0,2],"to":[14,6,4],"rotation":{"angle":0,"axis":"x","origin":[8,0,8]},"faces":{"north":{"uv":[6.5,8,9.5,9.5],"texture":"#0"},"east":{"uv":[6,8,6.5,9.5],"texture":"#0"},"south":{"uv":[10,8,13,9.5],"texture":"#0"},"west":{"uv":[9.5,8,10,9.5],"texture":"#0"},"up":{"uv":[9.5,8,6.5,7.5],"texture":"#0"},"down":{"uv":[12.5,7.5,9.5,8],"texture":"#0"}}},{"from":[5,-3,1],"to":[11,3,3],"rotation":{"angle":-22.5,"axis":"x","origin":[8,2,2]},"faces":{"north":{"uv":[11.75,10,13.25,11.5],"texture":"#0"},"east":{"uv":[11.25,10,11.75,11.5],"texture":"#0"},"south":{"uv":[13.75,10,15.25,11.5],"texture":"#0"},"west":{"uv":[13.25,10,13.75,11.5],"texture":"#0"},"up":{"uv":[13.25,10,11.75,9.5],"texture":"#0"},"down":{"uv":[14.75,9.5,13.25,10],"texture":"#0"}}},{"from":[5,17,1],"to":[11,23,3],"shade":false,"rotation":{"angle":22.5,"axis":"x","origin":[8,18,2]},"faces":{"north":{"uv":[13.25,5,11.75,6.5],"texture":"#0"},"east":{"uv":[13.75,5,13.25,6.5],"texture":"#0"},"south":{"uv":[15.25,5,13.75,6.5],"texture":"#0"},"west":{"uv":[11.75,5,11.25,6.5],"texture":"#0"},"up":{"uv":[11.75,5,13.25,4.5],"texture":"#0"},"down":{"uv":[13.25,4.5,14.75,5],"texture":"#0"}}},{"from":[4,-12,5],"to":[4.01,0,10],"rotation":{"angle":-22.5,"axis":"z","origin":[4,0,8]},"faces":{"north":{"uv":[1.25,10.75,1.25,13.75],"texture":"#0"},"east":{"uv":[0,10.75,1.25,13.75],"texture":"#0"},"south":{"uv":[2.5,10.75,2.5,13.75],"texture":"#0"},"west":{"uv":[1.25,10.75,2.5,13.75],"texture":"#0"},"up":{"uv":[1.25,10.75,1.25,9.5],"texture":"#0"},"down":{"uv":[1.25,9.5,1.25,10.75],"texture":"#0"}}},{"from":[12,-12,5],"to":[12.01,0,10],"shade":false,"rotation":{"angle":22.5,"axis":"z","origin":[12,0,8]},"faces":{"north":{"uv":[1.25,10.75,1.25,13.75],"texture":"#0"},"east":{"uv":[2.5,10.75,1.25,13.75],"texture":"#0"},"south":{"uv":[2.5,10.75,2.5,13.75],"texture":"#0"},"west":{"uv":[1.25,10.75,0,13.75],"texture":"#0"},"up":{"uv":[1.25,10.75,1.25,9.5],"texture":"#0"},"down":{"uv":[1.25,9.5,1.25,10.75],"texture":"#0"}}},{"from":[5.5,20,5],"to":[10.5,30,5.01],"rotation":{"angle":22.5,"axis":"x","origin":[9,20,5]},"faces":{"north":{"uv":[2.5,10.75,3.75,13.25],"texture":"#0"},"east":{"uv":[2.5,10.75,2.5,13.25],"texture":"#0"},"south":{"uv":[3.75,10.75,5,13.25],"texture":"#0"},"west":{"uv":[3.75,10.75,3.75,13.25],"texture":"#0"},"up":{"uv":[3.75,10.75,2.5,10.75],"texture":"#0"},"down":{"uv":[5,10.75,3.75,10.75],"texture":"#0"}}},{"from":[5.5,18,5],"to":[10.5,28,5.01],"rotation":{"angle":45,"axis":"z","origin":[8,18,5]},"faces":{"north":{"uv":[2.5,10.75,3.75,13.25],"texture":"#0"},"east":{"uv":[2.5,10.75,2.5,13.25],"texture":"#0"},"south":{"uv":[3.75,10.75,5,13.25],"texture":"#0"},"west":{"uv":[3.75,10.75,3.75,13.25],"texture":"#0"},"up":{"uv":[3.75,10.75,2.5,10.75],"texture":"#0"},"down":{"uv":[5,10.75,3.75,10.75],"texture":"#0"}}},{"from":[5.5,18,5],"to":[10.5,28,5.01],"rotation":{"angle":-45,"axis":"z","origin":[8,18,5]},"faces":{"north":{"uv":[2.5,10.75,3.75,13.25],"texture":"#0"},"east":{"uv":[2.5,10.75,2.5,13.25],"texture":"#0"},"south":{"uv":[3.75,10.75,5,13.25],"texture":"#0"},"west":{"uv":[3.75,10.75,3.75,13.25],"texture":"#0"},"up":{"uv":[3.75,10.75,2.5,10.75],"texture":"#0"},"down":{"uv":[5,10.75,3.75,10.75],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[15,115,0],"translation":[0,7,4],"scale":[0.55,0.55,0.55]},"thirdperson_lefthand":{"rotation":[15,115,0],"translation":[0,7,4],"scale":[0.55,0.55,0.55]},"firstperson_righthand":{"rotation":[150,70,-150],"translation":[15,-2,-15]},"firstperson_lefthand":{"rotation":[150,70,-150],"translation":[15,-2,-15]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/relik/voodoo_doll.json b/assets/minecraft/models/item/wynn/skin/relik/voodoo_doll.json new file mode 100644 index 000000000..a6c4e24b2 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/relik/voodoo_doll.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/voodoo","particle":"skins/voodoo"},"elements":[{"from":[5.98703,4.96087,6.19301],"to":[9.96703,8.94087,10.17301],"rotation":{"angle":-45,"axis":"x","origin":[8.41949,3.258,6.44247]},"faces":{"north":{"uv":[0,0,8,8],"texture":"#0"},"east":{"uv":[0,3,8,11],"texture":"#0"},"south":{"uv":[0,0,8,8],"texture":"#0"},"west":{"uv":[0,0,8,8],"texture":"#0"},"up":{"uv":[0,0,8,8],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,8,8],"rotation":90,"texture":"#0"}}},{"from":[9.71398,-0.5525,5.83218],"to":[11.69398,4.4275,7.81218],"rotation":{"angle":22.5,"axis":"z","origin":[10.70398,2,6.82218]},"faces":{"north":{"uv":[0,0,10,4],"rotation":270,"texture":"#0"},"east":{"uv":[0,0,10,4],"rotation":90,"texture":"#0"},"south":{"uv":[5,0,15,4],"rotation":90,"texture":"#0"},"west":{"uv":[0,0,10,4],"rotation":270,"texture":"#0"},"up":{"uv":[2,0,6,4],"rotation":90,"texture":"#0"},"down":{"uv":[2,0,6,4],"rotation":90,"texture":"#0"}}},{"from":[5.35589,-1.51133,6.13371],"to":[7.33589,3.46867,8.11371],"rotation":{"angle":-22.5,"axis":"z","origin":[8.41949,3.258,6.44247]},"faces":{"north":{"uv":[0,0,4,10],"rotation":180,"texture":"#0"},"east":{"uv":[2,0,6,10],"rotation":180,"texture":"#0"},"south":{"uv":[3,0,7,10],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,3,7.5,13],"rotation":180,"texture":"#0"},"up":{"uv":[4,10.5,8,14.5],"rotation":270,"texture":"#0"},"down":{"uv":[0,2,4,6],"rotation":270,"texture":"#0"}}},{"from":[10.21398,-0.8025,6.33218],"to":[11.19398,5.1775,7.31218],"rotation":{"angle":22.5,"axis":"z","origin":[10.70398,2,6.82218]},"faces":{"north":{"uv":[3.5,0,5.5,12],"rotation":180,"texture":"#0"},"east":{"uv":[4,0.5,6,12.5],"rotation":180,"texture":"#0"},"south":{"uv":[4,0,16,2],"rotation":90,"texture":"#0"},"west":{"uv":[0,4,2,16],"rotation":180,"texture":"#0"},"up":{"uv":[1,0,3,2],"rotation":90,"texture":"#0"},"down":{"uv":[1,0,3,2],"rotation":90,"texture":"#0"}}},{"from":[5.85589,-1.76133,6.63371],"to":[6.83589,4.21867,7.61371],"rotation":{"angle":-22.5,"axis":"z","origin":[8.41949,3.258,6.44247]},"faces":{"north":{"uv":[0,0,12,2],"rotation":90,"texture":"#0"},"east":{"uv":[1,0,3,12],"rotation":180,"texture":"#0"},"south":{"uv":[0,1,12,3],"rotation":270,"texture":"#0"},"west":{"uv":[1,0,3,12],"texture":"#0"},"up":{"uv":[0,4,2,6],"rotation":270,"texture":"#0"},"down":{"uv":[0,1,2,3],"rotation":270,"texture":"#0"}}},{"from":[8.67564,-1.64,4.1624],"to":[10.65564,0.34,9.1424],"rotation":{"angle":-22.5,"axis":"y","origin":[8.41949,3.258,6.44247]},"faces":{"north":{"uv":[9,4,5,8],"rotation":270,"texture":"#0"},"east":{"uv":[0,5.5,10,1.5],"rotation":180,"texture":"#0"},"south":{"uv":[4,0,0,4],"texture":"#0"},"west":{"uv":[15,0,5,4],"texture":"#0"},"up":{"uv":[0,14,4,4],"rotation":180,"texture":"#0"},"down":{"uv":[2,10,6,0],"rotation":180,"texture":"#0"}}},{"from":[6.02067,-1.99959,2.61348],"to":[8.00067,-0.01959,7.59348],"rotation":{"angle":-22.5,"axis":"x","origin":[8.41949,3.258,6.44247]},"faces":{"north":{"uv":[9,4,5,8],"texture":"#0"},"east":{"uv":[15,0,5,4],"texture":"#0"},"south":{"uv":[4,0,0,4],"texture":"#0"},"west":{"uv":[15,0,5,4],"texture":"#0"},"up":{"uv":[0,14,4,4],"rotation":180,"texture":"#0"},"down":{"uv":[2,10,6,0],"rotation":180,"texture":"#0"}}},{"from":[6.48703,-1.538,6.05246],"to":[9.46703,4.942,8.53246],"rotation":{"angle":-22.5,"axis":"x","origin":[8.41949,3.258,6.44247]},"faces":{"north":{"uv":[0,0,6,13],"texture":"#0"},"east":{"uv":[0,0,5,13],"rotation":180,"texture":"#0"},"south":{"uv":[3,0,9,13],"texture":"#0"},"west":{"uv":[2.5,0,7.5,13],"texture":"#0"},"up":{"uv":[0,0,5,6],"rotation":270,"texture":"#0"},"down":{"uv":[0,3,5,9],"rotation":90,"texture":"#0"}}},{"from":[5.47703,5.95087,6.68301],"to":[10.47703,7.95087,9.68301],"rotation":{"angle":-45,"axis":"x","origin":[8.41949,3.258,6.44247]},"faces":{"north":{"uv":[0,0,10,4],"texture":"#0"},"east":{"uv":[0,5.5,6,9.5],"texture":"#0"},"south":{"uv":[1.5,3.5,11.5,7.5],"texture":"#0"},"west":{"uv":[3,0,9,4],"texture":"#0"},"up":{"uv":[0,4,6,14],"rotation":270,"texture":"#0"},"down":{"uv":[0,5,6,15],"rotation":90,"texture":"#0"}}},{"from":[5.97703,-0.548,6.54246],"to":[9.97703,2.952,8.04246],"rotation":{"angle":-22.5,"axis":"x","origin":[8.41949,3.258,6.44247]},"faces":{"north":{"uv":[0,0,8,7],"texture":"#0"},"east":{"uv":[1.5,0,4.5,7],"texture":"#0"},"south":{"uv":[4,0,12,7],"texture":"#0"},"west":{"uv":[1.5,0,4.5,7],"texture":"#0"},"up":{"uv":[0,4,3,12],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,3,12],"rotation":90,"texture":"#0"}}},{"from":[6.47703,5.95087,5.68301],"to":[9.47703,7.95087,10.68301],"rotation":{"angle":-45,"axis":"x","origin":[8.41949,3.258,6.44247]},"faces":{"north":{"uv":[9,2.5,15,6.5],"texture":"#0"},"east":{"uv":[5,0,15,4],"texture":"#0"},"south":{"uv":[3,0,9,4],"texture":"#0"},"west":{"uv":[5,0,15,4],"texture":"#0"},"up":{"uv":[0,0,10,6],"rotation":90,"texture":"#0"},"down":{"uv":[3,0,9,10],"texture":"#0"}}},{"from":[6.97703,-0.548,5.79246],"to":[8.97703,3.952,8.79246],"rotation":{"angle":-22.5,"axis":"x","origin":[8.41949,3.258,6.44247]},"faces":{"north":{"uv":[3.5,6,7.5,15],"texture":"#0"},"east":{"uv":[3,0,9,9],"texture":"#0"},"south":{"uv":[2,0,6,9],"texture":"#0"},"west":{"uv":[3,0,9,9],"texture":"#0"},"up":{"uv":[0,4,4,10],"texture":"#0"},"down":{"uv":[2,0,6,6],"texture":"#0"}}},{"from":[6.47703,4.45087,7.18301],"to":[9.47703,9.45087,9.18301],"rotation":{"angle":-45,"axis":"x","origin":[8.41949,3.258,6.44247]},"faces":{"north":{"uv":[0,0,10,6],"rotation":90,"texture":"#0"},"east":{"uv":[0,2,10,6],"rotation":90,"texture":"#0"},"south":{"uv":[3,0,9,10],"texture":"#0"},"west":{"uv":[0,2,10,6],"rotation":270,"texture":"#0"},"up":{"uv":[1.5,2,7.5,6],"rotation":180,"texture":"#0"},"down":{"uv":[3,0,9,4],"texture":"#0"}}},{"from":[6.97589,4.39285,5.88879],"to":[8.97589,6.39285,7.88879],"rotation":{"angle":0,"axis":"x","origin":[8.41949,3.258,6.44247]},"faces":{"north":{"uv":[0,0,4,4],"rotation":180,"texture":"#0"},"east":{"uv":[0,2,4,6],"rotation":90,"texture":"#0"},"south":{"uv":[2,0,6,4],"texture":"#0"},"west":{"uv":[0,2,4,6],"rotation":270,"texture":"#0"},"up":{"uv":[0,4,4,8],"rotation":180,"texture":"#0"},"down":{"uv":[2,0,6,4],"texture":"#0"}}},{"from":[5.47803,5.45187,7.18401],"to":[10.47603,8.44987,9.18201],"rotation":{"angle":-45,"axis":"x","origin":[8.41949,3.258,6.44247]},"faces":{"north":{"uv":[0,0,10,6],"rotation":180,"texture":"#0"},"east":{"uv":[2,12,8,16],"rotation":90,"texture":"#0"},"south":{"uv":[0,5,6,15],"rotation":270,"texture":"#0"},"west":{"uv":[0,2,6,6],"rotation":270,"texture":"#0"},"up":{"uv":[0,4,10,8],"rotation":180,"texture":"#0"},"down":{"uv":[3.5,4.5,13.5,8.5],"texture":"#0"}}},{"from":[5.97803,-1.047,7.04346],"to":[9.97603,2.451,7.54146],"rotation":{"angle":-22.5,"axis":"x","origin":[8.41949,3.258,6.44247]},"faces":{"north":{"uv":[0,0,7,8],"rotation":270,"texture":"#0"},"east":{"uv":[0,0.5,7,1.5],"rotation":90,"texture":"#0"},"south":{"uv":[0,4,7,12],"rotation":270,"texture":"#0"},"west":{"uv":[0,0.5,7,1.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,4,8,5],"rotation":180,"texture":"#0"},"down":{"uv":[4,0,12,1],"texture":"#0"}}},{"from":[6.97803,5.45187,5.68401],"to":[8.97603,8.44987,10.68201],"rotation":{"angle":-45,"axis":"x","origin":[8.41949,3.258,6.44247]},"faces":{"north":{"uv":[10,1.5,14,7.5],"texture":"#0"},"east":{"uv":[0,5,6,15],"rotation":270,"texture":"#0"},"south":{"uv":[0,2,6,6],"rotation":270,"texture":"#0"},"west":{"uv":[0,5,6,15],"rotation":270,"texture":"#0"},"up":{"uv":[0,0,10,4],"rotation":90,"texture":"#0"},"down":{"uv":[0,2,10,6],"rotation":270,"texture":"#0"}}},{"from":[10.20498,-0.0615,5.57318],"to":[11.20298,3.9365,8.07118],"rotation":{"angle":22.5,"axis":"z","origin":[10.70398,2,6.82218]},"faces":{"north":{"uv":[0,0,2,8],"texture":"#0"},"east":{"uv":[0,0,5,8],"texture":"#0"},"south":{"uv":[0,0,2,8],"texture":"#0"},"west":{"uv":[0,0,8,5],"rotation":270,"texture":"#0"},"up":{"uv":[0,2.5,2,7.5],"texture":"#0"},"down":{"uv":[0,2.5,2,7.5],"texture":"#0"}}},{"from":[5.84689,-1.02033,5.87471],"to":[6.84489,2.97767,8.37271],"rotation":{"angle":-22.5,"axis":"z","origin":[8.41949,3.258,6.44247]},"faces":{"north":{"uv":[0,2,2,10],"rotation":180,"texture":"#0"},"east":{"uv":[2.5,0,7.5,8],"rotation":180,"texture":"#0"},"south":{"uv":[1,0,3,8],"rotation":180,"texture":"#0"},"west":{"uv":[2.5,0,7.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[0,4,2,9],"rotation":180,"texture":"#0"},"down":{"uv":[1,0,3,5],"rotation":180,"texture":"#0"}}},{"from":[8.41664,-1.149,4.6534],"to":[10.91464,-0.151,8.6514],"rotation":{"angle":-22.5,"axis":"y","origin":[8.41949,3.258,6.44247]},"faces":{"north":{"uv":[0,7.5,2,2.5],"rotation":270,"texture":"#0"},"east":{"uv":[0,12,2,4],"rotation":90,"texture":"#0"},"south":{"uv":[0,5,2,0],"rotation":270,"texture":"#0"},"west":{"uv":[0,12,2,4],"rotation":270,"texture":"#0"},"up":{"uv":[0,12,5,4],"rotation":180,"texture":"#0"},"down":{"uv":[2.5,8,7.5,0],"texture":"#0"}}},{"from":[5.76167,-1.50859,3.10448],"to":[7.25967,-0.51059,7.10248],"rotation":{"angle":-22.5,"axis":"x","origin":[8.41949,3.258,6.44247]},"faces":{"north":{"uv":[0,4.5,2,1.5],"rotation":270,"texture":"#0"},"east":{"uv":[0,12,2,4],"rotation":90,"texture":"#0"},"south":{"uv":[0,3,2,0],"rotation":270,"texture":"#0"},"west":{"uv":[0,12,2,4],"rotation":270,"texture":"#0"},"up":{"uv":[0,12,3,4],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,8,4.5,0],"texture":"#0"}}},{"from":[7.48803,-1.037,5.80346],"to":[8.46603,4.441,8.78146],"rotation":{"angle":-22.5,"axis":"x","origin":[8.41949,3.258,6.44247]},"faces":{"north":{"uv":[0,0,11,2],"rotation":90,"texture":"#0"},"east":{"uv":[0,3,11,9],"rotation":270,"texture":"#0"},"south":{"uv":[0,1,11,3],"rotation":270,"texture":"#0"},"west":{"uv":[0,3,11,9],"rotation":270,"texture":"#0"},"up":{"uv":[0,4,6,6],"rotation":270,"texture":"#0"},"down":{"uv":[0,1,6,3],"rotation":270,"texture":"#0"}}},{"from":[6.97803,4.45187,6.68401],"to":[8.97603,9.44987,9.68201],"rotation":{"angle":-45,"axis":"x","origin":[8.41949,3.258,6.44247]},"faces":{"north":{"uv":[0,0,10,4],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,10,6],"rotation":90,"texture":"#0"},"south":{"uv":[0,2,10,6],"rotation":270,"texture":"#0"},"west":{"uv":[3,0,9,10],"rotation":180,"texture":"#0"},"up":{"uv":[0,4,6,8],"rotation":270,"texture":"#0"},"down":{"uv":[0,2,6,6],"rotation":270,"texture":"#0"}}},{"from":[9.45498,-0.0615,6.32318],"to":[11.95298,3.9365,7.32118],"rotation":{"angle":22.5,"axis":"z","origin":[10.70398,2,6.82218]},"faces":{"north":{"uv":[0,0,5,8],"texture":"#0"},"east":{"uv":[0,0,2,8],"texture":"#0"},"south":{"uv":[0,0,8,5],"rotation":270,"texture":"#0"},"west":{"uv":[0,0,8,2],"rotation":270,"texture":"#0"},"up":{"uv":[1,0,3,5],"rotation":270,"texture":"#0"},"down":{"uv":[1,0,3,5],"rotation":90,"texture":"#0"}}},{"from":[5.09689,-1.02033,6.62471],"to":[7.59489,2.97767,7.62271],"rotation":{"angle":-22.5,"axis":"z","origin":[8.41949,3.258,6.44247]},"faces":{"north":{"uv":[0,0,5,8],"rotation":180,"texture":"#0"},"east":{"uv":[1,0,3,8],"rotation":180,"texture":"#0"},"south":{"uv":[2.5,0,7.5,8],"rotation":180,"texture":"#0"},"west":{"uv":[1,0,3,8],"rotation":180,"texture":"#0"},"up":{"uv":[0,4,2,9],"rotation":90,"texture":"#0"},"down":{"uv":[0,2.5,2,7.5],"rotation":270,"texture":"#0"}}},{"from":[9.16664,-1.899,4.6534],"to":[10.16464,0.599,8.6514],"rotation":{"angle":-22.5,"axis":"y","origin":[8.41949,3.258,6.44247]},"faces":{"north":{"uv":[3,0,1,5],"texture":"#0"},"east":{"uv":[0,12,5,4],"rotation":90,"texture":"#0"},"south":{"uv":[2,0,0,5],"rotation":180,"texture":"#0"},"west":{"uv":[0,12,5,4],"rotation":270,"texture":"#0"},"up":{"uv":[0,12,2,4],"rotation":180,"texture":"#0"},"down":{"uv":[1,8,3,0],"texture":"#0"}}},{"from":[6.51167,-2.25859,3.10448],"to":[7.50967,0.23941,7.10248],"rotation":{"angle":-22.5,"axis":"x","origin":[8.41949,3.258,6.44247]},"faces":{"north":{"uv":[3,0,1,5],"texture":"#0"},"east":{"uv":[0,12,5,4],"rotation":90,"texture":"#0"},"south":{"uv":[2,0,0,5],"rotation":180,"texture":"#0"},"west":{"uv":[0,12,5,4],"rotation":270,"texture":"#0"},"up":{"uv":[0,12,2,4],"rotation":180,"texture":"#0"},"down":{"uv":[1,8,3,0],"texture":"#0"}}},{"from":[7.47803,-2.047,6.54346],"to":[8.47603,5.451,8.04146],"rotation":{"angle":-22.5,"axis":"x","origin":[8.41949,3.258,6.44247]},"faces":{"north":{"uv":[0,0,15,2],"rotation":90,"texture":"#0"},"east":{"uv":[1.5,0,4.5,15],"texture":"#0"},"south":{"uv":[0,1,15,3],"rotation":270,"texture":"#0"},"west":{"uv":[1.5,0,4.5,15],"rotation":180,"texture":"#0"},"up":{"uv":[0,4,3,6],"rotation":270,"texture":"#0"},"down":{"uv":[0,1,3,3],"rotation":270,"texture":"#0"}}},{"from":[6.5707,6.53973,5.45842],"to":[7.3707,7.33973,5.70842],"rotation":{"angle":-45,"axis":"x","origin":[8.41949,3.258,6.44247]},"faces":{"north":{"uv":[12,11.5,14.5,14],"texture":"#0"},"east":{"uv":[12,11.5,14.5,12],"rotation":90,"texture":"#0"},"south":{"uv":[8.5,0,11,0.5],"rotation":90,"texture":"#0"},"west":{"uv":[12,13.5,14.5,14],"rotation":90,"texture":"#0"},"up":{"uv":[12,11.5,14.5,12],"rotation":180,"texture":"#0"},"down":{"uv":[12,13.5,14.5,14],"rotation":180,"texture":"#0"}}},{"from":[8.3707,6.36902,5.52913],"to":[9.4207,7.41902,5.77913],"rotation":{"angle":-45,"axis":"x","origin":[8.41949,3.258,6.44247]},"faces":{"north":{"uv":[12,11.5,14.5,14],"texture":"#0"},"east":{"uv":[12,11.5,14.5,12],"rotation":90,"texture":"#0"},"south":{"uv":[8.5,0,11,0.5],"rotation":90,"texture":"#0"},"west":{"uv":[12,13.5,14.5,14],"rotation":90,"texture":"#0"},"up":{"uv":[12,11.5,14.5,12],"rotation":180,"texture":"#0"},"down":{"uv":[12,13.5,14.5,14],"rotation":180,"texture":"#0"}}},{"from":[12.2308,1.5589,7.31795],"to":[12.3308,4.5589,7.41795],"rotation":{"angle":-45,"axis":"z","origin":[12.2808,3.3089,7.36795]},"faces":{"north":{"uv":[15,8,15.2,14],"rotation":180,"texture":"#0"},"east":{"uv":[15,8,15.2,14],"rotation":180,"texture":"#0"},"south":{"uv":[15,8,15.2,14],"rotation":180,"texture":"#0"},"west":{"uv":[15,8,15.2,14],"texture":"#0"},"up":{"uv":[15,8,15.2,14],"rotation":90,"texture":"#0"},"down":{"uv":[15,8,15.2,14],"rotation":270,"texture":"#0"}}},{"from":[8.14364,3.15468,3.28277],"to":[8.24364,3.25468,6.28277],"rotation":{"angle":45,"axis":"y","origin":[8.41949,3.258,6.44247]},"faces":{"north":{"uv":[15,8,15.2,14],"rotation":270,"texture":"#0"},"east":{"uv":[15,8,15.2,14],"rotation":270,"texture":"#0"},"south":{"uv":[15,8,15.2,14],"rotation":270,"texture":"#0"},"west":{"uv":[15,8,15.2,14],"rotation":270,"texture":"#0"},"up":{"uv":[15,8,15.2,14],"rotation":180,"texture":"#0"},"down":{"uv":[15,8,15.2,14],"texture":"#0"}}},{"from":[12.1308,4.4089,7.21795],"to":[12.4308,4.7089,7.51795],"rotation":{"angle":-45,"axis":"z","origin":[12.2808,3.3089,7.36795]},"faces":{"north":{"uv":[15,15,16,16],"rotation":180,"texture":"#0"},"east":{"uv":[15,15,16,16],"rotation":180,"texture":"#0"},"south":{"uv":[15,15,16,16],"rotation":180,"texture":"#0"},"west":{"uv":[15,15,16,16],"texture":"#0"},"up":{"uv":[15,15,16,16],"rotation":90,"texture":"#0"},"down":{"uv":[15,15,16,16],"rotation":270,"texture":"#0"}}},{"from":[8.04364,3.05468,3.13277],"to":[8.34364,3.35468,3.43277],"rotation":{"angle":45,"axis":"y","origin":[8.41949,3.258,6.44247]},"faces":{"north":{"uv":[15,15,16,16],"rotation":270,"texture":"#0"},"east":{"uv":[15,15,16,16],"rotation":270,"texture":"#0"},"south":{"uv":[15,15,16,16],"rotation":270,"texture":"#0"},"west":{"uv":[15,15,16,16],"rotation":270,"texture":"#0"},"up":{"uv":[15,15,16,16],"rotation":180,"texture":"#0"},"down":{"uv":[15,15,16,16],"texture":"#0"}}},{"from":[7.76595,5.29082,0.28415],"to":[7.86595,5.39082,3.28415],"rotation":{"angle":-22.5,"axis":"y","origin":[8.41949,3.258,6.44247]},"faces":{"north":{"uv":[15,8,15.2,14],"rotation":90,"texture":"#0"},"east":{"uv":[15,8,15.2,14],"rotation":90,"texture":"#0"},"south":{"uv":[15,8,15.2,14],"rotation":90,"texture":"#0"},"west":{"uv":[15,8,15.2,14],"rotation":90,"texture":"#0"},"up":{"uv":[15,8,15.2,14],"texture":"#0"},"down":{"uv":[15,8,15.2,14],"rotation":180,"texture":"#0"}}},{"from":[7.66595,5.19082,0.18415],"to":[7.96595,5.49082,0.48415],"rotation":{"angle":-22.5,"axis":"y","origin":[8.41949,3.258,6.44247]},"faces":{"north":{"uv":[15,15,16,16],"texture":"#0"},"east":{"uv":[15,15,16,16],"texture":"#0"},"south":{"uv":[15,15,16,16],"texture":"#0"},"west":{"uv":[15,15,16,16],"texture":"#0"},"up":{"uv":[15,15,16,16],"rotation":270,"texture":"#0"},"down":{"uv":[15,15,16,16],"rotation":90,"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[12,68,-1],"translation":[1.5,4.25,0.5]},"thirdperson_lefthand":{"rotation":[18,43,-1],"translation":[1.5,4.25,0.5]},"firstperson_righthand":{"rotation":[-62,130,16],"translation":[-2,6.75,2],"scale":[0.7,0.7,0.7]},"firstperson_lefthand":{"rotation":[-62,130,16],"translation":[-2,6.75,2],"scale":[0.7,0.7,0.7]},"gui":{"rotation":[-14,153,34],"translation":[5,4.75,0],"scale":[1.3,1.3,1.3]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/ancient_halberd.json b/assets/minecraft/models/item/wynn/skin/spear/ancient_halberd.json new file mode 100644 index 000000000..6ed16d0f9 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/ancient_halberd.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/ancient/ancient_common","1":"skins/ancient/ancient_halberd","2":"skins/ancient/ancient_pulse","particle":"skins/ancient/ancient_common"},"elements":[{"from":[5.5,23,8],"to":[10.5,31,8],"rotation":{"angle":45,"axis":"y","origin":[8,21,8]},"faces":{"north":{"uv":[11,0,16,8],"texture":"#0"},"south":{"uv":[11,0,16,8],"texture":"#0"}}},{"from":[6,-5,6],"to":[10,-1,10],"rotation":{"angle":45,"axis":"y","origin":[8,14.5,8]},"faces":{"north":{"uv":[12,0,16,4],"texture":"#1"},"east":{"uv":[16,4,12,0],"texture":"#1"},"south":{"uv":[12,0,16,4],"texture":"#1"},"west":{"uv":[16,4,12,0],"texture":"#1"},"up":{"uv":[12,4,16,8],"texture":"#1"},"down":{"uv":[12,8,16,12],"texture":"#1"}}},{"from":[6.5,17,7.5],"to":[10.5,21,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[7,16,8]},"faces":{"north":{"uv":[6,2,10,6],"texture":"#1"},"south":{"uv":[10,2,6,6],"texture":"#1"},"up":{"uv":[9,2,5,3],"texture":"#1"},"down":{"uv":[11,5,7,6],"texture":"#1"}}},{"from":[15.5,11,7.5],"to":[16.5,23,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[7,16,8]},"faces":{"north":{"uv":[0,0,1,12],"texture":"#1"},"east":{"uv":[0,2,1,14],"texture":"#1"},"south":{"uv":[1,0,0,12],"texture":"#1"},"west":{"uv":[0,0,1,12],"texture":"#1"},"up":{"uv":[0,0,1,1],"texture":"#1"},"down":{"uv":[0,11,1,12],"texture":"#1"}}},{"from":[13.5,15,7.5],"to":[14.5,21,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[7,16,8]},"faces":{"north":{"uv":[2,2,3,8],"texture":"#1"},"south":{"uv":[3,2,2,8],"texture":"#1"},"west":{"uv":[2,2,3,8],"texture":"#1"},"up":{"uv":[2,2,3,3],"texture":"#1"},"down":{"uv":[2,7,3,8],"texture":"#1"}}},{"from":[10.5,16,7.5],"to":[13.5,21,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[7,16,8]},"faces":{"north":{"uv":[3,2,6,7],"texture":"#1"},"south":{"uv":[6,2,3,7],"texture":"#1"},"west":{"uv":[5,2,6,7],"texture":"#1"},"up":{"uv":[3,2,6,3],"texture":"#1"},"down":{"uv":[7,6,4,7],"texture":"#1"}}},{"from":[14.5,13,7.5],"to":[15.5,21,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[7,16,8]},"faces":{"north":{"uv":[1,2,2,10],"texture":"#1"},"south":{"uv":[2,2,1,10],"texture":"#1"},"west":{"uv":[1,2,2,10],"texture":"#1"},"up":{"uv":[1,2,2,3],"texture":"#1"},"down":{"uv":[1,9,2,10],"texture":"#1"}}},{"from":[5.5,16,7.5],"to":[6.5,22,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[7,16,8]},"faces":{"north":{"uv":[10,1,11,7],"texture":"#1"},"east":{"uv":[10,2,11,8],"texture":"#1"},"south":{"uv":[11,1,10,7],"texture":"#1"},"west":{"uv":[10,2,11,8],"texture":"#1"},"up":{"uv":[10,1,11,2],"texture":"#1"},"down":{"uv":[10,6,11,7],"texture":"#1"}}},{"from":[8,23,5.5],"to":[8,31,10.5],"rotation":{"angle":45,"axis":"y","origin":[8,21,8]},"faces":{"east":{"uv":[11,0,16,8],"texture":"#0"},"west":{"uv":[11,0,16,8],"texture":"#0"}}},{"from":[7,-1,7],"to":[9,11,9],"rotation":{"angle":0,"axis":"y","origin":[0,-2,0]},"faces":{"north":{"uv":[0,0,2,12],"texture":"#0"},"east":{"uv":[0,0,2,12],"texture":"#0"},"south":{"uv":[0,0,2,12],"texture":"#0"},"west":{"uv":[0,0,2,12],"texture":"#0"}}},{"from":[6,11,6],"to":[10,15,10],"rotation":{"angle":45,"axis":"y","origin":[8,12.5,8]},"faces":{"north":{"uv":[16,4,12,0],"texture":"#1"},"east":{"uv":[12,0,16,4],"texture":"#1"},"south":{"uv":[16,4,12,0],"texture":"#1"},"west":{"uv":[12,0,16,4],"texture":"#1"},"up":{"uv":[12,4,16,8],"texture":"#1"},"down":{"uv":[12,8,16,12],"texture":"#1"}}},{"from":[6,9,8],"to":[10,10,8],"rotation":{"angle":0,"axis":"y","origin":[8,5,8]},"faces":{"north":{"uv":[0,12,4,13],"texture":"#0"},"south":{"uv":[0,12,4,13],"texture":"#0"}}},{"from":[5.5,-15,8],"to":[10.5,-7,8],"rotation":{"angle":45,"axis":"y","origin":[8,21,8]},"faces":{"north":{"uv":[11,8,16,0],"texture":"#0"},"south":{"uv":[11,8,16,0],"texture":"#0"}}},{"from":[8,-15,5.5],"to":[8,-7,10.5],"rotation":{"angle":45,"axis":"y","origin":[8,21,8]},"faces":{"east":{"uv":[11,8,16,0],"texture":"#0"},"west":{"uv":[11,8,16,0],"texture":"#0"}}},{"from":[8,9,6],"to":[8,10,10],"rotation":{"angle":0,"axis":"y","origin":[8,5,8]},"faces":{"east":{"uv":[0,12,4,13],"texture":"#0"},"west":{"uv":[0,12,4,13],"texture":"#0"}}},{"from":[6,0,8],"to":[10,1,8],"rotation":{"angle":0,"axis":"y","origin":[8,5,8]},"faces":{"north":{"uv":[0,13,4,14],"texture":"#0"},"south":{"uv":[0,12,4,13],"texture":"#0"}}},{"from":[8,0,6],"to":[8,1,10],"rotation":{"angle":0,"axis":"y","origin":[8,5,8]},"faces":{"east":{"uv":[0,12,4,13],"texture":"#0"},"west":{"uv":[0,12,4,13],"texture":"#0"}}},{"from":[8,7,2],"to":[8,15,6],"rotation":{"angle":45,"axis":"y","origin":[8,12.5,8]},"faces":{"east":{"uv":[12,8,8,16],"texture":"#1"},"west":{"uv":[8,8,12,16],"texture":"#1"}}},{"from":[10,7,8],"to":[14,15,8],"rotation":{"angle":45,"axis":"y","origin":[8,12.5,8]},"faces":{"north":{"uv":[8,8,12,16],"texture":"#1"},"south":{"uv":[12,8,8,16],"texture":"#1"}}},{"from":[8,7,10],"to":[8,15,14],"rotation":{"angle":-45,"axis":"y","origin":[8,12.5,8]},"faces":{"east":{"uv":[8,8,12,16],"texture":"#1"},"west":{"uv":[12,8,8,16],"texture":"#1"}}},{"from":[10,7,8],"to":[14,15,8],"rotation":{"angle":-45,"axis":"y","origin":[8,12.5,8]},"faces":{"north":{"uv":[8,8,12,16],"texture":"#1"},"south":{"uv":[12,8,8,16],"texture":"#1"}}},{"from":[7.5,15,8],"to":[8.5,16,8],"rotation":{"angle":45,"axis":"y","origin":[8,15,8]},"faces":{"north":{"uv":[15,0,16,1],"texture":"#1"},"south":{"uv":[15,0,16,1],"texture":"#1"}}},{"from":[8,15,7.5],"to":[8,16,8.5],"rotation":{"angle":45,"axis":"y","origin":[8,15,8]},"faces":{"east":{"uv":[15,0,16,1],"texture":"#1"},"west":{"uv":[15,0,16,1],"texture":"#1"}}},{"from":[8,-6,7.5],"to":[8,-5,8.5],"rotation":{"angle":45,"axis":"y","origin":[8,15,8]},"faces":{"east":{"uv":[12,11,13,12],"texture":"#1"},"west":{"uv":[12,11,13,12],"texture":"#1"}}},{"from":[7.5,-6,8],"to":[8.5,-5,8],"rotation":{"angle":45,"axis":"y","origin":[8,15,8]},"faces":{"north":{"uv":[12,11,13,12],"texture":"#1"},"south":{"uv":[12,11,13,12],"texture":"#1"}}},{"from":[8.5,19,8.5],"to":[7.5,18,7.5],"rotation":{"angle":22.5,"axis":"z","origin":[7,16,8]},"faces":{"east":{"uv":[7,4,8,5],"texture":"#1"},"west":{"uv":[9,4,10,5],"texture":"#1"},"up":{"uv":[8,3,9,4],"texture":"#1"},"down":{"uv":[8,5,9,6],"texture":"#1"}}},{"from":[0,15,0],"to":[16,15,16],"faces":{"up":{"uv":[0,0,16,16],"texture":"#2"},"down":{"uv":[0,0,16,16],"texture":"#2"}}}],"display":{"thirdperson_righthand":{"rotation":[5,100,0],"translation":[-2,0,2]},"thirdperson_lefthand":{"rotation":[5,-80,0],"translation":[-2,0,2]},"firstperson_righthand":{"rotation":[15,80,0],"translation":[4,-4,-5]},"firstperson_lefthand":{"rotation":[15,-100,0],"translation":[4,-4,-5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/aurora_battleaxe.json b/assets/minecraft/models/item/wynn/skin/spear/aurora_battleaxe.json new file mode 100644 index 000000000..d1033b019 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/aurora_battleaxe.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/aurora/aurora_effect_1","1":"skins/aurora/aurora_battleaxe","2":"skins/aurora/aurora_effect_2","3":"skins/aurora/aurora_effect_3","particle":"skins/aurora/aurora_battleaxe"},"elements":[{"from":[7.5,-5,7.5],"to":[8.5,15,8.5],"rotation":{"angle":0,"axis":"y","origin":[0,4,0]},"faces":{"north":{"uv":[0,2,0.5,12],"texture":"#1"},"east":{"uv":[0.5,2,1,12],"texture":"#1"},"south":{"uv":[0,2,0.5,12],"texture":"#1"},"west":{"uv":[0.5,2,1,12],"texture":"#1"}}},{"from":[7.4,2.4,7.4],"to":[8.6,3.1,8.6],"rotation":{"angle":0,"axis":"y","origin":[0,4,0]},"faces":{"north":{"uv":[3.5,3.5,3,3.75],"texture":"#1"},"east":{"uv":[3,3.5,3.5,3.75],"texture":"#1"},"south":{"uv":[3.5,3.5,3,3.75],"texture":"#1"},"west":{"uv":[3,3.5,3.5,3.75],"texture":"#1"},"up":{"uv":[6.5,3.5,6,3],"texture":"#1"},"down":{"uv":[6.5,3.5,6,3],"texture":"#1"}}},{"from":[7.4,-2.1,7.4],"to":[8.6,-1.4,8.6],"rotation":{"angle":0,"axis":"y","origin":[0,4,0]},"faces":{"north":{"uv":[3.5,3.75,3,4],"texture":"#1"},"east":{"uv":[3,3.75,3.5,4],"texture":"#1"},"south":{"uv":[3.5,3.75,3,4],"texture":"#1"},"west":{"uv":[3,3.75,3.5,4],"texture":"#1"},"up":{"uv":[7.25,3.5,6.75,3],"texture":"#1"},"down":{"uv":[8.5,5,8,4.5],"texture":"#1"}}},{"from":[6.745,14.995,7.495],"to":[9.255,19,8.505],"rotation":{"angle":0,"axis":"y","origin":[8,17,8]},"faces":{"east":{"uv":[5.5,1.5,6,3.5],"texture":"#1"},"west":{"uv":[5.5,1.5,6,3.5],"texture":"#1"},"up":{"uv":[7.75,7.5,6.5,7],"texture":"#1"},"down":{"uv":[8.75,0,7.5,0.5],"texture":"#1"}}},{"from":[7.455,15.005,6.755],"to":[8.545,18.995,9.245],"rotation":{"angle":45,"axis":"y","origin":[8,17,8]},"faces":{"north":{"uv":[5.5,4.5,6,6.5],"texture":"#1"},"south":{"uv":[5.5,4.5,6,6.5],"texture":"#1"},"up":{"uv":[8,1.75,7.5,0.5],"texture":"#1"},"down":{"uv":[2.5,7.5,2,8.75],"texture":"#1"}}},{"from":[7.455,15.005,6.755],"to":[8.545,18.995,9.245],"rotation":{"angle":-45,"axis":"y","origin":[8,17,8]},"faces":{"north":{"uv":[6,0,6.5,2],"texture":"#1"},"south":{"uv":[6,0,6.5,2],"texture":"#1"},"up":{"uv":[8,3.25,7.5,2],"texture":"#1"},"down":{"uv":[3,7.5,2.5,8.75],"texture":"#1"}}},{"from":[7.5,15,6.75],"to":[8.5,15,9.25],"rotation":{"angle":0,"axis":"y","origin":[8,17,8]},"faces":{"down":{"uv":[5.5,7,5,8.25],"texture":"#1"}}},{"from":[7.4925,20.8075,7.4925],"to":[8.5075,20.8075,8.5075],"rotation":{"angle":0,"axis":"y","origin":[8,18.75,8]},"faces":{"up":{"uv":[7.5,4,7,3.5],"texture":"#1"}}},{"from":[7.5,18.48827,8.15761],"to":[8.5,20.48327,9.15761],"rotation":{"angle":-22.5,"axis":"x","origin":[8,19,8]},"faces":{"east":{"uv":[4.5,7.5,5,8.5],"texture":"#1"},"south":{"uv":[5.5,7.5,6,8.5],"texture":"#1"},"west":{"uv":[6,7.5,6.5,8.5],"texture":"#1"}}},{"from":[6.84239,18.48827,7.5],"to":[7.84239,20.48327,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[8,19,8]},"faces":{"north":{"uv":[7.5,6,8,7],"texture":"#1"},"south":{"uv":[6.5,7.5,7,8.5],"texture":"#1"},"west":{"uv":[7,7.5,7.5,8.5],"texture":"#1"}}},{"from":[7.5,18.48827,6.84239],"to":[8.5,20.48327,7.84239],"rotation":{"angle":22.5,"axis":"x","origin":[8,19,8]},"faces":{"north":{"uv":[7.5,7.5,8,8.5],"texture":"#1"},"east":{"uv":[8,0.5,8.5,1.5],"texture":"#1"},"west":{"uv":[1,8,1.5,9],"texture":"#1"}}},{"from":[8.15761,18.48827,7.5],"to":[9.15761,20.48327,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[8,19,8]},"faces":{"north":{"uv":[1.5,8,2,9],"texture":"#1"},"east":{"uv":[8,1.5,8.5,2.5],"texture":"#1"},"south":{"uv":[8,2.5,8.5,3.5],"texture":"#1"}}},{"from":[7.495,14.995,0.745],"to":[8.505,19.005,6.755],"rotation":{"angle":0,"axis":"y","origin":[7,15,6.75]},"faces":{"north":{"uv":[6,4.5,6.5,6.5],"texture":"#1"},"east":{"uv":[3,0,0,2],"texture":"#1"},"west":{"uv":[0,0,3,2],"texture":"#1"},"up":{"uv":[4.5,7.5,4,4.5],"texture":"#1"},"down":{"uv":[5,4.5,4.5,7.5],"texture":"#1"}}},{"from":[7.495,16.645,9.245],"to":[8.505,19.005,13.255],"rotation":{"angle":0,"axis":"y","origin":[7,15,15.25]},"faces":{"east":{"uv":[5,0,3,1.25],"texture":"#1"},"south":{"uv":[4,7.5,4.5,8.75],"texture":"#1"},"west":{"uv":[3,0,5,1.25],"texture":"#1"},"up":{"uv":[7,2,6.5,0],"texture":"#1"}}},{"from":[7.5,17.45,9.55],"to":[8.5,19.45,13.9],"rotation":{"angle":-22.5,"axis":"x","origin":[7,15.45,15.55]},"faces":{"east":{"uv":[5.25,2.5,3,3.5],"texture":"#1"},"south":{"uv":[8,6,8.5,7],"texture":"#1"},"west":{"uv":[3,2.5,5.25,3.5],"texture":"#1"},"down":{"uv":[5.5,4.5,5,6.75],"texture":"#1"}}},{"from":[7.75,18.1,-0.7],"to":[8.25,19.6,-0.1],"rotation":{"angle":22.5,"axis":"x","origin":[8,16.25,3.6]},"faces":{"east":{"uv":[3.75,7,3.5,7.75],"texture":"#1"},"west":{"uv":[3.5,7,3.75,7.75],"texture":"#1"},"up":{"uv":[5.5,3.25,5.25,3],"texture":"#1"}}},{"from":[7.5,17.7,-0.1],"to":[8.5,19.6,4.55],"rotation":{"angle":22.5,"axis":"x","origin":[8,16.25,3.6]},"faces":{"north":{"uv":[8,3.5,8.5,4.5],"texture":"#1"},"east":{"uv":[5.25,1.5,3,2.5],"texture":"#1"},"west":{"uv":[3,1.5,5.25,2.5],"texture":"#1"},"up":{"uv":[3,7.25,2.5,5],"texture":"#1"}}},{"from":[7.745,14.795,-1.105],"to":[8.255,21.005,0.905],"rotation":{"angle":0,"axis":"x","origin":[8,11.3,3.25]},"faces":{"north":{"uv":[3.25,7,3.5,10],"texture":"#1"},"east":{"uv":[3,2,2,5],"texture":"#1"},"west":{"uv":[2,2,3,5],"texture":"#1"},"up":{"uv":[5.5,2.25,5.25,1.25],"texture":"#1"}}},{"from":[7.75,10.075,0.55],"to":[8.25,16.2,2.35],"rotation":{"angle":-22.5,"axis":"x","origin":[8,11.3,3.25]},"faces":{"north":{"uv":[3,7,3.25,10],"texture":"#1"},"east":{"uv":[2,2,1,5],"texture":"#1"},"west":{"uv":[1,2,2,5],"texture":"#1"},"down":{"uv":[1.25,9,1,10],"texture":"#1"}}},{"from":[7.4975,10.3975,2.3975],"to":[8.5025,16.0025,3.3525],"rotation":{"angle":-22.5,"axis":"x","origin":[8,11.3,4.1]},"faces":{"north":{"uv":[1,5,1.5,7.75],"texture":"#1"},"east":{"uv":[2,5,1.5,7.75],"texture":"#1"},"west":{"uv":[1.5,5,2,7.75],"texture":"#1"},"down":{"uv":[2,9,1.5,9.5],"texture":"#1"}}},{"from":[7.5025,10.2025,2.7375],"to":[8.4975,13.0475,3.7425],"rotation":{"angle":0,"axis":"x","origin":[8,11.3,3.25]},"faces":{"east":{"uv":[7.5,1.5,7,3],"texture":"#1"},"south":{"uv":[7,0,7.5,1.5],"texture":"#1"},"west":{"uv":[7,1.5,7.5,3],"texture":"#1"}}},{"from":[7.5,11.75,2.8],"to":[8.5,14,4.55],"rotation":{"angle":22.5,"axis":"x","origin":[7,14.75,5.5]},"faces":{"east":{"uv":[6,0,5,1.25],"texture":"#1"},"south":{"uv":[7.5,3.5,8,4.75],"texture":"#1"},"west":{"uv":[5,0,6,1.25],"texture":"#1"}}},{"from":[7.5025,13.2525,4.1025],"to":[8.4975,14.7475,5.0975],"rotation":{"angle":45,"axis":"x","origin":[7,14.75,5.5]},"faces":{"east":{"uv":[5,8.5,4.5,9.25],"texture":"#1"},"south":{"uv":[8.5,2.5,9,3.25],"texture":"#1"},"west":{"uv":[4.5,8.5,5,9.25],"texture":"#1"}}},{"from":[7.4975,15.3975,2.1375],"to":[8.5025,16.9025,6.3925],"rotation":{"angle":-22.5,"axis":"x","origin":[7,15,6.75]},"faces":{"east":{"uv":[6.25,3.5,4,4.25],"texture":"#1"},"west":{"uv":[4,3.5,6.25,4.25],"texture":"#1"},"down":{"uv":[2.5,5,2,7.25],"texture":"#1"}}},{"from":[8,4.5,8.5],"to":[8.01,12.5,16.5],"rotation":{"angle":0,"axis":"y","origin":[0,8,0]},"faces":{"east":{"uv":[16,0,0,16],"texture":"#3"},"west":{"uv":[0,0,16,16],"texture":"#3"}}},{"from":[8,4,1],"to":[8.01,12,8.5],"rotation":{"angle":0,"axis":"y","origin":[0,8,0]},"faces":{"east":{"uv":[15,0,0,16],"texture":"#2"},"west":{"uv":[0,0,15,16],"texture":"#2"}}},{"from":[8,16,-1],"to":[8.01,32,15],"rotation":{"angle":0,"axis":"x","origin":[0,1,-1]},"faces":{"east":{"uv":[16,0,0,16],"texture":"#0"},"west":{"uv":[0,0,16,16],"texture":"#0"}}},{"from":[6.25,16,7],"to":[7.25,18,9],"rotation":{"angle":0,"axis":"y","origin":[8,17,8]},"faces":{"north":{"uv":[8,7,8.5,8],"texture":"#1"},"south":{"uv":[8,8,8.5,9],"texture":"#1"},"west":{"uv":[6.5,4,7.5,5],"texture":"#1"},"up":{"uv":[9,1.5,8.5,0.5],"texture":"#1"},"down":{"uv":[9,1.5,8.5,2.5],"texture":"#1"}}},{"from":[8.75,16,7],"to":[9.75,18,9],"rotation":{"angle":0,"axis":"y","origin":[8,17,8]},"faces":{"north":{"uv":[8.5,7,8,8],"texture":"#1"},"east":{"uv":[7.5,4,6.5,5],"texture":"#1"},"south":{"uv":[8.5,8,8,9],"texture":"#1"},"up":{"uv":[8.5,1.5,9,0.5],"texture":"#1"},"down":{"uv":[8.5,1.5,9,2.5],"texture":"#1"}}},{"from":[7.505,14.705,4.555],"to":[8.495,16.195,5.045],"rotation":{"angle":22.5,"axis":"x","origin":[8,5.7,4.05]},"faces":{"east":{"uv":[6.75,2,7,2.75],"texture":"#1"},"south":{"uv":[6.5,8.5,7,9.25],"texture":"#1"},"west":{"uv":[6.75,2,7,2.75],"texture":"#1"}}},{"from":[7.505,14.705,10.955],"to":[8.495,16.195,11.445],"rotation":{"angle":-22.5,"axis":"x","origin":[8,5.7,11.95]},"faces":{"north":{"uv":[6,8.5,6.5,9.25],"texture":"#1"},"east":{"uv":[3.5,7.75,3.75,8.5],"texture":"#1"},"west":{"uv":[3.5,7.75,3.75,8.5],"texture":"#1"}}},{"from":[7,-7,7],"to":[9,-5,9],"rotation":{"angle":0,"axis":"y","origin":[8,3.5,8]},"faces":{"north":{"uv":[4,4,3,5],"texture":"#1"},"east":{"uv":[3,4,4,5],"texture":"#1"},"south":{"uv":[4,4,3,5],"texture":"#1"},"west":{"uv":[3,4,4,5],"texture":"#1"},"up":{"uv":[4,6,3,5],"texture":"#1"},"down":{"uv":[4,6,3,7],"texture":"#1"}}},{"from":[7,5,7],"to":[9,7,9],"rotation":{"angle":0,"axis":"y","origin":[8,15.5,8]},"faces":{"north":{"uv":[7.5,5,6.5,6],"texture":"#1"},"east":{"uv":[6.5,5,7.5,6],"texture":"#1"},"south":{"uv":[7.5,5,6.5,6],"texture":"#1"},"west":{"uv":[6.5,5,7.5,6],"texture":"#1"},"up":{"uv":[6.5,7.5,5.5,6.5],"texture":"#1"},"down":{"uv":[7.5,6,6.5,7],"texture":"#1"}}},{"from":[7.505,5.805,10.955],"to":[8.495,7.295,11.445],"rotation":{"angle":22.5,"axis":"x","origin":[8,16.3,11.95]},"faces":{"north":{"uv":[8.5,3.25,9,4],"texture":"#1"},"east":{"uv":[5.25,2.25,5.5,3],"texture":"#1"},"west":{"uv":[5.25,2.25,5.5,3],"texture":"#1"}}},{"from":[7.505,5.805,4.555],"to":[8.495,7.295,5.045],"rotation":{"angle":-22.5,"axis":"x","origin":[8,16.3,4.05]},"faces":{"east":{"uv":[6.5,2,6.75,2.75],"texture":"#1"},"south":{"uv":[5,8.5,5.5,9.25],"texture":"#1"},"west":{"uv":[6.5,2,6.75,2.75],"texture":"#1"}}},{"from":[7.25,-8,7.25],"to":[8.75,-7,8.75],"rotation":{"angle":0,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[7,4,6.25,3.5],"texture":"#1"},"east":{"uv":[6.25,4,7,3.5],"texture":"#1"},"south":{"uv":[7,4,6.25,3.5],"texture":"#1"},"west":{"uv":[6.25,4,7,3.5],"texture":"#1"},"down":{"uv":[8.25,5,7.5,5.75],"texture":"#1"}}},{"from":[7.505,-6.195,10.955],"to":[8.495,-4.705,11.445],"rotation":{"angle":22.5,"axis":"x","origin":[8,4.3,11.95]},"faces":{"north":{"uv":[7,8.5,7.5,9.25],"texture":"#1"},"east":{"uv":[3.5,8.5,3.75,9.25],"texture":"#1"},"west":{"uv":[3.5,8.5,3.75,9.25],"texture":"#1"}}},{"from":[7.505,-6.195,4.555],"to":[8.495,-4.705,5.045],"rotation":{"angle":-22.5,"axis":"x","origin":[8,4.3,4.05]},"faces":{"east":{"uv":[3.75,7.75,4,8.5],"texture":"#1"},"south":{"uv":[8.5,4.75,9,5.5],"texture":"#1"},"west":{"uv":[3.75,7.75,4,8.5],"texture":"#1"}}},{"from":[7.505,4.705,4.555],"to":[8.495,6.195,5.045],"rotation":{"angle":22.5,"axis":"x","origin":[8,-4.3,4.05]},"faces":{"east":{"uv":[3.75,7,4,7.75],"texture":"#1"},"south":{"uv":[8.5,4,9,4.75],"texture":"#1"},"west":{"uv":[3.75,7,4,7.75],"texture":"#1"}}},{"from":[7.505,4.705,10.955],"to":[8.495,6.195,11.445],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-4.3,11.95]},"faces":{"north":{"uv":[5.5,8.5,6,9.25],"texture":"#1"},"east":{"uv":[3.75,7,4,7.75],"texture":"#1"},"west":{"uv":[3.75,7,4,7.75],"texture":"#1"}}},{"from":[7.495,12.495,2.245],"to":[8.505,14.505,3.255],"rotation":{"angle":0,"axis":"y","origin":[0,8,0]},"faces":{"east":{"uv":[6.5,2,6,3],"texture":"#1"},"west":{"uv":[6,2,6.5,3],"texture":"#1"}}},{"from":[8,-1.35,8],"to":[8.01,2.65,9.5],"rotation":{"angle":-22.5,"axis":"x","origin":[8,2.65,9]},"faces":{"east":{"uv":[2.75,8.75,2,10.75],"texture":"#1"},"west":{"uv":[2,8.75,2.75,10.75],"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[-5,10,5],"translation":[-1,8.75,0.5],"scale":[1.4,1.4,1.4]},"thirdperson_lefthand":{"rotation":[-5,10,5],"translation":[-1,8.75,0.5],"scale":[1.4,1.4,1.4]},"firstperson_righthand":{"rotation":[-9,10,0],"translation":[1,3.25,0],"scale":[1.2,1.2,1.2]},"firstperson_lefthand":{"rotation":[-9,10,0],"translation":[1,3.25,0],"scale":[1.2,1.2,1.2]},"gui":{"rotation":[-20,160,30],"translation":[0,0.25,0],"scale":[0.65,0.65,0.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/azure_ranseur.json b/assets/minecraft/models/item/wynn/skin/spear/azure_ranseur.json new file mode 100644 index 000000000..df4129dea --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/azure_ranseur.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/azure/azure_ranseur"},"elements":[{"from":[7.35,-11,7.35],"to":[8.65,21,8.65],"faces":{"north":{"uv":[0,0,0.75,16],"texture":"#0"},"east":{"uv":[0.75,0,0,16],"texture":"#0"},"south":{"uv":[0,0,0.75,16],"texture":"#0"},"west":{"uv":[0.75,0,0,16],"texture":"#0"},"up":{"uv":[1.5,0.75,0.75,0],"texture":"#0"},"down":{"uv":[1.5,0.75,0.75,1.5],"texture":"#0"}}},{"from":[5.25,21,8],"to":[10.75,32,8],"faces":{"north":{"uv":[1.5,0,4.25,5.5],"texture":"#0"},"south":{"uv":[4.25,0,1.5,5.5],"texture":"#0"}}},{"from":[7.5,21,7.75],"to":[8.5,28,8.25],"faces":{"north":{"uv":[0.75,1.5,1.25,5],"texture":"#0"},"east":{"uv":[1.25,1.5,1.5,5],"texture":"#0"},"south":{"uv":[1.25,1.5,0.75,5],"texture":"#0"},"west":{"uv":[4.25,0,4.5,3.5],"texture":"#0"},"up":{"uv":[0.75,5,1.25,5.25],"texture":"#0"}}},{"from":[7.15,19.9,7.15],"to":[8.85,21.1,8.85],"faces":{"north":{"uv":[1.5,5.25,0.75,5.75],"texture":"#0"},"east":{"uv":[0.75,5.25,1.5,5.75],"texture":"#0"},"south":{"uv":[1.5,5.25,0.75,5.75],"texture":"#0"},"west":{"uv":[0.75,5.25,1.5,5.75],"texture":"#0"},"up":{"uv":[0.75,5.75,1.5,6.5],"texture":"#0"},"down":{"uv":[0.75,6.5,1.5,7.25],"texture":"#0"}}},{"from":[7.15,-6.1,7.15],"to":[8.85,-4.9,8.85],"faces":{"north":{"uv":[1.5,5.25,0.75,5.75],"texture":"#0"},"east":{"uv":[0.75,5.25,1.5,5.75],"texture":"#0"},"south":{"uv":[1.5,5.25,0.75,5.75],"texture":"#0"},"west":{"uv":[0.75,5.25,1.5,5.75],"texture":"#0"},"up":{"uv":[0.75,5.75,1.5,6.5],"texture":"#0"},"down":{"uv":[0.75,6.5,1.5,7.25],"texture":"#0"}}},{"from":[7.25,4.65,7.25],"to":[8.75,10.35,8.75],"faces":{"north":{"uv":[1.5,7.25,0.75,10],"texture":"#0"},"east":{"uv":[0.75,7.25,1.5,10],"texture":"#0"},"south":{"uv":[1.5,7.25,0.75,10],"texture":"#0"},"west":{"uv":[0.75,7.25,1.5,10],"texture":"#0"}}},{"from":[3.5,18,8],"to":[5.5,23,8],"rotation":{"angle":-22.5,"axis":"z","origin":[0,17,0]},"faces":{"north":{"uv":[1.5,5.5,2.5,8],"texture":"#0"},"south":{"uv":[2.5,5.5,1.5,8],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[-5,75,0],"translation":[-1,-1,2],"scale":[1.4,1.4,1.4]},"thirdperson_lefthand":{"rotation":[-5,75,0],"translation":[-1,-1,2],"scale":[1.4,1.4,1.4]},"firstperson_righthand":{"rotation":[-15,100,0],"translation":[4,-5,0]},"firstperson_lefthand":{"rotation":[-15,100,0],"translation":[4,-5,0]},"gui":{"rotation":[-15,-30,-20],"translation":[0,-1,0],"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/battle_monk_guandao.json b/assets/minecraft/models/item/wynn/skin/spear/battle_monk_guandao.json new file mode 100644 index 000000000..713f8f730 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/battle_monk_guandao.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/wood_full","2":"skins/gems","3":"skins/moon_gradient","4":"skins/soul_heart","5":"skins/lapis_gradient","particle":"skins/wood_full"},"elements":[{"from":[7.25,-10.91654,5.51568],"to":[8.75,-8.91654,7.51568],"rotation":{"angle":45,"axis":"x","origin":[8,-11.40086,8]},"faces":{"north":{"uv":[3.5,11.5,5,13.5],"texture":"#4"},"east":{"uv":[3.5,11.5,5.5,13.5],"texture":"#4"},"south":{"uv":[3.5,11.5,5.5,13],"rotation":90,"texture":"#4"},"west":{"uv":[3.5,11.5,5.5,13.5],"rotation":270,"texture":"#4"},"up":{"uv":[3.5,11.5,5,13.5],"texture":"#4"},"down":{"uv":[3.5,11.5,5,13.5],"rotation":180,"texture":"#4"}}},{"from":[7.34,-13.1971,6.81705],"to":[8.66,-10.5271,7.83705],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-11.40086,8]},"faces":{"north":{"uv":[1,11,2.3,13.65],"rotation":180,"texture":"#4"},"east":{"uv":[1,11,2,13.65],"rotation":180,"texture":"#4"},"south":{"uv":[1,11,2.3,13.65],"rotation":180,"texture":"#4"},"west":{"uv":[1,11,2,13.65],"rotation":180,"texture":"#4"},"up":{"uv":[1,11,2.3,12],"rotation":180,"texture":"#4"},"down":{"uv":[1,11,2.3,12],"rotation":180,"texture":"#4"}}},{"from":[7.34,-10.63779,7.40635],"to":[8.66,-9.61779,10.42635],"rotation":{"angle":22.5,"axis":"x","origin":[8,-11.40086,8]},"faces":{"north":{"uv":[2.3,10.5,3.6,11.5],"rotation":180,"texture":"#4"},"east":{"uv":[2.3,10.5,5.3,11.5],"rotation":180,"texture":"#4"},"south":{"uv":[2.3,10.5,3.6,11.5],"rotation":180,"texture":"#4"},"west":{"uv":[2.3,10.5,5.3,11.5],"rotation":180,"texture":"#4"},"up":{"uv":[2.3,10.5,3.6,13.5],"rotation":180,"texture":"#4"},"down":{"uv":[2.3,10.5,3.6,13.5],"rotation":180,"texture":"#4"}}},{"from":[7.33,-10.64779,5.56365],"to":[8.67,-9.60779,8.60365],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-11.40086,8]},"faces":{"north":{"uv":[2.3,10.5,3.6,11.5],"rotation":180,"texture":"#4"},"east":{"uv":[2.3,10.5,5.3,11.5],"rotation":180,"texture":"#4"},"south":{"uv":[2.3,10.5,3.6,11.5],"rotation":180,"texture":"#4"},"west":{"uv":[2.3,10.5,5.3,11.5],"rotation":180,"texture":"#4"},"up":{"uv":[2.3,10.5,3.6,13.5],"rotation":180,"texture":"#4"},"down":{"uv":[2.3,10.5,3.6,13.5],"rotation":180,"texture":"#4"}}},{"from":[7.35,-13.1871,8.17295],"to":[8.65,-10.5371,9.17295],"rotation":{"angle":22.5,"axis":"x","origin":[8,-11.40086,8]},"faces":{"north":{"uv":[1,11,2.3,13.65],"rotation":180,"texture":"#4"},"east":{"uv":[1,11,2,13.65],"rotation":180,"texture":"#4"},"south":{"uv":[1,11,2.3,13.65],"rotation":180,"texture":"#4"},"west":{"uv":[2,11,1,13.65],"rotation":180,"texture":"#4"},"up":{"uv":[1,11,2.3,12],"rotation":180,"texture":"#4"},"down":{"uv":[1,11,2.3,12],"rotation":180,"texture":"#4"}}},{"from":[7.345,-13.17726,9.19223],"to":[8.655,-12.59726,9.77223],"rotation":{"angle":45,"axis":"x","origin":[8,-11.40086,8]},"faces":{"north":{"uv":[0,11,1.3,11.57],"texture":"#4"},"east":{"uv":[0,11,0.57,11.57],"texture":"#4"},"south":{"uv":[0,11,1.3,11.57],"texture":"#4"},"west":{"uv":[0,11,0.57,11.57],"texture":"#4"},"up":{"uv":[0,11,1.3,11.57],"texture":"#4"},"down":{"uv":[0,11,1.3,11.57],"texture":"#4"}}},{"from":[7.5,-11.30172,6],"to":[8.5,-10.30172,10],"rotation":{"angle":0,"axis":"x","origin":[8,-11.40086,8]},"faces":{"north":{"uv":[1.5,11,2.5,12],"rotation":180,"texture":"#4"},"east":{"uv":[1.5,11,2.5,15],"rotation":90,"texture":"#4"},"south":{"uv":[1.5,11,2.5,12],"rotation":180,"texture":"#4"},"west":{"uv":[1.5,11,2.5,15],"rotation":90,"texture":"#4"},"up":{"uv":[1.5,11,2.5,15],"rotation":180,"texture":"#4"},"down":{"uv":[1.5,11,2.5,15],"rotation":180,"texture":"#4"}}},{"from":[7.25,13.38346,5.26568],"to":[8.75,15.88346,7.76568],"rotation":{"angle":45,"axis":"x","origin":[8,13.14914,8]},"faces":{"north":{"uv":[5,11.5,6.5,14.5],"rotation":180,"texture":"#4"},"east":{"uv":[5,11.5,8,14.5],"texture":"#4"},"south":{"uv":[5,11.5,6.5,14.5],"rotation":180,"texture":"#4"},"west":{"uv":[5,11.5,8,14.5],"rotation":270,"texture":"#4"},"up":{"uv":[5,11.5,6.5,14.5],"rotation":180,"texture":"#4"},"down":{"uv":[5,11.5,6.5,14.5],"rotation":180,"texture":"#4"}}},{"from":[7,13.73346,5.61568],"to":[9,15.53346,7.41568],"rotation":{"angle":45,"axis":"x","origin":[8,13.14914,8]},"faces":{"north":{"uv":[6.5,0.5,7,3.5],"texture":"#2"},"east":{"uv":[6.5,3.5,9.5,0.5],"rotation":180,"texture":"#2"},"south":{"uv":[9,0.5,9.5,3.5],"texture":"#2"},"west":{"uv":[6.5,0.5,9.5,3.5],"texture":"#2"},"up":{"uv":[6.5,0.5,9.5,1],"rotation":90,"texture":"#2"},"down":{"uv":[9,0.5,9.5,3.5],"texture":"#2"}}},{"from":[7,-10.51654,5.86568],"to":[9,-9.21654,7.16568],"rotation":{"angle":45,"axis":"x","origin":[8,-11.35086,8]},"faces":{"north":{"uv":[4,1,4.5,3],"texture":"#2"},"east":{"uv":[4,1,6,3],"rotation":90,"texture":"#2"},"south":{"uv":[5.5,1,6,3],"texture":"#2"},"west":{"uv":[4,1,6,3],"texture":"#2"},"up":{"uv":[4,1,4.5,3],"texture":"#2"},"down":{"uv":[5.5,1,6,3],"rotation":180,"texture":"#2"}}},{"from":[7.25,10.69828,7],"to":[8.75,11.69828,9],"rotation":{"angle":0,"axis":"x","origin":[8,15.19828,8]},"faces":{"north":{"uv":[2.5,9.5,3.5,11],"rotation":90,"texture":"#4"},"east":{"uv":[2.5,9.5,3.5,11.5],"rotation":90,"texture":"#4"},"south":{"uv":[2.5,9.5,3.5,11],"rotation":90,"texture":"#4"},"west":{"uv":[2.5,9.5,3.5,11.5],"rotation":270,"texture":"#4"},"up":{"uv":[2.5,9.5,4,11.5],"texture":"#4"},"down":{"uv":[2.5,9.5,4,11.5],"rotation":180,"texture":"#4"}}},{"from":[7.35,5.79828,7.35],"to":[8.65,6.59828,8.65],"rotation":{"angle":0,"axis":"x","origin":[8,15.19828,8]},"faces":{"north":{"uv":[2.5,9.5,3.5,11],"rotation":90,"texture":"#5"},"east":{"uv":[2.5,9.5,3.5,11],"rotation":90,"texture":"#5"},"south":{"uv":[2.5,9.5,3.5,11],"rotation":90,"texture":"#5"},"west":{"uv":[2.5,9.5,3.5,11],"rotation":270,"texture":"#5"},"up":{"uv":[2.5,9.5,4,11],"texture":"#5"},"down":{"uv":[2.5,9.5,4,11],"rotation":180,"texture":"#5"}}},{"from":[7.4,4.84828,7.4],"to":[8.6,5.54828,8.6],"rotation":{"angle":0,"axis":"x","origin":[8,15.19828,8]},"faces":{"north":{"uv":[12.5,9.5,13.5,11],"rotation":90,"texture":"#5"},"east":{"uv":[12.5,9.5,13.5,11],"rotation":90,"texture":"#5"},"south":{"uv":[12.5,9.5,13.5,11],"rotation":90,"texture":"#5"},"west":{"uv":[12.5,9.5,13.5,11],"rotation":270,"texture":"#5"},"up":{"uv":[12.5,9.5,14,11],"texture":"#5"},"down":{"uv":[12.5,9.5,14,11],"rotation":180,"texture":"#5"}}},{"from":[7.35,-1.20172,7.35],"to":[8.65,-0.40172,8.65],"rotation":{"angle":0,"axis":"x","origin":[8,15.19828,8]},"faces":{"north":{"uv":[2.5,9.5,3.5,11],"rotation":90,"texture":"#5"},"east":{"uv":[2.5,9.5,3.5,11],"rotation":90,"texture":"#5"},"south":{"uv":[2.5,9.5,3.5,11],"rotation":90,"texture":"#5"},"west":{"uv":[2.5,9.5,3.5,11],"rotation":270,"texture":"#5"},"up":{"uv":[2.5,9.5,4,11],"texture":"#5"},"down":{"uv":[2.5,9.5,4,11],"rotation":180,"texture":"#5"}}},{"from":[7.4,-0.15172,7.4],"to":[8.6,0.54828,8.6],"rotation":{"angle":0,"axis":"x","origin":[8,15.19828,8]},"faces":{"north":{"uv":[6.5,9.5,7.5,11],"rotation":90,"texture":"#5"},"east":{"uv":[6.5,9.5,7.5,11],"rotation":90,"texture":"#5"},"south":{"uv":[6.5,9.5,7.5,11],"rotation":90,"texture":"#5"},"west":{"uv":[6.5,9.5,7.5,11],"rotation":270,"texture":"#5"},"up":{"uv":[6.5,9.5,8,11],"texture":"#5"},"down":{"uv":[6.5,9.5,8,11],"rotation":180,"texture":"#5"}}},{"from":[7.45,0.89828,7.45],"to":[8.55,4.49828,8.55],"rotation":{"angle":0,"axis":"x","origin":[8,15.19828,8]},"faces":{"north":{"uv":[7,10,11,11.5],"rotation":90,"texture":"#5"},"east":{"uv":[7,10,11,11.5],"rotation":90,"texture":"#5"},"south":{"uv":[7,10,11,11.5],"rotation":90,"texture":"#5"},"west":{"uv":[7,10,11,11.5],"rotation":270,"texture":"#5"},"up":{"uv":[7,10,8.5,11.5],"texture":"#5"},"down":{"uv":[7,10,8.5,11.5],"rotation":180,"texture":"#5"}}},{"from":[7.45,11.4129,6.92705],"to":[8.55,13.8629,7.72705],"rotation":{"angle":-22.5,"axis":"x","origin":[8,13.09914,8]},"faces":{"north":{"uv":[1.5,12,4.15,13],"rotation":270,"texture":"#4"},"east":{"uv":[1.5,12,4.15,13],"rotation":270,"texture":"#4"},"south":{"uv":[1.5,12,4.15,13],"rotation":270,"texture":"#4"},"west":{"uv":[1.5,12,4.15,13],"rotation":270,"texture":"#4"},"up":{"uv":[1.5,12,2.5,13.3],"rotation":270,"texture":"#4"},"down":{"uv":[1.5,12,2.5,13.3],"rotation":270,"texture":"#4"}}},{"from":[7.46,11.4229,8.28295],"to":[8.54,13.8529,9.06295],"rotation":{"angle":22.5,"axis":"x","origin":[8,13.09914,8]},"faces":{"north":{"uv":[1.5,12,4.15,13],"rotation":270,"texture":"#4"},"east":{"uv":[1.5,12,4.15,13],"rotation":270,"texture":"#4"},"south":{"uv":[1.5,12,4.15,13],"rotation":270,"texture":"#4"},"west":{"uv":[1.5,12,4.15,13],"rotation":270,"texture":"#4"},"up":{"uv":[1.5,12,2.5,13.3],"rotation":270,"texture":"#4"},"down":{"uv":[1.5,12,2.5,13.3],"rotation":270,"texture":"#4"}}},{"from":[7.34,13.86221,7.40635],"to":[8.66,14.88221,9.42635],"rotation":{"angle":22.5,"axis":"x","origin":[8,13.09914,8]},"faces":{"north":{"uv":[3.5,14.5,5.5,15.5],"texture":"#4"},"east":{"uv":[5.5,14.5,3.5,15.5],"texture":"#4"},"south":{"uv":[3.5,8,4.5,9.5],"rotation":270,"texture":"#4"},"west":{"uv":[3.5,14.5,5.5,15.5],"texture":"#4"},"up":{"uv":[2,11,4,12.5],"rotation":90,"texture":"#4"},"down":{"uv":[3.5,14.5,5.5,15.5],"texture":"#4"}}},{"from":[7.34,13.86221,6.57365],"to":[8.66,14.88221,8.59365],"rotation":{"angle":-22.5,"axis":"x","origin":[8,13.09914,8]},"faces":{"north":{"uv":[3.5,9.5,4.5,8],"rotation":270,"texture":"#4"},"east":{"uv":[3.5,14.5,5.5,15.5],"texture":"#4"},"south":{"uv":[5.5,14.5,3.5,15.5],"texture":"#4"},"west":{"uv":[5.5,14.5,3.5,15.5],"texture":"#4"},"up":{"uv":[4,11,2,12.5],"rotation":90,"texture":"#4"},"down":{"uv":[3.5,15.5,5.5,14.5],"texture":"#4"}}},{"from":[7.33,15.60607,7.39635],"to":[8.67,16.64607,10.43635],"rotation":{"angle":-22.5,"axis":"x","origin":[8,17.39914,8]},"faces":{"north":{"uv":[5.5,10,8.5,11],"texture":"#4"},"east":{"uv":[8.5,10,5.5,11],"texture":"#4"},"south":{"uv":[7.5,12.5,8.5,11],"rotation":270,"texture":"#4"},"west":{"uv":[5.5,10,8.5,11],"texture":"#4"},"up":{"uv":[6.5,12.5,9.5,14],"rotation":90,"texture":"#4"},"down":{"uv":[5,12,8,13.5],"rotation":270,"texture":"#4"}}},{"from":[7.33,15.60607,5.56365],"to":[8.67,16.64607,8.60365],"rotation":{"angle":22.5,"axis":"x","origin":[8,17.39914,8]},"faces":{"north":{"uv":[7.5,12.5,8.5,11],"rotation":270,"texture":"#4"},"east":{"uv":[5.5,10,8.5,11],"texture":"#4"},"south":{"uv":[8.5,10,5.5,11],"texture":"#4"},"west":{"uv":[8.5,10,5.5,11],"texture":"#4"},"up":{"uv":[9.5,12.5,6.5,14],"rotation":90,"texture":"#4"},"down":{"uv":[8,12,5,13.5],"rotation":270,"texture":"#4"}}},{"from":[7.35,16.18538,6.82705],"to":[8.65,19.18538,7.82705],"rotation":{"angle":22.5,"axis":"x","origin":[8,17.39914,8]},"faces":{"north":{"uv":[6.5,11,9.5,12.3],"rotation":270,"texture":"#4"},"east":{"uv":[6.5,11,9.5,12],"rotation":270,"texture":"#4"},"south":{"uv":[6.5,11,9.5,12.3],"rotation":270,"texture":"#4"},"west":{"uv":[6.5,11,9.5,12],"rotation":270,"texture":"#4"},"up":{"uv":[6.5,11,7.5,12.3],"rotation":270,"texture":"#4"},"down":{"uv":[6.5,11,7.5,12.3],"rotation":270,"texture":"#4"}}},{"from":[7.34,16.17538,8.16295],"to":[8.66,19.19538,9.18295],"rotation":{"angle":-22.5,"axis":"x","origin":[8,17.39914,8]},"faces":{"north":{"uv":[6.5,11,9.5,12.3],"rotation":270,"texture":"#4"},"east":{"uv":[6.5,11,9.5,12],"rotation":270,"texture":"#4"},"south":{"uv":[6.5,11,9.5,12.3],"rotation":270,"texture":"#4"},"west":{"uv":[6.5,11,9.5,12],"rotation":270,"texture":"#4"},"up":{"uv":[6.5,11,7.5,12.3],"rotation":270,"texture":"#4"},"down":{"uv":[6.5,11,7.5,12.3],"rotation":270,"texture":"#4"}}},{"from":[7.5,16.3,6],"to":[8.5,17.3,10],"rotation":{"angle":0,"axis":"x","origin":[8,17.39914,8]},"faces":{"north":{"uv":[0,11.5,1,12.5],"texture":"#3"},"east":{"uv":[0,11.5,4,12.5],"texture":"#3"},"south":{"uv":[0,11.5,1,12.5],"texture":"#3"},"west":{"uv":[0,11.5,4,12.5],"texture":"#3"},"up":{"uv":[0,11.5,1,15.5],"texture":"#3"},"down":{"uv":[0,11.5,1,15.5],"texture":"#3"}}},{"from":[7.345,18.59554,6.22777],"to":[8.655,19.17554,6.80777],"rotation":{"angle":45,"axis":"x","origin":[8,17.39914,8]},"faces":{"north":{"uv":[8.5,11,9.07,12.3],"rotation":270,"texture":"#4"},"east":{"uv":[8.5,11,9.07,11.57],"rotation":270,"texture":"#4"},"south":{"uv":[8.5,11,9.07,12.3],"rotation":270,"texture":"#4"},"west":{"uv":[8.5,11,9.07,11.57],"rotation":270,"texture":"#4"},"up":{"uv":[8.5,11,9.07,12.3],"rotation":270,"texture":"#4"},"down":{"uv":[8.5,11,9.07,12.3],"rotation":270,"texture":"#4"}}},{"from":[7.75,16.3,6.5],"to":[8.25,25.3,9.5],"rotation":{"angle":0,"axis":"x","origin":[8,16.3,8]},"faces":{"north":{"uv":[0,10,9,10.5],"rotation":270,"texture":"#3"},"east":{"uv":[0,10,9,13],"rotation":270,"texture":"#3"},"south":{"uv":[0,10,9,10.5],"rotation":270,"texture":"#3"},"west":{"uv":[0,10,9,13],"rotation":270,"texture":"#3"},"up":{"uv":[0,10,3,10.5],"rotation":270,"texture":"#3"},"down":{"uv":[0,10,3,10.5],"rotation":270,"texture":"#3"}}},{"from":[7.74,24.44955,7.71521],"to":[8.26,27.46955,10.48521],"rotation":{"angle":22.5,"axis":"x","origin":[8,27.95955,9.22521]},"faces":{"north":{"uv":[7.5,9,10.5,9.5],"rotation":90,"texture":"#3"},"east":{"uv":[7.5,9,10.5,11.75],"rotation":90,"texture":"#3"},"south":{"uv":[7.5,9,10.5,9.5],"rotation":90,"texture":"#3"},"west":{"uv":[7.5,9,10.5,11.75],"rotation":90,"texture":"#3"},"up":{"uv":[7.5,9,10.25,9.5],"rotation":90,"texture":"#3"},"down":{"uv":[7.5,9,10.25,9.5],"rotation":90,"texture":"#3"}}},{"from":[7.75,26.66003,8.30598],"to":[8.25,28.66003,10.55598],"rotation":{"angle":45,"axis":"x","origin":[8,28.16003,9.68098]},"faces":{"north":{"uv":[6.5,8.5,8.5,9],"rotation":90,"texture":"#3"},"east":{"uv":[6.5,8.5,8.5,10.5],"rotation":90,"texture":"#3"},"south":{"uv":[6.5,8.5,8.5,9],"rotation":90,"texture":"#3"},"west":{"uv":[6.5,8.5,8.5,10.5],"rotation":90,"texture":"#3"},"up":{"uv":[6.5,8.5,8.75,9],"rotation":90,"texture":"#3"},"down":{"uv":[6.5,8.5,8.75,9],"rotation":90,"texture":"#3"}}},{"from":[7.73,28.22926,10.20157],"to":[8.27,30.26926,11.14157],"rotation":{"angle":22.5,"axis":"x","origin":[8,29.24926,9.99657]},"faces":{"north":{"uv":[4.5,9.5,6.5,10],"rotation":90,"texture":"#3"},"east":{"uv":[4.5,9.5,6.5,10.4],"rotation":90,"texture":"#3"},"south":{"uv":[4.5,9.5,6.5,10],"rotation":90,"texture":"#3"},"west":{"uv":[4.5,9.5,6.5,10.4],"rotation":90,"texture":"#3"},"up":{"uv":[4.5,9.5,5.4,10],"rotation":90,"texture":"#3"},"down":{"uv":[4.5,9.5,5.4,10],"rotation":90,"texture":"#3"}}},{"from":[7.76,27.38366,9.16704],"to":[8.24,29.36366,10.64704],"rotation":{"angle":22.5,"axis":"x","origin":[8,28.37366,9.53204]},"faces":{"north":{"uv":[5.5,10,6,12],"texture":"#3"},"east":{"uv":[5.5,10,7,12],"texture":"#3"},"south":{"uv":[5.5,10,6,12],"texture":"#3"},"west":{"uv":[5.5,10,7,12],"texture":"#3"},"up":{"uv":[5.5,10,6,11.5],"texture":"#3"},"down":{"uv":[5.5,10,6,11.5],"texture":"#3"}}},{"from":[7.74,28.9966,9.16749],"to":[8.26,29.9166,11.18749],"rotation":{"angle":-22.5,"axis":"x","origin":[8,29.4066,10.17749]},"faces":{"north":{"uv":[4.5,9.5,6.5,10.4],"texture":"#3"},"east":{"uv":[4.5,9.5,6.5,10.4],"texture":"#3"},"south":{"uv":[4.5,9.5,6.5,10.4],"texture":"#3"},"west":{"uv":[4.5,9.5,6.5,10.4],"rotation":180,"texture":"#3"},"up":{"uv":[4.5,9.5,6.5,10.4],"texture":"#3"},"down":{"uv":[4.5,9.5,6.5,10.4],"texture":"#3"}}},{"from":[7.85,16.3,6],"to":[8.15,25.3,10],"rotation":{"angle":0,"axis":"x","origin":[7.995,26.39919,10.48827]},"faces":{"north":{"uv":[0,9.5,9,9.8],"rotation":270,"texture":"#3"},"east":{"uv":[0,9.5,9,13.5],"rotation":270,"texture":"#3"},"south":{"uv":[0,9.5,9,9.8],"rotation":270,"texture":"#3"},"west":{"uv":[0,9.5,9,13.5],"rotation":270,"texture":"#3"},"up":{"uv":[0,9.5,4,9.8],"rotation":270,"texture":"#3"},"down":{"uv":[0,9.5,4,9.8],"rotation":270,"texture":"#3"}}},{"from":[7.86,22.75862,10.4488],"to":[8.14,26.73862,11.4288],"rotation":{"angle":22.5,"axis":"x","origin":[7.995,26.39919,10.48827]},"faces":{"north":{"uv":[5,11.5,9,11.8],"rotation":90,"texture":"#3"},"east":{"uv":[5,11.5,9,12.5],"rotation":90,"texture":"#3"},"south":{"uv":[5,11.5,9,11.8],"rotation":90,"texture":"#3"},"west":{"uv":[5,11.5,9,12.5],"rotation":90,"texture":"#3"},"up":{"uv":[5,11.5,6,11.8],"rotation":90,"texture":"#3"},"down":{"uv":[5,11.5,6,11.8],"rotation":90,"texture":"#3"}}},{"from":[7.865,25.66515,9.18679],"to":[8.135,26.63515,12.15679],"rotation":{"angle":-45,"axis":"x","origin":[7.995,26.39919,10.48827]},"faces":{"north":{"uv":[4,10.5,4.3,11.5],"rotation":180,"texture":"#3"},"east":{"uv":[4,10.5,7,11.5],"texture":"#3"},"south":{"uv":[4,10.5,4.3,11.5],"rotation":180,"texture":"#3"},"west":{"uv":[4,10.5,7,11.5],"rotation":180,"texture":"#3"},"up":{"uv":[4,10.5,4.3,13.5],"rotation":180,"texture":"#3"},"down":{"uv":[4,10.5,4.3,13.5],"rotation":180,"texture":"#3"}}},{"from":[7.86,27.55753,10.90608],"to":[8.14,28.03753,11.88608],"rotation":{"angle":22.5,"axis":"x","origin":[7.995,26.39919,10.48827]},"faces":{"north":{"uv":[1.5,8.5,1.8,9],"rotation":180,"texture":"#3"},"east":{"uv":[1.5,8.5,2,9.5],"rotation":270,"texture":"#3"},"south":{"uv":[1.5,8.5,1.8,9],"texture":"#3"},"west":{"uv":[1.5,8.5,2,9.5],"rotation":90,"texture":"#3"},"up":{"uv":[1.5,8.5,1.8,9.5],"rotation":180,"texture":"#3"},"down":{"uv":[1.5,8.5,1.8,9.5],"texture":"#3"}}},{"from":[7.85,28.9123,14.37386],"to":[8.13,29.5923,15.05386],"rotation":{"angle":-22.5,"axis":"x","origin":[7.995,26.39919,10.48827]},"faces":{"north":{"uv":[0,9,0.3,9.7],"rotation":180,"texture":"#3"},"east":{"uv":[0,9,0.7,9.7],"rotation":180,"texture":"#3"},"south":{"uv":[0,9,0.3,9.7],"rotation":180,"texture":"#3"},"west":{"uv":[0,9,0.7,9.7],"rotation":180,"texture":"#3"},"up":{"uv":[0,9,0.3,9.7],"texture":"#3"},"down":{"uv":[0,9,0.3,9.7],"texture":"#3"}}},{"from":[7.84,30.91375,10.46876],"to":[8.14,31.91375,11.46876],"rotation":{"angle":22.5,"axis":"x","origin":[7.995,26.39919,10.48827]},"faces":{"north":{"uv":[1.5,9,1.8,10],"rotation":180,"texture":"#3"},"east":{"uv":[1.5,9,2.5,10],"rotation":270,"texture":"#3"},"south":{"uv":[1.5,9,1.8,10],"texture":"#3"},"west":{"uv":[1.5,9,2.5,10],"rotation":90,"texture":"#3"},"up":{"uv":[1.5,9,1.8,10],"rotation":180,"texture":"#3"},"down":{"uv":[1.5,9,1.8,10],"texture":"#3"}}},{"from":[7.84,23.65608,6.75229],"to":[8.14,27.65608,9.75229],"rotation":{"angle":22.5,"axis":"x","origin":[7.995,26.39919,10.48827]},"faces":{"north":{"uv":[7,9,11,9.3],"rotation":90,"texture":"#3"},"east":{"uv":[7,9,11,12],"rotation":90,"texture":"#3"},"south":{"uv":[7,9,11,9.3],"rotation":90,"texture":"#3"},"west":{"uv":[7,9,11,12],"rotation":90,"texture":"#3"},"up":{"uv":[7,9,10,9.3],"rotation":90,"texture":"#3"},"down":{"uv":[7,9,10,9.3],"rotation":90,"texture":"#3"}}},{"from":[7.85,28.33871,10.21438],"to":[8.13,30.31871,12.69438],"rotation":{"angle":-45,"axis":"x","origin":[7.995,26.39919,10.48827]},"faces":{"north":{"uv":[5,9,5.3,11],"rotation":180,"texture":"#3"},"east":{"uv":[5,9,7.5,11],"texture":"#3"},"south":{"uv":[5,9,5.3,11],"rotation":180,"texture":"#3"},"west":{"uv":[5,9,7.5,11],"rotation":180,"texture":"#3"},"up":{"uv":[5,9,5.3,11.5],"rotation":180,"texture":"#3"},"down":{"uv":[5,9,5.3,11.5],"rotation":180,"texture":"#3"}}},{"from":[7.84,29.3746,11.01651],"to":[8.14,30.8746,13.01651],"rotation":{"angle":-22.5,"axis":"x","origin":[7.995,26.39919,10.48827]},"faces":{"north":{"uv":[2,9,2.3,10.5],"rotation":180,"texture":"#3"},"east":{"uv":[2,9,4,10.5],"texture":"#3"},"south":{"uv":[2,9,2.3,10.5],"rotation":180,"texture":"#3"},"west":{"uv":[2,9,4,10.5],"rotation":180,"texture":"#3"},"up":{"uv":[2,9,2.3,11],"rotation":180,"texture":"#3"},"down":{"uv":[2,9,2.3,11],"rotation":180,"texture":"#3"}}},{"from":[7.855,27.82652,12.90222],"to":[8.125,28.79652,14.87222],"rotation":{"angle":-45,"axis":"x","origin":[7.995,26.39919,10.48827]},"faces":{"north":{"uv":[2.5,9,2.8,10],"rotation":180,"texture":"#3"},"east":{"uv":[2.5,9,3.5,11],"rotation":270,"texture":"#3"},"south":{"uv":[2.5,9,2.8,10],"texture":"#3"},"west":{"uv":[2.5,9,3.5,11],"rotation":90,"texture":"#3"},"up":{"uv":[2.5,9,2.8,11],"rotation":180,"texture":"#3"},"down":{"uv":[2.5,9,2.8,11],"texture":"#3"}}},{"from":[7.86,27.07409,8.20067],"to":[8.12,29.53409,10.16067],"rotation":{"angle":22.5,"axis":"x","origin":[7.995,26.39919,10.48827]},"faces":{"north":{"uv":[10.5,6.5,13,6.8],"rotation":90,"texture":"#3"},"east":{"uv":[10.5,6.5,13,8.5],"rotation":90,"texture":"#3"},"south":{"uv":[10.5,6.5,13,6.8],"rotation":90,"texture":"#3"},"west":{"uv":[10.5,6.5,13,8.5],"rotation":90,"texture":"#3"},"up":{"uv":[10.5,6.5,12.5,6.8],"rotation":90,"texture":"#3"},"down":{"uv":[10.5,6.5,12.5,6.8],"rotation":90,"texture":"#3"}}},{"from":[7.855,25.03505,8.5489],"to":[8.125,27.50505,10.5189],"rotation":{"angle":0,"axis":"x","origin":[7.995,26.39919,10.48827]},"faces":{"north":{"uv":[6.5,9,9,9.3],"rotation":90,"texture":"#3"},"east":{"uv":[6.5,9,9,11],"rotation":90,"texture":"#3"},"south":{"uv":[5,8.5,7.5,8.8],"rotation":90,"texture":"#3"},"west":{"uv":[6.5,9,9,11],"rotation":90,"texture":"#3"},"up":{"uv":[6.5,9,8.5,9.3],"rotation":90,"texture":"#3"},"down":{"uv":[6.5,9,8.5,9.3],"rotation":90,"texture":"#3"}}},{"from":[7.85,30.50838,11.10599],"to":[8.13,31.48838,12.58599],"rotation":{"angle":0,"axis":"x","origin":[7.995,26.39919,10.48827]},"faces":{"north":{"uv":[2.5,9,2.8,10],"rotation":180,"texture":"#3"},"east":{"uv":[2.5,9,3.5,10.5],"rotation":270,"texture":"#3"},"south":{"uv":[2.5,9,2.8,10],"texture":"#3"},"west":{"uv":[2.5,9,3.5,10.5],"rotation":90,"texture":"#3"},"up":{"uv":[2.5,9,2.8,10.5],"rotation":180,"texture":"#3"},"down":{"uv":[2.5,9,2.8,10.5],"texture":"#3"}}},{"from":[7.5,0.3,7.5],"to":[8.5,11.3,8.5],"rotation":{"angle":0,"axis":"y","origin":[0,3.3,0]},"faces":{"north":{"uv":[0,9,11,10],"rotation":90,"texture":"#0"},"east":{"uv":[0,11,11,12],"rotation":90,"texture":"#0"},"south":{"uv":[0,9,11,10],"rotation":90,"texture":"#0"},"west":{"uv":[0,11,11,12],"rotation":90,"texture":"#0"},"up":{"uv":[0,10.5,1,11.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,10.5,1,11.5],"rotation":90,"texture":"#0"}}},{"from":[7.5,-10.2,7.5],"to":[8.5,0.3,8.5],"rotation":{"angle":0,"axis":"x","origin":[8,8.3,8]},"faces":{"north":{"uv":[0,7.5,13,8.5],"rotation":270,"texture":"#0"},"east":{"uv":[0,7.5,13,8.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,7.5,13,8.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,7.5,13,8.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,7.5,1,8.5],"rotation":270,"texture":"#0"},"down":{"uv":[0,7.5,1,8.5],"rotation":270,"texture":"#0"}}},{"from":[7.25,25.86481,12.07716],"to":[8.75,27.36481,12.08716],"rotation":{"angle":0,"axis":"x","origin":[8,26.61481,12.28216]},"faces":{"north":{"uv":[10,0.5,11.5,2],"rotation":180,"texture":"#2"},"south":{"uv":[10,0.5,11.5,2],"rotation":180,"texture":"#2"}}},{"from":[7.995,21.07622,11.27612],"to":[8.005,26.57622,13.27612],"rotation":{"angle":0,"axis":"x","origin":[8,23.57622,12.02612]},"faces":{"east":{"uv":[13.5,0.5,15.5,6],"texture":"#2"},"west":{"uv":[15.5,0.5,13.5,6],"texture":"#2"}}},{"from":[7.995,8.79094,4.34084],"to":[8.005,14.29094,6.34084],"rotation":{"angle":22.5,"axis":"x","origin":[8,11.54094,5.34084]},"faces":{"east":{"uv":[15.5,0.5,13.5,6],"texture":"#2"},"west":{"uv":[13.5,0.5,15.5,6],"texture":"#2"}}},{"from":[7.995,-15.95906,3.44084],"to":[8.005,-10.45906,5.44084],"rotation":{"angle":22.5,"axis":"x","origin":[8,-13.20906,4.44084]},"faces":{"east":{"uv":[15.5,0.5,13.5,6],"texture":"#2"},"west":{"uv":[13.5,0.5,15.5,6],"texture":"#2"}}}],"display":{"thirdperson_righthand":{"translation":[0,5.5,1],"scale":[1.52,1.52,1.52]},"thirdperson_lefthand":{"translation":[0,5.5,1],"scale":[1.52,1.52,1.52]},"firstperson_righthand":{"rotation":[-20,0,0],"translation":[0.75,0.75,1.25],"scale":[0.7,0.7,0.7]},"firstperson_lefthand":{"rotation":[-20,0,0],"translation":[0.75,0.75,1.25],"scale":[0.7,0.7,0.7]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/bonfire_spear.json b/assets/minecraft/models/item/wynn/skin/spear/bonfire_spear.json new file mode 100644 index 000000000..cf5e50854 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/bonfire_spear.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/candle","1":"wynn/weapon/anim/flame_small","3":"skins/wood_full","4":"skins/rose","particle":"skins/wood_full"},"elements":[{"from":[10.86299,14.95,8.30029],"to":[12.36299,18.95,9.30029],"rotation":{"angle":0,"axis":"y","origin":[11.61299,16.9,8.80029]},"faces":{"north":{"uv":[1,1,2.5,5],"texture":"#0"},"east":{"uv":[1,1,2,5],"texture":"#0"},"south":{"uv":[1,1.5,2.5,5.5],"texture":"#0"},"west":{"uv":[1,1.5,2,5.5],"texture":"#0"},"up":{"uv":[2.5,0.5,1.5,0],"texture":"#0"},"down":{"uv":[1.5,1,0,0],"texture":"#0"}}},{"from":[11.11299,15.05,8.05029],"to":[12.11299,19.05,9.55029],"rotation":{"angle":0,"axis":"y","origin":[11.61299,17.1,8.80029]},"faces":{"north":{"uv":[1,1.5,2,5.5],"texture":"#0"},"east":{"uv":[1,1,2.5,5],"texture":"#0"},"south":{"uv":[1,1.5,2,5.5],"texture":"#0"},"west":{"uv":[1,1.5,2.5,5.5],"texture":"#0"},"up":{"uv":[1.5,1,0,0],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,1,0,0],"rotation":90,"texture":"#0"}}},{"from":[11.10299,14.05124,7.84349],"to":[12.12299,16.57124,8.86349],"rotation":{"angle":22.5,"axis":"x","origin":[11.61299,15.49619,8.8]},"faces":{"north":{"uv":[1.5,4,2.5,6.5],"texture":"#0"},"east":{"uv":[0,4,1,6.5],"texture":"#0"},"south":{"uv":[1,5,2,7.5],"texture":"#0"},"west":{"uv":[2,4.5,3,7],"texture":"#0"},"up":{"uv":[2,4.5,1,3.5],"texture":"#0"},"down":{"uv":[2.5,7,1.5,6],"texture":"#0"}}},{"from":[11.10299,14.35124,8.73651],"to":[12.12299,16.87124,9.75651],"rotation":{"angle":-22.5,"axis":"x","origin":[11.61299,15.79619,8.8]},"faces":{"north":{"uv":[2,5,3,7.5],"texture":"#0"},"east":{"uv":[2,5,3,7.5],"texture":"#0"},"south":{"uv":[2,5,3,7.5],"texture":"#0"},"west":{"uv":[2,5,3,7.5],"texture":"#0"},"up":{"uv":[2,5.5,1,4.5],"texture":"#0"},"down":{"uv":[2,6.5,1,5.5],"texture":"#0"}}},{"from":[11.5495,14.05124,8.29],"to":[12.5695,16.57124,9.31],"rotation":{"angle":22.5,"axis":"z","origin":[11.61299,15.49619,8.8]},"faces":{"north":{"uv":[2.5,5,3.5,7.5],"texture":"#0"},"east":{"uv":[2,4.5,3,7],"texture":"#0"},"south":{"uv":[2,4.5,3,7],"texture":"#0"},"west":{"uv":[2,4.5,3,7],"texture":"#0"},"up":{"uv":[3,3.5,2,2.5],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,7,0.5,6],"rotation":90,"texture":"#0"}}},{"from":[10.65649,14.90124,8.29],"to":[11.67649,17.42124,9.31],"rotation":{"angle":-22.5,"axis":"z","origin":[11.61299,16.34619,8.8]},"faces":{"north":{"uv":[1,4,2,6.5],"texture":"#0"},"east":{"uv":[1,2.5,2,5],"texture":"#0"},"south":{"uv":[1,4,2,6.5],"texture":"#0"},"west":{"uv":[0,3.5,1,6],"texture":"#0"},"up":{"uv":[2,2,1,1],"rotation":270,"texture":"#0"},"down":{"uv":[2.5,7,1.5,6],"rotation":90,"texture":"#0"}}},{"from":[11.10299,17.82876,7.84349],"to":[12.12299,19.34876,8.46349],"rotation":{"angle":-22.5,"axis":"x","origin":[11.61299,18.90381,8.8]},"faces":{"north":{"uv":[1,0,2,1.5],"texture":"#0"},"east":{"uv":[1,0,1.6,1.5],"texture":"#0"},"south":{"uv":[1,0,2,1.5],"texture":"#0"},"west":{"uv":[1,0,1.6,1.5],"texture":"#0"},"up":{"uv":[3,1,2,0.5],"texture":"#0"},"down":{"uv":[1,2.6,0,2],"texture":"#0"}}},{"from":[10.65649,17.72876,8.29],"to":[11.27649,19.24876,9.31],"rotation":{"angle":22.5,"axis":"z","origin":[11.61299,18.80381,8.8]},"faces":{"north":{"uv":[2,0,2.6,1.5],"texture":"#0"},"east":{"uv":[2,0,3,1.5],"texture":"#0"},"south":{"uv":[2,0,2.6,1.5],"texture":"#0"},"west":{"uv":[2,0,3,1.5],"texture":"#0"},"up":{"uv":[1.5,1.1,0.5,0.5],"rotation":90,"texture":"#0"},"down":{"uv":[3,1.6,2,1],"rotation":270,"texture":"#0"}}},{"from":[11.10299,17.72876,9.33651],"to":[12.12299,19.24876,9.95651],"rotation":{"angle":22.5,"axis":"x","origin":[11.61299,18.80381,9]},"faces":{"north":{"uv":[2,0,3,1.5],"texture":"#0"},"east":{"uv":[2,0,2.6,1.5],"texture":"#0"},"south":{"uv":[2,0.5,3,2],"texture":"#0"},"west":{"uv":[2,0,2.6,1.5],"texture":"#0"},"up":{"uv":[1.5,0.5,0.5,0],"texture":"#0"},"down":{"uv":[1.5,0.6,0.5,0],"texture":"#0"}}},{"from":[12.0495,17.42876,8.29],"to":[12.6695,18.94876,9.31],"rotation":{"angle":-22.5,"axis":"z","origin":[11.71299,18.50381,8.8]},"faces":{"north":{"uv":[1,0,1.6,1.5],"texture":"#0"},"east":{"uv":[1,1,2,2.5],"texture":"#0"},"south":{"uv":[1,1,1.5,2.5],"texture":"#0"},"west":{"uv":[1,0,2,1.5],"texture":"#0"},"up":{"uv":[3,0.5,2,0],"rotation":90,"texture":"#0"},"down":{"uv":[3,0.6,2,0],"rotation":270,"texture":"#0"}}},{"from":[11.26299,17.3,7.80029],"to":[11.76299,18.8,9.80029],"rotation":{"angle":0,"axis":"y","origin":[11.76299,16.85,9.05029]},"faces":{"north":{"uv":[0,2,0.5,3.5],"texture":"#0"},"east":{"uv":[0,2,2,3.5],"texture":"#0"},"south":{"uv":[0,2,0.5,3.5],"texture":"#0"},"west":{"uv":[0,2,2,3.5],"texture":"#0"},"up":{"uv":[2,2.5,0,2],"rotation":270,"texture":"#0"},"down":{"uv":[2,3.5,0,3],"rotation":90,"texture":"#0"}}},{"from":[11.35,18.95,8.7],"to":[11.6,19.95,8.95],"rotation":{"angle":22.5,"axis":"z","origin":[11.575,19.45,8.825]},"faces":{"north":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"east":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"south":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"west":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"up":{"uv":[4.375,1,4,0.5],"texture":"#0"},"down":{"uv":[4.375,1,4,0.5],"texture":"#0"}}},{"from":[10.61299,15.4,8.55029],"to":[12.61299,16.9,9.05029],"rotation":{"angle":0,"axis":"y","origin":[11.61299,16.15,8.80029]},"faces":{"north":{"uv":[1,4,3,5.5],"texture":"#0"},"east":{"uv":[1,4,1.5,5.5],"texture":"#0"},"south":{"uv":[1,4,3,5.5],"texture":"#0"},"west":{"uv":[1,4,1.5,5.5],"texture":"#0"},"up":{"uv":[3,4.5,1,4],"rotation":180,"texture":"#0"},"down":{"uv":[2,0.5,0,0],"rotation":180,"texture":"#0"}}},{"from":[10.79,19.14,9.24],"to":[12.06,21.65,9.26],"rotation":{"angle":22.5,"axis":"x","origin":[11.425,20.77,9.25]},"faces":{"north":{"uv":[11,4,5,16],"texture":"#1"},"east":{"uv":[0,0,0,3],"texture":"#1"},"south":{"uv":[5,4,11,16],"texture":"#1"},"west":{"uv":[0,0,0,3],"texture":"#1"},"up":{"uv":[2,0,0,0],"texture":"#1"},"down":{"uv":[2,0,0,0],"texture":"#1"}}},{"from":[11.415,19.39,8.615],"to":[11.435,21.9,9.885],"rotation":{"angle":22.5,"axis":"x","origin":[11.425,20.77,9.25]},"faces":{"north":{"uv":[0,0,0,3],"texture":"#1"},"east":{"uv":[11,4,5,16],"texture":"#1"},"south":{"uv":[0,0,0,3],"texture":"#1"},"west":{"uv":[5,4,11,16],"texture":"#1"},"up":{"uv":[2,0,0,0],"rotation":90,"texture":"#1"},"down":{"uv":[2,0,0,0],"rotation":270,"texture":"#1"}}},{"from":[8.9995,-1.27124,9.54],"to":[9.6195,0.24876,10.56],"rotation":{"angle":-22.5,"axis":"z","origin":[8.66299,-0.19619,10.05]},"faces":{"north":{"uv":[1,0,1.6,1.5],"texture":"#0"},"east":{"uv":[1,1,2,2.5],"texture":"#0"},"south":{"uv":[1,1,1.5,2.5],"texture":"#0"},"west":{"uv":[1,0,2,1.5],"texture":"#0"},"up":{"uv":[3,0.5,2,0],"rotation":90,"texture":"#0"},"down":{"uv":[3,0.6,2,0],"rotation":270,"texture":"#0"}}},{"from":[7.81299,-2.25,9.55029],"to":[9.31299,0.25,10.55029],"rotation":{"angle":0,"axis":"y","origin":[8.56299,-1.8,10.05029]},"faces":{"north":{"uv":[1,1,2.5,5],"texture":"#0"},"east":{"uv":[1,1,2,5],"texture":"#0"},"south":{"uv":[1,1.5,2.5,5.5],"texture":"#0"},"west":{"uv":[1,1.5,2,5.5],"texture":"#0"},"up":{"uv":[2.5,0.5,1.5,0],"texture":"#0"},"down":{"uv":[1.5,1,0,0],"texture":"#0"}}},{"from":[8.05299,-0.97124,10.58651],"to":[9.07299,0.54876,11.20651],"rotation":{"angle":22.5,"axis":"x","origin":[8.56299,0.10381,10.25]},"faces":{"north":{"uv":[2,0,3,1.5],"texture":"#0"},"east":{"uv":[2,0,2.6,1.5],"texture":"#0"},"south":{"uv":[2,0.5,3,2],"texture":"#0"},"west":{"uv":[2,0,2.6,1.5],"texture":"#0"},"up":{"uv":[1.5,0.5,0.5,0],"texture":"#0"},"down":{"uv":[1.5,0.6,0.5,0],"texture":"#0"}}},{"from":[8.06299,-2.15,9.30029],"to":[9.06299,0.35,10.80029],"rotation":{"angle":0,"axis":"y","origin":[8.56299,-1.6,10.05029]},"faces":{"north":{"uv":[1,1.5,2,5.5],"texture":"#0"},"east":{"uv":[1,1,2.5,5],"texture":"#0"},"south":{"uv":[1,1.5,2,5.5],"texture":"#0"},"west":{"uv":[1,1.5,2.5,5.5],"texture":"#0"},"up":{"uv":[1.5,1,0,0],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,1,0,0],"rotation":90,"texture":"#0"}}},{"from":[8.3,0.25,9.95],"to":[8.55,1.25,10.2],"rotation":{"angle":22.5,"axis":"z","origin":[8.525,0.75,10.075]},"faces":{"north":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"east":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"south":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"west":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"up":{"uv":[4.375,1,4,0.5],"texture":"#0"},"down":{"uv":[4.375,1,4,0.5],"texture":"#0"}}},{"from":[7.59,0.55903,10.49433],"to":[8.86,3.06903,10.51433],"rotation":{"angle":22.5,"axis":"x","origin":[8.225,1.93903,10.50433]},"faces":{"north":{"uv":[11,4,5,16],"texture":"#1"},"east":{"uv":[0,0,0,3],"texture":"#1"},"south":{"uv":[5,4,11,16],"texture":"#1"},"west":{"uv":[0,0,0,3],"texture":"#1"},"up":{"uv":[2,0,0,0],"texture":"#1"},"down":{"uv":[2,0,0,0],"texture":"#1"}}},{"from":[8.215,0.80903,9.86933],"to":[8.235,3.31903,11.13933],"rotation":{"angle":22.5,"axis":"x","origin":[8.225,1.93903,10.50433]},"faces":{"north":{"uv":[0,0,0,3],"texture":"#1"},"east":{"uv":[11,4,5,16],"texture":"#1"},"south":{"uv":[0,0,0,3],"texture":"#1"},"west":{"uv":[5,4,11,16],"texture":"#1"},"up":{"uv":[2,0,0,0],"rotation":90,"texture":"#1"},"down":{"uv":[2,0,0,0],"rotation":270,"texture":"#1"}}},{"from":[8.05299,-0.87124,9.09349],"to":[9.07299,0.64876,9.71349],"rotation":{"angle":-22.5,"axis":"x","origin":[8.56299,0.20381,10.05]},"faces":{"north":{"uv":[1,0,2,1.5],"texture":"#0"},"east":{"uv":[1,0,1.6,1.5],"texture":"#0"},"south":{"uv":[1,0,2,1.5],"texture":"#0"},"west":{"uv":[1,0,1.6,1.5],"texture":"#0"},"up":{"uv":[3,1,2,0.5],"texture":"#0"},"down":{"uv":[1,2.6,0,2],"texture":"#0"}}},{"from":[7.60649,-0.97124,9.54],"to":[8.22649,0.54876,10.56],"rotation":{"angle":22.5,"axis":"z","origin":[8.56299,0.10381,10.05]},"faces":{"north":{"uv":[2,0,2.6,1.5],"texture":"#0"},"east":{"uv":[2,0,3,1.5],"texture":"#0"},"south":{"uv":[2,0,2.6,1.5],"texture":"#0"},"west":{"uv":[2,0,3,1.5],"texture":"#0"},"up":{"uv":[1.5,1.1,0.5,0.5],"rotation":90,"texture":"#0"},"down":{"uv":[3,1.6,2,1],"rotation":270,"texture":"#0"}}},{"from":[7.28701,18.9,11.65029],"to":[8.78701,22.9,12.65029],"rotation":{"angle":0,"axis":"y","origin":[7.99029,21.40396,12.24672]},"faces":{"north":{"uv":[2.5,1,1,5],"texture":"#0"},"east":{"uv":[2,1.5,1,5.5],"texture":"#0"},"south":{"uv":[2.5,1.5,1,5.5],"texture":"#0"},"west":{"uv":[2,1,1,5],"texture":"#0"},"up":{"uv":[1.5,0.5,2.5,0],"texture":"#0"},"down":{"uv":[0,1,1.5,0],"texture":"#0"}}},{"from":[7.53701,19,11.40029],"to":[8.53701,23,12.90029],"rotation":{"angle":0,"axis":"y","origin":[7.99029,21.40396,12.24672]},"faces":{"north":{"uv":[2,1.5,1,5.5],"texture":"#0"},"east":{"uv":[2.5,1.5,1,5.5],"texture":"#0"},"south":{"uv":[2,1.5,1,5.5],"texture":"#0"},"west":{"uv":[2.5,1,1,5],"texture":"#0"},"up":{"uv":[1.5,0,0,1],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,0,0,1],"rotation":90,"texture":"#0"}}},{"from":[7.52701,18.11326,11.95006],"to":[8.54701,20.63326,12.97006],"rotation":{"angle":22.5,"axis":"x","origin":[7.99029,21.40396,12.24672]},"faces":{"north":{"uv":[2.5,4,1.5,6.5],"texture":"#0"},"east":{"uv":[3,4.5,2,7],"texture":"#0"},"south":{"uv":[2,5,1,7.5],"texture":"#0"},"west":{"uv":[1,4,0,6.5],"texture":"#0"},"up":{"uv":[1,4.5,2,3.5],"texture":"#0"},"down":{"uv":[1.5,7,2.5,6],"texture":"#0"}}},{"from":[7.52701,18.21444,11.45947],"to":[8.54701,20.98444,12.47947],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99029,21.40396,12.24672]},"faces":{"north":{"uv":[3,5,2,7.5],"texture":"#0"},"east":{"uv":[3,5,2,7.5],"texture":"#0"},"south":{"uv":[3,5,2,7.5],"texture":"#0"},"west":{"uv":[3,5,2,7.5],"texture":"#0"},"up":{"uv":[1,5.5,2,4.5],"texture":"#0"},"down":{"uv":[1,6.5,2,5.5],"texture":"#0"}}},{"from":[7.82615,18.16815,11.64],"to":[8.84615,20.68815,12.66],"rotation":{"angle":-22.5,"axis":"z","origin":[7.99029,21.40396,12.24672]},"faces":{"north":{"uv":[3.5,5,2.5,7.5],"texture":"#0"},"east":{"uv":[3,4.5,2,7],"texture":"#0"},"south":{"uv":[3,4.5,2,7],"texture":"#0"},"west":{"uv":[3,4.5,2,7],"texture":"#0"},"up":{"uv":[3,2.5,2,3.5],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,6,0.5,7],"rotation":90,"texture":"#0"}}},{"from":[7.22075,18.13239,11.64],"to":[8.24075,20.65239,12.66],"rotation":{"angle":22.5,"axis":"z","origin":[7.99029,21.40396,12.24672]},"faces":{"north":{"uv":[2,4,1,6.5],"texture":"#0"},"east":{"uv":[1,3.5,0,6],"texture":"#0"},"south":{"uv":[2,4,1,6.5],"texture":"#0"},"west":{"uv":[2,2.5,1,5],"texture":"#0"},"up":{"uv":[2,1,1,2],"rotation":270,"texture":"#0"},"down":{"uv":[2.5,6,1.5,7],"rotation":90,"texture":"#0"}}},{"from":[7.52701,21.70541,11.75569],"to":[8.54701,23.22541,12.37569],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99029,21.40396,12.24672]},"faces":{"north":{"uv":[2,0,1,1.5],"texture":"#0"},"east":{"uv":[1.6,0,1,1.5],"texture":"#0"},"south":{"uv":[2,0,1,1.5],"texture":"#0"},"west":{"uv":[1.6,0,1,1.5],"texture":"#0"},"up":{"uv":[2,1,3,0.5],"texture":"#0"},"down":{"uv":[0,2.6,1,2],"texture":"#0"}}},{"from":[7.85339,21.59388,11.64],"to":[8.47339,23.11388,12.66],"rotation":{"angle":-22.5,"axis":"z","origin":[7.99029,21.40396,12.24672]},"faces":{"north":{"uv":[2.6,0,2,1.5],"texture":"#0"},"east":{"uv":[3,0,2,1.5],"texture":"#0"},"south":{"uv":[2.6,0,2,1.5],"texture":"#0"},"west":{"uv":[3,0,2,1.5],"texture":"#0"},"up":{"uv":[1.5,0.5,0.5,1.1],"rotation":90,"texture":"#0"},"down":{"uv":[3,1,2,1.6],"rotation":270,"texture":"#0"}}},{"from":[7.52701,21.61553,12.16208],"to":[8.54701,23.13553,12.78208],"rotation":{"angle":22.5,"axis":"x","origin":[7.99029,21.40396,12.24672]},"faces":{"north":{"uv":[3,0,2,1.5],"texture":"#0"},"east":{"uv":[2.6,0,2,1.5],"texture":"#0"},"south":{"uv":[3,0.5,2,2],"texture":"#0"},"west":{"uv":[2.6,0,2,1.5],"texture":"#0"},"up":{"uv":[0.5,0.5,1.5,0],"texture":"#0"},"down":{"uv":[0.5,0.6,1.5,0],"texture":"#0"}}},{"from":[7.38631,21.31923,11.64],"to":[8.00631,22.83923,12.66],"rotation":{"angle":22.5,"axis":"z","origin":[7.99029,21.40396,12.24672]},"faces":{"north":{"uv":[1.6,0,1,1.5],"texture":"#0"},"east":{"uv":[2,0,1,1.5],"texture":"#0"},"south":{"uv":[1.5,1,1,2.5],"texture":"#0"},"west":{"uv":[2,1,1,2.5],"texture":"#0"},"up":{"uv":[3,0,2,0.5],"rotation":90,"texture":"#0"},"down":{"uv":[3,0,2,0.6],"rotation":270,"texture":"#0"}}},{"from":[7.88701,21.25,11.15029],"to":[8.38701,22.75,13.15029],"rotation":{"angle":0,"axis":"y","origin":[7.99029,21.40396,12.24672]},"faces":{"north":{"uv":[0.5,2,0,3.5],"texture":"#0"},"east":{"uv":[2,2,0,3.5],"texture":"#0"},"south":{"uv":[0.5,2,0,3.5],"texture":"#0"},"west":{"uv":[2,2,0,3.5],"texture":"#0"},"up":{"uv":[2,2,0,2.5],"rotation":270,"texture":"#0"},"down":{"uv":[2,3,0,3.5],"rotation":90,"texture":"#0"}}},{"from":[7.2797,22.78048,12.05],"to":[7.5297,23.78048,12.3],"rotation":{"angle":-22.5,"axis":"z","origin":[7.99029,21.40396,12.24672]},"faces":{"north":{"uv":[4.375,0.5,4,1.75],"texture":"#0"},"east":{"uv":[4.375,0.5,4,1.75],"texture":"#0"},"south":{"uv":[4.375,0.5,4,1.75],"texture":"#0"},"west":{"uv":[4.375,0.5,4,1.75],"texture":"#0"},"up":{"uv":[4,1,4.375,0.5],"texture":"#0"},"down":{"uv":[4,1,4.375,0.5],"texture":"#0"}}},{"from":[8.77701,20.36553,9.86208],"to":[9.79701,21.88553,10.48208],"rotation":{"angle":22.5,"axis":"x","origin":[9.24029,20.15396,9.94672]},"faces":{"north":{"uv":[3,0,2,1.5],"texture":"#0"},"east":{"uv":[2.6,0,2,1.5],"texture":"#0"},"south":{"uv":[3,0.5,2,2],"texture":"#0"},"west":{"uv":[2.6,0,2,1.5],"texture":"#0"},"up":{"uv":[0.5,0.5,1.5,0],"texture":"#0"},"down":{"uv":[0.5,0.6,1.5,0],"texture":"#0"}}},{"from":[8.63631,20.06923,9.34],"to":[9.25631,21.58923,10.36],"rotation":{"angle":22.5,"axis":"z","origin":[9.24029,20.15396,9.94672]},"faces":{"north":{"uv":[1.6,0,1,1.5],"texture":"#0"},"east":{"uv":[2,0,1,1.5],"texture":"#0"},"south":{"uv":[1.5,1,1,2.5],"texture":"#0"},"west":{"uv":[2,1,1,2.5],"texture":"#0"},"up":{"uv":[3,0,2,0.5],"rotation":90,"texture":"#0"},"down":{"uv":[3,0,2,0.6],"rotation":270,"texture":"#0"}}},{"from":[8.53701,17.65,9.35029],"to":[10.03701,21.65,10.35029],"rotation":{"angle":0,"axis":"y","origin":[9.24029,20.15396,9.94672]},"faces":{"north":{"uv":[2.5,1,1,5],"texture":"#0"},"east":{"uv":[2,1.5,1,5.5],"texture":"#0"},"south":{"uv":[2.5,1.5,1,5.5],"texture":"#0"},"west":{"uv":[2,1,1,5],"texture":"#0"},"up":{"uv":[1.5,0.5,2.5,0],"texture":"#0"},"down":{"uv":[0,1,1.5,0],"texture":"#0"}}},{"from":[8.77701,20.45541,9.45569],"to":[9.79701,21.97541,10.07569],"rotation":{"angle":-22.5,"axis":"x","origin":[9.24029,20.15396,9.94672]},"faces":{"north":{"uv":[2,0,1,1.5],"texture":"#0"},"east":{"uv":[1.6,0,1,1.5],"texture":"#0"},"south":{"uv":[2,0,1,1.5],"texture":"#0"},"west":{"uv":[1.6,0,1,1.5],"texture":"#0"},"up":{"uv":[2,1,3,0.5],"texture":"#0"},"down":{"uv":[0,2.6,1,2],"texture":"#0"}}},{"from":[8.78701,17.75,9.10029],"to":[9.78701,21.75,10.60029],"rotation":{"angle":0,"axis":"y","origin":[9.24029,20.15396,9.94672]},"faces":{"north":{"uv":[2,1.5,1,5.5],"texture":"#0"},"east":{"uv":[2.5,1.5,1,5.5],"texture":"#0"},"south":{"uv":[2,1.5,1,5.5],"texture":"#0"},"west":{"uv":[2.5,1,1,5],"texture":"#0"},"up":{"uv":[1.5,0,0,1],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,0,0,1],"rotation":90,"texture":"#0"}}},{"from":[8.5297,21.53048,9.75],"to":[8.7797,22.53048,10],"rotation":{"angle":-22.5,"axis":"z","origin":[9.24029,20.15396,9.94672]},"faces":{"north":{"uv":[4.375,0.5,4,1.75],"texture":"#0"},"east":{"uv":[4.375,0.5,4,1.75],"texture":"#0"},"south":{"uv":[4.375,0.5,4,1.75],"texture":"#0"},"west":{"uv":[4.375,0.5,4,1.75],"texture":"#0"},"up":{"uv":[4,1,4.375,0.5],"texture":"#0"},"down":{"uv":[4,1,4.375,0.5],"texture":"#0"}}},{"from":[9.10339,20.34388,9.34],"to":[9.72339,21.86388,10.36],"rotation":{"angle":-22.5,"axis":"z","origin":[9.24029,20.15396,9.94672]},"faces":{"north":{"uv":[2.6,0,2,1.5],"texture":"#0"},"east":{"uv":[3,0,2,1.5],"texture":"#0"},"south":{"uv":[2.6,0,2,1.5],"texture":"#0"},"west":{"uv":[3,0,2,1.5],"texture":"#0"},"up":{"uv":[1.5,0.5,0.5,1.1],"rotation":90,"texture":"#0"},"down":{"uv":[3,1,2,1.6],"rotation":270,"texture":"#0"}}},{"from":[9.13701,20,8.85029],"to":[9.63701,21.5,10.85029],"rotation":{"angle":0,"axis":"y","origin":[9.24029,20.15396,9.94672]},"faces":{"north":{"uv":[0.5,2,0,3.5],"texture":"#0"},"east":{"uv":[2,2,0,3.5],"texture":"#0"},"south":{"uv":[0.5,2,0,3.5],"texture":"#0"},"west":{"uv":[2,2,0,3.5],"texture":"#0"},"up":{"uv":[2,2,0,2.5],"rotation":270,"texture":"#0"},"down":{"uv":[2,3,0,3.5],"rotation":90,"texture":"#0"}}},{"from":[7.03701,19.35,11.90029],"to":[9.03701,20.85,12.40029],"rotation":{"angle":0,"axis":"y","origin":[7.99029,21.40396,12.24672]},"faces":{"north":{"uv":[3,4,1,5.5],"texture":"#0"},"east":{"uv":[1.5,4,1,5.5],"texture":"#0"},"south":{"uv":[3,4,1,5.5],"texture":"#0"},"west":{"uv":[1.5,4,1,5.5],"texture":"#0"},"up":{"uv":[1,4.5,3,4],"rotation":180,"texture":"#0"},"down":{"uv":[0,0.5,2,0],"rotation":180,"texture":"#0"}}},{"from":[7.03701,17.35,12.65029],"to":[9.03701,18.85,13.15029],"rotation":{"angle":0,"axis":"y","origin":[7.99029,19.40396,12.99672]},"faces":{"north":{"uv":[3,4,1,5.5],"texture":"#0"},"east":{"uv":[1.5,4,1,5.5],"texture":"#0"},"south":{"uv":[3,4,1,5.5],"texture":"#0"},"west":{"uv":[1.5,4,1,5.5],"texture":"#0"},"up":{"uv":[1,4.5,3,4],"rotation":180,"texture":"#0"},"down":{"uv":[1,6.5,3,6],"rotation":180,"texture":"#0"}}},{"from":[7.54,22.46039,12.74433],"to":[8.81,24.97039,12.76433],"rotation":{"angle":45,"axis":"x","origin":[8.175,24.09039,12.75433]},"faces":{"north":{"uv":[5,4,11,16],"texture":"#1"},"east":{"uv":[0,0,0,3],"texture":"#1"},"south":{"uv":[11,4,5,16],"texture":"#1"},"west":{"uv":[0,0,0,3],"texture":"#1"},"up":{"uv":[0,0,2,0],"texture":"#1"},"down":{"uv":[0,0,2,0],"texture":"#1"}}},{"from":[8.165,23.21039,12.11933],"to":[8.185,25.72039,13.38933],"rotation":{"angle":45,"axis":"x","origin":[8.175,24.09039,12.75433]},"faces":{"north":{"uv":[0,0,0,3],"texture":"#1"},"east":{"uv":[5,4,11,16],"texture":"#1"},"south":{"uv":[0,0,0,3],"texture":"#1"},"west":{"uv":[11,4,5,16],"texture":"#1"},"up":{"uv":[0,0,2,0],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,2,0],"rotation":270,"texture":"#1"}}},{"from":[9.365,22.54,9.565],"to":[9.385,25.05,10.835],"rotation":{"angle":22.5,"axis":"x","origin":[9.375,23.42,9.6]},"faces":{"north":{"uv":[0,0,0,3],"texture":"#1"},"east":{"uv":[5,4,11,16],"texture":"#1"},"south":{"uv":[0,0,0,3],"texture":"#1"},"west":{"uv":[11,4,5,16],"texture":"#1"},"up":{"uv":[0,0,2,0],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,2,0],"rotation":270,"texture":"#1"}}},{"from":[8.74,21.79,10.19],"to":[10.01,24.3,10.21],"rotation":{"angle":22.5,"axis":"x","origin":[9.375,23.42,9.6]},"faces":{"north":{"uv":[5,4,11,16],"texture":"#1"},"east":{"uv":[0,0,0,3],"texture":"#1"},"south":{"uv":[11,4,5,16],"texture":"#1"},"west":{"uv":[0,0,0,3],"texture":"#1"},"up":{"uv":[0,0,2,0],"texture":"#1"},"down":{"uv":[0,0,2,0],"texture":"#1"}}},{"from":[10.25,14.3,7.25],"to":[13.25,15.3,10.25],"rotation":{"angle":-22.5,"axis":"z","origin":[11.25,15.4,8.65]},"faces":{"north":{"uv":[7.5,10,8.5,13],"rotation":270,"texture":"#3"},"east":{"uv":[7.5,10,8.5,13],"rotation":270,"texture":"#3"},"south":{"uv":[7.5,10,8.5,13],"rotation":270,"texture":"#3"},"west":{"uv":[7.5,10,8.5,13],"rotation":270,"texture":"#3"},"up":{"uv":[7.5,10,10.5,13],"rotation":270,"texture":"#3"},"down":{"uv":[7.5,10,10.5,13],"rotation":270,"texture":"#3"}}},{"from":[8.5,12.75,7.4],"to":[10.5,17.25,9.4],"rotation":{"angle":0,"axis":"x","origin":[8.25,23.25,6.15]},"faces":{"north":{"uv":[0.5,10,5,12],"rotation":270,"texture":"#3"},"east":{"uv":[0.5,10,5,12],"rotation":270,"texture":"#3"},"south":{"uv":[0.5,10,5,12],"rotation":270,"texture":"#3"},"west":{"uv":[0.5,10,5,12],"rotation":270,"texture":"#3"},"up":{"uv":[0.5,10,2.5,12],"rotation":270,"texture":"#3"},"down":{"uv":[0.5,10,2.5,12],"rotation":270,"texture":"#3"}}},{"from":[10.75,11.18701,7.84291],"to":[12.75,16.18701,9.84291],"rotation":{"angle":-22.5,"axis":"z","origin":[8.25,16.18701,6.09291]},"faces":{"north":{"uv":[0.5,10,5.5,12],"rotation":270,"texture":"#3"},"east":{"uv":[0.5,10,5.5,12],"rotation":270,"texture":"#3"},"south":{"uv":[0.5,10,5.5,12],"rotation":270,"texture":"#3"},"west":{"uv":[0.5,10,5.5,12],"rotation":270,"texture":"#3"},"up":{"uv":[0.5,10,2.5,12],"rotation":270,"texture":"#3"},"down":{"uv":[0.5,10,2.5,12],"rotation":270,"texture":"#3"}}},{"from":[5.89376,17.75,7.93137],"to":[10.64376,20.75,8.93137],"rotation":{"angle":-22.5,"axis":"y","origin":[5.94376,19.5,8.93137]},"faces":{"north":{"uv":[8,8,11.5,12.75],"rotation":270,"texture":"#3"},"east":{"uv":[8,8,11.5,9],"rotation":270,"texture":"#3"},"south":{"uv":[8,8,11.5,12.75],"rotation":270,"texture":"#3"},"west":{"uv":[8,8,11.5,9],"rotation":270,"texture":"#3"},"up":{"uv":[9.5,8,10.5,12.75],"rotation":90,"texture":"#3"},"down":{"uv":[8,8,9,12.75],"rotation":90,"texture":"#3"}}},{"from":[6.2,15.75,5.8],"to":[8.2,19.25,7.8],"rotation":{"angle":45,"axis":"y","origin":[9.55,19.75,7.8]},"faces":{"north":{"uv":[4.5,8,8,10],"rotation":270,"texture":"#3"},"east":{"uv":[4.5,8,8,10],"rotation":270,"texture":"#3"},"south":{"uv":[4.5,8,8,10],"rotation":270,"texture":"#3"},"west":{"uv":[4.5,8,8,10],"rotation":270,"texture":"#3"},"up":{"uv":[6,8,8,10],"rotation":180,"texture":"#3"},"down":{"uv":[4.5,8,6.5,10],"texture":"#3"}}},{"from":[7.13911,12.25,9.34134],"to":[9.63911,15.75,11.34134],"rotation":{"angle":22.5,"axis":"x","origin":[9.65814,15,10.81201]},"faces":{"north":{"uv":[1.5,8,5,10.5],"rotation":270,"texture":"#3"},"east":{"uv":[1.5,8,5,10],"rotation":270,"texture":"#3"},"south":{"uv":[1.5,8,5,10.5],"rotation":270,"texture":"#3"},"west":{"uv":[1.5,8,5,10],"rotation":270,"texture":"#3"},"up":{"uv":[3,8,5.5,10],"texture":"#3"},"down":{"uv":[1.5,8,4,10],"rotation":180,"texture":"#3"}}},{"from":[7.48911,10.66057,7.72546],"to":[9.98911,15.16057,10.22546],"rotation":{"angle":0,"axis":"x","origin":[8.73911,13.41057,8.97546]},"faces":{"north":{"uv":[1.5,8,6,10.5],"rotation":270,"texture":"#3"},"east":{"uv":[1.5,8,6,10.5],"rotation":270,"texture":"#3"},"south":{"uv":[1.5,8,6,10.5],"rotation":270,"texture":"#3"},"west":{"uv":[1.5,8,6,10.5],"rotation":270,"texture":"#3"},"up":{"uv":[3,8,5.5,10.5],"texture":"#3"},"down":{"uv":[1.5,8,4,10.5],"rotation":180,"texture":"#3"}}},{"from":[7.38911,10.46057,7.62546],"to":[11.08911,11.16057,10.32546],"rotation":{"angle":0,"axis":"x","origin":[8.73911,12.71057,8.97546]},"faces":{"north":{"uv":[5,1,5.5,3.5],"rotation":270,"texture":"#4"},"east":{"uv":[5,1,5.5,3.5],"rotation":270,"texture":"#4"},"south":{"uv":[5,1,5.5,3.5],"rotation":270,"texture":"#4"},"west":{"uv":[5,1,5.5,3.5],"rotation":270,"texture":"#4"},"up":{"uv":[6.5,1,9,3.5],"texture":"#4"},"down":{"uv":[5,1,7.5,3.5],"rotation":180,"texture":"#4"}}},{"from":[7.73911,6.81019,7.35957],"to":[9.73911,11.31019,9.35957],"rotation":{"angle":22.5,"axis":"x","origin":[8.73911,9.06019,8.35957]},"faces":{"north":{"uv":[0,10,4.5,12],"rotation":90,"texture":"#3"},"east":{"uv":[0.5,10.5,5,12.5],"rotation":90,"texture":"#3"},"south":{"uv":[0,8.5,4.5,10.5],"rotation":90,"texture":"#3"},"west":{"uv":[0.5,11.5,5,13.5],"rotation":90,"texture":"#3"},"up":{"uv":[0,8,2,10],"rotation":90,"texture":"#3"},"down":{"uv":[2,10,4,12],"rotation":90,"texture":"#3"}}},{"from":[7.48911,-0.13585,6.57465],"to":[9.48911,7.36415,8.57465],"rotation":{"angle":0,"axis":"x","origin":[8.48911,5.11415,7.57465]},"faces":{"north":{"uv":[4.5,9.5,12,11.5],"rotation":90,"texture":"#3"},"east":{"uv":[5,10,12.5,12],"rotation":90,"texture":"#3"},"south":{"uv":[4.5,8,12,10],"rotation":90,"texture":"#3"},"west":{"uv":[5,11,12.5,13],"rotation":90,"texture":"#3"},"up":{"uv":[4.5,7.5,6.5,9.5],"rotation":90,"texture":"#3"},"down":{"uv":[10.5,9.5,12.5,11.5],"rotation":90,"texture":"#3"}}},{"from":[7.38911,3.96415,6.47465],"to":[9.78911,7.16415,8.67465],"rotation":{"angle":0,"axis":"x","origin":[8.48911,8.11415,7.57465]},"faces":{"north":{"uv":[12.5,0,15.5,2],"rotation":90,"texture":"#4"},"east":{"uv":[5.5,1,8.5,3],"rotation":90,"texture":"#4"},"south":{"uv":[9.5,1,12.5,3],"rotation":90,"texture":"#4"},"west":{"uv":[8,1,11,3],"rotation":90,"texture":"#4"},"up":{"uv":[6.5,1.5,8.5,3.5],"rotation":90,"texture":"#4"},"down":{"uv":[6.5,1.5,8.5,3.5],"rotation":90,"texture":"#4"}}},{"from":[7.47911,3.25415,6.56465],"to":[9.49911,3.77415,8.58465],"rotation":{"angle":0,"axis":"x","origin":[8.48911,8.11415,7.57465]},"faces":{"north":{"uv":[6.5,1.5,7,3.5],"rotation":90,"texture":"#4"},"east":{"uv":[6.5,1.5,7,3.5],"rotation":90,"texture":"#4"},"south":{"uv":[6.5,1.5,7,3.5],"rotation":90,"texture":"#4"},"west":{"uv":[6.5,1.5,7,3.5],"rotation":90,"texture":"#4"},"up":{"uv":[6.5,1.5,8.5,3.5],"rotation":90,"texture":"#4"},"down":{"uv":[6.5,1.5,8.5,3.5],"rotation":90,"texture":"#4"}}},{"from":[7.63911,7.56415,6.57465],"to":[9.83911,8.26415,8.77465],"rotation":{"angle":22.5,"axis":"x","origin":[8.78911,7.36415,7.67465]},"faces":{"north":{"uv":[6.5,1.5,7,3.5],"rotation":90,"texture":"#4"},"east":{"uv":[6.5,1.5,7,3.5],"rotation":90,"texture":"#4"},"south":{"uv":[6.5,1.5,7,3.5],"rotation":90,"texture":"#4"},"west":{"uv":[6.5,1.5,7,3.5],"rotation":90,"texture":"#4"},"up":{"uv":[6.5,1.5,8.5,3.5],"rotation":90,"texture":"#4"},"down":{"uv":[6.5,1.5,8.5,3.5],"rotation":90,"texture":"#4"}}},{"from":[7.63911,8.56415,6.57465],"to":[9.83911,9.26415,8.77465],"rotation":{"angle":22.5,"axis":"x","origin":[8.78911,7.36415,7.67465]},"faces":{"north":{"uv":[3.5,1,4,3],"rotation":90,"texture":"#4"},"east":{"uv":[3.5,1,4,3],"rotation":90,"texture":"#4"},"south":{"uv":[3.5,1,4,3],"rotation":90,"texture":"#4"},"west":{"uv":[3.5,1,4,3],"rotation":90,"texture":"#4"},"up":{"uv":[3.5,1,5.5,3],"rotation":90,"texture":"#4"},"down":{"uv":[3.5,1,5.5,3],"rotation":90,"texture":"#4"}}},{"from":[7.73911,-6.86772,8.18359],"to":[9.23911,3.63228,9.68359],"rotation":{"angle":-22.5,"axis":"x","origin":[8.48911,-3.21772,8.93359]},"faces":{"north":{"uv":[8,11,15.5,12.5],"rotation":90,"texture":"#3"},"east":{"uv":[8.5,11.5,16,13],"rotation":90,"texture":"#3"},"south":{"uv":[8,9.5,15.5,11],"rotation":90,"texture":"#3"},"west":{"uv":[8.5,12.5,16,14],"rotation":90,"texture":"#3"},"up":{"uv":[8,9,9.5,10.5],"rotation":90,"texture":"#3"},"down":{"uv":[14,11,15.5,12.5],"rotation":90,"texture":"#3"}}},{"from":[8.08911,-8.71772,9.76641],"to":[9.08911,-6.21772,10.76641],"rotation":{"angle":0,"axis":"x","origin":[8.08911,-1.31772,11.76641]},"faces":{"north":{"uv":[11.5,10,14,9],"rotation":270,"texture":"#3"},"east":{"uv":[11.5,12.5,14,11.5],"rotation":270,"texture":"#3"},"south":{"uv":[11.5,11.5,14,10.5],"rotation":270,"texture":"#3"},"west":{"uv":[11.5,13.5,14,12.5],"rotation":270,"texture":"#3"},"up":{"uv":[12.5,8.5,11.5,9.5],"rotation":270,"texture":"#3"},"down":{"uv":[16,11,15,12],"rotation":270,"texture":"#3"}}},{"from":[8.33911,-11.23013,9.37576],"to":[8.93911,-8.13013,9.97576],"rotation":{"angle":22.5,"axis":"x","origin":[8.63911,-9.68013,9.67576]},"faces":{"north":{"uv":[10,10.5,12,11],"rotation":90,"texture":"#3"},"east":{"uv":[10,11.5,12,12],"rotation":90,"texture":"#3"},"south":{"uv":[10,9,12,9.5],"rotation":90,"texture":"#3"},"west":{"uv":[10,12.5,12,13],"rotation":90,"texture":"#3"},"up":{"uv":[10,8.5,10.5,9],"rotation":90,"texture":"#3"},"down":{"uv":[12.5,11,13,11.5],"rotation":90,"texture":"#3"}}},{"from":[6.37658,14.25,9.19981],"to":[7.87658,17.75,11.19981],"rotation":{"angle":22.5,"axis":"x","origin":[8.05814,15,9.91201]},"faces":{"north":{"uv":[5,8,8.5,9.5],"rotation":270,"texture":"#3"},"east":{"uv":[5,8,8.5,10],"rotation":270,"texture":"#3"},"south":{"uv":[5,8,8.5,9.5],"rotation":270,"texture":"#3"},"west":{"uv":[5,8,8.5,10],"rotation":270,"texture":"#3"},"up":{"uv":[6.5,8,8,10],"texture":"#3"},"down":{"uv":[5,8,6.5,10],"rotation":180,"texture":"#3"}}},{"from":[7.57658,-3.6,8.04981],"to":[9.32658,-1.1,10.04981],"rotation":{"angle":22.5,"axis":"x","origin":[9.50814,-3.85,8.76201]},"faces":{"north":{"uv":[12,8,14.5,9.75],"rotation":270,"texture":"#3"},"east":{"uv":[12,8,14.5,10],"rotation":270,"texture":"#3"},"south":{"uv":[12,8,14.5,9.75],"rotation":270,"texture":"#3"},"west":{"uv":[12,8,14.5,10],"rotation":270,"texture":"#3"},"up":{"uv":[13.5,8,15.25,10],"texture":"#3"},"down":{"uv":[12,8,13.75,10],"rotation":180,"texture":"#3"}}},{"from":[8.17999,12.87135,6.56662],"to":[9.21999,16.91135,7.60662],"rotation":{"angle":-22.5,"axis":"x","origin":[8.69999,14.89135,7.08662]},"faces":{"north":{"uv":[4,12.54,6.04,11.5],"rotation":270,"texture":"#3"},"east":{"uv":[4,12.54,6.04,11.5],"rotation":270,"texture":"#3"},"south":{"uv":[4,12.54,6.04,11.5],"rotation":270,"texture":"#3"},"west":{"uv":[4,12.54,6.04,11.5],"rotation":270,"texture":"#3"},"up":{"uv":[6.04,11.5,4,12.54],"rotation":270,"texture":"#3"},"down":{"uv":[6.04,11.5,4,12.54],"rotation":270,"texture":"#3"}}},{"from":[7.47447,15.51,1.76],"to":[9.52553,20.49,6.24],"rotation":{"angle":45,"axis":"z","origin":[8.5,18,4]},"faces":{"north":{"uv":[11,0.5,16,2.5],"rotation":90,"texture":"#0"},"east":{"uv":[11,0.5,16,2.5],"rotation":90,"texture":"#0"},"south":{"uv":[11,0.5,16,2.5],"rotation":90,"texture":"#0"},"west":{"uv":[11,0.5,16,2.5],"rotation":90,"texture":"#0"},"up":{"uv":[11,0.5,16,2.5],"rotation":90,"texture":"#0"},"down":{"uv":[11,0.5,16,2.5],"rotation":270,"texture":"#0"}}},{"from":[7.46947,15.505,1.755],"to":[9.53053,20.495,5.745],"rotation":{"angle":0,"axis":"z","origin":[8.5,18,4]},"faces":{"north":{"uv":[11,0.5,16,2.5],"rotation":90,"texture":"#0"},"east":{"uv":[11,0.5,16,2.5],"rotation":90,"texture":"#0"},"south":{"uv":[11,0.5,16,2.5],"rotation":90,"texture":"#0"},"west":{"uv":[11,0.5,16,2.5],"rotation":90,"texture":"#0"},"up":{"uv":[11,0.5,16,2.5],"rotation":90,"texture":"#0"},"down":{"uv":[11,0.5,16,2.5],"rotation":270,"texture":"#0"}}},{"from":[6,16.96447,1.75],"to":[11,19.03553,6.25],"rotation":{"angle":45,"axis":"z","origin":[8.5,18,4]},"faces":{"north":{"uv":[11,0.5,16,2.5],"texture":"#0"},"east":{"uv":[11,0.5,16,2.5],"texture":"#0"},"south":{"uv":[11,0.5,16,2.5],"texture":"#0"},"west":{"uv":[11,0.5,16,2.5],"texture":"#0"},"up":{"uv":[11,0.5,16,2.5],"texture":"#0"},"down":{"uv":[11,0.5,16,2.5],"texture":"#0"}}},{"from":[5.99,16.95447,1.74],"to":[11.01,19.04553,6.76],"rotation":{"angle":0,"axis":"z","origin":[8.5,18,4]},"faces":{"north":{"uv":[11,0.5,16,2.5],"texture":"#0"},"east":{"uv":[11,0.5,16,2.5],"rotation":180,"texture":"#0"},"south":{"uv":[11,0.5,16,2.5],"texture":"#0"},"west":{"uv":[11,0.5,16,2.5],"texture":"#0"},"up":{"uv":[11,0.5,16,2.5],"texture":"#0"},"down":{"uv":[11,0.5,16,2.5],"texture":"#0"}}},{"from":[7.06025,14.51,2.26],"to":[9.93975,15.49,4.24],"rotation":{"angle":45,"axis":"z","origin":[8.5,18,3]},"faces":{"north":{"uv":[5.5,0,6.5,3],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,0,6.5,3],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,0,6.5,3],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,0,6.5,3],"rotation":270,"texture":"#0"},"up":{"uv":[5.5,0,6.5,3],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,3.5,7.5,6.5],"rotation":90,"texture":"#0"}}},{"from":[7.05025,14.5,2.25],"to":[9.94975,15.5,4.25],"rotation":{"angle":0,"axis":"z","origin":[8.5,18,3]},"faces":{"north":{"uv":[5.5,3.5,6.5,6.39949],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,3.5,6.5,5.5],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,3.5,6.5,6.39949],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,3.5,6.5,5.5],"rotation":90,"texture":"#0"},"up":{"uv":[5.5,3.5,7.5,6.39949],"rotation":90,"texture":"#0"},"down":{"uv":[5.5,3.5,7.5,6.39949],"rotation":270,"texture":"#0"}}},{"from":[7.06025,20.51,2.26],"to":[9.93975,21.49,4.24],"rotation":{"angle":45,"axis":"z","origin":[8.5,18,3]},"faces":{"north":{"uv":[5.5,0,6.5,3],"rotation":90,"texture":"#0"},"east":{"uv":[5.5,3.5,6.5,5.5],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,3.5,6.5,6.5],"rotation":90,"texture":"#0"},"west":{"uv":[5.5,0,6.5,3],"rotation":90,"texture":"#0"},"up":{"uv":[5.5,3.5,7.5,6.5],"rotation":90,"texture":"#0"},"down":{"uv":[5.5,3.5,7.5,6.39949],"rotation":90,"texture":"#0"}}},{"from":[7.05025,20.5,2.25],"to":[9.94975,21.5,4.25],"rotation":{"angle":0,"axis":"z","origin":[8.5,18,3]},"faces":{"north":{"uv":[5.5,0,6.5,2.89949],"rotation":90,"texture":"#0"},"east":{"uv":[5.5,0,6.5,2],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,0,6.5,2.89949],"rotation":90,"texture":"#0"},"west":{"uv":[5.5,0,6.5,2],"rotation":90,"texture":"#0"},"up":{"uv":[5.5,3.5,7.5,6.39949],"rotation":90,"texture":"#0"},"down":{"uv":[5.5,0,7.5,2.89949],"rotation":90,"texture":"#0"}}},{"from":[5.01,16.56025,2.26],"to":[5.99,19.43975,4.24],"rotation":{"angle":45,"axis":"z","origin":[8.5,18,3]},"faces":{"north":{"uv":[5.5,0,6.5,3],"rotation":180,"texture":"#0"},"east":{"uv":[5.5,0,6.5,3],"rotation":180,"texture":"#0"},"south":{"uv":[6.5,3.5,7.5,6.5],"rotation":180,"texture":"#0"},"west":{"uv":[5.5,3.5,7.5,6.5],"rotation":180,"texture":"#0"},"up":{"uv":[5.5,0,6.5,3],"rotation":180,"texture":"#0"},"down":{"uv":[5.5,0,6.5,3],"rotation":180,"texture":"#0"}}},{"from":[5,16.55025,2.25],"to":[6,19.44975,4.75],"rotation":{"angle":0,"axis":"z","origin":[8.5,18,3]},"faces":{"north":{"uv":[6.5,3.5,7.5,6.5],"texture":"#0"},"east":{"uv":[7,0,8,3],"texture":"#0"},"south":{"uv":[5.5,3.5,6.5,6.5],"texture":"#0"},"west":{"uv":[5.5,0,8,3],"texture":"#0"},"up":{"uv":[7,0,8,3],"texture":"#0"},"down":{"uv":[7,0,8,2.5],"texture":"#0"}}},{"from":[11.01,16.56025,2.26],"to":[11.99,19.43975,4.24],"rotation":{"angle":45,"axis":"z","origin":[8.5,18,3]},"faces":{"north":{"uv":[5.5,0,6.5,3],"texture":"#0"},"east":{"uv":[5.5,3.5,7.5,6.5],"rotation":180,"texture":"#0"},"south":{"uv":[5.5,3.5,6.5,6.5],"rotation":180,"texture":"#0"},"west":{"uv":[5.5,0,6.5,3],"texture":"#0"},"up":{"uv":[5.5,3.5,6.5,5.5],"rotation":180,"texture":"#0"},"down":{"uv":[5.5,0,6.5,3],"texture":"#0"}}},{"from":[11,16.55025,2.25],"to":[12,19.44975,4.75],"rotation":{"angle":0,"axis":"y","origin":[11.5,18,3.5]},"faces":{"north":{"uv":[5.5,3.5,6.5,6.5],"texture":"#0"},"east":{"uv":[8,0,5.5,3],"texture":"#0"},"south":{"uv":[5.5,3.5,6.5,6.5],"rotation":180,"texture":"#0"},"west":{"uv":[7,0,8,3],"rotation":180,"texture":"#0"},"up":{"uv":[5.5,3.5,6.5,6],"rotation":180,"texture":"#0"},"down":{"uv":[7,0,8,3],"rotation":180,"texture":"#0"}}},{"from":[7,16,5.75],"to":[10,20,10.75],"rotation":{"angle":0,"axis":"y","origin":[6.5,15.5,5.75]},"faces":{"north":{"uv":[11,0,16,3],"rotation":90,"texture":"#0"},"east":{"uv":[11,0,16,3.5],"rotation":180,"texture":"#0"},"south":{"uv":[11.5,0.5,15.5,3.5],"rotation":90,"texture":"#0"},"west":{"uv":[11,0,16,3.5],"rotation":180,"texture":"#0"},"up":{"uv":[11,0,16,3],"rotation":90,"texture":"#0"},"down":{"uv":[11,0,16,3],"rotation":90,"texture":"#0"}}},{"from":[7.5,16.5,12],"to":[9.5,19.5,15],"rotation":{"angle":45,"axis":"x","origin":[8.5,18,13.5]},"faces":{"north":{"uv":[5.5,3.5,7.5,6.5],"texture":"#0"},"east":{"uv":[13,3.5,16,6.5],"texture":"#0"},"south":{"uv":[5.5,3.5,7.5,6.5],"texture":"#0"},"west":{"uv":[13,3.5,16,6.5],"texture":"#0"},"up":{"uv":[5.5,3.5,7.5,6.5],"texture":"#0"},"down":{"uv":[5.5,3.5,7.5,6.5],"texture":"#0"}}},{"from":[7.25,16.25,9.75],"to":[9.75,19.75,13.25],"rotation":{"angle":45,"axis":"x","origin":[8.5,18,11.5]},"faces":{"north":{"uv":[5.5,3.5,7.5,6.5],"texture":"#0"},"east":{"uv":[13,3.5,16,6.5],"texture":"#0"},"south":{"uv":[5.5,3.5,7.5,6.5],"texture":"#0"},"west":{"uv":[13,3.5,16,6.5],"texture":"#0"},"up":{"uv":[5.5,3.5,7.5,6.5],"texture":"#0"},"down":{"uv":[5.5,3.5,7.5,6.5],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[5,8,0],"translation":[-0.75,1.5,1.25],"scale":[1.17,1.17,1.17]},"thirdperson_lefthand":{"rotation":[5,8,0],"translation":[-0.75,1.5,1.25],"scale":[1.17,1.17,1.17]},"firstperson_righthand":{"rotation":[-20,6,5],"translation":[14.25,-15.25,-13.25],"scale":[2.08,2.08,2.08]},"firstperson_lefthand":{"rotation":[-20,6,5],"translation":[16.25,-15.25,-13.25],"scale":[2.08,2.08,2.08]},"gui":{"rotation":[75,40,-67],"translation":[-1.25,-1,0],"scale":[0.58,0.58,0.58]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/boreal_spear.json b/assets/minecraft/models/item/wynn/skin/spear/boreal_spear.json new file mode 100644 index 000000000..c61da79d6 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/boreal_spear.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/ice_scythe","particle":"skins/ice_scythe"},"elements":[{"from":[1.3,20.7,7.45],"to":[4.9,23.3,8.05],"rotation":{"angle":22.5,"axis":"z","origin":[10.19622,19.86993,7.75517]},"faces":{"north":{"uv":[3.5,8,6.5,12],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,8,6.5,12],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,8,6.5,12],"rotation":90,"texture":"#0"},"west":{"uv":[4,11,7,12],"rotation":90,"texture":"#0"},"up":{"uv":[5,8,6,12],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,8,6.5,12],"rotation":90,"texture":"#0"}}},{"from":[3.99163,18.41023,7.45187],"to":[5.59163,21.01023,8.05187],"rotation":{"angle":0,"axis":"z","origin":[10.19622,19.86993,7.75517]},"faces":{"north":{"uv":[5,8,7,11],"texture":"#0"},"east":{"uv":[5,8,7,11],"texture":"#0"},"south":{"uv":[5,8,7,11],"texture":"#0"},"west":{"uv":[5,8,7,11],"texture":"#0"},"up":{"uv":[5,8,7,11],"texture":"#0"},"down":{"uv":[5,8,7,11],"texture":"#0"}}},{"from":[5.50539,16.55964,7.45425],"to":[7.10539,19.15964,8.05425],"rotation":{"angle":-22.5,"axis":"z","origin":[10.19622,19.86993,7.75517]},"faces":{"north":{"uv":[6,8,8,11],"texture":"#0"},"east":{"uv":[6,8,8,11],"texture":"#0"},"south":{"uv":[6,8,8,11],"texture":"#0"},"west":{"uv":[6,8,8,11],"texture":"#0"},"up":{"uv":[6,8,8,11],"texture":"#0"},"down":{"uv":[6,8,8,11],"texture":"#0"}}},{"from":[5.50198,18.45738,7.4317],"to":[12.14198,21.09738,8.0717],"rotation":{"angle":22.5,"axis":"z","origin":[10.19622,19.86993,7.75517]},"faces":{"north":{"uv":[9,9,16,12],"texture":"#0"},"east":{"uv":[9,9,16,12],"texture":"#0"},"south":{"uv":[9,9,16,12],"texture":"#0"},"west":{"uv":[9,9,16,12],"texture":"#0"},"up":{"uv":[9,9,16,12],"texture":"#0"},"down":{"uv":[5,11.5,12,12],"texture":"#0"}}},{"from":[11.87423,19.17693,7.43476],"to":[16.51423,21.81693,8.07476],"rotation":{"angle":0,"axis":"z","origin":[10.19622,19.86993,7.75517]},"faces":{"north":{"uv":[1,9,6,12],"texture":"#0"},"east":{"uv":[1,9,6,12],"texture":"#0"},"south":{"uv":[1,9,6,12],"texture":"#0"},"west":{"uv":[1,9,6,12],"texture":"#0"},"up":{"uv":[1,9,6,12],"texture":"#0"},"down":{"uv":[5,11.5,12,12],"texture":"#0"}}},{"from":[16.02123,21.60016,7.42413],"to":[20.66123,22.24016,8.06413],"rotation":{"angle":-22.5,"axis":"z","origin":[10.19622,19.86993,7.75517]},"faces":{"north":{"uv":[1,11,6,12],"texture":"#0"},"east":{"uv":[0.5,10,1.5,11],"texture":"#0"},"south":{"uv":[1,11,6,12],"texture":"#0"},"west":{"uv":[1,11,6,12],"texture":"#0"},"up":{"uv":[1,11,6,12],"texture":"#0"},"down":{"uv":[5,11.5,12,12],"texture":"#0"}}},{"from":[17.54123,22.17016,7.44413],"to":[19.14123,22.77016,8.04413],"rotation":{"angle":-22.5,"axis":"z","origin":[10.19622,19.86993,7.75517]},"faces":{"north":{"uv":[0,10,2,11],"texture":"#0"},"east":{"uv":[0,10,2,11],"texture":"#0"},"south":{"uv":[0,10,2,11],"texture":"#0"},"west":{"uv":[0,10,2,11],"texture":"#0"},"up":{"uv":[0,10,2,11],"texture":"#0"},"down":{"uv":[0,10,2,11],"texture":"#0"}}},{"from":[15.76734,11.11941,7.44065],"to":[16.36734,16.71941,8.04065],"rotation":{"angle":45,"axis":"z","origin":[10.19622,19.86993,7.75517]},"faces":{"north":{"uv":[2,8,8,9],"rotation":90,"texture":"#0"},"east":{"uv":[2,8,8,9],"rotation":90,"texture":"#0"},"south":{"uv":[2,8,8,9],"rotation":90,"texture":"#0"},"west":{"uv":[2,8,8,9],"rotation":90,"texture":"#0"},"up":{"uv":[5,8,8,9],"rotation":90,"texture":"#0"},"down":{"uv":[2,8,8,9],"rotation":90,"texture":"#0"}}},{"from":[12.86935,22.77302,7.43024],"to":[15.46935,24.37302,8.03024],"rotation":{"angle":-22.5,"axis":"z","origin":[10.19622,19.86993,7.75517]},"faces":{"north":{"uv":[2.5,8,5.5,10],"texture":"#0"},"east":{"uv":[2.5,8,5.5,10],"texture":"#0"},"south":{"uv":[2.5,8,5.5,10],"texture":"#0"},"west":{"uv":[2.5,8,5.5,10],"texture":"#0"},"up":{"uv":[5,8,8,9],"texture":"#0"},"down":{"uv":[2.5,8,5.5,10],"texture":"#0"}}},{"from":[15.66644,20.26928,7.44024],"to":[18.34644,21.84928,8.02024],"rotation":{"angle":-45,"axis":"z","origin":[16.12937,20.61586,7.73632]},"faces":{"north":{"uv":[8.5,9,11.5,11],"texture":"#0"},"east":{"uv":[8.5,9,11.5,11],"texture":"#0"},"south":{"uv":[8.5,9,11.5,11],"texture":"#0"},"west":{"uv":[8.5,9,11.5,11],"texture":"#0"},"up":{"uv":[8.5,9,11.5,11],"texture":"#0"},"down":{"uv":[8.5,9,11.5,11],"texture":"#0"}}},{"from":[12.19475,20.95636,7.43332],"to":[14.79475,22.55636,8.03332],"rotation":{"angle":22.5,"axis":"z","origin":[13.46638,21.76075,7.74297]},"faces":{"north":{"uv":[0.5,8,3.5,10],"texture":"#0"},"east":{"uv":[0.5,8,3.5,10],"texture":"#0"},"south":{"uv":[0.5,8,3.5,10],"texture":"#0"},"west":{"uv":[0.5,8,3.5,10],"texture":"#0"},"up":{"uv":[5,8,8,9],"texture":"#0"},"down":{"uv":[0.5,8,3.5,10],"texture":"#0"}}},{"from":[6.94922,19.65097,7.44263],"to":[12.52922,22.23097,8.02263],"rotation":{"angle":0,"axis":"z","origin":[10.19622,19.86993,7.75517]},"faces":{"north":{"uv":[7.5,8,13.5,11],"texture":"#0"},"east":{"uv":[7.5,8.5,13.5,11.5],"texture":"#0"},"south":{"uv":[1,8,7,11],"texture":"#0"},"west":{"uv":[7.5,8.5,13.5,11.5],"texture":"#0"},"up":{"uv":[5,8,8,9],"texture":"#0"},"down":{"uv":[7.5,8.5,13.5,11.5],"texture":"#0"}}},{"from":[6.97648,21.2568,7.44839],"to":[9.55648,23.8368,8.02839],"rotation":{"angle":45,"axis":"z","origin":[10.19622,19.86993,7.75517]},"faces":{"north":{"uv":[6,8,9,11],"texture":"#0"},"east":{"uv":[6,8.5,9,11.5],"texture":"#0"},"south":{"uv":[10,8,13,11],"texture":"#0"},"west":{"uv":[6,8.5,9,11.5],"texture":"#0"},"up":{"uv":[5,8,8,9],"texture":"#0"},"down":{"uv":[6,8.5,9,11.5],"texture":"#0"}}},{"from":[7.30306,-9.69992,7.05],"to":[8.70306,5.70008,8.45],"rotation":{"angle":0,"axis":"z","origin":[8.02179,-2.00717,7.72944]},"faces":{"north":{"uv":[0,1.5,16,3.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,3,16,5],"rotation":90,"texture":"#0"},"south":{"uv":[0,5,16,7],"rotation":90,"texture":"#0"},"west":{"uv":[0,0,16,2],"rotation":90,"texture":"#0"},"up":{"uv":[0,14,16,16],"rotation":90,"texture":"#0"},"down":{"uv":[0,14,16,16],"rotation":90,"texture":"#0"}}},{"from":[5.93232,5.13781,7.04036],"to":[7.35232,9.55781,8.46036],"rotation":{"angle":22.5,"axis":"z","origin":[6.64145,8.84825,7.7508]},"faces":{"north":{"uv":[2.5,1.5,7.5,3.5],"rotation":270,"texture":"#0"},"east":{"uv":[7,0.5,12,2.5],"rotation":90,"texture":"#0"},"south":{"uv":[6,2,11,4],"rotation":90,"texture":"#0"},"west":{"uv":[10.5,13,15.5,15],"rotation":90,"texture":"#0"},"up":{"uv":[3,0.5,8,2.5],"rotation":90,"texture":"#0"},"down":{"uv":[3,0.5,8,2.5],"rotation":90,"texture":"#0"}}},{"from":[4.27599,8.61422,7.04966],"to":[5.67599,12.01422,8.44966],"rotation":{"angle":45,"axis":"z","origin":[4.96924,10.81599,7.75751]},"faces":{"north":{"uv":[4,3,8,5],"rotation":90,"texture":"#0"},"east":{"uv":[5,5,9,7],"rotation":90,"texture":"#0"},"south":{"uv":[3,2,7,4],"rotation":90,"texture":"#0"},"west":{"uv":[8,13,12,15],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,2,2],"texture":"#0"},"down":{"uv":[0,0,2,2],"texture":"#0"}}},{"from":[2.93601,11.32688,7.05966],"to":[4.31601,13.70688,8.43966],"rotation":{"angle":22.5,"axis":"z","origin":[3.63582,13.01595,7.76297]},"faces":{"north":{"uv":[6,4.5,8,7.5],"rotation":180,"texture":"#0"},"east":{"uv":[6,4.5,8,7.5],"rotation":180,"texture":"#0"},"south":{"uv":[6,4.5,8,7.5],"rotation":180,"texture":"#0"},"west":{"uv":[6,4.5,8,7.5],"rotation":180,"texture":"#0"},"up":{"uv":[6,4.5,8,7.5],"rotation":180,"texture":"#0"},"down":{"uv":[6,4.5,8,7.5],"rotation":180,"texture":"#0"}}},{"from":[2.70824,13.39117,7.05394],"to":[4.10824,15.79117,8.45394],"rotation":{"angle":0,"axis":"z","origin":[3.4007,14.58685,7.76613]},"faces":{"north":{"uv":[7.5,4.5,9.5,7.5],"rotation":180,"texture":"#0"},"east":{"uv":[7.5,4.5,9.5,7.5],"rotation":180,"texture":"#0"},"south":{"uv":[7.5,4.5,9.5,7.5],"rotation":180,"texture":"#0"},"west":{"uv":[7.5,4.5,9.5,7.5],"rotation":180,"texture":"#0"},"up":{"uv":[7.5,4.5,9.5,7.5],"rotation":180,"texture":"#0"},"down":{"uv":[7.5,4.5,9.5,7.5],"rotation":180,"texture":"#0"}}},{"from":[3.10837,15.43662,7.05682],"to":[4.50837,18.83662,8.45682],"rotation":{"angle":-22.5,"axis":"z","origin":[3.7995,16.62901,7.77328]},"faces":{"north":{"uv":[4,2.5,6,6.5],"texture":"#0"},"east":{"uv":[4,2.5,6,6.5],"texture":"#0"},"south":{"uv":[4,2.5,6,6.5],"texture":"#0"},"west":{"uv":[4,2.5,6,6.5],"texture":"#0"},"up":{"uv":[4,2.5,6,6.5],"texture":"#0"},"down":{"uv":[4,2.5,6,6.5],"texture":"#0"}}},{"from":[3.8894,18.38712,7.04683],"to":[5.3094,21.80712,8.46683],"rotation":{"angle":0,"axis":"z","origin":[4.58326,20.08329,7.78363]},"faces":{"north":{"uv":[0,0,2,4],"rotation":180,"texture":"#0"},"east":{"uv":[0,0,2,4],"rotation":180,"texture":"#0"},"south":{"uv":[0,0,2,4],"rotation":180,"texture":"#0"},"west":{"uv":[0,0,2,4],"rotation":180,"texture":"#0"},"up":{"uv":[0,0,2,2],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,2,2],"rotation":180,"texture":"#0"}}},{"from":[7.50306,-11.24992,7.25],"to":[8.50306,-8.24992,8.25],"rotation":{"angle":0,"axis":"z","origin":[8.02179,-3.75717,7.72944]},"faces":{"north":{"uv":[0,0,2,4],"texture":"#0"},"east":{"uv":[0,0,2,4],"texture":"#0"},"south":{"uv":[0,0,2,4],"texture":"#0"},"west":{"uv":[0,0,2,4],"texture":"#0"},"up":{"uv":[0,0,2,2],"texture":"#0"},"down":{"uv":[0,0,2,2],"texture":"#0"}}},{"from":[7.70306,-13.04992,7.45],"to":[8.30306,-10.44992,8.05],"rotation":{"angle":0,"axis":"z","origin":[8.02179,-5.75717,7.72944]},"faces":{"north":{"uv":[0,0,2,4],"texture":"#0"},"east":{"uv":[0,0,2,4],"texture":"#0"},"south":{"uv":[0,0,2,4],"texture":"#0"},"west":{"uv":[0,0,2,4],"texture":"#0"},"up":{"uv":[0,0,2,2],"texture":"#0"},"down":{"uv":[0,0,2,2],"texture":"#0"}}},{"from":[3.50306,7.50008,7.25],"to":[4.50306,10.50008,8.25],"rotation":{"angle":-22.5,"axis":"z","origin":[4.01004,7.99704,7.74605]},"faces":{"north":{"uv":[4,8,6,12],"rotation":180,"texture":"#0"},"east":{"uv":[4,8,6,12],"rotation":180,"texture":"#0"},"south":{"uv":[4,8,6,12],"rotation":180,"texture":"#0"},"west":{"uv":[4,8,6,12],"rotation":180,"texture":"#0"},"up":{"uv":[4,8,6,12],"rotation":180,"texture":"#0"},"down":{"uv":[4,8,6,10],"rotation":180,"texture":"#0"}}},{"from":[3.70306,5.70008,7.45],"to":[4.30306,8.30008,8.05],"rotation":{"angle":-22.5,"axis":"z","origin":[4.01004,7.99704,7.74605]},"faces":{"north":{"uv":[4,8,5,11.5],"rotation":180,"texture":"#0"},"east":{"uv":[4,8,5,11.5],"rotation":180,"texture":"#0"},"south":{"uv":[4,8,5,11.5],"rotation":180,"texture":"#0"},"west":{"uv":[4,8,5,11.5],"rotation":180,"texture":"#0"},"up":{"uv":[4,8,5,11.5],"rotation":180,"texture":"#0"},"down":{"uv":[4,8,6,10],"rotation":180,"texture":"#0"}}},{"from":[4.65221,7.10219,7.15],"to":[5.85221,10.30219,8.35],"rotation":{"angle":0,"axis":"z","origin":[5.25432,7.69597,7.75697]},"faces":{"north":{"uv":[9.5,8,11.5,12],"rotation":180,"texture":"#0"},"east":{"uv":[7.5,8,9.5,12],"rotation":180,"texture":"#0"},"south":{"uv":[7.5,8,9.5,12],"rotation":180,"texture":"#0"},"west":{"uv":[7.5,8,9.5,12],"rotation":180,"texture":"#0"},"up":{"uv":[7.5,8,9.5,12],"rotation":180,"texture":"#0"},"down":{"uv":[7.5,8,9.5,12],"rotation":180,"texture":"#0"}}},{"from":[4.85221,5.30219,7.35],"to":[5.65221,8.10219,8.15],"rotation":{"angle":0,"axis":"z","origin":[5.25432,7.69597,7.75697]},"faces":{"north":{"uv":[2,8,3.5,11],"rotation":180,"texture":"#0"},"east":{"uv":[2,8,3.5,11],"rotation":180,"texture":"#0"},"south":{"uv":[2,8,3.5,11],"rotation":180,"texture":"#0"},"west":{"uv":[2,8,3.5,11],"rotation":180,"texture":"#0"},"up":{"uv":[2,8,3.5,11],"rotation":180,"texture":"#0"},"down":{"uv":[2,8,3.5,11],"rotation":180,"texture":"#0"}}},{"from":[5.05221,3.50219,7.55],"to":[5.45221,5.90219,7.95],"rotation":{"angle":0,"axis":"z","origin":[5.25432,5.69597,7.75697]},"faces":{"north":{"uv":[1.5,8,2,11.5],"rotation":180,"texture":"#0"},"east":{"uv":[1.5,8,2,11.5],"rotation":180,"texture":"#0"},"south":{"uv":[1.5,8,2,11.5],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,8,2,11.5],"rotation":180,"texture":"#0"},"up":{"uv":[1.5,8,2,11.5],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,8,3.5,10],"rotation":180,"texture":"#0"}}},{"from":[2.15809,22.24745,7.15613],"to":[4.35809,23.44745,8.35613],"rotation":{"angle":-22.5,"axis":"z","origin":[0.34792,20.66231,7.8059]},"faces":{"north":{"uv":[7,12.5,9,15.5],"rotation":90,"texture":"#0"},"east":{"uv":[4,1.5,6,4.5],"rotation":90,"texture":"#0"},"south":{"uv":[4,1.5,6,4.5],"rotation":90,"texture":"#0"},"west":{"uv":[1.5,0,3.5,2],"rotation":90,"texture":"#0"},"up":{"uv":[8,3.5,10,6.5],"rotation":90,"texture":"#0"},"down":{"uv":[4,1.5,6,4.5],"rotation":90,"texture":"#0"}}},{"from":[1.08549,21.43945,7.26076],"to":[3.08549,22.43945,8.26076],"rotation":{"angle":0,"axis":"z","origin":[0.34792,20.66231,7.8059]},"faces":{"north":{"uv":[8,3.5,10,6.5],"rotation":270,"texture":"#0"},"east":{"uv":[0,0,2,2],"rotation":90,"texture":"#0"},"south":{"uv":[7.5,4.5,9.5,7.5],"rotation":90,"texture":"#0"},"west":{"uv":[0,0,2,2],"rotation":90,"texture":"#0"},"up":{"uv":[1.5,0,3.5,3],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,2,3],"rotation":90,"texture":"#0"}}},{"from":[-0.09116,21.1189,7.36501],"to":[1.70884,21.9189,8.16501],"rotation":{"angle":22.5,"axis":"z","origin":[0.34792,20.66231,7.8059]},"faces":{"north":{"uv":[6,0,8,3],"rotation":90,"texture":"#0"},"east":{"uv":[12,4,14,7],"rotation":90,"texture":"#0"},"south":{"uv":[6.5,4.5,8.5,7.5],"rotation":90,"texture":"#0"},"west":{"uv":[12,4,14,7],"rotation":90,"texture":"#0"},"up":{"uv":[12,4,14,7],"rotation":90,"texture":"#0"},"down":{"uv":[7,4.5,9,7.5],"rotation":90,"texture":"#0"}}},{"from":[-1.17738,21.28853,7.46828],"to":[0.42262,21.88853,8.06828],"rotation":{"angle":45,"axis":"z","origin":[0.34792,20.66231,7.8059]},"faces":{"north":{"uv":[7,4.5,9,7.5],"rotation":90,"texture":"#0"},"east":{"uv":[7,4.5,9,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[7,4.5,9,7.5],"rotation":90,"texture":"#0"},"west":{"uv":[7,4.5,9,7.5],"rotation":90,"texture":"#0"},"up":{"uv":[7,4.5,9,7.5],"rotation":90,"texture":"#0"},"down":{"uv":[7,4.5,9,7.5],"rotation":90,"texture":"#0"}}},{"from":[-1.26618,18.3219,7.57023],"to":[-0.86618,19.7219,7.97023],"rotation":{"angle":-22.5,"axis":"z","origin":[0.34792,20.66231,7.8059]},"faces":{"north":{"uv":[7,4.5,9,7.5],"texture":"#0"},"east":{"uv":[7,4.5,9,7.5],"texture":"#0"},"south":{"uv":[7,4.5,9,7.5],"texture":"#0"},"west":{"uv":[7,4.5,9,7.5],"texture":"#0"},"up":{"uv":[7,4.5,9,7.5],"texture":"#0"},"down":{"uv":[7,4.5,9,7.5],"texture":"#0"}}},{"from":[-1.93673,17.91732,7.67082],"to":[-1.73673,19.11732,7.87082],"rotation":{"angle":0,"axis":"z","origin":[0.34792,20.66231,7.8059]},"faces":{"north":{"uv":[7,4.5,8,7.5],"texture":"#0"},"east":{"uv":[7,4.5,8,7.5],"texture":"#0"},"south":{"uv":[7,4.5,8,7.5],"texture":"#0"},"west":{"uv":[7,4.5,8,7.5],"texture":"#0"},"up":{"uv":[7,4.5,8,7.5],"texture":"#0"},"down":{"uv":[7,4.5,8,5.5],"texture":"#0"}}},{"from":[4.00221,16.55219,5.65],"to":[5.20221,19.75219,6.85],"rotation":{"angle":22.5,"axis":"x","origin":[5.23878,16.14779,7.76782]},"faces":{"north":{"uv":[3,8,5,12],"rotation":180,"texture":"#0"},"east":{"uv":[3,8,5,12],"rotation":180,"texture":"#0"},"south":{"uv":[3,8,5,12],"rotation":180,"texture":"#0"},"west":{"uv":[3,8,5,12],"rotation":180,"texture":"#0"},"up":{"uv":[3,8,5,12],"rotation":180,"texture":"#0"},"down":{"uv":[3,8,5,10],"rotation":180,"texture":"#0"}}},{"from":[4.20221,14.75219,5.85],"to":[5.00221,17.55219,6.65],"rotation":{"angle":22.5,"axis":"x","origin":[5.23878,16.14779,7.76782]},"faces":{"north":{"uv":[3,8,4,11.5],"rotation":180,"texture":"#0"},"east":{"uv":[3,8,4,11.5],"rotation":180,"texture":"#0"},"south":{"uv":[3,8,4,11.5],"rotation":180,"texture":"#0"},"west":{"uv":[3,8,4,11.5],"rotation":180,"texture":"#0"},"up":{"uv":[3,8,4,11.5],"rotation":180,"texture":"#0"},"down":{"uv":[3,8,5,10],"rotation":180,"texture":"#0"}}},{"from":[4.40221,12.95219,6.05],"to":[4.80221,15.35219,6.45],"rotation":{"angle":22.5,"axis":"x","origin":[5.23878,16.14779,7.76782]},"faces":{"north":{"uv":[3,8,4,10],"rotation":180,"texture":"#0"},"east":{"uv":[3,8,4,10],"rotation":180,"texture":"#0"},"south":{"uv":[3,8,4,10],"rotation":180,"texture":"#0"},"west":{"uv":[3,8,4,10],"rotation":180,"texture":"#0"},"up":{"uv":[3,8,4,10],"rotation":180,"texture":"#0"},"down":{"uv":[3,8,5,10],"rotation":180,"texture":"#0"}}},{"from":[4.00221,18.37435,8.51764],"to":[5.20221,21.57435,9.71764],"rotation":{"angle":-22.5,"axis":"x","origin":[4.58413,17.97958,9.13841]},"faces":{"north":{"uv":[2.5,8,4.5,12],"rotation":180,"texture":"#0"},"east":{"uv":[2.5,8,4.5,12],"rotation":180,"texture":"#0"},"south":{"uv":[6.5,8,8.5,12],"rotation":180,"texture":"#0"},"west":{"uv":[2.5,8,4.5,12],"rotation":180,"texture":"#0"},"up":{"uv":[2.5,8,4.5,12],"rotation":180,"texture":"#0"},"down":{"uv":[2.5,8,4.5,10],"rotation":180,"texture":"#0"}}},{"from":[4.20221,16.57435,8.71764],"to":[5.00221,19.37435,9.51764],"rotation":{"angle":-22.5,"axis":"x","origin":[4.58413,17.97958,9.13841]},"faces":{"north":{"uv":[2.5,8,3.5,10.5],"rotation":180,"texture":"#0"},"east":{"uv":[2.5,8,3.5,10.5],"rotation":180,"texture":"#0"},"south":{"uv":[2.5,8,3.5,10.5],"rotation":180,"texture":"#0"},"west":{"uv":[2.5,8,3.5,10.5],"rotation":180,"texture":"#0"},"up":{"uv":[2.5,8,3.5,10.5],"rotation":180,"texture":"#0"},"down":{"uv":[2.5,8,4.5,10],"rotation":180,"texture":"#0"}}},{"from":[4.40221,14.77435,8.91764],"to":[4.80221,17.17435,9.31764],"rotation":{"angle":-22.5,"axis":"x","origin":[4.58413,17.97958,9.13841]},"faces":{"north":{"uv":[2.5,8,3.5,9.5],"rotation":180,"texture":"#0"},"east":{"uv":[2.5,8,3.5,9.5],"rotation":180,"texture":"#0"},"south":{"uv":[2.5,8,3.5,9.5],"rotation":180,"texture":"#0"},"west":{"uv":[2.5,8,3.5,9.5],"rotation":180,"texture":"#0"},"up":{"uv":[2.5,8,3.5,9.5],"rotation":180,"texture":"#0"},"down":{"uv":[2.5,8,4.5,10],"rotation":180,"texture":"#0"}}},{"from":[4.80221,14.72435,7.16764],"to":[6.00221,17.92435,8.36764],"rotation":{"angle":22.5,"axis":"z","origin":[5.38413,14.32958,7.78841]},"faces":{"north":{"uv":[3.5,8,5.5,12],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,8,5.5,12],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,8,5.5,12],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,8,5.5,12],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,8,5.5,12],"rotation":180,"texture":"#0"},"down":{"uv":[3.5,8,5.5,10],"rotation":180,"texture":"#0"}}},{"from":[5.00221,12.92435,7.36764],"to":[5.80221,15.72435,8.16764],"rotation":{"angle":22.5,"axis":"z","origin":[5.38413,14.32958,7.78841]},"faces":{"north":{"uv":[3.5,8,4.5,11],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,8,4.5,11],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,8,4.5,11],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,8,4.5,11],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,8,4.5,11],"rotation":180,"texture":"#0"},"down":{"uv":[3.5,8,5.5,10],"rotation":180,"texture":"#0"}}},{"from":[5.20221,11.12435,7.56764],"to":[5.60221,13.52435,7.96764],"rotation":{"angle":22.5,"axis":"z","origin":[5.38413,14.32958,7.78841]},"faces":{"north":{"uv":[3.5,8,4.5,10],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,8,4.5,10],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,8,4.5,10],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,8,4.5,10],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,8,4.5,10],"rotation":180,"texture":"#0"},"down":{"uv":[3.5,8,4.5,10],"rotation":180,"texture":"#0"}}},{"from":[8.65221,3.10219,7.15],"to":[9.85221,6.30219,8.35],"rotation":{"angle":22.5,"axis":"z","origin":[9.25405,2.69782,7.75252]},"faces":{"north":{"uv":[1.5,8,3.5,12],"rotation":180,"texture":"#0"},"east":{"uv":[1.5,8,3.5,12],"rotation":180,"texture":"#0"},"south":{"uv":[1.5,8,3.5,12],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,8,3.5,12],"rotation":180,"texture":"#0"},"up":{"uv":[1.5,8,3.5,12],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,8,3.5,10],"rotation":180,"texture":"#0"}}},{"from":[8.85221,1.30219,7.35],"to":[9.65221,4.10219,8.15],"rotation":{"angle":22.5,"axis":"z","origin":[9.25405,2.69782,7.75252]},"faces":{"north":{"uv":[1.5,8,2.5,11],"rotation":180,"texture":"#0"},"east":{"uv":[1.5,8,2.5,11],"rotation":180,"texture":"#0"},"south":{"uv":[1.5,8,2.5,11],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,8,2.5,11],"rotation":180,"texture":"#0"},"up":{"uv":[1.5,8,2.5,11],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,8,3.5,10],"rotation":180,"texture":"#0"}}},{"from":[9.05221,-0.49781,7.55],"to":[9.45221,1.90219,7.95],"rotation":{"angle":22.5,"axis":"z","origin":[9.25405,2.69782,7.75252]},"faces":{"north":{"uv":[1.5,8,2,12],"rotation":180,"texture":"#0"},"east":{"uv":[1.5,8,2,12],"rotation":180,"texture":"#0"},"south":{"uv":[1.5,8,2,12],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,8,2,12],"rotation":180,"texture":"#0"},"up":{"uv":[1.5,8,2,12],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,8,3.5,10],"rotation":180,"texture":"#0"}}},{"from":[1.00356,15.97697,7.16764],"to":[2.20356,22.17697,8.36764],"rotation":{"angle":-22.5,"axis":"z","origin":[0.64038,15.31625,7.79151]},"faces":{"north":{"uv":[2,8,9,10],"rotation":90,"texture":"#0"},"east":{"uv":[2,8,9,10],"rotation":90,"texture":"#0"},"south":{"uv":[2,8,9,10],"rotation":90,"texture":"#0"},"west":{"uv":[2,8,9,10],"rotation":90,"texture":"#0"},"up":{"uv":[2,8,9,10],"rotation":90,"texture":"#0"},"down":{"uv":[2,8,9,10],"rotation":90,"texture":"#0"}}},{"from":[1.20356,14.17697,7.36764],"to":[2.00356,16.97697,8.16764],"rotation":{"angle":-22.5,"axis":"z","origin":[0.64038,15.31625,7.79151]},"faces":{"north":{"uv":[2,8,9,10],"rotation":90,"texture":"#0"},"east":{"uv":[2,8,9,10],"rotation":90,"texture":"#0"},"south":{"uv":[2,8,9,10],"rotation":90,"texture":"#0"},"west":{"uv":[2,8,9,10],"rotation":90,"texture":"#0"},"up":{"uv":[2,8,9,10],"rotation":90,"texture":"#0"},"down":{"uv":[2,8,9,10],"rotation":90,"texture":"#0"}}},{"from":[1.40356,12.37697,7.56764],"to":[1.80356,14.77697,7.96764],"rotation":{"angle":-22.5,"axis":"z","origin":[0.64038,15.31625,7.79151]},"faces":{"north":{"uv":[2,8,9,10],"rotation":90,"texture":"#0"},"east":{"uv":[2,8,9,10],"rotation":90,"texture":"#0"},"south":{"uv":[2,8,9,10],"rotation":90,"texture":"#0"},"west":{"uv":[2,8,9,10],"rotation":90,"texture":"#0"},"up":{"uv":[2,8,9,10],"rotation":90,"texture":"#0"},"down":{"uv":[2,8,9,10],"rotation":90,"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,96,0],"translation":[0,4.5,1.25],"scale":[1.2,1.2,1.2]},"thirdperson_lefthand":{"rotation":[0,-89,0],"translation":[0,4.5,1.25],"scale":[1.2,1.2,1.2]},"firstperson_righthand":{"rotation":[-13,98,0],"translation":[1.25,4.25,0],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[-13,-85,0],"translation":[1.25,4.25,0],"scale":[0.6,0.6,0.6]},"gui":{"rotation":[0,0,-42],"translation":[-0.75,0.5,0],"scale":[0.58,0.52,0.58]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/brawler_rake.json b/assets/minecraft/models/item/wynn/skin/spear/brawler_rake.json new file mode 100644 index 000000000..cdc36ee5b --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/brawler_rake.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/brawler/brawler_rake","particle":"skins/brawler/brawler_rake"},"elements":[{"from":[7,0,7],"to":[9,24,9],"faces":{"north":{"uv":[0,0,1,12],"texture":"#0"},"east":{"uv":[0,0,1,12],"texture":"#0"},"south":{"uv":[0,0,1,12],"texture":"#0"},"west":{"uv":[0,0,1,12],"texture":"#0"},"down":{"uv":[0,12,1,13],"texture":"#0"}}},{"from":[3,24,7],"to":[13,25,9],"faces":{"north":{"uv":[1,1.5,6,2],"texture":"#0"},"east":{"uv":[3,1.5,4,2],"texture":"#0"},"south":{"uv":[1,1.5,6,2],"texture":"#0"},"west":{"uv":[3,1.5,4,2],"texture":"#0"},"up":{"uv":[1,0,6,1],"texture":"#0"},"down":{"uv":[1,2,6,1],"rotation":180,"texture":"#0"}}},{"from":[3,23,2],"to":[13,25,7],"faces":{"north":{"uv":[1,4.5,6,5.5],"texture":"#0"},"east":{"uv":[8.5,0,6,1],"texture":"#0"},"west":{"uv":[6,0,8.5,1],"texture":"#0"},"up":{"uv":[1,2,6,4.5],"texture":"#0"}}},{"from":[13,23,2],"to":[3,25,7],"faces":{"north":{"uv":[1,4.5,6,5.5],"texture":"#0"},"east":{"uv":[8.5,0,6,1],"texture":"#0"},"west":{"uv":[6,0,8.5,1],"texture":"#0"},"up":{"uv":[1,2,6,4.5],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,0,5],"translation":[-1,-5,2]},"thirdperson_lefthand":{"rotation":[0,0,5],"translation":[-1,-5,2]},"firstperson_righthand":{"rotation":[-15,10,-10],"translation":[5,-5,0]},"firstperson_lefthand":{"rotation":[-15,10,-10],"translation":[5,-5,0]},"gui":{"rotation":[-20,160,30],"translation":[-2,-4,0],"scale":[0.6,0.6,0.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/candy_spear.json b/assets/minecraft/models/item/wynn/skin/spear/candy_spear.json new file mode 100644 index 000000000..72245d68d --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/candy_spear.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/dwarf","1":"skins/harvest","particle":"skins/dwarf"},"elements":[{"from":[7,-7,8.5],"to":[9,14.9,9.5],"rotation":{"angle":0,"axis":"y","origin":[0,2,1]},"faces":{"north":{"uv":[15.75,2.25,14.75,13.2],"texture":"#0"},"east":{"uv":[15,1,14.5,11.95],"texture":"#0"},"south":{"uv":[15.5,3.5,14.5,14.45],"texture":"#0"},"west":{"uv":[15.75,3.25,15.25,14.2],"texture":"#0"},"up":{"uv":[15,0,16,0.5],"texture":"#0"},"down":{"uv":[15,0,16,0.5],"texture":"#0"}}},{"from":[7.01,-13.24,8.51],"to":[8.99,8.64,9.49],"rotation":{"angle":0,"axis":"y","origin":[0,8,1]},"faces":{"north":{"uv":[15.75,2.25,14.75,13.2],"texture":"#0"},"east":{"uv":[15,1,14.5,11.95],"texture":"#0"},"south":{"uv":[15.5,3.5,14.5,14.45],"texture":"#0"},"west":{"uv":[15.75,3.25,15.25,14.2],"texture":"#0"},"up":{"uv":[15,0,16,0.5],"texture":"#0"},"down":{"uv":[15,1.25,16,1.75],"texture":"#0"}}},{"from":[7.51,-13.34,8.01],"to":[8.49,8.74,9.99],"rotation":{"angle":0,"axis":"y","origin":[8,9.95,9]},"faces":{"north":{"uv":[15.75,2.5,15.25,13.45],"texture":"#0"},"east":{"uv":[15.5,1.25,14.5,12.2],"texture":"#0"},"south":{"uv":[15.75,4,15.25,14.95],"texture":"#0"},"west":{"uv":[15.75,3,14.75,13.95],"texture":"#0"},"up":{"uv":[15,0,16,0.5],"rotation":270,"texture":"#0"},"down":{"uv":[14.75,1.75,15.75,2.25],"rotation":90,"texture":"#0"}}},{"from":[7,-7,8.5],"to":[9,14.9,9.5],"rotation":{"angle":0,"axis":"y","origin":[0,2,1]},"faces":{"north":{"uv":[15.75,2.25,14.75,13.2],"texture":"#0"},"east":{"uv":[15,1,14.5,11.95],"texture":"#0"},"south":{"uv":[15.5,3.5,14.5,14.45],"texture":"#0"},"west":{"uv":[15.75,3.25,15.25,14.2],"texture":"#0"},"up":{"uv":[15,0,16,0.5],"texture":"#0"},"down":{"uv":[15,0,16,0.5],"texture":"#0"}}},{"from":[7.5,-7.1,8],"to":[8.5,15,10],"rotation":{"angle":0,"axis":"y","origin":[8,3.95,9]},"faces":{"north":{"uv":[15.75,2.5,15.25,13.45],"texture":"#0"},"east":{"uv":[15.5,1.25,14.5,12.2],"texture":"#0"},"south":{"uv":[15.75,4,15.25,14.95],"texture":"#0"},"west":{"uv":[15.75,3,14.75,13.95],"texture":"#0"},"up":{"uv":[15,0,16,0.5],"rotation":270,"texture":"#0"},"down":{"uv":[15,0,16,0.5],"rotation":90,"texture":"#0"}}},{"from":[7.01,13.54708,7.84853],"to":[8.99,14.82708,8.82853],"rotation":{"angle":-22.5,"axis":"x","origin":[8,15.88127,5.74058]},"faces":{"north":{"uv":[15.25,1.25,14.75,2],"texture":"#0"},"east":{"uv":[15.25,3.5,14.75,4.25],"texture":"#0"},"south":{"uv":[16,3.25,15,4],"texture":"#0"},"west":{"uv":[15.75,2.5,15.25,3.25],"texture":"#0"},"up":{"uv":[15.25,3,14.75,3.75],"texture":"#0"},"down":{"uv":[15.25,3,14.75,3.75],"texture":"#0"}}},{"from":[7.5,16.844,6.48978],"to":[8.5,18.844,7.98978],"rotation":{"angle":45,"axis":"x","origin":[8,15.88127,5.74058]},"faces":{"north":{"uv":[15.75,3.25,15.25,4],"rotation":180,"texture":"#0"},"east":{"uv":[15.5,1.25,14.5,2],"rotation":90,"texture":"#0"},"south":{"uv":[15.75,3.25,15.25,4],"texture":"#0"},"west":{"uv":[15.5,1.25,14.5,2],"rotation":90,"texture":"#0"},"up":{"uv":[15.75,2.25,15.25,3],"texture":"#0"},"down":{"uv":[14.75,4.25,14.5,5],"rotation":180,"texture":"#0"}}},{"from":[7,17.344,6.58978],"to":[9,18.344,7.88978],"rotation":{"angle":45,"axis":"x","origin":[8,15.88127,5.74058]},"faces":{"north":{"uv":[15.25,3,14.75,3.75],"rotation":180,"texture":"#0"},"east":{"uv":[15.25,2.75,14.75,3.5],"rotation":90,"texture":"#0"},"south":{"uv":[15.25,3,14.75,3.75],"texture":"#0"},"west":{"uv":[16,2,15.5,2.75],"rotation":270,"texture":"#0"},"up":{"uv":[16,2.25,15,3],"texture":"#0"},"down":{"uv":[14.75,1.25,15.75,2],"rotation":180,"texture":"#0"}}},{"from":[7,17.344,10.11022],"to":[9,18.344,11.41022],"rotation":{"angle":-45,"axis":"x","origin":[8,15.88127,12.25942]},"faces":{"north":{"uv":[14.75,3,15.25,3.75],"texture":"#0"},"east":{"uv":[15.25,3.5,14.75,2.75],"rotation":90,"texture":"#0"},"south":{"uv":[14.75,3,15.25,3.75],"rotation":180,"texture":"#0"},"west":{"uv":[16,2.75,15.5,2],"rotation":270,"texture":"#0"},"up":{"uv":[16,3,15,2.25],"texture":"#0"},"down":{"uv":[14.75,2,15.75,1.25],"rotation":180,"texture":"#0"}}},{"from":[7,16.5205,5.5795],"to":[9,17.5205,6.8795],"rotation":{"angle":0,"axis":"x","origin":[8,15.88127,5.74058]},"faces":{"north":{"uv":[15.25,3,14.75,3.75],"rotation":180,"texture":"#0"},"east":{"uv":[15.25,2.75,14.75,3.5],"rotation":90,"texture":"#0"},"south":{"uv":[15.25,3,14.75,3.75],"texture":"#0"},"west":{"uv":[16,2,15.5,2.75],"rotation":270,"texture":"#0"},"up":{"uv":[16,2.25,15,3],"texture":"#0"},"down":{"uv":[14.75,1.25,15.75,2],"rotation":180,"texture":"#0"}}},{"from":[7.49,16.0105,5.4695],"to":[8.51,18.0305,6.9895],"rotation":{"angle":0,"axis":"x","origin":[8,15.88127,5.74058]},"faces":{"north":{"uv":[15.75,3.25,15.25,4],"rotation":180,"texture":"#0"},"east":{"uv":[15.5,1.25,14.5,2],"rotation":90,"texture":"#0"},"south":{"uv":[15.75,3.25,15.25,4],"texture":"#0"},"west":{"uv":[15.5,1.25,14.5,2],"rotation":90,"texture":"#0"},"up":{"uv":[15.75,2.25,15.25,3],"texture":"#0"},"down":{"uv":[14.75,4.25,14.5,5],"texture":"#0"}}},{"from":[7.51,16.34177,6.07654],"to":[8.49,18.32177,7.55654],"rotation":{"angle":22.5,"axis":"x","origin":[8,15.88127,5.74058]},"faces":{"north":{"uv":[15.75,3.25,15.25,4],"rotation":180,"texture":"#0"},"east":{"uv":[15.5,1.25,14.5,2],"rotation":90,"texture":"#0"},"south":{"uv":[15.75,3.25,15.25,4],"texture":"#0"},"west":{"uv":[15.75,2.5,14.75,3.25],"rotation":270,"texture":"#0"},"up":{"uv":[15.75,3.25,15.25,4],"texture":"#0"},"down":{"uv":[14.75,4.25,14.5,5],"texture":"#0"}}},{"from":[7.01,16.84177,6.17654],"to":[8.99,17.82177,7.45654],"rotation":{"angle":22.5,"axis":"x","origin":[8,15.88127,5.74058]},"faces":{"north":{"uv":[15.25,3,14.75,3.75],"rotation":180,"texture":"#0"},"east":{"uv":[15.25,3.5,14.75,4.25],"rotation":90,"texture":"#0"},"south":{"uv":[15.25,3,14.75,3.75],"texture":"#0"},"west":{"uv":[15.75,2.5,15.25,3.25],"rotation":270,"texture":"#0"},"up":{"uv":[16,3.25,15,4],"texture":"#0"},"down":{"uv":[15.25,1.25,14.75,2],"rotation":180,"texture":"#0"}}},{"from":[7.48,15.26556,3.10976],"to":[8.52,16.30556,4.89976],"rotation":{"angle":-45,"axis":"x","origin":[8,15.78556,3.80476]},"faces":{"north":{"uv":[15.75,5.25,15.25,5.75],"rotation":180,"texture":"#0"},"east":{"uv":[15.75,5.25,15.25,5.75],"rotation":90,"texture":"#0"},"south":{"uv":[15.75,5.25,15.25,5.75],"texture":"#0"},"west":{"uv":[15.75,5.25,15.25,5.75],"rotation":270,"texture":"#0"},"up":{"uv":[15.75,5.25,15.25,5.75],"texture":"#0"},"down":{"uv":[15.75,5.25,15.25,5.75],"rotation":180,"texture":"#0"}}},{"from":[7,14.4235,3.96927],"to":[9,15.7235,4.96927],"rotation":{"angle":45,"axis":"x","origin":[8,15.88127,5.74058]},"faces":{"north":{"uv":[16,2.25,15,3],"rotation":180,"texture":"#0"},"east":{"uv":[15.25,2.75,14.75,3.5],"rotation":180,"texture":"#0"},"south":{"uv":[14.75,1.25,15.75,2],"rotation":180,"texture":"#0"},"west":{"uv":[16,2,15.5,2.75],"rotation":180,"texture":"#0"},"up":{"uv":[15.25,3,14.75,3.75],"texture":"#0"},"down":{"uv":[15.75,5.75,15.25,5.25],"texture":"#0"}}},{"from":[7.49,14.3135,3.45927],"to":[8.51,15.8335,5.47927],"rotation":{"angle":45,"axis":"x","origin":[8,15.88127,5.74058]},"faces":{"north":{"uv":[15.75,2.25,15.25,3],"rotation":180,"texture":"#0"},"east":{"uv":[15.5,1.25,14.5,2],"rotation":180,"texture":"#0"},"south":{"uv":[14.75,4.25,14.5,5],"texture":"#0"},"west":{"uv":[15.5,1.25,14.5,2],"texture":"#0"},"up":{"uv":[15.75,3.25,15.25,4],"texture":"#0"},"down":{"uv":[15.75,5.75,15.25,5.25],"texture":"#0"}}},{"from":[7.01,16.46758,4.92802],"to":[8.99,17.44758,6.20802],"rotation":{"angle":-22.5,"axis":"x","origin":[8,15.88127,5.74058]},"faces":{"north":{"uv":[15.25,3,14.75,3.75],"rotation":180,"texture":"#0"},"east":{"uv":[15.25,3.5,14.75,4.25],"rotation":90,"texture":"#0"},"south":{"uv":[15.25,3,14.75,3.75],"texture":"#0"},"west":{"uv":[15.75,2.5,15.25,3.25],"rotation":270,"texture":"#0"},"up":{"uv":[16,3.25,15,4],"texture":"#0"},"down":{"uv":[15.25,1.25,14.75,2],"rotation":180,"texture":"#0"}}},{"from":[7.51,15.96758,4.82802],"to":[8.49,17.94758,6.30802],"rotation":{"angle":-22.5,"axis":"x","origin":[8,15.88127,5.74058]},"faces":{"north":{"uv":[15.75,3.25,15.25,4],"rotation":180,"texture":"#0"},"east":{"uv":[15.5,1.25,14.5,2],"rotation":90,"texture":"#0"},"south":{"uv":[15.75,3.25,15.25,4],"texture":"#0"},"west":{"uv":[15.5,1.25,14.5,2],"rotation":90,"texture":"#0"},"up":{"uv":[15.75,3.25,15.25,4],"texture":"#0"},"down":{"uv":[14.75,4.25,14.5,5],"texture":"#0"}}},{"from":[7.51,16.854,10.02022],"to":[8.49,18.834,11.50022],"rotation":{"angle":-45,"axis":"x","origin":[8,15.88127,12.25942]},"faces":{"north":{"uv":[15.25,3.25,15.75,4],"texture":"#0"},"east":{"uv":[15.5,2,14.5,1.25],"rotation":90,"texture":"#0"},"south":{"uv":[15.25,3.25,15.75,4],"rotation":180,"texture":"#0"},"west":{"uv":[15.5,2,14.5,1.25],"rotation":90,"texture":"#0"},"up":{"uv":[15.75,3,15.25,2.25],"texture":"#0"},"down":{"uv":[14.75,5,14.5,4.25],"rotation":180,"texture":"#0"}}},{"from":[7.505,13.44207,8.66647],"to":[8.495,14.93207,10.65647],"rotation":{"angle":22.5,"axis":"x","origin":[8,15.88127,12.25942]},"faces":{"north":{"uv":[15.25,3.25,15.75,4],"texture":"#0"},"east":{"uv":[14.5,1.25,15.5,2],"texture":"#0"},"south":{"uv":[14.5,4.25,14.75,5],"texture":"#0"},"west":{"uv":[14.75,2.5,15.75,3.25],"texture":"#0"},"up":{"uv":[15.75,4,15.25,3.25],"texture":"#0"},"down":{"uv":[15.75,4,15.25,3.25],"texture":"#0"}}},{"from":[7.02,13.55708,9.18147],"to":[8.98,14.81708,10.14147],"rotation":{"angle":22.5,"axis":"x","origin":[8,15.88127,12.25942]},"faces":{"north":{"uv":[15,3.25,16,4],"texture":"#0"},"east":{"uv":[14.75,3.5,15.25,4.25],"texture":"#0"},"south":{"uv":[14.75,1.25,15.25,2],"texture":"#0"},"west":{"uv":[15.25,2.5,15.75,3.25],"texture":"#0"},"up":{"uv":[15.25,3.75,14.75,3],"texture":"#0"},"down":{"uv":[15.25,3.75,14.75,3],"texture":"#0"}}},{"from":[7.5,16.33177,10.43346],"to":[8.5,18.33177,11.93346],"rotation":{"angle":-22.5,"axis":"x","origin":[8,15.88127,12.25942]},"faces":{"north":{"uv":[15.25,3.25,15.75,4],"texture":"#0"},"east":{"uv":[15.5,2,14.5,1.25],"rotation":90,"texture":"#0"},"south":{"uv":[15.25,3.25,15.75,4],"rotation":180,"texture":"#0"},"west":{"uv":[15.75,3.25,14.75,2.5],"rotation":270,"texture":"#0"},"up":{"uv":[15.75,4,15.25,3.25],"texture":"#0"},"down":{"uv":[14.75,5,14.5,4.25],"texture":"#0"}}},{"from":[7.01,16.84177,10.54346],"to":[8.99,17.82177,11.82346],"rotation":{"angle":-22.5,"axis":"x","origin":[8,15.88127,12.25942]},"faces":{"north":{"uv":[14.75,3,15.25,3.75],"texture":"#0"},"east":{"uv":[15.25,4.25,14.75,3.5],"rotation":90,"texture":"#0"},"south":{"uv":[14.75,3,15.25,3.75],"rotation":180,"texture":"#0"},"west":{"uv":[15.75,3.25,15.25,2.5],"rotation":270,"texture":"#0"},"up":{"uv":[16,4,15,3.25],"texture":"#0"},"down":{"uv":[15.25,2,14.75,1.25],"rotation":180,"texture":"#0"}}},{"from":[7.49,16.0105,11.0105],"to":[8.51,18.0305,12.5305],"rotation":{"angle":0,"axis":"x","origin":[8,15.88127,12.25942]},"faces":{"north":{"uv":[15.25,3.25,15.75,4],"texture":"#0"},"east":{"uv":[15.5,2,14.5,1.25],"rotation":90,"texture":"#0"},"south":{"uv":[15.25,3.25,15.75,4],"rotation":180,"texture":"#0"},"west":{"uv":[15.5,2,14.5,1.25],"rotation":90,"texture":"#0"},"up":{"uv":[15.75,3,15.25,2.25],"texture":"#0"},"down":{"uv":[14.75,5,14.5,4.25],"texture":"#0"}}},{"from":[7,16.5205,11.1205],"to":[9,17.5205,12.4205],"rotation":{"angle":0,"axis":"x","origin":[8,15.88127,12.25942]},"faces":{"north":{"uv":[14.75,3,15.25,3.75],"texture":"#0"},"east":{"uv":[15.25,3.5,14.75,2.75],"rotation":90,"texture":"#0"},"south":{"uv":[14.75,3,15.25,3.75],"rotation":180,"texture":"#0"},"west":{"uv":[16,2.75,15.5,2],"rotation":270,"texture":"#0"},"up":{"uv":[16,3,15,2.25],"texture":"#0"},"down":{"uv":[14.75,2,15.75,1.25],"rotation":180,"texture":"#0"}}},{"from":[7.51,15.96758,11.69198],"to":[8.49,17.94758,13.17198],"rotation":{"angle":22.5,"axis":"x","origin":[8,15.88127,12.25942]},"faces":{"north":{"uv":[15.25,3.25,15.75,4],"texture":"#0"},"east":{"uv":[15.5,2,14.5,1.25],"rotation":90,"texture":"#0"},"south":{"uv":[15.25,3.25,15.75,4],"rotation":180,"texture":"#0"},"west":{"uv":[15.5,2,14.5,1.25],"rotation":90,"texture":"#0"},"up":{"uv":[15.75,4,15.25,3.25],"texture":"#0"},"down":{"uv":[14.75,5,14.5,4.25],"texture":"#0"}}},{"from":[7.01,16.46758,11.79198],"to":[8.99,17.44758,13.07198],"rotation":{"angle":22.5,"axis":"x","origin":[8,15.88127,12.25942]},"faces":{"north":{"uv":[14.75,3,15.25,3.75],"texture":"#0"},"east":{"uv":[15.25,4.25,14.75,3.5],"rotation":90,"texture":"#0"},"south":{"uv":[14.75,3,15.25,3.75],"rotation":180,"texture":"#0"},"west":{"uv":[15.75,3.25,15.25,2.5],"rotation":270,"texture":"#0"},"up":{"uv":[16,4,15,3.25],"texture":"#0"},"down":{"uv":[15.25,2,14.75,1.25],"rotation":180,"texture":"#0"}}},{"from":[7.49,14.3135,12.52073],"to":[8.51,15.8335,14.54073],"rotation":{"angle":-45,"axis":"x","origin":[8,15.88127,12.25942]},"faces":{"north":{"uv":[14.5,4.25,14.75,5],"texture":"#0"},"east":{"uv":[14.5,1.25,15.5,2],"rotation":180,"texture":"#0"},"south":{"uv":[15.25,2.25,15.75,3],"rotation":180,"texture":"#0"},"west":{"uv":[14.5,1.25,15.5,2],"texture":"#0"},"up":{"uv":[15.75,4,15.25,3.25],"texture":"#0"},"down":{"uv":[15.75,5.75,15.25,5.25],"texture":"#0"}}},{"from":[7,14.4235,13.03073],"to":[9,15.7235,14.03073],"rotation":{"angle":-45,"axis":"x","origin":[8,15.88127,12.25942]},"faces":{"north":{"uv":[15.75,1.25,14.75,2],"rotation":180,"texture":"#0"},"east":{"uv":[14.75,2.75,15.25,3.5],"rotation":180,"texture":"#0"},"south":{"uv":[15,2.25,16,3],"rotation":180,"texture":"#0"},"west":{"uv":[15.5,2,16,2.75],"rotation":180,"texture":"#0"},"up":{"uv":[15.25,3.75,14.75,3],"texture":"#0"},"down":{"uv":[15.75,5.75,15.25,5.25],"texture":"#0"}}},{"from":[7.48,15.26556,13.10024],"to":[8.52,16.30556,14.89024],"rotation":{"angle":45,"axis":"x","origin":[8,15.78556,14.19524]},"faces":{"north":{"uv":[15.25,5.25,15.75,5.75],"texture":"#0"},"east":{"uv":[15.75,5.75,15.25,5.25],"rotation":90,"texture":"#0"},"south":{"uv":[15.25,5.25,15.75,5.75],"rotation":180,"texture":"#0"},"west":{"uv":[15.75,5.75,15.25,5.25],"rotation":270,"texture":"#0"},"up":{"uv":[15.75,5.75,15.25,5.25],"texture":"#0"},"down":{"uv":[15.75,5.75,15.25,5.25],"rotation":180,"texture":"#0"}}},{"from":[7.15941,7,8.77326],"to":[7.16941,10.75,13.02326],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.53722,8.9]},"faces":{"north":{"uv":[0.5,9,0,9.5],"texture":"#1"},"east":{"uv":[5.5,5.5,0.5,10],"texture":"#1"},"south":{"uv":[0.5,9,0,9.5],"texture":"#1"},"west":{"uv":[0.5,5.5,5.5,10],"texture":"#1"},"up":{"uv":[0,9.5,0.5,9],"rotation":90,"texture":"#1"},"down":{"uv":[0,9.5,0.5,9],"rotation":270,"texture":"#1"}}},{"from":[7.85941,16.8,9.27326],"to":[7.86941,20.55,13.52326],"rotation":{"angle":-45,"axis":"y","origin":[8.7,18.33722,9.4]},"faces":{"north":{"uv":[0.5,9,0,9.5],"texture":"#1"},"east":{"uv":[5.5,5.5,0.5,10],"texture":"#1"},"south":{"uv":[0.5,9,0,9.5],"texture":"#1"},"west":{"uv":[0.5,5.5,5.5,10],"texture":"#1"},"up":{"uv":[0,9.5,0.5,9],"rotation":90,"texture":"#1"},"down":{"uv":[0,9.5,0.5,9],"rotation":270,"texture":"#1"}}},{"from":[7.85941,16.8,4.37674],"to":[7.86941,20.55,8.62674],"rotation":{"angle":45,"axis":"y","origin":[8.7,18.33722,8.5]},"faces":{"north":{"uv":[0,9,0.5,9.5],"texture":"#1"},"east":{"uv":[0.5,5.5,5.5,10],"texture":"#1"},"south":{"uv":[0,9,0.5,9.5],"texture":"#1"},"west":{"uv":[5.5,5.5,0.5,10],"texture":"#1"},"up":{"uv":[0.5,9.5,0,9],"rotation":90,"texture":"#1"},"down":{"uv":[0.5,9.5,0,9],"rotation":270,"texture":"#1"}}},{"from":[8.13059,16.8,4.37674],"to":[8.14059,20.55,8.62674],"rotation":{"angle":-45,"axis":"y","origin":[7.3,18.33722,8.5]},"faces":{"north":{"uv":[0.5,9,0,9.5],"texture":"#1"},"east":{"uv":[0.5,5.5,5.5,10],"texture":"#1"},"south":{"uv":[0.5,9,0,9.5],"texture":"#1"},"west":{"uv":[5.5,5.5,0.5,10],"texture":"#1"},"up":{"uv":[0.5,9,0,9.5],"rotation":90,"texture":"#1"},"down":{"uv":[0.5,9,0,9.5],"rotation":270,"texture":"#1"}}},{"from":[8.13059,16.8,9.27326],"to":[8.14059,20.55,13.52326],"rotation":{"angle":45,"axis":"y","origin":[7.3,18.33722,9.4]},"faces":{"north":{"uv":[0,9,0.5,9.5],"texture":"#1"},"east":{"uv":[5.5,5.5,0.5,10],"texture":"#1"},"south":{"uv":[0,9,0.5,9.5],"texture":"#1"},"west":{"uv":[0.5,5.5,5.5,10],"texture":"#1"},"up":{"uv":[0,9,0.5,9.5],"rotation":90,"texture":"#1"},"down":{"uv":[0,9,0.5,9.5],"rotation":270,"texture":"#1"}}},{"from":[7.95831,16.7,5.25],"to":[7.96831,28.7,12.75],"rotation":{"angle":0,"axis":"x","origin":[7.96331,18.575,8.02639]},"faces":{"north":{"uv":[0.25,0.5,0.5,0.25],"rotation":90,"texture":"#0"},"east":{"uv":[10,5,13.75,11],"texture":"#0"},"south":{"uv":[0.25,0.5,0.5,0.25],"rotation":90,"texture":"#0"},"west":{"uv":[10,5,13.75,11],"texture":"#0"},"up":{"uv":[0.25,0.5,0.5,0.25],"rotation":90,"texture":"#0"},"down":{"uv":[0.25,0.5,0.5,0.25],"rotation":90,"texture":"#0"}}},{"from":[5.42539,7.93978,8.9],"to":[6.42539,8.93978,9.9],"rotation":{"angle":22.5,"axis":"z","origin":[8,8.53722,8.9]},"faces":{"north":{"uv":[15,8,15.5,8.5],"texture":"#0"},"east":{"uv":[15,8,15.5,8.5],"texture":"#0"},"south":{"uv":[15,8,15.5,8.5],"texture":"#0"},"west":{"uv":[15,8,15.5,8.5],"texture":"#0"},"up":{"uv":[15,8,15.5,8.5],"texture":"#0"},"down":{"uv":[15,8,15.5,8.5],"texture":"#0"}}},{"from":[6.18098,7.31051,8.1],"to":[7.18098,8.31051,9.1],"rotation":{"angle":-22.5,"axis":"z","origin":[8,8.53722,8.9]},"faces":{"north":{"uv":[15,8,15.5,8.5],"texture":"#0"},"east":{"uv":[15,8,15.5,8.5],"texture":"#0"},"south":{"uv":[15,8,15.5,8.5],"texture":"#0"},"west":{"uv":[15,8,15.5,8.5],"texture":"#0"},"up":{"uv":[15,8,15.5,8.5],"texture":"#0"},"down":{"uv":[15,8,15.5,8.5],"texture":"#0"}}},{"from":[7.39749,7,3.62762],"to":[7.40749,11.5,8.62762],"rotation":{"angle":45,"axis":"y","origin":[8,8.53722,8.9]},"faces":{"north":{"uv":[0,9,0.5,9.5],"texture":"#1"},"east":{"uv":[0.5,5.5,5.5,10],"texture":"#1"},"south":{"uv":[0,9,0.5,9.5],"texture":"#1"},"west":{"uv":[5.5,5.5,0.5,10],"texture":"#1"},"up":{"uv":[0.5,9.5,0,9],"rotation":90,"texture":"#1"},"down":{"uv":[0.5,9.5,0,9],"rotation":270,"texture":"#1"}}},{"from":[8.83059,7,4.72674],"to":[8.84059,10.75,8.97674],"rotation":{"angle":-22.5,"axis":"y","origin":[8,8.53722,8.85]},"faces":{"north":{"uv":[0.5,9,0,9.5],"texture":"#1"},"east":{"uv":[0.5,5.5,5.5,10],"texture":"#1"},"south":{"uv":[0.5,9,0,9.5],"texture":"#1"},"west":{"uv":[5.5,5.5,0.5,10],"texture":"#1"},"up":{"uv":[0.5,9,0,9.5],"rotation":90,"texture":"#1"},"down":{"uv":[0.5,9,0,9.5],"rotation":270,"texture":"#1"}}},{"from":[9.57461,7.93978,7.85],"to":[10.57461,8.93978,8.85],"rotation":{"angle":-22.5,"axis":"z","origin":[8,8.53722,8.85]},"faces":{"north":{"uv":[15,8,15.5,8.5],"texture":"#0"},"east":{"uv":[15,8,15.5,8.5],"texture":"#0"},"south":{"uv":[15,8,15.5,8.5],"texture":"#0"},"west":{"uv":[15,8,15.5,8.5],"texture":"#0"},"up":{"uv":[15.5,8.5,15,8],"texture":"#0"},"down":{"uv":[15.5,8.5,15,8],"texture":"#0"}}},{"from":[8.81902,7.31051,8.65],"to":[9.81902,8.31051,9.65],"rotation":{"angle":22.5,"axis":"z","origin":[8,8.53722,8.85]},"faces":{"north":{"uv":[15,8,15.5,8.5],"texture":"#0"},"east":{"uv":[15,8,15.5,8.5],"texture":"#0"},"south":{"uv":[15,8,15.5,8.5],"texture":"#0"},"west":{"uv":[15,8,15.5,8.5],"texture":"#0"},"up":{"uv":[15.5,8.5,15,8],"texture":"#0"},"down":{"uv":[15.5,8.5,15,8],"texture":"#0"}}},{"from":[8.59251,7,9.12238],"to":[8.60251,11.5,14.12238],"rotation":{"angle":45,"axis":"y","origin":[8,8.53722,8.85]},"faces":{"north":{"uv":[0,9,0.5,9.5],"texture":"#1"},"east":{"uv":[5.5,5.5,0.5,10],"texture":"#1"},"south":{"uv":[0,9,0.5,9.5],"texture":"#1"},"west":{"uv":[0.5,5.5,5.5,10],"texture":"#1"},"up":{"uv":[0,9,0.5,9.5],"rotation":90,"texture":"#1"},"down":{"uv":[0,9,0.5,9.5],"rotation":270,"texture":"#1"}}},{"from":[6.99,7.99,7.99],"to":[9.01,9.01,10.01],"rotation":{"angle":0,"axis":"y","origin":[7,8,8]},"faces":{"north":{"uv":[10,6.5,12,7.5],"texture":"#1"},"east":{"uv":[8.5,6.5,10.5,7.5],"texture":"#1"},"south":{"uv":[11.5,6.5,13.5,7.5],"texture":"#1"},"west":{"uv":[10,6.5,12,7.5],"texture":"#1"},"up":{"uv":[10,6.5,12,8.5],"texture":"#1"},"down":{"uv":[10,6.5,12,7.5],"texture":"#1"}}}],"display":{"thirdperson_righthand":{"translation":[0,4.25,0.25]},"firstperson_righthand":{"rotation":[-16,11,0],"translation":[2.25,-0.5,0]},"firstperson_lefthand":{"rotation":[-16,11,0],"translation":[2.25,-0.5,0]},"gui":{"rotation":[114,-130,93],"translation":[0.75,0.25,0],"scale":[0.55,0.55,0.55]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/corrupted_spear.json b/assets/minecraft/models/item/wynn/skin/spear/corrupted_spear.json new file mode 100644 index 000000000..8d8db9c83 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/corrupted_spear.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/corrupted/corrupted_spear","1":"skins/corrupted/corrupted_pulse","particle":"skins/corrupted/corrupted_spear"},"elements":[{"from":[6.5,11,6.5],"to":[9.5,12,9.5],"rotation":{"angle":-45,"axis":"y","origin":[8,11.5,8]},"faces":{"north":{"uv":[12,4.25,11.25,4.5],"texture":"#0"},"east":{"uv":[12.75,4.25,12,4.5],"texture":"#0"},"south":{"uv":[13.5,4.25,12.75,4.5],"texture":"#0"},"west":{"uv":[14.25,4.25,13.5,4.5],"texture":"#0"},"up":{"uv":[12,4.25,12.75,3.5],"rotation":90,"texture":"#0"},"down":{"uv":[12.75,3.5,13.5,4.25],"rotation":270,"texture":"#0"}}},{"from":[6.5,-5,6.5],"to":[9.5,-4,9.5],"rotation":{"angle":-45,"axis":"y","origin":[8,-4.5,8]},"faces":{"north":{"uv":[12,2.5,11.25,2.75],"texture":"#0"},"east":{"uv":[12.75,2.5,12,2.75],"texture":"#0"},"south":{"uv":[13.5,2.5,12.75,2.75],"texture":"#0"},"west":{"uv":[14.25,2.5,13.5,2.75],"texture":"#0"},"up":{"uv":[12,2.5,12.75,1.75],"rotation":90,"texture":"#0"},"down":{"uv":[12.75,1.75,13.5,2.5],"rotation":270,"texture":"#0"}}},{"from":[7.5,12.51624,6.875],"to":[8.5,17.51624,11.875],"rotation":{"angle":-45,"axis":"x","origin":[8,13.64124,8]},"faces":{"north":{"uv":[4.5,7.5,4.25,8.75],"texture":"#0"},"east":{"uv":[5.75,7.5,4.5,8.75],"texture":"#0"},"south":{"uv":[6,7.5,5.75,8.75],"texture":"#0"},"west":{"uv":[7.25,7.5,6,8.75],"texture":"#0"},"up":{"uv":[4.5,7.5,5.75,7.25],"rotation":90,"texture":"#0"},"down":{"uv":[5.75,7.25,7,7.5],"rotation":270,"texture":"#0"}}},{"from":[7.5,18.35324,0.07436],"to":[8.5,23.35324,4.07436],"rotation":{"angle":-22.5,"axis":"x","origin":[8,22.23331,-3.7184]},"faces":{"north":{"uv":[8.5,3.25,8.25,4.5],"texture":"#0"},"east":{"uv":[9.5,3.25,8.5,4.5],"texture":"#0"},"south":{"uv":[9.75,3.25,9.5,4.5],"texture":"#0"},"west":{"uv":[10.75,3.25,9.75,4.5],"texture":"#0"},"up":{"uv":[8.5,3.25,9.5,3],"rotation":90,"texture":"#0"},"down":{"uv":[9.5,3,10.5,3.25],"rotation":270,"texture":"#0"}}},{"from":[7.5,22,11.5],"to":[8.5,25,14.5],"rotation":{"angle":-45,"axis":"x","origin":[8,22.5,14]},"faces":{"north":{"uv":[10.75,8.75,10.5,9.5],"texture":"#0"},"east":{"uv":[11.5,8.75,10.75,9.5],"texture":"#0"},"south":{"uv":[11.75,8.75,11.5,9.5],"texture":"#0"},"west":{"uv":[12.5,8.75,11.75,9.5],"texture":"#0"},"up":{"uv":[10.75,8.75,11.5,8.5],"rotation":90,"texture":"#0"},"down":{"uv":[11.5,8.5,12.25,8.75],"rotation":270,"texture":"#0"}}},{"from":[7.49,22.16157,-2.30289],"to":[8.51,26.18157,1.71711],"rotation":{"angle":22.5,"axis":"x","origin":[8,22.23331,-3.7184]},"faces":{"north":{"uv":[1,8.25,0.75,9.25],"texture":"#0"},"east":{"uv":[2,8.25,1,9.25],"texture":"#0"},"south":{"uv":[2.25,8.25,2,9.25],"texture":"#0"},"west":{"uv":[3.25,8.25,2.25,9.25],"texture":"#0"},"up":{"uv":[1,8.25,2,8],"rotation":90,"texture":"#0"},"down":{"uv":[2,8,3,8.25],"rotation":270,"texture":"#0"}}},{"from":[7.51,21.33627,-3.55473],"to":[8.49,25.31627,3.42527],"rotation":{"angle":0,"axis":"y","origin":[8,22.23331,-3.7184]},"faces":{"north":{"uv":[3.25,5.5,3,6.5],"texture":"#0"},"east":{"uv":[5,5.5,3.25,6.5],"texture":"#0"},"south":{"uv":[5.25,5.5,5,6.5],"texture":"#0"},"west":{"uv":[7,5.5,5.25,6.5],"texture":"#0"},"up":{"uv":[3.25,5.5,5,5.25],"rotation":90,"texture":"#0"},"down":{"uv":[5,5.25,6.75,5.5],"rotation":270,"texture":"#0"}}},{"from":[7.49,21.31627,-6.57473],"to":[8.51,23.33627,-3.55473],"rotation":{"angle":0,"axis":"y","origin":[8,22.23331,-3.7184]},"faces":{"north":{"uv":[11,7,10.75,7.5],"texture":"#0"},"east":{"uv":[11.75,7,11,7.5],"texture":"#0"},"south":{"uv":[12,7,11.75,7.5],"texture":"#0"},"west":{"uv":[12.75,7,12,7.5],"texture":"#0"},"up":{"uv":[11,7,11.75,6.75],"rotation":90,"texture":"#0"},"down":{"uv":[11.75,6.75,12.5,7],"rotation":270,"texture":"#0"}}},{"from":[7.49,22.47456,-11.20517],"to":[8.51,23.99456,-6.18517],"rotation":{"angle":-22.5,"axis":"x","origin":[8,22.23331,-3.7184]},"faces":{"north":{"uv":[8.25,5.875,8,6.25],"texture":"#0"},"east":{"uv":[9.5,5.875,8.25,6.25],"texture":"#0"},"south":{"uv":[9.75,5.875,9.5,6.25],"texture":"#0"},"west":{"uv":[11,5.875,9.75,6.25],"texture":"#0"},"up":{"uv":[8.25,5.625,9.5,5.375],"rotation":90,"texture":"#0"},"down":{"uv":[9.5,5.375,10.75,5.625],"rotation":270,"texture":"#0"}}},{"from":[7.5,23.03203,-7.3928],"to":[8.5,25.03203,-2.3928],"rotation":{"angle":-22.5,"axis":"x","origin":[8,22.23331,-3.7184]},"faces":{"north":{"uv":[4.5,10,4.25,10.5],"texture":"#0"},"east":{"uv":[5.75,10,4.5,10.5],"texture":"#0"},"south":{"uv":[6,10,5.75,10.5],"texture":"#0"},"west":{"uv":[7.25,10,6,10.5],"texture":"#0"},"up":{"uv":[4.5,10,5.75,9.75],"rotation":90,"texture":"#0"},"down":{"uv":[5.75,9.75,7,10],"rotation":270,"texture":"#0"}}},{"from":[7.5,14.90963,-7.71021],"to":[8.5,19.90963,-6.71021],"rotation":{"angle":45,"axis":"x","origin":[8,22.23331,-3.7184]},"faces":{"north":{"uv":[4.75,11.5,4.5,12.75],"texture":"#0"},"east":{"uv":[5,11.5,4.75,12.75],"texture":"#0"},"south":{"uv":[5.25,11.5,5,12.75],"texture":"#0"},"west":{"uv":[5.5,11.5,5.25,12.75],"texture":"#0"},"up":{"uv":[4.75,11.5,5,11.25],"rotation":90,"texture":"#0"},"down":{"uv":[5,11.25,5.25,11.5],"rotation":270,"texture":"#0"}}},{"from":[7.51,19.18029,-11.70966],"to":[8.49,19.86732,-11.02263],"rotation":{"angle":0,"axis":"y","origin":[8,19.37732,-11.21966]},"faces":{"north":{"uv":[0.25,0.25,0,0.375],"texture":"#0"},"east":{"uv":[0.375,0.25,0.25,0.375],"texture":"#0"},"south":{"uv":[0.625,0.25,0.375,0.375],"texture":"#0"},"west":{"uv":[0.75,0.25,0.625,0.375],"texture":"#0"},"up":{"uv":[0.25,0.25,0.375,0],"rotation":90,"texture":"#0"},"down":{"uv":[0.375,0,0.5,0.25],"rotation":270,"texture":"#0"}}},{"from":[7.5,12.51624,5.875],"to":[8.5,15.51624,6.875],"rotation":{"angle":-45,"axis":"x","origin":[8,13.64124,8]},"faces":{"north":{"uv":[0.75,11.75,0.5,12.5],"texture":"#0"},"east":{"uv":[1,11.75,0.75,12.5],"texture":"#0"},"south":{"uv":[1.25,11.75,1,12.5],"texture":"#0"},"west":{"uv":[1.5,11.75,1.25,12.5],"texture":"#0"},"up":{"uv":[0.75,11.75,1,11.5],"rotation":90,"texture":"#0"},"down":{"uv":[1,11.5,1.25,11.75],"rotation":270,"texture":"#0"}}},{"from":[7.5,12.51624,9.125],"to":[8.5,15.51624,10.125],"rotation":{"angle":45,"axis":"x","origin":[8,13.64124,8]},"faces":{"north":{"uv":[7,11.5,6.75,12.25],"texture":"#0"},"east":{"uv":[7.25,11.5,7,12.25],"texture":"#0"},"south":{"uv":[7.5,11.5,7.25,12.25],"texture":"#0"},"west":{"uv":[7.75,11.5,7.5,12.25],"texture":"#0"},"up":{"uv":[7,11.5,7.25,11.25],"rotation":90,"texture":"#0"},"down":{"uv":[7.25,11.25,7.5,11.5],"rotation":270,"texture":"#0"}}},{"from":[6.875,12.51624,7.5],"to":[10.875,16.51624,8.5],"rotation":{"angle":45,"axis":"z","origin":[8,13.64124,8]},"faces":{"north":{"uv":[6.5,1.5,5.5,2.5],"texture":"#0"},"east":{"uv":[6.75,1.5,6.5,2.5],"texture":"#0"},"south":{"uv":[7.75,1.5,6.75,2.5],"texture":"#0"},"west":{"uv":[8,1.5,7.75,2.5],"texture":"#0"},"up":{"uv":[6.5,1.5,6.75,0.5],"rotation":90,"texture":"#0"},"down":{"uv":[6.75,0.5,7,1.5],"rotation":270,"texture":"#0"}}},{"from":[5.875,12.51624,7.5],"to":[6.875,14.51624,8.5],"rotation":{"angle":45,"axis":"z","origin":[8,13.64124,8]},"faces":{"north":{"uv":[11.5,0.75,11.25,1.25],"texture":"#0"},"east":{"uv":[11.75,0.75,11.5,1.25],"texture":"#0"},"south":{"uv":[12,0.75,11.75,1.25],"texture":"#0"},"west":{"uv":[12.25,0.75,12,1.25],"texture":"#0"},"up":{"uv":[11.5,0.75,11.75,0.5],"rotation":90,"texture":"#0"},"down":{"uv":[11.75,0.5,12,0.75],"rotation":270,"texture":"#0"}}},{"from":[9.125,12.51624,7.5],"to":[10.125,14.51624,8.5],"rotation":{"angle":-45,"axis":"z","origin":[8,13.64124,8]},"faces":{"north":{"uv":[2.5,11.75,2.25,12.25],"texture":"#0"},"east":{"uv":[2.75,11.75,2.5,12.25],"texture":"#0"},"south":{"uv":[3,11.75,2.75,12.25],"texture":"#0"},"west":{"uv":[3.25,11.75,3,12.25],"texture":"#0"},"up":{"uv":[2.5,11.75,2.75,11.5],"rotation":90,"texture":"#0"},"down":{"uv":[2.75,11.5,3,11.75],"rotation":270,"texture":"#0"}}},{"from":[7,-4,7],"to":[9,11,9],"rotation":{"angle":-45,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[0.75,3.25,1.25,7],"texture":"#0"},"east":{"uv":[1.25,3.25,0.75,7],"texture":"#0"},"south":{"uv":[0.75,3.25,1.25,7],"texture":"#0"},"west":{"uv":[1.25,3.25,0.75,7],"texture":"#0"},"up":{"uv":[0.75,3.25,1.25,2.75],"rotation":90,"texture":"#0"},"down":{"uv":[0.75,2.75,1.25,3.25],"rotation":270,"texture":"#0"}}},{"from":[7.5,-7.70711,6.5],"to":[8.5,-4.70711,9.5],"rotation":{"angle":45,"axis":"x","origin":[8,-6.20711,8]},"faces":{"north":{"uv":[8.75,1.75,8.5,2.5],"texture":"#0"},"east":{"uv":[9.5,1.75,8.75,2.5],"texture":"#0"},"south":{"uv":[9.75,1.75,9.5,2.5],"texture":"#0"},"west":{"uv":[10.5,1.75,9.75,2.5],"texture":"#0"},"up":{"uv":[8.75,1.75,9.5,1.5],"rotation":90,"texture":"#0"},"down":{"uv":[9.5,1.5,10.25,1.75],"rotation":270,"texture":"#0"}}},{"from":[7.5,-7.70711,6.5],"to":[8.5,-4.70711,9.5],"rotation":{"angle":45,"axis":"x","origin":[8,-6.20711,8]},"faces":{"north":{"uv":[8.75,1.75,8.5,2.5],"texture":"#0"},"east":{"uv":[9.5,1.75,8.75,2.5],"texture":"#0"},"south":{"uv":[9.75,1.75,9.5,2.5],"texture":"#0"},"west":{"uv":[10.5,1.75,9.75,2.5],"texture":"#0"},"up":{"uv":[8.75,1.75,9.5,1.5],"rotation":90,"texture":"#0"},"down":{"uv":[9.5,1.5,10.25,1.75],"rotation":270,"texture":"#0"}}},{"from":[8,20,5],"to":[11,25,11],"rotation":{"angle":0,"axis":"y","origin":[8,21.5,8]},"faces":{"north":{"uv":[1,1,0.25,2.25],"texture":"#0"},"east":{"uv":[2.5,1,1,2.25],"texture":"#0"},"south":{"uv":[3.25,1,2.5,2.25],"texture":"#0"},"west":{"uv":[4.75,1,3.25,2.25],"texture":"#0"},"up":{"uv":[1,1,2.5,0.25],"rotation":90,"texture":"#0"},"down":{"uv":[2.5,0.25,4,1],"rotation":270,"texture":"#0"}}},{"from":[11.1,20.5,7.5],"to":[11.1,21.5,8.5],"rotation":{"angle":0,"axis":"y","origin":[11.1,21,8]},"faces":{"east":{"uv":[2.25,2.5,2,2.75],"texture":"#0"}}},{"from":[5,20,5],"to":[8,25,11],"rotation":{"angle":0,"axis":"y","origin":[8,21.5,8]},"faces":{"north":{"uv":[0.25,1,1,2.25],"texture":"#0"},"east":{"uv":[3.25,1,4.75,2.25],"texture":"#0"},"south":{"uv":[2.5,1,3.25,2.25],"texture":"#0"},"west":{"uv":[1,1,2.5,2.25],"texture":"#0"},"up":{"uv":[1,0.25,2.5,1],"rotation":90,"texture":"#0"},"down":{"uv":[2.5,1,4,0.25],"rotation":270,"texture":"#0"}}},{"from":[6.5,21,4],"to":[9.5,24,5],"rotation":{"angle":-45,"axis":"z","origin":[8,22.5,5.5]},"faces":{"north":{"uv":[9,7.25,8.25,8],"texture":"#0"},"east":{"uv":[9.25,7.25,9,8],"texture":"#0"},"south":{"uv":[10,7.25,9.25,8],"texture":"#0"},"west":{"uv":[10.25,7.25,10,8],"texture":"#0"},"up":{"uv":[9,7.25,9.25,6.5],"rotation":90,"texture":"#0"},"down":{"uv":[9.25,6.5,9.5,7.25],"rotation":270,"texture":"#0"}}},{"from":[6.5,21,11],"to":[9.5,24,12],"rotation":{"angle":-45,"axis":"z","origin":[8,22.5,5.5]},"faces":{"north":{"uv":[8.25,9.25,7.5,10],"texture":"#0"},"east":{"uv":[8.5,9.25,8.25,10],"texture":"#0"},"south":{"uv":[9.25,9.25,8.5,10],"texture":"#0"},"west":{"uv":[9.5,9.25,9.25,10],"texture":"#0"},"up":{"uv":[8.25,9.25,8.5,8.5],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,8.5,8.75,9.25],"rotation":270,"texture":"#0"}}},{"from":[9,19,6],"to":[11,20,10],"rotation":{"angle":0,"axis":"y","origin":[8,20.5,8]},"faces":{"north":{"uv":[1,10.5,0.5,10.75],"texture":"#0"},"east":{"uv":[2,10.5,1,10.75],"texture":"#0"},"south":{"uv":[2.5,10.5,2,10.75],"texture":"#0"},"west":{"uv":[3.5,10.5,2.5,10.75],"texture":"#0"},"up":{"uv":[1,10.5,2,10],"rotation":90,"texture":"#0"},"down":{"uv":[2,10,3,10.5],"rotation":270,"texture":"#0"}}},{"from":[8,18,5.5],"to":[9,20,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,21.5,8]},"faces":{"north":{"uv":[7.75,0.5,7.5,1],"texture":"#0"},"east":{"uv":[9,0.5,7.75,1],"texture":"#0"},"south":{"uv":[9.25,0.5,9,1],"texture":"#0"},"west":{"uv":[10.5,0.5,9.25,1],"texture":"#0"},"up":{"uv":[7.75,0.5,9,0.25],"rotation":90,"texture":"#0"},"down":{"uv":[9,0.25,10.25,0.5],"rotation":270,"texture":"#0"}}},{"from":[7.5312,15.68344,5.49],"to":[10.5512,17.70344,10.51],"rotation":{"angle":-22.5,"axis":"z","origin":[9.5412,16.69344,8]},"faces":{"north":{"uv":[4,4,3.25,4.5],"texture":"#0"},"east":{"uv":[5.25,4,4,4.5],"texture":"#0"},"south":{"uv":[6,4,5.25,4.5],"texture":"#0"},"west":{"uv":[7.25,4,6,4.5],"texture":"#0"},"up":{"uv":[4,4,5.25,3.25],"rotation":90,"texture":"#0"},"down":{"uv":[5.25,3.25,6.5,4],"rotation":270,"texture":"#0"}}},{"from":[9,17.5,6.5],"to":[10,19.5,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,21.5,8]},"faces":{"north":{"uv":[12,5.5,11.75,6],"texture":"#0"},"east":{"uv":[12.75,5.5,12,6],"texture":"#0"},"south":{"uv":[13,5.5,12.75,6],"texture":"#0"},"west":{"uv":[13.75,5.5,13,6],"texture":"#0"},"up":{"uv":[12,5.5,12.75,5.25],"rotation":90,"texture":"#0"},"down":{"uv":[12.75,5.25,13.5,5.5],"rotation":270,"texture":"#0"}}},{"from":[7,18,5.5],"to":[8,20,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,21.5,8]},"faces":{"north":{"uv":[7.5,0.5,7.75,1],"texture":"#0"},"east":{"uv":[9.25,0.5,10.5,1],"texture":"#0"},"south":{"uv":[9,0.5,9.25,1],"texture":"#0"},"west":{"uv":[7.75,0.5,9,1],"texture":"#0"},"up":{"uv":[7.75,0.25,9,0.5],"rotation":90,"texture":"#0"},"down":{"uv":[9,0.5,10.25,0.25],"rotation":270,"texture":"#0"}}},{"from":[5.4488,15.68344,5.49],"to":[8.4688,17.70344,10.51],"rotation":{"angle":22.5,"axis":"z","origin":[6.4588,16.69344,8]},"faces":{"north":{"uv":[3.25,4,4,4.5],"texture":"#0"},"east":{"uv":[6,4,7.25,4.5],"texture":"#0"},"south":{"uv":[5.25,4,6,4.5],"texture":"#0"},"west":{"uv":[4,4,5.25,4.5],"texture":"#0"},"up":{"uv":[4,3.25,5.25,4],"rotation":90,"texture":"#0"},"down":{"uv":[5.25,4,6.5,3.25],"rotation":270,"texture":"#0"}}},{"from":[6,17.5,6.5],"to":[7,19.5,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,21.5,8]},"faces":{"north":{"uv":[11.75,5.5,12,6],"texture":"#0"},"east":{"uv":[13,5.5,13.75,6],"texture":"#0"},"south":{"uv":[12.75,5.5,13,6],"texture":"#0"},"west":{"uv":[12,5.5,12.75,6],"texture":"#0"},"up":{"uv":[12,5.25,12.75,5.5],"rotation":90,"texture":"#0"},"down":{"uv":[12.75,5.5,13.5,5.25],"rotation":270,"texture":"#0"}}},{"from":[5,19,6],"to":[7,20,10],"rotation":{"angle":0,"axis":"y","origin":[8,20.5,8]},"faces":{"north":{"uv":[0.5,10.5,1,10.75],"texture":"#0"},"east":{"uv":[2.5,10.5,3.5,10.75],"texture":"#0"},"south":{"uv":[2,10.5,2.5,10.75],"texture":"#0"},"west":{"uv":[1,10.5,2,10.75],"texture":"#0"},"up":{"uv":[1,10,2,10.5],"rotation":90,"texture":"#0"},"down":{"uv":[2,10.5,3,10],"rotation":270,"texture":"#0"}}},{"from":[11.1,21.35355,8.60355],"to":[11.1,23.35355,11.60355],"rotation":{"angle":-22.5,"axis":"x","origin":[11.1,22.35355,10.10355]},"faces":{"east":{"uv":[2.5,3.25,1.75,3.75],"texture":"#0"}}},{"from":[11.1,21.35355,4.39645],"to":[11.1,23.35355,7.39645],"rotation":{"angle":22.5,"axis":"x","origin":[11.1,22.35355,5.89645]},"faces":{"east":{"uv":[1.75,3.25,2.5,3.75],"texture":"#0"}}},{"from":[4.9,20.5,7.5],"to":[4.9,21.5,8.5],"rotation":{"angle":0,"axis":"y","origin":[4.9,21,8]},"faces":{"west":{"uv":[2,2.5,2.25,2.75],"texture":"#0"}}},{"from":[4.9,21.35355,4.39645],"to":[4.9,23.35355,7.39645],"rotation":{"angle":22.5,"axis":"x","origin":[4.9,22.35355,5.89645]},"faces":{"west":{"uv":[2.5,3.25,1.75,3.75],"texture":"#0"}}},{"from":[4.9,21.35355,8.60355],"to":[4.9,23.35355,11.60355],"rotation":{"angle":-22.5,"axis":"x","origin":[4.9,22.35355,10.10355]},"faces":{"west":{"uv":[1.75,3.25,2.5,3.75],"texture":"#0"}}},{"from":[1,18.5,1],"to":[15,18.5,15],"rotation":{"angle":0,"axis":"y","origin":[8,18.5,8]},"faces":{"up":{"uv":[15,1,1,15],"rotation":180,"texture":"#1"},"down":{"uv":[1,1,15,15],"texture":"#1"}}},{"from":[1,11.5,8],"to":[15,25.5,8],"rotation":{"angle":-45,"axis":"y","origin":[8,18.5,8]},"faces":{"north":{"uv":[15,1,1,15],"texture":"#1"},"south":{"uv":[1,1,15,15],"texture":"#1"}}},{"from":[1,11.5,8],"to":[15,25.5,8],"rotation":{"angle":45,"axis":"y","origin":[8,18.5,8]},"faces":{"north":{"uv":[15,1,1,15],"texture":"#1"},"south":{"uv":[1,1,15,15],"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[5,0,5],"translation":[-1,0,2]},"thirdperson_lefthand":{"rotation":[5,0,5],"translation":[-1,0,2]},"firstperson_righthand":{"rotation":[15,10,-10],"translation":[6,-3,-6]},"firstperson_lefthand":{"rotation":[15,10,-10],"translation":[6,-3,-6]},"gui":{"rotation":[-35,135,40],"translation":[0,-1,0],"scale":[0.53,0.53,0.53]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/cosmic_spear.json b/assets/minecraft/models/item/wynn/skin/spear/cosmic_spear.json new file mode 100644 index 000000000..8a8202828 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/cosmic_spear.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/space_gradient","1":"skins/gradient_set","particle":"skins/space_gradient"},"elements":[{"from":[7.25918,18.52322,7.2567],"to":[8.75918,20.02322,8.7567],"rotation":{"angle":45,"axis":"x","origin":[8.00918,19.27322,8.0067]},"faces":{"north":{"uv":[7.5,13,9,14.5],"texture":"#0"},"east":{"uv":[7.5,13.5,9,15],"rotation":90,"texture":"#0"},"south":{"uv":[9.5,14.5,11,16],"texture":"#0"},"west":{"uv":[8.5,13.5,10,15],"texture":"#0"},"up":{"uv":[7,13.5,8.5,15],"texture":"#0"},"down":{"uv":[9.5,14.5,11,16],"rotation":180,"texture":"#0"}}},{"from":[7.50918,21.97322,7.7567],"to":[8.50918,22.97322,8.7567],"rotation":{"angle":45,"axis":"x","origin":[8.25918,22.72322,8.0067]},"faces":{"north":{"uv":[7.5,13,8.5,14],"texture":"#0"},"east":{"uv":[7.5,13.5,8.5,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[8.5,14,9.5,15],"texture":"#0"},"west":{"uv":[8.5,13.5,9.5,14.5],"texture":"#0"},"up":{"uv":[7,13.5,8,14.5],"texture":"#0"},"down":{"uv":[9,13.5,10,14.5],"rotation":180,"texture":"#0"}}},{"from":[7.25918,-4.97678,7.2567],"to":[8.75918,-3.47678,8.7567],"rotation":{"angle":-45,"axis":"z","origin":[8.00918,-4.22678,8.0067]},"faces":{"north":{"uv":[7.5,13.5,9,15],"rotation":90,"texture":"#0"},"east":{"uv":[9.5,14.5,11,16],"texture":"#0"},"south":{"uv":[8.5,13.5,10,15],"texture":"#0"},"west":{"uv":[7,13.5,8.5,15],"texture":"#0"},"up":{"uv":[7,13.5,8.5,15],"rotation":270,"texture":"#0"},"down":{"uv":[9.5,14.5,11,16],"rotation":270,"texture":"#0"}}},{"from":[7.71774,18.00237,9.14987],"to":[8.29574,18.58037,10.12787],"rotation":{"angle":-45,"axis":"x","origin":[8.00317,18.80848,10.94831]},"faces":{"north":{"uv":[14,8,13.5,7.5],"rotation":180,"texture":"#0"},"east":{"uv":[14,8,13,7.5],"texture":"#0"},"south":{"uv":[14,8,13,7.5],"rotation":180,"texture":"#0"},"west":{"uv":[14,8,13,7.5],"rotation":180,"texture":"#0"},"up":{"uv":[14,8,13,7.5],"rotation":270,"texture":"#0"},"down":{"uv":[14,8,13,7.5],"rotation":90,"texture":"#0"}}},{"from":[7.45157,20.69719,10.14347],"to":[8.55157,22.19719,10.74347],"rotation":{"angle":45,"axis":"x","origin":[8.0035,20.14468,9.89611]},"faces":{"north":{"uv":[15.5,10,14,9.5],"rotation":270,"texture":"#0"},"east":{"uv":[15.5,10,14,9.5],"rotation":270,"texture":"#0"},"south":{"uv":[15.5,10,14,9.5],"rotation":270,"texture":"#0"},"west":{"uv":[15.5,10,14,9.5],"rotation":270,"texture":"#0"},"up":{"uv":[15.5,10,14,9.5],"texture":"#0"},"down":{"uv":[15.5,10,14,9.5],"rotation":180,"texture":"#0"}}},{"from":[7.50157,19.48386,11.1082],"to":[8.50157,20.98386,11.7082],"rotation":{"angle":0,"axis":"x","origin":[8.00317,18.80848,10.94831]},"faces":{"north":{"uv":[15,9.5,13.5,10],"rotation":90,"texture":"#0"},"east":{"uv":[15,9.5,13.5,10],"rotation":90,"texture":"#0"},"south":{"uv":[15,9.5,13.5,10],"rotation":90,"texture":"#0"},"west":{"uv":[15,9.5,13.5,10],"rotation":90,"texture":"#0"},"up":{"uv":[13.5,10,15,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[13.5,10,15,9.5],"rotation":90,"texture":"#0"}}},{"from":[7.3518,19.5734,9.23078],"to":[8.6518,20.1734,10.73078],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0035,20.14468,9.89611]},"faces":{"north":{"uv":[16,10,14.5,10.5],"texture":"#0"},"east":{"uv":[16,10,14.5,10.5],"rotation":180,"texture":"#0"},"south":{"uv":[16,10,14.5,10.5],"texture":"#0"},"west":{"uv":[16,10,14.5,10.5],"texture":"#0"},"up":{"uv":[16,10,14.5,10.5],"rotation":90,"texture":"#0"},"down":{"uv":[16,10,14.5,10.5],"rotation":270,"texture":"#0"}}},{"from":[7.6018,20.30055,10.73645],"to":[8.4018,21.90055,11.33645],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0018,21.40055,10.33645]},"faces":{"north":{"uv":[14,9,15.5,9.5],"rotation":90,"texture":"#0"},"east":{"uv":[14,9,15.5,9.5],"rotation":90,"texture":"#0"},"south":{"uv":[14,9,15.5,9.5],"rotation":90,"texture":"#0"},"west":{"uv":[14,9,15.5,9.5],"rotation":90,"texture":"#0"},"up":{"uv":[15.5,9.5,14,9],"rotation":90,"texture":"#0"},"down":{"uv":[15.5,9.5,14,9],"rotation":90,"texture":"#0"}}},{"from":[7.65619,21.8136,10.01463],"to":[8.34619,23.0036,10.60463],"rotation":{"angle":-45,"axis":"x","origin":[8.00119,22.5586,10.30963]},"faces":{"north":{"uv":[13.5,8.5,14.5,8],"rotation":90,"texture":"#0"},"east":{"uv":[13.5,8.5,14.5,8],"rotation":90,"texture":"#0"},"south":{"uv":[13.5,8.5,14.5,8],"rotation":90,"texture":"#0"},"west":{"uv":[13.5,8.5,14.5,8],"rotation":90,"texture":"#0"},"up":{"uv":[13.795,8,13.5,8.445],"rotation":90,"texture":"#0"},"down":{"uv":[14.5,8,13.5,8.5],"rotation":90,"texture":"#0"}}},{"from":[7.60619,17.72826,10.79726],"to":[8.39619,19.71826,11.38726],"rotation":{"angle":22.5,"axis":"x","origin":[8.00317,18.80848,10.94831]},"faces":{"north":{"uv":[13.5,8,15,8.5],"rotation":270,"texture":"#0"},"east":{"uv":[13.5,8,15,8.5],"rotation":270,"texture":"#0"},"south":{"uv":[13.5,8,15,8.5],"rotation":270,"texture":"#0"},"west":{"uv":[13.5,8,15,8.5],"rotation":270,"texture":"#0"},"up":{"uv":[13.5,8,15,8.5],"texture":"#0"},"down":{"uv":[13.5,8,15,8.5],"rotation":180,"texture":"#0"}}},{"from":[7.35338,21.38992,10.07415],"to":[8.65338,22.38992,10.67415],"rotation":{"angle":45,"axis":"x","origin":[8.00604,22.85873,9.60346]},"faces":{"north":{"uv":[14.5,10.5,13.5,10],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,10.5,13.5,10],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,10.5,13.5,10],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,10.5,13.5,10],"rotation":90,"texture":"#0"},"up":{"uv":[13.5,10,14.5,10.5],"rotation":90,"texture":"#0"},"down":{"uv":[13.5,10,14.5,10.5],"rotation":90,"texture":"#0"}}},{"from":[7.35378,22.01567,9.81299],"to":[8.65378,23.31567,10.41299],"rotation":{"angle":22.5,"axis":"x","origin":[8.00604,22.85873,9.60346]},"faces":{"north":{"uv":[14.5,10,15.5,10.5],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,10,15.5,10.5],"rotation":270,"texture":"#0"},"south":{"uv":[14.5,10,15.5,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[14.5,10,15.5,10.5],"rotation":270,"texture":"#0"},"up":{"uv":[15.5,10.5,15,10],"rotation":270,"texture":"#0"},"down":{"uv":[15.5,10.5,14.5,10],"rotation":270,"texture":"#0"}}},{"from":[7.35438,21.30847,7.65726],"to":[8.65238,21.90647,8.65526],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00604,22.85873,9.60346]},"faces":{"north":{"uv":[13,9,14,9.5],"texture":"#0"},"east":{"uv":[13,9,14,9.5],"texture":"#0"},"south":{"uv":[13,9,14,9.5],"texture":"#0"},"west":{"uv":[13,9,14,9.5],"texture":"#0"},"up":{"uv":[14,9.5,13,9],"texture":"#0"},"down":{"uv":[14,9.5,13,9],"texture":"#0"}}},{"from":[7.35438,21.30847,7.34474],"to":[8.65238,21.90647,8.34274],"rotation":{"angle":22.5,"axis":"x","origin":[8.00604,22.85873,6.39654]},"faces":{"north":{"uv":[14,9,13,9.5],"texture":"#0"},"east":{"uv":[14,9,13,9.5],"texture":"#0"},"south":{"uv":[14,9,13,9.5],"texture":"#0"},"west":{"uv":[14,9,13,9.5],"texture":"#0"},"up":{"uv":[14,9,13,9.5],"texture":"#0"},"down":{"uv":[14,9,13,9.5],"texture":"#0"}}},{"from":[7.35338,21.38992,5.32585],"to":[8.65338,22.38992,5.92585],"rotation":{"angle":-45,"axis":"x","origin":[8.00604,22.85873,6.39654]},"faces":{"north":{"uv":[14.5,10,13.5,10.5],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,10,13.5,10.5],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,10,13.5,10.5],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,10,13.5,10.5],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,10,13.5,10.5],"rotation":90,"texture":"#0"},"down":{"uv":[14.5,10,13.5,10.5],"rotation":90,"texture":"#0"}}},{"from":[7.35378,22.01567,5.58701],"to":[8.65378,23.31567,6.18701],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00604,22.85873,6.39654]},"faces":{"north":{"uv":[14.5,10.5,15.5,10],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,10.5,15.5,10],"rotation":270,"texture":"#0"},"south":{"uv":[14.5,10.5,15.5,10],"rotation":270,"texture":"#0"},"west":{"uv":[14.5,10.5,15.5,10],"rotation":270,"texture":"#0"},"up":{"uv":[15,10.5,15.5,10],"rotation":270,"texture":"#0"},"down":{"uv":[14.5,10.5,15.5,10],"rotation":270,"texture":"#0"}}},{"from":[7.6018,20.30055,4.66355],"to":[8.4018,21.90055,5.26355],"rotation":{"angle":22.5,"axis":"x","origin":[8.0018,21.40055,5.66355]},"faces":{"north":{"uv":[14,9.5,15.5,9],"rotation":90,"texture":"#0"},"east":{"uv":[14,9.5,15.5,9],"rotation":90,"texture":"#0"},"south":{"uv":[14,9.5,15.5,9],"rotation":90,"texture":"#0"},"west":{"uv":[14,9.5,15.5,9],"rotation":90,"texture":"#0"},"up":{"uv":[14,9.5,15.5,9],"rotation":90,"texture":"#0"},"down":{"uv":[14,9.5,15.5,9],"rotation":90,"texture":"#0"}}},{"from":[7.8018,22.98022,7.5],"to":[8.2018,24.98022,8.1],"rotation":{"angle":22.5,"axis":"x","origin":[8.0018,25.78022,8.05]},"faces":{"north":{"uv":[14,10.5,16,11],"rotation":90,"texture":"#0"},"east":{"uv":[14,10.5,16,11],"rotation":90,"texture":"#0"},"south":{"uv":[14,10.5,16,11],"rotation":90,"texture":"#0"},"west":{"uv":[14,10.5,16,11],"rotation":90,"texture":"#0"},"up":{"uv":[14,10.5,16,11],"rotation":90,"texture":"#0"},"down":{"uv":[14,10.5,16,11],"rotation":90,"texture":"#0"}}},{"from":[7.7918,22.59886,6.37959],"to":[8.2118,23.21886,9.44959],"rotation":{"angle":45,"axis":"x","origin":[8.0018,22.90886,7.38959]},"faces":{"north":{"uv":[14,10.5,16,11],"rotation":270,"texture":"#0"},"east":{"uv":[14,10.5,16,11],"texture":"#0"},"south":{"uv":[14,10.5,16,11],"rotation":90,"texture":"#0"},"west":{"uv":[14,10.5,16,11],"rotation":180,"texture":"#0"},"up":{"uv":[14,10.5,16,11],"rotation":270,"texture":"#0"},"down":{"uv":[14,10.5,16,11],"rotation":90,"texture":"#0"}}},{"from":[7.8018,22.60886,6.56041],"to":[8.2018,23.20886,9.61041],"rotation":{"angle":-45,"axis":"x","origin":[8.0018,22.90886,8.61041]},"faces":{"north":{"uv":[14,11,16,10.5],"rotation":90,"texture":"#0"},"east":{"uv":[16,10.5,14,11],"texture":"#0"},"south":{"uv":[14,11,16,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[16,10.5,14,11],"rotation":180,"texture":"#0"},"up":{"uv":[16,10.5,14,11],"rotation":270,"texture":"#0"},"down":{"uv":[16,10.5,14,11],"rotation":90,"texture":"#0"}}},{"from":[7.7918,22.97022,7.89],"to":[8.2118,24.99022,8.51],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0018,25.78022,7.95]},"faces":{"north":{"uv":[14,10.5,16,11],"rotation":90,"texture":"#0"},"east":{"uv":[14,10.5,16,11],"rotation":90,"texture":"#0"},"south":{"uv":[14,10.5,16,11],"rotation":90,"texture":"#0"},"west":{"uv":[14,10.5,16,11],"rotation":90,"texture":"#0"},"up":{"uv":[14,10.5,16,11],"rotation":90,"texture":"#0"},"down":{"uv":[14,10.5,16,11],"rotation":90,"texture":"#0"}}},{"from":[7.8018,24.83106,8.5698],"to":[8.2018,26.83106,9.1698],"rotation":{"angle":22.5,"axis":"x","origin":[8.0018,25.83106,8.8698]},"faces":{"north":{"uv":[13,10.5,15,11],"rotation":90,"texture":"#0"},"east":{"uv":[13,10.5,15,11],"rotation":90,"texture":"#0"},"south":{"uv":[13,10.5,15,11],"rotation":90,"texture":"#0"},"west":{"uv":[13,10.5,15,11],"rotation":90,"texture":"#0"},"up":{"uv":[13,10.5,15,11],"rotation":90,"texture":"#0"},"down":{"uv":[13,10.5,15,11],"rotation":90,"texture":"#0"}}},{"from":[7.7918,26.43921,8.5598],"to":[8.2118,29.70921,9.1798],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0018,27.44921,8.8698]},"faces":{"north":{"uv":[12.5,7.5,13,10.5],"texture":"#0"},"east":{"uv":[12.5,7.5,13,10.5],"texture":"#0"},"south":{"uv":[12.5,7.5,13,10.5],"texture":"#0"},"west":{"uv":[12.5,7.5,13,10.5],"texture":"#0"},"up":{"uv":[12.5,7.5,12.9,8.1],"texture":"#0"},"down":{"uv":[12.5,7.5,13,10.5],"texture":"#0"}}},{"from":[7.8028,29.49374,7.78337],"to":[8.2008,29.89174,8.18137],"rotation":{"angle":45,"axis":"x","origin":[8.0018,29.64274,7.93237]},"faces":{"north":{"uv":[13,8,12.5,7.5],"rotation":90,"texture":"#0"},"east":{"uv":[13,8,12.5,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[13,8,12.5,7.5],"rotation":90,"texture":"#0"},"west":{"uv":[13,8,12.5,7.5],"rotation":90,"texture":"#0"},"up":{"uv":[13,8,12.5,7.5],"rotation":90,"texture":"#0"},"down":{"uv":[13,8,12.5,7.5],"rotation":90,"texture":"#0"}}},{"from":[7.8018,26.44921,6.8302],"to":[8.2018,29.69921,7.4302],"rotation":{"angle":22.5,"axis":"x","origin":[8.0018,27.44921,7.1302]},"faces":{"north":{"uv":[12.5,7.5,13,10.5],"texture":"#0"},"east":{"uv":[12.5,7.5,13,10.5],"texture":"#0"},"south":{"uv":[12.5,7.5,13,10.5],"texture":"#0"},"west":{"uv":[12.5,7.5,13,10.5],"texture":"#0"},"up":{"uv":[12.5,7.5,12.9,8.1],"texture":"#0"},"down":{"uv":[12.5,7.5,13,10.5],"texture":"#0"}}},{"from":[7.7918,24.82106,6.8202],"to":[8.2118,26.84106,7.4402],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0018,25.83106,7.1302]},"faces":{"north":{"uv":[13,10.5,15,11],"rotation":90,"texture":"#0"},"east":{"uv":[13,10.5,15,11],"rotation":90,"texture":"#0"},"south":{"uv":[13,10.5,15,11],"rotation":90,"texture":"#0"},"west":{"uv":[13,10.5,15,11],"rotation":90,"texture":"#0"},"up":{"uv":[13,10.5,15,11],"rotation":90,"texture":"#0"},"down":{"uv":[13,10.5,15,11],"rotation":90,"texture":"#0"}}},{"from":[7.65619,21.8136,5.39537],"to":[8.34619,23.0036,5.98537],"rotation":{"angle":45,"axis":"x","origin":[8.00119,22.5586,5.69037]},"faces":{"north":{"uv":[13.5,8,14.5,8.5],"rotation":90,"texture":"#0"},"east":{"uv":[13.5,8,14.5,8.5],"rotation":90,"texture":"#0"},"south":{"uv":[13.5,8,14.5,8.5],"rotation":90,"texture":"#0"},"west":{"uv":[13.5,8,14.5,8.5],"rotation":90,"texture":"#0"},"up":{"uv":[13.5,8,13.795,8.445],"rotation":90,"texture":"#0"},"down":{"uv":[13.5,8,14.5,8.5],"rotation":90,"texture":"#0"}}},{"from":[7.45157,20.69719,5.25653],"to":[8.55157,22.19719,5.85653],"rotation":{"angle":-45,"axis":"x","origin":[8.0035,20.14468,6.10389]},"faces":{"north":{"uv":[15.5,9.5,14,10],"rotation":270,"texture":"#0"},"east":{"uv":[15.5,9.5,14,10],"rotation":270,"texture":"#0"},"south":{"uv":[15.5,9.5,14,10],"rotation":270,"texture":"#0"},"west":{"uv":[15.5,9.5,14,10],"rotation":270,"texture":"#0"},"up":{"uv":[15.5,9.5,14,10],"texture":"#0"},"down":{"uv":[15.5,9.5,14,10],"rotation":180,"texture":"#0"}}},{"from":[7.50157,19.48386,4.2918],"to":[8.50157,20.98386,4.8918],"rotation":{"angle":0,"axis":"x","origin":[8.00317,18.80848,5.05169]},"faces":{"north":{"uv":[15,10,13.5,9.5],"rotation":90,"texture":"#0"},"east":{"uv":[15,10,13.5,9.5],"rotation":90,"texture":"#0"},"south":{"uv":[15,10,13.5,9.5],"rotation":90,"texture":"#0"},"west":{"uv":[15,10,13.5,9.5],"rotation":90,"texture":"#0"},"up":{"uv":[15,10,13.5,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[15,10,13.5,9.5],"rotation":90,"texture":"#0"}}},{"from":[7.60619,17.72826,4.61274],"to":[8.39619,19.71826,5.20274],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00317,18.80848,5.05169]},"faces":{"north":{"uv":[13.5,8.5,15,8],"rotation":270,"texture":"#0"},"east":{"uv":[13.5,8.5,15,8],"rotation":270,"texture":"#0"},"south":{"uv":[13.5,8.5,15,8],"rotation":270,"texture":"#0"},"west":{"uv":[13.5,8.5,15,8],"rotation":270,"texture":"#0"},"up":{"uv":[13.5,8.5,15,8],"texture":"#0"},"down":{"uv":[13.5,8.5,15,8],"rotation":180,"texture":"#0"}}},{"from":[7.71774,18.00237,5.87213],"to":[8.29574,18.58037,6.85013],"rotation":{"angle":45,"axis":"x","origin":[8.00317,18.80848,5.05169]},"faces":{"north":{"uv":[13,8,14,7.5],"rotation":180,"texture":"#0"},"east":{"uv":[13,8,14,7.5],"texture":"#0"},"south":{"uv":[13.5,8,14,7.5],"rotation":180,"texture":"#0"},"west":{"uv":[13,8,14,7.5],"rotation":180,"texture":"#0"},"up":{"uv":[13,8,14,7.5],"rotation":270,"texture":"#0"},"down":{"uv":[13,8,14,7.5],"rotation":90,"texture":"#0"}}},{"from":[7.3518,19.5734,5.26922],"to":[8.6518,20.1734,6.76922],"rotation":{"angle":22.5,"axis":"x","origin":[8.0035,20.14468,6.10389]},"faces":{"north":{"uv":[14.5,10,16,10.5],"texture":"#0"},"east":{"uv":[14.5,10,16,10.5],"rotation":180,"texture":"#0"},"south":{"uv":[14.5,10,16,10.5],"texture":"#0"},"west":{"uv":[14.5,10,16,10.5],"texture":"#0"},"up":{"uv":[14.5,10,16,10.5],"rotation":90,"texture":"#0"},"down":{"uv":[14.5,10,16,10.5],"rotation":270,"texture":"#0"}}},{"from":[7.45,7.05,7.45],"to":[8.55,11.15,8.55],"rotation":{"angle":0,"axis":"y","origin":[8,14.6,8]},"faces":{"north":{"uv":[8,11.5,9.5,16],"texture":"#0"},"east":{"uv":[7,11.5,8.5,16],"texture":"#0"},"south":{"uv":[5.5,11.5,7,16],"texture":"#0"},"west":{"uv":[11,11.5,12.5,16],"texture":"#0"},"up":{"uv":[11.5,13,13,14.5],"texture":"#0"},"down":{"uv":[4.5,13.5,6,15],"texture":"#0"}}},{"from":[7.35,11.45,7.35],"to":[8.65,12.25,8.65],"rotation":{"angle":0,"axis":"y","origin":[8,14.6,8]},"faces":{"north":{"uv":[8,11.5,9.5,12.5],"texture":"#0"},"east":{"uv":[7,11.5,8.5,12.5],"texture":"#0"},"south":{"uv":[5.5,11.5,7,12.5],"texture":"#0"},"west":{"uv":[11,11.5,12.5,12.5],"texture":"#0"},"up":{"uv":[11.5,13,13,14.5],"texture":"#0"},"down":{"uv":[4.5,13.5,6,15],"texture":"#0"}}},{"from":[7.35,5.95,7.35],"to":[8.65,6.75,8.65],"rotation":{"angle":0,"axis":"x","origin":[8,11.35,8]},"faces":{"north":{"uv":[11,11.5,12.5,12.5],"rotation":180,"texture":"#0"},"east":{"uv":[5.5,11.5,7,12.5],"rotation":180,"texture":"#0"},"south":{"uv":[7,11.5,8.5,12.5],"rotation":180,"texture":"#0"},"west":{"uv":[8,11.5,9.5,12.5],"rotation":180,"texture":"#0"},"up":{"uv":[4.5,13.5,6,15],"rotation":90,"texture":"#0"},"down":{"uv":[11.5,13,13,14.5],"rotation":270,"texture":"#0"}}},{"from":[7.45,5.15,7.45],"to":[8.55,5.75,8.55],"rotation":{"angle":0,"axis":"y","origin":[8,4.95,8]},"faces":{"north":{"uv":[5.5,11.5,7,12.5],"rotation":180,"texture":"#0"},"east":{"uv":[7,11.5,8.5,12.5],"rotation":180,"texture":"#0"},"south":{"uv":[10,14,11.5,15],"rotation":180,"texture":"#0"},"west":{"uv":[11,11.5,12.5,12.5],"rotation":180,"texture":"#0"},"up":{"uv":[4.5,13.5,6,15],"texture":"#0"},"down":{"uv":[11.5,13,13,14.5],"texture":"#0"}}},{"from":[7.55,2.7,7.55],"to":[8.45,12.35,8.45],"rotation":{"angle":0,"axis":"y","origin":[8,14.6,8]},"faces":{"north":{"uv":[13.5,11.5,14,16],"rotation":180,"texture":"#1"},"east":{"uv":[13.5,11.5,14,16],"rotation":180,"texture":"#1"},"south":{"uv":[13.5,11.5,14,16],"rotation":180,"texture":"#1"},"west":{"uv":[13.5,11.5,14,16],"rotation":180,"texture":"#1"},"up":{"uv":[13.5,11.5,14.4,12.4],"rotation":180,"texture":"#1"},"down":{"uv":[13.5,11.5,14,16],"rotation":180,"texture":"#1"}}},{"from":[7.65,-2.65,7.65],"to":[8.35,3.05,8.35],"rotation":{"angle":0,"axis":"y","origin":[8,14.6,8]},"faces":{"north":{"uv":[13,12.25,13.75,15.5],"texture":"#1"},"east":{"uv":[13,12.25,13.75,15.5],"texture":"#1"},"south":{"uv":[13,12.25,13.75,15.5],"texture":"#1"},"west":{"uv":[13,12.25,13.75,15.5],"texture":"#1"},"up":{"uv":[13,12.25,13.75,15.5],"texture":"#1"},"down":{"uv":[13,12.25,13.75,15.5],"texture":"#1"}}},{"from":[7.6,17.45,7.625],"to":[8.4,17.95,8.375],"rotation":{"angle":0,"axis":"y","origin":[15.6,25.45,15.625]},"faces":{"north":{"uv":[15,9.5,15.375,9.75],"texture":"#0"},"east":{"uv":[15,9.5,15.375,9.75],"texture":"#0"},"south":{"uv":[15,9.5,15.375,9.75],"texture":"#0"},"west":{"uv":[15,9.5,15.375,9.75],"texture":"#0"},"up":{"uv":[15,9.5,15.375,9.75],"texture":"#0"},"down":{"uv":[15,9.5,15.375,9.75],"texture":"#0"}}},{"from":[7.625,17.45,7.6],"to":[8.375,17.95,8.4],"rotation":{"angle":0,"axis":"y","origin":[8,19.33525,8]},"faces":{"north":{"uv":[15,9.5,15.375,9.75],"texture":"#0"},"east":{"uv":[15,9.5,15.375,9.75],"texture":"#0"},"south":{"uv":[15,9.5,15.375,9.75],"texture":"#0"},"west":{"uv":[15,9.5,15.375,9.75],"texture":"#0"},"up":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"down":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"}}},{"from":[7.6,-2.67591,7.62487],"to":[8.4,-2.17591,8.37487],"rotation":{"angle":0,"axis":"x","origin":[8.00261,-5.68795,7.99994]},"faces":{"north":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"east":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"south":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"west":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"up":{"uv":[15,9.5,15.375,9.75],"texture":"#0"},"down":{"uv":[15,9.5,15.375,9.75],"texture":"#0"}}},{"from":[7.62768,-2.67591,7.59733],"to":[8.37768,-2.17591,8.39733],"rotation":{"angle":0,"axis":"x","origin":[8.00261,-5.68795,7.99994]},"faces":{"north":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"east":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"south":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"west":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"up":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"down":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"}}},{"from":[7.6,18.96025,6.11475],"to":[8.4,19.71025,6.61475],"rotation":{"angle":0,"axis":"x","origin":[8,20.15847,6.76797]},"faces":{"north":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"east":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"south":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"west":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"up":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"down":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"}}},{"from":[9.38525,18.96025,7.6],"to":[9.88525,19.71025,8.4],"rotation":{"angle":0,"axis":"x","origin":[8,19.33525,8]},"faces":{"north":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"east":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"south":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"west":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"up":{"uv":[15,9.5,15.375,9.75],"texture":"#0"},"down":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"}}},{"from":[7.6,-4.43616,9.38512],"to":[8.4,-3.68616,9.88512],"rotation":{"angle":0,"axis":"x","origin":[8.00261,-5.68795,7.99994]},"faces":{"north":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"east":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"south":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"west":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"up":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"down":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"}}},{"from":[7.6,18.96025,9.38525],"to":[8.4,19.71025,9.88525],"rotation":{"angle":0,"axis":"x","origin":[8,19.53966,9.02762]},"faces":{"north":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"east":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"south":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"west":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"up":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"down":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"}}},{"from":[6.11475,18.96025,7.6],"to":[6.61475,19.71025,8.4],"rotation":{"angle":0,"axis":"x","origin":[8,19.33525,8]},"faces":{"north":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"east":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"south":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"west":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"up":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"down":{"uv":[15,9.5,15.375,9.75],"texture":"#0"}}},{"from":[7.6,-4.43616,6.11462],"to":[8.4,-3.68616,6.61462],"rotation":{"angle":0,"axis":"x","origin":[8.00261,-5.68795,7.99994]},"faces":{"north":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"east":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"south":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"west":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"up":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"down":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"}}},{"from":[7.6,17.75632,6.35422],"to":[8.4,18.50632,6.85422],"rotation":{"angle":-45,"axis":"x","origin":[8,18.44421,6.66646]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"}}},{"from":[9.38526,18.96026,7.6],"to":[9.88526,19.71026,8.4],"rotation":{"angle":-45,"axis":"z","origin":[8,19.33525,8]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"}}},{"from":[7.6,-3.15243,6.47457],"to":[8.4,-2.65243,7.22457],"rotation":{"angle":45,"axis":"x","origin":[8.00261,-5.68795,7.99994]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"}}},{"from":[7.6,20.05374,8.07052],"to":[8.4,20.55374,8.82052],"rotation":{"angle":45,"axis":"x","origin":[8,19.53966,9.02762]},"faces":{"north":{"uv":[14,9,14.375,9.25],"rotation":180,"texture":"#0"},"east":{"uv":[14,9,14.375,9.25],"rotation":180,"texture":"#0"},"south":{"uv":[14,9,14.375,9.25],"rotation":180,"texture":"#0"},"west":{"uv":[14,9,14.375,9.25],"rotation":180,"texture":"#0"},"up":{"uv":[14,9,14.375,9.25],"rotation":180,"texture":"#0"},"down":{"uv":[14,9,14.375,9.25],"rotation":180,"texture":"#0"}}},{"from":[7.625,20.72051,7.6],"to":[8.375,21.22051,8.4],"rotation":{"angle":45,"axis":"z","origin":[8,19.33525,8]},"faces":{"north":{"uv":[14,9,14.375,9.25],"rotation":180,"texture":"#0"},"east":{"uv":[14,9,14.375,9.25],"rotation":180,"texture":"#0"},"south":{"uv":[14,9,14.375,9.25],"rotation":180,"texture":"#0"},"west":{"uv":[14,9,14.375,9.25],"rotation":180,"texture":"#0"},"up":{"uv":[14,9,14.375,9.25],"rotation":270,"texture":"#0"},"down":{"uv":[14,9,14.375,9.25],"rotation":90,"texture":"#0"}}},{"from":[7.6,-6.42293,6.47457],"to":[8.4,-5.92293,8.72457],"rotation":{"angle":45,"axis":"x","origin":[8.00261,-5.68795,7.99994]},"faces":{"north":{"uv":[14,9,14.375,9.25],"texture":"#0"},"east":{"uv":[14,9,14.375,9.25],"texture":"#0"},"south":{"uv":[14,9,14.375,9.25],"texture":"#0"},"west":{"uv":[14,9,14.375,9.25],"texture":"#0"},"up":{"uv":[14,9,14.375,9.25],"rotation":180,"texture":"#0"},"down":{"uv":[14,9,14.375,9.25],"rotation":180,"texture":"#0"}}},{"from":[7.6,20.07254,6.336],"to":[8.4,20.82254,6.836],"rotation":{"angle":45,"axis":"x","origin":[8,20.15847,6.76797]},"faces":{"north":{"uv":[14,9,14.375,9.25],"rotation":270,"texture":"#0"},"east":{"uv":[14,9,14.375,9.25],"rotation":270,"texture":"#0"},"south":{"uv":[14,9,14.375,9.25],"rotation":270,"texture":"#0"},"west":{"uv":[14,9,14.375,9.25],"rotation":270,"texture":"#0"},"up":{"uv":[14,9,14.375,9.25],"rotation":270,"texture":"#0"},"down":{"uv":[14,9,14.375,9.25],"rotation":270,"texture":"#0"}}},{"from":[9.38525,18.96025,7.6],"to":[9.88525,19.71025,8.4],"rotation":{"angle":45,"axis":"z","origin":[8,19.33525,8]},"faces":{"north":{"uv":[14,9,14.375,9.25],"rotation":270,"texture":"#0"},"east":{"uv":[14,9,14.375,9.25],"rotation":270,"texture":"#0"},"south":{"uv":[14,9,14.375,9.25],"rotation":270,"texture":"#0"},"west":{"uv":[14,9,14.375,9.25],"rotation":270,"texture":"#0"},"up":{"uv":[14,9,14.375,9.25],"texture":"#0"},"down":{"uv":[14,9,14.375,9.25],"rotation":180,"texture":"#0"}}},{"from":[7.6,-5.96268,8.23483],"to":[8.4,-4.16268,8.73483],"rotation":{"angle":45,"axis":"x","origin":[8.00261,-5.68795,7.99994]},"faces":{"north":{"uv":[14,9,14.375,9.25],"rotation":90,"texture":"#0"},"east":{"uv":[14,9,14.375,9.25],"rotation":90,"texture":"#0"},"south":{"uv":[14,9,14.375,9.25],"rotation":90,"texture":"#0"},"west":{"uv":[14,9,14.375,9.25],"rotation":90,"texture":"#0"},"up":{"uv":[14,9,14.375,9.25],"rotation":270,"texture":"#0"},"down":{"uv":[14,9,14.375,9.25],"rotation":270,"texture":"#0"}}},{"from":[7.6,18.29348,9.83077],"to":[8.4,19.04348,10.33077],"rotation":{"angle":45,"axis":"x","origin":[8,19.53966,9.02762]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"}}},{"from":[6.11475,18.96025,7.6],"to":[6.61475,19.71025,8.4],"rotation":{"angle":45,"axis":"z","origin":[8,19.33525,8]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"texture":"#0"}}},{"from":[7.6,-4.91268,4.96432],"to":[8.4,-4.16268,5.46432],"rotation":{"angle":45,"axis":"x","origin":[8.00261,-5.68795,7.99994]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"}}},{"from":[7.599,17.57348,6.99822],"to":[8.401,18.07548,7.75022],"rotation":{"angle":22.5,"axis":"x","origin":[8,17.82448,7.37422]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"texture":"#0"}}},{"from":[7.624,17.44901,7.599],"to":[8.376,17.95101,8.401],"rotation":{"angle":22.5,"axis":"z","origin":[8,19.33525,8]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"}}},{"from":[7.599,-2.80076,7.00133],"to":[8.401,-2.29876,7.75333],"rotation":{"angle":22.5,"axis":"x","origin":[8.00261,-5.68795,7.99994]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"texture":"#0"}}},{"from":[7.599,20.34181,7.78045],"to":[8.401,20.84381,8.53245],"rotation":{"angle":22.5,"axis":"x","origin":[8,19.53966,9.02762]},"faces":{"north":{"uv":[14,8,14.375,8.25],"rotation":180,"texture":"#0"},"east":{"uv":[14,8,14.375,8.25],"rotation":180,"texture":"#0"},"south":{"uv":[14,8,14.375,8.25],"rotation":180,"texture":"#0"},"west":{"uv":[14,8,14.375,8.25],"rotation":180,"texture":"#0"},"up":{"uv":[14,8,14.375,8.25],"rotation":180,"texture":"#0"},"down":{"uv":[14,8,14.375,8.25],"rotation":180,"texture":"#0"}}},{"from":[7.624,20.7195,7.599],"to":[8.376,21.2215,8.401],"rotation":{"angle":22.5,"axis":"z","origin":[8,19.33525,8]},"faces":{"north":{"uv":[14,8,14.375,8.25],"rotation":180,"texture":"#0"},"east":{"uv":[14,8,14.375,8.25],"rotation":180,"texture":"#0"},"south":{"uv":[14,8,14.375,8.25],"rotation":180,"texture":"#0"},"west":{"uv":[14,8,14.375,8.25],"rotation":180,"texture":"#0"},"up":{"uv":[14,8,14.375,8.25],"rotation":270,"texture":"#0"},"down":{"uv":[14,8,14.375,8.25],"rotation":90,"texture":"#0"}}},{"from":[7.599,19.49339,6.335],"to":[8.401,20.24539,6.837],"rotation":{"angle":22.5,"axis":"x","origin":[8,20.15847,6.76797]},"faces":{"north":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"south":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"west":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"up":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"down":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"}}},{"from":[9.38425,18.95925,7.599],"to":[9.88625,19.71125,8.401],"rotation":{"angle":22.5,"axis":"z","origin":[8,19.33525,8]},"faces":{"north":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"south":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"west":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"up":{"uv":[14.5,9.5,14.875,9.75],"texture":"#0"},"down":{"uv":[14.5,9.5,14.875,9.75],"rotation":180,"texture":"#0"}}},{"from":[7.599,-4.56102,8.76158],"to":[8.401,-3.80902,9.26358],"rotation":{"angle":22.5,"axis":"x","origin":[8.00261,-5.68795,7.99994]},"faces":{"north":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"down":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"}}},{"from":[7.599,18.58156,9.5407],"to":[8.401,19.33356,10.0427],"rotation":{"angle":22.5,"axis":"x","origin":[8,19.53966,9.02762]},"faces":{"north":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"down":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"}}},{"from":[6.11375,18.95925,7.599],"to":[6.61575,19.71125,8.401],"rotation":{"angle":22.5,"axis":"z","origin":[8,19.33525,8]},"faces":{"north":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,10,14.875,10.25],"rotation":180,"texture":"#0"},"down":{"uv":[14.5,10,14.875,10.25],"texture":"#0"}}},{"from":[7.599,-4.56102,5.49108],"to":[8.401,-3.80902,5.99308],"rotation":{"angle":22.5,"axis":"x","origin":[8.00261,-5.68795,7.99994]},"faces":{"north":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"south":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"west":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"up":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"down":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"}}},{"from":[7.599,18.3811,6.35322],"to":[8.401,19.1331,6.85522],"rotation":{"angle":-22.5,"axis":"x","origin":[8,18.44421,6.66646]},"faces":{"north":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"south":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"west":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"up":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"down":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"}}},{"from":[9.38426,18.95925,7.599],"to":[9.88626,19.71125,8.401],"rotation":{"angle":-22.5,"axis":"z","origin":[8,19.33525,8]},"faces":{"north":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"south":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"west":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"up":{"uv":[14.5,10,14.875,10.25],"texture":"#0"},"down":{"uv":[14.5,10,14.875,10.25],"rotation":180,"texture":"#0"}}},{"from":[7.599,-4.56097,10.00668],"to":[8.401,-3.80897,10.50868],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00261,-5.68795,7.99994]},"faces":{"north":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"down":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"}}},{"from":[7.599,19.36807,9.38425],"to":[8.401,20.12007,9.88625],"rotation":{"angle":-22.5,"axis":"x","origin":[8,19.53966,9.02762]},"faces":{"north":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"down":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"}}},{"from":[6.11375,18.95926,7.599],"to":[6.61575,19.71126,8.401],"rotation":{"angle":-22.5,"axis":"z","origin":[8,19.33525,8]},"faces":{"north":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,9.5,14.875,9.75],"rotation":180,"texture":"#0"},"down":{"uv":[14.5,9.5,14.875,9.75],"texture":"#0"}}},{"from":[7.599,-4.56097,6.73617],"to":[8.401,-3.80897,7.23817],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00261,-5.68795,7.99994]},"faces":{"north":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"south":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"west":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"up":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"down":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"}}},{"from":[7.599,20.31069,7.21519],"to":[8.401,20.81269,7.96719],"rotation":{"angle":-22.5,"axis":"x","origin":[8,20.15847,6.76797]},"faces":{"north":{"uv":[14,8,14.375,8.25],"rotation":180,"texture":"#0"},"east":{"uv":[14,8,14.375,8.25],"rotation":180,"texture":"#0"},"south":{"uv":[14,8,14.375,8.25],"rotation":180,"texture":"#0"},"west":{"uv":[14,8,14.375,8.25],"rotation":180,"texture":"#0"},"up":{"uv":[14,8,14.375,8.25],"rotation":180,"texture":"#0"},"down":{"uv":[14,8,14.375,8.25],"rotation":180,"texture":"#0"}}},{"from":[7.62399,20.7195,7.599],"to":[8.37599,21.2215,8.401],"rotation":{"angle":-22.5,"axis":"z","origin":[8,19.33525,8]},"faces":{"north":{"uv":[14,8,14.375,8.25],"rotation":180,"texture":"#0"},"east":{"uv":[14,8,14.375,8.25],"rotation":180,"texture":"#0"},"south":{"uv":[14,8,14.375,8.25],"rotation":180,"texture":"#0"},"west":{"uv":[14,8,14.375,8.25],"rotation":180,"texture":"#0"},"up":{"uv":[14,8,14.375,8.25],"rotation":270,"texture":"#0"},"down":{"uv":[14,8,14.375,8.25],"rotation":90,"texture":"#0"}}},{"from":[7.599,17.85781,7.624],"to":[8.401,18.35981,8.376],"rotation":{"angle":-22.5,"axis":"x","origin":[8,19.53966,9.02762]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"texture":"#0"}}},{"from":[7.624,17.449,7.599],"to":[8.376,17.951,8.401],"rotation":{"angle":-22.5,"axis":"z","origin":[8,19.33525,8]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"}}},{"from":[7.599,-2.80072,8.24642],"to":[8.401,-2.29872,8.99842],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00261,-5.68795,7.99994]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"texture":"#0"}}},{"from":[6.4794,-5.87045,7.61211],"to":[8.1794,-5.37045,8.41211],"rotation":{"angle":45,"axis":"z","origin":[8,-3.77229,8.01211]},"faces":{"north":{"uv":[14,9,14.375,9.25],"texture":"#0"},"east":{"uv":[14,9,14.375,9.25],"texture":"#0"},"south":{"uv":[14,9,14.375,9.25],"texture":"#0"},"west":{"uv":[14,9,14.375,9.25],"texture":"#0"},"up":{"uv":[14,9,14.375,9.25],"rotation":270,"texture":"#0"},"down":{"uv":[14,9,14.375,9.25],"rotation":90,"texture":"#0"}}},{"from":[5.91914,-5.3102,7.61211],"to":[6.41914,-3.6102,8.41211],"rotation":{"angle":45,"axis":"z","origin":[8,-3.77229,8.01211]},"faces":{"north":{"uv":[14,9,14.375,9.25],"rotation":90,"texture":"#0"},"east":{"uv":[14,9,14.375,9.25],"rotation":90,"texture":"#0"},"south":{"uv":[14,9,14.375,9.25],"rotation":90,"texture":"#0"},"west":{"uv":[14,9,14.375,9.25],"rotation":90,"texture":"#0"},"up":{"uv":[14,9,14.375,9.25],"texture":"#0"},"down":{"uv":[14,9,14.375,9.25],"rotation":180,"texture":"#0"}}},{"from":[6.01451,-4.41986,7.61111],"to":[6.51651,-3.66786,8.41311],"rotation":{"angle":22.5,"axis":"z","origin":[8,-3.77229,8.01211]},"faces":{"north":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,9.5,14.875,9.75],"texture":"#0"},"down":{"uv":[14.5,9.5,14.875,9.75],"rotation":180,"texture":"#0"}}},{"from":[6.23559,-4.41049,7.61111],"to":[6.73759,-3.65849,8.41311],"rotation":{"angle":-22.5,"axis":"z","origin":[8,-3.77229,8.01211]},"faces":{"north":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,10,14.875,10.25],"texture":"#0"},"down":{"uv":[14.5,10,14.875,10.25],"rotation":180,"texture":"#0"}}},{"from":[6.12699,-4.43616,7.61211],"to":[6.62699,-3.68616,8.41211],"rotation":{"angle":0,"axis":"x","origin":[8,-3.77229,8.01211]},"faces":{"north":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"east":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"south":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"west":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"up":{"uv":[15,9.5,15.375,9.75],"texture":"#0"},"down":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"}}},{"from":[7.4294,-2.59995,7.61211],"to":[8.1794,-2.09995,8.41211],"rotation":{"angle":45,"axis":"z","origin":[8,-3.77229,8.01211]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"}}},{"from":[7.52476,-2.6596,7.61111],"to":[8.27676,-2.1576,8.41311],"rotation":{"angle":22.5,"axis":"z","origin":[8,-3.77229,8.01211]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"}}},{"from":[7.63724,-2.67591,7.61211],"to":[8.38724,-2.17591,8.41211],"rotation":{"angle":0,"axis":"x","origin":[8,-3.77229,8.01211]},"faces":{"north":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"east":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"south":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"west":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"up":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"down":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"}}},{"from":[7.74585,-2.65024,7.61111],"to":[8.49785,-2.14824,8.41311],"rotation":{"angle":-22.5,"axis":"z","origin":[8,-3.77229,8.01211]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"}}},{"from":[9.18965,-4.3602,7.61211],"to":[9.68965,-3.6102,8.41211],"rotation":{"angle":45,"axis":"z","origin":[8,-3.77229,8.01211]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"texture":"#0"}}},{"from":[9.28501,-4.41986,7.61111],"to":[9.78701,-3.66786,8.41311],"rotation":{"angle":22.5,"axis":"z","origin":[8,-3.77229,8.01211]},"faces":{"north":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"south":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"west":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"up":{"uv":[14.5,10,14.875,10.25],"rotation":180,"texture":"#0"},"down":{"uv":[14.5,10,14.875,10.25],"texture":"#0"}}},{"from":[9.39749,-4.43616,7.61211],"to":[9.89749,-3.68616,8.41211],"rotation":{"angle":0,"axis":"x","origin":[8,-3.77229,8.01211]},"faces":{"north":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"east":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"south":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"west":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"up":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"down":{"uv":[15,9.5,15.375,9.75],"texture":"#0"}}},{"from":[9.5061,-4.41049,7.61111],"to":[10.0081,-3.65849,8.41311],"rotation":{"angle":-22.5,"axis":"z","origin":[8,-3.77229,8.01211]},"faces":{"north":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"south":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"west":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"up":{"uv":[14.5,9.5,14.875,9.75],"rotation":180,"texture":"#0"},"down":{"uv":[14.5,9.5,14.875,9.75],"texture":"#0"}}},{"from":[7.65,11.6,7.65],"to":[8.35,17.3,8.35],"rotation":{"angle":0,"axis":"y","origin":[8,34.35,8]},"faces":{"north":{"uv":[13,12.25,13.75,15.5],"texture":"#1"},"east":{"uv":[13,12.25,13.75,15.5],"texture":"#1"},"south":{"uv":[13,12.25,13.75,15.5],"texture":"#1"},"west":{"uv":[13,12.25,13.75,15.5],"texture":"#1"},"up":{"uv":[13,12.25,13.75,15.5],"texture":"#1"},"down":{"uv":[13,12.25,13.75,15.5],"texture":"#1"}}},{"from":[7.6,17.07409,7.62487],"to":[8.4,17.57409,8.37487],"rotation":{"angle":0,"axis":"x","origin":[8.00261,14.06205,7.99994]},"faces":{"north":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"east":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"south":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"west":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"up":{"uv":[15,9.5,15.375,9.75],"texture":"#0"},"down":{"uv":[15,9.5,15.375,9.75],"texture":"#0"}}},{"from":[7.62768,17.07409,7.59733],"to":[8.37768,17.57409,8.39733],"rotation":{"angle":0,"axis":"x","origin":[8.00261,14.06205,7.99994]},"faces":{"north":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"east":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"south":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"west":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"up":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"down":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"}}},{"from":[7.6,15.31384,9.38512],"to":[8.4,16.06384,9.88512],"rotation":{"angle":0,"axis":"x","origin":[8.00261,14.06205,7.99994]},"faces":{"north":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"east":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"south":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"west":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"up":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"down":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"}}},{"from":[7.6,15.31384,6.11462],"to":[8.4,16.06384,6.61462],"rotation":{"angle":0,"axis":"x","origin":[8.00261,14.06205,7.99994]},"faces":{"north":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"east":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"south":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"west":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"up":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"down":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"}}},{"from":[7.6,16.59757,6.47457],"to":[8.4,17.09757,7.22457],"rotation":{"angle":45,"axis":"x","origin":[8.00261,14.06205,7.99994]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"}}},{"from":[7.6,14.83732,4.96432],"to":[8.4,15.58732,5.46432],"rotation":{"angle":45,"axis":"x","origin":[8.00261,14.06205,7.99994]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"}}},{"from":[7.599,16.94924,7.00133],"to":[8.401,17.45124,7.75333],"rotation":{"angle":22.5,"axis":"x","origin":[8.00261,14.06205,7.99994]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"texture":"#0"}}},{"from":[7.599,15.18898,8.76158],"to":[8.401,15.94098,9.26358],"rotation":{"angle":22.5,"axis":"x","origin":[8.00261,14.06205,7.99994]},"faces":{"north":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"down":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"}}},{"from":[7.599,15.18898,5.49108],"to":[8.401,15.94098,5.99308],"rotation":{"angle":22.5,"axis":"x","origin":[8.00261,14.06205,7.99994]},"faces":{"north":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"south":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"west":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"up":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"down":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"}}},{"from":[7.599,15.18903,10.00668],"to":[8.401,15.94103,10.50868],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00261,14.06205,7.99994]},"faces":{"north":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"down":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"}}},{"from":[7.599,15.18903,6.73617],"to":[8.401,15.94103,7.23817],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00261,14.06205,7.99994]},"faces":{"north":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"south":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"west":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"up":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"down":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"}}},{"from":[7.599,16.94928,8.24642],"to":[8.401,17.45128,8.99842],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00261,14.06205,7.99994]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"texture":"#0"}}},{"from":[6.01451,15.33014,7.61111],"to":[6.51651,16.08214,8.41311],"rotation":{"angle":22.5,"axis":"z","origin":[8,15.97771,8.01211]},"faces":{"north":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,9.5,14.875,9.75],"texture":"#0"},"down":{"uv":[14.5,9.5,14.875,9.75],"rotation":180,"texture":"#0"}}},{"from":[6.23559,15.33951,7.61111],"to":[6.73759,16.09151,8.41311],"rotation":{"angle":-22.5,"axis":"z","origin":[8,15.97771,8.01211]},"faces":{"north":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,10,14.875,10.25],"texture":"#0"},"down":{"uv":[14.5,10,14.875,10.25],"rotation":180,"texture":"#0"}}},{"from":[6.12699,15.31384,7.61211],"to":[6.62699,16.06384,8.41211],"rotation":{"angle":0,"axis":"x","origin":[8,15.97771,8.01211]},"faces":{"north":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"east":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"south":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"west":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"up":{"uv":[15,9.5,15.375,9.75],"texture":"#0"},"down":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"}}},{"from":[7.4294,17.15005,7.61211],"to":[8.1794,17.65005,8.41211],"rotation":{"angle":45,"axis":"z","origin":[8,15.97771,8.01211]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"}}},{"from":[7.52476,17.0904,7.61111],"to":[8.27676,17.5924,8.41311],"rotation":{"angle":22.5,"axis":"z","origin":[8,15.97771,8.01211]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"}}},{"from":[9.48349,15.33014,7.61111],"to":[9.98549,16.08214,8.41311],"rotation":{"angle":-22.5,"axis":"z","origin":[8,15.97771,8.01211]},"faces":{"north":{"uv":[14.5,9.75,14.875,9.5],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,9.75,14.875,9.5],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,9.75,14.875,9.5],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,9.75,14.875,9.5],"rotation":90,"texture":"#0"},"up":{"uv":[14.875,9.5,14.5,9.75],"texture":"#0"},"down":{"uv":[14.875,9.5,14.5,9.75],"rotation":180,"texture":"#0"}}},{"from":[9.26241,15.33951,7.61111],"to":[9.76441,16.09151,8.41311],"rotation":{"angle":22.5,"axis":"z","origin":[8,15.97771,8.01211]},"faces":{"north":{"uv":[14.5,10.25,14.875,10],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,10.25,14.875,10],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,10.25,14.875,10],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,10.25,14.875,10],"rotation":90,"texture":"#0"},"up":{"uv":[14.875,10,14.5,10.25],"texture":"#0"},"down":{"uv":[14.875,10,14.5,10.25],"rotation":180,"texture":"#0"}}},{"from":[9.37301,15.31384,7.61211],"to":[9.87301,16.06384,8.41211],"rotation":{"angle":0,"axis":"x","origin":[8,15.97771,8.01211]},"faces":{"north":{"uv":[15,9.75,15.375,9.5],"rotation":90,"texture":"#0"},"east":{"uv":[15,9.75,15.375,9.5],"rotation":90,"texture":"#0"},"south":{"uv":[15,9.75,15.375,9.5],"rotation":90,"texture":"#0"},"west":{"uv":[15,9.75,15.375,9.5],"rotation":90,"texture":"#0"},"up":{"uv":[15.375,9.5,15,9.75],"texture":"#0"},"down":{"uv":[15.375,9.5,15,9.75],"rotation":180,"texture":"#0"}}},{"from":[7.8206,17.15005,7.61211],"to":[8.5706,17.65005,8.41211],"rotation":{"angle":-45,"axis":"z","origin":[8,15.97771,8.01211]},"faces":{"north":{"uv":[15.875,10,15.5,10.25],"texture":"#0"},"east":{"uv":[15.5,10.25,15.875,10],"rotation":270,"texture":"#0"},"south":{"uv":[15.875,10,15.5,10.25],"rotation":180,"texture":"#0"},"west":{"uv":[15.5,10.25,15.875,10],"rotation":90,"texture":"#0"},"up":{"uv":[15.875,10,15.5,10.25],"rotation":180,"texture":"#0"},"down":{"uv":[15.875,10,15.5,10.25],"rotation":180,"texture":"#0"}}},{"from":[7.72324,17.0904,7.61111],"to":[8.47524,17.5924,8.41311],"rotation":{"angle":-22.5,"axis":"z","origin":[8,15.97771,8.01211]},"faces":{"north":{"uv":[15.875,10,15.5,10.25],"rotation":180,"texture":"#0"},"east":{"uv":[15.875,10,15.5,10.25],"rotation":180,"texture":"#0"},"south":{"uv":[15.875,10,15.5,10.25],"rotation":180,"texture":"#0"},"west":{"uv":[15.875,10,15.5,10.25],"rotation":180,"texture":"#0"},"up":{"uv":[15.5,10.25,15.875,10],"rotation":90,"texture":"#0"},"down":{"uv":[15.5,10.25,15.875,10],"rotation":270,"texture":"#0"}}},{"from":[7.63724,17.07409,7.61211],"to":[8.38724,17.57409,8.41211],"rotation":{"angle":0,"axis":"x","origin":[8,15.97771,8.01211]},"faces":{"north":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"east":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"south":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"west":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"up":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"down":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,13,0],"translation":[-0.25,-4.25,1],"scale":[1.6,1.6,1.6]},"thirdperson_lefthand":{"rotation":[0,13,0],"translation":[-0.25,-4.25,1],"scale":[1.6,1.6,1.6]},"firstperson_righthand":{"rotation":[-11,5,0],"translation":[1,-0.5,2],"scale":[0.8,0.8,0.8]},"firstperson_lefthand":{"rotation":[-11,5,0],"translation":[1,-0.5,2],"scale":[0.8,0.8,0.8]},"gui":{"rotation":[70,45,-86],"translation":[-1.5,-1.25,0],"scale":[0.7,0.58,0.7]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/crimson_greatsword.json b/assets/minecraft/models/item/wynn/skin/spear/crimson_greatsword.json new file mode 100644 index 000000000..6c4185995 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/crimson_greatsword.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"1":"skins/crimson/crimson_greatsword"},"elements":[{"from":[7.375,-7.5,6.90625],"to":[8.625,-6.875,9.09375],"rotation":{"angle":0,"axis":"y","origin":[8,-8.34375,8]},"faces":{"north":{"uv":[7.75,4.5,8,4.75],"texture":"#1"},"east":{"uv":[7.75,4.5,8,4.75],"texture":"#1"},"south":{"uv":[7.75,4.5,8,4.75],"texture":"#1"},"west":{"uv":[7.75,4.5,8,4.75],"texture":"#1"},"down":{"uv":[7.75,4.5,8,4.75],"texture":"#1"}}},{"from":[6.90625,-7.5,7.375],"to":[9.09375,-6.875,8.625],"rotation":{"angle":0,"axis":"y","origin":[8,-8.34375,8]},"faces":{"north":{"uv":[7.75,4.5,8,4.75],"texture":"#1"},"east":{"uv":[7.75,4.5,8,4.75],"texture":"#1"},"south":{"uv":[7.75,4.5,8,4.75],"texture":"#1"},"west":{"uv":[7.75,4.5,8,4.75],"texture":"#1"},"up":{"uv":[7.75,4.5,8,4.75],"texture":"#1"},"down":{"uv":[7.75,4.5,8,4.75],"texture":"#1"}}},{"from":[7.37,-7.03625,7.9325],"to":[8.63,-5.15125,9.1925],"rotation":{"angle":22.5,"axis":"x","origin":[8,-7.09375,8]},"faces":{"north":{"uv":[7.75,4.5,8,4.75],"texture":"#1"},"east":{"uv":[8.5,4.5,7.75,5.5],"texture":"#1"},"south":{"uv":[7.75,5.75,8.5,6.75],"texture":"#1"},"west":{"uv":[7.75,4.5,8.5,5.5],"texture":"#1"},"up":{"uv":[8.5,4,9.25,4.75],"texture":"#1"},"down":{"uv":[9.25,4.75,8.5,4],"texture":"#1"}}},{"from":[7.375,-5.63125,9.1875],"to":[8.625,-5.15625,9.6625],"rotation":{"angle":22.5,"axis":"x","origin":[8,-7.09375,8]},"faces":{"east":{"uv":[8.25,5.5,8.5,5.75],"texture":"#1"},"south":{"uv":[7.75,5.5,8.5,5.75],"texture":"#1"},"west":{"uv":[7.75,5.5,8,5.75],"texture":"#1"},"up":{"uv":[7.75,5.5,8.5,5.75],"texture":"#1"},"down":{"uv":[7.75,5.5,8.5,5.75],"texture":"#1"}}},{"from":[6.8075,-7.03625,7.37],"to":[8.0675,-5.15125,8.63],"rotation":{"angle":22.5,"axis":"z","origin":[8,-7.09375,8]},"faces":{"north":{"uv":[7.75,4.5,8.5,5.5],"texture":"#1"},"east":{"uv":[7.75,4.5,8,4.75],"texture":"#1"},"south":{"uv":[8.5,4.5,7.75,5.5],"texture":"#1"},"west":{"uv":[7.75,5.75,8.5,6.75],"texture":"#1"},"up":{"uv":[8.5,4,9.25,4.75],"rotation":90,"texture":"#1"},"down":{"uv":[9.25,4.75,8.5,4],"rotation":270,"texture":"#1"}}},{"from":[6.3375,-5.63125,7.375],"to":[6.8125,-5.15625,8.625],"rotation":{"angle":22.5,"axis":"z","origin":[8,-7.09375,8]},"faces":{"north":{"uv":[7.75,5.5,8,5.75],"texture":"#1"},"south":{"uv":[8.25,5.5,8.5,5.75],"texture":"#1"},"west":{"uv":[7.75,5.5,8.5,5.75],"texture":"#1"},"up":{"uv":[7.75,5.5,8.5,5.75],"rotation":90,"texture":"#1"},"down":{"uv":[7.75,5.5,8.5,5.75],"rotation":270,"texture":"#1"}}},{"from":[7.37,-7.03625,6.8075],"to":[8.63,-5.15125,8.0675],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-7.09375,8]},"faces":{"north":{"uv":[7.75,5.75,8.5,6.75],"texture":"#1"},"east":{"uv":[7.75,4.5,8.5,5.5],"texture":"#1"},"south":{"uv":[7.75,4.5,8,4.75],"texture":"#1"},"west":{"uv":[8.5,4.5,7.75,5.5],"texture":"#1"},"up":{"uv":[8.5,4,9.25,4.75],"rotation":180,"texture":"#1"},"down":{"uv":[9.25,4.75,8.5,4],"rotation":180,"texture":"#1"}}},{"from":[7.375,-5.63125,6.3375],"to":[8.625,-5.15625,6.8125],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-7.09375,8]},"faces":{"north":{"uv":[7.75,5.5,8.5,5.75],"texture":"#1"},"east":{"uv":[7.75,5.5,8,5.75],"texture":"#1"},"west":{"uv":[8.25,5.5,8.5,5.75],"texture":"#1"},"up":{"uv":[7.75,5.5,8.5,5.75],"rotation":180,"texture":"#1"},"down":{"uv":[7.75,5.5,8.5,5.75],"rotation":180,"texture":"#1"}}},{"from":[7.9325,-7.03625,7.37],"to":[9.1925,-5.15125,8.63],"rotation":{"angle":-22.5,"axis":"z","origin":[8,-7.09375,8]},"faces":{"north":{"uv":[8.5,4.5,7.75,5.5],"texture":"#1"},"east":{"uv":[7.75,5.75,8.5,6.75],"texture":"#1"},"south":{"uv":[7.75,4.5,8.5,5.5],"texture":"#1"},"west":{"uv":[7.75,4.5,8,4.75],"texture":"#1"},"up":{"uv":[8.5,4,9.25,4.75],"rotation":270,"texture":"#1"},"down":{"uv":[9.25,4.75,8.5,4],"rotation":90,"texture":"#1"}}},{"from":[9.1875,-5.63125,7.375],"to":[9.6625,-5.15625,8.625],"rotation":{"angle":-22.5,"axis":"z","origin":[8,-7.09375,8]},"faces":{"north":{"uv":[8.25,5.5,8.5,5.75],"texture":"#1"},"east":{"uv":[7.75,5.5,8.5,5.75],"texture":"#1"},"south":{"uv":[7.75,5.5,8,5.75],"texture":"#1"},"up":{"uv":[7.75,5.5,8.5,5.75],"rotation":270,"texture":"#1"},"down":{"uv":[7.75,5.5,8.5,5.75],"rotation":90,"texture":"#1"}}},{"from":[6.15125,-5.755,7.37],"to":[7.41125,-4.495,8.63],"rotation":{"angle":0,"axis":"y","origin":[8,-8.65625,8]},"faces":{"north":{"uv":[6.25,6.75,7,7.5],"texture":"#1"},"east":{"uv":[7,5.25,6.25,6],"texture":"#1"},"south":{"uv":[6.25,6,7,6.75],"texture":"#1"},"west":{"uv":[6.25,5.25,7,6],"texture":"#1"},"up":{"uv":[7,5.25,7.75,6],"texture":"#1"},"down":{"uv":[6.5,7.5,5.75,8.25],"rotation":270,"texture":"#1"}}},{"from":[6.25,-5.75,7.15625],"to":[7.5,-4.5,8.84375],"rotation":{"angle":45,"axis":"y","origin":[8,-5.125,8]},"faces":{"north":{"uv":[7,6.75,7.75,7.5],"texture":"#1"},"east":{"uv":[7,4.5,6.25,5.25],"texture":"#1"},"south":{"uv":[7,6,7.75,6.75],"texture":"#1"},"west":{"uv":[6.25,4.5,7,5.25],"texture":"#1"},"up":{"uv":[7,4.5,7.75,5.25],"texture":"#1"},"down":{"uv":[6.5,7.5,5.75,8.25],"rotation":270,"texture":"#1"}}},{"from":[8.5,-5.75,7.15625],"to":[9.75,-4.5,8.84375],"rotation":{"angle":-45,"axis":"y","origin":[8,-5.125,8]},"faces":{"north":{"uv":[7,6,7.75,6.75],"texture":"#1"},"east":{"uv":[6.25,4.5,7,5.25],"texture":"#1"},"south":{"uv":[7,6.75,7.75,7.5],"texture":"#1"},"west":{"uv":[7,4.5,6.25,5.25],"texture":"#1"},"up":{"uv":[7,4.5,7.75,5.25],"rotation":180,"texture":"#1"},"down":{"uv":[6.5,7.5,5.75,8.25],"rotation":90,"texture":"#1"}}},{"from":[7.37,-5.755,8.58875],"to":[8.63,-4.495,9.84875],"rotation":{"angle":0,"axis":"y","origin":[8,-8.65625,8]},"faces":{"north":{"uv":[7,5.25,6.25,6],"texture":"#1"},"east":{"uv":[6.25,6,7,6.75],"texture":"#1"},"south":{"uv":[6.25,5.25,7,6],"texture":"#1"},"west":{"uv":[6.25,6.75,7,7.5],"texture":"#1"},"up":{"uv":[7,5.25,7.75,6],"rotation":270,"texture":"#1"},"down":{"uv":[6.5,7.5,5.75,8.25],"texture":"#1"}}},{"from":[7.15625,-5.75,6.25],"to":[8.84375,-4.5,7.5],"rotation":{"angle":-45,"axis":"y","origin":[8,-5.125,8]},"faces":{"north":{"uv":[6.25,4.5,7,5.25],"texture":"#1"},"east":{"uv":[7,6.75,7.75,7.5],"texture":"#1"},"south":{"uv":[7,4.5,6.25,5.25],"texture":"#1"},"west":{"uv":[7,6,7.75,6.75],"texture":"#1"},"up":{"uv":[7,4.5,7.75,5.25],"rotation":90,"texture":"#1"},"down":{"uv":[6.5,7.5,5.75,8.25],"rotation":180,"texture":"#1"}}},{"from":[8.58875,-5.755,7.37],"to":[9.84875,-4.495,8.63],"rotation":{"angle":0,"axis":"y","origin":[8,-8.65625,8]},"faces":{"north":{"uv":[6.25,6,7,6.75],"texture":"#1"},"east":{"uv":[6.25,5.25,7,6],"texture":"#1"},"south":{"uv":[6.25,6.75,7,7.5],"texture":"#1"},"west":{"uv":[7,5.25,6.25,6],"texture":"#1"},"up":{"uv":[7,5.25,7.75,6],"rotation":180,"texture":"#1"},"down":{"uv":[6.5,7.5,5.75,8.25],"rotation":90,"texture":"#1"}}},{"from":[7.15625,-5.75,6.25],"to":[8.84375,-4.5,7.5],"rotation":{"angle":45,"axis":"y","origin":[8,-5.125,8]},"faces":{"north":{"uv":[6.25,4.5,7,5.25],"texture":"#1"},"east":{"uv":[7,6.75,7.75,7.5],"texture":"#1"},"south":{"uv":[7,4.5,6.25,5.25],"texture":"#1"},"west":{"uv":[7,6,7.75,6.75],"texture":"#1"},"up":{"uv":[7,4.5,7.75,5.25],"rotation":90,"texture":"#1"},"down":{"uv":[6.5,7.5,5.75,8.25],"rotation":180,"texture":"#1"}}},{"from":[7.37,-5.755,6.15125],"to":[8.63,-4.495,7.41125],"rotation":{"angle":0,"axis":"y","origin":[8,-8.65625,8]},"faces":{"north":{"uv":[6.25,5.25,7,6],"texture":"#1"},"east":{"uv":[6.25,6.75,7,7.5],"texture":"#1"},"south":{"uv":[7,5.25,6.25,6],"texture":"#1"},"west":{"uv":[6.25,6,7,6.75],"texture":"#1"},"up":{"uv":[7,5.25,7.75,6],"rotation":90,"texture":"#1"},"down":{"uv":[6.5,7.5,5.75,8.25],"rotation":180,"texture":"#1"}}},{"from":[7.375,-4.59375,7.375],"to":[8.625,0.40625,8.625],"rotation":{"angle":0,"axis":"y","origin":[13,-8.75,3]},"faces":{"north":{"uv":[8.5,0,9.25,2.5],"texture":"#1"},"east":{"uv":[9.25,0,8.5,2.5],"texture":"#1"},"south":{"uv":[8.5,0,9.25,2.5],"texture":"#1"},"west":{"uv":[9.25,0,8.5,2.5],"texture":"#1"}}},{"from":[7.275,-3.69375,7.275],"to":[8.725,-0.49375,8.725],"rotation":{"angle":0,"axis":"y","origin":[13,-8.75,3]},"faces":{"north":{"uv":[8.25,2.5,9,4],"texture":"#1"},"east":{"uv":[9,2.5,8.25,4],"texture":"#1"},"south":{"uv":[8.25,2.5,9,4],"texture":"#1"},"west":{"uv":[9,2.5,8.25,4],"texture":"#1"}}},{"from":[6.115,0.39625,5.49],"to":[9.885,1.66625,10.51],"rotation":{"angle":0,"axis":"y","origin":[13,-8.75,3]},"faces":{"north":{"uv":[4.25,4.5,6.25,5.25],"texture":"#1"},"east":{"uv":[4.25,4.5,4.5,5.25],"texture":"#1"},"south":{"uv":[6.25,4.5,4.25,5.25],"texture":"#1"},"west":{"uv":[6,4.5,6.25,5.25],"texture":"#1"},"up":{"uv":[6.5,2.5,4,0.5],"rotation":90,"texture":"#1"},"down":{"uv":[6.75,2.5,4.25,4.5],"rotation":270,"texture":"#1"}}},{"from":[4.87,0.40125,6.745],"to":[11.13,1.66125,9.255],"rotation":{"angle":0,"axis":"y","origin":[8,1.03125,8]},"faces":{"north":{"uv":[3.25,5.75,3,2.5],"rotation":90,"texture":"#1"},"east":{"uv":[2.25,5.75,3.5,6.5],"texture":"#1"},"south":{"uv":[3.25,5.75,3,2.5],"rotation":90,"texture":"#1"},"west":{"uv":[2.25,5.75,3.5,6.5],"texture":"#1"},"up":{"uv":[4.25,5.75,3,2.5],"rotation":90,"texture":"#1"},"down":{"uv":[3.5,9.75,2.25,6.5],"rotation":90,"texture":"#1"}}},{"from":[7.625,0.40625,4.875],"to":[9.3125,1.65625,6.625],"rotation":{"angle":-45,"axis":"y","origin":[8,1.03125,8]},"faces":{"north":{"uv":[3.5,5.75,4.25,6.5],"texture":"#1"},"east":{"uv":[3.5,5.75,3.75,6.5],"texture":"#1"},"west":{"uv":[4,5.75,4.25,6.5],"texture":"#1"},"up":{"uv":[4.25,7.25,3.5,6.5],"rotation":90,"texture":"#1"},"down":{"uv":[4.25,8,3.5,7.25],"rotation":90,"texture":"#1"}}},{"from":[6.6875,0.40625,4.875],"to":[8.375,1.65625,6.625],"rotation":{"angle":45,"axis":"y","origin":[8,1.03125,8]},"faces":{"north":{"uv":[4.25,5.75,3.5,6.5],"texture":"#1"},"east":{"uv":[4.25,5.75,4,6.5],"texture":"#1"},"west":{"uv":[3.75,5.75,3.5,6.5],"texture":"#1"},"up":{"uv":[4.25,6.5,3.5,7.25],"rotation":90,"texture":"#1"},"down":{"uv":[4.25,7.25,3.5,8],"rotation":90,"texture":"#1"}}},{"from":[6.6875,0.40625,9.375],"to":[8.375,1.65625,11.125],"rotation":{"angle":-45,"axis":"y","origin":[8,1.03125,8]},"faces":{"east":{"uv":[4,5.75,4.25,6.5],"texture":"#1"},"south":{"uv":[3.5,5.75,4.25,6.5],"texture":"#1"},"west":{"uv":[3.5,5.75,3.75,6.5],"texture":"#1"},"up":{"uv":[3.5,6.5,4.25,7.25],"rotation":90,"texture":"#1"},"down":{"uv":[3.5,7.25,4.25,8],"rotation":90,"texture":"#1"}}},{"from":[7.625,0.40625,9.375],"to":[9.3125,1.65625,11.125],"rotation":{"angle":45,"axis":"y","origin":[8,1.03125,8]},"faces":{"east":{"uv":[3.75,5.75,3.5,6.5],"texture":"#1"},"south":{"uv":[4.25,5.75,3.5,6.5],"texture":"#1"},"west":{"uv":[4.25,5.75,4,6.5],"texture":"#1"},"up":{"uv":[3.5,7.25,4.25,6.5],"rotation":90,"texture":"#1"},"down":{"uv":[3.5,8,4.25,7.25],"rotation":90,"texture":"#1"}}},{"from":[4.15219,1.08372,7.6875],"to":[5.40219,2.70872,8.3125],"rotation":{"angle":22.5,"axis":"z","origin":[3.83969,0.27122,8]},"faces":{"north":{"uv":[5.75,7.75,5,8.75],"texture":"#1"},"east":{"uv":[5.75,7.75,5.5,8.75],"texture":"#1"},"south":{"uv":[5,7.75,5.75,8.75],"texture":"#1"},"west":{"uv":[5.25,7.75,5,8.75],"texture":"#1"},"up":{"uv":[5,7.75,5.75,8],"texture":"#1"}}},{"from":[4.14719,-0.17128,7.37],"to":[5.40719,1.08872,8.63],"rotation":{"angle":22.5,"axis":"z","origin":[3.83969,0.27122,8]},"faces":{"north":{"uv":[4.25,8,3.5,8.75],"texture":"#1"},"south":{"uv":[3.5,8,4.25,8.75],"texture":"#1"},"up":{"uv":[3.5,8,4.25,8.25],"texture":"#1"},"down":{"uv":[3.5,9.5,4.25,8.75],"rotation":270,"texture":"#1"}}},{"from":[-0.375,0.4375,7.375],"to":[0.875,1.6875,8.625],"rotation":{"angle":45,"axis":"z","origin":[3,5,3]},"faces":{"north":{"uv":[4.25,7,5,6.25],"rotation":180,"texture":"#1"},"south":{"uv":[5,7,4.25,6.25],"rotation":180,"texture":"#1"},"west":{"uv":[5,8.5,4.25,9.25],"rotation":90,"texture":"#1"},"up":{"uv":[5,7,4.25,7.75],"rotation":90,"texture":"#1"},"down":{"uv":[5,8.5,4.25,7.75],"rotation":270,"texture":"#1"}}},{"from":[3.03219,-1.31753,7.38],"to":[4.27219,-0.07753,8.62],"rotation":{"angle":-22.5,"axis":"z","origin":[3.83969,0.27122,8]},"faces":{"north":{"uv":[6,5.25,5.25,6],"texture":"#1"},"east":{"uv":[5,7,5.75,7.75],"texture":"#1"},"south":{"uv":[5.25,5.25,6,6],"texture":"#1"},"west":{"uv":[5.75,6.25,5,7],"texture":"#1"}}},{"from":[2.40125,-1.47375,6.12],"to":[3.66125,-0.83875,9.88],"rotation":{"angle":0,"axis":"y","origin":[8,-8.65625,8]},"faces":{"east":{"uv":[8.5,1,6.5,0.75],"rotation":180,"texture":"#1"},"west":{"uv":[8.5,1.5,6.5,1.25],"rotation":180,"texture":"#1"},"up":{"uv":[8.5,0,6.5,0.75],"rotation":90,"texture":"#1"},"down":{"uv":[8.5,1.5,6.5,0.75],"rotation":270,"texture":"#1"}}},{"from":[2.125,-1.46875,6.84375],"to":[3.375,-0.84375,8.40625],"rotation":{"angle":-22.5,"axis":"y","origin":[8,-8.65625,8]},"faces":{"north":{"uv":[7.25,2.25,7.5,1.5],"rotation":90,"texture":"#1"},"east":{"uv":[8,1.75,7.25,1.5],"texture":"#1"},"west":{"uv":[7.25,2.25,8,2],"texture":"#1"},"up":{"uv":[7.25,1.5,6.5,2.25],"rotation":90,"texture":"#1"},"down":{"uv":[8,1.5,7.25,2.25],"rotation":90,"texture":"#1"}}},{"from":[2.125,-1.46875,7.59375],"to":[3.375,-0.84375,9.15625],"rotation":{"angle":22.5,"axis":"y","origin":[8,-8.65625,8]},"faces":{"east":{"uv":[7.25,1.75,8,1.5],"texture":"#1"},"south":{"uv":[7.25,1.5,7.5,2.25],"rotation":90,"texture":"#1"},"west":{"uv":[8,2.25,7.25,2],"texture":"#1"},"up":{"uv":[6.5,1.5,7.25,2.25],"rotation":90,"texture":"#1"},"down":{"uv":[7.25,1.5,8,2.25],"rotation":90,"texture":"#1"}}},{"from":[12.33875,-1.47375,6.12],"to":[13.59875,-0.83875,9.88],"rotation":{"angle":0,"axis":"y","origin":[8,-8.65625,8]},"faces":{"east":{"uv":[6.5,1.5,8.5,1.25],"rotation":180,"texture":"#1"},"west":{"uv":[6.5,1,8.5,0.75],"rotation":180,"texture":"#1"},"up":{"uv":[8.5,0.75,6.5,0],"rotation":90,"texture":"#1"},"down":{"uv":[8.5,0.75,6.5,1.5],"rotation":270,"texture":"#1"}}},{"from":[12.625,-1.46875,6.84375],"to":[13.875,-0.84375,8.40625],"rotation":{"angle":22.5,"axis":"y","origin":[8,-8.65625,8]},"faces":{"north":{"uv":[7.25,1.5,7.5,2.25],"rotation":90,"texture":"#1"},"east":{"uv":[8,2.25,7.25,2],"texture":"#1"},"west":{"uv":[7.25,1.75,8,1.5],"texture":"#1"},"up":{"uv":[7.25,2.25,6.5,1.5],"rotation":90,"texture":"#1"},"down":{"uv":[8,2.25,7.25,1.5],"rotation":90,"texture":"#1"}}},{"from":[12.625,-1.46875,7.59375],"to":[13.875,-0.84375,9.15625],"rotation":{"angle":-22.5,"axis":"y","origin":[8,-8.65625,8]},"faces":{"east":{"uv":[7.25,2.25,8,2],"texture":"#1"},"south":{"uv":[7.25,2.25,7.5,1.5],"rotation":90,"texture":"#1"},"west":{"uv":[8,1.75,7.25,1.5],"texture":"#1"},"up":{"uv":[6.5,2.25,7.25,1.5],"rotation":90,"texture":"#1"},"down":{"uv":[7.25,2.25,8,1.5],"rotation":90,"texture":"#1"}}},{"from":[6.90625,-9,6.90625],"to":[9.09375,-7.5,9.09375],"rotation":{"angle":45,"axis":"y","origin":[8,-8.125,8]},"faces":{"north":{"uv":[7.5,7.5,6.5,8.25],"texture":"#1"},"east":{"uv":[6.5,7.5,7.5,8.25],"texture":"#1"},"south":{"uv":[7.5,7.5,6.5,8.25],"texture":"#1"},"west":{"uv":[6.5,7.5,7.5,8.25],"texture":"#1"},"up":{"uv":[6.75,8.25,5.75,9.25],"rotation":270,"texture":"#1"},"down":{"uv":[7.75,8.25,6.75,9.25],"rotation":270,"texture":"#1"}}},{"from":[6.745,1.65125,7.37],"to":[9.255,21.255,8.63],"shade":false,"rotation":{"angle":0,"axis":"y","origin":[13,-8.75,3]},"faces":{"north":{"uv":[0,0,1.25,9.75],"texture":"#1"},"east":{"uv":[0,0,0.25,9.75],"texture":"#1"},"south":{"uv":[1.25,0,0,9.75],"texture":"#1"},"west":{"uv":[1,0,1.25,9.75],"texture":"#1"},"up":{"uv":[1.25,0.25,0,0],"texture":"#1"}}},{"from":[8.96625,1.645,7.67625],"to":[9.88625,21.26125,8.32375],"rotation":{"angle":0,"axis":"y","origin":[13,-8.75,3]},"faces":{"north":{"uv":[1.75,0,2.25,9.75],"texture":"#1"},"east":{"uv":[1.75,0,2,9.75],"texture":"#1"},"south":{"uv":[2.25,0,1.75,9.75],"texture":"#1"},"up":{"uv":[2.25,0.25,1.75,0],"texture":"#1"}}},{"from":[6.11375,1.645,7.67625],"to":[7.03375,21.26125,8.32375],"shade":false,"rotation":{"angle":0,"axis":"y","origin":[3,-8.75,3]},"faces":{"north":{"uv":[1.25,0,1.75,9.75],"texture":"#1"},"south":{"uv":[1.75,0,1.25,9.75],"texture":"#1"},"west":{"uv":[1.5,0,1.75,9.75],"texture":"#1"},"up":{"uv":[1.75,0.25,1.25,0],"texture":"#1"}}},{"from":[13.995,1.27625,7.6825],"to":[15.255,5.0675,8.3175],"rotation":{"angle":22.5,"axis":"z","origin":[13,-8.75,3]},"faces":{"north":{"uv":[2.25,3.75,3,5.75],"texture":"#1"},"east":{"uv":[2.25,3.75,2.5,5.75],"texture":"#1"},"south":{"uv":[3,3.75,2.25,5.75],"texture":"#1"}}},{"from":[-5.5625,20.15625,7.6875],"to":[-4.7625,21.9375,8.3125],"rotation":{"angle":-22.5,"axis":"z","origin":[3,-8.75,3]},"faces":{"north":{"uv":[2.25,0.75,2.75,1.75],"texture":"#1"},"south":{"uv":[2.75,0.75,2.25,1.75],"texture":"#1"},"west":{"uv":[2.5,0.75,2.75,1.75],"texture":"#1"},"up":{"uv":[2.75,0.75,2.25,1],"texture":"#1"}}},{"from":[20.7625,20.15625,7.6875],"to":[21.5625,21.9375,8.3125],"rotation":{"angle":22.5,"axis":"z","origin":[13,-8.75,3]},"faces":{"north":{"uv":[2.75,0.75,2.25,1.75],"texture":"#1"},"east":{"uv":[2.75,0.75,2.5,1.75],"texture":"#1"},"south":{"uv":[2.25,0.75,2.75,1.75],"texture":"#1"},"up":{"uv":[2.25,0.75,2.75,1],"texture":"#1"}}},{"from":[-5,20.40625,7.375],"to":[-3.75,21.5625,8.625],"rotation":{"angle":-22.5,"axis":"z","origin":[3,-8.75,3]},"faces":{"north":{"uv":[4,0,4.75,0.5],"texture":"#1"},"south":{"uv":[4.75,0,4,0.5],"texture":"#1"},"west":{"uv":[4.5,0,4.75,0.5],"texture":"#1"}}},{"from":[19.75,20.40625,7.375],"to":[21,21.5625,8.625],"rotation":{"angle":22.5,"axis":"z","origin":[13,-8.75,3]},"faces":{"north":{"uv":[4.75,0,4,0.5],"texture":"#1"},"south":{"uv":[4,0,4.75,0.5],"texture":"#1"}}},{"from":[4.375,2.03125,7.6875],"to":[5.25,3.8125,8.3125],"rotation":{"angle":-22.5,"axis":"z","origin":[13,-8.75,3]},"faces":{"north":{"uv":[2.25,2.75,2.75,3.75],"texture":"#1"},"east":{"uv":[2.25,2.75,2.5,3.75],"texture":"#1"},"south":{"uv":[2.75,2.75,2.25,3.75],"texture":"#1"},"up":{"uv":[2.75,2.75,2.25,3],"texture":"#1"}}},{"from":[0.745,1.27625,7.6825],"to":[2.005,5.0675,8.3175],"rotation":{"angle":-22.5,"axis":"z","origin":[3,-8.75,3]},"faces":{"north":{"uv":[3,3.75,2.25,5.75],"texture":"#1"},"south":{"uv":[2.25,3.75,3,5.75],"texture":"#1"},"west":{"uv":[2.5,3.75,2.25,5.75],"texture":"#1"}}},{"from":[10.75,2.03125,7.6875],"to":[11.625,3.8125,8.3125],"rotation":{"angle":22.5,"axis":"z","origin":[3,-8.75,3]},"faces":{"north":{"uv":[2.75,2.75,2.25,3.75],"texture":"#1"},"south":{"uv":[2.25,2.75,2.75,3.75],"texture":"#1"},"west":{"uv":[2.5,2.75,2.25,3.75],"texture":"#1"},"up":{"uv":[2.25,2.75,2.75,3],"texture":"#1"}}},{"from":[6.49375,22.24375,7.68125],"to":[8.19375,23.94375,8.31875],"rotation":{"angle":45,"axis":"z","origin":[8,23.75,8]},"faces":{"north":{"uv":[3,0,4,1],"texture":"#1"},"east":{"uv":[3,0,3.25,1],"texture":"#1"},"south":{"uv":[4,0,3,1],"texture":"#1"},"west":{"uv":[3.75,0,4,1],"texture":"#1"},"up":{"uv":[4,0,3,0.25],"texture":"#1"},"down":{"uv":[4,0.75,3,1],"texture":"#1"}}},{"from":[6.37,22.12,7.37],"to":[7.5675,23.3175,8.63],"rotation":{"angle":45,"axis":"z","origin":[8,23.75,8]},"faces":{"north":{"uv":[4.75,0,5.25,0.5],"texture":"#1"},"east":{"uv":[4.75,0,5,0.5],"texture":"#1"},"south":{"uv":[5.25,0,4.75,0.5],"texture":"#1"},"west":{"uv":[5,0,5.25,0.5],"texture":"#1"},"up":{"uv":[5.25,0,4.75,0.25],"texture":"#1"},"down":{"uv":[5.25,0.25,4.75,0.5],"texture":"#1"}}},{"from":[2.0625,-1.4375,7.375],"to":[2.6875,-0.1875,8.625],"rotation":{"angle":-45,"axis":"x","origin":[8,-0.8125,8]},"faces":{"north":{"uv":[2.75,0,3,0.75],"texture":"#1"},"east":{"uv":[2.25,0,3,0.75],"texture":"#1"},"south":{"uv":[2.25,0,2.5,0.75],"texture":"#1"},"west":{"uv":[3,0,2.25,0.75],"texture":"#1"},"up":{"uv":[3,0.25,2.25,0],"rotation":90,"texture":"#1"},"down":{"uv":[2.25,0.75,3,0.5],"rotation":90,"texture":"#1"}}},{"from":[11.72781,-1.31753,7.38],"to":[12.96781,-0.07753,8.62],"rotation":{"angle":22.5,"axis":"z","origin":[12.16031,0.27122,8]},"faces":{"north":{"uv":[5.25,5.25,6,6],"texture":"#1"},"east":{"uv":[5,6.25,5.75,7],"texture":"#1"},"south":{"uv":[6,5.25,5.25,6],"texture":"#1"},"west":{"uv":[5.75,7,5,7.75],"texture":"#1"}}},{"from":[15.125,0.4375,7.375],"to":[16.375,1.6875,8.625],"rotation":{"angle":-45,"axis":"z","origin":[13,5,3]},"faces":{"north":{"uv":[5,7,4.25,6.25],"rotation":180,"texture":"#1"},"east":{"uv":[5,9.25,4.25,8.5],"rotation":90,"texture":"#1"},"south":{"uv":[4.25,7,5,6.25],"rotation":180,"texture":"#1"},"up":{"uv":[5,7.75,4.25,7],"rotation":90,"texture":"#1"},"down":{"uv":[5,7.75,4.25,8.5],"rotation":270,"texture":"#1"}}},{"from":[10.59281,-0.17128,7.37],"to":[11.85281,1.08872,8.63],"rotation":{"angle":-22.5,"axis":"z","origin":[12.16031,0.27122,8]},"faces":{"north":{"uv":[3.5,8,4.25,8.75],"texture":"#1"},"south":{"uv":[4.25,8,3.5,8.75],"texture":"#1"},"up":{"uv":[4.25,8,3.5,8.25],"texture":"#1"},"down":{"uv":[3.5,8.75,4.25,9.5],"rotation":270,"texture":"#1"}}},{"from":[10.59781,1.08372,7.6875],"to":[11.84781,2.70872,8.3125],"rotation":{"angle":-22.5,"axis":"z","origin":[12.16031,0.27122,8]},"faces":{"north":{"uv":[5,7.75,5.75,8.75],"texture":"#1"},"east":{"uv":[5,7.75,5.25,8.75],"texture":"#1"},"south":{"uv":[5.75,7.75,5,8.75],"texture":"#1"},"west":{"uv":[5.5,7.75,5.75,8.75],"texture":"#1"},"up":{"uv":[5.75,7.75,5,8],"texture":"#1"}}},{"from":[13.3125,-1.4375,7.375],"to":[13.9375,-0.1875,8.625],"rotation":{"angle":-45,"axis":"x","origin":[8,-0.8125,8]},"faces":{"north":{"uv":[3,0,2.75,0.75],"texture":"#1"},"east":{"uv":[2.25,0,3,0.75],"texture":"#1"},"south":{"uv":[2.5,0,2.25,0.75],"texture":"#1"},"west":{"uv":[3,0,2.25,0.75],"texture":"#1"},"up":{"uv":[3,0,2.25,0.25],"rotation":90,"texture":"#1"},"down":{"uv":[2.25,0.5,3,0.75],"rotation":90,"texture":"#1"}}},{"from":[7.0625,0.125,4.875],"to":[8.9375,2,5.5],"rotation":{"angle":45,"axis":"z","origin":[8,1.0625,5.1875]},"faces":{"north":{"uv":[4.25,5.25,5.25,6.25],"texture":"#1"},"east":{"uv":[4.25,5.25,4.5,6.25],"texture":"#1"},"south":{"uv":[5.25,5.25,4.25,6.25],"texture":"#1"},"west":{"uv":[5,5.25,5.25,6.25],"texture":"#1"},"up":{"uv":[5.25,5.25,4.25,5.5],"texture":"#1"},"down":{"uv":[5.25,6,4.25,6.25],"texture":"#1"}}},{"from":[7.0625,0.125,10.5],"to":[8.9375,2,11.125],"rotation":{"angle":45,"axis":"z","origin":[8,1.0625,10.8125]},"faces":{"north":{"uv":[4.25,5.25,5.25,6.25],"texture":"#1"},"east":{"uv":[4.5,5.25,4.25,6.25],"texture":"#1"},"south":{"uv":[5.25,5.25,4.25,6.25],"texture":"#1"},"west":{"uv":[5.25,5.25,5,6.25],"texture":"#1"},"up":{"uv":[5.25,5.5,4.25,5.25],"texture":"#1"},"down":{"uv":[5.25,6.25,4.25,6],"texture":"#1"}}},{"from":[8.12,1.62,6.745],"to":[10.63,2.5675,9.255],"rotation":{"angle":-22.5,"axis":"z","origin":[8,2.8125,8]},"faces":{"west":{"uv":[4,1.25,2.75,1],"texture":"#1"}}},{"from":[5.37,1.62,6.745],"to":[7.88,2.5675,9.255],"rotation":{"angle":22.5,"axis":"z","origin":[8,2.8125,8]},"faces":{"north":{"uv":[3.75,2.25,4,1],"rotation":90,"texture":"#1"},"east":{"uv":[2.75,1.25,4,1],"texture":"#1"},"south":{"uv":[3,1,2.75,2.25],"rotation":90,"texture":"#1"},"up":{"uv":[4,1,2.75,2.25],"rotation":90,"texture":"#1"}}},{"from":[7.3875,20.325,7.0625],"to":[8.6375,21.575,8.9375],"rotation":{"angle":45,"axis":"z","origin":[8,20.9375,8]},"faces":{"north":{"uv":[2.25,0,3,0.75],"texture":"#1"},"east":{"uv":[2.25,0,2.5,0.75],"texture":"#1"},"south":{"uv":[3,0,2.25,0.75],"texture":"#1"},"west":{"uv":[2.75,0,3,0.75],"texture":"#1"},"up":{"uv":[3,0,2.25,0.25],"texture":"#1"},"down":{"uv":[3,0.5,2.25,0.75],"texture":"#1"}}},{"from":[7.3875,3.075,7.0625],"to":[8.6375,4.325,8.9375],"rotation":{"angle":45,"axis":"z","origin":[8,3.6875,8]},"faces":{"north":{"uv":[2.25,0,3,0.75],"texture":"#1"},"east":{"uv":[2.25,0,2.5,0.75],"texture":"#1"},"south":{"uv":[3,0,2.25,0.75],"texture":"#1"},"west":{"uv":[2.75,0,3,0.75],"texture":"#1"},"up":{"uv":[3,0,2.25,0.25],"texture":"#1"},"down":{"uv":[3,0.5,2.25,0.75],"texture":"#1"}}},{"from":[7.25,6.15,7],"to":[8.75,13.15,9],"rotation":{"angle":0,"axis":"y","origin":[16,0,0]},"faces":{"north":{"uv":[0.25,4,1,7.5],"texture":"#1"},"east":{"uv":[0.25,4,0.5,7.5],"texture":"#1"},"south":{"uv":[1,4,0.25,7.5],"texture":"#1"},"west":{"uv":[0.75,4,1,7.5],"texture":"#1"}}},{"from":[7.745,5.495,6.995],"to":[8.855,6.605,9.005],"rotation":{"angle":45,"axis":"z","origin":[8,5.75,8]},"faces":{"north":{"uv":[2.25,2.25,2.75,2.75],"texture":"#1"},"east":{"uv":[2.5,2.25,2.25,2.75],"texture":"#1"},"south":{"uv":[2.75,2.25,2.25,2.75],"texture":"#1"},"west":{"uv":[2.75,2.25,2.5,2.75],"texture":"#1"},"up":{"uv":[2.75,2.25,2.25,2.5],"texture":"#1"},"down":{"uv":[2.75,2.5,2.25,2.75],"texture":"#1"}}},{"from":[12.695,10.445,6.995],"to":[13.805,11.555,9.005],"rotation":{"angle":45,"axis":"z","origin":[8,5.75,8]},"faces":{"north":{"uv":[2.25,1.75,2.75,2.25],"texture":"#1"},"east":{"uv":[2.25,1.75,2.5,2.25],"texture":"#1"},"south":{"uv":[2.75,1.75,2.25,2.25],"texture":"#1"},"west":{"uv":[2.5,1.75,2.75,2.25],"texture":"#1"},"up":{"uv":[2.75,1.75,2.25,2],"texture":"#1"},"down":{"uv":[2.75,2,2.25,2.25],"texture":"#1"}}},{"from":[7.09,1.64,6.74],"to":[8.91,2.16,9.26],"rotation":{"angle":0,"axis":"y","origin":[16,0,0]},"faces":{"north":{"uv":[2.75,2.25,3.5,2.5],"texture":"#1"},"east":{"uv":[2.75,2.25,3,2.5],"texture":"#1"},"south":{"uv":[2.75,2.25,3.5,2.5],"texture":"#1"},"west":{"uv":[2.75,2.25,3,2.5],"texture":"#1"},"up":{"uv":[2.75,2.25,3.5,2.5],"texture":"#1"}}},{"from":[8.12,1.62,6.745],"to":[10.63,2.5675,9.255],"rotation":{"angle":-22.5,"axis":"z","origin":[8,2.8125,8]},"faces":{"north":{"uv":[3.75,1,4,2.25],"rotation":90,"texture":"#1"},"south":{"uv":[3,2.25,2.75,1],"rotation":90,"texture":"#1"},"up":{"uv":[4,2.25,2.75,1],"rotation":90,"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[-4,100,0],"translation":[0,11.25,0.5],"scale":[1.2,1.2,1.2]},"thirdperson_lefthand":{"rotation":[-4,100,0],"translation":[0,11.25,0.5],"scale":[1.2,1.2,1.2]},"firstperson_righthand":{"rotation":[-10,100,0],"translation":[0.75,8.25,0.5],"scale":[0.8,0.8,0.8]},"firstperson_lefthand":{"rotation":[-10,100,0],"translation":[0.75,8.25,0.5],"scale":[0.8,0.8,0.8]},"gui":{"rotation":[-20,160,30],"translation":[0.5,1,0],"scale":[0.65,0.65,0.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/decay_spear.json b/assets/minecraft/models/item/wynn/skin/spear/decay_spear.json new file mode 100644 index 000000000..b3387d0be --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/decay_spear.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/decay_2","1":"skins/decay_1","particle":"skins/decay_2"},"elements":[{"from":[7.76,15.99985,-3.07474],"to":[8.24,16.97985,1.90526],"rotation":{"angle":-45,"axis":"x","origin":[8.00188,16.08232,-0.56852]},"faces":{"north":{"uv":[6,1,5.5,0],"rotation":180,"texture":"#0"},"east":{"uv":[2,6,1,1],"rotation":270,"texture":"#0"},"south":{"uv":[6.5,6,6,5],"texture":"#0"},"west":{"uv":[5.5,0,6.5,5],"rotation":270,"texture":"#0"},"up":{"uv":[6,0,6.5,5],"texture":"#0"},"down":{"uv":[5.5,0,6,5],"rotation":180,"texture":"#0"}}},{"from":[7.76,15.57466,4.92979],"to":[8.24,16.15466,6.90979],"rotation":{"angle":-45,"axis":"x","origin":[8.00167,17.7466,6.36618]},"faces":{"north":{"uv":[8,6,7.5,6.6],"texture":"#0"},"east":{"uv":[7.5,8,8.1,6],"rotation":270,"texture":"#0"},"south":{"uv":[8.1,6,7.5,8],"rotation":180,"texture":"#0"},"west":{"uv":[7.5,8,8.1,6],"rotation":90,"texture":"#0"},"up":{"uv":[7.5,8,8.1,6],"rotation":180,"texture":"#0"},"down":{"uv":[7.5,8,8.1,6],"texture":"#0"}}},{"from":[7.76,16.7317,10.35736],"to":[8.24,18.7117,10.93736],"rotation":{"angle":0,"axis":"x","origin":[8.00167,17.7466,6.16618]},"faces":{"north":{"uv":[8,5,7.5,7],"rotation":180,"texture":"#0"},"east":{"uv":[8,5,7.5,7],"rotation":180,"texture":"#0"},"south":{"uv":[8,5,7.5,7],"rotation":180,"texture":"#0"},"west":{"uv":[8,5,7.5,7],"rotation":180,"texture":"#0"},"up":{"uv":[7.5,7,8,5],"rotation":180,"texture":"#0"},"down":{"uv":[7.5,7,8,5],"rotation":180,"texture":"#0"}}},{"from":[7.76,17.17622,10.25736],"to":[8.24,19.15622,10.83736],"rotation":{"angle":0,"axis":"x","origin":[8.00167,17.7466,6.36618]},"faces":{"north":{"uv":[8.1,8,7.5,6],"rotation":180,"texture":"#0"},"east":{"uv":[8.1,8,7.5,6],"rotation":180,"texture":"#0"},"south":{"uv":[8.1,8,7.5,6],"rotation":180,"texture":"#0"},"west":{"uv":[8.1,8,7.5,6],"rotation":180,"texture":"#0"},"up":{"uv":[8,6.6,7.5,6],"rotation":180,"texture":"#0"},"down":{"uv":[8.1,8,7.5,6],"rotation":180,"texture":"#0"}}},{"from":[7.76,-0.46512,5.88774],"to":[8.24,0.11488,6.86774],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0025,-1.59352,5.14774]},"faces":{"north":{"uv":[8,6.6,7.5,6],"texture":"#0"},"east":{"uv":[8.1,8,7.5,6],"rotation":270,"texture":"#0"},"south":{"uv":[8.1,8,7.5,6],"rotation":180,"texture":"#0"},"west":{"uv":[8.1,8,7.5,6],"rotation":90,"texture":"#0"},"up":{"uv":[7.5,6,8.1,8],"texture":"#0"},"down":{"uv":[7.5,6,8.1,8],"rotation":180,"texture":"#0"}}},{"from":[7.76,18.85896,4.20344],"to":[8.24,19.83896,6.18344],"rotation":{"angle":22.5,"axis":"x","origin":[8.00167,17.7466,6.36618]},"faces":{"north":{"uv":[7,5.5,6,7.5],"rotation":180,"texture":"#0"},"east":{"uv":[6,7.5,7,5.5],"rotation":270,"texture":"#0"},"south":{"uv":[7,5.5,6,7.5],"texture":"#0"},"west":{"uv":[6,7.5,7,5.5],"rotation":270,"texture":"#0"},"up":{"uv":[6,7.5,6.5,5.5],"texture":"#0"},"down":{"uv":[6,7.5,7,5.5],"rotation":180,"texture":"#0"}}},{"from":[7.76,16.93475,9.17766],"to":[8.24,18.91475,10.15766],"rotation":{"angle":22.5,"axis":"x","origin":[8.00167,17.7466,6.36618]},"faces":{"north":{"uv":[6,5.5,7,7.5],"texture":"#0"},"east":{"uv":[6,5.5,7,7.5],"rotation":180,"texture":"#0"},"south":{"uv":[6,5.5,6.5,7.5],"texture":"#0"},"west":{"uv":[6,5.5,7,7.5],"texture":"#0"},"up":{"uv":[6,5.5,7,7.5],"rotation":180,"texture":"#0"},"down":{"uv":[6,5.5,7,7.5],"rotation":180,"texture":"#0"}}},{"from":[7.76,16.65704,9.13513],"to":[8.24,18.63704,10.11513],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00167,17.7466,6.36618]},"faces":{"north":{"uv":[6,7.5,7,5.5],"texture":"#0"},"east":{"uv":[6,7.5,7,5.5],"rotation":180,"texture":"#0"},"south":{"uv":[6,7.5,6.5,5.5],"texture":"#0"},"west":{"uv":[6,7.5,7,5.5],"texture":"#0"},"up":{"uv":[7,5.5,6,7.5],"texture":"#0"},"down":{"uv":[7,5.5,6,7.5],"texture":"#0"}}},{"from":[7.76,-2.19967,5.18602],"to":[8.24,-1.21967,6.76602],"rotation":{"angle":-45,"axis":"x","origin":[8.0025,-1.59352,5.14774]},"faces":{"north":{"uv":[7,5.5,6,7.5],"rotation":180,"texture":"#0"},"east":{"uv":[6,7.5,7,5.5],"rotation":270,"texture":"#0"},"south":{"uv":[7,5.5,6,7.5],"texture":"#0"},"west":{"uv":[6,7.5,7,5.5],"rotation":270,"texture":"#0"},"up":{"uv":[6.5,5.5,6,7.5],"rotation":180,"texture":"#0"},"down":{"uv":[7,5.5,6,7.5],"texture":"#0"}}},{"from":[7.765,17.3832,1.37849],"to":[8.235,17.8532,1.84849],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00188,16.08232,-0.56852]},"faces":{"north":{"uv":[2.5,2,1.5,3],"texture":"#0"},"east":{"uv":[1.5,3,2.5,2],"rotation":270,"texture":"#0"},"south":{"uv":[2.5,2,1.5,3],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,3,2.5,2],"rotation":90,"texture":"#0"},"up":{"uv":[1.5,3,2.5,2],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,3,2.5,2],"texture":"#0"}}},{"from":[7.78,20.50408,4.38608],"to":[8.22,20.94408,4.82608],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00167,17.7466,6.36618]},"faces":{"north":{"uv":[9,2,8.5,2.5],"texture":"#0"},"east":{"uv":[8.5,2.5,9,2],"rotation":270,"texture":"#0"},"south":{"uv":[9,2,8.5,2.5],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,2.5,9,2],"rotation":90,"texture":"#0"},"up":{"uv":[8.5,2.5,9,2],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,2.5,9,2],"texture":"#0"}}},{"from":[7.78,14.30288,6.54277],"to":[8.22,14.74288,6.98277],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00167,17.7466,6.36618]},"faces":{"north":{"uv":[9,2.5,8.5,2],"texture":"#0"},"east":{"uv":[9,2.5,8.5,2],"rotation":270,"texture":"#0"},"south":{"uv":[9,2.5,8.5,2],"rotation":180,"texture":"#0"},"west":{"uv":[9,2.5,8.5,2],"rotation":90,"texture":"#0"},"up":{"uv":[9,2.5,8.5,2],"rotation":180,"texture":"#0"},"down":{"uv":[9,2.5,8.5,2],"texture":"#0"}}},{"from":[7.78,20.77582,6.45712],"to":[8.22,21.21582,6.89712],"rotation":{"angle":22.5,"axis":"x","origin":[8.00167,17.7466,6.36618]},"faces":{"north":{"uv":[9,2,8.5,2.5],"texture":"#0"},"east":{"uv":[8.5,2.5,9,2],"rotation":270,"texture":"#0"},"south":{"uv":[9,2,8.5,2.5],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,2.5,9,2],"rotation":90,"texture":"#0"},"up":{"uv":[8.5,2.5,9,2],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,2.5,9,2],"texture":"#0"}}},{"from":[7.78,-3.23243,4.72179],"to":[8.22,-2.79243,5.16179],"rotation":{"angle":0,"axis":"x","origin":[8.0025,-1.59352,5.14774]},"faces":{"north":{"uv":[8.5,2.5,9,2],"texture":"#0"},"east":{"uv":[8.5,2.5,9,2],"texture":"#0"},"south":{"uv":[8.5,2.5,9,2],"texture":"#0"},"west":{"uv":[8.5,2.5,9,2],"texture":"#0"},"up":{"uv":[8.5,2.5,9,2],"texture":"#0"},"down":{"uv":[8.5,2.5,9,2],"texture":"#0"}}},{"from":[7.773,13.14336,-2.35381],"to":[8.237,14.10736,-1.48981],"rotation":{"angle":22.5,"axis":"x","origin":[8.00188,16.08232,-0.56852]},"faces":{"north":{"uv":[2.5,1,3.4,0],"rotation":270,"texture":"#0"},"east":{"uv":[2.5,1,3.4,0],"rotation":270,"texture":"#0"},"south":{"uv":[2.5,1,3.4,0],"rotation":270,"texture":"#0"},"west":{"uv":[2.5,1,3.4,0],"rotation":270,"texture":"#0"},"up":{"uv":[3.4,0,2.5,1],"rotation":90,"texture":"#0"},"down":{"uv":[3.4,0,2.5,1],"rotation":90,"texture":"#0"}}},{"from":[7.775,15.19531,4.90529],"to":[8.235,15.65531,5.86529],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00167,17.7466,6.36618]},"faces":{"north":{"uv":[8.5,5,8,6],"rotation":180,"texture":"#0"},"east":{"uv":[8,6,8.5,5],"rotation":90,"texture":"#0"},"south":{"uv":[8.5,5,8,6],"texture":"#0"},"west":{"uv":[8,6,8.5,5],"rotation":270,"texture":"#0"},"up":{"uv":[8,6,8.5,5],"texture":"#0"},"down":{"uv":[8,6,8.5,5],"rotation":180,"texture":"#0"}}},{"from":[7.775,17.66981,10.49756],"to":[8.235,18.62981,10.95756],"rotation":{"angle":22.5,"axis":"x","origin":[8.00167,17.7466,6.16618]},"faces":{"north":{"uv":[8.5,5,8,6],"texture":"#0"},"east":{"uv":[8.5,5,8,6],"texture":"#0"},"south":{"uv":[8.5,5,8,6],"texture":"#0"},"west":{"uv":[8.5,5,8,6],"texture":"#0"},"up":{"uv":[8,6,8.5,5],"rotation":180,"texture":"#0"},"down":{"uv":[8,6,8.5,5],"rotation":180,"texture":"#0"}}},{"from":[7.775,17.34287,10.57146],"to":[8.235,18.30287,11.03146],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00167,17.7466,6.36618]},"faces":{"north":{"uv":[8.5,6,8,5],"texture":"#0"},"east":{"uv":[8.5,6,8,5],"texture":"#0"},"south":{"uv":[8.5,6,8,5],"texture":"#0"},"west":{"uv":[8.5,6,8,5],"texture":"#0"},"up":{"uv":[8.5,6,8,5],"texture":"#0"},"down":{"uv":[8.5,6,8,5],"texture":"#0"}}},{"from":[7.775,-0.76335,5.52019],"to":[8.235,-0.30335,6.48019],"rotation":{"angle":-45,"axis":"x","origin":[8.0025,-1.59352,5.14774]},"faces":{"north":{"uv":[8.5,6,8,5],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,6,8,5],"rotation":90,"texture":"#0"},"south":{"uv":[8.5,6,8,5],"texture":"#0"},"west":{"uv":[8.5,6,8,5],"rotation":270,"texture":"#0"},"up":{"uv":[8,5,8.5,6],"rotation":180,"texture":"#0"},"down":{"uv":[8,5,8.5,6],"texture":"#0"}}},{"from":[7.775,0.80272,5.15627],"to":[8.235,1.26272,6.11627],"rotation":{"angle":-22.5,"axis":"x","origin":[8.005,0.98235,5.29554]},"faces":{"north":{"uv":[8.5,6,8,5],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,6,8,5],"rotation":90,"texture":"#0"},"south":{"uv":[8.5,6,8,5],"texture":"#0"},"west":{"uv":[8.5,6,8,5],"rotation":270,"texture":"#0"},"up":{"uv":[8,5,8.5,6],"rotation":180,"texture":"#0"},"down":{"uv":[8,5,8.5,6],"texture":"#0"}}},{"from":[7.775,19.64233,4.20378],"to":[8.235,20.50233,5.16378],"rotation":{"angle":0,"axis":"x","origin":[8.00167,17.7466,6.36618]},"faces":{"north":{"uv":[6.9,4.5,6,5.5],"texture":"#0"},"east":{"uv":[6.9,5.5,6,4.5],"rotation":270,"texture":"#0"},"south":{"uv":[6.9,4.5,6,5.5],"rotation":180,"texture":"#0"},"west":{"uv":[6,5.5,6.9,4.5],"rotation":90,"texture":"#0"},"up":{"uv":[6,5.5,6.5,4.5],"rotation":180,"texture":"#0"},"down":{"uv":[6.5,5.5,7,4.5],"texture":"#0"}}},{"from":[7.775,13.93804,6.10207],"to":[8.235,14.79804,7.06207],"rotation":{"angle":-45,"axis":"x","origin":[8.00167,17.7466,6.36618]},"faces":{"north":{"uv":[6.9,5.5,6,4.5],"texture":"#0"},"east":{"uv":[6,5.5,6.9,4.5],"rotation":270,"texture":"#0"},"south":{"uv":[6.9,5.5,6,4.5],"rotation":180,"texture":"#0"},"west":{"uv":[6.9,5.5,6,4.5],"rotation":90,"texture":"#0"},"up":{"uv":[7,5.5,6.5,4.5],"rotation":180,"texture":"#0"},"down":{"uv":[6.5,5.5,6,4.5],"texture":"#0"}}},{"from":[7.775,17.13959,9.30552],"to":[8.235,18.09959,10.16552],"rotation":{"angle":-45,"axis":"x","origin":[8.00167,17.7466,6.36618]},"faces":{"north":{"uv":[7,4.5,6.5,5.5],"texture":"#0"},"east":{"uv":[6,4.5,6.9,5.5],"texture":"#0"},"south":{"uv":[6.5,4.5,6,5.5],"texture":"#0"},"west":{"uv":[6.9,4.5,6,5.5],"texture":"#0"},"up":{"uv":[6,5.5,6.9,4.5],"texture":"#0"},"down":{"uv":[6,5.5,6.9,4.5],"texture":"#0"}}},{"from":[7.775,-2.38009,4.822],"to":[8.235,-1.42009,5.682],"rotation":{"angle":22.5,"axis":"x","origin":[8.0025,-1.59352,5.14774]},"faces":{"north":{"uv":[6,5.5,6.5,4.5],"texture":"#0"},"east":{"uv":[6.9,5.5,6,4.5],"texture":"#0"},"south":{"uv":[6.5,5.5,7,4.5],"texture":"#0"},"west":{"uv":[6,5.5,6.9,4.5],"texture":"#0"},"up":{"uv":[6,5.5,6.9,4.5],"texture":"#0"},"down":{"uv":[6,5.5,6.9,4.5],"texture":"#0"}}},{"from":[7.78,13.33865,-3.33654],"to":[8.23,14.03865,-3.08654],"rotation":{"angle":0,"axis":"x","origin":[8.00188,16.08232,-0.56852]},"faces":{"north":{"uv":[4,0.75,4.8,0],"rotation":270,"texture":"#0"},"east":{"uv":[4.8,0,4,0.75],"rotation":180,"texture":"#0"},"south":{"uv":[4,0.75,4.8,0],"rotation":90,"texture":"#0"},"west":{"uv":[4.8,0,4,0.75],"texture":"#0"},"up":{"uv":[4.8,0,4,0.75],"rotation":90,"texture":"#0"},"down":{"uv":[4.8,0,4,0.75],"rotation":270,"texture":"#0"}}},{"from":[7.775,15.97429,-4.1729],"to":[8.235,16.33429,-3.5629],"rotation":{"angle":-45,"axis":"x","origin":[8.00188,16.08232,-0.56852]},"faces":{"north":{"uv":[4,0.75,4.8,0],"rotation":90,"texture":"#0"},"east":{"uv":[4,0.75,4.8,0],"rotation":90,"texture":"#0"},"south":{"uv":[4,0.75,4.8,0],"rotation":90,"texture":"#0"},"west":{"uv":[4,0.75,4.8,0],"rotation":90,"texture":"#0"},"up":{"uv":[4.8,0,4,0.75],"rotation":270,"texture":"#0"},"down":{"uv":[4.8,0,4,0.75],"rotation":270,"texture":"#0"}}},{"from":[7.78,14.88392,5.33012],"to":[8.23,15.23392,6.03012],"rotation":{"angle":0,"axis":"x","origin":[8.00167,17.7466,6.36618]},"faces":{"north":{"uv":[7.9,3,7.5,3.75],"texture":"#0"},"east":{"uv":[7.5,3.75,7.9,3],"rotation":270,"texture":"#0"},"south":{"uv":[7.9,3,7.5,3.75],"rotation":180,"texture":"#0"},"west":{"uv":[7.5,3.75,7.9,3],"rotation":90,"texture":"#0"},"up":{"uv":[7.5,3.75,7.9,3],"rotation":180,"texture":"#0"},"down":{"uv":[7.5,3.75,7.9,3],"texture":"#0"}}},{"from":[7.78,13.34401,7.26611],"to":[8.23,13.69401,7.96611],"rotation":{"angle":-45,"axis":"x","origin":[8.00167,17.7466,6.16618]},"faces":{"north":{"uv":[7.9,3,7.5,3.75],"texture":"#0"},"east":{"uv":[7.5,3.75,7.9,3],"rotation":270,"texture":"#0"},"south":{"uv":[7.9,3,7.5,3.75],"rotation":180,"texture":"#0"},"west":{"uv":[7.5,3.75,7.9,3],"rotation":90,"texture":"#0"},"up":{"uv":[7.5,3.75,7.9,3],"rotation":180,"texture":"#0"},"down":{"uv":[7.5,3.75,7.9,3],"texture":"#0"}}},{"from":[7.78,16.43791,10.48575],"to":[8.23,17.13791,10.83575],"rotation":{"angle":-45,"axis":"x","origin":[8.00167,17.7466,6.36618]},"faces":{"north":{"uv":[7.5,3,7.9,3.75],"texture":"#0"},"east":{"uv":[7.5,3,7.9,3.75],"texture":"#0"},"south":{"uv":[7.5,3,7.9,3.75],"texture":"#0"},"west":{"uv":[7.5,3,7.9,3.75],"texture":"#0"},"up":{"uv":[7.5,3,7.9,3.75],"texture":"#0"},"down":{"uv":[7.5,3,7.9,3.75],"texture":"#0"}}},{"from":[7.78,-1.4184,4.15177],"to":[8.23,-0.7184,4.50177],"rotation":{"angle":22.5,"axis":"x","origin":[8.0025,-1.59352,5.14774]},"faces":{"north":{"uv":[7.9,3.75,7.5,3],"texture":"#0"},"east":{"uv":[7.9,3.75,7.5,3],"texture":"#0"},"south":{"uv":[7.9,3.75,7.5,3],"texture":"#0"},"west":{"uv":[7.9,3.75,7.5,3],"texture":"#0"},"up":{"uv":[7.5,3,7.9,3.75],"texture":"#0"},"down":{"uv":[7.5,3,7.9,3.75],"texture":"#0"}}},{"from":[7.78,0.29828,5.03668],"to":[8.23,0.99828,5.38668],"rotation":{"angle":45,"axis":"x","origin":[8.005,0.98235,5.29554]},"faces":{"north":{"uv":[7.9,3.75,7.5,3],"texture":"#0"},"east":{"uv":[7.9,3.75,7.5,3],"texture":"#0"},"south":{"uv":[7.9,3.75,7.5,3],"texture":"#0"},"west":{"uv":[7.9,3.75,7.5,3],"texture":"#0"},"up":{"uv":[7.5,3,7.9,3.75],"texture":"#0"},"down":{"uv":[7.5,3,7.9,3.75],"texture":"#0"}}},{"from":[7.78,20.36661,4.71025],"to":[8.23,21.11661,5.41025],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00167,17.7466,6.36618]},"faces":{"north":{"uv":[6.5,4.5,6,4.75],"rotation":180,"texture":"#0"},"east":{"uv":[6,4.75,6.5,4.5],"rotation":90,"texture":"#0"},"south":{"uv":[6.5,4.5,6,4.75],"texture":"#0"},"west":{"uv":[6,4.75,6.5,4.5],"rotation":270,"texture":"#0"},"up":{"uv":[6,4.75,6.5,4.5],"texture":"#0"},"down":{"uv":[6,4.75,6.5,4.5],"rotation":180,"texture":"#0"}}},{"from":[7.78,14.13035,6.86694],"to":[8.23,14.88035,7.56694],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00167,17.7466,6.36618]},"faces":{"north":{"uv":[6.5,4.75,6,4.5],"rotation":180,"texture":"#0"},"east":{"uv":[6.5,4.75,6,4.5],"rotation":90,"texture":"#0"},"south":{"uv":[6.5,4.75,6,4.5],"texture":"#0"},"west":{"uv":[6.5,4.75,6,4.5],"rotation":270,"texture":"#0"},"up":{"uv":[6.5,4.75,6,4.5],"texture":"#0"},"down":{"uv":[6.5,4.75,6,4.5],"rotation":180,"texture":"#0"}}},{"from":[7.78,20.63835,6.78129],"to":[8.23,21.38835,7.48129],"rotation":{"angle":22.5,"axis":"x","origin":[8.00167,17.7466,6.36618]},"faces":{"north":{"uv":[6.5,4.5,6,4.75],"rotation":180,"texture":"#0"},"east":{"uv":[6,4.75,6.5,4.5],"rotation":90,"texture":"#0"},"south":{"uv":[6.5,4.5,6,4.75],"texture":"#0"},"west":{"uv":[6,4.75,6.5,4.5],"rotation":270,"texture":"#0"},"up":{"uv":[6,4.75,6.5,4.5],"texture":"#0"},"down":{"uv":[6,4.75,6.5,4.5],"rotation":180,"texture":"#0"}}},{"from":[7.78,-2.90827,4.54926],"to":[8.23,-2.20827,5.29926],"rotation":{"angle":0,"axis":"x","origin":[8.0025,-1.59352,5.14774]},"faces":{"north":{"uv":[6,4.75,6.5,4.5],"rotation":180,"texture":"#0"},"east":{"uv":[6,4.75,6.5,4.5],"rotation":180,"texture":"#0"},"south":{"uv":[6,4.75,6.5,4.5],"rotation":180,"texture":"#0"},"west":{"uv":[6,4.75,6.5,4.5],"rotation":180,"texture":"#0"},"up":{"uv":[6,4.75,6.5,4.5],"rotation":180,"texture":"#0"},"down":{"uv":[6,4.75,6.5,4.5],"rotation":180,"texture":"#0"}}},{"from":[7.77,18.68068,-0.10164],"to":[8.23,19.04068,0.45836],"rotation":{"angle":22.5,"axis":"x","origin":[8.00188,16.08232,-0.56852]},"faces":{"north":{"uv":[2.5,2,1.5,3],"texture":"#0"},"east":{"uv":[1.5,3,2.5,2],"rotation":270,"texture":"#0"},"south":{"uv":[2.5,2,1.5,3],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,3,2.5,2],"rotation":90,"texture":"#0"},"up":{"uv":[1.5,3,2.5,2],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,3,2.5,2],"texture":"#0"}}},{"from":[7.785,18.05243,2.70179],"to":[8.215,18.58243,3.03179],"rotation":{"angle":22.5,"axis":"x","origin":[8.00167,17.7466,6.36618]},"faces":{"north":{"uv":[9,1.1,9.4,0.5],"rotation":270,"texture":"#0"},"east":{"uv":[9.4,0.5,9,1.1],"rotation":180,"texture":"#0"},"south":{"uv":[9,1.1,9.4,0.5],"rotation":90,"texture":"#0"},"west":{"uv":[9.4,0.5,9,1.1],"texture":"#0"},"up":{"uv":[9.4,0.5,9,1.1],"rotation":90,"texture":"#0"},"down":{"uv":[9.4,0.5,9,1.1],"rotation":270,"texture":"#0"}}},{"from":[7.785,15.4331,8.37113],"to":[8.215,15.7631,8.90113],"rotation":{"angle":22.5,"axis":"x","origin":[8.00167,17.7466,6.36618]},"faces":{"north":{"uv":[9,0.5,9.4,1.1],"rotation":90,"texture":"#0"},"east":{"uv":[9,0.5,9.4,1.1],"rotation":90,"texture":"#0"},"south":{"uv":[9,0.5,9.4,1.1],"rotation":90,"texture":"#0"},"west":{"uv":[9,0.5,9.4,1.1],"rotation":90,"texture":"#0"},"up":{"uv":[9,0.5,9.4,1.1],"rotation":270,"texture":"#0"},"down":{"uv":[9,0.5,9.4,1.1],"rotation":270,"texture":"#0"}}},{"from":[7.785,19.80868,8.32859],"to":[8.215,20.13868,8.85859],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00167,17.7466,6.36618]},"faces":{"north":{"uv":[9.4,0.5,9,1.1],"rotation":90,"texture":"#0"},"east":{"uv":[9.4,0.5,9,1.1],"rotation":90,"texture":"#0"},"south":{"uv":[9.4,0.5,9,1.1],"rotation":90,"texture":"#0"},"west":{"uv":[9.4,0.5,9,1.1],"rotation":90,"texture":"#0"},"up":{"uv":[9,1.1,9.4,0.5],"rotation":90,"texture":"#0"},"down":{"uv":[9,1.1,9.4,0.5],"rotation":90,"texture":"#0"}}},{"from":[7.785,-3.00621,3.68438],"to":[8.215,-2.47621,4.01438],"rotation":{"angle":-45,"axis":"x","origin":[8.0025,-1.59352,5.14774]},"faces":{"north":{"uv":[9,1.1,9.4,0.5],"rotation":270,"texture":"#0"},"east":{"uv":[9.4,0.5,9,1.1],"rotation":180,"texture":"#0"},"south":{"uv":[9,1.1,9.4,0.5],"rotation":90,"texture":"#0"},"west":{"uv":[9.4,0.5,9,1.1],"texture":"#0"},"up":{"uv":[9,1.1,9.4,0.5],"rotation":270,"texture":"#0"},"down":{"uv":[9,1.1,9.4,0.5],"rotation":90,"texture":"#0"}}},{"from":[7.749,18.57623,0.78742],"to":[8.251,19.82823,7.78942],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00167,17.7466,6.36618]},"faces":{"north":{"uv":[3,4.5,4.25,4],"rotation":90,"texture":"#0"},"east":{"uv":[9,4.5,2,6],"texture":"#0"},"south":{"uv":[2,5.5,9,4],"rotation":270,"texture":"#0"},"west":{"uv":[2,4.5,9,6],"texture":"#0"},"up":{"uv":[9.5,4.5,2.5,5],"rotation":270,"texture":"#0"},"down":{"uv":[9.5,4,2.5,4.5],"rotation":90,"texture":"#0"}}},{"from":[7.755,15.53823,0.00402],"to":[8.245,17.77823,1.24402],"rotation":{"angle":0,"axis":"x","origin":[8.00188,16.08232,-0.56852]},"faces":{"north":{"uv":[1,0,0,4.5],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,6.5,5,4],"texture":"#0"},"south":{"uv":[1,0,0,4.5],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,4,5,6.5],"rotation":180,"texture":"#0"},"up":{"uv":[0,2.5,1,0],"texture":"#0"},"down":{"uv":[5,4,3.5,4.5],"rotation":270,"texture":"#0"}}},{"from":[7.755,15.0694,2.97817],"to":[8.245,16.0594,3.96817],"rotation":{"angle":22.5,"axis":"x","origin":[8.00167,17.7466,6.36618]},"faces":{"north":{"uv":[5.5,2.5,4.5,3.5],"texture":"#0"},"east":{"uv":[5.5,2.5,4.5,3.5],"texture":"#0"},"south":{"uv":[5.5,2.5,5,3.5],"texture":"#0"},"west":{"uv":[4.5,3.5,5.5,2.5],"rotation":90,"texture":"#0"},"up":{"uv":[4.5,3.5,5.5,2.5],"rotation":180,"texture":"#0"},"down":{"uv":[5,3.5,5.5,2.5],"texture":"#0"}}},{"from":[7.755,15.31689,4.17922],"to":[8.245,16.55689,5.16922],"rotation":{"angle":22.5,"axis":"x","origin":[8.00167,17.7466,6.36618]},"faces":{"north":{"uv":[8.5,4.5,9.1,5.75],"rotation":90,"texture":"#0"},"east":{"uv":[9.1,5.75,8.5,4.5],"texture":"#0"},"south":{"uv":[8.5,4.5,9.1,5.75],"rotation":270,"texture":"#0"},"west":{"uv":[9.1,5.75,8.5,4.5],"rotation":180,"texture":"#0"},"up":{"uv":[9.1,5.75,8.5,4.5],"rotation":270,"texture":"#0"},"down":{"uv":[9.1,5.75,8.5,4.5],"rotation":90,"texture":"#0"}}},{"from":[7.655,15.51689,4.37922],"to":[8.345,16.75689,4.96922],"rotation":{"angle":22.5,"axis":"x","origin":[8.00167,17.7466,6.36618]},"faces":{"north":{"uv":[8.5,4.5,9.1,5.75],"rotation":90,"texture":"#0"},"east":{"uv":[9.1,5.75,8.5,4.5],"texture":"#0"},"south":{"uv":[8.5,4.5,9.1,5.75],"rotation":270,"texture":"#0"},"west":{"uv":[9.1,5.75,8.5,4.5],"rotation":180,"texture":"#0"},"up":{"uv":[9.1,5.75,8.5,4.5],"rotation":270,"texture":"#0"},"down":{"uv":[9.1,5.75,8.5,4.5],"rotation":90,"texture":"#0"}}},{"from":[7.655,15.2694,3.17817],"to":[8.345,16.5094,3.76817],"rotation":{"angle":22.5,"axis":"x","origin":[8.00167,17.7466,6.36618]},"faces":{"north":{"uv":[4.5,5.2,5.75,4.5],"rotation":90,"texture":"#0"},"east":{"uv":[5.1,4.5,4.5,5.75],"texture":"#0"},"south":{"uv":[4.5,5.2,5.75,4.5],"rotation":270,"texture":"#0"},"west":{"uv":[5.1,4.5,4.5,5.75],"rotation":180,"texture":"#0"},"up":{"uv":[5.1,4.5,4.5,5.2],"rotation":270,"texture":"#0"},"down":{"uv":[5.1,4.5,4.5,5.2],"rotation":90,"texture":"#0"}}},{"from":[7.655,15.76438,5.58026],"to":[8.345,17.25438,6.17026],"rotation":{"angle":22.5,"axis":"x","origin":[8.00167,17.7466,6.36618]},"faces":{"north":{"uv":[5.5,8.2,7,7.5],"rotation":90,"texture":"#0"},"east":{"uv":[6.1,7.5,5.5,9],"texture":"#0"},"south":{"uv":[5.5,8.2,7,7.5],"rotation":270,"texture":"#0"},"west":{"uv":[6.1,7.5,5.5,9],"rotation":180,"texture":"#0"},"up":{"uv":[6.1,7.5,5.5,8.2],"rotation":270,"texture":"#0"},"down":{"uv":[6.1,7.5,5.5,8.2],"rotation":90,"texture":"#0"}}},{"from":[7.655,15.81355,6.35806],"to":[8.345,17.55355,6.94806],"rotation":{"angle":0,"axis":"x","origin":[8.00167,17.7466,6.36618]},"faces":{"north":{"uv":[8.5,9,9,7],"rotation":90,"texture":"#0"},"east":{"uv":[9,7,8.5,9],"texture":"#0"},"south":{"uv":[8.5,9,9,7],"rotation":270,"texture":"#0"},"west":{"uv":[9,7,8.5,9],"rotation":180,"texture":"#0"},"up":{"uv":[9,7,8.5,9],"rotation":270,"texture":"#0"},"down":{"uv":[9,7,8.5,9],"rotation":90,"texture":"#0"}}},{"from":[7.755,15.56438,5.38026],"to":[8.245,17.05438,6.37026],"rotation":{"angle":22.5,"axis":"x","origin":[8.00167,17.7466,6.36618]},"faces":{"north":{"uv":[5.5,8,7,7.5],"rotation":90,"texture":"#0"},"east":{"uv":[6.5,7.5,5.5,9],"texture":"#0"},"south":{"uv":[5.5,8,7,7.5],"rotation":270,"texture":"#0"},"west":{"uv":[6.5,7.5,5.5,9],"rotation":180,"texture":"#0"},"up":{"uv":[6.5,7.5,5.5,8],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,7.5,5.5,8],"rotation":90,"texture":"#0"}}},{"from":[7.755,15.61355,6.15806],"to":[8.245,17.35355,7.14806],"rotation":{"angle":0,"axis":"x","origin":[8.00167,17.7466,6.36618]},"faces":{"north":{"uv":[8.5,9,9,7],"rotation":90,"texture":"#0"},"east":{"uv":[9,7,8.5,9],"texture":"#0"},"south":{"uv":[8.5,9,9,7],"rotation":270,"texture":"#0"},"west":{"uv":[9,7,8.5,9],"rotation":180,"texture":"#0"},"up":{"uv":[9,7,8.5,9],"rotation":270,"texture":"#0"},"down":{"uv":[9,7,8.5,9],"rotation":90,"texture":"#0"}}},{"from":[7.7,15.79297,7.19372],"to":[8.3,19.39297,8.19372],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00167,17.7466,6.36618]},"faces":{"north":{"uv":[5.1,8,1.5,9],"rotation":180,"texture":"#0"},"east":{"uv":[1.5,9,5.1,8],"rotation":270,"texture":"#0"},"south":{"uv":[1.5,8.6,5.1,8],"rotation":90,"texture":"#0"},"west":{"uv":[1.5,9,5.1,8],"rotation":270,"texture":"#0"},"up":{"uv":[1.5,9,2.1,8],"texture":"#0"},"down":{"uv":[1.5,9,2.1,8],"rotation":180,"texture":"#0"}}},{"from":[7.71,19.01441,6.57932],"to":[8.29,19.99441,10.65932],"rotation":{"angle":22.5,"axis":"x","origin":[8.00167,17.7466,6.36618]},"faces":{"north":{"uv":[2.1,8,1.5,9],"texture":"#0"},"east":{"uv":[5,8,1.5,9],"rotation":180,"texture":"#0"},"south":{"uv":[2.1,8,1.5,9],"texture":"#0"},"west":{"uv":[5,8,1.5,9],"texture":"#0"},"up":{"uv":[5.1,8,1.5,8.6],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,9,5.1,8],"rotation":180,"texture":"#0"}}},{"from":[7.71,15.58631,6.61557],"to":[8.29,16.56631,10.69557],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00167,17.7466,6.36618]},"faces":{"north":{"uv":[2.1,9,1.5,8],"texture":"#0"},"east":{"uv":[5,9,1.5,8],"rotation":180,"texture":"#0"},"south":{"uv":[2.1,9,1.5,8],"texture":"#0"},"west":{"uv":[5,9,1.5,8],"texture":"#0"},"up":{"uv":[5.1,9,1.5,8],"texture":"#0"},"down":{"uv":[5.1,8.6,1.5,8],"rotation":90,"texture":"#0"}}},{"from":[7.77,15.26053,-2.39662],"to":[8.23,16.22053,7.46338],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00188,16.08232,-0.56852]},"faces":{"north":{"uv":[4.5,0,3.5,9.9],"texture":"#0"},"east":{"uv":[3,1,4,10.9],"rotation":90,"texture":"#0"},"south":{"uv":[4.5,0,3.5,9.9],"rotation":180,"texture":"#0"},"west":{"uv":[3,10.9,4,1],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,9.9,4.5,0],"rotation":180,"texture":"#0"},"down":{"uv":[4,10.9,4.5,1],"texture":"#0"}}},{"from":[7.51,17.05053,3.69338],"to":[8.49,18.33053,9.47338],"rotation":{"angle":0,"axis":"x","origin":[8.00167,17.7466,6.36618]},"faces":{"north":{"uv":[5,4.5,4,8.5],"texture":"#0"},"east":{"uv":[4,8.5,5,4.5],"rotation":270,"texture":"#0"},"south":{"uv":[5,4.5,4,8.5],"rotation":180,"texture":"#0"},"west":{"uv":[0,9,1,5],"rotation":90,"texture":"#0"},"up":{"uv":[4,8.5,5,4.5],"rotation":180,"texture":"#0"},"down":{"uv":[4,8.5,5,4.5],"texture":"#0"}}},{"from":[7.501,18.32955,3.57741],"to":[8.499,19.32755,7.57541],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00167,17.7466,6.36618]},"faces":{"north":{"uv":[5,4.5,4,5.5],"texture":"#0"},"east":{"uv":[4,8.5,5,4.5],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,4.5,4.5,8.5],"rotation":180,"texture":"#0"},"west":{"uv":[4.5,9,3.5,5],"rotation":90,"texture":"#0"},"up":{"uv":[4.5,8.5,5.5,4.5],"rotation":180,"texture":"#0"},"down":{"uv":[4,8.5,5,4.5],"texture":"#0"}}},{"from":[7.2369,16.42549,6.77725],"to":[8.7369,18.42549,7.77725],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98799,18.06637,5.64866]},"faces":{"north":{"uv":[4,6,5.5,8],"texture":"#1"},"east":{"uv":[4,6,6,7],"rotation":90,"texture":"#1"},"south":{"uv":[4,6,5.5,8],"texture":"#1"},"west":{"uv":[4,6,6,7],"rotation":270,"texture":"#1"},"up":{"uv":[4,6,6,7],"texture":"#1"},"down":{"uv":[4,6,6,7],"rotation":180,"texture":"#1"}}},{"from":[7.2369,14.5869,8.39679],"to":[8.7369,15.7869,9.39679],"rotation":{"angle":0,"axis":"x","origin":[7.9869,15.01671,10.80627]},"faces":{"north":{"uv":[5,7.5,5.9,8.4],"rotation":90,"texture":"#1"},"east":{"uv":[5,7.5,5.9,8.4],"rotation":90,"texture":"#1"},"south":{"uv":[5,7.5,5.9,8.4],"rotation":90,"texture":"#1"},"west":{"uv":[5,7.5,5.9,8.4],"rotation":90,"texture":"#1"},"up":{"uv":[5,7.5,5.9,8.4],"rotation":90,"texture":"#1"},"down":{"uv":[5,7.5,5.9,8.4],"rotation":90,"texture":"#1"}}},{"from":[7.2369,15.8247,5.04232],"to":[8.7369,16.8247,6.24232],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98799,18.06637,5.64866]},"faces":{"north":{"uv":[5,5.5,6.2,6.5],"rotation":270,"texture":"#1"},"east":{"uv":[5,5.5,6.2,6.5],"texture":"#1"},"south":{"uv":[5,5.5,6.2,6.5],"rotation":90,"texture":"#1"},"west":{"uv":[5,5.5,6.2,6.5],"rotation":180,"texture":"#1"},"up":{"uv":[5,5.5,6.2,6.5],"rotation":270,"texture":"#1"},"down":{"uv":[5,5.5,6.2,6.5],"rotation":90,"texture":"#1"}}},{"from":[7.1369,15.6747,5.99232],"to":[8.8369,16.9747,7.94232],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98799,18.06637,5.64866]},"faces":{"north":{"uv":[5,7,6.95,8.3],"rotation":270,"texture":"#1"},"east":{"uv":[5,7,6.95,8.3],"texture":"#1"},"south":{"uv":[5,7,6.95,8.3],"rotation":90,"texture":"#1"},"west":{"uv":[5,7,6.95,8.3],"rotation":180,"texture":"#1"},"up":{"uv":[3.5,7.5,5.45,8.8],"rotation":270,"texture":"#1"},"down":{"uv":[5,6.5,6.7,8.45],"rotation":180,"texture":"#1"}}},{"from":[6.9869,14.13184,8.95517],"to":[8.9869,16.13184,11.45517],"rotation":{"angle":-45,"axis":"x","origin":[7.99563,13.10724,8.0019]},"faces":{"north":{"uv":[4,4.5,6.5,6.5],"rotation":270,"texture":"#1"},"east":{"uv":[4.5,6,6.5,8.5],"rotation":90,"texture":"#1"},"south":{"uv":[4.5,6,7,8],"rotation":270,"texture":"#1"},"west":{"uv":[4.5,6,7,8],"rotation":270,"texture":"#1"},"up":{"uv":[4,4,6.5,6],"rotation":270,"texture":"#1"},"down":{"uv":[1.5,7,4,9],"rotation":180,"texture":"#1"}}},{"from":[7.2869,17.53359,6.80264],"to":[8.6869,18.43359,7.70264],"rotation":{"angle":-45,"axis":"x","origin":[7.98799,18.06637,5.64866]},"faces":{"north":{"uv":[4.5,4.5,5.4,5.4],"rotation":270,"texture":"#1"},"east":{"uv":[4.5,4.5,5.4,5.4],"rotation":270,"texture":"#1"},"south":{"uv":[4.5,4.5,5.4,5.4],"rotation":270,"texture":"#1"},"west":{"uv":[4.5,4.5,5.4,5.4],"rotation":270,"texture":"#1"},"up":{"uv":[4.5,4.5,5.4,5.4],"rotation":90,"texture":"#1"},"down":{"uv":[4.5,4.5,5.4,5.4],"rotation":90,"texture":"#1"}}},{"from":[7.5369,11.25085,7.77126],"to":[8.4369,12.45085,8.67126],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,11.18223,9.19198]},"faces":{"north":{"uv":[4,5,5.2,5.9],"texture":"#1"},"east":{"uv":[4,5,5.2,5.9],"rotation":270,"texture":"#1"},"south":{"uv":[4,5,5.2,5.9],"rotation":180,"texture":"#1"},"west":{"uv":[4,5,5.2,5.9],"rotation":90,"texture":"#1"},"up":{"uv":[4,5,5.2,5.9],"rotation":180,"texture":"#1"},"down":{"uv":[4,5,5.2,5.9],"texture":"#1"}}},{"from":[7.2869,14.65258,8.45958],"to":[8.6869,15.55258,9.35958],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,15.01671,10.80627]},"faces":{"north":{"uv":[4.5,6.5,5.4,7.4],"rotation":90,"texture":"#1"},"east":{"uv":[4.5,6.5,5.4,7.4],"rotation":90,"texture":"#1"},"south":{"uv":[4.5,6.5,5.4,7.4],"rotation":90,"texture":"#1"},"west":{"uv":[4.5,6.5,5.4,7.4],"rotation":90,"texture":"#1"},"up":{"uv":[4.5,6.5,5.4,7.4],"rotation":90,"texture":"#1"},"down":{"uv":[4.5,6.5,5.4,7.4],"rotation":90,"texture":"#1"}}},{"from":[7.2869,15.80716,5.05721],"to":[8.6869,16.70716,5.95721],"rotation":{"angle":0,"axis":"x","origin":[7.98799,18.06637,5.64866]},"faces":{"north":{"uv":[4,4,4.9,4.9],"rotation":270,"texture":"#1"},"east":{"uv":[4,4,4.9,4.9],"texture":"#1"},"south":{"uv":[4,4,4.9,4.9],"rotation":90,"texture":"#1"},"west":{"uv":[4,4,4.9,4.9],"rotation":180,"texture":"#1"},"up":{"uv":[4,4,4.9,4.9],"rotation":270,"texture":"#1"},"down":{"uv":[4,4,4.9,4.9],"rotation":90,"texture":"#1"}}},{"from":[7.5869,8.85561,3.7856],"to":[8.4869,9.75561,4.6856],"rotation":{"angle":45,"axis":"x","origin":[8.0369,7.39188,3.87044]},"faces":{"north":{"uv":[4,5.9,4.9,5],"rotation":90,"texture":"#1"},"east":{"uv":[4,5.9,4.9,5],"rotation":90,"texture":"#1"},"south":{"uv":[4,5.9,4.9,5],"rotation":90,"texture":"#1"},"west":{"uv":[4,5.9,4.9,5],"rotation":90,"texture":"#1"},"up":{"uv":[4,5.9,4.9,5],"rotation":90,"texture":"#1"},"down":{"uv":[4,5.9,4.9,5],"rotation":90,"texture":"#1"}}},{"from":[7.3369,19.25454,5.34543],"to":[8.6369,20.05454,6.14543],"rotation":{"angle":22.5,"axis":"x","origin":[7.98799,18.06637,5.64866]},"faces":{"north":{"uv":[4.5,5,5.3,5.8],"rotation":180,"texture":"#1"},"east":{"uv":[4.5,5,5.3,5.8],"rotation":270,"texture":"#1"},"south":{"uv":[4.5,5,5.3,5.8],"texture":"#1"},"west":{"uv":[4.5,5,5.3,5.8],"rotation":90,"texture":"#1"},"up":{"uv":[4.5,5,5.3,5.8],"rotation":180,"texture":"#1"},"down":{"uv":[4.5,5,5.3,5.8],"texture":"#1"}}},{"from":[7.5869,11.03932,7.95566],"to":[8.3869,11.83932,8.75566],"rotation":{"angle":-45,"axis":"x","origin":[7.9869,11.18223,9.19198]},"faces":{"north":{"uv":[4,4,4.8,4.8],"rotation":270,"texture":"#1"},"east":{"uv":[4,4,4.8,4.8],"rotation":180,"texture":"#1"},"south":{"uv":[4,4,4.8,4.8],"rotation":90,"texture":"#1"},"west":{"uv":[4,4,4.8,4.8],"texture":"#1"},"up":{"uv":[4,4,4.8,4.8],"rotation":90,"texture":"#1"},"down":{"uv":[4,4,4.8,4.8],"rotation":270,"texture":"#1"}}},{"from":[7.5869,2.58084,7.85825],"to":[8.3869,3.38084,8.65825],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,2.05295,8.65666]},"faces":{"north":{"uv":[4.8,4,4,4.8],"rotation":270,"texture":"#1"},"east":{"uv":[4,4.8,4.8,4],"rotation":90,"texture":"#1"},"south":{"uv":[4.8,4,4,4.8],"rotation":270,"texture":"#1"},"west":{"uv":[4,4.8,4.8,4],"rotation":90,"texture":"#1"},"up":{"uv":[4.8,4,4,4.8],"rotation":90,"texture":"#1"},"down":{"uv":[4.8,4,4,4.8],"rotation":90,"texture":"#1"}}},{"from":[7.3369,12.75931,10.19464],"to":[8.6369,13.55931,10.99464],"rotation":{"angle":45,"axis":"x","origin":[7.9869,15.01671,10.80627]},"faces":{"north":{"uv":[4.5,5,5.3,5.8],"rotation":90,"texture":"#1"},"east":{"uv":[4.5,5,5.3,5.8],"rotation":90,"texture":"#1"},"south":{"uv":[4.5,5,5.3,5.8],"rotation":90,"texture":"#1"},"west":{"uv":[4.5,5,5.3,5.8],"rotation":90,"texture":"#1"},"up":{"uv":[4.5,5,5.3,5.8],"rotation":90,"texture":"#1"},"down":{"uv":[4.5,5,5.3,5.8],"rotation":90,"texture":"#1"}}},{"from":[7.3369,15.8028,5.2168],"to":[8.6369,16.6028,6.0168],"rotation":{"angle":22.5,"axis":"x","origin":[7.98799,18.06637,5.64866]},"faces":{"north":{"uv":[4.5,4,5.3,4.8],"rotation":180,"texture":"#1"},"east":{"uv":[4.5,4,5.3,4.8],"rotation":270,"texture":"#1"},"south":{"uv":[4.5,4,5.3,4.8],"texture":"#1"},"west":{"uv":[4.5,4,5.3,4.8],"rotation":90,"texture":"#1"},"up":{"uv":[4.5,4,5.3,4.8],"rotation":180,"texture":"#1"},"down":{"uv":[4.5,4,5.3,4.8],"texture":"#1"}}},{"from":[7.3369,18.08728,8.25863],"to":[8.6369,18.88728,9.05863],"rotation":{"angle":-45,"axis":"x","origin":[7.9869,18.25526,10.18483]},"faces":{"north":{"uv":[4.5,4,5.3,4.8],"rotation":180,"texture":"#1"},"east":{"uv":[4.5,4,5.3,4.8],"rotation":90,"texture":"#1"},"south":{"uv":[4.5,4,5.3,4.8],"texture":"#1"},"west":{"uv":[4.5,4,5.3,4.8],"rotation":270,"texture":"#1"},"up":{"uv":[4.5,4,5.3,4.8],"texture":"#1"},"down":{"uv":[4.5,4,5.3,4.8],"rotation":180,"texture":"#1"}}},{"from":[7.6369,7.24891,4.7847],"to":[8.4369,8.04891,5.5847],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0369,7.39188,3.87044]},"faces":{"north":{"uv":[5,6.3,5.3,6],"rotation":180,"texture":"#1"},"east":{"uv":[5.3,6,5,6.3],"rotation":270,"texture":"#1"},"south":{"uv":[5,6.3,5.3,6],"texture":"#1"},"west":{"uv":[5.3,6,5,6.3],"rotation":90,"texture":"#1"},"up":{"uv":[5.3,6,5,6.3],"rotation":180,"texture":"#1"},"down":{"uv":[5.3,6,5,6.3],"texture":"#1"}}},{"from":[7.3869,18.93663,6.09009],"to":[8.5869,19.63663,6.79009],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98799,18.06637,5.64866]},"faces":{"north":{"uv":[4.5,4,4.7,4.2],"rotation":90,"texture":"#1"},"east":{"uv":[4.5,4,4.7,4.2],"rotation":180,"texture":"#1"},"south":{"uv":[4.5,4,4.7,4.2],"rotation":270,"texture":"#1"},"west":{"uv":[4.5,4,4.7,4.2],"texture":"#1"},"up":{"uv":[4.5,4,4.7,4.2],"rotation":90,"texture":"#1"},"down":{"uv":[4.5,4,4.7,4.2],"rotation":270,"texture":"#1"}}},{"from":[7.6369,10.25696,8.46882],"to":[8.3369,10.95696,9.16882],"rotation":{"angle":0,"axis":"x","origin":[7.9869,11.18223,9.19198]},"faces":{"north":{"uv":[4.5,3.5,5.2,4.2],"texture":"#1"},"east":{"uv":[4.5,3.5,5.2,4.2],"texture":"#1"},"south":{"uv":[4.5,3.5,5.2,4.2],"texture":"#1"},"west":{"uv":[4.5,3.5,5.2,4.2],"texture":"#1"},"up":{"uv":[4.5,3.5,5.2,4.2],"rotation":180,"texture":"#1"},"down":{"uv":[4.5,3.5,5.2,4.2],"rotation":180,"texture":"#1"}}},{"from":[7.6369,2.24304,7.76882],"to":[8.3369,2.94304,8.46882],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,2.05295,8.65666]},"faces":{"north":{"uv":[4.5,4.2,5.2,3.5],"texture":"#1"},"east":{"uv":[4.5,4.2,5.2,3.5],"texture":"#1"},"south":{"uv":[4.5,4.2,5.2,3.5],"texture":"#1"},"west":{"uv":[4.5,4.2,5.2,3.5],"texture":"#1"},"up":{"uv":[4.5,4.2,5.2,3.5],"rotation":180,"texture":"#1"},"down":{"uv":[4.5,4.2,5.2,3.5],"rotation":180,"texture":"#1"}}},{"from":[7.3869,13.33728,9.39324],"to":[8.5869,14.03728,10.19324],"rotation":{"angle":0,"axis":"x","origin":[7.9869,15.01671,10.80627]},"faces":{"north":{"uv":[4.5,5,5.3,5.8],"texture":"#1"},"east":{"uv":[4.5,5,5.3,5.8],"texture":"#1"},"south":{"uv":[4.5,5,5.3,5.8],"texture":"#1"},"west":{"uv":[4.5,5,5.3,5.8],"texture":"#1"},"up":{"uv":[4.5,5,5.3,5.8],"texture":"#1"},"down":{"uv":[4.5,5,5.3,5.8],"texture":"#1"}}},{"from":[7.3869,16.82115,3.7927],"to":[8.5869,17.62115,4.4927],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98799,18.06637,5.64866]},"faces":{"north":{"uv":[4.5,3.5,5.3,4.2],"rotation":180,"texture":"#1"},"east":{"uv":[4.5,3.5,5.3,4.2],"rotation":270,"texture":"#1"},"south":{"uv":[4.5,3.5,5.3,4.2],"texture":"#1"},"west":{"uv":[4.5,3.5,5.3,4.2],"rotation":90,"texture":"#1"},"up":{"uv":[4.5,3.5,5.3,4.2],"rotation":180,"texture":"#1"},"down":{"uv":[4.5,3.5,5.3,4.2],"texture":"#1"}}},{"from":[7.3869,17.15583,8.99157],"to":[8.5869,17.85583,9.79157],"rotation":{"angle":0,"axis":"x","origin":[7.9869,18.25526,10.18483]},"faces":{"north":{"uv":[4.5,3.5,5.3,4.2],"rotation":180,"texture":"#1"},"east":{"uv":[4.5,3.5,5.3,4.2],"rotation":180,"texture":"#1"},"south":{"uv":[4.5,3.5,5.3,4.2],"rotation":180,"texture":"#1"},"west":{"uv":[4.5,3.5,5.3,4.2],"rotation":180,"texture":"#1"},"up":{"uv":[4.5,3.5,5.3,4.2],"texture":"#1"},"down":{"uv":[4.5,3.5,5.3,4.2],"texture":"#1"}}},{"from":[7.6869,7.63793,4.01635],"to":[8.3869,8.33793,4.81635],"rotation":{"angle":0,"axis":"x","origin":[8.0369,7.39188,3.87044]},"faces":{"north":{"uv":[4.5,5.7,4.8,5.5],"rotation":180,"texture":"#1"},"east":{"uv":[4.5,5.7,4.8,5.5],"rotation":180,"texture":"#1"},"south":{"uv":[4.5,5.7,4.8,5.5],"rotation":180,"texture":"#1"},"west":{"uv":[4.5,5.7,4.8,5.5],"rotation":180,"texture":"#1"},"up":{"uv":[4.8,5.5,4.5,5.7],"rotation":180,"texture":"#1"},"down":{"uv":[4.8,5.5,4.5,5.7],"rotation":180,"texture":"#1"}}},{"from":[7.4369,18.69089,6.09681],"to":[8.5369,19.29089,6.69681],"rotation":{"angle":-45,"axis":"x","origin":[7.98799,18.06637,5.64866]},"faces":{"north":{"uv":[6.5,4,6.6,4.6],"texture":"#1"},"east":{"uv":[6.5,4,6.6,4.6],"texture":"#1"},"south":{"uv":[6.5,4,6.6,4.6],"texture":"#1"},"west":{"uv":[6.5,4,6.6,4.6],"texture":"#1"},"up":{"uv":[6.5,4,6.6,4.6],"rotation":180,"texture":"#1"},"down":{"uv":[6.5,4,6.6,4.6],"rotation":180,"texture":"#1"}}},{"from":[7.6869,10.39355,8.77709],"to":[8.2869,10.99355,9.37709],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,11.18223,9.19198]},"faces":{"north":{"uv":[2,2.5,2.6,3.1],"rotation":90,"texture":"#1"},"east":{"uv":[2,2.5,2.6,3.1],"texture":"#1"},"south":{"uv":[2,2.5,2.6,3.1],"rotation":270,"texture":"#1"},"west":{"uv":[2,2.5,2.6,3.1],"rotation":180,"texture":"#1"},"up":{"uv":[2,2.5,2.6,3.1],"rotation":270,"texture":"#1"},"down":{"uv":[2,2.5,2.6,3.1],"rotation":90,"texture":"#1"}}},{"from":[7.6869,2.14611,8.10308],"to":[8.2869,2.74611,8.70308],"rotation":{"angle":45,"axis":"x","origin":[7.9869,2.05295,8.65666]},"faces":{"north":{"uv":[2.6,2.5,2,3.1],"rotation":90,"texture":"#1"},"east":{"uv":[2,3.1,2.6,2.5],"texture":"#1"},"south":{"uv":[2.6,2.5,2,3.1],"rotation":270,"texture":"#1"},"west":{"uv":[2,3.1,2.6,2.5],"rotation":180,"texture":"#1"},"up":{"uv":[2.6,2.5,2,3.1],"rotation":90,"texture":"#1"},"down":{"uv":[2.6,2.5,2,3.1],"rotation":270,"texture":"#1"}}},{"from":[7.4369,13.24016,10.56133],"to":[8.5369,13.84016,11.16133],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,15.01671,10.80627]},"faces":{"north":{"uv":[4.5,5,5.1,5.6],"rotation":180,"texture":"#1"},"east":{"uv":[4.5,5,5.1,5.6],"rotation":180,"texture":"#1"},"south":{"uv":[4.5,5,5.1,5.6],"rotation":180,"texture":"#1"},"west":{"uv":[4.5,5,5.1,5.6],"rotation":180,"texture":"#1"},"up":{"uv":[4.5,5,5.1,5.6],"rotation":180,"texture":"#1"},"down":{"uv":[4.5,5,5.1,5.6],"rotation":180,"texture":"#1"}}},{"from":[7.4369,18.04402,3.77323],"to":[8.5369,18.64402,4.37323],"rotation":{"angle":-45,"axis":"x","origin":[7.98799,18.06637,5.64866]},"faces":{"north":{"uv":[0.5,4.5,0.6,4.6],"rotation":270,"texture":"#1"},"east":{"uv":[0.5,4.5,0.6,4.6],"rotation":270,"texture":"#1"},"south":{"uv":[0.5,4.5,0.6,4.6],"rotation":270,"texture":"#1"},"west":{"uv":[0.5,4.5,0.6,4.6],"rotation":270,"texture":"#1"},"up":{"uv":[0.5,4.5,0.6,4.6],"rotation":90,"texture":"#1"},"down":{"uv":[0.5,4.5,0.6,4.6],"rotation":90,"texture":"#1"}}},{"from":[7.4369,17.42709,9.34738],"to":[8.5369,18.02709,9.94738],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,18.25526,10.18483]},"faces":{"north":{"uv":[0.5,4.5,0.6,4.6],"rotation":270,"texture":"#1"},"east":{"uv":[0.5,4.5,0.6,4.6],"rotation":180,"texture":"#1"},"south":{"uv":[0.5,4.5,0.6,4.6],"rotation":90,"texture":"#1"},"west":{"uv":[0.5,4.5,0.6,4.6],"texture":"#1"},"up":{"uv":[0.5,4.5,0.6,4.6],"rotation":90,"texture":"#1"},"down":{"uv":[0.5,4.5,0.6,4.6],"rotation":270,"texture":"#1"}}},{"from":[7.7369,7.57299,3.82067],"to":[8.3369,8.17299,4.42067],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0369,7.39188,3.87044]},"faces":{"north":{"uv":[3.1,4,3,4.1],"rotation":270,"texture":"#1"},"east":{"uv":[3,4.1,3.1,4],"texture":"#1"},"south":{"uv":[3.1,4,3,4.1],"rotation":90,"texture":"#1"},"west":{"uv":[3,4.1,3.1,4],"rotation":180,"texture":"#1"},"up":{"uv":[3,4.1,3.1,4],"rotation":270,"texture":"#1"},"down":{"uv":[3,4.1,3.1,4],"rotation":90,"texture":"#1"}}},{"from":[7.4469,18.35902,4.69887],"to":[8.5269,18.93902,5.27887],"rotation":{"angle":22.5,"axis":"x","origin":[7.98799,18.06637,5.64866]},"faces":{"north":{"uv":[6.5,4,6.579,4.579],"texture":"#1"},"east":{"uv":[6.5,4,6.579,4.579],"rotation":90,"texture":"#1"},"south":{"uv":[6.5,4,6.579,4.579],"rotation":180,"texture":"#1"},"west":{"uv":[6.5,4,6.579,4.579],"rotation":270,"texture":"#1"},"up":{"uv":[6.5,4,6.579,4.579],"texture":"#1"},"down":{"uv":[6.5,4,6.579,4.579],"rotation":180,"texture":"#1"}}},{"from":[7.6969,10.39276,9.07118],"to":[8.2769,10.97276,9.65118],"rotation":{"angle":-45,"axis":"x","origin":[7.9869,11.18223,9.19198]},"faces":{"north":{"uv":[2,2.5,2.579,3.079],"rotation":90,"texture":"#1"},"east":{"uv":[2,2.5,2.579,3.079],"texture":"#1"},"south":{"uv":[2,2.5,2.579,3.079],"rotation":270,"texture":"#1"},"west":{"uv":[2,2.5,2.579,3.079],"rotation":180,"texture":"#1"},"up":{"uv":[2,2.5,2.579,3.079],"rotation":270,"texture":"#1"},"down":{"uv":[2,2.5,2.579,3.079],"rotation":90,"texture":"#1"}}},{"from":[7.6969,1.68532,8.72481],"to":[8.2769,2.26532,9.30481],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,2.05295,8.65666]},"faces":{"north":{"uv":[2.579,2.5,2,3.079],"rotation":90,"texture":"#1"},"east":{"uv":[2,3.079,2.579,2.5],"rotation":270,"texture":"#1"},"south":{"uv":[2.579,2.5,2,3.079],"rotation":90,"texture":"#1"},"west":{"uv":[2,3.079,2.579,2.5],"rotation":270,"texture":"#1"},"up":{"uv":[2.579,2.5,2,3.079],"rotation":270,"texture":"#1"},"down":{"uv":[2.579,2.5,2,3.079],"rotation":270,"texture":"#1"}}},{"from":[7.4469,13.47559,11.59455],"to":[8.5269,14.05559,12.47455],"rotation":{"angle":45,"axis":"x","origin":[7.9869,15.01671,10.80627]},"faces":{"north":{"uv":[5.5,7.5,6.378,8.078],"texture":"#1"},"east":{"uv":[5.5,7.5,6.378,8.078],"texture":"#1"},"south":{"uv":[5.5,7.5,6.378,8.078],"texture":"#1"},"west":{"uv":[5.5,7.5,6.378,8.078],"texture":"#1"},"up":{"uv":[5.5,7.5,6.378,8.078],"texture":"#1"},"down":{"uv":[5.5,7.5,6.378,8.078],"texture":"#1"}}},{"from":[7.4469,16.51908,3.73689],"to":[8.5269,17.09908,4.61689],"rotation":{"angle":22.5,"axis":"x","origin":[7.98799,18.06637,5.64866]},"faces":{"north":{"uv":[1,3,1.879,4.079],"texture":"#1"},"east":{"uv":[1,3,1.879,4.079],"rotation":90,"texture":"#1"},"south":{"uv":[1,3,1.879,4.079],"rotation":180,"texture":"#1"},"west":{"uv":[1,3,1.879,4.079],"rotation":270,"texture":"#1"},"up":{"uv":[1,3,1.879,4.079],"texture":"#1"},"down":{"uv":[1,3,1.879,4.079],"rotation":180,"texture":"#1"}}},{"from":[7.4469,17.591,9.65854],"to":[8.5269,18.171,10.53854],"rotation":{"angle":-45,"axis":"x","origin":[7.9869,18.25526,10.18483]},"faces":{"north":{"uv":[1,3,1.879,4.079],"texture":"#1"},"east":{"uv":[1,3,1.879,4.079],"rotation":270,"texture":"#1"},"south":{"uv":[1,3,1.879,4.079],"rotation":180,"texture":"#1"},"west":{"uv":[1,3,1.879,4.079],"rotation":90,"texture":"#1"},"up":{"uv":[1,3,1.879,4.079],"rotation":180,"texture":"#1"},"down":{"uv":[1,3,1.879,4.079],"texture":"#1"}}},{"from":[7.7469,6.75482,3.13974],"to":[8.3269,7.63482,3.71974],"rotation":{"angle":45,"axis":"x","origin":[8.0369,7.39188,3.87044]},"faces":{"north":{"uv":[3,4.079,3.379,4],"rotation":270,"texture":"#1"},"east":{"uv":[3,4.079,3.379,4],"rotation":270,"texture":"#1"},"south":{"uv":[3,4.079,3.379,4],"rotation":270,"texture":"#1"},"west":{"uv":[3,4.079,3.379,4],"rotation":270,"texture":"#1"},"up":{"uv":[3.379,4,3,4.079],"rotation":270,"texture":"#1"},"down":{"uv":[3.379,4,3,4.079],"rotation":270,"texture":"#1"}}},{"from":[7.4569,18.1302,4.89314],"to":[8.5169,18.6902,5.45314],"rotation":{"angle":0,"axis":"x","origin":[7.98799,18.06637,5.64866]},"faces":{"north":{"uv":[7,2,7.078,2.578],"texture":"#1"},"east":{"uv":[7,2,7.078,2.578],"rotation":90,"texture":"#1"},"south":{"uv":[7,2,7.078,2.578],"rotation":180,"texture":"#1"},"west":{"uv":[7,2,7.078,2.578],"rotation":270,"texture":"#1"},"up":{"uv":[7,2,7.078,2.578],"texture":"#1"},"down":{"uv":[7,2,7.078,2.578],"rotation":180,"texture":"#1"}}},{"from":[7.7069,11.31435,9.52709],"to":[8.2669,11.87435,10.08709],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,11.18223,9.19198]},"faces":{"north":{"uv":[5.5,1,6.06,1.56],"rotation":270,"texture":"#1"},"east":{"uv":[5.5,1,6.06,1.56],"rotation":270,"texture":"#1"},"south":{"uv":[5.5,1,6.06,1.56],"rotation":270,"texture":"#1"},"west":{"uv":[5.5,1,6.06,1.56],"rotation":270,"texture":"#1"},"up":{"uv":[5.5,1,6.06,1.56],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,1,6.06,1.56],"rotation":90,"texture":"#1"}}},{"from":[7.7069,1.39134,8.82616],"to":[8.2669,1.95134,9.38616],"rotation":{"angle":0,"axis":"x","origin":[7.9869,2.05295,8.65666]},"faces":{"north":{"uv":[6.06,1,5.5,1.56],"rotation":270,"texture":"#1"},"east":{"uv":[6.06,1,5.5,1.56],"rotation":270,"texture":"#1"},"south":{"uv":[6.06,1,5.5,1.56],"rotation":270,"texture":"#1"},"west":{"uv":[6.06,1,5.5,1.56],"rotation":270,"texture":"#1"},"up":{"uv":[6.06,1,5.5,1.56],"rotation":90,"texture":"#1"},"down":{"uv":[6.06,1,5.5,1.56],"rotation":90,"texture":"#1"}}},{"from":[7.4569,12.11478,9.97193],"to":[8.5169,13.17478,10.53193],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,15.01671,10.80627]},"faces":{"north":{"uv":[5,7.5,6.06,8.06],"rotation":270,"texture":"#1"},"east":{"uv":[5,7.5,6.06,8.06],"rotation":270,"texture":"#1"},"south":{"uv":[5,7.5,6.06,8.06],"rotation":270,"texture":"#1"},"west":{"uv":[5,7.5,6.06,8.06],"rotation":270,"texture":"#1"},"up":{"uv":[5,7.5,6.06,8.06],"rotation":270,"texture":"#1"},"down":{"uv":[5,7.5,6.06,8.06],"rotation":270,"texture":"#1"}}},{"from":[7.4569,17.31951,2.51941],"to":[8.5169,17.87951,3.57941],"rotation":{"angle":0,"axis":"x","origin":[7.98799,18.06637,5.64866]},"faces":{"north":{"uv":[3.5,0.5,3.559,1.5],"texture":"#1"},"east":{"uv":[3.5,0.5,3.559,1.5],"rotation":90,"texture":"#1"},"south":{"uv":[3.5,0.5,3.559,1.5],"rotation":180,"texture":"#1"},"west":{"uv":[3.5,0.5,3.559,1.5],"rotation":270,"texture":"#1"},"up":{"uv":[3.5,0.5,3.559,1.5],"texture":"#1"},"down":{"uv":[3.5,0.5,3.559,1.5],"rotation":180,"texture":"#1"}}},{"from":[7.4569,18.26068,10.34908],"to":[8.5169,19.32068,10.90908],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,18.25526,10.18483]},"faces":{"north":{"uv":[3.5,0.5,3.559,1.5],"texture":"#1"},"east":{"uv":[3.5,0.5,3.559,1.5],"texture":"#1"},"south":{"uv":[3.5,0.5,3.559,1.5],"texture":"#1"},"west":{"uv":[3.5,0.5,3.559,1.5],"texture":"#1"},"up":{"uv":[3.5,0.5,3.559,1.5],"rotation":180,"texture":"#1"},"down":{"uv":[3.5,0.5,3.559,1.5],"rotation":180,"texture":"#1"}}},{"from":[7.7569,6.0901,2.97637],"to":[8.3169,7.1501,3.53637],"rotation":{"angle":22.5,"axis":"x","origin":[8.0369,7.39188,3.87044]},"faces":{"north":{"uv":[5,3.56,5.06,3.5],"rotation":90,"texture":"#1"},"east":{"uv":[5,3.56,5.06,3.5],"rotation":90,"texture":"#1"},"south":{"uv":[5,3.56,5.06,3.5],"rotation":90,"texture":"#1"},"west":{"uv":[5,3.56,5.06,3.5],"rotation":90,"texture":"#1"},"up":{"uv":[5.06,3.5,5,3.56],"rotation":90,"texture":"#1"},"down":{"uv":[5.06,3.5,5,3.56],"rotation":90,"texture":"#1"}}},{"from":[7.4569,20.0269,5.66921],"to":[8.5169,20.5869,6.22921],"rotation":{"angle":22.5,"axis":"x","origin":[7.98799,18.06637,5.64866]},"faces":{"north":{"uv":[4.5,4,4.56,4.06],"rotation":180,"texture":"#1"},"east":{"uv":[4.5,4,4.56,4.06],"rotation":270,"texture":"#1"},"south":{"uv":[4.5,4,4.56,4.06],"texture":"#1"},"west":{"uv":[4.5,4,4.56,4.06],"rotation":90,"texture":"#1"},"up":{"uv":[4.5,4,4.56,4.06],"rotation":180,"texture":"#1"},"down":{"uv":[4.5,4,4.56,4.06],"texture":"#1"}}},{"from":[7.4669,18.00991,5.24111],"to":[8.5069,18.54991,5.78111],"rotation":{"angle":-45,"axis":"x","origin":[7.98799,18.06637,5.64866]},"faces":{"north":{"uv":[7,2,7.078,2.578],"rotation":270,"texture":"#1"},"east":{"uv":[7,2,7.078,2.578],"rotation":270,"texture":"#1"},"south":{"uv":[7,2,7.078,2.578],"rotation":270,"texture":"#1"},"west":{"uv":[7,2,7.078,2.578],"rotation":270,"texture":"#1"},"up":{"uv":[7,2,7.078,2.578],"rotation":90,"texture":"#1"},"down":{"uv":[7,2,7.078,2.578],"rotation":90,"texture":"#1"}}},{"from":[7.7169,11.13453,9.69279],"to":[8.2569,11.67453,10.23279],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,11.18223,9.19198]},"faces":{"north":{"uv":[4,0,4.54,0.54],"texture":"#1"},"east":{"uv":[4,0,4.54,0.54],"rotation":270,"texture":"#1"},"south":{"uv":[4,0,4.54,0.54],"rotation":180,"texture":"#1"},"west":{"uv":[4,0,4.54,0.54],"rotation":90,"texture":"#1"},"up":{"uv":[4,0,4.54,0.54],"rotation":180,"texture":"#1"},"down":{"uv":[4,0,4.54,0.54],"texture":"#1"}}},{"from":[7.7169,1.46513,9.01878],"to":[8.2569,2.00513,9.55878],"rotation":{"angle":45,"axis":"x","origin":[7.9869,2.05295,8.65666]},"faces":{"north":{"uv":[4,0.54,4.54,0],"texture":"#1"},"east":{"uv":[4.54,0,4,0.54],"rotation":270,"texture":"#1"},"south":{"uv":[4,0.54,4.54,0],"rotation":180,"texture":"#1"},"west":{"uv":[4.54,0,4,0.54],"rotation":90,"texture":"#1"},"up":{"uv":[4,0.54,4.54,0],"texture":"#1"},"down":{"uv":[4,0.54,4.54,0],"rotation":180,"texture":"#1"}}},{"from":[7.4669,11.68168,11.11942],"to":[8.5069,12.22168,11.65942],"rotation":{"angle":0,"axis":"x","origin":[7.9869,15.01671,10.80627]},"faces":{"north":{"uv":[4.5,8.5,4.978,8.978],"rotation":90,"texture":"#1"},"east":{"uv":[4.5,8.5,4.978,8.978],"rotation":90,"texture":"#1"},"south":{"uv":[4.5,8.5,4.978,8.978],"rotation":90,"texture":"#1"},"west":{"uv":[4.5,8.5,4.978,8.978],"rotation":90,"texture":"#1"},"up":{"uv":[4.5,8.5,4.978,8.978],"rotation":90,"texture":"#1"},"down":{"uv":[4.5,8.5,4.978,8.978],"rotation":90,"texture":"#1"}}},{"from":[7.4669,18.54733,2.1371],"to":[8.5069,19.08733,2.6771],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98799,18.06637,5.64866]},"faces":{"north":{"uv":[3.5,0,3.979,0.479],"rotation":270,"texture":"#1"},"east":{"uv":[3.5,0,3.979,0.479],"texture":"#1"},"south":{"uv":[3.5,0,3.979,0.479],"rotation":90,"texture":"#1"},"west":{"uv":[3.5,0,3.979,0.479],"rotation":180,"texture":"#1"},"up":{"uv":[3.5,0,3.979,0.479],"rotation":270,"texture":"#1"},"down":{"uv":[3.5,0,3.979,0.479],"rotation":90,"texture":"#1"}}},{"from":[7.4669,18.97143,10.71775],"to":[8.5069,19.51143,11.25775],"rotation":{"angle":0,"axis":"x","origin":[7.9869,18.25526,10.18483]},"faces":{"north":{"uv":[3.5,0,3.979,0.479],"rotation":270,"texture":"#1"},"east":{"uv":[3.5,0,3.979,0.479],"rotation":270,"texture":"#1"},"south":{"uv":[3.5,0,3.979,0.479],"rotation":270,"texture":"#1"},"west":{"uv":[3.5,0,3.979,0.479],"rotation":270,"texture":"#1"},"up":{"uv":[3.5,0,3.979,0.479],"rotation":90,"texture":"#1"},"down":{"uv":[3.5,0,3.979,0.479],"rotation":90,"texture":"#1"}}},{"from":[7.7669,5.98233,2.55017],"to":[8.3069,6.52233,3.09017],"rotation":{"angle":0,"axis":"x","origin":[8.0369,7.39188,3.87044]},"faces":{"north":{"uv":[6.04,2.5,6,2.54],"rotation":270,"texture":"#1"},"east":{"uv":[6.04,2.5,6,2.54],"rotation":270,"texture":"#1"},"south":{"uv":[6.04,2.5,6,2.54],"rotation":270,"texture":"#1"},"west":{"uv":[6.04,2.5,6,2.54],"rotation":270,"texture":"#1"},"up":{"uv":[6,2.54,6.04,2.5],"rotation":270,"texture":"#1"},"down":{"uv":[6,2.54,6.04,2.5],"rotation":270,"texture":"#1"}}},{"from":[7.4669,19.21258,7.54131],"to":[8.5069,19.75258,8.08131],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98799,18.06637,5.64866]},"faces":{"north":{"uv":[6.5,4,6.54,4.54],"rotation":270,"texture":"#1"},"east":{"uv":[6.5,4,6.54,4.54],"texture":"#1"},"south":{"uv":[6.5,4,6.54,4.54],"rotation":90,"texture":"#1"},"west":{"uv":[6.5,4,6.54,4.54],"rotation":180,"texture":"#1"},"up":{"uv":[6.5,4,6.54,4.54],"rotation":270,"texture":"#1"},"down":{"uv":[6.5,4,6.54,4.54],"rotation":90,"texture":"#1"}}},{"from":[7.4969,17.71968,5.55209],"to":[8.4769,18.19968,6.03209],"rotation":{"angle":22.5,"axis":"x","origin":[7.98799,18.06637,5.64866]},"faces":{"north":{"uv":[3.5,0,3.979,0.479],"rotation":270,"texture":"#1"},"east":{"uv":[3.5,0,3.979,0.479],"texture":"#1"},"south":{"uv":[3.5,0,3.979,0.479],"rotation":90,"texture":"#1"},"west":{"uv":[3.5,0,3.979,0.479],"rotation":180,"texture":"#1"},"up":{"uv":[3.5,0,3.979,0.479],"rotation":270,"texture":"#1"},"down":{"uv":[3.5,0,3.979,0.479],"rotation":90,"texture":"#1"}}},{"from":[7.7469,11.24598,9.81052],"to":[8.2269,11.72598,10.29052],"rotation":{"angle":-45,"axis":"x","origin":[7.9869,11.18223,9.19198]},"faces":{"north":{"uv":[4,0,4.54,0.54],"texture":"#1"},"east":{"uv":[4,0,4.54,0.54],"rotation":270,"texture":"#1"},"south":{"uv":[4,0,4.54,0.54],"rotation":180,"texture":"#1"},"west":{"uv":[4,0,4.54,0.54],"rotation":90,"texture":"#1"},"up":{"uv":[4,0,4.54,0.54],"rotation":180,"texture":"#1"},"down":{"uv":[4,0,4.54,0.54],"texture":"#1"}}},{"from":[7.7469,1.04598,7.97159],"to":[8.2269,1.52598,8.45159],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,2.05295,8.65666]},"faces":{"north":{"uv":[4,0.54,4.54,0],"texture":"#1"},"east":{"uv":[4.54,0,4,0.54],"rotation":180,"texture":"#1"},"south":{"uv":[4,0.54,4.54,0],"texture":"#1"},"west":{"uv":[4.54,0,4,0.54],"rotation":180,"texture":"#1"},"up":{"uv":[4,0.54,4.54,0],"rotation":180,"texture":"#1"},"down":{"uv":[4,0.54,4.54,0],"rotation":180,"texture":"#1"}}},{"from":[7.4969,11.77481,12.33929],"to":[8.4769,12.25481,12.81929],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,15.01671,10.80627]},"faces":{"north":{"uv":[4.5,8.5,4.978,8.978],"rotation":270,"texture":"#1"},"east":{"uv":[4.5,8.5,4.978,8.978],"rotation":270,"texture":"#1"},"south":{"uv":[4.5,8.5,4.978,8.978],"rotation":270,"texture":"#1"},"west":{"uv":[4.5,8.5,4.978,8.978],"rotation":270,"texture":"#1"},"up":{"uv":[4.5,8.5,4.978,8.978],"rotation":270,"texture":"#1"},"down":{"uv":[4.5,8.5,4.978,8.978],"rotation":270,"texture":"#1"}}},{"from":[7.4969,19.82199,2.30788],"to":[8.4769,20.30199,2.78788],"rotation":{"angle":-45,"axis":"x","origin":[7.98799,18.06637,5.64866]},"faces":{"north":{"uv":[3.5,0,3.979,0.479],"texture":"#1"},"east":{"uv":[3.5,0,3.979,0.479],"texture":"#1"},"south":{"uv":[3.5,0,3.979,0.479],"texture":"#1"},"west":{"uv":[3.5,0,3.979,0.479],"texture":"#1"},"up":{"uv":[3.5,0,3.979,0.479],"rotation":180,"texture":"#1"},"down":{"uv":[3.5,0,3.979,0.479],"rotation":180,"texture":"#1"}}},{"from":[7.4969,19.01244,11.12535],"to":[8.4769,19.49244,11.60535],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,18.25526,10.18483]},"faces":{"north":{"uv":[3.5,0,3.979,0.479],"texture":"#1"},"east":{"uv":[3.5,0,3.979,0.479],"rotation":270,"texture":"#1"},"south":{"uv":[3.5,0,3.979,0.479],"rotation":180,"texture":"#1"},"west":{"uv":[3.5,0,3.979,0.479],"rotation":90,"texture":"#1"},"up":{"uv":[3.5,0,3.979,0.479],"rotation":180,"texture":"#1"},"down":{"uv":[3.5,0,3.979,0.479],"texture":"#1"}}},{"from":[7.7969,6.10763,2.1627],"to":[8.2769,6.58763,2.6427],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0369,7.39188,3.87044]},"faces":{"north":{"uv":[7,2.479,7.479,2],"texture":"#1"},"east":{"uv":[7.479,2,7,2.479],"rotation":90,"texture":"#1"},"south":{"uv":[7,2.479,7.479,2],"rotation":180,"texture":"#1"},"west":{"uv":[7.479,2,7,2.479],"rotation":270,"texture":"#1"},"up":{"uv":[7.479,2,7,2.479],"texture":"#1"},"down":{"uv":[7.479,2,7,2.479],"rotation":180,"texture":"#1"}}},{"from":[7.4969,20.02371,7.25806],"to":[8.4769,20.50371,7.73806],"rotation":{"angle":0,"axis":"x","origin":[7.98799,18.06637,5.64866]},"faces":{"north":{"uv":[6.5,4,6.54,4.54],"rotation":90,"texture":"#1"},"east":{"uv":[6.5,4,6.54,4.54],"rotation":180,"texture":"#1"},"south":{"uv":[6.5,4,6.54,4.54],"rotation":270,"texture":"#1"},"west":{"uv":[6.5,4,6.54,4.54],"texture":"#1"},"up":{"uv":[6.5,4,6.54,4.54],"rotation":90,"texture":"#1"},"down":{"uv":[6.5,4,6.54,4.54],"rotation":270,"texture":"#1"}}},{"from":[7.3,12,6.7],"to":[8.7,16,8.1],"rotation":{"angle":0,"axis":"x","origin":[7.99563,17.10724,7.9019]},"faces":{"north":{"uv":[7,5,8.5,9],"texture":"#1"},"east":{"uv":[8.5,5,7,9],"texture":"#1"},"south":{"uv":[8.5,5,7,9],"texture":"#1"},"west":{"uv":[8.5,5,7,9],"texture":"#1"},"up":{"uv":[8.5,5,7,9],"texture":"#1"},"down":{"uv":[8.5,5,7,9],"texture":"#1"}}},{"from":[7.35,1.2,5.5],"to":[8.65,9.15,6.75],"rotation":{"angle":0,"axis":"x","origin":[7.99563,17.10724,7.9019]},"faces":{"north":{"uv":[15,8,16,16],"texture":"#1"},"east":{"uv":[16,7.5,14.5,15.5],"texture":"#1"},"south":{"uv":[15,7,16,15],"texture":"#1"},"west":{"uv":[16,7.5,14.5,15.5],"texture":"#1"},"up":{"uv":[16,6,15,15],"texture":"#1"},"down":{"uv":[16,6,15,15],"texture":"#1"}}},{"from":[7.5,11.78356,7.42115],"to":[8.5,16.78356,8.42115],"rotation":{"angle":22.5,"axis":"x","origin":[7.99563,13.10724,8.0019]},"faces":{"north":{"uv":[2,4,3,9],"rotation":180,"texture":"#1"},"east":{"uv":[3.5,4,4.5,9],"rotation":180,"texture":"#1"},"south":{"uv":[2,4,3,9],"rotation":180,"texture":"#1"},"west":{"uv":[4.5,4,5.5,9],"rotation":180,"texture":"#1"},"up":{"uv":[2,4,3,9],"rotation":180,"texture":"#1"},"down":{"uv":[2,4,3,9],"rotation":180,"texture":"#1"}}},{"from":[7.4,8.30546,6.00611],"to":[8.6,12.05546,7.30611],"rotation":{"angle":22.5,"axis":"x","origin":[7.98836,10.08418,7.74977]},"faces":{"north":{"uv":[2.5,5,3.5,9],"rotation":180,"texture":"#1"},"east":{"uv":[7,5,8.5,9],"rotation":180,"texture":"#1"},"south":{"uv":[7,5,8.5,9],"rotation":180,"texture":"#1"},"west":{"uv":[7,5,8.5,9],"rotation":180,"texture":"#1"},"up":{"uv":[7,5,8.5,9],"rotation":180,"texture":"#1"},"down":{"uv":[7,5,8.5,9],"rotation":180,"texture":"#1"}}},{"from":[7.73647,12.86055,9.41395],"to":[8.23647,13.46055,9.93395],"rotation":{"angle":22.5,"axis":"x","origin":[7.98968,12.2024,9.89025]},"faces":{"north":{"uv":[9.5,2,10.5,3],"rotation":180,"texture":"#1"},"east":{"uv":[9.5,2,10.5,3],"rotation":180,"texture":"#1"},"south":{"uv":[9.5,2,10.5,3],"rotation":180,"texture":"#1"},"west":{"uv":[9.5,2,10.5,3],"rotation":180,"texture":"#1"},"up":{"uv":[9.5,2,10.5,3],"rotation":180,"texture":"#1"},"down":{"uv":[9.5,2,10.1,2.5],"rotation":180,"texture":"#1"}}},{"from":[7.73647,11.50243,10.12612],"to":[8.23647,12.02243,10.82612],"rotation":{"angle":-45,"axis":"x","origin":[7.98968,12.5024,10.19025]},"faces":{"north":{"uv":[9,1.5,9.5,2],"rotation":270,"texture":"#1"},"east":{"uv":[9,1.5,10,3],"rotation":90,"texture":"#1"},"south":{"uv":[9,1.5,10,3],"rotation":270,"texture":"#1"},"west":{"uv":[9,1.5,10,3],"rotation":270,"texture":"#1"},"up":{"uv":[9,1.5,10,3],"texture":"#1"},"down":{"uv":[9,1.5,10,3],"rotation":180,"texture":"#1"}}},{"from":[7.84117,12.5091,9.8746],"to":[8.14117,12.8291,10.5746],"rotation":{"angle":-45,"axis":"x","origin":[7.98968,12.2024,9.89025]},"faces":{"north":{"uv":[9.5,1.5,9.92,2.3],"rotation":270,"texture":"#1"},"east":{"uv":[9.5,1.5,9.92,2.3],"rotation":90,"texture":"#1"},"south":{"uv":[9.5,1.5,9.92,2.3],"rotation":270,"texture":"#1"},"west":{"uv":[9.5,1.5,9.92,2.3],"rotation":270,"texture":"#1"},"up":{"uv":[9.5,1.5,9.92,2.3],"texture":"#1"},"down":{"uv":[9.5,1.5,9.92,2.3],"rotation":180,"texture":"#1"}}},{"from":[7.84117,11.64922,9.87324],"to":[8.14117,11.96922,10.57324],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98968,12.5024,10.19025]},"faces":{"north":{"uv":[8.5,0,10,1],"rotation":180,"texture":"#1"},"east":{"uv":[8.5,0,10,1],"rotation":180,"texture":"#1"},"south":{"uv":[8.5,0,10,1],"rotation":180,"texture":"#1"},"west":{"uv":[8.5,0,10,1],"texture":"#1"},"up":{"uv":[8.5,0,10,1],"texture":"#1"},"down":{"uv":[8.5,0,10,1],"rotation":270,"texture":"#1"}}},{"from":[7.89139,12.60778,9.2428],"to":[8.09139,12.87778,9.7428],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98968,12.4024,10.14025]},"faces":{"north":{"uv":[8.5,0,9.5,0.54],"rotation":90,"texture":"#1"},"east":{"uv":[8.5,0,9.5,0.54],"rotation":90,"texture":"#1"},"south":{"uv":[8.5,0,9.5,0.54],"rotation":90,"texture":"#1"},"west":{"uv":[8.5,0,9.5,0.54],"rotation":90,"texture":"#1"},"up":{"uv":[8.5,0,9.5,0.54],"rotation":90,"texture":"#1"},"down":{"uv":[8.5,0,9.5,0.54],"rotation":90,"texture":"#1"}}},{"from":[7.89139,11.62087,9.85824],"to":[8.09139,11.89087,10.25824],"rotation":{"angle":0,"axis":"x","origin":[7.98968,12.6024,10.49025]},"faces":{"north":{"uv":[8.5,0,9.5,0.54],"rotation":90,"texture":"#1"},"east":{"uv":[8.5,0,9.5,0.54],"rotation":90,"texture":"#1"},"south":{"uv":[8.5,0,9.5,0.54],"rotation":90,"texture":"#1"},"west":{"uv":[8.5,0,9.5,0.54],"rotation":90,"texture":"#1"},"up":{"uv":[8.5,0,9.5,0.54],"rotation":90,"texture":"#1"},"down":{"uv":[8.5,0,9.5,0.54],"rotation":90,"texture":"#1"}}},{"from":[7.1,15.01928,6.07462],"to":[8.9,16.51928,7.57462],"rotation":{"angle":-45,"axis":"x","origin":[7.98799,18.06637,5.64866]},"faces":{"north":{"uv":[6,5.5,7.8,7],"rotation":180,"texture":"#1"},"east":{"uv":[5.5,5.5,7,7],"rotation":270,"texture":"#1"},"south":{"uv":[5.5,7,7.3,8.5],"rotation":180,"texture":"#1"},"west":{"uv":[5.5,5.5,7,7],"rotation":180,"texture":"#1"},"up":{"uv":[5.5,6.5,7.3,8],"rotation":180,"texture":"#1"},"down":{"uv":[5.5,3.5,7.3,5],"texture":"#1"}}},{"from":[6.95,16.18882,7.13456],"to":[9.05,17.18882,8.13456],"rotation":{"angle":-22.5,"axis":"x","origin":[8,16.68882,7.63456]},"faces":{"north":{"uv":[8.5,3,11,5.5],"rotation":180,"texture":"#1"},"east":{"uv":[8.5,3,11,5.5],"rotation":270,"texture":"#1"},"south":{"uv":[8.5,3,11,5.5],"texture":"#1"},"west":{"uv":[8.5,3,11,5.5],"rotation":90,"texture":"#1"},"up":{"uv":[8.5,3,11,5.5],"rotation":180,"texture":"#1"},"down":{"uv":[8.5,3,11,5.5],"texture":"#1"}}},{"from":[7.3369,0.26668,6.58431],"to":[8.6369,1.96668,7.88431],"rotation":{"angle":-22.5,"axis":"x","origin":[7.97857,-1.13006,6.57111]},"faces":{"north":{"uv":[5,5.5,6.5,7.5],"rotation":180,"texture":"#1"},"east":{"uv":[5,5.5,6.5,7.5],"rotation":180,"texture":"#1"},"south":{"uv":[5,5.5,6.5,7.5],"rotation":180,"texture":"#1"},"west":{"uv":[5,5.5,6.5,7.5],"rotation":180,"texture":"#1"},"up":{"uv":[5,7,6.5,8.5],"rotation":180,"texture":"#1"},"down":{"uv":[5,5.5,6.5,7.5],"rotation":180,"texture":"#1"}}},{"from":[7.2369,-0.48561,6.69191],"to":[8.7369,0.71439,7.69191],"rotation":{"angle":-45,"axis":"x","origin":[7.97857,-1.13006,6.57111]},"faces":{"north":{"uv":[4.5,7.5,5.7,6.5],"rotation":90,"texture":"#1"},"east":{"uv":[4.5,7.5,5.7,6.5],"rotation":90,"texture":"#1"},"south":{"uv":[4.5,7.5,5.7,6.5],"rotation":90,"texture":"#1"},"west":{"uv":[4.5,7.5,5.7,6.5],"rotation":90,"texture":"#1"},"up":{"uv":[5.7,6.5,4.5,7.5],"rotation":90,"texture":"#1"},"down":{"uv":[5.7,6.5,4.5,7.5],"rotation":90,"texture":"#1"}}},{"from":[7.3869,0.23974,8.8139],"to":[8.4869,1.13974,9.7139],"rotation":{"angle":-45,"axis":"x","origin":[7.97857,-1.13006,6.57111]},"faces":{"north":{"uv":[5.4,5,4.5,5.9],"texture":"#1"},"east":{"uv":[5.4,5,4.5,5.9],"texture":"#1"},"south":{"uv":[5.4,5,4.5,5.9],"texture":"#1"},"west":{"uv":[5.4,5,4.5,5.9],"texture":"#1"},"up":{"uv":[4.5,5.9,5.4,5],"texture":"#1"},"down":{"uv":[4.5,5.9,5.4,5],"texture":"#1"}}},{"from":[7.2869,-0.99486,6.41611],"to":[8.6869,-0.09486,7.31611],"rotation":{"angle":-22.5,"axis":"x","origin":[7.97857,-1.13006,6.57111]},"faces":{"north":{"uv":[5.5,7.9,6.4,7],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,7.9,6.4,7],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,7.9,6.4,7],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,7.9,6.4,7],"rotation":90,"texture":"#1"},"up":{"uv":[6.4,7,5.5,7.9],"rotation":90,"texture":"#1"},"down":{"uv":[6.4,7,5.5,7.9],"rotation":90,"texture":"#1"}}},{"from":[7.4369,-0.35232,5.65828],"to":[8.4369,3.04768,6.55828],"rotation":{"angle":22.5,"axis":"x","origin":[7.97857,-1.13006,6.57111]},"faces":{"north":{"uv":[4,6.9,4.9,3.5],"rotation":180,"texture":"#1"},"east":{"uv":[4,6.9,4.9,3.5],"rotation":180,"texture":"#1"},"south":{"uv":[4,7.9,4.9,4.5],"rotation":180,"texture":"#1"},"west":{"uv":[4,6.9,4.9,3.5],"rotation":180,"texture":"#1"},"up":{"uv":[5,3.5,4,4.4],"rotation":180,"texture":"#1"},"down":{"uv":[4.9,3.5,4,6.9],"rotation":180,"texture":"#1"}}},{"from":[7.3369,-1.47005,6.35766],"to":[8.6369,-0.67005,7.15766],"rotation":{"angle":0,"axis":"x","origin":[7.97857,-1.13006,6.57111]},"faces":{"north":{"uv":[5.3,6,5,6.3],"texture":"#1"},"east":{"uv":[5.3,6,5,6.3],"texture":"#1"},"south":{"uv":[5.3,6,5,6.3],"texture":"#1"},"west":{"uv":[5.3,6,5,6.3],"texture":"#1"},"up":{"uv":[5,6.3,5.3,6],"texture":"#1"},"down":{"uv":[5,6.3,5.3,6],"texture":"#1"}}},{"from":[7.3869,-1.73523,5.89546],"to":[8.5869,-1.03523,6.69546],"rotation":{"angle":-45,"axis":"x","origin":[7.97857,-1.13006,6.57111]},"faces":{"north":{"uv":[4.8,5.5,4.5,5.7],"texture":"#1"},"east":{"uv":[4.8,5.5,4.5,5.7],"texture":"#1"},"south":{"uv":[4.8,5.5,4.5,5.7],"texture":"#1"},"west":{"uv":[4.8,5.5,4.5,5.7],"texture":"#1"},"up":{"uv":[4.5,5.7,4.8,5.5],"texture":"#1"},"down":{"uv":[4.5,5.7,4.8,5.5],"texture":"#1"}}},{"from":[7.4369,-2.2646,6.26202],"to":[8.5369,-1.6646,6.86202],"rotation":{"angle":22.5,"axis":"x","origin":[7.97857,-1.13006,6.57111]},"faces":{"north":{"uv":[3.1,4,3,4.1],"rotation":270,"texture":"#1"},"east":{"uv":[3.1,4,3,4.1],"rotation":270,"texture":"#1"},"south":{"uv":[3.1,4,3,4.1],"rotation":270,"texture":"#1"},"west":{"uv":[3.1,4,3,4.1],"rotation":270,"texture":"#1"},"up":{"uv":[3,4.1,3.1,4],"rotation":270,"texture":"#1"},"down":{"uv":[3,4.1,3.1,4],"rotation":270,"texture":"#1"}}},{"from":[7.4469,-2.94995,5.86138],"to":[8.5269,-2.06995,6.44138],"rotation":{"angle":0,"axis":"x","origin":[7.97857,-1.13006,6.57111]},"faces":{"north":{"uv":[3,4.079,3.379,4],"rotation":270,"texture":"#1"},"east":{"uv":[3,4.079,3.379,4],"rotation":270,"texture":"#1"},"south":{"uv":[3,4.079,3.379,4],"rotation":270,"texture":"#1"},"west":{"uv":[3,4.079,3.379,4],"rotation":270,"texture":"#1"},"up":{"uv":[3.379,4,3,4.079],"rotation":270,"texture":"#1"},"down":{"uv":[3.379,4,3,4.079],"rotation":270,"texture":"#1"}}},{"from":[7.4569,-3.53266,5.24376],"to":[8.5169,-2.47266,5.80376],"rotation":{"angle":-22.5,"axis":"x","origin":[7.97857,-1.13006,6.57111]},"faces":{"north":{"uv":[5,3.56,5.06,3.5],"rotation":90,"texture":"#1"},"east":{"uv":[5,3.56,5.06,3.5],"rotation":90,"texture":"#1"},"south":{"uv":[5,3.56,5.06,3.5],"rotation":90,"texture":"#1"},"west":{"uv":[5,3.56,5.06,3.5],"rotation":90,"texture":"#1"},"up":{"uv":[5.06,3.5,5,3.56],"rotation":90,"texture":"#1"},"down":{"uv":[5.06,3.5,5,3.56],"rotation":90,"texture":"#1"}}},{"from":[7.4669,-3.39083,4.42928],"to":[8.5069,-2.85083,4.96928],"rotation":{"angle":-45,"axis":"x","origin":[7.97857,-1.13006,6.57111]},"faces":{"north":{"uv":[6,2.54,6.04,2.5],"rotation":90,"texture":"#1"},"east":{"uv":[6,2.54,6.04,2.5],"rotation":90,"texture":"#1"},"south":{"uv":[6,2.54,6.04,2.5],"rotation":90,"texture":"#1"},"west":{"uv":[6,2.54,6.04,2.5],"rotation":90,"texture":"#1"},"up":{"uv":[6.04,2.5,6,2.54],"rotation":90,"texture":"#1"},"down":{"uv":[6.04,2.5,6,2.54],"rotation":90,"texture":"#1"}}},{"from":[7.4969,-3.92257,7.84738],"to":[8.4769,-3.44257,8.32738],"rotation":{"angle":22.5,"axis":"x","origin":[7.97857,-1.13006,6.57111]},"faces":{"north":{"uv":[7,2.479,7.479,2],"texture":"#1"},"east":{"uv":[7,2.479,7.479,2],"texture":"#1"},"south":{"uv":[7,2.479,7.479,2],"texture":"#1"},"west":{"uv":[7,2.479,7.479,2],"texture":"#1"},"up":{"uv":[7.479,2,7,2.479],"texture":"#1"},"down":{"uv":[7.479,2,7,2.479],"texture":"#1"}}},{"from":[6.95,15.37173,7.50157],"to":[9.05,15.87173,8.00157],"rotation":{"angle":0,"axis":"x","origin":[7.975,16.12173,8.10157]},"faces":{"north":{"uv":[9,3.5,10.5,5],"rotation":90,"texture":"#1"},"east":{"uv":[9,3.5,10.5,5],"texture":"#1"},"south":{"uv":[9,3.5,10.5,5],"rotation":270,"texture":"#1"},"west":{"uv":[9,3.5,10.5,5],"rotation":180,"texture":"#1"},"up":{"uv":[9,3.5,10.5,5],"rotation":270,"texture":"#1"},"down":{"uv":[9,3.5,10.5,5],"rotation":90,"texture":"#1"}}},{"from":[6.95,16.97173,8.30157],"to":[9.05,17.47173,8.80157],"rotation":{"angle":45,"axis":"x","origin":[8,17.22173,8.55157]},"faces":{"north":{"uv":[9,3.5,10.5,5],"rotation":90,"texture":"#1"},"east":{"uv":[9,3.5,10.5,5],"texture":"#1"},"south":{"uv":[9,3.5,10.5,5],"rotation":270,"texture":"#1"},"west":{"uv":[9,3.5,10.5,5],"rotation":180,"texture":"#1"},"up":{"uv":[9,3.5,10.5,5],"rotation":270,"texture":"#1"},"down":{"uv":[9,3.5,10.5,5],"rotation":90,"texture":"#1"}}}],"display":{"thirdperson_righthand":{"translation":[-0.5,2,4.25],"scale":[1.66,1.66,1.66]},"thirdperson_lefthand":{"rotation":[0,8,0],"translation":[-0.5,10.25,1.25],"scale":[1.32,1.32,1.32]},"firstperson_righthand":{"rotation":[-15,8,0],"translation":[0,3.5,3.5],"scale":[0.6,0.78,0.78]},"firstperson_lefthand":{"rotation":[-15,8,0],"translation":[0,3.5,3.5],"scale":[0.6,0.78,0.78]},"gui":{"rotation":[-103,-43,-97],"translation":[-1.25,0.25,0],"scale":[0.73,0.73,0.73]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/dernic_spear.json b/assets/minecraft/models/item/wynn/skin/spear/dernic_spear.json new file mode 100644 index 000000000..f0292b472 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/dernic_spear.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/dernic/dernic_spear","particle":"skins/dernic/dernic_spear"},"elements":[{"from":[7,1,7],"to":[9,11,9],"rotation":{"angle":45,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0.5,6.5,1,9],"texture":"#0"},"east":{"uv":[0.5,6.5,1,9],"texture":"#0"},"south":{"uv":[0.5,6.5,1,9],"texture":"#0"},"west":{"uv":[0.5,6.5,1,9],"texture":"#0"}}},{"from":[7,17,7],"to":[9,21,9],"rotation":{"angle":0,"axis":"y","origin":[8,21,8]},"faces":{"north":{"uv":[6.5,6.5,7,7.5],"texture":"#0"},"east":{"uv":[6.5,6.5,7,7.5],"texture":"#0"},"south":{"uv":[6.5,6.5,7,7.5],"texture":"#0"},"west":{"uv":[6.5,6.5,7,7.5],"texture":"#0"}}},{"from":[6.5,-1,6.5],"to":[9.5,0,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,-0.5,8]},"faces":{"north":{"uv":[6,3,6.75,3.25],"texture":"#0"},"east":{"uv":[5.25,3,6,3.25],"texture":"#0"},"south":{"uv":[7.5,3,8.25,3.25],"texture":"#0"},"west":{"uv":[6.75,3,7.5,3.25],"texture":"#0"},"up":{"uv":[6.75,3,6,2.25],"texture":"#0"},"down":{"uv":[7.5,2.25,6.75,3],"texture":"#0"}}},{"from":[4.21698,0.35195,7.5],"to":[5.21698,1.35195,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[8,4.15106,8]},"faces":{"north":{"uv":[8,3.75,8.5,4],"texture":"#0"},"east":{"uv":[7.75,3.75,8,4],"texture":"#0"},"south":{"uv":[8.75,3.75,9.25,4],"texture":"#0"},"west":{"uv":[8.5,3.75,8.75,4],"texture":"#0"},"up":{"uv":[8.5,3.75,8,3.5],"texture":"#0"},"down":{"uv":[9,3.5,8.5,3.75],"texture":"#0"}}},{"from":[3.86752,16.01254,7.5],"to":[4.86752,18.01254,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[8,13.65106,8]},"faces":{"north":{"uv":[8,5.75,8.25,6.25],"texture":"#0"},"east":{"uv":[7.75,5.75,8,6.25],"texture":"#0"},"south":{"uv":[8.5,5.75,8.75,6.25],"texture":"#0"},"west":{"uv":[8.25,5.75,8.5,6.25],"texture":"#0"},"up":{"uv":[8.25,5.75,8,5.5],"texture":"#0"},"down":{"uv":[8.5,5.5,8.25,5.75],"texture":"#0"}}},{"from":[3.27839,14.25135,7.5],"to":[5.27839,15.25135,8.5],"rotation":{"angle":-45,"axis":"z","origin":[8,13.65106,8]},"faces":{"north":{"uv":[6.25,3.75,6.75,4],"texture":"#0"},"east":{"uv":[6,3.75,6.25,4],"texture":"#0"},"south":{"uv":[7,3.75,7.5,4],"texture":"#0"},"west":{"uv":[6.75,3.75,7,4],"texture":"#0"},"up":{"uv":[6.75,3.75,6.25,3.5],"texture":"#0"},"down":{"uv":[7.25,3.5,6.75,3.75],"texture":"#0"}}},{"from":[6.5,16,6.5],"to":[9.5,17,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,16.5,8]},"faces":{"north":{"uv":[5.75,1.25,6.5,1.5],"texture":"#0"},"east":{"uv":[5,1.25,5.75,1.5],"texture":"#0"},"south":{"uv":[7.25,1.25,8,1.5],"texture":"#0"},"west":{"uv":[6.5,1.25,7.25,1.5],"texture":"#0"},"up":{"uv":[6.5,1.25,5.75,0.5],"texture":"#0"},"down":{"uv":[7.25,0.5,6.5,1.25],"texture":"#0"}}},{"from":[11.13248,16.01254,7.5],"to":[12.13248,18.01254,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[8,13.65106,8]},"faces":{"north":{"uv":[8.25,5.75,8,6.25],"texture":"#0"},"east":{"uv":[8.5,5.75,8.25,6.25],"texture":"#0"},"south":{"uv":[8.75,5.75,8.5,6.25],"texture":"#0"},"west":{"uv":[8,5.75,7.75,6.25],"texture":"#0"},"up":{"uv":[8,5.75,8.25,5.5],"texture":"#0"},"down":{"uv":[8.25,5.5,8.5,5.75],"texture":"#0"}}},{"from":[10.72161,14.25135,7.5],"to":[12.72161,15.25135,8.5],"rotation":{"angle":45,"axis":"z","origin":[8,13.65106,8]},"faces":{"north":{"uv":[6.75,3.75,6.25,4],"texture":"#0"},"east":{"uv":[7,3.75,6.75,4],"texture":"#0"},"south":{"uv":[7.5,3.75,7,4],"texture":"#0"},"west":{"uv":[6.25,3.75,6,4],"texture":"#0"},"up":{"uv":[6.25,3.75,6.75,3.5],"texture":"#0"},"down":{"uv":[6.75,3.5,7.25,3.75],"texture":"#0"}}},{"from":[10.78302,0.35195,7.5],"to":[11.78302,1.35195,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[8,4.15106,8]},"faces":{"north":{"uv":[8.5,3.75,8,4],"texture":"#0"},"east":{"uv":[8.75,3.75,8.5,4],"texture":"#0"},"south":{"uv":[9.25,3.75,8.75,4],"texture":"#0"},"west":{"uv":[8,3.75,7.75,4],"texture":"#0"},"up":{"uv":[8,3.75,8.5,3.5],"texture":"#0"},"down":{"uv":[8.5,3.5,9,3.75],"texture":"#0"}}},{"from":[7.5,16.01254,11.13248],"to":[8.5,18.01254,12.13248],"rotation":{"angle":-22.5,"axis":"x","origin":[8,13.65106,8]},"faces":{"north":{"uv":[8,5.75,7.75,6.25],"texture":"#0"},"east":{"uv":[8.25,5.75,8,6.25],"texture":"#0"},"south":{"uv":[8.5,5.75,8.25,6.25],"texture":"#0"},"west":{"uv":[8.75,5.75,8.5,6.25],"texture":"#0"},"up":{"uv":[8,5.75,8.25,5.5],"rotation":90,"texture":"#0"},"down":{"uv":[8.25,5.5,8.5,5.75],"rotation":270,"texture":"#0"}}},{"from":[7.5,14.25135,10.72161],"to":[8.5,15.25135,12.72161],"rotation":{"angle":-45,"axis":"x","origin":[8,13.65106,8]},"faces":{"north":{"uv":[6.25,3.75,6,4],"texture":"#0"},"east":{"uv":[6.75,3.75,6.25,4],"texture":"#0"},"south":{"uv":[7,3.75,6.75,4],"texture":"#0"},"west":{"uv":[7.5,3.75,7,4],"texture":"#0"},"up":{"uv":[6.25,3.75,6.75,3.5],"rotation":90,"texture":"#0"},"down":{"uv":[6.75,3.5,7.25,3.75],"rotation":270,"texture":"#0"}}},{"from":[7.5,0.35195,10.78302],"to":[8.5,1.35195,11.78302],"rotation":{"angle":22.5,"axis":"x","origin":[8,4.15106,8]},"faces":{"north":{"uv":[8,3.75,7.75,4],"texture":"#0"},"east":{"uv":[8.5,3.75,8,4],"texture":"#0"},"south":{"uv":[8.75,3.75,8.5,4],"texture":"#0"},"west":{"uv":[9.25,3.75,8.75,4],"texture":"#0"},"up":{"uv":[8,3.75,8.5,3.5],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,3.5,9,3.75],"rotation":270,"texture":"#0"}}},{"from":[7.5,16.01254,3.86752],"to":[8.5,18.01254,4.86752],"rotation":{"angle":22.5,"axis":"x","origin":[8,13.65106,8]},"faces":{"north":{"uv":[8.25,5.75,8.5,6.25],"texture":"#0"},"east":{"uv":[8,5.75,8.25,6.25],"texture":"#0"},"south":{"uv":[7.75,5.75,8,6.25],"texture":"#0"},"west":{"uv":[8.5,5.75,8.75,6.25],"texture":"#0"},"up":{"uv":[8.25,5.75,8,5.5],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,5.5,8.25,5.75],"rotation":270,"texture":"#0"}}},{"from":[7.5,14.25135,3.27839],"to":[8.5,15.25135,5.27839],"rotation":{"angle":45,"axis":"x","origin":[8,13.65106,8]},"faces":{"north":{"uv":[6.75,3.75,7,4],"texture":"#0"},"east":{"uv":[6.25,3.75,6.75,4],"texture":"#0"},"south":{"uv":[6,3.75,6.25,4],"texture":"#0"},"west":{"uv":[7,3.75,7.5,4],"texture":"#0"},"up":{"uv":[6.75,3.75,6.25,3.5],"rotation":90,"texture":"#0"},"down":{"uv":[7.25,3.5,6.75,3.75],"rotation":270,"texture":"#0"}}},{"from":[6.5,0,6.5],"to":[9.5,1,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,0.5,8]},"faces":{"north":{"uv":[5.75,1.25,6.5,1.5],"texture":"#0"},"east":{"uv":[5,1.25,5.75,1.5],"texture":"#0"},"south":{"uv":[7.25,1.25,8,1.5],"texture":"#0"},"west":{"uv":[6.5,1.25,7.25,1.5],"texture":"#0"},"up":{"uv":[6.5,1.25,5.75,0.5],"texture":"#0"},"down":{"uv":[7.25,0.5,6.5,1.25],"texture":"#0"}}},{"from":[7.5,0.35195,4.21698],"to":[8.5,1.35195,5.21698],"rotation":{"angle":-22.5,"axis":"x","origin":[8,4.15106,8]},"faces":{"north":{"uv":[8.5,3.75,8.75,4],"texture":"#0"},"east":{"uv":[8,3.75,8.5,4],"texture":"#0"},"south":{"uv":[7.75,3.75,8,4],"texture":"#0"},"west":{"uv":[8.75,3.75,9.25,4],"texture":"#0"},"up":{"uv":[8.5,3.75,8,3.5],"rotation":90,"texture":"#0"},"down":{"uv":[9,3.5,8.5,3.75],"rotation":270,"texture":"#0"}}},{"from":[7.5,-14,7],"to":[8.5,-10,9],"rotation":{"angle":0,"axis":"y","origin":[8,-13,8]},"faces":{"north":{"uv":[8.25,1.75,8.5,2.75],"texture":"#0"},"east":{"uv":[7.75,1.75,8.25,2.75],"texture":"#0"},"south":{"uv":[9,1.75,9.25,2.75],"texture":"#0"},"west":{"uv":[8.5,1.75,9,2.75],"texture":"#0"},"up":{"uv":[8.5,1.75,8.25,1.25],"texture":"#0"},"down":{"uv":[8.75,1.25,8.5,1.75],"texture":"#0"}}},{"from":[7.49,-15.01,6.99],"to":[8.51,-12.99,9.01],"rotation":{"angle":-45,"axis":"x","origin":[8,-14,8]},"faces":{"north":{"uv":[6.25,8.25,6.5,8.75],"texture":"#0"},"east":{"uv":[5.75,8.25,6.25,8.75],"texture":"#0"},"south":{"uv":[7,8.25,7.25,8.75],"texture":"#0"},"west":{"uv":[6.5,8.25,7,8.75],"texture":"#0"},"up":{"uv":[6.5,8.25,6.25,7.75],"texture":"#0"},"down":{"uv":[6.75,7.75,6.5,8.25],"texture":"#0"}}},{"from":[6.5,20.5,6.5],"to":[9.5,23.5,9.5],"rotation":{"angle":-45,"axis":"x","origin":[8,22,8]},"faces":{"north":{"uv":[3.25,2,4,2.75],"texture":"#0"},"east":{"uv":[2.5,2,3.25,2.75],"texture":"#0"},"south":{"uv":[4.75,2,5.5,2.75],"texture":"#0"},"west":{"uv":[4,2,4.75,2.75],"texture":"#0"},"up":{"uv":[4,2,3.25,1.25],"texture":"#0"},"down":{"uv":[4.75,1.25,4,2],"texture":"#0"}}},{"from":[7.5,22.5,6.5],"to":[8.5,26.5,10.5],"rotation":{"angle":-45,"axis":"x","origin":[8,24,8]},"faces":{"north":{"uv":[1,3,1.25,4],"texture":"#0"},"east":{"uv":[0,3,1,4],"texture":"#0"},"south":{"uv":[2.25,3,2.5,4],"texture":"#0"},"west":{"uv":[1.25,3,2.25,4],"texture":"#0"},"up":{"uv":[1.25,3,1,2],"texture":"#0"},"down":{"uv":[1.5,2,1.25,3],"texture":"#0"}}},{"from":[7.5,28.45938,7.85],"to":[8.5,29.75938,9.15],"rotation":{"angle":-45,"axis":"x","origin":[8,28.60938,8]},"faces":{"north":{"uv":[4.75,0.25,5,0.5],"texture":"#0"},"east":{"uv":[4.5,0.25,4.75,0.5],"texture":"#0"},"south":{"uv":[5.25,0.25,5.5,0.5],"texture":"#0"},"west":{"uv":[5,0.25,5.25,0.5],"texture":"#0"},"up":{"uv":[5,0.25,4.75,0],"texture":"#0"},"down":{"uv":[5.25,0,5,0.25],"texture":"#0"}}},{"from":[7.48,24.15218,5.84082],"to":[8.52,29.19218,7.88082],"rotation":{"angle":22.5,"axis":"x","origin":[8,26.17218,6.86082]},"faces":{"north":{"uv":[4.5,7,4.75,8.25],"texture":"#0"},"east":{"uv":[4,7,4.5,8.25],"texture":"#0"},"south":{"uv":[5.25,7,5.5,8.25],"texture":"#0"},"west":{"uv":[4.75,7,5.25,8.25],"texture":"#0"},"up":{"uv":[4.75,7,4.5,6.5],"texture":"#0"},"down":{"uv":[5,6.5,4.75,7],"texture":"#0"}}},{"from":[7.49,24.16218,8.12918],"to":[8.51,29.18218,10.14918],"rotation":{"angle":-22.5,"axis":"x","origin":[8,26.17218,9.13918]},"faces":{"north":{"uv":[2.75,7,3,8.25],"texture":"#0"},"east":{"uv":[2.25,7,2.75,8.25],"texture":"#0"},"south":{"uv":[3.5,7,3.75,8.25],"texture":"#0"},"west":{"uv":[3,7,3.5,8.25],"texture":"#0"},"up":{"uv":[3,7,2.75,6.5],"texture":"#0"},"down":{"uv":[3.25,6.5,3,7],"texture":"#0"}}},{"from":[6.48828,21,7],"to":[9.51172,23,9],"rotation":{"angle":-45,"axis":"x","origin":[8,22,8]},"faces":{"north":{"uv":[6.25,4.75,7,5.25],"texture":"#0"},"east":{"uv":[5.75,4.75,6.25,5.25],"texture":"#0"},"south":{"uv":[7.5,4.75,8.25,5.25],"texture":"#0"},"west":{"uv":[7,4.75,7.5,5.25],"texture":"#0"},"up":{"uv":[7,4.75,6.25,4.25],"texture":"#0"},"down":{"uv":[7.75,4.25,7,4.75],"texture":"#0"}}},{"from":[6.5,11,6.5],"to":[9.5,12,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,11.5,8]},"faces":{"north":{"uv":[6,3.25,6.75,3],"texture":"#0"},"east":{"uv":[5.25,3.25,6,3],"texture":"#0"},"south":{"uv":[7.5,3.25,8.25,3],"texture":"#0"},"west":{"uv":[6.75,3.25,7.5,3],"texture":"#0"},"up":{"uv":[7.5,3,6.75,2.25],"texture":"#0"},"down":{"uv":[6.75,2.25,6,3],"texture":"#0"}}},{"from":[4.21698,10.64805,7.5],"to":[5.21698,11.64805,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[8,7.84894,8]},"faces":{"north":{"uv":[8,4,8.5,3.75],"texture":"#0"},"east":{"uv":[7.75,4,8,3.75],"texture":"#0"},"south":{"uv":[8.75,4,9.25,3.75],"texture":"#0"},"west":{"uv":[8.5,4,8.75,3.75],"texture":"#0"},"up":{"uv":[9,3.75,8.5,3.5],"texture":"#0"},"down":{"uv":[8.5,3.5,8,3.75],"texture":"#0"}}},{"from":[7,-8,7],"to":[9,-5,9],"rotation":{"angle":0,"axis":"y","origin":[8,-9,8]},"faces":{"north":{"uv":[10.75,0.5,11.25,1.25],"texture":"#0"},"east":{"uv":[10.75,0.5,11.25,1.25],"texture":"#0"},"south":{"uv":[10.75,0.5,11.25,1.25],"texture":"#0"},"west":{"uv":[10.75,0.5,11.25,1.25],"texture":"#0"},"up":{"uv":[11.25,0.5,10.75,0],"texture":"#0"},"down":{"uv":[11.25,0,10.75,0.5],"texture":"#0"}}},{"from":[6.5,-5,6.5],"to":[9.5,-4,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,-4.5,8]},"faces":{"north":{"uv":[5.75,1.5,6.5,1.25],"texture":"#0"},"east":{"uv":[5,1.5,5.75,1.25],"texture":"#0"},"south":{"uv":[7.25,1.5,8,1.25],"texture":"#0"},"west":{"uv":[6.5,1.5,7.25,1.25],"texture":"#0"},"up":{"uv":[7.25,1.25,6.5,0.5],"texture":"#0"},"down":{"uv":[6.5,0.5,5.75,1.25],"texture":"#0"}}},{"from":[3.27839,-3.25135,7.5],"to":[5.27839,-2.25135,8.5],"rotation":{"angle":45,"axis":"z","origin":[8,-1.65106,8]},"faces":{"north":{"uv":[6.25,4,6.75,3.75],"texture":"#0"},"east":{"uv":[6,4,6.25,3.75],"texture":"#0"},"south":{"uv":[7,4,7.5,3.75],"texture":"#0"},"west":{"uv":[6.75,4,7,3.75],"texture":"#0"},"up":{"uv":[7.25,3.75,6.75,3.5],"texture":"#0"},"down":{"uv":[6.75,3.5,6.25,3.75],"texture":"#0"}}},{"from":[3.86752,-6.01254,7.5],"to":[4.86752,-4.01254,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[8,-1.65106,8]},"faces":{"north":{"uv":[8,6.25,8.25,5.75],"texture":"#0"},"east":{"uv":[7.75,6.25,8,5.75],"texture":"#0"},"south":{"uv":[8.5,6.25,8.75,5.75],"texture":"#0"},"west":{"uv":[8.25,6.25,8.5,5.75],"texture":"#0"},"up":{"uv":[8.5,5.75,8.25,5.5],"texture":"#0"},"down":{"uv":[8.25,5.5,8,5.75],"texture":"#0"}}},{"from":[10.78302,10.64805,7.5],"to":[11.78302,11.64805,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[8,7.84894,8]},"faces":{"north":{"uv":[8.5,4,8,3.75],"texture":"#0"},"east":{"uv":[8.75,4,8.5,3.75],"texture":"#0"},"south":{"uv":[9.25,4,8.75,3.75],"texture":"#0"},"west":{"uv":[8,4,7.75,3.75],"texture":"#0"},"up":{"uv":[8.5,3.75,9,3.5],"texture":"#0"},"down":{"uv":[8,3.5,8.5,3.75],"texture":"#0"}}},{"from":[10.72161,-3.25135,7.5],"to":[12.72161,-2.25135,8.5],"rotation":{"angle":-45,"axis":"z","origin":[8,-1.65106,8]},"faces":{"north":{"uv":[6.75,4,6.25,3.75],"texture":"#0"},"east":{"uv":[7,4,6.75,3.75],"texture":"#0"},"south":{"uv":[7.5,4,7,3.75],"texture":"#0"},"west":{"uv":[6.25,4,6,3.75],"texture":"#0"},"up":{"uv":[6.75,3.75,7.25,3.5],"texture":"#0"},"down":{"uv":[6.25,3.5,6.75,3.75],"texture":"#0"}}},{"from":[11.13248,-6.01254,7.5],"to":[12.13248,-4.01254,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[8,-1.65106,8]},"faces":{"north":{"uv":[8.25,6.25,8,5.75],"texture":"#0"},"east":{"uv":[8.5,6.25,8.25,5.75],"texture":"#0"},"south":{"uv":[8.75,6.25,8.5,5.75],"texture":"#0"},"west":{"uv":[8,6.25,7.75,5.75],"texture":"#0"},"up":{"uv":[8.25,5.75,8.5,5.5],"texture":"#0"},"down":{"uv":[8,5.5,8.25,5.75],"texture":"#0"}}},{"from":[7.5,10.64805,4.21698],"to":[8.5,11.64805,5.21698],"rotation":{"angle":22.5,"axis":"x","origin":[8,7.84894,8]},"faces":{"north":{"uv":[8.5,4,8.75,3.75],"texture":"#0"},"east":{"uv":[8,4,8.5,3.75],"texture":"#0"},"south":{"uv":[7.75,4,8,3.75],"texture":"#0"},"west":{"uv":[8.75,4,9.25,3.75],"texture":"#0"},"up":{"uv":[8.5,3.5,9,3.75],"rotation":270,"texture":"#0"},"down":{"uv":[8,3.75,8.5,3.5],"rotation":90,"texture":"#0"}}},{"from":[7.5,-3.25135,3.27839],"to":[8.5,-2.25135,5.27839],"rotation":{"angle":-45,"axis":"x","origin":[8,-1.65106,8]},"faces":{"north":{"uv":[6.75,4,7,3.75],"texture":"#0"},"east":{"uv":[6.25,4,6.75,3.75],"texture":"#0"},"south":{"uv":[6,4,6.25,3.75],"texture":"#0"},"west":{"uv":[7,4,7.5,3.75],"texture":"#0"},"up":{"uv":[6.75,3.5,7.25,3.75],"rotation":270,"texture":"#0"},"down":{"uv":[6.25,3.75,6.75,3.5],"rotation":90,"texture":"#0"}}},{"from":[7.5,-6.01254,3.86752],"to":[8.5,-4.01254,4.86752],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-1.65106,8]},"faces":{"north":{"uv":[8.25,6.25,8.5,5.75],"texture":"#0"},"east":{"uv":[8,6.25,8.25,5.75],"texture":"#0"},"south":{"uv":[7.75,6.25,8,5.75],"texture":"#0"},"west":{"uv":[8.5,6.25,8.75,5.75],"texture":"#0"},"up":{"uv":[8.25,5.5,8.5,5.75],"rotation":270,"texture":"#0"},"down":{"uv":[8,5.75,8.25,5.5],"rotation":90,"texture":"#0"}}},{"from":[7.5,10.64805,10.78302],"to":[8.5,11.64805,11.78302],"rotation":{"angle":-22.5,"axis":"x","origin":[8,7.84894,8]},"faces":{"north":{"uv":[8,4,7.75,3.75],"texture":"#0"},"east":{"uv":[8.5,4,8,3.75],"texture":"#0"},"south":{"uv":[8.75,4,8.5,3.75],"texture":"#0"},"west":{"uv":[9.25,4,8.75,3.75],"texture":"#0"},"up":{"uv":[9,3.5,8.5,3.75],"rotation":270,"texture":"#0"},"down":{"uv":[8.5,3.75,8,3.5],"rotation":90,"texture":"#0"}}},{"from":[7.5,-3.25135,10.72161],"to":[8.5,-2.25135,12.72161],"rotation":{"angle":45,"axis":"x","origin":[8,-1.65106,8]},"faces":{"north":{"uv":[6.25,4,6,3.75],"texture":"#0"},"east":{"uv":[6.75,4,6.25,3.75],"texture":"#0"},"south":{"uv":[7,4,6.75,3.75],"texture":"#0"},"west":{"uv":[7.5,4,7,3.75],"texture":"#0"},"up":{"uv":[7.25,3.5,6.75,3.75],"rotation":270,"texture":"#0"},"down":{"uv":[6.75,3.75,6.25,3.5],"rotation":90,"texture":"#0"}}},{"from":[7.5,-6.01254,11.13248],"to":[8.5,-4.01254,12.13248],"rotation":{"angle":22.5,"axis":"x","origin":[8,-1.65106,8]},"faces":{"north":{"uv":[8,6.25,7.75,5.75],"texture":"#0"},"east":{"uv":[8.25,6.25,8,5.75],"texture":"#0"},"south":{"uv":[8.5,6.25,8.25,5.75],"texture":"#0"},"west":{"uv":[8.75,6.25,8.5,5.75],"texture":"#0"},"up":{"uv":[8.5,5.5,8.25,5.75],"rotation":270,"texture":"#0"},"down":{"uv":[8.25,5.75,8,5.5],"rotation":90,"texture":"#0"}}},{"from":[6.5,12,6.5],"to":[9.5,13,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,12.5,8]},"faces":{"north":{"uv":[5.75,1.5,6.5,1.25],"texture":"#0"},"east":{"uv":[5,1.5,5.75,1.25],"texture":"#0"},"south":{"uv":[7.25,1.5,8,1.25],"texture":"#0"},"west":{"uv":[6.5,1.5,7.25,1.25],"texture":"#0"},"up":{"uv":[7.25,1.25,6.5,0.5],"texture":"#0"},"down":{"uv":[6.5,0.5,5.75,1.25],"texture":"#0"}}},{"from":[6.5,-10.5,6.5],"to":[9.5,-7.5,9.5],"rotation":{"angle":-45,"axis":"x","origin":[8,-9,8]},"faces":{"north":{"uv":[3.25,2,4,2.75],"texture":"#0"},"east":{"uv":[2.5,2,3.25,2.75],"texture":"#0"},"south":{"uv":[4.75,2,5.5,2.75],"texture":"#0"},"west":{"uv":[4,2,4.75,2.75],"texture":"#0"},"up":{"uv":[4,2,3.25,1.25],"texture":"#0"},"down":{"uv":[4.75,1.25,4,2],"texture":"#0"}}},{"from":[6.48828,-10,7],"to":[9.51172,-8,9],"rotation":{"angle":45,"axis":"x","origin":[8,-9,8]},"faces":{"north":{"uv":[6.25,5.25,7,4.75],"texture":"#0"},"east":{"uv":[5.75,5.25,6.25,4.75],"texture":"#0"},"south":{"uv":[7.5,5.25,8.25,4.75],"texture":"#0"},"west":{"uv":[7,5.25,7.5,4.75],"texture":"#0"},"up":{"uv":[7.75,4.75,7,4.25],"texture":"#0"},"down":{"uv":[7,4.25,6.25,4.75],"texture":"#0"}}},{"from":[7.5,21,3.5],"to":[8.5,23,8.5],"rotation":{"angle":-22.5,"axis":"x","origin":[8,22,8.5]},"faces":{"north":{"uv":[1.25,1.25,1.5,1.75],"texture":"#0"},"east":{"uv":[0,1.25,1.25,1.75],"texture":"#0"},"south":{"uv":[2.75,1.25,3,1.75],"texture":"#0"},"west":{"uv":[1.5,1.25,2.75,1.75],"texture":"#0"},"up":{"uv":[1.5,1.25,1.25,0],"texture":"#0"},"down":{"uv":[1.75,0,1.5,1.25],"texture":"#0"}}},{"from":[7.49,21.10643,4.43195],"to":[8.51,24.12643,5.45195],"rotation":{"angle":22.5,"axis":"x","origin":[8,23.43643,3.70358]},"faces":{"north":{"uv":[0.25,0.25,0.5,1],"texture":"#0"},"east":{"uv":[0,0.25,0.25,1],"texture":"#0"},"south":{"uv":[0.75,0.25,1,1],"texture":"#0"},"west":{"uv":[0.5,0.25,0.75,1],"texture":"#0"},"up":{"uv":[0.5,0.25,0.25,0],"texture":"#0"},"down":{"uv":[0.75,0,0.5,0.25],"texture":"#0"}}},{"from":[7.49,21.10643,10.54805],"to":[8.51,24.12643,11.56805],"rotation":{"angle":-22.5,"axis":"x","origin":[8,23.43643,12.29642]},"faces":{"north":{"uv":[1,0.25,0.75,1],"texture":"#0"},"east":{"uv":[0.25,0.25,0,1],"texture":"#0"},"south":{"uv":[0.5,0.25,0.25,1],"texture":"#0"},"west":{"uv":[0.75,0.25,0.5,1],"texture":"#0"},"up":{"uv":[0.5,0,0.25,0.25],"texture":"#0"},"down":{"uv":[0.75,0.25,0.5,0],"texture":"#0"}}},{"from":[7.5,21,7.5],"to":[8.5,23,12.5],"rotation":{"angle":22.5,"axis":"x","origin":[8,22,7.5]},"faces":{"north":{"uv":[3,1.25,2.75,1.75],"texture":"#0"},"east":{"uv":[1.25,1.25,0,1.75],"texture":"#0"},"south":{"uv":[1.5,1.25,1.25,1.75],"texture":"#0"},"west":{"uv":[2.75,1.25,1.5,1.75],"texture":"#0"},"up":{"uv":[1.5,0,1.25,1.25],"texture":"#0"},"down":{"uv":[1.75,1.25,1.5,0],"texture":"#0"}}},{"from":[7,-4,7],"to":[9,-1,9],"rotation":{"angle":0,"axis":"y","origin":[8,-5.5,8]},"faces":{"north":{"uv":[9.5,1.75,10,2.5],"texture":"#0"},"east":{"uv":[9.5,1.75,10,2.5],"texture":"#0"},"south":{"uv":[9.5,1.75,10,2.5],"texture":"#0"},"west":{"uv":[9.5,1.75,10,2.5],"texture":"#0"},"up":{"uv":[10,1.75,9.5,1.25],"texture":"#0"},"down":{"uv":[10,1.25,9.5,1.75],"texture":"#0"}}},{"from":[7,13,7],"to":[9,16,9],"rotation":{"angle":0,"axis":"y","origin":[8,11.5,8]},"faces":{"north":{"uv":[9.5,1.75,10,2.5],"texture":"#0"},"east":{"uv":[9.5,1.75,10,2.5],"texture":"#0"},"south":{"uv":[9.5,1.75,10,2.5],"texture":"#0"},"west":{"uv":[9.5,1.75,10,2.5],"texture":"#0"},"up":{"uv":[10,1.75,9.5,1.25],"texture":"#0"},"down":{"uv":[10,1.25,9.5,1.75],"texture":"#0"}}},{"from":[8,13.71328,5.66797],"to":[8,14.71328,7.66797],"rotation":{"angle":45,"axis":"x","origin":[8,14.21328,6.66797]},"faces":{"east":{"uv":[9.5,2.75,9.75,3.25],"rotation":90,"texture":"#0"},"west":{"uv":[9.5,2.75,9.75,3.25],"rotation":270,"texture":"#0"}}},{"from":[8,13.71328,8.33203],"to":[8,14.71328,10.33203],"rotation":{"angle":-45,"axis":"x","origin":[8,14.21328,9.33203]},"faces":{"east":{"uv":[9.5,3.25,9.75,2.75],"rotation":90,"texture":"#0"},"west":{"uv":[9.5,3.25,9.75,2.75],"rotation":270,"texture":"#0"}}},{"from":[8,-2.71328,8.33203],"to":[8,-1.71328,10.33203],"rotation":{"angle":45,"axis":"x","origin":[8,-2.21328,9.33203]},"faces":{"east":{"uv":[9.75,3.25,9.5,2.75],"rotation":90,"texture":"#0"},"west":{"uv":[9.75,3.25,9.5,2.75],"rotation":270,"texture":"#0"}}},{"from":[8,-2.71328,5.66797],"to":[8,-1.71328,7.66797],"rotation":{"angle":-45,"axis":"x","origin":[8,-2.21328,6.66797]},"faces":{"east":{"uv":[9.75,2.75,9.5,3.25],"rotation":90,"texture":"#0"},"west":{"uv":[9.75,2.75,9.5,3.25],"rotation":270,"texture":"#0"}}},{"from":[-0.10311,0.78067,8],"to":[1.89689,1.78067,8],"rotation":{"angle":45,"axis":"z","origin":[8,6.5,8]},"faces":{"north":{"uv":[9.75,3.25,9.5,2.75],"rotation":270,"texture":"#0"},"south":{"uv":[9.75,3.25,9.5,2.75],"rotation":90,"texture":"#0"}}},{"from":[14.10311,0.78067,8],"to":[16.10311,1.78067,8],"rotation":{"angle":-45,"axis":"z","origin":[8,6.5,8]},"faces":{"north":{"uv":[9.75,2.75,9.5,3.25],"rotation":270,"texture":"#0"},"south":{"uv":[9.75,2.75,9.5,3.25],"rotation":90,"texture":"#0"}}},{"from":[-0.10311,10.21933,8],"to":[1.89689,11.21933,8],"rotation":{"angle":-45,"axis":"z","origin":[8,5.5,8]},"faces":{"north":{"uv":[9.5,3.25,9.75,2.75],"rotation":270,"texture":"#0"},"south":{"uv":[9.5,3.25,9.75,2.75],"rotation":90,"texture":"#0"}}},{"from":[14.10311,10.21933,8],"to":[16.10311,11.21933,8],"rotation":{"angle":45,"axis":"z","origin":[8,5.5,8]},"faces":{"north":{"uv":[9.5,2.75,9.75,3.25],"rotation":270,"texture":"#0"},"south":{"uv":[9.5,2.75,9.75,3.25],"rotation":90,"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[5,0,5],"translation":[-1,0,2]},"thirdperson_lefthand":{"rotation":[5,0,5],"translation":[-1,0,2]},"firstperson_righthand":{"rotation":[-10,15,5],"translation":[8,-4,-4]},"firstperson_lefthand":{"rotation":[-10,15,5],"translation":[8,-4,-4]},"gui":{"rotation":[25,50,-40],"translation":[-1,-1,0],"scale":[0.53,0.53,0.53]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/disciple_spear.json b/assets/minecraft/models/item/wynn/skin/spear/disciple_spear.json new file mode 100644 index 000000000..3f00193d8 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/disciple_spear.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/disciple/disciple_spear"},"elements":[{"from":[7.5,0,7.25],"to":[8.5,16,8.75],"rotation":{"angle":0,"axis":"y","origin":[7.25,7,7.25]},"faces":{"north":{"uv":[0.5,0,0,8],"texture":"#0"},"east":{"uv":[1.25,0,0.5,8],"texture":"#0"},"south":{"uv":[4,2,4.5,10],"texture":"#0"},"west":{"uv":[0.5,0,1.25,8],"texture":"#0"}}},{"from":[7.75,16.9,6],"to":[8.25,23.9,7.5],"rotation":{"angle":0,"axis":"y","origin":[8,17.9,6]},"faces":{"north":{"uv":[2.25,2,2.5,5.5],"texture":"#0"},"east":{"uv":[2,2,1.25,5.5],"texture":"#0"},"south":{"uv":[1.25,5.5,1.5,9],"texture":"#0"},"west":{"uv":[1.25,2,2,5.5],"texture":"#0"},"up":{"uv":[2.5,4,2.75,4.75],"texture":"#0"},"down":{"uv":[0,0,0.35,1],"texture":"#0"}}},{"from":[7.25,14.25,8],"to":[8.75,18,11.75],"rotation":{"angle":-45,"axis":"x","origin":[7.25,14.25,8]},"faces":{"north":{"uv":[2.5,2,3.25,4],"texture":"#0"},"east":{"uv":[4,0,2,2],"texture":"#0"},"south":{"uv":[2,2,1.25,0],"texture":"#0"},"west":{"uv":[2,0,4,2],"texture":"#0"},"up":{"uv":[2,0,1.25,2],"texture":"#0"},"down":{"uv":[3.25,2,2.5,4],"texture":"#0"}}},{"from":[6.75,-0.85,9.65],"to":[9.25,0.15,10.65],"rotation":{"angle":45,"axis":"x","origin":[7.25,1.8,8]},"faces":{"north":{"uv":[4.75,3,5,2.5],"texture":"#0"},"east":{"uv":[5,2.5,4.5,2],"texture":"#0"},"south":{"uv":[5.25,2.5,5.5,2],"texture":"#0"},"west":{"uv":[4.5,2.5,5,2],"texture":"#0"},"up":{"uv":[4.5,3,4.75,2.5],"texture":"#0"},"down":{"uv":[5,2.5,5.25,2],"texture":"#0"}}},{"from":[8,16.9,4.5],"to":[8,28.9,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,17.9,6]},"faces":{"east":{"uv":[4,5.5,1.5,11.5],"texture":"#0"},"west":{"uv":[1.5,5.5,4,11.5],"texture":"#0"}}},{"from":[8,14.25,4.25],"to":[8,18,8],"rotation":{"angle":-45,"axis":"x","origin":[7.25,14.25,8]},"faces":{"east":{"uv":[6,0,4,2],"texture":"#0"},"west":{"uv":[4,0,6,2],"texture":"#0"}}},{"from":[8,14.25,11.75],"to":[8,18,15.5],"rotation":{"angle":-45,"axis":"x","origin":[7.25,14.25,8]},"faces":{"east":{"uv":[6,2,8,0],"texture":"#0"},"west":{"uv":[8,2,6,0],"texture":"#0"}}},{"from":[7.7,20.9,4.4],"to":[8.3,21.5,5],"rotation":{"angle":0,"axis":"y","origin":[7,21,4.5]},"faces":{"north":{"uv":[5,3.25,5.25,3.5],"texture":"#0"},"east":{"uv":[5.25,3,5,3.25],"texture":"#0"},"south":{"uv":[5.25,3.25,5.5,3.5],"texture":"#0"},"west":{"uv":[5,3,5.25,3.25],"texture":"#0"},"up":{"uv":[5.25,3,5.5,3.25],"texture":"#0"},"down":{"uv":[4.5,3.5,4.75,3.75],"texture":"#0"}}},{"from":[7.5,19.1,5.25],"to":[8.5,20.15,6.3],"rotation":{"angle":-22.5,"axis":"x","origin":[7.25,17.5,8]},"faces":{"north":{"uv":[5,2.5,5.5,3],"rotation":180,"texture":"#0"},"east":{"uv":[5,2,4.5,2.5],"rotation":90,"texture":"#0"},"south":{"uv":[4.5,2.5,4.75,3],"texture":"#0"},"west":{"uv":[4.5,2,5,2.5],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,3,5,3.5],"texture":"#0"},"down":{"uv":[4.75,2.5,5,3],"rotation":180,"texture":"#0"}}},{"from":[7.75,-7.9,8.5],"to":[8.25,-0.9,10],"rotation":{"angle":0,"axis":"y","origin":[8,-1.9,10]},"faces":{"north":{"uv":[1.5,9,1.25,5.5],"texture":"#0"},"east":{"uv":[1.25,5.5,2,2],"texture":"#0"},"south":{"uv":[2.5,5.5,2.25,2],"texture":"#0"},"west":{"uv":[2,5.5,1.25,2],"texture":"#0"},"up":{"uv":[0,0,0.35,1],"texture":"#0"},"down":{"uv":[2.5,4,2.75,4.75],"texture":"#0"}}},{"from":[7.25,-2,4.25],"to":[8.75,1.75,8],"rotation":{"angle":-45,"axis":"x","origin":[7.25,1.75,8]},"faces":{"north":{"uv":[1.25,0,2,2],"texture":"#0"},"east":{"uv":[2,2,4,0],"texture":"#0"},"south":{"uv":[3.25,4,2.5,2],"texture":"#0"},"west":{"uv":[4,2,2,0],"texture":"#0"},"up":{"uv":[3.25,2,2.5,4],"texture":"#0"},"down":{"uv":[2,0,1.25,2],"texture":"#0"}}},{"from":[6.75,15.85,5.35],"to":[9.25,16.85,6.35],"rotation":{"angle":45,"axis":"x","origin":[7.25,14.2,8]},"faces":{"north":{"uv":[5.5,2,5.25,2.5],"texture":"#0"},"east":{"uv":[4.5,2,5,2.5],"texture":"#0"},"south":{"uv":[5,2.5,4.75,3],"texture":"#0"},"west":{"uv":[5,2,4.5,2.5],"texture":"#0"},"up":{"uv":[5,2.5,5.25,2],"texture":"#0"},"down":{"uv":[4.5,3,4.75,2.5],"texture":"#0"}}},{"from":[8,-12.9,6.5],"to":[8,-0.9,11.5],"rotation":{"angle":0,"axis":"y","origin":[8,-1.9,10]},"faces":{"north":{"uv":[1.5,9,1.25,5.5],"texture":"#0"},"east":{"uv":[1.5,11.5,4,5.5],"texture":"#0"},"west":{"uv":[4,11.5,1.5,5.5],"texture":"#0"}}},{"from":[8,-2,8],"to":[8,1.75,11.75],"rotation":{"angle":-45,"axis":"x","origin":[7.25,1.75,8]},"faces":{"east":{"uv":[4,2,6,0],"texture":"#0"},"west":{"uv":[6,2,4,0],"texture":"#0"}}},{"from":[7.7,-5.5,11],"to":[8.3,-4.9,11.6],"rotation":{"angle":0,"axis":"y","origin":[7,-5,11.5]},"faces":{"north":{"uv":[5.5,3.5,5.25,3.25],"texture":"#0"},"east":{"uv":[5,3.25,5.25,3],"texture":"#0"},"south":{"uv":[5.25,3.5,5,3.25],"texture":"#0"},"west":{"uv":[5.25,3.25,5,3],"texture":"#0"},"up":{"uv":[4.5,3.5,4.75,3.75],"texture":"#0"},"down":{"uv":[5.25,3,5.5,3.25],"texture":"#0"}}},{"from":[7.5,-4.15,9.7],"to":[8.5,-3.1,10.75],"rotation":{"angle":-22.5,"axis":"x","origin":[7.25,-1.5,8]},"faces":{"north":{"uv":[4.75,3,4.5,2.5],"texture":"#0"},"east":{"uv":[4.5,2.5,5,2],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,3,5,2.5],"rotation":180,"texture":"#0"},"west":{"uv":[5,2.5,4.5,2],"rotation":270,"texture":"#0"},"up":{"uv":[4.75,2.5,5,3],"rotation":180,"texture":"#0"},"down":{"uv":[4.5,3,5,3.5],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[5,0,5],"translation":[-1,-1,2],"scale":[1.35,1.35,1.35]},"thirdperson_lefthand":{"rotation":[5,0,5],"translation":[-1,-1,2],"scale":[1.35,1.35,1.35]},"firstperson_righthand":{"rotation":[-15,0,-5],"translation":[5,-1,0]},"firstperson_lefthand":{"rotation":[-15,0,-5],"translation":[5,-1,0]},"gui":{"rotation":[10,60,-40],"translation":[-0.5,0,0],"scale":[0.65,0.65,0.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/driftwood_spear.json b/assets/minecraft/models/item/wynn/skin/spear/driftwood_spear.json new file mode 100644 index 000000000..d5516b6da --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/driftwood_spear.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/driftwood_1","1":"skins/driftwood_2","particle":"skins/driftwood_2"},"elements":[{"from":[6.5,15.4,6.5],"to":[9.5,19,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,14.97143,8]},"faces":{"north":{"uv":[4,0,8,4.5],"texture":"#1"},"east":{"uv":[0,0,4,4.5],"texture":"#1"},"south":{"uv":[4,0,8,4.5],"texture":"#1"},"west":{"uv":[0,0,4,4.5],"texture":"#1"},"up":{"uv":[4,0,8,4],"texture":"#1"},"down":{"uv":[4,0.5,8,4.5],"texture":"#1"}}},{"from":[6.5,7.75,6.5],"to":[9.5,10.75,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,7.32143,8]},"faces":{"north":{"uv":[4.5,0,9,4.5],"texture":"#0"},"east":{"uv":[0,0,4.5,4.5],"texture":"#0"},"south":{"uv":[4.5,0,9,4.5],"texture":"#0"},"west":{"uv":[0,0,4.5,4.5],"texture":"#0"},"up":{"uv":[4.5,0,9,4.5],"texture":"#0"},"down":{"uv":[4.5,0,9,4.5],"texture":"#0"}}},{"from":[6.5,-6.5,6.5],"to":[9.5,-3.5,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,-6.92857,8]},"faces":{"north":{"uv":[9.5,0,12.5,3],"texture":"#1"},"east":{"uv":[10.5,1,13.5,4],"texture":"#1"},"south":{"uv":[13,1.5,16,4.5],"texture":"#1"},"west":{"uv":[8.5,0,11.5,3],"texture":"#1"},"up":{"uv":[8,0,11,3],"texture":"#1"},"down":{"uv":[10.5,1,13.5,4],"texture":"#1"}}},{"from":[6.25,-6,7],"to":[9.75,-4,9],"rotation":{"angle":0,"axis":"y","origin":[8,-6.92857,8]},"faces":{"north":{"uv":[1,5.5,3,7.5],"texture":"#1"},"east":{"uv":[1,5.5,3,7.5],"texture":"#1"},"south":{"uv":[1,5.5,3,7.5],"texture":"#1"},"west":{"uv":[1,5.5,3,7.5],"texture":"#1"},"up":{"uv":[1,5.5,3,7.5],"texture":"#1"},"down":{"uv":[1,5.5,3,7.5],"texture":"#1"}}},{"from":[6,-5.5,7.5],"to":[10,-4.5,8.5],"rotation":{"angle":0,"axis":"y","origin":[7.75,-6.42857,8.5]},"faces":{"north":{"uv":[11.5,0.5,12,1.5],"texture":"#0"},"east":{"uv":[11.5,0,12.5,1],"rotation":270,"texture":"#0"},"south":{"uv":[12,0,12.5,1],"texture":"#0"},"west":{"uv":[11.5,0,12.5,1],"texture":"#0"},"up":{"uv":[12,0,12.5,1],"rotation":180,"texture":"#0"},"down":{"uv":[11.5,0,12,1],"texture":"#0"}}},{"from":[7.5,-5.5,6],"to":[8.5,-4.5,10],"rotation":{"angle":0,"axis":"y","origin":[8,-5,8]},"faces":{"north":{"uv":[11.5,0,12.5,1],"rotation":270,"texture":"#0"},"east":{"uv":[12,0,12.5,1],"texture":"#0"},"south":{"uv":[11.5,0,12.5,1],"texture":"#0"},"west":{"uv":[11.5,0.5,12,1.5],"texture":"#0"},"up":{"uv":[12,0,12.5,1],"rotation":90,"texture":"#0"},"down":{"uv":[11.5,0,12,1],"rotation":90,"texture":"#0"}}},{"from":[7,-6,6.25],"to":[9,-4,9.75],"rotation":{"angle":0,"axis":"y","origin":[8,-5,8]},"faces":{"north":{"uv":[1,5.5,3,7.5],"rotation":270,"texture":"#1"},"east":{"uv":[1,5.5,3,7.5],"texture":"#1"},"south":{"uv":[1,5.5,3,7.5],"rotation":90,"texture":"#1"},"west":{"uv":[1,5.5,3,7.5],"rotation":180,"texture":"#1"},"up":{"uv":[1,5.5,3,7.5],"rotation":90,"texture":"#1"},"down":{"uv":[1,5.5,3,7.5],"rotation":90,"texture":"#1"}}},{"from":[8.5,6.75,7.15],"to":[9.5,7.75,8.85],"rotation":{"angle":0,"axis":"y","origin":[8,4.32143,8.5]},"faces":{"north":{"uv":[1.5,4.5,3,6],"texture":"#0"},"east":{"uv":[1,4.5,3.5,6],"texture":"#0"},"south":{"uv":[1.5,4.5,3,6],"texture":"#0"},"west":{"uv":[1,4.5,3.5,6],"texture":"#0"},"up":{"uv":[0,0,1.7,1],"rotation":270,"texture":"#0"},"down":{"uv":[1,4.5,3.5,6],"rotation":270,"texture":"#0"}}},{"from":[6.5,6.75,7.15],"to":[7.5,7.75,8.85],"rotation":{"angle":0,"axis":"y","origin":[8,4.32143,8.5]},"faces":{"north":{"uv":[3,4.5,1.5,6],"texture":"#0"},"east":{"uv":[3.5,4.5,1,6],"texture":"#0"},"south":{"uv":[3,4.5,1.5,6],"texture":"#0"},"west":{"uv":[3.5,4.5,1,6],"texture":"#0"},"up":{"uv":[0,1,1.7,0],"rotation":270,"texture":"#0"},"down":{"uv":[1,6,3.5,4.5],"rotation":270,"texture":"#0"}}},{"from":[6,15,7.625],"to":[10,16.6,8.375],"rotation":{"angle":0,"axis":"y","origin":[8.1,15.17143,8]},"faces":{"north":{"uv":[5.5,1,6.5,3],"texture":"#1"},"east":{"uv":[5.5,1,6.5,3],"texture":"#1"},"south":{"uv":[5.5,1,6.5,3],"texture":"#1"},"west":{"uv":[5.5,1,6.5,3],"texture":"#1"},"up":{"uv":[5.5,1,6.5,3],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,1,6.5,3],"rotation":90,"texture":"#1"}}},{"from":[6.45,13.65,9.125],"to":[7.5,14.7,10.175],"rotation":{"angle":22.5,"axis":"z","origin":[6.975,14.175,9.65]},"faces":{"north":{"uv":[5.5,6.5,7,8],"texture":"#1"},"east":{"uv":[5.5,6.5,7,8],"texture":"#1"},"south":{"uv":[5.5,6.5,7,8],"texture":"#1"},"west":{"uv":[5.5,5,7,6.5],"texture":"#1"},"up":{"uv":[5.5,6.5,7,8],"texture":"#1"},"down":{"uv":[5.5,6.5,7,8],"texture":"#1"}}},{"from":[8.5,5.2,8.575],"to":[9.25,5.95,9.325],"rotation":{"angle":22.5,"axis":"y","origin":[8.875,5.575,8.95]},"faces":{"north":{"uv":[5.5,6.5,7,8],"texture":"#1"},"east":{"uv":[5.5,6.5,7,8],"texture":"#1"},"south":{"uv":[5.5,5,7,6.5],"texture":"#1"},"west":{"uv":[5.5,6.5,7,8],"texture":"#1"},"up":{"uv":[5.5,6.5,7,8],"rotation":270,"texture":"#1"},"down":{"uv":[5.5,6.5,7,8],"rotation":90,"texture":"#1"}}},{"from":[8.3,20.9,6.575],"to":[9.05,21.65,7.325],"rotation":{"angle":22.5,"axis":"y","origin":[8.675,21.275,6.95]},"faces":{"north":{"uv":[5.5,6.5,7,8],"texture":"#1"},"east":{"uv":[5.5,5,7,6.5],"texture":"#1"},"south":{"uv":[5.5,6.5,7,8],"texture":"#1"},"west":{"uv":[5.5,6.5,7,8],"texture":"#1"},"up":{"uv":[5.5,6.5,7,8],"rotation":180,"texture":"#1"},"down":{"uv":[5.5,6.5,7,8],"rotation":180,"texture":"#1"}}},{"from":[6.48519,-2.9,6.69784],"to":[7.23519,-2.15,7.44784],"rotation":{"angle":-22.5,"axis":"y","origin":[6.975,-2.525,7.35]},"faces":{"north":{"uv":[5.5,6.5,7,8],"rotation":180,"texture":"#1"},"east":{"uv":[5.5,6.5,7,8],"rotation":270,"texture":"#1"},"south":{"uv":[5.5,6.5,7,8],"texture":"#1"},"west":{"uv":[5.5,5,7,6.5],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,6.5,7,8],"rotation":180,"texture":"#1"},"down":{"uv":[5.5,6.5,7,8],"texture":"#1"}}},{"from":[8.65,14.35,8.475],"to":[9.4,15.1,9.225],"rotation":{"angle":22.5,"axis":"z","origin":[9.025,14.725,8.85]},"faces":{"north":{"uv":[7,8,5.5,6.5],"texture":"#1"},"east":{"uv":[7,6.5,5.5,5],"texture":"#1"},"south":{"uv":[7,8,5.5,6.5],"texture":"#1"},"west":{"uv":[7,8,5.5,6.5],"texture":"#1"},"up":{"uv":[7,8,5.5,6.5],"texture":"#1"},"down":{"uv":[7,8,5.5,6.5],"texture":"#1"}}},{"from":[7.08519,23.7,8.45216],"to":[7.83519,24.45,9.20216],"rotation":{"angle":22.5,"axis":"y","origin":[7.575,24.075,8.55]},"faces":{"north":{"uv":[5.5,6.5,7,8],"rotation":180,"texture":"#1"},"east":{"uv":[5.5,6.5,7,8],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,6.5,7,8],"texture":"#1"},"west":{"uv":[5.5,5,7,6.5],"rotation":270,"texture":"#1"},"up":{"uv":[5.5,6.5,7,8],"texture":"#1"},"down":{"uv":[5.5,6.5,7,8],"rotation":180,"texture":"#1"}}},{"from":[5.98519,17.8,6.49784],"to":[6.73519,18.55,7.24784],"rotation":{"angle":-22.5,"axis":"y","origin":[6.475,18.175,7.15]},"faces":{"north":{"uv":[7,6.5,5.5,8],"texture":"#1"},"east":{"uv":[5.5,8,7,6.5],"rotation":90,"texture":"#1"},"south":{"uv":[7,6.5,5.5,8],"rotation":180,"texture":"#1"},"west":{"uv":[5.5,6.5,7,5],"rotation":270,"texture":"#1"},"up":{"uv":[5.5,8,7,6.5],"texture":"#1"},"down":{"uv":[5.5,8,7,6.5],"rotation":180,"texture":"#1"}}},{"from":[6.6,14.6,9.775],"to":[7.35,15.35,10.525],"rotation":{"angle":22.5,"axis":"y","origin":[6.975,14.975,10.15]},"faces":{"north":{"uv":[5.5,6.5,7,8],"texture":"#1"},"east":{"uv":[5.5,6.5,7,8],"texture":"#1"},"south":{"uv":[5.5,6.5,7,8],"texture":"#1"},"west":{"uv":[5.5,5,7,6.5],"texture":"#1"},"up":{"uv":[5.5,6.5,7,8],"texture":"#1"},"down":{"uv":[5.5,6.5,7,8],"texture":"#1"}}},{"from":[6.50866,-3.26194,7.275],"to":[7.05866,-2.71194,7.825],"rotation":{"angle":22.5,"axis":"z","origin":[6.975,-2.525,7.35]},"faces":{"north":{"uv":[5.5,6.5,7,8],"rotation":180,"texture":"#1"},"east":{"uv":[5.5,6.5,7,8],"rotation":270,"texture":"#1"},"south":{"uv":[5.5,6.5,7,8],"texture":"#1"},"west":{"uv":[5.5,5,7,6.5],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,6.5,7,8],"rotation":180,"texture":"#1"},"down":{"uv":[5.5,6.5,7,8],"texture":"#1"}}},{"from":[8.75,13.95,9.075],"to":[9.3,14.5,9.625],"rotation":{"angle":-22.5,"axis":"y","origin":[9.025,14.225,9.35]},"faces":{"north":{"uv":[7,8,5.5,6.5],"texture":"#1"},"east":{"uv":[7,6.5,5.5,5],"texture":"#1"},"south":{"uv":[7,8,5.5,6.5],"texture":"#1"},"west":{"uv":[7,8,5.5,6.5],"texture":"#1"},"up":{"uv":[7,8,5.5,6.5],"texture":"#1"},"down":{"uv":[7,8,5.5,6.5],"texture":"#1"}}},{"from":[8.35,20.65,7.275],"to":[8.9,21.2,7.825],"rotation":{"angle":-22.5,"axis":"y","origin":[8.625,20.925,7.55]},"faces":{"north":{"uv":[7,8,5.5,6.5],"texture":"#1"},"east":{"uv":[7,6.5,5.5,5],"texture":"#1"},"south":{"uv":[7,8,5.5,6.5],"texture":"#1"},"west":{"uv":[7,8,5.5,6.5],"texture":"#1"},"up":{"uv":[7,8,5.5,6.5],"texture":"#1"},"down":{"uv":[7,8,5.5,6.5],"texture":"#1"}}},{"from":[7.10866,24.26194,8.075],"to":[7.65866,24.81194,8.625],"rotation":{"angle":-22.5,"axis":"z","origin":[7.575,24.075,8.55]},"faces":{"north":{"uv":[5.5,6.5,7,8],"rotation":180,"texture":"#1"},"east":{"uv":[5.5,6.5,7,8],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,6.5,7,8],"texture":"#1"},"west":{"uv":[5.5,5,7,6.5],"rotation":270,"texture":"#1"},"up":{"uv":[5.5,6.5,7,8],"texture":"#1"},"down":{"uv":[5.5,6.5,7,8],"rotation":180,"texture":"#1"}}},{"from":[6.00866,18.36194,7.075],"to":[6.55866,18.91194,7.625],"rotation":{"angle":-22.5,"axis":"z","origin":[6.475,18.175,7.15]},"faces":{"north":{"uv":[7,6.5,5.5,8],"texture":"#1"},"east":{"uv":[5.5,8,7,6.5],"rotation":90,"texture":"#1"},"south":{"uv":[7,6.5,5.5,8],"rotation":180,"texture":"#1"},"west":{"uv":[5.5,6.5,7,5],"rotation":270,"texture":"#1"},"up":{"uv":[5.5,8,7,6.5],"texture":"#1"},"down":{"uv":[5.5,8,7,6.5],"rotation":180,"texture":"#1"}}},{"from":[9.44134,9.98806,7.075],"to":[9.99134,10.53806,7.625],"rotation":{"angle":-22.5,"axis":"z","origin":[9.525,10.725,7.15]},"faces":{"north":{"uv":[5.5,8,7,6.5],"texture":"#1"},"east":{"uv":[7,5,5.5,6.5],"rotation":270,"texture":"#1"},"south":{"uv":[5.5,8,7,6.5],"rotation":180,"texture":"#1"},"west":{"uv":[7,6.5,5.5,8],"rotation":90,"texture":"#1"},"up":{"uv":[7,6.5,5.5,8],"rotation":180,"texture":"#1"},"down":{"uv":[7,6.5,5.5,8],"texture":"#1"}}},{"from":[6.61,14.51,8.785],"to":[7.34,15.24,9.515],"rotation":{"angle":22.5,"axis":"x","origin":[6.975,14.875,9.15]},"faces":{"north":{"uv":[6,7,6.5,7.5],"rotation":270,"texture":"#1"},"east":{"uv":[6,7,6.5,7.5],"rotation":270,"texture":"#1"},"south":{"uv":[6,7,6.5,7.5],"rotation":270,"texture":"#1"},"west":{"uv":[6,7,6.5,7.5],"rotation":270,"texture":"#1"},"up":{"uv":[6,7,6.5,7.5],"rotation":270,"texture":"#1"},"down":{"uv":[6,7,6.5,7.5],"rotation":270,"texture":"#1"}}},{"from":[6.8,-2.19979,7.07605],"to":[7.15,-1.84979,7.42605],"rotation":{"angle":22.5,"axis":"x","origin":[6.975,-2.525,7.35]},"faces":{"north":{"uv":[6,7,6.5,7.5],"rotation":90,"texture":"#1"},"east":{"uv":[6,7,6.5,7.5],"rotation":180,"texture":"#1"},"south":{"uv":[6,7,6.5,7.5],"rotation":270,"texture":"#1"},"west":{"uv":[6,7,6.5,7.5],"texture":"#1"},"up":{"uv":[6,7,6.5,7.5],"rotation":90,"texture":"#1"},"down":{"uv":[6,7,6.5,7.5],"rotation":270,"texture":"#1"}}},{"from":[8.85,14.15,8.175],"to":[9.2,14.5,8.525],"rotation":{"angle":-22.5,"axis":"x","origin":[9.025,14.325,8.35]},"faces":{"north":{"uv":[6.5,7.5,6,7],"rotation":270,"texture":"#1"},"east":{"uv":[6.5,7.5,6,7],"rotation":270,"texture":"#1"},"south":{"uv":[6.5,7.5,6,7],"rotation":270,"texture":"#1"},"west":{"uv":[6.5,7.5,6,7],"rotation":270,"texture":"#1"},"up":{"uv":[6.5,7.5,6,7],"rotation":270,"texture":"#1"},"down":{"uv":[6.5,7.5,6,7],"rotation":270,"texture":"#1"}}},{"from":[7.4,23.39979,8.47395],"to":[7.75,23.74979,8.82395],"rotation":{"angle":22.5,"axis":"x","origin":[7.575,24.075,8.55]},"faces":{"north":{"uv":[6,7,6.5,7.5],"rotation":90,"texture":"#1"},"east":{"uv":[6,7,6.5,7.5],"texture":"#1"},"south":{"uv":[6,7,6.5,7.5],"rotation":270,"texture":"#1"},"west":{"uv":[6,7,6.5,7.5],"rotation":180,"texture":"#1"},"up":{"uv":[6,7,6.5,7.5],"rotation":270,"texture":"#1"},"down":{"uv":[6,7,6.5,7.5],"rotation":90,"texture":"#1"}}},{"from":[6.3,17.49979,6.87605],"to":[6.65,17.84979,7.22605],"rotation":{"angle":-22.5,"axis":"x","origin":[6.475,18.175,7.15]},"faces":{"north":{"uv":[6,7.5,6.5,7],"rotation":270,"texture":"#1"},"east":{"uv":[6.5,7,6,7.5],"texture":"#1"},"south":{"uv":[6,7.5,6.5,7],"rotation":90,"texture":"#1"},"west":{"uv":[6.5,7,6,7.5],"rotation":180,"texture":"#1"},"up":{"uv":[6.5,7,6,7.5],"rotation":270,"texture":"#1"},"down":{"uv":[6.5,7,6,7.5],"rotation":90,"texture":"#1"}}},{"from":[9.35,10.45021,6.87605],"to":[9.7,10.80021,7.22605],"rotation":{"angle":22.5,"axis":"x","origin":[9.525,10.125,7.15]},"faces":{"north":{"uv":[6.5,7,6,7.5],"rotation":270,"texture":"#1"},"east":{"uv":[6,7.5,6.5,7],"rotation":180,"texture":"#1"},"south":{"uv":[6.5,7,6,7.5],"rotation":90,"texture":"#1"},"west":{"uv":[6,7.5,6.5,7],"texture":"#1"},"up":{"uv":[6,7.5,6.5,7],"rotation":90,"texture":"#1"},"down":{"uv":[6,7.5,6.5,7],"rotation":270,"texture":"#1"}}},{"from":[9.35,10.25,7.575],"to":[9.7,10.6,7.925],"rotation":{"angle":-22.5,"axis":"x","origin":[9.525,10.425,7.75]},"faces":{"north":{"uv":[5.5,8,6,7.5],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,8,6,7.5],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,8,6,7.5],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,8,6,7.5],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,8,6,7.5],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,8,6,7.5],"rotation":90,"texture":"#1"}}},{"from":[7.75,22.95,7],"to":[8.25,25.95,9],"rotation":{"angle":0,"axis":"y","origin":[8,17.52143,8]},"faces":{"north":{"uv":[3.5,13,6.5,13.5],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,11.5,6.5,13.5],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,11.5,6.5,12],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,11,6.5,13],"rotation":270,"texture":"#0"},"up":{"uv":[0,0,2,0.5],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,2,0.5],"rotation":90,"texture":"#0"}}},{"from":[7.755,30.33157,6.96326],"to":[8.245,31.63157,8.26326],"rotation":{"angle":45,"axis":"x","origin":[8,30.57657,7.95826]},"faces":{"north":{"uv":[12.5,11,14,11.5],"rotation":270,"texture":"#0"},"east":{"uv":[12.5,11,14,12.5],"texture":"#0"},"south":{"uv":[12.5,11,14,12.5],"rotation":270,"texture":"#0"},"west":{"uv":[12.5,11,14,12.5],"rotation":270,"texture":"#0"},"up":{"uv":[12.5,11,14,11.5],"rotation":270,"texture":"#0"},"down":{"uv":[12.5,11,14,12.5],"rotation":270,"texture":"#0"}}},{"from":[7.5,27.3,6.75],"to":[8.5,29.3,8.75],"rotation":{"angle":-45,"axis":"x","origin":[7.75,28.55,8]},"faces":{"north":{"uv":[11,0,11.5,1.5],"texture":"#0"},"east":{"uv":[11,0,12.5,1.5],"rotation":270,"texture":"#0"},"south":{"uv":[12,0,12.5,1.5],"texture":"#0"},"west":{"uv":[11,0,12.5,1.5],"texture":"#0"},"up":{"uv":[12,0,12.5,1.5],"rotation":180,"texture":"#0"},"down":{"uv":[11,0,11.5,1.5],"texture":"#0"}}},{"from":[7.55,25.9,6.8],"to":[8.45,26.8,7.7],"rotation":{"angle":-45,"axis":"x","origin":[7.75,27.1,8]},"faces":{"north":{"uv":[11,0,11.5,1],"texture":"#0"},"east":{"uv":[11,0,12,1],"rotation":270,"texture":"#0"},"south":{"uv":[11.5,0,12,1],"texture":"#0"},"west":{"uv":[11,0,12,1],"texture":"#0"},"up":{"uv":[11.5,0,12,1],"rotation":180,"texture":"#0"},"down":{"uv":[11,0,11.5,1],"texture":"#0"}}},{"from":[7.55,23,1.8],"to":[8.45,23.9,2.7],"rotation":{"angle":-45,"axis":"x","origin":[7.75,24.2,3]},"faces":{"north":{"uv":[11,1,11.5,0],"rotation":180,"texture":"#0"},"east":{"uv":[11.5,1,12.5,0],"rotation":180,"texture":"#0"},"south":{"uv":[12,1,12.5,0],"rotation":180,"texture":"#0"},"west":{"uv":[11.5,1,12.5,0],"rotation":270,"texture":"#0"},"up":{"uv":[12,1,12.5,0],"texture":"#0"},"down":{"uv":[11.5,1,12,0],"rotation":180,"texture":"#0"}}},{"from":[7.55,30.2,6.8],"to":[8.45,31.1,7.7],"rotation":{"angle":-45,"axis":"x","origin":[7.75,31.4,8]},"faces":{"north":{"uv":[11,1,11.5,0],"rotation":180,"texture":"#0"},"east":{"uv":[11.5,1,12.5,0],"rotation":180,"texture":"#0"},"south":{"uv":[12,1,12.5,0],"rotation":180,"texture":"#0"},"west":{"uv":[11.5,1,12.5,0],"rotation":270,"texture":"#0"},"up":{"uv":[12,1,12.5,0],"texture":"#0"},"down":{"uv":[11.5,1,12,0],"rotation":180,"texture":"#0"}}},{"from":[7.55,23,13.3],"to":[8.45,23.9,14.2],"rotation":{"angle":45,"axis":"x","origin":[7.75,24.2,13]},"faces":{"north":{"uv":[12.5,1,12,0],"rotation":180,"texture":"#0"},"east":{"uv":[12.5,1,11.5,0],"rotation":180,"texture":"#0"},"south":{"uv":[11.5,1,11,0],"rotation":180,"texture":"#0"},"west":{"uv":[11.5,0,12.5,1],"rotation":270,"texture":"#0"},"up":{"uv":[12,0,12.5,1],"texture":"#0"},"down":{"uv":[11.5,0,12,1],"rotation":180,"texture":"#0"}}},{"from":[7.55,24.28934,3.25],"to":[8.45,25.18934,4.15],"rotation":{"angle":22.5,"axis":"x","origin":[8,24.73934,3.7]},"faces":{"north":{"uv":[12,1,12.5,0],"rotation":180,"texture":"#0"},"east":{"uv":[11.5,1,12.5,0],"rotation":270,"texture":"#0"},"south":{"uv":[11.5,1,12,0],"rotation":180,"texture":"#0"},"west":{"uv":[11.5,1,12.5,0],"rotation":180,"texture":"#0"},"up":{"uv":[12,1,12.5,0],"rotation":180,"texture":"#0"},"down":{"uv":[11,1,11.5,0],"texture":"#0"}}},{"from":[7.55,24.28934,11.85],"to":[8.45,25.18934,12.75],"rotation":{"angle":-22.5,"axis":"x","origin":[8,24.73934,12.3]},"faces":{"north":{"uv":[12,1,11.5,0],"rotation":180,"texture":"#0"},"east":{"uv":[11.5,0,12.5,1],"rotation":270,"texture":"#0"},"south":{"uv":[12.5,1,12,0],"rotation":180,"texture":"#0"},"west":{"uv":[12.5,1,11.5,0],"rotation":180,"texture":"#0"},"up":{"uv":[12,0,12.5,1],"rotation":180,"texture":"#0"},"down":{"uv":[11,0,11.5,1],"texture":"#0"}}},{"from":[7.753,25.60942,7.98031],"to":[8.247,28.60342,9.72431],"rotation":{"angle":22.5,"axis":"x","origin":[8,27.60642,9.22731]},"faces":{"north":{"uv":[6,11.5,9,13.5],"rotation":270,"texture":"#0"},"east":{"uv":[6,13,9,11],"rotation":270,"texture":"#0"},"south":{"uv":[6,12.5,9,13],"rotation":270,"texture":"#0"},"west":{"uv":[6,11,9,13],"rotation":270,"texture":"#0"},"up":{"uv":[6,11.5,9,13.5],"rotation":270,"texture":"#0"},"down":{"uv":[6,11.5,9,13.5],"rotation":270,"texture":"#0"}}},{"from":[7.751,20.84903,6.54389],"to":[8.249,22.84703,7.54189],"rotation":{"angle":22.5,"axis":"x","origin":[8,21.74448,8]},"faces":{"north":{"uv":[2,12,4,12.5],"rotation":270,"texture":"#0"},"east":{"uv":[2,11.5,4,12.5],"rotation":270,"texture":"#0"},"south":{"uv":[2,11.5,4,12],"rotation":270,"texture":"#0"},"west":{"uv":[2,12.5,4,11.5],"rotation":270,"texture":"#0"},"up":{"uv":[2,11.5,4,12.5],"rotation":270,"texture":"#0"},"down":{"uv":[2,11.5,4,12.5],"rotation":270,"texture":"#0"}}},{"from":[7.751,20.84903,8.45811],"to":[8.249,22.84703,9.45611],"rotation":{"angle":-22.5,"axis":"x","origin":[8,21.74448,8]},"faces":{"north":{"uv":[2,12,4,11.5],"rotation":270,"texture":"#0"},"east":{"uv":[2,12.5,4,11.5],"rotation":270,"texture":"#0"},"south":{"uv":[2,12.5,4,12],"rotation":270,"texture":"#0"},"west":{"uv":[2,11.5,4,12.5],"rotation":270,"texture":"#0"},"up":{"uv":[4,11.5,2,12.5],"rotation":270,"texture":"#0"},"down":{"uv":[4,11.5,2,12.5],"rotation":270,"texture":"#0"}}},{"from":[7.753,27.6389,6.54589],"to":[8.247,30.6329,8.58989],"rotation":{"angle":22.5,"axis":"x","origin":[8,29.53235,8]},"faces":{"north":{"uv":[10,11,13,11.5],"rotation":270,"texture":"#0"},"east":{"uv":[10,11,13,13],"rotation":270,"texture":"#0"},"south":{"uv":[10,11,13,13],"rotation":270,"texture":"#0"},"west":{"uv":[10,11,13,13],"rotation":270,"texture":"#0"},"up":{"uv":[10,11,13,13],"rotation":270,"texture":"#0"},"down":{"uv":[10,11,13,13],"rotation":270,"texture":"#0"}}},{"from":[7.7515,25.60792,6.27419],"to":[8.2485,28.60492,8.27119],"rotation":{"angle":-22.5,"axis":"x","origin":[8,27.60642,6.77269]},"faces":{"north":{"uv":[6,12.5,9,13],"rotation":270,"texture":"#0"},"east":{"uv":[6,11,9,13],"rotation":270,"texture":"#0"},"south":{"uv":[6,11,9,13],"rotation":270,"texture":"#0"},"west":{"uv":[6,13,9,11],"rotation":270,"texture":"#0"},"up":{"uv":[6,11,9,13],"rotation":270,"texture":"#0"},"down":{"uv":[6,11,9,13],"rotation":270,"texture":"#0"}}},{"from":[7.76,18.72836,4.05672],"to":[8.24,24.20836,5.03672],"rotation":{"angle":-22.5,"axis":"x","origin":[8,20.21836,4.54672]},"faces":{"north":{"uv":[0,12.5,5.5,12],"rotation":270,"texture":"#0"},"east":{"uv":[0,11.5,5.5,12.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,12,5.5,11.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,12.5,5.5,11.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,12.5,5.5,11.5],"rotation":270,"texture":"#0"},"down":{"uv":[0,12.5,5.5,11.5],"rotation":270,"texture":"#0"}}},{"from":[7.76,18.72836,10.96328],"to":[8.24,24.20836,11.94328],"rotation":{"angle":22.5,"axis":"x","origin":[8,20.21836,11.45328]},"faces":{"north":{"uv":[0,11.5,5.5,12],"rotation":270,"texture":"#0"},"east":{"uv":[0,12.5,5.5,11.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,12,5.5,12.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,11.5,5.5,12.5],"rotation":270,"texture":"#0"},"up":{"uv":[5.5,12.5,0,11.5],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,12.5,0,11.5],"rotation":270,"texture":"#0"}}},{"from":[7.76,17.85918,3.75059],"to":[8.24,20.33918,4.73059],"rotation":{"angle":-22.5,"axis":"x","origin":[8,16.84918,4.24059]},"faces":{"north":{"uv":[0,11.5,2.5,12],"rotation":270,"texture":"#0"},"east":{"uv":[0,12.5,2.5,11.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,11,2.5,11.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,11.5,2.5,12.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,11.5,2.5,12.5],"rotation":270,"texture":"#0"},"down":{"uv":[0,11.5,2.5,12.5],"rotation":270,"texture":"#0"}}},{"from":[7.76,17.85918,11.26941],"to":[8.24,20.33918,12.24941],"rotation":{"angle":22.5,"axis":"x","origin":[8,16.84918,11.75941]},"faces":{"north":{"uv":[0,11.5,2.5,11],"rotation":270,"texture":"#0"},"east":{"uv":[0,11.5,2.5,12.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,12,2.5,11.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,12.5,2.5,11.5],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,11.5,0,12.5],"rotation":270,"texture":"#0"},"down":{"uv":[2.5,11.5,0,12.5],"rotation":270,"texture":"#0"}}},{"from":[7.77,19.88059,2.46539],"to":[8.23,22.34059,3.42539],"rotation":{"angle":0,"axis":"x","origin":[8.5,18.86059,2.94539]},"faces":{"north":{"uv":[2,12.5,4.5,13],"rotation":270,"texture":"#0"},"east":{"uv":[2,12,4.5,13],"rotation":270,"texture":"#0"},"south":{"uv":[2,12,4.5,12.5],"rotation":270,"texture":"#0"},"west":{"uv":[2,13,4.5,12],"rotation":270,"texture":"#0"},"up":{"uv":[2,11.5,4.5,12.5],"rotation":270,"texture":"#0"},"down":{"uv":[2,11.5,4.5,12.5],"rotation":270,"texture":"#0"}}},{"from":[7.77,19.88059,12.57461],"to":[8.23,22.34059,13.53461],"rotation":{"angle":0,"axis":"x","origin":[8.5,18.86059,13.05461]},"faces":{"north":{"uv":[2,12.5,4.5,12],"rotation":270,"texture":"#0"},"east":{"uv":[2,13,4.5,12],"rotation":270,"texture":"#0"},"south":{"uv":[2,13,4.5,12.5],"rotation":270,"texture":"#0"},"west":{"uv":[2,12,4.5,13],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,11.5,2,12.5],"rotation":270,"texture":"#0"},"down":{"uv":[4.5,11.5,2,12.5],"rotation":270,"texture":"#0"}}},{"from":[7.753,21.36724,2.56906],"to":[8.247,26.81124,3.56306],"rotation":{"angle":22.5,"axis":"x","origin":[8,24.31424,3.06606]},"faces":{"north":{"uv":[4,12,9.45,11.5],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,12.5,8.95,11.5],"rotation":270,"texture":"#0"},"south":{"uv":[4,12.5,9.45,11.5],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,11.5,8.95,12.5],"rotation":270,"texture":"#0"},"up":{"uv":[9.5,12,10.5,11.5],"rotation":270,"texture":"#0"},"down":{"uv":[4,12.5,9.45,11.5],"rotation":270,"texture":"#0"}}},{"from":[7.753,21.36724,12.43694],"to":[8.247,26.81124,13.43094],"rotation":{"angle":-22.5,"axis":"x","origin":[8,24.31424,12.93394]},"faces":{"north":{"uv":[4,11.5,9.45,12.5],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,11.5,8.95,12.5],"rotation":270,"texture":"#0"},"south":{"uv":[4,11.5,9.45,12],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,12.5,8.95,11.5],"rotation":270,"texture":"#0"},"up":{"uv":[10.5,12,9.5,11.5],"rotation":270,"texture":"#0"},"down":{"uv":[9.45,12.5,4,11.5],"rotation":270,"texture":"#0"}}},{"from":[7.75,21.87193,1.41694],"to":[8.25,22.82193,4.71694],"rotation":{"angle":-45,"axis":"x","origin":[8,22.37193,2.71694]},"faces":{"north":{"uv":[2.5,12.95,3,12],"rotation":180,"texture":"#0"},"east":{"uv":[2.5,13,6,12],"rotation":180,"texture":"#0"},"south":{"uv":[2.5,13,6,12],"rotation":180,"texture":"#0"},"west":{"uv":[6,13,2.5,12],"rotation":180,"texture":"#0"},"up":{"uv":[2.5,13,6,12],"rotation":180,"texture":"#0"},"down":{"uv":[2.5,13,6,12.5],"rotation":270,"texture":"#0"}}},{"from":[7.75,21.87193,11.28306],"to":[8.25,22.82193,14.58306],"rotation":{"angle":45,"axis":"x","origin":[8,22.37193,13.28306]},"faces":{"north":{"uv":[6,13,2.5,12],"rotation":180,"texture":"#0"},"east":{"uv":[6,13,2.5,12],"rotation":180,"texture":"#0"},"south":{"uv":[3,12.95,2.5,12],"rotation":180,"texture":"#0"},"west":{"uv":[2.5,13,6,12],"rotation":180,"texture":"#0"},"up":{"uv":[2.5,12,6,13],"rotation":180,"texture":"#0"},"down":{"uv":[6,13,2.5,12.5],"rotation":270,"texture":"#0"}}},{"from":[7.751,23.43359,3.48571],"to":[8.249,26.43159,4.48371],"rotation":{"angle":0,"axis":"x","origin":[8,24.43259,3.98471]},"faces":{"north":{"uv":[6,11.5,9,12.5],"rotation":270,"texture":"#0"},"east":{"uv":[6,11.5,9,12.5],"rotation":270,"texture":"#0"},"south":{"uv":[6,11.5,9,12],"rotation":270,"texture":"#0"},"west":{"uv":[6,11.5,9,12.5],"rotation":270,"texture":"#0"},"up":{"uv":[6,11.5,9,12.5],"rotation":270,"texture":"#0"},"down":{"uv":[6,11.5,9,12.5],"rotation":270,"texture":"#0"}}},{"from":[7.751,23.43359,11.51629],"to":[8.249,26.43159,12.51429],"rotation":{"angle":0,"axis":"x","origin":[8,24.43259,12.01529]},"faces":{"north":{"uv":[6,12,9,11.5],"rotation":270,"texture":"#0"},"east":{"uv":[6,12.5,9,11.5],"rotation":270,"texture":"#0"},"south":{"uv":[6,12.5,9,11.5],"rotation":270,"texture":"#0"},"west":{"uv":[6,12.5,9,11.5],"rotation":270,"texture":"#0"},"up":{"uv":[9,11.5,6,12.5],"rotation":270,"texture":"#0"},"down":{"uv":[9,11.5,6,12.5],"rotation":270,"texture":"#0"}}},{"from":[7.752,27.6379,7.20911],"to":[8.248,30.6339,9.45511],"rotation":{"angle":-22.5,"axis":"x","origin":[8,29.53235,8]},"faces":{"north":{"uv":[9.5,12.5,12.5,13],"rotation":270,"texture":"#0"},"east":{"uv":[10,13.5,13,11.5],"rotation":270,"texture":"#0"},"south":{"uv":[10,12.5,13,13],"rotation":270,"texture":"#0"},"west":{"uv":[9.5,11.5,12.5,13.5],"rotation":270,"texture":"#0"},"up":{"uv":[9.5,11,12.5,13],"rotation":270,"texture":"#0"},"down":{"uv":[9.5,11,12.5,13],"rotation":270,"texture":"#0"}}},{"from":[7,13.4,5.5],"to":[9,14.4,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,14.97143,8]},"faces":{"north":{"uv":[8,6.5,10,7.5],"texture":"#1"},"east":{"uv":[13.5,6.5,8.5,7.5],"texture":"#1"},"south":{"uv":[13,7,15,8],"texture":"#1"},"west":{"uv":[8,6,13,7],"texture":"#1"},"up":{"uv":[0,0,5,2],"rotation":270,"texture":"#1"},"down":{"uv":[8.5,6,13.5,8],"rotation":270,"texture":"#1"}}},{"from":[7,14.4,4.5],"to":[9,15.4,11.5],"rotation":{"angle":0,"axis":"y","origin":[8,14.97143,8]},"faces":{"north":{"uv":[9.5,5.5,11.5,6.5],"texture":"#1"},"east":{"uv":[15,5.5,8,6.5],"texture":"#1"},"south":{"uv":[10.5,2,12.5,3],"texture":"#1"},"west":{"uv":[8,5.5,15,6.5],"texture":"#1"},"up":{"uv":[8,0,15,2],"rotation":270,"texture":"#1"},"down":{"uv":[8.5,6.5,15.5,8.5],"rotation":270,"texture":"#1"}}},{"from":[7.25,11.4,6.5],"to":[8.75,13.4,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,14.97143,8]},"faces":{"north":{"uv":[8.5,7.5,10,5.5],"texture":"#1"},"east":{"uv":[12,7,9,9],"texture":"#1"},"south":{"uv":[12.5,5.5,14,7.5],"texture":"#1"},"west":{"uv":[9,7,12,9],"texture":"#1"},"up":{"uv":[0,0,3,1.5],"rotation":270,"texture":"#1"},"down":{"uv":[11.5,7,14.5,8.5],"rotation":90,"texture":"#1"}}},{"from":[7.35,20.75,6.5],"to":[8.65,21.75,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,23.32143,8]},"faces":{"north":{"uv":[8,9,9.3,10],"rotation":180,"texture":"#0"},"east":{"uv":[8,9,10.5,10],"rotation":180,"texture":"#0"},"south":{"uv":[8,9,9.3,10],"rotation":180,"texture":"#0"},"west":{"uv":[8,9,10.5,10],"rotation":180,"texture":"#0"},"up":{"uv":[5,9,7.5,10.49],"rotation":270,"texture":"#0"},"down":{"uv":[8,9,10.5,9.5],"rotation":270,"texture":"#0"}}},{"from":[7.45,19.83579,5.29289],"to":[8.55,20.83579,7.29289],"rotation":{"angle":-45,"axis":"x","origin":[8,20.33579,5.79289]},"faces":{"north":{"uv":[0.5,9,1.5,10],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,9,10.5,10],"rotation":180,"texture":"#0"},"south":{"uv":[4.5,8.5,5.5,9.6],"rotation":90,"texture":"#0"},"west":{"uv":[8.5,9,10.5,10],"rotation":180,"texture":"#0"},"up":{"uv":[11.5,8.5,13.5,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[8,8,9,9.1],"rotation":90,"texture":"#0"}}},{"from":[7.45,19.83579,8.70711],"to":[8.55,20.83579,10.70711],"rotation":{"angle":45,"axis":"x","origin":[8,20.33579,10.20711]},"faces":{"north":{"uv":[4.5,9.6,5.5,8.5],"rotation":90,"texture":"#0"},"east":{"uv":[10.5,9,8.5,10],"rotation":180,"texture":"#0"},"south":{"uv":[1.5,9,0.5,10],"rotation":180,"texture":"#0"},"west":{"uv":[10.5,9,8.5,10],"rotation":180,"texture":"#0"},"up":{"uv":[13.5,8.5,11.5,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[9,8,8,9.1],"rotation":90,"texture":"#0"}}},{"from":[7.5,18.22057,4.66504],"to":[8.5,20.22057,5.66504],"rotation":{"angle":22.5,"axis":"x","origin":[8,19.22057,5.16504]},"faces":{"north":{"uv":[11.5,8.5,13.5,9.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,10,2,9],"rotation":90,"texture":"#0"},"south":{"uv":[0,9,2,9.5],"rotation":90,"texture":"#0"},"west":{"uv":[0,9,2,10],"rotation":90,"texture":"#0"},"up":{"uv":[4.5,8.5,5.5,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[9,9,10,10],"texture":"#0"}}},{"from":[7.5,18.22057,10.33496],"to":[8.5,20.22057,11.33496],"rotation":{"angle":-22.5,"axis":"x","origin":[8,19.22057,10.83496]},"faces":{"north":{"uv":[0,9.5,2,9],"rotation":90,"texture":"#0"},"east":{"uv":[0,9,2,10],"rotation":90,"texture":"#0"},"south":{"uv":[11.5,9.5,13.5,8.5],"rotation":90,"texture":"#0"},"west":{"uv":[0,10,2,9],"rotation":90,"texture":"#0"},"up":{"uv":[5.5,8.5,4.5,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[9,10,10,9],"texture":"#0"}}},{"from":[7.55,16.75179,3.68364],"to":[8.45,18.75179,4.68364],"rotation":{"angle":45,"axis":"x","origin":[8,17.75179,4.18364]},"faces":{"north":{"uv":[3.5,10,5.5,10.9],"rotation":90,"texture":"#0"},"east":{"uv":[10.5,9,8.5,10],"rotation":270,"texture":"#0"},"south":{"uv":[8,8,10,8.4],"rotation":90,"texture":"#0"},"west":{"uv":[10.5,9,8.5,10],"rotation":90,"texture":"#0"},"up":{"uv":[4.5,8.5,5.5,9.4],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,9,9.5,9.9],"texture":"#0"}}},{"from":[7.55,16.75179,11.31636],"to":[8.45,18.75179,12.31636],"rotation":{"angle":-45,"axis":"x","origin":[8,17.75179,11.81636]},"faces":{"north":{"uv":[8,8.4,10,8],"rotation":90,"texture":"#0"},"east":{"uv":[10.5,10,8.5,9],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,10.9,5.5,10],"rotation":90,"texture":"#0"},"west":{"uv":[10.5,10,8.5,9],"rotation":90,"texture":"#0"},"up":{"uv":[5.5,8.5,4.5,9.4],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,9.9,9.5,9],"texture":"#0"}}},{"from":[7.999,9.63174,0.3882],"to":[8.011,12.63374,7.3902],"rotation":{"angle":-45,"axis":"x","origin":[8.005,11.13274,3.8892]},"faces":{"north":{"uv":[13,0,13,0],"rotation":180,"texture":"#0"},"east":{"uv":[16,0,13,6.49],"rotation":270,"texture":"#0"},"south":{"uv":[13,0,13,0],"texture":"#0"},"west":{"uv":[13,0,16,6.49],"rotation":90,"texture":"#0"},"up":{"uv":[13,0,13,0],"rotation":180,"texture":"#0"},"down":{"uv":[13,0,13,0],"texture":"#0"}}},{"from":[7.6,15.27039,2.71486],"to":[8.4,17.27039,3.71486],"rotation":{"angle":-22.5,"axis":"x","origin":[8,16.77039,2.71486]},"faces":{"north":{"uv":[3,8.5,5,9.5],"rotation":90,"texture":"#0"},"east":{"uv":[4.5,8,6.5,9],"rotation":90,"texture":"#0"},"south":{"uv":[4.5,8.5,6.5,8.8],"rotation":90,"texture":"#0"},"west":{"uv":[4.5,9,6.5,8],"rotation":90,"texture":"#0"},"up":{"uv":[3,8.5,4,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,9,9,9.5],"rotation":180,"texture":"#0"}}},{"from":[7.6,15.27039,12.28514],"to":[8.4,17.27039,13.28514],"rotation":{"angle":22.5,"axis":"x","origin":[8,16.77039,13.28514]},"faces":{"north":{"uv":[4.5,8.8,6.5,8.5],"rotation":90,"texture":"#0"},"east":{"uv":[4.5,9,6.5,8],"rotation":90,"texture":"#0"},"south":{"uv":[3,9.5,5,8.5],"rotation":90,"texture":"#0"},"west":{"uv":[4.5,8,6.5,9],"rotation":90,"texture":"#0"},"up":{"uv":[4,8.5,3,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,9.5,9,9],"rotation":180,"texture":"#0"}}},{"from":[7.6,15.41173,4.7768],"to":[8.4,18.21173,5.5768],"rotation":{"angle":-45,"axis":"x","origin":[8,18.06173,5.1768]},"faces":{"north":{"uv":[0.5,8,1.5,10.8],"texture":"#0"},"east":{"uv":[0.5,8,1.5,10.8],"texture":"#0"},"south":{"uv":[0.5,8,1.5,10.8],"texture":"#0"},"west":{"uv":[0.5,8,1.5,10.8],"texture":"#0"},"up":{"uv":[0.5,8,1.5,10.8],"texture":"#0"},"down":{"uv":[0.5,8,1.5,10.8],"texture":"#0"}}},{"from":[7.6,15.41173,10.4232],"to":[8.4,18.21173,11.2232],"rotation":{"angle":45,"axis":"x","origin":[8,18.06173,10.8232]},"faces":{"north":{"uv":[1.5,8,0.5,10.8],"texture":"#0"},"east":{"uv":[1.5,8,0.5,10.8],"texture":"#0"},"south":{"uv":[1.5,8,0.5,10.8],"texture":"#0"},"west":{"uv":[1.5,8,0.5,10.8],"texture":"#0"},"up":{"uv":[0.5,10.8,1.5,8],"texture":"#0"},"down":{"uv":[0.5,10.8,1.5,8],"texture":"#0"}}},{"from":[7.6,18.70462,6.48391],"to":[8.4,20.75462,7.28391],"rotation":{"angle":-22.5,"axis":"x","origin":[8,19.35462,6.88391]},"faces":{"north":{"uv":[9.5,8,10.5,10],"texture":"#0"},"east":{"uv":[9.5,8,10.5,10],"texture":"#0"},"south":{"uv":[8,8,9,10],"texture":"#0"},"west":{"uv":[0.5,8,1.5,10],"texture":"#0"},"up":{"uv":[9.5,8,10.5,10],"texture":"#0"},"down":{"uv":[9.5,8,10.5,10],"texture":"#0"}}},{"from":[7.6,18.70462,8.71609],"to":[8.4,20.75462,9.51609],"rotation":{"angle":22.5,"axis":"x","origin":[8,19.35462,9.11609]},"faces":{"north":{"uv":[9,8,8,10],"texture":"#0"},"east":{"uv":[10.5,8,9.5,10],"texture":"#0"},"south":{"uv":[10.5,8,9.5,10],"texture":"#0"},"west":{"uv":[1.5,8,0.5,10],"texture":"#0"},"up":{"uv":[9.5,10,10.5,8],"texture":"#0"},"down":{"uv":[9.5,10,10.5,8],"texture":"#0"}}},{"from":[7,3.5,7],"to":[9,6,9],"rotation":{"angle":0,"axis":"y","origin":[8,3.57143,9.5]},"faces":{"north":{"uv":[5.5,0.5,7.5,3],"texture":"#0"},"east":{"uv":[5.5,0.5,7.5,3],"texture":"#0"},"south":{"uv":[5.5,0.5,7.5,3],"texture":"#0"},"west":{"uv":[5.5,0.5,7.5,3],"texture":"#0"},"up":{"uv":[5.5,0.5,7.5,2.5],"texture":"#0"},"down":{"uv":[5.5,0.5,7.5,2.5],"texture":"#0"}}},{"from":[6.95,3.95,7.2],"to":[9.05,5.55,8.8],"rotation":{"angle":0,"axis":"y","origin":[8,3.82143,9.5]},"faces":{"north":{"uv":[0,13.5,2.5,16],"texture":"#1"},"east":{"uv":[0,10,2.5,12.5],"texture":"#1"},"south":{"uv":[0,13.5,2.5,16],"texture":"#1"},"west":{"uv":[0,10,2.5,12.5],"texture":"#1"},"up":{"uv":[0,13.5,2.5,16],"texture":"#1"},"down":{"uv":[0,13.5,2.5,16],"texture":"#1"}}},{"from":[6.95,-2.8,7.2],"to":[9.05,-1.2,8.8],"rotation":{"angle":0,"axis":"y","origin":[8,-2.92857,9.5]},"faces":{"north":{"uv":[0,13.5,2.5,16],"texture":"#1"},"east":{"uv":[2.5,10,5,12.5],"texture":"#1"},"south":{"uv":[0,13.5,2.5,16],"texture":"#1"},"west":{"uv":[2.5,10,5,12.5],"texture":"#1"},"up":{"uv":[0,13.5,2.5,16],"texture":"#1"},"down":{"uv":[0,13.5,2.5,16],"texture":"#1"}}},{"from":[6.95,-9,7.2],"to":[9.05,-7.4,8.8],"rotation":{"angle":0,"axis":"y","origin":[8,-9.12857,9.5]},"faces":{"north":{"uv":[0,13.5,2.5,16],"texture":"#1"},"east":{"uv":[5,10,7.5,12.5],"texture":"#1"},"south":{"uv":[0,13.5,2.5,16],"texture":"#1"},"west":{"uv":[5,10,7.5,12.5],"texture":"#1"},"up":{"uv":[0,13.5,2.5,16],"texture":"#1"},"down":{"uv":[0,13.5,2.5,16],"texture":"#1"}}},{"from":[6.95,-12.6,7.2],"to":[9.05,-11,8.8],"rotation":{"angle":0,"axis":"y","origin":[8,-12.72857,9.5]},"faces":{"north":{"uv":[0,13.5,2.5,16],"texture":"#1"},"east":{"uv":[7.5,10,10,12.5],"texture":"#1"},"south":{"uv":[0,13.5,2.5,16],"texture":"#1"},"west":{"uv":[7.5,10,10,12.5],"texture":"#1"},"up":{"uv":[0,13.5,2.5,16],"texture":"#1"},"down":{"uv":[0,13.5,2.5,16],"texture":"#1"}}},{"from":[7.1,-0.45,7.1],"to":[8.9,0.35,8.9],"rotation":{"angle":0,"axis":"y","origin":[8,0.02143,9.5]},"faces":{"north":{"uv":[10.5,5.5,12,6],"rotation":180,"texture":"#0"},"east":{"uv":[10.5,5.5,12,6],"rotation":180,"texture":"#0"},"south":{"uv":[10.5,5.5,12,6],"rotation":180,"texture":"#0"},"west":{"uv":[10.5,5.5,12,6],"rotation":180,"texture":"#0"},"up":{"uv":[10.5,5.5,12,6],"rotation":180,"texture":"#0"},"down":{"uv":[10.5,5.5,12,6],"rotation":180,"texture":"#0"}}},{"from":[7.2,1.15,7.2],"to":[8.8,1.75,8.8],"rotation":{"angle":0,"axis":"y","origin":[8,1.45,8]},"faces":{"north":{"uv":[11,3.5,10,4],"texture":"#0"},"east":{"uv":[11,3.5,10,4],"texture":"#0"},"south":{"uv":[11,3.5,10,4],"texture":"#0"},"west":{"uv":[11,3.5,10,4],"texture":"#0"},"up":{"uv":[11,3.5,10,4],"texture":"#0"},"down":{"uv":[11,3.5,10,4],"texture":"#0"}}},{"from":[7.2,1.85,7.2],"to":[8.8,2.45,8.8],"rotation":{"angle":0,"axis":"x","origin":[8,2.15,8]},"faces":{"north":{"uv":[12,3,11.5,3.5],"rotation":180,"texture":"#0"},"east":{"uv":[12,3,11.5,3.5],"rotation":180,"texture":"#0"},"south":{"uv":[12,3,11.5,3.5],"rotation":180,"texture":"#0"},"west":{"uv":[12,3,11.5,3.5],"rotation":180,"texture":"#0"},"up":{"uv":[12,3,11.5,3.5],"rotation":180,"texture":"#0"},"down":{"uv":[12,3,11.5,3.5],"rotation":180,"texture":"#0"}}},{"from":[7.2,0.45,7.2],"to":[8.8,1.05,8.8],"rotation":{"angle":0,"axis":"x","origin":[8,0.75,8]},"faces":{"north":{"uv":[12.5,3,11.5,3.5],"rotation":180,"texture":"#0"},"east":{"uv":[12.5,3,11.5,3.5],"rotation":180,"texture":"#0"},"south":{"uv":[12.5,3,11.5,3.5],"rotation":180,"texture":"#0"},"west":{"uv":[12.5,3,11.5,3.5],"rotation":180,"texture":"#0"},"up":{"uv":[12.5,3,11.5,3.5],"rotation":180,"texture":"#0"},"down":{"uv":[12.5,3,11.5,3.5],"rotation":180,"texture":"#0"}}},{"from":[7.1,2.55,7.1],"to":[8.9,3.35,8.9],"rotation":{"angle":0,"axis":"y","origin":[8,3.02143,9.5]},"faces":{"north":{"uv":[11.5,5.5,12,6],"rotation":180,"texture":"#0"},"east":{"uv":[11.5,5.5,12,6],"rotation":180,"texture":"#0"},"south":{"uv":[11.5,5.5,12,6],"rotation":180,"texture":"#0"},"west":{"uv":[11.5,5.5,12,6],"rotation":180,"texture":"#0"},"up":{"uv":[11.5,5.5,12,6],"rotation":180,"texture":"#0"},"down":{"uv":[11.5,5.5,12,6],"rotation":180,"texture":"#0"}}},{"from":[7,-3.25,7],"to":[9,-0.75,9],"rotation":{"angle":0,"axis":"y","origin":[8,-2.67857,9.5]},"faces":{"north":{"uv":[5.5,1,7.5,3.5],"texture":"#0"},"east":{"uv":[5.5,1,7.5,3.5],"texture":"#0"},"south":{"uv":[5.5,1,7.5,3.5],"texture":"#0"},"west":{"uv":[5.5,1,7.5,3.5],"texture":"#0"},"up":{"uv":[5.5,1,7.5,3],"texture":"#0"},"down":{"uv":[5.5,1,7.5,3],"texture":"#0"}}},{"from":[7,-9.75,7],"to":[9,-6.75,9],"rotation":{"angle":0,"axis":"y","origin":[8,-9.17857,9.5]},"faces":{"north":{"uv":[5.5,1,7.5,4],"texture":"#0"},"east":{"uv":[5.5,1,7.5,4],"texture":"#0"},"south":{"uv":[5.5,1,7.5,4],"texture":"#0"},"west":{"uv":[5.5,1,7.5,4],"texture":"#0"},"up":{"uv":[5.5,1,7.5,3],"texture":"#0"},"down":{"uv":[5.5,1,7.5,3],"texture":"#0"}}},{"from":[7,-13.25,7],"to":[9,-10.25,9],"rotation":{"angle":0,"axis":"y","origin":[8,-12.67857,9.5]},"faces":{"north":{"uv":[5.5,1,7.5,4],"texture":"#0"},"east":{"uv":[5.5,1,7.5,4],"texture":"#0"},"south":{"uv":[5.5,1,7.5,4],"texture":"#0"},"west":{"uv":[5.5,1,7.5,4],"texture":"#0"},"up":{"uv":[5.5,1,7.5,4],"texture":"#0"},"down":{"uv":[5.5,1,7.5,4],"texture":"#0"}}},{"from":[7.5,4,6.5],"to":[8.5,5.5,9.5],"rotation":{"angle":0,"axis":"y","origin":[8.5,4.07143,9]},"faces":{"north":{"uv":[2,11.5,3,13],"texture":"#0"},"east":{"uv":[1,11.5,4,13],"texture":"#0"},"south":{"uv":[2.5,11.5,3.5,13],"texture":"#0"},"west":{"uv":[1,11.5,4,13],"texture":"#0"},"up":{"uv":[0.5,12,3.5,13],"rotation":90,"texture":"#0"},"down":{"uv":[0,12,3,13],"rotation":90,"texture":"#0"}}},{"from":[7.5,-2.75,6.5],"to":[8.5,-1.25,9.5],"rotation":{"angle":0,"axis":"y","origin":[8.5,-2.67857,9]},"faces":{"north":{"uv":[2,11.5,3,13],"texture":"#0"},"east":{"uv":[1,11.5,4,13],"texture":"#0"},"south":{"uv":[2.5,11.5,3.5,13],"texture":"#0"},"west":{"uv":[1,11.5,4,13],"texture":"#0"},"up":{"uv":[0.5,12,3.5,13],"rotation":90,"texture":"#0"},"down":{"uv":[0,12,3,13],"rotation":90,"texture":"#0"}}},{"from":[7.5,-9.25,6.5],"to":[8.5,-7.25,9.5],"rotation":{"angle":0,"axis":"y","origin":[8.5,-8.67857,9]},"faces":{"north":{"uv":[2,11.5,3,13.5],"texture":"#0"},"east":{"uv":[1,11,4,13],"texture":"#0"},"south":{"uv":[2,11,3,13],"texture":"#0"},"west":{"uv":[1,11.5,4,13.5],"texture":"#0"},"up":{"uv":[0.5,12,3.5,13],"rotation":90,"texture":"#0"},"down":{"uv":[0,12,3,13],"rotation":90,"texture":"#0"}}},{"from":[7.5,-12.75,6.5],"to":[8.5,-10.75,9.5],"rotation":{"angle":0,"axis":"y","origin":[8.5,-12.17857,9]},"faces":{"north":{"uv":[10.5,14,11.5,16],"texture":"#0"},"east":{"uv":[10.5,14,13.5,16],"texture":"#0"},"south":{"uv":[10.5,14,11.5,16],"texture":"#0"},"west":{"uv":[10.5,14,13.5,16],"texture":"#0"},"up":{"uv":[12,15,15,16],"rotation":90,"texture":"#0"},"down":{"uv":[10.5,14.5,13.5,15.5],"rotation":90,"texture":"#0"}}},{"from":[7.3,0.8,7.3],"to":[8.7,12.05,8.7],"rotation":{"angle":0,"axis":"y","origin":[8,-5.07857,9.5]},"faces":{"north":{"uv":[0,8,11.85,9.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,8,11.85,9.5],"rotation":90,"texture":"#0"},"south":{"uv":[0,8,11.85,9.5],"rotation":90,"texture":"#0"},"west":{"uv":[0,8,11.85,9.5],"rotation":90,"texture":"#0"},"up":{"uv":[0,8,11.85,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,8,11.85,9.5],"rotation":90,"texture":"#0"}}},{"from":[7.3,-11.6,7.3],"to":[8.7,0.8,8.7],"rotation":{"angle":0,"axis":"y","origin":[8,-10.32857,9.5]},"faces":{"north":{"uv":[0,8,13,9.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,8,13,9.5],"rotation":90,"texture":"#0"},"south":{"uv":[0,8,13,9.5],"rotation":90,"texture":"#0"},"west":{"uv":[0,8,13,9.5],"rotation":90,"texture":"#0"},"up":{"uv":[0,8,13,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,8,13,9.5],"rotation":90,"texture":"#0"}}},{"from":[7.301,-14.649,7.301],"to":[8.699,-13.149,8.699],"rotation":{"angle":0,"axis":"y","origin":[8,-14.87857,9.5]},"faces":{"north":{"uv":[5.5,1,6.898,2.5],"texture":"#0"},"east":{"uv":[5.5,1,6.898,2.5],"texture":"#0"},"south":{"uv":[5.5,1,6.898,2.5],"texture":"#0"},"west":{"uv":[5.5,1,6.898,2.5],"texture":"#0"},"up":{"uv":[5.5,1,6.898,2.5],"texture":"#0"},"down":{"uv":[5.5,1,6.898,2.5],"texture":"#0"}}},{"from":[7.55,-15.9,7.55],"to":[8.45,-14,8.45],"rotation":{"angle":0,"axis":"y","origin":[8,-17.12857,9.5]},"faces":{"north":{"uv":[6,1.5,6.9,3.4],"texture":"#0"},"east":{"uv":[6,1.5,6.9,3.4],"texture":"#0"},"south":{"uv":[6,1.5,6.9,3.4],"texture":"#0"},"west":{"uv":[6,1.5,6.9,3.4],"texture":"#0"},"up":{"uv":[6,1.5,6.9,3.4],"texture":"#0"},"down":{"uv":[6,1.5,6.9,2.4],"texture":"#0"}}},{"from":[7.702,-15.62845,6.49893],"to":[8.298,-10.53245,7.59493],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-13.08045,7.04693]},"faces":{"north":{"uv":[10,15,15,15.5],"rotation":270,"texture":"#0"},"east":{"uv":[10,16,15,15],"rotation":270,"texture":"#0"},"south":{"uv":[10,15.5,15,16],"rotation":270,"texture":"#0"},"west":{"uv":[10,15,15,16],"rotation":270,"texture":"#0"},"up":{"uv":[14.5,15,15,16],"texture":"#0"},"down":{"uv":[10,15,10.5,16],"rotation":180,"texture":"#0"}}},{"from":[7.702,-15.62845,8.40507],"to":[8.298,-10.53245,9.50107],"rotation":{"angle":22.5,"axis":"x","origin":[8,-13.08045,8.95307]},"faces":{"north":{"uv":[10,16,15,15.5],"rotation":270,"texture":"#0"},"east":{"uv":[10,15,15,16],"rotation":270,"texture":"#0"},"south":{"uv":[10,15.5,15,15],"rotation":270,"texture":"#0"},"west":{"uv":[10,16,15,15],"rotation":270,"texture":"#0"},"up":{"uv":[14.5,16,15,15],"texture":"#0"},"down":{"uv":[10,16,10.5,15],"rotation":180,"texture":"#0"}}}],"display":{"thirdperson_righthand":{"translation":[-0.25,5.5,1.5],"scale":[1.16,1.16,1.16]},"thirdperson_lefthand":{"translation":[-0.25,5.5,1.5],"scale":[1.16,1.16,1.16]},"firstperson_righthand":{"rotation":[-15,0,0],"translation":[3,2.25,0],"scale":[0.62,0.62,0.62]},"firstperson_lefthand":{"rotation":[-15,0,0],"translation":[3,2.25,0],"scale":[0.62,0.62,0.62]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.7,0.7,0.7]},"gui":{"rotation":[-110,-48,-85],"translation":[-0.25,0.75,0],"scale":[0.55,0.55,0.55]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/dullahan_guisarme.json b/assets/minecraft/models/item/wynn/skin/spear/dullahan_guisarme.json new file mode 100644 index 000000000..88728561a --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/dullahan_guisarme.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/character/dullahan_guisarme"},"elements":[{"from":[7.845,9.995,7.295],"to":[8.155,15.205,9.055],"rotation":{"angle":0,"axis":"x","origin":[8,14.5,8.05]},"faces":{"north":{"uv":[1,4.25,1.25,8.25],"texture":"#0"},"east":{"uv":[6.75,3.25,5.5,7.25],"texture":"#0"},"south":{"uv":[2.75,0,3,4],"texture":"#0"},"west":{"uv":[5.5,3.25,6.75,7.25],"texture":"#0"}}},{"from":[7.845,5.795,7.295],"to":[8.155,10.005,8.68],"rotation":{"angle":0,"axis":"x","origin":[8,14.5,8.05]},"faces":{"north":{"uv":[3,0,3.25,3.25],"texture":"#0"},"east":{"uv":[1,4.25,0,7.5],"texture":"#0"},"south":{"uv":[1.25,4.25,1.5,7.5],"texture":"#0"},"west":{"uv":[0,4.25,1,7.5],"texture":"#0"},"down":{"uv":[3.5,4,3.25,5],"texture":"#0"}}},{"from":[7.845,15.195,7.995],"to":[8.155,19.205,8.705],"rotation":{"angle":0,"axis":"x","origin":[8,14.5,8.25]},"faces":{"east":{"uv":[2.25,4.25,1.75,7.25],"texture":"#0"},"south":{"uv":[1.5,4.25,1.75,7.25],"texture":"#0"},"west":{"uv":[1.75,4.25,2.25,7.25],"texture":"#0"}}},{"from":[7.85,15.2,7.3],"to":[8.15,17.8,8],"rotation":{"angle":0,"axis":"x","origin":[8,14.5,7.05]},"faces":{"north":{"uv":[6.5,0.5,6.75,2.5],"texture":"#0"},"east":{"uv":[3.75,0,3.25,2],"texture":"#0"},"west":{"uv":[3.25,0,3.75,2],"texture":"#0"}}},{"from":[7.8475,17.7975,6.8225],"to":[8.1525,19.3025,7.5025],"rotation":{"angle":22.5,"axis":"x","origin":[8,16.6,7.075]},"faces":{"north":{"uv":[3.25,2,3.5,3.25],"texture":"#0"},"east":{"uv":[5.5,3.25,5,4.5],"texture":"#0"},"west":{"uv":[5,3.25,5.5,4.5],"texture":"#0"}}},{"from":[7.8475,19.2975,6.8225],"to":[8.1525,20.0525,7.1525],"rotation":{"angle":22.5,"axis":"x","origin":[8,16.6,7.075]},"faces":{"north":{"uv":[3.75,2.5,4,3],"texture":"#0"},"east":{"uv":[4.75,4,4.5,4.5],"texture":"#0"},"west":{"uv":[4.5,4,4.75,4.5],"texture":"#0"},"up":{"uv":[3.75,2.25,3.5,2],"texture":"#0"}}},{"from":[7.85,15.125,8.775],"to":[8.15,16.1,9.275],"rotation":{"angle":-22.5,"axis":"x","origin":[8,14.6,9.025]},"faces":{"east":{"uv":[2.75,6.25,2.25,7],"texture":"#0"},"south":{"uv":[3.75,3.25,4,4],"texture":"#0"},"west":{"uv":[2.25,6.25,2.75,7],"texture":"#0"}}},{"from":[7.85,9.075,8.775],"to":[8.15,10.05,9.275],"rotation":{"angle":22.5,"axis":"x","origin":[8,10.575,9.025]},"faces":{"east":{"uv":[2.75,5,2.25,5.75],"texture":"#0"},"south":{"uv":[2.75,6,3,6.75],"texture":"#0"},"west":{"uv":[2.25,5,2.75,5.75],"texture":"#0"}}},{"from":[7.85,19.125,8.475],"to":[8.15,19.75,8.925],"rotation":{"angle":-22.5,"axis":"x","origin":[8,18.6,8.65]},"faces":{"east":{"uv":[3,6.75,2.75,7.25],"texture":"#0"},"south":{"uv":[4.5,4.5,4.75,5],"texture":"#0"},"west":{"uv":[2.75,6.75,3,7.25],"texture":"#0"}}},{"from":[7.8475,14.5925,8.805],"to":[8.1525,15.7225,9.935],"rotation":{"angle":-22.5,"axis":"x","origin":[8,14.695,10.51]},"faces":{"east":{"uv":[4.75,3.25,4,4],"texture":"#0"},"west":{"uv":[4,3.25,4.75,4],"texture":"#0"},"up":{"uv":[2.5,5,2.25,4.25],"texture":"#0"},"down":{"uv":[3.25,3.25,3,4],"texture":"#0"}}},{"from":[7.85,14.97,8.5575],"to":[8.15,15.345,9.5575],"rotation":{"angle":-45,"axis":"x","origin":[8,14.695,10.51]},"faces":{"east":{"uv":[5.75,3,5,3.25],"texture":"#0"},"west":{"uv":[5,3,5.75,3.25],"texture":"#0"},"down":{"uv":[5,3.25,4.75,4],"texture":"#0"}}},{"from":[7.8525,14.5975,9.935],"to":[8.1475,14.8425,10.355],"rotation":{"angle":-22.5,"axis":"x","origin":[8,14.695,10.51]},"faces":{"east":{"uv":[3,5.25,2.75,5.5],"texture":"#0"},"west":{"uv":[2.75,5.25,3,5.5],"texture":"#0"},"down":{"uv":[5,4,4.75,4.25],"texture":"#0"}}},{"from":[7.85,14.55,9.575],"to":[8.15,15.425,10.575],"rotation":{"angle":0,"axis":"x","origin":[8,14.695,10.51]},"faces":{"east":{"uv":[4.75,0,4,0.75],"texture":"#0"},"west":{"uv":[4,0,4.75,0.75],"texture":"#0"},"up":{"uv":[3.5,4,3.25,3.25],"texture":"#0"},"down":{"uv":[4,0,3.75,0.75],"texture":"#0"}}},{"from":[7.85,14.55,10.575],"to":[8.15,14.835,11.575],"rotation":{"angle":0,"axis":"x","origin":[7.75,14,9.55]},"faces":{"east":{"uv":[4.5,4,3.75,4.25],"texture":"#0"},"west":{"uv":[3.75,4,4.5,4.25],"texture":"#0"},"down":{"uv":[3.75,3.25,3.5,4],"texture":"#0"}}},{"from":[7.8525,14.7875,10.2925],"to":[8.1475,15.3825,11.2875],"rotation":{"angle":22.5,"axis":"x","origin":[8,14.695,10.51]},"faces":{"east":{"uv":[5.75,1,5,1.5],"texture":"#0"},"west":{"uv":[5,1,5.75,1.5],"texture":"#0"},"up":{"uv":[5,0.75,4.75,0],"texture":"#0"}}},{"from":[7.845,15.32,10.9675],"to":[8.155,15.63,11.9275],"rotation":{"angle":45,"axis":"x","origin":[8,14.695,10.51]},"faces":{"east":{"uv":[4.5,4.25,3.75,4.5],"texture":"#0"},"south":{"uv":[2.75,5.5,3,5.75],"texture":"#0"},"west":{"uv":[3.75,4.25,4.5,4.5],"texture":"#0"},"up":{"uv":[0.25,8.25,0,7.5],"texture":"#0"}}},{"from":[7.8475,14.7325,10.9625],"to":[8.1525,14.9875,12.0675],"rotation":{"angle":22.5,"axis":"x","origin":[8,14.695,10.51]},"faces":{"east":{"uv":[4.5,4.5,3.75,4.75],"texture":"#0"},"west":{"uv":[3.75,4.5,4.5,4.75],"texture":"#0"},"down":{"uv":[5,0.75,4.75,1.5],"texture":"#0"}}},{"from":[7.85,11.3,5.3],"to":[8.15,11.8,7.3],"rotation":{"angle":0,"axis":"y","origin":[4,13.8,4.3]},"faces":{"east":{"uv":[6.5,0.5,5,1],"texture":"#0"},"west":{"uv":[5,0.5,6.5,1],"texture":"#0"},"up":{"uv":[5.75,3,5.5,1.5],"texture":"#0"}}},{"from":[7.8475,11.8225,5.9725],"to":[8.1525,12.3275,8.4775],"rotation":{"angle":22.5,"axis":"x","origin":[4,13.8,4.3]},"faces":{"north":{"uv":[6.5,2.5,6.75,3],"texture":"#0"},"east":{"uv":[6.75,0,5,0.5],"texture":"#0"},"west":{"uv":[5,0,6.75,0.5],"texture":"#0"},"down":{"uv":[4,0.75,3.75,2.5],"texture":"#0"}}},{"from":[7.85,7.74,6.3],"to":[8.15,7.99,7.3],"rotation":{"angle":0,"axis":"y","origin":[4,10,4.8]},"faces":{"east":{"uv":[3,5.75,2.25,6],"texture":"#0"},"west":{"uv":[2.25,5.75,3,6],"texture":"#0"},"up":{"uv":[2.75,5,2.5,4.25],"texture":"#0"}}},{"from":[7.849,8.274,6.994],"to":[8.151,8.526,8.226],"rotation":{"angle":22.5,"axis":"x","origin":[4,10,5.3]},"faces":{"north":{"uv":[4.75,4.25,5,4.5],"texture":"#0"},"east":{"uv":[4.5,3,3.5,3.25],"texture":"#0"},"west":{"uv":[3.5,3,4.5,3.25],"texture":"#0"},"down":{"uv":[3,4,2.75,5],"texture":"#0"}}},{"from":[7.851,8.526,7.626],"to":[8.149,8.774,8.224],"rotation":{"angle":22.5,"axis":"x","origin":[4,10,5.3]},"faces":{"east":{"uv":[5,3,4.5,3.25],"texture":"#0"},"west":{"uv":[4.5,3,5,3.25],"texture":"#0"}}},{"from":[7.849,8.274,7.749],"to":[8.151,8.526,8.981],"rotation":{"angle":-22.5,"axis":"x","origin":[4,10,10.675]},"faces":{"east":{"uv":[4.75,5,3.75,5.25],"texture":"#0"},"south":{"uv":[2.75,5,3,5.25],"texture":"#0"},"west":{"uv":[3.75,5,4.75,5.25],"texture":"#0"},"down":{"uv":[3.25,4,3,5],"texture":"#0"}}},{"from":[7.851,8.526,7.751],"to":[8.149,8.774,8.349],"rotation":{"angle":-22.5,"axis":"x","origin":[4,10,10.675]},"faces":{"east":{"uv":[2.75,6,2.25,6.25],"texture":"#0"},"west":{"uv":[2.25,6,2.75,6.25],"texture":"#0"}}},{"from":[7.85,7.74,8.675],"to":[8.15,7.99,9.675],"rotation":{"angle":0,"axis":"y","origin":[4,10,11.175]},"faces":{"east":{"uv":[4.5,4.75,3.75,5],"texture":"#0"},"west":{"uv":[3.75,4.75,4.5,5],"texture":"#0"},"up":{"uv":[3.75,3,3.5,2.25],"texture":"#0"}}},{"from":[7.8525,12.3275,7.2275],"to":[8.1475,12.8225,8.2225],"rotation":{"angle":22.5,"axis":"x","origin":[4,13.8,4.3]},"faces":{"east":{"uv":[6.5,1,5.75,1.5],"texture":"#0"},"west":{"uv":[5.75,1,6.5,1.5],"texture":"#0"}}},{"from":[7.5,0.3,7.5],"to":[8.5,5.8,8.5],"rotation":{"angle":0,"axis":"y","origin":[4,3,4.05]},"faces":{"north":{"uv":[1.25,0,2,4.25],"texture":"#0"},"east":{"uv":[2.75,0,2,4.25],"texture":"#0"},"south":{"uv":[0.5,0,1.25,4.25],"texture":"#0"},"west":{"uv":[2,0,2.75,4.25],"texture":"#0"},"up":{"uv":[4.75,1.5,4,0.75],"texture":"#0"},"down":{"uv":[3.75,6.5,3,7.25],"texture":"#0"}}},{"from":[7.65,-8.4,7.65],"to":[8.35,4.4,8.35],"rotation":{"angle":0,"axis":"y","origin":[4,8.5,4.05]},"faces":{"north":{"uv":[7.25,0,6.75,9.5],"texture":"#0"},"east":{"uv":[7.25,0,7.75,9.5],"texture":"#0"},"south":{"uv":[7.25,0,6.75,9.5],"texture":"#0"},"west":{"uv":[7.25,0,7.75,9.5],"texture":"#0"},"down":{"uv":[6.25,7.25,6.75,7.75],"texture":"#0"}}},{"from":[7.6,-2.6,7.6],"to":[8.4,0.1,8.4],"rotation":{"angle":0,"axis":"y","origin":[7,-2,7]},"faces":{"north":{"uv":[8.25,0,8.75,1.75],"texture":"#0"},"east":{"uv":[8.25,0,7.75,1.75],"texture":"#0"},"south":{"uv":[7.75,1.75,8.25,3.5],"texture":"#0"},"west":{"uv":[7.75,0,8.25,1.75],"texture":"#0"}}},{"from":[7.45,5.05,7.45],"to":[8.55,5.4,8.55],"rotation":{"angle":0,"axis":"y","origin":[7,3.35,7]},"faces":{"north":{"uv":[7.75,3.5,8.75,3.75],"texture":"#0"},"east":{"uv":[8.75,3.5,7.75,3.75],"texture":"#0"},"south":{"uv":[7.75,3.5,8.75,3.75],"texture":"#0"},"west":{"uv":[8.75,3.5,7.75,3.75],"texture":"#0"}}},{"from":[8,3.75,7],"to":[8,6.25,11.25],"rotation":{"angle":22.5,"axis":"x","origin":[8,3.25,7]},"faces":{"east":{"uv":[11.75,0,8.75,1.75],"texture":"#0"},"west":{"uv":[8.75,0,11.75,1.75],"texture":"#0"}}},{"from":[8,5,8.5],"to":[8,6.55,11.4],"rotation":{"angle":-22.5,"axis":"y","origin":[8,5,8.5]},"faces":{"east":{"uv":[10,1.75,8.25,2.75],"texture":"#0"},"west":{"uv":[8.25,1.75,10,2.75],"texture":"#0"}}},{"from":[8,4.6,8.5],"to":[8,5.8,10.55],"rotation":{"angle":45,"axis":"y","origin":[8,4.5,8.5]},"faces":{"east":{"uv":[9.5,2.75,8.25,3.5],"texture":"#0"},"west":{"uv":[8.25,2.75,9.5,3.5],"texture":"#0"}}},{"from":[8,11.55,9],"to":[8,13.25,11.1],"rotation":{"angle":-22.5,"axis":"y","origin":[8,11.75,9]},"faces":{"east":{"uv":[9.25,3.75,7.75,5],"texture":"#0"},"west":{"uv":[7.75,3.75,9.25,5],"texture":"#0"}}},{"from":[8,-5.85,8],"to":[8,-4.75,9.9],"rotation":{"angle":45,"axis":"x","origin":[8,-5.85,8]},"faces":{"east":{"uv":[9,5,7.75,5.75],"texture":"#0"},"west":{"uv":[7.75,5,9,5.75],"texture":"#0"}}},{"from":[8,-1.85,6.1],"to":[8,-0.75,8],"rotation":{"angle":45,"axis":"y","origin":[8,-1.85,8]},"faces":{"east":{"uv":[7.75,5,9,5.75],"texture":"#0"},"west":{"uv":[9,5,7.75,5.75],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[5,0,5],"translation":[-1,7,2],"scale":[1.7,1.7,1.7]},"thirdperson_lefthand":{"rotation":[5,0,5],"translation":[-1,7,2],"scale":[1.7,1.7,1.7]},"firstperson_righthand":{"rotation":[-10,-5,0],"translation":[3,5,0]},"firstperson_lefthand":{"rotation":[-10,-5,0],"translation":[3,5,0]},"gui":{"rotation":[30,60,-40],"translation":[0,2,0],"scale":[0.8,0.8,0.8]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/dwarven_spear.json b/assets/minecraft/models/item/wynn/skin/spear/dwarven_spear.json new file mode 100644 index 000000000..68d9e9cc1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/dwarven_spear.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/dwarven/dwarven_spear","particle":"skins/dwarven/dwarven_spear"},"elements":[{"from":[7.5,17,6.25],"to":[8.5,29,8.75],"rotation":{"angle":0,"axis":"y","origin":[8,7.9583,8]},"faces":{"north":{"uv":[2.5,1,3,7],"texture":"#0"},"east":{"uv":[5,1,3.5,7],"texture":"#0"},"south":{"uv":[1.5,1,2,7],"texture":"#0"},"west":{"uv":[3.5,1,5,7],"texture":"#0"},"down":{"uv":[6,2.5,5.5,3.5],"texture":"#0"}}},{"from":[7.5,16,8.75],"to":[8.5,21,9.75],"rotation":{"angle":0,"axis":"y","origin":[8,7.9583,8]},"faces":{"east":{"uv":[12.5,11,13,13.5],"texture":"#0"},"south":{"uv":[14,11,14.5,13.5],"texture":"#0"},"west":{"uv":[13.5,11,14,13.5],"texture":"#0"}}},{"from":[7.51,17.42761,-1.47444],"to":[8.49,18.40761,0.00556],"rotation":{"angle":45,"axis":"x","origin":[8,7.9583,8]},"faces":{"east":{"uv":[12.5,1,13,1.75],"rotation":90,"texture":"#0"},"west":{"uv":[13.5,1,14,1.75],"rotation":270,"texture":"#0"},"up":{"uv":[14,1,14.5,1.75],"texture":"#0"}}},{"from":[8,16,5.25],"to":[8,29.4125,7.25],"rotation":{"angle":0,"axis":"y","origin":[8,7.9583,8]},"faces":{"east":{"uv":[0,0.29375,1,7],"texture":"#0"},"west":{"uv":[1,0.29375,0,7],"texture":"#0"}}},{"from":[8,16,9.25],"to":[8,21.4125,10.75],"rotation":{"angle":0,"axis":"y","origin":[8,7.9583,8]},"faces":{"east":{"uv":[5.5,4.29375,6,7],"texture":"#0"},"west":{"uv":[5.5,4.29375,6,7],"texture":"#0"}}},{"from":[7.99,21.16459,-9.11367],"to":[8.01,24.38862,-8.09367],"rotation":{"angle":45,"axis":"x","origin":[8,7.9583,8]},"faces":{"east":{"uv":[7,12.725,6.5,14.76764],"texture":"#0"},"west":{"uv":[6.5,12.725,7,14.76764],"texture":"#0"}}},{"from":[7.99,18.39511,-2.77347],"to":[8.01,19.41511,0.45056],"rotation":{"angle":45,"axis":"x","origin":[8,7.9583,8]},"faces":{"east":{"uv":[8,14.76764,7.5,12.725],"rotation":270,"texture":"#0"},"west":{"uv":[8,12.725,7.5,14.76764],"rotation":270,"texture":"#0"}}},{"from":[7.5,29,7.9125],"to":[8.5,30.6666,8.74583],"rotation":{"angle":0,"axis":"y","origin":[8,7.9583,8]},"faces":{"north":{"uv":[0.5,13,1,14],"texture":"#0"},"east":{"uv":[0,13,0.5,14],"texture":"#0"},"south":{"uv":[1.5,13,2,14],"texture":"#0"},"west":{"uv":[1,13,1.5,14],"texture":"#0"},"up":{"uv":[1,13,0.5,12.5],"texture":"#0"}}},{"from":[7.51,21.60959,-8.10617],"to":[8.49,23.94362,-6.95215],"rotation":{"angle":45,"axis":"x","origin":[8,7.9583,8]},"faces":{"north":{"uv":[3,12.5,3.5,13.5],"texture":"#0"},"east":{"uv":[2.5,13.5,3.5,14.5],"texture":"#0"},"south":{"uv":[4,12.5,4.5,13.5],"texture":"#0"},"west":{"uv":[3.5,13.5,4.5,14.5],"texture":"#0"}}},{"from":[8,30.6666,7.5125],"to":[8,31.6666,8.74583],"rotation":{"angle":0,"axis":"y","origin":[8,7.9583,8]},"faces":{"east":{"uv":[6,14,5,14.5],"texture":"#0"},"west":{"uv":[5,14,6,14.5],"texture":"#0"}}},{"from":[7,-15,6.5],"to":[9,-14,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,7.9583,8]},"faces":{"north":{"uv":[0,11,1,11.5],"texture":"#0"},"east":{"uv":[2.5,11,1,11.5],"texture":"#0"},"south":{"uv":[2.5,11,3.5,11.5],"texture":"#0"},"west":{"uv":[1,11,2.5,11.5],"texture":"#0"},"up":{"uv":[1,11,0,9.5],"texture":"#0"}}},{"from":[6.99,-13.83643,-0.70994],"to":[9.01,-13.31643,0.61006],"rotation":{"angle":-22.5,"axis":"x","origin":[8,7.9583,8]},"faces":{"east":{"uv":[9,8.75,8.25,9],"texture":"#0"},"west":{"uv":[10.75,8.75,10,9],"texture":"#0"},"down":{"uv":[11,8.75,10,8],"texture":"#0"}}},{"from":[7,-15.5,7.7],"to":[9,-15,8.3],"rotation":{"angle":0,"axis":"y","origin":[8,7.9583,8]},"faces":{"north":{"uv":[9.5,9.75,10.5,10],"texture":"#0"},"east":{"uv":[9.25,9.75,9.5,10],"texture":"#0"},"south":{"uv":[10.75,9.75,11.75,10],"texture":"#0"},"west":{"uv":[10.5,9.75,10.75,10],"texture":"#0"},"down":{"uv":[11.5,9.5,10.5,9.75],"texture":"#0"}}},{"from":[6.99,-13.83643,15.38994],"to":[9.01,-13.31643,16.70994],"rotation":{"angle":22.5,"axis":"x","origin":[8,7.9583,8]},"faces":{"east":{"uv":[8.25,8.75,9,9],"texture":"#0"},"west":{"uv":[10,8.75,10.75,9],"texture":"#0"},"down":{"uv":[11,8,10,8.75],"texture":"#0"}}},{"from":[7,-14,7],"to":[9,-13,9],"rotation":{"angle":0,"axis":"y","origin":[8,7.9583,8]},"faces":{"north":{"uv":[10,4.5,11,5],"texture":"#0"},"east":{"uv":[12,4.5,11,5],"texture":"#0"},"south":{"uv":[12,4.5,13,5],"texture":"#0"},"west":{"uv":[11,4.5,12,5],"texture":"#0"}}},{"from":[7,-13,6.5],"to":[9,-12,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,7.9583,8]},"faces":{"north":{"uv":[10,2.5,11,3],"texture":"#0"},"east":{"uv":[12.5,2.5,11,3],"texture":"#0"},"south":{"uv":[12.5,2.5,13.5,3],"texture":"#0"},"west":{"uv":[11,2.5,12.5,3],"texture":"#0"},"down":{"uv":[12,1,11,2.5],"texture":"#0"}}},{"from":[7.01,-7.20501,21.06199],"to":[8.99,-6.22501,22.04199],"rotation":{"angle":45,"axis":"x","origin":[8,7.9583,8]},"faces":{"north":{"uv":[10,11.5,9,11],"rotation":180,"texture":"#0"},"east":{"uv":[10.5,11.5,10,12],"rotation":90,"texture":"#0"},"west":{"uv":[10,11.5,10.5,12],"rotation":270,"texture":"#0"}}},{"from":[7.01,-6.08369,22.18331],"to":[8.99,-5.10369,23.16331],"rotation":{"angle":45,"axis":"x","origin":[8,7.9583,8]},"faces":{"east":{"uv":[10,11.5,10.5,12],"texture":"#0"},"west":{"uv":[10.5,11.5,10,12],"texture":"#0"},"up":{"uv":[10,11,9,11.5],"texture":"#0"}}},{"from":[7,-6,7],"to":[9,10,9],"rotation":{"angle":0,"axis":"y","origin":[8,7.9583,8]},"faces":{"north":{"uv":[16,7.5,15,15.5],"texture":"#0"},"east":{"uv":[16,7.5,15,15.5],"texture":"#0"},"south":{"uv":[15,7.5,16,15.5],"texture":"#0"},"west":{"uv":[16,7.5,15,15.5],"texture":"#0"}}},{"from":[6.99,-4.21181,-0.00908],"to":[9.01,-2.19181,5.01092],"rotation":{"angle":-22.5,"axis":"x","origin":[8,7.9583,8]},"faces":{"east":{"uv":[8.5,14,11,15],"texture":"#0"},"south":{"uv":[8.5,12.5,9.5,13.5],"texture":"#0"},"west":{"uv":[12,14,14.5,15],"texture":"#0"}}},{"from":[8.99,-4.21181,-0.00908],"to":[7.01,-2.19181,5.01092],"rotation":{"angle":-22.5,"axis":"x","origin":[8,7.9583,8]},"faces":{"east":{"uv":[8.5,14,11,15],"texture":"#0"},"south":{"uv":[8.5,12.5,9.5,13.5],"texture":"#0"},"west":{"uv":[12,14,14.5,15],"texture":"#0"}}},{"from":[8.99,-4.21181,-0.00908],"to":[7.01,-2.19181,5.01092],"rotation":{"angle":-22.5,"axis":"x","origin":[8,7.9583,8]},"faces":{"south":{"uv":[8.5,12.5,9.5,13.5],"texture":"#0"}}},{"from":[7,-12,7],"to":[9,-7,9],"rotation":{"angle":0,"axis":"y","origin":[8,7.9583,8]},"faces":{"north":{"uv":[14.5,5.5,13.5,8],"texture":"#0"},"east":{"uv":[12.5,5.5,11.5,8],"texture":"#0"},"south":{"uv":[13.5,5.5,12.5,8],"texture":"#0"},"west":{"uv":[11.5,5.5,12.5,8],"texture":"#0"}}},{"from":[6.75,-7,6.75],"to":[9.25,-6,9.25],"rotation":{"angle":0,"axis":"y","origin":[8,7.9583,8]},"faces":{"north":{"uv":[1,8.5,2,9],"texture":"#0"},"east":{"uv":[0,8.5,1,9],"texture":"#0"},"south":{"uv":[3,8.5,4,9],"texture":"#0"},"west":{"uv":[2,8.5,3,9],"texture":"#0"},"up":{"uv":[2,8.5,1,7.5],"texture":"#0"},"down":{"uv":[3,7.5,2,8.5],"texture":"#0"}}},{"from":[6.75,10,6.75],"to":[9.25,11,9.25],"rotation":{"angle":0,"axis":"y","origin":[8,7.9583,8]},"faces":{"north":{"uv":[1,8.5,2,9],"texture":"#0"},"east":{"uv":[0,8.5,1,9],"texture":"#0"},"south":{"uv":[3,8.5,4,9],"texture":"#0"},"west":{"uv":[2,8.5,3,9],"texture":"#0"},"up":{"uv":[2,8.5,1,7.5],"texture":"#0"},"down":{"uv":[3,7.5,2,8.5],"texture":"#0"}}},{"from":[7,16,6.75],"to":[9,17,9.25],"rotation":{"angle":0,"axis":"y","origin":[8,7.9583,8]},"faces":{"north":{"uv":[8,7,9,7.5],"texture":"#0"},"east":{"uv":[10,7,9,7.5],"texture":"#0"},"south":{"uv":[10,7,11,7.5],"texture":"#0"},"west":{"uv":[9,7,10,7.5],"texture":"#0"},"up":{"uv":[9,7,8,6],"texture":"#0"},"down":{"uv":[10,6,9,7],"texture":"#0"}}},{"from":[6.99,10.97043,0.71787],"to":[9.01,13.49043,1.73787],"rotation":{"angle":45,"axis":"x","origin":[8,7.9583,8]},"faces":{"north":{"uv":[7.5,1.5,6.5,0.5],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,1.5,7.5,2],"rotation":90,"texture":"#0"},"south":{"uv":[8.5,0.5,7.5,1.5],"texture":"#0"},"west":{"uv":[7.5,1.5,8.5,2],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,1.5,9.5,2],"texture":"#0"},"down":{"uv":[6.5,1.5,7.5,2],"rotation":180,"texture":"#0"}}},{"from":[6.99,9.22043,2.46787],"to":[9.01,10.24043,4.98787],"rotation":{"angle":45,"axis":"x","origin":[8,7.9583,8]},"faces":{"north":{"uv":[4.5,8.5,5.5,9],"texture":"#0"},"east":{"uv":[6.5,8.5,5.5,9],"texture":"#0"},"west":{"uv":[5.5,8.5,6.5,9],"texture":"#0"},"up":{"uv":[5.5,8.5,4.5,7.5],"texture":"#0"},"down":{"uv":[6.5,7.5,5.5,8.5],"texture":"#0"}}},{"from":[7,12.75,5],"to":[9,15.25,6],"rotation":{"angle":0,"axis":"y","origin":[8,7.9583,8]},"faces":{"north":{"uv":[4,10,5,11],"texture":"#0"},"east":{"uv":[5.5,10,5,11],"texture":"#0"},"south":{"uv":[5.5,10,6.5,11],"texture":"#0"},"west":{"uv":[5,10,5.5,11.675],"texture":"#0"},"up":{"uv":[5,10,4,9.5],"texture":"#0"},"down":{"uv":[6,9.5,5,10],"texture":"#0"}}},{"from":[7,11,6.75],"to":[9,12,9.25],"rotation":{"angle":0,"axis":"y","origin":[8,7.9583,8]},"faces":{"north":{"uv":[6.5,3.5,7.5,4],"texture":"#0"},"east":{"uv":[8.5,3.5,7.5,4],"texture":"#0"},"south":{"uv":[8.5,3.5,9.5,4],"texture":"#0"},"west":{"uv":[7.5,3.5,8.5,4],"texture":"#0"},"up":{"uv":[7.5,3.5,6.5,2.5],"texture":"#0"}}},{"from":[7.49,11.99,7.49],"to":[8.51,16.01,8.51],"rotation":{"angle":0,"axis":"y","origin":[8,7.9583,8]},"faces":{"north":{"uv":[7,10,7.5,12],"texture":"#0"},"east":{"uv":[7.5,10,8,12],"texture":"#0"},"south":{"uv":[8,10,8.5,12],"texture":"#0"},"west":{"uv":[7.5,10,8,12],"texture":"#0"}}},{"from":[7.5,13.5,6],"to":[8.5,14.5,10],"rotation":{"angle":0,"axis":"y","origin":[8,7.9583,8]},"faces":{"east":{"uv":[3,15,1,15.5],"texture":"#0"},"west":{"uv":[1,15,3,15.5],"texture":"#0"},"up":{"uv":[7,6.5,6.5,4.5],"texture":"#0"},"down":{"uv":[7.5,4.5,7,6.5],"texture":"#0"}}},{"from":[6.99,14.22043,2.46787],"to":[9.01,15.24043,4.98787],"rotation":{"angle":45,"axis":"x","origin":[8,7.9583,8]},"faces":{"north":{"uv":[9.5,1.5,8.5,2],"texture":"#0"},"east":{"uv":[7.5,1.5,8.5,2],"texture":"#0"},"south":{"uv":[7.5,1.5,6.5,2],"texture":"#0"},"west":{"uv":[8.5,1.5,7.5,2],"texture":"#0"},"up":{"uv":[7.5,0.5,6.5,1.5],"texture":"#0"},"down":{"uv":[8.5,1.5,7.5,0.5],"texture":"#0"}}},{"from":[7,12.75,10],"to":[9,15.25,11],"rotation":{"angle":0,"axis":"y","origin":[8,7.9583,8]},"faces":{"north":{"uv":[6.5,10,5.5,11],"texture":"#0"},"east":{"uv":[5,10,5.5,11],"texture":"#0"},"south":{"uv":[5,10,4,11],"texture":"#0"},"west":{"uv":[5.5,10,5,11.675],"texture":"#0"},"up":{"uv":[5,9.5,4,10],"texture":"#0"},"down":{"uv":[6,10,5,9.5],"texture":"#0"}}},{"from":[6.99,10.97043,5.71787],"to":[9.01,13.49043,6.73787],"rotation":{"angle":45,"axis":"x","origin":[8,7.9583,8]},"faces":{"north":{"uv":[5.5,7.5,4.5,8.5],"rotation":180,"texture":"#0"},"east":{"uv":[5.5,8.5,6.5,9],"rotation":90,"texture":"#0"},"south":{"uv":[6.5,8.5,5.5,7.5],"texture":"#0"},"west":{"uv":[6.5,8.5,5.5,9],"rotation":270,"texture":"#0"},"up":{"uv":[5.5,8.5,4.5,9],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[5,5,5],"translation":[-1,2,2]},"thirdperson_lefthand":{"rotation":[5,5,5],"translation":[-1,2,2]},"firstperson_righthand":{"rotation":[-15,-5,-5],"translation":[10,-2,-5]},"firstperson_lefthand":{"rotation":[-15,-5,-5],"translation":[10,-2,-5]},"gui":{"rotation":[55,60,-75],"scale":[0.53,0.53,0.53]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/dynasty_spear.json b/assets/minecraft/models/item/wynn/skin/spear/dynasty_spear.json new file mode 100644 index 000000000..4f9206ff3 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/dynasty_spear.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/crescent_detail","1":"block/enchanting_table_bottom","2":"block/gold_block","3":"block/red_wool","4":"block/spruce_log","particle":"skins/crescent_detail"},"elements":[{"from":[6.01,24.01,7.76],"to":[9.99,26.99,8.24],"rotation":{"angle":0,"axis":"y","origin":[14,32,15.75]},"faces":{"north":{"uv":[0,0,4,3],"texture":"#1"},"east":{"uv":[0,0,0.5,3],"texture":"#1"},"south":{"uv":[0,0,4,3],"texture":"#1"},"west":{"uv":[0,0,0.5,3],"texture":"#1"},"up":{"uv":[0,0,4,0.5],"texture":"#1"},"down":{"uv":[0,0,4,0.5],"texture":"#1"}}},{"from":[6.57984,25.61203,7.74654],"to":[9.39984,28.43203,8.24654],"rotation":{"angle":-45,"axis":"z","origin":[7.96779,27.00348,8.24306]},"faces":{"north":{"uv":[0,0,2.82,2.82],"rotation":90,"texture":"#1"},"east":{"uv":[0,0,2.82,0.5],"rotation":270,"texture":"#1"},"south":{"uv":[3,3,5.82,5.82],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,2.82,0.5],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,0.5,2.82],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,0.5,2.82],"rotation":270,"texture":"#1"}}},{"from":[5.22568,27.26514,7.7866],"to":[8.12568,29.16514,8.1866],"rotation":{"angle":22.5,"axis":"z","origin":[6.17265,29.21644,7.98833]},"faces":{"north":{"uv":[0,2,3,0],"texture":"#3"},"east":{"uv":[0,0,0.5,2],"texture":"#3"},"south":{"uv":[0,0,3,2],"texture":"#3"},"west":{"uv":[0,0,0.5,2],"texture":"#3"},"up":{"uv":[0,0,3,0.5],"texture":"#3"},"down":{"uv":[0,0,3,0.5],"texture":"#3"}}},{"from":[4.89396,28.6258,7.90337],"to":[8.09396,30.3258,8.10337],"rotation":{"angle":22.5,"axis":"z","origin":[6.24093,30.4771,8.0051]},"faces":{"north":{"uv":[0,0,3.5,2],"texture":"#1"},"east":{"uv":[0,0,0.5,2],"texture":"#1"},"south":{"uv":[0,0,3.5,2],"texture":"#1"},"west":{"uv":[0,0,0.5,2],"texture":"#1"},"up":{"uv":[0,0,3.5,0.5],"texture":"#1"},"down":{"uv":[0,0,3.5,0.5],"texture":"#1"}}},{"from":[9.55079,28.20907,7.85491],"to":[11.35079,29.00907,8.15491],"rotation":{"angle":45,"axis":"z","origin":[9.88592,28.96029,8.00212]},"faces":{"north":{"uv":[0,0,1,2],"rotation":90,"texture":"#1"},"east":{"uv":[0,0,1,0.5],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,1,2],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,1,0.5],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,0.5,2],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,0.5,2],"rotation":270,"texture":"#1"}}},{"from":[7.6,30.99515,7.93929],"to":[11.7,31.59515,8.03929],"rotation":{"angle":-22.5,"axis":"z","origin":[7.99435,30.61554,7.98669]},"faces":{"north":{"uv":[0,14,4.5,15],"rotation":180,"texture":"#2"},"east":{"uv":[0,0,0.5,1],"rotation":180,"texture":"#2"},"south":{"uv":[4.5,14,0,15],"rotation":180,"texture":"#2"},"west":{"uv":[0,0,0.5,1],"rotation":180,"texture":"#2"},"up":{"uv":[0,0,4.5,0.5],"rotation":180,"texture":"#2"},"down":{"uv":[0,0,4.5,0.5],"rotation":180,"texture":"#2"}}},{"from":[4.3,30.99664,7.93943],"to":[8.4,31.59664,8.03943],"rotation":{"angle":22.5,"axis":"z","origin":[7.99435,30.61554,7.98669]},"faces":{"north":{"uv":[4.5,14,0,15],"rotation":180,"texture":"#2"},"east":{"uv":[0,0,0.5,1],"rotation":180,"texture":"#2"},"south":{"uv":[0,14,4.5,15],"rotation":180,"texture":"#2"},"west":{"uv":[0,0,0.5,1],"rotation":180,"texture":"#2"},"up":{"uv":[0,0,4.5,0.5],"rotation":180,"texture":"#2"},"down":{"uv":[0,0,4.5,0.5],"rotation":180,"texture":"#2"}}},{"from":[4.79015,28.49816,7.83516],"to":[5.59015,30.29816,8.13516],"rotation":{"angle":45,"axis":"z","origin":[5.69008,29.59596,7.98644]},"faces":{"north":{"uv":[0,0,1,2],"texture":"#1"},"east":{"uv":[0,0,0.5,2],"texture":"#1"},"south":{"uv":[0,0,1,2],"texture":"#1"},"west":{"uv":[0,0,0.5,2],"texture":"#1"},"up":{"uv":[0,0,1,0.5],"texture":"#1"},"down":{"uv":[0,0,1,0.5],"texture":"#1"}}},{"from":[7.78359,27.23584,7.80347],"to":[10.68359,29.13584,8.20347],"rotation":{"angle":-22.5,"axis":"z","origin":[9.88592,28.96029,8.00212]},"faces":{"north":{"uv":[0,0,3,2],"rotation":180,"texture":"#3"},"east":{"uv":[0,0,0.5,2],"rotation":180,"texture":"#3"},"south":{"uv":[0,2,3,0],"rotation":180,"texture":"#3"},"west":{"uv":[0,0,0.5,2],"rotation":180,"texture":"#3"},"up":{"uv":[0,0,3,0.5],"rotation":180,"texture":"#3"},"down":{"uv":[0,0,3,0.5],"rotation":180,"texture":"#3"}}},{"from":[10.23359,27.08584,7.75347],"to":[10.73359,29.08584,8.25347],"rotation":{"angle":-22.5,"axis":"z","origin":[9.78592,28.86029,8.00212]},"faces":{"north":{"uv":[0,0,0.5,2],"rotation":180,"texture":"#2"},"east":{"uv":[0,0,0.5,2],"rotation":180,"texture":"#2"},"south":{"uv":[0,2,0.5,0],"rotation":180,"texture":"#2"},"west":{"uv":[0,0,0.5,2],"rotation":180,"texture":"#2"},"up":{"uv":[0,0,0.5,0.5],"rotation":180,"texture":"#2"},"down":{"uv":[0,0,0.5,0.5],"rotation":180,"texture":"#2"}}},{"from":[3.77983,28.51518,7.75347],"to":[5.47983,29.01518,8.25347],"rotation":{"angle":-45,"axis":"z","origin":[5.38341,28.59902,8.0257]},"faces":{"north":{"uv":[0,0,0.5,2],"rotation":90,"texture":"#2"},"east":{"uv":[0,0,0.5,0.5],"rotation":270,"texture":"#2"},"south":{"uv":[0,2,0.5,0],"rotation":270,"texture":"#2"},"west":{"uv":[0,0,0.5,0.5],"rotation":270,"texture":"#2"},"up":{"uv":[0,0,0.5,2],"rotation":270,"texture":"#2"},"down":{"uv":[0,0,0.5,2],"rotation":270,"texture":"#2"}}},{"from":[10.15623,29.16981,7.75249],"to":[11.85623,29.66981,8.25249],"rotation":{"angle":45,"axis":"z","origin":[11.15314,29.44087,8.01794]},"faces":{"north":{"uv":[0,0,0.5,2],"rotation":90,"texture":"#2"},"east":{"uv":[0,0,0.5,0.5],"rotation":270,"texture":"#2"},"south":{"uv":[0,2,0.5,0],"rotation":270,"texture":"#2"},"west":{"uv":[0,0,0.5,0.5],"rotation":270,"texture":"#2"},"up":{"uv":[0,0,0.5,2],"rotation":270,"texture":"#2"},"down":{"uv":[0,0,0.5,2],"rotation":270,"texture":"#2"}}},{"from":[5.30477,26.6685,7.75249],"to":[5.80477,28.6685,8.25249],"rotation":{"angle":22.5,"axis":"z","origin":[5.38341,28.59902,8.0257]},"faces":{"north":{"uv":[0,0,0.5,2],"texture":"#2"},"east":{"uv":[0,0,0.5,2],"texture":"#2"},"south":{"uv":[0,2,0.5,0],"texture":"#2"},"west":{"uv":[0,0,0.5,2],"texture":"#2"},"up":{"uv":[0,0,0.5,0.5],"texture":"#2"},"down":{"uv":[0,0,0.5,0.5],"texture":"#2"}}},{"from":[7.88459,28.58684,7.90447],"to":[11.08259,30.28484,8.10247],"rotation":{"angle":-22.5,"axis":"z","origin":[9.88592,30.21029,8.00212]},"faces":{"north":{"uv":[0,2,3.5,0],"rotation":180,"texture":"#1"},"east":{"uv":[0,0,0.5,2],"rotation":180,"texture":"#1"},"south":{"uv":[0,2,3.5,0],"rotation":180,"texture":"#1"},"west":{"uv":[0,0,0.5,2],"rotation":180,"texture":"#1"},"up":{"uv":[0,0,3.5,0.5],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,3.5,0.5],"rotation":180,"texture":"#1"}}},{"from":[5.74,23.99,7.74],"to":[7.76,27.51,8.26],"rotation":{"angle":0,"axis":"y","origin":[13.75,32,15.75]},"faces":{"north":{"uv":[7,5,0,16],"texture":"#0"},"east":{"uv":[0,0,1,3],"texture":"#0"},"south":{"uv":[0,5,7,16],"texture":"#0"},"west":{"uv":[0,5,1,16],"texture":"#0"},"up":{"uv":[0,0,2,1],"texture":"#0"},"down":{"uv":[0,15,7,16],"texture":"#0"}}},{"from":[6.01377,20.39,7.74],"to":[8.03377,23.91,8.26],"rotation":{"angle":0,"axis":"z","origin":[7.98688,22.15,8.01135]},"faces":{"north":{"uv":[7,5,0,16],"rotation":180,"texture":"#0"},"east":{"uv":[5,5,5.5,8.5],"rotation":180,"texture":"#0"},"south":{"uv":[0,5,7,16],"rotation":180,"texture":"#0"},"west":{"uv":[5,5,6,8],"rotation":180,"texture":"#0"},"up":{"uv":[0,15,7,16],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,2,1],"rotation":180,"texture":"#0"}}},{"from":[8.24181,23.97,7.69466],"to":[10.30181,27.53,8.25466],"rotation":{"angle":0,"axis":"y","origin":[9.26091,25.75177,7.98733]},"faces":{"north":{"uv":[0,5,7,16],"texture":"#0"},"east":{"uv":[0,5,1,16],"texture":"#0"},"south":{"uv":[7,5,0,16],"texture":"#0"},"west":{"uv":[0,0,1,3],"texture":"#0"},"up":{"uv":[0,0,2,1],"rotation":180,"texture":"#0"},"down":{"uv":[0,15,7,16],"rotation":180,"texture":"#0"}}},{"from":[7.97196,20.37,7.69466],"to":[10.03196,23.93,8.25466],"rotation":{"angle":0,"axis":"z","origin":[7.98688,22.15,8.01135]},"faces":{"north":{"uv":[0,5,7,16],"rotation":180,"texture":"#0"},"east":{"uv":[5,5,5.5,8.5],"rotation":180,"texture":"#0"},"south":{"uv":[7,5,0,16],"rotation":180,"texture":"#0"},"west":{"uv":[5,5,6,8],"rotation":180,"texture":"#0"},"up":{"uv":[0,15,7,16],"texture":"#0"},"down":{"uv":[0,0,2,1],"texture":"#0"}}},{"from":[7.6,8.1,7.6],"to":[8.4,23.9,8.4],"rotation":{"angle":0,"axis":"y","origin":[8,18,8]},"faces":{"north":{"uv":[0,0,1,16],"texture":"#4"},"east":{"uv":[0,0,1,16],"texture":"#4"},"south":{"uv":[0,0,1,16],"texture":"#4"},"west":{"uv":[0,0,1,16],"texture":"#4"},"up":{"uv":[0,0,1,1],"texture":"#4"},"down":{"uv":[0,0,1,1],"texture":"#4"}}},{"from":[7.4,13.15,7.4],"to":[8.6,17.35,8.6],"rotation":{"angle":0,"axis":"y","origin":[8,23.25,8]},"faces":{"north":{"uv":[0,0,2,8],"texture":"#3"},"east":{"uv":[0,0,2,8],"texture":"#3"},"south":{"uv":[0,0,2,8],"texture":"#3"},"west":{"uv":[0,0,2,8],"texture":"#3"},"up":{"uv":[0,0,2,2],"texture":"#3"},"down":{"uv":[0,0,2,2],"texture":"#3"}}},{"from":[6.75,12.7,7.25],"to":[6.76,17.7,8.75],"rotation":{"angle":-45,"axis":"z","origin":[6.74433,16.20086,7.50481]},"faces":{"north":{"uv":[0,0,2,8],"texture":"#0"},"east":{"uv":[0,5,13,1],"rotation":90,"texture":"#0"},"south":{"uv":[0,0,2,8],"texture":"#0"},"west":{"uv":[0,1,13,5],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,2,2],"texture":"#0"},"down":{"uv":[0,0,2,2],"texture":"#0"}}},{"from":[7.4,20.85,7.4],"to":[8.6,24.05,8.6],"rotation":{"angle":0,"axis":"y","origin":[8,18,8]},"faces":{"north":{"uv":[0,0,2,4],"texture":"#1"},"east":{"uv":[0,0,2,4],"texture":"#1"},"south":{"uv":[0,0,2,4],"texture":"#1"},"west":{"uv":[0,0,2,4],"texture":"#1"},"up":{"uv":[0,0,2,2],"texture":"#1"},"down":{"uv":[0,0,2,2],"texture":"#1"}}},{"from":[7.3,23.25,7.3],"to":[8.7,23.65,8.7],"rotation":{"angle":0,"axis":"y","origin":[8,18,8]},"faces":{"north":{"uv":[0,0,2,1],"texture":"#3"},"east":{"uv":[0,0,2,1],"texture":"#3"},"south":{"uv":[0,0,2,1],"texture":"#3"},"west":{"uv":[0,0,2,1],"texture":"#3"},"up":{"uv":[0,0,2,2],"texture":"#3"},"down":{"uv":[0,0,2,2],"texture":"#3"}}},{"from":[7.3,21.35,7.3],"to":[8.7,21.75,8.7],"rotation":{"angle":0,"axis":"y","origin":[8,18,8]},"faces":{"north":{"uv":[0,0,2,1],"texture":"#3"},"east":{"uv":[0,0,2,1],"texture":"#3"},"south":{"uv":[0,0,2,1],"texture":"#3"},"west":{"uv":[0,0,2,1],"texture":"#3"},"up":{"uv":[0,0,2,2],"texture":"#3"},"down":{"uv":[0,0,2,2],"texture":"#3"}}},{"from":[7.3,17.85,7.3],"to":[8.7,18.25,8.7],"rotation":{"angle":0,"axis":"y","origin":[8,14.5,8]},"faces":{"north":{"uv":[0,0,2,1],"texture":"#3"},"east":{"uv":[0,0,2,1],"texture":"#3"},"south":{"uv":[0,0,2,1],"texture":"#3"},"west":{"uv":[0,0,2,1],"texture":"#3"},"up":{"uv":[0,0,2,2],"texture":"#3"},"down":{"uv":[0,0,2,2],"texture":"#3"}}},{"from":[7.3,12.1,7.3],"to":[8.7,12.5,8.7],"rotation":{"angle":0,"axis":"y","origin":[8,8.75,8]},"faces":{"north":{"uv":[0,0,2,1],"texture":"#3"},"east":{"uv":[0,0,2,1],"texture":"#3"},"south":{"uv":[0,0,2,1],"texture":"#3"},"west":{"uv":[0,0,2,1],"texture":"#3"},"up":{"uv":[0,0,2,2],"texture":"#3"},"down":{"uv":[0,0,2,2],"texture":"#3"}}},{"from":[7.6,-2.9,7.6],"to":[8.4,8.9,8.4],"rotation":{"angle":0,"axis":"y","origin":[8,18,8]},"faces":{"north":{"uv":[0,0,1,16],"texture":"#4"},"east":{"uv":[0,0,1,16],"texture":"#4"},"south":{"uv":[0,0,1,16],"texture":"#4"},"west":{"uv":[0,0,1,16],"texture":"#4"},"up":{"uv":[0,0,1,1],"texture":"#4"},"down":{"uv":[0,0,1,1],"texture":"#4"}}},{"from":[6.58161,-4.47935,7.90337],"to":[10.28161,-2.77935,8.10337],"rotation":{"angle":22.5,"axis":"z","origin":[7.62134,-8.33794,7.99947]},"faces":{"north":{"uv":[0,0,4,2],"texture":"#1"},"east":{"uv":[0,0,0.5,2],"texture":"#1"},"south":{"uv":[0,0,4,2],"texture":"#1"},"west":{"uv":[0,0,0.5,2],"texture":"#1"},"up":{"uv":[0,0,4,0.5],"texture":"#1"},"down":{"uv":[0,0,4,0.5],"texture":"#1"}}},{"from":[6.04161,-4.21935,7.91337],"to":[8.72161,-3.28935,8.09337],"rotation":{"angle":45,"axis":"z","origin":[7.82134,-8.33794,7.99947]},"faces":{"north":{"uv":[0,0,3,1.25],"texture":"#1"},"east":{"uv":[0,0,0.5,1.25],"texture":"#1"},"south":{"uv":[0,0,3,1.25],"texture":"#1"},"west":{"uv":[0,0,0.5,1.25],"texture":"#1"},"up":{"uv":[0,0,3,0.5],"texture":"#1"},"down":{"uv":[0,0,3,0.5],"texture":"#1"}}},{"from":[11.25687,-6.70129,7.91337],"to":[12.18687,-4.02129,8.09337],"rotation":{"angle":45,"axis":"z","origin":[11.74003,-5.38851,7.97767]},"faces":{"north":{"uv":[0,0,3,1.25],"rotation":270,"texture":"#1"},"east":{"uv":[0,0,3,0.5],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,3,1.25],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,3,0.5],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,0.5,1.25],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,0.5,1.25],"rotation":90,"texture":"#1"}}},{"from":[4.48669,-2.27267,7.75313],"to":[7.48669,-1.77267,8.25313],"rotation":{"angle":22.5,"axis":"z","origin":[8.62134,-1.33794,7.99947]},"faces":{"north":{"uv":[0,14,3,14.5],"texture":"#2"},"east":{"uv":[0,0,0.5,0.5],"texture":"#2"},"south":{"uv":[3,14,0,14.5],"texture":"#2"},"west":{"uv":[0,0,0.5,1],"texture":"#2"},"up":{"uv":[0,0,3,0.5],"texture":"#2"},"down":{"uv":[0,0,3,0.5],"texture":"#2"}}},{"from":[3.72669,-4.48267,7.94],"to":[6.74669,-3.76267,8.06],"rotation":{"angle":22.5,"axis":"z","origin":[7.87134,-3.33794,8.14947]},"faces":{"north":{"uv":[0,14,3,14.5],"texture":"#2"},"east":{"uv":[0,0,0.5,0.5],"texture":"#2"},"south":{"uv":[3,14,0,14.5],"texture":"#2"},"west":{"uv":[0,0,0.5,1],"texture":"#2"},"up":{"uv":[0,0,3,0.5],"texture":"#2"},"down":{"uv":[0,0,3,0.5],"texture":"#2"}}},{"from":[10.20453,-9.52164,7.85469],"to":[10.50453,-6.22164,8.15469],"rotation":{"angle":22.5,"axis":"z","origin":[7.12134,-1.33794,7.99947]},"faces":{"north":{"uv":[0,14,3.5,14.5],"rotation":270,"texture":"#2"},"east":{"uv":[0,0,3.5,0.5],"rotation":90,"texture":"#2"},"south":{"uv":[3.5,14,0,14.5],"rotation":90,"texture":"#2"},"west":{"uv":[0,0,3.5,0.5],"rotation":90,"texture":"#2"},"up":{"uv":[0,0,0.5,0.5],"rotation":90,"texture":"#2"},"down":{"uv":[0,0,0.5,0.5],"rotation":90,"texture":"#2"}}},{"from":[5.45425,-9.3407,7.85347],"to":[5.75425,-6.0407,8.15347],"rotation":{"angle":-22.5,"axis":"z","origin":[8.62134,-1.33794,7.99947]},"faces":{"north":{"uv":[0,0,0.5,3.5],"rotation":180,"texture":"#2"},"east":{"uv":[0,0,0.5,3.5],"rotation":180,"texture":"#2"},"south":{"uv":[0,3.5,0.5,0],"rotation":180,"texture":"#2"},"west":{"uv":[0,0,0.5,3.5],"rotation":180,"texture":"#2"},"up":{"uv":[0,0,0.5,0.5],"rotation":180,"texture":"#2"},"down":{"uv":[0,0,0.5,0.5],"rotation":180,"texture":"#2"}}},{"from":[6.98327,-4.86646,7.95],"to":[8.98327,-4.16646,8.05],"rotation":{"angle":0,"axis":"z","origin":[7.87134,-3.33794,8.14947]},"faces":{"north":{"uv":[0,0,0.5,2],"rotation":270,"texture":"#2"},"east":{"uv":[0,0,0.5,0.5],"rotation":90,"texture":"#2"},"south":{"uv":[0,2,0.5,0],"rotation":90,"texture":"#2"},"west":{"uv":[0,0,0.5,0.5],"rotation":90,"texture":"#2"},"up":{"uv":[0,0,0.5,2],"rotation":90,"texture":"#2"},"down":{"uv":[0,0,0.5,2],"rotation":90,"texture":"#2"}}},{"from":[8.4659,-2.17739,7.75503],"to":[11.4659,-1.67739,8.25503],"rotation":{"angle":-22.5,"axis":"z","origin":[7.12134,-1.33794,7.99947]},"faces":{"north":{"uv":[0,0,0.5,3],"rotation":90,"texture":"#2"},"east":{"uv":[0,0,0.5,0.5],"rotation":270,"texture":"#2"},"south":{"uv":[0,3,0.5,0],"rotation":270,"texture":"#2"},"west":{"uv":[0,0,0.5,0.5],"rotation":270,"texture":"#2"},"up":{"uv":[0,0,0.5,3],"rotation":270,"texture":"#2"},"down":{"uv":[0,0,0.5,3],"rotation":270,"texture":"#2"}}},{"from":[9.2059,-4.38739,7.94],"to":[12.2259,-3.66739,8.06],"rotation":{"angle":-22.5,"axis":"z","origin":[7.87134,-3.33794,8.14947]},"faces":{"north":{"uv":[0,0,0.5,3],"rotation":90,"texture":"#2"},"east":{"uv":[0,0,0.5,0.5],"rotation":270,"texture":"#2"},"south":{"uv":[0,3,0.5,0],"rotation":270,"texture":"#2"},"west":{"uv":[0,0,0.5,0.5],"rotation":270,"texture":"#2"},"up":{"uv":[0,0,0.5,3],"rotation":270,"texture":"#2"},"down":{"uv":[0,0,0.5,3],"rotation":270,"texture":"#2"}}},{"from":[2.9846,-0.6075,7.80249],"to":[4.5846,-0.2075,8.20249],"rotation":{"angle":45,"axis":"z","origin":[8.62134,-1.33794,7.99947]},"faces":{"north":{"uv":[0,0,0.5,2],"rotation":90,"texture":"#2"},"east":{"uv":[0,0,0.5,0.5],"rotation":270,"texture":"#2"},"south":{"uv":[0,2,0.5,0],"rotation":270,"texture":"#2"},"west":{"uv":[0,0,0.5,0.5],"rotation":270,"texture":"#2"},"up":{"uv":[0,0,0.5,2],"rotation":270,"texture":"#2"},"down":{"uv":[0,0,0.5,2],"rotation":270,"texture":"#2"}}},{"from":[1.3846,-2.8575,7.95],"to":[3.8846,-2.3575,8.05],"rotation":{"angle":45,"axis":"z","origin":[7.87134,-3.33794,8.14947]},"faces":{"north":{"uv":[0,0,0.5,3.5],"rotation":90,"texture":"#2"},"east":{"uv":[0,0,0.5,0.5],"rotation":270,"texture":"#2"},"south":{"uv":[0,3.5,0.5,0],"rotation":270,"texture":"#2"},"west":{"uv":[0,0,0.5,0.5],"rotation":270,"texture":"#2"},"up":{"uv":[0,0,0.5,3.5],"rotation":270,"texture":"#2"},"down":{"uv":[0,0,0.5,3.5],"rotation":270,"texture":"#2"}}},{"from":[8.0203,-7.13239,7.80405],"to":[8.4203,-5.53239,8.20405],"rotation":{"angle":45,"axis":"z","origin":[7.12134,-1.33794,7.99947]},"faces":{"north":{"uv":[0,0,0.5,2],"texture":"#2"},"east":{"uv":[0,0,0.5,2],"texture":"#2"},"south":{"uv":[0,2,0.5,0],"texture":"#2"},"west":{"uv":[0,0,0.5,2],"texture":"#2"},"up":{"uv":[0,0,0.5,0.5],"texture":"#2"},"down":{"uv":[0,0,0.5,0.5],"texture":"#2"}}},{"from":[8.5203,-9.98239,7.95],"to":[9.0203,-7.48239,8.05],"rotation":{"angle":45,"axis":"z","origin":[7.87134,-3.33794,8.14947]},"faces":{"north":{"uv":[0,0,0.5,3.5],"texture":"#2"},"east":{"uv":[0,0,0.5,3.5],"texture":"#2"},"south":{"uv":[0,3.5,0.5,0],"texture":"#2"},"west":{"uv":[0,0,0.5,3.5],"texture":"#2"},"up":{"uv":[0,0,0.5,0.5],"texture":"#2"},"down":{"uv":[0,0,0.5,0.5],"texture":"#2"}}},{"from":[5.76939,-4.55825,7.90447],"to":[9.46739,-2.86025,8.10247],"rotation":{"angle":-22.5,"axis":"z","origin":[8.62134,-8.33794,7.99947]},"faces":{"north":{"uv":[0,2,3.5,0],"rotation":180,"texture":"#1"},"east":{"uv":[0,0,0.5,2],"rotation":180,"texture":"#1"},"south":{"uv":[0,2,3.5,0],"rotation":180,"texture":"#1"},"west":{"uv":[0,0,0.5,2],"rotation":180,"texture":"#1"},"up":{"uv":[0,0,3.5,0.5],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,3.5,0.5],"rotation":180,"texture":"#1"}}},{"from":[6.01377,-2.98005,7.78016],"to":[8.03377,0.53995,8.30016],"rotation":{"angle":0,"axis":"x","origin":[7.98002,-1.36003,8.02008]},"faces":{"north":{"uv":[0,5,7,16],"texture":"#0"},"east":{"uv":[5,5,5.5,8.5],"texture":"#0"},"south":{"uv":[7,5,0,16],"texture":"#0"},"west":{"uv":[5,5,6,8],"texture":"#0"},"up":{"uv":[0,0,2,1],"rotation":180,"texture":"#0"},"down":{"uv":[0,15,7,16],"rotation":180,"texture":"#0"}}},{"from":[7.97196,-3.00005,7.7855],"to":[10.03196,0.55995,8.3455],"rotation":{"angle":0,"axis":"x","origin":[7.98002,-1.36003,8.02008]},"faces":{"north":{"uv":[7,5,0,16],"texture":"#0"},"east":{"uv":[5,5,5.5,8.5],"texture":"#0"},"south":{"uv":[0,5,7,16],"texture":"#0"},"west":{"uv":[5,5,6,8],"texture":"#0"},"up":{"uv":[0,0,2,1],"texture":"#0"},"down":{"uv":[0,15,7,16],"texture":"#0"}}},{"from":[7.4,-3.02005,7.44016],"to":[8.6,0.17995,8.64016],"rotation":{"angle":0,"axis":"x","origin":[7.98002,-1.36003,8.02008]},"faces":{"north":{"uv":[0,0,2,4],"rotation":180,"texture":"#1"},"east":{"uv":[0,0,2,4],"rotation":180,"texture":"#1"},"south":{"uv":[0,0,2,4],"rotation":180,"texture":"#1"},"west":{"uv":[0,0,2,4],"rotation":180,"texture":"#1"},"up":{"uv":[0,0,2,2],"texture":"#1"},"down":{"uv":[0,0,2,2],"texture":"#1"}}},{"from":[7.3,-2.62005,7.34016],"to":[8.7,-2.22005,8.74016],"rotation":{"angle":0,"axis":"x","origin":[7.98002,-1.36003,8.02008]},"faces":{"north":{"uv":[0,0,2,1],"rotation":180,"texture":"#3"},"east":{"uv":[0,0,2,1],"rotation":180,"texture":"#3"},"south":{"uv":[0,0,2,1],"rotation":180,"texture":"#3"},"west":{"uv":[0,0,2,1],"rotation":180,"texture":"#3"},"up":{"uv":[0,0,2,2],"texture":"#3"},"down":{"uv":[0,0,2,2],"texture":"#3"}}},{"from":[7.3,-0.72005,7.34016],"to":[8.7,-0.32005,8.74016],"rotation":{"angle":0,"axis":"x","origin":[7.98002,-1.36003,8.02008]},"faces":{"north":{"uv":[0,0,2,1],"rotation":180,"texture":"#3"},"east":{"uv":[0,0,2,1],"rotation":180,"texture":"#3"},"south":{"uv":[0,0,2,1],"rotation":180,"texture":"#3"},"west":{"uv":[0,0,2,1],"rotation":180,"texture":"#3"},"up":{"uv":[0,0,2,2],"texture":"#3"},"down":{"uv":[0,0,2,2],"texture":"#3"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-90,0],"translation":[0.25,-9.5,1.5],"scale":[1.4,1.4,1.4]},"thirdperson_lefthand":{"rotation":[0,90,0],"translation":[0.25,-3.25,1.5],"scale":[1.4,1.4,1.4]},"firstperson_righthand":{"rotation":[-16,-90,0],"translation":[5,-11,2],"scale":[1.2,1.2,1.2]},"firstperson_lefthand":{"rotation":[-16,-90,0],"translation":[5,-11,2],"scale":[1.2,1.2,1.2]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.5,0.5,0.5]},"gui":{"rotation":[3,-43,51],"translation":[0,0.5,0],"scale":[0.7,0.7,0.7]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/fallen_glaive.json b/assets/minecraft/models/item/wynn/skin/spear/fallen_glaive.json new file mode 100644 index 000000000..fce2c27cd --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/fallen_glaive.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/bone_gradient","3":"skins/fallen_smoke","particle":"skins/bone_gradient"},"elements":[{"from":[7.76,24.01,6.01],"to":[8.24,28.99,6.99],"rotation":{"angle":22.5,"axis":"x","origin":[8,26,6.5]},"faces":{"north":{"uv":[6,5,6.5,0],"rotation":180,"texture":"#0"},"east":{"uv":[2,1,1,6],"texture":"#0"},"south":{"uv":[5.5,5,6,0],"rotation":180,"texture":"#0"},"west":{"uv":[5.5,5,6.5,0],"rotation":180,"texture":"#0"},"up":{"uv":[5.5,1,6,0],"rotation":180,"texture":"#0"},"down":{"uv":[6,6,6.5,5],"rotation":180,"texture":"#0"}}},{"from":[7.76,17.45166,8.74825],"to":[8.24,19.43166,9.32825],"rotation":{"angle":45,"axis":"x","origin":[8.00333,18.98836,8.66975]},"faces":{"north":{"uv":[7.5,6,8.1,8],"texture":"#0"},"east":{"uv":[7.5,6,8.1,8],"texture":"#0"},"south":{"uv":[7.5,6,8.1,8],"texture":"#0"},"west":{"uv":[7.5,6,8.1,8],"texture":"#0"},"up":{"uv":[7.5,6,8,6.6],"texture":"#0"}}},{"from":[7.76,14.58512,6.93226],"to":[8.24,15.16512,7.91226],"rotation":{"angle":0,"axis":"x","origin":[8.0025,16.4281,8.59066]},"faces":{"east":{"uv":[7.5,6,8.1,8],"rotation":270,"texture":"#0"},"south":{"uv":[7.5,6,8,6.6],"texture":"#0"},"west":{"uv":[7.5,6,8.1,8],"rotation":90,"texture":"#0"},"up":{"uv":[7.5,6,8.1,8],"rotation":180,"texture":"#0"},"down":{"uv":[7.5,6,8.1,8],"texture":"#0"}}},{"from":[7.76,14.88512,5.48774],"to":[8.24,15.46512,7.46774],"rotation":{"angle":0,"axis":"x","origin":[8.0025,16.7281,4.80934]},"faces":{"north":{"uv":[8,6,7.5,6.6],"texture":"#0"},"east":{"uv":[7.5,8,8.1,6],"rotation":270,"texture":"#0"},"west":{"uv":[7.5,8,8.1,6],"rotation":90,"texture":"#0"},"up":{"uv":[7.5,8,8.1,6],"rotation":180,"texture":"#0"},"down":{"uv":[7.5,8,8.1,6],"texture":"#0"}}},{"from":[7.76,-6.86512,6.28774],"to":[8.24,-6.28512,7.26774],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0025,-7.99352,5.54774]},"faces":{"north":{"uv":[8,6.6,7.5,6],"texture":"#0"},"east":{"uv":[8.1,8,7.5,6],"rotation":270,"texture":"#0"},"west":{"uv":[8.1,8,7.5,6],"rotation":90,"texture":"#0"},"up":{"uv":[7.5,6,8.1,8],"texture":"#0"}}},{"from":[7.76,-6.86512,6.23226],"to":[8.24,-6.28512,7.21226],"rotation":{"angle":22.5,"axis":"x","origin":[8.0025,-7.99352,7.95226]},"faces":{"east":{"uv":[8.1,6,7.5,8],"rotation":270,"texture":"#0"},"south":{"uv":[7.5,6.6,8,6],"texture":"#0"},"west":{"uv":[8.1,6,7.5,8],"rotation":90,"texture":"#0"},"up":{"uv":[7.5,8,8.1,6],"texture":"#0"},"down":{"uv":[7.5,8,8.1,6],"rotation":180,"texture":"#0"}}},{"from":[7.76,18.82138,4.06481],"to":[8.24,20.80138,5.04481],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00333,20.85808,4.7233]},"faces":{"north":{"uv":[6,5.5,6.5,7.5],"rotation":180,"texture":"#0"},"east":{"uv":[6,5.5,7,7.5],"texture":"#0"},"south":{"uv":[6,5.5,7,7.5],"rotation":180,"texture":"#0"},"west":{"uv":[6,5.5,7,7.5],"rotation":180,"texture":"#0"},"up":{"uv":[6,5.5,7,7.5],"rotation":180,"texture":"#0"}}},{"from":[7.76,16.10473,7.00152],"to":[8.24,17.08473,8.98152],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0025,16.4281,8.89066]},"faces":{"east":{"uv":[7,5.5,6,7.5],"rotation":270,"texture":"#0"},"south":{"uv":[6,7.5,7,5.5],"rotation":180,"texture":"#0"},"west":{"uv":[7,5.5,6,7.5],"rotation":270,"texture":"#0"},"up":{"uv":[7,5.5,6,7.5],"texture":"#0"},"down":{"uv":[6.5,5.5,6,7.5],"rotation":180,"texture":"#0"}}},{"from":[7.76,16.36768,5.04296],"to":[8.24,17.34768,7.02296],"rotation":{"angle":22.5,"axis":"x","origin":[8.002,17.31339,4.50417]},"faces":{"north":{"uv":[7,7.5,6,5.5],"rotation":180,"texture":"#0"},"east":{"uv":[7,7.5,6,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[7,7.5,6,5.5],"rotation":270,"texture":"#0"},"up":{"uv":[7,7.5,6,5.5],"texture":"#0"},"down":{"uv":[6.5,7.5,6,5.5],"rotation":180,"texture":"#0"}}},{"from":[7.76,-8.59967,5.58602],"to":[8.24,-7.61967,7.16602],"rotation":{"angle":-45,"axis":"x","origin":[8.0025,-7.99352,5.54774]},"faces":{"north":{"uv":[7,5.5,6,7.5],"rotation":180,"texture":"#0"},"east":{"uv":[6,7.5,7,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[6,7.5,7,5.5],"rotation":270,"texture":"#0"},"up":{"uv":[6.5,5.5,6,7.5],"rotation":180,"texture":"#0"},"down":{"uv":[7,5.5,6,7.5],"texture":"#0"}}},{"from":[7.76,-8.59967,6.33398],"to":[8.24,-7.61967,7.91398],"rotation":{"angle":45,"axis":"x","origin":[8.0025,-7.99352,7.95226]},"faces":{"east":{"uv":[6,5.5,7,7.5],"rotation":270,"texture":"#0"},"south":{"uv":[6,5.5,7,7.5],"rotation":180,"texture":"#0"},"west":{"uv":[6,5.5,7,7.5],"rotation":270,"texture":"#0"},"up":{"uv":[6.5,7.5,6,5.5],"rotation":180,"texture":"#0"},"down":{"uv":[7,7.5,6,5.5],"texture":"#0"}}},{"from":[7.765,23.87399,5.29076],"to":[8.235,24.34399,5.76076],"rotation":{"angle":0,"axis":"x","origin":[8,23.85899,5.52576]},"faces":{"north":{"uv":[1.5,2,2.5,3],"texture":"#0"},"east":{"uv":[1.5,2,2.5,3],"texture":"#0"},"south":{"uv":[1.5,2,2.5,3],"texture":"#0"},"west":{"uv":[1.5,2,2.5,3],"texture":"#0"},"up":{"uv":[1.5,2,2.5,3],"texture":"#0"},"down":{"uv":[1.5,2,2.5,3],"texture":"#0"}}},{"from":[7.78,-9.63243,5.12179],"to":[8.22,-9.19243,5.56179],"rotation":{"angle":0,"axis":"x","origin":[8.0025,-7.99352,5.54774]},"faces":{"north":{"uv":[8.5,2.5,9,2],"texture":"#0"},"east":{"uv":[8.5,2.5,9,2],"texture":"#0"},"south":{"uv":[8.5,2.5,9,2],"texture":"#0"},"west":{"uv":[8.5,2.5,9,2],"texture":"#0"},"down":{"uv":[8.5,2.5,9,2],"texture":"#0"}}},{"from":[7.78,-9.63243,7.93821],"to":[8.22,-9.19243,8.37821],"rotation":{"angle":0,"axis":"x","origin":[8.0025,-7.99352,7.95226]},"faces":{"north":{"uv":[9,2.5,8.5,2],"texture":"#0"},"east":{"uv":[9,2.5,8.5,2],"texture":"#0"},"south":{"uv":[9,2.5,8.5,2],"texture":"#0"},"west":{"uv":[9,2.5,8.5,2],"texture":"#0"},"down":{"uv":[8.5,2,9,2.5],"texture":"#0"}}},{"from":[7.773,28.63726,7.38716],"to":[8.237,29.60126,8.25116],"rotation":{"angle":45,"axis":"x","origin":[8.005,29.02462,7.66886]},"faces":{"north":{"uv":[2.5,0,3.4,1],"rotation":90,"texture":"#0"},"east":{"uv":[2.5,0,3.4,1],"rotation":90,"texture":"#0"},"south":{"uv":[2.5,0,3.4,1],"rotation":90,"texture":"#0"},"west":{"uv":[2.5,0,3.4,1],"rotation":90,"texture":"#0"},"up":{"uv":[2.5,0,3.4,1],"rotation":90,"texture":"#0"},"down":{"uv":[2.5,0,3.4,1],"rotation":90,"texture":"#0"}}},{"from":[7.775,19.15092,8.98276],"to":[8.235,20.11092,9.44276],"rotation":{"angle":22.5,"axis":"x","origin":[8.00333,18.98836,8.66975]},"faces":{"north":{"uv":[8,5,8.5,6],"rotation":180,"texture":"#0"},"east":{"uv":[8,5,8.5,6],"rotation":180,"texture":"#0"},"south":{"uv":[8,5,8.5,6],"rotation":180,"texture":"#0"},"west":{"uv":[8,5,8.5,6],"rotation":180,"texture":"#0"},"up":{"uv":[8,5,8.5,6],"rotation":180,"texture":"#0"},"down":{"uv":[8,5,8.5,6],"rotation":180,"texture":"#0"}}},{"from":[7.775,14.99002,7.26362],"to":[8.235,15.45002,8.22362],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0025,16.4281,8.59066]},"faces":{"north":{"uv":[8,5,8.5,6],"texture":"#0"},"east":{"uv":[8,5,8.5,6],"rotation":90,"texture":"#0"},"south":{"uv":[8,5,8.5,6],"rotation":180,"texture":"#0"},"west":{"uv":[8,5,8.5,6],"rotation":270,"texture":"#0"},"up":{"uv":[8,5,8.5,6],"texture":"#0"},"down":{"uv":[8,5,8.5,6],"rotation":180,"texture":"#0"}}},{"from":[7.775,15.29002,5.17638],"to":[8.235,15.75002,6.13638],"rotation":{"angle":22.5,"axis":"x","origin":[8.0025,16.7281,4.80934]},"faces":{"north":{"uv":[8.5,5,8,6],"rotation":180,"texture":"#0"},"east":{"uv":[8,6,8.5,5],"rotation":90,"texture":"#0"},"south":{"uv":[8.5,5,8,6],"texture":"#0"},"west":{"uv":[8,6,8.5,5],"rotation":270,"texture":"#0"},"up":{"uv":[8,6,8.5,5],"texture":"#0"},"down":{"uv":[8,6,8.5,5],"rotation":180,"texture":"#0"}}},{"from":[7.775,-7.16335,5.92019],"to":[8.235,-6.70335,6.88019],"rotation":{"angle":-45,"axis":"x","origin":[8.0025,-7.99352,5.54774]},"faces":{"north":{"uv":[8.5,6,8,5],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,6,8,5],"rotation":90,"texture":"#0"},"south":{"uv":[8.5,6,8,5],"texture":"#0"},"west":{"uv":[8.5,6,8,5],"rotation":270,"texture":"#0"},"up":{"uv":[8,5,8.5,6],"rotation":180,"texture":"#0"},"down":{"uv":[8,5,8.5,6],"texture":"#0"}}},{"from":[7.775,-7.16335,6.61981],"to":[8.235,-6.70335,7.57981],"rotation":{"angle":45,"axis":"x","origin":[8.0025,-7.99352,7.95226]},"faces":{"north":{"uv":[8,6,8.5,5],"texture":"#0"},"east":{"uv":[8.5,5,8,6],"rotation":90,"texture":"#0"},"south":{"uv":[8,6,8.5,5],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,5,8,6],"rotation":270,"texture":"#0"},"up":{"uv":[8,6,8.5,5],"rotation":180,"texture":"#0"},"down":{"uv":[8,6,8.5,5],"texture":"#0"}}},{"from":[7.775,-5.59728,6.98373],"to":[8.235,-5.13728,7.94373],"rotation":{"angle":22.5,"axis":"x","origin":[8.005,-5.41765,7.80446]},"faces":{"east":{"uv":[8.5,5,8,6],"rotation":90,"texture":"#0"},"south":{"uv":[8,6,8.5,5],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,5,8,6],"rotation":270,"texture":"#0"},"up":{"uv":[8,6,8.5,5],"rotation":180,"texture":"#0"},"down":{"uv":[8,6,8.5,5],"texture":"#0"}}},{"from":[7.775,13.63728,6.98373],"to":[8.235,14.09728,7.94373],"rotation":{"angle":-22.5,"axis":"x","origin":[8.005,13.91765,7.80446]},"faces":{"east":{"uv":[8,5,8.5,6],"rotation":90,"texture":"#0"},"south":{"uv":[8,5,8.5,6],"rotation":180,"texture":"#0"},"west":{"uv":[8,5,8.5,6],"rotation":270,"texture":"#0"},"up":{"uv":[8,5,8.5,6],"texture":"#0"},"down":{"uv":[8,5,8.5,6],"rotation":180,"texture":"#0"}}},{"from":[7.775,-5.59728,5.45627],"to":[8.235,-5.13728,6.41627],"rotation":{"angle":-22.5,"axis":"x","origin":[8.005,-5.41765,5.59554]},"faces":{"north":{"uv":[8.5,6,8,5],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,6,8,5],"rotation":90,"texture":"#0"},"west":{"uv":[8.5,6,8,5],"rotation":270,"texture":"#0"},"up":{"uv":[8,5,8.5,6],"rotation":180,"texture":"#0"},"down":{"uv":[8,5,8.5,6],"texture":"#0"}}},{"from":[7.775,13.63728,5.45627],"to":[8.235,14.09728,6.41627],"rotation":{"angle":22.5,"axis":"x","origin":[8.005,13.91765,5.59554]},"faces":{"north":{"uv":[8.5,5,8,6],"rotation":180,"texture":"#0"},"east":{"uv":[8,6,8.5,5],"rotation":90,"texture":"#0"},"west":{"uv":[8,6,8.5,5],"rotation":270,"texture":"#0"},"up":{"uv":[8,6,8.5,5],"texture":"#0"},"down":{"uv":[8,6,8.5,5],"rotation":180,"texture":"#0"}}},{"from":[7.775,20.5587,4.14163],"to":[8.235,21.5187,5.00163],"rotation":{"angle":0,"axis":"x","origin":[8.00333,20.85808,4.7233]},"faces":{"north":{"uv":[6,4.5,6.5,5.5],"texture":"#0"},"east":{"uv":[6.9,4.5,6,5.5],"texture":"#0"},"south":{"uv":[6.5,4.5,7,5.5],"texture":"#0"},"west":{"uv":[6,4.5,6.9,5.5],"texture":"#0"},"up":{"uv":[6,4.5,6.9,5.5],"texture":"#0"},"down":{"uv":[6,4.5,6.9,5.5],"texture":"#0"}}},{"from":[7.775,16.39329,8.35919],"to":[8.235,17.35329,9.21919],"rotation":{"angle":45,"axis":"x","origin":[8.0025,16.4281,8.89066]},"faces":{"north":{"uv":[7,4.5,6.5,5.5],"texture":"#0"},"east":{"uv":[6,4.5,6.9,5.5],"texture":"#0"},"south":{"uv":[6.5,4.5,6,5.5],"texture":"#0"},"west":{"uv":[6.9,4.5,6,5.5],"texture":"#0"},"up":{"uv":[6,5.5,6.9,4.5],"texture":"#0"},"down":{"uv":[6,5.5,6.9,4.5],"texture":"#0"}}},{"from":[7.775,16.4587,3.84163],"to":[8.235,17.4187,4.70163],"rotation":{"angle":-45,"axis":"x","origin":[8.002,17.31339,4.50417]},"faces":{"north":{"uv":[6,4.5,6.5,5.5],"texture":"#0"},"east":{"uv":[6.9,4.5,6,5.5],"texture":"#0"},"south":{"uv":[6.5,4.5,7,5.5],"texture":"#0"},"west":{"uv":[6,4.5,6.9,5.5],"texture":"#0"},"up":{"uv":[6,4.5,6.9,5.5],"texture":"#0"},"down":{"uv":[6,4.5,6.9,5.5],"texture":"#0"}}},{"from":[7.775,-8.78009,5.222],"to":[8.235,-7.82009,6.082],"rotation":{"angle":22.5,"axis":"x","origin":[8.0025,-7.99352,5.54774]},"faces":{"north":{"uv":[6,5.5,6.5,4.5],"texture":"#0"},"east":{"uv":[6.9,5.5,6,4.5],"texture":"#0"},"south":{"uv":[6.5,5.5,7,4.5],"texture":"#0"},"west":{"uv":[6,5.5,6.9,4.5],"texture":"#0"},"up":{"uv":[6,5.5,6.9,4.5],"texture":"#0"},"down":{"uv":[6,5.5,6.9,4.5],"texture":"#0"}}},{"from":[7.775,-8.78009,7.418],"to":[8.235,-7.82009,8.278],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0025,-7.99352,7.95226]},"faces":{"north":{"uv":[7,5.5,6.5,4.5],"texture":"#0"},"east":{"uv":[6,5.5,6.9,4.5],"texture":"#0"},"south":{"uv":[6.5,5.5,6,4.5],"texture":"#0"},"west":{"uv":[6.9,5.5,6,4.5],"texture":"#0"},"up":{"uv":[6,4.5,6.9,5.5],"texture":"#0"},"down":{"uv":[6,4.5,6.9,5.5],"texture":"#0"}}},{"from":[7.78,29.59452,8.01696],"to":[8.23,29.84452,8.71696],"rotation":{"angle":-22.5,"axis":"x","origin":[8.005,29.41952,8.49196]},"faces":{"north":{"uv":[4,0,4.8,0.75],"rotation":270,"texture":"#0"},"east":{"uv":[4,0,4.8,0.75],"rotation":270,"texture":"#0"},"south":{"uv":[4,0,4.8,0.75],"rotation":270,"texture":"#0"},"west":{"uv":[4,0,4.8,0.75],"rotation":270,"texture":"#0"},"up":{"uv":[4,0,4.8,0.75],"rotation":270,"texture":"#0"},"down":{"uv":[4,0,4.8,0.75],"rotation":270,"texture":"#0"}}},{"from":[7.775,28.9623,8.07787],"to":[8.235,29.5723,8.43787],"rotation":{"angle":22.5,"axis":"x","origin":[8.005,29.3173,8.50787]},"faces":{"north":{"uv":[4,0,4.8,0.75],"rotation":90,"texture":"#0"},"east":{"uv":[4,0,4.8,0.75],"rotation":180,"texture":"#0"},"south":{"uv":[4,0,4.8,0.75],"rotation":270,"texture":"#0"},"west":{"uv":[4,0,4.8,0.75],"texture":"#0"},"up":{"uv":[4,0,4.8,0.75],"rotation":90,"texture":"#0"}}},{"from":[7.78,19.69236,9.41004],"to":[8.23,20.39236,9.76004],"rotation":{"angle":0,"axis":"x","origin":[8.00333,18.98836,8.66975]},"faces":{"north":{"uv":[7.5,3,7.9,3.75],"texture":"#0"},"east":{"uv":[7.5,3,7.9,3.75],"texture":"#0"},"south":{"uv":[7.5,3,7.9,3.75],"texture":"#0"},"west":{"uv":[7.5,3,7.9,3.75],"texture":"#0"},"up":{"uv":[7.5,3,7.9,3.75],"texture":"#0"}}},{"from":[7.78,15.50138,9.37535],"to":[8.23,16.20138,9.72535],"rotation":{"angle":45,"axis":"x","origin":[8.0025,16.4281,8.59066]},"faces":{"north":{"uv":[7.5,3,7.9,3.75],"texture":"#0"},"east":{"uv":[7.5,3,7.9,3.75],"texture":"#0"},"south":{"uv":[7.5,3,7.9,3.75],"texture":"#0"},"west":{"uv":[7.5,3,7.9,3.75],"texture":"#0"},"up":{"uv":[7.5,3,7.9,3.75],"texture":"#0"}}},{"from":[7.78,15.80138,3.67465],"to":[8.23,16.50138,4.02465],"rotation":{"angle":-45,"axis":"x","origin":[8.0025,16.7281,4.80934]},"faces":{"north":{"uv":[7.9,3,7.5,3.75],"texture":"#0"},"east":{"uv":[7.9,3,7.5,3.75],"texture":"#0"},"south":{"uv":[7.9,3,7.5,3.75],"texture":"#0"},"west":{"uv":[7.9,3,7.5,3.75],"texture":"#0"},"up":{"uv":[7.5,3.75,7.9,3],"texture":"#0"}}},{"from":[7.78,-7.8184,4.55177],"to":[8.23,-7.1184,4.90177],"rotation":{"angle":22.5,"axis":"x","origin":[8.0025,-7.99352,5.54774]},"faces":{"north":{"uv":[7.9,3.75,7.5,3],"texture":"#0"},"east":{"uv":[7.9,3.75,7.5,3],"texture":"#0"},"south":{"uv":[7.9,3.75,7.5,3],"texture":"#0"},"west":{"uv":[7.9,3.75,7.5,3],"texture":"#0"},"down":{"uv":[7.5,3,7.9,3.75],"texture":"#0"}}},{"from":[7.78,-7.8184,8.59823],"to":[8.23,-7.1184,8.94823],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0025,-7.99352,7.95226]},"faces":{"north":{"uv":[7.5,3.75,7.9,3],"texture":"#0"},"east":{"uv":[7.5,3.75,7.9,3],"texture":"#0"},"south":{"uv":[7.5,3.75,7.9,3],"texture":"#0"},"west":{"uv":[7.5,3.75,7.9,3],"texture":"#0"},"down":{"uv":[7.5,3.75,7.9,3],"texture":"#0"}}},{"from":[7.78,-6.10172,7.71332],"to":[8.23,-5.40172,8.06332],"rotation":{"angle":-45,"axis":"x","origin":[8.005,-5.41765,7.80446]},"faces":{"north":{"uv":[7.5,3.75,7.9,3],"texture":"#0"},"east":{"uv":[7.5,3.75,7.9,3],"texture":"#0"},"south":{"uv":[7.5,3.75,7.9,3],"texture":"#0"},"west":{"uv":[7.5,3.75,7.9,3],"texture":"#0"},"down":{"uv":[7.5,3.75,7.9,3],"texture":"#0"}}},{"from":[7.78,13.90172,7.71332],"to":[8.23,14.60172,8.06332],"rotation":{"angle":45,"axis":"x","origin":[8.005,13.91765,7.80446]},"faces":{"north":{"uv":[7.5,3,7.9,3.75],"texture":"#0"},"east":{"uv":[7.5,3,7.9,3.75],"texture":"#0"},"south":{"uv":[7.5,3,7.9,3.75],"texture":"#0"},"west":{"uv":[7.5,3,7.9,3.75],"texture":"#0"},"up":{"uv":[7.5,3,7.9,3.75],"texture":"#0"}}},{"from":[7.78,-6.10172,5.33668],"to":[8.23,-5.40172,5.68668],"rotation":{"angle":45,"axis":"x","origin":[8.005,-5.41765,5.59554]},"faces":{"north":{"uv":[7.9,3.75,7.5,3],"texture":"#0"},"east":{"uv":[7.9,3.75,7.5,3],"texture":"#0"},"south":{"uv":[7.9,3.75,7.5,3],"texture":"#0"},"west":{"uv":[7.9,3.75,7.5,3],"texture":"#0"},"down":{"uv":[7.5,3,7.9,3.75],"texture":"#0"}}},{"from":[7.775,2.90272,5.45627],"to":[8.235,3.36272,6.41627],"rotation":{"angle":-22.5,"axis":"x","origin":[8.005,3.08235,5.59554]},"faces":{"north":{"uv":[8.5,6,8,5],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,6,8,5],"rotation":90,"texture":"#0"},"west":{"uv":[8.5,6,8,5],"rotation":270,"texture":"#0"},"up":{"uv":[8,5,8.5,6],"rotation":180,"texture":"#0"},"down":{"uv":[8,5,8.5,6],"texture":"#0"}}},{"from":[7.78,2.39828,5.33668],"to":[8.23,3.09828,5.68668],"rotation":{"angle":45,"axis":"x","origin":[8.005,3.08235,5.59554]},"faces":{"north":{"uv":[7.9,3.75,7.5,3],"texture":"#0"},"east":{"uv":[7.9,3.75,7.5,3],"texture":"#0"},"south":{"uv":[7.9,3.75,7.5,3],"texture":"#0"},"west":{"uv":[7.9,3.75,7.5,3],"texture":"#0"},"down":{"uv":[7.5,3,7.9,3.75],"texture":"#0"}}},{"from":[7.775,2.90272,6.98373],"to":[8.235,3.36272,7.94373],"rotation":{"angle":22.5,"axis":"x","origin":[8.005,3.08235,7.80446]},"faces":{"east":{"uv":[8.5,5,8,6],"rotation":90,"texture":"#0"},"south":{"uv":[8,6,8.5,5],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,5,8,6],"rotation":270,"texture":"#0"},"up":{"uv":[8,6,8.5,5],"rotation":180,"texture":"#0"},"down":{"uv":[8,6,8.5,5],"texture":"#0"}}},{"from":[7.78,2.39828,7.71332],"to":[8.23,3.09828,8.06332],"rotation":{"angle":-45,"axis":"x","origin":[8.005,3.08235,7.80446]},"faces":{"north":{"uv":[7.5,3.75,7.9,3],"texture":"#0"},"east":{"uv":[7.5,3.75,7.9,3],"texture":"#0"},"south":{"uv":[7.5,3.75,7.9,3],"texture":"#0"},"west":{"uv":[7.5,3.75,7.9,3],"texture":"#0"},"down":{"uv":[7.5,3.75,7.9,3],"texture":"#0"}}},{"from":[7.78,13.90172,5.33668],"to":[8.23,14.60172,5.68668],"rotation":{"angle":-45,"axis":"x","origin":[8.005,13.91765,5.59554]},"faces":{"north":{"uv":[7.9,3,7.5,3.75],"texture":"#0"},"east":{"uv":[7.9,3,7.5,3.75],"texture":"#0"},"south":{"uv":[7.9,3,7.5,3.75],"texture":"#0"},"west":{"uv":[7.9,3,7.5,3.75],"texture":"#0"},"up":{"uv":[7.5,3.75,7.9,3],"texture":"#0"}}},{"from":[7.78,21.25853,3.93657],"to":[8.23,21.95853,4.68657],"rotation":{"angle":22.5,"axis":"x","origin":[8.00333,20.85808,4.7233]},"faces":{"north":{"uv":[6,4.5,6.5,4.75],"rotation":180,"texture":"#0"},"east":{"uv":[6,4.5,6.5,4.75],"rotation":180,"texture":"#0"},"south":{"uv":[6,4.5,6.5,4.75],"rotation":180,"texture":"#0"},"west":{"uv":[6,4.5,6.5,4.75],"rotation":180,"texture":"#0"},"up":{"uv":[6,4.5,6.5,4.75],"rotation":180,"texture":"#0"},"down":{"uv":[6,4.5,6.5,4.75],"rotation":180,"texture":"#0"}}},{"from":[7.78,17.16985,8.79477],"to":[8.23,17.86985,9.54477],"rotation":{"angle":22.5,"axis":"x","origin":[8.0025,16.4281,8.89066]},"faces":{"north":{"uv":[6.5,4.5,6,4.75],"rotation":180,"texture":"#0"},"east":{"uv":[6.5,4.5,6,4.75],"rotation":180,"texture":"#0"},"south":{"uv":[6.5,4.5,6,4.75],"rotation":180,"texture":"#0"},"west":{"uv":[6.5,4.5,6,4.75],"rotation":180,"texture":"#0"},"up":{"uv":[6,4.75,6.5,4.5],"rotation":180,"texture":"#0"},"down":{"uv":[6,4.75,6.5,4.5],"rotation":180,"texture":"#0"}}},{"from":[7.78,17.16985,3.85523],"to":[8.23,17.86985,4.60523],"rotation":{"angle":-22.5,"axis":"x","origin":[8.002,17.31339,4.50417]},"faces":{"north":{"uv":[6,4.5,6.5,4.75],"rotation":180,"texture":"#0"},"east":{"uv":[6,4.5,6.5,4.75],"rotation":180,"texture":"#0"},"south":{"uv":[6,4.5,6.5,4.75],"rotation":180,"texture":"#0"},"west":{"uv":[6,4.5,6.5,4.75],"rotation":180,"texture":"#0"},"up":{"uv":[6,4.5,6.5,4.75],"rotation":180,"texture":"#0"},"down":{"uv":[6,4.5,6.5,4.75],"rotation":180,"texture":"#0"}}},{"from":[7.78,-9.30827,4.94926],"to":[8.23,-8.60827,5.69926],"rotation":{"angle":0,"axis":"x","origin":[8.0025,-7.99352,5.54774]},"faces":{"north":{"uv":[6,4.75,6.5,4.5],"rotation":180,"texture":"#0"},"east":{"uv":[6,4.75,6.5,4.5],"rotation":180,"texture":"#0"},"south":{"uv":[6,4.75,6.5,4.5],"rotation":180,"texture":"#0"},"west":{"uv":[6,4.75,6.5,4.5],"rotation":180,"texture":"#0"},"up":{"uv":[6,4.75,6.5,4.5],"rotation":180,"texture":"#0"},"down":{"uv":[6,4.75,6.5,4.5],"rotation":180,"texture":"#0"}}},{"from":[7.78,-9.30827,7.80074],"to":[8.23,-8.60827,8.55074],"rotation":{"angle":0,"axis":"x","origin":[8.0025,-7.99352,7.95226]},"faces":{"north":{"uv":[6.5,4.75,6,4.5],"rotation":180,"texture":"#0"},"east":{"uv":[6.5,4.75,6,4.5],"rotation":180,"texture":"#0"},"south":{"uv":[6.5,4.75,6,4.5],"rotation":180,"texture":"#0"},"west":{"uv":[6.5,4.75,6,4.5],"rotation":180,"texture":"#0"},"up":{"uv":[6,4.5,6.5,4.75],"rotation":180,"texture":"#0"},"down":{"uv":[6,4.5,6.5,4.75],"rotation":180,"texture":"#0"}}},{"from":[7.77,23.61222,5.57195],"to":[8.23,24.17222,5.93195],"rotation":{"angle":-45,"axis":"x","origin":[8,23.69222,5.80195]},"faces":{"north":{"uv":[1.5,2,2.5,3],"texture":"#0"},"east":{"uv":[1.5,2,2.5,3],"texture":"#0"},"south":{"uv":[1.5,2,2.5,3],"texture":"#0"},"west":{"uv":[1.5,2,2.5,3],"texture":"#0"},"up":{"uv":[1.5,2,2.5,3],"texture":"#0"},"down":{"uv":[1.5,2,2.5,3],"texture":"#0"}}},{"from":[7.785,21.95587,4.51583],"to":[8.215,22.28587,5.29583],"rotation":{"angle":-45,"axis":"x","origin":[8,22.12087,4.78083]},"faces":{"east":{"uv":[9,0.5,9.4,1.1],"rotation":270,"texture":"#0"},"south":{"uv":[9,0.5,9.4,1.1],"rotation":270,"texture":"#0"},"west":{"uv":[9,0.5,9.4,1.1],"rotation":270,"texture":"#0"},"up":{"uv":[9,0.5,9.4,1.1],"rotation":270,"texture":"#0"},"down":{"uv":[9,0.5,9.4,1.1],"rotation":270,"texture":"#0"}}},{"from":[7.785,17.11126,9.85317],"to":[8.215,17.64126,10.18317],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0025,16.1781,8.59066]},"faces":{"north":{"uv":[9.4,0.5,9,1.1],"rotation":90,"texture":"#0"},"east":{"uv":[9,1.1,9.4,0.5],"rotation":180,"texture":"#0"},"south":{"uv":[9.4,0.5,9,1.1],"rotation":270,"texture":"#0"},"west":{"uv":[9,1.1,9.4,0.5],"texture":"#0"},"up":{"uv":[9,1.1,9.4,0.5],"rotation":90,"texture":"#0"}}},{"from":[7.785,17.17422,3.74132],"to":[8.215,17.95422,4.07132],"rotation":{"angle":22.5,"axis":"x","origin":[8.002,17.11339,4.70417]},"faces":{"north":{"uv":[9.4,1.1,9,0.5],"rotation":270,"texture":"#0"},"east":{"uv":[9.4,1.1,9,0.5],"rotation":180,"texture":"#0"},"south":{"uv":[9.4,1.1,9,0.5],"rotation":90,"texture":"#0"},"west":{"uv":[9.4,1.1,9,0.5],"texture":"#0"},"up":{"uv":[9.4,1.1,9,0.5],"rotation":90,"texture":"#0"}}},{"from":[7.76,9.36768,5.79296],"to":[8.24,10.34768,6.77296],"rotation":{"angle":22.5,"axis":"x","origin":[8.002,10.31339,5.25417]},"faces":{"north":{"uv":[7,7.5,6,5.5],"rotation":180,"texture":"#0"},"east":{"uv":[7,7.5,6,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[7,7.5,6,5.5],"rotation":270,"texture":"#0"},"up":{"uv":[7,7.5,6,5.5],"texture":"#0"},"down":{"uv":[6.5,7.5,6,5.5],"rotation":180,"texture":"#0"}}},{"from":[7.775,9.4587,4.59163],"to":[8.235,10.4187,5.45163],"rotation":{"angle":-45,"axis":"x","origin":[8.002,10.31339,5.25417]},"faces":{"north":{"uv":[6,4.5,6.5,5.5],"texture":"#0"},"east":{"uv":[6.9,4.5,6,5.5],"texture":"#0"},"south":{"uv":[6.5,4.5,7,5.5],"texture":"#0"},"west":{"uv":[6,4.5,6.9,5.5],"texture":"#0"},"up":{"uv":[6,4.5,6.9,5.5],"texture":"#0"},"down":{"uv":[6,4.5,6.9,5.5],"texture":"#0"}}},{"from":[7.78,10.16985,4.60523],"to":[8.23,10.86985,5.35523],"rotation":{"angle":-22.5,"axis":"x","origin":[8.002,10.31339,5.25417]},"faces":{"north":{"uv":[6,4.5,6.5,4.75],"rotation":180,"texture":"#0"},"east":{"uv":[6,4.5,6.5,4.75],"rotation":180,"texture":"#0"},"south":{"uv":[6,4.5,6.5,4.75],"rotation":180,"texture":"#0"},"west":{"uv":[6,4.5,6.5,4.75],"rotation":180,"texture":"#0"},"up":{"uv":[6,4.5,6.5,4.75],"rotation":180,"texture":"#0"},"down":{"uv":[6,4.5,6.5,4.75],"rotation":180,"texture":"#0"}}},{"from":[7.78,10.75402,4.77776],"to":[8.22,11.19402,5.21776],"rotation":{"angle":-22.5,"axis":"x","origin":[8.002,10.31339,5.25417]},"faces":{"north":{"uv":[8.5,2,9,2.5],"texture":"#0"},"east":{"uv":[8.5,2,9,2.5],"texture":"#0"},"south":{"uv":[8.5,2,9,2.5],"texture":"#0"},"west":{"uv":[8.5,2,9,2.5],"texture":"#0"},"up":{"uv":[8.5,2,9,2.5],"texture":"#0"}}},{"from":[7.785,10.62422,4.29132],"to":[8.215,11.15422,4.62132],"rotation":{"angle":22.5,"axis":"x","origin":[8.002,10.31339,5.25417]},"faces":{"north":{"uv":[9.4,1.1,9,0.5],"rotation":270,"texture":"#0"},"east":{"uv":[9.4,1.1,9,0.5],"rotation":180,"texture":"#0"},"south":{"uv":[9.4,1.1,9,0.5],"rotation":90,"texture":"#0"},"west":{"uv":[9.4,1.1,9,0.5],"texture":"#0"},"up":{"uv":[9.4,1.1,9,0.5],"rotation":90,"texture":"#0"},"down":{"uv":[9.4,1.1,9,0.5],"rotation":270,"texture":"#0"}}},{"from":[7.785,10.62422,8.92868],"to":[8.215,11.15422,9.25868],"rotation":{"angle":-22.5,"axis":"x","origin":[8.002,10.31339,8.29583]},"faces":{"north":{"uv":[9.4,0.5,9,1.1],"rotation":90,"texture":"#0"},"east":{"uv":[9,1.1,9.4,0.5],"rotation":180,"texture":"#0"},"south":{"uv":[9.4,0.5,9,1.1],"rotation":270,"texture":"#0"},"west":{"uv":[9,1.1,9.4,0.5],"texture":"#0"},"up":{"uv":[9,1.1,9.4,0.5],"rotation":90,"texture":"#0"},"down":{"uv":[9,1.1,9.4,0.5],"rotation":270,"texture":"#0"}}},{"from":[7.78,10.75402,8.33224],"to":[8.22,11.19402,8.77224],"rotation":{"angle":22.5,"axis":"x","origin":[8.002,10.31339,8.29583]},"faces":{"north":{"uv":[9,2,8.5,2.5],"texture":"#0"},"east":{"uv":[9,2,8.5,2.5],"texture":"#0"},"south":{"uv":[9,2,8.5,2.5],"texture":"#0"},"west":{"uv":[9,2,8.5,2.5],"texture":"#0"},"up":{"uv":[8.5,2.5,9,2],"texture":"#0"}}},{"from":[7.78,10.16985,8.19477],"to":[8.23,10.86985,8.94477],"rotation":{"angle":22.5,"axis":"x","origin":[8.002,10.31339,8.29583]},"faces":{"north":{"uv":[6.5,4.5,6,4.75],"rotation":180,"texture":"#0"},"east":{"uv":[6.5,4.5,6,4.75],"rotation":180,"texture":"#0"},"south":{"uv":[6.5,4.5,6,4.75],"rotation":180,"texture":"#0"},"west":{"uv":[6.5,4.5,6,4.75],"rotation":180,"texture":"#0"},"up":{"uv":[6,4.75,6.5,4.5],"rotation":180,"texture":"#0"},"down":{"uv":[6,4.75,6.5,4.5],"rotation":180,"texture":"#0"}}},{"from":[7.775,9.4587,8.09837],"to":[8.235,10.4187,8.95837],"rotation":{"angle":45,"axis":"x","origin":[8.002,10.31339,8.29583]},"faces":{"north":{"uv":[7,4.5,6.5,5.5],"texture":"#0"},"east":{"uv":[6,4.5,6.9,5.5],"texture":"#0"},"south":{"uv":[6.5,4.5,6,5.5],"texture":"#0"},"west":{"uv":[6.9,4.5,6,5.5],"texture":"#0"},"up":{"uv":[6,5.5,6.9,4.5],"texture":"#0"},"down":{"uv":[6,5.5,6.9,4.5],"texture":"#0"}}},{"from":[7.76,9.36768,6.77704],"to":[8.24,10.34768,7.75704],"rotation":{"angle":-22.5,"axis":"x","origin":[8.002,10.31339,8.29583]},"faces":{"east":{"uv":[7,5.5,6,7.5],"rotation":270,"texture":"#0"},"south":{"uv":[6,7.5,7,5.5],"rotation":180,"texture":"#0"},"west":{"uv":[7,5.5,6,7.5],"rotation":270,"texture":"#0"},"up":{"uv":[7,5.5,6,7.5],"texture":"#0"},"down":{"uv":[6.5,5.5,6,7.5],"rotation":180,"texture":"#0"}}},{"from":[7.785,-9.40621,4.08438],"to":[8.215,-8.87621,4.41438],"rotation":{"angle":-45,"axis":"x","origin":[8.0025,-7.99352,5.54774]},"faces":{"north":{"uv":[9,1.1,9.4,0.5],"rotation":270,"texture":"#0"},"east":{"uv":[9.4,0.5,9,1.1],"rotation":180,"texture":"#0"},"south":{"uv":[9,1.1,9.4,0.5],"rotation":90,"texture":"#0"},"west":{"uv":[9.4,0.5,9,1.1],"texture":"#0"},"up":{"uv":[9,1.1,9.4,0.5],"rotation":270,"texture":"#0"},"down":{"uv":[9,1.1,9.4,0.5],"rotation":90,"texture":"#0"}}},{"from":[7.785,-9.40621,9.08562],"to":[8.215,-8.87621,9.41562],"rotation":{"angle":45,"axis":"x","origin":[8.0025,-7.99352,7.95226]},"faces":{"north":{"uv":[9,0.5,9.4,1.1],"rotation":90,"texture":"#0"},"east":{"uv":[9,0.5,9.4,1.1],"rotation":180,"texture":"#0"},"south":{"uv":[9,0.5,9.4,1.1],"rotation":270,"texture":"#0"},"west":{"uv":[9,0.5,9.4,1.1],"texture":"#0"},"up":{"uv":[9.4,1.1,9,0.5],"rotation":270,"texture":"#0"},"down":{"uv":[9.4,1.1,9,0.5],"rotation":90,"texture":"#0"}}},{"from":[7.749,18.24605,5.90349],"to":[8.251,25.24805,7.15549],"rotation":{"angle":22.5,"axis":"x","origin":[8,22.24705,6.65449]},"faces":{"north":{"uv":[2.5,4.5,9.5,5],"rotation":90,"texture":"#0"},"east":{"uv":[2,4.5,9,6],"rotation":90,"texture":"#0"},"south":{"uv":[2.5,4,9.5,4.5],"rotation":90,"texture":"#0"},"west":{"uv":[9,4.5,2,6],"rotation":270,"texture":"#0"},"up":{"uv":[3,4,4.25,4.5],"rotation":90,"texture":"#0"},"down":{"uv":[2,4,9,5.5],"rotation":90,"texture":"#0"}}},{"from":[7.755,24.88455,5.80911],"to":[8.245,26.12455,8.04911],"rotation":{"angle":-22.5,"axis":"x","origin":[8,25.37955,8.30411]},"faces":{"north":{"uv":[0,0,1,2.5],"rotation":180,"texture":"#0"},"east":{"uv":[5,6.5,3.5,4],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,4,5,4.5],"rotation":270,"texture":"#0"},"west":{"uv":[5,4,3.5,6.5],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,1,4.5],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,1,4.5],"texture":"#0"}}},{"from":[7.755,23.13455,7.15911],"to":[8.245,24.12455,8.14911],"rotation":{"angle":-22.5,"axis":"x","origin":[8,23.62955,9.65411]},"faces":{"north":{"uv":[4.5,2.5,5.5,3.5],"texture":"#0"},"east":{"uv":[4.5,2.5,5.5,3.5],"rotation":90,"texture":"#0"},"south":{"uv":[5,2.5,5.5,3.5],"texture":"#0"},"west":{"uv":[4.5,2.5,5.5,3.5],"texture":"#0"},"up":{"uv":[4.5,2.5,5.5,3.5],"texture":"#0"},"down":{"uv":[5,2.5,5.5,3.5],"rotation":180,"texture":"#0"}}},{"from":[7.755,21.83455,7.15911],"to":[8.245,22.82455,8.39911],"rotation":{"angle":-22.5,"axis":"x","origin":[8,22.32955,9.65411]},"faces":{"north":{"uv":[8.5,5.75,9.1,4.5],"rotation":90,"texture":"#0"},"east":{"uv":[8.5,5.75,9.1,4.5],"rotation":90,"texture":"#0"},"south":{"uv":[8.5,5.75,9.1,4.5],"rotation":90,"texture":"#0"},"west":{"uv":[8.5,5.75,9.1,4.5],"rotation":90,"texture":"#0"},"up":{"uv":[8.5,5.75,9.1,4.5],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,5.75,9.1,4.5],"rotation":90,"texture":"#0"}}},{"from":[7.655,22.03455,6.95911],"to":[8.345,22.62455,8.19911],"rotation":{"angle":-22.5,"axis":"x","origin":[8,22.32955,9.65411]},"faces":{"east":{"uv":[8.5,5.75,9.1,4.5],"rotation":90,"texture":"#0"},"south":{"uv":[8.5,5.75,9.1,4.5],"rotation":90,"texture":"#0"},"west":{"uv":[8.5,5.75,9.1,4.5],"rotation":90,"texture":"#0"},"up":{"uv":[8.5,5.75,9.1,4.5],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,5.75,9.1,4.5],"rotation":90,"texture":"#0"}}},{"from":[7.655,23.33455,6.70911],"to":[8.345,23.92455,7.94911],"rotation":{"angle":-22.5,"axis":"x","origin":[8,23.62955,9.65411]},"faces":{"north":{"uv":[4.5,4.5,5.1,5.2],"rotation":90,"texture":"#0"},"east":{"uv":[4.5,4.5,5.1,5.75],"rotation":90,"texture":"#0"},"south":{"uv":[4.5,4.5,5.1,5.2],"rotation":90,"texture":"#0"},"west":{"uv":[4.5,4.5,5.1,5.75],"rotation":90,"texture":"#0"},"up":{"uv":[4.5,4.5,5.75,5.2],"rotation":90,"texture":"#0"},"down":{"uv":[4.5,4.5,5.75,5.2],"rotation":90,"texture":"#0"}}},{"from":[7.655,20.73455,6.95911],"to":[8.345,21.32455,8.44911],"rotation":{"angle":-22.5,"axis":"x","origin":[8,21.02955,9.65411]},"faces":{"east":{"uv":[5.5,7.5,6.1,9],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,7.5,6.1,8.2],"rotation":90,"texture":"#0"},"west":{"uv":[5.5,7.5,6.1,9],"rotation":90,"texture":"#0"},"up":{"uv":[5.5,7.5,7,8.2],"rotation":90,"texture":"#0"},"down":{"uv":[5.5,7.5,7,8.2],"rotation":90,"texture":"#0"}}},{"from":[7.655,18.77442,7.09041],"to":[8.345,19.36442,8.83041],"rotation":{"angle":0,"axis":"x","origin":[8,19.06942,8.06041]},"faces":{"east":{"uv":[8.5,7,9,9],"rotation":90,"texture":"#0"},"south":{"uv":[8.5,7,9,9],"rotation":90,"texture":"#0"},"west":{"uv":[8.5,7,9,9],"rotation":90,"texture":"#0"},"up":{"uv":[8.5,7,9,9],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,7,9,9],"rotation":90,"texture":"#0"}}},{"from":[7.405,20.03455,4.25911],"to":[8.595,20.52455,8.24911],"rotation":{"angle":-22.5,"axis":"x","origin":[8,20.32955,9.65411]},"faces":{"north":{"uv":[15,2,15.5,3],"rotation":270,"texture":"#0"},"east":{"uv":[15,2,15.5,6],"rotation":270,"texture":"#0"},"south":{"uv":[15,2,15.5,3],"rotation":270,"texture":"#0"},"west":{"uv":[15,2,15.5,6],"rotation":270,"texture":"#0"},"up":{"uv":[14.5,2.5,15.5,6.5],"texture":"#0"},"down":{"uv":[14.5,2.5,15.5,6.5],"texture":"#0"}}},{"from":[7.404,18.72233,4.01892],"to":[8.596,19.21433,9.06092],"rotation":{"angle":22.5,"axis":"x","origin":[8,18.96833,6.23992]},"faces":{"north":{"uv":[14.5,1.5,15.5,2],"texture":"#0"},"east":{"uv":[14.5,1.5,15,6.5],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,1.5,15.5,2],"texture":"#0"},"west":{"uv":[14.5,1.5,15,6.5],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,1.5,15.5,6.5],"texture":"#0"},"down":{"uv":[14.5,1.5,15.5,6.5],"texture":"#0"}}},{"from":[7.154,18.86186,5.72706],"to":[8.846,19.35386,7.76906],"rotation":{"angle":-22.5,"axis":"x","origin":[8,19.10786,6.74806]},"faces":{"north":{"uv":[14.5,1.5,15.5,2],"texture":"#0"},"east":{"uv":[14.5,1.5,15,6.5],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,1.5,15.5,2],"texture":"#0"},"west":{"uv":[14.5,1.5,15,6.5],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,1.5,15.5,6.5],"texture":"#0"},"down":{"uv":[14.5,1.5,15.5,6.5],"texture":"#0"}}},{"from":[7.755,20.53455,7.15911],"to":[8.245,21.52455,8.64911],"rotation":{"angle":-22.5,"axis":"x","origin":[8,21.02955,9.65411]},"faces":{"north":{"uv":[5.5,7.5,6.5,8],"rotation":90,"texture":"#0"},"east":{"uv":[5.5,7.5,6.5,9],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,7.5,6.5,8],"rotation":90,"texture":"#0"},"west":{"uv":[5.5,7.5,6.5,9],"rotation":90,"texture":"#0"},"up":{"uv":[5.5,7.5,7,8],"rotation":90,"texture":"#0"},"down":{"uv":[5.5,7.5,7,8],"rotation":90,"texture":"#0"}}},{"from":[7.755,18.57442,7.29041],"to":[8.245,19.56442,9.03041],"rotation":{"angle":0,"axis":"x","origin":[8,19.06942,8.06041]},"faces":{"east":{"uv":[8.5,7,9,9],"rotation":90,"texture":"#0"},"south":{"uv":[8.5,7,9,9],"rotation":90,"texture":"#0"},"west":{"uv":[8.5,7,9,9],"rotation":90,"texture":"#0"},"up":{"uv":[8.5,7,9,9],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,7,9,9],"rotation":90,"texture":"#0"}}},{"from":[7.7,18.30769,4.8778],"to":[8.3,19.30769,8.4778],"rotation":{"angle":22.5,"axis":"x","origin":[7.95,18.80769,4.7528]},"faces":{"north":{"uv":[1.5,8,2.1,9],"rotation":180,"texture":"#0"},"east":{"uv":[1.5,8,5.1,9],"texture":"#0"},"south":{"uv":[1.5,8,2.1,9],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,8,5.1,9],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,8,5.1,8.6],"rotation":270,"texture":"#0"}}},{"from":[7.71,14.58102,5.74127],"to":[8.29,18.66102,6.72127],"rotation":{"angle":-22.5,"axis":"x","origin":[8,16.37102,6.23127]},"faces":{"north":{"uv":[1.5,8,5.1,8.6],"rotation":90,"texture":"#0"},"east":{"uv":[1.5,8,5,9],"rotation":270,"texture":"#0"},"west":{"uv":[1.5,8,5,9],"rotation":270,"texture":"#0"}}},{"from":[7.71,14.58102,6.97873],"to":[8.29,18.66102,7.95873],"rotation":{"angle":22.5,"axis":"x","origin":[8,16.37102,7.46873]},"faces":{"north":{"uv":[5.1,8,1.5,9],"rotation":180,"texture":"#0"},"east":{"uv":[1.5,9,5,8],"rotation":270,"texture":"#0"},"south":{"uv":[1.5,8.6,5.1,8],"rotation":90,"texture":"#0"},"west":{"uv":[1.5,9,5,8],"rotation":270,"texture":"#0"},"up":{"uv":[1.5,9,2.1,8],"texture":"#0"}}},{"from":[7.77,18.0591,6.82343],"to":[8.23,27.9191,7.78343],"rotation":{"angle":0,"axis":"x","origin":[8,26.0391,7.30343]},"faces":{"east":{"uv":[3,10.9,4,1],"rotation":180,"texture":"#0"},"south":{"uv":[4,1,4.5,10.9],"texture":"#0"},"west":{"uv":[3,1,4,10.9],"texture":"#0"}}},{"from":[7.51,18.0491,6.31343],"to":[8.49,22.0291,7.29343],"rotation":{"angle":0,"axis":"x","origin":[7.75,26.0391,6.80343]},"faces":{"east":{"uv":[4,4.5,5,8.5],"texture":"#0"},"south":{"uv":[4,4.5,5,8.5],"texture":"#0"},"west":{"uv":[0,5,1,9],"texture":"#0"}}},{"from":[7.501,18.501,5.701],"to":[8.499,22.499,6.699],"rotation":{"angle":22.5,"axis":"x","origin":[8,20.5,6.2]},"faces":{"north":{"uv":[4.5,4.5,5.5,8.5],"texture":"#0"},"east":{"uv":[4,4.5,5,8.5],"texture":"#0"},"south":{"uv":[4,4.5,5,8.5],"texture":"#0"},"west":{"uv":[4.5,5,3.5,9],"texture":"#0"},"up":{"uv":[4,4.5,5,5.5],"texture":"#0"},"down":{"uv":[4.5,4.5,5.5,8.5],"texture":"#0"}}},{"from":[7.25,13.4,6],"to":[8.75,20.15,7.5],"rotation":{"angle":0,"axis":"y","origin":[15.5,19.9,14.25]},"faces":{"north":{"uv":[12,0,14,8.25],"texture":"#0"},"east":{"uv":[12,0,14,8.25],"texture":"#0"},"south":{"uv":[12,0,14,8.25],"texture":"#0"},"west":{"uv":[12,0,14,8.25],"texture":"#0"},"up":{"uv":[12,0,14,2],"texture":"#0"},"down":{"uv":[12,0,14,2],"texture":"#0"}}},{"from":[7.5,-4.35,6.25],"to":[8.5,13.4,7.25],"rotation":{"angle":0,"axis":"y","origin":[15.5,17.15,14.25]},"faces":{"north":{"uv":[10,0,11.5,16],"texture":"#0"},"east":{"uv":[10,0,11.5,16],"texture":"#0"},"south":{"uv":[10,0,11.5,16],"texture":"#0"},"west":{"uv":[10,0,11.5,16],"texture":"#0"}}},{"from":[7.251,19.601,6.251],"to":[8.749,20.749,7.399],"rotation":{"angle":45,"axis":"x","origin":[8,20.25,6.75]},"faces":{"north":{"uv":[12,1,13.5,2.5],"texture":"#0"},"east":{"uv":[12,1,13.5,2.5],"rotation":90,"texture":"#0"},"south":{"uv":[12,1,13.5,2.5],"texture":"#0"},"west":{"uv":[12,1,13.5,2.5],"texture":"#0"},"up":{"uv":[12,1,13.5,2.5],"texture":"#0"},"down":{"uv":[12,1,13.5,2.5],"texture":"#0"}}},{"from":[7.251,12.81993,6.176],"to":[8.749,13.96793,7.324],"rotation":{"angle":45,"axis":"x","origin":[8,13.39393,6.75]},"faces":{"north":{"uv":[12,1,13.5,2.5],"rotation":180,"texture":"#0"},"east":{"uv":[12,1,13.5,2.5],"rotation":270,"texture":"#0"},"south":{"uv":[12,1,13.5,2.5],"rotation":180,"texture":"#0"},"west":{"uv":[12,1,13.5,2.5],"rotation":180,"texture":"#0"},"up":{"uv":[12,1,13.5,2.5],"texture":"#0"},"down":{"uv":[12,1,13.5,2.5],"texture":"#0"}}},{"from":[7.21,8.56,5.96],"to":[8.79,10.14,7.54],"rotation":{"angle":0,"axis":"y","origin":[15.5,10.1,14.25]},"faces":{"north":{"uv":[12,7.5,14,9.5],"texture":"#0"},"east":{"uv":[12,7.5,14,9.5],"texture":"#0"},"south":{"uv":[12,7.5,14,9.5],"texture":"#0"},"west":{"uv":[12,7.5,14,9.5],"texture":"#0"},"up":{"uv":[12,7.5,14,9.5],"texture":"#0"},"down":{"uv":[12,0,14,1.5],"texture":"#0"}}},{"from":[7.45,3.85,6.2],"to":[8.55,8.95,7.3],"rotation":{"angle":0,"axis":"y","origin":[15.5,7.15,14.25]},"faces":{"north":{"uv":[14.5,1.5,16,7],"texture":"#0"},"east":{"uv":[14.5,1.5,16,7],"texture":"#0"},"south":{"uv":[14.5,1.5,16,7],"texture":"#0"},"west":{"uv":[14.5,1.5,16,7],"texture":"#0"}}},{"from":[7.251,9.601,6.251],"to":[8.749,10.749,7.399],"rotation":{"angle":45,"axis":"x","origin":[8,10.25,6.75]},"faces":{"north":{"uv":[12,3,13.5,4.5],"texture":"#0"},"east":{"uv":[12,3,13.5,4.5],"rotation":90,"texture":"#0"},"south":{"uv":[12,3,13.5,4.5],"texture":"#0"},"west":{"uv":[12,3,13.5,4.5],"texture":"#0"},"up":{"uv":[12,3,13.5,4.5],"texture":"#0"},"down":{"uv":[12,3,13.5,4.5],"texture":"#0"}}},{"from":[7.21,2.40393,5.96],"to":[8.79,3.98393,7.54],"rotation":{"angle":0,"axis":"x","origin":[8,2.82197,6.75]},"faces":{"north":{"uv":[12,7.5,14,9.5],"rotation":180,"texture":"#0"},"east":{"uv":[12,7.5,14,9.5],"rotation":180,"texture":"#0"},"south":{"uv":[12,7.5,14,9.5],"rotation":180,"texture":"#0"},"west":{"uv":[12,7.5,14,9.5],"rotation":180,"texture":"#0"},"up":{"uv":[12,0,14,1.5],"texture":"#0"},"down":{"uv":[12,7.5,14,9.5],"texture":"#0"}}},{"from":[7.251,1.93495,6.43902],"to":[8.749,3.08295,7.58702],"rotation":{"angle":45,"axis":"x","origin":[8,2.77197,6.75]},"faces":{"north":{"uv":[12,3,13.5,4.5],"rotation":180,"texture":"#0"},"east":{"uv":[12,3,13.5,4.5],"rotation":270,"texture":"#0"},"south":{"uv":[12,3,13.5,4.5],"rotation":180,"texture":"#0"},"west":{"uv":[12,3,13.5,4.5],"rotation":180,"texture":"#0"},"up":{"uv":[12,3,13.5,4.5],"texture":"#0"},"down":{"uv":[12,3,13.5,4.5],"texture":"#0"}}},{"from":[7.251,-7.43007,6.176],"to":[8.749,-6.28207,7.324],"rotation":{"angle":45,"axis":"x","origin":[8,-6.85607,6.75]},"faces":{"east":{"uv":[12,1,13.5,2.5],"rotation":270,"texture":"#0"},"south":{"uv":[12,1,13.5,2.5],"rotation":180,"texture":"#0"},"west":{"uv":[12,1,13.5,2.5],"rotation":180,"texture":"#0"},"up":{"uv":[12,1,13.5,2.5],"texture":"#0"},"down":{"uv":[12,1,13.5,2.5],"texture":"#0"}}},{"from":[7.25,-6.85,6],"to":[8.75,-4.1,7.5],"rotation":{"angle":0,"axis":"y","origin":[15.5,-0.35,14.25]},"faces":{"north":{"uv":[12,7,14,11.25],"texture":"#0"},"east":{"uv":[12,7,14,11.25],"texture":"#0"},"south":{"uv":[12,7,14,11.25],"texture":"#0"},"west":{"uv":[12,7,14,11.25],"texture":"#0"},"up":{"uv":[12,0,14,2],"texture":"#0"},"down":{"uv":[12,0,14,2],"texture":"#0"}}},{"from":[7.251,-4.649,6.251],"to":[8.749,-3.501,7.399],"rotation":{"angle":45,"axis":"x","origin":[8,-4,6.75]},"faces":{"north":{"uv":[12,1,13.5,2.5],"texture":"#0"},"east":{"uv":[12,1,13.5,2.5],"rotation":90,"texture":"#0"},"south":{"uv":[12,1,13.5,2.5],"texture":"#0"},"west":{"uv":[12,1,13.5,2.5],"texture":"#0"},"up":{"uv":[12,1,13.5,2.5],"texture":"#0"},"down":{"uv":[12,1,13.5,2.5],"texture":"#0"}}},{"from":[7.05,17,5.8],"to":[8.95,17.6,7.7],"rotation":{"angle":0,"axis":"y","origin":[15.5,25.2,14.25]},"faces":{"north":{"uv":[14.5,4.5,16,4.799],"texture":"#0"},"east":{"uv":[14.5,4.5,16,4.799],"texture":"#0"},"south":{"uv":[14.5,4.5,16,4.799],"texture":"#0"},"west":{"uv":[14.5,4.5,16,4.799],"texture":"#0"},"up":{"uv":[14.5,4.5,16,4.799],"texture":"#0"},"down":{"uv":[14.5,4.5,16,4.799],"texture":"#0"}}},{"from":[7.05,17.6,5.65],"to":[8.95,18.2,7.85],"rotation":{"angle":-22.5,"axis":"x","origin":[8,17.95,6.75]},"faces":{"north":{"uv":[15.5,3.5,16,5.5],"rotation":270,"texture":"#0"},"east":{"uv":[15.5,3.5,16,5.5],"rotation":270,"texture":"#0"},"south":{"uv":[15.5,3.5,16,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[15.5,3.5,16,5.5],"rotation":270,"texture":"#0"},"up":{"uv":[15.5,3.5,16,5.5],"rotation":270,"texture":"#0"},"down":{"uv":[15.5,3.5,16,5.5],"rotation":270,"texture":"#0"}}},{"from":[7.06,-5.88619,5.67913],"to":[8.94,-5.30619,7.85913],"rotation":{"angle":22.5,"axis":"x","origin":[8,-5.59619,6.76913]},"faces":{"north":{"uv":[15.5,3.5,16,5.5],"rotation":270,"texture":"#0"},"east":{"uv":[15.5,3.5,16,5.5],"rotation":270,"texture":"#0"},"south":{"uv":[15.5,3.5,16,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[15.5,3.5,16,5.5],"rotation":270,"texture":"#0"},"up":{"uv":[15.5,3.5,16,5.5],"rotation":270,"texture":"#0"},"down":{"uv":[15.5,3.5,16,5.5],"rotation":270,"texture":"#0"}}},{"from":[7.05,16,5.65],"to":[8.95,16.6,7.85],"rotation":{"angle":-22.5,"axis":"x","origin":[8,16.35,6.75]},"faces":{"north":{"uv":[15.5,3.5,16,5.5],"rotation":270,"texture":"#0"},"east":{"uv":[15.5,3.5,16,5.5],"rotation":270,"texture":"#0"},"south":{"uv":[15.5,3.5,16,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[15.5,3.5,16,5.5],"rotation":270,"texture":"#0"},"up":{"uv":[15.5,3.5,16,5.5],"rotation":270,"texture":"#0"},"down":{"uv":[15.5,3.5,16,5.5],"rotation":270,"texture":"#0"}}},{"from":[7.05,-6.5,5.65],"to":[8.95,-5.9,7.85],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-6.15,6.75]},"faces":{"north":{"uv":[15.5,3.5,16,5.5],"rotation":270,"texture":"#0"},"east":{"uv":[15.5,3.5,16,5.5],"rotation":270,"texture":"#0"},"south":{"uv":[15.5,3.5,16,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[15.5,3.5,16,5.5],"rotation":270,"texture":"#0"},"up":{"uv":[15.5,3.5,16,5.5],"rotation":270,"texture":"#0"},"down":{"uv":[15.5,3.5,16,5.5],"rotation":270,"texture":"#0"}}},{"from":[8,12,6.65],"to":[8.01,26,20.65],"rotation":{"angle":45,"axis":"x","origin":[8.005,24,14.65]},"faces":{"east":{"uv":[0,0,16,16],"rotation":270,"texture":"#3"},"west":{"uv":[16,0,0,16],"rotation":90,"texture":"#3"}}},{"from":[8.01,12.25,8.65],"to":[8.02,22.25,18.65],"rotation":{"angle":-45,"axis":"x","origin":[8.005,10.25,16.65]},"faces":{"east":{"uv":[16,5,5,16],"rotation":270,"texture":"#3"},"west":{"uv":[5,5,16,16],"rotation":90,"texture":"#3"}}},{"from":[8,-14.32843,5.27868],"to":[8.01,-5.32843,12.27868],"rotation":{"angle":22.5,"axis":"x","origin":[8.005,-9.82843,8.77868]},"faces":{"east":{"uv":[13,0,4,7],"rotation":270,"texture":"#3"},"west":{"uv":[4,0,13,7],"rotation":90,"texture":"#3"}}}],"display":{"thirdperson_righthand":{"translation":[-0.5,1.25,3.25],"scale":[1.6,1.6,1.6]},"thirdperson_lefthand":{"translation":[-0.5,2.25,3.25],"scale":[1.6,1.6,1.6]},"firstperson_righthand":{"rotation":[-15,0,0],"translation":[3.25,-1.75,1.75]},"firstperson_lefthand":{"rotation":[-15,0,0],"translation":[3.25,-1.75,1.75]},"gui":{"rotation":[40,60,-50],"scale":[0.6,0.6,0.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/flaming_hammer.json b/assets/minecraft/models/item/wynn/skin/spear/flaming_hammer.json new file mode 100644 index 000000000..af55e7d89 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/flaming_hammer.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"particle":"skins/flaming_set/flaming_hammer","texture":"skins/flaming_set/flaming_hammer"},"elements":[{"from":[7.5,8.25,7.25],"to":[8.25,9,8.75],"faces":{"down":{"uv":[7.5,7.75,8.25,7.5],"texture":"#texture"},"up":{"uv":[7.5,7,8.25,7.25],"texture":"#texture"},"north":{"uv":[8.25,7,7.5,7.75],"texture":"#texture"},"south":{"uv":[7.5,7,8.25,7.75],"texture":"#texture"},"west":{"uv":[7.5,7,7.75,7.75],"texture":"#texture"},"east":{"uv":[8.25,7,8,7.75],"texture":"#texture"}}},{"from":[7.5,7.75,7.25],"to":[8.25,8,8.75],"faces":{"down":{"uv":[7.5,8.25,8.25,8],"texture":"#texture"},"up":{"uv":[7.5,8,8.25,8.25],"texture":"#texture"},"north":{"uv":[8.25,8,7.5,8.25],"texture":"#texture"},"south":{"uv":[7.5,8,8.25,8.25],"texture":"#texture"},"west":{"uv":[7.5,8,7.75,8.25],"texture":"#texture"},"east":{"uv":[8.25,8,8,8.25],"texture":"#texture"}}},{"from":[7.5,6.75,7.25],"to":[8.25,7.25,8.75],"faces":{"down":{"uv":[7.5,9.25,8.25,9],"texture":"#texture"},"up":{"uv":[7.5,8.75,8.25,9],"texture":"#texture"},"north":{"uv":[8.25,8.75,7.5,9.25],"texture":"#texture"},"south":{"uv":[7.5,8.75,8.25,9.25],"texture":"#texture"},"west":{"uv":[7.5,8.75,7.75,9.25],"texture":"#texture"},"east":{"uv":[8.25,8.75,8,9.25],"texture":"#texture"}}},{"from":[7.5,6.25,7.25],"to":[8.25,6.5,8.75],"faces":{"down":{"uv":[7.5,9.75,8.25,9.5],"texture":"#texture"},"up":{"uv":[7.5,9.5,8.25,9.75],"texture":"#texture"},"north":{"uv":[8.25,9.5,7.5,9.75],"texture":"#texture"},"south":{"uv":[7.5,9.5,8.25,9.75],"texture":"#texture"},"west":{"uv":[7.5,9.5,7.75,9.75],"texture":"#texture"},"east":{"uv":[8.25,9.5,8,9.75],"texture":"#texture"}}},{"from":[7.75,9,7.25],"to":[8,10.5,8.75],"faces":{"down":{"uv":[7.75,7,8,6.75],"texture":"#texture"},"up":{"uv":[7.75,5.5,8,5.75],"texture":"#texture"},"north":{"uv":[8,5.5,7.75,7],"texture":"#texture"},"south":{"uv":[7.75,5.5,8,7],"texture":"#texture"},"west":{"uv":[7.75,5.5,8,7],"texture":"#texture"},"east":{"uv":[8,5.5,7.75,7],"texture":"#texture"}}},{"from":[7.75,8,7.25],"to":[8,8.25,8.75],"faces":{"down":{"uv":[7.75,8,8,7.75],"texture":"#texture"},"up":{"uv":[7.75,7.75,8,8],"texture":"#texture"},"north":{"uv":[8,7.75,7.75,8],"texture":"#texture"},"south":{"uv":[7.75,7.75,8,8],"texture":"#texture"},"west":{"uv":[7.75,7.75,8,8],"texture":"#texture"},"east":{"uv":[8,7.75,7.75,8],"texture":"#texture"}}},{"from":[7.75,7.25,7.25],"to":[8,7.75,8.75],"faces":{"down":{"uv":[7.75,8.75,8,8.5],"texture":"#texture"},"up":{"uv":[7.75,8.25,8,8.5],"texture":"#texture"},"north":{"uv":[8,8.25,7.75,8.75],"texture":"#texture"},"south":{"uv":[7.75,8.25,8,8.75],"texture":"#texture"},"west":{"uv":[7.75,8.25,8,8.75],"texture":"#texture"},"east":{"uv":[8,8.25,7.75,8.75],"texture":"#texture"}}},{"from":[7.75,6.5,7.25],"to":[8,6.75,8.75],"faces":{"down":{"uv":[7.75,9.5,8,9.25],"texture":"#texture"},"up":{"uv":[7.75,9.25,8,9.5],"texture":"#texture"},"north":{"uv":[8,9.25,7.75,9.5],"texture":"#texture"},"south":{"uv":[7.75,9.25,8,9.5],"texture":"#texture"},"west":{"uv":[7.75,9.25,8,9.5],"texture":"#texture"},"east":{"uv":[8,9.25,7.75,9.5],"texture":"#texture"}}},{"from":[7.75,6,7.25],"to":[8,6.25,8.75],"faces":{"down":{"uv":[7.75,10,8,9.75],"texture":"#texture"},"up":{"uv":[7.75,9.75,8,10],"texture":"#texture"},"north":{"uv":[8,9.75,7.75,10],"texture":"#texture"},"south":{"uv":[7.75,9.75,8,10],"texture":"#texture"},"west":{"uv":[7.75,9.75,8,10],"texture":"#texture"},"east":{"uv":[8,9.75,7.75,10],"texture":"#texture"}}},{"from":[6.5,2.5,7.5],"to":[7.25,2.75,8.5],"faces":{"down":{"uv":[6.5,13.5,7.25,13.25],"texture":"#texture"},"up":{"uv":[6.5,13.25,7.25,13.5],"texture":"#texture"},"north":{"uv":[7.25,13.25,6.5,13.5],"texture":"#texture"},"south":{"uv":[6.5,13.25,7.25,13.5],"texture":"#texture"},"west":{"uv":[6.5,13.25,6.75,13.5],"texture":"#texture"},"east":{"uv":[7.25,13.25,7,13.5],"texture":"#texture"}}},{"from":[6.75,2.25,7.5],"to":[7,2.5,8.5],"faces":{"down":{"uv":[6.75,13.75,7,13.5],"texture":"#texture"},"up":{"uv":[6.75,13.5,7,13.75],"texture":"#texture"},"north":{"uv":[7,13.5,6.75,13.75],"texture":"#texture"},"south":{"uv":[6.75,13.5,7,13.75],"texture":"#texture"},"west":{"uv":[6.75,13.5,7,13.75],"texture":"#texture"},"east":{"uv":[7,13.5,6.75,13.75],"texture":"#texture"}}},{"from":[7.25,8.25,7.5],"to":[8.5,9,8.5],"faces":{"down":{"uv":[7.25,7.75,8.5,7.5],"texture":"#texture"},"up":{"uv":[7.25,7,8.5,7.25],"texture":"#texture"},"north":{"uv":[8.5,7,7.25,7.75],"texture":"#texture"},"south":{"uv":[7.25,7,8.5,7.75],"texture":"#texture"},"west":{"uv":[7.25,7,7.5,7.75],"texture":"#texture"},"east":{"uv":[8.5,7,8.25,7.75],"texture":"#texture"}}},{"from":[7.25,7.75,7.5],"to":[8.5,8,8.5],"faces":{"down":{"uv":[7.25,8.25,8.5,8],"texture":"#texture"},"up":{"uv":[7.25,8,8.5,8.25],"texture":"#texture"},"north":{"uv":[8.5,8,7.25,8.25],"texture":"#texture"},"south":{"uv":[7.25,8,8.5,8.25],"texture":"#texture"},"west":{"uv":[7.25,8,7.5,8.25],"texture":"#texture"},"east":{"uv":[8.5,8,8.25,8.25],"texture":"#texture"}}},{"from":[7.25,6.75,7.5],"to":[8.5,7.25,8.5],"faces":{"down":{"uv":[7.25,9.25,8.5,9],"texture":"#texture"},"up":{"uv":[7.25,8.75,8.5,9],"texture":"#texture"},"north":{"uv":[8.5,8.75,7.25,9.25],"texture":"#texture"},"south":{"uv":[7.25,8.75,8.5,9.25],"texture":"#texture"},"west":{"uv":[7.25,8.75,7.5,9.25],"texture":"#texture"},"east":{"uv":[8.5,8.75,8.25,9.25],"texture":"#texture"}}},{"from":[7.25,6.25,7.5],"to":[8.5,6.5,8.5],"faces":{"down":{"uv":[7.25,9.75,8.5,9.5],"texture":"#texture"},"up":{"uv":[7.25,9.5,8.5,9.75],"texture":"#texture"},"north":{"uv":[8.5,9.5,7.25,9.75],"texture":"#texture"},"south":{"uv":[7.25,9.5,8.5,9.75],"texture":"#texture"},"west":{"uv":[7.25,9.5,7.5,9.75],"texture":"#texture"},"east":{"uv":[8.5,9.5,8.25,9.75],"texture":"#texture"}}},{"from":[7.25,1.5,7.5],"to":[8.5,1.75,8.5],"faces":{"down":{"uv":[7.25,14.5,8.5,14.25],"texture":"#texture"},"up":{"uv":[7.25,14.25,8.5,14.5],"texture":"#texture"},"north":{"uv":[8.5,14.25,7.25,14.5],"texture":"#texture"},"south":{"uv":[7.25,14.25,8.5,14.5],"texture":"#texture"},"west":{"uv":[7.25,14.25,7.5,14.5],"texture":"#texture"},"east":{"uv":[8.5,14.25,8.25,14.5],"texture":"#texture"}}},{"from":[7.5,9,7.5],"to":[8.25,10.5,8.5],"faces":{"down":{"uv":[7.5,7,8.25,6.75],"texture":"#texture"},"up":{"uv":[7.5,5.5,8.25,5.75],"texture":"#texture"},"north":{"uv":[8.25,5.5,7.5,7],"texture":"#texture"},"south":{"uv":[7.5,5.5,8.25,7],"texture":"#texture"},"west":{"uv":[7.5,5.5,7.75,7],"texture":"#texture"},"east":{"uv":[8.25,5.5,8,7],"texture":"#texture"}}},{"from":[7.5,8,7.5],"to":[8.25,8.25,8.5],"faces":{"down":{"uv":[7.5,8,8.25,7.75],"texture":"#texture"},"up":{"uv":[7.5,7.75,8.25,8],"texture":"#texture"},"north":{"uv":[8.25,7.75,7.5,8],"texture":"#texture"},"south":{"uv":[7.5,7.75,8.25,8],"texture":"#texture"},"west":{"uv":[7.5,7.75,7.75,8],"texture":"#texture"},"east":{"uv":[8.25,7.75,8,8],"texture":"#texture"}}},{"from":[7.5,7.25,7.5],"to":[8.25,7.75,8.5],"faces":{"down":{"uv":[7.5,8.75,8.25,8.5],"texture":"#texture"},"up":{"uv":[7.5,8.25,8.25,8.5],"texture":"#texture"},"north":{"uv":[8.25,8.25,7.5,8.75],"texture":"#texture"},"south":{"uv":[7.5,8.25,8.25,8.75],"texture":"#texture"},"west":{"uv":[7.5,8.25,7.75,8.75],"texture":"#texture"},"east":{"uv":[8.25,8.25,8,8.75],"texture":"#texture"}}},{"from":[7.5,6.5,7.5],"to":[8.25,6.75,8.5],"faces":{"down":{"uv":[7.5,9.5,8.25,9.25],"texture":"#texture"},"up":{"uv":[7.5,9.25,8.25,9.5],"texture":"#texture"},"north":{"uv":[8.25,9.25,7.5,9.5],"texture":"#texture"},"south":{"uv":[7.5,9.25,8.25,9.5],"texture":"#texture"},"west":{"uv":[7.5,9.25,7.75,9.5],"texture":"#texture"},"east":{"uv":[8.25,9.25,8,9.5],"texture":"#texture"}}},{"from":[7.5,6,7.5],"to":[8.25,6.25,8.5],"faces":{"down":{"uv":[7.5,10,8.25,9.75],"texture":"#texture"},"up":{"uv":[7.5,9.75,8.25,10],"texture":"#texture"},"north":{"uv":[8.25,9.75,7.5,10],"texture":"#texture"},"south":{"uv":[7.5,9.75,8.25,10],"texture":"#texture"},"west":{"uv":[7.5,9.75,7.75,10],"texture":"#texture"},"east":{"uv":[8.25,9.75,8,10],"texture":"#texture"}}},{"from":[7.5,4.5,7.5],"to":[8.25,5.5,8.5],"faces":{"down":{"uv":[7.5,11.5,8.25,11.25],"texture":"#texture"},"up":{"uv":[7.5,10.5,8.25,10.75],"texture":"#texture"},"north":{"uv":[8.25,10.5,7.5,11.5],"texture":"#texture"},"south":{"uv":[7.5,10.5,8.25,11.5],"texture":"#texture"},"west":{"uv":[7.5,10.5,7.75,11.5],"texture":"#texture"},"east":{"uv":[8.25,10.5,8,11.5],"texture":"#texture"}}},{"from":[7.5,3.25,7.5],"to":[8.25,4.25,8.5],"faces":{"down":{"uv":[7.5,12.75,8.25,12.5],"texture":"#texture"},"up":{"uv":[7.5,11.75,8.25,12],"texture":"#texture"},"north":{"uv":[8.25,11.75,7.5,12.75],"texture":"#texture"},"south":{"uv":[7.5,11.75,8.25,12.75],"texture":"#texture"},"west":{"uv":[7.5,11.75,7.75,12.75],"texture":"#texture"},"east":{"uv":[8.25,11.75,8,12.75],"texture":"#texture"}}},{"from":[7.5,1.75,7.5],"to":[8.25,2,8.5],"faces":{"down":{"uv":[7.5,14.25,8.25,14],"texture":"#texture"},"up":{"uv":[7.5,14,8.25,14.25],"texture":"#texture"},"north":{"uv":[8.25,14,7.5,14.25],"texture":"#texture"},"south":{"uv":[7.5,14,8.25,14.25],"texture":"#texture"},"west":{"uv":[7.5,14,7.75,14.25],"texture":"#texture"},"east":{"uv":[8.25,14,8,14.25],"texture":"#texture"}}},{"from":[7.5,1.25,7.5],"to":[8.25,1.5,8.5],"faces":{"down":{"uv":[7.5,14.75,8.25,14.5],"texture":"#texture"},"up":{"uv":[7.5,14.5,8.25,14.75],"texture":"#texture"},"north":{"uv":[8.25,14.5,7.5,14.75],"texture":"#texture"},"south":{"uv":[7.5,14.5,8.25,14.75],"texture":"#texture"},"west":{"uv":[7.5,14.5,7.75,14.75],"texture":"#texture"},"east":{"uv":[8.25,14.5,8,14.75],"texture":"#texture"}}},{"from":[7.75,5.5,7.5],"to":[8,6,8.5],"faces":{"down":{"uv":[7.75,10.5,8,10.25],"texture":"#texture"},"up":{"uv":[7.75,10,8,10.25],"texture":"#texture"},"north":{"uv":[8,10,7.75,10.5],"texture":"#texture"},"south":{"uv":[7.75,10,8,10.5],"texture":"#texture"},"west":{"uv":[7.75,10,8,10.5],"texture":"#texture"},"east":{"uv":[8,10,7.75,10.5],"texture":"#texture"}}},{"from":[7.75,4.25,7.5],"to":[8,4.5,8.5],"faces":{"down":{"uv":[7.75,11.75,8,11.5],"texture":"#texture"},"up":{"uv":[7.75,11.5,8,11.75],"texture":"#texture"},"north":{"uv":[8,11.5,7.75,11.75],"texture":"#texture"},"south":{"uv":[7.75,11.5,8,11.75],"texture":"#texture"},"west":{"uv":[7.75,11.5,8,11.75],"texture":"#texture"},"east":{"uv":[8,11.5,7.75,11.75],"texture":"#texture"}}},{"from":[7.75,3,7.5],"to":[8,3.25,8.5],"faces":{"down":{"uv":[7.75,13,8,12.75],"texture":"#texture"},"up":{"uv":[7.75,12.75,8,13],"texture":"#texture"},"north":{"uv":[8,12.75,7.75,13],"texture":"#texture"},"south":{"uv":[7.75,12.75,8,13],"texture":"#texture"},"west":{"uv":[7.75,12.75,8,13],"texture":"#texture"},"east":{"uv":[8,12.75,7.75,13],"texture":"#texture"}}},{"from":[7.75,0.5,7.5],"to":[8,1.25,8.5],"faces":{"down":{"uv":[7.75,15.5,8,15.25],"texture":"#texture"},"up":{"uv":[7.75,14.75,8,15],"texture":"#texture"},"north":{"uv":[8,14.75,7.75,15.5],"texture":"#texture"},"south":{"uv":[7.75,14.75,8,15.5],"texture":"#texture"},"west":{"uv":[7.75,14.75,8,15.5],"texture":"#texture"},"east":{"uv":[8,14.75,7.75,15.5],"texture":"#texture"}}},{"from":[8.5,2.5,7.5],"to":[9.25,2.75,8.5],"faces":{"down":{"uv":[8.5,13.5,9.25,13.25],"texture":"#texture"},"up":{"uv":[8.5,13.25,9.25,13.5],"texture":"#texture"},"north":{"uv":[9.25,13.25,8.5,13.5],"texture":"#texture"},"south":{"uv":[8.5,13.25,9.25,13.5],"texture":"#texture"},"west":{"uv":[8.5,13.25,8.75,13.5],"texture":"#texture"},"east":{"uv":[9.25,13.25,9,13.5],"texture":"#texture"}}},{"from":[8.75,2.25,7.5],"to":[9,2.5,8.5],"faces":{"down":{"uv":[8.75,13.75,9,13.5],"texture":"#texture"},"up":{"uv":[8.75,13.5,9,13.75],"texture":"#texture"},"north":{"uv":[9,13.5,8.75,13.75],"texture":"#texture"},"south":{"uv":[8.75,13.5,9,13.75],"texture":"#texture"},"west":{"uv":[8.75,13.5,9,13.75],"texture":"#texture"},"east":{"uv":[9,13.5,8.75,13.75],"texture":"#texture"}}},{"from":[6.25,2.25,7.75],"to":[7.25,2.75,8.25],"faces":{"down":{"uv":[6.25,13.75,7.25,13.5],"texture":"#texture"},"up":{"uv":[6.25,13.25,7.25,13.5],"texture":"#texture"},"north":{"uv":[7.25,13.25,6.25,13.75],"texture":"#texture"},"south":{"uv":[6.25,13.25,7.25,13.75],"texture":"#texture"},"west":{"uv":[6.25,13.25,6.5,13.75],"texture":"#texture"},"east":{"uv":[7.25,13.25,7,13.75],"texture":"#texture"}}},{"from":[6.5,2.75,7.75],"to":[7.25,3,8.25],"faces":{"down":{"uv":[6.5,13.25,7.25,13],"texture":"#texture"},"up":{"uv":[6.5,13,7.25,13.25],"texture":"#texture"},"north":{"uv":[7.25,13,6.5,13.25],"texture":"#texture"},"south":{"uv":[6.5,13,7.25,13.25],"texture":"#texture"},"west":{"uv":[6.5,13,6.75,13.25],"texture":"#texture"},"east":{"uv":[7.25,13,7,13.25],"texture":"#texture"}}},{"from":[6.75,7,7.75],"to":[9,7.25,8.25],"faces":{"down":{"uv":[6.75,9,9,8.75],"texture":"#texture"},"up":{"uv":[6.75,8.75,9,9],"texture":"#texture"},"north":{"uv":[9,8.75,6.75,9],"texture":"#texture"},"south":{"uv":[6.75,8.75,9,9],"texture":"#texture"},"west":{"uv":[6.75,8.75,7,9],"texture":"#texture"},"east":{"uv":[9,8.75,8.75,9],"texture":"#texture"}}},{"from":[6.75,2,7.75],"to":[7,2.25,8.25],"faces":{"down":{"uv":[6.75,14,7,13.75],"texture":"#texture"},"up":{"uv":[6.75,13.75,7,14],"texture":"#texture"},"north":{"uv":[7,13.75,6.75,14],"texture":"#texture"},"south":{"uv":[6.75,13.75,7,14],"texture":"#texture"},"west":{"uv":[6.75,13.75,7,14],"texture":"#texture"},"east":{"uv":[7,13.75,6.75,14],"texture":"#texture"}}},{"from":[7,8.25,7.75],"to":[8.75,9,8.25],"faces":{"down":{"uv":[7,7.75,8.75,7.5],"texture":"#texture"},"up":{"uv":[7,7,8.75,7.25],"texture":"#texture"},"north":{"uv":[8.75,7,7,7.75],"texture":"#texture"},"south":{"uv":[7,7,8.75,7.75],"texture":"#texture"},"west":{"uv":[7,7,7.25,7.75],"texture":"#texture"},"east":{"uv":[8.75,7,8.5,7.75],"texture":"#texture"}}},{"from":[7,7.75,7.75],"to":[8.75,8,8.25],"faces":{"down":{"uv":[7,8.25,8.75,8],"texture":"#texture"},"up":{"uv":[7,8,8.75,8.25],"texture":"#texture"},"north":{"uv":[8.75,8,7,8.25],"texture":"#texture"},"south":{"uv":[7,8,8.75,8.25],"texture":"#texture"},"west":{"uv":[7,8,7.25,8.25],"texture":"#texture"},"east":{"uv":[8.75,8,8.5,8.25],"texture":"#texture"}}},{"from":[7,6.75,7.75],"to":[8.75,7,8.25],"faces":{"down":{"uv":[7,9.25,8.75,9],"texture":"#texture"},"up":{"uv":[7,9,8.75,9.25],"texture":"#texture"},"north":{"uv":[8.75,9,7,9.25],"texture":"#texture"},"south":{"uv":[7,9,8.75,9.25],"texture":"#texture"},"west":{"uv":[7,9,7.25,9.25],"texture":"#texture"},"east":{"uv":[8.75,9,8.5,9.25],"texture":"#texture"}}},{"from":[7,6.25,7.75],"to":[8.75,6.5,8.25],"faces":{"down":{"uv":[7,9.75,8.75,9.5],"texture":"#texture"},"up":{"uv":[7,9.5,8.75,9.75],"texture":"#texture"},"north":{"uv":[8.75,9.5,7,9.75],"texture":"#texture"},"south":{"uv":[7,9.5,8.75,9.75],"texture":"#texture"},"west":{"uv":[7,9.5,7.25,9.75],"texture":"#texture"},"east":{"uv":[8.75,9.5,8.5,9.75],"texture":"#texture"}}},{"from":[7,1.5,7.75],"to":[8.75,1.75,8.25],"faces":{"down":{"uv":[7,14.5,8.75,14.25],"texture":"#texture"},"up":{"uv":[7,14.25,8.75,14.5],"texture":"#texture"},"north":{"uv":[8.75,14.25,7,14.5],"texture":"#texture"},"south":{"uv":[7,14.25,8.75,14.5],"texture":"#texture"},"west":{"uv":[7,14.25,7.25,14.5],"texture":"#texture"},"east":{"uv":[8.75,14.25,8.5,14.5],"texture":"#texture"}}},{"from":[7.25,9,7.75],"to":[8.5,10.5,8.25],"faces":{"down":{"uv":[7.25,7,8.5,6.75],"texture":"#texture"},"up":{"uv":[7.25,5.5,8.5,5.75],"texture":"#texture"},"north":{"uv":[8.5,5.5,7.25,7],"texture":"#texture"},"south":{"uv":[7.25,5.5,8.5,7],"texture":"#texture"},"west":{"uv":[7.25,5.5,7.5,7],"texture":"#texture"},"east":{"uv":[8.5,5.5,8.25,7],"texture":"#texture"}}},{"from":[7.25,8,7.75],"to":[8.5,8.25,8.25],"faces":{"down":{"uv":[7.25,8,8.5,7.75],"texture":"#texture"},"up":{"uv":[7.25,7.75,8.5,8],"texture":"#texture"},"north":{"uv":[8.5,7.75,7.25,8],"texture":"#texture"},"south":{"uv":[7.25,7.75,8.5,8],"texture":"#texture"},"west":{"uv":[7.25,7.75,7.5,8],"texture":"#texture"},"east":{"uv":[8.5,7.75,8.25,8],"texture":"#texture"}}},{"from":[7.25,7.25,7.75],"to":[8.5,7.75,8.25],"faces":{"down":{"uv":[7.25,8.75,8.5,8.5],"texture":"#texture"},"up":{"uv":[7.25,8.25,8.5,8.5],"texture":"#texture"},"north":{"uv":[8.5,8.25,7.25,8.75],"texture":"#texture"},"south":{"uv":[7.25,8.25,8.5,8.75],"texture":"#texture"},"west":{"uv":[7.25,8.25,7.5,8.75],"texture":"#texture"},"east":{"uv":[8.5,8.25,8.25,8.75],"texture":"#texture"}}},{"from":[7.25,6.5,7.75],"to":[8.5,6.75,8.25],"faces":{"down":{"uv":[7.25,9.5,8.5,9.25],"texture":"#texture"},"up":{"uv":[7.25,9.25,8.5,9.5],"texture":"#texture"},"north":{"uv":[8.5,9.25,7.25,9.5],"texture":"#texture"},"south":{"uv":[7.25,9.25,8.5,9.5],"texture":"#texture"},"west":{"uv":[7.25,9.25,7.5,9.5],"texture":"#texture"},"east":{"uv":[8.5,9.25,8.25,9.5],"texture":"#texture"}}},{"from":[7.25,6,7.75],"to":[8.5,6.25,8.25],"faces":{"down":{"uv":[7.25,10,8.5,9.75],"texture":"#texture"},"up":{"uv":[7.25,9.75,8.5,10],"texture":"#texture"},"north":{"uv":[8.5,9.75,7.25,10],"texture":"#texture"},"south":{"uv":[7.25,9.75,8.5,10],"texture":"#texture"},"west":{"uv":[7.25,9.75,7.5,10],"texture":"#texture"},"east":{"uv":[8.5,9.75,8.25,10],"texture":"#texture"}}},{"from":[7.25,4.5,7.75],"to":[8.5,5.5,8.25],"faces":{"down":{"uv":[7.25,11.5,8.5,11.25],"texture":"#texture"},"up":{"uv":[7.25,10.5,8.5,10.75],"texture":"#texture"},"north":{"uv":[8.5,10.5,7.25,11.5],"texture":"#texture"},"south":{"uv":[7.25,10.5,8.5,11.5],"texture":"#texture"},"west":{"uv":[7.25,10.5,7.5,11.5],"texture":"#texture"},"east":{"uv":[8.5,10.5,8.25,11.5],"texture":"#texture"}}},{"from":[7.25,3.25,7.75],"to":[8.5,4.25,8.25],"faces":{"down":{"uv":[7.25,12.75,8.5,12.5],"texture":"#texture"},"up":{"uv":[7.25,11.75,8.5,12],"texture":"#texture"},"north":{"uv":[8.5,11.75,7.25,12.75],"texture":"#texture"},"south":{"uv":[7.25,11.75,8.5,12.75],"texture":"#texture"},"west":{"uv":[7.25,11.75,7.5,12.75],"texture":"#texture"},"east":{"uv":[8.5,11.75,8.25,12.75],"texture":"#texture"}}},{"from":[7.25,1.75,7.75],"to":[8.5,2,8.25],"faces":{"down":{"uv":[7.25,14.25,8.5,14],"texture":"#texture"},"up":{"uv":[7.25,14,8.5,14.25],"texture":"#texture"},"north":{"uv":[8.5,14,7.25,14.25],"texture":"#texture"},"south":{"uv":[7.25,14,8.5,14.25],"texture":"#texture"},"west":{"uv":[7.25,14,7.5,14.25],"texture":"#texture"},"east":{"uv":[8.5,14,8.25,14.25],"texture":"#texture"}}},{"from":[7.25,1.25,7.75],"to":[8.5,1.5,8.25],"faces":{"down":{"uv":[7.25,14.75,8.5,14.5],"texture":"#texture"},"up":{"uv":[7.25,14.5,8.5,14.75],"texture":"#texture"},"north":{"uv":[8.5,14.5,7.25,14.75],"texture":"#texture"},"south":{"uv":[7.25,14.5,8.5,14.75],"texture":"#texture"},"west":{"uv":[7.25,14.5,7.5,14.75],"texture":"#texture"},"east":{"uv":[8.5,14.5,8.25,14.75],"texture":"#texture"}}},{"from":[7.5,5.5,7.75],"to":[8.25,6,8.25],"faces":{"down":{"uv":[7.5,10.5,8.25,10.25],"texture":"#texture"},"up":{"uv":[7.5,10,8.25,10.25],"texture":"#texture"},"north":{"uv":[8.25,10,7.5,10.5],"texture":"#texture"},"south":{"uv":[7.5,10,8.25,10.5],"texture":"#texture"},"west":{"uv":[7.5,10,7.75,10.5],"texture":"#texture"},"east":{"uv":[8.25,10,8,10.5],"texture":"#texture"}}},{"from":[7.5,4.25,7.75],"to":[8.25,4.5,8.25],"faces":{"down":{"uv":[7.5,11.75,8.25,11.5],"texture":"#texture"},"up":{"uv":[7.5,11.5,8.25,11.75],"texture":"#texture"},"north":{"uv":[8.25,11.5,7.5,11.75],"texture":"#texture"},"south":{"uv":[7.5,11.5,8.25,11.75],"texture":"#texture"},"west":{"uv":[7.5,11.5,7.75,11.75],"texture":"#texture"},"east":{"uv":[8.25,11.5,8,11.75],"texture":"#texture"}}},{"from":[7.5,3,7.75],"to":[8.25,3.25,8.25],"faces":{"down":{"uv":[7.5,13,8.25,12.75],"texture":"#texture"},"up":{"uv":[7.5,12.75,8.25,13],"texture":"#texture"},"north":{"uv":[8.25,12.75,7.5,13],"texture":"#texture"},"south":{"uv":[7.5,12.75,8.25,13],"texture":"#texture"},"west":{"uv":[7.5,12.75,7.75,13],"texture":"#texture"},"east":{"uv":[8.25,12.75,8,13],"texture":"#texture"}}},{"from":[7.5,0.5,7.75],"to":[8.25,1.25,8.25],"faces":{"down":{"uv":[7.5,15.5,8.25,15.25],"texture":"#texture"},"up":{"uv":[7.5,14.75,8.25,15],"texture":"#texture"},"north":{"uv":[8.25,14.75,7.5,15.5],"texture":"#texture"},"south":{"uv":[7.5,14.75,8.25,15.5],"texture":"#texture"},"west":{"uv":[7.5,14.75,7.75,15.5],"texture":"#texture"},"east":{"uv":[8.25,14.75,8,15.5],"texture":"#texture"}}},{"from":[7.75,0.25,7.75],"to":[8,0.5,8.25],"faces":{"down":{"uv":[7.75,15.75,8,15.5],"texture":"#texture"},"up":{"uv":[7.75,15.5,8,15.75],"texture":"#texture"},"north":{"uv":[8,15.5,7.75,15.75],"texture":"#texture"},"south":{"uv":[7.75,15.5,8,15.75],"texture":"#texture"},"west":{"uv":[7.75,15.5,8,15.75],"texture":"#texture"},"east":{"uv":[8,15.5,7.75,15.75],"texture":"#texture"}}},{"from":[8.5,2.25,7.75],"to":[9.25,3,8.25],"faces":{"down":{"uv":[8.5,13.75,9.25,13.5],"texture":"#texture"},"up":{"uv":[8.5,13,9.25,13.25],"texture":"#texture"},"north":{"uv":[9.25,13,8.5,13.75],"texture":"#texture"},"south":{"uv":[8.5,13,9.25,13.75],"texture":"#texture"},"west":{"uv":[8.5,13,8.75,13.75],"texture":"#texture"},"east":{"uv":[9.25,13,9,13.75],"texture":"#texture"}}},{"from":[8.75,2,7.75],"to":[9,2.25,8.25],"faces":{"down":{"uv":[8.75,14,9,13.75],"texture":"#texture"},"up":{"uv":[8.75,13.75,9,14],"texture":"#texture"},"north":{"uv":[9,13.75,8.75,14],"texture":"#texture"},"south":{"uv":[8.75,13.75,9,14],"texture":"#texture"},"west":{"uv":[8.75,13.75,9,14],"texture":"#texture"},"east":{"uv":[9,13.75,8.75,14],"texture":"#texture"}}},{"from":[9.25,2.25,7.75],"to":[9.5,2.75,8.25],"faces":{"down":{"uv":[9.25,13.75,9.5,13.5],"texture":"#texture"},"up":{"uv":[9.25,13.25,9.5,13.5],"texture":"#texture"},"north":{"uv":[9.5,13.25,9.25,13.75],"texture":"#texture"},"south":{"uv":[9.25,13.25,9.5,13.75],"texture":"#texture"},"west":{"uv":[9.25,13.25,9.5,13.75],"texture":"#texture"},"east":{"uv":[9.5,13.25,9.25,13.75],"texture":"#texture"}}},{"from":[6.25,11.25,6.5],"to":[6.5,13.25,9.5],"faces":{"down":{"uv":[6.25,4.75,6.5,4.5],"texture":"#texture"},"up":{"uv":[6.25,2.75,6.5,3],"texture":"#texture"},"north":{"uv":[6.5,2.75,6.25,4.75],"texture":"#texture"},"south":{"uv":[6.25,2.75,6.5,4.75],"texture":"#texture"},"west":{"uv":[6.25,2.75,6.5,4.75],"texture":"#texture"},"east":{"uv":[6.5,2.75,6.25,4.75],"texture":"#texture"}}},{"from":[6.5,11.5,6.5],"to":[9.5,13.25,9.5],"faces":{"down":{"uv":[6.5,4.5,9.5,4.25],"texture":"#texture"},"up":{"uv":[6.5,2.75,9.5,3],"texture":"#texture"},"north":{"uv":[9.5,2.75,6.5,4.5],"texture":"#texture"},"south":{"uv":[6.5,2.75,9.5,4.5],"texture":"#texture"},"west":{"uv":[6.5,2.75,6.75,4.5],"texture":"#texture"},"east":{"uv":[9.5,2.75,9.25,4.5],"texture":"#texture"}}},{"from":[6.75,13.25,6.5],"to":[9.25,13.5,9.5],"faces":{"down":{"uv":[6.75,2.75,9.25,2.5],"texture":"#texture"},"up":{"uv":[6.75,2.5,9.25,2.75],"texture":"#texture"},"north":{"uv":[9.25,2.5,6.75,2.75],"texture":"#texture"},"south":{"uv":[6.75,2.5,9.25,2.75],"texture":"#texture"},"west":{"uv":[6.75,2.5,7,2.75],"texture":"#texture"},"east":{"uv":[9.25,2.5,9,2.75],"texture":"#texture"}}},{"from":[7,13.5,6.5],"to":[9,13.75,9.5],"faces":{"down":{"uv":[7,2.5,9,2.25],"texture":"#texture"},"up":{"uv":[7,2.25,9,2.5],"texture":"#texture"},"north":{"uv":[9,2.25,7,2.5],"texture":"#texture"},"south":{"uv":[7,2.25,9,2.5],"texture":"#texture"},"west":{"uv":[7,2.25,7.25,2.5],"texture":"#texture"},"east":{"uv":[9,2.25,8.75,2.5],"texture":"#texture"}}},{"from":[9.25,11.25,6.5],"to":[9.5,11.5,9.5],"faces":{"down":{"uv":[9.25,4.75,9.5,4.5],"texture":"#texture"},"up":{"uv":[9.25,4.5,9.5,4.75],"texture":"#texture"},"north":{"uv":[9.5,4.5,9.25,4.75],"texture":"#texture"},"south":{"uv":[9.25,4.5,9.5,4.75],"texture":"#texture"},"west":{"uv":[9.25,4.5,9.5,4.75],"texture":"#texture"},"east":{"uv":[9.5,4.5,9.25,4.75],"texture":"#texture"}}},{"from":[4.25,12,6.875],"to":[11.5,12.5,9.125],"faces":{"down":{"uv":[4.25,4,11.5,3.75],"texture":"#texture"},"up":{"uv":[4.25,3.5,11.5,3.75],"texture":"#texture"},"north":{"uv":[11.5,3.5,4.25,4],"texture":"#texture"},"south":{"uv":[4.25,3.5,11.5,4],"texture":"#texture"},"west":{"uv":[4.25,3.5,4.5,4],"texture":"#texture"},"east":{"uv":[11.5,3.5,11.25,4],"texture":"#texture"}}},{"from":[4.5,12.5,6.875],"to":[11,12.75,9.125],"faces":{"down":{"uv":[4.5,3.5,11,3.25],"texture":"#texture"},"up":{"uv":[4.5,3.25,11,3.5],"texture":"#texture"},"north":{"uv":[11,3.25,4.5,3.5],"texture":"#texture"},"south":{"uv":[4.5,3.25,11,3.5],"texture":"#texture"},"west":{"uv":[4.5,3.25,4.75,3.5],"texture":"#texture"},"east":{"uv":[11,3.25,10.75,3.5],"texture":"#texture"}}},{"from":[4.5,11.75,6.875],"to":[11.5,12,9.125],"faces":{"down":{"uv":[4.5,4.25,11.5,4],"texture":"#texture"},"up":{"uv":[4.5,4,11.5,4.25],"texture":"#texture"},"north":{"uv":[11.5,4,4.5,4.25],"texture":"#texture"},"south":{"uv":[4.5,4,11.5,4.25],"texture":"#texture"},"west":{"uv":[4.5,4,4.75,4.25],"texture":"#texture"},"east":{"uv":[11.5,4,11.25,4.25],"texture":"#texture"}}},{"from":[4.75,12.75,6.875],"to":[10.75,13,9.125],"faces":{"down":{"uv":[4.75,3.25,10.75,3],"texture":"#texture"},"up":{"uv":[4.75,3,10.75,3.25],"texture":"#texture"},"north":{"uv":[10.75,3,4.75,3.25],"texture":"#texture"},"south":{"uv":[4.75,3,10.75,3.25],"texture":"#texture"},"west":{"uv":[4.75,3,5,3.25],"texture":"#texture"},"east":{"uv":[10.75,3,10.5,3.25],"texture":"#texture"}}},{"from":[5,11.5,6.875],"to":[11,11.75,9.125],"faces":{"down":{"uv":[5,4.5,11,4.25],"texture":"#texture"},"up":{"uv":[5,4.25,11,4.5],"texture":"#texture"},"north":{"uv":[11,4.25,5,4.5],"texture":"#texture"},"south":{"uv":[5,4.25,11,4.5],"texture":"#texture"},"west":{"uv":[5,4.25,5.25,4.5],"texture":"#texture"},"east":{"uv":[11,4.25,10.75,4.5],"texture":"#texture"}}},{"from":[5.25,13,6.875],"to":[10.25,13.25,9.125],"faces":{"down":{"uv":[5.25,3,10.25,2.75],"texture":"#texture"},"up":{"uv":[5.25,2.75,10.25,3],"texture":"#texture"},"north":{"uv":[10.25,2.75,5.25,3],"texture":"#texture"},"south":{"uv":[5.25,2.75,10.25,3],"texture":"#texture"},"west":{"uv":[5.25,2.75,5.5,3],"texture":"#texture"},"east":{"uv":[10.25,2.75,10,3],"texture":"#texture"}}},{"from":[5.5,13.25,6.875],"to":[6,13.5,9.125],"faces":{"down":{"uv":[5.5,2.75,6,2.5],"texture":"#texture"},"up":{"uv":[5.5,2.5,6,2.75],"texture":"#texture"},"north":{"uv":[6,2.5,5.5,2.75],"texture":"#texture"},"south":{"uv":[5.5,2.5,6,2.75],"texture":"#texture"},"west":{"uv":[5.5,2.5,5.75,2.75],"texture":"#texture"},"east":{"uv":[6,2.5,5.75,2.75],"texture":"#texture"}}},{"from":[5.5,11.25,6.875],"to":[10.5,11.5,9.125],"faces":{"down":{"uv":[5.5,4.75,10.5,4.5],"texture":"#texture"},"up":{"uv":[5.5,4.5,10.5,4.75],"texture":"#texture"},"north":{"uv":[10.5,4.5,5.5,4.75],"texture":"#texture"},"south":{"uv":[5.5,4.5,10.5,4.75],"texture":"#texture"},"west":{"uv":[5.5,4.5,5.75,4.75],"texture":"#texture"},"east":{"uv":[10.5,4.5,10.25,4.75],"texture":"#texture"}}},{"from":[5.75,11,6.875],"to":[6,11.25,9.125],"faces":{"down":{"uv":[5.75,5,6,4.75],"texture":"#texture"},"up":{"uv":[5.75,4.75,6,5],"texture":"#texture"},"north":{"uv":[6,4.75,5.75,5],"texture":"#texture"},"south":{"uv":[5.75,4.75,6,5],"texture":"#texture"},"west":{"uv":[5.75,4.75,6,5],"texture":"#texture"},"east":{"uv":[6,4.75,5.75,5],"texture":"#texture"}}},{"from":[6.25,13.25,6.875],"to":[9.5,13.5,9.125],"faces":{"down":{"uv":[6.25,2.75,9.5,2.5],"texture":"#texture"},"up":{"uv":[6.25,2.5,9.5,2.75],"texture":"#texture"},"north":{"uv":[9.5,2.5,6.25,2.75],"texture":"#texture"},"south":{"uv":[6.25,2.5,9.5,2.75],"texture":"#texture"},"west":{"uv":[6.25,2.5,6.5,2.75],"texture":"#texture"},"east":{"uv":[9.5,2.5,9.25,2.75],"texture":"#texture"}}},{"from":[6.25,11,6.875],"to":[6.5,11.25,9.125],"faces":{"down":{"uv":[6.25,5,6.5,4.75],"texture":"#texture"},"up":{"uv":[6.25,4.75,6.5,5],"texture":"#texture"},"north":{"uv":[6.5,4.75,6.25,5],"texture":"#texture"},"south":{"uv":[6.25,4.75,6.5,5],"texture":"#texture"},"west":{"uv":[6.25,4.75,6.5,5],"texture":"#texture"},"east":{"uv":[6.5,4.75,6.25,5],"texture":"#texture"}}},{"from":[6.75,13.5,6.875],"to":[9.25,13.75,9.125],"faces":{"down":{"uv":[6.75,2.5,9.25,2.25],"texture":"#texture"},"up":{"uv":[6.75,2.25,9.25,2.5],"texture":"#texture"},"north":{"uv":[9.25,2.25,6.75,2.5],"texture":"#texture"},"south":{"uv":[6.75,2.25,9.25,2.5],"texture":"#texture"},"west":{"uv":[6.75,2.25,7,2.5],"texture":"#texture"},"east":{"uv":[9.25,2.25,9,2.5],"texture":"#texture"}}},{"from":[7,13.75,6.875],"to":[9,14,9.125],"faces":{"down":{"uv":[7,2.25,9,2],"texture":"#texture"},"up":{"uv":[7,2,9,2.25],"texture":"#texture"},"north":{"uv":[9,2,7,2.25],"texture":"#texture"},"south":{"uv":[7,2,9,2.25],"texture":"#texture"},"west":{"uv":[7,2,7.25,2.25],"texture":"#texture"},"east":{"uv":[9,2,8.75,2.25],"texture":"#texture"}}},{"from":[7.25,14,6.875],"to":[8.5,14.5,9.125],"faces":{"down":{"uv":[7.25,2,8.5,1.75],"texture":"#texture"},"up":{"uv":[7.25,1.5,8.5,1.75],"texture":"#texture"},"north":{"uv":[8.5,1.5,7.25,2],"texture":"#texture"},"south":{"uv":[7.25,1.5,8.5,2],"texture":"#texture"},"west":{"uv":[7.25,1.5,7.5,2],"texture":"#texture"},"east":{"uv":[8.5,1.5,8.25,2],"texture":"#texture"}}},{"from":[7.5,14.5,6.875],"to":[8.25,14.75,9.125],"faces":{"down":{"uv":[7.5,1.5,8.25,1.25],"texture":"#texture"},"up":{"uv":[7.5,1.25,8.25,1.5],"texture":"#texture"},"north":{"uv":[8.25,1.25,7.5,1.5],"texture":"#texture"},"south":{"uv":[7.5,1.25,8.25,1.5],"texture":"#texture"},"west":{"uv":[7.5,1.25,7.75,1.5],"texture":"#texture"},"east":{"uv":[8.25,1.25,8,1.5],"texture":"#texture"}}},{"from":[7.75,14.75,6.875],"to":[8,15,9.125],"faces":{"down":{"uv":[7.75,1.25,8,1],"texture":"#texture"},"up":{"uv":[7.75,1,8,1.25],"texture":"#texture"},"north":{"uv":[8,1,7.75,1.25],"texture":"#texture"},"south":{"uv":[7.75,1,8,1.25],"texture":"#texture"},"west":{"uv":[7.75,1,8,1.25],"texture":"#texture"},"east":{"uv":[8,1,7.75,1.25],"texture":"#texture"}}},{"from":[8.5,14,6.875],"to":[8.75,14.25,9.125],"faces":{"down":{"uv":[8.5,2,8.75,1.75],"texture":"#texture"},"up":{"uv":[8.5,1.75,8.75,2],"texture":"#texture"},"north":{"uv":[8.75,1.75,8.5,2],"texture":"#texture"},"south":{"uv":[8.5,1.75,8.75,2],"texture":"#texture"},"west":{"uv":[8.5,1.75,8.75,2],"texture":"#texture"},"east":{"uv":[8.75,1.75,8.5,2],"texture":"#texture"}}},{"from":[9.25,11,6.875],"to":[9.5,11.25,9.125],"faces":{"down":{"uv":[9.25,5,9.5,4.75],"texture":"#texture"},"up":{"uv":[9.25,4.75,9.5,5],"texture":"#texture"},"north":{"uv":[9.5,4.75,9.25,5],"texture":"#texture"},"south":{"uv":[9.25,4.75,9.5,5],"texture":"#texture"},"west":{"uv":[9.25,4.75,9.5,5],"texture":"#texture"},"east":{"uv":[9.5,4.75,9.25,5],"texture":"#texture"}}},{"from":[9.75,13.25,6.875],"to":[10,13.5,9.125],"faces":{"down":{"uv":[9.75,2.75,10,2.5],"texture":"#texture"},"up":{"uv":[9.75,2.5,10,2.75],"texture":"#texture"},"north":{"uv":[10,2.5,9.75,2.75],"texture":"#texture"},"south":{"uv":[9.75,2.5,10,2.75],"texture":"#texture"},"west":{"uv":[9.75,2.5,10,2.75],"texture":"#texture"},"east":{"uv":[10,2.5,9.75,2.75],"texture":"#texture"}}},{"from":[9.75,11,6.875],"to":[10.25,11.25,9.125],"faces":{"down":{"uv":[9.75,5,10.25,4.75],"texture":"#texture"},"up":{"uv":[9.75,4.75,10.25,5],"texture":"#texture"},"north":{"uv":[10.25,4.75,9.75,5],"texture":"#texture"},"south":{"uv":[9.75,4.75,10.25,5],"texture":"#texture"},"west":{"uv":[9.75,4.75,10,5],"texture":"#texture"},"east":{"uv":[10.25,4.75,10,5],"texture":"#texture"}}},{"from":[11.5,12,6.875],"to":[11.75,12.25,9.125],"faces":{"down":{"uv":[11.5,4,11.75,3.75],"texture":"#texture"},"up":{"uv":[11.5,3.75,11.75,4],"texture":"#texture"},"north":{"uv":[11.75,3.75,11.5,4],"texture":"#texture"},"south":{"uv":[11.5,3.75,11.75,4],"texture":"#texture"},"west":{"uv":[11.5,3.75,11.75,4],"texture":"#texture"},"east":{"uv":[11.75,3.75,11.5,4],"texture":"#texture"}}},{"from":[3.75,12,7.125],"to":[12.25,12.25,8.875],"faces":{"down":{"uv":[3.75,4,12.25,3.75],"texture":"#texture"},"up":{"uv":[3.75,3.75,12.25,4],"texture":"#texture"},"north":{"uv":[12.25,3.75,3.75,4],"texture":"#texture"},"south":{"uv":[3.75,3.75,12.25,4],"texture":"#texture"},"west":{"uv":[3.75,3.75,4,4],"texture":"#texture"},"east":{"uv":[12.25,3.75,12,4],"texture":"#texture"}}},{"from":[4,12.25,7.125],"to":[12,12.5,8.875],"faces":{"down":{"uv":[4,3.75,12,3.5],"texture":"#texture"},"up":{"uv":[4,3.5,12,3.75],"texture":"#texture"},"north":{"uv":[12,3.5,4,3.75],"texture":"#texture"},"south":{"uv":[4,3.5,12,3.75],"texture":"#texture"},"west":{"uv":[4,3.5,4.25,3.75],"texture":"#texture"},"east":{"uv":[12,3.5,11.75,3.75],"texture":"#texture"}}},{"from":[4.25,12.5,7.125],"to":[11.5,12.75,8.875],"faces":{"down":{"uv":[4.25,3.5,11.5,3.25],"texture":"#texture"},"up":{"uv":[4.25,3.25,11.5,3.5],"texture":"#texture"},"north":{"uv":[11.5,3.25,4.25,3.5],"texture":"#texture"},"south":{"uv":[4.25,3.25,11.5,3.5],"texture":"#texture"},"west":{"uv":[4.25,3.25,4.5,3.5],"texture":"#texture"},"east":{"uv":[11.5,3.25,11.25,3.5],"texture":"#texture"}}},{"from":[4.25,11.75,7.125],"to":[11.75,12,8.875],"faces":{"down":{"uv":[4.25,4.25,11.75,4],"texture":"#texture"},"up":{"uv":[4.25,4,11.75,4.25],"texture":"#texture"},"north":{"uv":[11.75,4,4.25,4.25],"texture":"#texture"},"south":{"uv":[4.25,4,11.75,4.25],"texture":"#texture"},"west":{"uv":[4.25,4,4.5,4.25],"texture":"#texture"},"east":{"uv":[11.75,4,11.5,4.25],"texture":"#texture"}}},{"from":[4.5,12.75,7.125],"to":[11,13,8.875],"faces":{"down":{"uv":[4.5,3.25,11,3],"texture":"#texture"},"up":{"uv":[4.5,3,11,3.25],"texture":"#texture"},"north":{"uv":[11,3,4.5,3.25],"texture":"#texture"},"south":{"uv":[4.5,3,11,3.25],"texture":"#texture"},"west":{"uv":[4.5,3,4.75,3.25],"texture":"#texture"},"east":{"uv":[11,3,10.75,3.25],"texture":"#texture"}}},{"from":[4.5,11.5,7.125],"to":[11.5,11.75,8.875],"faces":{"down":{"uv":[4.5,4.5,11.5,4.25],"texture":"#texture"},"up":{"uv":[4.5,4.25,11.5,4.5],"texture":"#texture"},"north":{"uv":[11.5,4.25,4.5,4.5],"texture":"#texture"},"south":{"uv":[4.5,4.25,11.5,4.5],"texture":"#texture"},"west":{"uv":[4.5,4.25,4.75,4.5],"texture":"#texture"},"east":{"uv":[11.5,4.25,11.25,4.5],"texture":"#texture"}}},{"from":[4.75,13,7.125],"to":[10.75,13.25,8.875],"faces":{"down":{"uv":[4.75,3,10.75,2.75],"texture":"#texture"},"up":{"uv":[4.75,2.75,10.75,3],"texture":"#texture"},"north":{"uv":[10.75,2.75,4.75,3],"texture":"#texture"},"south":{"uv":[4.75,2.75,10.75,3],"texture":"#texture"},"west":{"uv":[4.75,2.75,5,3],"texture":"#texture"},"east":{"uv":[10.75,2.75,10.5,3],"texture":"#texture"}}},{"from":[5,11.25,7.125],"to":[11,11.5,8.875],"faces":{"down":{"uv":[5,4.75,11,4.5],"texture":"#texture"},"up":{"uv":[5,4.5,11,4.75],"texture":"#texture"},"north":{"uv":[11,4.5,5,4.75],"texture":"#texture"},"south":{"uv":[5,4.5,11,4.75],"texture":"#texture"},"west":{"uv":[5,4.5,5.25,4.75],"texture":"#texture"},"east":{"uv":[11,4.5,10.75,4.75],"texture":"#texture"}}},{"from":[5.25,13.25,7.125],"to":[10.25,13.5,8.875],"faces":{"down":{"uv":[5.25,2.75,10.25,2.5],"texture":"#texture"},"up":{"uv":[5.25,2.5,10.25,2.75],"texture":"#texture"},"north":{"uv":[10.25,2.5,5.25,2.75],"texture":"#texture"},"south":{"uv":[5.25,2.5,10.25,2.75],"texture":"#texture"},"west":{"uv":[5.25,2.5,5.5,2.75],"texture":"#texture"},"east":{"uv":[10.25,2.5,10,2.75],"texture":"#texture"}}},{"from":[5.5,13.5,7.125],"to":[5.75,14,8.875],"faces":{"down":{"uv":[5.5,2.5,5.75,2.25],"texture":"#texture"},"up":{"uv":[5.5,2,5.75,2.25],"texture":"#texture"},"north":{"uv":[5.75,2,5.5,2.5],"texture":"#texture"},"south":{"uv":[5.5,2,5.75,2.5],"texture":"#texture"},"west":{"uv":[5.5,2,5.75,2.5],"texture":"#texture"},"east":{"uv":[5.75,2,5.5,2.5],"texture":"#texture"}}},{"from":[5.5,11,7.125],"to":[10.5,11.25,8.875],"faces":{"down":{"uv":[5.5,5,10.5,4.75],"texture":"#texture"},"up":{"uv":[5.5,4.75,10.5,5],"texture":"#texture"},"north":{"uv":[10.5,4.75,5.5,5],"texture":"#texture"},"south":{"uv":[5.5,4.75,10.5,5],"texture":"#texture"},"west":{"uv":[5.5,4.75,5.75,5],"texture":"#texture"},"east":{"uv":[10.5,4.75,10.25,5],"texture":"#texture"}}},{"from":[5.75,13.5,7.125],"to":[6,13.75,8.875],"faces":{"down":{"uv":[5.75,2.5,6,2.25],"texture":"#texture"},"up":{"uv":[5.75,2.25,6,2.5],"texture":"#texture"},"north":{"uv":[6,2.25,5.75,2.5],"texture":"#texture"},"south":{"uv":[5.75,2.25,6,2.5],"texture":"#texture"},"west":{"uv":[5.75,2.25,6,2.5],"texture":"#texture"},"east":{"uv":[6,2.25,5.75,2.5],"texture":"#texture"}}},{"from":[5.75,10.75,7.125],"to":[6,11,8.875],"faces":{"down":{"uv":[5.75,5.25,6,5],"texture":"#texture"},"up":{"uv":[5.75,5,6,5.25],"texture":"#texture"},"north":{"uv":[6,5,5.75,5.25],"texture":"#texture"},"south":{"uv":[5.75,5,6,5.25],"texture":"#texture"},"west":{"uv":[5.75,5,6,5.25],"texture":"#texture"},"east":{"uv":[6,5,5.75,5.25],"texture":"#texture"}}},{"from":[6.25,13.5,7.125],"to":[9.5,13.75,8.875],"faces":{"down":{"uv":[6.25,2.5,9.5,2.25],"texture":"#texture"},"up":{"uv":[6.25,2.25,9.5,2.5],"texture":"#texture"},"north":{"uv":[9.5,2.25,6.25,2.5],"texture":"#texture"},"south":{"uv":[6.25,2.25,9.5,2.5],"texture":"#texture"},"west":{"uv":[6.25,2.25,6.5,2.5],"texture":"#texture"},"east":{"uv":[9.5,2.25,9.25,2.5],"texture":"#texture"}}},{"from":[6.25,10.75,7.125],"to":[6.5,11,8.875],"faces":{"down":{"uv":[6.25,5.25,6.5,5],"texture":"#texture"},"up":{"uv":[6.25,5,6.5,5.25],"texture":"#texture"},"north":{"uv":[6.5,5,6.25,5.25],"texture":"#texture"},"south":{"uv":[6.25,5,6.5,5.25],"texture":"#texture"},"west":{"uv":[6.25,5,6.5,5.25],"texture":"#texture"},"east":{"uv":[6.5,5,6.25,5.25],"texture":"#texture"}}},{"from":[6.75,13.75,7.125],"to":[9.25,14,8.875],"faces":{"down":{"uv":[6.75,2.25,9.25,2],"texture":"#texture"},"up":{"uv":[6.75,2,9.25,2.25],"texture":"#texture"},"north":{"uv":[9.25,2,6.75,2.25],"texture":"#texture"},"south":{"uv":[6.75,2,9.25,2.25],"texture":"#texture"},"west":{"uv":[6.75,2,7,2.25],"texture":"#texture"},"east":{"uv":[9.25,2,9,2.25],"texture":"#texture"}}},{"from":[7,14,7.125],"to":[8.75,14.5,8.875],"faces":{"down":{"uv":[7,2,8.75,1.75],"texture":"#texture"},"up":{"uv":[7,1.5,8.75,1.75],"texture":"#texture"},"north":{"uv":[8.75,1.5,7,2],"texture":"#texture"},"south":{"uv":[7,1.5,8.75,2],"texture":"#texture"},"west":{"uv":[7,1.5,7.25,2],"texture":"#texture"},"east":{"uv":[8.75,1.5,8.5,2],"texture":"#texture"}}},{"from":[7.25,14.5,7.125],"to":[8.5,14.75,8.875],"faces":{"down":{"uv":[7.25,1.5,8.5,1.25],"texture":"#texture"},"up":{"uv":[7.25,1.25,8.5,1.5],"texture":"#texture"},"north":{"uv":[8.5,1.25,7.25,1.5],"texture":"#texture"},"south":{"uv":[7.25,1.25,8.5,1.5],"texture":"#texture"},"west":{"uv":[7.25,1.25,7.5,1.5],"texture":"#texture"},"east":{"uv":[8.5,1.25,8.25,1.5],"texture":"#texture"}}},{"from":[7.5,14.75,7.125],"to":[8.25,15,8.875],"faces":{"down":{"uv":[7.5,1.25,8.25,1],"texture":"#texture"},"up":{"uv":[7.5,1,8.25,1.25],"texture":"#texture"},"north":{"uv":[8.25,1,7.5,1.25],"texture":"#texture"},"south":{"uv":[7.5,1,8.25,1.25],"texture":"#texture"},"west":{"uv":[7.5,1,7.75,1.25],"texture":"#texture"},"east":{"uv":[8.25,1,8,1.25],"texture":"#texture"}}},{"from":[7.75,15,7.125],"to":[8,15.5,8.875],"faces":{"down":{"uv":[7.75,1,8,0.75],"texture":"#texture"},"up":{"uv":[7.75,0.5,8,0.75],"texture":"#texture"},"north":{"uv":[8,0.5,7.75,1],"texture":"#texture"},"south":{"uv":[7.75,0.5,8,1],"texture":"#texture"},"west":{"uv":[7.75,0.5,8,1],"texture":"#texture"},"east":{"uv":[8,0.5,7.75,1],"texture":"#texture"}}},{"from":[8,15,7.125],"to":[8.25,15.25,8.875],"faces":{"down":{"uv":[8,1,8.25,0.75],"texture":"#texture"},"up":{"uv":[8,0.75,8.25,1],"texture":"#texture"},"north":{"uv":[8.25,0.75,8,1],"texture":"#texture"},"south":{"uv":[8,0.75,8.25,1],"texture":"#texture"},"west":{"uv":[8,0.75,8.25,1],"texture":"#texture"},"east":{"uv":[8.25,0.75,8,1],"texture":"#texture"}}},{"from":[8.75,14,7.125],"to":[9,14.25,8.875],"faces":{"down":{"uv":[8.75,2,9,1.75],"texture":"#texture"},"up":{"uv":[8.75,1.75,9,2],"texture":"#texture"},"north":{"uv":[9,1.75,8.75,2],"texture":"#texture"},"south":{"uv":[8.75,1.75,9,2],"texture":"#texture"},"west":{"uv":[8.75,1.75,9,2],"texture":"#texture"},"east":{"uv":[9,1.75,8.75,2],"texture":"#texture"}}},{"from":[9.25,10.75,7.125],"to":[9.5,11,8.875],"faces":{"down":{"uv":[9.25,5.25,9.5,5],"texture":"#texture"},"up":{"uv":[9.25,5,9.5,5.25],"texture":"#texture"},"north":{"uv":[9.5,5,9.25,5.25],"texture":"#texture"},"south":{"uv":[9.25,5,9.5,5.25],"texture":"#texture"},"west":{"uv":[9.25,5,9.5,5.25],"texture":"#texture"},"east":{"uv":[9.5,5,9.25,5.25],"texture":"#texture"}}},{"from":[9.75,13.5,7.125],"to":[10,13.75,8.875],"faces":{"down":{"uv":[9.75,2.5,10,2.25],"texture":"#texture"},"up":{"uv":[9.75,2.25,10,2.5],"texture":"#texture"},"north":{"uv":[10,2.25,9.75,2.5],"texture":"#texture"},"south":{"uv":[9.75,2.25,10,2.5],"texture":"#texture"},"west":{"uv":[9.75,2.25,10,2.5],"texture":"#texture"},"east":{"uv":[10,2.25,9.75,2.5],"texture":"#texture"}}},{"from":[9.75,10.75,7.125],"to":[10.25,11,8.875],"faces":{"down":{"uv":[9.75,5.25,10.25,5],"texture":"#texture"},"up":{"uv":[9.75,5,10.25,5.25],"texture":"#texture"},"north":{"uv":[10.25,5,9.75,5.25],"texture":"#texture"},"south":{"uv":[9.75,5,10.25,5.25],"texture":"#texture"},"west":{"uv":[9.75,5,10,5.25],"texture":"#texture"},"east":{"uv":[10.25,5,10,5.25],"texture":"#texture"}}},{"from":[10,10.5,7.125],"to":[10.25,10.75,8.875],"faces":{"down":{"uv":[10,5.5,10.25,5.25],"texture":"#texture"},"up":{"uv":[10,5.25,10.25,5.5],"texture":"#texture"},"north":{"uv":[10.25,5.25,10,5.5],"texture":"#texture"},"south":{"uv":[10,5.25,10.25,5.5],"texture":"#texture"},"west":{"uv":[10,5.25,10.25,5.5],"texture":"#texture"},"east":{"uv":[10.25,5.25,10,5.5],"texture":"#texture"}}},{"from":[3.5,12,7.5],"to":[12.25,12.5,8.5],"faces":{"down":{"uv":[3.5,4,12.25,3.75],"texture":"#texture"},"up":{"uv":[3.5,3.5,12.25,3.75],"texture":"#texture"},"north":{"uv":[12.25,3.5,3.5,4],"texture":"#texture"},"south":{"uv":[3.5,3.5,12.25,4],"texture":"#texture"},"west":{"uv":[3.5,3.5,3.75,4],"texture":"#texture"},"east":{"uv":[12.25,3.5,12,4],"texture":"#texture"}}},{"from":[3.75,11.75,7.5],"to":[12.25,12,8.5],"faces":{"down":{"uv":[3.75,4.25,12.25,4],"texture":"#texture"},"up":{"uv":[3.75,4,12.25,4.25],"texture":"#texture"},"north":{"uv":[12.25,4,3.75,4.25],"texture":"#texture"},"south":{"uv":[3.75,4,12.25,4.25],"texture":"#texture"},"west":{"uv":[3.75,4,4,4.25],"texture":"#texture"},"east":{"uv":[12.25,4,12,4.25],"texture":"#texture"}}},{"from":[4,12.5,7.5],"to":[12,12.75,8.5],"faces":{"down":{"uv":[4,3.5,12,3.25],"texture":"#texture"},"up":{"uv":[4,3.25,12,3.5],"texture":"#texture"},"north":{"uv":[12,3.25,4,3.5],"texture":"#texture"},"south":{"uv":[4,3.25,12,3.5],"texture":"#texture"},"west":{"uv":[4,3.25,4.25,3.5],"texture":"#texture"},"east":{"uv":[12,3.25,11.75,3.5],"texture":"#texture"}}},{"from":[4.25,12.75,7.5],"to":[11,13.25,8.5],"faces":{"down":{"uv":[4.25,3.25,11,3],"texture":"#texture"},"up":{"uv":[4.25,2.75,11,3],"texture":"#texture"},"north":{"uv":[11,2.75,4.25,3.25],"texture":"#texture"},"south":{"uv":[4.25,2.75,11,3.25],"texture":"#texture"},"west":{"uv":[4.25,2.75,4.5,3.25],"texture":"#texture"},"east":{"uv":[11,2.75,10.75,3.25],"texture":"#texture"}}},{"from":[4.25,11.25,7.5],"to":[11.5,11.75,8.5],"faces":{"down":{"uv":[4.25,4.75,11.5,4.5],"texture":"#texture"},"up":{"uv":[4.25,4.25,11.5,4.5],"texture":"#texture"},"north":{"uv":[11.5,4.25,4.25,4.75],"texture":"#texture"},"south":{"uv":[4.25,4.25,11.5,4.75],"texture":"#texture"},"west":{"uv":[4.25,4.25,4.5,4.75],"texture":"#texture"},"east":{"uv":[11.5,4.25,11.25,4.75],"texture":"#texture"}}},{"from":[4.75,13.25,7.5],"to":[10.75,13.5,8.5],"faces":{"down":{"uv":[4.75,2.75,10.75,2.5],"texture":"#texture"},"up":{"uv":[4.75,2.5,10.75,2.75],"texture":"#texture"},"north":{"uv":[10.75,2.5,4.75,2.75],"texture":"#texture"},"south":{"uv":[4.75,2.5,10.75,2.75],"texture":"#texture"},"west":{"uv":[4.75,2.5,5,2.75],"texture":"#texture"},"east":{"uv":[10.75,2.5,10.5,2.75],"texture":"#texture"}}},{"from":[5,11,7.5],"to":[11,11.25,8.5],"faces":{"down":{"uv":[5,5,11,4.75],"texture":"#texture"},"up":{"uv":[5,4.75,11,5],"texture":"#texture"},"north":{"uv":[11,4.75,5,5],"texture":"#texture"},"south":{"uv":[5,4.75,11,5],"texture":"#texture"},"west":{"uv":[5,4.75,5.25,5],"texture":"#texture"},"east":{"uv":[11,4.75,10.75,5],"texture":"#texture"}}},{"from":[5.25,13.5,7.5],"to":[5.75,14.25,8.5],"faces":{"down":{"uv":[5.25,2.5,5.75,2.25],"texture":"#texture"},"up":{"uv":[5.25,1.75,5.75,2],"texture":"#texture"},"north":{"uv":[5.75,1.75,5.25,2.5],"texture":"#texture"},"south":{"uv":[5.25,1.75,5.75,2.5],"texture":"#texture"},"west":{"uv":[5.25,1.75,5.5,2.5],"texture":"#texture"},"east":{"uv":[5.75,1.75,5.5,2.5],"texture":"#texture"}}},{"from":[5.5,10,7.75],"to":[5.75,11,8.25],"faces":{"down":{"uv":[5.5,6,5.75,5.75],"texture":"#texture"},"up":{"uv":[5.5,5,5.75,5.25],"texture":"#texture"},"north":{"uv":[5.75,5,5.5,6],"texture":"#texture"},"south":{"uv":[5.5,5,5.75,6],"texture":"#texture"},"west":{"uv":[5.5,5,5.75,6],"texture":"#texture"},"east":{"uv":[5.75,5,5.5,6],"texture":"#texture"}}},{"from":[5.75,13.5,7.5],"to":[6,14,8.5],"faces":{"down":{"uv":[5.75,2.5,6,2.25],"texture":"#texture"},"up":{"uv":[5.75,2,6,2.25],"texture":"#texture"},"north":{"uv":[6,2,5.75,2.5],"texture":"#texture"},"south":{"uv":[5.75,2,6,2.5],"texture":"#texture"},"west":{"uv":[5.75,2,6,2.5],"texture":"#texture"},"east":{"uv":[6,2,5.75,2.5],"texture":"#texture"}}},{"from":[5.75,10.25,7.5],"to":[6,11,8.5],"faces":{"down":{"uv":[5.75,5.75,6,5.5],"texture":"#texture"},"up":{"uv":[5.75,5,6,5.25],"texture":"#texture"},"north":{"uv":[6,5,5.75,5.75],"texture":"#texture"},"south":{"uv":[5.75,5,6,5.75],"texture":"#texture"},"west":{"uv":[5.75,5,6,5.75],"texture":"#texture"},"east":{"uv":[6,5,5.75,5.75],"texture":"#texture"}}},{"from":[6,13.5,7.5],"to":[10.25,13.75,8.5],"faces":{"down":{"uv":[6,2.5,10.25,2.25],"texture":"#texture"},"up":{"uv":[6,2.25,10.25,2.5],"texture":"#texture"},"north":{"uv":[10.25,2.25,6,2.5],"texture":"#texture"},"south":{"uv":[6,2.25,10.25,2.5],"texture":"#texture"},"west":{"uv":[6,2.25,6.25,2.5],"texture":"#texture"},"east":{"uv":[10.25,2.25,10,2.5],"texture":"#texture"}}},{"from":[6,10.75,7.5],"to":[10.5,11,8.5],"faces":{"down":{"uv":[6,5.25,10.5,5],"texture":"#texture"},"up":{"uv":[6,5,10.5,5.25],"texture":"#texture"},"north":{"uv":[10.5,5,6,5.25],"texture":"#texture"},"south":{"uv":[6,5,10.5,5.25],"texture":"#texture"},"west":{"uv":[6,5,6.25,5.25],"texture":"#texture"},"east":{"uv":[10.5,5,10.25,5.25],"texture":"#texture"}}},{"from":[6.75,13.75,7.5],"to":[9.5,14,8.5],"faces":{"down":{"uv":[6.75,2.25,9.5,2],"texture":"#texture"},"up":{"uv":[6.75,2,9.5,2.25],"texture":"#texture"},"north":{"uv":[9.5,2,6.75,2.25],"texture":"#texture"},"south":{"uv":[6.75,2,9.5,2.25],"texture":"#texture"},"west":{"uv":[6.75,2,7,2.25],"texture":"#texture"},"east":{"uv":[9.5,2,9.25,2.25],"texture":"#texture"}}},{"from":[6.25,10.5,7.5],"to":[6.5,10.75,8.5],"faces":{"down":{"uv":[6.25,5.5,6.5,5.25],"texture":"#texture"},"up":{"uv":[6.25,5.25,6.5,5.5],"texture":"#texture"},"north":{"uv":[6.5,5.25,6.25,5.5],"texture":"#texture"},"south":{"uv":[6.25,5.25,6.5,5.5],"texture":"#texture"},"west":{"uv":[6.25,5.25,6.5,5.5],"texture":"#texture"},"east":{"uv":[6.5,5.25,6.25,5.5],"texture":"#texture"}}},{"from":[6.75,14,7.5],"to":[9,14.5,8.5],"faces":{"down":{"uv":[6.75,2,9,1.75],"texture":"#texture"},"up":{"uv":[6.75,1.5,9,1.75],"texture":"#texture"},"north":{"uv":[9,1.5,6.75,2],"texture":"#texture"},"south":{"uv":[6.75,1.5,9,2],"texture":"#texture"},"west":{"uv":[6.75,1.5,7,2],"texture":"#texture"},"east":{"uv":[9,1.5,8.75,2],"texture":"#texture"}}},{"from":[7,14.5,7.5],"to":[8.75,14.75,8.5],"faces":{"down":{"uv":[7,1.5,8.75,1.25],"texture":"#texture"},"up":{"uv":[7,1.25,8.75,1.5],"texture":"#texture"},"north":{"uv":[8.75,1.25,7,1.5],"texture":"#texture"},"south":{"uv":[7,1.25,8.75,1.5],"texture":"#texture"},"west":{"uv":[7,1.25,7.25,1.5],"texture":"#texture"},"east":{"uv":[8.75,1.25,8.5,1.5],"texture":"#texture"}}},{"from":[7,10.5,7.125],"to":[8.75,10.75,8.875],"faces":{"down":{"uv":[7,5.5,8.75,5.25],"texture":"#texture"},"up":{"uv":[7,5.25,8.75,5.5],"texture":"#texture"},"north":{"uv":[7,5.25,8.75,5.5],"texture":"#texture"},"south":{"uv":[7,5.25,8.75,5.5],"texture":"#texture"},"west":{"uv":[8.75,5.25,7,5.5],"texture":"#texture"},"east":{"uv":[8.75,5.25,7,5.5],"texture":"#texture"}}},{"from":[7.25,14.75,7.5],"to":[8.5,15,8.5],"faces":{"down":{"uv":[7.25,1.25,8.5,1],"texture":"#texture"},"up":{"uv":[7.25,1,8.5,1.25],"texture":"#texture"},"north":{"uv":[8.5,1,7.25,1.25],"texture":"#texture"},"south":{"uv":[7.25,1,8.5,1.25],"texture":"#texture"},"west":{"uv":[7.25,1,7.5,1.25],"texture":"#texture"},"east":{"uv":[8.5,1,8.25,1.25],"texture":"#texture"}}},{"from":[7.25,2,7.375],"to":[8.5,3,8.625],"faces":{"down":{"uv":[7.25,14,8.5,13.75],"texture":"#texture"},"up":{"uv":[7.25,13,8.5,13.25],"texture":"#texture"},"north":{"uv":[7.25,13,8.5,14],"texture":"#texture"},"south":{"uv":[7.25,13,8.5,14],"texture":"#texture"},"west":{"uv":[8.5,13,7.25,14],"texture":"#texture"},"east":{"uv":[8.5,13,7.25,14],"texture":"#texture"}}},{"from":[7.5,15,7.5],"to":[8.25,15.5,8.5],"faces":{"down":{"uv":[7.5,1,8.25,0.75],"texture":"#texture"},"up":{"uv":[7.5,0.5,8.25,0.75],"texture":"#texture"},"north":{"uv":[8.25,0.5,7.5,1],"texture":"#texture"},"south":{"uv":[7.5,0.5,8.25,1],"texture":"#texture"},"west":{"uv":[7.5,0.5,7.75,1],"texture":"#texture"},"east":{"uv":[8.25,0.5,8,1],"texture":"#texture"}}},{"from":[7.75,15.5,7.5],"to":[8,15.75,8.5],"faces":{"down":{"uv":[7.75,0.5,8,0.25],"texture":"#texture"},"up":{"uv":[7.75,0.25,8,0.5],"texture":"#texture"},"north":{"uv":[8,0.25,7.75,0.5],"texture":"#texture"},"south":{"uv":[7.75,0.25,8,0.5],"texture":"#texture"},"west":{"uv":[7.75,0.25,8,0.5],"texture":"#texture"},"east":{"uv":[8,0.25,7.75,0.5],"texture":"#texture"}}},{"from":[8.25,15,7.5],"to":[8.5,15.25,8.5],"faces":{"down":{"uv":[8.25,1,8.5,0.75],"texture":"#texture"},"up":{"uv":[8.25,0.75,8.5,1],"texture":"#texture"},"north":{"uv":[8.5,0.75,8.25,1],"texture":"#texture"},"south":{"uv":[8.25,0.75,8.5,1],"texture":"#texture"},"west":{"uv":[8.25,0.75,8.5,1],"texture":"#texture"},"east":{"uv":[8.5,0.75,8.25,1],"texture":"#texture"}}},{"from":[9,14,7.5],"to":[9.25,14.25,8.5],"faces":{"down":{"uv":[9,2,9.25,1.75],"texture":"#texture"},"up":{"uv":[9,1.75,9.25,2],"texture":"#texture"},"north":{"uv":[9.25,1.75,9,2],"texture":"#texture"},"south":{"uv":[9,1.75,9.25,2],"texture":"#texture"},"west":{"uv":[9,1.75,9.25,2],"texture":"#texture"},"east":{"uv":[9.25,1.75,9,2],"texture":"#texture"}}},{"from":[9.25,10.5,7.5],"to":[9.5,10.75,8.5],"faces":{"down":{"uv":[9.25,5.5,9.5,5.25],"texture":"#texture"},"up":{"uv":[9.25,5.25,9.5,5.5],"texture":"#texture"},"north":{"uv":[9.5,5.25,9.25,5.5],"texture":"#texture"},"south":{"uv":[9.25,5.25,9.5,5.5],"texture":"#texture"},"west":{"uv":[9.25,5.25,9.5,5.5],"texture":"#texture"},"east":{"uv":[9.5,5.25,9.25,5.5],"texture":"#texture"}}},{"from":[9.75,13.75,7.5],"to":[10.25,14,8.5],"faces":{"down":{"uv":[9.75,2.25,10.25,2],"texture":"#texture"},"up":{"uv":[9.75,2,10.25,2.25],"texture":"#texture"},"north":{"uv":[10.25,2,9.75,2.25],"texture":"#texture"},"south":{"uv":[9.75,2,10.25,2.25],"texture":"#texture"},"west":{"uv":[9.75,2,10,2.25],"texture":"#texture"},"east":{"uv":[10.25,2,10,2.25],"texture":"#texture"}}},{"from":[9.75,10.5,7.5],"to":[10.5,10.75,8.5],"faces":{"down":{"uv":[9.75,5.5,10.5,5.25],"texture":"#texture"},"up":{"uv":[9.75,5.25,10.5,5.5],"texture":"#texture"},"north":{"uv":[10.5,5.25,9.75,5.5],"texture":"#texture"},"south":{"uv":[9.75,5.25,10.5,5.5],"texture":"#texture"},"west":{"uv":[9.75,5.25,10,5.5],"texture":"#texture"},"east":{"uv":[10.5,5.25,10.25,5.5],"texture":"#texture"}}},{"from":[10,14,7.5],"to":[10.25,14.25,8.5],"faces":{"down":{"uv":[10,2,10.25,1.75],"texture":"#texture"},"up":{"uv":[10,1.75,10.25,2],"texture":"#texture"},"north":{"uv":[10.25,1.75,10,2],"texture":"#texture"},"south":{"uv":[10,1.75,10.25,2],"texture":"#texture"},"west":{"uv":[10,1.75,10.25,2],"texture":"#texture"},"east":{"uv":[10.25,1.75,10,2],"texture":"#texture"}}},{"from":[10,10.25,7.5],"to":[10.5,10.5,8.5],"faces":{"down":{"uv":[10,5.75,10.5,5.5],"texture":"#texture"},"up":{"uv":[10,5.5,10.5,5.75],"texture":"#texture"},"north":{"uv":[10.5,5.5,10,5.75],"texture":"#texture"},"south":{"uv":[10,5.5,10.5,5.75],"texture":"#texture"},"west":{"uv":[10,5.5,10.25,5.75],"texture":"#texture"},"east":{"uv":[10.5,5.5,10.25,5.75],"texture":"#texture"}}},{"from":[10.25,10,7.75],"to":[10.5,10.25,8.25],"faces":{"down":{"uv":[10.25,6,10.5,5.75],"texture":"#texture"},"up":{"uv":[10.25,5.75,10.5,6],"texture":"#texture"},"north":{"uv":[10.5,5.75,10.25,6],"texture":"#texture"},"south":{"uv":[10.25,5.75,10.5,6],"texture":"#texture"},"west":{"uv":[10.25,5.75,10.5,6],"texture":"#texture"},"east":{"uv":[10.5,5.75,10.25,6],"texture":"#texture"}}},{"from":[10.75,10.75,7.5],"to":[11,11,8.5],"faces":{"down":{"uv":[10.75,5.25,11,5],"texture":"#texture"},"up":{"uv":[10.75,5,11,5.25],"texture":"#texture"},"north":{"uv":[11,5,10.75,5.25],"texture":"#texture"},"south":{"uv":[10.75,5,11,5.25],"texture":"#texture"},"west":{"uv":[10.75,5,11,5.25],"texture":"#texture"},"east":{"uv":[11,5,10.75,5.25],"texture":"#texture"}}},{"from":[11,12.75,7.5],"to":[11.5,13,8.5],"faces":{"down":{"uv":[11,3.25,11.5,3],"texture":"#texture"},"up":{"uv":[11,3,11.5,3.25],"texture":"#texture"},"north":{"uv":[11.5,3,11,3.25],"texture":"#texture"},"south":{"uv":[11,3,11.5,3.25],"texture":"#texture"},"west":{"uv":[11,3,11.25,3.25],"texture":"#texture"},"east":{"uv":[11.5,3,11.25,3.25],"texture":"#texture"}}},{"from":[11.5,11.5,7.5],"to":[11.75,11.75,8.5],"faces":{"down":{"uv":[11.5,4.5,11.75,4.25],"texture":"#texture"},"up":{"uv":[11.5,4.25,11.75,4.5],"texture":"#texture"},"north":{"uv":[11.75,4.25,11.5,4.5],"texture":"#texture"},"south":{"uv":[11.5,4.25,11.75,4.5],"texture":"#texture"},"west":{"uv":[11.5,4.25,11.75,4.5],"texture":"#texture"},"east":{"uv":[11.75,4.25,11.5,4.5],"texture":"#texture"}}},{"from":[12.25,12,7.5],"to":[12.5,12.25,8.5],"faces":{"down":{"uv":[12.25,4,12.5,3.75],"texture":"#texture"},"up":{"uv":[12.25,3.75,12.5,4],"texture":"#texture"},"north":{"uv":[12.5,3.75,12.25,4],"texture":"#texture"},"south":{"uv":[12.25,3.75,12.5,4],"texture":"#texture"},"west":{"uv":[12.25,3.75,12.5,4],"texture":"#texture"},"east":{"uv":[12.5,3.75,12.25,4],"texture":"#texture"}}},{"from":[6.25,13.75,7.5],"to":[6.5,14,8.5],"faces":{"down":{"uv":[6.25,2,6.5,2.25],"texture":"#texture"},"up":{"uv":[6.25,2,6.5,2.25],"texture":"#texture"},"north":{"uv":[6.25,2,6.5,2.25],"texture":"#texture"},"south":{"uv":[6.25,2,6.5,2.25],"texture":"#texture"},"west":{"uv":[6.25,2,6.5,2.25],"texture":"#texture"},"east":{"uv":[6.25,2,6.5,2.25],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[0,90,0],"translation":[0,6.43,1.32],"scale":[2.35,2.35,2.35]},"thirdperson_lefthand":{"rotation":[0,-90,0],"translation":[0,6.43,1.32],"scale":[2.35,2.35,2.35]},"firstperson_righthand":{"rotation":[0,95,0],"translation":[1.7,0.94,-1.7],"scale":[2,2,2]},"firstperson_lefthand":{"rotation":[0,95,0],"translation":[1.7,0.94,-1.7],"scale":[2,2,2]},"gui":{"rotation":[0,0,-45],"translation":[0,0,0],"scale":[1,1,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/fossil_spear.json b/assets/minecraft/models/item/wynn/skin/spear/fossil_spear.json new file mode 100644 index 000000000..5d37a8885 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/fossil_spear.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/fossil/fossil_spear","particle":"skins/fossil/fossil_spear"},"elements":[{"from":[7,-4,7],"to":[9,12,9],"rotation":{"angle":0,"axis":"y","origin":[0,-2,0]},"faces":{"north":{"uv":[0,0,2,16],"texture":"#0"},"east":{"uv":[0,0,2,16],"texture":"#0"},"south":{"uv":[0,0,2,16],"texture":"#0"},"west":{"uv":[0,0,2,16],"texture":"#0"},"up":{"uv":[0,0,1,1],"texture":"#0"},"down":{"uv":[0,15,1,16],"texture":"#0"}}},{"from":[2,9,8],"to":[7,12,8.01],"rotation":{"angle":-22.5,"axis":"z","origin":[7,9,8]},"faces":{"north":{"uv":[2,9,7,12],"texture":"#0"},"south":{"uv":[7,9,2,12],"texture":"#0"}}},{"from":[3,5,8],"to":[8,8,8.01],"rotation":{"angle":-22.5,"axis":"z","origin":[7,5,8]},"faces":{"north":{"uv":[2,9,7,12],"texture":"#0"},"south":{"uv":[7,9,2,12],"texture":"#0"}}},{"from":[8,5,7.99],"to":[13,8,8],"rotation":{"angle":22.5,"axis":"z","origin":[9,5,8]},"faces":{"north":{"uv":[7,9,2,12],"texture":"#0"},"south":{"uv":[2,9,7,12],"texture":"#0"}}},{"from":[9,9,8],"to":[14,12,8.01],"rotation":{"angle":22.5,"axis":"z","origin":[9,9,8]},"faces":{"north":{"uv":[7,9,2,12],"texture":"#0"},"south":{"uv":[2,9,7,12],"texture":"#0"}}},{"from":[7.5,-10,7.5],"to":[8.5,-4,8.5],"rotation":{"angle":0,"axis":"y","origin":[0,-2,0]},"faces":{"north":{"uv":[2,3,3,9],"texture":"#0"},"east":{"uv":[2,3,3,9],"texture":"#0"},"south":{"uv":[2,3,3,9],"texture":"#0"},"west":{"uv":[2,3,3,9],"texture":"#0"},"up":{"uv":[2,3,3,4],"texture":"#0"},"down":{"uv":[2,8,3,9],"texture":"#0"}}},{"from":[6,8,6],"to":[10,8.01,10],"rotation":{"angle":0,"axis":"y","origin":[0,-2,0]},"faces":{"up":{"uv":[2,12,6,16],"texture":"#0"},"down":{"uv":[2,12,6,16],"texture":"#0"}}},{"from":[6,0,6],"to":[10,0.01,10],"rotation":{"angle":0,"axis":"y","origin":[0,-2,0]},"faces":{"up":{"uv":[2,12,6,16],"texture":"#0"},"down":{"uv":[2,12,6,16],"texture":"#0"}}},{"from":[5.5,-9,8],"to":[10.5,-3,8.01],"rotation":{"angle":-45,"axis":"y","origin":[8,-6,8]},"faces":{"north":{"uv":[3,3,8,9],"texture":"#0"},"south":{"uv":[3,3,8,9],"texture":"#0"}}},{"from":[8,-9,5.5],"to":[8.01,-3,10.5],"rotation":{"angle":-45,"axis":"y","origin":[8,-6,8]},"faces":{"east":{"uv":[3,3,8,9],"texture":"#0"},"west":{"uv":[3,3,8,9],"texture":"#0"}}},{"from":[7,15,7.5],"to":[10,19,8.5],"rotation":{"angle":0,"axis":"y","origin":[0,-2,0]},"faces":{"north":{"uv":[12,9,15,13],"texture":"#0"},"east":{"uv":[12,9,13,13],"texture":"#0"},"south":{"uv":[15,9,12,13],"texture":"#0"},"west":{"uv":[14,9,15,13],"texture":"#0"},"down":{"uv":[15,12,12,13],"texture":"#0"}}},{"from":[6,22,7.5],"to":[9,25,8.5],"rotation":{"angle":0,"axis":"y","origin":[0,-2,0]},"faces":{"north":{"uv":[13,3,16,6],"texture":"#0"},"east":{"uv":[13,3,14,6],"texture":"#0"},"south":{"uv":[16,3,13,6],"texture":"#0"},"west":{"uv":[15,3,16,6],"texture":"#0"},"up":{"uv":[16,3,13,4],"texture":"#0"}}},{"from":[7,12,7.5],"to":[9,15,8.5],"rotation":{"angle":0,"axis":"y","origin":[0,-2,0]},"faces":{"north":{"uv":[13,13,15,16],"texture":"#0"},"east":{"uv":[13,13,14,16],"texture":"#0"},"south":{"uv":[15,13,13,16],"texture":"#0"},"west":{"uv":[14,13,15,16],"texture":"#0"}}},{"from":[6,26,7.5],"to":[7,28,8.5],"rotation":{"angle":0,"axis":"y","origin":[0,-2,0]},"faces":{"north":{"uv":[15,0,16,2],"texture":"#0"},"east":{"uv":[15,0,16,2],"texture":"#0"},"south":{"uv":[16,0,15,2],"texture":"#0"},"west":{"uv":[15,0,16,2],"texture":"#0"},"up":{"uv":[15,0,16,1],"texture":"#0"}}},{"from":[6,19,7.5],"to":[10,22,8.5],"rotation":{"angle":0,"axis":"y","origin":[0,-2,0]},"faces":{"north":{"uv":[12,6,16,9],"texture":"#0"},"east":{"uv":[12,6,13,9],"texture":"#0"},"south":{"uv":[16,6,12,9],"texture":"#0"},"west":{"uv":[15,6,16,9],"texture":"#0"},"up":{"uv":[16,6,12,7],"texture":"#0"},"down":{"uv":[16,8,12,9],"texture":"#0"}}},{"from":[6,25,7.5],"to":[8,26,8.5],"rotation":{"angle":0,"axis":"y","origin":[0,-2,0]},"faces":{"north":{"uv":[14,2,16,3],"texture":"#0"},"east":{"uv":[14,2,15,3],"texture":"#0"},"south":{"uv":[16,2,14,3],"texture":"#0"},"west":{"uv":[15,2,16,3],"texture":"#0"},"up":{"uv":[16,2,14,3],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,100,0],"translation":[-1.5,3,2]},"thirdperson_lefthand":{"rotation":[0,-100,0],"translation":[-1.5,3,2]},"firstperson_righthand":{"rotation":[70,80,-90],"translation":[8,0,-5]},"firstperson_lefthand":{"rotation":[30,-80,40],"translation":[8,-1,-5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/frost_spear.json b/assets/minecraft/models/item/wynn/skin/spear/frost_spear.json new file mode 100644 index 000000000..62b90db77 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/frost_spear.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/frost/frost_spear","1":"skins/frost/frost_shimmer","particle":"skins/frost/frost_spear"},"elements":[{"from":[7,-9,7],"to":[9,9,9],"rotation":{"angle":0,"axis":"y","origin":[7,-3,7]},"faces":{"north":{"uv":[3.25,0.5,2.75,4.75],"texture":"#0"},"east":{"uv":[2.75,0.5,3.25,4.75],"texture":"#0"},"south":{"uv":[3.25,0.5,2.75,4.75],"texture":"#0"},"west":{"uv":[2.75,0.5,3.25,4.75],"texture":"#0"},"up":{"uv":[3.25,0.5,2.75,0],"texture":"#0"},"down":{"uv":[3.25,0,2.75,0.5],"texture":"#0"}}},{"from":[6.99,-13.56247,7.76743],"to":[9.01,-9.54247,9.78743],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-11.23044,8]},"faces":{"north":{"uv":[3.25,6.25,3.75,7.25],"texture":"#0"},"east":{"uv":[2.75,6.25,3.25,7.25],"texture":"#0"},"south":{"uv":[4.25,6.25,4.75,7.25],"texture":"#0"},"west":{"uv":[3.75,6.25,4.25,7.25],"texture":"#0"},"up":{"uv":[3.75,6.25,3.25,5.75],"texture":"#0"},"down":{"uv":[4.25,5.75,3.75,6.25],"texture":"#0"}}},{"from":[7,11,7],"to":[9,15,9],"rotation":{"angle":0,"axis":"y","origin":[7,2,7]},"faces":{"north":{"uv":[6,5.75,6.5,6.75],"texture":"#0"},"east":{"uv":[5.5,5.75,6,6.75],"texture":"#0"},"south":{"uv":[7,5.75,7.5,6.75],"texture":"#0"},"west":{"uv":[6.5,5.75,7,6.75],"texture":"#0"},"up":{"uv":[6.5,5.75,6,5.25],"texture":"#0"},"down":{"uv":[7,5.25,6.5,5.75],"texture":"#0"}}},{"from":[8,15,6.16016],"to":[8,30,9.83984],"rotation":{"angle":0,"axis":"y","origin":[7,17,7]},"faces":{"east":{"uv":[1,1,0,4.75],"texture":"#0"},"west":{"uv":[1,1,0,4.75],"texture":"#0"}}},{"from":[6.99,13.25777,9.34355],"to":[9.01,17.27777,10.36355],"rotation":{"angle":45,"axis":"x","origin":[8,15.76777,9.35355]},"faces":{"north":{"uv":[7.5,0.25,8,1.25],"texture":"#0"},"east":{"uv":[7.25,0.25,7.5,1.25],"texture":"#0"},"south":{"uv":[8.25,0.25,8.75,1.25],"texture":"#0"},"west":{"uv":[8,0.25,8.25,1.25],"texture":"#0"},"up":{"uv":[8,0.25,7.5,0],"texture":"#0"},"down":{"uv":[8.5,0,8,0.25],"texture":"#0"}}},{"from":[6.98,15.73714,9.5273],"to":[9.02,19.77714,10.5673],"rotation":{"angle":-22.5,"axis":"x","origin":[8,17.50714,10.5473]},"faces":{"north":{"uv":[7,7.25,7.5,8.25],"texture":"#0"},"east":{"uv":[6.75,7.25,7,8.25],"texture":"#0"},"south":{"uv":[7.75,7.25,8.25,8.25],"texture":"#0"},"west":{"uv":[7.5,7.25,7.75,8.25],"texture":"#0"},"up":{"uv":[7.5,7.25,7,7],"texture":"#0"},"down":{"uv":[8,7,7.5,7.25],"texture":"#0"}}},{"from":[7.99,10.87931,11.20176],"to":[8.01,15.89931,12.22176],"rotation":{"angle":-22.5,"axis":"x","origin":[8,13.38931,11.71176]},"faces":{"east":{"uv":[4.5,8.5,4.75,9.75],"texture":"#0"},"west":{"uv":[4.5,8.5,4.75,9.75],"texture":"#0"}}},{"from":[8,12.50959,8.29232],"to":[8,14.39631,13.29232],"rotation":{"angle":45,"axis":"x","origin":[8,13.00959,10.79232]},"faces":{"east":{"uv":[3.25,5,4.5,5.5],"texture":"#0"},"west":{"uv":[4.5,5,3.25,5.5],"texture":"#0"}}},{"from":[7.99,15.74714,10.5373],"to":[8.01,20.76714,11.5573],"rotation":{"angle":-22.5,"axis":"x","origin":[8,17.50714,10.5473]},"faces":{"east":{"uv":[3,7.75,3.25,9],"texture":"#0"},"west":{"uv":[3,7.75,3.25,9],"texture":"#0"}}},{"from":[6.5,-7,6.5],"to":[9.5,-6,9.5],"rotation":{"angle":0,"axis":"y","origin":[7,-7.5,7]},"faces":{"north":{"uv":[0.75,5.75,1.5,6],"texture":"#0"},"east":{"uv":[0,5.75,0.75,6],"texture":"#0"},"south":{"uv":[2.25,5.75,3,6],"texture":"#0"},"west":{"uv":[1.5,5.75,2.25,6],"texture":"#0"},"up":{"uv":[1.5,5.75,0.75,5],"texture":"#0"},"down":{"uv":[2.25,5,1.5,5.75],"texture":"#0"}}},{"from":[6.5,7.5,6.5],"to":[9.5,8.5,9.5],"rotation":{"angle":0,"axis":"y","origin":[7,7,7]},"faces":{"north":{"uv":[5.5,3.75,6.25,4],"texture":"#0"},"east":{"uv":[5.5,3.75,6.25,4],"texture":"#0"},"south":{"uv":[5.5,3.75,6.25,4],"texture":"#0"},"west":{"uv":[5.5,3.75,6.25,4],"texture":"#0"},"up":{"uv":[6.25,3.75,5.5,3],"texture":"#0"},"down":{"uv":[7,3,6.25,3.75],"texture":"#0"}}},{"from":[6.75,6.5,6.75],"to":[9.25,7.5,9.25],"rotation":{"angle":0,"axis":"y","origin":[7,6,7]},"faces":{"north":{"uv":[9.75,0.75,10.5,1],"texture":"#0"},"east":{"uv":[9.75,0.75,10.5,1],"texture":"#0"},"south":{"uv":[9.75,0.75,10.5,1],"texture":"#0"},"west":{"uv":[9.75,0.75,10.5,1],"texture":"#0"},"up":{"uv":[10.5,0.75,9.75,0],"texture":"#0"},"down":{"uv":[11.25,0,10.5,0.75],"texture":"#0"}}},{"from":[6.5,13,6.5],"to":[9.5,14,9.5],"rotation":{"angle":0,"axis":"y","origin":[7,12.5,7]},"faces":{"north":{"uv":[5.25,2.5,6,2.75],"texture":"#0"},"east":{"uv":[4.5,2.5,5.25,2.75],"texture":"#0"},"south":{"uv":[6.75,2.5,7.5,2.75],"texture":"#0"},"west":{"uv":[6,2.5,6.75,2.75],"texture":"#0"},"up":{"uv":[6,2.5,5.25,1.75],"texture":"#0"},"down":{"uv":[6.75,1.75,6,2.5],"texture":"#0"}}},{"from":[7,-15.5,7],"to":[9,-12.5,8],"rotation":{"angle":-45,"axis":"x","origin":[8,-14.5,8]},"faces":{"north":{"uv":[0.25,7.75,0.75,8.5],"texture":"#0"},"east":{"uv":[0,7.75,0.25,8.5],"texture":"#0"},"south":{"uv":[1,7.75,1.5,8.5],"texture":"#0"},"west":{"uv":[0.75,7.75,1,8.5],"texture":"#0"},"up":{"uv":[0.75,7.75,0.25,7.5],"texture":"#0"},"down":{"uv":[1.25,7.5,0.75,7.75],"texture":"#0"}}},{"from":[7,-15.5,8],"to":[9,-14.5,10],"rotation":{"angle":-45,"axis":"x","origin":[8,-14.5,8]},"faces":{"north":{"uv":[6.5,4.75,7,5],"texture":"#0"},"east":{"uv":[6,4.75,6.5,5],"texture":"#0"},"south":{"uv":[7.5,4.75,8,5],"texture":"#0"},"west":{"uv":[7,4.75,7.5,5],"texture":"#0"},"up":{"uv":[7,4.75,6.5,4.25],"texture":"#0"},"down":{"uv":[7.5,4.25,7,4.75],"texture":"#0"}}},{"from":[7,-14.5,9],"to":[9,-12.5,10],"rotation":{"angle":-45,"axis":"x","origin":[8,-14.5,8]},"faces":{"north":{"uv":[7.75,3,8.25,3.5],"texture":"#0"},"east":{"uv":[7.5,3,7.75,3.5],"texture":"#0"},"south":{"uv":[8.5,3,9,3.5],"texture":"#0"},"west":{"uv":[8.25,3,8.5,3.5],"texture":"#0"},"up":{"uv":[8.25,3,7.75,2.75],"texture":"#0"},"down":{"uv":[8.75,2.75,8.25,3],"texture":"#0"}}},{"from":[7,-13.5,8],"to":[9,-12.5,9],"rotation":{"angle":-45,"axis":"x","origin":[8,-14.5,8]},"faces":{"north":{"uv":[8,5.5,8.5,5.75],"texture":"#0"},"east":{"uv":[7.75,5.5,8,5.75],"texture":"#0"},"south":{"uv":[8.75,5.5,9.25,5.75],"texture":"#0"},"west":{"uv":[8.5,5.5,8.75,5.75],"texture":"#0"},"up":{"uv":[8.5,5.5,8,5.25],"texture":"#0"},"down":{"uv":[9,5.25,8.5,5.5],"texture":"#0"}}},{"from":[6.99,8.49,6.49],"to":[9.01,11.51,9.51],"rotation":{"angle":45,"axis":"x","origin":[8,10,8]},"faces":{"north":{"uv":[5.25,0.75,5.75,1.5],"texture":"#0"},"east":{"uv":[4.5,0.75,5.25,1.5],"texture":"#0"},"south":{"uv":[6.5,0.75,7,1.5],"texture":"#0"},"west":{"uv":[5.75,0.75,6.5,1.5],"texture":"#0"},"up":{"uv":[5.75,0.75,5.25,0],"texture":"#0"},"down":{"uv":[6.25,0,5.75,0.75],"texture":"#0"}}},{"from":[6.98,9.23,7.23],"to":[9.02,10.77,8.77],"rotation":{"angle":45,"axis":"x","origin":[8,10,8]},"faces":{"north":{"uv":[0.5,6.75,1,7.25],"texture":"#0"},"east":{"uv":[0,6.75,0.5,7.25],"texture":"#0"},"south":{"uv":[1.5,6.75,2,7.25],"texture":"#0"},"west":{"uv":[1,6.75,1.5,7.25],"texture":"#0"},"up":{"uv":[1,6.75,0.5,6.25],"texture":"#0"},"down":{"uv":[1.5,6.25,1,6.75],"texture":"#0"}}},{"from":[7.73,15.73,7.23],"to":[8.27,17.27,8.77],"rotation":{"angle":45,"axis":"x","origin":[8,16.5,8]},"faces":{"north":{"uv":[0.5,6.75,1,7.25],"texture":"#0"},"east":{"uv":[0,6.75,0.5,7.25],"texture":"#0"},"south":{"uv":[1.5,6.75,2,7.25],"texture":"#0"},"west":{"uv":[1,6.75,1.5,7.25],"texture":"#0"},"up":{"uv":[1,6.75,0.5,6.25],"texture":"#0"},"down":{"uv":[1.5,6.25,1,6.75],"texture":"#0"}}},{"from":[7.01,15.47447,9.51],"to":[8.99,17.52553,10.49],"rotation":{"angle":0,"axis":"y","origin":[8,16.5,8]},"faces":{"north":{"uv":[7.25,1.75,7.75,2.25],"texture":"#0"},"east":{"uv":[7,1.75,7.25,2.25],"texture":"#0"},"south":{"uv":[8,1.75,8.5,2.25],"texture":"#0"},"west":{"uv":[7.75,1.75,8,2.25],"texture":"#0"},"up":{"uv":[7.75,1.75,7.25,1.5],"texture":"#0"},"down":{"uv":[8.25,1.5,7.75,1.75],"texture":"#0"}}},{"from":[7,18,7.46447],"to":[9,19,9.03553],"rotation":{"angle":45,"axis":"x","origin":[8,16.5,8]},"faces":{"north":{"uv":[8,4.25,8.5,4.5],"texture":"#0"},"east":{"uv":[7.75,4.25,8,4.5],"texture":"#0"},"south":{"uv":[8.75,4.25,9.25,4.5],"texture":"#0"},"west":{"uv":[8.5,4.25,8.75,4.5],"texture":"#0"},"up":{"uv":[8.5,4.25,8,4],"texture":"#0"},"down":{"uv":[9,4,8.5,4.25],"texture":"#0"}}},{"from":[6.99,17.92934,8.67198],"to":[9.01,22.02041,9.69198],"rotation":{"angle":0,"axis":"y","origin":[8,18.97487,7.18198]},"faces":{"north":{"uv":[5.25,7.25,5.75,8.25],"texture":"#0"},"east":{"uv":[5,7.25,5.25,8.25],"texture":"#0"},"south":{"uv":[6,7.25,6.5,8.25],"texture":"#0"},"west":{"uv":[5.75,7.25,6,8.25],"texture":"#0"},"up":{"uv":[5.75,7.25,5.25,7],"texture":"#0"},"down":{"uv":[6.25,7,5.75,7.25],"texture":"#0"}}},{"from":[7.98,25.98,7.98],"to":[8.02,31.02,9.02],"rotation":{"angle":-22.5,"axis":"x","origin":[8,30,8]},"faces":{"east":{"uv":[3.75,7.75,4,9],"texture":"#0"},"west":{"uv":[3.75,7.75,4,9],"texture":"#0"}}},{"from":[8,30.71875,7.12109],"to":[8,31.47656,7.87891],"rotation":{"angle":45,"axis":"x","origin":[8,30.59766,8]},"faces":{"east":{"uv":[1.25,0.25,1.5,0.5],"texture":"#0"},"west":{"uv":[1.25,0.25,1.5,0.5],"texture":"#0"}}},{"from":[7.99,25.36433,7.99],"to":[8.01,27.38433,9.01],"rotation":{"angle":22.5,"axis":"x","origin":[8,23.37433,8]},"faces":{"east":{"uv":[0,0.25,0.25,0.75],"texture":"#0"},"west":{"uv":[0,0.25,0.25,0.75],"texture":"#0"}}},{"from":[7.98,20.50657,9.2761],"to":[8.02,25.54657,11.3161],"rotation":{"angle":-22.5,"axis":"x","origin":[8,21.52657,10.2961]},"faces":{"east":{"uv":[1.75,7.5,2.25,8.75],"texture":"#0"},"west":{"uv":[2.25,7.5,1.75,8.75],"texture":"#0"}}},{"from":[7.99,15.74714,4.4427],"to":[8.01,20.76714,5.4627],"rotation":{"angle":22.5,"axis":"x","origin":[8,17.50714,5.4527]},"faces":{"east":{"uv":[3,7.75,3.25,9],"texture":"#0"},"west":{"uv":[3,7.75,3.25,9],"texture":"#0"}}},{"from":[7.99,10.87931,3.77824],"to":[8.01,15.89931,4.79824],"rotation":{"angle":22.5,"axis":"x","origin":[8,13.38931,4.28824]},"faces":{"east":{"uv":[4.75,8.5,4.5,9.75],"texture":"#0"},"west":{"uv":[4.75,8.5,4.5,9.75],"texture":"#0"}}},{"from":[8,12.50959,2.70768],"to":[8,14.3924,7.70768],"rotation":{"angle":-45,"axis":"x","origin":[8,13.00959,5.20768]},"faces":{"east":{"uv":[4.5,5,3.25,5.5],"texture":"#0"},"west":{"uv":[3.25,5,4.5,5.5],"texture":"#0"}}},{"from":[6.99,13.25777,5.63645],"to":[9.01,17.27777,6.65645],"rotation":{"angle":-45,"axis":"x","origin":[8,15.76777,6.64645]},"faces":{"north":{"uv":[8.75,0.25,8.25,1.25],"texture":"#0"},"east":{"uv":[7.5,0.25,7.25,1.25],"texture":"#0"},"south":{"uv":[8,0.25,7.5,1.25],"texture":"#0"},"west":{"uv":[8.25,0.25,8,1.25],"texture":"#0"},"up":{"uv":[8,0,7.5,0.25],"texture":"#0"},"down":{"uv":[8.5,0.25,8,0],"texture":"#0"}}},{"from":[6.98,15.73714,5.4327],"to":[9.02,19.77714,6.4727],"rotation":{"angle":22.5,"axis":"x","origin":[8,17.50714,5.4527]},"faces":{"north":{"uv":[8.25,7.25,7.75,8.25],"texture":"#0"},"east":{"uv":[7,7.25,6.75,8.25],"texture":"#0"},"south":{"uv":[7.5,7.25,7,8.25],"texture":"#0"},"west":{"uv":[7.75,7.25,7.5,8.25],"texture":"#0"},"up":{"uv":[7.5,7,7,7.25],"texture":"#0"},"down":{"uv":[8,7.25,7.5,7],"texture":"#0"}}},{"from":[7.01,15.47447,5.51],"to":[8.99,17.52553,6.49],"rotation":{"angle":0,"axis":"y","origin":[8,16.5,8]},"faces":{"north":{"uv":[8.5,1.75,8,2.25],"texture":"#0"},"east":{"uv":[7.25,1.75,7,2.25],"texture":"#0"},"south":{"uv":[7.75,1.75,7.25,2.25],"texture":"#0"},"west":{"uv":[8,1.75,7.75,2.25],"texture":"#0"},"up":{"uv":[7.75,1.5,7.25,1.75],"texture":"#0"},"down":{"uv":[8.25,1.75,7.75,1.5],"texture":"#0"}}},{"from":[7,18,6.96447],"to":[9,19,8.53553],"rotation":{"angle":-45,"axis":"x","origin":[8,16.5,8]},"faces":{"north":{"uv":[9.25,4.25,8.75,4.5],"texture":"#0"},"east":{"uv":[8,4.25,7.75,4.5],"texture":"#0"},"south":{"uv":[8.5,4.25,8,4.5],"texture":"#0"},"west":{"uv":[8.75,4.25,8.5,4.5],"texture":"#0"},"up":{"uv":[8.5,4,8,4.25],"texture":"#0"},"down":{"uv":[9,4.25,8.5,4],"texture":"#0"}}},{"from":[6.99,17.92934,6.30802],"to":[9.01,22.02041,7.32802],"rotation":{"angle":0,"axis":"y","origin":[8,18.97487,8.81802]},"faces":{"north":{"uv":[6.5,7.25,6,8.25],"texture":"#0"},"east":{"uv":[5.25,7.25,5,8.25],"texture":"#0"},"south":{"uv":[5.75,7.25,5.25,8.25],"texture":"#0"},"west":{"uv":[6,7.25,5.75,8.25],"texture":"#0"},"up":{"uv":[5.75,7,5.25,7.25],"texture":"#0"},"down":{"uv":[6.25,7.25,5.75,7],"texture":"#0"}}},{"from":[7.98,20.50657,4.6839],"to":[8.02,25.54657,6.7239],"rotation":{"angle":22.5,"axis":"x","origin":[8,21.52657,5.7039]},"faces":{"east":{"uv":[2.25,7.5,1.75,8.75],"texture":"#0"},"west":{"uv":[1.75,7.5,2.25,8.75],"texture":"#0"}}},{"from":[7.99,25.36433,6.99],"to":[8.01,27.38433,8.01],"rotation":{"angle":-22.5,"axis":"x","origin":[8,23.37433,8]},"faces":{"east":{"uv":[0.25,0.25,0,0.75],"texture":"#0"},"west":{"uv":[0.25,0.25,0,0.75],"texture":"#0"}}},{"from":[7.98,25.98,6.98],"to":[8.02,31.02,8.02],"rotation":{"angle":22.5,"axis":"x","origin":[8,30,8]},"faces":{"east":{"uv":[4,7.75,3.75,9],"texture":"#0"},"west":{"uv":[4,7.75,3.75,9],"texture":"#0"}}},{"from":[6.99,-13.56247,6.21257],"to":[9.01,-9.54247,8.23257],"rotation":{"angle":22.5,"axis":"x","origin":[8,-11.23044,8]},"faces":{"north":{"uv":[4.75,6.25,4.25,7.25],"texture":"#0"},"east":{"uv":[3.25,6.25,2.75,7.25],"texture":"#0"},"south":{"uv":[3.75,6.25,3.25,7.25],"texture":"#0"},"west":{"uv":[4.25,6.25,3.75,7.25],"texture":"#0"},"up":{"uv":[3.75,5.75,3.25,6.25],"texture":"#0"},"down":{"uv":[4.25,6.25,3.75,5.75],"texture":"#0"}}},{"from":[6.22257,-13.55247,7],"to":[8.22257,-9.55247,9],"rotation":{"angle":-22.5,"axis":"z","origin":[8,-11.23044,8]},"faces":{"north":{"uv":[3.75,6.25,4.25,7.25],"texture":"#0"},"east":{"uv":[3.25,6.25,3.75,7.25],"texture":"#0"},"south":{"uv":[2.75,6.25,3.25,7.25],"texture":"#0"},"west":{"uv":[4.25,6.25,4.75,7.25],"texture":"#0"},"up":{"uv":[3.75,6.25,3.25,5.75],"rotation":90,"texture":"#0"},"down":{"uv":[4.25,5.75,3.75,6.25],"rotation":270,"texture":"#0"}}},{"from":[7.77743,-13.55247,7],"to":[9.77743,-9.55247,9],"rotation":{"angle":22.5,"axis":"z","origin":[8,-11.23044,8]},"faces":{"north":{"uv":[4.25,6.25,3.75,7.25],"texture":"#0"},"east":{"uv":[4.75,6.25,4.25,7.25],"texture":"#0"},"south":{"uv":[3.25,6.25,2.75,7.25],"texture":"#0"},"west":{"uv":[3.75,6.25,3.25,7.25],"texture":"#0"},"up":{"uv":[3.75,5.75,3.25,6.25],"rotation":90,"texture":"#0"},"down":{"uv":[4.25,6.25,3.75,5.75],"rotation":270,"texture":"#0"}}},{"from":[8.1,4,2],"to":[8.1,16,14],"rotation":{"angle":0,"axis":"x","origin":[8.1,10,8]},"faces":{"east":{"uv":[15,0,0,15],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,15,15],"rotation":90,"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[5,0,5],"translation":[-2,3,2]},"thirdperson_lefthand":{"rotation":[5,0,5],"translation":[-2,3,2]},"firstperson_righthand":{"rotation":[-15,10,-5],"translation":[10,0,-8]},"firstperson_lefthand":{"rotation":[-15,10,-5],"translation":[10,0,-8]},"gui":{"rotation":[25,50,-40],"translation":[-1,-1,0],"scale":[0.53,0.53,0.53]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/frostbound_spear.json b/assets/minecraft/models/item/wynn/skin/spear/frostbound_spear.json new file mode 100644 index 000000000..0a53cbd4f --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/frostbound_spear.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/frostbound/frostbound_spear","particle":"skins/frostbound/frostbound_spear"},"elements":[{"from":[7,-9,6],"to":[9,-3,10],"faces":{"north":{"uv":[4,1,5,4],"texture":"#0"},"east":{"uv":[2,1,4,4],"texture":"#0"},"south":{"uv":[4,1,5,4],"texture":"#0"},"west":{"uv":[2,1,4,4],"texture":"#0"},"up":{"uv":[2,4,3,6],"texture":"#0"}}},{"from":[7,-10,4],"to":[9,-9,12],"faces":{"north":{"uv":[2,0.5,3,1],"texture":"#0"},"east":{"uv":[3,5,7,5.5],"texture":"#0"},"south":{"uv":[2,0.5,3,1],"texture":"#0"},"west":{"uv":[3,5,7,5.5],"texture":"#0"},"up":{"uv":[5,1,6,5],"texture":"#0"},"down":{"uv":[5,5,6,1],"texture":"#0"}}},{"from":[4,-10,7],"to":[12,-9,9],"faces":{"north":{"uv":[3,5,7,5.5],"texture":"#0"},"east":{"uv":[2,0.5,3,1],"texture":"#0"},"south":{"uv":[3,5,7,5.5],"texture":"#0"},"west":{"uv":[2,0.5,3,1],"texture":"#0"},"up":{"uv":[5,1,6,5],"rotation":90,"texture":"#0"},"down":{"uv":[6,1,5,5],"rotation":90,"texture":"#0"}}},{"from":[6,10,6],"to":[10,16,10],"faces":{"north":{"uv":[0,6,2,9],"texture":"#0"},"east":{"uv":[0,6,2,9],"texture":"#0"},"south":{"uv":[0,6,2,9],"texture":"#0"},"west":{"uv":[0,6,2,9],"texture":"#0"},"up":{"uv":[4,6,6,8],"texture":"#0"},"down":{"uv":[2,6,4,8],"texture":"#0"}}},{"from":[7,17,6],"to":[9,23,10],"faces":{"north":{"uv":[4,1,5,4],"texture":"#0"},"east":{"uv":[2,1,4,4],"texture":"#0"},"south":{"uv":[4,1,5,4],"texture":"#0"},"west":{"uv":[2,1,4,4],"texture":"#0"},"up":{"uv":[2,4,3,6],"texture":"#0"}}},{"from":[8,16,4],"to":[8.01,30,12],"rotation":{"angle":0,"axis":"y","origin":[8,23,8]},"faces":{"east":{"uv":[8,9,4,16],"texture":"#0"},"west":{"uv":[4,9,8,16],"texture":"#0"}}},{"from":[8,-16,4],"to":[8.01,-2,12],"faces":{"east":{"uv":[0,9,4,16],"texture":"#0"},"west":{"uv":[0,9,4,16],"texture":"#0"}}},{"from":[4,-16,8],"to":[12,-2,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,-9,8]},"faces":{"north":{"uv":[0,9,4,16],"texture":"#0"},"south":{"uv":[0,9,4,16],"texture":"#0"}}},{"from":[7,-3,7],"to":[9,9,9],"faces":{"north":{"uv":[0,0,1,6],"texture":"#0"},"east":{"uv":[0,0,1,6],"texture":"#0"},"south":{"uv":[0,0,1,6],"texture":"#0"},"west":{"uv":[0,0,1,6],"texture":"#0"}}},{"from":[7.5,23,7],"to":[8.5,25,9],"faces":{"north":{"uv":[3,4,3.5,5],"texture":"#0"},"east":{"uv":[3,4,4,5],"texture":"#0"},"south":{"uv":[3,4,3.5,5],"texture":"#0"},"west":{"uv":[3,4,4,5],"texture":"#0"},"up":{"uv":[3,4,3.5,5],"texture":"#0"},"down":{"uv":[3,4,3.5,5],"texture":"#0"}}},{"from":[7,-12,7],"to":[9,-10,9],"faces":{"north":{"uv":[3,4,3.5,5],"texture":"#0"},"east":{"uv":[3,4,4,5],"texture":"#0"},"south":{"uv":[3,4,3.5,5],"texture":"#0"},"west":{"uv":[3,4,4,5],"texture":"#0"},"up":{"uv":[3,4,3.5,5],"texture":"#0"},"down":{"uv":[3,4,3.5,5],"texture":"#0"}}},{"from":[7,9,5],"to":[9,10,11],"faces":{"north":{"uv":[2,0.5,3,1],"texture":"#0"},"east":{"uv":[1,0,4,0.5],"texture":"#0"},"south":{"uv":[2,0.5,3,1],"texture":"#0"},"west":{"uv":[1,0,4,0.5],"texture":"#0"},"up":{"uv":[2,0.5,1,3.5],"texture":"#0"},"down":{"uv":[1,0.5,2,3.5],"texture":"#0"}}},{"from":[5,9,7],"to":[11,10,9],"faces":{"north":{"uv":[1,0,4,0.5],"texture":"#0"},"east":{"uv":[2,0.5,3,1],"texture":"#0"},"south":{"uv":[1,0,4,0.5],"texture":"#0"},"west":{"uv":[2,0.5,3,1],"texture":"#0"},"up":{"uv":[2,0.5,1,3.5],"rotation":90,"texture":"#0"},"down":{"uv":[1,0.5,2,3.5],"rotation":90,"texture":"#0"}}},{"from":[7,16,5],"to":[9,17,11],"faces":{"north":{"uv":[2,0.5,3,1],"texture":"#0"},"east":{"uv":[1,0,4,0.5],"texture":"#0"},"south":{"uv":[2,0.5,3,1],"texture":"#0"},"west":{"uv":[1,0,4,0.5],"texture":"#0"},"up":{"uv":[2,0.5,1,3.5],"texture":"#0"},"down":{"uv":[1,0.5,2,3.5],"texture":"#0"}}},{"from":[5,16,7],"to":[11,17,9],"faces":{"north":{"uv":[1,0,4,0.5],"texture":"#0"},"east":{"uv":[2,0.5,3,1],"texture":"#0"},"south":{"uv":[1,0,4,0.5],"texture":"#0"},"west":{"uv":[2,0.5,3,1],"texture":"#0"},"up":{"uv":[2,0.5,1,3.5],"rotation":90,"texture":"#0"},"down":{"uv":[1,0.5,2,3.5],"rotation":90,"texture":"#0"}}},{"from":[7.5,21,0],"to":[8.5,27,4],"faces":{"north":{"uv":[12,0,12.5,3],"texture":"#0"},"east":{"uv":[14.5,1,12.5,4],"texture":"#0"},"south":{"uv":[14,1,14.5,4],"texture":"#0"},"west":{"uv":[12.5,1,14.5,4],"texture":"#0"},"up":{"uv":[13,2,13.5,4],"texture":"#0"},"down":{"uv":[13.5,1.5,13,3.5],"texture":"#0"}}},{"from":[7.5,16,1],"to":[8.5,21,7],"faces":{"north":{"uv":[12,1,12.5,3.5],"texture":"#0"},"east":{"uv":[16,4,13,6.5],"texture":"#0"},"west":{"uv":[13,4,16,6.5],"texture":"#0"},"up":{"uv":[12,1,12.5,4],"texture":"#0"},"down":{"uv":[11.5,1,12,4],"texture":"#0"}}},{"from":[7.5,23,-1],"to":[8.5,31,0],"faces":{"north":{"uv":[12,0,12.5,4],"texture":"#0"},"east":{"uv":[12,0,12.5,4],"texture":"#0"},"south":{"uv":[12,0,12.5,4],"texture":"#0"},"west":{"uv":[12,0,12.5,4],"texture":"#0"},"up":{"uv":[12.5,0.5,13,1],"texture":"#0"},"down":{"uv":[12.5,0.5,13,1],"texture":"#0"}}},{"from":[7.5,27,0],"to":[8.5,28,1],"faces":{"north":{"uv":[12.5,0.5,13,1],"texture":"#0"},"east":{"uv":[12.5,0.5,13,1],"texture":"#0"},"south":{"uv":[12.5,0.5,13,1],"texture":"#0"},"west":{"uv":[12.5,0.5,13,1],"texture":"#0"},"up":{"uv":[12.5,0.5,13,1],"texture":"#0"},"down":{"uv":[12.5,0.5,13,1],"texture":"#0"}}},{"from":[7.5,21,4],"to":[8.5,22,5],"faces":{"north":{"uv":[12.5,0.5,13,1],"texture":"#0"},"east":{"uv":[12.5,0.5,13,1],"texture":"#0"},"south":{"uv":[12.5,0.5,13,1],"texture":"#0"},"west":{"uv":[12.5,0.5,13,1],"texture":"#0"},"up":{"uv":[12.5,0.5,13,1],"texture":"#0"},"down":{"uv":[12.5,0.5,13,1],"texture":"#0"}}},{"from":[7.5,15,0],"to":[8.5,16,3],"faces":{"north":{"uv":[12.5,0.5,13,1],"texture":"#0"},"east":{"uv":[14,6.5,12.5,7],"texture":"#0"},"south":{"uv":[12.5,0.5,13,1],"texture":"#0"},"west":{"uv":[12.5,6.5,14,7],"texture":"#0"},"up":{"uv":[12.5,6.5,14,7],"rotation":90,"texture":"#0"},"down":{"uv":[14,6.5,12.5,7],"rotation":90,"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,10,5],"translation":[0,2,2]},"thirdperson_lefthand":{"rotation":[0,10,5],"translation":[0,2,2]},"firstperson_righthand":{"rotation":[10,0,-5],"translation":[5,-5,-5]},"firstperson_lefthand":{"rotation":[10,0,-5],"translation":[5,-5,-5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/fury_lance.json b/assets/minecraft/models/item/wynn/skin/spear/fury_lance.json new file mode 100644 index 000000000..7aac189b5 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/fury_lance.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/fury/fury_lance","particle":"skins/fury/fury_lance"},"elements":[{"from":[7,-3,7],"to":[9,13,9],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[14,0,16,16],"texture":"#0"},"east":{"uv":[14,0,16,16],"texture":"#0"},"south":{"uv":[14,0,16,16],"texture":"#0"},"west":{"uv":[14,0,16,16],"texture":"#0"},"up":{"uv":[14,0,16,2],"texture":"#0"},"down":{"uv":[14,14,16,16],"texture":"#0"}}},{"from":[6.5,16,7.5],"to":[9.5,26,8.5],"rotation":{"angle":0,"axis":"y","origin":[0,-2,0]},"faces":{"north":{"uv":[0,0,3,10],"texture":"#0"},"east":{"uv":[2,0,3,10],"texture":"#0"},"south":{"uv":[0,0,3,10],"texture":"#0"},"west":{"uv":[0,0,1,10],"texture":"#0"},"up":{"uv":[0,0,3,1],"texture":"#0"},"down":{"uv":[3,9,0,10],"texture":"#0"}}},{"from":[7.5,26,7.5],"to":[8.5,28,8.5],"rotation":{"angle":0,"axis":"y","origin":[0,-2,0]},"faces":{"north":{"uv":[3,0,4,2],"texture":"#0"},"east":{"uv":[3,0,4,2],"texture":"#0"},"south":{"uv":[3,0,4,2],"texture":"#0"},"west":{"uv":[3,0,4,2],"texture":"#0"},"up":{"uv":[3,0,4,1],"texture":"#0"}}},{"from":[5.5,-14,8],"to":[10.5,-7,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[9,0,14,7],"texture":"#0"},"south":{"uv":[9,0,14,7],"texture":"#0"}}},{"from":[8,-12,5.5],"to":[8.01,-8,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"east":{"uv":[9,7,14,11],"texture":"#0"},"west":{"uv":[9,7,14,11],"texture":"#0"}}},{"from":[4.5,17,8],"to":[6.5,20,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[10,11,12,14],"texture":"#0"},"south":{"uv":[12,11,10,14],"texture":"#0"}}},{"from":[9.5,17,7.99],"to":[11.5,20,8],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[12,11,10,14],"texture":"#0"},"south":{"uv":[10,11,12,14],"texture":"#0"}}},{"from":[9,-3,7.99],"to":[11,0,8],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[14,11,12,14],"texture":"#0"},"south":{"uv":[12,11,14,14],"texture":"#0"}}},{"from":[5,-3,8],"to":[7,0,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[12,11,14,14],"texture":"#0"},"south":{"uv":[14,11,12,14],"texture":"#0"}}},{"from":[2,12,8],"to":[14,17,8.01],"rotation":{"angle":-45,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[4,0,9,12],"rotation":90,"texture":"#0"},"south":{"uv":[4,0,9,12],"rotation":90,"texture":"#0"}}},{"from":[8,12,2],"to":[8.01,17,14],"rotation":{"angle":-45,"axis":"y","origin":[8,6,8]},"faces":{"east":{"uv":[4,0,9,12],"rotation":90,"texture":"#0"},"west":{"uv":[4,0,9,12],"rotation":90,"texture":"#0"}}},{"from":[4,-7,8],"to":[12,-3,8.01],"rotation":{"angle":45,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[0,12,8,16],"texture":"#0"},"south":{"uv":[0,12,8,16],"texture":"#0"}}},{"from":[8,-7,4],"to":[8.01,-3,12],"rotation":{"angle":45,"axis":"y","origin":[8,8,8]},"faces":{"east":{"uv":[0,12,8,16],"texture":"#0"},"west":{"uv":[0,12,8,16],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[160,-75,160],"translation":[-2,-1,2]},"thirdperson_lefthand":{"rotation":[160,-75,160],"translation":[-2,-1,2]},"firstperson_righthand":{"rotation":[180,-105,-165],"translation":[7,-3,-3]},"firstperson_lefthand":{"rotation":[180,-105,-165],"translation":[7,-3,-3]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/geomancer_hammer.json b/assets/minecraft/models/item/wynn/skin/spear/geomancer_hammer.json new file mode 100644 index 000000000..3507bf9da --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/geomancer_hammer.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/geomancer/geomancer_hammer","particle":"skins/geomancer/geomancer_hammer"},"elements":[{"from":[3,15,2],"to":[13,25,4],"rotation":{"angle":45,"axis":"z","origin":[8,20,8]},"faces":{"north":{"uv":[2,0,7,5],"texture":"#0"},"east":{"uv":[2,0,1,5],"texture":"#0"},"south":{"uv":[11,8,16,13],"texture":"#0"},"west":{"uv":[1,5,2,10],"texture":"#0"},"up":{"uv":[1,0,2,5],"rotation":90,"texture":"#0"},"down":{"uv":[2,5,1,10],"rotation":90,"texture":"#0"}}},{"from":[4,16,12],"to":[12,24,14],"rotation":{"angle":0,"axis":"y","origin":[8,20,8]},"faces":{"north":{"uv":[11,0,15,4],"texture":"#0"},"east":{"uv":[16,0,15,4],"texture":"#0"},"south":{"uv":[11,4,15,8],"texture":"#0"},"west":{"uv":[15,0,16,4],"texture":"#0"},"up":{"uv":[15,0,16,4],"rotation":90,"texture":"#0"},"down":{"uv":[16,0,15,4],"rotation":90,"texture":"#0"}}},{"from":[5,17,4],"to":[11,23,12],"rotation":{"angle":0,"axis":"y","origin":[8,20,8]},"faces":{"east":{"uv":[7,0,11,3],"texture":"#0"},"west":{"uv":[7,0,11,3],"texture":"#0"},"up":{"uv":[7,3,11,6],"rotation":90,"texture":"#0"},"down":{"uv":[7,6,11,9],"rotation":90,"texture":"#0"}}},{"from":[7,-3,7],"to":[9,13,9],"rotation":{"angle":0,"axis":"y","origin":[0,-2,0]},"faces":{"north":{"uv":[0,0,1,8],"texture":"#0"},"east":{"uv":[0,0,1,8],"texture":"#0"},"south":{"uv":[0,0,1,8],"texture":"#0"},"west":{"uv":[0,0,1,8],"texture":"#0"}}},{"from":[6,-13,6],"to":[10,-3,10],"rotation":{"angle":0,"axis":"y","origin":[0,-2,0]},"faces":{"north":{"uv":[3,5,5,10],"texture":"#0"},"east":{"uv":[3,5,5,10],"texture":"#0"},"south":{"uv":[3,5,5,10],"texture":"#0"},"west":{"uv":[3,5,5,10],"texture":"#0"},"up":{"uv":[5,5,7,7],"texture":"#0"},"down":{"uv":[5,7,7,9],"texture":"#0"}}},{"from":[7,12,5],"to":[9,17,7],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[6,9,7,11.5],"texture":"#0"},"east":{"uv":[6,9,7,11.5],"texture":"#0"},"west":{"uv":[6,9,7,11.5],"texture":"#0"},"down":{"uv":[5,9,6,10],"texture":"#0"}}},{"from":[7,12,9],"to":[9,17,11],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"east":{"uv":[6,9,7,11.5],"texture":"#0"},"south":{"uv":[6,9,7,11.5],"texture":"#0"},"west":{"uv":[6,9,7,11.5],"texture":"#0"},"down":{"uv":[5,9,6,10],"texture":"#0"}}},{"from":[5,12,7],"to":[7,17,9],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[6,9,7,11.5],"texture":"#0"},"south":{"uv":[6,9,7,11.5],"texture":"#0"},"west":{"uv":[6,9,7,11.5],"texture":"#0"},"down":{"uv":[5,9,6,10],"texture":"#0"}}},{"from":[9,12,7],"to":[11,17,9],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[6,9,7,11.5],"texture":"#0"},"east":{"uv":[6,9,7,11.5],"texture":"#0"},"south":{"uv":[6,9,7,11.5],"texture":"#0"},"down":{"uv":[5,9,6,10],"texture":"#0"}}},{"from":[8,-1,6],"to":[8.01,10,10],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"east":{"uv":[0,10.5,2,16],"texture":"#0"},"west":{"uv":[0,10.5,2,16],"texture":"#0"}}},{"from":[6,-1,7.99],"to":[10,10,8],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[0,10.5,2,16],"texture":"#0"},"south":{"uv":[0,10.5,2,16],"texture":"#0"}}},{"from":[8,23,6],"to":[8.01,29,10],"rotation":{"angle":45,"axis":"y","origin":[8,8,8]},"faces":{"east":{"uv":[2,13,4,16],"texture":"#0"},"west":{"uv":[2,13,4,16],"texture":"#0"}}},{"from":[8,23,6],"to":[8.01,29,10],"rotation":{"angle":-45,"axis":"y","origin":[8,8,8]},"faces":{"east":{"uv":[2,13,4,16],"texture":"#0"},"west":{"uv":[2,13,4,16],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,10,5],"translation":[-2,1,2]},"thirdperson_lefthand":{"rotation":[0,10,5],"translation":[-2,1,2]},"firstperson_righthand":{"rotation":[15,5,-5],"translation":[5,-3,-5]},"firstperson_lefthand":{"rotation":[15,5,-5],"translation":[5,-3,-5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/gothic_trident.json b/assets/minecraft/models/item/wynn/skin/spear/gothic_trident.json new file mode 100644 index 000000000..6a0abe22d --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/gothic_trident.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/gothic/gothic_trident","particle":"skins/gothic/gothic_trident"},"elements":[{"from":[7,-4,7],"to":[9,12,9],"faces":{"north":{"uv":[0,0,2,16],"texture":"#0"},"east":{"uv":[0,0,2,16],"texture":"#0"},"south":{"uv":[0,0,2,16],"texture":"#0"},"west":{"uv":[0,0,2,16],"texture":"#0"},"up":{"uv":[5,0,7,2],"texture":"#0"},"down":{"uv":[5,0,7,2],"texture":"#0"}}},{"from":[6.5,-12,8],"to":[9.5,-4,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,-12,8]},"faces":{"north":{"uv":[2,0,5,8],"texture":"#0"},"south":{"uv":[2,0,5,8],"texture":"#0"}}},{"from":[8,-12,6.5],"to":[8.01,-4,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,-12,8]},"faces":{"east":{"uv":[2,0,5,8],"texture":"#0"},"west":{"uv":[2,0,5,8],"texture":"#0"}}},{"from":[6,0,8],"to":[10,8,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[2,8,6,16],"texture":"#0"},"south":{"uv":[2,8,6,16],"texture":"#0"}}},{"from":[8,0,6],"to":[8.01,8,10],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"east":{"uv":[2,8,6,16],"texture":"#0"},"west":{"uv":[2,8,6,16],"texture":"#0"}}},{"from":[7.5,20,7.5],"to":[8.5,28,8.5],"faces":{"north":{"uv":[15,3,16,11],"texture":"#0"},"east":{"uv":[15,3,16,11],"texture":"#0"},"south":{"uv":[15,3,16,11],"texture":"#0"},"west":{"uv":[15,3,16,11],"texture":"#0"},"up":{"uv":[15,3,16,4],"texture":"#0"}}},{"from":[6.5,15,7.5],"to":[9.5,20,8.5],"faces":{"north":{"uv":[13,11,16,16],"texture":"#0"},"east":{"uv":[13,11,14,16],"texture":"#0"},"south":{"uv":[16,11,13,16],"texture":"#0"},"west":{"uv":[15,11,16,16],"texture":"#0"},"up":{"uv":[13,11,16,12],"texture":"#0"},"down":{"uv":[13,15,16,16],"texture":"#0"}}},{"from":[7,12,7.5],"to":[9,15,8.5],"faces":{"north":{"uv":[10,13,12,16],"texture":"#0"},"east":{"uv":[10,13,11,16],"texture":"#0"},"south":{"uv":[12,13,10,16],"texture":"#0"},"west":{"uv":[11,13,12,16],"texture":"#0"}}},{"from":[5.5,18,7.5],"to":[6.5,23,8.5],"faces":{"north":{"uv":[12,11,13,16],"texture":"#0"},"east":{"uv":[12,11,13,16],"texture":"#0"},"south":{"uv":[12,11,13,16],"texture":"#0"},"west":{"uv":[12,11,13,16],"texture":"#0"},"up":{"uv":[12,11,13,12],"texture":"#0"},"down":{"uv":[12,15,13,16],"texture":"#0"}}},{"from":[9.5,18,7.5],"to":[10.5,23,8.5],"faces":{"north":{"uv":[12,11,13,16],"texture":"#0"},"east":{"uv":[12,11,13,16],"texture":"#0"},"south":{"uv":[12,11,13,16],"texture":"#0"},"west":{"uv":[12,11,13,16],"texture":"#0"},"up":{"uv":[12,11,13,12],"texture":"#0"},"down":{"uv":[12,15,13,16],"texture":"#0"}}},{"from":[6,13,8],"to":[10,14,8.01],"faces":{"north":{"uv":[2,8,6,9],"texture":"#0"},"south":{"uv":[2,8,6,9],"texture":"#0"}}},{"from":[8.5,15,7.5],"to":[7.5,17,8.5],"faces":{"east":{"uv":[12,14,13,16],"texture":"#0"},"west":{"uv":[13,14,14,16],"texture":"#0"},"up":{"uv":[13,15,14,16],"texture":"#0"},"down":{"uv":[13,14,14,15],"texture":"#0"}}},{"from":[4.5,19,8],"to":[11.5,20,8.01],"faces":{"north":{"uv":[7,0,14,1],"texture":"#0"},"south":{"uv":[7,0,14,1],"texture":"#0"}}},{"from":[6.5,25,8],"to":[9.5,26,8.01],"faces":{"north":{"uv":[15,3,16,4],"texture":"#0"},"south":{"uv":[15,3,16,4],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,100,5],"translation":[-1.5,2,2]},"thirdperson_lefthand":{"rotation":[0,100,5],"translation":[-1.5,2,2]},"firstperson_righthand":{"rotation":[-15,100,0],"translation":[6,-2,-2]},"firstperson_lefthand":{"rotation":[-15,100,0],"translation":[6,-2,-2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/harvest_spear.json b/assets/minecraft/models/item/wynn/skin/spear/harvest_spear.json new file mode 100644 index 000000000..07c7b0533 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/harvest_spear.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/harvest","2":"skins/gold_gradient","particle":"skins/wood"},"elements":[{"from":[7.35,17.91292,8.76832],"to":[8.65,19.91292,11.01832],"rotation":{"angle":-22.5,"axis":"x","origin":[8,18.6103,9.3]},"faces":{"north":{"uv":[16,8.5,14,10.5],"rotation":180,"texture":"#2"},"east":{"uv":[14,10.5,16,8.5],"rotation":90,"texture":"#2"},"south":{"uv":[13.5,8.5,14.5,10.5],"texture":"#2"},"west":{"uv":[16,10.5,14,8.5],"rotation":270,"texture":"#2"},"up":{"uv":[12.5,10.5,13.5,8.5],"texture":"#2"},"down":{"uv":[15.5,10.5,16,8.5],"rotation":180,"texture":"#2"}}},{"from":[7.34,17.29769,8.75832],"to":[8.66,19.31769,11.02832],"rotation":{"angle":22.5,"axis":"x","origin":[8,18.6103,9.3]},"faces":{"north":{"uv":[16,10.5,14,8.5],"rotation":180,"texture":"#2"},"east":{"uv":[16,10.5,14,8.5],"rotation":90,"texture":"#2"},"south":{"uv":[13.5,10.5,14.5,8.5],"texture":"#2"},"west":{"uv":[14,10.5,16,8.5],"rotation":270,"texture":"#2"},"up":{"uv":[16,10.5,15.5,10],"texture":"#2"},"down":{"uv":[13.5,10.5,12.5,8.5],"rotation":180,"texture":"#2"}}},{"from":[7.4,-3.70014,5.52305],"to":[8.6,-1.50014,6.72305],"rotation":{"angle":0,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[6,14,8,15],"rotation":270,"texture":"#0"},"east":{"uv":[6,14,8,15],"rotation":270,"texture":"#0"},"south":{"uv":[6,14,8,15],"rotation":270,"texture":"#0"},"west":{"uv":[6,14,8,15],"rotation":270,"texture":"#0"},"up":{"uv":[7,14,8.2,15.2],"rotation":270,"texture":"#0"},"down":{"uv":[6,14,8,15],"rotation":270,"texture":"#0"}}},{"from":[7.4,18.27721,7.20716],"to":[8.6,20.47721,8.40716],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99804,20.0568,8.00878]},"faces":{"north":{"uv":[0,13,2,12],"rotation":270,"texture":"#0"},"east":{"uv":[0,13,2,12],"rotation":270,"texture":"#0"},"south":{"uv":[0,13,2,12],"rotation":270,"texture":"#0"},"west":{"uv":[0,13,2,12],"rotation":270,"texture":"#0"},"up":{"uv":[0,13,2,12],"rotation":270,"texture":"#0"},"down":{"uv":[0,13,2,12],"rotation":270,"texture":"#0"}}},{"from":[7.44916,-1.49452,5.372],"to":[8.54916,1.60548,6.472],"rotation":{"angle":-22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[7.5,14,10.5,15],"rotation":270,"texture":"#0"},"east":{"uv":[7.5,14,10.5,15],"rotation":270,"texture":"#0"},"south":{"uv":[7.5,14,10.5,15],"rotation":270,"texture":"#0"},"west":{"uv":[7.5,14,10.5,15],"rotation":270,"texture":"#0"},"up":{"uv":[7.5,14,10.5,15],"rotation":180,"texture":"#0"},"down":{"uv":[7.5,14,10.5,15],"texture":"#0"}}},{"from":[7.44916,15.5158,7.90777],"to":[8.54916,18.6158,9.00777],"rotation":{"angle":0,"axis":"x","origin":[7.99804,20.0568,8.00878]},"faces":{"north":{"uv":[1.5,12,4.5,13],"rotation":90,"texture":"#0"},"east":{"uv":[2,11.5,5,12.5],"rotation":90,"texture":"#0"},"south":{"uv":[1.5,12,4.5,13],"rotation":90,"texture":"#0"},"west":{"uv":[2,11,5,12],"rotation":90,"texture":"#0"},"up":{"uv":[1.5,12,4.5,13],"rotation":90,"texture":"#0"},"down":{"uv":[1.5,12,4.5,13],"rotation":90,"texture":"#0"}}},{"from":[7.39989,-0.18258,3.91014],"to":[8.59989,3.01742,5.11014],"rotation":{"angle":22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[10,14.5,13,15.5],"rotation":270,"texture":"#0"},"east":{"uv":[10,14.5,13,15.5],"rotation":270,"texture":"#0"},"south":{"uv":[10.5,14,13.5,15],"rotation":270,"texture":"#0"},"west":{"uv":[10.5,14,13.5,15],"rotation":270,"texture":"#0"},"up":{"uv":[10,14.5,13,15.5],"rotation":270,"texture":"#0"},"down":{"uv":[10,14.5,13,15.5],"rotation":270,"texture":"#0"}}},{"from":[7.39989,11.43988,9.11417],"to":[8.59989,14.63988,10.31417],"rotation":{"angle":22.5,"axis":"x","origin":[7.96609,18.2424,11.89485]},"faces":{"north":{"uv":[4,11.5,7,12.5],"rotation":90,"texture":"#0"},"east":{"uv":[4,12,7,13],"rotation":90,"texture":"#0"},"south":{"uv":[4,11,7,12],"rotation":90,"texture":"#0"},"west":{"uv":[4,12,7,13],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,12,4.5,13],"rotation":90,"texture":"#0"},"down":{"uv":[4,12,7,13],"rotation":90,"texture":"#0"}}},{"from":[7.39776,1.41425,2.55915],"to":[8.59776,3.61425,3.75915],"rotation":{"angle":45,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[2,11.5,4.5,13],"rotation":270,"texture":"#0"},"east":{"uv":[2,11.5,4.5,13],"rotation":270,"texture":"#0"},"south":{"uv":[2,11.5,4.5,13],"rotation":270,"texture":"#0"},"west":{"uv":[2,11.5,4.5,13],"rotation":270,"texture":"#0"},"up":{"uv":[3,11.5,4.5,13],"rotation":270,"texture":"#0"},"down":{"uv":[2,11.5,4.5,13],"rotation":270,"texture":"#0"}}},{"from":[7.29773,6.23545,9.96511],"to":[8.69773,8.63545,11.36511],"rotation":{"angle":-22.5,"axis":"x","origin":[7.96806,1.24108,4.53931]},"faces":{"north":{"uv":[6,11.5,8.5,13],"rotation":270,"texture":"#0"},"east":{"uv":[6,11.5,8.5,13],"rotation":270,"texture":"#0"},"south":{"uv":[6,11,8.5,12.5],"rotation":270,"texture":"#0"},"west":{"uv":[6,11.5,8.5,13],"rotation":270,"texture":"#0"},"up":{"uv":[6,11.5,8.5,13],"rotation":270,"texture":"#0"},"down":{"uv":[6,11.5,7.5,13],"rotation":270,"texture":"#0"}}},{"from":[7.24389,10.05742,6.60004],"to":[8.74389,13.05742,8.10004],"rotation":{"angle":0,"axis":"x","origin":[7.99431,11.31268,7.34975]},"faces":{"north":{"uv":[5.5,11.5,8.5,13],"rotation":90,"texture":"#0"},"east":{"uv":[5,11.5,8,13],"rotation":90,"texture":"#0"},"south":{"uv":[5,12,8,13.5],"rotation":90,"texture":"#0"},"west":{"uv":[6,12,9,13.5],"rotation":90,"texture":"#0"},"up":{"uv":[6,11.5,7.5,13],"rotation":90,"texture":"#0"},"down":{"uv":[6,11,9,12.5],"rotation":90,"texture":"#0"}}},{"from":[7.30243,4.31611,4.43768],"to":[8.70243,6.71611,5.83768],"rotation":{"angle":22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[4,11.5,6.5,13],"rotation":270,"texture":"#0"},"east":{"uv":[4,11.5,6.5,13],"rotation":270,"texture":"#0"},"south":{"uv":[4,11.5,6.5,13],"rotation":270,"texture":"#0"},"west":{"uv":[4,11.5,6.5,13],"rotation":270,"texture":"#0"},"up":{"uv":[5.5,11.5,6.5,13],"rotation":90,"texture":"#0"},"down":{"uv":[4,11.5,6.5,13],"rotation":270,"texture":"#0"}}},{"from":[7.40239,6.32088,7.6003],"to":[8.60239,8.52088,8.8003],"rotation":{"angle":0,"axis":"x","origin":[7.96806,1.24108,4.53931]},"faces":{"north":{"uv":[5,11.5,7.5,13],"rotation":270,"texture":"#0"},"east":{"uv":[5,11.5,7.5,13],"rotation":270,"texture":"#0"},"south":{"uv":[5,11.5,7.5,13],"rotation":270,"texture":"#0"},"west":{"uv":[5,11.5,7.5,13],"rotation":270,"texture":"#0"},"up":{"uv":[5,11.5,7.5,13],"rotation":270,"texture":"#0"},"down":{"uv":[5,11.5,7.5,13],"rotation":270,"texture":"#0"}}},{"from":[7.49738,-4.0178,4.67481],"to":[8.49738,-3.0178,5.67481],"rotation":{"angle":-22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[3.5,14,4.5,15],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,14,4.5,15],"texture":"#0"},"south":{"uv":[3.5,14,4.5,15],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14,4.5,15],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,14,4.5,15],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,14,4.5,15],"rotation":90,"texture":"#0"}}},{"from":[7.49738,20.13908,7.21058],"to":[8.49738,21.13908,8.21058],"rotation":{"angle":0,"axis":"x","origin":[7.99804,20.0568,8.00878]},"faces":{"north":{"uv":[0,11.5,1,12.5],"texture":"#0"},"east":{"uv":[0,11.5,1,12.5],"texture":"#0"},"south":{"uv":[0,11.5,1,12.5],"texture":"#0"},"west":{"uv":[0,11.5,1,12.5],"texture":"#0"},"up":{"uv":[0,11.5,1,12.5],"texture":"#0"},"down":{"uv":[0,11.5,1,12.5],"texture":"#0"}}},{"from":[7.54702,-4.01331,8.73352],"to":[8.44702,-3.11331,9.63352],"rotation":{"angle":45,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[3.5,14,4.4,14.9],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14,4.4,14.9],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4.4,14.9],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14,4.4,14.9],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,4.4,14.9],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,14,4.4,14.9],"rotation":90,"texture":"#0"}}},{"from":[7.54702,20.70149,6.90849],"to":[8.44702,21.60149,7.80849],"rotation":{"angle":22.5,"axis":"x","origin":[7.99804,20.0568,8.00878]},"faces":{"north":{"uv":[15,14,16,15],"texture":"#0"},"east":{"uv":[15,14,16,15],"texture":"#0"},"south":{"uv":[15,14,16,15],"texture":"#0"},"west":{"uv":[15,14,16,15],"texture":"#0"},"up":{"uv":[15,14,16,15],"texture":"#0"},"down":{"uv":[15,14,16,15],"texture":"#0"}}},{"from":[7.55298,-1.98513,3.83205],"to":[8.45298,-1.08513,4.73205],"rotation":{"angle":45,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[9.5,14,10.5,15],"rotation":180,"texture":"#0"},"east":{"uv":[9.5,14,10.5,15],"rotation":180,"texture":"#0"},"south":{"uv":[9.5,14,10.5,15],"rotation":180,"texture":"#0"},"west":{"uv":[9.5,14,10.5,15],"rotation":180,"texture":"#0"},"up":{"uv":[9.5,14,10.5,15],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,14,10.5,15],"rotation":180,"texture":"#0"}}},{"from":[7.55298,10.26051,6.40815],"to":[8.95298,11.16051,7.30815],"rotation":{"angle":-22.5,"axis":"x","origin":[8.02641,10.41272,5.64979]},"faces":{"north":{"uv":[10.5,7,12,8],"texture":"#0"},"east":{"uv":[12,7,13,8],"rotation":90,"texture":"#0"},"south":{"uv":[12.5,7,13.5,8],"rotation":90,"texture":"#0"},"west":{"uv":[12.5,7,13.5,8],"rotation":90,"texture":"#0"},"up":{"uv":[10.5,7,12,8],"texture":"#0"},"down":{"uv":[12.5,7,13.5,8],"rotation":90,"texture":"#0"}}},{"from":[7.55298,12.38951,7.66729],"to":[8.95298,13.28951,8.56729],"rotation":{"angle":-22.5,"axis":"x","origin":[8.25298,12.83951,8.11729]},"faces":{"north":{"uv":[12.5,7,13.5,8],"rotation":270,"texture":"#0"},"east":{"uv":[12,7,13,8],"texture":"#0"},"south":{"uv":[10.5,7,12,8],"texture":"#0"},"west":{"uv":[12.5,7,13.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[10.5,7,12,8],"rotation":180,"texture":"#0"},"down":{"uv":[12.5,7,13.5,8],"rotation":90,"texture":"#0"}}},{"from":[7.15298,9.88951,8.46729],"to":[8.15298,10.38951,8.96729],"rotation":{"angle":-22.5,"axis":"x","origin":[8.25298,9.83951,8.11729]},"faces":{"north":{"uv":[11.5,7,12,8],"rotation":90,"texture":"#0"},"east":{"uv":[11.5,7,12,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[11.5,7,12,8],"rotation":90,"texture":"#0"},"west":{"uv":[11.5,7.5,12,8],"rotation":90,"texture":"#0"},"up":{"uv":[11.5,7,12,8],"rotation":90,"texture":"#0"},"down":{"uv":[11.5,7,12,8],"rotation":90,"texture":"#0"}}},{"from":[7.20298,12.89628,6.75681],"to":[7.70298,13.39628,8.25681],"rotation":{"angle":22.5,"axis":"x","origin":[7.45298,13.14628,7.75681]},"faces":{"north":{"uv":[11.5,7,12,7.5],"rotation":90,"texture":"#0"},"east":{"uv":[11.5,7,12,8],"rotation":90,"texture":"#0"},"south":{"uv":[11.5,7.5,12,8],"rotation":90,"texture":"#0"},"west":{"uv":[11.5,7,12,8],"rotation":90,"texture":"#0"},"up":{"uv":[11.5,7,12,8],"texture":"#0"},"down":{"uv":[11.5,7,12,8],"rotation":180,"texture":"#0"}}},{"from":[8.50298,11.43008,6.40758],"to":[9.40298,12.33008,8.55758],"rotation":{"angle":-22.5,"axis":"x","origin":[8.95298,11.88008,7.10758]},"faces":{"north":{"uv":[13,7,14,8],"rotation":270,"texture":"#0"},"east":{"uv":[10.5,7,12.5,8],"texture":"#0"},"south":{"uv":[12,7,13,8],"rotation":90,"texture":"#0"},"west":{"uv":[12.5,7,13.5,8],"rotation":90,"texture":"#0"},"up":{"uv":[10.5,7,12.5,8],"rotation":90,"texture":"#0"},"down":{"uv":[12.5,7,13.5,8],"texture":"#0"}}},{"from":[6.75298,10.37359,6.37903],"to":[7.65298,11.27359,8.52903],"rotation":{"angle":22.5,"axis":"x","origin":[7.20298,10.82359,7.45403]},"faces":{"north":{"uv":[13,7,14,8],"texture":"#0"},"east":{"uv":[12.5,7,13.5,8],"rotation":270,"texture":"#0"},"south":{"uv":[12,7,13,8],"texture":"#0"},"west":{"uv":[10.5,7,12.5,8],"texture":"#0"},"up":{"uv":[10.5,7,12.5,8],"rotation":270,"texture":"#0"},"down":{"uv":[12.5,7,13.5,8],"texture":"#0"}}},{"from":[8.87667,12.65588,7.77636],"to":[9.77667,13.55588,8.67636],"rotation":{"angle":-45,"axis":"z","origin":[9.49106,13.89601,8.22737]},"faces":{"north":{"uv":[6,7.5,7,8.5],"rotation":180,"texture":"#0"},"east":{"uv":[6,7.5,7,8.5],"rotation":180,"texture":"#0"},"south":{"uv":[6,7.5,7,8.5],"rotation":180,"texture":"#0"},"west":{"uv":[6,7.5,7,8.5],"rotation":180,"texture":"#0"},"up":{"uv":[6,8,7,8.5],"rotation":180,"texture":"#0"},"down":{"uv":[6,7.5,7,8.5],"rotation":180,"texture":"#0"}}},{"from":[6.51502,16.44756,8.42636],"to":[7.41502,17.34756,9.32636],"rotation":{"angle":22.5,"axis":"z","origin":[7.12359,16.10099,8.88561]},"faces":{"north":{"uv":[12,5.5,13,6.5],"texture":"#0"},"east":{"uv":[12,5.5,13,6.5],"texture":"#0"},"south":{"uv":[12,5.5,13,6.5],"texture":"#0"},"west":{"uv":[12,5.5,13,6.5],"texture":"#0"},"up":{"uv":[12,5.5,13,6],"texture":"#0"},"down":{"uv":[12,5.5,13,6.5],"texture":"#0"}}},{"from":[7.59665,-5.18905,5.03033],"to":[8.39665,-4.38905,5.83033],"rotation":{"angle":-22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[3.5,14,4.3,14.8],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,14,4.3,14.8],"texture":"#0"},"south":{"uv":[3.5,14,4.3,14.8],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14,4.3,14.8],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,14,4.3,14.8],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,14,4.3,14.8],"rotation":90,"texture":"#0"}}},{"from":[7.59665,21.51033,7.5661],"to":[8.39665,22.31033,8.3661],"rotation":{"angle":0,"axis":"x","origin":[7.99804,20.0568,8.00878]},"faces":{"north":{"uv":[12,15,13,16],"texture":"#0"},"east":{"uv":[12,15,13,16],"texture":"#0"},"south":{"uv":[12,15,13,16],"texture":"#0"},"west":{"uv":[12,15,13,16],"texture":"#0"},"up":{"uv":[12,15,13,16],"texture":"#0"},"down":{"uv":[12,15,13,16],"texture":"#0"}}},{"from":[7.60335,-1.53535,3.71433],"to":[8.40335,-0.73535,4.51433],"rotation":{"angle":22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[11,14,12,15],"rotation":90,"texture":"#0"},"east":{"uv":[11,14,12,15],"rotation":90,"texture":"#0"},"south":{"uv":[11,14,12,15],"rotation":90,"texture":"#0"},"west":{"uv":[11,14,12,15],"rotation":90,"texture":"#0"},"up":{"uv":[11,14,12,15],"rotation":90,"texture":"#0"},"down":{"uv":[11,14,12,15],"rotation":90,"texture":"#0"}}},{"from":[7.60335,10.64975,5.2979],"to":[8.40335,11.44975,6.0979],"rotation":{"angle":45,"axis":"x","origin":[8.02641,10.41272,5.64979]},"faces":{"north":{"uv":[6,7.5,7,8.5],"texture":"#0"},"east":{"uv":[6,7.5,7,8.5],"texture":"#0"},"south":{"uv":[6,7.5,7,8.5],"texture":"#0"},"west":{"uv":[6,7.5,7,8.5],"texture":"#0"},"up":{"uv":[6,7.5,7,8.5],"texture":"#0"},"down":{"uv":[8.5,8,9.5,8.5],"texture":"#0"}}},{"from":[8.89148,13.48471,7.82672],"to":[9.69148,14.28471,8.62672],"rotation":{"angle":22.5,"axis":"z","origin":[9.49106,13.89601,8.22737]},"faces":{"north":{"uv":[11.5,6.5,12.5,7.5],"rotation":90,"texture":"#0"},"east":{"uv":[11.5,6.5,12.5,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[11.5,6.5,12.5,7.5],"rotation":90,"texture":"#0"},"west":{"uv":[11.5,6.5,12.5,7.5],"rotation":90,"texture":"#0"},"up":{"uv":[11.5,6.5,12.5,7.5],"rotation":90,"texture":"#0"},"down":{"uv":[11.5,6.5,12.5,7.5],"rotation":90,"texture":"#0"}}},{"from":[6.74274,15.9043,8.47672],"to":[7.54274,16.7043,9.27672],"rotation":{"angle":45,"axis":"z","origin":[7.12359,16.10099,8.88561]},"faces":{"north":{"uv":[14,6,15,7],"texture":"#0"},"east":{"uv":[14,6,15,7],"texture":"#0"},"south":{"uv":[14,6,15,7],"texture":"#0"},"west":{"uv":[14,6,15,7],"texture":"#0"},"up":{"uv":[14,6,15,7],"texture":"#0"},"down":{"uv":[14,6,15,7],"texture":"#0"}}},{"from":[7.64576,-5.87477,6.76828],"to":[8.34576,-5.17477,7.46828],"rotation":{"angle":0,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[3.5,14,4.2,14.7],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14,4.2,14.7],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4.2,14.7],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14,4.2,14.7],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,4.2,14.7],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,14,4.2,14.7],"rotation":90,"texture":"#0"}}},{"from":[7.65424,-1.04585,3.79388],"to":[8.35424,-0.34585,4.49388],"rotation":{"angle":0,"axis":"x","origin":[8.00592,-1.30853,4.35894]},"faces":{"north":{"uv":[11.5,14,12,14.5],"rotation":90,"texture":"#0"},"east":{"uv":[11.5,14,12,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[11.5,14,12,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[11.5,14,12,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[11.5,14,12,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[11.5,14,12,14.5],"rotation":90,"texture":"#0"}}},{"from":[7.65424,10.11498,5.45221],"to":[8.35424,10.81498,6.15221],"rotation":{"angle":-22.5,"axis":"x","origin":[8.02641,10.41272,5.64979]},"faces":{"north":{"uv":[14.5,6.5,15,7.5],"rotation":90,"texture":"#0"},"east":{"uv":[11.5,6.5,12.5,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[11.5,6.5,12.5,7.5],"rotation":90,"texture":"#0"},"west":{"uv":[11.5,6.5,12.5,7.5],"rotation":90,"texture":"#0"},"up":{"uv":[11.5,6.5,12.5,7.5],"rotation":90,"texture":"#0"},"down":{"uv":[11.5,6.5,12.5,7.5],"rotation":90,"texture":"#0"}}},{"from":[9.2222,13.81182,7.87761],"to":[9.9222,14.51182,8.57761],"rotation":{"angle":-45,"axis":"z","origin":[9.49106,13.89601,8.22737]},"faces":{"north":{"uv":[14.5,5.5,15.5,6.5],"texture":"#0"},"east":{"uv":[14.5,5.5,15.5,6.5],"texture":"#0"},"south":{"uv":[14.5,5.5,15.5,6.5],"texture":"#0"},"west":{"uv":[14.5,5.5,15.5,6.5],"texture":"#0"},"up":{"uv":[14,6,15,6.5],"texture":"#0"},"down":{"uv":[14.5,5.5,15.5,6.5],"texture":"#0"}}},{"from":[6.86055,15.49162,8.52761],"to":[7.56055,16.19162,9.22761],"rotation":{"angle":22.5,"axis":"z","origin":[7.12359,16.10099,8.88561]},"faces":{"north":{"uv":[15,5.5,16,6.5],"texture":"#0"},"east":{"uv":[15,5.5,16,6.5],"texture":"#0"},"south":{"uv":[15,5.5,16,6.5],"texture":"#0"},"west":{"uv":[15,5.5,16,6.5],"texture":"#0"},"up":{"uv":[15,5.5,16,6.5],"texture":"#0"},"down":{"uv":[15,5.5,16,6.5],"texture":"#0"}}},{"from":[7.64576,-4.62871,4.44589],"to":[8.34576,-3.92871,5.14589],"rotation":{"angle":-22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[3.5,14,4.2,14.7],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,14,4.2,14.7],"texture":"#0"},"south":{"uv":[3.5,14,4.2,14.7],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14,4.2,14.7],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,14,4.2,14.7],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,14,4.2,14.7],"rotation":90,"texture":"#0"}}},{"from":[7.69461,-5.7815,8.64382],"to":[8.29461,-5.1815,9.24382],"rotation":{"angle":22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"}}},{"from":[7.70539,-1.39941,3.98645],"to":[8.30539,-0.79941,4.58645],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00592,-1.30853,4.35894]},"faces":{"north":{"uv":[12.5,13.5,13,14],"rotation":90,"texture":"#0"},"east":{"uv":[12.5,13.5,13,14],"rotation":90,"texture":"#0"},"south":{"uv":[12.5,13.5,13,14],"rotation":90,"texture":"#0"},"west":{"uv":[12.5,13.5,13,14],"rotation":90,"texture":"#0"},"up":{"uv":[12.5,13.5,13,14],"rotation":90,"texture":"#0"},"down":{"uv":[12.5,13.5,13,14],"rotation":90,"texture":"#0"}}},{"from":[7.70539,9.83431,5.25158],"to":[8.30539,10.43431,5.85158],"rotation":{"angle":45,"axis":"x","origin":[8.02641,10.41272,5.64979]},"faces":{"north":{"uv":[14.5,5.5,15.5,6.5],"texture":"#0"},"east":{"uv":[14.5,5.5,15.5,6.5],"texture":"#0"},"south":{"uv":[14.5,5.5,15.5,6.5],"texture":"#0"},"west":{"uv":[14.5,5.5,15.5,6.5],"texture":"#0"},"up":{"uv":[14.5,5.5,15.5,6.5],"texture":"#0"},"down":{"uv":[14.5,5.5,15.5,6.5],"texture":"#0"}}},{"from":[9.90692,13.73104,7.92877],"to":[10.50692,14.33104,8.52877],"rotation":{"angle":22.5,"axis":"z","origin":[9.49106,13.89601,8.22737]},"faces":{"north":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"},"east":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"},"south":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"},"west":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"},"up":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"},"down":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"}}},{"from":[10.0845,14.03431,7.82116],"to":[13.0845,17.03431,7.83116],"rotation":{"angle":-22.5,"axis":"x","origin":[11.5845,15.53431,7.82616]},"faces":{"north":{"uv":[0.5,5.5,5.5,10],"rotation":90,"texture":"#0"},"east":{"uv":[0.5,2,1,2.5],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,5.5,0.5,10],"rotation":270,"texture":"#0"},"west":{"uv":[0.5,2,1,2.5],"rotation":90,"texture":"#0"},"up":{"uv":[0.5,2,1,2.5],"rotation":270,"texture":"#0"},"down":{"uv":[0.5,2,1,2.5],"rotation":270,"texture":"#0"}}},{"from":[6.10226,16.83431,8.5902],"to":[6.11226,19.83431,11.5902],"rotation":{"angle":-22.5,"axis":"y","origin":[6.10726,18.33431,10.0902]},"faces":{"north":{"uv":[0.5,2.5,1,2],"rotation":90,"texture":"#0"},"east":{"uv":[5.5,10,0.5,5.5],"rotation":270,"texture":"#0"},"south":{"uv":[0.5,2.5,1,2],"rotation":90,"texture":"#0"},"west":{"uv":[0.5,10,5.5,5.5],"rotation":90,"texture":"#0"},"up":{"uv":[0.5,2.5,1,2],"rotation":180,"texture":"#0"},"down":{"uv":[0.5,2.5,1,2],"texture":"#0"}}},{"from":[7.50059,9.13347,1.85158],"to":[7.51059,12.13347,4.85158],"rotation":{"angle":22.5,"axis":"z","origin":[7.50559,10.63347,3.35158]},"faces":{"north":{"uv":[0.5,2,1,2.5],"rotation":90,"texture":"#0"},"east":{"uv":[5.5,5.5,0.5,10],"rotation":270,"texture":"#0"},"south":{"uv":[0.5,2,1,2.5],"rotation":90,"texture":"#0"},"west":{"uv":[0.5,5.5,5.5,10],"rotation":90,"texture":"#0"},"up":{"uv":[0.5,2,1,2.5],"rotation":270,"texture":"#0"},"down":{"uv":[0.5,2,1,2.5],"rotation":270,"texture":"#0"}}},{"from":[6.69641,14.08886,8.57877],"to":[7.29641,15.68886,9.17877],"rotation":{"angle":45,"axis":"z","origin":[7.12359,16.10099,8.88561]},"faces":{"north":{"uv":[7.5,7,9.5,8],"rotation":90,"texture":"#0"},"east":{"uv":[7.5,7,9.5,8],"rotation":90,"texture":"#0"},"south":{"uv":[7.5,7,9.5,8],"rotation":90,"texture":"#0"},"west":{"uv":[7.5,7,9.5,8],"rotation":90,"texture":"#0"},"up":{"uv":[7.5,7,9.5,8],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,7,9.5,8],"rotation":90,"texture":"#0"}}},{"from":[7.5659,13.36517,6.3604],"to":[8.4659,14.26517,7.2604],"rotation":{"angle":-22.5,"axis":"x","origin":[8.01489,14.72078,7.02264]},"faces":{"north":{"uv":[13,5.5,12,6.5],"rotation":180,"texture":"#0"},"east":{"uv":[13,5.5,12,6.5],"rotation":180,"texture":"#0"},"south":{"uv":[13,5.5,12,6.5],"rotation":180,"texture":"#0"},"west":{"uv":[13,5.5,12,6.5],"rotation":180,"texture":"#0"},"up":{"uv":[13,5.5,12,6.5],"rotation":270,"texture":"#0"},"down":{"uv":[13,5.5,12,6],"rotation":90,"texture":"#0"}}},{"from":[7.61554,13.9962,6.63394],"to":[8.41554,14.7962,7.43394],"rotation":{"angle":0,"axis":"x","origin":[8.01489,14.72078,7.02264]},"faces":{"north":{"uv":[14,7,15,6],"texture":"#0"},"east":{"uv":[14,7,15,6],"texture":"#0"},"south":{"uv":[14,7,15,6],"texture":"#0"},"west":{"uv":[14,7,15,6],"texture":"#0"},"up":{"uv":[14,7,15,6],"rotation":90,"texture":"#0"},"down":{"uv":[14,7,15,6],"rotation":270,"texture":"#0"}}},{"from":[7.41465,14.52111,6.70593],"to":[8.11465,15.22111,7.40593],"rotation":{"angle":-22.5,"axis":"x","origin":[7.76489,14.72078,7.02264]},"faces":{"north":{"uv":[16,5.5,15,6.5],"rotation":180,"texture":"#0"},"east":{"uv":[16,5.5,15,6.5],"rotation":180,"texture":"#0"},"south":{"uv":[16,5.5,15,6.5],"rotation":180,"texture":"#0"},"west":{"uv":[16,5.5,15,6.5],"rotation":180,"texture":"#0"},"up":{"uv":[16,5.5,15,6.5],"rotation":270,"texture":"#0"},"down":{"uv":[16,5.5,15,6.5],"rotation":90,"texture":"#0"}}},{"from":[7.21349,15.01164,6.58761],"to":[7.81349,16.61164,7.18761],"rotation":{"angle":0,"axis":"x","origin":[7.51489,14.72078,7.02264]},"faces":{"north":{"uv":[9.5,7,7.5,8],"rotation":90,"texture":"#0"},"east":{"uv":[9.5,7,7.5,8],"rotation":90,"texture":"#0"},"south":{"uv":[9.5,7,7.5,8],"rotation":90,"texture":"#0"},"west":{"uv":[9.5,7,7.5,8],"rotation":90,"texture":"#0"},"up":{"uv":[9.5,7,8.5,8],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,7,7.5,8],"texture":"#0"}}},{"from":[7.91349,15.01164,6.78761],"to":[8.31349,16.61164,7.18761],"rotation":{"angle":-22.5,"axis":"z","origin":[8.11349,15.71164,6.98761]},"faces":{"north":{"uv":[9.5,7,7.5,7.5],"rotation":90,"texture":"#0"},"east":{"uv":[9.5,7,7.5,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[9.5,7,7.5,7.5],"rotation":90,"texture":"#0"},"west":{"uv":[9.5,7,7.5,7.5],"rotation":90,"texture":"#0"},"up":{"uv":[9.5,7,7.5,7.5],"rotation":90,"texture":"#0"},"down":{"uv":[9.5,7,7.5,7.5],"rotation":90,"texture":"#0"}}},{"from":[6.44641,13.08886,8.32877],"to":[7.04641,14.68886,8.92877],"rotation":{"angle":45,"axis":"z","origin":[7.12359,16.10099,8.88561]},"faces":{"north":{"uv":[7.5,6.5,9.5,7.5],"rotation":90,"texture":"#0"},"east":{"uv":[7.5,7.5,9.5,6.5],"rotation":90,"texture":"#0"},"south":{"uv":[7.5,6.5,9.5,7.5],"rotation":90,"texture":"#0"},"west":{"uv":[7.5,6.5,9.5,7.5],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,6.5,9.5,7.5],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,6.5,9.5,7.5],"rotation":90,"texture":"#0"}}},{"from":[7.69461,-4.79183,8.66239],"to":[8.29461,-4.19183,9.26239],"rotation":{"angle":45,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"}}},{"from":[7.74344,-4.91587,10.34838],"to":[8.24344,-4.41587,10.84838],"rotation":{"angle":45,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[3.5,14,4,14.5],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14,4,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14,4,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,4,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,14,4,14.5],"rotation":90,"texture":"#0"}}},{"from":[7.75656,-1.69977,4.0292],"to":[8.25656,-1.19977,4.5292],"rotation":{"angle":-45,"axis":"x","origin":[8.00592,-1.30853,4.35894]},"faces":{"north":{"uv":[14,14,14.5,14.5],"rotation":90,"texture":"#0"},"east":{"uv":[14,14,14.5,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[14,14,14.5,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[14,14,14.5,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[14,14,14.5,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[14,14,14.5,14.5],"rotation":90,"texture":"#0"}}},{"from":[7.75656,9.58091,5.10971],"to":[8.25656,10.08091,5.60971],"rotation":{"angle":22.5,"axis":"x","origin":[8.02641,10.41272,5.64979]},"faces":{"north":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"},"east":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"},"south":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"},"west":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"},"up":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"},"down":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"}}},{"from":[7.74344,-5.67694,7.1033],"to":[8.24344,-5.17694,7.6033],"rotation":{"angle":22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[3.5,14,4,14.5],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14,4,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14,4,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,4,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,14,4,14.5],"rotation":90,"texture":"#0"}}},{"from":[7.79251,-6.83707,8.61496],"to":[8.19251,-5.93707,9.01496],"rotation":{"angle":22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[3.5,14,4.4,14.4],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14,4.4,14.4],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4.4,14.4],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14,4.4,14.4],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,3.9,14.4],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,14,3.9,14.4],"rotation":90,"texture":"#0"}}},{"from":[7.80749,-2.45498,4.2153],"to":[8.20749,-1.55498,4.6153],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00592,-1.30853,4.35894]},"faces":{"north":{"uv":[1,12,2,12.5],"rotation":90,"texture":"#0"},"east":{"uv":[1,12,2,12.5],"rotation":90,"texture":"#0"},"south":{"uv":[1,12,2,12.5],"rotation":90,"texture":"#0"},"west":{"uv":[1,12,2,12.5],"rotation":90,"texture":"#0"},"up":{"uv":[1,12,2,12.5],"rotation":90,"texture":"#0"},"down":{"uv":[1.5,12,2,12.5],"rotation":90,"texture":"#0"}}},{"from":[7.80749,8.77874,5.48043],"to":[8.20749,9.67874,5.88043],"rotation":{"angle":45,"axis":"x","origin":[8.02641,10.41272,5.64979]},"faces":{"north":{"uv":[13.5,6,14.5,6.4],"rotation":270,"texture":"#0"},"east":{"uv":[13.5,6,14.5,6.4],"rotation":270,"texture":"#0"},"south":{"uv":[13.5,6,14.5,6.4],"rotation":270,"texture":"#0"},"west":{"uv":[13.5,6,14.5,6.4],"rotation":270,"texture":"#0"},"up":{"uv":[13.5,6,14.5,6.4],"rotation":270,"texture":"#0"},"down":{"uv":[13.5,6,14,6.5],"rotation":270,"texture":"#0"}}},{"from":[7.79251,-5.8474,8.89125],"to":[8.19251,-4.9474,9.29125],"rotation":{"angle":45,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[3.5,14,4.4,14.4],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14,4.4,14.4],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4.4,14.4],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14,4.4,14.4],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,3.9,14.4],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,14,3.9,14.4],"rotation":90,"texture":"#0"}}},{"from":[7.84251,-8.41672,6.25065],"to":[8.14251,-7.11672,6.55065],"rotation":{"angle":0,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[3.5,14,4.8,14.3],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14,4.8,14.3],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4.8,14.3],"rotation":90,"texture":"#0"},"west":{"uv":[0,14,1.3,14.3],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,3.8,14.3],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,14,3.8,14.3],"rotation":90,"texture":"#0"}}},{"from":[7.84251,-6.96417,6.90423],"to":[8.14251,-6.16417,7.20423],"rotation":{"angle":22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[3.5,14,4.3,14.3],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14,4.3,14.3],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4.3,14.3],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14,4.3,14.3],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,3.8,14.3],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,14,3.8,14.3],"rotation":90,"texture":"#0"}}},{"from":[6.75,7.5,3.1],"to":[9,9.25,5.35],"rotation":{"angle":22.5,"axis":"x","origin":[7.875,8.375,4.225]},"faces":{"north":{"uv":[6.5,1,11,4.5],"texture":"#0"},"east":{"uv":[6.5,0,11,3.5],"texture":"#0"},"south":{"uv":[6.5,0.5,11,4],"texture":"#0"},"west":{"uv":[2,0.5,6.5,4],"texture":"#0"},"up":{"uv":[6.5,0,11,4.5],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,0,11,4.5],"rotation":90,"texture":"#0"}}},{"from":[7,7.25,3.35],"to":[8.75,9.5,5.1],"rotation":{"angle":22.5,"axis":"x","origin":[7.875,8.375,4.225]},"faces":{"north":{"uv":[7,0.5,10.5,4],"texture":"#0"},"east":{"uv":[7,0.5,10.5,4],"texture":"#0"},"south":{"uv":[7,0.5,10.5,4],"texture":"#0"},"west":{"uv":[7,0.5,10.5,4],"texture":"#0"},"up":{"uv":[7,0.5,10.5,4],"rotation":270,"texture":"#0"},"down":{"uv":[7,0.5,10.5,4],"rotation":90,"texture":"#0"}}},{"from":[9.25,12.1,7.35],"to":[11.5,13.85,9.6],"rotation":{"angle":-22.5,"axis":"y","origin":[10.375,12.975,8.475]},"faces":{"north":{"uv":[6.5,0.5,11,4],"texture":"#0"},"east":{"uv":[2,0.5,6.5,4],"texture":"#0"},"south":{"uv":[6.5,1,11,4.5],"texture":"#0"},"west":{"uv":[6.5,0,11,3.5],"texture":"#0"},"up":{"uv":[6.5,0,11,4.5],"rotation":90,"texture":"#0"},"down":{"uv":[6.5,0,11,4.5],"rotation":270,"texture":"#0"}}},{"from":[9.5,11.85,7.6],"to":[11.25,14.1,9.35],"rotation":{"angle":-22.5,"axis":"y","origin":[10.375,12.975,8.475]},"faces":{"north":{"uv":[7,0.5,10.5,4],"texture":"#0"},"east":{"uv":[7,0.5,10.5,4],"texture":"#0"},"south":{"uv":[7,0.5,10.5,4],"texture":"#0"},"west":{"uv":[7,0.5,10.5,4],"texture":"#0"},"up":{"uv":[7,0.5,10.5,4],"rotation":90,"texture":"#0"},"down":{"uv":[7,0.5,10.5,4],"rotation":270,"texture":"#0"}}},{"from":[7.40132,2.07963,6.4194],"to":[8.00132,2.87963,6.9194],"rotation":{"angle":22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[8.5,5.5,9.5,6.5],"rotation":270,"texture":"#0"},"east":{"uv":[8.5,5.5,9.5,6.5],"rotation":270,"texture":"#0"},"south":{"uv":[8.5,5.5,9.5,6.5],"rotation":270,"texture":"#0"},"west":{"uv":[8.5,5.5,9.5,6.5],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,5.5,9.5,6.5],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,5.5,9.5,6.5],"rotation":90,"texture":"#0"}}},{"from":[7.09551,1.32109,5.12626],"to":[8.12551,2.35109,6.15626],"rotation":{"angle":45,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[0,0,1.5,1.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,1.5,1.5],"rotation":180,"texture":"#0"},"south":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,0,1.5,1.5],"texture":"#0"},"up":{"uv":[0,0,1.5,1.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#0"}}},{"from":[7.59941,2.81968,3.33237],"to":[8.39941,3.51968,4.13237],"rotation":{"angle":45,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[12,5.5,12.5,6.5],"rotation":180,"texture":"#0"},"east":{"uv":[11.5,5.5,12.5,6.5],"rotation":270,"texture":"#0"},"south":{"uv":[11.5,5.5,12,6.5],"rotation":180,"texture":"#0"},"west":{"uv":[11.5,5.5,12.5,6.5],"rotation":180,"texture":"#0"},"up":{"uv":[12,5.5,12.5,6.5],"rotation":180,"texture":"#0"},"down":{"uv":[11.5,5.5,12,6.5],"texture":"#0"}}},{"from":[7.39836,2.52719,7.78175],"to":[8.19836,3.32719,8.38175],"rotation":{"angle":0,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[7.5,5.5,8.5,6.5],"rotation":180,"texture":"#0"},"east":{"uv":[7.5,5.5,8.5,6.5],"rotation":180,"texture":"#0"},"south":{"uv":[7.5,5.5,8.5,6.5],"rotation":180,"texture":"#0"},"west":{"uv":[7.5,5.5,8.5,6.5],"rotation":180,"texture":"#0"},"up":{"uv":[7.5,6,8.5,6.5],"texture":"#0"},"down":{"uv":[7.5,5.5,8.5,6.5],"texture":"#0"}}},{"from":[7.49804,2.38106,9.25295],"to":[8.29804,3.18106,9.90295],"rotation":{"angle":-22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[10.5,6,11.5,7],"rotation":180,"texture":"#0"},"east":{"uv":[10.5,6,11.5,7],"rotation":180,"texture":"#0"},"south":{"uv":[10.5,6,11.5,7],"rotation":180,"texture":"#0"},"west":{"uv":[10.5,6,11.5,7],"rotation":90,"texture":"#0"},"up":{"uv":[10.5,6,11,7],"rotation":180,"texture":"#0"},"down":{"uv":[10.5,6,11.5,7],"texture":"#0"}}},{"from":[7.01,4.48284,8.9946],"to":[8.99,4.96284,10.9746],"rotation":{"angle":-22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#0"},"east":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#0"},"south":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#0"},"west":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#0"},"up":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#0"},"down":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#0"}}},{"from":[7.01,5.58143,9.45274],"to":[8.99,6.06143,11.43274],"rotation":{"angle":-22.5,"axis":"x","origin":[7.96806,1.24108,4.53931]},"faces":{"north":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#0"}}},{"from":[7.01,16.84192,8.40055],"to":[8.99,21.07192,8.88055],"rotation":{"angle":-22.5,"axis":"x","origin":[8,17.83192,8.64055]},"faces":{"north":{"uv":[8.5,7,10.48,7.48],"texture":"#0"},"east":{"uv":[8.5,7,12.73,7.48],"rotation":90,"texture":"#0"},"south":{"uv":[11.5,6.5,16,7.5],"rotation":90,"texture":"#0"},"west":{"uv":[8.5,7,12.73,7.48],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,7,10.48,7.48],"texture":"#0"},"down":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#0"}}},{"from":[7,16.14628,7.46003],"to":[9,20.49628,7.96003],"rotation":{"angle":22.5,"axis":"x","origin":[8,18.37128,7.71003]},"faces":{"north":{"uv":[8.5,7,10.48,7.48],"texture":"#0"},"east":{"uv":[8.5,7,12.73,7.48],"rotation":90,"texture":"#0"},"south":{"uv":[11.5,6.5,16,7.5],"rotation":90,"texture":"#0"},"west":{"uv":[8.5,7,12.73,7.48],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,7,10.48,7.48],"texture":"#0"},"down":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#0"}}},{"from":[7,8.39768,4.48176],"to":[9,8.89768,6.48176],"rotation":{"angle":22.5,"axis":"x","origin":[7.96806,1.24108,4.53931]},"faces":{"north":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#0"},"east":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#0"},"south":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#0"},"west":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#0"},"up":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#0"},"down":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#0"}}},{"from":[7,6.15402,4.01188],"to":[9,6.65402,6.01188],"rotation":{"angle":22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#0"},"east":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#0"},"south":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#0"},"west":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#0"},"up":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#0"},"down":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#0"}}},{"from":[7.01904,4.41592,6.56451],"to":[9.01904,4.91592,8.56451],"rotation":{"angle":0,"axis":"x","origin":[9.81166,-0.96684,6.76408]},"faces":{"north":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#0"}}},{"from":[7,4.03838,4.13053],"to":[9,4.53838,6.13053],"rotation":{"angle":22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#0"},"east":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#0"},"south":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#0"},"west":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#0"},"up":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#0"},"down":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#0"}}},{"from":[7.29963,17.45879,8.20718],"to":[8.70363,19.86279,9.06118],"rotation":{"angle":0,"axis":"x","origin":[8.00044,18.65983,5.94935]},"faces":{"north":{"uv":[16,10,14,10.45],"rotation":180,"texture":"#2"},"east":{"uv":[14,10.45,16,10],"rotation":90,"texture":"#2"},"south":{"uv":[16,9.95,15.5,10.45],"texture":"#2"},"west":{"uv":[14,10.45,16,10],"rotation":270,"texture":"#2"},"up":{"uv":[14,10.45,16,10],"texture":"#2"},"down":{"uv":[14,10.45,16,10],"rotation":180,"texture":"#2"}}},{"from":[7.3,19.85208,5.29532],"to":[8.7,20.85208,8.29532],"rotation":{"angle":22.5,"axis":"x","origin":[8.00044,18.65983,5.94935]},"faces":{"north":{"uv":[16,8,15,9],"texture":"#2"},"east":{"uv":[15,10.5,16,7.5],"rotation":270,"texture":"#2"},"south":{"uv":[16,7,15,10],"rotation":180,"texture":"#2"},"west":{"uv":[16,10.5,15,7.5],"rotation":90,"texture":"#2"},"up":{"uv":[15.5,10,16,7],"rotation":180,"texture":"#2"},"down":{"uv":[15,11,16,8],"texture":"#2"}}},{"from":[7.3,16.46877,5.29582],"to":[8.7,17.46877,8.29582],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00044,18.65983,5.94935]},"faces":{"north":{"uv":[16,9,15,8],"texture":"#2"},"east":{"uv":[16,10.5,15,7.5],"rotation":270,"texture":"#2"},"south":{"uv":[16,10,15,7],"rotation":180,"texture":"#2"},"west":{"uv":[15,10.5,16,7.5],"rotation":90,"texture":"#2"},"up":{"uv":[16,11,15,8],"rotation":180,"texture":"#2"},"down":{"uv":[16,10,15.5,7],"texture":"#2"}}},{"from":[7.31,19.57808,6.04519],"to":[8.69,21.55808,7.02519],"rotation":{"angle":-45,"axis":"x","origin":[8.00044,18.65983,5.94935]},"faces":{"north":{"uv":[13.5,9,12.5,7],"rotation":180,"texture":"#2"},"east":{"uv":[12.5,9,13.5,7],"rotation":180,"texture":"#2"},"south":{"uv":[14.5,10,13.5,8],"rotation":180,"texture":"#2"},"west":{"uv":[13.5,9,12.5,7],"rotation":180,"texture":"#2"},"up":{"uv":[13.5,9,12.5,8],"rotation":270,"texture":"#2"},"down":{"uv":[13.5,9,12.5,8],"rotation":90,"texture":"#2"}}},{"from":[7.31,17.5849,3.05202],"to":[8.69,18.5649,5.03202],"rotation":{"angle":-45,"axis":"x","origin":[8.00044,18.65983,5.94935]},"faces":{"north":{"uv":[12.5,9,13.5,8],"rotation":90,"texture":"#2"},"east":{"uv":[13.5,9,12.5,7],"rotation":270,"texture":"#2"},"south":{"uv":[12.5,9,13.5,8],"rotation":90,"texture":"#2"},"west":{"uv":[12.5,9,13.5,7],"rotation":90,"texture":"#2"},"up":{"uv":[12.5,9,13.5,7],"rotation":180,"texture":"#2"},"down":{"uv":[13.5,10,14.5,8],"texture":"#2"}}},{"from":[7.8,14.38311,3.90817],"to":[8.2,15.38311,6.90817],"rotation":{"angle":-45,"axis":"x","origin":[8,14.88311,4.00817]},"faces":{"north":{"uv":[4.5,12.5,5,13.5],"texture":"#2"},"east":{"uv":[0,12.5,3,13.5],"texture":"#2"},"south":{"uv":[0,12.5,5,13.5],"texture":"#2"},"west":{"uv":[0,12.5,3,13.5],"rotation":180,"texture":"#2"},"up":{"uv":[3,13.5,0,13],"rotation":90,"texture":"#2"},"down":{"uv":[3,13.5,0,13],"rotation":270,"texture":"#2"}}},{"from":[7.8,13.95884,2.5839],"to":[8.2,14.95884,4.5839],"rotation":{"angle":45,"axis":"x","origin":[8,14.45884,3.5839]},"faces":{"north":{"uv":[5,13.5,4.5,12.5],"rotation":90,"texture":"#2"},"east":{"uv":[3,12.5,5,13.5],"texture":"#2"},"south":{"uv":[3,13.5,3.5,12.5],"rotation":180,"texture":"#2"},"west":{"uv":[3,13.5,5,12.5],"rotation":180,"texture":"#2"},"up":{"uv":[5,13,3,12.5],"rotation":90,"texture":"#2"},"down":{"uv":[5,13.5,3,13],"rotation":270,"texture":"#2"}}},{"from":[7.8,21.8876,2.73035],"to":[8.2,22.8876,4.73035],"rotation":{"angle":-45,"axis":"x","origin":[8,22.3876,3.23035]},"faces":{"north":{"uv":[4.5,13.5,5,12.5],"rotation":90,"texture":"#2"},"east":{"uv":[3,13.5,5,12.5],"texture":"#2"},"south":{"uv":[3,13.5,3.5,12.5],"texture":"#2"},"west":{"uv":[3,12.5,5,13.5],"rotation":180,"texture":"#2"},"up":{"uv":[3,13.5,5,13],"rotation":270,"texture":"#2"},"down":{"uv":[3,13,5,12.5],"rotation":90,"texture":"#2"}}},{"from":[7.8,14.88956,4.41116],"to":[8.2,17.88956,5.91116],"rotation":{"angle":-22.5,"axis":"x","origin":[8,16.38956,2.41116]},"faces":{"north":{"uv":[7.5,13.5,4.5,13],"rotation":90,"texture":"#2"},"east":{"uv":[5.5,13.5,2.5,12],"rotation":90,"texture":"#2"},"south":{"uv":[8,13.5,5,13],"rotation":90,"texture":"#2"},"west":{"uv":[5.5,12,2.5,13.5],"rotation":90,"texture":"#2"},"up":{"uv":[7,12.5,7.5,13.5],"rotation":180,"texture":"#2"},"down":{"uv":[0,12.5,5,13.5],"texture":"#2"}}},{"from":[7.8,19.31044,4.41116],"to":[8.2,22.31044,5.91116],"rotation":{"angle":22.5,"axis":"x","origin":[8,20.81044,2.41116]},"faces":{"north":{"uv":[4.5,13.5,7.5,13],"rotation":90,"texture":"#2"},"east":{"uv":[2.5,13.5,5.5,12],"rotation":90,"texture":"#2"},"south":{"uv":[5,13.5,8,13],"rotation":90,"texture":"#2"},"west":{"uv":[2.5,12,5.5,13.5],"rotation":90,"texture":"#2"},"up":{"uv":[0,13.5,5,12.5],"texture":"#2"},"down":{"uv":[7,13.5,7.5,12.5],"rotation":180,"texture":"#2"}}},{"from":[7.801,14.89056,1.91216],"to":[8.199,17.88856,4.41016],"rotation":{"angle":-22.5,"axis":"x","origin":[8,16.38956,2.41116]},"faces":{"north":{"uv":[7.5,13.5,4.5,13],"rotation":90,"texture":"#2"},"east":{"uv":[6,11,3,13.5],"rotation":90,"texture":"#2"},"south":{"uv":[8,13.5,5,13],"rotation":90,"texture":"#2"},"west":{"uv":[6,13.5,3,11],"rotation":90,"texture":"#2"},"up":{"uv":[7,12.5,7.5,13.5],"rotation":180,"texture":"#2"},"down":{"uv":[0,12.5,5,13.5],"texture":"#2"}}},{"from":[7.802,17.5695,1.3775],"to":[8.198,19.6155,3.8735],"rotation":{"angle":0,"axis":"x","origin":[8,18.6175,2.6255]},"faces":{"north":{"uv":[12.5,11.5,13,13.5],"texture":"#2"},"east":{"uv":[12.5,13.5,15,11.5],"rotation":180,"texture":"#2"},"south":{"uv":[5,13.5,8,13],"rotation":90,"texture":"#2"},"west":{"uv":[12.5,11.5,15,13.5],"texture":"#2"},"up":{"uv":[0,13.5,5,12.5],"texture":"#2"},"down":{"uv":[7,13.5,7.5,12.5],"rotation":180,"texture":"#2"}}},{"from":[7.801,19.31144,1.91216],"to":[8.199,22.30944,4.41016],"rotation":{"angle":22.5,"axis":"x","origin":[8,20.81044,2.41116]},"faces":{"north":{"uv":[4.5,13.5,7.5,13],"rotation":90,"texture":"#2"},"east":{"uv":[3,11,6,13.5],"rotation":90,"texture":"#2"},"south":{"uv":[5,13.5,8,13],"rotation":90,"texture":"#2"},"west":{"uv":[3,13.5,6,11],"rotation":90,"texture":"#2"},"up":{"uv":[0,13.5,5,12.5],"texture":"#2"},"down":{"uv":[7,13.5,7.5,12.5],"rotation":180,"texture":"#2"}}},{"from":[7.8,21.81689,3.90817],"to":[8.2,22.81689,6.90817],"rotation":{"angle":45,"axis":"x","origin":[8,22.31689,4.00817]},"faces":{"north":{"uv":[4.5,13.5,5,12.5],"texture":"#2"},"east":{"uv":[0,13.5,3,12.5],"texture":"#2"},"south":{"uv":[0,13.5,5,12.5],"texture":"#2"},"west":{"uv":[0,13.5,3,12.5],"rotation":180,"texture":"#2"},"up":{"uv":[0,13.5,3,13],"rotation":270,"texture":"#2"},"down":{"uv":[0,13.5,3,13],"rotation":90,"texture":"#2"}}},{"from":[7.3,19.85208,3.29533],"to":[8.7,20.85208,5.29533],"rotation":{"angle":22.5,"axis":"x","origin":[8.00044,18.65983,5.94935]},"faces":{"north":{"uv":[13.5,8,12.5,7],"rotation":90,"texture":"#2"},"east":{"uv":[12.5,9,13.5,7],"rotation":270,"texture":"#2"},"south":{"uv":[13.5,9,12.5,8],"rotation":90,"texture":"#2"},"west":{"uv":[13.5,9,12.5,7],"rotation":90,"texture":"#2"},"up":{"uv":[13.5,9,12.5,7],"rotation":180,"texture":"#2"},"down":{"uv":[13.5,9.5,12.5,7.5],"texture":"#2"}}},{"from":[7.28,16.44878,3.27582],"to":[8.72,17.48878,5.31582],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00044,18.65983,5.94935]},"faces":{"north":{"uv":[12.5,8,13.5,7],"rotation":90,"texture":"#2"},"east":{"uv":[13.5,9,12.5,7],"rotation":270,"texture":"#2"},"south":{"uv":[12.5,9,13.5,8],"rotation":90,"texture":"#2"},"west":{"uv":[12.5,9,13.5,7],"rotation":90,"texture":"#2"},"up":{"uv":[12.5,9.5,13.5,7.5],"rotation":180,"texture":"#2"},"down":{"uv":[12.5,9,13.5,7],"texture":"#2"}}},{"from":[7.3101,20.45656,3.31935],"to":[8.6899,21.28636,4.14915],"rotation":{"angle":-45,"axis":"x","origin":[8.00044,18.65983,5.94935]},"faces":{"north":{"uv":[13,7.5,12.5,7],"rotation":180,"texture":"#2"},"east":{"uv":[12.5,7,13,7.5],"rotation":90,"texture":"#2"},"south":{"uv":[13,7.5,12.5,7],"texture":"#2"},"west":{"uv":[12.5,7,13,7.5],"rotation":270,"texture":"#2"},"up":{"uv":[12.5,7,13,7.5],"texture":"#2"},"down":{"uv":[12.5,7,13,7.5],"rotation":180,"texture":"#2"}}},{"from":[7.31,18.07048,2.81918],"to":[8.69,19.25048,7.79918],"rotation":{"angle":0,"axis":"x","origin":[8.00044,18.65983,5.94935]},"faces":{"north":{"uv":[12.5,7,13.5,8],"rotation":180,"texture":"#2"},"east":{"uv":[12.5,7,13.5,10.5],"rotation":90,"texture":"#2"},"south":{"uv":[12.5,10.5,13.5,7],"texture":"#2"},"west":{"uv":[13.5,7,12.5,10.5],"rotation":270,"texture":"#2"},"up":{"uv":[13,7,12.5,10.5],"texture":"#2"},"down":{"uv":[13.5,7,13,10.5],"rotation":180,"texture":"#2"}}}],"display":{"thirdperson_righthand":{"rotation":[-7,0,0],"translation":[0,0.25,2],"scale":[1.52,1.52,1.52]},"thirdperson_lefthand":{"translation":[0,5,2.5],"scale":[1.3,1.3,1.3]},"firstperson_righthand":{"rotation":[-7,0,0],"translation":[3,2.5,0.75],"scale":[0.8,0.8,0.8]},"firstperson_lefthand":{"rotation":[-7,0,0],"translation":[3,2.5,0.75],"scale":[0.8,0.8,0.8]},"gui":{"rotation":[55,-139,70],"translation":[-1.25,1,0],"scale":[0.68,0.68,0.68]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/heroic_spear.json b/assets/minecraft/models/item/wynn/skin/spear/heroic_spear.json new file mode 100644 index 000000000..19dc7dff5 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/heroic_spear.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/heroic/heroic_spear","particle":"skins/heroic/heroic_spear"},"elements":[{"from":[7.5,20,6.5],"to":[8.5,30,9.5],"faces":{"north":{"uv":[13,0,14,10],"texture":"#0"},"east":{"uv":[11,0,14,10],"texture":"#0"},"south":{"uv":[11,0,12,10],"texture":"#0"},"west":{"uv":[11,0,14,10],"texture":"#0"},"up":{"uv":[11,9,14,10],"rotation":90,"texture":"#0"}}},{"from":[7.5,-13,6.5],"to":[8.5,-3,9.5],"faces":{"north":{"uv":[13,10,14,0],"texture":"#0"},"east":{"uv":[11,10,14,0],"texture":"#0"},"south":{"uv":[11,10,12,0],"texture":"#0"},"west":{"uv":[11,10,14,0],"texture":"#0"},"down":{"uv":[11,9,14,10],"rotation":270,"texture":"#0"}}},{"from":[7.5,30,7.5],"to":[8.5,32,8.5],"faces":{"north":{"uv":[10,0,11,2],"texture":"#0"},"east":{"uv":[10,0,11,2],"texture":"#0"},"south":{"uv":[10,0,11,2],"texture":"#0"},"west":{"uv":[10,0,11,2],"texture":"#0"},"up":{"uv":[10,0,11,1],"rotation":90,"texture":"#0"}}},{"from":[7.5,-15,7.5],"to":[8.5,-13,8.5],"faces":{"north":{"uv":[10,0,11,2],"texture":"#0"},"east":{"uv":[10,0,11,2],"texture":"#0"},"south":{"uv":[10,0,11,2],"texture":"#0"},"west":{"uv":[10,0,11,2],"texture":"#0"},"down":{"uv":[10,0,11,1],"rotation":270,"texture":"#0"}}},{"from":[7,3,7],"to":[9,14,9],"faces":{"north":{"uv":[14,0,16,11],"texture":"#0"},"east":{"uv":[14,0,16,11],"texture":"#0"},"south":{"uv":[14,0,16,11],"texture":"#0"},"west":{"uv":[14,0,16,11],"texture":"#0"}}},{"from":[8,3,6],"to":[8.01,14,10],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"east":{"uv":[5,12,16,16],"rotation":90,"texture":"#0"},"west":{"uv":[5,12,16,16],"rotation":90,"texture":"#0"}}},{"from":[6,3,7.99],"to":[10,14,8],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[5,12,16,16],"rotation":90,"texture":"#0"},"south":{"uv":[5,12,16,16],"rotation":90,"texture":"#0"}}},{"from":[5,14,5],"to":[11,17,11],"rotation":{"angle":-45,"axis":"y","origin":[8,15,8]},"faces":{"north":{"uv":[0,6,6,9],"texture":"#0"},"east":{"uv":[0,6,6,9],"texture":"#0"},"south":{"uv":[0,6,6,9],"texture":"#0"},"west":{"uv":[0,6,6,9],"texture":"#0"},"up":{"uv":[0,0,6,6],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,6,6],"rotation":270,"texture":"#0"}}},{"from":[5,0,5],"to":[11,3,11],"rotation":{"angle":-45,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[0,6,6,9],"texture":"#0"},"east":{"uv":[0,6,6,9],"texture":"#0"},"south":{"uv":[0,6,6,9],"texture":"#0"},"west":{"uv":[0,6,6,9],"texture":"#0"},"up":{"uv":[0,0,6,6],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,6,6],"rotation":270,"texture":"#0"}}},{"from":[7,17,7],"to":[9,20,9],"rotation":{"angle":0,"axis":"y","origin":[8,18,8]},"faces":{"north":{"uv":[8,0,10,3],"texture":"#0"},"east":{"uv":[8,0,10,3],"texture":"#0"},"south":{"uv":[8,0,10,3],"texture":"#0"},"west":{"uv":[8,0,10,3],"texture":"#0"},"up":{"uv":[8,3,10,5],"texture":"#0"}}},{"from":[7,-3,7],"to":[9,0,9],"rotation":{"angle":0,"axis":"y","origin":[8,-2,8]},"faces":{"north":{"uv":[8,0,10,3],"texture":"#0"},"east":{"uv":[8,0,10,3],"texture":"#0"},"south":{"uv":[8,0,10,3],"texture":"#0"},"west":{"uv":[8,0,10,3],"texture":"#0"},"down":{"uv":[10,3,8,5],"texture":"#0"}}},{"from":[8,18,4],"to":[8.01,21,12],"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"east":{"uv":[0,9,8,12],"texture":"#0"},"west":{"uv":[0,9,8,12],"texture":"#0"}}},{"from":[8,-4,4],"to":[8.01,-1,12],"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"east":{"uv":[0,9,8,12],"texture":"#0"},"west":{"uv":[0,9,8,12],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,0,5],"translation":[-2,-2,2]},"thirdperson_lefthand":{"rotation":[0,0,5],"translation":[-2,-2,2]},"firstperson_righthand":{"rotation":[-15,-5,5],"translation":[10,-4,-5]},"firstperson_lefthand":{"rotation":[-15,-5,5],"translation":[10,-4,-5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/highlands_gavel.json b/assets/minecraft/models/item/wynn/skin/spear/highlands_gavel.json new file mode 100644 index 000000000..7415b1f9b --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/highlands_gavel.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/highlands/highlands_base","1":"skins/highlands/highlands_gavel","particle":"skins/highlands/highlands_base"},"elements":[{"from":[7,-4,7],"to":[9,12,9],"rotation":{"angle":0,"axis":"y","origin":[0,-4,0]},"faces":{"north":{"uv":[0,0,2,16],"texture":"#0"},"east":{"uv":[0,0,2,16],"texture":"#0"},"south":{"uv":[0,0,2,16],"texture":"#0"},"west":{"uv":[0,0,2,16],"texture":"#0"},"up":{"uv":[0,0,2,2],"texture":"#0"},"down":{"uv":[1,15,2,16],"texture":"#0"}}},{"from":[6.5,-9,7.5],"to":[9.5,-6,8.5],"rotation":{"angle":0,"axis":"y","origin":[0,-4,0]},"faces":{"north":{"uv":[5,13,8,16],"texture":"#0"},"east":{"uv":[5,13,6,16],"texture":"#0"},"south":{"uv":[8,13,5,16],"texture":"#0"},"west":{"uv":[7,13,8,16],"texture":"#0"},"up":{"uv":[8,13,5,14],"texture":"#0"},"down":{"uv":[5,15,8,16],"texture":"#0"}}},{"from":[6,8,8],"to":[10,9,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,4,8]},"faces":{"north":{"uv":[0,3,2,4],"texture":"#0"},"south":{"uv":[0,3,2,4],"texture":"#0"}}},{"from":[8,8,6],"to":[8.01,9,10],"rotation":{"angle":0,"axis":"y","origin":[8,4,8]},"faces":{"east":{"uv":[0,3,2,4],"texture":"#0"},"west":{"uv":[0,3,2,4],"texture":"#0"}}},{"from":[6,-1,8],"to":[10,0,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,4,8]},"faces":{"north":{"uv":[0,12,2,13],"texture":"#0"},"south":{"uv":[0,12,2,13],"texture":"#0"}}},{"from":[8,-1,6],"to":[8.01,0,10],"rotation":{"angle":0,"axis":"y","origin":[8,4,8]},"faces":{"east":{"uv":[0,12,2,13],"texture":"#0"},"west":{"uv":[0,12,2,13],"texture":"#0"}}},{"from":[8,6,8],"to":[10,14,8.01],"rotation":{"angle":22.5,"axis":"z","origin":[8,14,8]},"faces":{"north":{"uv":[2,0,4,8],"texture":"#0"},"south":{"uv":[4,0,2,8],"texture":"#0"}}},{"from":[6,6,8],"to":[8,14,8.01],"rotation":{"angle":-22.5,"axis":"z","origin":[8,14,8]},"faces":{"north":{"uv":[4,0,2,8],"texture":"#0"},"south":{"uv":[2,0,4,8],"texture":"#0"}}},{"from":[8.5,-8,7.5],"to":[7.5,-7,8.5],"rotation":{"angle":0,"axis":"y","origin":[0,-4,0]},"faces":{"east":{"uv":[7,14,8,15],"texture":"#0"},"west":{"uv":[5,14,6,15],"texture":"#0"},"up":{"uv":[6,13,7,14],"texture":"#0"},"down":{"uv":[6,15,7,16],"texture":"#0"}}},{"from":[5.49,12.99,5.49],"to":[10.51,17.01,10.51],"rotation":{"angle":0,"axis":"y","origin":[0,-4,0]},"faces":{"north":{"uv":[11,5,16,9],"texture":"#0"},"east":{"uv":[11,5,16,9],"texture":"#0"},"south":{"uv":[11,5,16,9],"texture":"#0"},"west":{"uv":[11,5,16,9],"texture":"#0"},"up":{"uv":[11,0,16,5],"texture":"#0"}}},{"from":[10.5,13,5.5],"to":[5.5,17,10.5],"rotation":{"angle":0,"axis":"y","origin":[0,-4,0]},"faces":{"north":{"uv":[11,5,16,9],"texture":"#0"},"east":{"uv":[11,5,16,9],"texture":"#0"},"south":{"uv":[11,5,16,9],"texture":"#0"},"west":{"uv":[11,5,16,9],"texture":"#0"},"up":{"uv":[11,0,16,5],"texture":"#0"}}},{"from":[6.5,12,6.5],"to":[9.5,17,9.5],"faces":{"north":{"uv":[2,11,5,16],"texture":"#0"},"east":{"uv":[2,11,5,16],"texture":"#0"},"south":{"uv":[2,11,5,16],"texture":"#0"},"west":{"uv":[2,11,5,16],"texture":"#0"},"down":{"uv":[2,8,5,11],"texture":"#0"}}},{"from":[7,-6,7],"to":[9,-4,9],"faces":{"north":{"uv":[5,11,7,13],"texture":"#0"},"east":{"uv":[5,11,7,13],"texture":"#0"},"south":{"uv":[5,11,7,13],"texture":"#0"},"west":{"uv":[5,11,7,13],"texture":"#0"},"up":{"uv":[5,11,7,13],"texture":"#0"},"down":{"uv":[5,11,7,13],"texture":"#0"}}},{"from":[5,-5,7],"to":[7,-3,9],"faces":{"north":{"uv":[5,9,7,11],"texture":"#0"},"east":{"uv":[5,9,7,11],"texture":"#0"},"south":{"uv":[5,9,7,11],"texture":"#0"},"west":{"uv":[5,9,7,11],"texture":"#0"},"up":{"uv":[5,9,7,11],"texture":"#0"},"down":{"uv":[5,9,7,11],"texture":"#0"}}},{"from":[9,-5,7],"to":[11,-3,9],"faces":{"north":{"uv":[5,9,7,11],"texture":"#0"},"east":{"uv":[5,9,7,11],"texture":"#0"},"south":{"uv":[5,9,7,11],"texture":"#0"},"west":{"uv":[5,9,7,11],"texture":"#0"},"up":{"uv":[5,9,7,11],"texture":"#0"},"down":{"uv":[5,9,7,11],"texture":"#0"}}},{"from":[7.5,-11,8],"to":[8.5,-9,8.01],"rotation":{"angle":45,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[3,11,4,13],"texture":"#0"},"south":{"uv":[3,11,4,13],"texture":"#0"}}},{"from":[8,-11,7.5],"to":[8.01,-9,8.5],"rotation":{"angle":45,"axis":"y","origin":[8,8,8]},"faces":{"east":{"uv":[3,11,4,13],"texture":"#0"},"west":{"uv":[3,11,4,13],"texture":"#0"}}},{"from":[2.51,17.01,4.51],"to":[13.49,23.99,11.49],"faces":{"north":{"uv":[0,0,11,7],"texture":"#1"},"east":{"uv":[0,7,7,14],"texture":"#1"},"south":{"uv":[0,0,11,7],"texture":"#1"},"west":{"uv":[0,7,7,14],"texture":"#1"},"up":{"uv":[0,7,11,0],"texture":"#1"},"down":{"uv":[0,0,11,7],"texture":"#1"}}},{"from":[5.5,24,8],"to":[10.5,32,8.01],"rotation":{"angle":45,"axis":"y","origin":[8,24,8]},"faces":{"north":{"uv":[11,0,16,8],"texture":"#1"},"south":{"uv":[11,0,16,8],"texture":"#1"}}},{"from":[8,24,5.5],"to":[8.01,32,10.5],"rotation":{"angle":45,"axis":"y","origin":[8,24,8]},"faces":{"east":{"uv":[11,0,16,8],"texture":"#1"},"west":{"uv":[11,0,16,8],"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[0,95,5],"translation":[-2,1,2]},"thirdperson_lefthand":{"rotation":[0,95,5],"translation":[-2,1,2]},"firstperson_righthand":{"rotation":[15,85,0],"translation":[6,-4,-6]},"firstperson_lefthand":{"rotation":[15,85,0],"translation":[6,-4,-6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/holy_hammer.json b/assets/minecraft/models/item/wynn/skin/spear/holy_hammer.json new file mode 100644 index 000000000..0bf617b29 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/holy_hammer.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"texture":"skins/holy_set/holy_hammer","hammer2":"skins/holy_set/holy_hammer2"},"elements":[{"from":[4,17,6],"to":[4.5,21,10],"faces":{"down":{"uv":[4,7,4.5,6.5],"texture":"#texture"},"up":{"uv":[4,3,4.5,3.5],"texture":"#texture"},"north":{"uv":[4.5,3,4,7],"texture":"#texture"},"south":{"uv":[4,3,4.5,7],"texture":"#texture"},"west":{"uv":[4,3,4.5,7],"texture":"#texture"},"east":{"uv":[4.5,3,4,7],"texture":"#texture"}}},{"from":[4.5,17,6],"to":[5,20.5,10],"faces":{"down":{"uv":[4.5,7,5,6.5],"texture":"#texture"},"up":{"uv":[4.5,3.5,5,4],"texture":"#texture"},"north":{"uv":[5,3.5,4.5,7],"texture":"#texture"},"south":{"uv":[4.5,3.5,5,7],"texture":"#texture"},"west":{"uv":[4.5,3.5,5,7],"texture":"#texture"},"east":{"uv":[5,3.5,4.5,7],"texture":"#texture"}}},{"from":[5,17.5,6],"to":[12,20,10],"faces":{"down":{"uv":[5,6.5,12,6],"texture":"#texture"},"up":{"uv":[5,4,12,4.5],"texture":"#texture"},"north":{"uv":[12,4,5,6.5],"texture":"#texture"},"south":{"uv":[5,4,12,6.5],"texture":"#texture"},"west":{"uv":[5,4,5.5,6.5],"texture":"#texture"},"east":{"uv":[12,4,11.5,6.5],"texture":"#texture"}}},{"from":[6,20,6],"to":[9.5,20.5,10],"faces":{"down":{"uv":[6,4,9.5,3.5],"texture":"#texture"},"up":{"uv":[6,3.5,9.5,4],"texture":"#texture"},"north":{"uv":[9.5,3.5,6,4],"texture":"#texture"},"south":{"uv":[6,3.5,9.5,4],"texture":"#texture"},"west":{"uv":[6,3.5,6.5,4],"texture":"#texture"},"east":{"uv":[9.5,3.5,9,4],"texture":"#texture"}}},{"from":[6,17,6],"to":[10.5,17.5,10],"faces":{"down":{"uv":[6,7,10.5,6.5],"texture":"#texture"},"up":{"uv":[6,6.5,10.5,7],"texture":"#texture"},"north":{"uv":[10.5,6.5,6,7],"texture":"#texture"},"south":{"uv":[6,6.5,10.5,7],"texture":"#texture"},"west":{"uv":[6,6.5,6.5,7],"texture":"#texture"},"east":{"uv":[10.5,6.5,10,7],"texture":"#texture"}}},{"from":[7,16.5,6],"to":[10,17,10],"faces":{"down":{"uv":[7,7.5,10,7],"texture":"#texture"},"up":{"uv":[7,7,10,7.5],"texture":"#texture"},"north":{"uv":[10,7,7,7.5],"texture":"#texture"},"south":{"uv":[7,7,10,7.5],"texture":"#texture"},"west":{"uv":[7,7,7.5,7.5],"texture":"#texture"},"east":{"uv":[10,7,9.5,7.5],"texture":"#texture"}}},{"from":[7.5,20.5,6],"to":[8.5,21,10],"faces":{"down":{"uv":[7.5,3.5,8.5,3],"texture":"#texture"},"up":{"uv":[7.5,3,8.5,3.5],"texture":"#texture"},"north":{"uv":[8.5,3,7.5,3.5],"texture":"#texture"},"south":{"uv":[7.5,3,8.5,3.5],"texture":"#texture"},"west":{"uv":[7.5,3,8,3.5],"texture":"#texture"},"east":{"uv":[8.5,3,8,3.5],"texture":"#texture"}}},{"from":[7.5,15,6],"to":[8.5,16.5,10],"faces":{"down":{"uv":[7.5,9,8.5,8.5],"texture":"#texture"},"up":{"uv":[7.5,7.5,8.5,8],"texture":"#texture"},"north":{"uv":[8.5,7.5,7.5,9],"texture":"#texture"},"south":{"uv":[7.5,7.5,8.5,9],"texture":"#texture"},"west":{"uv":[7.5,7.5,8,9],"texture":"#texture"},"east":{"uv":[8.5,7.5,8,9],"texture":"#texture"}}},{"from":[8.5,15.5,6],"to":[9,16.5,10],"faces":{"down":{"uv":[8.5,8.5,9,8],"texture":"#texture"},"up":{"uv":[8.5,7.5,9,8],"texture":"#texture"},"north":{"uv":[9,7.5,8.5,8.5],"texture":"#texture"},"south":{"uv":[8.5,7.5,9,8.5],"texture":"#texture"},"west":{"uv":[8.5,7.5,9,8.5],"texture":"#texture"},"east":{"uv":[9,7.5,8.5,8.5],"texture":"#texture"}}},{"from":[11.5,20,6],"to":[12,20.5,10],"faces":{"down":{"uv":[11.5,4,12,3.5],"texture":"#texture"},"up":{"uv":[11.5,3.5,12,4],"texture":"#texture"},"north":{"uv":[12,3.5,11.5,4],"texture":"#texture"},"south":{"uv":[11.5,3.5,12,4],"texture":"#texture"},"west":{"uv":[11.5,3.5,12,4],"texture":"#texture"},"east":{"uv":[12,3.5,11.5,4],"texture":"#texture"}}},{"from":[11.5,17,6],"to":[12,17.5,10],"faces":{"down":{"uv":[11.5,7,12,6.5],"texture":"#texture"},"up":{"uv":[11.5,6.5,12,7],"texture":"#texture"},"north":{"uv":[12,6.5,11.5,7],"texture":"#texture"},"south":{"uv":[11.5,6.5,12,7],"texture":"#texture"},"west":{"uv":[11.5,6.5,12,7],"texture":"#texture"},"east":{"uv":[12,6.5,11.5,7],"texture":"#texture"}}},{"from":[3,21.5,6.5],"to":[4,22.5,9.5],"faces":{"down":{"uv":[3,2.5,4,2],"texture":"#texture"},"up":{"uv":[3,1.5,4,2],"texture":"#texture"},"north":{"uv":[4,1.5,3,2.5],"texture":"#texture"},"south":{"uv":[3,1.5,4,2.5],"texture":"#texture"},"west":{"uv":[3,1.5,3.5,2.5],"texture":"#texture"},"east":{"uv":[4,1.5,3.5,2.5],"texture":"#texture"}}},{"from":[3.5,16.5,6.5],"to":[4.5,21.5,9.5],"faces":{"down":{"uv":[3.5,7.5,4.5,7],"texture":"#texture"},"up":{"uv":[3.5,2.5,4.5,3],"texture":"#texture"},"north":{"uv":[4.5,2.5,3.5,7.5],"texture":"#texture"},"south":{"uv":[3.5,2.5,4.5,7.5],"texture":"#texture"},"west":{"uv":[3.5,2.5,4,7.5],"texture":"#texture"},"east":{"uv":[4.5,2.5,4,7.5],"texture":"#texture"}}},{"from":[4.5,16.5,6.5],"to":[5,21,9.5],"faces":{"down":{"uv":[4.5,7.5,5,7],"texture":"#texture"},"up":{"uv":[4.5,3,5,3.5],"texture":"#texture"},"north":{"uv":[5,3,4.5,7.5],"texture":"#texture"},"south":{"uv":[4.5,3,5,7.5],"texture":"#texture"},"west":{"uv":[4.5,3,5,7.5],"texture":"#texture"},"east":{"uv":[5,3,4.5,7.5],"texture":"#texture"}}},{"from":[5,17,6.5],"to":[12.5,20.5,9.5],"faces":{"down":{"uv":[5,7,12.5,6.5],"texture":"#texture"},"up":{"uv":[5,3.5,12.5,4],"texture":"#texture"},"north":{"uv":[12.5,3.5,5,7],"texture":"#texture"},"south":{"uv":[5,3.5,12.5,7],"texture":"#texture"},"west":{"uv":[5,3.5,5.5,7],"texture":"#texture"},"east":{"uv":[12.5,3.5,12,7],"texture":"#texture"}}},{"from":[6,20.5,6.5],"to":[9.5,21,9.5],"faces":{"down":{"uv":[6,3.5,9.5,3],"texture":"#texture"},"up":{"uv":[6,3,9.5,3.5],"texture":"#texture"},"north":{"uv":[9.5,3,6,3.5],"texture":"#texture"},"south":{"uv":[6,3,9.5,3.5],"texture":"#texture"},"west":{"uv":[6,3,6.5,3.5],"texture":"#texture"},"east":{"uv":[9.5,3,9,3.5],"texture":"#texture"}}},{"from":[6,16.5,6.5],"to":[10.5,17,9.5],"faces":{"down":{"uv":[6,7.5,10.5,7],"texture":"#texture"},"up":{"uv":[6,7,10.5,7.5],"texture":"#texture"},"north":{"uv":[10.5,7,6,7.5],"texture":"#texture"},"south":{"uv":[6,7,10.5,7.5],"texture":"#texture"},"west":{"uv":[6,7,6.5,7.5],"texture":"#texture"},"east":{"uv":[10.5,7,10,7.5],"texture":"#texture"}}},{"from":[6.5,16,6.5],"to":[10,16.5,9.5],"faces":{"down":{"uv":[6.5,8,10,7.5],"texture":"#texture"},"up":{"uv":[6.5,7.5,10,8],"texture":"#texture"},"north":{"uv":[10,7.5,6.5,8],"texture":"#texture"},"south":{"uv":[6.5,7.5,10,8],"texture":"#texture"},"west":{"uv":[6.5,7.5,7,8],"texture":"#texture"},"east":{"uv":[10,7.5,9.5,8],"texture":"#texture"}}},{"from":[7,15,6.5],"to":[9,16,9.5],"faces":{"down":{"uv":[7,9,9,8.5],"texture":"#texture"},"up":{"uv":[7,8,9,8.5],"texture":"#texture"},"north":{"uv":[9,8,7,9],"texture":"#texture"},"south":{"uv":[7,8,9,9],"texture":"#texture"},"west":{"uv":[7,8,7.5,9],"texture":"#texture"},"east":{"uv":[9,8,8.5,9],"texture":"#texture"}}},{"from":[7.5,21,6.5],"to":[8.5,21.5,9.5],"faces":{"down":{"uv":[7.5,3,8.5,2.5],"texture":"#texture"},"up":{"uv":[7.5,2.5,8.5,3],"texture":"#texture"},"north":{"uv":[8.5,2.5,7.5,3],"texture":"#texture"},"south":{"uv":[7.5,2.5,8.5,3],"texture":"#texture"},"west":{"uv":[7.5,2.5,8,3],"texture":"#texture"},"east":{"uv":[8.5,2.5,8,3],"texture":"#texture"}}},{"from":[7.5,14,6.5],"to":[8,15,9.5],"faces":{"down":{"uv":[7.5,10,8,9.5],"texture":"#texture"},"up":{"uv":[7.5,9,8,9.5],"texture":"#texture"},"north":{"uv":[8,9,7.5,10],"texture":"#texture"},"south":{"uv":[7.5,9,8,10],"texture":"#texture"},"west":{"uv":[7.5,9,8,10],"texture":"#texture"},"east":{"uv":[8,9,7.5,10],"texture":"#texture"}}},{"from":[8,14.5,6.5],"to":[8.5,15,9.5],"faces":{"down":{"uv":[8,9.5,8.5,9],"texture":"#texture"},"up":{"uv":[8,9,8.5,9.5],"texture":"#texture"},"north":{"uv":[8.5,9,8,9.5],"texture":"#texture"},"south":{"uv":[8,9,8.5,9.5],"texture":"#texture"},"west":{"uv":[8,9,8.5,9.5],"texture":"#texture"},"east":{"uv":[8.5,9,8,9.5],"texture":"#texture"}}},{"from":[9,15.5,6.5],"to":[9.5,16,9.5],"faces":{"down":{"uv":[9,8.5,9.5,8],"texture":"#texture"},"up":{"uv":[9,8,9.5,8.5],"texture":"#texture"},"north":{"uv":[9.5,8,9,8.5],"texture":"#texture"},"south":{"uv":[9,8,9.5,8.5],"texture":"#texture"},"west":{"uv":[9,8,9.5,8.5],"texture":"#texture"},"east":{"uv":[9.5,8,9,8.5],"texture":"#texture"}}},{"from":[11.5,20.5,6.5],"to":[13,21,9.5],"faces":{"down":{"uv":[11.5,3.5,13,3],"texture":"#texture"},"up":{"uv":[11.5,3,13,3.5],"texture":"#texture"},"north":{"uv":[13,3,11.5,3.5],"texture":"#texture"},"south":{"uv":[11.5,3,13,3.5],"texture":"#texture"},"west":{"uv":[11.5,3,12,3.5],"texture":"#texture"},"east":{"uv":[13,3,12.5,3.5],"texture":"#texture"}}},{"from":[11.5,16.5,6.5],"to":[12.5,17,9.5],"faces":{"down":{"uv":[11.5,7.5,12.5,7],"texture":"#texture"},"up":{"uv":[11.5,7,12.5,7.5],"texture":"#texture"},"north":{"uv":[12.5,7,11.5,7.5],"texture":"#texture"},"south":{"uv":[11.5,7,12.5,7.5],"texture":"#texture"},"west":{"uv":[11.5,7,12,7.5],"texture":"#texture"},"east":{"uv":[12.5,7,12,7.5],"texture":"#texture"}}},{"from":[12,21,6.5],"to":[13,21.5,9.5],"faces":{"down":{"uv":[12,3,13,2.5],"texture":"#texture"},"up":{"uv":[12,2.5,13,3],"texture":"#texture"},"north":{"uv":[13,2.5,12,3],"texture":"#texture"},"south":{"uv":[12,2.5,13,3],"texture":"#texture"},"west":{"uv":[12,2.5,12.5,3],"texture":"#texture"},"east":{"uv":[13,2.5,12.5,3],"texture":"#texture"}}},{"from":[12.5,20,6.5],"to":[13,20.5,9.5],"faces":{"down":{"uv":[12.5,4,13,3.5],"texture":"#texture"},"up":{"uv":[12.5,3.5,13,4],"texture":"#texture"},"north":{"uv":[13,3.5,12.5,4],"texture":"#texture"},"south":{"uv":[12.5,3.5,13,4],"texture":"#texture"},"west":{"uv":[12.5,3.5,13,4],"texture":"#texture"},"east":{"uv":[13,3.5,12.5,4],"texture":"#texture"}}},{"from":[2.5,21.5,7],"to":[4,23,9],"faces":{"down":{"uv":[2.5,2.5,4,2],"texture":"#texture"},"up":{"uv":[2.5,1,4,1.5],"texture":"#texture"},"north":{"uv":[4,1,2.5,2.5],"texture":"#texture"},"south":{"uv":[2.5,1,4,2.5],"texture":"#texture"},"west":{"uv":[2.5,1,3,2.5],"texture":"#texture"},"east":{"uv":[4,1,3.5,2.5],"texture":"#texture"}}},{"from":[2.5,16,7],"to":[5,16.5,9],"faces":{"down":{"uv":[2.5,8,5,7.5],"texture":"#texture"},"up":{"uv":[2.5,7.5,5,8],"texture":"#texture"},"north":{"uv":[5,7.5,2.5,8],"texture":"#texture"},"south":{"uv":[2.5,7.5,5,8],"texture":"#texture"},"west":{"uv":[2.5,7.5,3,8],"texture":"#texture"},"east":{"uv":[5,7.5,4.5,8],"texture":"#texture"}}},{"from":[3,16.5,7],"to":[5,21.5,9],"faces":{"down":{"uv":[3,7.5,5,7],"texture":"#texture"},"up":{"uv":[3,2.5,5,3],"texture":"#texture"},"north":{"uv":[5,2.5,3,7.5],"texture":"#texture"},"south":{"uv":[3,2.5,5,7.5],"texture":"#texture"},"west":{"uv":[3,2.5,3.5,7.5],"texture":"#texture"},"east":{"uv":[5,2.5,4.5,7.5],"texture":"#texture"}}},{"from":[4,21.5,7],"to":[4.5,22.5,9],"faces":{"down":{"uv":[4,2.5,4.5,2],"texture":"#texture"},"up":{"uv":[4,1.5,4.5,2],"texture":"#texture"},"north":{"uv":[4.5,1.5,4,2.5],"texture":"#texture"},"south":{"uv":[4,1.5,4.5,2.5],"texture":"#texture"},"west":{"uv":[4,1.5,4.5,2.5],"texture":"#texture"},"east":{"uv":[4.5,1.5,4,2.5],"texture":"#texture"}}},{"from":[5,16.5,7],"to":[13,21,9],"faces":{"down":{"uv":[5,7.5,13,7],"texture":"#texture"},"up":{"uv":[5,3,13,3.5],"texture":"#texture"},"north":{"uv":[13,3,5,7.5],"texture":"#texture"},"south":{"uv":[5,3,13,7.5],"texture":"#texture"},"west":{"uv":[5,3,5.5,7.5],"texture":"#texture"},"east":{"uv":[13,3,12.5,7.5],"texture":"#texture"}}},{"from":[6,21,7],"to":[9.5,21.5,9],"faces":{"down":{"uv":[6,3,9.5,2.5],"texture":"#texture"},"up":{"uv":[6,2.5,9.5,3],"texture":"#texture"},"north":{"uv":[9.5,2.5,6,3],"texture":"#texture"},"south":{"uv":[6,2.5,9.5,3],"texture":"#texture"},"west":{"uv":[6,2.5,6.5,3],"texture":"#texture"},"east":{"uv":[9.5,2.5,9,3],"texture":"#texture"}}},{"from":[6,16,7],"to":[10.5,16.5,9],"faces":{"down":{"uv":[6,8,10.5,7.5],"texture":"#texture"},"up":{"uv":[6,7.5,10.5,8],"texture":"#texture"},"north":{"uv":[10.5,7.5,6,8],"texture":"#texture"},"south":{"uv":[6,7.5,10.5,8],"texture":"#texture"},"west":{"uv":[6,7.5,6.5,8],"texture":"#texture"},"east":{"uv":[10.5,7.5,10,8],"texture":"#texture"}}},{"from":[6.5,15,7],"to":[9.5,16,9],"faces":{"down":{"uv":[6.5,9,9.5,8.5],"texture":"#texture"},"up":{"uv":[6.5,8,9.5,8.5],"texture":"#texture"},"north":{"uv":[9.5,8,6.5,9],"texture":"#texture"},"south":{"uv":[6.5,8,9.5,9],"texture":"#texture"},"west":{"uv":[6.5,8,7,9],"texture":"#texture"},"east":{"uv":[9.5,8,9,9],"texture":"#texture"}}},{"from":[7,13,7],"to":[8.5,15,9],"faces":{"down":{"uv":[7,11,8.5,10.5],"texture":"#texture"},"up":{"uv":[7,9,8.5,9.5],"texture":"#texture"},"north":{"uv":[8.5,9,7,11],"texture":"#texture"},"south":{"uv":[7,9,8.5,11],"texture":"#texture"},"west":{"uv":[7,9,7.5,11],"texture":"#texture"},"east":{"uv":[8.5,9,8,11],"texture":"#texture"}}},{"from":[7,9.5,7],"to":[8.5,11.5,9],"faces":{"down":{"uv":[7,14.5,8.5,14],"texture":"#texture"},"up":{"uv":[7,12.5,8.5,13],"texture":"#texture"},"north":{"uv":[8.5,12.5,7,14.5],"texture":"#texture"},"south":{"uv":[7,12.5,8.5,14.5],"texture":"#texture"},"west":{"uv":[7,12.5,7.5,14.5],"texture":"#texture"},"east":{"uv":[8.5,12.5,8,14.5],"texture":"#texture"}}},{"from":[7.5,21.5,7],"to":[8.5,22,9],"faces":{"down":{"uv":[7.5,2.5,8.5,2],"texture":"#texture"},"up":{"uv":[7.5,2,8.5,2.5],"texture":"#texture"},"north":{"uv":[8.5,2,7.5,2.5],"texture":"#texture"},"south":{"uv":[7.5,2,8.5,2.5],"texture":"#texture"},"west":{"uv":[7.5,2,8,2.5],"texture":"#texture"},"east":{"uv":[8.5,2,8,2.5],"texture":"#texture"}}},{"from":[7.5,11.5,7],"to":[8,13,9],"faces":{"down":{"uv":[7.5,12.5,8,12],"texture":"#texture"},"up":{"uv":[7.5,11,8,11.5],"texture":"#texture"},"north":{"uv":[8,11,7.5,12.5],"texture":"#texture"},"south":{"uv":[7.5,11,8,12.5],"texture":"#texture"},"west":{"uv":[7.5,11,8,12.5],"texture":"#texture"},"east":{"uv":[8,11,7.5,12.5],"texture":"#texture"}}},{"from":[7.5,8,7],"to":[8,9.5,9],"faces":{"down":{"uv":[7.5,16,8,15.5],"texture":"#texture"},"up":{"uv":[7.5,14.5,8,15],"texture":"#texture"},"north":{"uv":[8,14.5,7.5,16],"texture":"#texture"},"south":{"uv":[7.5,14.5,8,16],"texture":"#texture"},"west":{"uv":[7.5,14.5,8,16],"texture":"#texture"},"east":{"uv":[8,14.5,7.5,16],"texture":"#texture"}}},{"from":[8,11.5,7],"to":[8.5,12.5,9],"faces":{"down":{"uv":[8,12.5,8.5,12],"texture":"#texture"},"up":{"uv":[8,11.5,8.5,12],"texture":"#texture"},"north":{"uv":[8.5,11.5,8,12.5],"texture":"#texture"},"south":{"uv":[8,11.5,8.5,12.5],"texture":"#texture"},"west":{"uv":[8,11.5,8.5,12.5],"texture":"#texture"},"east":{"uv":[8.5,11.5,8,12.5],"texture":"#texture"}}},{"from":[8.5,14,7],"to":[9,15,9],"faces":{"down":{"uv":[8.5,10,9,9.5],"texture":"#texture"},"up":{"uv":[8.5,9,9,9.5],"texture":"#texture"},"north":{"uv":[9,9,8.5,10],"texture":"#texture"},"south":{"uv":[8.5,9,9,10],"texture":"#texture"},"west":{"uv":[8.5,9,9,10],"texture":"#texture"},"east":{"uv":[9,9,8.5,10],"texture":"#texture"}}},{"from":[9.5,15.5,7],"to":[10,16,9],"faces":{"down":{"uv":[9.5,8.5,10,8],"texture":"#texture"},"up":{"uv":[9.5,8,10,8.5],"texture":"#texture"},"north":{"uv":[10,8,9.5,8.5],"texture":"#texture"},"south":{"uv":[9.5,8,10,8.5],"texture":"#texture"},"west":{"uv":[9.5,8,10,8.5],"texture":"#texture"},"east":{"uv":[10,8,9.5,8.5],"texture":"#texture"}}},{"from":[11.5,21,7],"to":[13.5,21.5,9],"faces":{"down":{"uv":[11.5,3,13.5,2.5],"texture":"#texture"},"up":{"uv":[11.5,2.5,13.5,3],"texture":"#texture"},"north":{"uv":[13.5,2.5,11.5,3],"texture":"#texture"},"south":{"uv":[11.5,2.5,13.5,3],"texture":"#texture"},"west":{"uv":[11.5,2.5,12,3],"texture":"#texture"},"east":{"uv":[13.5,2.5,13,3],"texture":"#texture"}}},{"from":[11.5,16,7],"to":[13,16.5,9],"faces":{"down":{"uv":[11.5,8,13,7.5],"texture":"#texture"},"up":{"uv":[11.5,7.5,13,8],"texture":"#texture"},"north":{"uv":[13,7.5,11.5,8],"texture":"#texture"},"south":{"uv":[11.5,7.5,13,8],"texture":"#texture"},"west":{"uv":[11.5,7.5,12,8],"texture":"#texture"},"east":{"uv":[13,7.5,12.5,8],"texture":"#texture"}}},{"from":[12,21.5,7],"to":[13.5,22,9],"faces":{"down":{"uv":[12,2.5,13.5,2],"texture":"#texture"},"up":{"uv":[12,2,13.5,2.5],"texture":"#texture"},"north":{"uv":[13.5,2,12,2.5],"texture":"#texture"},"south":{"uv":[12,2,13.5,2.5],"texture":"#texture"},"west":{"uv":[12,2,12.5,2.5],"texture":"#texture"},"east":{"uv":[13.5,2,13,2.5],"texture":"#texture"}}},{"from":[13,20,7],"to":[13.5,21,9],"faces":{"down":{"uv":[13,4,13.5,3.5],"texture":"#texture"},"up":{"uv":[13,3,13.5,3.5],"texture":"#texture"},"north":{"uv":[13.5,3,13,4],"texture":"#texture"},"south":{"uv":[13,3,13.5,4],"texture":"#texture"},"west":{"uv":[13,3,13.5,4],"texture":"#texture"},"east":{"uv":[13.5,3,13,4],"texture":"#texture"}}},{"from":[7,6.5,7],"to":[8.5,7,9],"faces":{"down":{"uv":[7,1.5,8.5,1],"texture":"#hammer2"},"up":{"uv":[7,1,8.5,1.5],"texture":"#hammer2"},"north":{"uv":[8.5,1,7,1.5],"texture":"#hammer2"},"south":{"uv":[7,1,8.5,1.5],"texture":"#hammer2"},"west":{"uv":[7,1,7.5,1.5],"texture":"#hammer2"},"east":{"uv":[8.5,1,8,1.5],"texture":"#hammer2"}}},{"from":[7,0,7],"to":[8.5,0.5,9],"faces":{"down":{"uv":[7,8,8.5,7.5],"texture":"#hammer2"},"up":{"uv":[7,7.5,8.5,8],"texture":"#hammer2"},"north":{"uv":[8.5,7.5,7,8],"texture":"#hammer2"},"south":{"uv":[7,7.5,8.5,8],"texture":"#hammer2"},"west":{"uv":[7,7.5,7.5,8],"texture":"#hammer2"},"east":{"uv":[8.5,7.5,8,8],"texture":"#hammer2"}}},{"from":[7,-2.5,7],"to":[8.5,-1.5,9],"faces":{"down":{"uv":[7,10.5,8.5,10],"texture":"#hammer2"},"up":{"uv":[7,9.5,8.5,10],"texture":"#hammer2"},"north":{"uv":[8.5,9.5,7,10.5],"texture":"#hammer2"},"south":{"uv":[7,9.5,8.5,10.5],"texture":"#hammer2"},"west":{"uv":[7,9.5,7.5,10.5],"texture":"#hammer2"},"east":{"uv":[8.5,9.5,8,10.5],"texture":"#hammer2"}}},{"from":[7.5,7,7],"to":[8,8,9],"faces":{"down":{"uv":[7.5,1,8,0.5],"texture":"#hammer2"},"up":{"uv":[7.5,0,8,0.5],"texture":"#hammer2"},"north":{"uv":[8,0,7.5,1],"texture":"#hammer2"},"south":{"uv":[7.5,0,8,1],"texture":"#hammer2"},"west":{"uv":[7.5,0,8,1],"texture":"#hammer2"},"east":{"uv":[8,0,7.5,1],"texture":"#hammer2"}}},{"from":[7.5,-1,7],"to":[8,0,9],"faces":{"down":{"uv":[7.5,9,8,8.5],"texture":"#hammer2"},"up":{"uv":[7.5,8,8,8.5],"texture":"#hammer2"},"north":{"uv":[8,8,7.5,9],"texture":"#hammer2"},"south":{"uv":[7.5,8,8,9],"texture":"#hammer2"},"west":{"uv":[7.5,8,8,9],"texture":"#hammer2"},"east":{"uv":[8,8,7.5,9],"texture":"#hammer2"}}},{"from":[7.5,-3,7],"to":[8,-2.5,9],"faces":{"down":{"uv":[7.5,11,8,10.5],"texture":"#hammer2"},"up":{"uv":[7.5,10.5,8,11],"texture":"#hammer2"},"north":{"uv":[8,10.5,7.5,11],"texture":"#hammer2"},"south":{"uv":[7.5,10.5,8,11],"texture":"#hammer2"},"west":{"uv":[7.5,10.5,8,11],"texture":"#hammer2"},"east":{"uv":[8,10.5,7.5,11],"texture":"#hammer2"}}},{"from":[6.5,6.5,7.5],"to":[9,7,8.5],"faces":{"down":{"uv":[6.5,1.5,9,1],"texture":"#hammer2"},"up":{"uv":[6.5,1,9,1.5],"texture":"#hammer2"},"north":{"uv":[9,1,6.5,1.5],"texture":"#hammer2"},"south":{"uv":[6.5,1,9,1.5],"texture":"#hammer2"},"west":{"uv":[6.5,1,7,1.5],"texture":"#hammer2"},"east":{"uv":[9,1,8.5,1.5],"texture":"#hammer2"}}},{"from":[6.5,1,6.75],"to":[9,6,9.25],"faces":{"down":{"uv":[6.5,7,9,6.5],"texture":"#hammer2"},"up":{"uv":[6.5,2,9,2.5],"texture":"#hammer2"},"north":{"uv":[6.5,2,9,7],"texture":"#hammer2"},"south":{"uv":[6.5,2,9,7],"texture":"#hammer2"},"west":{"uv":[9,2,6.5,7],"texture":"#hammer2"},"east":{"uv":[9,2,6.5,7],"texture":"#hammer2"}}},{"from":[6.5,0,7.5],"to":[9,0.5,8.5],"faces":{"down":{"uv":[6.5,8,9,7.5],"texture":"#hammer2"},"up":{"uv":[6.5,7.5,9,8],"texture":"#hammer2"},"north":{"uv":[9,7.5,6.5,8],"texture":"#hammer2"},"south":{"uv":[6.5,7.5,9,8],"texture":"#hammer2"},"west":{"uv":[6.5,7.5,7,8],"texture":"#hammer2"},"east":{"uv":[9,7.5,8.5,8],"texture":"#hammer2"}}},{"from":[6.5,-3,7.5],"to":[9,-1,8.5],"faces":{"down":{"uv":[6.5,11,9,10.5],"texture":"#hammer2"},"up":{"uv":[6.5,9,9,9.5],"texture":"#hammer2"},"north":{"uv":[9,9,6.5,11],"texture":"#hammer2"},"south":{"uv":[6.5,9,9,11],"texture":"#hammer2"},"west":{"uv":[6.5,9,7,11],"texture":"#hammer2"},"east":{"uv":[9,9,8.5,11],"texture":"#hammer2"}}},{"from":[7,7,7.5],"to":[8.5,8,8.5],"faces":{"down":{"uv":[7,1,8.5,0.5],"texture":"#hammer2"},"up":{"uv":[7,0,8.5,0.5],"texture":"#hammer2"},"north":{"uv":[8.5,0,7,1],"texture":"#hammer2"},"south":{"uv":[7,0,8.5,1],"texture":"#hammer2"},"west":{"uv":[7,0,7.5,1],"texture":"#hammer2"},"east":{"uv":[8.5,0,8,1],"texture":"#hammer2"}}},{"from":[7,6,7.5],"to":[8.5,6.5,8.5],"faces":{"down":{"uv":[7,2,8.5,1.5],"texture":"#hammer2"},"up":{"uv":[7,1.5,8.5,2],"texture":"#hammer2"},"north":{"uv":[8.5,1.5,7,2],"texture":"#hammer2"},"south":{"uv":[7,1.5,8.5,2],"texture":"#hammer2"},"west":{"uv":[7,1.5,7.5,2],"texture":"#hammer2"},"east":{"uv":[8.5,1.5,8,2],"texture":"#hammer2"}}},{"from":[7,0.5,7.5],"to":[8.5,1,8.5],"faces":{"down":{"uv":[7,7.5,8.5,7],"texture":"#hammer2"},"up":{"uv":[7,7,8.5,7.5],"texture":"#hammer2"},"north":{"uv":[8.5,7,7,7.5],"texture":"#hammer2"},"south":{"uv":[7,7,8.5,7.5],"texture":"#hammer2"},"west":{"uv":[7,7,7.5,7.5],"texture":"#hammer2"},"east":{"uv":[8.5,7,8,7.5],"texture":"#hammer2"}}},{"from":[7,-1,7.5],"to":[8.5,0,8.5],"faces":{"down":{"uv":[7,9,8.5,8.5],"texture":"#hammer2"},"up":{"uv":[7,8,8.5,8.5],"texture":"#hammer2"},"north":{"uv":[8.5,8,7,9],"texture":"#hammer2"},"south":{"uv":[7,8,8.5,9],"texture":"#hammer2"},"west":{"uv":[7,8,7.5,9],"texture":"#hammer2"},"east":{"uv":[8.5,8,8,9],"texture":"#hammer2"}}},{"from":[7,-3.5,7.5],"to":[8.5,-3,8.5],"faces":{"down":{"uv":[7,11.5,8.5,11],"texture":"#hammer2"},"up":{"uv":[7,11,8.5,11.5],"texture":"#hammer2"},"north":{"uv":[8.5,11,7,11.5],"texture":"#hammer2"},"south":{"uv":[7,11,8.5,11.5],"texture":"#hammer2"},"west":{"uv":[7,11,7.5,11.5],"texture":"#hammer2"},"east":{"uv":[8.5,11,8,11.5],"texture":"#hammer2"}}},{"from":[2,21.5,7.5],"to":[4.5,23,8.5],"faces":{"down":{"uv":[2,2.5,4.5,2],"texture":"#texture"},"up":{"uv":[2,1,4.5,1.5],"texture":"#texture"},"north":{"uv":[4.5,1,2,2.5],"texture":"#texture"},"south":{"uv":[2,1,4.5,2.5],"texture":"#texture"},"west":{"uv":[2,1,2.5,2.5],"texture":"#texture"},"east":{"uv":[4.5,1,4,2.5],"texture":"#texture"}}},{"from":[2,15.5,7.5],"to":[5,16.5,8.5],"faces":{"down":{"uv":[2,8.5,5,8],"texture":"#texture"},"up":{"uv":[2,7.5,5,8],"texture":"#texture"},"north":{"uv":[5,7.5,2,8.5],"texture":"#texture"},"south":{"uv":[2,7.5,5,8.5],"texture":"#texture"},"west":{"uv":[2,7.5,2.5,8.5],"texture":"#texture"},"east":{"uv":[5,7.5,4.5,8.5],"texture":"#texture"}}},{"from":[2.5,23,7.5],"to":[4,23.5,8.5],"faces":{"down":{"uv":[2.5,1,4,0.5],"texture":"#texture"},"up":{"uv":[2.5,0.5,4,1],"texture":"#texture"},"north":{"uv":[4,0.5,2.5,1],"texture":"#texture"},"south":{"uv":[2.5,0.5,4,1],"texture":"#texture"},"west":{"uv":[2.5,0.5,3,1],"texture":"#texture"},"east":{"uv":[4,0.5,3.5,1],"texture":"#texture"}}},{"from":[2.5,16.5,7.5],"to":[13.5,21.5,8.5],"faces":{"down":{"uv":[2.5,7.5,13.5,7],"texture":"#texture"},"up":{"uv":[2.5,2.5,13.5,3],"texture":"#texture"},"north":{"uv":[13.5,2.5,2.5,7.5],"texture":"#texture"},"south":{"uv":[2.5,2.5,13.5,7.5],"texture":"#texture"},"west":{"uv":[2.5,2.5,3,7.5],"texture":"#texture"},"east":{"uv":[13.5,2.5,13,7.5],"texture":"#texture"}}},{"from":[4.5,21.5,7.5],"to":[5,22.5,8.5],"faces":{"down":{"uv":[4.5,2.5,5,2],"texture":"#texture"},"up":{"uv":[4.5,1.5,5,2],"texture":"#texture"},"north":{"uv":[5,1.5,4.5,2.5],"texture":"#texture"},"south":{"uv":[4.5,1.5,5,2.5],"texture":"#texture"},"west":{"uv":[4.5,1.5,5,2.5],"texture":"#texture"},"east":{"uv":[5,1.5,4.5,2.5],"texture":"#texture"}}},{"from":[5,16,7.5],"to":[13.5,16.5,8.5],"faces":{"down":{"uv":[5,8,13.5,7.5],"texture":"#texture"},"up":{"uv":[5,7.5,13.5,8],"texture":"#texture"},"north":{"uv":[13.5,7.5,5,8],"texture":"#texture"},"south":{"uv":[5,7.5,13.5,8],"texture":"#texture"},"west":{"uv":[5,7.5,5.5,8],"texture":"#texture"},"east":{"uv":[13.5,7.5,13,8],"texture":"#texture"}}},{"from":[6,21.5,7.5],"to":[9.5,22,8.5],"faces":{"down":{"uv":[6,2.5,9.5,2],"texture":"#texture"},"up":{"uv":[6,2,9.5,2.5],"texture":"#texture"},"north":{"uv":[9.5,2,6,2.5],"texture":"#texture"},"south":{"uv":[6,2,9.5,2.5],"texture":"#texture"},"west":{"uv":[6,2,6.5,2.5],"texture":"#texture"},"east":{"uv":[9.5,2,9,2.5],"texture":"#texture"}}},{"from":[6,15,7.5],"to":[10,16,8.5],"faces":{"down":{"uv":[6,9,10,8.5],"texture":"#texture"},"up":{"uv":[6,8,10,8.5],"texture":"#texture"},"north":{"uv":[10,8,6,9],"texture":"#texture"},"south":{"uv":[6,8,10,9],"texture":"#texture"},"west":{"uv":[6,8,6.5,9],"texture":"#texture"},"east":{"uv":[10,8,9.5,9],"texture":"#texture"}}},{"from":[6.5,13,7.5],"to":[9,15,8.5],"faces":{"down":{"uv":[6.5,11,9,10.5],"texture":"#texture"},"up":{"uv":[6.5,9,9,9.5],"texture":"#texture"},"north":{"uv":[9,9,6.5,11],"texture":"#texture"},"south":{"uv":[6.5,9,9,11],"texture":"#texture"},"west":{"uv":[6.5,9,7,11],"texture":"#texture"},"east":{"uv":[9,9,8.5,11],"texture":"#texture"}}},{"from":[6.5,9.5,7.5],"to":[9,11.5,8.5],"faces":{"down":{"uv":[6.5,14.5,9,14],"texture":"#texture"},"up":{"uv":[6.5,12.5,9,13],"texture":"#texture"},"north":{"uv":[9,12.5,6.5,14.5],"texture":"#texture"},"south":{"uv":[6.5,12.5,9,14.5],"texture":"#texture"},"west":{"uv":[6.5,12.5,7,14.5],"texture":"#texture"},"east":{"uv":[9,12.5,8.5,14.5],"texture":"#texture"}}},{"from":[7,11.5,7.5],"to":[8.5,13,8.5],"faces":{"down":{"uv":[7,12.5,8.5,12],"texture":"#texture"},"up":{"uv":[7,11,8.5,11.5],"texture":"#texture"},"north":{"uv":[8.5,11,7,12.5],"texture":"#texture"},"south":{"uv":[7,11,8.5,12.5],"texture":"#texture"},"west":{"uv":[7,11,7.5,12.5],"texture":"#texture"},"east":{"uv":[8.5,11,8,12.5],"texture":"#texture"}}},{"from":[7,8,7.5],"to":[8.5,9.5,8.5],"faces":{"down":{"uv":[7,16,8.5,15.5],"texture":"#texture"},"up":{"uv":[7,14.5,8.5,15],"texture":"#texture"},"north":{"uv":[8.5,14.5,7,16],"texture":"#texture"},"south":{"uv":[7,14.5,8.5,16],"texture":"#texture"},"west":{"uv":[7,14.5,7.5,16],"texture":"#texture"},"east":{"uv":[8.5,14.5,8,16],"texture":"#texture"}}},{"from":[7.5,22,7.5],"to":[8.5,23.5,8.5],"faces":{"down":{"uv":[7.5,2,8.5,1.5],"texture":"#texture"},"up":{"uv":[7.5,0.5,8.5,1],"texture":"#texture"},"north":{"uv":[8.5,0.5,7.5,2],"texture":"#texture"},"south":{"uv":[7.5,0.5,8.5,2],"texture":"#texture"},"west":{"uv":[7.5,0.5,8,2],"texture":"#texture"},"east":{"uv":[8.5,0.5,8,2],"texture":"#texture"}}},{"from":[8,23.5,7.5],"to":[8.5,24,8.5],"faces":{"down":{"uv":[8,0.5,8.5,0],"texture":"#texture"},"up":{"uv":[8,0,8.5,0.5],"texture":"#texture"},"north":{"uv":[8.5,0,8,0.5],"texture":"#texture"},"south":{"uv":[8,0,8.5,0.5],"texture":"#texture"},"west":{"uv":[8,0,8.5,0.5],"texture":"#texture"},"east":{"uv":[8.5,0,8,0.5],"texture":"#texture"}}},{"from":[8.5,11.5,7.5],"to":[9,12.5,8.5],"faces":{"down":{"uv":[8.5,12.5,9,12],"texture":"#texture"},"up":{"uv":[8.5,11.5,9,12],"texture":"#texture"},"north":{"uv":[9,11.5,8.5,12.5],"texture":"#texture"},"south":{"uv":[8.5,11.5,9,12.5],"texture":"#texture"},"west":{"uv":[8.5,11.5,9,12.5],"texture":"#texture"},"east":{"uv":[9,11.5,8.5,12.5],"texture":"#texture"}}},{"from":[9,14,7.5],"to":[9.5,15,8.5],"faces":{"down":{"uv":[9,10,9.5,9.5],"texture":"#texture"},"up":{"uv":[9,9,9.5,9.5],"texture":"#texture"},"north":{"uv":[9.5,9,9,10],"texture":"#texture"},"south":{"uv":[9,9,9.5,10],"texture":"#texture"},"west":{"uv":[9,9,9.5,10],"texture":"#texture"},"east":{"uv":[9.5,9,9,10],"texture":"#texture"}}},{"from":[10,15.5,7.5],"to":[10.5,16,8.5],"faces":{"down":{"uv":[10,8.5,10.5,8],"texture":"#texture"},"up":{"uv":[10,8,10.5,8.5],"texture":"#texture"},"north":{"uv":[10.5,8,10,8.5],"texture":"#texture"},"south":{"uv":[10,8,10.5,8.5],"texture":"#texture"},"west":{"uv":[10,8,10.5,8.5],"texture":"#texture"},"east":{"uv":[10.5,8,10,8.5],"texture":"#texture"}}},{"from":[11.5,21.5,7.5],"to":[14,22.5,8.5],"faces":{"down":{"uv":[11.5,2.5,14,2],"texture":"#texture"},"up":{"uv":[11.5,1.5,14,2],"texture":"#texture"},"north":{"uv":[14,1.5,11.5,2.5],"texture":"#texture"},"south":{"uv":[11.5,1.5,14,2.5],"texture":"#texture"},"west":{"uv":[11.5,1.5,12,2.5],"texture":"#texture"},"east":{"uv":[14,1.5,13.5,2.5],"texture":"#texture"}}},{"from":[11.5,15.5,7.5],"to":[13.5,16,8.5],"faces":{"down":{"uv":[11.5,8.5,13.5,8],"texture":"#texture"},"up":{"uv":[11.5,8,13.5,8.5],"texture":"#texture"},"north":{"uv":[13.5,8,11.5,8.5],"texture":"#texture"},"south":{"uv":[11.5,8,13.5,8.5],"texture":"#texture"},"west":{"uv":[11.5,8,12,8.5],"texture":"#texture"},"east":{"uv":[13.5,8,13,8.5],"texture":"#texture"}}},{"from":[13.5,20,7.5],"to":[14,21.5,8.5],"faces":{"down":{"uv":[13.5,4,14,3.5],"texture":"#texture"},"up":{"uv":[13.5,2.5,14,3],"texture":"#texture"},"north":{"uv":[14,2.5,13.5,4],"texture":"#texture"},"south":{"uv":[13.5,2.5,14,4],"texture":"#texture"},"west":{"uv":[13.5,2.5,14,4],"texture":"#texture"},"east":{"uv":[14,2.5,13.5,4],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[0,90,0],"translation":[0,0,1.32],"scale":[1,1,1]},"thirdperson_lefthand":{"rotation":[0,-90,0],"translation":[0,0,1.32],"scale":[1,1,1]},"firstperson_righthand":{"rotation":[0,106,0],"translation":[0,0.94,0.94],"scale":[1,1,1]},"firstperson_lefthand":{"rotation":[0,106,0],"translation":[0,0.94,0.94],"scale":[1,1,1]},"gui":{"rotation":[0,0,-45],"translation":[-1.32,-1.13,0],"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/kebab_spear.json b/assets/minecraft/models/item/wynn/skin/spear/kebab_spear.json new file mode 100644 index 000000000..b62a61d0a --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/kebab_spear.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"particle":"skins/food_set_1/kebab_spear","texture":"skins/food_set_1/kebab_spear"},"elements":[{"from":[6.5,7.5,6],"to":[9,10,10],"faces":{"down":{"uv":[6.5,9.5,9,9],"texture":"#texture"},"up":{"uv":[6.5,7,9,7.5],"texture":"#texture"},"north":{"uv":[9,7,6.5,9.5],"texture":"#texture"},"south":{"uv":[6.5,7,9,9.5],"texture":"#texture"},"west":{"uv":[6.5,7,7,9.5],"texture":"#texture"},"east":{"uv":[9,7,8.5,9.5],"texture":"#texture"}}},{"from":[6.5,5,6],"to":[9.5,6,10],"faces":{"down":{"uv":[6.5,12,9.5,11.5],"texture":"#texture"},"up":{"uv":[6.5,11,9.5,11.5],"texture":"#texture"},"north":{"uv":[9.5,11,6.5,12],"texture":"#texture"},"south":{"uv":[6.5,11,9.5,12],"texture":"#texture"},"west":{"uv":[6.5,11,7,12],"texture":"#texture"},"east":{"uv":[9.5,11,9,12],"texture":"#texture"}}},{"from":[7,10,6],"to":[9,12.5,10],"faces":{"down":{"uv":[7,7,9,6.5],"texture":"#texture"},"up":{"uv":[7,4.5,9,5],"texture":"#texture"},"north":{"uv":[9,4.5,7,7],"texture":"#texture"},"south":{"uv":[7,4.5,9,7],"texture":"#texture"},"west":{"uv":[7,4.5,7.5,7],"texture":"#texture"},"east":{"uv":[9,4.5,8.5,7],"texture":"#texture"}}},{"from":[7,6,6],"to":[9.5,7.5,10],"faces":{"down":{"uv":[7,11,9.5,10.5],"texture":"#texture"},"up":{"uv":[7,9.5,9.5,10],"texture":"#texture"},"north":{"uv":[9.5,9.5,7,11],"texture":"#texture"},"south":{"uv":[7,9.5,9.5,11],"texture":"#texture"},"west":{"uv":[7,9.5,7.5,11],"texture":"#texture"},"east":{"uv":[9.5,9.5,9,11],"texture":"#texture"}}},{"from":[7,4,6],"to":[9.5,5,10],"faces":{"down":{"uv":[7,13,9.5,12.5],"texture":"#texture"},"up":{"uv":[7,12,9.5,12.5],"texture":"#texture"},"north":{"uv":[9.5,12,7,13],"texture":"#texture"},"south":{"uv":[7,12,9.5,13],"texture":"#texture"},"west":{"uv":[7,12,7.5,13],"texture":"#texture"},"east":{"uv":[9.5,12,9,13],"texture":"#texture"}}},{"from":[8,3.5,6],"to":[9,4,10],"faces":{"down":{"uv":[8,13.5,9,13],"texture":"#texture"},"up":{"uv":[8,13,9,13.5],"texture":"#texture"},"north":{"uv":[9,13,8,13.5],"texture":"#texture"},"south":{"uv":[8,13,9,13.5],"texture":"#texture"},"west":{"uv":[8,13,8.5,13.5],"texture":"#texture"},"east":{"uv":[9,13,8.5,13.5],"texture":"#texture"}}},{"from":[9,7.5,6],"to":[9.5,9,10],"faces":{"down":{"uv":[9,9.5,9.5,9],"texture":"#texture"},"up":{"uv":[9,8,9.5,8.5],"texture":"#texture"},"north":{"uv":[9.5,8,9,9.5],"texture":"#texture"},"south":{"uv":[9,8,9.5,9.5],"texture":"#texture"},"west":{"uv":[9,8,9.5,9.5],"texture":"#texture"},"east":{"uv":[9.5,8,9,9.5],"texture":"#texture"}}},{"from":[6,11.5,6.5],"to":[10,12,9.5],"faces":{"down":{"uv":[6,5.5,10,5],"texture":"#texture"},"up":{"uv":[6,5,10,5.5],"texture":"#texture"},"north":{"uv":[10,5,6,5.5],"texture":"#texture"},"south":{"uv":[6,5,10,5.5],"texture":"#texture"},"west":{"uv":[6,5,6.5,5.5],"texture":"#texture"},"east":{"uv":[10,5,9.5,5.5],"texture":"#texture"}}},{"from":[6,7.5,6.5],"to":[9.5,10,9.5],"faces":{"down":{"uv":[6,9.5,9.5,9],"texture":"#texture"},"up":{"uv":[6,7,9.5,7.5],"texture":"#texture"},"north":{"uv":[9.5,7,6,9.5],"texture":"#texture"},"south":{"uv":[6,7,9.5,9.5],"texture":"#texture"},"west":{"uv":[6,7,6.5,9.5],"texture":"#texture"},"east":{"uv":[9.5,7,9,9.5],"texture":"#texture"}}},{"from":[6,5,6.5],"to":[10,6,9.5],"faces":{"down":{"uv":[6,12,10,11.5],"texture":"#texture"},"up":{"uv":[6,11,10,11.5],"texture":"#texture"},"north":{"uv":[10,11,6,12],"texture":"#texture"},"south":{"uv":[6,11,10,12],"texture":"#texture"},"west":{"uv":[6,11,6.5,12],"texture":"#texture"},"east":{"uv":[10,11,9.5,12],"texture":"#texture"}}},{"from":[6.5,12,6.5],"to":[9,13,9.5],"faces":{"down":{"uv":[6.5,5,9,4.5],"texture":"#texture"},"up":{"uv":[6.5,4,9,4.5],"texture":"#texture"},"north":{"uv":[9,4,6.5,5],"texture":"#texture"},"south":{"uv":[6.5,4,9,5],"texture":"#texture"},"west":{"uv":[6.5,4,7,5],"texture":"#texture"},"east":{"uv":[9,4,8.5,5],"texture":"#texture"}}},{"from":[6.5,10,6.5],"to":[9.5,11.5,9.5],"faces":{"down":{"uv":[6.5,7,9.5,6.5],"texture":"#texture"},"up":{"uv":[6.5,5.5,9.5,6],"texture":"#texture"},"north":{"uv":[9.5,5.5,6.5,7],"texture":"#texture"},"south":{"uv":[6.5,5.5,9.5,7],"texture":"#texture"},"west":{"uv":[6.5,5.5,7,7],"texture":"#texture"},"east":{"uv":[9.5,5.5,9,7],"texture":"#texture"}}},{"from":[6.5,6,6.5],"to":[10,7.5,9.5],"faces":{"down":{"uv":[6.5,11,10,10.5],"texture":"#texture"},"up":{"uv":[6.5,9.5,10,10],"texture":"#texture"},"north":{"uv":[10,9.5,6.5,11],"texture":"#texture"},"south":{"uv":[6.5,9.5,10,11],"texture":"#texture"},"west":{"uv":[6.5,9.5,7,11],"texture":"#texture"},"east":{"uv":[10,9.5,9.5,11],"texture":"#texture"}}},{"from":[6.5,3.5,6.5],"to":[9.5,5,9.5],"faces":{"down":{"uv":[6.5,13.5,9.5,13],"texture":"#texture"},"up":{"uv":[6.5,12,9.5,12.5],"texture":"#texture"},"north":{"uv":[9.5,12,6.5,13.5],"texture":"#texture"},"south":{"uv":[6.5,12,9.5,13.5],"texture":"#texture"},"west":{"uv":[6.5,12,7,13.5],"texture":"#texture"},"east":{"uv":[9.5,12,9,13.5],"texture":"#texture"}}},{"from":[8,3,6.5],"to":[9,3.5,9.5],"faces":{"down":{"uv":[8,14,9,13.5],"texture":"#texture"},"up":{"uv":[8,13.5,9,14],"texture":"#texture"},"north":{"uv":[9,13.5,8,14],"texture":"#texture"},"south":{"uv":[8,13.5,9,14],"texture":"#texture"},"west":{"uv":[8,13.5,8.5,14],"texture":"#texture"},"east":{"uv":[9,13.5,8.5,14],"texture":"#texture"}}},{"from":[9,12,6.5],"to":[9.5,12.5,9.5],"faces":{"down":{"uv":[9,5,9.5,4.5],"texture":"#texture"},"up":{"uv":[9,4.5,9.5,5],"texture":"#texture"},"north":{"uv":[9.5,4.5,9,5],"texture":"#texture"},"south":{"uv":[9,4.5,9.5,5],"texture":"#texture"},"west":{"uv":[9,4.5,9.5,5],"texture":"#texture"},"east":{"uv":[9.5,4.5,9,5],"texture":"#texture"}}},{"from":[9.5,7.5,6.5],"to":[10,9,9.5],"faces":{"down":{"uv":[9.5,9.5,10,9],"texture":"#texture"},"up":{"uv":[9.5,8,10,8.5],"texture":"#texture"},"north":{"uv":[10,8,9.5,9.5],"texture":"#texture"},"south":{"uv":[9.5,8,10,9.5],"texture":"#texture"},"west":{"uv":[9.5,8,10,9.5],"texture":"#texture"},"east":{"uv":[10,8,9.5,9.5],"texture":"#texture"}}},{"from":[9.5,4,6.5],"to":[10,5,9.5],"faces":{"down":{"uv":[9.5,13,10,12.5],"texture":"#texture"},"up":{"uv":[9.5,12,10,12.5],"texture":"#texture"},"north":{"uv":[10,12,9.5,13],"texture":"#texture"},"south":{"uv":[9.5,12,10,13],"texture":"#texture"},"west":{"uv":[9.5,12,10,13],"texture":"#texture"},"east":{"uv":[10,12,9.5,13],"texture":"#texture"}}},{"from":[5.5,11.5,7],"to":[10.5,12,9],"faces":{"down":{"uv":[5.5,5.5,10.5,5],"texture":"#texture"},"up":{"uv":[5.5,5,10.5,5.5],"texture":"#texture"},"north":{"uv":[10.5,5,5.5,5.5],"texture":"#texture"},"south":{"uv":[5.5,5,10.5,5.5],"texture":"#texture"},"west":{"uv":[5.5,5,6,5.5],"texture":"#texture"},"east":{"uv":[10.5,5,10,5.5],"texture":"#texture"}}},{"from":[5.5,7.5,7],"to":[10,10,9],"faces":{"down":{"uv":[5.5,9.5,10,9],"texture":"#texture"},"up":{"uv":[5.5,7,10,7.5],"texture":"#texture"},"north":{"uv":[10,7,5.5,9.5],"texture":"#texture"},"south":{"uv":[5.5,7,10,9.5],"texture":"#texture"},"west":{"uv":[5.5,7,6,9.5],"texture":"#texture"},"east":{"uv":[10,7,9.5,9.5],"texture":"#texture"}}},{"from":[5.5,5,7],"to":[10.5,6,9],"faces":{"down":{"uv":[5.5,12,10.5,11.5],"texture":"#texture"},"up":{"uv":[5.5,11,10.5,11.5],"texture":"#texture"},"north":{"uv":[10.5,11,5.5,12],"texture":"#texture"},"south":{"uv":[5.5,11,10.5,12],"texture":"#texture"},"west":{"uv":[5.5,11,6,12],"texture":"#texture"},"east":{"uv":[10.5,11,10,12],"texture":"#texture"}}},{"from":[6,12,7],"to":[9.5,13,9],"faces":{"down":{"uv":[6,5,9.5,4.5],"texture":"#texture"},"up":{"uv":[6,4,9.5,4.5],"texture":"#texture"},"north":{"uv":[9.5,4,6,5],"texture":"#texture"},"south":{"uv":[6,4,9.5,5],"texture":"#texture"},"west":{"uv":[6,4,6.5,5],"texture":"#texture"},"east":{"uv":[9.5,4,9,5],"texture":"#texture"}}},{"from":[6,10,7],"to":[10,11.5,9],"faces":{"down":{"uv":[6,7,10,6.5],"texture":"#texture"},"up":{"uv":[6,5.5,10,6],"texture":"#texture"},"north":{"uv":[10,5.5,6,7],"texture":"#texture"},"south":{"uv":[6,5.5,10,7],"texture":"#texture"},"west":{"uv":[6,5.5,6.5,7],"texture":"#texture"},"east":{"uv":[10,5.5,9.5,7],"texture":"#texture"}}},{"from":[6,6,7],"to":[10.5,7.5,9],"faces":{"down":{"uv":[6,11,10.5,10.5],"texture":"#texture"},"up":{"uv":[6,9.5,10.5,10],"texture":"#texture"},"north":{"uv":[10.5,9.5,6,11],"texture":"#texture"},"south":{"uv":[6,9.5,10.5,11],"texture":"#texture"},"west":{"uv":[6,9.5,6.5,11],"texture":"#texture"},"east":{"uv":[10.5,9.5,10,11],"texture":"#texture"}}},{"from":[6,3.5,7],"to":[10,5,9],"faces":{"down":{"uv":[6,13.5,10,13],"texture":"#texture"},"up":{"uv":[6,12,10,12.5],"texture":"#texture"},"north":{"uv":[10,12,6,13.5],"texture":"#texture"},"south":{"uv":[6,12,10,13.5],"texture":"#texture"},"west":{"uv":[6,12,6.5,13.5],"texture":"#texture"},"east":{"uv":[10,12,9.5,13.5],"texture":"#texture"}}},{"from":[6.5,13,7],"to":[9.5,13.5,9],"faces":{"down":{"uv":[6.5,4,9.5,3.5],"texture":"#texture"},"up":{"uv":[6.5,3.5,9.5,4],"texture":"#texture"},"north":{"uv":[9.5,3.5,6.5,4],"texture":"#texture"},"south":{"uv":[6.5,3.5,9.5,4],"texture":"#texture"},"west":{"uv":[6.5,3.5,7,4],"texture":"#texture"},"east":{"uv":[9.5,3.5,9,4],"texture":"#texture"}}},{"from":[6.5,3,7],"to":[10,3.5,9],"faces":{"down":{"uv":[6.5,14,10,13.5],"texture":"#texture"},"up":{"uv":[6.5,13.5,10,14],"texture":"#texture"},"north":{"uv":[10,13.5,6.5,14],"texture":"#texture"},"south":{"uv":[6.5,13.5,10,14],"texture":"#texture"},"west":{"uv":[6.5,13.5,7,14],"texture":"#texture"},"east":{"uv":[10,13.5,9.5,14],"texture":"#texture"}}},{"from":[8,2.5,7],"to":[9,3,9],"faces":{"down":{"uv":[8,14.5,9,14],"texture":"#texture"},"up":{"uv":[8,14,9,14.5],"texture":"#texture"},"north":{"uv":[9,14,8,14.5],"texture":"#texture"},"south":{"uv":[8,14,9,14.5],"texture":"#texture"},"west":{"uv":[8,14,8.5,14.5],"texture":"#texture"},"east":{"uv":[9,14,8.5,14.5],"texture":"#texture"}}},{"from":[9.5,12,7],"to":[10,12.5,9],"faces":{"down":{"uv":[9.5,5,10,4.5],"texture":"#texture"},"up":{"uv":[9.5,4.5,10,5],"texture":"#texture"},"north":{"uv":[10,4.5,9.5,5],"texture":"#texture"},"south":{"uv":[9.5,4.5,10,5],"texture":"#texture"},"west":{"uv":[9.5,4.5,10,5],"texture":"#texture"},"east":{"uv":[10,4.5,9.5,5],"texture":"#texture"}}},{"from":[10,7.5,7],"to":[10.5,9,9],"faces":{"down":{"uv":[10,9.5,10.5,9],"texture":"#texture"},"up":{"uv":[10,8,10.5,8.5],"texture":"#texture"},"north":{"uv":[10.5,8,10,9.5],"texture":"#texture"},"south":{"uv":[10,8,10.5,9.5],"texture":"#texture"},"west":{"uv":[10,8,10.5,9.5],"texture":"#texture"},"east":{"uv":[10.5,8,10,9.5],"texture":"#texture"}}},{"from":[10,4,7],"to":[10.5,5,9],"faces":{"down":{"uv":[10,13,10.5,12.5],"texture":"#texture"},"up":{"uv":[10,12,10.5,12.5],"texture":"#texture"},"north":{"uv":[10.5,12,10,13],"texture":"#texture"},"south":{"uv":[10,12,10.5,13],"texture":"#texture"},"west":{"uv":[10,12,10.5,13],"texture":"#texture"},"east":{"uv":[10.5,12,10,13],"texture":"#texture"}}},{"from":[5,11.5,7.5],"to":[11,12,8.5],"faces":{"down":{"uv":[5,5.5,11,5],"texture":"#texture"},"up":{"uv":[5,5,11,5.5],"texture":"#texture"},"north":{"uv":[11,5,5,5.5],"texture":"#texture"},"south":{"uv":[5,5,11,5.5],"texture":"#texture"},"west":{"uv":[5,5,5.5,5.5],"texture":"#texture"},"east":{"uv":[11,5,10.5,5.5],"texture":"#texture"}}},{"from":[5,7.5,7.5],"to":[10.5,10,8.5],"faces":{"down":{"uv":[5,9.5,10.5,9],"texture":"#texture"},"up":{"uv":[5,7,10.5,7.5],"texture":"#texture"},"north":{"uv":[10.5,7,5,9.5],"texture":"#texture"},"south":{"uv":[5,7,10.5,9.5],"texture":"#texture"},"west":{"uv":[5,7,5.5,9.5],"texture":"#texture"},"east":{"uv":[10.5,7,10,9.5],"texture":"#texture"}}},{"from":[5,5,7.5],"to":[11,6,8.5],"faces":{"down":{"uv":[5,12,11,11.5],"texture":"#texture"},"up":{"uv":[5,11,11,11.5],"texture":"#texture"},"north":{"uv":[11,11,5,12],"texture":"#texture"},"south":{"uv":[5,11,11,12],"texture":"#texture"},"west":{"uv":[5,11,5.5,12],"texture":"#texture"},"east":{"uv":[11,11,10.5,12],"texture":"#texture"}}},{"from":[5.5,12,7.5],"to":[10,13.5,8.5],"faces":{"down":{"uv":[5.5,5,10,4.5],"texture":"#texture"},"up":{"uv":[5.5,3.5,10,4],"texture":"#texture"},"north":{"uv":[10,3.5,5.5,5],"texture":"#texture"},"south":{"uv":[5.5,3.5,10,5],"texture":"#texture"},"west":{"uv":[5.5,3.5,6,5],"texture":"#texture"},"east":{"uv":[10,3.5,9.5,5],"texture":"#texture"}}},{"from":[5.5,10,7.5],"to":[10.5,11.5,8.5],"faces":{"down":{"uv":[5.5,7,10.5,6.5],"texture":"#texture"},"up":{"uv":[5.5,5.5,10.5,6],"texture":"#texture"},"north":{"uv":[10.5,5.5,5.5,7],"texture":"#texture"},"south":{"uv":[5.5,5.5,10.5,7],"texture":"#texture"},"west":{"uv":[5.5,5.5,6,7],"texture":"#texture"},"east":{"uv":[10.5,5.5,10,7],"texture":"#texture"}}},{"from":[5.5,6,7.5],"to":[11,7.5,8.5],"faces":{"down":{"uv":[5.5,11,11,10.5],"texture":"#texture"},"up":{"uv":[5.5,9.5,11,10],"texture":"#texture"},"north":{"uv":[11,9.5,5.5,11],"texture":"#texture"},"south":{"uv":[5.5,9.5,11,11],"texture":"#texture"},"west":{"uv":[5.5,9.5,6,11],"texture":"#texture"},"east":{"uv":[11,9.5,10.5,11],"texture":"#texture"}}},{"from":[5.5,3,7.5],"to":[10.5,5,8.5],"faces":{"down":{"uv":[5.5,14,10.5,13.5],"texture":"#texture"},"up":{"uv":[5.5,12,10.5,12.5],"texture":"#texture"},"north":{"uv":[10.5,12,5.5,14],"texture":"#texture"},"south":{"uv":[5.5,12,10.5,14],"texture":"#texture"},"west":{"uv":[5.5,12,6,14],"texture":"#texture"},"east":{"uv":[10.5,12,10,14],"texture":"#texture"}}},{"from":[6.5,13.5,7.5],"to":[10,14,8.5],"faces":{"down":{"uv":[6.5,3.5,10,3],"texture":"#texture"},"up":{"uv":[6.5,3,10,3.5],"texture":"#texture"},"north":{"uv":[10,3,6.5,3.5],"texture":"#texture"},"south":{"uv":[6.5,3,10,3.5],"texture":"#texture"},"west":{"uv":[6.5,3,7,3.5],"texture":"#texture"},"east":{"uv":[10,3,9.5,3.5],"texture":"#texture"}}},{"from":[6.5,2.5,7.5],"to":[10,3,8.5],"faces":{"down":{"uv":[6.5,14.5,10,14],"texture":"#texture"},"up":{"uv":[6.5,14,10,14.5],"texture":"#texture"},"north":{"uv":[10,14,6.5,14.5],"texture":"#texture"},"south":{"uv":[6.5,14,10,14.5],"texture":"#texture"},"west":{"uv":[6.5,14,7,14.5],"texture":"#texture"},"east":{"uv":[10,14,9.5,14.5],"texture":"#texture"}}},{"from":[7.5,14,7.75],"to":[8,20,8.25],"faces":{"down":{"uv":[7.5,3,8,2.5],"texture":"#texture"},"up":{"uv":[7.5,0,8,0.5],"texture":"#texture"},"north":{"uv":[8,0,7.5,3],"texture":"#texture"},"south":{"uv":[7.5,0,8,3],"texture":"#texture"},"west":{"uv":[7.5,0,8,3],"texture":"#texture"},"east":{"uv":[8,0,7.5,3],"texture":"#texture"}}},{"from":[7.5,0,7.75],"to":[8,2.5,8.25],"faces":{"down":{"uv":[7.5,16,8,15.5],"texture":"#texture"},"up":{"uv":[7.5,14.5,8,15],"texture":"#texture"},"north":{"uv":[8,14.5,7.5,16],"texture":"#texture"},"south":{"uv":[7.5,14.5,8,16],"texture":"#texture"},"west":{"uv":[7.5,14.5,8,16],"texture":"#texture"},"east":{"uv":[8,14.5,7.5,16],"texture":"#texture"}}},{"from":[8,14,7.5],"to":[8.5,15,8.5],"faces":{"down":{"uv":[8,3,8.5,2.5],"texture":"#texture"},"up":{"uv":[8,2,8.5,2.5],"texture":"#texture"},"north":{"uv":[8.5,2,8,3],"texture":"#texture"},"south":{"uv":[8,2,8.5,3],"texture":"#texture"},"west":{"uv":[8,2,8.5,3],"texture":"#texture"},"east":{"uv":[8.5,2,8,3],"texture":"#texture"}}},{"from":[8,2,7.5],"to":[9,2.5,8.5],"faces":{"down":{"uv":[8,15,9,14.5],"texture":"#texture"},"up":{"uv":[8,14.5,9,15],"texture":"#texture"},"north":{"uv":[9,14.5,8,15],"texture":"#texture"},"south":{"uv":[8,14.5,9,15],"texture":"#texture"},"west":{"uv":[8,14.5,8.5,15],"texture":"#texture"},"east":{"uv":[9,14.5,8.5,15],"texture":"#texture"}}},{"from":[10,12,7.5],"to":[10.5,12.5,8.5],"faces":{"down":{"uv":[10,5,10.5,4.5],"texture":"#texture"},"up":{"uv":[10,4.5,10.5,5],"texture":"#texture"},"north":{"uv":[10.5,4.5,10,5],"texture":"#texture"},"south":{"uv":[10,4.5,10.5,5],"texture":"#texture"},"west":{"uv":[10,4.5,10.5,5],"texture":"#texture"},"east":{"uv":[10.5,4.5,10,5],"texture":"#texture"}}},{"from":[10.5,7.5,7.5],"to":[11,9,8.5],"faces":{"down":{"uv":[10.5,9.5,11,9],"texture":"#texture"},"up":{"uv":[10.5,8,11,8.5],"texture":"#texture"},"north":{"uv":[11,8,10.5,9.5],"texture":"#texture"},"south":{"uv":[10.5,8,11,9.5],"texture":"#texture"},"west":{"uv":[10.5,8,11,9.5],"texture":"#texture"},"east":{"uv":[11,8,10.5,9.5],"texture":"#texture"}}},{"from":[10.5,4,7.5],"to":[11,5,8.5],"faces":{"down":{"uv":[10.5,13,11,12.5],"texture":"#texture"},"up":{"uv":[10.5,12,11,12.5],"texture":"#texture"},"north":{"uv":[11,12,10.5,13],"texture":"#texture"},"south":{"uv":[10.5,12,11,13],"texture":"#texture"},"west":{"uv":[10.5,12,11,13],"texture":"#texture"},"east":{"uv":[11,12,10.5,13],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[0,90,0],"translation":[0,8.31,2.08],"scale":[1.5,1.5,1.5]},"thirdperson_lefthand":{"rotation":[0,-90,0],"translation":[0,8.31,2.08],"scale":[1.5,1.5,1.5]},"firstperson_righthand":{"rotation":[0,101,-13],"translation":[0,2.08,0],"scale":[1.2,1.2,1.2]},"firstperson_lefthand":{"rotation":[0,-82,13],"translation":[0,2.08,0],"scale":[1.2,1.2,1.2]},"gui":{"rotation":[0,0,-45],"translation":[-1.13,-1.51,0],"scale":[1,1,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/money_spear.json b/assets/minecraft/models/item/wynn/skin/spear/money_spear.json new file mode 100644 index 000000000..0f4e37166 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/money_spear.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"particle":"skins/money_set/money_spear","texture":"skins/money_set/money_spear"},"elements":[{"from":[7,18,6.5],"to":[9,19,9.5],"faces":{"down":{"uv":[5,6,7,5.5],"texture":"#texture"},"up":{"uv":[5,5,7,5.5],"texture":"#texture"},"north":{"uv":[7,5,5,6],"texture":"#texture"},"south":{"uv":[5,5,7,6],"texture":"#texture"},"west":{"uv":[5,5,5.5,6],"texture":"#texture"},"east":{"uv":[7,5,6.5,6],"texture":"#texture"}}},{"from":[7.5,20,6.5],"to":[8.5,21,9.5],"faces":{"down":{"uv":[5.5,4,6.5,3.5],"texture":"#texture"},"up":{"uv":[5.5,3,6.5,3.5],"texture":"#texture"},"north":{"uv":[6.5,3,5.5,4],"texture":"#texture"},"south":{"uv":[5.5,3,6.5,4],"texture":"#texture"},"west":{"uv":[5.5,3,6,4],"texture":"#texture"},"east":{"uv":[6.5,3,6,4],"texture":"#texture"}}},{"from":[7.5,19,6.5],"to":[8.5,19.5,9.5],"faces":{"down":{"uv":[5.5,5,6.5,4.5],"texture":"#texture"},"up":{"uv":[5.5,4.5,6.5,5],"texture":"#texture"},"north":{"uv":[6.5,4.5,5.5,5],"texture":"#texture"},"south":{"uv":[5.5,4.5,6.5,5],"texture":"#texture"},"west":{"uv":[5.5,4.5,6,5],"texture":"#texture"},"east":{"uv":[6.5,4.5,6,5],"texture":"#texture"}}},{"from":[7.5,17.5,6.5],"to":[8.5,18,9.5],"faces":{"down":{"uv":[5.5,6.5,6.5,6],"texture":"#texture"},"up":{"uv":[5.5,6,6.5,6.5],"texture":"#texture"},"north":{"uv":[6.5,6,5.5,6.5],"texture":"#texture"},"south":{"uv":[5.5,6,6.5,6.5],"texture":"#texture"},"west":{"uv":[5.5,6,6,6.5],"texture":"#texture"},"east":{"uv":[6.5,6,6,6.5],"texture":"#texture"}}},{"from":[7.5,6.5,6.75],"to":[8,7,9.25],"faces":{"down":{"uv":[13.5,1.5,14,1],"texture":"#texture"},"up":{"uv":[13.5,1,14,1.5],"texture":"#texture"},"north":{"uv":[14,1,13.5,1.5],"texture":"#texture"},"south":{"uv":[13.5,1,14,1.5],"texture":"#texture"},"west":{"uv":[13.5,1,14,1.5],"texture":"#texture"},"east":{"uv":[14,1,13.5,1.5],"texture":"#texture"}}},{"from":[7.5,4,6.75],"to":[8,4.5,9.25],"faces":{"down":{"uv":[13.5,4,14,3.5],"texture":"#texture"},"up":{"uv":[13.5,3.5,14,4],"texture":"#texture"},"north":{"uv":[14,3.5,13.5,4],"texture":"#texture"},"south":{"uv":[13.5,3.5,14,4],"texture":"#texture"},"west":{"uv":[13.5,3.5,14,4],"texture":"#texture"},"east":{"uv":[14,3.5,13.5,4],"texture":"#texture"}}},{"from":[7.5,2,6.75],"to":[8.5,2.5,9.25],"faces":{"down":{"uv":[13.5,6,14.5,5.5],"texture":"#texture"},"up":{"uv":[13.5,5.5,14.5,6],"texture":"#texture"},"north":{"uv":[14.5,5.5,13.5,6],"texture":"#texture"},"south":{"uv":[13.5,5.5,14.5,6],"texture":"#texture"},"west":{"uv":[13.5,5.5,14,6],"texture":"#texture"},"east":{"uv":[14.5,5.5,14,6],"texture":"#texture"}}},{"from":[7.5,-5,6.75],"to":[8.5,-4.5,9.25],"faces":{"down":{"uv":[13.5,13,14.5,12.5],"texture":"#texture"},"up":{"uv":[13.5,12.5,14.5,13],"texture":"#texture"},"north":{"uv":[14.5,12.5,13.5,13],"texture":"#texture"},"south":{"uv":[13.5,12.5,14.5,13],"texture":"#texture"},"west":{"uv":[13.5,12.5,14,13],"texture":"#texture"},"east":{"uv":[14.5,12.5,14,13],"texture":"#texture"}}},{"from":[8,7,6.75],"to":[8.5,7.5,9.25],"faces":{"down":{"uv":[14,1,14.5,0.5],"texture":"#texture"},"up":{"uv":[14,0.5,14.5,1],"texture":"#texture"},"north":{"uv":[14.5,0.5,14,1],"texture":"#texture"},"south":{"uv":[14,0.5,14.5,1],"texture":"#texture"},"west":{"uv":[14,0.5,14.5,1],"texture":"#texture"},"east":{"uv":[14.5,0.5,14,1],"texture":"#texture"}}},{"from":[8,4.5,6.75],"to":[8.5,5,9.25],"faces":{"down":{"uv":[14,3.5,14.5,3],"texture":"#texture"},"up":{"uv":[14,3,14.5,3.5],"texture":"#texture"},"north":{"uv":[14.5,3,14,3.5],"texture":"#texture"},"south":{"uv":[14,3,14.5,3.5],"texture":"#texture"},"west":{"uv":[14,3,14.5,3.5],"texture":"#texture"},"east":{"uv":[14.5,3,14,3.5],"texture":"#texture"}}},{"from":[3,17,7],"to":[4,17.5,9],"faces":{"down":{"uv":[1,7,2,6.5],"texture":"#texture"},"up":{"uv":[1,6.5,2,7],"texture":"#texture"},"north":{"uv":[2,6.5,1,7],"texture":"#texture"},"south":{"uv":[1,6.5,2,7],"texture":"#texture"},"west":{"uv":[1,6.5,1.5,7],"texture":"#texture"},"east":{"uv":[2,6.5,1.5,7],"texture":"#texture"}}},{"from":[3.5,16,7],"to":[5,17,9],"faces":{"down":{"uv":[1.5,8,3,7.5],"texture":"#texture"},"up":{"uv":[1.5,7,3,7.5],"texture":"#texture"},"north":{"uv":[3,7,1.5,8],"texture":"#texture"},"south":{"uv":[1.5,7,3,8],"texture":"#texture"},"west":{"uv":[1.5,7,2,8],"texture":"#texture"},"east":{"uv":[3,7,2.5,8],"texture":"#texture"}}},{"from":[4,15,7],"to":[5,16,9],"faces":{"down":{"uv":[2,9,3,8.5],"texture":"#texture"},"up":{"uv":[2,8,3,8.5],"texture":"#texture"},"north":{"uv":[3,8,2,9],"texture":"#texture"},"south":{"uv":[2,8,3,9],"texture":"#texture"},"west":{"uv":[2,8,2.5,9],"texture":"#texture"},"east":{"uv":[3,8,2.5,9],"texture":"#texture"}}},{"from":[4.5,13.5,7],"to":[5,15,9],"faces":{"down":{"uv":[2.5,10.5,3,10],"texture":"#texture"},"up":{"uv":[2.5,9,3,9.5],"texture":"#texture"},"north":{"uv":[3,9,2.5,10.5],"texture":"#texture"},"south":{"uv":[2.5,9,3,10.5],"texture":"#texture"},"west":{"uv":[2.5,9,3,10.5],"texture":"#texture"},"east":{"uv":[3,9,2.5,10.5],"texture":"#texture"}}},{"from":[5,15.5,7],"to":[5.5,16.5,9],"faces":{"down":{"uv":[3,8.5,3.5,8],"texture":"#texture"},"up":{"uv":[3,7.5,3.5,8],"texture":"#texture"},"north":{"uv":[3.5,7.5,3,8.5],"texture":"#texture"},"south":{"uv":[3,7.5,3.5,8.5],"texture":"#texture"},"west":{"uv":[3,7.5,3.5,8.5],"texture":"#texture"},"east":{"uv":[3.5,7.5,3,8.5],"texture":"#texture"}}},{"from":[5,12.5,7],"to":[5.5,14.5,9],"faces":{"down":{"uv":[3,11.5,3.5,11],"texture":"#texture"},"up":{"uv":[3,9.5,3.5,10],"texture":"#texture"},"north":{"uv":[3.5,9.5,3,11.5],"texture":"#texture"},"south":{"uv":[3,9.5,3.5,11.5],"texture":"#texture"},"west":{"uv":[3,9.5,3.5,11.5],"texture":"#texture"},"east":{"uv":[3.5,9.5,3,11.5],"texture":"#texture"}}},{"from":[5.5,16,7],"to":[6,16.5,9],"faces":{"down":{"uv":[3.5,8,4,7.5],"texture":"#texture"},"up":{"uv":[3.5,7.5,4,8],"texture":"#texture"},"north":{"uv":[4,7.5,3.5,8],"texture":"#texture"},"south":{"uv":[3.5,7.5,4,8],"texture":"#texture"},"west":{"uv":[3.5,7.5,4,8],"texture":"#texture"},"east":{"uv":[4,7.5,3.5,8],"texture":"#texture"}}},{"from":[5.5,12,7],"to":[6,13.5,9],"faces":{"down":{"uv":[3.5,12,4,11.5],"texture":"#texture"},"up":{"uv":[3.5,10.5,4,11],"texture":"#texture"},"north":{"uv":[4,10.5,3.5,12],"texture":"#texture"},"south":{"uv":[3.5,10.5,4,12],"texture":"#texture"},"west":{"uv":[3.5,10.5,4,12],"texture":"#texture"},"east":{"uv":[4,10.5,3.5,12],"texture":"#texture"}}},{"from":[6,15.5,7],"to":[12,16,9],"faces":{"down":{"uv":[4,8.5,10,8],"texture":"#texture"},"up":{"uv":[4,8,10,8.5],"texture":"#texture"},"north":{"uv":[10,8,4,8.5],"texture":"#texture"},"south":{"uv":[4,8,10,8.5],"texture":"#texture"},"west":{"uv":[4,8,4.5,8.5],"texture":"#texture"},"east":{"uv":[10,8,9.5,8.5],"texture":"#texture"}}},{"from":[6.5,17.5,7],"to":[9.5,20,9],"faces":{"down":{"uv":[4.5,6.5,7.5,6],"texture":"#texture"},"up":{"uv":[4.5,4,7.5,4.5],"texture":"#texture"},"north":{"uv":[7.5,4,4.5,6.5],"texture":"#texture"},"south":{"uv":[4.5,4,7.5,6.5],"texture":"#texture"},"west":{"uv":[4.5,4,5,6.5],"texture":"#texture"},"east":{"uv":[7.5,4,7,6.5],"texture":"#texture"}}},{"from":[6.5,16,7],"to":[9.5,16.5,9],"faces":{"down":{"uv":[4.5,8,7.5,7.5],"texture":"#texture"},"up":{"uv":[4.5,7.5,7.5,8],"texture":"#texture"},"north":{"uv":[7.5,7.5,4.5,8],"texture":"#texture"},"south":{"uv":[4.5,7.5,7.5,8],"texture":"#texture"},"west":{"uv":[4.5,7.5,5,8],"texture":"#texture"},"east":{"uv":[7.5,7.5,7,8],"texture":"#texture"}}},{"from":[6.5,15,7],"to":[9.5,15.5,9],"faces":{"down":{"uv":[4.5,9,7.5,8.5],"texture":"#texture"},"up":{"uv":[4.5,8.5,7.5,9],"texture":"#texture"},"north":{"uv":[7.5,8.5,4.5,9],"texture":"#texture"},"south":{"uv":[4.5,8.5,7.5,9],"texture":"#texture"},"west":{"uv":[4.5,8.5,5,9],"texture":"#texture"},"east":{"uv":[7.5,8.5,7,9],"texture":"#texture"}}},{"from":[7,20,7],"to":[9,21.5,9],"faces":{"down":{"uv":[5,4,7,3.5],"texture":"#texture"},"up":{"uv":[5,2.5,7,3],"texture":"#texture"},"north":{"uv":[7,2.5,5,4],"texture":"#texture"},"south":{"uv":[5,2.5,7,4],"texture":"#texture"},"west":{"uv":[5,2.5,5.5,4],"texture":"#texture"},"east":{"uv":[7,2.5,6.5,4],"texture":"#texture"}}},{"from":[7,16.5,7],"to":[9,17.5,9],"faces":{"down":{"uv":[5,7.5,7,7],"texture":"#texture"},"up":{"uv":[5,6.5,7,7],"texture":"#texture"},"north":{"uv":[7,6.5,5,7.5],"texture":"#texture"},"south":{"uv":[5,6.5,7,7.5],"texture":"#texture"},"west":{"uv":[5,6.5,5.5,7.5],"texture":"#texture"},"east":{"uv":[7,6.5,6.5,7.5],"texture":"#texture"}}},{"from":[7,13.5,7],"to":[9,15,9],"faces":{"down":{"uv":[5,10.5,7,10],"texture":"#texture"},"up":{"uv":[5,9,7,9.5],"texture":"#texture"},"north":{"uv":[7,9,5,10.5],"texture":"#texture"},"south":{"uv":[5,9,7,10.5],"texture":"#texture"},"west":{"uv":[5,9,5.5,10.5],"texture":"#texture"},"east":{"uv":[7,9,6.5,10.5],"texture":"#texture"}}},{"from":[7.5,21.5,7],"to":[8.5,23,9],"faces":{"down":{"uv":[5.5,2.5,6.5,2],"texture":"#texture"},"up":{"uv":[5.5,1,6.5,1.5],"texture":"#texture"},"north":{"uv":[6.5,1,5.5,2.5],"texture":"#texture"},"south":{"uv":[5.5,1,6.5,2.5],"texture":"#texture"},"west":{"uv":[5.5,1,6,2.5],"texture":"#texture"},"east":{"uv":[6.5,1,6,2.5],"texture":"#texture"}}},{"from":[7.5,8,7],"to":[8.5,13,9],"faces":{"down":{"uv":[5.5,16,6.5,15.5],"texture":"#texture"},"up":{"uv":[5.5,11,6.5,11.5],"texture":"#texture"},"north":{"uv":[6.5,11,5.5,16],"texture":"#texture"},"south":{"uv":[5.5,11,6.5,16],"texture":"#texture"},"west":{"uv":[5.5,11,6,16],"texture":"#texture"},"east":{"uv":[6.5,11,6,16],"texture":"#texture"}}},{"from":[8.5,8,7],"to":[9,8.5,9],"faces":{"down":{"uv":[6.5,16,7,15.5],"texture":"#texture"},"up":{"uv":[6.5,15.5,7,16],"texture":"#texture"},"north":{"uv":[7,15.5,6.5,16],"texture":"#texture"},"south":{"uv":[6.5,15.5,7,16],"texture":"#texture"},"west":{"uv":[6.5,15.5,7,16],"texture":"#texture"},"east":{"uv":[7,15.5,6.5,16],"texture":"#texture"}}},{"from":[10,16,7],"to":[12.5,16.5,9],"faces":{"down":{"uv":[8,8,10.5,7.5],"texture":"#texture"},"up":{"uv":[8,7.5,10.5,8],"texture":"#texture"},"north":{"uv":[10.5,7.5,8,8],"texture":"#texture"},"south":{"uv":[8,7.5,10.5,8],"texture":"#texture"},"west":{"uv":[8,7.5,8.5,8],"texture":"#texture"},"east":{"uv":[10.5,7.5,10,8],"texture":"#texture"}}},{"from":[10,12,7],"to":[10.5,13.5,9],"faces":{"down":{"uv":[8,12,8.5,11.5],"texture":"#texture"},"up":{"uv":[8,10.5,8.5,11],"texture":"#texture"},"north":{"uv":[8.5,10.5,8,12],"texture":"#texture"},"south":{"uv":[8,10.5,8.5,12],"texture":"#texture"},"west":{"uv":[8,10.5,8.5,12],"texture":"#texture"},"east":{"uv":[8.5,10.5,8,12],"texture":"#texture"}}},{"from":[10.5,12.5,7],"to":[11,14.5,9],"faces":{"down":{"uv":[8.5,11.5,9,11],"texture":"#texture"},"up":{"uv":[8.5,9.5,9,10],"texture":"#texture"},"north":{"uv":[9,9.5,8.5,11.5],"texture":"#texture"},"south":{"uv":[8.5,9.5,9,11.5],"texture":"#texture"},"west":{"uv":[8.5,9.5,9,11.5],"texture":"#texture"},"east":{"uv":[9,9.5,8.5,11.5],"texture":"#texture"}}},{"from":[11,16.5,7],"to":[12.5,17,9],"faces":{"down":{"uv":[9,7.5,10.5,7],"texture":"#texture"},"up":{"uv":[9,7,10.5,7.5],"texture":"#texture"},"north":{"uv":[10.5,7,9,7.5],"texture":"#texture"},"south":{"uv":[9,7,10.5,7.5],"texture":"#texture"},"west":{"uv":[9,7,9.5,7.5],"texture":"#texture"},"east":{"uv":[10.5,7,10,7.5],"texture":"#texture"}}},{"from":[11,13.5,7],"to":[11.5,15.5,9],"faces":{"down":{"uv":[9,10.5,9.5,10],"texture":"#texture"},"up":{"uv":[9,8.5,9.5,9],"texture":"#texture"},"north":{"uv":[9.5,8.5,9,10.5],"texture":"#texture"},"south":{"uv":[9,8.5,9.5,10.5],"texture":"#texture"},"west":{"uv":[9,8.5,9.5,10.5],"texture":"#texture"},"east":{"uv":[9.5,8.5,9,10.5],"texture":"#texture"}}},{"from":[11.5,15,7],"to":[12,15.5,9],"faces":{"down":{"uv":[9.5,9,10,8.5],"texture":"#texture"},"up":{"uv":[9.5,8.5,10,9],"texture":"#texture"},"north":{"uv":[10,8.5,9.5,9],"texture":"#texture"},"south":{"uv":[9.5,8.5,10,9],"texture":"#texture"},"west":{"uv":[9.5,8.5,10,9],"texture":"#texture"},"east":{"uv":[10,8.5,9.5,9],"texture":"#texture"}}},{"from":[12,17,7],"to":[13,17.5,9],"faces":{"down":{"uv":[10,7,11,6.5],"texture":"#texture"},"up":{"uv":[10,6.5,11,7],"texture":"#texture"},"north":{"uv":[11,6.5,10,7],"texture":"#texture"},"south":{"uv":[10,6.5,11,7],"texture":"#texture"},"west":{"uv":[10,6.5,10.5,7],"texture":"#texture"},"east":{"uv":[11,6.5,10.5,7],"texture":"#texture"}}},{"from":[7,6,7],"to":[8.5,7,9],"faces":{"down":{"uv":[13,2,14.5,1.5],"texture":"#texture"},"up":{"uv":[13,1,14.5,1.5],"texture":"#texture"},"north":{"uv":[14.5,1,13,2],"texture":"#texture"},"south":{"uv":[13,1,14.5,2],"texture":"#texture"},"west":{"uv":[13,1,13.5,2],"texture":"#texture"},"east":{"uv":[14.5,1,14,2],"texture":"#texture"}}},{"from":[7,3.5,7],"to":[8.5,4.5,9],"faces":{"down":{"uv":[13,4.5,14.5,4],"texture":"#texture"},"up":{"uv":[13,3.5,14.5,4],"texture":"#texture"},"north":{"uv":[14.5,3.5,13,4.5],"texture":"#texture"},"south":{"uv":[13,3.5,14.5,4.5],"texture":"#texture"},"west":{"uv":[13,3.5,13.5,4.5],"texture":"#texture"},"east":{"uv":[14.5,3.5,14,4.5],"texture":"#texture"}}},{"from":[7,2,7],"to":[9,2.5,9],"faces":{"down":{"uv":[13,6,15,5.5],"texture":"#texture"},"up":{"uv":[13,5.5,15,6],"texture":"#texture"},"north":{"uv":[15,5.5,13,6],"texture":"#texture"},"south":{"uv":[13,5.5,15,6],"texture":"#texture"},"west":{"uv":[13,5.5,13.5,6],"texture":"#texture"},"east":{"uv":[15,5.5,14.5,6],"texture":"#texture"}}},{"from":[7,-5,7],"to":[9,-4.5,9],"faces":{"down":{"uv":[13,13,15,12.5],"texture":"#texture"},"up":{"uv":[13,12.5,15,13],"texture":"#texture"},"north":{"uv":[15,12.5,13,13],"texture":"#texture"},"south":{"uv":[13,12.5,15,13],"texture":"#texture"},"west":{"uv":[13,12.5,13.5,13],"texture":"#texture"},"east":{"uv":[15,12.5,14.5,13],"texture":"#texture"}}},{"from":[7,-6,7],"to":[9,-5.5,9],"faces":{"down":{"uv":[13,14,15,13.5],"texture":"#texture"},"up":{"uv":[13,13.5,15,14],"texture":"#texture"},"north":{"uv":[15,13.5,13,14],"texture":"#texture"},"south":{"uv":[13,13.5,15,14],"texture":"#texture"},"west":{"uv":[13,13.5,13.5,14],"texture":"#texture"},"east":{"uv":[15,13.5,14.5,14],"texture":"#texture"}}},{"from":[7.5,7,7],"to":[9,8,9],"faces":{"down":{"uv":[13.5,1,15,0.5],"texture":"#texture"},"up":{"uv":[13.5,0,15,0.5],"texture":"#texture"},"north":{"uv":[15,0,13.5,1],"texture":"#texture"},"south":{"uv":[13.5,0,15,1],"texture":"#texture"},"west":{"uv":[13.5,0,14,1],"texture":"#texture"},"east":{"uv":[15,0,14.5,1],"texture":"#texture"}}},{"from":[7.5,4.5,7],"to":[9,6,9],"faces":{"down":{"uv":[13.5,3.5,15,3],"texture":"#texture"},"up":{"uv":[13.5,2,15,2.5],"texture":"#texture"},"north":{"uv":[15,2,13.5,3.5],"texture":"#texture"},"south":{"uv":[13.5,2,15,3.5],"texture":"#texture"},"west":{"uv":[13.5,2,14,3.5],"texture":"#texture"},"east":{"uv":[15,2,14.5,3.5],"texture":"#texture"}}},{"from":[7.5,2.5,7],"to":[8.5,3.5,9],"faces":{"down":{"uv":[13.5,5.5,14.5,5],"texture":"#texture"},"up":{"uv":[13.5,4.5,14.5,5],"texture":"#texture"},"north":{"uv":[14.5,4.5,13.5,5.5],"texture":"#texture"},"south":{"uv":[13.5,4.5,14.5,5.5],"texture":"#texture"},"west":{"uv":[13.5,4.5,14,5.5],"texture":"#texture"},"east":{"uv":[14.5,4.5,14,5.5],"texture":"#texture"}}},{"from":[7.5,1.5,7],"to":[8.5,2,9],"faces":{"down":{"uv":[13.5,6.5,14.5,6],"texture":"#texture"},"up":{"uv":[13.5,6,14.5,6.5],"texture":"#texture"},"north":{"uv":[14.5,6,13.5,6.5],"texture":"#texture"},"south":{"uv":[13.5,6,14.5,6.5],"texture":"#texture"},"west":{"uv":[13.5,6,14,6.5],"texture":"#texture"},"east":{"uv":[14.5,6,14,6.5],"texture":"#texture"}}},{"from":[7.5,-4.5,7],"to":[8.5,-4,9],"faces":{"down":{"uv":[13.5,12.5,14.5,12],"texture":"#texture"},"up":{"uv":[13.5,12,14.5,12.5],"texture":"#texture"},"north":{"uv":[14.5,12,13.5,12.5],"texture":"#texture"},"south":{"uv":[13.5,12,14.5,12.5],"texture":"#texture"},"west":{"uv":[13.5,12,14,12.5],"texture":"#texture"},"east":{"uv":[14.5,12,14,12.5],"texture":"#texture"}}},{"from":[7.5,-5.5,7],"to":[8.5,-5,9],"faces":{"down":{"uv":[13.5,13.5,14.5,13],"texture":"#texture"},"up":{"uv":[13.5,13,14.5,13.5],"texture":"#texture"},"north":{"uv":[14.5,13,13.5,13.5],"texture":"#texture"},"south":{"uv":[13.5,13,14.5,13.5],"texture":"#texture"},"west":{"uv":[13.5,13,14,13.5],"texture":"#texture"},"east":{"uv":[14.5,13,14,13.5],"texture":"#texture"}}},{"from":[7.5,-6.5,7],"to":[8.5,-6,9],"faces":{"down":{"uv":[13.5,14.5,14.5,14],"texture":"#texture"},"up":{"uv":[13.5,14,14.5,14.5],"texture":"#texture"},"north":{"uv":[14.5,14,13.5,14.5],"texture":"#texture"},"south":{"uv":[13.5,14,14.5,14.5],"texture":"#texture"},"west":{"uv":[13.5,14,14,14.5],"texture":"#texture"},"east":{"uv":[14.5,14,14,14.5],"texture":"#texture"}}},{"from":[2,17.5,7.5],"to":[4,18,8.5],"faces":{"down":{"uv":[0,6.5,2,6],"texture":"#texture"},"up":{"uv":[0,6,2,6.5],"texture":"#texture"},"north":{"uv":[2,6,0,6.5],"texture":"#texture"},"south":{"uv":[0,6,2,6.5],"texture":"#texture"},"west":{"uv":[0,6,0.5,6.5],"texture":"#texture"},"east":{"uv":[2,6,1.5,6.5],"texture":"#texture"}}},{"from":[2.5,17,7.5],"to":[5,17.5,8.5],"faces":{"down":{"uv":[0.5,7,3,6.5],"texture":"#texture"},"up":{"uv":[0.5,6.5,3,7],"texture":"#texture"},"north":{"uv":[3,6.5,0.5,7],"texture":"#texture"},"south":{"uv":[0.5,6.5,3,7],"texture":"#texture"},"west":{"uv":[0.5,6.5,1,7],"texture":"#texture"},"east":{"uv":[3,6.5,2.5,7],"texture":"#texture"}}},{"from":[3,16,7.5],"to":[6,17,8.5],"faces":{"down":{"uv":[1,8,4,7.5],"texture":"#texture"},"up":{"uv":[1,7,4,7.5],"texture":"#texture"},"north":{"uv":[4,7,1,8],"texture":"#texture"},"south":{"uv":[1,7,4,8],"texture":"#texture"},"west":{"uv":[1,7,1.5,8],"texture":"#texture"},"east":{"uv":[4,7,3.5,8],"texture":"#texture"}}},{"from":[3.5,15,7.5],"to":[5.5,16,8.5],"faces":{"down":{"uv":[1.5,9,3.5,8.5],"texture":"#texture"},"up":{"uv":[1.5,8,3.5,8.5],"texture":"#texture"},"north":{"uv":[3.5,8,1.5,9],"texture":"#texture"},"south":{"uv":[1.5,8,3.5,9],"texture":"#texture"},"west":{"uv":[1.5,8,2,9],"texture":"#texture"},"east":{"uv":[3.5,8,3,9],"texture":"#texture"}}},{"from":[4,13.5,7.5],"to":[5.5,15,8.5],"faces":{"down":{"uv":[2,10.5,3.5,10],"texture":"#texture"},"up":{"uv":[2,9,3.5,9.5],"texture":"#texture"},"north":{"uv":[3.5,9,2,10.5],"texture":"#texture"},"south":{"uv":[2,9,3.5,10.5],"texture":"#texture"},"west":{"uv":[2,9,2.5,10.5],"texture":"#texture"},"east":{"uv":[3.5,9,3,10.5],"texture":"#texture"}}},{"from":[4.5,12.5,7.5],"to":[6.5,13.5,8.5],"faces":{"down":{"uv":[2.5,11.5,4.5,11],"texture":"#texture"},"up":{"uv":[2.5,10.5,4.5,11],"texture":"#texture"},"north":{"uv":[4.5,10.5,2.5,11.5],"texture":"#texture"},"south":{"uv":[2.5,10.5,4.5,11.5],"texture":"#texture"},"west":{"uv":[2.5,10.5,3,11.5],"texture":"#texture"},"east":{"uv":[4.5,10.5,4,11.5],"texture":"#texture"}}},{"from":[5,11.5,7.5],"to":[6.5,12.5,8.5],"faces":{"down":{"uv":[3,12.5,4.5,12],"texture":"#texture"},"up":{"uv":[3,11.5,4.5,12],"texture":"#texture"},"north":{"uv":[4.5,11.5,3,12.5],"texture":"#texture"},"south":{"uv":[3,11.5,4.5,12.5],"texture":"#texture"},"west":{"uv":[3,11.5,3.5,12.5],"texture":"#texture"},"east":{"uv":[4.5,11.5,4,12.5],"texture":"#texture"}}},{"from":[5.5,15.5,7.5],"to":[12.5,16,8.5],"faces":{"down":{"uv":[3.5,8.5,10.5,8],"texture":"#texture"},"up":{"uv":[3.5,8,10.5,8.5],"texture":"#texture"},"north":{"uv":[10.5,8,3.5,8.5],"texture":"#texture"},"south":{"uv":[3.5,8,10.5,8.5],"texture":"#texture"},"west":{"uv":[3.5,8,4,8.5],"texture":"#texture"},"east":{"uv":[10.5,8,10,8.5],"texture":"#texture"}}},{"from":[5.5,13.5,7.5],"to":[6,14.5,8.5],"faces":{"down":{"uv":[3.5,10.5,4,10],"texture":"#texture"},"up":{"uv":[3.5,9.5,4,10],"texture":"#texture"},"north":{"uv":[4,9.5,3.5,10.5],"texture":"#texture"},"south":{"uv":[3.5,9.5,4,10.5],"texture":"#texture"},"west":{"uv":[3.5,9.5,4,10.5],"texture":"#texture"},"east":{"uv":[4,9.5,3.5,10.5],"texture":"#texture"}}},{"from":[6,17.5,7.5],"to":[10,20,8.5],"faces":{"down":{"uv":[4,6.5,8,6],"texture":"#texture"},"up":{"uv":[4,4,8,4.5],"texture":"#texture"},"north":{"uv":[8,4,4,6.5],"texture":"#texture"},"south":{"uv":[4,4,8,6.5],"texture":"#texture"},"west":{"uv":[4,4,4.5,6.5],"texture":"#texture"},"east":{"uv":[8,4,7.5,6.5],"texture":"#texture"}}},{"from":[6,16,7.5],"to":[13,16.5,8.5],"faces":{"down":{"uv":[4,8,11,7.5],"texture":"#texture"},"up":{"uv":[4,7.5,11,8],"texture":"#texture"},"north":{"uv":[11,7.5,4,8],"texture":"#texture"},"south":{"uv":[4,7.5,11,8],"texture":"#texture"},"west":{"uv":[4,7.5,4.5,8],"texture":"#texture"},"east":{"uv":[11,7.5,10.5,8],"texture":"#texture"}}},{"from":[6,15,7.5],"to":[10,15.5,8.5],"faces":{"down":{"uv":[4,9,8,8.5],"texture":"#texture"},"up":{"uv":[4,8.5,8,9],"texture":"#texture"},"north":{"uv":[8,8.5,4,9],"texture":"#texture"},"south":{"uv":[4,8.5,8,9],"texture":"#texture"},"west":{"uv":[4,8.5,4.5,9],"texture":"#texture"},"east":{"uv":[8,8.5,7.5,9],"texture":"#texture"}}},{"from":[6,11,7.5],"to":[6.5,11.5,8.5],"faces":{"down":{"uv":[4,13,4.5,12.5],"texture":"#texture"},"up":{"uv":[4,12.5,4.5,13],"texture":"#texture"},"north":{"uv":[4.5,12.5,4,13],"texture":"#texture"},"south":{"uv":[4,12.5,4.5,13],"texture":"#texture"},"west":{"uv":[4,12.5,4.5,13],"texture":"#texture"},"east":{"uv":[4.5,12.5,4,13],"texture":"#texture"}}},{"from":[6.5,20,7.5],"to":[9.5,21.5,8.5],"faces":{"down":{"uv":[4.5,4,7.5,3.5],"texture":"#texture"},"up":{"uv":[4.5,2.5,7.5,3],"texture":"#texture"},"north":{"uv":[7.5,2.5,4.5,4],"texture":"#texture"},"south":{"uv":[4.5,2.5,7.5,4],"texture":"#texture"},"west":{"uv":[4.5,2.5,5,4],"texture":"#texture"},"east":{"uv":[7.5,2.5,7,4],"texture":"#texture"}}},{"from":[6.5,16.5,7.5],"to":[9.5,17.5,8.5],"faces":{"down":{"uv":[4.5,7.5,7.5,7],"texture":"#texture"},"up":{"uv":[4.5,6.5,7.5,7],"texture":"#texture"},"north":{"uv":[7.5,6.5,4.5,7.5],"texture":"#texture"},"south":{"uv":[4.5,6.5,7.5,7.5],"texture":"#texture"},"west":{"uv":[4.5,6.5,5,7.5],"texture":"#texture"},"east":{"uv":[7.5,6.5,7,7.5],"texture":"#texture"}}},{"from":[6.5,13.5,7.5],"to":[9.5,15,8.5],"faces":{"down":{"uv":[4.5,10.5,7.5,10],"texture":"#texture"},"up":{"uv":[4.5,9,7.5,9.5],"texture":"#texture"},"north":{"uv":[7.5,9,4.5,10.5],"texture":"#texture"},"south":{"uv":[4.5,9,7.5,10.5],"texture":"#texture"},"west":{"uv":[4.5,9,5,10.5],"texture":"#texture"},"east":{"uv":[7.5,9,7,10.5],"texture":"#texture"}}},{"from":[7,21.5,7.5],"to":[9,23,8.5],"faces":{"down":{"uv":[5,2.5,7,2],"texture":"#texture"},"up":{"uv":[5,1,7,1.5],"texture":"#texture"},"north":{"uv":[7,1,5,2.5],"texture":"#texture"},"south":{"uv":[5,1,7,2.5],"texture":"#texture"},"west":{"uv":[5,1,5.5,2.5],"texture":"#texture"},"east":{"uv":[7,1,6.5,2.5],"texture":"#texture"}}},{"from":[7,8,7.5],"to":[9,13.5,8.5],"faces":{"down":{"uv":[5,16,7,15.5],"texture":"#texture"},"up":{"uv":[5,10.5,7,11],"texture":"#texture"},"north":{"uv":[7,10.5,5,16],"texture":"#texture"},"south":{"uv":[5,10.5,7,16],"texture":"#texture"},"west":{"uv":[5,10.5,5.5,16],"texture":"#texture"},"east":{"uv":[7,10.5,6.5,16],"texture":"#texture"}}},{"from":[7.5,23,7.5],"to":[8,24,8.5],"faces":{"down":{"uv":[5.5,1,6,0.5],"texture":"#texture"},"up":{"uv":[5.5,0,6,0.5],"texture":"#texture"},"north":{"uv":[6,0,5.5,1],"texture":"#texture"},"south":{"uv":[5.5,0,6,1],"texture":"#texture"},"west":{"uv":[5.5,0,6,1],"texture":"#texture"},"east":{"uv":[6,0,5.5,1],"texture":"#texture"}}},{"from":[8,23,7.5],"to":[8.5,23.5,8.5],"faces":{"down":{"uv":[6,1,6.5,0.5],"texture":"#texture"},"up":{"uv":[6,0.5,6.5,1],"texture":"#texture"},"north":{"uv":[6.5,0.5,6,1],"texture":"#texture"},"south":{"uv":[6,0.5,6.5,1],"texture":"#texture"},"west":{"uv":[6,0.5,6.5,1],"texture":"#texture"},"east":{"uv":[6.5,0.5,6,1],"texture":"#texture"}}},{"from":[9,8,7.5],"to":[9.5,8.5,8.5],"faces":{"down":{"uv":[7,16,7.5,15.5],"texture":"#texture"},"up":{"uv":[7,15.5,7.5,16],"texture":"#texture"},"north":{"uv":[7.5,15.5,7,16],"texture":"#texture"},"south":{"uv":[7,15.5,7.5,16],"texture":"#texture"},"west":{"uv":[7,15.5,7.5,16],"texture":"#texture"},"east":{"uv":[7.5,15.5,7,16],"texture":"#texture"}}},{"from":[9.5,11,7.5],"to":[10,13.5,8.5],"faces":{"down":{"uv":[7.5,13,8,12.5],"texture":"#texture"},"up":{"uv":[7.5,10.5,8,11],"texture":"#texture"},"north":{"uv":[8,10.5,7.5,13],"texture":"#texture"},"south":{"uv":[7.5,10.5,8,13],"texture":"#texture"},"west":{"uv":[7.5,10.5,8,13],"texture":"#texture"},"east":{"uv":[8,10.5,7.5,13],"texture":"#texture"}}},{"from":[10,16.5,7.5],"to":[13,17,8.5],"faces":{"down":{"uv":[8,7.5,11,7],"texture":"#texture"},"up":{"uv":[8,7,11,7.5],"texture":"#texture"},"north":{"uv":[11,7,8,7.5],"texture":"#texture"},"south":{"uv":[8,7,11,7.5],"texture":"#texture"},"west":{"uv":[8,7,8.5,7.5],"texture":"#texture"},"east":{"uv":[11,7,10.5,7.5],"texture":"#texture"}}},{"from":[10,11.5,7.5],"to":[11,14.5,8.5],"faces":{"down":{"uv":[8,12.5,9,12],"texture":"#texture"},"up":{"uv":[8,9.5,9,10],"texture":"#texture"},"north":{"uv":[9,9.5,8,12.5],"texture":"#texture"},"south":{"uv":[8,9.5,9,12.5],"texture":"#texture"},"west":{"uv":[8,9.5,8.5,12.5],"texture":"#texture"},"east":{"uv":[9,9.5,8.5,12.5],"texture":"#texture"}}},{"from":[10.5,14.5,7.5],"to":[12,15.5,8.5],"faces":{"down":{"uv":[8.5,9.5,10,9],"texture":"#texture"},"up":{"uv":[8.5,8.5,10,9],"texture":"#texture"},"north":{"uv":[10,8.5,8.5,9.5],"texture":"#texture"},"south":{"uv":[8.5,8.5,10,9.5],"texture":"#texture"},"west":{"uv":[8.5,8.5,9,9.5],"texture":"#texture"},"east":{"uv":[10,8.5,9.5,9.5],"texture":"#texture"}}},{"from":[11,17,7.5],"to":[13.5,17.5,8.5],"faces":{"down":{"uv":[9,7,11.5,6.5],"texture":"#texture"},"up":{"uv":[9,6.5,11.5,7],"texture":"#texture"},"north":{"uv":[11.5,6.5,9,7],"texture":"#texture"},"south":{"uv":[9,6.5,11.5,7],"texture":"#texture"},"west":{"uv":[9,6.5,9.5,7],"texture":"#texture"},"east":{"uv":[11.5,6.5,11,7],"texture":"#texture"}}},{"from":[11,12.5,7.5],"to":[11.5,14.5,8.5],"faces":{"down":{"uv":[9,11.5,9.5,11],"texture":"#texture"},"up":{"uv":[9,9.5,9.5,10],"texture":"#texture"},"north":{"uv":[9.5,9.5,9,11.5],"texture":"#texture"},"south":{"uv":[9,9.5,9.5,11.5],"texture":"#texture"},"west":{"uv":[9,9.5,9.5,11.5],"texture":"#texture"},"east":{"uv":[9.5,9.5,9,11.5],"texture":"#texture"}}},{"from":[11.5,13.5,7.5],"to":[12,14.5,8.5],"faces":{"down":{"uv":[9.5,10.5,10,10],"texture":"#texture"},"up":{"uv":[9.5,9.5,10,10],"texture":"#texture"},"north":{"uv":[10,9.5,9.5,10.5],"texture":"#texture"},"south":{"uv":[9.5,9.5,10,10.5],"texture":"#texture"},"west":{"uv":[9.5,9.5,10,10.5],"texture":"#texture"},"east":{"uv":[10,9.5,9.5,10.5],"texture":"#texture"}}},{"from":[12,17.5,7.5],"to":[14,18,8.5],"faces":{"down":{"uv":[10,6.5,12,6],"texture":"#texture"},"up":{"uv":[10,6,12,6.5],"texture":"#texture"},"north":{"uv":[12,6,10,6.5],"texture":"#texture"},"south":{"uv":[10,6,12,6.5],"texture":"#texture"},"west":{"uv":[10,6,10.5,6.5],"texture":"#texture"},"east":{"uv":[12,6,11.5,6.5],"texture":"#texture"}}},{"from":[12,15,7.5],"to":[12.5,15.5,8.5],"faces":{"down":{"uv":[10,9,10.5,8.5],"texture":"#texture"},"up":{"uv":[10,8.5,10.5,9],"texture":"#texture"},"north":{"uv":[10.5,8.5,10,9],"texture":"#texture"},"south":{"uv":[10,8.5,10.5,9],"texture":"#texture"},"west":{"uv":[10,8.5,10.5,9],"texture":"#texture"},"east":{"uv":[10.5,8.5,10,9],"texture":"#texture"}}},{"from":[6,-7.5,7.5],"to":[6.5,-6,8.5],"faces":{"down":{"uv":[12,15.5,12.5,15],"texture":"#texture"},"up":{"uv":[12,14,12.5,14.5],"texture":"#texture"},"north":{"uv":[12.5,14,12,15.5],"texture":"#texture"},"south":{"uv":[12,14,12.5,15.5],"texture":"#texture"},"west":{"uv":[12,14,12.5,15.5],"texture":"#texture"},"east":{"uv":[12.5,14,12,15.5],"texture":"#texture"}}},{"from":[6.5,6,7.5],"to":[9,7,8.5],"faces":{"down":{"uv":[12.5,2,15,1.5],"texture":"#texture"},"up":{"uv":[12.5,1,15,1.5],"texture":"#texture"},"north":{"uv":[15,1,12.5,2],"texture":"#texture"},"south":{"uv":[12.5,1,15,2],"texture":"#texture"},"west":{"uv":[12.5,1,13,2],"texture":"#texture"},"east":{"uv":[15,1,14.5,2],"texture":"#texture"}}},{"from":[6.5,3.5,7.5],"to":[9,4.5,8.5],"faces":{"down":{"uv":[12.5,4.5,15,4],"texture":"#texture"},"up":{"uv":[12.5,3.5,15,4],"texture":"#texture"},"north":{"uv":[15,3.5,12.5,4.5],"texture":"#texture"},"south":{"uv":[12.5,3.5,15,4.5],"texture":"#texture"},"west":{"uv":[12.5,3.5,13,4.5],"texture":"#texture"},"east":{"uv":[15,3.5,14.5,4.5],"texture":"#texture"}}},{"from":[6.5,2,7.5],"to":[9.5,2.5,8.5],"faces":{"down":{"uv":[12.5,6,15.5,5.5],"texture":"#texture"},"up":{"uv":[12.5,5.5,15.5,6],"texture":"#texture"},"north":{"uv":[15.5,5.5,12.5,6],"texture":"#texture"},"south":{"uv":[12.5,5.5,15.5,6],"texture":"#texture"},"west":{"uv":[12.5,5.5,13,6],"texture":"#texture"},"east":{"uv":[15.5,5.5,15,6],"texture":"#texture"}}},{"from":[6.5,-5,7.5],"to":[9.5,-4.5,8.5],"faces":{"down":{"uv":[12.5,13,15.5,12.5],"texture":"#texture"},"up":{"uv":[12.5,12.5,15.5,13],"texture":"#texture"},"north":{"uv":[15.5,12.5,12.5,13],"texture":"#texture"},"south":{"uv":[12.5,12.5,15.5,13],"texture":"#texture"},"west":{"uv":[12.5,12.5,13,13],"texture":"#texture"},"east":{"uv":[15.5,12.5,15,13],"texture":"#texture"}}},{"from":[6.5,-6.5,7.5],"to":[9.5,-5.5,8.5],"faces":{"down":{"uv":[12.5,14.5,15.5,14],"texture":"#texture"},"up":{"uv":[12.5,13.5,15.5,14],"texture":"#texture"},"north":{"uv":[15.5,13.5,12.5,14.5],"texture":"#texture"},"south":{"uv":[12.5,13.5,15.5,14.5],"texture":"#texture"},"west":{"uv":[12.5,13.5,13,14.5],"texture":"#texture"},"east":{"uv":[15.5,13.5,15,14.5],"texture":"#texture"}}},{"from":[6.5,-7.5,7.5],"to":[7,-7,8.5],"faces":{"down":{"uv":[12.5,15.5,13,15],"texture":"#texture"},"up":{"uv":[12.5,15,13,15.5],"texture":"#texture"},"north":{"uv":[13,15,12.5,15.5],"texture":"#texture"},"south":{"uv":[12.5,15,13,15.5],"texture":"#texture"},"west":{"uv":[12.5,15,13,15.5],"texture":"#texture"},"east":{"uv":[13,15,12.5,15.5],"texture":"#texture"}}},{"from":[7,7,7.5],"to":[9.5,8,8.5],"faces":{"down":{"uv":[13,1,15.5,0.5],"texture":"#texture"},"up":{"uv":[13,0,15.5,0.5],"texture":"#texture"},"north":{"uv":[15.5,0,13,1],"texture":"#texture"},"south":{"uv":[13,0,15.5,1],"texture":"#texture"},"west":{"uv":[13,0,13.5,1],"texture":"#texture"},"east":{"uv":[15.5,0,15,1],"texture":"#texture"}}},{"from":[7,4.5,7.5],"to":[9.5,6,8.5],"faces":{"down":{"uv":[13,3.5,15.5,3],"texture":"#texture"},"up":{"uv":[13,2,15.5,2.5],"texture":"#texture"},"north":{"uv":[15.5,2,13,3.5],"texture":"#texture"},"south":{"uv":[13,2,15.5,3.5],"texture":"#texture"},"west":{"uv":[13,2,13.5,3.5],"texture":"#texture"},"east":{"uv":[15.5,2,15,3.5],"texture":"#texture"}}},{"from":[7,2.5,7.5],"to":[9,3.5,8.5],"faces":{"down":{"uv":[13,5.5,15,5],"texture":"#texture"},"up":{"uv":[13,4.5,15,5],"texture":"#texture"},"north":{"uv":[15,4.5,13,5.5],"texture":"#texture"},"south":{"uv":[13,4.5,15,5.5],"texture":"#texture"},"west":{"uv":[13,4.5,13.5,5.5],"texture":"#texture"},"east":{"uv":[15,4.5,14.5,5.5],"texture":"#texture"}}},{"from":[7,1.5,7.5],"to":[9,2,8.5],"faces":{"down":{"uv":[13,6.5,15,6],"texture":"#texture"},"up":{"uv":[13,6,15,6.5],"texture":"#texture"},"north":{"uv":[15,6,13,6.5],"texture":"#texture"},"south":{"uv":[13,6,15,6.5],"texture":"#texture"},"west":{"uv":[13,6,13.5,6.5],"texture":"#texture"},"east":{"uv":[15,6,14.5,6.5],"texture":"#texture"}}},{"from":[7,-3.5,7],"to":[9,1,9],"faces":{"down":{"uv":[13,11.5,15,11],"texture":"#texture"},"up":{"uv":[13,7,15,7.5],"texture":"#texture"},"north":{"uv":[13,7,15,11.5],"texture":"#texture"},"south":{"uv":[13,7,15,11.5],"texture":"#texture"},"west":{"uv":[15,7,13,11.5],"texture":"#texture"},"east":{"uv":[15,7,13,11.5],"texture":"#texture"}}},{"from":[7,-4.5,7.5],"to":[9,-4,8.5],"faces":{"down":{"uv":[13,12.5,15,12],"texture":"#texture"},"up":{"uv":[13,12,15,12.5],"texture":"#texture"},"north":{"uv":[15,12,13,12.5],"texture":"#texture"},"south":{"uv":[13,12,15,12.5],"texture":"#texture"},"west":{"uv":[13,12,13.5,12.5],"texture":"#texture"},"east":{"uv":[15,12,14.5,12.5],"texture":"#texture"}}},{"from":[7,-5.5,7.5],"to":[9,-5,8.5],"faces":{"down":{"uv":[13,13.5,15,13],"texture":"#texture"},"up":{"uv":[13,13,15,13.5],"texture":"#texture"},"north":{"uv":[15,13,13,13.5],"texture":"#texture"},"south":{"uv":[13,13,15,13.5],"texture":"#texture"},"west":{"uv":[13,13,13.5,13.5],"texture":"#texture"},"east":{"uv":[15,13,14.5,13.5],"texture":"#texture"}}},{"from":[7.5,1,7.5],"to":[8.5,1.5,8.5],"faces":{"down":{"uv":[13.5,7,14.5,6.5],"texture":"#texture"},"up":{"uv":[13.5,6.5,14.5,7],"texture":"#texture"},"north":{"uv":[14.5,6.5,13.5,7],"texture":"#texture"},"south":{"uv":[13.5,6.5,14.5,7],"texture":"#texture"},"west":{"uv":[13.5,6.5,14,7],"texture":"#texture"},"east":{"uv":[14.5,6.5,14,7],"texture":"#texture"}}},{"from":[7.5,-4,7.5],"to":[8.5,-3.5,8.5],"faces":{"down":{"uv":[13.5,12,14.5,11.5],"texture":"#texture"},"up":{"uv":[13.5,11.5,14.5,12],"texture":"#texture"},"north":{"uv":[14.5,11.5,13.5,12],"texture":"#texture"},"south":{"uv":[13.5,11.5,14.5,12],"texture":"#texture"},"west":{"uv":[13.5,11.5,14,12],"texture":"#texture"},"east":{"uv":[14.5,11.5,14,12],"texture":"#texture"}}},{"from":[7.5,-8,7.5],"to":[8.5,-6.5,8.5],"faces":{"down":{"uv":[13.5,16,14.5,15.5],"texture":"#texture"},"up":{"uv":[13.5,14.5,14.5,15],"texture":"#texture"},"north":{"uv":[14.5,14.5,13.5,16],"texture":"#texture"},"south":{"uv":[13.5,14.5,14.5,16],"texture":"#texture"},"west":{"uv":[13.5,14.5,14,16],"texture":"#texture"},"east":{"uv":[14.5,14.5,14,16],"texture":"#texture"}}},{"from":[9,-7.5,7.5],"to":[10,-7,8.5],"faces":{"down":{"uv":[15,15.5,16,15],"texture":"#texture"},"up":{"uv":[15,15,16,15.5],"texture":"#texture"},"north":{"uv":[16,15,15,15.5],"texture":"#texture"},"south":{"uv":[15,15,16,15.5],"texture":"#texture"},"west":{"uv":[15,15,15.5,15.5],"texture":"#texture"},"east":{"uv":[16,15,15.5,15.5],"texture":"#texture"}}},{"from":[9.5,-7,7.5],"to":[10,-6,8.5],"faces":{"down":{"uv":[15.5,15,16,14.5],"texture":"#texture"},"up":{"uv":[15.5,14,16,14.5],"texture":"#texture"},"north":{"uv":[16,14,15.5,15],"texture":"#texture"},"south":{"uv":[15.5,14,16,15],"texture":"#texture"},"west":{"uv":[15.5,14,16,15],"texture":"#texture"},"east":{"uv":[16,14,15.5,15],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-58,0],"translation":[0,11.34,0.76],"scale":[1.4,1.4,1.4]},"thirdperson_lefthand":{"rotation":[0,58,0],"translation":[0,11.34,0.76],"scale":[1.4,1.4,1.4]},"firstperson_righthand":{"rotation":[0,-61,11],"translation":[1.51,1.89,-0.57],"scale":[1,1,1]},"firstperson_lefthand":{"rotation":[0,-61,11],"translation":[1.51,1.89,-0.57],"scale":[1,1,1]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.5,0.5,0.5]},"gui":{"rotation":[0,0,-45],"translation":[0,0,0],"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/music_spear.json b/assets/minecraft/models/item/wynn/skin/spear/music_spear.json new file mode 100644 index 000000000..bb0ef090f --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/music_spear.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/wood_full","1":"skins/decay_2","2":"skins/decay_1","3":"skins/driftwood_2","particle":"skins/driftwood_2"},"elements":[{"from":[5.99,-10.01,5.99],"to":[10.01,5.01,10.01],"rotation":{"angle":0,"axis":"y","origin":[0,-10,6]},"faces":{"north":{"uv":[0,8,15,12],"rotation":270,"texture":"#0"},"east":{"uv":[0,8,15,12],"rotation":270,"texture":"#0"},"south":{"uv":[0,8,15,12],"rotation":270,"texture":"#0"},"west":{"uv":[0,8,15,12],"rotation":270,"texture":"#0"},"up":{"uv":[12,8.5,16,12.5],"rotation":270,"texture":"#0"},"down":{"uv":[0,8,4,12],"rotation":270,"texture":"#0"}}},{"from":[8.66851,-9.75956,6.01],"to":[10.64851,-5.77956,9.99],"rotation":{"angle":22.5,"axis":"z","origin":[9.65851,-7.76956,8]},"faces":{"north":{"uv":[1.5,11.5,5.5,13.5],"rotation":270,"texture":"#0"},"east":{"uv":[1.5,11.5,5.5,15.5],"rotation":270,"texture":"#0"},"south":{"uv":[1.5,11.5,5.5,13.5],"rotation":270,"texture":"#0"},"west":{"uv":[1.5,11.5,5.5,15.5],"rotation":270,"texture":"#0"},"up":{"uv":[1.5,11.5,5.5,13.5],"rotation":270,"texture":"#0"},"down":{"uv":[0,7,2,11],"texture":"#0"}}},{"from":[5.35149,-9.75956,6.01],"to":[7.33149,-5.77956,9.99],"rotation":{"angle":-22.5,"axis":"z","origin":[6.34149,-7.76956,8]},"faces":{"north":{"uv":[1.5,13.5,5.5,11.5],"rotation":270,"texture":"#0"},"east":{"uv":[1.5,15.5,5.5,11.5],"rotation":270,"texture":"#0"},"south":{"uv":[1.5,13.5,5.5,11.5],"rotation":270,"texture":"#0"},"west":{"uv":[1.5,15.5,5.5,11.5],"rotation":270,"texture":"#0"},"up":{"uv":[1.5,13.5,5.5,11.5],"rotation":270,"texture":"#0"},"down":{"uv":[2,7,0,11],"texture":"#0"}}},{"from":[9.54234,-7.11617,6.015],"to":[13.51234,-5.14617,9.985],"rotation":{"angle":-22.5,"axis":"z","origin":[11.41212,-5.55192,8]},"faces":{"north":{"uv":[1.97266,11.13117,5.97266,13.13117],"texture":"#0"},"east":{"uv":[1.97266,11.13117,3.97266,15.13117],"rotation":90,"texture":"#0"},"south":{"uv":[1.97266,11.13117,5.97266,13.13117],"rotation":180,"texture":"#0"},"west":{"uv":[1.97266,11.13117,5.97266,13.13117],"texture":"#0"},"up":{"uv":[1.97266,11.13117,5.97266,15.13117],"texture":"#0"},"down":{"uv":[1.97266,11.13117,5.97266,15.13117],"texture":"#0"}}},{"from":[2.48766,-7.11617,6.015],"to":[6.45766,-5.14617,9.985],"rotation":{"angle":22.5,"axis":"z","origin":[4.58788,-5.55192,8]},"faces":{"north":{"uv":[5.97266,11.13117,1.97266,13.13117],"texture":"#0"},"east":{"uv":[5.97266,11.13117,1.97266,13.13117],"texture":"#0"},"south":{"uv":[5.97266,11.13117,1.97266,13.13117],"rotation":180,"texture":"#0"},"west":{"uv":[1.97266,15.13117,3.97266,11.13117],"rotation":90,"texture":"#0"},"up":{"uv":[5.97266,11.13117,1.97266,15.13117],"texture":"#0"},"down":{"uv":[5.97266,11.13117,1.97266,15.13117],"texture":"#0"}}},{"from":[9.64565,-9.10831,6.005],"to":[11.63565,-6.11831,9.995],"rotation":{"angle":45,"axis":"z","origin":[10.64065,-7.11331,8]},"faces":{"north":{"uv":[2,10.5,5,12.5],"rotation":270,"texture":"#0"},"east":{"uv":[2,10.5,5,14.5],"rotation":270,"texture":"#0"},"south":{"uv":[2,10.5,5,12.5],"rotation":270,"texture":"#0"},"west":{"uv":[2,10.5,5,14.5],"rotation":270,"texture":"#0"},"up":{"uv":[2,10.5,6,12.5],"rotation":270,"texture":"#0"},"down":{"uv":[0,11,2,15],"texture":"#0"}}},{"from":[4.36435,-9.10831,6.005],"to":[6.35435,-6.11831,9.995],"rotation":{"angle":-45,"axis":"z","origin":[5.35935,-7.11331,8]},"faces":{"north":{"uv":[2,12.5,5,10.5],"rotation":270,"texture":"#0"},"east":{"uv":[2,14.5,5,10.5],"rotation":270,"texture":"#0"},"south":{"uv":[2,12.5,5,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[2,14.5,5,10.5],"rotation":270,"texture":"#0"},"up":{"uv":[2,12.5,6,10.5],"rotation":270,"texture":"#0"},"down":{"uv":[2,11,0,15],"texture":"#0"}}},{"from":[9.42734,-5.97266,6],"to":[13.52734,-3.97266,10],"rotation":{"angle":0,"axis":"z","origin":[11.41212,-5.55192,8]},"faces":{"north":{"uv":[4,10.5,6,14.6],"rotation":270,"texture":"#0"},"east":{"uv":[4,10.5,6,14.5],"rotation":270,"texture":"#0"},"south":{"uv":[4,10.5,6,14.6],"rotation":270,"texture":"#0"},"west":{"uv":[4,10.5,6,14.5],"rotation":270,"texture":"#0"},"up":{"uv":[4,10.5,8,14.6],"rotation":270,"texture":"#0"},"down":{"uv":[4,10.5,8,14.6],"rotation":270,"texture":"#0"}}},{"from":[2.47266,-5.97266,6],"to":[6.57266,-3.97266,10],"rotation":{"angle":0,"axis":"z","origin":[4.58788,-5.55192,8]},"faces":{"north":{"uv":[4,11.9,6,16],"rotation":270,"texture":"#0"},"east":{"uv":[4,12,6,16],"rotation":270,"texture":"#0"},"south":{"uv":[4,11.9,6,16],"rotation":270,"texture":"#0"},"west":{"uv":[4,12,6,16],"rotation":270,"texture":"#0"},"up":{"uv":[4,11.9,8,16],"rotation":270,"texture":"#0"},"down":{"uv":[4,11.9,8,16],"rotation":270,"texture":"#0"}}},{"from":[9.3069,-4.80415,6.01],"to":[13.2869,-2.82415,9.99],"rotation":{"angle":22.5,"axis":"z","origin":[11.2969,-3.81415,8]},"faces":{"north":{"uv":[5.5,10.5,7.5,14.5],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,10.5,7.5,14.5],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,10.5,7.5,14.5],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,10.5,7.5,14.5],"rotation":270,"texture":"#0"},"up":{"uv":[5.5,10.5,9.5,14.5],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,10.5,9.5,14.5],"rotation":270,"texture":"#0"}}},{"from":[2.7131,-4.80415,6.01],"to":[6.6931,-2.82415,9.99],"rotation":{"angle":-22.5,"axis":"z","origin":[4.7031,-3.81415,8]},"faces":{"north":{"uv":[5.5,12,7.5,16],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,12,7.5,16],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,12,7.5,16],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,12,7.5,16],"rotation":270,"texture":"#0"},"up":{"uv":[5.5,12,9.5,16],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,12,9.5,16],"rotation":270,"texture":"#0"}}},{"from":[9.06566,-5.05566,6.005],"to":[12.05566,-2.06566,9.995],"rotation":{"angle":-45,"axis":"z","origin":[10.56066,-3.06066,8]},"faces":{"north":{"uv":[5.5,9.5,8.5,12.5],"rotation":270,"texture":"#0"},"east":{"uv":[5,10,8,14],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,10.5,8.5,13.5],"rotation":270,"texture":"#0"},"west":{"uv":[5,10,8,14],"rotation":90,"texture":"#0"},"up":{"uv":[8,10,11,14],"rotation":180,"texture":"#0"},"down":{"uv":[5,10,9,13],"rotation":90,"texture":"#0"}}},{"from":[3.94434,-5.05566,6.005],"to":[6.93434,-2.06566,9.995],"rotation":{"angle":45,"axis":"z","origin":[5.43934,-3.06066,8]},"faces":{"north":{"uv":[5.5,12.5,8.5,9.5],"rotation":270,"texture":"#0"},"east":{"uv":[5,14,8,10],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,13.5,8.5,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[5,14,8,10],"rotation":90,"texture":"#0"},"up":{"uv":[11,10,8,14],"rotation":180,"texture":"#0"},"down":{"uv":[5,13,9,10],"rotation":90,"texture":"#0"}}},{"from":[8.86448,-1.34666,5.994],"to":[11.36648,-0.34466,9.996],"rotation":{"angle":22.5,"axis":"z","origin":[10.11548,1.15434,7.995]},"faces":{"north":{"uv":[8.5,11,11,12],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,11,12.5,12],"texture":"#0"},"south":{"uv":[8.5,11,11,12],"texture":"#0"},"west":{"uv":[8.5,11,12.5,12],"texture":"#0"},"up":{"uv":[8.5,11,11,15],"texture":"#0"},"down":{"uv":[8.5,11,11,15],"texture":"#0"}}},{"from":[4.63352,-1.34666,5.994],"to":[7.13552,-0.34466,9.996],"rotation":{"angle":-22.5,"axis":"z","origin":[5.88452,1.15434,7.995]},"faces":{"north":{"uv":[11,11,13.5,12],"rotation":180,"texture":"#0"},"east":{"uv":[12,11,16,12],"texture":"#0"},"south":{"uv":[11,11,13.5,12],"texture":"#0"},"west":{"uv":[12,11,16,12],"texture":"#0"},"up":{"uv":[11,11,13.5,15],"texture":"#0"},"down":{"uv":[11,11,13.5,15],"texture":"#0"}}},{"from":[7.98483,0.16823,6],"to":[12.98483,1.66823,10],"rotation":{"angle":-22.5,"axis":"z","origin":[10.48483,1.66823,8]},"faces":{"north":{"uv":[10.5,11,12,16],"rotation":270,"texture":"#0"},"east":{"uv":[10.5,11,12,16],"rotation":270,"texture":"#0"},"south":{"uv":[10.5,11,12,16],"rotation":270,"texture":"#0"},"west":{"uv":[10.5,11,12,16],"rotation":270,"texture":"#0"},"up":{"uv":[10.5,11,12,16],"rotation":270,"texture":"#0"},"down":{"uv":[10.5,11,12,16],"rotation":270,"texture":"#0"}}},{"from":[3.01517,0.16823,6],"to":[8.01517,1.66823,10],"rotation":{"angle":22.5,"axis":"z","origin":[5.51517,1.66823,8]},"faces":{"north":{"uv":[10.5,16,12,11],"rotation":270,"texture":"#0"},"east":{"uv":[10.5,16,12,11],"rotation":270,"texture":"#0"},"south":{"uv":[10.5,16,12,11],"rotation":270,"texture":"#0"},"west":{"uv":[10.5,16,12,11],"rotation":270,"texture":"#0"},"up":{"uv":[10.5,16,12,11],"rotation":270,"texture":"#0"},"down":{"uv":[10.5,16,12,11],"rotation":270,"texture":"#0"}}},{"from":[7.808,0.71881,6.015],"to":[12.778,2.18881,9.985],"rotation":{"angle":0,"axis":"z","origin":[10.293,1.45381,8]},"faces":{"north":{"uv":[11.5,11,13,16],"rotation":270,"texture":"#0"},"east":{"uv":[11.5,11,13,15],"rotation":270,"texture":"#0"},"south":{"uv":[11.5,11,13,16],"rotation":270,"texture":"#0"},"west":{"uv":[11.5,11,13,15],"rotation":270,"texture":"#0"},"up":{"uv":[11.5,11,15.5,16],"rotation":270,"texture":"#0"},"down":{"uv":[11.5,11,15.5,16],"rotation":270,"texture":"#0"}}},{"from":[3.222,0.71881,6.015],"to":[8.192,2.18881,9.985],"rotation":{"angle":0,"axis":"z","origin":[5.707,1.45381,8]},"faces":{"north":{"uv":[11.5,11,13,16],"rotation":270,"texture":"#0"},"east":{"uv":[11.5,12,13,16],"rotation":270,"texture":"#0"},"south":{"uv":[11.5,11,13,16],"rotation":270,"texture":"#0"},"west":{"uv":[11.5,12,13,16],"rotation":270,"texture":"#0"},"up":{"uv":[11.5,11,15.5,16],"rotation":270,"texture":"#0"},"down":{"uv":[11.5,11,15.5,16],"rotation":270,"texture":"#0"}}},{"from":[7.70782,1.19231,6.01],"to":[12.68782,2.67231,9.99],"rotation":{"angle":22.5,"axis":"z","origin":[10.19782,1.93231,8]},"faces":{"north":{"uv":[12.5,11,14,16],"rotation":270,"texture":"#0"},"east":{"uv":[12.5,11,14,15],"rotation":270,"texture":"#0"},"south":{"uv":[12.5,11,14,16],"rotation":270,"texture":"#0"},"west":{"uv":[12.5,11,14,15],"rotation":270,"texture":"#0"},"up":{"uv":[12,11,16,16],"rotation":270,"texture":"#0"},"down":{"uv":[12,11,16,16],"rotation":270,"texture":"#0"}}},{"from":[3.31218,1.19231,6.01],"to":[8.29218,2.67231,9.99],"rotation":{"angle":-22.5,"axis":"z","origin":[5.80218,1.93231,8]},"faces":{"north":{"uv":[12.5,11,14,16],"rotation":270,"texture":"#0"},"east":{"uv":[12.5,12,14,16],"rotation":270,"texture":"#0"},"south":{"uv":[12.5,11,14,16],"rotation":270,"texture":"#0"},"west":{"uv":[12.5,12,14,16],"rotation":270,"texture":"#0"},"up":{"uv":[12,11,16,16],"rotation":270,"texture":"#0"},"down":{"uv":[12,11,16,16],"rotation":270,"texture":"#0"}}},{"from":[7.44178,1.60296,6.015],"to":[12.41178,3.07296,9.985],"rotation":{"angle":45,"axis":"z","origin":[9.92678,2.33796,8]},"faces":{"north":{"uv":[11,12.5,16,14],"rotation":180,"texture":"#0"},"east":{"uv":[13,11,14.5,15],"rotation":270,"texture":"#0"},"south":{"uv":[13,11,14.5,16],"rotation":270,"texture":"#0"},"west":{"uv":[13,11,14.5,15],"rotation":270,"texture":"#0"},"up":{"uv":[12,11,16,16],"rotation":270,"texture":"#0"},"down":{"uv":[12,11,16,16],"rotation":270,"texture":"#0"}}},{"from":[3.58822,1.60296,6.015],"to":[8.55822,3.07296,9.985],"rotation":{"angle":-45,"axis":"z","origin":[6.07322,2.33796,8]},"faces":{"north":{"uv":[16,12.5,11,14],"rotation":180,"texture":"#0"},"east":{"uv":[13,15,14.5,11],"rotation":270,"texture":"#0"},"south":{"uv":[13,16,14.5,11],"rotation":270,"texture":"#0"},"west":{"uv":[13,15,14.5,11],"rotation":270,"texture":"#0"},"up":{"uv":[12,16,16,11],"rotation":270,"texture":"#0"},"down":{"uv":[12,16,16,11],"rotation":270,"texture":"#0"}}},{"from":[6.89613,0.134,6.025],"to":[10.24613,5.084,9.975],"rotation":{"angle":-22.5,"axis":"z","origin":[9.52113,2.609,8]},"faces":{"north":{"uv":[11,11,16,14.5],"rotation":270,"texture":"#0"},"east":{"uv":[11,11,16,15],"rotation":270,"texture":"#0"},"south":{"uv":[11,11,16,14.5],"rotation":270,"texture":"#0"},"west":{"uv":[11,11,16,15],"rotation":270,"texture":"#0"},"up":{"uv":[12,11.5,16,15],"rotation":180,"texture":"#0"},"down":{"uv":[11,11,15,14.5],"rotation":270,"texture":"#0"}}},{"from":[6.005,2.655,6.005],"to":[9.995,6.645,9.995],"rotation":{"angle":45,"axis":"z","origin":[8,4.65,8]},"faces":{"north":{"uv":[11,11,16,14.5],"rotation":270,"texture":"#0"},"east":{"uv":[11,11,16,15],"rotation":270,"texture":"#0"},"south":{"uv":[11,11,16,14.5],"rotation":270,"texture":"#0"},"west":{"uv":[11,11,16,15],"rotation":270,"texture":"#0"},"up":{"uv":[12,11.5,16,15],"rotation":180,"texture":"#0"},"down":{"uv":[11,11,15,14.5],"rotation":270,"texture":"#0"}}},{"from":[5.75387,0.134,6.025],"to":[9.10387,5.084,9.975],"rotation":{"angle":22.5,"axis":"z","origin":[6.47887,2.609,8]},"faces":{"north":{"uv":[11,14.5,16,11],"rotation":270,"texture":"#0"},"east":{"uv":[11,15,16,11],"rotation":270,"texture":"#0"},"south":{"uv":[11,14.5,16,11],"rotation":270,"texture":"#0"},"west":{"uv":[11,15,16,11],"rotation":270,"texture":"#0"},"up":{"uv":[16,11.5,12,15],"rotation":180,"texture":"#0"},"down":{"uv":[11,14.5,15,11],"rotation":270,"texture":"#0"}}},{"from":[9.16621,-2.71835,6.01],"to":[11.14621,0.26165,9.99],"rotation":{"angle":0,"axis":"z","origin":[10.15621,-1.22835,8]},"faces":{"north":{"uv":[7.5,9,10.5,11],"rotation":270,"texture":"#0"},"east":{"uv":[7.5,9,10.5,13],"rotation":270,"texture":"#0"},"south":{"uv":[7.5,9,10.5,11],"rotation":270,"texture":"#0"},"west":{"uv":[7.5,9,10.5,13],"rotation":270,"texture":"#0"},"up":{"uv":[7.5,9,11.5,11],"rotation":270,"texture":"#0"},"down":{"uv":[7.5,9,11.5,11],"rotation":270,"texture":"#0"}}},{"from":[4.85379,-2.61835,6.01],"to":[6.83379,0.36165,9.99],"rotation":{"angle":0,"axis":"z","origin":[5.84379,-1.12835,8]},"faces":{"north":{"uv":[7.5,11,10.5,13],"rotation":270,"texture":"#0"},"east":{"uv":[7.5,12,10.5,16],"rotation":270,"texture":"#0"},"south":{"uv":[7.5,11,10.5,13],"rotation":270,"texture":"#0"},"west":{"uv":[7.5,12,10.5,16],"rotation":270,"texture":"#0"},"up":{"uv":[7.5,11,11.5,13],"rotation":270,"texture":"#0"},"down":{"uv":[7.5,11,11.5,13],"rotation":270,"texture":"#0"}}},{"from":[9.15,-5.5,5.95],"to":[10.65,-1,6.95],"rotation":{"angle":22.5,"axis":"z","origin":[11.15,-2.5,5.95]},"faces":{"north":{"uv":[0.5,0.5,9.5,3.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,0.5,0.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,0,0.5,0.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,0,0.5,0.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,0,0.5,0.5],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,0.5,0.5],"rotation":270,"texture":"#0"}}},{"from":[5.35,-5.5,5.95],"to":[6.85,-1,9.95],"rotation":{"angle":-22.5,"axis":"z","origin":[4.85,-2.5,5.95]},"faces":{"north":{"uv":[0.5,3.5,9.5,0.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,0.5,0.5,0],"rotation":270,"texture":"#0"},"south":{"uv":[0,0.5,0.5,0],"rotation":270,"texture":"#0"},"west":{"uv":[0,0.5,0.5,0],"rotation":270,"texture":"#0"},"up":{"uv":[0,0.5,0.5,0],"rotation":270,"texture":"#0"},"down":{"uv":[0,0.5,0.5,0],"rotation":270,"texture":"#0"}}},{"from":[6.5,-5,5.4],"to":[9.5,-4,6.4],"rotation":{"angle":45,"axis":"x","origin":[8,-4.5,5.9]},"faces":{"north":{"uv":[2.5,5.5,5.5,6.5],"rotation":180,"texture":"#1"},"east":{"uv":[2.5,5.5,3.5,6.5],"rotation":180,"texture":"#1"},"south":{"uv":[2.5,5.5,5.5,6.5],"rotation":180,"texture":"#1"},"west":{"uv":[2.5,5.5,3.5,6.5],"rotation":180,"texture":"#1"},"up":{"uv":[2.5,5.5,5.5,6.5],"rotation":180,"texture":"#1"},"down":{"uv":[2.5,5.5,5.5,6.5],"rotation":180,"texture":"#1"}}},{"from":[6.5,17,4.9],"to":[9.5,18,5.9],"rotation":{"angle":45,"axis":"x","origin":[8,17.5,5.4]},"faces":{"north":{"uv":[6.5,10,9.5,11],"rotation":180,"texture":"#0"},"east":{"uv":[6.5,10,7.5,11],"rotation":180,"texture":"#0"},"south":{"uv":[6.5,10,9.5,11],"rotation":180,"texture":"#0"},"west":{"uv":[6.5,10,7.5,11],"rotation":180,"texture":"#0"},"up":{"uv":[6.5,10,9.5,11],"rotation":180,"texture":"#0"},"down":{"uv":[6.5,10,9.5,11],"rotation":180,"texture":"#0"}}},{"from":[7.5,-10.75,5.75],"to":[8.5,-8.25,6.75],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-9.5,6.25]},"faces":{"north":{"uv":[5,6,6,8.5],"rotation":180,"texture":"#2"},"east":{"uv":[6,6,5,8.5],"rotation":180,"texture":"#2"},"south":{"uv":[5,6,6,8.5],"rotation":180,"texture":"#2"},"west":{"uv":[6,6,5,8.5],"rotation":180,"texture":"#2"},"up":{"uv":[5,6,6,7],"rotation":180,"texture":"#2"},"down":{"uv":[5,6,6,7],"rotation":90,"texture":"#2"}}},{"from":[7.25,-8.75,5],"to":[8.75,-7.25,6.25],"rotation":{"angle":45,"axis":"z","origin":[8,-8,5.75]},"faces":{"north":{"uv":[4,7.5,5.5,9],"texture":"#2"},"east":{"uv":[4,7.5,5.25,9],"texture":"#2"},"south":{"uv":[4,7.5,5.5,9],"texture":"#2"},"west":{"uv":[4,7.5,5.25,9],"texture":"#2"},"up":{"uv":[4,7.5,5.5,8.75],"texture":"#2"},"down":{"uv":[4,7.5,5.5,8.75],"texture":"#2"}}},{"from":[7.25,17.5,5],"to":[8.75,19,7],"rotation":{"angle":45,"axis":"z","origin":[8,18.25,5.75]},"faces":{"north":{"uv":[4,7.5,5.5,9],"texture":"#0"},"east":{"uv":[4,7.5,6,9],"texture":"#0"},"south":{"uv":[4,7.5,5.5,9],"texture":"#0"},"west":{"uv":[4,7.5,6,9],"texture":"#0"},"up":{"uv":[4,7.5,5.5,9.5],"texture":"#0"},"down":{"uv":[4,7.5,5.5,9.5],"texture":"#0"}}},{"from":[6.75,-7.9,5.1],"to":[9.25,-6.9,6.35],"rotation":{"angle":0,"axis":"z","origin":[8,-7.65,5.85]},"faces":{"north":{"uv":[5.5,7.5,8,8.5],"texture":"#2"},"east":{"uv":[5.5,7.5,6.75,8.5],"texture":"#2"},"south":{"uv":[5.5,7.5,8,8.5],"texture":"#2"},"west":{"uv":[5.5,7.5,6.75,8.5],"texture":"#2"},"up":{"uv":[5.5,7.5,8,8.75],"texture":"#2"},"down":{"uv":[5.5,7.5,8,8.75],"texture":"#2"}}},{"from":[6.75,18.35,5.1],"to":[9.25,19.35,7.1],"rotation":{"angle":0,"axis":"z","origin":[8,18.6,5.85]},"faces":{"north":{"uv":[5.5,7.5,8,8.5],"texture":"#0"},"east":{"uv":[5.5,7.5,7.5,8.5],"texture":"#0"},"south":{"uv":[5.5,7.5,8,8.5],"texture":"#0"},"west":{"uv":[5.5,7.5,7.5,8.5],"texture":"#0"},"up":{"uv":[5.5,7.5,8,9.5],"texture":"#0"},"down":{"uv":[5.5,7.5,8,9.5],"texture":"#0"}}},{"from":[7,0.1,5.35],"to":[9,8.85,6.85],"rotation":{"angle":0,"axis":"z","origin":[8.25,0.35,5.85]},"faces":{"north":{"uv":[5.5,0,7.5,8.75],"texture":"#2"},"east":{"uv":[5.5,0,7,8.75],"texture":"#2"},"south":{"uv":[5.5,0,7.5,8.75],"texture":"#2"},"west":{"uv":[5.5,0,7,8.75],"texture":"#2"},"up":{"uv":[5.5,0,7.5,1.5],"texture":"#2"},"down":{"uv":[5,7.5,7,9],"texture":"#2"}}},{"from":[7.25,8.85,5.35],"to":[8.75,17.85,6.85],"rotation":{"angle":0,"axis":"x","origin":[7.75,13.225,5.85]},"faces":{"north":{"uv":[5.5,0,7,9],"rotation":180,"texture":"#2"},"east":{"uv":[5.5,0,7,9],"rotation":180,"texture":"#2"},"south":{"uv":[5.5,0,7,9],"rotation":180,"texture":"#2"},"west":{"uv":[5.5,0,7,9],"rotation":180,"texture":"#2"},"up":{"uv":[5.5,7.5,7,9],"texture":"#2"},"down":{"uv":[5.5,0,7,1.5],"texture":"#2"}}},{"from":[7.26,3.86,6.36],"to":[8.74,10.59,7.34],"rotation":{"angle":-22.5,"axis":"x","origin":[8,8.225,6.85]},"faces":{"north":{"uv":[5.5,0,7,6.75],"texture":"#2"},"east":{"uv":[5.5,0,6.5,6.75],"texture":"#2"},"south":{"uv":[5.5,0,7,6.75],"texture":"#2"},"west":{"uv":[5.5,0,6.5,6.75],"texture":"#2"},"up":{"uv":[5.5,0,7,1],"texture":"#2"},"down":{"uv":[5.5,8,7,9],"texture":"#2"}}},{"from":[7.15,-7.1,5.15],"to":[7.35,17.1,5.35],"rotation":{"angle":0,"axis":"y","origin":[6.75,-7.5,4.75]},"faces":{"north":{"uv":[0,9,16,9.5],"rotation":90,"texture":"#3"},"east":{"uv":[0,9,16,9.5],"rotation":90,"texture":"#3"},"south":{"uv":[0,9,16,9.5],"rotation":90,"texture":"#3"},"west":{"uv":[0,9,16,9.5],"rotation":90,"texture":"#3"},"up":{"uv":[0,9,16,9.5],"rotation":90,"texture":"#3"},"down":{"uv":[0,9,16,9.5],"rotation":90,"texture":"#3"}}},{"from":[7.65,-7.1,5.15],"to":[7.85,17.1,5.35],"rotation":{"angle":0,"axis":"y","origin":[7.25,-7.5,4.75]},"faces":{"north":{"uv":[0,9,16,9.5],"rotation":90,"texture":"#3"},"east":{"uv":[0,9,16,9.5],"rotation":90,"texture":"#3"},"south":{"uv":[0,9,16,9.5],"rotation":90,"texture":"#3"},"west":{"uv":[0,9,16,9.5],"rotation":90,"texture":"#3"},"up":{"uv":[0,9,16,9.5],"rotation":90,"texture":"#3"},"down":{"uv":[0,9,16,9.5],"rotation":90,"texture":"#3"}}},{"from":[8.15,-7.1,5.15],"to":[8.35,17.1,5.35],"rotation":{"angle":0,"axis":"y","origin":[7.75,-7.5,4.75]},"faces":{"north":{"uv":[0,9,16,9.5],"rotation":90,"texture":"#3"},"east":{"uv":[0,9,16,9.5],"rotation":90,"texture":"#3"},"south":{"uv":[0,9,16,9.5],"rotation":90,"texture":"#3"},"west":{"uv":[0,9,16,9.5],"rotation":90,"texture":"#3"},"up":{"uv":[0,9,16,9.5],"rotation":90,"texture":"#3"},"down":{"uv":[0,9,16,9.5],"rotation":90,"texture":"#3"}}},{"from":[8.65,-7.1,5.15],"to":[8.85,17.1,5.35],"rotation":{"angle":0,"axis":"y","origin":[8.25,-7.5,4.75]},"faces":{"north":{"uv":[0,9,16,9.5],"rotation":90,"texture":"#3"},"east":{"uv":[0,9,16,9.5],"rotation":90,"texture":"#3"},"south":{"uv":[0,9,16,9.5],"rotation":90,"texture":"#3"},"west":{"uv":[0,9,16,9.5],"rotation":90,"texture":"#3"},"up":{"uv":[0,9,16,9.5],"rotation":90,"texture":"#3"},"down":{"uv":[0,9,16,9.5],"rotation":90,"texture":"#3"}}},{"from":[7.3869,19.24942,5.00575],"to":[8.5869,20.24942,7.00575],"rotation":{"angle":0,"axis":"x","origin":[7.9869,21.62374,5.61119]},"faces":{"north":{"uv":[4,15.5,5,14.5],"texture":"#0"},"east":{"uv":[5,15,7,14],"texture":"#0"},"south":{"uv":[3.5,15.5,5.5,14.5],"texture":"#0"},"west":{"uv":[3.5,15.5,5.5,14.5],"texture":"#0"},"up":{"uv":[3.5,15.5,5.5,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,15.5,5.5,14.5],"rotation":90,"texture":"#0"}}},{"from":[7.3869,21.28321,6.87521],"to":[8.5869,22.48321,7.87521],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,21.62374,5.61119]},"faces":{"north":{"uv":[6,16,7,15],"texture":"#0"},"east":{"uv":[6,16,7,15],"texture":"#0"},"south":{"uv":[5.5,16,6.5,15],"rotation":270,"texture":"#0"},"west":{"uv":[6,16,7,15],"rotation":90,"texture":"#0"},"up":{"uv":[6,16,7,15],"texture":"#0"},"down":{"uv":[6,16,7,15],"texture":"#0"}}},{"from":[7.2869,19.34929,4.06392],"to":[8.6869,20.54929,6.26392],"rotation":{"angle":-45,"axis":"x","origin":[7.9869,21.62374,5.61119]},"faces":{"north":{"uv":[1.5,15.5,3,14],"rotation":90,"texture":"#0"},"east":{"uv":[1.5,15.5,4,14],"rotation":180,"texture":"#0"},"south":{"uv":[2.5,15.5,4,14],"rotation":270,"texture":"#0"},"west":{"uv":[1.5,15.5,4,14],"texture":"#0"},"up":{"uv":[1.5,15.5,4,14],"rotation":90,"texture":"#0"},"down":{"uv":[1.5,15.5,4,14],"rotation":270,"texture":"#0"}}},{"from":[7.4369,19.24847,5.11045],"to":[8.5369,20.14847,6.01045],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,21.62374,5.61119]},"faces":{"north":{"uv":[4.5,14,5.6,14.9],"texture":"#0"},"east":{"uv":[4.5,14,5.4,14.9],"texture":"#0"},"south":{"uv":[4.5,14,5.6,14.9],"texture":"#0"},"west":{"uv":[4.5,14,5.4,14.9],"texture":"#0"},"up":{"uv":[4.5,14,5.6,14.9],"texture":"#0"},"down":{"uv":[4.5,14,5.6,14.9],"texture":"#0"}}},{"from":[7.4369,21.5405,7.08792],"to":[8.5369,22.4405,7.98792],"rotation":{"angle":0,"axis":"x","origin":[7.9869,21.62374,5.61119]},"faces":{"north":{"uv":[6.5,14.5,7.5,13.5],"rotation":180,"texture":"#0"},"east":{"uv":[6.5,14.5,7.5,13.5],"rotation":180,"texture":"#0"},"south":{"uv":[6.5,14.5,7.5,13.5],"rotation":180,"texture":"#0"},"west":{"uv":[6.5,14.5,7.5,13.5],"rotation":180,"texture":"#0"},"up":{"uv":[6.5,13.5,7.5,14],"rotation":180,"texture":"#0"},"down":{"uv":[6.5,14.5,7.5,13.5],"rotation":180,"texture":"#0"}}},{"from":[7.4869,21.12739,3.27509],"to":[8.4869,21.92739,4.07509],"rotation":{"angle":-45,"axis":"x","origin":[7.9869,21.62374,5.61119]},"faces":{"north":{"uv":[9,14.5,10,15],"texture":"#0"},"east":{"uv":[9,14.5,10,15],"texture":"#0"},"south":{"uv":[9,14.5,10,15],"texture":"#0"},"west":{"uv":[9,14.5,10,15],"texture":"#0"},"up":{"uv":[9,14.5,10,15],"texture":"#0"},"down":{"uv":[9,14.5,10,15],"texture":"#0"}}},{"from":[7.4869,21.41879,7.26956],"to":[8.4869,22.21879,8.06956],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,21.62374,5.61119]},"faces":{"north":{"uv":[9,15,10,14],"rotation":180,"texture":"#0"},"east":{"uv":[9,15,10,14],"rotation":180,"texture":"#0"},"south":{"uv":[9,15,10,14],"rotation":180,"texture":"#0"},"west":{"uv":[9,15,10,14],"rotation":180,"texture":"#0"},"up":{"uv":[9,14.5,10,14],"rotation":180,"texture":"#0"},"down":{"uv":[9,15,10,14],"rotation":180,"texture":"#0"}}},{"from":[7.5369,20.23658,3.79461],"to":[8.4369,20.93658,4.49461],"rotation":{"angle":0,"axis":"x","origin":[7.9869,21.62374,5.61119]},"faces":{"north":{"uv":[9,14,9.5,14.5],"texture":"#0"},"east":{"uv":[9,14,9.5,14.5],"texture":"#0"},"south":{"uv":[9,14,9.5,14.5],"texture":"#0"},"west":{"uv":[9,14,9.5,14.5],"texture":"#0"},"up":{"uv":[9,14,9.5,14.5],"texture":"#0"},"down":{"uv":[9,14,9.5,14.5],"texture":"#0"}}},{"from":[7.5369,23.03283,6.07876],"to":[8.4369,23.73283,6.87876],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,21.62374,5.61119]},"faces":{"north":{"uv":[9.5,14.5,10.5,14],"rotation":180,"texture":"#0"},"east":{"uv":[9.5,14.5,10.5,14],"rotation":180,"texture":"#0"},"south":{"uv":[9.5,14.5,10.5,14],"rotation":180,"texture":"#0"},"west":{"uv":[9.5,14.5,10.5,14],"rotation":180,"texture":"#0"},"up":{"uv":[9.5,14.5,10.5,14],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,14.5,10.5,14],"rotation":180,"texture":"#0"}}},{"from":[7.5869,20.2543,4.25315],"to":[8.3869,20.8543,4.85315],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,21.62374,5.61119]},"faces":{"north":{"uv":[10,14,10.5,14.5],"texture":"#0"},"east":{"uv":[10,14,10.5,14.5],"texture":"#0"},"south":{"uv":[10,14,10.5,14.5],"texture":"#0"},"west":{"uv":[10,14,10.5,14.5],"texture":"#0"},"up":{"uv":[10,14,10.5,14.5],"texture":"#0"},"down":{"uv":[10,14,10.5,14.5],"texture":"#0"}}},{"from":[7.5869,21.67762,7.12903],"to":[8.3869,22.27762,7.72903],"rotation":{"angle":-45,"axis":"x","origin":[7.9869,21.62374,5.61119]},"faces":{"north":{"uv":[10.5,15,11,14.5],"texture":"#0"},"east":{"uv":[10.5,15,11,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[10.5,15,11,14.5],"rotation":180,"texture":"#0"},"west":{"uv":[10.5,15,11,14.5],"rotation":270,"texture":"#0"},"up":{"uv":[10.5,15,11,14.5],"texture":"#0"},"down":{"uv":[10.5,15,11,14.5],"rotation":180,"texture":"#0"}}},{"from":[7.5969,21.99395,4.39061],"to":[8.3769,22.57395,4.97061],"rotation":{"angle":-45,"axis":"x","origin":[7.9869,21.62374,5.61119]},"faces":{"north":{"uv":[11.5,14,12,14.5],"texture":"#0"},"east":{"uv":[11.5,14,12,14.5],"texture":"#0"},"south":{"uv":[11.5,14,12,14.5],"texture":"#0"},"west":{"uv":[11.5,14,12,14.5],"texture":"#0"},"up":{"uv":[11.5,14,12,14.5],"texture":"#0"},"down":{"uv":[11.5,14,12,14.5],"texture":"#0"}}},{"from":[7.5969,22.8187,6.77328],"to":[8.3769,23.6987,7.35328],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,21.62374,5.61119]},"faces":{"north":{"uv":[11,14.5,12,14],"rotation":270,"texture":"#0"},"east":{"uv":[11,14.5,12,14],"rotation":270,"texture":"#0"},"south":{"uv":[11,14.5,12,14],"rotation":270,"texture":"#0"},"west":{"uv":[11,14.5,12,14],"rotation":270,"texture":"#0"},"up":{"uv":[11.5,14.5,12,14],"rotation":270,"texture":"#0"},"down":{"uv":[11,14.5,12,14],"rotation":270,"texture":"#0"}}},{"from":[7.6069,21.68649,4.66575],"to":[8.3669,22.24649,5.22575],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,21.62374,5.61119]},"faces":{"north":{"uv":[11.5,14,12,14.5],"texture":"#0"},"east":{"uv":[11.5,14,12,14.5],"texture":"#0"},"south":{"uv":[11.5,14,12,14.5],"texture":"#0"},"west":{"uv":[11.5,14,12,14.5],"texture":"#0"},"up":{"uv":[11.5,14,12,14.5],"texture":"#0"},"down":{"uv":[11.5,14,12,14.5],"texture":"#0"}}},{"from":[7.6069,23.9683,5.91557],"to":[8.3669,24.9683,6.47557],"rotation":{"angle":0,"axis":"x","origin":[7.9869,21.62374,5.61119]},"faces":{"north":{"uv":[12,14.5,13,14],"rotation":270,"texture":"#0"},"east":{"uv":[12,14.5,13,14],"rotation":270,"texture":"#0"},"south":{"uv":[12,14.5,13,14],"rotation":270,"texture":"#0"},"west":{"uv":[12,14.5,13,14],"rotation":270,"texture":"#0"},"up":{"uv":[12.5,14.5,13,14],"rotation":270,"texture":"#0"},"down":{"uv":[12,14.5,13,14],"rotation":270,"texture":"#0"}}},{"from":[7.6069,21.04361,2.74273],"to":[8.3669,21.60361,3.30273],"rotation":{"angle":-45,"axis":"x","origin":[7.9869,21.62374,5.61119]},"faces":{"north":{"uv":[9,14,9.5,14.5],"texture":"#0"},"east":{"uv":[9,14,9.5,14.5],"texture":"#0"},"south":{"uv":[9,14,9.5,14.5],"texture":"#0"},"west":{"uv":[9,14,9.5,14.5],"texture":"#0"},"up":{"uv":[9,14,9.5,14.5],"texture":"#0"},"down":{"uv":[9,14,9.5,14.5],"texture":"#0"}}},{"from":[7.6169,21.17,4.99413],"to":[8.3569,21.71,5.53413],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,21.62374,5.61119]},"faces":{"north":{"uv":[13,14.5,13.5,15],"texture":"#0"},"east":{"uv":[13,14.5,13.5,15],"texture":"#0"},"south":{"uv":[13,14.5,13.5,15],"texture":"#0"},"west":{"uv":[13,14.5,13.5,15],"texture":"#0"},"up":{"uv":[13,14.5,13.5,15],"texture":"#0"},"down":{"uv":[13,14.5,13.5,15],"texture":"#0"}}},{"from":[7.6169,24.80224,4.63171],"to":[8.3569,25.34224,5.17171],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,21.62374,5.61119]},"faces":{"north":{"uv":[14.5,13,15,12.5],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,13,15,12.5],"rotation":270,"texture":"#0"},"south":{"uv":[14.5,13,15,12.5],"rotation":270,"texture":"#0"},"west":{"uv":[14.5,13,15,12.5],"rotation":270,"texture":"#0"},"up":{"uv":[14.5,13,15,12.5],"rotation":270,"texture":"#0"},"down":{"uv":[14.5,13,15,12.5],"rotation":270,"texture":"#0"}}},{"from":[7.6169,18.94536,3.67866],"to":[8.3569,19.48536,4.21866],"rotation":{"angle":0,"axis":"x","origin":[7.9869,21.62374,5.61119]},"faces":{"north":{"uv":[11.5,14,12,14.5],"texture":"#0"},"east":{"uv":[11.5,14,12,14.5],"texture":"#0"},"south":{"uv":[11.5,14,12,14.5],"texture":"#0"},"west":{"uv":[11.5,14,12,14.5],"texture":"#0"},"up":{"uv":[11.5,14,12,14.5],"texture":"#0"},"down":{"uv":[11.5,14,12,14.5],"texture":"#0"}}},{"from":[7.6469,21.24073,5.12995],"to":[8.3269,21.72073,5.60995],"rotation":{"angle":-45,"axis":"x","origin":[7.9869,21.62374,5.61119]},"faces":{"north":{"uv":[13,14.5,13.5,15],"texture":"#0"},"east":{"uv":[13,14.5,13.5,15],"texture":"#0"},"south":{"uv":[13,14.5,13.5,15],"texture":"#0"},"west":{"uv":[13,14.5,13.5,15],"texture":"#0"},"up":{"uv":[13,14.5,13.5,15],"texture":"#0"},"down":{"uv":[13,14.5,13.5,15],"texture":"#0"}}},{"from":[7.6469,23.42023,8.67904],"to":[8.3269,23.90023,9.15904],"rotation":{"angle":-45,"axis":"x","origin":[7.9869,21.62374,5.61119]},"faces":{"north":{"uv":[14.5,13,15,12.5],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,13,15,12.5],"rotation":270,"texture":"#0"},"south":{"uv":[14.5,13,15,12.5],"rotation":270,"texture":"#0"},"west":{"uv":[14.5,13,15,12.5],"rotation":270,"texture":"#0"},"up":{"uv":[14.5,13,15,12.5],"rotation":270,"texture":"#0"},"down":{"uv":[14.5,13,15,12.5],"rotation":270,"texture":"#0"}}},{"from":[7.6469,19.40157,2.85224],"to":[8.3269,19.88157,3.33224],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,21.62374,5.61119]},"faces":{"north":{"uv":[11.5,14,12,14.5],"texture":"#0"},"east":{"uv":[11.5,14,12,14.5],"texture":"#0"},"south":{"uv":[11.5,14,12,14.5],"texture":"#0"},"west":{"uv":[11.5,14,12,14.5],"texture":"#0"},"up":{"uv":[11.5,14,12,14.5],"texture":"#0"},"down":{"uv":[11.5,14,12,14.5],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[-180,85,0],"translation":[2.5,5.5,1.25],"scale":[1.45,1.45,1.45]},"thirdperson_lefthand":{"rotation":[-180,85,0],"translation":[2.5,5.5,1.25],"scale":[1.45,1.45,1.45]},"firstperson_righthand":{"rotation":[153,71,2],"translation":[2,1.25,0]},"firstperson_lefthand":{"rotation":[153,71,2],"translation":[2,1.25,0]},"head":{"scale":[2,2,2]},"gui":{"rotation":[-30,153,57],"translation":[1,0.5,0],"scale":[0.63,0.57,0.63]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/oar_spear.json b/assets/minecraft/models/item/wynn/skin/spear/oar_spear.json new file mode 100644 index 000000000..7a3704c45 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/oar_spear.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"voxels_palette":"skins/oar_palette"},"elements":[{"from":[7,12.5,7.75],"to":[7.25,12.75,8],"faces":{"north":{"uv":[5.24,4.24,5.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,4.24,5.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,4.24,5.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,4.24,5.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,4.24,5.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,4.24,5.76,4.76],"texture":"#voxels_palette"}}},{"from":[7,12.75,7.75],"to":[8.25,13,8],"faces":{"north":{"uv":[6.24,4.24,6.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,4.24,6.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,4.24,6.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,4.24,6.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,4.24,6.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,4.24,6.76,4.76],"texture":"#voxels_palette"}}},{"from":[7,13,7.5],"to":[8,13.5,7.75],"faces":{"north":{"uv":[7.24,4.24,7.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,4.24,7.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,4.24,7.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,4.24,7.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,4.24,7.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,4.24,7.76,4.76],"texture":"#voxels_palette"}}},{"from":[7,13,7.75],"to":[7.25,13.25,8],"faces":{"north":{"uv":[8.24,4.24,8.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,4.24,8.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,4.24,8.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,4.24,8.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,4.24,8.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,4.24,8.76,4.76],"texture":"#voxels_palette"}}},{"from":[7,13.25,7.75],"to":[7.25,13.5,8],"faces":{"north":{"uv":[7.24,4.24,7.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,4.24,7.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,4.24,7.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,4.24,7.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,4.24,7.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,4.24,7.76,4.76],"texture":"#voxels_palette"}}},{"from":[7,13.5,7.75],"to":[7.25,13.75,8],"faces":{"north":{"uv":[9.24,4.24,9.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[9.24,4.24,9.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[9.24,4.24,9.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[9.24,4.24,9.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[9.24,4.24,9.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[9.24,4.24,9.76,4.76],"texture":"#voxels_palette"}}},{"from":[7.25,0,7.5],"to":[7.5,0.25,7.75],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,0.24,1.76,0.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,0.24,1.76,0.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,0.24,1.76,0.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,0.24,1.76,0.76],"texture":"#voxels_palette"}}},{"from":[7.25,0,7.75],"to":[7.5,0.25,8],"faces":{"north":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.25,0,8],"to":[7.5,0.25,8.25],"faces":{"north":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.25,0.25,7.5],"to":[7.5,0.5,7.75],"faces":{"north":{"uv":[3.24,0.24,3.76,0.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,0.24,3.76,0.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,0.24,3.76,0.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,0.24,3.76,0.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,0.24,3.76,0.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,0.24,3.76,0.76],"texture":"#voxels_palette"}}},{"from":[7.25,0.25,7.75],"to":[8.25,0.5,8],"faces":{"north":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.25,0.25,8],"to":[7.5,0.5,8.25],"faces":{"north":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.25,0.5,7.75],"to":[7.5,0.75,8],"faces":{"north":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.25,0.75,7.75],"to":[8.25,1,8],"faces":{"north":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.25,4.5,7.5],"to":[7.5,4.75,7.75],"faces":{"north":{"uv":[12.24,2.24,12.76,2.76],"texture":"#voxels_palette"},"east":{"uv":[12.24,2.24,12.76,2.76],"texture":"#voxels_palette"},"south":{"uv":[12.24,2.24,12.76,2.76],"texture":"#voxels_palette"},"west":{"uv":[12.24,2.24,12.76,2.76],"texture":"#voxels_palette"},"up":{"uv":[12.24,2.24,12.76,2.76],"texture":"#voxels_palette"},"down":{"uv":[12.24,2.24,12.76,2.76],"texture":"#voxels_palette"}}},{"from":[7.25,4.5,7.75],"to":[7.5,4.75,8],"faces":{"north":{"uv":[13.24,2.24,13.76,2.76],"texture":"#voxels_palette"},"east":{"uv":[13.24,2.24,13.76,2.76],"texture":"#voxels_palette"},"south":{"uv":[13.24,2.24,13.76,2.76],"texture":"#voxels_palette"},"west":{"uv":[13.24,2.24,13.76,2.76],"texture":"#voxels_palette"},"up":{"uv":[13.24,2.24,13.76,2.76],"texture":"#voxels_palette"},"down":{"uv":[13.24,2.24,13.76,2.76],"texture":"#voxels_palette"}}},{"from":[7.25,4.5,8],"to":[7.5,4.75,8.25],"faces":{"north":{"uv":[7.24,3.24,7.76,3.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,3.24,7.76,3.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,3.24,7.76,3.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,3.24,7.76,3.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,3.24,7.76,3.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,3.24,7.76,3.76],"texture":"#voxels_palette"}}},{"from":[7.25,4.75,8.25],"to":[7.5,5,8.5],"faces":{"north":{"uv":[8.24,3.24,8.76,3.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,3.24,8.76,3.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,3.24,8.76,3.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,3.24,8.76,3.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,3.24,8.76,3.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,3.24,8.76,3.76],"texture":"#voxels_palette"}}},{"from":[7.25,5,7.5],"to":[7.5,5.25,7.75],"faces":{"north":{"uv":[14.24,2.24,14.76,2.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,2.24,14.76,2.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,2.24,14.76,2.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,2.24,14.76,2.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,2.24,14.76,2.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,2.24,14.76,2.76],"texture":"#voxels_palette"}}},{"from":[7.25,5,7.75],"to":[7.5,5.25,8],"faces":{"north":{"uv":[15.24,2.24,15.76,2.76],"texture":"#voxels_palette"},"east":{"uv":[15.24,2.24,15.76,2.76],"texture":"#voxels_palette"},"south":{"uv":[15.24,2.24,15.76,2.76],"texture":"#voxels_palette"},"west":{"uv":[15.24,2.24,15.76,2.76],"texture":"#voxels_palette"},"up":{"uv":[15.24,2.24,15.76,2.76],"texture":"#voxels_palette"},"down":{"uv":[15.24,2.24,15.76,2.76],"texture":"#voxels_palette"}}},{"from":[7.25,5,8],"to":[7.5,5.25,8.25],"faces":{"north":{"uv":[9.24,3.24,9.76,3.76],"texture":"#voxels_palette"},"east":{"uv":[9.24,3.24,9.76,3.76],"texture":"#voxels_palette"},"south":{"uv":[9.24,3.24,9.76,3.76],"texture":"#voxels_palette"},"west":{"uv":[9.24,3.24,9.76,3.76],"texture":"#voxels_palette"},"up":{"uv":[9.24,3.24,9.76,3.76],"texture":"#voxels_palette"},"down":{"uv":[9.24,3.24,9.76,3.76],"texture":"#voxels_palette"}}},{"from":[7.25,9.75,7.5],"to":[7.5,10,7.75],"faces":{"north":{"uv":[1.24,4.24,1.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,4.24,1.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,4.24,1.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,4.24,1.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,4.24,1.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,4.24,1.76,4.76],"texture":"#voxels_palette"}}},{"from":[7.25,9.75,7.75],"to":[7.5,10,8],"faces":{"north":{"uv":[14.24,2.24,14.76,2.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,2.24,14.76,2.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,2.24,14.76,2.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,2.24,14.76,2.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,2.24,14.76,2.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,2.24,14.76,2.76],"texture":"#voxels_palette"}}},{"from":[7.25,9.75,8],"to":[7.5,10,8.25],"faces":{"north":{"uv":[2.24,4.24,2.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,4.24,2.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,4.24,2.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,4.24,2.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,4.24,2.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,4.24,2.76,4.76],"texture":"#voxels_palette"}}},{"from":[7.25,10.25,7.75],"to":[8.25,10.5,8],"faces":{"north":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.25,10.5,7.75],"to":[7.5,10.75,8],"faces":{"north":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.25,10.75,7.75],"to":[8.25,11,8],"faces":{"north":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.25,11,7.75],"to":[7.5,11.25,8],"faces":{"north":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.25,11.25,7.75],"to":[8.25,11.5,8],"faces":{"north":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.25,11.5,7.75],"to":[7.75,12,8],"faces":{"north":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.25,12,7.75],"to":[7.5,12.25,8],"faces":{"north":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.25,12.25,7.75],"to":[8.25,12.5,8],"faces":{"north":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.25,12.5,7.75],"to":[7.5,12.75,8],"faces":{"north":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.25,12.5,8],"to":[8,12.75,8.25],"faces":{"north":{"uv":[4.24,5.24,4.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,5.24,4.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,5.24,4.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,5.24,4.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,5.24,4.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,5.24,4.76,5.76],"texture":"#voxels_palette"}}},{"from":[7.25,12.5,8.5],"to":[7.75,12.75,8.75],"faces":{"north":{"uv":[12.24,5.24,12.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[12.24,5.24,12.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[12.24,5.24,12.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[12.24,5.24,12.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[12.24,5.24,12.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[12.24,5.24,12.76,5.76],"texture":"#voxels_palette"}}},{"from":[7.25,12.5,8.75],"to":[7.5,12.75,9],"faces":{"north":{"uv":[13.24,5.24,13.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[13.24,5.24,13.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[13.24,5.24,13.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[13.24,5.24,13.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[13.24,5.24,13.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[13.24,5.24,13.76,5.76],"texture":"#voxels_palette"}}},{"from":[7.25,12.5,9],"to":[7.75,12.75,9.25],"faces":{"north":{"uv":[14.24,5.24,14.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,5.24,14.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,5.24,14.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,5.24,14.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,5.24,14.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,5.24,14.76,5.76],"texture":"#voxels_palette"}}},{"from":[7.25,12.75,7.5],"to":[7.5,13,7.75],"faces":{"north":{"uv":[10.24,4.24,10.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,4.24,10.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,4.24,10.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,4.24,10.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,4.24,10.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,4.24,10.76,4.76],"texture":"#voxels_palette"}}},{"from":[7.25,12.75,8],"to":[7.5,13,8.25],"faces":{"north":{"uv":[12.24,4.24,12.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[12.24,4.24,12.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[12.24,4.24,12.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[12.24,4.24,12.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[12.24,4.24,12.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[12.24,4.24,12.76,4.76],"texture":"#voxels_palette"}}},{"from":[7.25,12.75,8.25],"to":[7.75,13,8.5],"faces":{"north":{"uv":[15.24,5.24,15.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[15.24,5.24,15.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[15.24,5.24,15.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[15.24,5.24,15.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[15.24,5.24,15.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[15.24,5.24,15.76,5.76],"texture":"#voxels_palette"}}},{"from":[7.25,12.75,8.5],"to":[7.5,13,8.75],"faces":{"north":{"uv":[0.24,6.24,0.76,6.76],"texture":"#voxels_palette"},"east":{"uv":[0.24,6.24,0.76,6.76],"texture":"#voxels_palette"},"south":{"uv":[0.24,6.24,0.76,6.76],"texture":"#voxels_palette"},"west":{"uv":[0.24,6.24,0.76,6.76],"texture":"#voxels_palette"},"up":{"uv":[0.24,6.24,0.76,6.76],"texture":"#voxels_palette"},"down":{"uv":[0.24,6.24,0.76,6.76],"texture":"#voxels_palette"}}},{"from":[7.25,13,7.75],"to":[7.5,13.25,8],"faces":{"north":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.25,13,8],"to":[8,13.25,8.25],"faces":{"north":{"uv":[1.24,6.24,1.76,6.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,6.24,1.76,6.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,6.24,1.76,6.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,6.24,1.76,6.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,6.24,1.76,6.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,6.24,1.76,6.76],"texture":"#voxels_palette"}}},{"from":[7.25,13.25,7.25],"to":[7.5,13.5,7.5],"faces":{"north":{"uv":[11.24,4.24,11.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[11.24,4.24,11.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[11.24,4.24,11.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[11.24,4.24,11.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[11.24,4.24,11.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[11.24,4.24,11.76,4.76],"texture":"#voxels_palette"}}},{"from":[7.25,13.25,7.75],"to":[7.5,13.5,8],"faces":{"north":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"east":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"south":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"west":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"up":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"down":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"}}},{"from":[7.25,13.25,8],"to":[7.5,13.5,8.25],"faces":{"north":{"uv":[2.24,6.24,2.76,6.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,6.24,2.76,6.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,6.24,2.76,6.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,6.24,2.76,6.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,6.24,2.76,6.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,6.24,2.76,6.76],"texture":"#voxels_palette"}}},{"from":[7.25,13.5,7.25],"to":[7.75,13.75,7.5],"faces":{"north":{"uv":[13.24,4.24,13.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[13.24,4.24,13.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[13.24,4.24,13.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[13.24,4.24,13.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[13.24,4.24,13.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[13.24,4.24,13.76,4.76],"texture":"#voxels_palette"}}},{"from":[7.25,13.5,7.5],"to":[7.5,13.75,7.75],"faces":{"north":{"uv":[14.24,4.24,14.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,4.24,14.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,4.24,14.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,4.24,14.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,4.24,14.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,4.24,14.76,4.76],"texture":"#voxels_palette"}}},{"from":[7.25,13.5,7.75],"to":[8.5,13.75,8],"faces":{"north":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.25,13.75,7.5],"to":[8.25,14,7.75],"faces":{"north":{"uv":[15.24,4.24,15.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[15.24,4.24,15.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[15.24,4.24,15.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[15.24,4.24,15.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[15.24,4.24,15.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[15.24,4.24,15.76,4.76],"texture":"#voxels_palette"}}},{"from":[7.25,13.75,7.75],"to":[7.5,14,8],"faces":{"north":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.25,14,7.5],"to":[7.5,14.25,7.75],"faces":{"north":{"uv":[0.24,5.24,0.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[0.24,5.24,0.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[0.24,5.24,0.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[0.24,5.24,0.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[0.24,5.24,0.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[0.24,5.24,0.76,5.76],"texture":"#voxels_palette"}}},{"from":[7.25,14,7.75],"to":[8.5,14.25,8],"faces":{"north":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"east":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"south":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"west":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"up":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"down":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"}}},{"from":[7.25,14.25,7.75],"to":[7.5,14.5,8],"faces":{"north":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.25,14.5,7.75],"to":[8.25,14.75,8],"faces":{"north":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,0,7.25],"to":[7.75,0.25,7.5],"faces":{"north":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,0,7.5],"to":[7.75,0.25,7.75],"faces":{"north":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,0,7.75],"to":[7.75,0.25,8],"faces":{"north":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,0,8],"to":[7.75,0.25,8.25],"faces":{"north":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,0,8.25],"to":[7.75,0.25,8.5],"faces":{"north":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,0.25,7.5],"to":[7.75,0.5,7.75],"faces":{"north":{"uv":[9.24,0.24,9.76,0.76],"texture":"#voxels_palette"},"east":{"uv":[9.24,0.24,9.76,0.76],"texture":"#voxels_palette"},"south":{"uv":[9.24,0.24,9.76,0.76],"texture":"#voxels_palette"},"west":{"uv":[9.24,0.24,9.76,0.76],"texture":"#voxels_palette"},"up":{"uv":[9.24,0.24,9.76,0.76],"texture":"#voxels_palette"},"down":{"uv":[9.24,0.24,9.76,0.76],"texture":"#voxels_palette"}}},{"from":[7.5,0.25,8],"to":[7.75,0.5,8.25],"faces":{"north":{"uv":[11.24,1.24,11.76,1.76],"texture":"#voxels_palette"},"east":{"uv":[11.24,1.24,11.76,1.76],"texture":"#voxels_palette"},"south":{"uv":[11.24,1.24,11.76,1.76],"texture":"#voxels_palette"},"west":{"uv":[11.24,1.24,11.76,1.76],"texture":"#voxels_palette"},"up":{"uv":[11.24,1.24,11.76,1.76],"texture":"#voxels_palette"},"down":{"uv":[11.24,1.24,11.76,1.76],"texture":"#voxels_palette"}}},{"from":[7.5,0.5,7.5],"to":[8,0.75,7.75],"faces":{"north":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,0.5,7.75],"to":[7.75,0.75,8],"faces":{"north":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,0.5,8],"to":[8,0.75,8.25],"faces":{"north":{"uv":[5.24,2.24,5.76,2.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,2.24,5.76,2.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,2.24,5.76,2.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,2.24,5.76,2.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,2.24,5.76,2.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,2.24,5.76,2.76],"texture":"#voxels_palette"}}},{"from":[7.5,0.75,7.5],"to":[7.75,1,7.75],"faces":{"north":{"uv":[11.24,0.24,11.76,0.76],"texture":"#voxels_palette"},"east":{"uv":[11.24,0.24,11.76,0.76],"texture":"#voxels_palette"},"south":{"uv":[11.24,0.24,11.76,0.76],"texture":"#voxels_palette"},"west":{"uv":[11.24,0.24,11.76,0.76],"texture":"#voxels_palette"},"up":{"uv":[11.24,0.24,11.76,0.76],"texture":"#voxels_palette"},"down":{"uv":[11.24,0.24,11.76,0.76],"texture":"#voxels_palette"}}},{"from":[7.5,0.75,8],"to":[7.75,1,8.25],"faces":{"north":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,1,7.5],"to":[7.75,1.25,7.75],"faces":{"north":{"uv":[13.24,0.24,13.76,0.76],"texture":"#voxels_palette"},"east":{"uv":[13.24,0.24,13.76,0.76],"texture":"#voxels_palette"},"south":{"uv":[13.24,0.24,13.76,0.76],"texture":"#voxels_palette"},"west":{"uv":[13.24,0.24,13.76,0.76],"texture":"#voxels_palette"},"up":{"uv":[13.24,0.24,13.76,0.76],"texture":"#voxels_palette"},"down":{"uv":[13.24,0.24,13.76,0.76],"texture":"#voxels_palette"}}},{"from":[7.5,1,7.75],"to":[7.75,1.25,8],"faces":{"north":{"uv":[14.24,0.24,14.76,0.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,0.24,14.76,0.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,0.24,14.76,0.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,0.24,14.76,0.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,0.24,14.76,0.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,0.24,14.76,0.76],"texture":"#voxels_palette"}}},{"from":[7.5,1,8],"to":[7.75,1.25,8.25],"faces":{"north":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,1.25,7.75],"to":[8,1.5,8],"faces":{"north":{"uv":[15.24,0.24,15.76,0.76],"texture":"#voxels_palette"},"east":{"uv":[15.24,0.24,15.76,0.76],"texture":"#voxels_palette"},"south":{"uv":[15.24,0.24,15.76,0.76],"texture":"#voxels_palette"},"west":{"uv":[15.24,0.24,15.76,0.76],"texture":"#voxels_palette"},"up":{"uv":[15.24,0.24,15.76,0.76],"texture":"#voxels_palette"},"down":{"uv":[15.24,0.24,15.76,0.76],"texture":"#voxels_palette"}}},{"from":[7.5,1.5,7.75],"to":[7.75,1.75,8],"faces":{"north":{"uv":[0.24,1.24,0.76,1.76],"texture":"#voxels_palette"},"east":{"uv":[0.24,1.24,0.76,1.76],"texture":"#voxels_palette"},"south":{"uv":[0.24,1.24,0.76,1.76],"texture":"#voxels_palette"},"west":{"uv":[0.24,1.24,0.76,1.76],"texture":"#voxels_palette"},"up":{"uv":[0.24,1.24,0.76,1.76],"texture":"#voxels_palette"},"down":{"uv":[0.24,1.24,0.76,1.76],"texture":"#voxels_palette"}}},{"from":[7.5,1.5,8],"to":[7.75,1.75,8.25],"faces":{"north":{"uv":[2.24,1.24,2.76,1.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,1.24,2.76,1.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,1.24,2.76,1.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,1.24,2.76,1.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,1.24,2.76,1.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,1.24,2.76,1.76],"texture":"#voxels_palette"}}},{"from":[7.5,1.75,7.75],"to":[8,2,8],"faces":{"north":{"uv":[1.24,1.24,1.76,1.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,1.24,1.76,1.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,1.24,1.76,1.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,1.24,1.76,1.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,1.24,1.76,1.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,1.24,1.76,1.76],"texture":"#voxels_palette"}}},{"from":[7.5,2,7.75],"to":[7.75,2.25,8],"faces":{"north":{"uv":[2.24,1.24,2.76,1.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,1.24,2.76,1.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,1.24,2.76,1.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,1.24,2.76,1.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,1.24,2.76,1.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,1.24,2.76,1.76],"texture":"#voxels_palette"}}},{"from":[7.5,2.25,7.75],"to":[8,2.5,8],"faces":{"north":{"uv":[3.24,1.24,3.76,1.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,1.24,3.76,1.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,1.24,3.76,1.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,1.24,3.76,1.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,1.24,3.76,1.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,1.24,3.76,1.76],"texture":"#voxels_palette"}}},{"from":[7.5,2.5,7.75],"to":[7.75,2.75,8],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,0.24,1.76,0.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,0.24,1.76,0.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,0.24,1.76,0.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,0.24,1.76,0.76],"texture":"#voxels_palette"}}},{"from":[7.5,2.75,7.75],"to":[8,3,8],"faces":{"north":{"uv":[3.24,1.24,3.76,1.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,1.24,3.76,1.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,1.24,3.76,1.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,1.24,3.76,1.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,1.24,3.76,1.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,1.24,3.76,1.76],"texture":"#voxels_palette"}}},{"from":[7.5,3,7.75],"to":[7.75,3.5,8],"faces":{"north":{"uv":[4.24,1.24,4.76,1.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,1.24,4.76,1.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,1.24,4.76,1.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,1.24,4.76,1.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,1.24,4.76,1.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,1.24,4.76,1.76],"texture":"#voxels_palette"}}},{"from":[7.5,3.5,7.75],"to":[8,3.75,8],"faces":{"north":{"uv":[5.24,1.24,5.76,1.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,1.24,5.76,1.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,1.24,5.76,1.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,1.24,5.76,1.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,1.24,5.76,1.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,1.24,5.76,1.76],"texture":"#voxels_palette"}}},{"from":[7.5,3.75,7.5],"to":[7.75,4,7.75],"faces":{"north":{"uv":[6.24,1.24,6.76,1.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,1.24,6.76,1.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,1.24,6.76,1.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,1.24,6.76,1.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,1.24,6.76,1.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,1.24,6.76,1.76],"texture":"#voxels_palette"}}},{"from":[7.5,3.75,7.75],"to":[7.75,4,8],"faces":{"north":{"uv":[7.24,1.24,7.76,1.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,1.24,7.76,1.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,1.24,7.76,1.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,1.24,7.76,1.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,1.24,7.76,1.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,1.24,7.76,1.76],"texture":"#voxels_palette"}}},{"from":[7.5,4,7.75],"to":[8,4.25,8],"faces":{"north":{"uv":[15.24,1.24,15.76,1.76],"texture":"#voxels_palette"},"east":{"uv":[15.24,1.24,15.76,1.76],"texture":"#voxels_palette"},"south":{"uv":[15.24,1.24,15.76,1.76],"texture":"#voxels_palette"},"west":{"uv":[15.24,1.24,15.76,1.76],"texture":"#voxels_palette"},"up":{"uv":[15.24,1.24,15.76,1.76],"texture":"#voxels_palette"},"down":{"uv":[15.24,1.24,15.76,1.76],"texture":"#voxels_palette"}}},{"from":[7.5,4.25,7.75],"to":[7.75,4.5,8],"faces":{"north":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,4.5,7.25],"to":[7.75,4.75,7.5],"faces":{"north":{"uv":[14.24,2.24,14.76,2.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,2.24,14.76,2.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,2.24,14.76,2.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,2.24,14.76,2.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,2.24,14.76,2.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,2.24,14.76,2.76],"texture":"#voxels_palette"}}},{"from":[7.5,4.5,7.75],"to":[8,4.75,8],"faces":{"north":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,4.5,8.25],"to":[7.75,4.75,8.5],"faces":{"north":{"uv":[10.24,3.24,10.76,3.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,3.24,10.76,3.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,3.24,10.76,3.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,3.24,10.76,3.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,3.24,10.76,3.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,3.24,10.76,3.76],"texture":"#voxels_palette"}}},{"from":[7.5,4.75,7.75],"to":[7.75,5,8],"faces":{"north":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,5,7.25],"to":[7.75,5.25,7.5],"faces":{"north":{"uv":[0.24,3.24,0.76,3.76],"texture":"#voxels_palette"},"east":{"uv":[0.24,3.24,0.76,3.76],"texture":"#voxels_palette"},"south":{"uv":[0.24,3.24,0.76,3.76],"texture":"#voxels_palette"},"west":{"uv":[0.24,3.24,0.76,3.76],"texture":"#voxels_palette"},"up":{"uv":[0.24,3.24,0.76,3.76],"texture":"#voxels_palette"},"down":{"uv":[0.24,3.24,0.76,3.76],"texture":"#voxels_palette"}}},{"from":[7.5,5,7.75],"to":[8,5.25,8],"faces":{"north":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"east":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"south":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"west":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"up":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"down":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"}}},{"from":[7.5,5,8.25],"to":[7.75,5.25,8.5],"faces":{"north":{"uv":[9.24,3.24,9.76,3.76],"texture":"#voxels_palette"},"east":{"uv":[9.24,3.24,9.76,3.76],"texture":"#voxels_palette"},"south":{"uv":[9.24,3.24,9.76,3.76],"texture":"#voxels_palette"},"west":{"uv":[9.24,3.24,9.76,3.76],"texture":"#voxels_palette"},"up":{"uv":[9.24,3.24,9.76,3.76],"texture":"#voxels_palette"},"down":{"uv":[9.24,3.24,9.76,3.76],"texture":"#voxels_palette"}}},{"from":[7.5,5.25,7.75],"to":[7.75,5.5,8],"faces":{"north":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,5.5,7.75],"to":[8,5.75,8],"faces":{"north":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,5.75,7.75],"to":[7.75,6,8],"faces":{"north":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,6,7.75],"to":[8,6.25,8],"faces":{"north":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,6.25,7.75],"to":[7.75,6.5,8],"faces":{"north":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,6.5,7.75],"to":[8,6.75,8],"faces":{"north":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,6.75,7.75],"to":[7.75,7,8],"faces":{"north":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,7,7.75],"to":[8,7.25,8],"faces":{"north":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,7.25,7.75],"to":[7.75,7.5,8],"faces":{"north":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,7.5,7.75],"to":[8,7.75,8],"faces":{"north":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,7.75,7.75],"to":[7.75,8,8],"faces":{"north":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,8,7.75],"to":[8,8.25,8],"faces":{"north":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"east":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"south":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"west":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"up":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"down":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"}}},{"from":[7.5,8.25,7.75],"to":[7.75,8.5,8],"faces":{"north":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,8.5,7.5],"to":[7.75,8.75,7.75],"faces":{"north":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,8.5,7.75],"to":[8,8.75,8],"faces":{"north":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,8.5,8],"to":[7.75,8.75,8.25],"faces":{"north":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,8.75,7.75],"to":[7.75,9,8],"faces":{"north":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,9,7.75],"to":[8,9.25,8],"faces":{"north":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"east":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"south":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"west":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"up":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"down":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"}}},{"from":[7.5,9.25,7.75],"to":[7.75,9.5,8],"faces":{"north":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,9.5,7.75],"to":[8,9.75,8],"faces":{"north":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,9.75,7.25],"to":[7.75,10,7.5],"faces":{"north":{"uv":[15.24,2.24,15.76,2.76],"texture":"#voxels_palette"},"east":{"uv":[15.24,2.24,15.76,2.76],"texture":"#voxels_palette"},"south":{"uv":[15.24,2.24,15.76,2.76],"texture":"#voxels_palette"},"west":{"uv":[15.24,2.24,15.76,2.76],"texture":"#voxels_palette"},"up":{"uv":[15.24,2.24,15.76,2.76],"texture":"#voxels_palette"},"down":{"uv":[15.24,2.24,15.76,2.76],"texture":"#voxels_palette"}}},{"from":[7.5,9.75,7.75],"to":[7.75,10,8],"faces":{"north":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,9.75,8.25],"to":[7.75,10,8.5],"faces":{"north":{"uv":[3.24,4.24,3.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,4.24,3.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,4.24,3.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,4.24,3.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,4.24,3.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,4.24,3.76,4.76],"texture":"#voxels_palette"}}},{"from":[7.5,10,7.75],"to":[7.75,10.25,8],"faces":{"north":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,10.25,7.5],"to":[7.75,10.5,7.75],"faces":{"north":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,10.25,8],"to":[8,10.5,8.25],"faces":{"north":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,10.5,7.5],"to":[7.75,10.75,7.75],"faces":{"north":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,10.5,7.75],"to":[7.75,10.75,8],"faces":{"north":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,10.5,8],"to":[7.75,10.75,8.25],"faces":{"north":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,10.75,7.5],"to":[7.75,11,7.75],"faces":{"north":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,10.75,8],"to":[7.75,11,8.25],"faces":{"north":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,11,7.5],"to":[8,11.25,7.75],"faces":{"north":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,11,7.75],"to":[7.75,11.25,8],"faces":{"north":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,11,8],"to":[8,11.25,8.25],"faces":{"north":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,11.25,7.5],"to":[7.75,11.5,7.75],"faces":{"north":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,11.25,8],"to":[7.75,11.5,8.25],"faces":{"north":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,11.5,7.5],"to":[8.25,11.75,7.75],"faces":{"north":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,11.5,8],"to":[8,11.75,8.25],"faces":{"north":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,11.75,7.5],"to":[7.75,12,7.75],"faces":{"north":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,11.75,8],"to":[7.75,12,8.25],"faces":{"north":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,12,7.5],"to":[8,12.25,7.75],"faces":{"north":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,12,7.75],"to":[7.75,12.25,8],"faces":{"north":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,12,8],"to":[8,12.25,8.25],"faces":{"north":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,12,10.25],"to":[7.75,12.25,10.5],"faces":{"north":{"uv":[7.24,4.24,7.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,4.24,7.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,4.24,7.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,4.24,7.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,4.24,7.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,4.24,7.76,4.76],"texture":"#voxels_palette"}}},{"from":[7.5,12,10.5],"to":[7.75,12.25,10.75],"faces":{"north":{"uv":[3.24,6.24,3.76,6.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,6.24,3.76,6.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,6.24,3.76,6.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,6.24,3.76,6.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,6.24,3.76,6.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,6.24,3.76,6.76],"texture":"#voxels_palette"}}},{"from":[7.5,12.25,7.5],"to":[7.75,12.5,7.75],"faces":{"north":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,12.25,8],"to":[7.75,12.5,8.25],"faces":{"north":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,12.25,8.5],"to":[7.75,12.5,8.75],"faces":{"north":{"uv":[1.24,5.24,1.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,5.24,1.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,5.24,1.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,5.24,1.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,5.24,1.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,5.24,1.76,5.76],"texture":"#voxels_palette"}}},{"from":[7.5,12.25,8.75],"to":[7.75,12.5,9],"faces":{"north":{"uv":[4.24,6.24,4.76,6.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,6.24,4.76,6.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,6.24,4.76,6.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,6.24,4.76,6.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,6.24,4.76,6.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,6.24,4.76,6.76],"texture":"#voxels_palette"}}},{"from":[7.5,12.25,9],"to":[7.75,12.5,9.25],"faces":{"north":{"uv":[5.24,6.24,5.76,6.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,6.24,5.76,6.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,6.24,5.76,6.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,6.24,5.76,6.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,6.24,5.76,6.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,6.24,5.76,6.76],"texture":"#voxels_palette"}}},{"from":[7.5,12.25,9.25],"to":[7.75,12.5,9.5],"faces":{"north":{"uv":[6.24,6.24,6.76,6.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,6.24,6.76,6.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,6.24,6.76,6.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,6.24,6.76,6.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,6.24,6.76,6.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,6.24,6.76,6.76],"texture":"#voxels_palette"}}},{"from":[7.5,12.25,9.5],"to":[7.75,12.5,9.75],"faces":{"north":{"uv":[7.24,6.24,7.76,6.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,6.24,7.76,6.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,6.24,7.76,6.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,6.24,7.76,6.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,6.24,7.76,6.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,6.24,7.76,6.76],"texture":"#voxels_palette"}}},{"from":[7.5,12.25,9.75],"to":[7.75,12.5,10],"faces":{"north":{"uv":[8.24,6.24,8.76,6.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,6.24,8.76,6.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,6.24,8.76,6.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,6.24,8.76,6.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,6.24,8.76,6.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,6.24,8.76,6.76],"texture":"#voxels_palette"}}},{"from":[7.5,12.25,10],"to":[7.75,12.5,10.25],"faces":{"north":{"uv":[9.24,4.24,9.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[9.24,4.24,9.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[9.24,4.24,9.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[9.24,4.24,9.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[9.24,4.24,9.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[9.24,4.24,9.76,4.76],"texture":"#voxels_palette"}}},{"from":[7.5,12.25,10.25],"to":[7.75,12.5,10.5],"faces":{"north":{"uv":[9.24,6.24,9.76,6.76],"texture":"#voxels_palette"},"east":{"uv":[9.24,6.24,9.76,6.76],"texture":"#voxels_palette"},"south":{"uv":[9.24,6.24,9.76,6.76],"texture":"#voxels_palette"},"west":{"uv":[9.24,6.24,9.76,6.76],"texture":"#voxels_palette"},"up":{"uv":[9.24,6.24,9.76,6.76],"texture":"#voxels_palette"},"down":{"uv":[9.24,6.24,9.76,6.76],"texture":"#voxels_palette"}}},{"from":[7.5,12.5,7.5],"to":[8,12.75,7.75],"faces":{"north":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,12.5,7.75],"to":[7.75,12.75,8],"faces":{"north":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,12.5,8.25],"to":[7.75,12.75,8.5],"faces":{"north":{"uv":[10.24,6.24,10.76,6.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,6.24,10.76,6.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,6.24,10.76,6.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,6.24,10.76,6.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,6.24,10.76,6.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,6.24,10.76,6.76],"texture":"#voxels_palette"}}},{"from":[7.5,12.5,8.75],"to":[7.75,12.75,9],"faces":{"north":{"uv":[12.24,6.24,12.76,6.76],"texture":"#voxels_palette"},"east":{"uv":[12.24,6.24,12.76,6.76],"texture":"#voxels_palette"},"south":{"uv":[12.24,6.24,12.76,6.76],"texture":"#voxels_palette"},"west":{"uv":[12.24,6.24,12.76,6.76],"texture":"#voxels_palette"},"up":{"uv":[12.24,6.24,12.76,6.76],"texture":"#voxels_palette"},"down":{"uv":[12.24,6.24,12.76,6.76],"texture":"#voxels_palette"}}},{"from":[7.5,12.5,9.25],"to":[7.75,12.75,9.5],"faces":{"north":{"uv":[13.24,6.24,13.76,6.76],"texture":"#voxels_palette"},"east":{"uv":[13.24,6.24,13.76,6.76],"texture":"#voxels_palette"},"south":{"uv":[13.24,6.24,13.76,6.76],"texture":"#voxels_palette"},"west":{"uv":[13.24,6.24,13.76,6.76],"texture":"#voxels_palette"},"up":{"uv":[13.24,6.24,13.76,6.76],"texture":"#voxels_palette"},"down":{"uv":[13.24,6.24,13.76,6.76],"texture":"#voxels_palette"}}},{"from":[7.5,12.5,9.5],"to":[7.75,12.75,9.75],"faces":{"north":{"uv":[14.24,6.24,14.76,6.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,6.24,14.76,6.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,6.24,14.76,6.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,6.24,14.76,6.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,6.24,14.76,6.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,6.24,14.76,6.76],"texture":"#voxels_palette"}}},{"from":[7.5,12.5,9.75],"to":[7.75,12.75,10],"faces":{"north":{"uv":[15.24,6.24,15.76,6.76],"texture":"#voxels_palette"},"east":{"uv":[15.24,6.24,15.76,6.76],"texture":"#voxels_palette"},"south":{"uv":[15.24,6.24,15.76,6.76],"texture":"#voxels_palette"},"west":{"uv":[15.24,6.24,15.76,6.76],"texture":"#voxels_palette"},"up":{"uv":[15.24,6.24,15.76,6.76],"texture":"#voxels_palette"},"down":{"uv":[15.24,6.24,15.76,6.76],"texture":"#voxels_palette"}}},{"from":[7.5,12.5,10],"to":[7.75,12.75,10.25],"faces":{"north":{"uv":[0.24,6.24,0.76,6.76],"texture":"#voxels_palette"},"east":{"uv":[0.24,6.24,0.76,6.76],"texture":"#voxels_palette"},"south":{"uv":[0.24,6.24,0.76,6.76],"texture":"#voxels_palette"},"west":{"uv":[0.24,6.24,0.76,6.76],"texture":"#voxels_palette"},"up":{"uv":[0.24,6.24,0.76,6.76],"texture":"#voxels_palette"},"down":{"uv":[0.24,6.24,0.76,6.76],"texture":"#voxels_palette"}}},{"from":[7.5,12.75,7.5],"to":[7.75,13,7.75],"faces":{"north":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,12.75,8],"to":[7.75,13,8.25],"faces":{"north":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,12.75,8.5],"to":[7.75,13,8.75],"faces":{"north":{"uv":[1.24,7.24,1.76,7.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,7.24,1.76,7.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,7.24,1.76,7.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,7.24,1.76,7.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,7.24,1.76,7.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,7.24,1.76,7.76],"texture":"#voxels_palette"}}},{"from":[7.5,12.75,8.75],"to":[7.75,13,9],"faces":{"north":{"uv":[2.24,7.24,2.76,7.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,7.24,2.76,7.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,7.24,2.76,7.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,7.24,2.76,7.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,7.24,2.76,7.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,7.24,2.76,7.76],"texture":"#voxels_palette"}}},{"from":[7.5,12.75,9],"to":[7.75,13,9.25],"faces":{"north":{"uv":[3.24,7.24,3.76,7.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,7.24,3.76,7.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,7.24,3.76,7.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,7.24,3.76,7.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,7.24,3.76,7.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,7.24,3.76,7.76],"texture":"#voxels_palette"}}},{"from":[7.5,12.75,9.25],"to":[7.75,13,9.5],"faces":{"north":{"uv":[4.24,7.24,4.76,7.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,7.24,4.76,7.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,7.24,4.76,7.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,7.24,4.76,7.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,7.24,4.76,7.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,7.24,4.76,7.76],"texture":"#voxels_palette"}}},{"from":[7.5,13,7],"to":[7.75,13.25,7.25],"faces":{"north":{"uv":[13.24,4.24,13.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[13.24,4.24,13.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[13.24,4.24,13.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[13.24,4.24,13.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[13.24,4.24,13.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[13.24,4.24,13.76,4.76],"texture":"#voxels_palette"}}},{"from":[7.5,13,7.25],"to":[7.75,13.25,7.5],"faces":{"north":{"uv":[12.24,4.24,12.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[12.24,4.24,12.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[12.24,4.24,12.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[12.24,4.24,12.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[12.24,4.24,12.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[12.24,4.24,12.76,4.76],"texture":"#voxels_palette"}}},{"from":[7.5,13,7.75],"to":[7.75,13.25,8],"faces":{"north":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,13,8.25],"to":[7.75,13.25,8.5],"faces":{"north":{"uv":[6.24,6.24,6.76,6.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,6.24,6.76,6.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,6.24,6.76,6.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,6.24,6.76,6.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,6.24,6.76,6.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,6.24,6.76,6.76],"texture":"#voxels_palette"}}},{"from":[7.5,13,8.5],"to":[7.75,13.25,8.75],"faces":{"north":{"uv":[15.24,4.24,15.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[15.24,4.24,15.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[15.24,4.24,15.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[15.24,4.24,15.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[15.24,4.24,15.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[15.24,4.24,15.76,4.76],"texture":"#voxels_palette"}}},{"from":[7.5,13.25,6.75],"to":[7.75,13.5,7],"faces":{"north":{"uv":[1.24,5.24,1.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,5.24,1.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,5.24,1.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,5.24,1.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,5.24,1.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,5.24,1.76,5.76],"texture":"#voxels_palette"}}},{"from":[7.5,13.25,7],"to":[7.75,13.5,7.5],"faces":{"north":{"uv":[2.24,5.24,2.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,5.24,2.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,5.24,2.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,5.24,2.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,5.24,2.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,5.24,2.76,5.76],"texture":"#voxels_palette"}}},{"from":[7.5,13.25,7.75],"to":[7.75,13.5,8.25],"faces":{"north":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,13.25,8.25],"to":[7.75,13.5,8.5],"faces":{"north":{"uv":[8.24,6.24,8.76,6.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,6.24,8.76,6.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,6.24,8.76,6.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,6.24,8.76,6.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,6.24,8.76,6.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,6.24,8.76,6.76],"texture":"#voxels_palette"}}},{"from":[7.5,13.5,6.5],"to":[7.75,13.75,6.75],"faces":{"north":{"uv":[15.24,4.24,15.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[15.24,4.24,15.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[15.24,4.24,15.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[15.24,4.24,15.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[15.24,4.24,15.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[15.24,4.24,15.76,4.76],"texture":"#voxels_palette"}}},{"from":[7.5,13.5,6.75],"to":[7.75,13.75,7],"faces":{"north":{"uv":[14.24,4.24,14.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,4.24,14.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,4.24,14.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,4.24,14.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,4.24,14.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,4.24,14.76,4.76],"texture":"#voxels_palette"}}},{"from":[7.5,13.5,7],"to":[7.75,13.75,7.25],"faces":{"north":{"uv":[10.24,4.24,10.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,4.24,10.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,4.24,10.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,4.24,10.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,4.24,10.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,4.24,10.76,4.76],"texture":"#voxels_palette"}}},{"from":[7.5,13.5,7.5],"to":[7.75,13.75,7.75],"faces":{"north":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,13.5,8],"to":[7.75,13.75,8.25],"faces":{"north":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,13.75,6.25],"to":[7.75,14,6.5],"faces":{"north":{"uv":[0.24,5.24,0.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[0.24,5.24,0.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[0.24,5.24,0.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[0.24,5.24,0.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[0.24,5.24,0.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[0.24,5.24,0.76,5.76],"texture":"#voxels_palette"}}},{"from":[7.5,13.75,6.5],"to":[7.75,14,6.75],"faces":{"north":{"uv":[3.24,5.24,3.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,5.24,3.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,5.24,3.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,5.24,3.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,5.24,3.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,5.24,3.76,5.76],"texture":"#voxels_palette"}}},{"from":[7.5,13.75,6.75],"to":[7.75,14,7],"faces":{"north":{"uv":[4.24,5.24,4.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,5.24,4.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,5.24,4.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,5.24,4.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,5.24,4.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,5.24,4.76,5.76],"texture":"#voxels_palette"}}},{"from":[7.5,13.75,7],"to":[8,14,7.25],"faces":{"north":{"uv":[5.24,5.24,5.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,5.24,5.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,5.24,5.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,5.24,5.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,5.24,5.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,5.24,5.76,5.76],"texture":"#voxels_palette"}}},{"from":[7.5,13.75,7.25],"to":[7.75,14,7.5],"faces":{"north":{"uv":[6.24,5.24,6.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,5.24,6.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,5.24,6.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,5.24,6.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,5.24,6.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,5.24,6.76,5.76],"texture":"#voxels_palette"}}},{"from":[7.5,13.75,7.75],"to":[7.75,14,8],"faces":{"north":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,13.75,8],"to":[8.25,14,8.25],"faces":{"north":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,13.75,8.25],"to":[7.75,14,8.5],"faces":{"north":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,14,6.25],"to":[7.75,14.25,6.5],"faces":{"north":{"uv":[7.24,5.24,7.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,5.24,7.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,5.24,7.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,5.24,7.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,5.24,7.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,5.24,7.76,5.76],"texture":"#voxels_palette"}}},{"from":[7.5,14,6.5],"to":[8,14.25,6.75],"faces":{"north":{"uv":[4.24,5.24,4.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,5.24,4.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,5.24,4.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,5.24,4.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,5.24,4.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,5.24,4.76,5.76],"texture":"#voxels_palette"}}},{"from":[7.5,14,6.75],"to":[7.75,14.25,7],"faces":{"north":{"uv":[2.24,5.24,2.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,5.24,2.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,5.24,2.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,5.24,2.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,5.24,2.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,5.24,2.76,5.76],"texture":"#voxels_palette"}}},{"from":[7.5,14,7],"to":[7.75,14.25,7.25],"faces":{"north":{"uv":[10.24,4.24,10.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,4.24,10.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,4.24,10.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,4.24,10.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,4.24,10.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,4.24,10.76,4.76],"texture":"#voxels_palette"}}},{"from":[7.5,14,7.25],"to":[8.25,14.25,7.5],"faces":{"north":{"uv":[15.24,4.24,15.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[15.24,4.24,15.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[15.24,4.24,15.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[15.24,4.24,15.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[15.24,4.24,15.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[15.24,4.24,15.76,4.76],"texture":"#voxels_palette"}}},{"from":[7.5,14,7.5],"to":[7.75,14.25,7.75],"faces":{"north":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,14,8],"to":[7.75,14.25,8.5],"faces":{"north":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,14,8.5],"to":[7.75,14.25,8.75],"faces":{"north":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,14.25,6],"to":[7.75,14.5,6.25],"faces":{"north":{"uv":[8.24,5.24,8.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,5.24,8.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,5.24,8.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,5.24,8.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,5.24,8.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,5.24,8.76,5.76],"texture":"#voxels_palette"}}},{"from":[7.5,14.25,6.25],"to":[8,14.5,6.5],"faces":{"north":{"uv":[11.24,4.24,11.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[11.24,4.24,11.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[11.24,4.24,11.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[11.24,4.24,11.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[11.24,4.24,11.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[11.24,4.24,11.76,4.76],"texture":"#voxels_palette"}}},{"from":[7.5,14.25,6.5],"to":[7.75,14.5,6.75],"faces":{"north":{"uv":[15.24,4.24,15.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[15.24,4.24,15.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[15.24,4.24,15.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[15.24,4.24,15.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[15.24,4.24,15.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[15.24,4.24,15.76,4.76],"texture":"#voxels_palette"}}},{"from":[7.5,14.25,6.75],"to":[8,14.5,7],"faces":{"north":{"uv":[3.24,5.24,3.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,5.24,3.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,5.24,3.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,5.24,3.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,5.24,3.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,5.24,3.76,5.76],"texture":"#voxels_palette"}}},{"from":[7.5,14.25,7],"to":[7.75,14.5,7.25],"faces":{"north":{"uv":[14.24,4.24,14.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,4.24,14.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,4.24,14.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,4.24,14.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,4.24,14.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,4.24,14.76,4.76],"texture":"#voxels_palette"}}},{"from":[7.5,14.25,7.5],"to":[8.25,14.5,7.75],"faces":{"north":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,14.25,7.75],"to":[7.75,14.5,8],"faces":{"north":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,14.25,8],"to":[8,14.5,8.25],"faces":{"north":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,14.25,8.25],"to":[7.75,14.5,8.5],"faces":{"north":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,14.5,6.25],"to":[7.75,14.75,6.5],"faces":{"north":{"uv":[7.24,5.24,7.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,5.24,7.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,5.24,7.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,5.24,7.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,5.24,7.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,5.24,7.76,5.76],"texture":"#voxels_palette"}}},{"from":[7.5,14.5,6.5],"to":[8,14.75,6.75],"faces":{"north":{"uv":[2.24,5.24,2.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,5.24,2.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,5.24,2.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,5.24,2.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,5.24,2.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,5.24,2.76,5.76],"texture":"#voxels_palette"}}},{"from":[7.5,14.5,7.25],"to":[7.75,14.75,7.5],"faces":{"north":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,14.5,7.5],"to":[7.75,14.75,7.75],"faces":{"north":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,14.5,8],"to":[7.75,14.75,8.25],"faces":{"north":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,14.75,7.5],"to":[7.75,15,7.75],"faces":{"north":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,14.75,7.75],"to":[7.75,15,8],"faces":{"north":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,14.75,9.25],"to":[7.75,15,9.5],"faces":{"north":{"uv":[2.24,7.24,2.76,7.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,7.24,2.76,7.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,7.24,2.76,7.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,7.24,2.76,7.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,7.24,2.76,7.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,7.24,2.76,7.76],"texture":"#voxels_palette"}}},{"from":[7.5,15,7.75],"to":[8,15.25,8],"faces":{"north":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.5,15,8.5],"to":[7.75,15.25,8.75],"faces":{"north":{"uv":[3.24,7.24,3.76,7.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,7.24,3.76,7.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,7.24,3.76,7.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,7.24,3.76,7.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,7.24,3.76,7.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,7.24,3.76,7.76],"texture":"#voxels_palette"}}},{"from":[7.5,15,8.75],"to":[7.75,15.25,9],"faces":{"north":{"uv":[1.24,7.24,1.76,7.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,7.24,1.76,7.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,7.24,1.76,7.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,7.24,1.76,7.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,7.24,1.76,7.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,7.24,1.76,7.76],"texture":"#voxels_palette"}}},{"from":[7.5,15,9],"to":[7.75,15.25,9.25],"faces":{"north":{"uv":[11.24,6.24,11.76,6.76],"texture":"#voxels_palette"},"east":{"uv":[11.24,6.24,11.76,6.76],"texture":"#voxels_palette"},"south":{"uv":[11.24,6.24,11.76,6.76],"texture":"#voxels_palette"},"west":{"uv":[11.24,6.24,11.76,6.76],"texture":"#voxels_palette"},"up":{"uv":[11.24,6.24,11.76,6.76],"texture":"#voxels_palette"},"down":{"uv":[11.24,6.24,11.76,6.76],"texture":"#voxels_palette"}}},{"from":[7.5,15,9.25],"to":[7.75,15.25,9.5],"faces":{"north":{"uv":[5.24,7.24,5.76,7.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,7.24,5.76,7.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,7.24,5.76,7.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,7.24,5.76,7.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,7.24,5.76,7.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,7.24,5.76,7.76],"texture":"#voxels_palette"}}},{"from":[7.5,15.25,8.25],"to":[7.75,15.75,8.5],"faces":{"north":{"uv":[14.24,5.24,14.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,5.24,14.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,5.24,14.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,5.24,14.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,5.24,14.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,5.24,14.76,5.76],"texture":"#voxels_palette"}}},{"from":[7.5,15.25,8.5],"to":[7.75,15.5,8.75],"faces":{"north":{"uv":[10.24,6.24,10.76,6.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,6.24,10.76,6.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,6.24,10.76,6.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,6.24,10.76,6.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,6.24,10.76,6.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,6.24,10.76,6.76],"texture":"#voxels_palette"}}},{"from":[7.5,15.25,9],"to":[7.75,15.5,9.25],"faces":{"north":{"uv":[6.24,7.24,6.76,7.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,7.24,6.76,7.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,7.24,6.76,7.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,7.24,6.76,7.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,7.24,6.76,7.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,7.24,6.76,7.76],"texture":"#voxels_palette"}}},{"from":[7.5,15.5,7.25],"to":[8,15.75,7.5],"faces":{"north":{"uv":[9.24,5.24,9.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[9.24,5.24,9.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[9.24,5.24,9.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[9.24,5.24,9.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[9.24,5.24,9.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[9.24,5.24,9.76,5.76],"texture":"#voxels_palette"}}},{"from":[7.5,15.5,7.5],"to":[7.75,15.75,7.75],"faces":{"north":{"uv":[10.24,5.24,10.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,5.24,10.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,5.24,10.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,5.24,10.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,5.24,10.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,5.24,10.76,5.76],"texture":"#voxels_palette"}}},{"from":[7.5,15.5,7.75],"to":[7.75,15.75,8],"faces":{"north":{"uv":[11.24,4.24,11.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[11.24,4.24,11.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[11.24,4.24,11.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[11.24,4.24,11.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[11.24,4.24,11.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[11.24,4.24,11.76,4.76],"texture":"#voxels_palette"}}},{"from":[7.5,15.5,8],"to":[7.75,15.75,8.25],"faces":{"north":{"uv":[0.24,5.24,0.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[0.24,5.24,0.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[0.24,5.24,0.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[0.24,5.24,0.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[0.24,5.24,0.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[0.24,5.24,0.76,5.76],"texture":"#voxels_palette"}}},{"from":[7.5,15.75,7.25],"to":[7.75,16,7.5],"faces":{"north":{"uv":[8.24,5.24,8.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,5.24,8.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,5.24,8.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,5.24,8.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,5.24,8.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,5.24,8.76,5.76],"texture":"#voxels_palette"}}},{"from":[7.75,0,7],"to":[8,0.25,7.25],"faces":{"north":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,0,7.25],"to":[8,0.25,7.5],"faces":{"north":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,0,7.5],"to":[8,0.5,7.75],"faces":{"north":{"uv":[7.24,1.24,7.76,1.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,1.24,7.76,1.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,1.24,7.76,1.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,1.24,7.76,1.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,1.24,7.76,1.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,1.24,7.76,1.76],"texture":"#voxels_palette"}}},{"from":[7.75,0,7.75],"to":[8,0.25,8],"faces":{"north":{"uv":[3.24,1.24,3.76,1.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,1.24,3.76,1.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,1.24,3.76,1.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,1.24,3.76,1.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,1.24,3.76,1.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,1.24,3.76,1.76],"texture":"#voxels_palette"}}},{"from":[7.75,0,8],"to":[8,0.25,8.25],"faces":{"north":{"uv":[11.24,1.24,11.76,1.76],"texture":"#voxels_palette"},"east":{"uv":[11.24,1.24,11.76,1.76],"texture":"#voxels_palette"},"south":{"uv":[11.24,1.24,11.76,1.76],"texture":"#voxels_palette"},"west":{"uv":[11.24,1.24,11.76,1.76],"texture":"#voxels_palette"},"up":{"uv":[11.24,1.24,11.76,1.76],"texture":"#voxels_palette"},"down":{"uv":[11.24,1.24,11.76,1.76],"texture":"#voxels_palette"}}},{"from":[7.75,0,8.25],"to":[8,0.25,8.5],"faces":{"north":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,0,8.5],"to":[8,0.25,8.75],"faces":{"north":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,0.25,7.25],"to":[8,0.5,7.5],"faces":{"north":{"uv":[8.24,1.24,8.76,1.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,1.24,8.76,1.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,1.24,8.76,1.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,1.24,8.76,1.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,1.24,8.76,1.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,1.24,8.76,1.76],"texture":"#voxels_palette"}}},{"from":[7.75,0.25,8],"to":[8,0.5,8.25],"faces":{"north":{"uv":[7.24,1.24,7.76,1.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,1.24,7.76,1.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,1.24,7.76,1.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,1.24,7.76,1.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,1.24,7.76,1.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,1.24,7.76,1.76],"texture":"#voxels_palette"}}},{"from":[7.75,0.25,8.25],"to":[8,0.5,8.5],"faces":{"north":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,0.5,7.25],"to":[8,0.75,7.5],"faces":{"north":{"uv":[5.24,1.24,5.76,1.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,1.24,5.76,1.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,1.24,5.76,1.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,1.24,5.76,1.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,1.24,5.76,1.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,1.24,5.76,1.76],"texture":"#voxels_palette"}}},{"from":[7.75,0.5,7.75],"to":[8,0.75,8],"faces":{"north":{"uv":[3.24,0.24,3.76,0.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,0.24,3.76,0.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,0.24,3.76,0.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,0.24,3.76,0.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,0.24,3.76,0.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,0.24,3.76,0.76],"texture":"#voxels_palette"}}},{"from":[7.75,0.5,8.25],"to":[8,0.75,8.5],"faces":{"north":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,0.75,7.25],"to":[8,1,7.5],"faces":{"north":{"uv":[10.24,1.24,10.76,1.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,1.24,10.76,1.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,1.24,10.76,1.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,1.24,10.76,1.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,1.24,10.76,1.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,1.24,10.76,1.76],"texture":"#voxels_palette"}}},{"from":[7.75,0.75,7.5],"to":[8,1,7.75],"faces":{"north":{"uv":[11.24,1.24,11.76,1.76],"texture":"#voxels_palette"},"east":{"uv":[11.24,1.24,11.76,1.76],"texture":"#voxels_palette"},"south":{"uv":[11.24,1.24,11.76,1.76],"texture":"#voxels_palette"},"west":{"uv":[11.24,1.24,11.76,1.76],"texture":"#voxels_palette"},"up":{"uv":[11.24,1.24,11.76,1.76],"texture":"#voxels_palette"},"down":{"uv":[11.24,1.24,11.76,1.76],"texture":"#voxels_palette"}}},{"from":[7.75,0.75,8],"to":[8,1,8.25],"faces":{"north":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,0.75,8.25],"to":[8,1,8.5],"faces":{"north":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,1,7.5],"to":[8,1.25,7.75],"faces":{"north":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,1,7.75],"to":[8,1.25,8],"faces":{"north":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,1,8],"to":[8,1.25,8.25],"faces":{"north":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,1.25,7.5],"to":[8,1.5,7.75],"faces":{"north":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,1.25,8],"to":[8,1.5,8.25],"faces":{"north":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,1.25,8.25],"to":[8,1.5,8.5],"faces":{"north":{"uv":[13.24,1.24,13.76,1.76],"texture":"#voxels_palette"},"east":{"uv":[13.24,1.24,13.76,1.76],"texture":"#voxels_palette"},"south":{"uv":[13.24,1.24,13.76,1.76],"texture":"#voxels_palette"},"west":{"uv":[13.24,1.24,13.76,1.76],"texture":"#voxels_palette"},"up":{"uv":[13.24,1.24,13.76,1.76],"texture":"#voxels_palette"},"down":{"uv":[13.24,1.24,13.76,1.76],"texture":"#voxels_palette"}}},{"from":[7.75,1.5,7.5],"to":[8,1.75,7.75],"faces":{"north":{"uv":[14.24,1.24,14.76,1.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,1.24,14.76,1.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,1.24,14.76,1.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,1.24,14.76,1.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,1.24,14.76,1.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,1.24,14.76,1.76],"texture":"#voxels_palette"}}},{"from":[7.75,1.5,7.75],"to":[8,1.75,8],"faces":{"north":{"uv":[8.24,1.24,8.76,1.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,1.24,8.76,1.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,1.24,8.76,1.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,1.24,8.76,1.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,1.24,8.76,1.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,1.24,8.76,1.76],"texture":"#voxels_palette"}}},{"from":[7.75,1.5,8],"to":[8,1.75,8.25],"faces":{"north":{"uv":[7.24,2.24,7.76,2.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,2.24,7.76,2.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,2.24,7.76,2.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,2.24,7.76,2.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,2.24,7.76,2.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,2.24,7.76,2.76],"texture":"#voxels_palette"}}},{"from":[7.75,1.75,7.5],"to":[8,2,7.75],"faces":{"north":{"uv":[10.24,1.24,10.76,1.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,1.24,10.76,1.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,1.24,10.76,1.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,1.24,10.76,1.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,1.24,10.76,1.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,1.24,10.76,1.76],"texture":"#voxels_palette"}}},{"from":[7.75,1.75,8],"to":[8,2,8.25],"faces":{"north":{"uv":[12.24,0.24,12.76,0.76],"texture":"#voxels_palette"},"east":{"uv":[12.24,0.24,12.76,0.76],"texture":"#voxels_palette"},"south":{"uv":[12.24,0.24,12.76,0.76],"texture":"#voxels_palette"},"west":{"uv":[12.24,0.24,12.76,0.76],"texture":"#voxels_palette"},"up":{"uv":[12.24,0.24,12.76,0.76],"texture":"#voxels_palette"},"down":{"uv":[12.24,0.24,12.76,0.76],"texture":"#voxels_palette"}}},{"from":[7.75,2,7.5],"to":[8,2.25,7.75],"faces":{"north":{"uv":[4.24,1.24,4.76,1.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,1.24,4.76,1.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,1.24,4.76,1.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,1.24,4.76,1.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,1.24,4.76,1.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,1.24,4.76,1.76],"texture":"#voxels_palette"}}},{"from":[7.75,2,7.75],"to":[8,2.25,8],"faces":{"north":{"uv":[4.24,0.24,4.76,0.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,0.24,4.76,0.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,0.24,4.76,0.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,0.24,4.76,0.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,0.24,4.76,0.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,0.24,4.76,0.76],"texture":"#voxels_palette"}}},{"from":[7.75,2,8],"to":[8,2.25,8.25],"faces":{"north":{"uv":[13.24,1.24,13.76,1.76],"texture":"#voxels_palette"},"east":{"uv":[13.24,1.24,13.76,1.76],"texture":"#voxels_palette"},"south":{"uv":[13.24,1.24,13.76,1.76],"texture":"#voxels_palette"},"west":{"uv":[13.24,1.24,13.76,1.76],"texture":"#voxels_palette"},"up":{"uv":[13.24,1.24,13.76,1.76],"texture":"#voxels_palette"},"down":{"uv":[13.24,1.24,13.76,1.76],"texture":"#voxels_palette"}}},{"from":[7.75,2.25,7.5],"to":[8,2.5,7.75],"faces":{"north":{"uv":[15.24,1.24,15.76,1.76],"texture":"#voxels_palette"},"east":{"uv":[15.24,1.24,15.76,1.76],"texture":"#voxels_palette"},"south":{"uv":[15.24,1.24,15.76,1.76],"texture":"#voxels_palette"},"west":{"uv":[15.24,1.24,15.76,1.76],"texture":"#voxels_palette"},"up":{"uv":[15.24,1.24,15.76,1.76],"texture":"#voxels_palette"},"down":{"uv":[15.24,1.24,15.76,1.76],"texture":"#voxels_palette"}}},{"from":[7.75,2.25,8],"to":[8,2.5,8.25],"faces":{"north":{"uv":[8.24,2.24,8.76,2.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,2.24,8.76,2.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,2.24,8.76,2.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,2.24,8.76,2.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,2.24,8.76,2.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,2.24,8.76,2.76],"texture":"#voxels_palette"}}},{"from":[7.75,2.5,7.5],"to":[8,2.75,7.75],"faces":{"north":{"uv":[2.24,1.24,2.76,1.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,1.24,2.76,1.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,1.24,2.76,1.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,1.24,2.76,1.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,1.24,2.76,1.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,1.24,2.76,1.76],"texture":"#voxels_palette"}}},{"from":[7.75,2.5,7.75],"to":[8,2.75,8],"faces":{"north":{"uv":[8.24,0.24,8.76,0.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,0.24,8.76,0.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,0.24,8.76,0.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,0.24,8.76,0.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,0.24,8.76,0.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,0.24,8.76,0.76],"texture":"#voxels_palette"}}},{"from":[7.75,2.5,8],"to":[8,2.75,8.25],"faces":{"north":{"uv":[9.24,2.24,9.76,2.76],"texture":"#voxels_palette"},"east":{"uv":[9.24,2.24,9.76,2.76],"texture":"#voxels_palette"},"south":{"uv":[9.24,2.24,9.76,2.76],"texture":"#voxels_palette"},"west":{"uv":[9.24,2.24,9.76,2.76],"texture":"#voxels_palette"},"up":{"uv":[9.24,2.24,9.76,2.76],"texture":"#voxels_palette"},"down":{"uv":[9.24,2.24,9.76,2.76],"texture":"#voxels_palette"}}},{"from":[7.75,2.75,7.5],"to":[8,3,7.75],"faces":{"north":{"uv":[11.24,0.24,11.76,0.76],"texture":"#voxels_palette"},"east":{"uv":[11.24,0.24,11.76,0.76],"texture":"#voxels_palette"},"south":{"uv":[11.24,0.24,11.76,0.76],"texture":"#voxels_palette"},"west":{"uv":[11.24,0.24,11.76,0.76],"texture":"#voxels_palette"},"up":{"uv":[11.24,0.24,11.76,0.76],"texture":"#voxels_palette"},"down":{"uv":[11.24,0.24,11.76,0.76],"texture":"#voxels_palette"}}},{"from":[7.75,2.75,8],"to":[8,3,8.25],"faces":{"north":{"uv":[10.24,2.24,10.76,2.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,2.24,10.76,2.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,2.24,10.76,2.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,2.24,10.76,2.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,2.24,10.76,2.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,2.24,10.76,2.76],"texture":"#voxels_palette"}}},{"from":[7.75,3,7.5],"to":[8,3.25,7.75],"faces":{"north":{"uv":[1.24,1.24,1.76,1.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,1.24,1.76,1.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,1.24,1.76,1.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,1.24,1.76,1.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,1.24,1.76,1.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,1.24,1.76,1.76],"texture":"#voxels_palette"}}},{"from":[7.75,3,7.75],"to":[8,3.25,8],"faces":{"north":{"uv":[10.24,0.24,10.76,0.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,0.24,10.76,0.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,0.24,10.76,0.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,0.24,10.76,0.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,0.24,10.76,0.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,0.24,10.76,0.76],"texture":"#voxels_palette"}}},{"from":[7.75,3,8],"to":[8,3.25,8.25],"faces":{"north":{"uv":[11.24,2.24,11.76,2.76],"texture":"#voxels_palette"},"east":{"uv":[11.24,2.24,11.76,2.76],"texture":"#voxels_palette"},"south":{"uv":[11.24,2.24,11.76,2.76],"texture":"#voxels_palette"},"west":{"uv":[11.24,2.24,11.76,2.76],"texture":"#voxels_palette"},"up":{"uv":[11.24,2.24,11.76,2.76],"texture":"#voxels_palette"},"down":{"uv":[11.24,2.24,11.76,2.76],"texture":"#voxels_palette"}}},{"from":[7.75,3.25,7.5],"to":[8,3.5,7.75],"faces":{"north":{"uv":[13.24,1.24,13.76,1.76],"texture":"#voxels_palette"},"east":{"uv":[13.24,1.24,13.76,1.76],"texture":"#voxels_palette"},"south":{"uv":[13.24,1.24,13.76,1.76],"texture":"#voxels_palette"},"west":{"uv":[13.24,1.24,13.76,1.76],"texture":"#voxels_palette"},"up":{"uv":[13.24,1.24,13.76,1.76],"texture":"#voxels_palette"},"down":{"uv":[13.24,1.24,13.76,1.76],"texture":"#voxels_palette"}}},{"from":[7.75,3.25,7.75],"to":[8,3.5,8],"faces":{"north":{"uv":[0.24,2.24,0.76,2.76],"texture":"#voxels_palette"},"east":{"uv":[0.24,2.24,0.76,2.76],"texture":"#voxels_palette"},"south":{"uv":[0.24,2.24,0.76,2.76],"texture":"#voxels_palette"},"west":{"uv":[0.24,2.24,0.76,2.76],"texture":"#voxels_palette"},"up":{"uv":[0.24,2.24,0.76,2.76],"texture":"#voxels_palette"},"down":{"uv":[0.24,2.24,0.76,2.76],"texture":"#voxels_palette"}}},{"from":[7.75,3.25,8],"to":[8,3.5,8.25],"faces":{"north":{"uv":[14.24,1.24,14.76,1.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,1.24,14.76,1.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,1.24,14.76,1.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,1.24,14.76,1.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,1.24,14.76,1.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,1.24,14.76,1.76],"texture":"#voxels_palette"}}},{"from":[7.75,3.5,7.5],"to":[8,3.75,7.75],"faces":{"north":{"uv":[1.24,2.24,1.76,2.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,2.24,1.76,2.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,2.24,1.76,2.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,2.24,1.76,2.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,2.24,1.76,2.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,2.24,1.76,2.76],"texture":"#voxels_palette"}}},{"from":[7.75,3.5,8],"to":[8,3.75,8.25],"faces":{"north":{"uv":[2.24,1.24,2.76,1.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,1.24,2.76,1.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,1.24,2.76,1.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,1.24,2.76,1.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,1.24,2.76,1.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,1.24,2.76,1.76],"texture":"#voxels_palette"}}},{"from":[7.75,3.75,7.5],"to":[8,4,7.75],"faces":{"north":{"uv":[11.24,0.24,11.76,0.76],"texture":"#voxels_palette"},"east":{"uv":[11.24,0.24,11.76,0.76],"texture":"#voxels_palette"},"south":{"uv":[11.24,0.24,11.76,0.76],"texture":"#voxels_palette"},"west":{"uv":[11.24,0.24,11.76,0.76],"texture":"#voxels_palette"},"up":{"uv":[11.24,0.24,11.76,0.76],"texture":"#voxels_palette"},"down":{"uv":[11.24,0.24,11.76,0.76],"texture":"#voxels_palette"}}},{"from":[7.75,3.75,7.75],"to":[8,4,8],"faces":{"north":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,3.75,8],"to":[8,4,8.25],"faces":{"north":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,4,7.5],"to":[8,4.25,7.75],"faces":{"north":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,4,8],"to":[8,4.25,8.25],"faces":{"north":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,4.25,7.5],"to":[8,4.5,7.75],"faces":{"north":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,4.25,7.75],"to":[8,4.5,8],"faces":{"north":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,4.25,8],"to":[8,4.5,8.25],"faces":{"north":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,4.5,7.25],"to":[8,4.75,7.5],"faces":{"north":{"uv":[3.24,3.24,3.76,3.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,3.24,3.76,3.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,3.24,3.76,3.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,3.24,3.76,3.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,3.24,3.76,3.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,3.24,3.76,3.76],"texture":"#voxels_palette"}}},{"from":[7.75,4.5,7.5],"to":[8,4.75,7.75],"faces":{"north":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,4.5,8],"to":[8,4.75,8.25],"faces":{"north":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,4.5,8.25],"to":[8,4.75,8.5],"faces":{"north":{"uv":[11.24,3.24,11.76,3.76],"texture":"#voxels_palette"},"east":{"uv":[11.24,3.24,11.76,3.76],"texture":"#voxels_palette"},"south":{"uv":[11.24,3.24,11.76,3.76],"texture":"#voxels_palette"},"west":{"uv":[11.24,3.24,11.76,3.76],"texture":"#voxels_palette"},"up":{"uv":[11.24,3.24,11.76,3.76],"texture":"#voxels_palette"},"down":{"uv":[11.24,3.24,11.76,3.76],"texture":"#voxels_palette"}}},{"from":[7.75,4.75,7.5],"to":[8,5,7.75],"faces":{"north":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,4.75,7.75],"to":[8,5,8],"faces":{"north":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,4.75,8],"to":[8,5,8.25],"faces":{"north":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,4.75,8.25],"to":[8,5,8.5],"faces":{"north":{"uv":[12.24,3.24,12.76,3.76],"texture":"#voxels_palette"},"east":{"uv":[12.24,3.24,12.76,3.76],"texture":"#voxels_palette"},"south":{"uv":[12.24,3.24,12.76,3.76],"texture":"#voxels_palette"},"west":{"uv":[12.24,3.24,12.76,3.76],"texture":"#voxels_palette"},"up":{"uv":[12.24,3.24,12.76,3.76],"texture":"#voxels_palette"},"down":{"uv":[12.24,3.24,12.76,3.76],"texture":"#voxels_palette"}}},{"from":[7.75,4.75,8.5],"to":[8,5,8.75],"faces":{"north":{"uv":[13.24,3.24,13.76,3.76],"texture":"#voxels_palette"},"east":{"uv":[13.24,3.24,13.76,3.76],"texture":"#voxels_palette"},"south":{"uv":[13.24,3.24,13.76,3.76],"texture":"#voxels_palette"},"west":{"uv":[13.24,3.24,13.76,3.76],"texture":"#voxels_palette"},"up":{"uv":[13.24,3.24,13.76,3.76],"texture":"#voxels_palette"},"down":{"uv":[13.24,3.24,13.76,3.76],"texture":"#voxels_palette"}}},{"from":[7.75,4.75,8.75],"to":[8,5,9],"faces":{"north":{"uv":[14.24,3.24,14.76,3.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,3.24,14.76,3.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,3.24,14.76,3.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,3.24,14.76,3.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,3.24,14.76,3.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,3.24,14.76,3.76],"texture":"#voxels_palette"}}},{"from":[7.75,4.75,9],"to":[8,5,9.5],"faces":{"north":{"uv":[15.24,3.24,15.76,3.76],"texture":"#voxels_palette"},"east":{"uv":[15.24,3.24,15.76,3.76],"texture":"#voxels_palette"},"south":{"uv":[15.24,3.24,15.76,3.76],"texture":"#voxels_palette"},"west":{"uv":[15.24,3.24,15.76,3.76],"texture":"#voxels_palette"},"up":{"uv":[15.24,3.24,15.76,3.76],"texture":"#voxels_palette"},"down":{"uv":[15.24,3.24,15.76,3.76],"texture":"#voxels_palette"}}},{"from":[7.75,5,7.25],"to":[8,5.25,7.5],"faces":{"north":{"uv":[4.24,3.24,4.76,3.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,3.24,4.76,3.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,3.24,4.76,3.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,3.24,4.76,3.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,3.24,4.76,3.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,3.24,4.76,3.76],"texture":"#voxels_palette"}}},{"from":[7.75,5,7.5],"to":[8,5.25,7.75],"faces":{"north":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,5,8],"to":[8,5.25,8.25],"faces":{"north":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,5,8.25],"to":[8,5.25,8.5],"faces":{"north":{"uv":[0.24,4.24,0.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[0.24,4.24,0.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[0.24,4.24,0.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[0.24,4.24,0.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[0.24,4.24,0.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[0.24,4.24,0.76,4.76],"texture":"#voxels_palette"}}},{"from":[7.75,5.25,7.5],"to":[8,5.5,7.75],"faces":{"north":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,5.25,7.75],"to":[8,5.5,8],"faces":{"north":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,5.25,8],"to":[8,5.5,8.25],"faces":{"north":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,5.5,7.5],"to":[8,5.75,7.75],"faces":{"north":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,5.5,8],"to":[8,5.75,8.25],"faces":{"north":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,5.75,7.5],"to":[8,6,7.75],"faces":{"north":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,5.75,7.75],"to":[8,6,8],"faces":{"north":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,5.75,8],"to":[8,6,8.25],"faces":{"north":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,6,7.5],"to":[8,6.25,7.75],"faces":{"north":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,6,8],"to":[8,6.25,8.25],"faces":{"north":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,6.25,7.5],"to":[8,6.5,7.75],"faces":{"north":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,6.25,7.75],"to":[8,6.5,8],"faces":{"north":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,6.25,8],"to":[8,6.5,8.25],"faces":{"north":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,6.5,7.5],"to":[8,6.75,7.75],"faces":{"north":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,6.5,8],"to":[8,6.75,8.25],"faces":{"north":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,6.75,7.5],"to":[8,7,7.75],"faces":{"north":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,6.75,7.75],"to":[8,7,8],"faces":{"north":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,6.75,8],"to":[8,7,8.25],"faces":{"north":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,7,7.5],"to":[8,7.25,7.75],"faces":{"north":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,7,8],"to":[8,7.5,8.25],"faces":{"north":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,7.25,7.5],"to":[8,7.5,7.75],"faces":{"north":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,7.25,7.75],"to":[8,7.5,8],"faces":{"north":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,7.5,7.5],"to":[8,7.75,7.75],"faces":{"north":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,7.5,8],"to":[8,7.75,8.25],"faces":{"north":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,7.75,7.5],"to":[8,8,7.75],"faces":{"north":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,7.75,7.75],"to":[8,8,8],"faces":{"north":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,7.75,8],"to":[8,8,8.25],"faces":{"north":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,8,7.5],"to":[8,8.25,7.75],"faces":{"north":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,8,8],"to":[8,8.25,8.25],"faces":{"north":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,8.25,7.5],"to":[8,8.75,7.75],"faces":{"north":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,8.25,7.75],"to":[8,8.5,8],"faces":{"north":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,8.25,8],"to":[8,8.5,8.25],"faces":{"north":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,8.5,8],"to":[8,8.75,8.25],"faces":{"north":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,8.75,7.5],"to":[8,9.25,7.75],"faces":{"north":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,8.75,7.75],"to":[8,9,8],"faces":{"north":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,8.75,8],"to":[8,9,8.25],"faces":{"north":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,9,8],"to":[8,9.25,8.25],"faces":{"north":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,9.25,7.5],"to":[8,9.5,7.75],"faces":{"north":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,9.25,7.75],"to":[8,9.5,8],"faces":{"north":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,9.25,8],"to":[8,9.5,8.25],"faces":{"north":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,9.5,7.5],"to":[8,9.75,7.75],"faces":{"north":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,9.5,8],"to":[8,9.75,8.25],"faces":{"north":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,9.75,7.25],"to":[8.25,10,7.5],"faces":{"north":{"uv":[7.24,3.24,7.76,3.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,3.24,7.76,3.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,3.24,7.76,3.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,3.24,7.76,3.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,3.24,7.76,3.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,3.24,7.76,3.76],"texture":"#voxels_palette"}}},{"from":[7.75,9.75,7.5],"to":[8,10,7.75],"faces":{"north":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,9.75,7.75],"to":[8,10,8],"faces":{"north":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,9.75,8],"to":[8,10,8.25],"faces":{"north":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,9.75,8.25],"to":[8,10,8.5],"faces":{"north":{"uv":[4.24,4.24,4.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,4.24,4.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,4.24,4.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,4.24,4.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,4.24,4.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,4.24,4.76,4.76],"texture":"#voxels_palette"}}},{"from":[7.75,10,7.5],"to":[8,10.25,7.75],"faces":{"north":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,10,7.75],"to":[8,10.25,8],"faces":{"north":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,10,8],"to":[8,10.25,8.25],"faces":{"north":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,10.25,7.5],"to":[8.25,10.5,7.75],"faces":{"north":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,10.5,7.5],"to":[8,10.75,7.75],"faces":{"north":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,10.5,7.75],"to":[8,10.75,8],"faces":{"north":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,10.5,8],"to":[8,10.75,8.25],"faces":{"north":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,10.75,7.25],"to":[8,11,7.5],"faces":{"north":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,10.75,7.5],"to":[8,11,7.75],"faces":{"north":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,10.75,8],"to":[8,11,8.25],"faces":{"north":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,10.75,8.25],"to":[8,11,8.5],"faces":{"north":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,11,7],"to":[8,11.25,7.25],"faces":{"north":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,11,7.25],"to":[8,11.25,7.5],"faces":{"north":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"east":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"south":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"west":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"up":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"down":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"}}},{"from":[7.75,11,7.75],"to":[8,11.25,8],"faces":{"north":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,11,8.25],"to":[8,11.25,8.5],"faces":{"north":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"east":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"south":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"west":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"up":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"down":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"}}},{"from":[7.75,11,8.5],"to":[8,11.25,8.75],"faces":{"north":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,11.25,6.75],"to":[8,11.5,7],"faces":{"north":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,11.25,7],"to":[8,11.5,7.5],"faces":{"north":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,11.25,7.5],"to":[8,11.5,7.75],"faces":{"north":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,11.25,8],"to":[8,11.5,8.25],"faces":{"north":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,11.25,8.25],"to":[8,11.5,8.5],"faces":{"north":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,11.25,8.5],"to":[8,11.5,8.75],"faces":{"north":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,11.25,8.75],"to":[8,11.5,9],"faces":{"north":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,11.5,6.75],"to":[8,12,7],"faces":{"north":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,11.5,7],"to":[8,11.75,7.25],"faces":{"north":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,11.5,7.25],"to":[8,11.75,7.5],"faces":{"north":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,11.5,7.75],"to":[8.25,11.75,8],"faces":{"north":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,11.5,8.25],"to":[8,11.75,8.5],"faces":{"north":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,11.5,8.5],"to":[8,12,8.75],"faces":{"north":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,11.5,8.75],"to":[8,11.75,9],"faces":{"north":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,11.75,6.5],"to":[8,12,6.75],"faces":{"north":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,11.75,7],"to":[8,12,7.25],"faces":{"north":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,11.75,7.25],"to":[8,12,7.5],"faces":{"north":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,11.75,7.5],"to":[8,12,7.75],"faces":{"north":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,11.75,7.75],"to":[8,12.25,8],"faces":{"north":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,11.75,8],"to":[8,12,8.25],"faces":{"north":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,11.75,8.25],"to":[8,12,8.5],"faces":{"north":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,11.75,8.75],"to":[8,12,9],"faces":{"north":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,11.75,9],"to":[8,12,9.25],"faces":{"north":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,12,6.5],"to":[8,12.25,7],"faces":{"north":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,12,7],"to":[8,12.25,7.25],"faces":{"north":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,12,7.25],"to":[8,12.25,7.5],"faces":{"north":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,12,8.25],"to":[8,12.25,8.5],"faces":{"north":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,12,8.5],"to":[8,12.25,8.75],"faces":{"north":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,12,8.75],"to":[8,12.25,9],"faces":{"north":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,12,9],"to":[8,12.25,9.25],"faces":{"north":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"east":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"south":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"west":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"up":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"down":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"}}},{"from":[7.75,12.25,6.5],"to":[8,12.5,6.75],"faces":{"north":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,12.25,6.75],"to":[8,12.5,7],"faces":{"north":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,12.25,7],"to":[8,12.5,7.25],"faces":{"north":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,12.25,7.25],"to":[8,12.5,7.5],"faces":{"north":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,12.25,7.5],"to":[8,12.5,7.75],"faces":{"north":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,12.25,8],"to":[8,12.5,8.25],"faces":{"north":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,12.25,8.25],"to":[8,12.75,8.5],"faces":{"north":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,12.25,8.5],"to":[8,12.5,8.75],"faces":{"north":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,12.25,8.75],"to":[8,12.5,9],"faces":{"north":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,12.25,9],"to":[8,12.5,9.25],"faces":{"north":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,12.5,6.5],"to":[8,12.75,6.75],"faces":{"north":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"east":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"south":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"west":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"up":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"down":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"}}},{"from":[7.75,12.5,6.75],"to":[8,12.75,7.25],"faces":{"north":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,12.5,7.25],"to":[8,12.75,7.5],"faces":{"north":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,12.5,7.75],"to":[8,12.75,8],"faces":{"north":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"east":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"south":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"west":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"up":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"down":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"}}},{"from":[7.75,12.5,8.5],"to":[8,12.75,8.75],"faces":{"north":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,12.5,8.75],"to":[8,12.75,9],"faces":{"north":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,12.5,9],"to":[8,12.75,9.25],"faces":{"north":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,12.75,6.25],"to":[8,13,6.5],"faces":{"north":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,12.75,6.5],"to":[8,13,6.75],"faces":{"north":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,12.75,6.75],"to":[8,13,7],"faces":{"north":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,12.75,7],"to":[8,13.25,7.25],"faces":{"north":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,12.75,7.25],"to":[8,13,7.5],"faces":{"north":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,12.75,7.5],"to":[8,13,7.75],"faces":{"north":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,12.75,8],"to":[8,13,8.25],"faces":{"north":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"east":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"south":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"west":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"up":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"down":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"}}},{"from":[7.75,12.75,8.25],"to":[8,13,8.5],"faces":{"north":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,12.75,8.5],"to":[8,13,9],"faces":{"north":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,12.75,9],"to":[8,13,9.25],"faces":{"north":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,12.75,9.25],"to":[8,13,9.5],"faces":{"north":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,13,6.25],"to":[8,13.25,6.5],"faces":{"north":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,13,6.5],"to":[8,13.25,6.75],"faces":{"north":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,13,6.75],"to":[8,13.25,7],"faces":{"north":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,13,7.25],"to":[8,13.5,7.5],"faces":{"north":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,13,7.75],"to":[8,13.25,8],"faces":{"north":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,13,8.25],"to":[8,13.25,8.5],"faces":{"north":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,13,8.5],"to":[8,13.25,8.75],"faces":{"north":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,13,8.75],"to":[8,13.25,9],"faces":{"north":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,13,9],"to":[8,13.25,9.25],"faces":{"north":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,13,9.25],"to":[8,13.25,9.5],"faces":{"north":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,13.25,6.25],"to":[8,13.5,6.5],"faces":{"north":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,13.25,6.5],"to":[8,13.5,6.75],"faces":{"north":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,13.25,6.75],"to":[8,13.5,7],"faces":{"north":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,13.25,7],"to":[8,13.5,7.25],"faces":{"north":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,13.25,7.75],"to":[8.25,13.5,8],"faces":{"north":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,13.25,8],"to":[8,13.5,8.25],"faces":{"north":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,13.25,8.25],"to":[8,13.5,8.5],"faces":{"north":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,13.25,8.5],"to":[8,13.5,8.75],"faces":{"north":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,13.25,8.75],"to":[8,13.5,9],"faces":{"north":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,13.25,9],"to":[8,13.5,9.25],"faces":{"north":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,13.25,9.25],"to":[8,13.5,9.5],"faces":{"north":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,13.5,6.25],"to":[8,13.75,6.5],"faces":{"north":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,13.5,6.5],"to":[8,13.75,6.75],"faces":{"north":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"east":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"south":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"west":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"up":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"down":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"}}},{"from":[7.75,13.5,6.75],"to":[8,13.75,7],"faces":{"north":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,13.5,7],"to":[8,13.75,7.25],"faces":{"north":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,13.5,7.25],"to":[8,13.75,7.75],"faces":{"north":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,13.5,8],"to":[8,13.75,8.25],"faces":{"north":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,13.5,8.25],"to":[8,14,8.5],"faces":{"north":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,13.5,8.5],"to":[8,13.75,8.75],"faces":{"north":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,13.5,8.75],"to":[8,13.75,9],"faces":{"north":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,13.5,9],"to":[8,13.75,9.25],"faces":{"north":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,13.5,9.25],"to":[8,13.75,9.5],"faces":{"north":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,13.75,6.25],"to":[8,14,6.75],"faces":{"north":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,13.75,6.75],"to":[8,14,7],"faces":{"north":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,13.75,7.25],"to":[8,14,7.5],"faces":{"north":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,13.75,7.75],"to":[8,14,8],"faces":{"north":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,13.75,8.5],"to":[8,14,8.75],"faces":{"north":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,13.75,8.75],"to":[8,14.25,9],"faces":{"north":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,13.75,9],"to":[8,14,9.25],"faces":{"north":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,13.75,9.25],"to":[8,14,9.5],"faces":{"north":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,14,6],"to":[8,14.25,6.25],"faces":{"north":{"uv":[9.24,5.24,9.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[9.24,5.24,9.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[9.24,5.24,9.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[9.24,5.24,9.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[9.24,5.24,9.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[9.24,5.24,9.76,5.76],"texture":"#voxels_palette"}}},{"from":[7.75,14,6.25],"to":[8,14.25,6.5],"faces":{"north":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,14,6.75],"to":[8,14.25,7],"faces":{"north":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,14,7],"to":[8,14.25,7.25],"faces":{"north":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,14,7.5],"to":[8,14.25,7.75],"faces":{"north":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,14,8],"to":[8.25,14.25,8.25],"faces":{"north":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,14,8.25],"to":[8,14.25,8.5],"faces":{"north":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,14,8.5],"to":[8,14.25,8.75],"faces":{"north":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,14,9],"to":[8,14.25,9.25],"faces":{"north":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,14,9.25],"to":[8,14.25,9.5],"faces":{"north":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,14.25,6],"to":[8,14.5,6.25],"faces":{"north":{"uv":[11.24,5.24,11.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[11.24,5.24,11.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[11.24,5.24,11.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[11.24,5.24,11.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[11.24,5.24,11.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[11.24,5.24,11.76,5.76],"texture":"#voxels_palette"}}},{"from":[7.75,14.25,6.5],"to":[8,14.5,6.75],"faces":{"north":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,14.25,7],"to":[8,14.5,7.25],"faces":{"north":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,14.25,7.25],"to":[8,14.5,7.5],"faces":{"north":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,14.25,7.75],"to":[8,14.5,8],"faces":{"north":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,14.25,8.25],"to":[8,14.5,8.75],"faces":{"north":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,14.25,8.75],"to":[8,14.5,9],"faces":{"north":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,14.25,9],"to":[8,14.75,9.25],"faces":{"north":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,14.25,9.25],"to":[8,14.5,9.5],"faces":{"north":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,14.5,6],"to":[8,14.75,6.25],"faces":{"north":{"uv":[10.24,5.24,10.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,5.24,10.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,5.24,10.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,5.24,10.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,5.24,10.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,5.24,10.76,5.76],"texture":"#voxels_palette"}}},{"from":[7.75,14.5,6.25],"to":[8,14.75,6.5],"faces":{"north":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,14.5,6.75],"to":[8,14.75,7],"faces":{"north":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,14.5,7],"to":[8,14.75,7.25],"faces":{"north":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,14.5,7.25],"to":[8,14.75,7.5],"faces":{"north":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,14.5,7.5],"to":[8,14.75,7.75],"faces":{"north":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,14.5,8],"to":[8,14.75,8.25],"faces":{"north":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"east":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"south":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"west":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"up":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"down":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"}}},{"from":[7.75,14.5,8.25],"to":[8,14.75,8.5],"faces":{"north":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,14.5,8.5],"to":[8,14.75,8.75],"faces":{"north":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,14.5,8.75],"to":[8,14.75,9],"faces":{"north":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,14.5,9.25],"to":[8,14.75,9.5],"faces":{"north":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,14.75,6.25],"to":[8,15,6.5],"faces":{"north":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,14.75,6.5],"to":[8,15,6.75],"faces":{"north":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,14.75,6.75],"to":[8,15,7],"faces":{"north":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,14.75,7],"to":[8,15,7.25],"faces":{"north":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,14.75,7.25],"to":[8,15,7.5],"faces":{"north":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,14.75,7.5],"to":[8,15,7.75],"faces":{"north":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,14.75,7.75],"to":[8.25,15,8],"faces":{"north":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,14.75,8],"to":[8,15,8.25],"faces":{"north":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,14.75,8.25],"to":[8,15,8.5],"faces":{"north":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,14.75,8.5],"to":[8,15,8.75],"faces":{"north":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,14.75,8.75],"to":[8,15,9],"faces":{"north":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,14.75,9],"to":[8,15,9.25],"faces":{"north":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,14.75,9.25],"to":[8,15,9.5],"faces":{"north":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,15,6.25],"to":[8,15.25,6.5],"faces":{"north":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,15,6.5],"to":[8,15.25,6.75],"faces":{"north":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"east":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"south":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"west":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"up":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"down":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"}}},{"from":[7.75,15,6.75],"to":[8,15.25,7],"faces":{"north":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,15,7],"to":[8,15.5,7.25],"faces":{"north":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,15,7.25],"to":[8,15.25,7.5],"faces":{"north":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,15,7.5],"to":[8,15.25,7.75],"faces":{"north":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,15,8],"to":[8,15.25,8.25],"faces":{"north":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,15,8.25],"to":[8,15.25,8.5],"faces":{"north":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,15,8.5],"to":[8,15.25,8.75],"faces":{"north":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,15,8.75],"to":[8,15.5,9],"faces":{"north":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,15,9],"to":[8,15.25,9.25],"faces":{"north":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,15,9.25],"to":[8,15.25,9.5],"faces":{"north":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,15,9.5],"to":[8,15.25,9.75],"faces":{"north":{"uv":[5.24,7.24,5.76,7.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,7.24,5.76,7.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,7.24,5.76,7.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,7.24,5.76,7.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,7.24,5.76,7.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,7.24,5.76,7.76],"texture":"#voxels_palette"}}},{"from":[7.75,15,9.75],"to":[8,15.25,10],"faces":{"north":{"uv":[6.24,7.24,6.76,7.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,7.24,6.76,7.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,7.24,6.76,7.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,7.24,6.76,7.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,7.24,6.76,7.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,7.24,6.76,7.76],"texture":"#voxels_palette"}}},{"from":[7.75,15.25,6.25],"to":[8,15.5,6.5],"faces":{"north":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,15.25,6.5],"to":[8,15.5,6.75],"faces":{"north":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,15.25,6.75],"to":[8,15.5,7],"faces":{"north":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,15.25,7.25],"to":[8,15.5,7.5],"faces":{"north":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,15.25,7.5],"to":[8,15.5,7.75],"faces":{"north":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,15.25,7.75],"to":[8,15.5,8],"faces":{"north":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,15.25,8],"to":[8,15.5,8.25],"faces":{"north":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,15.25,8.25],"to":[8,15.5,8.5],"faces":{"north":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,15.25,8.5],"to":[8,15.5,8.75],"faces":{"north":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,15.25,9],"to":[8,15.5,9.25],"faces":{"north":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,15.25,9.25],"to":[8,15.5,9.5],"faces":{"north":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,15.5,6.75],"to":[8,15.75,7],"faces":{"north":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,15.5,7],"to":[8,15.75,7.25],"faces":{"north":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,15.5,7.5],"to":[8,15.75,7.75],"faces":{"north":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"east":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"south":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"west":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"up":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"down":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"}}},{"from":[7.75,15.5,7.75],"to":[8,15.75,8],"faces":{"north":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,15.5,8],"to":[8,16,8.25],"faces":{"north":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,15.5,8.25],"to":[8,15.75,8.75],"faces":{"north":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,15.5,8.75],"to":[8,15.75,9],"faces":{"north":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"}}},{"from":[7.75,15.75,7.25],"to":[8,16,7.5],"faces":{"north":{"uv":[4.24,5.24,4.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,5.24,4.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,5.24,4.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,5.24,4.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,5.24,4.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,5.24,4.76,5.76],"texture":"#voxels_palette"}}},{"from":[7.75,15.75,7.5],"to":[8,16,8],"faces":{"north":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,0,7.25],"to":[8.25,0.25,7.5],"faces":{"north":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,0,7.5],"to":[8.25,0.25,7.75],"faces":{"north":{"uv":[2.24,2.24,2.76,2.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,2.24,2.76,2.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,2.24,2.76,2.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,2.24,2.76,2.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,2.24,2.76,2.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,2.24,2.76,2.76],"texture":"#voxels_palette"}}},{"from":[8,0,7.75],"to":[8.25,0.25,8],"faces":{"north":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,0,8],"to":[8.25,0.25,8.25],"faces":{"north":{"uv":[13.24,0.24,13.76,0.76],"texture":"#voxels_palette"},"east":{"uv":[13.24,0.24,13.76,0.76],"texture":"#voxels_palette"},"south":{"uv":[13.24,0.24,13.76,0.76],"texture":"#voxels_palette"},"west":{"uv":[13.24,0.24,13.76,0.76],"texture":"#voxels_palette"},"up":{"uv":[13.24,0.24,13.76,0.76],"texture":"#voxels_palette"},"down":{"uv":[13.24,0.24,13.76,0.76],"texture":"#voxels_palette"}}},{"from":[8,0,8.25],"to":[8.25,0.25,8.5],"faces":{"north":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,0.25,7.5],"to":[8.25,0.5,7.75],"faces":{"north":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"east":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"south":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"west":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"up":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"down":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"}}},{"from":[8,0.25,8],"to":[8.25,0.5,8.25],"faces":{"north":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,0.5,7.5],"to":[8.25,0.75,7.75],"faces":{"north":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,0.5,7.75],"to":[8.25,0.75,8],"faces":{"north":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,0.5,8],"to":[8.25,0.75,8.25],"faces":{"north":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,0.75,7.5],"to":[8.25,1.25,7.75],"faces":{"north":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,0.75,8],"to":[8.25,1,8.25],"faces":{"north":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,1,7.75],"to":[8.25,1.25,8],"faces":{"north":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,1,8],"to":[8.25,1.25,8.25],"faces":{"north":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"east":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"south":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"west":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"up":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"down":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"}}},{"from":[8,1.25,7.75],"to":[8.25,1.5,8],"faces":{"north":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"east":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"south":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"west":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"up":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"down":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"}}},{"from":[8,1.5,7.75],"to":[8.25,1.75,8],"faces":{"north":{"uv":[7.24,1.24,7.76,1.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,1.24,7.76,1.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,1.24,7.76,1.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,1.24,7.76,1.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,1.24,7.76,1.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,1.24,7.76,1.76],"texture":"#voxels_palette"}}},{"from":[8,1.75,7.75],"to":[8.25,2,8],"faces":{"north":{"uv":[8.24,2.24,8.76,2.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,2.24,8.76,2.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,2.24,8.76,2.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,2.24,8.76,2.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,2.24,8.76,2.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,2.24,8.76,2.76],"texture":"#voxels_palette"}}},{"from":[8,2,7.75],"to":[8.25,2.25,8],"faces":{"north":{"uv":[9.24,0.24,9.76,0.76],"texture":"#voxels_palette"},"east":{"uv":[9.24,0.24,9.76,0.76],"texture":"#voxels_palette"},"south":{"uv":[9.24,0.24,9.76,0.76],"texture":"#voxels_palette"},"west":{"uv":[9.24,0.24,9.76,0.76],"texture":"#voxels_palette"},"up":{"uv":[9.24,0.24,9.76,0.76],"texture":"#voxels_palette"},"down":{"uv":[9.24,0.24,9.76,0.76],"texture":"#voxels_palette"}}},{"from":[8,2.25,7.75],"to":[8.25,2.5,8],"faces":{"north":{"uv":[13.24,0.24,13.76,0.76],"texture":"#voxels_palette"},"east":{"uv":[13.24,0.24,13.76,0.76],"texture":"#voxels_palette"},"south":{"uv":[13.24,0.24,13.76,0.76],"texture":"#voxels_palette"},"west":{"uv":[13.24,0.24,13.76,0.76],"texture":"#voxels_palette"},"up":{"uv":[13.24,0.24,13.76,0.76],"texture":"#voxels_palette"},"down":{"uv":[13.24,0.24,13.76,0.76],"texture":"#voxels_palette"}}},{"from":[8,2.5,7.75],"to":[8.25,2.75,8],"faces":{"north":{"uv":[11.24,1.24,11.76,1.76],"texture":"#voxels_palette"},"east":{"uv":[11.24,1.24,11.76,1.76],"texture":"#voxels_palette"},"south":{"uv":[11.24,1.24,11.76,1.76],"texture":"#voxels_palette"},"west":{"uv":[11.24,1.24,11.76,1.76],"texture":"#voxels_palette"},"up":{"uv":[11.24,1.24,11.76,1.76],"texture":"#voxels_palette"},"down":{"uv":[11.24,1.24,11.76,1.76],"texture":"#voxels_palette"}}},{"from":[8,2.75,7.75],"to":[8.25,3,8],"faces":{"north":{"uv":[14.24,1.24,14.76,1.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,1.24,14.76,1.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,1.24,14.76,1.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,1.24,14.76,1.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,1.24,14.76,1.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,1.24,14.76,1.76],"texture":"#voxels_palette"}}},{"from":[8,3,7.75],"to":[8.25,3.25,8],"faces":{"north":{"uv":[7.24,7.24,7.76,7.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,7.24,7.76,7.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,7.24,7.76,7.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,7.24,7.76,7.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,7.24,7.76,7.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,7.24,7.76,7.76],"texture":"#voxels_palette"}}},{"from":[8,3.25,7.75],"to":[8.25,3.5,8],"faces":{"north":{"uv":[0.24,1.24,0.76,1.76],"texture":"#voxels_palette"},"east":{"uv":[0.24,1.24,0.76,1.76],"texture":"#voxels_palette"},"south":{"uv":[0.24,1.24,0.76,1.76],"texture":"#voxels_palette"},"west":{"uv":[0.24,1.24,0.76,1.76],"texture":"#voxels_palette"},"up":{"uv":[0.24,1.24,0.76,1.76],"texture":"#voxels_palette"},"down":{"uv":[0.24,1.24,0.76,1.76],"texture":"#voxels_palette"}}},{"from":[8,3.5,7.75],"to":[8.25,3.75,8],"faces":{"north":{"uv":[3.24,1.24,3.76,1.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,1.24,3.76,1.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,1.24,3.76,1.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,1.24,3.76,1.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,1.24,3.76,1.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,1.24,3.76,1.76],"texture":"#voxels_palette"}}},{"from":[8,3.75,7.75],"to":[8.25,4,8],"faces":{"north":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,4,7.75],"to":[8.25,4.25,8],"faces":{"north":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,4.25,7.75],"to":[8.25,4.5,8],"faces":{"north":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,4.5,7.25],"to":[8.25,4.75,7.5],"faces":{"north":{"uv":[15.24,2.24,15.76,2.76],"texture":"#voxels_palette"},"east":{"uv":[15.24,2.24,15.76,2.76],"texture":"#voxels_palette"},"south":{"uv":[15.24,2.24,15.76,2.76],"texture":"#voxels_palette"},"west":{"uv":[15.24,2.24,15.76,2.76],"texture":"#voxels_palette"},"up":{"uv":[15.24,2.24,15.76,2.76],"texture":"#voxels_palette"},"down":{"uv":[15.24,2.24,15.76,2.76],"texture":"#voxels_palette"}}},{"from":[8,4.5,7.75],"to":[8.25,4.75,8],"faces":{"north":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,4.5,8.25],"to":[8.25,4.75,8.5],"faces":{"north":{"uv":[4.24,4.24,4.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,4.24,4.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,4.24,4.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,4.24,4.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,4.24,4.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,4.24,4.76,4.76],"texture":"#voxels_palette"}}},{"from":[8,4.75,7.75],"to":[8.25,5,8],"faces":{"north":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,5,7.25],"to":[8.25,5.25,7.5],"faces":{"north":{"uv":[14.24,2.24,14.76,2.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,2.24,14.76,2.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,2.24,14.76,2.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,2.24,14.76,2.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,2.24,14.76,2.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,2.24,14.76,2.76],"texture":"#voxels_palette"}}},{"from":[8,5,7.75],"to":[8.25,5.25,8],"faces":{"north":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,5,8.25],"to":[8.25,5.25,8.5],"faces":{"north":{"uv":[9.24,7.24,9.76,7.76],"texture":"#voxels_palette"},"east":{"uv":[9.24,7.24,9.76,7.76],"texture":"#voxels_palette"},"south":{"uv":[9.24,7.24,9.76,7.76],"texture":"#voxels_palette"},"west":{"uv":[9.24,7.24,9.76,7.76],"texture":"#voxels_palette"},"up":{"uv":[9.24,7.24,9.76,7.76],"texture":"#voxels_palette"},"down":{"uv":[9.24,7.24,9.76,7.76],"texture":"#voxels_palette"}}},{"from":[8,5.25,7.75],"to":[8.25,5.5,8],"faces":{"north":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,5.5,7.75],"to":[8.25,5.75,8],"faces":{"north":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,5.75,7.75],"to":[8.25,6,8],"faces":{"north":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,6,7.75],"to":[8.25,6.25,8],"faces":{"north":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,6.25,7.75],"to":[8.25,6.5,8],"faces":{"north":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,6.5,7.75],"to":[8.25,6.75,8],"faces":{"north":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,6.75,7.75],"to":[8.25,7,8],"faces":{"north":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,7,7.75],"to":[8.25,7.25,8],"faces":{"north":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,7.25,7.75],"to":[8.25,7.5,8],"faces":{"north":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,7.5,7.75],"to":[8.25,7.75,8],"faces":{"north":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,7.75,7.75],"to":[8.25,8,8],"faces":{"north":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,8,7.75],"to":[8.25,8.25,8],"faces":{"north":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,8.25,7.75],"to":[8.25,8.5,8],"faces":{"north":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"east":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"south":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"west":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"up":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"down":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"}}},{"from":[8,8.5,7.5],"to":[8.25,8.75,7.75],"faces":{"north":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,8.5,7.75],"to":[8.25,8.75,8],"faces":{"north":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,8.5,8],"to":[8.25,8.75,8.25],"faces":{"north":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,8.75,7.75],"to":[8.25,9,8],"faces":{"north":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,9,7.75],"to":[8.25,9.25,8],"faces":{"north":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,9.25,7.75],"to":[8.25,9.5,8],"faces":{"north":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,9.5,7.75],"to":[8.25,9.75,8],"faces":{"north":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,9.75,7.75],"to":[8.25,10,8],"faces":{"north":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,9.75,8.25],"to":[8.25,10,8.5],"faces":{"north":{"uv":[3.24,3.24,3.76,3.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,3.24,3.76,3.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,3.24,3.76,3.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,3.24,3.76,3.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,3.24,3.76,3.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,3.24,3.76,3.76],"texture":"#voxels_palette"}}},{"from":[8,10,7.75],"to":[8.25,10.25,8],"faces":{"north":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,10.25,8],"to":[8.25,10.5,8.25],"faces":{"north":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,10.5,7.5],"to":[8.25,10.75,7.75],"faces":{"north":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[15.24,8.24,15.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,10.5,7.75],"to":[8.25,10.75,8],"faces":{"north":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,10.5,8],"to":[8.25,10.75,8.25],"faces":{"north":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,10.75,7.5],"to":[8.25,11,7.75],"faces":{"north":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,10.75,8],"to":[8.25,11,8.25],"faces":{"north":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,11,7.5],"to":[8.25,11.25,7.75],"faces":{"north":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,11,7.75],"to":[8.25,11.25,8],"faces":{"north":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,11,8],"to":[8.25,11.25,8.25],"faces":{"north":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,11.25,7.5],"to":[8.25,11.5,7.75],"faces":{"north":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,11.25,8],"to":[8.25,11.5,8.25],"faces":{"north":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,11.5,8],"to":[8.25,11.75,8.25],"faces":{"north":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"east":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"south":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"west":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"up":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"down":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"}}},{"from":[8,11.75,7.5],"to":[8.25,12.25,7.75],"faces":{"north":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,11.75,7.75],"to":[8.5,12,8],"faces":{"north":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,11.75,8],"to":[8.25,12,8.25],"faces":{"north":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,12,7.75],"to":[8.25,12.25,8],"faces":{"north":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,12,8],"to":[8.25,12.25,8.25],"faces":{"north":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,12.25,7.5],"to":[8.25,12.5,7.75],"faces":{"north":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,12.25,8],"to":[8.25,12.5,8.25],"faces":{"north":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,12.5,7.5],"to":[8.25,12.75,7.75],"faces":{"north":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,12.5,7.75],"to":[8.25,12.75,8.25],"faces":{"north":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,8.24,10.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,12.75,7.5],"to":[8.25,13,7.75],"faces":{"north":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,12.75,8],"to":[8.25,13,8.25],"faces":{"north":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,13,7.5],"to":[8.25,13.25,7.75],"faces":{"north":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,13,7.75],"to":[8.25,13.25,8],"faces":{"north":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,13,8],"to":[8.25,13.25,8.25],"faces":{"north":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,13.25,7.5],"to":[8.25,13.5,7.75],"faces":{"north":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,13.25,8],"to":[8.25,13.75,8.25],"faces":{"north":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"east":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"south":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"west":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"up":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"down":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"}}},{"from":[8,13.5,7.5],"to":[8.25,13.75,7.75],"faces":{"north":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,13.5,8.25],"to":[8.25,13.75,8.5],"faces":{"north":{"uv":[13.24,7.24,13.76,7.76],"texture":"#voxels_palette"},"east":{"uv":[13.24,7.24,13.76,7.76],"texture":"#voxels_palette"},"south":{"uv":[13.24,7.24,13.76,7.76],"texture":"#voxels_palette"},"west":{"uv":[13.24,7.24,13.76,7.76],"texture":"#voxels_palette"},"up":{"uv":[13.24,7.24,13.76,7.76],"texture":"#voxels_palette"},"down":{"uv":[13.24,7.24,13.76,7.76],"texture":"#voxels_palette"}}},{"from":[8,13.75,7],"to":[8.25,14,7.25],"faces":{"north":{"uv":[1.24,5.24,1.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,5.24,1.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,5.24,1.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,5.24,1.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,5.24,1.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,5.24,1.76,5.76],"texture":"#voxels_palette"}}},{"from":[8,13.75,7.25],"to":[8.25,14,7.5],"faces":{"north":{"uv":[10.24,4.24,10.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,4.24,10.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,4.24,10.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,4.24,10.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,4.24,10.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,4.24,10.76,4.76],"texture":"#voxels_palette"}}},{"from":[8,13.75,7.75],"to":[8.25,14,8],"faces":{"north":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,13.75,8.25],"to":[8.25,14,8.5],"faces":{"north":{"uv":[14.24,7.24,14.76,7.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,7.24,14.76,7.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,7.24,14.76,7.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,7.24,14.76,7.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,7.24,14.76,7.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,7.24,14.76,7.76],"texture":"#voxels_palette"}}},{"from":[8,14,6.5],"to":[8.25,14.25,6.75],"faces":{"north":{"uv":[14.24,4.24,14.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,4.24,14.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,4.24,14.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,4.24,14.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,4.24,14.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,4.24,14.76,4.76],"texture":"#voxels_palette"}}},{"from":[8,14,6.75],"to":[8.25,14.25,7],"faces":{"north":{"uv":[6.24,5.24,6.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,5.24,6.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,5.24,6.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,5.24,6.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,5.24,6.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,5.24,6.76,5.76],"texture":"#voxels_palette"}}},{"from":[8,14,7],"to":[8.25,14.25,7.25],"faces":{"north":{"uv":[3.24,5.24,3.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,5.24,3.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,5.24,3.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,5.24,3.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,5.24,3.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,5.24,3.76,5.76],"texture":"#voxels_palette"}}},{"from":[8,14,7.5],"to":[8.25,14.25,7.75],"faces":{"north":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"east":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"south":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"west":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"up":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"down":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"}}},{"from":[8,14.25,6],"to":[8.25,14.5,6.25],"faces":{"north":{"uv":[10.24,7.24,10.76,7.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,7.24,10.76,7.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,7.24,10.76,7.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,7.24,10.76,7.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,7.24,10.76,7.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,7.24,10.76,7.76],"texture":"#voxels_palette"}}},{"from":[8,14.25,6.25],"to":[8.25,14.5,6.5],"faces":{"north":{"uv":[10.24,4.24,10.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,4.24,10.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,4.24,10.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,4.24,10.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,4.24,10.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,4.24,10.76,4.76],"texture":"#voxels_palette"}}},{"from":[8,14.25,6.5],"to":[8.25,14.5,6.75],"faces":{"north":{"uv":[0.24,5.24,0.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[0.24,5.24,0.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[0.24,5.24,0.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[0.24,5.24,0.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[0.24,5.24,0.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[0.24,5.24,0.76,5.76],"texture":"#voxels_palette"}}},{"from":[8,14.25,6.75],"to":[8.25,14.5,7],"faces":{"north":{"uv":[14.24,4.24,14.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,4.24,14.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,4.24,14.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,4.24,14.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,4.24,14.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,4.24,14.76,4.76],"texture":"#voxels_palette"}}},{"from":[8,14.25,7],"to":[8.25,14.5,7.25],"faces":{"north":{"uv":[10.24,4.24,10.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,4.24,10.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,4.24,10.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,4.24,10.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,4.24,10.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,4.24,10.76,4.76],"texture":"#voxels_palette"}}},{"from":[8,14.25,7.25],"to":[8.25,14.5,7.5],"faces":{"north":{"uv":[15.24,4.24,15.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[15.24,4.24,15.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[15.24,4.24,15.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[15.24,4.24,15.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[15.24,4.24,15.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[15.24,4.24,15.76,4.76],"texture":"#voxels_palette"}}},{"from":[8,14.25,7.75],"to":[8.25,14.5,8],"faces":{"north":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,8.24,2.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,14.25,8],"to":[8.25,14.5,8.25],"faces":{"north":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,14.5,6],"to":[8.25,14.75,6.25],"faces":{"north":{"uv":[11.24,7.24,11.76,7.76],"texture":"#voxels_palette"},"east":{"uv":[11.24,7.24,11.76,7.76],"texture":"#voxels_palette"},"south":{"uv":[11.24,7.24,11.76,7.76],"texture":"#voxels_palette"},"west":{"uv":[11.24,7.24,11.76,7.76],"texture":"#voxels_palette"},"up":{"uv":[11.24,7.24,11.76,7.76],"texture":"#voxels_palette"},"down":{"uv":[11.24,7.24,11.76,7.76],"texture":"#voxels_palette"}}},{"from":[8,14.5,6.25],"to":[8.25,14.75,6.5],"faces":{"north":{"uv":[7.24,5.24,7.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,5.24,7.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,5.24,7.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,5.24,7.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,5.24,7.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,5.24,7.76,5.76],"texture":"#voxels_palette"}}},{"from":[8,14.5,6.5],"to":[8.25,14.75,6.75],"faces":{"north":{"uv":[8.24,5.24,8.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,5.24,8.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,5.24,8.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,5.24,8.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,5.24,8.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,5.24,8.76,5.76],"texture":"#voxels_palette"}}},{"from":[8,14.5,6.75],"to":[8.25,14.75,7],"faces":{"north":{"uv":[14.24,6.24,14.76,6.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,6.24,14.76,6.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,6.24,14.76,6.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,6.24,14.76,6.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,6.24,14.76,6.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,6.24,14.76,6.76],"texture":"#voxels_palette"}}},{"from":[8,14.5,7.5],"to":[8.25,14.75,7.75],"faces":{"north":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,14.5,8],"to":[8.25,14.75,8.25],"faces":{"north":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,14.75,6.75],"to":[8.25,15,7],"faces":{"north":{"uv":[3.24,5.24,3.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,5.24,3.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,5.24,3.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,5.24,3.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,5.24,3.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,5.24,3.76,5.76],"texture":"#voxels_palette"}}},{"from":[8,15,7],"to":[8.25,15.25,7.25],"faces":{"north":{"uv":[1.24,5.24,1.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,5.24,1.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,5.24,1.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,5.24,1.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,5.24,1.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,5.24,1.76,5.76],"texture":"#voxels_palette"}}},{"from":[8,15,7.25],"to":[8.25,15.25,7.5],"faces":{"north":{"uv":[6.24,5.24,6.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,5.24,6.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,5.24,6.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,5.24,6.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,5.24,6.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,5.24,6.76,5.76],"texture":"#voxels_palette"}}},{"from":[8,15,7.75],"to":[8.25,15.25,8],"faces":{"north":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,8.24,6.76,8.76],"texture":"#voxels_palette"}}},{"from":[8,15.25,7.25],"to":[8.25,15.5,7.75],"faces":{"north":{"uv":[4.24,5.24,4.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,5.24,4.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,5.24,4.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,5.24,4.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,5.24,4.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,5.24,4.76,5.76],"texture":"#voxels_palette"}}},{"from":[8,15.25,7.75],"to":[8.25,15.5,8],"faces":{"north":{"uv":[6.24,5.24,6.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,5.24,6.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,5.24,6.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,5.24,6.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,5.24,6.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,5.24,6.76,5.76],"texture":"#voxels_palette"}}},{"from":[8,15.25,8],"to":[8.25,15.5,8.25],"faces":{"north":{"uv":[14.24,6.24,14.76,6.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,6.24,14.76,6.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,6.24,14.76,6.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,6.24,14.76,6.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,6.24,14.76,6.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,6.24,14.76,6.76],"texture":"#voxels_palette"}}},{"from":[8,15.5,7.25],"to":[8.25,15.75,7.5],"faces":{"north":{"uv":[12.24,4.24,12.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[12.24,4.24,12.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[12.24,4.24,12.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[12.24,4.24,12.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[12.24,4.24,12.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[12.24,4.24,12.76,4.76],"texture":"#voxels_palette"}}},{"from":[8.25,0,7.5],"to":[8.5,0.25,7.75],"faces":{"north":{"uv":[10.24,2.24,10.76,2.76],"texture":"#voxels_palette"},"east":{"uv":[10.24,2.24,10.76,2.76],"texture":"#voxels_palette"},"south":{"uv":[10.24,2.24,10.76,2.76],"texture":"#voxels_palette"},"west":{"uv":[10.24,2.24,10.76,2.76],"texture":"#voxels_palette"},"up":{"uv":[10.24,2.24,10.76,2.76],"texture":"#voxels_palette"},"down":{"uv":[10.24,2.24,10.76,2.76],"texture":"#voxels_palette"}}},{"from":[8.25,0,7.75],"to":[8.5,0.25,8],"faces":{"north":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"}}},{"from":[8.25,0,8],"to":[8.5,0.25,8.25],"faces":{"north":{"uv":[1.24,0.24,1.76,0.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,0.24,1.76,0.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,0.24,1.76,0.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,0.24,1.76,0.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,0.24,1.76,0.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,0.24,1.76,0.76],"texture":"#voxels_palette"}}},{"from":[8.25,0.25,7.5],"to":[8.5,0.5,7.75],"faces":{"north":{"uv":[2.24,1.24,2.76,1.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,1.24,2.76,1.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,1.24,2.76,1.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,1.24,2.76,1.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,1.24,2.76,1.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,1.24,2.76,1.76],"texture":"#voxels_palette"}}},{"from":[8.25,0.25,7.75],"to":[8.5,0.5,8],"faces":{"north":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"east":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"south":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"west":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"up":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"},"down":{"uv":[0.24,9.24,0.76,9.76],"texture":"#voxels_palette"}}},{"from":[8.25,0.25,8],"to":[8.5,0.5,8.25],"faces":{"north":{"uv":[0.24,2.24,0.76,2.76],"texture":"#voxels_palette"},"east":{"uv":[0.24,2.24,0.76,2.76],"texture":"#voxels_palette"},"south":{"uv":[0.24,2.24,0.76,2.76],"texture":"#voxels_palette"},"west":{"uv":[0.24,2.24,0.76,2.76],"texture":"#voxels_palette"},"up":{"uv":[0.24,2.24,0.76,2.76],"texture":"#voxels_palette"},"down":{"uv":[0.24,2.24,0.76,2.76],"texture":"#voxels_palette"}}},{"from":[8.25,0.5,7.75],"to":[8.5,0.75,8],"faces":{"north":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"}}},{"from":[8.25,0.75,7.75],"to":[8.5,1,8],"faces":{"north":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,8.24,14.76,8.76],"texture":"#voxels_palette"}}},{"from":[8.25,4.5,7.5],"to":[8.5,4.75,8.25],"faces":{"north":{"uv":[4.24,4.24,4.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,4.24,4.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,4.24,4.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,4.24,4.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,4.24,4.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,4.24,4.76,4.76],"texture":"#voxels_palette"}}},{"from":[8.25,4.75,8.25],"to":[8.5,5,8.5],"faces":{"north":{"uv":[8.24,7.24,8.76,7.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,7.24,8.76,7.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,7.24,8.76,7.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,7.24,8.76,7.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,7.24,8.76,7.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,7.24,8.76,7.76],"texture":"#voxels_palette"}}},{"from":[8.25,5,7.5],"to":[8.5,5.25,7.75],"faces":{"north":{"uv":[13.24,2.24,13.76,2.76],"texture":"#voxels_palette"},"east":{"uv":[13.24,2.24,13.76,2.76],"texture":"#voxels_palette"},"south":{"uv":[13.24,2.24,13.76,2.76],"texture":"#voxels_palette"},"west":{"uv":[13.24,2.24,13.76,2.76],"texture":"#voxels_palette"},"up":{"uv":[13.24,2.24,13.76,2.76],"texture":"#voxels_palette"},"down":{"uv":[13.24,2.24,13.76,2.76],"texture":"#voxels_palette"}}},{"from":[8.25,5,7.75],"to":[8.5,5.25,8.25],"faces":{"north":{"uv":[8.24,7.24,8.76,7.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,7.24,8.76,7.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,7.24,8.76,7.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,7.24,8.76,7.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,7.24,8.76,7.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,7.24,8.76,7.76],"texture":"#voxels_palette"}}},{"from":[8.25,9.75,7.5],"to":[8.5,10,7.75],"faces":{"north":{"uv":[8.24,3.24,8.76,3.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,3.24,8.76,3.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,3.24,8.76,3.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,3.24,8.76,3.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,3.24,8.76,3.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,3.24,8.76,3.76],"texture":"#voxels_palette"}}},{"from":[8.25,9.75,7.75],"to":[8.5,10,8],"faces":{"north":{"uv":[14.24,3.24,14.76,3.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,3.24,14.76,3.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,3.24,14.76,3.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,3.24,14.76,3.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,3.24,14.76,3.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,3.24,14.76,3.76],"texture":"#voxels_palette"}}},{"from":[8.25,9.75,8],"to":[8.5,10,8.25],"faces":{"north":{"uv":[7.24,3.24,7.76,3.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,3.24,7.76,3.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,3.24,7.76,3.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,3.24,7.76,3.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,3.24,7.76,3.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,3.24,7.76,3.76],"texture":"#voxels_palette"}}},{"from":[8.25,10.25,7.75],"to":[8.5,10.5,8],"faces":{"north":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[11.24,8.24,11.76,8.76],"texture":"#voxels_palette"}}},{"from":[8.25,10.5,7.75],"to":[8.5,10.75,8],"faces":{"north":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"}}},{"from":[8.25,10.75,7.75],"to":[8.5,11,8],"faces":{"north":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[12.24,8.24,12.76,8.76],"texture":"#voxels_palette"}}},{"from":[8.25,11,7.75],"to":[8.5,11.25,8],"faces":{"north":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"}}},{"from":[8.25,11.25,7.75],"to":[8.5,11.5,8],"faces":{"north":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[8.24,8.24,8.76,8.76],"texture":"#voxels_palette"}}},{"from":[8.25,11.5,7.75],"to":[8.5,11.75,8],"faces":{"north":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"}}},{"from":[8.25,12,7.75],"to":[8.5,12.25,8],"faces":{"north":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,8.24,3.76,8.76],"texture":"#voxels_palette"}}},{"from":[8.25,12.25,7.75],"to":[8.5,12.5,8],"faces":{"north":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[4.24,8.24,4.76,8.76],"texture":"#voxels_palette"}}},{"from":[8.25,12.5,7.75],"to":[8.5,12.75,8],"faces":{"north":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[9.24,8.24,9.76,8.76],"texture":"#voxels_palette"}}},{"from":[8.25,12.75,7.75],"to":[8.5,13.25,8],"faces":{"north":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,8.24,5.76,8.76],"texture":"#voxels_palette"}}},{"from":[8.25,13.25,7.75],"to":[8.5,13.5,8],"faces":{"north":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[13.24,8.24,13.76,8.76],"texture":"#voxels_palette"}}},{"from":[8.25,13.5,7.5],"to":[8.5,14,7.75],"faces":{"north":{"uv":[2.24,5.24,2.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[2.24,5.24,2.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[2.24,5.24,2.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[2.24,5.24,2.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[2.24,5.24,2.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[2.24,5.24,2.76,5.76],"texture":"#voxels_palette"}}},{"from":[8.25,13.5,8],"to":[8.5,13.75,8.25],"faces":{"north":{"uv":[15.24,7.24,15.76,7.76],"texture":"#voxels_palette"},"east":{"uv":[15.24,7.24,15.76,7.76],"texture":"#voxels_palette"},"south":{"uv":[15.24,7.24,15.76,7.76],"texture":"#voxels_palette"},"west":{"uv":[15.24,7.24,15.76,7.76],"texture":"#voxels_palette"},"up":{"uv":[15.24,7.24,15.76,7.76],"texture":"#voxels_palette"},"down":{"uv":[15.24,7.24,15.76,7.76],"texture":"#voxels_palette"}}},{"from":[8.25,13.75,7.75],"to":[8.5,14,8],"faces":{"north":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"}}},{"from":[8.25,13.75,8],"to":[8.5,14,8.25],"faces":{"north":{"uv":[7.24,4.24,7.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,4.24,7.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,4.24,7.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,4.24,7.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,4.24,7.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,4.24,7.76,4.76],"texture":"#voxels_palette"}}},{"from":[8.25,14,6.75],"to":[8.5,14.25,7],"faces":{"north":{"uv":[5.24,5.24,5.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,5.24,5.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,5.24,5.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,5.24,5.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,5.24,5.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,5.24,5.76,5.76],"texture":"#voxels_palette"}}},{"from":[8.25,14,7],"to":[8.5,14.25,7.25],"faces":{"north":{"uv":[6.24,5.24,6.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[6.24,5.24,6.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[6.24,5.24,6.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[6.24,5.24,6.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[6.24,5.24,6.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[6.24,5.24,6.76,5.76],"texture":"#voxels_palette"}}},{"from":[8.25,14,7.25],"to":[8.5,14.25,7.5],"faces":{"north":{"uv":[12.24,4.24,12.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[12.24,4.24,12.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[12.24,4.24,12.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[12.24,4.24,12.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[12.24,4.24,12.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[12.24,4.24,12.76,4.76],"texture":"#voxels_palette"}}},{"from":[8.25,14,7.5],"to":[8.5,14.25,7.75],"faces":{"north":{"uv":[5.24,5.24,5.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[5.24,5.24,5.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[5.24,5.24,5.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[5.24,5.24,5.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[5.24,5.24,5.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[5.24,5.24,5.76,5.76],"texture":"#voxels_palette"}}},{"from":[8.25,14,8],"to":[8.5,14.25,8.25],"faces":{"north":{"uv":[0.24,8.24,0.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[0.24,8.24,0.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[0.24,8.24,0.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[0.24,8.24,0.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[0.24,8.24,0.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[0.24,8.24,0.76,8.76],"texture":"#voxels_palette"}}},{"from":[8.25,14.25,7.5],"to":[8.5,14.5,7.75],"faces":{"north":{"uv":[0.24,5.24,0.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[0.24,5.24,0.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[0.24,5.24,0.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[0.24,5.24,0.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[0.24,5.24,0.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[0.24,5.24,0.76,5.76],"texture":"#voxels_palette"}}},{"from":[8.25,14.25,7.75],"to":[8.5,14.5,8],"faces":{"north":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[1.24,8.24,1.76,8.76],"texture":"#voxels_palette"}}},{"from":[8.25,14.5,7.75],"to":[8.5,14.75,8],"faces":{"north":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,8.24,7.76,8.76],"texture":"#voxels_palette"}}},{"from":[8.25,15,7],"to":[8.5,15.25,7.25],"faces":{"north":{"uv":[11.24,4.24,11.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[11.24,4.24,11.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[11.24,4.24,11.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[11.24,4.24,11.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[11.24,4.24,11.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[11.24,4.24,11.76,4.76],"texture":"#voxels_palette"}}},{"from":[8.25,15.5,7.25],"to":[8.5,15.75,7.5],"faces":{"north":{"uv":[14.24,6.24,14.76,6.76],"texture":"#voxels_palette"},"east":{"uv":[14.24,6.24,14.76,6.76],"texture":"#voxels_palette"},"south":{"uv":[14.24,6.24,14.76,6.76],"texture":"#voxels_palette"},"west":{"uv":[14.24,6.24,14.76,6.76],"texture":"#voxels_palette"},"up":{"uv":[14.24,6.24,14.76,6.76],"texture":"#voxels_palette"},"down":{"uv":[14.24,6.24,14.76,6.76],"texture":"#voxels_palette"}}},{"from":[8.5,13.5,7.75],"to":[8.75,13.75,8],"faces":{"north":{"uv":[3.24,5.24,3.76,5.76],"texture":"#voxels_palette"},"east":{"uv":[3.24,5.24,3.76,5.76],"texture":"#voxels_palette"},"south":{"uv":[3.24,5.24,3.76,5.76],"texture":"#voxels_palette"},"west":{"uv":[3.24,5.24,3.76,5.76],"texture":"#voxels_palette"},"up":{"uv":[3.24,5.24,3.76,5.76],"texture":"#voxels_palette"},"down":{"uv":[3.24,5.24,3.76,5.76],"texture":"#voxels_palette"}}},{"from":[8.5,13.75,7.5],"to":[8.75,14,7.75],"faces":{"north":{"uv":[13.24,4.24,13.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[13.24,4.24,13.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[13.24,4.24,13.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[13.24,4.24,13.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[13.24,4.24,13.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[13.24,4.24,13.76,4.76],"texture":"#voxels_palette"}}},{"from":[8.5,13.75,7.75],"to":[8.75,14,8],"faces":{"north":{"uv":[12.24,7.24,12.76,7.76],"texture":"#voxels_palette"},"east":{"uv":[12.24,7.24,12.76,7.76],"texture":"#voxels_palette"},"south":{"uv":[12.24,7.24,12.76,7.76],"texture":"#voxels_palette"},"west":{"uv":[12.24,7.24,12.76,7.76],"texture":"#voxels_palette"},"up":{"uv":[12.24,7.24,12.76,7.76],"texture":"#voxels_palette"},"down":{"uv":[12.24,7.24,12.76,7.76],"texture":"#voxels_palette"}}},{"from":[8.5,14,7.75],"to":[8.75,14.25,8],"faces":{"north":{"uv":[7.24,4.24,7.76,4.76],"texture":"#voxels_palette"},"east":{"uv":[7.24,4.24,7.76,4.76],"texture":"#voxels_palette"},"south":{"uv":[7.24,4.24,7.76,4.76],"texture":"#voxels_palette"},"west":{"uv":[7.24,4.24,7.76,4.76],"texture":"#voxels_palette"},"up":{"uv":[7.24,4.24,7.76,4.76],"texture":"#voxels_palette"},"down":{"uv":[7.24,4.24,7.76,4.76],"texture":"#voxels_palette"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-180,0],"translation":[-0.5,3,1],"scale":[3,3,3]},"firstperson_righthand":{"rotation":[-10,-180,0],"translation":[0.5,0,0.5],"scale":[2,2,2]},"firstperson_lefthand":{"rotation":[-10,-180,0],"translation":[1.25,0,0.5],"scale":[2,2,2]},"gui":{"rotation":[79,46,-77],"translation":[0,0.5,0],"scale":[1.8,1.8,1.8]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/paladin_greatsword.json b/assets/minecraft/models/item/wynn/skin/spear/paladin_greatsword.json new file mode 100644 index 000000000..9cf2a1f64 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/paladin_greatsword.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/soul_heart","1":"skins/gems","2":"skins/iron_sheet","3":"skins/wood_full","4":"skins/bandana","particle":"skins/soul_heart"},"elements":[{"from":[6.89,2.66132,7.09172],"to":[9.11,3.68132,9.11172],"rotation":{"angle":22.5,"axis":"x","origin":[8,1.50269,8]},"faces":{"north":{"uv":[5.5,12.5,5,11.5],"texture":"#0"},"east":{"uv":[5,12.5,3,11.5],"texture":"#0"},"south":{"uv":[5.5,12.5,5,11.5],"texture":"#0"},"west":{"uv":[3,12.5,5,11.5],"texture":"#0"},"up":{"uv":[3,12,5,13.5],"rotation":90,"texture":"#0"},"down":{"uv":[3,11.5,5,12],"rotation":270,"texture":"#0"}}},{"from":[6.91,2.68132,6.90828],"to":[9.09,3.66132,8.88828],"rotation":{"angle":-22.5,"axis":"x","origin":[8,1.50269,8]},"faces":{"north":{"uv":[5.5,12.5,5,11.5],"texture":"#0"},"east":{"uv":[3,12.5,5,11.5],"texture":"#0"},"south":{"uv":[5.5,12.5,5,11.5],"texture":"#0"},"west":{"uv":[5,12.5,3,11.5],"texture":"#0"},"up":{"uv":[3,12,5,13.5],"rotation":90,"texture":"#0"},"down":{"uv":[3,11.5,5,12],"rotation":90,"texture":"#0"}}},{"from":[6.75,1.9,6],"to":[9.25,2.9,10],"rotation":{"angle":0,"axis":"x","origin":[8,1.50269,8]},"faces":{"north":{"uv":[4.5,11,5.5,13.5],"rotation":90,"texture":"#0"},"east":{"uv":[4.5,11,5.5,15],"rotation":90,"texture":"#0"},"south":{"uv":[4.5,11,5.5,13.5],"rotation":90,"texture":"#0"},"west":{"uv":[4.5,11,5.5,15],"rotation":90,"texture":"#0"},"up":{"uv":[4.5,11,7,15],"rotation":180,"texture":"#0"},"down":{"uv":[4.5,11,7,15],"rotation":180,"texture":"#0"}}},{"from":[7.01,-0.95801,8.04807],"to":[8.99,2.02199,10.02807],"rotation":{"angle":-22.5,"axis":"x","origin":[8,1.50269,8]},"faces":{"north":{"uv":[1.5,10.5,3.5,13.5],"rotation":180,"texture":"#0"},"east":{"uv":[3,10.5,6,12.5],"rotation":270,"texture":"#0"},"south":{"uv":[3,10.5,6,12.5],"rotation":270,"texture":"#0"},"west":{"uv":[1.5,10.5,4.5,12.5],"rotation":90,"texture":"#0"},"up":{"uv":[1.5,10.5,3.5,12.5],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,10.5,3.5,12.5],"texture":"#0"}}},{"from":[7,-1.55987,7.06256],"to":[9,2.44013,11.06256],"rotation":{"angle":45,"axis":"x","origin":[8,1.50269,8]},"faces":{"north":{"uv":[1.5,10.5,3.5,14.5],"texture":"#0"},"east":{"uv":[1.5,10.5,5.5,14.5],"rotation":270,"texture":"#0"},"south":{"uv":[1.5,10.5,3.5,14.5],"texture":"#0"},"west":{"uv":[1.5,10.5,5.5,14.5],"rotation":180,"texture":"#0"},"up":{"uv":[1.5,10.5,3.5,14.5],"texture":"#0"},"down":{"uv":[1.5,10.5,3.5,14.5],"texture":"#0"}}},{"from":[6.5,-1.05987,7.56256],"to":[9.5,1.94013,10.56256],"rotation":{"angle":45,"axis":"x","origin":[8,1.50269,8]},"faces":{"north":{"uv":[6.5,0.5,9.5,3.5],"texture":"#1"},"east":{"uv":[6.5,0.5,9.5,3.5],"rotation":90,"texture":"#1"},"south":{"uv":[6.5,0.5,9.5,3.5],"texture":"#1"},"west":{"uv":[6.5,0.5,9.5,3.5],"texture":"#1"},"up":{"uv":[6.5,0.5,9.5,3.5],"texture":"#1"},"down":{"uv":[6.5,0.5,9.5,3.5],"texture":"#1"}}},{"from":[7.01,-0.95801,5.97193],"to":[8.99,2.02199,7.95193],"rotation":{"angle":22.5,"axis":"x","origin":[8,1.50269,8]},"faces":{"north":{"uv":[3.5,11,6.5,13],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,12,6.5,14],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,10.5,5.5,13.5],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,12.5,4.5,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[1.5,12.5,3.5,14.5],"rotation":180,"texture":"#0"},"down":{"uv":[1.5,12.5,3.5,14.5],"texture":"#0"}}},{"from":[6.75,-0.99731,-0.45269],"to":[9.25,1.00269,1.54731],"rotation":{"angle":-45,"axis":"x","origin":[8,0.25269,0.79731]},"faces":{"north":{"uv":[4,3,6,1],"rotation":90,"texture":"#1"},"east":{"uv":[4,3,6,1],"rotation":90,"texture":"#1"},"south":{"uv":[4,3,6,1],"rotation":90,"texture":"#1"},"west":{"uv":[6,1,4,3],"texture":"#1"},"up":{"uv":[4,3,6,1],"rotation":90,"texture":"#1"},"down":{"uv":[4,3,6,1],"rotation":90,"texture":"#1"}}},{"from":[7.24,-2.10731,-1.01269],"to":[8.76,0.91269,2.00731],"rotation":{"angle":-45,"axis":"x","origin":[8,-0.09731,-0.00269]},"faces":{"north":{"uv":[2.5,10,4,13],"rotation":180,"texture":"#0"},"east":{"uv":[3,10,6,13],"rotation":180,"texture":"#0"},"south":{"uv":[2.5,10,4,13],"texture":"#0"},"west":{"uv":[3,10,6,13],"texture":"#0"},"up":{"uv":[2.5,10,4,13],"rotation":180,"texture":"#0"},"down":{"uv":[2.5,10,4,13],"texture":"#0"}}},{"from":[7.27,-1.43134,-0.259],"to":[8.75,0.54866,2.721],"rotation":{"angle":-22.5,"axis":"x","origin":[8.01,0.59673,2.20169]},"faces":{"north":{"uv":[1.5,10.5,3,12.5],"rotation":180,"texture":"#0"},"east":{"uv":[3,10.5,6,12.5],"rotation":180,"texture":"#0"},"south":{"uv":[5.5,11.5,7,13.5],"rotation":180,"texture":"#0"},"west":{"uv":[3,10.5,6,12.5],"texture":"#0"},"up":{"uv":[1.5,10.5,3,13.5],"texture":"#0"},"down":{"uv":[3,10.5,6,12],"rotation":270,"texture":"#0"}}},{"from":[7.255,-0.75328,-0.269],"to":[8.755,1.24672,2.731],"rotation":{"angle":22.5,"axis":"x","origin":[8.01,-0.79135,2.20169]},"faces":{"north":{"uv":[1.5,12.5,3,14.5],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,12,6.5,14],"rotation":180,"texture":"#0"},"south":{"uv":[5.5,12,7,14],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,12,6.5,14],"texture":"#0"},"up":{"uv":[3.5,11,6.5,12.5],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,10.5,5,13.5],"rotation":180,"texture":"#0"}}},{"from":[7.255,-0.75328,13.269],"to":[8.755,1.24672,16.269],"rotation":{"angle":-22.5,"axis":"x","origin":[8.01,-0.79135,13.79831]},"faces":{"north":{"uv":[7,12,5.5,14],"rotation":180,"texture":"#0"},"east":{"uv":[6.5,12,3.5,14],"rotation":180,"texture":"#0"},"south":{"uv":[3,12.5,1.5,14.5],"rotation":180,"texture":"#0"},"west":{"uv":[6.5,12,3.5,14],"texture":"#0"},"up":{"uv":[6.5,11,3.5,12.5],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,13.5,5,10.5],"rotation":180,"texture":"#0"}}},{"from":[7.24,-2.10731,13.99269],"to":[8.76,0.91269,17.01269],"rotation":{"angle":45,"axis":"x","origin":[8,-0.09731,16.00269]},"faces":{"north":{"uv":[4,10,2.5,13],"texture":"#0"},"east":{"uv":[6,10,3,13],"rotation":180,"texture":"#0"},"south":{"uv":[4,10,2.5,13],"rotation":180,"texture":"#0"},"west":{"uv":[6,10,3,13],"texture":"#0"},"up":{"uv":[2.5,13,4,10],"rotation":180,"texture":"#0"},"down":{"uv":[2.5,13,4,10],"texture":"#0"}}},{"from":[6.75,-0.99731,14.45269],"to":[9.25,1.00269,16.45269],"rotation":{"angle":45,"axis":"x","origin":[8,0.25269,15.20269]},"faces":{"north":{"uv":[4,3,6,1],"rotation":90,"texture":"#1"},"east":{"uv":[6,1,4,3],"texture":"#1"},"south":{"uv":[4,3,6,1],"rotation":90,"texture":"#1"},"west":{"uv":[4,3,6,1],"rotation":90,"texture":"#1"},"up":{"uv":[4,3,6,1],"rotation":90,"texture":"#1"},"down":{"uv":[4,3,6,1],"rotation":90,"texture":"#1"}}},{"from":[7.27,-1.43134,13.279],"to":[8.75,0.54866,16.259],"rotation":{"angle":22.5,"axis":"x","origin":[8.01,0.59673,13.79831]},"faces":{"north":{"uv":[7,11.5,5.5,13.5],"rotation":180,"texture":"#0"},"east":{"uv":[6,10.5,3,12.5],"rotation":180,"texture":"#0"},"south":{"uv":[3,10.5,1.5,12.5],"rotation":180,"texture":"#0"},"west":{"uv":[6,10.5,3,12.5],"texture":"#0"},"up":{"uv":[1.5,13.5,3,10.5],"texture":"#0"},"down":{"uv":[6,10.5,3,12],"rotation":270,"texture":"#0"}}},{"from":[7.24,3.55144,1.33124],"to":[8.76,6.57144,4.35124],"rotation":{"angle":0,"axis":"x","origin":[8.005,-0.09731,8]},"faces":{"north":{"uv":[2.5,10,4,13],"rotation":180,"texture":"#0"},"east":{"uv":[3,10,6,13],"rotation":180,"texture":"#0"},"south":{"uv":[2.5,10,4,13],"texture":"#0"},"west":{"uv":[3,10,6,13],"texture":"#0"},"up":{"uv":[2.5,10,4,13],"rotation":180,"texture":"#0"},"down":{"uv":[2.5,10,4,13],"texture":"#0"}}},{"from":[7.255,4.46472,5.17795],"to":[8.755,7.46472,7.17795],"rotation":{"angle":-22.5,"axis":"x","origin":[8.005,-0.09731,8]},"faces":{"north":{"uv":[3.5,10.5,5,13.5],"texture":"#0"},"east":{"uv":[3.5,12,6.5,14],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,11,6.5,12.5],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,12,6.5,14],"rotation":90,"texture":"#0"},"up":{"uv":[1.5,12.5,3,14.5],"texture":"#0"},"down":{"uv":[5.5,12,7,14],"rotation":180,"texture":"#0"}}},{"from":[6.75,3.99325,1.90442],"to":[9.25,5.99325,3.90442],"rotation":{"angle":0,"axis":"x","origin":[8.005,-0.09731,8]},"faces":{"north":{"uv":[4,3,6,1],"rotation":90,"texture":"#1"},"east":{"uv":[4,3,6,1],"rotation":90,"texture":"#1"},"south":{"uv":[4,3,6,1],"rotation":90,"texture":"#1"},"west":{"uv":[6,1,4,3],"texture":"#1"},"up":{"uv":[4,3,6,1],"rotation":90,"texture":"#1"},"down":{"uv":[4,3,6,1],"rotation":90,"texture":"#1"}}},{"from":[7.27,0.73474,0.44797],"to":[8.75,2.71474,3.42797],"rotation":{"angle":22.5,"axis":"x","origin":[8.005,-0.09731,8]},"faces":{"north":{"uv":[1.5,10.5,3,12.5],"rotation":180,"texture":"#0"},"east":{"uv":[3,10.5,6,12.5],"rotation":180,"texture":"#0"},"south":{"uv":[5.5,11.5,7,13.5],"rotation":180,"texture":"#0"},"west":{"uv":[3,10.5,6,12.5],"texture":"#0"},"up":{"uv":[1.5,10.5,3,13.5],"texture":"#0"},"down":{"uv":[3,10.5,6,12],"rotation":270,"texture":"#0"}}},{"from":[6.75,3.99325,12.09558],"to":[9.25,5.99325,14.09558],"rotation":{"angle":0,"axis":"x","origin":[8.005,-0.09731,8]},"faces":{"north":{"uv":[4,3,6,1],"rotation":90,"texture":"#1"},"east":{"uv":[6,1,4,3],"texture":"#1"},"south":{"uv":[4,3,6,1],"rotation":90,"texture":"#1"},"west":{"uv":[4,3,6,1],"rotation":90,"texture":"#1"},"up":{"uv":[4,3,6,1],"rotation":90,"texture":"#1"},"down":{"uv":[4,3,6,1],"rotation":90,"texture":"#1"}}},{"from":[7.24,3.55144,11.64876],"to":[8.76,6.57144,14.66876],"rotation":{"angle":0,"axis":"x","origin":[8.005,-0.09731,8]},"faces":{"north":{"uv":[4,10,2.5,13],"texture":"#0"},"east":{"uv":[6,10,3,13],"rotation":180,"texture":"#0"},"south":{"uv":[4,10,2.5,13],"rotation":180,"texture":"#0"},"west":{"uv":[6,10,3,13],"texture":"#0"},"up":{"uv":[2.5,13,4,10],"rotation":180,"texture":"#0"},"down":{"uv":[2.5,13,4,10],"texture":"#0"}}},{"from":[7.255,4.46472,8.82205],"to":[8.755,7.46472,10.82205],"rotation":{"angle":22.5,"axis":"x","origin":[8.005,-0.09731,8]},"faces":{"north":{"uv":[6.5,11,3.5,12.5],"rotation":270,"texture":"#0"},"east":{"uv":[6.5,12,3.5,14],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,13.5,5,10.5],"rotation":180,"texture":"#0"},"west":{"uv":[6.5,12,3.5,14],"rotation":270,"texture":"#0"},"up":{"uv":[3,12.5,1.5,14.5],"rotation":180,"texture":"#0"},"down":{"uv":[7,12,5.5,14],"texture":"#0"}}},{"from":[7.27,0.73474,12.57203],"to":[8.75,2.71474,15.55203],"rotation":{"angle":-22.5,"axis":"x","origin":[8.005,-0.09731,8]},"faces":{"north":{"uv":[7,11.5,5.5,13.5],"rotation":180,"texture":"#0"},"east":{"uv":[6,10.5,3,12.5],"rotation":180,"texture":"#0"},"south":{"uv":[3,10.5,1.5,12.5],"rotation":180,"texture":"#0"},"west":{"uv":[6,10.5,3,12.5],"texture":"#0"},"up":{"uv":[1.5,13.5,3,10.5],"texture":"#0"},"down":{"uv":[6,10.5,3,12],"rotation":270,"texture":"#0"}}},{"from":[6.99,-14.34131,6.46904],"to":[9.01,-11.32131,9.48904],"rotation":{"angle":-45,"axis":"x","origin":[8,-12.79973,7.94494]},"faces":{"north":{"uv":[1.5,13,3,10],"rotation":180,"texture":"#0"},"east":{"uv":[5,10,2,13],"rotation":90,"texture":"#0"},"south":{"uv":[1.5,13,3,10],"rotation":180,"texture":"#0"},"west":{"uv":[5,10,2,13],"rotation":90,"texture":"#0"},"up":{"uv":[3,10,1.5,13],"rotation":180,"texture":"#0"},"down":{"uv":[3,10,1.5,13],"rotation":180,"texture":"#0"}}},{"from":[7.02,-13.61999,6.17778],"to":[9,-10.63999,8.15778],"rotation":{"angle":22.5,"axis":"x","origin":[8.005,-12.34731,7.94672]},"faces":{"north":{"uv":[6,10.5,3,12],"rotation":90,"texture":"#0"},"east":{"uv":[6,10.5,3,12.5],"rotation":90,"texture":"#0"},"south":{"uv":[1.5,13.5,3,10.5],"texture":"#0"},"west":{"uv":[6,10.5,3,12.5],"rotation":90,"texture":"#0"},"up":{"uv":[7,11.5,5.5,13.5],"texture":"#0"},"down":{"uv":[3,10.5,1.5,12.5],"rotation":180,"texture":"#0"}}},{"from":[7.005,-13.62999,7.72566],"to":[9.005,-10.62999,9.72566],"rotation":{"angle":-22.5,"axis":"x","origin":[8.005,-12.34731,7.94672]},"faces":{"north":{"uv":[3.5,13.5,5,10.5],"texture":"#0"},"east":{"uv":[6.5,12,3.5,14],"rotation":90,"texture":"#0"},"south":{"uv":[6.5,11,3.5,12.5],"rotation":90,"texture":"#0"},"west":{"uv":[6.5,12,3.5,14],"rotation":90,"texture":"#0"},"up":{"uv":[7,12,5.5,14],"texture":"#0"},"down":{"uv":[3,12.5,1.5,14.5],"rotation":180,"texture":"#0"}}},{"from":[6.49,-13.73584,7.00374],"to":[9.49,-11.73584,9.00374],"rotation":{"angle":-45,"axis":"x","origin":[7.99,-12.76742,8.03784]},"faces":{"north":{"uv":[4,3,6,1],"rotation":180,"texture":"#1"},"east":{"uv":[6,1,4,3],"rotation":270,"texture":"#1"},"south":{"uv":[4,3,6,1],"rotation":180,"texture":"#1"},"west":{"uv":[4,3,6,1],"rotation":180,"texture":"#1"},"up":{"uv":[4,3,6,1],"rotation":180,"texture":"#1"},"down":{"uv":[4,3,6,1],"rotation":180,"texture":"#1"}}},{"from":[7.25,-10.5,7.25],"to":[8.75,-2,8.75],"rotation":{"angle":0,"axis":"x","origin":[7.5,-14.25,8.5]},"faces":{"north":{"uv":[0,7,1.5,15.5],"rotation":180,"texture":"#3"},"east":{"uv":[0,7,1.5,15.5],"rotation":180,"texture":"#3"},"south":{"uv":[0,7,1.5,15.5],"texture":"#3"},"west":{"uv":[0,7,1.5,15.5],"rotation":180,"texture":"#3"},"up":{"uv":[0,7,1.5,8.5],"rotation":180,"texture":"#3"},"down":{"uv":[0,7,1.5,8.5],"texture":"#3"}}},{"from":[7.48,-0.87,2.73],"to":[8.52,0.67,13.27],"rotation":{"angle":0,"axis":"x","origin":[8,-0.35,7]},"faces":{"north":{"uv":[0,5.5,1,16],"texture":"#3"},"east":{"uv":[0,5.5,1.5,16],"rotation":90,"texture":"#3"},"south":{"uv":[0,5.5,1,16],"texture":"#3"},"west":{"uv":[0,5.5,1.5,16],"rotation":90,"texture":"#3"},"up":{"uv":[0,5.5,1,16],"texture":"#3"},"down":{"uv":[0,5.5,1,16],"texture":"#3"}}},{"from":[7.1,-6.9,7.1],"to":[8.9,-6.1,8.9],"rotation":{"angle":0,"axis":"x","origin":[7.5,-13,8.5]},"faces":{"north":{"uv":[11,9,13,10],"rotation":180,"texture":"#4"},"east":{"uv":[11,9,12,11],"rotation":270,"texture":"#4"},"south":{"uv":[11,9,13,10],"texture":"#4"},"west":{"uv":[11,9,12,11],"rotation":90,"texture":"#4"},"up":{"uv":[11,9,13,11],"rotation":180,"texture":"#4"},"down":{"uv":[11,9,13,11],"texture":"#4"}}},{"from":[7.01,-2.74,7.01],"to":[8.99,-1.76,8.99],"rotation":{"angle":0,"axis":"x","origin":[7.5,-8.75,8.5]},"faces":{"north":{"uv":[11,9,13,10],"rotation":180,"texture":"#4"},"east":{"uv":[11,9,12,11],"rotation":270,"texture":"#4"},"south":{"uv":[11,9,13,10],"texture":"#4"},"west":{"uv":[11,9,12,11],"rotation":90,"texture":"#4"},"up":{"uv":[11,9,13,11],"rotation":180,"texture":"#4"},"down":{"uv":[11,9,13,11],"texture":"#4"}}},{"from":[7,-6,7],"to":[9,-5,9],"rotation":{"angle":0,"axis":"x","origin":[7.5,-12,8.5]},"faces":{"north":{"uv":[12,2,14,3],"rotation":180,"texture":"#4"},"east":{"uv":[12,2,14,3],"rotation":180,"texture":"#4"},"south":{"uv":[12,2,14,3],"rotation":180,"texture":"#4"},"west":{"uv":[12,2,14,3],"rotation":180,"texture":"#4"},"up":{"uv":[12,2,14,4],"rotation":180,"texture":"#4"},"down":{"uv":[12,2,14,4],"rotation":180,"texture":"#4"}}},{"from":[7.1,-4.9,7.1],"to":[8.9,-4.1,8.9],"rotation":{"angle":0,"axis":"x","origin":[7.5,-11,8.5]},"faces":{"north":{"uv":[11,9,13,10],"rotation":180,"texture":"#4"},"east":{"uv":[11,9,12,11],"rotation":270,"texture":"#4"},"south":{"uv":[11,9,13,10],"texture":"#4"},"west":{"uv":[11,9,12,11],"rotation":90,"texture":"#4"},"up":{"uv":[11,9,13,11],"rotation":180,"texture":"#4"},"down":{"uv":[11,9,13,11],"texture":"#4"}}},{"from":[7,-10,7],"to":[9,-9,9],"rotation":{"angle":0,"axis":"x","origin":[7.5,-16,8.5]},"faces":{"north":{"uv":[11,9,13,10],"rotation":180,"texture":"#4"},"east":{"uv":[11,9,12,11],"rotation":270,"texture":"#4"},"south":{"uv":[11,9,13,10],"texture":"#4"},"west":{"uv":[11,9,12,11],"rotation":90,"texture":"#4"},"up":{"uv":[11,9,13,11],"rotation":180,"texture":"#4"},"down":{"uv":[11,9,13,11],"texture":"#4"}}},{"from":[7.1,-8.9,7.1],"to":[8.9,-8.1,8.9],"rotation":{"angle":0,"axis":"x","origin":[7.5,-15,8.5]},"faces":{"north":{"uv":[12,2,14,3],"rotation":180,"texture":"#4"},"east":{"uv":[12,2,14,3],"rotation":180,"texture":"#4"},"south":{"uv":[12,2,14,3],"rotation":180,"texture":"#4"},"west":{"uv":[12,2,14,3],"rotation":180,"texture":"#4"},"up":{"uv":[12,2,14,4],"rotation":180,"texture":"#4"},"down":{"uv":[12,2,14,4],"rotation":180,"texture":"#4"}}},{"from":[7,-8,7],"to":[9,-7,9],"rotation":{"angle":0,"axis":"x","origin":[7.5,-14,8.5]},"faces":{"north":{"uv":[12,2,14,3],"rotation":180,"texture":"#4"},"east":{"uv":[12,2,14,3],"rotation":180,"texture":"#4"},"south":{"uv":[12,2,14,3],"rotation":180,"texture":"#4"},"west":{"uv":[12,2,14,3],"rotation":180,"texture":"#4"},"up":{"uv":[12,2,14,4],"rotation":180,"texture":"#4"},"down":{"uv":[12,2,14,4],"rotation":180,"texture":"#4"}}},{"from":[7.1,-3.9,7.1],"to":[8.9,-3.1,8.9],"rotation":{"angle":0,"axis":"x","origin":[7.5,-10,8.5]},"faces":{"north":{"uv":[12,2,14,3],"rotation":180,"texture":"#4"},"east":{"uv":[12,2,14,3],"rotation":180,"texture":"#4"},"south":{"uv":[12,2,14,3],"rotation":180,"texture":"#4"},"west":{"uv":[12,2,14,3],"rotation":180,"texture":"#4"},"up":{"uv":[12,2,14,4],"rotation":180,"texture":"#4"},"down":{"uv":[12,2,14,4],"rotation":180,"texture":"#4"}}},{"from":[7.77,30.02,7.02],"to":[8.23,31.98,8.98],"rotation":{"angle":45,"axis":"x","origin":[8,31,8]},"faces":{"north":{"uv":[11,9.5,13,10],"rotation":270,"texture":"#0"},"east":{"uv":[11,9.5,13,11.5],"rotation":270,"texture":"#0"},"south":{"uv":[11,9.5,13,10],"rotation":270,"texture":"#0"},"west":{"uv":[11,9.5,13,11.5],"rotation":270,"texture":"#0"},"up":{"uv":[11,9.5,13,10],"rotation":270,"texture":"#0"},"down":{"uv":[11,9.5,13,10],"rotation":270,"texture":"#0"}}},{"from":[7.5,-1,2],"to":[8.5,4,7],"rotation":{"angle":45,"axis":"x","origin":[8,-2,8]},"faces":{"north":{"uv":[2,0.5,7,1.5],"rotation":90,"texture":"#2"},"east":{"uv":[2,0.5,7,5.5],"rotation":180,"texture":"#2"},"south":{"uv":[2,0.5,7,1.5],"rotation":90,"texture":"#2"},"west":{"uv":[2,0.5,7,5.5],"rotation":90,"texture":"#2"},"up":{"uv":[2,0.5,7,1.5],"rotation":90,"texture":"#2"},"down":{"uv":[2,0.5,7,1.5],"rotation":90,"texture":"#2"}}},{"from":[7.75,26.71957,6.14444],"to":[8.25,30.71957,8.14444],"rotation":{"angle":22.5,"axis":"x","origin":[8,29.71957,7.14444]},"faces":{"north":{"uv":[11,9.5,15,10],"rotation":270,"texture":"#0"},"east":{"uv":[11,9.5,15,11.5],"rotation":270,"texture":"#0"},"south":{"uv":[11,9.5,15,10],"rotation":270,"texture":"#0"},"west":{"uv":[11,9.5,15,11.5],"rotation":270,"texture":"#0"},"up":{"uv":[11,9.5,13,10],"rotation":270,"texture":"#0"},"down":{"uv":[11,9.5,13,10],"rotation":270,"texture":"#0"}}},{"from":[7.76,26.72957,7.86556],"to":[8.24,30.70957,9.84556],"rotation":{"angle":-22.5,"axis":"x","origin":[8,29.71957,8.85556]},"faces":{"north":{"uv":[11,11.5,15,12],"rotation":270,"texture":"#0"},"east":{"uv":[11,11.5,15,13.5],"rotation":270,"texture":"#0"},"south":{"uv":[11,11.5,15,12],"rotation":270,"texture":"#0"},"west":{"uv":[11,11.5,15,13.5],"rotation":270,"texture":"#0"},"up":{"uv":[11,11.5,13,12],"rotation":270,"texture":"#0"},"down":{"uv":[11,11.5,13,12],"rotation":270,"texture":"#0"}}},{"from":[7.5,26.71957,6.14444],"to":[8.5,28.71957,8.14444],"rotation":{"angle":22.5,"axis":"x","origin":[8,27.71957,7.14444]},"faces":{"north":{"uv":[14,11.5,15,13.5],"rotation":180,"texture":"#2"},"east":{"uv":[14,11.5,16,13.5],"rotation":270,"texture":"#2"},"south":{"uv":[14,11.5,15,13.5],"texture":"#2"},"west":{"uv":[14,11.5,16,13.5],"rotation":90,"texture":"#2"},"up":{"uv":[14,11.5,15,13.5],"rotation":180,"texture":"#2"},"down":{"uv":[14,11.5,15,13.5],"texture":"#2"}}},{"from":[7.52,28.02,7.02],"to":[8.48,29.98,8.98],"rotation":{"angle":45,"axis":"x","origin":[8,29,8]},"faces":{"north":{"uv":[14,11.5,15,13.5],"rotation":180,"texture":"#2"},"east":{"uv":[14,11.5,16,13.5],"rotation":270,"texture":"#2"},"south":{"uv":[14,11.5,15,13.5],"texture":"#2"},"west":{"uv":[14,11.5,16,13.5],"rotation":90,"texture":"#2"},"up":{"uv":[14,11.5,15,13.5],"rotation":180,"texture":"#2"},"down":{"uv":[14,11.5,15,13.5],"texture":"#2"}}},{"from":[7.51,26.72957,7.86556],"to":[8.49,28.70957,9.84556],"rotation":{"angle":-22.5,"axis":"x","origin":[8,27.71957,8.85556]},"faces":{"north":{"uv":[14.5,11.5,15.5,13.5],"texture":"#2"},"east":{"uv":[14,13.5,16,15.5],"rotation":270,"texture":"#2"},"south":{"uv":[14.5,11.5,15.5,13.5],"rotation":180,"texture":"#2"},"west":{"uv":[14,13.5,16,15.5],"rotation":90,"texture":"#2"},"up":{"uv":[14,13.5,15,15.5],"rotation":180,"texture":"#2"},"down":{"uv":[14,13.5,15,15.5],"texture":"#2"}}},{"from":[7.77,3.38144,8.94136],"to":[8.23,27.34144,10.90136],"rotation":{"angle":0,"axis":"x","origin":[8,24.36144,9.92136]},"faces":{"north":{"uv":[0,11.5,16,12],"rotation":270,"texture":"#0"},"east":{"uv":[0,11.5,16,13.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,11.5,16,12],"rotation":270,"texture":"#0"},"west":{"uv":[0,11.5,16,13.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,11.5,2,12],"rotation":270,"texture":"#0"},"down":{"uv":[0,11.5,2,12],"rotation":270,"texture":"#0"}}},{"from":[7.78,0.29664,7.40714],"to":[8.22,6.23664,9.34714],"rotation":{"angle":22.5,"axis":"x","origin":[8,11.76664,8.37714]},"faces":{"north":{"uv":[0,9.5,0.5,15.5],"rotation":180,"texture":"#0"},"east":{"uv":[0,9.5,2,15.5],"rotation":180,"texture":"#0"},"south":{"uv":[0,9.5,0.5,15.5],"rotation":180,"texture":"#0"},"west":{"uv":[0,9.5,2,15.5],"rotation":180,"texture":"#0"},"up":{"uv":[0,9.5,2,10],"rotation":270,"texture":"#0"},"down":{"uv":[0,9.5,2,10],"rotation":270,"texture":"#0"}}},{"from":[7.78,0.29664,6.65286],"to":[8.22,6.23664,8.59286],"rotation":{"angle":-22.5,"axis":"x","origin":[8,11.76664,7.62286]},"faces":{"north":{"uv":[0,9.5,0.5,15.5],"rotation":180,"texture":"#0"},"east":{"uv":[0,9.5,2,15.5],"rotation":180,"texture":"#0"},"south":{"uv":[0,9.5,0.5,15.5],"rotation":180,"texture":"#0"},"west":{"uv":[0,9.5,2,15.5],"rotation":180,"texture":"#0"},"up":{"uv":[0,9.5,2,10],"rotation":270,"texture":"#0"},"down":{"uv":[0,9.5,2,10],"rotation":270,"texture":"#0"}}},{"from":[7.77,3.38144,5.09864],"to":[8.23,27.34144,7.05864],"rotation":{"angle":0,"axis":"x","origin":[8,24.36144,6.07864]},"faces":{"north":{"uv":[0,11.5,16,12],"rotation":270,"texture":"#0"},"east":{"uv":[0,11.5,16,13.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,11.5,16,12],"rotation":270,"texture":"#0"},"west":{"uv":[0,11.5,16,13.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,11.5,2,12],"rotation":270,"texture":"#0"},"down":{"uv":[0,11.5,2,12],"rotation":270,"texture":"#0"}}},{"from":[7.49,3.99,5.84],"to":[8.51,27.26,10.16],"rotation":{"angle":0,"axis":"x","origin":[8,24.36144,8.07864]},"faces":{"north":{"uv":[0,12,16,12.5],"rotation":270,"texture":"#2"},"east":{"uv":[0,12,16,15],"rotation":270,"texture":"#2"},"south":{"uv":[0,12,16,12.5],"rotation":270,"texture":"#2"},"west":{"uv":[0,12,16,15],"rotation":270,"texture":"#2"},"up":{"uv":[0,12,16,15],"rotation":270,"texture":"#2"},"down":{"uv":[0,12,16,15],"rotation":270,"texture":"#2"}}},{"from":[7.25,7.25,7],"to":[8.75,18.25,9],"rotation":{"angle":0,"axis":"y","origin":[7,9.25,7]},"faces":{"north":{"uv":[0,11,11,13],"rotation":270,"texture":"#0"},"east":{"uv":[0,11,11,13],"rotation":270,"texture":"#0"},"south":{"uv":[0,11,11,13],"rotation":270,"texture":"#0"},"west":{"uv":[0,11,11,13],"rotation":270,"texture":"#0"},"up":{"uv":[8,11,10,13],"rotation":270,"texture":"#0"},"down":{"uv":[0,11,2,13],"rotation":270,"texture":"#0"}}},{"from":[7.25,2.25,7],"to":[8.75,7.25,9],"rotation":{"angle":0,"axis":"y","origin":[7,-1.75,7]},"faces":{"north":{"uv":[0,11,5,13],"rotation":90,"texture":"#0"},"east":{"uv":[0,11,5,13],"rotation":90,"texture":"#0"},"south":{"uv":[0,11,5,13],"rotation":90,"texture":"#0"},"west":{"uv":[0,11,5,13],"rotation":90,"texture":"#0"},"up":{"uv":[0,11.5,2,13.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,11,2,13],"rotation":90,"texture":"#0"}}},{"from":[7,4.25,7.25],"to":[9,10.75,8.75],"rotation":{"angle":0,"axis":"y","origin":[7,-1.75,7]},"faces":{"north":{"uv":[7,4,0.5,5.5],"rotation":90,"texture":"#1"},"east":{"uv":[0.5,4,7,5.5],"rotation":270,"texture":"#1"},"south":{"uv":[0.5,5.5,7,4],"rotation":270,"texture":"#1"},"west":{"uv":[0.5,4,7,5.5],"rotation":270,"texture":"#1"},"up":{"uv":[0.5,4,7,5.5],"rotation":270,"texture":"#1"},"down":{"uv":[0.5,4,7,5.5],"rotation":270,"texture":"#1"}}},{"from":[7,11.25,7.25],"to":[9,12.75,8.75],"rotation":{"angle":0,"axis":"x","origin":[8,12,8]},"faces":{"north":{"uv":[5,4,6.5,5.5],"rotation":270,"texture":"#1"},"east":{"uv":[5,4,6.5,5.5],"texture":"#1"},"south":{"uv":[5,4,6.5,5.5],"rotation":270,"texture":"#1"},"west":{"uv":[5,4,6.5,5.5],"texture":"#1"},"up":{"uv":[5,4,6.5,5.5],"rotation":270,"texture":"#1"},"down":{"uv":[5,4,6.5,5.5],"rotation":270,"texture":"#1"}}},{"from":[7.25,18.93476,8.37632],"to":[8.75,19.53476,8.97632],"rotation":{"angle":45,"axis":"x","origin":[8.75,20.28476,8.87632]},"faces":{"north":{"uv":[11,11.5,12,12.5],"rotation":270,"texture":"#0"},"east":{"uv":[11,11.5,12,12.5],"rotation":270,"texture":"#0"},"south":{"uv":[11,11.5,12,12.5],"rotation":270,"texture":"#0"},"west":{"uv":[11,11.5,12,12.5],"rotation":270,"texture":"#0"},"up":{"uv":[11,11.5,12,12.5],"rotation":270,"texture":"#0"},"down":{"uv":[11,11.5,12,12.5],"rotation":270,"texture":"#0"}}},{"from":[7.26,17.76467,7.72967],"to":[8.74,19.44467,8.70967],"rotation":{"angle":-22.5,"axis":"x","origin":[8.75,18.84566,8]},"faces":{"north":{"uv":[11.2,11.5,9.5,12],"rotation":90,"texture":"#0"},"east":{"uv":[10.5,12.5,12.2,13.5],"rotation":270,"texture":"#0"},"south":{"uv":[11.2,11.5,9.5,12],"rotation":90,"texture":"#0"},"west":{"uv":[10,12.5,11.7,11.5],"rotation":270,"texture":"#0"},"up":{"uv":[10,12.3,11,11.8],"rotation":270,"texture":"#0"},"down":{"uv":[10,12.3,11,11.8],"rotation":270,"texture":"#0"}}},{"from":[7.24,17.74467,7.27033],"to":[8.76,19.46467,8.29033],"rotation":{"angle":22.5,"axis":"x","origin":[8.75,18.84566,8]},"faces":{"north":{"uv":[11.7,11.5,10,12],"rotation":90,"texture":"#0"},"east":{"uv":[10,12.5,11.7,11.5],"rotation":270,"texture":"#0"},"south":{"uv":[11.2,11.5,9.5,12],"rotation":90,"texture":"#0"},"west":{"uv":[10.5,12.5,12.2,13.5],"rotation":270,"texture":"#0"},"up":{"uv":[10,11.8,11,12.3],"rotation":270,"texture":"#0"},"down":{"uv":[10,11.8,11,12.3],"rotation":270,"texture":"#0"}}},{"from":[7.49,-0.20347,1.99],"to":[8.51,2.20347,2.51],"rotation":{"angle":0,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[1.5,9.5,3.88695,10.5],"rotation":270,"texture":"#2"},"east":{"uv":[1.5,9.5,3.88695,10],"rotation":270,"texture":"#2"},"south":{"uv":[1.5,9.5,3.88695,10.5],"rotation":270,"texture":"#2"},"west":{"uv":[1.5,9.5,3.88695,10],"rotation":270,"texture":"#2"},"up":{"uv":[1.5,9.5,2,10.5],"rotation":270,"texture":"#2"},"down":{"uv":[1.5,9.5,2,10.5],"rotation":270,"texture":"#2"}}},{"from":[7.5,-0.19347,2],"to":[8.5,2.19347,2.5],"rotation":{"angle":22.5,"axis":"x","origin":[8,1,8]},"faces":{"north":{"uv":[3.5,9.5,5.88695,10.5],"rotation":270,"texture":"#2"},"east":{"uv":[3.5,9.5,5.88695,10],"rotation":270,"texture":"#2"},"south":{"uv":[3.5,9.5,5.88695,10.5],"rotation":270,"texture":"#2"},"west":{"uv":[3.5,9.5,5.88695,10],"rotation":270,"texture":"#2"},"up":{"uv":[3.5,9.5,4,10.5],"rotation":270,"texture":"#2"},"down":{"uv":[3.5,9.5,4,10.5],"rotation":270,"texture":"#2"}}},{"from":[7.49,-0.20347,1.99],"to":[8.51,2.20347,2.51],"rotation":{"angle":45,"axis":"x","origin":[8,1,8]},"faces":{"north":{"uv":[6,9.5,8.38695,10.5],"rotation":270,"texture":"#2"},"east":{"uv":[6,9.5,8.38695,10],"rotation":270,"texture":"#2"},"south":{"uv":[6,9.5,8.38695,10.5],"rotation":270,"texture":"#2"},"west":{"uv":[6,9.5,8.38695,10],"rotation":270,"texture":"#2"},"up":{"uv":[6,9.5,6.5,10.5],"rotation":270,"texture":"#2"},"down":{"uv":[6,9.5,6.5,10.5],"rotation":270,"texture":"#2"}}},{"from":[7.5,6.5,6.80653],"to":[8.5,7,9.19347],"rotation":{"angle":-22.5,"axis":"x","origin":[8,1,8]},"faces":{"north":{"uv":[12,9.5,13,10],"texture":"#2"},"east":{"uv":[12,9.5,14.38695,10],"texture":"#2"},"south":{"uv":[12,9.5,13,10],"texture":"#2"},"west":{"uv":[12,9.5,14.38695,10],"texture":"#2"},"up":{"uv":[12,9.5,13,11.88695],"texture":"#2"},"down":{"uv":[12,9.5,13,11.88695],"texture":"#2"}}},{"from":[7.49,-0.20347,13.49],"to":[8.51,2.20347,14.01],"rotation":{"angle":0,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[1.5,10.5,3.88695,9.5],"rotation":270,"texture":"#2"},"east":{"uv":[1.5,10,3.88695,9.5],"rotation":270,"texture":"#2"},"south":{"uv":[1.5,10.5,3.88695,9.5],"rotation":270,"texture":"#2"},"west":{"uv":[1.5,10,3.88695,9.5],"rotation":270,"texture":"#2"},"up":{"uv":[2,9.5,1.5,10.5],"rotation":270,"texture":"#2"},"down":{"uv":[2,9.5,1.5,10.5],"rotation":270,"texture":"#2"}}},{"from":[7.5,-0.19347,13.5],"to":[8.5,2.19347,14],"rotation":{"angle":-22.5,"axis":"x","origin":[8,1,8]},"faces":{"north":{"uv":[3.5,10.5,5.88695,9.5],"rotation":270,"texture":"#2"},"east":{"uv":[3.5,10,5.88695,9.5],"rotation":270,"texture":"#2"},"south":{"uv":[3.5,10.5,5.88695,9.5],"rotation":270,"texture":"#2"},"west":{"uv":[3.5,10,5.88695,9.5],"rotation":270,"texture":"#2"},"up":{"uv":[4,9.5,3.5,10.5],"rotation":270,"texture":"#2"},"down":{"uv":[4,9.5,3.5,10.5],"rotation":270,"texture":"#2"}}},{"from":[7.5,6.5,6.80653],"to":[8.5,7,9.19347],"rotation":{"angle":22.5,"axis":"x","origin":[8,1,8]},"faces":{"north":{"uv":[13,9.5,12,10],"texture":"#2"},"east":{"uv":[14.38695,9.5,12,10],"texture":"#2"},"south":{"uv":[13,9.5,12,10],"texture":"#2"},"west":{"uv":[14.38695,9.5,12,10],"texture":"#2"},"up":{"uv":[12,11.88695,13,9.5],"texture":"#2"},"down":{"uv":[12,11.88695,13,9.5],"texture":"#2"}}},{"from":[7.49,-0.20347,13.49],"to":[8.51,2.20347,14.01],"rotation":{"angle":-45,"axis":"x","origin":[8,1,8]},"faces":{"north":{"uv":[6,10.5,8.38695,9.5],"rotation":270,"texture":"#2"},"east":{"uv":[6,10,8.38695,9.5],"rotation":270,"texture":"#2"},"south":{"uv":[6,10.5,8.38695,9.5],"rotation":270,"texture":"#2"},"west":{"uv":[6,10,8.38695,9.5],"rotation":270,"texture":"#2"},"up":{"uv":[6.5,9.5,6,10.5],"rotation":270,"texture":"#2"},"down":{"uv":[6.5,9.5,6,10.5],"rotation":270,"texture":"#2"}}}],"display":{"thirdperson_righthand":{"rotation":[0,8,0],"translation":[0,12.5,1.5],"scale":[1.06,1.06,1.06]},"thirdperson_lefthand":{"rotation":[0,8,0],"translation":[0,12.5,1.5],"scale":[1.06,1.06,1.06]},"firstperson_righthand":{"rotation":[-12,6,0],"translation":[7.25,8.5,-7],"scale":[0.97,0.97,0.97]},"firstperson_lefthand":{"rotation":[-12,6,0],"translation":[7.25,8.5,-7],"scale":[0.97,0.97,0.97]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.8,0.8,0.8]},"gui":{"rotation":[65,46,-76],"scale":[0.54,0.54,0.54]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/rune_spear.json b/assets/minecraft/models/item/wynn/skin/spear/rune_spear.json new file mode 100644 index 000000000..23f84c28e --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/rune_spear.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/artisansword","1":"block/cauldron_side","2":"block/cauldron_bottom","3":"block/cyan_wool","4":"wynn/weapon/warrior/basic_wood_gold","particle":"skins/artisansword"},"elements":[{"from":[7.6,-0.9,7.6],"to":[8.4,13.9,8.4],"rotation":{"angle":0,"axis":"y","origin":[7.99476,0.51223,7.99303]},"faces":{"north":{"uv":[9,0,11,16],"texture":"#2"},"east":{"uv":[4,0,6,16],"texture":"#2"},"south":{"uv":[10,0,12,16],"texture":"#2"},"west":{"uv":[9,0,11,16],"texture":"#2"},"up":{"uv":[0,0,2,2],"texture":"#2"},"down":{"uv":[0,0,2,2],"texture":"#2"}}},{"from":[7.4,3.9,7.4],"to":[8.6,8.1,8.6],"rotation":{"angle":0,"axis":"y","origin":[7.99476,5.51223,7.99303]},"faces":{"north":{"uv":[9,4,14,6],"rotation":90,"texture":"#3"},"east":{"uv":[10.5,2,15.5,4],"rotation":90,"texture":"#3"},"south":{"uv":[8,4,13,6],"rotation":90,"texture":"#3"},"west":{"uv":[10,4,15,6],"rotation":90,"texture":"#3"},"up":{"uv":[9,4,11,6],"texture":"#3"},"down":{"uv":[8,4,10,6],"texture":"#3"}}},{"from":[7.4,13.65,7.4],"to":[8.6,14.45,8.6],"rotation":{"angle":0,"axis":"y","origin":[7.99476,15.26223,7.99303]},"faces":{"north":{"uv":[14,2.5,15,3.9],"rotation":90,"texture":"#4"},"east":{"uv":[14,2.5,15,3.9],"rotation":90,"texture":"#4"},"south":{"uv":[14,2.5,15,3.9],"rotation":90,"texture":"#4"},"west":{"uv":[14,2.5,15,3.9],"rotation":90,"texture":"#4"},"up":{"uv":[14,2.5,15,3.9],"rotation":90,"texture":"#4"},"down":{"uv":[14,2.5,15,3.9],"rotation":90,"texture":"#4"}}},{"from":[7.4,12.65,7.4],"to":[8.6,13.45,8.6],"rotation":{"angle":0,"axis":"y","origin":[7.99476,14.26223,8.00697]},"faces":{"north":{"uv":[14,4.4,15,3],"rotation":90,"texture":"#4"},"east":{"uv":[14,4.4,15,3],"rotation":90,"texture":"#4"},"south":{"uv":[14,4.4,15,3],"rotation":90,"texture":"#4"},"west":{"uv":[14,4.4,15,3],"rotation":90,"texture":"#4"},"up":{"uv":[14,4.4,15,3],"rotation":90,"texture":"#4"},"down":{"uv":[14,4.4,15,3],"rotation":90,"texture":"#4"}}},{"from":[8.48791,9.84615,9.44825],"to":[8.49791,15.24615,11.44825],"rotation":{"angle":-45,"axis":"x","origin":[8.49467,12.05324,10.64291]},"faces":{"north":{"uv":[0,0,0,0],"texture":"#4"},"east":{"uv":[14,0,15.5,5.5],"texture":"#4"},"south":{"uv":[0,0,0,0],"rotation":180,"texture":"#4"},"west":{"uv":[15.5,0,14,5.5],"texture":"#4"},"up":{"uv":[0,0,0,0],"rotation":180,"texture":"#4"},"down":{"uv":[0,0,0,0],"rotation":180,"texture":"#4"}}},{"from":[7.61,-11.39,7.61],"to":[8.39,3.39,8.39],"rotation":{"angle":0,"axis":"y","origin":[7.99476,0.51223,7.99303]},"faces":{"north":{"uv":[6,0,8,16],"texture":"#2"},"east":{"uv":[3,0,5,16],"texture":"#2"},"south":{"uv":[4,0,6,16],"texture":"#2"},"west":{"uv":[6,0,8,16],"texture":"#2"},"up":{"uv":[0,0,2,2],"texture":"#2"},"down":{"uv":[0,0,2,2],"texture":"#2"}}},{"from":[7.55,14.05,7.55],"to":[8.45,26.95,8.45],"rotation":{"angle":0,"axis":"y","origin":[7.99476,14.01223,7.99303]},"faces":{"north":{"uv":[5,2,7,16],"texture":"#1"},"east":{"uv":[2,2,4,16],"texture":"#1"},"south":{"uv":[8,2,10,16],"texture":"#1"},"west":{"uv":[4,0,6,14],"rotation":180,"texture":"#1"},"up":{"uv":[0,0,2,2],"texture":"#1"},"down":{"uv":[0,0,2,2],"texture":"#1"}}},{"from":[7.5,25.3,7],"to":[8.5,27.3,9],"rotation":{"angle":45,"axis":"x","origin":[7.97382,26.29908,8.0271]},"faces":{"north":{"uv":[7,8,8,10],"texture":"#0"},"east":{"uv":[1,7,4,10],"texture":"#0"},"south":{"uv":[9,8,10,10],"texture":"#0"},"west":{"uv":[5,7,8,10],"texture":"#0"},"up":{"uv":[8,7,9,9],"texture":"#0"},"down":{"uv":[6,7,7,9],"texture":"#0"}}},{"from":[7.5,-12.14587,5.82819],"to":[8.5,-10.14587,7.82819],"rotation":{"angle":45,"axis":"x","origin":[8.00704,-12.31902,8.00558]},"faces":{"north":{"uv":[9,8,10,10],"rotation":180,"texture":"#0"},"east":{"uv":[14,8,16,10],"rotation":180,"texture":"#0"},"south":{"uv":[7,8,8,10],"rotation":180,"texture":"#0"},"west":{"uv":[5,7,7,9],"rotation":180,"texture":"#0"},"up":{"uv":[6,7,7,9],"texture":"#0"},"down":{"uv":[8,7,9,9],"texture":"#0"}}},{"from":[7.4,21.33534,6.91545],"to":[8.6,23.53534,9.11545],"rotation":{"angle":-45,"axis":"x","origin":[7.97677,22.41884,8.03187]},"faces":{"north":{"uv":[10,14,11,16],"rotation":180,"texture":"#0"},"east":{"uv":[12,11,14,13],"rotation":270,"texture":"#0"},"south":{"uv":[7,12,8,14],"texture":"#0"},"west":{"uv":[9,14,11,16],"rotation":90,"texture":"#0"},"up":{"uv":[7,12,8,14],"rotation":180,"texture":"#0"},"down":{"uv":[9,12,10,14],"texture":"#0"}}},{"from":[7.3,21.73534,7.31545],"to":[8.7,23.13534,8.71545],"rotation":{"angle":-45,"axis":"x","origin":[7.47677,22.41884,8.03187]},"faces":{"north":{"uv":[5,4,7,6],"rotation":180,"texture":"#0"},"east":{"uv":[5,5,7,7],"rotation":270,"texture":"#0"},"south":{"uv":[7,12,8,14],"texture":"#0"},"west":{"uv":[4,5,6,7],"rotation":90,"texture":"#0"},"up":{"uv":[4,5,6,7],"rotation":180,"texture":"#0"},"down":{"uv":[5,5,7,7],"texture":"#0"}}},{"from":[7.74,27.04,7.24],"to":[8.26,28.56,8.76],"rotation":{"angle":45,"axis":"x","origin":[7.97382,27.79908,8.0271]},"faces":{"north":{"uv":[7,8,8,10],"texture":"#0"},"east":{"uv":[4,7,6,9],"texture":"#0"},"south":{"uv":[9,8,10,10],"texture":"#0"},"west":{"uv":[5,7,7,9],"texture":"#0"},"up":{"uv":[8,7,9,9],"texture":"#0"},"down":{"uv":[6,7,7,9],"texture":"#0"}}},{"from":[7.7,-13.00653,7.08885],"to":[8.3,-11.40653,8.68885],"rotation":{"angle":45,"axis":"x","origin":[8.00704,-12.31902,8.00558]},"faces":{"north":{"uv":[9,8,10,10],"rotation":180,"texture":"#0"},"east":{"uv":[4,7,6,9],"rotation":180,"texture":"#0"},"south":{"uv":[7,8,8,10],"rotation":180,"texture":"#0"},"west":{"uv":[5,7,7,9],"rotation":180,"texture":"#0"},"up":{"uv":[6,7,7,9],"texture":"#0"},"down":{"uv":[8,7,9,9],"texture":"#0"}}},{"from":[7.85,29.59,7.3],"to":[8.15,29.89,7.6],"rotation":{"angle":45,"axis":"x","origin":[7.97382,29.19908,8.0271]},"faces":{"north":{"uv":[3,12,4,13],"texture":"#0"},"east":{"uv":[3,14,4,15],"texture":"#0"},"south":{"uv":[11,12,12,13],"texture":"#0"},"west":{"uv":[3,12,4,13],"texture":"#0"},"up":{"uv":[4,13,5,14],"texture":"#0"},"down":{"uv":[3,12,4,13],"texture":"#0"}}},{"from":[7.85,-13.58648,9.27879],"to":[8.15,-13.28648,9.57879],"rotation":{"angle":45,"axis":"x","origin":[8.00704,-12.01902,8.00558]},"faces":{"north":{"uv":[11,12,12,13],"rotation":180,"texture":"#0"},"east":{"uv":[3,14,4,15],"rotation":180,"texture":"#0"},"south":{"uv":[3,12,4,13],"rotation":180,"texture":"#0"},"west":{"uv":[3,12,4,13],"rotation":180,"texture":"#0"},"up":{"uv":[3,12,4,13],"texture":"#0"},"down":{"uv":[4,13,5,14],"texture":"#0"}}},{"from":[7.8,25.6,6.36],"to":[8.2,30,6.76],"rotation":{"angle":22.5,"axis":"x","origin":[7.97382,26.29908,7.1271]},"faces":{"north":{"uv":[5,12,10,13],"rotation":90,"texture":"#0"},"east":{"uv":[3,13,8,14],"rotation":90,"texture":"#0"},"south":{"uv":[4,13,9,14],"rotation":90,"texture":"#0"},"west":{"uv":[1,13,6,14],"rotation":90,"texture":"#0"},"up":{"uv":[2,12,3,13],"texture":"#0"},"down":{"uv":[4,12,5,13],"texture":"#0"}}},{"from":[7.8,-14.12988,8.54066],"to":[8.2,-9.72988,8.94066],"rotation":{"angle":22.5,"axis":"x","origin":[8.00704,-12.31902,8.00558]},"faces":{"north":{"uv":[4,13,9,14],"rotation":270,"texture":"#0"},"east":{"uv":[3,13,8,14],"rotation":270,"texture":"#0"},"south":{"uv":[5,12,10,13],"rotation":270,"texture":"#0"},"west":{"uv":[1,13,6,14],"rotation":270,"texture":"#0"},"up":{"uv":[4,12,5,13],"texture":"#0"},"down":{"uv":[2,12,3,13],"texture":"#0"}}},{"from":[7.81,25.68591,8.62722],"to":[8.19,30.06591,9.00722],"rotation":{"angle":-22.5,"axis":"x","origin":[7.96854,28,8.8449]},"faces":{"north":{"uv":[6,14,11,15],"rotation":90,"texture":"#0"},"east":{"uv":[6,12,11,13],"rotation":90,"texture":"#0"},"south":{"uv":[2,12,7,13],"rotation":90,"texture":"#0"},"west":{"uv":[0,13,5,14],"rotation":90,"texture":"#0"},"up":{"uv":[5,13,6,14],"texture":"#0"},"down":{"uv":[4,14,5,15],"texture":"#0"}}},{"from":[7.81,-14.08131,7.06056],"to":[8.19,-9.70131,7.44056],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00704,-12.31902,8.00558]},"faces":{"north":{"uv":[2,12,7,13],"rotation":270,"texture":"#0"},"east":{"uv":[6,12,11,13],"rotation":270,"texture":"#0"},"south":{"uv":[6,14,11,15],"rotation":270,"texture":"#0"},"west":{"uv":[0,13,5,14],"rotation":270,"texture":"#0"},"up":{"uv":[4,14,5,15],"texture":"#0"},"down":{"uv":[5,13,6,14],"texture":"#0"}}},{"from":[7.79898,23.80385,3.76046],"to":[8.19898,24.20385,11.31046],"rotation":{"angle":-22.5,"axis":"x","origin":[7.96752,24.03153,7.83637]},"faces":{"north":{"uv":[0,0,1,1],"rotation":180,"texture":"#0"},"east":{"uv":[0,0,8,1],"rotation":180,"texture":"#0"},"south":{"uv":[0,0,1,1],"texture":"#0"},"west":{"uv":[0,0,8,1],"rotation":180,"texture":"#0"},"up":{"uv":[0,13,8,14],"rotation":90,"texture":"#0"},"down":{"uv":[4,12,5,16],"rotation":180,"texture":"#0"}}},{"from":[7.65,22.20608,4.90469],"to":[8.35,22.70608,9.60469],"rotation":{"angle":0,"axis":"x","origin":[7.9795,23.09738,8.37398]},"faces":{"north":{"uv":[0,0,1,0.8],"rotation":180,"texture":"#0"},"east":{"uv":[0,0,5,0.8],"rotation":180,"texture":"#0"},"south":{"uv":[0,0,1,0.8],"texture":"#0"},"west":{"uv":[0,0,5,0.8],"rotation":180,"texture":"#0"},"up":{"uv":[0,11,1,16],"texture":"#0"},"down":{"uv":[0,0,1,5],"rotation":180,"texture":"#0"}}},{"from":[7.69876,22.27687,9.51317],"to":[8.29876,22.67687,11.11317],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9827,22.5729,9.58319]},"faces":{"north":{"uv":[0,0,1,0.8],"rotation":180,"texture":"#0"},"east":{"uv":[0,0,2,0.8],"rotation":180,"texture":"#0"},"south":{"uv":[0,0,1,0.8],"texture":"#0"},"west":{"uv":[0,0,2,0.8],"rotation":180,"texture":"#0"},"up":{"uv":[0,11,1,13],"texture":"#0"},"down":{"uv":[0,13,1,15],"rotation":180,"texture":"#0"}}},{"from":[7.70876,21.9311,9.50746],"to":[8.28876,22.3111,11.08746],"rotation":{"angle":22.5,"axis":"x","origin":[7.98223,22.10949,10.31491]},"faces":{"north":{"uv":[0,0,1,0.8],"rotation":180,"texture":"#0"},"east":{"uv":[0,0,2,0.8],"rotation":180,"texture":"#0"},"south":{"uv":[0,0,1,0.8],"texture":"#0"},"west":{"uv":[0,0,2,0.8],"rotation":180,"texture":"#0"},"up":{"uv":[0,11,1,13],"texture":"#0"},"down":{"uv":[0,13,1,15],"rotation":180,"texture":"#0"}}},{"from":[7.70994,22.56544,10.82482],"to":[8.28994,22.94544,12.40482],"rotation":{"angle":22.5,"axis":"x","origin":[7.98342,22.74384,11.63227]},"faces":{"north":{"uv":[0,0,1,0.8],"rotation":180,"texture":"#0"},"east":{"uv":[0,0,2,0.8],"rotation":180,"texture":"#0"},"south":{"uv":[0,0,1,0.8],"texture":"#0"},"west":{"uv":[0,0,2,0.8],"rotation":180,"texture":"#0"},"up":{"uv":[0,11,1,13],"texture":"#0"},"down":{"uv":[0,13,1,15],"rotation":180,"texture":"#0"}}},{"from":[7.70104,21.93177,10.82549],"to":[8.30104,22.33177,12.42549],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98564,22.13547,11.64501]},"faces":{"north":{"uv":[0,0,1,0.8],"rotation":180,"texture":"#0"},"east":{"uv":[0,0,2,0.8],"rotation":180,"texture":"#0"},"south":{"uv":[0,0,1,0.8],"texture":"#0"},"west":{"uv":[0,0,2,0.8],"rotation":180,"texture":"#0"},"up":{"uv":[0,11,1,13],"texture":"#0"},"down":{"uv":[0,13,1,15],"rotation":180,"texture":"#0"}}},{"from":[7.9,22.72232,5.16899],"to":[8.1,23.92232,14.16899],"rotation":{"angle":-22.5,"axis":"x","origin":[7.96854,23.85,7.8449]},"faces":{"north":{"uv":[0,0,1,2],"rotation":180,"texture":"#0"},"east":{"uv":[0,1,9,4],"texture":"#0"},"south":{"uv":[0,0,1,2],"texture":"#0"},"west":{"uv":[0,1,10,3],"rotation":180,"texture":"#0"},"up":{"uv":[0,3,8.2,3.2],"rotation":90,"texture":"#0"},"down":{"uv":[0,3,8.2,3.2],"rotation":270,"texture":"#0"}}},{"from":[7.9,20.52232,5.86899],"to":[8.1,22.72232,14.06899],"rotation":{"angle":-22.5,"axis":"x","origin":[7.96854,23.85,7.8449]},"faces":{"north":{"uv":[0,0,1,3],"rotation":180,"texture":"#0"},"east":{"uv":[0,1,9,4],"texture":"#0"},"south":{"uv":[0,0,1,3],"texture":"#0"},"west":{"uv":[0,1,10,3],"rotation":180,"texture":"#0"},"up":{"uv":[0,3,8.2,3.2],"rotation":90,"texture":"#0"},"down":{"uv":[0,3,8.2,3.2],"rotation":270,"texture":"#0"}}},{"from":[7.91,20.27215,6.57314],"to":[8.09,22.45215,14.75314],"rotation":{"angle":22.5,"axis":"x","origin":[7.98439,22.60007,10.68009]},"faces":{"north":{"uv":[0,0,1,3],"rotation":180,"texture":"#0"},"east":{"uv":[0,1,9,4],"texture":"#0"},"south":{"uv":[0,0,1,3],"texture":"#0"},"west":{"uv":[0,1,10,3],"rotation":180,"texture":"#0"},"up":{"uv":[0,3,8.2,3.2],"rotation":90,"texture":"#0"},"down":{"uv":[0,3,8.2,3.2],"rotation":270,"texture":"#0"}}},{"from":[7.905,21.01715,6.56814],"to":[8.095,23.20715,14.75814],"rotation":{"angle":0,"axis":"x","origin":[7.98439,22.60007,10.68009]},"faces":{"north":{"uv":[0,0,1,3],"rotation":180,"texture":"#0"},"east":{"uv":[0,1,9,4],"texture":"#0"},"south":{"uv":[0,0,1,3],"texture":"#0"},"west":{"uv":[0,1,10,3],"rotation":180,"texture":"#0"},"up":{"uv":[0,3,8.2,3.2],"rotation":90,"texture":"#0"},"down":{"uv":[0,3,8.2,3.2],"rotation":270,"texture":"#0"}}},{"from":[7.905,23.01715,12.56814],"to":[8.095,24.20715,15.75814],"rotation":{"angle":-45,"axis":"x","origin":[7.98439,22.60007,10.68009]},"faces":{"north":{"uv":[0,0,1,2],"rotation":180,"texture":"#0"},"east":{"uv":[0,1,9,4],"texture":"#0"},"south":{"uv":[0,0,1,2],"texture":"#0"},"west":{"uv":[0,1,10,3],"rotation":180,"texture":"#0"},"up":{"uv":[0,3,8.2,3.2],"rotation":90,"texture":"#0"},"down":{"uv":[0,3,8.2,3.2],"rotation":270,"texture":"#0"}}},{"from":[7.79905,27.37407,10.06098],"to":[8.19905,27.77407,13.46098],"rotation":{"angle":-45,"axis":"x","origin":[7.98245,27.5565,13.28095]},"faces":{"north":{"uv":[0,0,1,1],"rotation":180,"texture":"#0"},"east":{"uv":[0,0,4,1],"rotation":180,"texture":"#0"},"south":{"uv":[0,0,1,1],"texture":"#0"},"west":{"uv":[0,0,4,1],"rotation":180,"texture":"#0"},"up":{"uv":[0,12,1,16],"texture":"#0"},"down":{"uv":[4,12,5,16],"rotation":180,"texture":"#0"}}},{"from":[7.80399,18.4861,3.30557],"to":[8.20399,18.8861,13.70557],"rotation":{"angle":22.5,"axis":"x","origin":[7.98739,18.66853,13.52553]},"faces":{"north":{"uv":[0,0,1,1],"rotation":180,"texture":"#0"},"east":{"uv":[0,0,11,1],"rotation":180,"texture":"#0"},"south":{"uv":[0,0,1,1],"texture":"#0"},"west":{"uv":[0,0,11,1],"rotation":180,"texture":"#0"},"up":{"uv":[0,13,11,14],"rotation":90,"texture":"#0"},"down":{"uv":[0,13,11,14],"rotation":270,"texture":"#0"}}},{"from":[7.50399,16.1861,6.00557],"to":[8.50399,17.1861,9.00557],"rotation":{"angle":22.5,"axis":"x","origin":[7.98739,16.66853,13.52553]},"faces":{"north":{"uv":[0,7,1,9.5],"rotation":180,"texture":"#0"},"east":{"uv":[4,7,5,10],"rotation":90,"texture":"#0"},"south":{"uv":[4,7,5,9.5],"texture":"#0"},"west":{"uv":[2,7,3,10],"rotation":270,"texture":"#0"},"up":{"uv":[7,7,8,10],"texture":"#0"},"down":{"uv":[4,7,5,10],"rotation":180,"texture":"#0"}}},{"from":[7.70399,18.68316,5.67161],"to":[8.30399,19.28316,10.27161],"rotation":{"angle":22.5,"axis":"x","origin":[7.98999,18.98854,7.98449]},"faces":{"north":{"uv":[0,7,1,9.5],"rotation":180,"texture":"#0"},"east":{"uv":[3,7,8,8],"rotation":180,"texture":"#0"},"south":{"uv":[4,7,5,9.5],"texture":"#0"},"west":{"uv":[4,8,9,9],"rotation":180,"texture":"#0"},"up":{"uv":[0,0,1,5],"texture":"#0"},"down":{"uv":[7,9,12,10],"rotation":270,"texture":"#0"}}},{"from":[7.82456,17.79323,9.20229],"to":[8.18456,20.59323,9.56229],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99057,20.06035,9.38766]},"faces":{"north":{"uv":[0,7,1,9.5],"texture":"#0"},"east":{"uv":[4,7,5,9.5],"texture":"#0"},"south":{"uv":[4,7,5,9.5],"texture":"#0"},"west":{"uv":[2,7,3,9.5],"texture":"#0"},"up":{"uv":[6,9,7,10],"texture":"#0"},"down":{"uv":[0,1,1,2],"texture":"#0"}}},{"from":[7.82515,19.43129,6.45292],"to":[8.18515,21.63129,6.81292],"rotation":{"angle":45,"axis":"x","origin":[7.98528,20.71104,6.44824]},"faces":{"north":{"uv":[0,7,1,9.5],"texture":"#0"},"east":{"uv":[4,7,5,9.5],"texture":"#0"},"south":{"uv":[4,7,5,9.5],"texture":"#0"},"west":{"uv":[2,7,3,9.5],"texture":"#0"},"up":{"uv":[0,0,1,1],"texture":"#0"},"down":{"uv":[7,8,8,9],"texture":"#0"}}},{"from":[7.80354,23.88349,13.85],"to":[8.20354,27.68349,14.25],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98556,25.79619,14.1102]},"faces":{"north":{"uv":[2,10,3,14],"rotation":180,"texture":"#0"},"east":{"uv":[0,0,4,1],"rotation":270,"texture":"#0"},"south":{"uv":[0,12,1,16],"rotation":180,"texture":"#0"},"west":{"uv":[0,11,4,12],"rotation":270,"texture":"#0"},"up":{"uv":[0,0,1,1],"texture":"#0"},"down":{"uv":[0,0,1,1],"texture":"#0"}}},{"from":[7.92354,24.20349,13.65214],"to":[8.08354,27.36349,14.81214],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98556,25.79619,13.7602]},"faces":{"north":{"uv":[4,7,5,11],"rotation":180,"texture":"#0"},"east":{"uv":[0,7,2,11],"rotation":180,"texture":"#0"},"south":{"uv":[6,7,7,11],"rotation":180,"texture":"#0"},"west":{"uv":[3,7,5,11],"rotation":180,"texture":"#0"},"up":{"uv":[4,10,5,12],"texture":"#0"},"down":{"uv":[1,7,2,9],"texture":"#0"}}},{"from":[7.79676,18.36695,13.89735],"to":[8.19676,21.86695,14.29735],"rotation":{"angle":22.5,"axis":"x","origin":[7.97879,20.07965,14.12541]},"faces":{"north":{"uv":[2,10,3,14],"rotation":180,"texture":"#0"},"east":{"uv":[0,0,4,1],"rotation":270,"texture":"#0"},"south":{"uv":[0,12,1,16],"rotation":180,"texture":"#0"},"west":{"uv":[0,11,4,12],"rotation":270,"texture":"#0"},"up":{"uv":[0,0,1,1],"texture":"#0"},"down":{"uv":[0,0,1,1],"texture":"#0"}}},{"from":[7.91676,18.48695,13.66735],"to":[8.07676,21.64695,14.82735],"rotation":{"angle":22.5,"axis":"x","origin":[7.97879,20.07965,13.77541]},"faces":{"north":{"uv":[0,0,1,4],"rotation":180,"texture":"#0"},"east":{"uv":[0,0,2,4],"rotation":180,"texture":"#0"},"south":{"uv":[0,0,1,4],"rotation":180,"texture":"#0"},"west":{"uv":[0,0,2,4],"rotation":180,"texture":"#0"},"up":{"uv":[0,0,1,2],"texture":"#0"},"down":{"uv":[0,14,1,16],"texture":"#0"}}},{"from":[7.79688,21.66509,14.56812],"to":[8.19688,24.06509,14.96812],"rotation":{"angle":0,"axis":"x","origin":[7.97891,28.37779,14.79618]},"faces":{"north":{"uv":[0,11,1,14],"rotation":180,"texture":"#0"},"east":{"uv":[0,0,3,1],"rotation":270,"texture":"#0"},"south":{"uv":[0,11,1,14],"rotation":180,"texture":"#0"},"west":{"uv":[0,0,3,1],"rotation":270,"texture":"#0"},"up":{"uv":[0,0,1,1],"texture":"#0"},"down":{"uv":[0,0,1,1],"texture":"#0"}}},{"from":[7.92223,21.10187,14.23511],"to":[8.07223,24.75187,15.38511],"rotation":{"angle":0,"axis":"x","origin":[7.97926,28.43957,14.43817]},"faces":{"north":{"uv":[2,7,6.5,8],"rotation":270,"texture":"#0"},"east":{"uv":[0,8,4.5,10],"rotation":270,"texture":"#0"},"south":{"uv":[2,8,6.5,9],"rotation":270,"texture":"#0"},"west":{"uv":[4,7,8.5,9],"rotation":90,"texture":"#0"},"up":{"uv":[5,7,6,9],"texture":"#0"},"down":{"uv":[2,7,3,9],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-180,0],"translation":[0,0.5,1.25],"scale":[1.59,1.55,1.55]},"thirdperson_lefthand":{"rotation":[0,-180,0],"translation":[0,1.25,1.25],"scale":[1.59,1.55,1.55]},"firstperson_righthand":{"rotation":[-10,-180,0],"translation":[1.25,-4,2]},"firstperson_lefthand":{"rotation":[-10,-180,0],"translation":[1.25,-4,2]},"gui":{"rotation":[-82,133,68],"translation":[0.5,1.25,0],"scale":[0.76,0.76,0.76]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/scifi_spear.json b/assets/minecraft/models/item/wynn/skin/spear/scifi_spear.json new file mode 100644 index 000000000..9c55d475d --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/scifi_spear.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"particle":"skins/scifi","0":"skins/scifi","1":"skins/scifi_anim"},"elements":[{"from":[-7.375,2.625,8.25],"to":[0.25,3.625,8.75],"faces":{"down":{"uv":[4.25,0.875,10,2.375],"texture":"#0"},"up":{"uv":[4.25,0.875,10,2.25],"texture":"#0"},"north":{"uv":[5.25,0.375,11.25,2.875],"texture":"#0"},"south":{"uv":[5.25,0.375,11.25,2.875],"texture":"#0"},"west":{"uv":[9.375,0.25,11.375,2.875],"texture":"#0"},"east":{"uv":[9.375,0.25,11.375,2.875],"texture":"#0"}}},{"from":[-6.625,3.875,8.125],"to":[2.25,4.625,8.875],"faces":{"down":{"uv":[4.25,0.875,10,2.375],"texture":"#0"},"up":{"uv":[4.25,0.875,10,2.25],"texture":"#0"},"north":{"uv":[5.25,0.375,11.25,2.875],"texture":"#0"},"south":{"uv":[5.25,0.375,11.25,2.875],"texture":"#0"},"west":{"uv":[9.375,0.25,11.375,2.875],"texture":"#0"},"east":{"uv":[9.375,0.25,11.375,2.875],"texture":"#0"}}},{"from":[-7.25,3.125,8.25],"to":[-6.25,4,8.75],"rotation":{"origin":[-7.25,4,8.25],"axis":"z","angle":-22.5},"faces":{"down":{"uv":[4.25,0.875,10,2.375],"texture":"#0"},"up":{"uv":[4.25,0.875,10,2.25],"texture":"#0"},"north":{"uv":[5.25,0.375,11.25,2.875],"texture":"#0"},"south":{"uv":[5.25,0.375,11.25,2.875],"texture":"#0"},"west":{"uv":[9.375,0.25,11.375,2.875],"texture":"#0"},"east":{"uv":[9.375,0.25,11.375,2.875],"texture":"#0"}}},{"from":[-8.625,2.625,8.25],"to":[-7.25,4,8.75],"faces":{"down":{"uv":[4.25,0.875,10,2.375],"texture":"#0"},"up":{"uv":[4.25,0.875,10,2.25],"texture":"#0"},"north":{"uv":[5.25,0.375,11.25,2.875],"texture":"#0"},"south":{"uv":[5.25,0.375,11.25,2.875],"texture":"#0"},"west":{"uv":[9.375,0.25,11.375,2.875],"texture":"#0"},"east":{"uv":[9.375,0.25,11.375,2.875],"texture":"#0"}}},{"from":[-9.8125,1.8125,8.25],"to":[-8.125,2.8125,8.75],"rotation":{"origin":[-9.8125,2.8125,8.25],"axis":"z","angle":45},"faces":{"down":{"uv":[4.25,0.875,10,2.375],"texture":"#0"},"up":{"uv":[4.25,0.875,10,2.25],"texture":"#0"},"north":{"uv":[5.25,0.375,11.25,2.875],"texture":"#0"},"south":{"uv":[5.25,0.375,11.25,2.875],"texture":"#0"},"west":{"uv":[9.375,0.25,11.375,2.875],"texture":"#0"},"east":{"uv":[9.375,0.25,11.375,2.875],"texture":"#0"}}},{"from":[-9.125,1.875,8.375],"to":[0.25,2.625,8.625],"faces":{"down":{"uv":[0,0,16,16],"texture":"#1"},"up":{"uv":[0,0,16,16],"texture":"#1"},"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"},"west":{"uv":[0,0,16,16],"texture":"#1"},"east":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[0.125,1.8125,8.375],"to":[1,2.1875,8.625],"rotation":{"origin":[0.125,2.1875,8.375],"axis":"z","angle":22.5},"faces":{"down":{"uv":[0,0,16,16],"texture":"#1"},"up":{"uv":[0,0,16,16],"texture":"#1"},"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"},"west":{"uv":[0,0,16,16],"texture":"#1"},"east":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[0.25,2.1875,8.375],"to":[1.125,3.625,8.625],"faces":{"down":{"uv":[0,0,16,16],"texture":"#1"},"up":{"uv":[0,0,16,16],"texture":"#1"},"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"},"west":{"uv":[0,0,16,16],"texture":"#1"},"east":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[-4.75,3.5625,8.125],"to":[-4,3.9375,8.875],"faces":{"down":{"uv":[2.625,4.25,4.125,5.75],"texture":"#0"},"up":{"uv":[2.625,4.25,4.125,5.75],"texture":"#0"},"north":{"uv":[3.125,4.125,5.625,4.75],"texture":"#0"},"south":{"uv":[3.125,4.125,5.625,4.75],"texture":"#0"},"west":{"uv":[6.875,4.125,9.125,4.875],"texture":"#0"},"east":{"uv":[6.875,4.125,9.125,4.875],"texture":"#0"}}},{"from":[-3.25,3.5625,8.125],"to":[-2.5,3.9375,8.875],"faces":{"down":{"uv":[2.625,4.25,4.125,5.75],"texture":"#0"},"up":{"uv":[2.625,4.25,4.125,5.75],"texture":"#0"},"north":{"uv":[3.125,4.125,5.625,4.75],"texture":"#0"},"south":{"uv":[3.125,4.125,5.625,4.75],"texture":"#0"},"west":{"uv":[6.875,4.125,9.125,4.875],"texture":"#0"},"east":{"uv":[6.875,4.125,9.125,4.875],"texture":"#0"}}},{"from":[-1.75,3.5625,8.125],"to":[-1,3.9375,8.875],"faces":{"down":{"uv":[2.625,4.25,4.125,5.75],"texture":"#0"},"up":{"uv":[2.625,4.25,4.125,5.75],"texture":"#0"},"north":{"uv":[3.125,4.125,5.625,4.75],"texture":"#0"},"south":{"uv":[3.125,4.125,5.625,4.75],"texture":"#0"},"west":{"uv":[6.875,4.125,9.125,4.875],"texture":"#0"},"east":{"uv":[6.875,4.125,9.125,4.875],"texture":"#0"}}},{"from":[-6.125,3.5625,8.125],"to":[-5.375,3.9375,8.875],"faces":{"down":{"uv":[2.625,4.25,4.125,5.75],"texture":"#0"},"up":{"uv":[2.625,4.25,4.125,5.75],"texture":"#0"},"north":{"uv":[3.125,4.125,5.625,4.75],"texture":"#0"},"south":{"uv":[3.125,4.125,5.625,4.75],"texture":"#0"},"west":{"uv":[6.875,4.125,9.125,4.875],"texture":"#0"},"east":{"uv":[6.875,4.125,9.125,4.875],"texture":"#0"}}},{"from":[-0.3125,3.5625,8.125],"to":[0.4375,3.9375,8.875],"faces":{"down":{"uv":[2.625,4.25,4.125,5.75],"texture":"#0"},"up":{"uv":[2.625,4.25,4.125,5.75],"texture":"#0"},"north":{"uv":[3.125,4.125,5.625,4.75],"texture":"#0"},"south":{"uv":[3.125,4.125,5.625,4.75],"texture":"#0"},"west":{"uv":[6.875,4.125,9.125,4.875],"texture":"#0"},"east":{"uv":[6.875,4.125,9.125,4.875],"texture":"#0"}}},{"from":[1.25,3.75,8],"to":[9.875,4.75,9],"faces":{"down":{"uv":[4.25,0.875,10,2.375],"texture":"#0"},"up":{"uv":[4.25,0.875,10,2.25],"texture":"#0"},"north":{"uv":[5.25,0.375,11.25,2.875],"texture":"#0"},"south":{"uv":[5.25,0.375,11.25,2.875],"texture":"#0"},"west":{"uv":[9.375,0.25,11.375,2.875],"texture":"#0"},"east":{"uv":[9.375,0.25,11.375,2.875],"texture":"#0"}}},{"from":[9.875,3.875,8.125],"to":[14.5,4.625,8.875],"faces":{"down":{"uv":[4.25,0.875,10,2.375],"texture":"#0"},"up":{"uv":[4.25,0.875,10,2.25],"texture":"#0"},"north":{"uv":[5.25,0.375,11.25,2.875],"texture":"#0"},"south":{"uv":[5.25,0.375,11.25,2.875],"texture":"#0"},"west":{"uv":[9.375,0.25,11.375,2.875],"texture":"#0"},"east":{"uv":[9.375,0.25,11.375,2.875],"texture":"#0"}}},{"from":[4.5,3.625,7.875],"to":[4.875,4.875,9.125],"faces":{"down":{"uv":[0,0,16,16],"texture":"#1"},"up":{"uv":[0,0,16,16],"texture":"#1"},"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"},"west":{"uv":[0,0,16,16],"texture":"#1"},"east":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[14.5,3.75,8],"to":[23.125,4.75,9],"faces":{"down":{"uv":[4.25,0.875,10,2.375],"texture":"#0"},"up":{"uv":[4.25,0.875,10,2.25],"texture":"#0"},"north":{"uv":[5.25,0.375,11.25,2.875],"texture":"#0"},"south":{"uv":[5.25,0.375,11.25,2.875],"texture":"#0"},"west":{"uv":[9.375,0.25,11.375,2.875],"texture":"#0"},"east":{"uv":[9.375,0.25,11.375,2.875],"texture":"#0"}}},{"from":[5,3.625,7.875],"to":[5.375,4.875,9.125],"faces":{"down":{"uv":[0,0,16,16],"texture":"#1"},"up":{"uv":[0,0,16,16],"texture":"#1"},"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"},"west":{"uv":[0,0,16,16],"texture":"#1"},"east":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[5.5,3.625,7.875],"to":[5.875,4.875,9.125],"faces":{"down":{"uv":[0,0,16,16],"texture":"#1"},"up":{"uv":[0,0,16,16],"texture":"#1"},"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"},"west":{"uv":[0,0,16,16],"texture":"#1"},"east":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[6,3.625,7.875],"to":[6.375,4.875,9.125],"faces":{"down":{"uv":[0,0,16,16],"texture":"#1"},"up":{"uv":[0,0,16,16],"texture":"#1"},"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"},"west":{"uv":[0,0,16,16],"texture":"#1"},"east":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[6.5,3.625,7.875],"to":[6.875,4.875,9.125],"faces":{"down":{"uv":[0,0,16,16],"texture":"#1"},"up":{"uv":[0,0,16,16],"texture":"#1"},"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"},"west":{"uv":[0,0,16,16],"texture":"#1"},"east":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[9.625,3.625,7.875],"to":[10,4.875,9.125],"faces":{"down":{"uv":[2.125,8.375,2.75,10.125],"texture":"#0"},"up":{"uv":[2.125,8.375,2.75,10.125],"texture":"#0"},"north":{"uv":[1.375,8.25,2,10],"texture":"#0"},"south":{"uv":[1.375,8.25,2,10],"texture":"#0"},"west":{"uv":[0.5,8.5,1.75,10],"texture":"#0"},"east":{"uv":[0.5,8.5,1.75,10],"texture":"#0"}}},{"from":[14.375,3.625,7.875],"to":[14.75,4.875,9.125],"faces":{"down":{"uv":[2.125,8.375,2.75,10.125],"texture":"#0"},"up":{"uv":[2.125,8.375,2.75,10.125],"texture":"#0"},"north":{"uv":[1.375,8.25,2,10],"texture":"#0"},"south":{"uv":[1.375,8.25,2,10],"texture":"#0"},"west":{"uv":[0.5,8.5,1.75,10],"texture":"#0"},"east":{"uv":[0.5,8.5,1.75,10],"texture":"#0"}}},{"from":[18,3.625,7.875],"to":[18.375,4.875,9.125],"faces":{"down":{"uv":[0,0,16,16],"texture":"#1"},"up":{"uv":[0,0,16,16],"texture":"#1"},"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"},"west":{"uv":[0,0,16,16],"texture":"#1"},"east":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[18.5,3.625,7.875],"to":[18.875,4.875,9.125],"faces":{"down":{"uv":[0,0,16,16],"texture":"#1"},"up":{"uv":[0,0,16,16],"texture":"#1"},"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"},"west":{"uv":[0,0,16,16],"texture":"#1"},"east":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[19,3.625,7.875],"to":[19.375,4.875,9.125],"faces":{"down":{"uv":[0,0,16,16],"texture":"#1"},"up":{"uv":[0,0,16,16],"texture":"#1"},"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"},"west":{"uv":[0,0,16,16],"texture":"#1"},"east":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[19.5,3.625,7.875],"to":[19.875,4.875,9.125],"faces":{"down":{"uv":[0,0,16,16],"texture":"#1"},"up":{"uv":[0,0,16,16],"texture":"#1"},"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"},"west":{"uv":[0,0,16,16],"texture":"#1"},"east":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[20,3.625,7.875],"to":[20.375,4.875,9.125],"faces":{"down":{"uv":[0,0,16,16],"texture":"#1"},"up":{"uv":[0,0,16,16],"texture":"#1"},"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"},"west":{"uv":[0,0,16,16],"texture":"#1"},"east":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[23.125,3.875,8.125],"to":[23.75,4.625,8.875],"faces":{"down":{"uv":[4.25,0.875,10,2.375],"texture":"#0"},"up":{"uv":[4.25,0.875,10,2.25],"texture":"#0"},"north":{"uv":[5.25,0.375,11.25,2.875],"texture":"#0"},"south":{"uv":[5.25,0.375,11.25,2.875],"texture":"#0"},"west":{"uv":[9.375,0.25,11.375,2.875],"texture":"#0"},"east":{"uv":[9.375,0.25,11.375,2.875],"texture":"#0"}}},{"from":[23.125,3.8125,8.0625],"to":[23.5,4.6875,8.9375],"faces":{"down":{"uv":[4.25,0.875,10,2.375],"texture":"#0"},"up":{"uv":[4.25,0.875,10,2.25],"texture":"#0"},"north":{"uv":[5.25,0.375,11.25,2.875],"texture":"#0"},"south":{"uv":[5.25,0.375,11.25,2.875],"texture":"#0"},"west":{"uv":[9.375,0.25,11.375,2.875],"texture":"#0"},"east":{"uv":[9.375,0.25,11.375,2.875],"texture":"#0"}}},{"from":[23.75,3.9375,8.1875],"to":[23.875,4.5625,8.8125],"faces":{"down":{"uv":[4.25,0.875,10,2.375],"texture":"#0"},"up":{"uv":[4.25,0.875,10,2.25],"texture":"#0"},"north":{"uv":[5.25,0.375,11.25,2.875],"texture":"#0"},"south":{"uv":[5.25,0.375,11.25,2.875],"texture":"#0"},"west":{"uv":[9.375,0.25,11.375,2.875],"texture":"#0"},"east":{"uv":[9.375,0.25,11.375,2.875],"texture":"#0"}}},{"from":[10.125,3.75,8],"to":[10.5,4.75,9],"faces":{"down":{"uv":[4.625,4.5,10.375,5.875],"texture":"#0"},"up":{"uv":[4.625,4.5,10.375,5.875],"texture":"#0"},"north":{"uv":[5.125,4.625,11.125,7.125],"texture":"#0"},"south":{"uv":[5.125,4.625,11.125,7.125],"texture":"#0"},"west":{"uv":[5.25,4.5,7.25,7.125],"texture":"#0"},"east":{"uv":[5.25,4.5,7.25,7.125],"texture":"#0"}}},{"from":[10.75,3.75,8],"to":[11.125,4.75,9],"faces":{"down":{"uv":[4.625,4.5,10.375,5.875],"texture":"#0"},"up":{"uv":[4.625,4.5,10.375,5.875],"texture":"#0"},"north":{"uv":[5.125,4.625,11.125,7.125],"texture":"#0"},"south":{"uv":[5.125,4.625,11.125,7.125],"texture":"#0"},"west":{"uv":[5.25,4.5,7.25,7.125],"texture":"#0"},"east":{"uv":[5.25,4.5,7.25,7.125],"texture":"#0"}}},{"from":[11.375,3.75,8],"to":[11.75,4.75,9],"faces":{"down":{"uv":[4.625,4.5,10.375,5.875],"texture":"#0"},"up":{"uv":[4.625,4.5,10.375,5.875],"texture":"#0"},"north":{"uv":[5.125,4.625,11.125,7.125],"texture":"#0"},"south":{"uv":[5.125,4.625,11.125,7.125],"texture":"#0"},"west":{"uv":[5.25,4.5,7.25,7.125],"texture":"#0"},"east":{"uv":[5.25,4.5,7.25,7.125],"texture":"#0"}}},{"from":[12,3.75,8],"to":[12.375,4.75,9],"faces":{"down":{"uv":[4.625,4.5,10.375,5.875],"texture":"#0"},"up":{"uv":[4.625,4.5,10.375,5.875],"texture":"#0"},"north":{"uv":[5.125,4.625,11.125,7.125],"texture":"#0"},"south":{"uv":[5.125,4.625,11.125,7.125],"texture":"#0"},"west":{"uv":[5.25,4.5,7.25,7.125],"texture":"#0"},"east":{"uv":[5.25,4.5,7.25,7.125],"texture":"#0"}}},{"from":[12.625,3.75,8],"to":[13,4.75,9],"faces":{"down":{"uv":[4.625,4.5,10.375,5.875],"texture":"#0"},"up":{"uv":[4.625,4.5,10.375,5.875],"texture":"#0"},"north":{"uv":[5.125,4.625,11.125,7.125],"texture":"#0"},"south":{"uv":[5.125,4.625,11.125,7.125],"texture":"#0"},"west":{"uv":[5.25,4.5,7.25,7.125],"texture":"#0"},"east":{"uv":[5.25,4.5,7.25,7.125],"texture":"#0"}}},{"from":[13.25,3.75,8],"to":[13.625,4.75,9],"faces":{"down":{"uv":[4.625,4.5,10.375,5.875],"texture":"#0"},"up":{"uv":[4.625,4.5,10.375,5.875],"texture":"#0"},"north":{"uv":[5.125,4.625,11.125,7.125],"texture":"#0"},"south":{"uv":[5.125,4.625,11.125,7.125],"texture":"#0"},"west":{"uv":[5.25,4.5,7.25,7.125],"texture":"#0"},"east":{"uv":[5.25,4.5,7.25,7.125],"texture":"#0"}}},{"from":[13.875,3.75,8],"to":[14.25,4.75,9],"faces":{"down":{"uv":[4.625,4.5,10.375,5.875],"texture":"#0"},"up":{"uv":[4.625,4.5,10.375,5.875],"texture":"#0"},"north":{"uv":[5.125,4.625,11.125,7.125],"texture":"#0"},"south":{"uv":[5.125,4.625,11.125,7.125],"texture":"#0"},"west":{"uv":[5.25,4.5,7.25,7.125],"texture":"#0"},"east":{"uv":[5.25,4.5,7.25,7.125],"texture":"#0"}}},{"from":[21.625,4,8.25],"to":[23.375,4.5,8.75],"rotation":{"origin":[21.625,4.5,8.25],"axis":"z","angle":45},"faces":{"down":{"uv":[10.625,14.25,13.75,15.375],"texture":"#0"},"up":{"uv":[10.625,14.25,13.75,15.375],"texture":"#0"},"north":{"uv":[4.5,14.25,8,15.5],"texture":"#0"},"south":{"uv":[4.5,14.25,8,15.5],"texture":"#0"},"west":{"uv":[6,14,7.5,15.375],"texture":"#0"},"east":{"uv":[6,14,7.5,15.375],"texture":"#0"}}},{"from":[22,3.875,8.25],"to":[23.75,4.375,8.75],"rotation":{"origin":[22,4.375,8.25],"axis":"z","angle":-45},"faces":{"down":{"uv":[10.625,14.25,13.75,15.375],"texture":"#0"},"up":{"uv":[10.625,14.25,13.75,15.375],"texture":"#0"},"north":{"uv":[4.5,14.25,8,15.5],"texture":"#0"},"south":{"uv":[4.5,14.25,8,15.5],"texture":"#0"},"west":{"uv":[6,14,7.5,15.375],"texture":"#0"},"east":{"uv":[6,14,7.5,15.375],"texture":"#0"}}},{"from":[22.875,5.25,8.25],"to":[24.375,5.75,8.75],"faces":{"down":{"uv":[10.625,14.25,13.75,15.375],"texture":"#0"},"up":{"uv":[10.625,14.25,13.75,15.375],"texture":"#0"},"north":{"uv":[4.5,14.25,8,15.5],"texture":"#0"},"south":{"uv":[4.5,14.25,8,15.5],"texture":"#0"},"west":{"uv":[6,14,7.5,15.375],"texture":"#0"},"east":{"uv":[6,14,7.5,15.375],"texture":"#0"}}},{"from":[24.375,5.25,8.25],"to":[25.25,5.75,8.75],"rotation":{"origin":[24.375,5.75,8.25],"axis":"z","angle":-22.5},"faces":{"down":{"uv":[10.625,14.25,13.75,15.375],"texture":"#0"},"up":{"uv":[10.625,14.25,13.75,15.375],"texture":"#0"},"north":{"uv":[4.5,14.25,8,15.5],"texture":"#0"},"south":{"uv":[4.5,14.25,8,15.5],"texture":"#0"},"west":{"uv":[6,14,7.5,15.375],"texture":"#0"},"east":{"uv":[6,14,7.5,15.375],"texture":"#0"}}},{"from":[22.875,2.75,8.25],"to":[24.375,3.25,8.75],"faces":{"down":{"uv":[10.625,14.25,13.75,15.375],"texture":"#0"},"up":{"uv":[10.625,14.25,13.75,15.375],"texture":"#0"},"north":{"uv":[4.5,14.25,8,15.5],"texture":"#0"},"south":{"uv":[4.5,14.25,8,15.5],"texture":"#0"},"west":{"uv":[6,14,7.5,15.375],"texture":"#0"},"east":{"uv":[6,14,7.5,15.375],"texture":"#0"}}},{"from":[24.1875,2.6875,8.25],"to":[25.0625,3.1875,8.75],"rotation":{"origin":[24.1875,3.1875,8.25],"axis":"z","angle":22.5},"faces":{"down":{"uv":[10.625,14.25,13.75,15.375],"texture":"#0"},"up":{"uv":[10.625,14.25,13.75,15.375],"texture":"#0"},"north":{"uv":[4.5,14.25,8,15.5],"texture":"#0"},"south":{"uv":[4.5,14.25,8,15.5],"texture":"#0"},"west":{"uv":[6,14,7.5,15.375],"texture":"#0"},"east":{"uv":[6,14,7.5,15.375],"texture":"#0"}}},{"from":[21,4,8.125],"to":[23.25,4.5,8.5],"rotation":{"origin":[21,4,8.125],"axis":"y","angle":22.5},"faces":{"down":{"uv":[10.625,14.25,13.75,15.375],"texture":"#0"},"up":{"uv":[10.625,14.25,13.75,15.375],"texture":"#0"},"north":{"uv":[4.5,14.25,8,15.5],"texture":"#0"},"south":{"uv":[4.5,14.25,8,15.5],"texture":"#0"},"west":{"uv":[6,14,7.5,15.375],"texture":"#0"},"east":{"uv":[6,14,7.5,15.375],"texture":"#0"}}},{"from":[21.0625,4,8.5625],"to":[23.3125,4.5,8.9375],"rotation":{"origin":[21.0625,4,8.5625],"axis":"y","angle":-22.5},"faces":{"down":{"uv":[10.625,14.25,13.75,15.375],"texture":"#0"},"up":{"uv":[10.625,14.25,13.75,15.375],"texture":"#0"},"north":{"uv":[4.5,14.25,8,15.5],"texture":"#0"},"south":{"uv":[4.5,14.25,8,15.5],"texture":"#0"},"west":{"uv":[6,14,7.5,15.375],"texture":"#0"},"east":{"uv":[6,14,7.5,15.375],"texture":"#0"}}},{"from":[-8.6875,5.0625,8.25],"to":[-4.5625,6.1875,8.75],"faces":{"down":{"uv":[2.125,8.375,6.875,10],"texture":"#0"},"up":{"uv":[2.125,8.375,6.875,10],"texture":"#0"},"north":{"uv":[4.875,8.375,8.5,10.375],"texture":"#0"},"south":{"uv":[4.875,8.375,8.5,10.375],"texture":"#0"},"west":{"uv":[0.5,8.5,2.5,10.5],"texture":"#0"},"east":{"uv":[0.5,8.5,2.5,10.5],"texture":"#0"}}},{"from":[-11,2.625,8.25],"to":[-7.75,3.875,8.75],"rotation":{"origin":[-11,3.875,8.25],"axis":"z","angle":45},"faces":{"down":{"uv":[2.125,8.375,6.875,10],"texture":"#0"},"up":{"uv":[2.125,8.375,6.875,10],"texture":"#0"},"north":{"uv":[4.875,8.375,8.5,10.375],"texture":"#0"},"south":{"uv":[4.875,8.375,8.5,10.375],"texture":"#0"},"west":{"uv":[0.5,8.5,2.5,10.5],"texture":"#0"},"east":{"uv":[0.5,8.5,2.5,10.5],"texture":"#0"}}},{"from":[-4.625,5.125,8.25],"to":[1.875,6.125,8.75],"faces":{"down":{"uv":[2.125,8.375,6.875,10],"texture":"#0"},"up":{"uv":[2.125,8.375,6.875,10],"texture":"#0"},"north":{"uv":[4.875,8.375,8.5,10.375],"texture":"#0"},"south":{"uv":[4.875,8.375,8.5,10.375],"texture":"#0"},"west":{"uv":[0.5,8.5,2.5,10.5],"texture":"#0"},"east":{"uv":[0.5,8.5,2.5,10.5],"texture":"#0"}}},{"from":[1.875,5.125,8.25],"to":[4,6.125,8.75],"rotation":{"origin":[1.875,6.125,8.25],"axis":"z","angle":-45},"faces":{"down":{"uv":[2.125,8.375,6.875,10],"texture":"#0"},"up":{"uv":[2.125,8.375,6.875,10],"texture":"#0"},"north":{"uv":[4.875,8.375,8.5,10.375],"texture":"#0"},"south":{"uv":[4.875,8.375,8.5,10.375],"texture":"#0"},"west":{"uv":[0.5,8.5,2.5,10.5],"texture":"#0"},"east":{"uv":[0.5,8.5,2.5,10.5],"texture":"#0"}}},{"from":[-7.375,4.25,8.125],"to":[-6.375,4.75,8.875],"rotation":{"origin":[-7.375,4.75,8.125],"axis":"z","angle":-22.5},"faces":{"down":{"uv":[4.25,0.875,10,2.375],"texture":"#0"},"up":{"uv":[4.25,0.875,10,2.25],"texture":"#0"},"north":{"uv":[5.25,0.375,11.25,2.875],"texture":"#0"},"south":{"uv":[5.25,0.375,11.25,2.875],"texture":"#0"},"west":{"uv":[9.375,0.25,11.375,2.875],"texture":"#0"},"east":{"uv":[9.375,0.25,11.375,2.875],"texture":"#0"}}},{"from":[-7.375,4.25,8.125],"to":[-5.5,4.75,8.875],"faces":{"down":{"uv":[4.25,0.875,10,2.375],"texture":"#0"},"up":{"uv":[4.25,0.875,10,2.25],"texture":"#0"},"north":{"uv":[5.25,0.375,11.25,2.875],"texture":"#0"},"south":{"uv":[5.25,0.375,11.25,2.875],"texture":"#0"},"west":{"uv":[9.375,0.25,11.375,2.875],"texture":"#0"},"east":{"uv":[9.375,0.25,11.375,2.875],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[90,-90,0],"translation":[0.94,5.29,8.88],"scale":[1.8,1.8,1.8]},"thirdperson_lefthand":{"rotation":[-90,90,180],"translation":[-2.46,5.29,8.88],"scale":[1.8,1.8,1.8]},"firstperson_righthand":{"rotation":[10,-86,-62],"translation":[5.48,1.7,-1.51],"scale":[1.39,1.51,1.39]},"firstperson_lefthand":{"rotation":[-48,95,122],"translation":[4.72,1.7,-1.51],"scale":[1.39,1.51,1.39]},"gui":{"rotation":[-11,-26,-44],"translation":[1.89,1.7,-6.24],"scale":[0.57,0.57,0.57]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/seraphim_spear.json b/assets/minecraft/models/item/wynn/skin/spear/seraphim_spear.json new file mode 100644 index 000000000..12c949317 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/seraphim_spear.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/white_gradient","2":"skins/rainbow_gradient","3":"skins/gold_gradient","4":"skins/rainbow_gradient_anim","particle":"skins/white_gradient"},"elements":[{"from":[7.69336,22.70998,15.71936],"to":[8.31336,25.02998,18.03936],"rotation":{"angle":-45,"axis":"x","origin":[8.00182,14.99309,8.00154]},"faces":{"north":{"uv":[10.5,13.5,13,15.99],"texture":"#0"},"east":{"uv":[10.5,13.5,13,15.99],"texture":"#0"},"south":{"uv":[10.5,13.5,13,15.99],"texture":"#0"},"west":{"uv":[10.5,13.5,13,15.99],"texture":"#0"},"up":{"uv":[10.5,13.5,13,15.99],"texture":"#0"},"down":{"uv":[10.5,13.5,13,15.99],"texture":"#0"}}},{"from":[7.71525,25.98102,1.70731],"to":[8.29325,28.75902,2.73531],"rotation":{"angle":22.5,"axis":"x","origin":[8.00182,14.99309,8.00154]},"faces":{"north":{"uv":[10,14,13,15],"rotation":90,"texture":"#0"},"east":{"uv":[10,14,13,15],"rotation":90,"texture":"#0"},"south":{"uv":[10,14,13,15],"rotation":90,"texture":"#0"},"west":{"uv":[10,14,13,15],"rotation":90,"texture":"#0"},"up":{"uv":[10,14,13,15],"rotation":90,"texture":"#0"},"down":{"uv":[10,14,13,15],"rotation":90,"texture":"#0"}}},{"from":[7.71425,25.98323,13.27638],"to":[8.29425,28.76323,14.30638],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00182,14.99309,8.00154]},"faces":{"north":{"uv":[10,14,13,15],"rotation":90,"texture":"#0"},"east":{"uv":[10,14,13,15],"rotation":90,"texture":"#0"},"south":{"uv":[10,14,13,15],"rotation":90,"texture":"#0"},"west":{"uv":[10,14,13,15],"rotation":90,"texture":"#0"},"up":{"uv":[10,14,13,15],"rotation":90,"texture":"#0"},"down":{"uv":[10,14,13,15],"rotation":90,"texture":"#0"}}},{"from":[7.72316,25.3124,-3.07183],"to":[8.28316,26.0724,-2.31183],"rotation":{"angle":45,"axis":"x","origin":[8.00182,14.99309,8.00154]},"faces":{"north":{"uv":[11.5,14,12.5,15],"rotation":270,"texture":"#0"},"east":{"uv":[11.5,14,12.5,15],"rotation":270,"texture":"#0"},"south":{"uv":[11.5,14,12.5,15],"rotation":270,"texture":"#0"},"west":{"uv":[11.5,14,12.5,15],"rotation":270,"texture":"#0"},"up":{"uv":[11.5,14,12.5,15],"rotation":270,"texture":"#0"},"down":{"uv":[11.5,14,12.5,15],"rotation":270,"texture":"#0"}}},{"from":[7.86236,18.69205,5.70143],"to":[8.14436,20.27405,7.78343],"rotation":{"angle":-45,"axis":"x","origin":[8.00182,21.99309,8.00154]},"faces":{"north":{"uv":[4,14,6,15.5],"texture":"#0"},"east":{"uv":[4,14,6,15.5],"texture":"#0"},"south":{"uv":[4,14,6,15.5],"texture":"#0"},"west":{"uv":[4,14,6,15.5],"texture":"#0"},"up":{"uv":[4,14,6,15.5],"texture":"#0"},"down":{"uv":[4,14,4.302,16.102],"texture":"#0"}}},{"from":[7.85236,18.68205,8.20657],"to":[8.15436,20.28405,10.30857],"rotation":{"angle":45,"axis":"x","origin":[8.00182,21.99309,7.99846]},"faces":{"north":{"uv":[6,14,4,15.5],"texture":"#0"},"east":{"uv":[6,14,4,15.5],"texture":"#0"},"south":{"uv":[6,14,4,15.5],"texture":"#0"},"west":{"uv":[6,14,4,15.5],"texture":"#0"},"up":{"uv":[4,15.5,6,14],"texture":"#0"},"down":{"uv":[4,16.102,4.302,14],"texture":"#0"}}},{"from":[7.85139,18.85635,8.47298],"to":[8.15139,20.45635,9.07298],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00182,21.99309,8.00154]},"faces":{"north":{"uv":[4,14.5,5.5,15],"rotation":90,"texture":"#0"},"east":{"uv":[4,14.5,5.5,15],"rotation":90,"texture":"#0"},"south":{"uv":[4,14.5,5.5,15],"rotation":90,"texture":"#0"},"west":{"uv":[4,14.5,5.5,15],"rotation":90,"texture":"#0"},"up":{"uv":[4,14.5,5.5,15],"rotation":90,"texture":"#0"},"down":{"uv":[4,14.5,5.5,15],"rotation":90,"texture":"#0"}}},{"from":[7.85139,18.85635,6.92702],"to":[8.15139,20.45635,7.52702],"rotation":{"angle":22.5,"axis":"x","origin":[8.00182,21.99309,7.99846]},"faces":{"north":{"uv":[4,15,5.5,14.5],"rotation":90,"texture":"#0"},"east":{"uv":[4,15,5.5,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[4,15,5.5,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[4,15,5.5,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[5.5,14.5,4,15],"rotation":90,"texture":"#0"},"down":{"uv":[5.5,14.5,4,15],"rotation":90,"texture":"#0"}}},{"from":[7.65139,21.02944,8.20849],"to":[8.35139,22.22944,8.50849],"rotation":{"angle":45,"axis":"x","origin":[7.85139,21.72944,8.50849]},"faces":{"north":{"uv":[0,14.5,1.5,15],"rotation":90,"texture":"#0"},"east":{"uv":[0,14.5,1.5,15],"rotation":90,"texture":"#0"},"south":{"uv":[0,14.5,1.5,15],"rotation":90,"texture":"#0"},"west":{"uv":[0,14.5,1.5,15],"rotation":90,"texture":"#0"},"up":{"uv":[0,14.5,1.5,15],"rotation":90,"texture":"#0"},"down":{"uv":[0,14.5,1.5,15],"rotation":90,"texture":"#0"}}},{"from":[7.65139,18.82944,8.20849],"to":[8.35139,20.02944,9.50849],"rotation":{"angle":45,"axis":"x","origin":[7.80139,19.52944,8.50849]},"faces":{"north":{"uv":[4,12,5.5,12.5],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,12,5,13.5],"texture":"#0"},"south":{"uv":[4,12,5.5,12.5],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,12,5,13.5],"rotation":180,"texture":"#0"},"up":{"uv":[4,12,5.5,12.5],"rotation":270,"texture":"#0"},"down":{"uv":[4,12,5.5,12.5],"rotation":270,"texture":"#0"}}},{"from":[7.65139,19.83024,7.61544],"to":[8.35139,21.03024,7.91544],"rotation":{"angle":45,"axis":"x","origin":[8.00139,20.6648,8]},"faces":{"north":{"uv":[5,12,6.5,12.5],"rotation":270,"texture":"#0"},"east":{"uv":[5,12,6.5,12.5],"rotation":270,"texture":"#0"},"south":{"uv":[5,12,6.5,12.5],"rotation":270,"texture":"#0"},"west":{"uv":[5,12,6.5,12.5],"rotation":270,"texture":"#0"},"up":{"uv":[5,12,6.5,12.5],"rotation":270,"texture":"#0"},"down":{"uv":[4.5,12,4.8,12.7],"rotation":270,"texture":"#0"}}},{"from":[7.65139,24.47056,8.20849],"to":[8.35139,25.67056,8.50849],"rotation":{"angle":-45,"axis":"x","origin":[7.85139,24.97056,8.50849]},"faces":{"north":{"uv":[1.5,14.5,0,15],"rotation":90,"texture":"#0"},"east":{"uv":[1.5,14.5,0,15],"rotation":90,"texture":"#0"},"south":{"uv":[1.5,14.5,0,15],"rotation":90,"texture":"#0"},"west":{"uv":[1.5,14.5,0,15],"rotation":90,"texture":"#0"},"up":{"uv":[1.5,14.5,0,15],"rotation":90,"texture":"#0"},"down":{"uv":[1.5,14.5,0,15],"rotation":90,"texture":"#0"}}},{"from":[7.65039,21.02844,7.49051],"to":[8.35239,22.23044,7.79251],"rotation":{"angle":-45,"axis":"x","origin":[7.85139,21.72944,7.49151]},"faces":{"north":{"uv":[0,15,1.5,14.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,15,1.5,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[0,15,1.5,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[0,15,1.5,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[1.5,14.5,0,15],"rotation":90,"texture":"#0"},"down":{"uv":[1.5,14.5,0,15],"rotation":90,"texture":"#0"}}},{"from":[7.65039,18.82844,6.49051],"to":[8.35239,20.03044,7.79251],"rotation":{"angle":-45,"axis":"x","origin":[7.80139,19.52944,7.49151]},"faces":{"north":{"uv":[4,12,5.5,12.5],"rotation":270,"texture":"#0"},"east":{"uv":[5,12,3.5,13.5],"texture":"#0"},"south":{"uv":[4,12,5.5,12.5],"rotation":270,"texture":"#0"},"west":{"uv":[5,12,3.5,13.5],"rotation":180,"texture":"#0"},"up":{"uv":[4,12,5.5,12.5],"rotation":270,"texture":"#0"},"down":{"uv":[4,12,5.5,12.5],"rotation":270,"texture":"#0"}}},{"from":[7.65039,20.74835,7.63356],"to":[8.35239,21.05035,8.83556],"rotation":{"angle":45,"axis":"x","origin":[8.00139,20.6648,8]},"faces":{"north":{"uv":[5,12,6.5,12.5],"rotation":180,"texture":"#0"},"east":{"uv":[5,12,6.5,12.5],"texture":"#0"},"south":{"uv":[5,12,6.5,12.5],"rotation":180,"texture":"#0"},"west":{"uv":[5,12,6.5,12.5],"rotation":180,"texture":"#0"},"up":{"uv":[5,12,6.5,12.5],"rotation":180,"texture":"#0"},"down":{"uv":[5,12,6.5,12.5],"rotation":90,"texture":"#0"}}},{"from":[7.65039,24.46956,7.49051],"to":[8.35239,25.67156,7.79251],"rotation":{"angle":45,"axis":"x","origin":[7.85139,24.97056,7.49151]},"faces":{"north":{"uv":[1.5,15,0,14.5],"rotation":90,"texture":"#0"},"east":{"uv":[1.5,15,0,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[1.5,15,0,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[1.5,15,0,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[0,14.5,1.5,15],"rotation":90,"texture":"#0"},"down":{"uv":[0,14.5,1.5,15],"rotation":90,"texture":"#0"}}},{"from":[7.85009,24.95695,2.97968],"to":[8.15009,27.55695,5.57968],"rotation":{"angle":22.5,"axis":"x","origin":[8.00182,14.99309,8.00154]},"faces":{"north":{"uv":[0,13.5,3,16],"rotation":270,"texture":"#0"},"east":{"uv":[3,13.5,0,16],"rotation":90,"texture":"#0"},"south":{"uv":[0,14,3,14.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,13.5,3,16],"rotation":180,"texture":"#0"},"up":{"uv":[0,13.5,3,16],"texture":"#0"},"down":{"uv":[0,13.5,3,16],"rotation":180,"texture":"#0"}}},{"from":[7.85109,24.95934,10.42102],"to":[8.14909,27.55734,13.01902],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00182,14.99309,8.00154]},"faces":{"north":{"uv":[0,14,3,14.5],"rotation":270,"texture":"#0"},"east":{"uv":[0,13.5,3,16],"rotation":180,"texture":"#0"},"south":{"uv":[0,13.5,3,16],"rotation":270,"texture":"#0"},"west":{"uv":[0,13.5,3,16],"rotation":270,"texture":"#0"},"up":{"uv":[0,13.5,3,16],"texture":"#0"},"down":{"uv":[0,13.5,3,16],"rotation":180,"texture":"#0"}}},{"from":[7.8473,25.59203,13.57053],"to":[8.1453,30.19003,15.16853],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00182,14.99309,8.00154]},"faces":{"north":{"uv":[0,13.5,3,16],"rotation":270,"texture":"#0"},"east":{"uv":[0,14,5,16],"rotation":270,"texture":"#0"},"south":{"uv":[0,14,5,14.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,16,5,14],"rotation":270,"texture":"#0"},"up":{"uv":[0,13.5,3,16],"texture":"#0"},"down":{"uv":[0,13.5,3,16],"rotation":180,"texture":"#0"}}},{"from":[7.8463,25.58963,0.83018],"to":[8.1463,30.18963,2.43018],"rotation":{"angle":22.5,"axis":"x","origin":[8.00182,14.99309,8.00154]},"faces":{"north":{"uv":[0,14,5,14.5],"rotation":270,"texture":"#0"},"east":{"uv":[0,16,5,14],"rotation":270,"texture":"#0"},"south":{"uv":[0,14,5,16],"rotation":270,"texture":"#0"},"west":{"uv":[0,14,5,16],"rotation":270,"texture":"#0"},"up":{"uv":[0,14,5,16],"texture":"#0"},"down":{"uv":[0,14,5,16],"rotation":180,"texture":"#0"}}},{"from":[7.84832,26.28595,19.29898],"to":[8.14432,27.43195,20.43998],"rotation":{"angle":-45,"axis":"x","origin":[8.00182,14.99309,8.00154]},"faces":{"north":{"uv":[6,14.5,7.55,16],"rotation":270,"texture":"#0"},"east":{"uv":[6,14.5,7.55,16],"rotation":270,"texture":"#0"},"south":{"uv":[6,14.5,7.55,15],"rotation":270,"texture":"#0"},"west":{"uv":[6,14.5,7.55,16],"rotation":270,"texture":"#0"},"up":{"uv":[5.5,14,7.05,14.5],"rotation":270,"texture":"#0"},"down":{"uv":[6,14.5,7.55,16],"rotation":180,"texture":"#0"}}},{"from":[7.85042,20.75524,6.37872],"to":[8.14642,25.35124,7.37872],"rotation":{"angle":0,"axis":"z","origin":[8.00182,14.99309,8.00154]},"faces":{"north":{"uv":[0,15,4,14.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,15,4,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[0,15,4,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[0,15,4,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[0,15,4,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,15,4,14.5],"rotation":90,"texture":"#0"}}},{"from":[7.85042,20.75524,8.62128],"to":[8.14642,25.35124,9.62128],"rotation":{"angle":0,"axis":"z","origin":[8.00182,14.99309,7.99846]},"faces":{"north":{"uv":[0,15,4,14.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,15,4,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[0,15,4,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[0,15,4,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[0,15,4,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,15,4,14.5],"rotation":90,"texture":"#0"}}},{"from":[7.70142,19.25624,6.95271],"to":[8.29542,27.85024,9.04671],"rotation":{"angle":0,"axis":"z","origin":[8.00182,14.99309,8.00154]},"faces":{"north":{"uv":[4,11,14,13.5],"rotation":90,"texture":"#0"},"east":{"uv":[4,11,14,13.5],"rotation":90,"texture":"#0"},"south":{"uv":[4,11,14,13.5],"rotation":90,"texture":"#0"},"west":{"uv":[4,11,14,13.5],"rotation":90,"texture":"#0"},"up":{"uv":[0,11,16,13.5],"rotation":180,"texture":"#0"},"down":{"uv":[4,11,4.594,13.094],"texture":"#0"}}},{"from":[7.4,6.2,7.4],"to":[8.6,14.4,8.6],"rotation":{"angle":0,"axis":"y","origin":[15.5,33.3,15.5]},"faces":{"north":{"uv":[10,7,11,15],"rotation":180,"texture":"#2"},"east":{"uv":[10,7,11,15],"rotation":180,"texture":"#2"},"south":{"uv":[10,7,11,15],"rotation":180,"texture":"#2"},"west":{"uv":[10,7,11,15],"rotation":180,"texture":"#2"},"up":{"uv":[10,7,11,15],"rotation":180,"texture":"#2"},"down":{"uv":[10,7,11,15],"rotation":180,"texture":"#2"}}},{"from":[7.4,1.2,7.4],"to":[8.6,5.4,8.6],"rotation":{"angle":0,"axis":"y","origin":[15.5,28.3,15.5]},"faces":{"north":{"uv":[13,9,16,10],"rotation":90,"texture":"#0"},"east":{"uv":[13,9,16,10],"rotation":90,"texture":"#0"},"south":{"uv":[13,9,16,10],"rotation":90,"texture":"#0"},"west":{"uv":[13,9,16,10],"rotation":90,"texture":"#0"},"up":{"uv":[13,9,16,10],"rotation":90,"texture":"#0"},"down":{"uv":[13,9,16,10],"rotation":90,"texture":"#0"}}},{"from":[7.4,-0.3,7.4],"to":[8.6,0.9,8.6],"rotation":{"angle":0,"axis":"y","origin":[15.5,26.8,15.5]},"faces":{"north":{"uv":[10,2,11.5,3.5],"rotation":270,"texture":"#2"},"east":{"uv":[10,2,11.5,3.5],"rotation":180,"texture":"#2"},"south":{"uv":[10,2,11.5,3.5],"rotation":270,"texture":"#2"},"west":{"uv":[10,2,11.5,3.5],"rotation":180,"texture":"#2"},"up":{"uv":[10,2,11.5,3.5],"rotation":180,"texture":"#2"},"down":{"uv":[10,2,11.5,3.5],"rotation":180,"texture":"#2"}}},{"from":[7.3,5.6,7.3],"to":[8.7,7,8.7],"rotation":{"angle":0,"axis":"y","origin":[8,6.3,8]},"faces":{"north":{"uv":[10,2,11.5,3.5],"rotation":270,"texture":"#2"},"east":{"uv":[10,2,11.5,3.5],"rotation":180,"texture":"#2"},"south":{"uv":[10,2,11.5,3.5],"rotation":90,"texture":"#2"},"west":{"uv":[10,2,11.5,3.5],"rotation":180,"texture":"#2"},"up":{"uv":[10,2,11.5,3.5],"rotation":180,"texture":"#2"},"down":{"uv":[10,2,11.5,3.5],"rotation":180,"texture":"#2"}}},{"from":[7.3,10.6,7.3],"to":[8.7,12,8.7],"rotation":{"angle":0,"axis":"y","origin":[8,11.3,8]},"faces":{"north":{"uv":[14,0,15,1],"rotation":180,"texture":"#0"},"east":{"uv":[14,0,15,1],"rotation":180,"texture":"#0"},"south":{"uv":[14,0,15,1],"rotation":180,"texture":"#0"},"west":{"uv":[14,0,15,1],"rotation":180,"texture":"#0"},"up":{"uv":[14,0,15,1],"rotation":180,"texture":"#0"},"down":{"uv":[14,0,15,1],"rotation":180,"texture":"#0"}}},{"from":[8.3,4.9,4.45],"to":[8.31,11.9,7.45],"rotation":{"angle":22.5,"axis":"x","origin":[8.305,8.4,5.95]},"faces":{"east":{"uv":[13,0,16,6.49],"texture":"#0"},"west":{"uv":[16,0,13,6.49],"texture":"#0"}}},{"from":[7.4,-9.8,7.4],"to":[8.6,-1.6,8.6],"rotation":{"angle":0,"axis":"x","origin":[8,-5.7,8]},"faces":{"north":{"uv":[10.5,7.5,11.5,15.5],"rotation":180,"texture":"#2"},"east":{"uv":[10.5,7.5,11.5,15.5],"rotation":180,"texture":"#2"},"south":{"uv":[10.5,7.5,11.5,15.5],"rotation":180,"texture":"#2"},"west":{"uv":[10.5,7.5,11.5,15.5],"rotation":180,"texture":"#2"},"up":{"uv":[10.5,14.5,11.5,15.5],"rotation":180,"texture":"#2"},"down":{"uv":[10.5,7.5,11.5,15.5],"rotation":180,"texture":"#2"}}},{"from":[7.5,-1.7,7.5],"to":[8.5,6.3,8.5],"rotation":{"angle":0,"axis":"x","origin":[8,2.3,8]},"faces":{"north":{"uv":[10,7.5,11,15.5],"texture":"#2"},"east":{"uv":[10,7.5,11,15.5],"texture":"#2"},"south":{"uv":[10,7.5,11,15.5],"texture":"#2"},"west":{"uv":[10,7.5,11,15.5],"texture":"#2"},"up":{"uv":[10,7.5,11,8.5],"texture":"#2"},"down":{"uv":[10,7.5,11,8.5],"texture":"#2"}}},{"from":[7.45,17.51322,7.76552],"to":[8.55,18.11322,9.86552],"rotation":{"angle":22.5,"axis":"x","origin":[8,17.81322,9.06552]},"faces":{"north":{"uv":[11.5,4,12.5,6.5],"rotation":90,"texture":"#2"},"east":{"uv":[12.5,4,11.5,6.5],"rotation":270,"texture":"#2"},"south":{"uv":[11.5,4,12.5,6.5],"rotation":90,"texture":"#2"},"west":{"uv":[11.5,4,12.5,6.5],"rotation":90,"texture":"#2"},"up":{"uv":[10.5,4,12,6.5],"rotation":180,"texture":"#2"},"down":{"uv":[11,4,12.5,6.5],"texture":"#2"}}},{"from":[7.44,17.50322,6.12448],"to":[8.56,18.12322,8.24448],"rotation":{"angle":-22.5,"axis":"x","origin":[8,17.81322,6.93448]},"faces":{"north":{"uv":[11.5,6.5,12.5,4],"rotation":90,"texture":"#2"},"east":{"uv":[12.5,6.5,11.5,4],"rotation":270,"texture":"#2"},"south":{"uv":[11.5,6.5,12.5,4],"rotation":90,"texture":"#2"},"west":{"uv":[11.5,6.5,12.5,4],"rotation":90,"texture":"#2"},"up":{"uv":[10.5,6.5,12,4],"rotation":180,"texture":"#2"},"down":{"uv":[11,6.5,12.5,4],"texture":"#2"}}},{"from":[7.45,-12.20592,7.29947],"to":[8.55,-11.60592,8.89947],"rotation":{"angle":22.5,"axis":"x","origin":[8,-10.08853,8]},"faces":{"north":{"uv":[5,11.5,7.5,12.5],"texture":"#3"},"east":{"uv":[7,11.5,5,12.5],"texture":"#3"},"south":{"uv":[9,12,9.5,12.5],"texture":"#3"},"west":{"uv":[5,11.5,7,12.5],"texture":"#3"},"up":{"uv":[4.5,11.5,6.5,13],"rotation":90,"texture":"#3"},"down":{"uv":[3.5,14,6,15.5],"rotation":90,"texture":"#3"}}},{"from":[7.452,-12.20392,7.10253],"to":[8.548,-11.60792,8.69853],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-10.08853,8]},"faces":{"north":{"uv":[9.5,12,9,12.5],"texture":"#3"},"east":{"uv":[5,11.5,7,12.5],"texture":"#3"},"south":{"uv":[7.5,11.5,5,12.5],"texture":"#3"},"west":{"uv":[7,11.5,5,12.5],"texture":"#3"},"up":{"uv":[6.5,11.5,4.5,13],"rotation":90,"texture":"#3"},"down":{"uv":[6,14,3.5,15.5],"rotation":90,"texture":"#3"}}},{"from":[7.451,14.47357,7.76652],"to":[8.549,15.07157,9.86452],"rotation":{"angle":-22.5,"axis":"x","origin":[8,14.77257,9.06552]},"faces":{"north":{"uv":[10.5,0,11.5,2.5],"rotation":90,"texture":"#2"},"east":{"uv":[11.5,0,10.5,2.5],"rotation":90,"texture":"#2"},"south":{"uv":[10.5,0,11.5,2.5],"rotation":90,"texture":"#2"},"west":{"uv":[10.5,0,11.5,2.5],"rotation":270,"texture":"#2"},"up":{"uv":[10.5,0,12,2.5],"texture":"#2"},"down":{"uv":[10.5,0,12,2.5],"rotation":180,"texture":"#2"}}},{"from":[7.441,14.46357,6.12548],"to":[8.559,15.08157,8.24348],"rotation":{"angle":22.5,"axis":"x","origin":[8,14.77257,6.93448]},"faces":{"north":{"uv":[10.5,2.5,11.5,0],"rotation":90,"texture":"#2"},"east":{"uv":[11.5,2.5,10.5,0],"rotation":90,"texture":"#2"},"south":{"uv":[10.5,2.5,11.5,0],"rotation":90,"texture":"#2"},"west":{"uv":[10.5,2.5,11.5,0],"rotation":270,"texture":"#2"},"up":{"uv":[10.5,2.5,12,0],"texture":"#2"},"down":{"uv":[10.5,2.5,12,0],"rotation":180,"texture":"#2"}}},{"from":[7.701,12.0279,8.33555],"to":[8.299,15.1259,8.93355],"rotation":{"angle":22.5,"axis":"x","origin":[8,13.0769,8.63455]},"faces":{"north":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"},"east":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"},"south":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"},"west":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"},"up":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"},"down":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"}}},{"from":[7.701,-10.62622,7.13797],"to":[8.299,-7.62822,7.73597],"rotation":{"angle":22.5,"axis":"x","origin":[8,-8.86116,8.2]},"faces":{"north":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"},"east":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"},"south":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"},"west":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"},"up":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"},"down":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"}}},{"from":[7.701,12.0279,7.06645],"to":[8.299,15.1259,7.66445],"rotation":{"angle":-22.5,"axis":"x","origin":[8,13.0769,7.36545]},"faces":{"north":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"},"east":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"},"south":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"},"west":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"},"up":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"},"down":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"}}},{"from":[7.701,-10.62622,8.26403],"to":[8.299,-7.62822,8.86203],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-8.86116,7.8]},"faces":{"north":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"},"east":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"},"south":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"},"west":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"},"up":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"},"down":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"}}},{"from":[7.352,-10.00323,7.2973],"to":[8.648,-9.40723,8.8933],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-11.51255,8]},"faces":{"north":{"uv":[0,12,2.5,13],"rotation":180,"texture":"#3"},"east":{"uv":[2.5,12,0,13],"rotation":180,"texture":"#3"},"south":{"uv":[0,12,2.5,13],"rotation":180,"texture":"#3"},"west":{"uv":[0,12,2.5,13],"rotation":180,"texture":"#3"},"up":{"uv":[0,11.5,2.5,13],"rotation":270,"texture":"#3"},"down":{"uv":[0,11.5,2.5,13],"rotation":90,"texture":"#3"}}},{"from":[7.35,-10.00523,7.1047],"to":[8.65,-9.40523,8.7047],"rotation":{"angle":22.5,"axis":"x","origin":[8,-11.51255,8]},"faces":{"north":{"uv":[2.5,12,0,13],"rotation":180,"texture":"#3"},"east":{"uv":[0,12,2.5,13],"rotation":180,"texture":"#3"},"south":{"uv":[2.5,12,0,13],"rotation":180,"texture":"#3"},"west":{"uv":[2.5,12,0,13],"rotation":180,"texture":"#3"},"up":{"uv":[2.5,11.5,0,13],"rotation":270,"texture":"#3"},"down":{"uv":[2.5,11.5,0,13],"rotation":90,"texture":"#3"}}},{"from":[7.44,14.79155,9.30943],"to":[8.56,17.76155,9.92943],"rotation":{"angle":0,"axis":"x","origin":[8,16.10155,9.61943]},"faces":{"north":{"uv":[11,1.5,12.5,5],"rotation":180,"texture":"#2"},"east":{"uv":[12,1.5,11,5],"rotation":180,"texture":"#2"},"south":{"uv":[11,0,12.5,3.5],"rotation":180,"texture":"#2"},"west":{"uv":[11,1.5,12,5],"rotation":180,"texture":"#2"},"up":{"uv":[11,1.5,12,5],"rotation":180,"texture":"#2"},"down":{"uv":[11,1.5,12,5],"rotation":180,"texture":"#2"}}},{"from":[7.45,14.80155,6.08057],"to":[8.55,17.75155,6.68057],"rotation":{"angle":0,"axis":"x","origin":[8,16.10155,6.38057]},"faces":{"north":{"uv":[12.5,0,11,3.5],"rotation":180,"texture":"#2"},"east":{"uv":[11,1.5,12,5],"rotation":180,"texture":"#2"},"south":{"uv":[12.5,1.5,11,5],"rotation":180,"texture":"#2"},"west":{"uv":[12,1.5,11,5],"rotation":180,"texture":"#2"},"up":{"uv":[11,5,12,1.5],"rotation":180,"texture":"#2"},"down":{"uv":[11,5,12,1.5],"rotation":180,"texture":"#2"}}},{"from":[7.451,-11.77999,6.51254],"to":[8.549,-9.83199,7.11054],"rotation":{"angle":0,"axis":"x","origin":[8,-11.31688,8.43097]},"faces":{"north":{"uv":[2.5,11.5,5.5,13],"rotation":90,"texture":"#3"},"east":{"uv":[2.5,12.5,5.5,11.5],"rotation":90,"texture":"#3"},"south":{"uv":[3,12,6,13.5],"rotation":90,"texture":"#3"},"west":{"uv":[2.5,11.5,5.5,12.5],"rotation":90,"texture":"#3"},"up":{"uv":[6,12.5,2.5,11.5],"rotation":270,"texture":"#3"},"down":{"uv":[6,12.5,2.5,11.5],"rotation":270,"texture":"#3"}}},{"from":[7.451,-11.77999,8.88946],"to":[8.549,-9.83199,9.48746],"rotation":{"angle":0,"axis":"x","origin":[8,-11.31688,7.56903]},"faces":{"north":{"uv":[3,13.5,6,12],"rotation":90,"texture":"#3"},"east":{"uv":[2.5,11.5,5.5,12.5],"rotation":90,"texture":"#3"},"south":{"uv":[2.5,13,5.5,11.5],"rotation":90,"texture":"#3"},"west":{"uv":[2.5,12.5,5.5,11.5],"rotation":90,"texture":"#3"},"up":{"uv":[2.5,12.5,6,11.5],"rotation":270,"texture":"#3"},"down":{"uv":[2.5,12.5,6,11.5],"rotation":270,"texture":"#3"}}},{"from":[7.60156,17.02118,6.90473],"to":[8.40156,17.82118,8.20473],"rotation":{"angle":-45,"axis":"x","origin":[8.00099,20.6609,8.10057]},"faces":{"north":{"uv":[5.5,0,6.3,0.8],"rotation":180,"texture":"#4"},"east":{"uv":[5.5,0,6.8,1],"rotation":180,"texture":"#4"},"south":{"uv":[5.5,0,6.3,0.8],"rotation":180,"texture":"#4"},"west":{"uv":[5.5,0,6.8,1],"texture":"#4"},"up":{"uv":[6,0,7,1.3],"rotation":180,"texture":"#4"},"down":{"uv":[6,0,7,1.3],"rotation":180,"texture":"#4"}}},{"from":[7.59844,17.02118,7.79527],"to":[8.39844,17.82118,9.09527],"rotation":{"angle":45,"axis":"x","origin":[7.99901,20.6609,7.89943]},"faces":{"north":{"uv":[5.5,0,6.3,0.8],"rotation":180,"texture":"#4"},"east":{"uv":[5.5,0,6.8,1],"texture":"#4"},"south":{"uv":[5.5,0,6.3,0.8],"rotation":180,"texture":"#4"},"west":{"uv":[5.5,0,6.8,1],"rotation":180,"texture":"#4"},"up":{"uv":[7,1.3,6,0],"rotation":180,"texture":"#4"},"down":{"uv":[7,1.3,6,0],"rotation":180,"texture":"#4"}}},{"from":[7.60156,15.25155,9.42658],"to":[8.40156,16.05155,10.72658],"rotation":{"angle":0,"axis":"x","origin":[8.00213,14.93195,11.57095]},"faces":{"north":{"uv":[5,1,4,2],"texture":"#4"},"east":{"uv":[5,1,4,2],"texture":"#4"},"south":{"uv":[5,1,4,2],"texture":"#4"},"west":{"uv":[5,1,4,2],"rotation":180,"texture":"#4"},"up":{"uv":[5,1,4,2],"texture":"#4"},"down":{"uv":[5,1,4,2],"texture":"#4"}}},{"from":[7.59844,15.25155,5.27342],"to":[8.39844,16.05155,6.57342],"rotation":{"angle":0,"axis":"x","origin":[7.99787,14.93195,4.42905]},"faces":{"north":{"uv":[5,1,4,2],"texture":"#4"},"east":{"uv":[5,1,4,2],"rotation":180,"texture":"#4"},"south":{"uv":[5,1,4,2],"texture":"#4"},"west":{"uv":[5,1,4,2],"texture":"#4"},"up":{"uv":[4,2,5,1],"texture":"#4"},"down":{"uv":[4,2,5,1],"texture":"#4"}}},{"from":[7.65156,19.31394,10.75391],"to":[8.35156,20.51394,11.45391],"rotation":{"angle":22.5,"axis":"x","origin":[8.00099,20.6609,8.10057]},"faces":{"north":{"uv":[7,0,8.5,1],"rotation":270,"texture":"#4"},"east":{"uv":[7,0,8.5,1],"rotation":270,"texture":"#4"},"south":{"uv":[7,0,8.5,1],"rotation":270,"texture":"#4"},"west":{"uv":[7,0,8.5,1],"rotation":270,"texture":"#4"},"up":{"uv":[7,0,8.5,1],"rotation":270,"texture":"#4"},"down":{"uv":[7,0,8.5,1],"rotation":270,"texture":"#4"}}},{"from":[7.64844,19.31394,4.54609],"to":[8.34844,20.51394,5.24609],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99901,20.6609,7.89943]},"faces":{"north":{"uv":[7,0,8.5,1],"rotation":270,"texture":"#4"},"east":{"uv":[7,0,8.5,1],"rotation":270,"texture":"#4"},"south":{"uv":[7,0,8.5,1],"rotation":270,"texture":"#4"},"west":{"uv":[7,0,8.5,1],"rotation":270,"texture":"#4"},"up":{"uv":[8.5,1,7,0],"rotation":270,"texture":"#4"},"down":{"uv":[8.5,1,7,0],"rotation":270,"texture":"#4"}}},{"from":[7.65156,15.59953,10.86283],"to":[8.35156,16.29953,12.06283],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00213,14.93195,11.57095]},"faces":{"north":{"uv":[3,0,4.5,1],"rotation":180,"texture":"#4"},"east":{"uv":[4,0,2.5,1],"rotation":180,"texture":"#4"},"south":{"uv":[0.5,0,1.5,0.5],"rotation":270,"texture":"#4"},"west":{"uv":[2.5,0,4,1],"rotation":180,"texture":"#4"},"up":{"uv":[2.5,0.5,4,1.5],"rotation":180,"texture":"#4"},"down":{"uv":[3,0,4.5,1],"rotation":180,"texture":"#4"}}},{"from":[7.64844,15.59953,3.93717],"to":[8.34844,16.29953,5.13717],"rotation":{"angle":22.5,"axis":"x","origin":[7.99787,14.93195,4.42905]},"faces":{"north":{"uv":[0.5,0,1.5,0.5],"rotation":270,"texture":"#4"},"east":{"uv":[2.5,0,4,1],"rotation":180,"texture":"#4"},"south":{"uv":[3,0,4.5,1],"rotation":180,"texture":"#4"},"west":{"uv":[4,0,2.5,1],"rotation":180,"texture":"#4"},"up":{"uv":[4,1.5,2.5,0.5],"rotation":180,"texture":"#4"},"down":{"uv":[4.5,1,3,0],"rotation":180,"texture":"#4"}}},{"from":[7.7,19.23462,10.47875],"to":[8.3,19.83462,11.07875],"rotation":{"angle":0,"axis":"z","origin":[8.00099,20.6609,8.10057]},"faces":{"north":{"uv":[8.5,2,9.5,1],"rotation":270,"texture":"#4"},"east":{"uv":[8.5,2,9.5,1],"rotation":270,"texture":"#4"},"south":{"uv":[8.5,2,9.5,1],"rotation":270,"texture":"#4"},"west":{"uv":[8.5,2,9.5,1],"rotation":270,"texture":"#4"},"up":{"uv":[8.5,2,9.5,1],"rotation":270,"texture":"#4"},"down":{"uv":[8.5,2,9.5,1],"rotation":270,"texture":"#4"}}},{"from":[7.7,19.23462,4.92125],"to":[8.3,19.83462,5.52125],"rotation":{"angle":0,"axis":"z","origin":[7.99901,20.6609,7.89943]},"faces":{"north":{"uv":[8.5,2,9.5,1],"rotation":270,"texture":"#4"},"east":{"uv":[8.5,2,9.5,1],"rotation":270,"texture":"#4"},"south":{"uv":[8.5,2,9.5,1],"rotation":270,"texture":"#4"},"west":{"uv":[8.5,2,9.5,1],"rotation":270,"texture":"#4"},"up":{"uv":[9.5,1,8.5,2],"rotation":270,"texture":"#4"},"down":{"uv":[9.5,1,8.5,2],"rotation":270,"texture":"#4"}}},{"from":[7.72254,18.39222,10.03009],"to":[8.28254,18.95222,14.99009],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00099,20.6609,8.10057]},"faces":{"north":{"uv":[9.5,3.5,10,8.46],"texture":"#4"},"east":{"uv":[9.5,1,10,5.96],"rotation":90,"texture":"#4"},"south":{"uv":[9.5,5.5,10,6],"texture":"#4"},"west":{"uv":[9.5,1.5,10,6.46],"rotation":270,"texture":"#4"},"up":{"uv":[9,0.5,9.5,5.46],"texture":"#4"},"down":{"uv":[9.5,1.5,10,6.46],"rotation":180,"texture":"#4"}}},{"from":[7.71746,18.39222,1.00991],"to":[8.27746,18.95222,5.96991],"rotation":{"angle":22.5,"axis":"x","origin":[7.99901,20.6609,7.89943]},"faces":{"north":{"uv":[9.5,5.5,10,6],"texture":"#4"},"east":{"uv":[9.5,1.5,10,6.46],"rotation":270,"texture":"#4"},"south":{"uv":[9.5,3.5,10,8.46],"texture":"#4"},"west":{"uv":[9.5,1,10,5.96],"rotation":90,"texture":"#4"},"up":{"uv":[9.5,5.46,9,0.5],"texture":"#4"},"down":{"uv":[10,6.46,9.5,1.5],"rotation":180,"texture":"#4"}}},{"from":[7.80254,17.55653,9.73582],"to":[8.20254,18.45653,14.53582],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00099,20.6609,8.10057]},"faces":{"north":{"uv":[8,0.5,8.9,0.9],"rotation":90,"texture":"#4"},"east":{"uv":[9.4,0.5,8.5,5.3],"rotation":90,"texture":"#4"},"south":{"uv":[8,6,8.9,6.4],"rotation":270,"texture":"#4"},"west":{"uv":[8.5,0.5,9.4,5.3],"rotation":270,"texture":"#4"},"up":{"uv":[8,0.5,12.8,0.9],"rotation":90,"texture":"#4"},"down":{"uv":[8.5,0.5,8.9,5.3],"rotation":180,"texture":"#4"}}},{"from":[7.79746,17.55653,1.46418],"to":[8.19746,18.45653,6.26418],"rotation":{"angle":22.5,"axis":"x","origin":[7.99901,20.6609,7.89943]},"faces":{"north":{"uv":[8,6,8.9,6.4],"rotation":270,"texture":"#4"},"east":{"uv":[8.5,0.5,9.4,5.3],"rotation":270,"texture":"#4"},"south":{"uv":[8,0.5,8.9,0.9],"rotation":90,"texture":"#4"},"west":{"uv":[9.4,0.5,8.5,5.3],"rotation":90,"texture":"#4"},"up":{"uv":[12.8,0.9,8,0.5],"rotation":90,"texture":"#4"},"down":{"uv":[8.9,5.3,8.5,0.5],"rotation":180,"texture":"#4"}}},{"from":[7.82754,18.77018,10.80695],"to":[8.17754,19.62018,14.80695],"rotation":{"angle":0,"axis":"z","origin":[8.00099,20.6609,8.10057]},"faces":{"north":{"uv":[7,1.5,7.85,1.85],"rotation":90,"texture":"#4"},"east":{"uv":[8,2,9,6],"rotation":90,"texture":"#4"},"south":{"uv":[8,4,8.5,4.5],"rotation":90,"texture":"#4"},"west":{"uv":[8,2,9,6],"rotation":270,"texture":"#4"},"up":{"uv":[8,2,8.35,6],"texture":"#4"},"down":{"uv":[8,1.5,8.35,5.5],"rotation":180,"texture":"#4"}}},{"from":[7.82246,18.77018,1.19305],"to":[8.17246,19.62018,5.19305],"rotation":{"angle":0,"axis":"z","origin":[7.99901,20.6609,7.89943]},"faces":{"north":{"uv":[8,4,8.5,4.5],"rotation":90,"texture":"#4"},"east":{"uv":[8,2,9,6],"rotation":270,"texture":"#4"},"south":{"uv":[7,1.5,7.85,1.85],"rotation":90,"texture":"#4"},"west":{"uv":[8,2,9,6],"rotation":90,"texture":"#4"},"up":{"uv":[8.35,6,8,2],"texture":"#4"},"down":{"uv":[8.35,5.5,8,1.5],"rotation":180,"texture":"#4"}}},{"from":[7.72754,15.27018,10.80695],"to":[8.27754,15.82018,14.80695],"rotation":{"angle":45,"axis":"x","origin":[8.00213,14.93195,11.57095]},"faces":{"north":{"uv":[0.5,2.5,1,6.5],"rotation":270,"texture":"#4"},"east":{"uv":[0.5,2.5,1,6.5],"rotation":90,"texture":"#4"},"south":{"uv":[0.5,6,0.55,6.05],"rotation":270,"texture":"#4"},"west":{"uv":[0.5,2.5,1,6.5],"rotation":270,"texture":"#4"},"up":{"uv":[0.5,2.5,1,6.5],"texture":"#4"},"down":{"uv":[0.5,2.5,1,6.5],"rotation":180,"texture":"#4"}}},{"from":[7.72246,15.27018,1.19305],"to":[8.27246,15.82018,5.19305],"rotation":{"angle":-45,"axis":"x","origin":[7.99787,14.93195,4.42905]},"faces":{"north":{"uv":[0.5,6,0.55,6.05],"rotation":270,"texture":"#4"},"east":{"uv":[0.5,2.5,1,6.5],"rotation":270,"texture":"#4"},"south":{"uv":[0.5,2.5,1,6.5],"rotation":270,"texture":"#4"},"west":{"uv":[0.5,2.5,1,6.5],"rotation":90,"texture":"#4"},"up":{"uv":[1,6.5,0.5,2.5],"texture":"#4"},"down":{"uv":[1,6.5,0.5,2.5],"rotation":180,"texture":"#4"}}},{"from":[7.85254,18.05608,10.32581],"to":[8.15254,18.85608,14.27581],"rotation":{"angle":0,"axis":"z","origin":[8.00099,20.6609,8.10057]},"faces":{"north":{"uv":[6,2,6.8,2.3],"rotation":90,"texture":"#4"},"east":{"uv":[7,5.95,8,2],"rotation":270,"texture":"#4"},"south":{"uv":[7,4.5,7.5,5],"rotation":90,"texture":"#4"},"west":{"uv":[7,2,8,5.95],"rotation":270,"texture":"#4"},"up":{"uv":[6,2,9.95,2.3],"rotation":90,"texture":"#4"},"down":{"uv":[7,2.5,7.3,6.45],"rotation":180,"texture":"#4"}}},{"from":[7.84746,18.05608,1.72419],"to":[8.14746,18.85608,5.67419],"rotation":{"angle":0,"axis":"z","origin":[7.99901,20.6609,7.89943]},"faces":{"north":{"uv":[7,4.5,7.5,5],"rotation":90,"texture":"#4"},"east":{"uv":[7,2,8,5.95],"rotation":270,"texture":"#4"},"south":{"uv":[6,2,6.8,2.3],"rotation":90,"texture":"#4"},"west":{"uv":[7,5.95,8,2],"rotation":270,"texture":"#4"},"up":{"uv":[9.95,2.3,6,2],"rotation":90,"texture":"#4"},"down":{"uv":[7.3,6.45,7,2.5],"rotation":180,"texture":"#4"}}},{"from":[7.85254,14.45608,10.32581],"to":[8.15254,15.25608,14.27581],"rotation":{"angle":45,"axis":"x","origin":[8.00213,14.93195,11.57095]},"faces":{"north":{"uv":[1.5,3,0.5,7],"rotation":270,"texture":"#4"},"east":{"uv":[0.5,3,1.5,7],"rotation":90,"texture":"#4"},"south":{"uv":[1.5,6.5,0.5,7],"rotation":270,"texture":"#4"},"west":{"uv":[1.5,3,0.5,7],"rotation":270,"texture":"#4"},"up":{"uv":[1,3,0.5,7],"rotation":180,"texture":"#4"},"down":{"uv":[1.5,3,1,7],"rotation":180,"texture":"#4"}}},{"from":[7.84746,14.45608,1.72419],"to":[8.14746,15.25608,5.67419],"rotation":{"angle":-45,"axis":"x","origin":[7.99787,14.93195,4.42905]},"faces":{"north":{"uv":[1.5,6.5,0.5,7],"rotation":270,"texture":"#4"},"east":{"uv":[1.5,3,0.5,7],"rotation":270,"texture":"#4"},"south":{"uv":[1.5,3,0.5,7],"rotation":270,"texture":"#4"},"west":{"uv":[0.5,3,1.5,7],"rotation":90,"texture":"#4"},"up":{"uv":[0.5,7,1,3],"rotation":180,"texture":"#4"},"down":{"uv":[1,7,1.5,3],"rotation":180,"texture":"#4"}}},{"from":[7.87754,19.24882,11.053],"to":[8.12754,19.99882,14.453],"rotation":{"angle":22.5,"axis":"x","origin":[8.00099,20.6609,8.10057]},"faces":{"north":{"uv":[5,1.5,5.75,1.75],"rotation":90,"texture":"#4"},"east":{"uv":[6.5,4.5,7.5,7.9],"rotation":270,"texture":"#4"},"south":{"uv":[6.5,8,7.5,8.5],"rotation":270,"texture":"#4"},"west":{"uv":[6.5,5.5,7.5,8.9],"rotation":270,"texture":"#4"},"up":{"uv":[7.5,6,7.75,9.4],"texture":"#4"},"down":{"uv":[6.5,2.5,6.75,5.9],"rotation":180,"texture":"#4"}}},{"from":[7.87246,19.24882,1.547],"to":[8.12246,19.99882,4.947],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99901,20.6609,7.89943]},"faces":{"north":{"uv":[6.5,8,7.5,8.5],"rotation":270,"texture":"#4"},"east":{"uv":[6.5,5.5,7.5,8.9],"rotation":270,"texture":"#4"},"south":{"uv":[5,1.5,5.75,1.75],"rotation":90,"texture":"#4"},"west":{"uv":[6.5,4.5,7.5,7.9],"rotation":270,"texture":"#4"},"up":{"uv":[7.75,9.4,7.5,6],"texture":"#4"},"down":{"uv":[6.75,5.9,6.5,2.5],"rotation":180,"texture":"#4"}}},{"from":[7.87754,12.60044,10.79771],"to":[8.12754,16.00044,11.54771],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00213,14.93195,11.57095]},"faces":{"north":{"uv":[2,5.5,2.5,9],"texture":"#4"},"east":{"uv":[3,5.5,2,9],"texture":"#4"},"south":{"uv":[2.5,5.5,3,9],"texture":"#4"},"west":{"uv":[2,5.5,3,9],"texture":"#4"},"up":{"uv":[2,5.5,3,9],"texture":"#4"},"down":{"uv":[2,8.5,3,9],"rotation":270,"texture":"#4"}}},{"from":[7.87246,12.60044,4.45229],"to":[8.12246,16.00044,5.20229],"rotation":{"angle":22.5,"axis":"x","origin":[7.99787,14.93195,4.42905]},"faces":{"north":{"uv":[2.5,5.5,3,9],"texture":"#4"},"east":{"uv":[2,5.5,3,9],"texture":"#4"},"south":{"uv":[2,5.5,2.5,9],"texture":"#4"},"west":{"uv":[3,5.5,2,9],"texture":"#4"},"up":{"uv":[3,9,2,5.5],"texture":"#4"},"down":{"uv":[3,9,2,8.5],"rotation":270,"texture":"#4"}}},{"from":[7.90254,14.39102,7.96166],"to":[8.10254,17.74102,8.66166],"rotation":{"angle":-45,"axis":"x","origin":[8.00099,20.6609,8.10057]},"faces":{"north":{"uv":[6,7.35,6.2,4],"texture":"#4"},"east":{"uv":[7,7.35,6,4],"texture":"#4"},"south":{"uv":[6.5,7.35,6.7,4],"texture":"#4"},"west":{"uv":[6,7.35,7,4],"texture":"#4"},"up":{"uv":[6,7.35,7,4],"texture":"#4"},"down":{"uv":[6,4,6.2,5],"rotation":180,"texture":"#4"}}},{"from":[7.89746,14.39102,7.33834],"to":[8.09746,17.74102,8.03834],"rotation":{"angle":45,"axis":"x","origin":[7.99901,20.6609,7.89943]},"faces":{"north":{"uv":[6.5,7.35,6.7,4],"texture":"#4"},"east":{"uv":[6,7.35,7,4],"texture":"#4"},"south":{"uv":[6,7.35,6.2,4],"texture":"#4"},"west":{"uv":[7,7.35,6,4],"texture":"#4"},"up":{"uv":[7,4,6,7.35],"texture":"#4"},"down":{"uv":[6.2,5,6,4],"rotation":180,"texture":"#4"}}},{"from":[7.90254,12.62139,10.48351],"to":[8.10254,15.97139,11.18351],"rotation":{"angle":0,"axis":"x","origin":[8.00213,14.93195,11.57095]},"faces":{"north":{"uv":[3,5.5,3.5,8.5],"rotation":180,"texture":"#4"},"east":{"uv":[3.5,5.5,2.5,8.5],"rotation":180,"texture":"#4"},"south":{"uv":[2.5,5.5,3,8.5],"rotation":180,"texture":"#4"},"west":{"uv":[2.5,5.5,3.5,8.5],"rotation":180,"texture":"#4"},"up":{"uv":[2.5,5.5,3.5,8.5],"rotation":180,"texture":"#4"},"down":{"uv":[2.5,8,3.5,8.5],"rotation":90,"texture":"#4"}}},{"from":[7.89746,12.62139,4.81649],"to":[8.09746,15.97139,5.51649],"rotation":{"angle":0,"axis":"x","origin":[7.99787,14.93195,4.42905]},"faces":{"north":{"uv":[2.5,5.5,3,8.5],"rotation":180,"texture":"#4"},"east":{"uv":[2.5,5.5,3.5,8.5],"rotation":180,"texture":"#4"},"south":{"uv":[3,5.5,3.5,8.5],"rotation":180,"texture":"#4"},"west":{"uv":[3.5,5.5,2.5,8.5],"rotation":180,"texture":"#4"},"up":{"uv":[3.5,8.5,2.5,5.5],"rotation":180,"texture":"#4"},"down":{"uv":[3.5,8.5,2.5,8],"rotation":90,"texture":"#4"}}},{"from":[7.92754,14.81851,9.21147],"to":[8.07754,17.71851,9.86147],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00099,20.6609,8.10057]},"faces":{"north":{"uv":[5,6.5,5.15,9.4],"rotation":180,"texture":"#4"},"east":{"uv":[5,6.5,6,9.5],"rotation":180,"texture":"#4"},"south":{"uv":[5,6.5,5.15,9.4],"rotation":180,"texture":"#4"},"west":{"uv":[5,6.5,6,9.5],"rotation":180,"texture":"#4"},"up":{"uv":[5,6.5,6,9.5],"rotation":180,"texture":"#4"},"down":{"uv":[5,6.5,6,9.5],"rotation":180,"texture":"#4"}}},{"from":[7.92246,14.81851,6.13853],"to":[8.07246,17.71851,6.78853],"rotation":{"angle":22.5,"axis":"x","origin":[7.99901,20.6609,7.89943]},"faces":{"north":{"uv":[5,6.5,5.15,9.4],"rotation":180,"texture":"#4"},"east":{"uv":[5,6.5,6,9.5],"rotation":180,"texture":"#4"},"south":{"uv":[5,6.5,5.15,9.4],"rotation":180,"texture":"#4"},"west":{"uv":[5,6.5,6,9.5],"rotation":180,"texture":"#4"},"up":{"uv":[6,9.5,5,6.5],"rotation":180,"texture":"#4"},"down":{"uv":[6,9.5,5,6.5],"rotation":180,"texture":"#4"}}},{"from":[7.92754,12.3845,10.29035],"to":[8.07754,15.2845,10.94035],"rotation":{"angle":22.5,"axis":"x","origin":[8.00213,14.93195,11.57095]},"faces":{"north":{"uv":[4,4.5,4.5,7.5],"rotation":180,"texture":"#4"},"east":{"uv":[4,4.5,4.5,7.5],"rotation":180,"texture":"#4"},"south":{"uv":[4,4.5,4.5,7.5],"rotation":180,"texture":"#4"},"west":{"uv":[4,4.5,4.5,7.5],"rotation":180,"texture":"#4"},"up":{"uv":[4,4.5,4.5,7.5],"rotation":180,"texture":"#4"},"down":{"uv":[4,4.5,4.15,5.15],"rotation":180,"texture":"#4"}}},{"from":[7.92246,12.3845,5.05965],"to":[8.07246,15.2845,5.70965],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99787,14.93195,4.42905]},"faces":{"north":{"uv":[4,4.5,4.5,7.5],"rotation":180,"texture":"#4"},"east":{"uv":[4,4.5,4.5,7.5],"rotation":180,"texture":"#4"},"south":{"uv":[4,4.5,4.5,7.5],"rotation":180,"texture":"#4"},"west":{"uv":[4,4.5,4.5,7.5],"rotation":180,"texture":"#4"},"up":{"uv":[4.5,7.5,4,4.5],"rotation":180,"texture":"#4"},"down":{"uv":[4.15,5.15,4,4.5],"rotation":180,"texture":"#4"}}},{"from":[7.94754,15.53033,10.10516],"to":[8.05754,18.39033,10.71516],"rotation":{"angle":0,"axis":"z","origin":[8.00099,20.6609,8.10057]},"faces":{"north":{"uv":[5,6,5.11,8.86],"rotation":180,"texture":"#4"},"east":{"uv":[5,6,6,9],"rotation":180,"texture":"#4"},"south":{"uv":[5,6,5.11,8.86],"rotation":180,"texture":"#4"},"west":{"uv":[5,6,6,9],"rotation":180,"texture":"#4"},"up":{"uv":[5,6,6,9],"rotation":180,"texture":"#4"},"down":{"uv":[5,6,6,9],"rotation":180,"texture":"#4"}}},{"from":[7.94246,15.53033,5.28484],"to":[8.05246,18.39033,5.89484],"rotation":{"angle":0,"axis":"z","origin":[7.99901,20.6609,7.89943]},"faces":{"north":{"uv":[5,6,5.11,8.86],"rotation":180,"texture":"#4"},"east":{"uv":[5,6,6,9],"rotation":180,"texture":"#4"},"south":{"uv":[5,6,5.11,8.86],"rotation":180,"texture":"#4"},"west":{"uv":[5,6,6,9],"rotation":180,"texture":"#4"},"up":{"uv":[6,9,5,6],"rotation":180,"texture":"#4"},"down":{"uv":[6,9,5,6],"rotation":180,"texture":"#4"}}}],"display":{"thirdperson_righthand":{"translation":[-0.5,3.75,1.25],"scale":[1.3,1.3,1.3]},"thirdperson_lefthand":{"translation":[-0.5,3.75,1.25],"scale":[1.3,1.3,1.3]},"firstperson_righthand":{"rotation":[-18,0,0],"translation":[3.75,2.5,0],"scale":[0.8,0.8,0.8]},"firstperson_lefthand":{"rotation":[-18,0,0],"translation":[3.75,2.5,0],"scale":[0.8,0.8,0.8]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.8,0.8,0.8]},"gui":{"rotation":[79,-137,69],"translation":[-0.75,0,0],"scale":[0.6,0.52,0.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/spectral_spear.json b/assets/minecraft/models/item/wynn/skin/spear/spectral_spear.json new file mode 100644 index 000000000..d62ac492f --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/spectral_spear.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/souls","1":"skins/soul_heart","particle":"skins/soul_heart"},"elements":[{"from":[7.8,16.29347,10.14802],"to":[8.24,18.23347,12.08802],"rotation":{"angle":-22.5,"axis":"x","origin":[8.02953,9.62809,7.01638]},"faces":{"north":{"uv":[7,14,5,14.5],"rotation":270,"texture":"#0"},"east":{"uv":[7,14,5,16],"texture":"#0"},"south":{"uv":[7,15,5,15.5],"rotation":90,"texture":"#0"},"west":{"uv":[7,14,5,16],"rotation":180,"texture":"#0"},"up":{"uv":[7,14,5,16],"rotation":270,"texture":"#0"},"down":{"uv":[7,14,5,16],"rotation":90,"texture":"#0"}}},{"from":[7.83,19.63108,0.64943],"to":[8.21,21.51108,2.52943],"rotation":{"angle":22.5,"axis":"x","origin":[8.02953,9.62809,7.01638]},"faces":{"north":{"uv":[10.5,15.5,8.5,16],"rotation":90,"texture":"#0"},"east":{"uv":[10.5,14,8.5,16],"rotation":90,"texture":"#0"},"south":{"uv":[11.5,14,11,16],"rotation":180,"texture":"#0"},"west":{"uv":[10.5,14,8.5,16],"rotation":90,"texture":"#0"},"up":{"uv":[10.5,14,8.5,16],"rotation":90,"texture":"#0"},"down":{"uv":[10.5,14,8.5,16],"rotation":90,"texture":"#0"}}},{"from":[7.79,14.96743,3.94359],"to":[8.25,17.92743,5.90359],"rotation":{"angle":22.5,"axis":"x","origin":[8.02953,9.62809,7.01638]},"faces":{"north":{"uv":[5.96,14,3,14.46],"rotation":90,"texture":"#0"},"east":{"uv":[6,14,3,16],"rotation":90,"texture":"#0"},"south":{"uv":[6,14,3,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[6,14,3,16],"rotation":90,"texture":"#0"},"up":{"uv":[6,14,3,16],"rotation":90,"texture":"#0"},"down":{"uv":[6,14,3,16],"rotation":90,"texture":"#0"}}},{"from":[7.82,19.30339,9.57329],"to":[8.22,21.20339,11.47329],"rotation":{"angle":-22.5,"axis":"x","origin":[8.02953,9.62809,7.01638]},"faces":{"north":{"uv":[7,15,9,15.5],"rotation":270,"texture":"#0"},"east":{"uv":[9.5,14,7.5,16],"texture":"#0"},"south":{"uv":[7.5,14,9.5,14.5],"rotation":270,"texture":"#0"},"west":{"uv":[7.5,14,9.5,16],"texture":"#0"},"up":{"uv":[7.5,14,9.5,16],"rotation":90,"texture":"#0"},"down":{"uv":[7.5,14,9.5,16],"rotation":270,"texture":"#0"}}},{"from":[7.81,15.67988,-0.93853],"to":[8.23,17.59988,0.98147],"rotation":{"angle":45,"axis":"x","origin":[8.02953,9.62809,7.01638]},"faces":{"north":{"uv":[8.5,14,8,16],"texture":"#0"},"east":{"uv":[8.5,14,6.5,16],"rotation":90,"texture":"#0"},"south":{"uv":[8.5,14,6.5,16],"rotation":90,"texture":"#0"},"west":{"uv":[6.5,14,8.5,16],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,14,6.5,14.5],"rotation":90,"texture":"#0","cullface":"up"},"down":{"uv":[8.5,15.5,6.5,16],"rotation":90,"texture":"#0"}}},{"from":[7.84016,18.17989,-3.40351],"to":[8.20016,20.03989,-1.54351],"rotation":{"angle":45,"axis":"x","origin":[8.02953,9.62809,7.01638]},"faces":{"north":{"uv":[12,14,10,16],"rotation":90,"texture":"#0"},"east":{"uv":[12,14,10,16],"rotation":90,"texture":"#0"},"south":{"uv":[12,14,10,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[12,14,10,16],"rotation":90,"texture":"#0"},"up":{"uv":[12,14,10,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[12,14,10,16],"rotation":90,"texture":"#0"}}},{"from":[7.85913,20.26691,12.51128],"to":[8.19913,24.10691,13.35128],"rotation":{"angle":-22.5,"axis":"x","origin":[8.02953,9.62809,7.01638]},"faces":{"north":{"uv":[13,14.5,9,15],"rotation":90,"texture":"#0"},"east":{"uv":[9,14,13,15],"rotation":270,"texture":"#0"},"south":{"uv":[13,14,9,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[13,14,9,15],"rotation":90,"texture":"#0"},"up":{"uv":[13,14,9,15],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,14,9,15],"texture":"#0"}}},{"from":[7.88154,21.04456,3.36541],"to":[8.18154,21.64456,3.96541],"rotation":{"angle":22.5,"axis":"x","origin":[8.02953,9.62809,7.01638]},"faces":{"north":{"uv":[11,14.5,10,15.5],"rotation":90,"texture":"#0"},"east":{"uv":[11,14.5,10,15.5],"rotation":90,"texture":"#0"},"south":{"uv":[11,14.5,10,15.5],"rotation":90,"texture":"#0"},"west":{"uv":[11,14.5,10,15.5],"rotation":90,"texture":"#0"},"up":{"uv":[11,14.5,10,15.5],"rotation":90,"texture":"#0"},"down":{"uv":[11,14.5,10,15.5],"rotation":90,"texture":"#0"}}},{"from":[7.88154,19.09792,8.0987],"to":[8.18154,19.69792,8.6987],"rotation":{"angle":-22.5,"axis":"x","origin":[8.02953,9.62809,7.01638]},"faces":{"north":{"uv":[5,15,4.5,15.5],"rotation":270,"texture":"#0"},"east":{"uv":[5,15,4.5,15.5],"texture":"#0"},"south":{"uv":[5,15,4.5,15.5],"rotation":90,"texture":"#0"},"west":{"uv":[5,15,4.5,15.5],"rotation":180,"texture":"#0"},"up":{"uv":[5,15,4.5,15.5],"rotation":270,"texture":"#0"},"down":{"uv":[5,15,4.5,15.5],"rotation":90,"texture":"#0"}}},{"from":[7.8491,17.51166,0.64969],"to":[8.2091,23.75166,1.50969],"rotation":{"angle":22.5,"axis":"x","origin":[8.02953,9.62809,7.01638]},"faces":{"north":{"uv":[11,15,5,15.5],"rotation":90,"texture":"#0"},"east":{"uv":[11,15,5,16],"rotation":90,"texture":"#0"},"south":{"uv":[11,15.5,5,16],"rotation":90,"texture":"#0"},"west":{"uv":[11,16,5,15],"rotation":90,"texture":"#0"},"up":{"uv":[12,15,5,16],"rotation":90,"texture":"#0"},"down":{"uv":[5.5,15,5,16],"rotation":180,"texture":"#0"}}},{"from":[7.79,-8.67743,7.84641],"to":[8.25,-5.71743,9.80641],"rotation":{"angle":22.5,"axis":"x","origin":[8.02953,-0.37809,6.73362]},"faces":{"north":{"uv":[3,14.5,6,14],"rotation":90,"texture":"#0"},"east":{"uv":[3,16,6,14],"rotation":90,"texture":"#0"},"south":{"uv":[3,14.46,5.96,14],"rotation":90,"texture":"#0"},"west":{"uv":[3,16,6,14],"rotation":90,"texture":"#0"},"up":{"uv":[6,14,3,16],"rotation":90,"texture":"#0"},"down":{"uv":[6,14,3,16],"rotation":90,"texture":"#0"}}},{"from":[7.8,-8.98347,1.66198],"to":[8.24,-7.04347,3.60198],"rotation":{"angle":-22.5,"axis":"x","origin":[8.02953,-0.37809,6.73362]},"faces":{"north":{"uv":[5,15.5,7,15],"rotation":90,"texture":"#0"},"east":{"uv":[5,16,7,14],"texture":"#0"},"south":{"uv":[5,14.5,7,14],"rotation":270,"texture":"#0"},"west":{"uv":[5,16,7,14],"rotation":180,"texture":"#0"},"up":{"uv":[7,14,5,16],"rotation":90,"texture":"#0"},"down":{"uv":[7,14,5,16],"rotation":270,"texture":"#0"}}},{"from":[7.81,-8.34988,12.76853],"to":[8.23,-6.42988,14.68853],"rotation":{"angle":45,"axis":"x","origin":[8.02953,-0.37809,6.73362]},"faces":{"north":{"uv":[6.5,16,8.5,14],"rotation":90,"texture":"#0"},"east":{"uv":[6.5,16,8.5,14],"rotation":90,"texture":"#0"},"south":{"uv":[8,16,8.5,14],"texture":"#0"},"west":{"uv":[8.5,16,6.5,14],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,15.5,6.5,16],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,14,6.5,14.5],"rotation":90,"texture":"#0","cullface":"up"}}},{"from":[7.82,-11.95339,2.27671],"to":[8.22,-10.05339,4.17671],"rotation":{"angle":-22.5,"axis":"x","origin":[8.02953,-0.37809,6.73362]},"faces":{"north":{"uv":[9.5,14.5,7.5,14],"rotation":270,"texture":"#0"},"east":{"uv":[7.5,16,9.5,14],"texture":"#0"},"south":{"uv":[9,15.5,7,15],"rotation":270,"texture":"#0"},"west":{"uv":[9.5,16,7.5,14],"texture":"#0"},"up":{"uv":[7.5,14,9.5,16],"rotation":270,"texture":"#0"},"down":{"uv":[7.5,14,9.5,16],"rotation":90,"texture":"#0"}}},{"from":[7.8491,-14.50166,12.24031],"to":[8.2091,-8.26166,13.10031],"rotation":{"angle":22.5,"axis":"x","origin":[8.02953,-0.37809,6.73362]},"faces":{"north":{"uv":[5,16,11,15.5],"rotation":90,"texture":"#0"},"east":{"uv":[5,16,11,15],"rotation":90,"texture":"#0"},"south":{"uv":[5,15.5,11,15],"rotation":90,"texture":"#0"},"west":{"uv":[5,15,11,16],"rotation":90,"texture":"#0"},"up":{"uv":[5.5,15,5,16],"rotation":180,"texture":"#0"},"down":{"uv":[12,15,5,16],"rotation":90,"texture":"#0"}}},{"from":[7.88154,-10.44792,5.0513],"to":[8.18154,-9.84792,5.6513],"rotation":{"angle":-22.5,"axis":"x","origin":[8.02953,-0.37809,6.73362]},"faces":{"north":{"uv":[4.5,15.5,5,15],"rotation":90,"texture":"#0"},"east":{"uv":[4.5,15.5,5,15],"texture":"#0"},"south":{"uv":[4.5,15.5,5,15],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,15.5,5,15],"rotation":180,"texture":"#0"},"up":{"uv":[5,15,4.5,15.5],"rotation":90,"texture":"#0"},"down":{"uv":[5,15,4.5,15.5],"rotation":270,"texture":"#0"}}},{"from":[7.83,-12.26108,11.22057],"to":[8.21,-10.38108,13.10057],"rotation":{"angle":22.5,"axis":"x","origin":[8.02953,-0.37809,6.73362]},"faces":{"north":{"uv":[11,16,11.5,14],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,16,10.5,14],"rotation":90,"texture":"#0"},"south":{"uv":[8.5,16,10.5,15.5],"rotation":90,"texture":"#0"},"west":{"uv":[8.5,16,10.5,14],"rotation":90,"texture":"#0"},"up":{"uv":[10.5,14,8.5,16],"rotation":90,"texture":"#0"},"down":{"uv":[10.5,14,8.5,16],"rotation":90,"texture":"#0"}}},{"from":[7.84016,-10.78989,15.29351],"to":[8.20016,-8.92989,17.15351],"rotation":{"angle":45,"axis":"x","origin":[8.02953,-0.37809,6.73362]},"faces":{"north":{"uv":[10,14.5,12,14],"rotation":90,"texture":"#0"},"east":{"uv":[10,16,12,14],"rotation":90,"texture":"#0"},"south":{"uv":[10,16,12,14],"rotation":90,"texture":"#0"},"west":{"uv":[10,16,12,14],"rotation":90,"texture":"#0"},"up":{"uv":[12,14,10,16],"rotation":90,"texture":"#0"},"down":{"uv":[12,14,10,14.5],"rotation":90,"texture":"#0"}}},{"from":[7.85913,-14.85691,0.39872],"to":[8.19913,-11.01691,1.23872],"rotation":{"angle":-22.5,"axis":"x","origin":[8.02953,-0.37809,6.73362]},"faces":{"north":{"uv":[9,14.5,13,14],"rotation":90,"texture":"#0"},"east":{"uv":[13,15,9,14],"rotation":270,"texture":"#0"},"south":{"uv":[9,15,13,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[9,15,13,14],"rotation":90,"texture":"#0"},"up":{"uv":[9.5,14,9,15],"texture":"#0"},"down":{"uv":[13,14,9,15],"rotation":180,"texture":"#0"}}},{"from":[7.88154,-12.39456,9.78459],"to":[8.18154,-11.79456,10.38459],"rotation":{"angle":22.5,"axis":"x","origin":[8.02953,-0.37809,6.73362]},"faces":{"north":{"uv":[10,15.5,11,14.5],"rotation":90,"texture":"#0"},"east":{"uv":[10,15.5,11,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[10,15.5,11,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[10,15.5,11,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[11,14.5,10,15.5],"rotation":90,"texture":"#0"},"down":{"uv":[11,14.5,10,15.5],"rotation":90,"texture":"#0"}}},{"from":[7.5,-6.75,6.4],"to":[8.5,-4.75,7.4],"rotation":{"angle":0,"axis":"y","origin":[8.02269,-0.74821,6.92447]},"faces":{"north":{"uv":[10,2.5,11,4.5],"rotation":180,"texture":"#0"},"east":{"uv":[10,2.5,11,4.5],"rotation":180,"texture":"#0"},"south":{"uv":[10,2.5,11,4.5],"rotation":180,"texture":"#0"},"west":{"uv":[10,2.5,11,4.5],"rotation":180,"texture":"#0"},"up":{"uv":[10,2.5,11,3.5],"rotation":180,"texture":"#0"},"down":{"uv":[10,2.5,11,3.5],"rotation":180,"texture":"#0"}}},{"from":[7.5,-4.5,6.4],"to":[8.5,-4,7.4],"rotation":{"angle":0,"axis":"y","origin":[8.02269,1.50179,6.92447]},"faces":{"north":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"east":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"south":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"west":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"up":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"}}},{"from":[7.6,-7.65,6.5],"to":[8.4,-2.85,7.3],"rotation":{"angle":0,"axis":"y","origin":[8.02269,-1.74821,6.92447]},"faces":{"north":{"uv":[7.5,12,12.3,13],"rotation":270,"texture":"#0"},"east":{"uv":[7.5,12,12.3,13],"rotation":270,"texture":"#0"},"south":{"uv":[7.5,12,12.3,13],"rotation":270,"texture":"#0"},"west":{"uv":[7.5,12,12.3,13],"rotation":270,"texture":"#0"},"up":{"uv":[7.5,12,12.3,13],"rotation":270,"texture":"#0"},"down":{"uv":[8,12,9,13],"rotation":270,"texture":"#0"}}},{"from":[7.5,-3.2747,6.77202],"to":[8.5,-1.2747,7.77202],"rotation":{"angle":22.5,"axis":"x","origin":[8.01614,-2.26185,7.28343]},"faces":{"north":{"uv":[10.5,11,12.5,12],"rotation":90,"texture":"#0"},"east":{"uv":[10.5,11,12.5,12],"rotation":90,"texture":"#0"},"south":{"uv":[10.5,11,12.5,12],"rotation":90,"texture":"#0"},"west":{"uv":[10.5,11,12.5,12],"rotation":90,"texture":"#0"},"up":{"uv":[10.5,11,11.5,12],"rotation":90,"texture":"#0"},"down":{"uv":[10.5,11,11.5,12],"rotation":90,"texture":"#0"}}},{"from":[7.4,-1.57477,6.97015],"to":[8.6,3.62523,8.17015],"rotation":{"angle":0,"axis":"x","origin":[8.01196,-0.46659,7.58269]},"faces":{"north":{"uv":[6,11.5,12.5,13],"rotation":90,"texture":"#0"},"east":{"uv":[6,11,12.5,12.5],"rotation":90,"texture":"#0"},"south":{"uv":[6,12,12.5,13.5],"rotation":90,"texture":"#0"},"west":{"uv":[5.5,12,12,13.5],"rotation":90,"texture":"#0"},"up":{"uv":[6,11.5,7.5,13],"rotation":90,"texture":"#0"},"down":{"uv":[11,11.5,12.5,13],"rotation":90,"texture":"#0"}}},{"from":[7.5,3.22523,6.17015],"to":[8.5,5.22523,7.17015],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00969,5.72642,6.68103]},"faces":{"north":{"uv":[5.5,12,7.5,13],"rotation":90,"texture":"#0"},"east":{"uv":[5.5,12,7.5,13],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,12,7.5,13],"rotation":90,"texture":"#0"},"west":{"uv":[5.5,12,7.5,13],"rotation":90,"texture":"#0"},"up":{"uv":[5.5,12,6.5,13],"rotation":90,"texture":"#0"},"down":{"uv":[5.5,12,6.5,13],"rotation":90,"texture":"#0"}}},{"from":[7.4,4.93823,6.347],"to":[8.6,10.13823,7.547],"rotation":{"angle":0,"axis":"x","origin":[8.00168,6.0399,6.94898]},"faces":{"north":{"uv":[10.2,3,15.4,4.2],"rotation":90,"texture":"#1"},"east":{"uv":[10.2,3,15.4,4.2],"rotation":90,"texture":"#1"},"south":{"uv":[10.2,3,15.4,4.2],"rotation":90,"texture":"#1"},"west":{"uv":[10.2,3,15.4,4.2],"rotation":90,"texture":"#1"},"up":{"uv":[10.2,3,11.4,4.2],"rotation":90,"texture":"#1"},"down":{"uv":[10.2,3,11.4,4.2],"rotation":90,"texture":"#1"}}},{"from":[7.3,6.33823,6.247],"to":[8.7,8.73823,7.647],"rotation":{"angle":0,"axis":"x","origin":[8.00168,7.5399,6.94898]},"faces":{"north":{"uv":[7,11.5,9.5,13],"rotation":270,"texture":"#0"},"east":{"uv":[7,11.5,9.5,13],"rotation":270,"texture":"#0"},"south":{"uv":[7,11.5,9.5,13],"rotation":270,"texture":"#0"},"west":{"uv":[7,11.5,9.5,13],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,11,10,12.5],"rotation":270,"texture":"#0"},"down":{"uv":[7,11.5,9.5,13],"rotation":270,"texture":"#0"}}},{"from":[7.3,8.83823,6.247],"to":[8.7,9.13823,7.647],"rotation":{"angle":0,"axis":"x","origin":[8.00168,10.0399,6.94898]},"faces":{"north":{"uv":[15,12,15.3,13.5],"rotation":90,"texture":"#0"},"east":{"uv":[15,12,15.3,13.5],"rotation":90,"texture":"#0"},"south":{"uv":[15,12,15.3,13.5],"rotation":90,"texture":"#0"},"west":{"uv":[15,12,15.3,13.5],"rotation":90,"texture":"#0"},"up":{"uv":[15,12,15.3,13.5],"rotation":90,"texture":"#0"},"down":{"uv":[15,12,15.3,13.5],"rotation":90,"texture":"#0"}}},{"from":[7.3,5.83823,6.247],"to":[8.7,6.13823,7.647],"rotation":{"angle":0,"axis":"x","origin":[8.00168,7.0399,6.94898]},"faces":{"north":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"east":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"south":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"west":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"up":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"}}},{"from":[7.4,-2.16098,6.82878],"to":[8.6,-1.86098,8.02878],"rotation":{"angle":22.5,"axis":"x","origin":[8.11477,-1.76137,7.31289]},"faces":{"north":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"east":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"south":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"west":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"up":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"}}},{"from":[7.29,5.32823,6.237],"to":[8.71,5.64823,7.657],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00299,5.48832,6.95008]},"faces":{"north":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"east":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"south":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"west":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"up":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"}}},{"from":[7.29,-1.69493,6.86359],"to":[8.71,-1.37493,8.28359],"rotation":{"angle":0,"axis":"x","origin":[8.01477,-1.76137,7.46289]},"faces":{"north":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"east":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"south":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"west":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"up":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"}}},{"from":[7.29,3.32823,6.787],"to":[8.71,3.64823,8.207],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00299,3.48832,7.50008]},"faces":{"north":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"east":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"south":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"west":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"up":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"}}},{"from":[7.38,10.12143,6.08063],"to":[8.62,10.86143,7.38063],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99318,10.49466,7.55583]},"faces":{"north":{"uv":[5.5,2.5,7,3.5],"texture":"#0"},"east":{"uv":[5.5,2.5,7,3.5],"texture":"#0"},"south":{"uv":[5.5,2.5,7,3.5],"texture":"#0"},"west":{"uv":[5.5,2.5,7,3.5],"texture":"#0"},"up":{"uv":[5.5,2,7,3.5],"texture":"#0"},"down":{"uv":[5.5,2.5,7,3.5],"texture":"#0"}}},{"from":[6.38314,8.49803,6.48285],"to":[8.52314,9.13803,7.37285],"rotation":{"angle":-22.5,"axis":"z","origin":[5.63814,9.5879,7.05245]},"faces":{"north":{"uv":[0,15,2,15.5],"texture":"#0"},"east":{"uv":[0,15,2,15.5],"rotation":180,"texture":"#0"},"south":{"uv":[0,15,2,15.5],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,15,2,15.5],"rotation":180,"texture":"#0"},"up":{"uv":[0,15,2,15.5],"rotation":180,"texture":"#0"},"down":{"uv":[0,15,2,15.5],"rotation":180,"texture":"#0"}}},{"from":[7.42741,8.63084,6.37132],"to":[8.56741,9.27084,7.51132],"rotation":{"angle":-45,"axis":"x","origin":[7.98324,8.18424,5.62824]},"faces":{"north":{"uv":[6.5,2,7.5,2.5],"texture":"#0"},"east":{"uv":[6.5,2.5,7.5,3],"texture":"#0"},"south":{"uv":[6.5,2,7.5,3],"texture":"#0"},"west":{"uv":[6.5,2.5,7.5,3],"texture":"#0"},"up":{"uv":[6.5,2,7.5,3],"texture":"#0"},"down":{"uv":[6.5,2,7.5,3],"texture":"#0"}}},{"from":[4.96803,8.43287,6.53525],"to":[5.50803,9.47287,7.32525],"rotation":{"angle":45,"axis":"z","origin":[5.63814,9.5879,7.05245]},"faces":{"north":{"uv":[2,15.5,3,16],"rotation":270,"texture":"#0"},"east":{"uv":[2,15.5,3,16],"rotation":270,"texture":"#0"},"south":{"uv":[2,15.5,3,16],"rotation":270,"texture":"#0"},"west":{"uv":[2,15.5,3,16],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,15.5,3,16],"rotation":270,"texture":"#0"},"down":{"uv":[2,15.5,3,16],"rotation":270,"texture":"#0"}}},{"from":[7.47501,8.60194,5.76934],"to":[8.51501,9.64194,6.30934],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99218,8.72108,6.10739]},"faces":{"north":{"uv":[6.5,2,7.54,3.04],"rotation":90,"texture":"#0"},"east":{"uv":[6.5,2,7.54,2.54],"rotation":90,"texture":"#0"},"south":{"uv":[6.5,2,7.54,3.04],"rotation":90,"texture":"#0"},"west":{"uv":[6.5,2,7.54,2.54],"rotation":90,"texture":"#0"},"up":{"uv":[6.5,2,7.04,3.04],"rotation":90,"texture":"#0"},"down":{"uv":[6.5,2,7.04,3.04],"rotation":90,"texture":"#0"}}},{"from":[7.46882,-10.15895,3.55021],"to":[8.56882,-9.05895,4.65021],"rotation":{"angle":-45,"axis":"x","origin":[7.99842,-6.82354,6.9304]},"faces":{"north":{"uv":[6,1.5,7.5,3],"rotation":180,"texture":"#0"},"east":{"uv":[6,1.5,7.5,3],"rotation":180,"texture":"#0"},"south":{"uv":[6,1.5,7.5,3],"rotation":180,"texture":"#0"},"west":{"uv":[6,1.5,7.5,3],"rotation":180,"texture":"#0"},"up":{"uv":[6,1.5,7.5,3],"rotation":270,"texture":"#0"},"down":{"uv":[6,1.5,7.5,3],"rotation":90,"texture":"#0"}}},{"from":[5.11462,9.1755,6.58713],"to":[5.55462,10.1155,7.27713],"rotation":{"angle":22.5,"axis":"z","origin":[5.63814,9.5879,7.05245]},"faces":{"north":{"uv":[3.5,15,4.5,15.5],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,15,4.5,15.5],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,15,4.5,15.5],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,15,4.5,15.5],"rotation":270,"texture":"#0"},"up":{"uv":[4,15,4.5,15.5],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,15,4.5,15.5],"rotation":270,"texture":"#0"}}},{"from":[7.52314,8.36473,6.0884],"to":[8.46314,8.80473,7.0284],"rotation":{"angle":45,"axis":"x","origin":[7.99218,8.72108,6.10739]},"faces":{"north":{"uv":[5.44,3,5.88,3.94],"rotation":90,"texture":"#1"},"east":{"uv":[5.44,3,5.88,3.94],"rotation":90,"texture":"#1"},"south":{"uv":[5.44,3,5.88,3.94],"rotation":90,"texture":"#1"},"west":{"uv":[5.44,3,5.88,3.94],"rotation":90,"texture":"#1"},"up":{"uv":[5.44,3,6.38,3.94],"rotation":90,"texture":"#1"},"down":{"uv":[5.44,3,6.38,3.94],"rotation":90,"texture":"#1"}}},{"from":[5.004,9.82527,6.63827],"to":[5.344,10.66527,7.22827],"rotation":{"angle":0,"axis":"z","origin":[5.63814,9.5879,7.05245]},"faces":{"north":{"uv":[5.5,15,6.34,15.34],"rotation":90,"texture":"#0"},"east":{"uv":[5.5,15,6.34,15.34],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,15,6.34,15.34],"rotation":90,"texture":"#0"},"west":{"uv":[5.5,15,6.34,15.34],"rotation":90,"texture":"#0"},"up":{"uv":[5.5,15,6.34,15.34],"rotation":90,"texture":"#0"},"down":{"uv":[5.5,15,6.34,15.34],"rotation":90,"texture":"#0"}}},{"from":[4.69127,10.29084,6.68862],"to":[4.93127,11.03084,7.17862],"rotation":{"angle":-22.5,"axis":"z","origin":[5.63814,9.5879,7.05245]},"faces":{"north":{"uv":[6.5,14.5,7.24,14.99],"rotation":90,"texture":"#0"},"east":{"uv":[6.5,14.5,7.24,14.99],"rotation":90,"texture":"#0"},"south":{"uv":[6.5,14.5,7.24,14.99],"rotation":90,"texture":"#0"},"west":{"uv":[6.5,14.5,7.24,14.99],"rotation":90,"texture":"#0"},"up":{"uv":[6.5,14.5,7.24,14.99],"rotation":90,"texture":"#0"},"down":{"uv":[6.5,14.5,7.24,14.99],"rotation":90,"texture":"#0"}}},{"from":[7.47686,8.49803,6.48285],"to":[9.61686,9.13803,7.37285],"rotation":{"angle":22.5,"axis":"z","origin":[10.36186,9.5879,7.05245]},"faces":{"north":{"uv":[2,15,0,15.5],"texture":"#0"},"east":{"uv":[2,15,1.5,15.5],"rotation":180,"texture":"#0"},"south":{"uv":[2,15,0,15.5],"rotation":180,"texture":"#0"},"west":{"uv":[2,15,0,15.5],"rotation":180,"texture":"#0"},"up":{"uv":[2,15,0,15.5],"rotation":180,"texture":"#0"},"down":{"uv":[2,15,0,15.5],"rotation":180,"texture":"#0"}}},{"from":[10.44538,9.1755,6.58713],"to":[10.88538,10.1155,7.27713],"rotation":{"angle":-22.5,"axis":"z","origin":[10.36186,9.5879,7.05245]},"faces":{"north":{"uv":[3.5,15.5,4.5,15],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,15.5,4.5,15],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,15.5,4.5,15],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,15.5,4.5,15],"rotation":270,"texture":"#0"},"up":{"uv":[4,15.5,4.5,15],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,15.5,4.5,15],"rotation":270,"texture":"#0"}}},{"from":[10.49197,8.43287,6.53525],"to":[11.03197,9.47287,7.32525],"rotation":{"angle":-45,"axis":"z","origin":[10.36186,9.5879,7.05245]},"faces":{"north":{"uv":[2,16,3,15.5],"rotation":270,"texture":"#0"},"east":{"uv":[2,16,3,15.5],"rotation":270,"texture":"#0"},"south":{"uv":[2,16,3,15.5],"rotation":270,"texture":"#0"},"west":{"uv":[2,16,3,15.5],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,16,3,15.5],"rotation":270,"texture":"#0"},"down":{"uv":[2,16,3,15.5],"rotation":270,"texture":"#0"}}},{"from":[10.656,9.82527,6.63827],"to":[10.996,10.66527,7.22827],"rotation":{"angle":0,"axis":"z","origin":[10.36186,9.5879,7.05245]},"faces":{"north":{"uv":[5.5,15.34,6.34,15],"rotation":90,"texture":"#0"},"east":{"uv":[5.5,15.34,6.34,15],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,15.34,6.34,15],"rotation":90,"texture":"#0"},"west":{"uv":[5.5,15.34,6.34,15],"rotation":90,"texture":"#0"},"up":{"uv":[5.5,15.34,6.34,15],"rotation":90,"texture":"#0"},"down":{"uv":[5.5,15.34,6.34,15],"rotation":90,"texture":"#0"}}},{"from":[11.06873,10.29084,6.68862],"to":[11.30873,11.03084,7.17862],"rotation":{"angle":22.5,"axis":"z","origin":[10.36186,9.5879,7.05245]},"faces":{"north":{"uv":[6.5,14.99,7.24,14.5],"rotation":90,"texture":"#0"},"east":{"uv":[6.5,14.99,7.24,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[6.5,14.99,7.24,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[6.5,14.99,7.24,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[6.5,14.99,7.24,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[6.5,14.99,7.24,14.5],"rotation":90,"texture":"#0"}}},{"from":[7.55597,-6.77476,7.07522],"to":[8.44597,-6.13476,9.21522],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99842,-6.82354,6.9304]},"faces":{"north":{"uv":[2,15,0,15.5],"rotation":180,"texture":"#0"},"east":{"uv":[2,15,0,15.5],"texture":"#0"},"south":{"uv":[2,15,1.5,15.5],"rotation":180,"texture":"#0"},"west":{"uv":[2,15,0,15.5],"rotation":180,"texture":"#0"},"up":{"uv":[2,15,0,15.5],"rotation":270,"texture":"#0"},"down":{"uv":[2,15,0,15.5],"rotation":90,"texture":"#0"}}},{"from":[7.60357,-4.74364,7.168],"to":[8.39357,-3.70364,7.708],"rotation":{"angle":45,"axis":"x","origin":[7.99842,-6.82354,6.9304]},"faces":{"north":{"uv":[2,16,3,15.5],"rotation":270,"texture":"#0"},"east":{"uv":[2,16,3,15.5],"rotation":270,"texture":"#0"},"south":{"uv":[2,16,3,15.5],"rotation":270,"texture":"#0"},"west":{"uv":[2,16,3,15.5],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,16,3,15.5],"texture":"#0"},"down":{"uv":[2,16,3,15.5],"rotation":180,"texture":"#0"}}},{"from":[7.65169,-4.28839,8.35118],"to":[8.34169,-3.34839,8.79118],"rotation":{"angle":22.5,"axis":"x","origin":[7.99842,-6.82354,6.9304]},"faces":{"north":{"uv":[3.5,15.5,4.5,15],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,15.5,4.5,15],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,15.5,4.5,15],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,15.5,4.5,15],"rotation":270,"texture":"#0"},"up":{"uv":[4,15.5,4.5,15],"texture":"#0"},"down":{"uv":[3.5,15.5,4.5,15],"rotation":180,"texture":"#0"}}},{"from":[7.70055,-4.37473,9.58799],"to":[8.29055,-3.53473,9.92799],"rotation":{"angle":0,"axis":"z","origin":[7.99842,-6.82354,6.9304]},"faces":{"north":{"uv":[5.5,15.34,6.34,15],"rotation":90,"texture":"#0"},"east":{"uv":[5.5,15.34,6.34,15],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,15.34,6.34,15],"rotation":90,"texture":"#0"},"west":{"uv":[5.5,15.34,6.34,15],"rotation":90,"texture":"#0"},"up":{"uv":[5.5,15.34,6.34,15],"rotation":180,"texture":"#0"},"down":{"uv":[5.5,15.34,6.34,15],"texture":"#0"}}},{"from":[7.7502,-4.98195,10.66709],"to":[8.2402,-4.24195,10.90709],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99842,-6.82354,6.9304]},"faces":{"north":{"uv":[6.5,14.99,7.24,14.5],"rotation":90,"texture":"#0"},"east":{"uv":[6.5,14.99,7.24,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[6.5,14.99,7.24,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[6.5,14.99,7.24,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[6.5,14.99,7.24,14.5],"rotation":180,"texture":"#0"},"down":{"uv":[6.5,14.99,7.24,14.5],"texture":"#0"}}},{"from":[7.55597,-6.77354,4.64851],"to":[8.44597,-6.13354,6.78851],"rotation":{"angle":22.5,"axis":"x","origin":[7.99842,-6.82354,6.9304]},"faces":{"north":{"uv":[1.5,15,2,15.5],"rotation":180,"texture":"#0"},"east":{"uv":[0,15,2,15.5],"texture":"#0"},"south":{"uv":[0,15,2,15.5],"rotation":180,"texture":"#0"},"west":{"uv":[0,15,2,15.5],"rotation":180,"texture":"#0"},"up":{"uv":[0,15,2,15.5],"rotation":270,"texture":"#0"},"down":{"uv":[0,15,2,15.5],"rotation":90,"texture":"#0"}}},{"from":[7.60357,-4.74588,6.15505],"to":[8.39357,-3.70588,6.69505],"rotation":{"angle":-45,"axis":"x","origin":[7.99842,-6.82354,6.9304]},"faces":{"north":{"uv":[2,15.5,3,16],"rotation":270,"texture":"#0"},"east":{"uv":[2,15.5,3,16],"rotation":270,"texture":"#0"},"south":{"uv":[2,15.5,3,16],"rotation":270,"texture":"#0"},"west":{"uv":[2,15.5,3,16],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,15.5,3,16],"texture":"#0"},"down":{"uv":[2,15.5,3,16],"rotation":180,"texture":"#0"}}},{"from":[7.65169,-4.2896,5.07255],"to":[8.34169,-3.3496,5.51255],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99842,-6.82354,6.9304]},"faces":{"north":{"uv":[3.5,15,4.5,15.5],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,15,4.5,15.5],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,15,4.5,15.5],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,15,4.5,15.5],"rotation":270,"texture":"#0"},"up":{"uv":[4,15,4.5,15.5],"texture":"#0"},"down":{"uv":[3.5,15,4.5,15.5],"rotation":180,"texture":"#0"}}},{"from":[7.70055,-4.37473,3.93599],"to":[8.29055,-3.53473,4.27599],"rotation":{"angle":0,"axis":"z","origin":[7.99842,-6.82354,6.9304]},"faces":{"north":{"uv":[5.5,15,6.34,15.34],"rotation":90,"texture":"#0"},"east":{"uv":[5.5,15,6.34,15.34],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,15,6.34,15.34],"rotation":90,"texture":"#0"},"west":{"uv":[5.5,15,6.34,15.34],"rotation":90,"texture":"#0"},"up":{"uv":[5.5,15,6.34,15.34],"rotation":180,"texture":"#0"},"down":{"uv":[5.5,15,6.34,15.34],"texture":"#0"}}},{"from":[7.7502,-4.98073,2.95664],"to":[8.2402,-4.24073,3.19664],"rotation":{"angle":22.5,"axis":"x","origin":[7.99842,-6.82354,6.9304]},"faces":{"north":{"uv":[6.5,14.5,7.24,14.99],"rotation":90,"texture":"#0"},"east":{"uv":[6.5,14.5,7.24,14.99],"rotation":90,"texture":"#0"},"south":{"uv":[6.5,14.5,7.24,14.99],"rotation":90,"texture":"#0"},"west":{"uv":[6.5,14.5,7.24,14.99],"rotation":90,"texture":"#0"},"up":{"uv":[6.5,14.5,7.24,14.99],"rotation":180,"texture":"#0"},"down":{"uv":[6.5,14.5,7.24,14.99],"texture":"#0"}}},{"from":[7.56597,-8.14209,6.85664],"to":[8.43597,-6.02209,7.47664],"rotation":{"angle":-45,"axis":"x","origin":[7.99842,-6.82354,6.9304]},"faces":{"north":{"uv":[2,15.5,0,15],"rotation":270,"texture":"#0"},"east":{"uv":[2,15.5,0,15],"rotation":270,"texture":"#0"},"south":{"uv":[2,15.5,0,15],"rotation":270,"texture":"#0"},"west":{"uv":[2,15.5,0,15],"rotation":270,"texture":"#0"},"up":{"uv":[2,15.5,0,15],"texture":"#0"},"down":{"uv":[2,15.5,1.5,15],"rotation":180,"texture":"#0"}}},{"from":[7.60357,-8.82844,7.36101],"to":[8.39357,-7.78844,7.90101],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99842,-6.82354,6.9304]},"faces":{"north":{"uv":[3,16,2,15.5],"rotation":270,"texture":"#0"},"east":{"uv":[3,16,2,15.5],"rotation":270,"texture":"#0"},"south":{"uv":[3,16,2,15.5],"rotation":270,"texture":"#0"},"west":{"uv":[3,16,2,15.5],"rotation":270,"texture":"#0"},"up":{"uv":[3,16,2,15.5],"texture":"#0"},"down":{"uv":[3,16,2.5,15.5],"rotation":180,"texture":"#0"}}},{"from":[7.65169,-9.1947,8.10281],"to":[8.34169,-8.2547,8.54281],"rotation":{"angle":0,"axis":"z","origin":[7.99842,-6.82354,6.9304]},"faces":{"north":{"uv":[4.5,15.5,3.5,15],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,15.5,3.5,15],"rotation":270,"texture":"#0"},"south":{"uv":[4.5,15.5,3.5,15],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,15.5,3.5,15],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,15.5,3.5,15],"texture":"#0"},"down":{"uv":[4.5,15.5,4,15],"rotation":180,"texture":"#0"}}},{"from":[7.70055,-9.18744,8.93604],"to":[8.29055,-8.34744,9.27604],"rotation":{"angle":22.5,"axis":"x","origin":[7.99842,-6.82354,6.9304]},"faces":{"north":{"uv":[6.34,15.34,5.5,15],"rotation":90,"texture":"#0"},"east":{"uv":[6.34,15.34,5.5,15],"rotation":90,"texture":"#0"},"south":{"uv":[6.34,15.34,5.5,15],"rotation":90,"texture":"#0"},"west":{"uv":[6.34,15.34,5.5,15],"rotation":90,"texture":"#0"},"up":{"uv":[6.34,15.34,5.5,15],"rotation":180,"texture":"#0"},"down":{"uv":[6.34,15.34,5.5,15],"texture":"#0"}}},{"from":[7.7502,-9.84396,4.95383],"to":[8.2402,-9.60396,5.69383],"rotation":{"angle":-45,"axis":"x","origin":[7.99842,-6.82354,6.9304]},"faces":{"north":{"uv":[7.24,14.99,6.5,14.5],"rotation":180,"texture":"#0"},"east":{"uv":[7.24,14.99,6.5,14.5],"texture":"#0"},"south":{"uv":[7.24,14.99,6.5,14.5],"rotation":180,"texture":"#0"},"west":{"uv":[7.24,14.99,6.5,14.5],"rotation":180,"texture":"#0"},"up":{"uv":[7.24,14.99,6.5,14.5],"rotation":270,"texture":"#0"},"down":{"uv":[7.24,14.99,6.5,14.5],"rotation":90,"texture":"#0"}}},{"from":[7.56597,-8.13985,6.38641],"to":[8.43597,-6.01985,7.00641],"rotation":{"angle":45,"axis":"x","origin":[7.99842,-6.82354,6.9304]},"faces":{"north":{"uv":[2,15,0,15.5],"rotation":270,"texture":"#0"},"east":{"uv":[2,15,0,15.5],"rotation":270,"texture":"#0"},"south":{"uv":[2,15,0,15.5],"rotation":270,"texture":"#0"},"west":{"uv":[2,15,0,15.5],"rotation":270,"texture":"#0"},"up":{"uv":[2,15,0,15.5],"texture":"#0"},"down":{"uv":[2,15,1.5,15.5],"rotation":180,"texture":"#0"}}},{"from":[7.60357,-8.82722,5.96272],"to":[8.39357,-7.78722,6.50272],"rotation":{"angle":22.5,"axis":"x","origin":[7.99842,-6.82354,6.9304]},"faces":{"north":{"uv":[3,15.5,2,16],"rotation":270,"texture":"#0"},"east":{"uv":[3,15.5,2,16],"rotation":270,"texture":"#0"},"south":{"uv":[3,15.5,2,16],"rotation":270,"texture":"#0"},"west":{"uv":[3,15.5,2,16],"rotation":270,"texture":"#0"},"up":{"uv":[3,15.5,2,16],"texture":"#0"},"down":{"uv":[3,15.5,2.5,16],"rotation":180,"texture":"#0"}}},{"from":[7.65169,-9.1947,5.32117],"to":[8.34169,-8.2547,5.76117],"rotation":{"angle":0,"axis":"z","origin":[7.99842,-6.82354,6.9304]},"faces":{"north":{"uv":[4.5,15,3.5,15.5],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,15,3.5,15.5],"rotation":270,"texture":"#0"},"south":{"uv":[4.5,15,3.5,15.5],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,15,3.5,15.5],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,15,3.5,15.5],"texture":"#0"},"down":{"uv":[4.5,15,4,15.5],"rotation":180,"texture":"#0"}}},{"from":[7.70055,-9.18865,4.58769],"to":[8.29055,-8.34865,4.92769],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99842,-6.82354,6.9304]},"faces":{"north":{"uv":[6.34,15,5.5,15.34],"rotation":90,"texture":"#0"},"east":{"uv":[6.34,15,5.5,15.34],"rotation":90,"texture":"#0"},"south":{"uv":[6.34,15,5.5,15.34],"rotation":90,"texture":"#0"},"west":{"uv":[6.34,15,5.5,15.34],"rotation":90,"texture":"#0"},"up":{"uv":[6.34,15,5.5,15.34],"rotation":180,"texture":"#0"},"down":{"uv":[6.34,15,5.5,15.34],"texture":"#0"}}},{"from":[7.7502,-9.84172,8.16922],"to":[8.2402,-9.60172,8.90922],"rotation":{"angle":45,"axis":"x","origin":[7.99842,-6.82354,6.9304]},"faces":{"north":{"uv":[6.5,14.99,7.24,14.5],"rotation":180,"texture":"#0"},"east":{"uv":[6.5,14.99,7.24,14.5],"texture":"#0"},"south":{"uv":[6.5,14.99,7.24,14.5],"rotation":180,"texture":"#0"},"west":{"uv":[6.5,14.99,7.24,14.5],"rotation":180,"texture":"#0"},"up":{"uv":[6.5,14.99,7.24,14.5],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,14.99,7.24,14.5],"rotation":90,"texture":"#0"}}},{"from":[7.7528,13.22623,10.59067],"to":[8.2428,13.96623,10.83067],"rotation":{"angle":22.5,"axis":"x","origin":[8,15.625,6.93142]},"faces":{"north":{"uv":[7.24,14.99,6.5,14.5],"rotation":90,"texture":"#0"},"east":{"uv":[7.24,14.99,6.5,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[7.24,14.99,6.5,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[7.24,14.99,6.5,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[7.24,14.99,6.5,14.5],"rotation":180,"texture":"#0"},"down":{"uv":[7.24,14.99,6.5,14.5],"texture":"#0"}}},{"from":[7.70315,12.53473,9.58742],"to":[8.29315,13.37473,9.92742],"rotation":{"angle":0,"axis":"z","origin":[8,15.625,6.93142]},"faces":{"north":{"uv":[6.34,15.34,5.5,15],"rotation":90,"texture":"#0"},"east":{"uv":[6.34,15.34,5.5,15],"rotation":90,"texture":"#0"},"south":{"uv":[6.34,15.34,5.5,15],"rotation":90,"texture":"#0"},"west":{"uv":[6.34,15.34,5.5,15],"rotation":90,"texture":"#0"},"up":{"uv":[6.34,15.34,5.5,15],"rotation":180,"texture":"#0"},"down":{"uv":[6.34,15.34,5.5,15],"texture":"#0"}}},{"from":[7.65429,12.33388,8.42671],"to":[8.34429,13.27388,8.86671],"rotation":{"angle":-22.5,"axis":"x","origin":[8,15.625,6.93142]},"faces":{"north":{"uv":[4.5,15.5,3.5,15],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,15.5,3.5,15],"rotation":270,"texture":"#0"},"south":{"uv":[4.5,15.5,3.5,15],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,15.5,3.5,15],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,15.5,3.5,15],"texture":"#0"},"down":{"uv":[4.5,15.5,4,15],"rotation":180,"texture":"#0"}}},{"from":[7.60617,12.64661,7.30829],"to":[8.39617,13.68661,7.84829],"rotation":{"angle":-45,"axis":"x","origin":[8,15.625,6.93142]},"faces":{"north":{"uv":[3,16,2,15.5],"rotation":270,"texture":"#0"},"east":{"uv":[3,16,2,15.5],"rotation":270,"texture":"#0"},"south":{"uv":[3,16,2,15.5],"rotation":270,"texture":"#0"},"west":{"uv":[3,16,2,15.5],"rotation":270,"texture":"#0"},"up":{"uv":[3,16,2,15.5],"texture":"#0"},"down":{"uv":[3,16,2.5,15.5],"rotation":180,"texture":"#0"}}},{"from":[7.55857,15.11904,6.9988],"to":[8.44857,15.75904,9.1388],"rotation":{"angle":22.5,"axis":"x","origin":[8,15.625,6.93142]},"faces":{"north":{"uv":[2,15.5,0,15],"rotation":180,"texture":"#0"},"east":{"uv":[2,15.5,0,15],"texture":"#0"},"south":{"uv":[2,15.5,1.5,15],"rotation":180,"texture":"#0"},"west":{"uv":[2,15.5,0,15],"rotation":180,"texture":"#0"},"up":{"uv":[2,15.5,0,15],"rotation":270,"texture":"#0"},"down":{"uv":[2,15.5,0,15],"rotation":90,"texture":"#0"}}},{"from":[7.55857,15.11904,4.72405],"to":[8.44857,15.75904,6.86405],"rotation":{"angle":-22.5,"axis":"x","origin":[8,15.625,6.93142]},"faces":{"north":{"uv":[1.5,15.5,2,15],"rotation":180,"texture":"#0"},"east":{"uv":[0,15.5,2,15],"texture":"#0"},"south":{"uv":[0,15.5,2,15],"rotation":180,"texture":"#0"},"west":{"uv":[0,15.5,2,15],"rotation":180,"texture":"#0"},"up":{"uv":[0,15.5,2,15],"rotation":270,"texture":"#0"},"down":{"uv":[0,15.5,2,15],"rotation":90,"texture":"#0"}}},{"from":[7.60617,12.64661,6.01456],"to":[8.39617,13.68661,6.55456],"rotation":{"angle":45,"axis":"x","origin":[8,15.625,6.93142]},"faces":{"north":{"uv":[3,15.5,2,16],"rotation":270,"texture":"#0"},"east":{"uv":[3,15.5,2,16],"rotation":270,"texture":"#0"},"south":{"uv":[3,15.5,2,16],"rotation":270,"texture":"#0"},"west":{"uv":[3,15.5,2,16],"rotation":270,"texture":"#0"},"up":{"uv":[3,15.5,2,16],"texture":"#0"},"down":{"uv":[3,15.5,2.5,16],"rotation":180,"texture":"#0"}}},{"from":[7.65429,12.33388,4.99613],"to":[8.34429,13.27388,5.43613],"rotation":{"angle":22.5,"axis":"x","origin":[8,15.625,6.93142]},"faces":{"north":{"uv":[4.5,15,3.5,15.5],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,15,3.5,15.5],"rotation":270,"texture":"#0"},"south":{"uv":[4.5,15,3.5,15.5],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,15,3.5,15.5],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,15,3.5,15.5],"texture":"#0"},"down":{"uv":[4.5,15,4,15.5],"rotation":180,"texture":"#0"}}},{"from":[7.70315,12.53473,3.93542],"to":[8.29315,13.37473,4.27542],"rotation":{"angle":0,"axis":"z","origin":[8,15.625,6.93142]},"faces":{"north":{"uv":[6.34,15,5.5,15.34],"rotation":90,"texture":"#0"},"east":{"uv":[6.34,15,5.5,15.34],"rotation":90,"texture":"#0"},"south":{"uv":[6.34,15,5.5,15.34],"rotation":90,"texture":"#0"},"west":{"uv":[6.34,15,5.5,15.34],"rotation":90,"texture":"#0"},"up":{"uv":[6.34,15,5.5,15.34],"rotation":180,"texture":"#0"},"down":{"uv":[6.34,15,5.5,15.34],"texture":"#0"}}},{"from":[7.7528,13.22623,3.03218],"to":[8.2428,13.96623,3.27218],"rotation":{"angle":-22.5,"axis":"x","origin":[8,15.625,6.93142]},"faces":{"north":{"uv":[7.24,14.5,6.5,14.99],"rotation":90,"texture":"#0"},"east":{"uv":[7.24,14.5,6.5,14.99],"rotation":90,"texture":"#0"},"south":{"uv":[7.24,14.5,6.5,14.99],"rotation":90,"texture":"#0"},"west":{"uv":[7.24,14.5,6.5,14.99],"rotation":90,"texture":"#0"},"up":{"uv":[7.24,14.5,6.5,14.99],"rotation":180,"texture":"#0"},"down":{"uv":[7.24,14.5,6.5,14.99],"texture":"#0"}}},{"from":[7.56857,14.96282,6.5267],"to":[8.43857,17.08282,7.1467],"rotation":{"angle":-45,"axis":"x","origin":[8,15.625,6.93142]},"faces":{"north":{"uv":[0,15,2,15.5],"rotation":270,"texture":"#0"},"east":{"uv":[0,15,2,15.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,15,2,15.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,15,2,15.5],"rotation":270,"texture":"#0"},"up":{"uv":[1.5,15,2,15.5],"texture":"#0"},"down":{"uv":[0,15,2,15.5],"rotation":180,"texture":"#0"}}},{"from":[7.60617,16.77272,6.03826],"to":[8.39617,17.81272,6.57826],"rotation":{"angle":-22.5,"axis":"x","origin":[8,15.625,6.93142]},"faces":{"north":{"uv":[2,15.5,3,16],"rotation":270,"texture":"#0"},"east":{"uv":[2,15.5,3,16],"rotation":270,"texture":"#0"},"south":{"uv":[2,15.5,3,16],"rotation":270,"texture":"#0"},"west":{"uv":[2,15.5,3,16],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,15.5,3,16],"texture":"#0"},"down":{"uv":[2,15.5,3,16],"rotation":180,"texture":"#0"}}},{"from":[7.65429,17.2547,5.3206],"to":[8.34429,18.1947,5.7606],"rotation":{"angle":0,"axis":"z","origin":[8,15.625,6.93142]},"faces":{"north":{"uv":[3.5,15,4.5,15.5],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,15,4.5,15.5],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,15,4.5,15.5],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,15,4.5,15.5],"rotation":270,"texture":"#0"},"up":{"uv":[4,15,4.5,15.5],"texture":"#0"},"down":{"uv":[3.5,15,4.5,15.5],"rotation":180,"texture":"#0"}}},{"from":[7.70315,17.33293,4.51127],"to":[8.29315,18.17293,4.85127],"rotation":{"angle":22.5,"axis":"x","origin":[8,15.625,6.93142]},"faces":{"north":{"uv":[5.5,15,6.34,15.34],"rotation":90,"texture":"#0"},"east":{"uv":[5.5,15,6.34,15.34],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,15,6.34,15.34],"rotation":90,"texture":"#0"},"west":{"uv":[5.5,15,6.34,15.34],"rotation":90,"texture":"#0"},"up":{"uv":[5.5,15,6.34,15.34],"rotation":180,"texture":"#0"},"down":{"uv":[5.5,15,6.34,15.34],"texture":"#0"}}},{"from":[7.7528,18.54469,8.30951],"to":[8.2428,18.78469,9.04951],"rotation":{"angle":-45,"axis":"x","origin":[8,15.625,6.93142]},"faces":{"north":{"uv":[6.5,14.5,7.24,14.99],"rotation":180,"texture":"#0"},"east":{"uv":[6.5,14.5,7.24,14.99],"texture":"#0"},"south":{"uv":[6.5,14.5,7.24,14.99],"rotation":180,"texture":"#0"},"west":{"uv":[6.5,14.5,7.24,14.99],"rotation":180,"texture":"#0"},"up":{"uv":[6.5,14.5,7.24,14.99],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,14.5,7.24,14.99],"rotation":90,"texture":"#0"}}},{"from":[7.7528,18.54469,4.81334],"to":[8.2428,18.78469,5.55334],"rotation":{"angle":45,"axis":"x","origin":[8,15.625,6.93142]},"faces":{"north":{"uv":[7.24,14.5,6.5,14.99],"rotation":180,"texture":"#0"},"east":{"uv":[7.24,14.5,6.5,14.99],"texture":"#0"},"south":{"uv":[7.24,14.5,6.5,14.99],"rotation":180,"texture":"#0"},"west":{"uv":[7.24,14.5,6.5,14.99],"rotation":180,"texture":"#0"},"up":{"uv":[7.24,14.5,6.5,14.99],"rotation":270,"texture":"#0"},"down":{"uv":[7.24,14.5,6.5,14.99],"rotation":90,"texture":"#0"}}},{"from":[7.70315,17.33293,9.01158],"to":[8.29315,18.17293,9.35158],"rotation":{"angle":-22.5,"axis":"x","origin":[8,15.625,6.93142]},"faces":{"north":{"uv":[5.5,15.34,6.34,15],"rotation":90,"texture":"#0"},"east":{"uv":[5.5,15.34,6.34,15],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,15.34,6.34,15],"rotation":90,"texture":"#0"},"west":{"uv":[5.5,15.34,6.34,15],"rotation":90,"texture":"#0"},"up":{"uv":[5.5,15.34,6.34,15],"rotation":180,"texture":"#0"},"down":{"uv":[5.5,15.34,6.34,15],"texture":"#0"}}},{"from":[7.65429,17.2547,8.10225],"to":[8.34429,18.1947,8.54225],"rotation":{"angle":0,"axis":"z","origin":[8,15.625,6.93142]},"faces":{"north":{"uv":[3.5,15.5,4.5,15],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,15.5,4.5,15],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,15.5,4.5,15],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,15.5,4.5,15],"rotation":270,"texture":"#0"},"up":{"uv":[4,15.5,4.5,15],"texture":"#0"},"down":{"uv":[3.5,15.5,4.5,15],"rotation":180,"texture":"#0"}}},{"from":[7.60617,16.77272,7.28459],"to":[8.39617,17.81272,7.82459],"rotation":{"angle":22.5,"axis":"x","origin":[8,15.625,6.93142]},"faces":{"north":{"uv":[2,16,3,15.5],"rotation":270,"texture":"#0"},"east":{"uv":[2,16,3,15.5],"rotation":270,"texture":"#0"},"south":{"uv":[2,16,3,15.5],"rotation":270,"texture":"#0"},"west":{"uv":[2,16,3,15.5],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,16,3,15.5],"texture":"#0"},"down":{"uv":[2,16,3,15.5],"rotation":180,"texture":"#0"}}},{"from":[7.56857,14.96282,6.71615],"to":[8.43857,17.08282,7.33615],"rotation":{"angle":45,"axis":"x","origin":[8,15.625,6.93142]},"faces":{"north":{"uv":[0,15.5,2,15],"rotation":270,"texture":"#0"},"east":{"uv":[0,15.5,2,15],"rotation":270,"texture":"#0"},"south":{"uv":[0,15.5,2,15],"rotation":270,"texture":"#0"},"west":{"uv":[0,15.5,2,15],"rotation":270,"texture":"#0"},"up":{"uv":[1.5,15.5,2,15],"texture":"#0"},"down":{"uv":[0,15.5,2,15],"rotation":180,"texture":"#0"}}},{"from":[6.5,10.65877,4.44697],"to":[9.5,13.65877,7.44697],"rotation":{"angle":22.5,"axis":"x","origin":[8.0025,11.15877,5.24697]},"faces":{"north":{"uv":[0,0,4.5,4.5],"texture":"#0"},"east":{"uv":[4.5,0,9,4.5],"texture":"#0"},"south":{"uv":[4.5,0,9,4.5],"texture":"#0"},"west":{"uv":[4.5,0,9,4.5],"texture":"#0"},"up":{"uv":[4.5,0,9,4.5],"texture":"#0"},"down":{"uv":[4.5,0,9,4.5],"texture":"#0"}}},{"from":[5.93629,11.49575,5.33885],"to":[7.43629,12.99575,6.83885],"rotation":{"angle":-22.5,"axis":"y","origin":[6.43629,11.74575,6.08957]},"faces":{"north":{"uv":[4.5,0,9,4.5],"texture":"#0"},"east":{"uv":[4.5,0,9,4.5],"texture":"#0"},"south":{"uv":[4.5,0,9,4.5],"texture":"#0"},"west":{"uv":[0,0,4.5,4.5],"texture":"#0"},"up":{"uv":[4.5,0,9,4.5],"texture":"#0"},"down":{"uv":[4.5,0,9,4.5],"texture":"#0"}}},{"from":[5.93629,10.99575,5.67278],"to":[6.43629,11.49575,6.50778],"rotation":{"angle":-22.5,"axis":"y","origin":[6.43629,11.74575,6.08957]},"faces":{"north":{"uv":[3.5,3,5,4.5],"texture":"#0"},"east":{"uv":[3.5,3,6,4.5],"texture":"#0"},"south":{"uv":[3.5,3,5,4.5],"rotation":90,"texture":"#0"},"west":{"uv":[1,4.5,3.5,6],"texture":"#0"},"up":{"uv":[5,5.5,5.5,6],"texture":"#0"},"down":{"uv":[3.5,3,6,4.5],"texture":"#0"}}},{"from":[8.56371,10.74575,6.83885],"to":[10.06371,12.24575,8.33885],"rotation":{"angle":-45,"axis":"y","origin":[9.56371,10.99575,7.58957]},"faces":{"north":{"uv":[9,0,4.5,4.5],"texture":"#0"},"east":{"uv":[4.5,0,0,4.5],"texture":"#0"},"south":{"uv":[9,0,4.5,4.5],"texture":"#0"},"west":{"uv":[9,0,4.5,4.5],"texture":"#0"},"up":{"uv":[9,0,4.5,4.5],"texture":"#0"},"down":{"uv":[9,0,4.5,4.5],"texture":"#0"}}},{"from":[9.56371,10.24575,7.17278],"to":[10.06371,10.74575,8.00778],"rotation":{"angle":-45,"axis":"y","origin":[9.56371,10.99575,7.58957]},"faces":{"north":{"uv":[5,3,3.5,4.5],"texture":"#0"},"east":{"uv":[3.5,4.5,1,6],"texture":"#0"},"south":{"uv":[3.5,4.5,5,3],"rotation":90,"texture":"#0"},"west":{"uv":[6,3,3.5,4.5],"texture":"#0"},"up":{"uv":[5.5,5.5,5,6],"texture":"#0"},"down":{"uv":[6,3,3.5,4.5],"texture":"#0"}}},{"from":[7.31443,8.99575,7.58957],"to":[8.81443,10.49575,9.08957],"rotation":{"angle":-22.5,"axis":"x","origin":[8.06371,9.24575,8.58957]},"faces":{"north":{"uv":[9,0,4.5,4.5],"texture":"#0"},"east":{"uv":[9,0,4.5,4.5],"texture":"#0"},"south":{"uv":[4.5,0,0,4.5],"texture":"#0"},"west":{"uv":[9,0,4.5,4.5],"texture":"#0"},"up":{"uv":[9,0,4.5,4.5],"rotation":90,"texture":"#0"},"down":{"uv":[9,0,4.5,4.5],"rotation":270,"texture":"#0"}}},{"from":[7.6455,8.49575,8.58957],"to":[8.4805,8.99575,9.08957],"rotation":{"angle":-22.5,"axis":"x","origin":[8.06371,9.24575,8.58957]},"faces":{"north":{"uv":[6,3,3.5,4.5],"texture":"#0"},"east":{"uv":[5,3,3.5,4.5],"texture":"#0"},"south":{"uv":[3.5,4.5,1,6],"texture":"#0"},"west":{"uv":[3.5,4.5,5,3],"rotation":90,"texture":"#0"},"up":{"uv":[5.5,5.5,5,6],"rotation":90,"texture":"#0"},"down":{"uv":[6,3,3.5,4.5],"rotation":270,"texture":"#0"}}},{"from":[7.17,9.65877,4.44697],"to":[8.84,10.65877,5.44697],"rotation":{"angle":22.5,"axis":"x","origin":[8.0025,11.15877,5.24697]},"faces":{"north":{"uv":[1,4.5,3.5,6],"texture":"#0"},"east":{"uv":[3.5,3,5,4.5],"texture":"#0"},"south":{"uv":[3.5,3,6,4.5],"texture":"#0"},"west":{"uv":[3.5,3,5,4.5],"texture":"#0"},"up":{"uv":[5,5.5,6,6],"texture":"#0"},"down":{"uv":[3.5,3,6,4.5],"texture":"#0"}}},{"from":[7.6,8.66709,7.44853],"to":[8.4,11.31709,8.24853],"rotation":{"angle":22.5,"axis":"x","origin":[8,10.56709,7.84853]},"faces":{"north":{"uv":[1,15,0,16],"rotation":180,"texture":"#0"},"east":{"uv":[1,15,0,16],"rotation":180,"texture":"#0"},"south":{"uv":[1,15,0,16],"rotation":180,"texture":"#0"},"west":{"uv":[1,15,0,16],"rotation":180,"texture":"#0"},"up":{"uv":[1,15,0,16],"rotation":180,"texture":"#0"},"down":{"uv":[1,15,0,16],"rotation":180,"texture":"#0"}}},{"from":[7.61185,11.05662,7.68231],"to":[8.39185,12.33662,8.46231],"rotation":{"angle":0,"axis":"x","origin":[7.99229,15.59912,6.71883]},"faces":{"north":{"uv":[2.5,15,1.5,16],"rotation":180,"texture":"#0"},"east":{"uv":[2.5,15,1.5,16],"rotation":180,"texture":"#0"},"south":{"uv":[2.5,15,1.5,16],"rotation":180,"texture":"#0"},"west":{"uv":[2.5,15,1.5,16],"rotation":180,"texture":"#0"},"up":{"uv":[2.5,15,1.5,16],"rotation":180,"texture":"#0"},"down":{"uv":[2.5,15,1.5,16],"rotation":180,"texture":"#0"}}},{"from":[7.63185,12.15866,7.48708],"to":[8.37185,15.39866,8.22708],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00185,12.77866,7.85708]},"faces":{"north":{"uv":[3.78,15,0.5,15.5],"rotation":270,"texture":"#0"},"east":{"uv":[3.78,15,0.5,15.5],"rotation":270,"texture":"#0"},"south":{"uv":[3.78,15,0.5,15.5],"rotation":270,"texture":"#0"},"west":{"uv":[3.78,15,0.5,15.5],"rotation":270,"texture":"#0"},"up":{"uv":[3.78,15,0.5,15.5],"rotation":270,"texture":"#0"},"down":{"uv":[3.78,15,0.5,15.5],"rotation":270,"texture":"#0"}}},{"from":[7.65185,12.10254,6.1244],"to":[8.35185,15.30254,6.8244],"rotation":{"angle":22.5,"axis":"x","origin":[8.00185,13.70254,6.4744]},"faces":{"north":{"uv":[3.78,15,0.5,15.5],"rotation":270,"texture":"#0"},"east":{"uv":[3.78,15,0.5,15.5],"rotation":270,"texture":"#0"},"south":{"uv":[3.78,15,0.5,15.5],"rotation":270,"texture":"#0"},"west":{"uv":[3.78,15,0.5,15.5],"rotation":270,"texture":"#0"},"up":{"uv":[3.78,15,0.5,15.5],"rotation":270,"texture":"#0"},"down":{"uv":[3.78,15,0.5,15.5],"rotation":270,"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-180,0],"translation":[0,7.25,0.5],"scale":[1.56,1.56,1.56]},"thirdperson_lefthand":{"rotation":[0,-180,0],"translation":[0,7.25,0.5],"scale":[1.56,1.56,1.56]},"firstperson_righthand":{"rotation":[-16,0,0],"translation":[1.5,2,2.5]},"firstperson_lefthand":{"rotation":[-16,0,0],"translation":[1.5,2,2.5]},"gui":{"rotation":[-118,-32,-126],"translation":[0.75,1.75,-3],"scale":[0.61,0.56,0.61]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/steampunk_spear.json b/assets/minecraft/models/item/wynn/skin/spear/steampunk_spear.json new file mode 100644 index 000000000..9bf2ba675 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/steampunk_spear.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"particle":"skins/steampunk_spear_tex","0":"skins/steampunk_spear_tex"},"elements":[{"from":[0,8,8],"to":[11,9,9],"faces":{"north":{"uv":[6.125,4.25,11.25,6.875],"texture":"#0"},"east":{"uv":[13.25,4.375,15.75,6.875],"texture":"#0"},"south":{"uv":[6.125,4.25,11.25,6.875],"texture":"#0"},"west":{"uv":[13.25,4.375,15.75,6.875],"texture":"#0"},"up":{"uv":[10.25,4.375,15.625,6.875],"texture":"#0"},"down":{"uv":[10.25,4.375,15.625,6.875],"texture":"#0"}}},{"from":[-1.25,8.25,7.75],"to":[-0.5,10.75,9.25],"rotation":{"angle":22.5,"axis":"z","origin":[-1.25,10.75,7.75]},"faces":{"north":{"uv":[7.75,0.875,8.5,3.375],"texture":"#0"},"east":{"uv":[10.25,0.625,11.75,3.125],"texture":"#0"},"south":{"uv":[7.75,0.875,8.5,3.375],"texture":"#0"},"west":{"uv":[10.25,0.625,11.75,3.125],"texture":"#0"},"up":{"uv":[3.75,1.125,4.5,2.625],"texture":"#0"},"down":{"uv":[3.75,1.125,4.5,2.625],"texture":"#0"}}},{"from":[-0.25,6,7.75],"to":[0.5,8.5,9.25],"rotation":{"angle":-22.5,"axis":"z","origin":[-0.25,8.5,7.75]},"faces":{"north":{"uv":[7.75,0.875,8.5,3.375],"texture":"#0"},"east":{"uv":[10.25,0.625,11.75,3.125],"texture":"#0"},"south":{"uv":[7.75,0.875,8.5,3.375],"texture":"#0"},"west":{"uv":[10.25,0.625,11.75,3.125],"texture":"#0"},"up":{"uv":[3.75,1.125,4.5,2.625],"texture":"#0"},"down":{"uv":[3.75,1.125,4.5,2.625],"texture":"#0"}}},{"from":[-2.5,7.6875,7.625],"to":[0.4375,9.25,9.3125],"faces":{"north":{"uv":[6.125,4.25,11.25,6.875],"texture":"#0"},"east":{"uv":[13.25,4.375,15.75,6.875],"texture":"#0"},"south":{"uv":[6.125,4.25,11.25,6.875],"texture":"#0"},"west":{"uv":[13.25,4.375,15.75,6.875],"texture":"#0"},"up":{"uv":[10.25,4.375,15.625,6.875],"texture":"#0"},"down":{"uv":[10.25,4.375,15.625,6.875],"texture":"#0"}}},{"from":[-1.25,10.75,7.5],"to":[-0.5,13.25,9.5],"faces":{"north":{"uv":[7.75,0.875,8.5,3.375],"texture":"#0"},"east":{"uv":[10.25,0.625,11.75,3.125],"texture":"#0"},"south":{"uv":[7.75,0.875,8.5,3.375],"texture":"#0"},"west":{"uv":[10.25,0.625,11.75,3.125],"texture":"#0"},"up":{"uv":[3.75,1.125,4.5,2.625],"texture":"#0"},"down":{"uv":[3.75,1.125,4.5,2.625],"texture":"#0"}}},{"from":[-1.25,10.75,7.5],"to":[-0.5,13.25,9.5],"rotation":{"angle":-45,"axis":"z","origin":[-1.25,13.25,7.5]},"faces":{"north":{"uv":[7.75,0.875,8.5,3.375],"texture":"#0"},"east":{"uv":[10.25,0.625,11.75,3.125],"texture":"#0"},"south":{"uv":[7.75,0.875,8.5,3.375],"texture":"#0"},"west":{"uv":[10.25,0.625,11.75,3.125],"texture":"#0"},"up":{"uv":[3.75,1.125,4.5,2.625],"texture":"#0"},"down":{"uv":[3.75,1.125,4.5,2.625],"texture":"#0"}}},{"from":[-3,9,7.5],"to":[-2.25,11.5,9.5],"rotation":{"angle":-22.5,"axis":"z","origin":[-3,11.5,7.5]},"faces":{"north":{"uv":[7.75,0.875,8.5,3.375],"texture":"#0"},"east":{"uv":[10.25,0.625,11.75,3.125],"texture":"#0"},"south":{"uv":[7.75,0.875,8.5,3.375],"texture":"#0"},"west":{"uv":[10.25,0.625,11.75,3.125],"texture":"#0"},"up":{"uv":[3.75,1.125,4.5,2.625],"texture":"#0"},"down":{"uv":[3.75,1.125,4.5,2.625],"texture":"#0"}}},{"from":[-1.1875,3.75,7.5],"to":[-0.4375,6.25,9.5],"faces":{"north":{"uv":[7.75,0.875,8.5,3.375],"texture":"#0"},"east":{"uv":[10.25,0.625,11.75,3.125],"texture":"#0"},"south":{"uv":[7.75,0.875,8.5,3.375],"texture":"#0"},"west":{"uv":[10.25,0.625,11.75,3.125],"texture":"#0"},"up":{"uv":[3.75,1.125,4.5,2.625],"texture":"#0"},"down":{"uv":[3.75,1.125,4.5,2.625],"texture":"#0"}}},{"from":[-3,3,7.5],"to":[-2.25,5.5,9.5],"rotation":{"angle":45,"axis":"z","origin":[-3,5.5,7.5]},"faces":{"north":{"uv":[7.75,0.875,8.5,3.375],"texture":"#0"},"east":{"uv":[10.25,0.625,11.75,3.125],"texture":"#0"},"south":{"uv":[7.75,0.875,8.5,3.375],"texture":"#0"},"west":{"uv":[10.25,0.625,11.75,3.125],"texture":"#0"},"up":{"uv":[3.75,1.125,4.5,2.625],"texture":"#0"},"down":{"uv":[3.75,1.125,4.5,2.625],"texture":"#0"}}},{"from":[-3.9375,5.3125,7.5],"to":[-3.1875,7.8125,9.5],"rotation":{"angle":22.5,"axis":"z","origin":[-3.9375,7.8125,7.5]},"faces":{"north":{"uv":[7.75,0.875,8.5,3.375],"texture":"#0"},"east":{"uv":[10.25,0.625,11.75,3.125],"texture":"#0"},"south":{"uv":[7.75,0.875,8.5,3.375],"texture":"#0"},"west":{"uv":[10.25,0.625,11.75,3.125],"texture":"#0"},"up":{"uv":[3.75,1.125,4.5,2.625],"texture":"#0"},"down":{"uv":[3.75,1.125,4.5,2.625],"texture":"#0"}}},{"from":[-5.5,7.5,7.25],"to":[-2.5,9.5,9.75],"faces":{"north":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"east":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"south":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"west":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"up":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"},"down":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"}}},{"from":[-2.25,8.5,8.25],"to":[-2,11.75,8.75],"rotation":{"angle":22.5,"axis":"z","origin":[-2.25,11.75,8.25]},"faces":{"north":{"uv":[4,14.625,15.25,15.25],"rotation":90,"texture":"#0"},"east":{"uv":[2.5,14.625,14.375,15.25],"texture":"#0"},"south":{"uv":[4,14.625,15.25,15.25],"texture":"#0"},"west":{"uv":[2.5,14.625,14.375,15.25],"rotation":90,"texture":"#0"},"up":{"uv":[3.375,14.25,4.125,15.75],"texture":"#0"},"down":{"uv":[3.375,14.25,4.125,15.75],"texture":"#0"}}},{"from":[-2.75,8,8.25],"to":[-2.5,11.25,8.75],"rotation":{"angle":22.5,"axis":"z","origin":[-2.75,11.25,8.25]},"faces":{"north":{"uv":[4,14.625,15.25,15.25],"rotation":90,"texture":"#0"},"east":{"uv":[2.5,14.625,14.375,15.25],"texture":"#0"},"south":{"uv":[4,14.625,15.25,15.25],"texture":"#0"},"west":{"uv":[2.5,14.625,14.375,15.25],"rotation":90,"texture":"#0"},"up":{"uv":[3.375,14.25,4.125,15.75],"texture":"#0"},"down":{"uv":[3.375,14.25,4.125,15.75],"texture":"#0"}}},{"from":[-1.5,5.5,8.25],"to":[-1.25,8.75,8.75],"rotation":{"angle":-22.5,"axis":"z","origin":[-1.5,8.75,8.25]},"faces":{"north":{"uv":[4,14.625,15.25,15.25],"rotation":90,"texture":"#0"},"east":{"uv":[2.5,14.625,14.375,15.25],"texture":"#0"},"south":{"uv":[4,14.625,15.25,15.25],"texture":"#0"},"west":{"uv":[2.5,14.625,14.375,15.25],"rotation":90,"texture":"#0"},"up":{"uv":[3.375,14.25,4.125,15.75],"texture":"#0"},"down":{"uv":[3.375,14.25,4.125,15.75],"texture":"#0"}}},{"from":[-1,4.75,8.25],"to":[-0.75,8,8.75],"rotation":{"angle":-22.5,"axis":"z","origin":[-1,8,8.25]},"faces":{"north":{"uv":[4,14.625,15.25,15.25],"rotation":90,"texture":"#0"},"east":{"uv":[2.5,14.625,14.375,15.25],"texture":"#0"},"south":{"uv":[4,14.625,15.25,15.25],"texture":"#0"},"west":{"uv":[2.5,14.625,14.375,15.25],"rotation":90,"texture":"#0"},"up":{"uv":[3.375,14.25,4.125,15.75],"texture":"#0"},"down":{"uv":[3.375,14.25,4.125,15.75],"texture":"#0"}}},{"from":[-1.25,12.25,8.25],"to":[-0.75,13.75,8.75],"rotation":{"angle":-22.5,"axis":"z","origin":[-1.25,13.75,8.25]},"faces":{"north":{"uv":[2.5,11.25,3.5,13.75],"texture":"#0"},"east":{"uv":[9.625,11.375,10.5,13.625],"texture":"#0"},"south":{"uv":[2.5,11.25,3.5,13.75],"texture":"#0"},"west":{"uv":[9.625,11.375,10.5,13.625],"texture":"#0"},"up":{"uv":[1.375,11.5,3.375,13.5],"texture":"#0"},"down":{"uv":[1.375,11.5,3.375,13.5],"texture":"#0"}}},{"from":[-1.25,12.25,8.25],"to":[-0.75,13.75,8.75],"faces":{"north":{"uv":[2.5,11.25,3.5,13.75],"texture":"#0"},"east":{"uv":[9.625,11.375,10.5,13.625],"texture":"#0"},"south":{"uv":[2.5,11.25,3.5,13.75],"texture":"#0"},"west":{"uv":[9.625,11.375,10.5,13.625],"texture":"#0"},"up":{"uv":[1.375,11.5,3.375,13.5],"texture":"#0"},"down":{"uv":[1.375,11.5,3.375,13.5],"texture":"#0"}}},{"from":[-1.875,11.6875,8.25],"to":[-1.375,13.1875,8.75],"rotation":{"angle":-22.5,"axis":"z","origin":[-1.875,13.1875,8.25]},"faces":{"north":{"uv":[2.5,11.25,3.5,13.75],"texture":"#0"},"east":{"uv":[9.625,11.375,10.5,13.625],"texture":"#0"},"south":{"uv":[2.5,11.25,3.5,13.75],"texture":"#0"},"west":{"uv":[9.625,11.375,10.5,13.625],"texture":"#0"},"up":{"uv":[1.375,11.5,3.375,13.5],"texture":"#0"},"down":{"uv":[1.375,11.5,3.375,13.5],"texture":"#0"}}},{"from":[-2.5,10.9375,8.25],"to":[-2,12.4375,8.75],"rotation":{"angle":-22.5,"axis":"z","origin":[-2.5,12.4375,8.25]},"faces":{"north":{"uv":[2.5,11.25,3.5,13.75],"texture":"#0"},"east":{"uv":[9.625,11.375,10.5,13.625],"texture":"#0"},"south":{"uv":[2.5,11.25,3.5,13.75],"texture":"#0"},"west":{"uv":[9.625,11.375,10.5,13.625],"texture":"#0"},"up":{"uv":[1.375,11.5,3.375,13.5],"texture":"#0"},"down":{"uv":[1.375,11.5,3.375,13.5],"texture":"#0"}}},{"from":[-1.875,3.125,8.25],"to":[-1.375,4.625,8.75],"rotation":{"angle":22.5,"axis":"z","origin":[-1.875,4.625,8.25]},"faces":{"north":{"uv":[2.5,11.25,3.5,13.75],"texture":"#0"},"east":{"uv":[9.625,11.375,10.5,13.625],"texture":"#0"},"south":{"uv":[2.5,11.25,3.5,13.75],"texture":"#0"},"west":{"uv":[9.625,11.375,10.5,13.625],"texture":"#0"},"up":{"uv":[1.375,11.5,3.375,13.5],"texture":"#0"},"down":{"uv":[1.375,11.5,3.375,13.5],"texture":"#0"}}},{"from":[-1.25,3.25,8.25],"to":[-0.75,4.75,8.75],"faces":{"north":{"uv":[2.5,11.25,3.5,13.75],"texture":"#0"},"east":{"uv":[9.625,11.375,10.5,13.625],"texture":"#0"},"south":{"uv":[2.5,11.25,3.5,13.75],"texture":"#0"},"west":{"uv":[9.625,11.375,10.5,13.625],"texture":"#0"},"up":{"uv":[1.375,11.5,3.375,13.5],"texture":"#0"},"down":{"uv":[1.375,11.5,3.375,13.5],"texture":"#0"}}},{"from":[-2.5,3.75,8.25],"to":[-2,5.25,8.75],"rotation":{"angle":22.5,"axis":"z","origin":[-2.5,5.25,8.25]},"faces":{"north":{"uv":[2.5,11.25,3.5,13.75],"texture":"#0"},"east":{"uv":[9.625,11.375,10.5,13.625],"texture":"#0"},"south":{"uv":[2.5,11.25,3.5,13.75],"texture":"#0"},"west":{"uv":[9.625,11.375,10.5,13.625],"texture":"#0"},"up":{"uv":[1.375,11.5,3.375,13.5],"texture":"#0"},"down":{"uv":[1.375,11.5,3.375,13.5],"texture":"#0"}}},{"from":[-3.0625,4.4375,8.25],"to":[-2.5625,5.9375,8.75],"rotation":{"angle":22.5,"axis":"z","origin":[-3.0625,5.9375,8.25]},"faces":{"north":{"uv":[2.5,11.25,3.5,13.75],"texture":"#0"},"east":{"uv":[9.625,11.375,10.5,13.625],"texture":"#0"},"south":{"uv":[2.5,11.25,3.5,13.75],"texture":"#0"},"west":{"uv":[9.625,11.375,10.5,13.625],"texture":"#0"},"up":{"uv":[1.375,11.5,3.375,13.5],"texture":"#0"},"down":{"uv":[1.375,11.5,3.375,13.5],"texture":"#0"}}},{"from":[-5.5,9.5,7.25],"to":[-3.5,9.75,9.75],"faces":{"north":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"east":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"south":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"west":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"up":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"},"down":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"}}},{"from":[-5.5,7.25,7.25],"to":[-3.5,7.5,9.75],"faces":{"north":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"east":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"south":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"west":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"up":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"},"down":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"}}},{"from":[-7.75,7.25,8.1875],"to":[-6.9375,9.75,8.75],"faces":{"north":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"east":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"south":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"west":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"up":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"},"down":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"}}},{"from":[-7.5625,7.25,8.3125],"to":[-5.0625,9.75,8.8125],"rotation":{"angle":-22.5,"axis":"y","origin":[-7.5625,7.25,8.3125]},"faces":{"north":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"east":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"south":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"west":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"up":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"},"down":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"}}},{"from":[-7.75,7.25,8.1875],"to":[-5.25,9.75,8.6875],"rotation":{"angle":22.5,"axis":"y","origin":[-7.75,7.25,8.1875]},"faces":{"north":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"east":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"south":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"west":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"up":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"},"down":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"}}},{"from":[-6,7.25,7.75],"to":[-5.5,9.75,8.25],"faces":{"north":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"east":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"south":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"west":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"up":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"},"down":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"}}},{"from":[-7.25,7.25,8],"to":[-5.5,9.75,8.875],"faces":{"north":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"east":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"south":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"west":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"up":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"},"down":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"}}},{"from":[-6.25,7.25,8.75],"to":[-5.5,9.75,9.25],"faces":{"north":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"east":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"south":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"west":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"up":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"},"down":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"}}},{"from":[22,8.125,8.125],"to":[23,8.875,8.875],"faces":{"north":{"uv":[6.125,4.25,11.25,6.875],"texture":"#0"},"east":{"uv":[13.25,4.375,15.75,6.875],"texture":"#0"},"south":{"uv":[6.125,4.25,11.25,6.875],"texture":"#0"},"west":{"uv":[13.25,4.375,15.75,6.875],"texture":"#0"},"up":{"uv":[10.25,4.375,15.625,6.875],"texture":"#0"},"down":{"uv":[10.25,4.375,15.625,6.875],"texture":"#0"}}},{"from":[22.625,8.25,8.25],"to":[23.625,8.75,8.75],"faces":{"north":{"uv":[6.125,4.25,11.25,6.875],"texture":"#0"},"east":{"uv":[13.25,4.375,15.75,6.875],"texture":"#0"},"south":{"uv":[6.125,4.25,11.25,6.875],"texture":"#0"},"west":{"uv":[13.25,4.375,15.75,6.875],"texture":"#0"},"up":{"uv":[10.25,4.375,15.625,6.875],"texture":"#0"},"down":{"uv":[10.25,4.375,15.625,6.875],"texture":"#0"}}},{"from":[23.125,8.375,8.375],"to":[24.25,8.625,8.625],"faces":{"north":{"uv":[6.125,4.25,11.25,6.875],"texture":"#0"},"east":{"uv":[13.25,4.375,15.75,6.875],"texture":"#0"},"south":{"uv":[6.125,4.25,11.25,6.875],"texture":"#0"},"west":{"uv":[13.25,4.375,15.75,6.875],"texture":"#0"},"up":{"uv":[10.25,4.375,15.625,6.875],"texture":"#0"},"down":{"uv":[10.25,4.375,15.625,6.875],"texture":"#0"}}},{"from":[11,7.75,7.75],"to":[11.5,9.25,9.25],"faces":{"north":{"uv":[7.25,8.375,10,9.875],"texture":"#0"},"east":{"uv":[9,8.25,11,10.125],"texture":"#0"},"south":{"uv":[7.25,8.375,10,9.875],"texture":"#0"},"west":{"uv":[9,8.25,11,10.125],"texture":"#0"},"up":{"uv":[7.125,8.25,9.75,9.375],"texture":"#0"},"down":{"uv":[7.125,8.25,9.75,9.375],"texture":"#0"}}},{"from":[17.25,7.75,7.75],"to":[17.75,9.25,9.25],"faces":{"north":{"uv":[7.25,8.375,10,9.875],"texture":"#0"},"east":{"uv":[9,8.25,11,10.125],"texture":"#0"},"south":{"uv":[7.25,8.375,10,9.875],"texture":"#0"},"west":{"uv":[9,8.25,11,10.125],"texture":"#0"},"up":{"uv":[7.125,8.25,9.75,9.375],"texture":"#0"},"down":{"uv":[7.125,8.25,9.75,9.375],"texture":"#0"}}},{"from":[17.75,8,8],"to":[22,9,9],"faces":{"north":{"uv":[6.125,4.25,11.25,6.875],"texture":"#0"},"east":{"uv":[13.25,4.375,15.75,6.875],"texture":"#0"},"south":{"uv":[6.125,4.25,11.25,6.875],"texture":"#0"},"west":{"uv":[13.25,4.375,15.75,6.875],"texture":"#0"},"up":{"uv":[10.25,4.375,15.625,6.875],"texture":"#0"},"down":{"uv":[10.25,4.375,15.625,6.875],"texture":"#0"}}},{"from":[11.5,8.125,8.125],"to":[17.25,8.875,8.875],"faces":{"north":{"uv":[6.125,4.25,11.25,6.875],"texture":"#0"},"east":{"uv":[13.25,4.375,15.75,6.875],"texture":"#0"},"south":{"uv":[6.125,4.25,11.25,6.875],"texture":"#0"},"west":{"uv":[13.25,4.375,15.75,6.875],"texture":"#0"},"up":{"uv":[10.25,4.375,15.625,6.875],"texture":"#0"},"down":{"uv":[10.25,4.375,15.625,6.875],"texture":"#0"}}},{"from":[11.825,8,8],"to":[12.075,9,9],"faces":{"north":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"east":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"south":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"west":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"up":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"},"down":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"}}},{"from":[12.45,8,8],"to":[12.7,9,9],"faces":{"north":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"east":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"south":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"west":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"up":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"},"down":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"}}},{"from":[13.075,8,8],"to":[13.325,9,9],"faces":{"north":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"east":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"south":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"west":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"up":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"},"down":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"}}},{"from":[13.7,8,8],"to":[13.95,9,9],"faces":{"north":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"east":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"south":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"west":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"up":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"},"down":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"}}},{"from":[14.325,8,8],"to":[14.575,9,9],"faces":{"north":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"east":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"south":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"west":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"up":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"},"down":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"}}},{"from":[14.825,8,8],"to":[15.075,9,9],"faces":{"north":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"east":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"south":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"west":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"up":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"},"down":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"}}},{"from":[15.45,8,8],"to":[15.7,9,9],"faces":{"north":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"east":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"south":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"west":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"up":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"},"down":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"}}},{"from":[16.075,8,8],"to":[16.325,9,9],"faces":{"north":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"east":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"south":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"west":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"up":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"},"down":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"}}},{"from":[16.7,8,8],"to":[16.95,9,9],"faces":{"north":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"east":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"south":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"west":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"up":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"},"down":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"}}},{"from":[-1,6.25,8.25],"to":[-0.625,12.75,8.75],"rotation":{"angle":45,"axis":"z","origin":[-1,12.75,8.25]},"faces":{"north":{"uv":[7.75,9,9.75,9.375],"texture":"#0"},"east":{"uv":[9,7.875,9.25,10.875],"texture":"#0"},"south":{"uv":[7.75,9,9.75,9.375],"texture":"#0"},"west":{"uv":[9,7.875,9.25,10.875],"texture":"#0"},"up":{"uv":[12,8.25,14.5,10.5],"texture":"#0"},"down":{"uv":[12,8.25,14.5,10.5],"texture":"#0"}}},{"from":[3.25,2,8.25],"to":[3.625,8.5,8.75],"rotation":{"angle":-45,"axis":"z","origin":[3.25,8.5,8.25]},"faces":{"north":{"uv":[7.75,9,9.75,9.375],"texture":"#0"},"east":{"uv":[9,7.875,9.25,10.875],"texture":"#0"},"south":{"uv":[7.75,9,9.75,9.375],"texture":"#0"},"west":{"uv":[9,7.875,9.25,10.875],"texture":"#0"},"up":{"uv":[12,8.25,14.5,10.5],"texture":"#0"},"down":{"uv":[12,8.25,14.5,10.5],"texture":"#0"}}},{"from":[10.75,7.875,7.875],"to":[11.25,9.125,9.125],"faces":{"north":{"uv":[7.25,8.375,10,9.875],"texture":"#0"},"east":{"uv":[9,8.25,11,10.125],"texture":"#0"},"south":{"uv":[7.25,8.375,10,9.875],"texture":"#0"},"west":{"uv":[9,8.25,11,10.125],"texture":"#0"},"up":{"uv":[7.125,8.25,9.75,9.375],"texture":"#0"},"down":{"uv":[7.125,8.25,9.75,9.375],"texture":"#0"}}},{"from":[17.5,7.875,7.875],"to":[18,9.125,9.125],"faces":{"north":{"uv":[7.25,8.375,10,9.875],"texture":"#0"},"east":{"uv":[9,8.25,11,10.125],"texture":"#0"},"south":{"uv":[7.25,8.375,10,9.875],"texture":"#0"},"west":{"uv":[9,8.25,11,10.125],"texture":"#0"},"up":{"uv":[7.125,8.25,9.75,9.375],"texture":"#0"},"down":{"uv":[7.125,8.25,9.75,9.375],"texture":"#0"}}},{"from":[21.5,8.5,8.375],"to":[24.25,8.875,8.625],"rotation":{"angle":22.5,"axis":"z","origin":[21.5,8.875,8.375]},"faces":{"north":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"east":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"south":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"west":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"up":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"},"down":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"}}},{"from":[21.625,8.0625,8.375],"to":[24.375,8.4375,8.625],"rotation":{"angle":-22.5,"axis":"z","origin":[21.625,8.4375,8.375]},"faces":{"north":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"east":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"south":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"west":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"up":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"},"down":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"}}},{"from":[24.0625,9.5625,8.375],"to":[25.4375,9.9375,8.625],"rotation":{"angle":-45,"axis":"z","origin":[24.0625,9.9375,8.375]},"faces":{"north":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"east":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"south":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"west":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"up":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"},"down":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"}}},{"from":[23.75,6.9375,8.375],"to":[25.125,7.3125,8.625],"rotation":{"angle":45,"axis":"z","origin":[23.75,7.3125,8.375]},"faces":{"north":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"east":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"south":{"uv":[10.75,11.375,11.375,13.375],"texture":"#0"},"west":{"uv":[1.25,11.25,3.75,13.75],"texture":"#0"},"up":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"},"down":{"uv":[9.25,11.5,10.25,13.25],"texture":"#0"}}},{"from":[0.5625,9,7.5],"to":[1.0625,9.75,9.5625],"rotation":{"angle":-45,"axis":"z","origin":[0.5625,9.75,7.5]},"faces":{"north":{"uv":[2,8.5,4.25,10.5],"texture":"#0"},"east":{"uv":[2,8.5,5.5,9.75],"texture":"#0"},"south":{"uv":[2,8.5,4.25,10.5],"texture":"#0"},"west":{"uv":[2,8.5,5.5,9.75],"texture":"#0"},"up":{"uv":[0.25,8,1.75,10.75],"texture":"#0"},"down":{"uv":[0.25,8,1.75,10.75],"texture":"#0"}}},{"from":[0,7,7.5],"to":[0.5,7.75,9.5625],"rotation":{"angle":45,"axis":"z","origin":[0,7.75,7.5]},"faces":{"north":{"uv":[2,8.5,4.25,10.5],"texture":"#0"},"east":{"uv":[2,8.5,5.5,9.75],"texture":"#0"},"south":{"uv":[2,8.5,4.25,10.5],"texture":"#0"},"west":{"uv":[2,8.5,5.5,9.75],"texture":"#0"},"up":{"uv":[0.25,8,1.75,10.75],"texture":"#0"},"down":{"uv":[0.25,8,1.75,10.75],"texture":"#0"}}},{"from":[-1.25,8.6875,7.5],"to":[-0.75,9.4375,9.5625],"rotation":{"angle":45,"axis":"z","origin":[-1.25,9.4375,7.5]},"faces":{"north":{"uv":[2,8.5,4.25,10.5],"texture":"#0"},"east":{"uv":[2,8.5,5.5,9.75],"texture":"#0"},"south":{"uv":[2,8.5,4.25,10.5],"texture":"#0"},"west":{"uv":[2,8.5,5.5,9.75],"texture":"#0"},"up":{"uv":[0.25,8,1.75,10.75],"texture":"#0"},"down":{"uv":[0.25,8,1.75,10.75],"texture":"#0"}}},{"from":[-0.4375,9.25,7.5],"to":[0.0625,10,9.5625],"faces":{"north":{"uv":[2,8.5,4.25,10.5],"texture":"#0"},"east":{"uv":[2,8.5,5.5,9.75],"texture":"#0"},"south":{"uv":[2,8.5,4.25,10.5],"texture":"#0"},"west":{"uv":[2,8.5,5.5,9.75],"texture":"#0"},"up":{"uv":[0.25,8,1.75,10.75],"texture":"#0"},"down":{"uv":[0.25,8,1.75,10.75],"texture":"#0"}}},{"from":[-0.5,7,7.5],"to":[0,7.75,9.5625],"faces":{"north":{"uv":[2,8.5,4.25,10.5],"texture":"#0"},"east":{"uv":[2,8.5,5.5,9.75],"texture":"#0"},"south":{"uv":[2,8.5,4.25,10.5],"texture":"#0"},"west":{"uv":[2,8.5,5.5,9.75],"texture":"#0"},"up":{"uv":[0.25,8,1.75,10.75],"texture":"#0"},"down":{"uv":[0.25,8,1.75,10.75],"texture":"#0"}}},{"from":[-0.5,7,7.5],"to":[0,7.75,9.5625],"faces":{"north":{"uv":[2,8.5,4.25,10.5],"texture":"#0"},"east":{"uv":[2,8.5,5.5,9.75],"texture":"#0"},"south":{"uv":[2,8.5,4.25,10.5],"texture":"#0"},"west":{"uv":[2,8.5,5.5,9.75],"texture":"#0"},"up":{"uv":[0.25,8,1.75,10.75],"texture":"#0"},"down":{"uv":[0.25,8,1.75,10.75],"texture":"#0"}}},{"from":[0.625,8.3125,7.5],"to":[1.125,8.6875,9.5625],"faces":{"north":{"uv":[2,8.5,4.25,10.5],"texture":"#0"},"east":{"uv":[2,8.5,5.5,9.75],"texture":"#0"},"south":{"uv":[2,8.5,4.25,10.5],"texture":"#0"},"west":{"uv":[2,8.5,5.5,9.75],"texture":"#0"},"up":{"uv":[0.25,8,1.75,10.75],"texture":"#0"},"down":{"uv":[0.25,8,1.75,10.75],"texture":"#0"}}},{"from":[-1.5,8.125,7.5],"to":[-0.75,8.875,9.5625],"faces":{"north":{"uv":[2,8.5,4.25,10.5],"texture":"#0"},"east":{"uv":[2,8.5,5.5,9.75],"texture":"#0"},"south":{"uv":[2,8.5,4.25,10.5],"texture":"#0"},"west":{"uv":[2,8.5,5.5,9.75],"texture":"#0"},"up":{"uv":[0.25,8,1.75,10.75],"texture":"#0"},"down":{"uv":[0.25,8,1.75,10.75],"texture":"#0"}}},{"from":[-0.8125,7.375,7.5],"to":[-0.3125,8.125,9.5625],"rotation":{"angle":-45,"axis":"z","origin":[-0.8125,8.125,7.5]},"faces":{"north":{"uv":[2,8.5,4.25,10.5],"texture":"#0"},"east":{"uv":[2,8.5,5.5,9.75],"texture":"#0"},"south":{"uv":[2,8.5,4.25,10.5],"texture":"#0"},"west":{"uv":[2,8.5,5.5,9.75],"texture":"#0"},"up":{"uv":[0.25,8,1.75,10.75],"texture":"#0"},"down":{"uv":[0.25,8,1.75,10.75],"texture":"#0"}}},{"from":[-0.875,7.75,7.5],"to":[0.375,9.25,9.5625],"faces":{"north":{"uv":[2,8.5,4.25,10.5],"texture":"#0"},"east":{"uv":[2,8.5,5.5,9.75],"texture":"#0"},"south":{"uv":[2,8.5,4.25,10.5],"texture":"#0"},"west":{"uv":[2,8.5,5.5,9.75],"texture":"#0"},"up":{"uv":[0.25,8,1.75,10.75],"texture":"#0"},"down":{"uv":[0.25,8,1.75,10.75],"texture":"#0"}}},{"from":[1.625,8.3125,7.5],"to":[2.125,8.6875,9.5625],"faces":{"north":{"uv":[2,8.5,4.25,10.5],"texture":"#0"},"east":{"uv":[2,8.5,5.5,9.75],"texture":"#0"},"south":{"uv":[2,8.5,4.25,10.5],"texture":"#0"},"west":{"uv":[2,8.5,5.5,9.75],"texture":"#0"},"up":{"uv":[0.25,8,1.75,10.75],"texture":"#0"},"down":{"uv":[0.25,8,1.75,10.75],"texture":"#0"}}},{"from":[0.625,7.6875,7.5],"to":[1.125,8.0625,9.5625],"rotation":{"angle":45,"axis":"z","origin":[0.625,8.0625,7.5]},"faces":{"north":{"uv":[2,8.5,4.25,10.5],"texture":"#0"},"east":{"uv":[2,8.5,5.5,9.75],"texture":"#0"},"south":{"uv":[2,8.5,4.25,10.5],"texture":"#0"},"west":{"uv":[2,8.5,5.5,9.75],"texture":"#0"},"up":{"uv":[0.25,8,1.75,10.75],"texture":"#0"},"down":{"uv":[0.25,8,1.75,10.75],"texture":"#0"}}},{"from":[0.9375,8.8125,7.5],"to":[1.4375,9.1875,9.5625],"rotation":{"angle":-45,"axis":"z","origin":[0.9375,9.1875,7.5]},"faces":{"north":{"uv":[2,8.5,4.25,10.5],"texture":"#0"},"east":{"uv":[2,8.5,5.5,9.75],"texture":"#0"},"south":{"uv":[2,8.5,4.25,10.5],"texture":"#0"},"west":{"uv":[2,8.5,5.5,9.75],"texture":"#0"},"up":{"uv":[0.25,8,1.75,10.75],"texture":"#0"},"down":{"uv":[0.25,8,1.75,10.75],"texture":"#0"}}},{"from":[1.625,8,7.5],"to":[2.125,8.375,9.5625],"rotation":{"angle":-45,"axis":"z","origin":[1.625,8.375,7.5]},"faces":{"north":{"uv":[2,8.5,4.25,10.5],"texture":"#0"},"east":{"uv":[2,8.5,5.5,9.75],"texture":"#0"},"south":{"uv":[2,8.5,4.25,10.5],"texture":"#0"},"west":{"uv":[2,8.5,5.5,9.75],"texture":"#0"},"up":{"uv":[0.25,8,1.75,10.75],"texture":"#0"},"down":{"uv":[0.25,8,1.75,10.75],"texture":"#0"}}},{"from":[1.375,8.5,7.5],"to":[1.875,8.875,9.5625],"rotation":{"angle":45,"axis":"z","origin":[1.375,8.875,7.5]},"faces":{"north":{"uv":[2,8.5,4.25,10.5],"texture":"#0"},"east":{"uv":[2,8.5,5.5,9.75],"texture":"#0"},"south":{"uv":[2,8.5,4.25,10.5],"texture":"#0"},"west":{"uv":[2,8.5,5.5,9.75],"texture":"#0"},"up":{"uv":[0.25,8,1.75,10.75],"texture":"#0"},"down":{"uv":[0.25,8,1.75,10.75],"texture":"#0"}}},{"from":[1.125,8.6875,7.5],"to":[1.5,9.3125,9.5625],"faces":{"north":{"uv":[2,8.5,4.25,10.5],"texture":"#0"},"east":{"uv":[2,8.5,5.5,9.75],"texture":"#0"},"south":{"uv":[2,8.5,4.25,10.5],"texture":"#0"},"west":{"uv":[2,8.5,5.5,9.75],"texture":"#0"},"up":{"uv":[0.25,8,1.75,10.75],"texture":"#0"},"down":{"uv":[0.25,8,1.75,10.75],"texture":"#0"}}},{"from":[1.125,7.75,7.5],"to":[1.5,8.375,9.5625],"faces":{"north":{"uv":[2,8.5,4.25,10.5],"texture":"#0"},"east":{"uv":[2,8.5,5.5,9.75],"texture":"#0"},"south":{"uv":[2,8.5,4.25,10.5],"texture":"#0"},"west":{"uv":[2,8.5,5.5,9.75],"texture":"#0"},"up":{"uv":[0.25,8,1.75,10.75],"texture":"#0"},"down":{"uv":[0.25,8,1.75,10.75],"texture":"#0"}}},{"from":[1,8.125,7.5],"to":[1.625,8.75,9.5625],"faces":{"north":{"uv":[2,8.5,4.25,10.5],"texture":"#0"},"east":{"uv":[2,8.5,5.5,9.75],"texture":"#0"},"south":{"uv":[2,8.5,4.25,10.5],"texture":"#0"},"west":{"uv":[2,8.5,5.5,9.75],"texture":"#0"},"up":{"uv":[0.25,8,1.75,10.75],"texture":"#0"},"down":{"uv":[0.25,8,1.75,10.75],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[180,-90,90],"translation":[0.94,10.58,1.13],"scale":[2,2,2]},"thirdperson_lefthand":{"rotation":[180,-90,-90],"translation":[0.38,10.58,3.02],"scale":[2,2,2]},"firstperson_righthand":{"rotation":[-10,-90,-90],"translation":[9.74,-11.17,-8.5],"scale":[2.27,2.27,1.73]},"firstperson_lefthand":{"rotation":[-10,90,90],"translation":[9.25,-11.17,-10],"scale":[2.27,2.27,1.73]},"gui":{"rotation":[24,-11,-45],"translation":[-0.38,0.19,0.19],"scale":[0.63,0.63,0.63]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/tasim_glaive.json b/assets/minecraft/models/item/wynn/skin/spear/tasim_glaive.json new file mode 100644 index 000000000..333f5b341 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/tasim_glaive.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/character/tasim_glaive","1":"skins/character/tasim_glaive_wynnic","2":"skins/character/tasim_glaive_beam"},"elements":[{"from":[7.51,-1.4,7.51],"to":[8.49,15.5,8.49],"rotation":{"angle":0,"axis":"y","origin":[6.95,4.3,7.65]},"faces":{"north":{"uv":[0,0,0.5,8.5],"texture":"#0"},"east":{"uv":[0.5,0,1,8.5],"texture":"#0"},"south":{"uv":[0,0,0.5,8.5],"texture":"#0"},"west":{"uv":[0.5,0,1,8.5],"texture":"#0"}}},{"from":[7.2,15.25,7.2],"to":[8.8,16.2,8.8],"rotation":{"angle":0,"axis":"y","origin":[6.95,5,7.65]},"faces":{"north":{"uv":[7,5.5,7.75,6],"texture":"#0"},"east":{"uv":[6,7,6.75,7.5],"texture":"#0"},"south":{"uv":[7,5.5,7.75,6],"texture":"#0"},"west":{"uv":[6,7,6.75,7.5],"texture":"#0"},"up":{"uv":[5.75,1.5,5,0.75],"texture":"#0"},"down":{"uv":[5.75,1.5,5,2.25],"texture":"#0"}}},{"from":[7.2,-2.25,7.2],"to":[8.8,-1.3,8.8],"rotation":{"angle":0,"axis":"y","origin":[6.95,-12.5,7.65]},"faces":{"north":{"uv":[7,5.5,7.75,6],"texture":"#0"},"east":{"uv":[6,7,6.75,7.5],"texture":"#0"},"south":{"uv":[7,5.5,7.75,6],"texture":"#0"},"west":{"uv":[6,7,6.75,7.5],"texture":"#0"},"up":{"uv":[5.75,1.5,5,0.75],"texture":"#0"},"down":{"uv":[5.75,1.5,5,2.25],"texture":"#0"}}},{"from":[7.37,10.85,7.37],"to":[8.63,11.3,8.63],"rotation":{"angle":0,"axis":"y","origin":[6.95,0.1,7.65]},"faces":{"north":{"uv":[7,7,7.75,7.25],"texture":"#0"},"east":{"uv":[7.5,0,8.25,0.25],"texture":"#0"},"south":{"uv":[7,7,7.75,7.25],"texture":"#0"},"west":{"uv":[7.5,0,8.25,0.25],"texture":"#0"},"up":{"uv":[6.25,4.75,5.5,4],"texture":"#0"},"down":{"uv":[5.25,5.5,4.5,6.25],"texture":"#0"}}},{"from":[7.678,20.433,6.178],"to":[8.322,25.967,7.687],"rotation":{"angle":22.5,"axis":"x","origin":[6.95,21.065,5.655]},"faces":{"north":{"uv":[1,3,1.5,5.75],"texture":"#0"},"east":{"uv":[1.75,0,1,2.75],"texture":"#0"},"south":{"uv":[1.5,3,2,5.75],"texture":"#0"},"west":{"uv":[1,0,1.75,2.75],"texture":"#0"}}},{"from":[7.678,16.198,7.438],"to":[8.322,19.002,8.562],"rotation":{"angle":0,"axis":"y","origin":[2.4,16.2,2.4]},"faces":{"north":{"uv":[4,0,4.5,1.5],"texture":"#0"},"east":{"uv":[3,4,2.5,5.5],"texture":"#0"},"south":{"uv":[4,1.5,4.5,3],"texture":"#0"},"west":{"uv":[2.5,4,3,5.5],"texture":"#0"}}},{"from":[7.679,15.324,7.579],"to":[8.321,17.776,8.281],"rotation":{"angle":-22.5,"axis":"x","origin":[2.4,16.2,2.4]},"faces":{"north":{"uv":[4.5,3.5,5,4.75],"texture":"#0"},"east":{"uv":[2.75,6.5,2.5,7.75],"texture":"#0"},"west":{"uv":[2.5,6.5,2.75,7.75],"texture":"#0"}}},{"from":[7.681,15.151,7.756],"to":[8.319,16.614,8.454],"rotation":{"angle":-45,"axis":"x","origin":[2.4,16.2,2.4]},"faces":{"north":{"uv":[6,2.5,6.5,3.25],"texture":"#0"},"east":{"uv":[7.25,2.5,7,3.25],"texture":"#0"},"west":{"uv":[7,2.5,7.25,3.25],"texture":"#0"}}},{"from":[7.681,18.056,7.301],"to":[8.319,18.929,8.174],"rotation":{"angle":45,"axis":"x","origin":[6.95,17.6,9.05]},"faces":{"east":{"uv":[5.5,4,5,4.5],"texture":"#0"},"south":{"uv":[2,5,2.5,5.5],"texture":"#0"},"west":{"uv":[5,4,5.5,4.5],"texture":"#0"},"up":{"uv":[6.5,4,6,3.5],"texture":"#0"}}},{"from":[7.682,18.232,6.427],"to":[8.318,19.628,7.123],"rotation":{"angle":-22.5,"axis":"x","origin":[6.95,23.585,4.78]},"faces":{"east":{"uv":[7.25,3.5,7,4.25],"texture":"#0"},"south":{"uv":[5.5,6,6,6.75],"texture":"#0"},"west":{"uv":[7,3.5,7.25,4.25],"texture":"#0"}}},{"from":[7.682,18.687,6.427],"to":[8.318,20.083,7.123],"rotation":{"angle":22.5,"axis":"x","origin":[6.95,14.73,4.78]},"faces":{"east":{"uv":[7.25,4.5,7,5.25],"texture":"#0"},"south":{"uv":[6,6,6.5,6.75],"texture":"#0"},"west":{"uv":[7,4.5,7.25,5.25],"texture":"#0"}}},{"from":[7.68,26.1925,6.39],"to":[8.32,28.0125,7.125],"rotation":{"angle":22.5,"axis":"x","origin":[6.95,19.77,4.78]},"faces":{"east":{"uv":[5.25,6.5,5,7.5],"texture":"#0"},"south":{"uv":[6,0,6.5,1],"texture":"#0"},"west":{"uv":[5,6.5,5.25,7.5],"texture":"#0"}}},{"from":[7.679,25.999,3.099],"to":[8.321,28.976,4.051],"rotation":{"angle":45,"axis":"x","origin":[6.95,19.77,4.78]},"faces":{"north":{"uv":[3,4,3.5,5.5],"texture":"#0"},"east":{"uv":[4.5,6,4,7.5],"texture":"#0"},"south":{"uv":[4,3,4.5,4.5],"texture":"#0"},"west":{"uv":[4,6,4.5,7.5],"texture":"#0"}}},{"from":[7.68,26.78,10.1],"to":[8.32,27.47,10.7575],"rotation":{"angle":0,"axis":"x","origin":[6.95,19.77,4.78]},"faces":{"east":{"uv":[6.25,7.5,6,7.75],"texture":"#0"},"south":{"uv":[7.5,3,8,3.25],"texture":"#0"},"west":{"uv":[6,7.5,6.25,7.75],"texture":"#0"},"up":{"uv":[8,3.75,7.5,3.5],"texture":"#0"}}},{"from":[7.68,19,7.09],"to":[8.32,22.85,8.59],"rotation":{"angle":0,"axis":"y","origin":[6.95,17.495,7.37]},"faces":{"east":{"uv":[3.25,0,2.5,2],"texture":"#0"},"south":{"uv":[3.5,0,4,2],"texture":"#0"},"west":{"uv":[2.5,0,3.25,2],"texture":"#0"}}},{"from":[7.826,15.921,6.776],"to":[8.174,18.999,7.649],"rotation":{"angle":-22.5,"axis":"x","origin":[6.95,17.6,6.95]},"faces":{"north":{"uv":[6,1,6.25,2.5],"texture":"#0"},"east":{"uv":[4,2,3.5,3.5],"texture":"#0"},"west":{"uv":[3.5,2,4,3.5],"texture":"#0"}}},{"from":[7.825,18.545,4.885],"to":[8.175,19.945,5.76],"rotation":{"angle":-45,"axis":"x","origin":[6.95,20.365,5.655]},"faces":{"north":{"uv":[7,0.5,7.25,1.25],"texture":"#0"},"east":{"uv":[2,6,1.5,6.75],"texture":"#0"},"west":{"uv":[1.5,6,2,6.75],"texture":"#0"}}},{"from":[7.824,19.454,5.304],"to":[8.176,25.336,6.356],"rotation":{"angle":22.5,"axis":"x","origin":[6.95,21.065,5.655]},"faces":{"north":{"uv":[3.5,3.5,3.75,6.5],"texture":"#0"},"east":{"uv":[2.5,0,2,3],"texture":"#0"},"west":{"uv":[2,0,2.5,3],"texture":"#0"},"down":{"uv":[7.75,2.5,7.5,3],"texture":"#0"}}},{"from":[7.825,24.875,2.63],"to":[8.175,29.175,3.64],"rotation":{"angle":45,"axis":"x","origin":[6.95,19.77,5.13]},"faces":{"north":{"uv":[3,5.5,3.25,7.5],"texture":"#0"},"east":{"uv":[2.5,3,2,5],"texture":"#0"},"west":{"uv":[2,3,2.5,5],"texture":"#0"},"up":{"uv":[3.25,8,3,7.5],"texture":"#0"}}},{"from":[7.824,16.374,8.349],"to":[8.176,19.001,9.051],"rotation":{"angle":22.5,"axis":"x","origin":[6.95,17.6,9.05]},"faces":{"east":{"uv":[6.75,2,6.5,3.25],"texture":"#0"},"south":{"uv":[2,6.5,2.25,7.75],"texture":"#0"},"west":{"uv":[6.5,2,6.75,3.25],"texture":"#0"}}},{"from":[7.824,19.699,8.454],"to":[8.176,21.451,9.051],"rotation":{"angle":-22.5,"axis":"x","origin":[6.95,20.75,9.05]},"faces":{"east":{"uv":[6.75,6,6.5,7],"texture":"#0"},"south":{"uv":[6.5,5,6.75,6],"texture":"#0"},"west":{"uv":[6.5,6,6.75,7],"texture":"#0"}}},{"from":[7.825,18.055,7.3],"to":[8.175,19.455,8.7],"rotation":{"angle":45,"axis":"x","origin":[6.95,17.6,9.05]},"faces":{"east":{"uv":[5.25,4.75,4.5,5.5],"texture":"#0"},"south":{"uv":[1.5,7,1.75,7.75],"texture":"#0"},"west":{"uv":[4.5,4.75,5.25,5.5],"texture":"#0"},"up":{"uv":[7.25,2.25,7,1.5],"texture":"#0"}}},{"from":[7.825,20.925,8.455],"to":[8.175,23.375,8.805],"rotation":{"angle":0,"axis":"x","origin":[6.95,21.625,8.525]},"faces":{"east":{"uv":[6.75,3.5,6.5,4.75],"texture":"#0"},"south":{"uv":[3.5,6.5,3.75,7.75],"texture":"#0"},"west":{"uv":[6.5,3.5,6.75,4.75],"texture":"#0"}}},{"from":[7.68,-5.5,7.44],"to":[8.32,-1.85,8.56],"rotation":{"angle":0,"axis":"y","origin":[2.4,-4.9,2.4]},"faces":{"east":{"uv":[5,1.75,4.5,3.5],"texture":"#0"},"south":{"uv":[4.5,0,5,1.75],"texture":"#0"},"west":{"uv":[4.5,1.75,5,3.5],"texture":"#0"}}},{"from":[7.824,-6.826,7.859],"to":[8.176,-2.974,9.331],"rotation":{"angle":22.5,"axis":"x","origin":[7.3,-4.9,8.98]},"faces":{"east":{"uv":[3.25,2,2.5,4],"texture":"#0"},"south":{"uv":[1,6,1.25,8],"texture":"#0"},"west":{"uv":[2.5,2,3.25,4],"texture":"#0"},"up":{"uv":[5.75,7.75,5.5,7],"texture":"#0"}}},{"from":[7.825,-3.745,7.545],"to":[8.175,-2.24,9.05],"rotation":{"angle":-45,"axis":"x","origin":[2.4,-3.29,8]},"faces":{"east":{"uv":[6.25,5,5.5,5.75],"texture":"#0"},"south":{"uv":[7.5,0.5,7.75,1.25],"texture":"#0"},"west":{"uv":[5.5,5,6.25,5.75],"texture":"#0"},"up":{"uv":[7.75,2.25,7.5,1.5],"texture":"#0"}}},{"from":[7.679,-6.301,8.239],"to":[8.321,-3.674,8.841],"rotation":{"angle":22.5,"axis":"x","origin":[7.3,-4.9,8.98]},"faces":{"east":{"uv":[4.75,6.5,4.5,7.75],"texture":"#0"},"south":{"uv":[4,4.5,4.5,5.75],"texture":"#0"},"west":{"uv":[4.5,6.5,4.75,7.75],"texture":"#0"},"up":{"uv":[4.5,7.75,4,7.5],"texture":"#0"}}},{"from":[7.678,-6.302,7.158],"to":[8.322,-3.673,7.762],"rotation":{"angle":-22.5,"axis":"x","origin":[7.3,-4.9,7.02]},"faces":{"north":{"uv":[4.5,4.5,4,5.75],"texture":"#0"},"east":{"uv":[4.75,6.5,5,7.75],"texture":"#0"},"west":{"uv":[5,6.5,4.75,7.75],"texture":"#0"},"up":{"uv":[4.5,7.5,4,7.75],"texture":"#0"}}},{"from":[7.823,-6.827,6.668],"to":[8.177,-2.973,8.142],"rotation":{"angle":-22.5,"axis":"x","origin":[7.3,-4.9,7.02]},"faces":{"north":{"uv":[1.25,6,1,8],"texture":"#0"},"east":{"uv":[2.5,2,3.25,4],"texture":"#0"},"west":{"uv":[3.25,2,2.5,4],"texture":"#0"},"up":{"uv":[5.75,7,5.5,7.75],"texture":"#0"}}},{"from":[7.68,-6.825,8.875],"to":[8.32,-6.37,9.33],"rotation":{"angle":-45,"axis":"x","origin":[7.3,-7.7,8]},"faces":{"north":{"uv":[7.5,4,8,4.25],"texture":"#0"},"east":{"uv":[6.75,7.5,6.5,7.75],"texture":"#0"},"west":{"uv":[6.5,7.5,6.75,7.75],"texture":"#0"},"down":{"uv":[8,4.5,7.5,4.75],"texture":"#0"}}},{"from":[7.681,-4.724,8.106],"to":[8.319,-3.221,9.609],"rotation":{"angle":-45,"axis":"x","origin":[7.3,-4.83,8]},"faces":{"east":{"uv":[5.75,0,5,0.75],"texture":"#0"},"south":{"uv":[6.5,0,7,0.75],"texture":"#0"},"west":{"uv":[5,0,5.75,0.75],"texture":"#0"},"up":{"uv":[7,1.75,6.5,1],"texture":"#0"}}},{"from":[7.822,-7.493,8.242],"to":[8.178,-6.682,9.053],"rotation":{"angle":-45,"axis":"x","origin":[2.4,-7.735,8]},"faces":{"north":{"uv":[5,7.5,5.25,8],"texture":"#0"},"east":{"uv":[7.5,0,7,0.5],"texture":"#0"},"west":{"uv":[7,0,7.5,0.5],"texture":"#0"},"down":{"uv":[7.75,5,7.5,5.5],"texture":"#0"}}},{"from":[7.65,19.35,5.75],"to":[8.35,20.6,7],"rotation":{"angle":22.5,"axis":"x","origin":[7,18,7]},"faces":{"east":{"uv":[7.5,8,0.5,15],"texture":"#1"},"west":{"uv":[0.5,8,7.5,15],"texture":"#1"}}},{"from":[7.65,20.9,5.5],"to":[8.35,22.15,6.75],"rotation":{"angle":22.5,"axis":"x","origin":[7,18,7]},"faces":{"east":{"uv":[15.5,0,8.5,7],"texture":"#1"},"west":{"uv":[8.5,0,15.5,7],"texture":"#1"}}},{"from":[7.65,22.3,5.3],"to":[8.35,23.55,6.55],"rotation":{"angle":22.5,"axis":"x","origin":[7,18,7]},"faces":{"east":{"uv":[15.5,8,8.5,15],"texture":"#1"},"west":{"uv":[8.5,8,15.5,15],"texture":"#1"}}},{"from":[7.65,23.65,5.25],"to":[8.35,24.9,6.5],"rotation":{"angle":22.5,"axis":"x","origin":[7,18,7]},"faces":{"east":{"uv":[7.5,0.5,0.5,7.5],"texture":"#1"},"west":{"uv":[0.5,0.5,7.5,7.5],"texture":"#1"}}},{"from":[8.1,5.45,13.7],"to":[8.1,10.45,16.7],"rotation":{"angle":-22.5,"axis":"x","origin":[0.1,-2.25,0.5]},"faces":{"east":{"uv":[9.75,0,8.25,2.5],"texture":"#0"},"west":{"uv":[8.25,0,9.75,2.5],"texture":"#0"}}},{"from":[7.8,10.75,6.2],"to":[8.2,12.25,7.7],"rotation":{"angle":22.5,"axis":"x","origin":[7.8,10.75,6.2]},"faces":{"north":{"uv":[6,0,5.75,0.75],"texture":"#0"},"east":{"uv":[5.75,2.25,5,3],"texture":"#0"},"west":{"uv":[5,2.25,5.75,3],"texture":"#0"},"up":{"uv":[6,0.75,5.75,1.5],"texture":"#0"},"down":{"uv":[5.75,1.5,6,2.25],"texture":"#0"}}},{"from":[8.1,14.8,8.25],"to":[8.5,16.3,9.75],"rotation":{"angle":22.5,"axis":"z","origin":[8.1,14.8,0.25]},"faces":{"north":{"uv":[6,0,5.75,0.75],"texture":"#0"},"east":{"uv":[5.75,2.25,5,3],"texture":"#0"},"south":{"uv":[5.75,0,6,0.75],"texture":"#0"},"west":{"uv":[5,2.25,5.75,3],"texture":"#0"},"up":{"uv":[6,0.75,5.75,1.5],"texture":"#0"},"down":{"uv":[5.75,1.5,6,2.25],"texture":"#0"}}},{"from":[8.25,13.75,10.25],"to":[8.25,15.25,13.25],"rotation":{"angle":22.5,"axis":"y","origin":[6.25,13.75,10.25]},"faces":{"east":{"uv":[8.75,2.5,8,4],"rotation":90,"texture":"#0"},"west":{"uv":[8,2.5,8.75,4],"rotation":90,"texture":"#0"}}},{"from":[8.1,4.45,5.5],"to":[8.1,7.45,7],"rotation":{"angle":-22.5,"axis":"x","origin":[6.25,13.75,10.25]},"faces":{"east":{"uv":[9.5,4,8.75,2.5],"rotation":180,"texture":"#0"},"west":{"uv":[8.75,4,9.5,2.5],"rotation":180,"texture":"#0"}}},{"from":[8,13.75,10.3],"to":[8,15.75,14.3],"rotation":{"angle":-22.5,"axis":"x","origin":[6,13.75,10.05]},"faces":{"east":{"uv":[9,4,8,6],"rotation":90,"texture":"#0"},"west":{"uv":[9,6,8,4],"rotation":90,"texture":"#0"}}},{"from":[7.499,9.55299,5.98713],"to":[8.501,11.05499,6.58913],"rotation":{"angle":22.5,"axis":"x","origin":[8,9.975,5.6]},"faces":{"east":{"uv":[2.75,8.5,2.5,9.25],"texture":"#0"},"south":{"uv":[1.5,8,2,8.75],"texture":"#0"},"west":{"uv":[2.5,8.5,2.75,9.25],"texture":"#0"}}},{"from":[7.5,8.98687,4.52101],"to":[8.5,9.58687,6.02101],"rotation":{"angle":-22.5,"axis":"x","origin":[8,9.975,5.6]},"faces":{"east":{"uv":[3,8.5,2.75,9.25],"rotation":270,"texture":"#0"},"west":{"uv":[2.75,8.5,3,9.25],"rotation":90,"texture":"#0"},"down":{"uv":[2,8,2.5,8.75],"texture":"#0"}}},{"from":[7.498,8.598,5.098],"to":[8.502,11.352,6.102],"rotation":{"angle":45,"axis":"x","origin":[8,9.975,5.6]},"faces":{"east":{"uv":[1.5,8,1,9.5],"texture":"#0"},"west":{"uv":[1,8,1.5,9.5],"texture":"#0"},"up":{"uv":[1.5,10,1,9.5],"texture":"#0"},"down":{"uv":[3,8,2.5,8.5],"texture":"#0"}}},{"from":[7.497,9.397,5.047],"to":[8.503,10.653,5.953],"rotation":{"angle":45,"axis":"x","origin":[8,9.975,5.6]},"faces":{"east":{"uv":[5.75,8,3.25,11],"texture":"#0"},"west":{"uv":[3.25,8,5.75,11],"texture":"#0"}}},{"from":[7.5,8.89601,4.61187],"to":[8.5,10.39601,5.21187],"rotation":{"angle":22.5,"axis":"x","origin":[8,9.975,5.6]},"faces":{"north":{"uv":[1.5,8.75,2,9.5],"texture":"#0"},"east":{"uv":[1.5,9.5,2.25,9.75],"rotation":90,"texture":"#0"},"west":{"uv":[1.5,9.5,2.25,9.75],"rotation":90,"texture":"#0"}}},{"from":[7.499,10.36213,5.17799],"to":[8.501,10.96413,6.67999],"rotation":{"angle":-22.5,"axis":"x","origin":[8,9.975,5.6]},"faces":{"east":{"uv":[3.25,8,3,8.75],"rotation":270,"texture":"#0"},"west":{"uv":[3,8,3.25,8.75],"rotation":90,"texture":"#0"},"up":{"uv":[2,8.75,2.5,9.5],"rotation":180,"texture":"#0"}}},{"from":[7.45,4.95,7.45],"to":[8.55,10.05,8.55],"rotation":{"angle":0,"axis":"y","origin":[0,-2,0]},"faces":{"north":{"uv":[10.25,0,9.75,2.5],"texture":"#0"},"east":{"uv":[9.75,0,10.25,2.5],"texture":"#0"},"south":{"uv":[10.25,0,9.75,2.5],"texture":"#0"},"west":{"uv":[9.75,0,10.25,2.5],"texture":"#0"},"up":{"uv":[10.25,0,10.75,0.5],"texture":"#0"},"down":{"uv":[10.25,0.5,10.75,1],"texture":"#0"}}},{"from":[7.405,-3.795,8.205],"to":[8.595,-3.005,8.995],"rotation":{"angle":-45,"axis":"x","origin":[0,-4,8]},"faces":{"north":{"uv":[10.5,2,10.75,2.5],"texture":"#0"},"east":{"uv":[10.25,1,10.75,1.5],"texture":"#0"},"south":{"uv":[10.25,1.5,10.5,2],"texture":"#0"},"west":{"uv":[10.75,1,10.25,1.5],"texture":"#0"},"up":{"uv":[10.5,1.5,10.75,2],"texture":"#0"},"down":{"uv":[10.25,2,10.5,2.5],"texture":"#0"}}},{"from":[7.405,16.405,8.155],"to":[8.595,17.195,8.945],"rotation":{"angle":-45,"axis":"x","origin":[0,16.25,8]},"faces":{"north":{"uv":[10.5,2,10.75,2.5],"texture":"#0"},"east":{"uv":[10.25,1,10.75,1.5],"texture":"#0"},"south":{"uv":[10.25,1.5,10.5,2],"texture":"#0"},"west":{"uv":[10.75,1,10.25,1.5],"texture":"#0"},"up":{"uv":[10.5,1.5,10.75,2],"texture":"#0"},"down":{"uv":[10.25,2,10.5,2.5],"texture":"#0"}}},{"from":[8,2.4,5.775],"to":[8,5.6,6.325],"rotation":{"angle":-22.5,"axis":"x","origin":[7,8.2,0]},"faces":{"east":{"uv":[0,0,1,4],"texture":"#2"},"west":{"uv":[1,0,0,4],"texture":"#2"}}},{"from":[8,10.55,4.4],"to":[8,11.2,5.4],"rotation":{"angle":22.5,"axis":"x","origin":[7,8.2,0]},"faces":{"east":{"uv":[3,4,4,5],"texture":"#2"},"west":{"uv":[4,4,3,5],"texture":"#2"}}},{"from":[7.998,12.448,3.848],"to":[8.002,13.052,4.852],"rotation":{"angle":45,"axis":"x","origin":[7,8.2,0]},"faces":{"east":{"uv":[4,3,5,4],"texture":"#2"},"west":{"uv":[5,3,4,4],"texture":"#2"}}},{"from":[8,12.5,4.6],"to":[8,14,5.35],"rotation":{"angle":22.5,"axis":"x","origin":[7,11,0]},"faces":{"east":{"uv":[4,1,5,3],"texture":"#2"},"west":{"uv":[5,1,4,3],"texture":"#2"}}},{"from":[7.998,11.698,5.348],"to":[8.002,14.302,6.102],"rotation":{"angle":0,"axis":"x","origin":[7,11,0]},"faces":{"east":{"uv":[3,1,4,4],"texture":"#2"},"west":{"uv":[4,1,3,4],"texture":"#2"}}},{"from":[8,11.7,6.2],"to":[8,14.3,6.9],"rotation":{"angle":-22.5,"axis":"x","origin":[7,11,0]},"faces":{"east":{"uv":[0,4,1,7],"texture":"#2"},"west":{"uv":[1,4,0,7],"texture":"#2"}}},{"from":[7.998,11.398,6.998],"to":[8.002,13.502,7.602],"rotation":{"angle":-45,"axis":"x","origin":[7,11,0]},"faces":{"east":{"uv":[2,4,3,6],"texture":"#2"},"west":{"uv":[3,4,2,6],"texture":"#2"}}},{"from":[8,18.4,-1],"to":[8,21.9,-0.5],"rotation":{"angle":22.5,"axis":"x","origin":[7,11,0]},"faces":{"east":{"uv":[1,0,2,4],"texture":"#2"},"west":{"uv":[2,0,1,4],"texture":"#2"}}},{"from":[8,21.9,-1],"to":[8,25.45,-0.5],"rotation":{"angle":22.5,"axis":"x","origin":[7,11,0]},"faces":{"east":{"uv":[2,0,3,4],"texture":"#2"},"west":{"uv":[3,0,2,4],"texture":"#2"}}},{"from":[8,18.4,-0.5],"to":[8,18.95,0.6],"rotation":{"angle":22.5,"axis":"x","origin":[7,11,0]},"faces":{"east":{"uv":[4,4,5,5],"texture":"#2"},"west":{"uv":[5,4,4,5],"texture":"#2"}}},{"from":[7.998,23.948,-6.452],"to":[8.002,26.952,-5.998],"rotation":{"angle":45,"axis":"x","origin":[7,11,0]},"faces":{"east":{"uv":[1,4,2,7],"texture":"#2"},"west":{"uv":[2,4,1,7],"texture":"#2"}}},{"from":[8,22.6,12.25],"to":[8,23.05,15.8],"rotation":{"angle":-22.5,"axis":"x","origin":[7,11,0]},"faces":{"east":{"uv":[3,0,7,1],"texture":"#2"},"west":{"uv":[7,0,3,1],"texture":"#2"}}}],"display":{"thirdperson_righthand":{"rotation":[0,5,5],"translation":[-1,-2,2],"scale":[1.6,1.6,1.6]},"thirdperson_lefthand":{"rotation":[0,5,5],"translation":[-1,-2,2],"scale":[1.6,1.6,1.6]},"firstperson_righthand":{"rotation":[-15,0,3],"translation":[3,-5,0],"scale":[1.2,1.2,1.2]},"firstperson_lefthand":{"rotation":[-15,0,3],"translation":[3,-5,0],"scale":[1.2,1.2,1.2]},"gui":{"rotation":[40,60,-40],"translation":[0,-1,0],"scale":[0.6,0.6,0.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/tesla_trident.json b/assets/minecraft/models/item/wynn/skin/spear/tesla_trident.json new file mode 100644 index 000000000..6846ac6b7 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/tesla_trident.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"1":"skins/tesla_arch","2":"skins/gradient_set","particle":"skins/gradient_set"},"elements":[{"from":[7.5,-16,7.5],"to":[8.5,5,8.5],"rotation":{"angle":0,"axis":"y","origin":[15.5,-8,15.5]},"faces":{"north":{"uv":[0,14.75,10.75,15.25],"rotation":90,"texture":"#2"},"east":{"uv":[0,15,10.75,15.5],"rotation":90,"texture":"#2"},"south":{"uv":[0,15.5,10.75,16],"rotation":90,"texture":"#2"},"west":{"uv":[0,15.5,10.75,15],"rotation":90,"texture":"#2"},"down":{"uv":[9.75,15.5,10.25,16],"rotation":90,"texture":"#2"}}},{"from":[7.5,8.35,6.5],"to":[8.5,9.35,9.5],"rotation":{"angle":45,"axis":"y","origin":[8,6.725,8]},"faces":{"north":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"east":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"south":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"west":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"up":{"uv":[7.75,12.75,8.25,14.25],"texture":"#2"},"down":{"uv":[7.75,12.75,8.25,14.25],"texture":"#2"}}},{"from":[7,12.88579,8.80711],"to":[9,14.73579,9.50711],"rotation":{"angle":22.5,"axis":"x","origin":[7.5,14.38579,9.00711]},"faces":{"north":{"uv":[7.75,15,8.675,16],"rotation":90,"texture":"#2"},"east":{"uv":[7.75,15,8.675,15.35],"rotation":90,"texture":"#2"},"south":{"uv":[7.75,15,8.675,16],"rotation":90,"texture":"#2"},"west":{"uv":[7.75,15,8.675,15.35],"rotation":90,"texture":"#2"},"up":{"uv":[7.75,15,8.1,16],"rotation":90,"texture":"#2"},"down":{"uv":[7.75,15,8.1,16],"rotation":90,"texture":"#2"}}},{"from":[6.71306,13.24264,7],"to":[7.41306,15.09264,9],"rotation":{"angle":22.5,"axis":"z","origin":[8,14.01079,8]},"faces":{"north":{"uv":[7.75,15,8.1,15.925],"texture":"#2"},"east":{"uv":[7.75,15,8.75,15.925],"texture":"#2"},"south":{"uv":[7.75,15,8.1,15.925],"texture":"#2"},"west":{"uv":[7.75,15,8.75,15.925],"texture":"#2"},"up":{"uv":[7.75,15,8.1,16],"texture":"#2"},"down":{"uv":[7.75,15,8.1,16],"texture":"#2"}}},{"from":[7,12.88579,6.49289],"to":[9,14.73579,7.19289],"rotation":{"angle":-22.5,"axis":"x","origin":[7.5,14.38579,6.99289]},"faces":{"north":{"uv":[7.75,15,8.675,16],"rotation":90,"texture":"#2"},"east":{"uv":[7.75,15,8.675,15.35],"rotation":90,"texture":"#2"},"south":{"uv":[7.75,15,8.675,16],"rotation":90,"texture":"#2"},"west":{"uv":[7.75,15,8.675,15.35],"rotation":90,"texture":"#2"},"up":{"uv":[7.75,15,8.1,16],"rotation":90,"texture":"#2"},"down":{"uv":[7.75,15,8.1,16],"rotation":90,"texture":"#2"}}},{"from":[8.58694,13.24264,7],"to":[9.28694,15.09264,9],"rotation":{"angle":-22.5,"axis":"z","origin":[8,14.01079,8]},"faces":{"north":{"uv":[7.75,15,8.1,15.925],"rotation":180,"texture":"#2"},"east":{"uv":[7.75,15,8.75,15.925],"rotation":180,"texture":"#2"},"south":{"uv":[7.75,15,8.1,15.925],"rotation":180,"texture":"#2"},"west":{"uv":[7.75,15,8.75,15.925],"rotation":180,"texture":"#2"},"up":{"uv":[7.75,15,8.1,16],"rotation":180,"texture":"#2"},"down":{"uv":[7.75,15,8.1,16],"rotation":180,"texture":"#2"}}},{"from":[7.5,12.13579,8.50711],"to":[8.5,15.13579,9.50711],"rotation":{"angle":22.5,"axis":"x","origin":[8,13.63579,9.00711]},"faces":{"north":{"uv":[13.5,1.75,15,2.25],"rotation":270,"texture":"#2"},"east":{"uv":[13.5,1.75,15,2.25],"rotation":270,"texture":"#2"},"south":{"uv":[13.5,1.75,15,2.25],"rotation":270,"texture":"#2"},"west":{"uv":[13.5,1.75,15,2.25],"rotation":270,"texture":"#2"},"up":{"uv":[13.5,1.75,14,2.25],"rotation":270,"texture":"#2"}}},{"from":[7.6,11.99906,9.73842],"to":[8.4,13.79906,10.53842],"rotation":{"angle":-22.5,"axis":"x","origin":[8,12.86815,8]},"faces":{"north":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"},"east":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"},"south":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"},"west":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"},"down":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"}}},{"from":[7.6,9.99906,3.73842],"to":[8.4,14.29906,4.53842],"rotation":{"angle":-22.5,"axis":"x","origin":[8,12.86815,0]},"faces":{"north":{"uv":[0,13.5,2.25,14],"rotation":270,"texture":"#2"},"east":{"uv":[0,13.5,2.25,14],"rotation":270,"texture":"#2"},"south":{"uv":[0,13.5,2.25,14],"rotation":270,"texture":"#2"},"west":{"uv":[0,13.5,2.25,14],"rotation":270,"texture":"#2"},"up":{"uv":[0,13.5,0.5,14],"rotation":270,"texture":"#2"},"down":{"uv":[0,13.5,0.5,14],"rotation":270,"texture":"#2"}}},{"from":[7.601,11.95698,4.4874],"to":[8.399,15.55498,5.2854],"rotation":{"angle":0,"axis":"x","origin":[8,14.15598,4.8864]},"faces":{"north":{"uv":[8.75,13.75,10.65,14.25],"rotation":270,"texture":"#2"},"east":{"uv":[8.75,13.75,10.65,14.25],"rotation":270,"texture":"#2"},"south":{"uv":[8.75,13.75,10.65,14.25],"rotation":270,"texture":"#2"},"west":{"uv":[8.75,13.75,10.65,14.25],"rotation":270,"texture":"#2"},"up":{"uv":[8.75,13.75,10.65,14.25],"rotation":270,"texture":"#2"}}},{"from":[7.6,17.59333,7.18257],"to":[8.4,20.39333,7.98257],"rotation":{"angle":-22.5,"axis":"x","origin":[8,10.96243,3.44415]},"faces":{"north":{"uv":[5.5,14.25,7,14.75],"rotation":270,"texture":"#2"},"east":{"uv":[5.5,14.75,7,14.25],"rotation":270,"texture":"#2"},"south":{"uv":[5.5,13.5,7,14],"rotation":270,"texture":"#2"},"west":{"uv":[5.5,14.25,7,14.75],"rotation":270,"texture":"#2"},"up":{"uv":[5.5,14.25,7,14.75],"rotation":270,"texture":"#2"},"down":{"uv":[5.5,14.25,7,14.75],"rotation":270,"texture":"#2"}}},{"from":[7.601,16.9524,2.31296],"to":[8.399,22.5004,3.11096],"rotation":{"angle":-45,"axis":"x","origin":[8,22.16264,2.71196]},"faces":{"north":{"uv":[4.75,13.5,7.625,14],"rotation":270,"texture":"#2"},"east":{"uv":[4.75,14,7.625,14.5],"rotation":270,"texture":"#2"},"south":{"uv":[4.5,14,7.375,14.5],"rotation":270,"texture":"#2"},"west":{"uv":[4.75,13.5,7.625,14],"rotation":270,"texture":"#2"},"up":{"uv":[6.25,13.75,6.75,14.25],"rotation":270,"texture":"#2"}}},{"from":[7.601,15.36213,3.41257],"to":[8.399,19.16013,4.21057],"rotation":{"angle":22.5,"axis":"x","origin":[8,16.76113,3.81157]},"faces":{"north":{"uv":[2.75,13.5,4.75,14],"rotation":270,"texture":"#2"},"east":{"uv":[2.75,14.25,4.75,14.75],"rotation":270,"texture":"#2"},"south":{"uv":[2.75,13.5,4.75,14],"rotation":270,"texture":"#2"},"west":{"uv":[2.75,14.25,4.75,14.75],"rotation":270,"texture":"#2"}}},{"from":[7.6,15.29634,4.99171],"to":[8.4,19.09634,5.79171],"rotation":{"angle":22.5,"axis":"x","origin":[8,16.69634,5.39171]},"faces":{"north":{"uv":[5,13.5,7,14],"rotation":90,"texture":"#2"},"east":{"uv":[5,13.5,7,14],"rotation":90,"texture":"#2"},"south":{"uv":[7,13.5,5,14],"rotation":270,"texture":"#2"},"west":{"uv":[5,14,7,13.5],"rotation":90,"texture":"#2"},"up":{"uv":[5,13.5,7,14],"rotation":90,"texture":"#2"},"down":{"uv":[5,13.5,7,14],"rotation":90,"texture":"#2"}}},{"from":[7.6,11.99906,5.46158],"to":[8.4,13.79906,6.26158],"rotation":{"angle":22.5,"axis":"x","origin":[8,12.86815,8]},"faces":{"north":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"},"east":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"},"south":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"},"west":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"},"down":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"}}},{"from":[9.73842,11.99906,7.6],"to":[10.53842,13.79906,8.4],"rotation":{"angle":22.5,"axis":"z","origin":[8,12.86815,8]},"faces":{"north":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"},"east":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"},"south":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"},"west":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"},"down":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"}}},{"from":[7.7,12.86466,10.42768],"to":[8.3,13.46466,11.02768],"rotation":{"angle":22.5,"axis":"x","origin":[8,12.86815,8]},"faces":{"north":{"uv":[10.5,15.25,11,15.75],"rotation":270,"texture":"#2"},"east":{"uv":[10.5,15.25,11,15.75],"rotation":270,"texture":"#2"},"south":{"uv":[10.5,15.25,11,15.75],"rotation":270,"texture":"#2"},"west":{"uv":[10.5,15.25,11,15.75],"rotation":270,"texture":"#2"},"up":{"uv":[10.5,15.25,11,15.75],"rotation":270,"texture":"#2"},"down":{"uv":[10.5,15.25,11,15.75],"rotation":270,"texture":"#2"}}},{"from":[7.85,10.04471,4.98499],"to":[8.15,10.34471,11.03499],"rotation":{"angle":0,"axis":"x","origin":[8,10.19471,6.13499]},"faces":{"north":{"uv":[7,15.5,7.5,16],"rotation":180,"texture":"#2"},"east":{"uv":[7,15.5,7.5,16],"rotation":180,"texture":"#2"},"south":{"uv":[7,15.5,7.5,16],"rotation":180,"texture":"#2"},"west":{"uv":[7,15.5,7.5,16],"rotation":180,"texture":"#2"},"up":{"uv":[7,15.5,7.5,16],"rotation":180,"texture":"#2"},"down":{"uv":[7,15.5,7.5,16],"rotation":180,"texture":"#2"}}},{"from":[7.7,12.86466,4.97232],"to":[8.3,13.46466,5.57232],"rotation":{"angle":-22.5,"axis":"x","origin":[8,12.86815,8]},"faces":{"north":{"uv":[10.5,15.25,11,15.75],"rotation":270,"texture":"#2"},"east":{"uv":[10.5,15.25,11,15.75],"rotation":270,"texture":"#2"},"south":{"uv":[10.5,15.25,11,15.75],"rotation":270,"texture":"#2"},"west":{"uv":[10.5,15.25,11,15.75],"rotation":270,"texture":"#2"},"up":{"uv":[10.5,15.25,11,15.75],"rotation":270,"texture":"#2"},"down":{"uv":[10.5,15.25,11,15.75],"rotation":270,"texture":"#2"}}},{"from":[10.42768,12.86466,7.7],"to":[11.02768,13.46466,8.3],"rotation":{"angle":-22.5,"axis":"z","origin":[8,12.86815,8]},"faces":{"north":{"uv":[10.5,15.25,11,15.75],"rotation":180,"texture":"#2"},"east":{"uv":[10.5,15.25,11,15.75],"rotation":180,"texture":"#2"},"south":{"uv":[10.5,15.25,11,15.75],"rotation":180,"texture":"#2"},"west":{"uv":[10.5,15.25,11,15.75],"rotation":180,"texture":"#2"},"up":{"uv":[10.5,15.25,11,15.75],"rotation":180,"texture":"#2"},"down":{"uv":[10.5,15.25,11,15.75],"rotation":180,"texture":"#2"}}},{"from":[7.8,11.19906,9.93842],"to":[8.2,12.59906,10.33842],"rotation":{"angle":-22.5,"axis":"x","origin":[8,12.86815,8]},"faces":{"north":{"uv":[2.25,12.75,3.25,13.25],"rotation":270,"texture":"#2"},"east":{"uv":[2.25,12.75,3.25,13.25],"rotation":270,"texture":"#2"},"south":{"uv":[2.25,12.75,3.25,13.25],"rotation":270,"texture":"#2"},"west":{"uv":[2.25,12.75,3.25,13.25],"rotation":270,"texture":"#2"}}},{"from":[7.7,9.9,5.33499],"to":[8.3,10.5,10.68499],"rotation":{"angle":0,"axis":"x","origin":[8,10.24471,5.75999]},"faces":{"north":{"uv":[13.5,13.75,14,14.25],"rotation":180,"texture":"#2"},"east":{"uv":[13.5,13.75,14.5,14.25],"rotation":180,"texture":"#2"},"south":{"uv":[13.5,13.75,14,14.25],"rotation":180,"texture":"#2"},"west":{"uv":[13.5,13.75,14.5,14.25],"rotation":180,"texture":"#2"},"up":{"uv":[13.5,13.75,14,14.75],"rotation":180,"texture":"#2"},"down":{"uv":[13.5,13.75,14,14.75],"rotation":180,"texture":"#2"}}},{"from":[7.8,11.19906,5.66158],"to":[8.2,12.59906,6.06158],"rotation":{"angle":22.5,"axis":"x","origin":[8,12.86815,8]},"faces":{"north":{"uv":[2.25,12.75,3.25,13.25],"rotation":270,"texture":"#2"},"east":{"uv":[2.25,12.75,3.25,13.25],"rotation":270,"texture":"#2"},"south":{"uv":[2.25,12.75,3.25,13.25],"rotation":270,"texture":"#2"},"west":{"uv":[2.25,12.75,3.25,13.25],"rotation":270,"texture":"#2"}}},{"from":[9.93842,11.19906,7.8],"to":[10.33842,12.59906,8.2],"rotation":{"angle":22.5,"axis":"z","origin":[8,12.86815,8]},"faces":{"north":{"uv":[1,12.5,2,13],"rotation":270,"texture":"#2"},"east":{"uv":[1,12.5,2,13],"rotation":270,"texture":"#2"},"south":{"uv":[1,12.5,2,13],"rotation":270,"texture":"#2"},"west":{"uv":[1,12.5,2,13],"rotation":270,"texture":"#2"}}},{"from":[6.42605,12.54973,7.5],"to":[7.42605,15.54973,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[8,14.01079,8]},"faces":{"north":{"uv":[13.5,1.75,14,3.25],"rotation":180,"texture":"#2"},"east":{"uv":[13.5,1.75,14,3.25],"rotation":180,"texture":"#2"},"south":{"uv":[13.5,1.75,14,3.25],"rotation":180,"texture":"#2"},"west":{"uv":[13.5,1.75,14,3.25],"rotation":180,"texture":"#2"},"up":{"uv":[13.5,1.75,14,2.25],"rotation":180,"texture":"#2"}}},{"from":[7.5,12.13579,6.49289],"to":[8.5,15.13579,7.49289],"rotation":{"angle":-22.5,"axis":"x","origin":[8,13.63579,6.99289]},"faces":{"north":{"uv":[13.5,1.75,15,2.25],"rotation":270,"texture":"#2"},"east":{"uv":[13.5,1.75,15,2.25],"rotation":270,"texture":"#2"},"south":{"uv":[13.5,1.75,15,2.25],"rotation":270,"texture":"#2"},"west":{"uv":[13.5,1.75,15,2.25],"rotation":270,"texture":"#2"},"up":{"uv":[13.5,1.75,14,2.25],"rotation":270,"texture":"#2"}}},{"from":[7.78823,18.85326,9.59999],"to":[8.06823,26.83326,10.07999],"rotation":{"angle":0,"axis":"x","origin":[7.92723,25.01445,10.48349]},"faces":{"north":{"uv":[10.49,12.75,6.5,12.89],"rotation":270,"texture":"#2"},"east":{"uv":[6.5,12.99,10.49,12.75],"rotation":270,"texture":"#2"},"south":{"uv":[6.5,16,6.64,12.01],"texture":"#2"},"west":{"uv":[6.5,12.99,10.49,12.75],"rotation":90,"texture":"#2"}}},{"from":[7.77823,26.85463,10.3198],"to":[8.07823,29.85463,10.8198],"rotation":{"angle":-22.5,"axis":"x","origin":[7.92723,25.01445,10.48349]},"faces":{"north":{"uv":[8.5,12.5,7,12.75],"rotation":270,"texture":"#2"},"east":{"uv":[7,12.75,8.5,12.5],"rotation":270,"texture":"#2"},"south":{"uv":[7,14,7.15,12.5],"texture":"#2"},"west":{"uv":[7,12.75,8.5,12.5],"rotation":90,"texture":"#2"},"up":{"uv":[7,12.75,7.15,12.5],"texture":"#2"},"down":{"uv":[7,12.75,8.5,12.5],"texture":"#2"}}},{"from":[7.67733,26.70332,10.78564],"to":[8.17713,27.90312,11.23544],"rotation":{"angle":-22.5,"axis":"x","origin":[7.92723,25.01445,10.48349]},"faces":{"north":{"uv":[4.25,15.475,5.35,15.25],"rotation":180,"texture":"#2"},"east":{"uv":[4.25,15.475,5.35,15.25],"rotation":270,"texture":"#2"},"south":{"uv":[4.25,15.475,5.35,15.25],"texture":"#2"},"west":{"uv":[4.25,15.475,5.35,15.25],"rotation":90,"texture":"#2"},"up":{"uv":[4.25,15.475,5.35,15.25],"texture":"#2"},"down":{"uv":[4.25,15.475,5.35,15.25],"texture":"#2"}}},{"from":[7.67723,26.36431,7.30044],"to":[8.17523,26.81231,9.49844],"rotation":{"angle":45,"axis":"x","origin":[7.92723,25.01445,10.48349]},"faces":{"north":{"uv":[4.25,15.475,4.5,15.25],"rotation":180,"texture":"#2"},"east":{"uv":[4.25,15.475,5.35,15.25],"texture":"#2"},"west":{"uv":[4.25,15.475,5.35,15.25],"texture":"#2"},"up":{"uv":[4.25,15.475,5.35,15.25],"texture":"#2"},"down":{"uv":[4.25,15.475,5.35,15.25],"texture":"#2"}}},{"from":[7.77823,25.42742,10.64042],"to":[8.07823,27.17742,11.14042],"rotation":{"angle":45,"axis":"x","origin":[7.92723,25.01445,10.48349]},"faces":{"north":{"uv":[9.125,12.5,8.25,12.65],"rotation":90,"texture":"#2"},"east":{"uv":[10.5,13.375,10.75,12.5],"rotation":180,"texture":"#2"},"south":{"uv":[9.375,12.75,8.5,12.9],"rotation":270,"texture":"#2"},"west":{"uv":[10.125,12.5,9.25,12.75],"rotation":270,"texture":"#2"},"up":{"uv":[7.25,12.5,7,12.65],"rotation":270,"texture":"#2"},"down":{"uv":[7.25,12.5,7,12.65],"rotation":270,"texture":"#2"}}},{"from":[7.78823,26.68742,6.15043],"to":[8.06823,27.16742,11.13043],"rotation":{"angle":45,"axis":"x","origin":[7.92723,25.01445,10.48349]},"faces":{"east":{"uv":[8.25,12.75,10.75,12.5],"texture":"#2"},"west":{"uv":[8.25,12.75,10.75,12.5],"texture":"#2"},"up":{"uv":[10.75,12.5,8.25,12.75],"rotation":90,"texture":"#2"}}},{"from":[7.67723,25.51031,9.49844],"to":[8.17923,26.81231,10.80044],"rotation":{"angle":45,"axis":"x","origin":[7.92723,25.01445,10.48349]},"faces":{"north":{"uv":[5,15.65,5.65,15],"rotation":180,"texture":"#2"},"east":{"uv":[5,15.65,5.65,15],"texture":"#2"},"south":{"uv":[6,15.65,6.65,15],"texture":"#2"},"west":{"uv":[5,15.65,5.65,15],"texture":"#2"},"up":{"uv":[5,15.65,5.65,15],"texture":"#2"},"down":{"uv":[5,15.65,5.65,15],"texture":"#2"}}},{"from":[7.67823,19.24548,10.08649],"to":[8.17823,26.89548,11.08649],"rotation":{"angle":0,"axis":"x","origin":[7.92723,25.01445,10.48349]},"faces":{"north":{"uv":[7.575,15.5,3.75,15.75],"rotation":270,"texture":"#2"},"east":{"uv":[4.75,15.5,8.575,15],"rotation":90,"texture":"#2"},"south":{"uv":[8.325,14.75,4.5,15],"rotation":270,"texture":"#2"},"west":{"uv":[4,15.25,7.825,14.75],"rotation":90,"texture":"#2"},"up":{"uv":[4.75,15.5,5,15],"texture":"#2"},"down":{"uv":[7.75,15.5,8,15],"texture":"#2"}}},{"from":[7.78823,19.60548,10.89649],"to":[8.06823,25.18548,11.37649],"rotation":{"angle":0,"axis":"x","origin":[7.92723,25.01445,10.48349]},"faces":{"east":{"uv":[0,12.74,2.79,12.5],"rotation":90,"texture":"#2"},"south":{"uv":[2.79,12.5,0,12.64],"rotation":270,"texture":"#2"},"west":{"uv":[0.25,12.74,3.04,12.5],"rotation":90,"texture":"#2"}}},{"from":[7.93177,19.60548,4.62351],"to":[8.21177,25.18548,5.10351],"rotation":{"angle":0,"axis":"x","origin":[8.07277,25.01445,5.51651]},"faces":{"north":{"uv":[2.79,12.5,0,12.64],"rotation":270,"texture":"#2"},"east":{"uv":[0.25,12.74,3.04,12.5],"rotation":90,"texture":"#2"},"west":{"uv":[0,12.74,2.79,12.5],"rotation":90,"texture":"#2"}}},{"from":[7.82177,19.24548,4.91351],"to":[8.32177,26.89548,5.91351],"rotation":{"angle":0,"axis":"x","origin":[8.07277,25.01445,5.51651]},"faces":{"north":{"uv":[8.325,14.75,4.5,15],"rotation":270,"texture":"#2"},"east":{"uv":[4,15.25,7.825,14.75],"rotation":90,"texture":"#2"},"south":{"uv":[7.575,15.5,3.75,15.75],"rotation":270,"texture":"#2"},"west":{"uv":[4.75,15.5,8.575,15],"rotation":90,"texture":"#2"},"up":{"uv":[5,15,4.75,15.5],"texture":"#2"},"down":{"uv":[8,15,7.75,15.5],"texture":"#2"}}},{"from":[7.82077,25.51031,5.19956],"to":[8.32277,26.81231,6.50156],"rotation":{"angle":-45,"axis":"x","origin":[8.07277,25.01445,5.51651]},"faces":{"north":{"uv":[6,15.65,6.65,15],"texture":"#2"},"east":{"uv":[5,15.65,5.65,15],"texture":"#2"},"south":{"uv":[5,15.65,5.65,15],"rotation":180,"texture":"#2"},"west":{"uv":[5,15.65,5.65,15],"texture":"#2"},"up":{"uv":[5.65,15,5,15.65],"texture":"#2"},"down":{"uv":[5.65,15,5,15.65],"texture":"#2"}}},{"from":[7.93177,26.68742,4.86957],"to":[8.21177,27.16742,9.84957],"rotation":{"angle":-45,"axis":"x","origin":[8.07277,25.01445,5.51651]},"faces":{"east":{"uv":[8.25,12.75,10.75,12.5],"texture":"#2"},"west":{"uv":[8.25,12.75,10.75,12.5],"texture":"#2"},"up":{"uv":[8.25,12.75,10.75,12.5],"rotation":90,"texture":"#2"}}},{"from":[7.92177,25.42742,4.85958],"to":[8.22177,27.17742,5.35958],"rotation":{"angle":-45,"axis":"x","origin":[8.07277,25.01445,5.51651]},"faces":{"north":{"uv":[9.375,12.75,8.5,12.9],"rotation":270,"texture":"#2"},"east":{"uv":[10.125,12.5,9.25,12.75],"rotation":270,"texture":"#2"},"south":{"uv":[9.125,12.5,8.25,12.65],"rotation":90,"texture":"#2"},"west":{"uv":[10.5,13.375,10.75,12.5],"rotation":180,"texture":"#2"},"up":{"uv":[7,12.65,7.25,12.5],"rotation":270,"texture":"#2"},"down":{"uv":[7,12.65,7.25,12.5],"rotation":270,"texture":"#2"}}},{"from":[7.82477,26.36431,6.50156],"to":[8.32277,26.81231,8.69956],"rotation":{"angle":-45,"axis":"x","origin":[8.07277,25.01445,5.51651]},"faces":{"east":{"uv":[4.25,15.475,5.35,15.25],"texture":"#2"},"south":{"uv":[4.25,15.475,4.5,15.25],"rotation":180,"texture":"#2"},"west":{"uv":[4.25,15.475,5.35,15.25],"texture":"#2"},"up":{"uv":[5.35,15.25,4.25,15.475],"texture":"#2"},"down":{"uv":[5.35,15.25,4.25,15.475],"texture":"#2"}}},{"from":[7.82287,26.70332,4.76456],"to":[8.32267,27.90312,5.21436],"rotation":{"angle":22.5,"axis":"x","origin":[8.07277,25.01445,5.51651]},"faces":{"north":{"uv":[4.25,15.475,5.35,15.25],"texture":"#2"},"east":{"uv":[4.25,15.475,5.35,15.25],"rotation":90,"texture":"#2"},"south":{"uv":[4.25,15.475,5.35,15.25],"rotation":180,"texture":"#2"},"west":{"uv":[4.25,15.475,5.35,15.25],"rotation":270,"texture":"#2"},"up":{"uv":[5.35,15.25,4.25,15.475],"texture":"#2"},"down":{"uv":[5.35,15.25,4.25,15.475],"texture":"#2"}}},{"from":[7.92177,26.85463,5.1802],"to":[8.22177,29.85463,5.6802],"rotation":{"angle":22.5,"axis":"x","origin":[8.07277,25.01445,5.51651]},"faces":{"north":{"uv":[7,14,7.15,12.5],"texture":"#2"},"east":{"uv":[7,12.75,8.5,12.5],"rotation":90,"texture":"#2"},"south":{"uv":[8.5,12.5,7,12.75],"rotation":270,"texture":"#2"},"west":{"uv":[7,12.75,8.5,12.5],"rotation":270,"texture":"#2"},"up":{"uv":[7.15,12.5,7,12.75],"texture":"#2"},"down":{"uv":[8.5,12.5,7,12.75],"texture":"#2"}}},{"from":[7.93177,18.85326,5.92001],"to":[8.21177,26.83326,6.40001],"rotation":{"angle":0,"axis":"x","origin":[8.07277,25.01445,5.51651]},"faces":{"north":{"uv":[10.49,12.76,6.5,12.9],"rotation":90,"texture":"#2"},"east":{"uv":[6.5,12.99,10.49,12.75],"rotation":90,"texture":"#2"},"south":{"uv":[10.49,12.75,6.5,12.89],"rotation":270,"texture":"#2"},"west":{"uv":[6.5,12.99,10.49,12.75],"rotation":270,"texture":"#2"}}},{"from":[7.6,17.59333,8.01743],"to":[8.4,20.39333,8.81743],"rotation":{"angle":22.5,"axis":"x","origin":[8,10.96243,12.55585]},"faces":{"north":{"uv":[5.5,14,7,13.5],"rotation":270,"texture":"#2"},"east":{"uv":[5.5,14.25,7,14.75],"rotation":270,"texture":"#2"},"south":{"uv":[5.5,14.75,7,14.25],"rotation":270,"texture":"#2"},"west":{"uv":[5.5,14.75,7,14.25],"rotation":270,"texture":"#2"},"up":{"uv":[7,14.25,5.5,14.75],"rotation":270,"texture":"#2"},"down":{"uv":[7,14.25,5.5,14.75],"rotation":270,"texture":"#2"}}},{"from":[7.601,16.9524,12.88904],"to":[8.399,22.5004,13.68704],"rotation":{"angle":45,"axis":"x","origin":[8,22.16264,13.28804]},"faces":{"north":{"uv":[4.5,14.5,7.375,14],"rotation":270,"texture":"#2"},"east":{"uv":[4.75,14.5,7.625,14],"rotation":270,"texture":"#2"},"south":{"uv":[4.75,14,7.625,13.5],"rotation":270,"texture":"#2"},"west":{"uv":[4.75,14,7.625,13.5],"rotation":270,"texture":"#2"},"up":{"uv":[6.75,13.75,6.25,14.25],"rotation":270,"texture":"#2"}}},{"from":[7.601,15.36213,11.78943],"to":[8.399,19.16013,12.58743],"rotation":{"angle":-22.5,"axis":"x","origin":[8,16.76113,12.18843]},"faces":{"north":{"uv":[2.75,14,4.75,13.5],"rotation":270,"texture":"#2"},"east":{"uv":[2.75,14.75,4.75,14.25],"rotation":270,"texture":"#2"},"south":{"uv":[2.75,14,4.75,13.5],"rotation":270,"texture":"#2"},"west":{"uv":[2.75,14.75,4.75,14.25],"rotation":270,"texture":"#2"}}},{"from":[7.6,15.29634,10.20829],"to":[8.4,19.09634,11.00829],"rotation":{"angle":-22.5,"axis":"x","origin":[8,16.69634,10.60829]},"faces":{"north":{"uv":[7,14,5,13.5],"rotation":270,"texture":"#2"},"east":{"uv":[5,14,7,13.5],"rotation":90,"texture":"#2"},"south":{"uv":[5,14,7,13.5],"rotation":90,"texture":"#2"},"west":{"uv":[5,13.5,7,14],"rotation":90,"texture":"#2"},"up":{"uv":[7,13.5,5,14],"rotation":90,"texture":"#2"},"down":{"uv":[7,13.5,5,14],"rotation":90,"texture":"#2"}}},{"from":[7.601,11.95698,10.7146],"to":[8.399,15.55498,11.5126],"rotation":{"angle":0,"axis":"x","origin":[8,14.15598,11.1136]},"faces":{"north":{"uv":[8.75,14.25,10.65,13.75],"rotation":270,"texture":"#2"},"east":{"uv":[8.75,14.25,10.65,13.75],"rotation":270,"texture":"#2"},"south":{"uv":[8.75,14.25,10.65,13.75],"rotation":270,"texture":"#2"},"west":{"uv":[8.75,14.25,10.65,13.75],"rotation":270,"texture":"#2"},"up":{"uv":[10.65,13.75,8.75,14.25],"rotation":270,"texture":"#2"}}},{"from":[7.6,9.99906,11.46158],"to":[8.4,14.29906,12.26158],"rotation":{"angle":22.5,"axis":"x","origin":[8,12.86815,16]},"faces":{"north":{"uv":[0,14,2.25,13.5],"rotation":270,"texture":"#2"},"east":{"uv":[0,14,2.25,13.5],"rotation":270,"texture":"#2"},"south":{"uv":[0,14,2.25,13.5],"rotation":270,"texture":"#2"},"west":{"uv":[0,14,2.25,13.5],"rotation":270,"texture":"#2"},"up":{"uv":[0.5,13.5,0,14],"rotation":270,"texture":"#2"},"down":{"uv":[0.5,13.5,0,14],"rotation":270,"texture":"#2"}}},{"from":[8.57395,12.54973,7.5],"to":[9.57395,15.54973,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[8,14.01079,8]},"faces":{"north":{"uv":[13.5,1.75,14,3.25],"texture":"#2"},"east":{"uv":[13.5,1.75,14,3.25],"texture":"#2"},"south":{"uv":[13.5,1.75,14,3.25],"texture":"#2"},"west":{"uv":[13.5,1.75,14,3.25],"texture":"#2"},"up":{"uv":[13.5,1.75,14,2.25],"texture":"#2"}}},{"from":[7.5,4.1,6.5],"to":[8.5,5.1,9.5],"rotation":{"angle":45,"axis":"y","origin":[8,6.725,8]},"faces":{"north":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"east":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"south":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"west":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"up":{"uv":[7.75,12.75,8.25,14.25],"texture":"#2"},"down":{"uv":[7.75,12.75,8.25,14.25],"texture":"#2"}}},{"from":[7.5,-14.9,6.5],"to":[8.5,-13.9,9.5],"rotation":{"angle":45,"axis":"y","origin":[8,-12.275,8]},"faces":{"north":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"east":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"south":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"west":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"up":{"uv":[7.75,12.75,8.25,14.25],"texture":"#2"},"down":{"uv":[7.75,12.75,8.25,14.25],"texture":"#2"}}},{"from":[7.85,4.7,6.6],"to":[8.15,8.5,6.9],"rotation":{"angle":45,"axis":"y","origin":[8,6.6,8]},"faces":{"north":{"uv":[13.25,11.5,13.75,13.75],"texture":"#2"},"east":{"uv":[13.25,11.5,13.75,13.75],"texture":"#2"},"south":{"uv":[13.25,11.5,13.75,13.75],"texture":"#2"},"west":{"uv":[13.25,11.5,13.75,13.75],"texture":"#2"}}},{"from":[9.1,4.7,7.85],"to":[9.4,8.5,8.15],"rotation":{"angle":45,"axis":"y","origin":[8,6.6,8]},"faces":{"north":{"uv":[13.25,11.5,13.75,13.75],"texture":"#2"},"east":{"uv":[13.25,11.5,13.75,13.75],"texture":"#2"},"south":{"uv":[13.25,11.5,13.75,13.75],"texture":"#2"},"west":{"uv":[13.25,11.5,13.75,13.75],"texture":"#2"}}},{"from":[7.85,4.7,9.1],"to":[8.15,8.5,9.4],"rotation":{"angle":45,"axis":"y","origin":[8,6.6,8]},"faces":{"north":{"uv":[13.25,11.5,13.75,13.75],"texture":"#2"},"east":{"uv":[13.25,11.5,13.75,13.75],"texture":"#2"},"south":{"uv":[13.25,11.5,13.75,13.75],"texture":"#2"},"west":{"uv":[13.25,11.5,13.75,13.75],"texture":"#2"}}},{"from":[6.6,4.7,7.85],"to":[6.9,8.5,8.15],"rotation":{"angle":45,"axis":"y","origin":[8,6.6,8]},"faces":{"north":{"uv":[13.25,11.5,13.75,13.75],"texture":"#2"},"east":{"uv":[13.25,11.5,13.75,13.75],"texture":"#2"},"south":{"uv":[13.25,11.5,13.75,13.75],"texture":"#2"},"west":{"uv":[13.25,11.5,13.75,13.75],"texture":"#2"}}},{"from":[7.1,3.7,7.1],"to":[8.9,5.5,8.9],"rotation":{"angle":0,"axis":"y","origin":[15,11.6,15]},"faces":{"north":{"uv":[7.75,12.75,8.75,13.75],"texture":"#2"},"east":{"uv":[7.75,12.75,8.75,13.75],"texture":"#2"},"south":{"uv":[7.75,12.75,8.75,13.75],"texture":"#2"},"west":{"uv":[7.75,12.75,8.75,13.75],"texture":"#2"},"up":{"uv":[7.75,12.75,8.75,13.75],"texture":"#2"},"down":{"uv":[7.75,12.75,8.75,13.75],"texture":"#2"}}},{"from":[7.1,-15.3,7.1],"to":[8.9,-13.5,8.9],"rotation":{"angle":0,"axis":"y","origin":[15,-7.4,15]},"faces":{"north":{"uv":[7.75,12.75,8.75,13.75],"texture":"#2"},"east":{"uv":[7.75,12.75,8.75,13.75],"texture":"#2"},"south":{"uv":[7.75,12.75,8.75,13.75],"texture":"#2"},"west":{"uv":[7.75,12.75,8.75,13.75],"texture":"#2"},"up":{"uv":[7.75,12.75,8.75,13.75],"texture":"#2"},"down":{"uv":[7.75,12.75,8.75,13.75],"texture":"#2"}}},{"from":[7.4,5.95,7.4],"to":[8.6,7.15,8.6],"rotation":{"angle":0,"axis":"y","origin":[15,11.6,15]},"faces":{"north":{"uv":[8.5,11.25,9.5,12.25],"texture":"#2"},"east":{"uv":[8.5,11.25,9.5,12.25],"texture":"#2"},"south":{"uv":[8.5,11.25,9.5,12.25],"texture":"#2"},"west":{"uv":[8.5,11.25,9.5,12.25],"texture":"#2"},"up":{"uv":[8.5,11.25,9.5,12.25],"texture":"#2"},"down":{"uv":[8.5,11.25,9.5,12.25],"texture":"#2"}}},{"from":[7.2,2.8,7.2],"to":[8.8,3.4,8.8],"rotation":{"angle":0,"axis":"y","origin":[15,10.6,15]},"faces":{"north":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"east":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"south":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"west":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"up":{"uv":[14.5,2.25,15.5,3.25],"texture":"#2"},"down":{"uv":[14.5,2.25,15.5,3.25],"texture":"#2"}}},{"from":[7.2,-13.2,7.2],"to":[8.8,-12.6,8.8],"rotation":{"angle":0,"axis":"x","origin":[8,-11.9,8]},"faces":{"north":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"east":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"south":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"west":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"up":{"uv":[14.5,2.25,15.5,3.25],"texture":"#2"},"down":{"uv":[14.5,2.25,15.5,3.25],"texture":"#2"}}},{"from":[7.2,1.8,7.2],"to":[8.8,2.4,8.8],"rotation":{"angle":0,"axis":"y","origin":[15,9.6,15]},"faces":{"north":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"east":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"south":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"west":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"up":{"uv":[14.5,2.25,15.5,3.25],"texture":"#2"},"down":{"uv":[14.5,2.25,15.5,3.25],"texture":"#2"}}},{"from":[7.2,-12.2,7.2],"to":[8.8,-11.6,8.8],"rotation":{"angle":0,"axis":"x","origin":[8,-11.9,8]},"faces":{"north":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"east":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"south":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"west":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"up":{"uv":[14.5,2.25,15.5,3.25],"texture":"#2"},"down":{"uv":[14.5,2.25,15.5,3.25],"texture":"#2"}}},{"from":[7.3,0.9,7.3],"to":[8.7,1.3,8.7],"rotation":{"angle":0,"axis":"y","origin":[15,8.6,15]},"faces":{"north":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"east":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"south":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"west":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"up":{"uv":[14.5,2.25,15.5,3.25],"texture":"#2"},"down":{"uv":[14.5,2.25,15.5,3.25],"texture":"#2"}}},{"from":[7.3,-11.1,7.3],"to":[8.7,-10.7,8.7],"rotation":{"angle":0,"axis":"x","origin":[8,-11.9,8]},"faces":{"north":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"east":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"south":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"west":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"up":{"uv":[14.5,2.25,15.5,3.25],"texture":"#2"},"down":{"uv":[14.5,2.25,15.5,3.25],"texture":"#2"}}},{"from":[7.1,7.95,7.1],"to":[8.9,13.75,8.9],"rotation":{"angle":0,"axis":"y","origin":[15,15.85,15]},"faces":{"north":{"uv":[7.75,13,8.75,16],"rotation":180,"texture":"#2"},"east":{"uv":[7.75,13,8.75,16],"rotation":180,"texture":"#2"},"south":{"uv":[7.75,13,8.75,16],"rotation":180,"texture":"#2"},"west":{"uv":[7.75,13,8.75,16],"rotation":180,"texture":"#2"},"up":{"uv":[7.5,15,8.5,16],"rotation":180,"texture":"#2"},"down":{"uv":[8.25,12.25,9.25,13.25],"rotation":180,"texture":"#2"}}},{"from":[6.6,8.45,7.6],"to":[9.4,9.25,8.4],"rotation":{"angle":0,"axis":"y","origin":[8,6.725,8]},"faces":{"north":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"east":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"south":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"west":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"up":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"down":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"}}},{"from":[6.6,4.2,7.6],"to":[9.4,5,8.4],"rotation":{"angle":0,"axis":"y","origin":[8,6.725,8]},"faces":{"north":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"east":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"south":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"west":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"up":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"down":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"}}},{"from":[6.6,-14.8,7.6],"to":[9.4,-14,8.4],"rotation":{"angle":0,"axis":"y","origin":[8,-12.275,8]},"faces":{"north":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"east":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"south":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"west":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"up":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"down":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"}}},{"from":[6.501,8.351,7.501],"to":[9.499,9.349,8.499],"rotation":{"angle":45,"axis":"y","origin":[8,6.725,8]},"faces":{"north":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"east":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"south":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"west":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"up":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"down":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"}}},{"from":[6.501,4.101,7.501],"to":[9.499,5.099,8.499],"rotation":{"angle":45,"axis":"y","origin":[8,6.725,8]},"faces":{"north":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"east":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"south":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"west":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"up":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"down":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"}}},{"from":[6.501,-14.899,7.501],"to":[9.499,-13.901,8.499],"rotation":{"angle":45,"axis":"y","origin":[8,-12.275,8]},"faces":{"north":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"east":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"south":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"west":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"up":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"down":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"}}},{"from":[7.6,8.45,6.6],"to":[8.4,9.25,9.4],"rotation":{"angle":0,"axis":"y","origin":[8,6.725,8]},"faces":{"north":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"east":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"south":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"west":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"up":{"uv":[7.75,12.75,8.25,14.25],"texture":"#2"},"down":{"uv":[7.75,12.75,8.25,14.25],"texture":"#2"}}},{"from":[6.6,11.2,7.6],"to":[9.4,12,8.4],"rotation":{"angle":0,"axis":"y","origin":[8,11.6,8]},"faces":{"north":{"uv":[6.5,11,6.75,11.5],"texture":"#2"},"east":{"uv":[7,11,6.5,11.5],"texture":"#2"},"south":{"uv":[6.75,11,7,11.5],"texture":"#2"},"west":{"uv":[6.5,11,7,11.5],"texture":"#2"},"up":{"uv":[8.75,11.5,9.25,12],"rotation":270,"texture":"#2"},"down":{"uv":[6.5,11,7,11.5],"rotation":90,"texture":"#2"}}},{"from":[7.6,11.2,6.6],"to":[8.4,12,9.4],"rotation":{"angle":0,"axis":"y","origin":[8,11.6,8]},"faces":{"north":{"uv":[7,11,6.5,11.5],"texture":"#2"},"east":{"uv":[6.75,11,7,11.5],"texture":"#2"},"south":{"uv":[6.5,11,7,11.5],"texture":"#2"},"west":{"uv":[6.5,11,6.75,11.5],"texture":"#2"},"up":{"uv":[8.75,11.5,9.25,12],"rotation":180,"texture":"#2"},"down":{"uv":[6.5,11,7,11.5],"rotation":180,"texture":"#2"}}},{"from":[6.35,4.2,7.6],"to":[9.65,5,8.4],"rotation":{"angle":45,"axis":"y","origin":[8,11.6,8]},"faces":{"north":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"east":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"south":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"west":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"up":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"down":{"uv":[14.25,13.5,14.5,14],"texture":"#2"}}},{"from":[6.35,-14.8,7.6],"to":[9.65,-14,8.4],"rotation":{"angle":45,"axis":"y","origin":[8,11.6,8]},"faces":{"north":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"east":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"south":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"west":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"up":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"down":{"uv":[14.25,13.5,14.5,14],"texture":"#2"}}},{"from":[6.35,8.45,7.6],"to":[9.65,9.25,8.4],"rotation":{"angle":45,"axis":"y","origin":[8,11.6,8]},"faces":{"north":{"uv":[14.5,13.25,14.75,13.75],"texture":"#2"},"east":{"uv":[14.5,13.25,14.75,13.75],"texture":"#2"},"south":{"uv":[14.5,13.25,14.75,13.75],"texture":"#2"},"west":{"uv":[14.5,13.25,14.75,13.75],"texture":"#2"},"up":{"uv":[14.5,13.25,14.75,13.75],"texture":"#2"},"down":{"uv":[14.5,13.25,14.75,13.75],"texture":"#2"}}},{"from":[7.6,4.2,6.35],"to":[8.4,5,9.65],"rotation":{"angle":45,"axis":"y","origin":[8,4.6,8]},"faces":{"north":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"east":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"south":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"west":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"up":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"down":{"uv":[14.25,13.5,14.5,14],"texture":"#2"}}},{"from":[7.6,-14.8,6.35],"to":[8.4,-14,9.65],"rotation":{"angle":45,"axis":"y","origin":[8,4.6,8]},"faces":{"north":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"east":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"south":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"west":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"up":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"down":{"uv":[14.25,13.5,14.5,14],"texture":"#2"}}},{"from":[7.6,8.45,6.35],"to":[8.4,9.25,9.65],"rotation":{"angle":45,"axis":"y","origin":[8,4.6,8]},"faces":{"north":{"uv":[14.5,13.25,14.75,13.75],"texture":"#2"},"east":{"uv":[14.5,13.25,14.75,13.75],"texture":"#2"},"south":{"uv":[14.5,13.25,14.75,13.75],"texture":"#2"},"west":{"uv":[14.5,13.25,14.75,13.75],"texture":"#2"},"up":{"uv":[14.5,13.25,14.75,13.75],"texture":"#2"},"down":{"uv":[14.5,13.25,14.75,13.75],"texture":"#2"}}},{"from":[7.5,9.7,6],"to":[8.5,10.7,10],"rotation":{"angle":0,"axis":"y","origin":[8,10.2,8]},"faces":{"north":{"uv":[8.25,15.25,8.75,15.75],"texture":"#2"},"east":{"uv":[8.25,15.25,10.25,15.75],"texture":"#2"},"south":{"uv":[8.25,15.25,8.75,15.75],"texture":"#2"},"west":{"uv":[8.25,15.25,10.25,15.75],"texture":"#2"},"up":{"uv":[8.25,15.25,10.25,15.75],"rotation":90,"texture":"#2"},"down":{"uv":[8.25,15.25,10.25,15.75],"rotation":90,"texture":"#2"}}},{"from":[7.6,4.2,6.6],"to":[8.4,5,9.4],"rotation":{"angle":0,"axis":"y","origin":[8,6.725,8]},"faces":{"north":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"east":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"south":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"west":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"up":{"uv":[7.75,12.75,8.25,14.25],"texture":"#2"},"down":{"uv":[7.75,12.75,8.25,14.25],"texture":"#2"}}},{"from":[7.6,-14.8,6.6],"to":[8.4,-14,9.4],"rotation":{"angle":0,"axis":"y","origin":[8,-12.275,8]},"faces":{"north":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"east":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"south":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"west":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"up":{"uv":[7.75,12.75,8.25,14.25],"texture":"#2"},"down":{"uv":[7.75,12.75,8.25,14.25],"texture":"#2"}}},{"from":[7.995,6.51537,6.85276],"to":[8.005,12.51537,12.85276],"rotation":{"angle":22.5,"axis":"x","origin":[8,8.75,8.005]},"faces":{"east":{"uv":[16,16,0,0],"rotation":90,"texture":"#1"},"west":{"uv":[0,16,16,0],"rotation":270,"texture":"#1"}}},{"from":[7.995,6.51537,3.15724],"to":[8.005,12.51537,9.15724],"rotation":{"angle":-22.5,"axis":"x","origin":[8,8.75,8.005]},"faces":{"east":{"uv":[16,0,0,16],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,16,16],"rotation":270,"texture":"#1"}}}],"display":{"thirdperson_righthand":{"translation":[0,6.75,1.25],"scale":[1.29,1.29,1.29]},"thirdperson_lefthand":{"translation":[0,6.75,1.25],"scale":[1.29,1.29,1.29]},"firstperson_righthand":{"rotation":[-13,0,0],"translation":[8.25,-1,-4.25],"scale":[1.21,1.21,1.21]},"firstperson_lefthand":{"rotation":[-13,0,0],"translation":[8.25,-1,-4.25],"scale":[1.21,1.21,1.21]},"gui":{"rotation":[20,-130,30],"translation":[0,1,0],"scale":[0.53,0.53,0.53]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/tisaun_greatsword.json b/assets/minecraft/models/item/wynn/skin/spear/tisaun_greatsword.json new file mode 100644 index 000000000..f6c831cba --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/tisaun_greatsword.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/character/tisaun_greatsword"},"elements":[{"from":[7.4375,-9.75,7.4375],"to":[8.5625,-3.75,8.5625],"rotation":{"angle":0,"axis":"y","origin":[2,-9.75,2]},"faces":{"north":{"uv":[4.5,7.5,5,10.5],"texture":"#0"},"east":{"uv":[5,7.5,4.5,10.5],"texture":"#0"},"south":{"uv":[4.5,7.5,5,10.5],"texture":"#0"},"west":{"uv":[5,7.5,4.5,10.5],"texture":"#0"}}},{"from":[7.4375,-12.25,7.4375],"to":[8.5625,-11.25,8.5625],"rotation":{"angle":0,"axis":"y","origin":[2,-12,2]},"faces":{"north":{"uv":[10,9,10.5,9.5],"texture":"#0"},"east":{"uv":[10.5,9,10,9.5],"texture":"#0"},"south":{"uv":[10,9,10.5,9.5],"texture":"#0"},"west":{"uv":[10.5,9,10,9.5],"texture":"#0"},"down":{"uv":[10,10,9.5,10.5],"texture":"#0"}}},{"from":[5.1095,-10.1655,7.247],"to":[10.8905,-8.6595,8.753],"rotation":{"angle":0,"axis":"y","origin":[2,-9.0375,2]},"faces":{"north":{"uv":[3,1.5,6,2.25],"texture":"#0"},"south":{"uv":[6,1.5,3,2.25],"texture":"#0"},"up":{"uv":[6,3.25,3,2.5],"texture":"#0"}}},{"from":[9.476,-10.1645,6.748],"to":[10.424,-8.6605,9.252],"rotation":{"angle":0,"axis":"y","origin":[2,-9.0375,2]},"faces":{"north":{"uv":[10.25,3,10.75,3.75],"texture":"#0"},"east":{"uv":[10.75,2.25,11,3],"texture":"#0"},"south":{"uv":[10.75,3,10.25,3.75],"texture":"#0"},"west":{"uv":[10.75,3,11,3.75],"texture":"#0"},"up":{"uv":[10.25,3.75,10.75,4],"texture":"#0"},"down":{"uv":[10.25,4,10.75,4.25],"texture":"#0"}}},{"from":[5.576,-10.1645,6.748],"to":[6.524,-8.6605,9.252],"rotation":{"angle":0,"axis":"y","origin":[14,-9.0375,2]},"faces":{"north":{"uv":[10.75,3,10.25,3.75],"texture":"#0"},"east":{"uv":[11,3,10.75,3.75],"texture":"#0"},"south":{"uv":[10.25,3,10.75,3.75],"texture":"#0"},"west":{"uv":[11,2.25,10.75,3],"texture":"#0"},"up":{"uv":[10.75,3.75,10.25,4],"texture":"#0"},"down":{"uv":[10.75,4,10.25,4.25],"texture":"#0"}}},{"from":[7.245,-1.88,7.245],"to":[8.755,20.255,8.755],"rotation":{"angle":0,"axis":"y","origin":[2,-9.75,2]},"faces":{"north":{"uv":[0,0,0.75,11],"texture":"#0"},"east":{"uv":[1,0,0.75,11],"texture":"#0"},"south":{"uv":[0.75,0,0,11],"texture":"#0"},"west":{"uv":[1,0,1.25,11],"texture":"#0"}}},{"from":[2.749,17.8115,7.624],"to":[6.126,20.251,8.376],"rotation":{"angle":0,"axis":"y","origin":[0.3125,-9.75,1.625]},"faces":{"north":{"uv":[3,3.5,4.75,4.75],"texture":"#0"},"south":{"uv":[4.75,3.5,3,4.75],"texture":"#0"},"up":{"uv":[10.25,8.5,8.5,8],"texture":"#0"},"down":{"uv":[10.25,8.5,8.5,9],"texture":"#0"}}},{"from":[4.099,13.3115,7.624],"to":[6.126,15.751,8.376],"rotation":{"angle":0,"axis":"y","origin":[0.3125,-14.25,1.625]},"faces":{"north":{"uv":[7,4.5,8,5.75],"texture":"#0"},"south":{"uv":[8,4.5,7,5.75],"texture":"#0"},"up":{"uv":[6,5,5,4.5],"texture":"#0"},"down":{"uv":[8,2,7,2.5],"texture":"#0"}}},{"from":[7.25,20.25,7.625],"to":[8.75,22.125,8.375],"rotation":{"angle":0,"axis":"y","origin":[1.8125,-3.75,1.625]},"faces":{"north":{"uv":[9,1,9.75,2],"texture":"#0"},"south":{"uv":[9.75,1,9,2],"texture":"#0"}}},{"from":[7.25,19.81875,7.25],"to":[8.3,20.86875,8.75],"rotation":{"angle":45,"axis":"z","origin":[8,20.56875,8]},"faces":{"north":{"uv":[3,10,3.5,10.5],"texture":"#0"},"east":{"uv":[10,3.75,9.5,3.25],"texture":"#0"},"south":{"uv":[3.5,10,3,10.5],"texture":"#0"},"up":{"uv":[10,3.75,9.5,3.25],"rotation":90,"texture":"#0"}}},{"from":[7.322,22.947,7.622],"to":[8.20925,23.83425,8.378],"rotation":{"angle":45,"axis":"z","origin":[8,23.625,8]},"faces":{"north":{"uv":[10,4.5,10.5,5],"texture":"#0"},"east":{"uv":[5,10,5.5,10.5],"texture":"#0"},"south":{"uv":[10.5,4.5,10,5],"texture":"#0"},"up":{"uv":[10.5,5.5,10,5],"texture":"#0"}}},{"from":[3.0365,-3.751,7.249],"to":[8.3385,-1.499,8.751],"rotation":{"angle":-22.5,"axis":"z","origin":[7.5875,-3,8]},"faces":{"north":{"uv":[3.25,0,5.75,1.25],"texture":"#0"},"south":{"uv":[5.75,0,3.25,1.25],"texture":"#0"},"west":{"uv":[8,5,8.75,6.25],"texture":"#0"},"up":{"uv":[5.75,5.75,3.25,5],"texture":"#0"},"down":{"uv":[7.75,3.5,5,4.25],"texture":"#0"}}},{"from":[7.6625,-3.75,7.25],"to":[12.9625,-1.5,8.75],"rotation":{"angle":22.5,"axis":"z","origin":[8.4125,-3,8]},"faces":{"north":{"uv":[5.75,0,3.25,1.25],"texture":"#0"},"east":{"uv":[8.75,5,8,6.25],"texture":"#0"},"south":{"uv":[3.25,0,5.75,1.25],"texture":"#0"},"up":{"uv":[3.25,5.75,5.75,5],"texture":"#0"},"down":{"uv":[5,3.5,7.75,4.25],"texture":"#0"}}},{"from":[4.5855,-11.252,7.248],"to":[8.3395,-9.748,8.752],"rotation":{"angle":-22.5,"axis":"z","origin":[7.5875,-10.5,8]},"faces":{"north":{"uv":[6,2.5,8,3.25],"texture":"#0"},"south":{"uv":[8,2.5,6,3.25],"texture":"#0"},"west":{"uv":[9,4.5,9.75,5.25],"texture":"#0"},"down":{"uv":[8,6.5,6,7.25],"texture":"#0"}}},{"from":[4.6375,-1.5,7.25],"to":[6.8375,1.125,8.75],"rotation":{"angle":-22.5,"axis":"z","origin":[7.5875,-3,8]},"faces":{"north":{"uv":[4.75,6,5.75,7.25],"texture":"#0"},"south":{"uv":[5.75,6,4.75,7.25],"texture":"#0"},"west":{"uv":[8,6.5,8.75,7.75],"texture":"#0"}}},{"from":[3.5125,-1.5,7.625],"to":[4.6375,3.375,8.375],"rotation":{"angle":-22.5,"axis":"z","origin":[7.5875,-3,8]},"faces":{"north":{"uv":[5,7.5,5.5,10],"texture":"#0"},"south":{"uv":[5.5,7.5,5,10],"texture":"#0"},"west":{"uv":[5.5,7.5,6,10],"texture":"#0"}}},{"from":[4.6375,1.125,7.25],"to":[5.7125,3.375,8.75],"rotation":{"angle":-22.5,"axis":"z","origin":[7.5875,-3,8]},"faces":{"north":{"uv":[9,6.5,9.5,7.5],"texture":"#0"},"south":{"uv":[9.5,6.5,9,7.5],"texture":"#0"},"west":{"uv":[9,0,9.75,1],"texture":"#0"}}},{"from":[-5.6895,20.1355,7.623],"to":[-4.5605,23.4395,8.377],"rotation":{"angle":-22.5,"axis":"z","origin":[0.5,-9.4875,1.625]},"faces":{"north":{"uv":[8.5,0,9,1.75],"texture":"#0"},"south":{"uv":[9,0,8.5,1.75],"texture":"#0"},"west":{"uv":[8.5,2,9,3.75],"texture":"#0"}}},{"from":[6.122,-1.878,7.622],"to":[7.253,20.253,8.378],"rotation":{"angle":0,"axis":"y","origin":[0.3125,-9.75,1.625]},"faces":{"north":{"uv":[2,0,2.5,11],"texture":"#0"},"south":{"uv":[2.5,0,2,11],"texture":"#0"},"west":{"uv":[2.5,0,3,11],"texture":"#0"}}},{"from":[7.6615,-11.251,7.249],"to":[11.4135,-9.749,8.751],"rotation":{"angle":22.5,"axis":"z","origin":[8.4125,-10.5,8]},"faces":{"north":{"uv":[8,2.5,6,3.25],"texture":"#0"},"east":{"uv":[9.75,4.5,9,5.25],"texture":"#0"},"south":{"uv":[6,2.5,8,3.25],"texture":"#0"},"down":{"uv":[6,6.5,8,7.25],"texture":"#0"}}},{"from":[3.6115,-9.676,7.624],"to":[5.1135,-4.799,8.376],"rotation":{"angle":0,"axis":"y","origin":[2,-9,2]},"faces":{"north":{"uv":[6,0,6.75,2.5],"texture":"#0"},"east":{"uv":[6,7.5,6.5,10],"texture":"#0"},"south":{"uv":[6.75,0,6,2.5],"texture":"#0"},"west":{"uv":[6.5,7.5,7,10],"texture":"#0"}}},{"from":[3.6125,-11.25,7.625],"to":[4.5875,-9.75,8.375],"rotation":{"angle":-22.5,"axis":"z","origin":[7.5875,-10.5,8]},"faces":{"north":{"uv":[9.5,9,10,9.75],"texture":"#0"},"south":{"uv":[10,9,9.5,9.75],"texture":"#0"},"down":{"uv":[9.5,10,9,10.5],"texture":"#0"}}},{"from":[1.5855,-4.5395,7.623],"to":[3.0895,-3.0355,8.377],"rotation":{"angle":-22.5,"axis":"z","origin":[1.9625,-9.75,2]},"faces":{"north":{"uv":[9,5.5,9.75,6.25],"texture":"#0"},"east":{"uv":[10,0,10.5,0.75],"texture":"#0"},"south":{"uv":[9.75,5.5,9,6.25],"texture":"#0"},"west":{"uv":[10,1,10.5,1.75],"texture":"#0"},"up":{"uv":[10.75,2.5,10,2],"texture":"#0"}}},{"from":[12.9105,-4.5395,7.623],"to":[14.4145,-3.0355,8.377],"rotation":{"angle":22.5,"axis":"z","origin":[14.0375,-9.75,2]},"faces":{"north":{"uv":[9.75,5.5,9,6.25],"texture":"#0"},"east":{"uv":[10.5,1,10,1.75],"texture":"#0"},"south":{"uv":[9,5.5,9.75,6.25],"texture":"#0"},"west":{"uv":[10.5,0,10,0.75],"texture":"#0"},"up":{"uv":[10,2.5,10.75,2],"texture":"#0"}}},{"from":[10.8865,-9.676,7.624],"to":[12.3885,-4.799,8.376],"rotation":{"angle":0,"axis":"y","origin":[14,-9,2]},"faces":{"north":{"uv":[6.75,0,6,2.5],"texture":"#0"},"east":{"uv":[7,7.5,6.5,10],"texture":"#0"},"south":{"uv":[6,0,6.75,2.5],"texture":"#0"},"west":{"uv":[6.5,7.5,6,10],"texture":"#0"}}},{"from":[11.4125,-11.25,7.625],"to":[12.3875,-9.75,8.375],"rotation":{"angle":22.5,"axis":"z","origin":[8.4125,-10.5,8]},"faces":{"north":{"uv":[10,9,9.5,9.75],"texture":"#0"},"south":{"uv":[9.5,9,10,9.75],"texture":"#0"},"down":{"uv":[9,10,9.5,10.5],"texture":"#0"}}},{"from":[9.1625,-1.5,7.25],"to":[11.3625,1.125,8.75],"rotation":{"angle":22.5,"axis":"z","origin":[8.4125,-3,8]},"faces":{"north":{"uv":[5.75,6,4.75,7.25],"texture":"#0"},"east":{"uv":[8.75,6.5,8,7.75],"texture":"#0"},"south":{"uv":[4.75,6,5.75,7.25],"texture":"#0"}}},{"from":[11.3625,-1.5,7.625],"to":[12.4875,3.375,8.375],"rotation":{"angle":22.5,"axis":"z","origin":[8.4125,-3,8]},"faces":{"north":{"uv":[5.5,7.5,5,10],"texture":"#0"},"east":{"uv":[6,7.5,5.5,10],"texture":"#0"},"south":{"uv":[5,7.5,5.5,10],"texture":"#0"}}},{"from":[10.2875,1.125,7.25],"to":[11.3625,3.375,8.75],"rotation":{"angle":22.5,"axis":"z","origin":[8.4125,-3,8]},"faces":{"north":{"uv":[9.5,6.5,9,7.5],"texture":"#0"},"east":{"uv":[9.75,0,9,1],"texture":"#0"},"south":{"uv":[9,6.5,9.5,7.5],"texture":"#0"}}},{"from":[20.5615,20.1365,7.624],"to":[21.6885,23.4385,8.376],"rotation":{"angle":22.5,"axis":"z","origin":[15.5,-9.4875,1.625]},"faces":{"north":{"uv":[9,0,8.5,1.75],"texture":"#0"},"east":{"uv":[9,2,8.5,3.75],"texture":"#0"},"south":{"uv":[8.5,0,9,1.75],"texture":"#0"}}},{"from":[8.747,-1.878,7.622],"to":[9.878,20.253,8.378],"rotation":{"angle":0,"axis":"y","origin":[15.6875,-9.75,1.625]},"faces":{"north":{"uv":[1.75,0,1.25,11],"texture":"#0"},"east":{"uv":[11.5,0,11,11],"texture":"#0"},"south":{"uv":[1.25,0,1.75,11],"texture":"#0"}}},{"from":[3.347,18.1095,7.622],"to":[4.853,21.753,8.378],"rotation":{"angle":-22.5,"axis":"z","origin":[3.35,23.25,7.25]},"faces":{"north":{"uv":[7,0,7.75,1.75],"texture":"#0"},"east":{"uv":[3.5,8.5,4,10.25],"texture":"#0"},"south":{"uv":[7.75,0,7,1.75],"texture":"#0"},"west":{"uv":[4,8.5,4.5,10.25],"texture":"#0"},"up":{"uv":[7.75,6.5,7,6],"texture":"#0"}}},{"from":[2.224,17.624,7.8115],"to":[3.351,21.751,8.1885],"rotation":{"angle":-22.5,"axis":"z","origin":[3.35,23.25,7.25]},"faces":{"north":{"uv":[8,2,8.5,4],"texture":"#0"},"south":{"uv":[8.5,2,8,4],"texture":"#0"},"west":{"uv":[7.5,9.5,7.75,11.5],"texture":"#0"},"up":{"uv":[11,1.25,10.5,1],"texture":"#0"}}},{"from":[3.498,12.373,7.623],"to":[5.002,16.202,8.377],"rotation":{"angle":22.5,"axis":"z","origin":[4.25,13.5,7.25]},"faces":{"north":{"uv":[6,4.5,6.75,6.5],"texture":"#0"},"south":{"uv":[6.75,4.5,6,6.5],"texture":"#0"},"west":{"uv":[8,0,8.5,2],"texture":"#0"},"up":{"uv":[9.75,8,9,7.5],"texture":"#0"},"down":{"uv":[10.25,4,9.5,4.5],"texture":"#0"}}},{"from":[5,12.75,7.625],"to":[5.375,13.5,8.375],"rotation":{"angle":0,"axis":"z","origin":[4.625,13.875,7.25]},"faces":{"north":{"uv":[3,10.5,3.25,11],"texture":"#0"},"east":{"uv":[6.5,10,7,10.5],"texture":"#0"},"south":{"uv":[3.25,10.5,3,11],"texture":"#0"}}},{"from":[5.675,15.7875,7.625],"to":[6.05,16.5375,8.375],"rotation":{"angle":45,"axis":"z","origin":[5.3,13.8375,7.25]},"faces":{"north":{"uv":[10.5,1.5,10.75,2],"texture":"#0"},"east":{"uv":[5.5,10,6,10.5],"texture":"#0"},"south":{"uv":[10.75,1.5,10.5,2],"texture":"#0"}}},{"from":[2.375,12.375,7.8125],"to":[3.5,16.2,8.1875],"rotation":{"angle":22.5,"axis":"z","origin":[4.25,13.5,7.25]},"faces":{"north":{"uv":[7.5,7.5,8,9.5],"texture":"#0"},"south":{"uv":[8,7.5,7.5,9.5],"texture":"#0"},"west":{"uv":[8.5,9,8.75,11],"texture":"#0"},"up":{"uv":[10.5,9.75,10,9.5],"texture":"#0"},"down":{"uv":[10.5,10,10,10.25],"texture":"#0"}}},{"from":[3.498,17.248,7.623],"to":[5.002,19.202,8.377],"rotation":{"angle":22.5,"axis":"z","origin":[4.25,13.5,7.25]},"faces":{"north":{"uv":[9,2,9.75,3],"texture":"#0"},"south":{"uv":[9.75,2,9,3],"texture":"#0"},"west":{"uv":[9,9,9.5,10],"texture":"#0"},"down":{"uv":[10.25,7,9.5,7.5],"texture":"#0"}}},{"from":[3.124,17.249,7.624],"to":[3.501,18.001,8.376],"rotation":{"angle":0,"axis":"z","origin":[2.75,13.5,7.25]},"faces":{"north":{"uv":[10.5,2.5,10.75,3],"texture":"#0"},"east":{"uv":[10,5.5,10.5,6],"texture":"#0"},"south":{"uv":[10.75,2.5,10.5,3],"texture":"#0"}}},{"from":[2.375,17.25,7.8125],"to":[3.5,19.65,8.1875],"rotation":{"angle":22.5,"axis":"z","origin":[4.25,13.5,7.25]},"faces":{"north":{"uv":[9,3,9.5,4.25],"texture":"#0"},"south":{"uv":[9.5,3,9,4.25],"texture":"#0"},"west":{"uv":[10,2.5,10.25,3.75],"texture":"#0"},"down":{"uv":[11,0.5,10.5,0.75],"texture":"#0"}}},{"from":[3.499,6.749,7.624],"to":[5.001,11.326,8.376],"rotation":{"angle":22.5,"axis":"z","origin":[4.25,13.5,7.25]},"faces":{"north":{"uv":[3.5,6,4.25,8.25],"texture":"#0"},"south":{"uv":[4.25,6,3.5,8.25],"texture":"#0"},"west":{"uv":[7,7.5,7.5,9.75],"texture":"#0"},"up":{"uv":[10.25,7,9.5,6.5],"texture":"#0"}}},{"from":[3.6875,9.4875,7.625],"to":[4.4375,10.6125,8.375],"rotation":{"angle":45,"axis":"z","origin":[3.6875,12.7875,7.25]},"faces":{"north":{"uv":[6,10,6.5,10.5],"texture":"#0"},"east":{"uv":[10,6,10.5,6.5],"texture":"#0"},"south":{"uv":[6.5,10,6,10.5],"texture":"#0"}}},{"from":[2.375,3.75,7.8125],"to":[3.5,11.325,8.1875],"rotation":{"angle":22.5,"axis":"z","origin":[4.25,13.5,7.25]},"faces":{"north":{"uv":[3,6,3.5,9.75],"texture":"#0"},"south":{"uv":[3.5,6,3,9.75],"texture":"#0"},"west":{"uv":[8,8,8.25,11.75],"texture":"#0"},"up":{"uv":[11,0.25,10.5,0],"texture":"#0"}}},{"from":[7.8125,-2.4375,6.625],"to":[9.6875,-0.5625,9.25],"rotation":{"angle":45,"axis":"z","origin":[8,-2.25,7.25]},"faces":{"north":{"uv":[8,4,9,5],"texture":"#0"},"east":{"uv":[10,7.75,11,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[9,4,8,5],"texture":"#0"},"west":{"uv":[7,10,7.25,11],"texture":"#0"},"up":{"uv":[11,7.75,10,7.5],"texture":"#0"},"down":{"uv":[7,10,7.25,11],"rotation":90,"texture":"#0"}}},{"from":[7.702,22.502,7.625],"to":[8.298,22.998,8.375],"faces":{"north":{"uv":[10.75,1.5,11,1.75],"texture":"#0"},"south":{"uv":[10.75,1.5,11,1.75],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[-4,-85,0],"translation":[-1.25,13.5,1.25],"scale":[1.1,1.1,1.1]},"thirdperson_lefthand":{"rotation":[-4,95,0],"translation":[-1.25,13.5,1.25],"scale":[1.1,1.1,1.1]},"firstperson_righthand":{"rotation":[-13,-80,0],"translation":[2,10,1],"scale":[0.9,0.9,0.9]},"firstperson_lefthand":{"rotation":[-13,100,0],"translation":[2,10,1],"scale":[0.9,0.9,0.9]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/toy_spear.json b/assets/minecraft/models/item/wynn/skin/spear/toy_spear.json new file mode 100644 index 000000000..c1f246720 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/toy_spear.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/wood","1":"skins/decay_2","2":"skins/voodoo","particle":"skins/wood"},"elements":[{"from":[7.5,-12,7.75],"to":[8.5,7,8.25],"rotation":{"angle":0,"axis":"y","origin":[8,6.5,8]},"faces":{"north":{"uv":[0,14.5,16,15.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,15,16,15.5],"rotation":90,"texture":"#0"},"south":{"uv":[0,14.5,16,15.5],"rotation":90,"texture":"#0"},"west":{"uv":[0,14,16,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[0,14.5,0.5,15.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,14.5,0.5,15.5],"rotation":90,"texture":"#0"}}},{"from":[7.75,-12,7.5],"to":[8.25,7,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,-2.5,8]},"faces":{"north":{"uv":[0,14,16,14.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,14.5,16,15.5],"rotation":90,"texture":"#0"},"south":{"uv":[0,14,16,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[0,14.5,16,15.5],"rotation":90,"texture":"#0"},"up":{"uv":[0,14.5,0.5,15.5],"texture":"#0"},"down":{"uv":[0,14.5,0.5,15.5],"rotation":180,"texture":"#0"}}},{"from":[7.75,-12.25,7.75],"to":[8.25,-10.25,8.25],"rotation":{"angle":0,"axis":"y","origin":[8,6.5,8]},"faces":{"north":{"uv":[5,15,5.5,15.5],"rotation":90,"texture":"#0"},"east":{"uv":[5,15,5.5,15.5],"rotation":90,"texture":"#0"},"south":{"uv":[5,15,5.5,15.5],"rotation":90,"texture":"#0"},"west":{"uv":[5,15,5.5,15.5],"rotation":90,"texture":"#0"},"up":{"uv":[5,15,5.5,15.5],"rotation":90,"texture":"#0"},"down":{"uv":[5,15,5.5,15.5],"rotation":90,"texture":"#0"}}},{"from":[7.5,6,6],"to":[8.5,10,10],"faces":{"north":{"uv":[0,1,1,5],"texture":"#1"},"east":{"uv":[0,1,4,5],"texture":"#1"},"south":{"uv":[0,1,1,5],"texture":"#1"},"west":{"uv":[0,1,4,5],"texture":"#1"},"up":{"uv":[0,1,1,5],"texture":"#1"},"down":{"uv":[0,6,4,7],"rotation":90,"texture":"#1"}}},{"from":[7.49,9.11045,5.56822],"to":[8.51,11.13045,9.58822],"rotation":{"angle":-22.5,"axis":"x","origin":[8,10.62045,7.57822]},"faces":{"north":{"uv":[0,1,1,3],"texture":"#1"},"east":{"uv":[0,1,4,3],"texture":"#1"},"south":{"uv":[0,1,1,3],"texture":"#1"},"west":{"uv":[0,1,4,3],"texture":"#1"},"up":{"uv":[0,1,1,5],"texture":"#1"},"down":{"uv":[0,1,1,5],"texture":"#1"}}},{"from":[7.5,10.14065,6.11331],"to":[8.5,12.14065,9.11331],"rotation":{"angle":-45,"axis":"x","origin":[8,11.14065,7.11331]},"faces":{"north":{"uv":[0,1,1,3],"texture":"#1"},"east":{"uv":[0,1,3,3],"texture":"#1"},"south":{"uv":[0,1,1,3],"texture":"#1"},"west":{"uv":[0,1,3,3],"texture":"#1"},"up":{"uv":[0,1,1,4],"texture":"#1"},"down":{"uv":[0,1,1,4],"texture":"#1"}}},{"from":[7.75,11.15842,7.88108],"to":[8.25,13.15842,9.88108],"rotation":{"angle":-22.5,"axis":"x","origin":[8,12.90842,8.88108]},"faces":{"north":{"uv":[2,1,2.5,3],"texture":"#2"},"east":{"uv":[2,1,4,3],"texture":"#2"},"south":{"uv":[2,1,2.5,3],"texture":"#2"},"west":{"uv":[2,1,4,3],"texture":"#2"},"up":{"uv":[2,1,2.5,3],"texture":"#2"},"down":{"uv":[2,1,2.5,3],"texture":"#2"}}},{"from":[7.76,9.35726,9.34726],"to":[8.24,11.33726,11.32726],"rotation":{"angle":0,"axis":"x","origin":[8,10.34726,10.53726]},"faces":{"north":{"uv":[1.5,1.5,2,3.5],"texture":"#2"},"east":{"uv":[1.5,1.5,3.5,3.5],"texture":"#2"},"south":{"uv":[1.5,1.5,2,3.5],"texture":"#2"},"west":{"uv":[1.5,1.5,3.5,3.5],"texture":"#2"},"up":{"uv":[1.5,1.5,2,3.5],"texture":"#2"},"down":{"uv":[1.5,1.5,2,3.5],"texture":"#2"}}},{"from":[7.76,7.60726,9.59726],"to":[8.24,9.08726,11.57726],"rotation":{"angle":0,"axis":"x","origin":[8,10.34726,10.53726]},"faces":{"north":{"uv":[1.5,1.5,2,3],"texture":"#2"},"east":{"uv":[1.5,1.5,3.5,3],"texture":"#2"},"south":{"uv":[1.5,1.5,2,3],"texture":"#2"},"west":{"uv":[1.5,1.5,3.5,3],"texture":"#2"},"up":{"uv":[1.5,1.5,2,3.5],"texture":"#2"},"down":{"uv":[1.5,1.5,2,3.5],"texture":"#2"}}},{"from":[7.75,6.14726,9.08726],"to":[8.25,7.39726,11.08726],"rotation":{"angle":22.5,"axis":"x","origin":[8,6.14726,10.58726]},"faces":{"north":{"uv":[1.5,1.5,2,2.75],"texture":"#2"},"east":{"uv":[1.5,1.5,3.5,2.75],"texture":"#2"},"south":{"uv":[1.5,1.5,2,2.75],"texture":"#2"},"west":{"uv":[1.5,1.5,3.5,2.75],"texture":"#2"},"up":{"uv":[1.5,1.5,2,3.5],"texture":"#2"},"down":{"uv":[1.5,1.5,2,3.5],"texture":"#2"}}},{"from":[6.99,10.11045,4.31822],"to":[9.01,12.13045,7.33822],"rotation":{"angle":-22.5,"axis":"x","origin":[8,9.62045,7.57822]},"faces":{"north":{"uv":[1.5,0,3.5,2],"texture":"#1"},"east":{"uv":[1.5,0,4.5,2],"texture":"#1"},"south":{"uv":[1.5,0,3.5,2],"texture":"#1"},"west":{"uv":[1.5,0,4.5,2],"texture":"#1"},"up":{"uv":[1.5,0,3.5,3],"texture":"#1"},"down":{"uv":[1.5,0,3.5,3],"texture":"#1"}}},{"from":[6.75,9.87045,4.82822],"to":[9.25,12.37045,5.32822],"rotation":{"angle":-22.5,"axis":"x","origin":[8,9.62045,7.57822]},"faces":{"north":{"uv":[9,9.5,11.5,12],"texture":"#1"},"east":{"uv":[9,9.5,9.5,12],"texture":"#1"},"south":{"uv":[9,9.5,11.5,12],"texture":"#1"},"west":{"uv":[9,9.5,9.5,12],"texture":"#1"},"up":{"uv":[9,9.5,11.5,10],"texture":"#1"},"down":{"uv":[9,9.5,11.5,10],"texture":"#1"}}},{"from":[6.51,9.36142,4.74254],"to":[9.49,9.84142,10.22254],"rotation":{"angle":0,"axis":"x","origin":[8,9.85142,7.48254]},"faces":{"north":{"uv":[8,15.5,11,16],"rotation":180,"texture":"#1"},"east":{"uv":[9,9.5,9.5,15],"rotation":270,"texture":"#1"},"south":{"uv":[9,9.5,12,10],"texture":"#1"},"west":{"uv":[9,9.5,9.5,15],"rotation":90,"texture":"#1"},"up":{"uv":[9,9.5,12,15],"rotation":180,"texture":"#1"},"down":{"uv":[9,9.5,12,15],"texture":"#1"}}},{"from":[6.27,9.37142,7.25254],"to":[9.73,9.83142,8.71254],"rotation":{"angle":0,"axis":"x","origin":[8,9.85142,7.48254]},"faces":{"north":{"uv":[9,9.5,12.5,10],"rotation":180,"texture":"#1"},"east":{"uv":[9,9.5,9.5,11],"rotation":270,"texture":"#1"},"south":{"uv":[9,9.5,12.5,10],"texture":"#1"},"west":{"uv":[9,9.5,9.5,11],"rotation":90,"texture":"#1"},"up":{"uv":[9,9.5,12.5,11],"rotation":180,"texture":"#1"},"down":{"uv":[9,9.5,12.5,11],"texture":"#1"}}},{"from":[6.25,4.51541,6.92281],"to":[6.75,10.01541,7.42281],"rotation":{"angle":22.5,"axis":"x","origin":[6.5,7.76541,7.17281]},"faces":{"north":{"uv":[9,9.5,9.5,15],"rotation":180,"texture":"#1"},"east":{"uv":[9,9.5,9.5,15],"rotation":180,"texture":"#1"},"south":{"uv":[9,9.5,9.5,15],"rotation":180,"texture":"#1"},"west":{"uv":[9,9.5,9.5,15],"rotation":180,"texture":"#1"},"up":{"uv":[9,15,9.5,15.5],"texture":"#1"},"down":{"uv":[9,9.5,9.5,10],"texture":"#1"}}},{"from":[6.75,3.51541,6.92281],"to":[7.25,5.01541,7.42281],"rotation":{"angle":22.5,"axis":"x","origin":[7,7.76541,7.17281]},"faces":{"north":{"uv":[9,9.5,9.5,11],"rotation":180,"texture":"#1"},"east":{"uv":[9,9.5,9.5,11],"rotation":180,"texture":"#1"},"south":{"uv":[9,9.5,9.5,11],"rotation":180,"texture":"#1"},"west":{"uv":[9,9.5,9.5,11],"rotation":180,"texture":"#1"},"up":{"uv":[9,9.5,9.5,10],"texture":"#1"},"down":{"uv":[9,9.5,9.5,10],"texture":"#1"}}},{"from":[7.25,3.01541,6.92281],"to":[7.75,4.01541,7.42281],"rotation":{"angle":22.5,"axis":"x","origin":[7,7.76541,7.17281]},"faces":{"north":{"uv":[9,9.5,9.5,10.5],"rotation":180,"texture":"#1"},"east":{"uv":[9,9.5,9.5,10.5],"rotation":180,"texture":"#1"},"south":{"uv":[9,9.5,9.5,10.5],"rotation":180,"texture":"#1"},"west":{"uv":[9,9.5,9.5,10.5],"rotation":180,"texture":"#1"},"up":{"uv":[9,9.5,9.5,10],"texture":"#1"},"down":{"uv":[9,9.5,9.5,10],"texture":"#1"}}},{"from":[7.75,3.01541,6.92281],"to":[8.25,3.51541,7.42281],"rotation":{"angle":22.5,"axis":"x","origin":[7,7.76541,7.17281]},"faces":{"north":{"uv":[9,9.5,9.5,10],"rotation":180,"texture":"#1"},"east":{"uv":[9,9.5,9.5,10],"rotation":180,"texture":"#1"},"south":{"uv":[9,9.5,9.5,10],"rotation":180,"texture":"#1"},"west":{"uv":[9,9.5,9.5,10],"rotation":180,"texture":"#1"},"up":{"uv":[9,9.5,9.5,10],"texture":"#1"},"down":{"uv":[9,9.5,9.5,10],"texture":"#1"}}},{"from":[8.25,3.01541,6.92281],"to":[8.75,4.01541,7.42281],"rotation":{"angle":22.5,"axis":"x","origin":[7,7.76541,7.17281]},"faces":{"north":{"uv":[9,9.5,9.5,10.5],"rotation":180,"texture":"#1"},"east":{"uv":[9,9.5,9.5,10.5],"rotation":180,"texture":"#1"},"south":{"uv":[9,9.5,9.5,10.5],"rotation":180,"texture":"#1"},"west":{"uv":[9,9.5,9.5,10.5],"rotation":180,"texture":"#1"},"up":{"uv":[9,9.5,9.5,10],"texture":"#1"},"down":{"uv":[9,9.5,9.5,10],"texture":"#1"}}},{"from":[8.75,3.51541,6.92281],"to":[9.25,5.01541,7.42281],"rotation":{"angle":22.5,"axis":"x","origin":[7,7.76541,7.17281]},"faces":{"north":{"uv":[9,9.5,9.5,11],"rotation":180,"texture":"#1"},"east":{"uv":[9,9.5,9.5,11],"rotation":180,"texture":"#1"},"south":{"uv":[9,9.5,9.5,11],"rotation":180,"texture":"#1"},"west":{"uv":[9,9.5,9.5,11],"rotation":180,"texture":"#1"},"up":{"uv":[9,9.5,9.5,10],"texture":"#1"},"down":{"uv":[9,9.5,9.5,10],"texture":"#1"}}},{"from":[9.25,4.51541,6.92281],"to":[9.75,10.01541,7.42281],"rotation":{"angle":22.5,"axis":"x","origin":[9.5,7.76541,7.17281]},"faces":{"north":{"uv":[9,9.5,9.5,15],"rotation":180,"texture":"#1"},"east":{"uv":[9,9.5,9.5,15],"rotation":180,"texture":"#1"},"south":{"uv":[9,9.5,9.5,15],"rotation":180,"texture":"#1"},"west":{"uv":[9,9.5,9.5,15],"rotation":180,"texture":"#1"},"up":{"uv":[9,14.5,9.5,15],"texture":"#1"},"down":{"uv":[9,9.5,9.5,10],"texture":"#1"}}},{"from":[7.01,10.63045,3.33822],"to":[8.99,11.61045,6.31822],"rotation":{"angle":-22.5,"axis":"x","origin":[8,9.62045,7.57822]},"faces":{"north":{"uv":[0,1,2,2],"texture":"#1"},"east":{"uv":[0,1,3,2],"texture":"#1"},"south":{"uv":[0,1,2,2],"texture":"#1"},"west":{"uv":[0,1,3,2],"texture":"#1"},"up":{"uv":[0,1,2,4],"texture":"#1"},"down":{"uv":[0,1,2,4],"texture":"#1"}}},{"from":[7.51,8.96389,3.22352],"to":[8.49,10.94389,5.95352],"rotation":{"angle":-22.5,"axis":"x","origin":[8,9.95389,4.46352]},"faces":{"north":{"uv":[0,1,1,3],"texture":"#1"},"east":{"uv":[0,1,2.75,3],"texture":"#1"},"south":{"uv":[0,1,1,3],"texture":"#1"},"west":{"uv":[0,1,2.75,3],"texture":"#1"},"up":{"uv":[0,1,1,3.75],"texture":"#1"},"down":{"uv":[0,1,1,3.75],"texture":"#1"}}},{"from":[7.01,9.38041,5.11061],"to":[8.99,11.86041,8.09061],"rotation":{"angle":-45,"axis":"x","origin":[8,11.37041,6.10061]},"faces":{"north":{"uv":[0,1,2,3.5],"texture":"#1"},"east":{"uv":[0,1,3,3.5],"texture":"#1"},"south":{"uv":[0,1,2,3.5],"texture":"#1"},"west":{"uv":[0,1,3,3.5],"texture":"#1"},"up":{"uv":[0,1,2,4],"texture":"#1"},"down":{"uv":[0,1,2,4],"texture":"#1"}}},{"from":[6.5,6,7.5],"to":[9.5,10,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,6.5,8]},"faces":{"north":{"uv":[0,1,3,5],"texture":"#1"},"east":{"uv":[0,1,1,5],"texture":"#1"},"south":{"uv":[0,1,3,5],"texture":"#1"},"west":{"uv":[1.5,3,2.5,7],"texture":"#1"},"up":{"uv":[0,1,3,2],"texture":"#1"},"down":{"uv":[1.5,6,4.5,7],"texture":"#1"}}},{"from":[7.01,6.01,6.51],"to":[8.99,9.99,9.49],"rotation":{"angle":0,"axis":"y","origin":[8,6.5,8]},"faces":{"north":{"uv":[0,1,2,5],"texture":"#1"},"east":{"uv":[0,1,3,5],"texture":"#1"},"south":{"uv":[0,1,2,5],"texture":"#1"},"west":{"uv":[0,1,3,5],"texture":"#1"},"up":{"uv":[0,1,2,4],"texture":"#1"},"down":{"uv":[0,5,3,7],"rotation":90,"texture":"#1"}}},{"from":[7,9.60086,7.57395],"to":[9,11.10086,10.57395],"rotation":{"angle":-22.5,"axis":"x","origin":[8,7.10086,9.07395]},"faces":{"north":{"uv":[0,1,2,2.5],"texture":"#1"},"east":{"uv":[0,1,3,2.5],"texture":"#1"},"south":{"uv":[0,1,2,2.5],"texture":"#1"},"west":{"uv":[0,1,3,2.5],"texture":"#1"},"up":{"uv":[0,1,2,4],"texture":"#1"},"down":{"uv":[0,1,2,4],"texture":"#1"}}},{"from":[6.5,10.5,7.5],"to":[7,13.5,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[7,12.5,8.5]},"faces":{"north":{"uv":[5,5,5.5,8],"texture":"#1"},"east":{"uv":[5,5,6,8],"texture":"#1"},"south":{"uv":[5,5,5.5,8],"texture":"#1"},"west":{"uv":[5,5,6,8],"texture":"#1"},"up":{"uv":[5,5,5.5,6],"texture":"#1"},"down":{"uv":[5,5,5.5,6],"texture":"#1"}}},{"from":[9,10.5,7.5],"to":[9.5,13.5,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[9,12.5,8.5]},"faces":{"north":{"uv":[5.5,5,5,8],"texture":"#1"},"east":{"uv":[6,5,5,8],"texture":"#1"},"south":{"uv":[5.5,5,5,8],"texture":"#1"},"west":{"uv":[6,5,5,8],"texture":"#1"},"up":{"uv":[5.5,5,5,6],"texture":"#1"},"down":{"uv":[5.5,5,5,6],"texture":"#1"}}},{"from":[6.85,10.85,6.6],"to":[7.65,11.65,7.4],"rotation":{"angle":0,"axis":"y","origin":[6.75,10.75,6.5]},"faces":{"north":{"uv":[12.5,12,13.5,13],"rotation":90,"texture":"#2"},"east":{"uv":[12.5,12,13.5,13],"texture":"#2"},"south":{"uv":[12.5,12,13.5,13],"rotation":90,"texture":"#2"},"west":{"uv":[12.5,12,13.5,13],"texture":"#2"},"up":{"uv":[12.5,12,13.5,13],"texture":"#2"},"down":{"uv":[12.5,12,13.5,13],"texture":"#2"}}},{"from":[8.35,10.85,6.6],"to":[9.15,11.65,7.4],"rotation":{"angle":0,"axis":"y","origin":[9.25,10.75,6.5]},"faces":{"north":{"uv":[12.5,13,13.5,12],"rotation":90,"texture":"#2"},"east":{"uv":[13.5,12,12.5,13],"texture":"#2"},"south":{"uv":[12.5,13,13.5,12],"rotation":90,"texture":"#2"},"west":{"uv":[13.5,12,12.5,13],"texture":"#2"},"up":{"uv":[13.5,12,12.5,13],"texture":"#2"},"down":{"uv":[13.5,12,12.5,13],"texture":"#2"}}}],"display":{"thirdperson_righthand":{"translation":[-0.25,13.75,1.5],"scale":[2,2,2]},"thirdperson_lefthand":{"translation":[-0.25,13.75,1.5],"scale":[2,2,2]},"firstperson_righthand":{"rotation":[-18,0,0],"translation":[2.5,6.75,-3],"scale":[1.5,1.5,1.5]},"firstperson_lefthand":{"rotation":[-18,0,0],"translation":[2.5,6.75,-3],"scale":[1.5,1.5,1.5]},"gui":{"rotation":[-118,-41,-112],"translation":[2.75,3.75,0],"scale":[0.78,0.78,0.78]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/spear/tropical_spear.json b/assets/minecraft/models/item/wynn/skin/spear/tropical_spear.json new file mode 100644 index 000000000..d3506704e --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/spear/tropical_spear.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/tropical/tropical_spear","particle":"skins/tropical/tropical_spear"},"elements":[{"from":[7,16,7],"to":[9,30,9],"rotation":{"angle":0,"axis":"y","origin":[4,-4,-1]},"faces":{"north":{"uv":[5,4,5.5,7.5],"texture":"#0"},"east":{"uv":[4.5,4,5,7.5],"texture":"#0"},"south":{"uv":[6,4,6.5,7.5],"texture":"#0"},"west":{"uv":[5.5,4,6,7.5],"texture":"#0"},"up":{"uv":[5.5,4,5,3.5],"texture":"#0"},"down":{"uv":[6,3.5,5.5,4],"texture":"#0"}}},{"from":[6,7,7],"to":[8,13,9],"rotation":{"angle":0,"axis":"y","origin":[4,-4,-1]},"faces":{"north":{"uv":[12,3.5,12.5,5],"texture":"#0"},"east":{"uv":[11.5,3.5,12,5],"texture":"#0"},"south":{"uv":[13,3.5,13.5,5],"texture":"#0"},"west":{"uv":[12.5,3.5,13,5],"texture":"#0"},"up":{"uv":[12.5,3.5,12,3],"texture":"#0"},"down":{"uv":[13,3,12.5,3.5],"texture":"#0"}}},{"from":[7,-9,7],"to":[9,2,9],"rotation":{"angle":0,"axis":"y","origin":[4,-4,-1]},"faces":{"north":{"uv":[7,4.75,7.5,7.5],"texture":"#0"},"east":{"uv":[6.5,4.75,7,7.5],"texture":"#0"},"south":{"uv":[8,4.75,8.5,7.5],"texture":"#0"},"west":{"uv":[7.5,4.75,8,7.5],"texture":"#0"},"up":{"uv":[7.5,4.75,7,4.25],"texture":"#0"},"down":{"uv":[8,4.25,7.5,4.75],"texture":"#0"}}},{"from":[6,4,7],"to":[12,7,9],"rotation":{"angle":0,"axis":"y","origin":[4,-4,-1]},"faces":{"north":{"uv":[8,3.5,9.5,4.25],"texture":"#0"},"east":{"uv":[7.5,3.5,8,4.25],"texture":"#0"},"south":{"uv":[10,3.5,11.5,4.25],"texture":"#0"},"west":{"uv":[9.5,3.5,10,4.25],"texture":"#0"},"up":{"uv":[9.5,3.5,8,3],"texture":"#0"},"down":{"uv":[11,3,9.5,3.5],"texture":"#0"}}},{"from":[9,0,7],"to":[12,4,9],"rotation":{"angle":0,"axis":"y","origin":[4,-4,-1]},"faces":{"north":{"uv":[9,4.75,9.75,5.75],"texture":"#0"},"east":{"uv":[8.5,4.75,9,5.75],"texture":"#0"},"south":{"uv":[10.25,4.75,11,5.75],"texture":"#0"},"west":{"uv":[9.75,4.75,10.25,5.75],"texture":"#0"},"up":{"uv":[9.75,4.75,9,4.25],"texture":"#0"},"down":{"uv":[10.5,4.25,9.75,4.75],"texture":"#0"}}},{"from":[5,8,5],"to":[8,11,8],"rotation":{"angle":22.5,"axis":"x","origin":[6.5,11,7]},"faces":{"north":{"uv":[13.75,2.25,14.5,3],"texture":"#0"},"east":{"uv":[13,2.25,13.75,3],"texture":"#0"},"south":{"uv":[15.25,2.25,16,3],"texture":"#0"},"west":{"uv":[14.5,2.25,15.25,3],"texture":"#0"},"up":{"uv":[14.5,2.25,13.75,1.5],"texture":"#0"},"down":{"uv":[15.25,1.5,14.5,2.25],"texture":"#0"}}},{"from":[7,8,6.5],"to":[10,11,9.5],"rotation":{"angle":22.5,"axis":"z","origin":[8,11,8]},"faces":{"north":{"uv":[10.75,2.25,11.5,3],"texture":"#0"},"east":{"uv":[10,2.25,10.75,3],"texture":"#0"},"south":{"uv":[12.25,2.25,13,3],"texture":"#0"},"west":{"uv":[11.5,2.25,12.25,3],"texture":"#0"},"up":{"uv":[11.5,2.25,10.75,1.5],"texture":"#0"},"down":{"uv":[12.25,1.5,11.5,2.25],"texture":"#0"}}},{"from":[5,8,8],"to":[8,11,11],"shade":false,"rotation":{"angle":-22.5,"axis":"x","origin":[6.5,11,9]},"faces":{"north":{"uv":[14.5,0.75,13.75,1.5],"texture":"#0"},"east":{"uv":[15.25,0.75,14.5,1.5],"texture":"#0"},"south":{"uv":[16,0.75,15.25,1.5],"texture":"#0"},"west":{"uv":[13.75,0.75,13,1.5],"texture":"#0"},"up":{"uv":[13.75,0.75,14.5,0],"texture":"#0"},"down":{"uv":[14.5,0,15.25,0.75],"texture":"#0"}}},{"from":[6,13,7],"to":[9,16,9],"rotation":{"angle":0,"axis":"y","origin":[4,-1,-1]},"faces":{"north":{"uv":[10.5,0.5,11.25,1.25],"texture":"#0"},"east":{"uv":[10,0.5,10.5,1.25],"texture":"#0"},"south":{"uv":[11.75,0.5,12.5,1.25],"texture":"#0"},"west":{"uv":[11.25,0.5,11.75,1.25],"texture":"#0"},"up":{"uv":[11.25,0.5,10.5,0],"texture":"#0"},"down":{"uv":[12,0,11.25,0.5],"texture":"#0"}}},{"from":[5.5,10,7],"to":[10.5,22,7.01],"rotation":{"angle":22.5,"axis":"x","origin":[8,22,7]},"faces":{"north":{"uv":[7.5,0,8.75,3],"texture":"#0"},"east":{"uv":[7.5,0,7.5,3],"texture":"#0"},"south":{"uv":[8.75,0,10,3],"texture":"#0"},"west":{"uv":[8.75,0,8.75,3],"texture":"#0"},"up":{"uv":[8.75,0,7.5,0],"texture":"#0"},"down":{"uv":[10,0,8.75,0],"texture":"#0"}}},{"from":[7,10,5.5],"to":[7.01,22,10.5],"rotation":{"angle":-22.5,"axis":"z","origin":[7,22,8]},"faces":{"north":{"uv":[8.75,0,8.75,3],"texture":"#0"},"east":{"uv":[7.5,0,8.75,3],"texture":"#0"},"south":{"uv":[10,0,10,3],"texture":"#0"},"west":{"uv":[8.75,0,10,3],"texture":"#0"},"up":{"uv":[8.75,0,8.75,-1.25],"texture":"#0"},"down":{"uv":[8.75,-1.25,8.75,0],"texture":"#0"}}},{"from":[5.5,10,9],"to":[10.5,22,9.01],"rotation":{"angle":-22.5,"axis":"x","origin":[8,22,9]},"faces":{"north":{"uv":[7.5,0,8.75,3],"texture":"#0"},"east":{"uv":[7.5,0,7.5,3],"texture":"#0"},"south":{"uv":[8.75,0,10,3],"texture":"#0"},"west":{"uv":[8.75,0,8.75,3],"texture":"#0"},"up":{"uv":[8.75,0,7.5,0],"texture":"#0"},"down":{"uv":[10,0,8.75,0],"texture":"#0"}}},{"from":[8,22,5],"to":[8.01,30,11],"rotation":{"angle":0,"axis":"y","origin":[4,-4,-1]},"faces":{"north":{"uv":[6,1.5,6,3.5],"texture":"#0"},"east":{"uv":[4.5,1.5,6,3.5],"texture":"#0"},"south":{"uv":[7.5,1.5,7.5,3.5],"texture":"#0"},"west":{"uv":[6,1.5,7.5,3.5],"texture":"#0"},"up":{"uv":[6,1.5,6,0],"texture":"#0"},"down":{"uv":[6,0,6,1.5],"texture":"#0"}}},{"from":[5,22,8],"to":[11,30,8.01],"rotation":{"angle":0,"axis":"y","origin":[4,-4,-1]},"faces":{"north":{"uv":[4.5,1.5,6,3.5],"texture":"#0"},"east":{"uv":[4.5,1.5,4.5,3.5],"texture":"#0"},"south":{"uv":[6,1.5,7.5,3.5],"texture":"#0"},"west":{"uv":[6,1.5,6,3.5],"texture":"#0"},"up":{"uv":[6,1.5,4.5,1.5],"texture":"#0"},"down":{"uv":[7.5,1.5,6,1.5],"texture":"#0"}}},{"from":[5,-15,8],"to":[11,-5,8.01],"rotation":{"angle":0,"axis":"y","origin":[0,-2,0]},"faces":{"north":{"uv":[0,3.75,1.5,6.25],"texture":"#0"},"east":{"uv":[0,3.75,0,6.25],"texture":"#0"},"south":{"uv":[1.5,3.75,3,6.25],"texture":"#0"},"west":{"uv":[1.5,3.75,1.5,6.25],"texture":"#0"},"up":{"uv":[1.5,3.75,0,3.75],"texture":"#0"},"down":{"uv":[3,3.75,1.5,3.75],"texture":"#0"}}},{"from":[8,-15,5],"to":[8.01,-5,11],"rotation":{"angle":0,"axis":"y","origin":[0,-2,0]},"faces":{"north":{"uv":[1.5,3.75,1.5,6.25],"texture":"#0"},"east":{"uv":[0,3.75,1.5,6.25],"texture":"#0"},"south":{"uv":[3,3.75,3,6.25],"texture":"#0"},"west":{"uv":[1.5,3.75,3,6.25],"texture":"#0"},"up":{"uv":[1.5,3.75,1.5,2.25],"texture":"#0"},"down":{"uv":[1.5,2.25,1.5,3.75],"texture":"#0"}}},{"from":[10,8,7.5],"to":[17,22,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[8,17,8]},"faces":{"north":{"uv":[0.25,0.25,2,3.75],"texture":"#0"},"east":{"uv":[0,0.25,0.25,3.75],"texture":"#0"},"south":{"uv":[2.25,0.25,4,3.75],"texture":"#0"},"west":{"uv":[2,0.25,2.25,3.75],"texture":"#0"},"up":{"uv":[2,0.25,0.25,0],"texture":"#0"},"down":{"uv":[3.75,0,2,0.25],"texture":"#0"}}},{"from":[5,16,7.5],"to":[10,22,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[8,17,8]},"faces":{"north":{"uv":[1.25,6.5,2.5,8],"texture":"#0"},"east":{"uv":[1,6.5,1.25,8],"texture":"#0"},"south":{"uv":[2.75,6.5,4,8],"texture":"#0"},"west":{"uv":[2.5,6.5,2.75,8],"texture":"#0"},"up":{"uv":[2.5,6.5,1.25,6.25],"texture":"#0"},"down":{"uv":[3.75,6.25,2.5,6.5],"texture":"#0"}}},{"from":[17,18,7.5],"to":[18,23,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[8,17,8]},"faces":{"north":{"uv":[0.25,6.5,0.5,7.75],"texture":"#0"},"east":{"uv":[0,6.5,0.25,7.75],"texture":"#0"},"south":{"uv":[0.75,6.5,1,7.75],"texture":"#0"},"west":{"uv":[0.5,6.5,0.75,7.75],"texture":"#0"},"up":{"uv":[0.5,6.5,0.25,6.25],"texture":"#0"},"down":{"uv":[0.75,6.25,0.5,6.5],"texture":"#0"}}},{"from":[4,28,9],"to":[7,32,9.01],"rotation":{"angle":22.5,"axis":"y","origin":[7,29,9]},"faces":{"north":{"uv":[3,3.75,3.75,4.75],"texture":"#0"},"east":{"uv":[3,3.75,3,4.75],"texture":"#0"},"south":{"uv":[3.75,3.75,4.5,4.75],"texture":"#0"},"west":{"uv":[3.75,3.75,3.75,4.75],"texture":"#0"},"up":{"uv":[3.75,3.75,3,3.75],"texture":"#0"},"down":{"uv":[4.5,3.75,3.75,3.75],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[15,90,0],"translation":[0,5,4]},"thirdperson_lefthand":{"rotation":[15,-90,0],"translation":[0,5,4]},"firstperson_righthand":{"rotation":[10,90,0],"translation":[8,-2,-8]},"firstperson_lefthand":{"rotation":[10,-90,0],"translation":[8,-2,-8]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/ancient_staff.json b/assets/minecraft/models/item/wynn/skin/wand/ancient_staff.json new file mode 100644 index 000000000..8ed6a2c69 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/ancient_staff.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/ancient/ancient_common","1":"skins/ancient/ancient_staff","2":"skins/ancient/ancient_halberd","3":"skins/ancient/ancient_pulse","particle":"skins/ancient/ancient_staff"},"elements":[{"from":[8,23,5.5],"to":[8,31,10.5],"rotation":{"angle":45,"axis":"y","origin":[8,22,8]},"faces":{"east":{"uv":[11,0,16,8],"texture":"#0"},"west":{"uv":[11,0,16,8],"texture":"#0"}}},{"from":[5.5,23,8],"to":[10.5,31,8],"rotation":{"angle":45,"axis":"y","origin":[8,22,8]},"faces":{"north":{"uv":[11,0,16,8],"texture":"#0"},"south":{"uv":[11,0,16,8],"texture":"#0"}}},{"from":[5.5,-16,8],"to":[10.5,-8,8],"rotation":{"angle":45,"axis":"y","origin":[8,20,8]},"faces":{"north":{"uv":[11,8,16,0],"texture":"#0"},"south":{"uv":[11,8,16,0],"texture":"#0"}}},{"from":[8,-16,5.5],"to":[8,-8,10.5],"rotation":{"angle":45,"axis":"y","origin":[8,20,8]},"faces":{"east":{"uv":[11,8,16,0],"texture":"#0"},"west":{"uv":[11,8,16,0],"texture":"#0"}}},{"from":[7,-2,7],"to":[9,10,9],"rotation":{"angle":0,"axis":"y","origin":[0,-2,0]},"faces":{"north":{"uv":[0,0,2,12],"texture":"#0"},"east":{"uv":[0,0,2,12],"texture":"#0"},"south":{"uv":[0,0,2,12],"texture":"#0"},"west":{"uv":[0,0,2,12],"texture":"#0"}}},{"from":[8,8,6],"to":[8,9,10],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"east":{"uv":[0,12,4,13],"texture":"#0"},"west":{"uv":[0,12,4,13],"texture":"#0"}}},{"from":[6,8,8],"to":[10,9,8],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0,12,4,13],"texture":"#0"},"south":{"uv":[0,12,4,13],"texture":"#0"}}},{"from":[6,-1,8],"to":[10,0,8],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0,13,4,14],"texture":"#0"},"south":{"uv":[0,13,4,14],"texture":"#0"}}},{"from":[8,-1,6],"to":[8,0,10],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"east":{"uv":[0,13,4,14],"texture":"#0"},"west":{"uv":[0,13,4,14],"texture":"#0"}}},{"from":[6,-6,6],"to":[10,-2,10],"rotation":{"angle":45,"axis":"y","origin":[8,13.5,8]},"faces":{"north":{"uv":[16,0,12,4],"texture":"#2"},"east":{"uv":[12,4,16,0],"texture":"#2"},"south":{"uv":[16,0,12,4],"texture":"#2"},"west":{"uv":[12,4,16,0],"texture":"#2"},"up":{"uv":[12,4,16,8],"texture":"#2"},"down":{"uv":[12,8,16,12],"texture":"#2"}}},{"from":[8,-7,7.5],"to":[8,-6,8.5],"rotation":{"angle":45,"axis":"y","origin":[8,14,8]},"faces":{"east":{"uv":[12,11,13,12],"texture":"#2"},"west":{"uv":[12,11,13,12],"texture":"#2"}}},{"from":[7.5,-7,8],"to":[8.5,-6,8],"rotation":{"angle":45,"axis":"y","origin":[8,14,8]},"faces":{"north":{"uv":[12,11,13,12],"texture":"#2"},"south":{"uv":[12,11,13,12],"texture":"#2"}}},{"from":[4.5,15,4.5],"to":[11.5,22,11.5],"rotation":{"angle":45,"axis":"y","origin":[8,18.5,8]},"faces":{"north":{"uv":[0,0,7,7],"texture":"#1"},"east":{"uv":[0,0,7,7],"texture":"#1"},"south":{"uv":[0,0,7,7],"texture":"#1"},"west":{"uv":[0,0,7,7],"texture":"#1"},"up":{"uv":[7,0,14,7],"texture":"#1"},"down":{"uv":[7,14,0,7],"texture":"#1"}}},{"from":[8,8,2],"to":[8,16,6],"rotation":{"angle":-45,"axis":"y","origin":[8,8,8]},"faces":{"east":{"uv":[12,8,8,16],"texture":"#2"},"west":{"uv":[8,8,12,16],"texture":"#2"}}},{"from":[2,8,8],"to":[6,16,8],"rotation":{"angle":-45,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[12,8,8,16],"texture":"#2"},"south":{"uv":[8,8,12,16],"texture":"#2"}}},{"from":[10,8,8],"to":[14,16,8],"rotation":{"angle":-45,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[8,8,12,16],"texture":"#2"},"south":{"uv":[12,8,8,16],"texture":"#2"}}},{"from":[8,8,10],"to":[8,16,14],"rotation":{"angle":-45,"axis":"y","origin":[8,8,8]},"faces":{"east":{"uv":[8,8,12,16],"texture":"#2"},"west":{"uv":[12,8,8,16],"texture":"#2"}}},{"from":[6,10,6],"to":[10,14,10],"rotation":{"angle":45,"axis":"y","origin":[8,13,8]},"faces":{"north":{"uv":[16,4,12,0],"texture":"#2"},"east":{"uv":[12,0,16,4],"texture":"#2"},"south":{"uv":[16,4,12,0],"texture":"#2"},"west":{"uv":[12,0,16,4],"texture":"#2"},"up":{"uv":[12,4,16,8],"texture":"#2"},"down":{"uv":[12,8,16,12],"texture":"#2"}}},{"from":[11.5,18,7.5],"to":[4.5,19,8.5],"rotation":{"angle":-45,"axis":"y","origin":[8,18.5,8]},"faces":{"north":{"uv":[7,9,14,10],"texture":"#1"},"south":{"uv":[7,9,14,10],"texture":"#1"},"up":{"uv":[7,7,14,8],"texture":"#1"},"down":{"uv":[7,8,14,9],"texture":"#1"}}},{"from":[7.5,18,11.5],"to":[8.5,19,4.5],"rotation":{"angle":-45,"axis":"y","origin":[8,18.5,8]},"faces":{"east":{"uv":[7,9,14,10],"texture":"#1"},"west":{"uv":[7,9,14,10],"texture":"#1"},"up":{"uv":[7,7,14,8],"rotation":270,"texture":"#1"},"down":{"uv":[7,8,14,9],"rotation":90,"texture":"#1"}}},{"from":[8,14,7.5],"to":[8,15,8.5],"rotation":{"angle":45,"axis":"y","origin":[8,16,8]},"faces":{"east":{"uv":[15,0,16,1],"texture":"#2"},"west":{"uv":[15,0,16,1],"texture":"#2"}}},{"from":[7.5,14,8],"to":[8.5,15,8],"rotation":{"angle":45,"axis":"y","origin":[8,16,8]},"faces":{"north":{"uv":[15,0,16,1],"texture":"#2"},"south":{"uv":[15,0,16,1],"texture":"#2"}}},{"from":[0,14,0],"to":[16,14,16],"faces":{"up":{"uv":[0,0,16,16],"texture":"#3"},"down":{"uv":[0,0,16,16],"texture":"#3"}}}],"display":{"thirdperson_righthand":{"rotation":[5,10,0],"translation":[-2,2,2]},"thirdperson_lefthand":{"rotation":[5,-10,0],"translation":[-2,2,2]},"firstperson_righthand":{"rotation":[15,5,0],"translation":[7,-3,-7]},"firstperson_lefthand":{"rotation":[15,5,0],"translation":[7,-3,-7]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/arcanist_tome.json b/assets/minecraft/models/item/wynn/skin/wand/arcanist_tome.json new file mode 100644 index 000000000..45a21b884 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/arcanist_tome.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"1":"skins/twilight_gradient","2":"skins/magic_gradient","3":"skins/harmless_smile","5":"skins/booksrune","6":"skins/bookpage","7":"skins/wood_full","8":"skins/soul_heart","particle":"skins/harmless_smile"},"elements":[{"from":[7.25138,19.51259,-1.81477],"to":[11.75138,27.01259,-1.31477],"rotation":{"angle":-22.5,"axis":"y","origin":[7.74873,22.62329,-0.01943]},"faces":{"north":{"uv":[6,0,15,16],"rotation":180,"texture":"#6"},"east":{"uv":[0,0,15,1],"rotation":270,"texture":"#6"},"south":{"uv":[6,0,15,16],"texture":"#6"},"west":{"uv":[6,0,15,16],"rotation":90,"texture":"#6"},"up":{"uv":[6,0,15,1],"rotation":180,"texture":"#6"},"down":{"uv":[6,0,15,1],"texture":"#6"}}},{"from":[4.11557,19.50259,-0.97469],"to":[8.46557,26.90259,-0.87469],"rotation":{"angle":45,"axis":"y","origin":[7.74873,22.62329,-0.01943]},"faces":{"north":{"uv":[3.2,4,0,8],"texture":"#5"},"east":{"uv":[3.2,4,0,8],"rotation":90,"texture":"#5"},"south":{"uv":[3.2,4,0,8],"rotation":180,"texture":"#5"},"west":{"uv":[0,7.8,0.1,4.25],"texture":"#5"},"up":{"uv":[3.2,8,0,8],"texture":"#5"},"down":{"uv":[0,7.7,0.1,4],"rotation":270,"texture":"#5"}}},{"from":[7.02412,19.50259,-0.96692],"to":[11.37412,26.90259,-0.86692],"rotation":{"angle":-45,"axis":"y","origin":[7.74873,22.62329,-0.01943]},"faces":{"north":{"uv":[15.2,0,12,4],"texture":"#5"},"east":{"uv":[12,3.8,12.1,0],"rotation":180,"texture":"#5"},"south":{"uv":[12,4,15.2,0],"rotation":180,"texture":"#5"},"west":{"uv":[15.2,0,12,4],"rotation":270,"texture":"#5"},"up":{"uv":[15.2,4,12,4],"texture":"#5"},"down":{"uv":[12,3.95,12.1,0.25],"rotation":270,"texture":"#5"}}},{"from":[8.15442,19.50259,-1.0132],"to":[8.25442,26.90259,3.3368],"rotation":{"angle":22.5,"axis":"y","origin":[7.74873,22.62329,-0.01943]},"faces":{"north":{"uv":[8,4,11.2,0],"rotation":90,"texture":"#5"},"east":{"uv":[8,4,11.2,0],"rotation":180,"texture":"#5"},"south":{"uv":[8,4,8.2,0],"rotation":270,"texture":"#5"},"west":{"uv":[8,4,11.2,0],"texture":"#5"},"up":{"uv":[8,4,8.2,0],"rotation":90,"texture":"#5"},"down":{"uv":[8,4,8.2,0],"rotation":270,"texture":"#5"}}},{"from":[7.7,19.50259,-0.98874],"to":[7.8,26.90259,3.36126],"rotation":{"angle":0,"axis":"z","origin":[7.74873,22.62329,-0.01943]},"faces":{"north":{"uv":[4,4,4.2,0],"rotation":90,"texture":"#5"},"east":{"uv":[4,4,7.2,0],"rotation":180,"texture":"#5"},"south":{"uv":[4,4,7.2,0],"rotation":270,"texture":"#5"},"west":{"uv":[4,4,7.2,0],"texture":"#5"},"up":{"uv":[4,4,4.2,0],"rotation":90,"texture":"#5"},"down":{"uv":[4,4,4.2,0],"rotation":270,"texture":"#5"}}},{"from":[7.23289,19.50259,-1.009],"to":[7.33289,26.90259,3.341],"rotation":{"angle":-22.5,"axis":"y","origin":[7.74873,22.62329,-0.01943]},"faces":{"north":{"uv":[0,4,3.2,0],"rotation":90,"texture":"#5"},"east":{"uv":[0,4,3.2,0],"rotation":180,"texture":"#5"},"south":{"uv":[0,4,0.2,0],"rotation":270,"texture":"#5"},"west":{"uv":[0,4,3.2,0],"texture":"#5"},"up":{"uv":[0,4,0.2,0],"rotation":90,"texture":"#5"},"down":{"uv":[0,4,0.2,0],"rotation":270,"texture":"#5"}}},{"from":[7.30359,19.55259,-1.16892],"to":[11.65359,26.95259,-1.06892],"rotation":{"angle":-22.5,"axis":"y","origin":[7.74873,22.62329,-0.01943]},"faces":{"north":{"uv":[7,0,15.7,15],"rotation":180,"texture":"#6"},"east":{"uv":[0,0,15,0.1],"rotation":270,"texture":"#6"},"south":{"uv":[4,0,13,16],"texture":"#6"},"west":{"uv":[0,0,15,0.1],"rotation":90,"texture":"#6"},"up":{"uv":[0,0,8.7,0.1],"rotation":180,"texture":"#6"},"down":{"uv":[0,0,8.7,0.1],"texture":"#6"}}},{"from":[6.73,19.68259,-1.90874],"to":[8.73,27.18259,-1.40874],"rotation":{"angle":0,"axis":"z","origin":[7.74873,22.77329,-0.01943]},"faces":{"north":{"uv":[12,0,16,16],"texture":"#6"},"east":{"uv":[12,0,16,16],"rotation":90,"texture":"#6"},"south":{"uv":[14,0,16,16],"rotation":180,"texture":"#6"},"west":{"uv":[12,0,16,16],"rotation":270,"texture":"#6"},"up":{"uv":[12,0,15.5,1],"texture":"#6"},"down":{"uv":[12,0,15.5,1],"rotation":180,"texture":"#6"}}},{"from":[7.48,19.68259,-1.40874],"to":[7.98,27.18259,-0.90874],"rotation":{"angle":0,"axis":"z","origin":[7.74873,22.77329,-0.01943]},"faces":{"north":{"uv":[12,0,16,16],"texture":"#6"},"east":{"uv":[12,0,16,16],"rotation":90,"texture":"#6"},"south":{"uv":[14,0,16,16],"rotation":180,"texture":"#6"},"west":{"uv":[12,0,16,16],"rotation":270,"texture":"#6"},"up":{"uv":[12,0,15.5,1],"texture":"#6"},"down":{"uv":[12,0,15.5,1],"rotation":180,"texture":"#6"}}},{"from":[3.3487,19.28259,-2.31715],"to":[8.3487,27.28259,-1.81715],"rotation":{"angle":22.5,"axis":"y","origin":[7.74873,22.62329,-0.01943]},"faces":{"north":{"uv":[1,13,6,7],"texture":"#1"},"east":{"uv":[1,5.5,1.5,13.5],"rotation":180,"texture":"#1"},"south":{"uv":[1,7,6,13],"rotation":180,"texture":"#1"},"west":{"uv":[6,12.5,6.5,6.5],"rotation":180,"texture":"#1"},"up":{"uv":[1,6.5,6,7],"rotation":180,"texture":"#1"},"down":{"uv":[1,6,6,6.5],"rotation":180,"texture":"#1"}}},{"from":[6.0987,19.03259,-2.56715],"to":[7.0987,27.53259,-1.56715],"rotation":{"angle":22.5,"axis":"y","origin":[7.74873,22.62329,-0.01943]},"faces":{"north":{"uv":[1,13.5,9.5,12.5],"rotation":270,"texture":"#8"},"east":{"uv":[1,13.5,9.5,12.5],"rotation":270,"texture":"#8"},"south":{"uv":[1,13.5,9.5,12.5],"rotation":270,"texture":"#8"},"west":{"uv":[1,13.5,9.5,12.5],"rotation":270,"texture":"#8"},"up":{"uv":[8,13.5,9,12.5],"rotation":270,"texture":"#8"},"down":{"uv":[1,13.5,2,12.5],"rotation":270,"texture":"#8"}}},{"from":[3.0987,19.03259,-2.56715],"to":[4.0987,27.53259,-1.56715],"rotation":{"angle":22.5,"axis":"y","origin":[7.74873,22.62329,-0.01943]},"faces":{"north":{"uv":[1,13.5,9.5,12.5],"rotation":270,"texture":"#8"},"east":{"uv":[1,13.5,9.5,12.5],"rotation":270,"texture":"#8"},"south":{"uv":[1,13.5,9.5,12.5],"rotation":270,"texture":"#8"},"west":{"uv":[1,13.5,9.5,12.5],"rotation":270,"texture":"#8"},"up":{"uv":[8,13.5,9,12.5],"rotation":270,"texture":"#8"},"down":{"uv":[1,13.5,2,12.5],"rotation":270,"texture":"#8"}}},{"from":[8.4013,19.03259,-2.56715],"to":[9.4013,27.53259,-1.56715],"rotation":{"angle":-22.5,"axis":"y","origin":[7.75127,22.62329,-0.01943]},"faces":{"north":{"uv":[1,12.5,9.5,13.5],"rotation":270,"texture":"#8"},"east":{"uv":[1,12.5,9.5,13.5],"rotation":270,"texture":"#8"},"south":{"uv":[1,12.5,9.5,13.5],"rotation":270,"texture":"#8"},"west":{"uv":[1,12.5,9.5,13.5],"rotation":270,"texture":"#8"},"up":{"uv":[8,12.5,9,13.5],"rotation":270,"texture":"#8"},"down":{"uv":[1,12.5,2,13.5],"rotation":270,"texture":"#8"}}},{"from":[11.4013,19.03259,-2.56715],"to":[12.4013,27.53259,-1.56715],"rotation":{"angle":-22.5,"axis":"y","origin":[7.75127,22.62329,-0.01943]},"faces":{"north":{"uv":[1,12.5,9.5,13.5],"rotation":270,"texture":"#8"},"east":{"uv":[1,12.5,9.5,13.5],"rotation":270,"texture":"#8"},"south":{"uv":[1,12.5,9.5,13.5],"rotation":270,"texture":"#8"},"west":{"uv":[1,12.5,9.5,13.5],"rotation":270,"texture":"#8"},"up":{"uv":[8,12.5,9,13.5],"rotation":270,"texture":"#8"},"down":{"uv":[1,12.5,2,13.5],"rotation":270,"texture":"#8"}}},{"from":[7.14876,19.28259,-2.31715],"to":[12.14876,27.28259,-1.81715],"rotation":{"angle":-22.5,"axis":"y","origin":[7.74873,22.62329,-0.01943]},"faces":{"north":{"uv":[6,12.5,1,6.5],"texture":"#1"},"east":{"uv":[6,5.5,6.5,11.5],"texture":"#1"},"south":{"uv":[6,6.5,1,12.5],"rotation":180,"texture":"#1"},"west":{"uv":[1,5.5,1.5,13.5],"rotation":180,"texture":"#1"},"up":{"uv":[6,8,1,8.5],"rotation":180,"texture":"#1"},"down":{"uv":[6,8,1,8.5],"rotation":180,"texture":"#1"}}},{"from":[3.70461,19.51259,-1.83195],"to":[8.20461,27.01259,-1.33195],"rotation":{"angle":22.5,"axis":"y","origin":[7.74873,22.62329,-0.01943]},"faces":{"north":{"uv":[0,0,9,16],"rotation":180,"texture":"#6"},"east":{"uv":[0,0,9,16],"rotation":270,"texture":"#6"},"south":{"uv":[0,0,9,16],"texture":"#6"},"west":{"uv":[0,0,15,1],"rotation":90,"texture":"#6"},"up":{"uv":[0,0,9,1],"rotation":180,"texture":"#6"},"down":{"uv":[0,0,9,1],"texture":"#6"}}},{"from":[4.15,23.40481,0.73224],"to":[11.15,30.40481,0.73224],"rotation":{"angle":22.5,"axis":"x","origin":[7.74873,22.62329,0.48057]},"faces":{"north":{"uv":[16,0,0,16],"texture":"#3"},"south":{"uv":[0,0,16,16],"texture":"#3"}}},{"from":[3.82607,19.55259,-1.1763],"to":[8.17607,26.95259,-1.0763],"rotation":{"angle":22.5,"axis":"y","origin":[7.74873,22.62329,-0.01943]},"faces":{"north":{"uv":[7,0,15.7,15],"rotation":180,"texture":"#6"},"east":{"uv":[0,0,15,0.1],"rotation":270,"texture":"#6"},"south":{"uv":[13,16,4,0],"texture":"#6"},"west":{"uv":[0,0,15,0.1],"rotation":90,"texture":"#6"},"up":{"uv":[0,0,8.7,0.1],"rotation":180,"texture":"#6"},"down":{"uv":[0,0,8.7,0.1],"texture":"#6"}}},{"from":[7.25,23.18934,-3.47487],"to":[9.25,28.18934,-1.47487],"rotation":{"angle":0,"axis":"y","origin":[7.24873,22.77329,-0.01943]},"faces":{"north":{"uv":[7,8.5,12,10.5],"rotation":270,"texture":"#7"},"east":{"uv":[7,8.5,12,10.5],"rotation":270,"texture":"#7"},"south":{"uv":[7,8.5,12,10.5],"rotation":270,"texture":"#7"},"west":{"uv":[7,8.5,12,10.5],"rotation":270,"texture":"#7"},"up":{"uv":[8.5,8.5,10.5,10.5],"rotation":270,"texture":"#7"},"down":{"uv":[7,8.5,9,10.5],"rotation":270,"texture":"#7"}}},{"from":[6.75,21.43934,-4.22487],"to":[8.75,26.43934,-2.22487],"rotation":{"angle":0,"axis":"y","origin":[7.74873,22.77329,-0.01943]},"faces":{"north":{"uv":[3,9,8,11],"rotation":270,"texture":"#7"},"east":{"uv":[3,9,8,11],"rotation":270,"texture":"#7"},"south":{"uv":[3,9,8,11],"rotation":270,"texture":"#7"},"west":{"uv":[3,9,8,11],"rotation":270,"texture":"#7"},"up":{"uv":[4.5,9,6.5,11],"rotation":270,"texture":"#7"},"down":{"uv":[3,9,5,11],"rotation":270,"texture":"#7"}}},{"from":[5.5,25.43934,-4.42487],"to":[10,26.43934,-1.17487],"rotation":{"angle":22.5,"axis":"x","origin":[7.75,25.93934,-2.79987]},"faces":{"north":{"uv":[7,9.5,8,13],"rotation":270,"texture":"#8"},"east":{"uv":[6.5,9,3,10],"rotation":180,"texture":"#8"},"south":{"uv":[2.5,9.5,3.5,13],"rotation":270,"texture":"#8"},"west":{"uv":[6.5,9,3,10],"texture":"#8"},"up":{"uv":[2.5,9.5,6,13],"rotation":270,"texture":"#8"},"down":{"uv":[6,13,2.5,9.5],"rotation":270,"texture":"#8"}}},{"from":[5.5,19.93934,-4.47487],"to":[10,20.93934,-1.22487],"rotation":{"angle":-22.5,"axis":"x","origin":[7.75,20.43934,-2.84987]},"faces":{"north":{"uv":[7,9.5,8,13],"rotation":270,"texture":"#8"},"east":{"uv":[6.5,9,3,10],"rotation":180,"texture":"#8"},"south":{"uv":[2.5,9.5,3.5,13],"rotation":270,"texture":"#8"},"west":{"uv":[6.5,9,3,10],"texture":"#8"},"up":{"uv":[2.5,9.5,6,13],"rotation":270,"texture":"#8"},"down":{"uv":[6,13,2.5,9.5],"rotation":270,"texture":"#8"}}},{"from":[5.75,21.68934,-2.72487],"to":[9.75,26.68934,-1.72487],"rotation":{"angle":0,"axis":"y","origin":[7.74873,22.77329,-0.01943]},"faces":{"north":{"uv":[4.5,7.5,9.5,11.5],"rotation":270,"texture":"#7"},"east":{"uv":[4.5,7.5,9.5,8.5],"rotation":270,"texture":"#7"},"south":{"uv":[4.5,7.5,9.5,11.5],"rotation":270,"texture":"#7"},"west":{"uv":[4.5,7.5,9.5,8.5],"rotation":270,"texture":"#7"},"up":{"uv":[6,7.5,7,11.5],"rotation":270,"texture":"#7"},"down":{"uv":[4.5,7.5,5.5,11.5],"rotation":270,"texture":"#7"}}},{"from":[6.5,19.47992,-4.7609],"to":[9,23.47992,-2.2609],"rotation":{"angle":-22.5,"axis":"x","origin":[7.74873,22.77329,-0.01943]},"faces":{"north":{"uv":[0,8.5,4,11],"rotation":270,"texture":"#7"},"east":{"uv":[0,8.5,4,11],"rotation":270,"texture":"#7"},"south":{"uv":[0,8.5,4,11],"rotation":270,"texture":"#7"},"west":{"uv":[0,8.5,4,11],"rotation":270,"texture":"#7"},"up":{"uv":[1.5,8.5,4,11],"rotation":270,"texture":"#7"},"down":{"uv":[0,8.5,2.5,11],"rotation":270,"texture":"#7"}}},{"from":[6.25,16.5451,-5.91029],"to":[9.25,21.5451,-2.91029],"rotation":{"angle":-45,"axis":"x","origin":[7.74873,22.77329,-0.01943]},"faces":{"north":{"uv":[0,8.5,5,11.5],"rotation":90,"texture":"#7"},"east":{"uv":[0,8.5,5,11.5],"rotation":90,"texture":"#7"},"south":{"uv":[0,8.5,5,11.5],"rotation":90,"texture":"#7"},"west":{"uv":[0,8.5,5,11.5],"rotation":90,"texture":"#7"},"up":{"uv":[0,8.5,3,11.5],"rotation":90,"texture":"#7"},"down":{"uv":[2,8.5,5,11.5],"rotation":90,"texture":"#7"}}},{"from":[6,14.57514,-0.28091],"to":[9.5,18.07514,0.71909],"rotation":{"angle":45,"axis":"x","origin":[7.75,16.32514,0.21909]},"faces":{"north":{"uv":[2.5,9.5,6,13],"rotation":270,"texture":"#8"},"east":{"uv":[6.5,9,3,10],"rotation":90,"texture":"#8"},"south":{"uv":[6,13,2.5,9.5],"rotation":90,"texture":"#8"},"west":{"uv":[6.5,9,3,10],"rotation":90,"texture":"#8"},"up":{"uv":[7,9.5,8,13],"rotation":270,"texture":"#8"},"down":{"uv":[2.5,9.5,3.5,13],"rotation":90,"texture":"#8"}}},{"from":[6.5,13.32514,11.46909],"to":[9,15.82514,12.46909],"rotation":{"angle":45,"axis":"x","origin":[7.75,16.32514,0.21909]},"faces":{"north":{"uv":[2.5,9.5,5,12],"rotation":270,"texture":"#8"},"east":{"uv":[5.5,9,3,10],"rotation":90,"texture":"#8"},"south":{"uv":[5,12,2.5,9.5],"rotation":90,"texture":"#8"},"west":{"uv":[5.5,9,3,10],"rotation":90,"texture":"#8"},"up":{"uv":[5,9.5,6,12],"rotation":270,"texture":"#8"},"down":{"uv":[2.5,9.5,3.5,12],"rotation":90,"texture":"#8"}}},{"from":[6.75,-1.56954,8.76225],"to":[8.75,-0.56954,10.76225],"rotation":{"angle":-22.5,"axis":"x","origin":[7.75,0.18046,5.01225]},"faces":{"north":{"uv":[2.5,9.5,3.5,11.5],"rotation":270,"texture":"#8"},"east":{"uv":[5,9,3,10],"texture":"#8"},"south":{"uv":[5,9.5,6,11.5],"rotation":270,"texture":"#8"},"west":{"uv":[5,9,3,10],"rotation":180,"texture":"#8"},"up":{"uv":[2.5,9.5,4.5,11.5],"rotation":90,"texture":"#8"},"down":{"uv":[4.5,11.5,2.5,9.5],"rotation":90,"texture":"#8"}}},{"from":[6.6,13.42514,10.21909],"to":[8.9,15.72514,11.01909],"rotation":{"angle":45,"axis":"x","origin":[7.75,16.32514,0.21909]},"faces":{"north":{"uv":[2.5,9.5,5,12],"rotation":270,"texture":"#2"},"east":{"uv":[5.5,9,3,10],"rotation":90,"texture":"#2"},"south":{"uv":[5,12,2.5,9.5],"rotation":90,"texture":"#2"},"west":{"uv":[5.5,9,3,10],"rotation":90,"texture":"#2"},"up":{"uv":[5,9.5,6,12],"rotation":270,"texture":"#2"},"down":{"uv":[2.5,9.5,3.5,12],"rotation":90,"texture":"#2"}}},{"from":[6.6,13.42514,8.71909],"to":[8.9,15.72514,9.51909],"rotation":{"angle":45,"axis":"x","origin":[7.75,16.32514,0.21909]},"faces":{"north":{"uv":[2.5,9.5,5,12],"rotation":270,"texture":"#2"},"east":{"uv":[5.5,9,3,10],"rotation":90,"texture":"#2"},"south":{"uv":[5,12,2.5,9.5],"rotation":90,"texture":"#2"},"west":{"uv":[5.5,9,3,10],"rotation":90,"texture":"#2"},"up":{"uv":[5,9.5,6,12],"rotation":270,"texture":"#2"},"down":{"uv":[2.5,9.5,3.5,12],"rotation":90,"texture":"#2"}}},{"from":[6.6,13.42514,7.21909],"to":[8.9,15.72514,8.01909],"rotation":{"angle":45,"axis":"x","origin":[7.75,16.32514,0.21909]},"faces":{"north":{"uv":[2.5,9.5,5,12],"rotation":270,"texture":"#2"},"east":{"uv":[5.5,9,3,10],"rotation":90,"texture":"#2"},"south":{"uv":[5,12,2.5,9.5],"rotation":90,"texture":"#2"},"west":{"uv":[5.5,9,3,10],"rotation":90,"texture":"#2"},"up":{"uv":[5,9.5,6,12],"rotation":270,"texture":"#2"},"down":{"uv":[2.5,9.5,3.5,12],"rotation":90,"texture":"#2"}}},{"from":[6.25,13.07514,5.71909],"to":[9.25,16.07514,6.71909],"rotation":{"angle":45,"axis":"x","origin":[7.75,16.32514,0.21909]},"faces":{"north":{"uv":[2.5,9.5,5,12],"rotation":270,"texture":"#8"},"east":{"uv":[5.5,9,3,10],"rotation":90,"texture":"#8"},"south":{"uv":[5,12,2.5,9.5],"rotation":90,"texture":"#8"},"west":{"uv":[5.5,9,3,10],"rotation":90,"texture":"#8"},"up":{"uv":[5,9.5,6,12],"rotation":270,"texture":"#8"},"down":{"uv":[2.5,9.5,3.5,12],"rotation":90,"texture":"#8"}}},{"from":[6.5,10.91291,-3.05682],"to":[9,15.91291,-0.55682],"rotation":{"angle":-22.5,"axis":"x","origin":[7.74873,22.77329,-0.01943]},"faces":{"north":{"uv":[0,8.5,5,11],"rotation":270,"texture":"#7"},"east":{"uv":[0,8.5,5,11],"rotation":270,"texture":"#7"},"south":{"uv":[0,8.5,5,11],"rotation":270,"texture":"#7"},"west":{"uv":[0,8.5,5,11],"rotation":270,"texture":"#7"},"up":{"uv":[0,8.5,2.5,11],"rotation":270,"texture":"#7"},"down":{"uv":[0,8.5,2.5,11],"rotation":270,"texture":"#7"}}},{"from":[6.75,6.133,6.36095],"to":[8.75,13.133,8.36095],"rotation":{"angle":-45,"axis":"x","origin":[7.75,6.46456,6.82179]},"faces":{"north":{"uv":[0,8.5,7,10.5],"rotation":90,"texture":"#7"},"east":{"uv":[0,8.5,7,10.5],"rotation":90,"texture":"#7"},"south":{"uv":[0,8.5,7,10.5],"rotation":90,"texture":"#7"},"west":{"uv":[0,8.5,7,10.5],"rotation":90,"texture":"#7"},"up":{"uv":[0,8.5,2,10.5],"rotation":90,"texture":"#7"},"down":{"uv":[0,8.5,2,10.5],"rotation":90,"texture":"#7"}}},{"from":[7,-0.16901,6.78619],"to":[8.5,6.83099,8.28619],"rotation":{"angle":-22.5,"axis":"x","origin":[7.75,6.46456,6.82179]},"faces":{"north":{"uv":[4,9,11,10.5],"rotation":90,"texture":"#7"},"east":{"uv":[4,9,11,10.5],"rotation":90,"texture":"#7"},"south":{"uv":[4,9,11,10.5],"rotation":90,"texture":"#7"},"west":{"uv":[4,9,11,10.5],"rotation":90,"texture":"#7"},"up":{"uv":[4,9,5.5,10.5],"rotation":90,"texture":"#7"},"down":{"uv":[9.5,9,11,10.5],"rotation":90,"texture":"#7"}}},{"from":[7.25,-7.85366,8.61328],"to":[8.25,-4.85366,9.61328],"rotation":{"angle":22.5,"axis":"x","origin":[7.5,-7.60366,7.71328]},"faces":{"north":{"uv":[13,9,16,10],"rotation":90,"texture":"#7"},"east":{"uv":[13,9,16,10],"rotation":90,"texture":"#7"},"south":{"uv":[13,9,16,10],"rotation":90,"texture":"#7"},"west":{"uv":[13,9,16,10],"rotation":90,"texture":"#7"},"up":{"uv":[13,9,14,10],"rotation":90,"texture":"#7"},"down":{"uv":[13,9,14,10],"rotation":90,"texture":"#7"}}},{"from":[7.1,-5.90366,9.31328],"to":[8.4,0.89634,10.61328],"rotation":{"angle":0,"axis":"x","origin":[7.75,-2.60366,9.96328]},"faces":{"north":{"uv":[8.5,9,15.5,10.5],"rotation":90,"texture":"#7"},"east":{"uv":[8.5,9,15.5,10.5],"rotation":90,"texture":"#7"},"south":{"uv":[8.5,9,15.5,10.5],"rotation":90,"texture":"#7"},"west":{"uv":[8.5,9,15.5,10.5],"rotation":90,"texture":"#7"},"up":{"uv":[8.5,9,10,10.5],"rotation":90,"texture":"#7"},"down":{"uv":[13.5,9,15,10.5],"rotation":90,"texture":"#7"}}},{"from":[7.1,7.02616,2.54847],"to":[8.4,10.82616,3.84847],"rotation":{"angle":0,"axis":"x","origin":[7.75,5.17916,4.67787]},"faces":{"north":{"uv":[4,9,8,10.5],"rotation":90,"texture":"#7"},"east":{"uv":[4,9,8,10.5],"rotation":90,"texture":"#7"},"south":{"uv":[4,9,8,10.5],"rotation":90,"texture":"#7"},"west":{"uv":[4,9,8,10.5],"rotation":90,"texture":"#7"},"up":{"uv":[4,9,5.5,10.5],"rotation":90,"texture":"#7"},"down":{"uv":[4,9,5.5,10.5],"rotation":90,"texture":"#7"}}},{"from":[7.2,5.24634,3.38672],"to":[8.3,7.84634,4.48672],"rotation":{"angle":-22.5,"axis":"x","origin":[7.75,5.47916,4.57787]},"faces":{"north":{"uv":[10,9,13,10.5],"rotation":90,"texture":"#7"},"east":{"uv":[10,9,13,10.5],"rotation":90,"texture":"#7"},"south":{"uv":[10,9,13,10.5],"rotation":90,"texture":"#7"},"west":{"uv":[10,9,13,10.5],"rotation":90,"texture":"#7"},"up":{"uv":[10,9,11.5,10.5],"rotation":90,"texture":"#7"},"down":{"uv":[10,9,11.5,10.5],"rotation":90,"texture":"#7"}}},{"from":[7.35,2.93988,0.35559],"to":[8.15,5.73988,1.15559],"rotation":{"angle":-45,"axis":"x","origin":[7.75,9.27916,2.97787]},"faces":{"north":{"uv":[12.5,9,15.5,10],"rotation":90,"texture":"#7"},"east":{"uv":[12.5,9,15.5,10],"rotation":90,"texture":"#7"},"south":{"uv":[12.5,9,15.5,10],"rotation":90,"texture":"#7"},"west":{"uv":[12.5,9,15.5,10],"rotation":90,"texture":"#7"},"up":{"uv":[12.5,9,13.5,10],"rotation":90,"texture":"#7"},"down":{"uv":[12.5,9,13.5,10],"rotation":90,"texture":"#7"}}},{"from":[8,24.15965,-6.04253],"to":[9.5,27.15965,-4.54253],"rotation":{"angle":45,"axis":"x","origin":[7.74873,22.77329,-0.01943]},"faces":{"north":{"uv":[12,10,15,11.5],"rotation":270,"texture":"#7"},"east":{"uv":[12,10,15,11.5],"rotation":270,"texture":"#7"},"south":{"uv":[12,10,15,11.5],"rotation":270,"texture":"#7"},"west":{"uv":[12,10,15,11.5],"rotation":270,"texture":"#7"},"up":{"uv":[13.5,10,15,11.5],"rotation":270,"texture":"#7"},"down":{"uv":[12,10,13.5,11.5],"rotation":270,"texture":"#7"}}},{"from":[8.75,28.461,-3.78867],"to":[9.75,30.461,-2.78867],"rotation":{"angle":22.5,"axis":"x","origin":[7.74873,22.77329,-0.01943]},"faces":{"north":{"uv":[13.5,10,15.5,11],"rotation":270,"texture":"#7"},"east":{"uv":[13.5,10,15.5,11],"rotation":270,"texture":"#7"},"south":{"uv":[13.5,10,15.5,11],"rotation":270,"texture":"#7"},"west":{"uv":[13.5,10,15.5,11],"rotation":270,"texture":"#7"},"up":{"uv":[15,10,16,11],"rotation":270,"texture":"#7"},"down":{"uv":[13.5,10,14.5,11],"rotation":270,"texture":"#7"}}},{"from":[8.85,30.1817,2.63337],"to":[9.65,31.4817,3.43337],"rotation":{"angle":-22.5,"axis":"x","origin":[7.74873,22.77329,-0.01943]},"faces":{"north":{"uv":[13.5,10,15,11],"rotation":270,"texture":"#7"},"east":{"uv":[13.5,10,15,11],"rotation":270,"texture":"#7"},"south":{"uv":[13.5,10,15,11],"rotation":270,"texture":"#7"},"west":{"uv":[13.5,10,15,11],"rotation":270,"texture":"#7"},"up":{"uv":[15,10,16,11],"rotation":270,"texture":"#7"},"down":{"uv":[13.5,10,14.5,11],"rotation":270,"texture":"#7"}}},{"from":[9.12,29.46769,5.72342],"to":[9.88,30.22769,6.48342],"rotation":{"angle":-45,"axis":"x","origin":[7.74873,22.77329,-0.01943]},"faces":{"north":{"uv":[13.5,10,14.5,11],"rotation":270,"texture":"#7"},"east":{"uv":[13.5,10,14.5,11],"rotation":270,"texture":"#7"},"south":{"uv":[13.5,10,14.5,11],"rotation":270,"texture":"#7"},"west":{"uv":[13.5,10,14.5,11],"rotation":270,"texture":"#7"},"up":{"uv":[15,10,16,11],"rotation":270,"texture":"#7"},"down":{"uv":[13.5,10,14.5,11],"rotation":270,"texture":"#7"}}},{"from":[6.25,24.15308,-4.61616],"to":[7.75,27.15308,-3.11616],"rotation":{"angle":22.5,"axis":"x","origin":[7.74873,22.77329,-0.01943]},"faces":{"north":{"uv":[8.5,8.5,11.5,10],"rotation":270,"texture":"#7"},"east":{"uv":[8.5,8.5,11.5,10],"rotation":270,"texture":"#7"},"south":{"uv":[8.5,8.5,11.5,10],"rotation":270,"texture":"#7"},"west":{"uv":[8.5,8.5,11.5,10],"rotation":270,"texture":"#7"},"up":{"uv":[10,8.5,11.5,10],"rotation":270,"texture":"#7"},"down":{"uv":[8.5,8.5,10,10],"rotation":270,"texture":"#7"}}},{"from":[6,27.90909,-2.47339],"to":[7,29.90909,-1.47339],"rotation":{"angle":0,"axis":"x","origin":[7.74873,22.77329,-0.01943]},"faces":{"north":{"uv":[13.5,10,15.5,11],"rotation":270,"texture":"#7"},"east":{"uv":[13.5,10,15.5,11],"rotation":270,"texture":"#7"},"south":{"uv":[13.5,10,15.5,11],"rotation":270,"texture":"#7"},"west":{"uv":[13.5,10,15.5,11],"rotation":270,"texture":"#7"},"up":{"uv":[15,10,16,11],"rotation":270,"texture":"#7"},"down":{"uv":[13.5,10,14.5,11],"rotation":270,"texture":"#7"}}},{"from":[6.1,28.86139,3.17316],"to":[6.9,30.16139,3.97316],"rotation":{"angle":-45,"axis":"x","origin":[7.74873,22.77329,-0.01943]},"faces":{"north":{"uv":[13.5,10,15,11],"rotation":270,"texture":"#7"},"east":{"uv":[13.5,10,15,11],"rotation":270,"texture":"#7"},"south":{"uv":[13.5,10,15,11],"rotation":270,"texture":"#7"},"west":{"uv":[13.5,10,15,11],"rotation":270,"texture":"#7"},"up":{"uv":[15,10,16,11],"rotation":270,"texture":"#7"},"down":{"uv":[13.5,10,14.5,11],"rotation":270,"texture":"#7"}}},{"from":[5.87,28.50957,-6.04746],"to":[6.63,29.26957,-5.28746],"rotation":{"angle":22.5,"axis":"x","origin":[7.74873,22.77329,-0.01943]},"faces":{"north":{"uv":[13.5,10,14.5,11],"rotation":270,"texture":"#7"},"east":{"uv":[13.5,10,14.5,11],"rotation":270,"texture":"#7"},"south":{"uv":[13.5,10,14.5,11],"rotation":270,"texture":"#7"},"west":{"uv":[13.5,10,14.5,11],"rotation":270,"texture":"#7"},"up":{"uv":[15,10,16,11],"rotation":270,"texture":"#7"},"down":{"uv":[13.5,10,14.5,11],"rotation":270,"texture":"#7"}}}],"display":{"thirdperson_righthand":{"rotation":[41,-10,8],"translation":[0,-5.01,3.6],"scale":[1.16,1.16,1.16]},"thirdperson_lefthand":{"rotation":[41,-10,8],"translation":[-0.75,-5.01,3.6],"scale":[1.16,1.16,1.16]},"firstperson_righthand":{"rotation":[-1,-43,11],"translation":[5.25,-13,1],"scale":[1.42,1.42,1.42]},"firstperson_lefthand":{"rotation":[-1,-43,11],"translation":[5.25,-13,1],"scale":[1.42,1.42,1.42]},"gui":{"rotation":[-15,-45,-15],"translation":[-2,-1,0],"scale":[0.53,0.53,0.53]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/atlas_wand.json b/assets/minecraft/models/item/wynn/skin/wand/atlas_wand.json new file mode 100644 index 000000000..bb95a9cc5 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/atlas_wand.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/atlas_atlas","particle":"skins/atlas_atlas"},"elements":[{"from":[6.1176,11.5294,4.9412],"to":[6.35289,12.70587,5.64708],"faces":{"north":{"uv":[0.0625,14.8125,0,15.125],"texture":"#0"},"east":{"uv":[1.875,15.6875,1.6875,16],"texture":"#0"},"south":{"uv":[0.1875,14.8125,0.25,15.125],"texture":"#0"},"west":{"uv":[1.375,15.6875,1.5625,16],"texture":"#0"},"up":{"uv":[0,13.5,0.0625,13.3125],"texture":"#0"},"down":{"uv":[6.4375,12.625,6.5,12.8125],"texture":"#0"}}},{"from":[6.1176,11.7647,4.7059],"to":[6.35289,12.47058,4.94119],"faces":{"north":{"uv":[0.25,13.3125,0.1875,13.5],"texture":"#0"},"east":{"uv":[1.5,13.3125,1.4375,13.5],"texture":"#0"},"south":{"uv":[0.375,13.3125,0.4375,13.5],"texture":"#0"},"west":{"uv":[1.25,13.3125,1.3125,13.5],"texture":"#0"},"up":{"uv":[3.1875,1.4375,3.25,1.375],"texture":"#0"},"down":{"uv":[3.1875,1.5625,3.25,1.625],"texture":"#0"}}},{"from":[6.1176,11.7647,5.6471],"to":[6.35289,12.47058,5.88239],"faces":{"north":{"uv":[3.4375,13.3125,3.375,13.5],"texture":"#0"},"east":{"uv":[4,13.3125,3.9375,13.5],"texture":"#0"},"south":{"uv":[3.5625,13.3125,3.625,13.5],"texture":"#0"},"west":{"uv":[3.75,13.3125,3.8125,13.5],"texture":"#0"},"up":{"uv":[3.1875,1.0625,3.25,1],"texture":"#0"},"down":{"uv":[3.1875,1.1875,3.25,1.25],"texture":"#0"}}},{"from":[6.3529,11.0588,4.9412],"to":[6.58819,11.52939,5.64708],"faces":{"north":{"uv":[6.4375,11.0625,6.375,11.1875],"texture":"#0"},"east":{"uv":[7.1875,15.625,7,15.75],"texture":"#0"},"south":{"uv":[6.5625,11.0625,6.625,11.1875],"texture":"#0"},"west":{"uv":[7,15.875,7.1875,16],"texture":"#0"},"up":{"uv":[7.3125,13.5,7.375,13.3125],"texture":"#0"},"down":{"uv":[7.125,13.3125,7.1875,13.5],"texture":"#0"}}},{"from":[6.3529,11.2941,4.7059],"to":[6.58819,11.76469,4.94119],"faces":{"north":{"uv":[6.8125,11.0625,6.75,11.1875],"texture":"#0"},"east":{"uv":[7.375,11.0625,7.3125,11.1875],"texture":"#0"},"south":{"uv":[6.9375,11.0625,7,11.1875],"texture":"#0"},"west":{"uv":[7.125,11.0625,7.1875,11.1875],"texture":"#0"},"up":{"uv":[5.0625,4.625,5.125,4.5625],"texture":"#0"},"down":{"uv":[4.875,4.5625,4.9375,4.625],"texture":"#0"}}},{"from":[6.3529,11.2941,5.6471],"to":[6.58819,11.76469,5.88239],"faces":{"north":{"uv":[7.5625,11.0625,7.5,11.1875],"texture":"#0"},"east":{"uv":[0.25,10.8125,0.1875,10.9375],"texture":"#0"},"south":{"uv":[7.6875,11.0625,7.75,11.1875],"texture":"#0"},"west":{"uv":[0,10.8125,0.0625,10.9375],"texture":"#0"},"up":{"uv":[7.8125,13,7.875,12.9375],"texture":"#0"},"down":{"uv":[7.8125,13.125,7.875,13.1875],"texture":"#0"}}},{"from":[6.3529,11.5294,4.4706],"to":[6.58819,12.70587,4.70589],"faces":{"north":{"uv":[1.6875,14.8125,1.625,15.125],"texture":"#0"},"east":{"uv":[2.25,14.8125,2.1875,15.125],"texture":"#0"},"south":{"uv":[1.8125,14.8125,1.875,15.125],"texture":"#0"},"west":{"uv":[2,14.8125,2.0625,15.125],"texture":"#0"},"up":{"uv":[0,0.5625,0.0625,0.5],"texture":"#0"},"down":{"uv":[0,0.6875,0.0625,0.75],"texture":"#0"}}},{"from":[6.3529,11.5294,5.8824],"to":[6.58819,12.70587,6.11769],"faces":{"north":{"uv":[2.625,14.8125,2.5625,15.125],"texture":"#0"},"east":{"uv":[3.1875,14.8125,3.125,15.125],"texture":"#0"},"south":{"uv":[0.375,14.8125,0.4375,15.125],"texture":"#0"},"west":{"uv":[2.9375,14.8125,3,15.125],"texture":"#0"},"up":{"uv":[0,0.1875,0.0625,0.125],"texture":"#0"},"down":{"uv":[0,0.3125,0.0625,0.375],"texture":"#0"}}},{"from":[6.3529,11.7647,4.2353],"to":[6.58819,12.47058,4.47059],"faces":{"north":{"uv":[4.5,12.625,4.4375,12.8125],"texture":"#0"},"east":{"uv":[5.0625,12.625,5,12.8125],"texture":"#0"},"south":{"uv":[4.625,12.625,4.6875,12.8125],"texture":"#0"},"west":{"uv":[4.8125,12.625,4.875,12.8125],"texture":"#0"},"up":{"uv":[7.125,7.8125,7.1875,7.75],"texture":"#0"},"down":{"uv":[6.9375,7.75,7,7.8125],"texture":"#0"}}},{"from":[6.3529,11.7647,6.1176],"to":[6.58819,12.47058,6.35289],"faces":{"north":{"uv":[6.3125,12.625,6.25,12.8125],"texture":"#0"},"east":{"uv":[0.625,12.3125,0.5625,12.5],"texture":"#0"},"south":{"uv":[3.5625,11.8125,3.625,12],"texture":"#0"},"west":{"uv":[0.375,12.3125,0.4375,12.5],"texture":"#0"},"up":{"uv":[7.5,7.8125,7.5625,7.75],"texture":"#0"},"down":{"uv":[7.3125,7.75,7.375,7.8125],"texture":"#0"}}},{"from":[6.3529,12.4706,4.7059],"to":[6.58819,12.94119,4.94119],"faces":{"north":{"uv":[2.3125,10.8125,2.25,10.9375],"texture":"#0"},"east":{"uv":[2.875,10.8125,2.8125,10.9375],"texture":"#0"},"south":{"uv":[2.4375,10.8125,2.5,10.9375],"texture":"#0"},"west":{"uv":[2.625,10.8125,2.6875,10.9375],"texture":"#0"},"up":{"uv":[0.1875,7.625,0.25,7.5625],"texture":"#0"},"down":{"uv":[7.6875,7.75,7.75,7.8125],"texture":"#0"}}},{"from":[6.3529,12.4706,5.6471],"to":[6.58819,12.94119,5.88239],"faces":{"north":{"uv":[3.4375,10.8125,3.375,10.9375],"texture":"#0"},"east":{"uv":[4,10.8125,3.9375,10.9375],"texture":"#0"},"south":{"uv":[3.5625,10.8125,3.625,10.9375],"texture":"#0"},"west":{"uv":[3.75,10.8125,3.8125,10.9375],"texture":"#0"},"up":{"uv":[0.1875,7.25,0.25,7.1875],"texture":"#0"},"down":{"uv":[0.1875,7.375,0.25,7.4375],"texture":"#0"}}},{"from":[6.3529,12.7059,4.9412],"to":[6.58819,13.17649,5.64708],"faces":{"north":{"uv":[4.1875,10.8125,4.125,10.9375],"texture":"#0"},"east":{"uv":[4.125,15.5625,3.9375,15.6875],"texture":"#0"},"south":{"uv":[4.3125,10.8125,4.375,10.9375],"texture":"#0"},"west":{"uv":[3.625,15.5625,3.8125,15.6875],"texture":"#0"},"up":{"uv":[5.6875,12.5,5.75,12.3125],"texture":"#0"},"down":{"uv":[5.5,12.3125,5.5625,12.5],"texture":"#0"}}},{"from":[6.5882,10.8235,4.9412],"to":[6.82349,11.05879,5.64708],"faces":{"north":{"uv":[0.25,7,0.1875,7.0625],"texture":"#0"},"east":{"uv":[0.1875,12.125,0,12.1875],"texture":"#0"},"south":{"uv":[0.1875,6.8125,0.25,6.875],"texture":"#0"},"west":{"uv":[7.5,12.4375,7.6875,12.5],"texture":"#0"},"up":{"uv":[6.0625,12.5,6.125,12.3125],"texture":"#0"},"down":{"uv":[5.875,12.3125,5.9375,12.5],"texture":"#0"}}},{"from":[6.5882,11.0588,4.4706],"to":[6.82349,11.52939,4.70589],"faces":{"north":{"uv":[0.0625,10.375,0,10.5],"texture":"#0"},"east":{"uv":[1,10.375,0.9375,10.5],"texture":"#0"},"south":{"uv":[0.1875,10.375,0.25,10.5],"texture":"#0"},"west":{"uv":[0.75,10.375,0.8125,10.5],"texture":"#0"},"up":{"uv":[0.1875,3.875,0.25,3.8125],"texture":"#0"},"down":{"uv":[0.1875,4,0.25,4.0625],"texture":"#0"}}},{"from":[6.5882,11.0588,4.7059],"to":[6.82349,11.29409,4.94119],"faces":{"north":{"uv":[0.25,3.25,0.1875,3.3125],"texture":"#0"},"east":{"uv":[0.25,1.5625,0.1875,1.625],"texture":"#0"},"south":{"uv":[0.1875,3.0625,0.25,3.125],"texture":"#0"},"west":{"uv":[0.1875,1.75,0.25,1.8125],"texture":"#0"},"up":{"uv":[0.1875,3.5,0.25,3.4375],"texture":"#0"},"down":{"uv":[0.1875,3.625,0.25,3.6875],"texture":"#0"}}},{"from":[6.5882,11.0588,5.6471],"to":[6.82349,11.29409,6.11769],"faces":{"north":{"uv":[0.25,1.375,0.1875,1.4375],"texture":"#0"},"east":{"uv":[1.875,10.625,1.75,10.6875],"texture":"#0"},"south":{"uv":[0.1875,1.1875,0.25,1.25],"texture":"#0"},"west":{"uv":[1.5,10.625,1.625,10.6875],"texture":"#0"},"up":{"uv":[1.6875,10.5,1.75,10.375],"texture":"#0"},"down":{"uv":[1.5,10.375,1.5625,10.5],"texture":"#0"}}},{"from":[6.5882,11.2941,4.2353],"to":[6.82349,11.76469,4.47059],"faces":{"north":{"uv":[2.6875,10.375,2.625,10.5],"texture":"#0"},"east":{"uv":[3.25,10.375,3.1875,10.5],"texture":"#0"},"south":{"uv":[2.8125,10.375,2.875,10.5],"texture":"#0"},"west":{"uv":[3,10.375,3.0625,10.5],"texture":"#0"},"up":{"uv":[0.1875,0.5,0.25,0.4375],"texture":"#0"},"down":{"uv":[0.1875,0.625,0.25,0.6875],"texture":"#0"}}},{"from":[6.5882,11.2941,5.8824],"to":[6.82349,11.52939,6.35299],"faces":{"north":{"uv":[0.25,0.25,0.1875,0.3125],"texture":"#0"},"east":{"uv":[6.875,10.625,6.75,10.6875],"texture":"#0"},"south":{"uv":[0.375,7.5625,0.4375,7.625],"texture":"#0"},"west":{"uv":[6.5,10.625,6.625,10.6875],"texture":"#0"},"up":{"uv":[4.3125,10.5,4.375,10.375],"texture":"#0"},"down":{"uv":[4.125,10.375,4.1875,10.5],"texture":"#0"}}},{"from":[6.5882,11.5294,6.1176],"to":[6.82349,11.76469,6.35289],"faces":{"north":{"uv":[2.125,7.5625,2.0625,7.625],"texture":"#0"},"east":{"uv":[2.6875,7.5625,2.625,7.625],"texture":"#0"},"south":{"uv":[2.25,7.5625,2.3125,7.625],"texture":"#0"},"west":{"uv":[2.4375,7.5625,2.5,7.625],"texture":"#0"},"up":{"uv":[0.75,7.625,0.8125,7.5625],"texture":"#0"},"down":{"uv":[0.5625,7.5625,0.625,7.625],"texture":"#0"}}},{"from":[6.5882,11.7647,4],"to":[6.82349,12.47058,4.23529],"faces":{"north":{"uv":[7,11.8125,6.9375,12],"texture":"#0"},"east":{"uv":[0.0625,11.5,0,11.6875],"texture":"#0"},"south":{"uv":[7.5,11.8125,7.5625,12],"texture":"#0"},"west":{"uv":[7.6875,11.8125,7.75,12],"texture":"#0"},"up":{"uv":[3.75,7.625,3.8125,7.5625],"texture":"#0"},"down":{"uv":[3.5625,7.5625,3.625,7.625],"texture":"#0"}}},{"from":[6.5882,11.7647,6.3529],"to":[6.82349,12.47058,6.58819],"faces":{"north":{"uv":[7.875,14.3125,7.8125,14.5],"texture":"#0"},"east":{"uv":[0.4375,13.625,0.375,13.8125],"texture":"#0"},"south":{"uv":[0,13.625,0.0625,13.8125],"texture":"#0"},"west":{"uv":[0.1875,13.625,0.25,13.8125],"texture":"#0"},"up":{"uv":[4.125,7.625,4.1875,7.5625],"texture":"#0"},"down":{"uv":[3.9375,7.5625,4,7.625],"texture":"#0"}}},{"from":[6.5882,12.4706,4.2353],"to":[6.82349,12.94119,4.47059],"faces":{"north":{"uv":[5.8125,10.375,5.75,10.5],"texture":"#0"},"east":{"uv":[7.75,10.375,7.6875,10.5],"texture":"#0"},"south":{"uv":[5.9375,10.375,6,10.5],"texture":"#0"},"west":{"uv":[7.5,10.375,7.5625,10.5],"texture":"#0"},"up":{"uv":[5.625,7.625,5.6875,7.5625],"texture":"#0"},"down":{"uv":[5.4375,7.5625,5.5,7.625],"texture":"#0"}}},{"from":[6.5882,12.4706,6.1176],"to":[6.82349,12.94119,6.35289],"faces":{"north":{"uv":[0.0625,10.125,0,10.25],"texture":"#0"},"east":{"uv":[1.1875,10.125,1.125,10.25],"texture":"#0"},"south":{"uv":[5.4375,11.0625,5.5,11.1875],"texture":"#0"},"west":{"uv":[0.1875,10.125,0.25,10.25],"texture":"#0"},"up":{"uv":[6,7.625,6.0625,7.5625],"texture":"#0"},"down":{"uv":[5.8125,7.5625,5.875,7.625],"texture":"#0"}}},{"from":[6.5882,12.7059,4.4706],"to":[6.82349,13.17649,4.70589],"faces":{"north":{"uv":[1.375,10.125,1.3125,10.25],"texture":"#0"},"east":{"uv":[2.9375,10.125,2.875,10.25],"texture":"#0"},"south":{"uv":[2.5,10.125,2.5625,10.25],"texture":"#0"},"west":{"uv":[2.6875,10.125,2.75,10.25],"texture":"#0"},"up":{"uv":[6.375,7.625,6.4375,7.5625],"texture":"#0"},"down":{"uv":[6.1875,7.5625,6.25,7.625],"texture":"#0"}}},{"from":[6.5882,12.7059,5.8824],"to":[6.82349,13.17649,6.11769],"faces":{"north":{"uv":[4.375,10.125,4.3125,10.25],"texture":"#0"},"east":{"uv":[6.6875,10.125,6.625,10.25],"texture":"#0"},"south":{"uv":[4.5,10.125,4.5625,10.25],"texture":"#0"},"west":{"uv":[4.6875,10.125,4.75,10.25],"texture":"#0"},"up":{"uv":[6.75,7.625,6.8125,7.5625],"texture":"#0"},"down":{"uv":[6.5625,7.5625,6.625,7.625],"texture":"#0"}}},{"from":[6.5882,12.9412,4.7059],"to":[6.82349,13.17649,4.94119],"faces":{"north":{"uv":[7.75,7.5625,7.6875,7.625],"texture":"#0"},"east":{"uv":[0.4375,7,0.375,7.0625],"texture":"#0"},"south":{"uv":[0.375,7.375,0.4375,7.4375],"texture":"#0"},"west":{"uv":[0.375,7.1875,0.4375,7.25],"texture":"#0"},"up":{"uv":[7.125,7.625,7.1875,7.5625],"texture":"#0"},"down":{"uv":[6.9375,7.5625,7,7.625],"texture":"#0"}}},{"from":[6.5882,12.9412,5.6471],"to":[6.82349,13.17649,5.88239],"faces":{"north":{"uv":[0.4375,5.6875,0.375,5.75],"texture":"#0"},"east":{"uv":[0.4375,4.75,0.375,4.8125],"texture":"#0"},"south":{"uv":[0.375,5.5,0.4375,5.5625],"texture":"#0"},"west":{"uv":[0.375,4.9375,0.4375,5],"texture":"#0"},"up":{"uv":[0.375,5.9375,0.4375,5.875],"texture":"#0"},"down":{"uv":[0.375,6.0625,0.4375,6.125],"texture":"#0"}}},{"from":[6.5882,13.1765,4.9412],"to":[6.82349,13.41179,5.64708],"faces":{"north":{"uv":[0.4375,4.5625,0.375,4.625],"texture":"#0"},"east":{"uv":[2.3125,14,2.125,14.0625],"texture":"#0"},"south":{"uv":[0.375,4.375,0.4375,4.4375],"texture":"#0"},"west":{"uv":[7.625,13.75,7.8125,13.8125],"texture":"#0"},"up":{"uv":[3,13.8125,3.0625,13.625],"texture":"#0"},"down":{"uv":[2.8125,13.625,2.875,13.8125],"texture":"#0"}}},{"from":[6.8235,10.5882,4.9412],"to":[7.29409,10.82349,5.64708],"faces":{"north":{"uv":[1.125,9.9375,1,10],"texture":"#0"},"east":{"uv":[2.9375,14,2.75,14.0625],"texture":"#0"},"south":{"uv":[1.25,9.9375,1.375,10],"texture":"#0"},"west":{"uv":[2.4375,14,2.625,14.0625],"texture":"#0"},"up":{"uv":[6.25,16,6.375,15.8125],"texture":"#0"},"down":{"uv":[6,15.8125,6.125,16],"texture":"#0"}}},{"from":[6.8235,10.8235,4.4706],"to":[7.29409,11.05879,4.70589],"faces":{"north":{"uv":[2.8125,9.75,2.6875,9.8125],"texture":"#0"},"east":{"uv":[0.4375,4,0.375,4.0625],"texture":"#0"},"south":{"uv":[7.5625,9.75,7.6875,9.8125],"texture":"#0"},"west":{"uv":[0.375,4.1875,0.4375,4.25],"texture":"#0"},"up":{"uv":[2.4375,9.8125,2.5625,9.75],"texture":"#0"},"down":{"uv":[1.5,9.9375,1.625,10],"texture":"#0"}}},{"from":[6.8235,10.8235,4.7059],"to":[7.05879,11.05879,4.94119],"faces":{"north":{"uv":[0.4375,1.5625,0.375,1.625],"texture":"#0"},"east":{"uv":[0.4375,1,0.375,1.0625],"texture":"#0"},"south":{"uv":[0.375,1.375,0.4375,1.4375],"texture":"#0"},"west":{"uv":[0.375,1.1875,0.4375,1.25],"texture":"#0"},"up":{"uv":[0.375,3.6875,0.4375,3.625],"texture":"#0"},"down":{"uv":[0.375,3.8125,0.4375,3.875],"texture":"#0"}}},{"from":[6.8235,10.8235,5.6471],"to":[7.05879,11.05879,6.11769],"faces":{"north":{"uv":[0.4375,0.4375,0.375,0.5],"texture":"#0"},"east":{"uv":[2.375,9.5,2.25,9.5625],"texture":"#0"},"south":{"uv":[0.375,0.25,0.4375,0.3125],"texture":"#0"},"west":{"uv":[2,9.5,2.125,9.5625],"texture":"#0"},"up":{"uv":[1.875,9.375,1.9375,9.25],"texture":"#0"},"down":{"uv":[0.1875,9.25,0.25,9.375],"texture":"#0"}}},{"from":[6.8235,11.0588,4.2353],"to":[7.05879,11.29409,4.47059],"faces":{"north":{"uv":[1,7.375,0.9375,7.4375],"texture":"#0"},"east":{"uv":[1.5625,7.375,1.5,7.4375],"texture":"#0"},"south":{"uv":[1.125,7.375,1.1875,7.4375],"texture":"#0"},"west":{"uv":[1.3125,7.375,1.375,7.4375],"texture":"#0"},"up":{"uv":[0.75,7.4375,0.8125,7.375],"texture":"#0"},"down":{"uv":[0.5625,7.375,0.625,7.4375],"texture":"#0"}}},{"from":[6.8235,11.0588,6.1176],"to":[7.05879,11.29409,6.35289],"faces":{"north":{"uv":[4,7.375,3.9375,7.4375],"texture":"#0"},"east":{"uv":[6.0625,7.375,6,7.4375],"texture":"#0"},"south":{"uv":[4.125,7.375,4.1875,7.4375],"texture":"#0"},"west":{"uv":[5.8125,7.375,5.875,7.4375],"texture":"#0"},"up":{"uv":[3.375,7.4375,3.4375,7.375],"texture":"#0"},"down":{"uv":[3.1875,7.375,3.25,7.4375],"texture":"#0"}}},{"from":[6.8235,11.2941,4],"to":[7.29409,11.52939,4.23529],"faces":{"north":{"uv":[4.125,9.5,4,9.5625],"texture":"#0"},"east":{"uv":[6.4375,7.375,6.375,7.4375],"texture":"#0"},"south":{"uv":[4.25,9.5,4.375,9.5625],"texture":"#0"},"west":{"uv":[6.1875,7.375,6.25,7.4375],"texture":"#0"},"up":{"uv":[3.75,9.5625,3.875,9.5],"texture":"#0"},"down":{"uv":[3.5,9.5,3.625,9.5625],"texture":"#0"}}},{"from":[6.8235,11.2941,6.3529],"to":[7.29409,11.52939,6.58819],"faces":{"north":{"uv":[5.125,9.5,5,9.5625],"texture":"#0"},"east":{"uv":[6.8125,7.375,6.75,7.4375],"texture":"#0"},"south":{"uv":[5.75,9.5,5.875,9.5625],"texture":"#0"},"west":{"uv":[6.5625,7.375,6.625,7.4375],"texture":"#0"},"up":{"uv":[4.75,9.5625,4.875,9.5],"texture":"#0"},"down":{"uv":[4.5,9.5,4.625,9.5625],"texture":"#0"}}},{"from":[6.8235,11.5294,4],"to":[7.05879,11.76469,4.23529],"faces":{"north":{"uv":[7.75,7.375,7.6875,7.4375],"texture":"#0"},"east":{"uv":[0.625,6.8125,0.5625,6.875],"texture":"#0"},"south":{"uv":[0.5625,7.1875,0.625,7.25],"texture":"#0"},"west":{"uv":[0.5625,7,0.625,7.0625],"texture":"#0"},"up":{"uv":[7.5,7.4375,7.5625,7.375],"texture":"#0"},"down":{"uv":[7.3125,7.375,7.375,7.4375],"texture":"#0"}}},{"from":[6.8235,11.5294,6.3529],"to":[7.05879,11.76469,6.58819],"faces":{"north":{"uv":[0.625,5.875,0.5625,5.9375],"texture":"#0"},"east":{"uv":[0.625,3.8125,0.5625,3.875],"texture":"#0"},"south":{"uv":[0.5625,5.6875,0.625,5.75],"texture":"#0"},"west":{"uv":[0.5625,4,0.625,4.0625],"texture":"#0"},"up":{"uv":[0.5625,6.125,0.625,6.0625],"texture":"#0"},"down":{"uv":[0.5625,6.25,0.625,6.3125],"texture":"#0"}}},{"from":[6.8235,11.7647,3.7647],"to":[7.29409,12.47058,3.99999],"faces":{"north":{"uv":[5.875,15.8125,5.75,16],"texture":"#0"},"east":{"uv":[1.875,13.3125,1.8125,13.5],"texture":"#0"},"south":{"uv":[6.5,15.8125,6.625,16],"texture":"#0"},"west":{"uv":[1.625,13.3125,1.6875,13.5],"texture":"#0"},"up":{"uv":[5.375,8.5,5.5,8.4375],"texture":"#0"},"down":{"uv":[5.125,8.4375,5.25,8.5],"texture":"#0"}}},{"from":[6.8235,11.7647,6.5882],"to":[7.29409,12.47058,6.82349],"faces":{"north":{"uv":[7.4375,15.5625,7.3125,15.75],"texture":"#0"},"east":{"uv":[3.25,13.3125,3.1875,13.5],"texture":"#0"},"south":{"uv":[0,15.25,0.125,15.4375],"texture":"#0"},"west":{"uv":[3,13.3125,3.0625,13.5],"texture":"#0"},"up":{"uv":[5.875,8.5,6,8.4375],"texture":"#0"},"down":{"uv":[5.625,8.4375,5.75,8.5],"texture":"#0"}}},{"from":[6.8235,12.4706,4],"to":[7.05879,12.94119,4.23529],"faces":{"north":{"uv":[7.0625,8.375,7,8.5],"texture":"#0"},"east":{"uv":[0.25,7.9375,0.1875,8.0625],"texture":"#0"},"south":{"uv":[7.1875,8.375,7.25,8.5],"texture":"#0"},"west":{"uv":[0,7.9375,0.0625,8.0625],"texture":"#0"},"up":{"uv":[0.5625,3.5,0.625,3.4375],"texture":"#0"},"down":{"uv":[0.5625,3.625,0.625,3.6875],"texture":"#0"}}},{"from":[6.8235,12.4706,6.3529],"to":[7.05879,12.94119,6.58819],"faces":{"north":{"uv":[0.4375,7.9375,0.375,8.0625],"texture":"#0"},"east":{"uv":[1,7.9375,0.9375,8.0625],"texture":"#0"},"south":{"uv":[0.5625,7.9375,0.625,8.0625],"texture":"#0"},"west":{"uv":[0.75,7.9375,0.8125,8.0625],"texture":"#0"},"up":{"uv":[0.5625,2.375,0.625,2.3125],"texture":"#0"},"down":{"uv":[0.5625,2.5,0.625,2.5625],"texture":"#0"}}},{"from":[6.8235,12.9412,4.2353],"to":[7.05879,13.17649,4.47059],"faces":{"north":{"uv":[0.625,1.75,0.5625,1.8125],"texture":"#0"},"east":{"uv":[0.625,1.1875,0.5625,1.25],"texture":"#0"},"south":{"uv":[0.5625,1.5625,0.625,1.625],"texture":"#0"},"west":{"uv":[0.5625,1.375,0.625,1.4375],"texture":"#0"},"up":{"uv":[0.5625,2,0.625,1.9375],"texture":"#0"},"down":{"uv":[0.5625,2.125,0.625,2.1875],"texture":"#0"}}},{"from":[6.8235,12.9412,6.1176],"to":[7.05879,13.17649,6.35289],"faces":{"north":{"uv":[0.625,0.25,0.5625,0.3125],"texture":"#0"},"east":{"uv":[1.5625,7.1875,1.5,7.25],"texture":"#0"},"south":{"uv":[0.75,7.1875,0.8125,7.25],"texture":"#0"},"west":{"uv":[1.3125,7.1875,1.375,7.25],"texture":"#0"},"up":{"uv":[0.5625,0.5,0.625,0.4375],"texture":"#0"},"down":{"uv":[0.5625,0.625,0.625,0.6875],"texture":"#0"}}},{"from":[6.8235,13.1765,4.4706],"to":[7.29409,13.41179,4.70589],"faces":{"north":{"uv":[6.625,8.1875,6.5,8.25],"texture":"#0"},"east":{"uv":[1.9375,7.1875,1.875,7.25],"texture":"#0"},"south":{"uv":[6.75,8.1875,6.875,8.25],"texture":"#0"},"west":{"uv":[1.6875,7.1875,1.75,7.25],"texture":"#0"},"up":{"uv":[6.25,8.25,6.375,8.1875],"texture":"#0"},"down":{"uv":[6,8.1875,6.125,8.25],"texture":"#0"}}},{"from":[6.8235,13.1765,4.7059],"to":[7.05879,13.41179,4.94119],"faces":{"north":{"uv":[2.6875,7.1875,2.625,7.25],"texture":"#0"},"east":{"uv":[3.25,7.1875,3.1875,7.25],"texture":"#0"},"south":{"uv":[2.8125,7.1875,2.875,7.25],"texture":"#0"},"west":{"uv":[3,7.1875,3.0625,7.25],"texture":"#0"},"up":{"uv":[5.4375,6.3125,5.5,6.25],"texture":"#0"},"down":{"uv":[2.4375,7.1875,2.5,7.25],"texture":"#0"}}},{"from":[6.8235,13.1765,5.6471],"to":[7.05879,13.41179,6.11769],"faces":{"north":{"uv":[3.4375,7.1875,3.375,7.25],"texture":"#0"},"east":{"uv":[7.875,8.1875,7.75,8.25],"texture":"#0"},"south":{"uv":[3.9375,7.1875,4,7.25],"texture":"#0"},"west":{"uv":[7.5,8.1875,7.625,8.25],"texture":"#0"},"up":{"uv":[7.3125,8.0625,7.375,7.9375],"texture":"#0"},"down":{"uv":[7.125,7.9375,7.1875,8.0625],"texture":"#0"}}},{"from":[6.8235,13.4118,4.9412],"to":[7.29409,13.64709,5.64708],"faces":{"north":{"uv":[0.3125,7.75,0.1875,7.8125],"texture":"#0"},"east":{"uv":[1.5,12.75,1.3125,12.8125],"texture":"#0"},"south":{"uv":[0.4375,7.75,0.5625,7.8125],"texture":"#0"},"west":{"uv":[5.625,12.9375,5.8125,13],"texture":"#0"},"up":{"uv":[7.625,16,7.75,15.8125],"texture":"#0"},"down":{"uv":[6.75,15.8125,6.875,16],"texture":"#0"}}},{"from":[7.0588,10.5882,4.7059],"to":[7.52939,10.82349,4.94119],"faces":{"north":{"uv":[1.3125,7.75,1.1875,7.8125],"texture":"#0"},"east":{"uv":[4.375,7.1875,4.3125,7.25],"texture":"#0"},"south":{"uv":[1.4375,7.75,1.5625,7.8125],"texture":"#0"},"west":{"uv":[4.125,7.1875,4.1875,7.25],"texture":"#0"},"up":{"uv":[0.9375,7.8125,1.0625,7.75],"texture":"#0"},"down":{"uv":[0.6875,7.75,0.8125,7.8125],"texture":"#0"}}},{"from":[7.0588,10.5882,5.6471],"to":[7.52939,10.82349,5.88239],"faces":{"north":{"uv":[2.3125,7.75,2.1875,7.8125],"texture":"#0"},"east":{"uv":[6.25,7.1875,6.1875,7.25],"texture":"#0"},"south":{"uv":[2.4375,7.75,2.5625,7.8125],"texture":"#0"},"west":{"uv":[4.5,7.1875,4.5625,7.25],"texture":"#0"},"up":{"uv":[1.9375,7.8125,2.0625,7.75],"texture":"#0"},"down":{"uv":[1.6875,7.75,1.8125,7.8125],"texture":"#0"}}},{"from":[7.0588,10.8235,4.2353],"to":[7.52939,11.05879,4.47059],"faces":{"north":{"uv":[3.5625,7.75,3.4375,7.8125],"texture":"#0"},"east":{"uv":[6.625,7.1875,6.5625,7.25],"texture":"#0"},"south":{"uv":[3.6875,7.75,3.8125,7.8125],"texture":"#0"},"west":{"uv":[6.375,7.1875,6.4375,7.25],"texture":"#0"},"up":{"uv":[3.1875,7.8125,3.3125,7.75],"texture":"#0"},"down":{"uv":[2.9375,7.75,3.0625,7.8125],"texture":"#0"}}},{"from":[7.0588,10.8235,5.8824],"to":[7.29409,11.05879,6.35299],"faces":{"north":{"uv":[6.8125,7.1875,6.75,7.25],"texture":"#0"},"east":{"uv":[4.5625,7.75,4.4375,7.8125],"texture":"#0"},"south":{"uv":[7.3125,7.1875,7.375,7.25],"texture":"#0"},"west":{"uv":[4.1875,7.75,4.3125,7.8125],"texture":"#0"},"up":{"uv":[0,2.3125,0.0625,2.1875],"texture":"#0"},"down":{"uv":[0,2.9375,0.0625,3.0625],"texture":"#0"}}},{"from":[7.0588,11.0588,4],"to":[7.52939,11.29409,4.23529],"faces":{"north":{"uv":[5.3125,7.75,5.1875,7.8125],"texture":"#0"},"east":{"uv":[7.75,7.1875,7.6875,7.25],"texture":"#0"},"south":{"uv":[5.4375,7.75,5.5625,7.8125],"texture":"#0"},"west":{"uv":[7.5,7.1875,7.5625,7.25],"texture":"#0"},"up":{"uv":[4.9375,7.8125,5.0625,7.75],"texture":"#0"},"down":{"uv":[4.6875,7.75,4.8125,7.8125],"texture":"#0"}}},{"from":[7.0588,11.0588,6.3529],"to":[7.52939,11.29409,6.58819],"faces":{"north":{"uv":[6.3125,7.75,6.1875,7.8125],"texture":"#0"},"east":{"uv":[0.8125,4.5625,0.75,4.625],"texture":"#0"},"south":{"uv":[6.4375,7.75,6.5625,7.8125],"texture":"#0"},"west":{"uv":[0.75,7,0.8125,7.0625],"texture":"#0"},"up":{"uv":[5.9375,7.8125,6.0625,7.75],"texture":"#0"},"down":{"uv":[5.6875,7.75,5.8125,7.8125],"texture":"#0"}}},{"from":[7.0588,11.5294,3.7647],"to":[7.52939,11.76469,3.99999],"faces":{"north":{"uv":[1.1875,14.1875,1.0625,14.25],"texture":"#0"},"east":{"uv":[0.8125,4.1875,0.75,4.25],"texture":"#0"},"south":{"uv":[1.3125,14.1875,1.4375,14.25],"texture":"#0"},"west":{"uv":[0.75,4.375,0.8125,4.4375],"texture":"#0"},"up":{"uv":[0.8125,14.25,0.9375,14.1875],"texture":"#0"},"down":{"uv":[0.5625,14.1875,0.6875,14.25],"texture":"#0"}}},{"from":[7.0588,11.5294,6.5882],"to":[7.52939,11.76469,6.82349],"faces":{"north":{"uv":[2.1875,14.1875,2.0625,14.25],"texture":"#0"},"east":{"uv":[4.375,7,4.3125,7.0625],"texture":"#0"},"south":{"uv":[2.3125,14.1875,2.4375,14.25],"texture":"#0"},"west":{"uv":[0.75,4,0.8125,4.0625],"texture":"#0"},"up":{"uv":[1.8125,14.25,1.9375,14.1875],"texture":"#0"},"down":{"uv":[1.5625,14.1875,1.6875,14.25],"texture":"#0"}}},{"from":[7.0588,12.4706,3.7647],"to":[7.52939,12.70589,3.99999],"faces":{"north":{"uv":[4.125,14.1875,4,14.25],"texture":"#0"},"east":{"uv":[4.75,7,4.6875,7.0625],"texture":"#0"},"south":{"uv":[4.25,14.1875,4.375,14.25],"texture":"#0"},"west":{"uv":[4.5,7,4.5625,7.0625],"texture":"#0"},"up":{"uv":[3.5625,14.25,3.6875,14.1875],"texture":"#0"},"down":{"uv":[2.5625,14.1875,2.6875,14.25],"texture":"#0"}}},{"from":[7.0588,12.4706,6.5882],"to":[7.52939,12.70589,6.82349],"faces":{"north":{"uv":[5.125,14.1875,5,14.25],"texture":"#0"},"east":{"uv":[5.5,7,5.4375,7.0625],"texture":"#0"},"south":{"uv":[5.25,14.1875,5.375,14.25],"texture":"#0"},"west":{"uv":[4.875,7,4.9375,7.0625],"texture":"#0"},"up":{"uv":[4.75,14.25,4.875,14.1875],"texture":"#0"},"down":{"uv":[4.5,14.1875,4.625,14.25],"texture":"#0"}}},{"from":[7.0588,12.7059,4],"to":[7.29409,13.17649,4.23529],"faces":{"north":{"uv":[1.875,11.5625,1.8125,11.6875],"texture":"#0"},"east":{"uv":[2.4375,11.5625,2.375,11.6875],"texture":"#0"},"south":{"uv":[2,11.5625,2.0625,11.6875],"texture":"#0"},"west":{"uv":[2.1875,11.5625,2.25,11.6875],"texture":"#0"},"up":{"uv":[5.8125,7.0625,5.875,7],"texture":"#0"},"down":{"uv":[5.625,7,5.6875,7.0625],"texture":"#0"}}},{"from":[7.0588,12.7059,6.3529],"to":[7.29409,13.17649,6.58819],"faces":{"north":{"uv":[2.625,11.5625,2.5625,11.6875],"texture":"#0"},"east":{"uv":[3.1875,11.5625,3.125,11.6875],"texture":"#0"},"south":{"uv":[2.75,11.5625,2.8125,11.6875],"texture":"#0"},"west":{"uv":[2.9375,11.5625,3,11.6875],"texture":"#0"},"up":{"uv":[6.1875,7.0625,6.25,7],"texture":"#0"},"down":{"uv":[6,7,6.0625,7.0625],"texture":"#0"}}},{"from":[7.0588,13.1765,4.2353],"to":[7.52939,13.41179,4.47059],"faces":{"north":{"uv":[6.6875,14.1875,6.5625,14.25],"texture":"#0"},"east":{"uv":[1,5.875,0.9375,5.9375],"texture":"#0"},"south":{"uv":[6.8125,14.1875,6.9375,14.25],"texture":"#0"},"west":{"uv":[6.375,7,6.4375,7.0625],"texture":"#0"},"up":{"uv":[6.125,14.25,6.25,14.1875],"texture":"#0"},"down":{"uv":[5.875,14.1875,6,14.25],"texture":"#0"}}},{"from":[7.0588,13.1765,5.8824],"to":[7.29409,13.41179,6.35299],"faces":{"north":{"uv":[1,5.6875,0.9375,5.75],"texture":"#0"},"east":{"uv":[4.0625,11.625,3.9375,11.6875],"texture":"#0"},"south":{"uv":[0.9375,5.5,1,5.5625],"texture":"#0"},"west":{"uv":[3.6875,11.625,3.8125,11.6875],"texture":"#0"},"up":{"uv":[3.5,11.6875,3.5625,11.5625],"texture":"#0"},"down":{"uv":[3.3125,11.5625,3.375,11.6875],"texture":"#0"}}},{"from":[7.0588,13.4118,4.7059],"to":[7.52939,13.64709,4.94119],"faces":{"north":{"uv":[4.8125,11.625,4.6875,11.6875],"texture":"#0"},"east":{"uv":[1,5.125,0.9375,5.1875],"texture":"#0"},"south":{"uv":[4.9375,11.625,5.0625,11.6875],"texture":"#0"},"west":{"uv":[0.9375,5.3125,1,5.375],"texture":"#0"},"up":{"uv":[4.4375,11.6875,4.5625,11.625],"texture":"#0"},"down":{"uv":[4.1875,11.625,4.3125,11.6875],"texture":"#0"}}},{"from":[7.0588,13.4118,5.6471],"to":[7.52939,13.64709,5.88239],"faces":{"north":{"uv":[6.0625,11.625,5.9375,11.6875],"texture":"#0"},"east":{"uv":[1,3.25,0.9375,3.3125],"texture":"#0"},"south":{"uv":[6.1875,11.625,6.3125,11.6875],"texture":"#0"},"west":{"uv":[0.9375,4.9375,1,5],"texture":"#0"},"up":{"uv":[5.6875,11.6875,5.8125,11.625],"texture":"#0"},"down":{"uv":[5.4375,11.625,5.5625,11.6875],"texture":"#0"}}},{"from":[7.2941,2.1176,10.1176],"to":[7.52939,2.35289,10.58819],"faces":{"north":{"uv":[1,3.0625,0.9375,3.125],"texture":"#0"},"east":{"uv":[7.4375,11.625,7.3125,11.6875],"texture":"#0"},"south":{"uv":[0.9375,2.875,1,2.9375],"texture":"#0"},"west":{"uv":[7.0625,11.625,7.1875,11.6875],"texture":"#0"},"up":{"uv":[6.875,11.6875,6.9375,11.5625],"texture":"#0"},"down":{"uv":[6.6875,11.5625,6.75,11.6875],"texture":"#0"}}},{"from":[7.2941,2.3529,10.3529],"to":[7.76469,2.58819,10.58819],"faces":{"north":{"uv":[0.375,11.3125,0.25,11.375],"texture":"#0"},"east":{"uv":[2.5,6.8125,2.4375,6.875],"texture":"#0"},"south":{"uv":[0.5,11.3125,0.625,11.375],"texture":"#0"},"west":{"uv":[0.9375,2.6875,1,2.75],"texture":"#0"},"up":{"uv":[0,11.375,0.125,11.3125],"texture":"#0"},"down":{"uv":[7.5625,11.625,7.6875,11.6875],"texture":"#0"}}},{"from":[7.2941,6.1176,8.2353],"to":[7.76469,6.35289,8.47059],"faces":{"north":{"uv":[1.375,11.3125,1.25,11.375],"texture":"#0"},"east":{"uv":[2.875,6.8125,2.8125,6.875],"texture":"#0"},"south":{"uv":[1.5,11.3125,1.625,11.375],"texture":"#0"},"west":{"uv":[2.625,6.8125,2.6875,6.875],"texture":"#0"},"up":{"uv":[1,11.375,1.125,11.3125],"texture":"#0"},"down":{"uv":[0.75,11.3125,0.875,11.375],"texture":"#0"}}},{"from":[7.2941,8.4706,7.0588],"to":[7.76469,8.70589,7.52939],"faces":{"north":{"uv":[1.875,11.3125,1.75,11.375],"texture":"#0"},"east":{"uv":[2.625,11.3125,2.5,11.375],"texture":"#0"},"south":{"uv":[2,11.3125,2.125,11.375],"texture":"#0"},"west":{"uv":[2.25,11.3125,2.375,11.375],"texture":"#0"},"up":{"uv":[6.125,14.5,6.25,14.375],"texture":"#0"},"down":{"uv":[5.875,14.375,6,14.5],"texture":"#0"}}},{"from":[7.2941,9.6471,6.3529],"to":[7.76469,9.88239,6.58819],"faces":{"north":{"uv":[3.375,11.3125,3.25,11.375],"texture":"#0"},"east":{"uv":[5.875,6.8125,5.8125,6.875],"texture":"#0"},"south":{"uv":[3.5,11.3125,3.625,11.375],"texture":"#0"},"west":{"uv":[3,6.8125,3.0625,6.875],"texture":"#0"},"up":{"uv":[3,11.375,3.125,11.3125],"texture":"#0"},"down":{"uv":[2.75,11.3125,2.875,11.375],"texture":"#0"}}},{"from":[7.2941,9.6471,6.5882],"to":[7.52939,9.88239,6.82349],"faces":{"north":{"uv":[6.4375,6.8125,6.375,6.875],"texture":"#0"},"east":{"uv":[1.1875,6.0625,1.125,6.125],"texture":"#0"},"south":{"uv":[1.125,6.4375,1.1875,6.5],"texture":"#0"},"west":{"uv":[1.125,6.25,1.1875,6.3125],"texture":"#0"},"up":{"uv":[6.1875,6.875,6.25,6.8125],"texture":"#0"},"down":{"uv":[6,6.8125,6.0625,6.875],"texture":"#0"}}},{"from":[7.2941,9.8824,6.1176],"to":[7.52939,10.11769,6.35289],"faces":{"north":{"uv":[1.1875,2.875,1.125,2.9375],"texture":"#0"},"east":{"uv":[1.1875,1.9375,1.125,2],"texture":"#0"},"south":{"uv":[1.125,2.6875,1.1875,2.75],"texture":"#0"},"west":{"uv":[1.125,2.5,1.1875,2.5625],"texture":"#0"},"up":{"uv":[1.125,3.125,1.1875,3.0625],"texture":"#0"},"down":{"uv":[1.125,5.875,1.1875,5.9375],"texture":"#0"}}},{"from":[7.2941,9.8824,6.8235],"to":[7.52939,10.11769,7.29409],"faces":{"north":{"uv":[1.1875,1.75,1.125,1.8125],"texture":"#0"},"east":{"uv":[5.875,11.3125,5.75,11.375],"texture":"#0"},"south":{"uv":[1.125,1.5625,1.1875,1.625],"texture":"#0"},"west":{"uv":[5.5,11.3125,5.625,11.375],"texture":"#0"},"up":{"uv":[0.375,11.1875,0.4375,11.0625],"texture":"#0"},"down":{"uv":[0.1875,11.0625,0.25,11.1875],"texture":"#0"}}},{"from":[7.2941,10.1176,7.0588],"to":[7.52939,10.58819,7.29409],"faces":{"north":{"uv":[0.625,11.0625,0.5625,11.1875],"texture":"#0"},"east":{"uv":[1.1875,11.0625,1.125,11.1875],"texture":"#0"},"south":{"uv":[0.75,11.0625,0.8125,11.1875],"texture":"#0"},"west":{"uv":[0.9375,11.0625,1,11.1875],"texture":"#0"},"up":{"uv":[2.8125,6.6875,2.875,6.625],"texture":"#0"},"down":{"uv":[1.125,1.375,1.1875,1.4375],"texture":"#0"}}},{"from":[7.2941,10.3529,4.9412],"to":[7.76469,10.58819,5.17649],"faces":{"north":{"uv":[6.625,11.3125,6.5,11.375],"texture":"#0"},"east":{"uv":[3.25,6.625,3.1875,6.6875],"texture":"#0"},"south":{"uv":[6.75,11.3125,6.875,11.375],"texture":"#0"},"west":{"uv":[3,6.625,3.0625,6.6875],"texture":"#0"},"up":{"uv":[6.25,11.375,6.375,11.3125],"texture":"#0"},"down":{"uv":[6,11.3125,6.125,11.375],"texture":"#0"}}},{"from":[7.2941,10.3529,5.1765],"to":[7.52939,10.58819,5.64709],"faces":{"north":{"uv":[3.4375,6.625,3.375,6.6875],"texture":"#0"},"east":{"uv":[7.375,11.3125,7.25,11.375],"texture":"#0"},"south":{"uv":[1.3125,3.625,1.375,3.6875],"texture":"#0"},"west":{"uv":[7,11.3125,7.125,11.375],"texture":"#0"},"up":{"uv":[1.5,11.1875,1.5625,11.0625],"texture":"#0"},"down":{"uv":[1.3125,11.0625,1.375,11.1875],"texture":"#0"}}},{"from":[7.2941,10.5882,4.4706],"to":[8.47057,10.82349,4.70589],"faces":{"north":{"uv":[4.4375,14.875,4.125,14.9375],"texture":"#0"},"east":{"uv":[1.375,3.25,1.3125,3.3125],"texture":"#0"},"south":{"uv":[4.9375,15.0625,5.25,15.125],"texture":"#0"},"west":{"uv":[1.3125,3.4375,1.375,3.5],"texture":"#0"},"up":{"uv":[4.125,15.125,4.4375,15.0625],"texture":"#0"},"down":{"uv":[3.6875,14.875,4,14.9375],"texture":"#0"}}},{"from":[7.2941,10.5882,5.8824],"to":[8.47057,10.82349,6.11769],"faces":{"north":{"uv":[4,15.0625,3.6875,15.125],"texture":"#0"},"east":{"uv":[1.375,1.375,1.3125,1.4375],"texture":"#0"},"south":{"uv":[4.9375,14.875,5.25,14.9375],"texture":"#0"},"west":{"uv":[1.3125,3.0625,1.375,3.125],"texture":"#0"},"up":{"uv":[5.375,14.9375,5.6875,14.875],"texture":"#0"},"down":{"uv":[5.375,15.0625,5.6875,15.125],"texture":"#0"}}},{"from":[7.2941,10.8235,6.1176],"to":[7.52939,11.05879,6.35289],"faces":{"north":{"uv":[1.375,0.8125,1.3125,0.875],"texture":"#0"},"east":{"uv":[1.75,6.4375,1.6875,6.5],"texture":"#0"},"south":{"uv":[1.3125,0.25,1.375,0.3125],"texture":"#0"},"west":{"uv":[1.5,6.4375,1.5625,6.5],"texture":"#0"},"up":{"uv":[1.3125,1.0625,1.375,1],"texture":"#0"},"down":{"uv":[1.3125,1.1875,1.375,1.25],"texture":"#0"}}},{"from":[7.2941,11.2941,3.7647],"to":[8.47057,11.52939,3.99999],"faces":{"north":{"uv":[6.75,15.375,6.4375,15.4375],"texture":"#0"},"east":{"uv":[2.125,6.4375,2.0625,6.5],"texture":"#0"},"south":{"uv":[0.5625,14.875,0.875,14.9375],"texture":"#0"},"west":{"uv":[1.875,6.4375,1.9375,6.5],"texture":"#0"},"up":{"uv":[0.5625,15.125,0.875,15.0625],"texture":"#0"},"down":{"uv":[7.3125,15.375,7.625,15.4375],"texture":"#0"}}},{"from":[7.2941,11.2941,6.5882],"to":[8.47057,11.52939,6.82349],"faces":{"north":{"uv":[6.3125,15.375,6,15.4375],"texture":"#0"},"east":{"uv":[2.875,6.4375,2.8125,6.5],"texture":"#0"},"south":{"uv":[1,15.0625,1.3125,15.125],"texture":"#0"},"west":{"uv":[2.25,6.4375,2.3125,6.5],"texture":"#0"},"up":{"uv":[5.125,15.4375,5.4375,15.375],"texture":"#0"},"down":{"uv":[4.25,15.375,4.5625,15.4375],"texture":"#0"}}},{"from":[7.2941,11.7647,3.5294],"to":[8.47057,12.47058,3.76469],"faces":{"north":{"uv":[0.9375,15.8125,0.625,16],"texture":"#0"},"east":{"uv":[5.5625,13.625,5.5,13.8125],"texture":"#0"},"south":{"uv":[2.75,15.8125,3.0625,16],"texture":"#0"},"west":{"uv":[5.3125,13.625,5.375,13.8125],"texture":"#0"},"up":{"uv":[6.25,14.9375,6.5625,14.875],"texture":"#0"},"down":{"uv":[6.25,15.0625,6.5625,15.125],"texture":"#0"}}},{"from":[7.2941,11.7647,6.8235],"to":[8.47057,12.47058,7.05879],"faces":{"north":{"uv":[3.5,15.8125,3.1875,16],"texture":"#0"},"east":{"uv":[7.5,13.625,7.4375,13.8125],"texture":"#0"},"south":{"uv":[2.3125,15.8125,2.625,16],"texture":"#0"},"west":{"uv":[6.625,13.625,6.6875,13.8125],"texture":"#0"},"up":{"uv":[3.8125,15.4375,4.125,15.375],"texture":"#0"},"down":{"uv":[6.6875,15.0625,7,15.125],"texture":"#0"}}},{"from":[7.2941,12.7059,3.7647],"to":[8.47057,12.94119,3.99999],"faces":{"north":{"uv":[1.3125,14.875,1,14.9375],"texture":"#0"},"east":{"uv":[3.625,6.4375,3.5625,6.5],"texture":"#0"},"south":{"uv":[5.8125,15.0625,6.125,15.125],"texture":"#0"},"west":{"uv":[3,6.4375,3.0625,6.5],"texture":"#0"},"up":{"uv":[0.4375,14.6875,0.75,14.625],"texture":"#0"},"down":{"uv":[5.5625,15.375,5.875,15.4375],"texture":"#0"}}},{"from":[7.2941,12.7059,6.5882],"to":[8.47057,12.94119,6.82349],"faces":{"north":{"uv":[3.6875,15.375,3.375,15.4375],"texture":"#0"},"east":{"uv":[4,6.4375,3.9375,6.5],"texture":"#0"},"south":{"uv":[6.875,15.375,7.1875,15.4375],"texture":"#0"},"west":{"uv":[3.75,6.4375,3.8125,6.5],"texture":"#0"},"up":{"uv":[2.9375,15.4375,3.25,15.375],"texture":"#0"},"down":{"uv":[6.6875,14.875,7,14.9375],"texture":"#0"}}},{"from":[7.2941,12.9412,4],"to":[7.52939,13.17649,4.23529],"faces":{"north":{"uv":[5.6875,6.4375,5.625,6.5],"texture":"#0"},"east":{"uv":[1.5625,5.875,1.5,5.9375],"texture":"#0"},"south":{"uv":[6.1875,6.4375,6.25,6.5],"texture":"#0"},"west":{"uv":[6.375,6.4375,6.4375,6.5],"texture":"#0"},"up":{"uv":[5.4375,6.5,5.5,6.4375],"texture":"#0"},"down":{"uv":[4.125,6.4375,4.1875,6.5],"texture":"#0"}}},{"from":[7.2941,12.9412,6.3529],"to":[7.52939,13.17649,6.58819],"faces":{"north":{"uv":[1.5625,4.5625,1.5,4.625],"texture":"#0"},"east":{"uv":[1.5625,4,1.5,4.0625],"texture":"#0"},"south":{"uv":[1.5,4.375,1.5625,4.4375],"texture":"#0"},"west":{"uv":[1.5,4.1875,1.5625,4.25],"texture":"#0"},"up":{"uv":[1.5,5.1875,1.5625,5.125],"texture":"#0"},"down":{"uv":[1.5,5.3125,1.5625,5.375],"texture":"#0"}}},{"from":[7.2941,13.1765,6.1176],"to":[7.52939,13.41179,6.35289],"faces":{"north":{"uv":[1.5625,2.6875,1.5,2.75],"texture":"#0"},"east":{"uv":[1.5625,2.125,1.5,2.1875],"texture":"#0"},"south":{"uv":[1.5,2.5,1.5625,2.5625],"texture":"#0"},"west":{"uv":[1.5,2.3125,1.5625,2.375],"texture":"#0"},"up":{"uv":[1.5,3.3125,1.5625,3.25],"texture":"#0"},"down":{"uv":[1.5,3.4375,1.5625,3.5],"texture":"#0"}}},{"from":[7.2941,13.4118,4.4706],"to":[7.52939,13.64709,4.70589],"faces":{"north":{"uv":[1.5625,1.5625,1.5,1.625],"texture":"#0"},"east":{"uv":[1.5625,0.625,1.5,0.6875],"texture":"#0"},"south":{"uv":[1.5,1.375,1.5625,1.4375],"texture":"#0"},"west":{"uv":[1.5,0.8125,1.5625,0.875],"texture":"#0"},"up":{"uv":[1.5,1.8125,1.5625,1.75],"texture":"#0"},"down":{"uv":[1.5,1.9375,1.5625,2],"texture":"#0"}}},{"from":[7.2941,13.4118,5.8824],"to":[8.47057,13.64709,6.11769],"faces":{"north":{"uv":[2.8125,15.375,2.5,15.4375],"texture":"#0"},"east":{"uv":[1.5625,0.25,1.5,0.3125],"texture":"#0"},"south":{"uv":[4.6875,15.375,5,15.4375],"texture":"#0"},"west":{"uv":[1.5,0.4375,1.5625,0.5],"texture":"#0"},"up":{"uv":[0,14.6875,0.3125,14.625],"texture":"#0"},"down":{"uv":[5.8125,14.875,6.125,14.9375],"texture":"#0"}}},{"from":[7.2941,13.6471,4.9412],"to":[7.76469,13.88239,5.17649],"faces":{"north":{"uv":[3.8125,11.125,3.6875,11.1875],"texture":"#0"},"east":{"uv":[4.5625,6.25,4.5,6.3125],"texture":"#0"},"south":{"uv":[3.9375,11.125,4.0625,11.1875],"texture":"#0"},"west":{"uv":[4.3125,6.25,4.375,6.3125],"texture":"#0"},"up":{"uv":[3.4375,11.1875,3.5625,11.125],"texture":"#0"},"down":{"uv":[3.1875,11.125,3.3125,11.1875],"texture":"#0"}}},{"from":[7.2941,13.6471,5.1765],"to":[7.52939,13.88239,5.64709],"faces":{"north":{"uv":[4.75,6.25,4.6875,6.3125],"texture":"#0"},"east":{"uv":[5.3125,11.125,5.1875,11.1875],"texture":"#0"},"south":{"uv":[4.875,6.25,4.9375,6.3125],"texture":"#0"},"west":{"uv":[4.9375,11.125,5.0625,11.1875],"texture":"#0"},"up":{"uv":[4.5625,11.1875,4.625,11.0625],"texture":"#0"},"down":{"uv":[4.375,11.0625,4.4375,11.1875],"texture":"#0"}}},{"from":[7.5294,1.1765,10.5882],"to":[8.23528,1.41179,10.82349],"faces":{"north":{"uv":[3.9375,13.125,3.75,13.1875],"texture":"#0"},"east":{"uv":[5.875,6.25,5.8125,6.3125],"texture":"#0"},"south":{"uv":[0.625,12.125,0.8125,12.1875],"texture":"#0"},"west":{"uv":[5.625,6.25,5.6875,6.3125],"texture":"#0"},"up":{"uv":[5.625,13.1875,5.8125,13.125],"texture":"#0"},"down":{"uv":[5.3125,13.125,5.5,13.1875],"texture":"#0"}}},{"from":[7.5294,1.4118,10.5882],"to":[7.76469,1.64709,10.82349],"faces":{"north":{"uv":[7.1875,6.25,7.125,6.3125],"texture":"#0"},"east":{"uv":[1.75,0.25,1.6875,0.3125],"texture":"#0"},"south":{"uv":[7.3125,6.25,7.375,6.3125],"texture":"#0"},"west":{"uv":[7.5,6.25,7.5625,6.3125],"texture":"#0"},"up":{"uv":[6.9375,6.3125,7,6.25],"texture":"#0"},"down":{"uv":[6,6.25,6.0625,6.3125],"texture":"#0"}}},{"from":[7.5294,1.6471,10.3529],"to":[8.23528,1.88239,10.58819],"faces":{"north":{"uv":[6.4375,13.125,6.25,13.1875],"texture":"#0"},"east":{"uv":[2.125,6.0625,2.0625,6.125],"texture":"#0"},"south":{"uv":[6.5625,13.125,6.75,13.1875],"texture":"#0"},"west":{"uv":[1.875,6.0625,1.9375,6.125],"texture":"#0"},"up":{"uv":[0.3125,13.1875,0.5,13.125],"texture":"#0"},"down":{"uv":[4.0625,13.125,4.25,13.1875],"texture":"#0"}}},{"from":[7.5294,1.8824,10.1176],"to":[8.23528,2.11769,10.35289],"faces":{"north":{"uv":[7.6875,13.125,7.5,13.1875],"texture":"#0"},"east":{"uv":[2.5,6.0625,2.4375,6.125],"texture":"#0"},"south":{"uv":[0,12.9375,0.1875,13],"texture":"#0"},"west":{"uv":[2.25,6.0625,2.3125,6.125],"texture":"#0"},"up":{"uv":[7.1875,13.1875,7.375,13.125],"texture":"#0"},"down":{"uv":[6.875,13.125,7.0625,13.1875],"texture":"#0"}}},{"from":[7.5294,1.8824,10.3529],"to":[7.76469,2.11769,10.58819],"faces":{"north":{"uv":[3.4375,6.0625,3.375,6.125],"texture":"#0"},"east":{"uv":[4.375,6.0625,4.3125,6.125],"texture":"#0"},"south":{"uv":[3.9375,6.0625,4,6.125],"texture":"#0"},"west":{"uv":[4.125,6.0625,4.1875,6.125],"texture":"#0"},"up":{"uv":[3.1875,6.125,3.25,6.0625],"texture":"#0"},"down":{"uv":[2.625,6.0625,2.6875,6.125],"texture":"#0"}}},{"from":[7.5294,2.1176,9.8824],"to":[7.99999,2.35289,10.11769],"faces":{"north":{"uv":[1.5,10.875,1.375,10.9375],"texture":"#0"},"east":{"uv":[1.9375,5.6875,1.875,5.75],"texture":"#0"},"south":{"uv":[1.625,10.875,1.75,10.9375],"texture":"#0"},"west":{"uv":[4.5,6.0625,4.5625,6.125],"texture":"#0"},"up":{"uv":[1.125,10.9375,1.25,10.875],"texture":"#0"},"down":{"uv":[0.875,10.875,1,10.9375],"texture":"#0"}}},{"from":[7.5294,2.1176,10.5882],"to":[8.23528,2.58819,10.82349],"faces":{"north":{"uv":[7.8125,15.5625,7.625,15.6875],"texture":"#0"},"east":{"uv":[3.25,10.8125,3.1875,10.9375],"texture":"#0"},"south":{"uv":[0.25,15.3125,0.4375,15.4375],"texture":"#0"},"west":{"uv":[3,10.8125,3.0625,10.9375],"texture":"#0"},"up":{"uv":[3.125,13,3.3125,12.9375],"texture":"#0"},"down":{"uv":[2.8125,12.9375,3,13],"texture":"#0"}}},{"from":[7.5294,2.3529,10.1176],"to":[7.76469,3.05878,10.35289],"faces":{"north":{"uv":[0.625,12.625,0.5625,12.8125],"texture":"#0"},"east":{"uv":[1.1875,12.625,1.125,12.8125],"texture":"#0"},"south":{"uv":[0.75,12.625,0.8125,12.8125],"texture":"#0"},"west":{"uv":[0.9375,12.625,1,12.8125],"texture":"#0"},"up":{"uv":[1.875,5.375,1.9375,5.3125],"texture":"#0"},"down":{"uv":[1.875,5.5,1.9375,5.5625],"texture":"#0"}}},{"from":[7.5294,2.8235,9.8824],"to":[7.76469,3.29409,10.11769],"faces":{"north":{"uv":[4.9375,10.8125,4.875,10.9375],"texture":"#0"},"east":{"uv":[5.5,10.8125,5.4375,10.9375],"texture":"#0"},"south":{"uv":[5.0625,10.8125,5.125,10.9375],"texture":"#0"},"west":{"uv":[5.25,10.8125,5.3125,10.9375],"texture":"#0"},"up":{"uv":[1.875,4.625,1.9375,4.5625],"texture":"#0"},"down":{"uv":[1.875,5.125,1.9375,5.1875],"texture":"#0"}}},{"from":[7.5294,3.2941,9.6471],"to":[7.76469,3.76469,9.88239],"faces":{"north":{"uv":[6.1875,10.8125,6.125,10.9375],"texture":"#0"},"east":{"uv":[6.75,10.8125,6.6875,10.9375],"texture":"#0"},"south":{"uv":[6.3125,10.8125,6.375,10.9375],"texture":"#0"},"west":{"uv":[6.5,10.8125,6.5625,10.9375],"texture":"#0"},"up":{"uv":[1.875,4.25,1.9375,4.1875],"texture":"#0"},"down":{"uv":[1.875,4.375,1.9375,4.4375],"texture":"#0"}}},{"from":[7.5294,3.5294,9.4118],"to":[7.99999,3.76469,9.64709],"faces":{"north":{"uv":[7.5,10.875,7.375,10.9375],"texture":"#0"},"east":{"uv":[1.9375,3.4375,1.875,3.5],"texture":"#0"},"south":{"uv":[7.625,10.875,7.75,10.9375],"texture":"#0"},"west":{"uv":[1.875,4,1.9375,4.0625],"texture":"#0"},"up":{"uv":[7.125,10.9375,7.25,10.875],"texture":"#0"},"down":{"uv":[6.875,10.875,7,10.9375],"texture":"#0"}}},{"from":[7.5294,3.7647,9.1765],"to":[7.99999,4.23529,9.41179],"faces":{"north":{"uv":[1.6875,14.375,1.5625,14.5],"texture":"#0"},"east":{"uv":[0.625,10.375,0.5625,10.5],"texture":"#0"},"south":{"uv":[1.8125,14.375,1.9375,14.5],"texture":"#0"},"west":{"uv":[0.375,10.375,0.4375,10.5],"texture":"#0"},"up":{"uv":[0.75,10.6875,0.875,10.625],"texture":"#0"},"down":{"uv":[0.5,10.625,0.625,10.6875],"texture":"#0"}}},{"from":[7.5294,3.7647,9.4118],"to":[7.76469,3.99999,9.64709],"faces":{"north":{"uv":[1.9375,2.875,1.875,2.9375],"texture":"#0"},"east":{"uv":[1.9375,1.9375,1.875,2],"texture":"#0"},"south":{"uv":[1.875,2.3125,1.9375,2.375],"texture":"#0"},"west":{"uv":[1.875,2.125,1.9375,2.1875],"texture":"#0"},"up":{"uv":[1.875,3.125,1.9375,3.0625],"texture":"#0"},"down":{"uv":[1.875,3.25,1.9375,3.3125],"texture":"#0"}}},{"from":[7.5294,4.2353,8.9412],"to":[7.99999,4.70589,9.17649],"faces":{"north":{"uv":[2.1875,14.375,2.0625,14.5],"texture":"#0"},"east":{"uv":[2.125,10.375,2.0625,10.5],"texture":"#0"},"south":{"uv":[2.3125,14.375,2.4375,14.5],"texture":"#0"},"west":{"uv":[1.875,10.375,1.9375,10.5],"texture":"#0"},"up":{"uv":[1.25,10.6875,1.375,10.625],"texture":"#0"},"down":{"uv":[1,10.625,1.125,10.6875],"texture":"#0"}}},{"from":[7.5294,4.2353,9.1765],"to":[7.76469,4.47059,9.41179],"faces":{"north":{"uv":[1.9375,1,1.875,1.0625],"texture":"#0"},"east":{"uv":[2.125,5.875,2.0625,5.9375],"texture":"#0"},"south":{"uv":[1.875,0.8125,1.9375,0.875],"texture":"#0"},"west":{"uv":[1.875,0.625,1.9375,0.6875],"texture":"#0"},"up":{"uv":[1.875,1.25,1.9375,1.1875],"texture":"#0"},"down":{"uv":[1.875,1.75,1.9375,1.8125],"texture":"#0"}}},{"from":[7.5294,4.7059,8.7059],"to":[7.99999,5.17649,8.9412],"faces":{"north":{"uv":[4.75,15.5625,4.625,15.6875],"texture":"#0"},"east":{"uv":[5.875,11.0625,5.8125,11.1875],"texture":"#0"},"south":{"uv":[5.5,15.5625,5.625,15.6875],"texture":"#0"},"west":{"uv":[5.625,11.0625,5.6875,11.1875],"texture":"#0"},"up":{"uv":[2.25,10.6875,2.375,10.625],"texture":"#0"},"down":{"uv":[2,10.625,2.125,10.6875],"texture":"#0"}}},{"from":[7.5294,4.7059,8.9412],"to":[7.76469,4.94119,9.17649],"faces":{"north":{"uv":[2.6875,5.875,2.625,5.9375],"texture":"#0"},"east":{"uv":[3.625,5.875,3.5625,5.9375],"texture":"#0"},"south":{"uv":[3.1875,5.875,3.25,5.9375],"texture":"#0"},"west":{"uv":[3.375,5.875,3.4375,5.9375],"texture":"#0"},"up":{"uv":[2.4375,5.9375,2.5,5.875],"texture":"#0"},"down":{"uv":[2.25,5.875,2.3125,5.9375],"texture":"#0"}}},{"from":[7.5294,5.1765,8.4706],"to":[7.99999,5.64709,8.70589],"faces":{"north":{"uv":[7.875,15.3125,7.75,15.4375],"texture":"#0"},"east":{"uv":[2.125,10.8125,2.0625,10.9375],"texture":"#0"},"south":{"uv":[0.5625,14.375,0.6875,14.5],"texture":"#0"},"west":{"uv":[1.875,10.8125,1.9375,10.9375],"texture":"#0"},"up":{"uv":[0.625,10.9375,0.75,10.875],"texture":"#0"},"down":{"uv":[0.375,10.875,0.5,10.9375],"texture":"#0"}}},{"from":[7.5294,5.1765,8.7059],"to":[7.76469,5.41179,8.9412],"faces":{"north":{"uv":[4.5625,5.875,4.5,5.9375],"texture":"#0"},"east":{"uv":[5.5,5.875,5.4375,5.9375],"texture":"#0"},"south":{"uv":[4.6875,5.875,4.75,5.9375],"texture":"#0"},"west":{"uv":[4.875,5.875,4.9375,5.9375],"texture":"#0"},"up":{"uv":[4.3125,5.9375,4.375,5.875],"texture":"#0"},"down":{"uv":[3.75,5.875,3.8125,5.9375],"texture":"#0"}}},{"from":[7.5294,5.6471,8.2353],"to":[7.99999,6.11769,8.47059],"faces":{"north":{"uv":[5.875,15.5625,5.75,15.6875],"texture":"#0"},"east":{"uv":[1.375,10.375,1.3125,10.5],"texture":"#0"},"south":{"uv":[6.75,15.5625,6.875,15.6875],"texture":"#0"},"west":{"uv":[1.125,10.375,1.1875,10.5],"texture":"#0"},"up":{"uv":[5.875,10.9375,6,10.875],"texture":"#0"},"down":{"uv":[5.625,10.875,5.75,10.9375],"texture":"#0"}}},{"from":[7.5294,5.6471,8.4706],"to":[7.76469,5.88239,8.70589],"faces":{"north":{"uv":[6.0625,5.875,6,5.9375],"texture":"#0"},"east":{"uv":[7,5.875,6.9375,5.9375],"texture":"#0"},"south":{"uv":[6.5625,5.875,6.625,5.9375],"texture":"#0"},"west":{"uv":[6.75,5.875,6.8125,5.9375],"texture":"#0"},"up":{"uv":[5.8125,5.9375,5.875,5.875],"texture":"#0"},"down":{"uv":[5.625,5.875,5.6875,5.9375],"texture":"#0"}}},{"from":[7.5294,5.8824,8],"to":[8.23528,6.58828,8.23529],"faces":{"north":{"uv":[3.8125,15.8125,3.625,16],"texture":"#0"},"east":{"uv":[4,11.8125,3.9375,12],"texture":"#0"},"south":{"uv":[3.9375,15.8125,4.125,16],"texture":"#0"},"west":{"uv":[3.75,11.8125,3.8125,12],"texture":"#0"},"up":{"uv":[7.1875,12.1875,7.375,12.125],"texture":"#0"},"down":{"uv":[6.875,12.125,7.0625,12.1875],"texture":"#0"}}},{"from":[7.5294,6.1176,8.4706],"to":[8.23528,6.35289,8.70589],"faces":{"north":{"uv":[4.625,11.9375,4.4375,12],"texture":"#0"},"east":{"uv":[7.75,5.875,7.6875,5.9375],"texture":"#0"},"south":{"uv":[6.625,11.9375,6.8125,12],"texture":"#0"},"west":{"uv":[7.125,5.875,7.1875,5.9375],"texture":"#0"},"up":{"uv":[4.125,12,4.3125,11.9375],"texture":"#0"},"down":{"uv":[7.5,12.125,7.6875,12.1875],"texture":"#0"}}},{"from":[7.5294,6.3529,8.2353],"to":[8.23528,6.58819,8.47059],"faces":{"north":{"uv":[3.8125,14.625,3.625,14.6875],"texture":"#0"},"east":{"uv":[2.125,5.5,2.0625,5.5625],"texture":"#0"},"south":{"uv":[3.9375,14.625,4.125,14.6875],"texture":"#0"},"west":{"uv":[2.0625,5.6875,2.125,5.75],"texture":"#0"},"up":{"uv":[3,14.6875,3.1875,14.625],"texture":"#0"},"down":{"uv":[2.6875,14.625,2.875,14.6875],"texture":"#0"}}},{"from":[7.5294,6.5882,8],"to":[7.76469,7.05879,8.23529],"faces":{"north":{"uv":[6.875,10.125,6.8125,10.25],"texture":"#0"},"east":{"uv":[0.4375,9.6875,0.375,9.8125],"texture":"#0"},"south":{"uv":[7,10.125,7.0625,10.25],"texture":"#0"},"west":{"uv":[7.1875,10.125,7.25,10.25],"texture":"#0"},"up":{"uv":[2.0625,4.8125,2.125,4.75],"texture":"#0"},"down":{"uv":[2.0625,5.3125,2.125,5.375],"texture":"#0"}}},{"from":[7.5294,7.0588,7.7647],"to":[7.76469,7.76468,7.99999],"faces":{"north":{"uv":[2.125,13.625,2.0625,13.8125],"texture":"#0"},"east":{"uv":[2.6875,13.625,2.625,13.8125],"texture":"#0"},"south":{"uv":[2.25,13.625,2.3125,13.8125],"texture":"#0"},"west":{"uv":[2.4375,13.625,2.5,13.8125],"texture":"#0"},"up":{"uv":[2.0625,4.4375,2.125,4.375],"texture":"#0"},"down":{"uv":[2.0625,4.5625,2.125,4.625],"texture":"#0"}}},{"from":[7.5294,7.5294,7.5294],"to":[7.76469,8.23528,7.76469],"faces":{"north":{"uv":[3.25,13.625,3.1875,13.8125],"texture":"#0"},"east":{"uv":[4,13.625,3.9375,13.8125],"texture":"#0"},"south":{"uv":[3.375,13.625,3.4375,13.8125],"texture":"#0"},"west":{"uv":[3.75,13.625,3.8125,13.8125],"texture":"#0"},"up":{"uv":[2.0625,3.6875,2.125,3.625],"texture":"#0"},"down":{"uv":[2.0625,4.1875,2.125,4.25],"texture":"#0"}}},{"from":[7.5294,8.2353,7.0588],"to":[8.23528,8.47059,7.29409],"faces":{"north":{"uv":[4.5,14,4.3125,14.0625],"texture":"#0"},"east":{"uv":[2.125,3.25,2.0625,3.3125],"texture":"#0"},"south":{"uv":[4.625,14,4.8125,14.0625],"texture":"#0"},"west":{"uv":[2.0625,3.4375,2.125,3.5],"texture":"#0"},"up":{"uv":[4,14.0625,4.1875,14],"texture":"#0"},"down":{"uv":[3.6875,14,3.875,14.0625],"texture":"#0"}}},{"from":[7.5294,8.2353,7.2941],"to":[7.76469,8.47059,7.52939],"faces":{"north":{"uv":[2.125,2.3125,2.0625,2.375],"texture":"#0"},"east":{"uv":[2.125,1.375,2.0625,1.4375],"texture":"#0"},"south":{"uv":[2.0625,2.125,2.125,2.1875],"texture":"#0"},"west":{"uv":[2.0625,1.9375,2.125,2],"texture":"#0"},"up":{"uv":[2.0625,2.5625,2.125,2.5],"texture":"#0"},"down":{"uv":[2.0625,3.0625,2.125,3.125],"texture":"#0"}}},{"from":[7.5294,8.4706,7.5294],"to":[7.99999,8.70589,7.76469],"faces":{"north":{"uv":[3.125,9.5,3,9.5625],"texture":"#0"},"east":{"uv":[2.125,0.625,2.0625,0.6875],"texture":"#0"},"south":{"uv":[3.25,9.5,3.375,9.5625],"texture":"#0"},"west":{"uv":[2.0625,1.1875,2.125,1.25],"texture":"#0"},"up":{"uv":[2.75,9.5625,2.875,9.5],"texture":"#0"},"down":{"uv":[2.5,9.5,2.625,9.5625],"texture":"#0"}}},{"from":[7.5294,8.7059,7.0588],"to":[7.76469,9.41178,7.29409],"faces":{"north":{"uv":[5.75,13.625,5.6875,13.8125],"texture":"#0"},"east":{"uv":[6.3125,13.625,6.25,13.8125],"texture":"#0"},"south":{"uv":[5.875,13.625,5.9375,13.8125],"texture":"#0"},"west":{"uv":[6.0625,13.625,6.125,13.8125],"texture":"#0"},"up":{"uv":[2.0625,0.3125,2.125,0.25],"texture":"#0"},"down":{"uv":[2.0625,0.4375,2.125,0.5],"texture":"#0"}}},{"from":[7.5294,8.9412,6.8235],"to":[7.76469,9.17649,7.05879],"faces":{"north":{"uv":[2.6875,5.6875,2.625,5.75],"texture":"#0"},"east":{"uv":[4.75,5.6875,4.6875,5.75],"texture":"#0"},"south":{"uv":[4.3125,5.6875,4.375,5.75],"texture":"#0"},"west":{"uv":[4.5,5.6875,4.5625,5.75],"texture":"#0"},"up":{"uv":[2.4375,5.75,2.5,5.6875],"texture":"#0"},"down":{"uv":[2.25,5.6875,2.3125,5.75],"texture":"#0"}}},{"from":[7.5294,9.4118,6.5882],"to":[7.76469,9.64709,7.05879],"faces":{"north":{"uv":[4.9375,5.6875,4.875,5.75],"texture":"#0"},"east":{"uv":[0.5,8.4375,0.375,8.5],"texture":"#0"},"south":{"uv":[5.0625,5.6875,5.125,5.75],"texture":"#0"},"west":{"uv":[7.75,8.625,7.875,8.6875],"texture":"#0"},"up":{"uv":[7,9.125,7.0625,9],"texture":"#0"},"down":{"uv":[6.8125,9,6.875,9.125],"texture":"#0"}}},{"from":[7.5294,9.6471,5.1765],"to":[7.76469,10.35298,5.41179],"faces":{"north":{"uv":[4.6875,13.3125,4.625,13.5],"texture":"#0"},"east":{"uv":[6.375,13.3125,6.3125,13.5],"texture":"#0"},"south":{"uv":[4.8125,13.3125,4.875,13.5],"texture":"#0"},"west":{"uv":[6.125,13.3125,6.1875,13.5],"texture":"#0"},"up":{"uv":[5.4375,5.75,5.5,5.6875],"texture":"#0"},"down":{"uv":[5.25,5.6875,5.3125,5.75],"texture":"#0"}}},{"from":[7.5294,9.6471,5.8824],"to":[7.99999,10.11769,6.11769],"faces":{"north":{"uv":[4.875,14.375,4.75,14.5],"texture":"#0"},"east":{"uv":[1.375,7.9375,1.3125,8.0625],"texture":"#0"},"south":{"uv":[5,14.375,5.125,14.5],"texture":"#0"},"west":{"uv":[1.125,7.9375,1.1875,8.0625],"texture":"#0"},"up":{"uv":[3.75,8.25,3.875,8.1875],"texture":"#0"},"down":{"uv":[3.5,8.1875,3.625,8.25],"texture":"#0"}}},{"from":[7.5294,9.6471,6.1176],"to":[7.76469,9.88239,6.35289],"faces":{"north":{"uv":[6.0625,5.6875,6,5.75],"texture":"#0"},"east":{"uv":[7,5.6875,6.9375,5.75],"texture":"#0"},"south":{"uv":[6.5625,5.6875,6.625,5.75],"texture":"#0"},"west":{"uv":[6.75,5.6875,6.8125,5.75],"texture":"#0"},"up":{"uv":[5.8125,5.75,5.875,5.6875],"texture":"#0"},"down":{"uv":[5.625,5.6875,5.6875,5.75],"texture":"#0"}}},{"from":[7.5294,9.6471,6.8235],"to":[7.76469,9.88239,7.29409],"faces":{"north":{"uv":[7.1875,5.6875,7.125,5.75],"texture":"#0"},"east":{"uv":[7.375,8.1875,7.25,8.25],"texture":"#0"},"south":{"uv":[7.6875,5.6875,7.75,5.75],"texture":"#0"},"west":{"uv":[7,8.1875,7.125,8.25],"texture":"#0"},"up":{"uv":[3.9375,8.0625,4,7.9375],"texture":"#0"},"down":{"uv":[3.75,7.9375,3.8125,8.0625],"texture":"#0"}}},{"from":[7.5294,9.8824,5.4118],"to":[7.76469,10.11769,5.88239],"faces":{"north":{"uv":[2.3125,5.5,2.25,5.5625],"texture":"#0"},"east":{"uv":[4.0625,7.75,3.9375,7.8125],"texture":"#0"},"south":{"uv":[2.25,5.3125,2.3125,5.375],"texture":"#0"},"west":{"uv":[2.6875,7.75,2.8125,7.8125],"texture":"#0"},"up":{"uv":[0,5.5625,0.0625,5.4375],"texture":"#0"},"down":{"uv":[7.5,7.9375,7.5625,8.0625],"texture":"#0"}}},{"from":[7.5294,9.8824,6.3529],"to":[7.76469,10.35299,6.82349],"faces":{"north":{"uv":[0.0625,1.6875,0,1.8125],"texture":"#0"},"east":{"uv":[0.9375,14.375,0.8125,14.5],"texture":"#0"},"south":{"uv":[0,1.4375,0.0625,1.5625],"texture":"#0"},"west":{"uv":[6.5,15.5625,6.625,15.6875],"texture":"#0"},"up":{"uv":[0,2.0625,0.0625,1.9375],"texture":"#0"},"down":{"uv":[0,3.1875,0.0625,3.3125],"texture":"#0"}}},{"from":[7.5294,9.8824,7.0588],"to":[7.76469,10.11769,7.29409],"faces":{"north":{"uv":[2.3125,4.375,2.25,4.4375],"texture":"#0"},"east":{"uv":[2.3125,3.4375,2.25,3.5],"texture":"#0"},"south":{"uv":[2.25,4.1875,2.3125,4.25],"texture":"#0"},"west":{"uv":[2.25,4,2.3125,4.0625],"texture":"#0"},"up":{"uv":[2.25,4.625,2.3125,4.5625],"texture":"#0"},"down":{"uv":[2.25,5.125,2.3125,5.1875],"texture":"#0"}}},{"from":[7.5294,10.1176,6.1176],"to":[8.23528,10.35289,6.35289],"faces":{"north":{"uv":[6.9375,14.625,6.75,14.6875],"texture":"#0"},"east":{"uv":[2.3125,3.0625,2.25,3.125],"texture":"#0"},"south":{"uv":[7.0625,14.625,7.25,14.6875],"texture":"#0"},"west":{"uv":[2.25,3.25,2.3125,3.3125],"texture":"#0"},"up":{"uv":[6.4375,14.6875,6.625,14.625],"texture":"#0"},"down":{"uv":[6.125,14.625,6.3125,14.6875],"texture":"#0"}}},{"from":[7.5294,10.1176,6.8235],"to":[7.76469,10.82348,7.05879],"faces":{"north":{"uv":[4.1875,13.625,4.125,13.8125],"texture":"#0"},"east":{"uv":[6.5,13.625,6.4375,13.8125],"texture":"#0"},"south":{"uv":[4.9375,13.625,5,13.8125],"texture":"#0"},"west":{"uv":[5.125,13.625,5.1875,13.8125],"texture":"#0"},"up":{"uv":[2.25,2.75,2.3125,2.6875],"texture":"#0"},"down":{"uv":[2.25,2.875,2.3125,2.9375],"texture":"#0"}}},{"from":[7.5294,10.1176,7.2941],"to":[7.76469,10.82348,7.52939],"faces":{"north":{"uv":[0.625,13.3125,0.5625,13.5],"texture":"#0"},"east":{"uv":[5.0625,13.3125,5,13.5],"texture":"#0"},"south":{"uv":[2,13.3125,2.0625,13.5],"texture":"#0"},"west":{"uv":[2.1875,13.3125,2.25,13.5],"texture":"#0"},"up":{"uv":[2.25,2.375,2.3125,2.3125],"texture":"#0"},"down":{"uv":[2.25,2.5,2.3125,2.5625],"texture":"#0"}}},{"from":[7.5294,10.3529,4.7059],"to":[8.23528,10.58819,4.94119],"faces":{"north":{"uv":[0.1875,13.125,0,13.1875],"texture":"#0"},"east":{"uv":[2.3125,1.9375,2.25,2],"texture":"#0"},"south":{"uv":[5,13.125,5.1875,13.1875],"texture":"#0"},"west":{"uv":[2.25,2.125,2.3125,2.1875],"texture":"#0"},"up":{"uv":[7.5,13.5,7.6875,13.4375],"texture":"#0"},"down":{"uv":[5.1875,13.4375,5.375,13.5],"texture":"#0"}}},{"from":[7.5294,10.3529,5.4118],"to":[7.76469,10.58819,5.88239],"faces":{"north":{"uv":[2.3125,1.75,2.25,1.8125],"texture":"#0"},"east":{"uv":[4.875,11.3125,4.75,11.375],"texture":"#0"},"south":{"uv":[2.25,1.5625,2.3125,1.625],"texture":"#0"},"west":{"uv":[4.5,11.3125,4.625,11.375],"texture":"#0"},"up":{"uv":[0,11.1875,0.0625,11.0625],"texture":"#0"},"down":{"uv":[7.8125,11.5625,7.875,11.6875],"texture":"#0"}}},{"from":[7.5294,10.3529,6.5882],"to":[8.23528,10.58819,6.82349],"faces":{"north":{"uv":[3.6875,12.75,3.5,12.8125],"texture":"#0"},"east":{"uv":[2.3125,1.1875,2.25,1.25],"texture":"#0"},"south":{"uv":[3.8125,12.75,4,12.8125],"texture":"#0"},"west":{"uv":[2.25,1.375,2.3125,1.4375],"texture":"#0"},"up":{"uv":[3.1875,12.8125,3.375,12.75],"texture":"#0"},"down":{"uv":[1.625,12.75,1.8125,12.8125],"texture":"#0"}}},{"from":[7.5294,10.5882,4.2353],"to":[8.23528,10.82349,4.47059],"faces":{"north":{"uv":[3.875,12.4375,3.6875,12.5],"texture":"#0"},"east":{"uv":[2.3125,0.8125,2.25,0.875],"texture":"#0"},"south":{"uv":[0.9375,12.125,1.125,12.1875],"texture":"#0"},"west":{"uv":[2.25,1,2.3125,1.0625],"texture":"#0"},"up":{"uv":[3.375,12.5,3.5625,12.4375],"texture":"#0"},"down":{"uv":[2.75,12.4375,2.9375,12.5],"texture":"#0"}}},{"from":[7.5294,10.5882,6.1176],"to":[8.23528,10.82349,6.35289],"faces":{"north":{"uv":[6.75,12.125,6.5625,12.1875],"texture":"#0"},"east":{"uv":[2.5,5.5,2.4375,5.5625],"texture":"#0"},"south":{"uv":[3.3125,14.625,3.5,14.6875],"texture":"#0"},"west":{"uv":[2.25,0.625,2.3125,0.6875],"texture":"#0"},"up":{"uv":[6.25,12.1875,6.4375,12.125],"texture":"#0"},"down":{"uv":[2.8125,12.125,3,12.1875],"texture":"#0"}}},{"from":[7.5294,10.5882,7.0588],"to":[7.76469,11.29408,7.29409],"faces":{"north":{"uv":[1.375,13.625,1.3125,13.8125],"texture":"#0"},"east":{"uv":[3.625,13.625,3.5625,13.8125],"texture":"#0"},"south":{"uv":[1.6875,13.625,1.75,13.8125],"texture":"#0"},"west":{"uv":[1.875,13.625,1.9375,13.8125],"texture":"#0"},"up":{"uv":[2.8125,5.5625,2.875,5.5],"texture":"#0"},"down":{"uv":[2.625,5.5,2.6875,5.5625],"texture":"#0"}}},{"from":[7.5294,10.5882,7.5294],"to":[8.23528,10.82349,7.76469],"faces":{"north":{"uv":[6.0625,14,5.875,14.0625],"texture":"#0"},"east":{"uv":[3.625,5.5,3.5625,5.5625],"texture":"#0"},"south":{"uv":[0.75,13.4375,0.9375,13.5],"texture":"#0"},"west":{"uv":[3,5.5,3.0625,5.5625],"texture":"#0"},"up":{"uv":[5.5625,14.0625,5.75,14],"texture":"#0"},"down":{"uv":[3.0625,14,3.25,14.0625],"texture":"#0"}}},{"from":[7.5294,10.8235,4],"to":[8.23528,11.05879,4.23529],"faces":{"north":{"uv":[6,13.4375,5.8125,13.5],"texture":"#0"},"east":{"uv":[4,5.5,3.9375,5.5625],"texture":"#0"},"south":{"uv":[6.5,13.4375,6.6875,13.5],"texture":"#0"},"west":{"uv":[3.75,5.5,3.8125,5.5625],"texture":"#0"},"up":{"uv":[5.5,13.5,5.6875,13.4375],"texture":"#0"},"down":{"uv":[4.3125,13.4375,4.5,13.5],"texture":"#0"}}},{"from":[7.5294,10.8235,6.3529],"to":[8.23528,11.05879,6.58819],"faces":{"north":{"uv":[2.0625,13.125,1.875,13.1875],"texture":"#0"},"east":{"uv":[4.75,5.5,4.6875,5.5625],"texture":"#0"},"south":{"uv":[2.1875,13.125,2.375,13.1875],"texture":"#0"},"west":{"uv":[4.125,5.5,4.1875,5.5625],"texture":"#0"},"up":{"uv":[1.5625,13.1875,1.75,13.125],"texture":"#0"},"down":{"uv":[1.25,13.125,1.4375,13.1875],"texture":"#0"}}},{"from":[7.5294,10.8235,7.5294],"to":[7.99999,11.05879,7.76469],"faces":{"north":{"uv":[2.8125,11.125,2.6875,11.1875],"texture":"#0"},"east":{"uv":[5.125,5.5,5.0625,5.5625],"texture":"#0"},"south":{"uv":[2.9375,11.125,3.0625,11.1875],"texture":"#0"},"west":{"uv":[4.875,5.5,4.9375,5.5625],"texture":"#0"},"up":{"uv":[2.4375,11.1875,2.5625,11.125],"texture":"#0"},"down":{"uv":[2.1875,11.125,2.3125,11.1875],"texture":"#0"}}},{"from":[7.5294,11.0588,3.7647],"to":[8.23528,11.29409,3.99999],"faces":{"north":{"uv":[4.3125,12.75,4.125,12.8125],"texture":"#0"},"east":{"uv":[5.875,5.5,5.8125,5.5625],"texture":"#0"},"south":{"uv":[5.9375,12.75,6.125,12.8125],"texture":"#0"},"west":{"uv":[5.25,5.5,5.3125,5.5625],"texture":"#0"},"up":{"uv":[5.3125,13,5.5,12.9375],"texture":"#0"},"down":{"uv":[3.75,12.9375,3.9375,13],"texture":"#0"}}},{"from":[7.5294,11.0588,6.5882],"to":[8.23528,11.29409,6.82349],"faces":{"north":{"uv":[0.5,12.125,0.3125,12.1875],"texture":"#0"},"east":{"uv":[6.625,5.5,6.5625,5.5625],"texture":"#0"},"south":{"uv":[1.875,12.125,2.0625,12.1875],"texture":"#0"},"west":{"uv":[6,5.5,6.0625,5.5625],"texture":"#0"},"up":{"uv":[7.1875,12.5,7.375,12.4375],"texture":"#0"},"down":{"uv":[3.0625,12.4375,3.25,12.5],"texture":"#0"}}},{"from":[7.5294,11.2941,7.2941],"to":[8.23528,12.94116,7.52939],"faces":{"north":{"uv":[0.5,15.5625,0.3125,16],"texture":"#0"},"east":{"uv":[4.3125,15.5625,4.25,16],"texture":"#0"},"south":{"uv":[0,15.5625,0.1875,16],"texture":"#0"},"west":{"uv":[4.4375,15.5625,4.5,16],"texture":"#0"},"up":{"uv":[5.9375,13.1875,6.125,13.125],"texture":"#0"},"down":{"uv":[6.8125,13.4375,7,13.5],"texture":"#0"}}},{"from":[7.5294,11.5294,3.5294],"to":[8.23528,11.76469,3.76469],"faces":{"north":{"uv":[6,14.625,5.8125,14.6875],"texture":"#0"},"east":{"uv":[2.6875,3.0625,2.625,3.125],"texture":"#0"},"south":{"uv":[0.9375,13.125,1.125,13.1875],"texture":"#0"},"west":{"uv":[6.75,5.5,6.8125,5.5625],"texture":"#0"},"up":{"uv":[5.5,14.6875,5.6875,14.625],"texture":"#0"},"down":{"uv":[4.0625,12.125,4.25,12.1875],"texture":"#0"}}},{"from":[7.5294,11.5294,6.8235],"to":[8.23528,11.76469,7.05879],"faces":{"north":{"uv":[1.125,12.9375,0.9375,13],"texture":"#0"},"east":{"uv":[2.6875,2.3125,2.625,2.375],"texture":"#0"},"south":{"uv":[1.25,12.9375,1.4375,13],"texture":"#0"},"west":{"uv":[2.625,2.875,2.6875,2.9375],"texture":"#0"},"up":{"uv":[0.625,13,0.8125,12.9375],"texture":"#0"},"down":{"uv":[0.3125,12.9375,0.5,13],"texture":"#0"}}},{"from":[7.5294,12,7.5294],"to":[8.23528,12.23529,7.76469],"faces":{"north":{"uv":[2.375,12.9375,2.1875,13],"texture":"#0"},"east":{"uv":[2.6875,1.9375,2.625,2],"texture":"#0"},"south":{"uv":[2.5,12.9375,2.6875,13],"texture":"#0"},"west":{"uv":[2.625,2.125,2.6875,2.1875],"texture":"#0"},"up":{"uv":[1.875,13,2.0625,12.9375],"texture":"#0"},"down":{"uv":[1.5625,12.9375,1.75,13],"texture":"#0"}}},{"from":[7.5294,12.4706,3.5294],"to":[8.23528,12.70589,3.76469],"faces":{"north":{"uv":[4.875,12.9375,4.6875,13],"texture":"#0"},"east":{"uv":[2.6875,1.1875,2.625,1.25],"texture":"#0"},"south":{"uv":[5,12.9375,5.1875,13],"texture":"#0"},"west":{"uv":[2.625,1.75,2.6875,1.8125],"texture":"#0"},"up":{"uv":[4.375,13,4.5625,12.9375],"texture":"#0"},"down":{"uv":[4.0625,12.9375,4.25,13],"texture":"#0"}}},{"from":[7.5294,12.4706,6.8235],"to":[8.23528,12.70589,7.05879],"faces":{"north":{"uv":[6.75,12.9375,6.5625,13],"texture":"#0"},"east":{"uv":[2.6875,0.4375,2.625,0.5],"texture":"#0"},"south":{"uv":[6.875,12.9375,7.0625,13],"texture":"#0"},"west":{"uv":[2.625,1,2.6875,1.0625],"texture":"#0"},"up":{"uv":[6.25,13,6.4375,12.9375],"texture":"#0"},"down":{"uv":[5.9375,12.9375,6.125,13],"texture":"#0"}}},{"from":[7.5294,12.9412,3.7647],"to":[8.23528,13.17649,3.99999],"faces":{"north":{"uv":[2.75,12.75,2.5625,12.8125],"texture":"#0"},"east":{"uv":[2.875,5.125,2.8125,5.1875],"texture":"#0"},"south":{"uv":[2.875,12.75,3.0625,12.8125],"texture":"#0"},"west":{"uv":[2.625,0.25,2.6875,0.3125],"texture":"#0"},"up":{"uv":[2.25,12.8125,2.4375,12.75],"texture":"#0"},"down":{"uv":[1.9375,12.75,2.125,12.8125],"texture":"#0"}}},{"from":[7.5294,12.9412,6.5882],"to":[8.23528,13.17649,6.82349],"faces":{"north":{"uv":[7.375,12.9375,7.1875,13],"texture":"#0"},"east":{"uv":[4.375,5.125,4.3125,5.1875],"texture":"#0"},"south":{"uv":[7.5,12.9375,7.6875,13],"texture":"#0"},"west":{"uv":[3,5.125,3.0625,5.1875],"texture":"#0"},"up":{"uv":[3.4375,13,3.625,12.9375],"texture":"#0"},"down":{"uv":[0.625,13.125,0.8125,13.1875],"texture":"#0"}}},{"from":[7.5294,12.9412,7.0588],"to":[8.23528,13.41179,7.29409],"faces":{"north":{"uv":[0.8125,15.5625,0.625,15.6875],"texture":"#0"},"east":{"uv":[4.75,10.8125,4.6875,10.9375],"texture":"#0"},"south":{"uv":[2.3125,15.5625,2.5,15.6875],"texture":"#0"},"west":{"uv":[4.5,10.8125,4.5625,10.9375],"texture":"#0"},"up":{"uv":[1.0625,12.5,1.25,12.4375],"texture":"#0"},"down":{"uv":[0.75,12.4375,0.9375,12.5],"texture":"#0"}}},{"from":[7.5294,13.1765,4],"to":[8.23528,13.41179,4.23529],"faces":{"north":{"uv":[3.3125,12.125,3.125,12.1875],"texture":"#0"},"east":{"uv":[5.125,5.125,5.0625,5.1875],"texture":"#0"},"south":{"uv":[3.4375,12.125,3.625,12.1875],"texture":"#0"},"west":{"uv":[4.5,5.125,4.5625,5.1875],"texture":"#0"},"up":{"uv":[2.5,12.1875,2.6875,12.125],"texture":"#0"},"down":{"uv":[2.1875,12.125,2.375,12.1875],"texture":"#0"}}},{"from":[7.5294,13.1765,6.3529],"to":[8.23528,13.41179,6.58819],"faces":{"north":{"uv":[4.75,14.625,4.5625,14.6875],"texture":"#0"},"east":{"uv":[5.875,5.125,5.8125,5.1875],"texture":"#0"},"south":{"uv":[4.875,14.625,5.0625,14.6875],"texture":"#0"},"west":{"uv":[5.25,5.125,5.3125,5.1875],"texture":"#0"},"up":{"uv":[2.375,14.6875,2.5625,14.625],"texture":"#0"},"down":{"uv":[0.1875,11.625,0.375,11.6875],"texture":"#0"}}},{"from":[7.5294,13.4118,4.2353],"to":[8.23528,13.64709,4.47059],"faces":{"north":{"uv":[1.6875,14,1.5,14.0625],"texture":"#0"},"east":{"uv":[6.25,5.125,6.1875,5.1875],"texture":"#0"},"south":{"uv":[1.8125,14,2,14.0625],"texture":"#0"},"west":{"uv":[6,5.125,6.0625,5.1875],"texture":"#0"},"up":{"uv":[7.6875,14.6875,7.875,14.625],"texture":"#0"},"down":{"uv":[7.375,14.625,7.5625,14.6875],"texture":"#0"}}},{"from":[7.5294,13.4118,6.1176],"to":[8.23528,13.64709,6.35289],"faces":{"north":{"uv":[6.375,14,6.1875,14.0625],"texture":"#0"},"east":{"uv":[6.625,5.125,6.5625,5.1875],"texture":"#0"},"south":{"uv":[6.5,14,6.6875,14.0625],"texture":"#0"},"west":{"uv":[6.375,5.125,6.4375,5.1875],"texture":"#0"},"up":{"uv":[5.25,14.0625,5.4375,14],"texture":"#0"},"down":{"uv":[4.9375,14,5.125,14.0625],"texture":"#0"}}},{"from":[7.5294,13.4118,6.8235],"to":[8.23528,13.64709,7.05879],"faces":{"north":{"uv":[4.5,13.75,4.3125,13.8125],"texture":"#0"},"east":{"uv":[7.375,5.125,7.3125,5.1875],"texture":"#0"},"south":{"uv":[4.625,13.75,4.8125,13.8125],"texture":"#0"},"west":{"uv":[6.75,5.125,6.8125,5.1875],"texture":"#0"},"up":{"uv":[7.4375,14.0625,7.625,14],"texture":"#0"},"down":{"uv":[7.125,14,7.3125,14.0625],"texture":"#0"}}},{"from":[7.5294,13.6471,4.4706],"to":[8.23528,13.88239,4.94119],"faces":{"north":{"uv":[7,13.75,6.8125,13.8125],"texture":"#0"},"east":{"uv":[7.125,8.625,7,8.6875],"texture":"#0"},"south":{"uv":[7.125,13.75,7.3125,13.8125],"texture":"#0"},"west":{"uv":[6.75,8.625,6.875,8.6875],"texture":"#0"},"up":{"uv":[4.875,16,5.0625,15.875],"texture":"#0"},"down":{"uv":[2.75,15.5625,2.9375,15.6875],"texture":"#0"}}},{"from":[7.5294,13.6471,5.4118],"to":[7.76469,13.88239,5.88239],"faces":{"north":{"uv":[7.5625,5.125,7.5,5.1875],"texture":"#0"},"east":{"uv":[5.875,8.1875,5.75,8.25],"texture":"#0"},"south":{"uv":[2.8125,3.625,2.875,3.6875],"texture":"#0"},"west":{"uv":[5.5,8.1875,5.625,8.25],"texture":"#0"},"up":{"uv":[6.8125,8.5,6.875,8.375],"texture":"#0"},"down":{"uv":[6.625,8.375,6.6875,8.5],"texture":"#0"}}},{"from":[7.5294,13.6471,6.5882],"to":[8.23528,13.88239,6.82349],"faces":{"north":{"uv":[4.5625,13.125,4.375,13.1875],"texture":"#0"},"east":{"uv":[2.875,3.25,2.8125,3.3125],"texture":"#0"},"south":{"uv":[4.6875,13.125,4.875,13.1875],"texture":"#0"},"west":{"uv":[2.8125,3.4375,2.875,3.5],"texture":"#0"},"up":{"uv":[3.125,13.1875,3.3125,13.125],"texture":"#0"},"down":{"uv":[2.8125,13.125,3,13.1875],"texture":"#0"}}},{"from":[7.5294,13.8824,5.1765],"to":[7.76469,14.58828,5.41179],"faces":{"north":{"uv":[0.625,13.625,0.5625,13.8125],"texture":"#0"},"east":{"uv":[1.5625,13.625,1.5,13.8125],"texture":"#0"},"south":{"uv":[0.9375,13.625,1,13.8125],"texture":"#0"},"west":{"uv":[1.125,13.625,1.1875,13.8125],"texture":"#0"},"up":{"uv":[2.8125,2.5625,2.875,2.5],"texture":"#0"},"down":{"uv":[2.8125,3.0625,2.875,3.125],"texture":"#0"}}},{"from":[7.5294,13.8824,6.1176],"to":[8.23528,14.11769,6.58819],"faces":{"north":{"uv":[3.5625,14,3.375,14.0625],"texture":"#0"},"east":{"uv":[6.5625,11.625,6.4375,11.6875],"texture":"#0"},"south":{"uv":[6.8125,14,7,14.0625],"texture":"#0"},"west":{"uv":[5.1875,11.625,5.3125,11.6875],"texture":"#0"},"up":{"uv":[1.6875,15.4375,1.875,15.3125],"texture":"#0"},"down":{"uv":[1.375,15.3125,1.5625,15.4375],"texture":"#0"}}},{"from":[7.5294,14.1176,4.2353],"to":[7.76469,14.35289,4.47059],"faces":{"north":{"uv":[2.875,1.9375,2.8125,2],"texture":"#0"},"east":{"uv":[2.875,1,2.8125,1.0625],"texture":"#0"},"south":{"uv":[2.8125,1.375,2.875,1.4375],"texture":"#0"},"west":{"uv":[2.8125,1.1875,2.875,1.25],"texture":"#0"},"up":{"uv":[2.8125,2.1875,2.875,2.125],"texture":"#0"},"down":{"uv":[2.8125,2.3125,2.875,2.375],"texture":"#0"}}},{"from":[7.5294,14.1176,4.7059],"to":[8.23528,14.35289,5.17649],"faces":{"north":{"uv":[4.4375,14.625,4.25,14.6875],"texture":"#0"},"east":{"uv":[7.875,11.3125,7.75,11.375],"texture":"#0"},"south":{"uv":[5.1875,14.625,5.375,14.6875],"texture":"#0"},"west":{"uv":[7.5,11.3125,7.625,11.375],"texture":"#0"},"up":{"uv":[0.8125,15.4375,1,15.3125],"texture":"#0"},"down":{"uv":[7.3125,15.875,7.5,16],"texture":"#0"}}},{"from":[7.5294,14.1176,5.4118],"to":[7.76469,14.35289,6.11768],"faces":{"north":{"uv":[2.875,0.8125,2.8125,0.875],"texture":"#0"},"east":{"uv":[3.625,13.125,3.4375,13.1875],"texture":"#0"},"south":{"uv":[2.8125,0.25,2.875,0.3125],"texture":"#0"},"west":{"uv":[2.5,13.125,2.6875,13.1875],"texture":"#0"},"up":{"uv":[4.125,13.5,4.1875,13.3125],"texture":"#0"},"down":{"uv":[1.0625,13.3125,1.125,13.5],"texture":"#0"}}},{"from":[7.5294,14.3529,4],"to":[8.23528,14.58819,4.23529],"faces":{"north":{"uv":[2.3125,12.4375,2.125,12.5],"texture":"#0"},"east":{"uv":[3.25,4.9375,3.1875,5],"texture":"#0"},"south":{"uv":[2.4375,12.4375,2.625,12.5],"texture":"#0"},"west":{"uv":[3,4.9375,3.0625,5],"texture":"#0"},"up":{"uv":[2.6875,13.5,2.875,13.4375],"texture":"#0"},"down":{"uv":[2.375,13.4375,2.5625,13.5],"texture":"#0"}}},{"from":[7.7647,0,11.0588],"to":[7.99999,0.70588,11.29409],"faces":{"north":{"uv":[7.875,13.3125,7.8125,13.5],"texture":"#0"},"east":{"uv":[0.4375,12.625,0.375,12.8125],"texture":"#0"},"south":{"uv":[0,12.625,0.0625,12.8125],"texture":"#0"},"west":{"uv":[0.1875,12.625,0.25,12.8125],"texture":"#0"},"up":{"uv":[3.9375,5,4,4.9375],"texture":"#0"},"down":{"uv":[3.375,4.9375,3.4375,5],"texture":"#0"}}},{"from":[7.7647,0.4706,10.8235],"to":[7.99999,1.64707,11.05879],"faces":{"north":{"uv":[7.375,14.8125,7.3125,15.125],"texture":"#0"},"east":{"uv":[0.25,14.1875,0.1875,14.5],"texture":"#0"},"south":{"uv":[7.5,14.8125,7.5625,15.125],"texture":"#0"},"west":{"uv":[0,14.1875,0.0625,14.5],"texture":"#0"},"up":{"uv":[4.3125,5,4.375,4.9375],"texture":"#0"},"down":{"uv":[4.125,4.9375,4.1875,5],"texture":"#0"}}},{"from":[7.7647,0.9412,10.5882],"to":[7.99999,1.17649,10.82349],"faces":{"north":{"uv":[5.3125,4.9375,5.25,5],"texture":"#0"},"east":{"uv":[3.0625,4.5625,3,4.625],"texture":"#0"},"south":{"uv":[5.4375,4.9375,5.5,5],"texture":"#0"},"west":{"uv":[5.625,4.9375,5.6875,5],"texture":"#0"},"up":{"uv":[5.0625,5,5.125,4.9375],"texture":"#0"},"down":{"uv":[4.5,4.9375,4.5625,5],"texture":"#0"}}},{"from":[7.7647,1.4118,10.3529],"to":[7.99999,1.64709,10.58819],"faces":{"north":{"uv":[3.0625,3.625,3,3.6875],"texture":"#0"},"east":{"uv":[3.0625,3.0625,3,3.125],"texture":"#0"},"south":{"uv":[3,3.4375,3.0625,3.5],"texture":"#0"},"west":{"uv":[3,3.25,3.0625,3.3125],"texture":"#0"},"up":{"uv":[3,3.875,3.0625,3.8125],"texture":"#0"},"down":{"uv":[3,4.375,3.0625,4.4375],"texture":"#0"}}},{"from":[7.7647,1.6471,10.5882],"to":[8.23529,2.11769,10.82349],"faces":{"north":{"uv":[1.1875,14.375,1.0625,14.5],"texture":"#0"},"east":{"uv":[1.6875,11.5625,1.625,11.6875],"texture":"#0"},"south":{"uv":[1.3125,14.375,1.4375,14.5],"texture":"#0"},"west":{"uv":[7.75,13.9375,7.8125,14.0625],"texture":"#0"},"up":{"uv":[4.25,8.25,4.375,8.1875],"texture":"#0"},"down":{"uv":[4,8.1875,4.125,8.25],"texture":"#0"}}},{"from":[7.7647,1.8824,9.8824],"to":[7.99999,2.11769,10.11769],"faces":{"north":{"uv":[3.0625,2.5,3,2.5625],"texture":"#0"},"east":{"uv":[3.0625,1.5625,3,1.625],"texture":"#0"},"south":{"uv":[3,1.9375,3.0625,2],"texture":"#0"},"west":{"uv":[3,1.75,3.0625,1.8125],"texture":"#0"},"up":{"uv":[3,2.75,3.0625,2.6875],"texture":"#0"},"down":{"uv":[3,2.875,3.0625,2.9375],"texture":"#0"}}},{"from":[7.7647,2.3529,9.8824],"to":[7.99999,2.82349,10.11769],"faces":{"north":{"uv":[4.25,11.0625,4.1875,11.1875],"texture":"#0"},"east":{"uv":[6.25,11.0625,6.1875,11.1875],"texture":"#0"},"south":{"uv":[4.75,11.0625,4.8125,11.1875],"texture":"#0"},"west":{"uv":[6,11.0625,6.0625,11.1875],"texture":"#0"},"up":{"uv":[3,0.875,3.0625,0.8125],"texture":"#0"},"down":{"uv":[3,1.375,3.0625,1.4375],"texture":"#0"}}},{"from":[7.7647,2.5882,10.3529],"to":[7.99999,2.82349,10.58819],"faces":{"north":{"uv":[3.0625,0.25,3,0.3125],"texture":"#0"},"east":{"uv":[4,4.75,3.9375,4.8125],"texture":"#0"},"south":{"uv":[3.5625,4.75,3.625,4.8125],"texture":"#0"},"west":{"uv":[3.75,4.75,3.8125,4.8125],"texture":"#0"},"up":{"uv":[3,0.5,3.0625,0.4375],"texture":"#0"},"down":{"uv":[3,0.625,3.0625,0.6875],"texture":"#0"}}},{"from":[7.7647,2.8235,9.6471],"to":[7.99999,3.29409,9.88239],"faces":{"north":{"uv":[7.875,9.6875,7.8125,9.8125],"texture":"#0"},"east":{"uv":[5.3125,9.25,5.25,9.375],"texture":"#0"},"south":{"uv":[0,9.25,0.0625,9.375],"texture":"#0"},"west":{"uv":[2.0625,9.25,2.125,9.375],"texture":"#0"},"up":{"uv":[4.6875,4.8125,4.75,4.75],"texture":"#0"},"down":{"uv":[4.125,4.75,4.1875,4.8125],"texture":"#0"}}},{"from":[7.7647,2.8235,10.1176],"to":[8.23529,3.05879,10.35289],"faces":{"north":{"uv":[3.875,11.3125,3.75,11.375],"texture":"#0"},"east":{"uv":[5.125,4.75,5.0625,4.8125],"texture":"#0"},"south":{"uv":[4,11.3125,4.125,11.375],"texture":"#0"},"west":{"uv":[4.875,4.75,4.9375,4.8125],"texture":"#0"},"up":{"uv":[6.5625,9.125,6.6875,9.0625],"texture":"#0"},"down":{"uv":[6.3125,9.0625,6.4375,9.125],"texture":"#0"}}},{"from":[7.7647,3.0588,10.1176],"to":[7.99999,3.29409,10.35289],"faces":{"north":{"uv":[6.0625,4.75,6,4.8125],"texture":"#0"},"east":{"uv":[7,4.75,6.9375,4.8125],"texture":"#0"},"south":{"uv":[6.1875,4.75,6.25,4.8125],"texture":"#0"},"west":{"uv":[6.375,4.75,6.4375,4.8125],"texture":"#0"},"up":{"uv":[5.8125,4.8125,5.875,4.75],"texture":"#0"},"down":{"uv":[5.25,4.75,5.3125,4.8125],"texture":"#0"}}},{"from":[7.7647,3.2941,9.4118],"to":[7.99999,3.52939,9.64709],"faces":{"north":{"uv":[7.5625,4.75,7.5,4.8125],"texture":"#0"},"east":{"uv":[3.25,4,3.1875,4.0625],"texture":"#0"},"south":{"uv":[3.1875,4.375,3.25,4.4375],"texture":"#0"},"west":{"uv":[3.1875,4.1875,3.25,4.25],"texture":"#0"},"up":{"uv":[7.3125,4.8125,7.375,4.75],"texture":"#0"},"down":{"uv":[7.125,4.75,7.1875,4.8125],"texture":"#0"}}},{"from":[7.7647,3.2941,9.8824],"to":[8.23529,3.52939,10.11769],"faces":{"north":{"uv":[5.125,11.3125,5,11.375],"texture":"#0"},"east":{"uv":[3.25,3.25,3.1875,3.3125],"texture":"#0"},"south":{"uv":[5.25,11.3125,5.375,11.375],"texture":"#0"},"west":{"uv":[3.1875,3.8125,3.25,3.875],"texture":"#0"},"up":{"uv":[4.375,8.5,4.5,8.4375],"texture":"#0"},"down":{"uv":[4.25,11.3125,4.375,11.375],"texture":"#0"}}},{"from":[7.7647,3.5294,9.6471],"to":[8.23529,3.99999,9.88239],"faces":{"north":{"uv":[6.125,15.5625,6,15.6875],"texture":"#0"},"east":{"uv":[2.5,10.375,2.4375,10.5],"texture":"#0"},"south":{"uv":[6.25,15.5625,6.375,15.6875],"texture":"#0"},"west":{"uv":[2.25,10.375,2.3125,10.5],"texture":"#0"},"up":{"uv":[0.25,10.6875,0.375,10.625],"texture":"#0"},"down":{"uv":[0,10.625,0.125,10.6875],"texture":"#0"}}},{"from":[7.7647,4,9.4118],"to":[8.23529,4.23529,9.64709],"faces":{"north":{"uv":[1.8125,11.125,1.6875,11.1875],"texture":"#0"},"east":{"uv":[3.25,2.875,3.1875,2.9375],"texture":"#0"},"south":{"uv":[1.9375,11.125,2.0625,11.1875],"texture":"#0"},"west":{"uv":[3.1875,3.0625,3.25,3.125],"texture":"#0"},"up":{"uv":[4.0625,10.25,4.1875,10.1875],"texture":"#0"},"down":{"uv":[3.0625,10.1875,3.1875,10.25],"texture":"#0"}}},{"from":[7.7647,4.2353,9.4118],"to":[7.99999,4.47059,9.64709],"faces":{"north":{"uv":[3.25,2.3125,3.1875,2.375],"texture":"#0"},"east":{"uv":[3.25,1.75,3.1875,1.8125],"texture":"#0"},"south":{"uv":[3.1875,2.125,3.25,2.1875],"texture":"#0"},"west":{"uv":[3.1875,1.9375,3.25,2],"texture":"#0"},"up":{"uv":[3.1875,2.5625,3.25,2.5],"texture":"#0"},"down":{"uv":[3.1875,2.6875,3.25,2.75],"texture":"#0"}}},{"from":[7.7647,4.4706,9.1765],"to":[8.23529,4.70589,9.41179],"faces":{"north":{"uv":[3.125,10.625,3,10.6875],"texture":"#0"},"east":{"uv":[3.25,0.625,3.1875,0.6875],"texture":"#0"},"south":{"uv":[3.25,10.625,3.375,10.6875],"texture":"#0"},"west":{"uv":[3.1875,0.8125,3.25,0.875],"texture":"#0"},"up":{"uv":[2.75,10.6875,2.875,10.625],"texture":"#0"},"down":{"uv":[2.5,10.625,2.625,10.6875],"texture":"#0"}}},{"from":[7.7647,4.7059,9.1765],"to":[7.99999,4.94119,9.41179],"faces":{"north":{"uv":[3.8125,4.5625,3.75,4.625],"texture":"#0"},"east":{"uv":[4.75,4.5625,4.6875,4.625],"texture":"#0"},"south":{"uv":[3.9375,4.5625,4,4.625],"texture":"#0"},"west":{"uv":[4.125,4.5625,4.1875,4.625],"texture":"#0"},"up":{"uv":[3.5625,4.625,3.625,4.5625],"texture":"#0"},"down":{"uv":[3.1875,0.4375,3.25,0.5],"texture":"#0"}}},{"from":[7.7647,4.9412,8.9412],"to":[8.23529,5.17649,9.17649],"faces":{"north":{"uv":[4.125,10.625,4,10.6875],"texture":"#0"},"east":{"uv":[0.0625,1.25,0,1.3125],"texture":"#0"},"south":{"uv":[4.25,10.625,4.375,10.6875],"texture":"#0"},"west":{"uv":[7.8125,12.125,7.875,12.1875],"texture":"#0"},"up":{"uv":[3.75,10.6875,3.875,10.625],"texture":"#0"},"down":{"uv":[3.5,10.625,3.625,10.6875],"texture":"#0"}}},{"from":[7.7647,5.1765,8.9412],"to":[7.99999,5.64709,9.17649],"faces":{"north":{"uv":[3.4375,10.375,3.375,10.5],"texture":"#0"},"east":{"uv":[4,10.375,3.9375,10.5],"texture":"#0"},"south":{"uv":[3.5625,10.375,3.625,10.5],"texture":"#0"},"west":{"uv":[3.75,10.375,3.8125,10.5],"texture":"#0"},"up":{"uv":[0,0.9375,0.0625,0.875],"texture":"#0"},"down":{"uv":[0,1.0625,0.0625,1.125],"texture":"#0"}}},{"from":[7.7647,5.4118,8.7059],"to":[8.23529,5.88239,8.9412],"faces":{"north":{"uv":[0.125,13.9375,0,14.0625],"texture":"#0"},"east":{"uv":[4.75,10.375,4.6875,10.5],"texture":"#0"},"south":{"uv":[3.5625,14.375,3.6875,14.5],"texture":"#0"},"west":{"uv":[4.5,10.375,4.5625,10.5],"texture":"#0"},"up":{"uv":[4.75,10.6875,4.875,10.625],"texture":"#0"},"down":{"uv":[4.5,10.625,4.625,10.6875],"texture":"#0"}}},{"from":[7.7647,5.8824,8.4706],"to":[8.23529,6.11769,8.70589],"faces":{"north":{"uv":[5.625,10.625,5.5,10.6875],"texture":"#0"},"east":{"uv":[0.25,6.4375,0.1875,6.5],"texture":"#0"},"south":{"uv":[5.75,10.625,5.875,10.6875],"texture":"#0"},"west":{"uv":[0.1875,6.625,0.25,6.6875],"texture":"#0"},"up":{"uv":[5.25,10.6875,5.375,10.625],"texture":"#0"},"down":{"uv":[5,10.625,5.125,10.6875],"texture":"#0"}}},{"from":[7.7647,6.1176,8.7059],"to":[7.99999,6.35289,8.9412],"faces":{"north":{"uv":[0.25,5.875,0.1875,5.9375],"texture":"#0"},"east":{"uv":[0.25,5.3125,0.1875,5.375],"texture":"#0"},"south":{"uv":[0.1875,5.6875,0.25,5.75],"texture":"#0"},"west":{"uv":[0.1875,5.5,0.25,5.5625],"texture":"#0"},"up":{"uv":[0.1875,6.125,0.25,6.0625],"texture":"#0"},"down":{"uv":[0.1875,6.25,0.25,6.3125],"texture":"#0"}}},{"from":[7.7647,6.3529,8.4706],"to":[7.99999,6.58819,8.70589],"faces":{"north":{"uv":[0.25,4.75,0.1875,4.8125],"texture":"#0"},"east":{"uv":[0.25,4.1875,0.1875,4.25],"texture":"#0"},"south":{"uv":[0.1875,4.5625,0.25,4.625],"texture":"#0"},"west":{"uv":[0.1875,4.375,0.25,4.4375],"texture":"#0"},"up":{"uv":[0.1875,5,0.25,4.9375],"texture":"#0"},"down":{"uv":[0.1875,5.125,0.25,5.1875],"texture":"#0"}}},{"from":[7.7647,6.5882,7.7647],"to":[8.23529,7.05879,7.99999],"faces":{"north":{"uv":[4.125,14.375,4,14.5],"texture":"#0"},"east":{"uv":[5.125,10.375,5.0625,10.5],"texture":"#0"},"south":{"uv":[4.25,14.375,4.375,14.5],"texture":"#0"},"west":{"uv":[4.875,10.375,4.9375,10.5],"texture":"#0"},"up":{"uv":[6.25,10.6875,6.375,10.625],"texture":"#0"},"down":{"uv":[6,10.625,6.125,10.6875],"texture":"#0"}}},{"from":[7.7647,6.5882,8.2353],"to":[7.99999,6.82349,8.47059],"faces":{"north":{"uv":[0.25,2.5,0.1875,2.5625],"texture":"#0"},"east":{"uv":[0.25,1.9375,0.1875,2],"texture":"#0"},"south":{"uv":[0.1875,2.3125,0.25,2.375],"texture":"#0"},"west":{"uv":[0.1875,2.125,0.25,2.1875],"texture":"#0"},"up":{"uv":[0.1875,2.75,0.25,2.6875],"texture":"#0"},"down":{"uv":[0.1875,2.875,0.25,2.9375],"texture":"#0"}}},{"from":[7.7647,6.8235,8],"to":[8.23529,7.05879,8.23529],"faces":{"north":{"uv":[7.625,10.625,7.5,10.6875],"texture":"#0"},"east":{"uv":[0.25,0.8125,0.1875,0.875],"texture":"#0"},"south":{"uv":[7.75,10.625,7.875,10.6875],"texture":"#0"},"west":{"uv":[0.1875,1,0.25,1.0625],"texture":"#0"},"up":{"uv":[7.25,10.6875,7.375,10.625],"texture":"#0"},"down":{"uv":[7,10.625,7.125,10.6875],"texture":"#0"}}},{"from":[7.7647,7.0588,7.5294],"to":[8.23529,7.52939,7.76469],"faces":{"north":{"uv":[4.625,14.375,4.5,14.5],"texture":"#0"},"east":{"uv":[6.375,10.375,6.3125,10.5],"texture":"#0"},"south":{"uv":[5.25,14.375,5.375,14.5],"texture":"#0"},"west":{"uv":[6.125,10.375,6.1875,10.5],"texture":"#0"},"up":{"uv":[5.5,10.5,5.625,10.4375],"texture":"#0"},"down":{"uv":[5.25,10.4375,5.375,10.5],"texture":"#0"}}},{"from":[7.7647,7.0588,8],"to":[7.99999,7.29409,8.23529],"faces":{"north":{"uv":[1.375,7.5625,1.3125,7.625],"texture":"#0"},"east":{"uv":[1.9375,7.5625,1.875,7.625],"texture":"#0"},"south":{"uv":[1.5,7.5625,1.5625,7.625],"texture":"#0"},"west":{"uv":[1.6875,7.5625,1.75,7.625],"texture":"#0"},"up":{"uv":[1.125,7.625,1.1875,7.5625],"texture":"#0"},"down":{"uv":[0.9375,7.5625,1,7.625],"texture":"#0"}}},{"from":[7.7647,7.2941,7.7647],"to":[8.23529,7.52939,7.99999],"faces":{"north":{"uv":[7.125,10.4375,7,10.5],"texture":"#0"},"east":{"uv":[3.0625,7.5625,3,7.625],"texture":"#0"},"south":{"uv":[7.25,10.4375,7.375,10.5],"texture":"#0"},"west":{"uv":[2.8125,7.5625,2.875,7.625],"texture":"#0"},"up":{"uv":[6.75,10.5,6.875,10.4375],"texture":"#0"},"down":{"uv":[6.5,10.4375,6.625,10.5],"texture":"#0"}}},{"from":[7.7647,7.5294,7.2941],"to":[7.99999,8.23528,7.52939],"faces":{"north":{"uv":[5.25,12.625,5.1875,12.8125],"texture":"#0"},"east":{"uv":[5.8125,12.625,5.75,12.8125],"texture":"#0"},"south":{"uv":[5.375,12.625,5.4375,12.8125],"texture":"#0"},"west":{"uv":[5.5625,12.625,5.625,12.8125],"texture":"#0"},"up":{"uv":[3.375,7.625,3.4375,7.5625],"texture":"#0"},"down":{"uv":[3.1875,7.5625,3.25,7.625],"texture":"#0"}}},{"from":[7.7647,7.5294,7.7647],"to":[7.99999,7.76469,7.99999],"faces":{"north":{"uv":[4.75,7.5625,4.6875,7.625],"texture":"#0"},"east":{"uv":[5.3125,7.5625,5.25,7.625],"texture":"#0"},"south":{"uv":[4.875,7.5625,4.9375,7.625],"texture":"#0"},"west":{"uv":[5.0625,7.5625,5.125,7.625],"texture":"#0"},"up":{"uv":[4.5,7.625,4.5625,7.5625],"texture":"#0"},"down":{"uv":[4.3125,7.5625,4.375,7.625],"texture":"#0"}}},{"from":[7.7647,7.7647,6.5882],"to":[7.99999,8.23529,7.05879],"faces":{"north":{"uv":[0.8125,10.125,0.75,10.25],"texture":"#0"},"east":{"uv":[6.9375,14.375,6.8125,14.5],"texture":"#0"},"south":{"uv":[0.9375,10.125,1,10.25],"texture":"#0"},"west":{"uv":[6.5625,14.375,6.6875,14.5],"texture":"#0"},"up":{"uv":[0.5625,10.25,0.625,10.125],"texture":"#0"},"down":{"uv":[0.375,10.125,0.4375,10.25],"texture":"#0"}}},{"from":[7.7647,7.7647,7.5294],"to":[8.23529,7.99999,7.76469],"faces":{"north":{"uv":[2.125,10.1875,2,10.25],"texture":"#0"},"east":{"uv":[7.5625,7.5625,7.5,7.625],"texture":"#0"},"south":{"uv":[2.25,10.1875,2.375,10.25],"texture":"#0"},"west":{"uv":[7.3125,7.5625,7.375,7.625],"texture":"#0"},"up":{"uv":[1.75,10.25,1.875,10.1875],"texture":"#0"},"down":{"uv":[1.5,10.1875,1.625,10.25],"texture":"#0"}}},{"from":[7.7647,8,7.0588],"to":[8.47058,8.23529,7.29409],"faces":{"north":{"uv":[7.125,12.75,6.9375,12.8125],"texture":"#0"},"east":{"uv":[0.4375,6.625,0.375,6.6875],"texture":"#0"},"south":{"uv":[7.25,12.75,7.4375,12.8125],"texture":"#0"},"west":{"uv":[0.375,6.8125,0.4375,6.875],"texture":"#0"},"up":{"uv":[6.625,12.8125,6.8125,12.75],"texture":"#0"},"down":{"uv":[3.75,12.125,3.9375,12.1875],"texture":"#0"}}},{"from":[7.7647,8,7.5294],"to":[7.99999,8.47059,7.76469],"faces":{"north":{"uv":[3.375,10.125,3.3125,10.25],"texture":"#0"},"east":{"uv":[3.9375,10.125,3.875,10.25],"texture":"#0"},"south":{"uv":[3.5,10.125,3.5625,10.25],"texture":"#0"},"west":{"uv":[3.6875,10.125,3.75,10.25],"texture":"#0"},"up":{"uv":[0.375,6.3125,0.4375,6.25],"texture":"#0"},"down":{"uv":[0.375,6.4375,0.4375,6.5],"texture":"#0"}}},{"from":[7.7647,8.2353,6.8235],"to":[7.99999,8.94118,7.05879],"faces":{"north":{"uv":[7.625,12.625,7.5625,12.8125],"texture":"#0"},"east":{"uv":[0.25,12.3125,0.1875,12.5],"texture":"#0"},"south":{"uv":[7.75,12.625,7.8125,12.8125],"texture":"#0"},"west":{"uv":[0,12.3125,0.0625,12.5],"texture":"#0"},"up":{"uv":[0.375,5.1875,0.4375,5.125],"texture":"#0"},"down":{"uv":[0.375,5.3125,0.4375,5.375],"texture":"#0"}}},{"from":[7.7647,8.4706,7.2941],"to":[8.23529,8.70589,7.52939],"faces":{"north":{"uv":[5.5,10.1875,5.375,10.25],"texture":"#0"},"east":{"uv":[0.4375,3.25,0.375,3.3125],"texture":"#0"},"south":{"uv":[5.625,10.1875,5.75,10.25],"texture":"#0"},"west":{"uv":[0.375,3.4375,0.4375,3.5],"texture":"#0"},"up":{"uv":[5.125,10.25,5.25,10.1875],"texture":"#0"},"down":{"uv":[4.875,10.1875,5,10.25],"texture":"#0"}}},{"from":[7.7647,8.7059,7.2941],"to":[7.99999,8.9412,7.52939],"faces":{"north":{"uv":[0.4375,2.6875,0.375,2.75],"texture":"#0"},"east":{"uv":[0.4375,2.125,0.375,2.1875],"texture":"#0"},"south":{"uv":[0.375,2.5,0.4375,2.5625],"texture":"#0"},"west":{"uv":[0.375,2.3125,0.4375,2.375],"texture":"#0"},"up":{"uv":[0.375,2.9375,0.4375,2.875],"texture":"#0"},"down":{"uv":[0.375,3.0625,0.4375,3.125],"texture":"#0"}}},{"from":[7.7647,8.9412,6.5882],"to":[7.99999,9.41179,6.82349],"faces":{"north":{"uv":[5.9375,10.125,5.875,10.25],"texture":"#0"},"east":{"uv":[6.5,10.125,6.4375,10.25],"texture":"#0"},"south":{"uv":[6.0625,10.125,6.125,10.25],"texture":"#0"},"west":{"uv":[6.25,10.125,6.3125,10.25],"texture":"#0"},"up":{"uv":[0.375,1.8125,0.4375,1.75],"texture":"#0"},"down":{"uv":[0.375,1.9375,0.4375,2],"texture":"#0"}}},{"from":[7.7647,8.9412,7.0588],"to":[7.99999,9.88238,7.29409],"faces":{"north":{"uv":[7.125,14.25,7.0625,14.5],"texture":"#0"},"east":{"uv":[7.6875,14.25,7.625,14.5],"texture":"#0"},"south":{"uv":[7.25,14.25,7.3125,14.5],"texture":"#0"},"west":{"uv":[7.4375,14.25,7.5,14.5],"texture":"#0"},"up":{"uv":[0.375,0.6875,0.4375,0.625],"texture":"#0"},"down":{"uv":[0.375,0.8125,0.4375,0.875],"texture":"#0"}}},{"from":[7.7647,9.1765,6.8235],"to":[8.23529,9.41179,7.05879],"faces":{"north":{"uv":[0.125,9.9375,0,10],"texture":"#0"},"east":{"uv":[1.9375,7.375,1.875,7.4375],"texture":"#0"},"south":{"uv":[0.25,9.9375,0.375,10],"texture":"#0"},"west":{"uv":[1.6875,7.375,1.75,7.4375],"texture":"#0"},"up":{"uv":[7.625,10.25,7.75,10.1875],"texture":"#0"},"down":{"uv":[7.375,10.1875,7.5,10.25],"texture":"#0"}}},{"from":[7.7647,9.4118,5.1765],"to":[7.99999,9.64709,5.41179],"faces":{"north":{"uv":[2.5,7.375,2.4375,7.4375],"texture":"#0"},"east":{"uv":[3.0625,7.375,3,7.4375],"texture":"#0"},"south":{"uv":[2.625,7.375,2.6875,7.4375],"texture":"#0"},"west":{"uv":[2.8125,7.375,2.875,7.4375],"texture":"#0"},"up":{"uv":[2.25,7.4375,2.3125,7.375],"texture":"#0"},"down":{"uv":[2.0625,7.375,2.125,7.4375],"texture":"#0"}}},{"from":[7.7647,9.4118,6.1176],"to":[7.99999,9.64709,6.58819],"faces":{"north":{"uv":[3.625,7.375,3.5625,7.4375],"texture":"#0"},"east":{"uv":[0.875,9.9375,0.75,10],"texture":"#0"},"south":{"uv":[3.75,7.375,3.8125,7.4375],"texture":"#0"},"west":{"uv":[0.5,9.9375,0.625,10],"texture":"#0"},"up":{"uv":[0.1875,9.8125,0.25,9.6875],"texture":"#0"},"down":{"uv":[0,9.6875,0.0625,9.8125],"texture":"#0"}}},{"from":[7.7647,9.4118,7.2941],"to":[7.99999,9.64709,7.52939],"faces":{"north":{"uv":[4.75,7.375,4.6875,7.4375],"texture":"#0"},"east":{"uv":[5.3125,7.375,5.25,7.4375],"texture":"#0"},"south":{"uv":[4.875,7.375,4.9375,7.4375],"texture":"#0"},"west":{"uv":[5.0625,7.375,5.125,7.4375],"texture":"#0"},"up":{"uv":[4.5,7.4375,4.5625,7.375],"texture":"#0"},"down":{"uv":[4.3125,7.375,4.375,7.4375],"texture":"#0"}}},{"from":[7.7647,9.6471,4.9412],"to":[7.99999,10.35298,5.17649],"faces":{"north":{"uv":[1.4375,12.3125,1.375,12.5],"texture":"#0"},"east":{"uv":[2,12.3125,1.9375,12.5],"texture":"#0"},"south":{"uv":[1.5625,12.3125,1.625,12.5],"texture":"#0"},"west":{"uv":[1.75,12.3125,1.8125,12.5],"texture":"#0"},"up":{"uv":[5.625,7.4375,5.6875,7.375],"texture":"#0"},"down":{"uv":[5.4375,7.375,5.5,7.4375],"texture":"#0"}}},{"from":[7.7647,9.6471,5.4118],"to":[7.99999,9.88239,5.88239],"faces":{"north":{"uv":[7,7.375,6.9375,7.4375],"texture":"#0"},"east":{"uv":[2.125,9.9375,2,10],"texture":"#0"},"south":{"uv":[7.125,7.375,7.1875,7.4375],"texture":"#0"},"west":{"uv":[1.75,9.9375,1.875,10],"texture":"#0"},"up":{"uv":[0.75,9.8125,0.8125,9.6875],"texture":"#0"},"down":{"uv":[0.5625,9.6875,0.625,9.8125],"texture":"#0"}}},{"from":[7.7647,9.8824,5.6471],"to":[8.23529,10.11769,5.88239],"faces":{"north":{"uv":[2.875,9.9375,2.75,10],"texture":"#0"},"east":{"uv":[0.625,6.4375,0.5625,6.5],"texture":"#0"},"south":{"uv":[3,9.9375,3.125,10],"texture":"#0"},"west":{"uv":[0.5625,6.625,0.625,6.6875],"texture":"#0"},"up":{"uv":[2.5,10,2.625,9.9375],"texture":"#0"},"down":{"uv":[2.25,9.9375,2.375,10],"texture":"#0"}}},{"from":[7.7647,9.8824,7.2941],"to":[8.23529,10.11769,7.52939],"faces":{"north":{"uv":[3.875,9.9375,3.75,10],"texture":"#0"},"east":{"uv":[0.625,5.3125,0.5625,5.375],"texture":"#0"},"south":{"uv":[4,9.9375,4.125,10],"texture":"#0"},"west":{"uv":[0.5625,5.5,0.625,5.5625],"texture":"#0"},"up":{"uv":[3.5,10,3.625,9.9375],"texture":"#0"},"down":{"uv":[3.25,9.9375,3.375,10],"texture":"#0"}}},{"from":[7.7647,10.1176,5.4118],"to":[7.99999,10.35289,5.64709],"faces":{"north":{"uv":[0.625,4.75,0.5625,4.8125],"texture":"#0"},"east":{"uv":[0.625,4.1875,0.5625,4.25],"texture":"#0"},"south":{"uv":[0.5625,4.5625,0.625,4.625],"texture":"#0"},"west":{"uv":[0.5625,4.375,0.625,4.4375],"texture":"#0"},"up":{"uv":[0.5625,5,0.625,4.9375],"texture":"#0"},"down":{"uv":[0.5625,5.125,0.625,5.1875],"texture":"#0"}}},{"from":[7.7647,10.1176,6.3529],"to":[8.23529,10.35289,6.58819],"faces":{"north":{"uv":[4.875,9.9375,4.75,10],"texture":"#0"},"east":{"uv":[0.625,3.0625,0.5625,3.125],"texture":"#0"},"south":{"uv":[5,9.9375,5.125,10],"texture":"#0"},"west":{"uv":[0.5625,3.25,0.625,3.3125],"texture":"#0"},"up":{"uv":[4.5,10,4.625,9.9375],"texture":"#0"},"down":{"uv":[4.25,9.9375,4.375,10],"texture":"#0"}}},{"from":[7.7647,10.1176,7.5294],"to":[7.99999,10.58819,7.76469],"faces":{"north":{"uv":[1,9.6875,0.9375,9.8125],"texture":"#0"},"east":{"uv":[1.5625,9.6875,1.5,9.8125],"texture":"#0"},"south":{"uv":[1.125,9.6875,1.1875,9.8125],"texture":"#0"},"west":{"uv":[1.3125,9.6875,1.375,9.8125],"texture":"#0"},"up":{"uv":[0.5625,2.75,0.625,2.6875],"texture":"#0"},"down":{"uv":[0.5625,2.875,0.625,2.9375],"texture":"#0"}}},{"from":[7.7647,10.3529,5.6471],"to":[8.23529,10.58819,5.88239],"faces":{"north":{"uv":[5.875,9.9375,5.75,10],"texture":"#0"},"east":{"uv":[0.625,0.8125,0.5625,0.875],"texture":"#0"},"south":{"uv":[6,9.9375,6.125,10],"texture":"#0"},"west":{"uv":[0.5625,1,0.625,1.0625],"texture":"#0"},"up":{"uv":[5.5,10,5.625,9.9375],"texture":"#0"},"down":{"uv":[5.25,9.9375,5.375,10],"texture":"#0"}}},{"from":[7.7647,10.5882,6.8235],"to":[8.23529,10.82349,7.05879],"faces":{"north":{"uv":[6.875,9.9375,6.75,10],"texture":"#0"},"east":{"uv":[1.1875,7.1875,1.125,7.25],"texture":"#0"},"south":{"uv":[7,9.9375,7.125,10],"texture":"#0"},"west":{"uv":[0.9375,7.1875,1,7.25],"texture":"#0"},"up":{"uv":[6.5,10,6.625,9.9375],"texture":"#0"},"down":{"uv":[6.25,9.9375,6.375,10],"texture":"#0"}}},{"from":[7.7647,10.5882,7.2941],"to":[8.23529,10.82349,7.52939],"faces":{"north":{"uv":[7.875,9.9375,7.75,10],"texture":"#0"},"east":{"uv":[2.3125,7.1875,2.25,7.25],"texture":"#0"},"south":{"uv":[1.6875,9.75,1.8125,9.8125],"texture":"#0"},"west":{"uv":[2.0625,7.1875,2.125,7.25],"texture":"#0"},"up":{"uv":[7.5,10,7.625,9.9375],"texture":"#0"},"down":{"uv":[7.25,9.9375,7.375,10],"texture":"#0"}}},{"from":[7.7647,10.8235,7.0588],"to":[8.23529,11.29409,7.29409],"faces":{"north":{"uv":[1.375,13.9375,1.25,14.0625],"texture":"#0"},"east":{"uv":[3.1875,9.6875,3.125,9.8125],"texture":"#0"},"south":{"uv":[0.25,13.9375,0.375,14.0625],"texture":"#0"},"west":{"uv":[2.9375,9.6875,3,9.8125],"texture":"#0"},"up":{"uv":[2.1875,9.8125,2.3125,9.75],"texture":"#0"},"down":{"uv":[1.9375,9.75,2.0625,9.8125],"texture":"#0"}}},{"from":[7.7647,10.8235,7.7647],"to":[7.99999,11.29409,7.99999],"faces":{"north":{"uv":[3.375,9.6875,3.3125,9.8125],"texture":"#0"},"east":{"uv":[3.9375,9.6875,3.875,9.8125],"texture":"#0"},"south":{"uv":[3.5,9.6875,3.5625,9.8125],"texture":"#0"},"west":{"uv":[3.6875,9.6875,3.75,9.8125],"texture":"#0"},"up":{"uv":[3.75,7.25,3.8125,7.1875],"texture":"#0"},"down":{"uv":[3.5625,7.1875,3.625,7.25],"texture":"#0"}}},{"from":[7.7647,11.0588,7.2941],"to":[7.99999,11.29409,7.52939],"faces":{"north":{"uv":[5.125,7.1875,5.0625,7.25],"texture":"#0"},"east":{"uv":[5.6875,7.1875,5.625,7.25],"texture":"#0"},"south":{"uv":[5.25,7.1875,5.3125,7.25],"texture":"#0"},"west":{"uv":[5.4375,7.1875,5.5,7.25],"texture":"#0"},"up":{"uv":[4.875,7.25,4.9375,7.1875],"texture":"#0"},"down":{"uv":[4.6875,7.1875,4.75,7.25],"texture":"#0"}}},{"from":[7.7647,11.5294,7.5294],"to":[7.99999,11.99999,7.76469],"faces":{"north":{"uv":[4.125,9.6875,4.0625,9.8125],"texture":"#0"},"east":{"uv":[4.6875,9.6875,4.625,9.8125],"texture":"#0"},"south":{"uv":[4.25,9.6875,4.3125,9.8125],"texture":"#0"},"west":{"uv":[4.4375,9.6875,4.5,9.8125],"texture":"#0"},"up":{"uv":[6,7.25,6.0625,7.1875],"texture":"#0"},"down":{"uv":[5.8125,7.1875,5.875,7.25],"texture":"#0"}}},{"from":[7.7647,12.2353,7.5294],"to":[7.99999,12.70589,7.76469],"faces":{"north":{"uv":[4.875,9.6875,4.8125,9.8125],"texture":"#0"},"east":{"uv":[5.4375,9.6875,5.375,9.8125],"texture":"#0"},"south":{"uv":[5,9.6875,5.0625,9.8125],"texture":"#0"},"west":{"uv":[5.1875,9.6875,5.25,9.8125],"texture":"#0"},"up":{"uv":[7.125,7.25,7.1875,7.1875],"texture":"#0"},"down":{"uv":[6.9375,7.1875,7,7.25],"texture":"#0"}}},{"from":[7.7647,12.9412,7.2941],"to":[7.99999,13.17649,7.52939],"faces":{"north":{"uv":[0.8125,6.4375,0.75,6.5],"texture":"#0"},"east":{"uv":[0.8125,5.875,0.75,5.9375],"texture":"#0"},"south":{"uv":[0.75,6.25,0.8125,6.3125],"texture":"#0"},"west":{"uv":[0.75,6.0625,0.8125,6.125],"texture":"#0"},"up":{"uv":[0.75,6.6875,0.8125,6.625],"texture":"#0"},"down":{"uv":[0.75,6.8125,0.8125,6.875],"texture":"#0"}}},{"from":[7.7647,13.4118,7.0588],"to":[7.99999,13.64709,7.29409],"faces":{"north":{"uv":[0.8125,5.3125,0.75,5.375],"texture":"#0"},"east":{"uv":[0.8125,4.75,0.75,4.8125],"texture":"#0"},"south":{"uv":[0.75,5.125,0.8125,5.1875],"texture":"#0"},"west":{"uv":[0.75,4.9375,0.8125,5],"texture":"#0"},"up":{"uv":[0.75,5.5625,0.8125,5.5],"texture":"#0"},"down":{"uv":[0.75,5.6875,0.8125,5.75],"texture":"#0"}}},{"from":[7.7647,13.6471,5.6471],"to":[8.23529,13.88239,5.88239],"faces":{"north":{"uv":[6.1875,9.75,6.0625,9.8125],"texture":"#0"},"east":{"uv":[0.8125,3.625,0.75,3.6875],"texture":"#0"},"south":{"uv":[6.3125,9.75,6.4375,9.8125],"texture":"#0"},"west":{"uv":[0.75,3.8125,0.8125,3.875],"texture":"#0"},"up":{"uv":[5.8125,9.8125,5.9375,9.75],"texture":"#0"},"down":{"uv":[5.5625,9.75,5.6875,9.8125],"texture":"#0"}}},{"from":[7.7647,13.6471,6.8235],"to":[7.99999,13.88239,7.05879],"faces":{"north":{"uv":[0.8125,3.0625,0.75,3.125],"texture":"#0"},"east":{"uv":[0.8125,2.5,0.75,2.5625],"texture":"#0"},"south":{"uv":[0.75,2.875,0.8125,2.9375],"texture":"#0"},"west":{"uv":[0.75,2.6875,0.8125,2.75],"texture":"#0"},"up":{"uv":[0.75,3.3125,0.8125,3.25],"texture":"#0"},"down":{"uv":[0.75,3.4375,0.8125,3.5],"texture":"#0"}}},{"from":[7.7647,13.8824,4.2353],"to":[7.99999,14.11769,4.47059],"faces":{"north":{"uv":[0.8125,1.9375,0.75,2],"texture":"#0"},"east":{"uv":[0.8125,1.375,0.75,1.4375],"texture":"#0"},"south":{"uv":[0.75,1.75,0.8125,1.8125],"texture":"#0"},"west":{"uv":[0.75,1.5625,0.8125,1.625],"texture":"#0"},"up":{"uv":[0.75,2.1875,0.8125,2.125],"texture":"#0"},"down":{"uv":[0.75,2.3125,0.8125,2.375],"texture":"#0"}}},{"from":[7.7647,13.8824,4.9412],"to":[7.99999,14.11769,5.17649],"faces":{"north":{"uv":[0.8125,0.8125,0.75,0.875],"texture":"#0"},"east":{"uv":[0.8125,0.25,0.75,0.3125],"texture":"#0"},"south":{"uv":[0.75,0.625,0.8125,0.6875],"texture":"#0"},"west":{"uv":[0.75,0.4375,0.8125,0.5],"texture":"#0"},"up":{"uv":[0.75,1.0625,0.8125,1],"texture":"#0"},"down":{"uv":[0.75,1.1875,0.8125,1.25],"texture":"#0"}}},{"from":[7.7647,13.8824,5.4118],"to":[7.99999,14.11769,5.64709],"faces":{"north":{"uv":[1.375,7,1.3125,7.0625],"texture":"#0"},"east":{"uv":[1.9375,7,1.875,7.0625],"texture":"#0"},"south":{"uv":[1.5,7,1.5625,7.0625],"texture":"#0"},"west":{"uv":[1.6875,7,1.75,7.0625],"texture":"#0"},"up":{"uv":[1.125,7.0625,1.1875,7],"texture":"#0"},"down":{"uv":[0.9375,7,1,7.0625],"texture":"#0"}}},{"from":[7.7647,13.8824,6.5882],"to":[7.99999,14.11769,6.82349],"faces":{"north":{"uv":[2.5,7,2.4375,7.0625],"texture":"#0"},"east":{"uv":[3.0625,7,3,7.0625],"texture":"#0"},"south":{"uv":[2.625,7,2.6875,7.0625],"texture":"#0"},"west":{"uv":[2.8125,7,2.875,7.0625],"texture":"#0"},"up":{"uv":[2.25,7.0625,2.3125,7],"texture":"#0"},"down":{"uv":[2.0625,7,2.125,7.0625],"texture":"#0"}}},{"from":[7.7647,14.1176,4],"to":[7.99999,14.35289,4.23529],"faces":{"north":{"uv":[3.625,7,3.5625,7.0625],"texture":"#0"},"east":{"uv":[4.1875,7,4.125,7.0625],"texture":"#0"},"south":{"uv":[3.75,7,3.8125,7.0625],"texture":"#0"},"west":{"uv":[3.9375,7,4,7.0625],"texture":"#0"},"up":{"uv":[3.375,7.0625,3.4375,7],"texture":"#0"},"down":{"uv":[3.1875,7,3.25,7.0625],"texture":"#0"}}},{"from":[7.7647,14.1176,4.4706],"to":[8.23529,14.35289,4.70589],"faces":{"north":{"uv":[7.1875,9.75,7.0625,9.8125],"texture":"#0"},"east":{"uv":[5.3125,7,5.25,7.0625],"texture":"#0"},"south":{"uv":[7.3125,9.75,7.4375,9.8125],"texture":"#0"},"west":{"uv":[5.0625,7,5.125,7.0625],"texture":"#0"},"up":{"uv":[6.8125,9.8125,6.9375,9.75],"texture":"#0"},"down":{"uv":[6.5625,9.75,6.6875,9.8125],"texture":"#0"}}},{"from":[7.7647,14.1176,5.6471],"to":[8.23529,14.35289,6.11769],"faces":{"north":{"uv":[0.125,9.5,0,9.5625],"texture":"#0"},"east":{"uv":[0.875,9.5,0.75,9.5625],"texture":"#0"},"south":{"uv":[0.25,9.5,0.375,9.5625],"texture":"#0"},"west":{"uv":[0.5,9.5,0.625,9.5625],"texture":"#0"},"up":{"uv":[0.75,14.0625,0.875,13.9375],"texture":"#0"},"down":{"uv":[0.5,13.9375,0.625,14.0625],"texture":"#0"}}},{"from":[7.7647,14.1176,6.1176],"to":[7.99999,14.35289,6.35289],"faces":{"north":{"uv":[7,7,6.9375,7.0625],"texture":"#0"},"east":{"uv":[7.5625,7,7.5,7.0625],"texture":"#0"},"south":{"uv":[7.125,7,7.1875,7.0625],"texture":"#0"},"west":{"uv":[7.3125,7,7.375,7.0625],"texture":"#0"},"up":{"uv":[6.75,7.0625,6.8125,7],"texture":"#0"},"down":{"uv":[6.5625,7,6.625,7.0625],"texture":"#0"}}},{"from":[7.7647,14.3529,4.2353],"to":[7.99999,14.58819,4.47059],"faces":{"north":{"uv":[1,6.625,0.9375,6.6875],"texture":"#0"},"east":{"uv":[1,6.0625,0.9375,6.125],"texture":"#0"},"south":{"uv":[0.9375,6.4375,1,6.5],"texture":"#0"},"west":{"uv":[0.9375,6.25,1,6.3125],"texture":"#0"},"up":{"uv":[0.9375,6.875,1,6.8125],"texture":"#0"},"down":{"uv":[7.6875,7,7.75,7.0625],"texture":"#0"}}},{"from":[7.7647,14.3529,4.9412],"to":[8.23529,14.58819,5.41179],"faces":{"north":{"uv":[1.125,9.5,1,9.5625],"texture":"#0"},"east":{"uv":[1.875,9.5,1.75,9.5625],"texture":"#0"},"south":{"uv":[1.25,9.5,1.375,9.5625],"texture":"#0"},"west":{"uv":[1.5,9.5,1.625,9.5625],"texture":"#0"},"up":{"uv":[2.5625,14.5,2.6875,14.375],"texture":"#0"},"down":{"uv":[1,13.9375,1.125,14.0625],"texture":"#0"}}},{"from":[7.7647,14.3529,5.4118],"to":[7.99999,14.58819,5.64709],"faces":{"north":{"uv":[1,4.375,0.9375,4.4375],"texture":"#0"},"east":{"uv":[1,3.8125,0.9375,3.875],"texture":"#0"},"south":{"uv":[0.9375,4.1875,1,4.25],"texture":"#0"},"west":{"uv":[0.9375,4,1,4.0625],"texture":"#0"},"up":{"uv":[0.9375,4.625,1,4.5625],"texture":"#0"},"down":{"uv":[0.9375,4.75,1,4.8125],"texture":"#0"}}},{"from":[7.7647,14.5882,3.7647],"to":[7.99999,15.05879,3.99999],"faces":{"north":{"uv":[0.4375,9.25,0.375,9.375],"texture":"#0"},"east":{"uv":[1,9.25,0.9375,9.375],"texture":"#0"},"south":{"uv":[0.5625,9.25,0.625,9.375],"texture":"#0"},"west":{"uv":[0.75,9.25,0.8125,9.375],"texture":"#0"},"up":{"uv":[0.9375,3.5,1,3.4375],"texture":"#0"},"down":{"uv":[0.9375,3.625,1,3.6875],"texture":"#0"}}},{"from":[7.7647,14.5882,4],"to":[7.99999,14.82349,4.23529],"faces":{"north":{"uv":[1,2.125,0.9375,2.1875],"texture":"#0"},"east":{"uv":[1,1.5625,0.9375,1.625],"texture":"#0"},"south":{"uv":[0.9375,1.9375,1,2],"texture":"#0"},"west":{"uv":[0.9375,1.75,1,1.8125],"texture":"#0"},"up":{"uv":[0.9375,2.375,1,2.3125],"texture":"#0"},"down":{"uv":[0.9375,2.5,1,2.5625],"texture":"#0"}}},{"from":[7.7647,14.5882,5.1765],"to":[7.99999,14.82349,5.41179],"faces":{"north":{"uv":[1,1,0.9375,1.0625],"texture":"#0"},"east":{"uv":[1,0.4375,0.9375,0.5],"texture":"#0"},"south":{"uv":[0.9375,0.8125,1,0.875],"texture":"#0"},"west":{"uv":[0.9375,0.625,1,0.6875],"texture":"#0"},"up":{"uv":[0.9375,1.25,1,1.1875],"texture":"#0"},"down":{"uv":[0.9375,1.375,1,1.4375],"texture":"#0"}}},{"from":[7.7647,15.0588,3.5294],"to":[7.99999,15.29409,3.76469],"faces":{"north":{"uv":[1.375,6.8125,1.3125,6.875],"texture":"#0"},"east":{"uv":[1.9375,6.8125,1.875,6.875],"texture":"#0"},"south":{"uv":[1.5,6.8125,1.5625,6.875],"texture":"#0"},"west":{"uv":[1.6875,6.8125,1.75,6.875],"texture":"#0"},"up":{"uv":[1.125,6.875,1.1875,6.8125],"texture":"#0"},"down":{"uv":[0.9375,0.25,1,0.3125],"texture":"#0"}}},{"from":[8,0.9412,10.8235],"to":[8.23529,1.41179,11.05879],"faces":{"north":{"uv":[1.1875,9.25,1.125,9.375],"texture":"#0"},"east":{"uv":[1.75,9.25,1.6875,9.375],"texture":"#0"},"south":{"uv":[1.3125,9.25,1.375,9.375],"texture":"#0"},"west":{"uv":[1.5,9.25,1.5625,9.375],"texture":"#0"},"up":{"uv":[2.25,6.875,2.3125,6.8125],"texture":"#0"},"down":{"uv":[2.0625,6.8125,2.125,6.875],"texture":"#0"}}},{"from":[8,1.4118,10.5882],"to":[8.23529,1.64709,10.82349],"faces":{"north":{"uv":[3.625,6.8125,3.5625,6.875],"texture":"#0"},"east":{"uv":[4.1875,6.8125,4.125,6.875],"texture":"#0"},"south":{"uv":[3.75,6.8125,3.8125,6.875],"texture":"#0"},"west":{"uv":[3.9375,6.8125,4,6.875],"texture":"#0"},"up":{"uv":[3.375,6.875,3.4375,6.8125],"texture":"#0"},"down":{"uv":[3.1875,6.8125,3.25,6.875],"texture":"#0"}}},{"from":[8,1.8824,10.3529],"to":[8.23529,2.11769,10.58819],"faces":{"north":{"uv":[4.75,6.8125,4.6875,6.875],"texture":"#0"},"east":{"uv":[5.3125,6.8125,5.25,6.875],"texture":"#0"},"south":{"uv":[4.875,6.8125,4.9375,6.875],"texture":"#0"},"west":{"uv":[5.0625,6.8125,5.125,6.875],"texture":"#0"},"up":{"uv":[4.5,6.875,4.5625,6.8125],"texture":"#0"},"down":{"uv":[4.3125,6.8125,4.375,6.875],"texture":"#0"}}},{"from":[8,2.1176,10.1176],"to":[8.23529,2.82348,10.35289],"faces":{"north":{"uv":[4.0625,12.3125,4,12.5],"texture":"#0"},"east":{"uv":[4.625,12.3125,4.5625,12.5],"texture":"#0"},"south":{"uv":[4.1875,12.3125,4.25,12.5],"texture":"#0"},"west":{"uv":[4.375,12.3125,4.4375,12.5],"texture":"#0"},"up":{"uv":[5.625,6.875,5.6875,6.8125],"texture":"#0"},"down":{"uv":[5.4375,6.8125,5.5,6.875],"texture":"#0"}}},{"from":[8,2.3529,10.3529],"to":[8.23529,2.58819,10.58819],"faces":{"north":{"uv":[7,6.8125,6.9375,6.875],"texture":"#0"},"east":{"uv":[7.5625,6.8125,7.5,6.875],"texture":"#0"},"south":{"uv":[7.125,6.8125,7.1875,6.875],"texture":"#0"},"west":{"uv":[7.3125,6.8125,7.375,6.875],"texture":"#0"},"up":{"uv":[6.75,6.875,6.8125,6.8125],"texture":"#0"},"down":{"uv":[6.5625,6.8125,6.625,6.875],"texture":"#0"}}},{"from":[8,2.8235,9.8824],"to":[8.23529,3.29409,10.11769],"faces":{"north":{"uv":[2.3125,9.25,2.25,9.375],"texture":"#0"},"east":{"uv":[2.875,9.25,2.8125,9.375],"texture":"#0"},"south":{"uv":[2.4375,9.25,2.5,9.375],"texture":"#0"},"west":{"uv":[2.625,9.25,2.6875,9.375],"texture":"#0"},"up":{"uv":[1.125,6.6875,1.1875,6.625],"texture":"#0"},"down":{"uv":[7.6875,6.8125,7.75,6.875],"texture":"#0"}}},{"from":[8,3.2941,9.6471],"to":[8.23529,3.52939,9.88239],"faces":{"north":{"uv":[1.1875,5.3125,1.125,5.375],"texture":"#0"},"east":{"uv":[1.1875,4.75,1.125,4.8125],"texture":"#0"},"south":{"uv":[1.125,5.125,1.1875,5.1875],"texture":"#0"},"west":{"uv":[1.125,4.9375,1.1875,5],"texture":"#0"},"up":{"uv":[1.125,5.5625,1.1875,5.5],"texture":"#0"},"down":{"uv":[1.125,5.6875,1.1875,5.75],"texture":"#0"}}},{"from":[8,3.7647,9.4118],"to":[8.23529,3.99999,9.64709],"faces":{"north":{"uv":[1.1875,4.1875,1.125,4.25],"texture":"#0"},"east":{"uv":[1.1875,3.625,1.125,3.6875],"texture":"#0"},"south":{"uv":[1.125,4,1.1875,4.0625],"texture":"#0"},"west":{"uv":[1.125,3.8125,1.1875,3.875],"texture":"#0"},"up":{"uv":[1.125,4.4375,1.1875,4.375],"texture":"#0"},"down":{"uv":[1.125,4.5625,1.1875,4.625],"texture":"#0"}}},{"from":[8,4,9.1765],"to":[8.23529,4.47059,9.41179],"faces":{"north":{"uv":[3.0625,9.25,3,9.375],"texture":"#0"},"east":{"uv":[3.625,9.25,3.5625,9.375],"texture":"#0"},"south":{"uv":[3.1875,9.25,3.25,9.375],"texture":"#0"},"west":{"uv":[3.375,9.25,3.4375,9.375],"texture":"#0"},"up":{"uv":[1.125,3.3125,1.1875,3.25],"texture":"#0"},"down":{"uv":[1.125,3.4375,1.1875,3.5],"texture":"#0"}}},{"from":[8,4.4706,8.9412],"to":[8.23529,4.94119,9.17649],"faces":{"north":{"uv":[3.8125,9.25,3.75,9.375],"texture":"#0"},"east":{"uv":[4.375,9.25,4.3125,9.375],"texture":"#0"},"south":{"uv":[3.9375,9.25,4,9.375],"texture":"#0"},"west":{"uv":[4.125,9.25,4.1875,9.375],"texture":"#0"},"up":{"uv":[1.125,2.1875,1.1875,2.125],"texture":"#0"},"down":{"uv":[1.125,2.3125,1.1875,2.375],"texture":"#0"}}},{"from":[8,5.1765,8.7059],"to":[8.23529,5.41179,8.9412],"faces":{"north":{"uv":[1.1875,0.8125,1.125,0.875],"texture":"#0"},"east":{"uv":[1.1875,0.25,1.125,0.3125],"texture":"#0"},"south":{"uv":[1.125,0.625,1.1875,0.6875],"texture":"#0"},"west":{"uv":[1.125,0.4375,1.1875,0.5],"texture":"#0"},"up":{"uv":[1.125,1.0625,1.1875,1],"texture":"#0"},"down":{"uv":[1.125,1.1875,1.1875,1.25],"texture":"#0"}}},{"from":[8,5.6471,8.4706],"to":[8.23529,5.88239,8.70589],"faces":{"north":{"uv":[1.75,6.625,1.6875,6.6875],"texture":"#0"},"east":{"uv":[2.3125,6.625,2.25,6.6875],"texture":"#0"},"south":{"uv":[1.875,6.625,1.9375,6.6875],"texture":"#0"},"west":{"uv":[2.0625,6.625,2.125,6.6875],"texture":"#0"},"up":{"uv":[1.5,6.6875,1.5625,6.625],"texture":"#0"},"down":{"uv":[1.3125,6.625,1.375,6.6875],"texture":"#0"}}},{"from":[8,5.8824,8.2353],"to":[8.23529,6.35299,8.47059],"faces":{"north":{"uv":[4.5625,9.25,4.5,9.375],"texture":"#0"},"east":{"uv":[5.125,9.25,5.0625,9.375],"texture":"#0"},"south":{"uv":[4.6875,9.25,4.75,9.375],"texture":"#0"},"west":{"uv":[4.875,9.25,4.9375,9.375],"texture":"#0"},"up":{"uv":[2.625,6.6875,2.6875,6.625],"texture":"#0"},"down":{"uv":[2.4375,6.625,2.5,6.6875],"texture":"#0"}}},{"from":[8,5.8824,8.7059],"to":[8.23529,6.11769,8.9412],"faces":{"north":{"uv":[4,6.625,3.9375,6.6875],"texture":"#0"},"east":{"uv":[4.5625,6.625,4.5,6.6875],"texture":"#0"},"south":{"uv":[4.125,6.625,4.1875,6.6875],"texture":"#0"},"west":{"uv":[4.3125,6.625,4.375,6.6875],"texture":"#0"},"up":{"uv":[3.75,6.6875,3.8125,6.625],"texture":"#0"},"down":{"uv":[3.5625,6.625,3.625,6.6875],"texture":"#0"}}},{"from":[8,6.3529,7.7647],"to":[8.23529,6.58819,7.99999],"faces":{"north":{"uv":[5.125,6.625,5.0625,6.6875],"texture":"#0"},"east":{"uv":[5.6875,6.625,5.625,6.6875],"texture":"#0"},"south":{"uv":[5.25,6.625,5.3125,6.6875],"texture":"#0"},"west":{"uv":[5.4375,6.625,5.5,6.6875],"texture":"#0"},"up":{"uv":[4.875,6.6875,4.9375,6.625],"texture":"#0"},"down":{"uv":[4.6875,6.625,4.75,6.6875],"texture":"#0"}}},{"from":[8,6.5882,8],"to":[8.23529,6.82349,8.23529],"faces":{"north":{"uv":[6.25,6.625,6.1875,6.6875],"texture":"#0"},"east":{"uv":[6.8125,6.625,6.75,6.6875],"texture":"#0"},"south":{"uv":[6.375,6.625,6.4375,6.6875],"texture":"#0"},"west":{"uv":[6.5625,6.625,6.625,6.6875],"texture":"#0"},"up":{"uv":[6,6.6875,6.0625,6.625],"texture":"#0"},"down":{"uv":[5.8125,6.625,5.875,6.6875],"texture":"#0"}}},{"from":[8,6.8235,7.5294],"to":[8.23529,7.05879,7.76469],"faces":{"north":{"uv":[7.375,6.625,7.3125,6.6875],"texture":"#0"},"east":{"uv":[1.375,6.4375,1.3125,6.5],"texture":"#0"},"south":{"uv":[7.5,6.625,7.5625,6.6875],"texture":"#0"},"west":{"uv":[7.6875,6.625,7.75,6.6875],"texture":"#0"},"up":{"uv":[7.125,6.6875,7.1875,6.625],"texture":"#0"},"down":{"uv":[6.9375,6.625,7,6.6875],"texture":"#0"}}},{"from":[8,7.0588,7.7647],"to":[8.23529,7.29409,7.99999],"faces":{"north":{"uv":[1.375,5.875,1.3125,5.9375],"texture":"#0"},"east":{"uv":[1.375,5.3125,1.3125,5.375],"texture":"#0"},"south":{"uv":[1.3125,5.6875,1.375,5.75],"texture":"#0"},"west":{"uv":[1.3125,5.5,1.375,5.5625],"texture":"#0"},"up":{"uv":[1.3125,6.125,1.375,6.0625],"texture":"#0"},"down":{"uv":[1.3125,6.25,1.375,6.3125],"texture":"#0"}}},{"from":[8,7.5294,7.5294],"to":[8.23529,7.76469,7.76469],"faces":{"north":{"uv":[1.375,4.75,1.3125,4.8125],"texture":"#0"},"east":{"uv":[1.375,4.1875,1.3125,4.25],"texture":"#0"},"south":{"uv":[1.3125,4.5625,1.375,4.625],"texture":"#0"},"west":{"uv":[1.3125,4.375,1.375,4.4375],"texture":"#0"},"up":{"uv":[1.3125,5,1.375,4.9375],"texture":"#0"},"down":{"uv":[1.3125,5.125,1.375,5.1875],"texture":"#0"}}},{"from":[8,7.7647,7.2941],"to":[8.23529,8.47058,7.52939],"faces":{"north":{"uv":[4.8125,12.3125,4.75,12.5],"texture":"#0"},"east":{"uv":[5.375,12.3125,5.3125,12.5],"texture":"#0"},"south":{"uv":[4.9375,12.3125,5,12.5],"texture":"#0"},"west":{"uv":[5.125,12.3125,5.1875,12.5],"texture":"#0"},"up":{"uv":[1.3125,3.875,1.375,3.8125],"texture":"#0"},"down":{"uv":[1.3125,4,1.375,4.0625],"texture":"#0"}}},{"from":[8,8.2353,7.5294],"to":[8.23529,8.47059,7.76469],"faces":{"north":{"uv":[1.375,2.5,1.3125,2.5625],"texture":"#0"},"east":{"uv":[1.375,1.9375,1.3125,2],"texture":"#0"},"south":{"uv":[1.3125,2.3125,1.375,2.375],"texture":"#0"},"west":{"uv":[1.3125,2.125,1.375,2.1875],"texture":"#0"},"up":{"uv":[1.3125,2.75,1.375,2.6875],"texture":"#0"},"down":{"uv":[1.3125,2.875,1.375,2.9375],"texture":"#0"}}},{"from":[8,8.4706,7.0588],"to":[8.23529,8.94119,7.29409],"faces":{"north":{"uv":[5.5,9.25,5.4375,9.375],"texture":"#0"},"east":{"uv":[6.0625,9.25,6,9.375],"texture":"#0"},"south":{"uv":[5.625,9.25,5.6875,9.375],"texture":"#0"},"west":{"uv":[5.8125,9.25,5.875,9.375],"texture":"#0"},"up":{"uv":[1.3125,1.625,1.375,1.5625],"texture":"#0"},"down":{"uv":[1.3125,1.75,1.375,1.8125],"texture":"#0"}}},{"from":[8,8.7059,6.8235],"to":[8.23529,9.17649,7.05879],"faces":{"north":{"uv":[6.25,9.25,6.1875,9.375],"texture":"#0"},"east":{"uv":[6.8125,9.25,6.75,9.375],"texture":"#0"},"south":{"uv":[6.375,9.25,6.4375,9.375],"texture":"#0"},"west":{"uv":[6.5625,9.25,6.625,9.375],"texture":"#0"},"up":{"uv":[1.3125,0.5,1.375,0.4375],"texture":"#0"},"down":{"uv":[1.3125,0.625,1.375,0.6875],"texture":"#0"}}},{"from":[8,9.4118,6.3529],"to":[8.23529,9.64709,7.29408],"faces":{"north":{"uv":[2.5,6.4375,2.4375,6.5],"texture":"#0"},"east":{"uv":[1.5,14.625,1.25,14.6875],"texture":"#0"},"south":{"uv":[2.625,6.4375,2.6875,6.5],"texture":"#0"},"west":{"uv":[0.875,14.625,1.125,14.6875],"texture":"#0"},"up":{"uv":[3,14.5,3.0625,14.25],"texture":"#0"},"down":{"uv":[2.8125,14.25,2.875,14.5],"texture":"#0"}}},{"from":[8,9.6471,5.1765],"to":[8.23529,10.35298,5.41179],"faces":{"north":{"uv":[6.3125,12.3125,6.25,12.5],"texture":"#0"},"east":{"uv":[6.875,12.3125,6.8125,12.5],"texture":"#0"},"south":{"uv":[6.4375,12.3125,6.5,12.5],"texture":"#0"},"west":{"uv":[6.625,12.3125,6.6875,12.5],"texture":"#0"},"up":{"uv":[3.375,6.5,3.4375,6.4375],"texture":"#0"},"down":{"uv":[3.1875,6.4375,3.25,6.5],"texture":"#0"}}},{"from":[8,9.6471,6.1176],"to":[8.23529,9.88239,6.35289],"faces":{"north":{"uv":[4.75,6.4375,4.6875,6.5],"texture":"#0"},"east":{"uv":[5.3125,6.4375,5.25,6.5],"texture":"#0"},"south":{"uv":[4.875,6.4375,4.9375,6.5],"texture":"#0"},"west":{"uv":[5.0625,6.4375,5.125,6.5],"texture":"#0"},"up":{"uv":[4.5,6.5,4.5625,6.4375],"texture":"#0"},"down":{"uv":[4.3125,6.4375,4.375,6.5],"texture":"#0"}}},{"from":[8,9.6471,6.8235],"to":[8.23529,9.88239,7.29409],"faces":{"north":{"uv":[5.875,6.4375,5.8125,6.5],"texture":"#0"},"east":{"uv":[5.625,9.5,5.5,9.5625],"texture":"#0"},"south":{"uv":[6,6.4375,6.0625,6.5],"texture":"#0"},"west":{"uv":[5.25,9.5,5.375,9.5625],"texture":"#0"},"up":{"uv":[7.125,9.375,7.1875,9.25],"texture":"#0"},"down":{"uv":[6.9375,9.25,7,9.375],"texture":"#0"}}},{"from":[8,9.8824,5.4118],"to":[8.23529,10.11769,5.64709],"faces":{"north":{"uv":[7,6.4375,6.9375,6.5],"texture":"#0"},"east":{"uv":[7.5625,6.4375,7.5,6.5],"texture":"#0"},"south":{"uv":[7.125,6.4375,7.1875,6.5],"texture":"#0"},"west":{"uv":[7.3125,6.4375,7.375,6.5],"texture":"#0"},"up":{"uv":[6.75,6.5,6.8125,6.4375],"texture":"#0"},"down":{"uv":[6.5625,6.4375,6.625,6.5],"texture":"#0"}}},{"from":[8,9.8824,5.8824],"to":[8.23529,10.11769,6.11769],"faces":{"north":{"uv":[1.5625,6.0625,1.5,6.125],"texture":"#0"},"east":{"uv":[1.5625,5.5,1.5,5.5625],"texture":"#0"},"south":{"uv":[2.25,0.4375,2.3125,0.5],"texture":"#0"},"west":{"uv":[1.5,5.6875,1.5625,5.75],"texture":"#0"},"up":{"uv":[1.5,6.3125,1.5625,6.25],"texture":"#0"},"down":{"uv":[7.6875,6.4375,7.75,6.5],"texture":"#0"}}},{"from":[8,9.8824,6.3529],"to":[8.23529,10.11769,6.82349],"faces":{"north":{"uv":[1.5625,4.9375,1.5,5],"texture":"#0"},"east":{"uv":[6.375,9.5,6.25,9.5625],"texture":"#0"},"south":{"uv":[1.5,4.75,1.5625,4.8125],"texture":"#0"},"west":{"uv":[6,9.5,6.125,9.5625],"texture":"#0"},"up":{"uv":[7.5,9.375,7.5625,9.25],"texture":"#0"},"down":{"uv":[7.3125,9.25,7.375,9.375],"texture":"#0"}}},{"from":[8,10.1176,6.5882],"to":[8.23529,10.35289,7.05879],"faces":{"north":{"uv":[1.5625,3.8125,1.5,3.875],"texture":"#0"},"east":{"uv":[6.875,9.5,6.75,9.5625],"texture":"#0"},"south":{"uv":[1.5,3.625,1.5625,3.6875],"texture":"#0"},"west":{"uv":[6.5,9.5,6.625,9.5625],"texture":"#0"},"up":{"uv":[0,9.125,0.0625,9],"texture":"#0"},"down":{"uv":[7.6875,9.25,7.75,9.375],"texture":"#0"}}},{"from":[8,10.1176,7.2941],"to":[8.23529,10.58819,7.52939],"faces":{"north":{"uv":[0.25,9,0.1875,9.125],"texture":"#0"},"east":{"uv":[0.8125,9,0.75,9.125],"texture":"#0"},"south":{"uv":[0.375,9,0.4375,9.125],"texture":"#0"},"west":{"uv":[0.5625,9,0.625,9.125],"texture":"#0"},"up":{"uv":[1.5,2.9375,1.5625,2.875],"texture":"#0"},"down":{"uv":[1.5,3.0625,1.5625,3.125],"texture":"#0"}}},{"from":[8,10.3529,4.9412],"to":[8.47059,10.58819,5.17649],"faces":{"north":{"uv":[7.625,9.5,7.5,9.5625],"texture":"#0"},"east":{"uv":[1.5625,1,1.5,1.0625],"texture":"#0"},"south":{"uv":[7.75,9.5,7.875,9.5625],"texture":"#0"},"west":{"uv":[1.5,1.1875,1.5625,1.25],"texture":"#0"},"up":{"uv":[7.25,9.5625,7.375,9.5],"texture":"#0"},"down":{"uv":[7,9.5,7.125,9.5625],"texture":"#0"}}},{"from":[8,10.3529,5.4118],"to":[8.47059,10.58819,5.64709],"faces":{"north":{"uv":[1.5625,9.0625,1.4375,9.125],"texture":"#0"},"east":{"uv":[1.9375,6.25,1.875,6.3125],"texture":"#0"},"south":{"uv":[1.6875,9.0625,1.8125,9.125],"texture":"#0"},"west":{"uv":[1.6875,6.25,1.75,6.3125],"texture":"#0"},"up":{"uv":[1.1875,9.125,1.3125,9.0625],"texture":"#0"},"down":{"uv":[0.9375,9.0625,1.0625,9.125],"texture":"#0"}}},{"from":[8,10.3529,6.8235],"to":[8.23529,10.58819,7.05879],"faces":{"north":{"uv":[2.5,6.25,2.4375,6.3125],"texture":"#0"},"east":{"uv":[3.0625,6.25,3,6.3125],"texture":"#0"},"south":{"uv":[2.625,6.25,2.6875,6.3125],"texture":"#0"},"west":{"uv":[2.8125,6.25,2.875,6.3125],"texture":"#0"},"up":{"uv":[2.25,6.3125,2.3125,6.25],"texture":"#0"},"down":{"uv":[2.0625,6.25,2.125,6.3125],"texture":"#0"}}},{"from":[8,10.5882,7.0588],"to":[8.23529,10.82349,7.29409],"faces":{"north":{"uv":[3.625,6.25,3.5625,6.3125],"texture":"#0"},"east":{"uv":[4.1875,6.25,4.125,6.3125],"texture":"#0"},"south":{"uv":[3.75,6.25,3.8125,6.3125],"texture":"#0"},"west":{"uv":[3.9375,6.25,4,6.3125],"texture":"#0"},"up":{"uv":[3.375,6.3125,3.4375,6.25],"texture":"#0"},"down":{"uv":[3.1875,6.25,3.25,6.3125],"texture":"#0"}}},{"from":[8,13.6471,4.9412],"to":[8.47059,13.88239,5.17649],"faces":{"north":{"uv":[2.5625,9.0625,2.4375,9.125],"texture":"#0"},"east":{"uv":[5.3125,6.25,5.25,6.3125],"texture":"#0"},"south":{"uv":[2.6875,9.0625,2.8125,9.125],"texture":"#0"},"west":{"uv":[5.0625,6.25,5.125,6.3125],"texture":"#0"},"up":{"uv":[2.1875,9.125,2.3125,9.0625],"texture":"#0"},"down":{"uv":[1.9375,9.0625,2.0625,9.125],"texture":"#0"}}},{"from":[8,13.6471,5.4118],"to":[8.47059,13.88239,5.64709],"faces":{"north":{"uv":[3.5625,9.0625,3.4375,9.125],"texture":"#0"},"east":{"uv":[6.4375,6.25,6.375,6.3125],"texture":"#0"},"south":{"uv":[3.6875,9.0625,3.8125,9.125],"texture":"#0"},"west":{"uv":[6.1875,6.25,6.25,6.3125],"texture":"#0"},"up":{"uv":[3.1875,9.125,3.3125,9.0625],"texture":"#0"},"down":{"uv":[2.9375,9.0625,3.0625,9.125],"texture":"#0"}}},{"from":[8,13.8824,5.1765],"to":[8.23529,14.35299,5.41179],"faces":{"north":{"uv":[4,9,3.9375,9.125],"texture":"#0"},"east":{"uv":[4.5625,9,4.5,9.125],"texture":"#0"},"south":{"uv":[4.125,9,4.1875,9.125],"texture":"#0"},"west":{"uv":[4.3125,9,4.375,9.125],"texture":"#0"},"up":{"uv":[6.75,6.3125,6.8125,6.25],"texture":"#0"},"down":{"uv":[6.5625,6.25,6.625,6.3125],"texture":"#0"}}},{"from":[8,14.1176,4.2353],"to":[8.23529,14.35289,4.47059],"faces":{"north":{"uv":[1.75,5.875,1.6875,5.9375],"texture":"#0"},"east":{"uv":[1.75,5.3125,1.6875,5.375],"texture":"#0"},"south":{"uv":[1.6875,5.6875,1.75,5.75],"texture":"#0"},"west":{"uv":[1.6875,5.5,1.75,5.5625],"texture":"#0"},"up":{"uv":[1.6875,6.125,1.75,6.0625],"texture":"#0"},"down":{"uv":[7.6875,6.25,7.75,6.3125],"texture":"#0"}}},{"from":[8,14.1176,5.4118],"to":[8.23529,14.35289,5.64709],"faces":{"north":{"uv":[1.75,4.75,1.6875,4.8125],"texture":"#0"},"east":{"uv":[1.75,4.1875,1.6875,4.25],"texture":"#0"},"south":{"uv":[1.6875,4.5625,1.75,4.625],"texture":"#0"},"west":{"uv":[1.6875,4.375,1.75,4.4375],"texture":"#0"},"up":{"uv":[1.6875,5,1.75,4.9375],"texture":"#0"},"down":{"uv":[1.6875,5.125,1.75,5.1875],"texture":"#0"}}},{"from":[8,14.3529,4.7059],"to":[8.23529,14.58819,4.94119],"faces":{"north":{"uv":[1.75,3.625,1.6875,3.6875],"texture":"#0"},"east":{"uv":[1.75,3.0625,1.6875,3.125],"texture":"#0"},"south":{"uv":[1.6875,3.4375,1.75,3.5],"texture":"#0"},"west":{"uv":[1.6875,3.25,1.75,3.3125],"texture":"#0"},"up":{"uv":[1.6875,3.875,1.75,3.8125],"texture":"#0"},"down":{"uv":[1.6875,4,1.75,4.0625],"texture":"#0"}}},{"from":[8.2353,2.1176,10.3529],"to":[8.47059,2.35289,10.58819],"faces":{"north":{"uv":[1.75,2.5,1.6875,2.5625],"texture":"#0"},"east":{"uv":[1.75,1.9375,1.6875,2],"texture":"#0"},"south":{"uv":[1.6875,2.3125,1.75,2.375],"texture":"#0"},"west":{"uv":[1.6875,2.125,1.75,2.1875],"texture":"#0"},"up":{"uv":[1.6875,2.75,1.75,2.6875],"texture":"#0"},"down":{"uv":[1.6875,2.875,1.75,2.9375],"texture":"#0"}}},{"from":[8.2353,6.1176,8.2353],"to":[8.47059,6.35289,8.47059],"faces":{"north":{"uv":[1.75,1.375,1.6875,1.4375],"texture":"#0"},"east":{"uv":[1.75,0.8125,1.6875,0.875],"texture":"#0"},"south":{"uv":[1.6875,1.1875,1.75,1.25],"texture":"#0"},"west":{"uv":[1.6875,1,1.75,1.0625],"texture":"#0"},"up":{"uv":[1.6875,1.625,1.75,1.5625],"texture":"#0"},"down":{"uv":[1.6875,1.75,1.75,1.8125],"texture":"#0"}}},{"from":[8.2353,8,7.2941],"to":[8.47059,8.47059,7.52939],"faces":{"north":{"uv":[4.75,9,4.6875,9.125],"texture":"#0"},"east":{"uv":[5.3125,9,5.25,9.125],"texture":"#0"},"south":{"uv":[4.875,9,4.9375,9.125],"texture":"#0"},"west":{"uv":[5.0625,9,5.125,9.125],"texture":"#0"},"up":{"uv":[1.6875,0.5,1.75,0.4375],"texture":"#0"},"down":{"uv":[1.6875,0.625,1.75,0.6875],"texture":"#0"}}},{"from":[8.2353,9.6471,6.3529],"to":[8.47059,9.88239,6.82349],"faces":{"north":{"uv":[2.875,6.0625,2.8125,6.125],"texture":"#0"},"east":{"uv":[6.1875,9.0625,6.0625,9.125],"texture":"#0"},"south":{"uv":[3,6.0625,3.0625,6.125],"texture":"#0"},"west":{"uv":[5.8125,9.0625,5.9375,9.125],"texture":"#0"},"up":{"uv":[5.625,9.125,5.6875,9],"texture":"#0"},"down":{"uv":[5.4375,9,5.5,9.125],"texture":"#0"}}},{"from":[8.2353,9.6471,7.0588],"to":[8.47059,10.58828,7.29409],"faces":{"north":{"uv":[3.25,14.25,3.1875,14.5],"texture":"#0"},"east":{"uv":[3.875,14.25,3.8125,14.5],"texture":"#0"},"south":{"uv":[3.375,14.25,3.4375,14.5],"texture":"#0"},"west":{"uv":[6.375,14.25,6.4375,14.5],"texture":"#0"},"up":{"uv":[3.75,6.125,3.8125,6.0625],"texture":"#0"},"down":{"uv":[3.5625,6.0625,3.625,6.125],"texture":"#0"}}},{"from":[8.2353,9.8824,6.1176],"to":[8.47059,10.11769,6.35289],"faces":{"north":{"uv":[5.125,6.0625,5.0625,6.125],"texture":"#0"},"east":{"uv":[5.6875,6.0625,5.625,6.125],"texture":"#0"},"south":{"uv":[5.25,6.0625,5.3125,6.125],"texture":"#0"},"west":{"uv":[5.4375,6.0625,5.5,6.125],"texture":"#0"},"up":{"uv":[4.875,6.125,4.9375,6.0625],"texture":"#0"},"down":{"uv":[4.6875,6.0625,4.75,6.125],"texture":"#0"}}},{"from":[8.2353,9.8824,6.8235],"to":[8.47059,10.11769,7.05879],"faces":{"north":{"uv":[6.25,6.0625,6.1875,6.125],"texture":"#0"},"east":{"uv":[6.8125,6.0625,6.75,6.125],"texture":"#0"},"south":{"uv":[6.375,6.0625,6.4375,6.125],"texture":"#0"},"west":{"uv":[6.5625,6.0625,6.625,6.125],"texture":"#0"},"up":{"uv":[6,6.125,6.0625,6.0625],"texture":"#0"},"down":{"uv":[5.8125,6.0625,5.875,6.125],"texture":"#0"}}},{"from":[8.2353,10.3529,5.1765],"to":[8.47059,10.58819,5.41179],"faces":{"north":{"uv":[7.375,6.0625,7.3125,6.125],"texture":"#0"},"east":{"uv":[1.9375,5.875,1.875,5.9375],"texture":"#0"},"south":{"uv":[7.5,6.0625,7.5625,6.125],"texture":"#0"},"west":{"uv":[7.6875,6.0625,7.75,6.125],"texture":"#0"},"up":{"uv":[7.125,6.125,7.1875,6.0625],"texture":"#0"},"down":{"uv":[6.9375,6.0625,7,6.125],"texture":"#0"}}},{"from":[8.2353,10.5882,4.7059],"to":[8.70589,10.82349,4.94119],"faces":{"north":{"uv":[7.8125,9.0625,7.6875,9.125],"texture":"#0"},"east":{"uv":[1.9375,4.75,1.875,4.8125],"texture":"#0"},"south":{"uv":[0,8.8125,0.125,8.875],"texture":"#0"},"west":{"uv":[1.875,4.9375,1.9375,5],"texture":"#0"},"up":{"uv":[7.4375,9.125,7.5625,9.0625],"texture":"#0"},"down":{"uv":[7.1875,9.0625,7.3125,9.125],"texture":"#0"}}},{"from":[8.2353,10.5882,5.6471],"to":[8.70589,10.82349,5.88239],"faces":{"north":{"uv":[0.875,8.8125,0.75,8.875],"texture":"#0"},"east":{"uv":[1.9375,3.625,1.875,3.6875],"texture":"#0"},"south":{"uv":[1,8.8125,1.125,8.875],"texture":"#0"},"west":{"uv":[1.875,3.8125,1.9375,3.875],"texture":"#0"},"up":{"uv":[0.5,8.875,0.625,8.8125],"texture":"#0"},"down":{"uv":[0.25,8.8125,0.375,8.875],"texture":"#0"}}},{"from":[8.2353,10.8235,4.2353],"to":[8.70589,11.05879,4.47059],"faces":{"north":{"uv":[1.875,8.8125,1.75,8.875],"texture":"#0"},"east":{"uv":[1.9375,2.5,1.875,2.5625],"texture":"#0"},"south":{"uv":[2,8.8125,2.125,8.875],"texture":"#0"},"west":{"uv":[1.875,2.6875,1.9375,2.75],"texture":"#0"},"up":{"uv":[1.5,8.875,1.625,8.8125],"texture":"#0"},"down":{"uv":[1.25,8.8125,1.375,8.875],"texture":"#0"}}},{"from":[8.2353,10.8235,6.1176],"to":[8.70589,11.05879,6.35289],"faces":{"north":{"uv":[2.875,8.8125,2.75,8.875],"texture":"#0"},"east":{"uv":[1.9375,1.375,1.875,1.4375],"texture":"#0"},"south":{"uv":[3,8.8125,3.125,8.875],"texture":"#0"},"west":{"uv":[1.875,1.5625,1.9375,1.625],"texture":"#0"},"up":{"uv":[2.5,8.875,2.625,8.8125],"texture":"#0"},"down":{"uv":[2.25,8.8125,2.375,8.875],"texture":"#0"}}},{"from":[8.2353,11.0588,4],"to":[8.70589,11.29409,4.23529],"faces":{"north":{"uv":[3.875,8.8125,3.75,8.875],"texture":"#0"},"east":{"uv":[1.9375,0.25,1.875,0.3125],"texture":"#0"},"south":{"uv":[4,8.8125,4.125,8.875],"texture":"#0"},"west":{"uv":[1.875,0.4375,1.9375,0.5],"texture":"#0"},"up":{"uv":[3.5,8.875,3.625,8.8125],"texture":"#0"},"down":{"uv":[3.25,8.8125,3.375,8.875],"texture":"#0"}}},{"from":[8.2353,11.0588,6.3529],"to":[8.70589,11.29409,6.58819],"faces":{"north":{"uv":[4.875,8.8125,4.75,8.875],"texture":"#0"},"east":{"uv":[3.0625,5.875,3,5.9375],"texture":"#0"},"south":{"uv":[5,8.8125,5.125,8.875],"texture":"#0"},"west":{"uv":[2.8125,5.875,2.875,5.9375],"texture":"#0"},"up":{"uv":[4.5,8.875,4.625,8.8125],"texture":"#0"},"down":{"uv":[4.25,8.8125,4.375,8.875],"texture":"#0"}}},{"from":[8.2353,11.5294,3.7647],"to":[8.70589,11.76469,3.99999],"faces":{"north":{"uv":[5.875,8.8125,5.75,8.875],"texture":"#0"},"east":{"uv":[4.1875,5.875,4.125,5.9375],"texture":"#0"},"south":{"uv":[6,8.8125,6.125,8.875],"texture":"#0"},"west":{"uv":[3.9375,5.875,4,5.9375],"texture":"#0"},"up":{"uv":[5.5,8.875,5.625,8.8125],"texture":"#0"},"down":{"uv":[5.25,8.8125,5.375,8.875],"texture":"#0"}}},{"from":[8.2353,11.5294,6.5882],"to":[8.70589,11.76469,6.82349],"faces":{"north":{"uv":[6.875,8.8125,6.75,8.875],"texture":"#0"},"east":{"uv":[5.3125,5.875,5.25,5.9375],"texture":"#0"},"south":{"uv":[7,8.8125,7.125,8.875],"texture":"#0"},"west":{"uv":[5.0625,5.875,5.125,5.9375],"texture":"#0"},"up":{"uv":[6.5,8.875,6.625,8.8125],"texture":"#0"},"down":{"uv":[6.25,8.8125,6.375,8.875],"texture":"#0"}}},{"from":[8.2353,12.4706,3.7647],"to":[8.70589,12.70589,3.99999],"faces":{"north":{"uv":[7.875,8.8125,7.75,8.875],"texture":"#0"},"east":{"uv":[6.4375,5.875,6.375,5.9375],"texture":"#0"},"south":{"uv":[0,8.625,0.125,8.6875],"texture":"#0"},"west":{"uv":[6.1875,5.875,6.25,5.9375],"texture":"#0"},"up":{"uv":[7.5,8.875,7.625,8.8125],"texture":"#0"},"down":{"uv":[7.25,8.8125,7.375,8.875],"texture":"#0"}}},{"from":[8.2353,12.4706,6.5882],"to":[8.70589,12.70589,6.82349],"faces":{"north":{"uv":[0.875,8.625,0.75,8.6875],"texture":"#0"},"east":{"uv":[7.5625,5.875,7.5,5.9375],"texture":"#0"},"south":{"uv":[1,8.625,1.125,8.6875],"texture":"#0"},"west":{"uv":[7.3125,5.875,7.375,5.9375],"texture":"#0"},"up":{"uv":[0.5,8.6875,0.625,8.625],"texture":"#0"},"down":{"uv":[0.25,8.625,0.375,8.6875],"texture":"#0"}}},{"from":[8.2353,12.9412,4],"to":[8.70589,13.17649,4.23529],"faces":{"north":{"uv":[1.875,8.625,1.75,8.6875],"texture":"#0"},"east":{"uv":[2.125,4.9375,2.0625,5],"texture":"#0"},"south":{"uv":[2,8.625,2.125,8.6875],"texture":"#0"},"west":{"uv":[2.0625,5.125,2.125,5.1875],"texture":"#0"},"up":{"uv":[1.5,8.6875,1.625,8.625],"texture":"#0"},"down":{"uv":[1.25,8.625,1.375,8.6875],"texture":"#0"}}},{"from":[8.2353,12.9412,6.3529],"to":[8.70589,13.17649,6.58819],"faces":{"north":{"uv":[2.875,8.625,2.75,8.6875],"texture":"#0"},"east":{"uv":[2.125,3.8125,2.0625,3.875],"texture":"#0"},"south":{"uv":[3,8.625,3.125,8.6875],"texture":"#0"},"west":{"uv":[2.0625,4,2.125,4.0625],"texture":"#0"},"up":{"uv":[2.5,8.6875,2.625,8.625],"texture":"#0"},"down":{"uv":[2.25,8.625,2.375,8.6875],"texture":"#0"}}},{"from":[8.2353,13.1765,4.2353],"to":[8.70589,13.41179,4.47059],"faces":{"north":{"uv":[3.875,8.625,3.75,8.6875],"texture":"#0"},"east":{"uv":[2.125,2.6875,2.0625,2.75],"texture":"#0"},"south":{"uv":[4,8.625,4.125,8.6875],"texture":"#0"},"west":{"uv":[2.0625,2.875,2.125,2.9375],"texture":"#0"},"up":{"uv":[3.5,8.6875,3.625,8.625],"texture":"#0"},"down":{"uv":[3.25,8.625,3.375,8.6875],"texture":"#0"}}},{"from":[8.2353,13.1765,6.1176],"to":[8.70589,13.41179,6.35289],"faces":{"north":{"uv":[4.875,8.625,4.75,8.6875],"texture":"#0"},"east":{"uv":[2.125,1.5625,2.0625,1.625],"texture":"#0"},"south":{"uv":[5,8.625,5.125,8.6875],"texture":"#0"},"west":{"uv":[2.0625,1.75,2.125,1.8125],"texture":"#0"},"up":{"uv":[4.5,8.6875,4.625,8.625],"texture":"#0"},"down":{"uv":[4.25,8.625,4.375,8.6875],"texture":"#0"}}},{"from":[8.2353,13.4118,4.4706],"to":[8.47059,13.64709,4.94119],"faces":{"north":{"uv":[2.125,1,2.0625,1.0625],"texture":"#0"},"east":{"uv":[5.625,8.625,5.5,8.6875],"texture":"#0"},"south":{"uv":[2.0625,0.8125,2.125,0.875],"texture":"#0"},"west":{"uv":[5.25,8.625,5.375,8.6875],"texture":"#0"},"up":{"uv":[0.1875,8.5,0.25,8.375],"texture":"#0"},"down":{"uv":[0,8.375,0.0625,8.5],"texture":"#0"}}},{"from":[8.2353,13.4118,5.6471],"to":[8.70589,13.64709,5.88239],"faces":{"north":{"uv":[6.375,8.625,6.25,8.6875],"texture":"#0"},"east":{"uv":[3.0625,5.6875,3,5.75],"texture":"#0"},"south":{"uv":[6.5,8.625,6.625,8.6875],"texture":"#0"},"west":{"uv":[2.8125,5.6875,2.875,5.75],"texture":"#0"},"up":{"uv":[6,8.6875,6.125,8.625],"texture":"#0"},"down":{"uv":[5.75,8.625,5.875,8.6875],"texture":"#0"}}},{"from":[8.2353,13.6471,5.1765],"to":[8.47059,13.88239,5.41179],"faces":{"north":{"uv":[3.625,5.6875,3.5625,5.75],"texture":"#0"},"east":{"uv":[4.1875,5.6875,4.125,5.75],"texture":"#0"},"south":{"uv":[3.75,5.6875,3.8125,5.75],"texture":"#0"},"west":{"uv":[3.9375,5.6875,4,5.75],"texture":"#0"},"up":{"uv":[3.375,5.75,3.4375,5.6875],"texture":"#0"},"down":{"uv":[3.1875,5.6875,3.25,5.75],"texture":"#0"}}},{"from":[8.4706,10.5882,4.9412],"to":[8.94119,10.82349,5.64708],"faces":{"north":{"uv":[7.375,8.625,7.25,8.6875],"texture":"#0"},"east":{"uv":[1.75,12.125,1.5625,12.1875],"texture":"#0"},"south":{"uv":[7.5,8.625,7.625,8.6875],"texture":"#0"},"west":{"uv":[1.25,12.125,1.4375,12.1875],"texture":"#0"},"up":{"uv":[1.125,15.4375,1.25,15.25],"texture":"#0"},"down":{"uv":[0.5625,15.25,0.6875,15.4375],"texture":"#0"}}},{"from":[8.4706,10.8235,4.4706],"to":[8.94119,11.05879,4.70589],"faces":{"north":{"uv":[1.25,8.4375,1.125,8.5],"texture":"#0"},"east":{"uv":[6.4375,5.6875,6.375,5.75],"texture":"#0"},"south":{"uv":[1.375,8.4375,1.5,8.5],"texture":"#0"},"west":{"uv":[6.1875,5.6875,6.25,5.75],"texture":"#0"},"up":{"uv":[0.875,8.5,1,8.4375],"texture":"#0"},"down":{"uv":[0.625,8.4375,0.75,8.5],"texture":"#0"}}},{"from":[8.4706,10.8235,5.8824],"to":[8.94119,11.05879,6.11769],"faces":{"north":{"uv":[2.25,8.4375,2.125,8.5],"texture":"#0"},"east":{"uv":[7.5625,5.6875,7.5,5.75],"texture":"#0"},"south":{"uv":[2.375,8.4375,2.5,8.5],"texture":"#0"},"west":{"uv":[7.3125,5.6875,7.375,5.75],"texture":"#0"},"up":{"uv":[1.875,8.5,2,8.4375],"texture":"#0"},"down":{"uv":[1.625,8.4375,1.75,8.5],"texture":"#0"}}},{"from":[8.4706,11.2941,4],"to":[8.94119,11.52939,4.23529],"faces":{"north":{"uv":[3.25,8.4375,3.125,8.5],"texture":"#0"},"east":{"uv":[2.3125,4.75,2.25,4.8125],"texture":"#0"},"south":{"uv":[3.375,8.4375,3.5,8.5],"texture":"#0"},"west":{"uv":[2.25,4.9375,2.3125,5],"texture":"#0"},"up":{"uv":[2.875,8.5,3,8.4375],"texture":"#0"},"down":{"uv":[2.625,8.4375,2.75,8.5],"texture":"#0"}}},{"from":[8.4706,11.2941,6.3529],"to":[8.94119,11.52939,6.58819],"faces":{"north":{"uv":[4.25,8.4375,4.125,8.5],"texture":"#0"},"east":{"uv":[2.3125,3.625,2.25,3.6875],"texture":"#0"},"south":{"uv":[6.6875,7.75,6.8125,7.8125],"texture":"#0"},"west":{"uv":[2.25,3.8125,2.3125,3.875],"texture":"#0"},"up":{"uv":[3.875,8.5,4,8.4375],"texture":"#0"},"down":{"uv":[3.625,8.4375,3.75,8.5],"texture":"#0"}}},{"from":[8.4706,11.7647,3.7647],"to":[8.94119,12.47058,3.99999],"faces":{"north":{"uv":[2.125,15.25,2,15.4375],"texture":"#0"},"east":{"uv":[0.0625,11.8125,0,12],"texture":"#0"},"south":{"uv":[2.25,15.25,2.375,15.4375],"texture":"#0"},"west":{"uv":[7.8125,12.3125,7.875,12.5],"texture":"#0"},"up":{"uv":[4.875,8.5,5,8.4375],"texture":"#0"},"down":{"uv":[4.625,8.4375,4.75,8.5],"texture":"#0"}}},{"from":[8.4706,11.7647,6.5882],"to":[8.94119,12.47058,6.82349],"faces":{"north":{"uv":[4.75,15.8125,4.625,16],"texture":"#0"},"east":{"uv":[0.4375,11.8125,0.375,12],"texture":"#0"},"south":{"uv":[5.5,15.8125,5.625,16],"texture":"#0"},"west":{"uv":[0.1875,11.8125,0.25,12],"texture":"#0"},"up":{"uv":[6.375,8.5,6.5,8.4375],"texture":"#0"},"down":{"uv":[6.125,8.4375,6.25,8.5],"texture":"#0"}}},{"from":[8.4706,12.7059,4],"to":[8.94119,12.94119,4.23529],"faces":{"north":{"uv":[0.125,8.1875,0,8.25],"texture":"#0"},"east":{"uv":[2.3125,0.25,2.25,0.3125],"texture":"#0"},"south":{"uv":[0.25,8.1875,0.375,8.25],"texture":"#0"},"west":{"uv":[5.25,4.5625,5.3125,4.625],"texture":"#0"},"up":{"uv":[7.625,8.5,7.75,8.4375],"texture":"#0"},"down":{"uv":[7.375,8.4375,7.5,8.5],"texture":"#0"}}},{"from":[8.4706,12.7059,6.3529],"to":[8.94119,12.94119,6.58819],"faces":{"north":{"uv":[1.125,8.1875,1,8.25],"texture":"#0"},"east":{"uv":[3.4375,5.5,3.375,5.5625],"texture":"#0"},"south":{"uv":[1.25,8.1875,1.375,8.25],"texture":"#0"},"west":{"uv":[3.1875,5.5,3.25,5.5625],"texture":"#0"},"up":{"uv":[0.75,8.25,0.875,8.1875],"texture":"#0"},"down":{"uv":[0.5,8.1875,0.625,8.25],"texture":"#0"}}},{"from":[8.4706,13.1765,4.4706],"to":[8.94119,13.41179,4.70589],"faces":{"north":{"uv":[2.125,8.1875,2,8.25],"texture":"#0"},"east":{"uv":[4.5625,5.5,4.5,5.5625],"texture":"#0"},"south":{"uv":[2.25,8.1875,2.375,8.25],"texture":"#0"},"west":{"uv":[4.3125,5.5,4.375,5.5625],"texture":"#0"},"up":{"uv":[1.75,8.25,1.875,8.1875],"texture":"#0"},"down":{"uv":[1.5,8.1875,1.625,8.25],"texture":"#0"}}},{"from":[8.4706,13.1765,5.8824],"to":[8.94119,13.41179,6.11769],"faces":{"north":{"uv":[3.125,8.1875,3,8.25],"texture":"#0"},"east":{"uv":[5.6875,5.5,5.625,5.5625],"texture":"#0"},"south":{"uv":[3.25,8.1875,3.375,8.25],"texture":"#0"},"west":{"uv":[5.4375,5.5,5.5,5.5625],"texture":"#0"},"up":{"uv":[2.75,8.25,2.875,8.1875],"texture":"#0"},"down":{"uv":[2.5,8.1875,2.625,8.25],"texture":"#0"}}},{"from":[8.4706,13.4118,4.7059],"to":[8.70589,13.64709,5.64708],"faces":{"north":{"uv":[6.25,5.5,6.1875,5.5625],"texture":"#0"},"east":{"uv":[1.875,14.625,1.625,14.6875],"texture":"#0"},"south":{"uv":[6.375,5.5,6.4375,5.5625],"texture":"#0"},"west":{"uv":[2,14.625,2.25,14.6875],"texture":"#0"},"up":{"uv":[5.6875,14.5,5.75,14.25],"texture":"#0"},"down":{"uv":[5.5,14.25,5.5625,14.5],"texture":"#0"}}},{"from":[8.7059,10.8235,4.7059],"to":[8.9412,11.05879,4.94119],"faces":{"north":{"uv":[7.375,5.5,7.3125,5.5625],"texture":"#0"},"east":{"uv":[2.5,5.3125,2.4375,5.375],"texture":"#0"},"south":{"uv":[7.5,5.5,7.5625,5.5625],"texture":"#0"},"west":{"uv":[7.6875,5.5,7.75,5.5625],"texture":"#0"},"up":{"uv":[7.125,5.5625,7.1875,5.5],"texture":"#0"},"down":{"uv":[6.9375,5.5,7,5.5625],"texture":"#0"}}},{"from":[8.7059,10.8235,5.6471],"to":[8.9412,11.05879,5.88239],"faces":{"north":{"uv":[2.5,4.75,2.4375,4.8125],"texture":"#0"},"east":{"uv":[2.5,4.1875,2.4375,4.25],"texture":"#0"},"south":{"uv":[2.4375,4.5625,2.5,4.625],"texture":"#0"},"west":{"uv":[2.4375,4.375,2.5,4.4375],"texture":"#0"},"up":{"uv":[2.4375,5,2.5,4.9375],"texture":"#0"},"down":{"uv":[2.4375,5.125,2.5,5.1875],"texture":"#0"}}},{"from":[8.7059,11.0588,4.2353],"to":[8.9412,11.29409,4.47059],"faces":{"north":{"uv":[2.5,3.625,2.4375,3.6875],"texture":"#0"},"east":{"uv":[2.5,3.0625,2.4375,3.125],"texture":"#0"},"south":{"uv":[2.4375,3.4375,2.5,3.5],"texture":"#0"},"west":{"uv":[2.4375,3.25,2.5,3.3125],"texture":"#0"},"up":{"uv":[2.4375,3.875,2.5,3.8125],"texture":"#0"},"down":{"uv":[2.4375,4,2.5,4.0625],"texture":"#0"}}},{"from":[8.7059,11.0588,6.1176],"to":[8.9412,11.29409,6.35289],"faces":{"north":{"uv":[2.5,2.5,2.4375,2.5625],"texture":"#0"},"east":{"uv":[2.5,1.9375,2.4375,2],"texture":"#0"},"south":{"uv":[2.4375,2.3125,2.5,2.375],"texture":"#0"},"west":{"uv":[2.4375,2.125,2.5,2.1875],"texture":"#0"},"up":{"uv":[2.4375,2.75,2.5,2.6875],"texture":"#0"},"down":{"uv":[2.4375,2.875,2.5,2.9375],"texture":"#0"}}},{"from":[8.7059,11.5294,4],"to":[8.9412,11.76469,4.23529],"faces":{"north":{"uv":[2.5,1.375,2.4375,1.4375],"texture":"#0"},"east":{"uv":[2.5,0.8125,2.4375,0.875],"texture":"#0"},"south":{"uv":[2.4375,1.1875,2.5,1.25],"texture":"#0"},"west":{"uv":[2.4375,1,2.5,1.0625],"texture":"#0"},"up":{"uv":[2.4375,1.625,2.5,1.5625],"texture":"#0"},"down":{"uv":[2.4375,1.75,2.5,1.8125],"texture":"#0"}}},{"from":[8.7059,11.5294,6.3529],"to":[8.9412,11.76469,6.58819],"faces":{"north":{"uv":[2.5,0.25,2.4375,0.3125],"texture":"#0"},"east":{"uv":[3.0625,5.3125,3,5.375],"texture":"#0"},"south":{"uv":[2.625,5.3125,2.6875,5.375],"texture":"#0"},"west":{"uv":[2.8125,5.3125,2.875,5.375],"texture":"#0"},"up":{"uv":[2.4375,0.5,2.5,0.4375],"texture":"#0"},"down":{"uv":[2.4375,0.625,2.5,0.6875],"texture":"#0"}}},{"from":[8.7059,12.4706,4],"to":[8.9412,12.70589,4.23529],"faces":{"north":{"uv":[3.625,5.3125,3.5625,5.375],"texture":"#0"},"east":{"uv":[4.1875,5.3125,4.125,5.375],"texture":"#0"},"south":{"uv":[3.75,5.3125,3.8125,5.375],"texture":"#0"},"west":{"uv":[3.9375,5.3125,4,5.375],"texture":"#0"},"up":{"uv":[3.375,5.375,3.4375,5.3125],"texture":"#0"},"down":{"uv":[3.1875,5.3125,3.25,5.375],"texture":"#0"}}},{"from":[8.7059,12.4706,6.3529],"to":[8.9412,12.70589,6.58819],"faces":{"north":{"uv":[4.75,5.3125,4.6875,5.375],"texture":"#0"},"east":{"uv":[5.3125,5.3125,5.25,5.375],"texture":"#0"},"south":{"uv":[4.875,5.3125,4.9375,5.375],"texture":"#0"},"west":{"uv":[5.0625,5.3125,5.125,5.375],"texture":"#0"},"up":{"uv":[4.5,5.375,4.5625,5.3125],"texture":"#0"},"down":{"uv":[4.3125,5.3125,4.375,5.375],"texture":"#0"}}},{"from":[8.7059,12.9412,4.2353],"to":[8.9412,13.17649,4.47059],"faces":{"north":{"uv":[5.875,5.3125,5.8125,5.375],"texture":"#0"},"east":{"uv":[6.4375,5.3125,6.375,5.375],"texture":"#0"},"south":{"uv":[6,5.3125,6.0625,5.375],"texture":"#0"},"west":{"uv":[6.1875,5.3125,6.25,5.375],"texture":"#0"},"up":{"uv":[5.625,5.375,5.6875,5.3125],"texture":"#0"},"down":{"uv":[5.4375,5.3125,5.5,5.375],"texture":"#0"}}},{"from":[8.7059,12.9412,6.1176],"to":[8.9412,13.17649,6.35289],"faces":{"north":{"uv":[7,5.3125,6.9375,5.375],"texture":"#0"},"east":{"uv":[7.5625,5.3125,7.5,5.375],"texture":"#0"},"south":{"uv":[7.125,5.3125,7.1875,5.375],"texture":"#0"},"west":{"uv":[7.3125,5.3125,7.375,5.375],"texture":"#0"},"up":{"uv":[6.75,5.375,6.8125,5.3125],"texture":"#0"},"down":{"uv":[6.5625,5.3125,6.625,5.375],"texture":"#0"}}},{"from":[8.7059,13.1765,4.7059],"to":[8.9412,13.41179,4.94119],"faces":{"north":{"uv":[2.6875,4.9375,2.625,5],"texture":"#0"},"east":{"uv":[2.6875,4.375,2.625,4.4375],"texture":"#0"},"south":{"uv":[2.625,4.75,2.6875,4.8125],"texture":"#0"},"west":{"uv":[2.625,4.5625,2.6875,4.625],"texture":"#0"},"up":{"uv":[2.625,5.1875,2.6875,5.125],"texture":"#0"},"down":{"uv":[7.6875,5.3125,7.75,5.375],"texture":"#0"}}},{"from":[8.7059,13.1765,5.6471],"to":[8.9412,13.41179,5.88239],"faces":{"north":{"uv":[2.6875,3.8125,2.625,3.875],"texture":"#0"},"east":{"uv":[2.6875,3.25,2.625,3.3125],"texture":"#0"},"south":{"uv":[2.625,3.625,2.6875,3.6875],"texture":"#0"},"west":{"uv":[2.625,3.4375,2.6875,3.5],"texture":"#0"},"up":{"uv":[2.625,4.0625,2.6875,4],"texture":"#0"},"down":{"uv":[2.625,4.1875,2.6875,4.25],"texture":"#0"}}},{"from":[8.7059,13.4118,4.9412],"to":[8.9412,13.64709,5.64708],"faces":{"north":{"uv":[2.6875,2.6875,2.625,2.75],"texture":"#0"},"east":{"uv":[4.875,12.125,4.6875,12.1875],"texture":"#0"},"south":{"uv":[2.625,2.5,2.6875,2.5625],"texture":"#0"},"west":{"uv":[4.375,12.125,4.5625,12.1875],"texture":"#0"},"up":{"uv":[0.75,12,0.8125,11.8125],"texture":"#0"},"down":{"uv":[0.5625,11.8125,0.625,12],"texture":"#0"}}},{"from":[8.9412,10.8235,4.9412],"to":[9.17649,11.05879,5.64708],"faces":{"north":{"uv":[2.6875,1.5625,2.625,1.625],"texture":"#0"},"east":{"uv":[5.5,12.125,5.3125,12.1875],"texture":"#0"},"south":{"uv":[2.625,1.375,2.6875,1.4375],"texture":"#0"},"west":{"uv":[5,12.125,5.1875,12.1875],"texture":"#0"},"up":{"uv":[1.125,12,1.1875,11.8125],"texture":"#0"},"down":{"uv":[0.9375,11.8125,1,12],"texture":"#0"}}},{"from":[8.9412,11.0588,4.4706],"to":[9.17649,11.52939,4.70589],"faces":{"north":{"uv":[1.5625,7.9375,1.5,8.0625],"texture":"#0"},"east":{"uv":[2.125,7.9375,2.0625,8.0625],"texture":"#0"},"south":{"uv":[1.6875,7.9375,1.75,8.0625],"texture":"#0"},"west":{"uv":[1.875,7.9375,1.9375,8.0625],"texture":"#0"},"up":{"uv":[2.625,0.6875,2.6875,0.625],"texture":"#0"},"down":{"uv":[2.625,0.8125,2.6875,0.875],"texture":"#0"}}},{"from":[8.9412,11.0588,4.7059],"to":[9.17649,11.29409,4.94119],"faces":{"north":{"uv":[3.625,5.125,3.5625,5.1875],"texture":"#0"},"east":{"uv":[4.1875,5.125,4.125,5.1875],"texture":"#0"},"south":{"uv":[3.75,5.125,3.8125,5.1875],"texture":"#0"},"west":{"uv":[3.9375,5.125,4,5.1875],"texture":"#0"},"up":{"uv":[3.375,5.1875,3.4375,5.125],"texture":"#0"},"down":{"uv":[3.1875,5.125,3.25,5.1875],"texture":"#0"}}},{"from":[8.9412,11.0588,5.6471],"to":[9.17649,11.29409,6.11769],"faces":{"north":{"uv":[4.75,5.125,4.6875,5.1875],"texture":"#0"},"east":{"uv":[4.875,8.1875,4.75,8.25],"texture":"#0"},"south":{"uv":[4.875,5.125,4.9375,5.1875],"texture":"#0"},"west":{"uv":[4.5,8.1875,4.625,8.25],"texture":"#0"},"up":{"uv":[2.4375,8.0625,2.5,7.9375],"texture":"#0"},"down":{"uv":[2.25,7.9375,2.3125,8.0625],"texture":"#0"}}},{"from":[8.9412,11.2941,4.2353],"to":[9.17649,11.76469,4.47059],"faces":{"north":{"uv":[2.6875,7.9375,2.625,8.0625],"texture":"#0"},"east":{"uv":[3.25,7.9375,3.1875,8.0625],"texture":"#0"},"south":{"uv":[2.8125,7.9375,2.875,8.0625],"texture":"#0"},"west":{"uv":[3,7.9375,3.0625,8.0625],"texture":"#0"},"up":{"uv":[5.625,5.1875,5.6875,5.125],"texture":"#0"},"down":{"uv":[5.4375,5.125,5.5,5.1875],"texture":"#0"}}},{"from":[8.9412,11.2941,5.8824],"to":[9.17649,11.52939,6.35299],"faces":{"north":{"uv":[7,5.125,6.9375,5.1875],"texture":"#0"},"east":{"uv":[5.375,8.1875,5.25,8.25],"texture":"#0"},"south":{"uv":[7.125,5.125,7.1875,5.1875],"texture":"#0"},"west":{"uv":[5,8.1875,5.125,8.25],"texture":"#0"},"up":{"uv":[3.5625,8.0625,3.625,7.9375],"texture":"#0"},"down":{"uv":[3.375,7.9375,3.4375,8.0625],"texture":"#0"}}},{"from":[8.9412,11.5294,6.1176],"to":[9.17649,11.76469,6.35289],"faces":{"north":{"uv":[2.875,4.75,2.8125,4.8125],"texture":"#0"},"east":{"uv":[2.875,4.1875,2.8125,4.25],"texture":"#0"},"south":{"uv":[2.8125,4.5625,2.875,4.625],"texture":"#0"},"west":{"uv":[2.8125,4.375,2.875,4.4375],"texture":"#0"},"up":{"uv":[2.8125,5,2.875,4.9375],"texture":"#0"},"down":{"uv":[7.6875,5.125,7.75,5.1875],"texture":"#0"}}},{"from":[8.9412,11.7647,4],"to":[9.17649,12.47058,4.23529],"faces":{"north":{"uv":[1.375,11.8125,1.3125,12],"texture":"#0"},"east":{"uv":[1.9375,11.8125,1.875,12],"texture":"#0"},"south":{"uv":[1.5,11.8125,1.5625,12],"texture":"#0"},"west":{"uv":[1.6875,11.8125,1.75,12],"texture":"#0"},"up":{"uv":[2.8125,3.875,2.875,3.8125],"texture":"#0"},"down":{"uv":[2.8125,4,2.875,4.0625],"texture":"#0"}}},{"from":[8.9412,11.7647,6.3529],"to":[9.17649,12.47058,6.58819],"faces":{"north":{"uv":[2.125,11.8125,2.0625,12],"texture":"#0"},"east":{"uv":[2.6875,11.8125,2.625,12],"texture":"#0"},"south":{"uv":[2.25,11.8125,2.3125,12],"texture":"#0"},"west":{"uv":[2.4375,11.8125,2.5,12],"texture":"#0"},"up":{"uv":[2.8125,2.75,2.875,2.6875],"texture":"#0"},"down":{"uv":[2.8125,2.875,2.875,2.9375],"texture":"#0"}}},{"from":[8.9412,12.4706,4.2353],"to":[9.17649,12.94119,4.47059],"faces":{"north":{"uv":[4.1875,7.9375,4.125,8.0625],"texture":"#0"},"east":{"uv":[4.75,7.9375,4.6875,8.0625],"texture":"#0"},"south":{"uv":[4.3125,7.9375,4.375,8.0625],"texture":"#0"},"west":{"uv":[4.5,7.9375,4.5625,8.0625],"texture":"#0"},"up":{"uv":[2.8125,1.625,2.875,1.5625],"texture":"#0"},"down":{"uv":[2.8125,1.75,2.875,1.8125],"texture":"#0"}}},{"from":[8.9412,12.4706,6.1176],"to":[9.17649,12.94119,6.35289],"faces":{"north":{"uv":[4.9375,7.9375,4.875,8.0625],"texture":"#0"},"east":{"uv":[5.5,7.9375,5.4375,8.0625],"texture":"#0"},"south":{"uv":[5.0625,7.9375,5.125,8.0625],"texture":"#0"},"west":{"uv":[5.25,7.9375,5.3125,8.0625],"texture":"#0"},"up":{"uv":[2.8125,0.5,2.875,0.4375],"texture":"#0"},"down":{"uv":[2.8125,0.625,2.875,0.6875],"texture":"#0"}}},{"from":[8.9412,12.7059,4.4706],"to":[9.17649,13.17649,4.70589],"faces":{"north":{"uv":[5.6875,7.9375,5.625,8.0625],"texture":"#0"},"east":{"uv":[6.25,7.9375,6.1875,8.0625],"texture":"#0"},"south":{"uv":[5.8125,7.9375,5.875,8.0625],"texture":"#0"},"west":{"uv":[6,7.9375,6.0625,8.0625],"texture":"#0"},"up":{"uv":[3.75,5,3.8125,4.9375],"texture":"#0"},"down":{"uv":[3.5625,4.9375,3.625,5],"texture":"#0"}}},{"from":[8.9412,12.7059,5.8824],"to":[9.17649,13.17649,6.11769],"faces":{"north":{"uv":[6.4375,7.9375,6.375,8.0625],"texture":"#0"},"east":{"uv":[7,7.9375,6.9375,8.0625],"texture":"#0"},"south":{"uv":[6.5625,7.9375,6.625,8.0625],"texture":"#0"},"west":{"uv":[6.75,7.9375,6.8125,8.0625],"texture":"#0"},"up":{"uv":[4.875,5,4.9375,4.9375],"texture":"#0"},"down":{"uv":[4.6875,4.9375,4.75,5],"texture":"#0"}}},{"from":[8.9412,12.9412,4.7059],"to":[9.17649,13.17649,4.94119],"faces":{"north":{"uv":[6.25,4.9375,6.1875,5],"texture":"#0"},"east":{"uv":[6.8125,4.9375,6.75,5],"texture":"#0"},"south":{"uv":[6.375,4.9375,6.4375,5],"texture":"#0"},"west":{"uv":[6.5625,4.9375,6.625,5],"texture":"#0"},"up":{"uv":[6,5,6.0625,4.9375],"texture":"#0"},"down":{"uv":[5.8125,4.9375,5.875,5],"texture":"#0"}}},{"from":[8.9412,12.9412,5.6471],"to":[9.17649,13.17649,5.88239],"faces":{"north":{"uv":[7.375,4.9375,7.3125,5],"texture":"#0"},"east":{"uv":[3.0625,4.75,3,4.8125],"texture":"#0"},"south":{"uv":[7.5,4.9375,7.5625,5],"texture":"#0"},"west":{"uv":[7.6875,4.9375,7.75,5],"texture":"#0"},"up":{"uv":[7.125,5,7.1875,4.9375],"texture":"#0"},"down":{"uv":[6.9375,4.9375,7,5],"texture":"#0"}}},{"from":[8.9412,13.1765,4.9412],"to":[9.17649,13.41179,5.64708],"faces":{"north":{"uv":[3.0625,4.1875,3,4.25],"texture":"#0"},"east":{"uv":[6.125,12.125,5.9375,12.1875],"texture":"#0"},"south":{"uv":[3,4,3.0625,4.0625],"texture":"#0"},"west":{"uv":[5.625,12.125,5.8125,12.1875],"texture":"#0"},"up":{"uv":[3,12,3.0625,11.8125],"texture":"#0"},"down":{"uv":[2.8125,11.8125,2.875,12],"texture":"#0"}}},{"from":[9.1765,11.0588,4.9412],"to":[9.41179,11.52939,5.64708],"faces":{"north":{"uv":[7.75,7.9375,7.6875,8.0625],"texture":"#0"},"east":{"uv":[5.0625,15.625,4.875,15.75],"texture":"#0"},"south":{"uv":[0,7.6875,0.0625,7.8125],"texture":"#0"},"west":{"uv":[3.1875,15.5625,3.375,15.6875],"texture":"#0"},"up":{"uv":[3.375,12,3.4375,11.8125],"texture":"#0"},"down":{"uv":[3.1875,11.8125,3.25,12],"texture":"#0"}}},{"from":[9.1765,11.2941,4.7059],"to":[9.41179,11.76469,4.94119],"faces":{"north":{"uv":[0.0625,7.4375,0,7.5625],"texture":"#0"},"east":{"uv":[0.0625,6.6875,0,6.8125],"texture":"#0"},"south":{"uv":[0,7.1875,0.0625,7.3125],"texture":"#0"},"west":{"uv":[0,6.9375,0.0625,7.0625],"texture":"#0"},"up":{"uv":[3,2.1875,3.0625,2.125],"texture":"#0"},"down":{"uv":[3,2.3125,3.0625,2.375],"texture":"#0"}}},{"from":[9.1765,11.2941,5.6471],"to":[9.41179,11.76469,5.88239],"faces":{"north":{"uv":[0.0625,6.4375,0,6.5625],"texture":"#0"},"east":{"uv":[0.0625,5.6875,0,5.8125],"texture":"#0"},"south":{"uv":[0,6.1875,0.0625,6.3125],"texture":"#0"},"west":{"uv":[0,5.9375,0.0625,6.0625],"texture":"#0"},"up":{"uv":[3,1.0625,3.0625,1],"texture":"#0"},"down":{"uv":[3,1.1875,3.0625,1.25],"texture":"#0"}}},{"from":[9.1765,11.5294,4.4706],"to":[9.41179,12.70587,4.70589],"faces":{"north":{"uv":[0.4375,14.1875,0.375,14.5],"texture":"#0"},"east":{"uv":[2.8125,14.8125,2.75,15.125],"texture":"#0"},"south":{"uv":[1.4375,14.8125,1.5,15.125],"texture":"#0"},"west":{"uv":[2.375,14.8125,2.4375,15.125],"texture":"#0"},"up":{"uv":[3.375,4.8125,3.4375,4.75],"texture":"#0"},"down":{"uv":[3.1875,4.75,3.25,4.8125],"texture":"#0"}}},{"from":[9.1765,11.5294,5.8824],"to":[9.41179,12.70587,6.11769],"faces":{"north":{"uv":[3.375,14.8125,3.3125,15.125],"texture":"#0"},"east":{"uv":[4.8125,14.8125,4.75,15.125],"texture":"#0"},"south":{"uv":[3.5,14.8125,3.5625,15.125],"texture":"#0"},"west":{"uv":[4.5625,14.8125,4.625,15.125],"texture":"#0"},"up":{"uv":[4.5,4.8125,4.5625,4.75],"texture":"#0"},"down":{"uv":[4.3125,4.75,4.375,4.8125],"texture":"#0"}}},{"from":[9.1765,11.7647,4.2353],"to":[9.41179,12.47058,4.47059],"faces":{"north":{"uv":[4.8125,11.8125,4.75,12],"texture":"#0"},"east":{"uv":[5.375,11.8125,5.3125,12],"texture":"#0"},"south":{"uv":[4.9375,11.8125,5,12],"texture":"#0"},"west":{"uv":[5.125,11.8125,5.1875,12],"texture":"#0"},"up":{"uv":[5.625,4.8125,5.6875,4.75],"texture":"#0"},"down":{"uv":[5.4375,4.75,5.5,4.8125],"texture":"#0"}}},{"from":[9.1765,11.7647,6.1176],"to":[9.41179,12.47058,6.35289],"faces":{"north":{"uv":[5.5625,11.8125,5.5,12],"texture":"#0"},"east":{"uv":[6.125,11.8125,6.0625,12],"texture":"#0"},"south":{"uv":[5.6875,11.8125,5.75,12],"texture":"#0"},"west":{"uv":[5.875,11.8125,5.9375,12],"texture":"#0"},"up":{"uv":[6.75,4.8125,6.8125,4.75],"texture":"#0"},"down":{"uv":[6.5625,4.75,6.625,4.8125],"texture":"#0"}}},{"from":[9.1765,12.4706,4.7059],"to":[9.41179,12.94119,4.94119],"faces":{"north":{"uv":[0.0625,5.1875,0,5.3125],"texture":"#0"},"east":{"uv":[0.0625,4.4375,0,4.5625],"texture":"#0"},"south":{"uv":[0,4.9375,0.0625,5.0625],"texture":"#0"},"west":{"uv":[0,4.6875,0.0625,4.8125],"texture":"#0"},"up":{"uv":[3.1875,4.625,3.25,4.5625],"texture":"#0"},"down":{"uv":[7.6875,4.75,7.75,4.8125],"texture":"#0"}}},{"from":[9.1765,12.4706,5.6471],"to":[9.41179,12.94119,5.88239],"faces":{"north":{"uv":[0.0625,4.1875,0,4.3125],"texture":"#0"},"east":{"uv":[0.0625,3.4375,0,3.5625],"texture":"#0"},"south":{"uv":[0,3.9375,0.0625,4.0625],"texture":"#0"},"west":{"uv":[0,3.6875,0.0625,3.8125],"texture":"#0"},"up":{"uv":[3.1875,3.5,3.25,3.4375],"texture":"#0"},"down":{"uv":[3.1875,3.625,3.25,3.6875],"texture":"#0"}}},{"from":[9.1765,12.7059,4.9412],"to":[9.41179,13.17649,5.64708],"faces":{"north":{"uv":[0.0625,2.6875,0,2.8125],"texture":"#0"},"east":{"uv":[5.375,15.625,5.1875,15.75],"texture":"#0"},"south":{"uv":[0,2.4375,0.0625,2.5625],"texture":"#0"},"west":{"uv":[5.1875,15.875,5.375,16],"texture":"#0"},"up":{"uv":[6.4375,12,6.5,11.8125],"texture":"#0"},"down":{"uv":[6.25,11.8125,6.3125,12],"texture":"#0"}}},{"from":[9.4118,11.5294,4.9412],"to":[9.64709,12.70587,5.64708],"faces":{"north":{"uv":[7.1875,14.8125,7.125,15.125],"texture":"#0"},"east":{"uv":[1.25,15.6875,1.0625,16],"texture":"#0"},"south":{"uv":[7.6875,14.8125,7.75,15.125],"texture":"#0"},"west":{"uv":[2,15.6875,2.1875,16],"texture":"#0"},"up":{"uv":[7.3125,12,7.375,11.8125],"texture":"#0"},"down":{"uv":[7.125,11.8125,7.1875,12],"texture":"#0"}}},{"from":[9.4118,11.7647,4.7059],"to":[9.64709,12.47058,4.94119],"faces":{"north":{"uv":[0.5625,11.5,0.5,11.6875],"texture":"#0"},"east":{"uv":[1.125,11.5,1.0625,11.6875],"texture":"#0"},"south":{"uv":[0.6875,11.5,0.75,11.6875],"texture":"#0"},"west":{"uv":[0.875,11.5,0.9375,11.6875],"texture":"#0"},"up":{"uv":[3.375,4.625,3.4375,4.5625],"texture":"#0"},"down":{"uv":[3.1875,0.25,3.25,0.3125],"texture":"#0"}}},{"from":[9.4118,11.7647,5.6471],"to":[9.64709,12.47058,5.88239],"faces":{"north":{"uv":[1.3125,11.5,1.25,11.6875],"texture":"#0"},"east":{"uv":[7.0625,12.3125,7,12.5],"texture":"#0"},"south":{"uv":[1.4375,11.5,1.5,11.6875],"texture":"#0"},"west":{"uv":[0.75,13.625,0.8125,13.8125],"texture":"#0"},"up":{"uv":[4.5,4.625,4.5625,4.5625],"texture":"#0"},"down":{"uv":[4.3125,4.5625,4.375,4.625],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[23,1,0],"translation":[0,-1,2.5],"scale":[2.5,2.5,2.5]},"firstperson_righthand":{"rotation":[23,0,0],"translation":[3.25,-0.75,0],"scale":[2,2,2]},"gui":{"rotation":[-52,-66,-47],"translation":[0,0.5,0],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/aurora_staff.json b/assets/minecraft/models/item/wynn/skin/wand/aurora_staff.json new file mode 100644 index 000000000..8e68bb444 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/aurora_staff.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/aurora/aurora_effect_4","1":"skins/aurora/aurora_staff","2":"skins/aurora/aurora_effect_3","3":"skins/aurora/aurora_effect_2","particle":"skins/aurora/aurora_staff"},"elements":[{"from":[7.255,8.555,7.255],"to":[8.745,16.545,8.745],"rotation":{"angle":0,"axis":"y","origin":[8,7.5,8]},"faces":{"north":{"uv":[0,2.25,0.75,6.25],"texture":"#1"},"east":{"uv":[0.75,2.25,0,6.25],"texture":"#1"},"south":{"uv":[0,2.25,0.75,6.25],"texture":"#1"},"west":{"uv":[0.75,2.25,0,6.25],"texture":"#1"}}},{"from":[7.5,-8.005,7.5],"to":[8.5,5,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,7.5,8]},"faces":{"north":{"uv":[2,2.5,2.5,9],"texture":"#1"},"east":{"uv":[2.5,2.5,2,9],"texture":"#1"},"south":{"uv":[2,2.5,2.5,9],"texture":"#1"},"west":{"uv":[2.5,2.5,2,9],"texture":"#1"}}},{"from":[7.455,14.9175,7.75],"to":[9.455,21.0175,8.25],"rotation":{"angle":-22.5,"axis":"z","origin":[8,7.5,8]},"faces":{"north":{"uv":[0.75,2.25,1.75,5.25],"texture":"#1"},"east":{"uv":[8,1,5,0.75],"rotation":90,"texture":"#1"},"south":{"uv":[1.75,2.25,0.75,5.25],"texture":"#1"}}},{"from":[1.955,21.0175,7.75],"to":[9.455,22.0175,8.25],"rotation":{"angle":-22.5,"axis":"z","origin":[8,7.5,8]},"faces":{"north":{"uv":[5,1,8.75,1.5],"texture":"#1"},"east":{"uv":[4.25,6.5,4.5,7],"texture":"#1"},"south":{"uv":[8.75,1,5,1.5],"texture":"#1"},"up":{"uv":[2,6,1.75,2.25],"rotation":90,"texture":"#1"}}},{"from":[1.5175,13.4125,7.7475],"to":[6.5225,14.9175,8.2525],"rotation":{"angle":-45,"axis":"z","origin":[8,7.5,8]},"faces":{"north":{"uv":[5,0,7.5,0.75],"texture":"#1"},"east":{"uv":[0.75,7.25,1,8],"texture":"#1"},"south":{"uv":[7.5,0,5,0.75],"texture":"#1"},"down":{"uv":[3.5,0,3.25,2.5],"rotation":270,"texture":"#1"}}},{"from":[6.455,15.7175,7.5],"to":[7.455,21.0175,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[8,7.5,8]},"faces":{"north":{"uv":[5.5,5.5,6,8.25],"texture":"#1"},"east":{"uv":[8,2.5,8.25,5.25],"texture":"#1"},"south":{"uv":[6,5.5,5.5,8.25],"texture":"#1"},"up":{"uv":[1,5.75,0.75,5.25],"rotation":90,"texture":"#1"},"down":{"uv":[1,5.75,0.75,6.25],"rotation":270,"texture":"#1"}}},{"from":[2.155,19.0675,7.5],"to":[6.455,21.0175,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[8,7.5,8]},"faces":{"north":{"uv":[2.5,2.5,4.75,3.5],"texture":"#1"},"south":{"uv":[4.75,2.5,2.5,3.5],"texture":"#1"},"up":{"uv":[2,8.25,1.75,6],"rotation":90,"texture":"#1"}}},{"from":[1.655,18.1675,7.5],"to":[6.455,19.0675,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[8,7.5,8]},"faces":{"north":{"uv":[6,5.5,8.5,6],"texture":"#1"},"south":{"uv":[8.5,5.5,6,6],"texture":"#1"}}},{"from":[-0.6125,14.5125,7.505],"to":[3.4275,16.8025,8.495],"rotation":{"angle":-45,"axis":"z","origin":[8,7.5,8]},"faces":{"north":{"uv":[3.5,1.5,5.5,2.5],"texture":"#1"},"south":{"uv":[5.5,1.5,3.5,2.5],"texture":"#1"},"down":{"uv":[8,2.5,7.75,4.5],"rotation":270,"texture":"#1"}}},{"from":[6.545,14.9175,7.75],"to":[8.545,21.0175,8.25],"rotation":{"angle":22.5,"axis":"z","origin":[8,7.5,8]},"faces":{"north":{"uv":[1.75,2.25,0.75,5.25],"texture":"#1"},"south":{"uv":[0.75,2.25,1.75,5.25],"texture":"#1"},"west":{"uv":[8,0.75,5,1],"rotation":90,"texture":"#1"}}},{"from":[6.5425,21.015,7.7475],"to":[14.0475,22.02,8.2525],"rotation":{"angle":22.5,"axis":"z","origin":[8,7.5,8]},"faces":{"north":{"uv":[8.75,1,5,1.5],"texture":"#1"},"south":{"uv":[5,1,8.75,1.5],"texture":"#1"},"west":{"uv":[4.5,6.5,4.25,7],"texture":"#1"},"up":{"uv":[2,2.25,1.75,6],"rotation":90,"texture":"#1"}}},{"from":[9.4775,13.4125,7.7475],"to":[14.4825,14.9175,8.2525],"rotation":{"angle":45,"axis":"z","origin":[8,7.5,8]},"faces":{"north":{"uv":[7.5,0,5,0.75],"texture":"#1"},"south":{"uv":[5,0,7.5,0.75],"texture":"#1"},"west":{"uv":[1,7.25,0.75,8],"texture":"#1"},"down":{"uv":[3.5,2.5,3.25,0],"rotation":270,"texture":"#1"}}},{"from":[8.545,15.7175,7.5],"to":[9.545,21.0175,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[8,7.5,8]},"faces":{"north":{"uv":[6,5.5,5.5,8.25],"texture":"#1"},"south":{"uv":[5.5,5.5,6,8.25],"texture":"#1"},"west":{"uv":[8.25,2.5,8,5.25],"texture":"#1"},"up":{"uv":[1,5.25,0.75,5.75],"rotation":90,"texture":"#1"},"down":{"uv":[1,6.25,0.75,5.75],"rotation":270,"texture":"#1"}}},{"from":[9.545,19.0675,7.5],"to":[13.845,21.0175,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[8,7.5,8]},"faces":{"north":{"uv":[4.75,2.5,2.5,3.5],"texture":"#1"},"south":{"uv":[2.5,2.5,4.75,3.5],"texture":"#1"},"up":{"uv":[2,6,1.75,8.25],"rotation":90,"texture":"#1"}}},{"from":[9.545,18.1675,7.5],"to":[14.345,19.0675,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[8,7.5,8]},"faces":{"north":{"uv":[8.5,5.5,6,6],"texture":"#1"},"south":{"uv":[6,5.5,8.5,6],"texture":"#1"}}},{"from":[12.5725,14.5125,7.505],"to":[16.6125,16.8025,8.495],"rotation":{"angle":45,"axis":"z","origin":[8,7.5,8]},"faces":{"north":{"uv":[5.5,1.5,3.5,2.5],"texture":"#1"},"south":{"uv":[3.5,1.5,5.5,2.5],"texture":"#1"},"down":{"uv":[8,4.5,7.75,2.5],"rotation":270,"texture":"#1"}}},{"from":[8.9675,5.0725,7.245],"to":[10.5275,6.5325,8.755],"rotation":{"angle":-45,"axis":"z","origin":[8,7.5,8]},"faces":{"north":{"uv":[3.25,5.75,4,6.5],"texture":"#1"},"east":{"uv":[6.75,6,7.5,7],"texture":"#1"},"south":{"uv":[3.25,5.75,4,6.5],"rotation":270,"texture":"#1"},"down":{"uv":[4,6.5,3.25,7.75],"rotation":270,"texture":"#1"}}},{"from":[-0.7125,13.2225,7.005],"to":[2.2775,16.2125,8.995],"rotation":{"angle":-45,"axis":"z","origin":[8,7.5,8]},"faces":{"north":{"uv":[3.5,0,5,1.5],"texture":"#1"},"east":{"uv":[5.5,3,6.5,4.5],"texture":"#1"},"south":{"uv":[5,0,3.5,1.5],"texture":"#1"},"down":{"uv":[5.5,5.5,4.5,7],"rotation":270,"texture":"#1"}}},{"from":[5.9,17.7,7],"to":[10.1,22.3,9],"rotation":{"angle":0,"axis":"x","origin":[8,7.5,8]},"faces":{"north":{"uv":[0,0,2,2.25],"texture":"#1"},"east":{"uv":[2.5,3.5,3.5,5.75],"texture":"#1"},"south":{"uv":[2,0,0,2.25],"texture":"#1"},"west":{"uv":[3.5,3.5,4.5,5.75],"texture":"#1"},"up":{"uv":[5.5,5.5,4.5,3.5],"rotation":90,"texture":"#1"}}},{"from":[7.4775,10.0575,7.745],"to":[9.9875,12.0675,8.255],"rotation":{"angle":-22.5,"axis":"z","origin":[8,7.5,8]},"faces":{"north":{"uv":[5.5,4.5,6.75,5.5],"texture":"#1"},"east":{"uv":[7.5,3,7.75,4],"texture":"#1"},"south":{"uv":[6.75,4.5,5.5,5.5],"texture":"#1"},"up":{"uv":[7.75,5.5,7.5,4],"rotation":90,"texture":"#1"}}},{"from":[8.2775,9.875,7.75],"to":[9.3025,11.875,8.25],"rotation":{"angle":0,"axis":"x","origin":[8,7.5,8]},"faces":{"north":{"uv":[5,2.5,5.5,3.5],"texture":"#1"},"south":{"uv":[5.5,2.5,5,3.5],"texture":"#1"},"up":{"uv":[4.5,8,4.25,7.5],"rotation":90,"texture":"#1"}}},{"from":[7.4825,5.6125,7.25],"to":[9.9825,10.6125,8.75],"rotation":{"angle":-22.5,"axis":"z","origin":[8,7.5,8]},"faces":{"north":{"uv":[2,0,3.25,2.5],"texture":"#1"},"east":{"uv":[1,5.25,1.75,7.75],"texture":"#1"},"south":{"uv":[3.25,0,2,2.5],"texture":"#1"},"up":{"uv":[6.75,7.5,6,6],"rotation":90,"texture":"#1"}}},{"from":[6.0125,10.0575,7.745],"to":[8.5225,12.0675,8.255],"rotation":{"angle":22.5,"axis":"z","origin":[8,7.5,8]},"faces":{"north":{"uv":[6.75,4.5,5.5,5.5],"texture":"#1"},"south":{"uv":[5.5,4.5,6.75,5.5],"texture":"#1"},"west":{"uv":[7.75,3,7.5,4],"texture":"#1"},"up":{"uv":[7.75,4,7.5,5.5],"rotation":90,"texture":"#1"}}},{"from":[6.6975,9.875,7.75],"to":[7.7225,11.875,8.25],"rotation":{"angle":0,"axis":"x","origin":[8,7.5,8]},"faces":{"north":{"uv":[5.5,2.5,5,3.5],"texture":"#1"},"south":{"uv":[5,2.5,5.5,3.5],"texture":"#1"},"up":{"uv":[4.5,7.5,4.25,8],"rotation":90,"texture":"#1"}}},{"from":[6.015,5.61,7.2475],"to":[8.52,10.615,8.7525],"rotation":{"angle":22.5,"axis":"z","origin":[8,7.5,8]},"faces":{"north":{"uv":[3.25,0,2,2.5],"texture":"#1"},"south":{"uv":[2,0,3.25,2.5],"texture":"#1"},"west":{"uv":[1.75,5.25,1,7.75],"texture":"#1"},"up":{"uv":[6.75,6,6,7.5],"rotation":90,"texture":"#1"}}},{"from":[2.4825,-7.2125,7.505],"to":[2.9725,-5.7225,8.495],"rotation":{"angle":22.5,"axis":"z","origin":[8,7.5,8]},"faces":{"north":{"uv":[4,6.5,4.25,7.25],"texture":"#1"},"east":{"uv":[4,5.75,4.5,6.5],"texture":"#1"},"south":{"uv":[4,6.5,4.25,7.25],"texture":"#1"}}},{"from":[13.0275,-7.2125,7.505],"to":[13.5175,-5.7225,8.495],"rotation":{"angle":-22.5,"axis":"z","origin":[8,7.5,8]},"faces":{"north":{"uv":[4.25,6.5,4,7.25],"texture":"#1"},"south":{"uv":[4.25,6.5,4,7.25],"texture":"#1"},"west":{"uv":[4.5,5.75,4,6.5],"texture":"#1"}}},{"from":[7,-10,7],"to":[9,-8,9],"rotation":{"angle":0,"axis":"y","origin":[8,7.5,8]},"faces":{"north":{"uv":[0,6.25,1,7.25],"texture":"#1"},"east":{"uv":[1,6.25,0,7.25],"texture":"#1"},"south":{"uv":[0,6.25,1,7.25],"texture":"#1"},"west":{"uv":[1,6.25,0,7.25],"texture":"#1"},"up":{"uv":[7.5,4,6.5,3],"rotation":90,"texture":"#1"},"down":{"uv":[8,1.5,7,2.5],"rotation":270,"texture":"#1"}}},{"from":[7.25,-11,7.25],"to":[8.75,-10,8.75],"rotation":{"angle":0,"axis":"y","origin":[8,7.5,8]},"faces":{"north":{"uv":[7,2.5,7.75,3],"texture":"#1"},"east":{"uv":[7.75,2.5,7,3],"texture":"#1"},"south":{"uv":[7,2.5,7.75,3],"texture":"#1"},"west":{"uv":[7.75,2.5,7,3],"texture":"#1"},"down":{"uv":[8.25,0,7.5,0.75],"rotation":270,"texture":"#1"}}},{"from":[7,8,6.75],"to":[9,10,7.25],"rotation":{"angle":0,"axis":"y","origin":[8,7.5,8]},"faces":{"north":{"uv":[4.5,7,5.5,8],"texture":"#1"},"east":{"uv":[0.5,7.25,0.75,8.25],"texture":"#1"},"west":{"uv":[0,7.25,0.25,8.25],"texture":"#1"},"up":{"uv":[0.5,8.25,0.25,7.25],"rotation":90,"texture":"#1"},"down":{"uv":[8.25,1.5,8,2.5],"rotation":270,"texture":"#1"}}},{"from":[7,8,8.75],"to":[9,10,9.25],"rotation":{"angle":0,"axis":"y","origin":[8,7.5,8]},"faces":{"east":{"uv":[0.75,7.25,0.5,8.25],"texture":"#1"},"south":{"uv":[5.5,7,4.5,8],"texture":"#1"},"west":{"uv":[0.25,7.25,0,8.25],"texture":"#1"},"up":{"uv":[0.25,8.25,0.5,7.25],"rotation":90,"texture":"#1"},"down":{"uv":[8,1.5,8.25,2.5],"rotation":270,"texture":"#1"}}},{"from":[7.4,0.4,7.4],"to":[8.6,1.1,8.6],"rotation":{"angle":0,"axis":"y","origin":[8,7.5,8]},"faces":{"north":{"uv":[7,4.25,7.5,4.5],"texture":"#1"},"east":{"uv":[7.5,4.25,7,4.5],"texture":"#1"},"south":{"uv":[7,4.25,7.5,4.5],"texture":"#1"},"west":{"uv":[7.5,4.25,7,4.5],"texture":"#1"},"up":{"uv":[7.25,5,6.75,4.5],"rotation":90,"texture":"#1"},"down":{"uv":[5,8,4.5,8.5],"rotation":270,"texture":"#1"}}},{"from":[7.4,-4.1,7.4],"to":[8.6,-3.4,8.6],"rotation":{"angle":0,"axis":"y","origin":[8,7.5,8]},"faces":{"north":{"uv":[7,4,7.5,4.25],"texture":"#1"},"east":{"uv":[7.5,4,7,4.25],"texture":"#1"},"south":{"uv":[7,4,7.5,4.25],"texture":"#1"},"west":{"uv":[7.5,4,7,4.25],"texture":"#1"},"up":{"uv":[7.25,5.5,6.75,5],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,8,5,8.5],"rotation":270,"texture":"#1"}}},{"from":[6.745,17.745,6.995],"to":[9.245,20.245,7.005],"rotation":{"angle":0,"axis":"y","origin":[8,7.5,8]},"faces":{"north":{"uv":[5.5,1.5,7,3],"texture":"#1"}}},{"from":[6.745,17.745,8.995],"to":[9.255,20.255,9.005],"rotation":{"angle":0,"axis":"y","origin":[8,7.5,8]},"faces":{"south":{"uv":[5.5,1.5,7,3],"texture":"#1"}}},{"from":[5.74,14.4225,7.75],"to":[6.79,15.6725,8.25],"rotation":{"angle":-22.5,"axis":"z","origin":[8,7.5,8]},"faces":{"north":{"uv":[6.5,4,7,4.5],"texture":"#1"},"south":{"uv":[7,4,6.5,4.5],"texture":"#1"},"down":{"uv":[4.5,7,4.25,7.5],"rotation":270,"texture":"#1"}}},{"from":[9.21,14.4225,7.75],"to":[10.26,15.6725,8.25],"rotation":{"angle":22.5,"axis":"z","origin":[8,7.5,8]},"faces":{"north":{"uv":[7,4,6.5,4.5],"texture":"#1"},"south":{"uv":[6.5,4,7,4.5],"texture":"#1"},"down":{"uv":[4.5,7.5,4.25,7],"rotation":270,"texture":"#1"}}},{"from":[-1.6,2.95,8],"to":[6.4,10.95,8.01],"rotation":{"angle":0,"axis":"x","origin":[8,7.5,8]},"faces":{"north":{"uv":[0,0,16,16],"rotation":90,"texture":"#2"},"south":{"uv":[16,0,0,16],"rotation":270,"texture":"#2"}}},{"from":[9.6,2.95,8],"to":[17.6,10.95,8.01],"rotation":{"angle":0,"axis":"x","origin":[8,7.5,8]},"faces":{"north":{"uv":[0,16,16,0],"rotation":90,"texture":"#2"},"south":{"uv":[16,16,0,0],"rotation":270,"texture":"#2"}}},{"from":[8.35,10.95,8],"to":[11.6,15.45,8.01],"rotation":{"angle":0,"axis":"x","origin":[8,7.5,8]},"faces":{"north":{"uv":[6,9,16,16],"rotation":90,"texture":"#3"},"south":{"uv":[6,16,16,9],"rotation":90,"texture":"#3"}}},{"from":[4.4,10.95,8],"to":[7.65,15.45,8.01],"rotation":{"angle":0,"axis":"x","origin":[8,7.5,8]},"faces":{"north":{"uv":[6,16,16,9],"rotation":90,"texture":"#3"},"south":{"uv":[6,9,16,16],"rotation":90,"texture":"#3"}}},{"from":[-0.5,20.5,8],"to":[7.5,30.5,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,7.5,8]},"faces":{"north":{"uv":[8,0,0,10],"texture":"#0"},"south":{"uv":[0,0,8,10],"texture":"#0"}}},{"from":[0.5,20.5,8],"to":[16.5,30.5,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,7.5,8]},"faces":{"north":{"uv":[0,0,16,10],"texture":"#0"},"south":{"uv":[16,0,0,10],"texture":"#0"}}},{"from":[5.3025,-3.2125,8],"to":[6.8025,0.7875,8],"rotation":{"angle":22.5,"axis":"z","origin":[8,7.5,8]},"faces":{"north":{"uv":[3.25,5.75,2.5,7.75],"texture":"#1"},"south":{"uv":[2.5,5.75,3.25,7.75],"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[-5,100,0],"translation":[0,9.75,0.25],"scale":[1.35,1.35,1.35]},"thirdperson_lefthand":{"rotation":[-5,100,0],"translation":[0,9.75,0.25],"scale":[1.35,1.35,1.35]},"firstperson_righthand":{"rotation":[0,95,-5],"translation":[0.5,3,0],"scale":[0.8,0.8,0.8]},"firstperson_lefthand":{"rotation":[0,95,-5],"translation":[0.5,3,0],"scale":[0.8,0.8,0.8]},"gui":{"rotation":[-20,160,40],"translation":[0,1,0],"scale":[0.65,0.65,0.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/azure_staff.json b/assets/minecraft/models/item/wynn/skin/wand/azure_staff.json new file mode 100644 index 000000000..7d1ef5663 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/azure_staff.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/azure/azure_staff","1":"skins/azure/azure_insence_3"},"elements":[{"from":[7.35,-11,7.35],"to":[8.65,21,8.65],"faces":{"north":{"uv":[0,0,0.75,16],"texture":"#0"},"east":{"uv":[0.75,0,0,16],"texture":"#0"},"south":{"uv":[0,0,0.75,16],"texture":"#0"},"west":{"uv":[0.75,0,0,16],"texture":"#0"},"down":{"uv":[2.25,0,1.5,0.75],"texture":"#0"}}},{"from":[7.35,21,7.35],"to":[8.65,31,8.65],"faces":{"north":{"uv":[0.75,0,1.5,5],"texture":"#0"},"east":{"uv":[1.5,0,0.75,5],"texture":"#0"},"south":{"uv":[0.75,0,1.5,5],"texture":"#0"},"west":{"uv":[1.5,0,0.75,5],"texture":"#0"},"up":{"uv":[2.25,1.5,1.5,0.75],"texture":"#0"}}},{"from":[7.15,-5.1,7.15],"to":[8.85,-3.9,8.85],"faces":{"north":{"uv":[1.5,1.5,2.25,2],"texture":"#0"},"east":{"uv":[2.25,1.5,1.5,2],"texture":"#0"},"south":{"uv":[1.5,1.5,2.25,2],"texture":"#0"},"west":{"uv":[2.25,1.5,1.5,2],"texture":"#0"},"up":{"uv":[3,1.5,2.25,0.75],"texture":"#0"},"down":{"uv":[3,0,2.25,0.75],"texture":"#0"}}},{"from":[7.15,23.9,7.15],"to":[8.85,25.1,8.85],"faces":{"north":{"uv":[1.5,1.5,2.25,2],"texture":"#0"},"east":{"uv":[2.25,1.5,1.5,2],"texture":"#0"},"south":{"uv":[1.5,1.5,2.25,2],"texture":"#0"},"west":{"uv":[2.25,1.5,1.5,2],"texture":"#0"},"up":{"uv":[3,1.5,2.25,0.75],"texture":"#0"},"down":{"uv":[3,0,2.25,0.75],"texture":"#0"}}},{"from":[8,-3.5,4],"to":[8,12.5,8],"rotation":{"angle":0,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[0,0,0,16],"texture":"#1"},"east":{"uv":[12,0,8,16],"texture":"#1"},"south":{"uv":[0,0,0,16],"texture":"#1"},"west":{"uv":[8,0,12,16],"texture":"#1"},"up":{"uv":[0,8,0,0],"texture":"#1"},"down":{"uv":[0,0,0,8],"texture":"#1"}}},{"from":[8,-7,8],"to":[8,9,12],"rotation":{"angle":22.5,"axis":"y","origin":[8,-1,8]},"faces":{"north":{"uv":[0,0,0,16],"texture":"#1"},"east":{"uv":[16,0,12,16],"texture":"#1"},"south":{"uv":[0,0,0,16],"texture":"#1"},"west":{"uv":[12,0,16,16],"texture":"#1"},"up":{"uv":[0,8,0,0],"texture":"#1"},"down":{"uv":[0,0,0,8],"texture":"#1"}}},{"from":[8,10.5,4],"to":[8,26.5,8],"rotation":{"angle":22.5,"axis":"y","origin":[8,16.5,8]},"faces":{"north":{"uv":[0,0,0,16],"texture":"#1"},"east":{"uv":[4,16,0,0],"texture":"#1"},"south":{"uv":[0,0,0,16],"texture":"#1"},"west":{"uv":[0,16,4,0],"texture":"#1"},"up":{"uv":[0,8,0,0],"texture":"#1"},"down":{"uv":[0,0,0,8],"texture":"#1"}}},{"from":[8,7,8],"to":[8,23,12],"rotation":{"angle":0,"axis":"y","origin":[8,13,8]},"faces":{"north":{"uv":[0,0,0,16],"texture":"#1"},"east":{"uv":[8,16,4,0],"texture":"#1"},"south":{"uv":[0,0,0,16],"texture":"#1"},"west":{"uv":[4,16,8,0],"texture":"#1"},"up":{"uv":[0,8,0,0],"texture":"#1"},"down":{"uv":[0,0,0,8],"texture":"#1"}}},{"from":[7.25,7.15,7.25],"to":[8.75,12.85,8.75],"faces":{"north":{"uv":[1.5,5,0.75,7.75],"texture":"#0"},"east":{"uv":[0.75,5,1.5,7.75],"texture":"#0"},"south":{"uv":[1.5,5,0.75,7.75],"texture":"#0"},"west":{"uv":[0.75,5,1.5,7.75],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[-5,15,0],"translation":[-1,-5,2],"scale":[1.4,1.4,1.4]},"thirdperson_lefthand":{"rotation":[-5,15,0],"translation":[-1,-5,2],"scale":[1.4,1.4,1.4]},"firstperson_righthand":{"rotation":[-15,-5,0],"translation":[5,-5,0]},"firstperson_lefthand":{"rotation":[-15,-5,0],"translation":[5,-5,0]},"gui":{"rotation":[10,40,-30],"translation":[0,-1,0],"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/bob_wand.json b/assets/minecraft/models/item/wynn/skin/wand/bob_wand.json new file mode 100644 index 000000000..4e319f072 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/bob_wand.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/character/bob_wand","1":"skins/character/bob_wand_wynnic"},"elements":[{"from":[7.246,-7.004,7.246],"to":[8.754,15.004,8.754],"rotation":{"angle":0,"axis":"y","origin":[9,-5,9]},"faces":{"north":{"uv":[1.75,0,1,11.25],"texture":"#0"},"east":{"uv":[0,0,0.75,11.25],"texture":"#0"},"south":{"uv":[1.75,0,1,11.25],"texture":"#0"},"west":{"uv":[0,0,0.75,11.25],"texture":"#0"}}},{"from":[6.25,3.7,7.75],"to":[7.1,5.95,8.25],"rotation":{"angle":22.5,"axis":"z","origin":[7.1,6.2,9]},"faces":{"north":{"uv":[2.5,10,3,11],"texture":"#0"},"south":{"uv":[3,10,2.5,11],"texture":"#0"},"west":{"uv":[6.5,10.5,6.75,11.5],"texture":"#0"}}},{"from":[6.752,13.502,7.252],"to":[7.248,15.598,8.748],"rotation":{"angle":0,"axis":"z","origin":[7.5,10.6,9]},"faces":{"north":{"uv":[10.5,7.5,10.75,8.5],"texture":"#0"},"south":{"uv":[10.75,7.5,10.5,8.5],"texture":"#0"},"west":{"uv":[3,9.5,3.75,10.5],"texture":"#0"}}},{"from":[7.8,15,7.25],"to":[8.3,16,8.75],"rotation":{"angle":22.5,"axis":"z","origin":[8.55,12.1,9]},"faces":{"north":{"uv":[11,2.5,11.25,3],"texture":"#0"},"south":{"uv":[11.25,2.5,11,3],"texture":"#0"},"west":{"uv":[10,10,10.75,10.5],"texture":"#0"}}},{"from":[8.448,16.248,7.248],"to":[8.952,17.252,8.752],"rotation":{"angle":45,"axis":"z","origin":[9.2,13.35,9]},"faces":{"north":{"uv":[3,11,3.25,11.5],"texture":"#0"},"south":{"uv":[3.25,11,3,11.5],"texture":"#0"},"west":{"uv":[3,10.5,3.75,11],"texture":"#0"}}},{"from":[5.5,13.95,7.25],"to":[6.5,14.45,8.75],"rotation":{"angle":-22.5,"axis":"z","origin":[9.4,14.7,9]},"faces":{"north":{"uv":[11,3,11.5,3.25],"texture":"#0"},"south":{"uv":[11.5,3,11,3.25],"texture":"#0"},"down":{"uv":[4.75,10.5,4,11],"rotation":270,"texture":"#0"}}},{"from":[6.398,5.648,7.748],"to":[7.252,7.902,8.252],"rotation":{"angle":0,"axis":"z","origin":[6.5,9.85,9]},"faces":{"north":{"uv":[7.5,7,8,8],"texture":"#0"},"south":{"uv":[8,7,7.5,8],"texture":"#0"},"west":{"uv":[10,3.75,10.25,4.75],"texture":"#0"}}},{"from":[8.9,3.7,7.75],"to":[9.75,5.95,8.25],"rotation":{"angle":-22.5,"axis":"z","origin":[8.9,6.2,9]},"faces":{"north":{"uv":[3,10,2.5,11],"texture":"#0"},"east":{"uv":[6.75,10.5,6.5,11.5],"texture":"#0"},"south":{"uv":[2.5,10,3,11],"texture":"#0"}}},{"from":[8.748,5.648,7.748],"to":[9.602,7.902,8.252],"rotation":{"angle":0,"axis":"z","origin":[9.5,9.85,9]},"faces":{"north":{"uv":[8,7,7.5,8],"texture":"#0"},"east":{"uv":[10.25,3.75,10,4.75],"texture":"#0"},"south":{"uv":[7.5,7,8,8],"texture":"#0"}}},{"from":[5.65,7.6,7.75],"to":[6.5,9.1,8.25],"rotation":{"angle":22.5,"axis":"z","origin":[6.5,9.85,9]},"faces":{"north":{"uv":[10,7.5,10.5,8.25],"texture":"#0"},"south":{"uv":[10.5,7.5,10,8.25],"texture":"#0"},"west":{"uv":[10,10.5,10.25,11.25],"texture":"#0"}}},{"from":[4.448,8.648,7.748],"to":[6.302,14.752,8.252],"rotation":{"angle":-22.5,"axis":"z","origin":[6.5,9.85,9]},"faces":{"north":{"uv":[1.75,6,2.75,8.75],"texture":"#0"},"south":{"uv":[2.75,6,1.75,8.75],"texture":"#0"},"west":{"uv":[2,10,2.25,12.75],"texture":"#0"},"down":{"uv":[10.75,10.5,10.5,11.25],"rotation":270,"texture":"#0"}}},{"from":[5.252,9.052,7.752],"to":[6.348,10.048,8.248],"rotation":{"angle":45,"axis":"z","origin":[6.5,9.85,9]},"faces":{"north":{"uv":[7,10.5,7.5,11],"texture":"#0"},"south":{"uv":[7.5,10.5,7,11],"texture":"#0"},"west":{"uv":[11,2,11.25,2.5],"texture":"#0"}}},{"from":[3.846,9.146,7.746],"to":[5.254,10.154,8.254],"rotation":{"angle":0,"axis":"y","origin":[6.45,11.85,8]},"faces":{"north":{"uv":[10,8.5,10.75,9],"texture":"#0"},"south":{"uv":[10.75,8.5,10,9],"texture":"#0"},"down":{"uv":[11.25,0,11,0.75],"rotation":270,"texture":"#0"}}},{"from":[5.694,8.094,7.744],"to":[6.556,10.506,8.256],"rotation":{"angle":-45,"axis":"z","origin":[6.45,11.85,8]},"faces":{"north":{"uv":[5,10,5.5,11],"texture":"#0"},"south":{"uv":[5.5,10,5,11],"texture":"#0"},"west":{"uv":[7.5,10.5,7.75,11.5],"texture":"#0"},"down":{"uv":[2.75,11,2.5,11.5],"rotation":270,"texture":"#0"}}},{"from":[6.35,18.1,7.75],"to":[7.2,19.5,8.25],"rotation":{"angle":22.5,"axis":"z","origin":[6.45,15.75,8]},"faces":{"north":{"uv":[3.75,11.25,4.25,12],"rotation":180,"texture":"#0"},"east":{"uv":[4.5,11.25,4.75,12],"rotation":180,"texture":"#0"},"south":{"uv":[4.25,11.25,3.75,12],"rotation":180,"texture":"#0"},"up":{"uv":[4.25,12,4,12.5],"rotation":90,"texture":"#0"}}},{"from":[8.198,17.598,7.748],"to":[8.702,19.202,8.252],"rotation":{"angle":45,"axis":"z","origin":[7.95,15.75,8]},"faces":{"north":{"uv":[4.75,11.25,5,12.25],"rotation":180,"texture":"#0"},"east":{"uv":[5,11.25,5.25,12.25],"rotation":180,"texture":"#0"},"south":{"uv":[5,11.25,4.75,12.25],"rotation":180,"texture":"#0"}}},{"from":[3.72,17.815,7.74],"to":[4.24,18.335,8.26],"rotation":{"angle":-22.5,"axis":"z","origin":[6.45,15.75,8]},"faces":{"north":{"uv":[4.25,12,4.5,12.25],"rotation":180,"texture":"#0"},"south":{"uv":[4.5,12,4.25,12.25],"rotation":180,"texture":"#0"},"west":{"uv":[4.25,11.75,4.5,12],"rotation":180,"texture":"#0"}}},{"from":[8.8,18.1,7.75],"to":[9.65,19.5,8.25],"rotation":{"angle":-22.5,"axis":"z","origin":[9.55,15.75,8]},"faces":{"north":{"uv":[4.25,11.25,3.75,12],"rotation":180,"texture":"#0"},"south":{"uv":[3.75,11.25,4.25,12],"rotation":180,"texture":"#0"},"west":{"uv":[4.75,11.25,4.5,12],"rotation":180,"texture":"#0"},"up":{"uv":[4.25,12.5,4,12],"rotation":90,"texture":"#0"}}},{"from":[11.76,17.815,7.74],"to":[12.28,18.335,8.26],"rotation":{"angle":22.5,"axis":"z","origin":[9.55,15.75,8]},"faces":{"north":{"uv":[4.5,12,4.25,12.25],"rotation":180,"texture":"#0"},"east":{"uv":[4.5,11.75,4.25,12],"rotation":180,"texture":"#0"},"south":{"uv":[4.25,12,4.5,12.25],"rotation":180,"texture":"#0"}}},{"from":[7.298,17.598,7.748],"to":[7.802,19.202,8.252],"rotation":{"angle":-45,"axis":"z","origin":[8.05,15.75,8]},"faces":{"north":{"uv":[5,11.25,4.75,12.25],"rotation":180,"texture":"#0"},"south":{"uv":[4.75,11.25,5,12.25],"rotation":180,"texture":"#0"},"west":{"uv":[5.25,11.25,5,12.25],"rotation":180,"texture":"#0"}}},{"from":[6.05,12.95,7.75],"to":[6.8,15.35,8.25],"rotation":{"angle":0,"axis":"z","origin":[6.45,11.7,8]},"faces":{"north":{"uv":[6,10.5,6.25,11.75],"texture":"#0"},"south":{"uv":[6.25,10.5,6,11.75],"texture":"#0"},"west":{"uv":[10.5,5.5,10.75,6.75],"texture":"#0"}}},{"from":[7.196,14.496,7.746],"to":[7.954,15.004,8.254],"rotation":{"angle":22.5,"axis":"z","origin":[6.45,11.7,8]},"faces":{"north":{"uv":[4.5,11,4.75,11.25],"texture":"#0"},"south":{"uv":[4.75,11,4.5,11.25],"texture":"#0"},"west":{"uv":[4,11,4.25,11.25],"texture":"#0"}}},{"from":[8.398,14.148,7.748],"to":[8.902,14.852,8.252],"rotation":{"angle":45,"axis":"z","origin":[6.45,11.7,8]},"faces":{"north":{"uv":[5,11,5.25,11.25],"texture":"#0"},"south":{"uv":[5.25,11,5,11.25],"texture":"#0"},"west":{"uv":[11,4.5,11.25,4.75],"texture":"#0"}}},{"from":[4.002,14.702,7.752],"to":[4.498,15.198,8.248],"rotation":{"angle":-22.5,"axis":"z","origin":[6.45,11.7,8]},"faces":{"north":{"uv":[11,5,11.25,5.25],"texture":"#0"},"south":{"uv":[11.25,5,11,5.25],"texture":"#0"},"down":{"uv":[11.25,5.5,11,5.75],"rotation":270,"texture":"#0"}}},{"from":[5.248,9.748,7.248],"to":[6.252,14.852,8.752],"rotation":{"angle":-22.5,"axis":"z","origin":[6.5,9.85,9]},"faces":{"north":{"uv":[5,7.5,5.5,10],"texture":"#0"},"south":{"uv":[5.5,7.5,5,10],"texture":"#0"},"west":{"uv":[3,6,3.75,8.5],"texture":"#0"},"down":{"uv":[9.75,10,9,10.5],"rotation":270,"texture":"#0"}}},{"from":[6.3,9.1,7.25],"to":[8.9,11.1,8.75],"rotation":{"angle":45,"axis":"z","origin":[6.5,9.85,9]},"faces":{"north":{"uv":[7.5,6,8.75,7],"texture":"#0"},"south":{"uv":[8.75,6,7.5,7],"texture":"#0"},"west":{"uv":[5.5,9.5,6.25,10.5],"texture":"#0"}}},{"from":[6.498,7.348,7.248],"to":[7.352,9.352,8.752],"rotation":{"angle":22.5,"axis":"z","origin":[6.5,9.85,9]},"faces":{"north":{"uv":[10,6,10.5,7],"texture":"#0"},"south":{"uv":[10.5,6,10,7],"texture":"#0"},"west":{"uv":[4,9.5,4.75,10.5],"texture":"#0"}}},{"from":[2.75,14.1,7.65],"to":[3.8,15.35,8.4],"rotation":{"angle":22.5,"axis":"z","origin":[3.5,14.8,8]},"faces":{"north":{"uv":[8,10.5,8.5,11],"texture":"#0"},"east":{"uv":[3.5,11,3.75,11.5],"texture":"#0"},"south":{"uv":[8.5,10.5,8,11],"texture":"#0"},"west":{"uv":[11,3.5,11.25,4],"texture":"#0"}}},{"from":[2.6,14.65,7.4],"to":[4.05,15.55,8.65],"rotation":{"angle":-22.5,"axis":"z","origin":[3.5,14.8,8]},"faces":{"north":{"uv":[10.5,4,11.25,4.5],"texture":"#0"},"east":{"uv":[9,10.5,9.5,11],"texture":"#0"},"south":{"uv":[11.25,4,10.5,4.5],"texture":"#0"},"west":{"uv":[10.5,9,11,9.5],"texture":"#0"},"down":{"uv":[11,4.5,10.5,5.25],"rotation":270,"texture":"#0"}}},{"from":[3.848,14.348,7.398],"to":[4.752,15.902,8.652],"rotation":{"angle":45,"axis":"z","origin":[3.5,14.8,8]},"faces":{"north":{"uv":[5.5,10.5,6,11.25],"texture":"#0"},"south":{"uv":[6,10.5,5.5,11.25],"texture":"#0"},"up":{"uv":[10,11,9.5,10.5],"rotation":90,"texture":"#0"},"down":{"uv":[11,9.5,10.5,10],"rotation":270,"texture":"#0"}}},{"from":[3.468,13.778,7.648],"to":[4.202,14.532,8.402],"rotation":{"angle":-22.5,"axis":"z","origin":[3.5,14.8,8]},"faces":{"north":{"uv":[11,6.5,11.25,6.75],"texture":"#0"},"east":{"uv":[11,6,11.25,6.25],"texture":"#0"},"south":{"uv":[11.25,6.5,11,6.75],"texture":"#0"},"down":{"uv":[7.25,11,7,11.25],"rotation":270,"texture":"#0"}}},{"from":[3.598,15.948,6.998],"to":[5.602,17.452,9.002],"rotation":{"angle":0,"axis":"z","origin":[4.6,15.95,9]},"faces":{"north":{"uv":[9.5,9,10.5,9.75],"texture":"#0"},"south":{"uv":[10.5,9,9.5,9.75],"texture":"#0"},"west":{"uv":[6.5,9.5,7.5,10.25],"texture":"#0"}}},{"from":[3.516,17.056,6.996],"to":[5.554,18.634,9.004],"rotation":{"angle":-22.5,"axis":"z","origin":[4.55,17.05,9]},"faces":{"north":{"uv":[10,1,11,1.7875],"texture":"#0"},"south":{"uv":[11,1,10,1.7875],"texture":"#0"},"west":{"uv":[10,0,11,0.75],"texture":"#0"},"up":{"uv":[8,1,9,0],"rotation":90,"texture":"#0"}}},{"from":[3.9,15.4,7],"to":[5.9,16.4,9],"rotation":{"angle":22.5,"axis":"z","origin":[4.9,15.4,9]},"faces":{"north":{"uv":[7.5,10,8.5,10.5],"texture":"#0"},"south":{"uv":[8.5,10,7.5,10.5],"texture":"#0"},"west":{"uv":[10,7,11,7.5],"texture":"#0"},"down":{"uv":[9,1,8,2],"rotation":270,"texture":"#0"}}},{"from":[4.902,15.402,7.002],"to":[6.898,17.398,8.998],"rotation":{"angle":0,"axis":"z","origin":[6.9,15.4,9]},"faces":{"north":{"uv":[8,2,9,3],"texture":"#0"},"south":{"uv":[9,2,8,3],"texture":"#0"},"down":{"uv":[9,3,8,4],"rotation":270,"texture":"#0"}}},{"from":[4.794,14.244,6.994],"to":[7.906,16.756,9.006],"rotation":{"angle":-22.5,"axis":"z","origin":[8.9,14.25,9]},"faces":{"north":{"uv":[4,6,5.5,7.25],"texture":"#0"},"south":{"uv":[5.5,6,4,7.25],"texture":"#0"},"up":{"uv":[7,1.5,8,0],"rotation":90,"texture":"#0"},"down":{"uv":[8,1.5,7,3],"rotation":270,"texture":"#0"}}},{"from":[6.35,-11.85,7.25],"to":[7.85,-6.35,8.75],"rotation":{"angle":-22.5,"axis":"z","origin":[6.5,-8.85,9]},"faces":{"north":{"uv":[6.5,6,7.25,8.5],"texture":"#0"},"south":{"uv":[7.25,6,6.5,8.5],"texture":"#0"},"west":{"uv":[5.5,6,6.25,8.5],"texture":"#0"},"down":{"uv":[10.75,2,10,2.75],"rotation":270,"texture":"#0"}}},{"from":[7.85,-11.85,7.25],"to":[9.35,-7.6,8.75],"rotation":{"angle":-22.5,"axis":"z","origin":[6.5,-8.85,9]},"faces":{"north":{"uv":[4,7.5,4.75,9.5],"texture":"#0"},"south":{"uv":[4.75,7.5,4,9.5],"texture":"#0"},"down":{"uv":[10.75,3,10,3.75],"rotation":270,"texture":"#0"}}},{"from":[6.35,-12.85,7.75],"to":[10,-11.85,8.25],"rotation":{"angle":-22.5,"axis":"z","origin":[6.5,-8.85,9]},"faces":{"north":{"uv":[7,5.25,8.75,5.75],"texture":"#0"},"south":{"uv":[8.75,5.25,7,5.75],"texture":"#0"},"west":{"uv":[11,1.25,11.25,1.75],"texture":"#0"},"down":{"uv":[8.75,10,8.5,11.75],"rotation":270,"texture":"#0"}}},{"from":[6,-12.85,7.75],"to":[9.65,-11.85,8.25],"rotation":{"angle":22.5,"axis":"z","origin":[9.5,-8.85,9]},"faces":{"north":{"uv":[8.75,5.25,7,5.75],"texture":"#0"},"east":{"uv":[11.25,1.25,11,1.75],"texture":"#0"},"south":{"uv":[7,5.25,8.75,5.75],"texture":"#0"},"down":{"uv":[8.75,11.75,8.5,10],"rotation":270,"texture":"#0"}}},{"from":[8.752,13.502,7.252],"to":[9.248,15.598,8.748],"rotation":{"angle":0,"axis":"y","origin":[8.5,10.6,9]},"faces":{"north":{"uv":[10.75,7.5,10.5,8.5],"texture":"#0"},"east":{"uv":[3.75,9.5,3,10.5],"texture":"#0"},"south":{"uv":[10.5,7.5,10.75,8.5],"texture":"#0"}}},{"from":[7.7,15,7.25],"to":[8.2,16,8.75],"rotation":{"angle":-22.5,"axis":"z","origin":[7.45,12.1,9]},"faces":{"north":{"uv":[11.25,2.5,11,3],"texture":"#0"},"east":{"uv":[10.75,10,10,10.5],"texture":"#0"},"south":{"uv":[11,2.5,11.25,3],"texture":"#0"}}},{"from":[7.048,16.248,7.248],"to":[7.552,17.252,8.752],"rotation":{"angle":-45,"axis":"z","origin":[6.8,13.35,9]},"faces":{"north":{"uv":[3.25,11,3,11.5],"texture":"#0"},"east":{"uv":[3.75,10.5,3,11],"texture":"#0"},"south":{"uv":[3,11,3.25,11.5],"texture":"#0"}}},{"from":[9.5,13.95,7.25],"to":[10.5,14.45,8.75],"rotation":{"angle":22.5,"axis":"z","origin":[6.6,14.7,9]},"faces":{"north":{"uv":[11.5,3,11,3.25],"texture":"#0"},"south":{"uv":[11,3,11.5,3.25],"texture":"#0"},"down":{"uv":[4.75,11,4,10.5],"rotation":270,"texture":"#0"}}},{"from":[9.5,7.6,7.75],"to":[10.35,9.1,8.25],"rotation":{"angle":-22.5,"axis":"z","origin":[9.5,9.85,9]},"faces":{"north":{"uv":[10.5,7.5,10,8.25],"texture":"#0"},"east":{"uv":[10.25,10.5,10,11.25],"texture":"#0"},"south":{"uv":[10,7.5,10.5,8.25],"texture":"#0"}}},{"from":[9.698,8.648,7.748],"to":[11.552,14.752,8.252],"rotation":{"angle":22.5,"axis":"z","origin":[9.5,9.85,9]},"faces":{"north":{"uv":[2.75,6,1.75,8.75],"texture":"#0"},"east":{"uv":[2.25,10,2,12.75],"texture":"#0"},"south":{"uv":[1.75,6,2.75,8.75],"texture":"#0"},"down":{"uv":[10.75,11.25,10.5,10.5],"rotation":270,"texture":"#0"}}},{"from":[9.652,9.052,7.752],"to":[10.748,10.048,8.248],"rotation":{"angle":-45,"axis":"z","origin":[9.5,9.85,9]},"faces":{"north":{"uv":[7.5,10.5,7,11],"texture":"#0"},"east":{"uv":[11.25,2,11,2.5],"texture":"#0"},"south":{"uv":[7,10.5,7.5,11],"texture":"#0"}}},{"from":[10.746,9.146,7.746],"to":[12.154,10.154,8.254],"rotation":{"angle":0,"axis":"y","origin":[9.55,11.85,8]},"faces":{"north":{"uv":[10.75,8.5,10,9],"texture":"#0"},"south":{"uv":[10,8.5,10.75,9],"texture":"#0"},"down":{"uv":[11.25,0.75,11,0],"rotation":270,"texture":"#0"}}},{"from":[9.444,8.094,7.744],"to":[10.306,10.506,8.256],"rotation":{"angle":45,"axis":"z","origin":[9.55,11.85,8]},"faces":{"north":{"uv":[5.5,10,5,11],"texture":"#0"},"east":{"uv":[7.75,10.5,7.5,11.5],"texture":"#0"},"south":{"uv":[5,10,5.5,11],"texture":"#0"},"down":{"uv":[2.75,11.5,2.5,11],"rotation":270,"texture":"#0"}}},{"from":[9.2,12.95,7.75],"to":[9.95,15.35,8.25],"rotation":{"angle":0,"axis":"y","origin":[9.55,11.7,8]},"faces":{"north":{"uv":[6.25,10.5,6,11.75],"texture":"#0"},"east":{"uv":[10.75,5.5,10.5,6.75],"texture":"#0"},"south":{"uv":[6,10.5,6.25,11.75],"texture":"#0"}}},{"from":[8.046,14.496,7.746],"to":[8.804,15.004,8.254],"rotation":{"angle":-22.5,"axis":"z","origin":[9.55,11.7,8]},"faces":{"north":{"uv":[4.75,11,4.5,11.25],"texture":"#0"},"east":{"uv":[4.25,11,4,11.25],"texture":"#0"},"south":{"uv":[4.5,11,4.75,11.25],"texture":"#0"}}},{"from":[7.098,14.148,7.748],"to":[7.602,14.852,8.252],"rotation":{"angle":-45,"axis":"z","origin":[9.55,11.7,8]},"faces":{"north":{"uv":[5.25,11,5,11.25],"texture":"#0"},"east":{"uv":[11.25,4.5,11,4.75],"texture":"#0"},"south":{"uv":[5,11,5.25,11.25],"texture":"#0"}}},{"from":[11.502,14.702,7.752],"to":[11.998,15.198,8.248],"rotation":{"angle":22.5,"axis":"z","origin":[9.55,11.7,8]},"faces":{"north":{"uv":[11.25,5,11,5.25],"texture":"#0"},"south":{"uv":[11,5,11.25,5.25],"texture":"#0"},"down":{"uv":[11.25,5.75,11,5.5],"rotation":270,"texture":"#0"}}},{"from":[9.748,9.748,7.248],"to":[10.752,14.852,8.752],"rotation":{"angle":22.5,"axis":"z","origin":[9.5,9.85,9]},"faces":{"north":{"uv":[5.5,7.5,5,10],"texture":"#0"},"east":{"uv":[3.75,6,3,8.5],"texture":"#0"},"south":{"uv":[5,7.5,5.5,10],"texture":"#0"},"down":{"uv":[9.75,10.5,9,10],"rotation":270,"texture":"#0"}}},{"from":[7.1,9.1,7.25],"to":[9.7,11.1,8.75],"rotation":{"angle":-45,"axis":"z","origin":[9.5,9.85,9]},"faces":{"north":{"uv":[8.75,6,7.5,7],"texture":"#0"},"east":{"uv":[6.25,9.5,5.5,10.5],"texture":"#0"},"south":{"uv":[7.5,6,8.75,7],"texture":"#0"}}},{"from":[8.648,7.348,7.248],"to":[9.502,9.352,8.752],"rotation":{"angle":-22.5,"axis":"z","origin":[9.5,9.85,9]},"faces":{"north":{"uv":[10.5,6,10,7],"texture":"#0"},"east":{"uv":[4.75,9.5,4,10.5],"texture":"#0"},"south":{"uv":[10,6,10.5,7],"texture":"#0"}}},{"from":[12.2,14.1,7.65],"to":[13.25,15.35,8.4],"rotation":{"angle":-22.5,"axis":"z","origin":[12.5,14.8,8]},"faces":{"north":{"uv":[8.5,10.5,8,11],"texture":"#0"},"east":{"uv":[11.25,3.5,11,4],"texture":"#0"},"south":{"uv":[8,10.5,8.5,11],"texture":"#0"},"west":{"uv":[3.75,11,3.5,11.5],"texture":"#0"}}},{"from":[11.95,14.65,7.4],"to":[13.4,15.55,8.65],"rotation":{"angle":22.5,"axis":"z","origin":[12.5,14.8,8]},"faces":{"north":{"uv":[11.25,4,10.5,4.5],"texture":"#0"},"east":{"uv":[11,9,10.5,9.5],"texture":"#0"},"south":{"uv":[10.5,4,11.25,4.5],"texture":"#0"},"west":{"uv":[9.5,10.5,9,11],"texture":"#0"},"down":{"uv":[11,5.25,10.5,4.5],"rotation":270,"texture":"#0"}}},{"from":[11.248,14.348,7.398],"to":[12.152,15.902,8.652],"rotation":{"angle":-45,"axis":"z","origin":[12.5,14.8,8]},"faces":{"north":{"uv":[6,10.5,5.5,11.25],"texture":"#0"},"south":{"uv":[5.5,10.5,6,11.25],"texture":"#0"},"up":{"uv":[10,10.5,9.5,11],"rotation":90,"texture":"#0"},"down":{"uv":[11,10,10.5,9.5],"rotation":270,"texture":"#0"}}},{"from":[11.798,13.778,7.648],"to":[12.532,14.532,8.402],"rotation":{"angle":22.5,"axis":"z","origin":[12.5,14.8,8]},"faces":{"north":{"uv":[11.25,6.5,11,6.75],"texture":"#0"},"south":{"uv":[11,6.5,11.25,6.75],"texture":"#0"},"west":{"uv":[11.25,6,11,6.25],"texture":"#0"},"down":{"uv":[7.25,11.25,7,11],"rotation":270,"texture":"#0"}}},{"from":[10.398,15.948,6.998],"to":[12.402,17.452,9.002],"rotation":{"angle":0,"axis":"y","origin":[11.4,15.95,9]},"faces":{"north":{"uv":[10.5,9,9.5,9.75],"texture":"#0"},"east":{"uv":[7.5,9.5,6.5,10.25],"texture":"#0"},"south":{"uv":[9.5,9,10.5,9.75],"texture":"#0"}}},{"from":[10.446,17.056,6.996],"to":[12.484,18.634,9.004],"rotation":{"angle":22.5,"axis":"z","origin":[11.45,17.05,9]},"faces":{"north":{"uv":[11,1,10,1.7875],"texture":"#0"},"east":{"uv":[11,0,10,0.75],"texture":"#0"},"south":{"uv":[10,1,11,1.7875],"texture":"#0"},"up":{"uv":[9,0,8,1],"rotation":90,"texture":"#0"}}},{"from":[10.1,15.4,7],"to":[12.1,16.4,9],"rotation":{"angle":-22.5,"axis":"z","origin":[11.1,15.4,9]},"faces":{"north":{"uv":[8.5,10,7.5,10.5],"texture":"#0"},"east":{"uv":[11,7,10,7.5],"texture":"#0"},"south":{"uv":[7.5,10,8.5,10.5],"texture":"#0"},"down":{"uv":[9,2,8,1],"rotation":270,"texture":"#0"}}},{"from":[9.102,15.402,7.002],"to":[11.098,17.398,8.998],"rotation":{"angle":0,"axis":"y","origin":[9.1,15.4,9]},"faces":{"north":{"uv":[9,2,8,3],"texture":"#0"},"south":{"uv":[8,2,9,3],"texture":"#0"},"down":{"uv":[9,4,8,3],"rotation":270,"texture":"#0"}}},{"from":[8.096,14.246,6.996],"to":[11.204,16.754,9.004],"rotation":{"angle":22.5,"axis":"z","origin":[7.1,14.25,9]},"faces":{"north":{"uv":[5.5,6,4,7.25],"texture":"#0"},"south":{"uv":[4,6,5.5,7.25],"texture":"#0"},"up":{"uv":[8,0,7,1.5],"rotation":90,"texture":"#0"},"down":{"uv":[8,3,7,1.5],"rotation":270,"texture":"#0"}}},{"from":[8.148,-11.852,7.248],"to":[9.652,-6.348,8.752],"rotation":{"angle":22.5,"axis":"z","origin":[9.5,-8.85,9]},"faces":{"north":{"uv":[7.25,6,6.5,8.5],"texture":"#0"},"east":{"uv":[6.25,6,5.5,8.5],"texture":"#0"},"south":{"uv":[6.5,6,7.25,8.5],"texture":"#0"},"down":{"uv":[10.75,2.75,10,2],"rotation":270,"texture":"#0"}}},{"from":[6.648,-11.852,7.248],"to":[8.152,-7.598,8.752],"rotation":{"angle":22.5,"axis":"z","origin":[9.5,-8.85,9]},"faces":{"north":{"uv":[4.75,7.5,4,9.5],"texture":"#0"},"south":{"uv":[4,7.5,4.75,9.5],"texture":"#0"},"down":{"uv":[10.75,3.75,10,3],"rotation":270,"texture":"#0"}}},{"from":[6.85,21.35,5.25],"to":[9.15,23.65,10.75],"rotation":{"angle":45,"axis":"x","origin":[8,22.5,8]},"faces":{"north":{"uv":[6.5,8.5,7.5,9.5],"texture":"#0"},"east":{"uv":[2,4,4.5,5],"texture":"#0"},"south":{"uv":[5.5,8.5,6.5,9.5],"texture":"#0"},"west":{"uv":[4.5,0,7,1],"texture":"#0"}}},{"from":[6.85,21.35,5.25],"to":[9.15,23.65,10.75],"rotation":{"angle":-45,"axis":"x","origin":[8,22.5,8]},"faces":{"north":{"uv":[9,1,10,2],"texture":"#0"},"east":{"uv":[4.5,1,7,2],"texture":"#0"},"south":{"uv":[9,0,10,1],"texture":"#0"},"west":{"uv":[4.5,2,7,3],"texture":"#0"}}},{"from":[6.85,21.35,5.25],"to":[9.15,23.65,10.75],"rotation":{"angle":45,"axis":"y","origin":[8,22.5,8]},"faces":{"north":{"uv":[9,2,10,3],"texture":"#0"},"south":{"uv":[2,9,3,10],"texture":"#0"},"up":{"uv":[7,4,4.5,3],"rotation":90,"texture":"#0"},"down":{"uv":[7,4,4.5,5],"rotation":270,"texture":"#0"}}},{"from":[5.25,21.35,6.85],"to":[10.75,23.65,9.15],"rotation":{"angle":0,"axis":"x","origin":[8,22.5,8]},"faces":{"east":{"uv":[9,3,10,4],"texture":"#0"},"west":{"uv":[9,4,10,5],"texture":"#0"}}},{"from":[6.85,19.75,6.85],"to":[9.15,25.25,9.15],"rotation":{"angle":0,"axis":"x","origin":[8,22.5,8]},"faces":{"up":{"uv":[10,9,9,8],"rotation":90,"texture":"#0"},"down":{"uv":[9.5,9,8.5,10],"rotation":270,"texture":"#0"}}},{"from":[6.85,21.35,5.25],"to":[9.15,23.65,10.75],"rotation":{"angle":0,"axis":"x","origin":[8,22.5,8]},"faces":{"north":{"uv":[9,6,10,7],"texture":"#0"},"south":{"uv":[9,5,10,6],"texture":"#0"}}},{"from":[6.85,21.35,5.25],"to":[9.15,23.65,10.75],"rotation":{"angle":-45,"axis":"y","origin":[8,22.5,8]},"faces":{"north":{"uv":[7.5,9,8.5,10],"texture":"#0"},"south":{"uv":[9,7,10,8],"texture":"#0"},"up":{"uv":[4.5,6,2,5],"rotation":90,"texture":"#0"},"down":{"uv":[7,5,4.5,6],"rotation":270,"texture":"#0"}}},{"from":[5.25,21.35,6.85],"to":[10.75,23.65,9.15],"rotation":{"angle":-45,"axis":"z","origin":[8,22.5,8]},"faces":{"north":{"uv":[2,1,4.5,2],"texture":"#0"},"east":{"uv":[8,4,9,5],"texture":"#0"},"south":{"uv":[2,0,4.5,1],"texture":"#0"},"west":{"uv":[8,7,9,8],"texture":"#0"}}},{"from":[5.25,21.35,6.85],"to":[10.75,23.65,9.15],"rotation":{"angle":45,"axis":"z","origin":[8,22.5,8]},"faces":{"north":{"uv":[2,3,4.5,4],"texture":"#0"},"east":{"uv":[8,8,9,9],"texture":"#0"},"south":{"uv":[2,2,4.5,3],"texture":"#0"},"west":{"uv":[3,8.5,4,9.5],"texture":"#0"}}},{"from":[5.498,-14.802,7.748],"to":[8.002,-12.298,8.252],"rotation":{"angle":-45,"axis":"z","origin":[8,-14.8,8.5]},"faces":{"north":{"uv":[2.25,11.5,3.5,12.75],"texture":"#0"},"east":{"uv":[3.5,11.5,3.75,12.75],"texture":"#0"},"south":{"uv":[3.5,11.5,2.25,12.75],"texture":"#0"},"down":{"uv":[3.5,11.5,3.75,12.75],"rotation":270,"texture":"#0"}}},{"from":[7.08,14.98,6.98],"to":[8.92,16.82,9.02],"rotation":{"angle":0,"axis":"y","origin":[25.9,-10.5,-8]},"faces":{"north":{"uv":[0,0,7.5,7.5],"texture":"#1"},"south":{"uv":[0,0,7.5,7.5],"texture":"#1"}}},{"from":[7.1,12.8,7.2],"to":[8.9,14.6,8.8],"rotation":{"angle":0,"axis":"y","origin":[25.9,-12.7,-8]},"faces":{"north":{"uv":[8,0,15.5,7.5],"texture":"#1"},"south":{"uv":[8,0,15.5,7.5],"texture":"#1"}}},{"from":[7,-10,7.2],"to":[8.8,-8.2,8.8],"rotation":{"angle":0,"axis":"y","origin":[25.8,-35.5,-8]},"faces":{"north":{"uv":[0,8.5,7.5,16],"texture":"#1"},"south":{"uv":[0,8.5,7.5,16],"texture":"#1"}}},{"from":[7.1,-12,7.2],"to":[8.9,-10.2,8.8],"rotation":{"angle":0,"axis":"y","origin":[25.9,-37.5,-8]},"faces":{"north":{"uv":[0,0,7.5,7.5],"texture":"#1"},"south":{"uv":[0,0,7.5,7.5],"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[0,100,-5],"translation":[-1,5,1],"scale":[1.2,1.2,1.2]},"thirdperson_lefthand":{"rotation":[0,100,-5],"translation":[-1,5,1],"scale":[1.2,1.2,1.2]},"firstperson_righthand":{"rotation":[-10,95,0],"translation":[5,1,-3]},"firstperson_lefthand":{"rotation":[-10,95,0],"translation":[5,1,-3]},"gui":{"rotation":[-25,-25,-25],"translation":[0,1,0],"scale":[0.6,0.6,0.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/bonfire_wand.json b/assets/minecraft/models/item/wynn/skin/wand/bonfire_wand.json new file mode 100644 index 000000000..56d6d22ea --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/bonfire_wand.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/candle","1":"wynn/weapon/anim/flame_small","3":"skins/wood_full","4":"skins/rose","particle":"skins/wood_full"},"elements":[{"from":[8.3,27.8,6.05],"to":[8.55,28.8,6.3],"rotation":{"angle":-22.5,"axis":"z","origin":[8.325,28.3,6.175]},"faces":{"north":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"east":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"south":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"west":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"up":{"uv":[4,0.5,4.375,1],"texture":"#0"},"down":{"uv":[4,0.5,4.375,1],"texture":"#0"}}},{"from":[7.78701,23.9,5.44971],"to":[8.78701,27.9,6.94971],"rotation":{"angle":0,"axis":"y","origin":[8.28701,25.95,6.19971]},"faces":{"north":{"uv":[1,1.5,2,5.5],"texture":"#0"},"east":{"uv":[1,1.5,2.5,5.5],"texture":"#0"},"south":{"uv":[1,1.5,2,5.5],"texture":"#0"},"west":{"uv":[1,1,2.5,5],"texture":"#0"},"up":{"uv":[0,0,1.5,1],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,1.5,1],"rotation":90,"texture":"#0"}}},{"from":[8.13701,26.15,5.19971],"to":[8.63701,27.65,7.19971],"rotation":{"angle":0,"axis":"y","origin":[8.13701,25.7,5.94971]},"faces":{"north":{"uv":[0,2,0.5,3.5],"texture":"#0"},"east":{"uv":[0,2,2,3.5],"texture":"#0"},"south":{"uv":[0,2,0.5,3.5],"texture":"#0"},"west":{"uv":[0,2,2,3.5],"texture":"#0"},"up":{"uv":[0,2,2,2.5],"rotation":270,"texture":"#0"},"down":{"uv":[0,3,2,3.5],"rotation":90,"texture":"#0"}}},{"from":[7.28701,24.25,5.94971],"to":[9.28701,25.75,6.44971],"rotation":{"angle":0,"axis":"y","origin":[8.28701,25,6.19971]},"faces":{"north":{"uv":[1,4,3,5.5],"texture":"#0"},"east":{"uv":[1,4,1.5,5.5],"texture":"#0"},"south":{"uv":[1,4,3,5.5],"texture":"#0"},"west":{"uv":[1,4,1.5,5.5],"texture":"#0"},"up":{"uv":[1,4,3,4.5],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,2,0.5],"rotation":180,"texture":"#0"}}},{"from":[7.53701,23.8,5.69971],"to":[9.03701,27.8,6.69971],"rotation":{"angle":0,"axis":"y","origin":[8.28701,25.75,6.19971]},"faces":{"north":{"uv":[1,1.5,2.5,5.5],"texture":"#0"},"east":{"uv":[1,1.5,2,5.5],"texture":"#0"},"south":{"uv":[1,1,2.5,5],"texture":"#0"},"west":{"uv":[1,1,2,5],"texture":"#0"},"up":{"uv":[1.5,0,2.5,0.5],"texture":"#0"},"down":{"uv":[0,0,1.5,1],"texture":"#0"}}},{"from":[7.77701,22.90124,6.13651],"to":[8.79701,25.42124,7.15651],"rotation":{"angle":-22.5,"axis":"x","origin":[8.28701,24.34619,6.2]},"faces":{"north":{"uv":[1,5,2,7.5],"texture":"#0"},"east":{"uv":[2,4.5,3,7],"texture":"#0"},"south":{"uv":[1.5,4,2.5,6.5],"texture":"#0"},"west":{"uv":[0,4,1,6.5],"texture":"#0"},"up":{"uv":[1,3.5,2,4.5],"texture":"#0"},"down":{"uv":[1.5,6,2.5,7],"texture":"#0"}}},{"from":[7.77701,22.70124,5.24349],"to":[8.79701,25.72124,6.26349],"rotation":{"angle":22.5,"axis":"x","origin":[8.28701,24.64619,6.2]},"faces":{"north":{"uv":[2,4.5,3,7.5],"texture":"#0"},"east":{"uv":[2,4.5,3,7.5],"texture":"#0"},"south":{"uv":[2,4.5,3,7.5],"texture":"#0"},"west":{"uv":[2,4.5,3,7.5],"texture":"#0"},"up":{"uv":[1,4.5,2,5.5],"texture":"#0"},"down":{"uv":[1,5.5,2,6.5],"texture":"#0"}}},{"from":[8.22351,22.90124,5.69],"to":[9.24351,25.42124,6.71],"rotation":{"angle":22.5,"axis":"z","origin":[8.28701,24.34619,6.2]},"faces":{"north":{"uv":[1,4,2,6.5],"texture":"#0"},"east":{"uv":[0,3.5,1,6],"texture":"#0"},"south":{"uv":[1,4,2,6.5],"texture":"#0"},"west":{"uv":[1,2.5,2,5],"texture":"#0"},"up":{"uv":[1,1,2,2],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,6,2.5,7],"rotation":90,"texture":"#0"}}},{"from":[7.3305,22.90124,5.69],"to":[8.3505,25.42124,6.71],"rotation":{"angle":-22.5,"axis":"z","origin":[8.28701,24.34619,6.2]},"faces":{"north":{"uv":[2,4.5,3,7],"texture":"#0"},"east":{"uv":[2,4.5,3,7],"texture":"#0"},"south":{"uv":[2.5,5,3.5,7.5],"texture":"#0"},"west":{"uv":[2,4.5,3,7],"texture":"#0"},"up":{"uv":[2,2.5,3,3.5],"rotation":270,"texture":"#0"},"down":{"uv":[0.5,6,1.5,7],"rotation":90,"texture":"#0"}}},{"from":[7.2305,26.27876,5.69],"to":[7.8505,27.79876,6.71],"rotation":{"angle":22.5,"axis":"z","origin":[8.18701,27.35381,6.2]},"faces":{"north":{"uv":[1,1,1.5,2.5],"texture":"#0"},"east":{"uv":[1,0,2,1.5],"texture":"#0"},"south":{"uv":[1,0,1.6,1.5],"texture":"#0"},"west":{"uv":[1,1,2,2.5],"texture":"#0"},"up":{"uv":[2,0,3,0.5],"rotation":90,"texture":"#0"},"down":{"uv":[2,0,3,0.6],"rotation":270,"texture":"#0"}}},{"from":[7.77701,26.57876,5.04349],"to":[8.79701,28.09876,5.66349],"rotation":{"angle":-22.5,"axis":"x","origin":[8.28701,27.65381,6]},"faces":{"north":{"uv":[2,0.5,3,2],"texture":"#0"},"east":{"uv":[2,0,2.6,1.5],"texture":"#0"},"south":{"uv":[2,0,3,1.5],"texture":"#0"},"west":{"uv":[2,0,2.6,1.5],"texture":"#0"},"up":{"uv":[0.5,0,1.5,0.5],"texture":"#0"},"down":{"uv":[0.5,0,1.5,0.6],"texture":"#0"}}},{"from":[8.62351,26.57876,5.69],"to":[9.24351,28.09876,6.71],"rotation":{"angle":-22.5,"axis":"z","origin":[8.28701,27.65381,6.2]},"faces":{"north":{"uv":[2,0,2.6,1.5],"texture":"#0"},"east":{"uv":[2,0,3,1.5],"texture":"#0"},"south":{"uv":[2,0,2.6,1.5],"texture":"#0"},"west":{"uv":[2,0,3,1.5],"texture":"#0"},"up":{"uv":[0.5,0.5,1.5,1.1],"rotation":90,"texture":"#0"},"down":{"uv":[2,1,3,1.6],"rotation":270,"texture":"#0"}}},{"from":[7.77701,26.67876,6.53651],"to":[8.79701,28.19876,7.15651],"rotation":{"angle":22.5,"axis":"x","origin":[8.28701,27.75381,6.2]},"faces":{"north":{"uv":[1,0,2,1.5],"texture":"#0"},"east":{"uv":[1,0,1.6,1.5],"texture":"#0"},"south":{"uv":[1,0,2,1.5],"texture":"#0"},"west":{"uv":[1,0,1.6,1.5],"texture":"#0"},"up":{"uv":[2,0.5,3,1],"texture":"#0"},"down":{"uv":[0,2,1,2.6],"texture":"#0"}}},{"from":[7.79,26.94,5.94],"to":[9.06,29.45,5.96],"rotation":{"angle":-45,"axis":"x","origin":[8.425,28.47,4.95]},"faces":{"north":{"uv":[5,4,11,16],"texture":"#1"},"east":{"uv":[0,0,0,3],"texture":"#1"},"south":{"uv":[11,4,5,16],"texture":"#1"},"west":{"uv":[0,0,0,3],"texture":"#1"},"up":{"uv":[0,0,2,0],"texture":"#1"},"down":{"uv":[0,0,2,0],"texture":"#1"}}},{"from":[8.415,27.69,5.315],"to":[8.435,30.2,6.585],"rotation":{"angle":-45,"axis":"x","origin":[8.425,28.47,4.95]},"faces":{"north":{"uv":[0,0,0,3],"texture":"#1"},"east":{"uv":[5,4,11,16],"texture":"#1"},"south":{"uv":[0,0,0,3],"texture":"#1"},"west":{"uv":[11,4,5,16],"texture":"#1"},"up":{"uv":[0,0,2,0],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,2,0],"rotation":270,"texture":"#1"}}},{"from":[10.86299,17.8,8.30029],"to":[12.36299,21.8,9.30029],"rotation":{"angle":0,"axis":"y","origin":[11.61299,19.75,8.80029]},"faces":{"north":{"uv":[1,1,2.5,5],"texture":"#0"},"east":{"uv":[1,1,2,5],"texture":"#0"},"south":{"uv":[1,1.5,2.5,5.5],"texture":"#0"},"west":{"uv":[1,1.5,2,5.5],"texture":"#0"},"up":{"uv":[2.5,0.5,1.5,0],"texture":"#0"},"down":{"uv":[1.5,1,0,0],"texture":"#0"}}},{"from":[11.11299,17.9,8.05029],"to":[12.11299,21.9,9.55029],"rotation":{"angle":0,"axis":"y","origin":[11.61299,19.95,8.80029]},"faces":{"north":{"uv":[1,1.5,2,5.5],"texture":"#0"},"east":{"uv":[1,1,2.5,5],"texture":"#0"},"south":{"uv":[1,1.5,2,5.5],"texture":"#0"},"west":{"uv":[1,1.5,2.5,5.5],"texture":"#0"},"up":{"uv":[1.5,1,0,0],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,1,0,0],"rotation":90,"texture":"#0"}}},{"from":[11.10299,16.90124,7.84349],"to":[12.12299,19.42124,8.86349],"rotation":{"angle":22.5,"axis":"x","origin":[11.61299,18.34619,8.8]},"faces":{"north":{"uv":[1.5,4,2.5,6.5],"texture":"#0"},"east":{"uv":[0,4,1,6.5],"texture":"#0"},"south":{"uv":[1,5,2,7.5],"texture":"#0"},"west":{"uv":[2,4.5,3,7],"texture":"#0"},"up":{"uv":[2,4.5,1,3.5],"texture":"#0"},"down":{"uv":[2.5,7,1.5,6],"texture":"#0"}}},{"from":[11.10299,17.20124,8.73651],"to":[12.12299,19.72124,9.75651],"rotation":{"angle":-22.5,"axis":"x","origin":[11.61299,18.64619,8.8]},"faces":{"north":{"uv":[2,5,3,7.5],"texture":"#0"},"east":{"uv":[2,5,3,7.5],"texture":"#0"},"south":{"uv":[2,5,3,7.5],"texture":"#0"},"west":{"uv":[2,5,3,7.5],"texture":"#0"},"up":{"uv":[2,5.5,1,4.5],"texture":"#0"},"down":{"uv":[2,6.5,1,5.5],"texture":"#0"}}},{"from":[11.5495,16.90124,8.29],"to":[12.5695,19.42124,9.31],"rotation":{"angle":22.5,"axis":"z","origin":[11.61299,18.34619,8.8]},"faces":{"north":{"uv":[2.5,5,3.5,7.5],"texture":"#0"},"east":{"uv":[2,4.5,3,7],"texture":"#0"},"south":{"uv":[2,4.5,3,7],"texture":"#0"},"west":{"uv":[2,4.5,3,7],"texture":"#0"},"up":{"uv":[3,3.5,2,2.5],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,7,0.5,6],"rotation":90,"texture":"#0"}}},{"from":[10.65649,16.90124,8.29],"to":[11.67649,19.42124,9.31],"rotation":{"angle":-22.5,"axis":"z","origin":[11.61299,18.34619,8.8]},"faces":{"north":{"uv":[1,4,2,6.5],"texture":"#0"},"east":{"uv":[1,2.5,2,5],"texture":"#0"},"south":{"uv":[1,4,2,6.5],"texture":"#0"},"west":{"uv":[0,3.5,1,6],"texture":"#0"},"up":{"uv":[2,2,1,1],"rotation":270,"texture":"#0"},"down":{"uv":[2.5,7,1.5,6],"rotation":90,"texture":"#0"}}},{"from":[11.10299,20.67876,7.84349],"to":[12.12299,22.19876,8.46349],"rotation":{"angle":-22.5,"axis":"x","origin":[11.61299,21.75381,8.8]},"faces":{"north":{"uv":[1,0,2,1.5],"texture":"#0"},"east":{"uv":[1,0,1.6,1.5],"texture":"#0"},"south":{"uv":[1,0,2,1.5],"texture":"#0"},"west":{"uv":[1,0,1.6,1.5],"texture":"#0"},"up":{"uv":[3,1,2,0.5],"texture":"#0"},"down":{"uv":[1,2.6,0,2],"texture":"#0"}}},{"from":[10.65649,20.57876,8.29],"to":[11.27649,22.09876,9.31],"rotation":{"angle":22.5,"axis":"z","origin":[11.61299,21.65381,8.8]},"faces":{"north":{"uv":[2,0,2.6,1.5],"texture":"#0"},"east":{"uv":[2,0,3,1.5],"texture":"#0"},"south":{"uv":[2,0,2.6,1.5],"texture":"#0"},"west":{"uv":[2,0,3,1.5],"texture":"#0"},"up":{"uv":[1.5,1.1,0.5,0.5],"rotation":90,"texture":"#0"},"down":{"uv":[3,1.6,2,1],"rotation":270,"texture":"#0"}}},{"from":[11.10299,20.57876,9.33651],"to":[12.12299,22.09876,9.95651],"rotation":{"angle":22.5,"axis":"x","origin":[11.61299,21.65381,9]},"faces":{"north":{"uv":[2,0,3,1.5],"texture":"#0"},"east":{"uv":[2,0,2.6,1.5],"texture":"#0"},"south":{"uv":[2,0.5,3,2],"texture":"#0"},"west":{"uv":[2,0,2.6,1.5],"texture":"#0"},"up":{"uv":[1.5,0.5,0.5,0],"texture":"#0"},"down":{"uv":[1.5,0.6,0.5,0],"texture":"#0"}}},{"from":[12.0495,20.27876,8.29],"to":[12.6695,21.79876,9.31],"rotation":{"angle":-22.5,"axis":"z","origin":[11.71299,21.35381,8.8]},"faces":{"north":{"uv":[1,0,1.6,1.5],"texture":"#0"},"east":{"uv":[1,1,2,2.5],"texture":"#0"},"south":{"uv":[1,1,1.5,2.5],"texture":"#0"},"west":{"uv":[1,0,2,1.5],"texture":"#0"},"up":{"uv":[3,0.5,2,0],"rotation":90,"texture":"#0"},"down":{"uv":[3,0.6,2,0],"rotation":270,"texture":"#0"}}},{"from":[11.26299,20.15,7.80029],"to":[11.76299,21.65,9.80029],"rotation":{"angle":0,"axis":"y","origin":[11.76299,19.7,9.05029]},"faces":{"north":{"uv":[0,2,0.5,3.5],"texture":"#0"},"east":{"uv":[0,2,2,3.5],"texture":"#0"},"south":{"uv":[0,2,0.5,3.5],"texture":"#0"},"west":{"uv":[0,2,2,3.5],"texture":"#0"},"up":{"uv":[2,2.5,0,2],"rotation":270,"texture":"#0"},"down":{"uv":[2,3.5,0,3],"rotation":90,"texture":"#0"}}},{"from":[11.35,21.8,8.7],"to":[11.6,22.8,8.95],"rotation":{"angle":22.5,"axis":"z","origin":[11.575,22.3,8.825]},"faces":{"north":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"east":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"south":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"west":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"up":{"uv":[4.375,1,4,0.5],"texture":"#0"},"down":{"uv":[4.375,1,4,0.5],"texture":"#0"}}},{"from":[10.61299,18.25,8.55029],"to":[12.61299,19.75,9.05029],"rotation":{"angle":0,"axis":"y","origin":[11.61299,19,8.80029]},"faces":{"north":{"uv":[1,4,3,5.5],"texture":"#0"},"east":{"uv":[1,4,1.5,5.5],"texture":"#0"},"south":{"uv":[1,4,3,5.5],"texture":"#0"},"west":{"uv":[1,4,1.5,5.5],"texture":"#0"},"up":{"uv":[3,4.5,1,4],"rotation":180,"texture":"#0"},"down":{"uv":[2,0.5,0,0],"rotation":180,"texture":"#0"}}},{"from":[10.84,21.99,8.49],"to":[12.11,24.5,8.51],"rotation":{"angle":-22.5,"axis":"x","origin":[11.475,23.62,8.5]},"faces":{"north":{"uv":[11,4,5,16],"texture":"#1"},"east":{"uv":[0,0,0,3],"texture":"#1"},"south":{"uv":[5,4,11,16],"texture":"#1"},"west":{"uv":[0,0,0,3],"texture":"#1"},"up":{"uv":[2,0,0,0],"texture":"#1"},"down":{"uv":[2,0,0,0],"texture":"#1"}}},{"from":[11.465,22.24,7.865],"to":[11.485,24.75,9.135],"rotation":{"angle":-22.5,"axis":"x","origin":[11.475,23.62,8.5]},"faces":{"north":{"uv":[0,0,0,3],"texture":"#1"},"east":{"uv":[11,4,5,16],"texture":"#1"},"south":{"uv":[0,0,0,3],"texture":"#1"},"west":{"uv":[5,4,11,16],"texture":"#1"},"up":{"uv":[2,0,0,0],"rotation":90,"texture":"#1"},"down":{"uv":[2,0,0,0],"rotation":270,"texture":"#1"}}},{"from":[8.9995,-1.27124,9.54],"to":[9.6195,0.24876,10.56],"rotation":{"angle":-22.5,"axis":"z","origin":[8.66299,-0.19619,10.05]},"faces":{"north":{"uv":[1,0,1.6,1.5],"texture":"#0"},"east":{"uv":[1,1,2,2.5],"texture":"#0"},"south":{"uv":[1,1,1.5,2.5],"texture":"#0"},"west":{"uv":[1,0,2,1.5],"texture":"#0"},"up":{"uv":[3,0.5,2,0],"rotation":90,"texture":"#0"},"down":{"uv":[3,0.6,2,0],"rotation":270,"texture":"#0"}}},{"from":[7.81299,-2.25,9.55029],"to":[9.31299,0.25,10.55029],"rotation":{"angle":0,"axis":"y","origin":[8.56299,-1.8,10.05029]},"faces":{"north":{"uv":[1,1,2.5,5],"texture":"#0"},"east":{"uv":[1,1,2,5],"texture":"#0"},"south":{"uv":[1,1.5,2.5,5.5],"texture":"#0"},"west":{"uv":[1,1.5,2,5.5],"texture":"#0"},"up":{"uv":[2.5,0.5,1.5,0],"texture":"#0"},"down":{"uv":[1.5,1,0,0],"texture":"#0"}}},{"from":[8.05299,-0.97124,10.58651],"to":[9.07299,0.54876,11.20651],"rotation":{"angle":22.5,"axis":"x","origin":[8.56299,0.10381,10.25]},"faces":{"north":{"uv":[2,0,3,1.5],"texture":"#0"},"east":{"uv":[2,0,2.6,1.5],"texture":"#0"},"south":{"uv":[2,0.5,3,2],"texture":"#0"},"west":{"uv":[2,0,2.6,1.5],"texture":"#0"},"up":{"uv":[1.5,0.5,0.5,0],"texture":"#0"},"down":{"uv":[1.5,0.6,0.5,0],"texture":"#0"}}},{"from":[8.06299,-2.15,9.30029],"to":[9.06299,0.35,10.80029],"rotation":{"angle":0,"axis":"y","origin":[8.56299,-1.6,10.05029]},"faces":{"north":{"uv":[1,1.5,2,5.5],"texture":"#0"},"east":{"uv":[1,1,2.5,5],"texture":"#0"},"south":{"uv":[1,1.5,2,5.5],"texture":"#0"},"west":{"uv":[1,1.5,2.5,5.5],"texture":"#0"},"up":{"uv":[1.5,1,0,0],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,1,0,0],"rotation":90,"texture":"#0"}}},{"from":[8.3,0.25,9.95],"to":[8.55,1.25,10.2],"rotation":{"angle":22.5,"axis":"z","origin":[8.525,0.75,10.075]},"faces":{"north":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"east":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"south":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"west":{"uv":[4,0.5,4.375,1.75],"texture":"#0"},"up":{"uv":[4.375,1,4,0.5],"texture":"#0"},"down":{"uv":[4.375,1,4,0.5],"texture":"#0"}}},{"from":[7.59,0.55903,9.69433],"to":[8.86,3.06903,9.71433],"rotation":{"angle":-22.5,"axis":"x","origin":[8.225,1.93903,9.70433]},"faces":{"north":{"uv":[11,4,5,16],"texture":"#1"},"east":{"uv":[0,0,0,3],"texture":"#1"},"south":{"uv":[5,4,11,16],"texture":"#1"},"west":{"uv":[0,0,0,3],"texture":"#1"},"up":{"uv":[2,0,0,0],"texture":"#1"},"down":{"uv":[2,0,0,0],"texture":"#1"}}},{"from":[8.215,0.80903,9.06933],"to":[8.235,3.31903,10.33933],"rotation":{"angle":-22.5,"axis":"x","origin":[8.225,1.93903,9.70433]},"faces":{"north":{"uv":[0,0,0,3],"texture":"#1"},"east":{"uv":[11,4,5,16],"texture":"#1"},"south":{"uv":[0,0,0,3],"texture":"#1"},"west":{"uv":[5,4,11,16],"texture":"#1"},"up":{"uv":[2,0,0,0],"rotation":90,"texture":"#1"},"down":{"uv":[2,0,0,0],"rotation":270,"texture":"#1"}}},{"from":[8.05299,-0.87124,9.09349],"to":[9.07299,0.64876,9.71349],"rotation":{"angle":-22.5,"axis":"x","origin":[8.56299,0.20381,10.05]},"faces":{"north":{"uv":[1,0,2,1.5],"texture":"#0"},"east":{"uv":[1,0,1.6,1.5],"texture":"#0"},"south":{"uv":[1,0,2,1.5],"texture":"#0"},"west":{"uv":[1,0,1.6,1.5],"texture":"#0"},"up":{"uv":[3,1,2,0.5],"texture":"#0"},"down":{"uv":[1,2.6,0,2],"texture":"#0"}}},{"from":[7.60649,-0.97124,9.54],"to":[8.22649,0.54876,10.56],"rotation":{"angle":22.5,"axis":"z","origin":[8.56299,0.10381,10.05]},"faces":{"north":{"uv":[2,0,2.6,1.5],"texture":"#0"},"east":{"uv":[2,0,3,1.5],"texture":"#0"},"south":{"uv":[2,0,2.6,1.5],"texture":"#0"},"west":{"uv":[2,0,3,1.5],"texture":"#0"},"up":{"uv":[1.5,1.1,0.5,0.5],"rotation":90,"texture":"#0"},"down":{"uv":[3,1.6,2,1],"rotation":270,"texture":"#0"}}},{"from":[5.53701,19.9,11.10029],"to":[7.03701,23.9,12.10029],"rotation":{"angle":0,"axis":"y","origin":[6.24029,22.40396,11.69672]},"faces":{"north":{"uv":[2.5,1,1,5],"texture":"#0"},"east":{"uv":[2,1.5,1,5.5],"texture":"#0"},"south":{"uv":[2.5,1.5,1,5.5],"texture":"#0"},"west":{"uv":[2,1,1,5],"texture":"#0"},"up":{"uv":[1.5,0.5,2.5,0],"texture":"#0"},"down":{"uv":[0,1,1.5,0],"texture":"#0"}}},{"from":[5.78701,20,10.85029],"to":[6.78701,24,12.35029],"rotation":{"angle":0,"axis":"y","origin":[6.24029,22.40396,11.69672]},"faces":{"north":{"uv":[2,1.5,1,5.5],"texture":"#0"},"east":{"uv":[2.5,1.5,1,5.5],"texture":"#0"},"south":{"uv":[2,1.5,1,5.5],"texture":"#0"},"west":{"uv":[2.5,1,1,5],"texture":"#0"},"up":{"uv":[1.5,0,0,1],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,0,0,1],"rotation":90,"texture":"#0"}}},{"from":[5.77701,19.11326,11.40006],"to":[6.79701,21.63326,12.42006],"rotation":{"angle":22.5,"axis":"x","origin":[6.24029,22.40396,11.69672]},"faces":{"north":{"uv":[2.5,4,1.5,6.5],"texture":"#0"},"east":{"uv":[3,4.5,2,7],"texture":"#0"},"south":{"uv":[2,5,1,7.5],"texture":"#0"},"west":{"uv":[1,4,0,6.5],"texture":"#0"},"up":{"uv":[1,4.5,2,3.5],"texture":"#0"},"down":{"uv":[1.5,7,2.5,6],"texture":"#0"}}},{"from":[5.77701,19.21444,10.90947],"to":[6.79701,21.98444,11.92947],"rotation":{"angle":-22.5,"axis":"x","origin":[6.24029,22.40396,11.69672]},"faces":{"north":{"uv":[3,5,2,7.5],"texture":"#0"},"east":{"uv":[3,5,2,7.5],"texture":"#0"},"south":{"uv":[3,5,2,7.5],"texture":"#0"},"west":{"uv":[3,5,2,7.5],"texture":"#0"},"up":{"uv":[1,5.5,2,4.5],"texture":"#0"},"down":{"uv":[1,6.5,2,5.5],"texture":"#0"}}},{"from":[6.07615,19.16815,11.09],"to":[7.09615,21.68815,12.11],"rotation":{"angle":-22.5,"axis":"z","origin":[6.24029,22.40396,11.69672]},"faces":{"north":{"uv":[3.5,5,2.5,7.5],"texture":"#0"},"east":{"uv":[3,4.5,2,7],"texture":"#0"},"south":{"uv":[3,4.5,2,7],"texture":"#0"},"west":{"uv":[3,4.5,2,7],"texture":"#0"},"up":{"uv":[3,2.5,2,3.5],"rotation":270,"texture":"#0"},"down":{"uv":[1.5,6,0.5,7],"rotation":90,"texture":"#0"}}},{"from":[5.47075,19.13239,11.09],"to":[6.49075,21.65239,12.11],"rotation":{"angle":22.5,"axis":"z","origin":[6.24029,22.40396,11.69672]},"faces":{"north":{"uv":[2,4,1,6.5],"texture":"#0"},"east":{"uv":[1,3.5,0,6],"texture":"#0"},"south":{"uv":[2,4,1,6.5],"texture":"#0"},"west":{"uv":[2,2.5,1,5],"texture":"#0"},"up":{"uv":[2,1,1,2],"rotation":270,"texture":"#0"},"down":{"uv":[2.5,6,1.5,7],"rotation":90,"texture":"#0"}}},{"from":[5.77701,22.70541,11.20569],"to":[6.79701,24.22541,11.82569],"rotation":{"angle":-22.5,"axis":"x","origin":[6.24029,22.40396,11.69672]},"faces":{"north":{"uv":[2,0,1,1.5],"texture":"#0"},"east":{"uv":[1.6,0,1,1.5],"texture":"#0"},"south":{"uv":[2,0,1,1.5],"texture":"#0"},"west":{"uv":[1.6,0,1,1.5],"texture":"#0"},"up":{"uv":[2,1,3,0.5],"texture":"#0"},"down":{"uv":[0,2.6,1,2],"texture":"#0"}}},{"from":[6.10339,22.59388,11.09],"to":[6.72339,24.11388,12.11],"rotation":{"angle":-22.5,"axis":"z","origin":[6.24029,22.40396,11.69672]},"faces":{"north":{"uv":[2.6,0,2,1.5],"texture":"#0"},"east":{"uv":[3,0,2,1.5],"texture":"#0"},"south":{"uv":[2.6,0,2,1.5],"texture":"#0"},"west":{"uv":[3,0,2,1.5],"texture":"#0"},"up":{"uv":[1.5,0.5,0.5,1.1],"rotation":90,"texture":"#0"},"down":{"uv":[3,1,2,1.6],"rotation":270,"texture":"#0"}}},{"from":[5.77701,22.61553,11.61208],"to":[6.79701,24.13553,12.23208],"rotation":{"angle":22.5,"axis":"x","origin":[6.24029,22.40396,11.69672]},"faces":{"north":{"uv":[3,0,2,1.5],"texture":"#0"},"east":{"uv":[2.6,0,2,1.5],"texture":"#0"},"south":{"uv":[3,0.5,2,2],"texture":"#0"},"west":{"uv":[2.6,0,2,1.5],"texture":"#0"},"up":{"uv":[0.5,0.5,1.5,0],"texture":"#0"},"down":{"uv":[0.5,0.6,1.5,0],"texture":"#0"}}},{"from":[5.63631,22.31923,11.09],"to":[6.25631,23.83923,12.11],"rotation":{"angle":22.5,"axis":"z","origin":[6.24029,22.40396,11.69672]},"faces":{"north":{"uv":[1.6,0,1,1.5],"texture":"#0"},"east":{"uv":[2,0,1,1.5],"texture":"#0"},"south":{"uv":[1.5,1,1,2.5],"texture":"#0"},"west":{"uv":[2,1,1,2.5],"texture":"#0"},"up":{"uv":[3,0,2,0.5],"rotation":90,"texture":"#0"},"down":{"uv":[3,0,2,0.6],"rotation":270,"texture":"#0"}}},{"from":[6.13701,22.25,10.60029],"to":[6.63701,23.75,12.60029],"rotation":{"angle":0,"axis":"y","origin":[6.24029,22.40396,11.69672]},"faces":{"north":{"uv":[0.5,2,0,3.5],"texture":"#0"},"east":{"uv":[2,2,0,3.5],"texture":"#0"},"south":{"uv":[0.5,2,0,3.5],"texture":"#0"},"west":{"uv":[2,2,0,3.5],"texture":"#0"},"up":{"uv":[2,2,0,2.5],"rotation":270,"texture":"#0"},"down":{"uv":[2,3,0,3.5],"rotation":90,"texture":"#0"}}},{"from":[5.5297,23.78048,11.5],"to":[5.7797,24.78048,11.75],"rotation":{"angle":-22.5,"axis":"z","origin":[6.24029,22.40396,11.69672]},"faces":{"north":{"uv":[4.375,0.5,4,1.75],"texture":"#0"},"east":{"uv":[4.375,0.5,4,1.75],"texture":"#0"},"south":{"uv":[4.375,0.5,4,1.75],"texture":"#0"},"west":{"uv":[4.375,0.5,4,1.75],"texture":"#0"},"up":{"uv":[4,1,4.375,0.5],"texture":"#0"},"down":{"uv":[4,1,4.375,0.5],"texture":"#0"}}},{"from":[5.28701,20.35,11.35029],"to":[7.28701,21.85,11.85029],"rotation":{"angle":0,"axis":"y","origin":[6.24029,22.40396,11.69672]},"faces":{"north":{"uv":[3,4,1,5.5],"texture":"#0"},"east":{"uv":[1.5,4,1,5.5],"texture":"#0"},"south":{"uv":[3,4,1,5.5],"texture":"#0"},"west":{"uv":[1.5,4,1,5.5],"texture":"#0"},"up":{"uv":[1,4.5,3,4],"rotation":180,"texture":"#0"},"down":{"uv":[0,0.5,2,0],"rotation":180,"texture":"#0"}}},{"from":[5.79,24.09,11.09],"to":[7.06,26.6,11.11],"rotation":{"angle":-22.5,"axis":"x","origin":[6.425,25.72,10.5]},"faces":{"north":{"uv":[5,4,11,16],"texture":"#1"},"east":{"uv":[0,0,0,3],"texture":"#1"},"south":{"uv":[11,4,5,16],"texture":"#1"},"west":{"uv":[0,0,0,3],"texture":"#1"},"up":{"uv":[0,0,2,0],"texture":"#1"},"down":{"uv":[0,0,2,0],"texture":"#1"}}},{"from":[6.415,24.84,10.465],"to":[6.435,27.35,11.735],"rotation":{"angle":-22.5,"axis":"x","origin":[6.425,25.72,10.5]},"faces":{"north":{"uv":[0,0,0,3],"texture":"#1"},"east":{"uv":[5,4,11,16],"texture":"#1"},"south":{"uv":[0,0,0,3],"texture":"#1"},"west":{"uv":[11,4,5,16],"texture":"#1"},"up":{"uv":[0,0,2,0],"rotation":90,"texture":"#1"},"down":{"uv":[0,0,2,0],"rotation":270,"texture":"#1"}}},{"from":[6.75,22.75,4.65],"to":[9.75,23.75,7.65],"rotation":{"angle":-22.5,"axis":"x","origin":[8.25,23.25,6.15]},"faces":{"north":{"uv":[15,11,16,14],"rotation":270,"texture":"#3"},"east":{"uv":[15,11,16,14],"rotation":270,"texture":"#3"},"south":{"uv":[15,11,16,14],"rotation":270,"texture":"#3"},"west":{"uv":[15,11,16,14],"rotation":270,"texture":"#3"},"up":{"uv":[13,9,16,12],"rotation":270,"texture":"#3"},"down":{"uv":[13,9,16,12],"rotation":270,"texture":"#3"}}},{"from":[10.25,17.15,7.25],"to":[13.25,18.15,10.25],"rotation":{"angle":-22.5,"axis":"z","origin":[11.25,18.25,8.65]},"faces":{"north":{"uv":[7.5,10,8.5,13],"rotation":270,"texture":"#3"},"east":{"uv":[7.5,10,8.5,13],"rotation":270,"texture":"#3"},"south":{"uv":[7.5,10,8.5,13],"rotation":270,"texture":"#3"},"west":{"uv":[7.5,10,8.5,13],"rotation":270,"texture":"#3"},"up":{"uv":[7.5,10,10.5,13],"rotation":270,"texture":"#3"},"down":{"uv":[7.5,10,10.5,13],"rotation":270,"texture":"#3"}}},{"from":[7,18.75,5.4],"to":[9,23.25,7.4],"rotation":{"angle":0,"axis":"x","origin":[8.25,23.25,6.15]},"faces":{"north":{"uv":[9,9.5,13.5,11.5],"rotation":270,"texture":"#3"},"east":{"uv":[9,9.5,13.5,11.5],"rotation":270,"texture":"#3"},"south":{"uv":[9,9.5,13.5,11.5],"rotation":270,"texture":"#3"},"west":{"uv":[9,9.5,13.5,11.5],"rotation":270,"texture":"#3"},"up":{"uv":[9,9.5,11,11.5],"rotation":270,"texture":"#3"},"down":{"uv":[9,9.5,11,11.5],"rotation":270,"texture":"#3"}}},{"from":[8.5,12.75,7.4],"to":[10.5,17.25,9.4],"rotation":{"angle":0,"axis":"x","origin":[8.25,23.25,6.15]},"faces":{"north":{"uv":[0.5,10,5,12],"rotation":270,"texture":"#3"},"east":{"uv":[0.5,10,5,12],"rotation":270,"texture":"#3"},"south":{"uv":[0.5,10,5,12],"rotation":270,"texture":"#3"},"west":{"uv":[0.5,10,5,12],"rotation":270,"texture":"#3"},"up":{"uv":[0.5,10,2.5,12],"rotation":270,"texture":"#3"},"down":{"uv":[0.5,10,2.5,12],"rotation":270,"texture":"#3"}}},{"from":[7.5,14.51433,6.74253],"to":[9.5,19.51433,8.74253],"rotation":{"angle":-22.5,"axis":"x","origin":[8.5,17.01433,7.74253]},"faces":{"north":{"uv":[3,9.5,8,11.5],"rotation":270,"texture":"#3"},"east":{"uv":[3,9.5,8,11.5],"rotation":270,"texture":"#3"},"south":{"uv":[3,9.5,8,11.5],"rotation":270,"texture":"#3"},"west":{"uv":[3,9.5,8,11.5],"rotation":270,"texture":"#3"},"up":{"uv":[3.5,10,5.5,12],"rotation":270,"texture":"#3"},"down":{"uv":[3.5,10,5.5,12],"rotation":270,"texture":"#3"}}},{"from":[10.75,14.03701,7.84291],"to":[12.75,19.03701,9.84291],"rotation":{"angle":-22.5,"axis":"z","origin":[8.25,19.03701,6.09291]},"faces":{"north":{"uv":[0.5,10,5.5,12],"rotation":270,"texture":"#3"},"east":{"uv":[0.5,10,5.5,12],"rotation":270,"texture":"#3"},"south":{"uv":[0.5,10,5.5,12],"rotation":270,"texture":"#3"},"west":{"uv":[0.5,10,5.5,12],"rotation":270,"texture":"#3"},"up":{"uv":[0.5,10,2.5,12],"rotation":270,"texture":"#3"},"down":{"uv":[0.5,10,2.5,12],"rotation":270,"texture":"#3"}}},{"from":[4.79101,18.9066,8.85],"to":[7.79101,19.9066,11.85],"rotation":{"angle":22.5,"axis":"x","origin":[11.0046,16.24613,10.39645]},"faces":{"north":{"uv":[7.5,9.5,8.5,12.5],"rotation":270,"texture":"#3"},"east":{"uv":[7.5,9.5,8.5,12.5],"rotation":270,"texture":"#3"},"south":{"uv":[7.5,9.5,8.5,12.5],"rotation":270,"texture":"#3"},"west":{"uv":[7.5,9.5,8.5,12.5],"rotation":270,"texture":"#3"},"up":{"uv":[7.5,9.5,10.5,12.5],"rotation":270,"texture":"#3"},"down":{"uv":[7.5,9.5,10.5,12.5],"rotation":270,"texture":"#3"}}},{"from":[5.21819,14.58565,9.44291],"to":[7.21819,19.58565,11.44291],"rotation":{"angle":22.5,"axis":"x","origin":[11.0046,16.24613,10.39645]},"faces":{"north":{"uv":[3,12.5,8,14.5],"rotation":270,"texture":"#3"},"east":{"uv":[3,12.5,8,14.5],"rotation":270,"texture":"#3"},"south":{"uv":[3,12.5,8,14.5],"rotation":270,"texture":"#3"},"west":{"uv":[3,12.5,8,14.5],"rotation":270,"texture":"#3"},"up":{"uv":[3,12.5,5,14.5],"rotation":270,"texture":"#3"},"down":{"uv":[3,12.5,5,14.5],"rotation":270,"texture":"#3"}}},{"from":[8,16.75,6.8],"to":[10,20.25,8.8],"rotation":{"angle":45,"axis":"y","origin":[8.75,19.75,6.9]},"faces":{"north":{"uv":[7,9.5,10.5,11.5],"rotation":270,"texture":"#3"},"east":{"uv":[7,9.5,10.5,11.5],"rotation":270,"texture":"#3"},"south":{"uv":[7,9.5,10.5,11.5],"rotation":270,"texture":"#3"},"west":{"uv":[7,9.5,10.5,11.5],"rotation":270,"texture":"#3"},"up":{"uv":[8.5,9.5,10.5,11.5],"rotation":270,"texture":"#3"},"down":{"uv":[7,9.5,9,11.5],"rotation":270,"texture":"#3"}}},{"from":[9,18.75,7.3],"to":[10.5,22.25,8.3],"rotation":{"angle":45,"axis":"y","origin":[8.75,21.75,6.9]},"faces":{"north":{"uv":[10.5,9.5,14,11],"rotation":270,"texture":"#3"},"east":{"uv":[10.5,9.5,14,10.5],"rotation":270,"texture":"#3"},"south":{"uv":[10.5,9.5,14,11],"rotation":270,"texture":"#3"},"west":{"uv":[10.5,9.5,14,10.5],"rotation":270,"texture":"#3"},"up":{"uv":[12,9.5,13,11],"rotation":270,"texture":"#3"},"down":{"uv":[10.5,9.5,11.5,11],"rotation":270,"texture":"#3"}}},{"from":[5.19376,17.75,7.93137],"to":[6.69376,21.25,8.93137],"rotation":{"angle":-22.5,"axis":"y","origin":[5.94376,19.5,8.93137]},"faces":{"north":{"uv":[8,8,11.5,9.5],"rotation":270,"texture":"#3"},"east":{"uv":[8,8,11.5,9],"rotation":270,"texture":"#3"},"south":{"uv":[8,8,11.5,9.5],"rotation":270,"texture":"#3"},"west":{"uv":[8,8,11.5,9],"rotation":270,"texture":"#3"},"up":{"uv":[9.5,8,10.5,9.5],"rotation":90,"texture":"#3"},"down":{"uv":[8,8,9,9.5],"rotation":90,"texture":"#3"}}},{"from":[8.04376,16.75,11.68137],"to":[9.04376,20.25,12.68137],"rotation":{"angle":-22.5,"axis":"y","origin":[8.79376,18.5,12.68137]},"faces":{"north":{"uv":[8,8,11.5,9],"rotation":270,"texture":"#3"},"east":{"uv":[8,8,11.5,9],"rotation":270,"texture":"#3"},"south":{"uv":[8,8,11.5,9],"rotation":270,"texture":"#3"},"west":{"uv":[8,8,11.5,9],"rotation":270,"texture":"#3"},"up":{"uv":[9.5,8,10.5,9],"rotation":90,"texture":"#3"},"down":{"uv":[8,8,9,9],"rotation":90,"texture":"#3"}}},{"from":[6.2,15.75,5.8],"to":[8.2,19.25,7.8],"rotation":{"angle":45,"axis":"y","origin":[9.55,19.75,7.8]},"faces":{"north":{"uv":[4.5,8,8,10],"rotation":270,"texture":"#3"},"east":{"uv":[4.5,8,8,10],"rotation":270,"texture":"#3"},"south":{"uv":[4.5,8,8,10],"rotation":270,"texture":"#3"},"west":{"uv":[4.5,8,8,10],"rotation":270,"texture":"#3"},"up":{"uv":[6,8,8,10],"rotation":180,"texture":"#3"},"down":{"uv":[4.5,8,6.5,10],"texture":"#3"}}},{"from":[7.13911,12.25,9.34134],"to":[9.63911,15.75,11.34134],"rotation":{"angle":22.5,"axis":"x","origin":[9.65814,15,10.81201]},"faces":{"north":{"uv":[1.5,8,5,10.5],"rotation":270,"texture":"#3"},"east":{"uv":[1.5,8,5,10],"rotation":270,"texture":"#3"},"south":{"uv":[1.5,8,5,10.5],"rotation":270,"texture":"#3"},"west":{"uv":[1.5,8,5,10],"rotation":270,"texture":"#3"},"up":{"uv":[3,8,5.5,10],"texture":"#3"},"down":{"uv":[1.5,8,4,10],"rotation":180,"texture":"#3"}}},{"from":[7.48911,10.66057,7.72546],"to":[9.98911,15.16057,10.22546],"rotation":{"angle":0,"axis":"x","origin":[8.73911,13.41057,8.97546]},"faces":{"north":{"uv":[1.5,8,6,10.5],"rotation":270,"texture":"#3"},"east":{"uv":[1.5,8,6,10.5],"rotation":270,"texture":"#3"},"south":{"uv":[1.5,8,6,10.5],"rotation":270,"texture":"#3"},"west":{"uv":[1.5,8,6,10.5],"rotation":270,"texture":"#3"},"up":{"uv":[3,8,5.5,10.5],"texture":"#3"},"down":{"uv":[1.5,8,4,10.5],"rotation":180,"texture":"#3"}}},{"from":[7.38911,11.16057,7.62546],"to":[10.08911,11.86057,10.32546],"rotation":{"angle":0,"axis":"x","origin":[8.73911,13.41057,8.97546]},"faces":{"north":{"uv":[5,1,5.5,3.5],"rotation":270,"texture":"#4"},"east":{"uv":[5,1,5.5,3.5],"rotation":270,"texture":"#4"},"south":{"uv":[5,1,5.5,3.5],"rotation":270,"texture":"#4"},"west":{"uv":[5,1,5.5,3.5],"rotation":270,"texture":"#4"},"up":{"uv":[6.5,1,9,3.5],"texture":"#4"},"down":{"uv":[5,1,7.5,3.5],"rotation":180,"texture":"#4"}}},{"from":[7.73911,6.81019,7.35957],"to":[9.73911,11.31019,9.35957],"rotation":{"angle":22.5,"axis":"x","origin":[8.73911,9.06019,8.35957]},"faces":{"north":{"uv":[0,10,4.5,12],"rotation":90,"texture":"#3"},"east":{"uv":[0.5,10.5,5,12.5],"rotation":90,"texture":"#3"},"south":{"uv":[0,8.5,4.5,10.5],"rotation":90,"texture":"#3"},"west":{"uv":[0.5,11.5,5,13.5],"rotation":90,"texture":"#3"},"up":{"uv":[0,8,2,10],"rotation":90,"texture":"#3"},"down":{"uv":[2,10,4,12],"rotation":90,"texture":"#3"}}},{"from":[7.48911,-0.13585,6.57465],"to":[9.48911,7.36415,8.57465],"rotation":{"angle":0,"axis":"x","origin":[8.48911,5.11415,7.57465]},"faces":{"north":{"uv":[4.5,9.5,12,11.5],"rotation":90,"texture":"#3"},"east":{"uv":[5,10,12.5,12],"rotation":90,"texture":"#3"},"south":{"uv":[4.5,8,12,10],"rotation":90,"texture":"#3"},"west":{"uv":[5,11,12.5,13],"rotation":90,"texture":"#3"},"up":{"uv":[4.5,7.5,6.5,9.5],"rotation":90,"texture":"#3"},"down":{"uv":[10.5,9.5,12.5,11.5],"rotation":90,"texture":"#3"}}},{"from":[7.38911,3.96415,6.47465],"to":[9.78911,7.16415,8.67465],"rotation":{"angle":0,"axis":"x","origin":[8.48911,8.11415,7.57465]},"faces":{"north":{"uv":[12.5,0,15.5,2],"rotation":90,"texture":"#4"},"east":{"uv":[5.5,1,8.5,3],"rotation":90,"texture":"#4"},"south":{"uv":[9.5,1,12.5,3],"rotation":90,"texture":"#4"},"west":{"uv":[8,1,11,3],"rotation":90,"texture":"#4"},"up":{"uv":[6.5,1.5,8.5,3.5],"rotation":90,"texture":"#4"},"down":{"uv":[6.5,1.5,8.5,3.5],"rotation":90,"texture":"#4"}}},{"from":[7.47911,3.25415,6.56465],"to":[9.49911,3.77415,8.58465],"rotation":{"angle":0,"axis":"x","origin":[8.48911,8.11415,7.57465]},"faces":{"north":{"uv":[6.5,1.5,7,3.5],"rotation":90,"texture":"#4"},"east":{"uv":[6.5,1.5,7,3.5],"rotation":90,"texture":"#4"},"south":{"uv":[6.5,1.5,7,3.5],"rotation":90,"texture":"#4"},"west":{"uv":[6.5,1.5,7,3.5],"rotation":90,"texture":"#4"},"up":{"uv":[6.5,1.5,8.5,3.5],"rotation":90,"texture":"#4"},"down":{"uv":[6.5,1.5,8.5,3.5],"rotation":90,"texture":"#4"}}},{"from":[7.63911,7.56415,6.57465],"to":[9.83911,8.26415,8.77465],"rotation":{"angle":22.5,"axis":"x","origin":[8.78911,7.36415,7.67465]},"faces":{"north":{"uv":[6.5,1.5,7,3.5],"rotation":90,"texture":"#4"},"east":{"uv":[6.5,1.5,7,3.5],"rotation":90,"texture":"#4"},"south":{"uv":[6.5,1.5,7,3.5],"rotation":90,"texture":"#4"},"west":{"uv":[6.5,1.5,7,3.5],"rotation":90,"texture":"#4"},"up":{"uv":[6.5,1.5,8.5,3.5],"rotation":90,"texture":"#4"},"down":{"uv":[6.5,1.5,8.5,3.5],"rotation":90,"texture":"#4"}}},{"from":[7.63911,8.56415,6.57465],"to":[9.83911,9.26415,8.77465],"rotation":{"angle":22.5,"axis":"x","origin":[8.78911,7.36415,7.67465]},"faces":{"north":{"uv":[3.5,1,4,3],"rotation":90,"texture":"#4"},"east":{"uv":[3.5,1,4,3],"rotation":90,"texture":"#4"},"south":{"uv":[3.5,1,4,3],"rotation":90,"texture":"#4"},"west":{"uv":[3.5,1,4,3],"rotation":90,"texture":"#4"},"up":{"uv":[3.5,1,5.5,3],"rotation":90,"texture":"#4"},"down":{"uv":[3.5,1,5.5,3],"rotation":90,"texture":"#4"}}},{"from":[7.73911,-6.86772,8.18359],"to":[9.23911,3.63228,9.68359],"rotation":{"angle":-22.5,"axis":"x","origin":[8.48911,-3.21772,8.93359]},"faces":{"north":{"uv":[8,11,15.5,12.5],"rotation":90,"texture":"#3"},"east":{"uv":[8.5,11.5,16,13],"rotation":90,"texture":"#3"},"south":{"uv":[8,9.5,15.5,11],"rotation":90,"texture":"#3"},"west":{"uv":[8.5,12.5,16,14],"rotation":90,"texture":"#3"},"up":{"uv":[8,9,9.5,10.5],"rotation":90,"texture":"#3"},"down":{"uv":[14,11,15.5,12.5],"rotation":90,"texture":"#3"}}},{"from":[8.08911,-8.71772,9.76641],"to":[9.08911,-6.21772,10.76641],"rotation":{"angle":0,"axis":"x","origin":[8.08911,-1.31772,11.76641]},"faces":{"north":{"uv":[11.5,10,14,9],"rotation":270,"texture":"#3"},"east":{"uv":[11.5,12.5,14,11.5],"rotation":270,"texture":"#3"},"south":{"uv":[11.5,11.5,14,10.5],"rotation":270,"texture":"#3"},"west":{"uv":[11.5,13.5,14,12.5],"rotation":270,"texture":"#3"},"up":{"uv":[12.5,8.5,11.5,9.5],"rotation":270,"texture":"#3"},"down":{"uv":[16,11,15,12],"rotation":270,"texture":"#3"}}},{"from":[8.33911,-11.23013,9.37576],"to":[8.93911,-8.13013,9.97576],"rotation":{"angle":22.5,"axis":"x","origin":[8.63911,-9.68013,9.67576]},"faces":{"north":{"uv":[10,10.5,12,11],"rotation":90,"texture":"#3"},"east":{"uv":[10,11.5,12,12],"rotation":90,"texture":"#3"},"south":{"uv":[10,9,12,9.5],"rotation":90,"texture":"#3"},"west":{"uv":[10,12.5,12,13],"rotation":90,"texture":"#3"},"up":{"uv":[10,8.5,10.5,9],"rotation":90,"texture":"#3"},"down":{"uv":[12.5,11,13,11.5],"rotation":90,"texture":"#3"}}},{"from":[7.97658,14.25,10.09981],"to":[9.47658,17.75,12.09981],"rotation":{"angle":22.5,"axis":"x","origin":[9.65814,15,10.81201]},"faces":{"north":{"uv":[5,8,8.5,9.5],"rotation":270,"texture":"#3"},"east":{"uv":[5,8,8.5,10],"rotation":270,"texture":"#3"},"south":{"uv":[5,8,8.5,9.5],"rotation":270,"texture":"#3"},"west":{"uv":[5,8,8.5,10],"rotation":270,"texture":"#3"},"up":{"uv":[6.5,8,8,10],"texture":"#3"},"down":{"uv":[5,8,6.5,10],"rotation":180,"texture":"#3"}}},{"from":[7.57658,-3.6,8.04981],"to":[9.32658,-1.1,10.04981],"rotation":{"angle":22.5,"axis":"x","origin":[9.50814,-3.85,8.76201]},"faces":{"north":{"uv":[12,8,14.5,9.75],"rotation":270,"texture":"#3"},"east":{"uv":[12,8,14.5,10],"rotation":270,"texture":"#3"},"south":{"uv":[12,8,14.5,9.75],"rotation":270,"texture":"#3"},"west":{"uv":[12,8,14.5,10],"rotation":270,"texture":"#3"},"up":{"uv":[13.5,8,15.25,10],"texture":"#3"},"down":{"uv":[12,8,13.75,10],"rotation":180,"texture":"#3"}}},{"from":[8.97999,14.40273,5.79772],"to":[10.01999,16.44273,6.83772],"rotation":{"angle":-22.5,"axis":"x","origin":[9.50022,18.57506,5.39648]},"faces":{"north":{"uv":[4,12.54,6.04,11.5],"rotation":270,"texture":"#3"},"east":{"uv":[4,12.54,6.04,11.5],"rotation":270,"texture":"#3"},"south":{"uv":[4,12.54,6.04,11.5],"rotation":270,"texture":"#3"},"west":{"uv":[4,12.54,6.04,11.5],"rotation":270,"texture":"#3"},"up":{"uv":[6.04,11.5,4,12.54],"rotation":270,"texture":"#3"},"down":{"uv":[6.04,11.5,4,12.54],"rotation":270,"texture":"#3"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-159,0],"translation":[0.75,-0.25,0.5],"scale":[1.02,1.02,1.02]},"thirdperson_lefthand":{"rotation":[0,-159,0],"translation":[-0.75,1.5,0.5],"scale":[1.02,1.02,1.02]},"firstperson_righthand":{"rotation":[-19,-165,0],"translation":[12,-15,-6],"scale":[1.53,1.53,1.53]},"firstperson_lefthand":{"rotation":[-19,-146,0],"translation":[12,-15,-6],"scale":[1.53,1.53,1.53]},"gui":{"rotation":[75,40,-67],"translation":[-1.25,-1,0],"scale":[0.58,0.58,0.58]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/boreal_wand.json b/assets/minecraft/models/item/wynn/skin/wand/boreal_wand.json new file mode 100644 index 000000000..71b2d735e --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/boreal_wand.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/ice_scythe","particle":"skins/ice_scythe"},"elements":[{"from":[7.3574,-9.69992,8.59097],"to":[8.7574,5.70008,9.99097],"rotation":{"angle":0,"axis":"z","origin":[8.05072,13.2626,11.24332]},"faces":{"north":{"uv":[0,5,16,3],"rotation":90,"texture":"#0"},"east":{"uv":[0,3.5,16,1.5],"rotation":90,"texture":"#0"},"south":{"uv":[0,2,16,0],"rotation":90,"texture":"#0"},"west":{"uv":[0,7,16,5],"rotation":90,"texture":"#0"},"up":{"uv":[0,16,16,14],"rotation":180,"texture":"#0"},"down":{"uv":[0,16,16,14],"texture":"#0"}}},{"from":[7.34704,5.24777,11.67598],"to":[8.76704,9.66777,13.09598],"rotation":{"angle":22.5,"axis":"x","origin":[8.05072,13.2626,11.24332]},"faces":{"north":{"uv":[7,2.5,12,0.5],"rotation":90,"texture":"#0"},"east":{"uv":[2.5,3.5,7.5,1.5],"rotation":270,"texture":"#0"},"south":{"uv":[10.5,15,15.5,13],"rotation":90,"texture":"#0"},"west":{"uv":[6,4,11,2],"rotation":90,"texture":"#0"},"up":{"uv":[3,2.5,8,0.5],"rotation":180,"texture":"#0"},"down":{"uv":[3,2.5,8,0.5],"texture":"#0"}}},{"from":[7.36774,8.20123,7.29442],"to":[8.74774,9.58123,9.67442],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0481,9.16204,10.98181]},"faces":{"north":{"uv":[11,13,9,15],"rotation":270,"texture":"#0"},"east":{"uv":[6,3,4,6],"rotation":90,"texture":"#0"},"south":{"uv":[8,4.5,6,7.5],"rotation":270,"texture":"#0"},"west":{"uv":[12.5,1,10.5,4],"rotation":270,"texture":"#0"},"up":{"uv":[7,3,5,6],"texture":"#0"},"down":{"uv":[8,4.5,6,7.5],"rotation":180,"texture":"#0"}}},{"from":[7.35346,8.75805,9.41094],"to":[8.75346,10.15805,11.81094],"rotation":{"angle":-45,"axis":"x","origin":[8.0481,9.16204,10.98181]},"faces":{"north":{"uv":[9.5,4.5,7.5,7.5],"rotation":270,"texture":"#0"},"east":{"uv":[9.5,4.5,7.5,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[9.5,4.5,7.5,7.5],"rotation":270,"texture":"#0"},"west":{"uv":[9.5,4.5,7.5,7.5],"rotation":270,"texture":"#0"},"up":{"uv":[9.5,4.5,7.5,7.5],"texture":"#0"},"down":{"uv":[9.5,4.5,7.5,7.5],"rotation":180,"texture":"#0"}}},{"from":[7.35058,9.77274,10.2759],"to":[8.75058,13.17274,11.6759],"rotation":{"angle":22.5,"axis":"x","origin":[8.0481,9.16204,10.98181]},"faces":{"north":{"uv":[6,2.5,4,6.5],"texture":"#0"},"east":{"uv":[11,12.5,15,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[6,2.5,4,6.5],"texture":"#0"},"west":{"uv":[6.5,3,4.5,7],"texture":"#0"},"up":{"uv":[6,2.5,4,6.5],"rotation":90,"texture":"#0"},"down":{"uv":[6,2.5,4,6.5],"rotation":270,"texture":"#0"}}},{"from":[7.34057,12.61623,11.74702],"to":[8.76057,16.03623,13.16702],"rotation":{"angle":0,"axis":"x","origin":[8.04339,14.83535,16.09061]},"faces":{"north":{"uv":[5.5,2,3.5,6],"rotation":180,"texture":"#0"},"east":{"uv":[5.5,0.5,3.5,4.5],"texture":"#0"},"south":{"uv":[10.5,13.5,14.5,15.5],"rotation":270,"texture":"#0"},"west":{"uv":[10.5,13,14.5,15],"rotation":270,"texture":"#0"},"up":{"uv":[2,0,0,2],"rotation":270,"texture":"#0"},"down":{"uv":[2,0,0,2],"rotation":90,"texture":"#0"}}},{"from":[7.5574,-11.24992,8.79097],"to":[8.5574,-8.24992,9.79097],"rotation":{"angle":0,"axis":"z","origin":[8.05072,13.2626,11.24332]},"faces":{"north":{"uv":[2,0,0,4],"texture":"#0"},"east":{"uv":[2,0,0,4],"texture":"#0"},"south":{"uv":[2,0,0,4],"texture":"#0"},"west":{"uv":[2,0,0,4],"texture":"#0"},"up":{"uv":[2,0,0,2],"rotation":90,"texture":"#0"},"down":{"uv":[2,0,0,2],"rotation":270,"texture":"#0"}}},{"from":[7.7574,-13.04992,8.99097],"to":[8.3574,-10.44992,9.59097],"rotation":{"angle":0,"axis":"z","origin":[8.05072,13.2626,11.24332]},"faces":{"north":{"uv":[2,0,0,4],"texture":"#0"},"east":{"uv":[2,0,0,4],"texture":"#0"},"south":{"uv":[2,0,0,4],"texture":"#0"},"west":{"uv":[2,0,0,4],"texture":"#0"},"up":{"uv":[2,0,0,2],"rotation":90,"texture":"#0"},"down":{"uv":[2,0,0,2],"rotation":270,"texture":"#0"}}},{"from":[7.45127,13.47404,11.68638],"to":[8.65127,14.67404,13.88638],"rotation":{"angle":22.5,"axis":"x","origin":[8.04219,11.92021,15.6962]},"faces":{"north":{"uv":[4,4.5,6,1.5],"rotation":90,"texture":"#0"},"east":{"uv":[12,6.5,14,3.5],"rotation":90,"texture":"#0"},"south":{"uv":[1.5,2,3.5,0],"rotation":90,"texture":"#0"},"west":{"uv":[10.5,7.5,12.5,4.5],"rotation":90,"texture":"#0"},"up":{"uv":[8,6.5,10,3.5],"rotation":180,"texture":"#0"},"down":{"uv":[9,6.5,11,3.5],"texture":"#0"}}},{"from":[7.54664,12.66856,12.97093],"to":[8.54664,13.66856,14.97093],"rotation":{"angle":45,"axis":"x","origin":[8.04219,11.92021,15.6962]},"faces":{"north":{"uv":[0,2,2,0],"rotation":90,"texture":"#0"},"east":{"uv":[8,6.5,10,3.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,2,2,0],"rotation":90,"texture":"#0"},"west":{"uv":[7.5,7.5,9.5,4.5],"rotation":90,"texture":"#0"},"up":{"uv":[1.5,3,3.5,0],"rotation":180,"texture":"#0"},"down":{"uv":[0,3,2,0],"texture":"#0"}}},{"from":[7.64239,11.45875,16.1309],"to":[8.44239,13.25875,16.9309],"rotation":{"angle":-22.5,"axis":"x","origin":[8.04219,11.92021,15.6962]},"faces":{"north":{"uv":[7,7.5,9,4.5],"rotation":180,"texture":"#0"},"east":{"uv":[6,3,8,0],"texture":"#0"},"south":{"uv":[12,7,14,4],"rotation":180,"texture":"#0"},"west":{"uv":[6.5,7.5,8.5,4.5],"rotation":180,"texture":"#0"},"up":{"uv":[12,7,14,4],"rotation":270,"texture":"#0"},"down":{"uv":[12,7,14,4],"rotation":90,"texture":"#0"}}},{"from":[7.73912,10.36585,16.31076],"to":[8.33912,11.96585,16.91076],"rotation":{"angle":0,"axis":"x","origin":[8.04219,11.92021,15.6962]},"faces":{"north":{"uv":[7,7.5,9,4.5],"rotation":180,"texture":"#0"},"east":{"uv":[7,7.5,9,4.5],"texture":"#0"},"south":{"uv":[7,7.5,9,4.5],"rotation":180,"texture":"#0"},"west":{"uv":[7,7.5,9,4.5],"rotation":180,"texture":"#0"},"up":{"uv":[7,7.5,9,4.5],"rotation":270,"texture":"#0"},"down":{"uv":[7,7.5,9,4.5],"rotation":90,"texture":"#0"}}},{"from":[7.83717,9.54849,16.91065],"to":[8.23717,10.94849,17.31065],"rotation":{"angle":22.5,"axis":"x","origin":[8.04219,11.92021,15.6962]},"faces":{"north":{"uv":[9,4.5,7,7.5],"texture":"#0"},"east":{"uv":[9,4.5,7,7.5],"texture":"#0"},"south":{"uv":[9,4.5,7,7.5],"texture":"#0"},"west":{"uv":[9,4.5,7,7.5],"texture":"#0"},"up":{"uv":[9,4.5,7,7.5],"rotation":90,"texture":"#0"},"down":{"uv":[9,4.5,7,7.5],"rotation":270,"texture":"#0"}}},{"from":[7.93658,9.14643,17.79315],"to":[8.13658,10.34643,17.99315],"rotation":{"angle":45,"axis":"x","origin":[8.04219,11.92021,15.6962]},"faces":{"north":{"uv":[8,4.5,7,7.5],"texture":"#0"},"east":{"uv":[8,4.5,7,7.5],"texture":"#0"},"south":{"uv":[8,4.5,7,7.5],"texture":"#0"},"west":{"uv":[8,4.5,7,7.5],"texture":"#0"},"up":{"uv":[8,4.5,7,7.5],"rotation":90,"texture":"#0"},"down":{"uv":[8,4.5,7,5.5],"rotation":270,"texture":"#0"}}},{"from":[10.06236,8.93683,11.79182],"to":[11.26236,12.13683,12.99182],"rotation":{"angle":22.5,"axis":"z","origin":[8.05072,5.8626,10.94332]},"faces":{"north":{"uv":[5,8,3,12],"rotation":180,"texture":"#0"},"east":{"uv":[5,8,3,12],"rotation":180,"texture":"#0"},"south":{"uv":[5,8,3,12],"rotation":180,"texture":"#0"},"west":{"uv":[5,8,3,12],"rotation":180,"texture":"#0"},"up":{"uv":[5,8,3,12],"rotation":270,"texture":"#0"},"down":{"uv":[5,8,3,10],"rotation":90,"texture":"#0"}}},{"from":[10.26236,7.13683,11.99182],"to":[11.06236,9.93683,12.79182],"rotation":{"angle":22.5,"axis":"z","origin":[8.05072,5.8626,10.94332]},"faces":{"north":{"uv":[4,8,3,11.5],"rotation":180,"texture":"#0"},"east":{"uv":[4,8,3,11.5],"rotation":180,"texture":"#0"},"south":{"uv":[4,8,3,11.5],"rotation":180,"texture":"#0"},"west":{"uv":[4,8,3,11.5],"rotation":180,"texture":"#0"},"up":{"uv":[4,8,3,11.5],"rotation":270,"texture":"#0"},"down":{"uv":[5,8,3,10],"rotation":90,"texture":"#0"}}},{"from":[10.46236,5.33683,12.19182],"to":[10.86236,7.73683,12.59182],"rotation":{"angle":22.5,"axis":"z","origin":[8.05072,5.8626,10.94332]},"faces":{"north":{"uv":[4,8,3,10],"rotation":180,"texture":"#0"},"east":{"uv":[4,8,3,10],"rotation":180,"texture":"#0"},"south":{"uv":[4,8,3,10],"rotation":180,"texture":"#0"},"west":{"uv":[4,8,3,10],"rotation":180,"texture":"#0"},"up":{"uv":[4,8,3,10],"rotation":270,"texture":"#0"},"down":{"uv":[5,8,3,10],"rotation":90,"texture":"#0"}}},{"from":[4.38982,10.08653,11.79182],"to":[5.58982,13.28653,12.99182],"rotation":{"angle":-22.5,"axis":"z","origin":[8.05072,5.8626,10.94332]},"faces":{"north":{"uv":[4.5,8,2.5,12],"rotation":180,"texture":"#0"},"east":{"uv":[4.5,8,2.5,12],"rotation":180,"texture":"#0"},"south":{"uv":[4.5,8,2.5,12],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,8,6.5,12],"rotation":180,"texture":"#0"},"up":{"uv":[4.5,8,2.5,12],"rotation":270,"texture":"#0"},"down":{"uv":[4.5,8,2.5,10],"rotation":90,"texture":"#0"}}},{"from":[4.58982,8.28653,11.99182],"to":[5.38982,11.08653,12.79182],"rotation":{"angle":-22.5,"axis":"z","origin":[8.05072,5.8626,10.94332]},"faces":{"north":{"uv":[3.5,8,2.5,10.5],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,8,2.5,10.5],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,8,2.5,10.5],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,8,2.5,10.5],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,8,2.5,10.5],"rotation":270,"texture":"#0"},"down":{"uv":[4.5,8,2.5,10],"rotation":90,"texture":"#0"}}},{"from":[4.78982,6.48653,12.19182],"to":[5.18982,8.88653,12.59182],"rotation":{"angle":-22.5,"axis":"z","origin":[8.05072,5.8626,10.94332]},"faces":{"north":{"uv":[3.5,8,2.5,9.5],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,8,2.5,9.5],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,8,2.5,9.5],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,8,2.5,9.5],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,8,2.5,9.5],"rotation":270,"texture":"#0"},"down":{"uv":[4.5,8,2.5,10],"rotation":90,"texture":"#0"}}},{"from":[7.38976,10.736,13.41636],"to":[8.58976,13.936,14.61636],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98976,10.336,14.01636]},"faces":{"north":{"uv":[5.5,8,3.5,12],"rotation":180,"texture":"#0"},"east":{"uv":[5.5,8,3.5,12],"rotation":180,"texture":"#0"},"south":{"uv":[5.5,8,3.5,12],"rotation":180,"texture":"#0"},"west":{"uv":[5.5,8,3.5,12],"rotation":180,"texture":"#0"},"up":{"uv":[5.5,8,3.5,12],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,8,3.5,10],"rotation":90,"texture":"#0"}}},{"from":[7.58976,8.936,13.61636],"to":[8.38976,11.736,14.41636],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98976,10.336,14.01636]},"faces":{"north":{"uv":[4.5,8,3.5,11],"rotation":180,"texture":"#0"},"east":{"uv":[4.5,8,3.5,11],"rotation":180,"texture":"#0"},"south":{"uv":[4.5,8,3.5,11],"rotation":180,"texture":"#0"},"west":{"uv":[4.5,8,3.5,11],"rotation":180,"texture":"#0"},"up":{"uv":[4.5,8,3.5,11],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,8,3.5,10],"rotation":90,"texture":"#0"}}},{"from":[7.78976,7.136,13.81636],"to":[8.18976,9.536,14.21636],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98976,10.336,14.01636]},"faces":{"north":{"uv":[4.5,8,3.5,10],"rotation":180,"texture":"#0"},"east":{"uv":[4.5,8,3.5,10],"rotation":180,"texture":"#0"},"south":{"uv":[4.5,8,3.5,10],"rotation":180,"texture":"#0"},"west":{"uv":[4.5,8,3.5,10],"rotation":180,"texture":"#0"},"up":{"uv":[4.5,8,3.5,10],"rotation":270,"texture":"#0"},"down":{"uv":[4.5,8,3.5,10],"rotation":90,"texture":"#0"}}},{"from":[7.53976,12.49912,6.03415],"to":[8.33976,13.29912,7.83415],"rotation":{"angle":-22.5,"axis":"x","origin":[7.93976,12.89912,5.45953]},"faces":{"north":{"uv":[8.5,8.5,7.5,9.5],"texture":"#0"},"east":{"uv":[8,9.5,7,11.5],"rotation":90,"texture":"#0"},"south":{"uv":[8,10.5,7,11.5],"rotation":180,"texture":"#0"},"west":{"uv":[8,9.5,7,11.5],"rotation":270,"texture":"#0"},"up":{"uv":[8,9.5,7,11.5],"texture":"#0"},"down":{"uv":[8,9.5,7,11.5],"rotation":180,"texture":"#0"}}},{"from":[7.63976,12.59912,4.48415],"to":[8.23976,13.19912,7.08415],"rotation":{"angle":-22.5,"axis":"x","origin":[7.93976,12.89912,5.45953]},"faces":{"north":{"uv":[5.5,8,3.5,10],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,8,3.5,11],"rotation":90,"texture":"#0"},"south":{"uv":[4.5,8,3.5,11],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,8,3.5,11],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,8,3.5,11],"texture":"#0"},"down":{"uv":[4.5,8,3.5,11],"rotation":180,"texture":"#0"}}},{"from":[7.78976,12.74912,3.38415],"to":[8.08976,13.04912,5.68415],"rotation":{"angle":-22.5,"axis":"x","origin":[7.93976,12.89912,5.45953]},"faces":{"north":{"uv":[4.5,8,3.5,10],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,8,3.5,10],"rotation":90,"texture":"#0"},"south":{"uv":[4.5,8,3.5,10],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,8,3.5,10],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,8,3.5,10],"texture":"#0"},"down":{"uv":[4.5,8,3.5,10],"rotation":180,"texture":"#0"}}},{"from":[7.79076,12.50012,3.63515],"to":[8.08876,13.29812,3.93315],"rotation":{"angle":-22.5,"axis":"x","origin":[7.93976,12.89912,5.45953]},"faces":{"north":{"uv":[3.9,8,4.8,8.4],"rotation":90,"texture":"#0"},"east":{"uv":[3.9,8,4.3,8.9],"rotation":180,"texture":"#0"},"south":{"uv":[3.9,8,4.8,8.4],"rotation":270,"texture":"#0"},"west":{"uv":[3.9,8,4.3,8.9],"texture":"#0"},"up":{"uv":[3.9,8,4.3,8.4],"rotation":90,"texture":"#0"},"down":{"uv":[3.9,8,4.3,8.4],"rotation":270,"texture":"#0"}}},{"from":[7.78976,12.22292,5.81644],"to":[8.08976,14.02292,6.11644],"rotation":{"angle":45,"axis":"x","origin":[7.93976,12.89912,5.45953]},"faces":{"north":{"uv":[3.9,8,5.8,8.4],"rotation":90,"texture":"#0"},"east":{"uv":[3.9,8,4.3,9.9],"rotation":180,"texture":"#0"},"south":{"uv":[3.9,8,5.8,8.4],"rotation":270,"texture":"#0"},"west":{"uv":[3.9,8,4.3,9.9],"texture":"#0"},"up":{"uv":[3.9,8,4.3,8.4],"rotation":90,"texture":"#0"},"down":{"uv":[3.9,8,4.3,8.4],"rotation":270,"texture":"#0"}}},{"from":[7.78976,13.25604,4.78332],"to":[8.08976,13.55604,6.58332],"rotation":{"angle":0,"axis":"x","origin":[7.93976,12.89912,5.45953]},"faces":{"north":{"uv":[3.9,8,4.3,8.4],"rotation":270,"texture":"#0"},"east":{"uv":[3.9,8,4.3,9.9],"rotation":270,"texture":"#0"},"south":{"uv":[3.9,8,4.3,8.4],"rotation":270,"texture":"#0"},"west":{"uv":[3.9,8,4.3,9.9],"rotation":270,"texture":"#0"},"up":{"uv":[3.9,8,5.8,8.4],"rotation":270,"texture":"#0"},"down":{"uv":[3.9,8,5.8,8.4],"rotation":270,"texture":"#0"}}},{"from":[7.78976,14.85793,3.8399],"to":[8.08976,15.15793,6.1399],"rotation":{"angle":22.5,"axis":"x","origin":[7.93976,16.3814,6.833]},"faces":{"north":{"uv":[4.5,8,3.5,10],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,8,3.5,10],"rotation":90,"texture":"#0"},"south":{"uv":[4.5,8,3.5,10],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,8,3.5,10],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,8,3.5,10],"texture":"#0"},"down":{"uv":[4.5,8,3.5,10],"rotation":180,"texture":"#0"}}},{"from":[7.63976,14.70793,4.9399],"to":[8.23976,15.30793,7.5399],"rotation":{"angle":22.5,"axis":"x","origin":[7.93976,16.3814,6.833]},"faces":{"north":{"uv":[5.5,8,3.5,10],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,8,3.5,11],"rotation":90,"texture":"#0"},"south":{"uv":[4.5,8,3.5,11],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,8,3.5,11],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,8,3.5,11],"texture":"#0"},"down":{"uv":[4.5,8,3.5,11],"rotation":180,"texture":"#0"}}},{"from":[7.53976,14.60793,6.4899],"to":[8.33976,15.40793,8.2899],"rotation":{"angle":22.5,"axis":"x","origin":[7.93976,16.3814,6.833]},"faces":{"north":{"uv":[8.5,8.5,7.5,9.5],"texture":"#0"},"east":{"uv":[8,9.5,7,11.5],"rotation":90,"texture":"#0"},"south":{"uv":[8,10.5,7,11.5],"rotation":180,"texture":"#0"},"west":{"uv":[8,9.5,7,11.5],"rotation":270,"texture":"#0"},"up":{"uv":[8,9.5,7,11.5],"texture":"#0"},"down":{"uv":[8,9.5,7,11.5],"rotation":180,"texture":"#0"}}},{"from":[7.79076,14.60893,4.0909],"to":[8.08876,15.40693,4.3889],"rotation":{"angle":22.5,"axis":"x","origin":[7.93976,16.3814,6.833]},"faces":{"north":{"uv":[3.9,8,4.8,8.4],"rotation":90,"texture":"#0"},"east":{"uv":[3.9,8,4.3,8.9],"rotation":180,"texture":"#0"},"south":{"uv":[3.9,8,4.8,8.4],"rotation":270,"texture":"#0"},"west":{"uv":[3.9,8,4.3,8.9],"texture":"#0"},"up":{"uv":[3.9,8,4.3,8.4],"rotation":90,"texture":"#0"},"down":{"uv":[3.9,8,4.3,8.4],"rotation":270,"texture":"#0"}}},{"from":[7.78976,14.80676,4.78332],"to":[8.08976,15.10676,6.58332],"rotation":{"angle":0,"axis":"x","origin":[7.93976,16.3814,6.833]},"faces":{"north":{"uv":[3.9,8,4.3,8.4],"rotation":90,"texture":"#0"},"east":{"uv":[3.9,8,4.3,9.9],"rotation":90,"texture":"#0"},"south":{"uv":[3.9,8,4.3,8.4],"rotation":90,"texture":"#0"},"west":{"uv":[3.9,8,4.3,9.9],"rotation":90,"texture":"#0"},"up":{"uv":[3.9,8,5.8,8.4],"rotation":270,"texture":"#0"},"down":{"uv":[3.9,8,5.8,8.4],"rotation":270,"texture":"#0"}}},{"from":[7.78976,15.11819,5.83453],"to":[8.08976,15.41819,7.63453],"rotation":{"angle":45,"axis":"x","origin":[7.93976,16.3814,6.833]},"faces":{"north":{"uv":[3.9,8,4.3,8.4],"rotation":270,"texture":"#0"},"east":{"uv":[3.9,8,4.3,9.9],"rotation":270,"texture":"#0"},"south":{"uv":[3.9,8,4.3,8.4],"rotation":270,"texture":"#0"},"west":{"uv":[3.9,8,4.3,9.9],"rotation":270,"texture":"#0"},"up":{"uv":[3.9,8,5.8,8.4],"rotation":270,"texture":"#0"},"down":{"uv":[3.9,8,5.8,8.4],"rotation":270,"texture":"#0"}}},{"from":[7.78976,16.63108,8.10764],"to":[8.08976,18.43108,8.40764],"rotation":{"angle":22.5,"axis":"x","origin":[7.93976,16.3814,6.833]},"faces":{"north":{"uv":[3.9,8,5.8,8.4],"rotation":90,"texture":"#0"},"east":{"uv":[3.9,8,4.3,9.9],"rotation":180,"texture":"#0"},"south":{"uv":[3.9,8,5.8,8.4],"rotation":270,"texture":"#0"},"west":{"uv":[3.9,8,4.3,9.9],"texture":"#0"},"up":{"uv":[3.9,8,4.3,8.4],"rotation":90,"texture":"#0"},"down":{"uv":[3.9,8,4.3,8.4],"rotation":270,"texture":"#0"}}},{"from":[7.78976,15.57987,7.79621],"to":[8.08976,17.37987,8.09621],"rotation":{"angle":-22.5,"axis":"x","origin":[7.93976,16.3814,6.833]},"faces":{"north":{"uv":[3.9,8,5.8,8.4],"rotation":90,"texture":"#0"},"east":{"uv":[3.9,8,4.3,9.9],"texture":"#0"},"south":{"uv":[3.9,8,5.8,8.4],"rotation":270,"texture":"#0"},"west":{"uv":[3.9,8,4.3,9.9],"rotation":180,"texture":"#0"},"up":{"uv":[3.9,8,4.3,8.4],"rotation":270,"texture":"#0"},"down":{"uv":[3.9,8,4.3,8.4],"rotation":90,"texture":"#0"}}},{"from":[7.79076,18.8255,7.80747],"to":[8.08876,19.1235,8.60547],"rotation":{"angle":0,"axis":"x","origin":[7.93976,16.3814,6.833]},"faces":{"north":{"uv":[3.9,8,4.3,8.4],"rotation":90,"texture":"#0"},"east":{"uv":[3.9,8,4.3,8.9],"rotation":90,"texture":"#0"},"south":{"uv":[3.9,8,4.3,8.4],"rotation":90,"texture":"#0"},"west":{"uv":[3.9,8,4.3,8.9],"rotation":90,"texture":"#0"},"up":{"uv":[3.9,8,4.8,8.4],"rotation":270,"texture":"#0"},"down":{"uv":[3.9,8,4.8,8.4],"rotation":270,"texture":"#0"}}},{"from":[7.78976,17.0745,8.05647],"to":[8.08976,19.3745,8.35647],"rotation":{"angle":0,"axis":"x","origin":[7.93976,16.3814,6.833]},"faces":{"north":{"uv":[4.5,8,3.5,10],"texture":"#0"},"east":{"uv":[4.5,8,3.5,10],"texture":"#0"},"south":{"uv":[4.5,8,3.5,10],"texture":"#0"},"west":{"uv":[4.5,8,3.5,10],"texture":"#0"},"up":{"uv":[4.5,8,3.5,10],"rotation":90,"texture":"#0"},"down":{"uv":[4.5,8,3.5,10],"rotation":270,"texture":"#0"}}},{"from":[7.63976,15.6745,7.90647],"to":[8.23976,18.2745,8.50647],"rotation":{"angle":0,"axis":"x","origin":[7.93976,16.3814,6.833]},"faces":{"north":{"uv":[4.5,8,3.5,11],"texture":"#0"},"east":{"uv":[4.5,8,3.5,11],"texture":"#0"},"south":{"uv":[4.5,8,3.5,11],"texture":"#0"},"west":{"uv":[4.5,8,3.5,11],"texture":"#0"},"up":{"uv":[5.5,8,3.5,10],"rotation":90,"texture":"#0"},"down":{"uv":[4.5,8,3.5,11],"rotation":270,"texture":"#0"}}},{"from":[7.53976,14.9245,7.80647],"to":[8.33976,16.7245,8.60647],"rotation":{"angle":0,"axis":"x","origin":[7.93976,16.3814,6.833]},"faces":{"north":{"uv":[8,9.5,7,11.5],"texture":"#0"},"east":{"uv":[8,9.5,7,11.5],"texture":"#0"},"south":{"uv":[8,9.5,7,11.5],"texture":"#0"},"west":{"uv":[8,9.5,7,11.5],"texture":"#0"},"up":{"uv":[8.5,8.5,7.5,9.5],"rotation":180,"texture":"#0"},"down":{"uv":[8,10.5,7,11.5],"rotation":180,"texture":"#0"}}},{"from":[7.78976,14.80676,9.82962],"to":[8.08976,15.10676,11.62962],"rotation":{"angle":0,"axis":"x","origin":[7.93976,13.14216,10.03777]},"faces":{"north":{"uv":[3.9,8,4.3,8.4],"rotation":90,"texture":"#0"},"east":{"uv":[3.9,8,4.3,9.9],"rotation":90,"texture":"#0"},"south":{"uv":[3.9,8,4.3,8.4],"rotation":90,"texture":"#0"},"west":{"uv":[3.9,8,4.3,9.9],"rotation":90,"texture":"#0"},"up":{"uv":[3.9,8,5.8,8.4],"rotation":270,"texture":"#0"},"down":{"uv":[3.9,8,5.8,8.4],"rotation":270,"texture":"#0"}}},{"from":[7.78976,14.30738,8.38675],"to":[8.08976,16.10738,8.68675],"rotation":{"angle":45,"axis":"x","origin":[7.93976,13.14216,10.03777]},"faces":{"north":{"uv":[3.9,8,5.8,8.4],"rotation":90,"texture":"#0"},"east":{"uv":[3.9,8,4.3,9.9],"texture":"#0"},"south":{"uv":[3.9,8,5.8,8.4],"rotation":270,"texture":"#0"},"west":{"uv":[3.9,8,4.3,9.9],"rotation":180,"texture":"#0"},"up":{"uv":[3.9,8,4.3,8.4],"rotation":270,"texture":"#0"},"down":{"uv":[3.9,8,4.3,8.4],"rotation":90,"texture":"#0"}}},{"from":[7.63976,14.63656,10.14749],"to":[8.23976,15.23656,12.74749],"rotation":{"angle":-22.5,"axis":"x","origin":[7.93976,13.14216,10.03777]},"faces":{"north":{"uv":[4.5,8,3.5,11],"rotation":90,"texture":"#0"},"east":{"uv":[4.5,8,3.5,11],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,8,3.5,10],"rotation":90,"texture":"#0"},"west":{"uv":[4.5,8,3.5,11],"rotation":90,"texture":"#0"},"up":{"uv":[4.5,8,3.5,11],"rotation":180,"texture":"#0"},"down":{"uv":[4.5,8,3.5,11],"texture":"#0"}}},{"from":[7.53976,14.53656,9.39749],"to":[8.33976,15.33656,11.19749],"rotation":{"angle":-22.5,"axis":"x","origin":[7.93976,13.14216,10.03777]},"faces":{"north":{"uv":[8,10.5,7,11.5],"texture":"#0"},"east":{"uv":[8,9.5,7,11.5],"rotation":270,"texture":"#0"},"south":{"uv":[8.5,8.5,7.5,9.5],"rotation":180,"texture":"#0"},"west":{"uv":[8,9.5,7,11.5],"rotation":90,"texture":"#0"},"up":{"uv":[8,9.5,7,11.5],"rotation":180,"texture":"#0"},"down":{"uv":[8,9.5,7,11.5],"texture":"#0"}}},{"from":[7.53976,11.6383,7.80647],"to":[8.33976,13.4383,8.60647],"rotation":{"angle":0,"axis":"x","origin":[7.93976,13.14216,10.03777]},"faces":{"north":{"uv":[8,9.5,7,11.5],"rotation":180,"texture":"#0"},"east":{"uv":[8,9.5,7,11.5],"rotation":180,"texture":"#0"},"south":{"uv":[8,9.5,7,11.5],"rotation":180,"texture":"#0"},"west":{"uv":[8,9.5,7,11.5],"rotation":180,"texture":"#0"},"up":{"uv":[8,10.5,7,11.5],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,8.5,7.5,9.5],"rotation":180,"texture":"#0"}}},{"from":[7.63976,10.0883,7.90647],"to":[8.23976,12.6883,8.50647],"rotation":{"angle":0,"axis":"x","origin":[7.93976,13.14216,10.03777]},"faces":{"north":{"uv":[4.5,8,3.5,11],"rotation":180,"texture":"#0"},"east":{"uv":[4.5,8,3.5,11],"rotation":180,"texture":"#0"},"south":{"uv":[4.5,8,3.5,11],"rotation":180,"texture":"#0"},"west":{"uv":[4.5,8,3.5,11],"rotation":180,"texture":"#0"},"up":{"uv":[4.5,8,3.5,11],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,8,3.5,10],"rotation":90,"texture":"#0"}}},{"from":[7.78976,8.9883,8.05647],"to":[8.08976,11.2883,8.35647],"rotation":{"angle":0,"axis":"x","origin":[7.93976,13.14216,10.03777]},"faces":{"north":{"uv":[4.5,8,3.5,10],"rotation":180,"texture":"#0"},"east":{"uv":[4.5,8,3.5,10],"rotation":180,"texture":"#0"},"south":{"uv":[4.5,8,3.5,10],"rotation":180,"texture":"#0"},"west":{"uv":[4.5,8,3.5,10],"rotation":180,"texture":"#0"},"up":{"uv":[4.5,8,3.5,10],"rotation":270,"texture":"#0"},"down":{"uv":[4.5,8,3.5,10],"rotation":90,"texture":"#0"}}},{"from":[7.79076,9.2393,7.80747],"to":[8.08876,9.5373,8.60547],"rotation":{"angle":0,"axis":"x","origin":[7.93976,13.14216,10.03777]},"faces":{"north":{"uv":[3.9,8,4.3,8.4],"rotation":270,"texture":"#0"},"east":{"uv":[3.9,8,4.3,8.9],"rotation":270,"texture":"#0"},"south":{"uv":[3.9,8,4.3,8.4],"rotation":270,"texture":"#0"},"west":{"uv":[3.9,8,4.3,8.9],"rotation":270,"texture":"#0"},"up":{"uv":[3.9,8,4.8,8.4],"rotation":270,"texture":"#0"},"down":{"uv":[3.9,8,4.8,8.4],"rotation":270,"texture":"#0"}}},{"from":[7.78976,11.24649,7.90738],"to":[8.08976,13.04649,8.20738],"rotation":{"angle":-22.5,"axis":"x","origin":[7.93976,13.14216,10.03777]},"faces":{"north":{"uv":[3.9,8,5.8,8.4],"rotation":90,"texture":"#0"},"east":{"uv":[3.9,8,4.3,9.9],"rotation":180,"texture":"#0"},"south":{"uv":[3.9,8,5.8,8.4],"rotation":270,"texture":"#0"},"west":{"uv":[3.9,8,4.3,9.9],"texture":"#0"},"up":{"uv":[3.9,8,4.3,8.4],"rotation":90,"texture":"#0"},"down":{"uv":[3.9,8,4.3,8.4],"rotation":270,"texture":"#0"}}},{"from":[7.78976,9.84488,8.48436],"to":[8.08976,11.64488,8.78436],"rotation":{"angle":22.5,"axis":"x","origin":[7.93976,13.14216,10.03777]},"faces":{"north":{"uv":[3.9,8,5.8,8.4],"rotation":90,"texture":"#0"},"east":{"uv":[3.9,8,4.3,9.9],"texture":"#0"},"south":{"uv":[3.9,8,5.8,8.4],"rotation":270,"texture":"#0"},"west":{"uv":[3.9,8,4.3,9.9],"rotation":180,"texture":"#0"},"up":{"uv":[3.9,8,4.3,8.4],"rotation":270,"texture":"#0"},"down":{"uv":[3.9,8,4.3,8.4],"rotation":90,"texture":"#0"}}},{"from":[7.78976,12.96086,9.73328],"to":[8.08976,13.26086,11.53328],"rotation":{"angle":45,"axis":"x","origin":[7.93976,13.14216,10.03777]},"faces":{"north":{"uv":[3.9,8,4.3,8.4],"rotation":90,"texture":"#0"},"east":{"uv":[3.9,8,4.3,9.9],"rotation":90,"texture":"#0"},"south":{"uv":[3.9,8,4.3,8.4],"rotation":90,"texture":"#0"},"west":{"uv":[3.9,8,4.3,9.9],"rotation":90,"texture":"#0"},"up":{"uv":[3.9,8,5.8,8.4],"rotation":270,"texture":"#0"},"down":{"uv":[3.9,8,5.8,8.4],"rotation":270,"texture":"#0"}}},{"from":[7.78976,13.25604,9.82962],"to":[8.08976,13.55604,11.62962],"rotation":{"angle":0,"axis":"x","origin":[7.93976,13.14216,10.03777]},"faces":{"north":{"uv":[3.9,8,4.3,8.4],"rotation":270,"texture":"#0"},"east":{"uv":[3.9,8,4.3,9.9],"rotation":270,"texture":"#0"},"south":{"uv":[3.9,8,4.3,8.4],"rotation":270,"texture":"#0"},"west":{"uv":[3.9,8,4.3,9.9],"rotation":270,"texture":"#0"},"up":{"uv":[3.9,8,5.8,8.4],"rotation":270,"texture":"#0"},"down":{"uv":[3.9,8,5.8,8.4],"rotation":270,"texture":"#0"}}},{"from":[7.53976,12.86803,8.60209],"to":[8.33976,13.66803,10.40209],"rotation":{"angle":22.5,"axis":"x","origin":[7.93976,13.14216,10.03777]},"faces":{"north":{"uv":[8,10.5,7,11.5],"texture":"#0"},"east":{"uv":[8,9.5,7,11.5],"rotation":270,"texture":"#0"},"south":{"uv":[8.5,8.5,7.5,9.5],"rotation":180,"texture":"#0"},"west":{"uv":[8,9.5,7,11.5],"rotation":90,"texture":"#0"},"up":{"uv":[8,9.5,7,11.5],"rotation":180,"texture":"#0"},"down":{"uv":[8,9.5,7,11.5],"texture":"#0"}}},{"from":[7.63976,12.96803,9.35209],"to":[8.23976,13.56803,11.95209],"rotation":{"angle":22.5,"axis":"x","origin":[7.93976,13.14216,10.03777]},"faces":{"north":{"uv":[4.5,8,3.5,11],"rotation":90,"texture":"#0"},"east":{"uv":[4.5,8,3.5,11],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,8,3.5,10],"rotation":90,"texture":"#0"},"west":{"uv":[4.5,8,3.5,11],"rotation":90,"texture":"#0"},"up":{"uv":[4.5,8,3.5,11],"rotation":180,"texture":"#0"},"down":{"uv":[4.5,8,3.5,11],"texture":"#0"}}},{"from":[7.4574,4.58052,10.32863],"to":[8.6574,7.78052,11.52863],"rotation":{"angle":22.5,"axis":"x","origin":[8.05072,15.1626,9.84332]},"faces":{"north":{"uv":[3.5,8,1.5,12],"rotation":180,"texture":"#0"},"east":{"uv":[3.5,8,1.5,12],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,8,1.5,12],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,8,1.5,12],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,8,1.5,12],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,8,1.5,10],"rotation":90,"texture":"#0"}}},{"from":[7.6574,2.78052,10.52863],"to":[8.4574,5.58052,11.32863],"rotation":{"angle":22.5,"axis":"x","origin":[8.05072,15.1626,9.84332]},"faces":{"north":{"uv":[2.5,8,1.5,11],"rotation":180,"texture":"#0"},"east":{"uv":[2.5,8,1.5,11],"rotation":180,"texture":"#0"},"south":{"uv":[2.5,8,1.5,11],"rotation":180,"texture":"#0"},"west":{"uv":[2.5,8,1.5,11],"rotation":180,"texture":"#0"},"up":{"uv":[2.5,8,1.5,11],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,8,1.5,10],"rotation":90,"texture":"#0"}}},{"from":[7.8574,0.98052,10.72863],"to":[8.2574,3.38052,11.12863],"rotation":{"angle":22.5,"axis":"x","origin":[8.05072,15.1626,9.84332]},"faces":{"north":{"uv":[2,8,1.5,12],"rotation":180,"texture":"#0"},"east":{"uv":[2,8,1.5,12],"rotation":180,"texture":"#0"},"south":{"uv":[2,8,1.5,12],"rotation":180,"texture":"#0"},"west":{"uv":[2,8,1.5,12],"rotation":180,"texture":"#0"},"up":{"uv":[2,8,1.5,12],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,8,1.5,10],"rotation":90,"texture":"#0"}}},{"from":[7.43976,8.66142,12.25382],"to":[8.63976,12.86142,13.45382],"rotation":{"angle":0,"axis":"x","origin":[8.03976,8.42809,12.85382]},"faces":{"north":{"uv":[2,10,9,8],"rotation":90,"texture":"#0"},"east":{"uv":[2,10,9,8],"rotation":90,"texture":"#0"},"south":{"uv":[2,10,9,8],"rotation":90,"texture":"#0"},"west":{"uv":[2,10,9,8],"rotation":90,"texture":"#0"},"up":{"uv":[2,10,9,8],"rotation":180,"texture":"#0"},"down":{"uv":[2,10,9,8],"texture":"#0"}}},{"from":[7.63976,6.86142,12.45382],"to":[8.43976,9.66142,13.25382],"rotation":{"angle":0,"axis":"x","origin":[8.03976,8.42809,12.85382]},"faces":{"north":{"uv":[2,10,9,8],"rotation":90,"texture":"#0"},"east":{"uv":[2,10,9,8],"rotation":90,"texture":"#0"},"south":{"uv":[2,10,9,8],"rotation":90,"texture":"#0"},"west":{"uv":[2,10,9,8],"rotation":90,"texture":"#0"},"up":{"uv":[2,10,9,8],"rotation":180,"texture":"#0"},"down":{"uv":[2,10,9,8],"texture":"#0"}}},{"from":[7.83976,5.06142,12.65382],"to":[8.23976,7.46142,13.05382],"rotation":{"angle":0,"axis":"x","origin":[8.03976,8.42809,12.85382]},"faces":{"north":{"uv":[2,10,9,8],"rotation":90,"texture":"#0"},"east":{"uv":[2,10,9,8],"rotation":90,"texture":"#0"},"south":{"uv":[2,10,9,8],"rotation":90,"texture":"#0"},"west":{"uv":[2,10,9,8],"rotation":90,"texture":"#0"},"up":{"uv":[2,10,9,8],"rotation":180,"texture":"#0"},"down":{"uv":[2,10,9,8],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"translation":[-0.25,4.5,-0.75],"scale":[1.2,1.2,1.2]},"thirdperson_lefthand":{"translation":[-0.25,4.5,-0.75],"scale":[1.2,1.2,1.2]},"firstperson_righthand":{"rotation":[-14,10,0],"translation":[1,2.25,-1],"scale":[0.94,0.94,0.94]},"firstperson_lefthand":{"rotation":[-14,10,0],"translation":[1,2.25,-1],"scale":[0.94,0.94,0.94]},"gui":{"rotation":[90,-132,100],"translation":[1.75,1.5,0],"scale":[0.6,0.6,0.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/brawler_broom.json b/assets/minecraft/models/item/wynn/skin/wand/brawler_broom.json new file mode 100644 index 000000000..9327eee76 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/brawler_broom.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/brawler/brawler_broom","particle":"skins/brawler/brawler_broom"},"elements":[{"from":[7,0,7],"to":[9,24,9],"faces":{"north":{"uv":[0,0,1,12],"texture":"#0"},"east":{"uv":[0,0,1,12],"texture":"#0"},"south":{"uv":[0,0,1,12],"texture":"#0"},"west":{"uv":[0,0,1,12],"texture":"#0"},"down":{"uv":[0,12,1,13],"texture":"#0"}}},{"from":[5,24,5],"to":[11,32,11],"faces":{"north":{"uv":[1,0,4,4],"texture":"#0"},"east":{"uv":[1,0,4,4],"texture":"#0"},"south":{"uv":[1,0,4,4],"texture":"#0"},"west":{"uv":[1,0,4,4],"texture":"#0"},"down":{"uv":[1,4,4,7],"texture":"#0"}}},{"from":[11,24,5],"to":[5,32,11],"faces":{"north":{"uv":[4,0,1,4],"texture":"#0"},"east":{"uv":[4,0,1,4],"texture":"#0"},"south":{"uv":[4,0,1,4],"texture":"#0"},"west":{"uv":[4,0,1,4],"texture":"#0"},"down":{"uv":[1,4,4,7],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,0,5],"translation":[-1,-5,2]},"thirdperson_lefthand":{"rotation":[0,0,5],"translation":[-1,-5,2]},"firstperson_righthand":{"rotation":[-15,10,-10],"translation":[5,-9,0]},"firstperson_lefthand":{"rotation":[-15,10,-10],"translation":[5,-9,0]},"gui":{"rotation":[-20,160,30],"translation":[-2,-4,0],"scale":[0.6,0.6,0.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/candy_wand.json b/assets/minecraft/models/item/wynn/skin/wand/candy_wand.json new file mode 100644 index 000000000..687f839f1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/candy_wand.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/dwarf","1":"skins/rose","particle":"skins/dwarf"},"elements":[{"from":[7,-1,8.5],"to":[9,20.9,9.5],"rotation":{"angle":0,"axis":"y","origin":[0,8,1]},"faces":{"north":{"uv":[15.75,2.25,14.75,13.2],"texture":"#0"},"east":{"uv":[15,1,14.5,11.95],"texture":"#0"},"south":{"uv":[15.5,3.5,14.5,14.45],"texture":"#0"},"west":{"uv":[15.75,3.25,15.25,14.2],"texture":"#0"},"up":{"uv":[15,0,16,0.5],"texture":"#0"},"down":{"uv":[15,0,16,0.5],"texture":"#0"}}},{"from":[7.01,-13.24,8.51],"to":[8.99,8.64,9.49],"rotation":{"angle":0,"axis":"y","origin":[0,8,1]},"faces":{"north":{"uv":[15.75,2.25,14.75,13.2],"texture":"#0"},"east":{"uv":[15,1,14.5,11.95],"texture":"#0"},"south":{"uv":[15.5,3.5,14.5,14.45],"texture":"#0"},"west":{"uv":[15.75,3.25,15.25,14.2],"texture":"#0"},"up":{"uv":[15,0,16,0.5],"texture":"#0"},"down":{"uv":[15,0,16,0.5],"texture":"#0"}}},{"from":[7.51,-13.34,8.01],"to":[8.49,8.74,9.99],"rotation":{"angle":0,"axis":"y","origin":[8,9.95,9]},"faces":{"north":{"uv":[15.75,2.5,15.25,13.45],"texture":"#0"},"east":{"uv":[15.5,1.25,14.5,12.2],"texture":"#0"},"south":{"uv":[15.75,4,15.25,14.95],"texture":"#0"},"west":{"uv":[15.75,3,14.75,13.95],"texture":"#0"},"up":{"uv":[15,0,16,0.5],"rotation":270,"texture":"#0"},"down":{"uv":[15,0,16,0.5],"rotation":90,"texture":"#0"}}},{"from":[7,-1,8.5],"to":[9,20.9,9.5],"rotation":{"angle":0,"axis":"y","origin":[0,8,1]},"faces":{"north":{"uv":[15.75,2.25,14.75,13.2],"texture":"#0"},"east":{"uv":[15,1,14.5,11.95],"texture":"#0"},"south":{"uv":[15.5,3.5,14.5,14.45],"texture":"#0"},"west":{"uv":[15.75,3.25,15.25,14.2],"texture":"#0"},"up":{"uv":[15,0,16,0.5],"texture":"#0"},"down":{"uv":[15,0,16,0.5],"texture":"#0"}}},{"from":[7.5,-1.1,8],"to":[8.5,21,10],"rotation":{"angle":0,"axis":"y","origin":[8,9.95,9]},"faces":{"north":{"uv":[15.75,2.5,15.25,13.45],"texture":"#0"},"east":{"uv":[15.5,1.25,14.5,12.2],"texture":"#0"},"south":{"uv":[15.75,4,15.25,14.95],"texture":"#0"},"west":{"uv":[15.75,3,14.75,13.95],"texture":"#0"},"up":{"uv":[15,0,16,0.5],"rotation":270,"texture":"#0"},"down":{"uv":[15,0,16,0.5],"rotation":90,"texture":"#0"}}},{"from":[7.01,20.6512,8.20344],"to":[8.99,21.9312,9.18344],"rotation":{"angle":-22.5,"axis":"x","origin":[8,21.5412,8.69344]},"faces":{"north":{"uv":[15.25,1.25,14.75,2],"texture":"#0"},"east":{"uv":[15.25,3.5,14.75,4.25],"texture":"#0"},"south":{"uv":[16,3.25,15,4],"texture":"#0"},"west":{"uv":[15.75,2.5,15.25,3.25],"texture":"#0"},"up":{"uv":[15.25,3,14.75,3.75],"texture":"#0"},"down":{"uv":[15.25,3,14.75,3.75],"texture":"#0"}}},{"from":[7.51,21.01,8.01],"to":[8.49,22.49,9.99],"rotation":{"angle":-22.5,"axis":"x","origin":[7.5,21,10]},"faces":{"north":{"uv":[14.75,4.25,14.5,5],"texture":"#0"},"east":{"uv":[15.5,1.25,14.5,2],"texture":"#0"},"south":{"uv":[15.75,3.25,15.25,4],"texture":"#0"},"west":{"uv":[15.75,2.5,14.75,3.25],"texture":"#0"},"up":{"uv":[15.75,3.25,15.25,4],"texture":"#0"},"down":{"uv":[15.75,3.25,15.25,4],"texture":"#0"}}},{"from":[7.5,21.45904,7.18854],"to":[8.5,22.95904,9.18854],"rotation":{"angle":-45,"axis":"x","origin":[8,22.20904,8.18854]},"faces":{"north":{"uv":[14.75,4.25,14.5,5],"texture":"#0"},"east":{"uv":[15.5,1.25,14.5,2],"texture":"#0"},"south":{"uv":[15.75,2.25,15.25,3],"texture":"#0"},"west":{"uv":[15.5,1.25,14.5,2],"rotation":180,"texture":"#0"},"up":{"uv":[15.75,3.25,15.25,4],"texture":"#0"},"down":{"uv":[15.75,3.25,15.25,4],"texture":"#0"}}},{"from":[7,21.55904,7.68854],"to":[9,22.85904,8.68854],"rotation":{"angle":-45,"axis":"x","origin":[8,22.20904,8.18854]},"faces":{"north":{"uv":[14.75,1.25,15.75,2],"texture":"#0"},"east":{"uv":[15.25,2.75,14.75,3.5],"texture":"#0"},"south":{"uv":[16,2.25,15,3],"texture":"#0"},"west":{"uv":[16,2,15.5,2.75],"texture":"#0"},"up":{"uv":[15.25,3,14.75,3.75],"texture":"#0"},"down":{"uv":[15.25,3,14.75,3.75],"texture":"#0"}}},{"from":[7,22.5205,5.5795],"to":[9,23.5205,6.8795],"rotation":{"angle":0,"axis":"x","origin":[8,22.91506,6.75961]},"faces":{"north":{"uv":[15.25,3,14.75,3.75],"rotation":180,"texture":"#0"},"east":{"uv":[15.25,2.75,14.75,3.5],"rotation":90,"texture":"#0"},"south":{"uv":[15.25,3,14.75,3.75],"texture":"#0"},"west":{"uv":[16,2,15.5,2.75],"rotation":270,"texture":"#0"},"up":{"uv":[16,2.25,15,3],"texture":"#0"},"down":{"uv":[14.75,1.25,15.75,2],"rotation":180,"texture":"#0"}}},{"from":[7.5,22.0205,5.4795],"to":[8.5,24.0205,6.9795],"rotation":{"angle":0,"axis":"x","origin":[8,22.91506,6.75961]},"faces":{"north":{"uv":[15.75,3.25,15.25,4],"rotation":180,"texture":"#0"},"east":{"uv":[15.5,1.25,14.5,2],"rotation":90,"texture":"#0"},"south":{"uv":[15.75,3.25,15.25,4],"texture":"#0"},"west":{"uv":[15.5,1.25,14.5,2],"rotation":90,"texture":"#0"},"up":{"uv":[15.75,2.25,15.25,3],"texture":"#0"},"down":{"uv":[14.75,4.25,14.5,5],"texture":"#0"}}},{"from":[7.51,22.0305,6.54972],"to":[8.49,24.0105,8.02972],"rotation":{"angle":22.5,"axis":"x","origin":[8,22.91506,6.75961]},"faces":{"north":{"uv":[15.75,3.25,15.25,4],"rotation":180,"texture":"#0"},"east":{"uv":[15.5,1.25,14.5,2],"rotation":90,"texture":"#0"},"south":{"uv":[15.75,3.25,15.25,4],"texture":"#0"},"west":{"uv":[15.75,2.5,14.75,3.25],"rotation":270,"texture":"#0"},"up":{"uv":[15.75,3.25,15.25,4],"texture":"#0"},"down":{"uv":[14.75,4.25,14.5,5],"texture":"#0"}}},{"from":[7.01,22.5305,6.64972],"to":[8.99,23.5105,7.92972],"rotation":{"angle":22.5,"axis":"x","origin":[8,22.91506,6.75961]},"faces":{"north":{"uv":[15.25,3,14.75,3.75],"rotation":180,"texture":"#0"},"east":{"uv":[15.25,3.5,14.75,4.25],"rotation":90,"texture":"#0"},"south":{"uv":[15.25,3,14.75,3.75],"texture":"#0"},"west":{"uv":[15.75,2.5,15.25,3.25],"rotation":270,"texture":"#0"},"up":{"uv":[16,3.25,15,4],"texture":"#0"},"down":{"uv":[15.25,1.25,14.75,2],"rotation":180,"texture":"#0"}}},{"from":[7.5,19.5,2.45899],"to":[8.5,21,4.45899],"rotation":{"angle":0,"axis":"x","origin":[8,21.64472,4.14215]},"faces":{"north":{"uv":[15.75,2.25,15.25,3],"rotation":180,"texture":"#0"},"east":{"uv":[15.25,0.5,14.25,1.25],"rotation":180,"texture":"#0"},"south":{"uv":[15.75,1.5,15.25,2.25],"rotation":180,"texture":"#0"},"west":{"uv":[15,2.25,16,3],"rotation":180,"texture":"#0"},"up":{"uv":[15.75,3.25,15.25,4],"texture":"#0"},"down":{"uv":[2.75,8.75,2.25,9.5],"texture":"#0"}}},{"from":[7.49,19.24,2.94899],"to":[8.51,21.01,3.96899],"rotation":{"angle":0,"axis":"x","origin":[8,21.64472,4.14215]},"faces":{"north":{"uv":[15.75,5.25,15.25,5.75],"texture":"#0"},"east":{"uv":[15.75,5.25,15.25,5.75],"texture":"#0"},"south":{"uv":[15.75,5.25,15.25,5.75],"texture":"#0"},"west":{"uv":[15.75,5.25,15.25,5.75],"texture":"#0"},"up":{"uv":[15.75,5.25,15.25,5.75],"texture":"#0"},"down":{"uv":[15.75,5.25,15.25,5.75],"texture":"#0"}}},{"from":[7,19.6,2.95899],"to":[9,20.9,3.95899],"rotation":{"angle":0,"axis":"x","origin":[8,21.64472,4.14215]},"faces":{"north":{"uv":[16,2.25,15,3],"rotation":180,"texture":"#0"},"east":{"uv":[15.25,2.75,14.75,3.5],"rotation":180,"texture":"#0"},"south":{"uv":[14.75,1.25,15.75,2],"rotation":180,"texture":"#0"},"west":{"uv":[16,2,15.5,2.75],"rotation":180,"texture":"#0"},"up":{"uv":[15.25,3,14.75,3.75],"texture":"#0"},"down":{"uv":[3.75,11.5,3.25,12.25],"texture":"#0"}}},{"from":[7.51,20.41496,2.84384],"to":[8.49,21.89496,4.82384],"rotation":{"angle":22.5,"axis":"x","origin":[8,21.64472,4.14215]},"faces":{"north":{"uv":[15.75,3.25,15.25,4],"rotation":180,"texture":"#0"},"east":{"uv":[15.75,3.5,14.75,4.25],"rotation":180,"texture":"#0"},"south":{"uv":[15.75,2,15.25,2.75],"rotation":180,"texture":"#0"},"west":{"uv":[15.75,2.5,14.75,3.25],"rotation":180,"texture":"#0"},"up":{"uv":[15.75,3.25,15.25,4],"texture":"#0"},"down":{"uv":[15.75,3.25,15.25,4],"texture":"#0"}}},{"from":[7.01,20.51496,3.34384],"to":[8.99,21.79496,4.32384],"rotation":{"angle":22.5,"axis":"x","origin":[8,21.64472,4.14215]},"faces":{"north":{"uv":[16,3.25,15,4],"rotation":180,"texture":"#0"},"east":{"uv":[15.25,3.5,14.75,4.25],"rotation":180,"texture":"#0"},"south":{"uv":[15.25,1.25,14.75,2],"rotation":180,"texture":"#0"},"west":{"uv":[15.75,2.5,15.25,3.25],"rotation":180,"texture":"#0"},"up":{"uv":[15.25,3,14.75,3.75],"texture":"#0"},"down":{"uv":[15.25,3,14.75,3.75],"texture":"#0"}}},{"from":[7,21.45303,3.98191],"to":[9,22.45303,5.28191],"rotation":{"angle":-45,"axis":"x","origin":[8,21.64472,4.14215]},"faces":{"north":{"uv":[15.25,3,14.75,3.75],"rotation":180,"texture":"#0"},"east":{"uv":[15.25,2.75,14.75,3.5],"rotation":90,"texture":"#0"},"south":{"uv":[15.25,3,14.75,3.75],"texture":"#0"},"west":{"uv":[16,2,15.5,2.75],"rotation":270,"texture":"#0"},"up":{"uv":[16,2.25,15,3],"texture":"#0"},"down":{"uv":[14.75,1.25,15.75,2],"rotation":180,"texture":"#0"}}},{"from":[7.5,20.95303,3.88191],"to":[8.5,22.95303,5.38191],"rotation":{"angle":-45,"axis":"x","origin":[8,21.64472,4.14215]},"faces":{"north":{"uv":[15.75,3.25,15.25,4],"rotation":180,"texture":"#0"},"east":{"uv":[15.5,1.25,14.5,2],"rotation":90,"texture":"#0"},"south":{"uv":[15.75,3.25,15.25,4],"texture":"#0"},"west":{"uv":[15.5,1.25,14.5,2],"rotation":90,"texture":"#0"},"up":{"uv":[15.75,2.25,15.25,3],"texture":"#0"},"down":{"uv":[14.75,4.25,14.5,5],"texture":"#0"}}},{"from":[7.01,21.83788,4.89687],"to":[8.99,22.81788,6.17687],"rotation":{"angle":-22.5,"axis":"x","origin":[8,21.64472,4.14215]},"faces":{"north":{"uv":[15.25,3,14.75,3.75],"rotation":180,"texture":"#0"},"east":{"uv":[15.25,3.5,14.75,4.25],"rotation":90,"texture":"#0"},"south":{"uv":[15.25,3,14.75,3.75],"texture":"#0"},"west":{"uv":[15.75,2.5,15.25,3.25],"rotation":270,"texture":"#0"},"up":{"uv":[16,3.25,15,4],"texture":"#0"},"down":{"uv":[15.25,1.25,14.75,2],"rotation":180,"texture":"#0"}}},{"from":[7.51,21.33788,4.79687],"to":[8.49,23.31788,6.27687],"rotation":{"angle":-22.5,"axis":"x","origin":[8,21.64472,4.14215]},"faces":{"north":{"uv":[15.75,3.25,15.25,4],"rotation":180,"texture":"#0"},"east":{"uv":[15.5,1.25,14.5,2],"rotation":90,"texture":"#0"},"south":{"uv":[15.75,3.25,15.25,4],"texture":"#0"},"west":{"uv":[15.5,1.25,14.5,2],"rotation":90,"texture":"#0"},"up":{"uv":[15.75,3.25,15.25,4],"texture":"#0"},"down":{"uv":[14.75,4.25,14.5,5],"texture":"#0"}}},{"from":[8.59251,13,9.17238],"to":[8.60251,17.5,14.17238],"rotation":{"angle":45,"axis":"y","origin":[8,14.53722,8.9]},"faces":{"north":{"uv":[0,9,0.5,9.5],"texture":"#1"},"east":{"uv":[6.5,10,1.5,14.5],"texture":"#1"},"south":{"uv":[0,9,0.5,9.5],"texture":"#1"},"west":{"uv":[1.5,10,6.5,14.5],"texture":"#1"},"up":{"uv":[0,9,0.5,9.5],"rotation":90,"texture":"#1"},"down":{"uv":[0,9,0.5,9.5],"rotation":270,"texture":"#1"}}},{"from":[8.83059,13,4.77674],"to":[8.84059,16.75,9.02674],"rotation":{"angle":-22.5,"axis":"y","origin":[8,14.53722,8.9]},"faces":{"north":{"uv":[0.5,9,0,9.5],"texture":"#1"},"east":{"uv":[1.5,10,6.5,14.5],"texture":"#1"},"south":{"uv":[0.5,9,0,9.5],"texture":"#1"},"west":{"uv":[6.5,10,1.5,14.5],"texture":"#1"},"up":{"uv":[0.5,9,0,9.5],"rotation":90,"texture":"#1"},"down":{"uv":[0.5,9,0,9.5],"rotation":270,"texture":"#1"}}},{"from":[9.57461,13.93978,7.9],"to":[10.57461,14.93978,8.9],"rotation":{"angle":-22.5,"axis":"z","origin":[8,14.53722,8.9]},"faces":{"north":{"uv":[10.5,1.5,11.5,2.5],"texture":"#1"},"east":{"uv":[10.5,1.5,11.5,2.5],"texture":"#1"},"south":{"uv":[10.5,1.5,11.5,2.5],"texture":"#1"},"west":{"uv":[10.5,1.5,11.5,2.5],"texture":"#1"},"up":{"uv":[10.5,1.5,11.5,2.5],"rotation":90,"texture":"#1"},"down":{"uv":[10.5,1.5,11.5,2.5],"rotation":270,"texture":"#1"}}},{"from":[8.81902,13.31051,8.7],"to":[9.81902,14.31051,9.7],"rotation":{"angle":22.5,"axis":"z","origin":[8,14.53722,8.9]},"faces":{"north":{"uv":[10.5,1.5,11.5,2.5],"texture":"#1"},"east":{"uv":[10.5,1.5,11.5,2.5],"texture":"#1"},"south":{"uv":[10.5,1.5,11.5,2.5],"texture":"#1"},"west":{"uv":[10.5,1.5,11.5,2.5],"texture":"#1"},"up":{"uv":[10.5,1.5,11.5,2.5],"rotation":90,"texture":"#1"},"down":{"uv":[10.5,1.5,11.5,2.5],"rotation":270,"texture":"#1"}}},{"from":[7.15941,13,8.77326],"to":[7.16941,16.75,13.02326],"rotation":{"angle":-22.5,"axis":"y","origin":[8,14.53722,8.9]},"faces":{"north":{"uv":[0.5,9,0,9.5],"texture":"#1"},"east":{"uv":[6.5,10,1.5,14.5],"texture":"#1"},"south":{"uv":[0.5,9,0,9.5],"texture":"#1"},"west":{"uv":[1.5,10,6.5,14.5],"texture":"#1"},"up":{"uv":[0,9.5,0.5,9],"rotation":90,"texture":"#1"},"down":{"uv":[0,9.5,0.5,9],"rotation":270,"texture":"#1"}}},{"from":[5.42539,13.93978,8.9],"to":[6.42539,14.93978,9.9],"rotation":{"angle":22.5,"axis":"z","origin":[8,14.53722,8.9]},"faces":{"north":{"uv":[10.5,1.5,11.5,2.5],"texture":"#1"},"east":{"uv":[10.5,1.5,11.5,2.5],"texture":"#1"},"south":{"uv":[10.5,1.5,11.5,2.5],"texture":"#1"},"west":{"uv":[10.5,1.5,11.5,2.5],"texture":"#1"},"up":{"uv":[11.5,2.5,10.5,1.5],"rotation":90,"texture":"#1"},"down":{"uv":[11.5,2.5,10.5,1.5],"rotation":270,"texture":"#1"}}},{"from":[6.18098,13.31051,8.1],"to":[7.18098,14.31051,9.1],"rotation":{"angle":-22.5,"axis":"z","origin":[8,14.53722,8.9]},"faces":{"north":{"uv":[10.5,1.5,11.5,2.5],"texture":"#1"},"east":{"uv":[10.5,1.5,11.5,2.5],"texture":"#1"},"south":{"uv":[10.5,1.5,11.5,2.5],"texture":"#1"},"west":{"uv":[10.5,1.5,11.5,2.5],"texture":"#1"},"up":{"uv":[11.5,2.5,10.5,1.5],"rotation":90,"texture":"#1"},"down":{"uv":[11.5,2.5,10.5,1.5],"rotation":270,"texture":"#1"}}},{"from":[7.39749,13,3.62762],"to":[7.40749,17.5,8.62762],"rotation":{"angle":45,"axis":"y","origin":[8,14.53722,8.9]},"faces":{"north":{"uv":[0,9,0.5,9.5],"texture":"#1"},"east":{"uv":[1.5,10,6.5,14.5],"texture":"#1"},"south":{"uv":[0,9,0.5,9.5],"texture":"#1"},"west":{"uv":[6.5,10,1.5,14.5],"texture":"#1"},"up":{"uv":[0.5,9.5,0,9],"rotation":90,"texture":"#1"},"down":{"uv":[0.5,9.5,0,9],"rotation":270,"texture":"#1"}}},{"from":[6.99,13.99,7.99],"to":[9.01,15.01,10.01],"rotation":{"angle":0,"axis":"y","origin":[7,14,8]},"faces":{"north":{"uv":[10,6.5,12,7.5],"texture":"#1"},"east":{"uv":[8.5,6.5,10.5,7.5],"texture":"#1"},"south":{"uv":[11.5,6.5,13.5,7.5],"texture":"#1"},"west":{"uv":[10,6.5,12,7.5],"texture":"#1"},"up":{"uv":[10,6.5,12,8.5],"texture":"#1"},"down":{"uv":[10,6.5,12,7.5],"texture":"#1"}}}],"display":{"thirdperson_righthand":{"translation":[0,4.25,0.25]},"firstperson_righthand":{"rotation":[-16,11,0],"translation":[2.25,-0.5,0]},"firstperson_lefthand":{"rotation":[-16,11,0],"translation":[2.25,-0.5,0]},"gui":{"rotation":[114,-130,93],"translation":[0.75,1,0],"scale":[0.57,0.57,0.57]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/corrupted_wand.json b/assets/minecraft/models/item/wynn/skin/wand/corrupted_wand.json new file mode 100644 index 000000000..fa98f7e15 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/corrupted_wand.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/corrupted/corrupted_pulse","1":"skins/corrupted/corrupted_wand"},"elements":[{"from":[7.51,-3.99,7.51],"to":[8.49,19.99,8.49],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[0.25,0.25,0.5,6.25],"texture":"#1"},"east":{"uv":[0,0.25,0.25,6.25],"texture":"#1"},"south":{"uv":[0.75,0.25,1,6.25],"texture":"#1"},"west":{"uv":[0.5,0.25,0.75,6.25],"texture":"#1"},"up":{"uv":[0.5,0.25,0.25,0],"texture":"#1"},"down":{"uv":[0.75,0,0.5,0.25],"texture":"#1"}}},{"from":[7.49,11.29448,5.95927],"to":[8.51,14.31448,6.97927],"rotation":{"angle":0,"axis":"y","origin":[8,11.30448,6.46927]},"faces":{"north":{"uv":[8,4.75,8.25,5.5],"texture":"#1"},"east":{"uv":[7.75,4.75,8,5.5],"texture":"#1"},"south":{"uv":[8.5,4.75,8.75,5.5],"texture":"#1"},"west":{"uv":[8.25,4.75,8.5,5.5],"texture":"#1"},"up":{"uv":[8.25,4.75,8,4.5],"texture":"#1"},"down":{"uv":[8.5,4.5,8.25,4.75],"texture":"#1"}}},{"from":[7.51,11.73418,7.08926],"to":[8.49,14.71418,8.06926],"rotation":{"angle":-22.5,"axis":"x","origin":[8,11.72418,7.57926]},"faces":{"north":{"uv":[8,6,8.25,6.75],"texture":"#1"},"east":{"uv":[7.75,6,8,6.75],"texture":"#1"},"south":{"uv":[8.5,6,8.75,6.75],"texture":"#1"},"west":{"uv":[8.25,6,8.5,6.75],"texture":"#1"},"up":{"uv":[8.25,6,8,5.75],"texture":"#1"},"down":{"uv":[8.5,5.75,8.25,6],"texture":"#1"}}},{"from":[7.49,-1.31448,5.95927],"to":[8.51,1.70552,6.97927],"rotation":{"angle":0,"axis":"y","origin":[8,1.69552,6.46927]},"faces":{"north":{"uv":[4.5,7.25,4.75,8],"texture":"#1"},"east":{"uv":[4.25,7.25,4.5,8],"texture":"#1"},"south":{"uv":[5,7.25,5.25,8],"texture":"#1"},"west":{"uv":[4.75,7.25,5,8],"texture":"#1"},"up":{"uv":[4.75,7.25,4.5,7],"texture":"#1"},"down":{"uv":[5,7,4.75,7.25],"texture":"#1"}}},{"from":[7.51,-1.71418,7.08926],"to":[8.49,1.26582,8.06926],"rotation":{"angle":22.5,"axis":"x","origin":[8,1.27582,7.57926]},"faces":{"north":{"uv":[0.25,7.75,0.5,8.5],"texture":"#1"},"east":{"uv":[0,7.75,0.25,8.5],"texture":"#1"},"south":{"uv":[0.75,7.75,1,8.5],"texture":"#1"},"west":{"uv":[0.5,7.75,0.75,8.5],"texture":"#1"},"up":{"uv":[0.5,7.75,0.25,7.5],"texture":"#1"},"down":{"uv":[0.75,7.5,0.5,7.75],"texture":"#1"}}},{"from":[7.51,10.3588,8.78583],"to":[8.49,11.3388,10.76583],"rotation":{"angle":-22.5,"axis":"x","origin":[8,10.54276,9.23725]},"faces":{"north":{"uv":[6.5,6,6.75,6.25],"texture":"#1"},"east":{"uv":[6,6,6.5,6.25],"texture":"#1"},"south":{"uv":[7.25,6,7.5,6.25],"texture":"#1"},"west":{"uv":[6.75,6,7.25,6.25],"texture":"#1"},"up":{"uv":[6.75,6,6.5,5.5],"texture":"#1"},"down":{"uv":[7,5.5,6.75,6],"texture":"#1"}}},{"from":[7.48,9.87,8.98523],"to":[8.52,11.91,10.02523],"rotation":{"angle":45,"axis":"x","origin":[8,10.54276,9.23725]},"faces":{"north":{"uv":[8.5,0.25,8.75,0.75],"texture":"#1"},"east":{"uv":[8.25,0.25,8.5,0.75],"texture":"#1"},"south":{"uv":[9,0.25,9.25,0.75],"texture":"#1"},"west":{"uv":[8.75,0.25,9,0.75],"texture":"#1"},"up":{"uv":[8.75,0.25,8.5,0],"texture":"#1"},"down":{"uv":[9,0,8.75,0.25],"texture":"#1"}}},{"from":[7.49,16.46523,8.07449],"to":[8.51,17.48523,10.09449],"rotation":{"angle":22.5,"axis":"x","origin":[8,16.70724,8.73725]},"faces":{"north":{"uv":[6.5,3.75,6.75,4],"texture":"#1"},"east":{"uv":[6,3.75,6.5,4],"texture":"#1"},"south":{"uv":[7.25,3.75,7.5,4],"texture":"#1"},"west":{"uv":[6.75,3.75,7.25,4],"texture":"#1"},"up":{"uv":[6.75,3.75,6.5,3.25],"texture":"#1"},"down":{"uv":[7,3.25,6.75,3.75],"texture":"#1"}}},{"from":[7.5,15.9012,8.27583],"to":[8.5,16.9012,10.27583],"rotation":{"angle":0,"axis":"y","origin":[8,16.70724,8.73725]},"faces":{"north":{"uv":[5.25,6.5,5.5,6.75],"texture":"#1"},"east":{"uv":[4.75,6.5,5.25,6.75],"texture":"#1"},"south":{"uv":[6,6.5,6.25,6.75],"texture":"#1"},"west":{"uv":[5.5,6.5,6,6.75],"texture":"#1"},"up":{"uv":[5.5,6.5,5.25,6],"texture":"#1"},"down":{"uv":[5.75,6,5.5,6.5],"texture":"#1"}}},{"from":[7.51,1.28582,7.93074],"to":[8.49,4.26582,8.91074],"rotation":{"angle":-22.5,"axis":"x","origin":[8,4.27582,8.42074]},"faces":{"north":{"uv":[6.75,4.5,7,5.25],"texture":"#1"},"east":{"uv":[6.5,4.5,6.75,5.25],"texture":"#1"},"south":{"uv":[7.25,4.5,7.5,5.25],"texture":"#1"},"west":{"uv":[7,4.5,7.25,5.25],"texture":"#1"},"up":{"uv":[7,4.5,6.75,4.25],"texture":"#1"},"down":{"uv":[7.25,4.25,7,4.5],"texture":"#1"}}},{"from":[7.49,1.68552,9.02073],"to":[8.51,4.70552,10.04073],"rotation":{"angle":0,"axis":"y","origin":[8,4.69552,9.53073]},"faces":{"north":{"uv":[2,6.75,2.25,7.5],"texture":"#1"},"east":{"uv":[1.75,6.75,2,7.5],"texture":"#1"},"south":{"uv":[2.5,6.75,2.75,7.5],"texture":"#1"},"west":{"uv":[2.25,6.75,2.5,7.5],"texture":"#1"},"up":{"uv":[2.25,6.75,2,6.5],"texture":"#1"},"down":{"uv":[2.5,6.5,2.25,6.75],"texture":"#1"}}},{"from":[7.49,19.66421,7.6752],"to":[8.51,20.37718,8.38817],"rotation":{"angle":45,"axis":"x","origin":[8,20.06066,8]},"faces":{"north":{"uv":[2.75,8.5,3,8.75],"texture":"#1"},"east":{"uv":[2.5,8.5,2.75,8.75],"texture":"#1"},"south":{"uv":[3.25,8.5,3.5,8.75],"texture":"#1"},"west":{"uv":[3,8.5,3.25,8.75],"texture":"#1"},"up":{"uv":[3,8.5,2.75,8.25],"texture":"#1"},"down":{"uv":[3.25,8.25,3,8.5],"texture":"#1"}}},{"from":[7.5,14.89521,3.02198],"to":[8.5,18.89521,5.02198],"rotation":{"angle":22.5,"axis":"x","origin":[8,8.19134,8.03806]},"faces":{"north":{"uv":[4,0.5,4.25,1.5],"texture":"#1"},"east":{"uv":[3.5,0.5,4,1.5],"texture":"#1"},"south":{"uv":[4.75,0.5,5,1.5],"texture":"#1"},"west":{"uv":[4.25,0.5,4.75,1.5],"texture":"#1"},"up":{"uv":[4.25,0.5,4,0],"texture":"#1"},"down":{"uv":[4.5,0,4.25,0.5],"texture":"#1"}}},{"from":[7.5,15.41492,7.99364],"to":[8.5,16.41492,8.99364],"rotation":{"angle":45,"axis":"x","origin":[8,15.91492,8.49364]},"faces":{"north":{"uv":[8.5,2,8.75,2.25],"texture":"#1"},"east":{"uv":[8.25,2,8.5,2.25],"texture":"#1"},"south":{"uv":[9,2,9.25,2.25],"texture":"#1"},"west":{"uv":[8.75,2,9,2.25],"texture":"#1"},"up":{"uv":[8.75,2,8.5,1.75],"texture":"#1"},"down":{"uv":[9,1.75,8.75,2],"texture":"#1"}}},{"from":[7.49,8.75956,7.33149],"to":[8.51,11.77956,9.35149],"rotation":{"angle":22.5,"axis":"x","origin":[8,10.76956,8.34149]},"faces":{"north":{"uv":[5.75,0.5,6,1.25],"texture":"#1"},"east":{"uv":[5.25,0.5,5.75,1.25],"texture":"#1"},"south":{"uv":[6.5,0.5,6.75,1.25],"texture":"#1"},"west":{"uv":[6,0.5,6.5,1.25],"texture":"#1"},"up":{"uv":[6,0.5,5.75,0],"texture":"#1"},"down":{"uv":[6.25,0,6,0.5],"texture":"#1"}}},{"from":[7.5,9.89521,3.02198],"to":[8.5,11.89521,5.02198],"rotation":{"angle":22.5,"axis":"x","origin":[8,3.19134,8.03806]},"faces":{"north":{"uv":[5.75,2,6,2.5],"texture":"#1"},"east":{"uv":[5.25,2,5.75,2.5],"texture":"#1"},"south":{"uv":[6.5,2,6.75,2.5],"texture":"#1"},"west":{"uv":[6,2,6.5,2.5],"texture":"#1"},"up":{"uv":[6,2,5.75,1.5],"texture":"#1"},"down":{"uv":[6.25,1.5,6,2],"texture":"#1"}}},{"from":[7.5,-4.27138,7.64863],"to":[8.5,-3.58388,8.33613],"rotation":{"angle":45,"axis":"x","origin":[8,-3.9627,7.91804]},"faces":{"north":{"uv":[8.5,1.25,8.75,1.5],"texture":"#1"},"east":{"uv":[8.25,1.25,8.5,1.5],"texture":"#1"},"south":{"uv":[9,1.25,9.25,1.5],"texture":"#1"},"west":{"uv":[8.75,1.25,9,1.5],"texture":"#1"},"up":{"uv":[8.75,1.25,8.5,1],"texture":"#1"},"down":{"uv":[9,1,8.75,1.25],"texture":"#1"}}},{"from":[7.5,1.10479,3.02198],"to":[8.5,3.10479,5.02198],"rotation":{"angle":-22.5,"axis":"x","origin":[8,9.80866,8.03806]},"faces":{"north":{"uv":[1.75,5.75,2,6.25],"texture":"#1"},"east":{"uv":[1.25,5.75,1.75,6.25],"texture":"#1"},"south":{"uv":[2.5,5.75,2.75,6.25],"texture":"#1"},"west":{"uv":[2,5.75,2.5,6.25],"texture":"#1"},"up":{"uv":[2,5.75,1.75,5.25],"texture":"#1"},"down":{"uv":[2.25,5.25,2,5.75],"texture":"#1"}}},{"from":[7.51,5.11479,10.98802],"to":[8.49,6.09479,12.96802],"rotation":{"angle":22.5,"axis":"x","origin":[8,12.80866,7.96194]},"faces":{"north":{"uv":[5.25,3.25,5.5,3.5],"texture":"#1"},"east":{"uv":[4.75,3.25,5.25,3.5],"texture":"#1"},"south":{"uv":[6,3.25,6.25,3.5],"texture":"#1"},"west":{"uv":[5.5,3.25,6,3.5],"texture":"#1"},"up":{"uv":[5.5,3.25,5.25,2.75],"texture":"#1"},"down":{"uv":[5.75,2.75,5.5,3.25],"texture":"#1"}}},{"from":[7.5,4.23044,6.65851],"to":[8.5,7.23044,8.65851],"rotation":{"angle":22.5,"axis":"x","origin":[8,5.23044,7.65851]},"faces":{"north":{"uv":[4,2.25,4.25,3],"texture":"#1"},"east":{"uv":[3.5,2.25,4,3],"texture":"#1"},"south":{"uv":[4.75,2.25,5,3],"texture":"#1"},"west":{"uv":[4.25,2.25,4.75,3],"texture":"#1"},"up":{"uv":[4.25,2.25,4,1.75],"texture":"#1"},"down":{"uv":[4.5,1.75,4.25,2.25],"texture":"#1"}}},{"from":[11.00608,13.88521,7.52806],"to":[13.02608,17.90521,8.54806],"rotation":{"angle":22.5,"axis":"z","origin":[8,7.19134,8.03806]},"faces":{"north":{"uv":[3.25,4.75,3.75,5.75],"texture":"#1"},"east":{"uv":[3,4.75,3.25,5.75],"texture":"#1"},"south":{"uv":[4,4.75,4.5,5.75],"texture":"#1"},"west":{"uv":[3.75,4.75,4,5.75],"texture":"#1"},"up":{"uv":[3.75,4.75,3.25,4.5],"texture":"#1"},"down":{"uv":[4.25,4.5,3.75,4.75],"texture":"#1"}}},{"from":[3.06004,11.89521,7.53806],"to":[5.06004,15.89521,8.53806],"rotation":{"angle":-22.5,"axis":"z","origin":[8.07612,5.19134,8.03806]},"faces":{"north":{"uv":[5,4.75,5.5,5.75],"texture":"#1"},"east":{"uv":[4.75,4.75,5,5.75],"texture":"#1"},"south":{"uv":[5.75,4.75,6.25,5.75],"texture":"#1"},"west":{"uv":[5.5,4.75,5.75,5.75],"texture":"#1"},"up":{"uv":[5.5,4.75,5,4.5],"texture":"#1"},"down":{"uv":[6,4.5,5.5,4.75],"texture":"#1"}}},{"from":[11.26608,8.14521,7.53806],"to":[13.26608,10.14521,8.53806],"rotation":{"angle":22.5,"axis":"z","origin":[8.25,1.44134,8.03806]},"faces":{"north":{"uv":[0.25,6.75,0.75,7.25],"texture":"#1"},"east":{"uv":[0,6.75,0.25,7.25],"texture":"#1"},"south":{"uv":[1,6.75,1.5,7.25],"texture":"#1"},"west":{"uv":[0.75,6.75,1,7.25],"texture":"#1"},"up":{"uv":[0.75,6.75,0.25,6.5],"texture":"#1"},"down":{"uv":[1.25,6.5,0.75,6.75],"texture":"#1"}}},{"from":[5.99733,13.29448,7.52806],"to":[7.01733,16.31448,8.54806],"rotation":{"angle":0,"axis":"y","origin":[6.50733,13.30448,8.03806]},"faces":{"north":{"uv":[5.75,7.75,6,8.5],"texture":"#1"},"east":{"uv":[5.5,7.75,5.75,8.5],"texture":"#1"},"south":{"uv":[6.25,7.75,6.5,8.5],"texture":"#1"},"west":{"uv":[6,7.75,6.25,8.5],"texture":"#1"},"up":{"uv":[6,7.75,5.75,7.5],"texture":"#1"},"down":{"uv":[6.25,7.5,6,7.75],"texture":"#1"}}},{"from":[7.12732,13.73418,7.54806],"to":[8.10732,16.71418,8.52806],"rotation":{"angle":22.5,"axis":"z","origin":[7.61732,13.72418,8.03806]},"faces":{"north":{"uv":[7.75,7.75,8,8.5],"texture":"#1"},"east":{"uv":[7.5,7.75,7.75,8.5],"texture":"#1"},"south":{"uv":[8.25,7.75,8.5,8.5],"texture":"#1"},"west":{"uv":[8,7.75,8.25,8.5],"texture":"#1"},"up":{"uv":[8,7.75,7.75,7.5],"texture":"#1"},"down":{"uv":[8.25,7.5,8,7.75],"texture":"#1"}}},{"from":[8.2188,9.98418,7.54806],"to":[9.1988,12.96418,8.52806],"rotation":{"angle":-22.5,"axis":"z","origin":[8.7088,9.97418,8.03806]},"faces":{"north":{"uv":[1.5,8,1.75,8.75],"texture":"#1"},"east":{"uv":[1.25,8,1.5,8.75],"texture":"#1"},"south":{"uv":[2,8,2.25,8.75],"texture":"#1"},"west":{"uv":[1.75,8,2,8.75],"texture":"#1"},"up":{"uv":[1.75,8,1.5,7.75],"texture":"#1"},"down":{"uv":[2,7.75,1.75,8],"texture":"#1"}}},{"from":[9.30879,9.54448,7.52806],"to":[10.32879,12.56448,8.54806],"rotation":{"angle":0,"axis":"y","origin":[9.81879,9.55448,8.03806]},"faces":{"north":{"uv":[8,3.5,8.25,4.25],"texture":"#1"},"east":{"uv":[7.75,3.5,8,4.25],"texture":"#1"},"south":{"uv":[8.5,3.5,8.75,4.25],"texture":"#1"},"west":{"uv":[8.25,3.5,8.5,4.25],"texture":"#1"},"up":{"uv":[8.25,3.5,8,3.25],"texture":"#1"},"down":{"uv":[8.5,3.25,8.25,3.5],"texture":"#1"}}},{"from":[3.06004,5.10479,7.53806],"to":[5.06004,7.10479,8.53806],"rotation":{"angle":22.5,"axis":"z","origin":[8.07612,13.80866,8.03806]},"faces":{"north":{"uv":[3.25,6.25,3.75,6.75],"texture":"#1"},"east":{"uv":[3,6.25,3.25,6.75],"texture":"#1"},"south":{"uv":[4,6.25,4.5,6.75],"texture":"#1"},"west":{"uv":[3.75,6.25,4,6.75],"texture":"#1"},"up":{"uv":[3.75,6.25,3.25,6],"texture":"#1"},"down":{"uv":[4.25,6,3.75,6.25],"texture":"#1"}}},{"from":[11.01608,3.10479,7.499],"to":[13.01608,4.10479,8.499],"rotation":{"angle":-22.5,"axis":"z","origin":[8,10.80866,7.999]},"faces":{"north":{"uv":[7,2.75,7.5,3],"texture":"#1"},"east":{"uv":[6.75,2.75,7,3],"texture":"#1"},"south":{"uv":[7.75,2.75,8.25,3],"texture":"#1"},"west":{"uv":[7.5,2.75,7.75,3],"texture":"#1"},"up":{"uv":[7.5,2.75,7,2.5],"texture":"#1"},"down":{"uv":[8,2.5,7.5,2.75],"texture":"#1"}}},{"from":[3.06004,-1.89521,7.49509],"to":[5.06004,2.10479,8.49509],"rotation":{"angle":22.5,"axis":"z","origin":[8.07612,8.80866,7.99509]},"faces":{"north":{"uv":[1.5,4,2,5],"texture":"#1"},"east":{"uv":[1.25,4,1.5,5],"texture":"#1"},"south":{"uv":[2.25,4,2.75,5],"texture":"#1"},"west":{"uv":[2,4,2.25,5],"texture":"#1"},"up":{"uv":[2,4,1.5,3.75],"texture":"#1"},"down":{"uv":[2.5,3.75,2,4],"texture":"#1"}}},{"from":[5.99733,2.68552,7.52806],"to":[7.01733,5.70552,8.54806],"rotation":{"angle":0,"axis":"y","origin":[6.50733,5.69552,8.03806]},"faces":{"north":{"uv":[6.75,6.75,7,7.5],"texture":"#1"},"east":{"uv":[6.5,6.75,6.75,7.5],"texture":"#1"},"south":{"uv":[7.25,6.75,7.5,7.5],"texture":"#1"},"west":{"uv":[7,6.75,7.25,7.5],"texture":"#1"},"up":{"uv":[7,6.75,6.75,6.5],"texture":"#1"},"down":{"uv":[7.25,6.5,7,6.75],"texture":"#1"}}},{"from":[7.11732,2.27582,7.53806],"to":[8.11732,5.27582,8.53806],"rotation":{"angle":-22.5,"axis":"z","origin":[7.61732,5.27582,8.03806]},"faces":{"north":{"uv":[7.25,0.25,7.5,1],"texture":"#1"},"east":{"uv":[7,0.25,7.25,1],"texture":"#1"},"south":{"uv":[7.75,0.25,8,1],"texture":"#1"},"west":{"uv":[7.5,0.25,7.75,1],"texture":"#1"},"up":{"uv":[7.5,0.25,7.25,0],"texture":"#1"},"down":{"uv":[7.75,0,7.5,0.25],"texture":"#1"}}},{"from":[7.9588,-0.72418,7.499],"to":[8.9588,2.27582,8.499],"rotation":{"angle":22.5,"axis":"z","origin":[8.4588,2.27582,7.999]},"faces":{"north":{"uv":[7.25,1.5,7.5,2.25],"texture":"#1"},"east":{"uv":[7,1.5,7.25,2.25],"texture":"#1"},"south":{"uv":[7.75,1.5,8,2.25],"texture":"#1"},"west":{"uv":[7.5,1.5,7.75,2.25],"texture":"#1"},"up":{"uv":[7.5,1.5,7.25,1.25],"texture":"#1"},"down":{"uv":[7.75,1.25,7.5,1.5],"texture":"#1"}}},{"from":[9.05879,-0.31448,7.489],"to":[10.07879,2.70552,8.509],"rotation":{"angle":0,"axis":"y","origin":[9.56879,2.69552,7.999]},"faces":{"north":{"uv":[3.25,7.25,3.5,8],"texture":"#1"},"east":{"uv":[3,7.25,3.25,8],"texture":"#1"},"south":{"uv":[3.75,7.25,4,8],"texture":"#1"},"west":{"uv":[3.5,7.25,3.75,8],"texture":"#1"},"up":{"uv":[3.5,7.25,3.25,7],"texture":"#1"},"down":{"uv":[3.75,7,3.5,7.25],"texture":"#1"}}},{"from":[6.99,12.74,8.99],"to":[9.01,14.76,11.01],"rotation":{"angle":0,"axis":"y","origin":[8,13.75,10]},"faces":{"north":{"uv":[3.5,3.75,4,4.25],"texture":"#1"},"east":{"uv":[3,3.75,3.5,4.25],"texture":"#1"},"south":{"uv":[4.5,3.75,5,4.25],"texture":"#1"},"west":{"uv":[4,3.75,4.5,4.25],"texture":"#1"},"up":{"uv":[4,3.75,3.5,3.25],"texture":"#1"},"down":{"uv":[4.5,3.25,4,3.75],"texture":"#1"}}},{"from":[7,12.75,9],"to":[9,14.75,11],"rotation":{"angle":45,"axis":"x","origin":[8,13.75,10]},"faces":{"north":{"uv":[1.75,3,2.25,3.5],"texture":"#1"},"east":{"uv":[1.25,3,1.75,3.5],"texture":"#1"},"south":{"uv":[2.75,3,3.25,3.5],"texture":"#1"},"west":{"uv":[2.25,3,2.75,3.5],"texture":"#1"},"up":{"uv":[2.25,3,1.75,2.5],"texture":"#1"},"down":{"uv":[2.75,2.5,2.25,3],"texture":"#1"}}},{"from":[7,12.75,9],"to":[9,14.75,11],"rotation":{"angle":45,"axis":"z","origin":[8,13.75,10]},"faces":{"north":{"uv":[1.75,1.75,2.25,2.25],"texture":"#1"},"east":{"uv":[1.25,1.75,1.75,2.25],"texture":"#1"},"south":{"uv":[2.75,1.75,3.25,2.25],"texture":"#1"},"west":{"uv":[2.25,1.75,2.75,2.25],"texture":"#1"},"up":{"uv":[2.25,1.75,1.75,1.25],"texture":"#1"},"down":{"uv":[2.75,1.25,2.25,1.75],"texture":"#1"}}},{"from":[7,12.75,9],"to":[9,14.75,11],"rotation":{"angle":45,"axis":"y","origin":[8,13.75,10]},"faces":{"north":{"uv":[1.75,0.5,2.25,1],"texture":"#1"},"east":{"uv":[1.25,0.5,1.75,1],"texture":"#1"},"south":{"uv":[2.75,0.5,3.25,1],"texture":"#1"},"west":{"uv":[2.25,0.5,2.75,1],"texture":"#1"},"up":{"uv":[2.25,0.5,1.75,0],"texture":"#1"},"down":{"uv":[2.75,0,2.25,0.5],"texture":"#1"}}},{"from":[4,10,10],"to":[12,18,10],"rotation":{"angle":-22.5,"axis":"y","origin":[8,14,10]},"faces":{"north":{"uv":[15,1,1,15],"texture":"#0"},"south":{"uv":[1,1,15,15],"texture":"#0"}}},{"from":[8,10,5],"to":[8,18,15],"rotation":{"angle":-22.5,"axis":"y","origin":[8,14,10]},"faces":{"east":{"uv":[1,1,15,15],"texture":"#0"},"west":{"uv":[15,1,1,15],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[5,-75,5],"translation":[-2,-1,2],"scale":[1.5,1.5,1.5]},"thirdperson_lefthand":{"rotation":[5,-75,5],"translation":[-2,-1,2],"scale":[1.5,1.5,1.5]},"firstperson_righthand":{"rotation":[15,-70,5],"translation":[2,1,0]},"firstperson_lefthand":{"rotation":[15,-70,5],"translation":[2,1,0]},"gui":{"rotation":[-35,-15,-25],"scale":[0.8,0.8,0.8]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/cosmic_wand.json b/assets/minecraft/models/item/wynn/skin/wand/cosmic_wand.json new file mode 100644 index 000000000..95260f26d --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/cosmic_wand.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/space_gradient","1":"skins/air_swirl2","2":"skins/gradient_set","particle":"skins/air_swirl2"},"elements":[{"from":[7.25918,13.52322,7.2567],"to":[8.75918,15.02322,8.7567],"rotation":{"angle":45,"axis":"x","origin":[8.00918,14.27322,8.0067]},"faces":{"north":{"uv":[7,13,8.5,14.5],"texture":"#0"},"east":{"uv":[7.5,13.5,9,15],"rotation":90,"texture":"#0"},"south":{"uv":[9.5,14.5,11,16],"texture":"#0"},"west":{"uv":[8.5,13.5,10,15],"texture":"#0"},"up":{"uv":[7,13.5,8.5,15],"texture":"#0"},"down":{"uv":[9.5,14.5,11,16],"rotation":180,"texture":"#0"}}},{"from":[7.25918,-4.97678,7.2567],"to":[8.75918,-3.47678,8.7567],"rotation":{"angle":-45,"axis":"z","origin":[8.00918,-4.22678,8.0067]},"faces":{"north":{"uv":[7.5,13.5,9,15],"rotation":90,"texture":"#0"},"east":{"uv":[9.5,14.5,11,16],"texture":"#0"},"south":{"uv":[8.5,13.5,10,15],"texture":"#0"},"west":{"uv":[7,13,8.5,14.5],"texture":"#0"},"up":{"uv":[7,13.5,8.5,15],"rotation":270,"texture":"#0"},"down":{"uv":[9.5,14.5,11,16],"rotation":270,"texture":"#0"}}},{"from":[7.71774,15.27687,5.71688],"to":[8.29574,16.25487,6.29488],"rotation":{"angle":-45,"axis":"x","origin":[8.00674,15.41587,5.50588]},"faces":{"north":{"uv":[14,7.5,13,8],"rotation":90,"texture":"#0"},"east":{"uv":[14,7.5,13,8],"rotation":90,"texture":"#0"},"south":{"uv":[14,7.5,13,8],"rotation":90,"texture":"#0"},"west":{"uv":[14,7.5,13,8],"rotation":90,"texture":"#0"},"up":{"uv":[14,7.5,13,8],"rotation":180,"texture":"#0"},"down":{"uv":[14,7.5,13.5,8],"texture":"#0"}}},{"from":[7.71774,15.27687,9.70512],"to":[8.29574,16.25487,10.28312],"rotation":{"angle":45,"axis":"x","origin":[8.00674,15.41587,10.49412]},"faces":{"north":{"uv":[14,8,13,7.5],"rotation":90,"texture":"#0"},"east":{"uv":[14,8,13,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[14,8,13,7.5],"rotation":90,"texture":"#0"},"west":{"uv":[14,8,13,7.5],"rotation":90,"texture":"#0"},"up":{"uv":[14,8,13,7.5],"rotation":180,"texture":"#0"},"down":{"uv":[14,8,13.5,7.5],"texture":"#0"}}},{"from":[7.45157,19.14131,4.05348],"to":[8.55157,20.64131,4.65348],"rotation":{"angle":-45,"axis":"x","origin":[8.02741,19.31361,4.69778]},"faces":{"north":{"uv":[15.5,9.5,14,10],"rotation":270,"texture":"#0"},"east":{"uv":[15.5,9.5,14,10],"rotation":270,"texture":"#0"},"south":{"uv":[15.5,9.5,14,10],"rotation":270,"texture":"#0"},"west":{"uv":[15.5,9.5,14,10],"rotation":270,"texture":"#0"},"up":{"uv":[15.5,9.5,14,10],"texture":"#0"},"down":{"uv":[15.5,9.5,14,10],"rotation":180,"texture":"#0"}}},{"from":[7.45157,19.14131,11.34652],"to":[8.55157,20.64131,11.94652],"rotation":{"angle":45,"axis":"x","origin":[8.02741,19.31361,11.30222]},"faces":{"north":{"uv":[15.5,10,14,9.5],"rotation":270,"texture":"#0"},"east":{"uv":[15.5,10,14,9.5],"rotation":270,"texture":"#0"},"south":{"uv":[15.5,10,14,9.5],"rotation":270,"texture":"#0"},"west":{"uv":[15.5,10,14,9.5],"rotation":270,"texture":"#0"},"up":{"uv":[15.5,10,14,9.5],"texture":"#0"},"down":{"uv":[15.5,10,14,9.5],"rotation":180,"texture":"#0"}}},{"from":[7.45157,20.41459,5.45405],"to":[8.55157,21.01459,6.95405],"rotation":{"angle":22.5,"axis":"x","origin":[8.00138,20.9394,5.35299]},"faces":{"north":{"uv":[15.5,9.5,14,10],"rotation":180,"texture":"#0"},"east":{"uv":[15.5,9.5,14,10],"texture":"#0"},"south":{"uv":[15.5,9.5,14,10],"rotation":180,"texture":"#0"},"west":{"uv":[15.5,9.5,14,10],"rotation":180,"texture":"#0"},"up":{"uv":[15.5,9.5,14,10],"rotation":270,"texture":"#0"},"down":{"uv":[15.5,9.5,14,10],"rotation":90,"texture":"#0"}}},{"from":[7.45157,20.41459,9.04595],"to":[8.55157,21.01459,10.54595],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00138,20.9394,10.64701]},"faces":{"north":{"uv":[14,9.5,15.5,10],"rotation":180,"texture":"#0"},"east":{"uv":[14,9.5,15.5,10],"texture":"#0"},"south":{"uv":[14,9.5,15.5,10],"rotation":180,"texture":"#0"},"west":{"uv":[14,9.5,15.5,10],"rotation":180,"texture":"#0"},"up":{"uv":[14,9.5,15.5,10],"rotation":270,"texture":"#0"},"down":{"uv":[14,9.5,15.5,10],"rotation":90,"texture":"#0"}}},{"from":[7.50157,17.98386,4.2918],"to":[8.50157,19.48386,4.8918],"rotation":{"angle":0,"axis":"z","origin":[7.97327,18.43304,5.08689]},"faces":{"north":{"uv":[15,10,13.5,9.5],"rotation":90,"texture":"#0"},"east":{"uv":[15,10,13.5,9.5],"rotation":90,"texture":"#0"},"south":{"uv":[15,10,13.5,9.5],"rotation":90,"texture":"#0"},"west":{"uv":[15,10,13.5,9.5],"rotation":90,"texture":"#0"},"up":{"uv":[15,10,13.5,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[15,10,13.5,9.5],"rotation":90,"texture":"#0"}}},{"from":[7.50157,17.98386,11.1082],"to":[8.50157,19.48386,11.7082],"rotation":{"angle":0,"axis":"z","origin":[7.97327,18.43304,10.91311]},"faces":{"north":{"uv":[15,9.5,13.5,10],"rotation":90,"texture":"#0"},"east":{"uv":[15,9.5,13.5,10],"rotation":90,"texture":"#0"},"south":{"uv":[15,9.5,13.5,10],"rotation":90,"texture":"#0"},"west":{"uv":[15,9.5,13.5,10],"rotation":90,"texture":"#0"},"up":{"uv":[13.5,10,15,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[13.5,10,15,9.5],"rotation":90,"texture":"#0"}}},{"from":[7.3518,18.65257,4.61046],"to":[8.6518,19.25257,6.11046],"rotation":{"angle":22.5,"axis":"x","origin":[8.02741,19.31361,4.69778]},"faces":{"north":{"uv":[14.5,10,16,10.5],"texture":"#0"},"east":{"uv":[14.5,10,16,10.5],"rotation":180,"texture":"#0"},"south":{"uv":[14.5,10,16,10.5],"texture":"#0"},"west":{"uv":[14.5,10,16,10.5],"texture":"#0"},"up":{"uv":[14.5,10,16,10.5],"rotation":90,"texture":"#0"},"down":{"uv":[14.5,10,16,10.5],"rotation":270,"texture":"#0"}}},{"from":[7.3518,18.65257,9.88954],"to":[8.6518,19.25257,11.38954],"rotation":{"angle":-22.5,"axis":"x","origin":[8.02741,19.31361,11.30222]},"faces":{"north":{"uv":[16,10,14.5,10.5],"texture":"#0"},"east":{"uv":[16,10,14.5,10.5],"rotation":180,"texture":"#0"},"south":{"uv":[16,10,14.5,10.5],"texture":"#0"},"west":{"uv":[16,10,14.5,10.5],"texture":"#0"},"up":{"uv":[16,10,14.5,10.5],"rotation":90,"texture":"#0"},"down":{"uv":[16,10,14.5,10.5],"rotation":270,"texture":"#0"}}},{"from":[7.6018,19.09967,3.95035],"to":[8.4018,20.59967,4.55035],"rotation":{"angle":22.5,"axis":"x","origin":[7.97327,18.43304,5.08689]},"faces":{"north":{"uv":[14,9.5,15.5,9],"rotation":90,"texture":"#0"},"east":{"uv":[14,9.5,15.5,9],"rotation":90,"texture":"#0"},"south":{"uv":[14,9.5,15.5,9],"rotation":90,"texture":"#0"},"west":{"uv":[14,9.5,15.5,9],"rotation":90,"texture":"#0"},"up":{"uv":[14,9.5,15.5,9],"rotation":90,"texture":"#0"},"down":{"uv":[14,9.5,15.5,9],"rotation":90,"texture":"#0"}}},{"from":[7.6018,19.09967,11.44965],"to":[8.4018,20.59967,12.04965],"rotation":{"angle":-22.5,"axis":"x","origin":[7.97327,18.43304,10.91311]},"faces":{"north":{"uv":[14,9,15.5,9.5],"rotation":90,"texture":"#0"},"east":{"uv":[14,9,15.5,9.5],"rotation":90,"texture":"#0"},"south":{"uv":[14,9,15.5,9.5],"rotation":90,"texture":"#0"},"west":{"uv":[14,9,15.5,9.5],"rotation":90,"texture":"#0"},"up":{"uv":[15.5,9.5,14,9],"rotation":90,"texture":"#0"},"down":{"uv":[15.5,9.5,14,9],"rotation":90,"texture":"#0"}}},{"from":[7.55619,20.5667,4.93999],"to":[8.44619,22.0567,5.52999],"rotation":{"angle":-45,"axis":"x","origin":[8.00138,20.9394,5.35299]},"faces":{"north":{"uv":[13.5,8,14.5,8.5],"rotation":90,"texture":"#0"},"east":{"uv":[13.5,8,14.5,8.5],"rotation":90,"texture":"#0"},"south":{"uv":[13.5,8,14.5,8.5],"rotation":90,"texture":"#0"},"west":{"uv":[13.5,8,14.5,8.5],"rotation":90,"texture":"#0"},"up":{"uv":[13.5,8,13.795,8.445],"rotation":90,"texture":"#0"},"down":{"uv":[13.5,8,14.5,8.5],"rotation":90,"texture":"#0"}}},{"from":[7.55619,20.5667,10.47001],"to":[8.44619,22.0567,11.06001],"rotation":{"angle":45,"axis":"x","origin":[8.00138,20.9394,10.64701]},"faces":{"north":{"uv":[13.5,8.5,14.5,8],"rotation":90,"texture":"#0"},"east":{"uv":[13.5,8.5,14.5,8],"rotation":90,"texture":"#0"},"south":{"uv":[13.5,8.5,14.5,8],"rotation":90,"texture":"#0"},"west":{"uv":[13.5,8.5,14.5,8],"rotation":90,"texture":"#0"},"up":{"uv":[13.795,8,13.5,8.445],"rotation":90,"texture":"#0"},"down":{"uv":[14.5,8,13.5,8.5],"rotation":90,"texture":"#0"}}},{"from":[7.55619,20.26905,3.61913],"to":[8.44619,21.75905,4.20913],"rotation":{"angle":-22.5,"axis":"x","origin":[8.02741,19.31361,4.69778]},"faces":{"north":{"uv":[13.5,8,14.5,8.5],"rotation":90,"texture":"#0"},"east":{"uv":[13.5,8,14.5,8.5],"rotation":90,"texture":"#0"},"south":{"uv":[13.5,8,14.5,8.5],"rotation":90,"texture":"#0"},"west":{"uv":[13.5,8,14.5,8.5],"rotation":90,"texture":"#0"},"up":{"uv":[13.5,8,13.795,8.445],"rotation":90,"texture":"#0"},"down":{"uv":[13.5,8,14.5,8.5],"rotation":90,"texture":"#0"}}},{"from":[7.55619,20.26905,11.79087],"to":[8.44619,21.75905,12.38087],"rotation":{"angle":22.5,"axis":"x","origin":[8.02741,19.31361,11.30222]},"faces":{"north":{"uv":[13.5,8.5,14.5,8],"rotation":90,"texture":"#0"},"east":{"uv":[13.5,8.5,14.5,8],"rotation":90,"texture":"#0"},"south":{"uv":[13.5,8.5,14.5,8],"rotation":90,"texture":"#0"},"west":{"uv":[13.5,8.5,14.5,8],"rotation":90,"texture":"#0"},"up":{"uv":[13.795,8,13.5,8.445],"rotation":90,"texture":"#0"},"down":{"uv":[14.5,8,13.5,8.5],"rotation":90,"texture":"#0"}}},{"from":[7.65619,21.27713,4.13355],"to":[8.34619,22.76713,4.62355],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00119,21.82213,3.97855]},"faces":{"north":{"uv":[13.5,8.5,12.5,8],"rotation":270,"texture":"#0"},"east":{"uv":[13.5,8,12.5,7.5],"rotation":270,"texture":"#0"},"south":{"uv":[13.5,8.5,12.5,8],"rotation":270,"texture":"#0"},"west":{"uv":[13.5,8,12.5,7.5],"rotation":270,"texture":"#0"},"up":{"uv":[12.5,8,12.745,8.345],"rotation":270,"texture":"#0"},"down":{"uv":[12.5,8,13.5,8.5],"rotation":270,"texture":"#0"}}},{"from":[7.65619,21.27713,11.37645],"to":[8.34619,22.76713,11.86645],"rotation":{"angle":22.5,"axis":"x","origin":[8.00119,21.82213,12.02145]},"faces":{"north":{"uv":[13.5,8,12.5,8.5],"rotation":270,"texture":"#0"},"east":{"uv":[13.5,7.5,12.5,8],"rotation":270,"texture":"#0"},"south":{"uv":[13.5,8,12.5,8.5],"rotation":270,"texture":"#0"},"west":{"uv":[13.5,7.5,12.5,8],"rotation":270,"texture":"#0"},"up":{"uv":[12.745,8,12.5,8.345],"rotation":270,"texture":"#0"},"down":{"uv":[13.5,8,12.5,8.5],"rotation":270,"texture":"#0"}}},{"from":[7.60619,16.32734,4.18507],"to":[8.39619,18.31734,4.77507],"rotation":{"angle":-22.5,"axis":"x","origin":[7.97327,18.43304,5.08689]},"faces":{"north":{"uv":[13.5,8.5,15,8],"rotation":270,"texture":"#0"},"east":{"uv":[13.5,8.5,15,8],"rotation":270,"texture":"#0"},"south":{"uv":[13.5,8.5,15,8],"rotation":270,"texture":"#0"},"west":{"uv":[13.5,8.5,15,8],"rotation":270,"texture":"#0"},"up":{"uv":[13.5,8.5,15,8],"texture":"#0"},"down":{"uv":[13.5,8.5,15,8],"rotation":180,"texture":"#0"}}},{"from":[7.60619,16.32734,11.22493],"to":[8.39619,18.31734,11.81493],"rotation":{"angle":22.5,"axis":"x","origin":[7.97327,18.43304,10.91311]},"faces":{"north":{"uv":[13.5,8,15,8.5],"rotation":270,"texture":"#0"},"east":{"uv":[13.5,8,15,8.5],"rotation":270,"texture":"#0"},"south":{"uv":[13.5,8,15,8.5],"rotation":270,"texture":"#0"},"west":{"uv":[13.5,8,15,8.5],"rotation":270,"texture":"#0"},"up":{"uv":[13.5,8,15,8.5],"texture":"#0"},"down":{"uv":[13.5,8,15,8.5],"rotation":180,"texture":"#0"}}},{"from":[7.35338,17.91468,5.56254],"to":[8.65338,18.91468,6.16254],"rotation":{"angle":-45,"axis":"x","origin":[8.00552,18.33969,8.00366]},"faces":{"north":{"uv":[14.5,10,13.5,10.5],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,10,13.5,10.5],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,10,13.5,10.5],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,10,13.5,10.5],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,10,13.5,10.5],"rotation":90,"texture":"#0"},"down":{"uv":[14.5,10,13.5,10.5],"rotation":90,"texture":"#0"}}},{"from":[9.57878,17.80203,7.34741],"to":[10.17878,18.80203,8.64741],"rotation":{"angle":-45,"axis":"z","origin":[8.00582,17.96425,7.99986]},"faces":{"north":{"uv":[14.5,10,13.5,10.5],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,10,13.5,10.5],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,10,13.5,10.5],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,10,13.5,10.5],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,10,13.5,10.5],"rotation":180,"texture":"#0"},"down":{"uv":[14.5,10,13.5,10.5],"texture":"#0"}}},{"from":[7.35338,17.91468,9.83746],"to":[8.65338,18.91468,10.43746],"rotation":{"angle":45,"axis":"x","origin":[8.00552,18.33969,7.99634]},"faces":{"north":{"uv":[14.5,10.5,13.5,10],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,10.5,13.5,10],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,10.5,13.5,10],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,10.5,13.5,10],"rotation":90,"texture":"#0"},"up":{"uv":[13.5,10,14.5,10.5],"rotation":90,"texture":"#0"},"down":{"uv":[13.5,10,14.5,10.5],"rotation":90,"texture":"#0"}}},{"from":[5.83266,17.80223,7.34741],"to":[6.43266,18.80223,8.64741],"rotation":{"angle":45,"axis":"z","origin":[8.00582,17.96425,7.99986]},"faces":{"north":{"uv":[14.5,10.5,13.5,10],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,10.5,13.5,10],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,10.5,13.5,10],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,10.5,13.5,10],"rotation":90,"texture":"#0"},"up":{"uv":[13.5,10,14.5,10.5],"rotation":180,"texture":"#0"},"down":{"uv":[13.5,10,14.5,10.5],"texture":"#0"}}},{"from":[7.36323,20.32136,7.57961],"to":[8.66323,20.92136,8.67961],"rotation":{"angle":-45,"axis":"x","origin":[8.00552,18.33969,8.00366]},"faces":{"north":{"uv":[14.5,10,15.5,9.5],"texture":"#0"},"east":{"uv":[14.5,10,15.5,9.5],"rotation":180,"texture":"#0"},"south":{"uv":[14.5,10,15.5,9.5],"texture":"#0"},"west":{"uv":[14.5,10,15.5,9.5],"texture":"#0"},"up":{"uv":[14.5,10,15.5,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[14.5,10,15.5,9.5],"rotation":270,"texture":"#0"}}},{"from":[7.06171,20.20871,7.35726],"to":[8.16171,20.80871,8.65726],"rotation":{"angle":-45,"axis":"z","origin":[8.00582,17.96425,7.99986]},"faces":{"north":{"uv":[14.5,10,15.5,9.5],"texture":"#0"},"east":{"uv":[14.5,10,15.5,9.5],"texture":"#0"},"south":{"uv":[14.5,10,15.5,9.5],"rotation":180,"texture":"#0"},"west":{"uv":[14.5,10,15.5,9.5],"texture":"#0"},"up":{"uv":[14.5,10,15.5,9.5],"rotation":180,"texture":"#0"},"down":{"uv":[14.5,10,15.5,9.5],"rotation":180,"texture":"#0"}}},{"from":[7.36323,20.32136,7.32039],"to":[8.66323,20.92136,8.42039],"rotation":{"angle":45,"axis":"x","origin":[8.00552,18.33969,7.99634]},"faces":{"north":{"uv":[15.5,10,14.5,9.5],"texture":"#0"},"east":{"uv":[15.5,10,14.5,9.5],"rotation":180,"texture":"#0"},"south":{"uv":[15.5,10,14.5,9.5],"texture":"#0"},"west":{"uv":[15.5,10,14.5,9.5],"texture":"#0"},"up":{"uv":[15.5,10,14.5,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[15.5,10,14.5,9.5],"rotation":270,"texture":"#0"}}},{"from":[7.84973,20.20891,7.35726],"to":[8.94973,20.80891,8.65726],"rotation":{"angle":45,"axis":"z","origin":[8.00582,17.96425,7.99986]},"faces":{"north":{"uv":[15.5,10,14.5,9.5],"texture":"#0"},"east":{"uv":[15.5,10,14.5,9.5],"texture":"#0"},"south":{"uv":[15.5,10,14.5,9.5],"rotation":180,"texture":"#0"},"west":{"uv":[15.5,10,14.5,9.5],"texture":"#0"},"up":{"uv":[15.5,10,14.5,9.5],"rotation":180,"texture":"#0"},"down":{"uv":[15.5,10,14.5,9.5],"rotation":180,"texture":"#0"}}},{"from":[7.35603,17.94449,5.49139],"to":[8.65603,18.94449,6.09139],"rotation":{"angle":0,"axis":"z","origin":[8.00552,18.33969,8.00366]},"faces":{"north":{"uv":[15,10.5,16,10],"rotation":270,"texture":"#0"},"east":{"uv":[15,10.5,16,10],"rotation":270,"texture":"#0"},"south":{"uv":[15,10.5,16,10],"rotation":270,"texture":"#0"},"west":{"uv":[15,10.5,16,10],"rotation":270,"texture":"#0"},"up":{"uv":[15,10.5,16,10],"rotation":270,"texture":"#0"},"down":{"uv":[15,10.5,16,10],"rotation":270,"texture":"#0"}}},{"from":[9.91429,17.94449,7.35006],"to":[10.51429,18.94449,8.65006],"rotation":{"angle":0,"axis":"z","origin":[8.00582,17.96425,7.99986]},"faces":{"north":{"uv":[15,10.5,16,10],"rotation":270,"texture":"#0"},"east":{"uv":[15,10.5,16,10],"rotation":270,"texture":"#0"},"south":{"uv":[15,10.5,16,10],"rotation":270,"texture":"#0"},"west":{"uv":[15,10.5,16,10],"rotation":270,"texture":"#0"},"up":{"uv":[15,10.5,16,10],"texture":"#0"},"down":{"uv":[15,10.5,16,10],"rotation":180,"texture":"#0"}}},{"from":[7.35603,17.94449,9.90861],"to":[8.65603,18.94449,10.50861],"rotation":{"angle":0,"axis":"z","origin":[8.00552,18.33969,7.99634]},"faces":{"north":{"uv":[15,10,16,10.5],"rotation":270,"texture":"#0"},"east":{"uv":[15,10,16,10.5],"rotation":270,"texture":"#0"},"south":{"uv":[15,10,16,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[15,10,16,10.5],"rotation":270,"texture":"#0"},"up":{"uv":[16,10.5,15,10],"rotation":270,"texture":"#0"},"down":{"uv":[16,10.5,15,10],"rotation":270,"texture":"#0"}}},{"from":[5.49707,17.94449,7.35006],"to":[6.09707,18.94449,8.65006],"rotation":{"angle":0,"axis":"z","origin":[8.00582,17.96425,7.99986]},"faces":{"north":{"uv":[15,10,16,10.5],"rotation":270,"texture":"#0"},"east":{"uv":[15,10,16,10.5],"rotation":270,"texture":"#0"},"south":{"uv":[15,10,16,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[15,10,16,10.5],"rotation":270,"texture":"#0"},"up":{"uv":[16,10.5,15,10],"texture":"#0"},"down":{"uv":[16,10.5,15,10],"rotation":180,"texture":"#0"}}},{"from":[7.35378,17.93654,5.52857],"to":[8.65378,18.93654,6.12857],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00552,18.33969,8.00366]},"faces":{"north":{"uv":[14.5,10.5,15.5,10],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,10.5,15.5,10],"rotation":270,"texture":"#0"},"south":{"uv":[14.5,10.5,15.5,10],"rotation":270,"texture":"#0"},"west":{"uv":[14.5,10.5,15.5,10],"rotation":270,"texture":"#0"},"up":{"uv":[14.5,10.5,15.5,10],"rotation":270,"texture":"#0"},"down":{"uv":[14.5,10.5,15.5,10],"rotation":270,"texture":"#0"}}},{"from":[9.73372,17.90651,7.34781],"to":[10.33372,18.90651,8.64781],"rotation":{"angle":-22.5,"axis":"z","origin":[8.00582,17.96425,7.99986]},"faces":{"north":{"uv":[14.5,10.5,15.5,10],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,10.5,15.5,10],"rotation":270,"texture":"#0"},"south":{"uv":[14.5,10.5,15.5,10],"rotation":270,"texture":"#0"},"west":{"uv":[14.5,10.5,15.5,10],"rotation":270,"texture":"#0"},"up":{"uv":[14.5,10.5,15.5,10],"texture":"#0"},"down":{"uv":[14.5,10.5,15.5,10],"rotation":180,"texture":"#0"}}},{"from":[7.35378,17.93654,9.87143],"to":[8.65378,18.93654,10.47143],"rotation":{"angle":22.5,"axis":"x","origin":[8.00552,18.33969,7.99634]},"faces":{"north":{"uv":[14.5,10,15.5,10.5],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,10,15.5,10.5],"rotation":270,"texture":"#0"},"south":{"uv":[14.5,10,15.5,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[14.5,10,15.5,10.5],"rotation":270,"texture":"#0"},"up":{"uv":[15.5,10.5,14.5,10],"rotation":270,"texture":"#0"},"down":{"uv":[15.5,10.5,14.5,10],"rotation":270,"texture":"#0"}}},{"from":[5.67765,17.90662,7.34781],"to":[6.27765,18.90662,8.64781],"rotation":{"angle":22.5,"axis":"z","origin":[8.00582,17.96425,7.99986]},"faces":{"north":{"uv":[14.5,10,15.5,10.5],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,10,15.5,10.5],"rotation":270,"texture":"#0"},"south":{"uv":[14.5,10,15.5,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[14.5,10,15.5,10.5],"rotation":270,"texture":"#0"},"up":{"uv":[15.5,10.5,14.5,10],"texture":"#0"},"down":{"uv":[15.5,10.5,14.5,10],"rotation":180,"texture":"#0"}}},{"from":[7.35643,17.93685,5.45144],"to":[8.65643,18.93685,6.05144],"rotation":{"angle":22.5,"axis":"x","origin":[8.00552,18.33969,8.00366]},"faces":{"north":{"uv":[15,10,16,9.5],"rotation":90,"texture":"#0"},"east":{"uv":[15,10,16,9.5],"rotation":90,"texture":"#0"},"south":{"uv":[15,10,16,9.5],"rotation":90,"texture":"#0"},"west":{"uv":[15,10,16,9.5],"rotation":90,"texture":"#0"},"up":{"uv":[15,10,16,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[15,10,16,9.5],"rotation":90,"texture":"#0"}}},{"from":[10.0982,17.90973,7.35046],"to":[10.6982,18.90973,8.65046],"rotation":{"angle":22.5,"axis":"z","origin":[8.00582,17.96425,7.99986]},"faces":{"north":{"uv":[15,10,16,9.5],"rotation":90,"texture":"#0"},"east":{"uv":[15,10,16,9.5],"rotation":90,"texture":"#0"},"south":{"uv":[15,10,16,9.5],"rotation":90,"texture":"#0"},"west":{"uv":[15,10,16,9.5],"rotation":90,"texture":"#0"},"up":{"uv":[15,10,16,9.5],"rotation":180,"texture":"#0"},"down":{"uv":[15,10,16,9.5],"texture":"#0"}}},{"from":[7.35643,17.93685,9.94856],"to":[8.65643,18.93685,10.54856],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00552,18.33969,7.99634]},"faces":{"north":{"uv":[15,9.5,16,10],"rotation":90,"texture":"#0"},"east":{"uv":[15,9.5,16,10],"rotation":90,"texture":"#0"},"south":{"uv":[15,9.5,16,10],"rotation":90,"texture":"#0"},"west":{"uv":[15,9.5,16,10],"rotation":90,"texture":"#0"},"up":{"uv":[16,10,15,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[16,10,15,9.5],"rotation":90,"texture":"#0"}}},{"from":[5.31318,17.90962,7.35046],"to":[5.91318,18.90962,8.65046],"rotation":{"angle":-22.5,"axis":"z","origin":[8.00582,17.96425,7.99986]},"faces":{"north":{"uv":[15,9.5,16,10],"rotation":90,"texture":"#0"},"east":{"uv":[15,9.5,16,10],"rotation":90,"texture":"#0"},"south":{"uv":[15,9.5,16,10],"rotation":90,"texture":"#0"},"west":{"uv":[15,9.5,16,10],"rotation":90,"texture":"#0"},"up":{"uv":[16,10,15,9.5],"rotation":180,"texture":"#0"},"down":{"uv":[16,10,15,9.5],"texture":"#0"}}},{"from":[7.35438,15.92277,7.46307],"to":[8.65238,16.52077,8.46107],"rotation":{"angle":22.5,"axis":"x","origin":[8.00552,18.33969,8.00366]},"faces":{"north":{"uv":[14,9,13,9.5],"texture":"#0"},"east":{"uv":[14,9,13,9.5],"texture":"#0"},"south":{"uv":[14,9,13,9.5],"texture":"#0"},"west":{"uv":[14,9,13,9.5],"texture":"#0"},"up":{"uv":[14,9,13,9.5],"texture":"#0"},"down":{"uv":[14,9,13,9.5],"texture":"#0"}}},{"from":[7.68857,15.89565,7.34841],"to":[8.68657,16.49365,8.64641],"rotation":{"angle":22.5,"axis":"z","origin":[8.00582,17.96425,7.99986]},"faces":{"north":{"uv":[14,9,13,9.5],"texture":"#0"},"east":{"uv":[14,9,13,9.5],"texture":"#0"},"south":{"uv":[14,9,13,9.5],"texture":"#0"},"west":{"uv":[14,9,13,9.5],"texture":"#0"},"up":{"uv":[14,9,13,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[14,9,13,9.5],"rotation":270,"texture":"#0"}}},{"from":[7.35438,15.92277,7.53893],"to":[8.65238,16.52077,8.53693],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00552,18.33969,7.99634]},"faces":{"north":{"uv":[13,9,14,9.5],"texture":"#0"},"east":{"uv":[13,9,14,9.5],"texture":"#0"},"south":{"uv":[13,9,14,9.5],"texture":"#0"},"west":{"uv":[13,9,14,9.5],"texture":"#0"},"up":{"uv":[14,9.5,13,9],"texture":"#0"},"down":{"uv":[14,9.5,13,9],"texture":"#0"}}},{"from":[7.32481,15.89554,7.34841],"to":[8.32281,16.49354,8.64641],"rotation":{"angle":-22.5,"axis":"z","origin":[8.00582,17.96425,7.99986]},"faces":{"north":{"uv":[13,9,14,9.5],"texture":"#0"},"east":{"uv":[13,9,14,9.5],"texture":"#0"},"south":{"uv":[13,9,14,9.5],"texture":"#0"},"west":{"uv":[13,9,14,9.5],"texture":"#0"},"up":{"uv":[14,9.5,13,9],"rotation":90,"texture":"#0"},"down":{"uv":[14,9.5,13,9],"rotation":270,"texture":"#0"}}},{"from":[8,20.25,4.5],"to":[8.01,27.25,11.5],"rotation":{"angle":0,"axis":"y","origin":[16,28.75,12.25]},"faces":{"north":{"uv":[0,0,0.005,3.5],"texture":"#1"},"east":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,0.005,3.5],"texture":"#1"},"west":{"uv":[16,0,0,16],"texture":"#1"},"up":{"uv":[0,0,0.005,3.5],"texture":"#1"},"down":{"uv":[0,0,0.005,3.5],"texture":"#1"}}},{"from":[7,23.25,7.5],"to":[9,24.25,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,23.75,8]},"faces":{"north":{"uv":[9,9,11.5,10],"texture":"#0"},"east":{"uv":[9,9,11.5,10],"texture":"#0"},"south":{"uv":[9,9,11.5,10],"texture":"#0"},"west":{"uv":[9,9,11.5,10],"texture":"#0"},"up":{"uv":[9,9,11.5,10],"rotation":270,"texture":"#0"},"down":{"uv":[9,9,11.5,10],"rotation":90,"texture":"#0"}}},{"from":[7.25,23,7.25],"to":[8.75,24.5,8.75],"rotation":{"angle":0,"axis":"y","origin":[8,23.25,7.5]},"faces":{"north":{"uv":[9,9,11.5,10],"texture":"#0"},"east":{"uv":[9,9,11.5,10],"texture":"#0"},"south":{"uv":[9,9,11.5,10],"texture":"#0"},"west":{"uv":[9,9,11.5,10],"texture":"#0"},"up":{"uv":[9,9,11.5,10],"rotation":270,"texture":"#0"},"down":{"uv":[9,9,11.5,10],"rotation":90,"texture":"#0"}}},{"from":[7.5,23.25,7],"to":[8.5,24.25,9],"rotation":{"angle":0,"axis":"y","origin":[8,23.75,8]},"faces":{"north":{"uv":[9,9,11.5,10],"texture":"#0"},"east":{"uv":[9,9,11.5,10],"texture":"#0"},"south":{"uv":[9,9,11.5,10],"texture":"#0"},"west":{"uv":[9,9,11.5,10],"texture":"#0"},"up":{"uv":[9,9,11.5,10],"rotation":180,"texture":"#0"},"down":{"uv":[9,9,11.5,10],"rotation":180,"texture":"#0"}}},{"from":[7.5,22.75,7.5],"to":[8.5,24.75,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,23.75,8]},"faces":{"north":{"uv":[9,9,11.5,10],"texture":"#0"},"east":{"uv":[9,9,11.5,10],"rotation":270,"texture":"#0"},"south":{"uv":[9,9,11.5,10],"rotation":180,"texture":"#0"},"west":{"uv":[9,9,11.5,10],"rotation":90,"texture":"#0"},"up":{"uv":[9,9,11.5,10],"rotation":180,"texture":"#0"},"down":{"uv":[9,9,11.5,10],"texture":"#0"}}},{"from":[7.45,6.55,7.45],"to":[8.55,10.65,8.55],"rotation":{"angle":0,"axis":"y","origin":[8,14.6,8]},"faces":{"north":{"uv":[8,11.5,9.5,16],"texture":"#0"},"east":{"uv":[7,11.5,8.5,16],"texture":"#0"},"south":{"uv":[5.5,11.5,7,16],"texture":"#0"},"west":{"uv":[11,11.5,12.5,16],"texture":"#0"},"up":{"uv":[11.5,13,13,14.5],"texture":"#0"},"down":{"uv":[4.5,13.5,6,15],"texture":"#0"}}},{"from":[7.35,10.95,7.35],"to":[8.65,11.75,8.65],"rotation":{"angle":0,"axis":"y","origin":[8,14.6,8]},"faces":{"north":{"uv":[8,11.5,9.5,12.5],"texture":"#0"},"east":{"uv":[7,11.5,8.5,12.5],"texture":"#0"},"south":{"uv":[5.5,11.5,7,12.5],"texture":"#0"},"west":{"uv":[11,11.5,12.5,12.5],"texture":"#0"},"up":{"uv":[11.5,13,13,14.5],"texture":"#0"},"down":{"uv":[4.5,13.5,6,15],"texture":"#0"}}},{"from":[7.35,5.45,7.35],"to":[8.65,6.25,8.65],"rotation":{"angle":0,"axis":"x","origin":[8,11.35,8]},"faces":{"north":{"uv":[11,11.5,12.5,12.5],"rotation":180,"texture":"#0"},"east":{"uv":[5.5,11.5,7,12.5],"rotation":180,"texture":"#0"},"south":{"uv":[7,11.5,8.5,12.5],"rotation":180,"texture":"#0"},"west":{"uv":[8,11.5,9.5,12.5],"rotation":180,"texture":"#0"},"up":{"uv":[4.5,13.5,6,15],"rotation":90,"texture":"#0"},"down":{"uv":[11.5,13,13,14.5],"rotation":270,"texture":"#0"}}},{"from":[7.45,4.65,7.45],"to":[8.55,5.25,8.55],"rotation":{"angle":0,"axis":"y","origin":[8,4.95,8]},"faces":{"north":{"uv":[5.5,11.5,7,12.5],"rotation":180,"texture":"#0"},"east":{"uv":[7,11.5,8.5,12.5],"rotation":180,"texture":"#0"},"south":{"uv":[10,14,11.5,15],"rotation":180,"texture":"#0"},"west":{"uv":[11,11.5,12.5,12.5],"rotation":180,"texture":"#0"},"up":{"uv":[4.5,13.5,6,15],"texture":"#0"},"down":{"uv":[11.5,13,13,14.5],"texture":"#0"}}},{"from":[7.55,2.7,7.55],"to":[8.45,12.35,8.45],"rotation":{"angle":0,"axis":"y","origin":[8,14.6,8]},"faces":{"north":{"uv":[13.5,11.5,14,16],"rotation":180,"texture":"#2"},"east":{"uv":[13.5,11.5,14,16],"rotation":180,"texture":"#2"},"south":{"uv":[13.5,11.5,14,16],"rotation":180,"texture":"#2"},"west":{"uv":[13.5,11.5,14,16],"rotation":180,"texture":"#2"},"up":{"uv":[13.5,11.5,14.4,12.4],"rotation":180,"texture":"#2"},"down":{"uv":[13.5,11.5,14,16],"rotation":180,"texture":"#2"}}},{"from":[7.65,-2.65,7.65],"to":[8.35,3.05,8.35],"rotation":{"angle":0,"axis":"y","origin":[8,14.6,8]},"faces":{"north":{"uv":[13,12.25,13.75,15.5],"texture":"#2"},"east":{"uv":[13,12.25,13.75,15.5],"texture":"#2"},"south":{"uv":[13,12.25,13.75,15.5],"texture":"#2"},"west":{"uv":[13,12.25,13.75,15.5],"texture":"#2"},"up":{"uv":[13,12.25,13.75,15.5],"texture":"#2"},"down":{"uv":[13,12.25,13.75,15.5],"texture":"#2"}}},{"from":[7.6,12.45,7.625],"to":[8.4,12.95,8.375],"rotation":{"angle":0,"axis":"y","origin":[15.6,20.45,15.625]},"faces":{"north":{"uv":[15,9.5,15.375,9.75],"texture":"#0"},"east":{"uv":[15,9.5,15.375,9.75],"texture":"#0"},"south":{"uv":[15,9.5,15.375,9.75],"texture":"#0"},"west":{"uv":[15,9.5,15.375,9.75],"texture":"#0"},"up":{"uv":[15,9.5,15.375,9.75],"texture":"#0"},"down":{"uv":[15,9.5,15.375,9.75],"texture":"#0"}}},{"from":[7.625,12.45,7.6],"to":[8.375,12.95,8.4],"rotation":{"angle":0,"axis":"y","origin":[8,14.33525,8]},"faces":{"north":{"uv":[15,9.5,15.375,9.75],"texture":"#0"},"east":{"uv":[15,9.5,15.375,9.75],"texture":"#0"},"south":{"uv":[15,9.5,15.375,9.75],"texture":"#0"},"west":{"uv":[15,9.5,15.375,9.75],"texture":"#0"},"up":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"down":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"}}},{"from":[7.6,-2.67591,7.62487],"to":[8.4,-2.17591,8.37487],"rotation":{"angle":0,"axis":"x","origin":[8.00261,-5.68795,7.99994]},"faces":{"north":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"east":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"south":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"west":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"up":{"uv":[15,9.5,15.375,9.75],"texture":"#0"},"down":{"uv":[15,9.5,15.375,9.75],"texture":"#0"}}},{"from":[7.62768,-2.67591,7.59733],"to":[8.37768,-2.17591,8.39733],"rotation":{"angle":0,"axis":"x","origin":[8.00261,-5.68795,7.99994]},"faces":{"north":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"east":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"south":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"west":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"up":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"down":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"}}},{"from":[7.6,13.96025,6.11475],"to":[8.4,14.71025,6.61475],"rotation":{"angle":0,"axis":"x","origin":[8,15.15847,6.76797]},"faces":{"north":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"east":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"south":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"west":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"up":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"down":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"}}},{"from":[9.38525,13.96025,7.6],"to":[9.88525,14.71025,8.4],"rotation":{"angle":0,"axis":"x","origin":[8,14.33525,8]},"faces":{"north":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"east":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"south":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"west":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"up":{"uv":[15,9.5,15.375,9.75],"texture":"#0"},"down":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"}}},{"from":[7.6,-4.43616,9.38512],"to":[8.4,-3.68616,9.88512],"rotation":{"angle":0,"axis":"x","origin":[8.00261,-5.68795,7.99994]},"faces":{"north":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"east":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"south":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"west":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"up":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"down":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"}}},{"from":[6.11743,-4.43616,7.59733],"to":[6.61743,-3.68616,8.39733],"rotation":{"angle":0,"axis":"x","origin":[8.00261,-5.68795,7.99994]},"faces":{"north":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"east":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"south":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"west":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"up":{"uv":[15,9.5,15.375,9.75],"texture":"#0"},"down":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"}}},{"from":[7.6,13.96025,9.38525],"to":[8.4,14.71025,9.88525],"rotation":{"angle":0,"axis":"x","origin":[8,14.53966,9.02762]},"faces":{"north":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"east":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"south":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"west":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"up":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"down":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"}}},{"from":[6.11475,13.96025,7.6],"to":[6.61475,14.71025,8.4],"rotation":{"angle":0,"axis":"x","origin":[8,14.33525,8]},"faces":{"north":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"east":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"south":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"west":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"up":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"down":{"uv":[15,9.5,15.375,9.75],"texture":"#0"}}},{"from":[7.6,-4.43616,6.11462],"to":[8.4,-3.68616,6.61462],"rotation":{"angle":0,"axis":"x","origin":[8.00261,-5.68795,7.99994]},"faces":{"north":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"east":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"south":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"west":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"up":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"},"down":{"uv":[15,9.5,15.375,9.75],"rotation":90,"texture":"#0"}}},{"from":[9.38793,-4.43616,7.59733],"to":[9.88793,-3.68616,8.39733],"rotation":{"angle":0,"axis":"x","origin":[8.00261,-5.68795,7.99994]},"faces":{"north":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"east":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"south":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"west":{"uv":[15,9.5,15.375,9.75],"rotation":270,"texture":"#0"},"up":{"uv":[15,9.5,15.375,9.75],"rotation":180,"texture":"#0"},"down":{"uv":[15,9.5,15.375,9.75],"texture":"#0"}}},{"from":[7.6,12.75632,6.35422],"to":[8.4,13.50632,6.85422],"rotation":{"angle":-45,"axis":"x","origin":[8,13.44421,6.66646]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"}}},{"from":[9.38526,13.96026,7.6],"to":[9.88526,14.71026,8.4],"rotation":{"angle":-45,"axis":"z","origin":[8,14.33525,8]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"}}},{"from":[7.6,-3.15243,6.47457],"to":[8.4,-2.65243,7.22457],"rotation":{"angle":45,"axis":"x","origin":[8.00261,-5.68795,7.99994]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"}}},{"from":[8.77798,-3.15243,7.59733],"to":[9.52798,-2.65243,8.39733],"rotation":{"angle":45,"axis":"z","origin":[8.00261,-5.68795,7.99994]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"}}},{"from":[7.6,15.05374,8.07052],"to":[8.4,15.55374,8.82052],"rotation":{"angle":45,"axis":"x","origin":[8,14.53966,9.02762]},"faces":{"north":{"uv":[14,9,14.375,9.25],"rotation":180,"texture":"#0"},"east":{"uv":[14,9,14.375,9.25],"rotation":180,"texture":"#0"},"south":{"uv":[14,9,14.375,9.25],"rotation":180,"texture":"#0"},"west":{"uv":[14,9,14.375,9.25],"rotation":180,"texture":"#0"},"up":{"uv":[14,9,14.375,9.25],"rotation":180,"texture":"#0"},"down":{"uv":[14,9,14.375,9.25],"rotation":180,"texture":"#0"}}},{"from":[7.625,15.72051,7.6],"to":[8.375,16.22051,8.4],"rotation":{"angle":45,"axis":"z","origin":[8,14.33525,8]},"faces":{"north":{"uv":[14,9,14.375,9.25],"rotation":180,"texture":"#0"},"east":{"uv":[14,9,14.375,9.25],"rotation":180,"texture":"#0"},"south":{"uv":[14,9,14.375,9.25],"rotation":180,"texture":"#0"},"west":{"uv":[14,9,14.375,9.25],"rotation":180,"texture":"#0"},"up":{"uv":[14,9,14.375,9.25],"rotation":270,"texture":"#0"},"down":{"uv":[14,9,14.375,9.25],"rotation":90,"texture":"#0"}}},{"from":[7.6,-6.42293,6.47457],"to":[8.4,-5.92293,8.72457],"rotation":{"angle":45,"axis":"x","origin":[8.00261,-5.68795,7.99994]},"faces":{"north":{"uv":[14,9,14.375,9.25],"texture":"#0"},"east":{"uv":[14,9,14.375,9.25],"texture":"#0"},"south":{"uv":[14,9,14.375,9.25],"texture":"#0"},"west":{"uv":[14,9,14.375,9.25],"texture":"#0"},"up":{"uv":[14,9,14.375,9.25],"rotation":180,"texture":"#0"},"down":{"uv":[14,9,14.375,9.25],"rotation":180,"texture":"#0"}}},{"from":[7.82798,-6.42293,7.59733],"to":[9.52798,-5.92293,8.39733],"rotation":{"angle":45,"axis":"z","origin":[8.00261,-5.68795,7.99994]},"faces":{"north":{"uv":[14,9,14.375,9.25],"texture":"#0"},"east":{"uv":[14,9,14.375,9.25],"texture":"#0"},"south":{"uv":[14,9,14.375,9.25],"texture":"#0"},"west":{"uv":[14,9,14.375,9.25],"texture":"#0"},"up":{"uv":[14,9,14.375,9.25],"rotation":270,"texture":"#0"},"down":{"uv":[14,9,14.375,9.25],"rotation":90,"texture":"#0"}}},{"from":[7.6,15.07254,6.336],"to":[8.4,15.82254,6.836],"rotation":{"angle":45,"axis":"x","origin":[8,15.15847,6.76797]},"faces":{"north":{"uv":[14,9,14.375,9.25],"rotation":270,"texture":"#0"},"east":{"uv":[14,9,14.375,9.25],"rotation":270,"texture":"#0"},"south":{"uv":[14,9,14.375,9.25],"rotation":270,"texture":"#0"},"west":{"uv":[14,9,14.375,9.25],"rotation":270,"texture":"#0"},"up":{"uv":[14,9,14.375,9.25],"rotation":270,"texture":"#0"},"down":{"uv":[14,9,14.375,9.25],"rotation":270,"texture":"#0"}}},{"from":[9.38525,13.96025,7.6],"to":[9.88525,14.71025,8.4],"rotation":{"angle":45,"axis":"z","origin":[8,14.33525,8]},"faces":{"north":{"uv":[14,9,14.375,9.25],"rotation":270,"texture":"#0"},"east":{"uv":[14,9,14.375,9.25],"rotation":270,"texture":"#0"},"south":{"uv":[14,9,14.375,9.25],"rotation":270,"texture":"#0"},"west":{"uv":[14,9,14.375,9.25],"rotation":270,"texture":"#0"},"up":{"uv":[14,9,14.375,9.25],"texture":"#0"},"down":{"uv":[14,9,14.375,9.25],"rotation":180,"texture":"#0"}}},{"from":[7.6,-5.96268,8.23483],"to":[8.4,-4.16268,8.73483],"rotation":{"angle":45,"axis":"x","origin":[8.00261,-5.68795,7.99994]},"faces":{"north":{"uv":[14,9,14.375,9.25],"rotation":90,"texture":"#0"},"east":{"uv":[14,9,14.375,9.25],"rotation":90,"texture":"#0"},"south":{"uv":[14,9,14.375,9.25],"rotation":90,"texture":"#0"},"west":{"uv":[14,9,14.375,9.25],"rotation":90,"texture":"#0"},"up":{"uv":[14,9,14.375,9.25],"rotation":270,"texture":"#0"},"down":{"uv":[14,9,14.375,9.25],"rotation":270,"texture":"#0"}}},{"from":[7.26772,-5.86268,7.59733],"to":[7.76772,-4.16268,8.39733],"rotation":{"angle":45,"axis":"z","origin":[8.00261,-5.68795,7.99994]},"faces":{"north":{"uv":[14,9,14.375,9.25],"rotation":90,"texture":"#0"},"east":{"uv":[14,9,14.375,9.25],"rotation":90,"texture":"#0"},"south":{"uv":[14,9,14.375,9.25],"rotation":90,"texture":"#0"},"west":{"uv":[14,9,14.375,9.25],"rotation":90,"texture":"#0"},"up":{"uv":[14,9,14.375,9.25],"texture":"#0"},"down":{"uv":[14,9,14.375,9.25],"rotation":180,"texture":"#0"}}},{"from":[7.6,13.29348,9.83077],"to":[8.4,14.04348,10.33077],"rotation":{"angle":45,"axis":"x","origin":[8,14.53966,9.02762]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"}}},{"from":[6.11475,13.96025,7.6],"to":[6.61475,14.71025,8.4],"rotation":{"angle":45,"axis":"z","origin":[8,14.33525,8]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"texture":"#0"}}},{"from":[7.6,-4.91268,4.96432],"to":[8.4,-4.16268,5.46432],"rotation":{"angle":45,"axis":"x","origin":[8.00261,-5.68795,7.99994]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"}}},{"from":[10.53823,-4.91268,7.59733],"to":[11.03823,-4.16268,8.39733],"rotation":{"angle":45,"axis":"z","origin":[8.00261,-5.68795,7.99994]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"texture":"#0"}}},{"from":[7.599,12.57348,6.99822],"to":[8.401,13.07548,7.75022],"rotation":{"angle":22.5,"axis":"x","origin":[8,12.82448,7.37422]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"texture":"#0"}}},{"from":[7.624,12.44901,7.599],"to":[8.376,12.95101,8.401],"rotation":{"angle":22.5,"axis":"z","origin":[8,14.33525,8]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"}}},{"from":[7.599,-2.80076,7.00133],"to":[8.401,-2.29876,7.75333],"rotation":{"angle":22.5,"axis":"x","origin":[8.00261,-5.68795,7.99994]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"texture":"#0"}}},{"from":[8.24922,-2.80076,7.59633],"to":[9.00122,-2.29876,8.39833],"rotation":{"angle":22.5,"axis":"z","origin":[8.00261,-5.68795,7.99994]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"}}},{"from":[7.599,15.34181,7.78045],"to":[8.401,15.84381,8.53245],"rotation":{"angle":22.5,"axis":"x","origin":[8,14.53966,9.02762]},"faces":{"north":{"uv":[14,8,14.375,8.25],"rotation":180,"texture":"#0"},"east":{"uv":[14,8,14.375,8.25],"rotation":180,"texture":"#0"},"south":{"uv":[14,8,14.375,8.25],"rotation":180,"texture":"#0"},"west":{"uv":[14,8,14.375,8.25],"rotation":180,"texture":"#0"},"up":{"uv":[14,8,14.375,8.25],"rotation":180,"texture":"#0"},"down":{"uv":[14,8,14.375,8.25],"rotation":180,"texture":"#0"}}},{"from":[7.624,15.7195,7.599],"to":[8.376,16.2215,8.401],"rotation":{"angle":22.5,"axis":"z","origin":[8,14.33525,8]},"faces":{"north":{"uv":[14,8,14.375,8.25],"rotation":180,"texture":"#0"},"east":{"uv":[14,8,14.375,8.25],"rotation":180,"texture":"#0"},"south":{"uv":[14,8,14.375,8.25],"rotation":180,"texture":"#0"},"west":{"uv":[14,8,14.375,8.25],"rotation":180,"texture":"#0"},"up":{"uv":[14,8,14.375,8.25],"rotation":270,"texture":"#0"},"down":{"uv":[14,8,14.375,8.25],"rotation":90,"texture":"#0"}}},{"from":[7.599,14.49339,6.335],"to":[8.401,15.24539,6.837],"rotation":{"angle":22.5,"axis":"x","origin":[8,15.15847,6.76797]},"faces":{"north":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"south":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"west":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"up":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"down":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"}}},{"from":[9.38425,13.95925,7.599],"to":[9.88625,14.71125,8.401],"rotation":{"angle":22.5,"axis":"z","origin":[8,14.33525,8]},"faces":{"north":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"south":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"west":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"up":{"uv":[14.5,9.5,14.875,9.75],"texture":"#0"},"down":{"uv":[14.5,9.5,14.875,9.75],"rotation":180,"texture":"#0"}}},{"from":[7.599,-4.56102,8.76158],"to":[8.401,-3.80902,9.26358],"rotation":{"angle":22.5,"axis":"x","origin":[8.00261,-5.68795,7.99994]},"faces":{"north":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"down":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"}}},{"from":[6.73897,-4.56102,7.59633],"to":[7.24097,-3.80902,8.39833],"rotation":{"angle":22.5,"axis":"z","origin":[8.00261,-5.68795,7.99994]},"faces":{"north":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,9.5,14.875,9.75],"texture":"#0"},"down":{"uv":[14.5,9.5,14.875,9.75],"rotation":180,"texture":"#0"}}},{"from":[7.599,13.58156,9.5407],"to":[8.401,14.33356,10.0427],"rotation":{"angle":22.5,"axis":"x","origin":[8,14.53966,9.02762]},"faces":{"north":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"down":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"}}},{"from":[6.11375,13.95925,7.599],"to":[6.61575,14.71125,8.401],"rotation":{"angle":22.5,"axis":"z","origin":[8,14.33525,8]},"faces":{"north":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,10,14.875,10.25],"rotation":180,"texture":"#0"},"down":{"uv":[14.5,10,14.875,10.25],"texture":"#0"}}},{"from":[7.599,-4.56102,5.49108],"to":[8.401,-3.80902,5.99308],"rotation":{"angle":22.5,"axis":"x","origin":[8.00261,-5.68795,7.99994]},"faces":{"north":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"south":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"west":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"up":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"down":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"}}},{"from":[10.00947,-4.56102,7.59633],"to":[10.51147,-3.80902,8.39833],"rotation":{"angle":22.5,"axis":"z","origin":[8.00261,-5.68795,7.99994]},"faces":{"north":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"south":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"west":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"up":{"uv":[14.5,10,14.875,10.25],"rotation":180,"texture":"#0"},"down":{"uv":[14.5,10,14.875,10.25],"texture":"#0"}}},{"from":[7.599,13.3811,6.35322],"to":[8.401,14.1331,6.85522],"rotation":{"angle":-22.5,"axis":"x","origin":[8,13.44421,6.66646]},"faces":{"north":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"south":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"west":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"up":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"down":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"}}},{"from":[9.38426,13.95925,7.599],"to":[9.88626,14.71125,8.401],"rotation":{"angle":-22.5,"axis":"z","origin":[8,14.33525,8]},"faces":{"north":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"south":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"west":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"up":{"uv":[14.5,10,14.875,10.25],"texture":"#0"},"down":{"uv":[14.5,10,14.875,10.25],"rotation":180,"texture":"#0"}}},{"from":[7.599,-4.56097,10.00668],"to":[8.401,-3.80897,10.50868],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00261,-5.68795,7.99994]},"faces":{"north":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"},"down":{"uv":[14.5,10,14.875,10.25],"rotation":270,"texture":"#0"}}},{"from":[5.49387,-4.56097,7.59633],"to":[5.99587,-3.80897,8.39833],"rotation":{"angle":-22.5,"axis":"z","origin":[8.00261,-5.68795,7.99994]},"faces":{"north":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,10,14.875,10.25],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,10,14.875,10.25],"texture":"#0"},"down":{"uv":[14.5,10,14.875,10.25],"rotation":180,"texture":"#0"}}},{"from":[7.599,14.36807,9.38425],"to":[8.401,15.12007,9.88625],"rotation":{"angle":-22.5,"axis":"x","origin":[8,14.53966,9.02762]},"faces":{"north":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"down":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"}}},{"from":[6.11375,13.95926,7.599],"to":[6.61575,14.71126,8.401],"rotation":{"angle":-22.5,"axis":"z","origin":[8,14.33525,8]},"faces":{"north":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"east":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"south":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"west":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"up":{"uv":[14.5,9.5,14.875,9.75],"rotation":180,"texture":"#0"},"down":{"uv":[14.5,9.5,14.875,9.75],"texture":"#0"}}},{"from":[7.599,-4.56097,6.73617],"to":[8.401,-3.80897,7.23817],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00261,-5.68795,7.99994]},"faces":{"north":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"south":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"west":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"up":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"},"down":{"uv":[14.5,9.5,14.875,9.75],"rotation":90,"texture":"#0"}}},{"from":[8.76438,-4.56097,7.59633],"to":[9.26638,-3.80897,8.39833],"rotation":{"angle":-22.5,"axis":"z","origin":[8.00261,-5.68795,7.99994]},"faces":{"north":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"east":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"south":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"west":{"uv":[14.5,9.5,14.875,9.75],"rotation":270,"texture":"#0"},"up":{"uv":[14.5,9.5,14.875,9.75],"rotation":180,"texture":"#0"},"down":{"uv":[14.5,9.5,14.875,9.75],"texture":"#0"}}},{"from":[7.599,15.31069,7.21519],"to":[8.401,15.81269,7.96719],"rotation":{"angle":-22.5,"axis":"x","origin":[8,15.15847,6.76797]},"faces":{"north":{"uv":[14,8,14.375,8.25],"rotation":180,"texture":"#0"},"east":{"uv":[14,8,14.375,8.25],"rotation":180,"texture":"#0"},"south":{"uv":[14,8,14.375,8.25],"rotation":180,"texture":"#0"},"west":{"uv":[14,8,14.375,8.25],"rotation":180,"texture":"#0"},"up":{"uv":[14,8,14.375,8.25],"rotation":180,"texture":"#0"},"down":{"uv":[14,8,14.375,8.25],"rotation":180,"texture":"#0"}}},{"from":[7.62399,15.7195,7.599],"to":[8.37599,16.2215,8.401],"rotation":{"angle":-22.5,"axis":"z","origin":[8,14.33525,8]},"faces":{"north":{"uv":[14,8,14.375,8.25],"rotation":180,"texture":"#0"},"east":{"uv":[14,8,14.375,8.25],"rotation":180,"texture":"#0"},"south":{"uv":[14,8,14.375,8.25],"rotation":180,"texture":"#0"},"west":{"uv":[14,8,14.375,8.25],"rotation":180,"texture":"#0"},"up":{"uv":[14,8,14.375,8.25],"rotation":270,"texture":"#0"},"down":{"uv":[14,8,14.375,8.25],"rotation":90,"texture":"#0"}}},{"from":[7.599,12.85781,7.624],"to":[8.401,13.35981,8.376],"rotation":{"angle":-22.5,"axis":"x","origin":[8,14.53966,9.02762]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"texture":"#0"}}},{"from":[7.624,12.449,7.599],"to":[8.376,12.951,8.401],"rotation":{"angle":-22.5,"axis":"z","origin":[8,14.33525,8]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"}}},{"from":[7.599,-2.80072,8.24642],"to":[8.401,-2.29872,8.99842],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00261,-5.68795,7.99994]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"texture":"#0"}}},{"from":[7.00413,-2.80072,7.59633],"to":[7.75613,-2.29872,8.39833],"rotation":{"angle":-22.5,"axis":"z","origin":[8.00261,-5.68795,7.99994]},"faces":{"north":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"east":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"south":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"west":{"uv":[15.5,10,15.875,10.25],"rotation":180,"texture":"#0"},"up":{"uv":[15.5,10,15.875,10.25],"rotation":90,"texture":"#0"},"down":{"uv":[15.5,10,15.875,10.25],"rotation":270,"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,13,0],"translation":[-0.5,-2.5,1.25],"scale":[1.6,1.6,1.6]},"thirdperson_lefthand":{"rotation":[0,13,0],"translation":[-0.5,-2.5,1.5],"scale":[1.6,1.6,1.6]},"firstperson_righthand":{"rotation":[-11,5,0],"translation":[1,0,2],"scale":[0.8,0.8,0.8]},"firstperson_lefthand":{"rotation":[-11,5,0],"translation":[1,0,2],"scale":[0.8,0.8,0.8]},"gui":{"rotation":[87,44,-85],"translation":[-1.5,-1,0],"scale":[0.7,0.7,0.7]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/crimson_wand.json b/assets/minecraft/models/item/wynn/skin/wand/crimson_wand.json new file mode 100644 index 000000000..5c4bf2b9f --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/crimson_wand.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"1":"skins/crimson/crimson_wand"},"elements":[{"from":[7.245,-13.005,7.245],"to":[8.755,13.005,8.755],"rotation":{"angle":0,"axis":"y","origin":[0,11,0]},"faces":{"north":{"uv":[0,0,0.755,13.005],"texture":"#1"},"east":{"uv":[1,0,1.75,13],"texture":"#1"},"south":{"uv":[0,0,0.75,13],"texture":"#1"},"west":{"uv":[1,0,1.75,13],"texture":"#1"}}},{"from":[6.505,13.005,7.255],"to":[9.495,14.495,8.745],"rotation":{"angle":0,"axis":"y","origin":[0,11,0]},"faces":{"north":{"uv":[7,6,8.5,6.75],"texture":"#1"},"south":{"uv":[8.5,6,7,6.75],"texture":"#1"},"up":{"uv":[9.5,0.75,8,0],"texture":"#1"}}},{"from":[9.05,11.6,7.25],"to":[10.55,13.1,8.75],"rotation":{"angle":22.5,"axis":"z","origin":[5.8,13.35,8]},"faces":{"north":{"uv":[11,0,11.75,0.75],"texture":"#1"},"south":{"uv":[11.75,0,11,0.75],"texture":"#1"},"up":{"uv":[6.25,11.75,5.5,11],"texture":"#1"}}},{"from":[9.56626,15.66551,7.25],"to":[11.06626,17.16551,8.75],"rotation":{"angle":-22.5,"axis":"z","origin":[8.66626,13.01551,8]},"faces":{"north":{"uv":[11,6.5,11.75,7.25],"texture":"#1"},"east":{"uv":[11,7.5,11.75,8.25],"texture":"#1"},"south":{"uv":[11.75,6.5,11,7.25],"texture":"#1"},"west":{"uv":[11,10,11.75,10.75],"texture":"#1"}}},{"from":[10.96126,15.91051,7.245],"to":[12.47126,17.42051,8.755],"rotation":{"angle":0,"axis":"y","origin":[8.66626,13.01551,8]},"faces":{"north":{"uv":[11.5,2,12.25,2.75],"texture":"#1"},"east":{"uv":[7,11.5,7.75,12.25],"texture":"#1"},"south":{"uv":[12.25,2,11.5,2.75],"texture":"#1"},"west":{"uv":[9.5,11.5,10.25,12.25],"texture":"#1"},"up":{"uv":[12.75,0.75,12,0],"texture":"#1"}}},{"from":[7.26376,12.56301,7.2475],"to":[11.76876,14.06801,8.7525],"rotation":{"angle":45,"axis":"z","origin":[9.41626,13.76551,8]},"faces":{"north":{"uv":[5.5,0,7.75,0.75],"texture":"#1"},"east":{"uv":[5,12,5.75,12.75],"texture":"#1"},"south":{"uv":[7.75,0,5.5,0.75],"texture":"#1"},"up":{"uv":[7.75,2.75,5.5,2],"texture":"#1"},"down":{"uv":[7.75,3,5.5,3.75],"texture":"#1"}}},{"from":[8.35,6.5,7.75],"to":[9.35,9.5,8.25],"rotation":{"angle":22.5,"axis":"z","origin":[7.85,9,7]},"faces":{"north":{"uv":[10,2.5,10.5,4],"texture":"#1"},"east":{"uv":[11.5,13.5,11.75,15],"texture":"#1"},"south":{"uv":[10.5,2.5,10,4],"texture":"#1"},"west":{"uv":[13.5,11.5,13.75,13],"texture":"#1"},"down":{"uv":[4.5,11.5,4,11.75],"texture":"#1"}}},{"from":[8.295,8.995,7.745],"to":[9.805,14.505,8.255],"rotation":{"angle":-22.5,"axis":"z","origin":[7.8,11.5,7]},"faces":{"north":{"uv":[4,4,4.75,6.75],"texture":"#1"},"east":{"uv":[6.5,10,6.75,12.75],"texture":"#1"},"south":{"uv":[4.75,4,4,6.75],"texture":"#1"}}},{"from":[10.96626,16.41551,6.75],"to":[12.46626,16.91551,8.25],"rotation":{"angle":22.5,"axis":"y","origin":[8.66626,12.51551,7.5]},"faces":{"north":{"uv":[14.5,3.5,15.25,3.75],"texture":"#1"},"east":{"uv":[14.5,4,15.25,4.25],"texture":"#1"},"south":{"uv":[5,14.5,5.75,14.75],"texture":"#1"},"west":{"uv":[14.5,5,15.25,5.25],"texture":"#1"},"up":{"uv":[12.75,6.75,12,6],"texture":"#1"},"down":{"uv":[12.75,7,12,7.75],"texture":"#1"}}},{"from":[10.97126,16.42051,6.755],"to":[12.46126,16.91051,8.245],"rotation":{"angle":45,"axis":"y","origin":[8.66626,12.51551,7.5]},"faces":{"east":{"uv":[14.5,6,15.25,6.25],"texture":"#1"},"west":{"uv":[14.5,7,15.25,7.25],"texture":"#1"},"up":{"uv":[8.75,12.75,8,12],"texture":"#1"},"down":{"uv":[12.75,9.5,12,10.25],"texture":"#1"}}},{"from":[7.91626,16.41551,3.7],"to":[9.41626,16.91551,5.2],"rotation":{"angle":-22.5,"axis":"y","origin":[8.66626,12.51551,7.5]},"faces":{"north":{"uv":[14.5,7.5,15.25,7.75],"texture":"#1"},"east":{"uv":[14.5,8,15.25,8.25],"texture":"#1"},"south":{"uv":[14.5,8.5,15.25,8.75],"texture":"#1"},"west":{"uv":[9.5,14.5,10.25,14.75],"texture":"#1"},"up":{"uv":[11.25,12.75,10.5,12],"texture":"#1"},"down":{"uv":[12.75,10.5,12,11.25],"texture":"#1"}}},{"from":[10.96626,16.41551,7.75],"to":[12.46626,16.91551,9.25],"rotation":{"angle":-22.5,"axis":"y","origin":[8.66626,12.51551,8.5]},"faces":{"north":{"uv":[5.75,14.5,5,14.75],"texture":"#1"},"east":{"uv":[15.25,4,14.5,4.25],"texture":"#1"},"south":{"uv":[15.25,3.5,14.5,3.75],"texture":"#1"},"west":{"uv":[15.25,5,14.5,5.25],"texture":"#1"},"up":{"uv":[12.75,6,12,6.75],"texture":"#1"},"down":{"uv":[12.75,7.75,12,7],"texture":"#1"}}},{"from":[10.97126,16.42051,7.755],"to":[12.46126,16.91051,9.245],"rotation":{"angle":-45,"axis":"y","origin":[8.66626,12.51551,8.5]},"faces":{"east":{"uv":[15.25,6,14.5,6.25],"texture":"#1"},"west":{"uv":[15.25,7,14.5,7.25],"texture":"#1"},"up":{"uv":[8.75,12,8,12.75],"texture":"#1"},"down":{"uv":[12.75,10.25,12,9.5],"texture":"#1"}}},{"from":[7.91626,16.41551,10.8],"to":[9.41626,16.91551,12.3],"rotation":{"angle":22.5,"axis":"y","origin":[8.66626,12.51551,8.5]},"faces":{"north":{"uv":[15.25,8.5,14.5,8.75],"texture":"#1"},"east":{"uv":[15.25,8,14.5,8.25],"texture":"#1"},"south":{"uv":[15.25,7.5,14.5,7.75],"texture":"#1"},"west":{"uv":[10.25,14.5,9.5,14.75],"texture":"#1"},"up":{"uv":[11.25,12,10.5,12.75],"texture":"#1"},"down":{"uv":[12.75,11.25,12,10.5],"texture":"#1"}}},{"from":[10.96126,16.41051,6.745],"to":[12.47126,16.92051,9.255],"rotation":{"angle":0,"axis":"y","origin":[8.66626,12.51551,6.5]},"faces":{"north":{"uv":[14.5,10,15.25,10.25],"texture":"#1"},"east":{"uv":[14,13.5,15.25,13.75],"texture":"#1"},"south":{"uv":[10.5,14.5,11.25,14.75],"texture":"#1"},"west":{"uv":[14,14,15.25,14.25],"texture":"#1"},"up":{"uv":[7.75,10.25,7,9],"texture":"#1"},"down":{"uv":[9.75,7,9,8.25],"texture":"#1"}}},{"from":[13.41626,13.41551,7.25],"to":[14.41626,15.91551,8.75],"rotation":{"angle":45,"axis":"z","origin":[8.66626,13.01551,8]},"faces":{"north":{"uv":[10,9,10.5,10.25],"texture":"#1"},"east":{"uv":[9,8.5,9.75,9.75],"texture":"#1"},"south":{"uv":[10.5,9,10,10.25],"texture":"#1"},"west":{"uv":[10,0,10.75,1.25],"texture":"#1"},"up":{"uv":[12.5,14.25,12,13.5],"texture":"#1"}}},{"from":[14.41626,14.41551,7.75],"to":[16.41626,15.91551,8.25],"rotation":{"angle":45,"axis":"z","origin":[8.66626,13.01551,8]},"faces":{"north":{"uv":[10,4,11,4.75],"texture":"#1"},"east":{"uv":[14.5,10.5,14.75,11.25],"texture":"#1"},"south":{"uv":[11,4,10,4.75],"texture":"#1"},"up":{"uv":[1,14.75,0,14.5],"texture":"#1"},"down":{"uv":[15.5,0,14.5,0.25],"texture":"#1"}}},{"from":[12.45,15.9,7.25],"to":[12.95,17.4,8.75],"rotation":{"angle":45,"axis":"x","origin":[12.75,16.75,8]},"faces":{"north":{"uv":[12,14.5,12.25,15.25],"texture":"#1"},"east":{"uv":[11.5,12,12.25,12.75],"rotation":180,"texture":"#1"},"south":{"uv":[12.5,14.5,12.75,15.25],"texture":"#1"},"up":{"uv":[14.75,13.25,14.5,12.5],"texture":"#1"},"down":{"uv":[13.25,14.5,13,15.25],"texture":"#1"}}},{"from":[9.55,13.75,6.75],"to":[11.05,15.25,7.25],"rotation":{"angle":45,"axis":"z","origin":[10.75,14.65,7]},"faces":{"north":{"uv":[11.5,12,12.25,12.75],"texture":"#1"},"east":{"uv":[14.75,13.25,14.5,12.5],"texture":"#1"},"west":{"uv":[13.25,14.5,13,15.25],"texture":"#1"},"up":{"uv":[12,14.5,12.25,15.25],"rotation":90,"texture":"#1"},"down":{"uv":[12.5,14.5,12.75,15.25],"rotation":90,"texture":"#1"}}},{"from":[9.55,13.75,8.75],"to":[11.05,15.25,9.25],"rotation":{"angle":45,"axis":"z","origin":[10.75,14.65,9]},"faces":{"east":{"uv":[14.5,13.25,14.75,12.5],"texture":"#1"},"south":{"uv":[12.25,12,11.5,12.75],"texture":"#1"},"west":{"uv":[13,14.5,13.25,15.25],"texture":"#1"},"up":{"uv":[12.25,14.5,12,15.25],"rotation":90,"texture":"#1"},"down":{"uv":[12.75,14.5,12.5,15.25],"rotation":90,"texture":"#1"}}},{"from":[9.61626,10.36551,7.25],"to":[10.11626,12.36551,8.75],"rotation":{"angle":-22.5,"axis":"z","origin":[9.41626,13.76551,8]},"faces":{"north":{"uv":[14.5,0.5,14.75,1.5],"texture":"#1"},"east":{"uv":[10,5,10.75,6],"texture":"#1"},"south":{"uv":[14.75,0.5,14.5,1.5],"texture":"#1"}}},{"from":[5.45,11.6,7.25],"to":[6.95,13.1,8.75],"rotation":{"angle":-22.5,"axis":"z","origin":[10.2,13.35,8]},"faces":{"north":{"uv":[11.75,0,11,0.75],"texture":"#1"},"south":{"uv":[11,0,11.75,0.75],"texture":"#1"},"up":{"uv":[5.5,11.75,6.25,11],"texture":"#1"}}},{"from":[4.93374,15.66551,7.25],"to":[6.43374,17.16551,8.75],"rotation":{"angle":22.5,"axis":"z","origin":[7.33374,13.01551,8]},"faces":{"north":{"uv":[11.75,6.5,11,7.25],"texture":"#1"},"east":{"uv":[11.75,10,11,10.75],"texture":"#1"},"south":{"uv":[11,6.5,11.75,7.25],"texture":"#1"},"west":{"uv":[11.75,7.5,11,8.25],"texture":"#1"}}},{"from":[3.52874,15.91051,7.245],"to":[5.03874,17.42051,8.755],"rotation":{"angle":0,"axis":"y","origin":[7.33374,13.01551,8]},"faces":{"north":{"uv":[12.25,2,11.5,2.75],"texture":"#1"},"east":{"uv":[10.25,11.5,9.5,12.25],"texture":"#1"},"south":{"uv":[11.5,2,12.25,2.75],"texture":"#1"},"west":{"uv":[7.75,11.5,7,12.25],"texture":"#1"},"up":{"uv":[12,0.75,12.75,0],"texture":"#1"}}},{"from":[7.3575,13.7575,7.2575],"to":[8.3425,15.2425,8.7425],"rotation":{"angle":-22.5,"axis":"z","origin":[8,15,8]},"faces":{"north":{"uv":[10,13.5,9.5,14.25],"texture":"#1"},"south":{"uv":[9.5,13.5,10,14.25],"texture":"#1"},"west":{"uv":[4.75,12,4,12.75],"texture":"#1"}}},{"from":[7.6575,13.7575,7.2575],"to":[8.6425,15.2425,8.7425],"rotation":{"angle":22.5,"axis":"z","origin":[8,15,8]},"faces":{"north":{"uv":[9.5,13.5,10,14.25],"texture":"#1"},"east":{"uv":[4,12,4.75,12.75],"texture":"#1"},"south":{"uv":[10,13.5,9.5,14.25],"texture":"#1"}}},{"from":[4.23124,12.56301,7.2475],"to":[8.73624,14.06801,8.7525],"rotation":{"angle":-45,"axis":"z","origin":[6.58374,13.76551,8]},"faces":{"north":{"uv":[7.75,0,5.5,0.75],"texture":"#1"},"south":{"uv":[5.5,0,7.75,0.75],"texture":"#1"},"west":{"uv":[5.75,12,5,12.75],"texture":"#1"},"up":{"uv":[5.5,2.75,7.75,2],"texture":"#1"},"down":{"uv":[5.5,3,7.75,3.75],"texture":"#1"}}},{"from":[6.65,6.5,7.75],"to":[7.65,9.5,8.25],"rotation":{"angle":-22.5,"axis":"z","origin":[8.15,9,7]},"faces":{"north":{"uv":[10.5,2.5,10,4],"texture":"#1"},"east":{"uv":[13.75,11.5,13.5,13],"texture":"#1"},"south":{"uv":[10,2.5,10.5,4],"texture":"#1"},"west":{"uv":[11.75,13.5,11.5,15],"texture":"#1"},"down":{"uv":[4,11.5,4.5,11.75],"texture":"#1"}}},{"from":[6.195,8.995,7.745],"to":[7.705,14.505,8.255],"rotation":{"angle":22.5,"axis":"z","origin":[8.2,11.5,7]},"faces":{"north":{"uv":[4.75,4,4,6.75],"texture":"#1"},"south":{"uv":[4,4,4.75,6.75],"texture":"#1"},"west":{"uv":[6.75,10,6.5,12.75],"texture":"#1"}}},{"from":[3.53374,16.41551,6.75],"to":[5.03374,16.91551,8.25],"rotation":{"angle":-22.5,"axis":"y","origin":[7.33374,12.51551,7.5]},"faces":{"north":{"uv":[15.25,3.5,14.5,3.75],"texture":"#1"},"east":{"uv":[15.25,5,14.5,5.25],"texture":"#1"},"south":{"uv":[5.75,14.5,5,14.75],"texture":"#1"},"west":{"uv":[15.25,4,14.5,4.25],"texture":"#1"},"up":{"uv":[12,6.75,12.75,6],"texture":"#1"},"down":{"uv":[12,7,12.75,7.75],"texture":"#1"}}},{"from":[3.53874,16.42051,6.755],"to":[5.02874,16.91051,8.245],"rotation":{"angle":-45,"axis":"y","origin":[7.33374,12.51551,7.5]},"faces":{"east":{"uv":[15.25,7,14.5,7.25],"texture":"#1"},"west":{"uv":[15.25,6,14.5,6.25],"texture":"#1"},"up":{"uv":[8,12.75,8.75,12],"texture":"#1"},"down":{"uv":[12,9.5,12.75,10.25],"texture":"#1"}}},{"from":[6.58374,16.41551,3.7],"to":[8.08374,16.91551,5.2],"rotation":{"angle":22.5,"axis":"y","origin":[7.33374,12.51551,7.5]},"faces":{"north":{"uv":[15.25,7.5,14.5,7.75],"texture":"#1"},"east":{"uv":[10.25,14.5,9.5,14.75],"texture":"#1"},"south":{"uv":[15.25,8.5,14.5,8.75],"texture":"#1"},"west":{"uv":[15.25,8,14.5,8.25],"texture":"#1"},"up":{"uv":[10.5,12.75,11.25,12],"texture":"#1"},"down":{"uv":[12,10.5,12.75,11.25],"texture":"#1"}}},{"from":[6.58374,16.41551,10.8],"to":[8.08374,16.91551,12.3],"rotation":{"angle":-22.5,"axis":"y","origin":[7.33374,12.51551,8.5]},"faces":{"north":{"uv":[14.5,8.5,15.25,8.75],"texture":"#1"},"east":{"uv":[9.5,14.5,10.25,14.75],"texture":"#1"},"south":{"uv":[14.5,7.5,15.25,7.75],"texture":"#1"},"west":{"uv":[14.5,8,15.25,8.25],"texture":"#1"},"up":{"uv":[10.5,12,11.25,12.75],"texture":"#1"},"down":{"uv":[12,11.25,12.75,10.5],"texture":"#1"}}},{"from":[3.53874,16.42051,7.755],"to":[5.02874,16.91051,9.245],"rotation":{"angle":45,"axis":"y","origin":[7.33374,12.51551,8.5]},"faces":{"east":{"uv":[14.5,7,15.25,7.25],"texture":"#1"},"west":{"uv":[14.5,6,15.25,6.25],"texture":"#1"},"up":{"uv":[8,12,8.75,12.75],"texture":"#1"},"down":{"uv":[12,10.25,12.75,9.5],"texture":"#1"}}},{"from":[3.53374,16.41551,7.75],"to":[5.03374,16.91551,9.25],"rotation":{"angle":22.5,"axis":"y","origin":[7.33374,12.51551,8.5]},"faces":{"north":{"uv":[5,14.5,5.75,14.75],"texture":"#1"},"east":{"uv":[14.5,5,15.25,5.25],"texture":"#1"},"south":{"uv":[14.5,3.5,15.25,3.75],"texture":"#1"},"west":{"uv":[14.5,4,15.25,4.25],"texture":"#1"},"up":{"uv":[12,6,12.75,6.75],"texture":"#1"},"down":{"uv":[12,7.75,12.75,7],"texture":"#1"}}},{"from":[3.52874,16.41051,6.745],"to":[5.03874,16.92051,9.255],"rotation":{"angle":0,"axis":"y","origin":[7.33374,12.51551,6.5]},"faces":{"north":{"uv":[15.25,10,14.5,10.25],"texture":"#1"},"east":{"uv":[15.25,14,14,14.25],"texture":"#1"},"south":{"uv":[11.25,14.5,10.5,14.75],"texture":"#1"},"west":{"uv":[15.25,13.5,14,13.75],"texture":"#1"},"up":{"uv":[7,10.25,7.75,9],"texture":"#1"},"down":{"uv":[9,7,9.75,8.25],"texture":"#1"}}},{"from":[1.58374,13.41551,7.25],"to":[2.58374,15.91551,8.75],"rotation":{"angle":-45,"axis":"z","origin":[7.33374,13.01551,8]},"faces":{"north":{"uv":[10.5,9,10,10.25],"texture":"#1"},"east":{"uv":[10.75,0,10,1.25],"texture":"#1"},"south":{"uv":[10,9,10.5,10.25],"texture":"#1"},"west":{"uv":[9.75,8.5,9,9.75],"texture":"#1"},"up":{"uv":[12,14.25,12.5,13.5],"texture":"#1"}}},{"from":[-0.41626,14.41551,7.75],"to":[1.58374,15.91551,8.25],"rotation":{"angle":-45,"axis":"z","origin":[7.33374,13.01551,8]},"faces":{"north":{"uv":[11,4,10,4.75],"texture":"#1"},"south":{"uv":[10,4,11,4.75],"texture":"#1"},"west":{"uv":[14.75,10.5,14.5,11.25],"texture":"#1"},"up":{"uv":[0,14.75,1,14.5],"texture":"#1"},"down":{"uv":[14.5,0,15.5,0.25],"texture":"#1"}}},{"from":[3.05,15.9,7.25],"to":[3.55,17.4,8.75],"rotation":{"angle":45,"axis":"x","origin":[3.25,16.75,8]},"faces":{"north":{"uv":[12.25,14.5,12,15.25],"texture":"#1"},"east":{"uv":[0,0,0,0],"rotation":270,"texture":"#1"},"south":{"uv":[12.75,14.5,12.5,15.25],"texture":"#1"},"west":{"uv":[11.5,12,12.25,12.75],"rotation":90,"texture":"#1"},"up":{"uv":[14.5,13.25,14.75,12.5],"texture":"#1"},"down":{"uv":[13,14.5,13.25,15.25],"texture":"#1"}}},{"from":[4.95,13.75,6.75],"to":[6.45,15.25,7.25],"rotation":{"angle":-45,"axis":"z","origin":[5.25,14.65,7]},"faces":{"north":{"uv":[12.25,12,11.5,12.75],"texture":"#1"},"east":{"uv":[13,14.5,13.25,15.25],"texture":"#1"},"west":{"uv":[14.5,13.25,14.75,12.5],"texture":"#1"},"up":{"uv":[12,15.25,12.25,14.5],"rotation":90,"texture":"#1"},"down":{"uv":[12.5,15.25,12.75,14.5],"rotation":90,"texture":"#1"}}},{"from":[4.95,13.75,8.75],"to":[6.45,15.25,9.25],"rotation":{"angle":-45,"axis":"z","origin":[5.25,14.65,9]},"faces":{"east":{"uv":[13.25,14.5,13,15.25],"texture":"#1"},"south":{"uv":[11.5,12,12.25,12.75],"texture":"#1"},"west":{"uv":[14.75,13.25,14.5,12.5],"texture":"#1"},"up":{"uv":[12.25,15.25,12,14.5],"rotation":90,"texture":"#1"},"down":{"uv":[12.75,15.25,12.5,14.5],"rotation":90,"texture":"#1"}}},{"from":[5.88374,10.36551,7.25],"to":[6.38374,12.36551,8.75],"rotation":{"angle":22.5,"axis":"z","origin":[6.58374,13.76551,8]},"faces":{"north":{"uv":[14.75,0.5,14.5,1.5],"texture":"#1"},"south":{"uv":[14.5,0.5,14.75,1.5],"texture":"#1"},"west":{"uv":[10.75,5,10,6],"texture":"#1"}}},{"from":[7,12,6.75],"to":[9,14,9.25],"rotation":{"angle":0,"axis":"y","origin":[0,11,0]},"faces":{"north":{"uv":[5,7,6,8],"texture":"#1"},"east":{"uv":[8,2,9,3],"texture":"#1"},"south":{"uv":[6,7,5,8],"texture":"#1"},"west":{"uv":[8,4,9,5],"texture":"#1"},"up":{"uv":[6,9,5,8],"texture":"#1"},"down":{"uv":[9,5,8,6],"texture":"#1"}}},{"from":[7.5,14.5,7.25],"to":[8.5,15.5,8.75],"rotation":{"angle":0,"axis":"y","origin":[0,11,0]},"faces":{"north":{"uv":[10.5,3.5,11,4],"texture":"#1"},"east":{"uv":[13.5,7.5,14.25,8],"texture":"#1"},"south":{"uv":[11,3.5,10.5,4],"texture":"#1"},"west":{"uv":[8,13.5,8.75,14],"texture":"#1"},"up":{"uv":[14,8.75,13.5,8],"texture":"#1"}}},{"from":[8.995,18.295,7.495],"to":[11.155,20.455,8.505],"rotation":{"angle":45,"axis":"z","origin":[8,17.3,8]},"faces":{"north":{"uv":[9,2,10,3],"texture":"#1"},"east":{"uv":[9,13,9.5,14],"texture":"#1"},"south":{"uv":[10,2,9,3],"texture":"#1"},"west":{"uv":[13,9.5,13.5,10.5],"texture":"#1"},"up":{"uv":[11.5,13.5,10.5,13],"texture":"#1"},"down":{"uv":[14,10.5,13,11],"texture":"#1"}}},{"from":[6.5,20.2,7.5],"to":[9.5,24.2,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,21.2,8]},"faces":{"north":{"uv":[4,0,5.5,2],"texture":"#1"},"east":{"uv":[8,8,8.5,10],"texture":"#1"},"south":{"uv":[5.5,0,4,2],"texture":"#1"},"west":{"uv":[8.5,8,9,10],"texture":"#1"},"down":{"uv":[11.5,2,10,2.5],"texture":"#1"}}},{"from":[8.995,22.245,7.495],"to":[11.155,24.405,8.505],"rotation":{"angle":45,"axis":"z","origin":[8,21.25,8]},"faces":{"north":{"uv":[6,8,7,9],"texture":"#1"},"east":{"uv":[6,12,6.5,13],"texture":"#1"},"south":{"uv":[7,8,6,9],"texture":"#1"},"up":{"uv":[13.5,9.5,12.5,9],"texture":"#1"}}},{"from":[7.245,-14.505,8.745],"to":[8.755,-12.995,9.755],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"east":{"uv":[13,13.5,13.5,14.25],"texture":"#1"},"south":{"uv":[7,12.5,7.75,13.25],"texture":"#1"},"west":{"uv":[13.5,13,14,13.75],"texture":"#1"},"up":{"uv":[14.25,10.5,13.5,10],"texture":"#1"},"down":{"uv":[0.75,14,0,14.5],"texture":"#1"}}},{"from":[6.245,-14.505,7.245],"to":[7.255,-12.995,8.755],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[14,0,14.5,0.75],"texture":"#1"},"south":{"uv":[1,14,1.5,14.75],"texture":"#1"},"west":{"uv":[9.5,12.5,10.25,13.25],"texture":"#1"},"up":{"uv":[2,14.75,1.5,14],"texture":"#1"},"down":{"uv":[2.5,14,2,14.75],"texture":"#1"}}},{"from":[7.3,-14.5,8.75],"to":[8.7,-13,9.75],"rotation":{"angle":-45,"axis":"y","origin":[8,0,8]},"faces":{"south":{"uv":[12.5,12.5,13.25,13.25],"texture":"#1"},"up":{"uv":[14.75,3.5,14,3],"texture":"#1"},"down":{"uv":[4.25,14,3.5,14.5],"texture":"#1"}}},{"from":[6.25,-14.5,7.3],"to":[7.25,-13,8.7],"rotation":{"angle":-45,"axis":"y","origin":[8,0,8]},"faces":{"east":{"uv":[1,13,1.75,13.75],"texture":"#1"},"west":{"uv":[2,13,2.75,13.75],"texture":"#1"},"up":{"uv":[14.5,6.75,14,6],"texture":"#1"},"down":{"uv":[7,14,6.5,14.75],"texture":"#1"}}},{"from":[7.245,-14.505,6.245],"to":[8.755,-12.995,7.255],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[0,13,0.75,13.75],"texture":"#1"},"east":{"uv":[14,3.5,14.5,4.25],"texture":"#1"},"west":{"uv":[4.5,14,5,14.75],"texture":"#1"},"up":{"uv":[14.75,5,14,4.5],"texture":"#1"},"down":{"uv":[5.75,14,5,14.5],"texture":"#1"}}},{"from":[7.3,-14.5,6.25],"to":[8.7,-13,7.25],"rotation":{"angle":-45,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[4,13,4.75,13.75],"texture":"#1"},"up":{"uv":[14.75,9.5,14,9],"texture":"#1"},"down":{"uv":[14.75,9.5,14,10],"texture":"#1"}}},{"from":[8.75,-14.5,7.3],"to":[9.75,-13,8.7],"rotation":{"angle":-45,"axis":"y","origin":[8,0,8]},"faces":{"east":{"uv":[5,13,5.75,13.75],"texture":"#1"},"up":{"uv":[14.5,13.25,14,12.5],"texture":"#1"},"down":{"uv":[14,14,13.5,14.75],"texture":"#1"}}},{"from":[8.745,-14.505,7.245],"to":[9.755,-12.995,8.755],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[7,14,7.5,14.75],"texture":"#1"},"east":{"uv":[3,13,3.75,13.75],"texture":"#1"},"south":{"uv":[7.5,14,8,14.75],"texture":"#1"},"up":{"uv":[8.5,14.75,8,14],"texture":"#1"},"down":{"uv":[14.5,8,14,8.75],"texture":"#1"}}},{"from":[7,-16,7],"to":[9,-14.5,9],"faces":{"north":{"uv":[10,6,11,6.75],"texture":"#1"},"east":{"uv":[11,6,10,6.75],"texture":"#1"},"south":{"uv":[10,6,11,6.75],"texture":"#1"},"west":{"uv":[11,6,10,6.75],"texture":"#1"},"down":{"uv":[10,4,9,5],"texture":"#1"}}},{"from":[7.15,-5.1,7.15],"to":[8.85,-0.9,8.85],"faces":{"north":{"uv":[6,4,6.75,6],"texture":"#1"},"east":{"uv":[6.75,4,6,6],"texture":"#1"},"south":{"uv":[6,4,6.75,6],"texture":"#1"},"west":{"uv":[6.75,4,6,6],"texture":"#1"}}},{"from":[7,-1,7],"to":[9,0,9],"faces":{"north":{"uv":[13.5,2,14.5,2.5],"texture":"#1"},"east":{"uv":[13.5,2.5,14.5,3],"texture":"#1"},"south":{"uv":[13.5,2,14.5,2.5],"texture":"#1"},"west":{"uv":[13.5,2.5,14.5,3],"texture":"#1"},"up":{"uv":[7,10,6,9],"texture":"#1"},"down":{"uv":[10,6,9,7],"texture":"#1"}}},{"from":[7,-6,7],"to":[9,-5,9],"faces":{"north":{"uv":[13.5,2,14.5,2.5],"texture":"#1"},"east":{"uv":[13.5,2.5,14.5,3],"texture":"#1"},"south":{"uv":[13.5,2,14.5,2.5],"texture":"#1"},"west":{"uv":[13.5,2.5,14.5,3],"texture":"#1"},"up":{"uv":[7,10,6,9],"texture":"#1"},"down":{"uv":[10,6,9,7],"texture":"#1"}}},{"from":[7.005,5.505,7.755],"to":[8.995,8.245,8.245],"faces":{"north":{"uv":[1.25,2.5,1.5,3.75],"texture":"#1"},"east":{"uv":[1.25,2.5,1.5,3.75],"texture":"#1"},"south":{"uv":[1.25,2.5,1.5,3.75],"texture":"#1"},"west":{"uv":[1.25,2.5,1.5,3.75],"texture":"#1"},"down":{"uv":[1.25,3.5,1.5,3.75],"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[-5,105,0],"translation":[0,10.5,0.5],"scale":[1.1,1.1,1.1]},"thirdperson_lefthand":{"rotation":[-5,105,0],"translation":[0,10.5,0.5],"scale":[1.1,1.1,1.1]},"firstperson_righthand":{"rotation":[-5,105,0],"translation":[1.25,3,0.25],"scale":[0.8,0.8,0.8]},"firstperson_lefthand":{"rotation":[-5,105,0],"translation":[1.25,3,0.25],"scale":[0.8,0.8,0.8]},"gui":{"rotation":[-20,160,30],"translation":[0.5,2,0],"scale":[0.53,0.53,0.53]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/decay_wand.json b/assets/minecraft/models/item/wynn/skin/wand/decay_wand.json new file mode 100644 index 000000000..e969bfe7f --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/decay_wand.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"1":"skins/decay_1"},"elements":[{"from":[7.2369,7.22183,9.59758],"to":[8.7369,8.22183,11.59758],"rotation":{"angle":0,"axis":"x","origin":[7.9869,5.91671,11.40627]},"faces":{"north":{"uv":[4.5,7,5.5,9],"rotation":90,"texture":"#1"},"east":{"uv":[4.5,7,5.5,9],"rotation":270,"texture":"#1"},"south":{"uv":[4.5,7,5.5,9],"rotation":90,"texture":"#1"},"west":{"uv":[4.5,7,5.5,9],"rotation":90,"texture":"#1"},"up":{"uv":[4.5,7,5.5,9],"rotation":180,"texture":"#1"},"down":{"uv":[4.5,7,5.5,9],"texture":"#1"}}},{"from":[7.2369,-8.37817,7.00242],"to":[8.7369,-7.37817,9.00242],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,-9.75394,7.12129]},"faces":{"north":{"uv":[4,6,6,7],"rotation":180,"texture":"#1"},"east":{"uv":[4,6,6,7],"rotation":180,"texture":"#1"},"south":{"uv":[4,6,6,7],"rotation":180,"texture":"#1"},"west":{"uv":[4,6,6,7],"rotation":180,"texture":"#1"},"up":{"uv":[4,6,5.5,8],"texture":"#1"},"down":{"uv":[4,6,5.5,8],"rotation":180,"texture":"#1"}}},{"from":[7.2619,13.34101,10.08317],"to":[8.7119,14.29101,11.13317],"rotation":{"angle":0,"axis":"x","origin":[7.9869,14.77318,11.447]},"faces":{"north":{"uv":[5,3,6.1,4],"texture":"#1"},"east":{"uv":[5,3,6.1,4],"texture":"#1"},"south":{"uv":[5,3,6.1,4],"texture":"#1"},"west":{"uv":[5,3,6.1,4],"texture":"#1"},"up":{"uv":[5,3,6.1,4],"texture":"#1"},"down":{"uv":[5,3,6.1,4],"texture":"#1"}}},{"from":[7.2369,8.65439,6.11641],"to":[8.7369,9.65439,8.11641],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,9.33845,6.15853]},"faces":{"north":{"uv":[4.5,5,6.5,6],"texture":"#1"},"east":{"uv":[4.5,5,6.5,6],"texture":"#1"},"south":{"uv":[4.5,5,6.5,6],"texture":"#1"},"west":{"uv":[4.5,5,6.5,6],"texture":"#1"},"up":{"uv":[4.5,5,6.5,6],"texture":"#1"},"down":{"uv":[4.5,5,6.5,6],"texture":"#1"}}},{"from":[7.2369,5.4869,8.99679],"to":[8.7369,6.6869,9.99679],"rotation":{"angle":0,"axis":"x","origin":[7.9869,5.91671,11.40627]},"faces":{"north":{"uv":[5,7.5,5.9,8.4],"rotation":90,"texture":"#1"},"east":{"uv":[5,7.5,5.9,8.4],"rotation":90,"texture":"#1"},"south":{"uv":[5,7.5,5.9,8.4],"rotation":90,"texture":"#1"},"west":{"uv":[5,7.5,5.9,8.4],"rotation":90,"texture":"#1"},"up":{"uv":[5,7.5,5.9,8.4],"rotation":90,"texture":"#1"},"down":{"uv":[5,7.5,5.9,8.4],"rotation":90,"texture":"#1"}}},{"from":[7.2369,-10.1131,8.60321],"to":[8.7369,-8.9131,9.60321],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,-9.75394,7.12129]},"faces":{"north":{"uv":[5,5.5,6.2,6.5],"rotation":90,"texture":"#1"},"east":{"uv":[5,5.5,6.2,6.5],"rotation":90,"texture":"#1"},"south":{"uv":[5,5.5,6.2,6.5],"rotation":90,"texture":"#1"},"west":{"uv":[5,5.5,6.2,6.5],"rotation":90,"texture":"#1"},"up":{"uv":[5,5.5,6.2,6.5],"rotation":90,"texture":"#1"},"down":{"uv":[5,5.5,6.2,6.5],"rotation":90,"texture":"#1"}}},{"from":[7.1369,-9.1631,8.45321],"to":[8.8369,-7.2131,9.75321],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,-9.75394,7.12129]},"faces":{"north":{"uv":[3.5,7.5,5.45,8.8],"rotation":90,"texture":"#1"},"east":{"uv":[5,7,6.95,8.3],"rotation":90,"texture":"#1"},"south":{"uv":[5,6.5,6.7,8.45],"rotation":180,"texture":"#1"},"west":{"uv":[5,7,6.95,8.3],"rotation":90,"texture":"#1"},"up":{"uv":[5,7,6.95,8.3],"rotation":90,"texture":"#1"},"down":{"uv":[5,7,6.95,8.3],"rotation":90,"texture":"#1"}}},{"from":[7.2369,6.4869,4.79679],"to":[8.7369,7.6869,5.79679],"rotation":{"angle":45,"axis":"x","origin":[7.9869,5.24689,6.62482]},"faces":{"north":{"uv":[4.5,6.5,5.7,7.5],"rotation":90,"texture":"#1"},"east":{"uv":[4.5,6.5,5.7,7.5],"rotation":90,"texture":"#1"},"south":{"uv":[4.5,6.5,5.7,7.5],"rotation":90,"texture":"#1"},"west":{"uv":[4.5,6.5,5.7,7.5],"rotation":90,"texture":"#1"},"up":{"uv":[4.5,6.5,5.7,7.5],"rotation":90,"texture":"#1"},"down":{"uv":[4.5,6.5,5.7,7.5],"rotation":90,"texture":"#1"}}},{"from":[6.8869,5.60528,5.833],"to":[9.0869,7.80528,10.033],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,5.91671,11.40627]},"faces":{"north":{"uv":[4,3.5,6.2,5.7],"texture":"#1"},"east":{"uv":[5.5,4.5,7.7,8.7],"rotation":90,"texture":"#1"},"south":{"uv":[1.5,7,3.5,9],"rotation":270,"texture":"#1"},"west":{"uv":[3,4.5,5.2,8.7],"rotation":270,"texture":"#1"},"up":{"uv":[4.5,5,6.7,9.2],"texture":"#1"},"down":{"uv":[3,4.5,5.2,8.7],"rotation":180,"texture":"#1"}}},{"from":[6.9869,5.27358,7.09791],"to":[8.9869,7.27358,9.59791],"rotation":{"angle":-45,"axis":"x","origin":[7.9869,6.77358,8.09791]},"faces":{"north":{"uv":[4,4.5,6.5,6.5],"rotation":270,"texture":"#1"},"east":{"uv":[4.5,6,6.5,8.5],"rotation":90,"texture":"#1"},"south":{"uv":[4.5,6,7,8],"rotation":270,"texture":"#1"},"west":{"uv":[4.5,6,7,8],"rotation":270,"texture":"#1"},"up":{"uv":[4,4,6.5,6],"rotation":270,"texture":"#1"},"down":{"uv":[1.5,7,4,9],"rotation":180,"texture":"#1"}}},{"from":[6.9869,6.69968,8.34916],"to":[8.9869,9.54968,10.59916],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,8.39968,8.49916]},"faces":{"north":{"uv":[3,8,5,5],"rotation":180,"texture":"#1"},"east":{"uv":[3,8,5,5],"rotation":180,"texture":"#1"},"south":{"uv":[3,8,5,5],"rotation":180,"texture":"#1"},"west":{"uv":[3,8,5,5],"rotation":180,"texture":"#1"},"up":{"uv":[3,6.5,5,3.5],"rotation":180,"texture":"#1"},"down":{"uv":[3,8,5,5],"texture":"#1"}}},{"from":[7.1869,11.97392,9.48423],"to":[8.7869,13.47392,10.73423],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,14.32001,9.55244]},"faces":{"north":{"uv":[5,2.5,6.25,4],"texture":"#1"},"east":{"uv":[5,2.5,6.25,4],"texture":"#1"},"south":{"uv":[5,2.5,6.25,4],"texture":"#1"},"west":{"uv":[5,2.5,6.25,4],"texture":"#1"},"up":{"uv":[5,2.5,6.25,4],"texture":"#1"},"down":{"uv":[5,2.5,6.25,4],"texture":"#1"}}},{"from":[7.0869,9.76799,10.27686],"to":[8.8869,11.46799,11.92686],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,11.32464,11.00619]},"faces":{"north":{"uv":[3,4,4.65,5.7],"texture":"#1"},"east":{"uv":[3,4,4.65,5.7],"texture":"#1"},"south":{"uv":[3,4,4.65,5.7],"texture":"#1"},"west":{"uv":[3,4,4.65,5.7],"texture":"#1"},"up":{"uv":[3,4,4.65,5.7],"texture":"#1"},"down":{"uv":[3,4,4.65,5.7],"texture":"#1"}}},{"from":[7.2869,13.82283,8.24197],"to":[8.6869,14.97283,9.74197],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,14.32001,9.55244]},"faces":{"north":{"uv":[5.5,7,6.5,8],"rotation":90,"texture":"#1"},"east":{"uv":[4.5,7,5.5,5.5],"rotation":90,"texture":"#1"},"south":{"uv":[4.5,5.5,5.5,7],"rotation":90,"texture":"#1"},"west":{"uv":[4.5,5.5,5.5,7],"rotation":90,"texture":"#1"},"up":{"uv":[3.5,5,5,6],"rotation":90,"texture":"#1"},"down":{"uv":[4.5,5.5,5.5,7],"rotation":90,"texture":"#1"}}},{"from":[7.0369,7.9823,9.34113],"to":[8.9369,9.8323,11.24113],"rotation":{"angle":-45,"axis":"x","origin":[7.9869,8.9823,9.49113]},"faces":{"north":{"uv":[3.5,3.5,5.4,5.4],"rotation":270,"texture":"#1"},"east":{"uv":[3.5,3.5,5.4,5.4],"rotation":270,"texture":"#1"},"south":{"uv":[3.5,3.5,5.4,5.4],"rotation":270,"texture":"#1"},"west":{"uv":[3.5,3.5,5.4,5.4],"rotation":270,"texture":"#1"},"up":{"uv":[3.5,3.5,5.4,5.4],"rotation":270,"texture":"#1"},"down":{"uv":[3.5,3.5,5.4,5.4],"rotation":270,"texture":"#1"}}},{"from":[7.2369,13.00953,9.05527],"to":[8.7369,14.50953,10.30527],"rotation":{"angle":-45,"axis":"x","origin":[7.9869,14.32001,9.55244]},"faces":{"north":{"uv":[4,4.5,5.5,6],"rotation":90,"texture":"#1"},"east":{"uv":[4,4.5,5.5,6],"rotation":90,"texture":"#1"},"south":{"uv":[4,4.5,5.5,6],"rotation":90,"texture":"#1"},"west":{"uv":[4,4.5,5.5,6],"rotation":90,"texture":"#1"},"up":{"uv":[4,4.5,5.5,6],"rotation":90,"texture":"#1"},"down":{"uv":[4,4.5,5.5,6],"rotation":90,"texture":"#1"}}},{"from":[7.1369,11.18129,10.27686],"to":[8.8369,12.68129,11.62686],"rotation":{"angle":0,"axis":"x","origin":[7.9869,11.32464,11.00619]},"faces":{"north":{"uv":[3,2.5,4.7,4],"texture":"#1"},"east":{"uv":[2.5,2,3.85,3.5],"texture":"#1"},"south":{"uv":[2.5,2,3.85,3.5],"texture":"#1"},"west":{"uv":[2.5,2,3.85,3.5],"texture":"#1"},"up":{"uv":[2.5,2,3.85,3.5],"texture":"#1"},"down":{"uv":[2.5,2,3.85,3.5],"texture":"#1"}}},{"from":[7.3869,14.2518,7.20635],"to":[8.5869,15.2018,8.70635],"rotation":{"angle":0,"axis":"x","origin":[7.9869,14.32001,9.55244]},"faces":{"north":{"uv":[5.5,6.5,6.45,8],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,6.5,6.45,8],"rotation":270,"texture":"#1"},"south":{"uv":[5.5,6.5,6.45,8],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,6.5,6.45,8],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,6.5,6.45,8],"rotation":180,"texture":"#1"},"down":{"uv":[5.5,6.5,6.45,8],"texture":"#1"}}},{"from":[7.2869,7.16957,10.65089],"to":[8.6869,8.06957,11.55089],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,5.91671,11.40627]},"faces":{"north":{"uv":[4,6,5,7],"texture":"#1"},"east":{"uv":[4,6,5,7],"texture":"#1"},"south":{"uv":[4,6,5,7],"texture":"#1"},"west":{"uv":[4,6,5,7],"rotation":90,"texture":"#1"},"up":{"uv":[4,6,5,7],"rotation":180,"texture":"#1"},"down":{"uv":[1,7.5,2,8.5],"texture":"#1"}}},{"from":[7.2869,-9.8046,4.93088],"to":[8.6869,-8.9046,5.83088],"rotation":{"angle":45,"axis":"x","origin":[7.9869,-9.75394,7.12129]},"faces":{"north":{"uv":[4.5,4.5,5.4,5.4],"rotation":90,"texture":"#1"},"east":{"uv":[4.5,4.5,5.4,5.4],"rotation":90,"texture":"#1"},"south":{"uv":[4.5,4.5,5.4,5.4],"rotation":90,"texture":"#1"},"west":{"uv":[4.5,4.5,5.4,5.4],"rotation":90,"texture":"#1"},"up":{"uv":[4.5,4.5,5.4,5.4],"rotation":90,"texture":"#1"},"down":{"uv":[4.5,4.5,5.4,5.4],"rotation":90,"texture":"#1"}}},{"from":[7.2869,2.32506,6.68659],"to":[8.6869,3.22506,7.88659],"rotation":{"angle":45,"axis":"x","origin":[7.9869,1.80433,6.59922]},"faces":{"north":{"uv":[4,5,5.2,5.9],"rotation":180,"texture":"#1"},"east":{"uv":[4,5,5.2,5.9],"rotation":180,"texture":"#1"},"south":{"uv":[4,5,5.2,5.9],"rotation":180,"texture":"#1"},"west":{"uv":[4,5,5.2,5.9],"rotation":180,"texture":"#1"},"up":{"uv":[4,5,5.2,5.9],"rotation":180,"texture":"#1"},"down":{"uv":[4,5,5.2,5.9],"rotation":180,"texture":"#1"}}},{"from":[7.2369,0.62506,7.58659],"to":[8.7369,1.62506,8.58659],"rotation":{"angle":45,"axis":"x","origin":[7.9869,0.20433,7.39922]},"faces":{"north":{"uv":[3,2.5,4.5,3.5],"rotation":180,"texture":"#1"},"east":{"uv":[3,2.5,4,3.5],"rotation":180,"texture":"#1"},"south":{"uv":[3,2.5,4.5,3.5],"rotation":180,"texture":"#1"},"west":{"uv":[3,2.5,4,3.5],"rotation":180,"texture":"#1"},"up":{"uv":[3,2.5,4.5,3.5],"rotation":180,"texture":"#1"},"down":{"uv":[3,2.5,4.5,3.5],"rotation":180,"texture":"#1"}}},{"from":[7.74474,-3.98599,7.25703],"to":[8.74474,-2.98599,8.75703],"rotation":{"angle":45,"axis":"z","origin":[7.9869,-2.9953,8.00703]},"faces":{"north":{"uv":[3,2.5,4,3.5],"texture":"#1"},"east":{"uv":[3,2.5,4.5,3.5],"texture":"#1"},"south":{"uv":[3,2.5,4,3.5],"texture":"#1"},"west":{"uv":[3,2.5,4.5,3.5],"texture":"#1"},"up":{"uv":[3,2.5,4.5,3.5],"rotation":270,"texture":"#1"},"down":{"uv":[3,2.5,4.5,3.5],"rotation":90,"texture":"#1"}}},{"from":[7.2869,13.58746,10.57253],"to":[8.6869,14.48746,11.47253],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,14.77318,11.447]},"faces":{"north":{"uv":[0.5,3.5,1.9,4.4],"texture":"#1"},"east":{"uv":[0.5,3.5,1.9,4.4],"texture":"#1"},"south":{"uv":[0.5,3.5,1.9,4.4],"texture":"#1"},"west":{"uv":[0.5,3.5,1.9,4.4],"texture":"#1"},"up":{"uv":[0.5,3.5,1.9,4.4],"texture":"#1"},"down":{"uv":[0.5,3.5,1.9,4.4],"texture":"#1"}}},{"from":[7.3869,8.74035,5.5314],"to":[8.4869,9.64035,6.4314],"rotation":{"angle":45,"axis":"x","origin":[7.9869,9.33845,6.15853]},"faces":{"north":{"uv":[4.5,5,5.4,5.9],"texture":"#1"},"east":{"uv":[4.5,5,5.4,5.9],"texture":"#1"},"south":{"uv":[4.5,5,5.4,5.9],"texture":"#1"},"west":{"uv":[4.5,5,5.4,5.9],"texture":"#1"},"up":{"uv":[4.5,5,5.4,5.9],"texture":"#1"},"down":{"uv":[4.5,5,5.4,5.9],"texture":"#1"}}},{"from":[7.2879,14.93518,8.06732],"to":[8.6859,15.83318,8.96532],"rotation":{"angle":45,"axis":"x","origin":[7.9869,15.72452,7.88738]},"faces":{"north":{"uv":[4,6,4.9,6.9],"texture":"#1"},"east":{"uv":[4,6,4.9,6.9],"rotation":90,"texture":"#1"},"south":{"uv":[4,6,4.9,6.9],"texture":"#1"},"west":{"uv":[4,6,4.9,6.9],"texture":"#1"},"up":{"uv":[3.5,5,4.4,5.9],"rotation":270,"texture":"#1"},"down":{"uv":[5.5,7,6.4,7.9],"texture":"#1"}}},{"from":[7.2869,5.55258,9.05958],"to":[8.6869,6.45258,9.95958],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,5.91671,11.40627]},"faces":{"north":{"uv":[4.5,6.5,5.4,7.4],"rotation":90,"texture":"#1"},"east":{"uv":[4.5,6.5,5.4,7.4],"rotation":90,"texture":"#1"},"south":{"uv":[4.5,6.5,5.4,7.4],"rotation":90,"texture":"#1"},"west":{"uv":[4.5,6.5,5.4,7.4],"rotation":90,"texture":"#1"},"up":{"uv":[4.5,6.5,5.4,7.4],"rotation":90,"texture":"#1"},"down":{"uv":[4.5,6.5,5.4,7.4],"rotation":90,"texture":"#1"}}},{"from":[7.2869,-10.02508,8.60787],"to":[8.6869,-9.12508,9.50787],"rotation":{"angle":0,"axis":"x","origin":[7.9869,-9.75394,7.12129]},"faces":{"north":{"uv":[4,4,4.9,4.9],"rotation":90,"texture":"#1"},"east":{"uv":[4,4,4.9,4.9],"rotation":90,"texture":"#1"},"south":{"uv":[4,4,4.9,4.9],"rotation":90,"texture":"#1"},"west":{"uv":[4,4,4.9,4.9],"rotation":90,"texture":"#1"},"up":{"uv":[4,4,4.9,4.9],"rotation":90,"texture":"#1"},"down":{"uv":[4,4,4.9,4.9],"rotation":90,"texture":"#1"}}},{"from":[7.2869,6.20296,5.45433],"to":[8.6869,7.10296,6.35433],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,5.24689,6.62482]},"faces":{"north":{"uv":[5.5,7,6.4,7.9],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,7,6.4,7.9],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,7,6.4,7.9],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,7,6.4,7.9],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,7,6.4,7.9],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,7,6.4,7.9],"rotation":90,"texture":"#1"}}},{"from":[7.3369,7.11105,10.66602],"to":[8.6369,7.91105,11.46602],"rotation":{"angle":45,"axis":"x","origin":[7.9869,5.91671,11.40627]},"faces":{"north":{"uv":[4,5,5,6],"rotation":90,"texture":"#1"},"east":{"uv":[4,5,5,6],"rotation":90,"texture":"#1"},"south":{"uv":[4,5,5,6],"rotation":90,"texture":"#1"},"west":{"uv":[4,5,5,6],"rotation":90,"texture":"#1"},"up":{"uv":[4,5,5,6],"rotation":90,"texture":"#1"},"down":{"uv":[4,5,5,6],"rotation":90,"texture":"#1"}}},{"from":[7.3369,-9.7125,5.12822],"to":[8.6369,-8.9125,5.92822],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,-9.75394,7.12129]},"faces":{"north":{"uv":[4.5,5,5.3,5.8],"texture":"#1"},"east":{"uv":[4.5,5,5.3,5.8],"texture":"#1"},"south":{"uv":[4.5,5,5.3,5.8],"texture":"#1"},"west":{"uv":[4.5,5,5.3,5.8],"texture":"#1"},"up":{"uv":[4.5,5,5.3,5.8],"texture":"#1"},"down":{"uv":[4.5,5,5.3,5.8],"texture":"#1"}}},{"from":[7.3369,2.23348,6.47363],"to":[8.6369,3.03348,7.27363],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,1.80433,6.59922]},"faces":{"north":{"uv":[4,4,4.8,4.8],"rotation":90,"texture":"#1"},"east":{"uv":[4,4,4.8,4.8],"rotation":90,"texture":"#1"},"south":{"uv":[4,4,4.8,4.8],"rotation":90,"texture":"#1"},"west":{"uv":[4,4,4.8,4.8],"rotation":90,"texture":"#1"},"up":{"uv":[4,4,4.8,4.8],"rotation":90,"texture":"#1"},"down":{"uv":[4,4,4.8,4.8],"rotation":90,"texture":"#1"}}},{"from":[7.3369,14.29301,11.70224],"to":[8.6369,15.09301,12.50224],"rotation":{"angle":45,"axis":"x","origin":[7.9869,14.77318,11.447]},"faces":{"north":{"uv":[0,2.5,0.8,3.3],"texture":"#1"},"east":{"uv":[0,2.5,0.8,3.3],"texture":"#1"},"south":{"uv":[0,2.5,0.8,3.3],"texture":"#1"},"west":{"uv":[0,2.5,0.8,3.3],"texture":"#1"},"up":{"uv":[0,2.5,0.8,3.3],"texture":"#1"},"down":{"uv":[0,2.5,0.8,3.3],"texture":"#1"}}},{"from":[7.4369,7.03895,5.31596],"to":[8.4369,10.43895,6.21596],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,9.33845,6.15853]},"faces":{"north":{"uv":[4,3.5,4.9,6.9],"texture":"#1"},"east":{"uv":[4,3.5,4.9,6.9],"texture":"#1"},"south":{"uv":[4,3.5,4.9,6.9],"texture":"#1"},"west":{"uv":[4,3.5,4.9,6.9],"texture":"#1"},"up":{"uv":[4,3.5,4.9,6.9],"texture":"#1"},"down":{"uv":[4,3.5,4.9,6.9],"texture":"#1"}}},{"from":[7.3379,15.20775,7.27668],"to":[8.6359,16.00575,8.07468],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,15.72452,7.88738]},"faces":{"north":{"uv":[3.5,5,4.5,6],"rotation":270,"texture":"#1"},"east":{"uv":[5,5.5,6,6.5],"texture":"#1"},"south":{"uv":[4.5,4.5,5.5,5.5],"texture":"#1"},"west":{"uv":[5,5.5,6,6.5],"rotation":90,"texture":"#1"},"up":{"uv":[5,5.5,6,6.5],"texture":"#1"},"down":{"uv":[5,5.5,6,6.5],"texture":"#1"}}},{"from":[7.3379,14.89911,8.88407],"to":[8.6359,15.69711,9.68207],"rotation":{"angle":0,"axis":"x","origin":[7.9869,15.65298,9.51936]},"faces":{"north":{"uv":[3.5,5,4.5,6],"rotation":90,"texture":"#1"},"east":{"uv":[4.5,6,5.5,7],"rotation":270,"texture":"#1"},"south":{"uv":[3.5,5,4.5,6],"rotation":270,"texture":"#1"},"west":{"uv":[4.5,6,5.5,7],"texture":"#1"},"up":{"uv":[4.5,5,5.5,6],"texture":"#1"},"down":{"uv":[4.5,6,5.5,7],"texture":"#1"}}},{"from":[7.3369,3.65931,10.79464],"to":[8.6369,4.45931,11.59464],"rotation":{"angle":45,"axis":"x","origin":[7.9869,5.91671,11.40627]},"faces":{"north":{"uv":[4.5,5,5.3,5.8],"rotation":90,"texture":"#1"},"east":{"uv":[4.5,5,5.3,5.8],"rotation":90,"texture":"#1"},"south":{"uv":[4.5,5,5.3,5.8],"rotation":90,"texture":"#1"},"west":{"uv":[4.5,5,5.3,5.8],"rotation":90,"texture":"#1"},"up":{"uv":[4.5,5,5.3,5.8],"rotation":90,"texture":"#1"},"down":{"uv":[4.5,5,5.3,5.8],"rotation":90,"texture":"#1"}}},{"from":[7.3369,-9.84113,8.57996],"to":[8.6369,-9.04113,9.37996],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,-9.75394,7.12129]},"faces":{"north":{"uv":[4.5,4,5.3,4.8],"texture":"#1"},"east":{"uv":[4.5,4,5.3,4.8],"texture":"#1"},"south":{"uv":[4.5,4,5.3,4.8],"texture":"#1"},"west":{"uv":[4.5,4,5.3,4.8],"texture":"#1"},"up":{"uv":[4.5,4,5.3,4.8],"texture":"#1"},"down":{"uv":[4.5,4,5.3,4.8],"texture":"#1"}}},{"from":[7.3369,5.82811,5.9593],"to":[8.6369,6.62811,6.7593],"rotation":{"angle":0,"axis":"x","origin":[7.9869,5.24689,6.62482]},"faces":{"north":{"uv":[5,6,5.3,6.3],"texture":"#1"},"east":{"uv":[5,6,5.3,6.3],"texture":"#1"},"south":{"uv":[5,6,5.3,6.3],"texture":"#1"},"west":{"uv":[5,6,5.3,6.3],"texture":"#1"},"up":{"uv":[5,6,5.3,6.3],"texture":"#1"},"down":{"uv":[5,6,5.3,6.3],"texture":"#1"}}},{"from":[7.3869,6.53467,12.10872],"to":[8.5869,7.23467,12.80872],"rotation":{"angle":0,"axis":"x","origin":[7.9869,5.91671,11.40627]},"faces":{"north":{"uv":[4.5,4,5.2,4.7],"rotation":270,"texture":"#1"},"east":{"uv":[4.5,4,5.2,4.7],"rotation":270,"texture":"#1"},"south":{"uv":[4.5,4,5.2,4.7],"rotation":270,"texture":"#1"},"west":{"uv":[4.5,4,5.2,4.7],"rotation":270,"texture":"#1"},"up":{"uv":[4.5,4,5.2,4.7],"rotation":270,"texture":"#1"},"down":{"uv":[4.5,4,5.2,4.7],"rotation":270,"texture":"#1"}}},{"from":[7.3869,-9.06533,5.79128],"to":[8.5869,-8.36533,6.49128],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,-9.75394,7.12129]},"faces":{"north":{"uv":[4.5,4,4.7,4.2],"rotation":270,"texture":"#1"},"east":{"uv":[4.5,4,4.7,4.2],"rotation":270,"texture":"#1"},"south":{"uv":[4.5,4,4.7,4.2],"rotation":270,"texture":"#1"},"west":{"uv":[4.5,4,4.7,4.2],"rotation":270,"texture":"#1"},"up":{"uv":[4.5,4,4.7,4.2],"rotation":270,"texture":"#1"},"down":{"uv":[4.5,4,4.7,4.2],"rotation":270,"texture":"#1"}}},{"from":[7.3869,2.01228,6.62956],"to":[8.5869,2.71228,7.32956],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,1.80433,6.59922]},"faces":{"north":{"uv":[4.5,3.5,5.2,4.2],"rotation":180,"texture":"#1"},"east":{"uv":[4.5,3.5,5.2,4.2],"rotation":180,"texture":"#1"},"south":{"uv":[4.5,3.5,5.2,4.2],"rotation":180,"texture":"#1"},"west":{"uv":[4.5,3.5,5.2,4.2],"rotation":180,"texture":"#1"},"up":{"uv":[4.5,3.5,5.2,4.2],"rotation":180,"texture":"#1"},"down":{"uv":[4.5,3.5,5.2,4.2],"rotation":180,"texture":"#1"}}},{"from":[7.3869,14.30317,11.66931],"to":[8.5869,15.00317,12.36931],"rotation":{"angle":0,"axis":"x","origin":[7.9869,14.77318,11.447]},"faces":{"north":{"uv":[1,2,2,3],"rotation":90,"texture":"#1"},"east":{"uv":[1,2,2,3],"rotation":90,"texture":"#1"},"south":{"uv":[1,2,2,3],"rotation":90,"texture":"#1"},"west":{"uv":[1,2,2,3],"rotation":90,"texture":"#1"},"up":{"uv":[1,2,2,3],"rotation":90,"texture":"#1"},"down":{"uv":[1,2,2,3],"rotation":90,"texture":"#1"}}},{"from":[7.3879,15.54255,7.30627],"to":[8.5859,16.24055,8.00427],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,15.72452,7.88738]},"faces":{"north":{"uv":[5,5,5.7,5.7],"rotation":90,"texture":"#1"},"east":{"uv":[5,5,5.7,5.7],"rotation":90,"texture":"#1"},"south":{"uv":[5,5,5.7,5.7],"rotation":90,"texture":"#1"},"west":{"uv":[5,5,5.7,5.7],"rotation":90,"texture":"#1"},"up":{"uv":[5,5,5.7,5.7],"rotation":90,"texture":"#1"},"down":{"uv":[5,5,5.7,5.7],"rotation":90,"texture":"#1"}}},{"from":[7.3879,15.28597,9.08852],"to":[8.5859,15.98397,9.78652],"rotation":{"angle":45,"axis":"x","origin":[7.9869,15.65298,9.51936]},"faces":{"north":{"uv":[4.5,5,5.2,5.7],"rotation":90,"texture":"#1"},"east":{"uv":[4.5,5,5.2,5.7],"rotation":90,"texture":"#1"},"south":{"uv":[4.5,5,5.2,5.7],"rotation":90,"texture":"#1"},"west":{"uv":[4.5,5,5.2,5.7],"rotation":90,"texture":"#1"},"up":{"uv":[4.5,5,5.2,5.7],"rotation":90,"texture":"#1"},"down":{"uv":[4.5,5,5.2,5.7],"rotation":90,"texture":"#1"}}},{"from":[7.3869,4.23728,9.99324],"to":[8.5869,4.93728,10.79324],"rotation":{"angle":0,"axis":"x","origin":[7.9869,5.91671,11.40627]},"faces":{"north":{"uv":[4.5,5,5.3,5.8],"texture":"#1"},"east":{"uv":[4.5,5,5.3,5.8],"texture":"#1"},"south":{"uv":[4.5,5,5.3,5.8],"texture":"#1"},"west":{"uv":[4.5,5,5.3,5.8],"texture":"#1"},"up":{"uv":[4.5,5,5.3,5.8],"texture":"#1"},"down":{"uv":[4.5,5,5.3,5.8],"texture":"#1"}}},{"from":[7.3869,-11.36272,7.80676],"to":[8.5869,-10.66272,8.60676],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,-9.75394,7.12129]},"faces":{"north":{"uv":[4.5,3.5,5.3,4.2],"texture":"#1"},"east":{"uv":[4.5,3.5,5.3,4.2],"texture":"#1"},"south":{"uv":[4.5,3.5,5.3,4.2],"texture":"#1"},"west":{"uv":[4.5,3.5,5.3,4.2],"texture":"#1"},"up":{"uv":[4.5,3.5,5.3,4.2],"texture":"#1"},"down":{"uv":[4.5,3.5,5.3,4.2],"texture":"#1"}}},{"from":[7.3869,5.23728,5.79324],"to":[8.5869,5.93728,6.59324],"rotation":{"angle":45,"axis":"x","origin":[7.9869,5.24689,6.62482]},"faces":{"north":{"uv":[4.5,5.5,4.8,5.7],"texture":"#1"},"east":{"uv":[4.5,5.5,4.8,5.7],"texture":"#1"},"south":{"uv":[4.5,5.5,4.8,5.7],"texture":"#1"},"west":{"uv":[4.5,5.5,4.8,5.7],"texture":"#1"},"up":{"uv":[4.5,5.5,4.8,5.7],"texture":"#1"},"down":{"uv":[4.5,5.5,4.8,5.7],"texture":"#1"}}},{"from":[7.3879,11.34291,10.83588],"to":[8.5859,12.04091,11.63388],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,10.98957,12.08991]},"faces":{"north":{"uv":[4.5,4,5.3,4.7],"texture":"#1"},"east":{"uv":[4.5,4,5.3,4.7],"texture":"#1"},"south":{"uv":[4.5,4,5.3,4.7],"texture":"#1"},"west":{"uv":[4.5,4,5.3,4.7],"texture":"#1"},"up":{"uv":[4.5,4,5.3,4.7],"texture":"#1"},"down":{"uv":[4.5,4,5.3,4.7],"texture":"#1"}}},{"from":[7.4369,6.46374,11.80819],"to":[8.5369,7.06374,12.40819],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,5.91671,11.40627]},"faces":{"north":{"uv":[4.5,4,5.1,4.6],"rotation":270,"texture":"#1"},"east":{"uv":[4.5,4,5.1,4.6],"rotation":270,"texture":"#1"},"south":{"uv":[4.5,4,5.1,4.6],"rotation":270,"texture":"#1"},"west":{"uv":[4.5,4,5.1,4.6],"rotation":270,"texture":"#1"},"up":{"uv":[4.5,4,5.1,4.6],"rotation":270,"texture":"#1"},"down":{"uv":[4.5,4,5.1,4.6],"rotation":270,"texture":"#1"}}},{"from":[7.4369,-10.6619,5.93671],"to":[8.5369,-10.0619,6.53671],"rotation":{"angle":45,"axis":"x","origin":[7.9869,-9.75394,7.12129]},"faces":{"north":{"uv":[6.5,4,6.6,4.6],"rotation":180,"texture":"#1"},"east":{"uv":[6.5,4,6.6,4.6],"rotation":180,"texture":"#1"},"south":{"uv":[6.5,4,6.6,4.6],"rotation":180,"texture":"#1"},"west":{"uv":[6.5,4,6.6,4.6],"rotation":180,"texture":"#1"},"up":{"uv":[6.5,4,6.6,4.6],"rotation":180,"texture":"#1"},"down":{"uv":[6.5,4,6.6,4.6],"rotation":180,"texture":"#1"}}},{"from":[7.4369,1.61923,5.82929],"to":[8.5369,2.21923,6.42929],"rotation":{"angle":45,"axis":"x","origin":[7.9869,1.80433,6.59922]},"faces":{"north":{"uv":[2,2.5,2.6,3.1],"rotation":270,"texture":"#1"},"east":{"uv":[2,2.5,2.6,3.1],"rotation":270,"texture":"#1"},"south":{"uv":[2,2.5,2.6,3.1],"rotation":270,"texture":"#1"},"west":{"uv":[2,2.5,2.6,3.1],"rotation":270,"texture":"#1"},"up":{"uv":[2,2.5,2.6,3.1],"rotation":270,"texture":"#1"},"down":{"uv":[2,2.5,2.6,3.1],"rotation":270,"texture":"#1"}}},{"from":[7.4369,14.59329,11.72983],"to":[8.5369,15.19329,12.32983],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,14.77318,11.447]},"faces":{"north":{"uv":[3.5,1.5,3.6,1.6],"rotation":90,"texture":"#1"},"east":{"uv":[3.5,1.5,3.6,1.6],"rotation":90,"texture":"#1"},"south":{"uv":[3.5,1.5,3.6,1.6],"rotation":90,"texture":"#1"},"west":{"uv":[3.5,1.5,3.6,1.6],"rotation":90,"texture":"#1"},"up":{"uv":[3.5,1.5,3.6,1.6],"rotation":90,"texture":"#1"},"down":{"uv":[3.5,1.5,3.6,1.6],"rotation":90,"texture":"#1"}}},{"from":[7.4379,15.94101,7.21002],"to":[8.5359,16.53901,7.80802],"rotation":{"angle":45,"axis":"x","origin":[7.9869,15.72452,7.88738]},"faces":{"north":{"uv":[5.5,5,6,5.5],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,5,6,5.5],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,5,6,5.5],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,5,6,5.5],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,5,6,5.5],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,5,6,5.5],"rotation":90,"texture":"#1"}}},{"from":[7.4379,15.52269,9.62241],"to":[8.5359,16.12069,10.22041],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,15.65298,9.51936]},"faces":{"north":{"uv":[4.5,4,5,4.5],"texture":"#1"},"east":{"uv":[4.5,4,5,4.5],"texture":"#1"},"south":{"uv":[4.5,4,5,4.5],"texture":"#1"},"west":{"uv":[4.5,4,5,4.5],"texture":"#1"},"up":{"uv":[4.5,4,5,4.5],"texture":"#1"},"down":{"uv":[4.5,4,5,4.5],"texture":"#1"}}},{"from":[7.4369,4.14016,11.16133],"to":[8.5369,4.74016,11.76133],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,5.91671,11.40627]},"faces":{"north":{"uv":[4.5,5,5.1,5.6],"rotation":180,"texture":"#1"},"east":{"uv":[4.5,5,5.1,5.6],"rotation":180,"texture":"#1"},"south":{"uv":[4.5,5,5.1,5.6],"rotation":180,"texture":"#1"},"west":{"uv":[4.5,5,5.1,5.6],"rotation":180,"texture":"#1"},"up":{"uv":[4.5,5,5.1,5.6],"rotation":180,"texture":"#1"},"down":{"uv":[4.5,5,5.1,5.6],"rotation":180,"texture":"#1"}}},{"from":[7.4369,-10.01503,8.26029],"to":[8.5369,-9.41503,8.86029],"rotation":{"angle":45,"axis":"x","origin":[7.9869,-9.75394,7.12129]},"faces":{"north":{"uv":[0.5,4.5,0.6,4.6],"rotation":90,"texture":"#1"},"east":{"uv":[0.5,4.5,0.6,4.6],"rotation":90,"texture":"#1"},"south":{"uv":[0.5,4.5,0.6,4.6],"rotation":90,"texture":"#1"},"west":{"uv":[0.5,4.5,0.6,4.6],"rotation":90,"texture":"#1"},"up":{"uv":[0.5,4.5,0.6,4.6],"rotation":90,"texture":"#1"},"down":{"uv":[0.5,4.5,0.6,4.6],"rotation":90,"texture":"#1"}}},{"from":[7.4369,4.99366,6.61349],"to":[8.5369,5.59366,7.21349],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,5.24689,6.62482]},"faces":{"north":{"uv":[3,4,3.1,4.1],"rotation":90,"texture":"#1"},"east":{"uv":[3,4,3.1,4.1],"rotation":90,"texture":"#1"},"south":{"uv":[3,4,3.1,4.1],"rotation":90,"texture":"#1"},"west":{"uv":[3,4,3.1,4.1],"rotation":90,"texture":"#1"},"up":{"uv":[3,4,3.1,4.1],"rotation":90,"texture":"#1"},"down":{"uv":[3,4,3.1,4.1],"rotation":90,"texture":"#1"}}},{"from":[7.4369,11.15059,10.21342],"to":[8.5369,11.75059,11.81342],"rotation":{"angle":45,"axis":"x","origin":[7.9869,10.98957,12.08991]},"faces":{"north":{"uv":[5,3.5,5.1,3.6],"rotation":180,"texture":"#1"},"east":{"uv":[5,3.5,5.1,3.6],"rotation":180,"texture":"#1"},"south":{"uv":[5,3.5,5.1,3.6],"rotation":180,"texture":"#1"},"west":{"uv":[5,3.5,5.1,3.6],"rotation":180,"texture":"#1"},"up":{"uv":[5,3.5,5.1,3.6],"rotation":180,"texture":"#1"},"down":{"uv":[5,3.5,5.1,3.6],"rotation":180,"texture":"#1"}}},{"from":[7.4469,6.21553,11.53258],"to":[8.5269,6.79553,12.11258],"rotation":{"angle":45,"axis":"x","origin":[7.9869,5.91671,11.40627]},"faces":{"north":{"uv":[6.5,4.5,6.578,4.578],"rotation":270,"texture":"#1"},"east":{"uv":[6.5,4.5,6.578,4.578],"rotation":270,"texture":"#1"},"south":{"uv":[6.5,4.5,6.578,4.578],"rotation":270,"texture":"#1"},"west":{"uv":[6.5,4.5,6.578,4.578],"rotation":270,"texture":"#1"},"up":{"uv":[6.5,4.5,6.578,4.578],"rotation":270,"texture":"#1"},"down":{"uv":[6.5,4.5,6.578,4.578],"rotation":270,"texture":"#1"}}},{"from":[7.4469,-10.35906,6.24374],"to":[8.5269,-9.77906,6.82374],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,-9.75394,7.12129]},"faces":{"north":{"uv":[6.5,4,6.579,4.579],"rotation":180,"texture":"#1"},"east":{"uv":[6.5,4,6.579,4.579],"rotation":180,"texture":"#1"},"south":{"uv":[6.5,4,6.579,4.579],"rotation":180,"texture":"#1"},"west":{"uv":[6.5,4,6.579,4.579],"rotation":180,"texture":"#1"},"up":{"uv":[6.5,4,6.579,4.579],"rotation":180,"texture":"#1"},"down":{"uv":[6.5,4,6.579,4.579],"rotation":180,"texture":"#1"}}},{"from":[7.4469,1.33796,5.82707],"to":[8.5269,1.91796,6.40707],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,1.80433,6.59922]},"faces":{"north":{"uv":[2,2.5,2.579,3.079],"rotation":270,"texture":"#1"},"east":{"uv":[2,2.5,2.579,3.079],"rotation":270,"texture":"#1"},"south":{"uv":[2,2.5,2.579,3.079],"rotation":270,"texture":"#1"},"west":{"uv":[2,2.5,2.579,3.079],"rotation":270,"texture":"#1"},"up":{"uv":[2,2.5,2.579,3.079],"rotation":270,"texture":"#1"},"down":{"uv":[2,2.5,2.579,3.079],"rotation":270,"texture":"#1"}}},{"from":[7.4469,15.15957,10.80672],"to":[8.5269,15.73957,11.38672],"rotation":{"angle":45,"axis":"x","origin":[7.9869,14.77318,11.447]},"faces":{"north":{"uv":[3.5,1,4.5,1.5],"rotation":180,"texture":"#1"},"east":{"uv":[3,1.5,4,2],"rotation":180,"texture":"#1"},"south":{"uv":[3.5,1,4.5,1.5],"rotation":180,"texture":"#1"},"west":{"uv":[4.5,0,5,0.5],"rotation":180,"texture":"#1"},"up":{"uv":[3.5,1,4.5,1.5],"rotation":180,"texture":"#1"},"down":{"uv":[3.5,1,4.5,1.5],"rotation":180,"texture":"#1"}}},{"from":[7.4969,14.01637,6.48662],"to":[8.4769,14.79637,7.56662],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,14.33124,6.63673]},"faces":{"north":{"uv":[2,8,3.077,8.777],"texture":"#1"},"east":{"uv":[5,7.5,6.079,8.279],"rotation":180,"texture":"#1"},"south":{"uv":[5,7.5,6.079,8.279],"texture":"#1"},"west":{"uv":[5,7.5,6.079,8.279],"texture":"#1"},"up":{"uv":[5,7.5,6.079,8.279],"rotation":90,"texture":"#1"},"down":{"uv":[5,7.5,6.079,8.279],"rotation":270,"texture":"#1"}}},{"from":[7.4469,4.37559,12.19455],"to":[8.5269,4.95559,13.07455],"rotation":{"angle":45,"axis":"x","origin":[7.9869,5.91671,11.40627]},"faces":{"north":{"uv":[5.5,7.5,6.378,8.078],"texture":"#1"},"east":{"uv":[5.5,7.5,6.378,8.078],"texture":"#1"},"south":{"uv":[5.5,7.5,6.378,8.078],"texture":"#1"},"west":{"uv":[5.5,7.5,6.378,8.078],"texture":"#1"},"up":{"uv":[5.5,7.5,6.378,8.078],"texture":"#1"},"down":{"uv":[5.5,7.5,6.378,8.078],"texture":"#1"}}},{"from":[7.4469,-11.32104,8.08368],"to":[8.5269,-10.44104,8.66368],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,-9.75394,7.12129]},"faces":{"north":{"uv":[1,3,1.879,4.079],"rotation":180,"texture":"#1"},"east":{"uv":[1,3,1.879,4.079],"rotation":180,"texture":"#1"},"south":{"uv":[1,3,1.879,4.079],"rotation":180,"texture":"#1"},"west":{"uv":[1,3,1.879,4.079],"rotation":180,"texture":"#1"},"up":{"uv":[1,3,1.879,4.079],"rotation":180,"texture":"#1"},"down":{"uv":[1,3,1.879,4.079],"rotation":180,"texture":"#1"}}},{"from":[7.4469,4.34821,6.67558],"to":[8.5269,5.22821,7.25558],"rotation":{"angle":0,"axis":"x","origin":[7.9869,5.24689,6.62482]},"faces":{"north":{"uv":[3,4,3.379,4.079],"rotation":270,"texture":"#1"},"east":{"uv":[3,4,3.379,4.079],"rotation":270,"texture":"#1"},"south":{"uv":[3,4,3.379,4.079],"rotation":270,"texture":"#1"},"west":{"uv":[3,4,3.379,4.079],"rotation":270,"texture":"#1"},"up":{"uv":[3,4,3.379,4.079],"rotation":270,"texture":"#1"},"down":{"uv":[3,4,3.379,4.079],"rotation":270,"texture":"#1"}}},{"from":[7.4469,10.89624,12.09719],"to":[8.5269,11.52624,12.67719],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,10.98957,12.08991]},"faces":{"north":{"uv":[7.5,2,7.628,2.578],"rotation":270,"texture":"#1"},"east":{"uv":[7.5,2,7.628,2.578],"rotation":270,"texture":"#1"},"south":{"uv":[7.5,2,7.628,2.578],"rotation":270,"texture":"#1"},"west":{"uv":[7.5,2,7.628,2.578],"rotation":270,"texture":"#1"},"up":{"uv":[7.5,2,7.628,2.578],"rotation":270,"texture":"#1"},"down":{"uv":[7.5,2,7.628,2.578],"rotation":270,"texture":"#1"}}},{"from":[7.4569,5.38851,11.38262],"to":[8.5169,5.94851,11.94262],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,5.91671,11.40627]},"faces":{"north":{"uv":[6.5,4.5,6.56,4.56],"rotation":180,"texture":"#1"},"east":{"uv":[6.5,4.5,6.56,4.56],"rotation":180,"texture":"#1"},"south":{"uv":[6.5,4.5,6.56,4.56],"rotation":180,"texture":"#1"},"west":{"uv":[6.5,4.5,6.56,4.56],"rotation":180,"texture":"#1"},"up":{"uv":[6.5,4.5,6.56,4.56],"rotation":180,"texture":"#1"},"down":{"uv":[6.5,4.5,6.56,4.56],"rotation":180,"texture":"#1"}}},{"from":[7.4569,-10.18915,6.62483],"to":[8.5169,-9.62915,7.18483],"rotation":{"angle":0,"axis":"x","origin":[7.9869,-9.75394,7.12129]},"faces":{"north":{"uv":[7,2,7.078,2.578],"rotation":180,"texture":"#1"},"east":{"uv":[7,2,7.078,2.578],"rotation":180,"texture":"#1"},"south":{"uv":[7,2,7.078,2.578],"rotation":180,"texture":"#1"},"west":{"uv":[7,2,7.078,2.578],"rotation":180,"texture":"#1"},"up":{"uv":[7,2,7.078,2.578],"rotation":180,"texture":"#1"},"down":{"uv":[7,2,7.078,2.578],"rotation":180,"texture":"#1"}}},{"from":[7.4569,1.09895,5.71737],"to":[8.5169,1.65895,6.27737],"rotation":{"angle":0,"axis":"x","origin":[7.9869,1.80433,6.59922]},"faces":{"north":{"uv":[5.5,1,6.06,1.56],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,1,6.06,1.56],"rotation":90,"texture":"#1"},"south":{"uv":[5.5,1,6.06,1.56],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,1,6.06,1.56],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,1,6.06,1.56],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,1,6.06,1.56],"rotation":90,"texture":"#1"}}},{"from":[7.4569,15.34104,10.65527],"to":[8.5169,15.90104,11.21527],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,14.77318,11.447]},"faces":{"north":{"uv":[3.5,1,3.56,1.06],"texture":"#1"},"east":{"uv":[3.5,1,3.56,1.06],"texture":"#1"},"south":{"uv":[3.5,1,3.56,1.06],"texture":"#1"},"west":{"uv":[3.5,1,3.56,1.06],"texture":"#1"},"up":{"uv":[3.5,1,3.56,1.06],"texture":"#1"},"down":{"uv":[3.5,1,3.56,1.06],"texture":"#1"}}},{"from":[7.6069,14.05603,5.66776],"to":[8.3669,14.76603,6.72776],"rotation":{"angle":-45,"axis":"x","origin":[7.9869,14.33124,6.63673]},"faces":{"north":{"uv":[2,8,3.06,8.71],"texture":"#1"},"east":{"uv":[2,8,3.06,8.71],"texture":"#1"},"south":{"uv":[2,8,3.06,8.71],"texture":"#1"},"west":{"uv":[2,8,3.06,8.71],"texture":"#1"},"up":{"uv":[2,8,3.06,8.71],"texture":"#1"},"down":{"uv":[2,8,3.06,8.71],"texture":"#1"}}},{"from":[7.4569,3.01478,10.57193],"to":[8.5169,4.07478,11.13193],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,5.91671,11.40627]},"faces":{"north":{"uv":[5,7.5,6.06,8.06],"rotation":270,"texture":"#1"},"east":{"uv":[5,7.5,6.06,8.06],"rotation":270,"texture":"#1"},"south":{"uv":[5,7.5,6.06,8.06],"rotation":270,"texture":"#1"},"west":{"uv":[5,7.5,6.06,8.06],"rotation":270,"texture":"#1"},"up":{"uv":[5,7.5,6.06,8.06],"rotation":270,"texture":"#1"},"down":{"uv":[5,7.5,6.06,8.06],"rotation":270,"texture":"#1"}}},{"from":[7.4569,-12.56288,7.43552],"to":[8.5169,-11.50288,7.99552],"rotation":{"angle":0,"axis":"x","origin":[7.9869,-9.75394,7.12129]},"faces":{"north":{"uv":[3.5,0.5,3.559,1.5],"rotation":180,"texture":"#1"},"east":{"uv":[3.5,0.5,3.559,1.5],"rotation":180,"texture":"#1"},"south":{"uv":[3.5,0.5,3.559,1.5],"rotation":180,"texture":"#1"},"west":{"uv":[3.5,0.5,3.559,1.5],"rotation":180,"texture":"#1"},"up":{"uv":[3.5,0.5,3.559,1.5],"rotation":180,"texture":"#1"},"down":{"uv":[3.5,0.5,3.559,1.5],"rotation":180,"texture":"#1"}}},{"from":[7.4569,3.66516,6.96668],"to":[8.5169,4.72516,7.52668],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,5.24689,6.62482]},"faces":{"north":{"uv":[5,3.5,5.06,3.56],"rotation":90,"texture":"#1"},"east":{"uv":[5,3.5,5.06,3.56],"rotation":90,"texture":"#1"},"south":{"uv":[5,3.5,5.06,3.56],"rotation":90,"texture":"#1"},"west":{"uv":[5,3.5,5.06,3.56],"rotation":90,"texture":"#1"},"up":{"uv":[5,3.5,5.06,3.56],"rotation":90,"texture":"#1"},"down":{"uv":[5,3.5,5.06,3.56],"rotation":90,"texture":"#1"}}},{"from":[7.4569,10.35428,12.07907],"to":[8.5169,11.16428,12.63907],"rotation":{"angle":0,"axis":"x","origin":[7.9869,10.98957,12.08991]},"faces":{"north":{"uv":[7,1.5,7.31,1.56],"rotation":90,"texture":"#1"},"east":{"uv":[7,1.5,7.31,1.56],"rotation":90,"texture":"#1"},"south":{"uv":[7,1.5,7.31,1.56],"rotation":90,"texture":"#1"},"west":{"uv":[7,1.5,7.31,1.56],"rotation":90,"texture":"#1"},"up":{"uv":[7,1.5,7.31,1.56],"rotation":90,"texture":"#1"},"down":{"uv":[7,1.5,7.31,1.56],"rotation":90,"texture":"#1"}}},{"from":[7.4569,7.88341,10.58223],"to":[8.5169,8.44341,11.14223],"rotation":{"angle":45,"axis":"x","origin":[7.9869,5.91671,11.40627]},"faces":{"north":{"uv":[4,5,4.56,5.56],"rotation":90,"texture":"#1"},"east":{"uv":[4,5,4.56,5.56],"rotation":90,"texture":"#1"},"south":{"uv":[4,5,4.56,5.56],"rotation":90,"texture":"#1"},"west":{"uv":[4,5,4.56,5.56],"rotation":90,"texture":"#1"},"up":{"uv":[4,5,4.56,5.56],"rotation":90,"texture":"#1"},"down":{"uv":[4,5,4.56,5.56],"rotation":90,"texture":"#1"}}},{"from":[7.4569,-9.38872,4.59586],"to":[8.5169,-8.82872,5.15586],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,-9.75394,7.12129]},"faces":{"north":{"uv":[4.5,4,4.56,4.06],"texture":"#1"},"east":{"uv":[4.5,4,4.56,4.06],"texture":"#1"},"south":{"uv":[4.5,4,4.56,4.06],"texture":"#1"},"west":{"uv":[4.5,4,4.56,4.06],"texture":"#1"},"up":{"uv":[4.5,4,4.56,4.06],"texture":"#1"},"down":{"uv":[4.5,4,4.56,4.06],"texture":"#1"}}},{"from":[7.4669,5.60804,11.12721],"to":[8.5069,6.14804,11.66721],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,5.91671,11.40627]},"faces":{"north":{"uv":[7,2,7.54,2.54],"rotation":180,"texture":"#1"},"east":{"uv":[7,2,7.54,2.54],"rotation":180,"texture":"#1"},"south":{"uv":[7,2,7.54,2.54],"rotation":180,"texture":"#1"},"west":{"uv":[7,2,7.54,2.54],"rotation":180,"texture":"#1"},"up":{"uv":[7,2,7.54,2.54],"rotation":180,"texture":"#1"},"down":{"uv":[7,2,7.54,2.54],"rotation":180,"texture":"#1"}}},{"from":[7.4669,-9.92092,6.85241],"to":[8.5069,-9.38092,7.39241],"rotation":{"angle":45,"axis":"x","origin":[7.9869,-9.75394,7.12129]},"faces":{"north":{"uv":[7,2,7.078,2.578],"rotation":90,"texture":"#1"},"east":{"uv":[7,2,7.078,2.578],"rotation":90,"texture":"#1"},"south":{"uv":[7,2,7.078,2.578],"rotation":90,"texture":"#1"},"west":{"uv":[7,2,7.078,2.578],"rotation":90,"texture":"#1"},"up":{"uv":[7,2,7.078,2.578],"rotation":90,"texture":"#1"},"down":{"uv":[7,2,7.078,2.578],"rotation":90,"texture":"#1"}}},{"from":[7.4669,0.76353,6.57027],"to":[8.5069,1.30353,7.11027],"rotation":{"angle":45,"axis":"x","origin":[7.9869,1.80433,6.59922]},"faces":{"north":{"uv":[4,0,4.54,0.54],"rotation":180,"texture":"#1"},"east":{"uv":[4,0,4.54,0.54],"rotation":180,"texture":"#1"},"south":{"uv":[4,0,4.54,0.54],"rotation":180,"texture":"#1"},"west":{"uv":[4,0,4.54,0.54],"rotation":180,"texture":"#1"},"up":{"uv":[4,0,4.54,0.54],"rotation":180,"texture":"#1"},"down":{"uv":[4,0,4.54,0.54],"rotation":180,"texture":"#1"}}},{"from":[7.4669,15.50899,11.04885],"to":[8.5069,16.04899,11.58885],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,14.77318,11.447]},"faces":{"north":{"uv":[3.5,0,4.56,0.56],"texture":"#1"},"east":{"uv":[3.5,0,4.56,0.56],"texture":"#1"},"south":{"uv":[3.5,0,4.56,0.56],"texture":"#1"},"west":{"uv":[3.5,0,4.56,0.56],"texture":"#1"},"up":{"uv":[3.5,0,4.56,0.56],"texture":"#1"},"down":{"uv":[3.5,0,4.56,0.56],"texture":"#1"}}},{"from":[7.4669,2.58168,11.71942],"to":[8.5069,3.12168,12.25942],"rotation":{"angle":0,"axis":"x","origin":[7.9869,5.91671,11.40627]},"faces":{"north":{"uv":[4.5,8.5,4.978,8.978],"rotation":90,"texture":"#1"},"east":{"uv":[4.5,8.5,4.978,8.978],"rotation":90,"texture":"#1"},"south":{"uv":[4.5,8.5,4.978,8.978],"rotation":90,"texture":"#1"},"west":{"uv":[4.5,8.5,4.978,8.978],"rotation":90,"texture":"#1"},"up":{"uv":[4.5,8.5,4.978,8.978],"rotation":90,"texture":"#1"},"down":{"uv":[4.5,8.5,4.978,8.978],"rotation":90,"texture":"#1"}}},{"from":[7.4669,-13.01832,6.34058],"to":[8.5069,-12.47832,6.88058],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,-9.75394,7.12129]},"faces":{"north":{"uv":[3.5,0,3.979,0.479],"rotation":90,"texture":"#1"},"east":{"uv":[3.5,0,3.979,0.479],"rotation":90,"texture":"#1"},"south":{"uv":[3.5,0,3.979,0.479],"rotation":90,"texture":"#1"},"west":{"uv":[3.5,0,3.979,0.479],"rotation":90,"texture":"#1"},"up":{"uv":[3.5,0,3.979,0.479],"rotation":90,"texture":"#1"},"down":{"uv":[3.5,0,3.979,0.479],"rotation":90,"texture":"#1"}}},{"from":[7.4669,3.58168,7.51942],"to":[8.5069,4.12168,8.05942],"rotation":{"angle":45,"axis":"x","origin":[7.9869,5.24689,6.62482]},"faces":{"north":{"uv":[6,2.5,6.04,2.54],"rotation":90,"texture":"#1"},"east":{"uv":[6,2.5,6.04,2.54],"rotation":90,"texture":"#1"},"south":{"uv":[6,2.5,6.04,2.54],"rotation":90,"texture":"#1"},"west":{"uv":[6,2.5,6.04,2.54],"rotation":90,"texture":"#1"},"up":{"uv":[6,2.5,6.04,2.54],"rotation":90,"texture":"#1"},"down":{"uv":[6,2.5,6.04,2.54],"rotation":90,"texture":"#1"}}},{"from":[7.4669,10.10997,12.27733],"to":[8.5069,10.64997,12.81733],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,10.98957,12.08991]},"faces":{"north":{"uv":[7,1.5,7.04,2.04],"rotation":90,"texture":"#1"},"east":{"uv":[7,1.5,7.04,2.04],"rotation":90,"texture":"#1"},"south":{"uv":[7,1.5,7.04,2.04],"rotation":90,"texture":"#1"},"west":{"uv":[7,1.5,7.04,2.04],"rotation":90,"texture":"#1"},"up":{"uv":[7,1.5,7.04,2.04],"rotation":90,"texture":"#1"},"down":{"uv":[7,1.5,7.04,2.04],"rotation":90,"texture":"#1"}}},{"from":[7.4669,7.98589,12.38467],"to":[8.5069,8.52589,12.92467],"rotation":{"angle":0,"axis":"x","origin":[7.9869,5.91671,11.40627]},"faces":{"north":{"uv":[4.5,4,5,5],"rotation":90,"texture":"#1"},"east":{"uv":[4.5,4,5,5],"rotation":90,"texture":"#1"},"south":{"uv":[4.5,4,5,5],"rotation":90,"texture":"#1"},"west":{"uv":[4.5,4,5,5],"rotation":90,"texture":"#1"},"up":{"uv":[4.5,4,5,5],"rotation":90,"texture":"#1"},"down":{"uv":[4.5,4,5,5],"rotation":90,"texture":"#1"}}},{"from":[7.4669,-7.61411,5.67533],"to":[8.5069,-7.07411,6.21533],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,-9.75394,7.12129]},"faces":{"north":{"uv":[6.5,4,6.54,4.54],"rotation":90,"texture":"#1"},"east":{"uv":[6.5,4,6.54,4.54],"rotation":90,"texture":"#1"},"south":{"uv":[6.5,4,6.54,4.54],"rotation":90,"texture":"#1"},"west":{"uv":[6.5,4,6.54,4.54],"rotation":90,"texture":"#1"},"up":{"uv":[6.5,4,6.54,4.54],"rotation":90,"texture":"#1"},"down":{"uv":[6.5,4,6.54,4.54],"rotation":90,"texture":"#1"}}},{"from":[7.4969,5.57619,10.77936],"to":[8.4769,6.05619,11.25936],"rotation":{"angle":45,"axis":"x","origin":[7.9869,5.91671,11.40627]},"faces":{"north":{"uv":[7,2,7.479,2.479],"rotation":180,"texture":"#1"},"east":{"uv":[7,2,7.479,2.479],"rotation":180,"texture":"#1"},"south":{"uv":[7,2,7.479,2.479],"rotation":180,"texture":"#1"},"west":{"uv":[7,2,7.479,2.479],"rotation":180,"texture":"#1"},"up":{"uv":[7,2,7.479,2.479],"rotation":180,"texture":"#1"},"down":{"uv":[7,2,7.479,2.479],"rotation":180,"texture":"#1"}}},{"from":[7.4969,-9.50584,6.98308],"to":[8.4769,-9.02584,7.46308],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,-9.75394,7.12129]},"faces":{"north":{"uv":[3.5,0,3.979,0.479],"rotation":90,"texture":"#1"},"east":{"uv":[3.5,0,3.979,0.479],"rotation":90,"texture":"#1"},"south":{"uv":[3.5,0,3.979,0.479],"rotation":90,"texture":"#1"},"west":{"uv":[3.5,0,3.979,0.479],"rotation":90,"texture":"#1"},"up":{"uv":[3.5,0,3.979,0.479],"rotation":90,"texture":"#1"},"down":{"uv":[3.5,0,3.979,0.479],"rotation":90,"texture":"#1"}}},{"from":[7.4969,0.69862,6.68029],"to":[8.4769,1.17862,7.16029],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,1.80433,6.59922]},"faces":{"north":{"uv":[4,0,4.54,0.54],"rotation":180,"texture":"#1"},"east":{"uv":[4,0,4.54,0.54],"rotation":180,"texture":"#1"},"south":{"uv":[4,0,4.54,0.54],"rotation":180,"texture":"#1"},"west":{"uv":[4,0,4.54,0.54],"rotation":180,"texture":"#1"},"up":{"uv":[4,0,4.54,0.54],"rotation":180,"texture":"#1"},"down":{"uv":[4,0,4.54,0.54],"rotation":180,"texture":"#1"}}},{"from":[7.4969,14.40635,10.16738],"to":[8.4769,14.88635,10.64738],"rotation":{"angle":45,"axis":"x","origin":[7.9869,14.77318,11.447]},"faces":{"north":{"uv":[3.5,0,4.56,0.56],"rotation":90,"texture":"#1"},"east":{"uv":[3.5,0,4.56,0.56],"rotation":90,"texture":"#1"},"south":{"uv":[3.5,0,4.56,0.56],"rotation":90,"texture":"#1"},"west":{"uv":[3.5,0,4.56,0.56],"rotation":90,"texture":"#1"},"up":{"uv":[3.5,0,4.56,0.56],"rotation":90,"texture":"#1"},"down":{"uv":[3.5,0,4.56,0.56],"rotation":90,"texture":"#1"}}},{"from":[7.4969,2.67481,12.93929],"to":[8.4769,3.15481,13.41929],"rotation":{"angle":22.5,"axis":"x","origin":[7.9869,5.91671,11.40627]},"faces":{"north":{"uv":[4.5,8.5,4.978,8.978],"rotation":270,"texture":"#1"},"east":{"uv":[4.5,8.5,4.978,8.978],"rotation":270,"texture":"#1"},"south":{"uv":[4.5,8.5,4.978,8.978],"rotation":270,"texture":"#1"},"west":{"uv":[4.5,8.5,4.978,8.978],"rotation":270,"texture":"#1"},"up":{"uv":[4.5,8.5,4.978,8.978],"rotation":270,"texture":"#1"},"down":{"uv":[4.5,8.5,4.978,8.978],"rotation":270,"texture":"#1"}}},{"from":[7.4969,-11.673,9.84564],"to":[8.4769,-11.193,10.32564],"rotation":{"angle":45,"axis":"x","origin":[7.9869,-9.75394,7.12129]},"faces":{"north":{"uv":[3.5,0,3.979,0.479],"rotation":180,"texture":"#1"},"east":{"uv":[3.5,0,3.979,0.479],"rotation":180,"texture":"#1"},"south":{"uv":[3.5,0,3.979,0.479],"rotation":180,"texture":"#1"},"west":{"uv":[3.5,0,3.979,0.479],"rotation":180,"texture":"#1"},"up":{"uv":[3.5,0,3.979,0.479],"rotation":180,"texture":"#1"},"down":{"uv":[3.5,0,3.979,0.479],"rotation":180,"texture":"#1"}}},{"from":[7.4969,3.33569,5.14813],"to":[8.4769,3.81569,5.62813],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,5.24689,6.62482]},"faces":{"north":{"uv":[7,2,7.479,2.479],"rotation":180,"texture":"#1"},"east":{"uv":[7,2,7.479,2.479],"rotation":180,"texture":"#1"},"south":{"uv":[7,2,7.479,2.479],"rotation":180,"texture":"#1"},"west":{"uv":[7,2,7.479,2.479],"rotation":180,"texture":"#1"},"up":{"uv":[7,2,7.479,2.479],"rotation":180,"texture":"#1"},"down":{"uv":[7,2,7.479,2.479],"rotation":180,"texture":"#1"}}},{"from":[7.4969,9.96808,12.56712],"to":[8.4769,10.44808,13.04712],"rotation":{"angle":45,"axis":"x","origin":[7.9869,10.98957,12.08991]},"faces":{"north":{"uv":[3.5,0,3.979,0.479],"rotation":270,"texture":"#1"},"east":{"uv":[3.5,0,3.979,0.479],"rotation":270,"texture":"#1"},"south":{"uv":[3.5,0,3.979,0.479],"rotation":270,"texture":"#1"},"west":{"uv":[3.5,0,3.979,0.479],"rotation":270,"texture":"#1"},"up":{"uv":[3.5,0,3.979,0.479],"rotation":270,"texture":"#1"},"down":{"uv":[3.5,0,3.979,0.479],"rotation":270,"texture":"#1"}}},{"from":[7.4969,7.75343,13.27613],"to":[8.4769,8.23343,13.75613],"rotation":{"angle":-22.5,"axis":"x","origin":[7.9869,5.91671,11.40627]},"faces":{"north":{"uv":[4.5,4.5,4.979,4.979],"rotation":270,"texture":"#1"},"east":{"uv":[4.5,4.5,4.979,4.979],"rotation":270,"texture":"#1"},"south":{"uv":[4.5,4.5,4.979,4.979],"rotation":270,"texture":"#1"},"west":{"uv":[4.5,4.5,4.979,4.979],"rotation":270,"texture":"#1"},"up":{"uv":[4.5,4.5,4.979,4.979],"rotation":270,"texture":"#1"},"down":{"uv":[4.5,4.5,4.979,4.979],"rotation":270,"texture":"#1"}}},{"from":[7.4969,-7.82423,4.81132],"to":[8.4769,-7.34423,5.29132],"rotation":{"angle":0,"axis":"x","origin":[7.9869,-9.75394,7.12129]},"faces":{"north":{"uv":[6.5,4,6.54,4.54],"rotation":270,"texture":"#1"},"east":{"uv":[6.5,4,6.54,4.54],"rotation":270,"texture":"#1"},"south":{"uv":[6.5,4,6.54,4.54],"rotation":270,"texture":"#1"},"west":{"uv":[6.5,4,6.54,4.54],"rotation":270,"texture":"#1"},"up":{"uv":[6.5,4,6.54,4.54],"rotation":270,"texture":"#1"},"down":{"uv":[6.5,4,6.54,4.54],"rotation":270,"texture":"#1"}}},{"from":[7.4,-7.6,7.4],"to":[8.6,6.6,8.6],"rotation":{"angle":0,"axis":"y","origin":[15,-1,15]},"faces":{"north":{"uv":[16,0,14,16],"rotation":180,"texture":"#1"},"east":{"uv":[14,0,16,16],"rotation":180,"texture":"#1"},"south":{"uv":[16,0,14,16],"rotation":180,"texture":"#1"},"west":{"uv":[14,0,16,16],"rotation":180,"texture":"#1"},"up":{"uv":[14,0,16,16],"rotation":180,"texture":"#1"},"down":{"uv":[14,0,16,16],"rotation":180,"texture":"#1"}}},{"from":[7.3,-3.1,7.3],"to":[8.7,0.3,8.7],"rotation":{"angle":0,"axis":"x","origin":[8,-1.4,8]},"faces":{"north":{"uv":[0,9.5,2.5,15],"rotation":180,"texture":"#1"},"east":{"uv":[0,9.5,2.5,15],"rotation":180,"texture":"#1"},"south":{"uv":[0,9.5,2.5,15],"rotation":180,"texture":"#1"},"west":{"uv":[0,9.5,2.5,15],"rotation":180,"texture":"#1"},"up":{"uv":[8.5,3,11,5.5],"rotation":180,"texture":"#1"},"down":{"uv":[8.5,3,11,5.5],"rotation":180,"texture":"#1"}}},{"from":[7.5,2.3,7],"to":[8.5,7.3,8],"rotation":{"angle":22.5,"axis":"x","origin":[7.5,1.3,8]},"faces":{"north":{"uv":[2,4,3,9],"rotation":180,"texture":"#1"},"east":{"uv":[3.5,4,4.5,9],"rotation":180,"texture":"#1"},"south":{"uv":[2,4,3,9],"rotation":180,"texture":"#1"},"west":{"uv":[4.5,4,5.5,9],"rotation":180,"texture":"#1"},"up":{"uv":[2,4,3,9],"rotation":180,"texture":"#1"},"down":{"uv":[2,4,3,9],"rotation":180,"texture":"#1"}}},{"from":[7.5,0.22492,7.57745],"to":[8.5,3.22492,8.67745],"rotation":{"angle":-22.5,"axis":"x","origin":[8,1.02492,7.97745]},"faces":{"north":{"uv":[3,4,4.1,7],"texture":"#1"},"east":{"uv":[3,4,4.1,7],"texture":"#1"},"south":{"uv":[3,4,4.1,7],"texture":"#1"},"west":{"uv":[3,4,4.1,7],"texture":"#1"},"up":{"uv":[3,4,4,5.1],"texture":"#1"},"down":{"uv":[3,4,4.1,7],"texture":"#1"}}},{"from":[7.68647,8.56411,6.39076],"to":[8.28647,9.86411,7.01076],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98968,10.03842,6.92729]},"faces":{"north":{"uv":[9.5,1.5,10.12,3],"texture":"#1"},"east":{"uv":[9.5,1.5,10.12,3],"texture":"#1"},"south":{"uv":[9.5,1.5,10.12,3],"texture":"#1"},"west":{"uv":[9.5,1.5,10.12,3],"texture":"#1"},"up":{"uv":[9.5,1.5,10.1,2],"texture":"#1"},"down":{"uv":[9.5,1.5,10.12,3],"texture":"#1"}}},{"from":[7.68647,14.03589,6.19076],"to":[8.28647,14.53589,6.81076],"rotation":{"angle":22.5,"axis":"x","origin":[7.98968,13.86158,6.72729]},"faces":{"north":{"uv":[9.5,3,10.12,1.5],"texture":"#1"},"east":{"uv":[9.5,3,10.12,1.5],"texture":"#1"},"south":{"uv":[9.5,3,10.12,1.5],"texture":"#1"},"west":{"uv":[9.5,3,10.12,1.5],"texture":"#1"},"up":{"uv":[9.5,3,10.12,1.5],"texture":"#1"},"down":{"uv":[9.5,2,10.1,1.5],"texture":"#1"}}},{"from":[7.68647,9.80014,8.5453],"to":[8.28647,10.42014,9.8453],"rotation":{"angle":22.5,"axis":"x","origin":[7.98968,10.29541,8.40045]},"faces":{"north":{"uv":[9.5,1.5,10.1,2],"rotation":180,"texture":"#1"},"east":{"uv":[9.5,1.5,10.12,3],"rotation":90,"texture":"#1"},"south":{"uv":[9.5,1.5,10.12,3],"texture":"#1"},"west":{"uv":[9.5,1.5,10.12,3],"rotation":270,"texture":"#1"},"up":{"uv":[9.5,1.5,10.12,3],"texture":"#1"},"down":{"uv":[9.5,1.5,10.12,3],"rotation":180,"texture":"#1"}}},{"from":[7.68647,13.47986,8.3453],"to":[8.28647,14.09986,9.6453],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98968,13.60459,8.20045]},"faces":{"north":{"uv":[9.5,2,10.1,1.5],"rotation":180,"texture":"#1"},"east":{"uv":[10.12,1.5,9.5,3],"rotation":90,"texture":"#1"},"south":{"uv":[9.5,3,10.12,1.5],"texture":"#1"},"west":{"uv":[10.12,1.5,9.5,3],"rotation":270,"texture":"#1"},"up":{"uv":[9.5,3,10.12,1.5],"rotation":180,"texture":"#1"},"down":{"uv":[9.5,3,10.12,1.5],"texture":"#1"}}},{"from":[7.68647,10.80014,9.6453],"to":[8.28647,11.42014,10.9453],"rotation":{"angle":0,"axis":"x","origin":[7.98968,11.29541,9.50045]},"faces":{"north":{"uv":[9.5,1.5,10.1,2],"rotation":180,"texture":"#1"},"east":{"uv":[9.5,1.5,10.12,3],"rotation":90,"texture":"#1"},"south":{"uv":[9.5,1.5,10.12,3],"texture":"#1"},"west":{"uv":[9.5,1.5,10.12,3],"rotation":270,"texture":"#1"},"up":{"uv":[9.5,1.5,10.12,3],"texture":"#1"},"down":{"uv":[9.5,1.5,10.12,3],"rotation":180,"texture":"#1"}}},{"from":[7.68647,12.47986,9.4453],"to":[8.28647,13.09986,10.7453],"rotation":{"angle":0,"axis":"x","origin":[7.98968,12.60459,9.30045]},"faces":{"north":{"uv":[9.5,2,10.1,1.5],"rotation":180,"texture":"#1"},"east":{"uv":[10.12,1.5,9.5,3],"rotation":90,"texture":"#1"},"south":{"uv":[9.5,3,10.12,1.5],"texture":"#1"},"west":{"uv":[10.12,1.5,9.5,3],"rotation":270,"texture":"#1"},"up":{"uv":[9.5,3,10.12,1.5],"rotation":180,"texture":"#1"},"down":{"uv":[9.5,3,10.12,1.5],"texture":"#1"}}},{"from":[7.73647,3.76055,10.01395],"to":[8.23647,4.36055,10.53395],"rotation":{"angle":22.5,"axis":"x","origin":[7.98968,3.1024,10.49025]},"faces":{"north":{"uv":[9.5,2,10.5,3],"rotation":180,"texture":"#1"},"east":{"uv":[9.5,2,10.5,3],"rotation":180,"texture":"#1"},"south":{"uv":[9.5,2,10.5,3],"rotation":180,"texture":"#1"},"west":{"uv":[9.5,2,10.5,3],"rotation":180,"texture":"#1"},"up":{"uv":[9.5,2,10.5,3],"rotation":180,"texture":"#1"},"down":{"uv":[9.5,2,10.1,2.5],"rotation":180,"texture":"#1"}}},{"from":[7.73647,2.40243,10.72612],"to":[8.23647,2.92243,11.42612],"rotation":{"angle":-45,"axis":"x","origin":[7.98968,3.4024,10.79025]},"faces":{"north":{"uv":[9,1.5,9.5,2],"rotation":270,"texture":"#1"},"east":{"uv":[9,1.5,10,3],"rotation":90,"texture":"#1"},"south":{"uv":[9,1.5,10,3],"rotation":270,"texture":"#1"},"west":{"uv":[9,1.5,10,3],"rotation":270,"texture":"#1"},"up":{"uv":[9,1.5,10,3],"texture":"#1"},"down":{"uv":[9,1.5,10,3],"rotation":180,"texture":"#1"}}},{"from":[7.79117,9.53543,6.60884],"to":[8.19117,10.63543,7.02884],"rotation":{"angle":0,"axis":"x","origin":[7.98968,10.03842,6.92729]},"faces":{"north":{"uv":[9.5,1,10.5,2.5],"texture":"#1"},"east":{"uv":[11,1,10,2.5],"texture":"#1"},"south":{"uv":[8.5,1,9.5,2.5],"texture":"#1"},"west":{"uv":[10,1,11,2.5],"texture":"#1"},"up":{"uv":[10,1,10.4,1.42],"texture":"#1"},"down":{"uv":[10,1,11,2.5],"texture":"#1"}}},{"from":[7.79117,13.26457,6.40884],"to":[8.19117,14.36457,6.82884],"rotation":{"angle":0,"axis":"x","origin":[7.98968,13.86158,6.72729]},"faces":{"north":{"uv":[9.5,2.5,10.5,1],"texture":"#1"},"east":{"uv":[11,2.5,10,1],"texture":"#1"},"south":{"uv":[8.5,2.5,9.5,1],"texture":"#1"},"west":{"uv":[10,2.5,11,1],"texture":"#1"},"up":{"uv":[10,2.5,11,1],"texture":"#1"},"down":{"uv":[10,1.42,10.4,1],"texture":"#1"}}},{"from":[7.79117,9.83543,8.10884],"to":[8.19117,10.93543,8.52884],"rotation":{"angle":-45,"axis":"x","origin":[7.98968,10.29541,8.40045]},"faces":{"north":{"uv":[9.5,1,10.5,2.5],"texture":"#1"},"east":{"uv":[11,1,10,2.5],"texture":"#1"},"south":{"uv":[8.5,1,9.5,2.5],"texture":"#1"},"west":{"uv":[10,1,11,2.5],"texture":"#1"},"up":{"uv":[10,1,10.4,1.42],"texture":"#1"},"down":{"uv":[10,1,11,2.5],"texture":"#1"}}},{"from":[7.79117,12.96457,7.90884],"to":[8.19117,14.06457,8.32884],"rotation":{"angle":45,"axis":"x","origin":[7.98968,13.60459,8.20045]},"faces":{"north":{"uv":[9.5,2.5,10.5,1],"texture":"#1"},"east":{"uv":[11,2.5,10,1],"texture":"#1"},"south":{"uv":[8.5,2.5,9.5,1],"texture":"#1"},"west":{"uv":[10,2.5,11,1],"texture":"#1"},"up":{"uv":[10,2.5,11,1],"texture":"#1"},"down":{"uv":[10,1.42,10.4,1],"texture":"#1"}}},{"from":[7.79117,11.00381,8.86043],"to":[8.19117,11.42381,9.96043],"rotation":{"angle":22.5,"axis":"x","origin":[7.98968,11.29541,9.50045]},"faces":{"north":{"uv":[10,1,10.4,1.42],"rotation":180,"texture":"#1"},"east":{"uv":[11,1,10,2.5],"rotation":90,"texture":"#1"},"south":{"uv":[10,1,11,2.5],"texture":"#1"},"west":{"uv":[10,1,11,2.5],"rotation":270,"texture":"#1"},"up":{"uv":[8.5,1,9.5,2.5],"texture":"#1"},"down":{"uv":[9.5,1,10.5,2.5],"rotation":180,"texture":"#1"}}},{"from":[7.79117,12.47619,8.66043],"to":[8.19117,12.89619,9.76043],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98968,12.60459,9.30045]},"faces":{"north":{"uv":[10,1.42,10.4,1],"rotation":180,"texture":"#1"},"east":{"uv":[10,1,11,2.5],"rotation":90,"texture":"#1"},"south":{"uv":[10,2.5,11,1],"texture":"#1"},"west":{"uv":[11,1,10,2.5],"rotation":270,"texture":"#1"},"up":{"uv":[9.5,2.5,10.5,1],"rotation":180,"texture":"#1"},"down":{"uv":[8.5,2.5,9.5,1],"texture":"#1"}}},{"from":[7.84117,3.4091,10.4746],"to":[8.14117,3.7291,11.1746],"rotation":{"angle":-45,"axis":"x","origin":[7.98968,3.1024,10.49025]},"faces":{"north":{"uv":[9.5,1.5,9.92,2.3],"rotation":270,"texture":"#1"},"east":{"uv":[9.5,1.5,9.92,2.3],"rotation":90,"texture":"#1"},"south":{"uv":[9.5,1.5,9.92,2.3],"rotation":270,"texture":"#1"},"west":{"uv":[9.5,1.5,9.92,2.3],"rotation":270,"texture":"#1"},"up":{"uv":[9.5,1.5,9.92,2.3],"texture":"#1"},"down":{"uv":[9.5,1.5,9.92,2.3],"rotation":180,"texture":"#1"}}},{"from":[7.84117,2.54922,10.47324],"to":[8.14117,2.86922,11.17324],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98968,3.4024,10.79025]},"faces":{"north":{"uv":[8.5,0,10,1],"rotation":180,"texture":"#1"},"east":{"uv":[8.5,0,10,1],"rotation":180,"texture":"#1"},"south":{"uv":[8.5,0,10,1],"rotation":180,"texture":"#1"},"west":{"uv":[8.5,0,10,1],"texture":"#1"},"up":{"uv":[8.5,0,10,1],"texture":"#1"},"down":{"uv":[8.5,0,10,1],"rotation":270,"texture":"#1"}}},{"from":[7.88639,10.42453,6.45777],"to":[8.09639,10.83453,6.73777],"rotation":{"angle":22.5,"axis":"x","origin":[7.98968,10.03842,6.92729]},"faces":{"north":{"uv":[10,0,10.54,0.8],"rotation":180,"texture":"#1"},"east":{"uv":[10,0,10.54,0.8],"rotation":180,"texture":"#1"},"south":{"uv":[10,0,10.54,0.8],"rotation":180,"texture":"#1"},"west":{"uv":[10,0,10.54,0.8],"rotation":180,"texture":"#1"},"up":{"uv":[10,0,10.54,0.8],"rotation":180,"texture":"#1"},"down":{"uv":[10,0,10.54,0.8],"rotation":180,"texture":"#1"}}},{"from":[7.88639,13.06547,6.25777],"to":[8.09639,13.47547,6.53777],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98968,13.86158,6.72729]},"faces":{"north":{"uv":[10,0.8,10.54,0],"rotation":180,"texture":"#1"},"east":{"uv":[10,0.8,10.54,0],"rotation":180,"texture":"#1"},"south":{"uv":[10,0.8,10.54,0],"rotation":180,"texture":"#1"},"west":{"uv":[10,0.8,10.54,0],"rotation":180,"texture":"#1"},"up":{"uv":[10,0.8,10.54,0],"rotation":180,"texture":"#1"},"down":{"uv":[10,0.8,10.54,0],"rotation":180,"texture":"#1"}}},{"from":[7.88639,10.73152,7.93927],"to":[8.09639,11.14152,8.21927],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98968,10.29541,8.40045]},"faces":{"north":{"uv":[10,0,10.54,0.8],"rotation":180,"texture":"#1"},"east":{"uv":[10,0,10.54,0.8],"rotation":180,"texture":"#1"},"south":{"uv":[10,0,10.54,0.8],"rotation":180,"texture":"#1"},"west":{"uv":[10,0,10.54,0.8],"rotation":180,"texture":"#1"},"up":{"uv":[10,0,10.54,0.8],"rotation":180,"texture":"#1"},"down":{"uv":[10,0,10.54,0.8],"rotation":180,"texture":"#1"}}},{"from":[7.88639,12.75848,7.73927],"to":[8.09639,13.16848,8.01927],"rotation":{"angle":22.5,"axis":"x","origin":[7.98968,13.60459,8.20045]},"faces":{"north":{"uv":[10,0.8,10.54,0],"rotation":180,"texture":"#1"},"east":{"uv":[10,0.8,10.54,0],"rotation":180,"texture":"#1"},"south":{"uv":[10,0.8,10.54,0],"rotation":180,"texture":"#1"},"west":{"uv":[10,0.8,10.54,0],"rotation":180,"texture":"#1"},"up":{"uv":[10,0.8,10.54,0],"rotation":180,"texture":"#1"},"down":{"uv":[10,0.8,10.54,0],"rotation":180,"texture":"#1"}}},{"from":[7.88639,11.73152,9.03927],"to":[8.09639,12.14152,9.31927],"rotation":{"angle":-45,"axis":"x","origin":[7.98968,11.29541,9.50045]},"faces":{"north":{"uv":[10,0,10.54,0.8],"rotation":180,"texture":"#1"},"east":{"uv":[10,0,10.54,0.8],"rotation":180,"texture":"#1"},"south":{"uv":[10,0,10.54,0.8],"rotation":180,"texture":"#1"},"west":{"uv":[10,0,10.54,0.8],"rotation":180,"texture":"#1"},"up":{"uv":[10,0,10.54,0.8],"rotation":180,"texture":"#1"},"down":{"uv":[10,0,10.54,0.8],"rotation":180,"texture":"#1"}}},{"from":[7.88639,11.75848,8.83927],"to":[8.09639,12.16848,9.11927],"rotation":{"angle":45,"axis":"x","origin":[7.98968,12.60459,9.30045]},"faces":{"north":{"uv":[10,0.8,10.54,0],"rotation":180,"texture":"#1"},"east":{"uv":[10,0.8,10.54,0],"rotation":180,"texture":"#1"},"south":{"uv":[10,0.8,10.54,0],"rotation":180,"texture":"#1"},"west":{"uv":[10,0.8,10.54,0],"rotation":180,"texture":"#1"},"up":{"uv":[10,0.8,10.54,0],"rotation":180,"texture":"#1"},"down":{"uv":[10,0.8,10.54,0],"rotation":180,"texture":"#1"}}},{"from":[7.89139,3.50778,9.8428],"to":[8.09139,3.77778,10.3428],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98968,3.3024,10.74025]},"faces":{"north":{"uv":[8.5,0,9.5,0.54],"rotation":90,"texture":"#1"},"east":{"uv":[8.5,0,9.5,0.54],"rotation":90,"texture":"#1"},"south":{"uv":[8.5,0,9.5,0.54],"rotation":90,"texture":"#1"},"west":{"uv":[8.5,0,9.5,0.54],"rotation":90,"texture":"#1"},"up":{"uv":[8.5,0,9.5,0.54],"rotation":90,"texture":"#1"},"down":{"uv":[8.5,0,9.5,0.54],"rotation":90,"texture":"#1"}}},{"from":[7.89139,2.52087,10.45824],"to":[8.09139,2.79087,10.85824],"rotation":{"angle":0,"axis":"x","origin":[7.98968,3.5024,11.09025]},"faces":{"north":{"uv":[8.5,0,9.5,0.54],"rotation":90,"texture":"#1"},"east":{"uv":[8.5,0,9.5,0.54],"rotation":90,"texture":"#1"},"south":{"uv":[8.5,0,9.5,0.54],"rotation":90,"texture":"#1"},"west":{"uv":[8.5,0,9.5,0.54],"rotation":90,"texture":"#1"},"up":{"uv":[8.5,0,9.5,0.54],"rotation":90,"texture":"#1"},"down":{"uv":[8.5,0,9.5,0.54],"rotation":90,"texture":"#1"}}},{"from":[7.1,-7.4,7.8],"to":[8.9,-5.9,9.3],"rotation":{"angle":45,"axis":"x","origin":[8.25,-6.2,7.9]},"faces":{"north":{"uv":[5.5,7,7.3,8.5],"texture":"#1"},"east":{"uv":[5.5,5.5,7,7],"rotation":90,"texture":"#1"},"south":{"uv":[6,5.5,7.8,7],"texture":"#1"},"west":{"uv":[5.5,5.5,7,7],"texture":"#1"},"up":{"uv":[5.5,3.5,7.3,5],"texture":"#1"},"down":{"uv":[5.5,6.5,7.3,8],"rotation":180,"texture":"#1"}}},{"from":[7.14,11.87338,10.82878],"to":[8.81,13.99338,11.34878],"rotation":{"angle":22.5,"axis":"x","origin":[7.975,12.93338,11.08878]},"faces":{"north":{"uv":[5.5,2.5,7.6,3],"rotation":270,"texture":"#1"},"east":{"uv":[5.5,2.5,7.6,3],"rotation":270,"texture":"#1"},"south":{"uv":[5.5,2.5,7.6,3],"rotation":270,"texture":"#1"},"west":{"uv":[5.5,2.5,7.6,3],"rotation":270,"texture":"#1"},"up":{"uv":[5.5,2.5,7.6,3],"rotation":270,"texture":"#1"},"down":{"uv":[5.5,2.5,7.6,3],"rotation":270,"texture":"#1"}}},{"from":[6.75,7.35,7.6],"to":[9.25,9.1,9.35],"rotation":{"angle":-22.5,"axis":"x","origin":[8,7.925,8.675]},"faces":{"north":{"uv":[11,2.5,14,5.5],"texture":"#1"},"east":{"uv":[11,2.5,14,5.5],"texture":"#1"},"south":{"uv":[11,2.5,14,5.5],"texture":"#1"},"west":{"uv":[11,2.5,14,5.5],"texture":"#1"},"up":{"uv":[11,2.5,14,5.5],"texture":"#1"},"down":{"uv":[11,2.5,14,5.5],"texture":"#1"}}},{"from":[6.95,8.64014,9.51408],"to":[9.05,9.64014,10.51408],"rotation":{"angle":-45,"axis":"x","origin":[8,9.14014,9.71408]},"faces":{"north":{"uv":[8.5,3,11,5.5],"texture":"#1"},"east":{"uv":[8.5,3,11,5.5],"texture":"#1"},"south":{"uv":[8.5,3,11,5.5],"texture":"#1"},"west":{"uv":[8.5,3,11,5.5],"texture":"#1"},"up":{"uv":[8.5,3,11,5.5],"texture":"#1"},"down":{"uv":[8.5,3,11,5.5],"texture":"#1"}}},{"from":[6.95,-7.75986,7.61408],"to":[9.05,-6.75986,8.61408],"rotation":{"angle":-45,"axis":"x","origin":[8,-7.25986,7.81408]},"faces":{"north":{"uv":[8.5,3,11,5.5],"texture":"#1"},"east":{"uv":[8.5,3,11,5.5],"texture":"#1"},"south":{"uv":[8.5,3,11,5.5],"texture":"#1"},"west":{"uv":[8.5,3,11,5.5],"texture":"#1"},"up":{"uv":[8.5,3,11,5.5],"texture":"#1"},"down":{"uv":[8.5,3,11,5.5],"texture":"#1"}}},{"from":[6.85,5.85227,8.32621],"to":[9.15,6.85227,9.32621],"rotation":{"angle":22.5,"axis":"x","origin":[8,6.35227,8.82621]},"faces":{"north":{"uv":[8.5,3,11,5.5],"texture":"#1"},"east":{"uv":[8.5,3,11,5.5],"texture":"#1"},"south":{"uv":[8.5,3,11,5.5],"texture":"#1"},"west":{"uv":[8.5,3,11,5.5],"texture":"#1"},"up":{"uv":[8.5,3,11,5.5],"texture":"#1"},"down":{"uv":[8.5,3,11,5.5],"texture":"#1"}}},{"from":[6.75,7.15227,9.67621],"to":[9.25,7.90227,10.42621],"rotation":{"angle":22.5,"axis":"x","origin":[8,7.65227,9.92621]},"faces":{"north":{"uv":[9,3.5,10.5,5.5],"texture":"#1"},"east":{"uv":[8.5,3.5,10.5,5.5],"texture":"#1"},"south":{"uv":[8.5,3,11,5.5],"texture":"#1"},"west":{"uv":[8.5,3.5,10.5,5.5],"rotation":270,"texture":"#1"},"up":{"uv":[9,3.5,10.5,5.5],"texture":"#1"},"down":{"uv":[8.5,3,11,5.5],"texture":"#1"}}},{"from":[6.75,8.80227,6.87621],"to":[9.25,9.30227,7.37621],"rotation":{"angle":22.5,"axis":"x","origin":[8,9.05227,7.12621]},"faces":{"north":{"uv":[9,3.5,10.5,5],"rotation":270,"texture":"#1"},"east":{"uv":[9,3.5,10.5,5],"rotation":270,"texture":"#1"},"south":{"uv":[9,3.5,10.5,5],"rotation":270,"texture":"#1"},"west":{"uv":[9,3.5,10.5,5],"rotation":270,"texture":"#1"},"up":{"uv":[9,3.5,10.5,5],"rotation":270,"texture":"#1"},"down":{"uv":[9,3.5,10.5,5],"rotation":270,"texture":"#1"}}},{"from":[6.75,8.10227,10.17621],"to":[9.25,8.60227,10.67621],"rotation":{"angle":45,"axis":"x","origin":[8,8.35227,10.42621]},"faces":{"north":{"uv":[9,3.5,10.5,5],"rotation":270,"texture":"#1"},"east":{"uv":[9,3.5,10.5,5],"rotation":270,"texture":"#1"},"south":{"uv":[9,3.5,10.5,5],"rotation":270,"texture":"#1"},"west":{"uv":[9,3.5,10.5,5],"rotation":270,"texture":"#1"},"up":{"uv":[9,3.5,10.5,5],"rotation":270,"texture":"#1"},"down":{"uv":[9,3.5,10.5,5],"rotation":270,"texture":"#1"}}},{"from":[6.95,10.10227,10.37621],"to":[8.95,10.60227,10.87621],"rotation":{"angle":0,"axis":"x","origin":[8,10.35227,10.62621]},"faces":{"north":{"uv":[9,3.5,10.5,5],"rotation":90,"texture":"#1"},"east":{"uv":[9,3.5,10.5,5],"rotation":180,"texture":"#1"},"south":{"uv":[9,3.5,10.5,5],"rotation":270,"texture":"#1"},"west":{"uv":[9,3.5,10.5,5],"texture":"#1"},"up":{"uv":[9,3.5,10.5,5],"rotation":90,"texture":"#1"},"down":{"uv":[9,3.5,10.5,5],"rotation":270,"texture":"#1"}}},{"from":[7.35,4.40227,8.17621],"to":[8.65,4.90227,8.67621],"rotation":{"angle":-22.5,"axis":"x","origin":[8,4.65227,8.42621]},"faces":{"north":{"uv":[9,3.5,10.5,5],"rotation":90,"texture":"#1"},"east":{"uv":[9,3.5,10.5,5],"rotation":180,"texture":"#1"},"south":{"uv":[9,3.5,10.5,5],"rotation":270,"texture":"#1"},"west":{"uv":[9,3.5,10.5,5],"texture":"#1"},"up":{"uv":[9,3.5,10.5,5],"rotation":90,"texture":"#1"},"down":{"uv":[9,3.5,10.5,5],"rotation":270,"texture":"#1"}}},{"from":[7.05,13.11395,10.41886],"to":[8.85,13.86395,11.16886],"rotation":{"angle":-22.5,"axis":"x","origin":[8,13.48895,10.79386]},"faces":{"north":{"uv":[9,3.5,10.5,5.5],"rotation":180,"texture":"#1"},"east":{"uv":[8.5,3.5,10.5,5.5],"rotation":90,"texture":"#1"},"south":{"uv":[8.5,3,11,5.5],"texture":"#1"},"west":{"uv":[8.5,3.5,10.5,5.5],"rotation":270,"texture":"#1"},"up":{"uv":[8.5,3,11,5.5],"texture":"#1"},"down":{"uv":[9,3.5,10.5,5.5],"rotation":180,"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[0,8,0],"translation":[-0.5,10.25,1.25],"scale":[1.32,1.32,1.32]},"thirdperson_lefthand":{"rotation":[0,8,0],"translation":[-0.5,10.25,1.25],"scale":[1.32,1.32,1.32]},"firstperson_righthand":{"rotation":[-13,0,0],"translation":[-1.75,5.75,3],"scale":[0.6,0.78,0.78]},"firstperson_lefthand":{"rotation":[-13,0,0],"translation":[-1.75,5.75,3],"scale":[0.6,0.78,0.78]},"gui":{"rotation":[-103,-41,-97],"translation":[3.25,3,0],"scale":[0.8,0.8,0.8]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/dernic_wand.json b/assets/minecraft/models/item/wynn/skin/wand/dernic_wand.json new file mode 100644 index 000000000..245ecd4f9 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/dernic_wand.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/dernic/dernic_wand","particle":"skins/dernic/dernic_wand"},"elements":[{"from":[7,-2,7],"to":[9,14,9],"rotation":{"angle":45,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0.5,5,1,9],"texture":"#0"},"east":{"uv":[0.5,5,1,9],"texture":"#0"},"south":{"uv":[0.5,5,1,9],"texture":"#0"},"west":{"uv":[0.5,5,1,9],"texture":"#0"}}},{"from":[7,15,7],"to":[9,22,9],"rotation":{"angle":0,"axis":"y","origin":[8,19.5,8]},"faces":{"north":{"uv":[0.5,2,1,4.25],"texture":"#0"},"east":{"uv":[0.5,2,1,4.25],"texture":"#0"},"south":{"uv":[0.5,2,1,4.25],"texture":"#0"},"west":{"uv":[0.5,2,1,4.25],"texture":"#0"},"up":{"uv":[1,2,0.5,1.5],"texture":"#0"},"down":{"uv":[1,1.5,0.5,2],"texture":"#0"}}},{"from":[6.5,14,6.5],"to":[9.5,15,9.5],"rotation":{"angle":45,"axis":"y","origin":[8,14.5,8]},"faces":{"north":{"uv":[5.5,5,6.25,5.25],"texture":"#0"},"east":{"uv":[4.75,5,5.5,5.25],"texture":"#0"},"south":{"uv":[7,5,7.75,5.25],"texture":"#0"},"west":{"uv":[6.25,5,7,5.25],"texture":"#0"},"up":{"uv":[6.25,5,5.5,4.25],"texture":"#0"},"down":{"uv":[7,4.25,6.25,5],"texture":"#0"}}},{"from":[6.5,20.5,6.5],"to":[9.5,21.5,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,21,8]},"faces":{"north":{"uv":[1,0.75,1.75,1],"texture":"#0"},"east":{"uv":[0.25,0.75,1,1],"texture":"#0"},"south":{"uv":[2.5,0.75,3.25,1],"texture":"#0"},"west":{"uv":[1.75,0.75,2.5,1],"texture":"#0"},"up":{"uv":[1.75,0.75,1,0],"texture":"#0"},"down":{"uv":[2.5,0,1.75,0.75],"texture":"#0"}}},{"from":[6.5,-10,6.5],"to":[9.5,-9,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,-9.5,8]},"faces":{"north":{"uv":[1,1,1.75,0.75],"texture":"#0"},"east":{"uv":[0.25,1,1,0.75],"texture":"#0"},"south":{"uv":[2.5,1,3.25,0.75],"texture":"#0"},"west":{"uv":[1.75,1,2.5,0.75],"texture":"#0"},"up":{"uv":[2.5,0.75,1.75,0],"texture":"#0"},"down":{"uv":[1.75,0,1,0.75],"texture":"#0"}}},{"from":[6,22,6],"to":[10,26,10],"rotation":{"angle":-45,"axis":"x","origin":[8,24,8]},"faces":{"north":{"uv":[5.5,0.75,6.25,1.5],"texture":"#0"},"east":{"uv":[4.75,0.75,5.5,1.5],"texture":"#0"},"south":{"uv":[7,0.75,7.75,1.5],"texture":"#0"},"west":{"uv":[6.25,0.75,7,1.5],"texture":"#0"},"up":{"uv":[6.25,0.75,5.5,0],"texture":"#0"},"down":{"uv":[7,0,6.25,0.75],"texture":"#0"}}},{"from":[6,22,6],"to":[10,26,10],"rotation":{"angle":-45,"axis":"z","origin":[8,24,8]},"faces":{"north":{"uv":[3,4,3.75,4.75],"texture":"#0"},"east":{"uv":[2.25,4,3,4.75],"texture":"#0"},"south":{"uv":[4.5,4,5.25,4.75],"texture":"#0"},"west":{"uv":[3.75,4,4.5,4.75],"texture":"#0"},"up":{"uv":[3.75,4,3,3.25],"texture":"#0"},"down":{"uv":[4.5,3.25,3.75,4],"texture":"#0"}}},{"from":[6,22,6],"to":[10,26,10],"rotation":{"angle":-45,"axis":"y","origin":[8,24,8]},"faces":{"north":{"uv":[3,2.25,3.75,3],"texture":"#0"},"east":{"uv":[2.25,2.25,3,3],"texture":"#0"},"south":{"uv":[4.5,2.25,5.25,3],"texture":"#0"},"west":{"uv":[3.75,2.25,4.5,3],"texture":"#0"},"up":{"uv":[3.75,2.25,3,1.5],"texture":"#0"},"down":{"uv":[4.5,1.5,3.75,2.25],"texture":"#0"}}},{"from":[4.04625,20.8719,7.49],"to":[5.06625,23.8919,8.51],"rotation":{"angle":22.5,"axis":"z","origin":[4.55625,22.3819,8]},"faces":{"north":{"uv":[5.25,5.75,5.5,6.5],"texture":"#0"},"east":{"uv":[5,5.75,5.25,6.5],"texture":"#0"},"south":{"uv":[5.75,5.75,6,6.5],"texture":"#0"},"west":{"uv":[5.5,5.75,5.75,6.5],"texture":"#0"},"up":{"uv":[5.5,5.75,5.25,5.5],"texture":"#0"},"down":{"uv":[5.75,5.5,5.5,5.75],"texture":"#0"}}},{"from":[4.9652,19.69269,7.5],"to":[8.9652,21.69269,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[7.5,22.57211,8]},"faces":{"north":{"uv":[2.5,5.5,3.5,6],"texture":"#0"},"east":{"uv":[2.25,5.5,2.5,6],"texture":"#0"},"south":{"uv":[3.75,5.5,4.75,6],"texture":"#0"},"west":{"uv":[3.5,5.5,3.75,6],"texture":"#0"},"up":{"uv":[3.5,5.5,2.5,5.25],"texture":"#0"},"down":{"uv":[4.5,5.25,3.5,5.5],"texture":"#0"}}},{"from":[7.0348,19.69269,7.5],"to":[11.0348,21.69269,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[8.5,22.57211,8]},"faces":{"north":{"uv":[3.5,5.5,2.5,6],"texture":"#0"},"east":{"uv":[3.75,5.5,3.5,6],"texture":"#0"},"south":{"uv":[4.75,5.5,3.75,6],"texture":"#0"},"west":{"uv":[2.5,5.5,2.25,6],"texture":"#0"},"up":{"uv":[2.5,5.5,3.5,5.25],"texture":"#0"},"down":{"uv":[3.5,5.25,4.5,5.5],"texture":"#0"}}},{"from":[10.93375,20.8719,7.49],"to":[11.95375,23.8919,8.51],"rotation":{"angle":-22.5,"axis":"z","origin":[11.44375,22.3819,8]},"faces":{"north":{"uv":[5.5,5.75,5.25,6.5],"texture":"#0"},"east":{"uv":[5.75,5.75,5.5,6.5],"texture":"#0"},"south":{"uv":[6,5.75,5.75,6.5],"texture":"#0"},"west":{"uv":[5.25,5.75,5,6.5],"texture":"#0"},"up":{"uv":[5.25,5.75,5.5,5.5],"texture":"#0"},"down":{"uv":[5.5,5.5,5.75,5.75],"texture":"#0"}}},{"from":[7.49,20.8719,10.93375],"to":[8.51,23.8919,11.95375],"rotation":{"angle":22.5,"axis":"x","origin":[8,22.3819,11.44375]},"faces":{"north":{"uv":[5.25,5.75,5,6.5],"texture":"#0"},"east":{"uv":[5.5,5.75,5.25,6.5],"texture":"#0"},"south":{"uv":[5.75,5.75,5.5,6.5],"texture":"#0"},"west":{"uv":[6,5.75,5.75,6.5],"texture":"#0"},"up":{"uv":[5.25,5.75,5.5,5.5],"rotation":90,"texture":"#0"},"down":{"uv":[5.5,5.5,5.75,5.75],"rotation":270,"texture":"#0"}}},{"from":[7.5,19.69269,7.0348],"to":[8.5,21.69269,11.0348],"rotation":{"angle":-22.5,"axis":"x","origin":[8,22.57211,8.5]},"faces":{"north":{"uv":[2.5,5.5,2.25,6],"texture":"#0"},"east":{"uv":[3.5,5.5,2.5,6],"texture":"#0"},"south":{"uv":[3.75,5.5,3.5,6],"texture":"#0"},"west":{"uv":[4.75,5.5,3.75,6],"texture":"#0"},"up":{"uv":[2.5,5.5,3.5,5.25],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,5.25,4.5,5.5],"rotation":270,"texture":"#0"}}},{"from":[7.49,20.8719,4.04625],"to":[8.51,23.8919,5.06625],"rotation":{"angle":-22.5,"axis":"x","origin":[8,22.3819,4.55625]},"faces":{"north":{"uv":[5.5,5.75,5.75,6.5],"texture":"#0"},"east":{"uv":[5.25,5.75,5.5,6.5],"texture":"#0"},"south":{"uv":[5,5.75,5.25,6.5],"texture":"#0"},"west":{"uv":[5.75,5.75,6,6.5],"texture":"#0"},"up":{"uv":[5.5,5.75,5.25,5.5],"rotation":90,"texture":"#0"},"down":{"uv":[5.75,5.5,5.5,5.75],"rotation":270,"texture":"#0"}}},{"from":[7.5,19.69269,4.9652],"to":[8.5,21.69269,8.9652],"rotation":{"angle":22.5,"axis":"x","origin":[8,22.57211,7.5]},"faces":{"north":{"uv":[3.5,5.5,3.75,6],"texture":"#0"},"east":{"uv":[2.5,5.5,3.5,6],"texture":"#0"},"south":{"uv":[2.25,5.5,2.5,6],"texture":"#0"},"west":{"uv":[3.75,5.5,4.75,6],"texture":"#0"},"up":{"uv":[3.5,5.5,2.5,5.25],"rotation":90,"texture":"#0"},"down":{"uv":[4.5,5.25,3.5,5.5],"rotation":270,"texture":"#0"}}},{"from":[6.5,-3,6.5],"to":[9.5,-2,9.5],"rotation":{"angle":45,"axis":"y","origin":[8,-2.5,8]},"faces":{"north":{"uv":[5.5,5.25,6.25,5],"texture":"#0"},"east":{"uv":[4.75,5.25,5.5,5],"texture":"#0"},"south":{"uv":[7,5.25,7.75,5],"texture":"#0"},"west":{"uv":[6.25,5.25,7,5],"texture":"#0"},"up":{"uv":[7,5,6.25,4.25],"texture":"#0"},"down":{"uv":[6.25,4.25,5.5,5],"texture":"#0"}}},{"from":[6.5,-13,6.5],"to":[9.5,-10,9.5],"rotation":{"angle":-45,"axis":"y","origin":[8,-11.5,8]},"faces":{"north":{"uv":[3,3,3.75,2.25],"texture":"#0"},"east":{"uv":[2.25,3,3,2.25],"texture":"#0"},"south":{"uv":[4.5,3,5.25,2.25],"texture":"#0"},"west":{"uv":[3.75,3,4.5,2.25],"texture":"#0"},"up":{"uv":[4.5,2.25,3.75,1.5],"texture":"#0"},"down":{"uv":[3.75,1.5,3,2.25],"texture":"#0"}}},{"from":[6.5,-13,6.5],"to":[9.5,-10,9.5],"rotation":{"angle":45,"axis":"z","origin":[8,-11.5,8]},"faces":{"north":{"uv":[3,4.75,3.75,4],"texture":"#0"},"east":{"uv":[2.25,4.75,3,4],"texture":"#0"},"south":{"uv":[4.5,4.75,5.25,4],"texture":"#0"},"west":{"uv":[3.75,4.75,4.5,4],"texture":"#0"},"up":{"uv":[4.5,4,3.75,3.25],"texture":"#0"},"down":{"uv":[3.75,3.25,3,4],"texture":"#0"}}},{"from":[6.5,-13,6.5],"to":[9.5,-10,9.5],"rotation":{"angle":45,"axis":"x","origin":[8,-11.5,8]},"faces":{"north":{"uv":[5.5,1.5,6.25,0.75],"texture":"#0"},"east":{"uv":[4.75,1.5,5.5,0.75],"texture":"#0"},"south":{"uv":[7,1.5,7.75,0.75],"texture":"#0"},"west":{"uv":[6.25,1.5,7,0.75],"texture":"#0"},"up":{"uv":[7,0.75,6.25,0],"texture":"#0"},"down":{"uv":[6.25,0,5.5,0.75],"texture":"#0"}}},{"from":[7,-10,7],"to":[9,-3,9],"rotation":{"angle":0,"axis":"y","origin":[8,-7.5,8]},"faces":{"north":{"uv":[0.5,4.25,1,2],"texture":"#0"},"east":{"uv":[0.5,4.25,1,2],"texture":"#0"},"south":{"uv":[0.5,4.25,1,2],"texture":"#0"},"west":{"uv":[0.5,4.25,1,2],"texture":"#0"},"up":{"uv":[1,2,0.5,1.5],"texture":"#0"},"down":{"uv":[1,1.5,0.5,2],"texture":"#0"}}},{"from":[5.4652,-9.19269,7.5],"to":[9.4652,-7.19269,8.5],"rotation":{"angle":45,"axis":"z","origin":[8,-10.07211,8]},"faces":{"north":{"uv":[2.5,6,3.5,5.5],"texture":"#0"},"east":{"uv":[2.25,6,2.5,5.5],"texture":"#0"},"south":{"uv":[3.75,6,4.75,5.5],"texture":"#0"},"west":{"uv":[3.5,6,3.75,5.5],"texture":"#0"},"up":{"uv":[4.5,5.5,3.5,5.25],"texture":"#0"},"down":{"uv":[3.5,5.25,2.5,5.5],"texture":"#0"}}},{"from":[4.54625,-11.3919,7.49],"to":[5.56625,-8.3719,8.51],"rotation":{"angle":22.5,"axis":"z","origin":[8,-10.07211,8]},"faces":{"north":{"uv":[5.25,6.5,5.5,5.75],"texture":"#0"},"east":{"uv":[5,6.5,5.25,5.75],"texture":"#0"},"south":{"uv":[5.75,6.5,6,5.75],"texture":"#0"},"west":{"uv":[5.5,6.5,5.75,5.75],"texture":"#0"},"up":{"uv":[5.75,5.75,5.5,5.5],"texture":"#0"},"down":{"uv":[5.5,5.5,5.25,5.75],"texture":"#0"}}},{"from":[10.43375,-11.3919,7.49],"to":[11.45375,-8.3719,8.51],"rotation":{"angle":-22.5,"axis":"z","origin":[8,-10.07211,8]},"faces":{"north":{"uv":[5.5,6.5,5.25,5.75],"texture":"#0"},"east":{"uv":[5.75,6.5,5.5,5.75],"texture":"#0"},"south":{"uv":[6,6.5,5.75,5.75],"texture":"#0"},"west":{"uv":[5.25,6.5,5,5.75],"texture":"#0"},"up":{"uv":[5.5,5.75,5.75,5.5],"texture":"#0"},"down":{"uv":[5.25,5.5,5.5,5.75],"texture":"#0"}}},{"from":[6.5348,-9.19269,7.5],"to":[10.5348,-7.19269,8.5],"rotation":{"angle":-45,"axis":"z","origin":[8,-10.07211,8]},"faces":{"north":{"uv":[3.5,6,2.5,5.5],"texture":"#0"},"east":{"uv":[3.75,6,3.5,5.5],"texture":"#0"},"south":{"uv":[4.75,6,3.75,5.5],"texture":"#0"},"west":{"uv":[2.5,6,2.25,5.5],"texture":"#0"},"up":{"uv":[3.5,5.5,4.5,5.25],"texture":"#0"},"down":{"uv":[2.5,5.25,3.5,5.5],"texture":"#0"}}},{"from":[7.5,-9.19269,5.4652],"to":[8.5,-7.19269,9.4652],"rotation":{"angle":-45,"axis":"x","origin":[8,-10.07211,8]},"faces":{"north":{"uv":[3.5,6,3.75,5.5],"texture":"#0"},"east":{"uv":[2.5,6,3.5,5.5],"texture":"#0"},"south":{"uv":[2.25,6,2.5,5.5],"texture":"#0"},"west":{"uv":[3.75,6,4.75,5.5],"texture":"#0"},"up":{"uv":[3.5,5.25,4.5,5.5],"rotation":270,"texture":"#0"},"down":{"uv":[2.5,5.5,3.5,5.25],"rotation":90,"texture":"#0"}}},{"from":[7.49,-11.3919,4.54625],"to":[8.51,-8.3719,5.56625],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-10.07211,8]},"faces":{"north":{"uv":[5.5,6.5,5.75,5.75],"texture":"#0"},"east":{"uv":[5.25,6.5,5.5,5.75],"texture":"#0"},"south":{"uv":[5,6.5,5.25,5.75],"texture":"#0"},"west":{"uv":[5.75,6.5,6,5.75],"texture":"#0"},"up":{"uv":[5.5,5.5,5.75,5.75],"rotation":270,"texture":"#0"},"down":{"uv":[5.25,5.75,5.5,5.5],"rotation":90,"texture":"#0"}}},{"from":[7.5,-9.19269,6.5348],"to":[8.5,-7.19269,10.5348],"rotation":{"angle":45,"axis":"x","origin":[8,-10.07211,8]},"faces":{"north":{"uv":[2.5,6,2.25,5.5],"texture":"#0"},"east":{"uv":[3.5,6,2.5,5.5],"texture":"#0"},"south":{"uv":[3.75,6,3.5,5.5],"texture":"#0"},"west":{"uv":[4.75,6,3.75,5.5],"texture":"#0"},"up":{"uv":[4.5,5.25,3.5,5.5],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,5.5,2.5,5.25],"rotation":90,"texture":"#0"}}},{"from":[7.49,-11.3919,10.43375],"to":[8.51,-8.3719,11.45375],"rotation":{"angle":22.5,"axis":"x","origin":[8,-10.07211,8]},"faces":{"north":{"uv":[5.25,6.5,5,5.75],"texture":"#0"},"east":{"uv":[5.5,6.5,5.25,5.75],"texture":"#0"},"south":{"uv":[5.75,6.5,5.5,5.75],"texture":"#0"},"west":{"uv":[6,6.5,5.75,5.75],"texture":"#0"},"up":{"uv":[5.75,5.5,5.5,5.75],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,5.75,5.25,5.5],"rotation":90,"texture":"#0"}}},{"from":[6.5,15,6.5],"to":[9.5,16,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,15.5,8]},"faces":{"north":{"uv":[6,2.25,6.75,2.5],"texture":"#0"},"east":{"uv":[5.25,2.25,6,2.5],"texture":"#0"},"south":{"uv":[7.5,2.25,8.25,2.5],"texture":"#0"},"west":{"uv":[6.75,2.25,7.5,2.5],"texture":"#0"},"up":{"uv":[6.75,2.25,6,1.5],"texture":"#0"},"down":{"uv":[7.5,1.5,6.75,2.25],"texture":"#0"}}},{"from":[6.5,-4,6.5],"to":[9.5,-3,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,-3.5,8]},"faces":{"north":{"uv":[6,2.5,6.75,2.25],"texture":"#0"},"east":{"uv":[5.25,2.5,6,2.25],"texture":"#0"},"south":{"uv":[7.5,2.5,8.25,2.25],"texture":"#0"},"west":{"uv":[6.75,2.5,7.5,2.25],"texture":"#0"},"up":{"uv":[7.5,2.25,6.75,1.5],"texture":"#0"},"down":{"uv":[6.75,1.5,6,2.25],"texture":"#0"}}},{"from":[7.5,15.01254,3.86752],"to":[8.5,17.01254,4.86752],"rotation":{"angle":22.5,"axis":"x","origin":[8,12.65106,8]},"faces":{"north":{"uv":[0.25,0.25,0.5,0.75],"texture":"#0"},"east":{"uv":[0,0.25,0.25,0.75],"texture":"#0"},"south":{"uv":[0.75,0.25,1,0.75],"texture":"#0"},"west":{"uv":[0.5,0.25,0.75,0.75],"texture":"#0"},"up":{"uv":[0.5,0.25,0.25,0],"texture":"#0"},"down":{"uv":[0.75,0,0.5,0.25],"texture":"#0"}}},{"from":[7.5,13.25135,3.27839],"to":[8.5,14.25135,5.27839],"rotation":{"angle":45,"axis":"x","origin":[8,12.65106,8]},"faces":{"north":{"uv":[1.5,1.5,1.75,1.75],"texture":"#0"},"east":{"uv":[1,1.5,1.5,1.75],"texture":"#0"},"south":{"uv":[2.25,1.5,2.5,1.75],"texture":"#0"},"west":{"uv":[1.75,1.5,2.25,1.75],"texture":"#0"},"up":{"uv":[1.75,1.5,1.5,1],"texture":"#0"},"down":{"uv":[2,1,1.75,1.5],"texture":"#0"}}},{"from":[7.5,15.01254,11.13248],"to":[8.5,17.01254,12.13248],"rotation":{"angle":-22.5,"axis":"x","origin":[8,12.65106,8]},"faces":{"north":{"uv":[0.75,0.25,1,0.75],"texture":"#0"},"east":{"uv":[0.5,0.25,0.75,0.75],"texture":"#0"},"south":{"uv":[0.25,0.25,0.5,0.75],"texture":"#0"},"west":{"uv":[0,0.25,0.25,0.75],"texture":"#0"},"up":{"uv":[0.25,0,0.5,0.25],"texture":"#0"},"down":{"uv":[0.5,0.25,0.75,0],"texture":"#0"}}},{"from":[7.5,13.25135,10.72161],"to":[8.5,14.25135,12.72161],"rotation":{"angle":-45,"axis":"x","origin":[8,12.65106,8]},"faces":{"north":{"uv":[2.25,1.5,2.5,1.75],"texture":"#0"},"east":{"uv":[1.75,1.5,2.25,1.75],"texture":"#0"},"south":{"uv":[1.5,1.5,1.75,1.75],"texture":"#0"},"west":{"uv":[1,1.5,1.5,1.75],"texture":"#0"},"up":{"uv":[1.5,1,1.75,1.5],"texture":"#0"},"down":{"uv":[1.75,1.5,2,1],"texture":"#0"}}},{"from":[7.5,-2.25135,10.72161],"to":[8.5,-1.25135,12.72161],"rotation":{"angle":45,"axis":"x","origin":[8,-0.65106,8]},"faces":{"north":{"uv":[2.25,1.75,2.5,1.5],"texture":"#0"},"east":{"uv":[1.75,1.75,2.25,1.5],"texture":"#0"},"south":{"uv":[1.5,1.75,1.75,1.5],"texture":"#0"},"west":{"uv":[1,1.75,1.5,1.5],"texture":"#0"},"up":{"uv":[1.75,1,2,1.5],"texture":"#0"},"down":{"uv":[1.5,1.5,1.75,1],"texture":"#0"}}},{"from":[7.5,-5.01254,11.13248],"to":[8.5,-3.01254,12.13248],"rotation":{"angle":22.5,"axis":"x","origin":[8,-0.65106,8]},"faces":{"north":{"uv":[0.75,0.75,1,0.25],"texture":"#0"},"east":{"uv":[0.5,0.75,0.75,0.25],"texture":"#0"},"south":{"uv":[0.25,0.75,0.5,0.25],"texture":"#0"},"west":{"uv":[0,0.75,0.25,0.25],"texture":"#0"},"up":{"uv":[0.5,0,0.75,0.25],"texture":"#0"},"down":{"uv":[0.25,0.25,0.5,0],"texture":"#0"}}},{"from":[7.5,-5.01254,3.86752],"to":[8.5,-3.01254,4.86752],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-0.65106,8]},"faces":{"north":{"uv":[0.25,0.75,0.5,0.25],"texture":"#0"},"east":{"uv":[0,0.75,0.25,0.25],"texture":"#0"},"south":{"uv":[0.75,0.75,1,0.25],"texture":"#0"},"west":{"uv":[0.5,0.75,0.75,0.25],"texture":"#0"},"up":{"uv":[0.75,0.25,0.5,0],"texture":"#0"},"down":{"uv":[0.5,0,0.25,0.25],"texture":"#0"}}},{"from":[7.5,-2.25135,3.27839],"to":[8.5,-1.25135,5.27839],"rotation":{"angle":-45,"axis":"x","origin":[8,-0.65106,8]},"faces":{"north":{"uv":[1.5,1.75,1.75,1.5],"texture":"#0"},"east":{"uv":[1,1.75,1.5,1.5],"texture":"#0"},"south":{"uv":[2.25,1.75,2.5,1.5],"texture":"#0"},"west":{"uv":[1.75,1.75,2.25,1.5],"texture":"#0"},"up":{"uv":[2,1.5,1.75,1],"texture":"#0"},"down":{"uv":[1.75,1,1.5,1.5],"texture":"#0"}}},{"from":[10.72161,-2.25135,7.5],"to":[12.72161,-1.25135,8.5],"rotation":{"angle":-45,"axis":"z","origin":[8,-0.65106,8]},"faces":{"north":{"uv":[1.75,1.75,2.25,1.5],"texture":"#0"},"east":{"uv":[1.5,1.75,1.75,1.5],"texture":"#0"},"south":{"uv":[1,1.75,1.5,1.5],"texture":"#0"},"west":{"uv":[2.25,1.75,2.5,1.5],"texture":"#0"},"up":{"uv":[2,1.5,1.75,1],"rotation":90,"texture":"#0"},"down":{"uv":[1.75,1,1.5,1.5],"rotation":270,"texture":"#0"}}},{"from":[11.13248,-5.01254,7.5],"to":[12.13248,-3.01254,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[8,-0.65106,8]},"faces":{"north":{"uv":[0.5,0.75,0.75,0.25],"texture":"#0"},"east":{"uv":[0.25,0.75,0.5,0.25],"texture":"#0"},"south":{"uv":[0,0.75,0.25,0.25],"texture":"#0"},"west":{"uv":[0.75,0.75,1,0.25],"texture":"#0"},"up":{"uv":[0.75,0.25,0.5,0],"rotation":90,"texture":"#0"},"down":{"uv":[0.5,0,0.25,0.25],"rotation":270,"texture":"#0"}}},{"from":[3.27839,-2.25135,7.5],"to":[5.27839,-1.25135,8.5],"rotation":{"angle":45,"axis":"z","origin":[8,-0.65106,8]},"faces":{"north":{"uv":[1,1.75,1.5,1.5],"texture":"#0"},"east":{"uv":[2.25,1.75,2.5,1.5],"texture":"#0"},"south":{"uv":[1.75,1.75,2.25,1.5],"texture":"#0"},"west":{"uv":[1.5,1.75,1.75,1.5],"texture":"#0"},"up":{"uv":[1.75,1,2,1.5],"rotation":90,"texture":"#0"},"down":{"uv":[1.5,1.5,1.75,1],"rotation":270,"texture":"#0"}}},{"from":[3.86752,-5.01254,7.5],"to":[4.86752,-3.01254,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[8,-0.65106,8]},"faces":{"north":{"uv":[0,0.75,0.25,0.25],"texture":"#0"},"east":{"uv":[0.75,0.75,1,0.25],"texture":"#0"},"south":{"uv":[0.5,0.75,0.75,0.25],"texture":"#0"},"west":{"uv":[0.25,0.75,0.5,0.25],"texture":"#0"},"up":{"uv":[0.5,0,0.75,0.25],"rotation":90,"texture":"#0"},"down":{"uv":[0.25,0.25,0.5,0],"rotation":270,"texture":"#0"}}},{"from":[10.72161,13.25135,7.5],"to":[12.72161,14.25135,8.5],"rotation":{"angle":45,"axis":"z","origin":[8,12.65106,8]},"faces":{"north":{"uv":[1.75,1.5,2.25,1.75],"texture":"#0"},"east":{"uv":[1.5,1.5,1.75,1.75],"texture":"#0"},"south":{"uv":[1,1.5,1.5,1.75],"texture":"#0"},"west":{"uv":[2.25,1.5,2.5,1.75],"texture":"#0"},"up":{"uv":[1.75,1.5,1.5,1],"rotation":90,"texture":"#0"},"down":{"uv":[2,1,1.75,1.5],"rotation":270,"texture":"#0"}}},{"from":[11.13248,15.01254,7.5],"to":[12.13248,17.01254,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[8,12.65106,8]},"faces":{"north":{"uv":[0.5,0.25,0.75,0.75],"texture":"#0"},"east":{"uv":[0.25,0.25,0.5,0.75],"texture":"#0"},"south":{"uv":[0,0.25,0.25,0.75],"texture":"#0"},"west":{"uv":[0.75,0.25,1,0.75],"texture":"#0"},"up":{"uv":[0.5,0.25,0.25,0],"rotation":90,"texture":"#0"},"down":{"uv":[0.75,0,0.5,0.25],"rotation":270,"texture":"#0"}}},{"from":[3.27839,13.25135,7.5],"to":[5.27839,14.25135,8.5],"rotation":{"angle":-45,"axis":"z","origin":[8,12.65106,8]},"faces":{"north":{"uv":[1,1.5,1.5,1.75],"texture":"#0"},"east":{"uv":[2.25,1.5,2.5,1.75],"texture":"#0"},"south":{"uv":[1.75,1.5,2.25,1.75],"texture":"#0"},"west":{"uv":[1.5,1.5,1.75,1.75],"texture":"#0"},"up":{"uv":[1.5,1,1.75,1.5],"rotation":90,"texture":"#0"},"down":{"uv":[1.75,1.5,2,1],"rotation":270,"texture":"#0"}}},{"from":[3.86752,15.01254,7.5],"to":[4.86752,17.01254,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[8,12.65106,8]},"faces":{"north":{"uv":[0,0.25,0.25,0.75],"texture":"#0"},"east":{"uv":[0.75,0.25,1,0.75],"texture":"#0"},"south":{"uv":[0.5,0.25,0.75,0.75],"texture":"#0"},"west":{"uv":[0.25,0.25,0.5,0.75],"texture":"#0"},"up":{"uv":[0.25,0,0.5,0.25],"rotation":90,"texture":"#0"},"down":{"uv":[0.5,0.25,0.75,0],"rotation":270,"texture":"#0"}}},{"from":[7.49,17.5742,4.59954],"to":[8.51,18.5942,6.61954],"rotation":{"angle":45,"axis":"x","origin":[8,18.0842,5.85954]},"faces":{"north":{"uv":[1.5,3.5,1.75,3.75],"texture":"#0"},"east":{"uv":[1,3.5,1.5,3.75],"texture":"#0"},"south":{"uv":[2.25,3.5,2.5,3.75],"texture":"#0"},"west":{"uv":[1.75,3.5,2.25,3.75],"texture":"#0"},"up":{"uv":[1.75,3.5,1.5,3],"texture":"#0"},"down":{"uv":[2,3,1.75,3.5],"texture":"#0"}}},{"from":[7.49,17.5742,9.38046],"to":[8.51,18.5942,11.40046],"rotation":{"angle":-45,"axis":"x","origin":[8,18.0842,10.14046]},"faces":{"north":{"uv":[2.25,3.5,2.5,3.75],"texture":"#0"},"east":{"uv":[1.75,3.5,2.25,3.75],"texture":"#0"},"south":{"uv":[1.5,3.5,1.75,3.75],"texture":"#0"},"west":{"uv":[1,3.5,1.5,3.75],"texture":"#0"},"up":{"uv":[1.5,3,1.75,3.5],"texture":"#0"},"down":{"uv":[1.75,3.5,2,3],"texture":"#0"}}},{"from":[7.49,-6.5942,9.38046],"to":[8.51,-5.5742,11.40046],"rotation":{"angle":45,"axis":"x","origin":[8,-6.0842,10.14046]},"faces":{"north":{"uv":[2.25,3.75,2.5,3.5],"texture":"#0"},"east":{"uv":[1.75,3.75,2.25,3.5],"texture":"#0"},"south":{"uv":[1.5,3.75,1.75,3.5],"texture":"#0"},"west":{"uv":[1,3.75,1.5,3.5],"texture":"#0"},"up":{"uv":[1.75,3,2,3.5],"texture":"#0"},"down":{"uv":[1.5,3.5,1.75,3],"texture":"#0"}}},{"from":[7.49,-6.5942,4.59954],"to":[8.51,-5.5742,6.61954],"rotation":{"angle":-45,"axis":"x","origin":[8,-6.0842,5.85954]},"faces":{"north":{"uv":[1.5,3.75,1.75,3.5],"texture":"#0"},"east":{"uv":[1,3.75,1.5,3.5],"texture":"#0"},"south":{"uv":[2.25,3.75,2.5,3.5],"texture":"#0"},"west":{"uv":[1.75,3.75,2.25,3.5],"texture":"#0"},"up":{"uv":[2,3.5,1.75,3],"texture":"#0"},"down":{"uv":[1.75,3,1.5,3.5],"texture":"#0"}}},{"from":[0.21718,-3.00575,7.49],"to":[2.23718,-1.98575,8.51],"rotation":{"angle":45,"axis":"z","origin":[8,1,8]},"faces":{"north":{"uv":[1,3.75,1.5,3.5],"texture":"#0"},"east":{"uv":[2.25,3.75,2.5,3.5],"texture":"#0"},"south":{"uv":[1.75,3.75,2.25,3.5],"texture":"#0"},"west":{"uv":[1.5,3.75,1.75,3.5],"texture":"#0"},"up":{"uv":[1.75,3,2,3.5],"rotation":90,"texture":"#0"},"down":{"uv":[1.5,3.5,1.75,3],"rotation":270,"texture":"#0"}}},{"from":[13.76282,-3.00575,7.49],"to":[15.78282,-1.98575,8.51],"rotation":{"angle":-45,"axis":"z","origin":[8,1,8]},"faces":{"north":{"uv":[1.75,3.75,2.25,3.5],"texture":"#0"},"east":{"uv":[1.5,3.75,1.75,3.5],"texture":"#0"},"south":{"uv":[1,3.75,1.5,3.5],"texture":"#0"},"west":{"uv":[2.25,3.75,2.5,3.5],"texture":"#0"},"up":{"uv":[2,3.5,1.75,3],"rotation":90,"texture":"#0"},"down":{"uv":[1.75,3,1.5,3.5],"rotation":270,"texture":"#0"}}},{"from":[13.76282,13.98575,7.49],"to":[15.78282,15.00575,8.51],"rotation":{"angle":45,"axis":"z","origin":[8,11,8]},"faces":{"north":{"uv":[1.75,3.5,2.25,3.75],"texture":"#0"},"east":{"uv":[1.5,3.5,1.75,3.75],"texture":"#0"},"south":{"uv":[1,3.5,1.5,3.75],"texture":"#0"},"west":{"uv":[2.25,3.5,2.5,3.75],"texture":"#0"},"up":{"uv":[1.75,3.5,1.5,3],"rotation":90,"texture":"#0"},"down":{"uv":[2,3,1.75,3.5],"rotation":270,"texture":"#0"}}},{"from":[0.21718,13.98575,7.49],"to":[2.23718,15.00575,8.51],"rotation":{"angle":-45,"axis":"z","origin":[8,11,8]},"faces":{"north":{"uv":[1,3.5,1.5,3.75],"texture":"#0"},"east":{"uv":[2.25,3.5,2.5,3.75],"texture":"#0"},"south":{"uv":[1.75,3.5,2.25,3.75],"texture":"#0"},"west":{"uv":[1.5,3.5,1.75,3.75],"texture":"#0"},"up":{"uv":[1.5,3,1.75,3.5],"rotation":90,"texture":"#0"},"down":{"uv":[1.75,3.5,2,3],"rotation":270,"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[5,0,5],"translation":[-1,0,2]},"thirdperson_lefthand":{"rotation":[5,0,5],"translation":[-1,0,2]},"firstperson_righthand":{"rotation":[10,15,-5],"translation":[5,-5,-5]},"firstperson_lefthand":{"rotation":[10,15,-5],"translation":[5,-5,-5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/disciple_staff.json b/assets/minecraft/models/item/wynn/skin/wand/disciple_staff.json new file mode 100644 index 000000000..c9c8181e3 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/disciple_staff.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/disciple/disciple_staff"},"elements":[{"from":[7.5,-6,7.25],"to":[8.5,12,8.75],"rotation":{"angle":0,"axis":"y","origin":[7,-12,7]},"faces":{"north":{"uv":[0.75,0,1.25,9],"texture":"#0"},"east":{"uv":[0.75,0,0,9],"texture":"#0"},"south":{"uv":[4.5,1.5,5,10.5],"texture":"#0"},"west":{"uv":[0,0,0.75,9],"texture":"#0"}}},{"from":[7.25,11.25,8],"to":[8.75,14.5,11.25],"rotation":{"angle":-45,"axis":"x","origin":[7.25,11.25,8]},"faces":{"north":{"uv":[1.25,1.75,2,3.5],"texture":"#0"},"east":{"uv":[3,0,1.25,1.75],"texture":"#0"},"south":{"uv":[2.75,1.75,2,3.5],"texture":"#0"},"west":{"uv":[1.25,0,3,1.75],"texture":"#0"},"up":{"uv":[2.75,3.5,2,1.75],"texture":"#0"},"down":{"uv":[2,1.75,1.25,3.5],"texture":"#0"}}},{"from":[7.25,-8.5,10],"to":[8.75,-6.75,11.75],"rotation":{"angle":-45,"axis":"x","origin":[7.25,-10.5,8]},"faces":{"north":{"uv":[2.75,2,3.5,3],"texture":"#0"},"east":{"uv":[4,1,3,2],"texture":"#0"},"south":{"uv":[3.5,3,2.75,4],"texture":"#0"},"west":{"uv":[3,1,4,2],"texture":"#0"},"up":{"uv":[3.5,4,2.75,3],"texture":"#0"},"down":{"uv":[3.5,2,2.75,3],"texture":"#0"}}},{"from":[8,-9.5,10],"to":[8,-8.5,11.3],"rotation":{"angle":-45,"axis":"x","origin":[7.25,-10.5,8]},"faces":{"east":{"uv":[4.25,3.75,3.5,4.25],"texture":"#0"},"west":{"uv":[3.5,3.75,4.25,4.25],"texture":"#0"}}},{"from":[8,-9.5,4.7],"to":[8,-8.5,6],"rotation":{"angle":45,"axis":"x","origin":[7.25,-10.5,8]},"faces":{"east":{"uv":[3.5,3.75,4.25,4.25],"texture":"#0"},"west":{"uv":[4.25,3.75,3.5,4.25],"texture":"#0"}}},{"from":[7.6,12.65,6.15],"to":[8.4,14.5,8],"rotation":{"angle":-45,"axis":"x","origin":[7.25,11.25,8]},"faces":{"north":{"uv":[1.25,3.5,1.75,4.5],"texture":"#0"},"east":{"uv":[4,0,3,1],"texture":"#0"},"west":{"uv":[3,0,4,1],"texture":"#0"},"up":{"uv":[2.25,4.5,1.75,3.5],"texture":"#0"},"down":{"uv":[2.75,3.5,2.25,4.5],"texture":"#0"}}},{"from":[8,11.75,2.75],"to":[8,14.5,8.1],"rotation":{"angle":-45,"axis":"x","origin":[7.25,11.25,8]},"faces":{"east":{"uv":[6.75,0,4,1.5],"texture":"#0"},"west":{"uv":[4,0,6.75,1.5],"texture":"#0"}}},{"from":[7.605,9.505,15.005],"to":[8.395,14.995,16.495],"rotation":{"angle":-22.5,"axis":"x","origin":[0,-11.5,0.5]},"faces":{"north":{"uv":[2,4.5,2.5,7.25],"texture":"#0"},"east":{"uv":[2,4.5,1.25,7.25],"texture":"#0"},"south":{"uv":[5.5,1.5,5,4.25],"texture":"#0"},"west":{"uv":[1.25,4.5,2,7.25],"texture":"#0"},"up":{"uv":[1.25,7.25,1.75,8],"texture":"#0"}}},{"from":[8,9.5,14.5],"to":[8,19.5,18.5],"rotation":{"angle":-22.5,"axis":"x","origin":[0,-11.5,0.5]},"faces":{"east":{"uv":[4.5,4.5,2.5,9.5],"texture":"#0"},"west":{"uv":[2.5,4.5,4.5,9.5],"texture":"#0"}}},{"from":[7.6,12.65,8],"to":[8.4,14.5,9.85],"rotation":{"angle":45,"axis":"x","origin":[7.25,11.25,8]},"faces":{"east":{"uv":[3,0,4,1],"texture":"#0"},"south":{"uv":[1.75,3.5,1.25,4.5],"texture":"#0"},"west":{"uv":[4,0,3,1],"texture":"#0"},"up":{"uv":[2.25,3.5,1.75,4.5],"texture":"#0"},"down":{"uv":[2.75,4.5,2.25,3.5],"texture":"#0"}}},{"from":[8,11.75,7.9],"to":[8,14.5,13.25],"rotation":{"angle":45,"axis":"x","origin":[7.25,11.25,8]},"faces":{"east":{"uv":[4,0,6.75,1.5],"texture":"#0"},"west":{"uv":[6.75,0,4,1.5],"texture":"#0"}}},{"from":[7.605,9.505,-0.495],"to":[8.395,14.995,0.995],"rotation":{"angle":22.5,"axis":"x","origin":[0,-11.5,15.5]},"faces":{"north":{"uv":[5.5,1.5,5,4.25],"texture":"#0"},"east":{"uv":[1.25,4.5,2,7.25],"texture":"#0"},"south":{"uv":[2.5,4.5,2,7.25],"texture":"#0"},"west":{"uv":[2,4.5,1.25,7.25],"texture":"#0"},"up":{"uv":[1.25,8,1.75,7.25],"texture":"#0"}}},{"from":[8,9.5,-2.5],"to":[8,19.5,1.5],"rotation":{"angle":22.5,"axis":"x","origin":[0,-11.5,15.5]},"faces":{"east":{"uv":[2.5,4.5,4.5,9.5],"texture":"#0"},"west":{"uv":[4.5,4.5,2.5,9.5],"texture":"#0"}}},{"from":[6.75,12.2,9.65],"to":[9.25,13.2,10.65],"rotation":{"angle":-45,"axis":"x","origin":[7.25,10.55,8]},"faces":{"north":{"uv":[3.75,2.5,4,3],"texture":"#0"},"east":{"uv":[4,2,3.5,2.5],"texture":"#0"},"south":{"uv":[4.25,2,4.5,2.5],"texture":"#0"},"west":{"uv":[3.5,2,4,2.5],"texture":"#0"},"up":{"uv":[4,2,4.25,2.5],"texture":"#0"},"down":{"uv":[3.5,2.5,3.75,3],"texture":"#0"}}},{"from":[6.75,-7.8,9.65],"to":[9.25,-6.8,10.65],"rotation":{"angle":-45,"axis":"x","origin":[7.25,-9.45,8]},"faces":{"north":{"uv":[3.75,2.5,4,3],"texture":"#0"},"east":{"uv":[4,2,3.5,2.5],"texture":"#0"},"south":{"uv":[4.25,2,4.5,2.5],"texture":"#0"},"west":{"uv":[3.5,2,4,2.5],"texture":"#0"},"up":{"uv":[4,2,4.25,2.5],"texture":"#0"},"down":{"uv":[3.5,2.5,3.75,3],"texture":"#0"}}},{"from":[7.5,19.4,0.7],"to":[8.5,20.45,1.75],"rotation":{"angle":-45,"axis":"x","origin":[7.25,22,8.5]},"faces":{"north":{"uv":[4,2.5,4.5,3],"rotation":180,"texture":"#0"},"east":{"uv":[4,2,3.5,2.5],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,2.5,3.75,3],"texture":"#0"},"west":{"uv":[3.5,2,4,2.5],"rotation":270,"texture":"#0"},"up":{"uv":[3.5,3,4,3.5],"texture":"#0"},"down":{"uv":[3.75,2.5,4,3],"rotation":180,"texture":"#0"}}},{"from":[7.7,18.5,0.6],"to":[8.3,19.1,1.2],"rotation":{"angle":-22.5,"axis":"x","origin":[7,25.5,5]},"faces":{"north":{"uv":[4,3.25,4.25,3.5],"texture":"#0"},"east":{"uv":[4.25,3,4,3.25],"texture":"#0"},"south":{"uv":[4.25,3.25,4.5,3.5],"texture":"#0"},"west":{"uv":[4,3,4.25,3.25],"texture":"#0"},"up":{"uv":[4.25,3,4.5,3.25],"texture":"#0"},"down":{"uv":[3.5,3.5,3.75,3.75],"texture":"#0"}}},{"from":[7.5,19.4,14.25],"to":[8.5,20.45,15.3],"rotation":{"angle":45,"axis":"x","origin":[7.25,22,7.5]},"faces":{"north":{"uv":[3.75,2.5,3.5,3],"texture":"#0"},"east":{"uv":[4,2.5,3.5,2],"rotation":90,"texture":"#0"},"south":{"uv":[4.5,2.5,4,3],"rotation":180,"texture":"#0"},"west":{"uv":[3.5,2.5,4,2],"rotation":270,"texture":"#0"},"up":{"uv":[3.5,3.5,4,3],"texture":"#0"},"down":{"uv":[3.75,3,4,2.5],"rotation":180,"texture":"#0"}}},{"from":[7.7,18.5,14.8],"to":[8.3,19.1,15.4],"rotation":{"angle":22.5,"axis":"x","origin":[7,25.5,11]},"faces":{"north":{"uv":[4.5,3.25,4.25,3.5],"texture":"#0"},"east":{"uv":[4,3,4.25,3.25],"texture":"#0"},"south":{"uv":[4.25,3.25,4,3.5],"texture":"#0"},"west":{"uv":[4.25,3,4,3.25],"texture":"#0"},"up":{"uv":[4.25,3.25,4.5,3],"texture":"#0"},"down":{"uv":[3.5,3.75,3.75,3.5],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[5,0,5],"translation":[-2,4,2],"scale":[1.35,1.35,1.35]},"thirdperson_lefthand":{"rotation":[5,0,5],"translation":[-2,4,2],"scale":[1.35,1.35,1.35]},"firstperson_righthand":{"rotation":[15,10,0],"translation":[2,0,-2]},"firstperson_lefthand":{"rotation":[15,10,0],"translation":[2,0,-2]},"gui":{"rotation":[10,60,-40],"translation":[-0.5,0,0],"scale":[0.65,0.65,0.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/driftwood_wand.json b/assets/minecraft/models/item/wynn/skin/wand/driftwood_wand.json new file mode 100644 index 000000000..f88bbc6b2 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/driftwood_wand.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/driftwood_2","1":"skins/driftwood_1"},"elements":[{"from":[7.5,-2.6,11.4],"to":[8.5,-0.6,12.4],"rotation":{"angle":-45,"axis":"x","origin":[8.0002,13.91956,11.79264]},"faces":{"north":{"uv":[8,5,10,9],"texture":"#0"},"east":{"uv":[11,5,9,9],"texture":"#0"},"south":{"uv":[10,4.5,12,8.5],"texture":"#0"},"west":{"uv":[9.5,5,11.5,9],"texture":"#0"},"up":{"uv":[11,4.5,13,6.5],"rotation":90,"texture":"#0"},"down":{"uv":[12,7,14,9],"rotation":270,"texture":"#0"}}},{"from":[7.5,-0.35,11.4],"to":[8.5,0.15,12.4],"rotation":{"angle":-45,"axis":"x","origin":[8.0002,13.91956,11.79264]},"faces":{"north":{"uv":[9.5,1.5,11,2],"texture":"#0"},"east":{"uv":[9.5,1.5,11,2],"texture":"#0"},"south":{"uv":[9.5,1.5,11,2],"texture":"#0"},"west":{"uv":[9.5,1.5,11,2],"texture":"#0"},"up":{"uv":[9.5,1.5,11,2],"texture":"#0"},"down":{"uv":[9.5,1.5,11,2],"texture":"#0"}}},{"from":[7.6,-3.5,11.5],"to":[8.4,1.3,12.3],"rotation":{"angle":-45,"axis":"x","origin":[8.0002,13.91956,11.79264]},"faces":{"north":{"uv":[0,15,5,16],"rotation":90,"texture":"#1"},"east":{"uv":[0,15,5,16],"rotation":90,"texture":"#1"},"south":{"uv":[0,15,5,16],"rotation":90,"texture":"#1"},"west":{"uv":[0,15,5,16],"rotation":90,"texture":"#1"},"up":{"uv":[0,15,5,16],"rotation":90,"texture":"#1"},"down":{"uv":[0,15,5,16],"rotation":90,"texture":"#1"}}},{"from":[7.5,8.57169,21.81541],"to":[8.5,9.57169,23.81541],"rotation":{"angle":22.5,"axis":"x","origin":[8.0002,13.91956,11.79264]},"faces":{"north":{"uv":[3,14.5,5,15.5],"rotation":270,"texture":"#1"},"east":{"uv":[3,14.5,5,15.5],"rotation":180,"texture":"#1"},"south":{"uv":[3,14.5,5,15.5],"rotation":90,"texture":"#1"},"west":{"uv":[3,14.5,5,15.5],"texture":"#1"},"up":{"uv":[3,14.5,5,15.5],"rotation":90,"texture":"#1"},"down":{"uv":[3,14.5,5,15.5],"rotation":270,"texture":"#1"}}},{"from":[7.4,2.57523,10.62985],"to":[8.6,7.77523,11.82985],"rotation":{"angle":-45,"axis":"x","origin":[8.0002,13.91956,11.79264]},"faces":{"north":{"uv":[3.5,14.5,9.5,16],"rotation":270,"texture":"#1"},"east":{"uv":[3.5,14.5,9.5,16],"rotation":270,"texture":"#1"},"south":{"uv":[3.5,14.5,9.5,16],"rotation":270,"texture":"#1"},"west":{"uv":[3.5,14.5,9.5,16],"rotation":270,"texture":"#1"},"up":{"uv":[3.5,14.5,9.5,16],"rotation":270,"texture":"#1"},"down":{"uv":[3.5,14.5,9.5,16],"rotation":270,"texture":"#1"}}},{"from":[7.5,7.80788,13.15225],"to":[8.5,9.80788,14.15225],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0002,13.91956,11.79264]},"faces":{"north":{"uv":[8.5,14.5,10.5,15.5],"rotation":90,"texture":"#1"},"east":{"uv":[8.5,14.5,10.5,15.5],"rotation":90,"texture":"#1"},"south":{"uv":[8.5,14.5,10.5,15.5],"rotation":90,"texture":"#1"},"west":{"uv":[8.5,14.5,10.5,15.5],"rotation":90,"texture":"#1"},"up":{"uv":[8.5,14.5,10.5,15.5],"rotation":90,"texture":"#1"},"down":{"uv":[8.5,14.5,10.5,15.5],"rotation":90,"texture":"#1"}}},{"from":[7.4,9.08823,11.253],"to":[8.6,14.28823,12.453],"rotation":{"angle":-45,"axis":"x","origin":[8.0002,13.91956,11.79264]},"faces":{"north":{"uv":[8,14,13,15.5],"rotation":270,"texture":"#1"},"east":{"uv":[8,14,13,15.5],"rotation":270,"texture":"#1"},"south":{"uv":[8,14,13,15.5],"rotation":270,"texture":"#1"},"west":{"uv":[8,14,13,15.5],"rotation":270,"texture":"#1"},"up":{"uv":[8,14,13,15.5],"rotation":270,"texture":"#1"},"down":{"uv":[8,14,13,15.5],"rotation":270,"texture":"#1"}}},{"from":[7.3,10.48823,11.153],"to":[8.7,12.88823,12.553],"rotation":{"angle":-45,"axis":"x","origin":[8.0002,13.91956,11.79264]},"faces":{"north":{"uv":[11.5,5.5,9.5,9],"texture":"#0"},"east":{"uv":[11.5,5.5,13.5,9],"texture":"#0"},"south":{"uv":[10,5.5,12,9],"texture":"#0"},"west":{"uv":[8.5,5.5,10.5,9],"texture":"#0"},"up":{"uv":[11.5,5.5,12.9,6.9],"texture":"#0"},"down":{"uv":[12,5.5,13.4,6.9],"texture":"#0"}}},{"from":[7.3,12.98823,11.153],"to":[8.7,13.28823,12.553],"rotation":{"angle":-45,"axis":"x","origin":[8.0002,13.91956,11.79264]},"faces":{"north":{"uv":[13,4,14.5,4.5],"texture":"#0"},"east":{"uv":[13,4,14.5,4.5],"texture":"#0"},"south":{"uv":[13,4,14.5,4.5],"texture":"#0"},"west":{"uv":[13,4,14.5,4.5],"texture":"#0"},"up":{"uv":[13,4,14.5,4.5],"texture":"#0"},"down":{"uv":[13,4,14.5,4.5],"texture":"#0"}}},{"from":[7.3,9.98823,11.153],"to":[8.7,10.28823,12.553],"rotation":{"angle":-45,"axis":"x","origin":[8.0002,13.91956,11.79264]},"faces":{"north":{"uv":[9.5,1.5,11,2],"texture":"#0"},"east":{"uv":[9.5,1.5,11,2],"texture":"#0"},"south":{"uv":[9.5,1.5,11,2],"texture":"#0"},"west":{"uv":[9.5,1.5,11,2],"texture":"#0"},"up":{"uv":[9.5,1.5,11,2],"texture":"#0"},"down":{"uv":[9.5,1.5,11,2],"texture":"#0"}}},{"from":[7.4,8.5087,22.42852],"to":[8.6,9.7087,22.72852],"rotation":{"angle":22.5,"axis":"x","origin":[8.0002,13.91956,11.79264]},"faces":{"north":{"uv":[9.5,1.5,10.5,2],"rotation":180,"texture":"#0"},"east":{"uv":[9.5,1.5,10.5,2],"rotation":90,"texture":"#0"},"south":{"uv":[9.5,1.5,10.5,2],"texture":"#0"},"west":{"uv":[9.5,1.5,10.5,2],"rotation":270,"texture":"#0"},"up":{"uv":[9.5,1.5,10.5,2],"texture":"#0"},"down":{"uv":[9.5,1.5,10.5,2],"rotation":180,"texture":"#0"}}},{"from":[7.29,9.82604,12.777],"to":[8.71,10.14604,14.197],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0002,13.91956,11.79264]},"faces":{"north":{"uv":[13,1.5,14.5,2],"texture":"#0"},"east":{"uv":[13,1.5,14.5,2],"texture":"#0"},"south":{"uv":[13,1.5,14.5,2],"texture":"#0"},"west":{"uv":[13,1.5,14.5,2],"texture":"#0"},"up":{"uv":[13,1.5,14.5,2],"texture":"#0"},"down":{"uv":[13,1.5,14.5,2],"texture":"#0"}}},{"from":[7.29,2.45507,10.51641],"to":[8.71,2.77507,11.93641],"rotation":{"angle":-45,"axis":"x","origin":[8.0002,13.91956,11.79264]},"faces":{"north":{"uv":[11,4,12.5,4.5],"texture":"#0"},"east":{"uv":[11,4,12.5,4.5],"texture":"#0"},"south":{"uv":[11,4,12.5,4.5],"texture":"#0"},"west":{"uv":[11,4,12.5,4.5],"texture":"#0"},"up":{"uv":[11,4,12.5,4.5],"texture":"#0"},"down":{"uv":[11,4,12.5,4.5],"texture":"#0"}}},{"from":[7.29,7.76781,13.03423],"to":[8.71,8.08781,14.45423],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0002,13.91956,11.79264]},"faces":{"north":{"uv":[12.5,1.5,14,2],"texture":"#0"},"east":{"uv":[12.5,1.5,14,2],"texture":"#0"},"south":{"uv":[12.5,1.5,14,2],"texture":"#0"},"west":{"uv":[12.5,1.5,14,2],"texture":"#0"},"up":{"uv":[12.5,1.5,14,2],"texture":"#0"},"down":{"uv":[12.5,1.5,14,2],"texture":"#0"}}},{"from":[7.7,6.2526,27.64446],"to":[8.3,7.8526,28.24446],"rotation":{"angle":22.5,"axis":"x","origin":[8.0002,13.91956,11.79264]},"faces":{"north":{"uv":[0,15,1.5,15.6],"texture":"#1"},"east":{"uv":[0,15,1.5,15.6],"rotation":270,"texture":"#1"},"south":{"uv":[0,15,1.5,15.6],"rotation":180,"texture":"#1"},"west":{"uv":[0,15,1.5,15.6],"rotation":90,"texture":"#1"},"up":{"uv":[0,15,1.5,15.6],"rotation":180,"texture":"#1"},"down":{"uv":[0,15,1.5,15.6],"texture":"#1"}}},{"from":[7.75,0.50496,23.80374],"to":[8.25,1.00496,25.30374],"rotation":{"angle":0,"axis":"x","origin":[8.0002,13.91956,11.79264]},"faces":{"north":{"uv":[0,14.5,0.5,16],"rotation":270,"texture":"#1"},"east":{"uv":[0,14.5,0.5,16],"rotation":270,"texture":"#1"},"south":{"uv":[0,14.5,0.5,16],"rotation":270,"texture":"#1"},"west":{"uv":[0,14.5,0.5,16],"rotation":270,"texture":"#1"},"up":{"uv":[0,14.5,0.5,16],"rotation":270,"texture":"#1"},"down":{"uv":[0,14.5,0.5,16],"rotation":270,"texture":"#1"}}},{"from":[7.8,-4.66203,18.66567],"to":[8.2,-3.26203,19.06567],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0002,13.91956,11.79264]},"faces":{"north":{"uv":[3.5,14,3.9,15.4],"rotation":180,"texture":"#1"},"east":{"uv":[3.5,14,3.9,15.4],"rotation":180,"texture":"#1"},"south":{"uv":[3.5,14,3.9,15.4],"rotation":180,"texture":"#1"},"west":{"uv":[3.5,14,3.9,15.4],"rotation":180,"texture":"#1"},"up":{"uv":[3.5,14,3.9,15.4],"rotation":180,"texture":"#1"},"down":{"uv":[3.5,14,3.9,15.4],"rotation":180,"texture":"#1"}}},{"from":[7.28,14.00635,10.78363],"to":[8.72,14.74635,12.62363],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0002,13.91956,11.79264]},"faces":{"north":{"uv":[8,6.5,10,7.5],"texture":"#0"},"east":{"uv":[8,7,10.5,8],"rotation":180,"texture":"#0"},"south":{"uv":[9,5.5,11,6.5],"rotation":180,"texture":"#0"},"west":{"uv":[9,6,11.5,7],"texture":"#0"},"up":{"uv":[9,6.5,11.5,8.5],"rotation":90,"texture":"#0"},"down":{"uv":[8,8.5,10.5,6.5],"rotation":270,"texture":"#0"}}},{"from":[7.35,14.55533,10.95532],"to":[8.65,18.85533,12.25532],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0002,13.91956,11.79264]},"faces":{"north":{"uv":[0,11,4.5,12.5],"rotation":270,"texture":"#1"},"east":{"uv":[0,11,4.5,12.5],"rotation":270,"texture":"#1"},"south":{"uv":[0,11,4.5,12.5],"rotation":270,"texture":"#1"},"west":{"uv":[0,11,4.5,12.5],"rotation":270,"texture":"#1"},"up":{"uv":[0,11,1.3,12.3],"rotation":270,"texture":"#1"},"down":{"uv":[0,11,4.5,12.5],"rotation":270,"texture":"#1"}}},{"from":[7.40011,18.27549,12.89351],"to":[8.60011,20.47549,14.09351],"rotation":{"angle":-45,"axis":"x","origin":[8.0002,13.91956,11.79264]},"faces":{"north":{"uv":[2.5,11,5,12.5],"rotation":270,"texture":"#1"},"east":{"uv":[2.5,11,5,12.5],"rotation":270,"texture":"#1"},"south":{"uv":[2.5,11,5,12.5],"rotation":270,"texture":"#1"},"west":{"uv":[2.5,11,5,12.5],"rotation":270,"texture":"#1"},"up":{"uv":[2.5,11,3.7,12.2],"rotation":270,"texture":"#1"},"down":{"uv":[2.5,11,5,12.5],"rotation":270,"texture":"#1"}}},{"from":[7.50011,20.67902,10.31431],"to":[8.50011,22.67902,11.31431],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0002,13.91956,11.79264]},"faces":{"north":{"uv":[5,11.5,7,12.5],"rotation":270,"texture":"#1"},"east":{"uv":[5,11.5,7,12.5],"rotation":270,"texture":"#1"},"south":{"uv":[5,11.5,7,12.5],"rotation":270,"texture":"#1"},"west":{"uv":[5,11.5,7,12.5],"rotation":270,"texture":"#1"},"up":{"uv":[5,11.5,6,12.5],"rotation":270,"texture":"#1"},"down":{"uv":[5,11.5,7,12.5],"rotation":270,"texture":"#1"}}},{"from":[7.60011,22.20334,12.27658],"to":[8.40011,24.50334,13.07658],"rotation":{"angle":-45,"axis":"x","origin":[8.0002,13.91956,11.79264]},"faces":{"north":{"uv":[6.5,12,9,13],"rotation":270,"texture":"#1"},"east":{"uv":[6,11.5,8.5,12.5],"rotation":270,"texture":"#1"},"south":{"uv":[6,11,8.5,12],"rotation":270,"texture":"#1"},"west":{"uv":[8.5,11.5,6,12.5],"rotation":90,"texture":"#1"},"up":{"uv":[9,11.5,9.8,12.3],"rotation":270,"texture":"#1"},"down":{"uv":[6,11.5,8.5,12.5],"rotation":270,"texture":"#1"}}},{"from":[7.60044,22.19515,13.80263],"to":[8.40044,24.49515,14.60263],"rotation":{"angle":-45,"axis":"x","origin":[8.0002,13.91956,11.79264]},"faces":{"north":{"uv":[6.5,13.5,9,12.5],"rotation":270,"texture":"#1"},"east":{"uv":[6.5,12.5,9,13.5],"rotation":270,"texture":"#1"},"south":{"uv":[6.5,13.5,9,12.5],"rotation":270,"texture":"#1"},"west":{"uv":[6.5,12.5,9,13.5],"rotation":270,"texture":"#1"},"up":{"uv":[6.5,12.5,9,13.5],"rotation":270,"texture":"#1"},"down":{"uv":[6.5,12.5,9,13.5],"rotation":270,"texture":"#1"}}},{"from":[7.70044,18.48647,0.40186],"to":[8.30044,19.08647,2.50186],"rotation":{"angle":22.5,"axis":"x","origin":[8.0002,13.91956,11.79264]},"faces":{"north":{"uv":[9.5,12.5,10.1,13.1],"rotation":90,"texture":"#1"},"east":{"uv":[8,12.5,10.5,13.5],"texture":"#1"},"south":{"uv":[8,12.5,10.5,13.5],"rotation":270,"texture":"#1"},"west":{"uv":[8,12.5,10.5,13.5],"rotation":180,"texture":"#1"},"up":{"uv":[8,12.5,10.5,13.5],"rotation":270,"texture":"#1"},"down":{"uv":[8,12.5,10.5,13.5],"rotation":90,"texture":"#1"}}},{"from":[7.70044,16.48647,0.40186],"to":[8.30044,17.08647,2.50186],"rotation":{"angle":22.5,"axis":"x","origin":[8.0002,13.91956,11.79264]},"faces":{"north":{"uv":[9.5,12.5,12,13.5],"rotation":90,"texture":"#1"},"east":{"uv":[9.5,12.5,12,13.5],"texture":"#1"},"south":{"uv":[9.5,12.5,12,13.5],"rotation":270,"texture":"#1"},"west":{"uv":[9.5,12.5,12,13.5],"rotation":180,"texture":"#1"},"up":{"uv":[9.5,13.5,12,12.5],"rotation":270,"texture":"#1"},"down":{"uv":[9.5,13.5,12,12.5],"rotation":90,"texture":"#1"}}},{"from":[7.75044,24.34515,13.95263],"to":[8.25044,25.84515,14.45263],"rotation":{"angle":-45,"axis":"x","origin":[8.0002,13.91956,11.79264]},"faces":{"north":{"uv":[8,12,9.5,12.5],"rotation":270,"texture":"#1"},"east":{"uv":[8,12,9.5,12.5],"rotation":270,"texture":"#1"},"south":{"uv":[8,12,9.5,12.5],"rotation":270,"texture":"#1"},"west":{"uv":[8,12,9.5,12.5],"rotation":270,"texture":"#1"},"up":{"uv":[8,12,9.5,12.5],"rotation":270,"texture":"#1"},"down":{"uv":[8,12,9.5,12.5],"rotation":270,"texture":"#1"}}},{"from":[7.85044,20.54995,1.07422],"to":[8.15044,20.84995,1.87422],"rotation":{"angle":22.5,"axis":"x","origin":[8.0002,13.91956,11.79264]},"faces":{"north":{"uv":[11,12,11.8,12.3],"rotation":90,"texture":"#1"},"east":{"uv":[11,12,11.8,12.3],"texture":"#1"},"south":{"uv":[11,12,11.8,12.3],"rotation":270,"texture":"#1"},"west":{"uv":[11,12,11.8,12.3],"rotation":180,"texture":"#1"},"up":{"uv":[11,12,11.8,12.3],"rotation":270,"texture":"#1"},"down":{"uv":[11,12,11.8,12.3],"rotation":90,"texture":"#1"}}},{"from":[7.80044,18.58646,-0.19814],"to":[8.20044,18.98646,1.20186],"rotation":{"angle":22.5,"axis":"x","origin":[8.0002,13.91956,11.79264]},"faces":{"north":{"uv":[11.5,11.5,12.9,11.9],"rotation":90,"texture":"#1"},"east":{"uv":[11.5,11.5,12.9,11.9],"texture":"#1"},"south":{"uv":[11.5,11.5,12.9,11.9],"rotation":270,"texture":"#1"},"west":{"uv":[11.5,11.5,12.9,11.9],"rotation":180,"texture":"#1"},"up":{"uv":[11.5,11.5,12.9,11.9],"rotation":270,"texture":"#1"},"down":{"uv":[11.5,11.5,12.9,11.9],"rotation":90,"texture":"#1"}}},{"from":[7.85044,22.86669,1.88767],"to":[8.15044,23.16669,2.68767],"rotation":{"angle":0,"axis":"x","origin":[8.0002,13.91956,11.79264]},"faces":{"north":{"uv":[14,12,14.8,12.3],"texture":"#1"},"east":{"uv":[14,12,14.8,12.3],"texture":"#1"},"south":{"uv":[14,12,14.8,12.3],"texture":"#1"},"west":{"uv":[14,12,14.8,12.3],"texture":"#1"},"up":{"uv":[14,12,14.8,12.3],"texture":"#1"},"down":{"uv":[14,12,14.8,12.3],"texture":"#1"}}},{"from":[7.80044,20.72028,1.07257],"to":[8.20044,21.12028,2.47257],"rotation":{"angle":0,"axis":"x","origin":[8.0002,13.91956,11.79264]},"faces":{"north":{"uv":[14.5,12,14.9,12.4],"rotation":180,"texture":"#1"},"east":{"uv":[13,12,14.5,12.4],"texture":"#1"},"south":{"uv":[13,12,14.5,12.4],"rotation":180,"texture":"#1"},"west":{"uv":[13,12,14.5,12.4],"rotation":180,"texture":"#1"},"up":{"uv":[13,12,14.5,12.4],"rotation":270,"texture":"#1"},"down":{"uv":[13,12,14.5,12.4],"rotation":90,"texture":"#1"}}},{"from":[7.47999,17.45321,4.62405],"to":[8.51999,18.49321,6.66405],"rotation":{"angle":22.5,"axis":"x","origin":[8.0002,13.91956,11.79264]},"faces":{"north":{"uv":[4,11.5,6.04,12.54],"rotation":90,"texture":"#1"},"east":{"uv":[4,11.5,6.04,12.54],"texture":"#1"},"south":{"uv":[4,11.5,6.04,12.54],"rotation":270,"texture":"#1"},"west":{"uv":[4,11.5,6.04,12.54],"rotation":180,"texture":"#1"},"up":{"uv":[4,11.5,6.04,12.54],"rotation":270,"texture":"#1"},"down":{"uv":[4,11.5,6.04,12.54],"rotation":90,"texture":"#1"}}},{"from":[7.58104,19.99042,5.14118],"to":[8.42104,20.83042,6.98118],"rotation":{"angle":0,"axis":"x","origin":[8.0002,13.91956,11.79264]},"faces":{"north":{"uv":[7.5,11.5,8.5,12.5],"texture":"#1"},"east":{"uv":[6,11.5,8,12.5],"texture":"#1"},"south":{"uv":[6,11.5,8,12.5],"texture":"#1"},"west":{"uv":[6,11.5,8,12.5],"rotation":180,"texture":"#1"},"up":{"uv":[6,11.5,8,12.5],"rotation":270,"texture":"#1"},"down":{"uv":[8,11.5,6,12.5],"rotation":270,"texture":"#1"}}},{"from":[7.65115,22.07909,3.62273],"to":[8.35115,22.77909,8.32273],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0002,13.91956,11.79264]},"faces":{"north":{"uv":[12,11.5,12.7,12.2],"texture":"#1"},"east":{"uv":[7,11.5,12,12.5],"texture":"#1"},"south":{"uv":[7,11.5,12,12.5],"texture":"#1"},"west":{"uv":[7.5,12,12.5,13],"rotation":180,"texture":"#1"},"up":{"uv":[7,11.5,12,12.5],"rotation":270,"texture":"#1"},"down":{"uv":[7,11.5,12,12.5],"rotation":90,"texture":"#1"}}},{"from":[7.60115,18.63631,1.73795],"to":[8.40115,19.43631,1.93795],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00115,19.03631,1.83795]},"faces":{"north":{"uv":[13,12,14,12.4],"rotation":270,"texture":"#1"},"east":{"uv":[13,12,14,12.4],"rotation":270,"texture":"#1"},"south":{"uv":[13,12,14,12.4],"rotation":270,"texture":"#1"},"west":{"uv":[13,12,14,12.4],"rotation":270,"texture":"#1"},"up":{"uv":[13,12,14,12.4],"rotation":270,"texture":"#1"},"down":{"uv":[13,12,14,12.4],"rotation":270,"texture":"#1"}}},{"from":[7.60115,19.23631,3.33795],"to":[8.40115,20.03631,3.53795],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00115,19.63631,3.43795]},"faces":{"north":{"uv":[13,12,14,12.4],"rotation":270,"texture":"#1"},"east":{"uv":[13,12,14,12.4],"rotation":270,"texture":"#1"},"south":{"uv":[13,12,14,12.4],"rotation":270,"texture":"#1"},"west":{"uv":[13,12,14,12.4],"rotation":270,"texture":"#1"},"up":{"uv":[13,12,14,12.4],"rotation":270,"texture":"#1"},"down":{"uv":[13,12,14,12.4],"rotation":270,"texture":"#1"}}},{"from":[7.25115,18.19457,10.84077],"to":[8.75115,18.49457,12.34077],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0002,13.91956,11.79264]},"faces":{"north":{"uv":[9.5,1.5,11,2],"texture":"#0"},"east":{"uv":[9.5,1.5,11,2],"texture":"#0"},"south":{"uv":[9.5,1.5,11,2],"texture":"#0"},"west":{"uv":[9.5,1.5,11,2],"texture":"#0"},"up":{"uv":[9.5,1.5,11,2],"texture":"#0"},"down":{"uv":[9.5,1.5,11,2],"texture":"#0"}}},{"from":[7.50115,20.00528,5.42793],"to":[8.50115,20.90528,5.72793],"rotation":{"angle":0,"axis":"x","origin":[8.00115,19.15967,5.58785]},"faces":{"north":{"uv":[13.5,12,13.8,12.9],"texture":"#1"},"east":{"uv":[13.5,12,13.8,12.9],"texture":"#1"},"south":{"uv":[13.5,12,13.8,12.9],"texture":"#1"},"west":{"uv":[13.5,12,13.8,12.9],"texture":"#1"},"up":{"uv":[13.5,12,13.8,12.9],"texture":"#1"},"down":{"uv":[13.5,12,13.8,12.9],"texture":"#1"}}},{"from":[7.50215,20.66841,5.70319],"to":[8.50015,21.56641,6.00119],"rotation":{"angle":45,"axis":"x","origin":[8.00115,21.11741,5.85219]},"faces":{"north":{"uv":[13.5,12,13.8,12.9],"texture":"#1"},"east":{"uv":[13.5,12,13.8,12.9],"texture":"#1"},"south":{"uv":[13.5,12,13.8,12.9],"texture":"#1"},"west":{"uv":[13.5,12,13.8,12.9],"texture":"#1"},"up":{"uv":[13.5,12,13.8,12.9],"texture":"#1"},"down":{"uv":[13.5,12,13.8,12.9],"texture":"#1"}}},{"from":[7.50115,19.00528,5.12793],"to":[8.50115,19.30528,6.02793],"rotation":{"angle":0,"axis":"x","origin":[8.00115,19.15528,5.57793]},"faces":{"north":{"uv":[8.5,0,9.4,0.3],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,9.4,0.3],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,9.4,0.3],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,9.4,0.3],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,9.4,0.3],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,9.4,0.3],"rotation":180,"texture":"#0"}}},{"from":[7.60115,19.50528,5.22793],"to":[8.30115,19.80528,5.92793],"rotation":{"angle":0,"axis":"x","origin":[8.00115,19.65528,5.57793]},"faces":{"north":{"uv":[12.5,11.2,13.2,11.5],"rotation":180,"texture":"#1"},"east":{"uv":[12.5,11.2,13.2,11.5],"rotation":180,"texture":"#1"},"south":{"uv":[12.5,11.2,13.2,11.5],"rotation":180,"texture":"#1"},"west":{"uv":[12.5,11.2,13.2,11.5],"rotation":180,"texture":"#1"},"up":{"uv":[12.5,11.2,13.2,11.5],"rotation":180,"texture":"#1"},"down":{"uv":[12.5,11.2,13.2,11.5],"rotation":180,"texture":"#1"}}},{"from":[7.70115,19.20528,5.32793],"to":[8.20115,20.50528,5.82793],"rotation":{"angle":0,"axis":"x","origin":[8.00115,19.35528,5.57793]},"faces":{"north":{"uv":[8.5,0,9,1.3],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,9,1.3],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,9,1.3],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,9,1.3],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,9,1.3],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,9,1.3],"rotation":180,"texture":"#0"}}},{"from":[7.78707,17.53717,4.61899],"to":[8.18507,19.13517,4.91699],"rotation":{"angle":22.5,"axis":"x","origin":[7.48607,18.05967,5.22507]},"faces":{"north":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"}}},{"from":[7.78707,14.69728,4.61899],"to":[8.18507,15.29528,4.91699],"rotation":{"angle":-22.5,"axis":"x","origin":[7.48607,14.77278,5.22507]},"faces":{"north":{"uv":[8.5,0,8.8,0.6],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,8.8,0.6],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,8.8,0.6],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,8.8,0.6],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,8.8,0.6],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,8.8,0.6],"rotation":180,"texture":"#0"}}},{"from":[9.0948,16.14451,4.30242],"to":[9.4928,17.74251,4.60042],"rotation":{"angle":22.5,"axis":"x","origin":[8.7938,16.66701,4.9085]},"faces":{"north":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"}}},{"from":[9.0938,15.08893,4.30142],"to":[9.4938,16.68893,4.60142],"rotation":{"angle":-22.5,"axis":"x","origin":[8.7938,16.16543,4.9085]},"faces":{"north":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"}}},{"from":[8.77488,15.9157,6.68682],"to":[9.07288,17.5137,7.08482],"rotation":{"angle":22.5,"axis":"z","origin":[8,17.09738,5.59203]},"faces":{"north":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"}}},{"from":[8.77388,15.31775,6.68582],"to":[9.07388,16.91775,7.08582],"rotation":{"angle":-22.5,"axis":"z","origin":[8,15.73506,5.59203]},"faces":{"north":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"}}},{"from":[6.5072,16.14451,4.30242],"to":[6.9052,17.74251,4.60042],"rotation":{"angle":22.5,"axis":"x","origin":[7.2062,16.66701,4.9085]},"faces":{"north":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"}}},{"from":[6.5062,15.08893,4.30142],"to":[6.9062,16.68893,4.60142],"rotation":{"angle":-22.5,"axis":"x","origin":[7.2062,16.16543,4.9085]},"faces":{"north":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"}}},{"from":[8.77388,15.9147,4.09823],"to":[9.07388,17.5147,4.49823],"rotation":{"angle":22.5,"axis":"z","origin":[8,17.09738,5.59203]},"faces":{"north":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"}}},{"from":[8.77488,15.31875,4.09923],"to":[9.07288,16.91675,4.49723],"rotation":{"angle":-22.5,"axis":"z","origin":[8,15.73506,5.59203]},"faces":{"north":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"}}},{"from":[9.0938,16.29738,6.44203],"to":[9.4938,17.89738,6.74203],"rotation":{"angle":-22.5,"axis":"x","origin":[9.2938,17.09738,6.59203]},"faces":{"north":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"}}},{"from":[9.0948,14.93606,6.44303],"to":[9.4928,16.53406,6.74103],"rotation":{"angle":22.5,"axis":"x","origin":[9.2938,15.73506,6.59203]},"faces":{"north":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"}}},{"from":[6.92612,15.9147,6.68582],"to":[7.22612,17.5147,7.08582],"rotation":{"angle":-22.5,"axis":"z","origin":[8,17.09738,5.59203]},"faces":{"north":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"}}},{"from":[6.92712,15.31875,6.68682],"to":[7.22512,16.91675,7.08482],"rotation":{"angle":22.5,"axis":"z","origin":[8,15.73506,5.59203]},"faces":{"north":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"}}},{"from":[6.5072,16.29838,6.44303],"to":[6.9052,17.89638,6.74103],"rotation":{"angle":-22.5,"axis":"x","origin":[6.7062,17.09738,6.59203]},"faces":{"north":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"}}},{"from":[6.5062,14.93506,6.44203],"to":[6.9062,16.53506,6.74203],"rotation":{"angle":22.5,"axis":"x","origin":[6.7062,15.73506,6.59203]},"faces":{"north":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"}}},{"from":[6.92612,15.9147,4.09823],"to":[7.22612,17.5147,4.49823],"rotation":{"angle":-22.5,"axis":"z","origin":[8,17.09738,5.59203]},"faces":{"north":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"}}},{"from":[6.92712,15.31875,4.09923],"to":[7.22512,16.91675,4.49723],"rotation":{"angle":22.5,"axis":"z","origin":[8,15.73506,5.59203]},"faces":{"north":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"}}},{"from":[7.78707,17.71007,6.18948],"to":[8.18507,19.30807,6.48748],"rotation":{"angle":-22.5,"axis":"x","origin":[7.58607,18.25907,6.33848]},"faces":{"north":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,8.8,1.6],"rotation":180,"texture":"#0"}}},{"from":[7.78707,14.52438,6.18948],"to":[8.18507,15.12238,6.48748],"rotation":{"angle":22.5,"axis":"x","origin":[7.58607,14.57338,6.33848]},"faces":{"north":{"uv":[8.5,0,8.8,0.6],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,8.8,0.6],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,8.8,0.6],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,8.8,0.6],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,8.8,0.6],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,8.8,0.6],"rotation":180,"texture":"#0"}}},{"from":[7.05215,17.71007,5.3767],"to":[7.35015,19.30807,5.7747],"rotation":{"angle":-22.5,"axis":"z","origin":[7.20115,18.25907,5.5757]},"faces":{"north":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"}}},{"from":[7.05215,14.52438,5.3767],"to":[7.35015,15.12238,5.7747],"rotation":{"angle":22.5,"axis":"z","origin":[7.20115,14.57338,5.5757]},"faces":{"north":{"uv":[8.5,0,8.9,0.6],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,8.9,0.6],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,8.9,0.6],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,8.9,0.6],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,8.9,0.6],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,8.9,0.6],"rotation":180,"texture":"#0"}}},{"from":[8.64985,17.71007,5.3767],"to":[8.94785,19.30807,5.7747],"rotation":{"angle":22.5,"axis":"z","origin":[8.79885,18.25907,5.5757]},"faces":{"north":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,8.9,1.6],"rotation":180,"texture":"#0"}}},{"from":[8.64985,14.52438,5.3767],"to":[8.94785,15.12238,5.7747],"rotation":{"angle":-22.5,"axis":"z","origin":[8.79885,14.57338,5.5757]},"faces":{"north":{"uv":[8.5,0,8.9,0.6],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,8.9,0.6],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,8.9,0.6],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,8.9,0.6],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,8.9,0.6],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,8.9,0.6],"rotation":180,"texture":"#0"}}},{"from":[8.94769,17.59458,4.7017],"to":[9.34569,17.89258,5.5497],"rotation":{"angle":-22.5,"axis":"y","origin":[9.14669,17.74358,5.1257]},"faces":{"north":{"uv":[8.5,0,9.35,0.3],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,9.35,0.3],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,9.35,0.3],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,9.35,0.3],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,9.35,0.3],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,9.35,0.3],"rotation":180,"texture":"#0"}}},{"from":[8.94769,14.93986,4.7017],"to":[9.34569,15.23786,5.5497],"rotation":{"angle":-22.5,"axis":"y","origin":[9.14669,15.08886,5.1257]},"faces":{"north":{"uv":[8.5,0,9.35,0.3],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,9.35,0.3],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,9.35,0.3],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,9.35,0.3],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,9.35,0.3],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,9.35,0.3],"rotation":180,"texture":"#0"}}},{"from":[6.72144,17.59458,4.48951],"to":[7.56944,17.89258,4.88751],"rotation":{"angle":-22.5,"axis":"y","origin":[8,17.74358,5.5757]},"faces":{"north":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"}}},{"from":[6.72144,14.93986,4.48951],"to":[7.56944,15.23786,4.88751],"rotation":{"angle":-22.5,"axis":"y","origin":[8,15.08886,5.5757]},"faces":{"north":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"}}},{"from":[6.65431,17.59458,4.7017],"to":[7.05231,17.89258,5.5497],"rotation":{"angle":22.5,"axis":"y","origin":[6.85331,17.74358,5.1257]},"faces":{"north":{"uv":[9,0,9.298,0.398],"rotation":270,"texture":"#0"},"east":{"uv":[8.5,0,9.35,0.3],"texture":"#0"},"south":{"uv":[8.5,0,9.35,0.3],"rotation":270,"texture":"#0"},"west":{"uv":[8.5,0,9.35,0.3],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,9.35,0.3],"rotation":270,"texture":"#0"},"down":{"uv":[8.5,0,9.35,0.3],"rotation":270,"texture":"#0"}}},{"from":[6.65431,14.93986,4.7017],"to":[7.05231,15.23786,5.5497],"rotation":{"angle":22.5,"axis":"y","origin":[6.85331,15.08886,5.1257]},"faces":{"north":{"uv":[8.5,0,9.35,0.3],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,9.35,0.3],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,9.35,0.3],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,9.35,0.3],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,9.35,0.3],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,9.35,0.3],"rotation":180,"texture":"#0"}}},{"from":[6.72144,17.59458,6.26389],"to":[7.56944,17.89258,6.66189],"rotation":{"angle":22.5,"axis":"y","origin":[8,17.74358,5.5757]},"faces":{"north":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"}}},{"from":[6.72144,14.93986,6.26389],"to":[7.56944,15.23786,6.66189],"rotation":{"angle":22.5,"axis":"y","origin":[8,15.08886,5.5757]},"faces":{"north":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"}}},{"from":[8.94789,17.59478,5.6019],"to":[9.34549,17.89238,6.4495],"rotation":{"angle":22.5,"axis":"y","origin":[9.14669,17.74358,6.0257]},"faces":{"north":{"uv":[8.5,0,9.35,0.3],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,9.35,0.3],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,9.35,0.3],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,9.35,0.3],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,9.35,0.3],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,9.35,0.3],"rotation":180,"texture":"#0"}}},{"from":[8.94789,14.94006,5.6019],"to":[9.34549,15.23766,6.4495],"rotation":{"angle":22.5,"axis":"y","origin":[9.14669,15.08886,6.0257]},"faces":{"north":{"uv":[8.5,0,9.35,0.3],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,9.35,0.3],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,9.35,0.3],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,9.35,0.3],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,9.35,0.3],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,9.35,0.3],"rotation":180,"texture":"#0"}}},{"from":[8.43076,17.59478,4.48971],"to":[9.27836,17.89238,4.88731],"rotation":{"angle":22.5,"axis":"y","origin":[8,17.74358,5.5757]},"faces":{"north":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"}}},{"from":[8.43076,14.94006,4.48971],"to":[9.27836,15.23766,4.88731],"rotation":{"angle":22.5,"axis":"y","origin":[8,15.08886,5.5757]},"faces":{"north":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"}}},{"from":[7.87644,14.47109,5.71228],"to":[8.92404,14.76869,6.10988],"rotation":{"angle":45,"axis":"y","origin":[8.45024,14.61989,5.91108]},"faces":{"north":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"}}},{"from":[8.36782,14.47209,5.00972],"to":[8.76342,14.76769,6.05532],"rotation":{"angle":45,"axis":"y","origin":[7.99062,14.61989,5.55752]},"faces":{"north":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,8.9,0.3],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,0,8.9,0.3],"rotation":270,"texture":"#0"}}},{"from":[7.82644,14.47109,4.56228],"to":[8.87404,14.76869,4.95988],"rotation":{"angle":45,"axis":"y","origin":[8.45024,14.61989,5.91108]},"faces":{"north":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"}}},{"from":[7.21782,14.47209,5.05972],"to":[7.61342,14.76769,6.10532],"rotation":{"angle":45,"axis":"y","origin":[7.99062,14.61989,5.55752]},"faces":{"north":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,8.9,0.3],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,0,8.9,0.3],"rotation":270,"texture":"#0"}}},{"from":[6.65451,17.59478,5.6019],"to":[7.05211,17.89238,6.4495],"rotation":{"angle":-22.5,"axis":"y","origin":[6.85331,17.74358,6.0257]},"faces":{"north":{"uv":[9,0,9.85,0.3],"rotation":180,"texture":"#0"},"east":{"uv":[9,0,9.85,0.3],"rotation":180,"texture":"#0"},"south":{"uv":[9,0,9.85,0.3],"rotation":180,"texture":"#0"},"west":{"uv":[9,0,9.85,0.3],"rotation":180,"texture":"#0"},"up":{"uv":[9,0,9.85,0.3],"rotation":180,"texture":"#0"},"down":{"uv":[9,0,9.85,0.3],"rotation":180,"texture":"#0"}}},{"from":[6.65451,14.94006,5.6019],"to":[7.05211,15.23766,6.4495],"rotation":{"angle":-22.5,"axis":"y","origin":[6.85331,15.08886,6.0257]},"faces":{"north":{"uv":[8.5,0,9.35,0.3],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,9.35,0.3],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,9.35,0.3],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,9.35,0.3],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,9.35,0.3],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,9.35,0.3],"rotation":180,"texture":"#0"}}},{"from":[8.43076,17.59478,6.26409],"to":[9.27836,17.89238,6.66169],"rotation":{"angle":-22.5,"axis":"y","origin":[8,17.74358,5.5757]},"faces":{"north":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"}}},{"from":[8.43076,14.94006,6.26409],"to":[9.27836,15.23766,6.66169],"rotation":{"angle":-22.5,"axis":"y","origin":[8,15.08886,5.5757]},"faces":{"north":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,0,8.9,0.3],"rotation":180,"texture":"#0"}}},{"from":[7.90115,16.92084,1.86259],"to":[8.10115,18.72084,2.06259],"rotation":{"angle":0,"axis":"x","origin":[8.0007,19.41882,2.97606]},"faces":{"north":{"uv":[13,12,14,12.4],"rotation":270,"texture":"#1"},"east":{"uv":[13,12,14,12.4],"rotation":270,"texture":"#1"},"south":{"uv":[13,12,14,12.4],"rotation":270,"texture":"#1"},"west":{"uv":[13,12,14,12.4],"rotation":270,"texture":"#1"},"up":{"uv":[13,12,14,12.4],"rotation":270,"texture":"#1"},"down":{"uv":[13,12,14,12.4],"rotation":270,"texture":"#1"}}},{"from":[7.90115,7.22084,15.21259],"to":[8.10115,9.02084,15.41259],"rotation":{"angle":0,"axis":"x","origin":[8.0007,9.71882,16.32606]},"faces":{"north":{"uv":[13,12,14,12.4],"rotation":270,"texture":"#1"},"east":{"uv":[13,12,14,12.4],"rotation":270,"texture":"#1"},"south":{"uv":[13,12,14,12.4],"rotation":270,"texture":"#1"},"west":{"uv":[13,12,14,12.4],"rotation":270,"texture":"#1"},"up":{"uv":[13,12,14,12.4],"rotation":270,"texture":"#1"},"down":{"uv":[13,12,14,12.4],"rotation":270,"texture":"#1"}}},{"from":[7.90115,18.02084,3.46259],"to":[8.10115,19.32084,3.66259],"rotation":{"angle":0,"axis":"x","origin":[8.0007,20.01882,4.57606]},"faces":{"north":{"uv":[13,12,14,12.4],"rotation":270,"texture":"#1"},"east":{"uv":[13,12,14,12.4],"rotation":270,"texture":"#1"},"south":{"uv":[13,12,14,12.4],"rotation":270,"texture":"#1"},"west":{"uv":[13,12,14,12.4],"rotation":270,"texture":"#1"},"up":{"uv":[13,12,14,12.4],"rotation":270,"texture":"#1"},"down":{"uv":[13,12,14,12.4],"rotation":270,"texture":"#1"}}},{"from":[7.80115,17.32084,1.76259],"to":[8.20115,17.72084,2.16259],"rotation":{"angle":0,"axis":"x","origin":[8.0007,19.41882,2.97606]},"faces":{"north":{"uv":[14.5,12.5,16,14],"rotation":180,"texture":"#0"},"east":{"uv":[14.5,12.5,16,14],"rotation":180,"texture":"#0"},"south":{"uv":[14.5,12.5,16,14],"rotation":180,"texture":"#0"},"west":{"uv":[14.5,12.5,16,14],"rotation":180,"texture":"#0"},"up":{"uv":[14.5,12.5,16,14],"rotation":180,"texture":"#0"},"down":{"uv":[14.5,12.5,16,14],"rotation":180,"texture":"#0"}}},{"from":[7.80115,7.62084,15.11259],"to":[8.20115,8.02084,15.51259],"rotation":{"angle":0,"axis":"x","origin":[8.0007,9.71882,16.32606]},"faces":{"north":{"uv":[14.5,12.5,16,14],"rotation":180,"texture":"#0"},"east":{"uv":[14.5,12.5,16,14],"rotation":180,"texture":"#0"},"south":{"uv":[14.5,12.5,16,14],"rotation":180,"texture":"#0"},"west":{"uv":[14.5,12.5,16,14],"rotation":180,"texture":"#0"},"up":{"uv":[14.5,12.5,16,14],"rotation":180,"texture":"#0"},"down":{"uv":[14.5,12.5,16,14],"rotation":180,"texture":"#0"}}},{"from":[7.80115,17.92084,3.36259],"to":[8.20115,18.32084,3.76259],"rotation":{"angle":0,"axis":"x","origin":[8.0007,20.01882,4.57606]},"faces":{"north":{"uv":[11.5,12,13,13.5],"rotation":180,"texture":"#0"},"east":{"uv":[11.5,12,13,13.5],"rotation":180,"texture":"#0"},"south":{"uv":[11.5,12,13,13.5],"rotation":180,"texture":"#0"},"west":{"uv":[11.5,12,13,13.5],"rotation":180,"texture":"#0"},"up":{"uv":[11.5,12,13,13.5],"rotation":180,"texture":"#0"},"down":{"uv":[11.5,12,13,13.5],"rotation":180,"texture":"#0"}}},{"from":[7.85115,17.87084,1.81259],"to":[8.15115,18.17084,2.11259],"rotation":{"angle":0,"axis":"x","origin":[8.0007,19.41882,2.97606]},"faces":{"north":{"uv":[11,11,12,12],"rotation":180,"texture":"#0"},"east":{"uv":[11,11,12,12],"rotation":180,"texture":"#0"},"south":{"uv":[11,11,12,12],"rotation":180,"texture":"#0"},"west":{"uv":[11,11,12,12],"rotation":180,"texture":"#0"},"up":{"uv":[11,11,12,12],"rotation":180,"texture":"#0"},"down":{"uv":[11,11,12,12],"rotation":180,"texture":"#0"}}},{"from":[7.85115,8.17084,15.16259],"to":[8.15115,8.47084,15.46259],"rotation":{"angle":0,"axis":"x","origin":[8.0007,9.71882,16.32606]},"faces":{"north":{"uv":[11,11,12,12],"rotation":180,"texture":"#0"},"east":{"uv":[11,11,12,12],"rotation":180,"texture":"#0"},"south":{"uv":[11,11,12,12],"rotation":180,"texture":"#0"},"west":{"uv":[11,11,12,12],"rotation":180,"texture":"#0"},"up":{"uv":[11,11,12,12],"rotation":180,"texture":"#0"},"down":{"uv":[11,11,12,12],"rotation":180,"texture":"#0"}}},{"from":[7.85115,18.47084,3.41259],"to":[8.15115,18.77084,3.71259],"rotation":{"angle":0,"axis":"x","origin":[8.0007,20.01882,4.57606]},"faces":{"north":{"uv":[11,11,12,12],"rotation":180,"texture":"#0"},"east":{"uv":[11,11,12,12],"rotation":180,"texture":"#0"},"south":{"uv":[11,11,12,12],"rotation":180,"texture":"#0"},"west":{"uv":[11,11,12,12],"rotation":180,"texture":"#0"},"up":{"uv":[11,11,12,12],"rotation":180,"texture":"#0"},"down":{"uv":[11,11,12,12],"rotation":180,"texture":"#0"}}},{"from":[7.85115,16.87084,1.81259],"to":[8.15115,17.17084,2.11259],"rotation":{"angle":0,"axis":"x","origin":[8.0007,19.41882,2.97606]},"faces":{"north":{"uv":[14,12,15,13],"rotation":180,"texture":"#0"},"east":{"uv":[14,12,15,13],"rotation":180,"texture":"#0"},"south":{"uv":[14,12,15,13],"rotation":180,"texture":"#0"},"west":{"uv":[14,12,15,13],"rotation":180,"texture":"#0"},"up":{"uv":[14,12,15,13],"rotation":180,"texture":"#0"},"down":{"uv":[14,12,15,13],"rotation":180,"texture":"#0"}}},{"from":[7.85115,7.17084,15.16259],"to":[8.15115,7.47084,15.46259],"rotation":{"angle":0,"axis":"x","origin":[8.0007,9.71882,16.32606]},"faces":{"north":{"uv":[14,12,15,13],"rotation":180,"texture":"#0"},"east":{"uv":[14,12,15,13],"rotation":180,"texture":"#0"},"south":{"uv":[14,12,15,13],"rotation":180,"texture":"#0"},"west":{"uv":[14,12,15,13],"rotation":180,"texture":"#0"},"up":{"uv":[14,12,15,13],"rotation":180,"texture":"#0"},"down":{"uv":[14,12,15,13],"rotation":180,"texture":"#0"}}},{"from":[7.85115,14.4134,12.1865],"to":[8.15115,14.7134,12.4865],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0002,13.91956,11.79264]},"color":2,"faces":{"north":{"uv":[0,0,16,16],"texture":"#1"},"east":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"},"west":{"uv":[0,0,16,16],"texture":"#1"},"up":{"uv":[0,0,16,16],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,16,16],"rotation":180,"texture":"#1"}}},{"from":[7.74802,18.42618,0.43311],"to":[8.24802,18.92618,1.13311],"rotation":{"angle":0,"axis":"x","origin":[8.0002,13.91956,11.79264]},"faces":{"north":{"uv":[14,12.5,14.7,13],"rotation":180,"texture":"#1"},"east":{"uv":[14,12.5,14.7,13],"rotation":180,"texture":"#1"},"south":{"uv":[14,12.5,14.7,13],"rotation":180,"texture":"#1"},"west":{"uv":[14,12.5,14.7,13],"rotation":180,"texture":"#1"},"up":{"uv":[14,12.5,14.7,13],"rotation":180,"texture":"#1"},"down":{"uv":[14,12.5,14.7,13],"rotation":180,"texture":"#1"}}},{"from":[7.40011,14.04525,9.71819],"to":[8.60011,15.19525,10.91819],"rotation":{"angle":0,"axis":"x","origin":[8.0002,13.91956,11.79264]},"faces":{"north":{"uv":[0.5,11.5,2,13],"rotation":90,"texture":"#1"},"east":{"uv":[0.5,11.5,2,13],"texture":"#1"},"south":{"uv":[0.5,11.5,2,13],"rotation":270,"texture":"#1"},"west":{"uv":[0.5,11.5,2,13],"rotation":180,"texture":"#1"},"up":{"uv":[0.5,11.5,2,13],"rotation":270,"texture":"#1"},"down":{"uv":[0.5,11.5,2,13],"rotation":90,"texture":"#1"}}},{"from":[7.52011,14.21525,8.83819],"to":[8.48011,15.07525,9.79819],"rotation":{"angle":0,"axis":"x","origin":[8.0002,13.91956,11.79264]},"faces":{"north":{"uv":[3,11.5,3.96,12.36],"rotation":90,"texture":"#1"},"east":{"uv":[3,11.5,3.96,12.36],"texture":"#1"},"south":{"uv":[3,11.5,3.96,12.36],"rotation":270,"texture":"#1"},"west":{"uv":[3,11.5,3.96,12.36],"rotation":180,"texture":"#1"},"up":{"uv":[3,11.5,3.96,12.36],"rotation":270,"texture":"#1"},"down":{"uv":[3,11.5,3.96,12.36],"rotation":90,"texture":"#1"}}},{"from":[7.60011,13.17739,8.10452],"to":[8.40011,13.77739,8.90452],"rotation":{"angle":22.5,"axis":"x","origin":[8.0002,13.91956,11.79264]},"faces":{"north":{"uv":[3.5,11.5,4.3,12],"rotation":90,"texture":"#1"},"east":{"uv":[3.5,11.5,4.3,12],"texture":"#1"},"south":{"uv":[3.5,11.5,4.3,12],"rotation":270,"texture":"#1"},"west":{"uv":[3.5,11.5,4.3,12],"rotation":180,"texture":"#1"},"up":{"uv":[3.5,11.5,4.3,12],"rotation":270,"texture":"#1"},"down":{"uv":[3.5,11.5,4.3,12],"rotation":90,"texture":"#1"}}},{"from":[6.75,15.13787,4.27574],"to":[9.25,17.63787,6.77574],"rotation":{"angle":0,"axis":"z","origin":[8,16.38787,5.52574]},"faces":{"north":{"uv":[12,11.5,14.5,14],"rotation":180,"texture":"#0"},"east":{"uv":[12,11.5,14.5,14],"rotation":180,"texture":"#0"},"south":{"uv":[12,11.5,14.5,14],"rotation":180,"texture":"#0"},"west":{"uv":[12,11.5,14.5,14],"rotation":180,"texture":"#0"},"up":{"uv":[12,11.5,14.5,14],"rotation":180,"texture":"#0"},"down":{"uv":[12,11.5,14.5,14],"rotation":180,"texture":"#0"}}},{"from":[7.25,15.63787,3.77574],"to":[8.75,17.13787,7.27574],"rotation":{"angle":0,"axis":"z","origin":[8,16.38787,5.52574]},"faces":{"north":{"uv":[14,11.5,15.5,13],"texture":"#0"},"east":{"uv":[12.5,12,16,13.5],"rotation":180,"texture":"#0"},"south":{"uv":[12.5,12,14,13.5],"rotation":180,"texture":"#0"},"west":{"uv":[11,11,14.5,12.5],"texture":"#0"},"up":{"uv":[13.5,10.5,15,14],"rotation":180,"texture":"#0"},"down":{"uv":[12.5,10.5,14,14],"rotation":180,"texture":"#0"}}},{"from":[7.25,14.63787,4.77574],"to":[8.75,18.13787,6.27574],"rotation":{"angle":0,"axis":"z","origin":[8,16.38787,5.52574]},"faces":{"north":{"uv":[12.5,12,16,13.5],"rotation":90,"texture":"#0"},"east":{"uv":[12.5,12,16,13.5],"rotation":90,"texture":"#0"},"south":{"uv":[12.5,12,16,13.5],"rotation":90,"texture":"#0"},"west":{"uv":[12.5,12,16,13.5],"rotation":90,"texture":"#0"},"up":{"uv":[12.5,12,14,13.5],"rotation":90,"texture":"#0"},"down":{"uv":[12.5,12,14,13.5],"rotation":90,"texture":"#0"}}},{"from":[6.25,15.63787,4.77574],"to":[9.75,17.13787,6.27574],"rotation":{"angle":0,"axis":"z","origin":[8,16.38787,5.52574]},"faces":{"north":{"uv":[12,12,15.5,13.5],"texture":"#0"},"east":{"uv":[12.5,12,14,13.5],"texture":"#0"},"south":{"uv":[12.5,12,16,13.5],"texture":"#0"},"west":{"uv":[14,11.5,15.5,13],"texture":"#0"},"up":{"uv":[12.5,12,16,13.5],"texture":"#0"},"down":{"uv":[12.5,12,16,13.5],"texture":"#0"}}},{"from":[7.5,19.3,8.7],"to":[8.5,20.3,9.7],"rotation":{"angle":22.5,"axis":"x","origin":[8,19.8,9.2]},"faces":{"north":{"uv":[5.5,6.5,7,8],"texture":"#0"},"east":{"uv":[5.5,6.5,7,8],"texture":"#0"},"south":{"uv":[5.5,6.5,7,8],"texture":"#0"},"west":{"uv":[5.5,6.5,7,8],"texture":"#0"},"up":{"uv":[5.5,5,7,6.5],"texture":"#0"},"down":{"uv":[5.5,6.5,7,8],"texture":"#0"}}},{"from":[6.8,14.7,10.5],"to":[7.8,15.7,11.5],"rotation":{"angle":-22.5,"axis":"z","origin":[7.3,15.2,11]},"faces":{"north":{"uv":[5.5,6.5,7,8],"rotation":90,"texture":"#0"},"east":{"uv":[5.5,6.5,7,8],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,6.5,7,8],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,5,7,6.5],"rotation":270,"texture":"#0"},"up":{"uv":[5.5,6.5,7,8],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,6.5,7,8],"rotation":270,"texture":"#0"}}},{"from":[7.4,19,9.4],"to":[8.2,19.8,10.2],"rotation":{"angle":-22.5,"axis":"y","origin":[7.8,19.4,9.8]},"faces":{"north":{"uv":[5.5,6.5,7,8],"rotation":180,"texture":"#0"},"east":{"uv":[5.5,6.5,7,8],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,5,7,6.5],"texture":"#0"},"west":{"uv":[5.5,6.5,7,8],"rotation":90,"texture":"#0"},"up":{"uv":[5.5,6.5,7,8],"rotation":180,"texture":"#0"},"down":{"uv":[5.5,6.5,7,8],"texture":"#0"}}},{"from":[8,16.4,3.4],"to":[8.6,17,4],"rotation":{"angle":-22.5,"axis":"y","origin":[8.3,16.7,3.7]},"faces":{"north":{"uv":[7,5,5.5,6.5],"texture":"#0"},"east":{"uv":[5.5,8,7,6.5],"rotation":270,"texture":"#0"},"south":{"uv":[7,6.5,5.5,8],"rotation":180,"texture":"#0"},"west":{"uv":[5.5,8,7,6.5],"rotation":90,"texture":"#0"},"up":{"uv":[5.5,8,7,6.5],"rotation":180,"texture":"#0"},"down":{"uv":[5.5,8,7,6.5],"texture":"#0"}}},{"from":[8.24113,20,4.95878],"to":[8.84113,20.6,5.55878],"rotation":{"angle":-22.5,"axis":"y","origin":[8.4902,20.03333,5.18224]},"faces":{"north":{"uv":[5.5,8,7,6.5],"rotation":90,"texture":"#0"},"east":{"uv":[7,5,5.5,6.5],"texture":"#0"},"south":{"uv":[5.5,8,7,6.5],"rotation":270,"texture":"#0"},"west":{"uv":[7,6.5,5.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[5.5,8,7,6.5],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,8,7,6.5],"rotation":270,"texture":"#0"}}},{"from":[7.1647,19.25,9.37336],"to":[7.5647,19.65,9.77336],"rotation":{"angle":45,"axis":"z","origin":[7.3647,19.45,9.57336]},"faces":{"north":{"uv":[6,6.5,7,7.5],"rotation":90,"texture":"#0"},"east":{"uv":[6,6.5,7,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[6,6.5,7,7.5],"rotation":90,"texture":"#0"},"west":{"uv":[6,6.5,7,7.5],"rotation":90,"texture":"#0"},"up":{"uv":[6,6.5,7,7.5],"rotation":90,"texture":"#0"},"down":{"uv":[6,6.5,7,7.5],"rotation":90,"texture":"#0"}}},{"from":[8.4647,19.25,8.77336],"to":[8.8647,19.65,9.17336],"rotation":{"angle":45,"axis":"z","origin":[8.6647,19.45,8.97336]},"faces":{"north":{"uv":[6,6.5,7,7.5],"rotation":90,"texture":"#0"},"east":{"uv":[6,6.5,7,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[6,6.5,7,7.5],"rotation":90,"texture":"#0"},"west":{"uv":[6,6.5,7,7.5],"rotation":90,"texture":"#0"},"up":{"uv":[6,6.5,7,7.5],"rotation":90,"texture":"#0"},"down":{"uv":[6,6.5,7,7.5],"rotation":90,"texture":"#0"}}},{"from":[7.1647,18.85,9.17336],"to":[7.5647,19.25,9.57336],"rotation":{"angle":-22.5,"axis":"z","origin":[7.3647,19.05,9.37336]},"faces":{"north":{"uv":[6,6.5,7,7.5],"rotation":180,"texture":"#0"},"east":{"uv":[6,6.5,7,7.5],"texture":"#0"},"south":{"uv":[6,6.5,7,7.5],"texture":"#0"},"west":{"uv":[6,6.5,7,7.5],"texture":"#0"},"up":{"uv":[6,6.5,7,7.5],"texture":"#0"},"down":{"uv":[6,6.5,7,7.5],"texture":"#0"}}},{"from":[7.7647,16.25,3.52664],"to":[8.1647,16.65,3.92664],"rotation":{"angle":-22.5,"axis":"z","origin":[7.9647,16.45,3.72664]},"faces":{"north":{"uv":[7,6.5,6,7.5],"texture":"#0"},"east":{"uv":[7,6.5,6,7.5],"texture":"#0"},"south":{"uv":[7,6.5,6,7.5],"rotation":180,"texture":"#0"},"west":{"uv":[7,6.5,6,7.5],"texture":"#0"},"up":{"uv":[6,7.5,7,6.5],"texture":"#0"},"down":{"uv":[6,7.5,7,6.5],"texture":"#0"}}},{"from":[8.28132,19.75494,4.74942],"to":[8.68132,20.15494,5.14942],"rotation":{"angle":22.5,"axis":"x","origin":[8.4902,20.03333,5.18224]},"faces":{"north":{"uv":[7,6.5,6,7.5],"texture":"#0"},"east":{"uv":[7,6.5,6,7.5],"texture":"#0"},"south":{"uv":[7,6.5,6,7.5],"texture":"#0"},"west":{"uv":[7,6.5,6,7.5],"rotation":180,"texture":"#0"},"up":{"uv":[6,7.5,7,6.5],"rotation":90,"texture":"#0"},"down":{"uv":[6,7.5,7,6.5],"rotation":270,"texture":"#0"}}},{"from":[8.2147,16,3.57664],"to":[8.5147,16.3,3.87664],"rotation":{"angle":-22.5,"axis":"x","origin":[8.3647,16.15,3.72664]},"faces":{"north":{"uv":[7,6.5,6,7.5],"texture":"#0"},"east":{"uv":[7,6.5,6,7.5],"texture":"#0"},"south":{"uv":[7,6.5,6,7.5],"rotation":180,"texture":"#0"},"west":{"uv":[7,6.5,6,7.5],"texture":"#0"},"up":{"uv":[6,7.5,7,6.5],"texture":"#0"},"down":{"uv":[6,7.5,7,6.5],"texture":"#0"}}},{"from":[8.44042,19.61817,5.18714],"to":[8.74042,19.91817,5.48714],"rotation":{"angle":-22.5,"axis":"z","origin":[8.4902,20.03333,5.18224]},"faces":{"north":{"uv":[7,6.5,6,7.5],"texture":"#0"},"east":{"uv":[7,6.5,6,7.5],"texture":"#0"},"south":{"uv":[7,6.5,6,7.5],"texture":"#0"},"west":{"uv":[7,6.5,6,7.5],"rotation":180,"texture":"#0"},"up":{"uv":[6,7.5,7,6.5],"rotation":90,"texture":"#0"},"down":{"uv":[6,7.5,7,6.5],"rotation":270,"texture":"#0"}}},{"from":[7.1647,18.85,5.17336],"to":[7.5647,19.25,5.57336],"rotation":{"angle":-22.5,"axis":"z","origin":[7.3647,19.05,5.37336]},"faces":{"north":{"uv":[6,6.5,7,7.5],"rotation":180,"texture":"#0"},"east":{"uv":[6,6.5,7,7.5],"texture":"#0"},"south":{"uv":[6,6.5,7,7.5],"texture":"#0"},"west":{"uv":[6,6.5,7,7.5],"texture":"#0"},"up":{"uv":[6,6.5,7,7.5],"texture":"#0"},"down":{"uv":[6,6.5,7,7.5],"texture":"#0"}}},{"from":[7.2647,15.55,11.37336],"to":[7.6647,15.95,11.77336],"rotation":{"angle":-22.5,"axis":"y","origin":[7.4647,15.75,11.57336]},"faces":{"north":{"uv":[6,6.5,7,7.5],"texture":"#0"},"east":{"uv":[6,6.5,7,7.5],"texture":"#0"},"south":{"uv":[6,6.5,7,7.5],"texture":"#0"},"west":{"uv":[6,6.5,7,7.5],"rotation":180,"texture":"#0"},"up":{"uv":[6,6.5,7,7.5],"rotation":270,"texture":"#0"},"down":{"uv":[6,6.5,7,7.5],"rotation":90,"texture":"#0"}}},{"from":[7.5647,15.05,11.57336],"to":[7.9647,15.45,11.97336],"rotation":{"angle":22.5,"axis":"y","origin":[7.7647,15.25,11.77336]},"faces":{"north":{"uv":[6,6.5,7,7.5],"texture":"#0"},"east":{"uv":[6,6.5,7,7.5],"texture":"#0"},"south":{"uv":[6,6.5,7,7.5],"texture":"#0"},"west":{"uv":[6,6.5,7,7.5],"rotation":180,"texture":"#0"},"up":{"uv":[6,6.5,7,7.5],"rotation":270,"texture":"#0"},"down":{"uv":[6,6.5,7,7.5],"rotation":90,"texture":"#0"}}},{"from":[7.1255,10.08799,10.66792],"to":[8.8755,14.33799,10.66892],"rotation":{"angle":0,"axis":"y","origin":[7.5005,12.16299,10.66842]},"faces":{"north":{"uv":[16,0,13,6.5],"texture":"#1"},"east":{"uv":[7,5.5,7.5,6.5],"texture":"#1"},"south":{"uv":[13,0,16,6.5],"texture":"#1"},"west":{"uv":[7,5.5,7.5,6.5],"texture":"#1"},"up":{"uv":[7,5.5,7.5,6.5],"rotation":270,"texture":"#1"},"down":{"uv":[7,5.5,7.5,6.5],"rotation":90,"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[56,6,0],"translation":[-1,1.25,-8],"scale":[1.39,1.39,1.39]},"thirdperson_lefthand":{"rotation":[56,6,0],"translation":[-1,1.25,-8],"scale":[1.39,1.39,1.39]},"firstperson_righthand":{"rotation":[11,0,0],"translation":[4,-3.5,-5.75],"scale":[1.19,1.19,1.19]},"firstperson_lefthand":{"rotation":[11,0,0],"translation":[4,-3.5,-5.75],"scale":[1.19,1.19,1.19]},"gui":{"rotation":[-103,-93,-97],"translation":[3.25,-2.25,0],"scale":[0.67,0.67,0.67]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/dwarven_wand.json b/assets/minecraft/models/item/wynn/skin/wand/dwarven_wand.json new file mode 100644 index 000000000..9b0a1fee5 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/dwarven_wand.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/dwarven/dwarven_wand","1":"skins/dwarven/dwarven_wand_anim","particle":"skins/dwarven/dwarven_wand"},"elements":[{"from":[7,-6,7],"to":[9,-1,9],"rotation":{"angle":0,"axis":"y","origin":[7.5,5.56942,5.76256]},"faces":{"north":{"uv":[8.5,9.5,9.5,12],"texture":"#0"},"east":{"uv":[9.75,9.5,10.75,12],"texture":"#0"},"south":{"uv":[9.5,9.5,8.5,12],"texture":"#0"},"west":{"uv":[7.25,9.5,8.25,12],"texture":"#0"},"down":{"uv":[10,8.5,9,9.5],"texture":"#0"}}},{"from":[7.01,15.01,6.51],"to":[8.99,15.99,7.49],"rotation":{"angle":45,"axis":"x","origin":[7,15,6.5]},"faces":{"north":{"uv":[7.5,6.5,8.5,7],"texture":"#0"},"east":{"uv":[7,6.5,7.5,7],"texture":"#0"},"west":{"uv":[8.5,6.5,9,7],"texture":"#0"}}},{"from":[7.01,14.01,8.51],"to":[8.99,14.99,9.49],"rotation":{"angle":45,"axis":"x","origin":[7,15,9.5]},"faces":{"east":{"uv":[10.5,2.5,11,3],"texture":"#0"},"west":{"uv":[12,2.5,12.5,3],"texture":"#0"},"up":{"uv":[12,2.5,11,2],"texture":"#0"}}},{"from":[7,14,6.5],"to":[9,15,9.5],"rotation":{"angle":0,"axis":"y","origin":[7,15,6.5]},"faces":{"north":{"uv":[11.5,12.5,12.5,13],"texture":"#0"},"east":{"uv":[10,12.5,11.5,13],"texture":"#0"},"south":{"uv":[14,12.5,15,13],"texture":"#0"},"west":{"uv":[12.5,12.5,14,13],"texture":"#0"},"down":{"uv":[13.5,11,12.5,12.5],"texture":"#0"}}},{"from":[7.01,16.01,6.51],"to":[8.99,16.99,7.49],"rotation":{"angle":-45,"axis":"x","origin":[7,17,6.5]},"faces":{"north":{"uv":[4,8,5,8.5],"texture":"#0"},"east":{"uv":[3.5,8,4,8.5],"texture":"#0"},"west":{"uv":[5,8,5.5,8.5],"texture":"#0"}}},{"from":[7.01,17.01,8.51],"to":[8.99,17.99,9.49],"rotation":{"angle":-45,"axis":"x","origin":[7,17,9.5]},"faces":{"east":{"uv":[3.5,6.5,4,7],"texture":"#0"},"west":{"uv":[5,6.5,5.5,7],"texture":"#0"},"down":{"uv":[6,6,5,6.5],"texture":"#0"}}},{"from":[7,17,6.5],"to":[9,18,9.5],"rotation":{"angle":0,"axis":"y","origin":[7,17,6.5]},"faces":{"north":{"uv":[10.5,7.5,11.5,8],"texture":"#0"},"east":{"uv":[9,7.5,10.5,8],"texture":"#0"},"south":{"uv":[13,7.5,14,8],"texture":"#0"},"west":{"uv":[11.5,7.5,13,8],"texture":"#0"},"up":{"uv":[11.5,7.5,10.5,6],"texture":"#0"}}},{"from":[7.25,2,7.25],"to":[8.75,14,8.75],"rotation":{"angle":45,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[1,1,0,7],"texture":"#0"},"east":{"uv":[0,1,1,7],"texture":"#0"},"south":{"uv":[1,1,0,7],"texture":"#0"},"west":{"uv":[0,1,1,7],"texture":"#0"},"down":{"uv":[1,0,0,1],"texture":"#0"}}},{"from":[7,-7,7],"to":[9,-6,9],"rotation":{"angle":45,"axis":"y","origin":[8,-6.5,8]},"faces":{"north":{"uv":[10,1,11,1.5],"texture":"#0"},"east":{"uv":[9,1,10,1.5],"texture":"#0"},"south":{"uv":[12,1,13,1.5],"texture":"#0"},"west":{"uv":[11,1,12,1.5],"texture":"#0"},"up":{"uv":[11,1,10,0],"texture":"#0"},"down":{"uv":[12,0,11,1],"texture":"#0"}}},{"from":[7,1,6.5],"to":[9,2,9.5],"rotation":{"angle":0,"axis":"y","origin":[7,4,6.5]},"faces":{"north":{"uv":[6.5,2.5,7.5,3],"texture":"#0"},"east":{"uv":[5,2.5,6.5,3],"texture":"#0"},"south":{"uv":[9,2.5,10,3],"texture":"#0"},"west":{"uv":[7.5,2.5,9,3],"texture":"#0"},"up":{"uv":[7.5,2.5,6.5,1],"texture":"#0"},"down":{"uv":[8.5,1,7.5,2.5],"texture":"#0"}}},{"from":[7,15,7],"to":[9,17,9],"rotation":{"angle":0,"axis":"y","origin":[7,16,6.5]},"faces":{"east":{"uv":[3.25,13,4.25,14],"texture":"#0"},"west":{"uv":[3.25,13,4.25,14],"texture":"#0"}}},{"from":[7,18,7.5],"to":[10,21,8.5],"rotation":{"angle":45,"axis":"z","origin":[8,19,8]},"faces":{"north":{"uv":[8.5,4,10,5.5],"texture":"#0"},"east":{"uv":[8,4,8.5,5.5],"texture":"#0"},"south":{"uv":[10.5,4,12,5.5],"texture":"#0"},"west":{"uv":[10,4,10.5,5.5],"texture":"#0"},"up":{"uv":[10,4,8.5,3.5],"texture":"#0"},"down":{"uv":[11.5,3.5,10,4],"texture":"#0"}}},{"from":[7.50625,19.5,7],"to":[8.49375,21.5,9],"rotation":{"angle":0,"axis":"y","origin":[7.5,20.5,8]},"faces":{"north":{"uv":[1,13,1.5,14],"texture":"#0"},"east":{"uv":[0,13,1,14],"texture":"#0"},"south":{"uv":[2.5,13,3,14],"texture":"#0"},"west":{"uv":[1.5,13,2.5,14],"texture":"#0"},"down":{"uv":[2,12,1.5,13],"texture":"#0"}}},{"from":[7.5,21.5,7],"to":[8.5,27.5,9],"rotation":{"angle":-45,"axis":"x","origin":[15,21.5,9]},"faces":{"north":{"uv":[1,8.5,1.5,11.5],"texture":"#0"},"east":{"uv":[0,8.5,1,11.5],"texture":"#0"},"south":{"uv":[2.5,8.5,3,11.5],"texture":"#0"},"west":{"uv":[1.5,8.5,2.5,11.5],"texture":"#0"},"up":{"uv":[1,7.5,1.5,8.5],"texture":"#0"}}},{"from":[7.5,25.5,9],"to":[8.5,27.5,13],"rotation":{"angle":-45,"axis":"x","origin":[15,21.5,9]},"faces":{"east":{"uv":[15.5,8.5,11.5,9.5],"texture":"#0"},"west":{"uv":[11.5,8.5,15.5,9.5],"texture":"#0"},"up":{"uv":[2,6,2.5,8],"texture":"#0"},"down":{"uv":[3,6,2.5,8],"texture":"#0"}}},{"from":[7.50625,27.15685,7],"to":[8.49375,29.15685,9],"rotation":{"angle":0,"axis":"y","origin":[7.5,20.15685,8]},"faces":{"north":{"uv":[14,5,14.5,6],"texture":"#0"},"east":{"uv":[13,5,14,6],"texture":"#0"},"south":{"uv":[14,6,14.5,7],"texture":"#0"},"west":{"uv":[13,6,14,7],"texture":"#0"}}},{"from":[6.5,22.82843,8.20711],"to":[9.5,25.82843,11.20711],"rotation":{"angle":-45,"axis":"x","origin":[8,24.32843,9.70711]},"faces":{"north":{"uv":[1.5,0,3,1.5],"texture":"#0"},"east":{"uv":[3,1.5,1.5,3],"texture":"#0"},"south":{"uv":[3,1.5,4.5,3],"texture":"#0"},"west":{"uv":[1.5,1.5,3,3],"texture":"#0"},"up":{"uv":[3,3,4.5,1.5],"texture":"#0"},"down":{"uv":[3,0,1.5,1.5],"texture":"#0"}}},{"from":[6.25,15.5,6.25],"to":[9.75,16.5,9.75],"rotation":{"angle":45,"axis":"y","origin":[8,3.5,8]},"faces":{"north":{"uv":[3,5,4.5,5.5],"texture":"#0"},"east":{"uv":[1.5,5,3,5.5],"texture":"#0"},"south":{"uv":[6,5,7.5,5.5],"texture":"#0"},"west":{"uv":[4.5,5,6,5.5],"texture":"#0"},"up":{"uv":[4.5,5,3,3.5],"texture":"#0"},"down":{"uv":[6,3.5,4.5,5],"texture":"#0"}}},{"from":[7.5,29.15685,7],"to":[8.5,30.15685,8],"rotation":{"angle":0,"axis":"y","origin":[7.5,20.15685,8]},"faces":{"north":{"uv":[13,4,13.5,4.5],"texture":"#0"},"east":{"uv":[12.5,4,13,4.5],"texture":"#0"},"south":{"uv":[14,4,14.5,4.5],"texture":"#0"},"west":{"uv":[13.5,4,14,4.5],"texture":"#0"},"up":{"uv":[13.5,4,13,3.5],"texture":"#0"},"down":{"uv":[14,3.5,13.5,4],"texture":"#0"}}},{"from":[7.49375,29.15685,8],"to":[8.50625,30.56935,9],"rotation":{"angle":-45,"axis":"x","origin":[7.5,29.15685,9]},"faces":{"east":{"uv":[3.5,9,4,10],"texture":"#0"},"south":{"uv":[5,9,5.5,10],"texture":"#0"},"west":{"uv":[4.5,9,5,10],"texture":"#0"}}},{"from":[6.25,0,6.25],"to":[9.75,1,9.75],"rotation":{"angle":45,"axis":"y","origin":[8,3.5,8]},"faces":{"north":{"uv":[3,5,4.5,5.5],"texture":"#0"},"east":{"uv":[1.5,5,3,5.5],"texture":"#0"},"south":{"uv":[6,5,7.5,5.5],"texture":"#0"},"west":{"uv":[4.5,5,6,5.5],"texture":"#0"},"up":{"uv":[4.5,5,3,3.5],"texture":"#0"},"down":{"uv":[6,3.5,4.5,5],"texture":"#0"}}},{"from":[7,-1,6.5],"to":[9,0,9.5],"rotation":{"angle":0,"axis":"y","origin":[7,-1,6.5]},"faces":{"north":{"uv":[10.5,7.5,11.5,8],"texture":"#0"},"east":{"uv":[9,7.5,10.5,8],"texture":"#0"},"south":{"uv":[13,7.5,14,8],"texture":"#0"},"west":{"uv":[11.5,7.5,13,8],"texture":"#0"},"up":{"uv":[11.5,7.5,10.5,6],"texture":"#0"}}},{"from":[7.01,-0.99,8.51],"to":[8.99,-0.01,9.49],"rotation":{"angle":-45,"axis":"x","origin":[7,-1,9.5]},"faces":{"east":{"uv":[3.5,6.5,4,7],"texture":"#0"},"west":{"uv":[5,6.5,5.5,7],"texture":"#0"},"down":{"uv":[6,6,5,6.5],"texture":"#0"}}},{"from":[7.01,-1.99,6.51],"to":[8.99,-1.01,7.49],"rotation":{"angle":-45,"axis":"x","origin":[7,-1,6.5]},"faces":{"north":{"uv":[4,8,5,8.5],"texture":"#0"},"east":{"uv":[3.5,8,4,8.5],"texture":"#0"},"west":{"uv":[5,8,5.5,8.5],"texture":"#0"}}},{"from":[5.25,27.8,5.25],"to":[10.75,28.2,10.75],"rotation":{"angle":-22.5,"axis":"y","origin":[8,28,8]},"faces":{"north":{"uv":[0,6,5,7],"texture":"#1"},"east":{"uv":[0,4,5,5],"texture":"#1"},"south":{"uv":[0,2,5,3],"texture":"#1"},"west":{"uv":[0,0,5,1],"texture":"#1"}}},{"from":[5.25,19.8,5.25],"to":[10.75,20.2,10.75],"rotation":{"angle":22.5,"axis":"y","origin":[8,20,8]},"faces":{"north":{"uv":[0,2,5,3],"texture":"#1"},"east":{"uv":[0,0,5,1],"texture":"#1"},"south":{"uv":[0,6,5,7],"texture":"#1"},"west":{"uv":[0,4,5,5],"texture":"#1"}}},{"from":[4.25,23.8,4.25],"to":[11.75,24.2,11.75],"rotation":{"angle":45,"axis":"y","origin":[8,24,8]},"faces":{"north":{"uv":[0,2,5,3],"texture":"#1"},"east":{"uv":[0,0,5,1],"texture":"#1"},"south":{"uv":[0,6,5,7],"texture":"#1"},"west":{"uv":[0,4,5,5],"texture":"#1"}}},{"from":[10.75,28.2,10.75],"to":[5.25,27.8,5.25],"rotation":{"angle":-22.5,"axis":"y","origin":[8,28,8]},"faces":{"north":{"uv":[0,3,5,2],"texture":"#1"},"east":{"uv":[0,1,5,0],"texture":"#1"},"south":{"uv":[0,7,5,6],"texture":"#1"},"west":{"uv":[0,5,5,4],"texture":"#1"}}},{"from":[11.75,24.2,11.75],"to":[4.25,23.8,4.25],"rotation":{"angle":45,"axis":"y","origin":[8,24,8]},"faces":{"north":{"uv":[0,7,5,6],"texture":"#1"},"east":{"uv":[0,5,5,4],"texture":"#1"},"south":{"uv":[0,3,5,2],"texture":"#1"},"west":{"uv":[0,1,5,0],"texture":"#1"}}},{"from":[10.75,20.2,10.75],"to":[5.25,19.8,5.25],"rotation":{"angle":22.5,"axis":"y","origin":[8,20,8]},"faces":{"north":{"uv":[0,7,5,6],"texture":"#1"},"east":{"uv":[0,5,5,4],"texture":"#1"},"south":{"uv":[0,3,5,2],"texture":"#1"},"west":{"uv":[0,1,5,0],"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[5,-160,5],"translation":[-1,-2,2]},"thirdperson_lefthand":{"rotation":[5,-160,5],"translation":[-1,-2,2]},"firstperson_righthand":{"rotation":[10,170,5],"translation":[5,-5,-5]},"firstperson_lefthand":{"rotation":[10,170,5],"translation":[5,-5,-5]},"gui":{"rotation":[40,45,-40],"translation":[-1,-1,0],"scale":[0.53,0.53,0.53]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/dynasty_wand.json b/assets/minecraft/models/item/wynn/skin/wand/dynasty_wand.json new file mode 100644 index 000000000..71bf5866c --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/dynasty_wand.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/cherry_detail","1":"block/dark_oak_log","2":"block/birch_log_top","3":"block/red_wool","4":"skins/crescent_detail","particle":"skins/cherry_detail"},"elements":[{"from":[7,-6.25,6.75],"to":[8.5,6.25,8.25],"faces":{"north":{"uv":[0,0,1,12],"texture":"#1"},"east":{"uv":[0,0,1,12],"texture":"#1"},"south":{"uv":[0,0,1,12],"texture":"#1"},"west":{"uv":[0,0,1,12],"texture":"#1"},"up":{"uv":[0,0,1,1],"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[6.8,-5.2,6.45],"to":[8.7,1.1,8.35],"faces":{"north":{"uv":[3,1,5,8],"texture":"#3"},"east":{"uv":[7,4,9,11],"texture":"#3"},"south":{"uv":[3,2,5,9],"texture":"#3"},"west":{"uv":[4,3,6,10],"texture":"#3"},"up":{"uv":[0,0,1,1],"texture":"#3"},"down":{"uv":[0,0,1,1],"texture":"#3"}}},{"from":[6.75,-4.93743,5.37679],"to":[8.65,0.96257,5.28679],"rotation":{"angle":22.5,"axis":"x","origin":[7.70974,-1.99431,5.31718]},"faces":{"north":{"uv":[0,1,13,5],"rotation":90,"texture":"#4"},"east":{"uv":[7,4,9,11],"texture":"#4"},"south":{"uv":[0,5,13,1],"rotation":90,"texture":"#4"},"west":{"uv":[0,1,13,5],"texture":"#4"},"up":{"uv":[0,0,1,1],"texture":"#4"},"down":{"uv":[0,0,1,1],"texture":"#4"}}},{"from":[6.64832,-12.64945,9.19562],"to":[8.34832,-4.94945,10.89562],"rotation":{"angle":-22.5,"axis":"x","origin":[8.50879,-12.04515,10.03338]},"faces":{"north":{"uv":[0,0,1,11],"texture":"#1"},"east":{"uv":[0,0,1,11],"texture":"#1"},"south":{"uv":[0,0,1,11],"texture":"#1"},"west":{"uv":[0,0,1,11],"texture":"#1"},"up":{"uv":[0,0,1,1],"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[6.94832,-12.84945,9.49562],"to":[8.04832,-5.74945,10.59562],"rotation":{"angle":-22.5,"axis":"x","origin":[8.50879,-12.04515,10.03338]},"faces":{"north":{"uv":[6,3,7,14],"texture":"#2"},"east":{"uv":[7,2,8,13],"texture":"#2"},"south":{"uv":[7,2,8,13],"texture":"#2"},"west":{"uv":[4,2,5,13],"texture":"#2"},"up":{"uv":[0,0,1,1],"texture":"#2"},"down":{"uv":[6,6,10,10],"texture":"#2"}}},{"from":[8.04481,11.87984,6.01214],"to":[8.94481,17.77984,6.91214],"rotation":{"angle":-22.5,"axis":"x","origin":[8.48905,19.27953,7.38854]},"faces":{"north":{"uv":[0,0,1,6],"texture":"#1"},"east":{"uv":[0,0,1,6],"texture":"#1"},"south":{"uv":[0,0,1,6],"texture":"#1"},"west":{"uv":[0,0,1,6],"texture":"#1"},"up":{"uv":[0,0,1,1],"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[7.70681,5.18191,8.78529],"to":[8.80681,14.28191,9.88529],"rotation":{"angle":0,"axis":"y","origin":[8.00681,7.23191,9.83529]},"faces":{"north":{"uv":[0,0,1,9],"texture":"#1"},"east":{"uv":[0,0,1,9],"texture":"#1"},"south":{"uv":[0,0,1,9],"texture":"#1"},"west":{"uv":[0,0,1,9],"texture":"#1"},"up":{"uv":[0,0,1,1],"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[7.50681,9.73695,3.27735],"to":[8.00681,15.23695,3.77735],"rotation":{"angle":0,"axis":"x","origin":[8.48816,10.73899,0.0425]},"faces":{"north":{"uv":[0,0,1,6],"texture":"#1"},"east":{"uv":[0,0,1,6],"texture":"#1"},"south":{"uv":[0,0,1,6],"texture":"#1"},"west":{"uv":[0,0,1,6],"texture":"#1"},"up":{"uv":[0,0,1,1],"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[6.50681,9.48695,3.02735],"to":[7.00681,12.98695,3.52735],"rotation":{"angle":22.5,"axis":"z","origin":[6.74117,12.24432,3.28564]},"faces":{"north":{"uv":[0,0,1,4],"texture":"#1"},"east":{"uv":[0,0,1,4],"texture":"#1"},"south":{"uv":[0,0,1,4],"texture":"#1"},"west":{"uv":[0,0,1,4],"texture":"#1"},"up":{"uv":[0,0,1,1],"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[8.80924,13.23885,9.27735],"to":[9.30924,18.73885,9.77735],"rotation":{"angle":-22.5,"axis":"z","origin":[9.04715,15.98916,9.54297]},"faces":{"north":{"uv":[0,0,1,6],"texture":"#1"},"east":{"uv":[0,0,1,6],"texture":"#1"},"south":{"uv":[0,0,1,6],"texture":"#1"},"west":{"uv":[0,0,1,6],"texture":"#1"},"up":{"uv":[0,0,1,1],"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[8.65931,17.54448,9.37903],"to":[8.95931,20.84448,9.67903],"rotation":{"angle":22.5,"axis":"z","origin":[8.79077,20.19745,9.55163]},"faces":{"north":{"uv":[0,0,1,4],"texture":"#1"},"east":{"uv":[0,0,1,4],"texture":"#1"},"south":{"uv":[0,0,1,4],"texture":"#1"},"west":{"uv":[0,0,1,4],"texture":"#1"},"up":{"uv":[0,0,1,1],"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[10.04066,16.62136,9.37903],"to":[10.34066,19.92136,9.67903],"rotation":{"angle":-45,"axis":"z","origin":[9.4247,17.7773,9.54667]},"faces":{"north":{"uv":[0,0,1,4],"texture":"#1"},"east":{"uv":[0,0,1,4],"texture":"#1"},"south":{"uv":[0,0,1,4],"texture":"#1"},"west":{"uv":[0,0,1,4],"texture":"#1"},"up":{"uv":[0,0,1,1],"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[8.25161,21.31175,8.04742],"to":[8.75161,27.81175,8.54742],"rotation":{"angle":-22.5,"axis":"x","origin":[8.48905,19.27953,7.38854]},"faces":{"north":{"uv":[0,0,1,7],"texture":"#1"},"east":{"uv":[0,0,1,7],"texture":"#1"},"south":{"uv":[0,0,1,7],"texture":"#1"},"west":{"uv":[0,0,1,7],"texture":"#1"},"up":{"uv":[0,0,1,1],"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[8.35161,21.41175,8.14742],"to":[8.65161,24.71175,8.44742],"rotation":{"angle":22.5,"axis":"x","origin":[8.47584,23.06206,8.32288]},"faces":{"north":{"uv":[0,0,0.6,3.6],"texture":"#1"},"east":{"uv":[0,0,0.6,3.6],"texture":"#1"},"south":{"uv":[0,0,0.6,3.6],"texture":"#1"},"west":{"uv":[0,0,0.6,3.6],"texture":"#1"},"up":{"uv":[0,0,1,1],"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[8.35161,25.43759,5.70397],"to":[8.65161,28.73759,6.00397],"rotation":{"angle":0,"axis":"x","origin":[8.46936,29.10238,5.4112]},"faces":{"north":{"uv":[0,0,0.6,3.6],"texture":"#1"},"east":{"uv":[0,0,0.6,3.6],"texture":"#1"},"south":{"uv":[0,0,0.6,3.6],"texture":"#1"},"west":{"uv":[0,0,0.6,3.6],"texture":"#1"},"up":{"uv":[0,0,1,1],"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[8.35161,19.14663,5.00409],"to":[8.65161,22.44663,5.30409],"rotation":{"angle":0,"axis":"x","origin":[8.46951,18.94851,5.59715]},"faces":{"north":{"uv":[0,0,0.6,3.6],"rotation":180,"texture":"#1"},"east":{"uv":[0,0,0.6,3.6],"rotation":180,"texture":"#1"},"south":{"uv":[0,0,0.6,3.6],"rotation":180,"texture":"#1"},"west":{"uv":[0,0,0.6,3.6],"rotation":180,"texture":"#1"},"up":{"uv":[0,0,1,1],"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[8.34635,24.4015,8.16005],"to":[8.64635,27.1015,8.46005],"rotation":{"angle":-22.5,"axis":"x","origin":[8.47057,26.04147,8.28663]},"faces":{"north":{"uv":[0,0,0.6,3.6],"rotation":180,"texture":"#1"},"east":{"uv":[0,0,0.6,3.6],"rotation":180,"texture":"#1"},"south":{"uv":[0,0,0.6,3.6],"rotation":180,"texture":"#1"},"west":{"uv":[0,0,0.6,3.6],"rotation":180,"texture":"#1"},"up":{"uv":[0,0,1,1],"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[8.35185,28.49891,3.22183],"to":[8.65185,28.79891,5.92183],"rotation":{"angle":22.5,"axis":"x","origin":[8.47486,28.61217,5.8585]},"faces":{"north":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"},"east":{"uv":[0,0,0.6,3.6],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,0.6,3.6],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,0.6,3.6],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,0.6,3.6],"texture":"#1"}}},{"from":[8.34635,18.64371,5.08578],"to":[8.64635,18.94371,7.78578],"rotation":{"angle":45,"axis":"x","origin":[8.46951,18.94851,5.59715]},"faces":{"north":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"},"east":{"uv":[0,0,0.6,3.6],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,0.6,3.6],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,0.6,3.6],"texture":"#1"},"down":{"uv":[0,0,0.6,3.6],"rotation":180,"texture":"#1"}}},{"from":[8.39635,25.14411,9.07151],"to":[8.59635,27.74411,9.27151],"rotation":{"angle":22.5,"axis":"x","origin":[8.46605,26.43262,9.19946]},"faces":{"north":{"uv":[0,0,0.6,3.6],"rotation":180,"texture":"#1"},"east":{"uv":[0,0,0.6,3.6],"rotation":180,"texture":"#1"},"south":{"uv":[0,0,0.6,3.6],"rotation":180,"texture":"#1"},"west":{"uv":[0,0,0.6,3.6],"rotation":180,"texture":"#1"},"up":{"uv":[0,0,1,1],"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[8.39635,28.94883,5.27147],"to":[8.59635,30.54883,5.47147],"rotation":{"angle":22.5,"axis":"x","origin":[8.46936,29.10238,5.4112]},"faces":{"north":{"uv":[0,0,0.6,3.6],"rotation":180,"texture":"#1"},"east":{"uv":[0,0,0.6,3.6],"rotation":180,"texture":"#1"},"south":{"uv":[0,0,0.6,3.6],"rotation":180,"texture":"#1"},"west":{"uv":[0,0,0.6,3.6],"rotation":180,"texture":"#1"},"up":{"uv":[0,0,1,1],"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[8.39635,21.00669,3.74796],"to":[8.59635,21.20669,5.34796],"rotation":{"angle":45,"axis":"x","origin":[8.47506,21.09035,4.55293]},"faces":{"north":{"uv":[0,0,1,1],"rotation":180,"texture":"#1"},"east":{"uv":[0,0,0.6,3.6],"rotation":270,"texture":"#1"},"south":{"uv":[0,0,1,1],"texture":"#1"},"west":{"uv":[0,0,0.6,3.6],"rotation":90,"texture":"#1"},"up":{"uv":[0,0,0.6,3.6],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,0.6,3.6],"texture":"#1"}}},{"from":[7.35227,0.46996,7.76932],"to":[8.65227,7.76996,9.06932],"rotation":{"angle":22.5,"axis":"x","origin":[8.50925,3.12172,8.41059]},"faces":{"north":{"uv":[0,0,1,7],"texture":"#1"},"east":{"uv":[0,0,1,7],"texture":"#1"},"south":{"uv":[0,0,1,7],"texture":"#1"},"west":{"uv":[0,0,1,7],"texture":"#1"},"up":{"uv":[0,0,1,1],"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[7.35227,3.25596,3.0094],"to":[8.15227,10.05596,3.8094],"rotation":{"angle":-45,"axis":"x","origin":[8.50834,9.38529,2.56515]},"faces":{"north":{"uv":[0,0,1,7],"texture":"#1"},"east":{"uv":[0,0,1,7],"texture":"#1"},"south":{"uv":[0,0,1,7],"texture":"#1"},"west":{"uv":[0,0,1,7],"texture":"#1"},"up":{"uv":[0,0,1,1],"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[8.14707,16.61871,7.15817],"to":[8.84707,22.31871,7.85817],"rotation":{"angle":0,"axis":"x","origin":[8.48905,19.27953,7.38854]},"faces":{"north":{"uv":[0,0,1,6],"texture":"#1"},"east":{"uv":[0,0,1,6],"texture":"#1"},"south":{"uv":[0,0,1,6],"texture":"#1"},"west":{"uv":[0,0,1,6],"texture":"#1"},"up":{"uv":[0,0,1,1],"texture":"#1"},"down":{"uv":[0,0,1,1],"texture":"#1"}}},{"from":[6.2433,12,2.25327],"to":[6.2533,14,4.25327],"rotation":{"angle":-22.5,"axis":"z","origin":[6.23173,13.00783,3.26202]},"faces":{"north":{"uv":[0,0,0.01,2],"texture":"#0"},"east":{"uv":[11,5,0,16],"texture":"#0"},"south":{"uv":[0,0,0.01,2],"texture":"#0"},"west":{"uv":[0,5,11,16],"texture":"#0"},"up":{"uv":[0,0,2,0.01],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,2,0.01],"rotation":90,"texture":"#0"}}},{"from":[7.3433,6.1,9.95327],"to":[7.3533,8.1,11.95327],"rotation":{"angle":45,"axis":"y","origin":[7.33173,7.10783,10.96202]},"faces":{"north":{"uv":[0,0,0.01,2],"texture":"#0"},"east":{"uv":[11,5,0,16],"texture":"#0"},"south":{"uv":[0,0,0.01,2],"texture":"#0"},"west":{"uv":[0,5,11,16],"texture":"#0"},"up":{"uv":[0,0,2,0.01],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,2,0.01],"rotation":90,"texture":"#0"}}},{"from":[11.7392,17.50382,8.75327],"to":[11.7492,19.50382,10.75327],"rotation":{"angle":22.5,"axis":"z","origin":[11.72007,18.49944,9.77207]},"faces":{"north":{"uv":[0,0,0.01,2],"texture":"#0"},"east":{"uv":[11,5,0,16],"texture":"#0"},"south":{"uv":[0,0,0.01,2],"texture":"#0"},"west":{"uv":[0,5,11,16],"texture":"#0"},"up":{"uv":[0,0,2,0.01],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,2,0.01],"rotation":90,"texture":"#0"}}},{"from":[8.73495,20.20539,8.75327],"to":[8.74495,21.20539,9.75327],"rotation":{"angle":-45,"axis":"z","origin":[8.72191,21.21091,9.77385]},"faces":{"north":{"uv":[0,0,0.01,2],"texture":"#0"},"east":{"uv":[11,5,0,16],"texture":"#0"},"south":{"uv":[0,0,0.01,2],"texture":"#0"},"west":{"uv":[5,0,10,5],"texture":"#0"},"up":{"uv":[0,0,2,0.01],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,2,0.01],"rotation":90,"texture":"#0"}}},{"from":[8.73495,12.20539,9.85327],"to":[8.74495,13.20539,10.85327],"rotation":{"angle":-45,"axis":"z","origin":[8.72191,13.21091,10.87385]},"faces":{"north":{"uv":[0,0,0.01,2],"texture":"#0"},"east":{"uv":[14,0,10,4],"texture":"#0"},"south":{"uv":[0,0,0.01,2],"texture":"#0"},"west":{"uv":[10,0,14,4],"texture":"#0"},"up":{"uv":[0,0,2,0.01],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,2,0.01],"rotation":90,"texture":"#0"}}},{"from":[7.78495,15.24033,2.82937],"to":[7.79495,16.24033,3.82937],"rotation":{"angle":22.5,"axis":"x","origin":[7.77191,16.26091,2.82385]},"faces":{"north":{"uv":[0,0,2,0.01],"rotation":90,"texture":"#0"},"east":{"uv":[14,0,10,4],"rotation":90,"texture":"#0"},"south":{"uv":[0,0,2,0.01],"rotation":90,"texture":"#0"},"west":{"uv":[10,0,14,4],"rotation":270,"texture":"#0"},"up":{"uv":[0,0,0.01,2],"texture":"#0"},"down":{"uv":[0,0,0.01,2],"rotation":180,"texture":"#0"}}},{"from":[8.53495,27.49033,9.07937],"to":[8.54495,28.49033,10.07937],"rotation":{"angle":22.5,"axis":"x","origin":[8.52191,28.51091,9.07385]},"faces":{"north":{"uv":[0,0,2,0.01],"rotation":90,"texture":"#0"},"east":{"uv":[14,0,10,4],"rotation":90,"texture":"#0"},"south":{"uv":[0,0,2,0.01],"rotation":90,"texture":"#0"},"west":{"uv":[10,0,14,4],"rotation":270,"texture":"#0"},"up":{"uv":[0,0,0.01,2],"texture":"#0"},"down":{"uv":[0,0,0.01,2],"rotation":180,"texture":"#0"}}},{"from":[8.48495,30.14033,6.52937],"to":[8.49495,30.89033,6.77937],"rotation":{"angle":45,"axis":"x","origin":[8.47191,31.16091,6.52385]},"faces":{"north":{"uv":[0,0,2,0.01],"rotation":90,"texture":"#0"},"east":{"uv":[16,0,14,6],"rotation":180,"texture":"#0"},"south":{"uv":[0,0,2,0.01],"rotation":90,"texture":"#0"},"west":{"uv":[14,0,16,6],"rotation":180,"texture":"#0"},"up":{"uv":[0,0,0.01,2],"texture":"#0"},"down":{"uv":[0,0,0.01,2],"rotation":180,"texture":"#0"}}},{"from":[8.48495,29.61094,3.0488],"to":[8.49495,30.36094,3.2988],"rotation":{"angle":-45,"axis":"x","origin":[8.44727,30.01612,3.19833]},"faces":{"north":{"uv":[0,0,2,0.01],"rotation":90,"texture":"#0"},"east":{"uv":[16,0,14,6],"rotation":180,"texture":"#0"},"south":{"uv":[0,0,2,0.01],"rotation":90,"texture":"#0"},"west":{"uv":[14,0,16,6],"rotation":180,"texture":"#0"},"up":{"uv":[0,0,0.01,2],"texture":"#0"},"down":{"uv":[0,0,0.01,2],"rotation":180,"texture":"#0"}}},{"from":[10.4892,16.25382,8.50327],"to":[10.4992,17.25382,9.50327],"rotation":{"angle":45,"axis":"y","origin":[10.47007,17.24944,9.52207]},"faces":{"north":{"uv":[0,0,0.01,2],"texture":"#0"},"east":{"uv":[5,0,0,5],"texture":"#0"},"south":{"uv":[0,0,0.01,2],"texture":"#0"},"west":{"uv":[0,0,5,5],"texture":"#0"},"up":{"uv":[0,0,2,0.01],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,2,0.01],"rotation":90,"texture":"#0"}}},{"from":[7.89491,21.25382,3.86783],"to":[8.89491,22.25382,3.87783],"rotation":{"angle":22.5,"axis":"y","origin":[8.38911,21.76204,3.91113]},"faces":{"north":{"uv":[16,5,11,10],"texture":"#0"},"east":{"uv":[0,0,0.01,2],"texture":"#0"},"south":{"uv":[11,5,16,10],"texture":"#0"},"west":{"uv":[0,0,0.01,2],"texture":"#0"},"up":{"uv":[0,0,2,0.01],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,2,0.01],"rotation":180,"texture":"#0"}}},{"from":[9.09581,13.75382,6.80533],"to":[9.10581,14.75382,7.80533],"rotation":{"angle":-22.5,"axis":"y","origin":[9.13911,14.26204,7.31113]},"faces":{"north":{"uv":[0,0,0.01,2],"texture":"#0"},"east":{"uv":[11,5,16,10],"texture":"#0"},"south":{"uv":[0,0,0.01,2],"texture":"#0"},"west":{"uv":[16,5,11,10],"texture":"#0"},"up":{"uv":[0,0,2,0.01],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,2,0.01],"rotation":270,"texture":"#0"}}},{"from":[8.25509,22.00382,4.43612],"to":[8.26509,23.00382,5.43612],"rotation":{"angle":-22.5,"axis":"y","origin":[8.24904,22.5099,4.89823]},"faces":{"north":{"uv":[0,0,0.01,2],"texture":"#0"},"east":{"uv":[10,0,5,5],"texture":"#0"},"south":{"uv":[0,0,0.01,2],"texture":"#0"},"west":{"uv":[5,0,10,5],"texture":"#0"},"up":{"uv":[0,0,2,0.01],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,2,0.01],"rotation":90,"texture":"#0"}}},{"from":[7.66409,19.25382,4.93515],"to":[8.66409,20.25382,4.94515],"rotation":{"angle":-22.5,"axis":"y","origin":[7.13911,19.01204,4.81113]},"faces":{"north":{"uv":[10,0,5,5],"texture":"#0"},"east":{"uv":[0,0,0.01,2],"texture":"#0"},"south":{"uv":[5,0,10,5],"texture":"#0"},"west":{"uv":[0,0,0.01,2],"texture":"#0"},"up":{"uv":[0,0,2,0.01],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,2,0.01],"rotation":180,"texture":"#0"}}},{"from":[8.17931,20.20382,5.33862],"to":[9.17931,21.20382,5.34862],"rotation":{"angle":45,"axis":"y","origin":[8.71409,20.70955,5.3624]},"faces":{"north":{"uv":[10,0,5,5],"texture":"#0"},"east":{"uv":[0,0,0.01,2],"texture":"#0"},"south":{"uv":[5,0,10,5],"texture":"#0"},"west":{"uv":[0,0,0.01,2],"texture":"#0"},"up":{"uv":[0,0,2,0.01],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,2,0.01],"rotation":180,"texture":"#0"}}},{"from":[7.37515,15.70382,5.99993],"to":[8.37515,16.70382,6.00993],"rotation":{"angle":-45,"axis":"y","origin":[6.38911,17.26204,6.31113]},"faces":{"north":{"uv":[5,0,10,5],"texture":"#0"},"east":{"uv":[0,0,0.01,2],"texture":"#0"},"south":{"uv":[10,0,5,5],"texture":"#0"},"west":{"uv":[0,0,0.01,2],"texture":"#0"},"up":{"uv":[0,0,2,0.01],"texture":"#0"},"down":{"uv":[0,0,2,0.01],"texture":"#0"}}},{"from":[8.25509,26.60382,7.33612],"to":[8.26509,27.60382,8.33612],"rotation":{"angle":-45,"axis":"z","origin":[8.24904,27.1099,7.79823]},"faces":{"north":{"uv":[0,0,0.01,2],"texture":"#0"},"east":{"uv":[16,11,11,16],"texture":"#0"},"south":{"uv":[0,0,0.01,2],"texture":"#0"},"west":{"uv":[11,11,16,16],"texture":"#0"},"up":{"uv":[0,0,2,0.01],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,2,0.01],"rotation":90,"texture":"#0"}}},{"from":[8.3892,9.25382,2.25327],"to":[8.3992,10.25382,3.25327],"rotation":{"angle":45,"axis":"x","origin":[8.37007,10.24944,3.27207]},"faces":{"north":{"uv":[0,0,0.01,2],"texture":"#0"},"east":{"uv":[5,0,0,5],"texture":"#0"},"south":{"uv":[0,0,0.01,2],"texture":"#0"},"west":{"uv":[0,0,5,5],"texture":"#0"},"up":{"uv":[0,0,2,0.01],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,2,0.01],"rotation":90,"texture":"#0"}}},{"from":[7.8892,9.37012,4.35099],"to":[7.8992,10.37012,5.35099],"rotation":{"angle":-22.5,"axis":"x","origin":[7.88424,9.87253,4.85805]},"faces":{"north":{"uv":[0,0,2,0.01],"rotation":270,"texture":"#0"},"east":{"uv":[5,0,0,5],"rotation":270,"texture":"#0"},"south":{"uv":[0,0,2,0.01],"rotation":270,"texture":"#0"},"west":{"uv":[0,0,5,5],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,0.01,2],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,0.01,2],"texture":"#0"}}},{"from":[8.5892,4.63064,7.36768],"to":[8.5992,5.63064,8.36768],"rotation":{"angle":-22.5,"axis":"x","origin":[8.57007,5.64944,7.37207]},"faces":{"north":{"uv":[0,0,2,0.01],"rotation":90,"texture":"#0"},"east":{"uv":[14,0,10,4],"rotation":90,"texture":"#0"},"south":{"uv":[0,0,2,0.01],"rotation":90,"texture":"#0"},"west":{"uv":[10,0,14,4],"rotation":270,"texture":"#0"},"up":{"uv":[0,0,0.01,2],"texture":"#0"},"down":{"uv":[0,0,0.01,2],"rotation":180,"texture":"#0"}}},{"from":[7.0392,6.35382,7.70327],"to":[7.0492,7.35382,8.70327],"rotation":{"angle":-22.5,"axis":"x","origin":[7.02007,7.34944,8.72207]},"faces":{"north":{"uv":[0,0,0.01,2],"texture":"#0"},"east":{"uv":[14,0,10,4],"texture":"#0"},"south":{"uv":[0,0,0.01,2],"texture":"#0"},"west":{"uv":[10,0,14,4],"texture":"#0"},"up":{"uv":[0,0,2,0.01],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,2,0.01],"rotation":90,"texture":"#0"}}},{"from":[7.30127,26.25382,4.54293],"to":[9.30127,28.25382,4.55293],"rotation":{"angle":45,"axis":"y","origin":[8.32007,27.24944,4.57207]},"faces":{"north":{"uv":[11,5,0,16],"texture":"#0"},"east":{"uv":[0,0,0.01,2],"texture":"#0"},"south":{"uv":[0,5,11,16],"texture":"#0"},"west":{"uv":[0,0,0.01,2],"texture":"#0"},"up":{"uv":[0,0,2,0.01],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,2,0.01],"rotation":180,"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,16,0],"translation":[0.25,8.5,1.75]},"thirdperson_lefthand":{"rotation":[0,16,0],"translation":[0.25,8,1.5]},"firstperson_righthand":{"rotation":[-7,24,9],"translation":[13,4,-9.5]},"firstperson_lefthand":{"rotation":[-7,24,9],"translation":[13,4,-9.5]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.5,0.5,0.5]},"gui":{"rotation":[80,134,-51],"translation":[0.75,0.75,0],"scale":[0.8,0.8,0.8]},"head":{"translation":[0,-0.25,0.25],"scale":[2.5,2.5,2.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/flaming_wand.json b/assets/minecraft/models/item/wynn/skin/wand/flaming_wand.json new file mode 100644 index 000000000..e405e6af9 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/flaming_wand.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"particle":"skins/flaming_set/flaming_wand","texture":"skins/flaming_set/flaming_wand"},"elements":[{"from":[7.75,13.75,7.25],"to":[8.5,14.5,8.75],"faces":{"down":{"uv":[7.75,2.25,8.5,2],"texture":"#texture"},"up":{"uv":[7.75,1.5,8.5,1.75],"texture":"#texture"},"north":{"uv":[8.5,1.5,7.75,2.25],"texture":"#texture"},"south":{"uv":[7.75,1.5,8.5,2.25],"texture":"#texture"},"west":{"uv":[7.75,1.5,8,2.25],"texture":"#texture"},"east":{"uv":[8.5,1.5,8.25,2.25],"texture":"#texture"}}},{"from":[7.75,11.5,7.25],"to":[8.5,12,8.75],"faces":{"down":{"uv":[7.75,4.5,8.5,4.25],"texture":"#texture"},"up":{"uv":[7.75,4,8.5,4.25],"texture":"#texture"},"north":{"uv":[8.5,4,7.75,4.5],"texture":"#texture"},"south":{"uv":[7.75,4,8.5,4.5],"texture":"#texture"},"west":{"uv":[7.75,4,8,4.5],"texture":"#texture"},"east":{"uv":[8.5,4,8.25,4.5],"texture":"#texture"}}},{"from":[7.75,10.25,7.25],"to":[8.5,10.5,8.75],"faces":{"down":{"uv":[7.75,5.75,8.5,5.5],"texture":"#texture"},"up":{"uv":[7.75,5.5,8.5,5.75],"texture":"#texture"},"north":{"uv":[8.5,5.5,7.75,5.75],"texture":"#texture"},"south":{"uv":[7.75,5.5,8.5,5.75],"texture":"#texture"},"west":{"uv":[7.75,5.5,8,5.75],"texture":"#texture"},"east":{"uv":[8.5,5.5,8.25,5.75],"texture":"#texture"}}},{"from":[7.75,9.75,7.25],"to":[8.5,10,8.75],"faces":{"down":{"uv":[7.75,6.25,8.5,6],"texture":"#texture"},"up":{"uv":[7.75,6,8.5,6.25],"texture":"#texture"},"north":{"uv":[8.5,6,7.75,6.25],"texture":"#texture"},"south":{"uv":[7.75,6,8.5,6.25],"texture":"#texture"},"west":{"uv":[7.75,6,8,6.25],"texture":"#texture"},"east":{"uv":[8.5,6,8.25,6.25],"texture":"#texture"}}},{"from":[8,13.5,7.25],"to":[8.25,13.75,8.75],"faces":{"down":{"uv":[8,2.5,8.25,2.25],"texture":"#texture"},"up":{"uv":[8,2.25,8.25,2.5],"texture":"#texture"},"north":{"uv":[8.25,2.25,8,2.5],"texture":"#texture"},"south":{"uv":[8,2.25,8.25,2.5],"texture":"#texture"},"west":{"uv":[8,2.25,8.25,2.5],"texture":"#texture"},"east":{"uv":[8.25,2.25,8,2.5],"texture":"#texture"}}},{"from":[7,14.5,7.5],"to":[7.25,15.25,8.5],"faces":{"down":{"uv":[7,1.5,7.25,1.25],"texture":"#texture"},"up":{"uv":[7,0.75,7.25,1],"texture":"#texture"},"north":{"uv":[7.25,0.75,7,1.5],"texture":"#texture"},"south":{"uv":[7,0.75,7.25,1.5],"texture":"#texture"},"west":{"uv":[7,0.75,7.25,1.5],"texture":"#texture"},"east":{"uv":[7.25,0.75,7,1.5],"texture":"#texture"}}},{"from":[7.25,14.25,7.5],"to":[7.5,15,8.5],"faces":{"down":{"uv":[7.25,1.75,7.5,1.5],"texture":"#texture"},"up":{"uv":[7.25,1,7.5,1.25],"texture":"#texture"},"north":{"uv":[7.5,1,7.25,1.75],"texture":"#texture"},"south":{"uv":[7.25,1,7.5,1.75],"texture":"#texture"},"west":{"uv":[7.25,1,7.5,1.75],"texture":"#texture"},"east":{"uv":[7.5,1,7.25,1.75],"texture":"#texture"}}},{"from":[7.25,13,7.5],"to":[9,13.25,8.5],"faces":{"down":{"uv":[7.25,3,9,2.75],"texture":"#texture"},"up":{"uv":[7.25,2.75,9,3],"texture":"#texture"},"north":{"uv":[9,2.75,7.25,3],"texture":"#texture"},"south":{"uv":[7.25,2.75,9,3],"texture":"#texture"},"west":{"uv":[7.25,2.75,7.5,3],"texture":"#texture"},"east":{"uv":[9,2.75,8.75,3],"texture":"#texture"}}},{"from":[7.5,13.75,7.5],"to":[8.75,14.75,8.5],"faces":{"down":{"uv":[7.5,2.25,8.75,2],"texture":"#texture"},"up":{"uv":[7.5,1.25,8.75,1.5],"texture":"#texture"},"north":{"uv":[8.75,1.25,7.5,2.25],"texture":"#texture"},"south":{"uv":[7.5,1.25,8.75,2.25],"texture":"#texture"},"west":{"uv":[7.5,1.25,7.75,2.25],"texture":"#texture"},"east":{"uv":[8.75,1.25,8.5,2.25],"texture":"#texture"}}},{"from":[7.5,13.25,7.5],"to":[8.75,13.5,8.5],"faces":{"down":{"uv":[7.5,2.75,8.75,2.5],"texture":"#texture"},"up":{"uv":[7.5,2.5,8.75,2.75],"texture":"#texture"},"north":{"uv":[8.75,2.5,7.5,2.75],"texture":"#texture"},"south":{"uv":[7.5,2.5,8.75,2.75],"texture":"#texture"},"west":{"uv":[7.5,2.5,7.75,2.75],"texture":"#texture"},"east":{"uv":[8.75,2.5,8.5,2.75],"texture":"#texture"}}},{"from":[7.5,12.75,7.5],"to":[8.75,13,8.5],"faces":{"down":{"uv":[7.5,3.25,8.75,3],"texture":"#texture"},"up":{"uv":[7.5,3,8.75,3.25],"texture":"#texture"},"north":{"uv":[8.75,3,7.5,3.25],"texture":"#texture"},"south":{"uv":[7.5,3,8.75,3.25],"texture":"#texture"},"west":{"uv":[7.5,3,7.75,3.25],"texture":"#texture"},"east":{"uv":[8.75,3,8.5,3.25],"texture":"#texture"}}},{"from":[7.5,11.25,7.5],"to":[8.75,12.25,8.5],"faces":{"down":{"uv":[7.5,4.75,8.75,4.5],"texture":"#texture"},"up":{"uv":[7.5,3.75,8.75,4],"texture":"#texture"},"north":{"uv":[8.75,3.75,7.5,4.75],"texture":"#texture"},"south":{"uv":[7.5,3.75,8.75,4.75],"texture":"#texture"},"west":{"uv":[7.5,3.75,7.75,4.75],"texture":"#texture"},"east":{"uv":[8.75,3.75,8.5,4.75],"texture":"#texture"}}},{"from":[7.5,10.25,7.5],"to":[8.75,10.5,8.5],"faces":{"down":{"uv":[7.5,5.75,8.75,5.5],"texture":"#texture"},"up":{"uv":[7.5,5.5,8.75,5.75],"texture":"#texture"},"north":{"uv":[8.75,5.5,7.5,5.75],"texture":"#texture"},"south":{"uv":[7.5,5.5,8.75,5.75],"texture":"#texture"},"west":{"uv":[7.5,5.5,7.75,5.75],"texture":"#texture"},"east":{"uv":[8.75,5.5,8.5,5.75],"texture":"#texture"}}},{"from":[7.5,9.75,7.5],"to":[8.75,10,8.5],"faces":{"down":{"uv":[7.5,6.25,8.75,6],"texture":"#texture"},"up":{"uv":[7.5,6,8.75,6.25],"texture":"#texture"},"north":{"uv":[8.75,6,7.5,6.25],"texture":"#texture"},"south":{"uv":[7.5,6,8.75,6.25],"texture":"#texture"},"west":{"uv":[7.5,6,7.75,6.25],"texture":"#texture"},"east":{"uv":[8.75,6,8.5,6.25],"texture":"#texture"}}},{"from":[7.75,13.5,7.5],"to":[8.5,13.75,8.5],"faces":{"down":{"uv":[7.75,2.5,8.5,2.25],"texture":"#texture"},"up":{"uv":[7.75,2.25,8.5,2.5],"texture":"#texture"},"north":{"uv":[8.5,2.25,7.75,2.5],"texture":"#texture"},"south":{"uv":[7.75,2.25,8.5,2.5],"texture":"#texture"},"west":{"uv":[7.75,2.25,8,2.5],"texture":"#texture"},"east":{"uv":[8.5,2.25,8.25,2.5],"texture":"#texture"}}},{"from":[7.75,12.5,7.5],"to":[8.5,12.75,8.5],"faces":{"down":{"uv":[7.75,3.5,8.5,3.25],"texture":"#texture"},"up":{"uv":[7.75,3.25,8.5,3.5],"texture":"#texture"},"north":{"uv":[8.5,3.25,7.75,3.5],"texture":"#texture"},"south":{"uv":[7.75,3.25,8.5,3.5],"texture":"#texture"},"west":{"uv":[7.75,3.25,8,3.5],"texture":"#texture"},"east":{"uv":[8.5,3.25,8.25,3.5],"texture":"#texture"}}},{"from":[7.75,10.5,7.5],"to":[8.5,10.75,8.5],"faces":{"down":{"uv":[7.75,5.5,8.5,5.25],"texture":"#texture"},"up":{"uv":[7.75,5.25,8.5,5.5],"texture":"#texture"},"north":{"uv":[8.5,5.25,7.75,5.5],"texture":"#texture"},"south":{"uv":[7.75,5.25,8.5,5.5],"texture":"#texture"},"west":{"uv":[7.75,5.25,8,5.5],"texture":"#texture"},"east":{"uv":[8.5,5.25,8.25,5.5],"texture":"#texture"}}},{"from":[7.75,9.5,7.5],"to":[8.5,9.75,8.5],"faces":{"down":{"uv":[7.75,6.5,8.5,6.25],"texture":"#texture"},"up":{"uv":[7.75,6.25,8.5,6.5],"texture":"#texture"},"north":{"uv":[8.5,6.25,7.75,6.5],"texture":"#texture"},"south":{"uv":[7.75,6.25,8.5,6.5],"texture":"#texture"},"west":{"uv":[7.75,6.25,8,6.5],"texture":"#texture"},"east":{"uv":[8.5,6.25,8.25,6.5],"texture":"#texture"}}},{"from":[7.75,1.5,7.5],"to":[8.5,3,8.5],"faces":{"down":{"uv":[7.75,14.5,8.5,14.25],"texture":"#texture"},"up":{"uv":[7.75,13,8.5,13.25],"texture":"#texture"},"north":{"uv":[8.5,13,7.75,14.5],"texture":"#texture"},"south":{"uv":[7.75,13,8.5,14.5],"texture":"#texture"},"west":{"uv":[7.75,13,8,14.5],"texture":"#texture"},"east":{"uv":[8.5,13,8.25,14.5],"texture":"#texture"}}},{"from":[8,0.5,7.5],"to":[8.25,1.5,8.5],"faces":{"down":{"uv":[8,15.5,8.25,15.25],"texture":"#texture"},"up":{"uv":[8,14.5,8.25,14.75],"texture":"#texture"},"north":{"uv":[8.25,14.5,8,15.5],"texture":"#texture"},"south":{"uv":[8,14.5,8.25,15.5],"texture":"#texture"},"west":{"uv":[8,14.5,8.25,15.5],"texture":"#texture"},"east":{"uv":[8.25,14.5,8,15.5],"texture":"#texture"}}},{"from":[8.75,14.25,7.5],"to":[9,15,8.5],"faces":{"down":{"uv":[8.75,1.75,9,1.5],"texture":"#texture"},"up":{"uv":[8.75,1,9,1.25],"texture":"#texture"},"north":{"uv":[9,1,8.75,1.75],"texture":"#texture"},"south":{"uv":[8.75,1,9,1.75],"texture":"#texture"},"west":{"uv":[8.75,1,9,1.75],"texture":"#texture"},"east":{"uv":[9,1,8.75,1.75],"texture":"#texture"}}},{"from":[9,14.5,7.5],"to":[9.25,15.25,8.5],"faces":{"down":{"uv":[9,1.5,9.25,1.25],"texture":"#texture"},"up":{"uv":[9,0.75,9.25,1],"texture":"#texture"},"north":{"uv":[9.25,0.75,9,1.5],"texture":"#texture"},"south":{"uv":[9,0.75,9.25,1.5],"texture":"#texture"},"west":{"uv":[9,0.75,9.25,1.5],"texture":"#texture"},"east":{"uv":[9.25,0.75,9,1.5],"texture":"#texture"}}},{"from":[6.75,14.25,7.75],"to":[7.25,15.75,8.25],"faces":{"down":{"uv":[6.75,1.75,7.25,1.5],"texture":"#texture"},"up":{"uv":[6.75,0.25,7.25,0.5],"texture":"#texture"},"north":{"uv":[7.25,0.25,6.75,1.75],"texture":"#texture"},"south":{"uv":[6.75,0.25,7.25,1.75],"texture":"#texture"},"west":{"uv":[6.75,0.25,7,1.75],"texture":"#texture"},"east":{"uv":[7.25,0.25,7,1.75],"texture":"#texture"}}},{"from":[6.75,13.25,7.75],"to":[7,13.75,8.25],"faces":{"down":{"uv":[6.75,2.75,7,2.5],"texture":"#texture"},"up":{"uv":[6.75,2.25,7,2.5],"texture":"#texture"},"north":{"uv":[7,2.25,6.75,2.75],"texture":"#texture"},"south":{"uv":[6.75,2.25,7,2.75],"texture":"#texture"},"west":{"uv":[6.75,2.25,7,2.75],"texture":"#texture"},"east":{"uv":[7,2.25,6.75,2.75],"texture":"#texture"}}},{"from":[7,15.75,7.75],"to":[7.5,16,8.25],"faces":{"down":{"uv":[7,0.25,7.5,0],"texture":"#texture"},"up":{"uv":[7,0,7.5,0.25],"texture":"#texture"},"north":{"uv":[7.5,0,7,0.25],"texture":"#texture"},"south":{"uv":[7,0,7.5,0.25],"texture":"#texture"},"west":{"uv":[7,0,7.25,0.25],"texture":"#texture"},"east":{"uv":[7.5,0,7.25,0.25],"texture":"#texture"}}},{"from":[7,13,7.75],"to":[9.25,13.5,8.25],"faces":{"down":{"uv":[7,3,9.25,2.75],"texture":"#texture"},"up":{"uv":[7,2.5,9.25,2.75],"texture":"#texture"},"north":{"uv":[9.25,2.5,7,3],"texture":"#texture"},"south":{"uv":[7,2.5,9.25,3],"texture":"#texture"},"west":{"uv":[7,2.5,7.25,3],"texture":"#texture"},"east":{"uv":[9.25,2.5,9,3],"texture":"#texture"}}},{"from":[7.25,13.75,7.75],"to":[7.5,15.25,8.25],"faces":{"down":{"uv":[7.25,2.25,7.5,2],"texture":"#texture"},"up":{"uv":[7.25,0.75,7.5,1],"texture":"#texture"},"north":{"uv":[7.5,0.75,7.25,2.25],"texture":"#texture"},"south":{"uv":[7.25,0.75,7.5,2.25],"texture":"#texture"},"west":{"uv":[7.25,0.75,7.5,2.25],"texture":"#texture"},"east":{"uv":[7.5,0.75,7.25,2.25],"texture":"#texture"}}},{"from":[7.25,12.5,7.75],"to":[9,13,8.25],"faces":{"down":{"uv":[7.25,3.5,9,3.25],"texture":"#texture"},"up":{"uv":[7.25,3,9,3.25],"texture":"#texture"},"north":{"uv":[9,3,7.25,3.5],"texture":"#texture"},"south":{"uv":[7.25,3,9,3.5],"texture":"#texture"},"west":{"uv":[7.25,3,7.5,3.5],"texture":"#texture"},"east":{"uv":[9,3,8.75,3.5],"texture":"#texture"}}},{"from":[7.25,11.25,7.75],"to":[9,12.25,8.25],"faces":{"down":{"uv":[7.25,4.75,9,4.5],"texture":"#texture"},"up":{"uv":[7.25,3.75,9,4],"texture":"#texture"},"north":{"uv":[9,3.75,7.25,4.75],"texture":"#texture"},"south":{"uv":[7.25,3.75,9,4.75],"texture":"#texture"},"west":{"uv":[7.25,3.75,7.5,4.75],"texture":"#texture"},"east":{"uv":[9,3.75,8.75,4.75],"texture":"#texture"}}},{"from":[7.25,10.25,7.75],"to":[9,10.5,8.25],"faces":{"down":{"uv":[7.25,5.75,9,5.5],"texture":"#texture"},"up":{"uv":[7.25,5.5,9,5.75],"texture":"#texture"},"north":{"uv":[9,5.5,7.25,5.75],"texture":"#texture"},"south":{"uv":[7.25,5.5,9,5.75],"texture":"#texture"},"west":{"uv":[7.25,5.5,7.5,5.75],"texture":"#texture"},"east":{"uv":[9,5.5,8.75,5.75],"texture":"#texture"}}},{"from":[7.25,9.75,7.75],"to":[9,10,8.25],"faces":{"down":{"uv":[7.25,6.25,9,6],"texture":"#texture"},"up":{"uv":[7.25,6,9,6.25],"texture":"#texture"},"north":{"uv":[9,6,7.25,6.25],"texture":"#texture"},"south":{"uv":[7.25,6,9,6.25],"texture":"#texture"},"west":{"uv":[7.25,6,7.5,6.25],"texture":"#texture"},"east":{"uv":[9,6,8.75,6.25],"texture":"#texture"}}},{"from":[7.5,13.5,7.75],"to":[8.75,15,8.25],"faces":{"down":{"uv":[7.5,2.5,8.75,2.25],"texture":"#texture"},"up":{"uv":[7.5,1,8.75,1.25],"texture":"#texture"},"north":{"uv":[8.75,1,7.5,2.5],"texture":"#texture"},"south":{"uv":[7.5,1,8.75,2.5],"texture":"#texture"},"west":{"uv":[7.5,1,7.75,2.5],"texture":"#texture"},"east":{"uv":[8.75,1,8.5,2.5],"texture":"#texture"}}},{"from":[7.5,12.25,7.75],"to":[8.75,12.5,8.25],"faces":{"down":{"uv":[7.5,3.75,8.75,3.5],"texture":"#texture"},"up":{"uv":[7.5,3.5,8.75,3.75],"texture":"#texture"},"north":{"uv":[8.75,3.5,7.5,3.75],"texture":"#texture"},"south":{"uv":[7.5,3.5,8.75,3.75],"texture":"#texture"},"west":{"uv":[7.5,3.5,7.75,3.75],"texture":"#texture"},"east":{"uv":[8.75,3.5,8.5,3.75],"texture":"#texture"}}},{"from":[7.5,11,7.75],"to":[8.75,11.25,8.25],"faces":{"down":{"uv":[7.5,5,8.75,4.75],"texture":"#texture"},"up":{"uv":[7.5,4.75,8.75,5],"texture":"#texture"},"north":{"uv":[8.75,4.75,7.5,5],"texture":"#texture"},"south":{"uv":[7.5,4.75,8.75,5],"texture":"#texture"},"west":{"uv":[7.5,4.75,7.75,5],"texture":"#texture"},"east":{"uv":[8.75,4.75,8.5,5],"texture":"#texture"}}},{"from":[7.5,10.5,7.75],"to":[8.75,10.75,8.25],"faces":{"down":{"uv":[7.5,5.5,8.75,5.25],"texture":"#texture"},"up":{"uv":[7.5,5.25,8.75,5.5],"texture":"#texture"},"north":{"uv":[8.75,5.25,7.5,5.5],"texture":"#texture"},"south":{"uv":[7.5,5.25,8.75,5.5],"texture":"#texture"},"west":{"uv":[7.5,5.25,7.75,5.5],"texture":"#texture"},"east":{"uv":[8.75,5.25,8.5,5.5],"texture":"#texture"}}},{"from":[7.5,10,7.5],"to":[8.75,10.25,8.5],"faces":{"down":{"uv":[7.5,6,8.75,5.75],"texture":"#texture"},"up":{"uv":[7.5,5.75,8.75,6],"texture":"#texture"},"north":{"uv":[8.75,5.75,7.5,6],"texture":"#texture"},"south":{"uv":[7.5,5.75,8.75,6],"texture":"#texture"},"west":{"uv":[7.5,5.75,7.75,6],"texture":"#texture"},"east":{"uv":[8.75,5.75,8.5,6],"texture":"#texture"}}},{"from":[7.5,9.5,7.75],"to":[8.75,9.75,8.25],"faces":{"down":{"uv":[7.5,6.5,8.75,6.25],"texture":"#texture"},"up":{"uv":[7.5,6.25,8.75,6.5],"texture":"#texture"},"north":{"uv":[8.75,6.25,7.5,6.5],"texture":"#texture"},"south":{"uv":[7.5,6.25,8.75,6.5],"texture":"#texture"},"west":{"uv":[7.5,6.25,7.75,6.5],"texture":"#texture"},"east":{"uv":[8.75,6.25,8.5,6.5],"texture":"#texture"}}},{"from":[7.5,1.5,7.75],"to":[8.75,3,8.25],"faces":{"down":{"uv":[7.5,14.5,8.75,14.25],"texture":"#texture"},"up":{"uv":[7.5,13,8.75,13.25],"texture":"#texture"},"north":{"uv":[8.75,13,7.5,14.5],"texture":"#texture"},"south":{"uv":[7.5,13,8.75,14.5],"texture":"#texture"},"west":{"uv":[7.5,13,7.75,14.5],"texture":"#texture"},"east":{"uv":[8.75,13,8.5,14.5],"texture":"#texture"}}},{"from":[7.75,10.75,7.75],"to":[8.5,11,8.25],"faces":{"down":{"uv":[7.75,5.25,8.5,5],"texture":"#texture"},"up":{"uv":[7.75,5,8.5,5.25],"texture":"#texture"},"north":{"uv":[8.5,5,7.75,5.25],"texture":"#texture"},"south":{"uv":[7.75,5,8.5,5.25],"texture":"#texture"},"west":{"uv":[7.75,5,8,5.25],"texture":"#texture"},"east":{"uv":[8.5,5,8.25,5.25],"texture":"#texture"}}},{"from":[7.75,3,7.625],"to":[8.5,9.5,8.375],"faces":{"down":{"uv":[7.75,13,8.5,12.75],"texture":"#texture"},"up":{"uv":[7.75,6.5,8.5,6.75],"texture":"#texture"},"north":{"uv":[7.75,6.5,8.5,13],"texture":"#texture"},"south":{"uv":[7.75,6.5,8.5,13],"texture":"#texture"},"west":{"uv":[8.5,6.5,7.75,13],"texture":"#texture"},"east":{"uv":[8.5,6.5,7.75,13],"texture":"#texture"}}},{"from":[7.75,0.5,7.75],"to":[8.5,1.5,8.25],"faces":{"down":{"uv":[7.75,15.5,8.5,15.25],"texture":"#texture"},"up":{"uv":[7.75,14.5,8.5,14.75],"texture":"#texture"},"north":{"uv":[8.5,14.5,7.75,15.5],"texture":"#texture"},"south":{"uv":[7.75,14.5,8.5,15.5],"texture":"#texture"},"west":{"uv":[7.75,14.5,8,15.5],"texture":"#texture"},"east":{"uv":[8.5,14.5,8.25,15.5],"texture":"#texture"}}},{"from":[8,0,7.75],"to":[8.25,0.5,8.25],"faces":{"down":{"uv":[8,16,8.25,15.75],"texture":"#texture"},"up":{"uv":[8,15.5,8.25,15.75],"texture":"#texture"},"north":{"uv":[8.25,15.5,8,16],"texture":"#texture"},"south":{"uv":[8,15.5,8.25,16],"texture":"#texture"},"west":{"uv":[8,15.5,8.25,16],"texture":"#texture"},"east":{"uv":[8.25,15.5,8,16],"texture":"#texture"}}},{"from":[8.75,15.75,7.75],"to":[9.25,16,8.25],"faces":{"down":{"uv":[8.75,0.25,9.25,0],"texture":"#texture"},"up":{"uv":[8.75,0,9.25,0.25],"texture":"#texture"},"north":{"uv":[9.25,0,8.75,0.25],"texture":"#texture"},"south":{"uv":[8.75,0,9.25,0.25],"texture":"#texture"},"west":{"uv":[8.75,0,9,0.25],"texture":"#texture"},"east":{"uv":[9.25,0,9,0.25],"texture":"#texture"}}},{"from":[8.75,13.75,7.75],"to":[9,15.25,8.25],"faces":{"down":{"uv":[8.75,2.25,9,2],"texture":"#texture"},"up":{"uv":[8.75,0.75,9,1],"texture":"#texture"},"north":{"uv":[9,0.75,8.75,2.25],"texture":"#texture"},"south":{"uv":[8.75,0.75,9,2.25],"texture":"#texture"},"west":{"uv":[8.75,0.75,9,2.25],"texture":"#texture"},"east":{"uv":[9,0.75,8.75,2.25],"texture":"#texture"}}},{"from":[9,14.25,7.75],"to":[9.5,15.75,8.25],"faces":{"down":{"uv":[9,1.75,9.5,1.5],"texture":"#texture"},"up":{"uv":[9,0.25,9.5,0.5],"texture":"#texture"},"north":{"uv":[9.5,0.25,9,1.75],"texture":"#texture"},"south":{"uv":[9,0.25,9.5,1.75],"texture":"#texture"},"west":{"uv":[9,0.25,9.25,1.75],"texture":"#texture"},"east":{"uv":[9.5,0.25,9.25,1.75],"texture":"#texture"}}},{"from":[9.25,13.25,7.75],"to":[9.5,13.75,8.25],"faces":{"down":{"uv":[9.25,2.75,9.5,2.5],"texture":"#texture"},"up":{"uv":[9.25,2.25,9.5,2.5],"texture":"#texture"},"north":{"uv":[9.5,2.25,9.25,2.75],"texture":"#texture"},"south":{"uv":[9.25,2.25,9.5,2.75],"texture":"#texture"},"west":{"uv":[9.25,2.25,9.5,2.75],"texture":"#texture"},"east":{"uv":[9.5,2.25,9.25,2.75],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[0,90,0],"translation":[0,0.19,1.51],"scale":[2,2,2]},"thirdperson_lefthand":{"rotation":[0,-90,0],"translation":[0,0.19,1.51],"scale":[2,2,2]},"firstperson_righthand":{"rotation":[0,-84,0],"translation":[2.27,0.94,-0.57],"scale":[2,2,2]},"firstperson_lefthand":{"rotation":[0,98,0],"translation":[1.89,0.94,-1.51],"scale":[2,2,2]},"gui":{"rotation":[0,0,-45],"translation":[0,0,0],"scale":[1,1,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/fossil_wand.json b/assets/minecraft/models/item/wynn/skin/wand/fossil_wand.json new file mode 100644 index 000000000..252b2937f --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/fossil_wand.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/fossil/fossil_wand","particle":"skins/fossil/fossil_wand"},"elements":[{"from":[7,-2,7],"to":[9,14,9],"rotation":{"angle":0,"axis":"y","origin":[8,-2,8]},"faces":{"north":{"uv":[0,0,2,16],"texture":"#0"},"east":{"uv":[0,0,2,16],"texture":"#0"},"south":{"uv":[0,0,2,16],"texture":"#0"},"west":{"uv":[0,0,2,16],"texture":"#0"},"up":{"uv":[0,0,2,2],"texture":"#0"},"down":{"uv":[0,0,2,2],"texture":"#0"}}},{"from":[7.5,-8,7.5],"to":[8.5,-2,8.5],"rotation":{"angle":0,"axis":"y","origin":[0,-2,0]},"faces":{"north":{"uv":[4,0,5,6],"texture":"#0"},"east":{"uv":[4,0,5,6],"texture":"#0"},"south":{"uv":[4,0,5,6],"texture":"#0"},"west":{"uv":[4,0,5,6],"texture":"#0"},"down":{"uv":[4,5,5,6],"texture":"#0"}}},{"from":[5.5,-8,8],"to":[10.5,-2,8.01],"rotation":{"angle":45,"axis":"y","origin":[8,-2,8]},"faces":{"north":{"uv":[2,0,7,6],"texture":"#0"},"south":{"uv":[2,0,7,6],"texture":"#0"}}},{"from":[8,-8,5.5],"to":[8.01,-2,10.5],"rotation":{"angle":45,"axis":"y","origin":[8,-2,8]},"faces":{"east":{"uv":[2,0,7,6],"texture":"#0"},"west":{"uv":[2,0,7,6],"texture":"#0"}}},{"from":[3,10,8],"to":[7,13,8.01],"rotation":{"angle":-22.5,"axis":"z","origin":[7,10,8]},"faces":{"north":{"uv":[2,9,6,12],"texture":"#0"},"south":{"uv":[6,9,2,12],"texture":"#0"}}},{"from":[9,10,7.99],"to":[13,13,8],"rotation":{"angle":22.5,"axis":"z","origin":[9,10,8]},"faces":{"north":{"uv":[6,9,2,12],"texture":"#0"},"south":{"uv":[2,9,6,12],"texture":"#0"}}},{"from":[6,2,6],"to":[10,2.01,10],"rotation":{"angle":0,"axis":"y","origin":[0,-2,0]},"faces":{"up":{"uv":[2,12,6,16],"texture":"#0"},"down":{"uv":[2,12,6,16],"texture":"#0"}}},{"from":[6,10,6],"to":[10,10.01,10],"rotation":{"angle":0,"axis":"y","origin":[0,-2,0.5]},"faces":{"up":{"uv":[2,12,6,16],"texture":"#0"},"down":{"uv":[2,12,6,16],"texture":"#0"}}},{"from":[5.49,12.99,5.49],"to":[10.51,20.01,9.51],"rotation":{"angle":22.5,"axis":"x","origin":[8,14,8]},"faces":{"north":{"uv":[11,9,16,16],"texture":"#0"},"east":{"uv":[11,0,7,7],"texture":"#0"},"south":{"uv":[6,9,11,16],"texture":"#0"},"west":{"uv":[7,0,11,7],"texture":"#0"}}},{"from":[10.5,13,5.5],"to":[5.5,20,9.5],"rotation":{"angle":22.5,"axis":"x","origin":[8,14,8]},"faces":{"north":{"uv":[11,9,16,16],"texture":"#0"},"east":{"uv":[11,0,7,7],"texture":"#0"},"south":{"uv":[6,9,11,16],"texture":"#0"},"west":{"uv":[7,0,11,7],"texture":"#0"}}},{"from":[6.49,19.99,10.99],"to":[9.51,24.01,15.01],"rotation":{"angle":-22.5,"axis":"x","origin":[8,13,12]},"faces":{"north":{"uv":[15,0,11,3],"rotation":90,"texture":"#0"},"east":{"uv":[15,3,11,7],"texture":"#0"},"south":{"uv":[11,0,15,3],"rotation":90,"texture":"#0"},"west":{"uv":[11,3,15,7],"texture":"#0"},"up":{"uv":[15,0,11,3],"rotation":90,"texture":"#0"}}},{"from":[9.5,20,11],"to":[6.5,24,15],"rotation":{"angle":-22.5,"axis":"x","origin":[8,13,12]},"faces":{"north":{"uv":[15,0,11,3],"rotation":90,"texture":"#0"},"east":{"uv":[15,3,11,7],"texture":"#0"},"south":{"uv":[11,0,15,3],"rotation":90,"texture":"#0"},"west":{"uv":[11,3,15,7],"texture":"#0"},"up":{"uv":[15,0,11,3],"rotation":90,"texture":"#0"}}},{"from":[7.49,19.74,8.49],"to":[8.51,21.76,14.51],"rotation":{"angle":-45,"axis":"x","origin":[8,13,12]},"faces":{"north":{"uv":[2,7,3,9],"texture":"#0"},"east":{"uv":[8,7,2,9],"texture":"#0"},"west":{"uv":[2,7,8,9],"texture":"#0"},"up":{"uv":[8,7,2,8],"rotation":270,"texture":"#0"}}},{"from":[8.5,19.75,8.5],"to":[7.5,21.75,14.5],"rotation":{"angle":-45,"axis":"x","origin":[8,13,12]},"faces":{"north":{"uv":[2,7,3,9],"texture":"#0"},"east":{"uv":[8,7,2,9],"texture":"#0"},"west":{"uv":[2,7,8,9],"texture":"#0"},"up":{"uv":[8,7,2,8],"rotation":270,"texture":"#0"}}},{"from":[7.5,14,7.5],"to":[8.5,22,9.5],"rotation":{"angle":22.5,"axis":"x","origin":[8,14,8]},"faces":{"north":{"uv":[8,8,16,9],"rotation":90,"texture":"#0"},"east":{"uv":[8,7,16,9],"rotation":90,"texture":"#0"},"south":{"uv":[8,7,16,8],"rotation":90,"texture":"#0"},"west":{"uv":[8,7,16,9],"rotation":90,"texture":"#0"},"up":{"uv":[15,7,16,9],"texture":"#0"},"down":{"uv":[8,9,9,7],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[5,100,5],"translation":[-1.5,-1,3]},"thirdperson_lefthand":{"rotation":[5,100,5],"translation":[-1.5,-1,3]},"firstperson_righthand":{"rotation":[10,100,0],"translation":[5,-1,-5]},"firstperson_lefthand":{"rotation":[10,100,0],"translation":[5,-1,-5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/frost_wand.json b/assets/minecraft/models/item/wynn/skin/wand/frost_wand.json new file mode 100644 index 000000000..053cd1888 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/frost_wand.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/frost/frost_wand","1":"skins/frost/frost_shimmer","particle":"skins/frost/frost_wand"},"elements":[{"from":[6.99,14.89,7.49],"to":[9.01,21.91,8.51],"rotation":{"angle":0,"axis":"y","origin":[8,10.9,8]},"faces":{"north":{"uv":[5.75,3.75,6.25,5.5],"texture":"#0"},"east":{"uv":[5.5,3.75,5.75,5.5],"texture":"#0"},"south":{"uv":[6.5,3.75,7,5.5],"texture":"#0"},"west":{"uv":[6.25,3.75,6.5,5.5],"texture":"#0"},"up":{"uv":[6.25,3.75,5.75,3.5],"texture":"#0"},"down":{"uv":[6.75,3.5,6.25,3.75],"texture":"#0"}}},{"from":[7.23,-14.52,6.98],"to":[8.77,-12.98,9.02],"rotation":{"angle":45,"axis":"z","origin":[8,-13.75,8]},"faces":{"north":{"uv":[14,3.5,14.5,4],"texture":"#0"},"east":{"uv":[13.5,3.5,14,4],"texture":"#0"},"south":{"uv":[13,3.5,13.5,4],"texture":"#0"},"west":{"uv":[14.5,3.5,15,4],"texture":"#0"},"up":{"uv":[14,3.5,13.5,3],"rotation":90,"texture":"#0"},"down":{"uv":[14.5,3,14,3.5],"rotation":270,"texture":"#0"}}},{"from":[6.5,14,6.5],"to":[9.5,15,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,14.5,8]},"faces":{"north":{"uv":[7.75,1,8.5,1.25],"texture":"#0"},"east":{"uv":[10,1,10.75,1.25],"texture":"#0"},"south":{"uv":[9.25,1,10,1.25],"texture":"#0"},"west":{"uv":[8.5,1,9.25,1.25],"texture":"#0"},"up":{"uv":[9.25,1,8.5,0.25],"rotation":270,"texture":"#0"},"down":{"uv":[10,0.25,9.25,1],"rotation":90,"texture":"#0"}}},{"from":[6.5,21,6.5],"to":[9.5,22,9.5],"rotation":{"angle":45,"axis":"y","origin":[8,21.5,8]},"faces":{"north":{"uv":[6.5,3,7.25,3.25],"texture":"#0"},"east":{"uv":[5.75,3,6.5,3.25],"texture":"#0"},"south":{"uv":[8,3,8.75,3.25],"texture":"#0"},"west":{"uv":[7.25,3,8,3.25],"texture":"#0"},"up":{"uv":[7.25,3,6.5,2.25],"texture":"#0"},"down":{"uv":[8,2.25,7.25,3],"texture":"#0"}}},{"from":[7,-12,7],"to":[9,14,9],"rotation":{"angle":45,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[11.75,0.5,12.25,7],"texture":"#0"},"east":{"uv":[11.75,0.5,12.25,7],"texture":"#0"},"south":{"uv":[11.75,0.5,12.25,7],"texture":"#0"},"west":{"uv":[11.75,0.5,12.25,7],"texture":"#0"}}},{"from":[6.75,-1.5,6.75],"to":[9.25,5.5,9.25],"rotation":{"angle":45,"axis":"y","origin":[8,5,8]},"faces":{"north":{"uv":[12.25,5.25,13,7],"texture":"#0"},"east":{"uv":[12.25,5.25,13,7],"texture":"#0"},"south":{"uv":[12.25,5.25,13,7],"texture":"#0"},"west":{"uv":[12.25,5.25,13,7],"texture":"#0"},"up":{"uv":[13,5.25,12.25,4.5],"texture":"#0"},"down":{"uv":[13.75,4.5,13,5.25],"texture":"#0"}}},{"from":[6.5,-15.20711,7.5],"to":[9.5,-12.20711,8.5],"rotation":{"angle":45,"axis":"z","origin":[8,-13.70711,8]},"faces":{"north":{"uv":[7.5,3.75,8.25,4.5],"texture":"#0"},"east":{"uv":[7.25,3.75,7.5,4.5],"texture":"#0"},"south":{"uv":[8.5,3.75,9.25,4.5],"texture":"#0"},"west":{"uv":[8.25,3.75,8.5,4.5],"texture":"#0"},"up":{"uv":[8.25,3.75,7.5,3.5],"texture":"#0"},"down":{"uv":[9,3.5,8.25,3.75],"texture":"#0"}}},{"from":[6.5,-12.5,6.5],"to":[9.5,-11.5,9.5],"rotation":{"angle":45,"axis":"y","origin":[8,-12,8]},"faces":{"north":{"uv":[5.75,1.75,6.5,2],"texture":"#0"},"east":{"uv":[5,1.75,5.75,2],"texture":"#0"},"south":{"uv":[7.25,1.75,8,2],"texture":"#0"},"west":{"uv":[6.5,1.75,7.25,2],"texture":"#0"},"up":{"uv":[6.5,1.75,5.75,1],"texture":"#0"},"down":{"uv":[7.25,1,6.5,1.75],"texture":"#0"}}},{"from":[7.49,14.89,6.99],"to":[8.51,21.91,9.01],"rotation":{"angle":0,"axis":"y","origin":[8,10.9,8]},"faces":{"north":{"uv":[0.5,5,0.75,6.75],"texture":"#0"},"east":{"uv":[0,5,0.5,6.75],"texture":"#0"},"south":{"uv":[1.25,5,1.5,6.75],"texture":"#0"},"west":{"uv":[0.75,5,1.25,6.75],"texture":"#0"},"up":{"uv":[0.75,5,0.5,4.5],"texture":"#0"},"down":{"uv":[1,4.5,0.75,5],"texture":"#0"}}},{"from":[6.5,22.5,6.5],"to":[9.5,25.5,9.5],"rotation":{"angle":45,"axis":"x","origin":[8,24,8]},"faces":{"north":{"uv":[3,4.25,3.75,5],"texture":"#0"},"east":{"uv":[2.25,4.25,3,5],"texture":"#0"},"south":{"uv":[4.5,4.25,5.25,5],"texture":"#0"},"west":{"uv":[3.75,4.25,4.5,5],"texture":"#0"},"up":{"uv":[3.75,4.25,3,3.5],"texture":"#0"},"down":{"uv":[4.5,3.5,3.75,4.25],"texture":"#0"}}},{"from":[6.5,22.5,6.5],"to":[9.5,25.5,9.5],"rotation":{"angle":-45,"axis":"y","origin":[8,24,8]},"faces":{"north":{"uv":[3.25,2.5,4,3.25],"texture":"#0"},"east":{"uv":[2.5,2.5,3.25,3.25],"texture":"#0"},"south":{"uv":[4.75,2.5,5.5,3.25],"texture":"#0"},"west":{"uv":[4,2.5,4.75,3.25],"texture":"#0"},"up":{"uv":[4,2.5,3.25,1.75],"texture":"#0"},"down":{"uv":[4.75,1.75,4,2.5],"texture":"#0"}}},{"from":[6.5,22.5,6.5],"to":[9.5,25.5,9.5],"rotation":{"angle":-45,"axis":"z","origin":[8,24,8]},"faces":{"north":{"uv":[3.25,0.75,4,1.5],"texture":"#0"},"east":{"uv":[2.5,0.75,3.25,1.5],"texture":"#0"},"south":{"uv":[4.75,0.75,5.5,1.5],"texture":"#0"},"west":{"uv":[4,0.75,4.75,1.5],"texture":"#0"},"up":{"uv":[4,0.75,3.25,0],"texture":"#0"},"down":{"uv":[4.75,0,4,0.75],"texture":"#0"}}},{"from":[4.93678,19.0086,7.51],"to":[9.91678,20.9886,8.49],"rotation":{"angle":-45,"axis":"z","origin":[8,22.16802,8]},"faces":{"north":{"uv":[2,5.5,3.25,6],"texture":"#0"},"east":{"uv":[1.75,5.5,2,6],"texture":"#0"},"south":{"uv":[3.5,5.5,4.75,6],"texture":"#0"},"west":{"uv":[3.25,5.5,3.5,6],"texture":"#0"},"up":{"uv":[3.25,5.5,2,5.25],"texture":"#0"},"down":{"uv":[4.5,5.25,3.25,5.5],"texture":"#0"}}},{"from":[7.92678,16.9986,7.5],"to":[11.92678,18.9986,8.5],"rotation":{"angle":-45,"axis":"z","origin":[8,22.16802,8]},"faces":{"north":{"uv":[6,0.25,7,0.75],"texture":"#0"},"east":{"uv":[5.75,0.25,6,0.75],"texture":"#0"},"south":{"uv":[7.25,0.25,8.25,0.75],"texture":"#0"},"west":{"uv":[7,0.25,7.25,0.75],"texture":"#0"},"up":{"uv":[7,0.25,6,0],"texture":"#0"},"down":{"uv":[8,0,7,0.25],"texture":"#0"}}},{"from":[10.92678,15.9986,7.5],"to":[12.92678,16.9986,8.5],"rotation":{"angle":-45,"axis":"z","origin":[8,22.16802,8]},"faces":{"north":{"uv":[0.25,4,1,4.25],"texture":"#0"},"east":{"uv":[0,4,0.25,4.25],"texture":"#0"},"south":{"uv":[1.25,4,2,4.25],"texture":"#0"},"west":{"uv":[1,4,1.25,4.25],"texture":"#0"},"up":{"uv":[1,4,0.25,3.75],"texture":"#0"},"down":{"uv":[1.75,3.75,1,4],"texture":"#0"}}},{"from":[6.08322,19.0086,7.51],"to":[11.06322,20.9886,8.49],"rotation":{"angle":45,"axis":"z","origin":[8,22.16802,8]},"faces":{"north":{"uv":[3.25,5.5,2,6],"texture":"#0"},"east":{"uv":[3.5,5.5,3.25,6],"texture":"#0"},"south":{"uv":[4.75,5.5,3.5,6],"texture":"#0"},"west":{"uv":[2,5.5,1.75,6],"texture":"#0"},"up":{"uv":[2,5.5,3.25,5.25],"texture":"#0"},"down":{"uv":[3.25,5.25,4.5,5.5],"texture":"#0"}}},{"from":[4.07322,16.9986,7.5],"to":[8.07322,18.9986,8.5],"rotation":{"angle":45,"axis":"z","origin":[8,22.16802,8]},"faces":{"north":{"uv":[7,0.25,6,0.75],"texture":"#0"},"east":{"uv":[7.25,0.25,7,0.75],"texture":"#0"},"south":{"uv":[8.25,0.25,7.25,0.75],"texture":"#0"},"west":{"uv":[6,0.25,5.75,0.75],"texture":"#0"},"up":{"uv":[6,0.25,7,0],"texture":"#0"},"down":{"uv":[7,0,8,0.25],"texture":"#0"}}},{"from":[3.07322,15.9986,7.5],"to":[5.07322,16.9986,8.5],"rotation":{"angle":45,"axis":"z","origin":[8,22.16802,8]},"faces":{"north":{"uv":[1,4,0.25,4.25],"texture":"#0"},"east":{"uv":[1.25,4,1,4.25],"texture":"#0"},"south":{"uv":[2,4,1.25,4.25],"texture":"#0"},"west":{"uv":[0.25,4,0,4.25],"texture":"#0"},"up":{"uv":[0.25,4,1,3.75],"texture":"#0"},"down":{"uv":[1,3.75,1.75,4],"texture":"#0"}}},{"from":[3.58579,22.1,7.5],"to":[5.58579,24.1,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,22.16802,8]},"faces":{"north":{"uv":[8,5,7.5,5.5],"texture":"#0"},"east":{"uv":[8.25,5,8,5.5],"texture":"#0"},"south":{"uv":[8.75,5,8.25,5.5],"texture":"#0"},"west":{"uv":[7.5,5,7.25,5.5],"texture":"#0"},"up":{"uv":[7.5,5,8,4.75],"texture":"#0"},"down":{"uv":[8,4.75,8.5,5],"texture":"#0"}}},{"from":[3.58579,24.1,7.5],"to":[4.58579,26.6,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,20.16802,8]},"faces":{"north":{"uv":[3.25,6.5,3.5,7.125],"texture":"#0"},"east":{"uv":[3,6.5,3.25,7.125],"texture":"#0"},"south":{"uv":[3.75,6.5,4,7.125],"texture":"#0"},"west":{"uv":[3.5,6.5,3.75,7.125],"texture":"#0"},"up":{"uv":[3.5,6.5,3.25,6.25],"texture":"#0"},"down":{"uv":[3.75,6.25,3.5,6.5],"texture":"#0"}}},{"from":[0.36414,21.62835,7.48],"to":[1.00414,22.26835,8.52],"rotation":{"angle":-45,"axis":"z","origin":[8,20.16802,8]},"faces":{"north":{"uv":[1,0.25,1.125,0.375],"texture":"#0"},"east":{"uv":[0.75,0.25,1,0.375],"texture":"#0"},"south":{"uv":[1.375,0.25,1.5,0.375],"texture":"#0"},"west":{"uv":[1.125,0.25,1.375,0.375],"texture":"#0"},"up":{"uv":[1.125,0.25,1,0],"texture":"#0"},"down":{"uv":[1.25,0,1.125,0.25],"texture":"#0"}}},{"from":[6.26426,24.71458,7.49],"to":[7.28426,27.48458,8.51],"rotation":{"angle":22.5,"axis":"z","origin":[8,20.16802,8]},"faces":{"north":{"uv":[2,6.5,2.25,7.125],"texture":"#0"},"east":{"uv":[1.75,6.5,2,7.125],"texture":"#0"},"south":{"uv":[2.5,6.5,2.75,7.125],"texture":"#0"},"west":{"uv":[2.25,6.5,2.5,7.125],"texture":"#0"},"up":{"uv":[2.25,6.5,2,6.25],"texture":"#0"},"down":{"uv":[2.5,6.25,2.25,6.5],"texture":"#0"}}},{"from":[8.71574,24.71458,7.49],"to":[9.73574,27.48458,8.51],"rotation":{"angle":-22.5,"axis":"z","origin":[8,20.16802,8]},"faces":{"north":{"uv":[2.25,6.5,2,7.125],"texture":"#0"},"east":{"uv":[2.5,6.5,2.25,7.125],"texture":"#0"},"south":{"uv":[2.75,6.5,2.5,7.125],"texture":"#0"},"west":{"uv":[2,6.5,1.75,7.125],"texture":"#0"},"up":{"uv":[2,6.5,2.25,6.25],"texture":"#0"},"down":{"uv":[2.25,6.25,2.5,6.5],"texture":"#0"}}},{"from":[14.99586,21.62835,7.48],"to":[15.63586,22.26835,8.52],"rotation":{"angle":45,"axis":"z","origin":[8,20.16802,8]},"faces":{"north":{"uv":[1.125,0.25,1,0.375],"texture":"#0"},"east":{"uv":[1.375,0.25,1.125,0.375],"texture":"#0"},"south":{"uv":[1.5,0.25,1.375,0.375],"texture":"#0"},"west":{"uv":[1,0.25,0.75,0.375],"texture":"#0"},"up":{"uv":[1,0.25,1.125,0],"texture":"#0"},"down":{"uv":[1.125,0,1.25,0.25],"texture":"#0"}}},{"from":[11.41421,24.1,7.5],"to":[12.41421,26.6,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,20.16802,8]},"faces":{"north":{"uv":[3.5,6.5,3.25,7.125],"texture":"#0"},"east":{"uv":[3.75,6.5,3.5,7.125],"texture":"#0"},"south":{"uv":[4,6.5,3.75,7.125],"texture":"#0"},"west":{"uv":[3.25,6.5,3,7.125],"texture":"#0"},"up":{"uv":[3.25,6.5,3.5,6.25],"texture":"#0"},"down":{"uv":[3.5,6.25,3.75,6.5],"texture":"#0"}}},{"from":[10.41421,22.1,7.5],"to":[12.41421,24.1,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,22.16802,8]},"faces":{"north":{"uv":[7.5,5,8,5.5],"texture":"#0"},"east":{"uv":[7.25,5,7.5,5.5],"texture":"#0"},"south":{"uv":[8.25,5,8.75,5.5],"texture":"#0"},"west":{"uv":[8,5,8.25,5.5],"texture":"#0"},"up":{"uv":[8,5,7.5,4.75],"texture":"#0"},"down":{"uv":[8.5,4.75,8,5],"texture":"#0"}}},{"from":[7.5,15.9986,10.92678],"to":[8.5,16.9986,12.92678],"rotation":{"angle":45,"axis":"x","origin":[8,22.16802,8]},"faces":{"north":{"uv":[1,4,1.25,4.25],"texture":"#0"},"east":{"uv":[0.25,4,1,4.25],"texture":"#0"},"south":{"uv":[0,4,0.25,4.25],"texture":"#0"},"west":{"uv":[1.25,4,2,4.25],"texture":"#0"},"up":{"uv":[1,4,0.25,3.75],"rotation":90,"texture":"#0"},"down":{"uv":[1.75,3.75,1,4],"rotation":270,"texture":"#0"}}},{"from":[7.5,16.9986,7.92678],"to":[8.5,20.7486,11.92678],"rotation":{"angle":45,"axis":"x","origin":[8,22.16802,8]},"faces":{"north":{"uv":[9,6,9.25,7],"texture":"#0"},"east":{"uv":[8,6,9,7],"texture":"#0"},"south":{"uv":[10.25,6,10.5,7],"texture":"#0"},"west":{"uv":[9.25,6,10.25,7],"texture":"#0"},"up":{"uv":[9.25,6,9,5],"texture":"#0"},"down":{"uv":[9.5,5,9.25,6],"texture":"#0"}}},{"from":[7.5,16.9986,4.07322],"to":[8.5,20.7486,8.07322],"rotation":{"angle":-45,"axis":"x","origin":[8,22.16802,8]},"faces":{"north":{"uv":[10.5,6,10.25,7],"texture":"#0"},"east":{"uv":[9,6,8,7],"texture":"#0"},"south":{"uv":[9.25,6,9,7],"texture":"#0"},"west":{"uv":[10.25,6,9.25,7],"texture":"#0"},"up":{"uv":[9.25,5,9,6],"texture":"#0"},"down":{"uv":[9.5,6,9.25,5],"texture":"#0"}}},{"from":[7.5,15.9986,3.07322],"to":[8.5,16.9986,5.07322],"rotation":{"angle":-45,"axis":"x","origin":[8,22.16802,8]},"faces":{"north":{"uv":[0.25,4,0,4.25],"texture":"#0"},"east":{"uv":[1,4,0.25,4.25],"texture":"#0"},"south":{"uv":[1.25,4,1,4.25],"texture":"#0"},"west":{"uv":[2,4,1.25,4.25],"texture":"#0"},"up":{"uv":[0.25,4,1,3.75],"rotation":90,"texture":"#0"},"down":{"uv":[1,3.75,1.75,4],"rotation":270,"texture":"#0"}}},{"from":[0.5,16,8],"to":[15.5,31,8],"rotation":{"angle":0,"axis":"y","origin":[7.5,23,8]},"faces":{"north":{"uv":[0,0,15,15],"texture":"#1"},"south":{"uv":[15,0,0,15],"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[5,90,5],"translation":[-1,4,3.5]},"thirdperson_lefthand":{"rotation":[5,90,5],"translation":[-1,4,3.5]},"firstperson_righthand":{"rotation":[15,100,0],"translation":[8,-3,-8]},"firstperson_lefthand":{"rotation":[15,100,0],"translation":[8,-3,-8]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/frostbound_wand.json b/assets/minecraft/models/item/wynn/skin/wand/frostbound_wand.json new file mode 100644 index 000000000..c57094697 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/frostbound_wand.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/frostbound/frostbound_wand","particle":"skins/frostbound/frostbound_wand"},"elements":[{"from":[7,-8,7],"to":[9,8,9],"rotation":{"angle":0,"axis":"y","origin":[8,-4,8]},"faces":{"north":{"uv":[0,0,1,8],"texture":"#0"},"east":{"uv":[0,0,1,8],"texture":"#0"},"south":{"uv":[0,0,1,8],"texture":"#0"},"west":{"uv":[0,0,1,8],"texture":"#0"},"up":{"uv":[3.5,3.5,4.5,4.5],"texture":"#0"},"down":{"uv":[3.5,11.5,4.5,12.5],"texture":"#0"}}},{"from":[4,8,7],"to":[12,10,9],"rotation":{"angle":0,"axis":"y","origin":[8,-4,8]},"faces":{"north":{"uv":[1,6,5,7],"texture":"#0"},"east":{"uv":[5,6,6,7],"texture":"#0"},"south":{"uv":[1,6,5,7],"texture":"#0"},"west":{"uv":[5,6,6,7],"texture":"#0"},"up":{"uv":[1,6,5,7],"texture":"#0"},"down":{"uv":[1,6,5,7],"texture":"#0"}}},{"from":[6,9,6],"to":[10,17,10],"rotation":{"angle":0,"axis":"y","origin":[0,-1,0]},"faces":{"north":{"uv":[1,0,3,4],"texture":"#0"},"east":{"uv":[1,0,3,4],"texture":"#0"},"south":{"uv":[1,0,3,4],"texture":"#0"},"west":{"uv":[1,0,3,4],"texture":"#0"},"down":{"uv":[1,4,3,6],"texture":"#0"}}},{"from":[6,19,6],"to":[10,24,10],"rotation":{"angle":22.5,"axis":"x","origin":[8,19,6]},"faces":{"north":{"uv":[9,0,11,2.5],"texture":"#0"},"east":{"uv":[11,0,9,2.5],"texture":"#0"},"south":{"uv":[9,0,11,2.5],"texture":"#0"},"west":{"uv":[11,0,9,2.5],"texture":"#0"}}},{"from":[4,17,4],"to":[12,19,12],"rotation":{"angle":0,"axis":"y","origin":[0,-1,0]},"faces":{"north":{"uv":[0,12,4,13],"texture":"#0"},"east":{"uv":[0,12,4,13],"texture":"#0"},"south":{"uv":[0,12,4,13],"texture":"#0"},"west":{"uv":[0,12,4,13],"texture":"#0"},"up":{"uv":[0,8,4,12],"texture":"#0"},"down":{"uv":[0,8,4,12],"texture":"#0"}}},{"from":[5,21,7],"to":[11,27,13],"rotation":{"angle":45,"axis":"x","origin":[8,25,9]},"faces":{"north":{"uv":[6,3,9,6],"texture":"#0"},"east":{"uv":[3,0,6,3],"texture":"#0"},"south":{"uv":[6,0,9,3],"texture":"#0"},"west":{"uv":[6,0,3,3],"texture":"#0"},"up":{"uv":[3,3,6,6],"texture":"#0"},"down":{"uv":[6,3,9,6],"texture":"#0"}}},{"from":[7,19,8],"to":[9,26,15],"rotation":{"angle":-22.5,"axis":"x","origin":[8,25,9]},"faces":{"east":{"uv":[7.5,7,4,10.5],"texture":"#0"},"south":{"uv":[7.5,6,8.5,9.5],"texture":"#0"},"west":{"uv":[4,7,7.5,10.5],"texture":"#0"},"up":{"uv":[8.5,6,9.5,9.5],"texture":"#0"},"down":{"uv":[9.5,6,10.5,9.5],"texture":"#0"}}},{"from":[6,22,1],"to":[10,26,8],"rotation":{"angle":22.5,"axis":"x","origin":[8,25,9]},"faces":{"north":{"uv":[1,13,3,15],"texture":"#0"},"east":{"uv":[7.5,10.5,4,12.5],"texture":"#0"},"west":{"uv":[4,10.5,7.5,12.5],"texture":"#0"},"up":{"uv":[6,12.5,8,16],"texture":"#0"},"down":{"uv":[4,12.5,6,16],"texture":"#0"}}},{"from":[5,19,10],"to":[5.01,32,18],"rotation":{"angle":-22.5,"axis":"y","origin":[5,19,10]},"faces":{"east":{"uv":[12,9.5,8,16],"texture":"#0"},"west":{"uv":[8,9.5,12,16],"texture":"#0"}}},{"from":[11,19,10],"to":[11.01,32,18],"rotation":{"angle":22.5,"axis":"y","origin":[11,19,10]},"faces":{"east":{"uv":[12,9.5,8,16],"texture":"#0"},"west":{"uv":[8,9.5,12,16],"texture":"#0"}}},{"from":[8,-15,4],"to":[8.01,17,12],"rotation":{"angle":0,"axis":"y","origin":[0,-1,0]},"faces":{"east":{"uv":[12,0,16,16],"texture":"#0"},"west":{"uv":[12,0,16,16],"texture":"#0"}}},{"from":[4,-15,8],"to":[12,17,8.01],"rotation":{"angle":0,"axis":"y","origin":[0,-1,0]},"faces":{"north":{"uv":[12,0,16,16],"texture":"#0"},"south":{"uv":[12,0,16,16],"texture":"#0"}}},{"from":[4,-16,7],"to":[12,-14,9],"rotation":{"angle":0,"axis":"y","origin":[8,-13,8]},"faces":{"north":{"uv":[1,6,5,7],"texture":"#0"},"east":{"uv":[5,6,6,7],"texture":"#0"},"south":{"uv":[1,6,5,7],"texture":"#0"},"west":{"uv":[5,6,6,7],"texture":"#0"},"up":{"uv":[1,6,5,7],"texture":"#0"},"down":{"uv":[1,6,5,7],"texture":"#0"}}},{"from":[6,-14,7],"to":[10,-8,9],"rotation":{"angle":0,"axis":"y","origin":[8,-13,8]},"faces":{"north":{"uv":[9,2.5,11,5.5],"texture":"#0"},"east":{"uv":[0,13,1,16],"texture":"#0"},"south":{"uv":[9,2.5,11,5.5],"texture":"#0"},"west":{"uv":[0,13,1,16],"texture":"#0"},"up":{"uv":[11,2.5,9,3.5],"texture":"#0"},"down":{"uv":[3,11.5,5,12.5],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,10,5],"translation":[-0.5,3,2]},"thirdperson_lefthand":{"rotation":[0,10,5],"translation":[-0.5,3,2]},"firstperson_righthand":{"rotation":[8,5,0],"translation":[9,-5,-10],"scale":[1,1,1.4]},"firstperson_lefthand":{"rotation":[8,5,0],"translation":[9,-5,-10],"scale":[1,1,1.4]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/fury_staff.json b/assets/minecraft/models/item/wynn/skin/wand/fury_staff.json new file mode 100644 index 000000000..27f29d68a --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/fury_staff.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/fury/fury_staff","particle":"skins/fury/fury_staff"},"elements":[{"from":[7,-6,7],"to":[9,10,9],"faces":{"north":{"uv":[14,0,16,16],"texture":"#0"},"east":{"uv":[14,0,16,16],"texture":"#0"},"south":{"uv":[14,0,16,16],"texture":"#0"},"west":{"uv":[14,0,16,16],"texture":"#0"},"down":{"uv":[6,9,8,11],"texture":"#0"}}},{"from":[8,18,3.5],"to":[8.01,27,12.5],"rotation":{"angle":45,"axis":"y","origin":[8,8,8]},"faces":{"east":{"uv":[0,0,9,9],"texture":"#0"},"west":{"uv":[0,0,9,9],"texture":"#0"}}},{"from":[3.5,18,7.99],"to":[12.5,27,8],"rotation":{"angle":45,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[0,0,9,9],"texture":"#0"},"south":{"uv":[0,0,9,9],"texture":"#0"}}},{"from":[5.49,12.99,5.49],"to":[10.51,22.01,10.51],"rotation":{"angle":45,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[5,11,14,16],"rotation":90,"texture":"#0"},"east":{"uv":[5,11,14,16],"rotation":90,"texture":"#0"},"south":{"uv":[5,11,14,16],"rotation":90,"texture":"#0"},"west":{"uv":[5,11,14,16],"rotation":90,"texture":"#0"},"down":{"uv":[0,11,5,16],"texture":"#0"}}},{"from":[10.5,13,5.5],"to":[5.5,22,10.5],"rotation":{"angle":45,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[5,11,14,16],"rotation":90,"texture":"#0"},"east":{"uv":[5,11,14,16],"rotation":90,"texture":"#0"},"south":{"uv":[5,11,14,16],"rotation":90,"texture":"#0"},"west":{"uv":[5,11,14,16],"rotation":90,"texture":"#0"},"down":{"uv":[0,11,5,16],"texture":"#0"}}},{"from":[5.5,-13,8],"to":[10.5,-6,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[9,0,14,7],"texture":"#0"},"south":{"uv":[9,0,14,7],"texture":"#0"}}},{"from":[8,-11,5.5],"to":[8.01,-7,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"east":{"uv":[9,7,14,11],"texture":"#0"},"west":{"uv":[9,7,14,11],"texture":"#0"}}},{"from":[9,-6,7.99],"to":[11,-3,8],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[3,11,0,9],"rotation":90,"texture":"#0"},"south":{"uv":[3,9,0,11],"rotation":90,"texture":"#0"}}},{"from":[7.99,-6,5],"to":[8,-3,7],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"east":{"uv":[3,9,0,11],"rotation":90,"texture":"#0"},"west":{"uv":[3,11,0,9],"rotation":90,"texture":"#0"}}},{"from":[5,-6,8],"to":[7,-3,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[3,9,0,11],"rotation":90,"texture":"#0"},"south":{"uv":[3,11,0,9],"rotation":90,"texture":"#0"}}},{"from":[8,-6,9],"to":[8.01,-3,11],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"east":{"uv":[3,11,0,9],"rotation":90,"texture":"#0"},"west":{"uv":[3,9,0,11],"rotation":90,"texture":"#0"}}},{"from":[8,10,9.5],"to":[8.01,13,11.5],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"east":{"uv":[3,11,0,9],"rotation":90,"texture":"#0"},"west":{"uv":[3,9,0,11],"rotation":90,"texture":"#0"}}},{"from":[4.5,10,8],"to":[6.5,13,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[3,9,0,11],"rotation":90,"texture":"#0"},"south":{"uv":[3,11,0,9],"rotation":90,"texture":"#0"}}},{"from":[7.99,10,4.5],"to":[8,13,6.5],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"east":{"uv":[3,9,0,11],"rotation":90,"texture":"#0"},"west":{"uv":[3,11,0,9],"rotation":90,"texture":"#0"}}},{"from":[9.5,10,7.99],"to":[11.5,13,8],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[3,11,0,9],"rotation":90,"texture":"#0"},"south":{"uv":[3,9,0,11],"rotation":90,"texture":"#0"}}},{"from":[8,18,2.5],"to":[8.01,21,4.5],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"east":{"uv":[6,9,3,11],"rotation":90,"texture":"#0"},"west":{"uv":[6,11,3,9],"rotation":90,"texture":"#0"}}},{"from":[2.5,18,8],"to":[4.5,21,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[6,9,3,11],"rotation":90,"texture":"#0"},"south":{"uv":[6,11,3,9],"rotation":90,"texture":"#0"}}},{"from":[8,18,11.5],"to":[8.01,21,13.5],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"east":{"uv":[6,11,3,9],"rotation":90,"texture":"#0"},"west":{"uv":[6,9,3,11],"rotation":90,"texture":"#0"}}},{"from":[11.5,18,8],"to":[13.5,21,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[6,11,3,9],"rotation":90,"texture":"#0"},"south":{"uv":[6,9,3,11],"rotation":90,"texture":"#0"}}},{"from":[6.5,10,6.5],"to":[9.5,13,9.5],"faces":{"north":{"uv":[1,12,4,15],"texture":"#0"},"east":{"uv":[1,12,4,15],"texture":"#0"},"south":{"uv":[1,12,4,15],"texture":"#0"},"west":{"uv":[1,12,4,15],"texture":"#0"},"down":{"uv":[11,12,14,15],"texture":"#0"}}},{"from":[6,21,7],"to":[10,23,9],"faces":{"north":{"uv":[8,9,9,11],"texture":"#0"},"east":{"uv":[8,9,9,11],"texture":"#0"},"south":{"uv":[8,9,9,11],"texture":"#0"},"west":{"uv":[8,9,9,11],"texture":"#0"},"up":{"uv":[8,9,9,10],"texture":"#0"},"down":{"uv":[8,10,10,11],"texture":"#0"}}},{"from":[7,20,7],"to":[9,24,9],"faces":{"north":{"uv":[8,9,9,11],"texture":"#0"},"east":{"uv":[8,9,9,11],"texture":"#0"},"south":{"uv":[8,9,9,11],"texture":"#0"},"west":{"uv":[8,9,9,11],"texture":"#0"},"up":{"uv":[8,9,9,10],"texture":"#0"},"down":{"uv":[8,10,10,11],"texture":"#0"}}},{"from":[7,21,6],"to":[9,23,10],"faces":{"north":{"uv":[8,9,9,11],"texture":"#0"},"east":{"uv":[8,9,9,11],"texture":"#0"},"south":{"uv":[8,9,9,11],"texture":"#0"},"west":{"uv":[8,9,9,11],"texture":"#0"},"up":{"uv":[8,9,9,10],"texture":"#0"},"down":{"uv":[8,10,10,11],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,10,5],"translation":[-2,1,2]},"thirdperson_lefthand":{"rotation":[0,10,5],"translation":[-2,1,2]},"firstperson_righthand":{"rotation":[10,15,-5],"translation":[6,-3,-6]},"firstperson_lefthand":{"rotation":[10,15,-5],"translation":[6,-3,-6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/geomancer_sceptre.json b/assets/minecraft/models/item/wynn/skin/wand/geomancer_sceptre.json new file mode 100644 index 000000000..c0b1a642b --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/geomancer_sceptre.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/geomancer/geomancer_sceptre","1":"skins/geomancer/geomancer_rotary","particle":"skins/geomancer/geomancer_sceptre"},"elements":[{"from":[7,-5,7],"to":[9,11,9],"rotation":{"angle":0,"axis":"y","origin":[0,3,0]},"faces":{"north":{"uv":[0,0,1,8],"texture":"#0"},"east":{"uv":[0,0,1,8],"texture":"#0"},"south":{"uv":[0,0,1,8],"texture":"#0"},"west":{"uv":[0,0,1,8],"texture":"#0"}}},{"from":[6,-15,6],"to":[10,-5,10],"rotation":{"angle":0,"axis":"y","origin":[0,3,0]},"faces":{"north":{"uv":[1,0,3,5],"texture":"#0"},"east":{"uv":[1,0,3,5],"texture":"#0"},"south":{"uv":[1,0,3,5],"texture":"#0"},"west":{"uv":[1,0,3,5],"texture":"#0"},"up":{"uv":[3,0,5,2],"texture":"#0"},"down":{"uv":[3,2,5,4],"texture":"#0"}}},{"from":[3,14,3],"to":[13,15,13],"faces":{"north":{"uv":[0.5,13,1,13.5],"texture":"#0"},"east":{"uv":[0.5,13,1,13.5],"texture":"#0"},"south":{"uv":[0.5,13,1,13.5],"texture":"#0"},"west":{"uv":[0.5,13,1,13.5],"texture":"#0"},"up":{"uv":[1,1,11,11],"texture":"#1"},"down":{"uv":[6.5,8.5,11.5,13.5],"texture":"#0"}}},{"from":[5,14,2],"to":[11,15,3],"faces":{"north":{"uv":[5,3.5,8,4],"texture":"#0"},"east":{"uv":[0.5,13,1,13.5],"texture":"#0"},"west":{"uv":[0.5,13,1,13.5],"texture":"#0"},"up":{"uv":[1.5,8,4.5,8.5],"texture":"#0"},"down":{"uv":[7.5,8,10.5,8.5],"texture":"#0"}}},{"from":[2,14,5],"to":[3,15,11],"faces":{"north":{"uv":[0.5,13,1,13.5],"texture":"#0"},"south":{"uv":[0.5,13,1,13.5],"texture":"#0"},"west":{"uv":[5,3.5,8,4],"texture":"#0"},"up":{"uv":[0,9.5,0.5,12.5],"texture":"#0"},"down":{"uv":[6,9.5,6.5,12.5],"texture":"#0"}}},{"from":[13,14,5],"to":[14,15,11],"faces":{"north":{"uv":[0.5,13,1,13.5],"texture":"#0"},"east":{"uv":[5,3.5,8,4],"texture":"#0"},"south":{"uv":[0.5,13,1,13.5],"texture":"#0"},"up":{"uv":[5.5,9.5,6,12.5],"texture":"#0"},"down":{"uv":[11.5,9.5,12,12.5],"texture":"#0"}}},{"from":[5,14,13],"to":[11,15,14],"faces":{"east":{"uv":[0.5,13,1,13.5],"texture":"#0"},"south":{"uv":[5,3.5,8,4],"texture":"#0"},"west":{"uv":[0.5,13,1,13.5],"texture":"#0"},"up":{"uv":[1.5,13.5,4.5,14],"texture":"#0"},"down":{"uv":[7.5,13.5,10.5,14],"texture":"#0"}}},{"from":[6,15,6],"to":[10,16,10],"faces":{"north":{"uv":[1,6.5,3,7],"texture":"#0"},"east":{"uv":[1,6.5,3,7],"texture":"#0"},"south":{"uv":[1,6.5,3,7],"texture":"#0"},"west":{"uv":[1,6.5,3,7],"texture":"#0"},"up":{"uv":[1,5,3,7],"texture":"#0"}}},{"from":[6,11,6],"to":[10,12,10],"rotation":{"angle":0,"axis":"y","origin":[0,3,0]},"faces":{"north":{"uv":[3,5.5,5,6],"texture":"#0"},"east":{"uv":[3,5.5,5,6],"texture":"#0"},"south":{"uv":[3,5.5,5,6],"texture":"#0"},"west":{"uv":[3,5.5,5,6],"texture":"#0"},"up":{"uv":[1,5,3,7],"texture":"#0"},"down":{"uv":[3,4,5,6],"texture":"#0"}}},{"from":[6,-3,8],"to":[10,8,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,3,8]},"faces":{"north":{"uv":[14,0,16,5.5],"texture":"#0"},"south":{"uv":[14,0,16,5.5],"texture":"#0"}}},{"from":[8,-3,6],"to":[8.01,8,10],"rotation":{"angle":0,"axis":"y","origin":[8,3,8]},"faces":{"east":{"uv":[14,0,16,5.5],"texture":"#0"},"west":{"uv":[14,0,16,5.5],"texture":"#0"}}},{"from":[6,16,7],"to":[10,26,8],"rotation":{"angle":22.5,"axis":"x","origin":[8,16,8]},"faces":{"north":{"uv":[9.5,0.5,11.5,5.5],"texture":"#0"},"east":{"uv":[9.5,0.5,10,5.5],"texture":"#0"},"south":{"uv":[12,0.5,14,5.5],"texture":"#0"},"west":{"uv":[11,0.5,11.5,5.5],"texture":"#0"},"up":{"uv":[9.5,0.5,11.5,1],"texture":"#0"},"down":{"uv":[9.5,5,11.5,5.5],"texture":"#0"}}},{"from":[10,17,7],"to":[11,25,8],"rotation":{"angle":22.5,"axis":"x","origin":[8,16,8]},"faces":{"north":{"uv":[9,1,9.5,5],"texture":"#0"},"east":{"uv":[11.5,1,12,5],"texture":"#0"},"south":{"uv":[9,1,9.5,5],"texture":"#0"},"up":{"uv":[0,0,0.5,0.5],"texture":"#0"},"down":{"uv":[9,4.5,9.5,5],"texture":"#0"}}},{"from":[5,17,7],"to":[6,25,8],"rotation":{"angle":22.5,"axis":"x","origin":[8,16,8]},"faces":{"north":{"uv":[11.5,1,12,5],"texture":"#0"},"south":{"uv":[11.5,1,12,5],"texture":"#0"},"west":{"uv":[9,1,9.5,5],"texture":"#0"},"up":{"uv":[0,0,0.5,0.5],"texture":"#0"},"down":{"uv":[11.5,4.5,12,5],"texture":"#0"}}},{"from":[7,26,7],"to":[9,27,8],"rotation":{"angle":22.5,"axis":"x","origin":[8,16,8]},"faces":{"north":{"uv":[10,0,11,0.5],"texture":"#0"},"east":{"uv":[0,0,0.5,0.5],"texture":"#0"},"south":{"uv":[0,0,1,0.5],"texture":"#0"},"west":{"uv":[0,0,0.5,0.5],"texture":"#0"},"up":{"uv":[10,0,11,0.5],"texture":"#0"}}},{"from":[4,9,7],"to":[6,14,9],"faces":{"north":{"uv":[5,0,6,2.5],"texture":"#0"},"east":{"uv":[5,0,6,2.5],"texture":"#0"},"south":{"uv":[5,0,6,2.5],"texture":"#0"},"west":{"uv":[5,0,6,2.5],"texture":"#0"},"down":{"uv":[5,2.5,6,3.5],"texture":"#0"}}},{"from":[10,9,7],"to":[12,14,9],"faces":{"north":{"uv":[5,0,6,2.5],"texture":"#0"},"east":{"uv":[5,0,6,2.5],"texture":"#0"},"south":{"uv":[5,0,6,2.5],"texture":"#0"},"west":{"uv":[5,0,6,2.5],"texture":"#0"},"down":{"uv":[5,2.5,6,3.5],"texture":"#0"}}},{"from":[7,9,4],"to":[9,14,6],"faces":{"north":{"uv":[5,0,6,2.5],"texture":"#0"},"east":{"uv":[5,0,6,2.5],"texture":"#0"},"south":{"uv":[5,0,6,2.5],"texture":"#0"},"west":{"uv":[5,0,6,2.5],"texture":"#0"},"down":{"uv":[5,2.5,6,3.5],"texture":"#0"}}},{"from":[7,9,10],"to":[9,14,12],"faces":{"north":{"uv":[5,0,6,2.5],"texture":"#0"},"east":{"uv":[5,0,6,2.5],"texture":"#0"},"south":{"uv":[5,0,6,2.5],"texture":"#0"},"west":{"uv":[5,0,6,2.5],"texture":"#0"},"down":{"uv":[5,2.5,6,3.5],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[150,100,-150],"translation":[-2,3,2]},"thirdperson_lefthand":{"rotation":[150,100,-150],"translation":[-2,3,2]},"firstperson_righthand":{"rotation":[175,75,-165],"translation":[8,-1,-7]},"firstperson_lefthand":{"rotation":[175,75,-165],"translation":[8,-1,-7]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/gothic_staff.json b/assets/minecraft/models/item/wynn/skin/wand/gothic_staff.json new file mode 100644 index 000000000..8ecb08e10 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/gothic_staff.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/gothic/gothic_staff","particle":"skins/gothic/gothic_staff"},"elements":[{"from":[7,-2,7],"to":[9,14,9],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0,0,2,16],"texture":"#0"},"east":{"uv":[0,0,2,16],"texture":"#0"},"south":{"uv":[0,0,2,16],"texture":"#0"},"west":{"uv":[0,0,2,16],"texture":"#0"},"up":{"uv":[4,10,2,8],"texture":"#0"},"down":{"uv":[4,8,2,10],"texture":"#0"}}},{"from":[6,2,8],"to":[10,3,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[2,15,6,16],"texture":"#0"},"south":{"uv":[2,15,6,16],"texture":"#0"}}},{"from":[6,9,8],"to":[10,10,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[2,14,6,15],"texture":"#0"},"south":{"uv":[2,14,6,15],"texture":"#0"}}},{"from":[8,9,6],"to":[8.01,10,10],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"east":{"uv":[2,14,6,15],"texture":"#0"},"west":{"uv":[2,14,6,15],"texture":"#0"}}},{"from":[8,2,6],"to":[8.01,3,10],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"east":{"uv":[2,15,6,16],"texture":"#0"},"west":{"uv":[2,15,6,16],"texture":"#0"}}},{"from":[6.5,-10,8],"to":[9.5,-2,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,-6,8]},"faces":{"north":{"uv":[2,0,5,8],"texture":"#0"},"south":{"uv":[2,0,5,8],"texture":"#0"}}},{"from":[8,-10,6.5],"to":[8.01,-2,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,-6,8]},"faces":{"east":{"uv":[2,0,5,8],"texture":"#0"},"west":{"uv":[2,0,5,8],"texture":"#0"}}},{"from":[5.5,14,5.5],"to":[10.5,15,10.5],"rotation":{"angle":-45,"axis":"y","origin":[8,17,8]},"faces":{"north":{"uv":[6,15,11,16],"texture":"#0"},"east":{"uv":[6,15,11,16],"texture":"#0"},"south":{"uv":[6,15,11,16],"texture":"#0"},"west":{"uv":[6,15,11,16],"texture":"#0"},"up":{"uv":[11,11,16,16],"texture":"#0"},"down":{"uv":[11,11,16,16],"texture":"#0"}}},{"from":[6.5,15,6.5],"to":[9.5,21,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,18,8]},"faces":{"north":{"uv":[8,9,11,15],"texture":"#0"},"east":{"uv":[8,9,11,15],"texture":"#0"},"south":{"uv":[8,9,11,15],"texture":"#0"},"west":{"uv":[8,9,11,15],"texture":"#0"},"up":{"uv":[5,11,8,14],"texture":"#0"}}},{"from":[8.5,16,6.5],"to":[7.5,19,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,18,8]},"faces":{"east":{"uv":[13,8,16,11],"texture":"#0"},"west":{"uv":[13,8,16,11],"texture":"#0"},"up":{"uv":[2,5,5,6],"rotation":90,"texture":"#0"},"down":{"uv":[2,5,5,6],"rotation":90,"texture":"#0"}}},{"from":[6.5,16,8.5],"to":[9.5,19,7.5],"rotation":{"angle":0,"axis":"y","origin":[8,18,8]},"faces":{"north":{"uv":[13,8,16,11],"texture":"#0"},"south":{"uv":[13,8,16,11],"texture":"#0"},"up":{"uv":[2,5,5,6],"texture":"#0"},"down":{"uv":[2,5,5,6],"rotation":180,"texture":"#0"}}},{"from":[6.5,21,8],"to":[9.5,26,8.01],"rotation":{"angle":45,"axis":"y","origin":[8,23.5,8]},"faces":{"north":{"uv":[5,6,8,11],"texture":"#0"},"south":{"uv":[5,6,8,11],"texture":"#0"}}},{"from":[6.5,21,8],"to":[9.5,26,8.01],"rotation":{"angle":-45,"axis":"y","origin":[8,23.5,8]},"faces":{"north":{"uv":[5,6,8,11],"texture":"#0"},"south":{"uv":[5,6,8,11],"texture":"#0"}}},{"from":[3.5,14,8],"to":[12.5,22,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,19,8]},"faces":{"north":{"uv":[7,0,16,8],"texture":"#0"},"south":{"uv":[7,0,16,8],"texture":"#0"}}},{"from":[8,14,3.5],"to":[8.01,22,12.5],"rotation":{"angle":0,"axis":"y","origin":[8,19,8]},"faces":{"east":{"uv":[7,0,16,8],"texture":"#0"},"west":{"uv":[7,0,16,8],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[5,5,0],"translation":[-1.5,0,2]},"thirdperson_lefthand":{"rotation":[5,5,0],"translation":[-1.5,0,2]},"firstperson_righthand":{"rotation":[10,20,0],"translation":[3,-2,-2]},"firstperson_lefthand":{"rotation":[10,20,0],"translation":[3,-2,-2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/harvest_wand.json b/assets/minecraft/models/item/wynn/skin/wand/harvest_wand.json new file mode 100644 index 000000000..fe0fe3316 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/harvest_wand.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/harvest","1":"skins/red_gradient","particle":"skins/red_gradient"},"elements":[{"from":[7.4,-3.70014,5.52305],"to":[8.6,-1.50014,6.72305],"rotation":{"angle":0,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[6,14,8,15],"rotation":270,"texture":"#0"},"east":{"uv":[6,14,8,15],"rotation":270,"texture":"#0"},"south":{"uv":[6,14,8,15],"rotation":270,"texture":"#0"},"west":{"uv":[6,14,8,15],"rotation":270,"texture":"#0"},"up":{"uv":[7,14,8.2,15.2],"rotation":270,"texture":"#0"},"down":{"uv":[6,14,8,15],"rotation":270,"texture":"#0"}}},{"from":[7.44916,-1.49452,5.372],"to":[8.54916,1.60548,6.472],"rotation":{"angle":-22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[7.5,14,10.5,15],"rotation":270,"texture":"#0"},"east":{"uv":[7.5,14,10.5,15],"rotation":270,"texture":"#0"},"south":{"uv":[7.5,14,10.5,15],"rotation":270,"texture":"#0"},"west":{"uv":[7.5,14,10.5,15],"rotation":270,"texture":"#0"},"up":{"uv":[7.5,14,10.5,15],"rotation":180,"texture":"#0"},"down":{"uv":[7.5,14,10.5,15],"texture":"#0"}}},{"from":[7.44916,15.5158,7.90777],"to":[8.54916,18.6158,9.00777],"rotation":{"angle":0,"axis":"x","origin":[7.99804,20.0568,8.00878]},"faces":{"north":{"uv":[1.5,12,4.5,13],"rotation":90,"texture":"#0"},"east":{"uv":[2,11.5,5,12.5],"rotation":90,"texture":"#0"},"south":{"uv":[1.5,12,4.5,13],"rotation":90,"texture":"#0"},"west":{"uv":[2,11,5,12],"rotation":90,"texture":"#0"},"up":{"uv":[1.5,12,4.5,13],"rotation":90,"texture":"#0"},"down":{"uv":[1.5,12,4.5,13],"rotation":90,"texture":"#0"}}},{"from":[7.39989,-0.18258,3.91014],"to":[8.59989,3.01742,5.11014],"rotation":{"angle":22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[10,14.5,13,15.5],"rotation":270,"texture":"#0"},"east":{"uv":[10,14.5,13,15.5],"rotation":270,"texture":"#0"},"south":{"uv":[10.5,14,13.5,15],"rotation":270,"texture":"#0"},"west":{"uv":[10.5,14,13.5,15],"rotation":270,"texture":"#0"},"up":{"uv":[10,14.5,13,15.5],"rotation":270,"texture":"#0"},"down":{"uv":[10,14.5,13,15.5],"rotation":270,"texture":"#0"}}},{"from":[7.39989,11.43988,9.11417],"to":[8.59989,14.63988,10.31417],"rotation":{"angle":22.5,"axis":"x","origin":[7.96609,18.2424,11.89485]},"faces":{"north":{"uv":[4,11.5,7,12.5],"rotation":90,"texture":"#0"},"east":{"uv":[4,12,7,13],"rotation":90,"texture":"#0"},"south":{"uv":[4,11,7,12],"rotation":90,"texture":"#0"},"west":{"uv":[4,12,7,13],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,12,4.5,13],"rotation":90,"texture":"#0"},"down":{"uv":[4,12,7,13],"rotation":90,"texture":"#0"}}},{"from":[7.39776,1.41425,2.55915],"to":[8.59776,3.61425,3.75915],"rotation":{"angle":45,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[2,11.5,4.5,13],"rotation":270,"texture":"#0"},"east":{"uv":[2,11.5,4.5,13],"rotation":270,"texture":"#0"},"south":{"uv":[2,11.5,4.5,13],"rotation":270,"texture":"#0"},"west":{"uv":[2,11.5,4.5,13],"rotation":270,"texture":"#0"},"up":{"uv":[3,11.5,4.5,13],"rotation":270,"texture":"#0"},"down":{"uv":[2,11.5,4.5,13],"rotation":270,"texture":"#0"}}},{"from":[7.29773,6.23545,9.96511],"to":[8.69773,8.63545,11.36511],"rotation":{"angle":-22.5,"axis":"x","origin":[7.96806,1.24108,4.53931]},"faces":{"north":{"uv":[6,11.5,8.5,13],"rotation":270,"texture":"#0"},"east":{"uv":[6,11.5,8.5,13],"rotation":270,"texture":"#0"},"south":{"uv":[6,11,8.5,12.5],"rotation":270,"texture":"#0"},"west":{"uv":[6,11.5,8.5,13],"rotation":270,"texture":"#0"},"up":{"uv":[6,11.5,8.5,13],"rotation":270,"texture":"#0"},"down":{"uv":[6,11.5,7.5,13],"rotation":270,"texture":"#0"}}},{"from":[7.24389,10.05742,6.60004],"to":[8.74389,13.05742,8.10004],"rotation":{"angle":0,"axis":"x","origin":[7.99431,11.31268,7.34975]},"faces":{"north":{"uv":[5.5,11.5,8.5,13],"rotation":90,"texture":"#0"},"east":{"uv":[5,11.5,8,13],"rotation":90,"texture":"#0"},"south":{"uv":[5,12,8,13.5],"rotation":90,"texture":"#0"},"west":{"uv":[6,12,9,13.5],"rotation":90,"texture":"#0"},"up":{"uv":[6,11.5,7.5,13],"rotation":90,"texture":"#0"},"down":{"uv":[6,11,9,12.5],"rotation":90,"texture":"#0"}}},{"from":[7.30243,4.31611,4.43768],"to":[8.70243,6.71611,5.83768],"rotation":{"angle":22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[4,11.5,6.5,13],"rotation":270,"texture":"#0"},"east":{"uv":[4,11.5,6.5,13],"rotation":270,"texture":"#0"},"south":{"uv":[4,11.5,6.5,13],"rotation":270,"texture":"#0"},"west":{"uv":[4,11.5,6.5,13],"rotation":270,"texture":"#0"},"up":{"uv":[5.5,11.5,6.5,13],"rotation":90,"texture":"#0"},"down":{"uv":[4,11.5,6.5,13],"rotation":270,"texture":"#0"}}},{"from":[7.40239,6.32088,7.6003],"to":[8.60239,8.52088,8.8003],"rotation":{"angle":0,"axis":"x","origin":[7.96806,1.24108,4.53931]},"faces":{"north":{"uv":[5,11.5,7.5,13],"rotation":270,"texture":"#0"},"east":{"uv":[5,11.5,7.5,13],"rotation":270,"texture":"#0"},"south":{"uv":[5,11.5,7.5,13],"rotation":270,"texture":"#0"},"west":{"uv":[5,11.5,7.5,13],"rotation":270,"texture":"#0"},"up":{"uv":[5,11.5,7.5,13],"rotation":270,"texture":"#0"},"down":{"uv":[5,11.5,7.5,13],"rotation":270,"texture":"#0"}}},{"from":[7.49738,-4.0178,4.67481],"to":[8.49738,-3.0178,5.67481],"rotation":{"angle":-22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[3.5,14,4.5,15],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,14,4.5,15],"texture":"#0"},"south":{"uv":[3.5,14,4.5,15],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14,4.5,15],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,14,4.5,15],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,14,4.5,15],"rotation":90,"texture":"#0"}}},{"from":[7.54702,-4.01331,8.73352],"to":[8.44702,-3.11331,9.63352],"rotation":{"angle":45,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[3.5,14,4.4,14.9],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14,4.4,14.9],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4.4,14.9],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14,4.4,14.9],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,4.4,14.9],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,14,4.4,14.9],"rotation":90,"texture":"#0"}}},{"from":[7.55298,-1.98513,3.83205],"to":[8.45298,-1.08513,4.73205],"rotation":{"angle":45,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[9.5,14,10.5,15],"rotation":180,"texture":"#0"},"east":{"uv":[9.5,14,10.5,15],"rotation":180,"texture":"#0"},"south":{"uv":[9.5,14,10.5,15],"rotation":180,"texture":"#0"},"west":{"uv":[9.5,14,10.5,15],"rotation":180,"texture":"#0"},"up":{"uv":[9.5,14,10.5,15],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,14,10.5,15],"rotation":180,"texture":"#0"}}},{"from":[7.55298,10.26051,6.40815],"to":[8.95298,11.16051,7.30815],"rotation":{"angle":-22.5,"axis":"x","origin":[8.02641,10.41272,5.64979]},"faces":{"north":{"uv":[10.5,7,12,8],"texture":"#0"},"east":{"uv":[12,7,13,8],"rotation":90,"texture":"#0"},"south":{"uv":[12.5,7,13.5,8],"rotation":90,"texture":"#0"},"west":{"uv":[12.5,7,13.5,8],"rotation":90,"texture":"#0"},"up":{"uv":[10.5,7,12,8],"texture":"#0"},"down":{"uv":[12.5,7,13.5,8],"rotation":90,"texture":"#0"}}},{"from":[7.55298,12.38951,7.66729],"to":[8.95298,13.28951,8.56729],"rotation":{"angle":-22.5,"axis":"x","origin":[8.25298,12.83951,8.11729]},"faces":{"north":{"uv":[12.5,7,13.5,8],"rotation":270,"texture":"#0"},"east":{"uv":[12,7,13,8],"texture":"#0"},"south":{"uv":[10.5,7,12,8],"texture":"#0"},"west":{"uv":[12.5,7,13.5,8],"rotation":180,"texture":"#0"},"up":{"uv":[10.5,7,12,8],"rotation":180,"texture":"#0"},"down":{"uv":[12.5,7,13.5,8],"rotation":90,"texture":"#0"}}},{"from":[7.15298,9.88951,8.46729],"to":[8.15298,10.38951,8.96729],"rotation":{"angle":-22.5,"axis":"x","origin":[8.25298,9.83951,8.11729]},"faces":{"north":{"uv":[11.5,7,12,8],"rotation":90,"texture":"#0"},"east":{"uv":[11.5,7,12,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[11.5,7,12,8],"rotation":90,"texture":"#0"},"west":{"uv":[11.5,7.5,12,8],"rotation":90,"texture":"#0"},"up":{"uv":[11.5,7,12,8],"rotation":90,"texture":"#0"},"down":{"uv":[11.5,7,12,8],"rotation":90,"texture":"#0"}}},{"from":[7.20298,12.89628,6.75681],"to":[7.70298,13.39628,8.25681],"rotation":{"angle":22.5,"axis":"x","origin":[7.45298,13.14628,7.75681]},"faces":{"north":{"uv":[11.5,7,12,7.5],"rotation":90,"texture":"#0"},"east":{"uv":[11.5,7,12,8],"rotation":90,"texture":"#0"},"south":{"uv":[11.5,7.5,12,8],"rotation":90,"texture":"#0"},"west":{"uv":[11.5,7,12,8],"rotation":90,"texture":"#0"},"up":{"uv":[11.5,7,12,8],"texture":"#0"},"down":{"uv":[11.5,7,12,8],"rotation":180,"texture":"#0"}}},{"from":[8.50298,11.43008,6.40758],"to":[9.40298,12.33008,8.55758],"rotation":{"angle":-22.5,"axis":"x","origin":[8.95298,11.88008,7.10758]},"faces":{"north":{"uv":[13,7,14,8],"rotation":270,"texture":"#0"},"east":{"uv":[10.5,7,12.5,8],"texture":"#0"},"south":{"uv":[12,7,13,8],"rotation":90,"texture":"#0"},"west":{"uv":[12.5,7,13.5,8],"rotation":90,"texture":"#0"},"up":{"uv":[10.5,7,12.5,8],"rotation":90,"texture":"#0"},"down":{"uv":[12.5,7,13.5,8],"texture":"#0"}}},{"from":[6.75298,10.37359,6.37903],"to":[7.65298,11.27359,8.52903],"rotation":{"angle":22.5,"axis":"x","origin":[7.20298,10.82359,7.45403]},"faces":{"north":{"uv":[13,7,14,8],"texture":"#0"},"east":{"uv":[12.5,7,13.5,8],"rotation":270,"texture":"#0"},"south":{"uv":[12,7,13,8],"texture":"#0"},"west":{"uv":[10.5,7,12.5,8],"texture":"#0"},"up":{"uv":[10.5,7,12.5,8],"rotation":270,"texture":"#0"},"down":{"uv":[12.5,7,13.5,8],"texture":"#0"}}},{"from":[8.87667,12.65588,7.77636],"to":[9.77667,13.55588,8.67636],"rotation":{"angle":-45,"axis":"z","origin":[9.49106,13.89601,8.22737]},"faces":{"north":{"uv":[6,7.5,7,8.5],"rotation":180,"texture":"#0"},"east":{"uv":[6,7.5,7,8.5],"rotation":180,"texture":"#0"},"south":{"uv":[6,7.5,7,8.5],"rotation":180,"texture":"#0"},"west":{"uv":[6,7.5,7,8.5],"rotation":180,"texture":"#0"},"up":{"uv":[6,8,7,8.5],"rotation":180,"texture":"#0"},"down":{"uv":[6,7.5,7,8.5],"rotation":180,"texture":"#0"}}},{"from":[6.51502,16.44756,8.42636],"to":[7.41502,17.34756,9.32636],"rotation":{"angle":22.5,"axis":"z","origin":[7.12359,16.10099,8.88561]},"faces":{"north":{"uv":[12,5.5,13,6.5],"texture":"#0"},"east":{"uv":[12,5.5,13,6.5],"texture":"#0"},"south":{"uv":[12,5.5,13,6.5],"texture":"#0"},"west":{"uv":[12,5.5,13,6.5],"texture":"#0"},"up":{"uv":[12,5.5,13,6],"texture":"#0"},"down":{"uv":[12,5.5,13,6.5],"texture":"#0"}}},{"from":[7.59665,-5.18905,5.03033],"to":[8.39665,-4.38905,5.83033],"rotation":{"angle":-22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[3.5,14,4.3,14.8],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,14,4.3,14.8],"texture":"#0"},"south":{"uv":[3.5,14,4.3,14.8],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14,4.3,14.8],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,14,4.3,14.8],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,14,4.3,14.8],"rotation":90,"texture":"#0"}}},{"from":[7.60335,-1.53535,3.71433],"to":[8.40335,-0.73535,4.51433],"rotation":{"angle":22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[11,14,12,15],"rotation":90,"texture":"#0"},"east":{"uv":[11,14,12,15],"rotation":90,"texture":"#0"},"south":{"uv":[11,14,12,15],"rotation":90,"texture":"#0"},"west":{"uv":[11,14,12,15],"rotation":90,"texture":"#0"},"up":{"uv":[11,14,12,15],"rotation":90,"texture":"#0"},"down":{"uv":[11,14,12,15],"rotation":90,"texture":"#0"}}},{"from":[7.60335,10.64975,5.2979],"to":[8.40335,11.44975,6.0979],"rotation":{"angle":45,"axis":"x","origin":[8.02641,10.41272,5.64979]},"faces":{"north":{"uv":[6,7.5,7,8.5],"texture":"#0"},"east":{"uv":[6,7.5,7,8.5],"texture":"#0"},"south":{"uv":[6,7.5,7,8.5],"texture":"#0"},"west":{"uv":[6,7.5,7,8.5],"texture":"#0"},"up":{"uv":[6,7.5,7,8.5],"texture":"#0"},"down":{"uv":[8.5,8,9.5,8.5],"texture":"#0"}}},{"from":[8.89148,13.48471,7.82672],"to":[9.69148,14.28471,8.62672],"rotation":{"angle":22.5,"axis":"z","origin":[9.49106,13.89601,8.22737]},"faces":{"north":{"uv":[11.5,6.5,12.5,7.5],"rotation":90,"texture":"#0"},"east":{"uv":[11.5,6.5,12.5,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[11.5,6.5,12.5,7.5],"rotation":90,"texture":"#0"},"west":{"uv":[11.5,6.5,12.5,7.5],"rotation":90,"texture":"#0"},"up":{"uv":[11.5,6.5,12.5,7.5],"rotation":90,"texture":"#0"},"down":{"uv":[11.5,6.5,12.5,7.5],"rotation":90,"texture":"#0"}}},{"from":[6.74274,15.9043,8.47672],"to":[7.54274,16.7043,9.27672],"rotation":{"angle":45,"axis":"z","origin":[7.12359,16.10099,8.88561]},"faces":{"north":{"uv":[14,6,15,7],"texture":"#0"},"east":{"uv":[14,6,15,7],"texture":"#0"},"south":{"uv":[14,6,15,7],"texture":"#0"},"west":{"uv":[14,6,15,7],"texture":"#0"},"up":{"uv":[14,6,15,7],"texture":"#0"},"down":{"uv":[14,6,15,7],"texture":"#0"}}},{"from":[7.64576,-5.87477,6.76828],"to":[8.34576,-5.17477,7.46828],"rotation":{"angle":0,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[3.5,14,4.2,14.7],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14,4.2,14.7],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4.2,14.7],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14,4.2,14.7],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,4.2,14.7],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,14,4.2,14.7],"rotation":90,"texture":"#0"}}},{"from":[7.65424,-1.04585,3.79388],"to":[8.35424,-0.34585,4.49388],"rotation":{"angle":0,"axis":"x","origin":[8.00592,-1.30853,4.35894]},"faces":{"north":{"uv":[11.5,14,12,14.5],"rotation":90,"texture":"#0"},"east":{"uv":[11.5,14,12,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[11.5,14,12,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[11.5,14,12,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[11.5,14,12,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[11.5,14,12,14.5],"rotation":90,"texture":"#0"}}},{"from":[7.65424,10.11498,5.45221],"to":[8.35424,10.81498,6.15221],"rotation":{"angle":-22.5,"axis":"x","origin":[8.02641,10.41272,5.64979]},"faces":{"north":{"uv":[14.5,6.5,15,7.5],"rotation":90,"texture":"#0"},"east":{"uv":[11.5,6.5,12.5,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[11.5,6.5,12.5,7.5],"rotation":90,"texture":"#0"},"west":{"uv":[11.5,6.5,12.5,7.5],"rotation":90,"texture":"#0"},"up":{"uv":[11.5,6.5,12.5,7.5],"rotation":90,"texture":"#0"},"down":{"uv":[11.5,6.5,12.5,7.5],"rotation":90,"texture":"#0"}}},{"from":[9.2222,13.81182,7.87761],"to":[9.9222,14.51182,8.57761],"rotation":{"angle":-45,"axis":"z","origin":[9.49106,13.89601,8.22737]},"faces":{"north":{"uv":[14.5,5.5,15.5,6.5],"texture":"#0"},"east":{"uv":[14.5,5.5,15.5,6.5],"texture":"#0"},"south":{"uv":[14.5,5.5,15.5,6.5],"texture":"#0"},"west":{"uv":[14.5,5.5,15.5,6.5],"texture":"#0"},"up":{"uv":[14,6,15,6.5],"texture":"#0"},"down":{"uv":[14.5,5.5,15.5,6.5],"texture":"#0"}}},{"from":[6.86055,15.49162,8.52761],"to":[7.56055,16.19162,9.22761],"rotation":{"angle":22.5,"axis":"z","origin":[7.12359,16.10099,8.88561]},"faces":{"north":{"uv":[15,5.5,16,6.5],"texture":"#0"},"east":{"uv":[15,5.5,16,6.5],"texture":"#0"},"south":{"uv":[15,5.5,16,6.5],"texture":"#0"},"west":{"uv":[15,5.5,16,6.5],"texture":"#0"},"up":{"uv":[15,5.5,16,6.5],"texture":"#0"},"down":{"uv":[15,5.5,16,6.5],"texture":"#0"}}},{"from":[7.64576,-4.62871,4.44589],"to":[8.34576,-3.92871,5.14589],"rotation":{"angle":-22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[3.5,14,4.2,14.7],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,14,4.2,14.7],"texture":"#0"},"south":{"uv":[3.5,14,4.2,14.7],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14,4.2,14.7],"rotation":180,"texture":"#0"},"up":{"uv":[3.5,14,4.2,14.7],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,14,4.2,14.7],"rotation":90,"texture":"#0"}}},{"from":[7.69461,-5.7815,8.64382],"to":[8.29461,-5.1815,9.24382],"rotation":{"angle":22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"}}},{"from":[7.70539,-1.39941,3.98645],"to":[8.30539,-0.79941,4.58645],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00592,-1.30853,4.35894]},"faces":{"north":{"uv":[12.5,13.5,13,14],"rotation":90,"texture":"#0"},"east":{"uv":[12.5,13.5,13,14],"rotation":90,"texture":"#0"},"south":{"uv":[12.5,13.5,13,14],"rotation":90,"texture":"#0"},"west":{"uv":[12.5,13.5,13,14],"rotation":90,"texture":"#0"},"up":{"uv":[12.5,13.5,13,14],"rotation":90,"texture":"#0"},"down":{"uv":[12.5,13.5,13,14],"rotation":90,"texture":"#0"}}},{"from":[7.70539,9.83431,5.25158],"to":[8.30539,10.43431,5.85158],"rotation":{"angle":45,"axis":"x","origin":[8.02641,10.41272,5.64979]},"faces":{"north":{"uv":[14.5,5.5,15.5,6.5],"texture":"#0"},"east":{"uv":[14.5,5.5,15.5,6.5],"texture":"#0"},"south":{"uv":[14.5,5.5,15.5,6.5],"texture":"#0"},"west":{"uv":[14.5,5.5,15.5,6.5],"texture":"#0"},"up":{"uv":[14.5,5.5,15.5,6.5],"texture":"#0"},"down":{"uv":[14.5,5.5,15.5,6.5],"texture":"#0"}}},{"from":[9.90692,13.73104,7.92877],"to":[10.50692,14.33104,8.52877],"rotation":{"angle":22.5,"axis":"z","origin":[9.49106,13.89601,8.22737]},"faces":{"north":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"},"east":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"},"south":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"},"west":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"},"up":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"},"down":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"}}},{"from":[10.0845,14.03431,7.82116],"to":[13.0845,17.03431,7.83116],"rotation":{"angle":-22.5,"axis":"x","origin":[11.5845,15.53431,7.82616]},"faces":{"north":{"uv":[0.5,5.5,5.5,10],"rotation":90,"texture":"#0"},"east":{"uv":[0.5,2,1,2.5],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,5.5,0.5,10],"rotation":270,"texture":"#0"},"west":{"uv":[0.5,2,1,2.5],"rotation":90,"texture":"#0"},"up":{"uv":[0.5,2,1,2.5],"rotation":270,"texture":"#0"},"down":{"uv":[0.5,2,1,2.5],"rotation":270,"texture":"#0"}}},{"from":[6.10226,16.83431,8.5902],"to":[6.11226,19.83431,11.5902],"rotation":{"angle":-22.5,"axis":"y","origin":[6.10726,18.33431,10.0902]},"faces":{"north":{"uv":[0.5,2.5,1,2],"rotation":90,"texture":"#0"},"east":{"uv":[5.5,10,0.5,5.5],"rotation":270,"texture":"#0"},"south":{"uv":[0.5,2.5,1,2],"rotation":90,"texture":"#0"},"west":{"uv":[0.5,10,5.5,5.5],"rotation":90,"texture":"#0"},"up":{"uv":[0.5,2.5,1,2],"rotation":180,"texture":"#0"},"down":{"uv":[0.5,2.5,1,2],"texture":"#0"}}},{"from":[6.70726,18.83431,6.1852],"to":[9.70726,21.83431,6.1952],"rotation":{"angle":22.5,"axis":"y","origin":[6.30726,18.33431,10.0902]},"faces":{"north":{"uv":[0.5,10,5.5,5.5],"rotation":90,"texture":"#0"},"east":{"uv":[0.5,2.5,1,2],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,10,0.5,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[0.5,2.5,1,2],"rotation":90,"texture":"#0"},"up":{"uv":[0.5,2.5,1,2],"rotation":270,"texture":"#0"},"down":{"uv":[0.5,2.5,1,2],"rotation":270,"texture":"#0"}}},{"from":[7.50059,9.13347,1.85158],"to":[7.51059,12.13347,4.85158],"rotation":{"angle":22.5,"axis":"z","origin":[7.50559,10.63347,3.35158]},"faces":{"north":{"uv":[0.5,2,1,2.5],"rotation":90,"texture":"#0"},"east":{"uv":[5.5,5.5,0.5,10],"rotation":270,"texture":"#0"},"south":{"uv":[0.5,2,1,2.5],"rotation":90,"texture":"#0"},"west":{"uv":[0.5,5.5,5.5,10],"rotation":90,"texture":"#0"},"up":{"uv":[0.5,2,1,2.5],"rotation":270,"texture":"#0"},"down":{"uv":[0.5,2,1,2.5],"rotation":270,"texture":"#0"}}},{"from":[6.69641,14.08886,8.57877],"to":[7.29641,15.68886,9.17877],"rotation":{"angle":45,"axis":"z","origin":[7.12359,16.10099,8.88561]},"faces":{"north":{"uv":[7.5,7,9.5,8],"rotation":90,"texture":"#0"},"east":{"uv":[7.5,7,9.5,8],"rotation":90,"texture":"#0"},"south":{"uv":[7.5,7,9.5,8],"rotation":90,"texture":"#0"},"west":{"uv":[7.5,7,9.5,8],"rotation":90,"texture":"#0"},"up":{"uv":[7.5,7,9.5,8],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,7,9.5,8],"rotation":90,"texture":"#0"}}},{"from":[7.5659,13.36517,6.3604],"to":[8.4659,14.26517,7.2604],"rotation":{"angle":-22.5,"axis":"x","origin":[8.01489,14.72078,7.02264]},"faces":{"north":{"uv":[13,5.5,12,6.5],"rotation":180,"texture":"#0"},"east":{"uv":[13,5.5,12,6.5],"rotation":180,"texture":"#0"},"south":{"uv":[13,5.5,12,6.5],"rotation":180,"texture":"#0"},"west":{"uv":[13,5.5,12,6.5],"rotation":180,"texture":"#0"},"up":{"uv":[13,5.5,12,6.5],"rotation":270,"texture":"#0"},"down":{"uv":[13,5.5,12,6],"rotation":90,"texture":"#0"}}},{"from":[7.61554,13.9962,6.63394],"to":[8.41554,14.7962,7.43394],"rotation":{"angle":0,"axis":"x","origin":[8.01489,14.72078,7.02264]},"faces":{"north":{"uv":[14,7,15,6],"texture":"#0"},"east":{"uv":[14,7,15,6],"texture":"#0"},"south":{"uv":[14,7,15,6],"texture":"#0"},"west":{"uv":[14,7,15,6],"texture":"#0"},"up":{"uv":[14,7,15,6],"rotation":90,"texture":"#0"},"down":{"uv":[14,7,15,6],"rotation":270,"texture":"#0"}}},{"from":[7.41465,14.52111,6.70593],"to":[8.11465,15.22111,7.40593],"rotation":{"angle":-22.5,"axis":"x","origin":[7.76489,14.72078,7.02264]},"faces":{"north":{"uv":[16,5.5,15,6.5],"rotation":180,"texture":"#0"},"east":{"uv":[16,5.5,15,6.5],"rotation":180,"texture":"#0"},"south":{"uv":[16,5.5,15,6.5],"rotation":180,"texture":"#0"},"west":{"uv":[16,5.5,15,6.5],"rotation":180,"texture":"#0"},"up":{"uv":[16,5.5,15,6.5],"rotation":270,"texture":"#0"},"down":{"uv":[16,5.5,15,6.5],"rotation":90,"texture":"#0"}}},{"from":[7.21349,15.01164,6.58761],"to":[7.81349,16.61164,7.18761],"rotation":{"angle":0,"axis":"x","origin":[7.51489,14.72078,7.02264]},"faces":{"north":{"uv":[9.5,7,7.5,8],"rotation":90,"texture":"#0"},"east":{"uv":[9.5,7,7.5,8],"rotation":90,"texture":"#0"},"south":{"uv":[9.5,7,7.5,8],"rotation":90,"texture":"#0"},"west":{"uv":[9.5,7,7.5,8],"rotation":90,"texture":"#0"},"up":{"uv":[9.5,7,8.5,8],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,7,7.5,8],"texture":"#0"}}},{"from":[7.91349,15.01164,6.78761],"to":[8.31349,16.61164,7.18761],"rotation":{"angle":-22.5,"axis":"z","origin":[8.11349,15.71164,6.98761]},"faces":{"north":{"uv":[9.5,7,7.5,7.5],"rotation":90,"texture":"#0"},"east":{"uv":[9.5,7,7.5,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[9.5,7,7.5,7.5],"rotation":90,"texture":"#0"},"west":{"uv":[9.5,7,7.5,7.5],"rotation":90,"texture":"#0"},"up":{"uv":[9.5,7,7.5,7.5],"rotation":90,"texture":"#0"},"down":{"uv":[9.5,7,7.5,7.5],"rotation":90,"texture":"#0"}}},{"from":[6.44641,13.08886,8.32877],"to":[7.04641,14.68886,8.92877],"rotation":{"angle":45,"axis":"z","origin":[7.12359,16.10099,8.88561]},"faces":{"north":{"uv":[7.5,6.5,9.5,7.5],"rotation":90,"texture":"#0"},"east":{"uv":[7.5,7.5,9.5,6.5],"rotation":90,"texture":"#0"},"south":{"uv":[7.5,6.5,9.5,7.5],"rotation":90,"texture":"#0"},"west":{"uv":[7.5,6.5,9.5,7.5],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,6.5,9.5,7.5],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,6.5,9.5,7.5],"rotation":90,"texture":"#0"}}},{"from":[7.69461,-4.79183,8.66239],"to":[8.29461,-4.19183,9.26239],"rotation":{"angle":45,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,14,4.1,14.6],"rotation":90,"texture":"#0"}}},{"from":[7.74344,-4.91587,10.34838],"to":[8.24344,-4.41587,10.84838],"rotation":{"angle":45,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[3.5,14,4,14.5],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14,4,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14,4,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,4,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,14,4,14.5],"rotation":90,"texture":"#0"}}},{"from":[7.75656,-1.69977,4.0292],"to":[8.25656,-1.19977,4.5292],"rotation":{"angle":-45,"axis":"x","origin":[8.00592,-1.30853,4.35894]},"faces":{"north":{"uv":[14,14,14.5,14.5],"rotation":90,"texture":"#0"},"east":{"uv":[14,14,14.5,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[14,14,14.5,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[14,14,14.5,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[14,14,14.5,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[14,14,14.5,14.5],"rotation":90,"texture":"#0"}}},{"from":[7.75656,9.58091,5.10971],"to":[8.25656,10.08091,5.60971],"rotation":{"angle":22.5,"axis":"x","origin":[8.02641,10.41272,5.64979]},"faces":{"north":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"},"east":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"},"south":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"},"west":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"},"up":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"},"down":{"uv":[14,6,14.5,7],"rotation":270,"texture":"#0"}}},{"from":[7.74344,-5.67694,7.1033],"to":[8.24344,-5.17694,7.6033],"rotation":{"angle":22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[3.5,14,4,14.5],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14,4,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14,4,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,4,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,14,4,14.5],"rotation":90,"texture":"#0"}}},{"from":[7.79251,-6.83707,8.61496],"to":[8.19251,-5.93707,9.01496],"rotation":{"angle":22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[3.5,14,4.4,14.4],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14,4.4,14.4],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4.4,14.4],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14,4.4,14.4],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,3.9,14.4],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,14,3.9,14.4],"rotation":90,"texture":"#0"}}},{"from":[7.80749,-2.45498,4.2153],"to":[8.20749,-1.55498,4.6153],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00592,-1.30853,4.35894]},"faces":{"north":{"uv":[1,12,2,12.5],"rotation":90,"texture":"#0"},"east":{"uv":[1,12,2,12.5],"rotation":90,"texture":"#0"},"south":{"uv":[1,12,2,12.5],"rotation":90,"texture":"#0"},"west":{"uv":[1,12,2,12.5],"rotation":90,"texture":"#0"},"up":{"uv":[1,12,2,12.5],"rotation":90,"texture":"#0"},"down":{"uv":[1.5,12,2,12.5],"rotation":90,"texture":"#0"}}},{"from":[7.39989,17.84399,6.33128],"to":[8.59989,21.04399,7.53128],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00363,22.10029,6.81456]},"faces":{"north":{"uv":[10.5,15,7.5,14],"rotation":270,"texture":"#0"},"east":{"uv":[10.5,15,7.5,14],"rotation":270,"texture":"#0"},"south":{"uv":[10.5,15,7.5,14],"rotation":270,"texture":"#0"},"west":{"uv":[10.5,15,7.5,14],"rotation":270,"texture":"#0"},"up":{"uv":[10.5,15,7.5,14],"rotation":270,"texture":"#0"},"down":{"uv":[10.5,15,7.5,14],"rotation":270,"texture":"#0"}}},{"from":[7.80749,8.77874,5.48043],"to":[8.20749,9.67874,5.88043],"rotation":{"angle":45,"axis":"x","origin":[8.02641,10.41272,5.64979]},"faces":{"north":{"uv":[13.5,6,14.5,6.4],"rotation":270,"texture":"#0"},"east":{"uv":[13.5,6,14.5,6.4],"rotation":270,"texture":"#0"},"south":{"uv":[13.5,6,14.5,6.4],"rotation":270,"texture":"#0"},"west":{"uv":[13.5,6,14.5,6.4],"rotation":270,"texture":"#0"},"up":{"uv":[13.5,6,14.5,6.4],"rotation":270,"texture":"#0"},"down":{"uv":[13.5,6,14,6.5],"rotation":270,"texture":"#0"}}},{"from":[7.79251,-5.8474,8.89125],"to":[8.19251,-4.9474,9.29125],"rotation":{"angle":45,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[3.5,14,4.4,14.4],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14,4.4,14.4],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4.4,14.4],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14,4.4,14.4],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,3.9,14.4],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,14,3.9,14.4],"rotation":90,"texture":"#0"}}},{"from":[7.84251,-8.41672,6.25065],"to":[8.14251,-7.11672,6.55065],"rotation":{"angle":0,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[3.5,14,4.8,14.3],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14,4.8,14.3],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4.8,14.3],"rotation":90,"texture":"#0"},"west":{"uv":[0,14,1.3,14.3],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,3.8,14.3],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,14,3.8,14.3],"rotation":90,"texture":"#0"}}},{"from":[7.84251,-6.96417,6.90423],"to":[8.14251,-6.16417,7.20423],"rotation":{"angle":22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[3.5,14,4.3,14.3],"rotation":90,"texture":"#0"},"east":{"uv":[3.5,14,4.3,14.3],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,14,4.3,14.3],"rotation":90,"texture":"#0"},"west":{"uv":[3.5,14,4.3,14.3],"rotation":90,"texture":"#0"},"up":{"uv":[3.5,14,3.8,14.3],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,14,3.8,14.3],"rotation":90,"texture":"#0"}}},{"from":[7.49738,21.33244,6.73855],"to":[8.49738,22.33244,7.73855],"rotation":{"angle":22.5,"axis":"x","origin":[7.99499,21.57988,5.40623]},"faces":{"north":{"uv":[4.5,14,3.5,15],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,15,4.5,14],"rotation":90,"texture":"#0"},"south":{"uv":[4.5,14,3.5,15],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,15,4.5,14],"rotation":90,"texture":"#0"},"up":{"uv":[4.5,14,3.5,15],"rotation":90,"texture":"#0"},"down":{"uv":[4.5,14,3.5,15],"rotation":90,"texture":"#0"}}},{"from":[7.54702,20.74334,6.31665],"to":[8.44702,21.64334,7.21665],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99464,22.34672,5.85058]},"faces":{"north":{"uv":[4.4,14,3.5,14.9],"rotation":270,"texture":"#0"},"east":{"uv":[4.4,14,3.5,14.9],"rotation":180,"texture":"#0"},"south":{"uv":[4.4,14,3.5,14.9],"rotation":90,"texture":"#0"},"west":{"uv":[4.4,14,3.5,14.9],"texture":"#0"},"up":{"uv":[4.4,14,3.5,14.9],"rotation":90,"texture":"#0"},"down":{"uv":[4.4,14,3.5,14.9],"rotation":270,"texture":"#0"}}},{"from":[7.59665,22.49088,6.27342],"to":[8.39665,23.29088,7.07342],"rotation":{"angle":45,"axis":"x","origin":[7.99464,22.34672,5.85058]},"faces":{"north":{"uv":[4.3,14,3.5,14.8],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,14.8,4.3,14],"rotation":90,"texture":"#0"},"south":{"uv":[4.3,14,3.5,14.8],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,14.8,4.3,14],"rotation":90,"texture":"#0"},"up":{"uv":[4.3,14,3.5,14.8],"rotation":90,"texture":"#0"},"down":{"uv":[4.3,14,3.5,14.8],"rotation":90,"texture":"#0"}}},{"from":[7.64576,22.3083,5.95276],"to":[8.34576,23.0083,6.65276],"rotation":{"angle":22.5,"axis":"x","origin":[7.99464,22.34672,5.85058]},"faces":{"north":{"uv":[4.2,14,3.5,14.7],"rotation":270,"texture":"#0"},"east":{"uv":[4.2,14,3.5,14.7],"rotation":180,"texture":"#0"},"south":{"uv":[4.2,14,3.5,14.7],"rotation":90,"texture":"#0"},"west":{"uv":[4.2,14,3.5,14.7],"texture":"#0"},"up":{"uv":[4.2,14,3.5,14.7],"rotation":90,"texture":"#0"},"down":{"uv":[4.2,14,3.5,14.7],"rotation":270,"texture":"#0"}}},{"from":[7.69461,22.2698,5.64835],"to":[8.29461,22.8698,6.24835],"rotation":{"angle":0,"axis":"x","origin":[7.99464,22.34672,5.85058]},"faces":{"north":{"uv":[4.1,14,3.5,14.6],"rotation":270,"texture":"#0"},"east":{"uv":[4.1,14,3.5,14.6],"rotation":180,"texture":"#0"},"south":{"uv":[4.1,14,3.5,14.6],"rotation":90,"texture":"#0"},"west":{"uv":[4.1,14,3.5,14.6],"texture":"#0"},"up":{"uv":[4.1,14,3.5,14.6],"rotation":90,"texture":"#0"},"down":{"uv":[4.1,14,3.5,14.6],"rotation":270,"texture":"#0"}}},{"from":[7.74344,22.3582,5.41409],"to":[8.24344,22.8582,5.91409],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99464,22.34672,5.85058]},"faces":{"north":{"uv":[4,14,3.5,14.5],"rotation":270,"texture":"#0"},"east":{"uv":[4,14,3.5,14.5],"rotation":180,"texture":"#0"},"south":{"uv":[4,14,3.5,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[4,14,3.5,14.5],"texture":"#0"},"up":{"uv":[4,14,3.5,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[4,14,3.5,14.5],"rotation":270,"texture":"#0"}}},{"from":[7.79251,22.24094,4.59278],"to":[8.19251,22.64094,5.49278],"rotation":{"angle":0,"axis":"x","origin":[7.99464,22.34672,5.85058]},"faces":{"north":{"uv":[3.9,14,3.5,14.4],"rotation":270,"texture":"#0"},"east":{"uv":[4.4,14,3.5,14.4],"rotation":180,"texture":"#0"},"south":{"uv":[3.9,14,3.5,14.4],"rotation":90,"texture":"#0"},"west":{"uv":[4.4,14,3.5,14.4],"texture":"#0"},"up":{"uv":[4.4,14,3.5,14.4],"rotation":90,"texture":"#0"},"down":{"uv":[4.4,14,3.5,14.4],"rotation":270,"texture":"#0"}}},{"from":[7.84251,21.79067,3.41081],"to":[8.14251,22.09067,4.71081],"rotation":{"angle":22.5,"axis":"x","origin":[7.99464,22.34672,5.85058]},"faces":{"north":{"uv":[3.8,14,3.5,14.3],"rotation":270,"texture":"#0"},"east":{"uv":[4.8,14,3.5,14.3],"rotation":180,"texture":"#0"},"south":{"uv":[3.8,14,3.5,14.3],"rotation":90,"texture":"#0"},"west":{"uv":[1.3,14,0,14.3],"texture":"#0"},"up":{"uv":[4.8,14,3.5,14.3],"rotation":90,"texture":"#0"},"down":{"uv":[4.8,14,3.5,14.3],"rotation":270,"texture":"#0"}}},{"from":[7.69461,19.88081,5.9357],"to":[8.29461,20.48081,6.5357],"rotation":{"angle":45,"axis":"x","origin":[7.99377,19.70647,6.13535]},"faces":{"north":{"uv":[4.1,14,3.5,14.6],"rotation":270,"texture":"#0"},"east":{"uv":[4.1,14,3.5,14.6],"rotation":270,"texture":"#0"},"south":{"uv":[4.1,14,3.5,14.6],"rotation":270,"texture":"#0"},"west":{"uv":[4.1,14,3.5,14.6],"rotation":270,"texture":"#0"},"up":{"uv":[4.1,14,3.5,14.6],"rotation":90,"texture":"#0"},"down":{"uv":[4.1,14,3.5,14.6],"rotation":90,"texture":"#0"}}},{"from":[7.64576,20.20352,6.12764],"to":[8.34576,20.90352,6.82764],"rotation":{"angle":22.5,"axis":"x","origin":[7.99377,19.70647,6.13535]},"faces":{"north":{"uv":[4.2,14,3.5,14.7],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,14.7,4.2,14],"rotation":90,"texture":"#0"},"south":{"uv":[4.2,14,3.5,14.7],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,14.7,4.2,14],"rotation":90,"texture":"#0"},"up":{"uv":[4.2,14,3.5,14.7],"rotation":90,"texture":"#0"},"down":{"uv":[4.2,14,3.5,14.7],"rotation":90,"texture":"#0"}}},{"from":[7.74344,19.45248,5.99981],"to":[8.24344,19.95248,6.49981],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99377,19.70647,6.13535]},"faces":{"north":{"uv":[4,14,3.5,14.5],"rotation":270,"texture":"#0"},"east":{"uv":[4,14,3.5,14.5],"rotation":180,"texture":"#0"},"south":{"uv":[4,14,3.5,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[4,14,3.5,14.5],"texture":"#0"},"up":{"uv":[4,14,3.5,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[4,14,3.5,14.5],"rotation":270,"texture":"#0"}}},{"from":[7.79251,18.82524,5.90684],"to":[8.19251,19.72524,6.30684],"rotation":{"angle":45,"axis":"x","origin":[7.99377,19.70647,6.13535]},"faces":{"north":{"uv":[4.4,14,3.5,14.4],"rotation":270,"texture":"#0"},"east":{"uv":[4.4,14,3.5,14.4],"rotation":270,"texture":"#0"},"south":{"uv":[4.4,14,3.5,14.4],"rotation":270,"texture":"#0"},"west":{"uv":[4.4,14,3.5,14.4],"rotation":270,"texture":"#0"},"up":{"uv":[3.9,14,3.5,14.4],"rotation":90,"texture":"#0"},"down":{"uv":[3.9,14,3.5,14.4],"rotation":90,"texture":"#0"}}},{"from":[6.75,7.5,3.1],"to":[9,9.25,5.35],"rotation":{"angle":22.5,"axis":"x","origin":[7.875,8.375,4.225]},"faces":{"north":{"uv":[6.5,1,11,4.5],"texture":"#0"},"east":{"uv":[6.5,0,11,3.5],"texture":"#0"},"south":{"uv":[6.5,0.5,11,4],"texture":"#0"},"west":{"uv":[2,0.5,6.5,4],"texture":"#0"},"up":{"uv":[6.5,0,11,4.5],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,0,11,4.5],"rotation":90,"texture":"#0"}}},{"from":[7,7.25,3.35],"to":[8.75,9.5,5.1],"rotation":{"angle":22.5,"axis":"x","origin":[7.875,8.375,4.225]},"faces":{"north":{"uv":[7,0.5,10.5,4],"texture":"#0"},"east":{"uv":[7,0.5,10.5,4],"texture":"#0"},"south":{"uv":[7,0.5,10.5,4],"texture":"#0"},"west":{"uv":[7,0.5,10.5,4],"texture":"#0"},"up":{"uv":[7,0.5,10.5,4],"rotation":270,"texture":"#0"},"down":{"uv":[7,0.5,10.5,4],"rotation":90,"texture":"#0"}}},{"from":[9.25,12.1,7.35],"to":[11.5,13.85,9.6],"rotation":{"angle":-22.5,"axis":"y","origin":[10.375,12.975,8.475]},"faces":{"north":{"uv":[6.5,0.5,11,4],"texture":"#0"},"east":{"uv":[2,0.5,6.5,4],"texture":"#0"},"south":{"uv":[6.5,1,11,4.5],"texture":"#0"},"west":{"uv":[6.5,0,11,3.5],"texture":"#0"},"up":{"uv":[6.5,0,11,4.5],"rotation":90,"texture":"#0"},"down":{"uv":[6.5,0,11,4.5],"rotation":270,"texture":"#0"}}},{"from":[9.5,11.85,7.6],"to":[11.25,14.1,9.35],"rotation":{"angle":-22.5,"axis":"y","origin":[10.375,12.975,8.475]},"faces":{"north":{"uv":[7,0.5,10.5,4],"texture":"#0"},"east":{"uv":[7,0.5,10.5,4],"texture":"#0"},"south":{"uv":[7,0.5,10.5,4],"texture":"#0"},"west":{"uv":[7,0.5,10.5,4],"texture":"#0"},"up":{"uv":[7,0.5,10.5,4],"rotation":90,"texture":"#0"},"down":{"uv":[7,0.5,10.5,4],"rotation":270,"texture":"#0"}}},{"from":[7.40132,2.07963,6.4194],"to":[8.00132,2.87963,6.9194],"rotation":{"angle":22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[8.5,5.5,9.5,6.5],"rotation":270,"texture":"#0"},"east":{"uv":[8.5,5.5,9.5,6.5],"rotation":270,"texture":"#0"},"south":{"uv":[8.5,5.5,9.5,6.5],"rotation":270,"texture":"#0"},"west":{"uv":[8.5,5.5,9.5,6.5],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,5.5,9.5,6.5],"rotation":90,"texture":"#0"},"down":{"uv":[8.5,5.5,9.5,6.5],"rotation":90,"texture":"#0"}}},{"from":[7.09551,1.32109,5.12626],"to":[8.12551,2.35109,6.15626],"rotation":{"angle":45,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[0,0,1.5,1.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,1.5,1.5],"rotation":180,"texture":"#0"},"south":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,0,1.5,1.5],"texture":"#0"},"up":{"uv":[0,0,1.5,1.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,1.5,1.5],"rotation":270,"texture":"#0"}}},{"from":[7.59941,2.81968,3.33237],"to":[8.39941,3.51968,4.13237],"rotation":{"angle":45,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[12,5.5,12.5,6.5],"rotation":180,"texture":"#0"},"east":{"uv":[11.5,5.5,12.5,6.5],"rotation":270,"texture":"#0"},"south":{"uv":[11.5,5.5,12,6.5],"rotation":180,"texture":"#0"},"west":{"uv":[11.5,5.5,12.5,6.5],"rotation":180,"texture":"#0"},"up":{"uv":[12,5.5,12.5,6.5],"rotation":180,"texture":"#0"},"down":{"uv":[11.5,5.5,12,6.5],"texture":"#0"}}},{"from":[7.39836,2.52719,7.78175],"to":[8.19836,3.32719,8.38175],"rotation":{"angle":0,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[7.5,5.5,8.5,6.5],"rotation":180,"texture":"#0"},"east":{"uv":[7.5,5.5,8.5,6.5],"rotation":180,"texture":"#0"},"south":{"uv":[7.5,5.5,8.5,6.5],"rotation":180,"texture":"#0"},"west":{"uv":[7.5,5.5,8.5,6.5],"rotation":180,"texture":"#0"},"up":{"uv":[7.5,6,8.5,6.5],"texture":"#0"},"down":{"uv":[7.5,5.5,8.5,6.5],"texture":"#0"}}},{"from":[7.49804,2.38106,9.25295],"to":[8.29804,3.18106,9.90295],"rotation":{"angle":-22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[10.5,6,11.5,7],"rotation":180,"texture":"#0"},"east":{"uv":[10.5,6,11.5,7],"rotation":180,"texture":"#0"},"south":{"uv":[10.5,6,11.5,7],"rotation":180,"texture":"#0"},"west":{"uv":[10.5,6,11.5,7],"rotation":90,"texture":"#0"},"up":{"uv":[10.5,6,11,7],"rotation":180,"texture":"#0"},"down":{"uv":[10.5,6,11.5,7],"texture":"#0"}}},{"from":[7.01,4.48284,8.9946],"to":[8.99,4.96284,10.9746],"rotation":{"angle":-22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#0"},"east":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#0"},"south":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#0"},"west":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#0"},"up":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#0"},"down":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#0"}}},{"from":[7.01,5.58143,9.45274],"to":[8.99,6.06143,11.43274],"rotation":{"angle":-22.5,"axis":"x","origin":[7.96806,1.24108,4.53931]},"faces":{"north":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#0"}}},{"from":[7.01,16.84192,8.40055],"to":[8.99,20.47192,8.88055],"rotation":{"angle":-22.5,"axis":"x","origin":[8,17.83192,8.64055]},"faces":{"north":{"uv":[8.5,7,10.48,7.48],"texture":"#0"},"east":{"uv":[8.5,7,12.73,7.48],"rotation":90,"texture":"#0"},"south":{"uv":[11.5,6.5,16,7.5],"rotation":90,"texture":"#0"},"west":{"uv":[8.5,7,12.73,7.48],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,7,10.48,7.48],"texture":"#0"},"down":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#0"}}},{"from":[7,8.39768,4.48176],"to":[9,8.89768,6.48176],"rotation":{"angle":22.5,"axis":"x","origin":[7.96806,1.24108,4.53931]},"faces":{"north":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#0"},"east":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#0"},"south":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#0"},"west":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#0"},"up":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#0"},"down":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#0"}}},{"from":[7,6.15402,4.01188],"to":[9,6.65402,6.01188],"rotation":{"angle":22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#0"},"east":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#0"},"south":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#0"},"west":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#0"},"up":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#0"},"down":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#0"}}},{"from":[7.25,19.90077,6.95057],"to":[8.75,20.40077,8.70057],"rotation":{"angle":0,"axis":"x","origin":[8,19.2727,8.00325]},"faces":{"north":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#0"},"east":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#0"},"south":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#0"},"west":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#0"},"up":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#0"},"down":{"uv":[7,6.5,8.98,6.98],"rotation":180,"texture":"#0"}}},{"from":[7.26,19.73571,7.51129],"to":[8.74,20.21571,9.24129],"rotation":{"angle":-45,"axis":"x","origin":[8,19.2727,8.00325]},"faces":{"north":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,7,10.48,7.48],"rotation":180,"texture":"#0"}}},{"from":[7.25,18.67656,7.35627],"to":[8.75,19.17656,9.10627],"rotation":{"angle":0,"axis":"x","origin":[8,19.2727,8.00325]},"faces":{"north":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#0"},"east":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#0"},"south":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#0"},"west":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#0"},"up":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#0"},"down":{"uv":[12.5,6,14.48,6.48],"rotation":180,"texture":"#0"}}},{"from":[7.26,17.9538,6.73886],"to":[8.74,18.4338,8.46886],"rotation":{"angle":-45,"axis":"x","origin":[8,19.2727,8.00325]},"faces":{"north":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#0"},"east":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#0"},"south":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#0"},"west":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#0"},"up":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#0"},"down":{"uv":[11.5,6,13.48,6.48],"rotation":180,"texture":"#0"}}},{"from":[7.01904,4.41592,6.56451],"to":[9.01904,4.91592,8.56451],"rotation":{"angle":0,"axis":"x","origin":[9.81166,-0.96684,6.76408]},"faces":{"north":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#0"},"east":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#0"},"west":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#0"},"up":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#0"},"down":{"uv":[8.5,6.5,9.5,7],"rotation":180,"texture":"#0"}}},{"from":[7,4.03838,4.13053],"to":[9,4.53838,6.13053],"rotation":{"angle":22.5,"axis":"x","origin":[7.91166,-0.96684,6.76408]},"faces":{"north":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#0"},"east":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#0"},"south":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#0"},"west":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#0"},"up":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#0"},"down":{"uv":[11.5,6,13.5,6.5],"rotation":180,"texture":"#0"}}},{"from":[6.75,16.01658,1.51642],"to":[9.25,18.76658,6.01642],"rotation":{"angle":45,"axis":"x","origin":[8,17.54158,3.76642]},"faces":{"north":{"uv":[0.5,1.5,4,5.5],"texture":"#1"},"east":{"uv":[10.5,1.5,3.5,5.5],"texture":"#1"},"south":{"uv":[10,2.5,14,6],"rotation":90,"texture":"#1"},"west":{"uv":[3.5,1.5,10.5,5.5],"texture":"#1"},"up":{"uv":[6.5,0,10,7],"rotation":180,"texture":"#1"},"down":{"uv":[6.5,0,10,7],"rotation":180,"texture":"#1"}}},{"from":[5.75,16.01658,2.76642],"to":[10.25,18.76658,4.76642],"rotation":{"angle":45,"axis":"x","origin":[8,17.54158,3.76642]},"faces":{"north":{"uv":[12,0,16,7],"rotation":90,"texture":"#1"},"east":{"uv":[10,2.5,14,5.5],"rotation":90,"texture":"#1"},"south":{"uv":[12,0,16,7],"rotation":90,"texture":"#1"},"west":{"uv":[10,2.5,14,5.5],"rotation":90,"texture":"#1"},"up":{"uv":[7,0,10,7],"rotation":90,"texture":"#1"},"down":{"uv":[7,0,10,7],"rotation":270,"texture":"#1"}}},{"from":[6.25,15.76658,2.01642],"to":[9.75,19.26658,5.51642],"rotation":{"angle":45,"axis":"x","origin":[8,17.54158,3.76642]},"faces":{"north":{"uv":[10,0.5,16,6.5],"rotation":90,"texture":"#1"},"east":{"uv":[10,0.5,16,6.5],"rotation":90,"texture":"#1"},"south":{"uv":[10,0.5,16,6.5],"rotation":90,"texture":"#1"},"west":{"uv":[10,0.5,16,6.5],"rotation":90,"texture":"#1"},"up":{"uv":[6,0.5,12,6.5],"rotation":90,"texture":"#1"},"down":{"uv":[6,1,12,7],"rotation":90,"texture":"#1"}}},{"from":[7.5,15.61658,3.26642],"to":[8.5,20.11658,4.26642],"rotation":{"angle":45,"axis":"x","origin":[8,17.54158,3.76642]},"faces":{"north":{"uv":[9,8.5,16,10],"rotation":90,"texture":"#1"},"east":{"uv":[9,8.5,16,10],"rotation":90,"texture":"#1"},"south":{"uv":[9,8.5,16,10],"rotation":90,"texture":"#1"},"west":{"uv":[9,8.5,16,10],"rotation":90,"texture":"#1"},"up":{"uv":[14,8.5,15.5,10],"rotation":90,"texture":"#1"},"down":{"uv":[14.5,8.5,16,10],"rotation":90,"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[-7,0,0],"translation":[0,0.25,1.5],"scale":[1.39,1.39,1.39]},"thirdperson_lefthand":{"rotation":[-7,0,0],"translation":[0,0.25,1.5],"scale":[1.39,1.39,1.39]},"firstperson_righthand":{"rotation":[-14,0,0],"translation":[3,2.75,0.75],"scale":[0.8,0.8,0.8]},"firstperson_lefthand":{"rotation":[-14,0,0],"translation":[3,2.75,0.75],"scale":[0.8,0.8,0.8]},"gui":{"rotation":[55,-139,70],"translation":[-1.25,1,0],"scale":[0.68,0.68,0.68]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/heroic_wand.json b/assets/minecraft/models/item/wynn/skin/wand/heroic_wand.json new file mode 100644 index 000000000..9fd7a0602 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/heroic_wand.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/heroic/heroic_wand","particle":"skins/heroic/heroic_wand"},"elements":[{"from":[7,-6,7],"to":[9,10,9],"rotation":{"angle":0,"axis":"y","origin":[0,3,0]},"faces":{"north":{"uv":[14,0,16,16],"texture":"#0"},"east":{"uv":[14,0,16,16],"texture":"#0"},"south":{"uv":[14,0,16,16],"texture":"#0"},"west":{"uv":[14,0,16,16],"texture":"#0"},"up":{"uv":[0,0,1,1],"texture":"#0"},"down":{"uv":[14,12,16,14],"texture":"#0"}}},{"from":[6,-16,8],"to":[10,-6,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,-10,8]},"faces":{"north":{"uv":[10,6,14,16],"texture":"#0"},"south":{"uv":[10,6,14,16],"texture":"#0"}}},{"from":[8,-16,6],"to":[8.01,-6,10],"rotation":{"angle":0,"axis":"y","origin":[8,-10,8]},"faces":{"east":{"uv":[10,6,14,16],"texture":"#0"},"west":{"uv":[10,6,14,16],"texture":"#0"}}},{"from":[6,24,8],"to":[10,30,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,27,8]},"faces":{"north":{"uv":[6,7,10,13],"texture":"#0"},"south":{"uv":[6,7,10,13],"texture":"#0"}}},{"from":[8,24,6],"to":[8.01,30,10],"rotation":{"angle":0,"axis":"y","origin":[8,27,8]},"faces":{"east":{"uv":[6,7,10,13],"texture":"#0"},"west":{"uv":[6,7,10,13],"texture":"#0"}}},{"from":[5,18,5],"to":[11,24,11],"rotation":{"angle":0,"axis":"y","origin":[8,21,8]},"faces":{"north":{"uv":[8,0,14,6],"texture":"#0"},"east":{"uv":[8,0,14,6],"texture":"#0"},"south":{"uv":[8,0,14,6],"texture":"#0"},"west":{"uv":[8,0,14,6],"texture":"#0"},"up":{"uv":[8,0,14,6],"texture":"#0"},"down":{"uv":[8,0,14,6],"texture":"#0"}}},{"from":[8,16,3],"to":[8.01,19,13],"rotation":{"angle":45,"axis":"y","origin":[8,18,8]},"faces":{"east":{"uv":[0,13,10,16],"texture":"#0"},"west":{"uv":[0,13,10,16],"texture":"#0"}}},{"from":[8,16,3],"to":[8.01,19,13],"rotation":{"angle":-45,"axis":"y","origin":[8,18,8]},"faces":{"east":{"uv":[0,13,10,16],"texture":"#0"},"west":{"uv":[0,13,10,16],"texture":"#0"}}},{"from":[6.99,19.24,7.99],"to":[9.01,25.26,14.01],"rotation":{"angle":22.5,"axis":"x","origin":[8,25.25,8]},"faces":{"south":{"uv":[0,7,2,13],"texture":"#0"},"up":{"uv":[2,7,4,13],"rotation":180,"texture":"#0"},"down":{"uv":[4,7,6,13],"rotation":180,"texture":"#0"}}},{"from":[1.99,19.24,6.99],"to":[8.01,25.26,9.01],"rotation":{"angle":22.5,"axis":"z","origin":[8,25.25,8]},"faces":{"west":{"uv":[0,7,2,13],"texture":"#0"},"up":{"uv":[2,7,4,13],"rotation":270,"texture":"#0"},"down":{"uv":[4,7,6,13],"rotation":90,"texture":"#0"}}},{"from":[6.99,19.24,1.99],"to":[9.01,25.26,8.01],"rotation":{"angle":-22.5,"axis":"x","origin":[8,25.25,8]},"faces":{"north":{"uv":[0,7,2,13],"texture":"#0"},"up":{"uv":[2,7,4,13],"texture":"#0"},"down":{"uv":[4,7,6,13],"texture":"#0"}}},{"from":[7.99,19.24,6.99],"to":[14.01,25.26,9.01],"rotation":{"angle":-22.5,"axis":"z","origin":[8,25.25,8]},"faces":{"east":{"uv":[0,7,2,13],"texture":"#0"},"up":{"uv":[2,7,4,13],"rotation":90,"texture":"#0"},"down":{"uv":[4,7,6,13],"rotation":270,"texture":"#0"}}},{"from":[9,19.25,2],"to":[7,25.25,8],"rotation":{"angle":-22.5,"axis":"x","origin":[8,25.25,8]},"faces":{"north":{"uv":[2,7,0,13],"texture":"#0"},"up":{"uv":[4,7,2,13],"texture":"#0"},"down":{"uv":[6,7,4,13],"texture":"#0"}}},{"from":[8,19.25,9],"to":[14,25.25,7],"rotation":{"angle":-22.5,"axis":"z","origin":[8,25.25,8]},"faces":{"east":{"uv":[2,7,0,13],"texture":"#0"},"up":{"uv":[4,7,2,13],"rotation":90,"texture":"#0"},"down":{"uv":[6,7,4,13],"rotation":270,"texture":"#0"}}},{"from":[9,19.25,8],"to":[7,25.25,14],"rotation":{"angle":22.5,"axis":"x","origin":[8,25.25,8]},"faces":{"south":{"uv":[2,7,0,13],"texture":"#0"},"up":{"uv":[4,7,2,13],"rotation":180,"texture":"#0"},"down":{"uv":[6,7,4,13],"rotation":180,"texture":"#0"}}},{"from":[2,19.25,9],"to":[8,25.25,7],"rotation":{"angle":22.5,"axis":"z","origin":[8,25.25,8]},"faces":{"west":{"uv":[2,7,0,13],"texture":"#0"},"up":{"uv":[4,7,2,13],"rotation":270,"texture":"#0"},"down":{"uv":[6,7,4,13],"rotation":90,"texture":"#0"}}},{"from":[6,8,8],"to":[10,9,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[6,6,10,7],"texture":"#0"},"south":{"uv":[6,6,10,7],"texture":"#0"}}},{"from":[8,8,6],"to":[8.01,9,10],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"east":{"uv":[6,6,10,7],"texture":"#0"},"west":{"uv":[6,6,10,7],"texture":"#0"}}},{"from":[6,-5,8],"to":[10,-4,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[6,6,10,7],"texture":"#0"},"south":{"uv":[6,6,10,7],"texture":"#0"}}},{"from":[8,-5,6],"to":[8.01,-4,10],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"east":{"uv":[6,6,10,7],"texture":"#0"},"west":{"uv":[6,6,10,7],"texture":"#0"}}},{"from":[6.5,10,6.5],"to":[9.5,16,9.5],"rotation":{"angle":0,"axis":"y","origin":[0,1,0]},"faces":{"north":{"uv":[5,0,8,6],"texture":"#0"},"east":{"uv":[5,0,8,6],"texture":"#0"},"south":{"uv":[5,0,8,6],"texture":"#0"},"west":{"uv":[5,0,8,6],"texture":"#0"},"up":{"uv":[2,0,5,3],"texture":"#0"},"down":{"uv":[2,0,5,3],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,0,5],"translation":[-2,2,2]},"thirdperson_lefthand":{"rotation":[0,0,5],"translation":[-2,2,2]},"firstperson_righthand":{"rotation":[10,10,-5],"translation":[5,-3,-5]},"firstperson_lefthand":{"rotation":[10,10,-5],"translation":[5,-3,-5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/highlands_staff.json b/assets/minecraft/models/item/wynn/skin/wand/highlands_staff.json new file mode 100644 index 000000000..54f27f3ca --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/highlands_staff.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/highlands/highlands_base","1":"skins/highlands/highlands_staff","2":"skins/highlands/highlands_kindle","particle":"skins/highlands/highlands_base"},"elements":[{"from":[7,-6,7],"to":[9,10,9],"rotation":{"angle":0,"axis":"y","origin":[0,-6,0]},"faces":{"north":{"uv":[0,0,2,16],"texture":"#0"},"east":{"uv":[0,0,2,16],"texture":"#0"},"south":{"uv":[0,0,2,16],"texture":"#0"},"west":{"uv":[0,0,2,16],"texture":"#0"},"up":{"uv":[0,0,2,2],"texture":"#0"},"down":{"uv":[1,15,2,16],"texture":"#0"}}},{"from":[6.5,-11,7.5],"to":[9.5,-8,8.5],"rotation":{"angle":0,"axis":"y","origin":[0,-6,0]},"faces":{"north":{"uv":[5,13,8,16],"texture":"#0"},"east":{"uv":[5,13,6,16],"texture":"#0"},"south":{"uv":[8,13,5,16],"texture":"#0"},"west":{"uv":[7,13,8,16],"texture":"#0"},"up":{"uv":[8,13,5,14],"texture":"#0"},"down":{"uv":[5,15,8,16],"texture":"#0"}}},{"from":[6,6,8],"to":[10,7,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[0,3,2,4],"texture":"#0"},"south":{"uv":[0,3,2,4],"texture":"#0"}}},{"from":[8,6,6],"to":[8.01,7,10],"rotation":{"angle":0,"axis":"y","origin":[8,2,8]},"faces":{"east":{"uv":[0,3,2,4],"texture":"#0"},"west":{"uv":[0,3,2,4],"texture":"#0"}}},{"from":[6,-3,8],"to":[10,-2,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[0,12,2,13],"texture":"#0"},"south":{"uv":[0,12,2,13],"texture":"#0"}}},{"from":[8,-3,6],"to":[8.01,-2,10],"rotation":{"angle":0,"axis":"y","origin":[8,2,8]},"faces":{"east":{"uv":[0,12,2,13],"texture":"#0"},"west":{"uv":[0,12,2,13],"texture":"#0"}}},{"from":[8,4,8],"to":[10,12,8.01],"rotation":{"angle":22.5,"axis":"z","origin":[8,12,8]},"faces":{"north":{"uv":[2,0,4,8],"texture":"#0"},"south":{"uv":[4,0,2,8],"texture":"#0"}}},{"from":[6,4,8],"to":[8,12,8.01],"rotation":{"angle":-22.5,"axis":"z","origin":[8,12,8]},"faces":{"north":{"uv":[4,0,2,8],"texture":"#0"},"south":{"uv":[2,0,4,8],"texture":"#0"}}},{"from":[8.5,-10,7.5],"to":[7.5,-9,8.5],"rotation":{"angle":0,"axis":"y","origin":[0,-6,0]},"faces":{"east":{"uv":[7,14,8,15],"texture":"#0"},"west":{"uv":[5,14,6,15],"texture":"#0"},"up":{"uv":[6,13,7,14],"texture":"#0"},"down":{"uv":[6,15,7,16],"texture":"#0"}}},{"from":[5.49,10.99,5.49],"to":[10.51,15.01,10.51],"rotation":{"angle":0,"axis":"y","origin":[0,-6,0]},"faces":{"north":{"uv":[11,5,16,9],"texture":"#0"},"east":{"uv":[11,5,16,9],"texture":"#0"},"south":{"uv":[11,5,16,9],"texture":"#0"},"west":{"uv":[11,5,16,9],"texture":"#0"},"up":{"uv":[11,0,16,5],"texture":"#0"}}},{"from":[10.5,11,5.5],"to":[5.5,15,10.5],"rotation":{"angle":0,"axis":"y","origin":[0,-6,0]},"faces":{"north":{"uv":[11,5,16,9],"texture":"#0"},"east":{"uv":[11,5,16,9],"texture":"#0"},"south":{"uv":[11,5,16,9],"texture":"#0"},"west":{"uv":[11,5,16,9],"texture":"#0"},"up":{"uv":[11,0,16,5],"texture":"#0"}}},{"from":[6.5,10,6.5],"to":[9.5,15,9.5],"rotation":{"angle":0,"axis":"y","origin":[0,-2,0]},"faces":{"north":{"uv":[2,11,5,16],"texture":"#0"},"east":{"uv":[2,11,5,16],"texture":"#0"},"south":{"uv":[2,11,5,16],"texture":"#0"},"west":{"uv":[2,11,5,16],"texture":"#0"},"down":{"uv":[2,8,5,11],"texture":"#0"}}},{"from":[7,-8,7],"to":[9,-6,9],"rotation":{"angle":0,"axis":"y","origin":[0,-2,0]},"faces":{"north":{"uv":[5,11,7,13],"texture":"#0"},"east":{"uv":[5,11,7,13],"texture":"#0"},"south":{"uv":[5,11,7,13],"texture":"#0"},"west":{"uv":[5,11,7,13],"texture":"#0"},"up":{"uv":[5,11,7,13],"texture":"#0"},"down":{"uv":[5,11,7,13],"texture":"#0"}}},{"from":[5,-7,7],"to":[7,-5,9],"rotation":{"angle":0,"axis":"y","origin":[0,-2,0]},"faces":{"north":{"uv":[5,9,7,11],"texture":"#0"},"east":{"uv":[5,9,7,11],"texture":"#0"},"south":{"uv":[5,9,7,11],"texture":"#0"},"west":{"uv":[5,9,7,11],"texture":"#0"},"up":{"uv":[5,9,7,11],"texture":"#0"},"down":{"uv":[5,9,7,11],"texture":"#0"}}},{"from":[9,-7,7],"to":[11,-5,9],"rotation":{"angle":0,"axis":"y","origin":[0,-2,0]},"faces":{"north":{"uv":[5,9,7,11],"texture":"#0"},"east":{"uv":[5,9,7,11],"texture":"#0"},"south":{"uv":[5,9,7,11],"texture":"#0"},"west":{"uv":[5,9,7,11],"texture":"#0"},"up":{"uv":[5,9,7,11],"texture":"#0"},"down":{"uv":[5,9,7,11],"texture":"#0"}}},{"from":[7.5,-13,8],"to":[8.5,-11,8.01],"rotation":{"angle":45,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[3,11,4,13],"texture":"#0"},"south":{"uv":[3,11,4,13],"texture":"#0"}}},{"from":[8,-13,7.5],"to":[8.01,-11,8.5],"rotation":{"angle":45,"axis":"y","origin":[8,6,8]},"faces":{"east":{"uv":[3,11,4,13],"texture":"#0"},"west":{"uv":[3,11,4,13],"texture":"#0"}}},{"from":[5.5,16,5.5],"to":[10.5,20,10.5],"rotation":{"angle":0,"axis":"y","origin":[0,-4,0]},"faces":{"north":{"uv":[11,0,16,4],"texture":"#1"},"east":{"uv":[11,0,16,4],"texture":"#1"},"south":{"uv":[11,0,16,4],"texture":"#1"},"west":{"uv":[11,0,16,4],"texture":"#1"},"up":{"uv":[11,5,16,10],"texture":"#1"},"down":{"uv":[11,10,16,15],"texture":"#1"}}},{"from":[9.5,17,6.5],"to":[6.5,20,9.5],"rotation":{"angle":0,"axis":"y","origin":[0,-4,0]},"faces":{"north":{"uv":[12,0,15,3],"texture":"#1"},"east":{"uv":[12,0,15,3],"texture":"#1"},"south":{"uv":[12,0,15,3],"texture":"#1"},"west":{"uv":[12,0,15,3],"texture":"#1"},"down":{"uv":[12,11,15,14],"texture":"#1"}}},{"from":[4.5,17,8],"to":[11.5,18,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,4,8]},"faces":{"north":{"uv":[9,15,16,16],"texture":"#1"},"south":{"uv":[9,15,16,16],"texture":"#1"}}},{"from":[8,17,4.5],"to":[8.01,18,11.5],"rotation":{"angle":0,"axis":"y","origin":[8,4,8]},"faces":{"east":{"uv":[9,15,16,16],"texture":"#1"},"west":{"uv":[9,15,16,16],"texture":"#1"}}},{"from":[5.5,20,8],"to":[10.5,32,8],"rotation":{"angle":-45,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[0,0,5,12],"texture":"#2"},"south":{"uv":[0,0,5,12],"texture":"#2"}}},{"from":[8,20,5.5],"to":[8,32,10.5],"rotation":{"angle":-45,"axis":"y","origin":[8,7,8]},"faces":{"east":{"uv":[0,0,5,12],"texture":"#2"},"west":{"uv":[0,0,5,12],"texture":"#2"}}},{"from":[6.5,15,6.5],"to":[9.5,16,9.5],"faces":{"north":{"uv":[12,4,15,5],"texture":"#1"},"east":{"uv":[12,4,15,5],"texture":"#1"},"south":{"uv":[12,4,15,5],"texture":"#1"},"west":{"uv":[12,4,15,5],"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[0,95,5],"translation":[-2,5,2]},"thirdperson_lefthand":{"rotation":[0,95,5],"translation":[-2,5,2]},"firstperson_righthand":{"rotation":[10,100,0],"translation":[5,-2,-5]},"firstperson_lefthand":{"rotation":[10,100,0],"translation":[5,-2,-5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/holy_wand.json b/assets/minecraft/models/item/wynn/skin/wand/holy_wand.json new file mode 100644 index 000000000..839d9a92c --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/holy_wand.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"particle":"skins/holy_set/holy_wand","texture":"skins/holy_set/holy_wand"},"elements":[{"from":[7,18,6.75],"to":[8.5,19.5,9.25],"faces":{"down":{"uv":[7,2.5,8.5,2],"texture":"#texture"},"up":{"uv":[7,1,8.5,1.5],"texture":"#texture"},"north":{"uv":[8.5,1,7,2.5],"texture":"#texture"},"south":{"uv":[7,1,8.5,2.5],"texture":"#texture"},"west":{"uv":[7,1,7.5,2.5],"texture":"#texture"},"east":{"uv":[8.5,1,8,2.5],"texture":"#texture"}}},{"from":[7,1,6.75],"to":[8.5,2,9.25],"faces":{"down":{"uv":[10.5,15,12,14.5],"texture":"#texture"},"up":{"uv":[10.5,14,12,14.5],"texture":"#texture"},"north":{"uv":[12,14,10.5,15],"texture":"#texture"},"south":{"uv":[10.5,14,12,15],"texture":"#texture"},"west":{"uv":[10.5,14,11,15],"texture":"#texture"},"east":{"uv":[12,14,11.5,15],"texture":"#texture"}}},{"from":[7.5,5,6.75],"to":[8,5.5,9.25],"faces":{"down":{"uv":[11,11,11.5,10.5],"texture":"#texture"},"up":{"uv":[11,10.5,11.5,11],"texture":"#texture"},"north":{"uv":[11.5,10.5,11,11],"texture":"#texture"},"south":{"uv":[11,10.5,11.5,11],"texture":"#texture"},"west":{"uv":[11,10.5,11.5,11],"texture":"#texture"},"east":{"uv":[11.5,10.5,11,11],"texture":"#texture"}}},{"from":[7.5,2,6.75],"to":[8,2.5,9.25],"faces":{"down":{"uv":[11,14,11.5,13.5],"texture":"#texture"},"up":{"uv":[11,13.5,11.5,14],"texture":"#texture"},"north":{"uv":[11.5,13.5,11,14],"texture":"#texture"},"south":{"uv":[11,13.5,11.5,14],"texture":"#texture"},"west":{"uv":[11,13.5,11.5,14],"texture":"#texture"},"east":{"uv":[11.5,13.5,11,14],"texture":"#texture"}}},{"from":[4.5,18,7.25],"to":[5,18.5,8.75],"faces":{"down":{"uv":[4.5,2.5,5,2],"texture":"#texture"},"up":{"uv":[4.5,2,5,2.5],"texture":"#texture"},"north":{"uv":[5,2,4.5,2.5],"texture":"#texture"},"south":{"uv":[4.5,2,5,2.5],"texture":"#texture"},"west":{"uv":[4.5,2,5,2.5],"texture":"#texture"},"east":{"uv":[5,2,4.5,2.5],"texture":"#texture"}}},{"from":[5,18.5,7],"to":[5.5,19,9],"faces":{"down":{"uv":[5,2,5.5,1.5],"texture":"#texture"},"up":{"uv":[5,1.5,5.5,2],"texture":"#texture"},"north":{"uv":[5.5,1.5,5,2],"texture":"#texture"},"south":{"uv":[5,1.5,5.5,2],"texture":"#texture"},"west":{"uv":[5,1.5,5.5,2],"texture":"#texture"},"east":{"uv":[5.5,1.5,5,2],"texture":"#texture"}}},{"from":[5,17,7],"to":[5.5,18,9],"faces":{"down":{"uv":[5,3.5,5.5,3],"texture":"#texture"},"up":{"uv":[5,2.5,5.5,3],"texture":"#texture"},"north":{"uv":[5.5,2.5,5,3.5],"texture":"#texture"},"south":{"uv":[5,2.5,5.5,3.5],"texture":"#texture"},"west":{"uv":[5,2.5,5.5,3.5],"texture":"#texture"},"east":{"uv":[5.5,2.5,5,3.5],"texture":"#texture"}}},{"from":[5.5,16.5,7],"to":[6,17,9],"faces":{"down":{"uv":[5.5,4,6,3.5],"texture":"#texture"},"up":{"uv":[5.5,3.5,6,4],"texture":"#texture"},"north":{"uv":[6,3.5,5.5,4],"texture":"#texture"},"south":{"uv":[5.5,3.5,6,4],"texture":"#texture"},"west":{"uv":[5.5,3.5,6,4],"texture":"#texture"},"east":{"uv":[6,3.5,5.5,4],"texture":"#texture"}}},{"from":[6,16,7],"to":[6.5,16.5,9],"faces":{"down":{"uv":[6,4.5,6.5,4],"texture":"#texture"},"up":{"uv":[6,4,6.5,4.5],"texture":"#texture"},"north":{"uv":[6.5,4,6,4.5],"texture":"#texture"},"south":{"uv":[6,4,6.5,4.5],"texture":"#texture"},"west":{"uv":[6,4,6.5,4.5],"texture":"#texture"},"east":{"uv":[6.5,4,6,4.5],"texture":"#texture"}}},{"from":[6.5,17.5,7],"to":[9,20,9],"faces":{"down":{"uv":[6.5,3,9,2.5],"texture":"#texture"},"up":{"uv":[6.5,0.5,9,1],"texture":"#texture"},"north":{"uv":[9,0.5,6.5,3],"texture":"#texture"},"south":{"uv":[6.5,0.5,9,3],"texture":"#texture"},"west":{"uv":[6.5,0.5,7,3],"texture":"#texture"},"east":{"uv":[9,0.5,8.5,3],"texture":"#texture"}}},{"from":[6.5,15.5,7],"to":[9,16,9],"faces":{"down":{"uv":[6.5,5,9,4.5],"texture":"#texture"},"up":{"uv":[6.5,4.5,9,5],"texture":"#texture"},"north":{"uv":[9,4.5,6.5,5],"texture":"#texture"},"south":{"uv":[6.5,4.5,9,5],"texture":"#texture"},"west":{"uv":[6.5,4.5,7,5],"texture":"#texture"},"east":{"uv":[9,4.5,8.5,5],"texture":"#texture"}}},{"from":[7,17,7],"to":[8.5,17.5,9],"faces":{"down":{"uv":[7,3.5,8.5,3],"texture":"#texture"},"up":{"uv":[7,3,8.5,3.5],"texture":"#texture"},"north":{"uv":[8.5,3,7,3.5],"texture":"#texture"},"south":{"uv":[7,3,8.5,3.5],"texture":"#texture"},"west":{"uv":[7,3,7.5,3.5],"texture":"#texture"},"east":{"uv":[8.5,3,8,3.5],"texture":"#texture"}}},{"from":[7,15,7],"to":[8.5,15.5,9],"faces":{"down":{"uv":[7,5.5,8.5,5],"texture":"#texture"},"up":{"uv":[7,5,8.5,5.5],"texture":"#texture"},"north":{"uv":[8.5,5,7,5.5],"texture":"#texture"},"south":{"uv":[7,5,8.5,5.5],"texture":"#texture"},"west":{"uv":[7,5,7.5,5.5],"texture":"#texture"},"east":{"uv":[8.5,5,8,5.5],"texture":"#texture"}}},{"from":[7,12,7],"to":[8.5,12.5,9],"faces":{"down":{"uv":[7,8.5,8.5,8],"texture":"#texture"},"up":{"uv":[7,8,8.5,8.5],"texture":"#texture"},"north":{"uv":[8.5,8,7,8.5],"texture":"#texture"},"south":{"uv":[7,8,8.5,8.5],"texture":"#texture"},"west":{"uv":[7,8,7.5,8.5],"texture":"#texture"},"east":{"uv":[8.5,8,8,8.5],"texture":"#texture"}}},{"from":[7.5,16.5,7],"to":[8,17,9],"faces":{"down":{"uv":[7.5,4,8,3.5],"texture":"#texture"},"up":{"uv":[7.5,3.5,8,4],"texture":"#texture"},"north":{"uv":[8,3.5,7.5,4],"texture":"#texture"},"south":{"uv":[7.5,3.5,8,4],"texture":"#texture"},"west":{"uv":[7.5,3.5,8,4],"texture":"#texture"},"east":{"uv":[8,3.5,7.5,4],"texture":"#texture"}}},{"from":[7.5,12.5,7.25],"to":[8,15,8.75],"faces":{"down":{"uv":[7.5,8,8,7.5],"texture":"#texture"},"up":{"uv":[7.5,5.5,8,6],"texture":"#texture"},"north":{"uv":[8,5.5,7.5,8],"texture":"#texture"},"south":{"uv":[7.5,5.5,8,8],"texture":"#texture"},"west":{"uv":[7.5,5.5,8,8],"texture":"#texture"},"east":{"uv":[8,5.5,7.5,8],"texture":"#texture"}}},{"from":[7.5,11.5,7],"to":[8,12,9],"faces":{"down":{"uv":[7.5,9,8,8.5],"texture":"#texture"},"up":{"uv":[7.5,8.5,8,9],"texture":"#texture"},"north":{"uv":[8,8.5,7.5,9],"texture":"#texture"},"south":{"uv":[7.5,8.5,8,9],"texture":"#texture"},"west":{"uv":[7.5,8.5,8,9],"texture":"#texture"},"east":{"uv":[8,8.5,7.5,9],"texture":"#texture"}}},{"from":[9,16,7],"to":[9.5,16.5,9],"faces":{"down":{"uv":[9,4.5,9.5,4],"texture":"#texture"},"up":{"uv":[9,4,9.5,4.5],"texture":"#texture"},"north":{"uv":[9.5,4,9,4.5],"texture":"#texture"},"south":{"uv":[9,4,9.5,4.5],"texture":"#texture"},"west":{"uv":[9,4,9.5,4.5],"texture":"#texture"},"east":{"uv":[9.5,4,9,4.5],"texture":"#texture"}}},{"from":[9.5,16.5,7],"to":[10,17,9],"faces":{"down":{"uv":[9.5,4,10,3.5],"texture":"#texture"},"up":{"uv":[9.5,3.5,10,4],"texture":"#texture"},"north":{"uv":[10,3.5,9.5,4],"texture":"#texture"},"south":{"uv":[9.5,3.5,10,4],"texture":"#texture"},"west":{"uv":[9.5,3.5,10,4],"texture":"#texture"},"east":{"uv":[10,3.5,9.5,4],"texture":"#texture"}}},{"from":[10,18.5,7],"to":[10.5,19,9],"faces":{"down":{"uv":[10,2,10.5,1.5],"texture":"#texture"},"up":{"uv":[10,1.5,10.5,2],"texture":"#texture"},"north":{"uv":[10.5,1.5,10,2],"texture":"#texture"},"south":{"uv":[10,1.5,10.5,2],"texture":"#texture"},"west":{"uv":[10,1.5,10.5,2],"texture":"#texture"},"east":{"uv":[10.5,1.5,10,2],"texture":"#texture"}}},{"from":[10,17,7],"to":[10.5,18,9],"faces":{"down":{"uv":[10,3.5,10.5,3],"texture":"#texture"},"up":{"uv":[10,2.5,10.5,3],"texture":"#texture"},"north":{"uv":[10.5,2.5,10,3.5],"texture":"#texture"},"south":{"uv":[10,2.5,10.5,3.5],"texture":"#texture"},"west":{"uv":[10,2.5,10.5,3.5],"texture":"#texture"},"east":{"uv":[10.5,2.5,10,3.5],"texture":"#texture"}}},{"from":[6.5,0.5,7],"to":[9,2.5,9],"faces":{"down":{"uv":[10,15.5,12.5,15],"texture":"#texture"},"up":{"uv":[10,13.5,12.5,14],"texture":"#texture"},"north":{"uv":[12.5,13.5,10,15.5],"texture":"#texture"},"south":{"uv":[10,13.5,12.5,15.5],"texture":"#texture"},"west":{"uv":[10,13.5,10.5,15.5],"texture":"#texture"},"east":{"uv":[12.5,13.5,12,15.5],"texture":"#texture"}}},{"from":[10.5,18,7.25],"to":[11,18.5,8.75],"faces":{"down":{"uv":[10.5,2.5,11,2],"texture":"#texture"},"up":{"uv":[10.5,2,11,2.5],"texture":"#texture"},"north":{"uv":[11,2,10.5,2.5],"texture":"#texture"},"south":{"uv":[10.5,2,11,2.5],"texture":"#texture"},"west":{"uv":[10.5,2,11,2.5],"texture":"#texture"},"east":{"uv":[11,2,10.5,2.5],"texture":"#texture"}}},{"from":[7,5,7],"to":[8.5,6.5,9],"faces":{"down":{"uv":[10.5,11,12,10.5],"texture":"#texture"},"up":{"uv":[10.5,9.5,12,10],"texture":"#texture"},"north":{"uv":[12,9.5,10.5,11],"texture":"#texture"},"south":{"uv":[10.5,9.5,12,11],"texture":"#texture"},"west":{"uv":[10.5,9.5,11,11],"texture":"#texture"},"east":{"uv":[12,9.5,11.5,11],"texture":"#texture"}}},{"from":[7,2.5,7],"to":[8.5,3.5,9],"faces":{"down":{"uv":[10.5,13.5,12,13],"texture":"#texture"},"up":{"uv":[10.5,12.5,12,13],"texture":"#texture"},"north":{"uv":[12,12.5,10.5,13.5],"texture":"#texture"},"south":{"uv":[10.5,12.5,12,13.5],"texture":"#texture"},"west":{"uv":[10.5,12.5,11,13.5],"texture":"#texture"},"east":{"uv":[12,12.5,11.5,13.5],"texture":"#texture"}}},{"from":[7.5,3.5,7],"to":[8,5,9],"faces":{"down":{"uv":[11,12.5,11.5,12],"texture":"#texture"},"up":{"uv":[11,11,11.5,11.5],"texture":"#texture"},"north":{"uv":[11.5,11,11,12.5],"texture":"#texture"},"south":{"uv":[11,11,11.5,12.5],"texture":"#texture"},"west":{"uv":[11,11,11.5,12.5],"texture":"#texture"},"east":{"uv":[11.5,11,11,12.5],"texture":"#texture"}}},{"from":[4,18,7.5],"to":[4.5,19.5,8.5],"faces":{"down":{"uv":[4,2.5,4.5,2],"texture":"#texture"},"up":{"uv":[4,1,4.5,1.5],"texture":"#texture"},"north":{"uv":[4.5,1,4,2.5],"texture":"#texture"},"south":{"uv":[4,1,4.5,2.5],"texture":"#texture"},"west":{"uv":[4,1,4.5,2.5],"texture":"#texture"},"east":{"uv":[4.5,1,4,2.5],"texture":"#texture"}}},{"from":[4.5,16.5,7.5],"to":[5,19,8.5],"faces":{"down":{"uv":[4.5,4,5,3.5],"texture":"#texture"},"up":{"uv":[4.5,1.5,5,2],"texture":"#texture"},"north":{"uv":[5,1.5,4.5,4],"texture":"#texture"},"south":{"uv":[4.5,1.5,5,4],"texture":"#texture"},"west":{"uv":[4.5,1.5,5,4],"texture":"#texture"},"east":{"uv":[5,1.5,4.5,4],"texture":"#texture"}}},{"from":[5,17,7.5],"to":[5.5,19.5,8.5],"faces":{"down":{"uv":[5,3.5,5.5,3],"texture":"#texture"},"up":{"uv":[5,1,5.5,1.5],"texture":"#texture"},"north":{"uv":[5.5,1,5,3.5],"texture":"#texture"},"south":{"uv":[5,1,5.5,3.5],"texture":"#texture"},"west":{"uv":[5,1,5.5,3.5],"texture":"#texture"},"east":{"uv":[5.5,1,5,3.5],"texture":"#texture"}}},{"from":[5,16,7.5],"to":[5.5,16.5,8.5],"faces":{"down":{"uv":[5,4.5,5.5,4],"texture":"#texture"},"up":{"uv":[5,4,5.5,4.5],"texture":"#texture"},"north":{"uv":[5.5,4,5,4.5],"texture":"#texture"},"south":{"uv":[5,4,5.5,4.5],"texture":"#texture"},"west":{"uv":[5,4,5.5,4.5],"texture":"#texture"},"east":{"uv":[5.5,4,5,4.5],"texture":"#texture"}}},{"from":[5.5,18.5,7.5],"to":[11.5,19,8.5],"faces":{"down":{"uv":[5.5,2,11.5,1.5],"texture":"#texture"},"up":{"uv":[5.5,1.5,11.5,2],"texture":"#texture"},"north":{"uv":[11.5,1.5,5.5,2],"texture":"#texture"},"south":{"uv":[5.5,1.5,11.5,2],"texture":"#texture"},"west":{"uv":[5.5,1.5,6,2],"texture":"#texture"},"east":{"uv":[11.5,1.5,11,2],"texture":"#texture"}}},{"from":[5.5,16.5,7.5],"to":[9,17.5,8.5],"faces":{"down":{"uv":[5.5,4,9,3.5],"texture":"#texture"},"up":{"uv":[5.5,3,9,3.5],"texture":"#texture"},"north":{"uv":[9,3,5.5,4],"texture":"#texture"},"south":{"uv":[5.5,3,9,4],"texture":"#texture"},"west":{"uv":[5.5,3,6,4],"texture":"#texture"},"east":{"uv":[9,3,8.5,4],"texture":"#texture"}}},{"from":[5.5,15.5,7.5],"to":[10,16,8.5],"faces":{"down":{"uv":[5.5,5,10,4.5],"texture":"#texture"},"up":{"uv":[5.5,4.5,10,5],"texture":"#texture"},"north":{"uv":[10,4.5,5.5,5],"texture":"#texture"},"south":{"uv":[5.5,4.5,10,5],"texture":"#texture"},"west":{"uv":[5.5,4.5,6,5],"texture":"#texture"},"east":{"uv":[10,4.5,9.5,5],"texture":"#texture"}}},{"from":[6,19,7.5],"to":[9.5,20,8.5],"faces":{"down":{"uv":[6,1.5,9.5,1],"texture":"#texture"},"up":{"uv":[6,0.5,9.5,1],"texture":"#texture"},"north":{"uv":[9.5,0.5,6,1.5],"texture":"#texture"},"south":{"uv":[6,0.5,9.5,1.5],"texture":"#texture"},"west":{"uv":[6,0.5,6.5,1.5],"texture":"#texture"},"east":{"uv":[9.5,0.5,9,1.5],"texture":"#texture"}}},{"from":[6,18,7.5],"to":[9.5,18.5,8.5],"faces":{"down":{"uv":[6,2.5,9.5,2],"texture":"#texture"},"up":{"uv":[6,2,9.5,2.5],"texture":"#texture"},"north":{"uv":[9.5,2,6,2.5],"texture":"#texture"},"south":{"uv":[6,2,9.5,2.5],"texture":"#texture"},"west":{"uv":[6,2,6.5,2.5],"texture":"#texture"},"east":{"uv":[9.5,2,9,2.5],"texture":"#texture"}}},{"from":[6,16,7.5],"to":[6.5,16.5,8.5],"faces":{"down":{"uv":[6,4.5,6.5,4],"texture":"#texture"},"up":{"uv":[6,4,6.5,4.5],"texture":"#texture"},"north":{"uv":[6.5,4,6,4.5],"texture":"#texture"},"south":{"uv":[6,4,6.5,4.5],"texture":"#texture"},"west":{"uv":[6,4,6.5,4.5],"texture":"#texture"},"east":{"uv":[6.5,4,6,4.5],"texture":"#texture"}}},{"from":[6.5,20,7.5],"to":[9,20.5,8.5],"faces":{"down":{"uv":[6.5,0.5,9,0],"texture":"#texture"},"up":{"uv":[6.5,0,9,0.5],"texture":"#texture"},"north":{"uv":[9,0,6.5,0.5],"texture":"#texture"},"south":{"uv":[6.5,0,9,0.5],"texture":"#texture"},"west":{"uv":[6.5,0,7,0.5],"texture":"#texture"},"east":{"uv":[9,0,8.5,0.5],"texture":"#texture"}}},{"from":[6.5,17.5,7.5],"to":[9.5,18,8.5],"faces":{"down":{"uv":[6.5,3,9.5,2.5],"texture":"#texture"},"up":{"uv":[6.5,2.5,9.5,3],"texture":"#texture"},"north":{"uv":[9.5,2.5,6.5,3],"texture":"#texture"},"south":{"uv":[6.5,2.5,9.5,3],"texture":"#texture"},"west":{"uv":[6.5,2.5,7,3],"texture":"#texture"},"east":{"uv":[9.5,2.5,9,3],"texture":"#texture"}}},{"from":[6.5,15,7.5],"to":[9,15.5,8.5],"faces":{"down":{"uv":[6.5,5.5,9,5],"texture":"#texture"},"up":{"uv":[6.5,5,9,5.5],"texture":"#texture"},"north":{"uv":[9,5,6.5,5.5],"texture":"#texture"},"south":{"uv":[6.5,5,9,5.5],"texture":"#texture"},"west":{"uv":[6.5,5,7,5.5],"texture":"#texture"},"east":{"uv":[9,5,8.5,5.5],"texture":"#texture"}}},{"from":[6.5,12,7.5],"to":[9,12.5,8.5],"faces":{"down":{"uv":[6.5,8.5,9,8],"texture":"#texture"},"up":{"uv":[6.5,8,9,8.5],"texture":"#texture"},"north":{"uv":[9,8,6.5,8.5],"texture":"#texture"},"south":{"uv":[6.5,8,9,8.5],"texture":"#texture"},"west":{"uv":[6.5,8,7,8.5],"texture":"#texture"},"east":{"uv":[9,8,8.5,8.5],"texture":"#texture"}}},{"from":[7,16,7.5],"to":[8.5,16.5,8.5],"faces":{"down":{"uv":[7,4.5,8.5,4],"texture":"#texture"},"up":{"uv":[7,4,8.5,4.5],"texture":"#texture"},"north":{"uv":[8.5,4,7,4.5],"texture":"#texture"},"south":{"uv":[7,4,8.5,4.5],"texture":"#texture"},"west":{"uv":[7,4,7.5,4.5],"texture":"#texture"},"east":{"uv":[8.5,4,8,4.5],"texture":"#texture"}}},{"from":[7,12.5,7.5],"to":[8.5,15,8.5],"faces":{"down":{"uv":[7,8,8.5,7.5],"texture":"#texture"},"up":{"uv":[7,5.5,8.5,6],"texture":"#texture"},"north":{"uv":[8.5,5.5,7,8],"texture":"#texture"},"south":{"uv":[7,5.5,8.5,8],"texture":"#texture"},"west":{"uv":[7,5.5,7.5,8],"texture":"#texture"},"east":{"uv":[8.5,5.5,8,8],"texture":"#texture"}}},{"from":[7,11.5,7.5],"to":[8.5,12,8.5],"faces":{"down":{"uv":[7,9,8.5,8.5],"texture":"#texture"},"up":{"uv":[7,8.5,8.5,9],"texture":"#texture"},"north":{"uv":[8.5,8.5,7,9],"texture":"#texture"},"south":{"uv":[7,8.5,8.5,9],"texture":"#texture"},"west":{"uv":[7,8.5,7.5,9],"texture":"#texture"},"east":{"uv":[8.5,8.5,8,9],"texture":"#texture"}}},{"from":[9,16,7.5],"to":[9.5,17,8.5],"faces":{"down":{"uv":[9,4.5,9.5,4],"texture":"#texture"},"up":{"uv":[9,3.5,9.5,4],"texture":"#texture"},"north":{"uv":[9.5,3.5,9,4.5],"texture":"#texture"},"south":{"uv":[9,3.5,9.5,4.5],"texture":"#texture"},"west":{"uv":[9,3.5,9.5,4.5],"texture":"#texture"},"east":{"uv":[9.5,3.5,9,4.5],"texture":"#texture"}}},{"from":[9.5,16.5,7.5],"to":[10,17.5,8.5],"faces":{"down":{"uv":[9.5,4,10,3.5],"texture":"#texture"},"up":{"uv":[9.5,3,10,3.5],"texture":"#texture"},"north":{"uv":[10,3,9.5,4],"texture":"#texture"},"south":{"uv":[9.5,3,10,4],"texture":"#texture"},"west":{"uv":[9.5,3,10,4],"texture":"#texture"},"east":{"uv":[10,3,9.5,4],"texture":"#texture"}}},{"from":[6,0.5,7.5],"to":[9.5,2.5,8.5],"faces":{"down":{"uv":[9.5,15.5,13,15],"texture":"#texture"},"up":{"uv":[9.5,13.5,13,14],"texture":"#texture"},"north":{"uv":[13,13.5,9.5,15.5],"texture":"#texture"},"south":{"uv":[9.5,13.5,13,15.5],"texture":"#texture"},"west":{"uv":[9.5,13.5,10,15.5],"texture":"#texture"},"east":{"uv":[13,13.5,12.5,15.5],"texture":"#texture"}}},{"from":[10,19,7.5],"to":[10.5,19.5,8.5],"faces":{"down":{"uv":[10,1.5,10.5,1],"texture":"#texture"},"up":{"uv":[10,1,10.5,1.5],"texture":"#texture"},"north":{"uv":[10.5,1,10,1.5],"texture":"#texture"},"south":{"uv":[10,1,10.5,1.5],"texture":"#texture"},"west":{"uv":[10,1,10.5,1.5],"texture":"#texture"},"east":{"uv":[10.5,1,10,1.5],"texture":"#texture"}}},{"from":[10,17,7.5],"to":[11,18.5,8.5],"faces":{"down":{"uv":[10,3.5,11,3],"texture":"#texture"},"up":{"uv":[10,2,11,2.5],"texture":"#texture"},"north":{"uv":[11,2,10,3.5],"texture":"#texture"},"south":{"uv":[10,2,11,3.5],"texture":"#texture"},"west":{"uv":[10,2,10.5,3.5],"texture":"#texture"},"east":{"uv":[11,2,10.5,3.5],"texture":"#texture"}}},{"from":[10,16,7.5],"to":[10.5,16.5,8.5],"faces":{"down":{"uv":[10,4.5,10.5,4],"texture":"#texture"},"up":{"uv":[10,4,10.5,4.5],"texture":"#texture"},"north":{"uv":[10.5,4,10,4.5],"texture":"#texture"},"south":{"uv":[10,4,10.5,4.5],"texture":"#texture"},"west":{"uv":[10,4,10.5,4.5],"texture":"#texture"},"east":{"uv":[10.5,4,10,4.5],"texture":"#texture"}}},{"from":[6.5,5,7.5],"to":[9,6.5,8.5],"faces":{"down":{"uv":[10,11,12.5,10.5],"texture":"#texture"},"up":{"uv":[10,9.5,12.5,10],"texture":"#texture"},"north":{"uv":[12.5,9.5,10,11],"texture":"#texture"},"south":{"uv":[10,9.5,12.5,11],"texture":"#texture"},"west":{"uv":[10,9.5,10.5,11],"texture":"#texture"},"east":{"uv":[12.5,9.5,12,11],"texture":"#texture"}}},{"from":[6.5,2.5,7.5],"to":[9,3.5,8.5],"faces":{"down":{"uv":[10,13.5,12.5,13],"texture":"#texture"},"up":{"uv":[10,12.5,12.5,13],"texture":"#texture"},"north":{"uv":[12.5,12.5,10,13.5],"texture":"#texture"},"south":{"uv":[10,12.5,12.5,13.5],"texture":"#texture"},"west":{"uv":[10,12.5,10.5,13.5],"texture":"#texture"},"east":{"uv":[12.5,12.5,12,13.5],"texture":"#texture"}}},{"from":[6.5,0,7.5],"to":[9,0.5,8.5],"faces":{"down":{"uv":[10,16,12.5,15.5],"texture":"#texture"},"up":{"uv":[10,15.5,12.5,16],"texture":"#texture"},"north":{"uv":[12.5,15.5,10,16],"texture":"#texture"},"south":{"uv":[10,15.5,12.5,16],"texture":"#texture"},"west":{"uv":[10,15.5,10.5,16],"texture":"#texture"},"east":{"uv":[12.5,15.5,12,16],"texture":"#texture"}}},{"from":[10.5,16.5,7.5],"to":[11,17,8.5],"faces":{"down":{"uv":[10.5,4,11,3.5],"texture":"#texture"},"up":{"uv":[10.5,3.5,11,4],"texture":"#texture"},"north":{"uv":[11,3.5,10.5,4],"texture":"#texture"},"south":{"uv":[10.5,3.5,11,4],"texture":"#texture"},"west":{"uv":[10.5,3.5,11,4],"texture":"#texture"},"east":{"uv":[11,3.5,10.5,4],"texture":"#texture"}}},{"from":[7,6.5,7.25],"to":[8.5,11.5,8.75],"faces":{"down":{"uv":[10.5,9.5,12,9],"texture":"#texture"},"up":{"uv":[10.5,4.5,12,5],"texture":"#texture"},"north":{"uv":[10.5,4.5,12,9.5],"texture":"#texture"},"south":{"uv":[10.5,4.5,12,9.5],"texture":"#texture"},"west":{"uv":[12,4.5,10.5,9.5],"texture":"#texture"},"east":{"uv":[12,4.5,10.5,9.5],"texture":"#texture"}}},{"from":[7,3.5,7.5],"to":[8.5,5,8.5],"faces":{"down":{"uv":[10.5,12.5,12,12],"texture":"#texture"},"up":{"uv":[10.5,11,12,11.5],"texture":"#texture"},"north":{"uv":[12,11,10.5,12.5],"texture":"#texture"},"south":{"uv":[10.5,11,12,12.5],"texture":"#texture"},"west":{"uv":[10.5,11,11,12.5],"texture":"#texture"},"east":{"uv":[12,11,11.5,12.5],"texture":"#texture"}}},{"from":[11,19,7.5],"to":[11.5,19.5,8.5],"faces":{"down":{"uv":[11,1.5,11.5,1],"texture":"#texture"},"up":{"uv":[11,1,11.5,1.5],"texture":"#texture"},"north":{"uv":[11.5,1,11,1.5],"texture":"#texture"},"south":{"uv":[11,1,11.5,1.5],"texture":"#texture"},"west":{"uv":[11,1,11.5,1.5],"texture":"#texture"},"east":{"uv":[11.5,1,11,1.5],"texture":"#texture"}}},{"from":[11,18,7.5],"to":[11.5,18.5,8.5],"faces":{"down":{"uv":[11,2.5,11.5,2],"texture":"#texture"},"up":{"uv":[11,2,11.5,2.5],"texture":"#texture"},"north":{"uv":[11.5,2,11,2.5],"texture":"#texture"},"south":{"uv":[11,2,11.5,2.5],"texture":"#texture"},"west":{"uv":[11,2,11.5,2.5],"texture":"#texture"},"east":{"uv":[11.5,2,11,2.5],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[0,90,0],"translation":[0,-3.02,1.51],"scale":[1.5,1.5,1.5]},"thirdperson_lefthand":{"rotation":[0,-90,0],"translation":[0,-3.02,1.51],"scale":[1.5,1.5,1.5]},"firstperson_righthand":{"rotation":[0,-64,0],"translation":[0,0,0.94],"scale":[1,1,1]},"firstperson_lefthand":{"rotation":[0,-64,0],"translation":[0,0,0],"scale":[1,1,1]},"gui":{"rotation":[0,0,-45],"translation":[-1.51,-1.7,0],"scale":[0.75,0.75,0.75]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/lari_stave.json b/assets/minecraft/models/item/wynn/skin/wand/lari_stave.json new file mode 100644 index 000000000..1eff9430e --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/lari_stave.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/character/lari_stave"},"elements":[{"from":[7.499,-10.126,7.499],"to":[8.501,12.001,8.501],"rotation":{"angle":0,"axis":"y","origin":[2,0,2]},"faces":{"north":{"uv":[0,0,0.5,11],"texture":"#0"},"east":{"uv":[0.5,0,1,11],"texture":"#0"},"south":{"uv":[0.5,0,0,11],"texture":"#0"},"west":{"uv":[1,0,1.5,11],"texture":"#0"}}},{"from":[7.4,-3.175,7.4],"to":[8.6,2.05,8.6],"rotation":{"angle":0,"axis":"y","origin":[2,0,2]},"faces":{"north":{"uv":[11.5,0.5,11,3],"texture":"#0"},"east":{"uv":[11,0.5,11.5,3],"texture":"#0"},"south":{"uv":[11.5,0.5,11,3],"texture":"#0"},"west":{"uv":[11,0.5,11.5,3],"texture":"#0"}}},{"from":[2.875,13.125,7.5],"to":[3.625,15.75,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[2,0,2]},"faces":{"north":{"uv":[5.5,7,6,8.25],"texture":"#0"},"east":{"uv":[6,7,6.5,8.25],"texture":"#0"},"south":{"uv":[6,7,5.5,8.25],"texture":"#0"}}},{"from":[8.075,3,7.5],"to":[8.825,4.5,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[8.15,3.75,8]},"faces":{"north":{"uv":[2,9,2.5,9.75],"texture":"#0"},"east":{"uv":[9,2,9.5,2.75],"texture":"#0"},"south":{"uv":[2.5,9,2,9.75],"texture":"#0"}}},{"from":[7.749,4.499,7.324],"to":[8.901,6.751,8.676],"rotation":{"angle":-22.5,"axis":"z","origin":[8.15,3.75,8]},"faces":{"north":{"uv":[8.5,2,9,3],"texture":"#0"},"east":{"uv":[4.5,5,5.25,6],"texture":"#0"},"south":{"uv":[9,2,8.5,3],"texture":"#0"},"west":{"uv":[5.5,0,6.25,1],"texture":"#0"},"up":{"uv":[11,0,11.5,0.5],"texture":"#0"},"down":{"uv":[9.5,3,9,3.75],"texture":"#0"}}},{"from":[8.2,4.875,7.325],"to":[9.425,7.175,8.675],"rotation":{"angle":0,"axis":"z","origin":[8.15,3.75,8]},"faces":{"north":{"uv":[6.5,7,7,8.25],"texture":"#0"},"east":{"uv":[3.5,3,4.25,4.25],"texture":"#0"},"south":{"uv":[7,7,6.5,8.25],"texture":"#0"},"west":{"uv":[4.5,0,5.25,1.25],"texture":"#0"}}},{"from":[9.399,6.424,7.324],"to":[10.626,7.951,8.676],"rotation":{"angle":22.5,"axis":"z","origin":[8.15,3.75,8]},"faces":{"north":{"uv":[9,4,9.5,4.75],"texture":"#0"},"east":{"uv":[7.5,0,8.25,0.75],"texture":"#0"},"south":{"uv":[9.5,4,9,4.75],"texture":"#0"},"west":{"uv":[7.5,1,8.25,1.75],"texture":"#0"}}},{"from":[10.8,6.675,7.325],"to":[12.025,7.8,8.675],"rotation":{"angle":45,"axis":"z","origin":[8.15,3.75,8]},"faces":{"north":{"uv":[9.5,4.5,10,5],"texture":"#0"},"east":{"uv":[4.5,9,5.25,9.5],"texture":"#0"},"south":{"uv":[10,4.5,9.5,5],"texture":"#0"},"west":{"uv":[9,5,9.75,5.5],"texture":"#0"}}},{"from":[7.223,8.798,7.323],"to":[8.377,10.302,8.677],"rotation":{"angle":22.5,"axis":"z","origin":[7.975,8.5,8]},"faces":{"north":{"uv":[9,5.5,9.5,6.25],"texture":"#0"},"east":{"uv":[7.5,2,8.25,2.75],"texture":"#0"},"south":{"uv":[9.5,5.5,9,6.25],"texture":"#0"},"west":{"uv":[2.5,7.5,3.25,8.25],"texture":"#0"}}},{"from":[7.225,11.725,7.325],"to":[8.325,13.225,8.675],"rotation":{"angle":-22.5,"axis":"z","origin":[7.975,13.525,8]},"faces":{"north":{"uv":[9,6.5,9.5,7.25],"texture":"#0"},"south":{"uv":[9.5,6.5,9,7.25],"texture":"#0"},"west":{"uv":[3.5,7.5,4.25,8.25],"texture":"#0"}}},{"from":[7.374,12.949,7.324],"to":[8.876,18.551,8.676],"rotation":{"angle":-45,"axis":"z","origin":[7.975,13.525,8]},"faces":{"north":{"uv":[1.5,0,2.25,2.75],"texture":"#0"},"east":{"uv":[2.5,0,3.25,2.75],"texture":"#0"},"south":{"uv":[2.25,0,1.5,2.75],"texture":"#0"},"west":{"uv":[1.5,3,2.25,5.75],"texture":"#0"},"up":{"uv":[8.25,5.75,7.5,5],"texture":"#0"}}},{"from":[8.55,16.55,7.325],"to":[10.05,19.55,8.675],"rotation":{"angle":-22.5,"axis":"z","origin":[7.7,13.25,8]},"faces":{"north":{"uv":[3.25,3,2.5,4.5],"texture":"#0"},"east":{"uv":[3.5,0,4.25,1.5],"texture":"#0"},"south":{"uv":[3.25,3,2.5,4.5],"texture":"#0"},"west":{"uv":[3.5,1.5,4.25,3],"texture":"#0"}}},{"from":[9.475,17.9,7.475],"to":[10.6,21.275,8.525],"rotation":{"angle":-22.5,"axis":"z","origin":[7.7,13.25,8]},"faces":{"north":{"uv":[2.5,4.5,3,6.25],"texture":"#0"},"east":{"uv":[3,4.5,3.5,6.25],"texture":"#0"},"south":{"uv":[3,4.5,2.5,6.25],"texture":"#0"},"west":{"uv":[4.5,3,5,4.75],"texture":"#0"},"up":{"uv":[10,8.5,9.5,8],"texture":"#0"}}},{"from":[12.45,19.55,7.625],"to":[13.3,21.425,8.375],"rotation":{"angle":0,"axis":"z","origin":[7.7,13.25,8]},"faces":{"north":{"uv":[2.5,8.5,3,9.5],"texture":"#0"},"east":{"uv":[3,8.5,3.5,9.5],"texture":"#0"},"south":{"uv":[3,8.5,2.5,9.5],"texture":"#0"},"west":{"uv":[3.5,8.5,4,9.5],"texture":"#0"},"up":{"uv":[10,9,9.5,8.5],"texture":"#0"}}},{"from":[12.975,21.15,7.75],"to":[13.5,22.65,8.25],"rotation":{"angle":22.5,"axis":"z","origin":[12.875,20.475,8]},"faces":{"north":{"uv":[10,2.5,10.25,3.25],"texture":"#0"},"east":{"uv":[3,10,3.25,10.75],"texture":"#0"},"south":{"uv":[10.25,2.5,10,3.25],"texture":"#0"},"west":{"uv":[10,3.5,10.25,4.25],"texture":"#0"},"up":{"uv":[3.75,10.75,3.5,10.5],"texture":"#0"}}},{"from":[13.75,22.225,7.825],"to":[14.125,23.175,8.2],"rotation":{"angle":45,"axis":"z","origin":[12.875,20.475,8]},"faces":{"north":{"uv":[10,6,10.25,6.5],"texture":"#0"},"east":{"uv":[10,6.5,10.25,7],"texture":"#0"},"south":{"uv":[10.25,6,10,6.5],"texture":"#0"},"west":{"uv":[7,10,7.25,10.5],"texture":"#0"},"up":{"uv":[10.75,3.75,10.5,3.5],"texture":"#0"}}},{"from":[10.749,18.149,7.324],"to":[12.251,20.026,8.676],"rotation":{"angle":0,"axis":"z","origin":[7.7,13.25,8]},"faces":{"north":{"uv":[5.5,1,6.25,2],"texture":"#0"},"east":{"uv":[5.5,2,6.25,3],"texture":"#0"},"south":{"uv":[6.25,1,5.5,2],"texture":"#0"},"west":{"uv":[3.5,5.5,4.25,6.5],"texture":"#0"}}},{"from":[14.924,16.574,7.324],"to":[16.426,18.451,8.676],"rotation":{"angle":45,"axis":"z","origin":[7.7,13.25,8]},"faces":{"north":{"uv":[5.5,5,6.25,6],"texture":"#0"},"east":{"uv":[1.5,6,2.25,7],"texture":"#0"},"south":{"uv":[6.25,5,5.5,6],"texture":"#0"},"west":{"uv":[6,3,6.75,4],"texture":"#0"}}},{"from":[13,17.775,7.325],"to":[14.5,19.65,8.675],"rotation":{"angle":22.5,"axis":"z","origin":[7.7,13.25,8]},"faces":{"north":{"uv":[6,4,6.75,5],"texture":"#0"},"east":{"uv":[4.5,6,5.25,7],"texture":"#0"},"south":{"uv":[6.75,4,6,5],"texture":"#0"},"west":{"uv":[5.5,6,6.25,7],"texture":"#0"}}},{"from":[6.599,22.274,7.324],"to":[8.476,23.776,8.676],"rotation":{"angle":0,"axis":"z","origin":[7.7,13.25,8]},"faces":{"north":{"uv":[6.5,0,7.5,0.75],"texture":"#0"},"south":{"uv":[7.5,0,6.5,0.75],"texture":"#0"},"up":{"uv":[7.5,1.75,6.5,1],"texture":"#0"},"down":{"uv":[7.5,2,6.5,2.75],"texture":"#0"}}},{"from":[4.375,21.775,7.325],"to":[6.25,23.275,8.675],"rotation":{"angle":-22.5,"axis":"z","origin":[7.7,13.25,8]},"faces":{"north":{"uv":[2.5,6.5,3.5,7.25],"texture":"#0"},"south":{"uv":[3.5,6.5,2.5,7.25],"texture":"#0"},"up":{"uv":[4.5,7.25,3.5,6.5],"texture":"#0"},"down":{"uv":[7.5,5,6.5,5.75],"texture":"#0"}}},{"from":[8.8,21.775,7.325],"to":[10.675,23.275,8.675],"rotation":{"angle":22.5,"axis":"z","origin":[7.35,13.25,8]},"faces":{"north":{"uv":[6.5,6,7.5,6.75],"texture":"#0"},"south":{"uv":[7.5,6,6.5,6.75],"texture":"#0"},"up":{"uv":[2.5,7.75,1.5,7],"texture":"#0"},"down":{"uv":[8,3,7,3.75],"texture":"#0"}}},{"from":[-1.351,16.574,7.324],"to":[0.151,18.451,8.676],"rotation":{"angle":-45,"axis":"z","origin":[7.35,13.25,8]},"faces":{"north":{"uv":[3.5,4.5,4.25,5.5],"texture":"#0"},"east":{"uv":[5,3,5.75,4],"texture":"#0"},"south":{"uv":[4.25,4.5,3.5,5.5],"texture":"#0"},"west":{"uv":[5,4,5.75,5],"texture":"#0"},"down":{"uv":[7.75,7,7,7.75],"texture":"#0"}}},{"from":[0.75,17.775,7.4],"to":[1.95,19.65,8.6],"rotation":{"angle":-22.5,"axis":"z","origin":[7.35,13.25,8]},"faces":{"north":{"uv":[4,8.5,4.5,9.5],"texture":"#0"},"east":{"uv":[8.5,5,9,6],"texture":"#0"},"south":{"uv":[4.5,8.5,4,9.5],"texture":"#0"},"west":{"uv":[5.5,8.5,6,9.5],"texture":"#0"},"down":{"uv":[9.5,9.5,9,10],"texture":"#0"}}},{"from":[3.175,18.325,7.5],"to":[4.125,20.025,8.5],"rotation":{"angle":0,"axis":"z","origin":[7.35,13.25,8]},"faces":{"north":{"uv":[7,9,7.5,9.75],"texture":"#0"},"east":{"uv":[7.5,9,8,9.75],"texture":"#0"},"south":{"uv":[7.5,9,7,9.75],"texture":"#0"},"west":{"uv":[9,7.5,9.5,8.25],"texture":"#0"},"down":{"uv":[10,9,9.5,9.5],"texture":"#0"}}},{"from":[5.575,18.45,7.7],"to":[6.25,19.575,8.3],"rotation":{"angle":22.5,"axis":"z","origin":[7.35,13.45,8]},"faces":{"north":{"uv":[10,7,10.25,7.5],"texture":"#0"},"east":{"uv":[7.5,10,7.75,10.5],"texture":"#0"},"south":{"uv":[10.25,7,10,7.5],"texture":"#0"},"west":{"uv":[10,7.5,10.25,8],"texture":"#0"},"down":{"uv":[4.25,10.5,4,10.75],"texture":"#0"}}},{"from":[7.825,17.825,7.825],"to":[8.2,18.75,8.2],"rotation":{"angle":45,"axis":"z","origin":[7.35,13.45,8]},"faces":{"north":{"uv":[8,10,8.25,10.5],"texture":"#0"},"east":{"uv":[10,8,10.25,8.5],"texture":"#0"},"south":{"uv":[8.25,10,8,10.5],"texture":"#0"},"west":{"uv":[8.5,10,8.75,10.5],"texture":"#0"},"down":{"uv":[10.75,4,10.5,4.25],"texture":"#0"}}},{"from":[8.325,10.975,7.325],"to":[8.7,13.225,8.675],"rotation":{"angle":-22.5,"axis":"z","origin":[7.975,13.525,8]},"faces":{"north":{"uv":[9.5,6.5,9.75,7.75],"texture":"#0"},"east":{"uv":[4.5,1.5,5.25,2.75],"texture":"#0"},"south":{"uv":[9.5,6.5,9.75,7.75],"texture":"#0"}}},{"from":[6.574,9.899,7.324],"to":[7.726,12.151,8.676],"rotation":{"angle":0,"axis":"z","origin":[7.975,8.5,8]},"faces":{"north":{"uv":[6,8.5,6.5,9.5],"texture":"#0"},"east":{"uv":[7,4,7.75,5],"texture":"#0"},"south":{"uv":[6.5,8.5,6,9.5],"texture":"#0"},"west":{"uv":[4.5,7,5.25,8],"texture":"#0"}}},{"from":[7.875,10.625,7.5],"to":[8.625,12.325,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[9.275,7,8]},"faces":{"north":{"uv":[8,9,8.5,9.75],"texture":"#0"},"west":{"uv":[8.5,9,9,9.75],"texture":"#0"},"up":{"uv":[10,10,9.5,9.5],"texture":"#0"}}},{"from":[6.1,11.375,7.6],"to":[6.9,13.45,8.425],"rotation":{"angle":0,"axis":"z","origin":[9.275,7,8]},"faces":{"north":{"uv":[8.5,6,9,7],"texture":"#0"},"east":{"uv":[6.5,8.5,7,9.5],"texture":"#0"},"south":{"uv":[9,6,8.5,7],"texture":"#0"},"west":{"uv":[1.5,9,2,10],"texture":"#0"},"up":{"uv":[10.5,0.5,10,0],"texture":"#0"}}},{"from":[4.1,11.675,7.7],"to":[4.65,12.8,8.3],"rotation":{"angle":-22.5,"axis":"z","origin":[9.275,7.375,8]},"faces":{"north":{"uv":[10,8.5,10.25,9],"texture":"#0"},"east":{"uv":[9,10,9.25,10.5],"texture":"#0"},"south":{"uv":[10.25,8.5,10,9],"texture":"#0"},"west":{"uv":[10,9,10.25,9.5],"texture":"#0"},"up":{"uv":[4.75,10.75,4.5,10.5],"texture":"#0"}}},{"from":[12.25,13.75,7.825],"to":[13,14.125,8.2],"rotation":{"angle":45,"axis":"z","origin":[9.275,7.375,8]},"faces":{"north":{"uv":[9.5,10,10,10.25],"texture":"#0"},"east":{"uv":[5,10.5,5.25,10.75],"texture":"#0"},"south":{"uv":[10,10,9.5,10.25],"texture":"#0"},"up":{"uv":[10.5,9.75,10,9.5],"texture":"#0"},"down":{"uv":[10.5,10,10,10.25],"texture":"#0"}}},{"from":[6.625,6.3,7.45],"to":[7.65,7.8,8.575],"rotation":{"angle":-45,"axis":"z","origin":[8.15,3.75,8]},"faces":{"north":{"uv":[9,8.5,9.5,9.25],"texture":"#0"},"east":{"uv":[9.5,0,10,0.75],"texture":"#0"},"south":{"uv":[9.5,8.5,9,9.25],"texture":"#0"},"west":{"uv":[9.5,1,10,1.75],"texture":"#0"},"up":{"uv":[10.5,1,10,0.5],"texture":"#0"}}},{"from":[11.3,5.775,7.625],"to":[12.8,6.525,8.375],"rotation":{"angle":22.5,"axis":"z","origin":[8.15,3.75,8]},"faces":{"north":{"uv":[10,4.5,10.75,4.75],"texture":"#0"},"east":{"uv":[10.5,0,11,0.25],"texture":"#0"},"south":{"uv":[10.75,4.5,10,4.75],"texture":"#0"},"up":{"uv":[10.25,2.5,9.5,2],"texture":"#0"},"down":{"uv":[3.25,9.5,2.5,10],"texture":"#0"}}},{"from":[11.375,7.45,7.75],"to":[12.5,8,8.25],"rotation":{"angle":0,"axis":"z","origin":[8.15,3.75,8]},"faces":{"north":{"uv":[10.5,0.5,11,0.75],"texture":"#0"},"east":{"uv":[5.5,10.5,5.75,10.75],"texture":"#0"},"south":{"uv":[11,0.5,10.5,0.75],"texture":"#0"},"up":{"uv":[11,1.25,10.5,1],"texture":"#0"},"down":{"uv":[2,10.5,1.5,10.75],"texture":"#0"}}},{"from":[10.55,8.875,7.825],"to":[11.3,9.25,8.2],"rotation":{"angle":-22.5,"axis":"z","origin":[8.15,3.75,8]},"faces":{"north":{"uv":[10.5,1.5,11,1.75],"texture":"#0"},"east":{"uv":[6,10.5,6.25,10.75],"texture":"#0"},"south":{"uv":[11,1.5,10.5,1.75],"texture":"#0"},"up":{"uv":[2.5,10.75,2,10.5],"texture":"#0"},"down":{"uv":[11,2,10.5,2.25],"texture":"#0"}}},{"from":[7.25,-6,7.5],"to":[8,-4.5,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[7.85,-5.25,8]},"faces":{"north":{"uv":[9.5,2.5,10,3.25],"texture":"#0"},"south":{"uv":[10,2.5,9.5,3.25],"texture":"#0"},"west":{"uv":[3.5,9.5,4,10.25],"texture":"#0"}}},{"from":[7.175,-7.5,7.325],"to":[8.425,-6,8.675],"rotation":{"angle":-22.5,"axis":"z","origin":[7.85,-5.25,8]},"faces":{"north":{"uv":[9.5,3.5,10,4.25],"texture":"#0"},"east":{"uv":[7.5,6,8.25,6.75],"texture":"#0"},"south":{"uv":[10,3.5,9.5,4.25],"texture":"#0"},"west":{"uv":[1.5,8,2.25,8.75],"texture":"#0"},"up":{"uv":[4.5,10.25,4,9.5],"texture":"#0"}}},{"from":[6.399,-8.551,7.324],"to":[7.626,-7.049,8.676],"rotation":{"angle":0,"axis":"z","origin":[7.075,-6.3,8]},"faces":{"north":{"uv":[4.5,9.5,5,10.25],"texture":"#0"},"east":{"uv":[8,3,8.75,3.75],"texture":"#0"},"south":{"uv":[5,9.5,4.5,10.25],"texture":"#0"},"west":{"uv":[8,4,8.75,4.75],"texture":"#0"}}},{"from":[7.175,-9.55,7.325],"to":[8.425,-8.05,8.675],"rotation":{"angle":22.5,"axis":"z","origin":[7.85,-10.3,8]},"faces":{"north":{"uv":[5,9.5,5.5,10.25],"texture":"#0"},"east":{"uv":[4.5,8,5.25,8.75],"texture":"#0"},"south":{"uv":[5.5,9.5,5,10.25],"texture":"#0"},"west":{"uv":[7,8,7.75,8.75],"texture":"#0"},"down":{"uv":[6,9.5,5.5,10.25],"texture":"#0"}}},{"from":[7.623,-10.852,7.423],"to":[8.577,-9.323,8.577],"rotation":{"angle":45,"axis":"z","origin":[7.85,-10.3,8]},"faces":{"north":{"uv":[9.5,5.5,10,6.25],"texture":"#0"},"east":{"uv":[6,9.5,6.5,10.25],"texture":"#0"},"south":{"uv":[10,5.5,9.5,6.25],"texture":"#0"},"west":{"uv":[6.5,9.5,7,10.25],"texture":"#0"},"down":{"uv":[10.5,1,10,1.5],"texture":"#0"}}},{"from":[8.25,-10.65,7.625],"to":[9.4,-9.9,8.375],"rotation":{"angle":-22.5,"axis":"z","origin":[7.85,-10.3,8]},"faces":{"north":{"uv":[1.5,10,2,10.5],"texture":"#0"},"east":{"uv":[10,1.5,10.5,2],"texture":"#0"},"south":{"uv":[2,10,1.5,10.5],"texture":"#0"},"up":{"uv":[2.5,10.5,2,10],"texture":"#0"},"down":{"uv":[3,10,2.5,10.5],"texture":"#0"}}},{"from":[9.125,-11.075,7.775],"to":[9.875,-10.6,8.225],"rotation":{"angle":0,"axis":"z","origin":[7.85,-10.3,8]},"faces":{"north":{"uv":[2.5,10.5,3,10.75],"texture":"#0"},"east":{"uv":[10.5,6,10.75,6.25],"texture":"#0"},"south":{"uv":[3,10.5,2.5,10.75],"texture":"#0"},"up":{"uv":[11,2.75,10.5,2.5],"texture":"#0"},"down":{"uv":[11,3,10.5,3.25],"texture":"#0"}}},{"from":[9.425,-11.625,7.85],"to":[9.95,-11.325,8.15],"rotation":{"angle":22.5,"axis":"z","origin":[7.85,-10.3,8]},"faces":{"north":{"uv":[6.5,10.5,6.75,10.75],"texture":"#0"},"east":{"uv":[10.5,6.5,10.75,6.75],"texture":"#0"},"south":{"uv":[6.75,10.5,6.5,10.75],"texture":"#0"},"up":{"uv":[7.25,10.75,7,10.5],"texture":"#0"},"down":{"uv":[10.75,7,10.5,7.25],"texture":"#0"}}},{"from":[7.25,2.825,7.25],"to":[8.75,3.375,8.75],"rotation":{"angle":0,"axis":"y","origin":[2,0,2]},"faces":{"north":{"uv":[10,5,10.75,5.25],"texture":"#0"},"east":{"uv":[10.75,5,10,5.25],"texture":"#0"},"south":{"uv":[10,5,10.75,5.25],"texture":"#0"},"west":{"uv":[10.75,5,10,5.25],"texture":"#0"},"up":{"uv":[8.75,7.75,8,7],"texture":"#0"},"down":{"uv":[8.75,8,8,8.75],"texture":"#0"}}},{"from":[7.25,-4.675,7.25],"to":[8.75,-4.125,8.75],"rotation":{"angle":0,"axis":"y","origin":[2,0,2]},"faces":{"north":{"uv":[10,5.5,10.75,5.75],"texture":"#0"},"east":{"uv":[10.75,5.5,10,5.75],"texture":"#0"},"south":{"uv":[10,5.5,10.75,5.75],"texture":"#0"},"west":{"uv":[10.75,5.5,10,5.75],"texture":"#0"},"up":{"uv":[9.25,0.75,8.5,0],"texture":"#0"},"down":{"uv":[9.25,1,8.5,1.75],"texture":"#0"}}},{"from":[5.1,17.575,8],"to":[5.6,18.75,8],"rotation":{"angle":-22.5,"axis":"z","origin":[8.975,19.375,8]},"faces":{"north":{"uv":[2,12,2.25,12.5],"texture":"#0"},"south":{"uv":[2,12,2.25,12.5],"texture":"#0"}}},{"from":[5.225,21.325,8],"to":[8.675,21.8,8],"rotation":{"angle":22.5,"axis":"z","origin":[8.975,19.375,8]},"faces":{"north":{"uv":[0,11,1.75,11.25],"texture":"#0"},"south":{"uv":[1.75,11,0,11.25],"texture":"#0"}}},{"from":[6.525,20.15,8],"to":[8.025,20.625,8],"rotation":{"angle":22.5,"axis":"z","origin":[8.975,19.375,8]},"faces":{"north":{"uv":[2,11,2.75,11.25],"texture":"#0"},"south":{"uv":[2,11,2.75,11.25],"texture":"#0"}}},{"from":[9.674,18.899,7.999],"to":[10.151,22.351,7.999],"rotation":{"angle":45,"axis":"z","origin":[9.425,18.9,8]},"faces":{"north":{"uv":[0,11.5,0.25,13.25],"texture":"#0"},"south":{"uv":[0,13.25,0.25,11.5],"texture":"#0"}}},{"from":[8.574,19.399,7.999],"to":[9.051,21.076,7.999],"rotation":{"angle":45,"axis":"z","origin":[9.425,18.9,8]},"faces":{"north":{"uv":[0.5,13,0.75,13.75],"texture":"#0"},"south":{"uv":[0.5,13,0.75,13.75],"texture":"#0"}}},{"from":[9.425,16.9,8],"to":[9.9,20,8],"rotation":{"angle":-22.5,"axis":"z","origin":[9.425,18.9,8]},"faces":{"north":{"uv":[0.5,11.5,0.75,13],"texture":"#0"},"south":{"uv":[0.5,13,0.75,11.5],"texture":"#0"}}},{"from":[8.325,17.375,8],"to":[8.825,18.725,8],"rotation":{"angle":-22.5,"axis":"z","origin":[9.425,18.9,8]},"faces":{"north":{"uv":[1,13,1.25,13.75],"texture":"#0"},"south":{"uv":[1,13,1.25,13.75],"texture":"#0"}}},{"from":[6.749,16.574,7.999],"to":[9.476,17.076,7.999],"rotation":{"angle":0,"axis":"z","origin":[9.5,19.275,8]},"faces":{"north":{"uv":[1,11.5,2.25,11.75],"texture":"#0"},"south":{"uv":[2.25,11.5,1,11.75],"texture":"#0"}}},{"from":[7.174,17.724,7.999],"to":[8.276,18.226,7.999],"rotation":{"angle":0,"axis":"z","origin":[9.5,19.275,8]},"faces":{"north":{"uv":[1.5,13,2,13.25],"texture":"#0"},"south":{"uv":[2,13,1.5,13.25],"texture":"#0"}}},{"from":[5.648,17.573,7.998],"to":[6.152,19.777,7.998],"rotation":{"angle":22.5,"axis":"z","origin":[9.675,19.275,8]},"faces":{"north":{"uv":[1,12,1.25,13],"texture":"#0"},"south":{"uv":[1,13,1.25,12],"texture":"#0"}}},{"from":[6.825,19.975,8],"to":[7.325,20.825,8],"rotation":{"angle":45,"axis":"z","origin":[9.675,19.275,8]},"faces":{"north":{"uv":[2,12.5,2.25,13],"texture":"#0"},"south":{"uv":[2,12.5,2.25,13],"texture":"#0"}}},{"from":[7.324,20.349,7.999],"to":[7.551,20.826,7.999],"rotation":{"angle":45,"axis":"z","origin":[9.675,19.275,8]},"faces":{"north":{"uv":[2,13,2.25,13.25],"texture":"#0"},"south":{"uv":[2,13,2.25,13.25],"texture":"#0"}}},{"from":[7.075,18.525,8],"to":[7.45,18.875,8],"rotation":{"angle":0,"axis":"z","origin":[9.675,19.275,8]},"faces":{"north":{"uv":[0,13.5,0.25,13.75],"texture":"#0"},"south":{"uv":[0,13.5,0.25,13.75],"texture":"#0"}}},{"from":[6.374,16.374,7.999],"to":[6.851,18.326,7.999],"rotation":{"angle":-22.5,"axis":"z","origin":[9.5,19.275,8]},"faces":{"north":{"uv":[1.5,12,1.75,13],"texture":"#0"},"south":{"uv":[1.5,12,1.75,13],"texture":"#0"}}},{"from":[5.825,19.75,8],"to":[6.175,20.125,8],"rotation":{"angle":-22.5,"axis":"z","origin":[5.95,19.7,8]},"faces":{"north":{"uv":[2.5,11.5,2.75,11.75],"texture":"#0"},"south":{"uv":[2.5,11.5,2.75,11.75],"texture":"#0"}}},{"from":[6.525,20.325,8],"to":[6.725,20.5,8],"rotation":{"angle":-22.5,"axis":"z","origin":[5.95,19.7,8]},"faces":{"north":{"uv":[2.5,12,2.75,12.25],"texture":"#0"},"south":{"uv":[2.5,12,2.75,12.25],"texture":"#0"}}},{"from":[5.3,19.1,8],"to":[5.5,19.3,8],"rotation":{"angle":22.5,"axis":"z","origin":[5.95,19.7,8]},"faces":{"north":{"uv":[1.5,13.5,1.75,13.75],"texture":"#0"},"south":{"uv":[1.5,13.5,1.75,13.75],"texture":"#0"}}},{"from":[12.5,4.5,8],"to":[15.5,9.5,8],"rotation":{"angle":22.5,"axis":"z","origin":[0,0,0]},"faces":{"north":{"uv":[11.5,0,13,2.5],"texture":"#0"},"south":{"uv":[13,0,11.5,2.5],"texture":"#0"}}},{"from":[15.2,7.35,7.5],"to":[17.45,9.6,7.5],"rotation":{"angle":22.5,"axis":"z","origin":[0,0,-0.5]},"faces":{"north":{"uv":[11,3,12.25,4.25],"texture":"#0"},"south":{"uv":[12.25,3,11,4.25],"texture":"#0"}}},{"from":[8.35,14.35,8.4],"to":[10.6,16.6,8.4],"rotation":{"angle":-22.5,"axis":"z","origin":[0.25,25.9,2.65]},"faces":{"north":{"uv":[11,3,12.25,4.25],"rotation":90,"texture":"#0"},"south":{"uv":[12.25,3,11,4.25],"rotation":270,"texture":"#0"}}},{"from":[5.4,-15.85,8],"to":[7.65,-13.6,8],"rotation":{"angle":22.5,"axis":"z","origin":[0,0,0]},"faces":{"north":{"uv":[11,3,12.25,4.25],"texture":"#0"},"south":{"uv":[12.25,3,11,4.25],"texture":"#0"}}},{"from":[12.7,10,2.35],"to":[14.95,10,4.6],"rotation":{"angle":22.5,"axis":"x","origin":[0,0,0]},"faces":{"up":{"uv":[11,3,12.25,4.25],"rotation":180,"texture":"#0"},"down":{"uv":[12.25,3,11,4.25],"texture":"#0"}}},{"from":[12.45,-1.6,8.45],"to":[14.7,-1.6,10.7],"rotation":{"angle":45,"axis":"z","origin":[0,0,0]},"faces":{"up":{"uv":[11,3,12.25,4.25],"rotation":270,"texture":"#0"},"down":{"uv":[12.25,3,11,4.25],"rotation":270,"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[-5,-80,0],"translation":[-0.5,8,1.25],"scale":[1.25,1.25,1.25]},"thirdperson_lefthand":{"rotation":[-5,80,0],"translation":[-0.5,8,1.25],"scale":[1.25,1.25,1.25]},"firstperson_righthand":{"rotation":[-5,-80,5],"translation":[1.75,1.5,0]},"firstperson_lefthand":{"rotation":[-5,100,5],"translation":[1.75,1.5,-1.75]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/light_bearer_sceptre.json b/assets/minecraft/models/item/wynn/skin/wand/light_bearer_sceptre.json new file mode 100644 index 000000000..bb0bb80c6 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/light_bearer_sceptre.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"1":"skins/gold_gradient","2":"skins/gems","4":"skins/wood_full","5":"skins/soul_heart","6":"wynn/weapon/anim/fire_pulse","7":"skins/bandana","particle":"skins/bandana"},"elements":[{"from":[7.26,14.45376,8.05569],"to":[8.74,16.43376,9.03569],"rotation":{"angle":22.5,"axis":"x","origin":[8,15.3933,7.25]},"color":4,"faces":{"north":{"uv":[2,3,3.5,5],"rotation":180,"texture":"#missing"},"east":{"uv":[1,3,2,5],"rotation":180,"texture":"#missing"},"south":{"uv":[2,3,3.5,5],"rotation":180,"texture":"#missing"},"west":{"uv":[1,3,2,5],"rotation":180,"texture":"#missing"},"up":{"uv":[1,2,2,3.5],"rotation":270,"texture":"#missing"},"down":{"uv":[1,2,2,3.5],"rotation":90,"texture":"#missing"}}},{"from":[7.25,14.44376,6.95431],"to":[8.75,16.44376,7.95431],"rotation":{"angle":-22.5,"axis":"x","origin":[8,15.3933,8.75]},"color":4,"faces":{"north":{"uv":[0,3,1.5,5],"rotation":180,"texture":"#missing"},"east":{"uv":[0,3,1,5],"rotation":180,"texture":"#missing"},"south":{"uv":[0,3,1.5,5],"rotation":180,"texture":"#missing"},"west":{"uv":[0,3,1,5],"rotation":180,"texture":"#missing"},"up":{"uv":[0,2,1,3.5],"rotation":270,"texture":"#missing"},"down":{"uv":[0,2,1,3.5],"rotation":90,"texture":"#missing"}}},{"from":[7.5,-15.25,7.5],"to":[8.5,6.75,8.5],"rotation":{"angle":0,"axis":"y","origin":[0,-8.25,0]},"faces":{"north":{"uv":[0,10,16,11],"rotation":90,"texture":"#4"},"east":{"uv":[0,10,16,11],"rotation":90,"texture":"#4"},"south":{"uv":[0,10,16,11],"rotation":90,"texture":"#4"},"west":{"uv":[0,10,16,11],"rotation":90,"texture":"#4"},"up":{"uv":[0,10,16,11],"rotation":90,"texture":"#4"},"down":{"uv":[0,10,16,11],"rotation":90,"texture":"#4"}}},{"from":[6.75,15.65,6],"to":[9.25,16.65,10],"rotation":{"angle":0,"axis":"x","origin":[8,14.95,8]},"faces":{"north":{"uv":[4.5,11,5.5,13.5],"rotation":90,"texture":"#5"},"east":{"uv":[4.5,11,5.5,15],"rotation":90,"texture":"#5"},"south":{"uv":[4.5,11,5.5,13.5],"rotation":90,"texture":"#5"},"west":{"uv":[4.5,11,5.5,15],"rotation":90,"texture":"#5"},"up":{"uv":[4.5,11,7,15],"rotation":180,"texture":"#5"},"down":{"uv":[4.5,11,7,15],"rotation":180,"texture":"#5"}}},{"from":[6.75,10.15,7],"to":[9.25,11.15,9],"rotation":{"angle":0,"axis":"y","origin":[0,-0.15,0]},"faces":{"north":{"uv":[2.5,12,5,13],"rotation":180,"texture":"#5"},"east":{"uv":[2.5,12,4.5,13],"rotation":180,"texture":"#5"},"south":{"uv":[2.5,12,5,13],"rotation":180,"texture":"#5"},"west":{"uv":[2.5,12,4.5,13],"rotation":180,"texture":"#5"},"up":{"uv":[2.5,12,5,14],"texture":"#5"},"down":{"uv":[2.5,12,5,14],"texture":"#5"}}},{"from":[6.75,5,7],"to":[9.25,6,9],"rotation":{"angle":0,"axis":"y","origin":[0,-0.15,0]},"faces":{"north":{"uv":[2.5,12,5,13],"rotation":180,"texture":"#5"},"east":{"uv":[2.5,12,4.5,13],"rotation":180,"texture":"#5"},"south":{"uv":[2.5,12,5,13],"rotation":180,"texture":"#5"},"west":{"uv":[2.5,12,4.5,13],"rotation":180,"texture":"#5"},"up":{"uv":[2.5,12,5,14],"texture":"#5"},"down":{"uv":[2.5,12,5,14],"texture":"#5"}}},{"from":[6.75,0,7],"to":[9.25,1,9],"rotation":{"angle":0,"axis":"y","origin":[0,-0.15,0]},"faces":{"north":{"uv":[2.5,12,5,13],"rotation":180,"texture":"#5"},"east":{"uv":[2.5,12,4.5,13],"rotation":180,"texture":"#5"},"south":{"uv":[2.5,12,5,13],"rotation":180,"texture":"#5"},"west":{"uv":[2.5,12,4.5,13],"rotation":180,"texture":"#5"},"up":{"uv":[2.5,12,5,14],"texture":"#5"},"down":{"uv":[2.5,12,5,14],"texture":"#5"}}},{"from":[7,12.10147,6.84853],"to":[9,16.10147,10.84853],"rotation":{"angle":45,"axis":"x","origin":[8,14.95,8]},"faces":{"north":{"uv":[1.5,10.5,3.5,14.5],"texture":"#5"},"east":{"uv":[1.5,10.5,5.5,14.5],"rotation":270,"texture":"#5"},"south":{"uv":[1.5,10.5,3.5,14.5],"texture":"#5"},"west":{"uv":[1.5,10.5,5.5,14.5],"rotation":180,"texture":"#5"},"up":{"uv":[1.5,10.5,3.5,14.5],"texture":"#5"},"down":{"uv":[1.5,10.5,3.5,14.5],"texture":"#5"}}},{"from":[7.01,12.76895,8.16391],"to":[8.99,15.74895,10.14391],"rotation":{"angle":-22.5,"axis":"x","origin":[8,14.95,8]},"faces":{"north":{"uv":[1.5,10.5,3.5,13.5],"rotation":180,"texture":"#5"},"east":{"uv":[3,10.5,6,12.5],"rotation":270,"texture":"#5"},"south":{"uv":[3,10.5,6,12.5],"rotation":270,"texture":"#5"},"west":{"uv":[1.5,10.5,4.5,12.5],"rotation":90,"texture":"#5"},"up":{"uv":[1.5,10.5,3.5,12.5],"rotation":180,"texture":"#5"},"down":{"uv":[1.5,10.5,3.5,12.5],"texture":"#5"}}},{"from":[7.01,12.76895,5.85609],"to":[8.99,15.74895,7.83609],"rotation":{"angle":22.5,"axis":"x","origin":[8,14.95,8]},"faces":{"north":{"uv":[3.5,11,6.5,13],"rotation":270,"texture":"#5"},"east":{"uv":[3.5,12,6.5,14],"rotation":270,"texture":"#5"},"south":{"uv":[3.5,10.5,5.5,13.5],"rotation":180,"texture":"#5"},"west":{"uv":[1.5,12.5,4.5,14.5],"rotation":90,"texture":"#5"},"up":{"uv":[1.5,12.5,3.5,14.5],"rotation":180,"texture":"#5"},"down":{"uv":[1.5,12.5,3.5,14.5],"texture":"#5"}}},{"from":[6.5,12.85147,7.59853],"to":[9.5,15.35147,10.09853],"rotation":{"angle":45,"axis":"x","origin":[8,14.95,8]},"faces":{"north":{"uv":[0.5,0.5,3,3],"rotation":90,"texture":"#2"},"east":{"uv":[0.5,0.5,3,3],"rotation":90,"texture":"#2"},"south":{"uv":[0.5,0.5,3,3],"rotation":90,"texture":"#2"},"west":{"uv":[0.5,0.5,3,3],"texture":"#2"},"up":{"uv":[0.5,0.5,3,3],"rotation":90,"texture":"#2"},"down":{"uv":[0.5,0.5,3,3],"rotation":90,"texture":"#2"}}},{"from":[7.01,-15.23105,5.85609],"to":[8.99,-12.25105,7.83609],"rotation":{"angle":22.5,"axis":"x","origin":[8,-13.05,8]},"faces":{"north":{"uv":[3.5,11,6.5,13],"rotation":270,"texture":"#5"},"east":{"uv":[3.5,12,6.5,14],"rotation":270,"texture":"#5"},"south":{"uv":[3.5,10.5,5.5,13.5],"rotation":180,"texture":"#5"},"west":{"uv":[1.5,12.5,4.5,14.5],"rotation":90,"texture":"#5"},"up":{"uv":[1.5,12.5,3.5,14.5],"rotation":180,"texture":"#5"},"down":{"uv":[1.5,12.5,3.5,14.5],"texture":"#5"}}},{"from":[7,-15.89853,6.84853],"to":[9,-11.89853,10.84853],"rotation":{"angle":45,"axis":"x","origin":[8,-13.05,8]},"faces":{"north":{"uv":[1.5,10.5,3.5,14.5],"texture":"#5"},"east":{"uv":[1.5,10.5,5.5,14.5],"rotation":270,"texture":"#5"},"south":{"uv":[1.5,10.5,3.5,14.5],"texture":"#5"},"west":{"uv":[1.5,10.5,5.5,14.5],"rotation":180,"texture":"#5"},"up":{"uv":[1.5,10.5,3.5,14.5],"texture":"#5"},"down":{"uv":[1.5,10.5,3.5,14.5],"texture":"#5"}}},{"from":[6.5,-15.14853,7.59853],"to":[9.5,-12.64853,10.09853],"rotation":{"angle":45,"axis":"x","origin":[8,-13.05,8]},"faces":{"north":{"uv":[0.5,0.5,3,3],"rotation":90,"texture":"#2"},"east":{"uv":[0.5,0.5,3,3],"rotation":90,"texture":"#2"},"south":{"uv":[0.5,0.5,3,3],"rotation":90,"texture":"#2"},"west":{"uv":[0.5,0.5,3,3],"texture":"#2"},"up":{"uv":[0.5,0.5,3,3],"rotation":90,"texture":"#2"},"down":{"uv":[0.5,0.5,3,3],"rotation":90,"texture":"#2"}}},{"from":[7.01,-15.23105,8.16391],"to":[8.99,-12.25105,10.14391],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-13.05,8]},"faces":{"north":{"uv":[1.5,10.5,3.5,13.5],"rotation":180,"texture":"#5"},"east":{"uv":[3,10.5,6,12.5],"rotation":270,"texture":"#5"},"south":{"uv":[3,10.5,6,12.5],"rotation":270,"texture":"#5"},"west":{"uv":[1.5,10.5,4.5,12.5],"rotation":90,"texture":"#5"},"up":{"uv":[1.5,10.5,3.5,12.5],"rotation":180,"texture":"#5"},"down":{"uv":[1.5,10.5,3.5,12.5],"texture":"#5"}}},{"from":[6.75,-12.35,6],"to":[9.25,-11.35,10],"rotation":{"angle":0,"axis":"x","origin":[8,-13.05,8]},"faces":{"north":{"uv":[4.5,11,5.5,13.5],"rotation":90,"texture":"#5"},"east":{"uv":[4.5,11,5.5,15],"rotation":90,"texture":"#5"},"south":{"uv":[4.5,11,5.5,13.5],"rotation":90,"texture":"#5"},"west":{"uv":[4.5,11,5.5,15],"rotation":90,"texture":"#5"},"up":{"uv":[4.5,11,7,15],"rotation":180,"texture":"#5"},"down":{"uv":[4.5,11,7,15],"rotation":180,"texture":"#5"}}},{"from":[7.25,6.75,7.25],"to":[8.75,12.75,8.75],"rotation":{"angle":0,"axis":"y","origin":[0,-8.25,0]},"faces":{"north":{"uv":[0,8.5,6,10],"rotation":90,"texture":"#4"},"east":{"uv":[0,8.5,6,10],"rotation":90,"texture":"#4"},"south":{"uv":[0,8.5,6,10],"rotation":90,"texture":"#4"},"west":{"uv":[0,8.5,6,10],"rotation":90,"texture":"#4"},"up":{"uv":[0,8.5,1.5,10],"rotation":90,"texture":"#4"},"down":{"uv":[0,8.5,1.5,10],"rotation":90,"texture":"#4"}}},{"from":[7.25,1,7.25],"to":[8.75,5,8.75],"rotation":{"angle":0,"axis":"y","origin":[0,-8.25,0]},"faces":{"north":{"uv":[12,5,13.5,9],"texture":"#7"},"east":{"uv":[12,5,13.5,9],"texture":"#7"},"south":{"uv":[12,5,13.5,9],"texture":"#7"},"west":{"uv":[12,5,13.5,9],"texture":"#7"},"up":{"uv":[12,5,13.5,6.5],"texture":"#7"},"down":{"uv":[12,5,13.5,6.5],"texture":"#7"}}},{"from":[7.25,-12.35,7.25],"to":[8.75,-6.35,8.75],"rotation":{"angle":0,"axis":"x","origin":[8,10.2,8]},"faces":{"north":{"uv":[4,8.5,10,10],"rotation":270,"texture":"#4"},"east":{"uv":[4,8.5,10,10],"rotation":270,"texture":"#4"},"south":{"uv":[4,8.5,10,10],"rotation":270,"texture":"#4"},"west":{"uv":[4,8.5,10,10],"rotation":270,"texture":"#4"},"up":{"uv":[4,8.5,10,10],"rotation":270,"texture":"#4"},"down":{"uv":[4,8.5,10,10],"rotation":270,"texture":"#4"}}},{"from":[6.75,-10.75,7],"to":[9.25,-9.75,9],"rotation":{"angle":0,"axis":"x","origin":[8,10.2,8]},"faces":{"north":{"uv":[2.5,12,5,13],"rotation":180,"texture":"#5"},"east":{"uv":[2.5,12,4.5,13],"rotation":180,"texture":"#5"},"south":{"uv":[2.5,12,5,13],"rotation":180,"texture":"#5"},"west":{"uv":[2.5,12,4.5,13],"rotation":180,"texture":"#5"},"up":{"uv":[2.5,12,5,14],"texture":"#5"},"down":{"uv":[2.5,12,5,14],"texture":"#5"}}},{"from":[7.01,25.01,7.21435],"to":[8.99,25.99,8.78565],"rotation":{"angle":-22.5,"axis":"x","origin":[8,22,8]},"faces":{"north":{"uv":[2.5,13,4,14],"texture":"#1"},"east":{"uv":[2.5,13,4,14],"texture":"#1"},"south":{"uv":[2.5,13,4,14],"texture":"#1"},"west":{"uv":[2.5,13,4,14],"texture":"#1"},"up":{"uv":[2.5,12,4,13.5],"rotation":270,"texture":"#1"},"down":{"uv":[2.5,13.5,4,15],"texture":"#1"}}},{"from":[7,25,7.20435],"to":[9,26,8.79565],"rotation":{"angle":0,"axis":"x","origin":[8,22,8]},"faces":{"north":{"uv":[2.5,13,4,14],"texture":"#1"},"east":{"uv":[2,13,3.5,14],"texture":"#1"},"south":{"uv":[2.5,13,4,14],"texture":"#1"},"west":{"uv":[2.5,13,4,14],"texture":"#1"},"up":{"uv":[2.5,12,4,13.5],"rotation":270,"texture":"#1"},"down":{"uv":[2.5,13.5,4,15],"texture":"#1"}}},{"from":[7.74,26.65642,7.73809],"to":[8.26,27.67642,9.75809],"rotation":{"angle":-22.5,"axis":"x","origin":[8,27.16642,8.54374]},"faces":{"north":{"uv":[5.5,11.5,5,12.5],"texture":"#1"},"east":{"uv":[5,11.5,3,12.5],"texture":"#1"},"south":{"uv":[5.5,11.5,5,12.5],"texture":"#1"},"west":{"uv":[3,11.5,5,12.5],"texture":"#1"},"up":{"uv":[5,11.5,3,12],"rotation":270,"texture":"#1"},"down":{"uv":[5,12,3,12.5],"rotation":90,"texture":"#1"}}},{"from":[7.76,26.67642,6.26191],"to":[8.24,27.65642,8.24191],"rotation":{"angle":22.5,"axis":"x","origin":[8,27.16642,7.45626]},"faces":{"north":{"uv":[5.5,11.5,5,12.5],"texture":"#1"},"east":{"uv":[3,11.5,5,12.5],"texture":"#1"},"south":{"uv":[5.5,11.5,5,12.5],"texture":"#1"},"west":{"uv":[5,11.5,3,12.5],"texture":"#1"},"up":{"uv":[5,11.5,3,12],"rotation":90,"texture":"#1"},"down":{"uv":[5,12,3,12.5],"rotation":90,"texture":"#1"}}},{"from":[7.74,26.74467,7.27033],"to":[8.26,31.46467,8.29033],"rotation":{"angle":22.5,"axis":"x","origin":[8,30.84566,8]},"faces":{"north":{"uv":[9.7,11.5,5,12],"rotation":90,"texture":"#1"},"east":{"uv":[5,12.5,9.7,11.5],"rotation":270,"texture":"#1"},"south":{"uv":[9.2,11.5,4.5,12],"rotation":90,"texture":"#1"},"west":{"uv":[5.5,12.5,10.2,13.5],"rotation":270,"texture":"#1"},"up":{"uv":[5,11.8,6,12.3],"rotation":270,"texture":"#1"},"down":{"uv":[5,11.8,6,12.3],"rotation":270,"texture":"#1"}}},{"from":[7.75,30.93476,8.37632],"to":[8.25,31.53476,8.97632],"rotation":{"angle":45,"axis":"x","origin":[8,32.28476,8.87632]},"faces":{"north":{"uv":[9,11.5,10,12.5],"rotation":270,"texture":"#1"},"east":{"uv":[9,11.5,10,12.5],"rotation":270,"texture":"#1"},"south":{"uv":[9,11.5,10,12.5],"rotation":270,"texture":"#1"},"west":{"uv":[9,11.5,10,12.5],"rotation":270,"texture":"#1"},"up":{"uv":[9,11.5,10,12.5],"rotation":270,"texture":"#1"},"down":{"uv":[9,11.5,10,12.5],"rotation":270,"texture":"#1"}}},{"from":[7.76,26.76467,7.72967],"to":[8.24,31.44467,8.70967],"rotation":{"angle":-22.5,"axis":"x","origin":[8,30.84566,8]},"faces":{"north":{"uv":[9.2,11.5,4.5,12],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,12.5,10.2,13.5],"rotation":270,"texture":"#1"},"south":{"uv":[9.2,11.5,4.5,12],"rotation":90,"texture":"#1"},"west":{"uv":[5,12.5,9.7,11.5],"rotation":270,"texture":"#1"},"up":{"uv":[5,12.3,6,11.8],"rotation":270,"texture":"#1"},"down":{"uv":[5,12.3,6,11.8],"rotation":270,"texture":"#1"}}},{"from":[7.24,16.32358,7.73809],"to":[8.76,17.34358,9.75809],"rotation":{"angle":22.5,"axis":"x","origin":[8,16.83358,8.54374]},"faces":{"north":{"uv":[5.5,12.5,5,11.5],"texture":"#1"},"east":{"uv":[5,12.5,3,11.5],"texture":"#1"},"south":{"uv":[5.5,12.5,5,11.5],"texture":"#1"},"west":{"uv":[3,12.5,5,11.5],"texture":"#1"},"up":{"uv":[3,12,5,13.5],"rotation":90,"texture":"#1"},"down":{"uv":[3,11.5,5,12],"rotation":270,"texture":"#1"}}},{"from":[7.24,12.53533,7.27033],"to":[8.76,17.25533,8.29033],"rotation":{"angle":-22.5,"axis":"x","origin":[8,13.15434,8]},"faces":{"north":{"uv":[5,11.5,9.7,12],"rotation":90,"texture":"#1"},"east":{"uv":[9.7,12.5,5,11.5],"rotation":270,"texture":"#1"},"south":{"uv":[4.5,11.5,9.2,12],"rotation":90,"texture":"#1"},"west":{"uv":[10.2,12.5,5.5,13.5],"rotation":270,"texture":"#1"},"up":{"uv":[4,11.5,3,13],"rotation":270,"texture":"#1"},"down":{"uv":[6,11.8,5,12.3],"rotation":270,"texture":"#1"}}},{"from":[7.26,16.34358,6.26191],"to":[8.74,17.32358,8.24191],"rotation":{"angle":-22.5,"axis":"x","origin":[8,16.83358,7.45626]},"faces":{"north":{"uv":[5.5,12.5,5,11.5],"texture":"#1"},"east":{"uv":[3,12.5,5,11.5],"texture":"#1"},"south":{"uv":[5.5,12.5,5,11.5],"texture":"#1"},"west":{"uv":[5,12.5,3,11.5],"texture":"#1"},"up":{"uv":[3,12,5,13.5],"rotation":90,"texture":"#1"},"down":{"uv":[3,11.5,5,12],"rotation":90,"texture":"#1"}}},{"from":[7.26,12.55533,7.72967],"to":[8.74,17.23533,8.70967],"rotation":{"angle":22.5,"axis":"x","origin":[8,13.15434,8]},"faces":{"north":{"uv":[4.5,11.5,9.2,12],"rotation":90,"texture":"#1"},"east":{"uv":[10.2,12.5,5.5,13.5],"rotation":270,"texture":"#1"},"south":{"uv":[4.5,11.5,9.2,12],"rotation":90,"texture":"#1"},"west":{"uv":[9.7,12.5,5,11.5],"rotation":270,"texture":"#1"},"up":{"uv":[6,12.3,5,11.8],"rotation":270,"texture":"#1"},"down":{"uv":[6,12.3,5,11.8],"rotation":270,"texture":"#1"}}},{"from":[7.75,12.46524,8.37632],"to":[8.25,13.06524,8.97632],"rotation":{"angle":-45,"axis":"x","origin":[8,11.71524,8.87632]},"faces":{"north":{"uv":[10,11.5,9,12.5],"rotation":270,"texture":"#1"},"east":{"uv":[10,11.5,9,12.5],"rotation":270,"texture":"#1"},"south":{"uv":[10,11.5,9,12.5],"rotation":270,"texture":"#1"},"west":{"uv":[10,11.5,9,12.5],"rotation":270,"texture":"#1"},"up":{"uv":[10,11.5,9,12.5],"rotation":270,"texture":"#1"},"down":{"uv":[10,11.5,9,12.5],"rotation":270,"texture":"#1"}}},{"from":[7.74,18.30619,2.92493],"to":[8.26,20.32619,3.94493],"rotation":{"angle":22.5,"axis":"x","origin":[8,22,8]},"faces":{"north":{"uv":[3,11.5,5,12],"rotation":90,"texture":"#1"},"east":{"uv":[5,12.5,3,11.5],"rotation":270,"texture":"#1"},"south":{"uv":[3,12,5,12.5],"rotation":90,"texture":"#1"},"west":{"uv":[3,12.5,5,11.5],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,12.5,5,11.5],"rotation":180,"texture":"#1"},"down":{"uv":[5.5,12.5,5,11.5],"texture":"#1"}}},{"from":[7.74,25.09476,-0.79134],"to":[8.26,26.11476,3.92866],"rotation":{"angle":-22.5,"axis":"x","origin":[8,22,8]},"faces":{"north":{"uv":[6,11.8,5,12.3],"rotation":90,"texture":"#1"},"east":{"uv":[9.7,12.5,5,11.5],"rotation":180,"texture":"#1"},"south":{"uv":[6,11.8,5,12.3],"rotation":270,"texture":"#1"},"west":{"uv":[10.2,12.5,5.5,13.5],"texture":"#1"},"up":{"uv":[5,11.5,9.7,12],"rotation":270,"texture":"#1"},"down":{"uv":[4.5,11.5,9.2,12],"rotation":90,"texture":"#1"}}},{"from":[7.76,23.69381,2.94493],"to":[8.24,25.67381,3.92493],"rotation":{"angle":-22.5,"axis":"x","origin":[8,22,8]},"faces":{"north":{"uv":[3,11.5,5,12],"rotation":270,"texture":"#1"},"east":{"uv":[3,12.5,5,11.5],"rotation":270,"texture":"#1"},"south":{"uv":[3,12,5,12.5],"rotation":90,"texture":"#1"},"west":{"uv":[5,12.5,3,11.5],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,12.5,5,11.5],"rotation":180,"texture":"#1"},"down":{"uv":[5.5,12.5,5,11.5],"texture":"#1"}}},{"from":[7.76,17.90524,-0.77134],"to":[8.24,18.88524,3.90866],"rotation":{"angle":22.5,"axis":"x","origin":[8,22,8]},"faces":{"north":{"uv":[6,12.3,5,11.8],"rotation":90,"texture":"#1"},"east":{"uv":[10.2,12.5,5.5,13.5],"rotation":180,"texture":"#1"},"south":{"uv":[6,12.3,5,11.8],"rotation":270,"texture":"#1"},"west":{"uv":[9.7,12.5,5,11.5],"texture":"#1"},"up":{"uv":[4.5,11.5,9.2,12],"rotation":270,"texture":"#1"},"down":{"uv":[4.5,11.5,9.2,12],"rotation":90,"texture":"#1"}}},{"from":[7.75,14.85793,0.84722],"to":[8.25,15.45793,1.44722],"rotation":{"angle":45,"axis":"x","origin":[8,22,8]},"faces":{"north":{"uv":[10,11.5,9,12.5],"rotation":270,"texture":"#1"},"east":{"uv":[10,11.5,9,12.5],"rotation":270,"texture":"#1"},"south":{"uv":[10,11.5,9,12.5],"rotation":270,"texture":"#1"},"west":{"uv":[10,11.5,9,12.5],"rotation":270,"texture":"#1"},"up":{"uv":[10,11.5,9,12.5],"rotation":270,"texture":"#1"},"down":{"uv":[10,11.5,9,12.5],"rotation":270,"texture":"#1"}}},{"from":[7.74,18.30619,12.05507],"to":[8.26,20.32619,13.07507],"rotation":{"angle":-22.5,"axis":"x","origin":[8,22,8]},"faces":{"north":{"uv":[5,12,3,12.5],"rotation":270,"texture":"#1"},"east":{"uv":[5,11.5,3,12.5],"rotation":270,"texture":"#1"},"south":{"uv":[5,11.5,3,12],"rotation":270,"texture":"#1"},"west":{"uv":[3,11.5,5,12.5],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,11.5,5,12.5],"rotation":180,"texture":"#1"},"down":{"uv":[5.5,11.5,5,12.5],"texture":"#1"}}},{"from":[7.76,23.69381,12.07507],"to":[8.24,25.67381,13.05507],"rotation":{"angle":22.5,"axis":"x","origin":[8,22,8]},"faces":{"north":{"uv":[5,12,3,12.5],"rotation":270,"texture":"#1"},"east":{"uv":[3,11.5,5,12.5],"rotation":270,"texture":"#1"},"south":{"uv":[5,11.5,3,12],"rotation":90,"texture":"#1"},"west":{"uv":[5,11.5,3,12.5],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,11.5,5,12.5],"rotation":180,"texture":"#1"},"down":{"uv":[5.5,11.5,5,12.5],"texture":"#1"}}},{"from":[7.74,25.09476,12.07134],"to":[8.26,26.11476,16.79134],"rotation":{"angle":22.5,"axis":"x","origin":[8,22,8]},"faces":{"north":{"uv":[5,11.8,6,12.3],"rotation":90,"texture":"#1"},"east":{"uv":[5,12.5,9.7,11.5],"rotation":180,"texture":"#1"},"south":{"uv":[5,11.8,6,12.3],"rotation":270,"texture":"#1"},"west":{"uv":[5.5,12.5,10.2,13.5],"texture":"#1"},"up":{"uv":[9.7,11.5,5,12],"rotation":270,"texture":"#1"},"down":{"uv":[9.2,11.5,4.5,12],"rotation":90,"texture":"#1"}}},{"from":[7.76,17.90524,12.09134],"to":[8.24,18.88524,16.77134],"rotation":{"angle":-22.5,"axis":"x","origin":[8,22,8]},"faces":{"north":{"uv":[5,12.3,6,11.8],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,12.5,10.2,13.5],"rotation":180,"texture":"#1"},"south":{"uv":[5,12.3,6,11.8],"rotation":270,"texture":"#1"},"west":{"uv":[5,12.5,9.7,11.5],"texture":"#1"},"up":{"uv":[9.2,11.5,4.5,12],"rotation":270,"texture":"#1"},"down":{"uv":[9.2,11.5,4.5,12],"rotation":90,"texture":"#1"}}},{"from":[7.75,28.55278,14.54207],"to":[8.25,29.15278,15.14207],"rotation":{"angle":45,"axis":"x","origin":[8,22,8]},"faces":{"north":{"uv":[9,11.5,10,12.5],"rotation":90,"texture":"#1"},"east":{"uv":[9,11.5,10,12.5],"rotation":180,"texture":"#1"},"south":{"uv":[9,11.5,10,12.5],"rotation":270,"texture":"#1"},"west":{"uv":[9,11.5,10,12.5],"texture":"#1"},"up":{"uv":[9,11.5,10,12.5],"rotation":90,"texture":"#1"},"down":{"uv":[9,11.5,10,12.5],"rotation":270,"texture":"#1"}}},{"from":[7.74,25.05507,5.30619],"to":[8.26,26.07507,7.32619],"rotation":{"angle":-22.5,"axis":"x","origin":[8,21,9]},"faces":{"north":{"uv":[5.5,12.5,5,11.5],"rotation":180,"texture":"#1"},"east":{"uv":[5,12.5,3,11.5],"rotation":180,"texture":"#1"},"south":{"uv":[5.5,12.5,5,11.5],"rotation":180,"texture":"#1"},"west":{"uv":[3,12.5,5,11.5],"rotation":180,"texture":"#1"},"up":{"uv":[3,11.5,5,12],"rotation":270,"texture":"#1"},"down":{"uv":[3,12,5,12.5],"rotation":90,"texture":"#1"}}},{"from":[7.74,24.09476,0.20866],"to":[8.26,25.11476,4.92866],"rotation":{"angle":22.5,"axis":"x","origin":[8,21,9]},"faces":{"north":{"uv":[6,11.8,5,12.3],"rotation":90,"texture":"#1"},"east":{"uv":[9.7,12.5,5,11.5],"rotation":180,"texture":"#1"},"south":{"uv":[6,11.8,5,12.3],"rotation":270,"texture":"#1"},"west":{"uv":[10.2,12.5,5.5,13.5],"texture":"#1"},"up":{"uv":[5,11.5,9.7,12],"rotation":270,"texture":"#1"},"down":{"uv":[4.5,11.5,9.2,12],"rotation":90,"texture":"#1"}}},{"from":[7.76,22.69381,3.94493],"to":[8.24,24.67381,4.92493],"rotation":{"angle":22.5,"axis":"x","origin":[8,21,9]},"faces":{"north":{"uv":[3,11.5,5,12],"rotation":270,"texture":"#1"},"east":{"uv":[3,12.5,5,11.5],"rotation":270,"texture":"#1"},"south":{"uv":[3,12,5,12.5],"rotation":90,"texture":"#1"},"west":{"uv":[5,12.5,3,11.5],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,12.5,5,11.5],"rotation":180,"texture":"#1"},"down":{"uv":[5.5,12.5,5,11.5],"texture":"#1"}}},{"from":[7.76,25.09134,4.90524],"to":[8.24,29.77134,5.88524],"rotation":{"angle":-22.5,"axis":"x","origin":[8,21,9]},"faces":{"north":{"uv":[4.5,11.5,9.2,12],"rotation":270,"texture":"#1"},"east":{"uv":[10.2,12.5,5.5,13.5],"rotation":90,"texture":"#1"},"south":{"uv":[4.5,11.5,9.2,12],"rotation":270,"texture":"#1"},"west":{"uv":[9.7,12.5,5,11.5],"rotation":90,"texture":"#1"},"up":{"uv":[6,12.3,5,11.8],"rotation":270,"texture":"#1"},"down":{"uv":[6,12.3,5,11.8],"rotation":270,"texture":"#1"}}},{"from":[7.75,27.55278,1.85793],"to":[8.25,28.15278,2.45793],"rotation":{"angle":0,"axis":"x","origin":[8,21,9]},"faces":{"north":{"uv":[10,11.5,9,12.5],"rotation":90,"texture":"#1"},"east":{"uv":[10,11.5,9,12.5],"rotation":180,"texture":"#1"},"south":{"uv":[10,11.5,9,12.5],"rotation":270,"texture":"#1"},"west":{"uv":[10,11.5,9,12.5],"texture":"#1"},"up":{"uv":[10,11.5,9,12.5],"rotation":90,"texture":"#1"},"down":{"uv":[10,11.5,9,12.5],"rotation":270,"texture":"#1"}}},{"from":[7.74,19.30619,11.05507],"to":[8.26,21.32619,12.07507],"rotation":{"angle":22.5,"axis":"x","origin":[8,23,7]},"faces":{"north":{"uv":[5,12,3,12.5],"rotation":270,"texture":"#1"},"east":{"uv":[5,11.5,3,12.5],"rotation":270,"texture":"#1"},"south":{"uv":[5,11.5,3,12],"rotation":270,"texture":"#1"},"west":{"uv":[3,11.5,5,12.5],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,11.5,5,12.5],"rotation":180,"texture":"#1"},"down":{"uv":[5.5,11.5,5,12.5],"texture":"#1"}}},{"from":[7.76,17.94493,8.69381],"to":[8.24,18.92493,10.67381],"rotation":{"angle":-22.5,"axis":"x","origin":[8,23,7]},"faces":{"north":{"uv":[5.5,11.5,5,12.5],"rotation":180,"texture":"#1"},"east":{"uv":[3,11.5,5,12.5],"rotation":180,"texture":"#1"},"south":{"uv":[5.5,11.5,5,12.5],"rotation":180,"texture":"#1"},"west":{"uv":[5,11.5,3,12.5],"rotation":180,"texture":"#1"},"up":{"uv":[5,12,3,12.5],"rotation":90,"texture":"#1"},"down":{"uv":[5,11.5,3,12],"rotation":90,"texture":"#1"}}},{"from":[7.74,14.20866,10.09476],"to":[8.26,18.92866,11.11476],"rotation":{"angle":-22.5,"axis":"x","origin":[8,23,7]},"faces":{"north":{"uv":[9.2,11.5,4.5,12],"rotation":270,"texture":"#1"},"east":{"uv":[5,12.5,9.7,11.5],"rotation":90,"texture":"#1"},"south":{"uv":[9.7,11.5,5,12],"rotation":270,"texture":"#1"},"west":{"uv":[5.5,12.5,10.2,13.5],"rotation":90,"texture":"#1"},"up":{"uv":[5,11.8,6,12.3],"rotation":270,"texture":"#1"},"down":{"uv":[5,11.8,6,12.3],"rotation":270,"texture":"#1"}}},{"from":[7.76,18.90524,11.09134],"to":[8.24,19.88524,15.77134],"rotation":{"angle":22.5,"axis":"x","origin":[8,23,7]},"faces":{"north":{"uv":[5,12.3,6,11.8],"rotation":90,"texture":"#1"},"east":{"uv":[5.5,12.5,10.2,13.5],"rotation":180,"texture":"#1"},"south":{"uv":[5,12.3,6,11.8],"rotation":270,"texture":"#1"},"west":{"uv":[5,12.5,9.7,11.5],"texture":"#1"},"up":{"uv":[9.2,11.5,4.5,12],"rotation":270,"texture":"#1"},"down":{"uv":[9.2,11.5,4.5,12],"rotation":90,"texture":"#1"}}},{"from":[7.75,15.85793,13.55278],"to":[8.25,16.45793,14.15278],"rotation":{"angle":0,"axis":"x","origin":[8,23,7]},"faces":{"north":{"uv":[9,11.5,10,12.5],"rotation":90,"texture":"#1"},"east":{"uv":[9,11.5,10,12.5],"rotation":90,"texture":"#1"},"south":{"uv":[9,11.5,10,12.5],"rotation":90,"texture":"#1"},"west":{"uv":[9,11.5,10,12.5],"rotation":90,"texture":"#1"},"up":{"uv":[9,11.5,10,12.5],"rotation":270,"texture":"#1"},"down":{"uv":[9,11.5,10,12.5],"rotation":270,"texture":"#1"}}},{"from":[7.74,18.43878,0.51768],"to":[8.26,19.45878,5.23768],"rotation":{"angle":-22.5,"axis":"x","origin":[8,22.00535,8.00535]},"faces":{"north":{"uv":[5,11.8,6,12.3],"rotation":90,"texture":"#1"},"east":{"uv":[5,12.5,9.7,11.5],"texture":"#1"},"south":{"uv":[5,11.8,6,12.3],"rotation":270,"texture":"#1"},"west":{"uv":[5.5,12.5,10.2,13.5],"rotation":180,"texture":"#1"},"up":{"uv":[9.2,11.5,4.5,12],"rotation":90,"texture":"#1"},"down":{"uv":[9.7,11.5,5,12],"rotation":270,"texture":"#1"}}},{"from":[7.76,14.54347,4.4448],"to":[8.24,19.22347,5.4248],"rotation":{"angle":22.5,"axis":"x","origin":[8,22.00535,8.00535]},"faces":{"north":{"uv":[9.2,11.5,4.5,12],"rotation":270,"texture":"#1"},"east":{"uv":[5.5,12.5,10.2,13.5],"rotation":90,"texture":"#1"},"south":{"uv":[9.2,11.5,4.5,12],"rotation":270,"texture":"#1"},"west":{"uv":[5,12.5,9.7,11.5],"rotation":90,"texture":"#1"},"up":{"uv":[5,12.3,6,11.8],"rotation":270,"texture":"#1"},"down":{"uv":[5,12.3,6,11.8],"rotation":270,"texture":"#1"}}},{"from":[7.75,15.85793,1.85793],"to":[8.25,16.45793,2.45793],"rotation":{"angle":0,"axis":"x","origin":[8,22.00535,8.00535]},"faces":{"north":{"uv":[9,11.5,10,12.5],"rotation":90,"texture":"#1"},"east":{"uv":[9,11.5,10,12.5],"texture":"#1"},"south":{"uv":[9,11.5,10,12.5],"rotation":270,"texture":"#1"},"west":{"uv":[9,11.5,10,12.5],"rotation":180,"texture":"#1"},"up":{"uv":[9,11.5,10,12.5],"rotation":270,"texture":"#1"},"down":{"uv":[9,11.5,10,12.5],"rotation":90,"texture":"#1"}}},{"from":[7.74,18.23974,4.84575],"to":[8.26,19.25974,6.86575],"rotation":{"angle":22.5,"axis":"x","origin":[8,22.00535,8.00535]},"faces":{"north":{"uv":[5.5,11.5,5,12.5],"rotation":180,"texture":"#1"},"east":{"uv":[5,11.5,3,12.5],"rotation":180,"texture":"#1"},"south":{"uv":[5.5,11.5,5,12.5],"rotation":180,"texture":"#1"},"west":{"uv":[3,11.5,5,12.5],"rotation":180,"texture":"#1"},"up":{"uv":[5,12,3,12.5],"rotation":90,"texture":"#1"},"down":{"uv":[5,11.5,3,12],"rotation":270,"texture":"#1"}}},{"from":[7.76,18.87973,4.25395],"to":[8.24,20.85973,5.23395],"rotation":{"angle":-22.5,"axis":"x","origin":[8,22.00535,8.00535]},"faces":{"north":{"uv":[5,11.5,3,12],"rotation":270,"texture":"#1"},"east":{"uv":[3,11.5,5,12.5],"rotation":90,"texture":"#1"},"south":{"uv":[5,12,3,12.5],"rotation":90,"texture":"#1"},"west":{"uv":[5,11.5,3,12.5],"rotation":270,"texture":"#1"},"up":{"uv":[5.5,11.5,5,12.5],"texture":"#1"},"down":{"uv":[5.5,11.5,5,12.5],"rotation":180,"texture":"#1"}}},{"from":[7.74,24.77302,10.55192],"to":[8.26,29.49302,11.57192],"rotation":{"angle":22.5,"axis":"x","origin":[8,22.00535,8.00535]},"faces":{"north":{"uv":[4.5,11.5,9.2,12],"rotation":270,"texture":"#1"},"east":{"uv":[9.7,12.5,5,11.5],"rotation":90,"texture":"#1"},"south":{"uv":[5,11.5,9.7,12],"rotation":270,"texture":"#1"},"west":{"uv":[10.2,12.5,5.5,13.5],"rotation":90,"texture":"#1"},"up":{"uv":[6,11.8,5,12.3],"rotation":270,"texture":"#1"},"down":{"uv":[6,11.8,5,12.3],"rotation":270,"texture":"#1"}}},{"from":[7.76,24.77675,9.15097],"to":[8.24,25.75675,11.13097],"rotation":{"angle":22.5,"axis":"x","origin":[8,22.00535,8.00535]},"faces":{"north":{"uv":[5.5,12.5,5,11.5],"rotation":180,"texture":"#1"},"east":{"uv":[3,12.5,5,11.5],"rotation":180,"texture":"#1"},"south":{"uv":[5.5,12.5,5,11.5],"rotation":180,"texture":"#1"},"west":{"uv":[5,12.5,3,11.5],"rotation":180,"texture":"#1"},"up":{"uv":[3,11.5,5,12],"rotation":90,"texture":"#1"},"down":{"uv":[3,12,5,12.5],"rotation":90,"texture":"#1"}}},{"from":[7.74,23.14495,10.75096],"to":[8.26,25.16495,11.77096],"rotation":{"angle":-22.5,"axis":"x","origin":[8,22.00535,8.00535]},"faces":{"north":{"uv":[3,12,5,12.5],"rotation":270,"texture":"#1"},"east":{"uv":[5,12.5,3,11.5],"rotation":90,"texture":"#1"},"south":{"uv":[3,11.5,5,12],"rotation":270,"texture":"#1"},"west":{"uv":[3,12.5,5,11.5],"rotation":270,"texture":"#1"},"up":{"uv":[5.5,12.5,5,11.5],"texture":"#1"},"down":{"uv":[5.5,12.5,5,11.5],"rotation":180,"texture":"#1"}}},{"from":[7.76,24.5859,10.78723],"to":[8.24,25.5659,15.46723],"rotation":{"angle":-22.5,"axis":"x","origin":[8,22.00535,8.00535]},"faces":{"north":{"uv":[6,12.3,5,11.8],"rotation":90,"texture":"#1"},"east":{"uv":[10.2,12.5,5.5,13.5],"texture":"#1"},"south":{"uv":[6,12.3,5,11.8],"rotation":270,"texture":"#1"},"west":{"uv":[9.7,12.5,5,11.5],"rotation":180,"texture":"#1"},"up":{"uv":[4.5,11.5,9.2,12],"rotation":90,"texture":"#1"},"down":{"uv":[4.5,11.5,9.2,12],"rotation":270,"texture":"#1"}}},{"from":[7.75,27.55278,13.55278],"to":[8.25,28.15278,14.15278],"rotation":{"angle":0,"axis":"x","origin":[8,22.00535,8.00535]},"faces":{"north":{"uv":[10,11.5,9,12.5],"rotation":90,"texture":"#1"},"east":{"uv":[10,11.5,9,12.5],"rotation":90,"texture":"#1"},"south":{"uv":[10,11.5,9,12.5],"rotation":90,"texture":"#1"},"west":{"uv":[10,11.5,9,12.5],"rotation":90,"texture":"#1"},"up":{"uv":[10,11.5,9,12.5],"rotation":270,"texture":"#1"},"down":{"uv":[10,11.5,9,12.5],"rotation":270,"texture":"#1"}}},{"from":[7.01,25.01,7.21435],"to":[8.99,25.99,8.78565],"rotation":{"angle":22.5,"axis":"x","origin":[8,22,8]},"faces":{"north":{"uv":[2.5,13,4,14],"texture":"#1"},"east":{"uv":[2.5,13,4,14],"texture":"#1"},"south":{"uv":[2.5,13,4,14],"texture":"#1"},"west":{"uv":[2.5,13,4,14],"texture":"#1"},"up":{"uv":[2.5,12,4,13.5],"rotation":270,"texture":"#1"},"down":{"uv":[2.5,13.5,4,15],"texture":"#1"}}},{"from":[7,23.18664,9.01338],"to":[9,24.18664,10.60468],"rotation":{"angle":45,"axis":"x","origin":[8,23.29714,11.09744]},"faces":{"north":{"uv":[2.5,13,4,14],"texture":"#1"},"east":{"uv":[2.5,13,4,14],"texture":"#1"},"south":{"uv":[2.5,13,4,14],"texture":"#1"},"west":{"uv":[2.5,13,4,14],"texture":"#1"},"up":{"uv":[2.5,12,4,13.5],"rotation":270,"texture":"#1"},"down":{"uv":[2.5,13.5,4,15],"texture":"#1"}}},{"from":[7.01,22.5115,10.74065],"to":[8.99,24.08279,11.72065],"rotation":{"angle":-22.5,"axis":"x","origin":[8,23.29714,11.09744]},"faces":{"north":{"uv":[2.5,13.5,4,15],"rotation":180,"texture":"#1"},"east":{"uv":[2,13,3.5,14],"rotation":270,"texture":"#1"},"south":{"uv":[2.5,12,4,13.5],"rotation":270,"texture":"#1"},"west":{"uv":[2.5,13,4,14],"rotation":90,"texture":"#1"},"up":{"uv":[2.5,13,4,14],"rotation":180,"texture":"#1"},"down":{"uv":[2.5,13,4,14],"texture":"#1"}}},{"from":[7,21.21308,10.98693],"to":[9,22.80438,11.98693],"rotation":{"angle":0,"axis":"x","origin":[8,23.29714,11.09744]},"faces":{"north":{"uv":[2.5,13.5,4,15],"rotation":180,"texture":"#1"},"east":{"uv":[2.5,13,4,14],"rotation":270,"texture":"#1"},"south":{"uv":[2.5,12,4,13.5],"rotation":270,"texture":"#1"},"west":{"uv":[2.5,13,4,14],"rotation":90,"texture":"#1"},"up":{"uv":[2.5,13,4,14],"rotation":180,"texture":"#1"},"down":{"uv":[2.5,13,4,14],"texture":"#1"}}},{"from":[7.01,20.17944,3.59268],"to":[8.99,21.75074,4.57268],"rotation":{"angle":-22.5,"axis":"x","origin":[8,22.57418,5.16145]},"faces":{"north":{"uv":[2.5,12,4,13.5],"rotation":90,"texture":"#1"},"east":{"uv":[2.5,13,4,14],"rotation":90,"texture":"#1"},"south":{"uv":[2.5,13.5,4,15],"texture":"#1"},"west":{"uv":[2.5,13,4,14],"rotation":270,"texture":"#1"},"up":{"uv":[2.5,13,4,14],"texture":"#1"},"down":{"uv":[2.5,13,4,14],"rotation":180,"texture":"#1"}}},{"from":[7,21.20308,4.01721],"to":[9,22.79438,5.01721],"rotation":{"angle":0,"axis":"x","origin":[8,22.57418,5.16145]},"faces":{"north":{"uv":[2.5,12,4,13.5],"rotation":90,"texture":"#1"},"east":{"uv":[2.5,13,4,14],"rotation":90,"texture":"#1"},"south":{"uv":[2.5,13.5,4,15],"texture":"#1"},"west":{"uv":[2.5,13,4,14],"rotation":270,"texture":"#1"},"up":{"uv":[2.5,13,4,14],"texture":"#1"},"down":{"uv":[2.5,13,4,14],"rotation":180,"texture":"#1"}}},{"from":[7.01,22.34974,4.03004],"to":[8.99,23.92103,5.01004],"rotation":{"angle":22.5,"axis":"x","origin":[8,22.57418,5.16145]},"faces":{"north":{"uv":[2.5,12,4,13.5],"rotation":90,"texture":"#1"},"east":{"uv":[2,13,3.5,14],"rotation":90,"texture":"#1"},"south":{"uv":[2.5,13.5,4,15],"texture":"#1"},"west":{"uv":[2.5,13,4,14],"rotation":270,"texture":"#1"},"up":{"uv":[2.5,13,4,14],"texture":"#1"},"down":{"uv":[2.5,13,4,14],"rotation":180,"texture":"#1"}}},{"from":[7,23.14795,5.97822],"to":[9,24.14795,7.56952],"rotation":{"angle":-45,"axis":"x","origin":[8,22.57418,5.16145]},"faces":{"north":{"uv":[2.5,13,4,14],"texture":"#1"},"east":{"uv":[2.5,13,4,14],"texture":"#1"},"south":{"uv":[2.5,13,4,14],"texture":"#1"},"west":{"uv":[2.5,13,4,14],"texture":"#1"},"up":{"uv":[2.5,12,4,13.5],"rotation":270,"texture":"#1"},"down":{"uv":[2.5,13.5,4,15],"texture":"#1"}}},{"from":[7.01,20.9021,10.27135],"to":[8.99,22.4734,11.25135],"rotation":{"angle":22.5,"axis":"x","origin":[8,20.02435,8.47125]},"faces":{"north":{"uv":[2.5,13.5,4,15],"rotation":180,"texture":"#1"},"east":{"uv":[2.5,13,4,14],"rotation":270,"texture":"#1"},"south":{"uv":[2.5,12,4,13.5],"rotation":270,"texture":"#1"},"west":{"uv":[2.5,13,4,14],"rotation":90,"texture":"#1"},"up":{"uv":[2.5,13,4,14],"rotation":180,"texture":"#1"},"down":{"uv":[2.5,13,4,14],"texture":"#1"}}},{"from":[7,17.77871,8.74937],"to":[9,18.77871,10.34067],"rotation":{"angle":-45,"axis":"x","origin":[8,20.02435,8.47125]},"faces":{"north":{"uv":[2.5,13,4,14],"rotation":180,"texture":"#1"},"east":{"uv":[2,13,3.5,14],"rotation":180,"texture":"#1"},"south":{"uv":[2.5,13,4,14],"rotation":180,"texture":"#1"},"west":{"uv":[2.5,13,4,14],"rotation":180,"texture":"#1"},"up":{"uv":[2.5,13.5,4,15],"texture":"#1"},"down":{"uv":[2.5,12,4,13.5],"rotation":270,"texture":"#1"}}},{"from":[7.01,18.06608,8.00627],"to":[8.99,19.04608,9.57757],"rotation":{"angle":-22.5,"axis":"x","origin":[8,20.02435,8.47125]},"faces":{"north":{"uv":[2.5,13,4,14],"rotation":180,"texture":"#1"},"east":{"uv":[2.5,13,4,14],"rotation":180,"texture":"#1"},"south":{"uv":[2.5,13,4,14],"rotation":180,"texture":"#1"},"west":{"uv":[2.5,13,4,14],"rotation":180,"texture":"#1"},"up":{"uv":[2.5,13.5,4,15],"texture":"#1"},"down":{"uv":[2.5,12,4,13.5],"rotation":270,"texture":"#1"}}},{"from":[7,18.02721,7.20976],"to":[9,19.02721,8.80106],"rotation":{"angle":0,"axis":"x","origin":[8,20.02435,8.47125]},"faces":{"north":{"uv":[2.5,13,4,14],"rotation":180,"texture":"#1"},"east":{"uv":[2.5,13,4,14],"rotation":180,"texture":"#1"},"south":{"uv":[2.5,13,4,14],"rotation":180,"texture":"#1"},"west":{"uv":[2.5,13,4,14],"rotation":180,"texture":"#1"},"up":{"uv":[2.5,13.5,4,15],"texture":"#1"},"down":{"uv":[2.5,12,4,13.5],"rotation":270,"texture":"#1"}}},{"from":[7.01,17.70648,6.48876],"to":[8.99,18.68648,8.06006],"rotation":{"angle":22.5,"axis":"x","origin":[8,20.02435,8.47125]},"faces":{"north":{"uv":[2.5,13,4,14],"rotation":180,"texture":"#1"},"east":{"uv":[2,13,3.5,14],"rotation":180,"texture":"#1"},"south":{"uv":[2.5,13,4,14],"rotation":180,"texture":"#1"},"west":{"uv":[2.5,13,4,14],"rotation":180,"texture":"#1"},"up":{"uv":[2.5,13.5,4,15],"texture":"#1"},"down":{"uv":[2.5,12,4,13.5],"rotation":270,"texture":"#1"}}},{"from":[7,20.97433,5.55809],"to":[9,22.56563,6.55809],"rotation":{"angle":-45,"axis":"x","origin":[8,20.02435,8.47125]},"faces":{"north":{"uv":[2.5,12,4,13.5],"rotation":90,"texture":"#1"},"east":{"uv":[2.5,13,4,14],"rotation":90,"texture":"#1"},"south":{"uv":[2.5,13.5,4,15],"texture":"#1"},"west":{"uv":[2.5,13,4,14],"rotation":270,"texture":"#1"},"up":{"uv":[2.5,13,4,14],"texture":"#1"},"down":{"uv":[2.5,13,4,14],"rotation":180,"texture":"#1"}}},{"from":[8,12,-2],"to":[8,32,18],"faces":{"north":{"uv":[0,0,0,16],"texture":"#6"},"east":{"uv":[16,0,0,16],"texture":"#6"},"south":{"uv":[0,0,0,16],"texture":"#6"},"west":{"uv":[0,0,16,16],"texture":"#6"},"up":{"uv":[0,0,0,16],"texture":"#6"},"down":{"uv":[0,0,0,16],"texture":"#6"}}}],"display":{"thirdperson_righthand":{"translation":[0,3.75,1.25],"scale":[1.17,1.17,1.17]},"thirdperson_lefthand":{"translation":[0,3.75,1.25],"scale":[1.17,1.17,1.17]},"firstperson_righthand":{"rotation":[-21,12,0],"translation":[1,0.25,1.25],"scale":[0.69,0.69,0.69]},"firstperson_lefthand":{"rotation":[-21,12,0],"translation":[1,0.25,1.25],"scale":[0.69,0.69,0.69]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.8,0.8,0.8]},"gui":{"rotation":[44,47,-61],"translation":[0.25,0,0],"scale":[0.62,0.51,0.62]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/lotr_staff.json b/assets/minecraft/models/item/wynn/skin/wand/lotr_staff.json new file mode 100644 index 000000000..5607a4420 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/lotr_staff.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"particle":"skins/lotr_set/lotr_staff","texture":"skins/lotr_set/lotr_staff"},"elements":[{"from":[7.25,13.5,7.125],"to":[8.5,14.75,8.875],"faces":{"down":{"uv":[7.25,2.5,8.5,2.25],"texture":"#texture"},"up":{"uv":[7.25,1.25,8.5,1.5],"texture":"#texture"},"north":{"uv":[8.5,1.25,7.25,2.5],"texture":"#texture"},"south":{"uv":[7.25,1.25,8.5,2.5],"texture":"#texture"},"west":{"uv":[7.25,1.25,7.5,2.5],"texture":"#texture"},"east":{"uv":[8.5,1.25,8.25,2.5],"texture":"#texture"}}},{"from":[7,13.5,7.5],"to":[8.75,14.75,8.5],"faces":{"down":{"uv":[7,2.5,8.75,2.25],"texture":"#texture"},"up":{"uv":[7,1.25,8.75,1.5],"texture":"#texture"},"north":{"uv":[8.75,1.25,7,2.5],"texture":"#texture"},"south":{"uv":[7,1.25,8.75,2.5],"texture":"#texture"},"west":{"uv":[7,1.25,7.25,2.5],"texture":"#texture"},"east":{"uv":[8.75,1.25,8.5,2.5],"texture":"#texture"}}},{"from":[7.25,14.75,7.5],"to":[8.5,15,8.5],"faces":{"down":{"uv":[7.25,1.25,8.5,1],"texture":"#texture"},"up":{"uv":[7.25,1,8.5,1.25],"texture":"#texture"},"north":{"uv":[8.5,1,7.25,1.25],"texture":"#texture"},"south":{"uv":[7.25,1,8.5,1.25],"texture":"#texture"},"west":{"uv":[7.25,1,7.5,1.25],"texture":"#texture"},"east":{"uv":[8.5,1,8.25,1.25],"texture":"#texture"}}},{"from":[7.25,13.25,7.5],"to":[8.5,13.5,8.5],"faces":{"down":{"uv":[7.25,2.75,8.5,2.5],"texture":"#texture"},"up":{"uv":[7.25,2.5,8.5,2.75],"texture":"#texture"},"north":{"uv":[8.5,2.5,7.25,2.75],"texture":"#texture"},"south":{"uv":[7.25,2.5,8.5,2.75],"texture":"#texture"},"west":{"uv":[7.25,2.5,7.5,2.75],"texture":"#texture"},"east":{"uv":[8.5,2.5,8.25,2.75],"texture":"#texture"}}},{"from":[7.75,13,9.375],"to":[8.25,16,9.625],"faces":{"down":{"uv":[6.25,3,6.5,2.75],"rotation":90,"texture":"#texture"},"up":{"uv":[6.25,0,6.5,0.25],"rotation":270,"texture":"#texture"},"north":{"uv":[6.5,0,6.25,3],"texture":"#texture"},"south":{"uv":[6.25,0,6.5,3],"texture":"#texture"},"west":{"uv":[6.5,0,6.25,3],"texture":"#texture"},"east":{"uv":[6.25,0,6.5,3],"texture":"#texture"}}},{"from":[7.75,12.5,9.125],"to":[8.25,15.5,9.375],"faces":{"down":{"uv":[6.5,3.5,6.75,3.25],"rotation":90,"texture":"#texture"},"up":{"uv":[6.5,0.5,6.75,0.75],"rotation":270,"texture":"#texture"},"north":{"uv":[6.75,0.5,6.5,3.5],"texture":"#texture"},"south":{"uv":[6.5,0.5,6.75,3.5],"texture":"#texture"},"west":{"uv":[6.75,0.5,6.5,3.5],"texture":"#texture"},"east":{"uv":[6.5,0.5,6.75,3.5],"texture":"#texture"}}},{"from":[7.75,10.5,6.625],"to":[8.25,11,9.375],"faces":{"down":{"uv":[6.5,5.5,9.25,5.25],"rotation":90,"texture":"#texture"},"up":{"uv":[6.5,5,9.25,5.25],"rotation":270,"texture":"#texture"},"north":{"uv":[9.25,5,9,5.5],"texture":"#texture"},"south":{"uv":[6.5,5,6.75,5.5],"texture":"#texture"},"west":{"uv":[9.25,5,6.5,5.5],"texture":"#texture"},"east":{"uv":[6.5,5,9.25,5.5],"texture":"#texture"}}},{"from":[7.75,14.5,8.875],"to":[8.25,15.25,9.125],"faces":{"down":{"uv":[6.75,1.5,7,1.25],"rotation":90,"texture":"#texture"},"up":{"uv":[6.75,0.75,7,1],"rotation":270,"texture":"#texture"},"north":{"uv":[7,0.75,6.75,1.5],"texture":"#texture"},"south":{"uv":[6.75,0.75,7,1.5],"texture":"#texture"},"west":{"uv":[7,0.75,6.75,1.5],"texture":"#texture"},"east":{"uv":[6.75,0.75,7,1.5],"texture":"#texture"}}},{"from":[7.75,12.25,8.875],"to":[8.25,13.75,9.125],"faces":{"down":{"uv":[6.75,3.75,7,3.5],"rotation":90,"texture":"#texture"},"up":{"uv":[6.75,2.25,7,2.5],"rotation":270,"texture":"#texture"},"north":{"uv":[7,2.25,6.75,3.75],"texture":"#texture"},"south":{"uv":[6.75,2.25,7,3.75],"texture":"#texture"},"west":{"uv":[7,2.25,6.75,3.75],"texture":"#texture"},"east":{"uv":[6.75,2.25,7,3.75],"texture":"#texture"}}},{"from":[7.75,11,6.875],"to":[8.25,11.5,9.125],"faces":{"down":{"uv":[6.75,5,9,4.75],"rotation":90,"texture":"#texture"},"up":{"uv":[6.75,4.5,9,4.75],"rotation":270,"texture":"#texture"},"north":{"uv":[9,4.5,8.75,5],"texture":"#texture"},"south":{"uv":[6.75,4.5,7,5],"texture":"#texture"},"west":{"uv":[9,4.5,6.75,5],"texture":"#texture"},"east":{"uv":[6.75,4.5,9,5],"texture":"#texture"}}},{"from":[7.75,10.25,6.875],"to":[8.25,10.5,9.125],"faces":{"down":{"uv":[6.75,5.75,9,5.5],"rotation":90,"texture":"#texture"},"up":{"uv":[6.75,5.5,9,5.75],"rotation":270,"texture":"#texture"},"north":{"uv":[9,5.5,8.75,5.75],"texture":"#texture"},"south":{"uv":[6.75,5.5,7,5.75],"texture":"#texture"},"west":{"uv":[9,5.5,6.75,5.75],"texture":"#texture"},"east":{"uv":[6.75,5.5,9,5.75],"texture":"#texture"}}},{"from":[7.75,11.5,8.625],"to":[8.25,13.25,8.875],"faces":{"down":{"uv":[7,4.5,7.25,4.25],"rotation":90,"texture":"#texture"},"up":{"uv":[7,2.75,7.25,3],"rotation":270,"texture":"#texture"},"north":{"uv":[7.25,2.75,7,4.5],"texture":"#texture"},"south":{"uv":[7,2.75,7.25,4.5],"texture":"#texture"},"west":{"uv":[7.25,2.75,7,4.5],"texture":"#texture"},"east":{"uv":[7,2.75,7.25,4.5],"texture":"#texture"}}},{"from":[7.75,9.5,7.125],"to":[8.25,10.25,8.875],"faces":{"down":{"uv":[7,6.5,8.75,6.25],"rotation":90,"texture":"#texture"},"up":{"uv":[7,5.75,8.75,6],"rotation":270,"texture":"#texture"},"north":{"uv":[8.75,5.75,8.5,6.5],"texture":"#texture"},"south":{"uv":[7,5.75,7.25,6.5],"texture":"#texture"},"west":{"uv":[8.75,5.75,7,6.5],"texture":"#texture"},"east":{"uv":[7,5.75,8.75,6.5],"texture":"#texture"}}},{"from":[7.75,11.5,7.125],"to":[8.25,13,8.625],"faces":{"down":{"uv":[7.25,4.5,8.75,4.25],"rotation":90,"texture":"#texture"},"up":{"uv":[7.25,3,8.75,3.25],"rotation":270,"texture":"#texture"},"north":{"uv":[8.75,3,8.5,4.5],"texture":"#texture"},"south":{"uv":[7.25,3,7.5,4.5],"texture":"#texture"},"west":{"uv":[8.75,3,7.25,4.5],"texture":"#texture"},"east":{"uv":[7.25,3,8.75,4.5],"texture":"#texture"}}},{"from":[7.75,5,7.375],"to":[8.25,9.5,8.625],"faces":{"down":{"uv":[7.25,11,8.5,10.75],"rotation":90,"texture":"#texture"},"up":{"uv":[7.25,6.5,8.5,6.75],"rotation":270,"texture":"#texture"},"north":{"uv":[8.5,6.5,8.25,11],"texture":"#texture"},"south":{"uv":[7.25,6.5,7.5,11],"texture":"#texture"},"west":{"uv":[8.5,6.5,7.25,11],"texture":"#texture"},"east":{"uv":[7.25,6.5,8.5,11],"texture":"#texture"}}},{"from":[7.75,13,6.375],"to":[8.25,13.25,7.375],"faces":{"down":{"uv":[8.5,3,9.5,2.75],"rotation":90,"texture":"#texture"},"up":{"uv":[8.5,2.75,9.5,3],"rotation":270,"texture":"#texture"},"north":{"uv":[9.5,2.75,9.25,3],"texture":"#texture"},"south":{"uv":[8.5,2.75,8.75,3],"texture":"#texture"},"west":{"uv":[9.5,2.75,8.5,3],"texture":"#texture"},"east":{"uv":[8.5,2.75,9.5,3],"texture":"#texture"}}},{"from":[7.75,14.5,6.375],"to":[8.25,15.25,7.125],"faces":{"down":{"uv":[8.75,1.5,9.5,1.25],"rotation":90,"texture":"#texture"},"up":{"uv":[8.75,0.75,9.5,1],"rotation":270,"texture":"#texture"},"north":{"uv":[9.5,0.75,9.25,1.5],"texture":"#texture"},"south":{"uv":[8.75,0.75,9,1.5],"texture":"#texture"},"west":{"uv":[9.5,0.75,8.75,1.5],"texture":"#texture"},"east":{"uv":[8.75,0.75,9.5,1.5],"texture":"#texture"}}},{"from":[7.75,13.25,6.375],"to":[8.25,13.75,7.125],"faces":{"down":{"uv":[8.75,2.75,9.5,2.5],"rotation":90,"texture":"#texture"},"up":{"uv":[8.75,2.25,9.5,2.5],"rotation":270,"texture":"#texture"},"north":{"uv":[9.5,2.25,9.25,2.75],"texture":"#texture"},"south":{"uv":[8.75,2.25,9,2.75],"texture":"#texture"},"west":{"uv":[9.5,2.25,8.75,2.75],"texture":"#texture"},"east":{"uv":[8.75,2.25,9.5,2.75],"texture":"#texture"}}},{"from":[7.75,12.25,6.875],"to":[8.25,13,7.125],"faces":{"down":{"uv":[8.75,3.75,9,3.5],"rotation":90,"texture":"#texture"},"up":{"uv":[8.75,3,9,3.25],"rotation":270,"texture":"#texture"},"north":{"uv":[9,3,8.75,3.75],"texture":"#texture"},"south":{"uv":[8.75,3,9,3.75],"texture":"#texture"},"west":{"uv":[9,3,8.75,3.75],"texture":"#texture"},"east":{"uv":[8.75,3,9,3.75],"texture":"#texture"}}},{"from":[7.75,15.25,6.375],"to":[8.25,15.5,6.875],"faces":{"down":{"uv":[9,0.75,9.5,0.5],"rotation":90,"texture":"#texture"},"up":{"uv":[9,0.5,9.5,0.75],"rotation":270,"texture":"#texture"},"north":{"uv":[9.5,0.5,9.25,0.75],"texture":"#texture"},"south":{"uv":[9,0.5,9.25,0.75],"texture":"#texture"},"west":{"uv":[9.5,0.5,9,0.75],"texture":"#texture"},"east":{"uv":[9,0.5,9.5,0.75],"texture":"#texture"}}},{"from":[7.75,13.75,6.375],"to":[8.25,14.5,6.875],"faces":{"down":{"uv":[9,2.25,9.5,2],"rotation":90,"texture":"#texture"},"up":{"uv":[9,1.5,9.5,1.75],"rotation":270,"texture":"#texture"},"north":{"uv":[9.5,1.5,9.25,2.25],"texture":"#texture"},"south":{"uv":[9,1.5,9.25,2.25],"texture":"#texture"},"west":{"uv":[9.5,1.5,9,2.25],"texture":"#texture"},"east":{"uv":[9,1.5,9.5,2.25],"texture":"#texture"}}},{"from":[7.75,12.5,6.625],"to":[8.25,13,6.875],"faces":{"down":{"uv":[9,3.5,9.25,3.25],"rotation":90,"texture":"#texture"},"up":{"uv":[9,3,9.25,3.25],"rotation":270,"texture":"#texture"},"north":{"uv":[9.25,3,9,3.5],"texture":"#texture"},"south":{"uv":[9,3,9.25,3.5],"texture":"#texture"},"west":{"uv":[9.25,3,9,3.5],"texture":"#texture"},"east":{"uv":[9,3,9.25,3.5],"texture":"#texture"}}},{"from":[7.75,15.5,6.375],"to":[8.25,16,6.625],"faces":{"down":{"uv":[9.25,0.5,9.5,0.25],"rotation":90,"texture":"#texture"},"up":{"uv":[9.25,0,9.5,0.25],"rotation":270,"texture":"#texture"},"north":{"uv":[9.5,0,9.25,0.5],"texture":"#texture"},"south":{"uv":[9.25,0,9.5,0.5],"texture":"#texture"},"west":{"uv":[9.5,0,9.25,0.5],"texture":"#texture"},"east":{"uv":[9.25,0,9.5,0.5],"texture":"#texture"}}},{"from":[6.375,13,7.75],"to":[6.625,16,8.25],"faces":{"down":{"uv":[6.25,3,6.5,2.75],"texture":"#texture"},"up":{"uv":[6.25,0,6.5,0.25],"texture":"#texture"},"north":{"uv":[6.5,0,6.25,3],"texture":"#texture"},"south":{"uv":[6.25,0,6.5,3],"texture":"#texture"},"west":{"uv":[6.25,0,6.5,3],"texture":"#texture"},"east":{"uv":[6.5,0,6.25,3],"texture":"#texture"}}},{"from":[6.625,12.5,7.75],"to":[6.875,15.5,8.25],"faces":{"down":{"uv":[6.5,3.5,6.75,3.25],"texture":"#texture"},"up":{"uv":[6.5,0.5,6.75,0.75],"texture":"#texture"},"north":{"uv":[6.75,0.5,6.5,3.5],"texture":"#texture"},"south":{"uv":[6.5,0.5,6.75,3.5],"texture":"#texture"},"west":{"uv":[6.5,0.5,6.75,3.5],"texture":"#texture"},"east":{"uv":[6.75,0.5,6.5,3.5],"texture":"#texture"}}},{"from":[6.625,10.5,7.75],"to":[9.375,11,8.25],"faces":{"down":{"uv":[6.5,5.5,9.25,5.25],"texture":"#texture"},"up":{"uv":[6.5,5,9.25,5.25],"texture":"#texture"},"north":{"uv":[9.25,5,6.5,5.5],"texture":"#texture"},"south":{"uv":[6.5,5,9.25,5.5],"texture":"#texture"},"west":{"uv":[6.5,5,6.75,5.5],"texture":"#texture"},"east":{"uv":[9.25,5,9,5.5],"texture":"#texture"}}},{"from":[6.875,14.5,7.75],"to":[7.125,15.25,8.25],"faces":{"down":{"uv":[6.75,1.5,7,1.25],"texture":"#texture"},"up":{"uv":[6.75,0.75,7,1],"texture":"#texture"},"north":{"uv":[7,0.75,6.75,1.5],"texture":"#texture"},"south":{"uv":[6.75,0.75,7,1.5],"texture":"#texture"},"west":{"uv":[6.75,0.75,7,1.5],"texture":"#texture"},"east":{"uv":[7,0.75,6.75,1.5],"texture":"#texture"}}},{"from":[6.875,12.25,7.75],"to":[7.125,13.75,8.25],"faces":{"down":{"uv":[6.75,3.75,7,3.5],"texture":"#texture"},"up":{"uv":[6.75,2.25,7,2.5],"texture":"#texture"},"north":{"uv":[7,2.25,6.75,3.75],"texture":"#texture"},"south":{"uv":[6.75,2.25,7,3.75],"texture":"#texture"},"west":{"uv":[6.75,2.25,7,3.75],"texture":"#texture"},"east":{"uv":[7,2.25,6.75,3.75],"texture":"#texture"}}},{"from":[6.875,11,7.75],"to":[9.125,11.5,8.25],"faces":{"down":{"uv":[6.75,5,9,4.75],"texture":"#texture"},"up":{"uv":[6.75,4.5,9,4.75],"texture":"#texture"},"north":{"uv":[9,4.5,6.75,5],"texture":"#texture"},"south":{"uv":[6.75,4.5,9,5],"texture":"#texture"},"west":{"uv":[6.75,4.5,7,5],"texture":"#texture"},"east":{"uv":[9,4.5,8.75,5],"texture":"#texture"}}},{"from":[6.875,10.25,7.75],"to":[9.125,10.5,8.25],"faces":{"down":{"uv":[6.75,5.75,9,5.5],"texture":"#texture"},"up":{"uv":[6.75,5.5,9,5.75],"texture":"#texture"},"north":{"uv":[9,5.5,6.75,5.75],"texture":"#texture"},"south":{"uv":[6.75,5.5,9,5.75],"texture":"#texture"},"west":{"uv":[6.75,5.5,7,5.75],"texture":"#texture"},"east":{"uv":[9,5.5,8.75,5.75],"texture":"#texture"}}},{"from":[7.125,11.5,7.75],"to":[7.375,13.25,8.25],"faces":{"down":{"uv":[7,4.5,7.25,4.25],"texture":"#texture"},"up":{"uv":[7,2.75,7.25,3],"texture":"#texture"},"north":{"uv":[7.25,2.75,7,4.5],"texture":"#texture"},"south":{"uv":[7,2.75,7.25,4.5],"texture":"#texture"},"west":{"uv":[7,2.75,7.25,4.5],"texture":"#texture"},"east":{"uv":[7.25,2.75,7,4.5],"texture":"#texture"}}},{"from":[7.125,9.5,7.75],"to":[8.875,10.25,8.25],"faces":{"down":{"uv":[7,6.5,8.75,6.25],"texture":"#texture"},"up":{"uv":[7,5.75,8.75,6],"texture":"#texture"},"north":{"uv":[8.75,5.75,7,6.5],"texture":"#texture"},"south":{"uv":[7,5.75,8.75,6.5],"texture":"#texture"},"west":{"uv":[7,5.75,7.25,6.5],"texture":"#texture"},"east":{"uv":[8.75,5.75,8.5,6.5],"texture":"#texture"}}},{"from":[7.375,11.5,7.75],"to":[8.875,13,8.25],"faces":{"down":{"uv":[7.25,4.5,8.75,4.25],"texture":"#texture"},"up":{"uv":[7.25,3,8.75,3.25],"texture":"#texture"},"north":{"uv":[8.75,3,7.25,4.5],"texture":"#texture"},"south":{"uv":[7.25,3,8.75,4.5],"texture":"#texture"},"west":{"uv":[7.25,3,7.5,4.5],"texture":"#texture"},"east":{"uv":[8.75,3,8.5,4.5],"texture":"#texture"}}},{"from":[7.375,5,7.75],"to":[8.625,9.5,8.25],"faces":{"down":{"uv":[7.25,11,8.5,10.75],"texture":"#texture"},"up":{"uv":[7.25,6.5,8.5,6.75],"texture":"#texture"},"north":{"uv":[8.5,6.5,7.25,11],"texture":"#texture"},"south":{"uv":[7.25,6.5,8.5,11],"texture":"#texture"},"west":{"uv":[7.25,6.5,7.5,11],"texture":"#texture"},"east":{"uv":[8.5,6.5,8.25,11],"texture":"#texture"}}},{"from":[7.625,1.75,7.625],"to":[8.375,5,8.375],"faces":{"down":{"uv":[7.5,14.25,8.25,14],"texture":"#texture"},"up":{"uv":[7.5,11,8.25,11.25],"texture":"#texture"},"north":{"uv":[7.5,11,8.25,14.25],"texture":"#texture"},"south":{"uv":[7.5,11,8.25,14.25],"texture":"#texture"},"west":{"uv":[8.25,11,7.5,14.25],"texture":"#texture"},"east":{"uv":[8.25,11,7.5,14.25],"texture":"#texture"}}},{"from":[7.875,0,7.875],"to":[8.125,1.75,8.125],"faces":{"down":{"uv":[7.75,16,8,15.75],"texture":"#texture"},"up":{"uv":[7.75,14.25,8,14.5],"texture":"#texture"},"north":{"uv":[8,14.25,7.75,16],"texture":"#texture"},"south":{"uv":[7.75,14.25,8,16],"texture":"#texture"},"west":{"uv":[7.75,14.25,8,16],"texture":"#texture"},"east":{"uv":[8,14.25,7.75,16],"texture":"#texture"}}},{"from":[8.625,13,7.75],"to":[9.625,13.25,8.25],"faces":{"down":{"uv":[8.5,3,9.5,2.75],"texture":"#texture"},"up":{"uv":[8.5,2.75,9.5,3],"texture":"#texture"},"north":{"uv":[9.5,2.75,8.5,3],"texture":"#texture"},"south":{"uv":[8.5,2.75,9.5,3],"texture":"#texture"},"west":{"uv":[8.5,2.75,8.75,3],"texture":"#texture"},"east":{"uv":[9.5,2.75,9.25,3],"texture":"#texture"}}},{"from":[8.875,14.5,7.75],"to":[9.625,15.25,8.25],"faces":{"down":{"uv":[8.75,1.5,9.5,1.25],"texture":"#texture"},"up":{"uv":[8.75,0.75,9.5,1],"texture":"#texture"},"north":{"uv":[9.5,0.75,8.75,1.5],"texture":"#texture"},"south":{"uv":[8.75,0.75,9.5,1.5],"texture":"#texture"},"west":{"uv":[8.75,0.75,9,1.5],"texture":"#texture"},"east":{"uv":[9.5,0.75,9.25,1.5],"texture":"#texture"}}},{"from":[8.875,13.25,7.75],"to":[9.625,13.75,8.25],"faces":{"down":{"uv":[8.75,2.75,9.5,2.5],"texture":"#texture"},"up":{"uv":[8.75,2.25,9.5,2.5],"texture":"#texture"},"north":{"uv":[9.5,2.25,8.75,2.75],"texture":"#texture"},"south":{"uv":[8.75,2.25,9.5,2.75],"texture":"#texture"},"west":{"uv":[8.75,2.25,9,2.75],"texture":"#texture"},"east":{"uv":[9.5,2.25,9.25,2.75],"texture":"#texture"}}},{"from":[8.875,12.25,7.75],"to":[9.125,13,8.25],"faces":{"down":{"uv":[8.75,3.75,9,3.5],"texture":"#texture"},"up":{"uv":[8.75,3,9,3.25],"texture":"#texture"},"north":{"uv":[9,3,8.75,3.75],"texture":"#texture"},"south":{"uv":[8.75,3,9,3.75],"texture":"#texture"},"west":{"uv":[8.75,3,9,3.75],"texture":"#texture"},"east":{"uv":[9,3,8.75,3.75],"texture":"#texture"}}},{"from":[9.125,15.25,7.75],"to":[9.625,15.5,8.25],"faces":{"down":{"uv":[9,0.75,9.5,0.5],"texture":"#texture"},"up":{"uv":[9,0.5,9.5,0.75],"texture":"#texture"},"north":{"uv":[9.5,0.5,9,0.75],"texture":"#texture"},"south":{"uv":[9,0.5,9.5,0.75],"texture":"#texture"},"west":{"uv":[9,0.5,9.25,0.75],"texture":"#texture"},"east":{"uv":[9.5,0.5,9.25,0.75],"texture":"#texture"}}},{"from":[9.125,13.75,7.75],"to":[9.625,14.5,8.25],"faces":{"down":{"uv":[9,2.25,9.5,2],"texture":"#texture"},"up":{"uv":[9,1.5,9.5,1.75],"texture":"#texture"},"north":{"uv":[9.5,1.5,9,2.25],"texture":"#texture"},"south":{"uv":[9,1.5,9.5,2.25],"texture":"#texture"},"west":{"uv":[9,1.5,9.25,2.25],"texture":"#texture"},"east":{"uv":[9.5,1.5,9.25,2.25],"texture":"#texture"}}},{"from":[9.125,12.5,7.75],"to":[9.375,13,8.25],"faces":{"down":{"uv":[9,3.5,9.25,3.25],"texture":"#texture"},"up":{"uv":[9,3,9.25,3.25],"texture":"#texture"},"north":{"uv":[9.25,3,9,3.5],"texture":"#texture"},"south":{"uv":[9,3,9.25,3.5],"texture":"#texture"},"west":{"uv":[9,3,9.25,3.5],"texture":"#texture"},"east":{"uv":[9.25,3,9,3.5],"texture":"#texture"}}},{"from":[9.375,15.5,7.75],"to":[9.625,16,8.25],"faces":{"down":{"uv":[9.25,0.5,9.5,0.25],"texture":"#texture"},"up":{"uv":[9.25,0,9.5,0.25],"texture":"#texture"},"north":{"uv":[9.5,0,9.25,0.5],"texture":"#texture"},"south":{"uv":[9.25,0,9.5,0.5],"texture":"#texture"},"west":{"uv":[9.25,0,9.5,0.5],"texture":"#texture"},"east":{"uv":[9.5,0,9.25,0.5],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[0,0,0],"translation":[0,6.05,1.89],"scale":[2.25,2.25,2.25]},"thirdperson_lefthand":{"rotation":[0,0,0],"translation":[0,6.05,1.89],"scale":[2.25,2.25,2.25]},"firstperson_righthand":{"rotation":[0,-21,4],"translation":[5.86,0.94,-4.16],"scale":[2,2,2]},"firstperson_lefthand":{"rotation":[0,-21,4],"translation":[5.86,0.94,-5.29],"scale":[2,2,2]},"gui":{"rotation":[0,180,45],"translation":[0,0,0],"scale":[1,1,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/lotr_wand.json b/assets/minecraft/models/item/wynn/skin/wand/lotr_wand.json new file mode 100644 index 000000000..9a21e6c0c --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/lotr_wand.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"texture":"skins/lotr_set/lotr_wand"},"elements":[{"from":[7,12.5,7.5],"to":[7.25,12.75,8.5],"faces":{"down":{"uv":[7,3.5,7.25,3.25],"texture":"#texture"},"up":{"uv":[7,3.25,7.25,3.5],"texture":"#texture"},"north":{"uv":[7.25,3.25,7,3.5],"texture":"#texture"},"south":{"uv":[7,3.25,7.25,3.5],"texture":"#texture"},"west":{"uv":[7,3.25,7.25,3.5],"texture":"#texture"},"east":{"uv":[7.25,3.25,7,3.5],"texture":"#texture"}}},{"from":[7.25,13,7.5],"to":[7.5,13.25,8.5],"faces":{"down":{"uv":[7.25,3,7.5,2.75],"texture":"#texture"},"up":{"uv":[7.25,2.75,7.5,3],"texture":"#texture"},"north":{"uv":[7.5,2.75,7.25,3],"texture":"#texture"},"south":{"uv":[7.25,2.75,7.5,3],"texture":"#texture"},"west":{"uv":[7.25,2.75,7.5,3],"texture":"#texture"},"east":{"uv":[7.5,2.75,7.25,3],"texture":"#texture"}}},{"from":[7.25,11.75,7.5],"to":[7.75,12,8.5],"faces":{"down":{"uv":[7.25,4.25,7.75,4],"texture":"#texture"},"up":{"uv":[7.25,4,7.75,4.25],"texture":"#texture"},"north":{"uv":[7.75,4,7.25,4.25],"texture":"#texture"},"south":{"uv":[7.25,4,7.75,4.25],"texture":"#texture"},"west":{"uv":[7.25,4,7.5,4.25],"texture":"#texture"},"east":{"uv":[7.75,4,7.5,4.25],"texture":"#texture"}}},{"from":[7.5,14,7.5],"to":[7.75,14.25,8.5],"faces":{"down":{"uv":[7.5,2,7.75,1.75],"texture":"#texture"},"up":{"uv":[7.5,1.75,7.75,2],"texture":"#texture"},"north":{"uv":[7.75,1.75,7.5,2],"texture":"#texture"},"south":{"uv":[7.5,1.75,7.75,2],"texture":"#texture"},"west":{"uv":[7.5,1.75,7.75,2],"texture":"#texture"},"east":{"uv":[7.75,1.75,7.5,2],"texture":"#texture"}}},{"from":[7.5,13.25,7.5],"to":[8,13.5,8.5],"faces":{"down":{"uv":[7.5,2.75,8,2.5],"texture":"#texture"},"up":{"uv":[7.5,2.5,8,2.75],"texture":"#texture"},"north":{"uv":[8,2.5,7.5,2.75],"texture":"#texture"},"south":{"uv":[7.5,2.5,8,2.75],"texture":"#texture"},"west":{"uv":[7.5,2.5,7.75,2.75],"texture":"#texture"},"east":{"uv":[8,2.5,7.75,2.75],"texture":"#texture"}}},{"from":[7.5,12,7.5],"to":[7.75,12.25,8.5],"faces":{"down":{"uv":[7.5,4,7.75,3.75],"texture":"#texture"},"up":{"uv":[7.5,3.75,7.75,4],"texture":"#texture"},"north":{"uv":[7.75,3.75,7.5,4],"texture":"#texture"},"south":{"uv":[7.5,3.75,7.75,4],"texture":"#texture"},"west":{"uv":[7.5,3.75,7.75,4],"texture":"#texture"},"east":{"uv":[7.75,3.75,7.5,4],"texture":"#texture"}}},{"from":[7.5,11.25,7.5],"to":[7.75,11.75,8.5],"faces":{"down":{"uv":[7.5,4.75,7.75,4.5],"texture":"#texture"},"up":{"uv":[7.5,4.25,7.75,4.5],"texture":"#texture"},"north":{"uv":[7.75,4.25,7.5,4.75],"texture":"#texture"},"south":{"uv":[7.5,4.25,7.75,4.75],"texture":"#texture"},"west":{"uv":[7.5,4.25,7.75,4.75],"texture":"#texture"},"east":{"uv":[7.75,4.25,7.5,4.75],"texture":"#texture"}}},{"from":[7.5,10.75,7.5],"to":[8.25,11,8.5],"faces":{"down":{"uv":[7.5,5.25,8.25,5],"texture":"#texture"},"up":{"uv":[7.5,5,8.25,5.25],"texture":"#texture"},"north":{"uv":[8.25,5,7.5,5.25],"texture":"#texture"},"south":{"uv":[7.5,5,8.25,5.25],"texture":"#texture"},"west":{"uv":[7.5,5,7.75,5.25],"texture":"#texture"},"east":{"uv":[8.25,5,8,5.25],"texture":"#texture"}}},{"from":[7.5,7.75,7.5],"to":[8,9.75,8.5],"faces":{"down":{"uv":[7.5,8.25,8,8],"texture":"#texture"},"up":{"uv":[7.5,6.25,8,6.5],"texture":"#texture"},"north":{"uv":[8,6.25,7.5,8.25],"texture":"#texture"},"south":{"uv":[7.5,6.25,8,8.25],"texture":"#texture"},"west":{"uv":[7.5,6.25,7.75,8.25],"texture":"#texture"},"east":{"uv":[8,6.25,7.75,8.25],"texture":"#texture"}}},{"from":[7.75,13.5,7.5],"to":[8,14,8.5],"faces":{"down":{"uv":[7.75,2.5,8,2.25],"texture":"#texture"},"up":{"uv":[7.75,2,8,2.25],"texture":"#texture"},"north":{"uv":[8,2,7.75,2.5],"texture":"#texture"},"south":{"uv":[7.75,2,8,2.5],"texture":"#texture"},"west":{"uv":[7.75,2,8,2.5],"texture":"#texture"},"east":{"uv":[8,2,7.75,2.5],"texture":"#texture"}}},{"from":[7.75,12.5,7.5],"to":[8,12.75,8.5],"faces":{"down":{"uv":[7.75,3.5,8,3.25],"texture":"#texture"},"up":{"uv":[7.75,3.25,8,3.5],"texture":"#texture"},"north":{"uv":[8,3.25,7.75,3.5],"texture":"#texture"},"south":{"uv":[7.75,3.25,8,3.5],"texture":"#texture"},"west":{"uv":[7.75,3.25,8,3.5],"texture":"#texture"},"east":{"uv":[8,3.25,7.75,3.5],"texture":"#texture"}}},{"from":[7.75,11.5,7.5],"to":[8,11.75,8.5],"faces":{"down":{"uv":[7.75,4.5,8,4.25],"texture":"#texture"},"up":{"uv":[7.75,4.25,8,4.5],"texture":"#texture"},"north":{"uv":[8,4.25,7.75,4.5],"texture":"#texture"},"south":{"uv":[7.75,4.25,8,4.5],"texture":"#texture"},"west":{"uv":[7.75,4.25,8,4.5],"texture":"#texture"},"east":{"uv":[8,4.25,7.75,4.5],"texture":"#texture"}}},{"from":[7.75,9.75,7.5],"to":[8.25,10.75,8.5],"faces":{"down":{"uv":[7.75,6.25,8.25,6],"texture":"#texture"},"up":{"uv":[7.75,5.25,8.25,5.5],"texture":"#texture"},"north":{"uv":[8.25,5.25,7.75,6.25],"texture":"#texture"},"south":{"uv":[7.75,5.25,8.25,6.25],"texture":"#texture"},"west":{"uv":[7.75,5.25,8,6.25],"texture":"#texture"},"east":{"uv":[8.25,5.25,8,6.25],"texture":"#texture"}}},{"from":[7.75,6.75,7.5],"to":[8.25,7.75,8.5],"faces":{"down":{"uv":[7.75,9.25,8.25,9],"texture":"#texture"},"up":{"uv":[7.75,8.25,8.25,8.5],"texture":"#texture"},"north":{"uv":[8.25,8.25,7.75,9.25],"texture":"#texture"},"south":{"uv":[7.75,8.25,8.25,9.25],"texture":"#texture"},"west":{"uv":[7.75,8.25,8,9.25],"texture":"#texture"},"east":{"uv":[8.25,8.25,8,9.25],"texture":"#texture"}}},{"from":[7.75,3.25,7.5],"to":[8,5.75,8.5],"faces":{"down":{"uv":[7.75,12.75,8,12.5],"texture":"#texture"},"up":{"uv":[7.75,10.25,8,10.5],"texture":"#texture"},"north":{"uv":[8,10.25,7.75,12.75],"texture":"#texture"},"south":{"uv":[7.75,10.25,8,12.75],"texture":"#texture"},"west":{"uv":[7.75,10.25,8,12.75],"texture":"#texture"},"east":{"uv":[8,10.25,7.75,12.75],"texture":"#texture"}}},{"from":[8,12.75,7.5],"to":[8.25,13,8.5],"faces":{"down":{"uv":[8,3.25,8.25,3],"texture":"#texture"},"up":{"uv":[8,3,8.25,3.25],"texture":"#texture"},"north":{"uv":[8.25,3,8,3.25],"texture":"#texture"},"south":{"uv":[8,3,8.25,3.25],"texture":"#texture"},"west":{"uv":[8,3,8.25,3.25],"texture":"#texture"},"east":{"uv":[8.25,3,8,3.25],"texture":"#texture"}}},{"from":[8,12.25,7.5],"to":[8.25,12.5,8.5],"faces":{"down":{"uv":[8,3.75,8.25,3.5],"texture":"#texture"},"up":{"uv":[8,3.5,8.25,3.75],"texture":"#texture"},"north":{"uv":[8.25,3.5,8,3.75],"texture":"#texture"},"south":{"uv":[8,3.5,8.25,3.75],"texture":"#texture"},"west":{"uv":[8,3.5,8.25,3.75],"texture":"#texture"},"east":{"uv":[8.25,3.5,8,3.75],"texture":"#texture"}}},{"from":[8,9.25,7.5],"to":[8.25,9.75,8.5],"faces":{"down":{"uv":[8,6.75,8.25,6.5],"texture":"#texture"},"up":{"uv":[8,6.25,8.25,6.5],"texture":"#texture"},"north":{"uv":[8.25,6.25,8,6.75],"texture":"#texture"},"south":{"uv":[8,6.25,8.25,6.75],"texture":"#texture"},"west":{"uv":[8,6.25,8.25,6.75],"texture":"#texture"},"east":{"uv":[8.25,6.25,8,6.75],"texture":"#texture"}}},{"from":[8,7.75,7.5],"to":[8.25,8.25,8.5],"faces":{"down":{"uv":[8,8.25,8.25,8],"texture":"#texture"},"up":{"uv":[8,7.75,8.25,8],"texture":"#texture"},"north":{"uv":[8.25,7.75,8,8.25],"texture":"#texture"},"south":{"uv":[8,7.75,8.25,8.25],"texture":"#texture"},"west":{"uv":[8,7.75,8.25,8.25],"texture":"#texture"},"east":{"uv":[8.25,7.75,8,8.25],"texture":"#texture"}}},{"from":[8,6.25,7.5],"to":[8.25,6.75,8.5],"faces":{"down":{"uv":[8,9.75,8.25,9.5],"texture":"#texture"},"up":{"uv":[8,9.25,8.25,9.5],"texture":"#texture"},"north":{"uv":[8.25,9.25,8,9.75],"texture":"#texture"},"south":{"uv":[8,9.25,8.25,9.75],"texture":"#texture"},"west":{"uv":[8,9.25,8.25,9.75],"texture":"#texture"},"east":{"uv":[8.25,9.25,8,9.75],"texture":"#texture"}}},{"from":[8,3.25,7.5],"to":[8.25,5.25,8.5],"faces":{"down":{"uv":[8,12.75,8.25,12.5],"texture":"#texture"},"up":{"uv":[8,10.75,8.25,11],"texture":"#texture"},"north":{"uv":[8.25,10.75,8,12.75],"texture":"#texture"},"south":{"uv":[8,10.75,8.25,12.75],"texture":"#texture"},"west":{"uv":[8,10.75,8.25,12.75],"texture":"#texture"},"east":{"uv":[8.25,10.75,8,12.75],"texture":"#texture"}}},{"from":[8.25,13,7.5],"to":[8.5,13.25,8.5],"faces":{"down":{"uv":[8.25,3,8.5,2.75],"texture":"#texture"},"up":{"uv":[8.25,2.75,8.5,3],"texture":"#texture"},"north":{"uv":[8.5,2.75,8.25,3],"texture":"#texture"},"south":{"uv":[8.25,2.75,8.5,3],"texture":"#texture"},"west":{"uv":[8.25,2.75,8.5,3],"texture":"#texture"},"east":{"uv":[8.5,2.75,8.25,3],"texture":"#texture"}}},{"from":[8.25,12,7.5],"to":[8.5,12.25,8.5],"faces":{"down":{"uv":[8.25,4,8.5,3.75],"texture":"#texture"},"up":{"uv":[8.25,3.75,8.5,4],"texture":"#texture"},"north":{"uv":[8.5,3.75,8.25,4],"texture":"#texture"},"south":{"uv":[8.25,3.75,8.5,4],"texture":"#texture"},"west":{"uv":[8.25,3.75,8.5,4],"texture":"#texture"},"east":{"uv":[8.5,3.75,8.25,4],"texture":"#texture"}}},{"from":[8.25,11,7.5],"to":[8.5,11.25,8.5],"faces":{"down":{"uv":[8.25,5,8.5,4.75],"texture":"#texture"},"up":{"uv":[8.25,4.75,8.5,5],"texture":"#texture"},"north":{"uv":[8.5,4.75,8.25,5],"texture":"#texture"},"south":{"uv":[8.25,4.75,8.5,5],"texture":"#texture"},"west":{"uv":[8.25,4.75,8.5,5],"texture":"#texture"},"east":{"uv":[8.5,4.75,8.25,5],"texture":"#texture"}}},{"from":[8.5,11.25,7.5],"to":[8.75,12,8.5],"faces":{"down":{"uv":[8.5,4.75,8.75,4.5],"texture":"#texture"},"up":{"uv":[8.5,4,8.75,4.25],"texture":"#texture"},"north":{"uv":[8.75,4,8.5,4.75],"texture":"#texture"},"south":{"uv":[8.5,4,8.75,4.75],"texture":"#texture"},"west":{"uv":[8.5,4,8.75,4.75],"texture":"#texture"},"east":{"uv":[8.75,4,8.5,4.75],"texture":"#texture"}}},{"from":[6.75,12.5,7.75],"to":[7.25,13,8.25],"faces":{"down":{"uv":[6.75,3.5,7.25,3.25],"texture":"#texture"},"up":{"uv":[6.75,3,7.25,3.25],"texture":"#texture"},"north":{"uv":[7.25,3,6.75,3.5],"texture":"#texture"},"south":{"uv":[6.75,3,7.25,3.5],"texture":"#texture"},"west":{"uv":[6.75,3,7,3.5],"texture":"#texture"},"east":{"uv":[7.25,3,7,3.5],"texture":"#texture"}}},{"from":[7,13,7.75],"to":[7.25,13.75,8.25],"faces":{"down":{"uv":[7,3,7.25,2.75],"texture":"#texture"},"up":{"uv":[7,2.25,7.25,2.5],"texture":"#texture"},"north":{"uv":[7.25,2.25,7,3],"texture":"#texture"},"south":{"uv":[7,2.25,7.25,3],"texture":"#texture"},"west":{"uv":[7,2.25,7.25,3],"texture":"#texture"},"east":{"uv":[7.25,2.25,7,3],"texture":"#texture"}}},{"from":[7,11.75,7.75],"to":[7.25,12.5,8.25],"faces":{"down":{"uv":[7,4.25,7.25,4],"texture":"#texture"},"up":{"uv":[7,3.5,7.25,3.75],"texture":"#texture"},"north":{"uv":[7.25,3.5,7,4.25],"texture":"#texture"},"south":{"uv":[7,3.5,7.25,4.25],"texture":"#texture"},"west":{"uv":[7,3.5,7.25,4.25],"texture":"#texture"},"east":{"uv":[7.25,3.5,7,4.25],"texture":"#texture"}}},{"from":[7.25,13.75,7.75],"to":[7.5,14.75,8.25],"faces":{"down":{"uv":[7.25,2.25,7.5,2],"texture":"#texture"},"up":{"uv":[7.25,1.25,7.5,1.5],"texture":"#texture"},"north":{"uv":[7.5,1.25,7.25,2.25],"texture":"#texture"},"south":{"uv":[7.25,1.25,7.5,2.25],"texture":"#texture"},"west":{"uv":[7.25,1.25,7.5,2.25],"texture":"#texture"},"east":{"uv":[7.5,1.25,7.25,2.25],"texture":"#texture"}}},{"from":[7.25,13,7.75],"to":[7.5,13.25,8.25],"faces":{"down":{"uv":[7.25,3,7.5,2.75],"texture":"#texture"},"up":{"uv":[7.25,2.75,7.5,3],"texture":"#texture"},"north":{"uv":[7.5,2.75,7.25,3],"texture":"#texture"},"south":{"uv":[7.25,2.75,7.5,3],"texture":"#texture"},"west":{"uv":[7.25,2.75,7.5,3],"texture":"#texture"},"east":{"uv":[7.5,2.75,7.25,3],"texture":"#texture"}}},{"from":[7.25,10.75,7.75],"to":[7.75,12.25,8.25],"faces":{"down":{"uv":[7.25,5.25,7.75,5],"texture":"#texture"},"up":{"uv":[7.25,3.75,7.75,4],"texture":"#texture"},"north":{"uv":[7.75,3.75,7.25,5.25],"texture":"#texture"},"south":{"uv":[7.25,3.75,7.75,5.25],"texture":"#texture"},"west":{"uv":[7.25,3.75,7.5,5.25],"texture":"#texture"},"east":{"uv":[7.75,3.75,7.5,5.25],"texture":"#texture"}}},{"from":[7.25,7.75,7.75],"to":[8.25,9.75,8.25],"faces":{"down":{"uv":[7.25,8.25,8.25,8],"texture":"#texture"},"up":{"uv":[7.25,6.25,8.25,6.5],"texture":"#texture"},"north":{"uv":[8.25,6.25,7.25,8.25],"texture":"#texture"},"south":{"uv":[7.25,6.25,8.25,8.25],"texture":"#texture"},"west":{"uv":[7.25,6.25,7.5,8.25],"texture":"#texture"},"east":{"uv":[8.25,6.25,8,8.25],"texture":"#texture"}}},{"from":[7.5,14,7.75],"to":[7.75,14.5,8.25],"faces":{"down":{"uv":[7.5,2,7.75,1.75],"texture":"#texture"},"up":{"uv":[7.5,1.5,7.75,1.75],"texture":"#texture"},"north":{"uv":[7.75,1.5,7.5,2],"texture":"#texture"},"south":{"uv":[7.5,1.5,7.75,2],"texture":"#texture"},"west":{"uv":[7.5,1.5,7.75,2],"texture":"#texture"},"east":{"uv":[7.75,1.5,7.5,2],"texture":"#texture"}}},{"from":[7.5,13.25,7.75],"to":[8,13.75,8.25],"faces":{"down":{"uv":[7.5,2.75,8,2.5],"texture":"#texture"},"up":{"uv":[7.5,2.25,8,2.5],"texture":"#texture"},"north":{"uv":[8,2.25,7.5,2.75],"texture":"#texture"},"south":{"uv":[7.5,2.25,8,2.75],"texture":"#texture"},"west":{"uv":[7.5,2.25,7.75,2.75],"texture":"#texture"},"east":{"uv":[8,2.25,7.75,2.75],"texture":"#texture"}}},{"from":[7.5,12.25,7.75],"to":[8.75,12.5,8.25],"faces":{"down":{"uv":[7.5,3.75,8.75,3.5],"texture":"#texture"},"up":{"uv":[7.5,3.5,8.75,3.75],"texture":"#texture"},"north":{"uv":[8.75,3.5,7.5,3.75],"texture":"#texture"},"south":{"uv":[7.5,3.5,8.75,3.75],"texture":"#texture"},"west":{"uv":[7.5,3.5,7.75,3.75],"texture":"#texture"},"east":{"uv":[8.75,3.5,8.5,3.75],"texture":"#texture"}}},{"from":[7.5,9.75,7.75],"to":[8.5,10.75,8.25],"faces":{"down":{"uv":[7.5,6.25,8.5,6],"texture":"#texture"},"up":{"uv":[7.5,5.25,8.5,5.5],"texture":"#texture"},"north":{"uv":[8.5,5.25,7.5,6.25],"texture":"#texture"},"south":{"uv":[7.5,5.25,8.5,6.25],"texture":"#texture"},"west":{"uv":[7.5,5.25,7.75,6.25],"texture":"#texture"},"east":{"uv":[8.5,5.25,8.25,6.25],"texture":"#texture"}}},{"from":[7.5,6.75,7.75],"to":[8.5,7.75,8.25],"faces":{"down":{"uv":[7.5,9.25,8.5,9],"texture":"#texture"},"up":{"uv":[7.5,8.25,8.5,8.5],"texture":"#texture"},"north":{"uv":[8.5,8.25,7.5,9.25],"texture":"#texture"},"south":{"uv":[7.5,8.25,8.5,9.25],"texture":"#texture"},"west":{"uv":[7.5,8.25,7.75,9.25],"texture":"#texture"},"east":{"uv":[8.5,8.25,8.25,9.25],"texture":"#texture"}}},{"from":[7.5,3.25,7.75],"to":[8.25,5.75,8.25],"faces":{"down":{"uv":[7.5,12.75,8.25,12.5],"texture":"#texture"},"up":{"uv":[7.5,10.25,8.25,10.5],"texture":"#texture"},"north":{"uv":[8.25,10.25,7.5,12.75],"texture":"#texture"},"south":{"uv":[7.5,10.25,8.25,12.75],"texture":"#texture"},"west":{"uv":[7.5,10.25,7.75,12.75],"texture":"#texture"},"east":{"uv":[8.25,10.25,8,12.75],"texture":"#texture"}}},{"from":[7.75,13.75,7.75],"to":[8,14.25,8.25],"faces":{"down":{"uv":[7.75,2.25,8,2],"texture":"#texture"},"up":{"uv":[7.75,1.75,8,2],"texture":"#texture"},"north":{"uv":[8,1.75,7.75,2.25],"texture":"#texture"},"south":{"uv":[7.75,1.75,8,2.25],"texture":"#texture"},"west":{"uv":[7.75,1.75,8,2.25],"texture":"#texture"},"east":{"uv":[8,1.75,7.75,2.25],"texture":"#texture"}}},{"from":[7.75,12.5,7.75],"to":[8.25,13.25,8.25],"faces":{"down":{"uv":[7.75,3.5,8.25,3.25],"texture":"#texture"},"up":{"uv":[7.75,2.75,8.25,3],"texture":"#texture"},"north":{"uv":[8.25,2.75,7.75,3.5],"texture":"#texture"},"south":{"uv":[7.75,2.75,8.25,3.5],"texture":"#texture"},"west":{"uv":[7.75,2.75,8,3.5],"texture":"#texture"},"east":{"uv":[8.25,2.75,8,3.5],"texture":"#texture"}}},{"from":[7.75,11.5,7.75],"to":[8,12.25,8.25],"faces":{"down":{"uv":[7.75,4.5,8,4.25],"texture":"#texture"},"up":{"uv":[7.75,3.75,8,4],"texture":"#texture"},"north":{"uv":[8,3.75,7.75,4.5],"texture":"#texture"},"south":{"uv":[7.75,3.75,8,4.5],"texture":"#texture"},"west":{"uv":[7.75,3.75,8,4.5],"texture":"#texture"},"east":{"uv":[8,3.75,7.75,4.5],"texture":"#texture"}}},{"from":[7.75,10.75,7.75],"to":[8.5,11,8.25],"faces":{"down":{"uv":[7.75,5.25,8.5,5],"texture":"#texture"},"up":{"uv":[7.75,5,8.5,5.25],"texture":"#texture"},"north":{"uv":[8.5,5,7.75,5.25],"texture":"#texture"},"south":{"uv":[7.75,5,8.5,5.25],"texture":"#texture"},"west":{"uv":[7.75,5,8,5.25],"texture":"#texture"},"east":{"uv":[8.5,5,8.25,5.25],"texture":"#texture"}}},{"from":[7.75,5.75,7.75],"to":[8.25,6.75,8.25],"faces":{"down":{"uv":[7.75,10.25,8.25,10],"texture":"#texture"},"up":{"uv":[7.75,9.25,8.25,9.5],"texture":"#texture"},"north":{"uv":[8.25,9.25,7.75,10.25],"texture":"#texture"},"south":{"uv":[7.75,9.25,8.25,10.25],"texture":"#texture"},"west":{"uv":[7.75,9.25,8,10.25],"texture":"#texture"},"east":{"uv":[8.25,9.25,8,10.25],"texture":"#texture"}}},{"from":[7.75,2.25,7.75],"to":[8.25,3.25,8.25],"faces":{"down":{"uv":[7.75,13.75,8.25,13.5],"texture":"#texture"},"up":{"uv":[7.75,12.75,8.25,13],"texture":"#texture"},"north":{"uv":[8.25,12.75,7.75,13.75],"texture":"#texture"},"south":{"uv":[7.75,12.75,8.25,13.75],"texture":"#texture"},"west":{"uv":[7.75,12.75,8,13.75],"texture":"#texture"},"east":{"uv":[8.25,12.75,8,13.75],"texture":"#texture"}}},{"from":[8,14,7.75],"to":[8.25,14.25,8.25],"faces":{"down":{"uv":[8,2,8.25,1.75],"texture":"#texture"},"up":{"uv":[8,1.75,8.25,2],"texture":"#texture"},"north":{"uv":[8.25,1.75,8,2],"texture":"#texture"},"south":{"uv":[8,1.75,8.25,2],"texture":"#texture"},"west":{"uv":[8,1.75,8.25,2],"texture":"#texture"},"east":{"uv":[8.25,1.75,8,2],"texture":"#texture"}}},{"from":[8,11.5,7.75],"to":[8.25,11.75,8.25],"faces":{"down":{"uv":[8,4.5,8.25,4.25],"texture":"#texture"},"up":{"uv":[8,4.25,8.25,4.5],"texture":"#texture"},"north":{"uv":[8.25,4.25,8,4.5],"texture":"#texture"},"south":{"uv":[8,4.25,8.25,4.5],"texture":"#texture"},"west":{"uv":[8,4.25,8.25,4.5],"texture":"#texture"},"east":{"uv":[8.25,4.25,8,4.5],"texture":"#texture"}}},{"from":[8,1.75,7.875],"to":[8.25,2.25,8.125],"faces":{"down":{"uv":[8,14.25,8.25,14],"texture":"#texture"},"up":{"uv":[8,13.75,8.25,14],"texture":"#texture"},"north":{"uv":[8.25,13.75,8,14.25],"texture":"#texture"},"south":{"uv":[8,13.75,8.25,14.25],"texture":"#texture"},"west":{"uv":[8,13.75,8.25,14.25],"texture":"#texture"},"east":{"uv":[8.25,13.75,8,14.25],"texture":"#texture"}}},{"from":[8.25,12.75,7.75],"to":[8.5,14,8.25],"faces":{"down":{"uv":[8.25,3.25,8.5,3],"texture":"#texture"},"up":{"uv":[8.25,2,8.5,2.25],"texture":"#texture"},"north":{"uv":[8.5,2,8.25,3.25],"texture":"#texture"},"south":{"uv":[8.25,2,8.5,3.25],"texture":"#texture"},"west":{"uv":[8.25,2,8.5,3.25],"texture":"#texture"},"east":{"uv":[8.5,2,8.25,3.25],"texture":"#texture"}}},{"from":[8.25,12,7.75],"to":[8.75,12.25,8.25],"faces":{"down":{"uv":[8.25,4,8.75,3.75],"texture":"#texture"},"up":{"uv":[8.25,3.75,8.75,4],"texture":"#texture"},"north":{"uv":[8.75,3.75,8.25,4],"texture":"#texture"},"south":{"uv":[8.25,3.75,8.75,4],"texture":"#texture"},"west":{"uv":[8.25,3.75,8.5,4],"texture":"#texture"},"east":{"uv":[8.75,3.75,8.5,4],"texture":"#texture"}}},{"from":[8.25,11,7.75],"to":[8.75,11.5,8.25],"faces":{"down":{"uv":[8.25,5,8.75,4.75],"texture":"#texture"},"up":{"uv":[8.25,4.5,8.75,4.75],"texture":"#texture"},"north":{"uv":[8.75,4.5,8.25,5],"texture":"#texture"},"south":{"uv":[8.25,4.5,8.75,5],"texture":"#texture"},"west":{"uv":[8.25,4.5,8.5,5],"texture":"#texture"},"east":{"uv":[8.75,4.5,8.5,5],"texture":"#texture"}}},{"from":[8.25,9.25,7.75],"to":[8.5,9.75,8.25],"faces":{"down":{"uv":[8.25,6.75,8.5,6.5],"texture":"#texture"},"up":{"uv":[8.25,6.25,8.5,6.5],"texture":"#texture"},"north":{"uv":[8.5,6.25,8.25,6.75],"texture":"#texture"},"south":{"uv":[8.25,6.25,8.5,6.75],"texture":"#texture"},"west":{"uv":[8.25,6.25,8.5,6.75],"texture":"#texture"},"east":{"uv":[8.5,6.25,8.25,6.75],"texture":"#texture"}}},{"from":[8.25,7.75,7.75],"to":[8.5,8.25,8.25],"faces":{"down":{"uv":[8.25,8.25,8.5,8],"texture":"#texture"},"up":{"uv":[8.25,7.75,8.5,8],"texture":"#texture"},"north":{"uv":[8.5,7.75,8.25,8.25],"texture":"#texture"},"south":{"uv":[8.25,7.75,8.5,8.25],"texture":"#texture"},"west":{"uv":[8.25,7.75,8.5,8.25],"texture":"#texture"},"east":{"uv":[8.5,7.75,8.25,8.25],"texture":"#texture"}}},{"from":[8.25,6.25,7.75],"to":[8.5,6.75,8.25],"faces":{"down":{"uv":[8.25,9.75,8.5,9.5],"texture":"#texture"},"up":{"uv":[8.25,9.25,8.5,9.5],"texture":"#texture"},"north":{"uv":[8.5,9.25,8.25,9.75],"texture":"#texture"},"south":{"uv":[8.25,9.25,8.5,9.75],"texture":"#texture"},"west":{"uv":[8.25,9.25,8.5,9.75],"texture":"#texture"},"east":{"uv":[8.5,9.25,8.25,9.75],"texture":"#texture"}}},{"from":[8.25,3.25,7.75],"to":[8.5,5.25,8.25],"faces":{"down":{"uv":[8.25,12.75,8.5,12.5],"texture":"#texture"},"up":{"uv":[8.25,10.75,8.5,11],"texture":"#texture"},"north":{"uv":[8.5,10.75,8.25,12.75],"texture":"#texture"},"south":{"uv":[8.25,10.75,8.5,12.75],"texture":"#texture"},"west":{"uv":[8.25,10.75,8.5,12.75],"texture":"#texture"},"east":{"uv":[8.5,10.75,8.25,12.75],"texture":"#texture"}}},{"from":[8.25,2.5,8],"to":[8.5,2.75,8.25],"faces":{"down":{"uv":[8.25,13.5,8.5,13.25],"texture":"#texture"},"up":{"uv":[8.25,13.25,8.5,13.5],"texture":"#texture"},"north":{"uv":[8.5,13.25,8.25,13.5],"texture":"#texture"},"south":{"uv":[8.25,13.25,8.5,13.5],"texture":"#texture"},"west":{"uv":[8.25,13.25,8.5,13.5],"texture":"#texture"},"east":{"uv":[8.5,13.25,8.25,13.5],"texture":"#texture"}}},{"from":[8.5,12.75,7.75],"to":[8.75,13.25,8.25],"faces":{"down":{"uv":[8.5,3.25,8.75,3],"texture":"#texture"},"up":{"uv":[8.5,2.75,8.75,3],"texture":"#texture"},"north":{"uv":[8.75,2.75,8.5,3.25],"texture":"#texture"},"south":{"uv":[8.5,2.75,8.75,3.25],"texture":"#texture"},"west":{"uv":[8.5,2.75,8.75,3.25],"texture":"#texture"},"east":{"uv":[8.75,2.75,8.5,3.25],"texture":"#texture"}}},{"from":[8.5,11.5,7.75],"to":[9,12,8.25],"faces":{"down":{"uv":[8.5,4.5,9,4.25],"texture":"#texture"},"up":{"uv":[8.5,4,9,4.25],"texture":"#texture"},"north":{"uv":[9,4,8.5,4.5],"texture":"#texture"},"south":{"uv":[8.5,4,9,4.5],"texture":"#texture"},"west":{"uv":[8.5,4,8.75,4.5],"texture":"#texture"},"east":{"uv":[9,4,8.75,4.5],"texture":"#texture"}}},{"from":[8.75,12.75,7.75],"to":[9,13,8.25],"faces":{"down":{"uv":[8.75,3.25,9,3],"texture":"#texture"},"up":{"uv":[8.75,3,9,3.25],"texture":"#texture"},"north":{"uv":[9,3,8.75,3.25],"texture":"#texture"},"south":{"uv":[8.75,3,9,3.25],"texture":"#texture"},"west":{"uv":[8.75,3,9,3.25],"texture":"#texture"},"east":{"uv":[9,3,8.75,3.25],"texture":"#texture"}}},{"from":[8.75,11.25,7.75],"to":[9,11.5,8.25],"faces":{"down":{"uv":[8.75,4.75,9,4.5],"texture":"#texture"},"up":{"uv":[8.75,4.5,9,4.75],"texture":"#texture"},"north":{"uv":[9,4.5,8.75,4.75],"texture":"#texture"},"south":{"uv":[8.75,4.5,9,4.75],"texture":"#texture"},"west":{"uv":[8.75,4.5,9,4.75],"texture":"#texture"},"east":{"uv":[9,4.5,8.75,4.75],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[0,120,0],"translation":[0,1.89,1.51],"scale":[1.75,1.75,1.75]},"thirdperson_lefthand":{"rotation":[0,-120,0],"translation":[0,1.89,1.51],"scale":[1.75,1.75,1.75]},"firstperson_righthand":{"rotation":[0,-67,11],"translation":[2.65,1.7,-0.94],"scale":[2,2,2]},"firstperson_lefthand":{"rotation":[0,-68,11],"translation":[2.65,1.7,-1.51],"scale":[2,2,2]},"gui":{"rotation":[0,180,45],"translation":[0,0,0],"scale":[1,1,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/money_wand.json b/assets/minecraft/models/item/wynn/skin/wand/money_wand.json new file mode 100644 index 000000000..33af37db1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/money_wand.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"particle":"skins/money_set/money_wand","texture":"skins/money_set/money_wand"},"elements":[{"from":[6.5,1.5,7],"to":[8.5,2.5,9],"faces":{"down":{"uv":[1,11.5,3,11],"texture":"#texture"},"up":{"uv":[1,10.5,3,11],"texture":"#texture"},"north":{"uv":[3,10.5,1,11.5],"texture":"#texture"},"south":{"uv":[1,10.5,3,11.5],"texture":"#texture"},"west":{"uv":[1,10.5,1.5,11.5],"texture":"#texture"},"east":{"uv":[3,10.5,2.5,11.5],"texture":"#texture"}}},{"from":[7,0.5,7],"to":[8,1.5,9],"faces":{"down":{"uv":[1.5,12.5,2.5,12],"texture":"#texture"},"up":{"uv":[1.5,11.5,2.5,12],"texture":"#texture"},"north":{"uv":[2.5,11.5,1.5,12.5],"texture":"#texture"},"south":{"uv":[1.5,11.5,2.5,12.5],"texture":"#texture"},"west":{"uv":[1.5,11.5,2,12.5],"texture":"#texture"},"east":{"uv":[2.5,11.5,2,12.5],"texture":"#texture"}}},{"from":[6,1.5,7.5],"to":[9,2.5,8.5],"faces":{"down":{"uv":[0.5,11.5,3.5,11],"texture":"#texture"},"up":{"uv":[0.5,10.5,3.5,11],"texture":"#texture"},"north":{"uv":[3.5,10.5,0.5,11.5],"texture":"#texture"},"south":{"uv":[0.5,10.5,3.5,11.5],"texture":"#texture"},"west":{"uv":[0.5,10.5,1,11.5],"texture":"#texture"},"east":{"uv":[3.5,10.5,3,11.5],"texture":"#texture"}}},{"from":[6.5,2.5,7.5],"to":[8.5,3,8.5],"faces":{"down":{"uv":[1,10.5,3,10],"texture":"#texture"},"up":{"uv":[1,10,3,10.5],"texture":"#texture"},"north":{"uv":[3,10,1,10.5],"texture":"#texture"},"south":{"uv":[1,10,3,10.5],"texture":"#texture"},"west":{"uv":[1,10,1.5,10.5],"texture":"#texture"},"east":{"uv":[3,10,2.5,10.5],"texture":"#texture"}}},{"from":[6.5,0.5,7.5],"to":[8.5,1.5,8.5],"faces":{"down":{"uv":[1,12.5,3,12],"texture":"#texture"},"up":{"uv":[1,11.5,3,12],"texture":"#texture"},"north":{"uv":[3,11.5,1,12.5],"texture":"#texture"},"south":{"uv":[1,11.5,3,12.5],"texture":"#texture"},"west":{"uv":[1,11.5,1.5,12.5],"texture":"#texture"},"east":{"uv":[3,11.5,2.5,12.5],"texture":"#texture"}}},{"from":[7,-0.5,7.5],"to":[8,0.5,8.5],"faces":{"down":{"uv":[1.5,13.5,2.5,13],"texture":"#texture"},"up":{"uv":[1.5,12.5,2.5,13],"texture":"#texture"},"north":{"uv":[2.5,12.5,1.5,13.5],"texture":"#texture"},"south":{"uv":[1.5,12.5,2.5,13.5],"texture":"#texture"},"west":{"uv":[1.5,12.5,2,13.5],"texture":"#texture"},"east":{"uv":[2.5,12.5,2,13.5],"texture":"#texture"}}},{"from":[5,13,7],"to":[5.5,13.5,9],"faces":{"down":{"uv":[1,7,1.5,6.5],"texture":"#texture"},"up":{"uv":[1,6.5,1.5,7],"texture":"#texture"},"north":{"uv":[1.5,6.5,1,7],"texture":"#texture"},"south":{"uv":[1,6.5,1.5,7],"texture":"#texture"},"west":{"uv":[1,6.5,1.5,7],"texture":"#texture"},"east":{"uv":[1.5,6.5,1,7],"texture":"#texture"}}},{"from":[5.5,12.5,7],"to":[6.5,13,9],"faces":{"down":{"uv":[1.5,7.5,2.5,7],"texture":"#texture"},"up":{"uv":[1.5,7,2.5,7.5],"texture":"#texture"},"north":{"uv":[2.5,7,1.5,7.5],"texture":"#texture"},"south":{"uv":[1.5,7,2.5,7.5],"texture":"#texture"},"west":{"uv":[1.5,7,2,7.5],"texture":"#texture"},"east":{"uv":[2.5,7,2,7.5],"texture":"#texture"}}},{"from":[6.5,12,7],"to":[8.5,12.5,9],"faces":{"down":{"uv":[2.5,8,4.5,7.5],"texture":"#texture"},"up":{"uv":[2.5,7.5,4.5,8],"texture":"#texture"},"north":{"uv":[4.5,7.5,2.5,8],"texture":"#texture"},"south":{"uv":[2.5,7.5,4.5,8],"texture":"#texture"},"west":{"uv":[2.5,7.5,3,8],"texture":"#texture"},"east":{"uv":[4.5,7.5,4,8],"texture":"#texture"}}},{"from":[7,18.5,7],"to":[8,19,9],"faces":{"down":{"uv":[3,1.5,4,1],"texture":"#texture"},"up":{"uv":[3,1,4,1.5],"texture":"#texture"},"north":{"uv":[4,1,3,1.5],"texture":"#texture"},"south":{"uv":[3,1,4,1.5],"texture":"#texture"},"west":{"uv":[3,1,3.5,1.5],"texture":"#texture"},"east":{"uv":[4,1,3.5,1.5],"texture":"#texture"}}},{"from":[7,11,7],"to":[8,12,9],"faces":{"down":{"uv":[3,9,4,8.5],"texture":"#texture"},"up":{"uv":[3,8,4,8.5],"texture":"#texture"},"north":{"uv":[4,8,3,9],"texture":"#texture"},"south":{"uv":[3,8,4,9],"texture":"#texture"},"west":{"uv":[3,8,3.5,9],"texture":"#texture"},"east":{"uv":[4,8,3.5,9],"texture":"#texture"}}},{"from":[8,18,7],"to":[9,18.5,9],"faces":{"down":{"uv":[4,2,5,1.5],"texture":"#texture"},"up":{"uv":[4,1.5,5,2],"texture":"#texture"},"north":{"uv":[5,1.5,4,2],"texture":"#texture"},"south":{"uv":[4,1.5,5,2],"texture":"#texture"},"west":{"uv":[4,1.5,4.5,2],"texture":"#texture"},"east":{"uv":[5,1.5,4.5,2],"texture":"#texture"}}},{"from":[8,12.5,7],"to":[9.5,13,9],"faces":{"down":{"uv":[4,7.5,5.5,7],"texture":"#texture"},"up":{"uv":[4,7,5.5,7.5],"texture":"#texture"},"north":{"uv":[5.5,7,4,7.5],"texture":"#texture"},"south":{"uv":[4,7,5.5,7.5],"texture":"#texture"},"west":{"uv":[4,7,4.5,7.5],"texture":"#texture"},"east":{"uv":[5.5,7,5,7.5],"texture":"#texture"}}},{"from":[9,17.5,7],"to":[9.5,18,9],"faces":{"down":{"uv":[5,2.5,5.5,2],"texture":"#texture"},"up":{"uv":[5,2,5.5,2.5],"texture":"#texture"},"north":{"uv":[5.5,2,5,2.5],"texture":"#texture"},"south":{"uv":[5,2,5.5,2.5],"texture":"#texture"},"west":{"uv":[5,2,5.5,2.5],"texture":"#texture"},"east":{"uv":[5.5,2,5,2.5],"texture":"#texture"}}},{"from":[9,13,7],"to":[10,13.5,9],"faces":{"down":{"uv":[5,7,6,6.5],"texture":"#texture"},"up":{"uv":[5,6.5,6,7],"texture":"#texture"},"north":{"uv":[6,6.5,5,7],"texture":"#texture"},"south":{"uv":[5,6.5,6,7],"texture":"#texture"},"west":{"uv":[5,6.5,5.5,7],"texture":"#texture"},"east":{"uv":[6,6.5,5.5,7],"texture":"#texture"}}},{"from":[9.5,16,7],"to":[10,17.5,9],"faces":{"down":{"uv":[5.5,4,6,3.5],"texture":"#texture"},"up":{"uv":[5.5,2.5,6,3],"texture":"#texture"},"north":{"uv":[6,2.5,5.5,4],"texture":"#texture"},"south":{"uv":[5.5,2.5,6,4],"texture":"#texture"},"west":{"uv":[5.5,2.5,6,4],"texture":"#texture"},"east":{"uv":[6,2.5,5.5,4],"texture":"#texture"}}},{"from":[9.5,13.5,7],"to":[10.5,14.5,9],"faces":{"down":{"uv":[5.5,6.5,6.5,6],"texture":"#texture"},"up":{"uv":[5.5,5.5,6.5,6],"texture":"#texture"},"north":{"uv":[6.5,5.5,5.5,6.5],"texture":"#texture"},"south":{"uv":[5.5,5.5,6.5,6.5],"texture":"#texture"},"west":{"uv":[5.5,5.5,6,6.5],"texture":"#texture"},"east":{"uv":[6.5,5.5,6,6.5],"texture":"#texture"}}},{"from":[10,14.5,7],"to":[10.5,17,9],"faces":{"down":{"uv":[6,5.5,6.5,5],"texture":"#texture"},"up":{"uv":[6,3,6.5,3.5],"texture":"#texture"},"north":{"uv":[6.5,3,6,5.5],"texture":"#texture"},"south":{"uv":[6,3,6.5,5.5],"texture":"#texture"},"west":{"uv":[6,3,6.5,5.5],"texture":"#texture"},"east":{"uv":[6.5,3,6,5.5],"texture":"#texture"}}},{"from":[4.5,13,7.5],"to":[5.5,14.5,8.5],"faces":{"down":{"uv":[0.5,7,1.5,6.5],"texture":"#texture"},"up":{"uv":[0.5,5.5,1.5,6],"texture":"#texture"},"north":{"uv":[1.5,5.5,0.5,7],"texture":"#texture"},"south":{"uv":[0.5,5.5,1.5,7],"texture":"#texture"},"west":{"uv":[0.5,5.5,1,7],"texture":"#texture"},"east":{"uv":[1.5,5.5,1,7],"texture":"#texture"}}},{"from":[5,14.5,7.5],"to":[5.5,15,8.5],"faces":{"down":{"uv":[1,5.5,1.5,5],"texture":"#texture"},"up":{"uv":[1,5,1.5,5.5],"texture":"#texture"},"north":{"uv":[1.5,5,1,5.5],"texture":"#texture"},"south":{"uv":[1,5,1.5,5.5],"texture":"#texture"},"west":{"uv":[1,5,1.5,5.5],"texture":"#texture"},"east":{"uv":[1.5,5,1,5.5],"texture":"#texture"}}},{"from":[5,12.5,7.5],"to":[10.5,13,8.5],"faces":{"down":{"uv":[1,7.5,6.5,7],"texture":"#texture"},"up":{"uv":[1,7,6.5,7.5],"texture":"#texture"},"north":{"uv":[6.5,7,1,7.5],"texture":"#texture"},"south":{"uv":[1,7,6.5,7.5],"texture":"#texture"},"west":{"uv":[1,7,1.5,7.5],"texture":"#texture"},"east":{"uv":[6.5,7,6,7.5],"texture":"#texture"}}},{"from":[5.5,18,7.5],"to":[10,18.5,8.5],"faces":{"down":{"uv":[1.5,2,6,1.5],"texture":"#texture"},"up":{"uv":[1.5,1.5,6,2],"texture":"#texture"},"north":{"uv":[6,1.5,1.5,2],"texture":"#texture"},"south":{"uv":[1.5,1.5,6,2],"texture":"#texture"},"west":{"uv":[1.5,1.5,2,2],"texture":"#texture"},"east":{"uv":[6,1.5,5.5,2],"texture":"#texture"}}},{"from":[5.5,13,7.5],"to":[6.5,13.5,8.5],"faces":{"down":{"uv":[1.5,7,2.5,6.5],"texture":"#texture"},"up":{"uv":[1.5,6.5,2.5,7],"texture":"#texture"},"north":{"uv":[2.5,6.5,1.5,7],"texture":"#texture"},"south":{"uv":[1.5,6.5,2.5,7],"texture":"#texture"},"west":{"uv":[1.5,6.5,2,7],"texture":"#texture"},"east":{"uv":[2.5,6.5,2,7],"texture":"#texture"}}},{"from":[5.5,12,7.5],"to":[9.5,12.5,8.5],"faces":{"down":{"uv":[1.5,8,5.5,7.5],"texture":"#texture"},"up":{"uv":[1.5,7.5,5.5,8],"texture":"#texture"},"north":{"uv":[5.5,7.5,1.5,8],"texture":"#texture"},"south":{"uv":[1.5,7.5,5.5,8],"texture":"#texture"},"west":{"uv":[1.5,7.5,2,8],"texture":"#texture"},"east":{"uv":[5.5,7.5,5,8],"texture":"#texture"}}},{"from":[6,18.5,7.5],"to":[9,19,8.5],"faces":{"down":{"uv":[2,1.5,5,1],"texture":"#texture"},"up":{"uv":[2,1,5,1.5],"texture":"#texture"},"north":{"uv":[5,1,2,1.5],"texture":"#texture"},"south":{"uv":[2,1,5,1.5],"texture":"#texture"},"west":{"uv":[2,1,2.5,1.5],"texture":"#texture"},"east":{"uv":[5,1,4.5,1.5],"texture":"#texture"}}},{"from":[6,17.5,7.5],"to":[6.5,18,8.5],"faces":{"down":{"uv":[2,2.5,2.5,2],"texture":"#texture"},"up":{"uv":[2,2,2.5,2.5],"texture":"#texture"},"north":{"uv":[2.5,2,2,2.5],"texture":"#texture"},"south":{"uv":[2,2,2.5,2.5],"texture":"#texture"},"west":{"uv":[2,2,2.5,2.5],"texture":"#texture"},"east":{"uv":[2.5,2,2,2.5],"texture":"#texture"}}},{"from":[6.5,11,7.5],"to":[8.5,12,8.5],"faces":{"down":{"uv":[2.5,9,4.5,8.5],"texture":"#texture"},"up":{"uv":[2.5,8,4.5,8.5],"texture":"#texture"},"north":{"uv":[4.5,8,2.5,9],"texture":"#texture"},"south":{"uv":[2.5,8,4.5,9],"texture":"#texture"},"west":{"uv":[2.5,8,3,9],"texture":"#texture"},"east":{"uv":[4.5,8,4,9],"texture":"#texture"}}},{"from":[7,19,7.5],"to":[8,19.5,8.5],"faces":{"down":{"uv":[3,1,4,0.5],"texture":"#texture"},"up":{"uv":[3,0.5,4,1],"texture":"#texture"},"north":{"uv":[4,0.5,3,1],"texture":"#texture"},"south":{"uv":[3,0.5,4,1],"texture":"#texture"},"west":{"uv":[3,0.5,3.5,1],"texture":"#texture"},"east":{"uv":[4,0.5,3.5,1],"texture":"#texture"}}},{"from":[7,10.5,7.5],"to":[8,11,8.5],"faces":{"down":{"uv":[3,9.5,4,9],"texture":"#texture"},"up":{"uv":[3,9,4,9.5],"texture":"#texture"},"north":{"uv":[4,9,3,9.5],"texture":"#texture"},"south":{"uv":[3,9,4,9.5],"texture":"#texture"},"west":{"uv":[3,9,3.5,9.5],"texture":"#texture"},"east":{"uv":[4,9,3.5,9.5],"texture":"#texture"}}},{"from":[8,17.5,7.5],"to":[10,18,8.5],"faces":{"down":{"uv":[4,2.5,6,2],"texture":"#texture"},"up":{"uv":[4,2,6,2.5],"texture":"#texture"},"north":{"uv":[6,2,4,2.5],"texture":"#texture"},"south":{"uv":[4,2,6,2.5],"texture":"#texture"},"west":{"uv":[4,2,4.5,2.5],"texture":"#texture"},"east":{"uv":[6,2,5.5,2.5],"texture":"#texture"}}},{"from":[8,13,7.5],"to":[10.5,13.5,8.5],"faces":{"down":{"uv":[4,7,6.5,6.5],"texture":"#texture"},"up":{"uv":[4,6.5,6.5,7],"texture":"#texture"},"north":{"uv":[6.5,6.5,4,7],"texture":"#texture"},"south":{"uv":[4,6.5,6.5,7],"texture":"#texture"},"west":{"uv":[4,6.5,4.5,7],"texture":"#texture"},"east":{"uv":[6.5,6.5,6,7],"texture":"#texture"}}},{"from":[9,16,7.5],"to":[10.5,17.5,8.5],"faces":{"down":{"uv":[5,4,6.5,3.5],"texture":"#texture"},"up":{"uv":[5,2.5,6.5,3],"texture":"#texture"},"north":{"uv":[6.5,2.5,5,4],"texture":"#texture"},"south":{"uv":[5,2.5,6.5,4],"texture":"#texture"},"west":{"uv":[5,2.5,5.5,4],"texture":"#texture"},"east":{"uv":[6.5,2.5,6,4],"texture":"#texture"}}},{"from":[9,13.5,7.5],"to":[11,14.5,8.5],"faces":{"down":{"uv":[5,6.5,7,6],"texture":"#texture"},"up":{"uv":[5,5.5,7,6],"texture":"#texture"},"north":{"uv":[7,5.5,5,6.5],"texture":"#texture"},"south":{"uv":[5,5.5,7,6.5],"texture":"#texture"},"west":{"uv":[5,5.5,5.5,6.5],"texture":"#texture"},"east":{"uv":[7,5.5,6.5,6.5],"texture":"#texture"}}},{"from":[9.5,14.5,7.5],"to":[11,16,8.5],"faces":{"down":{"uv":[5.5,5.5,7,5],"texture":"#texture"},"up":{"uv":[5.5,4,7,4.5],"texture":"#texture"},"north":{"uv":[7,4,5.5,5.5],"texture":"#texture"},"south":{"uv":[5.5,4,7,5.5],"texture":"#texture"},"west":{"uv":[5.5,4,6,5.5],"texture":"#texture"},"east":{"uv":[7,4,6.5,5.5],"texture":"#texture"}}},{"from":[10.5,16,7.5],"to":[11,17,8.5],"faces":{"down":{"uv":[6.5,4,7,3.5],"texture":"#texture"},"up":{"uv":[6.5,3,7,3.5],"texture":"#texture"},"north":{"uv":[7,3,6.5,4],"texture":"#texture"},"south":{"uv":[6.5,3,7,4],"texture":"#texture"},"west":{"uv":[6.5,3,7,4],"texture":"#texture"},"east":{"uv":[7,3,6.5,4],"texture":"#texture"}}},{"from":[7,7,7.5],"to":[8,10.5,8.5],"faces":{"down":{"uv":[9,8.5,9.5,9],"texture":"#texture"},"up":{"uv":[9,8.5,9.5,9],"texture":"#texture"},"north":{"uv":[9,8.5,9.5,9],"texture":"#texture"},"south":{"uv":[9,8.5,9.5,9],"texture":"#texture"},"west":{"uv":[9,8.5,9.5,9],"texture":"#texture"},"east":{"uv":[9,8.5,9.5,9],"texture":"#texture"}}},{"from":[6.5,8,7],"to":[8.5,9.5,9],"faces":{"down":{"uv":[9.5,1.5,12.5,4.5],"texture":"#texture"},"up":{"uv":[12.5,1.5,15.5,4.5],"texture":"#texture"},"north":{"uv":[12.5,5,15.5,7],"texture":"#texture"},"south":{"uv":[12.5,5,15.5,7],"texture":"#texture"},"west":{"uv":[15.5,5,12.5,7],"texture":"#texture"},"east":{"uv":[15.5,5,12.5,7],"texture":"#texture"}}},{"from":[6.75,10,7.25],"to":[8.25,10.5,8.75],"faces":{"down":{"uv":[13,13,14.5,14.5],"texture":"#texture"},"up":{"uv":[13,13,14.5,14.5],"texture":"#texture"},"north":{"uv":[13,14,14.5,14.5],"texture":"#texture"},"south":{"uv":[13,13,14.5,13.5],"texture":"#texture"},"west":{"uv":[13,13,13.5,14.5],"rotation":90,"texture":"#texture"},"east":{"uv":[14,13,14.5,14.5],"rotation":90,"texture":"#texture"}}},{"from":[6.75,7,7.25],"to":[8.25,7.5,8.75],"faces":{"down":{"uv":[13,13,14.5,14.5],"texture":"#texture"},"up":{"uv":[13,13,14.5,14.5],"texture":"#texture"},"north":{"uv":[13,14,14.5,14.5],"texture":"#texture"},"south":{"uv":[13,13,14.5,13.5],"texture":"#texture"},"west":{"uv":[13,13,13.5,14.5],"rotation":90,"texture":"#texture"},"east":{"uv":[14,13,14.5,14.5],"rotation":90,"texture":"#texture"}}},{"from":[7,3.5,7.5],"to":[8,7,8.5],"faces":{"down":{"uv":[5.5,12.5,6.5,13.5],"texture":"#texture"},"up":{"uv":[4.5,10,5.5,11],"texture":"#texture"},"north":{"uv":[4.5,10,5.5,13.5],"texture":"#texture"},"south":{"uv":[4.5,10,5.5,13.5],"texture":"#texture"},"west":{"uv":[6.5,10,5.5,13.5],"texture":"#texture"},"east":{"uv":[6.5,10,5.5,13.5],"texture":"#texture"}}},{"from":[6.25,14.5,7],"to":[8.25,16.5,9],"faces":{"down":{"uv":[13,11.5,15,12],"texture":"#texture"},"up":{"uv":[13,7.5,15,9.5],"texture":"#texture"},"north":{"uv":[13,10,15,12],"texture":"#texture"},"south":{"uv":[13,10,15,12],"texture":"#texture"},"west":{"uv":[15,10,13,12],"texture":"#texture"},"east":{"uv":[15,10,13,12],"texture":"#texture"}}},{"from":[6.5,14.25,7.25],"to":[8,14.5,8.75],"faces":{"down":{"uv":[14,11,15,12],"texture":"#texture"},"up":{"uv":[14,11,15,12],"texture":"#texture"},"north":{"uv":[14,11.5,15,12],"texture":"#texture"},"south":{"uv":[14,11,15,11.5],"texture":"#texture"},"west":{"uv":[14,11,14.5,12],"rotation":90,"texture":"#texture"},"east":{"uv":[14.5,11,15,12],"texture":"#texture"}}},{"from":[6.5,16.5,7.25],"to":[8,16.75,8.75],"faces":{"down":{"uv":[11,8.5,12,9.5],"texture":"#texture"},"up":{"uv":[11,8.5,12,9.5],"rotation":270,"texture":"#texture"},"north":{"uv":[12,9,11,9.5],"texture":"#texture"},"south":{"uv":[11,8.5,12,9],"texture":"#texture"},"west":{"uv":[11,8.5,11.5,9.5],"rotation":90,"texture":"#texture"},"east":{"uv":[11.5,9.5,12,8.5],"rotation":90,"texture":"#texture"}}},{"from":[6.5,3,7],"to":[8.5,3.5,9],"faces":{"down":{"uv":[15,15,13,13],"texture":"#texture"},"up":{"uv":[15,13,13,15],"texture":"#texture"},"north":{"uv":[13,13,15,13.5],"texture":"#texture"},"south":{"uv":[15,14.5,13,15],"texture":"#texture"},"west":{"uv":[14.5,15,15,13],"rotation":90,"texture":"#texture"},"east":{"uv":[13,13,13.5,15],"rotation":90,"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-55,0],"translation":[0,2.46,1.89],"scale":[1.5,1.5,1.5]},"thirdperson_lefthand":{"rotation":[0,55,0],"translation":[0,2.46,1.89],"scale":[1.5,1.5,1.5]},"firstperson_righthand":{"rotation":[0,-71,7],"translation":[0,2.46,1.13],"scale":[1,1,1]},"firstperson_lefthand":{"rotation":[0,105,-7],"translation":[0,2.46,0.57],"scale":[1,1,1]},"gui":{"rotation":[0,0,-45],"translation":[-0.94,-1.7,0],"scale":[1,1,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/music_wand.json b/assets/minecraft/models/item/wynn/skin/wand/music_wand.json new file mode 100644 index 000000000..62076d3ba --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/music_wand.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/wood_full","3":"skins/decay_1","4":"skins/red_gradient1","particle":"skins/soul_heart","1_0":"skins/soul_heart"},"elements":[{"from":[-0.14997,24.27137,7.27992],"to":[2.35003,29.27137,9.27992],"rotation":{"angle":-22.5,"axis":"z","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[7.5,2,4.5,9],"texture":"#3"},"east":{"uv":[7,2,4.5,9],"texture":"#3"},"south":{"uv":[7.5,2,4.5,9],"texture":"#3"},"west":{"uv":[7,2,4.5,9],"texture":"#3"},"up":{"uv":[4.5,5,7,2],"rotation":270,"texture":"#3"},"down":{"uv":[4.5,9,7,6],"rotation":90,"texture":"#3"}}},{"from":[0.37503,24.79637,6.80492],"to":[1.82503,28.74637,9.75492],"rotation":{"angle":-22.5,"axis":"z","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[6,2,4.5,6],"texture":"#3"},"east":{"uv":[7.5,2,4.5,6],"texture":"#3"},"south":{"uv":[6,2,4.5,6],"texture":"#3"},"west":{"uv":[7.5,2,4.5,6],"texture":"#3"},"up":{"uv":[4.5,3.5,7.5,2],"rotation":270,"texture":"#3"},"down":{"uv":[4.5,3.5,7.5,2],"rotation":90,"texture":"#3"}}},{"from":[-0.62497,24.79637,7.80492],"to":[2.82503,28.74637,8.75492],"rotation":{"angle":-22.5,"axis":"z","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[8,2,4.5,6],"texture":"#3"},"east":{"uv":[5.5,2,4.5,6],"texture":"#3"},"south":{"uv":[8,2,4.5,6],"texture":"#3"},"west":{"uv":[5.5,2,4.5,6],"texture":"#3"},"up":{"uv":[4.5,5.5,5.5,2],"rotation":270,"texture":"#3"},"down":{"uv":[4.5,5.5,5.5,2],"rotation":90,"texture":"#3"}}},{"from":[-0.89997,28.02137,7.52992],"to":[3.10003,28.52137,9.02992],"rotation":{"angle":-22.5,"axis":"z","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[14.5,14,15,10],"rotation":270,"texture":"#1_0"},"east":{"uv":[16,10,14.5,10.5],"rotation":180,"texture":"#1_0"},"south":{"uv":[15,14.5,15.5,10.5],"rotation":270,"texture":"#1_0"},"west":{"uv":[16,10,14.5,10.5],"rotation":180,"texture":"#1_0"},"up":{"uv":[14.5,14,16,10],"rotation":90,"texture":"#1_0"},"down":{"uv":[14.5,14,16,10],"rotation":270,"texture":"#1_0"}}},{"from":[-0.88997,24.53137,8.03992],"to":[3.09003,29.01137,8.51992],"rotation":{"angle":-22.5,"axis":"z","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[3.5,14.5,8,10.5],"rotation":270,"texture":"#1_0"},"east":{"uv":[3.5,10.5,8,10],"rotation":270,"texture":"#1_0"},"south":{"uv":[4,13,8.5,9],"rotation":270,"texture":"#1_0"},"west":{"uv":[4,10,8.5,9.5],"rotation":270,"texture":"#1_0"},"up":{"uv":[7.5,13.5,8,9.5],"rotation":90,"texture":"#1_0"},"down":{"uv":[4,10,0,10.5],"texture":"#1_0"}}},{"from":[-0.39997,24.02137,8.02992],"to":[2.60003,29.52137,8.52992],"rotation":{"angle":-22.5,"axis":"z","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[3,11.5,8.5,8.5],"rotation":270,"texture":"#1_0"},"east":{"uv":[3.5,11,9,10.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[3.5,13,9,10],"rotation":270,"texture":"#1_0"},"west":{"uv":[3.5,10,9,9.5],"rotation":270,"texture":"#1_0"},"up":{"uv":[9,13.5,9.5,10.5],"rotation":90,"texture":"#1_0"},"down":{"uv":[3,9.5,0,10],"texture":"#1_0"}}},{"from":[-0.38997,28.03137,7.03992],"to":[2.59003,29.51137,7.51992],"rotation":{"angle":-22.5,"axis":"z","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[7,14.5,8.5,11.5],"rotation":270,"texture":"#1_0"},"east":{"uv":[7,12,8.5,11.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[7,14.5,8.5,11.5],"rotation":270,"texture":"#1_0"},"west":{"uv":[7,12,8.5,11.5],"rotation":270,"texture":"#1_0"},"up":{"uv":[8.5,15,9,12],"rotation":90,"texture":"#1_0"},"down":{"uv":[10,11.5,7,12],"texture":"#1_0"}}},{"from":[-0.38997,24.03137,7.03992],"to":[2.59003,25.51137,7.51992],"rotation":{"angle":-22.5,"axis":"z","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[0.5,11,2,14],"rotation":270,"texture":"#1_0"},"east":{"uv":[0.5,11,2,11.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[0.5,11,2,14],"rotation":270,"texture":"#1_0"},"west":{"uv":[0.5,11,2,11.5],"rotation":270,"texture":"#1_0"},"up":{"uv":[0.5,11,3.5,11.5],"rotation":180,"texture":"#1_0"},"down":{"uv":[0.5,11,3.5,11.5],"texture":"#1_0"}}},{"from":[-0.38997,28.03137,9.03992],"to":[2.59003,29.51137,9.51992],"rotation":{"angle":-22.5,"axis":"z","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[7.5,12,9,9],"rotation":270,"texture":"#1_0"},"east":{"uv":[7.5,9.5,9,9],"rotation":270,"texture":"#1_0"},"south":{"uv":[7.5,12,9,9],"rotation":270,"texture":"#1_0"},"west":{"uv":[7.5,9.5,9,9],"rotation":270,"texture":"#1_0"},"up":{"uv":[8.5,11.5,9,8.5],"rotation":90,"texture":"#1_0"},"down":{"uv":[10.5,9,7.5,9.5],"texture":"#1_0"}}},{"from":[-0.38997,24.03137,9.03992],"to":[2.59003,25.51137,9.51992],"rotation":{"angle":-22.5,"axis":"z","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[0.5,11,2,14],"rotation":270,"texture":"#1_0"},"east":{"uv":[0.5,11,2,11.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[0.5,11,2,14],"rotation":270,"texture":"#1_0"},"west":{"uv":[0.5,11,2,11.5],"rotation":270,"texture":"#1_0"},"up":{"uv":[0.5,11,3.5,11.5],"rotation":180,"texture":"#1_0"},"down":{"uv":[0.5,11,3.5,11.5],"texture":"#1_0"}}},{"from":[0.10003,28.02137,6.52992],"to":[2.10003,28.52137,10.02992],"rotation":{"angle":-22.5,"axis":"z","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[14,13.5,14.5,11.5],"rotation":270,"texture":"#1_0"},"east":{"uv":[14,15,14.5,11.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[14,13.5,14.5,11.5],"rotation":270,"texture":"#1_0"},"west":{"uv":[14,15,14.5,11.5],"rotation":270,"texture":"#1_0"},"up":{"uv":[16,11.5,14,15],"rotation":180,"texture":"#1_0"},"down":{"uv":[16,11.5,14,15],"texture":"#1_0"}}},{"from":[0.86003,24.53137,6.53992],"to":[1.34003,29.01137,10.01992],"rotation":{"angle":-22.5,"axis":"z","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[4,10,8.5,9.5],"rotation":270,"texture":"#1_0"},"east":{"uv":[4,13,8.5,9.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[4,10,8.5,9.5],"rotation":270,"texture":"#1_0"},"west":{"uv":[4,13,8.5,9.5],"rotation":270,"texture":"#1_0"},"up":{"uv":[8.5,9.5,8,13],"rotation":180,"texture":"#1_0"},"down":{"uv":[4.5,9.5,4,13],"texture":"#1_0"}}},{"from":[-0.89997,26.02137,7.52992],"to":[3.10003,26.52137,9.02992],"rotation":{"angle":-22.5,"axis":"z","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[4,14.5,4.5,10.5],"rotation":270,"texture":"#1_0"},"east":{"uv":[5.5,11.5,6,10],"rotation":270,"texture":"#1_0"},"south":{"uv":[4,14.5,4.5,10.5],"rotation":270,"texture":"#1_0"},"west":{"uv":[4.5,11,5,9.5],"rotation":270,"texture":"#1_0"},"up":{"uv":[4,12,5.5,8],"rotation":90,"texture":"#1_0"},"down":{"uv":[3,13,4.5,9],"rotation":270,"texture":"#1_0"}}},{"from":[-0.38997,26.03137,7.03992],"to":[2.59003,26.51137,9.51992],"rotation":{"angle":-22.5,"axis":"z","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[4,13.5,4.5,10.5],"rotation":270,"texture":"#1_0"},"east":{"uv":[4,13,4.5,10.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[4,13.5,4.5,10.5],"rotation":270,"texture":"#1_0"},"west":{"uv":[4,13,4.5,10.5],"rotation":270,"texture":"#1_0"},"up":{"uv":[5.5,9,2.5,11.5],"rotation":180,"texture":"#1_0"},"down":{"uv":[3,11.5,5.5,8.5],"rotation":270,"texture":"#1_0"}}},{"from":[0.10003,26.02137,6.52992],"to":[2.10003,26.52137,10.02992],"rotation":{"angle":-22.5,"axis":"z","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[4,12.5,4.5,10.5],"rotation":270,"texture":"#1_0"},"east":{"uv":[4,14,4.5,10.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[4,12.5,4.5,10.5],"rotation":270,"texture":"#1_0"},"west":{"uv":[4,14,4.5,10.5],"rotation":270,"texture":"#1_0"},"up":{"uv":[5,9.5,3,13],"rotation":180,"texture":"#1_0"},"down":{"uv":[5,8.5,3,12],"texture":"#1_0"}}},{"from":[-0.89997,27.02137,7.52992],"to":[3.10003,27.52137,9.02992],"rotation":{"angle":-22.5,"axis":"z","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[12,15,12.5,11],"rotation":270,"texture":"#1_0"},"east":{"uv":[12,12.5,12.5,11],"rotation":270,"texture":"#1_0"},"south":{"uv":[12,15,12.5,11],"rotation":270,"texture":"#1_0"},"west":{"uv":[12,12.5,12.5,11],"rotation":270,"texture":"#1_0"},"up":{"uv":[11.5,14,13,10],"rotation":90,"texture":"#1_0"},"down":{"uv":[11.5,14,13,10],"rotation":270,"texture":"#1_0"}}},{"from":[-0.38997,27.03137,7.03992],"to":[2.59003,27.51137,9.51992],"rotation":{"angle":-22.5,"axis":"z","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[12,14,12.5,11],"rotation":270,"texture":"#1_0"},"east":{"uv":[12,13.5,12.5,11],"rotation":270,"texture":"#1_0"},"south":{"uv":[12,14,12.5,11],"rotation":270,"texture":"#1_0"},"west":{"uv":[12,13.5,12.5,11],"rotation":270,"texture":"#1_0"},"up":{"uv":[11,14,13.5,11],"rotation":90,"texture":"#1_0"},"down":{"uv":[11.5,14,14,11],"rotation":270,"texture":"#1_0"}}},{"from":[0.10003,27.02137,6.52992],"to":[2.10003,27.52137,10.02992],"rotation":{"angle":-22.5,"axis":"z","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[12,12.5,12.5,10.5],"rotation":270,"texture":"#1_0"},"east":{"uv":[12,14,12.5,10.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[12,12.5,12.5,10.5],"rotation":270,"texture":"#1_0"},"west":{"uv":[12,14,12.5,10.5],"rotation":270,"texture":"#1_0"},"up":{"uv":[13.5,10,11.5,13.5],"rotation":180,"texture":"#1_0"},"down":{"uv":[13.5,10.5,11.5,14],"texture":"#1_0"}}},{"from":[-0.89997,25.02137,7.52992],"to":[3.10003,25.52137,9.02992],"rotation":{"angle":-22.5,"axis":"z","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[4,9.5,0,10],"rotation":180,"texture":"#1_0"},"east":{"uv":[4,9.5,2.5,10],"rotation":180,"texture":"#1_0"},"south":{"uv":[6.5,9.5,2.5,10],"rotation":180,"texture":"#1_0"},"west":{"uv":[4,9.5,2.5,10],"rotation":180,"texture":"#1_0"},"up":{"uv":[2.5,13.5,4,9.5],"rotation":90,"texture":"#1_0"},"down":{"uv":[2.5,13.5,4,9.5],"rotation":270,"texture":"#1_0"}}},{"from":[0.10003,25.02137,6.52992],"to":[2.10003,25.52137,10.02992],"rotation":{"angle":-22.5,"axis":"z","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[1.5,11.5,2,9.5],"rotation":270,"texture":"#1_0"},"east":{"uv":[1.5,13,2,9.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[1.5,11.5,2,9.5],"rotation":270,"texture":"#1_0"},"west":{"uv":[1.5,13,2,9.5],"rotation":270,"texture":"#1_0"},"up":{"uv":[3.5,9.5,1.5,13],"rotation":180,"texture":"#1_0"},"down":{"uv":[3.5,9.5,1.5,13],"texture":"#1_0"}}},{"from":[7.22008,23.8,5.77992],"to":[8.72008,24.8,10.77992],"rotation":{"angle":0,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[1.5,10.5,2.5,12],"rotation":270,"texture":"#1_0"},"east":{"uv":[1.5,10.5,2.5,15.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[1.5,10.5,2.5,12],"rotation":270,"texture":"#1_0"},"west":{"uv":[1.5,10.5,2.5,15.5],"rotation":270,"texture":"#1_0"},"up":{"uv":[1.5,10.5,3,15.5],"rotation":180,"texture":"#1_0"},"down":{"uv":[1.5,10.5,3,15.5],"texture":"#1_0"}}},{"from":[7.22008,21.8,7.52992],"to":[8.72008,22.8,9.02992],"rotation":{"angle":0,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[2,8.5,3,10],"rotation":270,"texture":"#1_0"},"east":{"uv":[2,8.5,3,10],"rotation":270,"texture":"#1_0"},"south":{"uv":[2,8.5,3,10],"rotation":270,"texture":"#1_0"},"west":{"uv":[2,8.5,3,10],"rotation":270,"texture":"#1_0"},"up":{"uv":[2,8.5,3.5,10],"rotation":180,"texture":"#1_0"},"down":{"uv":[2,8.5,3.5,10],"texture":"#1_0"}}},{"from":[7.22008,14.8,7.52992],"to":[8.72008,15.8,9.02992],"rotation":{"angle":0,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[11,12.5,12,14],"rotation":270,"texture":"#1_0"},"east":{"uv":[11,12.5,12,14],"rotation":270,"texture":"#1_0"},"south":{"uv":[11,12.5,12,14],"rotation":270,"texture":"#1_0"},"west":{"uv":[11,12.5,12,14],"rotation":270,"texture":"#1_0"},"up":{"uv":[11,12.5,12.5,14],"rotation":180,"texture":"#1_0"},"down":{"uv":[11,12.5,12.5,14],"texture":"#1_0"}}},{"from":[7.22008,7.8,7.52992],"to":[8.72008,8.8,9.02992],"rotation":{"angle":0,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[11,12.5,12,14],"rotation":90,"texture":"#1_0"},"east":{"uv":[11,12.5,12,14],"rotation":90,"texture":"#1_0"},"south":{"uv":[11,12.5,12,14],"rotation":90,"texture":"#1_0"},"west":{"uv":[11,12.5,12,14],"rotation":90,"texture":"#1_0"},"up":{"uv":[11,12.5,12.5,14],"texture":"#1_0"},"down":{"uv":[11,12.5,12.5,14],"rotation":180,"texture":"#1_0"}}},{"from":[7.22008,-4.2,7.52992],"to":[8.72008,-3.2,9.02992],"rotation":{"angle":0,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[2,8.5,3,10],"rotation":270,"texture":"#1_0"},"east":{"uv":[2,8.5,3,10],"rotation":270,"texture":"#1_0"},"south":{"uv":[2,8.5,3,10],"rotation":270,"texture":"#1_0"},"west":{"uv":[2,8.5,3,10],"rotation":270,"texture":"#1_0"},"up":{"uv":[2,8.5,3.5,10],"rotation":180,"texture":"#1_0"},"down":{"uv":[2,8.5,3.5,10],"texture":"#1_0"}}},{"from":[7.22008,8.8,7.52992],"to":[8.72008,14.8,9.02992],"rotation":{"angle":0,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[1,4.5,7,6],"rotation":270,"texture":"#4"},"east":{"uv":[1,4.5,7,6],"rotation":270,"texture":"#4"},"south":{"uv":[1,4.5,7,6],"rotation":270,"texture":"#4"},"west":{"uv":[1,4.5,7,6],"rotation":270,"texture":"#4"},"up":{"uv":[1,4.5,2.5,6],"rotation":180,"texture":"#4"},"down":{"uv":[1,4.5,2.5,6],"texture":"#4"}}},{"from":[7.22008,24.8,10.27992],"to":[8.72008,27.8,10.77992],"rotation":{"angle":0,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[2.5,12,5.5,13.5],"rotation":270,"texture":"#1_0"},"east":{"uv":[2.5,13,5.5,13.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[2.5,12,5.5,13.5],"rotation":270,"texture":"#1_0"},"west":{"uv":[2.5,12,5.5,12.5],"rotation":270,"texture":"#1_0"},"up":{"uv":[2.5,12,4,12.5],"rotation":180,"texture":"#1_0"},"down":{"uv":[2.5,12,4,12.5],"texture":"#1_0"}}},{"from":[7.22008,20.8,9.27992],"to":[8.72008,23.8,9.77992],"rotation":{"angle":0,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[0,11,3,12.5],"rotation":270,"texture":"#1_0"},"east":{"uv":[0,11,3,11.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[0,11,3,12.5],"rotation":270,"texture":"#1_0"},"west":{"uv":[0,11,3,11.5],"rotation":270,"texture":"#1_0"},"up":{"uv":[0,11,1.5,11.5],"rotation":180,"texture":"#1_0"},"down":{"uv":[0,11,1.5,11.5],"texture":"#1_0"}}},{"from":[7.22008,20.8,6.77992],"to":[8.72008,23.8,7.27992],"rotation":{"angle":0,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[0,11,3,12.5],"rotation":270,"texture":"#1_0"},"east":{"uv":[0,11,3,11.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[0,11,3,12.5],"rotation":270,"texture":"#1_0"},"west":{"uv":[0,11,3,11.5],"rotation":270,"texture":"#1_0"},"up":{"uv":[0,11,1.5,11.5],"rotation":180,"texture":"#1_0"},"down":{"uv":[0,11,1.5,11.5],"texture":"#1_0"}}},{"from":[-4.9062,22.29523,5.52992],"to":[-4.4062,22.79523,11.02992],"rotation":{"angle":-45,"axis":"z","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[1.5,6.5,2,7],"rotation":180,"texture":"#3"},"east":{"uv":[1.5,6.5,7,7],"rotation":180,"texture":"#3"},"south":{"uv":[1.5,6.5,2,7],"rotation":180,"texture":"#3"},"west":{"uv":[1.5,6.5,7,7],"rotation":180,"texture":"#3"},"up":{"uv":[1.5,6.5,7,7],"rotation":90,"texture":"#3"},"down":{"uv":[1.5,6.5,7,7],"rotation":270,"texture":"#3"}}},{"from":[7.22008,24.8,5.77992],"to":[8.72008,27.8,6.27992],"rotation":{"angle":0,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[2.5,12,5.5,13.5],"rotation":270,"texture":"#1_0"},"east":{"uv":[2.5,13,5.5,13.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[2.5,12,5.5,13.5],"rotation":270,"texture":"#1_0"},"west":{"uv":[2.5,12,5.5,12.5],"rotation":270,"texture":"#1_0"},"up":{"uv":[2.5,12,4,12.5],"rotation":180,"texture":"#1_0"},"down":{"uv":[2.5,12,4,12.5],"texture":"#1_0"}}},{"from":[-5.17653,22.02491,10.28992],"to":[-4.12653,23.07491,10.76992],"rotation":{"angle":-45,"axis":"z","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[7,12,8,13],"texture":"#1_0"},"east":{"uv":[7,12,8,13],"texture":"#1_0"},"south":{"uv":[7,12,8,13],"texture":"#1_0"},"west":{"uv":[7,12,7.5,13.07],"texture":"#1_0"},"up":{"uv":[7,12,7.5,13.07],"rotation":270,"texture":"#1_0"},"down":{"uv":[7,12,8,13],"rotation":90,"texture":"#1_0"}}},{"from":[-5.17653,22.02491,5.78992],"to":[-4.12653,23.07491,6.26992],"rotation":{"angle":-45,"axis":"z","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[7,12,8,13],"texture":"#1_0"},"east":{"uv":[7,12,8,13],"texture":"#1_0"},"south":{"uv":[7,12,8,13],"texture":"#1_0"},"west":{"uv":[7,12,7.5,13.07],"texture":"#1_0"},"up":{"uv":[7,12,7.5,13.07],"rotation":270,"texture":"#1_0"},"down":{"uv":[7,12,8,13],"rotation":90,"texture":"#1_0"}}},{"from":[7.32008,14.15,7.62992],"to":[8.62008,23.95,8.92992],"rotation":{"angle":0,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[6,12.5,16,14],"rotation":90,"texture":"#0"},"east":{"uv":[6,12.5,16,14],"rotation":90,"texture":"#0"},"south":{"uv":[6,12.5,16,14],"rotation":90,"texture":"#0"},"west":{"uv":[6,12.5,16,14],"rotation":90,"texture":"#0"},"up":{"uv":[6,12.5,7.5,14],"texture":"#0"},"down":{"uv":[6,12.5,7.5,14],"rotation":180,"texture":"#0"}}},{"from":[7.32008,-4.65,7.62992],"to":[8.62008,11.15,8.92992],"rotation":{"angle":0,"axis":"x","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[0,12.5,16,11],"rotation":270,"texture":"#0"},"east":{"uv":[0,11,16,12.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,9,16,10.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,10,16,11.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,11,1.5,12.5],"rotation":180,"texture":"#0"},"down":{"uv":[0,11,1.5,12.5],"texture":"#0"}}},{"from":[7.29617,-6.43,4.81137],"to":[8.64855,-5.47,6.77137],"rotation":{"angle":-22.5,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[5,12,4,13.5],"rotation":270,"texture":"#1_0"},"east":{"uv":[5,12,4,13.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[1,13,0,14.5],"rotation":270,"texture":"#1_0"},"west":{"uv":[3.5,12,5.5,11],"texture":"#1_0"},"up":{"uv":[1.5,9.5,1,10],"rotation":180,"texture":"#1_0"},"down":{"uv":[0,11,2,9.5],"rotation":270,"texture":"#1_0"}}},{"from":[7.28389,-6.44,4.78992],"to":[8.65627,-5.46,6.76992],"rotation":{"angle":0,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[5,12,4,13.5],"rotation":270,"texture":"#1_0"},"east":{"uv":[5,12,4,13.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[1,13,0,14.5],"rotation":270,"texture":"#1_0"},"west":{"uv":[3.5,12,5.5,11],"texture":"#1_0"},"up":{"uv":[1.5,9.5,1,10],"rotation":180,"texture":"#1_0"},"down":{"uv":[0,11,2,9.5],"rotation":270,"texture":"#1_0"}}},{"from":[7.27617,-6.45,4.76847],"to":[8.66855,-5.45,6.76847],"rotation":{"angle":22.5,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[5,12,4,13.5],"rotation":270,"texture":"#1_0"},"east":{"uv":[5,12,4,13.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[1,13,0,14.5],"rotation":270,"texture":"#1_0"},"west":{"uv":[3.5,12,5.5,11],"texture":"#1_0"},"up":{"uv":[1.5,9.5,1,10],"rotation":180,"texture":"#1_0"},"down":{"uv":[0,11,2,9.5],"rotation":270,"texture":"#1_0"}}},{"from":[7.29617,-6.43,9.81137],"to":[8.64855,-5.47,11.77137],"rotation":{"angle":-22.5,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[1,13,0,14.5],"rotation":270,"texture":"#1_0"},"east":{"uv":[1,13,0,14.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[5,12,4,13.5],"rotation":270,"texture":"#1_0"},"west":{"uv":[3.5,12,5.5,11],"texture":"#1_0"},"up":{"uv":[1.5,9.5,1,10],"rotation":180,"texture":"#1_0"},"down":{"uv":[0,11,2,9.5],"rotation":90,"texture":"#1_0"}}},{"from":[7.28389,-6.44,9.78992],"to":[8.65627,-5.46,11.76992],"rotation":{"angle":0,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[1,13,0,14.5],"rotation":270,"texture":"#1_0"},"east":{"uv":[1,13,0,14.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[5,12,4,13.5],"rotation":270,"texture":"#1_0"},"west":{"uv":[3.5,12,5.5,11],"texture":"#1_0"},"up":{"uv":[1.5,9.5,1,10],"rotation":180,"texture":"#1_0"},"down":{"uv":[0,11,2,9.5],"rotation":90,"texture":"#1_0"}}},{"from":[7.27617,-6.45,9.76847],"to":[8.66855,-5.45,11.76847],"rotation":{"angle":22.5,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[1,13,0,14.5],"rotation":270,"texture":"#1_0"},"east":{"uv":[1,13,0,14.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[5,12,4,13.5],"rotation":270,"texture":"#1_0"},"west":{"uv":[3.5,12,5.5,11],"texture":"#1_0"},"up":{"uv":[1.5,9.5,1,10],"rotation":180,"texture":"#1_0"},"down":{"uv":[0,11,2,9.5],"rotation":90,"texture":"#1_0"}}},{"from":[4.48884,-6.44,7.61489],"to":[6.46884,-5.46,8.98727],"rotation":{"angle":-45,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[3.5,12,5.5,11],"texture":"#1_0"},"east":{"uv":[1,13,0,14.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[1,13,0,14.5],"rotation":270,"texture":"#1_0"},"west":{"uv":[5,12,4,13.5],"rotation":270,"texture":"#1_0"},"up":{"uv":[1.5,9.5,1,10],"rotation":180,"texture":"#1_0"},"down":{"uv":[2,9.5,0,11],"rotation":180,"texture":"#1_0"}}},{"from":[4.49236,-6.43,7.61518],"to":[6.45236,-5.47,8.96756],"rotation":{"angle":-22.5,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[3.5,12,5.5,11],"texture":"#1_0"},"east":{"uv":[1,13,0,14.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[3.5,12,5.5,11],"texture":"#1_0"},"west":{"uv":[5,12,4,13.5],"rotation":270,"texture":"#1_0"},"up":{"uv":[1.5,9.5,1,10],"rotation":180,"texture":"#1_0"},"down":{"uv":[2,9.5,0,11],"rotation":180,"texture":"#1_0"}}},{"from":[4.48008,-6.44,7.59373],"to":[6.46008,-5.46,8.96611],"rotation":{"angle":0,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[3.5,12,5.5,11],"texture":"#1_0"},"east":{"uv":[1,13,0,14.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[3.5,12,5.5,11],"texture":"#1_0"},"west":{"uv":[5,12,4,13.5],"rotation":270,"texture":"#1_0"},"up":{"uv":[1.5,9.5,1,10],"rotation":180,"texture":"#1_0"},"down":{"uv":[2,9.5,0,11],"rotation":180,"texture":"#1_0"}}},{"from":[4.47236,-6.45,7.57228],"to":[6.47236,-5.45,8.96466],"rotation":{"angle":22.5,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[3.5,12,5.5,11],"texture":"#1_0"},"east":{"uv":[1,13,0,14.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[3.5,12,5.5,11],"texture":"#1_0"},"west":{"uv":[5,12,4,13.5],"rotation":270,"texture":"#1_0"},"up":{"uv":[1.5,9.5,1,10],"rotation":180,"texture":"#1_0"},"down":{"uv":[2,9.5,0,11],"rotation":180,"texture":"#1_0"}}},{"from":[4.48884,-6.44,7.57257],"to":[6.46884,-5.46,8.94495],"rotation":{"angle":45,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[3.5,12,5.5,11],"texture":"#1_0"},"east":{"uv":[1,13,0,14.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[5,12,4,13.5],"rotation":270,"texture":"#1_0"},"west":{"uv":[5,12,4,13.5],"rotation":270,"texture":"#1_0"},"up":{"uv":[1.5,9.5,1,10],"rotation":180,"texture":"#1_0"},"down":{"uv":[2,9.5,0,11],"rotation":180,"texture":"#1_0"}}},{"from":[9.48884,-6.44,7.61489],"to":[11.46884,-5.46,8.98727],"rotation":{"angle":-45,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[3.5,12,5.5,11],"texture":"#1_0"},"east":{"uv":[5,12,4,13.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[3.5,12,5.5,11],"texture":"#1_0"},"west":{"uv":[1,13,0,14.5],"rotation":270,"texture":"#1_0"},"up":{"uv":[1.5,9.5,1,10],"rotation":180,"texture":"#1_0"},"down":{"uv":[2,9.5,0,11],"texture":"#1_0"}}},{"from":[9.49236,-6.43,7.61518],"to":[11.45236,-5.47,8.96756],"rotation":{"angle":-22.5,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[3.5,12,5.5,11],"texture":"#1_0"},"east":{"uv":[5,12,4,13.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[3.5,12,5.5,11],"texture":"#1_0"},"west":{"uv":[1,13,0,14.5],"rotation":270,"texture":"#1_0"},"up":{"uv":[1.5,9.5,1,10],"rotation":180,"texture":"#1_0"},"down":{"uv":[2,9.5,0,11],"texture":"#1_0"}}},{"from":[9.48008,-6.44,7.59373],"to":[11.46008,-5.46,8.96611],"rotation":{"angle":0,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[3.5,12,5.5,11],"texture":"#1_0"},"east":{"uv":[5,12,4,13.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[3.5,12,5.5,11],"texture":"#1_0"},"west":{"uv":[1,13,0,14.5],"rotation":270,"texture":"#1_0"},"up":{"uv":[1.5,9.5,1,10],"rotation":180,"texture":"#1_0"},"down":{"uv":[2,9.5,0,11],"texture":"#1_0"}}},{"from":[9.47236,-6.45,7.57228],"to":[11.47236,-5.45,8.96466],"rotation":{"angle":22.5,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[3.5,12,5.5,11],"texture":"#1_0"},"east":{"uv":[5,12,4,13.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[3.5,12,5.5,11],"texture":"#1_0"},"west":{"uv":[1,13,0,14.5],"rotation":270,"texture":"#1_0"},"up":{"uv":[1.5,9.5,1,10],"rotation":180,"texture":"#1_0"},"down":{"uv":[2,9.5,0,11],"texture":"#1_0"}}},{"from":[9.48884,-6.44,7.57257],"to":[11.46884,-5.46,8.94495],"rotation":{"angle":45,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[3.5,12,5.5,11],"texture":"#1_0"},"east":{"uv":[5,12,4,13.5],"rotation":270,"texture":"#1_0"},"south":{"uv":[3.5,12,5.5,11],"texture":"#1_0"},"west":{"uv":[1,13,0,14.5],"rotation":270,"texture":"#1_0"},"up":{"uv":[1.5,9.5,1,10],"rotation":180,"texture":"#1_0"},"down":{"uv":[2,9.5,0,11],"texture":"#1_0"}}},{"from":[7.48008,-5.695,5.79637],"to":[8.46464,-4.705,7.78637],"rotation":{"angle":-22.5,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[0.5,9.5,0,11.5],"rotation":90,"texture":"#1_0"},"east":{"uv":[0.5,9.5,0,11.5],"rotation":90,"texture":"#1_0"},"south":{"uv":[0.5,9.5,0,11.5],"rotation":90,"texture":"#1_0"},"west":{"uv":[0.5,9.5,0,11.5],"rotation":90,"texture":"#1_0"},"up":{"uv":[0.5,9.5,0,11.5],"texture":"#1_0"},"down":{"uv":[0.5,9.5,0,11.5],"rotation":180,"texture":"#1_0"}}},{"from":[7.4828,-5.69,5.78992],"to":[8.45736,-4.71,7.76992],"rotation":{"angle":0,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[0.5,9.5,0,11.5],"rotation":90,"texture":"#1_0"},"east":{"uv":[0.5,9.5,0,11.5],"rotation":90,"texture":"#1_0"},"south":{"uv":[0.5,9.5,0,11.5],"rotation":90,"texture":"#1_0"},"west":{"uv":[0.5,9.5,0,11.5],"rotation":90,"texture":"#1_0"},"up":{"uv":[0.5,9.5,0,11.5],"texture":"#1_0"},"down":{"uv":[0.5,9.5,0,11.5],"rotation":180,"texture":"#1_0"}}},{"from":[7.47508,-5.7,5.76847],"to":[8.46964,-4.7,7.76847],"rotation":{"angle":22.5,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[0.5,9.5,0,11.5],"rotation":90,"texture":"#1_0"},"east":{"uv":[0.5,9.5,0,11.5],"rotation":90,"texture":"#1_0"},"south":{"uv":[0.5,9.5,0,11.5],"rotation":90,"texture":"#1_0"},"west":{"uv":[0.5,9.5,0,11.5],"rotation":90,"texture":"#1_0"},"up":{"uv":[0.5,9.5,0,11.5],"texture":"#1_0"},"down":{"uv":[0.5,9.5,0,11.5],"rotation":180,"texture":"#1_0"}}},{"from":[7.48008,-5.695,8.79637],"to":[8.46464,-4.705,10.78637],"rotation":{"angle":-22.5,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[0.5,9.5,0,11.5],"rotation":90,"texture":"#1_0"},"east":{"uv":[0.5,9.5,0,11.5],"rotation":90,"texture":"#1_0"},"south":{"uv":[0.5,9.5,0,11.5],"rotation":90,"texture":"#1_0"},"west":{"uv":[0.5,9.5,0,11.5],"rotation":90,"texture":"#1_0"},"up":{"uv":[0.5,9.5,0,11.5],"texture":"#1_0"},"down":{"uv":[0.5,9.5,0,11.5],"rotation":180,"texture":"#1_0"}}},{"from":[7.4828,-5.69,8.78992],"to":[8.45736,-4.71,10.76992],"rotation":{"angle":0,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[0.5,9.5,0,11.5],"rotation":90,"texture":"#1_0"},"east":{"uv":[0.5,9.5,0,11.5],"rotation":90,"texture":"#1_0"},"south":{"uv":[0.5,9.5,0,11.5],"rotation":90,"texture":"#1_0"},"west":{"uv":[0.5,9.5,0,11.5],"rotation":90,"texture":"#1_0"},"up":{"uv":[0.5,9.5,0,11.5],"texture":"#1_0"},"down":{"uv":[0.5,9.5,0,11.5],"rotation":180,"texture":"#1_0"}}},{"from":[7.47508,-5.7,8.76847],"to":[8.46964,-4.7,10.76847],"rotation":{"angle":22.5,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[0.5,9.5,0,11.5],"rotation":90,"texture":"#1_0"},"east":{"uv":[0.5,9.5,0,11.5],"rotation":90,"texture":"#1_0"},"south":{"uv":[0.5,9.5,0,11.5],"rotation":90,"texture":"#1_0"},"west":{"uv":[0.5,9.5,0,11.5],"rotation":90,"texture":"#1_0"},"up":{"uv":[0.5,9.5,0,11.5],"texture":"#1_0"},"down":{"uv":[0.5,9.5,0,11.5],"rotation":180,"texture":"#1_0"}}},{"from":[5.48884,-5.69,7.8138],"to":[7.46884,-4.71,8.78836],"rotation":{"angle":-45,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[0,11.5,0.5,9.5],"texture":"#1_0"},"east":{"uv":[0,11.5,0.5,9.5],"texture":"#1_0"},"south":{"uv":[0,11.5,0.5,9.5],"texture":"#1_0"},"west":{"uv":[0,11.5,0.5,9.5],"texture":"#1_0"},"up":{"uv":[0,11.5,0.5,9.5],"rotation":270,"texture":"#1_0"},"down":{"uv":[0,11.5,0.5,9.5],"rotation":90,"texture":"#1_0"}}},{"from":[5.47736,-5.695,7.79909],"to":[7.46736,-4.705,8.78365],"rotation":{"angle":-22.5,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[0,11.5,0.5,9.5],"texture":"#1_0"},"east":{"uv":[0,11.5,0.5,9.5],"texture":"#1_0"},"south":{"uv":[0,11.5,0.5,9.5],"texture":"#1_0"},"west":{"uv":[0,11.5,0.5,9.5],"texture":"#1_0"},"up":{"uv":[0,11.5,0.5,9.5],"rotation":270,"texture":"#1_0"},"down":{"uv":[0,11.5,0.5,9.5],"rotation":90,"texture":"#1_0"}}},{"from":[5.48008,-5.69,7.79264],"to":[7.46008,-4.71,8.7672],"rotation":{"angle":0,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[0,11.5,0.5,9.5],"texture":"#1_0"},"east":{"uv":[0,11.5,0.5,9.5],"texture":"#1_0"},"south":{"uv":[0,11.5,0.5,9.5],"texture":"#1_0"},"west":{"uv":[0,11.5,0.5,9.5],"texture":"#1_0"},"up":{"uv":[0,11.5,0.5,9.5],"rotation":270,"texture":"#1_0"},"down":{"uv":[0,11.5,0.5,9.5],"rotation":90,"texture":"#1_0"}}},{"from":[5.47236,-5.7,7.77119],"to":[7.47236,-4.7,8.76575],"rotation":{"angle":22.5,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[0,11.5,0.5,9.5],"texture":"#1_0"},"east":{"uv":[0,11.5,0.5,9.5],"texture":"#1_0"},"south":{"uv":[0,11.5,0.5,9.5],"texture":"#1_0"},"west":{"uv":[0,11.5,0.5,9.5],"texture":"#1_0"},"up":{"uv":[0,11.5,0.5,9.5],"rotation":270,"texture":"#1_0"},"down":{"uv":[0,11.5,0.5,9.5],"rotation":90,"texture":"#1_0"}}},{"from":[5.48884,-5.69,7.77148],"to":[7.46884,-4.71,8.74604],"rotation":{"angle":45,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[0,11.5,0.5,9.5],"texture":"#1_0"},"east":{"uv":[0,11.5,0.5,9.5],"texture":"#1_0"},"south":{"uv":[0,11.5,0.5,9.5],"texture":"#1_0"},"west":{"uv":[0,11.5,0.5,9.5],"texture":"#1_0"},"up":{"uv":[0,11.5,0.5,9.5],"rotation":270,"texture":"#1_0"},"down":{"uv":[0,11.5,0.5,9.5],"rotation":90,"texture":"#1_0"}}},{"from":[8.48884,-5.69,7.8138],"to":[10.46884,-4.71,8.78836],"rotation":{"angle":-45,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[0,11.5,0.5,9.5],"texture":"#1_0"},"east":{"uv":[0,11.5,0.5,9.5],"texture":"#1_0"},"south":{"uv":[0,11.5,0.5,9.5],"texture":"#1_0"},"west":{"uv":[0,11.5,0.5,9.5],"texture":"#1_0"},"up":{"uv":[0,11.5,0.5,9.5],"rotation":270,"texture":"#1_0"},"down":{"uv":[0,11.5,0.5,9.5],"rotation":90,"texture":"#1_0"}}},{"from":[8.47736,-5.695,7.79909],"to":[10.46736,-4.705,8.78365],"rotation":{"angle":-22.5,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[0,11.5,0.5,9.5],"texture":"#1_0"},"east":{"uv":[0,11.5,0.5,9.5],"texture":"#1_0"},"south":{"uv":[0,11.5,0.5,9.5],"texture":"#1_0"},"west":{"uv":[0,11.5,0.5,9.5],"texture":"#1_0"},"up":{"uv":[0,11.5,0.5,9.5],"rotation":270,"texture":"#1_0"},"down":{"uv":[0,11.5,0.5,9.5],"rotation":90,"texture":"#1_0"}}},{"from":[8.48008,-5.69,7.79264],"to":[10.46008,-4.71,8.7672],"rotation":{"angle":0,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[0,11.5,0.5,9.5],"texture":"#1_0"},"east":{"uv":[0,11.5,0.5,9.5],"texture":"#1_0"},"south":{"uv":[0,11.5,0.5,9.5],"texture":"#1_0"},"west":{"uv":[0,11.5,0.5,9.5],"texture":"#1_0"},"up":{"uv":[0,11.5,0.5,9.5],"rotation":270,"texture":"#1_0"},"down":{"uv":[0,11.5,0.5,9.5],"rotation":90,"texture":"#1_0"}}},{"from":[8.47236,-5.7,7.77119],"to":[10.47236,-4.7,8.76575],"rotation":{"angle":22.5,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[0,11.5,0.5,9.5],"texture":"#1_0"},"east":{"uv":[0,11.5,0.5,9.5],"texture":"#1_0"},"south":{"uv":[0,11.5,0.5,9.5],"texture":"#1_0"},"west":{"uv":[0,11.5,0.5,9.5],"texture":"#1_0"},"up":{"uv":[0,11.5,0.5,9.5],"rotation":270,"texture":"#1_0"},"down":{"uv":[0,11.5,0.5,9.5],"rotation":90,"texture":"#1_0"}}},{"from":[8.48884,-5.69,7.77148],"to":[10.46884,-4.71,8.74604],"rotation":{"angle":45,"axis":"y","origin":[8,9.93135,8.27992]},"faces":{"north":{"uv":[0,11.5,0.5,9.5],"texture":"#1_0"},"east":{"uv":[0,11.5,0.5,9.5],"texture":"#1_0"},"south":{"uv":[0,11.5,0.5,9.5],"texture":"#1_0"},"west":{"uv":[0,11.5,0.5,9.5],"texture":"#1_0"},"up":{"uv":[0,11.5,0.5,9.5],"rotation":270,"texture":"#1_0"},"down":{"uv":[0,11.5,0.5,9.5],"rotation":90,"texture":"#1_0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,30,0],"translation":[-0.5,-6.75,1.5],"scale":[1.1,1.1,1.1]},"thirdperson_lefthand":{"rotation":[0,-150,0],"translation":[-0.5,-6.75,1.5],"scale":[1.1,1.1,1.1]},"firstperson_righthand":{"rotation":[-9,16,0],"translation":[5.25,-8.25,-1.75]},"firstperson_lefthand":{"rotation":[-16,-141,-14],"translation":[1.5,-3.5,3.75],"scale":[0.72,0.72,0.72]},"gui":{"rotation":[59,34,-55],"translation":[-1.25,-1.75,0],"scale":[0.6,0.55,0.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/qira_wand.json b/assets/minecraft/models/item/wynn/skin/wand/qira_wand.json new file mode 100644 index 000000000..62c42f7fa --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/qira_wand.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/character/qira","1":"skins/character/qira_flame","2":"skins/character/qira_magic","3":"skins/character/qira_magic_air","4":"skins/character/qira_magic_thunder","5":"skins/character/qira_magic_water","6":"skins/character/qira_magic_earth","7":"skins/character/qira_magic_fire"},"elements":[{"from":[7.375,5.625,7.375],"to":[8.625,8.3,8.625],"rotation":{"angle":22.5,"axis":"x","origin":[7.5,6,8.625]},"faces":{"east":{"uv":[1.5,3.75,2.25,5],"texture":"#0"},"south":{"uv":[5,1,4.25,2.25],"texture":"#0"},"west":{"uv":[2.25,3.75,1.5,5],"texture":"#0"}}},{"from":[7.475,8.95,9.875],"to":[8.525,9.7,10.125],"rotation":{"angle":-22.5,"axis":"x","origin":[7.5,6.1,8.125]},"faces":{"east":{"uv":[4.75,0,5,0.5],"texture":"#0"},"south":{"uv":[7.5,5.75,7,6.25],"texture":"#0"},"west":{"uv":[5,0,4.75,0.5],"texture":"#0"}}},{"from":[7.575,10.05,8.25],"to":[8.425,10.925,9.025],"rotation":{"angle":22.5,"axis":"x","origin":[7.5,6,8.125]},"faces":{"north":{"uv":[7,0.5,6.5,1],"texture":"#0"},"east":{"uv":[6.5,1,7,1.5],"texture":"#0"},"south":{"uv":[7,0,6.5,0.5],"texture":"#0"},"west":{"uv":[7,1,6.5,1.5],"texture":"#0"},"up":{"uv":[7,4.25,6.5,4.75],"texture":"#0"}}},{"from":[7.7,10.225,10.125],"to":[8.3,11.1,10.725],"rotation":{"angle":0,"axis":"y","origin":[7.5,6,8.125]},"faces":{"north":{"uv":[7.75,5.75,7.5,6.25],"texture":"#0"},"east":{"uv":[6.5,5.5,7,6],"texture":"#0"},"south":{"uv":[5,0.5,4.75,1],"texture":"#0"},"west":{"uv":[7,5.5,6.5,6],"texture":"#0"},"up":{"uv":[5.25,5.75,5,6],"texture":"#0"}}},{"from":[7.375,5.4,7.375],"to":[8.625,7.4,8.525],"rotation":{"angle":-22.5,"axis":"x","origin":[7.5,7.25,8.625]},"faces":{"south":{"uv":[6.5,0.75,5.75,1.75],"texture":"#0"},"west":{"uv":[2.75,3.75,2.25,4.75],"texture":"#0"}}},{"from":[7.375,-2.15,7.375],"to":[8.625,-0.15,8.525],"rotation":{"angle":22.5,"axis":"x","origin":[7.5,-2,8.625]},"faces":{"east":{"uv":[4.25,0,4.75,1],"texture":"#0"},"south":{"uv":[3,5,2.25,6],"texture":"#0"},"west":{"uv":[4.75,0,4.25,1],"texture":"#0"}}},{"from":[7.375,-10.35,7.375],"to":[8.625,-8.35,8.525],"rotation":{"angle":-22.5,"axis":"x","origin":[7.5,-8.5,8.625]},"faces":{"east":{"uv":[6.5,1.5,7,2.5],"texture":"#0"},"south":{"uv":[2.25,5,1.5,6],"texture":"#0"},"west":{"uv":[7,1.5,6.5,2.5],"texture":"#0"}}},{"from":[7.3725,11.9425,7.4325],"to":[8.6275,13.4475,8.4375],"rotation":{"angle":22.5,"axis":"x","origin":[8.5,11.75,7.975]},"faces":{"east":{"uv":[6.5,3.5,7,4.25],"texture":"#0"},"south":{"uv":[3,7,2.25,7.75],"texture":"#0"},"west":{"uv":[7,3.5,6.5,4.25],"texture":"#0"}}},{"from":[7.37,12.735,8.035],"to":[8.63,14.75,9.045],"rotation":{"angle":45,"axis":"x","origin":[8.5,13.3,8.575]},"faces":{"east":{"uv":[6.5,2.5,7,3.5],"texture":"#0"},"south":{"uv":[5.75,4.75,5,5.75],"texture":"#0"},"west":{"uv":[7,2.5,6.5,3.5],"texture":"#0"}}},{"from":[7.375,5.625,7.375],"to":[8.625,8.3,8.625],"rotation":{"angle":-22.5,"axis":"x","origin":[7.5,6,7.375]},"faces":{"north":{"uv":[4.25,1,5,2.25],"texture":"#0"},"east":{"uv":[2.25,3.75,1.5,5],"texture":"#0"},"west":{"uv":[1.5,3.75,2.25,5],"texture":"#0"}}},{"from":[7.475,8.95,5.875],"to":[8.525,9.7,6.125],"rotation":{"angle":22.5,"axis":"x","origin":[7.5,6.1,7.875]},"faces":{"north":{"uv":[7,5.75,7.5,6.25],"texture":"#0"},"east":{"uv":[5,0,4.75,0.5],"texture":"#0"},"west":{"uv":[4.75,0,5,0.5],"texture":"#0"}}},{"from":[7.575,10.05,6.975],"to":[8.425,10.925,7.75],"rotation":{"angle":-22.5,"axis":"x","origin":[7.5,6,7.875]},"faces":{"north":{"uv":[6.5,0,7,0.5],"texture":"#0"},"east":{"uv":[7,1,6.5,1.5],"texture":"#0"},"south":{"uv":[6.5,0.5,7,1],"texture":"#0"},"west":{"uv":[6.5,1,7,1.5],"texture":"#0"},"up":{"uv":[7,4.75,6.5,4.25],"texture":"#0"}}},{"from":[7.7,10.225,5.275],"to":[8.3,11.1,5.875],"rotation":{"angle":0,"axis":"y","origin":[7.5,6,7.875]},"faces":{"north":{"uv":[4.75,0.5,5,1],"texture":"#0"},"east":{"uv":[7,5.5,6.5,6],"texture":"#0"},"south":{"uv":[7.5,5.75,7.75,6.25],"texture":"#0"},"west":{"uv":[6.5,5.5,7,6],"texture":"#0"},"up":{"uv":[5.25,6,5,5.75],"texture":"#0"}}},{"from":[7.375,5.4,7.475],"to":[8.625,7.4,8.625],"rotation":{"angle":22.5,"axis":"x","origin":[7.5,7.25,7.375]},"faces":{"north":{"uv":[5.75,0.75,6.5,1.75],"texture":"#0"},"west":{"uv":[2.25,3.75,2.75,4.75],"texture":"#0"}}},{"from":[7.375,-2.15,7.475],"to":[8.625,-0.15,8.625],"rotation":{"angle":-22.5,"axis":"x","origin":[7.5,-2,7.375]},"faces":{"north":{"uv":[2.25,5,3,6],"texture":"#0"},"east":{"uv":[4.75,0,4.25,1],"texture":"#0"},"west":{"uv":[4.25,0,4.75,1],"texture":"#0"}}},{"from":[7.3725,-10.3525,7.4725],"to":[8.6275,-8.3475,8.6275],"rotation":{"angle":22.5,"axis":"x","origin":[7.5,-8.5,7.375]},"faces":{"north":{"uv":[1.5,5,2.25,6],"texture":"#0"},"east":{"uv":[7,1.5,6.5,2.5],"texture":"#0"},"west":{"uv":[6.5,1.5,7,2.5],"texture":"#0"}}},{"from":[7.375,11.945,7.565],"to":[8.625,13.445,8.565],"rotation":{"angle":-22.5,"axis":"x","origin":[8.5,11.75,8.025]},"faces":{"north":{"uv":[2.25,7,3,7.75],"texture":"#0"},"east":{"uv":[7,3.5,6.5,4.25],"texture":"#0"},"west":{"uv":[6.5,3.5,7,4.25],"texture":"#0"}}},{"from":[7.373,12.738,6.958],"to":[8.627,14.747,7.962],"rotation":{"angle":-45,"axis":"x","origin":[8.5,13.3,7.425]},"faces":{"north":{"uv":[5,4.75,5.75,5.75],"texture":"#0"},"east":{"uv":[7,2.5,6.5,3.5],"texture":"#0"},"west":{"uv":[6.5,2.5,7,3.5],"texture":"#0"}}},{"from":[7.1475,13.4875,7.7375],"to":[8.8525,14.9925,10.7675],"rotation":{"angle":-22.5,"axis":"x","origin":[8.5,13.95,8.575]},"faces":{"east":{"uv":[2.75,0,4.25,0.75],"texture":"#0"},"west":{"uv":[4.25,0,2.75,0.75],"texture":"#0"},"up":{"uv":[3.5,0.75,2.75,2.25],"texture":"#0"},"down":{"uv":[4.25,2.25,3.5,0.75],"texture":"#0"}}},{"from":[7.145,12.685,10.41],"to":[8.855,14.195,11.95],"rotation":{"angle":-45,"axis":"x","origin":[8.5,13.95,8.575]},"faces":{"east":{"uv":[3,7,3.75,7.75],"texture":"#0"},"west":{"uv":[3.75,7,3,7.75],"texture":"#0"},"up":{"uv":[5.75,8,5,8.75],"texture":"#0"},"down":{"uv":[6.5,6,5.75,5.25],"texture":"#0"}}},{"from":[7.15,21.44,8.74],"to":[8.85,22.94,10.765],"rotation":{"angle":22.5,"axis":"x","origin":[8.5,22.475,8.575]},"faces":{"east":{"uv":[5,0,6,0.75],"texture":"#0"},"west":{"uv":[6,0,5,0.75],"texture":"#0"},"up":{"uv":[5.75,0.75,5,1.75],"texture":"#0"},"down":{"uv":[5.75,2.75,5,1.75],"texture":"#0"}}},{"from":[7.145,22.235,10.41],"to":[8.855,23.745,11.95],"rotation":{"angle":45,"axis":"x","origin":[8.5,22.475,8.575]},"faces":{"east":{"uv":[7,3.25,7.75,4],"texture":"#0"},"west":{"uv":[7.75,3.25,7,4],"texture":"#0"},"up":{"uv":[8.75,1,8,1.75],"texture":"#0"},"down":{"uv":[8.5,4,7.75,3.25],"texture":"#0"}}},{"from":[7.15,16.595,9.54],"to":[8.85,18.62,11.04],"rotation":{"angle":22.5,"axis":"x","origin":[8.5,13.95,8.575]},"faces":{"north":{"uv":[5.75,3.75,5,4.75],"texture":"#0"},"east":{"uv":[3.75,6,4.5,7],"texture":"#0"},"south":{"uv":[5.75,2.75,5,3.75],"texture":"#0"},"west":{"uv":[4.5,6,3.75,7],"texture":"#0"}}},{"from":[7.15,17.805,9.54],"to":[8.85,19.835,11.04],"rotation":{"angle":-22.5,"axis":"x","origin":[8.5,22.475,8.575]},"faces":{"north":{"uv":[2.25,6,1.5,7],"texture":"#0"},"east":{"uv":[2.25,6,3,7],"texture":"#0"},"south":{"uv":[5.25,6,4.5,7],"texture":"#0"},"west":{"uv":[3,6,2.25,7],"texture":"#0"}}},{"from":[7.145,17.315,11.135],"to":[8.855,19.1,12.645],"rotation":{"angle":0,"axis":"y","origin":[8.5,13.95,8.575]},"faces":{"north":{"uv":[6,6,5.25,7],"texture":"#0"},"east":{"uv":[6,6,6.75,7],"texture":"#0"},"south":{"uv":[3.75,6,3,7],"texture":"#0"},"west":{"uv":[6.75,6,6,7],"texture":"#0"}}},{"from":[7.145,13.485,6.075],"to":[8.855,14.995,8.215],"rotation":{"angle":22.5,"axis":"x","origin":[8.5,13.95,7.375]},"faces":{"north":{"uv":[8.75,1.75,8,2.5],"texture":"#0"},"east":{"uv":[7,2.25,8,3],"texture":"#0"},"west":{"uv":[8,2.25,7,3],"texture":"#0"},"up":{"uv":[6.5,3.25,5.75,4.25],"texture":"#0"},"down":{"uv":[6.5,5.25,5.75,4.25],"texture":"#0"}}},{"from":[7.375,13.74,4.955],"to":[8.625,14.99,6.08],"rotation":{"angle":22.5,"axis":"x","origin":[8.5,13.95,7.375]},"faces":{"north":{"uv":[7.75,4,7,4.75],"texture":"#0"},"east":{"uv":[3,5,3.5,5.75],"texture":"#0"},"west":{"uv":[3.5,5,3,5.75],"texture":"#0"},"up":{"uv":[5.25,7,4.5,7.5],"texture":"#0"},"down":{"uv":[2.75,8.75,2,8.25],"texture":"#0"}}},{"from":[7.525,12.365,3.955],"to":[8.475,13.315,5.235],"rotation":{"angle":45,"axis":"x","origin":[8.5,13.575,8.25]},"faces":{"north":{"uv":[2,8.25,1.5,8.75],"texture":"#0"},"east":{"uv":[4.5,7.5,5.25,8],"texture":"#0"},"west":{"uv":[5.25,7.5,4.5,8],"texture":"#0"},"up":{"uv":[7.5,0.75,7,1.5],"texture":"#0"},"down":{"uv":[4.5,8.75,4,8],"texture":"#0"}}},{"from":[7.725,17,5.725],"to":[8.275,18.25,6.325],"rotation":{"angle":-22.5,"axis":"x","origin":[8.5,13.575,8.25]},"faces":{"north":{"uv":[2,8.75,1.75,9.5],"texture":"#0"},"east":{"uv":[3.75,8,4,8.75],"texture":"#0"},"south":{"uv":[1.75,8.75,1.5,9.5],"texture":"#0"},"west":{"uv":[4,8,3.75,8.75],"texture":"#0"},"up":{"uv":[3.5,5.75,3.25,6],"texture":"#0"}}},{"from":[7.15,21.44,6.08],"to":[8.85,22.94,7.21],"rotation":{"angle":-22.5,"axis":"x","origin":[8.5,22.475,7.375]},"faces":{"north":{"uv":[6.5,2.5,5.75,3.25],"texture":"#0"},"east":{"uv":[4.5,8,5,8.75],"texture":"#0"},"west":{"uv":[5,8,4.5,8.75],"texture":"#0"},"up":{"uv":[8.75,0,8,0.5],"texture":"#0"},"down":{"uv":[7.75,5.25,7,4.75],"texture":"#0"}}},{"from":[7.525,23.115,3.955],"to":[8.475,24.065,5.235],"rotation":{"angle":-45,"axis":"x","origin":[8.5,22.85,8.25]},"faces":{"north":{"uv":[6.5,0,6,0.5],"texture":"#0"},"east":{"uv":[8,0.5,8.75,1],"texture":"#0"},"west":{"uv":[8.75,0.5,8,1],"texture":"#0"},"up":{"uv":[7.5,1.5,7,2.25],"texture":"#0"},"down":{"uv":[8.5,4.75,8,4],"texture":"#0"}}},{"from":[7.725,18.175,5.725],"to":[8.275,19.425,6.325],"rotation":{"angle":22.5,"axis":"x","origin":[8.5,22.85,8.25]},"faces":{"north":{"uv":[7,6,6.75,6.75],"texture":"#0"},"east":{"uv":[8.25,4.75,8.5,5.5],"texture":"#0"},"south":{"uv":[8,4,7.75,4.75],"texture":"#0"},"west":{"uv":[8.5,4.75,8.25,5.5],"texture":"#0"},"down":{"uv":[3.25,6,3,5.75],"texture":"#0"}}},{"from":[7.375,21.44,4.955],"to":[8.625,22.69,6.08],"rotation":{"angle":-22.5,"axis":"x","origin":[8.5,22.475,7.375]},"faces":{"north":{"uv":[6.5,1.75,5.75,2.5],"texture":"#0"},"east":{"uv":[7.75,4.75,8.25,5.5],"texture":"#0"},"west":{"uv":[8.25,4.75,7.75,5.5],"texture":"#0"},"up":{"uv":[8.75,2.5,8,3],"texture":"#0"},"down":{"uv":[7.75,5.75,7,5.25],"texture":"#0"}}},{"from":[7.15,14.75,6.85],"to":[8.85,15.125,9.1],"rotation":{"angle":0,"axis":"y","origin":[8.5,13.75,8.475]},"faces":{"east":{"uv":[7,3,8.25,3.25],"texture":"#0"},"west":{"uv":[8.25,3,7,3.25],"texture":"#0"},"up":{"uv":[3.5,2.25,2.75,3.5],"texture":"#0"}}},{"from":[7.145,21.295,7.045],"to":[8.855,22.855,8.905],"rotation":{"angle":0,"axis":"y","origin":[8.5,13.5,8.475]},"faces":{"east":{"uv":[7,0,8,0.75],"texture":"#0"},"west":{"uv":[8,0,7,0.75],"texture":"#0"},"up":{"uv":[6,7,5.25,8],"texture":"#0"},"down":{"uv":[4.5,8,3.75,7],"texture":"#0"}}},{"from":[7.375,8.5,6.575],"to":[8.625,9.5,9.425],"rotation":{"angle":0,"axis":"y","origin":[12,6,8.475]},"faces":{"east":{"uv":[2.25,7.75,3.75,8.25],"texture":"#0"},"west":{"uv":[3.75,7.75,2.25,8.25],"texture":"#0"},"up":{"uv":[3.5,3.5,2.75,5],"texture":"#0"}}},{"from":[7.37,-9.005,7.245],"to":[8.63,12.505,8.705],"rotation":{"angle":0,"axis":"y","origin":[8.5,11,8.475]},"faces":{"north":{"uv":[0,0,0.75,10.75],"texture":"#0"},"east":{"uv":[0.75,0,1.5,10.75],"texture":"#0"},"south":{"uv":[0.75,0,0,10.75],"texture":"#0"},"west":{"uv":[1.5,0,0.75,10.75],"texture":"#0"}}},{"from":[7.3675,3.7425,5.7425],"to":[8.6325,6.0075,8.0075],"rotation":{"angle":45,"axis":"x","origin":[7,3.75,8]},"faces":{"north":{"uv":[3.5,2.25,4.25,3.5],"texture":"#0"},"east":{"uv":[1.5,0,2.75,1.25],"texture":"#0"},"south":{"uv":[4.25,3.5,3.5,4.75],"texture":"#0"},"west":{"uv":[2.75,0,1.5,1.25],"texture":"#0"},"up":{"uv":[4.25,2.25,3.5,3.5],"texture":"#0"},"down":{"uv":[4.25,4.75,3.5,3.5],"texture":"#0"}}},{"from":[7.3675,-0.7575,5.7425],"to":[8.6325,1.5075,8.0075],"rotation":{"angle":-45,"axis":"x","origin":[7,1.5,8]},"faces":{"north":{"uv":[3.5,6,4.25,4.75],"texture":"#0"},"east":{"uv":[1.5,1.25,2.75,2.5],"texture":"#0"},"south":{"uv":[5,2.25,4.25,3.5],"texture":"#0"},"west":{"uv":[2.75,1.25,1.5,2.5],"texture":"#0"},"up":{"uv":[5,3.5,4.25,2.25],"texture":"#0"},"down":{"uv":[4.25,6,3.5,4.75],"texture":"#0"}}},{"from":[7.368,-12.357,5.743],"to":[8.632,-9.843,8.257],"rotation":{"angle":45,"axis":"x","origin":[7,-12.1,8]},"faces":{"north":{"uv":[4.25,4.75,5,6],"texture":"#0"},"east":{"uv":[1.5,2.5,2.75,3.75],"texture":"#0"},"south":{"uv":[5,3.5,4.25,4.75],"texture":"#0"},"west":{"uv":[2.75,2.5,1.5,3.75],"texture":"#0"},"up":{"uv":[5,4.75,4.25,6],"texture":"#0"},"down":{"uv":[5,4.75,4.25,3.5],"texture":"#0"}}},{"from":[8,16.5,5.25],"to":[8,22,10.75],"rotation":{"angle":45,"axis":"y","origin":[8,19.25,8]},"faces":{"east":{"uv":[16,0,0,16],"texture":"#1"},"west":{"uv":[16,0,0,16],"texture":"#1"}}},{"from":[5.25,16.5,8],"to":[10.75,22,8],"rotation":{"angle":45,"axis":"y","origin":[8,19.25,8]},"faces":{"north":{"uv":[16,0,0,16],"texture":"#1"},"south":{"uv":[16,0,0,16],"texture":"#1"}}},{"from":[7,13.15,7],"to":[9,14.25,8.1],"rotation":{"angle":45,"axis":"x","origin":[7,13.25,8]},"faces":{"north":{"uv":[10,0,9.75,0.75],"texture":"#0"},"east":{"uv":[8.75,0,9.5,0.75],"texture":"#0"},"south":{"uv":[10.5,0,10.25,0.75],"texture":"#0"},"west":{"uv":[9.5,0,8.75,0.75],"texture":"#0"},"up":{"uv":[9.5,0.75,9.75,0],"texture":"#0"},"down":{"uv":[10,0.75,10.25,0],"texture":"#0"}}},{"from":[7,-11.75,7],"to":[9,-10.65,8.1],"rotation":{"angle":45,"axis":"x","origin":[7,-11.65,8]},"faces":{"north":{"uv":[10,0,9.75,0.75],"texture":"#0"},"east":{"uv":[8.75,0,9.5,0.75],"texture":"#0"},"south":{"uv":[10.5,0,10.25,0.75],"texture":"#0"},"west":{"uv":[9.5,0,8.75,0.75],"texture":"#0"},"up":{"uv":[9.5,0.75,9.75,0],"texture":"#0"},"down":{"uv":[10,0.75,10.25,0],"texture":"#0"}}},{"from":[7.3725,7.8975,6.5725],"to":[8.6275,9.4025,7.6275],"rotation":{"angle":45,"axis":"x","origin":[7.5,6,8.125]},"faces":{"east":{"uv":[6,7,6.5,7.75],"texture":"#0"},"south":{"uv":[2.25,7,1.5,7.75],"texture":"#0"},"west":{"uv":[6.5,7,6,7.75],"texture":"#0"},"up":{"uv":[2.25,7.75,1.5,8.25],"texture":"#0"}}},{"from":[7.47,9.395,6.57],"to":[8.53,10.155,7.53],"rotation":{"angle":45,"axis":"x","origin":[7.5,6,8.125]},"faces":{"north":{"uv":[8,1.75,7.5,2.25],"texture":"#0"},"east":{"uv":[7.5,0.75,8,1.25],"texture":"#0"},"south":{"uv":[7,5,6.5,5.5],"texture":"#0"},"west":{"uv":[8,0.75,7.5,1.25],"texture":"#0"},"up":{"uv":[8.25,5.5,7.75,6],"texture":"#0"}}},{"from":[7.475,8.625,10.275],"to":[8.525,8.875,11.025],"rotation":{"angle":-22.5,"axis":"x","origin":[7.5,6,8.125]},"faces":{"east":{"uv":[6,0.5,6.5,0.75],"texture":"#0"},"west":{"uv":[6.5,0.5,6,0.75],"texture":"#0"},"up":{"uv":[8,1.25,7.5,1.75],"texture":"#0"}}},{"from":[7.825,9.75,11.925],"to":[8.175,10.375,12.3],"rotation":{"angle":-22.5,"axis":"x","origin":[7.5,6,8.125]},"faces":{"north":{"uv":[5.5,5.75,5.25,6],"texture":"#0"},"east":{"uv":[2.5,4.75,2.75,5],"texture":"#0"},"south":{"uv":[2.5,4.75,2.25,5],"texture":"#0"},"west":{"uv":[2.75,4.75,2.5,5],"texture":"#0"},"up":{"uv":[5.75,5.75,5.5,6],"texture":"#0"}}},{"from":[7.3725,7.8975,8.3725],"to":[8.6275,9.4025,9.4275],"rotation":{"angle":-45,"axis":"x","origin":[7.5,6,7.875]},"faces":{"north":{"uv":[1.5,7,2.25,7.75],"texture":"#0"},"east":{"uv":[6.5,7,6,7.75],"texture":"#0"},"west":{"uv":[6,7,6.5,7.75],"texture":"#0"},"up":{"uv":[2.25,8.25,1.5,7.75],"texture":"#0"}}},{"from":[7.47,9.395,8.47],"to":[8.53,10.155,9.43],"rotation":{"angle":-45,"axis":"x","origin":[7.5,6,7.875]},"faces":{"north":{"uv":[6.5,5,7,5.5],"texture":"#0"},"east":{"uv":[8,0.75,7.5,1.25],"texture":"#0"},"south":{"uv":[7.5,1.75,8,2.25],"texture":"#0"},"west":{"uv":[7.5,0.75,8,1.25],"texture":"#0"},"up":{"uv":[8.25,6,7.75,5.5],"texture":"#0"}}},{"from":[7.475,8.625,4.975],"to":[8.525,8.875,5.725],"rotation":{"angle":22.5,"axis":"x","origin":[7.5,6,7.875]},"faces":{"east":{"uv":[6.5,0.5,6,0.75],"texture":"#0"},"west":{"uv":[6,0.5,6.5,0.75],"texture":"#0"},"up":{"uv":[8,1.75,7.5,1.25],"texture":"#0"}}},{"from":[7.825,9.75,3.7],"to":[8.175,10.375,4.075],"rotation":{"angle":22.5,"axis":"x","origin":[7.5,6,7.875]},"faces":{"north":{"uv":[2.25,4.75,2.5,5],"texture":"#0"},"east":{"uv":[2.75,4.75,2.5,5],"texture":"#0"},"south":{"uv":[5.25,5.75,5.5,6],"texture":"#0"},"west":{"uv":[2.5,4.75,2.75,5],"texture":"#0"},"up":{"uv":[5.75,6,5.5,5.75],"texture":"#0"}}},{"from":[8,18.4025,6.064],"to":[8,22.835,9.9965],"rotation":{"angle":0,"axis":"x","origin":[8,18.43,8]},"faces":{"east":{"uv":[0,0,16,16],"rotation":180,"texture":"#6"},"west":{"uv":[16,0,0,16],"rotation":180,"texture":"#6"}}},{"from":[8,16.4335,7.9725],"to":[8,20.366,12.405],"rotation":{"angle":-22.5,"axis":"x","origin":[8,18.43,8]},"faces":{"east":{"uv":[16,16,0,0],"rotation":270,"texture":"#3"},"west":{"uv":[0,16,16,0],"rotation":90,"texture":"#3"}}},{"from":[8,16.4335,7.9725],"to":[8,20.366,12.405],"rotation":{"angle":45,"axis":"x","origin":[8,18.43,8]},"faces":{"east":{"uv":[16,16,0,0],"rotation":270,"texture":"#4"},"west":{"uv":[0,16,16,0],"rotation":90,"texture":"#4"}}},{"from":[8,16.494,3.595],"to":[8,20.4265,8.0275],"rotation":{"angle":-45,"axis":"x","origin":[8,18.43,8]},"faces":{"east":{"uv":[16,16,0,0],"rotation":90,"texture":"#7"},"west":{"uv":[0,16,16,0],"rotation":270,"texture":"#7"}}},{"from":[8,16.494,4.095],"to":[8,20.4265,8.0275],"rotation":{"angle":22.5,"axis":"x","origin":[8,18.43,8]},"faces":{"east":{"uv":[16,16,0,0],"rotation":90,"texture":"#5"},"west":{"uv":[0,14,16,0],"rotation":270,"texture":"#5"}}},{"from":[7,21.55,7.3],"to":[9,22.15,7.9],"rotation":{"angle":45,"axis":"x","origin":[7,21.45,8]},"faces":{"north":{"uv":[9.75,0.75,9.5,1.25],"texture":"#0"},"east":{"uv":[8.75,0.75,9.25,1.25],"texture":"#0"},"south":{"uv":[10,0.75,9.75,1.25],"texture":"#0"},"west":{"uv":[9.25,0.75,8.75,1.25],"texture":"#0"},"up":{"uv":[9.25,1.25,9.5,0.75],"texture":"#0"},"down":{"uv":[10,1.25,10.25,0.75],"texture":"#0"}}},{"from":[7,4.35,7.3],"to":[9,4.95,7.9],"rotation":{"angle":45,"axis":"x","origin":[7,4.25,8]},"faces":{"north":{"uv":[9.75,0.75,9.5,1.25],"texture":"#0"},"east":{"uv":[8.75,0.75,9.25,1.25],"texture":"#0"},"south":{"uv":[10,0.75,9.75,1.25],"texture":"#0"},"west":{"uv":[9.25,0.75,8.75,1.25],"texture":"#0"},"up":{"uv":[9.25,1.25,9.5,0.75],"texture":"#0"},"down":{"uv":[10,1.25,10.25,0.75],"texture":"#0"}}},{"from":[7,0.3,7.3],"to":[9,0.9,7.9],"rotation":{"angle":-45,"axis":"x","origin":[7,1,8]},"faces":{"north":{"uv":[9.75,1.25,9.5,0.75],"texture":"#0"},"east":{"uv":[8.75,1.25,9.25,0.75],"texture":"#0"},"south":{"uv":[10,1.25,9.75,0.75],"texture":"#0"},"west":{"uv":[9.25,1.25,8.75,0.75],"texture":"#0"},"up":{"uv":[10,0.75,10.25,1.25],"texture":"#0"},"down":{"uv":[9.25,0.75,9.5,1.25],"texture":"#0"}}},{"from":[7.4,18,4.55],"to":[8.6,18.6,5.15],"rotation":{"angle":-45,"axis":"x","origin":[8,17.35,8]},"color":10,"faces":{"north":{"uv":[5,0,4,2],"texture":"#missing"},"east":{"uv":[0,2,2,4],"texture":"#missing"},"south":{"uv":[1,6,0,8],"texture":"#missing"},"west":{"uv":[2,2,0,4],"texture":"#missing"},"up":{"uv":[2,6,1,8],"texture":"#missing"},"down":{"uv":[5,4,4,2],"texture":"#missing"}}},{"from":[8,5.4025,7.064],"to":[8,9.835,10.9965],"rotation":{"angle":45,"axis":"x","origin":[8,5.43,9]},"faces":{"east":{"uv":[0,0,16,16],"rotation":180,"texture":"#2"},"west":{"uv":[16,0,0,16],"rotation":180,"texture":"#2"}}},{"from":[8,5.4025,5.0035],"to":[8,9.835,8.936],"rotation":{"angle":-45,"axis":"x","origin":[8,5.43,7]},"faces":{"east":{"uv":[16,0,0,16],"rotation":180,"texture":"#2"},"west":{"uv":[0,0,16,16],"rotation":180,"texture":"#2"}}}],"display":{"thirdperson_righthand":{"rotation":[5,0,5],"translation":[-1,5,2],"scale":[1.3,1.3,1.3]},"thirdperson_lefthand":{"rotation":[5,0,5],"translation":[-1,5,2],"scale":[1.3,1.3,1.3]},"firstperson_righthand":{"rotation":[10,5,0],"translation":[2,0,-2]},"firstperson_lefthand":{"rotation":[10,5,0],"translation":[2,0,-2]},"gui":{"rotation":[10,60,-40],"translation":[-0.5,0,0],"scale":[0.65,0.65,0.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/riftwalker_staff.json b/assets/minecraft/models/item/wynn/skin/wand/riftwalker_staff.json new file mode 100644 index 000000000..bbc4aef91 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/riftwalker_staff.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"1":"skins/wood_full","2":"skins/driftwood_3","3":"skins/star_gradient","4":"skins/gold_armor_gradient","5":"skins/shadow_smoke","particle":"skins/wood_full"},"elements":[{"from":[7.25,25.00074,1.96137],"to":[8.25,26.38769,2.96137],"rotation":{"angle":45,"axis":"x","origin":[8,25,7.4925]},"faces":{"north":{"uv":[8.38695,9,7,10],"rotation":270,"texture":"#2"},"east":{"uv":[8.38695,9,7,10],"rotation":270,"texture":"#2"},"south":{"uv":[8.38695,9,7,10],"rotation":270,"texture":"#2"},"west":{"uv":[8.38695,9,7,10],"rotation":270,"texture":"#2"},"down":{"uv":[8.38695,9,7,10],"rotation":270,"texture":"#2"}}},{"from":[6.95,29.30579,6.76789],"to":[8.55,30.80579,9.15484],"rotation":{"angle":0,"axis":"x","origin":[8,25,7.4925]},"faces":{"north":{"uv":[8.5,9,7,11.38695],"rotation":270,"texture":"#2"},"east":{"uv":[8.5,9,7,11.38695],"rotation":270,"texture":"#2"},"south":{"uv":[8.5,9,7,11.38695],"rotation":270,"texture":"#2"},"west":{"uv":[8.5,9,7,11.38695],"rotation":270,"texture":"#2"},"up":{"uv":[5,11.38695,6.1,9],"rotation":180,"texture":"#2"},"down":{"uv":[8.5,9,7,11.38695],"rotation":270,"texture":"#2"}}},{"from":[6.8,28.75,6.80653],"to":[8.7,31,9.19347],"rotation":{"angle":22.5,"axis":"x","origin":[8,25,7.4925]},"faces":{"north":{"uv":[9.25,9,7,11.38695],"rotation":270,"texture":"#2"},"east":{"uv":[9.25,9,7,11.38695],"rotation":270,"texture":"#2"},"west":{"uv":[9.25,9,7,11.38695],"rotation":270,"texture":"#2"},"up":{"uv":[5,11.38695,6.4,9],"rotation":180,"texture":"#2"},"down":{"uv":[9.25,9,7,11.38695],"rotation":270,"texture":"#2"}}},{"from":[6.7,28.19421,6.76789],"to":[8.8,31.19421,9.15484],"rotation":{"angle":45,"axis":"x","origin":[8,25,7.4925]},"faces":{"north":{"uv":[10,9,7,11.38695],"rotation":270,"texture":"#2"},"east":{"uv":[10,9,7,11.38695],"rotation":270,"texture":"#2"},"west":{"uv":[10,9,7,11.38695],"rotation":270,"texture":"#2"},"up":{"uv":[5,11.38695,6.6,9],"rotation":180,"texture":"#2"},"down":{"uv":[10,9,7,11.38695],"rotation":270,"texture":"#2"}}},{"from":[6.6,23.44767,10.35136],"to":[8.9,25.83462,13.85136],"rotation":{"angle":-22.5,"axis":"x","origin":[8,25,7.4925]},"faces":{"north":{"uv":[6,11.38695,7.8,9],"texture":"#2"},"east":{"uv":[6,11.38695,9.5,9],"texture":"#2"},"south":{"uv":[5,11.38695,6.8,9],"texture":"#2"},"west":{"uv":[6,11.38695,9.5,9],"rotation":180,"texture":"#2"},"up":{"uv":[6,12.5,7.8,9],"texture":"#2"},"down":{"uv":[6,12.5,7.8,9],"texture":"#2"}}},{"from":[5.75,25.54491,14.76987],"to":[6.75,26.84491,15.76987],"rotation":{"angle":22.5,"axis":"x","origin":[5.75,25.51991,13.16987]},"faces":{"north":{"uv":[6,9,7.3,10],"rotation":90,"texture":"#3"},"east":{"uv":[6,9,7,10.3],"texture":"#3"},"south":{"uv":[6,9,7.3,10],"rotation":270,"texture":"#3"},"west":{"uv":[6,9,7,10.3],"rotation":180,"texture":"#3"},"up":{"uv":[6,9,7,10],"rotation":270,"texture":"#3"},"down":{"uv":[6,9,7,10],"rotation":90,"texture":"#3"}}},{"from":[6.25,17.23027,14.51655],"to":[6.75,25.28027,14.51655],"rotation":{"angle":22.5,"axis":"x","origin":[6.5,22.75527,14.41655]},"faces":{"north":{"uv":[3,9,8.05,9.5],"rotation":90,"texture":"#3"},"south":{"uv":[3,9,8.05,9.5],"rotation":90,"texture":"#3"}}},{"from":[7.045,15.49643,11.33987],"to":[7.055,17.99643,13.83987],"rotation":{"angle":22.5,"axis":"y","origin":[6.35,20.54643,13.98987]},"faces":{"east":{"uv":[11,2,13.5,4.5],"rotation":90,"texture":"#4"},"west":{"uv":[11,2,13.5,4.5],"rotation":90,"texture":"#4"}}},{"from":[5.8,15.49643,12.58487],"to":[8.3,17.99643,12.59487],"rotation":{"angle":22.5,"axis":"y","origin":[6.35,20.54643,13.98987]},"faces":{"north":{"uv":[11,2,13.5,4.5],"rotation":90,"texture":"#4"},"south":{"uv":[11,2,13.5,4.5],"rotation":90,"texture":"#4"}}},{"from":[6.5,23.61231,9.96137],"to":[9,25.99926,13.96137],"rotation":{"angle":0,"axis":"x","origin":[8,25,7.4925]},"faces":{"north":{"uv":[6,11.38695,8,9],"texture":"#2"},"east":{"uv":[6,11.38695,10,9],"texture":"#2"},"south":{"uv":[5,11.38695,7,9],"texture":"#2"},"west":{"uv":[6,11.38695,10,9],"rotation":180,"texture":"#2"},"up":{"uv":[6,13,8,9],"texture":"#2"}}},{"from":[7.1,29.39114,6.65788],"to":[8.4,30.64114,9.04483],"rotation":{"angle":-22.5,"axis":"x","origin":[8,25,7.4925]},"faces":{"north":{"uv":[8.25,9,7,11.38695],"rotation":270,"texture":"#2"},"east":{"uv":[8.25,9,7,11.38695],"rotation":270,"texture":"#2"},"west":{"uv":[8.25,9,7,11.38695],"rotation":270,"texture":"#2"},"up":{"uv":[5,11.38695,5.8,9],"rotation":180,"texture":"#2"},"down":{"uv":[8.25,9,7,11.38695],"rotation":270,"texture":"#2"}}},{"from":[6.95,19.19421,6.76789],"to":[8.55,20.69421,9.15484],"rotation":{"angle":45,"axis":"x","origin":[8,25,7.4925]},"faces":{"north":{"uv":[6,9,7.5,10.1],"rotation":270,"texture":"#2"},"east":{"uv":[6,9,7.5,11.38695],"rotation":270,"texture":"#2"},"west":{"uv":[6,9,7.5,11.38695],"rotation":270,"texture":"#2"},"up":{"uv":[6,9,8.38695,10.1],"rotation":270,"texture":"#2"},"down":{"uv":[4.5,9,5.6,11.38695],"rotation":180,"texture":"#2"}}},{"from":[6.8,19,6.80653],"to":[8.7,21.25,9.19347],"rotation":{"angle":22.5,"axis":"x","origin":[8,25,7.4925]},"faces":{"east":{"uv":[6,9,8.25,11.38695],"rotation":270,"texture":"#2"},"west":{"uv":[6,9,8.25,11.38695],"rotation":270,"texture":"#2"},"up":{"uv":[6,9,8.38695,10.4],"rotation":270,"texture":"#2"},"down":{"uv":[4.5,9,5.9,11.38695],"rotation":180,"texture":"#2"}}},{"from":[6.7,18.80579,6.76789],"to":[8.8,21.80579,9.15484],"rotation":{"angle":0,"axis":"x","origin":[8,25,7.4925]},"faces":{"north":{"uv":[6,9,9,10.6],"rotation":270,"texture":"#2"},"east":{"uv":[6,9,9,11.38695],"rotation":270,"texture":"#2"},"west":{"uv":[6,9,9,11.38695],"rotation":270,"texture":"#2"},"up":{"uv":[6,9,8.38695,10.6],"rotation":270,"texture":"#2"},"down":{"uv":[4.5,9,6.1,11.38695],"rotation":180,"texture":"#2"}}},{"from":[6.6,18.64114,6.65788],"to":[8.9,22.14114,9.04483],"rotation":{"angle":-22.5,"axis":"x","origin":[8,25,7.4925]},"faces":{"north":{"uv":[6,9,9.5,10.8],"rotation":270,"texture":"#2"},"east":{"uv":[6,9,9.5,11.38695],"rotation":270,"texture":"#2"},"west":{"uv":[6,9,9.5,11.38695],"rotation":270,"texture":"#2"},"up":{"uv":[6,9,8.38695,10.8],"rotation":270,"texture":"#2"}}},{"from":[6.5,24.00074,9.96137],"to":[9,26.38769,13.96137],"rotation":{"angle":45,"axis":"x","origin":[8,25,7.4925]},"faces":{"north":{"uv":[6,9,8,11.38695],"texture":"#2"},"east":{"uv":[6,9,10,11.38695],"texture":"#2"},"west":{"uv":[6,9,10,11.38695],"rotation":180,"texture":"#2"},"down":{"uv":[6,9,8,13],"texture":"#2"}}},{"from":[6.4,23.80653,9.75],"to":[9.1,26.19347,14],"rotation":{"angle":22.5,"axis":"x","origin":[8,25,7.4925]},"faces":{"north":{"uv":[9,9,11.2,11.38695],"texture":"#2"},"east":{"uv":[6,9,10.25,11.38695],"texture":"#2"},"south":{"uv":[5,9,7.2,11.38695],"texture":"#2"},"west":{"uv":[6,9,10.25,11.38695],"rotation":180,"texture":"#2"},"up":{"uv":[6,9,8.2,13.25],"texture":"#2"},"down":{"uv":[6,9,8.2,13.25],"texture":"#2"}}},{"from":[7.25,23.61231,1.96137],"to":[8.25,24.99926,2.96137],"rotation":{"angle":0,"axis":"x","origin":[8,25,7.4925]},"faces":{"north":{"uv":[8,9,8.5,10.38695],"texture":"#2"},"east":{"uv":[8,9,9,10.38695],"texture":"#2"},"south":{"uv":[8,9,8.5,10.38695],"texture":"#2"},"west":{"uv":[8,9,9,10.38695],"texture":"#2"},"up":{"uv":[8,9,8.5,10],"texture":"#2"}}},{"from":[7.1,23.44767,1.85136],"to":[8.4,25.83462,3.10136],"rotation":{"angle":-22.5,"axis":"x","origin":[8,25,7.4925]},"faces":{"north":{"uv":[6,9,8.38695,9.8],"rotation":270,"texture":"#2"},"east":{"uv":[6,9,8.38695,10.25],"rotation":270,"texture":"#2"},"south":{"uv":[6,9,8.38695,9.8],"rotation":270,"texture":"#2"},"west":{"uv":[6,9,8.38695,10.25],"rotation":270,"texture":"#2"},"up":{"uv":[6,9,7.25,9.8],"rotation":270,"texture":"#2"}}},{"from":[7,24.04767,1.60136],"to":[8.5,25.04767,3.65136],"rotation":{"angle":-22.5,"axis":"x","origin":[8.1,25,7.4925]},"faces":{"north":{"uv":[6,9,7,10.5],"rotation":270,"texture":"#3"},"east":{"uv":[6,9,7,11.25],"rotation":270,"texture":"#3"},"south":{"uv":[6,9,7,10.5],"rotation":270,"texture":"#3"},"west":{"uv":[6,9,7,11.25],"rotation":270,"texture":"#3"},"up":{"uv":[6,9,8.25,10.5],"rotation":270,"texture":"#3"},"down":{"uv":[6,9,8.25,10.5],"rotation":270,"texture":"#3"}}},{"from":[7,28.59491,5.36987],"to":[8.5,30.64491,6.36987],"rotation":{"angle":-22.5,"axis":"x","origin":[7.75,29.61991,5.86987]},"faces":{"north":{"uv":[6,9,8.25,10.5],"rotation":90,"texture":"#3"},"east":{"uv":[6,9,7,11.25],"rotation":180,"texture":"#3"},"south":{"uv":[6,9,8.25,10.5],"rotation":270,"texture":"#3"},"west":{"uv":[6,9,7,11.25],"texture":"#3"},"up":{"uv":[6,9,7,10.5],"rotation":90,"texture":"#3"},"down":{"uv":[6,9,7,10.5],"rotation":270,"texture":"#3"}}},{"from":[6.5,19.99491,4.76987],"to":[9,23.04491,5.76987],"rotation":{"angle":22.5,"axis":"x","origin":[7.25,20.71991,3.16987]},"faces":{"north":{"uv":[6,9,8.25,10.5],"rotation":90,"texture":"#3"},"east":{"uv":[6,9,7,11.25],"texture":"#3"},"south":{"uv":[6,9,8.25,10.5],"rotation":270,"texture":"#3"},"west":{"uv":[6,9,7,11.25],"rotation":180,"texture":"#3"},"up":{"uv":[6,9,7,10.5],"rotation":270,"texture":"#3"},"down":{"uv":[6,9,7,10.5],"rotation":90,"texture":"#3"}}},{"from":[6.6,19.73038,4.41617],"to":[8.9,22.58038,5.21617],"rotation":{"angle":0,"axis":"x","origin":[7.75,21.15538,4.81617]},"faces":{"north":{"uv":[6,9,8.25,10.5],"rotation":90,"texture":"#3"},"east":{"uv":[6,9,7,11.25],"texture":"#3"},"south":{"uv":[6,9,8.25,10.5],"rotation":270,"texture":"#3"},"west":{"uv":[6,9,7,11.25],"rotation":180,"texture":"#3"},"up":{"uv":[6,9,7,10.5],"rotation":270,"texture":"#3"},"down":{"uv":[6,9,7,10.5],"rotation":90,"texture":"#3"}}},{"from":[6.9,28.53038,6.61617],"to":[8.6,31.08038,7.41617],"rotation":{"angle":22.5,"axis":"x","origin":[7.75,29.95538,7.01617]},"faces":{"north":{"uv":[6,9,8.25,10.5],"rotation":90,"texture":"#3"},"east":{"uv":[6,9,7,11.25],"texture":"#3"},"south":{"uv":[6,9,8.25,10.5],"rotation":270,"texture":"#3"},"west":{"uv":[6,9,7,11.25],"rotation":180,"texture":"#3"},"up":{"uv":[6,9,7,10.5],"rotation":270,"texture":"#3"},"down":{"uv":[6,9,7,10.5],"rotation":90,"texture":"#3"}}},{"from":[6.595,27.36725,10.40069],"to":[8.905,30.87725,11.21069],"rotation":{"angle":45,"axis":"x","origin":[7.75,28.94725,9.80569]},"faces":{"north":{"uv":[6,9,8.25,10.5],"rotation":90,"texture":"#3"},"east":{"uv":[6,9,7,11.25],"texture":"#3"},"south":{"uv":[6,9,8.25,10.5],"rotation":270,"texture":"#3"},"west":{"uv":[6,9,7,11.25],"rotation":180,"texture":"#3"},"up":{"uv":[6,9,7,10.5],"rotation":270,"texture":"#3"},"down":{"uv":[6,9,7,10.5],"rotation":90,"texture":"#3"}}},{"from":[7.5,18.60552,1.68629],"to":[8,23.65552,1.68629],"rotation":{"angle":22.5,"axis":"x","origin":[7.75,21.38052,-0.06371]},"faces":{"north":{"uv":[3,9,8.05,9.5],"rotation":90,"texture":"#3"},"south":{"uv":[3,9,8.05,9.5],"rotation":90,"texture":"#3"}}},{"from":[7.75,12.43027,4.71655],"to":[8.25,20.48027,4.71655],"rotation":{"angle":22.5,"axis":"x","origin":[8,17.95527,4.41655]},"faces":{"north":{"uv":[3,9,8.05,9.5],"rotation":90,"texture":"#3"},"south":{"uv":[3,9,8.05,9.5],"rotation":90,"texture":"#3"}}},{"from":[6.5,16.50552,1.68629],"to":[9,19.00552,1.69629],"rotation":{"angle":22.5,"axis":"x","origin":[7.75,21.38052,-0.06371]},"faces":{"north":{"uv":[11,2,13.5,4.5],"rotation":90,"texture":"#4"},"south":{"uv":[11,2,13.5,4.5],"rotation":90,"texture":"#4"}}},{"from":[7.745,16.10985,-1.07953],"to":[7.755,18.60985,1.42047],"rotation":{"angle":22.5,"axis":"x","origin":[7.75,17.35985,0.17047]},"faces":{"east":{"uv":[11,2,13.5,4.5],"rotation":90,"texture":"#4"},"west":{"uv":[11,2,13.5,4.5],"rotation":90,"texture":"#4"}}},{"from":[8.545,10.69643,1.43987],"to":[8.555,13.19643,3.93987],"rotation":{"angle":22.5,"axis":"y","origin":[7.85,15.74643,3.98987]},"faces":{"east":{"uv":[6.5,0,9,2.5],"rotation":90,"texture":"#4"},"west":{"uv":[6.5,0,9,2.5],"rotation":90,"texture":"#4"}}},{"from":[7.3,10.69643,2.68487],"to":[9.8,13.19643,2.69487],"rotation":{"angle":22.5,"axis":"y","origin":[7.85,15.74643,3.98987]},"faces":{"north":{"uv":[6.5,0,9,2.5],"rotation":90,"texture":"#4"},"south":{"uv":[6.5,0,9,2.5],"rotation":90,"texture":"#4"}}},{"from":[7.11,28.87881,6.04657],"to":[8.39,29.85881,7.61787],"rotation":{"angle":0,"axis":"x","origin":[8,25,7.4925]},"faces":{"east":{"uv":[9.5,10,11.0913,9],"texture":"#2"},"west":{"uv":[9.5,10,11.0913,9],"texture":"#2"},"down":{"uv":[9.5,10.5913,10.3,9],"texture":"#2"}}},{"from":[6.96,28.56,5.76435],"to":[8.54,29.54,7.33565],"rotation":{"angle":22.5,"axis":"x","origin":[8,25,7.4925]},"faces":{"north":{"uv":[9.5,10,10.6,9],"texture":"#2"},"east":{"uv":[9.5,10,11.0913,9],"texture":"#2"},"west":{"uv":[9.5,10,11.0913,9],"texture":"#2"},"down":{"uv":[9.5,10.5913,10.6,9],"texture":"#2"}}},{"from":[6.81,28.15745,5.62562],"to":[8.69,29.13745,7.19692],"rotation":{"angle":45,"axis":"x","origin":[8,25,7.4925]},"faces":{"north":{"uv":[9.5,10,10.9,9],"texture":"#2"},"east":{"uv":[9.5,10,11.0913,9],"texture":"#2"},"west":{"uv":[9.5,10,11.0913,9],"texture":"#2"},"down":{"uv":[9.5,10.5913,10.9,9],"texture":"#2"}}},{"from":[6.71,25.26971,10.22496],"to":[8.79,26.84101,11.20496],"rotation":{"angle":-22.5,"axis":"x","origin":[8,25,7.4925]},"faces":{"north":{"uv":[8.5,10.5913,10.1,9],"texture":"#2"},"east":{"uv":[8.5,10.5913,9.5,9],"texture":"#2"},"west":{"uv":[8.5,10.5913,9.5,9],"texture":"#2"}}},{"from":[6.61,24.58316,9.84222],"to":[8.89,26.65446,10.82222],"rotation":{"angle":0,"axis":"x","origin":[8,25,7.4925]},"faces":{"north":{"uv":[8.5,11.0913,10.3,9],"texture":"#2"},"east":{"uv":[8.5,11.0913,9.5,9],"texture":"#2"},"west":{"uv":[8.5,11.0913,9.5,9],"texture":"#2"},"up":{"uv":[8.5,10,10.3,9],"texture":"#2"}}},{"from":[7.26,29.06536,5.67931],"to":[8.24,30.04536,8.00061],"rotation":{"angle":-22.5,"axis":"x","origin":[8,25,7.4925]},"faces":{"north":{"uv":[9.5,10,10,9],"texture":"#2"},"east":{"uv":[9.5,11.3413,10.5,9],"texture":"#2"},"west":{"uv":[9.5,11.3413,10.5,9],"texture":"#2"},"down":{"uv":[9.5,11.3413,10,9],"texture":"#2"}}},{"from":[7.11,20.14119,6.04657],"to":[8.39,21.12119,7.61787],"rotation":{"angle":45,"axis":"x","origin":[8,25,7.4925]},"faces":{"east":{"uv":[9.5,9,11.0913,10],"rotation":270,"texture":"#2"},"west":{"uv":[9.5,9,11.0913,10],"rotation":270,"texture":"#2"},"up":{"uv":[9.5,9,10.3,10.5913],"rotation":270,"texture":"#2"}}},{"from":[6.96,20.46,5.76435],"to":[8.54,21.44,7.33565],"rotation":{"angle":22.5,"axis":"x","origin":[8,25,7.4925]},"faces":{"north":{"uv":[9.5,9,10.6,10],"rotation":270,"texture":"#2"},"east":{"uv":[9,8.5,10.5913,9.5],"rotation":270,"texture":"#2"},"west":{"uv":[9.5,9,11.0913,10],"rotation":270,"texture":"#2"},"up":{"uv":[9.5,9,10.6,10.5913],"rotation":270,"texture":"#2"}}},{"from":[6.81,20.86255,5.62562],"to":[8.69,21.84255,7.19692],"rotation":{"angle":0,"axis":"x","origin":[8,25,7.4925]},"faces":{"east":{"uv":[9.5,9,11.0913,10],"rotation":270,"texture":"#2"},"west":{"uv":[9.5,9,11.0913,10],"rotation":270,"texture":"#2"},"up":{"uv":[9.5,9,10.9,10.5913],"rotation":270,"texture":"#2"}}},{"from":[6.71,21.28754,5.65149],"to":[8.79,22.26754,7.22279],"rotation":{"angle":-22.5,"axis":"x","origin":[8,25,7.4925]},"faces":{"east":{"uv":[9.5,9,11.0913,10],"rotation":270,"texture":"#2"},"west":{"uv":[9.5,9,11.0913,10],"rotation":270,"texture":"#2"},"up":{"uv":[9.5,9,11.1,10.5913],"rotation":270,"texture":"#2"}}},{"from":[6.61,23.34554,9.84222],"to":[8.89,25.41684,10.82222],"rotation":{"angle":45,"axis":"x","origin":[8,25,7.4925]},"faces":{"north":{"uv":[9.5,9,11.3,11.0913],"rotation":270,"texture":"#2"},"east":{"uv":[9.5,9,10.5,11.0913],"rotation":270,"texture":"#2"},"west":{"uv":[9.5,9,10.5,11.0913],"rotation":270,"texture":"#2"},"down":{"uv":[9.5,9,11.3,10],"rotation":270,"texture":"#2"}}},{"from":[7.26,24.49189,2.44714],"to":[8.24,26.81319,3.42714],"rotation":{"angle":-22.5,"axis":"x","origin":[8,25,7.4925]},"faces":{"east":{"uv":[9.5,9,10.5,11.3413],"rotation":270,"texture":"#2"},"south":{"uv":[9.5,9,11.8213,9.48],"rotation":270,"texture":"#2"},"west":{"uv":[9.5,9,10.5,11.3413],"rotation":270,"texture":"#2"},"up":{"uv":[9.5,9,10,10],"rotation":270,"texture":"#2"}}},{"from":[7.35,-4.97114,10.69246],"to":[8.15,-2.17114,11.49246],"rotation":{"angle":22.5,"axis":"x","origin":[7.75,-2.77301,9.34782]},"faces":{"north":{"uv":[12.5,10,15.5,9],"rotation":90,"texture":"#1"},"east":{"uv":[12.5,10,15.5,9],"rotation":90,"texture":"#1"},"south":{"uv":[12.5,10,15.5,9],"rotation":90,"texture":"#1"},"west":{"uv":[12.5,10,15.5,9],"rotation":90,"texture":"#1"},"down":{"uv":[13.5,9,12.5,10],"rotation":90,"texture":"#1"}}},{"from":[7.2,-3.12015,10.55843],"to":[8.3,-0.52015,11.65843],"rotation":{"angle":0,"axis":"x","origin":[7.75,-2.77301,9.34782]},"faces":{"north":{"uv":[10,10.5,13,9],"rotation":90,"texture":"#1"},"east":{"uv":[10,10.5,13,9],"rotation":90,"texture":"#1"},"south":{"uv":[10,10.5,13,9],"rotation":90,"texture":"#1"},"west":{"uv":[10,10.5,13,9],"rotation":90,"texture":"#1"},"down":{"uv":[11.5,9,10,10.5],"rotation":90,"texture":"#1"}}},{"from":[7.1,-1.76003,11.06772],"to":[8.4,2.03997,12.36772],"rotation":{"angle":-22.5,"axis":"x","origin":[7.75,-2.77301,9.34782]},"faces":{"north":{"uv":[4,10.5,8,9],"rotation":90,"texture":"#1"},"east":{"uv":[4,10.5,8,9],"rotation":90,"texture":"#1"},"south":{"uv":[4,10.5,8,9],"rotation":90,"texture":"#1"},"west":{"uv":[4,10.5,8,9],"rotation":90,"texture":"#1"},"down":{"uv":[5.5,9,4,10.5],"rotation":90,"texture":"#1"}}},{"from":[7.1,-10.73404,6.64401],"to":[8.4,-8.93404,7.94401],"rotation":{"angle":0,"axis":"x","origin":[7.75,-11.27644,7.9345]},"faces":{"north":{"uv":[9.5,9,11.3,10.3],"rotation":90,"texture":"#1"},"east":{"uv":[9.5,9,11.3,10.3],"rotation":90,"texture":"#1"},"south":{"uv":[9.5,9,11.3,10.3],"rotation":90,"texture":"#1"},"west":{"uv":[9.5,9,11.3,10.3],"rotation":90,"texture":"#1"},"down":{"uv":[9.5,9,10.8,10.3],"rotation":90,"texture":"#1"}}},{"from":[7.2,-12.62015,7.04157],"to":[8.3,-10.02015,8.14157],"rotation":{"angle":-22.5,"axis":"x","origin":[7.75,-11.17644,7.9345]},"faces":{"north":{"uv":[10,9,13,10.5],"rotation":90,"texture":"#1"},"east":{"uv":[10,9,13,10.5],"rotation":90,"texture":"#1"},"south":{"uv":[10,9,13,10.5],"rotation":90,"texture":"#1"},"west":{"uv":[10,9,13,10.5],"rotation":90,"texture":"#1"},"down":{"uv":[10,9,11.5,10.5],"rotation":90,"texture":"#1"}}},{"from":[7.35,-12.43095,8.65806],"to":[8.15,-11.63095,11.45806],"rotation":{"angle":45,"axis":"x","origin":[7.75,-11.17644,8.1345]},"faces":{"east":{"uv":[12.5,9,15.5,10],"rotation":180,"texture":"#1"},"south":{"uv":[12.5,9,13.5,10],"rotation":90,"texture":"#1"},"west":{"uv":[12.5,9,15.5,10],"texture":"#1"},"up":{"uv":[12.5,9,15.5,10],"rotation":90,"texture":"#1"},"down":{"uv":[12.5,9,15.5,10],"rotation":270,"texture":"#1"}}},{"from":[7,-9.46922,6.55267],"to":[8.5,-2.46922,8.05267],"rotation":{"angle":0,"axis":"x","origin":[7.75,-2.77301,9.34782]},"faces":{"north":{"uv":[4,10.5,11,9],"rotation":90,"texture":"#1"},"east":{"uv":[4,10.5,11,9],"rotation":90,"texture":"#1"},"south":{"uv":[4,10.5,11,9],"rotation":90,"texture":"#1"},"west":{"uv":[4,10.5,11,9],"rotation":90,"texture":"#1"},"down":{"uv":[11,9,9.5,10.5],"rotation":90,"texture":"#1"}}},{"from":[6.75,-3.6717,6.60318],"to":[8.75,3.3283,8.60318],"rotation":{"angle":22.5,"axis":"x","origin":[7.75,-2.77301,9.34782]},"faces":{"north":{"uv":[0,10.5,7,8.5],"rotation":90,"texture":"#1"},"east":{"uv":[0,10.5,7,8.5],"rotation":90,"texture":"#1"},"south":{"uv":[0,10.5,7,8.5],"rotation":90,"texture":"#1"},"west":{"uv":[0,10.5,7,8.5],"rotation":90,"texture":"#1"},"down":{"uv":[2,8.5,0,10.5],"rotation":90,"texture":"#1"}}},{"from":[6.5,7.49245,9.18832],"to":[9,12.49245,11.68832],"rotation":{"angle":-22.5,"axis":"x","origin":[7.75,6.2669,11.42827]},"faces":{"north":{"uv":[2.5,11,7.5,8.5],"rotation":270,"texture":"#1"},"east":{"uv":[2.5,11,7.5,8.5],"rotation":270,"texture":"#1"},"south":{"uv":[2.5,11,7.5,8.5],"rotation":270,"texture":"#1"},"west":{"uv":[2.5,11,7.5,8.5],"rotation":270,"texture":"#1"},"down":{"uv":[5,8.5,2.5,11],"rotation":270,"texture":"#1"}}},{"from":[6.4,5.99445,8.5749],"to":[9.1,7.19445,11.2749],"rotation":{"angle":0,"axis":"x","origin":[7.75,8.79445,5.2749]},"faces":{"north":{"uv":[2.5,9.5,3.5,12],"rotation":270,"texture":"#3"},"east":{"uv":[5.5,9,3,10],"texture":"#3"},"south":{"uv":[5,9.5,6,12],"rotation":270,"texture":"#3"},"west":{"uv":[5.5,9,3,10],"rotation":180,"texture":"#3"},"up":{"uv":[2.5,9.5,5,12],"rotation":90,"texture":"#3"},"down":{"uv":[5,12,2.5,9.5],"rotation":90,"texture":"#3"}}},{"from":[6.45,7.04445,9.0249],"to":[9.05,8.14445,12.3249],"rotation":{"angle":-45,"axis":"x","origin":[7.75,6.59445,9.9249]},"faces":{"north":{"uv":[2.5,9.5,3.5,12],"rotation":270,"texture":"#3"},"east":{"uv":[5.5,9,3,10],"texture":"#3"},"south":{"uv":[5,9.5,6,12],"rotation":270,"texture":"#3"},"west":{"uv":[5.5,9,3,10],"rotation":180,"texture":"#3"},"up":{"uv":[2.5,9.5,5,12],"rotation":90,"texture":"#3"},"down":{"uv":[5,12,2.5,9.5],"rotation":90,"texture":"#3"}}},{"from":[6.6,1.13189,7.84813],"to":[8.9,1.93189,10.84813],"rotation":{"angle":45,"axis":"x","origin":[7.75,1.53189,9.34813]},"faces":{"north":{"uv":[2.5,9.5,3.5,12],"rotation":270,"texture":"#3"},"east":{"uv":[5.5,9,3,10],"texture":"#3"},"south":{"uv":[5,9.5,6,12],"rotation":270,"texture":"#3"},"west":{"uv":[5.5,9,3,10],"rotation":180,"texture":"#3"},"up":{"uv":[2.5,9.5,5,12],"rotation":90,"texture":"#3"},"down":{"uv":[5,12,2.5,9.5],"rotation":90,"texture":"#3"}}},{"from":[6.4,4.24445,8.5749],"to":[9.1,5.44445,11.2749],"rotation":{"angle":0,"axis":"x","origin":[7.75,8.79445,5.2749]},"faces":{"north":{"uv":[2.5,9.5,3.5,12],"rotation":270,"texture":"#3"},"east":{"uv":[5.5,9,3,10],"texture":"#3"},"south":{"uv":[5,9.5,6,12],"rotation":270,"texture":"#3"},"west":{"uv":[5.5,9,3,10],"rotation":180,"texture":"#3"},"up":{"uv":[2.5,9.5,5,12],"rotation":90,"texture":"#3"},"down":{"uv":[5,12,2.5,9.5],"rotation":90,"texture":"#3"}}},{"from":[6.4,2.49445,8.5749],"to":[9.1,3.69445,11.2749],"rotation":{"angle":0,"axis":"x","origin":[7.75,8.79445,5.2749]},"faces":{"north":{"uv":[2.5,9.5,3.5,12],"rotation":270,"texture":"#3"},"east":{"uv":[5.5,9,3,10],"texture":"#3"},"south":{"uv":[5,9.5,6,12],"rotation":270,"texture":"#3"},"west":{"uv":[5.5,9,3,10],"rotation":180,"texture":"#3"},"up":{"uv":[2.5,9.5,5,12],"rotation":90,"texture":"#3"},"down":{"uv":[5,12,2.5,9.5],"rotation":90,"texture":"#3"}}},{"from":[6.6,2.79868,8.79953],"to":[8.9,7.59868,11.09953],"rotation":{"angle":0,"axis":"x","origin":[7.75,5.19868,9.94953]},"faces":{"north":{"uv":[0,11,5,8.5],"rotation":270,"texture":"#1"},"east":{"uv":[0,11,5,8.5],"rotation":270,"texture":"#1"},"south":{"uv":[0,11,5,8.5],"rotation":270,"texture":"#1"},"west":{"uv":[0,11,5,8.5],"rotation":270,"texture":"#1"}}},{"from":[6.25,11.06569,6.74543],"to":[9.25,16.06569,9.74543],"rotation":{"angle":0,"axis":"x","origin":[7.75,6.2669,11.42827]},"faces":{"north":{"uv":[2.5,11.5,7.5,8.5],"rotation":90,"texture":"#1"},"east":{"uv":[2.5,11.5,7.5,8.5],"rotation":90,"texture":"#1"},"south":{"uv":[2.5,11.5,7.5,8.5],"rotation":90,"texture":"#1"},"west":{"uv":[2.5,11.5,7.5,8.5],"rotation":90,"texture":"#1"},"up":{"uv":[5.5,8.5,2.5,11.5],"rotation":90,"texture":"#1"},"down":{"uv":[7.5,8.5,4.5,11.5],"rotation":90,"texture":"#1"}}},{"from":[6,14.58092,5.45561],"to":[9.5,18.58092,7.95561],"rotation":{"angle":22.5,"axis":"x","origin":[7.875,11.61797,9.28055]},"faces":{"north":{"uv":[2.5,11,6.5,8.5],"rotation":270,"texture":"#1"},"east":{"uv":[2.5,11,6.5,8.5],"rotation":270,"texture":"#1"},"south":{"uv":[2.5,11,6.5,8.5],"rotation":270,"texture":"#1"},"west":{"uv":[2.5,11,6.5,8.5],"rotation":270,"texture":"#1"},"up":{"uv":[6.5,8.5,4,11],"rotation":270,"texture":"#1"},"down":{"uv":[5,8.5,2.5,11],"rotation":270,"texture":"#1"}}},{"from":[6.15,18.65051,7.17418],"to":[9.75,19.85051,11.67418],"rotation":{"angle":-22.5,"axis":"x","origin":[7.75,19.15051,9.67418]},"faces":{"north":{"uv":[5.5,7.5,4.5,11.5],"rotation":90,"texture":"#1"},"east":{"uv":[4.5,8.5,9.5,7.5],"rotation":180,"texture":"#1"},"south":{"uv":[7,7.5,6,11.5],"rotation":270,"texture":"#1"},"west":{"uv":[4.5,8.5,9.5,7.5],"texture":"#1"},"up":{"uv":[4.5,11.5,9.5,7.5],"rotation":90,"texture":"#1"},"down":{"uv":[4.5,11.5,9.5,7.5],"rotation":270,"texture":"#1"}}},{"from":[6.35,21.83601,6.85642],"to":[8.75,23.83601,11.85642],"rotation":{"angle":-45,"axis":"x","origin":[7.875,24.15002,13.45909]},"faces":{"north":{"uv":[5,9,3,11],"rotation":90,"texture":"#1"},"east":{"uv":[3,11,8,9],"rotation":180,"texture":"#1"},"south":{"uv":[6.5,9,4.5,11],"rotation":270,"texture":"#1"},"west":{"uv":[3,11,8,9],"texture":"#1"},"up":{"uv":[3,11,8,9],"rotation":90,"texture":"#1"},"down":{"uv":[3,11,8,9],"rotation":270,"texture":"#1"}}},{"from":[7.25,22.28601,8.60642],"to":[9.25,24.28601,13.60642],"rotation":{"angle":-45,"axis":"x","origin":[7.875,23.85002,13.45909]},"faces":{"east":{"uv":[7,10.5,12,8.5],"rotation":180,"texture":"#1"},"south":{"uv":[10.5,8.5,8.5,10.5],"rotation":270,"texture":"#1"},"west":{"uv":[7,10.5,12,8.5],"texture":"#1"},"up":{"uv":[7,10.5,12,8.5],"rotation":90,"texture":"#1"},"down":{"uv":[7,10.5,12,8.5],"rotation":270,"texture":"#1"}}},{"from":[8,22.84827,12.91919],"to":[9.5,25.84827,14.41919],"rotation":{"angle":0,"axis":"x","origin":[7.875,23.85002,13.45909]},"faces":{"north":{"uv":[15,10,12,11.5],"rotation":90,"texture":"#1"},"east":{"uv":[15,10,12,11.5],"rotation":90,"texture":"#1"},"south":{"uv":[15,10,12,11.5],"rotation":90,"texture":"#1"},"west":{"uv":[15,10,12,11.5],"rotation":90,"texture":"#1"},"up":{"uv":[13.5,11.5,15,10],"rotation":90,"texture":"#1"},"down":{"uv":[12,11.5,13.5,10],"rotation":90,"texture":"#1"}}},{"from":[5.87,25.74246,14.96341],"to":[6.63,26.50246,15.72341],"rotation":{"angle":22.5,"axis":"x","origin":[7.875,24.15002,13.45909]},"faces":{"east":{"uv":[13.5,11,14.5,10],"rotation":270,"texture":"#1"},"south":{"uv":[13.5,11,14.5,10],"rotation":270,"texture":"#1"},"west":{"uv":[13.5,11,14.5,10],"rotation":270,"texture":"#1"},"up":{"uv":[16,10,15,11],"rotation":270,"texture":"#1"},"down":{"uv":[14.5,10,13.5,11],"rotation":270,"texture":"#1"}}},{"from":[6.1,24.9545,14.48419],"to":[6.9,25.7545,15.78419],"rotation":{"angle":0,"axis":"x","origin":[7.875,24.15002,13.45909]},"faces":{"east":{"uv":[13.5,11,15,10],"rotation":180,"texture":"#1"},"south":{"uv":[16,10,15,11],"rotation":270,"texture":"#1"},"west":{"uv":[13.5,11,15,10],"texture":"#1"},"up":{"uv":[13.5,11,15,10],"rotation":90,"texture":"#1"},"down":{"uv":[13.5,11,15,10],"rotation":270,"texture":"#1"}}},{"from":[6,23.58749,13.32617],"to":[7,24.58749,15.32617],"rotation":{"angle":-45,"axis":"x","origin":[7.875,24.15002,13.45909]},"faces":{"north":{"uv":[14.5,10,13.5,11],"rotation":90,"texture":"#1"},"east":{"uv":[13.5,11,15.5,10],"rotation":180,"texture":"#1"},"south":{"uv":[16,10,15,11],"rotation":270,"texture":"#1"},"west":{"uv":[13.5,11,15.5,10],"texture":"#1"},"up":{"uv":[13.5,11,15.5,10],"rotation":90,"texture":"#1"},"down":{"uv":[13.5,11,15.5,10],"rotation":270,"texture":"#1"}}},{"from":[6.25,21.38597,12.79211],"to":[7.75,24.38597,14.29211],"rotation":{"angle":22.5,"axis":"x","origin":[7.875,24.15002,13.45909]},"faces":{"north":{"uv":[8.5,10,11.5,8.5],"rotation":270,"texture":"#1"},"east":{"uv":[8.5,10,11.5,8.5],"rotation":270,"texture":"#1"},"south":{"uv":[8.5,10,11.5,8.5],"rotation":270,"texture":"#1"},"west":{"uv":[8.5,10,11.5,8.5],"rotation":270,"texture":"#1"},"up":{"uv":[11.5,8.5,10,10],"rotation":270,"texture":"#1"},"down":{"uv":[10,8.5,8.5,10],"rotation":270,"texture":"#1"}}},{"from":[7.85,18.00243,7.17034],"to":[9.35,21.75243,8.67034],"rotation":{"angle":-45,"axis":"x","origin":[8.625,21.96594,8.59099]},"faces":{"north":{"uv":[8.5,10,11.5,8.5],"rotation":270,"texture":"#1"},"east":{"uv":[8.5,10,11.5,8.5],"rotation":270,"texture":"#1"},"south":{"uv":[8.5,10,11.5,8.5],"rotation":270,"texture":"#1"},"west":{"uv":[8.5,10,11.5,8.5],"rotation":270,"texture":"#1"},"up":{"uv":[11.5,8.5,10,10],"rotation":270,"texture":"#1"},"down":{"uv":[10,8.5,8.5,10],"rotation":270,"texture":"#1"}}},{"from":[8.25,21.12936,7.62922],"to":[9.25,23.12936,8.62922],"rotation":{"angle":-22.5,"axis":"x","origin":[8.625,21.96594,8.59099]},"faces":{"north":{"uv":[13.5,11,15.5,10],"rotation":270,"texture":"#1"},"east":{"uv":[13.5,11,15.5,10],"rotation":270,"texture":"#1"},"south":{"uv":[13.5,11,15.5,10],"rotation":270,"texture":"#1"},"west":{"uv":[13.5,11,15.5,10],"rotation":270,"texture":"#1"},"up":{"uv":[16,10,15,11],"rotation":270,"texture":"#1"}}},{"from":[8.35,22.12275,7.11334],"to":[9.15,23.42275,7.91334],"rotation":{"angle":22.5,"axis":"x","origin":[8.625,21.96594,8.59099]},"faces":{"north":{"uv":[13.5,11,15,10],"rotation":270,"texture":"#1"},"east":{"uv":[13.5,11,15,10],"rotation":270,"texture":"#1"},"south":{"uv":[13.5,11,15,10],"rotation":270,"texture":"#1"},"west":{"uv":[13.5,11,15,10],"rotation":270,"texture":"#1"},"up":{"uv":[16,10,15,11],"rotation":270,"texture":"#1"}}},{"from":[8.12,23.10892,9.34164],"to":[8.88,23.86892,10.10164],"rotation":{"angle":-45,"axis":"x","origin":[8.625,21.96594,8.59099]},"faces":{"north":{"uv":[13.5,11,14.5,10],"rotation":270,"texture":"#1"},"east":{"uv":[13.5,11,14.5,10],"rotation":270,"texture":"#1"},"south":{"uv":[13.5,11,14.5,10],"rotation":270,"texture":"#1"},"west":{"uv":[13.5,11,14.5,10],"rotation":270,"texture":"#1"},"up":{"uv":[16,10,15,11],"rotation":270,"texture":"#1"},"down":{"uv":[14.5,10,13.5,11],"rotation":270,"texture":"#1"}}},{"from":[6.05,22.00737,11.10752],"to":[7.55,24.75737,12.60752],"rotation":{"angle":-22.5,"axis":"x","origin":[6.775,25.08288,11.10164]},"faces":{"north":{"uv":[11.5,8.5,8.5,10],"rotation":90,"texture":"#1"},"east":{"uv":[11.5,8.5,8.5,10],"rotation":90,"texture":"#1"},"south":{"uv":[11.5,8.5,8.5,10],"rotation":90,"texture":"#1"},"west":{"uv":[11.5,8.5,8.5,10],"rotation":90,"texture":"#1"},"up":{"uv":[11.5,8.5,10,10],"rotation":90,"texture":"#1"},"down":{"uv":[10,8.5,8.5,10],"rotation":90,"texture":"#1"}}},{"from":[6.15,24.11021,11.0993],"to":[7.15,26.11021,12.0993],"rotation":{"angle":-45,"axis":"x","origin":[6.775,25.08288,11.10164]},"faces":{"north":{"uv":[13.5,11,15.5,10],"rotation":270,"texture":"#1"},"east":{"uv":[13.5,11,15.5,10],"rotation":270,"texture":"#1"},"south":{"uv":[13.5,11,15.5,10],"rotation":270,"texture":"#1"},"west":{"uv":[13.5,11,15.5,10],"rotation":270,"texture":"#1"},"up":{"uv":[15,11,16,10],"rotation":270,"texture":"#1"}}},{"from":[6.25,25.68969,9.76644],"to":[7.05,26.48969,11.06644],"rotation":{"angle":0,"axis":"x","origin":[6.775,25.08288,11.10164]},"faces":{"north":{"uv":[15,11,16,10],"rotation":90,"texture":"#1"},"east":{"uv":[13.5,11,15,10],"texture":"#1"},"west":{"uv":[13.5,11,15,10],"rotation":180,"texture":"#1"},"up":{"uv":[13.5,11,15,10],"rotation":270,"texture":"#1"},"down":{"uv":[13.5,11,15,10],"rotation":90,"texture":"#1"}}},{"from":[6.52,26.11386,9.67622],"to":[7.28,26.87386,10.43622],"rotation":{"angle":-22.5,"axis":"x","origin":[6.775,25.08288,11.10164]},"faces":{"north":{"uv":[14.5,10,13.5,11],"rotation":90,"texture":"#1"},"east":{"uv":[14.5,10,13.5,11],"rotation":90,"texture":"#1"},"south":{"uv":[14.5,10,13.5,11],"rotation":90,"texture":"#1"},"west":{"uv":[14.5,10,13.5,11],"rotation":90,"texture":"#1"},"up":{"uv":[16,10,15,11],"rotation":90,"texture":"#1"},"down":{"uv":[14.5,10,13.5,11],"rotation":90,"texture":"#1"}}},{"from":[9.12,27.20476,15.09049],"to":[9.88,27.96476,15.85049],"rotation":{"angle":0,"axis":"x","origin":[7.875,23.85002,13.45909]},"faces":{"north":{"uv":[14.5,10,13.5,11],"rotation":90,"texture":"#1"},"east":{"uv":[13.5,11,14.5,10],"rotation":180,"texture":"#1"},"south":{"uv":[16,10,15,11],"rotation":270,"texture":"#1"},"west":{"uv":[13.5,11,14.5,10],"texture":"#1"},"up":{"uv":[13.5,11,14.5,10],"rotation":90,"texture":"#1"},"down":{"uv":[13.5,11,14.5,10],"rotation":270,"texture":"#1"}}},{"from":[8.85,26.23402,15.27601],"to":[9.65,27.03402,16.57601],"rotation":{"angle":-22.5,"axis":"x","origin":[7.875,23.85002,13.45909]},"faces":{"east":{"uv":[13.5,11,15,10],"rotation":180,"texture":"#1"},"south":{"uv":[16,10,15,11],"rotation":270,"texture":"#1"},"west":{"uv":[13.5,11,15,10],"texture":"#1"},"up":{"uv":[13.5,11,15,10],"rotation":90,"texture":"#1"},"down":{"uv":[13.5,11,15,10],"rotation":270,"texture":"#1"}}},{"from":[8.75,25.39389,12.46462],"to":[9.75,27.39389,13.46462],"rotation":{"angle":22.5,"axis":"x","origin":[7.875,23.85002,13.45909]},"faces":{"north":{"uv":[13.5,11,15.5,10],"rotation":270,"texture":"#1"},"east":{"uv":[13.5,11,15.5,10],"rotation":270,"texture":"#1"},"south":{"uv":[13.5,11,15.5,10],"rotation":270,"texture":"#1"},"west":{"uv":[13.5,11,15.5,10],"rotation":270,"texture":"#1"},"up":{"uv":[16,10,15,11],"rotation":270,"texture":"#1"},"down":{"uv":[14.5,10,13.5,11],"rotation":270,"texture":"#1"}}},{"from":[7.99,12.98,5.41493],"to":[8.01,32,24.43493],"rotation":{"angle":-22.5,"axis":"x","origin":[8,22.58289,14.92493]},"faces":{"east":{"uv":[16,0,0,16],"rotation":270,"texture":"#5"},"west":{"uv":[0,0,16,16],"rotation":90,"texture":"#5"}}}],"display":{"thirdperson_righthand":{"rotation":[18,0,0],"translation":[0,0.5,0.25]},"thirdperson_lefthand":{"rotation":[18,0,0],"translation":[0,0.5,0.25]},"firstperson_righthand":{"rotation":[-9,0,0],"translation":[2.75,-1.25,0.75],"scale":[0.71,0.71,0.71]},"firstperson_lefthand":{"rotation":[-9,0,0],"translation":[2.75,-1.25,0.75],"scale":[0.71,0.71,0.71]},"gui":{"rotation":[25,50,-25],"translation":[-0.75,0,0],"scale":[0.53,0.53,0.53]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/rose.json b/assets/minecraft/models/item/wynn/skin/wand/rose.json new file mode 100644 index 000000000..871a9b5d2 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/rose.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/rose","particle":"skins/rose"},"elements":[{"from":[7.5,-7.15729,5.79923],"to":[8.5,-1.15729,6.79923],"rotation":{"angle":22.5,"axis":"x","origin":[8.02042,-3.35171,6.28129]},"faces":{"north":{"uv":[4,5.5,13,7],"rotation":90,"texture":"#0"},"east":{"uv":[2,6,11,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[3.5,7,12.5,8.5],"rotation":90,"texture":"#0"},"west":{"uv":[5,6,14,7.5],"rotation":270,"texture":"#0"},"up":{"uv":[4,6,5,7],"rotation":90,"texture":"#0"},"down":{"uv":[4,6,16,8],"rotation":90,"texture":"#0"}}},{"from":[7.55201,-8.20917,4.41186],"to":[8.45201,-6.70917,5.31186],"rotation":{"angle":0,"axis":"x","origin":[7.82668,-7.56683,4.63479]},"faces":{"north":{"uv":[11.5,6,13,8.5],"texture":"#0"},"east":{"uv":[8,6,9.5,8.5],"texture":"#0"},"south":{"uv":[0,6,1.5,8.5],"texture":"#0"},"west":{"uv":[14.5,5.5,16,8],"texture":"#0"},"up":{"uv":[8,6,9.5,8.5],"texture":"#0"},"down":{"uv":[8,6,9.5,8.5],"texture":"#0"}}},{"from":[7.70201,-6.05917,4.66186],"to":[8.30201,-4.85917,5.26186],"rotation":{"angle":0,"axis":"x","origin":[7.82668,-5.56683,4.73479]},"faces":{"north":{"uv":[12.5,9.5,13.5,11.1],"texture":"#0"},"east":{"uv":[12.5,9.5,13.5,11.1],"texture":"#0"},"south":{"uv":[12.5,9.5,13.5,11.1],"texture":"#0"},"west":{"uv":[12.5,9.5,13.5,11.1],"texture":"#0"},"up":{"uv":[12.5,9.5,13.5,10.5],"texture":"#0"},"down":{"uv":[12.5,9.5,13.5,11.1],"texture":"#0"}}},{"from":[7.70201,-2.45917,6.26186],"to":[8.30201,-1.25917,6.86186],"rotation":{"angle":-22.5,"axis":"x","origin":[8.01776,-1.85558,6.54253]},"faces":{"north":{"uv":[12.5,9.5,13.5,11.1],"texture":"#0"},"east":{"uv":[12.5,9.5,13.5,11.1],"texture":"#0"},"south":{"uv":[12.5,9.5,13.5,11.1],"texture":"#0"},"west":{"uv":[12.5,9.5,13.5,11.1],"texture":"#0"},"up":{"uv":[12.5,9.5,13.5,10.5],"texture":"#0"},"down":{"uv":[12.5,9.5,13.5,11.1],"texture":"#0"}}},{"from":[7.70201,0.34083,6.46186],"to":[8.30201,1.54083,7.06186],"rotation":{"angle":-22.5,"axis":"x","origin":[8.01776,0.94442,6.74253]},"faces":{"north":{"uv":[12.5,9.5,13.5,11.1],"texture":"#0"},"east":{"uv":[12.5,9.5,13.5,11.1],"texture":"#0"},"south":{"uv":[12.5,9.5,13.5,11.1],"texture":"#0"},"west":{"uv":[12.5,9.5,13.5,11.1],"texture":"#0"},"up":{"uv":[12.5,9.5,13.5,10.5],"texture":"#0"},"down":{"uv":[12.5,9.5,13.5,11.1],"texture":"#0"}}},{"from":[7.70201,-1.35605,7.15999],"to":[8.30201,-0.15605,7.75999],"rotation":{"angle":22.5,"axis":"x","origin":[8.01216,-0.74931,7.44944]},"faces":{"north":{"uv":[12.5,9.5,13.5,11.1],"texture":"#0"},"east":{"uv":[12.5,9.5,13.5,11.1],"texture":"#0"},"south":{"uv":[12.5,9.5,13.5,11.1],"texture":"#0"},"west":{"uv":[12.5,9.5,13.5,11.1],"texture":"#0"},"up":{"uv":[12.5,9.5,13.5,10.5],"rotation":180,"texture":"#0"},"down":{"uv":[12.5,9.5,13.5,11.1],"texture":"#0"}}},{"from":[7.60485,-9.41874,4.72832],"to":[8.40485,-8.01874,5.52832],"rotation":{"angle":-22.5,"axis":"x","origin":[7.83133,-8.81496,4.89806]},"faces":{"north":{"uv":[0,7,1,8.5],"texture":"#0"},"east":{"uv":[0,7,1,8.5],"texture":"#0"},"south":{"uv":[0,7,1,8.5],"texture":"#0"},"west":{"uv":[0,7,1,8.5],"texture":"#0"},"up":{"uv":[0,7,1,8.5],"texture":"#0"},"down":{"uv":[0,7,1,8.5],"texture":"#0"}}},{"from":[7.7,-0.56702,6.65358],"to":[8.3,1.03298,7.25358],"rotation":{"angle":45,"axis":"z","origin":[8.01985,-0.86472,6.23144]},"faces":{"north":{"uv":[6,7,11,6],"rotation":90,"texture":"#0"},"east":{"uv":[4.5,6.5,9.5,5.5],"rotation":90,"texture":"#0"},"south":{"uv":[5,6.5,10,7.5],"rotation":90,"texture":"#0"},"west":{"uv":[6,8,11,7],"rotation":90,"texture":"#0"},"up":{"uv":[6,7,11,6],"rotation":90,"texture":"#0"},"down":{"uv":[6,7,11,6],"rotation":90,"texture":"#0"}}},{"from":[4.33208,0.15085,7.19553],"to":[6.93208,2.15085,7.21553],"rotation":{"angle":22.5,"axis":"x","origin":[5.64012,1.14746,7.30019]},"faces":{"north":{"uv":[6,14.5,1.5,10.5],"rotation":180,"texture":"#0"},"south":{"uv":[1.5,14.5,6,10.5],"rotation":180,"texture":"#0"}}},{"from":[9.16792,-0.74915,7.19553],"to":[11.76792,1.25085,7.21553],"rotation":{"angle":22.5,"axis":"x","origin":[10.45988,0.24746,7.30019]},"faces":{"north":{"uv":[1.5,14.5,6,10.5],"rotation":180,"texture":"#0"},"south":{"uv":[6,14.5,1.5,10.5],"rotation":180,"texture":"#0"}}},{"from":[9.27279,-2.08256,6.65358],"to":[9.87279,-0.48256,7.25358],"rotation":{"angle":-45,"axis":"z","origin":[9.56244,-0.27075,6.93895]},"faces":{"north":{"uv":[6,6,11,7],"rotation":90,"texture":"#0"},"east":{"uv":[6,7,11,8],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,6.5,10.5,7.5],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,6.5,10.5,5.5],"rotation":90,"texture":"#0"},"up":{"uv":[6,6,11,7],"rotation":90,"texture":"#0"},"down":{"uv":[6,6,11,7],"rotation":90,"texture":"#0"}}},{"from":[8.50754,-1.55626,6.75358],"to":[9.30754,-1.15626,7.15358],"rotation":{"angle":22.5,"axis":"z","origin":[8.71523,-1.34347,6.9355]},"faces":{"north":{"uv":[12.5,9.5,13.5,11],"rotation":270,"texture":"#0"},"east":{"uv":[13.5,9.5,14.1,10.1],"rotation":270,"texture":"#0"},"south":{"uv":[12.5,9.5,13.5,11],"rotation":90,"texture":"#0"},"west":{"uv":[12.5,9.5,13.5,11],"rotation":270,"texture":"#0"},"up":{"uv":[12.5,9.5,13.5,11],"rotation":270,"texture":"#0"},"down":{"uv":[12.5,9.5,13.5,11],"rotation":90,"texture":"#0"}}},{"from":[8.90983,-0.89286,6.75358],"to":[9.30983,-0.09286,7.15358],"rotation":{"angle":-22.5,"axis":"z","origin":[9.11217,-0.47827,6.93579]},"faces":{"north":{"uv":[12.5,9.5,13.5,11],"texture":"#0"},"east":{"uv":[12.5,9.5,13.5,11],"texture":"#0"},"south":{"uv":[12.5,9.5,13.5,11],"texture":"#0"},"west":{"uv":[12.5,9.5,13.5,11],"texture":"#0"},"up":{"uv":[13,9.5,14,10.5],"texture":"#0"},"down":{"uv":[12.5,9.5,13.5,11],"texture":"#0"}}},{"from":[6.57962,-0.14318,6.75358],"to":[6.97962,0.65682,7.15358],"rotation":{"angle":22.5,"axis":"z","origin":[6.50955,0.9226,6.93755]},"faces":{"north":{"uv":[12.5,9.5,13.5,11],"texture":"#0"},"east":{"uv":[12.5,9.5,13.5,11],"texture":"#0"},"south":{"uv":[12.5,9.5,13.5,11],"texture":"#0"},"west":{"uv":[12.5,9.5,13.5,11],"texture":"#0"},"up":{"uv":[13.5,9.5,14.1,10.1],"texture":"#0"},"down":{"uv":[12.5,9.5,13.5,11],"texture":"#0"}}},{"from":[7.4993,-1.52278,6.60052],"to":[8.4993,1.47722,7.60052],"rotation":{"angle":0,"axis":"x","origin":[8.01468,0.77103,7.08704]},"faces":{"north":{"uv":[7,5.5,11.5,7],"rotation":90,"texture":"#0"},"east":{"uv":[5.5,6,10,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[1,7,5.5,8.5],"rotation":90,"texture":"#0"},"west":{"uv":[6,6,10.5,7.5],"rotation":270,"texture":"#0"},"up":{"uv":[7,5.5,11.5,7],"rotation":90,"texture":"#0"},"down":{"uv":[7,5.5,11.5,7],"rotation":90,"texture":"#0"}}},{"from":[7.44832,1.04972,7.09613],"to":[8.54832,3.14972,8.19613],"rotation":{"angle":45,"axis":"x","origin":[7.81407,1.90034,7.42976]},"faces":{"north":{"uv":[5.5,5.5,7,8.5],"rotation":180,"texture":"#0"},"east":{"uv":[5.5,5.5,4,8.5],"rotation":180,"texture":"#0"},"south":{"uv":[14.5,5.5,16,8.5],"rotation":180,"texture":"#0"},"west":{"uv":[2.5,5.5,4,8.5],"rotation":180,"texture":"#0"},"up":{"uv":[12,5.5,13.5,8.5],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,6.5,11,8],"rotation":180,"texture":"#0"}}},{"from":[7.39873,1.86999,7.36717],"to":[8.59873,3.06999,8.56717],"rotation":{"angle":-22.5,"axis":"x","origin":[7.81296,2.78005,7.77815]},"faces":{"north":{"uv":[13,7.5,13.85,8.35],"texture":"#0"},"east":{"uv":[13,7.5,13.85,8.35],"texture":"#0"},"south":{"uv":[13,7.5,13.85,8.35],"texture":"#0"},"west":{"uv":[13,7.5,13.85,8.35],"texture":"#0"},"up":{"uv":[13,7.5,13.85,8.35],"texture":"#0"},"down":{"uv":[13,7.5,13.85,8.35],"texture":"#0"}}},{"from":[7,3.15,7],"to":[9,4.15,9],"rotation":{"angle":0,"axis":"y","origin":[15,11.15,15]},"faces":{"north":{"uv":[10.5,0,12.5,2],"texture":"#0"},"east":{"uv":[10.5,0,12.5,2],"texture":"#0"},"south":{"uv":[10.5,0,12.5,2],"texture":"#0"},"west":{"uv":[10.5,0,12.5,2],"texture":"#0"},"up":{"uv":[9,0,11,2],"texture":"#0"},"down":{"uv":[10.5,0,12.5,2],"texture":"#0"}}},{"from":[6.25,2.9,6.25],"to":[9.75,3.9,9.75],"rotation":{"angle":45,"axis":"y","origin":[8.01152,3.40002,7.98846]},"faces":{"north":{"uv":[3.5,3.5,8.5,5],"texture":"#0"},"east":{"uv":[3.5,3.5,8.5,5],"texture":"#0"},"south":{"uv":[3.5,3.5,8.5,5],"texture":"#0"},"west":{"uv":[3.5,3.5,8.5,5],"texture":"#0"},"up":{"uv":[12,1,16,5],"texture":"#0"},"down":{"uv":[1,1.5,4.5,5],"texture":"#0"}}},{"from":[7,3.1,4.95],"to":[9,3.35,7.95],"rotation":{"angle":45,"axis":"y","origin":[8,4.875,8]},"faces":{"north":{"uv":[9.5,0,11.5,0.25],"texture":"#0"},"east":{"uv":[3.5,0.5,6.5,0.75],"texture":"#0"},"south":{"uv":[7.5,4,9.5,4.25],"texture":"#0"},"west":{"uv":[12.5,0,15.5,0.25],"texture":"#0"},"up":{"uv":[7,0.5,9,3.5],"texture":"#0"},"down":{"uv":[12.5,0,14.5,3],"rotation":180,"texture":"#0"}}},{"from":[7.38602,3.1,8.74611],"to":[9.38602,3.35,11.74611],"rotation":{"angle":45,"axis":"y","origin":[7.25832,3.98967,8.96351]},"faces":{"north":{"uv":[7.5,4,9.5,4.25],"texture":"#0"},"east":{"uv":[12.5,0,15.5,0.25],"texture":"#0"},"south":{"uv":[9.5,0,11.5,0.25],"texture":"#0"},"west":{"uv":[3.5,0.5,6.5,0.75],"texture":"#0"},"up":{"uv":[7,0.5,9,3.5],"rotation":180,"texture":"#0"},"down":{"uv":[12.5,0,14.5,3],"texture":"#0"}}},{"from":[8.2,3.1,7.05],"to":[11.2,3.35,9.05],"rotation":{"angle":45,"axis":"y","origin":[8.15,4.875,8.05]},"faces":{"north":{"uv":[12.5,0,15.5,0.25],"texture":"#0"},"east":{"uv":[9.5,0,11.5,0.25],"texture":"#0"},"south":{"uv":[3.5,0.5,6.5,0.75],"texture":"#0"},"west":{"uv":[7.5,4,9.5,4.25],"texture":"#0"},"up":{"uv":[7,0.5,9,3.5],"rotation":90,"texture":"#0"},"down":{"uv":[12.5,0,14.5,3],"rotation":90,"texture":"#0"}}},{"from":[5.56531,3.1,7.55469],"to":[8.56531,3.35,9.55469],"rotation":{"angle":45,"axis":"y","origin":[7.55832,3.98967,8.96351]},"faces":{"north":{"uv":[3.5,0.5,6.5,0.75],"texture":"#0"},"east":{"uv":[7.5,4,9.5,4.25],"texture":"#0"},"south":{"uv":[12.5,0,15.5,0.25],"texture":"#0"},"west":{"uv":[9.5,0,11.5,0.25],"texture":"#0"},"up":{"uv":[7,0.5,9,3.5],"rotation":270,"texture":"#0"},"down":{"uv":[12.5,0,14.5,3],"rotation":270,"texture":"#0"}}},{"from":[7.3,2.75,7.3],"to":[8.7,4.55,8.7],"rotation":{"angle":0,"axis":"y","origin":[8.01108,3.65002,7.9889]},"faces":{"north":{"uv":[0,3,1.4,4.8],"texture":"#0"},"east":{"uv":[0,3,1.4,4.8],"texture":"#0"},"south":{"uv":[0,3,1.4,4.8],"texture":"#0"},"west":{"uv":[0,3,1.4,4.8],"texture":"#0"},"up":{"uv":[12,3,13.5,4.5],"texture":"#0"},"down":{"uv":[0,3,1.4,4.8],"texture":"#0"}}},{"from":[6.5,3.55,4.45],"to":[9.5,3.8,7.45],"rotation":{"angle":22.5,"axis":"x","origin":[7.5,3.675,6.45]},"faces":{"north":{"uv":[7.5,2,10.5,2.25],"texture":"#0"},"east":{"uv":[7.5,4,10.5,4.25],"texture":"#0"},"south":{"uv":[7.5,4,10.5,4.25],"texture":"#0"},"west":{"uv":[7.5,2.5,10.5,2.75],"texture":"#0"},"up":{"uv":[6,2,9,5],"texture":"#0"},"down":{"uv":[3.5,2,6.5,5],"rotation":180,"texture":"#0"}}},{"from":[6.46664,3.35831,8.36372],"to":[9.46664,3.60831,11.36372],"rotation":{"angle":-22.5,"axis":"x","origin":[7.35832,3.98967,8.96351]},"faces":{"north":{"uv":[7.5,4,10.5,4.25],"texture":"#0"},"east":{"uv":[7.5,2.5,10.5,2.75],"texture":"#0"},"south":{"uv":[7.5,2,10.5,2.25],"texture":"#0"},"west":{"uv":[7.5,4,10.5,4.25],"texture":"#0"},"up":{"uv":[6,2,9,5],"rotation":180,"texture":"#0"},"down":{"uv":[3.5,2,6.5,5],"texture":"#0"}}},{"from":[8.6,3.55,6.55],"to":[11.6,3.8,9.55],"rotation":{"angle":22.5,"axis":"z","origin":[9.6,3.675,7.55]},"faces":{"north":{"uv":[7.5,2.5,10.5,2.75],"texture":"#0"},"east":{"uv":[7.5,2,10.5,2.25],"texture":"#0"},"south":{"uv":[7.5,4,10.5,4.25],"texture":"#0"},"west":{"uv":[7.5,4,10.5,4.25],"texture":"#0"},"up":{"uv":[6,2,9,5],"rotation":90,"texture":"#0"},"down":{"uv":[3.5,2,6.5,5],"rotation":90,"texture":"#0"}}},{"from":[4.67016,3.15619,6.42703],"to":[7.67016,3.40619,9.42703],"rotation":{"angle":-22.5,"axis":"z","origin":[7.55832,3.98967,8.96351]},"faces":{"north":{"uv":[7.5,4,10.5,4.25],"texture":"#0"},"east":{"uv":[7.5,4,10.5,4.25],"texture":"#0"},"south":{"uv":[7.5,2.5,10.5,2.75],"texture":"#0"},"west":{"uv":[7.5,2,10.5,2.25],"texture":"#0"},"up":{"uv":[6,2,9,5],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,2,6.5,5],"rotation":270,"texture":"#0"}}},{"from":[6,3.74504,4.98873],"to":[9,3.99504,6.98873],"rotation":{"angle":45,"axis":"x","origin":[7.50545,3.86987,6.47909]},"faces":{"north":{"uv":[7.5,0,10.5,0.25],"texture":"#0"},"east":{"uv":[8,1,10,1.25],"texture":"#0"},"south":{"uv":[7.5,4,10.5,4.25],"texture":"#0"},"west":{"uv":[10,1,12,1.25],"texture":"#0"},"up":{"uv":[7,0,10,2],"texture":"#0"},"down":{"uv":[6,1,9,3],"rotation":180,"texture":"#0"}}},{"from":[6.96664,3.40224,8.74706],"to":[9.96664,3.65224,10.74706],"rotation":{"angle":-45,"axis":"x","origin":[7.35832,3.98967,8.96351]},"faces":{"north":{"uv":[7.5,4,10.5,4.25],"texture":"#0"},"east":{"uv":[10,1,12,1.25],"texture":"#0"},"south":{"uv":[7.5,0,10.5,0.25],"texture":"#0"},"west":{"uv":[8,1,10,1.25],"texture":"#0"},"up":{"uv":[7,0,10,2],"rotation":180,"texture":"#0"},"down":{"uv":[6,1,9,3],"texture":"#0"}}},{"from":[9.06127,3.74504,6.05],"to":[11.06127,3.99504,9.05],"rotation":{"angle":45,"axis":"z","origin":[9.57091,3.86987,7.55545]},"faces":{"north":{"uv":[10,1,12,1.25],"texture":"#0"},"east":{"uv":[7.5,0,10.5,0.25],"texture":"#0"},"south":{"uv":[8,1,10,1.25],"texture":"#0"},"west":{"uv":[7.5,4,10.5,4.25],"texture":"#0"},"up":{"uv":[7,0,10,2],"rotation":90,"texture":"#0"},"down":{"uv":[6,1,9,3],"rotation":90,"texture":"#0"}}},{"from":[5.40131,3.02877,6.92703],"to":[7.40131,3.27877,9.92703],"rotation":{"angle":-45,"axis":"z","origin":[7.55832,3.98967,8.96351]},"faces":{"north":{"uv":[8,1,10,1.25],"texture":"#0"},"east":{"uv":[7.5,4,10.5,4.25],"texture":"#0"},"south":{"uv":[10,1,12,1.25],"texture":"#0"},"west":{"uv":[7.5,0,10.5,0.25],"texture":"#0"},"up":{"uv":[7,0,10,2],"rotation":270,"texture":"#0"},"down":{"uv":[6,1,9,3],"rotation":270,"texture":"#0"}}},{"from":[7.03236,3.86321,6.45608],"to":[9.03236,4.86321,6.70608],"rotation":{"angle":-22.5,"axis":"y","origin":[8.02296,4.36323,7.99657]},"faces":{"north":{"uv":[7.5,0.5,9.5,1.5],"texture":"#0"},"east":{"uv":[11,0,11.25,1],"texture":"#0"},"south":{"uv":[9,0,11,1],"texture":"#0"},"west":{"uv":[12.5,0,12.75,1],"texture":"#0"},"up":{"uv":[8.5,1,10.5,1.25],"texture":"#0"},"down":{"uv":[7.5,4,8.35,4.85],"texture":"#0"}}},{"from":[6.51353,3.86321,9.12177],"to":[8.51353,4.86321,9.37177],"rotation":{"angle":-22.5,"axis":"y","origin":[7.35832,3.98967,8.96351]},"faces":{"north":{"uv":[9,0,11,1],"texture":"#0"},"east":{"uv":[12.5,0,12.75,1],"texture":"#0"},"south":{"uv":[7.5,0.5,9.5,1.5],"texture":"#0"},"west":{"uv":[11,0,11.25,1],"texture":"#0"},"up":{"uv":[8.5,1,10.5,1.25],"rotation":180,"texture":"#0"},"down":{"uv":[7.5,4,8.35,4.85],"rotation":180,"texture":"#0"}}},{"from":[9.34392,3.86321,7.08236],"to":[9.59392,4.86321,9.08236],"rotation":{"angle":-22.5,"axis":"y","origin":[8.05343,4.36323,8.07296]},"faces":{"north":{"uv":[12.5,0,12.75,1],"texture":"#0"},"east":{"uv":[7.5,0.5,9.5,1.5],"texture":"#0"},"south":{"uv":[11,0,11.25,1],"texture":"#0"},"west":{"uv":[9,0,11,1],"texture":"#0"},"up":{"uv":[8.5,1,10.5,1.25],"rotation":90,"texture":"#0"},"down":{"uv":[7.5,4,8.35,4.85],"rotation":270,"texture":"#0"}}},{"from":[6.03267,3.86321,6.80124],"to":[6.28267,4.86321,8.80124],"rotation":{"angle":-22.5,"axis":"y","origin":[7.55832,3.98967,8.96351]},"faces":{"north":{"uv":[11,0,11.25,1],"texture":"#0"},"east":{"uv":[9,0,11,1],"texture":"#0"},"south":{"uv":[12.5,0,12.75,1],"texture":"#0"},"west":{"uv":[7.5,0.5,9.5,1.5],"texture":"#0"},"up":{"uv":[8.5,1,10.5,1.25],"rotation":270,"texture":"#0"},"down":{"uv":[7.5,4,8.35,4.85],"rotation":90,"texture":"#0"}}},{"from":[7.02532,3.26321,5.93144],"to":[9.02532,5.26321,6.18144],"rotation":{"angle":45,"axis":"y","origin":[8.02281,4.46322,8.00644]},"faces":{"north":{"uv":[5.5,0,7.5,2],"texture":"#0"},"east":{"uv":[6.5,0,6.75,2],"texture":"#0"},"south":{"uv":[5.5,0,7.5,2],"texture":"#0"},"west":{"uv":[8.5,0.5,8.75,2.5],"texture":"#0"},"up":{"uv":[5.5,0,7.5,0.25],"texture":"#0"},"down":{"uv":[7.5,4,8.35,4.85],"texture":"#0"}}},{"from":[7.37194,3.26321,10.50043],"to":[9.37194,5.26321,10.75043],"rotation":{"angle":45,"axis":"y","origin":[7.25832,3.98967,8.96351]},"faces":{"north":{"uv":[5.5,0,7.5,2],"texture":"#0"},"east":{"uv":[8.5,0.5,8.75,2.5],"texture":"#0"},"south":{"uv":[5.5,0,7.5,2],"texture":"#0"},"west":{"uv":[6.5,0,6.75,2],"texture":"#0"},"up":{"uv":[5.5,0,7.5,0.25],"rotation":180,"texture":"#0"},"down":{"uv":[7.5,4,8.35,4.85],"rotation":180,"texture":"#0"}}},{"from":[9.96856,3.26321,7.07532],"to":[10.21856,5.26321,9.07532],"rotation":{"angle":45,"axis":"y","origin":[8.14356,4.46322,8.07281]},"faces":{"north":{"uv":[8.5,0.5,8.75,2.5],"texture":"#0"},"east":{"uv":[5.5,0,7.5,2],"texture":"#0"},"south":{"uv":[6.5,0,6.75,2],"texture":"#0"},"west":{"uv":[5.5,0,7.5,2],"texture":"#0"},"up":{"uv":[5.5,0,7.5,0.25],"rotation":90,"texture":"#0"},"down":{"uv":[7.5,4,8.35,4.85],"rotation":270,"texture":"#0"}}},{"from":[6.56099,3.26321,7.54061],"to":[6.81099,5.26321,9.54061],"rotation":{"angle":45,"axis":"y","origin":[7.55832,3.98967,8.96351]},"faces":{"north":{"uv":[6.5,0,6.75,2],"texture":"#0"},"east":{"uv":[5.5,0,7.5,2],"texture":"#0"},"south":{"uv":[8.5,0.5,8.75,2.5],"texture":"#0"},"west":{"uv":[5.5,0,7.5,2],"texture":"#0"},"up":{"uv":[5.5,0,7.5,0.25],"rotation":270,"texture":"#0"},"down":{"uv":[7.5,4,8.35,4.85],"rotation":90,"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[-13,30,0],"translation":[1,15.25,0],"scale":[1.54,1.54,1.54]},"thirdperson_lefthand":{"rotation":[-13,30,0],"translation":[1,15.25,0],"scale":[1.54,1.54,1.54]},"firstperson_righthand":{"rotation":[-12,-65,15],"translation":[-2.25,9.5,0],"scale":[0.83,1,1]},"firstperson_lefthand":{"rotation":[-12,-65,15],"translation":[-2.25,9.5,0],"scale":[0.83,1,1]},"gui":{"rotation":[42,166,38],"translation":[7.4,5.5,0],"scale":[1.3,1.3,1.3]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/rune_staff.json b/assets/minecraft/models/item/wynn/skin/wand/rune_staff.json new file mode 100644 index 000000000..241eef552 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/rune_staff.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/artisansword","1":"skins/rune_flame","2":"block/spruce_log","3":"wynn/weapon/warrior/basic_wood_gold","particle":"skins/artisansword"},"elements":[{"from":[7.5,-0.4874,-3.95898],"to":[8.5,0.5126,12.04102],"rotation":{"angle":45,"axis":"x","origin":[8.00232,0.45804,1.84789]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#2"},"east":{"uv":[4,0,5,16],"rotation":90,"texture":"#2"},"south":{"uv":[0,0,1,1],"texture":"#2"},"west":{"uv":[2,0,3,16],"rotation":90,"texture":"#2"},"up":{"uv":[6,0,7,16],"texture":"#2"},"down":{"uv":[6,0,7,16],"texture":"#2"}}},{"from":[7.6,-0.3874,7.14102],"to":[8.4,0.4126,20.94102],"rotation":{"angle":45,"axis":"x","origin":[8.00232,0.45804,1.84789]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#2"},"east":{"uv":[4,0,5,16],"rotation":90,"texture":"#2"},"south":{"uv":[0,0,1,1],"texture":"#2"},"west":{"uv":[2,0,3,16],"rotation":90,"texture":"#2"},"up":{"uv":[6,0,7,16],"texture":"#2"},"down":{"uv":[6,0,7,16],"texture":"#2"}}},{"from":[7.60326,3.99038,-2.82706],"to":[8.40326,11.79038,-2.02706],"rotation":{"angle":0,"axis":"x","origin":[8.00232,0.45804,1.84789]},"faces":{"north":{"uv":[0,0,1,8],"rotation":180,"texture":"#2"},"east":{"uv":[0,0,8,1],"rotation":270,"texture":"#2"},"south":{"uv":[2,2,3,10],"texture":"#2"},"west":{"uv":[0,0,8,1],"rotation":90,"texture":"#2"},"up":{"uv":[0,0,1,1],"rotation":180,"texture":"#2"},"down":{"uv":[0,0,1,1],"texture":"#2"}}},{"from":[7.66071,8.7267,-11.87329],"to":[8.36071,9.4267,-6.17329],"rotation":{"angle":22.5,"axis":"x","origin":[8.00232,0.45804,1.84789]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#2"},"east":{"uv":[0,0,7,1],"texture":"#2"},"south":{"uv":[0,0,1,1],"texture":"#2"},"west":{"uv":[0,0,7,1],"texture":"#2"},"up":{"uv":[0,0,1,7],"texture":"#2"},"down":{"uv":[0,0,1,7],"texture":"#2"}}},{"from":[7.71537,-0.5294,-14.25662],"to":[8.31537,3.4706,-13.65662],"rotation":{"angle":45,"axis":"x","origin":[8.00232,0.45804,1.84789]},"faces":{"north":{"uv":[0,0,1,5],"rotation":180,"texture":"#2"},"east":{"uv":[0,0,5,1],"rotation":90,"texture":"#2"},"south":{"uv":[0,0,1,5],"texture":"#2"},"west":{"uv":[0,0,5,1],"rotation":270,"texture":"#2"},"up":{"uv":[0,0,1,1],"texture":"#2"},"down":{"uv":[0,0,0.5,0.8],"rotation":180,"texture":"#2"}}},{"from":[7.81537,-0.51396,-15.2337],"to":[8.21537,-0.11396,-11.8337],"rotation":{"angle":45,"axis":"x","origin":[8.00232,0.45804,1.84789]},"faces":{"north":{"uv":[0,0,0.5,0.8],"texture":"#2"},"east":{"uv":[0,0,4,1],"texture":"#2"},"south":{"uv":[0,0,1,1],"texture":"#2"},"west":{"uv":[0,0,4,1],"texture":"#2"},"up":{"uv":[0,0,1,4],"texture":"#2"},"down":{"uv":[0,0,1,4],"texture":"#2"}}},{"from":[7.9128,-0.31307,-12.03114],"to":[8.1128,0.28693,-11.83114],"rotation":{"angle":45,"axis":"x","origin":[8.00232,0.45804,1.84789]},"faces":{"north":{"uv":[0,0,1,1.4],"rotation":180,"texture":"#2"},"east":{"uv":[0,0,1.4,1],"rotation":90,"texture":"#2"},"south":{"uv":[0,0,1,1.4],"texture":"#2"},"west":{"uv":[0,0,1.4,1],"rotation":270,"texture":"#2"},"up":{"uv":[0,0,1,1],"texture":"#2"},"down":{"uv":[0,0,1,1],"rotation":180,"texture":"#2"}}},{"from":[7.4,-0.59408,-3.10994],"to":[8.6,0.60592,-2.40994],"rotation":{"angle":45,"axis":"x","origin":[8.00232,0.45804,1.84789]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#0"},"east":{"uv":[0,0,1,1],"texture":"#0"},"south":{"uv":[0,0,1,1],"texture":"#0"},"west":{"uv":[0,0,1,1],"texture":"#0"},"up":{"uv":[0,0,1,1],"texture":"#0"},"down":{"uv":[0,0,1,1],"texture":"#0"}}},{"from":[7.4,-0.59408,5.39006],"to":[8.6,0.60592,6.09006],"rotation":{"angle":45,"axis":"x","origin":[8.00232,0.45804,1.84789]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#0"},"east":{"uv":[0,0,1,1],"texture":"#0"},"south":{"uv":[0,0,1,1],"texture":"#0"},"west":{"uv":[0,0,1,1],"texture":"#0"},"up":{"uv":[0,0,1,1],"texture":"#0"},"down":{"uv":[0,0,1,1],"texture":"#0"}}},{"from":[7.4,-0.59408,19.89006],"to":[8.6,0.60592,20.59006],"rotation":{"angle":45,"axis":"x","origin":[8.00232,0.45804,1.84789]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#0"},"east":{"uv":[0,0,1,1],"texture":"#0"},"south":{"uv":[0,0,1,1],"texture":"#0"},"west":{"uv":[0,0,1,1],"texture":"#0"},"up":{"uv":[0,0,1,1],"texture":"#0"},"down":{"uv":[0,0,1,1],"texture":"#0"}}},{"from":[7.4,-0.59408,1.14006],"to":[8.6,0.60592,1.84006],"rotation":{"angle":45,"axis":"x","origin":[8.00232,0.45804,1.84789]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#0"},"east":{"uv":[0,0,1,1],"texture":"#0"},"south":{"uv":[0,0,1,1],"texture":"#0"},"west":{"uv":[0,0,1,1],"texture":"#0"},"up":{"uv":[0,0,1,1],"texture":"#0"},"down":{"uv":[0,0,1,1],"texture":"#0"}}},{"from":[7.45,-0.54408,-1.55994],"to":[8.55,0.55592,4.54006],"rotation":{"angle":45,"axis":"x","origin":[8.00232,0.45804,1.84789]},"faces":{"north":{"uv":[2.5,1,3.5,2],"texture":"#3"},"east":{"uv":[7.5,5,8.5,9.5],"rotation":270,"texture":"#3"},"south":{"uv":[2.5,1,3.5,2],"texture":"#3"},"west":{"uv":[7.5,5,8.5,9.5],"rotation":90,"texture":"#3"},"up":{"uv":[7.5,5,8.5,9.5],"rotation":180,"texture":"#3"},"down":{"uv":[7.5,5,8.5,9.5],"texture":"#3"}}},{"from":[7.3,-0.69408,-2.20994],"to":[8.7,0.70592,-1.80994],"rotation":{"angle":45,"axis":"x","origin":[8.00232,0.45804,1.84789]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#0"},"east":{"uv":[0,0,1,1],"texture":"#0"},"south":{"uv":[0,0,1,1],"texture":"#0"},"west":{"uv":[0,0,1,1],"texture":"#0"},"up":{"uv":[0,0,1,1],"texture":"#0"},"down":{"uv":[0,0,1,1],"texture":"#0"}}},{"from":[7.3,-0.69408,-3.70994],"to":[8.7,0.70592,-3.30994],"rotation":{"angle":45,"axis":"x","origin":[8.00232,0.45804,1.84789]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#0"},"east":{"uv":[0,0,1,1],"texture":"#0"},"south":{"uv":[0,0,1,1],"texture":"#0"},"west":{"uv":[0,0,1,1],"texture":"#0"},"up":{"uv":[0,0,1,1],"texture":"#0"},"down":{"uv":[0,0,1,1],"texture":"#0"}}},{"from":[7.3,-0.69408,4.79006],"to":[8.7,0.70592,5.19006],"rotation":{"angle":45,"axis":"x","origin":[8.00232,0.45804,1.84789]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#0"},"east":{"uv":[0,0,1,1],"texture":"#0"},"south":{"uv":[0,0,1,1],"texture":"#0"},"west":{"uv":[0,0,1,1],"texture":"#0"},"up":{"uv":[0,0,1,1],"texture":"#0"},"down":{"uv":[0,0,1,1],"texture":"#0"}}},{"from":[7.3,-0.69408,19.29006],"to":[8.7,0.70592,19.69006],"rotation":{"angle":45,"axis":"x","origin":[8.00232,0.45804,1.84789]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#0"},"east":{"uv":[0,0,1,1],"texture":"#0"},"south":{"uv":[0,0,1,1],"texture":"#0"},"west":{"uv":[0,0,1,1],"texture":"#0"},"up":{"uv":[0,0,1,1],"texture":"#0"},"down":{"uv":[0,0,1,1],"texture":"#0"}}},{"from":[7.3,-0.69408,6.29006],"to":[8.7,0.70592,6.69006],"rotation":{"angle":45,"axis":"x","origin":[8.00232,0.45804,1.84789]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#0"},"east":{"uv":[0,0,1,1],"texture":"#0"},"south":{"uv":[0,0,1,1],"texture":"#0"},"west":{"uv":[0,0,1,1],"texture":"#0"},"up":{"uv":[0,0,1,1],"texture":"#0"},"down":{"uv":[0,0,1,1],"texture":"#0"}}},{"from":[7.3,-0.69408,20.79006],"to":[8.7,0.70592,21.19006],"rotation":{"angle":45,"axis":"x","origin":[8.00232,0.45804,1.84789]},"faces":{"north":{"uv":[0,0,1,1],"texture":"#0"},"east":{"uv":[0,0,1,1],"texture":"#0"},"south":{"uv":[0,0,1,1],"texture":"#0"},"west":{"uv":[0,0,1,1],"texture":"#0"},"up":{"uv":[0,0,1,1],"texture":"#0"},"down":{"uv":[0,0,1,1],"texture":"#0"}}},{"from":[7.25,3.8,-9],"to":[8.75,4.2,-7.5],"rotation":{"angle":0,"axis":"y","origin":[7.76326,4.00002,-8.51329]},"faces":{"north":{"uv":[7,8,9,8.4],"texture":"#0"},"east":{"uv":[6,7,8,8],"texture":"#0"},"south":{"uv":[7,8,9,8.4],"texture":"#0"},"west":{"uv":[8,8,10,9],"texture":"#0"},"up":{"uv":[9,7,11,9],"texture":"#0"},"down":{"uv":[7,7,9,9],"texture":"#0"}}},{"from":[7.25,-1,-9],"to":[8.75,-0.6,-7.5],"rotation":{"angle":0,"axis":"y","origin":[7.76326,-0.79998,-8.51329]},"faces":{"north":{"uv":[7,8,9,8.4],"texture":"#0"},"east":{"uv":[6,7,8,8],"texture":"#0"},"south":{"uv":[7,8,9,8.4],"texture":"#0"},"west":{"uv":[8,8,10,9],"texture":"#0"},"up":{"uv":[9,7,11,9],"texture":"#0"},"down":{"uv":[7,7,9,9],"texture":"#0"}}},{"from":[7.24,3.79,-9.01],"to":[8.76,4.21,-7.49],"rotation":{"angle":45,"axis":"y","origin":[8.01344,3.90002,-8.26346]},"faces":{"north":{"uv":[7,8,9,8.4],"texture":"#0"},"east":{"uv":[9,9,11,10],"texture":"#0"},"south":{"uv":[10,8,12,8.4],"texture":"#0"},"west":{"uv":[8,8,10,9],"texture":"#0"},"up":{"uv":[7,8,9,10],"texture":"#0"},"down":{"uv":[7,7,9,9],"texture":"#0"}}},{"from":[7.24,-1.01,-9.01],"to":[8.76,-0.59,-7.49],"rotation":{"angle":45,"axis":"y","origin":[8.01344,-0.89998,-8.26346]},"faces":{"north":{"uv":[7,8,9,8.4],"texture":"#0"},"east":{"uv":[9,9,11,10],"texture":"#0"},"south":{"uv":[10,8,12,8.4],"texture":"#0"},"west":{"uv":[8,8,10,9],"texture":"#0"},"up":{"uv":[7,8,9,10],"texture":"#0"},"down":{"uv":[7,7,9,9],"texture":"#0"}}},{"from":[7.05,3.4,-9.2],"to":[8.95,3.8,-7.3],"rotation":{"angle":0,"axis":"y","origin":[7.76326,3.40002,-8.51329]},"faces":{"north":{"uv":[11,8,14,9],"texture":"#0"},"east":{"uv":[9,7,12,8],"texture":"#0"},"south":{"uv":[9,9,12,10],"texture":"#0"},"west":{"uv":[11,8,14,9],"texture":"#0"},"up":{"uv":[2,7,5,10],"texture":"#0"},"down":{"uv":[5,7,8,10],"texture":"#0"}}},{"from":[7.05,-0.6,-9.2],"to":[8.95,-0.2,-7.3],"rotation":{"angle":0,"axis":"y","origin":[7.76326,-0.59998,-8.51329]},"faces":{"north":{"uv":[11,8,14,9],"texture":"#0"},"east":{"uv":[9,7,12,8],"texture":"#0"},"south":{"uv":[9,9,12,10],"texture":"#0"},"west":{"uv":[11,8,14,9],"texture":"#0"},"up":{"uv":[2,7,5,10],"texture":"#0"},"down":{"uv":[5,7,8,10],"texture":"#0"}}},{"from":[6.64,0.49,-9.11],"to":[8.96,0.71,-8.79],"rotation":{"angle":45,"axis":"y","origin":[7.41265,0.10002,-8.26267]},"faces":{"north":{"uv":[0,2,0.3,2.2],"texture":"#0"},"east":{"uv":[0,2,2.3,2.2],"texture":"#0"},"south":{"uv":[0,2,0.3,2.2],"texture":"#0"},"west":{"uv":[0,2,2.3,2.2],"texture":"#0"},"up":{"uv":[0,1,2.3,1.3],"texture":"#0"},"down":{"uv":[0,3,2.3,3.3],"texture":"#0"}}},{"from":[6.64,2.89,-9.11],"to":[8.96,3.11,-8.79],"rotation":{"angle":45,"axis":"y","origin":[7.41265,0.10002,-8.26267]},"faces":{"north":{"uv":[0,1,2.3,1.2],"texture":"#0"},"east":{"uv":[0,1,0.3,1.2],"texture":"#0"},"south":{"uv":[0,2,2.3,2.2],"texture":"#0"},"west":{"uv":[0,2,0.3,2.2],"texture":"#0"},"up":{"uv":[0,2,2.3,2.3],"texture":"#0"},"down":{"uv":[0,1,2.3,1.3],"texture":"#0"}}},{"from":[7.03047,0.49246,-7.79675],"to":[9.35047,0.71246,-7.47675],"rotation":{"angle":45,"axis":"y","origin":[8.67473,0.55117,-8.23766]},"faces":{"north":{"uv":[0,2,0.3,2.2],"texture":"#0"},"east":{"uv":[0,2,2.3,2.2],"texture":"#0"},"south":{"uv":[0,2,0.3,2.2],"texture":"#0"},"west":{"uv":[0,2,2.3,2.2],"texture":"#0"},"up":{"uv":[0,1,2.3,1.3],"rotation":180,"texture":"#0"},"down":{"uv":[0,3,2.3,3.3],"rotation":180,"texture":"#0"}}},{"from":[7.03047,2.89246,-7.79675],"to":[9.35047,3.11246,-7.47675],"rotation":{"angle":45,"axis":"y","origin":[8.67473,0.55117,-8.23766]},"faces":{"north":{"uv":[0,1,2.3,1.2],"texture":"#0"},"east":{"uv":[0,1,0.3,1.2],"texture":"#0"},"south":{"uv":[0,2,2.3,2.2],"texture":"#0"},"west":{"uv":[0,2,0.3,2.2],"texture":"#0"},"up":{"uv":[0,2,2.3,2.3],"rotation":180,"texture":"#0"},"down":{"uv":[0,1,2.3,1.3],"rotation":180,"texture":"#0"}}},{"from":[7.12414,0.49994,-9.21737],"to":[7.42414,0.69994,-6.91737],"rotation":{"angle":45,"axis":"y","origin":[7.96146,0.09996,-7.68002]},"faces":{"north":{"uv":[0,2,0.3,2.2],"texture":"#0"},"east":{"uv":[0,2,2.3,2.2],"texture":"#0"},"south":{"uv":[0,2,0.3,2.2],"texture":"#0"},"west":{"uv":[0,2,2.3,2.2],"texture":"#0"},"up":{"uv":[0,1,2.3,1.3],"rotation":270,"texture":"#0"},"down":{"uv":[0,3,2.3,3.3],"rotation":90,"texture":"#0"}}},{"from":[7.12414,2.89994,-9.21737],"to":[7.42414,3.09994,-6.91737],"rotation":{"angle":45,"axis":"y","origin":[7.96146,0.09996,-7.68002]},"faces":{"north":{"uv":[0,1,2.3,1.2],"texture":"#0"},"east":{"uv":[0,1,0.3,1.2],"texture":"#0"},"south":{"uv":[0,2,2.3,2.2],"texture":"#0"},"west":{"uv":[0,2,0.3,2.2],"texture":"#0"},"up":{"uv":[0,2,2.3,2.3],"rotation":270,"texture":"#0"},"down":{"uv":[0,1,2.3,1.3],"rotation":90,"texture":"#0"}}},{"from":[9.13908,0.5024,-9.88679],"to":[9.43908,0.7024,-7.58679],"rotation":{"angle":45,"axis":"y","origin":[8.67473,0.55117,-8.23766]},"faces":{"north":{"uv":[0,2,0.3,2.2],"texture":"#0"},"east":{"uv":[0,2,2.3,2.2],"texture":"#0"},"south":{"uv":[0,2,0.3,2.2],"texture":"#0"},"west":{"uv":[0,2,2.3,2.2],"texture":"#0"},"up":{"uv":[0,1,2.3,1.3],"rotation":90,"texture":"#0"},"down":{"uv":[0,3,2.3,3.3],"rotation":270,"texture":"#0"}}},{"from":[9.13908,2.9024,-9.88679],"to":[9.43908,3.1024,-7.58679],"rotation":{"angle":45,"axis":"y","origin":[8.67473,0.55117,-8.23766]},"faces":{"north":{"uv":[0,1,2.3,1.2],"texture":"#0"},"east":{"uv":[0,1,0.3,1.2],"texture":"#0"},"south":{"uv":[0,2,2.3,2.2],"texture":"#0"},"west":{"uv":[0,2,0.3,2.2],"texture":"#0"},"up":{"uv":[0,2,2.3,2.3],"rotation":90,"texture":"#0"},"down":{"uv":[0,1,2.3,1.3],"rotation":270,"texture":"#0"}}},{"from":[6.64,3.39,-9.01],"to":[8.96,3.81,-6.69],"rotation":{"angle":45,"axis":"y","origin":[7.41265,3.10002,-8.26267]},"faces":{"north":{"uv":[5,7,8,8],"texture":"#0"},"east":{"uv":[9,7,12,8],"texture":"#0"},"south":{"uv":[7,8,10,9],"texture":"#0"},"west":{"uv":[11,8,14,9],"texture":"#0"},"up":{"uv":[2,7,5,10],"texture":"#0"},"down":{"uv":[4,7,7,10],"texture":"#0"}}},{"from":[6.64,-0.61,-9.01],"to":[8.96,-0.19,-6.69],"rotation":{"angle":45,"axis":"y","origin":[7.41265,-0.89998,-8.26267]},"faces":{"north":{"uv":[5,7,8,8],"texture":"#0"},"east":{"uv":[9,7,12,8],"texture":"#0"},"south":{"uv":[7,8,10,9],"texture":"#0"},"west":{"uv":[11,8,14,9],"texture":"#0"},"up":{"uv":[2,7,5,10],"texture":"#0"},"down":{"uv":[4,7,7,10],"texture":"#0"}}},{"from":[7.55,-1.35,-8.7],"to":[8.45,-0.95,-7.8],"rotation":{"angle":0,"axis":"y","origin":[7.76222,-0.34998,-8.51224]},"faces":{"north":{"uv":[0,0,1.5,1],"texture":"#0"},"east":{"uv":[0,0,1.5,1],"texture":"#0"},"south":{"uv":[0,0,1.5,1],"texture":"#0"},"west":{"uv":[0,0,1.5,1],"texture":"#0"},"up":{"uv":[0,0,1.5,1.5],"texture":"#0"},"down":{"uv":[4,13,6,15],"texture":"#0"}}},{"from":[7.55,4.15,-8.7],"to":[8.45,4.55,-7.8],"rotation":{"angle":0,"axis":"y","origin":[7.76222,5.15002,-8.51224]},"faces":{"north":{"uv":[13,13,14.5,14],"texture":"#0"},"east":{"uv":[0,12,1.5,13],"texture":"#0"},"south":{"uv":[0,12,1.5,13],"texture":"#0"},"west":{"uv":[0,11,1.5,12],"texture":"#0"},"up":{"uv":[4,13,5.5,14.5],"texture":"#0"},"down":{"uv":[8,13,9.5,14.5],"texture":"#0"}}},{"from":[7.56,-1.34,-8.69],"to":[8.44,-0.96,-7.81],"rotation":{"angle":45,"axis":"y","origin":[8.01422,-1.14998,-8.26425]},"faces":{"north":{"uv":[0,0,1.5,1],"texture":"#0"},"east":{"uv":[0,0,1.5,1],"texture":"#0"},"south":{"uv":[0,0,1.5,1],"texture":"#0"},"west":{"uv":[0,0,1.5,1],"texture":"#0"},"up":{"uv":[0,0,1.5,1.5],"texture":"#0"},"down":{"uv":[6,12,7.5,13.5],"texture":"#0"}}},{"from":[7.56,4.16,-8.69],"to":[8.44,4.54,-7.81],"rotation":{"angle":45,"axis":"y","origin":[8.01422,4.35002,-8.26425]},"faces":{"north":{"uv":[13,13,14.5,14],"texture":"#0"},"east":{"uv":[0,12,1.5,13],"texture":"#0"},"south":{"uv":[0,12,1.5,13],"texture":"#0"},"west":{"uv":[0,11,1.5,12],"texture":"#0"},"up":{"uv":[4,13,5.5,14.5],"texture":"#0"},"down":{"uv":[8,13,9.5,14.5],"texture":"#0"}}},{"from":[7.5,-1.7,-8.75],"to":[8.5,-1.4,-7.75],"rotation":{"angle":0,"axis":"y","origin":[7.76222,-0.24998,-8.51224]},"faces":{"north":{"uv":[0,0,1.5,0.8],"texture":"#0"},"east":{"uv":[0,0,1.5,0.8],"texture":"#0"},"south":{"uv":[0,0,1.5,0.8],"texture":"#0"},"west":{"uv":[0,0,1.5,0.8],"texture":"#0"},"up":{"uv":[11,12,13,14],"texture":"#0"},"down":{"uv":[12,12,14,14],"texture":"#0"}}},{"from":[7.75,-2.55,-8.5],"to":[8.25,-1.75,-8],"rotation":{"angle":0,"axis":"y","origin":[7.76222,-0.14998,-8.51224]},"faces":{"north":{"uv":[5,5,5.5,5.5],"texture":"#0"},"east":{"uv":[5,5,5.5,5.8],"texture":"#0"},"south":{"uv":[5,5,5.5,5.5],"texture":"#0"},"west":{"uv":[6,5,6.5,5.8],"texture":"#0"},"up":{"uv":[6,5,6.5,5.8],"texture":"#0"},"down":{"uv":[6,5,6.5,5.8],"texture":"#0"}}},{"from":[7.61617,-2.41612,-8.5],"to":[8.41617,-1.91612,-8],"rotation":{"angle":0,"axis":"z","origin":[8.01614,-2.14997,-8.26617]},"faces":{"north":{"uv":[5,5,5.5,5.5],"rotation":90,"texture":"#0"},"east":{"uv":[5,5,5.5,5.8],"rotation":270,"texture":"#0"},"south":{"uv":[5,5,5.5,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[6,5,6.5,5.8],"rotation":270,"texture":"#0"},"up":{"uv":[6,5,6.5,5.8],"rotation":270,"texture":"#0"},"down":{"uv":[6,5,6.5,5.8],"rotation":270,"texture":"#0"}}},{"from":[7.75,-2.41614,-8.6662],"to":[8.25,-1.91614,-7.8662],"rotation":{"angle":0,"axis":"x","origin":[8.01614,-2.14997,-8.26617]},"faces":{"north":{"uv":[5,5,5.5,5.5],"rotation":180,"texture":"#0"},"east":{"uv":[5,5,5.5,5.8],"rotation":270,"texture":"#0"},"south":{"uv":[5,5,5.5,5.5],"texture":"#0"},"west":{"uv":[6,5,6.5,5.8],"rotation":90,"texture":"#0"},"up":{"uv":[6,5,6.5,5.8],"rotation":180,"texture":"#0"},"down":{"uv":[6,5,6.5,5.8],"texture":"#0"}}},{"from":[7.85,-2.45,-8.4],"to":[8.15,0.15,-8.1],"rotation":{"angle":0,"axis":"y","origin":[7.75,7,-8.5]},"faces":{"north":{"uv":[12,4,12.5,6.8],"texture":"#0"},"east":{"uv":[11,4,11.5,6.8],"texture":"#0"},"south":{"uv":[10,4,10.5,6.8],"texture":"#0"},"west":{"uv":[10,4,10.5,6.8],"texture":"#0"},"up":{"uv":[13,6,13.5,6.5],"texture":"#0"},"down":{"uv":[12,5,12.5,5.5],"texture":"#0"}}},{"from":[7.85,-0.5,-10.25],"to":[8.1,2.5,-10],"rotation":{"angle":-22.5,"axis":"x","origin":[7.98264,1.00237,-10.13501]},"faces":{"north":{"uv":[0,12,0.25,15],"texture":"#0"},"east":{"uv":[8,13,8.25,16],"texture":"#0"},"south":{"uv":[3,12,3.25,15],"texture":"#0"},"west":{"uv":[0,12,0.25,15],"texture":"#0"},"up":{"uv":[7,13,7.25,13.25],"texture":"#0"},"down":{"uv":[9,14,9.25,14.25],"texture":"#0"}}},{"from":[7.85087,1.94677,-6.60303],"to":[8.10087,3.94677,-6.35303],"rotation":{"angle":-45,"axis":"x","origin":[7.9861,2.94593,-6.48551]},"faces":{"north":{"uv":[0,12,0.25,14],"rotation":180,"texture":"#0"},"east":{"uv":[5,14,5.25,16],"rotation":180,"texture":"#0"},"south":{"uv":[0,12,0.25,14],"rotation":180,"texture":"#0"},"west":{"uv":[3,12,3.25,14],"rotation":180,"texture":"#0"},"up":{"uv":[3,14,3.25,14.25],"texture":"#0"},"down":{"uv":[9,14,9.25,14.25],"texture":"#0"}}},{"from":[7.85,-0.5,-6.5],"to":[8.1,2.5,-6.25],"rotation":{"angle":22.5,"axis":"x","origin":[7.98744,0.99757,-6.38501]},"faces":{"north":{"uv":[0,12,0.25,15],"texture":"#0"},"east":{"uv":[8,13,8.25,16],"texture":"#0"},"south":{"uv":[3,12,3.25,15],"texture":"#0"},"west":{"uv":[0,12,0.25,15],"texture":"#0"},"up":{"uv":[7,13,7.25,13.25],"texture":"#0"},"down":{"uv":[9,14,9.25,14.25],"texture":"#0"}}},{"from":[7.85097,1.96522,-10.14158],"to":[8.10097,3.96522,-9.89158],"rotation":{"angle":45,"axis":"x","origin":[7.97896,2.966,-10.02401]},"faces":{"north":{"uv":[0,12,0.25,14],"rotation":180,"texture":"#0"},"east":{"uv":[5,14,5.25,16],"rotation":180,"texture":"#0"},"south":{"uv":[0,12,0.25,14],"rotation":180,"texture":"#0"},"west":{"uv":[3,12,3.25,14],"rotation":180,"texture":"#0"},"up":{"uv":[3,14,3.25,14.25],"texture":"#0"},"down":{"uv":[9,14,9.25,14.25],"texture":"#0"}}},{"from":[6.05,-0.5,-8.375],"to":[6.3,2.5,-8.125],"rotation":{"angle":22.5,"axis":"z","origin":[6.18504,0.9977,-8.25774]},"faces":{"north":{"uv":[0,12,0.25,15],"texture":"#0"},"east":{"uv":[8,13,8.25,16],"texture":"#0"},"south":{"uv":[3,12,3.25,15],"texture":"#0"},"west":{"uv":[0,12,0.25,15],"texture":"#0"},"up":{"uv":[7,13,7.25,13.25],"texture":"#0"},"down":{"uv":[9,14,9.25,14.25],"texture":"#0"}}},{"from":[9.59163,1.96525,-8.37493],"to":[9.84163,3.96525,-8.12493],"rotation":{"angle":45,"axis":"z","origin":[9.72407,2.96599,-8.26005]},"faces":{"north":{"uv":[0,12,0.25,14],"rotation":180,"texture":"#0"},"east":{"uv":[5,14,5.25,16],"rotation":180,"texture":"#0"},"south":{"uv":[0,12,0.25,14],"rotation":180,"texture":"#0"},"west":{"uv":[3,12,3.25,14],"rotation":180,"texture":"#0"},"up":{"uv":[3,14,3.25,14.25],"rotation":180,"texture":"#0"},"down":{"uv":[9,14,9.25,14.25],"rotation":180,"texture":"#0"}}},{"from":[9.7,-0.5,-8.375],"to":[9.95,2.5,-8.125],"rotation":{"angle":-22.5,"axis":"z","origin":[9.83503,1.00233,-8.26236]},"faces":{"north":{"uv":[0,12,0.25,15],"texture":"#0"},"east":{"uv":[8,13,8.25,16],"texture":"#0"},"south":{"uv":[3,12,3.25,15],"texture":"#0"},"west":{"uv":[0,12,0.25,15],"texture":"#0"},"up":{"uv":[7,13,7.25,13.25],"texture":"#0"},"down":{"uv":[9,14,9.25,14.25],"texture":"#0"}}},{"from":[6.15363,1.94814,-8.37597],"to":[6.40363,3.94814,-8.12597],"rotation":{"angle":-45,"axis":"z","origin":[6.28609,2.94742,-8.25408]},"faces":{"north":{"uv":[0,12,0.25,14],"rotation":180,"texture":"#0"},"east":{"uv":[5,14,5.25,16],"rotation":180,"texture":"#0"},"south":{"uv":[0,12,0.25,14],"rotation":180,"texture":"#0"},"west":{"uv":[3,12,3.25,14],"rotation":180,"texture":"#0"},"up":{"uv":[3,14,3.25,14.25],"rotation":180,"texture":"#0"},"down":{"uv":[9,14,9.25,14.25],"rotation":180,"texture":"#0"}}},{"from":[6.44037,0,-8.30997],"to":[9.44037,3,-8.30997],"rotation":{"angle":45,"axis":"y","origin":[7.92036,1.52835,-8.30581]},"faces":{"north":{"uv":[16,0,0,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[4.7,0,-9.1],"to":[7.7,3,-9.1],"rotation":{"angle":-45,"axis":"y","origin":[6.09653,2.00349,-6.60001]},"faces":{"north":{"uv":[16,0,0,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[7.96239,4.85,-8.06379],"to":[8.06239,5.75,-7.96379],"rotation":{"angle":0,"axis":"y","origin":[7.9993,5.31381,-8.26309]},"faces":{"north":{"uv":[4,8,4.2,9],"texture":"#0"},"east":{"uv":[0,1,0.2,2],"texture":"#0"},"south":{"uv":[2,2,2.2,3],"texture":"#0"},"west":{"uv":[0,2,0.2,3],"texture":"#0"},"up":{"uv":[0,3,0.2,3.2],"rotation":270,"texture":"#0"},"down":{"uv":[0,3,0.2,3.2],"rotation":90,"texture":"#0"}}},{"from":[7.96239,7.45,-8.06379],"to":[8.06239,8.35,-7.96379],"rotation":{"angle":0,"axis":"y","origin":[7.9993,7.91381,-8.26309]},"faces":{"north":{"uv":[4,8,4.2,9],"texture":"#0"},"east":{"uv":[0,1,0.2,2],"texture":"#0"},"south":{"uv":[2,2,2.2,3],"texture":"#0"},"west":{"uv":[0,2,0.2,3],"texture":"#0"},"up":{"uv":[0,3,0.2,3.2],"rotation":270,"texture":"#0"},"down":{"uv":[0,3,0.2,3.2],"rotation":90,"texture":"#0"}}},{"from":[7.96239,6.15,-8.06379],"to":[8.06239,7.05,-7.96379],"rotation":{"angle":0,"axis":"y","origin":[7.9993,6.61381,-8.26309]},"faces":{"north":{"uv":[4,8,4.2,9],"texture":"#0"},"east":{"uv":[0,1,0.2,2],"texture":"#0"},"south":{"uv":[2,2,2.2,3],"texture":"#0"},"west":{"uv":[0,2,0.2,3],"texture":"#0"},"up":{"uv":[0,3,0.2,3.2],"rotation":270,"texture":"#0"},"down":{"uv":[0,3,0.2,3.2],"rotation":90,"texture":"#0"}}},{"from":[7.96239,8.75,-8.06379],"to":[8.06239,9.65,-7.96379],"rotation":{"angle":0,"axis":"y","origin":[7.9993,9.21381,-8.26309]},"faces":{"north":{"uv":[4,8,4.2,9],"texture":"#0"},"east":{"uv":[0,1,0.2,2],"texture":"#0"},"south":{"uv":[2,2,2.2,3],"texture":"#0"},"west":{"uv":[0,2,0.2,3],"texture":"#0"},"up":{"uv":[0,3,0.2,3.2],"rotation":270,"texture":"#0"},"down":{"uv":[0,3,0.2,3.2],"rotation":90,"texture":"#0"}}},{"from":[8.21868,5.5,-8.31384],"to":[8.31868,6.4,-8.21384],"rotation":{"angle":0,"axis":"y","origin":[8.01551,5.95005,-8.26696]},"faces":{"north":{"uv":[4,8,4.2,9],"texture":"#0"},"east":{"uv":[0,1,0.2,2],"texture":"#0"},"south":{"uv":[2,2,2.2,3],"texture":"#0"},"west":{"uv":[0,2,0.2,3],"texture":"#0"},"up":{"uv":[0,3,0.2,3.2],"rotation":180,"texture":"#0"},"down":{"uv":[0,3,0.2,3.2],"rotation":180,"texture":"#0"}}},{"from":[8.21868,8.1,-8.31384],"to":[8.31868,9,-8.21384],"rotation":{"angle":0,"axis":"y","origin":[8.01551,8.55005,-8.26696]},"faces":{"north":{"uv":[4,8,4.2,9],"texture":"#0"},"east":{"uv":[0,1,0.2,2],"texture":"#0"},"south":{"uv":[2,2,2.2,3],"texture":"#0"},"west":{"uv":[0,2,0.2,3],"texture":"#0"},"up":{"uv":[0,3,0.2,3.2],"rotation":180,"texture":"#0"},"down":{"uv":[0,3,0.2,3.2],"rotation":180,"texture":"#0"}}},{"from":[8.21868,6.8,-8.31384],"to":[8.31868,7.7,-8.21384],"rotation":{"angle":0,"axis":"y","origin":[8.01551,7.25005,-8.26696]},"faces":{"north":{"uv":[4,8,4.2,9],"texture":"#0"},"east":{"uv":[0,1,0.2,2],"texture":"#0"},"south":{"uv":[2,2,2.2,3],"texture":"#0"},"west":{"uv":[0,2,0.2,3],"texture":"#0"},"up":{"uv":[0,3,0.2,3.2],"rotation":180,"texture":"#0"},"down":{"uv":[0,3,0.2,3.2],"rotation":180,"texture":"#0"}}},{"from":[8.21868,9.4,-8.31384],"to":[8.31868,10.3,-8.21384],"rotation":{"angle":0,"axis":"y","origin":[8.01551,9.85005,-8.26696]},"faces":{"north":{"uv":[4,8,4.2,9],"texture":"#0"},"east":{"uv":[0,1,0.2,2],"texture":"#0"},"south":{"uv":[2,2,2.2,3],"texture":"#0"},"west":{"uv":[0,2,0.2,3],"texture":"#0"},"up":{"uv":[0,3,0.2,3.2],"rotation":180,"texture":"#0"},"down":{"uv":[0,3,0.2,3.2],"rotation":180,"texture":"#0"}}},{"from":[7.7,4.2,-8.3],"to":[7.8,5.1,-8.2],"rotation":{"angle":0,"axis":"y","origin":[15.65,12.15,-0.35]},"faces":{"north":{"uv":[0,0,0.2,1],"texture":"#0"},"east":{"uv":[0,0,0.2,1],"texture":"#0"},"south":{"uv":[1,0,1.2,1],"texture":"#0"},"west":{"uv":[0,0,0.2,1],"texture":"#0"},"up":{"uv":[0,0,0.2,0.2],"texture":"#0"},"down":{"uv":[0,0,0.2,0.2],"texture":"#0"}}},{"from":[7.96239,4.85,-8.56379],"to":[8.06239,4.95,-7.96379],"rotation":{"angle":0,"axis":"y","origin":[7.9993,5.31381,-8.26309]},"faces":{"north":{"uv":[4,8,4.2,9],"rotation":270,"texture":"#0"},"east":{"uv":[0,1,0.2,2],"rotation":270,"texture":"#0"},"south":{"uv":[2,2,2.2,3],"rotation":270,"texture":"#0"},"west":{"uv":[0,2,0.2,3],"rotation":90,"texture":"#0"},"up":{"uv":[0,3,0.2,3.2],"rotation":180,"texture":"#0"},"down":{"uv":[0,3,0.2,3.2],"texture":"#0"}}},{"from":[7.96239,6.95,-8.56379],"to":[8.06239,7.05,-7.96379],"rotation":{"angle":0,"axis":"y","origin":[7.9993,7.41381,-8.26309]},"faces":{"north":{"uv":[4,8,4.2,9],"rotation":270,"texture":"#0"},"east":{"uv":[0,1,0.2,2],"rotation":270,"texture":"#0"},"south":{"uv":[2,2,2.2,3],"rotation":270,"texture":"#0"},"west":{"uv":[0,2,0.2,3],"rotation":90,"texture":"#0"},"up":{"uv":[0,3,0.2,3.2],"rotation":180,"texture":"#0"},"down":{"uv":[0,3,0.2,3.2],"texture":"#0"}}},{"from":[7.96239,6.15,-8.56379],"to":[8.06239,6.25,-7.96379],"rotation":{"angle":0,"axis":"y","origin":[7.9993,6.61381,-8.26309]},"faces":{"north":{"uv":[4,8,4.2,9],"rotation":270,"texture":"#0"},"east":{"uv":[0,1,0.2,2],"rotation":270,"texture":"#0"},"south":{"uv":[2,2,2.2,3],"rotation":270,"texture":"#0"},"west":{"uv":[0,2,0.2,3],"rotation":90,"texture":"#0"},"up":{"uv":[0,3,0.2,3.2],"rotation":180,"texture":"#0"},"down":{"uv":[0,3,0.2,3.2],"texture":"#0"}}},{"from":[7.96239,8.75,-8.56379],"to":[8.06239,8.85,-7.96379],"rotation":{"angle":0,"axis":"y","origin":[7.9993,9.21381,-8.26309]},"faces":{"north":{"uv":[4,8,4.2,9],"rotation":270,"texture":"#0"},"east":{"uv":[0,1,0.2,2],"rotation":270,"texture":"#0"},"south":{"uv":[2,2,2.2,3],"rotation":270,"texture":"#0"},"west":{"uv":[0,2,0.2,3],"rotation":90,"texture":"#0"},"up":{"uv":[0,3,0.2,3.2],"rotation":180,"texture":"#0"},"down":{"uv":[0,3,0.2,3.2],"texture":"#0"}}},{"from":[7.71868,5.5,-8.31384],"to":[8.31868,5.6,-8.21384],"rotation":{"angle":0,"axis":"y","origin":[8.01551,5.95005,-8.26696]},"faces":{"north":{"uv":[4,8,4.2,9],"rotation":270,"texture":"#0"},"east":{"uv":[0,1,0.2,2],"rotation":270,"texture":"#0"},"south":{"uv":[2,2,2.2,3],"rotation":90,"texture":"#0"},"west":{"uv":[0,2,0.2,3],"rotation":270,"texture":"#0"},"up":{"uv":[0,3,0.2,3.2],"rotation":90,"texture":"#0"},"down":{"uv":[0,3,0.2,3.2],"rotation":90,"texture":"#0"}}},{"from":[7.71868,8.1,-8.31384],"to":[8.31868,8.2,-8.21384],"rotation":{"angle":0,"axis":"y","origin":[8.01551,8.55005,-8.26696]},"faces":{"north":{"uv":[4,8,4.2,9],"rotation":270,"texture":"#0"},"east":{"uv":[0,1,0.2,2],"rotation":270,"texture":"#0"},"south":{"uv":[2,2,2.2,3],"rotation":90,"texture":"#0"},"west":{"uv":[0,2,0.2,3],"rotation":270,"texture":"#0"},"up":{"uv":[0,3,0.2,3.2],"rotation":90,"texture":"#0"},"down":{"uv":[0,3,0.2,3.2],"rotation":90,"texture":"#0"}}},{"from":[7.71868,6.8,-8.31384],"to":[8.31868,6.9,-8.21384],"rotation":{"angle":0,"axis":"y","origin":[8.01551,7.25005,-8.26696]},"faces":{"north":{"uv":[4,8,4.2,9],"rotation":270,"texture":"#0"},"east":{"uv":[0,1,0.2,2],"rotation":270,"texture":"#0"},"south":{"uv":[2,2,2.2,3],"rotation":90,"texture":"#0"},"west":{"uv":[0,2,0.2,3],"rotation":270,"texture":"#0"},"up":{"uv":[0,3,0.2,3.2],"rotation":90,"texture":"#0"},"down":{"uv":[0,3,0.2,3.2],"rotation":90,"texture":"#0"}}},{"from":[7.71868,9.4,-8.31384],"to":[8.31868,9.5,-8.21384],"rotation":{"angle":0,"axis":"y","origin":[8.01551,9.85005,-8.26696]},"faces":{"north":{"uv":[4,8,4.2,9],"rotation":270,"texture":"#0"},"east":{"uv":[0,1,0.2,2],"rotation":270,"texture":"#0"},"south":{"uv":[2,2,2.2,3],"rotation":90,"texture":"#0"},"west":{"uv":[0,2,0.2,3],"rotation":270,"texture":"#0"},"up":{"uv":[0,3,0.2,3.2],"rotation":90,"texture":"#0"},"down":{"uv":[0,3,0.2,3.2],"rotation":90,"texture":"#0"}}},{"from":[7.7,4.2,-8.25],"to":[8.3,4.3,-8.15],"rotation":{"angle":0,"axis":"z","origin":[8.15,4.24932,-8.19932]},"faces":{"north":{"uv":[4,8,4.2,9],"rotation":90,"texture":"#0"},"east":{"uv":[0,1,0.2,2],"rotation":270,"texture":"#0"},"south":{"uv":[2,2,2.2,3],"rotation":270,"texture":"#0"},"west":{"uv":[0,2,0.2,3],"rotation":270,"texture":"#0"},"up":{"uv":[0,3,0.2,3.2],"rotation":270,"texture":"#0"},"down":{"uv":[0,3,0.2,3.2],"rotation":270,"texture":"#0"}}},{"from":[7.96239,5.65,-8.56379],"to":[8.06239,5.75,-7.96379],"rotation":{"angle":0,"axis":"y","origin":[7.9993,5.31381,-8.26309]},"faces":{"north":{"uv":[4,8,4.2,9],"rotation":270,"texture":"#0"},"east":{"uv":[0,1,0.2,2],"rotation":270,"texture":"#0"},"south":{"uv":[2,2,2.2,3],"rotation":270,"texture":"#0"},"west":{"uv":[0,2,0.2,3],"rotation":90,"texture":"#0"},"up":{"uv":[0,3,0.2,3.2],"rotation":180,"texture":"#0"},"down":{"uv":[0,3,0.2,3.2],"texture":"#0"}}},{"from":[7.96239,8.25,-8.56379],"to":[8.06239,8.35,-7.96379],"rotation":{"angle":0,"axis":"y","origin":[7.9993,7.91381,-8.26309]},"faces":{"north":{"uv":[4,8,4.2,9],"rotation":270,"texture":"#0"},"east":{"uv":[0,1,0.2,2],"rotation":270,"texture":"#0"},"south":{"uv":[2,2,2.2,3],"rotation":270,"texture":"#0"},"west":{"uv":[0,2,0.2,3],"rotation":90,"texture":"#0"},"up":{"uv":[0,3,0.2,3.2],"rotation":180,"texture":"#0"},"down":{"uv":[0,3,0.2,3.2],"texture":"#0"}}},{"from":[7.96239,7.45,-8.56379],"to":[8.06239,7.55,-7.96379],"rotation":{"angle":0,"axis":"y","origin":[7.9993,7.11381,-8.26309]},"faces":{"north":{"uv":[4,8,4.2,9],"rotation":270,"texture":"#0"},"east":{"uv":[0,1,0.2,2],"rotation":270,"texture":"#0"},"south":{"uv":[2,2,2.2,3],"rotation":270,"texture":"#0"},"west":{"uv":[0,2,0.2,3],"rotation":90,"texture":"#0"},"up":{"uv":[0,3,0.2,3.2],"rotation":180,"texture":"#0"},"down":{"uv":[0,3,0.2,3.2],"texture":"#0"}}},{"from":[7.96239,9.55,-8.56379],"to":[8.06239,9.65,-7.96379],"rotation":{"angle":0,"axis":"y","origin":[7.9993,9.21381,-8.26309]},"faces":{"north":{"uv":[4,8,4.2,9],"rotation":270,"texture":"#0"},"east":{"uv":[0,1,0.2,2],"rotation":270,"texture":"#0"},"south":{"uv":[2,2,2.2,3],"rotation":270,"texture":"#0"},"west":{"uv":[0,2,0.2,3],"rotation":90,"texture":"#0"},"up":{"uv":[0,3,0.2,3.2],"rotation":180,"texture":"#0"},"down":{"uv":[0,3,0.2,3.2],"texture":"#0"}}},{"from":[7.71868,6.3,-8.31384],"to":[8.31868,6.4,-8.21384],"rotation":{"angle":0,"axis":"y","origin":[8.01551,5.95005,-8.26696]},"faces":{"north":{"uv":[4,8,4.2,9],"rotation":270,"texture":"#0"},"east":{"uv":[0,1,0.2,2],"rotation":270,"texture":"#0"},"south":{"uv":[2,2,2.2,3],"rotation":90,"texture":"#0"},"west":{"uv":[0,2,0.2,3],"rotation":270,"texture":"#0"},"up":{"uv":[0,3,0.2,3.2],"rotation":90,"texture":"#0"},"down":{"uv":[0,3,0.2,3.2],"rotation":90,"texture":"#0"}}},{"from":[7.71868,8.9,-8.31384],"to":[8.31868,9,-8.21384],"rotation":{"angle":0,"axis":"y","origin":[8.01551,8.55005,-8.26696]},"faces":{"north":{"uv":[4,8,4.2,9],"rotation":270,"texture":"#0"},"east":{"uv":[0,1,0.2,2],"rotation":270,"texture":"#0"},"south":{"uv":[2,2,2.2,3],"rotation":90,"texture":"#0"},"west":{"uv":[0,2,0.2,3],"rotation":270,"texture":"#0"},"up":{"uv":[0,3,0.2,3.2],"rotation":90,"texture":"#0"},"down":{"uv":[0,3,0.2,3.2],"rotation":90,"texture":"#0"}}},{"from":[7.71868,7.6,-8.31384],"to":[8.31868,7.7,-8.21384],"rotation":{"angle":0,"axis":"y","origin":[8.01551,7.25005,-8.26696]},"faces":{"north":{"uv":[4,8,4.2,9],"rotation":270,"texture":"#0"},"east":{"uv":[0,1,0.2,2],"rotation":270,"texture":"#0"},"south":{"uv":[2,2,2.2,3],"rotation":90,"texture":"#0"},"west":{"uv":[0,2,0.2,3],"rotation":270,"texture":"#0"},"up":{"uv":[0,3,0.2,3.2],"rotation":90,"texture":"#0"},"down":{"uv":[0,3,0.2,3.2],"rotation":90,"texture":"#0"}}},{"from":[7.71868,10.2,-8.31384],"to":[8.31868,10.3,-8.21384],"rotation":{"angle":0,"axis":"y","origin":[8.01551,9.85005,-8.26696]},"faces":{"north":{"uv":[4,8,4.2,9],"rotation":270,"texture":"#0"},"east":{"uv":[0,1,0.2,2],"rotation":270,"texture":"#0"},"south":{"uv":[2,2,2.2,3],"rotation":90,"texture":"#0"},"west":{"uv":[0,2,0.2,3],"rotation":270,"texture":"#0"},"up":{"uv":[0,3,0.2,3.2],"rotation":90,"texture":"#0"},"down":{"uv":[0,3,0.2,3.2],"rotation":90,"texture":"#0"}}},{"from":[7.7,5,-8.3],"to":[8.3,5.1,-8.2],"rotation":{"angle":0,"axis":"z","origin":[8.15,5.04932,-8.24932]},"faces":{"north":{"uv":[0,0,0.2,1],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,0.2,1],"rotation":270,"texture":"#0"},"south":{"uv":[1,0,1.2,1],"rotation":270,"texture":"#0"},"west":{"uv":[0,0,0.2,1],"rotation":270,"texture":"#0"},"up":{"uv":[0,0,0.2,0.2],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,0.2,0.2],"rotation":270,"texture":"#0"}}},{"from":[7.96239,4.85,-8.56379],"to":[8.06239,5.75,-8.46379],"rotation":{"angle":0,"axis":"y","origin":[7.9993,5.31381,-8.26309]},"faces":{"north":{"uv":[4,8,4.2,9],"texture":"#0"},"east":{"uv":[0,1,0.2,2],"texture":"#0"},"south":{"uv":[2,2,2.2,3],"texture":"#0"},"west":{"uv":[0,2,0.2,3],"texture":"#0"},"up":{"uv":[0,3,0.2,3.2],"rotation":270,"texture":"#0"},"down":{"uv":[0,3,0.2,3.2],"rotation":90,"texture":"#0"}}},{"from":[7.96239,7.45,-8.56379],"to":[8.06239,8.35,-8.46379],"rotation":{"angle":0,"axis":"y","origin":[7.9993,7.91381,-8.26309]},"faces":{"north":{"uv":[4,8,4.2,9],"texture":"#0"},"east":{"uv":[0,1,0.2,2],"texture":"#0"},"south":{"uv":[2,2,2.2,3],"texture":"#0"},"west":{"uv":[0,2,0.2,3],"texture":"#0"},"up":{"uv":[0,3,0.2,3.2],"rotation":270,"texture":"#0"},"down":{"uv":[0,3,0.2,3.2],"rotation":90,"texture":"#0"}}},{"from":[7.96239,6.15,-8.56379],"to":[8.06239,7.05,-8.46379],"rotation":{"angle":0,"axis":"y","origin":[7.9993,6.61381,-8.26309]},"faces":{"north":{"uv":[4,8,4.2,9],"texture":"#0"},"east":{"uv":[0,1,0.2,2],"texture":"#0"},"south":{"uv":[2,2,2.2,3],"texture":"#0"},"west":{"uv":[0,2,0.2,3],"texture":"#0"},"up":{"uv":[0,3,0.2,3.2],"rotation":270,"texture":"#0"},"down":{"uv":[0,3,0.2,3.2],"rotation":90,"texture":"#0"}}},{"from":[7.96239,8.75,-8.56379],"to":[8.06239,9.65,-8.46379],"rotation":{"angle":0,"axis":"y","origin":[7.9993,9.21381,-8.26309]},"faces":{"north":{"uv":[4,8,4.2,9],"texture":"#0"},"east":{"uv":[0,1,0.2,2],"texture":"#0"},"south":{"uv":[2,2,2.2,3],"texture":"#0"},"west":{"uv":[0,2,0.2,3],"texture":"#0"},"up":{"uv":[0,3,0.2,3.2],"rotation":270,"texture":"#0"},"down":{"uv":[0,3,0.2,3.2],"rotation":90,"texture":"#0"}}},{"from":[7.71868,5.5,-8.31384],"to":[7.81868,6.4,-8.21384],"rotation":{"angle":0,"axis":"y","origin":[8.01551,5.95005,-8.26696]},"faces":{"north":{"uv":[4,8,4.2,9],"texture":"#0"},"east":{"uv":[0,1,0.2,2],"texture":"#0"},"south":{"uv":[2,2,2.2,3],"texture":"#0"},"west":{"uv":[0,2,0.2,3],"texture":"#0"},"up":{"uv":[0,3,0.2,3.2],"rotation":180,"texture":"#0"},"down":{"uv":[0,3,0.2,3.2],"rotation":180,"texture":"#0"}}},{"from":[7.71868,8.1,-8.31384],"to":[7.81868,9,-8.21384],"rotation":{"angle":0,"axis":"y","origin":[8.01551,8.55005,-8.26696]},"faces":{"north":{"uv":[4,8,4.2,9],"texture":"#0"},"east":{"uv":[0,1,0.2,2],"texture":"#0"},"south":{"uv":[2,2,2.2,3],"texture":"#0"},"west":{"uv":[0,2,0.2,3],"texture":"#0"},"up":{"uv":[0,3,0.2,3.2],"rotation":180,"texture":"#0"},"down":{"uv":[0,3,0.2,3.2],"rotation":180,"texture":"#0"}}},{"from":[7.71868,6.8,-8.31384],"to":[7.81868,7.7,-8.21384],"rotation":{"angle":0,"axis":"y","origin":[8.01551,7.25005,-8.26696]},"faces":{"north":{"uv":[4,8,4.2,9],"texture":"#0"},"east":{"uv":[0,1,0.2,2],"texture":"#0"},"south":{"uv":[2,2,2.2,3],"texture":"#0"},"west":{"uv":[0,2,0.2,3],"texture":"#0"},"up":{"uv":[0,3,0.2,3.2],"rotation":180,"texture":"#0"},"down":{"uv":[0,3,0.2,3.2],"rotation":180,"texture":"#0"}}},{"from":[7.71868,9.4,-8.31384],"to":[7.81868,10.3,-8.21384],"rotation":{"angle":0,"axis":"y","origin":[8.01551,9.85005,-8.26696]},"faces":{"north":{"uv":[4,8,4.2,9],"texture":"#0"},"east":{"uv":[0,1,0.2,2],"texture":"#0"},"south":{"uv":[2,2,2.2,3],"texture":"#0"},"west":{"uv":[0,2,0.2,3],"texture":"#0"},"up":{"uv":[0,3,0.2,3.2],"rotation":180,"texture":"#0"},"down":{"uv":[0,3,0.2,3.2],"rotation":180,"texture":"#0"}}},{"from":[8.2,4.2,-8.3],"to":[8.3,5.1,-8.2],"rotation":{"angle":0,"axis":"y","origin":[16.15,12.15,-0.35]},"faces":{"north":{"uv":[0,0,0.2,1],"texture":"#0"},"east":{"uv":[0,0,0.2,1],"texture":"#0"},"south":{"uv":[1,0,1.2,1],"texture":"#0"},"west":{"uv":[0,0,0.2,1],"texture":"#0"},"up":{"uv":[0,0,0.2,0.2],"texture":"#0"},"down":{"uv":[0,0,0.2,0.2],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[55,0,0],"translation":[0,1,17],"scale":[1.5,1.5,1.5]},"thirdperson_lefthand":{"rotation":[64,0,0],"translation":[0,-1.5,18.75],"scale":[1.5,1.5,1.5]},"firstperson_righthand":{"translation":[19,16,-4.5],"scale":[2,2,1.5]},"firstperson_lefthand":{"translation":[19,16,-4.5],"scale":[2,2,1.5]},"gui":{"rotation":[0,-113,-14],"translation":[-6.25,9.25,0]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/scifi_wand.json b/assets/minecraft/models/item/wynn/skin/wand/scifi_wand.json new file mode 100644 index 000000000..a854127a2 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/scifi_wand.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/scifi","1":"skins/scifi_anim"},"elements":[{"from":[9,8,7],"to":[17,9,8],"faces":{"down":{"uv":[3.875,4.875,10,6.5],"texture":"#0"},"up":{"uv":[3.875,4.875,10,6.5],"texture":"#0"},"north":{"uv":[4.125,4.5,10.375,6.125],"texture":"#0"},"south":{"uv":[4.125,4.5,10.375,6.125],"texture":"#0"},"west":{"uv":[4.875,4.375,7.875,7.125],"texture":"#0"},"east":{"uv":[4.875,4.375,7.875,7.125],"texture":"#0"}}},{"from":[5,8.25,6.75],"to":[13,9.25,7.75],"faces":{"down":{"uv":[3.875,4.875,10,6.5],"texture":"#0"},"up":{"uv":[3.875,4.875,10,6.5],"texture":"#0"},"north":{"uv":[4.125,4.5,10.375,6.125],"texture":"#0"},"south":{"uv":[4.125,4.5,10.375,6.125],"texture":"#0"},"west":{"uv":[4.875,4.375,7.875,7.125],"texture":"#0"},"east":{"uv":[4.875,4.375,7.875,7.125],"texture":"#0"}}},{"from":[1,8.5,6.5],"to":[9,9.5,7.5],"faces":{"down":{"uv":[3.875,4.875,10,6.5],"texture":"#0"},"up":{"uv":[3.875,4.875,10,6.5],"texture":"#0"},"north":{"uv":[4.125,4.5,10.375,6.125],"texture":"#0"},"south":{"uv":[4.125,4.5,10.375,6.125],"texture":"#0"},"west":{"uv":[4.875,4.375,7.875,7.125],"texture":"#0"},"east":{"uv":[4.875,4.375,7.875,7.125],"texture":"#0"}}},{"from":[-3,8.75,6.25],"to":[5,9.75,7.25],"faces":{"down":{"uv":[3.875,4.875,10,6.5],"texture":"#0"},"up":{"uv":[3.875,4.875,10,6.5],"texture":"#0"},"north":{"uv":[4.125,4.5,10.375,6.125],"texture":"#0"},"south":{"uv":[4.125,4.5,10.375,6.125],"texture":"#0"},"west":{"uv":[4.875,4.375,7.875,7.125],"texture":"#0"},"east":{"uv":[4.875,4.375,7.875,7.125],"texture":"#0"}}},{"from":[-4.25,10.25,6.5],"to":[-1.75,10.75,7],"faces":{"down":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"up":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"north":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"south":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"west":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"},"east":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"}}},{"from":[-5,7.75,6.5],"to":[-0.75,8.25,7],"faces":{"down":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"up":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"north":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"south":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"west":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"},"east":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"}}},{"from":[-4.125,9,5.25],"to":[-1.875,9.5,5.75],"faces":{"down":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"up":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"north":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"south":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"west":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"},"east":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"}}},{"from":[-5.125,9,7.75],"to":[-1.625,9.5,8.25],"faces":{"down":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"up":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"north":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"south":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"west":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"},"east":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"}}},{"from":[-8.125,8.875,6.375],"to":[-2.25,9.625,7.125],"faces":{"down":{"uv":[3.875,4.875,10,6.5],"texture":"#0"},"up":{"uv":[3.875,4.875,10,6.5],"texture":"#0"},"north":{"uv":[4.125,4.5,10.375,6.125],"texture":"#0"},"south":{"uv":[4.125,4.5,10.375,6.125],"texture":"#0"},"west":{"uv":[4.875,4.375,7.875,7.125],"texture":"#0"},"east":{"uv":[4.875,4.375,7.875,7.125],"texture":"#0"}}},{"from":[-7.25,9,6.5],"to":[-4,9.5,7],"rotation":{"origin":[-7.25,9.5,6.5],"axis":"z","angle":22.5},"faces":{"down":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"up":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"north":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"south":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"west":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"},"east":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"}}},{"from":[-1.875,9,5.25],"to":[0.375,9.5,5.75],"rotation":{"origin":[-1.875,9,5.25],"axis":"y","angle":-45},"faces":{"down":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"up":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"north":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"south":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"west":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"},"east":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"}}},{"from":[-0.9375,7.75,6.5],"to":[2.0625,8.25,7],"rotation":{"origin":[-0.9375,8.25,6.5],"axis":"z","angle":22.5},"faces":{"down":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"up":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"north":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"south":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"west":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"},"east":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"}}},{"from":[-8.25,8.75,6.25],"to":[-8.125,9.75,7.25],"faces":{"down":{"uv":[0,0,16,16],"texture":"#1"},"up":{"uv":[0,0,16,16],"texture":"#1"},"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"},"west":{"uv":[0,0,16,16],"texture":"#1"},"east":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[-9.25,8.625,6.125],"to":[-8.75,9.875,7.375],"faces":{"down":{"uv":[0,0,16,16],"texture":"#1"},"up":{"uv":[0,0,16,16],"texture":"#1"},"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"},"west":{"uv":[0,0,16,16],"texture":"#1"},"east":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[-9.625,8.75,6.25],"to":[-9.5,9.75,7.25],"faces":{"down":{"uv":[0,0,16,16],"texture":"#1"},"up":{"uv":[0,0,16,16],"texture":"#1"},"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"},"west":{"uv":[0,0,16,16],"texture":"#1"},"east":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[-9.875,8.875,6.375],"to":[-9.75,9.625,7.125],"faces":{"down":{"uv":[0,0,16,16],"texture":"#1"},"up":{"uv":[0,0,16,16],"texture":"#1"},"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"},"west":{"uv":[0,0,16,16],"texture":"#1"},"east":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[-8.5,8.75,6.25],"to":[-8.375,9.75,7.25],"faces":{"down":{"uv":[0,0,16,16],"texture":"#1"},"up":{"uv":[0,0,16,16],"texture":"#1"},"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"},"west":{"uv":[0,0,16,16],"texture":"#1"},"east":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[-9.125,8.125,6.625],"to":[-8.875,10.375,6.875],"faces":{"down":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"up":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"north":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"south":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"west":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"},"east":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"}}},{"from":[-9.125,9.125,5.625],"to":[-8.875,9.375,7.875],"faces":{"down":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"up":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"north":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"south":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"west":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"},"east":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"}}},{"from":[-10.875,10.375,6.625],"to":[-4.25,10.625,6.875],"faces":{"down":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"up":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"north":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"south":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"west":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"},"east":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"}}},{"from":[-11,7.875,6.625],"to":[-4.75,8.125,6.875],"faces":{"down":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"up":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"north":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"south":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"west":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"},"east":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"}}},{"from":[-10.875,9.125,7.875],"to":[-5,9.375,8.125],"faces":{"down":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"up":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"north":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"south":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"west":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"},"east":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"}}},{"from":[-10.875,9.125,5.375],"to":[-4,9.375,5.625],"faces":{"down":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"up":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"north":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"south":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"west":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"},"east":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"}}},{"from":[-10,9.125,6.625],"to":[-6.625,9.375,6.875],"faces":{"down":{"uv":[3.875,4.875,10,6.5],"texture":"#1"},"up":{"uv":[3.875,4.875,10,6.5],"texture":"#1"},"north":{"uv":[4.125,4.5,10.375,6.125],"texture":"#1"},"south":{"uv":[4.125,4.5,10.375,6.125],"texture":"#1"},"west":{"uv":[4.875,4.375,7.875,7.125],"texture":"#1"},"east":{"uv":[4.875,4.375,7.875,7.125],"texture":"#1"}}},{"from":[17,8.25,7.25],"to":[19.25,8.75,7.75],"faces":{"down":{"uv":[3.875,4.875,10,6.5],"texture":"#1"},"up":{"uv":[3.875,4.875,10,6.5],"texture":"#1"},"north":{"uv":[4.125,4.5,10.375,6.125],"texture":"#1"},"south":{"uv":[4.125,4.5,10.375,6.125],"texture":"#1"},"west":{"uv":[4.875,4.375,7.875,7.125],"texture":"#1"},"east":{"uv":[4.875,4.375,7.875,7.125],"texture":"#1"}}},{"from":[19,7.75,7.375],"to":[19.25,9.25,7.625],"faces":{"down":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"up":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"north":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"south":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"west":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"},"east":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"}}},{"from":[19,8.375,6.75],"to":[19.25,8.625,8.25],"faces":{"down":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"up":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"north":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"south":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"west":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"},"east":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"}}},{"from":[16.75,9,7.375],"to":[19,9.25,7.625],"faces":{"down":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"up":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"north":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"south":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"west":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"},"east":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"}}},{"from":[16.75,7.75,7.375],"to":[19,8,7.625],"faces":{"down":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"up":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"north":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"south":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"west":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"},"east":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"}}},{"from":[16.75,8.375,6.75],"to":[19,8.625,7],"faces":{"down":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"up":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"north":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"south":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"west":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"},"east":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"}}},{"from":[16.75,8.375,8],"to":[19,8.625,8.25],"faces":{"down":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"up":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"north":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"south":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"west":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"},"east":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"}}},{"from":[-6.0625,9,6.5625],"to":[-4.1875,9.5,7.0625],"rotation":{"origin":[-6.0625,9,6.5625],"axis":"y","angle":-45},"faces":{"down":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"up":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"north":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"south":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"west":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"},"east":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"}}},{"from":[-7.375,9.125,5.375],"to":[-7.125,9.375,7.125],"rotation":{"origin":[-7.375,9.375,5.375],"axis":"x","angle":-45},"faces":{"down":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"up":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"north":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"south":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"west":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"},"east":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"}}},{"from":[-7.375,9.0625,5.5625],"to":[-7.125,9.3125,7.3125],"rotation":{"origin":[-7.375,9.3125,5.5625],"axis":"x","angle":45},"faces":{"down":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"up":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"north":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"south":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"west":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"},"east":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"}}},{"from":[-7.375,7.875,6.6875],"to":[-7.125,8.125,8.4375],"rotation":{"origin":[-7.375,8.125,6.6875],"axis":"x","angle":-45},"faces":{"down":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"up":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"north":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"south":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"west":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"},"east":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"}}},{"from":[-7.375,10.375,6.875],"to":[-7.125,10.625,8.625],"rotation":{"origin":[-7.375,10.625,6.875],"axis":"x","angle":45},"faces":{"down":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"up":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"north":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"south":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"west":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"},"east":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"}}},{"from":[-10.875,9.125,5.375],"to":[-10.625,9.375,7.125],"rotation":{"origin":[-10.875,9.375,5.375],"axis":"x","angle":-45},"faces":{"down":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"up":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"north":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"south":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"west":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"},"east":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"}}},{"from":[-10.875,9.0625,5.5625],"to":[-10.625,9.3125,7.3125],"rotation":{"origin":[-10.875,9.3125,5.5625],"axis":"x","angle":45},"faces":{"down":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"up":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"north":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"south":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"west":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"},"east":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"}}},{"from":[-10.875,7.875,6.6875],"to":[-10.625,8.125,8.4375],"rotation":{"origin":[-10.875,8.125,6.6875],"axis":"x","angle":-45},"faces":{"down":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"up":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"north":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"south":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"west":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"},"east":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"}}},{"from":[-10.875,10.375,6.875],"to":[-10.625,10.625,8.625],"rotation":{"origin":[-10.875,10.625,6.875],"axis":"x","angle":45},"faces":{"down":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"up":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"north":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"south":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"west":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"},"east":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"}}},{"from":[-7.425,8.125,6.625],"to":[-7.175,10.375,6.875],"faces":{"down":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"up":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"north":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"south":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"west":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"},"east":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"}}},{"from":[-7.425,9.125,5.625],"to":[-7.175,9.375,7.875],"faces":{"down":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"up":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"north":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"south":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"west":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"},"east":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"}}},{"from":[-10.725,8.125,6.625],"to":[-10.475,10.375,6.875],"faces":{"down":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"up":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"north":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"south":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"west":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"},"east":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"}}},{"from":[-10.725,9.125,5.625],"to":[-10.475,9.375,7.875],"faces":{"down":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"up":{"uv":[3.875,0.875,9.5,2],"texture":"#0"},"north":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"south":{"uv":[4.5,0.875,10.875,2],"texture":"#0"},"west":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"},"east":{"uv":[4.25,0.375,5.75,1.625],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[180,-41,90],"translation":[0.19,-5.29,0.57],"scale":[1.64,1.64,1.64]},"thirdperson_lefthand":{"rotation":[0,-41,90],"translation":[-1.32,-5.1,4.54],"scale":[1.64,1.64,1.64]},"firstperson_righthand":{"rotation":[-17,71,-74],"translation":[11.91,-16.25,-10.77],"scale":[2,2,2]},"firstperson_lefthand":{"rotation":[162,-18,-88],"translation":[9.26,-10.2,-10.39],"scale":[2.17,2.24,2.27]},"gui":{"rotation":[-43,-17,-130],"translation":[-3.02,-2.08,-3.4],"scale":[0.69,0.69,0.69]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/seraphim_wand.json b/assets/minecraft/models/item/wynn/skin/wand/seraphim_wand.json new file mode 100644 index 000000000..8319faf73 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/seraphim_wand.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/white_gradient","2":"skins/rainbow_gradient","3":"skins/gold_gradient","4":"skins/rainbow_gradient_anim","particle":"skins/white_gradient"},"elements":[{"from":[7.4,6.2,7.4],"to":[8.6,14.4,8.6],"rotation":{"angle":0,"axis":"y","origin":[15.5,33.3,15.5]},"faces":{"north":{"uv":[10,7,11,15],"rotation":180,"texture":"#2"},"east":{"uv":[10,7,11,15],"rotation":180,"texture":"#2"},"south":{"uv":[10,7,11,15],"rotation":180,"texture":"#2"},"west":{"uv":[10,7,11,15],"rotation":180,"texture":"#2"},"up":{"uv":[10,7,11,15],"rotation":180,"texture":"#2"},"down":{"uv":[10,7,11,15],"rotation":180,"texture":"#2"}}},{"from":[7.4,1.2,7.4],"to":[8.6,5.4,8.6],"rotation":{"angle":0,"axis":"y","origin":[15.5,28.3,15.5]},"faces":{"north":{"uv":[13,9,16,10],"rotation":90,"texture":"#0"},"east":{"uv":[13,9,16,10],"rotation":90,"texture":"#0"},"south":{"uv":[13,9,16,10],"rotation":90,"texture":"#0"},"west":{"uv":[13,9,16,10],"rotation":90,"texture":"#0"},"up":{"uv":[13,9,16,10],"rotation":90,"texture":"#0"},"down":{"uv":[13,9,16,10],"rotation":90,"texture":"#0"}}},{"from":[7.4,-0.3,7.4],"to":[8.6,0.9,8.6],"rotation":{"angle":0,"axis":"y","origin":[15.5,26.8,15.5]},"faces":{"north":{"uv":[10,2,11.5,3.5],"rotation":270,"texture":"#2"},"east":{"uv":[10,2,11.5,3.5],"rotation":180,"texture":"#2"},"south":{"uv":[10,2,11.5,3.5],"rotation":270,"texture":"#2"},"west":{"uv":[10,2,11.5,3.5],"rotation":180,"texture":"#2"},"up":{"uv":[10,2,11.5,3.5],"rotation":180,"texture":"#2"},"down":{"uv":[10,2,11.5,3.5],"rotation":180,"texture":"#2"}}},{"from":[7.3,5.6,7.3],"to":[8.7,7,8.7],"rotation":{"angle":0,"axis":"y","origin":[8,6.3,8]},"faces":{"north":{"uv":[10,2,11.5,3.5],"rotation":270,"texture":"#2"},"east":{"uv":[10,2,11.5,3.5],"rotation":180,"texture":"#2"},"south":{"uv":[10,2,11.5,3.5],"rotation":90,"texture":"#2"},"west":{"uv":[10,2,11.5,3.5],"rotation":180,"texture":"#2"},"up":{"uv":[10,2,11.5,3.5],"rotation":180,"texture":"#2"},"down":{"uv":[10,2,11.5,3.5],"rotation":180,"texture":"#2"}}},{"from":[7.3,10.6,7.3],"to":[8.7,12,8.7],"rotation":{"angle":0,"axis":"y","origin":[8,11.3,8]},"faces":{"north":{"uv":[14,0,15,1],"rotation":180,"texture":"#0"},"east":{"uv":[14,0,15,1],"rotation":180,"texture":"#0"},"south":{"uv":[14,0,15,1],"rotation":180,"texture":"#0"},"west":{"uv":[14,0,15,1],"rotation":180,"texture":"#0"},"up":{"uv":[14,0,15,1],"rotation":180,"texture":"#0"},"down":{"uv":[14,0,15,1],"rotation":180,"texture":"#0"}}},{"from":[8.3,4.9,4.45],"to":[8.31,11.9,7.45],"rotation":{"angle":22.5,"axis":"x","origin":[8.305,8.4,5.95]},"faces":{"east":{"uv":[13,0,16,6.49],"texture":"#0"},"west":{"uv":[16,0,13,6.49],"texture":"#0"}}},{"from":[7.4,-9.8,7.4],"to":[8.6,-1.6,8.6],"rotation":{"angle":0,"axis":"y","origin":[8,-5.7,8]},"faces":{"north":{"uv":[10.5,7.5,11.5,15.5],"rotation":180,"texture":"#2"},"east":{"uv":[10.5,7.5,11.5,15.5],"rotation":180,"texture":"#2"},"south":{"uv":[10.5,7.5,11.5,15.5],"rotation":180,"texture":"#2"},"west":{"uv":[10.5,7.5,11.5,15.5],"rotation":180,"texture":"#2"},"up":{"uv":[10.5,14.5,11.5,15.5],"rotation":180,"texture":"#2"},"down":{"uv":[10.5,7.5,11.5,15.5],"rotation":180,"texture":"#2"}}},{"from":[7.5,-1.7,7.5],"to":[8.5,6.3,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,2.3,8]},"faces":{"north":{"uv":[10,7.5,11,15.5],"texture":"#2"},"east":{"uv":[10,7.5,11,15.5],"texture":"#2"},"south":{"uv":[10,7.5,11,15.5],"texture":"#2"},"west":{"uv":[10,7.5,11,15.5],"texture":"#2"},"up":{"uv":[10,7.5,11,8.5],"texture":"#2"},"down":{"uv":[10,7.5,11,8.5],"texture":"#2"}}},{"from":[7.45,-12.20592,7.29947],"to":[8.55,-11.60592,8.89947],"rotation":{"angle":22.5,"axis":"x","origin":[8,-10.08853,8]},"faces":{"north":{"uv":[5,11.5,7.5,12.5],"texture":"#3"},"east":{"uv":[7,11.5,5,12.5],"texture":"#3"},"south":{"uv":[9,12,9.5,12.5],"texture":"#3"},"west":{"uv":[5,11.5,7,12.5],"texture":"#3"},"up":{"uv":[4.5,11.5,6.5,13],"rotation":90,"texture":"#3"},"down":{"uv":[3.5,14,6,15.5],"rotation":90,"texture":"#3"}}},{"from":[7.45,17.60592,7.29947],"to":[8.55,18.20592,8.89947],"rotation":{"angle":-22.5,"axis":"x","origin":[8,16.08853,8]},"faces":{"north":{"uv":[5,12.5,7.5,11.5],"texture":"#4"},"east":{"uv":[7,12.5,5,11.5],"texture":"#4"},"south":{"uv":[6.5,6.5,7,6],"texture":"#4"},"west":{"uv":[5,12.5,7,11.5],"texture":"#4"},"up":{"uv":[5,12.5,7,11.5],"rotation":90,"texture":"#4"},"down":{"uv":[7,11.5,5,13],"rotation":90,"texture":"#4"}}},{"from":[7.452,-12.20392,7.10253],"to":[8.548,-11.60792,8.69853],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-10.08853,8]},"faces":{"north":{"uv":[9.5,12,9,12.5],"texture":"#3"},"east":{"uv":[5,11.5,7,12.5],"texture":"#3"},"south":{"uv":[7.5,11.5,5,12.5],"texture":"#3"},"west":{"uv":[7,11.5,5,12.5],"texture":"#3"},"up":{"uv":[6.5,11.5,4.5,13],"rotation":90,"texture":"#3"},"down":{"uv":[6,14,3.5,15.5],"rotation":90,"texture":"#3"}}},{"from":[7.452,17.60792,7.10253],"to":[8.548,18.20392,8.69853],"rotation":{"angle":22.5,"axis":"x","origin":[8,16.08853,8]},"faces":{"north":{"uv":[7,9,6.5,8.5],"texture":"#4"},"east":{"uv":[5,12.5,7,11.5],"texture":"#4"},"south":{"uv":[7.5,12.5,5,11.5],"texture":"#4"},"west":{"uv":[7,12.5,5,11.5],"texture":"#4"},"up":{"uv":[5,12.5,7,11.5],"rotation":270,"texture":"#4"},"down":{"uv":[5,11.5,7,13],"rotation":90,"texture":"#4"}}},{"from":[7.441,14.46357,5.62548],"to":[8.559,15.08157,8.24348],"rotation":{"angle":22.5,"axis":"x","origin":[8,14.77257,6.93448]},"faces":{"north":{"uv":[3.5,12.5,0,11.5],"rotation":180,"texture":"#3"},"east":{"uv":[3.5,12.5,0,11.5],"rotation":180,"texture":"#3"},"south":{"uv":[3.5,12.5,0,11.5],"rotation":180,"texture":"#3"},"west":{"uv":[3.5,12.5,0,11.5],"texture":"#3"},"up":{"uv":[3.5,13,0,11.5],"rotation":90,"texture":"#3"},"down":{"uv":[3.5,13,0,11.5],"rotation":270,"texture":"#3"}}},{"from":[7.451,14.47357,7.76652],"to":[8.549,15.07157,10.36452],"rotation":{"angle":-22.5,"axis":"x","origin":[8,14.77257,9.06552]},"faces":{"north":{"uv":[0,12.5,3.5,11.5],"rotation":180,"texture":"#3"},"east":{"uv":[0,12.5,3.5,11.5],"rotation":180,"texture":"#3"},"south":{"uv":[0,12.5,3.5,11.5],"rotation":180,"texture":"#3"},"west":{"uv":[0,12.5,3.5,11.5],"texture":"#3"},"up":{"uv":[0,13,3.5,11.5],"rotation":90,"texture":"#3"},"down":{"uv":[0,13,3.5,11.5],"rotation":270,"texture":"#3"}}},{"from":[7.441,18.51248,5.62548],"to":[8.559,19.13048,8.24348],"rotation":{"angle":-22.5,"axis":"x","origin":[8,18.82148,6.93448]},"faces":{"north":{"uv":[8.118,12.618,7,12],"texture":"#3"},"east":{"uv":[9.5,11.5,6,12.5],"texture":"#3"},"south":{"uv":[9.5,13,8.5,11.5],"texture":"#3"},"west":{"uv":[9.5,12.5,6,11.5],"rotation":180,"texture":"#3"},"up":{"uv":[9.5,13,6,11.5],"rotation":270,"texture":"#3"},"down":{"uv":[9.5,13.5,6,12],"rotation":90,"texture":"#3"}}},{"from":[7.451,18.52248,7.76652],"to":[8.549,19.12048,10.36452],"rotation":{"angle":22.5,"axis":"x","origin":[8,18.82148,9.06552]},"faces":{"north":{"uv":[8.5,13,9.5,11.5],"texture":"#3"},"east":{"uv":[6,11.5,9.5,12.5],"texture":"#3"},"south":{"uv":[0,12.5,3.5,11.5],"texture":"#3"},"west":{"uv":[6,12.5,9.5,11.5],"rotation":180,"texture":"#3"},"up":{"uv":[6,13,9.5,11.5],"rotation":270,"texture":"#3"},"down":{"uv":[6,13.5,9.5,12],"rotation":90,"texture":"#3"}}},{"from":[7.451,14.99802,5.61687],"to":[8.549,18.59602,6.21487],"rotation":{"angle":0,"axis":"y","origin":[8,16.29702,5.91587]},"faces":{"north":{"uv":[2.5,11.5,7,13],"rotation":270,"texture":"#3"},"east":{"uv":[7,11.5,2.5,12.5],"rotation":90,"texture":"#3"},"south":{"uv":[2.5,11.5,7,13],"rotation":270,"texture":"#3"},"west":{"uv":[2.5,11.5,7,12.5],"rotation":270,"texture":"#3"},"up":{"uv":[6,11.5,6.5,12.5],"rotation":270,"texture":"#3"},"down":{"uv":[2.5,11.5,6.5,12.5],"rotation":270,"texture":"#3"}}},{"from":[7.441,14.98802,9.77513],"to":[8.559,18.60602,10.39313],"rotation":{"angle":0,"axis":"y","origin":[8,16.29702,10.08413]},"faces":{"north":{"uv":[2.5,11.5,7,13],"rotation":270,"texture":"#3"},"east":{"uv":[7,12.5,2.5,11.5],"rotation":90,"texture":"#3"},"south":{"uv":[2.5,11.5,7,13],"rotation":270,"texture":"#3"},"west":{"uv":[2.5,11.5,7,12.5],"rotation":270,"texture":"#3"},"up":{"uv":[6.5,11.5,6,12.5],"rotation":270,"texture":"#3"},"down":{"uv":[3.618,12,3,13.118],"rotation":270,"texture":"#3"}}},{"from":[7.701,12.0279,8.33555],"to":[8.299,15.1259,8.93355],"rotation":{"angle":22.5,"axis":"x","origin":[8,13.0769,8.63455]},"faces":{"north":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"},"east":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"},"south":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"},"west":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"},"up":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"},"down":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"}}},{"from":[7.701,-10.62622,7.13797],"to":[8.299,-7.62822,7.73597],"rotation":{"angle":22.5,"axis":"x","origin":[8,-8.86116,8.2]},"faces":{"north":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"},"east":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"},"south":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"},"west":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"},"up":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"},"down":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"}}},{"from":[7.701,12.0279,7.06645],"to":[8.299,15.1259,7.66445],"rotation":{"angle":-22.5,"axis":"x","origin":[8,13.0769,7.36545]},"faces":{"north":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"},"east":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"},"south":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"},"west":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"},"up":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"},"down":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"}}},{"from":[7.701,-10.62622,8.26403],"to":[8.299,-7.62822,8.86203],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-8.86116,7.8]},"faces":{"north":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"},"east":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"},"south":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"},"west":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"},"up":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"},"down":{"uv":[10,10,13,10.5],"rotation":90,"texture":"#2"}}},{"from":[7.352,-10.00323,7.2973],"to":[8.648,-9.40723,8.8933],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-11.51255,8]},"faces":{"north":{"uv":[0,12,2.5,13],"rotation":180,"texture":"#3"},"east":{"uv":[2.5,12,0,13],"rotation":180,"texture":"#3"},"south":{"uv":[0,12,2.5,13],"rotation":180,"texture":"#3"},"west":{"uv":[0,12,2.5,13],"rotation":180,"texture":"#3"},"up":{"uv":[0,11.5,2.5,13],"rotation":270,"texture":"#3"},"down":{"uv":[0,11.5,2.5,13],"rotation":90,"texture":"#3"}}},{"from":[7.452,15.40723,7.2973],"to":[8.548,16.00323,8.8933],"rotation":{"angle":22.5,"axis":"x","origin":[8,17.51255,8]},"faces":{"north":{"uv":[1,13,2,12],"rotation":180,"texture":"#4"},"east":{"uv":[2.5,13,0,12],"rotation":180,"texture":"#4"},"south":{"uv":[0,13,2.5,12],"rotation":180,"texture":"#4"},"west":{"uv":[0,13,2.5,12],"rotation":180,"texture":"#4"},"up":{"uv":[2.5,11.5,0,13],"rotation":90,"texture":"#4"},"down":{"uv":[2.5,11.5,0,13],"rotation":270,"texture":"#4"}}},{"from":[7.35,-10.00523,7.1047],"to":[8.65,-9.40523,8.7047],"rotation":{"angle":22.5,"axis":"x","origin":[8,-11.51255,8]},"faces":{"north":{"uv":[2.5,12,0,13],"rotation":180,"texture":"#3"},"east":{"uv":[0,12,2.5,13],"rotation":180,"texture":"#3"},"south":{"uv":[2.5,12,0,13],"rotation":180,"texture":"#3"},"west":{"uv":[2.5,12,0,13],"rotation":180,"texture":"#3"},"up":{"uv":[2.5,11.5,0,13],"rotation":270,"texture":"#3"},"down":{"uv":[2.5,11.5,0,13],"rotation":90,"texture":"#3"}}},{"from":[7.45,15.40523,7.1047],"to":[8.55,16.00523,8.7047],"rotation":{"angle":-22.5,"axis":"x","origin":[8,17.51255,8]},"faces":{"north":{"uv":[1.3,12.6,0,12],"rotation":180,"texture":"#4"},"east":{"uv":[0,13,2.5,12],"rotation":180,"texture":"#4"},"south":{"uv":[2.5,13,0,12],"rotation":180,"texture":"#4"},"west":{"uv":[2.5,13,0,12],"rotation":180,"texture":"#4"},"up":{"uv":[0,11.5,2.5,13],"rotation":90,"texture":"#4"},"down":{"uv":[0,11.5,2.5,13],"rotation":270,"texture":"#4"}}},{"from":[7.451,-11.77999,6.51254],"to":[8.549,-9.83199,7.11054],"rotation":{"angle":0,"axis":"y","origin":[8,-11.31688,8.43097]},"faces":{"north":{"uv":[2.5,11.5,5.5,13],"rotation":90,"texture":"#3"},"east":{"uv":[2.5,12.5,5.5,11.5],"rotation":90,"texture":"#3"},"south":{"uv":[3,12,6,13.5],"rotation":90,"texture":"#3"},"west":{"uv":[2.5,11.5,5.5,12.5],"rotation":90,"texture":"#3"},"up":{"uv":[6,12.5,2.5,11.5],"rotation":270,"texture":"#3"},"down":{"uv":[6,12.5,2.5,11.5],"rotation":270,"texture":"#3"}}},{"from":[7.451,15.83199,6.51254],"to":[8.549,17.77999,7.11054],"rotation":{"angle":0,"axis":"y","origin":[8,17.31688,8.43097]},"faces":{"north":{"uv":[5.5,11.5,2.5,13],"rotation":90,"texture":"#4"},"east":{"uv":[5.5,12.5,2.5,11.5],"rotation":90,"texture":"#4"},"south":{"uv":[6,12,3,13.5],"rotation":90,"texture":"#4"},"west":{"uv":[5.5,11.5,2.5,12.5],"rotation":90,"texture":"#4"},"up":{"uv":[2.5,12.5,6,11.5],"rotation":270,"texture":"#4"},"down":{"uv":[2.5,12.5,6,11.5],"rotation":270,"texture":"#4"}}},{"from":[7.451,-11.77999,8.88946],"to":[8.549,-9.83199,9.48746],"rotation":{"angle":0,"axis":"y","origin":[8,-11.31688,7.56903]},"faces":{"north":{"uv":[3,13.5,6,12],"rotation":90,"texture":"#3"},"east":{"uv":[2.5,11.5,5.5,12.5],"rotation":90,"texture":"#3"},"south":{"uv":[2.5,13,5.5,11.5],"rotation":90,"texture":"#3"},"west":{"uv":[2.5,12.5,5.5,11.5],"rotation":90,"texture":"#3"},"up":{"uv":[2.5,12.5,6,11.5],"rotation":270,"texture":"#3"},"down":{"uv":[2.5,12.5,6,11.5],"rotation":270,"texture":"#3"}}},{"from":[7.451,15.83199,8.88946],"to":[8.549,17.77999,9.48746],"rotation":{"angle":0,"axis":"y","origin":[8,17.31688,7.56903]},"faces":{"north":{"uv":[6,13.5,3,12],"rotation":90,"texture":"#4"},"east":{"uv":[5.5,11.5,2.5,12.5],"rotation":90,"texture":"#4"},"south":{"uv":[5.5,13,2.5,11.5],"rotation":90,"texture":"#4"},"west":{"uv":[5.5,12.5,2.5,11.5],"rotation":90,"texture":"#4"},"up":{"uv":[6,12.5,2.5,11.5],"rotation":270,"texture":"#4"},"down":{"uv":[6,12.5,2.5,11.5],"rotation":270,"texture":"#4"}}},{"from":[7.60156,16.85321,3.79873],"to":[8.40156,17.65321,5.09873],"rotation":{"angle":22.5,"axis":"x","origin":[8.00216,15.50016,4.29933]},"faces":{"north":{"uv":[6.3,0,5.5,0.8],"rotation":180,"texture":"#4"},"east":{"uv":[6.8,0,5.5,1],"rotation":180,"texture":"#4"},"south":{"uv":[6.3,0,5.5,0.8],"rotation":180,"texture":"#4"},"west":{"uv":[6.8,0,5.5,1],"texture":"#4"},"up":{"uv":[6,1.3,7,0],"rotation":180,"texture":"#4"},"down":{"uv":[6,1.3,7,0],"rotation":180,"texture":"#4"}}},{"from":[7.60156,16.85321,10.90127],"to":[8.40156,17.65321,12.20127],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00216,15.50016,11.70067]},"faces":{"north":{"uv":[5.5,0,6.3,0.8],"rotation":180,"texture":"#4"},"east":{"uv":[5.5,0,6.8,1],"rotation":180,"texture":"#4"},"south":{"uv":[5.5,0,6.3,0.8],"rotation":180,"texture":"#4"},"west":{"uv":[5.5,0,6.8,1],"texture":"#4"},"up":{"uv":[6,0,7,1.3],"rotation":180,"texture":"#4"},"down":{"uv":[6,0,7,1.3],"rotation":180,"texture":"#4"}}},{"from":[7.60156,13.65155,4.92342],"to":[8.40156,14.45155,6.22342],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00216,15.25016,4.29933]},"faces":{"north":{"uv":[4,1,5,2],"texture":"#4"},"east":{"uv":[4,1,5,2],"texture":"#4"},"south":{"uv":[4,1,5,2],"texture":"#4"},"west":{"uv":[4,1,5,2],"rotation":180,"texture":"#4"},"up":{"uv":[5,2,4,1],"texture":"#4"},"down":{"uv":[5,2,4,1],"texture":"#4"}}},{"from":[7.60156,13.65155,9.77658],"to":[8.40156,14.45155,11.07658],"rotation":{"angle":22.5,"axis":"x","origin":[8.00216,15.25016,11.70067]},"faces":{"north":{"uv":[5,1,4,2],"texture":"#4"},"east":{"uv":[5,1,4,2],"texture":"#4"},"south":{"uv":[5,1,4,2],"texture":"#4"},"west":{"uv":[5,1,4,2],"rotation":180,"texture":"#4"},"up":{"uv":[5,1,4,2],"texture":"#4"},"down":{"uv":[5,1,4,2],"texture":"#4"}}},{"from":[7.60156,18.59062,5.68388],"to":[8.40156,19.89062,6.48388],"rotation":{"angle":0,"axis":"y","origin":[8.00226,20.39497,5.16265]},"faces":{"north":{"uv":[2,1,3,2],"rotation":270,"texture":"#4"},"east":{"uv":[2,1,3,2],"rotation":270,"texture":"#4"},"south":{"uv":[2,1,3,2],"rotation":270,"texture":"#4"},"west":{"uv":[2,1,3,2],"rotation":270,"texture":"#4"},"up":{"uv":[2,1,3,2],"rotation":270,"texture":"#4"},"down":{"uv":[2,1,3,2],"rotation":270,"texture":"#4"}}},{"from":[7.60156,18.59062,9.51612],"to":[8.40156,19.89062,10.31612],"rotation":{"angle":0,"axis":"y","origin":[8.00226,20.39497,10.83735]},"faces":{"north":{"uv":[2,2,3,1],"rotation":270,"texture":"#4"},"east":{"uv":[2,2,3,1],"rotation":270,"texture":"#4"},"south":{"uv":[2,2,3,1],"rotation":270,"texture":"#4"},"west":{"uv":[2,2,3,1],"rotation":270,"texture":"#4"},"up":{"uv":[3,1,2,2],"rotation":270,"texture":"#4"},"down":{"uv":[3,1,2,2],"rotation":270,"texture":"#4"}}},{"from":[7.65156,16.4301,5.407],"to":[8.35156,17.6301,6.107],"rotation":{"angle":-45,"axis":"x","origin":[8.00216,15.50016,4.29933]},"faces":{"north":{"uv":[7,1,8.5,0],"rotation":270,"texture":"#4"},"east":{"uv":[7,1,8.5,0],"rotation":270,"texture":"#4"},"south":{"uv":[7,1,8.5,0],"rotation":270,"texture":"#4"},"west":{"uv":[7,1,8.5,0],"rotation":270,"texture":"#4"},"up":{"uv":[8.5,0,7,1],"rotation":270,"texture":"#4"},"down":{"uv":[8.5,0,7,1],"rotation":270,"texture":"#4"}}},{"from":[7.65156,16.4301,9.893],"to":[8.35156,17.6301,10.593],"rotation":{"angle":45,"axis":"x","origin":[8.00216,15.50016,11.70067]},"faces":{"north":{"uv":[7,0,8.5,1],"rotation":270,"texture":"#4"},"east":{"uv":[7,0,8.5,1],"rotation":270,"texture":"#4"},"south":{"uv":[7,0,8.5,1],"rotation":270,"texture":"#4"},"west":{"uv":[7,0,8.5,1],"rotation":270,"texture":"#4"},"up":{"uv":[7,0,8.5,1],"rotation":270,"texture":"#4"},"down":{"uv":[7,0,8.5,1],"rotation":270,"texture":"#4"}}},{"from":[7.65156,14.06125,4.338],"to":[8.35156,14.76125,5.538],"rotation":{"angle":0,"axis":"y","origin":[8.00216,15.25016,4.29933]},"faces":{"north":{"uv":[0.5,0.5,1.5,0],"rotation":270,"texture":"#4"},"east":{"uv":[2.5,0,4,1],"rotation":180,"texture":"#4"},"south":{"uv":[4.5,0,3,1],"rotation":180,"texture":"#4"},"west":{"uv":[4,0,2.5,1],"rotation":180,"texture":"#4"},"up":{"uv":[2.5,1.5,4,0.5],"rotation":180,"texture":"#4"},"down":{"uv":[3,1,4.5,0],"rotation":180,"texture":"#4"}}},{"from":[7.65156,14.06125,10.462],"to":[8.35156,14.76125,11.662],"rotation":{"angle":0,"axis":"y","origin":[8.00216,15.25016,11.70067]},"faces":{"north":{"uv":[3,0,4.5,1],"rotation":180,"texture":"#4"},"east":{"uv":[4,0,2.5,1],"rotation":180,"texture":"#4"},"south":{"uv":[0.5,0,1.5,0.5],"rotation":270,"texture":"#4"},"west":{"uv":[2.5,0,4,1],"rotation":180,"texture":"#4"},"up":{"uv":[2.5,0.5,4,1.5],"rotation":180,"texture":"#4"},"down":{"uv":[3,0,4.5,1],"rotation":180,"texture":"#4"}}},{"from":[7.65156,20.07815,5.88639],"to":[8.35156,21.27815,6.58639],"rotation":{"angle":22.5,"axis":"x","origin":[8.00226,20.39497,5.16265]},"faces":{"north":{"uv":[5,0,3.5,1],"rotation":90,"texture":"#4"},"east":{"uv":[5,0,3.5,1],"rotation":90,"texture":"#4"},"south":{"uv":[5,0,3.5,1],"rotation":90,"texture":"#4"},"west":{"uv":[5,0,3.5,1],"rotation":90,"texture":"#4"},"up":{"uv":[5,0,3.5,1],"rotation":90,"texture":"#4"},"down":{"uv":[5,0,3.5,1],"rotation":90,"texture":"#4"}}},{"from":[7.65156,20.07815,9.41361],"to":[8.35156,21.27815,10.11361],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00226,20.39497,10.83735]},"faces":{"north":{"uv":[5,1,3.5,0],"rotation":90,"texture":"#4"},"east":{"uv":[5,1,3.5,0],"rotation":90,"texture":"#4"},"south":{"uv":[5,1,3.5,0],"rotation":90,"texture":"#4"},"west":{"uv":[5,1,3.5,0],"rotation":90,"texture":"#4"},"up":{"uv":[3.5,0,5,1],"rotation":90,"texture":"#4"},"down":{"uv":[3.5,0,5,1],"rotation":90,"texture":"#4"}}},{"from":[7.7,17.88462,4.57125],"to":[8.3,18.48462,5.17125],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00216,15.50016,4.29933]},"faces":{"north":{"uv":[8.5,1,9.5,2],"rotation":270,"texture":"#4"},"east":{"uv":[8.5,1,9.5,2],"rotation":270,"texture":"#4"},"south":{"uv":[8.5,1,9.5,2],"rotation":270,"texture":"#4"},"west":{"uv":[8.5,1,9.5,2],"rotation":270,"texture":"#4"},"up":{"uv":[9.5,2,8.5,1],"rotation":270,"texture":"#4"},"down":{"uv":[9.5,2,8.5,1],"rotation":270,"texture":"#4"}}},{"from":[7.7,17.88462,10.82875],"to":[8.3,18.48462,11.42875],"rotation":{"angle":22.5,"axis":"x","origin":[8.00216,15.50016,11.70067]},"faces":{"north":{"uv":[8.5,2,9.5,1],"rotation":270,"texture":"#4"},"east":{"uv":[8.5,2,9.5,1],"rotation":270,"texture":"#4"},"south":{"uv":[8.5,2,9.5,1],"rotation":270,"texture":"#4"},"west":{"uv":[8.5,2,9.5,1],"rotation":270,"texture":"#4"},"up":{"uv":[8.5,2,9.5,1],"rotation":270,"texture":"#4"},"down":{"uv":[8.5,2,9.5,1],"rotation":270,"texture":"#4"}}},{"from":[7.80254,17.16021,-0.59153],"to":[8.20254,18.06021,4.20847],"rotation":{"angle":0,"axis":"y","origin":[8.00216,15.50016,4.29933]},"faces":{"north":{"uv":[8,6.4,8.9,6],"rotation":270,"texture":"#4"},"east":{"uv":[9.4,5.3,8.5,0.5],"rotation":90,"texture":"#4"},"south":{"uv":[8,0.9,8.9,0.5],"rotation":90,"texture":"#4"},"west":{"uv":[8.5,5.3,9.4,0.5],"rotation":270,"texture":"#4"},"up":{"uv":[8.4,0.5,8,5.3],"rotation":180,"texture":"#4"},"down":{"uv":[8.5,5.3,8.9,0.5],"rotation":180,"texture":"#4"}}},{"from":[7.80254,17.16021,11.79153],"to":[8.20254,18.06021,16.59153],"rotation":{"angle":0,"axis":"y","origin":[8.00216,15.50016,11.70067]},"faces":{"north":{"uv":[8,0.5,8.9,0.9],"rotation":90,"texture":"#4"},"east":{"uv":[9.4,0.5,8.5,5.3],"rotation":90,"texture":"#4"},"south":{"uv":[8,6,8.9,6.4],"rotation":270,"texture":"#4"},"west":{"uv":[8.5,0.5,9.4,5.3],"rotation":270,"texture":"#4"},"up":{"uv":[9,0.5,9.4,5.3],"rotation":180,"texture":"#4"},"down":{"uv":[8.5,0.5,8.9,5.3],"rotation":180,"texture":"#4"}}},{"from":[7.82754,17.42018,0.84305],"to":[8.17754,18.27018,4.84305],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00216,15.50016,4.29933]},"faces":{"north":{"uv":[8,4.5,8.5,4],"rotation":90,"texture":"#4"},"east":{"uv":[8,6,9,2],"rotation":90,"texture":"#4"},"south":{"uv":[7,1.85,7.85,1.5],"rotation":90,"texture":"#4"},"west":{"uv":[8,6,9,2],"rotation":270,"texture":"#4"},"up":{"uv":[8,6,8.35,2],"texture":"#4"},"down":{"uv":[8,5.5,8.35,1.5],"rotation":180,"texture":"#4"}}},{"from":[7.82754,17.42018,11.15695],"to":[8.17754,18.27018,15.15695],"rotation":{"angle":22.5,"axis":"x","origin":[8.00216,15.50016,11.70067]},"faces":{"north":{"uv":[7,1.5,7.85,1.85],"rotation":90,"texture":"#4"},"east":{"uv":[8,2,9,6],"rotation":90,"texture":"#4"},"south":{"uv":[8,4,8.5,4.5],"rotation":90,"texture":"#4"},"west":{"uv":[8,2,9,6],"rotation":270,"texture":"#4"},"up":{"uv":[8,2,8.35,6],"texture":"#4"},"down":{"uv":[8,1.5,8.35,5.5],"rotation":180,"texture":"#4"}}},{"from":[7.72754,10.50202,4.61172],"to":[8.27754,14.50202,5.16172],"rotation":{"angle":22.5,"axis":"x","origin":[8.00216,15.25016,4.29933]},"faces":{"north":{"uv":[0.5,6.5,1,2.5],"rotation":180,"texture":"#4"},"east":{"uv":[0.5,6.5,1,2.5],"rotation":180,"texture":"#4"},"south":{"uv":[0.5,6.5,1,2.5],"rotation":180,"texture":"#4"},"west":{"uv":[0.5,6.5,1,2.5],"rotation":180,"texture":"#4"},"up":{"uv":[0.5,6.5,1,2.5],"rotation":270,"texture":"#4"},"down":{"uv":[0.5,6.05,0.55,6],"rotation":90,"texture":"#4"}}},{"from":[7.72754,10.50202,10.83828],"to":[8.27754,14.50202,11.38828],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00216,15.25016,11.70067]},"faces":{"north":{"uv":[1,6.5,0.5,2.5],"rotation":180,"texture":"#4"},"east":{"uv":[1,6.5,0.5,2.5],"rotation":180,"texture":"#4"},"south":{"uv":[1,6.5,0.5,2.5],"rotation":180,"texture":"#4"},"west":{"uv":[1,6.5,0.5,2.5],"rotation":180,"texture":"#4"},"up":{"uv":[1,6.5,0.5,2.5],"rotation":270,"texture":"#4"},"down":{"uv":[0.55,6.05,0.5,6],"rotation":90,"texture":"#4"}}},{"from":[7.72754,19.72883,5.88388],"to":[8.27754,23.72883,6.43388],"rotation":{"angle":-45,"axis":"x","origin":[8.00226,20.39497,5.16265]},"faces":{"north":{"uv":[4,7,4.5,3],"texture":"#4"},"east":{"uv":[4,7,4.5,3],"texture":"#4"},"south":{"uv":[4,7,4.5,3],"texture":"#4"},"west":{"uv":[4,7,4.5,3],"texture":"#4"},"up":{"uv":[4,3.5,4.5,3],"texture":"#4"},"down":{"uv":[4,7,4.5,3],"texture":"#4"}}},{"from":[7.72754,19.72883,9.56612],"to":[8.27754,23.72883,10.11612],"rotation":{"angle":45,"axis":"x","origin":[8.00226,20.39497,10.83735]},"faces":{"north":{"uv":[4.5,7,4,3],"texture":"#4"},"east":{"uv":[4.5,7,4,3],"texture":"#4"},"south":{"uv":[4.5,7,4,3],"texture":"#4"},"west":{"uv":[4.5,7,4,3],"texture":"#4"},"up":{"uv":[4,3,4.5,3.5],"texture":"#4"},"down":{"uv":[4,3,4.5,7],"texture":"#4"}}},{"from":[7.85254,16.70608,1.37419],"to":[8.15254,17.50608,5.32419],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00216,15.50016,4.29933]},"faces":{"north":{"uv":[7,5,7.5,4.5],"rotation":90,"texture":"#4"},"east":{"uv":[7,2,8,5.95],"rotation":270,"texture":"#4"},"south":{"uv":[6,2.3,6.8,2],"rotation":90,"texture":"#4"},"west":{"uv":[7,5.95,8,2],"rotation":270,"texture":"#4"},"up":{"uv":[9.95,2,6,2.3],"rotation":90,"texture":"#4"},"down":{"uv":[7,6.45,7.3,2.5],"rotation":180,"texture":"#4"}}},{"from":[7.85254,16.70608,10.67581],"to":[8.15254,17.50608,14.62581],"rotation":{"angle":22.5,"axis":"x","origin":[8.00216,15.50016,11.70067]},"faces":{"north":{"uv":[6,2,6.8,2.3],"rotation":90,"texture":"#4"},"east":{"uv":[7,5.95,8,2],"rotation":270,"texture":"#4"},"south":{"uv":[7,4.5,7.5,5],"rotation":90,"texture":"#4"},"west":{"uv":[7,2,8,5.95],"rotation":270,"texture":"#4"},"up":{"uv":[6,2,9.95,2.3],"rotation":90,"texture":"#4"},"down":{"uv":[7,2.5,7.3,6.45],"rotation":180,"texture":"#4"}}},{"from":[7.85254,11.03316,5.17582],"to":[8.15254,14.98316,5.97582],"rotation":{"angle":22.5,"axis":"x","origin":[8.00216,15.25016,4.29933]},"faces":{"north":{"uv":[1,7,0.5,3],"texture":"#4"},"east":{"uv":[0.5,7,1.5,3],"rotation":180,"texture":"#4"},"south":{"uv":[1.5,7,1,3],"rotation":180,"texture":"#4"},"west":{"uv":[1.5,7,0.5,3],"rotation":180,"texture":"#4"},"up":{"uv":[1.5,7,0.5,3],"rotation":270,"texture":"#4"},"down":{"uv":[1.5,7,0.5,6.5],"rotation":90,"texture":"#4"}}},{"from":[7.85254,11.03316,10.02418],"to":[8.15254,14.98316,10.82418],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00216,15.25016,11.70067]},"faces":{"north":{"uv":[1,7,1.5,3],"rotation":180,"texture":"#4"},"east":{"uv":[1.5,7,0.5,3],"rotation":180,"texture":"#4"},"south":{"uv":[0.5,7,1,3],"texture":"#4"},"west":{"uv":[0.5,7,1.5,3],"rotation":180,"texture":"#4"},"up":{"uv":[0.5,7,1.5,3],"rotation":270,"texture":"#4"},"down":{"uv":[0.5,7,1.5,6.5],"rotation":90,"texture":"#4"}}},{"from":[7.85254,19.24769,5.06978],"to":[8.15254,23.19769,5.86978],"rotation":{"angle":-45,"axis":"x","origin":[8.00226,20.39497,5.16265]},"faces":{"north":{"uv":[3.5,9.5,4,5.5],"texture":"#4"},"east":{"uv":[3,9.5,4,5.5],"texture":"#4"},"south":{"uv":[3,9.5,4,5.5],"texture":"#4"},"west":{"uv":[4,9.5,3,5.5],"texture":"#4"},"up":{"uv":[3,7.5,3.5,8.5],"texture":"#4"},"down":{"uv":[3,9.5,4,5.5],"texture":"#4"}}},{"from":[7.85254,19.24769,10.13022],"to":[8.15254,23.19769,10.93022],"rotation":{"angle":45,"axis":"x","origin":[8.00226,20.39497,10.83735]},"faces":{"north":{"uv":[4,9.5,3,5.5],"texture":"#4"},"east":{"uv":[4,9.5,3,5.5],"texture":"#4"},"south":{"uv":[4,9.5,3.5,5.5],"texture":"#4"},"west":{"uv":[3,9.5,4,5.5],"texture":"#4"},"up":{"uv":[3,8.5,3.5,7.5],"texture":"#4"},"down":{"uv":[3,5.5,4,9.5],"texture":"#4"}}},{"from":[7.87754,16.36498,2.40791],"to":[8.12754,17.11498,5.80791],"rotation":{"angle":-45,"axis":"x","origin":[8.00216,15.50016,4.29933]},"faces":{"north":{"uv":[6.5,8.5,7.5,8],"rotation":270,"texture":"#4"},"east":{"uv":[6.5,7.9,7.5,4.5],"rotation":270,"texture":"#4"},"south":{"uv":[5,1.75,5.75,1.5],"rotation":90,"texture":"#4"},"west":{"uv":[6.5,8.9,7.5,5.5],"rotation":270,"texture":"#4"},"up":{"uv":[7.5,9.4,7.75,6],"texture":"#4"},"down":{"uv":[6.5,5.9,6.75,2.5],"rotation":180,"texture":"#4"}}},{"from":[7.87754,16.36498,10.19209],"to":[8.12754,17.11498,13.59209],"rotation":{"angle":45,"axis":"x","origin":[8.00216,15.50016,11.70067]},"faces":{"north":{"uv":[5,1.5,5.75,1.75],"rotation":90,"texture":"#4"},"east":{"uv":[6.5,4.5,7.5,7.9],"rotation":270,"texture":"#4"},"south":{"uv":[6.5,8,7.5,8.5],"rotation":270,"texture":"#4"},"west":{"uv":[6.5,5.5,7.5,8.9],"rotation":270,"texture":"#4"},"up":{"uv":[7.5,6,7.75,9.4],"texture":"#4"},"down":{"uv":[6.5,2.5,6.75,5.9],"rotation":180,"texture":"#4"}}},{"from":[7.87754,11.06216,4.85312],"to":[8.12754,14.46216,5.60312],"rotation":{"angle":0,"axis":"y","origin":[8.00216,15.25016,4.29933]},"faces":{"north":{"uv":[3,5.5,2.5,9],"texture":"#4"},"east":{"uv":[2,5.5,3,9],"texture":"#4"},"south":{"uv":[2.5,5.5,2,9],"texture":"#4"},"west":{"uv":[3,5.5,2,9],"texture":"#4"},"up":{"uv":[2,9,3,5.5],"texture":"#4"},"down":{"uv":[3,8.5,2,9],"rotation":270,"texture":"#4"}}},{"from":[7.87754,11.06216,10.39688],"to":[8.12754,14.46216,11.14688],"rotation":{"angle":0,"axis":"y","origin":[8.00216,15.25016,11.70067]},"faces":{"north":{"uv":[2,5.5,2.5,9],"texture":"#4"},"east":{"uv":[3,5.5,2,9],"texture":"#4"},"south":{"uv":[2.5,5.5,3,9],"texture":"#4"},"west":{"uv":[2,5.5,3,9],"texture":"#4"},"up":{"uv":[2,5.5,3,9],"texture":"#4"},"down":{"uv":[2,8.5,3,9],"rotation":270,"texture":"#4"}}},{"from":[7.87754,20.01303,2.8873],"to":[8.12754,20.76303,6.2873],"rotation":{"angle":22.5,"axis":"x","origin":[8.00226,20.39497,5.16265]},"faces":{"north":{"uv":[3,8.5,2,9],"rotation":90,"texture":"#4"},"east":{"uv":[2,5.5,3,9],"rotation":270,"texture":"#4"},"south":{"uv":[2,9,3,5.5],"texture":"#4"},"west":{"uv":[3,5.5,2,9],"rotation":90,"texture":"#4"},"up":{"uv":[3,5.5,2.5,9],"rotation":180,"texture":"#4"},"down":{"uv":[2.5,5.5,2,9],"texture":"#4"}}},{"from":[7.87754,20.01303,9.7127],"to":[8.12754,20.76303,13.1127],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00226,20.39497,10.83735]},"faces":{"north":{"uv":[3,9,2,5.5],"texture":"#4"},"east":{"uv":[2,9,3,5.5],"rotation":270,"texture":"#4"},"south":{"uv":[3,9,2,8.5],"rotation":90,"texture":"#4"},"west":{"uv":[3,9,2,5.5],"rotation":90,"texture":"#4"},"up":{"uv":[3,9,2.5,5.5],"rotation":180,"texture":"#4"},"down":{"uv":[2.5,9,2,5.5],"texture":"#4"}}},{"from":[7.90254,14.22305,3.3418],"to":[8.10254,17.57305,4.0418],"rotation":{"angle":22.5,"axis":"x","origin":[8.00216,15.50016,4.29933]},"faces":{"north":{"uv":[6.7,7.35,6.5,4],"texture":"#4"},"east":{"uv":[6,7.35,7,4],"texture":"#4"},"south":{"uv":[6.2,7.35,6,4],"texture":"#4"},"west":{"uv":[7,7.35,6,4],"texture":"#4"},"up":{"uv":[6,4,7,7.35],"texture":"#4"},"down":{"uv":[6,5,6.2,4],"rotation":180,"texture":"#4"}}},{"from":[7.90254,14.22305,11.9582],"to":[8.10254,17.57305,12.6582],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00216,15.50016,11.70067]},"faces":{"north":{"uv":[6,7.35,6.2,4],"texture":"#4"},"east":{"uv":[7,7.35,6,4],"texture":"#4"},"south":{"uv":[6.5,7.35,6.7,4],"texture":"#4"},"west":{"uv":[6,7.35,7,4],"texture":"#4"},"up":{"uv":[6,7.35,7,4],"texture":"#4"},"down":{"uv":[6,4,6.2,5],"rotation":180,"texture":"#4"}}},{"from":[7.90254,11.02139,4.46649],"to":[8.10254,14.37139,5.16649],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00216,15.25016,4.29933]},"faces":{"north":{"uv":[3,5.5,2.5,8.5],"rotation":180,"texture":"#4"},"east":{"uv":[2.5,5.5,3.5,8.5],"rotation":180,"texture":"#4"},"south":{"uv":[3.5,5.5,3,8.5],"rotation":180,"texture":"#4"},"west":{"uv":[3.5,5.5,2.5,8.5],"rotation":180,"texture":"#4"},"up":{"uv":[2.5,8.5,3.5,5.5],"rotation":180,"texture":"#4"},"down":{"uv":[3.5,8,2.5,8.5],"rotation":90,"texture":"#4"}}},{"from":[7.90254,11.02139,10.83351],"to":[8.10254,14.37139,11.53351],"rotation":{"angle":22.5,"axis":"x","origin":[8.00216,15.25016,11.70067]},"faces":{"north":{"uv":[3,5.5,3.5,8.5],"rotation":180,"texture":"#4"},"east":{"uv":[3.5,5.5,2.5,8.5],"rotation":180,"texture":"#4"},"south":{"uv":[2.5,5.5,3,8.5],"rotation":180,"texture":"#4"},"west":{"uv":[2.5,5.5,3.5,8.5],"rotation":180,"texture":"#4"},"up":{"uv":[2.5,5.5,3.5,8.5],"rotation":180,"texture":"#4"},"down":{"uv":[2.5,8,3.5,8.5],"rotation":90,"texture":"#4"}}},{"from":[7.90254,19.64755,3.05372],"to":[8.10254,20.34755,6.40372],"rotation":{"angle":0,"axis":"y","origin":[8.00226,20.39497,5.16265]},"faces":{"north":{"uv":[1.5,8,0.5,8.5],"rotation":90,"texture":"#4"},"east":{"uv":[0.5,5.5,1.5,8.5],"rotation":270,"texture":"#4"},"south":{"uv":[2.5,8.5,3.5,5.5],"rotation":180,"texture":"#4"},"west":{"uv":[1.5,5.5,0.5,8.5],"rotation":90,"texture":"#4"},"up":{"uv":[1.5,5,1,8],"texture":"#4"},"down":{"uv":[1,6,0.5,9],"rotation":180,"texture":"#4"}}},{"from":[7.90254,19.64755,9.59628],"to":[8.10254,20.34755,12.94628],"rotation":{"angle":0,"axis":"y","origin":[8.00226,20.39497,10.83735]},"faces":{"north":{"uv":[3.5,8.5,2.5,5.5],"rotation":180,"texture":"#4"},"east":{"uv":[0.5,8.5,1.5,5.5],"rotation":270,"texture":"#4"},"south":{"uv":[1.5,8.5,0.5,8],"rotation":90,"texture":"#4"},"west":{"uv":[1.5,8.5,0.5,5.5],"rotation":90,"texture":"#4"},"up":{"uv":[1.5,8,1,5],"texture":"#4"},"down":{"uv":[1,9,0.5,6],"rotation":180,"texture":"#4"}}},{"from":[7.92754,14.42219,4.08282],"to":[8.07754,17.32219,4.73282],"rotation":{"angle":0,"axis":"y","origin":[8.00216,15.50016,4.29933]},"faces":{"north":{"uv":[5.15,6.5,5,9.4],"rotation":180,"texture":"#4"},"east":{"uv":[6,6.5,5,9.5],"rotation":180,"texture":"#4"},"south":{"uv":[5.15,6.5,5,9.4],"rotation":180,"texture":"#4"},"west":{"uv":[6,6.5,5,9.5],"rotation":180,"texture":"#4"},"up":{"uv":[5,9.5,6,6.5],"rotation":180,"texture":"#4"},"down":{"uv":[5,9.5,6,6.5],"rotation":180,"texture":"#4"}}},{"from":[7.92754,14.42219,11.26718],"to":[8.07754,17.32219,11.91718],"rotation":{"angle":0,"axis":"y","origin":[8.00216,15.50016,11.70067]},"faces":{"north":{"uv":[5,6.5,5.15,9.4],"rotation":180,"texture":"#4"},"east":{"uv":[5,6.5,6,9.5],"rotation":180,"texture":"#4"},"south":{"uv":[5,6.5,5.15,9.4],"rotation":180,"texture":"#4"},"west":{"uv":[5,6.5,6,9.5],"rotation":180,"texture":"#4"},"up":{"uv":[5,6.5,6,9.5],"rotation":180,"texture":"#4"},"down":{"uv":[5,6.5,6,9.5],"rotation":180,"texture":"#4"}}},{"from":[7.92754,11.01481,3.99235],"to":[8.07754,13.91481,4.64235],"rotation":{"angle":-45,"axis":"x","origin":[8.00216,15.25016,4.29933]},"faces":{"north":{"uv":[4.5,4.5,4,7.5],"rotation":180,"texture":"#4"},"east":{"uv":[4.5,4.5,4,7.5],"rotation":180,"texture":"#4"},"south":{"uv":[4.5,4.5,4,7.5],"rotation":180,"texture":"#4"},"west":{"uv":[4.5,4.5,4,7.5],"rotation":180,"texture":"#4"},"up":{"uv":[4,7.5,4.5,4.5],"rotation":180,"texture":"#4"},"down":{"uv":[4,5.15,4.15,4.5],"rotation":180,"texture":"#4"}}},{"from":[7.92754,11.01481,11.35765],"to":[8.07754,13.91481,12.00765],"rotation":{"angle":45,"axis":"x","origin":[8.00216,15.25016,11.70067]},"faces":{"north":{"uv":[4,4.5,4.5,7.5],"rotation":180,"texture":"#4"},"east":{"uv":[4,4.5,4.5,7.5],"rotation":180,"texture":"#4"},"south":{"uv":[4,4.5,4.5,7.5],"rotation":180,"texture":"#4"},"west":{"uv":[4,4.5,4.5,7.5],"rotation":180,"texture":"#4"},"up":{"uv":[4,4.5,4.5,7.5],"rotation":180,"texture":"#4"},"down":{"uv":[4,4.5,4.15,5.15],"rotation":180,"texture":"#4"}}},{"from":[7.92754,19.35135,2.9316],"to":[8.07754,20.00135,5.8316],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00226,20.39497,5.16265]},"faces":{"north":{"uv":[0.5,4.5,0,5],"rotation":90,"texture":"#4"},"east":{"uv":[0.5,4.5,0,7.5],"rotation":90,"texture":"#4"},"south":{"uv":[0.5,4.5,0,7.5],"rotation":90,"texture":"#4"},"west":{"uv":[0.5,4.5,0,7.5],"rotation":90,"texture":"#4"},"up":{"uv":[0.5,4.5,0,7.5],"rotation":180,"texture":"#4"},"down":{"uv":[0.5,4.5,0,7.5],"rotation":180,"texture":"#4"}}},{"from":[7.93754,18.81716,4.17606],"to":[8.06754,19.44716,6.05606],"rotation":{"angle":-45,"axis":"x","origin":[8.00254,19.13216,5.61606]},"faces":{"north":{"uv":[9.5,7,9,8],"rotation":90,"texture":"#4"},"east":{"uv":[9.5,5,9,8],"rotation":90,"texture":"#4"},"south":{"uv":[9.5,5,9,8],"rotation":90,"texture":"#4"},"west":{"uv":[9.5,5,9,8],"rotation":90,"texture":"#4"},"up":{"uv":[9.5,5,9,8],"rotation":180,"texture":"#4"},"down":{"uv":[9.5,5,9,8],"rotation":180,"texture":"#4"}}},{"from":[7.93754,18.81716,9.94394],"to":[8.06754,19.44716,11.82394],"rotation":{"angle":45,"axis":"x","origin":[8.00254,19.13216,10.38394]},"faces":{"north":{"uv":[9.5,8,9,5],"rotation":90,"texture":"#4"},"east":{"uv":[9.5,8,9,5],"rotation":90,"texture":"#4"},"south":{"uv":[9.5,8,9,7],"rotation":90,"texture":"#4"},"west":{"uv":[9.5,8,9,5],"rotation":90,"texture":"#4"},"up":{"uv":[9.5,8,9,5],"rotation":180,"texture":"#4"},"down":{"uv":[9.5,8,9,5],"rotation":180,"texture":"#4"}}},{"from":[7.92754,19.35135,10.1684],"to":[8.07754,20.00135,13.0684],"rotation":{"angle":22.5,"axis":"x","origin":[8.00226,20.39497,10.83735]},"faces":{"north":{"uv":[0.5,7.5,0,4.5],"rotation":90,"texture":"#4"},"east":{"uv":[0.5,7,0,4],"rotation":90,"texture":"#4"},"south":{"uv":[0.5,5,0,4.5],"rotation":90,"texture":"#4"},"west":{"uv":[0.5,8,0,5],"rotation":90,"texture":"#4"},"up":{"uv":[0.5,7.5,0,4.5],"rotation":180,"texture":"#4"},"down":{"uv":[0.5,7.5,0,4.5],"rotation":180,"texture":"#4"}}},{"from":[7.94754,14.18033,4.93484],"to":[8.05754,17.04033,5.54484],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00216,15.50016,4.29933]},"faces":{"north":{"uv":[5.11,6,5,8.86],"rotation":180,"texture":"#4"},"east":{"uv":[6,6,5,9],"rotation":180,"texture":"#4"},"south":{"uv":[5.11,6,5,8.86],"rotation":180,"texture":"#4"},"west":{"uv":[6,6,5,9],"rotation":180,"texture":"#4"},"up":{"uv":[5,9,6,6],"rotation":180,"texture":"#4"},"down":{"uv":[5,9,6,6],"rotation":180,"texture":"#4"}}},{"from":[7.94754,14.18033,10.45516],"to":[8.05754,17.04033,11.06516],"rotation":{"angle":22.5,"axis":"x","origin":[8.00216,15.50016,11.70067]},"faces":{"north":{"uv":[5,6,5.11,8.86],"rotation":180,"texture":"#4"},"east":{"uv":[5,6,6,9],"rotation":180,"texture":"#4"},"south":{"uv":[5,6,5.11,8.86],"rotation":180,"texture":"#4"},"west":{"uv":[5,6,6,9],"rotation":180,"texture":"#4"},"up":{"uv":[5,6,6,9],"rotation":180,"texture":"#4"},"down":{"uv":[5,6,6,9],"rotation":180,"texture":"#4"}}}],"display":{"thirdperson_righthand":{"translation":[-0.5,3.75,1.25],"scale":[1.3,1.3,1.3]},"thirdperson_lefthand":{"translation":[-0.5,3.75,1.25],"scale":[1.3,1.3,1.3]},"firstperson_righthand":{"rotation":[-15,0,0],"translation":[1,3,1],"scale":[0.8,0.8,0.8]},"firstperson_lefthand":{"rotation":[-15,0,0],"translation":[1,3,1],"scale":[0.8,0.8,0.8]},"gui":{"rotation":[79,-137,69],"translation":[0.75,0.5,0],"scale":[0.67,0.62,0.67]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/spectral_wand.json b/assets/minecraft/models/item/wynn/skin/wand/spectral_wand.json new file mode 100644 index 000000000..c8c585e00 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/spectral_wand.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/souls","1":"skins/soul_heart","particle":"skins/soul_heart"},"elements":[{"from":[7.5,-6.75,6.4],"to":[8.5,-4.75,7.4],"rotation":{"angle":0,"axis":"y","origin":[8.02269,-0.74821,6.92447]},"faces":{"north":{"uv":[10,2.5,11,4.5],"rotation":180,"texture":"#0"},"east":{"uv":[10,2.5,11,4.5],"rotation":180,"texture":"#0"},"south":{"uv":[10,2.5,11,4.5],"rotation":180,"texture":"#0"},"west":{"uv":[10,2.5,11,4.5],"rotation":180,"texture":"#0"},"up":{"uv":[10,2.5,11,3.5],"rotation":180,"texture":"#0"},"down":{"uv":[10,2.5,11,3.5],"rotation":180,"texture":"#0"}}},{"from":[7.5,-4.5,6.4],"to":[8.5,-4,7.4],"rotation":{"angle":0,"axis":"y","origin":[8.02269,1.50179,6.92447]},"faces":{"north":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"east":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"south":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"west":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"up":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"}}},{"from":[7.6,-7.65,6.5],"to":[8.4,-2.85,7.3],"rotation":{"angle":0,"axis":"y","origin":[8.02269,-1.74821,6.92447]},"faces":{"north":{"uv":[7.5,12,12.3,13],"rotation":270,"texture":"#0"},"east":{"uv":[7.5,12,12.3,13],"rotation":270,"texture":"#0"},"south":{"uv":[7.5,12,12.3,13],"rotation":270,"texture":"#0"},"west":{"uv":[7.5,12,12.3,13],"rotation":270,"texture":"#0"},"up":{"uv":[7.5,12,12.3,13],"rotation":270,"texture":"#0"},"down":{"uv":[8,12,9,13],"rotation":270,"texture":"#0"}}},{"from":[7.5,-3.2747,6.77202],"to":[8.5,-1.2747,7.77202],"rotation":{"angle":22.5,"axis":"x","origin":[8.01614,-2.26185,7.28343]},"faces":{"north":{"uv":[10.5,11,12.5,12],"rotation":90,"texture":"#0"},"east":{"uv":[10.5,11,12.5,12],"rotation":90,"texture":"#0"},"south":{"uv":[10.5,11,12.5,12],"rotation":90,"texture":"#0"},"west":{"uv":[10.5,11,12.5,12],"rotation":90,"texture":"#0"},"up":{"uv":[10.5,11,11.5,12],"rotation":90,"texture":"#0"},"down":{"uv":[10.5,11,11.5,12],"rotation":90,"texture":"#0"}}},{"from":[7.4,-1.57477,6.97015],"to":[8.6,3.62523,8.17015],"rotation":{"angle":0,"axis":"x","origin":[8.01196,-0.46659,7.58269]},"faces":{"north":{"uv":[6,11.5,12.5,13],"rotation":90,"texture":"#0"},"east":{"uv":[6,11,12.5,12.5],"rotation":90,"texture":"#0"},"south":{"uv":[6,12,12.5,13.5],"rotation":90,"texture":"#0"},"west":{"uv":[5.5,12,12,13.5],"rotation":90,"texture":"#0"},"up":{"uv":[6,11.5,7.5,13],"rotation":90,"texture":"#0"},"down":{"uv":[11,11.5,12.5,13],"rotation":90,"texture":"#0"}}},{"from":[7.5,3.22523,6.17015],"to":[8.5,5.22523,7.17015],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00969,5.72642,6.68103]},"faces":{"north":{"uv":[5.5,12,7.5,13],"rotation":90,"texture":"#0"},"east":{"uv":[5.5,12,7.5,13],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,12,7.5,13],"rotation":90,"texture":"#0"},"west":{"uv":[5.5,12,7.5,13],"rotation":90,"texture":"#0"},"up":{"uv":[5.5,12,6.5,13],"rotation":90,"texture":"#0"},"down":{"uv":[5.5,12,6.5,13],"rotation":90,"texture":"#0"}}},{"from":[7.4,4.93823,6.347],"to":[8.6,10.13823,7.547],"rotation":{"angle":0,"axis":"x","origin":[8.00168,6.0399,6.94898]},"faces":{"north":{"uv":[10.2,3,15.4,4.2],"rotation":90,"texture":"#1"},"east":{"uv":[10.2,3,15.4,4.2],"rotation":90,"texture":"#1"},"south":{"uv":[10.2,3,15.4,4.2],"rotation":90,"texture":"#1"},"west":{"uv":[10.2,3,15.4,4.2],"rotation":90,"texture":"#1"},"up":{"uv":[10.2,3,11.4,4.2],"rotation":90,"texture":"#1"},"down":{"uv":[10.2,3,11.4,4.2],"rotation":90,"texture":"#1"}}},{"from":[7.3,6.33823,6.247],"to":[8.7,8.73823,7.647],"rotation":{"angle":0,"axis":"x","origin":[8.00168,7.5399,6.94898]},"faces":{"north":{"uv":[7,11.5,9.5,13],"rotation":270,"texture":"#0"},"east":{"uv":[7,11.5,9.5,13],"rotation":270,"texture":"#0"},"south":{"uv":[7,11.5,9.5,13],"rotation":270,"texture":"#0"},"west":{"uv":[7,11.5,9.5,13],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,11,10,12.5],"rotation":270,"texture":"#0"},"down":{"uv":[7,11.5,9.5,13],"rotation":270,"texture":"#0"}}},{"from":[7.3,8.83823,6.247],"to":[8.7,9.13823,7.647],"rotation":{"angle":0,"axis":"x","origin":[8.00168,10.0399,6.94898]},"faces":{"north":{"uv":[15,12,15.3,13.5],"rotation":90,"texture":"#0"},"east":{"uv":[15,12,15.3,13.5],"rotation":90,"texture":"#0"},"south":{"uv":[15,12,15.3,13.5],"rotation":90,"texture":"#0"},"west":{"uv":[15,12,15.3,13.5],"rotation":90,"texture":"#0"},"up":{"uv":[15,12,15.3,13.5],"rotation":90,"texture":"#0"},"down":{"uv":[15,12,15.3,13.5],"rotation":90,"texture":"#0"}}},{"from":[7.3,5.83823,6.247],"to":[8.7,6.13823,7.647],"rotation":{"angle":0,"axis":"x","origin":[8.00168,7.0399,6.94898]},"faces":{"north":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"east":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"south":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"west":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"up":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"}}},{"from":[7.4,-2.16098,6.82878],"to":[8.6,-1.86098,8.02878],"rotation":{"angle":22.5,"axis":"x","origin":[8.11477,-1.76137,7.31289]},"faces":{"north":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"east":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"south":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"west":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"up":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"}}},{"from":[7.29,5.32823,6.237],"to":[8.71,5.64823,7.657],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00299,5.48832,6.95008]},"faces":{"north":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"east":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"south":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"west":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"up":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"}}},{"from":[7.29,-1.69493,6.86359],"to":[8.71,-1.37493,8.28359],"rotation":{"angle":0,"axis":"x","origin":[8.01477,-1.76137,7.46289]},"faces":{"north":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"east":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"south":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"west":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"up":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"}}},{"from":[7.29,3.32823,6.787],"to":[8.71,3.64823,8.207],"rotation":{"angle":-22.5,"axis":"x","origin":[8.00299,3.48832,7.50008]},"faces":{"north":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"east":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"south":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"west":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"up":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,3.5,11.5,4],"rotation":180,"texture":"#0"}}},{"from":[7.38,10.12143,6.08063],"to":[8.62,10.86143,7.38063],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99318,10.49466,7.55583]},"faces":{"north":{"uv":[5.5,2.5,7,3.5],"texture":"#0"},"east":{"uv":[5.5,2.5,7,3.5],"texture":"#0"},"south":{"uv":[5.5,2.5,7,3.5],"texture":"#0"},"west":{"uv":[5.5,2.5,7,3.5],"texture":"#0"},"up":{"uv":[5.5,2,7,3.5],"texture":"#0"},"down":{"uv":[5.5,2.5,7,3.5],"texture":"#0"}}},{"from":[6.38314,8.49803,6.48285],"to":[8.52314,9.13803,7.37285],"rotation":{"angle":-22.5,"axis":"z","origin":[5.63814,9.5879,7.05245]},"faces":{"north":{"uv":[0,15,2,15.5],"texture":"#0"},"east":{"uv":[0,15,2,15.5],"rotation":180,"texture":"#0"},"south":{"uv":[0,15,2,15.5],"rotation":180,"texture":"#0"},"west":{"uv":[1.5,15,2,15.5],"rotation":180,"texture":"#0"},"up":{"uv":[0,15,2,15.5],"rotation":180,"texture":"#0"},"down":{"uv":[0,15,2,15.5],"rotation":180,"texture":"#0"}}},{"from":[7.42741,8.63084,6.37132],"to":[8.56741,9.27084,7.51132],"rotation":{"angle":-45,"axis":"x","origin":[7.98324,8.18424,5.62824]},"faces":{"north":{"uv":[6.5,2,7.5,2.5],"texture":"#0"},"east":{"uv":[6.5,2.5,7.5,3],"texture":"#0"},"south":{"uv":[6.5,2,7.5,3],"texture":"#0"},"west":{"uv":[6.5,2.5,7.5,3],"texture":"#0"},"up":{"uv":[6.5,2,7.5,3],"texture":"#0"},"down":{"uv":[6.5,2,7.5,3],"texture":"#0"}}},{"from":[4.96803,8.43287,6.53525],"to":[5.50803,9.47287,7.32525],"rotation":{"angle":45,"axis":"z","origin":[5.63814,9.5879,7.05245]},"faces":{"north":{"uv":[2,15.5,3,16],"rotation":270,"texture":"#0"},"east":{"uv":[2,15.5,3,16],"rotation":270,"texture":"#0"},"south":{"uv":[2,15.5,3,16],"rotation":270,"texture":"#0"},"west":{"uv":[2,15.5,3,16],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,15.5,3,16],"rotation":270,"texture":"#0"},"down":{"uv":[2,15.5,3,16],"rotation":270,"texture":"#0"}}},{"from":[7.47501,8.60194,5.76934],"to":[8.51501,9.64194,6.30934],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99218,8.72108,6.10739]},"faces":{"north":{"uv":[6.5,2,7.54,3.04],"rotation":90,"texture":"#0"},"east":{"uv":[6.5,2,7.54,2.54],"rotation":90,"texture":"#0"},"south":{"uv":[6.5,2,7.54,3.04],"rotation":90,"texture":"#0"},"west":{"uv":[6.5,2,7.54,2.54],"rotation":90,"texture":"#0"},"up":{"uv":[6.5,2,7.04,3.04],"rotation":90,"texture":"#0"},"down":{"uv":[6.5,2,7.04,3.04],"rotation":90,"texture":"#0"}}},{"from":[4.61823,-10.15895,6.36],"to":[5.71823,-9.05895,7.46],"rotation":{"angle":45,"axis":"z","origin":[7.99842,-6.82354,6.9304]},"faces":{"north":{"uv":[6,1.5,7.5,3],"rotation":180,"texture":"#0"},"east":{"uv":[6,1.5,7.5,3],"rotation":180,"texture":"#0"},"south":{"uv":[6,1.5,7.5,3],"rotation":180,"texture":"#0"},"west":{"uv":[6,1.5,7.5,3],"rotation":180,"texture":"#0"},"up":{"uv":[6,1.5,7.5,3],"rotation":180,"texture":"#0"},"down":{"uv":[6,1.5,7.5,3],"rotation":180,"texture":"#0"}}},{"from":[5.11462,9.1755,6.58713],"to":[5.55462,10.1155,7.27713],"rotation":{"angle":22.5,"axis":"z","origin":[5.63814,9.5879,7.05245]},"faces":{"north":{"uv":[3.5,15,4.5,15.5],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,15,4.5,15.5],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,15,4.5,15.5],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,15,4.5,15.5],"rotation":270,"texture":"#0"},"up":{"uv":[4,15,4.5,15.5],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,15,4.5,15.5],"rotation":270,"texture":"#0"}}},{"from":[7.52314,8.36473,6.0884],"to":[8.46314,8.80473,7.0284],"rotation":{"angle":45,"axis":"x","origin":[7.99218,8.72108,6.10739]},"faces":{"north":{"uv":[5.44,3,5.88,3.94],"rotation":90,"texture":"#1"},"east":{"uv":[5.44,3,5.88,3.94],"rotation":90,"texture":"#1"},"south":{"uv":[5.44,3,5.88,3.94],"rotation":90,"texture":"#1"},"west":{"uv":[5.44,3,5.88,3.94],"rotation":90,"texture":"#1"},"up":{"uv":[5.44,3,6.38,3.94],"rotation":90,"texture":"#1"},"down":{"uv":[5.44,3,6.38,3.94],"rotation":90,"texture":"#1"}}},{"from":[5.004,9.82527,6.63827],"to":[5.344,10.66527,7.22827],"rotation":{"angle":0,"axis":"z","origin":[5.63814,9.5879,7.05245]},"faces":{"north":{"uv":[5.5,15,6.34,15.34],"rotation":90,"texture":"#0"},"east":{"uv":[5.5,15,6.34,15.34],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,15,6.34,15.34],"rotation":90,"texture":"#0"},"west":{"uv":[5.5,15,6.34,15.34],"rotation":90,"texture":"#0"},"up":{"uv":[5.5,15,6.34,15.34],"rotation":90,"texture":"#0"},"down":{"uv":[5.5,15,6.34,15.34],"rotation":90,"texture":"#0"}}},{"from":[4.69127,10.29084,6.68862],"to":[4.93127,11.03084,7.17862],"rotation":{"angle":-22.5,"axis":"z","origin":[5.63814,9.5879,7.05245]},"faces":{"north":{"uv":[6.5,14.5,7.24,14.99],"rotation":90,"texture":"#0"},"east":{"uv":[6.5,14.5,7.24,14.99],"rotation":90,"texture":"#0"},"south":{"uv":[6.5,14.5,7.24,14.99],"rotation":90,"texture":"#0"},"west":{"uv":[6.5,14.5,7.24,14.99],"rotation":90,"texture":"#0"},"up":{"uv":[6.5,14.5,7.24,14.99],"rotation":90,"texture":"#0"},"down":{"uv":[6.5,14.5,7.24,14.99],"rotation":90,"texture":"#0"}}},{"from":[7.47686,8.49803,6.48285],"to":[9.61686,9.13803,7.37285],"rotation":{"angle":22.5,"axis":"z","origin":[10.36186,9.5879,7.05245]},"faces":{"north":{"uv":[2,15,0,15.5],"texture":"#0"},"east":{"uv":[2,15,1.5,15.5],"rotation":180,"texture":"#0"},"south":{"uv":[2,15,0,15.5],"rotation":180,"texture":"#0"},"west":{"uv":[2,15,0,15.5],"rotation":180,"texture":"#0"},"up":{"uv":[2,15,0,15.5],"rotation":180,"texture":"#0"},"down":{"uv":[2,15,0,15.5],"rotation":180,"texture":"#0"}}},{"from":[10.44538,9.1755,6.58713],"to":[10.88538,10.1155,7.27713],"rotation":{"angle":-22.5,"axis":"z","origin":[10.36186,9.5879,7.05245]},"faces":{"north":{"uv":[3.5,15.5,4.5,15],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,15.5,4.5,15],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,15.5,4.5,15],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,15.5,4.5,15],"rotation":270,"texture":"#0"},"up":{"uv":[4,15.5,4.5,15],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,15.5,4.5,15],"rotation":270,"texture":"#0"}}},{"from":[10.49197,8.43287,6.53525],"to":[11.03197,9.47287,7.32525],"rotation":{"angle":-45,"axis":"z","origin":[10.36186,9.5879,7.05245]},"faces":{"north":{"uv":[2,16,3,15.5],"rotation":270,"texture":"#0"},"east":{"uv":[2,16,3,15.5],"rotation":270,"texture":"#0"},"south":{"uv":[2,16,3,15.5],"rotation":270,"texture":"#0"},"west":{"uv":[2,16,3,15.5],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,16,3,15.5],"rotation":270,"texture":"#0"},"down":{"uv":[2,16,3,15.5],"rotation":270,"texture":"#0"}}},{"from":[10.656,9.82527,6.63827],"to":[10.996,10.66527,7.22827],"rotation":{"angle":0,"axis":"z","origin":[10.36186,9.5879,7.05245]},"faces":{"north":{"uv":[5.5,15.34,6.34,15],"rotation":90,"texture":"#0"},"east":{"uv":[5.5,15.34,6.34,15],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,15.34,6.34,15],"rotation":90,"texture":"#0"},"west":{"uv":[5.5,15.34,6.34,15],"rotation":90,"texture":"#0"},"up":{"uv":[5.5,15.34,6.34,15],"rotation":90,"texture":"#0"},"down":{"uv":[5.5,15.34,6.34,15],"rotation":90,"texture":"#0"}}},{"from":[11.06873,10.29084,6.68862],"to":[11.30873,11.03084,7.17862],"rotation":{"angle":22.5,"axis":"z","origin":[10.36186,9.5879,7.05245]},"faces":{"north":{"uv":[6.5,14.99,7.24,14.5],"rotation":90,"texture":"#0"},"east":{"uv":[6.5,14.99,7.24,14.5],"rotation":90,"texture":"#0"},"south":{"uv":[6.5,14.99,7.24,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[6.5,14.99,7.24,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[6.5,14.99,7.24,14.5],"rotation":90,"texture":"#0"},"down":{"uv":[6.5,14.99,7.24,14.5],"rotation":90,"texture":"#0"}}},{"from":[7.92465,-8.14209,6.49285],"to":[8.54465,-6.02209,7.36285],"rotation":{"angle":45,"axis":"z","origin":[7.99842,-6.82354,6.9304]},"faces":{"north":{"uv":[2,15.5,0,15],"rotation":270,"texture":"#0"},"east":{"uv":[2,15.5,0,15],"rotation":270,"texture":"#0"},"south":{"uv":[2,15.5,0,15],"rotation":270,"texture":"#0"},"west":{"uv":[2,15.5,0,15],"rotation":270,"texture":"#0"},"up":{"uv":[2,15.5,0,15],"rotation":270,"texture":"#0"},"down":{"uv":[2,15.5,1.5,15],"rotation":270,"texture":"#0"}}},{"from":[8.42902,-8.82844,6.53525],"to":[8.96902,-7.78844,7.32525],"rotation":{"angle":22.5,"axis":"z","origin":[7.99842,-6.82354,6.9304]},"faces":{"north":{"uv":[3,16,2,15.5],"rotation":270,"texture":"#0"},"east":{"uv":[3,16,2,15.5],"rotation":270,"texture":"#0"},"south":{"uv":[3,16,2,15.5],"rotation":270,"texture":"#0"},"west":{"uv":[3,16,2,15.5],"rotation":270,"texture":"#0"},"up":{"uv":[3,16,2,15.5],"rotation":270,"texture":"#0"},"down":{"uv":[3,16,2.5,15.5],"rotation":270,"texture":"#0"}}},{"from":[9.17082,-9.1947,6.58713],"to":[9.61082,-8.2547,7.27713],"rotation":{"angle":0,"axis":"z","origin":[7.99842,-6.82354,6.9304]},"faces":{"north":{"uv":[4.5,15.5,3.5,15],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,15.5,3.5,15],"rotation":270,"texture":"#0"},"south":{"uv":[4.5,15.5,3.5,15],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,15.5,3.5,15],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,15.5,3.5,15],"rotation":270,"texture":"#0"},"down":{"uv":[4.5,15.5,4,15],"rotation":270,"texture":"#0"}}},{"from":[10.00405,-9.18744,6.63827],"to":[10.34405,-8.34744,7.22827],"rotation":{"angle":-22.5,"axis":"z","origin":[7.99842,-6.82354,6.9304]},"faces":{"north":{"uv":[6.34,15.34,5.5,15],"rotation":90,"texture":"#0"},"east":{"uv":[6.34,15.34,5.5,15],"rotation":90,"texture":"#0"},"south":{"uv":[6.34,15.34,5.5,15],"rotation":90,"texture":"#0"},"west":{"uv":[6.34,15.34,5.5,15],"rotation":90,"texture":"#0"},"up":{"uv":[6.34,15.34,5.5,15],"rotation":90,"texture":"#0"},"down":{"uv":[6.34,15.34,5.5,15],"rotation":90,"texture":"#0"}}},{"from":[6.02184,-9.84396,6.68862],"to":[6.76184,-9.60396,7.17862],"rotation":{"angle":45,"axis":"z","origin":[7.99842,-6.82354,6.9304]},"faces":{"north":{"uv":[7.24,14.99,6.5,14.5],"texture":"#0"},"east":{"uv":[7.24,14.99,6.5,14.5],"rotation":180,"texture":"#0"},"south":{"uv":[7.24,14.99,6.5,14.5],"rotation":180,"texture":"#0"},"west":{"uv":[7.24,14.99,6.5,14.5],"rotation":180,"texture":"#0"},"up":{"uv":[7.24,14.99,6.5,14.5],"rotation":180,"texture":"#0"},"down":{"uv":[7.24,14.99,6.5,14.5],"rotation":180,"texture":"#0"}}},{"from":[7.45442,-8.13985,6.49285],"to":[8.07442,-6.01985,7.36285],"rotation":{"angle":-45,"axis":"z","origin":[7.99842,-6.82354,6.9304]},"faces":{"north":{"uv":[2,15,0,15.5],"rotation":270,"texture":"#0"},"east":{"uv":[2,15,0,15.5],"rotation":270,"texture":"#0"},"south":{"uv":[2,15,0,15.5],"rotation":270,"texture":"#0"},"west":{"uv":[2,15,0,15.5],"rotation":270,"texture":"#0"},"up":{"uv":[2,15,0,15.5],"rotation":270,"texture":"#0"},"down":{"uv":[2,15,1.5,15.5],"rotation":270,"texture":"#0"}}},{"from":[7.03073,-8.82722,6.53525],"to":[7.57073,-7.78722,7.32525],"rotation":{"angle":-22.5,"axis":"z","origin":[7.99842,-6.82354,6.9304]},"faces":{"north":{"uv":[3,15.5,2,16],"rotation":270,"texture":"#0"},"east":{"uv":[3,15.5,2,16],"rotation":270,"texture":"#0"},"south":{"uv":[3,15.5,2,16],"rotation":270,"texture":"#0"},"west":{"uv":[3,15.5,2,16],"rotation":270,"texture":"#0"},"up":{"uv":[3,15.5,2,16],"rotation":270,"texture":"#0"},"down":{"uv":[3,15.5,2.5,16],"rotation":270,"texture":"#0"}}},{"from":[6.38918,-9.1947,6.58713],"to":[6.82918,-8.2547,7.27713],"rotation":{"angle":0,"axis":"z","origin":[7.99842,-6.82354,6.9304]},"faces":{"north":{"uv":[4.5,15,3.5,15.5],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,15,3.5,15.5],"rotation":270,"texture":"#0"},"south":{"uv":[4.5,15,3.5,15.5],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,15,3.5,15.5],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,15,3.5,15.5],"rotation":270,"texture":"#0"},"down":{"uv":[4.5,15,4,15.5],"rotation":270,"texture":"#0"}}},{"from":[5.6557,-9.18865,6.63827],"to":[5.9957,-8.34865,7.22827],"rotation":{"angle":22.5,"axis":"z","origin":[7.99842,-6.82354,6.9304]},"faces":{"north":{"uv":[6.34,15,5.5,15.34],"rotation":90,"texture":"#0"},"east":{"uv":[6.34,15,5.5,15.34],"rotation":90,"texture":"#0"},"south":{"uv":[6.34,15,5.5,15.34],"rotation":90,"texture":"#0"},"west":{"uv":[6.34,15,5.5,15.34],"rotation":90,"texture":"#0"},"up":{"uv":[6.34,15,5.5,15.34],"rotation":90,"texture":"#0"},"down":{"uv":[6.34,15,5.5,15.34],"rotation":90,"texture":"#0"}}},{"from":[9.23723,-9.84172,6.68862],"to":[9.97723,-9.60172,7.17862],"rotation":{"angle":-45,"axis":"z","origin":[7.99842,-6.82354,6.9304]},"faces":{"north":{"uv":[6.5,14.99,7.24,14.5],"texture":"#0"},"east":{"uv":[6.5,14.99,7.24,14.5],"rotation":180,"texture":"#0"},"south":{"uv":[6.5,14.99,7.24,14.5],"rotation":180,"texture":"#0"},"west":{"uv":[6.5,14.99,7.24,14.5],"rotation":180,"texture":"#0"},"up":{"uv":[6.5,14.99,7.24,14.5],"rotation":180,"texture":"#0"},"down":{"uv":[6.5,14.99,7.24,14.5],"rotation":180,"texture":"#0"}}},{"from":[6.5,10.65877,4.44697],"to":[9.5,13.65877,7.44697],"rotation":{"angle":22.5,"axis":"x","origin":[8.0025,11.15877,5.24697]},"faces":{"north":{"uv":[0,0,4.5,4.5],"texture":"#0"},"east":{"uv":[4.5,0,9,4.5],"texture":"#0"},"south":{"uv":[4.5,0,9,4.5],"texture":"#0"},"west":{"uv":[4.5,0,9,4.5],"texture":"#0"},"up":{"uv":[4.5,0,9,4.5],"texture":"#0"},"down":{"uv":[4.5,0,9,4.5],"texture":"#0"}}},{"from":[5.93629,11.49575,5.33885],"to":[7.43629,12.99575,6.83885],"rotation":{"angle":-22.5,"axis":"y","origin":[6.43629,11.74575,6.08957]},"faces":{"north":{"uv":[4.5,0,9,4.5],"texture":"#0"},"east":{"uv":[4.5,0,9,4.5],"texture":"#0"},"south":{"uv":[4.5,0,9,4.5],"texture":"#0"},"west":{"uv":[0,0,4.5,4.5],"texture":"#0"},"up":{"uv":[4.5,0,9,4.5],"texture":"#0"},"down":{"uv":[4.5,0,9,4.5],"texture":"#0"}}},{"from":[5.93629,10.99575,5.67278],"to":[6.43629,11.49575,6.50778],"rotation":{"angle":-22.5,"axis":"y","origin":[6.43629,11.74575,6.08957]},"faces":{"north":{"uv":[3.5,3,5,4.5],"texture":"#0"},"east":{"uv":[3.5,3,6,4.5],"texture":"#0"},"south":{"uv":[3.5,3,5,4.5],"rotation":90,"texture":"#0"},"west":{"uv":[1,4.5,3.5,6],"texture":"#0"},"up":{"uv":[5,5.5,5.5,6],"texture":"#0"},"down":{"uv":[3.5,3,6,4.5],"texture":"#0"}}},{"from":[8.56371,10.74575,6.83885],"to":[10.06371,12.24575,8.33885],"rotation":{"angle":-45,"axis":"y","origin":[9.56371,10.99575,7.58957]},"faces":{"north":{"uv":[9,0,4.5,4.5],"texture":"#0"},"east":{"uv":[4.5,0,0,4.5],"texture":"#0"},"south":{"uv":[9,0,4.5,4.5],"texture":"#0"},"west":{"uv":[9,0,4.5,4.5],"texture":"#0"},"up":{"uv":[9,0,4.5,4.5],"texture":"#0"},"down":{"uv":[9,0,4.5,4.5],"texture":"#0"}}},{"from":[9.56371,10.24575,7.17278],"to":[10.06371,10.74575,8.00778],"rotation":{"angle":-45,"axis":"y","origin":[9.56371,10.99575,7.58957]},"faces":{"north":{"uv":[5,3,3.5,4.5],"texture":"#0"},"east":{"uv":[3.5,4.5,1,6],"texture":"#0"},"south":{"uv":[3.5,4.5,5,3],"rotation":90,"texture":"#0"},"west":{"uv":[6,3,3.5,4.5],"texture":"#0"},"up":{"uv":[5.5,5.5,5,6],"texture":"#0"},"down":{"uv":[6,3,3.5,4.5],"texture":"#0"}}},{"from":[7.31443,8.99575,7.58957],"to":[8.81443,10.49575,9.08957],"rotation":{"angle":-22.5,"axis":"x","origin":[8.06371,9.24575,8.58957]},"faces":{"north":{"uv":[9,0,4.5,4.5],"texture":"#0"},"east":{"uv":[9,0,4.5,4.5],"texture":"#0"},"south":{"uv":[4.5,0,0,4.5],"texture":"#0"},"west":{"uv":[9,0,4.5,4.5],"texture":"#0"},"up":{"uv":[9,0,4.5,4.5],"rotation":90,"texture":"#0"},"down":{"uv":[9,0,4.5,4.5],"rotation":270,"texture":"#0"}}},{"from":[7.6455,8.49575,8.58957],"to":[8.4805,8.99575,9.08957],"rotation":{"angle":-22.5,"axis":"x","origin":[8.06371,9.24575,8.58957]},"faces":{"north":{"uv":[6,3,3.5,4.5],"texture":"#0"},"east":{"uv":[5,3,3.5,4.5],"texture":"#0"},"south":{"uv":[3.5,4.5,1,6],"texture":"#0"},"west":{"uv":[3.5,4.5,5,3],"rotation":90,"texture":"#0"},"up":{"uv":[5.5,5.5,5,6],"rotation":90,"texture":"#0"},"down":{"uv":[6,3,3.5,4.5],"rotation":270,"texture":"#0"}}},{"from":[7.17,9.65877,4.44697],"to":[8.84,10.65877,5.44697],"rotation":{"angle":22.5,"axis":"x","origin":[8.0025,11.15877,5.24697]},"faces":{"north":{"uv":[1,4.5,3.5,6],"texture":"#0"},"east":{"uv":[3.5,3,5,4.5],"texture":"#0"},"south":{"uv":[3.5,3,6,4.5],"texture":"#0"},"west":{"uv":[3.5,3,5,4.5],"texture":"#0"},"up":{"uv":[5,5.5,6,6],"texture":"#0"},"down":{"uv":[3.5,3,6,4.5],"texture":"#0"}}},{"from":[6.505,15.52775,8.46248],"to":[9.505,18.52775,11.46248],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0025,16.02775,10.46248]},"faces":{"north":{"uv":[4.5,0,9,4.5],"texture":"#0"},"east":{"uv":[4.5,0,9,4.5],"texture":"#0"},"south":{"uv":[0,0,4.5,4.5],"texture":"#0"},"west":{"uv":[4.5,0,9,4.5],"texture":"#0"},"up":{"uv":[4.5,0,9,4.5],"rotation":180,"texture":"#0"},"down":{"uv":[4.5,0,9,4.5],"rotation":180,"texture":"#0"}}},{"from":[7.165,14.52775,10.46248],"to":[8.835,15.52775,11.46248],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0025,16.02775,10.46248]},"faces":{"north":{"uv":[3.5,3,6,4.5],"texture":"#0"},"east":{"uv":[3.5,3,5,4.5],"texture":"#0"},"south":{"uv":[1,4.5,3.5,6],"texture":"#0"},"west":{"uv":[3.5,3,5,4.5],"texture":"#0"},"up":{"uv":[5,5.5,6,6],"rotation":180,"texture":"#0"},"down":{"uv":[3.5,3,6,4.5],"rotation":180,"texture":"#0"}}},{"from":[7.6,8.66709,7.44853],"to":[8.4,11.31709,8.24853],"rotation":{"angle":22.5,"axis":"x","origin":[8,10.56709,7.84853]},"faces":{"north":{"uv":[1,15.5,0,16],"rotation":180,"texture":"#0"},"east":{"uv":[1,15.5,0,16],"rotation":180,"texture":"#0"},"south":{"uv":[1,15.5,0,16],"rotation":180,"texture":"#0"},"west":{"uv":[1,15.5,0,16],"rotation":180,"texture":"#0"},"up":{"uv":[1,15.5,0,16],"rotation":180,"texture":"#0"},"down":{"uv":[1,15.5,0,16],"rotation":180,"texture":"#0"}}},{"from":[7.61185,11.05662,7.68231],"to":[8.39185,12.33662,8.46231],"rotation":{"angle":0,"axis":"x","origin":[7.99229,15.59912,6.71883]},"faces":{"north":{"uv":[2,15.5,1,16],"rotation":180,"texture":"#0"},"east":{"uv":[2,15.5,1,16],"rotation":180,"texture":"#0"},"south":{"uv":[2,15.5,1,16],"rotation":180,"texture":"#0"},"west":{"uv":[2,15.5,1,16],"rotation":180,"texture":"#0"},"up":{"uv":[2,15.5,1,16],"rotation":180,"texture":"#0"},"down":{"uv":[2,15.5,1,16],"rotation":180,"texture":"#0"}}},{"from":[7.64666,14.26959,7.83423],"to":[8.34666,14.96959,9.03423],"rotation":{"angle":45,"axis":"x","origin":[7.99229,15.59912,6.71883]},"faces":{"north":{"uv":[3,16,3.5,15],"rotation":270,"texture":"#0"},"east":{"uv":[3,16,3.5,15],"rotation":270,"texture":"#0"},"south":{"uv":[3,16,3.5,15],"rotation":270,"texture":"#0"},"west":{"uv":[3,16,3.5,15],"rotation":90,"texture":"#0"},"up":{"uv":[3,16,3.5,15],"rotation":180,"texture":"#0"},"down":{"uv":[3,16,3.5,15],"texture":"#0"}}},{"from":[7.72009,15.66,4.89738],"to":[8.27009,16.71,5.44738],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99229,15.59912,6.71883]},"faces":{"north":{"uv":[5,15.5,6,15],"rotation":270,"texture":"#0"},"east":{"uv":[5,15.5,6,15],"rotation":270,"texture":"#0"},"south":{"uv":[5,15.5,6,15],"rotation":270,"texture":"#0"},"west":{"uv":[5,15.5,6,15],"rotation":270,"texture":"#0"},"up":{"uv":[5,15.5,6,15],"rotation":270,"texture":"#0"},"down":{"uv":[5,15.5,6,15],"rotation":270,"texture":"#0"}}},{"from":[7.768,15.99583,4.28674],"to":[8.218,16.94583,4.73674],"rotation":{"angle":22.5,"axis":"x","origin":[7.99229,15.59912,6.71883]},"faces":{"north":{"uv":[6.5,15,5.5,16],"texture":"#0"},"east":{"uv":[6.5,15,5.5,16],"texture":"#0"},"south":{"uv":[6.5,15,5.5,16],"texture":"#0"},"west":{"uv":[6.5,15,5.5,16],"texture":"#0"},"up":{"uv":[6.5,15,5.5,16],"texture":"#0"},"down":{"uv":[6.5,15,5.5,16],"texture":"#0"}}},{"from":[7.83599,18.51069,6.69565],"to":[8.13599,18.81069,7.69565],"rotation":{"angle":0,"axis":"x","origin":[7.99229,15.59912,6.71883]},"faces":{"north":{"uv":[9,16,10,15],"rotation":270,"texture":"#0"},"east":{"uv":[9,16,10,15],"rotation":270,"texture":"#0"},"south":{"uv":[9,16,10,15],"rotation":270,"texture":"#0"},"west":{"uv":[9,16,10,15],"rotation":270,"texture":"#0"},"up":{"uv":[9,16,10,15],"rotation":270,"texture":"#0"},"down":{"uv":[9,16,10,15],"rotation":270,"texture":"#0"}}},{"from":[7.81511,18.2621,6.91717],"to":[8.16511,18.6121,7.96717],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99229,15.59912,6.71883]},"faces":{"north":{"uv":[8.5,15.5,9,15],"rotation":270,"texture":"#0"},"east":{"uv":[8.5,15.5,9,15],"rotation":270,"texture":"#0"},"south":{"uv":[8.5,15.5,9,15],"rotation":270,"texture":"#0"},"west":{"uv":[8.5,15.5,9,15],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,15.5,9,15],"rotation":270,"texture":"#0"},"down":{"uv":[8.5,15.5,9,15],"rotation":270,"texture":"#0"}}},{"from":[7.88311,18.64744,5.96627],"to":[8.08311,18.84744,6.56627],"rotation":{"angle":45,"axis":"x","origin":[7.99229,15.59912,6.71883]},"faces":{"north":{"uv":[10,16,11,15],"rotation":270,"texture":"#0"},"east":{"uv":[10,16,11,15],"rotation":270,"texture":"#0"},"south":{"uv":[10,16,11,15],"rotation":270,"texture":"#0"},"west":{"uv":[10,16,11,15],"rotation":270,"texture":"#0"},"up":{"uv":[10,16,11,15],"rotation":270,"texture":"#0"},"down":{"uv":[10,16,11,15],"rotation":270,"texture":"#0"}}},{"from":[7.60958,11.91814,6.2992],"to":[8.38958,13.19814,7.0792],"rotation":{"angle":-22.5,"axis":"x","origin":[7.99229,15.59912,6.71883]},"faces":{"north":{"uv":[3,15.5,2,16],"rotation":90,"texture":"#0"},"east":{"uv":[3,15.5,2,16],"rotation":90,"texture":"#0"},"south":{"uv":[3,15.5,2,16],"rotation":90,"texture":"#0"},"west":{"uv":[3,15.5,2,16],"rotation":90,"texture":"#0"},"up":{"uv":[3,15.5,2.5,16],"rotation":90,"texture":"#0"},"down":{"uv":[3,15.5,2,16],"rotation":90,"texture":"#0"}}},{"from":[7.66939,13.92603,6.37139],"to":[8.31939,14.57603,7.52139],"rotation":{"angle":22.5,"axis":"x","origin":[7.99229,15.59912,6.71883]},"faces":{"north":{"uv":[4,16,5,15],"rotation":90,"texture":"#0"},"east":{"uv":[4,16,5,15],"rotation":90,"texture":"#0"},"south":{"uv":[4,16,5,15],"rotation":90,"texture":"#0"},"west":{"uv":[4,16,5,15],"rotation":90,"texture":"#0"},"up":{"uv":[4,16,5,15],"rotation":90,"texture":"#0"},"down":{"uv":[4,16,5,15],"rotation":90,"texture":"#0"}}},{"from":[7.69282,13.93345,5.96354],"to":[8.29282,14.53345,7.06354],"rotation":{"angle":45,"axis":"x","origin":[7.99229,15.59912,6.71883]},"faces":{"north":{"uv":[4,16,5,15],"rotation":270,"texture":"#0"},"east":{"uv":[4,16,5,15],"rotation":270,"texture":"#0"},"south":{"uv":[4,16,5,15],"rotation":270,"texture":"#0"},"west":{"uv":[4,16,5,15],"rotation":270,"texture":"#0"},"up":{"uv":[4,16,5,15],"rotation":270,"texture":"#0"},"down":{"uv":[4,16,5,15],"rotation":270,"texture":"#0"}}},{"from":[7.74073,15.91235,4.61767],"to":[8.24073,16.91235,5.11767],"rotation":{"angle":0,"axis":"x","origin":[7.99229,15.59912,6.71883]},"faces":{"north":{"uv":[6,15.5,5,16],"texture":"#0"},"east":{"uv":[6,15.5,5,16],"texture":"#0"},"south":{"uv":[6,15.5,5,16],"texture":"#0"},"west":{"uv":[6,15.5,5,16],"texture":"#0"},"up":{"uv":[6,15.5,5,16],"texture":"#0"},"down":{"uv":[6,15.5,5,16],"texture":"#0"}}},{"from":[7.78785,15.85413,3.98574],"to":[8.18785,16.95413,4.38574],"rotation":{"angle":45,"axis":"x","origin":[7.99229,15.59912,6.71883]},"faces":{"north":{"uv":[8,15,7,15.5],"rotation":90,"texture":"#0"},"east":{"uv":[8,15,7,15.5],"rotation":90,"texture":"#0"},"south":{"uv":[8,15,7,15.5],"rotation":90,"texture":"#0"},"west":{"uv":[8,15,7,15.5],"rotation":90,"texture":"#0"},"up":{"uv":[8,15,7,15.5],"rotation":90,"texture":"#0"},"down":{"uv":[8,15,7,15.5],"rotation":90,"texture":"#0"}}},{"from":[7.85584,18.66233,6.38461],"to":[8.10584,18.91233,7.33461],"rotation":{"angle":22.5,"axis":"x","origin":[7.99229,15.59912,6.71883]},"faces":{"north":{"uv":[10,16,11,15],"rotation":270,"texture":"#0"},"east":{"uv":[10,16,11,15],"rotation":270,"texture":"#0"},"south":{"uv":[10,16,11,15],"rotation":270,"texture":"#0"},"west":{"uv":[10,16,11,15],"rotation":270,"texture":"#0"},"up":{"uv":[10,16,11,15],"rotation":270,"texture":"#0"},"down":{"uv":[10,16,11,15],"rotation":270,"texture":"#0"}}},{"from":[5.89666,9.51959,7.08423],"to":[6.59666,10.21959,8.28423],"rotation":{"angle":45,"axis":"x","origin":[6.24229,10.84912,5.96883]},"faces":{"north":{"uv":[3.5,16,4,15.5],"rotation":180,"texture":"#0"},"east":{"uv":[3,16,4,15.5],"texture":"#0"},"south":{"uv":[3,16,3.5,15.5],"rotation":180,"texture":"#0"},"west":{"uv":[3,16,4,15.5],"rotation":180,"texture":"#0"},"up":{"uv":[3,16,4,15.5],"rotation":270,"texture":"#0"},"down":{"uv":[3,16,4,15.5],"rotation":90,"texture":"#0"}}},{"from":[9.40334,9.51959,7.08423],"to":[10.10334,10.21959,8.28423],"rotation":{"angle":45,"axis":"x","origin":[9.75771,10.84912,5.96883]},"faces":{"north":{"uv":[4,16,3.5,15.5],"rotation":180,"texture":"#0"},"east":{"uv":[4,16,3,15.5],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,16,3,15.5],"rotation":180,"texture":"#0"},"west":{"uv":[4,16,3,15.5],"texture":"#0"},"up":{"uv":[3,15.5,4,16],"rotation":270,"texture":"#0"},"down":{"uv":[3,15.5,4,16],"rotation":90,"texture":"#0"}}},{"from":[5.91939,9.17603,5.62139],"to":[6.56939,9.82603,6.77139],"rotation":{"angle":22.5,"axis":"x","origin":[6.24229,10.84912,5.96883]},"faces":{"north":{"uv":[4,16,5,15],"rotation":270,"texture":"#0"},"east":{"uv":[4,16,5,15],"rotation":270,"texture":"#0"},"south":{"uv":[4,16,5,15],"rotation":270,"texture":"#0"},"west":{"uv":[4,16,5,15],"rotation":270,"texture":"#0"},"up":{"uv":[4,16,5,15],"rotation":270,"texture":"#0"},"down":{"uv":[4,16,5,15],"rotation":270,"texture":"#0"}}},{"from":[5.94282,9.18345,5.21354],"to":[6.54282,9.78345,6.31354],"rotation":{"angle":45,"axis":"x","origin":[6.24229,10.84912,5.96883]},"faces":{"north":{"uv":[4,16,5,15],"rotation":90,"texture":"#0"},"east":{"uv":[4,16,5,15],"rotation":90,"texture":"#0"},"south":{"uv":[4,16,5,15],"rotation":90,"texture":"#0"},"west":{"uv":[4,16,5,15],"rotation":90,"texture":"#0"},"up":{"uv":[4,16,5,15],"rotation":90,"texture":"#0"},"down":{"uv":[4,16,5,15],"rotation":90,"texture":"#0"}}},{"from":[5.97009,10.91,4.14738],"to":[6.52009,11.96,4.69738],"rotation":{"angle":-22.5,"axis":"x","origin":[6.24229,10.84912,5.96883]},"faces":{"north":{"uv":[5,15.5,6,15],"rotation":270,"texture":"#0"},"east":{"uv":[5,15.5,6,15],"rotation":270,"texture":"#0"},"south":{"uv":[5,15.5,6,15],"rotation":270,"texture":"#0"},"west":{"uv":[5,15.5,6,15],"rotation":270,"texture":"#0"},"up":{"uv":[5,15.5,6,15],"rotation":270,"texture":"#0"},"down":{"uv":[5,15.5,6,15],"rotation":270,"texture":"#0"}}},{"from":[5.99073,11.16235,3.86767],"to":[6.49073,12.16235,4.36767],"rotation":{"angle":0,"axis":"x","origin":[6.24229,10.84912,5.96883]},"faces":{"north":{"uv":[6,15.5,5,16],"texture":"#0"},"east":{"uv":[6,15.5,5,16],"texture":"#0"},"south":{"uv":[6,15.5,5,16],"texture":"#0"},"west":{"uv":[6,15.5,5,16],"texture":"#0"},"up":{"uv":[6,15.5,5,16],"texture":"#0"},"down":{"uv":[6,15.5,5,16],"texture":"#0"}}},{"from":[6.018,11.24583,3.53674],"to":[6.468,12.19583,3.98674],"rotation":{"angle":22.5,"axis":"x","origin":[6.24229,10.84912,5.96883]},"faces":{"north":{"uv":[7,15,6,15.5],"rotation":90,"texture":"#0"},"east":{"uv":[7,15,6,15.5],"rotation":90,"texture":"#0"},"south":{"uv":[7,15,6,15.5],"rotation":90,"texture":"#0"},"west":{"uv":[7,15,6,15.5],"rotation":90,"texture":"#0"},"up":{"uv":[7,15,6,15.5],"rotation":90,"texture":"#0"},"down":{"uv":[7,15,6,15.5],"rotation":90,"texture":"#0"}}},{"from":[6.03785,11.10413,3.23574],"to":[6.43785,12.20413,3.63574],"rotation":{"angle":45,"axis":"x","origin":[6.24229,10.84912,5.96883]},"faces":{"north":{"uv":[8,15,7,15.5],"rotation":90,"texture":"#0"},"east":{"uv":[8,15,7,15.5],"rotation":90,"texture":"#0"},"south":{"uv":[8,15,7,15.5],"rotation":90,"texture":"#0"},"west":{"uv":[8,15,7,15.5],"rotation":90,"texture":"#0"},"up":{"uv":[8,15,7,15.5],"rotation":90,"texture":"#0"},"down":{"uv":[8,15,7,15.5],"rotation":90,"texture":"#0"}}},{"from":[6.06511,13.5121,6.16717],"to":[6.41511,13.8621,7.21717],"rotation":{"angle":-22.5,"axis":"x","origin":[6.24229,10.84912,5.96883]},"faces":{"north":{"uv":[8.5,15.5,9,15],"rotation":270,"texture":"#0"},"east":{"uv":[8.5,15.5,9,15],"rotation":270,"texture":"#0"},"south":{"uv":[8.5,15.5,9,15],"rotation":270,"texture":"#0"},"west":{"uv":[8.5,15.5,9,15],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,15.5,9,15],"rotation":270,"texture":"#0"},"down":{"uv":[8.5,15.5,9,15],"rotation":270,"texture":"#0"}}},{"from":[6.08599,13.76069,5.94565],"to":[6.38599,14.06069,6.94565],"rotation":{"angle":0,"axis":"x","origin":[6.24229,10.84912,5.96883]},"faces":{"north":{"uv":[9,16,10,15],"rotation":270,"texture":"#0"},"east":{"uv":[9,16,10,15],"rotation":270,"texture":"#0"},"south":{"uv":[9,16,10,15],"rotation":270,"texture":"#0"},"west":{"uv":[9,16,10,15],"rotation":270,"texture":"#0"},"up":{"uv":[9,16,10,15],"rotation":270,"texture":"#0"},"down":{"uv":[9,16,10,15],"rotation":270,"texture":"#0"}}},{"from":[6.10584,13.91233,5.63461],"to":[6.35584,14.16233,6.58461],"rotation":{"angle":22.5,"axis":"x","origin":[6.24229,10.84912,5.96883]},"faces":{"north":{"uv":[10,16,11,15],"rotation":270,"texture":"#0"},"east":{"uv":[10,16,11,15],"rotation":270,"texture":"#0"},"south":{"uv":[10,16,11,15],"rotation":270,"texture":"#0"},"west":{"uv":[10,16,11,15],"rotation":270,"texture":"#0"},"up":{"uv":[10,16,11,15],"rotation":270,"texture":"#0"},"down":{"uv":[10,16,11,15],"rotation":270,"texture":"#0"}}},{"from":[6.13311,13.89744,5.21627],"to":[6.33311,14.09744,6.16627],"rotation":{"angle":45,"axis":"x","origin":[6.24229,10.84912,5.96883]},"faces":{"north":{"uv":[10,16,11,15],"rotation":270,"texture":"#0"},"east":{"uv":[10,16,11,15],"rotation":270,"texture":"#0"},"south":{"uv":[10,16,11,15],"rotation":270,"texture":"#0"},"west":{"uv":[10,16,11,15],"rotation":270,"texture":"#0"},"up":{"uv":[10,16,11,15],"rotation":270,"texture":"#0"},"down":{"uv":[10,16,11,15],"rotation":270,"texture":"#0"}}},{"from":[9.47991,10.91,4.14738],"to":[10.02991,11.96,4.69738],"rotation":{"angle":-22.5,"axis":"x","origin":[9.75771,10.84912,5.96883]},"faces":{"north":{"uv":[5,15,6,15.5],"rotation":270,"texture":"#0"},"east":{"uv":[5,15,6,15.5],"rotation":270,"texture":"#0"},"south":{"uv":[5,15,6,15.5],"rotation":270,"texture":"#0"},"west":{"uv":[5,15,6,15.5],"rotation":270,"texture":"#0"},"up":{"uv":[5,15,6,15.5],"rotation":270,"texture":"#0"},"down":{"uv":[5,15,6,15.5],"rotation":270,"texture":"#0"}}},{"from":[9.532,11.24583,3.53674],"to":[9.982,12.19583,3.98674],"rotation":{"angle":22.5,"axis":"x","origin":[9.75771,10.84912,5.96883]},"faces":{"north":{"uv":[7,15.5,6,15],"rotation":90,"texture":"#0"},"east":{"uv":[7,15.5,6,15],"rotation":90,"texture":"#0"},"south":{"uv":[7,15.5,6,15],"rotation":90,"texture":"#0"},"west":{"uv":[7,15.5,6,15],"rotation":90,"texture":"#0"},"up":{"uv":[7,15.5,6,15],"rotation":90,"texture":"#0"},"down":{"uv":[7,15.5,6,15],"rotation":90,"texture":"#0"}}},{"from":[9.50927,11.16235,3.86767],"to":[10.00927,12.16235,4.36767],"rotation":{"angle":0,"axis":"x","origin":[9.75771,10.84912,5.96883]},"faces":{"north":{"uv":[5,15.5,6,16],"texture":"#0"},"east":{"uv":[5,15.5,6,16],"texture":"#0"},"south":{"uv":[5,15.5,6,16],"texture":"#0"},"west":{"uv":[5,15.5,6,16],"texture":"#0"},"up":{"uv":[5,15.5,6,16],"texture":"#0"},"down":{"uv":[5,15.5,6,16],"texture":"#0"}}},{"from":[9.56215,11.10413,3.23574],"to":[9.96215,12.20413,3.63574],"rotation":{"angle":45,"axis":"x","origin":[9.75771,10.84912,5.96883]},"faces":{"north":{"uv":[8,15.5,7,15],"rotation":90,"texture":"#0"},"east":{"uv":[8,15.5,7,15],"rotation":90,"texture":"#0"},"south":{"uv":[8,15.5,7,15],"rotation":90,"texture":"#0"},"west":{"uv":[8,15.5,7,15],"rotation":90,"texture":"#0"},"up":{"uv":[8,15.5,7,15],"rotation":90,"texture":"#0"},"down":{"uv":[8,15.5,7,15],"rotation":90,"texture":"#0"}}},{"from":[9.58489,13.5121,6.16717],"to":[9.93489,13.8621,7.21717],"rotation":{"angle":-22.5,"axis":"x","origin":[9.75771,10.84912,5.96883]},"faces":{"north":{"uv":[8.5,15,9,15.5],"rotation":270,"texture":"#0"},"east":{"uv":[8.5,15,9,15.5],"rotation":270,"texture":"#0"},"south":{"uv":[8.5,15,9,15.5],"rotation":270,"texture":"#0"},"west":{"uv":[8.5,15,9,15.5],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,15,9,15.5],"rotation":270,"texture":"#0"},"down":{"uv":[8.5,15,9,15.5],"rotation":270,"texture":"#0"}}},{"from":[9.61401,13.76069,5.94565],"to":[9.91401,14.06069,6.94565],"rotation":{"angle":0,"axis":"x","origin":[9.75771,10.84912,5.96883]},"faces":{"north":{"uv":[9,15,10,16],"rotation":270,"texture":"#0"},"east":{"uv":[9,15,10,16],"rotation":270,"texture":"#0"},"south":{"uv":[9,15,10,16],"rotation":270,"texture":"#0"},"west":{"uv":[9,15,10,16],"rotation":270,"texture":"#0"},"up":{"uv":[9,15,10,16],"rotation":270,"texture":"#0"},"down":{"uv":[9,15,10,16],"rotation":270,"texture":"#0"}}},{"from":[9.64416,13.91233,5.63461],"to":[9.89416,14.16233,6.58461],"rotation":{"angle":22.5,"axis":"x","origin":[9.75771,10.84912,5.96883]},"faces":{"north":{"uv":[10,14.5,11,15.5],"rotation":270,"texture":"#0"},"east":{"uv":[10,14.5,11,15.5],"rotation":270,"texture":"#0"},"south":{"uv":[10,14.5,11,15.5],"rotation":270,"texture":"#0"},"west":{"uv":[10,14.5,11,15.5],"rotation":270,"texture":"#0"},"up":{"uv":[10,14.5,11,15.5],"rotation":270,"texture":"#0"},"down":{"uv":[10,14.5,11,15.5],"rotation":270,"texture":"#0"}}},{"from":[9.66689,13.89744,5.21627],"to":[9.86689,14.09744,6.16627],"rotation":{"angle":45,"axis":"x","origin":[9.75771,10.84912,5.96883]},"faces":{"north":{"uv":[11,16,10,15],"texture":"#0"},"east":{"uv":[11,16,10,15],"texture":"#0"},"south":{"uv":[11,16,10,15],"texture":"#0"},"west":{"uv":[11,16,10,15],"texture":"#0"},"up":{"uv":[11,16,10,15],"texture":"#0"},"down":{"uv":[11,16,10,15],"texture":"#0"}}},{"from":[9.43061,9.17603,5.62139],"to":[10.08061,9.82603,6.77139],"rotation":{"angle":22.5,"axis":"x","origin":[9.75771,10.84912,5.96883]},"faces":{"north":{"uv":[5,16,4,15],"rotation":180,"texture":"#0"},"east":{"uv":[5,16,4,15],"rotation":180,"texture":"#0"},"south":{"uv":[5,16,4,15],"rotation":180,"texture":"#0"},"west":{"uv":[5,16,4,15],"rotation":180,"texture":"#0"},"up":{"uv":[5,16,4,15],"rotation":180,"texture":"#0"},"down":{"uv":[5,16,4,15],"rotation":180,"texture":"#0"}}},{"from":[9.45718,9.18345,5.21354],"to":[10.05718,9.78345,6.31354],"rotation":{"angle":45,"axis":"x","origin":[9.75771,10.84912,5.96883]},"faces":{"north":{"uv":[5,16,4,15],"texture":"#0"},"east":{"uv":[5,16,4,15],"texture":"#0"},"south":{"uv":[5,16,4,15],"texture":"#0"},"west":{"uv":[5,16,4,15],"texture":"#0"},"up":{"uv":[5,16,4,15],"texture":"#0"},"down":{"uv":[5,16,4,15],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-180,0],"translation":[0,7.25,1],"scale":[1.56,1.56,1.56]},"thirdperson_lefthand":{"rotation":[0,-180,0],"translation":[0,7.25,1],"scale":[1.56,1.56,1.56]},"firstperson_righthand":{"rotation":[-14,-180,0],"translation":[1.5,3.25,0]},"firstperson_lefthand":{"rotation":[-14,-180,0],"translation":[1.5,3.25,0]},"gui":{"rotation":[32,22,-45],"translation":[1.75,1.75,-3],"scale":[0.83,0.7,0.83]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/squid_wand.json b/assets/minecraft/models/item/wynn/skin/wand/squid_wand.json new file mode 100644 index 000000000..91188f53f --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/squid_wand.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/ink_wand","1":"skins/wood_full","2":"skins/driftwood_2","particle":"skins/wood_full"},"elements":[{"from":[7.3,-14.65,7.3],"to":[8.7,0.75,8.7],"rotation":{"angle":0,"axis":"y","origin":[8,-6.95,8]},"faces":{"north":{"uv":[0,7,15.4,8.4],"rotation":90,"texture":"#1"},"east":{"uv":[0,7,15.4,8.4],"rotation":90,"texture":"#1"},"south":{"uv":[0,7,15.4,8.4],"rotation":90,"texture":"#1"},"west":{"uv":[0,7,15.4,8.4],"rotation":90,"texture":"#1"},"up":{"uv":[0,7,1.4,8.4],"rotation":90,"texture":"#1"},"down":{"uv":[0,7,1.4,8.4],"rotation":90,"texture":"#1"}}},{"from":[7.2993,4.75,7.3007],"to":[8.6993,18.15,8.7007],"rotation":{"angle":0,"axis":"y","origin":[7.9993,-2.55,8.0007]},"faces":{"north":{"uv":[0,7.5,13.4,8.9],"rotation":270,"texture":"#1"},"east":{"uv":[0,7.5,13.4,8.9],"rotation":270,"texture":"#1"},"south":{"uv":[0,7.5,13.4,8.9],"rotation":270,"texture":"#1"},"west":{"uv":[0,7.5,13.4,8.9],"rotation":270,"texture":"#1"},"up":{"uv":[0,7.5,1.4,8.9],"rotation":270,"texture":"#1"},"down":{"uv":[0,7.5,1.4,8.9],"rotation":270,"texture":"#1"}}},{"from":[6.7993,1.6,6.8007],"to":[9.1993,4,9.2007],"rotation":{"angle":0,"axis":"y","origin":[7.4993,-5.7,7.5007]},"faces":{"north":{"uv":[0,0,3.4,3.4],"texture":"#0"},"east":{"uv":[0,0,3.4,3.4],"texture":"#0"},"south":{"uv":[0,0,3.4,3.4],"texture":"#0"},"west":{"uv":[0,0,3.4,3.4],"texture":"#0"},"up":{"uv":[0,0,3.4,3.4],"texture":"#0"},"down":{"uv":[0,0,3.4,3.4],"texture":"#0"}}},{"from":[6.7993,15.6,6.8007],"to":[9.1993,18,9.2007],"rotation":{"angle":0,"axis":"y","origin":[7.4993,8.3,7.5007]},"faces":{"north":{"uv":[0,3.5,3,6.5],"texture":"#0"},"east":{"uv":[0,3.5,3,6.5],"texture":"#0"},"south":{"uv":[0,3.5,3,6.5],"texture":"#0"},"west":{"uv":[0,3.5,3,6.5],"texture":"#0"},"up":{"uv":[0,3.5,3,6.5],"texture":"#0"},"down":{"uv":[0,3.5,3,6.5],"texture":"#0"}}},{"from":[7.0493,5.05,7.0507],"to":[8.9493,6.05,8.9507],"rotation":{"angle":0,"axis":"y","origin":[7.7493,-2.25,7.7507]},"faces":{"north":{"uv":[11,5,13.5,6.45],"texture":"#2"},"east":{"uv":[10,5,12.5,6.45],"texture":"#2"},"south":{"uv":[13.5,5,11,6.45],"texture":"#2"},"west":{"uv":[13,5,15.5,6.45],"texture":"#2"},"up":{"uv":[11,5,12.5,6.5],"texture":"#2"},"down":{"uv":[11,5,12.5,6.45],"texture":"#2"}}},{"from":[7.0493,-0.7,7.0507],"to":[8.9493,0.3,8.9507],"rotation":{"angle":0,"axis":"y","origin":[7.7493,-8,7.7507]},"faces":{"north":{"uv":[11,5,13.5,6.45],"texture":"#2"},"east":{"uv":[10,5,12.5,6.45],"texture":"#2"},"south":{"uv":[13.5,5,11,6.45],"texture":"#2"},"west":{"uv":[13,5,15.5,6.45],"texture":"#2"},"up":{"uv":[11,5,12.5,6.5],"texture":"#2"},"down":{"uv":[11,5,12.5,6.45],"texture":"#2"}}},{"from":[7.0493,-10.45,7.0507],"to":[8.9493,-9.45,8.9507],"rotation":{"angle":0,"axis":"y","origin":[7.7493,-17.75,7.7507]},"faces":{"north":{"uv":[11,5,13.5,6.45],"texture":"#2"},"east":{"uv":[10,5,12.5,6.45],"texture":"#2"},"south":{"uv":[13.5,5,11,6.45],"texture":"#2"},"west":{"uv":[13,5,15.5,6.45],"texture":"#2"},"up":{"uv":[11,5,12.5,6.5],"texture":"#2"},"down":{"uv":[11,5,12.5,6.45],"texture":"#2"}}},{"from":[7.2993,2.1,6.4007],"to":[8.6993,3.5,9.6007],"rotation":{"angle":0,"axis":"y","origin":[7.9993,-5.2,7.1007]},"faces":{"north":{"uv":[0,0,3.4,3.4],"texture":"#0"},"east":{"uv":[0,0,3.4,3.4],"texture":"#0"},"south":{"uv":[0,0,3.4,3.4],"texture":"#0"},"west":{"uv":[0,0,3.4,3.4],"texture":"#0"},"up":{"uv":[0,0,3.4,3.4],"texture":"#0"},"down":{"uv":[0,0,3.4,3.4],"texture":"#0"}}},{"from":[6.41747,2.1,7.30069],"to":[9.61747,3.5,8.70069],"rotation":{"angle":0,"axis":"y","origin":[8.00838,2.80001,7.99161]},"faces":{"north":{"uv":[0,0,3.4,3.4],"texture":"#0"},"east":{"uv":[0,0,3.4,3.4],"texture":"#0"},"south":{"uv":[0,0,3.4,3.4],"texture":"#0"},"west":{"uv":[0,0,3.4,3.4],"texture":"#0"},"up":{"uv":[0,0,3.4,3.4],"texture":"#0"},"down":{"uv":[0,0,3.4,3.4],"texture":"#0"}}},{"from":[7.30839,1.2091,7.30069],"to":[8.70839,4.4091,8.70069],"rotation":{"angle":0,"axis":"z","origin":[8.00838,2.80001,7.99161]},"faces":{"north":{"uv":[0,0,3.4,3.4],"rotation":90,"texture":"#0"},"east":{"uv":[0,0,3.4,3.4],"rotation":90,"texture":"#0"},"south":{"uv":[0,0,3.4,3.4],"rotation":90,"texture":"#0"},"west":{"uv":[0,0,3.4,3.4],"rotation":90,"texture":"#0"},"up":{"uv":[0,0,3.4,3.4],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,3.4,3.4],"rotation":90,"texture":"#0"}}},{"from":[7,-13,7],"to":[9,-11,9],"rotation":{"angle":0,"axis":"y","origin":[8,-5,8]},"faces":{"north":{"uv":[11,7.005,13,9.005],"texture":"#1"},"east":{"uv":[11,7.005,13,9.005],"texture":"#1"},"south":{"uv":[11,7.005,13,9.005],"texture":"#1"},"west":{"uv":[11,7.005,13,9.005],"texture":"#1"},"up":{"uv":[11,7.005,13,9.005],"texture":"#1"},"down":{"uv":[11,7.005,13,9.005],"texture":"#1"}}},{"from":[7.5,-16,7.5],"to":[8.5,-14,8.5],"rotation":{"angle":0,"axis":"y","origin":[8.5,-8,8.5]},"faces":{"north":{"uv":[15,13.5,16,15.5],"texture":"#1"},"east":{"uv":[15,13.5,16,15.5],"texture":"#1"},"south":{"uv":[15,13.5,16,15.5],"texture":"#1"},"west":{"uv":[15,13.5,16,15.5],"texture":"#1"},"up":{"uv":[15,13.5,16,14.5],"texture":"#1"},"down":{"uv":[15,13.5,16,14.5],"texture":"#1"}}},{"from":[7.499,19.749,6.499],"to":[8.501,22.751,7.501],"rotation":{"angle":0,"axis":"y","origin":[15.5,28.5,14.5]},"faces":{"north":{"uv":[3.5,5,6.5,6],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,5,6.5,6],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,5,6.5,6],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,5,6.5,6],"rotation":270,"texture":"#0"},"up":{"uv":[3.5,5,6.5,6],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,5,6.5,6],"rotation":270,"texture":"#0"}}},{"from":[7.499,17.099,6.249],"to":[8.501,19.601,7.251],"rotation":{"angle":0,"axis":"y","origin":[15.5,26.6,14.25]},"faces":{"north":{"uv":[2.5,5,5,6],"rotation":270,"texture":"#0"},"east":{"uv":[2.5,5,5,6],"rotation":270,"texture":"#0"},"south":{"uv":[2.5,5,5,6],"rotation":270,"texture":"#0"},"west":{"uv":[2.5,5,5,6],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,5,5,6],"rotation":270,"texture":"#0"},"down":{"uv":[2.5,5,5,6],"rotation":270,"texture":"#0"}}},{"from":[6.749,14.599,6.249],"to":[7.751,17.601,7.251],"rotation":{"angle":22.5,"axis":"x","origin":[7.99721,16.35131,6.75149]},"faces":{"north":{"uv":[0.5,3.5,3.5,4.5],"rotation":270,"texture":"#0"},"east":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"},"south":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"},"up":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"},"down":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"}}},{"from":[8.24119,14.35928,8.70715],"to":[9.24319,17.36128,9.70915],"rotation":{"angle":-22.5,"axis":"x","origin":[7.37109,16.35284,8.62822]},"faces":{"north":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"},"east":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,3,5],"rotation":270,"texture":"#0"},"west":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"},"up":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"},"down":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"}}},{"from":[8.7477,14.599,6.75328],"to":[9.7497,17.601,7.75528],"rotation":{"angle":22.5,"axis":"z","origin":[9.24721,16.35131,8.00149]},"faces":{"north":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"},"east":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"},"south":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"},"up":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"},"down":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"}}},{"from":[6.29074,14.35951,8.25116],"to":[7.29274,17.36151,9.25316],"rotation":{"angle":-22.5,"axis":"z","origin":[7.37109,16.35284,8.62822]},"faces":{"north":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"},"east":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"},"south":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"},"up":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"},"down":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"}}},{"from":[8.249,14.599,6.249],"to":[9.251,17.601,7.251],"rotation":{"angle":22.5,"axis":"x","origin":[7.99721,16.35131,6.75149]},"faces":{"north":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"},"east":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"},"south":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"},"up":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"},"down":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"}}},{"from":[8.88402,11.03002,5.71728],"to":[9.68402,13.83002,6.51728],"rotation":{"angle":22.5,"axis":"z","origin":[9.28348,12.43464,6.11322]},"faces":{"north":{"uv":[0,5.5,3,6.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,5.5,3,6.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,5.5,3,6.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,5.5,3,6.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,5.5,3,6.5],"rotation":270,"texture":"#0"},"down":{"uv":[0,5.5,3,6.5],"rotation":270,"texture":"#0"}}},{"from":[6.31598,11.03002,5.71728],"to":[7.11598,13.83002,6.51728],"rotation":{"angle":-22.5,"axis":"z","origin":[6.71652,12.43464,6.11322]},"faces":{"north":{"uv":[0,5.5,3,6.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,5.5,3,6.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,5.5,3,6.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,5.5,3,6.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,5.5,3,6.5],"rotation":270,"texture":"#0"},"down":{"uv":[0,5.5,3,6.5],"rotation":270,"texture":"#0"}}},{"from":[9.10014,7.23868,5.80393],"to":[9.70014,9.83868,6.40393],"rotation":{"angle":-22.5,"axis":"z","origin":[9.40126,8.54421,6.09948]},"faces":{"north":{"uv":[5.5,4.5,2.5,5.5],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,4.5,2.5,5.5],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,4.5,2.5,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,4.5,2.5,5.5],"rotation":270,"texture":"#0"},"up":{"uv":[5.5,4.5,2.5,5.5],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,4.5,2.5,5.5],"rotation":270,"texture":"#0"}}},{"from":[6.29986,7.23868,5.80393],"to":[6.89986,9.83868,6.40393],"rotation":{"angle":22.5,"axis":"z","origin":[6.59874,8.54421,6.09948]},"faces":{"north":{"uv":[6,4,3,5],"rotation":270,"texture":"#0"},"east":{"uv":[6.5,4,3.5,5],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,4.5,2.5,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,4.5,2.5,5.5],"rotation":270,"texture":"#0"},"up":{"uv":[5.5,4.5,2.5,5.5],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,4.5,2.5,5.5],"rotation":270,"texture":"#0"}}},{"from":[8.114,6.49159,5.90243],"to":[9.514,7.89159,6.30243],"rotation":{"angle":22.5,"axis":"z","origin":[8.31914,7.69997,6.08871]},"faces":{"north":{"uv":[0,0,2,2],"texture":"#0"},"east":{"uv":[0,0,1,2],"texture":"#0"},"south":{"uv":[0,0,2,2],"texture":"#0"},"west":{"uv":[0,0,1,2],"texture":"#0"},"up":{"uv":[0,0,2,1],"texture":"#0"},"down":{"uv":[0,0,2,1],"texture":"#0"}}},{"from":[6.486,6.49159,5.90243],"to":[7.886,7.89159,6.30243],"rotation":{"angle":-22.5,"axis":"z","origin":[7.68086,7.69997,6.08871]},"faces":{"north":{"uv":[0.5,0.5,2.5,2.5],"texture":"#0"},"east":{"uv":[1,0,2,2],"texture":"#0"},"south":{"uv":[0,1,2,3],"texture":"#0"},"west":{"uv":[1,0,2,2],"texture":"#0"},"up":{"uv":[0,0.5,2,1.5],"texture":"#0"},"down":{"uv":[0.5,1,2.5,2],"texture":"#0"}}},{"from":[9.47672,9.58551,5.76163],"to":[10.17672,11.28551,6.46163],"rotation":{"angle":0,"axis":"z","origin":[9.82785,9.94104,6.10717]},"faces":{"north":{"uv":[2,5,4,6],"rotation":90,"texture":"#0"},"east":{"uv":[2,5,4,6],"rotation":90,"texture":"#0"},"south":{"uv":[2,5,4,6],"rotation":90,"texture":"#0"},"west":{"uv":[2,5,4,6],"rotation":90,"texture":"#0"},"up":{"uv":[2,5,4,6],"rotation":90,"texture":"#0"},"down":{"uv":[2,5,4,6],"rotation":90,"texture":"#0"}}},{"from":[5.82328,9.58551,5.76163],"to":[6.52328,11.28551,6.46163],"rotation":{"angle":0,"axis":"z","origin":[6.17215,9.94104,6.10717]},"faces":{"north":{"uv":[2,5,4,6],"rotation":90,"texture":"#0"},"east":{"uv":[2,5,4,6],"rotation":90,"texture":"#0"},"south":{"uv":[2,5,4,6],"rotation":90,"texture":"#0"},"west":{"uv":[2,5,4,6],"rotation":90,"texture":"#0"},"up":{"uv":[2,5,4,6],"rotation":90,"texture":"#0"},"down":{"uv":[2,5,4,6],"rotation":90,"texture":"#0"}}},{"from":[8.29998,13.57371,5.66766],"to":[9.19998,14.97371,6.56766],"rotation":{"angle":0,"axis":"z","origin":[8.75111,13.42923,6.11321]},"faces":{"north":{"uv":[1,5.5,2.5,6.5],"rotation":270,"texture":"#0"},"east":{"uv":[1,5.5,2.5,6.5],"rotation":270,"texture":"#0"},"south":{"uv":[1,5.5,2.5,6.5],"rotation":270,"texture":"#0"},"west":{"uv":[1,5.5,2.5,6.5],"rotation":270,"texture":"#0"},"up":{"uv":[1,5.5,2.5,6.5],"rotation":270,"texture":"#0"},"down":{"uv":[1,5.5,2.5,6.5],"rotation":270,"texture":"#0"}}},{"from":[6.80002,13.57371,5.66766],"to":[7.70002,14.97371,6.56766],"rotation":{"angle":0,"axis":"z","origin":[7.24889,13.42923,6.11321]},"faces":{"north":{"uv":[1,5.5,2.5,6.5],"rotation":270,"texture":"#0"},"east":{"uv":[1,5.5,2.5,6.5],"rotation":270,"texture":"#0"},"south":{"uv":[1,5.5,2.5,6.5],"rotation":270,"texture":"#0"},"west":{"uv":[1,5.5,2.5,6.5],"rotation":270,"texture":"#0"},"up":{"uv":[1,5.5,2.5,6.5],"rotation":270,"texture":"#0"},"down":{"uv":[1,5.5,2.5,6.5],"rotation":270,"texture":"#0"}}},{"from":[6.74119,14.35928,8.70715],"to":[7.74319,17.36128,9.70915],"rotation":{"angle":-22.5,"axis":"x","origin":[7.37109,16.35284,8.62822]},"faces":{"north":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"},"east":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,6,3,7],"rotation":270,"texture":"#0"},"west":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"},"up":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"},"down":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"}}},{"from":[6.79784,13.02276,9.43405],"to":[7.69784,14.92276,10.33405],"rotation":{"angle":0,"axis":"x","origin":[7.23603,13.41339,9.89696]},"faces":{"north":{"uv":[0,4.5,2,5.5],"rotation":270,"texture":"#0"},"east":{"uv":[0,4.5,2,5.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,5.5,2,6.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,4.5,2,5.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,4.5,2,5.5],"rotation":270,"texture":"#0"},"down":{"uv":[0,4.5,2,5.5],"rotation":270,"texture":"#0"}}},{"from":[8.30216,13.02276,9.38405],"to":[9.20216,14.92276,10.28405],"rotation":{"angle":0,"axis":"x","origin":[8.76397,13.41339,9.84696]},"faces":{"north":{"uv":[0,4.5,2,5.5],"rotation":270,"texture":"#0"},"east":{"uv":[0,4.5,2,5.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,4.5,2,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[0,4.5,2,5.5],"rotation":270,"texture":"#0"},"up":{"uv":[0,4.5,2,5.5],"rotation":270,"texture":"#0"},"down":{"uv":[0,4.5,2,5.5],"rotation":270,"texture":"#0"}}},{"from":[7.18234,10.46549,9.48057],"to":[7.98234,13.26549,10.28057],"rotation":{"angle":22.5,"axis":"z","origin":[7.5752,12.31086,9.89232]},"faces":{"north":{"uv":[0,4.5,3,5.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,4.5,3,5.5],"rotation":90,"texture":"#0"},"south":{"uv":[0,4.5,3,5.5],"rotation":90,"texture":"#0"},"west":{"uv":[0,4.5,3,5.5],"rotation":90,"texture":"#0"},"up":{"uv":[0,4.5,3,5.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,4.5,3,5.5],"rotation":90,"texture":"#0"}}},{"from":[8.01766,10.46549,9.43057],"to":[8.81766,13.26549,10.23057],"rotation":{"angle":-22.5,"axis":"z","origin":[8.4248,12.31086,9.84232]},"faces":{"north":{"uv":[0,4.5,3,5.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,4.5,3,5.5],"rotation":90,"texture":"#0"},"south":{"uv":[0,4.5,3,5.5],"rotation":90,"texture":"#0"},"west":{"uv":[0,4.5,3,5.5],"rotation":90,"texture":"#0"},"up":{"uv":[0,4.5,3,5.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,4.5,3,5.5],"rotation":90,"texture":"#0"}}},{"from":[7.91197,8.06265,9.52526],"to":[8.61197,10.76265,10.22526],"rotation":{"angle":0,"axis":"z","origin":[8.25728,9.36056,9.8825]},"faces":{"north":{"uv":[2,5,5,6],"rotation":90,"texture":"#0"},"east":{"uv":[2,5,5,6],"rotation":90,"texture":"#0"},"south":{"uv":[3,4,6,5],"rotation":90,"texture":"#0"},"west":{"uv":[2,5,5,6],"rotation":90,"texture":"#0"},"up":{"uv":[2,5,5,6],"rotation":90,"texture":"#0"},"down":{"uv":[2,5,5,6],"rotation":90,"texture":"#0"}}},{"from":[7.38803,8.06265,9.47526],"to":[8.08803,10.76265,10.17526],"rotation":{"angle":0,"axis":"z","origin":[7.74272,9.36056,9.8325]},"faces":{"north":{"uv":[2,5,5,6],"rotation":90,"texture":"#0"},"east":{"uv":[2,5,5,6],"rotation":90,"texture":"#0"},"south":{"uv":[2,5,5,6],"rotation":90,"texture":"#0"},"west":{"uv":[2,5,5,6],"rotation":90,"texture":"#0"},"up":{"uv":[2,5,5,6],"rotation":90,"texture":"#0"},"down":{"uv":[2,5,5,6],"rotation":90,"texture":"#0"}}},{"from":[6.95,7.1,9.5],"to":[8.95,9.1,10.1],"rotation":{"angle":45,"axis":"z","origin":[7.95314,8.09686,9.79999]},"faces":{"north":{"uv":[1,0,3,2],"texture":"#0"},"east":{"uv":[1,0,1.6,2],"texture":"#0"},"south":{"uv":[1,0,3,2],"texture":"#0"},"west":{"uv":[1,0,1.6,2],"texture":"#0"},"up":{"uv":[1,0,3,0.6],"rotation":180,"texture":"#0"},"down":{"uv":[1,0,3,0.6],"rotation":180,"texture":"#0"}}},{"from":[8.7477,14.599,8.25328],"to":[9.7497,17.601,9.25528],"rotation":{"angle":22.5,"axis":"z","origin":[9.24721,16.35131,8.00149]},"faces":{"north":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"},"east":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"},"south":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"},"up":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"},"down":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"}}},{"from":[6.29074,14.35951,6.75116],"to":[7.29274,17.36151,7.75316],"rotation":{"angle":-22.5,"axis":"z","origin":[7.37109,16.35284,8.62822]},"faces":{"north":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"},"east":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"},"south":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"},"up":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"},"down":{"uv":[0.5,4.5,3.5,5.5],"rotation":270,"texture":"#0"}}},{"from":[6.20533,12.27489,6.79796],"to":[7.10533,15.17489,7.69796],"rotation":{"angle":22.5,"axis":"z","origin":[6.64145,13.71797,7.26451]},"faces":{"north":{"uv":[0,5,3,6],"rotation":270,"texture":"#0"},"east":{"uv":[0,5,3,6],"rotation":270,"texture":"#0"},"south":{"uv":[0,5,3,6],"rotation":270,"texture":"#0"},"west":{"uv":[0,5,3,6],"rotation":270,"texture":"#0"},"up":{"uv":[0,5,3,6],"rotation":270,"texture":"#0"},"down":{"uv":[0,5,3,6],"rotation":270,"texture":"#0"}}},{"from":[8.89467,12.27489,6.79796],"to":[9.79467,15.17489,7.69796],"rotation":{"angle":-22.5,"axis":"z","origin":[9.35855,13.71797,7.26451]},"faces":{"north":{"uv":[0,5,3,6],"rotation":270,"texture":"#0"},"east":{"uv":[0,5,3,6],"rotation":270,"texture":"#0"},"south":{"uv":[0,5,3,6],"rotation":270,"texture":"#0"},"west":{"uv":[0,5,3,6],"rotation":270,"texture":"#0"},"up":{"uv":[0,5,3,6],"rotation":270,"texture":"#0"},"down":{"uv":[0,5,3,6],"rotation":270,"texture":"#0"}}},{"from":[6.20533,12.27489,8.29796],"to":[7.10533,15.17489,9.19796],"rotation":{"angle":22.5,"axis":"z","origin":[6.64145,13.71797,8.76451]},"faces":{"north":{"uv":[0,5,3,6],"rotation":270,"texture":"#0"},"east":{"uv":[0,5,3,6],"rotation":270,"texture":"#0"},"south":{"uv":[0,5,3,6],"rotation":270,"texture":"#0"},"west":{"uv":[0,5,3,6],"rotation":270,"texture":"#0"},"up":{"uv":[0,5,3,6],"rotation":270,"texture":"#0"},"down":{"uv":[0,5,3,6],"rotation":270,"texture":"#0"}}},{"from":[8.89467,12.27489,8.29796],"to":[9.79467,15.17489,9.19796],"rotation":{"angle":-22.5,"axis":"z","origin":[9.35855,13.71797,8.76451]},"faces":{"north":{"uv":[0,5,3,6],"rotation":270,"texture":"#0"},"east":{"uv":[0,5,3,6],"rotation":270,"texture":"#0"},"south":{"uv":[0,5,3,6],"rotation":270,"texture":"#0"},"west":{"uv":[0,5,3,6],"rotation":270,"texture":"#0"},"up":{"uv":[0,5,3,6],"rotation":270,"texture":"#0"},"down":{"uv":[0,5,3,6],"rotation":270,"texture":"#0"}}},{"from":[6.77167,9.76213,6.84868],"to":[7.57167,12.56213,7.64868],"rotation":{"angle":0,"axis":"z","origin":[7.16081,13.11548,7.26105]},"faces":{"north":{"uv":[0,4.5,3,5.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,4.5,3,5.5],"rotation":90,"texture":"#0"},"south":{"uv":[0,4.5,3,5.5],"rotation":90,"texture":"#0"},"west":{"uv":[0,4.5,3,5.5],"rotation":90,"texture":"#0"},"up":{"uv":[0,4.5,3,5.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,4.5,3,5.5],"rotation":90,"texture":"#0"}}},{"from":[8.42833,9.76213,6.84868],"to":[9.22833,12.56213,7.64868],"rotation":{"angle":0,"axis":"z","origin":[8.83919,13.11548,7.26105]},"faces":{"north":{"uv":[0,4.5,3,5.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,4.5,3,5.5],"rotation":90,"texture":"#0"},"south":{"uv":[0,4.5,3,5.5],"rotation":90,"texture":"#0"},"west":{"uv":[0,4.5,3,5.5],"rotation":90,"texture":"#0"},"up":{"uv":[0,4.5,3,5.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,4.5,3,5.5],"rotation":90,"texture":"#0"}}},{"from":[6.77167,10.76213,8.34868],"to":[7.57167,12.56213,9.14868],"rotation":{"angle":0,"axis":"z","origin":[7.16081,13.11548,8.76105]},"faces":{"north":{"uv":[2,5,4,6],"rotation":90,"texture":"#0"},"east":{"uv":[2,5,4,6],"rotation":90,"texture":"#0"},"south":{"uv":[2,5,4,6],"rotation":90,"texture":"#0"},"west":{"uv":[2,5,4,6],"rotation":90,"texture":"#0"},"up":{"uv":[2,5,4,6],"rotation":90,"texture":"#0"},"down":{"uv":[2,5,4,6],"rotation":90,"texture":"#0"}}},{"from":[8.42833,10.76213,8.34868],"to":[9.22833,12.56213,9.14868],"rotation":{"angle":0,"axis":"z","origin":[8.83919,13.11548,8.76105]},"faces":{"north":{"uv":[2,5,4,6],"rotation":90,"texture":"#0"},"east":{"uv":[2,5,4,6],"rotation":90,"texture":"#0"},"south":{"uv":[2,5,4,6],"rotation":90,"texture":"#0"},"west":{"uv":[2,5,4,6],"rotation":90,"texture":"#0"},"up":{"uv":[2,5,4,6],"rotation":90,"texture":"#0"},"down":{"uv":[2,5,4,6],"rotation":90,"texture":"#0"}}},{"from":[6.87698,6.65574,7.42239],"to":[7.47698,8.25574,9.02239],"rotation":{"angle":22.5,"axis":"x","origin":[7.17649,7.40385,8.22355]},"faces":{"north":{"uv":[0,0,1,2],"texture":"#0"},"east":{"uv":[0,0,2,2],"texture":"#0"},"south":{"uv":[0,0,1,2],"texture":"#0"},"west":{"uv":[0,0,2,2],"texture":"#0"},"up":{"uv":[0,0,2,1],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,2,1],"rotation":90,"texture":"#0"}}},{"from":[8.52302,6.65574,7.42239],"to":[9.12302,8.25574,9.02239],"rotation":{"angle":22.5,"axis":"x","origin":[8.82351,7.40385,8.22355]},"faces":{"north":{"uv":[1,0,0,2],"texture":"#0"},"east":{"uv":[2,0,0,2],"texture":"#0"},"south":{"uv":[1,0,0,2],"texture":"#0"},"west":{"uv":[2,0,0,2],"texture":"#0"},"up":{"uv":[0,1,2,0],"rotation":270,"texture":"#0"},"down":{"uv":[0,1,2,0],"rotation":90,"texture":"#0"}}},{"from":[6.82698,7.32358,7.39908],"to":[7.52698,10.02358,8.09908],"rotation":{"angle":-22.5,"axis":"x","origin":[7.17015,8.62343,7.75605]},"faces":{"north":{"uv":[5.5,4.5,2.5,5.5],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,4.5,2.5,5.5],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,4.5,2.5,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,4.5,2.5,5.5],"rotation":270,"texture":"#0"},"up":{"uv":[5.5,4.5,2.5,5.5],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,4.5,2.5,5.5],"rotation":270,"texture":"#0"}}},{"from":[8.47302,7.32358,7.39908],"to":[9.17302,10.02358,8.09908],"rotation":{"angle":-22.5,"axis":"x","origin":[8.82985,8.62343,7.75605]},"faces":{"north":{"uv":[5.5,4.5,2.5,5.5],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,4.5,2.5,5.5],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,4.5,2.5,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,4.5,2.5,5.5],"rotation":270,"texture":"#0"},"up":{"uv":[5.5,4.5,2.5,5.5],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,4.5,2.5,5.5],"rotation":270,"texture":"#0"}}},{"from":[6.31462,8.32152,8.39949],"to":[7.01462,11.02152,9.09949],"rotation":{"angle":-22.5,"axis":"z","origin":[6.66386,9.61654,8.75213]},"faces":{"north":{"uv":[5.5,4.5,2.5,5.5],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,4.5,2.5,5.5],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,4.5,2.5,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,4.5,2.5,5.5],"rotation":270,"texture":"#0"},"up":{"uv":[5.5,4.5,2.5,5.5],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,4.5,2.5,5.5],"rotation":270,"texture":"#0"}}},{"from":[8.98538,8.32152,8.39949],"to":[9.68538,11.02152,9.09949],"rotation":{"angle":22.5,"axis":"z","origin":[9.33614,9.61654,8.75213]},"faces":{"north":{"uv":[5.5,4.5,2.5,5.5],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,4.5,2.5,5.5],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,4.5,2.5,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,4.5,2.5,5.5],"rotation":270,"texture":"#0"},"up":{"uv":[5.5,4.5,2.5,5.5],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,4.5,2.5,5.5],"rotation":270,"texture":"#0"}}},{"from":[5.15497,8.0137,8.44949],"to":[6.75497,9.6137,9.04949],"rotation":{"angle":22.5,"axis":"z","origin":[6.95574,9.01063,8.75308]},"faces":{"north":{"uv":[0,0,2,2],"texture":"#0"},"east":{"uv":[0,0,1,2],"texture":"#0"},"south":{"uv":[0,0,2,2],"texture":"#0"},"west":{"uv":[0,0,1,2],"texture":"#0"},"up":{"uv":[0,0,1,2],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,1,2],"rotation":90,"texture":"#0"}}},{"from":[9.24503,8.0137,8.44949],"to":[10.84503,9.6137,9.04949],"rotation":{"angle":-22.5,"axis":"z","origin":[9.04426,9.01063,8.75308]},"faces":{"north":{"uv":[2,0,0,2],"texture":"#0"},"east":{"uv":[1,0,0,2],"texture":"#0"},"south":{"uv":[2,0,0,2],"texture":"#0"},"west":{"uv":[1,0,0,2],"texture":"#0"},"up":{"uv":[0,2,1,0],"rotation":270,"texture":"#0"},"down":{"uv":[0,2,1,0],"rotation":90,"texture":"#0"}}},{"from":[7.001,23.649,7.051],"to":[9.001,26.649,9.301],"rotation":{"angle":22.5,"axis":"x","origin":[8.501,24.649,7.551]},"faces":{"north":{"uv":[6.5,4,9.5,6],"rotation":270,"texture":"#0"},"east":{"uv":[6.5,4,9.5,6],"rotation":270,"texture":"#0"},"south":{"uv":[6.5,4,9.5,6],"rotation":270,"texture":"#0"},"west":{"uv":[6.5,4,9.5,6],"rotation":270,"texture":"#0"},"up":{"uv":[6.5,4,9.5,6],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,4,9.5,6],"rotation":270,"texture":"#0"}}},{"from":[7.001,21.16846,6.70638],"to":[8.999,23.91646,8.95438],"rotation":{"angle":0,"axis":"x","origin":[8,22.16746,7.20538]},"faces":{"north":{"uv":[5,4,8,6],"rotation":270,"texture":"#0"},"east":{"uv":[5,4,8,6],"rotation":270,"texture":"#0"},"south":{"uv":[5,4,8,6],"rotation":270,"texture":"#0"},"west":{"uv":[5,4,8,6],"rotation":270,"texture":"#0"},"up":{"uv":[5,4,8,6],"rotation":270,"texture":"#0"},"down":{"uv":[5,4,8,6],"rotation":270,"texture":"#0"}}},{"from":[6.501,17.16846,7.00638],"to":[9.499,23.66646,8.75438],"rotation":{"angle":0,"axis":"x","origin":[7.5,22.16746,7.50538]},"faces":{"north":{"uv":[0,3.51,6.5,6.51],"rotation":270,"texture":"#0"},"east":{"uv":[0,4,6.5,5.75],"rotation":270,"texture":"#0"},"south":{"uv":[0,4,6.5,5.75],"rotation":270,"texture":"#0"},"west":{"uv":[0,4,6.5,5.75],"rotation":270,"texture":"#0"},"up":{"uv":[0,4,6.5,5.75],"rotation":270,"texture":"#0"},"down":{"uv":[0,4,6.5,5.75],"rotation":270,"texture":"#0"}}},{"from":[6.504,23.25695,7.32515],"to":[9.498,27.25095,9.06915],"rotation":{"angle":22.5,"axis":"x","origin":[8.001,24.25395,8.19715]},"faces":{"north":{"uv":[5.5,3.51,9.5,6.51],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,3.51,9.5,6.51],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,3.51,9.5,6.51],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,3.51,9.5,6.51],"rotation":270,"texture":"#0"},"up":{"uv":[7.5,3.5,9.25,6.5],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,3.51,9.5,6.51],"rotation":270,"texture":"#0"}}},{"from":[6.254,22.95695,7.72515],"to":[9.748,28.95095,8.46915],"rotation":{"angle":22.5,"axis":"x","origin":[8.001,23.95395,8.24715]},"faces":{"north":{"uv":[3.5,6.989,9.5,3.51],"rotation":270,"texture":"#0"},"east":{"uv":[3.5,5.25,9.5,4.5],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,6.989,9.5,3.51],"rotation":270,"texture":"#0"},"west":{"uv":[3.5,4.26,9.5,3.51],"rotation":270,"texture":"#0"},"up":{"uv":[8.5,7,9.25,3.6],"rotation":270,"texture":"#0"},"down":{"uv":[3.5,6.989,9.5,3.51],"rotation":270,"texture":"#0"}}},{"from":[5.005,25.70795,7.72615],"to":[10.997,28.19995,8.46815],"rotation":{"angle":22.5,"axis":"x","origin":[8.001,23.95395,8.24715]},"faces":{"north":{"uv":[8,3.5,9.5,7],"rotation":270,"texture":"#0"},"east":{"uv":[6.5,4.5,9,5.25],"rotation":270,"texture":"#0"},"south":{"uv":[8,3.5,9.5,7],"rotation":270,"texture":"#0"},"west":{"uv":[7,4.5,9.5,5.25],"rotation":270,"texture":"#0"},"up":{"uv":[8,3.5,9.5,7],"rotation":270,"texture":"#0"},"down":{"uv":[3,5.5,9,6.25],"rotation":180,"texture":"#0"}}},{"from":[5.756,24.45895,7.72715],"to":[10.246,26.94895,8.46715],"rotation":{"angle":22.5,"axis":"x","origin":[8.001,23.95395,8.24715]},"faces":{"north":{"uv":[7,4,9,6.5],"rotation":270,"texture":"#0"},"east":{"uv":[7,4,9.5,4.75],"rotation":270,"texture":"#0"},"south":{"uv":[7,4,9,6.5],"rotation":270,"texture":"#0"},"west":{"uv":[7,4,9.5,4.75],"rotation":270,"texture":"#0"},"up":{"uv":[7,4,9,6.5],"rotation":270,"texture":"#0"},"down":{"uv":[4,4.5,8.5,5.25],"rotation":180,"texture":"#0"}}},{"from":[7.499,19.749,8.20338],"to":[8.501,21.251,9.20538],"rotation":{"angle":0,"axis":"y","origin":[8,20.25,8.60219]},"faces":{"north":{"uv":[6.5,4.5,8,5.5],"rotation":270,"texture":"#0"},"east":{"uv":[6.5,4.5,8,5.5],"rotation":270,"texture":"#0"},"south":{"uv":[3,4,4.5,5],"rotation":270,"texture":"#0"},"west":{"uv":[6.5,4.5,8,5.5],"rotation":270,"texture":"#0"},"up":{"uv":[6.5,4.5,8,5.5],"rotation":270,"texture":"#0"},"down":{"uv":[6.5,4.5,8,5.5],"rotation":270,"texture":"#0"}}},{"from":[7.499,17.349,8.45338],"to":[8.501,19.351,9.45538],"rotation":{"angle":0,"axis":"y","origin":[8,17.85,8.85219]},"faces":{"north":{"uv":[1,4.5,3,5.5],"rotation":270,"texture":"#0"},"east":{"uv":[1,4.5,3,5.5],"rotation":270,"texture":"#0"},"south":{"uv":[1,5.5,3,6.5],"rotation":270,"texture":"#0"},"west":{"uv":[1,4.5,3,5.5],"rotation":270,"texture":"#0"},"up":{"uv":[1,4.5,3,5.5],"rotation":270,"texture":"#0"},"down":{"uv":[1,4.5,3,5.5],"rotation":270,"texture":"#0"}}},{"from":[8.2706,19.75,6.65328],"to":[9.2706,21.5,7.65328],"rotation":{"angle":-22.5,"axis":"y","origin":[8.7706,21,7.15328]},"faces":{"north":{"uv":[4.5,5.5,6.25,6.5],"rotation":270,"texture":"#0"},"east":{"uv":[4.5,5.5,6.25,6.5],"rotation":270,"texture":"#0"},"south":{"uv":[4.5,5.5,6.25,6.5],"rotation":270,"texture":"#0"},"west":{"uv":[4.5,5.5,6.25,6.5],"rotation":270,"texture":"#0"},"up":{"uv":[4.5,5.5,6.25,6.5],"rotation":270,"texture":"#0"},"down":{"uv":[4.5,5.5,6.25,6.5],"rotation":270,"texture":"#0"}}},{"from":[8.2706,17.6,6.40328],"to":[9.2706,19.35,7.40328],"rotation":{"angle":-22.5,"axis":"y","origin":[8.7706,19.1,6.90328]},"faces":{"north":{"uv":[2,4.5,3.75,5.5],"rotation":270,"texture":"#0"},"east":{"uv":[2,4.5,3.75,5.5],"rotation":270,"texture":"#0"},"south":{"uv":[2,4.5,3.75,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[2,4.5,3.75,5.5],"rotation":270,"texture":"#0"},"up":{"uv":[2,4.5,3.75,5.5],"rotation":270,"texture":"#0"},"down":{"uv":[2,4.5,3.75,5.5],"rotation":270,"texture":"#0"}}},{"from":[8.93688,19.773,7.08865],"to":[10.31088,21.247,8.46265],"rotation":{"angle":-45,"axis":"y","origin":[9.42388,20.76,7.57565]},"faces":{"north":{"uv":[3.5,4,4.9,5.5],"rotation":180,"texture":"#0"},"east":{"uv":[3,4,4.4,5.5],"rotation":90,"texture":"#0"},"south":{"uv":[6.5,4.5,7.9,6],"texture":"#0"},"west":{"uv":[6.5,4.5,7.9,6],"texture":"#0"},"up":{"uv":[6.5,4.5,7.9,6],"texture":"#0"},"down":{"uv":[6.5,4.5,7.9,6],"texture":"#0"}}},{"from":[8.98688,21.273,7.28865],"to":[9.96088,23.247,8.26265],"rotation":{"angle":-45,"axis":"y","origin":[9.47388,22.26,7.77565]},"faces":{"north":{"uv":[5.5,4.5,7.5,5.5],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,5,7.5,6],"rotation":270,"texture":"#0"},"south":{"uv":[5.5,5,7.5,6],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,5,7.5,6],"rotation":270,"texture":"#0"},"up":{"uv":[5.5,5,7.5,6],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,5,7.5,6],"rotation":270,"texture":"#0"}}},{"from":[6.03688,21.273,7.28865],"to":[7.01088,23.247,8.26265],"rotation":{"angle":-45,"axis":"y","origin":[6.52388,22.26,7.77565]},"faces":{"north":{"uv":[6,5.5,8,6.5],"rotation":270,"texture":"#0"},"east":{"uv":[6,5.5,8,6.5],"rotation":270,"texture":"#0"},"south":{"uv":[6,6.5,8,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[6,5.5,8,6.5],"rotation":270,"texture":"#0"},"up":{"uv":[6,5.5,8,6.5],"rotation":270,"texture":"#0"},"down":{"uv":[6,5.5,8,6.5],"rotation":270,"texture":"#0"}}},{"from":[6.08912,19.773,7.08865],"to":[7.46312,21.247,8.46265],"rotation":{"angle":-45,"axis":"y","origin":[6.57612,20.76,7.57565]},"faces":{"north":{"uv":[4,4.5,5.5,5.9],"rotation":270,"texture":"#0"},"east":{"uv":[4,4,5.5,5.4],"rotation":270,"texture":"#0"},"south":{"uv":[4,4,5.5,5.4],"rotation":270,"texture":"#0"},"west":{"uv":[4,5,5.5,6.4],"texture":"#0"},"up":{"uv":[5,4,6.5,5.4],"rotation":180,"texture":"#0"},"down":{"uv":[3.5,4.5,5,5.9],"rotation":270,"texture":"#0"}}},{"from":[6.57512,17.875,6.63168],"to":[9.42112,19.351,9.06768],"rotation":{"angle":0,"axis":"y","origin":[7.26312,18.613,7.56968]},"faces":{"north":{"uv":[2,4,4.46,6.87],"rotation":270,"texture":"#0"},"east":{"uv":[2,4,4.46,6.87],"rotation":270,"texture":"#0"},"south":{"uv":[2,4,4.46,6.87],"rotation":270,"texture":"#0"},"west":{"uv":[2,4,4.46,6.87],"rotation":270,"texture":"#0"},"up":{"uv":[2,4,4.46,6.87],"rotation":270,"texture":"#0"},"down":{"uv":[2,4,4.46,6.87],"rotation":270,"texture":"#0"}}},{"from":[6.262,17.975,6.88168],"to":[9.738,19.201,8.10768],"rotation":{"angle":0,"axis":"y","origin":[7.26312,18.613,7.56968]},"faces":{"north":{"uv":[10,0.5,13,3.5],"texture":"#0"},"east":{"uv":[10,0.5,13,3.5],"texture":"#0"},"south":{"uv":[10,0.5,13,3.5],"texture":"#0"},"west":{"uv":[10,0.5,13,3.5],"texture":"#0"},"up":{"uv":[10,0.5,13,3.5],"texture":"#0"},"down":{"uv":[10,0.5,13,3.5],"texture":"#0"}}},{"from":[6.76851,19.75,8.34988],"to":[7.76851,21.25,9.34988],"rotation":{"angle":-22.5,"axis":"y","origin":[8,20.25,8.60219]},"faces":{"north":{"uv":[5.5,5,7,6],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,5,7,6],"rotation":270,"texture":"#0"},"south":{"uv":[4,4,5.5,5],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,5,7,6],"rotation":270,"texture":"#0"},"up":{"uv":[5.5,5,7,6],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,5,7,6],"rotation":270,"texture":"#0"}}},{"from":[6.76851,17.35,8.59988],"to":[7.76851,19.35,9.59988],"rotation":{"angle":-22.5,"axis":"y","origin":[8,17.85,8.85219]},"faces":{"north":{"uv":[1,4.5,3,5.5],"rotation":270,"texture":"#0"},"east":{"uv":[1,4.5,3,5.5],"rotation":270,"texture":"#0"},"south":{"uv":[1,4.5,3,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[1,4.5,3,5.5],"rotation":270,"texture":"#0"},"up":{"uv":[1,4.5,3,5.5],"rotation":270,"texture":"#0"},"down":{"uv":[1,4.5,3,5.5],"rotation":270,"texture":"#0"}}},{"from":[6.7294,19.75,6.65328],"to":[7.7294,21.5,7.65328],"rotation":{"angle":22.5,"axis":"y","origin":[7.2294,21,7.15328]},"faces":{"north":{"uv":[4,4.5,5.75,5.5],"rotation":270,"texture":"#0"},"east":{"uv":[4,4.5,5.75,5.5],"rotation":270,"texture":"#0"},"south":{"uv":[4,4.5,5.75,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[4,4.5,5.75,5.5],"rotation":270,"texture":"#0"},"up":{"uv":[4,4.5,5.75,5.5],"rotation":270,"texture":"#0"},"down":{"uv":[4,4.5,5.75,5.5],"rotation":270,"texture":"#0"}}},{"from":[6.7294,17.6,6.40328],"to":[7.7294,19.35,7.40328],"rotation":{"angle":22.5,"axis":"y","origin":[7.2294,19.1,6.90328]},"faces":{"north":{"uv":[2.5,5.5,4.25,6.5],"rotation":270,"texture":"#0"},"east":{"uv":[2.5,5.5,4.25,6.5],"rotation":270,"texture":"#0"},"south":{"uv":[2.5,5.5,4.25,6.5],"rotation":270,"texture":"#0"},"west":{"uv":[2.5,5.5,4.25,6.5],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,5.5,4.25,6.5],"rotation":270,"texture":"#0"},"down":{"uv":[2.5,5.5,4.25,6.5],"rotation":270,"texture":"#0"}}},{"from":[8.23149,19.75,8.34988],"to":[9.23149,21.25,9.34988],"rotation":{"angle":22.5,"axis":"y","origin":[8,20.25,8.60219]},"faces":{"north":{"uv":[5.5,5,7,6],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,5,7,6],"rotation":270,"texture":"#0"},"south":{"uv":[3.5,4,5,5],"rotation":270,"texture":"#0"},"west":{"uv":[5.5,5,7,6],"rotation":270,"texture":"#0"},"up":{"uv":[5.5,5,7,6],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,5,7,6],"rotation":270,"texture":"#0"}}},{"from":[8.23149,17.35,8.59988],"to":[9.23149,19.35,9.59988],"rotation":{"angle":22.5,"axis":"y","origin":[8,17.85,8.85219]},"faces":{"north":{"uv":[1,4.5,3,5.5],"rotation":270,"texture":"#0"},"east":{"uv":[1,4.5,3,5.5],"rotation":270,"texture":"#0"},"south":{"uv":[1,4.5,3,5.5],"rotation":270,"texture":"#0"},"west":{"uv":[1,4.5,3,5.5],"rotation":270,"texture":"#0"},"up":{"uv":[1,4.5,3,5.5],"rotation":270,"texture":"#0"},"down":{"uv":[1,4.5,3,5.5],"rotation":270,"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,71,0],"translation":[-0.5,9,1.25]},"thirdperson_lefthand":{"rotation":[0,71,0],"translation":[-0.5,9,1.25]},"firstperson_righthand":{"rotation":[-13,110,0],"translation":[0,3,2.25],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[-13,110,0],"translation":[0.5,3,2.25],"scale":[0.6,0.6,0.6]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.8,0.8,0.8]},"gui":{"rotation":[0,127,53],"translation":[0,0.75,0],"scale":[0.6,0.6,0.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/steampunk_wand.json b/assets/minecraft/models/item/wynn/skin/wand/steampunk_wand.json new file mode 100644 index 000000000..ea82b3482 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/steampunk_wand.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/steampunk_wand_texture","1":"skins/steampunk_wand_clock_animation_texture"},"elements":[{"from":[0,8.125,6.875],"to":[18.375,8.875,7.625],"faces":{"down":{"uv":[8.25,0.375,15.8125,0.875],"texture":"#0"},"up":{"uv":[8.25,0.375,15.8125,0.875],"texture":"#0"},"north":{"uv":[8.625,0.6875,15.8125,1.375],"texture":"#0"},"south":{"uv":[8.625,0.6875,15.8125,1.375],"texture":"#0"},"west":{"uv":[13.1875,0.75,13.9375,1.5],"texture":"#0"},"east":{"uv":[13.1875,0.75,13.9375,1.5],"texture":"#0"}}},{"from":[-6.4375,7.75,6.5],"to":[-5.75,9.25,8],"faces":{"down":{"uv":[9.6875,6.125,10.375,7.625],"texture":"#0"},"up":{"uv":[9.6875,6.125,10.375,7.625],"texture":"#0"},"north":{"uv":[11.5625,6.3125,12.25,7.8125],"texture":"#0"},"south":{"uv":[11.5625,6.3125,12.25,7.8125],"texture":"#0"},"west":{"uv":[12.25,6.3125,13.75,7.8125],"texture":"#0"},"east":{"uv":[12.25,6.3125,13.75,7.8125],"texture":"#0"}}},{"from":[-5.5625,7.875,6.625],"to":[-4.0625,9.125,7.875],"faces":{"down":{"uv":[9.6875,2.25,10.6875,3.75],"texture":"#0"},"up":{"uv":[9.6875,2.25,10.6875,3.75],"texture":"#0"},"north":{"uv":[12.875,2.25,13.875,3.75],"texture":"#0"},"south":{"uv":[12.875,2.25,13.875,3.75],"texture":"#0"},"west":{"uv":[12.1875,2.1875,13.6875,3.6875],"texture":"#0"},"east":{"uv":[12.1875,2.1875,13.6875,3.6875],"texture":"#0"}}},{"from":[-4.0625,8,6.75],"to":[-2.4375,9,7.75],"faces":{"down":{"uv":[9.6875,2.25,10.6875,3.75],"texture":"#0"},"up":{"uv":[9.6875,2.25,10.6875,3.75],"texture":"#0"},"north":{"uv":[12.875,2.25,13.875,3.75],"texture":"#0"},"south":{"uv":[12.875,2.25,13.875,3.75],"texture":"#0"},"west":{"uv":[12.1875,2.1875,13.6875,3.6875],"texture":"#0"},"east":{"uv":[12.1875,2.1875,13.6875,3.6875],"texture":"#0"}}},{"from":[-2.4375,7.875,6.625],"to":[-0.9375,9.125,7.875],"faces":{"down":{"uv":[9.6875,2.25,10.6875,3.75],"texture":"#0"},"up":{"uv":[9.6875,2.25,10.6875,3.75],"texture":"#0"},"north":{"uv":[12.875,2.25,13.875,3.75],"texture":"#0"},"south":{"uv":[12.875,2.25,13.875,3.75],"texture":"#0"},"west":{"uv":[12.1875,2.1875,13.6875,3.6875],"texture":"#0"},"east":{"uv":[12.1875,2.1875,13.6875,3.6875],"texture":"#0"}}},{"from":[-1,7.75,6.5],"to":[0,9.25,8],"faces":{"down":{"uv":[9.6875,6.3125,10.6875,7.8125],"texture":"#0"},"up":{"uv":[9.6875,6.3125,10.6875,7.8125],"texture":"#0"},"north":{"uv":[10.1875,6.125,11.1875,7.625],"texture":"#0"},"south":{"uv":[10.1875,6.125,11.1875,7.625],"texture":"#0"},"west":{"uv":[10.25,6.3125,11.75,7.8125],"texture":"#0"},"east":{"uv":[10.25,6.3125,11.75,7.8125],"texture":"#0"}}},{"from":[-0.375,7.625,6.5625],"to":[0,9.375,6.8125],"faces":{"down":{"uv":[11,6.125,11.375,7.875],"texture":"#0"},"up":{"uv":[11,6.125,11.375,7.875],"texture":"#0"},"north":{"uv":[9.0625,6.3125,10.125,7.0625],"texture":"#0"},"south":{"uv":[9.0625,6.3125,10.125,7.0625],"texture":"#0"},"west":{"uv":[10.375,6.8125,14.5625,7.375],"texture":"#0"},"east":{"uv":[10.375,6.8125,14.5625,7.375],"texture":"#0"}}},{"from":[0,8.0625,6.9375],"to":[18.375,8.9375,7.5625],"faces":{"down":{"uv":[8.25,0.375,15.8125,0.875],"texture":"#0"},"up":{"uv":[8.25,0.375,15.8125,0.875],"texture":"#0"},"north":{"uv":[8.625,0.6875,15.8125,1.375],"texture":"#0"},"south":{"uv":[8.625,0.6875,15.8125,1.375],"texture":"#0"},"west":{"uv":[13.1875,0.75,13.9375,1.5],"texture":"#0"},"east":{"uv":[13.1875,0.75,13.9375,1.5],"texture":"#0"}}},{"from":[-0.375,7.625,6.9375],"to":[0,9.375,7.1875],"faces":{"down":{"uv":[11,6.125,11.375,7.875],"texture":"#0"},"up":{"uv":[11,6.125,11.375,7.875],"texture":"#0"},"north":{"uv":[9.0625,6.3125,10.125,7.0625],"texture":"#0"},"south":{"uv":[9.0625,6.3125,10.125,7.0625],"texture":"#0"},"west":{"uv":[10.375,6.8125,14.5625,7.375],"texture":"#0"},"east":{"uv":[10.375,6.8125,14.5625,7.375],"texture":"#0"}}},{"from":[-0.375,7.625,7.3125],"to":[0,9.375,7.5625],"faces":{"down":{"uv":[11,6.125,11.375,7.875],"texture":"#0"},"up":{"uv":[11,6.125,11.375,7.875],"texture":"#0"},"north":{"uv":[9.0625,6.3125,10.125,7.0625],"texture":"#0"},"south":{"uv":[9.0625,6.3125,10.125,7.0625],"texture":"#0"},"west":{"uv":[10.375,6.8125,14.5625,7.375],"texture":"#0"},"east":{"uv":[10.375,6.8125,14.5625,7.375],"texture":"#0"}}},{"from":[-0.375,7.625,7.6875],"to":[0,9.375,7.9375],"faces":{"down":{"uv":[11,6.125,11.375,7.875],"texture":"#0"},"up":{"uv":[11,6.125,11.375,7.875],"texture":"#0"},"north":{"uv":[9.0625,6.3125,10.125,7.0625],"texture":"#0"},"south":{"uv":[9.0625,6.3125,10.125,7.0625],"texture":"#0"},"west":{"uv":[10.375,6.8125,14.5625,7.375],"texture":"#0"},"east":{"uv":[10.375,6.8125,14.5625,7.375],"texture":"#0"}}},{"from":[-0.375,8.9375,6.375],"to":[0,9.1875,8.125],"faces":{"down":{"uv":[11,6.125,11.375,7.875],"texture":"#0"},"up":{"uv":[11,6.125,11.375,7.875],"texture":"#0"},"north":{"uv":[9.0625,6.3125,10.125,7.0625],"texture":"#0"},"south":{"uv":[9.0625,6.3125,10.125,7.0625],"texture":"#0"},"west":{"uv":[10.375,6.8125,14.5625,7.375],"texture":"#0"},"east":{"uv":[10.375,6.8125,14.5625,7.375],"texture":"#0"}}},{"from":[-0.375,8.5625,6.375],"to":[0,8.8125,8.125],"faces":{"down":{"uv":[11,6.125,11.375,7.875],"texture":"#0"},"up":{"uv":[11,6.125,11.375,7.875],"texture":"#0"},"north":{"uv":[9.0625,6.3125,10.125,7.0625],"texture":"#0"},"south":{"uv":[9.0625,6.3125,10.125,7.0625],"texture":"#0"},"west":{"uv":[10.375,6.8125,14.5625,7.375],"texture":"#0"},"east":{"uv":[10.375,6.8125,14.5625,7.375],"texture":"#0"}}},{"from":[-0.375,8.1875,6.375],"to":[0,8.4375,8.125],"faces":{"down":{"uv":[11,6.125,11.375,7.875],"texture":"#0"},"up":{"uv":[11,6.125,11.375,7.875],"texture":"#0"},"north":{"uv":[9.0625,6.3125,10.125,7.0625],"texture":"#0"},"south":{"uv":[9.0625,6.3125,10.125,7.0625],"texture":"#0"},"west":{"uv":[10.375,6.8125,14.5625,7.375],"texture":"#0"},"east":{"uv":[10.375,6.8125,14.5625,7.375],"texture":"#0"}}},{"from":[-0.375,7.8125,6.375],"to":[0,8.0625,8.125],"faces":{"down":{"uv":[11,6.125,11.375,7.875],"texture":"#0"},"up":{"uv":[11,6.125,11.375,7.875],"texture":"#0"},"north":{"uv":[9.0625,6.3125,10.125,7.0625],"texture":"#0"},"south":{"uv":[9.0625,6.3125,10.125,7.0625],"texture":"#0"},"west":{"uv":[10.375,6.8125,14.5625,7.375],"texture":"#0"},"east":{"uv":[10.375,6.8125,14.5625,7.375],"texture":"#0"}}},{"from":[18.1875,8.125,6.9375],"to":[18.4375,8.875,7.5625],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[18.25,8.1875,7],"to":[18.5,8.8125,7.5],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[18.3125,8.25,7.0625],"to":[18.5625,8.75,7.4375],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[17.75,8,6.8125],"to":[17.875,9,7.6875],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[17.25,8,6.8125],"to":[17.375,9,7.6875],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[16.75,8,6.8125],"to":[16.875,9,7.6875],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[16.25,8,6.8125],"to":[16.375,9,7.6875],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[15.8125,8,6.8125],"to":[15.9375,9,7.6875],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[15.4375,8,6.8125],"to":[15.5625,9,7.6875],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[15,8,6.8125],"to":[15.125,9,7.6875],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[14.5,8,6.8125],"to":[14.625,9,7.6875],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[14,8,6.8125],"to":[14.125,9,7.6875],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[13.5,8,6.8125],"to":[13.625,9,7.6875],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[13,8,6.8125],"to":[13.125,9,7.6875],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[12.5,8,6.8125],"to":[12.625,9,7.6875],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[12,8,6.8125],"to":[12.125,9,7.6875],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[11.5,8,6.8125],"to":[11.625,9,7.6875],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[11,8,6.8125],"to":[11.125,9,7.6875],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[10.625,8,6.8125],"to":[10.75,9,7.6875],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[10.1875,8,6.8125],"to":[10.3125,9,7.6875],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[9.75,8,6.8125],"to":[9.875,9,7.6875],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[9.25,8,6.8125],"to":[9.375,9,7.6875],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[8.75,8,6.8125],"to":[8.875,9,7.6875],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[8.25,8,6.8125],"to":[8.375,9,7.6875],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[7.75,8,6.8125],"to":[7.875,9,7.6875],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[7.75,8,6.8125],"to":[7.875,9,7.6875],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[7.25,8,6.8125],"to":[7.375,9,7.6875],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[6.75,8,6.8125],"to":[6.875,9,7.6875],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[6.25,8,6.8125],"to":[6.375,9,7.6875],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[5.6875,8,6.8125],"to":[5.8125,9,7.6875],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[5.25,8,6.8125],"to":[5.375,9,7.6875],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[4.6875,8,6.8125],"to":[4.8125,9,7.6875],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[4.0625,8,6.8125],"to":[4.1875,9,7.6875],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[3.5,8,6.8125],"to":[3.625,9,7.6875],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[3,8,6.8125],"to":[3.125,9,7.6875],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[2.5,8,6.8125],"to":[2.625,9,7.6875],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[2,8,6.8125],"to":[2.125,9,7.6875],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[1.5,8,6.8125],"to":[1.625,9,7.6875],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[1,8,6.8125],"to":[1.125,9,7.6875],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[0.5,8,6.8125],"to":[0.625,9,7.6875],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[0.25,8,6.8125],"to":[0.375,9,7.6875],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[0,8,6.8125],"to":[0.125,9,7.6875],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[18,8,6.8125],"to":[18.125,9,7.6875],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[-4,9.25,6.5],"to":[-2.5,9.5,8],"faces":{"down":{"uv":[0,0,16,16],"texture":"#1"},"up":{"uv":[0,0,16,16],"rotation":270,"texture":"#1"},"north":{"uv":[1.9375,5.5,2.6875,6],"texture":"#1"},"south":{"uv":[1.9375,5.5,2.6875,6],"texture":"#1"},"west":{"uv":[1.25,5.4375,2.5,5.9375],"texture":"#1"},"east":{"uv":[1.25,5.4375,2.5,5.9375],"texture":"#1"}}},{"from":[-3.5,7.875,6.625],"to":[-3,9.25,7.875],"faces":{"down":{"uv":[10.5,4.3125,14.625,4.8125],"texture":"#0"},"up":{"uv":[10.5,4.3125,14.625,4.8125],"texture":"#0"},"north":{"uv":[9.375,4.75,13.25,5.3125],"texture":"#0"},"south":{"uv":[9.375,4.75,13.25,5.3125],"texture":"#0"},"west":{"uv":[9.1875,4.25,10.1875,5.25],"texture":"#0"},"east":{"uv":[9.1875,4.25,10.1875,5.25],"texture":"#0"}}},{"from":[-4.3125,9.5,6.25],"to":[-2.1875,9.75,6.5],"faces":{"down":{"uv":[10.5,4.3125,14.625,4.8125],"texture":"#0"},"up":{"uv":[10.5,4.3125,14.625,4.8125],"texture":"#0"},"north":{"uv":[9.375,4.75,13.25,5.3125],"texture":"#0"},"south":{"uv":[9.375,4.75,13.25,5.3125],"texture":"#0"},"west":{"uv":[9.1875,4.25,10.1875,5.25],"texture":"#0"},"east":{"uv":[9.1875,4.25,10.1875,5.25],"texture":"#0"}}},{"from":[-4.3125,9.5,8],"to":[-2.1875,9.75,8.25],"faces":{"down":{"uv":[10.5,4.3125,14.625,4.8125],"texture":"#0"},"up":{"uv":[10.5,4.3125,14.625,4.8125],"texture":"#0"},"north":{"uv":[9.375,4.75,13.25,5.3125],"texture":"#0"},"south":{"uv":[9.375,4.75,13.25,5.3125],"texture":"#0"},"west":{"uv":[9.1875,4.25,10.1875,5.25],"texture":"#0"},"east":{"uv":[9.1875,4.25,10.1875,5.25],"texture":"#0"}}},{"from":[-4.3125,9.5,6.5],"to":[-4,9.75,8],"faces":{"down":{"uv":[10.5,4.3125,14.625,4.8125],"texture":"#0"},"up":{"uv":[10.5,4.3125,14.625,4.8125],"texture":"#0"},"north":{"uv":[9.375,4.75,13.25,5.3125],"texture":"#0"},"south":{"uv":[9.375,4.75,13.25,5.3125],"texture":"#0"},"west":{"uv":[9.1875,4.25,10.1875,5.25],"texture":"#0"},"east":{"uv":[9.1875,4.25,10.1875,5.25],"texture":"#0"}}},{"from":[-2.5,9.5,6.5],"to":[-2.1875,9.75,8],"faces":{"down":{"uv":[10.5,4.3125,14.625,4.8125],"texture":"#0"},"up":{"uv":[10.5,4.3125,14.625,4.8125],"texture":"#0"},"north":{"uv":[9.375,4.75,13.25,5.3125],"texture":"#0"},"south":{"uv":[9.375,4.75,13.25,5.3125],"texture":"#0"},"west":{"uv":[9.1875,4.25,10.1875,5.25],"texture":"#0"},"east":{"uv":[9.1875,4.25,10.1875,5.25],"texture":"#0"}}},{"from":[-5.75,7.8125,6.5625],"to":[-4.9375,9.1875,7.9375],"faces":{"down":{"uv":[9.6875,2.25,10.6875,3.75],"texture":"#0"},"up":{"uv":[9.6875,2.25,10.6875,3.75],"texture":"#0"},"north":{"uv":[12.875,2.25,13.875,3.75],"texture":"#0"},"south":{"uv":[12.875,2.25,13.875,3.75],"texture":"#0"},"west":{"uv":[12.1875,2.1875,13.6875,3.6875],"texture":"#0"},"east":{"uv":[12.1875,2.1875,13.6875,3.6875],"texture":"#0"}}},{"from":[-1.6875,7.8125,6.5625],"to":[-1,9.1875,7.9375],"faces":{"down":{"uv":[9.6875,2.25,10.6875,3.75],"texture":"#0"},"up":{"uv":[9.6875,2.25,10.6875,3.75],"texture":"#0"},"north":{"uv":[12.875,2.25,13.875,3.75],"texture":"#0"},"south":{"uv":[12.875,2.25,13.875,3.75],"texture":"#0"},"west":{"uv":[12.1875,2.1875,13.6875,3.6875],"texture":"#0"},"east":{"uv":[12.1875,2.1875,13.6875,3.6875],"texture":"#0"}}},{"from":[-6.625,7.8125,6.5625],"to":[-6.1875,9.1875,7.9375],"faces":{"down":{"uv":[9.6875,6.125,10.375,7.625],"texture":"#0"},"up":{"uv":[9.6875,6.125,10.375,7.625],"texture":"#0"},"north":{"uv":[11.5625,6.3125,12.25,7.8125],"texture":"#0"},"south":{"uv":[11.5625,6.3125,12.25,7.8125],"texture":"#0"},"west":{"uv":[12.25,6.3125,13.75,7.8125],"texture":"#0"},"east":{"uv":[12.25,6.3125,13.75,7.8125],"texture":"#0"}}},{"from":[-6.75,7.875,6.625],"to":[-6.25,9.125,7.875],"faces":{"down":{"uv":[9.6875,6.125,10.375,7.625],"texture":"#0"},"up":{"uv":[9.6875,6.125,10.375,7.625],"texture":"#0"},"north":{"uv":[11.5625,6.3125,12.25,7.8125],"texture":"#0"},"south":{"uv":[11.5625,6.3125,12.25,7.8125],"texture":"#0"},"west":{"uv":[12.25,6.3125,13.75,7.8125],"texture":"#0"},"east":{"uv":[12.25,6.3125,13.75,7.8125],"texture":"#0"}}},{"from":[-6.8125,7.9375,6.6875],"to":[-6.3125,9.0625,7.8125],"faces":{"down":{"uv":[9.6875,6.125,10.375,7.625],"texture":"#0"},"up":{"uv":[9.6875,6.125,10.375,7.625],"texture":"#0"},"north":{"uv":[11.5625,6.3125,12.25,7.8125],"texture":"#0"},"south":{"uv":[11.5625,6.3125,12.25,7.8125],"texture":"#0"},"west":{"uv":[12.25,6.3125,13.75,7.8125],"texture":"#0"},"east":{"uv":[12.25,6.3125,13.75,7.8125],"texture":"#0"}}},{"from":[-6.875,8,6.75],"to":[-6.4375,9,7.75],"faces":{"down":{"uv":[9.6875,6.125,10.375,7.625],"texture":"#0"},"up":{"uv":[9.6875,6.125,10.375,7.625],"texture":"#0"},"north":{"uv":[11.5625,6.3125,12.25,7.8125],"texture":"#0"},"south":{"uv":[11.5625,6.3125,12.25,7.8125],"texture":"#0"},"west":{"uv":[12.25,6.3125,13.75,7.8125],"texture":"#0"},"east":{"uv":[12.25,6.3125,13.75,7.8125],"texture":"#0"}}},{"from":[-2.375,8.125,5.75],"to":[-1.75,8.875,7.5],"rotation":{"origin":[-2.375,8.125,5.75],"axis":"y","angle":45},"faces":{"down":{"uv":[9,3.1875,15.25,3.9375],"texture":"#0"},"up":{"uv":[9,3.1875,15.25,3.9375],"texture":"#0"},"north":{"uv":[9.3125,2.125,15.5625,2.875],"texture":"#0"},"south":{"uv":[9.3125,2.125,15.5625,2.875],"texture":"#0"},"west":{"uv":[12.1875,2.25,12.9375,3],"texture":"#0"},"east":{"uv":[12.1875,2.25,12.9375,3],"texture":"#0"}}},{"from":[-8.125,8.125,5.3125],"to":[-1.875,8.875,6.0625],"faces":{"down":{"uv":[9,3.1875,15.25,3.9375],"texture":"#0"},"up":{"uv":[9,3.1875,15.25,3.9375],"texture":"#0"},"north":{"uv":[9.3125,2.125,15.5625,2.875],"texture":"#0"},"south":{"uv":[9.3125,2.125,15.5625,2.875],"texture":"#0"},"west":{"uv":[12.1875,2.25,12.9375,3],"texture":"#0"},"east":{"uv":[12.1875,2.25,12.9375,3],"texture":"#0"}}},{"from":[-9.5625,8.125,5.375],"to":[-7.9375,8.875,5.4375],"rotation":{"origin":[-9.5625,8.125,5.375],"axis":"y","angle":-22.5},"faces":{"down":{"uv":[9,3.1875,15.25,3.9375],"texture":"#0"},"up":{"uv":[9,3.1875,15.25,3.9375],"texture":"#0"},"north":{"uv":[9.3125,2.125,15.5625,2.875],"texture":"#0"},"south":{"uv":[9.3125,2.125,15.5625,2.875],"texture":"#0"},"west":{"uv":[12.1875,2.25,12.9375,3],"texture":"#0"},"east":{"uv":[12.1875,2.25,12.9375,3],"texture":"#0"}}},{"from":[-9.5625,8.125,5.3125],"to":[-8.125,8.875,5.375],"faces":{"down":{"uv":[9,3.1875,15.25,3.9375],"texture":"#0"},"up":{"uv":[9,3.1875,15.25,3.9375],"texture":"#0"},"north":{"uv":[9.3125,2.125,15.5625,2.875],"texture":"#0"},"south":{"uv":[9.3125,2.125,15.5625,2.875],"texture":"#0"},"west":{"uv":[12.1875,2.25,12.9375,3],"texture":"#0"},"east":{"uv":[12.1875,2.25,12.9375,3],"texture":"#0"}}},{"from":[-9.0625,8.125,5.375],"to":[-8.125,8.875,5.5625],"faces":{"down":{"uv":[9,3.1875,15.25,3.9375],"texture":"#0"},"up":{"uv":[9,3.1875,15.25,3.9375],"texture":"#0"},"north":{"uv":[9.3125,2.125,15.5625,2.875],"texture":"#0"},"south":{"uv":[9.3125,2.125,15.5625,2.875],"texture":"#0"},"west":{"uv":[12.1875,2.25,12.9375,3],"texture":"#0"},"east":{"uv":[12.1875,2.25,12.9375,3],"texture":"#0"}}},{"from":[-8.6875,8.125,5.5625],"to":[-7.75,8.875,5.75],"faces":{"down":{"uv":[9,3.1875,15.25,3.9375],"texture":"#0"},"up":{"uv":[9,3.1875,15.25,3.9375],"texture":"#0"},"north":{"uv":[9.3125,2.125,15.5625,2.875],"texture":"#0"},"south":{"uv":[9.3125,2.125,15.5625,2.875],"texture":"#0"},"west":{"uv":[12.1875,2.25,12.9375,3],"texture":"#0"},"east":{"uv":[12.1875,2.25,12.9375,3],"texture":"#0"}}},{"from":[-9.5625,8.125,5.375],"to":[-7.9375,8.875,5.4375],"rotation":{"origin":[-9.5625,8.125,5.375],"axis":"y","angle":-22.5},"faces":{"down":{"uv":[15.8125,7.375,15.3125,6.0625],"texture":"#0"},"up":{"uv":[0.1875,6.0625,0.6875,7.375],"texture":"#0"},"north":{"uv":[15.3125,6.9375,15.8125,7.6875],"texture":"#0"},"south":{"uv":[0.1875,6.9375,0.6875,7.6875],"texture":"#0"},"west":{"uv":[6.0625,6.9375,7.375,7.6875],"texture":"#0"},"east":{"uv":[8.625,6.9375,9.9375,7.6875],"texture":"#0"}}},{"from":[-9.125,8.125,5.3125],"to":[-7.9375,8.875,5.5625],"rotation":{"origin":[-9.125,8.125,5.3125],"axis":"y","angle":-22.5},"faces":{"down":{"uv":[9,3.1875,15.25,3.9375],"texture":"#0"},"up":{"uv":[9,3.1875,15.25,3.9375],"texture":"#0"},"north":{"uv":[9.3125,2.125,15.5625,2.875],"texture":"#0"},"south":{"uv":[9.3125,2.125,15.5625,2.875],"texture":"#0"},"west":{"uv":[12.1875,2.25,12.9375,3],"texture":"#0"},"east":{"uv":[12.1875,2.25,12.9375,3],"texture":"#0"}}},{"from":[-9.5625,8.125,5.375],"to":[-8.625,8.875,5.4375],"faces":{"down":{"uv":[9,3.1875,15.25,3.9375],"texture":"#0"},"up":{"uv":[9,3.1875,15.25,3.9375],"texture":"#0"},"north":{"uv":[9.3125,2.125,15.5625,2.875],"texture":"#0"},"south":{"uv":[9.3125,2.125,15.5625,2.875],"texture":"#0"},"west":{"uv":[12.1875,2.25,12.9375,3],"texture":"#0"},"east":{"uv":[12.1875,2.25,12.9375,3],"texture":"#0"}}},{"from":[-9.25,8.125,5.4375],"to":[-8.9375,8.875,5.5625],"faces":{"down":{"uv":[9,3.1875,15.25,3.9375],"texture":"#0"},"up":{"uv":[9,3.1875,15.25,3.9375],"texture":"#0"},"north":{"uv":[9.3125,2.125,15.5625,2.875],"texture":"#0"},"south":{"uv":[9.3125,2.125,15.5625,2.875],"texture":"#0"},"west":{"uv":[12.1875,2.25,12.9375,3],"texture":"#0"},"east":{"uv":[12.1875,2.25,12.9375,3],"texture":"#0"}}},{"from":[-9.4375,8.125,5.375],"to":[-9.125,8.875,5.4375],"faces":{"down":{"uv":[9,3.1875,15.25,3.9375],"texture":"#0"},"up":{"uv":[9,3.1875,15.25,3.9375],"texture":"#0"},"north":{"uv":[9.3125,2.125,15.5625,2.875],"texture":"#0"},"south":{"uv":[9.3125,2.125,15.5625,2.875],"texture":"#0"},"west":{"uv":[12.1875,2.25,12.9375,3],"texture":"#0"},"east":{"uv":[12.1875,2.25,12.9375,3],"texture":"#0"}}},{"from":[-9.4175,8.125,5.4375],"to":[-9.105,8.875,5.5],"faces":{"down":{"uv":[9,3.1875,15.25,3.9375],"texture":"#0"},"up":{"uv":[9,3.1875,15.25,3.9375],"texture":"#0"},"north":{"uv":[9.3125,2.125,15.5625,2.875],"texture":"#0"},"south":{"uv":[9.3125,2.125,15.5625,2.875],"texture":"#0"},"west":{"uv":[12.1875,2.25,12.9375,3],"texture":"#0"},"east":{"uv":[12.1875,2.25,12.9375,3],"texture":"#0"}}},{"from":[0,8.25,7.625],"to":[0.375,8.6875,8.875],"faces":{"down":{"uv":[2.625,11.375,6.375,12],"texture":"#0"},"up":{"uv":[1.6875,9.5625,5.4375,10.1875],"texture":"#0"},"north":{"uv":[1.625,9.3125,5.375,9.875],"texture":"#0"},"south":{"uv":[3,11.75,6.75,12.3125],"texture":"#0"},"west":{"uv":[5.9375,9.875,6.5625,10.4375],"texture":"#0"},"east":{"uv":[4.8125,10.625,5.4375,11.1875],"texture":"#0"}}},{"from":[-3.3125,8.1875,9.8125],"to":[0.4375,8.75,10.4375],"rotation":{"origin":[-3.3125,8.1875,9.8125],"axis":"y","angle":22.5},"faces":{"down":{"uv":[2.625,11.375,6.375,12],"texture":"#0"},"up":{"uv":[1.6875,9.5625,5.4375,10.1875],"texture":"#0"},"north":{"uv":[1.625,9.3125,5.375,9.875],"texture":"#0"},"south":{"uv":[3,11.75,6.75,12.3125],"texture":"#0"},"west":{"uv":[5.9375,9.875,6.5625,10.4375],"texture":"#0"},"east":{"uv":[4.8125,10.625,5.4375,11.1875],"texture":"#0"}}},{"from":[-6.75,8.1875,8.25],"to":[-4.375,8.75,8.875],"rotation":{"origin":[-6.75,8.1875,8.25],"axis":"y","angle":-45},"faces":{"down":{"uv":[2.625,11.375,6.375,12],"texture":"#0"},"up":{"uv":[1.6875,9.5625,5.4375,10.1875],"texture":"#0"},"north":{"uv":[1.625,9.3125,5.375,9.875],"texture":"#0"},"south":{"uv":[3,11.75,6.75,12.3125],"texture":"#0"},"west":{"uv":[5.9375,9.875,6.5625,10.4375],"texture":"#0"},"east":{"uv":[4.8125,10.625,5.4375,11.1875],"texture":"#0"}}},{"from":[-5.5,8.1875,9.75],"to":[-3,8.75,10.375],"faces":{"down":{"uv":[2.625,11.375,6.375,12],"texture":"#0"},"up":{"uv":[1.6875,9.5625,5.4375,10.1875],"texture":"#0"},"north":{"uv":[1.625,9.3125,5.375,9.875],"texture":"#0"},"south":{"uv":[3,11.75,6.75,12.3125],"texture":"#0"},"west":{"uv":[5.9375,9.875,6.5625,10.4375],"texture":"#0"},"east":{"uv":[4.8125,10.625,5.4375,11.1875],"texture":"#0"}}},{"from":[-7.1875,8.25,7.4375],"to":[-6.875,8.6875,8.6875],"faces":{"down":{"uv":[2.625,11.375,6.375,12],"texture":"#0"},"up":{"uv":[1.6875,9.5625,5.4375,10.1875],"texture":"#0"},"north":{"uv":[1.625,9.3125,5.375,9.875],"texture":"#0"},"south":{"uv":[3,11.75,6.75,12.3125],"texture":"#0"},"west":{"uv":[5.9375,9.875,6.5625,10.4375],"texture":"#0"},"east":{"uv":[4.8125,10.625,5.4375,11.1875],"texture":"#0"}}},{"from":[-7,8,6.75],"to":[-6.875,9,7.75],"faces":{"down":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"up":{"uv":[4.9375,10.75,5.3125,12.6875],"texture":"#0"},"north":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"south":{"uv":[6.125,11.6875,6.4375,13.375],"texture":"#0"},"west":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"},"east":{"uv":[3.9375,10.3125,6.4375,12.6875],"texture":"#0"}}},{"from":[-4.625,9.4375,7],"to":[-4.25,9.8125,7.4375],"faces":{"down":{"uv":[2.375,0.3125,3.6875,1.75],"texture":"#0"},"up":{"uv":[2.375,0.3125,3.6875,1.75],"texture":"#0"},"north":{"uv":[2.6875,0.375,4,1.5],"texture":"#0"},"south":{"uv":[2.6875,0.375,4,1.5],"texture":"#0"},"west":{"uv":[4.4375,0.4375,5.75,1.75],"texture":"#0"},"east":{"uv":[4.4375,0.4375,5.75,1.75],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[180,0,90],"translation":[0.94,-0.94,0.56],"scale":[2,2,2]},"thirdperson_lefthand":{"rotation":[180,180,-90],"translation":[0.94,-0.76,3.59],"scale":[2,2,2]},"firstperson_righthand":{"rotation":[-7,-170,-91],"translation":[8.88,-10.02,-12.28],"scale":[2,2,2.39]},"firstperson_lefthand":{"rotation":[-7,14,95],"translation":[11.72,-6.43,-8.69],"scale":[2,2,2.39]},"gui":{"rotation":[-84,-139,-156],"translation":[1.32,-2.65,0.19],"scale":[0.76,0.76,0.76]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/swordfish_wand.json b/assets/minecraft/models/item/wynn/skin/wand/swordfish_wand.json new file mode 100644 index 000000000..9f6407839 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/swordfish_wand.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"particle":"skins/food_set_1/swordfish_sword","texture":"skins/food_set_1/swordfish_sword"},"elements":[{"from":[4.5,7.5,6.875],"to":[14,8,9.125],"faces":{"down":{"uv":[4.5,8.5,14,8],"texture":"#texture"},"up":{"uv":[4.5,8,14,8.5],"texture":"#texture"},"north":{"uv":[14,8,4.5,8.5],"texture":"#texture"},"south":{"uv":[4.5,8,14,8.5],"texture":"#texture"},"west":{"uv":[4.5,8,5,8.5],"texture":"#texture"},"east":{"uv":[14,8,13.5,8.5],"texture":"#texture"}}},{"from":[5,7,6.875],"to":[13,7.5,9.125],"faces":{"down":{"uv":[5,9,13,8.5],"texture":"#texture"},"up":{"uv":[5,8.5,13,9],"texture":"#texture"},"north":{"uv":[13,8.5,5,9],"texture":"#texture"},"south":{"uv":[5,8.5,13,9],"texture":"#texture"},"west":{"uv":[5,8.5,5.5,9],"texture":"#texture"},"east":{"uv":[13,8.5,12.5,9],"texture":"#texture"}}},{"from":[5.5,6.5,6.875],"to":[10.5,7,9.125],"faces":{"down":{"uv":[5.5,9.5,10.5,9],"texture":"#texture"},"up":{"uv":[5.5,9,10.5,9.5],"texture":"#texture"},"north":{"uv":[10.5,9,5.5,9.5],"texture":"#texture"},"south":{"uv":[5.5,9,10.5,9.5],"texture":"#texture"},"west":{"uv":[5.5,9,6,9.5],"texture":"#texture"},"east":{"uv":[10.5,9,10,9.5],"texture":"#texture"}}},{"from":[6,8,6.875],"to":[11.5,8.5,9.125],"faces":{"down":{"uv":[6,8,11.5,7.5],"texture":"#texture"},"up":{"uv":[6,7.5,11.5,8],"texture":"#texture"},"north":{"uv":[11.5,7.5,6,8],"texture":"#texture"},"south":{"uv":[6,7.5,11.5,8],"texture":"#texture"},"west":{"uv":[6,7.5,6.5,8],"texture":"#texture"},"east":{"uv":[11.5,7.5,11,8],"texture":"#texture"}}},{"from":[6.5,8.5,6.875],"to":[8,9,9.125],"faces":{"down":{"uv":[6.5,7.5,8,7],"texture":"#texture"},"up":{"uv":[6.5,7,8,7.5],"texture":"#texture"},"north":{"uv":[8,7,6.5,7.5],"texture":"#texture"},"south":{"uv":[6.5,7,8,7.5],"texture":"#texture"},"west":{"uv":[6.5,7,7,7.5],"texture":"#texture"},"east":{"uv":[8,7,7.5,7.5],"texture":"#texture"}}},{"from":[6.5,6,6.875],"to":[7,6.5,9.125],"faces":{"down":{"uv":[6.5,10,7,9.5],"texture":"#texture"},"up":{"uv":[6.5,9.5,7,10],"texture":"#texture"},"north":{"uv":[7,9.5,6.5,10],"texture":"#texture"},"south":{"uv":[6.5,9.5,7,10],"texture":"#texture"},"west":{"uv":[6.5,9.5,7,10],"texture":"#texture"},"east":{"uv":[7,9.5,6.5,10],"texture":"#texture"}}},{"from":[7,9,6.875],"to":[7.5,9.5,9.125],"faces":{"down":{"uv":[7,7,7.5,6.5],"texture":"#texture"},"up":{"uv":[7,6.5,7.5,7],"texture":"#texture"},"north":{"uv":[7.5,6.5,7,7],"texture":"#texture"},"south":{"uv":[7,6.5,7.5,7],"texture":"#texture"},"west":{"uv":[7,6.5,7.5,7],"texture":"#texture"},"east":{"uv":[7.5,6.5,7,7],"texture":"#texture"}}},{"from":[3.5,7.5,7.125],"to":[14.5,8,8.875],"faces":{"down":{"uv":[3.5,8.5,14.5,8],"texture":"#texture"},"up":{"uv":[3.5,8,14.5,8.5],"texture":"#texture"},"north":{"uv":[14.5,8,3.5,8.5],"texture":"#texture"},"south":{"uv":[3.5,8,14.5,8.5],"texture":"#texture"},"west":{"uv":[3.5,8,4,8.5],"texture":"#texture"},"east":{"uv":[14.5,8,14,8.5],"texture":"#texture"}}},{"from":[4,6.5,7.125],"to":[13,7,8.875],"faces":{"down":{"uv":[4,9.5,13,9],"texture":"#texture"},"up":{"uv":[4,9,13,9.5],"texture":"#texture"},"north":{"uv":[13,9,4,9.5],"texture":"#texture"},"south":{"uv":[4,9,13,9.5],"texture":"#texture"},"west":{"uv":[4,9,4.5,9.5],"texture":"#texture"},"east":{"uv":[13,9,12.5,9.5],"texture":"#texture"}}},{"from":[4.5,8,7.125],"to":[14,8.5,8.875],"faces":{"down":{"uv":[4.5,8,14,7.5],"texture":"#texture"},"up":{"uv":[4.5,7.5,14,8],"texture":"#texture"},"north":{"uv":[14,7.5,4.5,8],"texture":"#texture"},"south":{"uv":[4.5,7.5,14,8],"texture":"#texture"},"west":{"uv":[4.5,7.5,5,8],"texture":"#texture"},"east":{"uv":[14,7.5,13.5,8],"texture":"#texture"}}},{"from":[4.5,7,7.125],"to":[15,7.5,8.875],"faces":{"down":{"uv":[4.5,9,15,8.5],"texture":"#texture"},"up":{"uv":[4.5,8.5,15,9],"texture":"#texture"},"north":{"uv":[15,8.5,4.5,9],"texture":"#texture"},"south":{"uv":[4.5,8.5,15,9],"texture":"#texture"},"west":{"uv":[4.5,8.5,5,9],"texture":"#texture"},"east":{"uv":[15,8.5,14.5,9],"texture":"#texture"}}},{"from":[5.5,6,7.125],"to":[10.5,6.5,8.875],"faces":{"down":{"uv":[5.5,10,10.5,9.5],"texture":"#texture"},"up":{"uv":[5.5,9.5,10.5,10],"texture":"#texture"},"north":{"uv":[10.5,9.5,5.5,10],"texture":"#texture"},"south":{"uv":[5.5,9.5,10.5,10],"texture":"#texture"},"west":{"uv":[5.5,9.5,6,10],"texture":"#texture"},"east":{"uv":[10.5,9.5,10,10],"texture":"#texture"}}},{"from":[6,8.5,7.125],"to":[11.5,9,8.875],"faces":{"down":{"uv":[6,7.5,11.5,7],"texture":"#texture"},"up":{"uv":[6,7,11.5,7.5],"texture":"#texture"},"north":{"uv":[11.5,7,6,7.5],"texture":"#texture"},"south":{"uv":[6,7,11.5,7.5],"texture":"#texture"},"west":{"uv":[6,7,6.5,7.5],"texture":"#texture"},"east":{"uv":[11.5,7,11,7.5],"texture":"#texture"}}},{"from":[6.5,9,7.125],"to":[7.5,11,8.875],"faces":{"down":{"uv":[6.5,7,7.5,6.5],"texture":"#texture"},"up":{"uv":[6.5,5,7.5,5.5],"texture":"#texture"},"north":{"uv":[7.5,5,6.5,7],"texture":"#texture"},"south":{"uv":[6.5,5,7.5,7],"texture":"#texture"},"west":{"uv":[6.5,5,7,7],"texture":"#texture"},"east":{"uv":[7.5,5,7,7],"texture":"#texture"}}},{"from":[6.5,5.5,7.5],"to":[7,6,8.5],"faces":{"down":{"uv":[6.5,10.5,7,10],"texture":"#texture"},"up":{"uv":[6.5,10,7,10.5],"texture":"#texture"},"north":{"uv":[7,10,6.5,10.5],"texture":"#texture"},"south":{"uv":[6.5,10,7,10.5],"texture":"#texture"},"west":{"uv":[6.5,10,7,10.5],"texture":"#texture"},"east":{"uv":[7,10,6.5,10.5],"texture":"#texture"}}},{"from":[7.5,9,7.125],"to":[8,9.5,8.875],"faces":{"down":{"uv":[7.5,7,8,6.5],"texture":"#texture"},"up":{"uv":[7.5,6.5,8,7],"texture":"#texture"},"north":{"uv":[8,6.5,7.5,7],"texture":"#texture"},"south":{"uv":[7.5,6.5,8,7],"texture":"#texture"},"west":{"uv":[7.5,6.5,8,7],"texture":"#texture"},"east":{"uv":[8,6.5,7.5,7],"texture":"#texture"}}},{"from":[14,8.5,7.125],"to":[14.5,9,8.875],"faces":{"down":{"uv":[14,7.5,14.5,7],"texture":"#texture"},"up":{"uv":[14,7,14.5,7.5],"texture":"#texture"},"north":{"uv":[14.5,7,14,7.5],"texture":"#texture"},"south":{"uv":[14,7,14.5,7.5],"texture":"#texture"},"west":{"uv":[14,7,14.5,7.5],"texture":"#texture"},"east":{"uv":[14.5,7,14,7.5],"texture":"#texture"}}},{"from":[14.5,9,7.125],"to":[15,10,8.875],"faces":{"down":{"uv":[14.5,7,15,6.5],"texture":"#texture"},"up":{"uv":[14.5,6,15,6.5],"texture":"#texture"},"north":{"uv":[15,6,14.5,7],"texture":"#texture"},"south":{"uv":[14.5,6,15,7],"texture":"#texture"},"west":{"uv":[14.5,6,15,7],"texture":"#texture"},"east":{"uv":[15,6,14.5,7],"texture":"#texture"}}},{"from":[14.5,6.5,7.125],"to":[15,7,8.875],"faces":{"down":{"uv":[14.5,9.5,15,9],"texture":"#texture"},"up":{"uv":[14.5,9,15,9.5],"texture":"#texture"},"north":{"uv":[15,9,14.5,9.5],"texture":"#texture"},"south":{"uv":[14.5,9,15,9.5],"texture":"#texture"},"west":{"uv":[14.5,9,15,9.5],"texture":"#texture"},"east":{"uv":[15,9,14.5,9.5],"texture":"#texture"}}},{"from":[15,10,7.125],"to":[15.5,11,8.875],"faces":{"down":{"uv":[15,6,15.5,5.5],"texture":"#texture"},"up":{"uv":[15,5,15.5,5.5],"texture":"#texture"},"north":{"uv":[15.5,5,15,6],"texture":"#texture"},"south":{"uv":[15,5,15.5,6],"texture":"#texture"},"west":{"uv":[15,5,15.5,6],"texture":"#texture"},"east":{"uv":[15.5,5,15,6],"texture":"#texture"}}},{"from":[15,5.5,7.125],"to":[15.5,6.5,8.875],"faces":{"down":{"uv":[15,10.5,15.5,10],"texture":"#texture"},"up":{"uv":[15,9.5,15.5,10],"texture":"#texture"},"north":{"uv":[15.5,9.5,15,10.5],"texture":"#texture"},"south":{"uv":[15,9.5,15.5,10.5],"texture":"#texture"},"west":{"uv":[15,9.5,15.5,10.5],"texture":"#texture"},"east":{"uv":[15.5,9.5,15,10.5],"texture":"#texture"}}},{"from":[0,7.5,7.75],"to":[3,8,8.25],"faces":{"down":{"uv":[3,8,0,8.5],"texture":"#texture"},"up":{"uv":[0,8,3,8.5],"texture":"#texture"},"north":{"uv":[3,8,0,8.5],"texture":"#texture"},"south":{"uv":[0,8,3,8.5],"texture":"#texture"},"west":{"uv":[0,8,0.5,8.5],"texture":"#texture"},"east":{"uv":[3,8,2.5,8.5],"texture":"#texture"}}},{"from":[3,8,7.5],"to":[14.5,8.5,8.5],"faces":{"down":{"uv":[3,8,14.5,7.5],"texture":"#texture"},"up":{"uv":[3,7.5,14.5,8],"texture":"#texture"},"north":{"uv":[14.5,7.5,3,8],"texture":"#texture"},"south":{"uv":[3,7.5,14.5,8],"texture":"#texture"},"west":{"uv":[3,7.5,3.5,8],"texture":"#texture"},"east":{"uv":[14.5,7.5,14,8],"texture":"#texture"}}},{"from":[3.5,6.5,7.5],"to":[13,7,8.5],"faces":{"down":{"uv":[3.5,9.5,13,9],"texture":"#texture"},"up":{"uv":[3.5,9,13,9.5],"texture":"#texture"},"north":{"uv":[13,9,3.5,9.5],"texture":"#texture"},"south":{"uv":[3.5,9,13,9.5],"texture":"#texture"},"west":{"uv":[3.5,9,4,9.5],"texture":"#texture"},"east":{"uv":[13,9,12.5,9.5],"texture":"#texture"}}},{"from":[4,7,7.5],"to":[15.5,7.5,8.5],"faces":{"down":{"uv":[4,9,15.5,8.5],"texture":"#texture"},"up":{"uv":[4,8.5,15.5,9],"texture":"#texture"},"north":{"uv":[15.5,8.5,4,9],"texture":"#texture"},"south":{"uv":[4,8.5,15.5,9],"texture":"#texture"},"west":{"uv":[4,8.5,4.5,9],"texture":"#texture"},"east":{"uv":[15.5,8.5,15,9],"texture":"#texture"}}},{"from":[4.5,8.5,7.5],"to":[15,9,8.5],"faces":{"down":{"uv":[4.5,7.5,15,7],"texture":"#texture"},"up":{"uv":[4.5,7,15,7.5],"texture":"#texture"},"north":{"uv":[15,7,4.5,7.5],"texture":"#texture"},"south":{"uv":[4.5,7,15,7.5],"texture":"#texture"},"west":{"uv":[4.5,7,5,7.5],"texture":"#texture"},"east":{"uv":[15,7,14.5,7.5],"texture":"#texture"}}},{"from":[5.5,6,7.5],"to":[10.5,6.5,8.5],"faces":{"down":{"uv":[5.5,10,10.5,9.5],"texture":"#texture"},"up":{"uv":[5.5,9.5,10.5,10],"texture":"#texture"},"north":{"uv":[10.5,9.5,5.5,10],"texture":"#texture"},"south":{"uv":[5.5,9.5,10.5,10],"texture":"#texture"},"west":{"uv":[5.5,9.5,6,10],"texture":"#texture"},"east":{"uv":[10.5,9.5,10,10],"texture":"#texture"}}},{"from":[6,9,7.5],"to":[8,11,8.5],"faces":{"down":{"uv":[6,7,8,6.5],"texture":"#texture"},"up":{"uv":[6,5,8,5.5],"texture":"#texture"},"north":{"uv":[8,5,6,7],"texture":"#texture"},"south":{"uv":[6,5,8,7],"texture":"#texture"},"west":{"uv":[6,5,6.5,7],"texture":"#texture"},"east":{"uv":[8,5,7.5,7],"texture":"#texture"}}},{"from":[6.5,11,7.5],"to":[7.5,12,8.5],"faces":{"down":{"uv":[6.5,5,7.5,4.5],"texture":"#texture"},"up":{"uv":[6.5,4,7.5,4.5],"texture":"#texture"},"north":{"uv":[7.5,4,6.5,5],"texture":"#texture"},"south":{"uv":[6.5,4,7.5,5],"texture":"#texture"},"west":{"uv":[6.5,4,7,5],"texture":"#texture"},"east":{"uv":[7.5,4,7,5],"texture":"#texture"}}},{"from":[6.5,4.5,7.75],"to":[7.5,6,8.25],"faces":{"down":{"uv":[6.5,11.5,7.5,11],"texture":"#texture"},"up":{"uv":[6.5,10,7.5,10.5],"texture":"#texture"},"north":{"uv":[7.5,10,6.5,11.5],"texture":"#texture"},"south":{"uv":[6.5,10,7.5,11.5],"texture":"#texture"},"west":{"uv":[6.5,10,7,11.5],"texture":"#texture"},"east":{"uv":[7.5,10,7,11.5],"texture":"#texture"}}},{"from":[7,12,7.5],"to":[7.5,12.5,8.5],"faces":{"down":{"uv":[7,4,7.5,3.5],"texture":"#texture"},"up":{"uv":[7,3.5,7.5,4],"texture":"#texture"},"north":{"uv":[7.5,3.5,7,4],"texture":"#texture"},"south":{"uv":[7,3.5,7.5,4],"texture":"#texture"},"west":{"uv":[7,3.5,7.5,4],"texture":"#texture"},"east":{"uv":[7.5,3.5,7,4],"texture":"#texture"}}},{"from":[7,4,7.75],"to":[8,4.5,8.25],"faces":{"down":{"uv":[7,12,8,11.5],"texture":"#texture"},"up":{"uv":[7,11.5,8,12],"texture":"#texture"},"north":{"uv":[8,11.5,7,12],"texture":"#texture"},"south":{"uv":[7,11.5,8,12],"texture":"#texture"},"west":{"uv":[7,11.5,7.5,12],"texture":"#texture"},"east":{"uv":[8,11.5,7.5,12],"texture":"#texture"}}},{"from":[8,9,7.5],"to":[11.5,9.5,8.5],"faces":{"down":{"uv":[8,7,11.5,6.5],"texture":"#texture"},"up":{"uv":[8,6.5,11.5,7],"texture":"#texture"},"north":{"uv":[11.5,6.5,8,7],"texture":"#texture"},"south":{"uv":[8,6.5,11.5,7],"texture":"#texture"},"west":{"uv":[8,6.5,8.5,7],"texture":"#texture"},"east":{"uv":[11.5,6.5,11,7],"texture":"#texture"}}},{"from":[11.5,5.5,7.75],"to":[12.5,6.5,8.25],"faces":{"down":{"uv":[11.5,10.5,12.5,10],"texture":"#texture"},"up":{"uv":[11.5,9.5,12.5,10],"texture":"#texture"},"north":{"uv":[12.5,9.5,11.5,10.5],"texture":"#texture"},"south":{"uv":[11.5,9.5,12.5,10.5],"texture":"#texture"},"west":{"uv":[11.5,9.5,12,10.5],"texture":"#texture"},"east":{"uv":[12.5,9.5,12,10.5],"texture":"#texture"}}},{"from":[12,4.5,7.75],"to":[12.5,5.5,8.25],"faces":{"down":{"uv":[12,11.5,12.5,11],"texture":"#texture"},"up":{"uv":[12,10.5,12.5,11],"texture":"#texture"},"north":{"uv":[12.5,10.5,12,11.5],"texture":"#texture"},"south":{"uv":[12,10.5,12.5,11.5],"texture":"#texture"},"west":{"uv":[12,10.5,12.5,11.5],"texture":"#texture"},"east":{"uv":[12.5,10.5,12,11.5],"texture":"#texture"}}},{"from":[14,9,7.5],"to":[15.5,10,8.5],"faces":{"down":{"uv":[14,7,15.5,6.5],"texture":"#texture"},"up":{"uv":[14,6,15.5,6.5],"texture":"#texture"},"north":{"uv":[15.5,6,14,7],"texture":"#texture"},"south":{"uv":[14,6,15.5,7],"texture":"#texture"},"west":{"uv":[14,6,14.5,7],"texture":"#texture"},"east":{"uv":[15.5,6,15,7],"texture":"#texture"}}},{"from":[14,6.5,7.5],"to":[15.5,7,8.5],"faces":{"down":{"uv":[14,9.5,15.5,9],"texture":"#texture"},"up":{"uv":[14,9,15.5,9.5],"texture":"#texture"},"north":{"uv":[15.5,9,14,9.5],"texture":"#texture"},"south":{"uv":[14,9,15.5,9.5],"texture":"#texture"},"west":{"uv":[14,9,14.5,9.5],"texture":"#texture"},"east":{"uv":[15.5,9,15,9.5],"texture":"#texture"}}},{"from":[14.5,10,7.5],"to":[16,11,8.5],"faces":{"down":{"uv":[14.5,6,16,5.5],"texture":"#texture"},"up":{"uv":[14.5,5,16,5.5],"texture":"#texture"},"north":{"uv":[16,5,14.5,6],"texture":"#texture"},"south":{"uv":[14.5,5,16,6],"texture":"#texture"},"west":{"uv":[14.5,5,15,6],"texture":"#texture"},"east":{"uv":[16,5,15.5,6],"texture":"#texture"}}},{"from":[14.5,5.5,7.5],"to":[15.5,6.5,8.5],"faces":{"down":{"uv":[14.5,10.5,15.5,10],"texture":"#texture"},"up":{"uv":[14.5,9.5,15.5,10],"texture":"#texture"},"north":{"uv":[15.5,9.5,14.5,10.5],"texture":"#texture"},"south":{"uv":[14.5,9.5,15.5,10.5],"texture":"#texture"},"west":{"uv":[14.5,9.5,15,10.5],"texture":"#texture"},"east":{"uv":[15.5,9.5,15,10.5],"texture":"#texture"}}},{"from":[15,11,7.5],"to":[16,11.5,8.5],"faces":{"down":{"uv":[15,5,16,4.5],"texture":"#texture"},"up":{"uv":[15,4.5,16,5],"texture":"#texture"},"north":{"uv":[16,4.5,15,5],"texture":"#texture"},"south":{"uv":[15,4.5,16,5],"texture":"#texture"},"west":{"uv":[15,4.5,15.5,5],"texture":"#texture"},"east":{"uv":[16,4.5,15.5,5],"texture":"#texture"}}},{"from":[15,5,7.5],"to":[16,5.5,8.5],"faces":{"down":{"uv":[15,11,16,10.5],"texture":"#texture"},"up":{"uv":[15,10.5,16,11],"texture":"#texture"},"north":{"uv":[16,10.5,15,11],"texture":"#texture"},"south":{"uv":[15,10.5,16,11],"texture":"#texture"},"west":{"uv":[15,10.5,15.5,11],"texture":"#texture"},"east":{"uv":[16,10.5,15.5,11],"texture":"#texture"}}},{"from":[15.5,5.5,7.5],"to":[16,6,8.5],"faces":{"down":{"uv":[15.5,10.5,16,10],"texture":"#texture"},"up":{"uv":[15.5,10,16,10.5],"texture":"#texture"},"north":{"uv":[16,10,15.5,10.5],"texture":"#texture"},"south":{"uv":[15.5,10,16,10.5],"texture":"#texture"},"west":{"uv":[15.5,10,16,10.5],"texture":"#texture"},"east":{"uv":[16,10,15.5,10.5],"texture":"#texture"}}},{"from":[-3,7.5,7.75],"to":[0,8,8.25],"faces":{"down":{"uv":[9,7.5,12,8],"texture":"#texture"},"up":{"uv":[9,7.5,12,8],"texture":"#texture"},"north":{"uv":[12,7.5,9,8],"texture":"#texture"},"south":{"uv":[9,7.5,12,8],"texture":"#texture"},"west":{"uv":[9,7.5,9.5,8],"texture":"#texture"},"east":{"uv":[11.5,7.5,12,8],"texture":"#texture"}}},{"from":[3,7.5,7.5],"to":[15,8,8.5],"faces":{"down":{"uv":[3,8,15,8.5],"texture":"#texture"},"up":{"uv":[3,8,15,8.5],"texture":"#texture"},"north":{"uv":[15,8,3,8.5],"texture":"#texture"},"south":{"uv":[3,8,15,8.5],"texture":"#texture"},"west":{"uv":[3,8,3.5,8.5],"texture":"#texture"},"east":{"uv":[14.5,8,15,8.5],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-90,-90],"translation":[0,4.54,1.7],"scale":[1.5,1.5,1.5]},"thirdperson_lefthand":{"rotation":[0,90,90],"translation":[0,4.54,1.7],"scale":[1.5,1.5,1.5]},"firstperson_righthand":{"rotation":[0,-85,-54],"translation":[0,3.97,1.7],"scale":[1,1,1]},"firstperson_lefthand":{"rotation":[0,85,54],"translation":[0,3.97,1.32],"scale":[1,1,1]},"gui":{"rotation":[0,180,-45],"translation":[0,0,0],"scale":[1,1,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/tesla_staff.json b/assets/minecraft/models/item/wynn/skin/wand/tesla_staff.json new file mode 100644 index 000000000..3cf017699 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/tesla_staff.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/zapball","1":"skins/tesla_arch","2":"skins/gradient_set","particle":"skins/gradient_set"},"elements":[{"from":[7.5,-9,7.5],"to":[8.5,12,8.5],"rotation":{"angle":0,"axis":"y","origin":[15.5,-1,15.5]},"faces":{"north":{"uv":[0,14.75,10.75,15.25],"rotation":90,"texture":"#2"},"east":{"uv":[0,15,10.75,15.5],"rotation":90,"texture":"#2"},"south":{"uv":[0,15.5,10.75,16],"rotation":90,"texture":"#2"},"west":{"uv":[0,15.5,10.75,15],"rotation":90,"texture":"#2"},"down":{"uv":[9.75,15.5,10.25,16],"rotation":90,"texture":"#2"}}},{"from":[7.5,15.35,6.5],"to":[8.5,16.35,9.5],"rotation":{"angle":45,"axis":"y","origin":[8,13.725,8]},"faces":{"north":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"east":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"south":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"west":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"up":{"uv":[7.75,12.75,8.25,14.25],"texture":"#2"},"down":{"uv":[7.75,12.75,8.25,14.25],"texture":"#2"}}},{"from":[7,19.88579,8.80711],"to":[9,21.73579,9.50711],"rotation":{"angle":22.5,"axis":"x","origin":[7.5,21.38579,9.00711]},"faces":{"north":{"uv":[7.75,15,8.675,16],"rotation":90,"texture":"#2"},"east":{"uv":[7.75,15,8.675,15.35],"rotation":90,"texture":"#2"},"south":{"uv":[7.75,15,8.675,16],"rotation":90,"texture":"#2"},"west":{"uv":[7.75,15,8.675,15.35],"rotation":90,"texture":"#2"},"up":{"uv":[7.75,15,8.1,16],"rotation":90,"texture":"#2"},"down":{"uv":[7.75,15,8.1,16],"rotation":90,"texture":"#2"}}},{"from":[6.71306,20.24264,7],"to":[7.41306,22.09264,9],"rotation":{"angle":22.5,"axis":"z","origin":[8,21.01079,8]},"faces":{"north":{"uv":[7.75,15,8.1,15.925],"texture":"#2"},"east":{"uv":[7.75,15,8.75,15.925],"texture":"#2"},"south":{"uv":[7.75,15,8.1,15.925],"texture":"#2"},"west":{"uv":[7.75,15,8.75,15.925],"texture":"#2"},"up":{"uv":[7.75,15,8.1,16],"texture":"#2"},"down":{"uv":[7.75,15,8.1,16],"texture":"#2"}}},{"from":[7,19.88579,6.49289],"to":[9,21.73579,7.19289],"rotation":{"angle":-22.5,"axis":"x","origin":[7.5,21.38579,6.99289]},"faces":{"north":{"uv":[7.75,15,8.675,16],"rotation":90,"texture":"#2"},"east":{"uv":[7.75,15,8.675,15.35],"rotation":90,"texture":"#2"},"south":{"uv":[7.75,15,8.675,16],"rotation":90,"texture":"#2"},"west":{"uv":[7.75,15,8.675,15.35],"rotation":90,"texture":"#2"},"up":{"uv":[7.75,15,8.1,16],"rotation":90,"texture":"#2"},"down":{"uv":[7.75,15,8.1,16],"rotation":90,"texture":"#2"}}},{"from":[8.58694,20.24264,7],"to":[9.28694,22.09264,9],"rotation":{"angle":-22.5,"axis":"z","origin":[8,21.01079,8]},"faces":{"north":{"uv":[7.75,15,8.1,15.925],"rotation":180,"texture":"#2"},"east":{"uv":[7.75,15,8.75,15.925],"rotation":180,"texture":"#2"},"south":{"uv":[7.75,15,8.1,15.925],"rotation":180,"texture":"#2"},"west":{"uv":[7.75,15,8.75,15.925],"rotation":180,"texture":"#2"},"up":{"uv":[7.75,15,8.1,16],"rotation":180,"texture":"#2"},"down":{"uv":[7.75,15,8.1,16],"rotation":180,"texture":"#2"}}},{"from":[7.5,19.13579,8.50711],"to":[8.5,22.13579,9.50711],"rotation":{"angle":22.5,"axis":"x","origin":[8,20.63579,9.00711]},"faces":{"north":{"uv":[13.5,1.75,15,2.25],"rotation":270,"texture":"#2"},"east":{"uv":[13.5,1.75,15,2.25],"rotation":270,"texture":"#2"},"south":{"uv":[13.5,1.75,15,2.25],"rotation":270,"texture":"#2"},"west":{"uv":[13.5,1.75,15,2.25],"rotation":270,"texture":"#2"},"up":{"uv":[13.5,1.75,14,2.25],"rotation":270,"texture":"#2"}}},{"from":[7.6,18.99906,9.73842],"to":[8.4,20.79906,10.53842],"rotation":{"angle":-22.5,"axis":"x","origin":[8,19.86815,8]},"faces":{"north":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"},"east":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"},"south":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"},"west":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"},"down":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"}}},{"from":[7.6,16.99906,11.73842],"to":[8.4,21.29906,12.53842],"rotation":{"angle":-22.5,"axis":"x","origin":[8,19.86815,8]},"faces":{"north":{"uv":[0,13.5,2.25,14],"rotation":270,"texture":"#2"},"east":{"uv":[0,13.5,2.25,14],"rotation":270,"texture":"#2"},"south":{"uv":[0,13.5,2.25,14],"rotation":270,"texture":"#2"},"west":{"uv":[0,13.5,2.25,14],"rotation":270,"texture":"#2"},"up":{"uv":[0,13.5,0.5,14],"rotation":270,"texture":"#2"},"down":{"uv":[0,13.5,0.5,14],"rotation":270,"texture":"#2"}}},{"from":[7.601,18.95698,12.4874],"to":[8.399,22.55498,13.2854],"rotation":{"angle":0,"axis":"x","origin":[8,21.15598,12.8864]},"faces":{"north":{"uv":[8.75,13.75,10.65,14.25],"rotation":270,"texture":"#2"},"east":{"uv":[8.75,13.75,10.65,14.25],"rotation":270,"texture":"#2"},"south":{"uv":[8.75,13.75,10.65,14.25],"rotation":270,"texture":"#2"},"west":{"uv":[8.75,13.75,10.65,14.25],"rotation":270,"texture":"#2"},"up":{"uv":[8.75,13.75,10.65,14.25],"rotation":270,"texture":"#2"}}},{"from":[7.6,24.59333,15.18257],"to":[8.4,27.39333,15.98257],"rotation":{"angle":-22.5,"axis":"x","origin":[8,17.96243,11.44415]},"faces":{"north":{"uv":[5.5,14.25,7,14.75],"rotation":270,"texture":"#2"},"east":{"uv":[5.5,14.75,7,14.25],"rotation":270,"texture":"#2"},"south":{"uv":[5.5,13.5,7,14],"rotation":270,"texture":"#2"},"west":{"uv":[5.5,14.25,7,14.75],"rotation":270,"texture":"#2"},"up":{"uv":[5.5,14.25,7,14.75],"rotation":270,"texture":"#2"},"down":{"uv":[5.5,14.25,7,14.75],"rotation":270,"texture":"#2"}}},{"from":[7.601,23.9524,10.31296],"to":[8.399,29.5004,11.11096],"rotation":{"angle":-45,"axis":"x","origin":[8,29.16264,10.71196]},"faces":{"north":{"uv":[4.75,13.5,7.625,14],"rotation":270,"texture":"#2"},"east":{"uv":[4.75,14,7.625,14.5],"rotation":270,"texture":"#2"},"south":{"uv":[4.5,14,7.375,14.5],"rotation":270,"texture":"#2"},"west":{"uv":[4.75,13.5,7.625,14],"rotation":270,"texture":"#2"},"up":{"uv":[6.25,13.75,6.75,14.25],"rotation":270,"texture":"#2"}}},{"from":[7.601,22.36213,11.41257],"to":[8.399,26.16013,12.21057],"rotation":{"angle":22.5,"axis":"x","origin":[8,23.76113,11.81157]},"faces":{"north":{"uv":[2.75,13.5,4.75,14],"rotation":270,"texture":"#2"},"east":{"uv":[2.75,14.25,4.75,14.75],"rotation":270,"texture":"#2"},"south":{"uv":[2.75,13.5,4.75,14],"rotation":270,"texture":"#2"},"west":{"uv":[2.75,14.25,4.75,14.75],"rotation":270,"texture":"#2"}}},{"from":[7.6,22.29634,12.99171],"to":[8.4,26.09634,13.79171],"rotation":{"angle":22.5,"axis":"x","origin":[8,23.69634,13.39171]},"faces":{"north":{"uv":[5,13.5,7,14],"rotation":90,"texture":"#2"},"east":{"uv":[5,13.5,7,14],"rotation":90,"texture":"#2"},"south":{"uv":[7,13.5,5,14],"rotation":270,"texture":"#2"},"west":{"uv":[5,14,7,13.5],"rotation":90,"texture":"#2"},"up":{"uv":[5,13.5,7,14],"rotation":90,"texture":"#2"},"down":{"uv":[5,13.5,7,14],"rotation":90,"texture":"#2"}}},{"from":[5.46158,18.99906,7.6],"to":[6.26158,20.79906,8.4],"rotation":{"angle":-22.5,"axis":"z","origin":[8,19.86815,8]},"faces":{"north":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"},"east":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"},"south":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"},"west":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"},"down":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"}}},{"from":[7.6,18.99906,5.46158],"to":[8.4,20.79906,6.26158],"rotation":{"angle":22.5,"axis":"x","origin":[8,19.86815,8]},"faces":{"north":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"},"east":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"},"south":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"},"west":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"},"down":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"}}},{"from":[9.73842,18.99906,7.6],"to":[10.53842,20.79906,8.4],"rotation":{"angle":22.5,"axis":"z","origin":[8,19.86815,8]},"faces":{"north":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"},"east":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"},"south":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"},"west":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"},"down":{"uv":[0,13.5,0.5,14.5],"rotation":180,"texture":"#2"}}},{"from":[7.7,19.86466,10.42768],"to":[8.3,20.46466,11.02768],"rotation":{"angle":22.5,"axis":"x","origin":[8,19.86815,8]},"faces":{"north":{"uv":[10.5,15.25,11,15.75],"rotation":270,"texture":"#2"},"east":{"uv":[10.5,15.25,11,15.75],"rotation":270,"texture":"#2"},"south":{"uv":[10.5,15.25,11,15.75],"rotation":270,"texture":"#2"},"west":{"uv":[10.5,15.25,11,15.75],"rotation":270,"texture":"#2"},"up":{"uv":[10.5,15.25,11,15.75],"rotation":270,"texture":"#2"},"down":{"uv":[10.5,15.25,11,15.75],"rotation":270,"texture":"#2"}}},{"from":[7.85,17.04471,4.96501],"to":[8.15,17.34471,11.01501],"rotation":{"angle":45,"axis":"y","origin":[8,17.19735,8]},"faces":{"north":{"uv":[7,15.5,7.5,16],"texture":"#2"},"east":{"uv":[7,15.5,7.5,16],"texture":"#2"},"south":{"uv":[7,15.5,7.5,16],"texture":"#2"},"west":{"uv":[7,15.5,7.5,16],"texture":"#2"},"up":{"uv":[7,15.5,7.5,16],"texture":"#2"},"down":{"uv":[7,15.5,7.5,16],"texture":"#2"}}},{"from":[7.85,17.04471,4.98499],"to":[8.15,17.34471,11.03499],"rotation":{"angle":0,"axis":"x","origin":[8,17.19471,6.13499]},"faces":{"north":{"uv":[7,15.5,7.5,16],"rotation":180,"texture":"#2"},"east":{"uv":[7,15.5,7.5,16],"rotation":180,"texture":"#2"},"south":{"uv":[7,15.5,7.5,16],"rotation":180,"texture":"#2"},"west":{"uv":[7,15.5,7.5,16],"rotation":180,"texture":"#2"},"up":{"uv":[7,15.5,7.5,16],"rotation":180,"texture":"#2"},"down":{"uv":[7,15.5,7.5,16],"rotation":180,"texture":"#2"}}},{"from":[4.96501,17.04471,7.85],"to":[11.01501,17.34471,8.15],"rotation":{"angle":0,"axis":"x","origin":[8,17.19735,8]},"faces":{"north":{"uv":[7,15.5,7.5,16],"rotation":90,"texture":"#2"},"east":{"uv":[7,15.5,7.5,16],"rotation":90,"texture":"#2"},"south":{"uv":[7,15.5,7.5,16],"rotation":90,"texture":"#2"},"west":{"uv":[7,15.5,7.5,16],"rotation":90,"texture":"#2"},"up":{"uv":[7,15.5,7.5,16],"rotation":90,"texture":"#2"},"down":{"uv":[7,15.5,7.5,16],"rotation":90,"texture":"#2"}}},{"from":[4.96501,17.04471,7.85],"to":[11.01501,17.34471,8.15],"rotation":{"angle":45,"axis":"y","origin":[8,17.19735,8]},"faces":{"north":{"uv":[7,15.5,7.5,16],"rotation":90,"texture":"#2"},"east":{"uv":[7,15.5,7.5,16],"rotation":90,"texture":"#2"},"south":{"uv":[7,15.5,7.5,16],"rotation":90,"texture":"#2"},"west":{"uv":[7,15.5,7.5,16],"rotation":90,"texture":"#2"},"up":{"uv":[7,15.5,7.5,16],"rotation":90,"texture":"#2"},"down":{"uv":[7,15.5,7.5,16],"rotation":90,"texture":"#2"}}},{"from":[4.97232,19.86466,7.7],"to":[5.57232,20.46466,8.3],"rotation":{"angle":22.5,"axis":"z","origin":[8,19.86815,8]},"faces":{"north":{"uv":[10.5,15.25,11,15.75],"texture":"#2"},"east":{"uv":[10.5,15.25,11,15.75],"texture":"#2"},"south":{"uv":[10.5,15.25,11,15.75],"texture":"#2"},"west":{"uv":[10.5,15.25,11,15.75],"texture":"#2"},"up":{"uv":[10.5,15.25,11,15.75],"texture":"#2"},"down":{"uv":[10.5,15.25,11,15.75],"texture":"#2"}}},{"from":[7.7,19.86466,4.97232],"to":[8.3,20.46466,5.57232],"rotation":{"angle":-22.5,"axis":"x","origin":[8,19.86815,8]},"faces":{"north":{"uv":[10.5,15.25,11,15.75],"rotation":270,"texture":"#2"},"east":{"uv":[10.5,15.25,11,15.75],"rotation":270,"texture":"#2"},"south":{"uv":[10.5,15.25,11,15.75],"rotation":270,"texture":"#2"},"west":{"uv":[10.5,15.25,11,15.75],"rotation":270,"texture":"#2"},"up":{"uv":[10.5,15.25,11,15.75],"rotation":270,"texture":"#2"},"down":{"uv":[10.5,15.25,11,15.75],"rotation":270,"texture":"#2"}}},{"from":[10.42768,19.86466,7.7],"to":[11.02768,20.46466,8.3],"rotation":{"angle":-22.5,"axis":"z","origin":[8,19.86815,8]},"faces":{"north":{"uv":[10.5,15.25,11,15.75],"rotation":180,"texture":"#2"},"east":{"uv":[10.5,15.25,11,15.75],"rotation":180,"texture":"#2"},"south":{"uv":[10.5,15.25,11,15.75],"rotation":180,"texture":"#2"},"west":{"uv":[10.5,15.25,11,15.75],"rotation":180,"texture":"#2"},"up":{"uv":[10.5,15.25,11,15.75],"rotation":180,"texture":"#2"},"down":{"uv":[10.5,15.25,11,15.75],"rotation":180,"texture":"#2"}}},{"from":[7.8,18.19906,9.93842],"to":[8.2,19.59906,10.33842],"rotation":{"angle":-22.5,"axis":"x","origin":[8,19.86815,8]},"faces":{"north":{"uv":[2.25,12.75,3.25,13.25],"rotation":270,"texture":"#2"},"east":{"uv":[2.25,12.75,3.25,13.25],"rotation":270,"texture":"#2"},"south":{"uv":[2.25,12.75,3.25,13.25],"rotation":270,"texture":"#2"},"west":{"uv":[2.25,12.75,3.25,13.25],"rotation":270,"texture":"#2"}}},{"from":[7.8,21.09116,10.6465],"to":[8.2,21.49116,12.0465],"rotation":{"angle":-22.5,"axis":"x","origin":[8,19.79116,10.3465]},"faces":{"east":{"uv":[0.5,12.5,1.5,13],"texture":"#2"},"west":{"uv":[0.5,12.5,1.5,13],"texture":"#2"},"up":{"uv":[0.5,12.5,1.5,13],"texture":"#2"},"down":{"uv":[0.5,12.5,1.5,13],"texture":"#2"}}},{"from":[7.8,20.09116,10.6465],"to":[8.2,20.49116,12.0465],"rotation":{"angle":-22.5,"axis":"x","origin":[8,19.79116,10.3465]},"faces":{"east":{"uv":[0.5,12.5,1.5,13],"texture":"#2"},"west":{"uv":[0.5,12.5,1.5,13],"texture":"#2"},"up":{"uv":[0.5,12.5,1.5,13],"texture":"#2"},"down":{"uv":[0.5,12.5,1.5,13],"texture":"#2"}}},{"from":[7.7,16.9,5.31501],"to":[8.3,17.5,10.66501],"rotation":{"angle":45,"axis":"y","origin":[8,17.19735,8]},"faces":{"north":{"uv":[13.5,13.75,14,14.25],"rotation":180,"texture":"#2"},"east":{"uv":[13.5,13.75,14.5,14.25],"rotation":180,"texture":"#2"},"south":{"uv":[13.5,13.75,14,14.25],"rotation":180,"texture":"#2"},"west":{"uv":[13.5,13.75,14.5,14.25],"rotation":180,"texture":"#2"},"up":{"uv":[13.5,13.75,14,14.75],"rotation":180,"texture":"#2"},"down":{"uv":[13.5,13.75,14,14.75],"rotation":180,"texture":"#2"}}},{"from":[7.7,16.9,5.33499],"to":[8.3,17.5,10.68499],"rotation":{"angle":0,"axis":"x","origin":[8,17.24471,5.75999]},"faces":{"north":{"uv":[13.5,13.75,14,14.25],"rotation":180,"texture":"#2"},"east":{"uv":[13.5,13.75,14.5,14.25],"rotation":180,"texture":"#2"},"south":{"uv":[13.5,13.75,14,14.25],"rotation":180,"texture":"#2"},"west":{"uv":[13.5,13.75,14.5,14.25],"rotation":180,"texture":"#2"},"up":{"uv":[13.5,13.75,14,14.75],"rotation":180,"texture":"#2"},"down":{"uv":[13.5,13.75,14,14.75],"rotation":180,"texture":"#2"}}},{"from":[5.31501,16.9,7.7],"to":[10.66501,17.5,8.3],"rotation":{"angle":0,"axis":"x","origin":[8,17.19735,8]},"faces":{"north":{"uv":[13,13.75,14,14.25],"rotation":180,"texture":"#2"},"east":{"uv":[13,13.75,13.5,14.25],"rotation":180,"texture":"#2"},"south":{"uv":[13,13.75,14,14.25],"rotation":180,"texture":"#2"},"west":{"uv":[13,13.75,13.5,14.25],"rotation":180,"texture":"#2"},"up":{"uv":[13,13.75,14,14.25],"rotation":180,"texture":"#2"},"down":{"uv":[13,13.75,14,14.25],"rotation":180,"texture":"#2"}}},{"from":[5.31501,16.9,7.7],"to":[10.66501,17.5,8.3],"rotation":{"angle":45,"axis":"y","origin":[8,17.19735,8]},"faces":{"north":{"uv":[12.5,13.25,13.5,13.75],"rotation":180,"texture":"#2"},"east":{"uv":[12.5,13.25,13.5,13.75],"rotation":180,"texture":"#2"},"south":{"uv":[12.5,13.25,13.5,13.75],"rotation":180,"texture":"#2"},"west":{"uv":[12.5,13.25,13.5,13.75],"rotation":180,"texture":"#2"},"up":{"uv":[12.5,13.25,13.5,13.75],"rotation":180,"texture":"#2"},"down":{"uv":[12.5,13.25,13.5,13.75],"rotation":180,"texture":"#2"}}},{"from":[5.66158,18.19906,7.8],"to":[6.06158,19.59906,8.2],"rotation":{"angle":-22.5,"axis":"z","origin":[8,19.86815,8]},"faces":{"north":{"uv":[1,12.5,2,13],"rotation":270,"texture":"#2"},"east":{"uv":[1,12.5,2,13],"rotation":270,"texture":"#2"},"south":{"uv":[1,12.5,2,13],"rotation":270,"texture":"#2"},"west":{"uv":[1,12.5,2,13],"rotation":270,"texture":"#2"}}},{"from":[7.8,18.19906,5.66158],"to":[8.2,19.59906,6.06158],"rotation":{"angle":22.5,"axis":"x","origin":[8,19.86815,8]},"faces":{"north":{"uv":[2.25,12.75,3.25,13.25],"rotation":270,"texture":"#2"},"east":{"uv":[2.25,12.75,3.25,13.25],"rotation":270,"texture":"#2"},"south":{"uv":[2.25,12.75,3.25,13.25],"rotation":270,"texture":"#2"},"west":{"uv":[2.25,12.75,3.25,13.25],"rotation":270,"texture":"#2"}}},{"from":[9.93842,18.19906,7.8],"to":[10.33842,19.59906,8.2],"rotation":{"angle":22.5,"axis":"z","origin":[8,19.86815,8]},"faces":{"north":{"uv":[1,12.5,2,13],"rotation":270,"texture":"#2"},"east":{"uv":[1,12.5,2,13],"rotation":270,"texture":"#2"},"south":{"uv":[1,12.5,2,13],"rotation":270,"texture":"#2"},"west":{"uv":[1,12.5,2,13],"rotation":270,"texture":"#2"}}},{"from":[6.42605,19.54973,7.5],"to":[7.42605,22.54973,8.5],"rotation":{"angle":22.5,"axis":"z","origin":[8,21.01079,8]},"faces":{"north":{"uv":[13.5,1.75,14,3.25],"rotation":180,"texture":"#2"},"east":{"uv":[13.5,1.75,14,3.25],"rotation":180,"texture":"#2"},"south":{"uv":[13.5,1.75,14,3.25],"rotation":180,"texture":"#2"},"west":{"uv":[13.5,1.75,14,3.25],"rotation":180,"texture":"#2"},"up":{"uv":[13.5,1.75,14,2.25],"rotation":180,"texture":"#2"}}},{"from":[7.5,19.13579,6.49289],"to":[8.5,22.13579,7.49289],"rotation":{"angle":-22.5,"axis":"x","origin":[8,20.63579,6.99289]},"faces":{"north":{"uv":[13.5,1.75,15,2.25],"rotation":270,"texture":"#2"},"east":{"uv":[13.5,1.75,15,2.25],"rotation":270,"texture":"#2"},"south":{"uv":[13.5,1.75,15,2.25],"rotation":270,"texture":"#2"},"west":{"uv":[13.5,1.75,15,2.25],"rotation":270,"texture":"#2"},"up":{"uv":[13.5,1.75,14,2.25],"rotation":270,"texture":"#2"}}},{"from":[8.57395,19.54973,7.5],"to":[9.57395,22.54973,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[8,21.01079,8]},"faces":{"north":{"uv":[13.5,1.75,14,3.25],"texture":"#2"},"east":{"uv":[13.5,1.75,14,3.25],"texture":"#2"},"south":{"uv":[13.5,1.75,14,3.25],"texture":"#2"},"west":{"uv":[13.5,1.75,14,3.25],"texture":"#2"},"up":{"uv":[13.5,1.75,14,2.25],"texture":"#2"}}},{"from":[7.4,16.6,5.9],"to":[8.6,17.8,10.1],"rotation":{"angle":45,"axis":"y","origin":[8,17.2,8]},"faces":{"north":{"uv":[8.25,15.25,8.75,15.75],"rotation":90,"texture":"#2"},"east":{"uv":[8.25,15.25,10.25,15.75],"rotation":180,"texture":"#2"},"south":{"uv":[8.25,15.25,8.75,15.75],"rotation":90,"texture":"#2"},"west":{"uv":[8.25,15.25,10.25,15.75],"rotation":180,"texture":"#2"},"up":{"uv":[8.25,15.25,10.25,15.75],"rotation":90,"texture":"#2"},"down":{"uv":[8.25,15.25,10.25,15.75],"rotation":90,"texture":"#2"}}},{"from":[7.4,16.6,5.9],"to":[8.6,17.8,10.1],"rotation":{"angle":-45,"axis":"y","origin":[8,17.2,8]},"faces":{"north":{"uv":[8.25,15.25,8.75,15.75],"rotation":90,"texture":"#2"},"east":{"uv":[8.25,15.25,10.25,15.75],"rotation":180,"texture":"#2"},"south":{"uv":[8.25,15.25,8.75,15.75],"rotation":90,"texture":"#2"},"west":{"uv":[8.25,15.25,10.25,15.75],"rotation":180,"texture":"#2"},"up":{"uv":[8.25,15.25,10.25,15.75],"rotation":270,"texture":"#2"},"down":{"uv":[8.25,15.25,10.25,15.75],"rotation":270,"texture":"#2"}}},{"from":[7.5,11.1,6.5],"to":[8.5,12.1,9.5],"rotation":{"angle":45,"axis":"y","origin":[8,13.725,8]},"faces":{"north":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"east":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"south":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"west":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"up":{"uv":[7.75,12.75,8.25,14.25],"texture":"#2"},"down":{"uv":[7.75,12.75,8.25,14.25],"texture":"#2"}}},{"from":[7.5,-7.9,6.5],"to":[8.5,-6.9,9.5],"rotation":{"angle":45,"axis":"y","origin":[8,-5.275,8]},"faces":{"north":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"east":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"south":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"west":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"up":{"uv":[7.75,12.75,8.25,14.25],"texture":"#2"},"down":{"uv":[7.75,12.75,8.25,14.25],"texture":"#2"}}},{"from":[7.85,11.7,6.6],"to":[8.15,15.5,6.9],"rotation":{"angle":45,"axis":"y","origin":[8,13.6,8]},"faces":{"north":{"uv":[13.25,11.5,13.75,13.75],"texture":"#2"},"east":{"uv":[13.25,11.5,13.75,13.75],"texture":"#2"},"south":{"uv":[13.25,11.5,13.75,13.75],"texture":"#2"},"west":{"uv":[13.25,11.5,13.75,13.75],"texture":"#2"}}},{"from":[9.1,11.7,7.85],"to":[9.4,15.5,8.15],"rotation":{"angle":45,"axis":"y","origin":[8,13.6,8]},"faces":{"north":{"uv":[13.25,11.5,13.75,13.75],"texture":"#2"},"east":{"uv":[13.25,11.5,13.75,13.75],"texture":"#2"},"south":{"uv":[13.25,11.5,13.75,13.75],"texture":"#2"},"west":{"uv":[13.25,11.5,13.75,13.75],"texture":"#2"}}},{"from":[7.85,11.7,9.1],"to":[8.15,15.5,9.4],"rotation":{"angle":45,"axis":"y","origin":[8,13.6,8]},"faces":{"north":{"uv":[13.25,11.5,13.75,13.75],"texture":"#2"},"east":{"uv":[13.25,11.5,13.75,13.75],"texture":"#2"},"south":{"uv":[13.25,11.5,13.75,13.75],"texture":"#2"},"west":{"uv":[13.25,11.5,13.75,13.75],"texture":"#2"}}},{"from":[6.6,11.7,7.85],"to":[6.9,15.5,8.15],"rotation":{"angle":45,"axis":"y","origin":[8,13.6,8]},"faces":{"north":{"uv":[13.25,11.5,13.75,13.75],"texture":"#2"},"east":{"uv":[13.25,11.5,13.75,13.75],"texture":"#2"},"south":{"uv":[13.25,11.5,13.75,13.75],"texture":"#2"},"west":{"uv":[13.25,11.5,13.75,13.75],"texture":"#2"}}},{"from":[7.1,10.7,7.1],"to":[8.9,12.5,8.9],"rotation":{"angle":0,"axis":"y","origin":[15,18.6,15]},"faces":{"north":{"uv":[7.75,12.75,8.75,13.75],"texture":"#2"},"east":{"uv":[7.75,12.75,8.75,13.75],"texture":"#2"},"south":{"uv":[7.75,12.75,8.75,13.75],"texture":"#2"},"west":{"uv":[7.75,12.75,8.75,13.75],"texture":"#2"},"up":{"uv":[7.75,12.75,8.75,13.75],"texture":"#2"},"down":{"uv":[7.75,12.75,8.75,13.75],"texture":"#2"}}},{"from":[7.1,-8.3,7.1],"to":[8.9,-6.5,8.9],"rotation":{"angle":0,"axis":"y","origin":[15,-0.4,15]},"faces":{"north":{"uv":[7.75,12.75,8.75,13.75],"texture":"#2"},"east":{"uv":[7.75,12.75,8.75,13.75],"texture":"#2"},"south":{"uv":[7.75,12.75,8.75,13.75],"texture":"#2"},"west":{"uv":[7.75,12.75,8.75,13.75],"texture":"#2"},"up":{"uv":[7.75,12.75,8.75,13.75],"texture":"#2"},"down":{"uv":[7.75,12.75,8.75,13.75],"texture":"#2"}}},{"from":[7.4,12.95,7.4],"to":[8.6,14.15,8.6],"rotation":{"angle":0,"axis":"y","origin":[15,18.6,15]},"faces":{"north":{"uv":[8.5,11.25,9.5,12.25],"texture":"#2"},"east":{"uv":[8.5,11.25,9.5,12.25],"texture":"#2"},"south":{"uv":[8.5,11.25,9.5,12.25],"texture":"#2"},"west":{"uv":[8.5,11.25,9.5,12.25],"texture":"#2"},"up":{"uv":[8.5,11.25,9.5,12.25],"texture":"#2"},"down":{"uv":[8.5,11.25,9.5,12.25],"texture":"#2"}}},{"from":[7.2,9.8,7.2],"to":[8.8,10.4,8.8],"rotation":{"angle":0,"axis":"y","origin":[15,17.6,15]},"faces":{"north":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"east":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"south":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"west":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"up":{"uv":[14.5,2.25,15.5,3.25],"texture":"#2"},"down":{"uv":[14.5,2.25,15.5,3.25],"texture":"#2"}}},{"from":[7.2,-6.2,7.2],"to":[8.8,-5.6,8.8],"rotation":{"angle":0,"axis":"x","origin":[8,-4.9,8]},"faces":{"north":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"east":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"south":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"west":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"up":{"uv":[14.5,2.25,15.5,3.25],"texture":"#2"},"down":{"uv":[14.5,2.25,15.5,3.25],"texture":"#2"}}},{"from":[7.2,8.8,7.2],"to":[8.8,9.4,8.8],"rotation":{"angle":0,"axis":"y","origin":[15,16.6,15]},"faces":{"north":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"east":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"south":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"west":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"up":{"uv":[14.5,2.25,15.5,3.25],"texture":"#2"},"down":{"uv":[14.5,2.25,15.5,3.25],"texture":"#2"}}},{"from":[7.2,-5.2,7.2],"to":[8.8,-4.6,8.8],"rotation":{"angle":0,"axis":"x","origin":[8,-4.9,8]},"faces":{"north":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"east":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"south":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"west":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"up":{"uv":[14.5,2.25,15.5,3.25],"texture":"#2"},"down":{"uv":[14.5,2.25,15.5,3.25],"texture":"#2"}}},{"from":[7.3,7.9,7.3],"to":[8.7,8.3,8.7],"rotation":{"angle":0,"axis":"y","origin":[15,15.6,15]},"faces":{"north":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"east":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"south":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"west":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"up":{"uv":[14.5,2.25,15.5,3.25],"texture":"#2"},"down":{"uv":[14.5,2.25,15.5,3.25],"texture":"#2"}}},{"from":[7.3,-4.1,7.3],"to":[8.7,-3.7,8.7],"rotation":{"angle":0,"axis":"x","origin":[8,-4.9,8]},"faces":{"north":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"east":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"south":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"west":{"uv":[14.5,2.25,15.5,2.75],"texture":"#2"},"up":{"uv":[14.5,2.25,15.5,3.25],"texture":"#2"},"down":{"uv":[14.5,2.25,15.5,3.25],"texture":"#2"}}},{"from":[7.1,14.95,7.1],"to":[8.9,20.75,8.9],"rotation":{"angle":0,"axis":"y","origin":[15,22.85,15]},"faces":{"north":{"uv":[7.75,13,8.75,16],"rotation":180,"texture":"#2"},"east":{"uv":[7.75,13,8.75,16],"rotation":180,"texture":"#2"},"south":{"uv":[7.75,13,8.75,16],"rotation":180,"texture":"#2"},"west":{"uv":[7.75,13,8.75,16],"rotation":180,"texture":"#2"},"up":{"uv":[7.5,15,8.5,16],"rotation":180,"texture":"#2"},"down":{"uv":[8.25,12.25,9.25,13.25],"rotation":180,"texture":"#2"}}},{"from":[6.6,15.45,7.6],"to":[9.4,16.25,8.4],"rotation":{"angle":0,"axis":"y","origin":[8,13.725,8]},"faces":{"north":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"east":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"south":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"west":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"up":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"down":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"}}},{"from":[6.6,11.2,7.6],"to":[9.4,12,8.4],"rotation":{"angle":0,"axis":"y","origin":[8,13.725,8]},"faces":{"north":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"east":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"south":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"west":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"up":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"down":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"}}},{"from":[6.6,-7.8,7.6],"to":[9.4,-7,8.4],"rotation":{"angle":0,"axis":"y","origin":[8,-5.275,8]},"faces":{"north":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"east":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"south":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"west":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"up":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"down":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"}}},{"from":[6.501,15.351,7.501],"to":[9.499,16.349,8.499],"rotation":{"angle":45,"axis":"y","origin":[8,13.725,8]},"faces":{"north":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"east":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"south":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"west":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"up":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"down":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"}}},{"from":[6.501,11.101,7.501],"to":[9.499,12.099,8.499],"rotation":{"angle":45,"axis":"y","origin":[8,13.725,8]},"faces":{"north":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"east":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"south":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"west":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"up":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"down":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"}}},{"from":[6.501,-7.899,7.501],"to":[9.499,-6.901,8.499],"rotation":{"angle":45,"axis":"y","origin":[8,-5.275,8]},"faces":{"north":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"east":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"south":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"west":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"up":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"down":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"}}},{"from":[7.6,15.45,6.6],"to":[8.4,16.25,9.4],"rotation":{"angle":0,"axis":"y","origin":[8,13.725,8]},"faces":{"north":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"east":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"south":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"west":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"up":{"uv":[7.75,12.75,8.25,14.25],"texture":"#2"},"down":{"uv":[7.75,12.75,8.25,14.25],"texture":"#2"}}},{"from":[6.6,18.2,7.6],"to":[9.4,19,8.4],"rotation":{"angle":0,"axis":"y","origin":[8,18.6,8]},"faces":{"north":{"uv":[6.5,11,6.75,11.5],"texture":"#2"},"east":{"uv":[7,11,6.5,11.5],"texture":"#2"},"south":{"uv":[6.75,11,7,11.5],"texture":"#2"},"west":{"uv":[6.5,11,7,11.5],"texture":"#2"},"up":{"uv":[8.75,11.5,9.25,12],"rotation":270,"texture":"#2"},"down":{"uv":[6.5,11,7,11.5],"rotation":90,"texture":"#2"}}},{"from":[7.6,18.2,6.6],"to":[8.4,19,9.4],"rotation":{"angle":0,"axis":"y","origin":[8,18.6,8]},"faces":{"north":{"uv":[7,11,6.5,11.5],"texture":"#2"},"east":{"uv":[6.75,11,7,11.5],"texture":"#2"},"south":{"uv":[6.5,11,7,11.5],"texture":"#2"},"west":{"uv":[6.5,11,6.75,11.5],"texture":"#2"},"up":{"uv":[8.75,11.5,9.25,12],"rotation":180,"texture":"#2"},"down":{"uv":[6.5,11,7,11.5],"rotation":180,"texture":"#2"}}},{"from":[6.35,11.2,7.6],"to":[9.65,12,8.4],"rotation":{"angle":45,"axis":"y","origin":[8,18.6,8]},"faces":{"north":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"east":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"south":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"west":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"up":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"down":{"uv":[14.25,13.5,14.5,14],"texture":"#2"}}},{"from":[6.35,-7.8,7.6],"to":[9.65,-7,8.4],"rotation":{"angle":45,"axis":"y","origin":[8,18.6,8]},"faces":{"north":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"east":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"south":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"west":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"up":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"down":{"uv":[14.25,13.5,14.5,14],"texture":"#2"}}},{"from":[6.35,15.45,7.6],"to":[9.65,16.25,8.4],"rotation":{"angle":45,"axis":"y","origin":[8,18.6,8]},"faces":{"north":{"uv":[14.5,13.25,14.75,13.75],"texture":"#2"},"east":{"uv":[14.5,13.25,14.75,13.75],"texture":"#2"},"south":{"uv":[14.5,13.25,14.75,13.75],"texture":"#2"},"west":{"uv":[14.5,13.25,14.75,13.75],"texture":"#2"},"up":{"uv":[14.5,13.25,14.75,13.75],"texture":"#2"},"down":{"uv":[14.5,13.25,14.75,13.75],"texture":"#2"}}},{"from":[7.6,11.2,6.35],"to":[8.4,12,9.65],"rotation":{"angle":45,"axis":"y","origin":[8,11.6,8]},"faces":{"north":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"east":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"south":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"west":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"up":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"down":{"uv":[14.25,13.5,14.5,14],"texture":"#2"}}},{"from":[7.6,-7.8,6.35],"to":[8.4,-7,9.65],"rotation":{"angle":45,"axis":"y","origin":[8,11.6,8]},"faces":{"north":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"east":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"south":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"west":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"up":{"uv":[14.25,13.5,14.5,14],"texture":"#2"},"down":{"uv":[14.25,13.5,14.5,14],"texture":"#2"}}},{"from":[7.6,15.45,6.35],"to":[8.4,16.25,9.65],"rotation":{"angle":45,"axis":"y","origin":[8,11.6,8]},"faces":{"north":{"uv":[14.5,13.25,14.75,13.75],"texture":"#2"},"east":{"uv":[14.5,13.25,14.75,13.75],"texture":"#2"},"south":{"uv":[14.5,13.25,14.75,13.75],"texture":"#2"},"west":{"uv":[14.5,13.25,14.75,13.75],"texture":"#2"},"up":{"uv":[14.5,13.25,14.75,13.75],"texture":"#2"},"down":{"uv":[14.5,13.25,14.75,13.75],"texture":"#2"}}},{"from":[6,16.7,7.5],"to":[10,17.7,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,17.2,8]},"faces":{"north":{"uv":[8.25,15.25,10.25,15.75],"texture":"#2"},"east":{"uv":[8.25,15.25,8.75,15.75],"texture":"#2"},"south":{"uv":[8.25,15.25,10.25,15.75],"texture":"#2"},"west":{"uv":[8.25,15.25,8.75,15.75],"texture":"#2"},"up":{"uv":[8.25,15.25,10.25,15.75],"rotation":180,"texture":"#2"},"down":{"uv":[8.25,15.25,10.25,15.75],"texture":"#2"}}},{"from":[7.5,16.7,6],"to":[8.5,17.7,10],"rotation":{"angle":0,"axis":"y","origin":[8,17.2,8]},"faces":{"north":{"uv":[8.25,15.25,8.75,15.75],"texture":"#2"},"east":{"uv":[8.25,15.25,10.25,15.75],"texture":"#2"},"south":{"uv":[8.25,15.25,8.75,15.75],"texture":"#2"},"west":{"uv":[8.25,15.25,10.25,15.75],"texture":"#2"},"up":{"uv":[8.25,15.25,10.25,15.75],"rotation":90,"texture":"#2"},"down":{"uv":[8.25,15.25,10.25,15.75],"rotation":90,"texture":"#2"}}},{"from":[7.6,11.2,6.6],"to":[8.4,12,9.4],"rotation":{"angle":0,"axis":"y","origin":[8,13.725,8]},"faces":{"north":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"east":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"south":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"west":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"up":{"uv":[7.75,12.75,8.25,14.25],"texture":"#2"},"down":{"uv":[7.75,12.75,8.25,14.25],"texture":"#2"}}},{"from":[7.6,-7.8,6.6],"to":[8.4,-7,9.4],"rotation":{"angle":0,"axis":"y","origin":[8,-5.275,8]},"faces":{"north":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"east":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"south":{"uv":[7.75,12.75,8.25,13.25],"texture":"#2"},"west":{"uv":[7.75,12.75,9.25,13.25],"texture":"#2"},"up":{"uv":[7.75,12.75,8.25,14.25],"texture":"#2"},"down":{"uv":[7.75,12.75,8.25,14.25],"texture":"#2"}}},{"from":[8,22,4.5],"to":[8.01,29,11.5],"faces":{"east":{"uv":[0,0,16,16],"texture":"#0"},"west":{"uv":[16,0,0,16],"texture":"#0"}}},{"from":[4.505,22,7.995],"to":[11.505,29,8.005],"rotation":{"angle":0,"axis":"y","origin":[8.005,25.5,8]},"faces":{"north":{"uv":[0,0,16,16],"rotation":270,"texture":"#0"},"south":{"uv":[16,0,0,16],"rotation":90,"texture":"#0"}}},{"from":[4.505,25.495,4.5],"to":[11.505,25.505,11.5],"rotation":{"angle":0,"axis":"x","origin":[8.005,25.5,8]},"faces":{"up":{"uv":[0,0,16,16],"rotation":180,"texture":"#0"},"down":{"uv":[16,0,0,16],"texture":"#0"}}},{"from":[7.995,13.51537,6.85276],"to":[8.005,19.51537,12.85276],"rotation":{"angle":22.5,"axis":"x","origin":[8,15.75,8.005]},"faces":{"east":{"uv":[16,16,0,0],"rotation":90,"texture":"#1"},"west":{"uv":[0,16,16,0],"rotation":270,"texture":"#1"}}},{"from":[3,12.75,8],"to":[9,18.75,8.01],"rotation":{"angle":22.5,"axis":"z","origin":[6,15.75,8.005]},"faces":{"north":{"uv":[16,0,0,16],"rotation":90,"texture":"#1"},"south":{"uv":[0,0,16,16],"rotation":270,"texture":"#1"},"west":{"uv":[0,0,6,0.01],"rotation":270,"texture":"#1"},"up":{"uv":[0,0,0.01,6],"rotation":270,"texture":"#1"},"down":{"uv":[0,0,0.01,6],"rotation":270,"texture":"#1"}}},{"from":[7.995,13.51537,3.15724],"to":[8.005,19.51537,9.15724],"rotation":{"angle":-22.5,"axis":"x","origin":[8,15.75,8.005]},"faces":{"east":{"uv":[16,0,0,16],"rotation":90,"texture":"#1"},"west":{"uv":[0,0,16,16],"rotation":270,"texture":"#1"}}},{"from":[7,12.75,8],"to":[13,18.75,8.01],"rotation":{"angle":-22.5,"axis":"z","origin":[10,15.75,8.005]},"faces":{"north":{"uv":[16,16,0,0],"rotation":90,"texture":"#1"},"east":{"uv":[0,0.01,6,0],"rotation":270,"texture":"#1"},"south":{"uv":[0,16,16,0],"rotation":270,"texture":"#1"},"up":{"uv":[0,6,0.01,0],"rotation":270,"texture":"#1"},"down":{"uv":[0,6,0.01,0],"rotation":270,"texture":"#1"}}}],"display":{"thirdperson_righthand":{"translation":[0,1.25,1.25],"scale":[1.29,1.29,1.29]},"thirdperson_lefthand":{"translation":[0,1.25,1.25],"scale":[1.29,1.29,1.29]},"firstperson_righthand":{"rotation":[-13,0,0],"translation":[5.5,-3.75,-1.5]},"firstperson_lefthand":{"rotation":[-13,0,0],"translation":[5.5,-3.75,-1.5]},"gui":{"rotation":[20,50,-30],"translation":[-0.75,-1,0],"scale":[0.53,0.53,0.53]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/toy_wand.json b/assets/minecraft/models/item/wynn/skin/wand/toy_wand.json new file mode 100644 index 000000000..c858942c3 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/toy_wand.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/wood","1":"skins/multi_wool","2":"skins/pinwheel","particle":"skins/wood"},"elements":[{"from":[7.5,-11,7.75],"to":[8.5,8,8.25],"rotation":{"angle":0,"axis":"x","origin":[7.5,10.36538,8.5]},"faces":{"north":{"uv":[0,14.5,16,15.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,15,16,15.5],"rotation":90,"texture":"#0"},"south":{"uv":[0,14.5,16,15.5],"rotation":90,"texture":"#0"},"west":{"uv":[0,14,16,14.5],"rotation":90,"texture":"#0"},"up":{"uv":[0,14.5,0.5,15.5],"rotation":90,"texture":"#0"},"down":{"uv":[0,14.5,0.5,15.5],"rotation":90,"texture":"#0"}}},{"from":[7.75,-11,7.5],"to":[8.25,8,8.5],"rotation":{"angle":0,"axis":"x","origin":[7.5,10.36538,8.5]},"faces":{"north":{"uv":[0,14,16,14.5],"rotation":90,"texture":"#0"},"east":{"uv":[0,14.5,16,15.5],"rotation":90,"texture":"#0"},"south":{"uv":[0,14,16,14.5],"rotation":90,"texture":"#0"},"west":{"uv":[0,14.5,16,15.5],"rotation":90,"texture":"#0"},"up":{"uv":[0,14.5,0.5,15.5],"texture":"#0"},"down":{"uv":[0,14.5,0.5,15.5],"rotation":180,"texture":"#0"}}},{"from":[7.75,-11.25,7.75],"to":[8.25,-9.25,8.25],"rotation":{"angle":0,"axis":"x","origin":[7.5,10.36538,8.5]},"faces":{"north":{"uv":[5,15,5.5,15.5],"rotation":90,"texture":"#0"},"east":{"uv":[5,15,5.5,15.5],"rotation":90,"texture":"#0"},"south":{"uv":[5,15,5.5,15.5],"rotation":90,"texture":"#0"},"west":{"uv":[5,15,5.5,15.5],"rotation":90,"texture":"#0"},"up":{"uv":[5,15,5.5,15.5],"rotation":90,"texture":"#0"},"down":{"uv":[5,15,5.5,15.5],"rotation":90,"texture":"#0"}}},{"from":[7.75,7.5,7.75],"to":[8.25,9.5,8.25],"rotation":{"angle":0,"axis":"x","origin":[7.5,10.36538,8.5]},"faces":{"north":{"uv":[5.5,15,7.5,15.5],"rotation":90,"texture":"#0"},"east":{"uv":[5.5,15,7.5,15.5],"rotation":90,"texture":"#0"},"south":{"uv":[5.5,15,7.5,15.5],"rotation":90,"texture":"#0"},"west":{"uv":[5.5,15,7.5,15.5],"rotation":90,"texture":"#0"},"up":{"uv":[5.5,15,6,15.5],"rotation":90,"texture":"#0"},"down":{"uv":[5.5,15,6,15.5],"rotation":90,"texture":"#0"}}},{"from":[7.75,8.5,5.25],"to":[8.25,9,7.75],"rotation":{"angle":0,"axis":"x","origin":[8,8.75,6.5]},"faces":{"north":{"uv":[5.5,15,6,15.5],"rotation":270,"texture":"#0"},"east":{"uv":[5.5,15,8,15.5],"texture":"#0"},"south":{"uv":[5.5,15,6,15.5],"rotation":90,"texture":"#0"},"west":{"uv":[5.5,15,8,15.5],"rotation":180,"texture":"#0"},"up":{"uv":[5.5,15,8,15.5],"rotation":270,"texture":"#0"},"down":{"uv":[5.5,15,8,15.5],"rotation":90,"texture":"#0"}}},{"from":[7.25,7.25,7.25],"to":[8.75,7.75,8.75],"rotation":{"angle":0,"axis":"x","origin":[7.5,10.36538,8.5]},"faces":{"north":{"uv":[3.5,13,5,13.5],"texture":"#1"},"east":{"uv":[3.5,13,5,13.5],"texture":"#1"},"south":{"uv":[3.5,13,5,13.5],"texture":"#1"},"west":{"uv":[3.5,13,5,13.5],"texture":"#1"},"up":{"uv":[3.5,13,5,14.5],"texture":"#1"},"down":{"uv":[3.5,13,5,14.5],"texture":"#1"}}},{"from":[7.26,6.76,7.26],"to":[8.74,7.24,8.74],"rotation":{"angle":22.5,"axis":"x","origin":[8,7,8]},"faces":{"north":{"uv":[3.5,13,5,13.5],"texture":"#1"},"east":{"uv":[3.5,13,5,13.5],"texture":"#1"},"south":{"uv":[3.5,13,5,13.5],"texture":"#1"},"west":{"uv":[3.5,13,5,13.5],"texture":"#1"},"up":{"uv":[3.5,13,5,14.5],"texture":"#1"},"down":{"uv":[3.5,13,5,14.5],"texture":"#1"}}},{"from":[7.25,6.25,7.25],"to":[8.75,6.75,8.75],"rotation":{"angle":0,"axis":"x","origin":[7.5,11.36538,8.5]},"faces":{"north":{"uv":[3.5,13,5,13.5],"texture":"#1"},"east":{"uv":[3.5,13,5,13.5],"texture":"#1"},"south":{"uv":[3.5,13,5,13.5],"texture":"#1"},"west":{"uv":[3.5,13,5,13.5],"texture":"#1"},"up":{"uv":[3.5,13,5,14.5],"texture":"#1"},"down":{"uv":[3.5,13,5,14.5],"texture":"#1"}}},{"from":[7.01,5.26,7.26],"to":[8.99,5.74,8.74],"rotation":{"angle":-45,"axis":"z","origin":[8,5.5,8]},"faces":{"north":{"uv":[3.5,13,5.5,13.5],"texture":"#1"},"east":{"uv":[3.5,13,5,13.5],"texture":"#1"},"south":{"uv":[3.5,13,5.5,13.5],"texture":"#1"},"west":{"uv":[3.5,13,5,13.5],"texture":"#1"},"up":{"uv":[3.5,13,5.5,14.5],"texture":"#1"},"down":{"uv":[3.5,13,5.5,14.5],"texture":"#1"}}},{"from":[7.25,4.5,7.25],"to":[8.75,5,8.75],"rotation":{"angle":0,"axis":"x","origin":[7.5,11.61538,8.5]},"faces":{"north":{"uv":[3.5,13,5,13.5],"texture":"#1"},"east":{"uv":[3.5,13,5,13.5],"texture":"#1"},"south":{"uv":[3.5,13,5,13.5],"texture":"#1"},"west":{"uv":[3.5,13,5,13.5],"texture":"#1"},"up":{"uv":[3.5,13,5,14.5],"texture":"#1"},"down":{"uv":[3.5,13,5,14.5],"texture":"#1"}}},{"from":[7.5,8.25,5.75],"to":[8.5,9.25,6.75],"faces":{"north":{"uv":[3.5,11,4.5,12],"texture":"#0"},"east":{"uv":[1.5,13.5,2.5,14.5],"texture":"#0"},"south":{"uv":[1.5,13.5,2.5,14.5],"texture":"#0"},"west":{"uv":[1.5,13.5,2.5,14.5],"texture":"#0"},"up":{"uv":[1.5,13.5,2.5,14.5],"texture":"#0"},"down":{"uv":[1.5,13.5,2.5,14.5],"texture":"#0"}}},{"from":[7.5,9.25,6],"to":[8.5,13.25,6.5],"rotation":{"angle":0,"axis":"z","origin":[8,8.75,6.38333]},"faces":{"north":{"uv":[1.5,1,2.5,5],"texture":"#2"},"east":{"uv":[1.5,1,2,5],"texture":"#2"},"south":{"uv":[1.5,1,2.5,5],"texture":"#2"},"west":{"uv":[1.5,1,2,5],"texture":"#2"},"up":{"uv":[1.5,1,2.5,1.5],"texture":"#2"},"down":{"uv":[1.5,1,2.5,1.5],"texture":"#2"}}},{"from":[7.5,9.25,6],"to":[8.5,13.25,6.5],"rotation":{"angle":-45,"axis":"z","origin":[8,8.75,6.38333]},"faces":{"north":{"uv":[9.5,1,10.5,5],"texture":"#2"},"east":{"uv":[9.5,1,10,5],"texture":"#2"},"south":{"uv":[9.5,1,10.5,5],"texture":"#2"},"west":{"uv":[9.5,1,10,5],"texture":"#2"},"up":{"uv":[9.5,1,10.5,1.5],"texture":"#2"},"down":{"uv":[9.5,1,10.5,1.5],"texture":"#2"}}},{"from":[7.5,9.25,6],"to":[8.5,13.25,6.5],"rotation":{"angle":-22.5,"axis":"z","origin":[8,8.75,6.38333]},"faces":{"north":{"uv":[5.5,1,6.5,5],"texture":"#2"},"east":{"uv":[5.5,1,6,5],"texture":"#2"},"south":{"uv":[5.5,1,6.5,5],"texture":"#2"},"west":{"uv":[5.5,1,6,5],"texture":"#2"},"up":{"uv":[5,1,6,1.5],"texture":"#2"},"down":{"uv":[5.5,1,6.5,1.5],"texture":"#2"}}},{"from":[8.5,8.25,6],"to":[12.5,9.25,6.5],"rotation":{"angle":22.5,"axis":"z","origin":[8,8.75,6.38333]},"faces":{"north":{"uv":[13.5,1,14.5,5],"rotation":270,"texture":"#2"},"east":{"uv":[13,1,14,1.5],"rotation":90,"texture":"#2"},"south":{"uv":[13.5,1,14.5,5],"rotation":90,"texture":"#2"},"west":{"uv":[13.5,1,14.5,1.5],"rotation":90,"texture":"#2"},"up":{"uv":[13.5,1,14,5],"rotation":90,"texture":"#2"},"down":{"uv":[13.5,1,14,5],"rotation":90,"texture":"#2"}}},{"from":[7.5,4.25,6],"to":[8.5,8.25,6.5],"rotation":{"angle":0,"axis":"z","origin":[6.41815,7.90472,6.38333]},"faces":{"north":{"uv":[1.5,1,2.5,5],"rotation":180,"texture":"#2"},"east":{"uv":[1.5,1,2,5],"rotation":180,"texture":"#2"},"south":{"uv":[1.5,1,2.5,5],"rotation":180,"texture":"#2"},"west":{"uv":[1.5,1,2,5],"rotation":180,"texture":"#2"},"up":{"uv":[1.5,1,2.5,1.5],"rotation":180,"texture":"#2"},"down":{"uv":[1.5,1,2.5,1.5],"rotation":180,"texture":"#2"}}},{"from":[7.5,4.25,6],"to":[8.5,8.25,6.5],"rotation":{"angle":-45,"axis":"z","origin":[8,8.75,6.38333]},"faces":{"north":{"uv":[9.5,1,10.5,5],"rotation":180,"texture":"#2"},"east":{"uv":[9.5,1,10,5],"rotation":180,"texture":"#2"},"south":{"uv":[9.5,1,10.5,5],"rotation":180,"texture":"#2"},"west":{"uv":[9.5,1,10,5],"rotation":180,"texture":"#2"},"up":{"uv":[9.5,1,10.5,1.5],"rotation":180,"texture":"#2"},"down":{"uv":[9.5,1,10.5,1.5],"rotation":180,"texture":"#2"}}},{"from":[7.5,4.25,6],"to":[8.5,8.25,6.5],"rotation":{"angle":-22.5,"axis":"z","origin":[8,8.75,6.38333]},"faces":{"north":{"uv":[5.5,1,6.5,5],"rotation":180,"texture":"#2"},"east":{"uv":[5.5,1,6,5],"rotation":180,"texture":"#2"},"south":{"uv":[5.5,1,6.5,5],"rotation":180,"texture":"#2"},"west":{"uv":[5.5,1,6,5],"rotation":180,"texture":"#2"},"up":{"uv":[5,1,6,1.5],"rotation":180,"texture":"#2"},"down":{"uv":[5.5,1,6.5,1.5],"rotation":180,"texture":"#2"}}},{"from":[3.5,8.25,6],"to":[7.5,9.25,6.5],"rotation":{"angle":22.5,"axis":"z","origin":[8,8.75,6.38333]},"faces":{"north":{"uv":[13.5,1,14.5,5],"rotation":90,"texture":"#2"},"east":{"uv":[13,1,14,1.5],"rotation":270,"texture":"#2"},"south":{"uv":[13.5,1,14.5,5],"rotation":270,"texture":"#2"},"west":{"uv":[13.5,1,14.5,1.5],"rotation":270,"texture":"#2"},"up":{"uv":[13.5,1,14,5],"rotation":270,"texture":"#2"},"down":{"uv":[13.5,1,14,5],"rotation":270,"texture":"#2"}}},{"from":[8.5,8.25,6],"to":[12.5,9.25,6.5],"rotation":{"angle":0,"axis":"z","origin":[10.42714,8.01343,6.38333]},"faces":{"north":{"uv":[1.5,1,2.5,5],"rotation":270,"texture":"#2"},"east":{"uv":[1.5,1,2.5,1.5],"rotation":90,"texture":"#2"},"south":{"uv":[1.5,1,2.5,5],"rotation":90,"texture":"#2"},"west":{"uv":[1.5,1,2.5,1.5],"rotation":90,"texture":"#2"},"up":{"uv":[1.5,1,2,5],"rotation":90,"texture":"#2"},"down":{"uv":[1.5,1,2,5],"rotation":90,"texture":"#2"}}},{"from":[8.5,8.25,6],"to":[12.5,9.25,6.5],"rotation":{"angle":-45,"axis":"z","origin":[8,8.75,6.38333]},"faces":{"north":{"uv":[9.5,1,10.5,5],"rotation":270,"texture":"#2"},"east":{"uv":[9.5,1,10.5,1.5],"rotation":90,"texture":"#2"},"south":{"uv":[9.5,1,10.5,5],"rotation":90,"texture":"#2"},"west":{"uv":[9.5,1,10.5,1.5],"rotation":90,"texture":"#2"},"up":{"uv":[9.5,1,10,5],"rotation":90,"texture":"#2"},"down":{"uv":[9.5,1,10,5],"rotation":90,"texture":"#2"}}},{"from":[8.5,8.25,6],"to":[12.5,9.25,6.5],"rotation":{"angle":-22.5,"axis":"z","origin":[8,8.75,6.38333]},"faces":{"north":{"uv":[5.5,1,6.5,5],"rotation":270,"texture":"#2"},"east":{"uv":[5.5,1,6.5,1.5],"rotation":90,"texture":"#2"},"south":{"uv":[5.5,1,6.5,5],"rotation":90,"texture":"#2"},"west":{"uv":[5.5,1,6.5,1.5],"rotation":90,"texture":"#2"},"up":{"uv":[5,1,5.5,5],"rotation":90,"texture":"#2"},"down":{"uv":[5.5,1,6,5],"rotation":90,"texture":"#2"}}},{"from":[7.5,4.25,6],"to":[8.5,8.25,6.5],"rotation":{"angle":22.5,"axis":"z","origin":[8,8.75,6.38333]},"faces":{"north":{"uv":[13.5,1,14.5,5],"rotation":180,"texture":"#2"},"east":{"uv":[13,1,13.5,5],"rotation":180,"texture":"#2"},"south":{"uv":[13.5,1,14.5,5],"rotation":180,"texture":"#2"},"west":{"uv":[13.5,1,14,5],"rotation":180,"texture":"#2"},"up":{"uv":[13.5,1,14.5,1.5],"rotation":180,"texture":"#2"},"down":{"uv":[13.5,1,14.5,1.5],"rotation":180,"texture":"#2"}}},{"from":[3.5,8.25,6],"to":[7.5,9.25,6.5],"rotation":{"angle":0,"axis":"z","origin":[6.41815,7.90472,6.38333]},"faces":{"north":{"uv":[1.5,1,2.5,5],"rotation":90,"texture":"#2"},"east":{"uv":[1.5,1,2.5,1.5],"rotation":270,"texture":"#2"},"south":{"uv":[1.5,1,2.5,5],"rotation":270,"texture":"#2"},"west":{"uv":[1.5,1,2.5,1.5],"rotation":270,"texture":"#2"},"up":{"uv":[1.5,1,2,5],"rotation":270,"texture":"#2"},"down":{"uv":[1.5,1,2,5],"rotation":270,"texture":"#2"}}},{"from":[3.5,8.25,6],"to":[7.5,9.25,6.5],"rotation":{"angle":-45,"axis":"z","origin":[8,8.75,6.38333]},"faces":{"north":{"uv":[9.5,1,10.5,5],"rotation":90,"texture":"#2"},"east":{"uv":[9.5,1,10.5,1.5],"rotation":270,"texture":"#2"},"south":{"uv":[9.5,1,10.5,5],"rotation":270,"texture":"#2"},"west":{"uv":[9.5,1,10.5,1.5],"rotation":270,"texture":"#2"},"up":{"uv":[9.5,1,10,5],"rotation":270,"texture":"#2"},"down":{"uv":[9.5,1,10,5],"rotation":270,"texture":"#2"}}},{"from":[3.5,8.25,6],"to":[7.5,9.25,6.5],"rotation":{"angle":-22.5,"axis":"z","origin":[8,8.75,6.38333]},"faces":{"north":{"uv":[5.5,1,6.5,5],"rotation":90,"texture":"#2"},"east":{"uv":[5.5,1,6.5,1.5],"rotation":270,"texture":"#2"},"south":{"uv":[5.5,1,6.5,5],"rotation":270,"texture":"#2"},"west":{"uv":[5.5,1,6.5,1.5],"rotation":270,"texture":"#2"},"up":{"uv":[5,1,5.5,5],"rotation":270,"texture":"#2"},"down":{"uv":[5.5,1,6,5],"rotation":270,"texture":"#2"}}},{"from":[7.5,9.25,6],"to":[8.5,13.25,6.5],"rotation":{"angle":22.5,"axis":"z","origin":[8,8.75,6.38333]},"faces":{"north":{"uv":[13.5,1,14.5,5],"texture":"#2"},"east":{"uv":[13,1,13.5,5],"texture":"#2"},"south":{"uv":[13.5,1,14.5,5],"texture":"#2"},"west":{"uv":[13.5,1,14,5],"texture":"#2"},"up":{"uv":[13.5,1,14.5,1.5],"texture":"#2"},"down":{"uv":[13.5,1,14.5,1.5],"texture":"#2"}}},{"from":[8.28033,10.76256,6.15],"to":[9.53033,13.26256,6.65],"rotation":{"angle":45,"axis":"z","origin":[9.03033,12.01256,6.4]},"faces":{"north":{"uv":[2,0,3.25,2.5],"rotation":180,"texture":"#2"},"east":{"uv":[2,0,2.5,2.5],"rotation":180,"texture":"#2"},"south":{"uv":[2,0,3.25,2.5],"rotation":180,"texture":"#2"},"west":{"uv":[2,0,2.5,2.5],"rotation":180,"texture":"#2"},"up":{"uv":[2,0,3.25,0.5],"rotation":180,"texture":"#2"},"down":{"uv":[2,0,3.25,0.5],"rotation":180,"texture":"#2"}}},{"from":[10.28553,9.07843,6.15],"to":[11.53553,11.57843,6.65],"rotation":{"angle":0,"axis":"z","origin":[8,8.75,6.38333]},"faces":{"north":{"uv":[10,0,11.25,2.5],"rotation":180,"texture":"#2"},"east":{"uv":[10,0,10.5,2.5],"rotation":180,"texture":"#2"},"south":{"uv":[10,0,11.25,2.5],"rotation":180,"texture":"#2"},"west":{"uv":[10,0,10.5,2.5],"rotation":180,"texture":"#2"},"up":{"uv":[10,0,11.25,0.5],"rotation":180,"texture":"#2"},"down":{"uv":[10,0,11.25,0.5],"rotation":180,"texture":"#2"}}},{"from":[10.28553,9.07843,6.15],"to":[11.53553,11.57843,6.65],"rotation":{"angle":22.5,"axis":"z","origin":[8,8.75,6.38333]},"faces":{"north":{"uv":[6,0,7.25,2.5],"rotation":180,"texture":"#2"},"east":{"uv":[6,0,6.5,2.5],"rotation":180,"texture":"#2"},"south":{"uv":[6,0,7.25,2.5],"rotation":180,"texture":"#2"},"west":{"uv":[6,0,6.5,2.5],"rotation":180,"texture":"#2"},"up":{"uv":[5.5,0,6.75,0.5],"rotation":180,"texture":"#2"},"down":{"uv":[6,0,7.25,0.5],"rotation":180,"texture":"#2"}}},{"from":[10.28553,9.07843,6.15],"to":[11.53553,11.57843,6.65],"rotation":{"angle":-22.5,"axis":"z","origin":[8,8.75,6.38333]},"faces":{"north":{"uv":[14,0,15.25,2.5],"rotation":180,"texture":"#2"},"east":{"uv":[14,0,14.5,2.5],"rotation":180,"texture":"#2"},"south":{"uv":[14,0,15.25,2.5],"rotation":180,"texture":"#2"},"west":{"uv":[14,0,14.5,2.5],"rotation":180,"texture":"#2"},"up":{"uv":[13.5,0,14.75,0.5],"rotation":180,"texture":"#2"},"down":{"uv":[14,0,15.25,0.5],"rotation":180,"texture":"#2"}}},{"from":[7.26741,6.08543,6.15],"to":[9.76741,7.33543,6.65],"rotation":{"angle":-45,"axis":"z","origin":[6.41815,7.90472,6.38333]},"faces":{"north":{"uv":[2,0,3.25,2.5],"rotation":90,"texture":"#2"},"east":{"uv":[2,0,3.25,0.5],"rotation":270,"texture":"#2"},"south":{"uv":[2,0,3.25,2.5],"rotation":270,"texture":"#2"},"west":{"uv":[2,0,3.25,0.5],"rotation":270,"texture":"#2"},"up":{"uv":[2,0,2.5,2.5],"rotation":270,"texture":"#2"},"down":{"uv":[2,0,2.5,2.5],"rotation":270,"texture":"#2"}}},{"from":[4.46447,5.92157,6.15],"to":[5.71447,8.42157,6.65],"rotation":{"angle":0,"axis":"z","origin":[8,8.75,6.38333]},"faces":{"north":{"uv":[10,0,11.25,2.5],"texture":"#2"},"east":{"uv":[10,0,10.5,2.5],"texture":"#2"},"south":{"uv":[10,0,11.25,2.5],"texture":"#2"},"west":{"uv":[10,0,10.5,2.5],"texture":"#2"},"up":{"uv":[10,0,11.25,0.5],"texture":"#2"},"down":{"uv":[10,0,11.25,0.5],"texture":"#2"}}},{"from":[4.46447,5.92157,6.15],"to":[5.71447,8.42157,6.65],"rotation":{"angle":22.5,"axis":"z","origin":[8,8.75,6.38333]},"faces":{"north":{"uv":[6,0,7.25,2.5],"texture":"#2"},"east":{"uv":[5.5,0,6,2.5],"texture":"#2"},"south":{"uv":[6,0,7.25,2.5],"texture":"#2"},"west":{"uv":[6,0,6.5,2.5],"texture":"#2"},"up":{"uv":[6,0,7.25,0.5],"texture":"#2"},"down":{"uv":[6,0,7.25,0.5],"texture":"#2"}}},{"from":[4.46447,5.92157,6.15],"to":[5.71447,8.42157,6.65],"rotation":{"angle":-22.5,"axis":"z","origin":[8,8.75,6.38333]},"faces":{"north":{"uv":[14,0,15.25,2.5],"texture":"#2"},"east":{"uv":[13.5,0,14,2.5],"texture":"#2"},"south":{"uv":[14,0,15.25,2.5],"texture":"#2"},"west":{"uv":[14,0,14.5,2.5],"texture":"#2"},"up":{"uv":[14,0,15.25,0.5],"texture":"#2"},"down":{"uv":[14,0,15.25,0.5],"texture":"#2"}}},{"from":[10.47559,7.14645,6.15],"to":[11.72559,9.64645,6.65],"rotation":{"angle":-45,"axis":"z","origin":[10.42714,8.01343,6.38333]},"faces":{"north":{"uv":[2,0,3.25,2.5],"rotation":180,"texture":"#2"},"east":{"uv":[2,0,2.5,2.5],"rotation":180,"texture":"#2"},"south":{"uv":[2,0,3.25,2.5],"rotation":180,"texture":"#2"},"west":{"uv":[2,0,2.5,2.5],"rotation":180,"texture":"#2"},"up":{"uv":[2,0,3.25,0.5],"rotation":180,"texture":"#2"},"down":{"uv":[2,0,3.25,0.5],"rotation":180,"texture":"#2"}}},{"from":[8.32843,5.21447,6.15],"to":[10.82843,6.46447,6.65],"rotation":{"angle":0,"axis":"z","origin":[8,8.75,6.38333]},"faces":{"north":{"uv":[10,0,11.25,2.5],"rotation":90,"texture":"#2"},"east":{"uv":[10,0,11.25,0.5],"rotation":270,"texture":"#2"},"south":{"uv":[10,0,11.25,2.5],"rotation":270,"texture":"#2"},"west":{"uv":[10,0,11.25,0.5],"rotation":270,"texture":"#2"},"up":{"uv":[10,0,10.5,2.5],"rotation":270,"texture":"#2"},"down":{"uv":[10,0,10.5,2.5],"rotation":270,"texture":"#2"}}},{"from":[8.32843,5.21447,6.15],"to":[10.82843,6.46447,6.65],"rotation":{"angle":22.5,"axis":"z","origin":[8,8.75,6.38333]},"faces":{"north":{"uv":[6,0,7.25,2.5],"rotation":90,"texture":"#2"},"east":{"uv":[5.5,0,6.75,0.5],"rotation":270,"texture":"#2"},"south":{"uv":[6,0,7.25,2.5],"rotation":270,"texture":"#2"},"west":{"uv":[6,0,7.25,0.5],"rotation":270,"texture":"#2"},"up":{"uv":[6,0,6.5,2.5],"rotation":270,"texture":"#2"},"down":{"uv":[6,0,6.5,2.5],"rotation":270,"texture":"#2"}}},{"from":[8.32843,5.21447,6.15],"to":[10.82843,6.46447,6.65],"rotation":{"angle":-22.5,"axis":"z","origin":[8,8.75,6.38333]},"faces":{"north":{"uv":[14,0,15.25,2.5],"rotation":90,"texture":"#2"},"east":{"uv":[13.5,0,14.75,0.5],"rotation":270,"texture":"#2"},"south":{"uv":[14,0,15.25,2.5],"rotation":270,"texture":"#2"},"west":{"uv":[14,0,15.25,0.5],"rotation":270,"texture":"#2"},"up":{"uv":[14,0,14.5,2.5],"rotation":270,"texture":"#2"},"down":{"uv":[14,0,14.5,2.5],"rotation":270,"texture":"#2"}}},{"from":[3.40345,6.79253,6.15],"to":[4.65345,9.29253,6.65],"rotation":{"angle":-45,"axis":"z","origin":[6.41815,7.90472,6.38333]},"faces":{"north":{"uv":[2,0,3.25,2.5],"texture":"#2"},"east":{"uv":[2,0,2.5,2.5],"texture":"#2"},"south":{"uv":[2,0,3.25,2.5],"texture":"#2"},"west":{"uv":[2,0,2.5,2.5],"texture":"#2"},"up":{"uv":[2,0,3.25,0.5],"texture":"#2"},"down":{"uv":[2,0,3.25,0.5],"texture":"#2"}}},{"from":[5.17157,11.03553,6.15],"to":[7.67157,12.28553,6.65],"rotation":{"angle":0,"axis":"z","origin":[8,8.75,6.38333]},"faces":{"north":{"uv":[10,0,11.25,2.5],"rotation":270,"texture":"#2"},"east":{"uv":[10,0,11.25,0.5],"rotation":90,"texture":"#2"},"south":{"uv":[10,0,11.25,2.5],"rotation":90,"texture":"#2"},"west":{"uv":[10,0,11.25,0.5],"rotation":90,"texture":"#2"},"up":{"uv":[10,0,10.5,2.5],"rotation":90,"texture":"#2"},"down":{"uv":[10,0,10.5,2.5],"rotation":90,"texture":"#2"}}},{"from":[5.17157,11.03553,6.15],"to":[7.67157,12.28553,6.65],"rotation":{"angle":22.5,"axis":"z","origin":[8,8.75,6.38333]},"faces":{"north":{"uv":[6,0,7.25,2.5],"rotation":270,"texture":"#2"},"east":{"uv":[5.5,0,6.75,0.5],"rotation":90,"texture":"#2"},"south":{"uv":[6,0,7.25,2.5],"rotation":90,"texture":"#2"},"west":{"uv":[6,0,7.25,0.5],"rotation":90,"texture":"#2"},"up":{"uv":[6,0,6.5,2.5],"rotation":90,"texture":"#2"},"down":{"uv":[6,0,6.5,2.5],"rotation":90,"texture":"#2"}}},{"from":[5.17157,11.03553,6.15],"to":[7.67157,12.28553,6.65],"rotation":{"angle":-22.5,"axis":"z","origin":[8,8.75,6.38333]},"faces":{"north":{"uv":[14,0,15.25,2.5],"rotation":270,"texture":"#2"},"east":{"uv":[13.5,0,14.75,0.5],"rotation":90,"texture":"#2"},"south":{"uv":[14,0,15.25,2.5],"rotation":90,"texture":"#2"},"west":{"uv":[14,0,15.25,0.5],"rotation":90,"texture":"#2"},"up":{"uv":[14,0,14.5,2.5],"rotation":90,"texture":"#2"},"down":{"uv":[14,0,14.5,2.5],"rotation":90,"texture":"#2"}}},{"from":[8.26777,9.23223,6.25],"to":[10.26777,11.48223,6.75],"rotation":{"angle":0,"axis":"z","origin":[8,8.75,6.38333]},"faces":{"north":{"uv":[0,0,2,2.25],"rotation":180,"texture":"#2"},"east":{"uv":[2.5,1.5,3,3.75],"rotation":180,"texture":"#2"},"south":{"uv":[1,1.5,3,3.75],"rotation":180,"texture":"#2"},"west":{"uv":[2,1,2.5,3.25],"rotation":180,"texture":"#2"},"up":{"uv":[1,3,3,3.5],"rotation":180,"texture":"#2"},"down":{"uv":[1,3,3,3.5],"rotation":180,"texture":"#2"}}},{"from":[8.26777,9.23223,6.25],"to":[10.26777,11.48223,6.75],"rotation":{"angle":-45,"axis":"z","origin":[8,8.75,6.38333]},"faces":{"north":{"uv":[8,0,10,2.25],"rotation":180,"texture":"#2"},"east":{"uv":[10.5,1.5,11,3.75],"rotation":180,"texture":"#2"},"south":{"uv":[9,1.5,11,3.75],"rotation":180,"texture":"#2"},"west":{"uv":[10,1,10.5,3.25],"rotation":180,"texture":"#2"},"up":{"uv":[9,3,11,3.5],"rotation":180,"texture":"#2"},"down":{"uv":[9,3,11,3.5],"rotation":180,"texture":"#2"}}},{"from":[8.26777,9.23223,6.25],"to":[10.26777,11.48223,6.75],"rotation":{"angle":-22.5,"axis":"z","origin":[8,8.75,6.38333]},"faces":{"north":{"uv":[4,0,6,2.25],"rotation":180,"texture":"#2"},"east":{"uv":[6.5,1.5,7,3.75],"rotation":180,"texture":"#2"},"south":{"uv":[5,1.5,7,3.75],"rotation":180,"texture":"#2"},"west":{"uv":[6,1,6.5,3.25],"rotation":180,"texture":"#2"},"up":{"uv":[4.5,3,6.5,3.5],"rotation":180,"texture":"#2"},"down":{"uv":[5,3,7,3.5],"rotation":180,"texture":"#2"}}},{"from":[8.48223,6.48223,6.25],"to":[10.73223,8.48223,6.75],"rotation":{"angle":22.5,"axis":"z","origin":[8,8.75,6.38333]},"faces":{"north":{"uv":[12,0,14,2.25],"rotation":90,"texture":"#2"},"east":{"uv":[12.5,3,14.5,3.5],"rotation":270,"texture":"#2"},"south":{"uv":[13,1.5,15,3.75],"rotation":270,"texture":"#2"},"west":{"uv":[13,3,15,3.5],"rotation":270,"texture":"#2"},"up":{"uv":[14,1,14.5,3.25],"rotation":270,"texture":"#2"},"down":{"uv":[14.5,1.5,15,3.75],"rotation":270,"texture":"#2"}}},{"from":[5.73223,6.01777,6.25],"to":[7.73223,8.26777,6.75],"rotation":{"angle":0,"axis":"z","origin":[6.41815,7.90472,6.38333]},"faces":{"north":{"uv":[0,0,2,2.25],"texture":"#2"},"east":{"uv":[2,1,2.5,3.25],"texture":"#2"},"south":{"uv":[1,1.5,3,3.75],"texture":"#2"},"west":{"uv":[2.5,1.5,3,3.75],"texture":"#2"},"up":{"uv":[1,3,3,3.5],"texture":"#2"},"down":{"uv":[1,3,3,3.5],"texture":"#2"}}},{"from":[5.73223,6.01777,6.25],"to":[7.73223,8.26777,6.75],"rotation":{"angle":-45,"axis":"z","origin":[8,8.75,6.38333]},"faces":{"north":{"uv":[8,0,10,2.25],"texture":"#2"},"east":{"uv":[10,1,10.5,3.25],"texture":"#2"},"south":{"uv":[9,1.5,11,3.75],"texture":"#2"},"west":{"uv":[10.5,1.5,11,3.75],"texture":"#2"},"up":{"uv":[9,3,11,3.5],"texture":"#2"},"down":{"uv":[9,3,11,3.5],"texture":"#2"}}},{"from":[5.73223,6.01777,6.25],"to":[7.73223,8.26777,6.75],"rotation":{"angle":-22.5,"axis":"z","origin":[8,8.75,6.38333]},"faces":{"north":{"uv":[4,0,6,2.25],"texture":"#2"},"east":{"uv":[6,1,6.5,3.25],"texture":"#2"},"south":{"uv":[5,1.5,7,3.75],"texture":"#2"},"west":{"uv":[6.5,1.5,7,3.75],"texture":"#2"},"up":{"uv":[4.5,3,6.5,3.5],"texture":"#2"},"down":{"uv":[5,3,7,3.5],"texture":"#2"}}},{"from":[5.26777,9.01777,6.25],"to":[7.51777,11.01777,6.75],"rotation":{"angle":22.5,"axis":"z","origin":[8,8.75,6.38333]},"faces":{"north":{"uv":[12,0,14,2.25],"rotation":270,"texture":"#2"},"east":{"uv":[12.5,3,14.5,3.5],"rotation":90,"texture":"#2"},"south":{"uv":[13,1.5,15,3.75],"rotation":90,"texture":"#2"},"west":{"uv":[13,3,15,3.5],"rotation":90,"texture":"#2"},"up":{"uv":[14.5,1.5,15,3.75],"rotation":90,"texture":"#2"},"down":{"uv":[14,1,14.5,3.25],"rotation":90,"texture":"#2"}}},{"from":[8.48223,6.48223,6.25],"to":[10.73223,8.48223,6.75],"rotation":{"angle":0,"axis":"z","origin":[10.42714,8.01343,6.38333]},"faces":{"north":{"uv":[0,0,2,2.25],"rotation":90,"texture":"#2"},"east":{"uv":[1,3,3,3.5],"rotation":270,"texture":"#2"},"south":{"uv":[1,1.5,3,3.75],"rotation":270,"texture":"#2"},"west":{"uv":[1,3,3,3.5],"rotation":270,"texture":"#2"},"up":{"uv":[2,1,2.5,3.25],"rotation":270,"texture":"#2"},"down":{"uv":[2.5,1.5,3,3.75],"rotation":270,"texture":"#2"}}},{"from":[8.48223,6.48223,6.25],"to":[10.73223,8.48223,6.75],"rotation":{"angle":-45,"axis":"z","origin":[8,8.75,6.38333]},"faces":{"north":{"uv":[8,0,10,2.25],"rotation":90,"texture":"#2"},"east":{"uv":[9,3,11,3.5],"rotation":270,"texture":"#2"},"south":{"uv":[9,1.5,11,3.75],"rotation":270,"texture":"#2"},"west":{"uv":[9,3,11,3.5],"rotation":270,"texture":"#2"},"up":{"uv":[10,1,10.5,3.25],"rotation":270,"texture":"#2"},"down":{"uv":[10.5,1.5,11,3.75],"rotation":270,"texture":"#2"}}},{"from":[8.48223,6.48223,6.25],"to":[10.73223,8.48223,6.75],"rotation":{"angle":-22.5,"axis":"z","origin":[8,8.75,6.38333]},"faces":{"north":{"uv":[4,0,6,2.25],"rotation":90,"texture":"#2"},"east":{"uv":[5,3,7,3.5],"rotation":270,"texture":"#2"},"south":{"uv":[5,1.5,7,3.75],"rotation":270,"texture":"#2"},"west":{"uv":[5,3,7,3.5],"rotation":270,"texture":"#2"},"up":{"uv":[5.5,1,6,3.25],"rotation":270,"texture":"#2"},"down":{"uv":[6.5,1.5,7,3.75],"rotation":270,"texture":"#2"}}},{"from":[5.73223,6.01777,6.25],"to":[7.73223,8.26777,6.75],"rotation":{"angle":22.5,"axis":"z","origin":[8,8.75,6.38333]},"faces":{"north":{"uv":[12,0,14,2.25],"texture":"#2"},"east":{"uv":[13.5,1,14,3.25],"texture":"#2"},"south":{"uv":[13,1.5,15,3.75],"texture":"#2"},"west":{"uv":[14.5,1.5,15,3.75],"texture":"#2"},"up":{"uv":[13,3,15,3.5],"texture":"#2"},"down":{"uv":[13,3,15,3.5],"texture":"#2"}}},{"from":[5.26777,9.01777,6.25],"to":[7.51777,11.01777,6.75],"rotation":{"angle":0,"axis":"z","origin":[6.41815,7.90472,6.13333]},"faces":{"north":{"uv":[0,0,2,2.25],"rotation":270,"texture":"#2"},"east":{"uv":[1,3,3,3.5],"rotation":90,"texture":"#2"},"south":{"uv":[1,1.5,3,3.75],"rotation":90,"texture":"#2"},"west":{"uv":[1,3,3,3.5],"rotation":90,"texture":"#2"},"up":{"uv":[2.5,1.5,3,3.75],"rotation":90,"texture":"#2"},"down":{"uv":[2,1,2.5,3.25],"rotation":90,"texture":"#2"}}},{"from":[5.26777,9.01777,6.25],"to":[7.51777,11.01777,6.75],"rotation":{"angle":-45,"axis":"z","origin":[8,8.75,6.38333]},"faces":{"north":{"uv":[8,0,10,2.25],"rotation":270,"texture":"#2"},"east":{"uv":[9,3,11,3.5],"rotation":90,"texture":"#2"},"south":{"uv":[9,1.5,11,3.75],"rotation":90,"texture":"#2"},"west":{"uv":[9,3,11,3.5],"rotation":90,"texture":"#2"},"up":{"uv":[10.5,1.5,11,3.75],"rotation":90,"texture":"#2"},"down":{"uv":[10,1,10.5,3.25],"rotation":90,"texture":"#2"}}},{"from":[5.26777,9.01777,6.25],"to":[7.51777,11.01777,6.75],"rotation":{"angle":-22.5,"axis":"z","origin":[8,8.75,6.38333]},"faces":{"north":{"uv":[4,0,6,2.25],"rotation":270,"texture":"#2"},"east":{"uv":[5,3,7,3.5],"rotation":90,"texture":"#2"},"south":{"uv":[5,1.5,7,3.75],"rotation":90,"texture":"#2"},"west":{"uv":[5,3,7,3.5],"rotation":90,"texture":"#2"},"up":{"uv":[6,1.5,6.5,3.75],"rotation":90,"texture":"#2"},"down":{"uv":[6,1,6.5,3.25],"rotation":90,"texture":"#2"}}},{"from":[8.26777,9.23223,6.25],"to":[10.26777,11.48223,6.75],"rotation":{"angle":22.5,"axis":"z","origin":[8,8.75,6.38333]},"faces":{"north":{"uv":[12,0,14,2.25],"rotation":180,"texture":"#2"},"east":{"uv":[14,1.5,14.5,3.75],"rotation":180,"texture":"#2"},"south":{"uv":[13,1.5,15,3.75],"rotation":180,"texture":"#2"},"west":{"uv":[14,1,14.5,3.25],"rotation":180,"texture":"#2"},"up":{"uv":[13,3,15,3.5],"rotation":180,"texture":"#2"},"down":{"uv":[13,3,15,3.5],"rotation":180,"texture":"#2"}}}],"display":{"thirdperson_righthand":{"rotation":[0,90,0],"translation":[0,16,1],"scale":[1.75,1.75,1.75]},"thirdperson_lefthand":{"rotation":[0,90,0],"translation":[0,16,1],"scale":[1.75,1.75,1.75]},"firstperson_righthand":{"rotation":[-15,103,0],"translation":[3.5,8,-2.5]},"firstperson_lefthand":{"rotation":[-15,103,0],"translation":[3.5,8,-2.5]},"gui":{"rotation":[0,161,46],"translation":[4.5,3.25,0],"scale":[1,0.93,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/skin/wand/tropical_wand.json b/assets/minecraft/models/item/wynn/skin/wand/tropical_wand.json new file mode 100644 index 000000000..556e4b8e0 --- /dev/null +++ b/assets/minecraft/models/item/wynn/skin/wand/tropical_wand.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"skins/tropical/tropical_wand","1":"wynn/weapon/anim/ocean_pulse","particle":"skins/tropical/tropical_wand"},"elements":[{"from":[7,12,6],"to":[9,18,8],"rotation":{"angle":0,"axis":"y","origin":[-1,-3,0]},"faces":{"north":{"uv":[0.5,9.25,1,10.75],"texture":"#0"},"east":{"uv":[0,9.25,0.5,10.75],"texture":"#0"},"south":{"uv":[1.5,9.25,2,10.75],"texture":"#0"},"west":{"uv":[1,9.25,1.5,10.75],"texture":"#0"},"up":{"uv":[1,9.25,0.5,8.75],"texture":"#0"},"down":{"uv":[1.5,8.75,1,9.25],"texture":"#0"}}},{"from":[7,3,7],"to":[9,9,9],"rotation":{"angle":0,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[0.5,7.25,1,8.75],"texture":"#0"},"east":{"uv":[0,7.25,0.5,8.75],"texture":"#0"},"south":{"uv":[1.5,7.25,2,8.75],"texture":"#0"},"west":{"uv":[1,7.25,1.5,8.75],"texture":"#0"},"up":{"uv":[1,7.25,0.5,6.75],"texture":"#0"},"down":{"uv":[1.5,6.75,1,7.25],"texture":"#0"}}},{"from":[7,-7,7],"to":[9,1,9],"rotation":{"angle":0,"axis":"y","origin":[-1,-3,-1]},"faces":{"north":{"uv":[0.5,4.75,1,6.75],"texture":"#0"},"east":{"uv":[0,4.75,0.5,6.75],"texture":"#0"},"south":{"uv":[1.5,4.75,2,6.75],"texture":"#0"},"west":{"uv":[1,4.75,1.5,6.75],"texture":"#0"},"up":{"uv":[1,4.75,0.5,4.25],"texture":"#0"},"down":{"uv":[1.5,4.25,1,4.75],"texture":"#0"}}},{"from":[7,9,6],"to":[9,12,9],"rotation":{"angle":0,"axis":"y","origin":[-1,-3,-1]},"faces":{"north":{"uv":[0.75,11.5,1.25,12.25],"texture":"#0"},"east":{"uv":[0,11.5,0.75,12.25],"texture":"#0"},"south":{"uv":[2,11.5,2.5,12.25],"texture":"#0"},"west":{"uv":[1.25,11.5,2,12.25],"texture":"#0"},"up":{"uv":[1.25,11.5,0.75,10.75],"texture":"#0"},"down":{"uv":[1.75,10.75,1.25,11.5],"texture":"#0"}}},{"from":[7,1,7],"to":[10,3,9],"rotation":{"angle":0,"axis":"y","origin":[-1,-3,-1]},"faces":{"north":{"uv":[0.5,2.5,1.25,3],"texture":"#0"},"east":{"uv":[0,2.5,0.5,3],"texture":"#0"},"south":{"uv":[1.75,2.5,2.5,3],"texture":"#0"},"west":{"uv":[1.25,2.5,1.75,3],"texture":"#0"},"up":{"uv":[1.25,2.5,0.5,2],"texture":"#0"},"down":{"uv":[2,2,1.25,2.5],"texture":"#0"}}},{"from":[6,15,6],"to":[8,18,9],"rotation":{"angle":-45,"axis":"x","origin":[7,16.5,7.5]},"faces":{"north":{"uv":[2.75,6,3.25,6.75],"texture":"#0"},"east":{"uv":[2,6,2.75,6.75],"texture":"#0"},"south":{"uv":[4,6,4.5,6.75],"texture":"#0"},"west":{"uv":[3.25,6,4,6.75],"texture":"#0"},"up":{"uv":[3.25,6,2.75,5.25],"texture":"#0"},"down":{"uv":[3.75,5.25,3.25,6],"texture":"#0"}}},{"from":[7,15,8],"to":[9,17,10],"rotation":{"angle":22.5,"axis":"y","origin":[9,16,9]},"faces":{"north":{"uv":[2.5,4.75,3,5.25],"texture":"#0"},"east":{"uv":[2,4.75,2.5,5.25],"texture":"#0"},"south":{"uv":[3.5,4.75,4,5.25],"texture":"#0"},"west":{"uv":[3,4.75,3.5,5.25],"texture":"#0"},"up":{"uv":[3,4.75,2.5,4.25],"texture":"#0"},"down":{"uv":[3.5,4.25,3,4.75],"texture":"#0"}}},{"from":[7,-12,7],"to":[9,-10,9],"rotation":{"angle":45,"axis":"y","origin":[8,-11,8]},"faces":{"north":{"uv":[2.5,4.75,3,5.25],"texture":"#0"},"east":{"uv":[2,4.75,2.5,5.25],"texture":"#0"},"south":{"uv":[3.5,4.75,4,5.25],"texture":"#0"},"west":{"uv":[3,4.75,3.5,5.25],"texture":"#0"},"up":{"uv":[3,4.75,2.5,4.25],"texture":"#0"},"down":{"uv":[3.5,4.25,3,4.75],"texture":"#0"}}},{"from":[6.5,13,4],"to":[9.5,18,7],"rotation":{"angle":-22.5,"axis":"x","origin":[6.5,17.5,5.5]},"faces":{"north":{"uv":[0.75,0.75,1.5,2],"texture":"#0"},"east":{"uv":[0,0.75,0.75,2],"texture":"#0"},"south":{"uv":[2.25,0.75,3,2],"texture":"#0"},"west":{"uv":[1.5,0.75,2.25,2],"texture":"#0"},"up":{"uv":[1.5,0.75,0.75,0],"texture":"#0"},"down":{"uv":[2.25,0,1.5,0.75],"texture":"#0"}}},{"from":[9,13,8.5],"to":[11,15,10.5],"rotation":{"angle":-45,"axis":"y","origin":[10,14,8]},"faces":{"north":{"uv":[2.5,4.75,3,5.25],"texture":"#0"},"east":{"uv":[2,4.75,2.5,5.25],"texture":"#0"},"south":{"uv":[3.5,4.75,4,5.25],"texture":"#0"},"west":{"uv":[3,4.75,3.5,5.25],"texture":"#0"},"up":{"uv":[3,4.75,2.5,4.25],"texture":"#0"},"down":{"uv":[3.5,4.25,3,4.75],"texture":"#0"}}},{"from":[8,11,7],"to":[10,13,9],"rotation":{"angle":22.5,"axis":"y","origin":[9,12,8]},"faces":{"north":{"uv":[2.5,4.75,3,5.25],"texture":"#0"},"east":{"uv":[2,4.75,2.5,5.25],"texture":"#0"},"south":{"uv":[3.5,4.75,4,5.25],"texture":"#0"},"west":{"uv":[3,4.75,3.5,5.25],"texture":"#0"},"up":{"uv":[3,4.75,2.5,4.25],"texture":"#0"},"down":{"uv":[3.5,4.25,3,4.75],"texture":"#0"}}},{"from":[9,19.5,7],"to":[13,24.5,9],"rotation":{"angle":-22.5,"axis":"z","origin":[8,21,7]},"faces":{"north":{"uv":[5.5,3,6.5,4.25],"texture":"#0"},"east":{"uv":[5,3,5.5,4.25],"texture":"#0"},"south":{"uv":[7,3,8,4.25],"texture":"#0"},"west":{"uv":[6.5,3,7,4.25],"texture":"#0"},"up":{"uv":[6.5,3,5.5,2.5],"texture":"#0"},"down":{"uv":[7.5,2.5,6.5,3],"texture":"#0"}}},{"from":[5.5,20,8],"to":[7.5,28,10],"rotation":{"angle":22.5,"axis":"z","origin":[7,21,9]},"faces":{"north":{"uv":[8.5,4.5,9,6.5],"texture":"#0"},"east":{"uv":[8,4.5,8.5,6.5],"texture":"#0"},"south":{"uv":[9.5,4.5,10,6.5],"texture":"#0"},"west":{"uv":[9,4.5,9.5,6.5],"texture":"#0"},"up":{"uv":[9,4.5,8.5,4],"texture":"#0"},"down":{"uv":[9.5,4,9,4.5],"texture":"#0"}}},{"from":[5,18,6],"to":[11,22,12],"rotation":{"angle":22.5,"axis":"x","origin":[8,24,7]},"faces":{"north":{"uv":[4.5,1.5,6,2.5],"texture":"#0"},"east":{"uv":[3,1.5,4.5,2.5],"texture":"#0"},"south":{"uv":[7.5,1.5,9,2.5],"texture":"#0"},"west":{"uv":[6,1.5,7.5,2.5],"texture":"#0"},"up":{"uv":[6,1.5,4.5,0],"texture":"#0"},"down":{"uv":[7.5,0,6,1.5],"texture":"#0"}}},{"from":[6,25,8],"to":[10,28,11],"rotation":{"angle":22.5,"axis":"x","origin":[8,24,7]},"faces":{"north":{"uv":[8.75,3.25,9.75,4],"texture":"#0"},"east":{"uv":[8,3.25,8.75,4],"texture":"#0"},"south":{"uv":[10.5,3.25,11.5,4],"texture":"#0"},"west":{"uv":[9.75,3.25,10.5,4],"texture":"#0"},"up":{"uv":[9.75,3.25,8.75,2.5],"texture":"#0"},"down":{"uv":[10.75,2.5,9.75,3.25],"texture":"#0"}}},{"from":[7,25,7],"to":[9,30,9],"rotation":{"angle":22.5,"axis":"x","origin":[8,24,7]},"faces":{"north":{"uv":[14.5,0.5,15,1.75],"texture":"#0"},"east":{"uv":[14,0.5,14.5,1.75],"texture":"#0"},"south":{"uv":[15.5,0.5,16,1.75],"texture":"#0"},"west":{"uv":[15,0.5,15.5,1.75],"texture":"#0"},"up":{"uv":[15,0.5,14.5,0],"texture":"#0"},"down":{"uv":[15.5,0,15,0.5],"texture":"#0"}}},{"from":[6,22,6],"to":[11,25,11],"rotation":{"angle":22.5,"axis":"x","origin":[8,24,7]},"faces":{"north":{"uv":[10.25,1.25,11.5,2],"texture":"#0"},"east":{"uv":[9,1.25,10.25,2],"texture":"#0"},"south":{"uv":[12.75,1.25,14,2],"texture":"#0"},"west":{"uv":[11.5,1.25,12.75,2],"texture":"#0"},"up":{"uv":[11.5,1.25,10.25,0],"texture":"#0"},"down":{"uv":[12.75,0,11.5,1.25],"texture":"#0"}}},{"from":[8,-14,5],"to":[8.01,-4,11],"rotation":{"angle":0,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[6,4.25,6,6.75],"texture":"#0"},"east":{"uv":[4.5,4.25,6,6.75],"texture":"#0"},"south":{"uv":[7.5,4.25,7.5,6.75],"texture":"#0"},"west":{"uv":[6,4.25,7.5,6.75],"texture":"#0"},"up":{"uv":[6,4.25,6,2.75],"texture":"#0"},"down":{"uv":[6,2.75,6,4.25],"texture":"#0"}}},{"from":[5,-14,8],"to":[11,-4,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[4.5,4.25,6,6.75],"texture":"#0"},"east":{"uv":[4.5,4.25,4.5,6.75],"texture":"#0"},"south":{"uv":[6,4.25,7.5,6.75],"texture":"#0"},"west":{"uv":[6,4.25,6,6.75],"texture":"#0"},"up":{"uv":[6,4.25,4.5,4.25],"texture":"#0"},"down":{"uv":[7.5,4.25,6,4.25],"texture":"#0"}}},{"from":[0,18,0],"to":[16,18.01,16],"rotation":{"angle":-22.5,"axis":"x","origin":[8,18,8]},"faces":{"up":{"uv":[16,16,0,0],"texture":"#1"},"down":{"uv":[16,0,0,16],"texture":"#1"}}},{"from":[6,13.5,3],"to":[6.01,18.5,13],"rotation":{"angle":22.5,"axis":"z","origin":[10,15,7]},"faces":{"east":{"uv":[0,3,2.5,4.25],"texture":"#0"},"west":{"uv":[2.5,3,5,4.25],"texture":"#0"}}},{"from":[5,14.5,7],"to":[6.01,17.5,9],"rotation":{"angle":22.5,"axis":"z","origin":[10,15,7]},"faces":{"north":{"uv":[13.5,2.5,13.75,3.25],"texture":"#0"},"east":{"uv":[13,2.5,13.5,3.25],"texture":"#0"},"south":{"uv":[14.25,2.5,14.5,3.25],"texture":"#0"},"west":{"uv":[13.75,2.5,14.25,3.25],"texture":"#0"},"up":{"uv":[13.75,2.5,13.5,2],"texture":"#0"},"down":{"uv":[14,2,13.75,2.5],"texture":"#0"}}},{"from":[6.85,-2,5],"to":[6.86,13,11],"shade":false,"faces":{"north":{"uv":[3.5,6.75,3.5,10.5],"texture":"#0"},"east":{"uv":[5,6.75,3.5,10.5],"texture":"#0"},"south":{"uv":[5,6.75,5,10.5],"texture":"#0"},"west":{"uv":[3.5,6.75,2,10.5],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[15,90,0],"translation":[0,0.5,2]},"thirdperson_lefthand":{"rotation":[15,90,0],"translation":[0,0.5,2]},"firstperson_righthand":{"rotation":[-150,80,160],"translation":[6,-3,-7]},"firstperson_lefthand":{"rotation":[-150,80,160],"translation":[6,-3,-7]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/spell/angel_0.json b/assets/minecraft/models/item/wynn/spell/angel_0.json new file mode 100644 index 000000000..f264231a8 --- /dev/null +++ b/assets/minecraft/models/item/wynn/spell/angel_0.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"0":"skins/soul_heart","2":"skins/drum_gradient","4":"skins/rainbow_gradient","5":"skins/multi_wool","particle":"skins/soul_heart","wings":"wynn/wings"},"elements":[{"from":[-5.07082,-6,6.94975],"to":[-4.97082,10,22.94975],"rotation":{"angle":-45,"axis":"y","origin":[-5.02082,2,14.94975]},"faces":{"east":{"uv":[0,0,16,16],"texture":"#wings"},"west":{"uv":[16,0,0,16],"texture":"#wings"}}},{"from":[13.95,-6,14],"to":[14.05,10,30],"rotation":{"angle":45,"axis":"y","origin":[9,0,10]},"faces":{"east":{"uv":[0,0,16,16],"texture":"#wings"},"west":{"uv":[16,0,0,16],"texture":"#wings"}}},{"from":[0.21119,3.65222,11.81433],"to":[9.69119,4.23222,12.39433],"rotation":{"angle":-45,"axis":"y","origin":[4.55119,3.94222,12.10433]},"faces":{"north":{"uv":[6.5,0.5,13.5,1],"texture":"#2"},"east":{"uv":[6.5,0.5,13.5,1],"rotation":180,"texture":"#2"},"south":{"uv":[6.5,0.5,13.5,1],"rotation":180,"texture":"#2"},"west":{"uv":[6.5,0.5,13.5,1],"rotation":180,"texture":"#2"},"up":{"uv":[6.5,0.5,13.5,1],"rotation":180,"texture":"#2"},"down":{"uv":[6.5,0.5,13.5,1],"rotation":180,"texture":"#2"}}},{"from":[6.29881,3.64222,11.80433],"to":[15.79881,4.24222,12.40433],"rotation":{"angle":45,"axis":"y","origin":[11.44881,3.94222,12.10433]},"faces":{"north":{"uv":[14,0.5,7,1],"texture":"#2"},"east":{"uv":[14,0.5,7,1],"rotation":180,"texture":"#2"},"south":{"uv":[14,0.5,7,1],"rotation":180,"texture":"#2"},"west":{"uv":[7.58,0.5,7.68,0.6],"rotation":180,"texture":"#2"},"up":{"uv":[14,0.5,7,1],"rotation":180,"texture":"#2"},"down":{"uv":[14,0.5,7,1],"rotation":180,"texture":"#2"}}},{"from":[4.9681,2.63222,5.52673],"to":[7.4881,4.25222,7.14673],"rotation":{"angle":-45,"axis":"y","origin":[10.94111,3.53333,5.38837]},"faces":{"north":{"uv":[16,10,13.5,10.5],"texture":"#0"},"east":{"uv":[15,10.5,16,9.5],"rotation":90,"texture":"#0"},"south":{"uv":[16,9,13.5,9.5],"rotation":180,"texture":"#0"},"west":{"uv":[12.5,10.5,13,9],"rotation":270,"texture":"#0"},"up":{"uv":[16,9,13.5,10.5],"rotation":180,"texture":"#0"},"down":{"uv":[16,10.5,13.5,9],"rotation":180,"texture":"#0"}}},{"from":[8.5219,2.64222,5.53673],"to":[11.0219,4.24222,7.13673],"rotation":{"angle":45,"axis":"y","origin":[5.05889,3.53333,5.38837]},"faces":{"north":{"uv":[13.5,10,16,10.5],"texture":"#0"},"east":{"uv":[12.5,9,13,10.5],"rotation":270,"texture":"#0"},"south":{"uv":[13.5,9,16,9.5],"rotation":180,"texture":"#0"},"west":{"uv":[15,9.5,16,10.5],"rotation":90,"texture":"#0"},"up":{"uv":[13.5,9,16,10.5],"rotation":180,"texture":"#0"},"down":{"uv":[13.5,10.5,16,9],"rotation":180,"texture":"#0"}}},{"from":[2.08395,2.79222,3.12082],"to":[6.58395,4.09222,4.97082],"rotation":{"angle":22.5,"axis":"y","origin":[4.33395,3.44222,4.04582]},"faces":{"north":{"uv":[9.5,11,4.5,12.5],"texture":"#0"},"east":{"uv":[9.5,11,4.5,13.5],"rotation":180,"texture":"#0"},"south":{"uv":[9.5,11,4.5,12.5],"rotation":180,"texture":"#0"},"west":{"uv":[9.5,11,4.5,13.5],"rotation":180,"texture":"#0"},"up":{"uv":[9.5,11,4.5,13.5],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,11,4.5,13.5],"rotation":180,"texture":"#0"}}},{"from":[2.08395,2.54222,3.47082],"to":[6.58395,4.34222,4.62082],"rotation":{"angle":22.5,"axis":"y","origin":[4.33395,3.44222,4.04582]},"faces":{"north":{"uv":[9.5,14,4.5,15.5],"texture":"#0"},"east":{"uv":[8.65,13.5,7.5,15.3],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,14.5,3.5,16],"rotation":180,"texture":"#0"},"west":{"uv":[5,14,0,15.5],"rotation":180,"texture":"#0"},"up":{"uv":[10,14,5,15.5],"rotation":180,"texture":"#0"},"down":{"uv":[8,14,3,15.5],"rotation":180,"texture":"#0"}}},{"from":[0.12245,2.82222,3.97754],"to":[1.74245,4.04222,9.39754],"rotation":{"angle":-22.5,"axis":"y","origin":[0.82399,3.43222,8.48619]},"faces":{"north":{"uv":[6,11,0,13.5],"rotation":180,"texture":"#0"},"east":{"uv":[6,12,0,13.5],"rotation":180,"texture":"#0"},"south":{"uv":[1.62,11,0,12.22],"rotation":180,"texture":"#0"},"west":{"uv":[6,11,0,12.5],"texture":"#0"},"up":{"uv":[6,11,0,13.5],"rotation":90,"texture":"#0"},"down":{"uv":[6,11,0,13.5],"rotation":270,"texture":"#0"}}},{"from":[0.42245,2.57222,4.17754],"to":[1.49245,4.29222,9.39754],"rotation":{"angle":-22.5,"axis":"y","origin":[0.82399,3.43222,8.48619]},"faces":{"north":{"uv":[6,14,0,15.5],"rotation":180,"texture":"#0"},"east":{"uv":[6,14,0,15.5],"rotation":180,"texture":"#0"},"south":{"uv":[1.07,14,0,15.72],"rotation":180,"texture":"#0"},"west":{"uv":[6,14,0,15.5],"texture":"#0"},"up":{"uv":[6,14,0,15.5],"rotation":90,"texture":"#0"},"down":{"uv":[6,14,0,15.5],"rotation":270,"texture":"#0"}}},{"from":[-1.80656,2.83222,8.23643],"to":[0.39344,4.03222,9.63643],"rotation":{"angle":45,"axis":"y","origin":[0.82399,3.43222,8.48619]},"faces":{"north":{"uv":[2,11,0,12.5],"texture":"#0"},"east":{"uv":[2,11,0,12.5],"rotation":180,"texture":"#0"},"south":{"uv":[2,11,0,12.5],"rotation":180,"texture":"#0"},"west":{"uv":[1.2,11,0,12],"rotation":180,"texture":"#0"},"up":{"uv":[2,11,0,12.5],"rotation":180,"texture":"#0"},"down":{"uv":[2,11,0,12.5],"rotation":180,"texture":"#0"}}},{"from":[-1.90656,2.68222,8.43643],"to":[0.29344,4.18222,9.43643],"rotation":{"angle":45,"axis":"y","origin":[0.82399,3.43222,8.48619]},"faces":{"north":{"uv":[2,14,0,15.5],"texture":"#0"},"east":{"uv":[2,14,0,15.5],"rotation":180,"texture":"#0"},"south":{"uv":[2,14,0,15.5],"rotation":180,"texture":"#0"},"west":{"uv":[0,15.5,2,14],"rotation":270,"texture":"#0"},"up":{"uv":[2,14,0,15.5],"rotation":180,"texture":"#0"},"down":{"uv":[2,14,0,15.5],"rotation":180,"texture":"#0"}}},{"from":[9.41605,2.54222,3.47082],"to":[13.91605,4.34222,4.62082],"rotation":{"angle":-22.5,"axis":"y","origin":[11.66605,3.44222,4.04582]},"faces":{"north":{"uv":[4.5,14,9.5,15.5],"texture":"#0"},"east":{"uv":[0,14,5,15.5],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,14.5,8.5,16],"rotation":180,"texture":"#0"},"west":{"uv":[7.5,13.5,8.65,15.3],"rotation":180,"texture":"#0"},"up":{"uv":[5,14,10,15.5],"rotation":180,"texture":"#0"},"down":{"uv":[3,14,8,15.5],"rotation":180,"texture":"#0"}}},{"from":[9.41605,2.79222,3.12082],"to":[13.91605,4.09222,4.97082],"rotation":{"angle":-22.5,"axis":"y","origin":[11.66605,3.44222,4.04582]},"faces":{"north":{"uv":[4.5,11,9.5,12.5],"texture":"#0"},"east":{"uv":[4.5,11,9.5,13.5],"rotation":180,"texture":"#0"},"south":{"uv":[4.5,11,9.5,12.5],"rotation":180,"texture":"#0"},"west":{"uv":[4.5,11,9.5,13.5],"rotation":180,"texture":"#0"},"up":{"uv":[4.5,11,9.5,13.5],"rotation":180,"texture":"#0"},"down":{"uv":[4.5,11,9.5,13.5],"rotation":180,"texture":"#0"}}},{"from":[14.50755,2.57222,4.17754],"to":[15.57755,4.29222,9.39754],"rotation":{"angle":22.5,"axis":"y","origin":[15.17601,3.43222,8.48619]},"faces":{"north":{"uv":[0,14,6,15.5],"rotation":180,"texture":"#0"},"east":{"uv":[0,14,6,15.5],"texture":"#0"},"south":{"uv":[0,14,1.07,15.72],"rotation":180,"texture":"#0"},"west":{"uv":[0,14,6,15.5],"rotation":180,"texture":"#0"},"up":{"uv":[6,15.5,0,14],"rotation":90,"texture":"#0"},"down":{"uv":[6,15.5,0,14],"rotation":270,"texture":"#0"}}},{"from":[14.25755,2.82222,3.97754],"to":[15.87755,4.04222,9.39754],"rotation":{"angle":22.5,"axis":"y","origin":[15.17601,3.43222,8.48619]},"faces":{"north":{"uv":[0,11,6,13.5],"rotation":180,"texture":"#0"},"east":{"uv":[0,11,6,12.5],"texture":"#0"},"south":{"uv":[0,11,1.62,12.22],"rotation":180,"texture":"#0"},"west":{"uv":[0,12,6,13.5],"rotation":180,"texture":"#0"},"up":{"uv":[6,13.5,0,11],"rotation":90,"texture":"#0"},"down":{"uv":[6,13.5,0,11],"rotation":270,"texture":"#0"}}},{"from":[15.70656,2.68222,8.43643],"to":[17.90656,4.18222,9.43643],"rotation":{"angle":-45,"axis":"y","origin":[15.17601,3.43222,8.48619]},"faces":{"north":{"uv":[0,14,2,15.5],"texture":"#0"},"east":{"uv":[0,14,2,15.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,14,2,15.5],"rotation":180,"texture":"#0"},"west":{"uv":[0,14,2,15.5],"rotation":180,"texture":"#0"},"up":{"uv":[0,14,2,15.5],"rotation":180,"texture":"#0"},"down":{"uv":[0,14,2,15.5],"rotation":180,"texture":"#0"}}},{"from":[15.60656,2.83222,8.23643],"to":[17.80656,4.03222,9.63643],"rotation":{"angle":-45,"axis":"y","origin":[15.17601,3.43222,8.48619]},"faces":{"north":{"uv":[0,11,2,12.5],"texture":"#0"},"east":{"uv":[0,11,1.2,12],"rotation":180,"texture":"#0"},"south":{"uv":[0,11,2,12.5],"rotation":180,"texture":"#0"},"west":{"uv":[0,11,2,12.5],"rotation":180,"texture":"#0"},"up":{"uv":[0,11,2,12.5],"rotation":180,"texture":"#0"},"down":{"uv":[0,11,2,12.5],"rotation":180,"texture":"#0"}}},{"from":[0.00981,2.53222,8.31841],"to":[1.90981,4.33222,9.11841],"rotation":{"angle":-22.5,"axis":"y","origin":[0.82399,3.43222,8.48619]},"faces":{"north":{"uv":[9,16,10.8,14.1],"rotation":90,"texture":"#2"},"east":{"uv":[9,15.3,10.8,14.5],"rotation":90,"texture":"#2"},"south":{"uv":[9,16,10.8,14.1],"rotation":90,"texture":"#2"},"west":{"uv":[9,15.3,10.8,14.5],"rotation":270,"texture":"#2"},"up":{"uv":[9,15.3,10.9,14.5],"texture":"#2"},"down":{"uv":[9,15.3,10.9,14.5],"rotation":180,"texture":"#2"}}},{"from":[14.09019,2.53222,8.31841],"to":[15.99019,4.33222,9.11841],"rotation":{"angle":22.5,"axis":"y","origin":[15.17601,3.43222,8.48619]},"faces":{"north":{"uv":[9,14.1,10.8,16],"rotation":90,"texture":"#2"},"east":{"uv":[9,14.5,10.8,15.3],"rotation":270,"texture":"#2"},"south":{"uv":[9,14.1,10.8,16],"rotation":90,"texture":"#2"},"west":{"uv":[9,14.5,10.8,15.3],"rotation":90,"texture":"#2"},"up":{"uv":[10.9,15.3,9,14.5],"texture":"#2"},"down":{"uv":[10.9,15.3,9,14.5],"rotation":180,"texture":"#2"}}},{"from":[7.56712,2.68222,1.65092],"to":[9.08712,4.20222,3.67092],"rotation":{"angle":22.5,"axis":"y","origin":[10.94111,3.53333,5.38837]},"faces":{"north":{"uv":[13.5,10.5,16,9],"rotation":270,"texture":"#0"},"east":{"uv":[14,10.5,16,9],"rotation":90,"texture":"#0"},"south":{"uv":[16,9,14.5,10.5],"texture":"#0"},"west":{"uv":[16,9,14,10.5],"rotation":180,"texture":"#0"},"up":{"uv":[14,10.5,16,9],"rotation":90,"texture":"#0"},"down":{"uv":[13.5,10.5,16,9],"rotation":270,"texture":"#0"}}},{"from":[6.92288,2.69222,1.66092],"to":[8.42288,4.19222,3.66092],"rotation":{"angle":-22.5,"axis":"y","origin":[5.05889,3.53333,5.38837]},"faces":{"north":{"uv":[13.5,9,16,10.5],"rotation":270,"texture":"#0"},"east":{"uv":[14,9,16,10.5],"rotation":180,"texture":"#0"},"south":{"uv":[14.5,9,16,10.5],"texture":"#0"},"west":{"uv":[14,9,16,10.5],"rotation":90,"texture":"#0"},"up":{"uv":[14,9,16,10.5],"rotation":90,"texture":"#0"},"down":{"uv":[13.5,9,16,10.5],"rotation":270,"texture":"#0"}}},{"from":[7.05926,3.64,0.23055],"to":[7.57926,4.36,1.75055],"rotation":{"angle":-22.5,"axis":"y","origin":[7.81926,4.25,1.49055]},"faces":{"north":{"uv":[13,2,13,3],"rotation":90,"texture":"#5"},"east":{"uv":[13,2,13,4],"rotation":90,"texture":"#5"},"south":{"uv":[13,2,13,3],"rotation":90,"texture":"#5"},"west":{"uv":[13,2,13,4],"rotation":90,"texture":"#5"},"up":{"uv":[13,2,14,3],"rotation":90,"texture":"#5"},"down":{"uv":[13,2,14,3],"rotation":90,"texture":"#5"}}},{"from":[7.81554,3.645,-0.01938],"to":[8.37554,4.355,0.54062],"rotation":{"angle":-45,"axis":"y","origin":[8.32054,4,0.03562]},"faces":{"north":{"uv":[14,3,15,3],"rotation":180,"texture":"#5"},"east":{"uv":[14,3,15,3],"rotation":180,"texture":"#5"},"south":{"uv":[14,3,15,3],"rotation":180,"texture":"#5"},"west":{"uv":[14,3,15,3],"rotation":180,"texture":"#5"},"up":{"uv":[14,3,15,3],"rotation":180,"texture":"#5"},"down":{"uv":[14,3,15,3],"rotation":180,"texture":"#5"}}},{"from":[8.43074,3.65,0.24055],"to":[8.93074,4.35,1.74055],"rotation":{"angle":22.5,"axis":"y","origin":[8.18074,4.25,1.49055]},"faces":{"north":{"uv":[14,4,16,5],"rotation":270,"texture":"#5"},"east":{"uv":[14,4,16,5],"rotation":270,"texture":"#5"},"south":{"uv":[14,4,16,5],"rotation":270,"texture":"#5"},"west":{"uv":[14,4,16,5],"rotation":270,"texture":"#5"},"up":{"uv":[14,4,16,5],"rotation":270,"texture":"#5"},"down":{"uv":[14,4,16,5],"rotation":270,"texture":"#5"}}},{"from":[7.7,3.7,0.2],"to":[8.3,4.3,15.3],"rotation":{"angle":0,"axis":"y","origin":[8,4,0.5]},"faces":{"north":{"uv":[4,0,5,14],"rotation":180,"texture":"#4"},"east":{"uv":[4,0,5,14],"rotation":270,"texture":"#4"},"south":{"uv":[4,0,5,14],"rotation":180,"texture":"#4"},"west":{"uv":[4,14,5,0],"rotation":270,"texture":"#4"},"up":{"uv":[4,0,5,14],"rotation":180,"texture":"#4"},"down":{"uv":[4,14,5,0],"rotation":180,"texture":"#4"}}}],"gui_light":"front","display":{"ground":{"rotation":[-5,-33,3],"translation":[-1.75,7.5,1.25],"scale":[0.81,0.81,0.81]},"gui":{"rotation":[30,150,-2],"translation":[-2.5,2.25,0],"scale":[0.78,0.78,0.78]},"head":{"rotation":[-22.5,0,0],"translation":[0,14,-2],"scale":[1.55,1.55,1.55]},"fixed":{"rotation":[90,45,-180],"translation":[2.75,-2.75,-7],"scale":[0.91,0.91,0.91]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/spell/angel_1.json b/assets/minecraft/models/item/wynn/spell/angel_1.json new file mode 100644 index 000000000..327c5ecd7 --- /dev/null +++ b/assets/minecraft/models/item/wynn/spell/angel_1.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"0":"skins/soul_heart","2":"skins/drum_gradient","4":"skins/rainbow_gradient","5":"skins/multi_wool","particle":"skins/soul_heart","wings":"wynn/wings"},"elements":[{"from":[-5.07082,-6,6.94975],"to":[-4.97082,10,22.94975],"rotation":{"angle":-45,"axis":"y","origin":[-5.02082,2,14.94975]},"faces":{"east":{"uv":[0,0,16,16],"texture":"#wings"},"west":{"uv":[16,0,0,16],"texture":"#wings"}}},{"from":[13.95,-6,14],"to":[14.05,10,30],"rotation":{"angle":45,"axis":"y","origin":[9,0,10]},"faces":{"east":{"uv":[0,0,16,16],"texture":"#wings"},"west":{"uv":[16,0,0,16],"texture":"#wings"}}},{"from":[0.21119,3.65222,11.81433],"to":[9.69119,4.23222,12.39433],"rotation":{"angle":-45,"axis":"y","origin":[4.55119,3.94222,12.10433]},"faces":{"north":{"uv":[7,0.5,14,1],"texture":"#2"},"east":{"uv":[7.58,0.5,7.68,0.6],"rotation":180,"texture":"#2"},"south":{"uv":[7,0.5,14,1],"rotation":180,"texture":"#2"},"west":{"uv":[7,0.5,14,1],"rotation":180,"texture":"#2"},"up":{"uv":[7,0.5,14,1],"rotation":180,"texture":"#2"},"down":{"uv":[7,0.5,14,1],"rotation":180,"texture":"#2"}}},{"from":[6.29881,3.64222,11.80433],"to":[15.79881,4.24222,12.40433],"rotation":{"angle":45,"axis":"y","origin":[11.44881,3.94222,12.10433]},"faces":{"north":{"uv":[14,0.5,7,1],"texture":"#2"},"east":{"uv":[14,0.5,7,1],"rotation":180,"texture":"#2"},"south":{"uv":[14,0.5,7,1],"rotation":180,"texture":"#2"},"west":{"uv":[7.58,0.5,7.68,0.6],"rotation":180,"texture":"#2"},"up":{"uv":[14,0.5,7,1],"rotation":180,"texture":"#2"},"down":{"uv":[14,0.5,7,1],"rotation":180,"texture":"#2"}}},{"from":[4.9681,2.63222,5.52673],"to":[7.4881,4.25222,7.14673],"rotation":{"angle":-45,"axis":"y","origin":[10.94111,3.53333,5.38837]},"faces":{"north":{"uv":[16,10,13.5,10.5],"texture":"#0"},"east":{"uv":[15,10.5,16,9.5],"rotation":90,"texture":"#0"},"south":{"uv":[16,9,13.5,9.5],"rotation":180,"texture":"#0"},"west":{"uv":[12.5,10.5,13,9],"rotation":270,"texture":"#0"},"up":{"uv":[16,9,13.5,10.5],"rotation":180,"texture":"#0"},"down":{"uv":[16,10.5,13.5,9],"rotation":180,"texture":"#0"}}},{"from":[8.5219,2.64222,5.53673],"to":[11.0219,4.24222,7.13673],"rotation":{"angle":45,"axis":"y","origin":[5.05889,3.53333,5.38837]},"faces":{"north":{"uv":[13.5,10,16,10.5],"texture":"#0"},"east":{"uv":[12.5,9,13,10.5],"rotation":270,"texture":"#0"},"south":{"uv":[13.5,9,16,9.5],"rotation":180,"texture":"#0"},"west":{"uv":[15,9.5,16,10.5],"rotation":90,"texture":"#0"},"up":{"uv":[13.5,9,16,10.5],"rotation":180,"texture":"#0"},"down":{"uv":[13.5,10.5,16,9],"rotation":180,"texture":"#0"}}},{"from":[2.08395,2.79222,3.12082],"to":[6.58395,4.09222,4.97082],"rotation":{"angle":22.5,"axis":"y","origin":[4.33395,3.44222,4.04582]},"faces":{"north":{"uv":[9.5,11,4.5,12.5],"texture":"#0"},"east":{"uv":[9.5,11,4.5,13.5],"rotation":180,"texture":"#0"},"south":{"uv":[9.5,11,4.5,12.5],"rotation":180,"texture":"#0"},"west":{"uv":[9.5,11,4.5,13.5],"rotation":180,"texture":"#0"},"up":{"uv":[9.5,11,4.5,13.5],"rotation":180,"texture":"#0"},"down":{"uv":[9.5,11,4.5,13.5],"rotation":180,"texture":"#0"}}},{"from":[2.08395,2.54222,3.47082],"to":[6.58395,4.34222,4.62082],"rotation":{"angle":22.5,"axis":"y","origin":[4.33395,3.44222,4.04582]},"faces":{"north":{"uv":[9.5,14,4.5,15.5],"texture":"#0"},"east":{"uv":[8.65,13.5,7.5,15.3],"rotation":180,"texture":"#0"},"south":{"uv":[8.5,14.5,3.5,16],"rotation":180,"texture":"#0"},"west":{"uv":[5,14,0,15.5],"rotation":180,"texture":"#0"},"up":{"uv":[10,14,5,15.5],"rotation":180,"texture":"#0"},"down":{"uv":[8,14,3,15.5],"rotation":180,"texture":"#0"}}},{"from":[0.12245,2.82222,3.97754],"to":[1.74245,4.04222,9.39754],"rotation":{"angle":-22.5,"axis":"y","origin":[0.82399,3.43222,8.48619]},"faces":{"north":{"uv":[6,11,0,13.5],"rotation":180,"texture":"#0"},"east":{"uv":[6,12,0,13.5],"rotation":180,"texture":"#0"},"south":{"uv":[1.62,11,0,12.22],"rotation":180,"texture":"#0"},"west":{"uv":[6,11,0,12.5],"texture":"#0"},"up":{"uv":[6,11,0,13.5],"rotation":90,"texture":"#0"},"down":{"uv":[6,11,0,13.5],"rotation":270,"texture":"#0"}}},{"from":[0.42245,2.57222,4.17754],"to":[1.49245,4.29222,9.39754],"rotation":{"angle":-22.5,"axis":"y","origin":[0.82399,3.43222,8.48619]},"faces":{"north":{"uv":[6,14,0,15.5],"rotation":180,"texture":"#0"},"east":{"uv":[6,14,0,15.5],"rotation":180,"texture":"#0"},"south":{"uv":[1.07,14,0,15.72],"rotation":180,"texture":"#0"},"west":{"uv":[6,14,0,15.5],"texture":"#0"},"up":{"uv":[6,14,0,15.5],"rotation":90,"texture":"#0"},"down":{"uv":[6,14,0,15.5],"rotation":270,"texture":"#0"}}},{"from":[-1.80656,2.83222,8.23643],"to":[0.39344,4.03222,9.63643],"rotation":{"angle":45,"axis":"y","origin":[0.82399,3.43222,8.48619]},"faces":{"north":{"uv":[2,11,0,12.5],"texture":"#0"},"east":{"uv":[2,11,0,12.5],"rotation":180,"texture":"#0"},"south":{"uv":[2,11,0,12.5],"rotation":180,"texture":"#0"},"west":{"uv":[1.2,11,0,12],"rotation":180,"texture":"#0"},"up":{"uv":[2,11,0,12.5],"rotation":180,"texture":"#0"},"down":{"uv":[2,11,0,12.5],"rotation":180,"texture":"#0"}}},{"from":[-1.90656,2.68222,8.43643],"to":[0.29344,4.18222,9.43643],"rotation":{"angle":45,"axis":"y","origin":[0.82399,3.43222,8.48619]},"faces":{"north":{"uv":[2,14,0,15.5],"texture":"#0"},"east":{"uv":[2,14,0,15.5],"rotation":180,"texture":"#0"},"south":{"uv":[2,14,0,15.5],"rotation":180,"texture":"#0"},"west":{"uv":[0,15.5,2,14],"rotation":270,"texture":"#0"},"up":{"uv":[2,14,0,15.5],"rotation":180,"texture":"#0"},"down":{"uv":[2,14,0,15.5],"rotation":180,"texture":"#0"}}},{"from":[9.41605,2.54222,3.47082],"to":[13.91605,4.34222,4.62082],"rotation":{"angle":-22.5,"axis":"y","origin":[11.66605,3.44222,4.04582]},"faces":{"north":{"uv":[4.5,14,9.5,15.5],"texture":"#0"},"east":{"uv":[0,14,5,15.5],"rotation":180,"texture":"#0"},"south":{"uv":[3.5,14.5,8.5,16],"rotation":180,"texture":"#0"},"west":{"uv":[7.5,13.5,8.65,15.3],"rotation":180,"texture":"#0"},"up":{"uv":[5,14,10,15.5],"rotation":180,"texture":"#0"},"down":{"uv":[3,14,8,15.5],"rotation":180,"texture":"#0"}}},{"from":[9.41605,2.79222,3.12082],"to":[13.91605,4.09222,4.97082],"rotation":{"angle":-22.5,"axis":"y","origin":[11.66605,3.44222,4.04582]},"faces":{"north":{"uv":[4.5,11,9.5,12.5],"texture":"#0"},"east":{"uv":[4.5,11,9.5,13.5],"rotation":180,"texture":"#0"},"south":{"uv":[4.5,11,9.5,12.5],"rotation":180,"texture":"#0"},"west":{"uv":[4.5,11,9.5,13.5],"rotation":180,"texture":"#0"},"up":{"uv":[4.5,11,9.5,13.5],"rotation":180,"texture":"#0"},"down":{"uv":[4.5,11,9.5,13.5],"rotation":180,"texture":"#0"}}},{"from":[14.50755,2.57222,4.17754],"to":[15.57755,4.29222,9.39754],"rotation":{"angle":22.5,"axis":"y","origin":[15.17601,3.43222,8.48619]},"faces":{"north":{"uv":[0,14,6,15.5],"rotation":180,"texture":"#0"},"east":{"uv":[0,14,6,15.5],"texture":"#0"},"south":{"uv":[0,14,1.07,15.72],"rotation":180,"texture":"#0"},"west":{"uv":[0,14,6,15.5],"rotation":180,"texture":"#0"},"up":{"uv":[6,15.5,0,14],"rotation":90,"texture":"#0"},"down":{"uv":[6,15.5,0,14],"rotation":270,"texture":"#0"}}},{"from":[14.25755,2.82222,3.97754],"to":[15.87755,4.04222,9.39754],"rotation":{"angle":22.5,"axis":"y","origin":[15.17601,3.43222,8.48619]},"faces":{"north":{"uv":[0,11,6,13.5],"rotation":180,"texture":"#0"},"east":{"uv":[0,11,6,12.5],"texture":"#0"},"south":{"uv":[0,11,1.62,12.22],"rotation":180,"texture":"#0"},"west":{"uv":[0,12,6,13.5],"rotation":180,"texture":"#0"},"up":{"uv":[6,13.5,0,11],"rotation":90,"texture":"#0"},"down":{"uv":[6,13.5,0,11],"rotation":270,"texture":"#0"}}},{"from":[15.70656,2.68222,8.43643],"to":[17.90656,4.18222,9.43643],"rotation":{"angle":-45,"axis":"y","origin":[15.17601,3.43222,8.48619]},"faces":{"north":{"uv":[0,14,2,15.5],"texture":"#0"},"east":{"uv":[0,14,2,15.5],"rotation":270,"texture":"#0"},"south":{"uv":[0,14,2,15.5],"rotation":180,"texture":"#0"},"west":{"uv":[0,14,2,15.5],"rotation":180,"texture":"#0"},"up":{"uv":[0,14,2,15.5],"rotation":180,"texture":"#0"},"down":{"uv":[0,14,2,15.5],"rotation":180,"texture":"#0"}}},{"from":[15.60656,2.83222,8.23643],"to":[17.80656,4.03222,9.63643],"rotation":{"angle":-45,"axis":"y","origin":[15.17601,3.43222,8.48619]},"faces":{"north":{"uv":[0,11,2,12.5],"texture":"#0"},"east":{"uv":[0,11,1.2,12],"rotation":180,"texture":"#0"},"south":{"uv":[0,11,2,12.5],"rotation":180,"texture":"#0"},"west":{"uv":[0,11,2,12.5],"rotation":180,"texture":"#0"},"up":{"uv":[0,11,2,12.5],"rotation":180,"texture":"#0"},"down":{"uv":[0,11,2,12.5],"rotation":180,"texture":"#0"}}},{"from":[0.00981,2.53222,8.31841],"to":[1.90981,4.33222,9.11841],"rotation":{"angle":-22.5,"axis":"y","origin":[0.82399,3.43222,8.48619]},"faces":{"north":{"uv":[9,16,10.8,14.1],"rotation":90,"texture":"#2"},"east":{"uv":[9,15.3,10.8,14.5],"rotation":90,"texture":"#2"},"south":{"uv":[9,16,10.8,14.1],"rotation":90,"texture":"#2"},"west":{"uv":[9,15.3,10.8,14.5],"rotation":270,"texture":"#2"},"up":{"uv":[9,15.3,10.9,14.5],"texture":"#2"},"down":{"uv":[9,15.3,10.9,14.5],"rotation":180,"texture":"#2"}}},{"from":[14.09019,2.53222,8.31841],"to":[15.99019,4.33222,9.11841],"rotation":{"angle":22.5,"axis":"y","origin":[15.17601,3.43222,8.48619]},"faces":{"north":{"uv":[9,14.1,10.8,16],"rotation":90,"texture":"#2"},"east":{"uv":[9,14.5,10.8,15.3],"rotation":270,"texture":"#2"},"south":{"uv":[9,14.1,10.8,16],"rotation":90,"texture":"#2"},"west":{"uv":[9,14.5,10.8,15.3],"rotation":90,"texture":"#2"},"up":{"uv":[10.9,15.3,9,14.5],"texture":"#2"},"down":{"uv":[10.9,15.3,9,14.5],"rotation":180,"texture":"#2"}}},{"from":[7.56712,2.68222,1.65092],"to":[9.08712,4.20222,3.67092],"rotation":{"angle":22.5,"axis":"y","origin":[10.94111,3.53333,5.38837]},"faces":{"north":{"uv":[13.5,10.5,16,9],"rotation":270,"texture":"#0"},"east":{"uv":[14,10.5,16,9],"rotation":90,"texture":"#0"},"south":{"uv":[16,9,14.5,10.5],"texture":"#0"},"west":{"uv":[16,9,14,10.5],"rotation":180,"texture":"#0"},"up":{"uv":[14,10.5,16,9],"rotation":90,"texture":"#0"},"down":{"uv":[13.5,10.5,16,9],"rotation":270,"texture":"#0"}}},{"from":[6.92288,2.69222,1.66092],"to":[8.42288,4.19222,3.66092],"rotation":{"angle":-22.5,"axis":"y","origin":[5.05889,3.53333,5.38837]},"faces":{"north":{"uv":[13.5,9,16,10.5],"rotation":270,"texture":"#0"},"east":{"uv":[14,9,16,10.5],"rotation":180,"texture":"#0"},"south":{"uv":[14.5,9,16,10.5],"texture":"#0"},"west":{"uv":[14,9,16,10.5],"rotation":90,"texture":"#0"},"up":{"uv":[14,9,16,10.5],"rotation":90,"texture":"#0"},"down":{"uv":[13.5,9,16,10.5],"rotation":270,"texture":"#0"}}},{"from":[7.05926,3.64,0.23055],"to":[7.57926,4.36,1.75055],"rotation":{"angle":-22.5,"axis":"y","origin":[7.81926,4.25,1.49055]},"faces":{"north":{"uv":[13,2,13,3],"rotation":90,"texture":"#5"},"east":{"uv":[13,2,13,4],"rotation":90,"texture":"#5"},"south":{"uv":[13,2,13,3],"rotation":90,"texture":"#5"},"west":{"uv":[13,2,13,4],"rotation":90,"texture":"#5"},"up":{"uv":[13,2,14,3],"rotation":90,"texture":"#5"},"down":{"uv":[13,2,14,3],"rotation":90,"texture":"#5"}}},{"from":[7.81554,3.645,-0.01938],"to":[8.37554,4.355,0.54062],"rotation":{"angle":-45,"axis":"y","origin":[8.32054,4,0.03562]},"faces":{"north":{"uv":[14,3,15,3],"rotation":180,"texture":"#5"},"east":{"uv":[14,3,15,3],"rotation":180,"texture":"#5"},"south":{"uv":[14,3,15,3],"rotation":180,"texture":"#5"},"west":{"uv":[14,3,15,3],"rotation":180,"texture":"#5"},"up":{"uv":[14,3,15,3],"rotation":180,"texture":"#5"},"down":{"uv":[14,3,15,3],"rotation":180,"texture":"#5"}}},{"from":[8.43074,3.65,0.24055],"to":[8.93074,4.35,1.74055],"rotation":{"angle":22.5,"axis":"y","origin":[8.18074,4.25,1.49055]},"faces":{"north":{"uv":[14,4,16,5],"rotation":270,"texture":"#5"},"east":{"uv":[14,4,16,5],"rotation":270,"texture":"#5"},"south":{"uv":[14,4,16,5],"rotation":270,"texture":"#5"},"west":{"uv":[14,4,16,5],"rotation":270,"texture":"#5"},"up":{"uv":[14,4,16,5],"rotation":270,"texture":"#5"},"down":{"uv":[14,4,16,5],"rotation":270,"texture":"#5"}}},{"from":[7.7,3.7,0.2],"to":[8.3,4.3,15.3],"rotation":{"angle":0,"axis":"y","origin":[8,4,0.5]},"faces":{"north":{"uv":[4,0,5,14],"rotation":180,"texture":"#4"},"east":{"uv":[4,0,5,14],"rotation":270,"texture":"#4"},"south":{"uv":[4,0,5,14],"rotation":180,"texture":"#4"},"west":{"uv":[4,14,5,0],"rotation":270,"texture":"#4"},"up":{"uv":[4,0,5,14],"rotation":180,"texture":"#4"},"down":{"uv":[4,14,5,0],"rotation":180,"texture":"#4"}}},{"from":[11.49,6.49,7.91893],"to":[13.01,7.51,12.08107],"rotation":{"angle":0,"axis":"y","origin":[8,7,10]},"faces":{"north":{"uv":[10.5,12,12,11],"texture":"#0"},"east":{"uv":[12.5,10,11.5,14.14214],"rotation":270,"texture":"#0"},"south":{"uv":[10.5,10.5,12,9.5],"texture":"#0"},"west":{"uv":[10.42893,9.5,9.42893,13.64214],"rotation":90,"texture":"#0"},"up":{"uv":[10.5,14.07107,12,9.92893],"texture":"#0"},"down":{"uv":[10.5,13.07107,12,8.92893],"texture":"#0"}}},{"from":[11.5,6.5,7.92893],"to":[13,7.5,12.07107],"rotation":{"angle":45,"axis":"y","origin":[8,7,10]},"faces":{"north":{"uv":[10.5,12,12,11],"texture":"#0"},"east":{"uv":[12.5,10,11.5,14.14214],"rotation":270,"texture":"#0"},"south":{"uv":[10.5,10.5,12,9.5],"texture":"#0"},"west":{"uv":[10.42893,9.5,9.42893,13.64214],"rotation":90,"texture":"#0"},"up":{"uv":[10.5,14.07107,12,9.92893],"texture":"#0"},"down":{"uv":[10.5,13.07107,12,8.92893],"texture":"#0"}}},{"from":[3,6.5,7.92893],"to":[4.5,7.5,12.07107],"rotation":{"angle":-45,"axis":"y","origin":[8,7,10]},"faces":{"north":{"uv":[10.5,10.5,12,9.5],"texture":"#0"},"east":{"uv":[10.42893,9.5,9.42893,13.64214],"rotation":90,"texture":"#0"},"south":{"uv":[10.5,12,12,11],"texture":"#0"},"west":{"uv":[12.5,10,11.5,14.14214],"rotation":270,"texture":"#0"},"up":{"uv":[10.5,14.07107,12,9.92893],"rotation":180,"texture":"#0"},"down":{"uv":[10.5,13.07107,12,8.92893],"rotation":180,"texture":"#0"}}},{"from":[5.91893,6.49,4.99],"to":[10.08107,7.51,6.51],"rotation":{"angle":0,"axis":"y","origin":[8,7,10]},"faces":{"north":{"uv":[12.5,10,11.5,14.14214],"rotation":270,"texture":"#0"},"east":{"uv":[10.5,10.5,12,9.5],"texture":"#0"},"south":{"uv":[10.42893,9.5,9.42893,13.64214],"rotation":90,"texture":"#0"},"west":{"uv":[10.5,12,12,11],"texture":"#0"},"up":{"uv":[12,9.92893,10.5,14.07107],"rotation":90,"texture":"#0"},"down":{"uv":[12,8.92893,10.5,13.07107],"rotation":270,"texture":"#0"}}},{"from":[5.92893,6.5,13.5],"to":[10.07107,7.5,15],"rotation":{"angle":45,"axis":"y","origin":[8,7,10]},"faces":{"north":{"uv":[10.42893,9.5,9.42893,13.64214],"rotation":90,"texture":"#0"},"east":{"uv":[10.5,12,12,11],"texture":"#0"},"south":{"uv":[12.5,10,11.5,14.14214],"rotation":270,"texture":"#0"},"west":{"uv":[10.5,10.5,12,9.5],"texture":"#0"},"up":{"uv":[12,9.92893,10.5,14.07107],"rotation":270,"texture":"#0"},"down":{"uv":[12,8.92893,10.5,13.07107],"rotation":90,"texture":"#0"}}},{"from":[5.91893,6.49,13.49],"to":[10.08107,7.51,15.01],"rotation":{"angle":0,"axis":"y","origin":[8,7,10]},"faces":{"north":{"uv":[10.42893,9.5,9.42893,13.64214],"rotation":90,"texture":"#0"},"east":{"uv":[10.5,12,12,11],"texture":"#0"},"south":{"uv":[12.5,10,11.5,14.14214],"rotation":270,"texture":"#0"},"west":{"uv":[10.5,10.5,12,9.5],"texture":"#0"},"up":{"uv":[12,9.92893,10.5,14.07107],"rotation":270,"texture":"#0"},"down":{"uv":[12,8.92893,10.5,13.07107],"rotation":90,"texture":"#0"}}},{"from":[3,6.5,7.92893],"to":[4.5,7.5,12.07107],"rotation":{"angle":45,"axis":"y","origin":[8,7,10]},"faces":{"north":{"uv":[10.5,10.5,12,9.5],"texture":"#0"},"east":{"uv":[10.42893,9.5,9.42893,13.64214],"rotation":90,"texture":"#0"},"south":{"uv":[10.5,12,12,11],"texture":"#0"},"west":{"uv":[12.5,10,11.5,14.14214],"rotation":270,"texture":"#0"},"up":{"uv":[10.5,14.07107,12,9.92893],"rotation":180,"texture":"#0"},"down":{"uv":[10.5,13.07107,12,8.92893],"rotation":180,"texture":"#0"}}},{"from":[2.99,6.49,7.91893],"to":[4.51,7.51,12.08107],"rotation":{"angle":0,"axis":"y","origin":[8,7,10]},"faces":{"north":{"uv":[10.5,10.5,12,9.5],"texture":"#0"},"east":{"uv":[10.42893,9.5,9.42893,13.64214],"rotation":90,"texture":"#0"},"south":{"uv":[10.5,12,12,11],"texture":"#0"},"west":{"uv":[12.5,10,11.5,14.14214],"rotation":270,"texture":"#0"},"up":{"uv":[10.5,14.07107,12,9.92893],"rotation":180,"texture":"#0"},"down":{"uv":[10.5,13.07107,12,8.92893],"rotation":180,"texture":"#0"}}}],"gui_light":"front","display":{"ground":{"rotation":[-5,-33,3],"translation":[-1.75,7.5,1.25],"scale":[0.81,0.81,0.81]},"gui":{"rotation":[30,150,-2],"translation":[-2.5,2.25,0],"scale":[0.78,0.78,0.78]},"head":{"rotation":[-22.5,0,0],"translation":[0,14,-2],"scale":[1.55,1.55,1.55]},"fixed":{"rotation":[90,45,-180],"translation":[2.75,-2.75,-7],"scale":[0.91,0.91,0.91]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/spell/ice_snake_0.json b/assets/minecraft/models/item/wynn/spell/ice_snake_0.json new file mode 100644 index 000000000..683f03470 --- /dev/null +++ b/assets/minecraft/models/item/wynn/spell/ice_snake_0.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/spell/ice_snake_0","particle":"wynn/spell/ice_snake_0"},"elements":[{"from":[-3,4,8],"to":[19,24,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,16,8]},"faces":{"north":{"uv":[0,0,6,6],"texture":"#0"},"south":{"uv":[6,0,0,6],"texture":"#0","cullface":"south"}}},{"from":[8,4,-3],"to":[8.01,24,19],"rotation":{"angle":0,"axis":"y","origin":[8,16,8]},"faces":{"east":{"uv":[12,6,6,12],"texture":"#0"},"west":{"uv":[6,6,12,12],"texture":"#0"}}},{"from":[8,4,-3],"to":[8.01,24,19],"rotation":{"angle":45,"axis":"y","origin":[8,16,8]},"faces":{"east":{"uv":[0,6,6,12],"texture":"#0"},"west":{"uv":[6,6,0,12],"texture":"#0"}}},{"from":[8,4,-3],"to":[8.01,24,19],"rotation":{"angle":-45,"axis":"y","origin":[8,16,8]},"faces":{"east":{"uv":[12,0,6,6],"texture":"#0"},"west":{"uv":[6,0,12,6],"texture":"#0"}}},{"from":[8,-16,-3],"to":[8.01,4,19],"rotation":{"angle":-45,"axis":"y","origin":[8,4,8]},"faces":{"east":{"uv":[0,6,6,0],"texture":"#0"},"west":{"uv":[6,6,0,0],"texture":"#0"}}},{"from":[-3,-16,8],"to":[19,4,8.01],"rotation":{"angle":-45,"axis":"y","origin":[8,4,8]},"faces":{"north":{"uv":[6,12,12,6],"texture":"#0","cullface":"south"},"south":{"uv":[12,12,6,6],"texture":"#0"}}},{"from":[-3,-16,8],"to":[19,4,8.01],"rotation":{"angle":0,"axis":"y","origin":[8,4,8]},"faces":{"north":{"uv":[6,12,0,6],"texture":"#0","cullface":"south"},"south":{"uv":[0,12,6,6],"texture":"#0"}}},{"from":[8,-16,-3],"to":[8.01,4,19],"rotation":{"angle":0,"axis":"y","origin":[8,4,8]},"faces":{"east":{"uv":[6,6,12,0],"texture":"#0"},"west":{"uv":[12,6,6,0],"texture":"#0"}}}],"display":{"head":{"translation":[0,-35.25,0],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/spell/ice_snake_1.json b/assets/minecraft/models/item/wynn/spell/ice_snake_1.json new file mode 100644 index 000000000..b0093a29b --- /dev/null +++ b/assets/minecraft/models/item/wynn/spell/ice_snake_1.json @@ -0,0 +1 @@ +{"parent":"item/wynn/spell/ice_snake_0","textures":{"0":"wynn/spell/ice_snake_1","particle":"wynn/spell/ice_snake_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/spell/mask_coward.json b/assets/minecraft/models/item/wynn/spell/mask_coward.json new file mode 100644 index 000000000..01b4db5fd --- /dev/null +++ b/assets/minecraft/models/item/wynn/spell/mask_coward.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/spell/mask_coward","1":"wynn/spell/mask_coward_a","particle":"wynn/spell/mask_coward"},"elements":[{"from":[0.8,3.8,6.8],"to":[15.2,16.2,9.2],"rotation":{"angle":22.5,"axis":"x","origin":[8,10,8]},"faces":{"north":{"uv":[1,1,8,7],"texture":"#0"},"east":{"uv":[0,1,1,7],"texture":"#0"},"south":{"uv":[9,1,16,7],"texture":"#0"},"west":{"uv":[8,1,9,7],"texture":"#0"},"up":{"uv":[8,1,1,0],"texture":"#0"},"down":{"uv":[15,0,8,1],"texture":"#0"}}},{"from":[15.3,3.8,6.8],"to":[0.9,16.2,9.2],"rotation":{"angle":22.5,"axis":"x","origin":[8,10,8]},"faces":{"north":{"uv":[1,1,8,7],"texture":"#0"},"east":{"uv":[0,1,1,7],"texture":"#0"},"south":{"uv":[9,1,16,7],"texture":"#0"},"west":{"uv":[8,1,9,7],"texture":"#0"},"up":{"uv":[8,1,1,0],"texture":"#0"},"down":{"uv":[15,0,8,1],"texture":"#0"}}},{"from":[4,19,9],"to":[5,20,12],"rotation":{"angle":22.5,"axis":"z","origin":[5,14,9]},"faces":{"north":{"uv":[6.5,13,7,13.5],"texture":"#0"},"east":{"uv":[5,13,6.5,13.5],"texture":"#0"},"south":{"uv":[8.5,13,9,13.5],"texture":"#0"},"west":{"uv":[7,13,8.5,13.5],"texture":"#0"},"up":{"uv":[7,13,6.5,11.5],"texture":"#0"},"down":{"uv":[7.5,11.5,7,13],"texture":"#0"}}},{"from":[5,16,9],"to":[7,20,12],"rotation":{"angle":22.5,"axis":"z","origin":[5,14,9]},"faces":{"north":{"uv":[1.5,12.5,2.5,14.5],"texture":"#0"},"east":{"uv":[0,12.5,1.5,14.5],"texture":"#0"},"south":{"uv":[4,12.5,5,14.5],"texture":"#0"},"west":{"uv":[2.5,12.5,4,14.5],"texture":"#0"},"up":{"uv":[2.5,12.5,1.5,11],"texture":"#0"},"down":{"uv":[3.5,11,2.5,12.5],"texture":"#0"}}},{"from":[2,13,9],"to":[5,18,12],"rotation":{"angle":22.5,"axis":"z","origin":[5,14,9]},"faces":{"north":{"uv":[1.5,8.5,3,11],"texture":"#0"},"east":{"uv":[0,8.5,1.5,11],"texture":"#0"},"south":{"uv":[4.5,8.5,6,11],"texture":"#0"},"west":{"uv":[3,8.5,4.5,11],"texture":"#0"},"up":{"uv":[3,8.5,1.5,7],"texture":"#0"},"down":{"uv":[4.5,7,3,8.5],"texture":"#0"}}},{"from":[11,19,9],"to":[12,20,12],"rotation":{"angle":-22.5,"axis":"z","origin":[11,14,9]},"faces":{"north":{"uv":[6.5,13,7,13.5],"texture":"#0"},"east":{"uv":[5,13,6.5,13.5],"texture":"#0"},"south":{"uv":[8.5,13,9,13.5],"texture":"#0"},"west":{"uv":[7,13,8.5,13.5],"texture":"#0"},"up":{"uv":[7,13,6.5,11.5],"texture":"#0"},"down":{"uv":[7.5,11.5,7,13],"texture":"#0"}}},{"from":[9,16,9],"to":[11,20,12],"shade":false,"rotation":{"angle":-22.5,"axis":"z","origin":[11,14,9]},"faces":{"north":{"uv":[2.5,12.5,1.5,14.5],"texture":"#0"},"east":{"uv":[4,12.5,2.5,14.5],"texture":"#0"},"south":{"uv":[5,12.5,4,14.5],"texture":"#0"},"west":{"uv":[1.5,12.5,0,14.5],"texture":"#0"},"up":{"uv":[1.5,12.5,2.5,11],"texture":"#0"},"down":{"uv":[2.5,11,3.5,12.5],"texture":"#0"}}},{"from":[11,13,9],"to":[14,18,12],"shade":false,"rotation":{"angle":-22.5,"axis":"z","origin":[11,14,9]},"faces":{"north":{"uv":[3,8.5,1.5,11],"texture":"#0"},"east":{"uv":[4.5,8.5,3,11],"texture":"#0"},"south":{"uv":[6,8.5,4.5,11],"texture":"#0"},"west":{"uv":[1.5,8.5,0,11],"texture":"#0"},"up":{"uv":[1.5,8.5,3,7],"texture":"#0"},"down":{"uv":[3,7,4.5,8.5],"texture":"#0"}}},{"from":[11.4,2.9,5.9],"to":[15.6,7.1,11.1],"shade":false,"rotation":{"angle":22.5,"axis":"z","origin":[13.5,5,8.5]},"faces":{"north":{"uv":[11.5,9.5,9.5,11.5],"texture":"#0"},"east":{"uv":[14,9.5,11.5,11.5],"texture":"#0"},"south":{"uv":[16,9.5,14,11.5],"texture":"#0"},"west":{"uv":[9.5,9.5,7,11.5],"texture":"#0"},"up":{"uv":[9.5,9.5,11.5,7],"texture":"#0"},"down":{"uv":[11.5,7,13.5,9.5],"texture":"#0"}}},{"from":[11.5,3,6],"to":[15.5,7,11],"shade":false,"rotation":{"angle":22.5,"axis":"z","origin":[13.5,5,8.5]},"faces":{"north":{"uv":[0,1,1,0],"texture":"#1"},"east":{"uv":[0,1,1,0],"texture":"#1"},"south":{"uv":[0,1,1,0],"texture":"#1"},"west":{"uv":[0,1,1,0],"texture":"#1"},"up":{"uv":[0,1,1,0],"texture":"#1"},"down":{"uv":[0,1,1,0],"texture":"#1"}}},{"from":[0.4,2.9,5.9],"to":[4.6,7.1,11.1],"rotation":{"angle":-22.5,"axis":"z","origin":[2.5,5,8.5]},"faces":{"north":{"uv":[9.5,9.5,11.5,11.5],"texture":"#0"},"east":{"uv":[7,9.5,9.5,11.5],"texture":"#0"},"south":{"uv":[14,9.5,16,11.5],"texture":"#0"},"west":{"uv":[11.5,9.5,14,11.5],"texture":"#0"},"up":{"uv":[11.5,9.5,9.5,7],"texture":"#0"},"down":{"uv":[13.5,7,11.5,9.5],"texture":"#0"}}},{"from":[0.5,3,6],"to":[4.5,7,11],"rotation":{"angle":-22.5,"axis":"z","origin":[2.5,5,8.5]},"faces":{"north":{"uv":[1,1,0,0],"texture":"#1"},"east":{"uv":[1,1,0,0],"texture":"#1"},"south":{"uv":[1,1,0,0],"texture":"#1"},"west":{"uv":[1,1,0,0],"texture":"#1"},"up":{"uv":[1,1,0,0],"texture":"#1"},"down":{"uv":[1,1,0,0],"texture":"#1"}}},{"from":[3,0,7],"to":[13,4,7.01],"rotation":{"angle":22.5,"axis":"x","origin":[8,4,7]},"faces":{"north":{"uv":[6,13.5,11,15.5],"texture":"#0"},"east":{"uv":[6,13.5,6,15.5],"texture":"#0"},"south":{"uv":[11,13.5,16,15.5],"texture":"#0"},"west":{"uv":[11,13.5,11,15.5],"texture":"#0"},"up":{"uv":[11,13.5,6,13.5],"texture":"#0"},"down":{"uv":[16,13.5,11,13.5],"texture":"#0"}}}],"display":{"gui":{"rotation":[-180,30,-180],"translation":[0,-1.5,0],"scale":[0.65,0.65,0.65]},"head":{"rotation":[-14,0,0],"translation":[0,-2,-6.5],"scale":[0.85,0.85,0.85]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/spell/mask_fanatic.json b/assets/minecraft/models/item/wynn/spell/mask_fanatic.json new file mode 100644 index 000000000..2d8faaf20 --- /dev/null +++ b/assets/minecraft/models/item/wynn/spell/mask_fanatic.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/spell/mask_fanatic","1":"wynn/spell/mask_fanatic_a","particle":"wynn/spell/mask_fanatic"},"elements":[{"from":[1.8,3.8,6.8],"to":[14.2,18.2,9.2],"rotation":{"angle":22.5,"axis":"x","origin":[8,11,8]},"faces":{"north":{"uv":[1,1,7,8],"texture":"#0"},"east":{"uv":[0,1,1,8],"texture":"#0"},"south":{"uv":[8,1,14,8],"texture":"#0"},"west":{"uv":[7,1,8,8],"texture":"#0"},"up":{"uv":[7,1,1,0],"texture":"#0"}}},{"from":[14.2,3.8,6.8],"to":[1.8,18.2,9.2],"rotation":{"angle":22.5,"axis":"x","origin":[8,11,8]},"faces":{"north":{"uv":[7,1,1,8],"texture":"#0"},"east":{"uv":[0,1,1,8],"texture":"#0"},"south":{"uv":[14,1,8,8],"texture":"#0"},"west":{"uv":[7,1,8,8],"texture":"#0"},"up":{"uv":[7,1,1,0],"texture":"#0"}}},{"from":[0,3,10],"to":[16,19,10.01],"rotation":{"angle":22.5,"axis":"x","origin":[8,11,8]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[5.5,13,9],"to":[10.5,24,9.01],"rotation":{"angle":22.5,"axis":"x","origin":[8,13,10]},"faces":{"north":{"uv":[7,10,9.5,15.5],"texture":"#0"},"east":{"uv":[7,10,7,15.5],"texture":"#0"},"south":{"uv":[9.5,10,12,15.5],"texture":"#0"},"west":{"uv":[9.5,10,9.5,15.5],"texture":"#0"},"up":{"uv":[9.5,10,7,10],"texture":"#0"},"down":{"uv":[12,10,9.5,10],"texture":"#0"}}},{"from":[4.5,14,9.5],"to":[7.5,22,9.51],"rotation":{"angle":22.5,"axis":"z","origin":[11,13,10.5]},"faces":{"north":{"uv":[12,10,13.5,14],"texture":"#0"},"east":{"uv":[12,10,12,14],"texture":"#0"},"south":{"uv":[13.5,10,15,14],"texture":"#0"},"west":{"uv":[13.5,10,13.5,14],"texture":"#0"},"up":{"uv":[13.5,10,12,10],"texture":"#0"},"down":{"uv":[15,10,13.5,10],"texture":"#0"}}},{"from":[8.5,14,9.5],"to":[11.5,22,9.51],"rotation":{"angle":-22.5,"axis":"z","origin":[5,13,10.5]},"faces":{"north":{"uv":[12,10,13.5,14],"texture":"#0"},"east":{"uv":[12,10,12,14],"texture":"#0"},"south":{"uv":[13.5,10,15,14],"texture":"#0"},"west":{"uv":[13.5,10,13.5,14],"texture":"#0"},"up":{"uv":[13.5,10,12,10],"texture":"#0"},"down":{"uv":[15,10,13.5,10],"texture":"#0"}}},{"from":[7,-1,6.5],"to":[9,4,8.5],"rotation":{"angle":22.5,"axis":"x","origin":[8,11,8]},"faces":{"north":{"uv":[4,9,5,11.5],"texture":"#0"},"east":{"uv":[3,9,4,11.5],"texture":"#0"},"south":{"uv":[6,9,7,11.5],"texture":"#0"},"west":{"uv":[5,9,6,11.5],"texture":"#0"},"up":{"uv":[5,9,4,8],"texture":"#0"},"down":{"uv":[6,8,5,9],"texture":"#0"}}},{"from":[5,3,7],"to":[7,5,9],"rotation":{"angle":22.5,"axis":"x","origin":[8,11,8]},"faces":{"north":{"uv":[8,9,9,10],"texture":"#0"},"east":{"uv":[7,9,8,10],"texture":"#0"},"south":{"uv":[10,9,11,10],"texture":"#0"},"west":{"uv":[9,9,10,10],"texture":"#0"},"up":{"uv":[9,9,8,8],"texture":"#0"},"down":{"uv":[10,8,9,9],"texture":"#0"}}},{"from":[9,3,7],"to":[11,5,9],"shade":false,"rotation":{"angle":22.5,"axis":"x","origin":[8,11,8]},"faces":{"north":{"uv":[9,9,8,10],"texture":"#0"},"east":{"uv":[10,9,9,10],"texture":"#0"},"south":{"uv":[11,9,10,10],"texture":"#0"},"west":{"uv":[8,9,7,10],"texture":"#0"},"up":{"uv":[8,9,9,8],"texture":"#0"},"down":{"uv":[9,8,10,9],"texture":"#0"}}},{"from":[3,5,7],"to":[6,7,9],"rotation":{"angle":22.5,"axis":"x","origin":[8,11,8]},"faces":{"north":{"uv":[12,9,13.5,10],"texture":"#0"},"east":{"uv":[11,9,12,10],"texture":"#0"},"south":{"uv":[14.5,9,16,10],"texture":"#0"},"west":{"uv":[13.5,9,14.5,10],"texture":"#0"},"up":{"uv":[13.5,9,12,8],"texture":"#0"},"down":{"uv":[15,8,13.5,9],"texture":"#0"}}},{"from":[10,5,7],"to":[13,7,9],"shade":false,"rotation":{"angle":22.5,"axis":"x","origin":[8,11,8]},"faces":{"north":{"uv":[13.5,9,12,10],"texture":"#0"},"east":{"uv":[14.5,9,13.5,10],"texture":"#0"},"south":{"uv":[16,9,14.5,10],"texture":"#0"},"west":{"uv":[12,9,11,10],"texture":"#0"},"up":{"uv":[12,9,13.5,8],"texture":"#0"},"down":{"uv":[13.5,8,15,9],"texture":"#0"}}}],"display":{"gui":{"rotation":[-180,30,-180],"translation":[0,-2,0],"scale":[0.65,0.65,0.65]},"head":{"rotation":[-14,0,0],"translation":[0,-4,-6],"scale":[0.85,0.85,0.85]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/spell/mask_lunatic.json b/assets/minecraft/models/item/wynn/spell/mask_lunatic.json new file mode 100644 index 000000000..aa1749647 --- /dev/null +++ b/assets/minecraft/models/item/wynn/spell/mask_lunatic.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/spell/mask_lunatic","1":"wynn/spell/mask_lunatic_a","particle":"wynn/spell/mask_lunatic"},"elements":[{"from":[2.8,7.8,6.8],"to":[13.2,22.2,9.2],"rotation":{"angle":22.5,"axis":"x","origin":[8,14,7]},"faces":{"north":{"uv":[1,1,6,8],"texture":"#0"},"east":{"uv":[0,1,1,8],"texture":"#0"},"south":{"uv":[7,1,12,8],"texture":"#0"},"west":{"uv":[6,1,7,8],"texture":"#0"},"up":{"uv":[6,1,1,0],"texture":"#0"}}},{"from":[13.2,7.8,6.8],"to":[2.8,22.2,9.2],"rotation":{"angle":22.5,"axis":"x","origin":[8,14,7]},"faces":{"north":{"uv":[1,1,6,8],"texture":"#0"},"east":{"uv":[0,1,1,8],"texture":"#0"},"south":{"uv":[7,1,12,8],"texture":"#0"},"west":{"uv":[6,1,7,8],"texture":"#0"},"up":{"uv":[6,1,1,0],"texture":"#0"}}},{"from":[3.8,9.55,6.8],"to":[12.2,13.95,8.2],"rotation":{"angle":45,"axis":"x","origin":[8,14,7]},"faces":{"north":{"uv":[0.5,11,4.5,13],"texture":"#0"},"east":{"uv":[0,11,0.5,13],"texture":"#0"},"south":{"uv":[5,11,9,13],"texture":"#0"},"west":{"uv":[4.5,11,5,13],"texture":"#0"},"up":{"uv":[4.5,11,0.5,10.5],"texture":"#0"},"down":{"uv":[8.5,10.5,4.5,11],"texture":"#0"}}},{"from":[3.8,9.8,5.2],"to":[12.2,14.2,6.6],"rotation":{"angle":0,"axis":"y","origin":[8,10,7]},"faces":{"north":{"uv":[0.5,8.5,4.5,10.5],"texture":"#0"},"east":{"uv":[0,8.5,0.5,10.5],"texture":"#0"},"south":{"uv":[5,8.5,9,10.5],"texture":"#0"},"west":{"uv":[4.5,8.5,5,10.5],"texture":"#0"},"up":{"uv":[4.5,8.5,0.5,8],"texture":"#0"},"down":{"uv":[8.5,8,4.5,8.5],"texture":"#0"}}},{"from":[2,12,8],"to":[3,16,11],"rotation":{"angle":-22.5,"axis":"y","origin":[3,14,8]},"faces":{"north":{"uv":[13.5,5,14,7],"texture":"#0"},"east":{"uv":[12,5,13.5,7],"texture":"#0"},"south":{"uv":[15.5,5,16,7],"texture":"#0"},"west":{"uv":[14,5,15.5,7],"texture":"#0"},"up":{"uv":[14,5,13.5,3.5],"texture":"#0"},"down":{"uv":[14.5,3.5,14,5],"texture":"#0"}}},{"from":[13,12,8],"to":[14,16,11],"shade":false,"rotation":{"angle":22.5,"axis":"y","origin":[13,14,8]},"faces":{"north":{"uv":[14,5,13.5,7],"texture":"#0"},"east":{"uv":[15.5,5,14,7],"texture":"#0"},"south":{"uv":[16,5,15.5,7],"texture":"#0"},"west":{"uv":[13.5,5,12,7],"texture":"#0"},"up":{"uv":[13.5,5,14,3.5],"texture":"#0"},"down":{"uv":[14,3.5,14.5,5],"texture":"#0"}}},{"from":[4,19,7],"to":[6,24,9],"shade":false,"rotation":{"angle":22.5,"axis":"x","origin":[8,14,7]},"faces":{"north":{"uv":[14,1,13,3.5],"texture":"#0"},"east":{"uv":[15,1,14,3.5],"texture":"#0"},"south":{"uv":[16,1,15,3.5],"texture":"#0"},"west":{"uv":[13,1,12,3.5],"texture":"#0"},"up":{"uv":[13,1,14,0],"texture":"#0"},"down":{"uv":[14,0,15,1],"texture":"#0"}}},{"from":[10,20,7],"to":[12,25,9],"rotation":{"angle":22.5,"axis":"x","origin":[8,14,7]},"faces":{"north":{"uv":[13,1,14,3.5],"texture":"#0"},"east":{"uv":[12,1,13,3.5],"texture":"#0"},"south":{"uv":[15,1,16,3.5],"texture":"#0"},"west":{"uv":[14,1,15,3.5],"texture":"#0"},"up":{"uv":[14,1,13,0],"texture":"#0"},"down":{"uv":[15,0,14,1],"texture":"#0"}}},{"from":[8,5,7],"to":[10,9,9],"rotation":{"angle":22.5,"axis":"x","origin":[8,14,7]},"faces":{"north":{"uv":[1,14,2,16],"texture":"#0"},"east":{"uv":[0,14,1,16],"texture":"#0"},"south":{"uv":[3,14,4,16],"texture":"#0"},"west":{"uv":[2,14,3,16],"texture":"#0"},"up":{"uv":[2,14,1,13],"texture":"#0"},"down":{"uv":[3,13,2,14],"texture":"#0"}}},{"from":[4,6,7],"to":[6,10,9],"rotation":{"angle":22.5,"axis":"x","origin":[8,14,7]},"faces":{"north":{"uv":[1,14,2,16],"texture":"#0"},"east":{"uv":[0,14,1,16],"texture":"#0"},"south":{"uv":[3,14,4,16],"texture":"#0"},"west":{"uv":[2,14,3,16],"texture":"#0"},"up":{"uv":[2,14,1,13],"texture":"#0"},"down":{"uv":[3,13,2,14],"texture":"#0"}}},{"from":[2,15,10],"to":[4,21,13],"rotation":{"angle":-22.5,"axis":"z","origin":[3,19,9]},"faces":{"north":{"uv":[12.5,8.5,13.5,11.5],"texture":"#0"},"east":{"uv":[11,8.5,12.5,11.5],"texture":"#0"},"south":{"uv":[15,8.5,16,11.5],"texture":"#0"},"west":{"uv":[13.5,8.5,15,11.5],"texture":"#0"},"up":{"uv":[13.5,8.5,12.5,7],"texture":"#0"},"down":{"uv":[14.5,7,13.5,8.5],"texture":"#0"}}},{"from":[2,18,8],"to":[4,21,10],"rotation":{"angle":-22.5,"axis":"z","origin":[3,19,9]},"faces":{"north":{"uv":[13,12.5,14,14],"texture":"#0"},"east":{"uv":[12,12.5,13,14],"texture":"#0"},"south":{"uv":[15,12.5,16,14],"texture":"#0"},"west":{"uv":[14,12.5,15,14],"texture":"#0"},"up":{"uv":[14,12.5,13,11.5],"texture":"#0"},"down":{"uv":[15,11.5,14,12.5],"texture":"#0"}}},{"from":[2,15,7],"to":[4,16,10],"rotation":{"angle":-22.5,"axis":"z","origin":[3,19,9]},"faces":{"north":{"uv":[12.5,15.5,13.5,16],"texture":"#0"},"east":{"uv":[11,15.5,12.5,16],"texture":"#0"},"south":{"uv":[15,15.5,16,16],"texture":"#0"},"west":{"uv":[13.5,15.5,15,16],"texture":"#0"},"up":{"uv":[13.5,15.5,12.5,14],"texture":"#0"},"down":{"uv":[14.5,14,13.5,15.5],"texture":"#0"}}},{"from":[2,16,7],"to":[4,17,8],"rotation":{"angle":-22.5,"axis":"z","origin":[3,19,9]},"faces":{"north":{"uv":[9.5,12,10.5,12.5],"texture":"#0"},"east":{"uv":[9,12,9.5,12.5],"texture":"#0"},"south":{"uv":[11,12,12,12.5],"texture":"#0"},"west":{"uv":[10.5,12,11,12.5],"texture":"#0"},"up":{"uv":[10.5,12,9.5,11.5],"texture":"#0"},"down":{"uv":[11.5,11.5,10.5,12],"texture":"#0"}}},{"from":[12,18,8],"to":[14,21,10],"shade":false,"rotation":{"angle":22.5,"axis":"z","origin":[13,19,9]},"faces":{"north":{"uv":[14,12.5,13,14],"texture":"#0"},"east":{"uv":[15,12.5,14,14],"texture":"#0"},"south":{"uv":[16,12.5,15,14],"texture":"#0"},"west":{"uv":[13,12.5,12,14],"texture":"#0"},"up":{"uv":[13,12.5,14,11.5],"texture":"#0"},"down":{"uv":[14,11.5,15,12.5],"texture":"#0"}}},{"from":[12,15,10],"to":[14,21,13],"shade":false,"rotation":{"angle":22.5,"axis":"z","origin":[13,19,9]},"faces":{"north":{"uv":[13.5,8.5,12.5,11.5],"texture":"#0"},"east":{"uv":[15,8.5,13.5,11.5],"texture":"#0"},"south":{"uv":[16,8.5,15,11.5],"texture":"#0"},"west":{"uv":[12.5,8.5,11,11.5],"texture":"#0"},"up":{"uv":[12.5,8.5,13.5,7],"texture":"#0"},"down":{"uv":[13.5,7,14.5,8.5],"texture":"#0"}}},{"from":[12,15,7],"to":[14,16,10],"rotation":{"angle":22.5,"axis":"z","origin":[13,19,9]},"faces":{"north":{"uv":[12.5,15.5,13.5,16],"texture":"#0"},"east":{"uv":[11,15.5,12.5,16],"texture":"#0"},"south":{"uv":[15,15.5,16,16],"texture":"#0"},"west":{"uv":[13.5,15.5,15,16],"texture":"#0"},"up":{"uv":[13.5,15.5,12.5,14],"texture":"#0"},"down":{"uv":[14.5,14,13.5,15.5],"texture":"#0"}}},{"from":[12,16,7],"to":[14,17,8],"rotation":{"angle":22.5,"axis":"z","origin":[13,19,9]},"faces":{"north":{"uv":[9.5,12,10.5,12.5],"texture":"#0"},"east":{"uv":[9,12,9.5,12.5],"texture":"#0"},"south":{"uv":[11,12,12,12.5],"texture":"#0"},"west":{"uv":[10.5,12,11,12.5],"texture":"#0"},"up":{"uv":[10.5,12,9.5,11.5],"texture":"#0"},"down":{"uv":[11.5,11.5,10.5,12],"texture":"#0"}}},{"from":[3,-5,5.25],"to":[4,11,5.26],"rotation":{"angle":22.5,"axis":"x","origin":[3.5,11,5.25]},"faces":{"north":{"uv":[0,0,1,16],"texture":"#1"},"south":{"uv":[0,0,1,16],"texture":"#1"}}}],"display":{"gui":{"rotation":[-180,30,-180],"translation":[0,-4,0],"scale":[0.65,0.65,0.65]},"head":{"rotation":[-14,0,0],"translation":[0,-6.5,-6],"scale":[0.85,0.85,0.85]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/spell/meteor_0.json b/assets/minecraft/models/item/wynn/spell/meteor_0.json new file mode 100644 index 000000000..4179ac4b0 --- /dev/null +++ b/assets/minecraft/models/item/wynn/spell/meteor_0.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/spell/meteor_0","1":"wynn/spell/meteor_0_a","particle":"wynn/spell/meteor_0"},"elements":[{"from":[-10,-8,1],"to":[4,6,15],"rotation":{"angle":0,"axis":"y","origin":[-1,1,8]},"faces":{"north":{"uv":[3.5,3.5,7,7],"texture":"#0"},"east":{"uv":[0,3.5,3.5,7],"texture":"#0"},"south":{"uv":[10.5,3.5,14,7],"texture":"#0"},"west":{"uv":[7,3.5,10.5,7],"texture":"#0"},"up":{"uv":[7,3.5,3.5,0],"texture":"#0"},"down":{"uv":[10.5,0,7,3.5],"texture":"#0"}}},{"from":[-4,1,11],"to":[2,7,17],"rotation":{"angle":22.5,"axis":"y","origin":[-1,4,14]},"faces":{"north":{"uv":[3.75,4,5.25,5.5],"texture":"#0"},"east":{"uv":[2.25,4,3.75,5.5],"texture":"#0"},"south":{"uv":[6.75,4,8.25,5.5],"texture":"#0"},"west":{"uv":[5.25,4,6.75,5.5],"texture":"#0"},"up":{"uv":[5.25,4,3.75,2.5],"texture":"#0"},"down":{"uv":[6.75,2.5,5.25,4],"texture":"#0"}}},{"from":[-7,3,-1],"to":[-2,8,4],"rotation":{"angle":22.5,"axis":"y","origin":[-4.5,5.5,1.5]},"faces":{"north":{"uv":[6.25,3.25,7.5,4.5],"texture":"#0"},"east":{"uv":[5,3.25,6.25,4.5],"texture":"#0"},"south":{"uv":[8.75,3.25,10,4.5],"texture":"#0"},"west":{"uv":[7.5,3.25,8.75,4.5],"texture":"#0"},"up":{"uv":[7.5,3.25,6.25,2],"texture":"#0"},"down":{"uv":[8.75,2,7.5,3.25],"texture":"#0"}}},{"from":[1,-6,11],"to":[6,-1,16],"rotation":{"angle":-22.5,"axis":"z","origin":[2.5,-3.5,13.5]},"faces":{"north":{"uv":[3.75,4.25,5,5.5],"texture":"#0"},"east":{"uv":[2.5,4.25,3.75,5.5],"texture":"#0"},"south":{"uv":[6.25,4.25,7.5,5.5],"texture":"#0"},"west":{"uv":[5,4.25,6.25,5.5],"texture":"#0"},"up":{"uv":[5,4.25,3.75,3],"texture":"#0"},"down":{"uv":[6.25,3,5,4.25],"texture":"#0"}}},{"from":[-11,-10,10],"to":[-5,-4,16],"rotation":{"angle":22.5,"axis":"z","origin":[-8,-6,14]},"faces":{"north":{"uv":[7.25,5.5,8.75,7],"texture":"#0"},"east":{"uv":[5.75,5.5,7.25,7],"texture":"#0"},"south":{"uv":[10.25,5.5,11.75,7],"texture":"#0"},"west":{"uv":[8.75,5.5,10.25,7],"texture":"#0"},"up":{"uv":[8.75,5.5,7.25,4],"texture":"#0"},"down":{"uv":[10.25,4,8.75,5.5],"texture":"#0"}}},{"from":[-12,-5,-1],"to":[-6,1,5],"rotation":{"angle":-22.5,"axis":"y","origin":[-9,-2,3]},"faces":{"north":{"uv":[5.75,4.5,7.25,6],"texture":"#0"},"east":{"uv":[4.25,4.5,5.75,6],"texture":"#0"},"south":{"uv":[8.75,4.5,10.25,6],"texture":"#0"},"west":{"uv":[7.25,4.5,8.75,6],"texture":"#0"},"up":{"uv":[7.25,4.5,5.75,3],"texture":"#0"},"down":{"uv":[8.75,3,7.25,4.5],"texture":"#0"}}},{"from":[-1,-8,0],"to":[5,-2,6],"rotation":{"angle":-22.5,"axis":"x","origin":[2,-6,3]},"faces":{"north":{"uv":[9.5,5.5,11,7],"texture":"#0"},"east":{"uv":[8,5.5,9.5,7],"texture":"#0"},"south":{"uv":[12.5,5.5,14,7],"texture":"#0"},"west":{"uv":[11,5.5,12.5,7],"texture":"#0"},"up":{"uv":[11,5.5,9.5,4],"texture":"#0"},"down":{"uv":[12.5,4,11,5.5],"texture":"#0"}}},{"from":[0,-6,2],"to":[30,6,14],"rotation":{"angle":22.5,"axis":"z","origin":[-1,1,8]},"faces":{"north":{"uv":[6,15,0,0],"rotation":90,"texture":"#1"},"south":{"uv":[6,15,0,0],"rotation":270,"texture":"#1"},"up":{"uv":[0,15,6,0],"rotation":270,"texture":"#1"},"down":{"uv":[0,15,6,0],"rotation":270,"texture":"#1"}}}],"display":{"head":{"rotation":[22,-90,0],"translation":[0,8,45],"scale":[3,3,3]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/spell/meteor_1.json b/assets/minecraft/models/item/wynn/spell/meteor_1.json new file mode 100644 index 000000000..34f405637 --- /dev/null +++ b/assets/minecraft/models/item/wynn/spell/meteor_1.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/spell/meteor_1","1":"wynn/spell/meteor_1_a","particle":"wynn/spell/meteor_1"},"elements":[{"from":[-10,-8,1],"to":[4,6,15],"rotation":{"angle":0,"axis":"y","origin":[-1,1,8]},"faces":{"north":{"uv":[3.5,3.5,7,7],"texture":"#0"},"east":{"uv":[0,3.5,3.5,7],"texture":"#0"},"south":{"uv":[10.5,3.5,14,7],"texture":"#0"},"west":{"uv":[7,3.5,10.5,7],"texture":"#0"},"up":{"uv":[7,3.5,3.5,0],"texture":"#0"},"down":{"uv":[10.5,0,7,3.5],"texture":"#0"}}},{"from":[-10.1,-8.1,0.9],"to":[4.1,6.1,15.1],"rotation":{"angle":0,"axis":"y","origin":[-1,1,8]},"faces":{"north":{"uv":[3.5,10.5,7,14],"texture":"#0"},"east":{"uv":[0,10.5,3.5,14],"texture":"#0"},"south":{"uv":[10.5,10.5,14,14],"texture":"#0"},"west":{"uv":[7,10.5,10.5,14],"texture":"#0"},"up":{"uv":[7,10.5,3.5,7],"texture":"#0"},"down":{"uv":[10.5,7,7,10.5],"texture":"#0"}}},{"from":[-4,1,11],"to":[2,7,17],"rotation":{"angle":22.5,"axis":"y","origin":[-1,4,14]},"faces":{"north":{"uv":[3.75,4,5.25,5.5],"texture":"#0"},"east":{"uv":[2.25,4,3.75,5.5],"texture":"#0"},"south":{"uv":[6.75,4,8.25,5.5],"texture":"#0"},"west":{"uv":[5.25,4,6.75,5.5],"texture":"#0"},"up":{"uv":[5.25,4,3.75,2.5],"texture":"#0"},"down":{"uv":[6.75,2.5,5.25,4],"texture":"#0"}}},{"from":[-7,3,-1],"to":[-2,8,4],"rotation":{"angle":22.5,"axis":"y","origin":[-4.5,5.5,1.5]},"faces":{"north":{"uv":[6.25,3.25,7.5,4.5],"texture":"#0"},"east":{"uv":[5,3.25,6.25,4.5],"texture":"#0"},"south":{"uv":[8.75,3.25,10,4.5],"texture":"#0"},"west":{"uv":[7.5,3.25,8.75,4.5],"texture":"#0"},"up":{"uv":[7.5,3.25,6.25,2],"texture":"#0"},"down":{"uv":[8.75,2,7.5,3.25],"texture":"#0"}}},{"from":[1,-6,11],"to":[6,-1,16],"rotation":{"angle":-22.5,"axis":"z","origin":[2.5,-3.5,13.5]},"faces":{"north":{"uv":[3.75,4.25,5,5.5],"texture":"#0"},"east":{"uv":[2.5,4.25,3.75,5.5],"texture":"#0"},"south":{"uv":[6.25,4.25,7.5,5.5],"texture":"#0"},"west":{"uv":[5,4.25,6.25,5.5],"texture":"#0"},"up":{"uv":[5,4.25,3.75,3],"texture":"#0"},"down":{"uv":[6.25,3,5,4.25],"texture":"#0"}}},{"from":[-11,-10,10],"to":[-5,-4,16],"rotation":{"angle":22.5,"axis":"z","origin":[-8,-6,14]},"faces":{"north":{"uv":[7.25,5.5,8.75,7],"texture":"#0"},"east":{"uv":[5.75,5.5,7.25,7],"texture":"#0"},"south":{"uv":[10.25,5.5,11.75,7],"texture":"#0"},"west":{"uv":[8.75,5.5,10.25,7],"texture":"#0"},"up":{"uv":[8.75,5.5,7.25,4],"texture":"#0"},"down":{"uv":[10.25,4,8.75,5.5],"texture":"#0"}}},{"from":[-12,-5,-1],"to":[-6,1,5],"rotation":{"angle":-22.5,"axis":"y","origin":[-9,-2,3]},"faces":{"north":{"uv":[5.75,4.5,7.25,6],"texture":"#0"},"east":{"uv":[4.25,4.5,5.75,6],"texture":"#0"},"south":{"uv":[8.75,4.5,10.25,6],"texture":"#0"},"west":{"uv":[7.25,4.5,8.75,6],"texture":"#0"},"up":{"uv":[7.25,4.5,5.75,3],"texture":"#0"},"down":{"uv":[8.75,3,7.25,4.5],"texture":"#0"}}},{"from":[-1,-8,0],"to":[5,-2,6],"rotation":{"angle":-22.5,"axis":"x","origin":[2,-6,3]},"faces":{"north":{"uv":[9.5,5.5,11,7],"texture":"#0"},"east":{"uv":[8,5.5,9.5,7],"texture":"#0"},"south":{"uv":[12.5,5.5,14,7],"texture":"#0"},"west":{"uv":[11,5.5,12.5,7],"texture":"#0"},"up":{"uv":[11,5.5,9.5,4],"texture":"#0"},"down":{"uv":[12.5,4,11,5.5],"texture":"#0"}}},{"from":[0,-6,2],"to":[30,6,14],"rotation":{"angle":22.5,"axis":"z","origin":[-1,1,8]},"faces":{"north":{"uv":[6,15,0,0],"rotation":90,"texture":"#1"},"south":{"uv":[6,15,0,0],"rotation":270,"texture":"#1"},"up":{"uv":[0,15,6,0],"rotation":270,"texture":"#1"},"down":{"uv":[0,15,6,0],"rotation":270,"texture":"#1"}}}],"display":{"head":{"rotation":[22,-90,0],"translation":[0,8,45],"scale":[3,3,3]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/spell/totem_0.json b/assets/minecraft/models/item/wynn/spell/totem_0.json new file mode 100644 index 000000000..8694560df --- /dev/null +++ b/assets/minecraft/models/item/wynn/spell/totem_0.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/spell/shaman_totem_0","1":"wynn/spell/shaman_totem_1","2":"wynn/spell/shaman_totem_2","3":"wynn/spell/shaman_totem_3","particle":"wynn/spell/shaman_totem_0"},"elements":[{"from":[4.5,10,4.5],"to":[4.6,15,11.5],"rotation":{"angle":-22.5,"axis":"y","origin":[8,7,8]},"faces":{"east":{"uv":[7,11,0,16],"texture":"#1"},"west":{"uv":[0,11,7,16],"texture":"#1"}}},{"from":[12.4,9,4.5],"to":[12.5,14,9.5],"rotation":{"angle":22.5,"axis":"y","origin":[8,7,8]},"faces":{"east":{"uv":[13,11,8,16],"texture":"#1"},"west":{"uv":[8,11,13,16],"texture":"#1"}}},{"from":[3.5,20,5],"to":[3.6,25,11],"rotation":{"angle":22.5,"axis":"y","origin":[8,7,8]},"faces":{"east":{"uv":[7,11,1,16],"texture":"#1"},"west":{"uv":[1,11,7,16],"texture":"#1"}}},{"from":[3.5,21,11.9],"to":[9.5,26,12],"rotation":{"angle":-22.5,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[8,11,14,16],"texture":"#1"},"south":{"uv":[14,11,8,16],"texture":"#1"}}},{"from":[11.4,19.5,4.5],"to":[11.5,24.5,11.5],"rotation":{"angle":-22.5,"axis":"z","origin":[11,20.5,8]},"faces":{"east":{"uv":[0,11,7,16],"texture":"#1"},"west":{"uv":[7,11,0,16],"texture":"#1"}}},{"from":[3.75,0,3.75],"to":[12.25,5,12.25],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[0,0,8,5],"texture":"#1"},"east":{"uv":[8,5,16,10],"texture":"#1"},"south":{"uv":[8,0,16,5],"texture":"#1"},"west":{"uv":[0,5,8,10],"texture":"#1"}}},{"from":[-2,-1,2],"to":[-1,13,7],"rotation":{"angle":0,"axis":"y","origin":[6,7,8]},"faces":{"north":{"uv":[5,0,6,14],"texture":"#3"},"east":{"uv":[0,0,5,14],"texture":"#3"},"south":{"uv":[11,0,12,14],"texture":"#3"},"west":{"uv":[0,0,5,14],"texture":"#3"},"up":{"uv":[0,0,5,1],"rotation":270,"texture":"#3"},"down":{"uv":[0,15,5,16],"rotation":90,"texture":"#3"}}},{"from":[2,-1,17],"to":[7,10,18],"rotation":{"angle":0,"axis":"y","origin":[8,7,10]},"faces":{"north":{"uv":[6,0,11,11],"texture":"#3"},"east":{"uv":[11,0,12,11],"texture":"#3"},"south":{"uv":[6,0,11,11],"texture":"#3"},"west":{"uv":[5,0,6,11],"texture":"#3"},"up":{"uv":[0,0,5,1],"rotation":180,"texture":"#3"},"down":{"uv":[0,15,5,16],"rotation":180,"texture":"#3"}}},{"from":[17,-1,9],"to":[18,12,14],"rotation":{"angle":0,"axis":"y","origin":[10,7,8]},"faces":{"north":{"uv":[0,0,1,13],"texture":"#3"},"east":{"uv":[6,0,11,13],"texture":"#3"},"south":{"uv":[0,0,1,13],"texture":"#3"},"west":{"uv":[6,0,11,13],"texture":"#3"},"up":{"uv":[0,0,5,1],"rotation":90,"texture":"#3"},"down":{"uv":[0,0,5,1],"rotation":270,"texture":"#3"}}},{"from":[-2,-1,9],"to":[-1,11,14],"rotation":{"angle":0,"axis":"y","origin":[6,7,8]},"faces":{"north":{"uv":[5,0,6,12],"texture":"#3"},"east":{"uv":[6,0,11,12],"texture":"#3"},"south":{"uv":[11,0,12,12],"texture":"#3"},"west":{"uv":[6,0,11,12],"texture":"#3"},"up":{"uv":[0,0,5,1],"rotation":270,"texture":"#3"},"down":{"uv":[0,15,5,16],"rotation":90,"texture":"#3"}}},{"from":[9,-1,17],"to":[14,14,18],"rotation":{"angle":0,"axis":"y","origin":[8,7,10]},"faces":{"north":{"uv":[0,0,5,15],"texture":"#3"},"east":{"uv":[11,0,12,15],"texture":"#3"},"south":{"uv":[0,0,5,15],"texture":"#3"},"west":{"uv":[5,0,6,15],"texture":"#3"},"up":{"uv":[0,0,5,1],"rotation":180,"texture":"#3"},"down":{"uv":[0,15,5,16],"rotation":180,"texture":"#3"}}},{"from":[17,-1,2],"to":[18,10,7],"rotation":{"angle":0,"axis":"y","origin":[10,7,8]},"faces":{"north":{"uv":[0,0,1,16],"texture":"#3"},"east":{"uv":[6,0,11,11],"texture":"#3"},"south":{"uv":[0,0,1,16],"texture":"#3"},"west":{"uv":[6,0,11,11],"texture":"#3"},"up":{"uv":[0,0,5,1],"rotation":90,"texture":"#3"},"down":{"uv":[0,0,5,1],"rotation":270,"texture":"#3"}}},{"from":[4,22,4],"to":[12,32,12],"faces":{"north":{"uv":[7,9,11,14],"texture":"#0"},"east":{"uv":[11,9,15,14],"texture":"#0"},"south":{"uv":[11,9,15,14],"texture":"#0"},"west":{"uv":[11,9,15,14],"texture":"#0"},"up":{"uv":[1.5,1.5,5.5,5.5],"texture":"#0"},"down":{"uv":[1.5,1.5,5.5,5.5],"texture":"#0"}}},{"from":[4,12,4],"to":[12,21,12],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[7,4.5,11,9],"texture":"#0"},"east":{"uv":[11,4.5,15,9],"texture":"#0"},"south":{"uv":[11,4.5,15,9],"texture":"#0"},"west":{"uv":[11,4.5,15,9],"texture":"#0"},"up":{"uv":[1.5,1.5,5.5,5.5],"texture":"#0"},"down":{"uv":[1.5,1.5,5.5,5.5],"texture":"#0"}}},{"from":[5,10,5],"to":[11,23,11],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[0,7,3,13.5],"texture":"#0"},"east":{"uv":[0,7,3,13.5],"texture":"#0"},"south":{"uv":[0,7,3,13.5],"texture":"#0"},"west":{"uv":[0,7,3,13.5],"texture":"#0"}}},{"from":[4,1,4],"to":[12,10,12],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[7,0,11,4.5],"texture":"#0"},"east":{"uv":[11,0,15,4.5],"texture":"#0"},"south":{"uv":[7,0,11,4.5],"texture":"#0"},"west":{"uv":[11,0,15,4.5],"texture":"#0"},"up":{"uv":[1.5,1.5,5.5,5.5],"texture":"#0"}}},{"from":[1,-1,1],"to":[15,1,15],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[0,6,7,7],"texture":"#0"},"east":{"uv":[0,6,7,7],"texture":"#0"},"south":{"uv":[0,6,7,7],"texture":"#0"},"west":{"uv":[0,6,7,7],"texture":"#0"},"up":{"uv":[0,0,7,7],"texture":"#0"},"down":{"uv":[0,0,7,7],"texture":"#0"}}},{"from":[-4,-1,-4],"to":[20,-0.9,20],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"up":{"uv":[0,0,12,12],"texture":"#2"}}},{"from":[-3,16,7],"to":[4,21,9],"rotation":{"angle":0,"axis":"y","origin":[4,14,8]},"faces":{"north":{"uv":[3,7,6.5,9.5],"texture":"#0"},"south":{"uv":[6.5,7,3,9.5],"texture":"#0"},"west":{"uv":[5.5,7,6.5,9.5],"texture":"#0"},"up":{"uv":[3,7,6.5,8],"texture":"#0"},"down":{"uv":[3,8.5,6.5,9.5],"texture":"#0"}}},{"from":[-1,14,7],"to":[4,16,9],"rotation":{"angle":0,"axis":"y","origin":[4,14,8]},"faces":{"north":{"uv":[3,9.5,5.5,10.5],"texture":"#0"},"south":{"uv":[5.5,9.5,3,10.5],"texture":"#0"},"west":{"uv":[4.5,9.5,5.5,10.5],"texture":"#0"},"down":{"uv":[3,9.5,5.5,10.5],"texture":"#0"}}},{"from":[12,16,7],"to":[19,21,9],"faces":{"north":{"uv":[6.5,7,3,9.5],"texture":"#0"},"east":{"uv":[5.5,7,6.5,9.5],"texture":"#0"},"south":{"uv":[3,7,6.5,9.5],"texture":"#0"},"up":{"uv":[3,7,6.5,8],"rotation":180,"texture":"#0"},"down":{"uv":[3,8.5,6.5,9.5],"rotation":180,"texture":"#0"}}},{"from":[12,14,7],"to":[17,16,9],"faces":{"north":{"uv":[5.5,9.5,3,10.5],"texture":"#0"},"east":{"uv":[4.5,9.5,5.5,10.5],"texture":"#0"},"south":{"uv":[3,9.5,5.5,10.5],"texture":"#0"},"down":{"uv":[3,9.5,5.5,10.5],"rotation":180,"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[45,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"thirdperson_lefthand":{"rotation":[45,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"firstperson_righthand":{"rotation":[0,120,0],"translation":[0.5,1.5,0],"scale":[0.5,0.5,0.5]},"firstperson_lefthand":{"rotation":[0,120,0],"translation":[0.5,1.5,0],"scale":[0.4,0.4,0.4]},"ground":{"rotation":[30,30,0],"translation":[0,3,0],"scale":[0.35,0.35,0.35]},"gui":{"rotation":[30,135,0],"translation":[0.5,0.5,0],"scale":[0.6,0.6,0.6]},"head":{"translation":[0,-25,0],"scale":[2,2,2]},"fixed":{"scale":[0.62,0.62,0.62]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/spell/totem_1.json b/assets/minecraft/models/item/wynn/spell/totem_1.json new file mode 100644 index 000000000..4d428c845 --- /dev/null +++ b/assets/minecraft/models/item/wynn/spell/totem_1.json @@ -0,0 +1 @@ +{"textures":{"2":"wynn/spell/shaman_totem_2","3":"wynn/spell/skyseer_totem_1","4":"wynn/spell/skyseer_totem_0","5":"wynn/spell/shaman_totem_1","particle":"wynn/spell/skyseer_totem_0"},"elements":[{"from":[-2,-1,2],"to":[-1,13,7],"rotation":{"angle":0,"axis":"y","origin":[6,7,8]},"faces":{"north":{"uv":[5,0,6,14],"texture":"#3"},"east":{"uv":[0,0,5,14],"texture":"#3"},"south":{"uv":[11,0,12,14],"texture":"#3"},"west":{"uv":[0,0,5,14],"texture":"#3"},"up":{"uv":[0,0,5,1],"rotation":270,"texture":"#3"},"down":{"uv":[0,15,5,16],"rotation":90,"texture":"#3"}}},{"from":[2,-1,17],"to":[7,10,18],"rotation":{"angle":0,"axis":"y","origin":[8,7,10]},"faces":{"north":{"uv":[6,0,11,11],"texture":"#3"},"east":{"uv":[11,0,12,11],"texture":"#3"},"south":{"uv":[6,0,11,11],"texture":"#3"},"west":{"uv":[5,0,6,11],"texture":"#3"},"up":{"uv":[0,0,5,1],"rotation":180,"texture":"#3"},"down":{"uv":[0,15,5,16],"rotation":180,"texture":"#3"}}},{"from":[17,-1,9],"to":[18,12,14],"rotation":{"angle":0,"axis":"y","origin":[10,7,8]},"faces":{"north":{"uv":[0,0,1,13],"texture":"#3"},"east":{"uv":[0,0,5,13],"texture":"#3"},"south":{"uv":[0,0,1,13],"texture":"#3"},"west":{"uv":[0,0,5,13],"texture":"#3"},"up":{"uv":[0,0,5,1],"rotation":90,"texture":"#3"},"down":{"uv":[0,0,5,1],"rotation":270,"texture":"#3"}}},{"from":[-2,-1,9],"to":[-1,11,14],"rotation":{"angle":0,"axis":"y","origin":[6,7,8]},"faces":{"north":{"uv":[5,0,6,12],"texture":"#3"},"east":{"uv":[6,0,11,12],"texture":"#3"},"south":{"uv":[11,0,12,12],"texture":"#3"},"west":{"uv":[6,0,11,12],"texture":"#3"},"up":{"uv":[0,0,5,1],"rotation":270,"texture":"#3"},"down":{"uv":[0,15,5,16],"rotation":90,"texture":"#3"}}},{"from":[9,-1,17],"to":[14,14,18],"rotation":{"angle":0,"axis":"y","origin":[8,7,10]},"faces":{"north":{"uv":[0,0,5,15],"texture":"#3"},"east":{"uv":[11,0,12,15],"texture":"#3"},"south":{"uv":[0,0,5,15],"texture":"#3"},"west":{"uv":[5,0,6,15],"texture":"#3"},"up":{"uv":[0,0,5,1],"rotation":180,"texture":"#3"},"down":{"uv":[0,15,5,16],"rotation":180,"texture":"#3"}}},{"from":[17,-1,2],"to":[18,10,7],"rotation":{"angle":0,"axis":"y","origin":[10,7,8]},"faces":{"north":{"uv":[0,0,1,16],"texture":"#3"},"east":{"uv":[6,0,11,11],"texture":"#3"},"south":{"uv":[0,0,1,16],"texture":"#3"},"west":{"uv":[6,0,11,11],"texture":"#3"},"up":{"uv":[0,0,5,1],"rotation":90,"texture":"#3"},"down":{"uv":[0,0,5,1],"rotation":270,"texture":"#3"}}},{"from":[6,23,-2],"to":[10,27,4],"rotation":{"angle":0,"axis":"y","origin":[9.5,26,1.5]},"faces":{"north":{"uv":[5,13.5,3,15],"texture":"#4"},"east":{"uv":[0,12.5,3,14.5],"texture":"#4"},"west":{"uv":[3,12.5,0,14.5],"texture":"#4"},"up":{"uv":[3,12.5,5,15.5],"rotation":180,"texture":"#4"},"down":{"uv":[5,12.5,7,15.5],"texture":"#4"}}},{"from":[6,22,-2],"to":[10,23,0],"rotation":{"angle":0,"axis":"y","origin":[9.5,25,1.5]},"faces":{"north":{"uv":[5,15,3,15.5],"texture":"#4"},"east":{"uv":[2,14.5,3,15],"texture":"#4"},"south":{"uv":[0,13.5,2,14],"texture":"#4"},"west":{"uv":[3,14.5,2,15],"texture":"#4"},"down":{"uv":[5,14.5,7,15.5],"texture":"#4"}}},{"from":[14,23,7],"to":[23,26,9],"rotation":{"angle":0,"axis":"y","origin":[9,9,8.5]},"faces":{"north":{"uv":[8,7,3.5,8.5],"texture":"#4"},"east":{"uv":[7,7,8,8.5],"texture":"#4"},"south":{"uv":[3.5,7,8,8.5],"texture":"#4"},"west":{"uv":[2.5,10,3.5,11.5],"texture":"#4"},"up":{"uv":[3.5,11.5,8,12.5],"texture":"#4"},"down":{"uv":[3.5,7.5,8,8.5],"texture":"#4"}}},{"from":[14,20,7],"to":[21,23,9],"rotation":{"angle":0,"axis":"y","origin":[9,9,8.5]},"faces":{"north":{"uv":[7,8.5,3.5,10],"texture":"#4"},"east":{"uv":[6,8.5,7,10],"texture":"#4"},"south":{"uv":[3.5,8.5,7,10],"texture":"#4"},"west":{"uv":[2.5,10,3.5,11.5],"texture":"#4"},"down":{"uv":[3.5,9,7,10],"texture":"#4"}}},{"from":[12,17,7],"to":[19,20,9],"rotation":{"angle":0,"axis":"y","origin":[9,9,8.5]},"faces":{"north":{"uv":[6,10,2.5,11.5],"texture":"#4"},"east":{"uv":[5,10,6,11.5],"texture":"#4"},"south":{"uv":[2.5,10,6,11.5],"texture":"#4"},"up":{"uv":[2.5,10,6,11],"texture":"#4"},"down":{"uv":[2.5,10.5,6,11.5],"texture":"#4"}}},{"from":[-7,23,7],"to":[2,26,9],"rotation":{"angle":0,"axis":"y","origin":[7,9,7.5]},"faces":{"north":{"uv":[3.5,7,8,8.5],"texture":"#4"},"east":{"uv":[2.5,10,3.5,11.5],"texture":"#4"},"south":{"uv":[8,7,3.5,8.5],"texture":"#4"},"west":{"uv":[7,7,8,8.5],"texture":"#4"},"up":{"uv":[3.5,11.5,8,12.5],"rotation":180,"texture":"#4"},"down":{"uv":[3.5,7.5,8,8.5],"rotation":180,"texture":"#4"}}},{"from":[-5,20,7],"to":[2,23,9],"rotation":{"angle":0,"axis":"y","origin":[7,9,7.5]},"faces":{"north":{"uv":[3.5,8.5,7,10],"texture":"#4"},"east":{"uv":[2.5,10,3.5,11.5],"texture":"#4"},"south":{"uv":[7,8.5,3.5,10],"texture":"#4"},"west":{"uv":[6,8.5,7,10],"texture":"#4"},"down":{"uv":[3.5,9,7,10],"rotation":180,"texture":"#4"}}},{"from":[-3,17,7],"to":[4,20,9],"rotation":{"angle":0,"axis":"y","origin":[6,9,7.5]},"faces":{"north":{"uv":[2.5,10,6,11.5],"texture":"#4"},"south":{"uv":[6,10,2.5,11.5],"texture":"#4"},"west":{"uv":[5,10,6,11.5],"texture":"#4"},"up":{"uv":[2.5,10,6,11],"rotation":180,"texture":"#4"},"down":{"uv":[2.5,10.5,6,11.5],"rotation":180,"texture":"#4"}}},{"from":[5,10,5],"to":[11,21,11],"faces":{"north":{"uv":[0,7,3,12.5],"texture":"#4"},"east":{"uv":[0,7,3,12.5],"texture":"#4"},"south":{"uv":[0,7,3,12.5],"texture":"#4"},"west":{"uv":[0,7,3,12.5],"texture":"#4"}}},{"from":[4,1,4],"to":[12,10,12],"faces":{"north":{"uv":[8,0,12,4.5],"texture":"#4"},"east":{"uv":[12,0,16,4.5],"texture":"#4"},"south":{"uv":[8,0,12,4.5],"texture":"#4"},"west":{"uv":[12,0,16,4.5],"texture":"#4"},"up":{"uv":[12,0,16,4],"texture":"#4"}}},{"from":[4,11,4],"to":[12,20,12],"faces":{"north":{"uv":[8,4.5,12,9],"texture":"#4"},"east":{"uv":[12,4.5,16,9],"texture":"#4"},"south":{"uv":[12,4.5,16,9],"texture":"#4"},"west":{"uv":[12,4.5,16,9],"texture":"#4"},"up":{"uv":[1.5,1.5,5.5,5.5],"texture":"#4"},"down":{"uv":[1.5,1.5,5.5,5.5],"texture":"#4"}}},{"from":[4,21,4],"to":[12,27,12],"faces":{"north":{"uv":[8,9,12,12],"texture":"#4"},"east":{"uv":[16,9,12,12],"texture":"#4"},"south":{"uv":[12,0,16,3],"texture":"#4"},"west":{"uv":[12,9,16,12],"texture":"#4"},"up":{"uv":[1.5,1.5,5.5,5.5],"texture":"#4"},"down":{"uv":[12,0.5,16,4.5],"texture":"#4"}}},{"from":[3.75,0,3.75],"to":[12.25,5,12.25],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[0,0,8,5],"texture":"#5"},"east":{"uv":[8,5,16,10],"texture":"#5"},"south":{"uv":[8,0,16,5],"texture":"#5"},"west":{"uv":[0,5,8,10],"texture":"#5"}}},{"from":[1,-1,1],"to":[15,1,15],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[0,6,7,7],"texture":"#4"},"east":{"uv":[0,6,7,7],"texture":"#4"},"south":{"uv":[0,6,7,7],"texture":"#4"},"west":{"uv":[0,6,7,7],"texture":"#4"},"up":{"uv":[0,0,7,7],"texture":"#4"},"down":{"uv":[0,0,7,7],"texture":"#4"}}},{"from":[-4,-1,-4],"to":[20,-0.9,20],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"up":{"uv":[0,0,12,12],"texture":"#2"}}}],"display":{"thirdperson_righthand":{"rotation":[45,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"thirdperson_lefthand":{"rotation":[45,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"firstperson_righthand":{"rotation":[0,120,0],"translation":[0.5,1.5,0],"scale":[0.5,0.5,0.5]},"firstperson_lefthand":{"rotation":[0,120,0],"translation":[0.5,1.5,0],"scale":[0.5,0.5,0.5]},"ground":{"rotation":[30,30,0],"translation":[0,3,0],"scale":[0.35,0.35,0.35]},"gui":{"rotation":[30,135,0],"translation":[0.5,0.5,0],"scale":[0.6,0.6,0.6]},"head":{"translation":[0,-25,0],"scale":[2,2,2]},"fixed":{"scale":[0.62,0.62,0.62]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/spell/trap_0.json b/assets/minecraft/models/item/wynn/spell/trap_0.json new file mode 100644 index 000000000..9f6ba82ff --- /dev/null +++ b/assets/minecraft/models/item/wynn/spell/trap_0.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/spell/trap_0","1":"wynn/spell/trap_0_a","particle":"wynn/spell/trap_0"},"elements":[{"from":[1,0,1],"to":[15,2,15],"faces":{"north":{"uv":[7,0,14,1],"texture":"#0"},"east":{"uv":[7,1,14,2],"texture":"#0"},"south":{"uv":[7,2,14,3],"texture":"#0"},"west":{"uv":[7,3,14,4],"texture":"#0"},"up":{"uv":[7,7,0,0],"texture":"#0"},"down":{"uv":[7,7,0,14],"texture":"#0"}}},{"from":[6,0,0],"to":[10,6,2],"rotation":{"angle":22.5,"axis":"x","origin":[8,0,1]},"faces":{"north":{"uv":[7,4,9,7],"texture":"#0"},"east":{"uv":[11,10,12,13],"texture":"#0"},"south":{"uv":[7,7,9,10],"texture":"#0"},"west":{"uv":[12,10,13,13],"texture":"#0"},"up":{"uv":[15,11,13,10],"texture":"#0"},"down":{"uv":[13,13,11,14],"texture":"#0"}}},{"from":[7,3,-0.01],"to":[9,5,0],"rotation":{"angle":22.5,"axis":"x","origin":[8,0,1]},"faces":{"north":{"uv":[14,14,16,16],"texture":"#1"}}},{"from":[6,0,14],"to":[10,6,16],"rotation":{"angle":-22.5,"axis":"x","origin":[8,0,15]},"faces":{"north":{"uv":[9,4,11,7],"texture":"#0"},"east":{"uv":[13,4,14,7],"texture":"#0"},"south":{"uv":[9,7,11,10],"texture":"#0"},"west":{"uv":[7,13,8,16],"texture":"#0"},"up":{"uv":[15,12,13,11],"texture":"#0"},"down":{"uv":[15,12,13,13],"texture":"#0"}}},{"from":[7,3,16.01],"to":[9,5,16.02],"rotation":{"angle":-22.5,"axis":"x","origin":[8,0,15]},"faces":{"north":{"uv":[9,4,11,7],"texture":"#0"},"east":{"uv":[13,4,14,7],"texture":"#0"},"south":{"uv":[14,14,16,16],"texture":"#1"},"west":{"uv":[7,13,8,16],"texture":"#0"},"up":{"uv":[15,12,13,11],"texture":"#0"},"down":{"uv":[15,12,13,13],"texture":"#0"}}},{"from":[-0.01,3,7],"to":[0,5,9],"rotation":{"angle":-22.5,"axis":"z","origin":[1,0,8]},"faces":{"west":{"uv":[14,14,16,16],"texture":"#1"}}},{"from":[0,0,6],"to":[2,6,10],"rotation":{"angle":-22.5,"axis":"z","origin":[1,0,8]},"faces":{"north":{"uv":[13,7,14,10],"texture":"#0"},"east":{"uv":[7,10,9,13],"texture":"#0"},"south":{"uv":[8,13,9,16],"texture":"#0"},"west":{"uv":[9,10,11,13],"texture":"#0"},"up":{"uv":[14,15,13,13],"texture":"#0"},"down":{"uv":[1,14,0,16],"texture":"#0"}}},{"from":[14,0,6],"to":[16,6,10],"rotation":{"angle":22.5,"axis":"z","origin":[15,0,8]},"faces":{"north":{"uv":[9,13,10,16],"texture":"#0"},"east":{"uv":[11,4,13,7],"texture":"#0"},"south":{"uv":[10,13,11,16],"texture":"#0"},"west":{"uv":[11,7,13,10],"texture":"#0"},"up":{"uv":[15,2,14,0],"texture":"#0"},"down":{"uv":[2,14,1,16],"texture":"#0"}}},{"from":[16.01,3,7],"to":[16.02,5,9],"rotation":{"angle":22.5,"axis":"z","origin":[15,0,8]},"faces":{"east":{"uv":[14,14,16,16],"texture":"#1"}}},{"from":[3,2,3],"to":[13,4,13],"faces":{"north":{"uv":[3,1,13,3],"rotation":180,"texture":"#1"},"east":{"uv":[13,3,15,13],"rotation":90,"texture":"#1"},"south":{"uv":[3,13,13,15],"texture":"#1"},"west":{"uv":[1,3,3,13],"rotation":270,"texture":"#1"},"up":{"uv":[3,3,13,13],"texture":"#1"},"down":{"uv":[0,0,5,5],"texture":"#1"}}}],"display":{"head":{"translation":[0,-27,0],"scale":[2,2,2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/spell/trap_1.json b/assets/minecraft/models/item/wynn/spell/trap_1.json new file mode 100644 index 000000000..c1bdb4632 --- /dev/null +++ b/assets/minecraft/models/item/wynn/spell/trap_1.json @@ -0,0 +1 @@ +{"parent":"item/wynn/spell/trap_0","textures":{"0":"wynn/spell/trap_0","1":"wynn/spell/trap_1_a","particle":"wynn/spell/trap_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/template/ability_tree/aspect.json b/assets/minecraft/models/item/wynn/template/ability_tree/aspect.json new file mode 100644 index 000000000..f2cce9c93 --- /dev/null +++ b/assets/minecraft/models/item/wynn/template/ability_tree/aspect.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/48","textures":{"layer0":"#all"},"display":{"ground":{"scale":[2,2,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/template/ability_tree/node.json b/assets/minecraft/models/item/wynn/template/ability_tree/node.json new file mode 100644 index 000000000..6b1e90177 --- /dev/null +++ b/assets/minecraft/models/item/wynn/template/ability_tree/node.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"#all"},"display":{"gui":{"translation":[0,0,1],"scale":[2,2,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/template/ability_tree/tab.json b/assets/minecraft/models/item/wynn/template/ability_tree/tab.json new file mode 100644 index 000000000..f1d7d0d32 --- /dev/null +++ b/assets/minecraft/models/item/wynn/template/ability_tree/tab.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","textures":{"layer0":"#all"},"display":{"gui":{"translation":[0,-40,0],"scale":[2,2,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/template/accessory.json b/assets/minecraft/models/item/wynn/template/accessory.json new file mode 100644 index 000000000..cce737df5 --- /dev/null +++ b/assets/minecraft/models/item/wynn/template/accessory.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/item","display":{"thirdperson_righthand":{"rotation":[-44,-43,-112],"translation":[-1.7,0.76,-0.57],"scale":[0.5,0.5,0.5]},"thirdperson_lefthand":{"rotation":[-44,-43,-112],"translation":[-1.7,0.76,-0.57],"scale":[0.5,0.5,0.5]},"firstperson_righthand":{"rotation":[-95,-52,-68],"translation":[0,2,0],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[-95,-52,-68],"translation":[0,2,0],"scale":[0.6,0.6,0.6]},"ground":{"rotation":[45,45,0],"translation":[0,2,0],"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/template/beacon.json b/assets/minecraft/models/item/wynn/template/beacon.json new file mode 100644 index 000000000..77e3e46cf --- /dev/null +++ b/assets/minecraft/models/item/wynn/template/beacon.json @@ -0,0 +1 @@ +{"textures":{"0":"#all","particle":"#all"},"elements":[{"from":[7,-16,7],"to":[9,32,9],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[0,0,4,16],"texture":"#0","tintindex":0},"east":{"uv":[0,0,4,16],"texture":"#0","tintindex":0},"south":{"uv":[0,0,4,16],"texture":"#0","tintindex":0},"west":{"uv":[0,0,4,16],"texture":"#0","tintindex":0}}},{"from":[5,-16,5],"to":[11,32,11],"rotation":{"angle":0,"axis":"y","origin":[8,8,8]},"faces":{"north":{"uv":[4,0,16,16],"texture":"#0","tintindex":0},"east":{"uv":[4,0,16,16],"texture":"#0","tintindex":0},"south":{"uv":[4,0,16,16],"texture":"#0","tintindex":0},"west":{"uv":[4,0,16,16],"texture":"#0","tintindex":0}}}],"display":{"head":{"translation":[0,80,0],"scale":[4,4,4]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/template/button/16.json b/assets/minecraft/models/item/wynn/template/button/16.json new file mode 100644 index 000000000..4b018a034 --- /dev/null +++ b/assets/minecraft/models/item/wynn/template/button/16.json @@ -0,0 +1 @@ +{"parent":"builtin/generated","gui_light":"front","textures":{"layer0":"#all"},"display":{"thirdperson_righthand":{"scale":[0,0,0]},"thirdperson_lefthand":{"scale":[0,0,0]},"firstperson_righthand":{"scale":[0,0,0]},"firstperson_lefthand":{"scale":[0,0,0]},"ground":{"scale":[0,0,0]},"gui":{"scale":[1,1,1]},"head":{"scale":[0,0,0]},"fixed":{"scale":[0,0,0]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/template/button/32.json b/assets/minecraft/models/item/wynn/template/button/32.json new file mode 100644 index 000000000..d09f68b1a --- /dev/null +++ b/assets/minecraft/models/item/wynn/template/button/32.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/16","display":{"gui":{"scale":[2,2,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/template/button/48.json b/assets/minecraft/models/item/wynn/template/button/48.json new file mode 100644 index 000000000..cb5b3b7a8 --- /dev/null +++ b/assets/minecraft/models/item/wynn/template/button/48.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/32","display":{"gui":{"scale":[3,3,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/template/button/64.json b/assets/minecraft/models/item/wynn/template/button/64.json new file mode 100644 index 000000000..ca3c7b1b9 --- /dev/null +++ b/assets/minecraft/models/item/wynn/template/button/64.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/button/48","display":{"gui":{"scale":[4,4,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/template/handheld.json b/assets/minecraft/models/item/wynn/template/handheld.json new file mode 100644 index 000000000..c0d0ddfa2 --- /dev/null +++ b/assets/minecraft/models/item/wynn/template/handheld.json @@ -0,0 +1 @@ +{"gui_light":"front","display":{"thirdperson_righthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"thirdperson_lefthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"firstperson_righthand":{"rotation":[0,45,0],"scale":[0.4,0.4,0.4]},"firstperson_lefthand":{"rotation":[0,225,0],"scale":[0.4,0.4,0.4]},"ground":{"translation":[0,3,0],"scale":[0.25,0.25,0.25]},"gui":{"rotation":[30,225,0],"scale":[0.625,0.625,0.625]},"head":{"rotation":[0,180,0],"translation":[0,13,7]},"fixed":{"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/template/handheld_rod.json b/assets/minecraft/models/item/wynn/template/handheld_rod.json new file mode 100644 index 000000000..a11fd558f --- /dev/null +++ b/assets/minecraft/models/item/wynn/template/handheld_rod.json @@ -0,0 +1 @@ +{"parent":"item/handheld_rod"} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/template/hat.json b/assets/minecraft/models/item/wynn/template/hat.json new file mode 100644 index 000000000..5d4d95444 --- /dev/null +++ b/assets/minecraft/models/item/wynn/template/hat.json @@ -0,0 +1 @@ +{"gui_light":"front","display":{"ground":{"rotation":[5,-1,-5],"translation":[0,10,0]},"gui":{"rotation":[-150,45,175],"translation":[-0.5,3,0],"scale":[0.85,0.85,0.85]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/template/item.json b/assets/minecraft/models/item/wynn/template/item.json new file mode 100644 index 000000000..63306eb9d --- /dev/null +++ b/assets/minecraft/models/item/wynn/template/item.json @@ -0,0 +1 @@ +{"parent":"item/generated"} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/template/loot.json b/assets/minecraft/models/item/wynn/template/loot.json new file mode 100644 index 000000000..bb1d2dbda --- /dev/null +++ b/assets/minecraft/models/item/wynn/template/loot.json @@ -0,0 +1 @@ +{"textures":{"0":"wynn/loot/base","particle":"wynn/loot/base"},"elements":[{"from":[2,0,1.5],"to":[14,12,13.5],"faces":{"north":{"uv":[6,0,12,6],"texture":"#0"},"east":{"uv":[0,0,6,6],"texture":"#0"},"south":{"uv":[0,0,6,6],"texture":"#0"},"west":{"uv":[0,0,6,6],"texture":"#0"},"down":{"uv":[0,6,6,12],"texture":"#0"}}},{"from":[1.5,4,1],"to":[14.5,12,14],"faces":{"north":{"uv":[6,12,12,16],"texture":"#0"},"east":{"uv":[0,12,6,16],"texture":"#0"},"south":{"uv":[12,6,16,12],"rotation":90,"texture":"#0"},"west":{"uv":[6,12,0,16],"texture":"#0"},"up":{"uv":[6,6,12,12],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"thirdperson_lefthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"firstperson_righthand":{"rotation":[0,135,0],"translation":[0.5,1.5,0],"scale":[0.4,0.4,0.4]},"firstperson_lefthand":{"rotation":[0,135,0],"translation":[0.5,1.5,0],"scale":[0.4,0.4,0.4]},"ground":{"translation":[0,3,0],"scale":[0.5,0.5,0.5]},"gui":{"rotation":[30,135,0],"translation":[0,0.5,0],"scale":[0.675,0.675,0.675]},"head":{"translation":[0,2.5,0],"scale":[1.25,1.25,1.25]},"fixed":{"scale":[0.62,0.62,0.62]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/template/mission.json b/assets/minecraft/models/item/wynn/template/mission.json new file mode 100644 index 000000000..60f238f63 --- /dev/null +++ b/assets/minecraft/models/item/wynn/template/mission.json @@ -0,0 +1 @@ +{"textures":{"0":"#all","1":"#all","particle":"#all"},"elements":[{"from":[-16,-16,8],"to":[32,32,8],"faces":{"north":{"uv":[0,0,16,16],"texture":"#0"}}},{"from":[14,26,7.99],"to":[18,30,7.99],"faces":{"north":{"uv":[0,0,4,4],"texture":"#1"}}}],"gui_light":"front","display":{"gui":{"rotation":[0,180,0],"translation":[8,-10,-25],"scale":[1,1,0]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/template/player_head.json b/assets/minecraft/models/item/wynn/template/player_head.json new file mode 100644 index 000000000..519f93c79 --- /dev/null +++ b/assets/minecraft/models/item/wynn/template/player_head.json @@ -0,0 +1 @@ +{"parent":"builtin/entity","textures":{"particle":"block/soul_sand"},"display":{"firstperson_righthand":{"rotation":[-25,-65,-25],"translation":[1,5,2],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[-25,-65,-25],"translation":[1,5,2],"scale":[0.6,0.6,0.6]},"thirdperson_righthand":{"rotation":[45,45,0],"translation":[0,3,0],"scale":[0.5,0.5,0.5]},"thirdperson_lefthand":{"rotation":[45,45,0],"translation":[0,3,0],"scale":[0.5,0.5,0.5]},"gui":{"rotation":[25,35,0],"translation":[0,3.5,0],"scale":[0.9,0.9,0.9]},"fixed":{"rotation":[0,180,0],"translation":[0,4,0],"scale":[1,1,1]},"ground":{"rotation":[0,0,0],"translation":[0,3,0],"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/template/prop.json b/assets/minecraft/models/item/wynn/template/prop.json new file mode 100644 index 000000000..0a35a6cf5 --- /dev/null +++ b/assets/minecraft/models/item/wynn/template/prop.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/handheld","textures":{"0":"#all","particle":"#all"},"display":{"gui":{"rotation":[30,225,0],"scale":[0.625,0.625,0.625]},"head":{"translation":[0,-30.5,0],"scale":[1.6,1.6,1.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/template/trophy.json b/assets/minecraft/models/item/wynn/template/trophy.json new file mode 100644 index 000000000..988216257 --- /dev/null +++ b/assets/minecraft/models/item/wynn/template/trophy.json @@ -0,0 +1 @@ +{"parent":"item/generated","display":{"head":{"translation":[0,0,0]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/template/weapon.json b/assets/minecraft/models/item/wynn/template/weapon.json new file mode 100644 index 000000000..2821d349b --- /dev/null +++ b/assets/minecraft/models/item/wynn/template/weapon.json @@ -0,0 +1 @@ +{"gui_light":"front","display":{"thirdperson_righthand":{"rotation":[0,90,0],"translation":[-0.5,2.5,1.5],"scale":[0.9,0.9,0.9]},"thirdperson_lefthand":{"rotation":[0,90,0],"translation":[-0.5,2.5,1.5],"scale":[0.9,0.9,0.9]},"firstperson_righthand":{"rotation":[2,90,10],"translation":[1.25,1.5,0],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[2,90,10],"translation":[1.25,1.5,0],"scale":[0.6,0.6,0.6]},"ground":{"rotation":[45,45,0],"translation":[0,5,0]},"gui":{"rotation":[-20,160,30],"translation":[-0.75,0,0],"scale":[0.53,0.53,0.53]},"fixed":{"translation":[0,-0.75,-1],"scale":[0.65,0.65,0.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/tool/diamond_rod.json b/assets/minecraft/models/item/wynn/tool/diamond_rod.json new file mode 100644 index 000000000..7d4d489ed --- /dev/null +++ b/assets/minecraft/models/item/wynn/tool/diamond_rod.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/handheld_rod","textures":{"layer0":"wynn/tool/diamond_rod"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/tool/golden_rod.json b/assets/minecraft/models/item/wynn/tool/golden_rod.json new file mode 100644 index 000000000..e711cd7f2 --- /dev/null +++ b/assets/minecraft/models/item/wynn/tool/golden_rod.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/handheld_rod","textures":{"layer0":"wynn/tool/golden_rod"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/tool/iron_rod.json b/assets/minecraft/models/item/wynn/tool/iron_rod.json new file mode 100644 index 000000000..502c4fc1d --- /dev/null +++ b/assets/minecraft/models/item/wynn/tool/iron_rod.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/handheld_rod","textures":{"layer0":"wynn/tool/iron_rod"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/tool/stone_rod.json b/assets/minecraft/models/item/wynn/tool/stone_rod.json new file mode 100644 index 000000000..1b80d0089 --- /dev/null +++ b/assets/minecraft/models/item/wynn/tool/stone_rod.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/handheld_rod","textures":{"layer0":"wynn/tool/stone_rod"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/tool/wooden_rod.json b/assets/minecraft/models/item/wynn/tool/wooden_rod.json new file mode 100644 index 000000000..1211715da --- /dev/null +++ b/assets/minecraft/models/item/wynn/tool/wooden_rod.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/handheld_rod","textures":{"layer0":"wynn/tool/wooden_rod"}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/archer/bow_air_a.json b/assets/minecraft/models/item/wynn/weapon/archer/bow_air_a.json new file mode 100644 index 000000000..b8852e0df --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/archer/bow_air_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"texture":"wynn/weapon/archer/air_tier_all_0","air_anim3":"wynn/weapon/anim/air_swirl"},"elements":[{"from":[6.375,5,7.75],"to":[7.625,9,9.25],"faces":{"north":{"uv":[3.375,9.625,4.375,11.75],"texture":"#texture"},"east":{"uv":[3.375,9.625,4.5,11.875],"texture":"#texture"},"south":{"uv":[3.375,9.625,4.375,11.75],"texture":"#texture"},"west":{"uv":[3.375,9.625,4.5,11.875],"texture":"#texture"},"up":{"uv":[3.375,10.125,4.625,11.625],"texture":"#texture"},"down":{"uv":[3.375,10.125,4.625,11.625],"texture":"#texture"}}},{"from":[8.8125,8.375,8],"to":[9.8125,11.875,9],"rotation":{"angle":-45,"axis":"z","origin":[8.8125,11.875,8]},"faces":{"north":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"east":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"south":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"west":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"up":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"},"down":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"}}},{"from":[9.125,11.4375,8],"to":[10.125,12.8125,9],"rotation":{"angle":-22.5,"axis":"z","origin":[9.125,12.8125,8]},"faces":{"north":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"east":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"south":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"west":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"up":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"},"down":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"}}},{"from":[6.3125,1.25,8],"to":[7.3125,4.75,9],"rotation":{"angle":45,"axis":"z","origin":[6.3125,4.75,8]},"faces":{"north":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"east":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"south":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"west":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"up":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"},"down":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"}}},{"from":[10,12.625,7.875],"to":[12.125,13.875,9.125],"rotation":{"angle":45,"axis":"z","origin":[10,13.875,7.875]},"faces":{"north":{"uv":[12.125,4.125,15.875,4.875],"texture":"#texture"},"east":{"uv":[13.5,3.25,15,4.75],"texture":"#texture"},"south":{"uv":[12.125,4.125,15.875,4.875],"texture":"#texture"},"west":{"uv":[13.5,3.25,15,4.75],"texture":"#texture"},"up":{"uv":[11.375,3.375,16,4.625],"texture":"#texture"},"down":{"uv":[11.375,3.375,16,4.625],"texture":"#texture"}}},{"from":[6.25,8.875,7.625],"to":[7.75,9.5,9.375],"faces":{"north":{"uv":[13.5,4.375,15.5,4.625],"texture":"#texture"},"east":{"uv":[13.25,3.5,15.25,3.75],"texture":"#texture"},"south":{"uv":[13.5,4.375,15.5,4.625],"texture":"#texture"},"west":{"uv":[13.25,3.5,15.25,3.75],"texture":"#texture"},"up":{"uv":[12.875,3.375,14.875,4.625],"texture":"#texture"},"down":{"uv":[12.875,3.375,14.875,4.625],"texture":"#texture"}}},{"from":[11.625,-0.25,8.25],"to":[11.75,14.625,8.75],"faces":{"north":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"east":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"south":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"west":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"up":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"},"down":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"}}},{"from":[10.4375,12.25,8],"to":[11.4375,14.125,9],"rotation":{"angle":-45,"axis":"z","origin":[10.4375,14.125,8]},"faces":{"north":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"east":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"south":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"west":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"up":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"},"down":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"}}},{"from":[6.25,4.625,7.625],"to":[7.75,5.25,9.375],"faces":{"north":{"uv":[13.5,4.375,15.5,4.625],"texture":"#texture"},"east":{"uv":[13.25,3.5,15.25,3.75],"texture":"#texture"},"south":{"uv":[13.5,4.375,15.5,4.625],"texture":"#texture"},"west":{"uv":[13.25,3.5,15.25,3.75],"texture":"#texture"},"up":{"uv":[12.875,3.375,14.875,4.625],"texture":"#texture"},"down":{"uv":[12.875,3.375,14.875,4.625],"texture":"#texture"}}},{"from":[8.5625,1.25,8],"to":[9.5625,2.625,9],"rotation":{"angle":22.5,"axis":"z","origin":[8.5625,2.625,8]},"faces":{"north":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"east":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"south":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"west":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"up":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"},"down":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"}}},{"from":[9.125,-0.5,8],"to":[10.125,1.375,9],"rotation":{"angle":45,"axis":"z","origin":[9.125,1.375,8]},"faces":{"north":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"east":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"south":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"west":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"up":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"},"down":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"}}},{"from":[10.875,0,7.875],"to":[13,1.25,9.125],"rotation":{"angle":-45,"axis":"z","origin":[10.875,1.25,7.875]},"faces":{"north":{"uv":[12.125,4.125,15.875,4.875],"texture":"#texture"},"east":{"uv":[13.5,3.25,15,4.75],"texture":"#texture"},"south":{"uv":[12.125,4.125,15.875,4.875],"texture":"#texture"},"west":{"uv":[13.5,3.25,15,4.75],"texture":"#texture"},"up":{"uv":[11.375,3.375,16,4.625],"texture":"#texture"},"down":{"uv":[11.375,3.375,16,4.625],"texture":"#texture"}}},{"from":[4,9.1875,5.5],"to":[10,9.25,11.5],"faces":{"up":{"uv":[0,0,16,16],"texture":"#air_anim3"},"down":{"uv":[0,16,16,0],"texture":"#air_anim3"}}},{"from":[4,4.9375,5.5],"to":[10,5,11.5],"faces":{"up":{"uv":[0,0,16,16],"texture":"#air_anim3"},"down":{"uv":[0,16,16,0],"texture":"#air_anim3"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-90,0],"translation":[1,-0.5,3],"scale":[1.25,1.5,1.25]},"thirdperson_lefthand":{"rotation":[0,90,0],"translation":[-1.5,-0.5,3],"scale":[1.25,1.5,1.25]},"firstperson_righthand":{"rotation":[10,-90,0],"translation":[1.5,5.75,-1]},"firstperson_lefthand":{"rotation":[10,90,0],"translation":[1.5,5.75,-1]},"ground":{"rotation":[45,45,0],"translation":[0,5.5,0],"scale":[0.9,0.9,0.9]},"gui":{"rotation":[-20,160,30],"translation":[-1.5,2.5,0],"scale":[-1,1,1]},"fixed":{"translation":[-1,1,-1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/archer/bow_air_b.json b/assets/minecraft/models/item/wynn/weapon/archer/bow_air_b.json new file mode 100644 index 000000000..9808a5939 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/archer/bow_air_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"texture":"wynn/weapon/archer/air_tier_all_0","air_anim3":"wynn/weapon/anim/air_swirl"},"elements":[{"from":[6,5,7.75],"to":[7.25,9,9.25],"faces":{"north":{"uv":[3.375,9.625,4.375,11.75],"texture":"#texture"},"east":{"uv":[3.375,9.625,4.5,11.875],"texture":"#texture"},"south":{"uv":[3.375,9.625,4.375,11.75],"texture":"#texture"},"west":{"uv":[3.375,9.625,4.5,11.875],"texture":"#texture"},"up":{"uv":[3.375,10.125,4.625,11.625],"texture":"#texture"},"down":{"uv":[3.375,10.125,4.625,11.625],"texture":"#texture"}}},{"from":[8.8125,7.875,8],"to":[9.8125,11.875,9],"rotation":{"angle":-45,"axis":"z","origin":[8.8125,11.875,8]},"faces":{"north":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"east":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"south":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"west":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"up":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"},"down":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"}}},{"from":[10.125,11.25,8],"to":[11.125,15.25,9],"rotation":{"angle":-22.5,"axis":"z","origin":[10.125,15.25,8]},"faces":{"north":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"east":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"south":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"west":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"up":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"},"down":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"}}},{"from":[6,1,8],"to":[7,5,9],"rotation":{"angle":45,"axis":"z","origin":[6,5,8]},"faces":{"north":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"east":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"south":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"west":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"up":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"},"down":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"}}},{"from":[8.5625,-1.375,8],"to":[9.5625,2.625,9],"rotation":{"angle":22.5,"axis":"z","origin":[8.5625,2.625,8]},"faces":{"north":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"east":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"south":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"west":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"up":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"},"down":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"}}},{"from":[9.875,13.75,7.75],"to":[15.125,15.25,9.25],"rotation":{"angle":45,"axis":"z","origin":[9.875,15.25,7.75]},"faces":{"north":{"uv":[12.125,4.125,15.875,4.875],"texture":"#texture"},"east":{"uv":[13.5,3.25,15,4.75],"texture":"#texture"},"south":{"uv":[12.125,4.125,15.875,4.875],"texture":"#texture"},"west":{"uv":[13.5,3.25,15,4.75],"texture":"#texture"},"up":{"uv":[11.375,3.375,16,4.625],"texture":"#texture"},"down":{"uv":[11.375,3.375,16,4.625],"texture":"#texture"}}},{"from":[11,-1.5,7.75],"to":[16.25,0,9.25],"rotation":{"angle":-45,"axis":"z","origin":[11,0,7.75]},"faces":{"north":{"uv":[12.125,4.125,15.875,4.875],"texture":"#texture"},"east":{"uv":[13.5,3.25,15,4.75],"texture":"#texture"},"south":{"uv":[12.125,4.125,15.875,4.875],"texture":"#texture"},"west":{"uv":[13.5,3.25,15,4.75],"texture":"#texture"},"up":{"uv":[11.375,3.375,16,4.625],"texture":"#texture"},"down":{"uv":[11.375,3.375,16,4.625],"texture":"#texture"}}},{"from":[5.75,9,8],"to":[6.25,11.5,9],"faces":{"north":{"uv":[6.125,1.75,11.375,2.25],"rotation":90,"texture":"#texture"},"east":{"uv":[5,1.625,9.375,2.25],"rotation":90,"texture":"#texture"},"south":{"uv":[6.125,1.75,11.375,2.25],"rotation":90,"texture":"#texture"},"west":{"uv":[5,1.625,9.375,2.25],"rotation":90,"texture":"#texture"},"up":{"uv":[12.75,0.5,13.25,1.5],"texture":"#texture"},"down":{"uv":[12.75,0.5,13.25,1.5],"texture":"#texture"}}},{"from":[10.5,10.875,8],"to":[11,16.875,9],"rotation":{"angle":-45,"axis":"z","origin":[10.5,16.875,8]},"faces":{"north":{"uv":[6.125,1.75,11.375,2.25],"rotation":90,"texture":"#texture"},"east":{"uv":[5,1.625,9.375,2.25],"rotation":90,"texture":"#texture"},"south":{"uv":[6.125,1.75,11.375,2.25],"rotation":90,"texture":"#texture"},"west":{"uv":[5,1.625,9.375,2.25],"rotation":90,"texture":"#texture"},"up":{"uv":[12.75,0.5,13.25,1.5],"texture":"#texture"},"down":{"uv":[12.75,0.5,13.25,1.5],"texture":"#texture"}}},{"from":[6.25,11.375,8],"to":[6.75,12.625,9],"rotation":{"angle":-22.5,"axis":"z","origin":[6.25,12.625,8]},"faces":{"north":{"uv":[6.125,1.75,11.375,2.25],"rotation":90,"texture":"#texture"},"east":{"uv":[5,1.625,9.375,2.25],"rotation":90,"texture":"#texture"},"south":{"uv":[6.125,1.75,11.375,2.25],"rotation":90,"texture":"#texture"},"west":{"uv":[5,1.625,9.375,2.25],"rotation":90,"texture":"#texture"},"up":{"uv":[12.75,0.5,13.25,1.5],"texture":"#texture"},"down":{"uv":[12.75,0.5,13.25,1.5],"texture":"#texture"}}},{"from":[10.5,16.375,8],"to":[11.5,16.875,9],"faces":{"north":{"uv":[6.125,1.75,11.375,2.25],"rotation":90,"texture":"#texture"},"east":{"uv":[5,1.625,9.375,2.25],"rotation":90,"texture":"#texture"},"south":{"uv":[6.125,1.75,11.375,2.25],"rotation":90,"texture":"#texture"},"west":{"uv":[5,1.625,9.375,2.25],"rotation":90,"texture":"#texture"},"up":{"uv":[12.75,0.5,13.25,1.5],"texture":"#texture"},"down":{"uv":[12.75,0.5,13.25,1.5],"texture":"#texture"}}},{"from":[6.125,5.125,7.5],"to":[6.375,9,9.5],"faces":{"north":{"uv":[13.375,12.25,15.375,12.75],"texture":"#texture"},"east":{"uv":[13.5,9.5,15.5,10],"texture":"#texture"},"south":{"uv":[13.375,12.25,15.375,12.75],"texture":"#texture"},"west":{"uv":[13.5,9.5,15.5,10],"texture":"#texture"},"up":{"uv":[13.75,9.5,15.75,11.5],"texture":"#texture"},"down":{"uv":[13.75,9.5,15.75,11.5],"texture":"#texture"}}},{"from":[5.75,2.5,8],"to":[6.25,5,9],"faces":{"north":{"uv":[6.125,1.75,11.375,2.25],"rotation":90,"texture":"#texture"},"east":{"uv":[5,1.625,9.375,2.25],"rotation":90,"texture":"#texture"},"south":{"uv":[6.125,1.75,11.375,2.25],"rotation":90,"texture":"#texture"},"west":{"uv":[5,1.625,9.375,2.25],"rotation":90,"texture":"#texture"},"up":{"uv":[12.75,0.5,13.25,1.5],"texture":"#texture"},"down":{"uv":[12.75,0.5,13.25,1.5],"texture":"#texture"}}},{"from":[5.75,1.25,8],"to":[6.25,2.5,9],"rotation":{"angle":22.5,"axis":"z","origin":[5.75,2.5,8]},"faces":{"north":{"uv":[6.125,1.75,11.375,2.25],"rotation":90,"texture":"#texture"},"east":{"uv":[5,1.625,9.375,2.25],"rotation":90,"texture":"#texture"},"south":{"uv":[6.125,1.75,11.375,2.25],"rotation":90,"texture":"#texture"},"west":{"uv":[5,1.625,9.375,2.25],"rotation":90,"texture":"#texture"},"up":{"uv":[12.75,0.5,13.25,1.5],"texture":"#texture"},"down":{"uv":[12.75,0.5,13.25,1.5],"texture":"#texture"}}},{"from":[6.1875,-4.625,8],"to":[6.6875,1.375,9],"rotation":{"angle":45,"axis":"z","origin":[6.1875,1.375,8]},"faces":{"north":{"uv":[6.125,1.75,11.375,2.25],"rotation":90,"texture":"#texture"},"east":{"uv":[5,1.625,9.375,2.25],"rotation":90,"texture":"#texture"},"south":{"uv":[6.125,1.75,11.375,2.25],"rotation":90,"texture":"#texture"},"west":{"uv":[5,1.625,9.375,2.25],"rotation":90,"texture":"#texture"},"up":{"uv":[12.75,0.5,13.25,1.5],"texture":"#texture"},"down":{"uv":[12.75,0.5,13.25,1.5],"texture":"#texture"}}},{"from":[10.4375,-2.875,8],"to":[11.4375,-2.375,9],"faces":{"north":{"uv":[6.125,1.75,11.375,2.25],"rotation":90,"texture":"#texture"},"east":{"uv":[5,1.625,9.375,2.25],"rotation":90,"texture":"#texture"},"south":{"uv":[6.125,1.75,11.375,2.25],"rotation":90,"texture":"#texture"},"west":{"uv":[5,1.625,9.375,2.25],"rotation":90,"texture":"#texture"},"up":{"uv":[12.75,0.5,13.25,1.5],"texture":"#texture"},"down":{"uv":[12.75,0.5,13.25,1.5],"texture":"#texture"}}},{"from":[5.625,8.875,7.375],"to":[7.625,9.5,9.625],"faces":{"north":{"uv":[13.5,4.375,15.5,4.625],"texture":"#texture"},"east":{"uv":[13.25,3.5,15.25,3.75],"texture":"#texture"},"south":{"uv":[13.5,4.375,15.5,4.625],"texture":"#texture"},"west":{"uv":[13.25,3.5,15.25,3.75],"texture":"#texture"},"up":{"uv":[12.875,3.375,14.875,4.625],"texture":"#texture"},"down":{"uv":[12.875,3.375,14.875,4.625],"texture":"#texture"}}},{"from":[13.5,-3.25,8.25],"to":[13.625,17.375,8.75],"faces":{"north":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"east":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"south":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"west":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"up":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"},"down":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"}}},{"from":[2.75,5.0625,4.375],"to":[10.75,5.125,12.75],"faces":{"up":{"uv":[0,0,16,16],"texture":"#air_anim3"},"down":{"uv":[0,16,16,0],"texture":"#air_anim3"}}},{"from":[2.75,9.1875,4.375],"to":[10.75,9.25,12.75],"faces":{"up":{"uv":[0,0,16,16],"rotation":180,"texture":"#air_anim3"},"down":{"uv":[0,16,16,0],"rotation":180,"texture":"#air_anim3"}}},{"from":[5.875,5.25,7.875],"to":[7.375,8.875,8.125],"faces":{"north":{"uv":[13.375,12.25,15.375,12.75],"texture":"#texture"},"east":{"uv":[13.5,9.5,15.5,10],"texture":"#texture"},"south":{"uv":[13.375,12.25,15.375,12.75],"texture":"#texture"},"west":{"uv":[13.5,9.5,15.5,10],"texture":"#texture"},"up":{"uv":[13.75,9.5,15.75,11.5],"texture":"#texture"},"down":{"uv":[13.75,9.5,15.75,11.5],"texture":"#texture"}}},{"from":[6.5,5.125,7.5],"to":[6.75,9,9.5],"faces":{"north":{"uv":[13.375,12.25,15.375,12.75],"texture":"#texture"},"east":{"uv":[13.5,9.5,15.5,10],"texture":"#texture"},"south":{"uv":[13.375,12.25,15.375,12.75],"texture":"#texture"},"west":{"uv":[13.5,9.5,15.5,10],"texture":"#texture"},"up":{"uv":[13.75,9.5,15.75,11.5],"texture":"#texture"},"down":{"uv":[13.75,9.5,15.75,11.5],"texture":"#texture"}}},{"from":[6.875,5.125,7.5],"to":[7.125,9,9.5],"faces":{"north":{"uv":[13.375,12.25,15.375,12.75],"texture":"#texture"},"east":{"uv":[13.5,9.5,15.5,10],"texture":"#texture"},"south":{"uv":[13.375,12.25,15.375,12.75],"texture":"#texture"},"west":{"uv":[13.5,9.5,15.5,10],"texture":"#texture"},"up":{"uv":[13.75,9.5,15.75,11.5],"texture":"#texture"},"down":{"uv":[13.75,9.5,15.75,11.5],"texture":"#texture"}}},{"from":[5.875,5.25,8.375],"to":[7.375,8.875,8.625],"faces":{"north":{"uv":[13.375,12.25,15.375,12.75],"texture":"#texture"},"east":{"uv":[13.5,9.5,15.5,10],"texture":"#texture"},"south":{"uv":[13.375,12.25,15.375,12.75],"texture":"#texture"},"west":{"uv":[13.5,9.5,15.5,10],"texture":"#texture"},"up":{"uv":[13.75,9.5,15.75,11.5],"texture":"#texture"},"down":{"uv":[13.75,9.5,15.75,11.5],"texture":"#texture"}}},{"from":[5.875,5.25,8.875],"to":[7.375,8.875,9.125],"faces":{"north":{"uv":[13.375,12.25,15.375,12.75],"texture":"#texture"},"east":{"uv":[13.5,9.5,15.5,10],"texture":"#texture"},"south":{"uv":[13.375,12.25,15.375,12.75],"texture":"#texture"},"west":{"uv":[13.5,9.5,15.5,10],"texture":"#texture"},"up":{"uv":[13.75,9.5,15.75,11.5],"texture":"#texture"},"down":{"uv":[13.75,9.5,15.75,11.5],"texture":"#texture"}}},{"from":[5.625,4.75,7.375],"to":[7.625,5.375,9.625],"faces":{"north":{"uv":[13.5,4.375,15.5,4.625],"texture":"#texture"},"east":{"uv":[13.25,3.5,15.25,3.75],"texture":"#texture"},"south":{"uv":[13.5,4.375,15.5,4.625],"texture":"#texture"},"west":{"uv":[13.25,3.5,15.25,3.75],"texture":"#texture"},"up":{"uv":[12.875,3.375,14.875,4.625],"texture":"#texture"},"down":{"uv":[12.875,3.375,14.875,4.625],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-90,0],"translation":[1,-1,3],"scale":[1.25,1.5,1.25]},"thirdperson_lefthand":{"rotation":[0,90,0],"translation":[-1.5,0,3],"scale":[1.25,1.5,1.25]},"firstperson_righthand":{"rotation":[10,-100,0],"translation":[1.5,5.75,-2]},"firstperson_lefthand":{"rotation":[10,80,0],"translation":[0.25,5.75,-2]},"ground":{"rotation":[45,45,0],"translation":[0,8,0],"scale":[0.9,0.9,0.9]},"gui":{"rotation":[-20,160,30],"translation":[-2.25,3,0],"scale":[-0.95,0.95,0.95]},"fixed":{"translation":[0,1,-1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/archer/bow_air_c.json b/assets/minecraft/models/item/wynn/weapon/archer/bow_air_c.json new file mode 100644 index 000000000..3851292f3 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/archer/bow_air_c.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"texture":"wynn/weapon/archer/air_tier_all_0","air_anim3":"wynn/weapon/anim/air_swirl"},"elements":[{"from":[6,5,7.75],"to":[7.25,9,9.25],"faces":{"north":{"uv":[3.375,9.625,4.375,11.75],"texture":"#texture"},"east":{"uv":[3.375,9.625,4.5,11.875],"texture":"#texture"},"south":{"uv":[3.375,9.625,4.375,11.75],"texture":"#texture"},"west":{"uv":[3.375,9.625,4.5,11.875],"texture":"#texture"},"up":{"uv":[3.375,10.125,4.625,11.625],"texture":"#texture"},"down":{"uv":[3.375,10.125,4.625,11.625],"texture":"#texture"}}},{"from":[8.8125,7.875,8],"to":[9.8125,11.875,9],"rotation":{"angle":-45,"axis":"z","origin":[8.8125,11.875,8]},"faces":{"north":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"east":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"south":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"west":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"up":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"},"down":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"}}},{"from":[10.125,11.25,8],"to":[11.125,15.25,9],"rotation":{"angle":-22.5,"axis":"z","origin":[10.125,15.25,8]},"faces":{"north":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"east":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"south":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"west":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"up":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"},"down":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"}}},{"from":[6,1,8],"to":[7,5,9],"rotation":{"angle":45,"axis":"z","origin":[6,5,8]},"faces":{"north":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"east":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"south":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"west":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"up":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"},"down":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"}}},{"from":[8.5625,-1.375,8],"to":[9.5625,2.625,9],"rotation":{"angle":22.5,"axis":"z","origin":[8.5625,2.625,8]},"faces":{"north":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"east":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"south":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"west":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"up":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"},"down":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"}}},{"from":[10.125,14.25,8],"to":[13.625,15.25,9],"rotation":{"angle":45,"axis":"z","origin":[10.125,15.25,8]},"faces":{"north":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"east":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"south":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"west":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"up":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"},"down":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"}}},{"from":[10.8125,-1.3125,8],"to":[13.0625,-0.3125,9],"rotation":{"angle":-45,"axis":"z","origin":[10.8125,-0.3125,8]},"faces":{"north":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"east":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"south":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"west":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"up":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"},"down":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"}}},{"from":[10.75,14.75,7.75],"to":[16,16.25,9.25],"rotation":{"angle":45,"axis":"z","origin":[10.75,16.25,7.75]},"faces":{"north":{"uv":[12.125,4.125,15.875,4.875],"texture":"#texture"},"east":{"uv":[13.5,3.25,15,4.75],"texture":"#texture"},"south":{"uv":[12.125,4.125,15.875,4.875],"texture":"#texture"},"west":{"uv":[13.5,3.25,15,4.75],"texture":"#texture"},"up":{"uv":[11.375,3.375,16,4.625],"texture":"#texture"},"down":{"uv":[11.375,3.375,16,4.625],"texture":"#texture"}}},{"from":[11.75,-2.5,7.75],"to":[17,-1,9.25],"rotation":{"angle":-45,"axis":"z","origin":[11.75,-1,7.75]},"faces":{"north":{"uv":[12.125,4.125,15.875,4.875],"texture":"#texture"},"east":{"uv":[13.5,3.25,15,4.75],"texture":"#texture"},"south":{"uv":[12.125,4.125,15.875,4.875],"texture":"#texture"},"west":{"uv":[13.5,3.25,15,4.75],"texture":"#texture"},"up":{"uv":[11.375,3.375,16,4.625],"texture":"#texture"},"down":{"uv":[11.375,3.375,16,4.625],"texture":"#texture"}}},{"from":[5.75,9,8],"to":[6.25,11.5,9],"faces":{"north":{"uv":[1.5,13.25,6.75,13.75],"rotation":90,"texture":"#texture"},"east":{"uv":[9.25,13.625,13.625,14.25],"rotation":90,"texture":"#texture"},"south":{"uv":[1.5,13.25,6.75,13.75],"rotation":90,"texture":"#texture"},"west":{"uv":[9.25,13.625,13.625,14.25],"rotation":90,"texture":"#texture"},"up":{"uv":[8.75,13.375,9.25,14.375],"texture":"#texture"},"down":{"uv":[8.75,13.375,9.25,14.375],"texture":"#texture"}}},{"from":[10.5,10.875,8],"to":[11,16.875,9],"rotation":{"angle":-45,"axis":"z","origin":[10.5,16.875,8]},"faces":{"north":{"uv":[1.5,13.25,6.75,13.75],"rotation":90,"texture":"#texture"},"east":{"uv":[9.25,13.625,13.625,14.25],"rotation":90,"texture":"#texture"},"south":{"uv":[1.5,13.25,6.75,13.75],"rotation":90,"texture":"#texture"},"west":{"uv":[9.25,13.625,13.625,14.25],"rotation":90,"texture":"#texture"},"up":{"uv":[8.75,13.375,9.25,14.375],"texture":"#texture"},"down":{"uv":[8.75,13.375,9.25,14.375],"texture":"#texture"}}},{"from":[6.25,11.375,8],"to":[6.75,12.625,9],"rotation":{"angle":-22.5,"axis":"z","origin":[6.25,12.625,8]},"faces":{"north":{"uv":[1.5,13.25,6.75,13.75],"rotation":90,"texture":"#texture"},"east":{"uv":[9.25,13.625,13.625,14.25],"rotation":90,"texture":"#texture"},"south":{"uv":[1.5,13.25,6.75,13.75],"rotation":90,"texture":"#texture"},"west":{"uv":[9.25,13.625,13.625,14.25],"rotation":90,"texture":"#texture"},"up":{"uv":[8.75,13.375,9.25,14.375],"texture":"#texture"},"down":{"uv":[8.75,13.375,9.25,14.375],"texture":"#texture"}}},{"from":[10.5,16.375,8],"to":[11.5,16.875,9],"faces":{"north":{"uv":[1.5,13.25,6.75,13.75],"rotation":90,"texture":"#texture"},"east":{"uv":[9.25,13.625,13.625,14.25],"rotation":90,"texture":"#texture"},"south":{"uv":[1.5,13.25,6.75,13.75],"rotation":90,"texture":"#texture"},"west":{"uv":[9.25,13.625,13.625,14.25],"rotation":90,"texture":"#texture"},"up":{"uv":[8.75,13.375,9.25,14.375],"texture":"#texture"},"down":{"uv":[8.75,13.375,9.25,14.375],"texture":"#texture"}}},{"from":[5.375,4.75,7.25],"to":[7.875,5.5,9.75],"faces":{"north":{"uv":[13.5,4.375,15.5,4.625],"texture":"#texture"},"east":{"uv":[13.25,3.5,15.25,3.75],"texture":"#texture"},"south":{"uv":[13.5,4.375,15.5,4.625],"texture":"#texture"},"west":{"uv":[13.25,3.5,15.25,3.75],"texture":"#texture"},"up":{"uv":[12.875,3.375,14.875,4.625],"texture":"#texture"},"down":{"uv":[12.875,3.375,14.875,4.625],"texture":"#texture"}}},{"from":[5.625,8,7.5],"to":[7.625,8.5,9.5],"faces":{"north":{"uv":[13.375,12.25,15.375,12.75],"texture":"#texture"},"east":{"uv":[13.5,9.5,15.5,10],"texture":"#texture"},"south":{"uv":[13.375,12.25,15.375,12.75],"texture":"#texture"},"west":{"uv":[13.5,9.5,15.5,10],"texture":"#texture"},"up":{"uv":[13.75,9.5,15.75,11.5],"texture":"#texture"},"down":{"uv":[13.75,9.5,15.75,11.5],"texture":"#texture"}}},{"from":[5.625,7.25,7.5],"to":[7.625,7.75,9.5],"faces":{"north":{"uv":[13.375,12.25,15.375,12.75],"texture":"#texture"},"east":{"uv":[13.5,9.5,15.5,10],"texture":"#texture"},"south":{"uv":[13.375,12.25,15.375,12.75],"texture":"#texture"},"west":{"uv":[13.5,9.5,15.5,10],"texture":"#texture"},"up":{"uv":[13.75,9.5,15.75,11.5],"texture":"#texture"},"down":{"uv":[13.75,9.5,15.75,11.5],"texture":"#texture"}}},{"from":[5.625,6.5,7.5],"to":[7.625,7,9.5],"faces":{"north":{"uv":[13.375,12.25,15.375,12.75],"texture":"#texture"},"east":{"uv":[13.5,9.5,15.5,10],"texture":"#texture"},"south":{"uv":[13.375,12.25,15.375,12.75],"texture":"#texture"},"west":{"uv":[13.5,9.5,15.5,10],"texture":"#texture"},"up":{"uv":[13.75,9.5,15.75,11.5],"texture":"#texture"},"down":{"uv":[13.75,9.5,15.75,11.5],"texture":"#texture"}}},{"from":[5.625,5.75,7.5],"to":[7.625,6.25,9.5],"faces":{"north":{"uv":[13.375,12.25,15.375,12.75],"texture":"#texture"},"east":{"uv":[13.5,9.5,15.5,10],"texture":"#texture"},"south":{"uv":[13.375,12.25,15.375,12.75],"texture":"#texture"},"west":{"uv":[13.5,9.5,15.5,10],"texture":"#texture"},"up":{"uv":[13.75,9.5,15.75,11.5],"texture":"#texture"},"down":{"uv":[13.75,9.5,15.75,11.5],"texture":"#texture"}}},{"from":[5.75,2.5,8],"to":[6.25,5,9],"faces":{"north":{"uv":[1.5,13.25,6.75,13.75],"rotation":90,"texture":"#texture"},"east":{"uv":[9.25,13.625,13.625,14.25],"rotation":90,"texture":"#texture"},"south":{"uv":[1.5,13.25,6.75,13.75],"rotation":90,"texture":"#texture"},"west":{"uv":[9.25,13.625,13.625,14.25],"rotation":90,"texture":"#texture"},"up":{"uv":[8.75,13.375,9.25,14.375],"texture":"#texture"},"down":{"uv":[8.75,13.375,9.25,14.375],"texture":"#texture"}}},{"from":[5.75,1.25,8],"to":[6.25,2.5,9],"rotation":{"angle":22.5,"axis":"z","origin":[5.75,2.5,8]},"faces":{"north":{"uv":[1.5,13.25,6.75,13.75],"rotation":90,"texture":"#texture"},"east":{"uv":[9.25,13.625,13.625,14.25],"rotation":90,"texture":"#texture"},"south":{"uv":[1.5,13.25,6.75,13.75],"rotation":90,"texture":"#texture"},"west":{"uv":[9.25,13.625,13.625,14.25],"rotation":90,"texture":"#texture"},"up":{"uv":[8.75,13.375,9.25,14.375],"texture":"#texture"},"down":{"uv":[8.75,13.375,9.25,14.375],"texture":"#texture"}}},{"from":[6.1875,-4.625,8],"to":[6.6875,1.375,9],"rotation":{"angle":45,"axis":"z","origin":[6.1875,1.375,8]},"faces":{"north":{"uv":[1.5,13.25,6.75,13.75],"rotation":90,"texture":"#texture"},"east":{"uv":[9.25,13.625,13.625,14.25],"rotation":90,"texture":"#texture"},"south":{"uv":[1.5,13.25,6.75,13.75],"rotation":90,"texture":"#texture"},"west":{"uv":[9.25,13.625,13.625,14.25],"rotation":90,"texture":"#texture"},"up":{"uv":[8.75,13.375,9.25,14.375],"texture":"#texture"},"down":{"uv":[8.75,13.375,9.25,14.375],"texture":"#texture"}}},{"from":[10.4375,-2.875,8],"to":[11.4375,-2.375,9],"faces":{"north":{"uv":[1.5,13.25,6.75,13.75],"rotation":90,"texture":"#texture"},"east":{"uv":[9.25,13.625,13.625,14.25],"rotation":90,"texture":"#texture"},"south":{"uv":[1.5,13.25,6.75,13.75],"rotation":90,"texture":"#texture"},"west":{"uv":[9.25,13.625,13.625,14.25],"rotation":90,"texture":"#texture"},"up":{"uv":[8.75,13.375,9.25,14.375],"texture":"#texture"},"down":{"uv":[8.75,13.375,9.25,14.375],"texture":"#texture"}}},{"from":[5.25,4.875,7.125],"to":[8,5.375,9.875],"faces":{"north":{"uv":[13.5,4.375,15.5,4.625],"texture":"#texture"},"east":{"uv":[13.25,3.5,15.25,3.75],"texture":"#texture"},"south":{"uv":[13.5,4.375,15.5,4.625],"texture":"#texture"},"west":{"uv":[13.25,3.5,15.25,3.75],"texture":"#texture"},"up":{"uv":[12.875,3.375,14.875,4.625],"texture":"#texture"},"down":{"uv":[12.875,3.375,14.875,4.625],"texture":"#texture"}}},{"from":[12.75,16.75,8],"to":[16.5,18,9],"rotation":{"angle":22.5,"axis":"z","origin":[12.75,18,8]},"faces":{"north":{"uv":[12.125,4.125,15.875,4.875],"texture":"#texture"},"east":{"uv":[13.5,3.25,15,4.75],"texture":"#texture"},"south":{"uv":[12.125,4.125,15.875,4.875],"texture":"#texture"},"west":{"uv":[13.5,3.25,15,4.75],"texture":"#texture"},"up":{"uv":[11.375,3.375,16,4.625],"texture":"#texture"},"down":{"uv":[11.375,3.375,16,4.625],"texture":"#texture"}}},{"from":[13.1875,-4,8],"to":[16.9375,-2.75,9],"rotation":{"angle":-22.5,"axis":"z","origin":[13.1875,-2.75,8]},"faces":{"north":{"uv":[12.125,4.125,15.875,4.875],"texture":"#texture"},"east":{"uv":[13.5,3.25,15,4.75],"texture":"#texture"},"south":{"uv":[12.125,4.125,15.875,4.875],"texture":"#texture"},"west":{"uv":[13.5,3.25,15,4.75],"texture":"#texture"},"up":{"uv":[11.375,3.375,16,4.625],"texture":"#texture"},"down":{"uv":[11.375,3.375,16,4.625],"texture":"#texture"}}},{"from":[15.25,-4.75,8.25],"to":[17,-3.75,8.75],"faces":{"north":{"uv":[12.125,4.125,15.875,4.875],"texture":"#texture"},"east":{"uv":[13.5,3.25,15,4.75],"texture":"#texture"},"south":{"uv":[12.125,4.125,15.875,4.875],"texture":"#texture"},"west":{"uv":[13.5,3.25,15,4.75],"texture":"#texture"},"up":{"uv":[11.375,3.375,16,4.625],"texture":"#texture"},"down":{"uv":[11.375,3.375,16,4.625],"texture":"#texture"}}},{"from":[15.25,17.75,8.25],"to":[17,18.75,8.75],"faces":{"north":{"uv":[12.125,4.125,15.875,4.875],"texture":"#texture"},"east":{"uv":[13.5,3.25,15,4.75],"texture":"#texture"},"south":{"uv":[12.125,4.125,15.875,4.875],"texture":"#texture"},"west":{"uv":[13.5,3.25,15,4.75],"texture":"#texture"},"up":{"uv":[11.375,3.375,16,4.625],"texture":"#texture"},"down":{"uv":[11.375,3.375,16,4.625],"texture":"#texture"}}},{"from":[5.625,4.625,7.5],"to":[7.625,4.875,9.5],"faces":{"north":{"uv":[13.5,4.375,15.5,4.625],"texture":"#texture"},"east":{"uv":[13.25,3.5,15.25,3.75],"texture":"#texture"},"south":{"uv":[13.5,4.375,15.5,4.625],"texture":"#texture"},"west":{"uv":[13.25,3.5,15.25,3.75],"texture":"#texture"},"up":{"uv":[12.875,3.375,14.875,4.625],"texture":"#texture"},"down":{"uv":[12.875,3.375,14.875,4.625],"texture":"#texture"}}},{"from":[5.375,8.75,7.25],"to":[7.875,9.5,9.75],"faces":{"north":{"uv":[13.5,4.375,15.5,4.625],"texture":"#texture"},"east":{"uv":[13.25,3.5,15.25,3.75],"texture":"#texture"},"south":{"uv":[13.5,4.375,15.5,4.625],"texture":"#texture"},"west":{"uv":[13.25,3.5,15.25,3.75],"texture":"#texture"},"up":{"uv":[12.875,3.375,14.875,4.625],"texture":"#texture"},"down":{"uv":[12.875,3.375,14.875,4.625],"texture":"#texture"}}},{"from":[5.25,8.875,7.125],"to":[8,9.375,9.875],"faces":{"north":{"uv":[13.5,4.375,15.5,4.625],"texture":"#texture"},"east":{"uv":[13.25,3.5,15.25,3.75],"texture":"#texture"},"south":{"uv":[13.5,4.375,15.5,4.625],"texture":"#texture"},"west":{"uv":[13.25,3.5,15.25,3.75],"texture":"#texture"},"up":{"uv":[12.875,3.375,14.875,4.625],"texture":"#texture"},"down":{"uv":[12.875,3.375,14.875,4.625],"texture":"#texture"}}},{"from":[5.625,9.375,7.5],"to":[7.625,9.625,9.5],"faces":{"north":{"uv":[13.5,4.375,15.5,4.625],"texture":"#texture"},"east":{"uv":[13.25,3.5,15.25,3.75],"texture":"#texture"},"south":{"uv":[13.5,4.375,15.5,4.625],"texture":"#texture"},"west":{"uv":[13.25,3.5,15.25,3.75],"texture":"#texture"},"up":{"uv":[12.875,3.375,14.875,4.625],"texture":"#texture"},"down":{"uv":[12.875,3.375,14.875,4.625],"texture":"#texture"}}},{"from":[15.3381,9.375,8.0625],"to":[15.8381,18.25,8.9375],"rotation":{"angle":-45,"axis":"z","origin":[15.3381,18.25,8.0625]},"faces":{"north":{"uv":[3.125,1.125,13.25,2],"rotation":90,"texture":"#texture"},"east":{"uv":[2.25,1.125,13.75,1.875],"rotation":90,"texture":"#texture"},"south":{"uv":[3.125,1.125,13.25,2],"rotation":90,"texture":"#texture"},"west":{"uv":[2.25,1.125,13.75,1.875],"rotation":90,"texture":"#texture"},"up":{"uv":[7.75,1.625,8.25,2.5],"texture":"#texture"},"down":{"uv":[9.125,8.0625,9.625,8.9375],"texture":"#texture"}}},{"from":[9.125,-6.875,8.0625],"to":[9.625,2,8.9375],"rotation":{"angle":45,"axis":"z","origin":[9.125,2,8.0625]},"faces":{"north":{"uv":[3.125,1.125,13.25,2],"rotation":90,"texture":"#texture"},"east":{"uv":[2.25,1.125,13.75,1.875],"rotation":90,"texture":"#texture"},"south":{"uv":[3.125,1.125,13.25,2],"rotation":90,"texture":"#texture"},"west":{"uv":[2.25,1.125,13.75,1.875],"rotation":90,"texture":"#texture"},"up":{"uv":[7.75,1.625,8.25,2.5],"texture":"#texture"},"down":{"uv":[9.125,8.0625,9.625,8.9375],"texture":"#texture"}}},{"from":[15.625,11.5,8.25],"to":[15.75,18,8.75],"rotation":{"angle":-22.5,"axis":"z","origin":[15.625,18,8.25]},"faces":{"north":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"east":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"south":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"west":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"up":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"},"down":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"}}},{"from":[13.125,-4.375,8.25],"to":[13.25,2.125,8.75],"rotation":{"angle":22.5,"axis":"z","origin":[13.125,2.125,8.25]},"faces":{"north":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"east":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"south":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"west":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"up":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"},"down":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"}}},{"from":[13.125,2.125,8.25],"to":[13.25,12.125,8.75],"faces":{"north":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"east":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"south":{"uv":[12.5,5.125,13.375,8.875],"texture":"#texture"},"west":{"uv":[5.5,5.5,7.625,8.625],"texture":"#texture"},"up":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"},"down":{"uv":[7.5,7.5,8.375,8.5],"texture":"#texture"}}},{"from":[2.625,9.125,4.5],"to":[10.5,9.1875,12.5],"faces":{"up":{"uv":[0,0,16,16],"texture":"#air_anim3"},"down":{"uv":[0,16,16,0],"texture":"#air_anim3"}}},{"from":[2.75,5.125,4.5],"to":[10.5,5.1875,12.5],"faces":{"up":{"uv":[0,0,16,16],"texture":"#air_anim3"},"down":{"uv":[0,16,16,0],"texture":"#air_anim3"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-90,0],"translation":[1,-1,3],"scale":[1.25,1.5,1.25]},"thirdperson_lefthand":{"rotation":[0,90,0],"translation":[-1.5,0,3],"scale":[1.25,1.5,1.25]},"firstperson_righthand":{"rotation":[0,-100,-10],"translation":[1.5,7,-1.5],"scale":[0.85,0.85,0.85]},"firstperson_lefthand":{"rotation":[0,80,10],"translation":[1.5,7,-2.5],"scale":[0.85,0.85,0.85]},"ground":{"rotation":[45,45,0],"translation":[0,7,0],"scale":[0.8,0.8,0.8]},"gui":{"rotation":[-20,160,30],"translation":[-3.25,3.25,0],"scale":[-0.93,0.93,0.93]},"fixed":{"translation":[-0.5,1,-1.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/archer/bow_basic_gold.json b/assets/minecraft/models/item/wynn/weapon/archer/bow_basic_gold.json new file mode 100644 index 000000000..ade5792bf --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/archer/bow_basic_gold.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"texture":"wynn/weapon/archer/basic_gold"},"elements":[{"from":[7,25,12],"to":[9,27,14],"rotation":{"angle":0,"axis":"y","origin":[8,8,7]},"faces":{"north":{"uv":[6,0,8,2],"texture":"#texture"},"east":{"uv":[8,0,6,2],"texture":"#texture"},"south":{"uv":[6,0,8,2],"texture":"#texture"},"west":{"uv":[6,0,8,2],"texture":"#texture"},"up":{"uv":[6,0,8,2],"texture":"#texture"},"down":{"uv":[6,0,8,2],"texture":"#texture"}}},{"from":[7,24,11],"to":[9,26,13],"rotation":{"angle":0,"axis":"y","origin":[8,8,7]},"faces":{"north":{"uv":[5,1,7,3],"texture":"#texture"},"east":{"uv":[7,1,5,3],"texture":"#texture"},"south":{"uv":[5,1,7,3],"texture":"#texture"},"west":{"uv":[5,1,7,3],"texture":"#texture"},"up":{"uv":[5,1,7,3],"rotation":90,"texture":"#texture"},"down":{"uv":[5,1,7,3],"rotation":90,"texture":"#texture"}}},{"from":[7,22,10],"to":[9,24,12],"rotation":{"angle":0,"axis":"y","origin":[8,8,7]},"faces":{"north":{"uv":[4,3,6,5],"texture":"#texture"},"east":{"uv":[6,3,4,5],"texture":"#texture"},"south":{"uv":[5,3,6,5],"texture":"#texture"},"west":{"uv":[4,3,6,5],"texture":"#texture"},"up":{"uv":[4,3,6,4],"rotation":90,"texture":"#texture"},"down":{"uv":[4,3,6,5],"texture":"#texture"}}},{"from":[7,20,9],"to":[9,23,11],"rotation":{"angle":0,"axis":"y","origin":[8,8,7]},"faces":{"north":{"uv":[3,4,5,7],"texture":"#texture"},"east":{"uv":[5,4,3,7],"texture":"#texture"},"south":{"uv":[3,4,5,7],"texture":"#texture"},"west":{"uv":[3,4,5,7],"texture":"#texture"},"up":{"uv":[3,4,5,6],"rotation":90,"texture":"#texture"},"down":{"uv":[3,5,5,7],"texture":"#texture"}}},{"from":[7,19,8],"to":[9,21,10],"rotation":{"angle":0,"axis":"y","origin":[8,8,7]},"faces":{"north":{"uv":[2,6,4,8],"texture":"#texture"},"east":{"uv":[4,6,2,8],"texture":"#texture"},"south":{"uv":[2,6,4,8],"texture":"#texture"},"west":{"uv":[2,6,4,8],"texture":"#texture"},"up":{"uv":[2,6,4,8],"rotation":90,"texture":"#texture"}}},{"from":[6.5,15,7],"to":[9.5,19,10],"rotation":{"angle":0,"axis":"y","origin":[8,8,7]},"faces":{"north":{"uv":[0,10,3,14],"texture":"#texture"},"east":{"uv":[4,8,1,12],"texture":"#texture"},"south":{"uv":[3,8,4,12],"texture":"#texture"},"west":{"uv":[1,8,4,12],"texture":"#texture"},"up":{"uv":[1,8,4,9],"rotation":90,"texture":"#texture"},"down":{"uv":[13,7,16,10],"rotation":90,"texture":"#texture"}}},{"from":[6.5,12,6],"to":[9.5,17,9],"rotation":{"angle":0,"axis":"y","origin":[8,8,7]},"faces":{"north":{"uv":[0,10,3,15],"texture":"#texture"},"east":{"uv":[3,10,0,15],"texture":"#texture"},"south":{"uv":[2,10,3,15],"texture":"#texture"},"west":{"uv":[0,10,3,15],"texture":"#texture"},"up":{"uv":[0,10,3,13],"texture":"#texture"}}},{"from":[6.5,10,5],"to":[9.5,12,9],"faces":{"north":{"uv":[5,7,8,9],"texture":"#texture"},"east":{"uv":[9,7,5,9],"texture":"#texture"},"south":{"uv":[6,7,9,9],"texture":"#texture"},"west":{"uv":[5,7,9,9],"texture":"#texture"},"up":{"uv":[9,12,13,15],"rotation":90,"texture":"#texture"},"down":{"uv":[9,12,13,15],"rotation":270,"texture":"#texture"}}},{"from":[7,14,9],"to":[9,15,11],"faces":{"north":{"uv":[3,12,5,13],"texture":"#texture"},"east":{"uv":[3,12,5,13],"texture":"#texture"},"south":{"uv":[3,12,5,13],"texture":"#texture"},"west":{"uv":[3,12,5,13],"texture":"#texture"},"up":{"uv":[3,12,5,13],"texture":"#texture"},"down":{"uv":[3,12,5,13],"texture":"#texture"}}},{"from":[7,6,7],"to":[9,10,9],"faces":{"north":{"uv":[6,9,8,13],"texture":"#texture"},"east":{"uv":[6,9,8,13],"texture":"#texture"},"south":{"uv":[6,9,8,13],"texture":"#texture"},"west":{"uv":[6,9,8,13],"texture":"#texture"}}},{"from":[6.5,4,5],"to":[9.5,6,9],"faces":{"north":{"uv":[5,13,8,15],"texture":"#texture"},"east":{"uv":[9,13,5,15],"texture":"#texture"},"south":{"uv":[6,13,9,15],"texture":"#texture"},"west":{"uv":[5,13,9,15],"texture":"#texture"},"up":{"uv":[9,12,13,15],"rotation":90,"texture":"#texture"},"down":{"uv":[9,12,13,15],"rotation":270,"texture":"#texture"}}},{"from":[7,1,9],"to":[9,2,11],"faces":{"north":{"uv":[11,2,13,3],"texture":"#texture"},"east":{"uv":[11,2,13,3],"texture":"#texture"},"south":{"uv":[11,2,13,3],"texture":"#texture"},"west":{"uv":[11,2,13,3],"texture":"#texture"},"up":{"uv":[11,2,13,3],"texture":"#texture"},"down":{"uv":[11,2,13,3],"texture":"#texture"}}},{"from":[7,-11,12],"to":[9,-9,14],"rotation":{"angle":0,"axis":"y","origin":[8,8,7]},"faces":{"north":{"uv":[14,13,16,15],"texture":"#texture"},"east":{"uv":[16,13,14,15],"texture":"#texture"},"south":{"uv":[14,13,16,15],"texture":"#texture"},"west":{"uv":[14,13,16,15],"texture":"#texture"},"up":{"uv":[14,13,16,15],"texture":"#texture"},"down":{"uv":[14,13,16,15],"texture":"#texture"}}},{"from":[7,-10,11],"to":[9,-8,13],"rotation":{"angle":0,"axis":"y","origin":[8,8,7]},"faces":{"north":{"uv":[13,12,15,14],"texture":"#texture"},"east":{"uv":[15,12,13,14],"texture":"#texture"},"south":{"uv":[13,12,15,14],"texture":"#texture"},"west":{"uv":[13,12,15,14],"texture":"#texture"},"up":{"uv":[13,12,15,14],"texture":"#texture"},"down":{"uv":[13,12,15,14],"texture":"#texture"}}},{"from":[7,-8,10],"to":[9,-6,12],"rotation":{"angle":0,"axis":"y","origin":[8,8,7]},"faces":{"north":{"uv":[12,10,14,12],"texture":"#texture"},"east":{"uv":[14,10,12,12],"texture":"#texture"},"south":{"uv":[13,10,14,12],"texture":"#texture"},"west":{"uv":[12,10,14,12],"texture":"#texture"},"up":{"uv":[12,10,14,12],"texture":"#texture"},"down":{"uv":[12,10,14,12],"texture":"#texture"}}},{"from":[7,-7,9],"to":[9,-4,11],"rotation":{"angle":0,"axis":"y","origin":[8,8,7]},"faces":{"north":{"uv":[11,8,13,11],"texture":"#texture"},"east":{"uv":[13,8,11,11],"texture":"#texture"},"south":{"uv":[11,8,13,11],"texture":"#texture"},"west":{"uv":[11,8,13,11],"texture":"#texture"},"up":{"uv":[11,8,13,10],"texture":"#texture"},"down":{"uv":[11,9,13,11],"texture":"#texture"}}},{"from":[7,-5,8],"to":[9,-3,10],"rotation":{"angle":0,"axis":"y","origin":[8,8,7]},"faces":{"north":{"uv":[10,7,12,9],"texture":"#texture"},"east":{"uv":[12,7,10,9],"texture":"#texture"},"south":{"uv":[10,7,12,9],"texture":"#texture"},"west":{"uv":[10,7,12,9],"texture":"#texture"},"up":{"uv":[10,7,12,9],"texture":"#texture"},"down":{"uv":[10,7,12,9],"texture":"#texture"}}},{"from":[6.5,-3,7],"to":[9.5,1,10],"rotation":{"angle":0,"axis":"y","origin":[8,8,7]},"faces":{"north":{"uv":[8,1,11,5],"rotation":180,"texture":"#texture"},"east":{"uv":[12,3,9,7],"texture":"#texture"},"south":{"uv":[11,3,12,7],"texture":"#texture"},"west":{"uv":[9,3,12,7],"texture":"#texture"},"up":{"uv":[10,12,13,15],"texture":"#texture"},"down":{"uv":[9,6,12,7],"rotation":270,"texture":"#texture"}}},{"from":[6.5,-1,6],"to":[9.5,4,9],"rotation":{"angle":0,"axis":"y","origin":[8,8,7]},"faces":{"north":{"uv":[8,0,11,5],"rotation":180,"texture":"#texture"},"east":{"uv":[11,0,8,5],"texture":"#texture"},"south":{"uv":[10,0,11,5],"texture":"#texture"},"west":{"uv":[8,0,11,5],"texture":"#texture"},"down":{"uv":[8,2,11,5],"texture":"#texture"}}},{"from":[8,8,13.5],"to":[8.1,25,14],"faces":{"east":{"uv":[0,15,16,16],"rotation":90,"texture":"#texture"},"west":{"uv":[0,15,16,16],"rotation":90,"texture":"#texture"}}},{"from":[8,-9,13.5],"to":[8.1,8,14],"faces":{"east":{"uv":[0,15,16,16],"rotation":270,"texture":"#texture"},"west":{"uv":[0,15,16,16],"rotation":270,"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[0,10,0],"translation":[-1.56,-2,1.27],"scale":[0.7,0.7,0.7]},"thirdperson_lefthand":{"rotation":[0,10,0],"translation":[-1.56,-2,1.27],"scale":[0.7,0.7,0.7]},"firstperson_righthand":{"rotation":[0,-5,8],"translation":[0.25,4.75,0],"scale":[0.53,0.53,0.53]},"firstperson_lefthand":{"rotation":[0,-5,8],"translation":[0.25,4.75,0],"scale":[0.53,0.53,0.53]},"ground":{"rotation":[45,45,0],"translation":[0,5.5,0],"scale":[0.4,0.4,0.4]},"gui":{"rotation":[60,50,-60],"translation":[-1.5,2,0],"scale":[0.5,0.5,0.5]},"fixed":{"rotation":[0,90,0],"translation":[-1.5,0,-1],"scale":[0.52,0.52,0.52]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/archer/bow_basic_wood.json b/assets/minecraft/models/item/wynn/weapon/archer/bow_basic_wood.json new file mode 100644 index 000000000..f0450bd63 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/archer/bow_basic_wood.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"texture":"wynn/weapon/archer/basic_wooden"},"elements":[{"from":[7,25,13],"to":[9,27,15],"faces":{"north":{"uv":[6,0,8,2],"texture":"#texture"},"east":{"uv":[8,0,6,2],"texture":"#texture"},"south":{"uv":[6,0,8,2],"texture":"#texture"},"west":{"uv":[6,0,8,2],"texture":"#texture"},"up":{"uv":[6,0,8,2],"texture":"#texture"},"down":{"uv":[6,0,8,2],"texture":"#texture"}}},{"from":[7,24,12],"to":[9,26,14],"faces":{"north":{"uv":[5,1,7,3],"texture":"#texture"},"east":{"uv":[7,1,5,3],"texture":"#texture"},"south":{"uv":[5,1,7,3],"texture":"#texture"},"west":{"uv":[5,1,7,3],"texture":"#texture"},"up":{"uv":[5,1,7,3],"rotation":90,"texture":"#texture"},"down":{"uv":[5,1,7,3],"rotation":90,"texture":"#texture"}}},{"from":[7,22,11],"to":[9,24,13],"faces":{"north":{"uv":[4,3,6,5],"texture":"#texture"},"east":{"uv":[6,3,4,5],"texture":"#texture"},"south":{"uv":[4,3,6,5],"texture":"#texture"},"west":{"uv":[4,3,6,5],"texture":"#texture"},"up":{"uv":[4,3,6,5],"rotation":90,"texture":"#texture"},"down":{"uv":[4,3,6,5],"texture":"#texture"}}},{"from":[7,20,10],"to":[9,23,12],"faces":{"north":{"uv":[3,4,5,7],"texture":"#texture"},"east":{"uv":[5,4,3,7],"texture":"#texture"},"south":{"uv":[3,4,5,7],"texture":"#texture"},"west":{"uv":[3,4,5,7],"texture":"#texture"},"up":{"uv":[3,4,5,6],"rotation":90,"texture":"#texture"},"down":{"uv":[3,5,5,7],"texture":"#texture"}}},{"from":[7,19,9],"to":[9,21,11],"faces":{"north":{"uv":[2,6,4,8],"texture":"#texture"},"east":{"uv":[4,6,2,8],"texture":"#texture"},"south":{"uv":[2,6,4,8],"texture":"#texture"},"west":{"uv":[2,6,4,8],"texture":"#texture"},"up":{"uv":[2,6,4,8],"rotation":90,"texture":"#texture"}}},{"from":[6.5,15,8],"to":[9.5,19,11],"faces":{"north":{"uv":[13,5,16,9],"texture":"#texture"},"east":{"uv":[4,8,1,12],"texture":"#texture"},"south":{"uv":[13,5,16,9],"texture":"#texture"},"west":{"uv":[1,8,4,12],"texture":"#texture"},"up":{"uv":[13,5,16,8],"texture":"#texture"},"down":{"uv":[13,7,16,10],"rotation":90,"texture":"#texture"}}},{"from":[6.5,12,7],"to":[9.5,16,10],"faces":{"north":{"uv":[13,6,16,10],"texture":"#texture"},"east":{"uv":[3,11,0,15],"texture":"#texture"},"south":{"uv":[13,6,16,10],"texture":"#texture"},"west":{"uv":[0,11,3,15],"texture":"#texture"},"up":{"uv":[13,7,16,10],"rotation":90,"texture":"#texture"}}},{"from":[6.5,10,6],"to":[9.5,12,10],"faces":{"north":{"uv":[5,7,8,9],"texture":"#texture"},"east":{"uv":[9,7,5,9],"texture":"#texture"},"south":{"uv":[6,7,9,9],"texture":"#texture"},"west":{"uv":[5,7,9,9],"texture":"#texture"},"up":{"uv":[9,12,13,15],"rotation":90,"texture":"#texture"},"down":{"uv":[9,12,13,15],"rotation":270,"texture":"#texture"}}},{"from":[7,6,7],"to":[9,10,9],"faces":{"north":{"uv":[6,9,8,13],"texture":"#texture"},"east":{"uv":[6,9,8,13],"texture":"#texture"},"south":{"uv":[6,9,8,13],"texture":"#texture"},"west":{"uv":[6,9,8,13],"texture":"#texture"}}},{"from":[6.5,4,6],"to":[9.5,6,10],"faces":{"north":{"uv":[5,13,8,15],"texture":"#texture"},"east":{"uv":[9,13,5,15],"texture":"#texture"},"south":{"uv":[6,13,9,15],"texture":"#texture"},"west":{"uv":[5,13,9,15],"texture":"#texture"},"up":{"uv":[9,12,13,15],"rotation":90,"texture":"#texture"},"down":{"uv":[9,12,13,15],"rotation":270,"texture":"#texture"}}},{"from":[7,-11,13],"to":[9,-9,15],"faces":{"north":{"uv":[14,13,16,15],"texture":"#texture"},"east":{"uv":[16,13,14,15],"texture":"#texture"},"south":{"uv":[14,13,16,15],"texture":"#texture"},"west":{"uv":[14,13,16,15],"texture":"#texture"},"up":{"uv":[14,13,16,15],"texture":"#texture"},"down":{"uv":[14,13,16,15],"texture":"#texture"}}},{"from":[7,-10,12],"to":[9,-8,14],"faces":{"north":{"uv":[13,12,15,14],"texture":"#texture"},"east":{"uv":[15,12,13,14],"texture":"#texture"},"south":{"uv":[13,12,15,14],"texture":"#texture"},"west":{"uv":[13,12,15,14],"texture":"#texture"},"up":{"uv":[13,12,15,14],"texture":"#texture"},"down":{"uv":[13,12,15,14],"texture":"#texture"}}},{"from":[7,-8,11],"to":[9,-6,13],"faces":{"north":{"uv":[12,10,14,12],"texture":"#texture"},"east":{"uv":[14,10,12,12],"texture":"#texture"},"south":{"uv":[12,10,14,12],"texture":"#texture"},"west":{"uv":[12,10,14,12],"texture":"#texture"},"up":{"uv":[12,10,14,12],"texture":"#texture"},"down":{"uv":[12,10,14,12],"texture":"#texture"}}},{"from":[7,-7,10],"to":[9,-4,12],"faces":{"north":{"uv":[11,8,13,11],"texture":"#texture"},"east":{"uv":[13,8,11,11],"texture":"#texture"},"south":{"uv":[11,8,13,11],"texture":"#texture"},"west":{"uv":[11,8,13,11],"texture":"#texture"},"up":{"uv":[11,8,13,10],"texture":"#texture"},"down":{"uv":[11,9,13,11],"texture":"#texture"}}},{"from":[7,-5,9],"to":[9,-3,11],"faces":{"north":{"uv":[10,7,12,9],"texture":"#texture"},"east":{"uv":[12,7,10,9],"texture":"#texture"},"south":{"uv":[10,7,12,9],"texture":"#texture"},"west":{"uv":[10,7,12,9],"texture":"#texture"},"up":{"uv":[10,7,12,9],"texture":"#texture"},"down":{"uv":[10,7,12,9],"texture":"#texture"}}},{"from":[6.5,-3,8],"to":[9.5,1,11],"faces":{"north":{"uv":[13,5,16,9],"rotation":180,"texture":"#texture"},"east":{"uv":[12,3,9,7],"texture":"#texture"},"south":{"uv":[9,3,12,7],"rotation":180,"texture":"#texture"},"west":{"uv":[9,3,12,7],"texture":"#texture"},"up":{"uv":[13,7,16,10],"texture":"#texture"},"down":{"uv":[9,4,12,7],"texture":"#texture"}}},{"from":[6.5,0,7],"to":[9.5,4,10],"faces":{"north":{"uv":[13,6,16,10],"rotation":180,"texture":"#texture"},"east":{"uv":[11,0,8,4],"texture":"#texture"},"south":{"uv":[8,0,11,4],"texture":"#texture"},"west":{"uv":[8,0,11,4],"texture":"#texture"},"down":{"uv":[13,6,16,9],"texture":"#texture"}}},{"from":[8,8,14.5],"to":[8.1,25,15],"faces":{"east":{"uv":[0,15,16,16],"rotation":90,"texture":"#texture"},"west":{"uv":[0,15,16,16],"rotation":90,"texture":"#texture"}}},{"from":[8,-9,14.5],"to":[8.1,8,15],"faces":{"east":{"uv":[0,15,16,16],"rotation":270,"texture":"#texture"},"west":{"uv":[0,15,16,16],"rotation":270,"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[0,10,0],"translation":[-1.56,-2,1.27],"scale":[0.65,0.65,0.65]},"thirdperson_lefthand":{"rotation":[0,10,0],"translation":[-1.56,-2,1.27],"scale":[0.65,0.65,0.65]},"firstperson_righthand":{"rotation":[0,-5,8],"translation":[0,4.5,0],"scale":[0.5,0.5,0.5]},"firstperson_lefthand":{"rotation":[0,-5,-172],"translation":[0,4.5,0],"scale":[0.5,0.5,0.5]},"ground":{"rotation":[45,45,0],"translation":[0,5.5,0],"scale":[0.4,0.4,0.4]},"gui":{"rotation":[60,50,-60],"translation":[-1.5,2,0],"scale":[0.5,0.5,0.5]},"fixed":{"rotation":[0,90,0],"translation":[-1.5,0,-1],"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/archer/bow_earth_a.json b/assets/minecraft/models/item/wynn/weapon/archer/bow_earth_a.json new file mode 100644 index 000000000..5dc94d779 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/archer/bow_earth_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"wynn/weapon/archer/earth_tier_all_0","2":"wynn/weapon/archer/earth_tier_all_1","particle":"wynn/weapon/archer/earth_tier_all_1"},"elements":[{"from":[6.8622,1.01169,1.25156],"to":[7.6422,2.79169,7.03156],"rotation":{"angle":0,"axis":"y","origin":[7.25877,1.90632,3.6353]},"faces":{"north":{"uv":[13,0,15.5,6],"rotation":90,"texture":"#2"},"east":{"uv":[13,0,15,6],"rotation":270,"texture":"#2"},"south":{"uv":[13.5,0,14.5,2],"texture":"#2"},"west":{"uv":[13.5,0,15.5,6],"rotation":90,"texture":"#2"},"up":{"uv":[13,0,14,6],"rotation":180,"texture":"#2"},"down":{"uv":[14,0,15,6],"texture":"#2"}}},{"from":[8.3578,1.01169,1.25156],"to":[9.1378,2.79169,7.03156],"rotation":{"angle":0,"axis":"y","origin":[8.74123,1.90632,3.6353]},"faces":{"north":{"uv":[13,6,15.5,0],"rotation":90,"texture":"#2"},"east":{"uv":[13.5,6,15.5,0],"rotation":90,"texture":"#2"},"south":{"uv":[14.5,0,13.5,2],"texture":"#2"},"west":{"uv":[13,6,15,0],"rotation":270,"texture":"#2"},"up":{"uv":[14,0,13,6],"rotation":180,"texture":"#2"},"down":{"uv":[15,0,14,6],"texture":"#2"}}},{"from":[6.95182,1.00207,7.02156],"to":[7.55182,2.60207,10.62156],"rotation":{"angle":0,"axis":"y","origin":[7.25839,2.0067,6.4153]},"faces":{"north":{"uv":[0,0,2,4],"texture":"#0"},"east":{"uv":[4,5,10,9],"texture":"#0"},"south":{"uv":[0,0,2,4],"texture":"#0"},"west":{"uv":[9,4,13,6],"texture":"#0"},"up":{"uv":[11,2,12,6],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,2,6],"rotation":180,"texture":"#0"}}},{"from":[8.44818,1.00207,7.02156],"to":[9.04818,2.60207,10.62156],"rotation":{"angle":0,"axis":"y","origin":[8.74161,2.0067,6.4153]},"faces":{"north":{"uv":[2,0,0,4],"texture":"#0"},"east":{"uv":[13,4,9,6],"texture":"#0"},"south":{"uv":[2,0,0,4],"texture":"#0"},"west":{"uv":[10,5,4,9],"texture":"#0"},"up":{"uv":[12,2,11,6],"rotation":180,"texture":"#0"},"down":{"uv":[2,0,0,6],"rotation":180,"texture":"#0"}}},{"from":[5.31419,1.35,0.735],"to":[10.71419,2.95,2.335],"rotation":{"angle":0,"axis":"y","origin":[5.89752,2.85,1.535]},"faces":{"north":{"uv":[0,0,10,4],"rotation":180,"texture":"#0"},"east":{"uv":[0,0,4,4],"rotation":180,"texture":"#0"},"south":{"uv":[0,0,10,4],"rotation":180,"texture":"#0"},"west":{"uv":[0,0,4,4],"rotation":180,"texture":"#0"},"up":{"uv":[0,0,10,4],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,10,4],"rotation":180,"texture":"#0"}}},{"from":[10.26085,1.46,1.15841],"to":[12.64085,2.84,2.13841],"rotation":{"angle":-22.5,"axis":"y","origin":[11.45085,2.15,1.84841]},"faces":{"north":{"uv":[4,3,10,6],"rotation":180,"texture":"#0"},"east":{"uv":[4,3,8,3.98],"rotation":180,"texture":"#0"},"south":{"uv":[8,4,14,7],"texture":"#0"},"west":{"uv":[4,3,8,3.98],"rotation":180,"texture":"#0"},"up":{"uv":[10,4,16,6],"rotation":180,"texture":"#0"},"down":{"uv":[4,3,8,3.98],"rotation":180,"texture":"#0"}}},{"from":[3.35915,1.46,1.15841],"to":[5.73915,2.84,2.13841],"rotation":{"angle":22.5,"axis":"y","origin":[4.54915,2.15,1.84841]},"faces":{"north":{"uv":[10,3,4,6],"rotation":180,"texture":"#0"},"east":{"uv":[8,3,4,3.98],"rotation":180,"texture":"#0"},"south":{"uv":[14,4,8,7],"texture":"#0"},"west":{"uv":[8,3,4,3.98],"rotation":180,"texture":"#0"},"up":{"uv":[16,4,10,6],"rotation":180,"texture":"#0"},"down":{"uv":[8,3,4,3.98],"rotation":180,"texture":"#0"}}},{"from":[3.2293,1.55,1.75427],"to":[4.0293,2.75,3.95427],"rotation":{"angle":0,"axis":"y","origin":[3.6293,2.15,2.85427]},"faces":{"north":{"uv":[0,0,2,1],"rotation":90,"texture":"#0"},"east":{"uv":[9,4,15,7],"rotation":180,"texture":"#0"},"south":{"uv":[0,0,2,1],"rotation":90,"texture":"#0"},"west":{"uv":[0,0,6,3],"rotation":180,"texture":"#0"},"up":{"uv":[10,3,16,5],"rotation":270,"texture":"#0"},"down":{"uv":[0,0,2,1],"rotation":90,"texture":"#0"}}},{"from":[11.9707,1.55,1.75427],"to":[12.7707,2.75,3.95427],"rotation":{"angle":0,"axis":"y","origin":[12.3707,2.15,2.85427]},"faces":{"north":{"uv":[0,1,2,0],"rotation":90,"texture":"#0"},"east":{"uv":[6,0,0,3],"rotation":180,"texture":"#0"},"south":{"uv":[0,1,2,0],"rotation":90,"texture":"#0"},"west":{"uv":[15,4,9,7],"rotation":180,"texture":"#0"},"up":{"uv":[8,8,14,6],"rotation":270,"texture":"#0"},"down":{"uv":[0,1,2,0],"rotation":90,"texture":"#0"}}},{"from":[1.77995,1.57,3.62567],"to":[3.93995,2.73,4.38567],"rotation":{"angle":22.5,"axis":"y","origin":[2.85995,2.15,4.00567]},"faces":{"north":{"uv":[8,4,14,7],"texture":"#0"},"east":{"uv":[8,4,14,7],"texture":"#0"},"south":{"uv":[8,4,14,7],"texture":"#0"},"west":{"uv":[8,4,10,7],"texture":"#0"},"up":{"uv":[5,4,11,6],"texture":"#0"},"down":{"uv":[8,4,14,6],"texture":"#0"}}},{"from":[12.06005,1.57,3.62567],"to":[14.22005,2.73,4.38567],"rotation":{"angle":-22.5,"axis":"y","origin":[13.14005,2.15,4.00567]},"faces":{"north":{"uv":[9,3,3,6],"texture":"#0"},"east":{"uv":[10,4,8,7],"texture":"#0"},"south":{"uv":[14,4,8,7],"texture":"#0"},"west":{"uv":[14,4,8,7],"texture":"#0"},"up":{"uv":[10,5,4,7],"texture":"#0"},"down":{"uv":[14,4,8,6],"texture":"#0"}}},{"from":[7,1.2,0.25],"to":[9,2.5,12.25],"rotation":{"angle":0,"axis":"y","origin":[8.25,1.1,1.75]},"faces":{"north":{"uv":[0,0,2,1.3],"texture":"#0"},"east":{"uv":[0,0,13,1.3],"texture":"#0"},"south":{"uv":[0,0,2,1.3],"texture":"#0"},"west":{"uv":[0,2,13,3.3],"texture":"#0"},"up":{"uv":[0,0,2,16],"texture":"#0"},"down":{"uv":[0,0,2,13],"texture":"#0"}}},{"from":[7.1,2.39751,10.24244],"to":[8.9,3.99751,12.04244],"rotation":{"angle":-22.5,"axis":"x","origin":[8.01806,2.78925,12.23263]},"faces":{"north":{"uv":[4,10.5,6,12.5],"rotation":180,"texture":"#2"},"east":{"uv":[4,10.5,6,12.5],"rotation":180,"texture":"#2"},"south":{"uv":[4,10.5,6,12.5],"rotation":180,"texture":"#2"},"west":{"uv":[4,10.5,6,12.5],"rotation":180,"texture":"#2"},"up":{"uv":[2,12,4,14],"rotation":180,"texture":"#2"},"down":{"uv":[4,10.5,6,12.5],"rotation":180,"texture":"#2"}}},{"from":[6.5,1.05,0.23473],"to":[9.5,3.05,3.23473],"rotation":{"angle":0,"axis":"y","origin":[8.24694,2.06529,1.23779]},"faces":{"north":{"uv":[2,12,4,15],"rotation":90,"texture":"#2"},"east":{"uv":[2,12,4,15],"rotation":90,"texture":"#2"},"south":{"uv":[2,12,4,15],"rotation":90,"texture":"#2"},"west":{"uv":[2,12,4,15],"rotation":90,"texture":"#2"},"up":{"uv":[1,12.5,4,15.5],"rotation":90,"texture":"#2"},"down":{"uv":[2,12,4,15],"rotation":90,"texture":"#2"}}},{"from":[7.6,0.66981,6.90825],"to":[8.4,2.06981,7.30825],"rotation":{"angle":22.5,"axis":"x","origin":[8.01612,-0.62583,5.89411]},"faces":{"north":{"uv":[7,1,7.8,2.4],"texture":"#2"},"east":{"uv":[7,1,7.8,2.4],"texture":"#2"},"south":{"uv":[7,1,7.8,2.4],"texture":"#2"},"west":{"uv":[7,1,7.8,2.4],"texture":"#2"},"up":{"uv":[7,1,7.8,2.4],"texture":"#2"},"down":{"uv":[7,1,7.8,1.4],"texture":"#2"}}},{"from":[7.5,0.7,9.05],"to":[8.5,3.7,10.05],"rotation":{"angle":-22.5,"axis":"x","origin":[8.03377,0.38021,14.73598]},"faces":{"north":{"uv":[0,0,2,4],"texture":"#0"},"east":{"uv":[0,0,2,4],"texture":"#0"},"south":{"uv":[0,0,2,4],"texture":"#0"},"west":{"uv":[0,0,2,4],"texture":"#0"},"up":{"uv":[0,0,2,2],"texture":"#0"},"down":{"uv":[0,0,2,2],"texture":"#0"}}},{"from":[7.5,3.36363,9.28676],"to":[8.5,3.56363,11.28676],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0166,2.67493,11.28335]},"faces":{"north":{"uv":[7,0.5,8,2],"rotation":180,"texture":"#2"},"east":{"uv":[7,0.5,8,2],"rotation":90,"texture":"#2"},"south":{"uv":[7,0.5,8,2],"rotation":180,"texture":"#2"},"west":{"uv":[7,0.5,8,2],"rotation":90,"texture":"#2"},"up":{"uv":[7,0.5,8,2],"rotation":180,"texture":"#2"},"down":{"uv":[7,0.5,8,2],"rotation":180,"texture":"#2"}}},{"from":[5.08226,2.45,3.5],"to":[5.33226,2.7,12],"rotation":{"angle":45,"axis":"y","origin":[4.79591,2.28817,7.76018]},"faces":{"north":{"uv":[15.5,11,16,16],"rotation":90,"texture":"#2"},"east":{"uv":[15.5,11,16,16],"rotation":90,"texture":"#2"},"south":{"uv":[15.5,11,16,16],"rotation":90,"texture":"#2"},"west":{"uv":[15.5,11,16,16],"rotation":90,"texture":"#2"},"up":{"uv":[15.5,11,16,16],"rotation":90,"texture":"#2"},"down":{"uv":[15.5,11,16,16],"rotation":90,"texture":"#2"}}},{"from":[11.53559,2.4,3.75],"to":[11.78559,2.65,12.25],"rotation":{"angle":-45,"axis":"y","origin":[12.24358,2.4948,6.91586]},"faces":{"north":{"uv":[15.5,11,16,16],"rotation":90,"texture":"#2"},"east":{"uv":[15.5,11,16,16],"rotation":90,"texture":"#2"},"south":{"uv":[15.5,11,16,16],"rotation":90,"texture":"#2"},"west":{"uv":[15.5,11,16,16],"rotation":90,"texture":"#2"},"up":{"uv":[15.5,11,16,16],"rotation":90,"texture":"#2"},"down":{"uv":[15.5,11,16,16],"rotation":90,"texture":"#2"}}}],"display":{"thirdperson_righthand":{"translation":[0,8.75,0.5],"scale":[1.3,1.3,1.3]},"thirdperson_lefthand":{"translation":[0,8.75,0.5],"scale":[1.3,1.3,1.3]},"firstperson_righthand":{"translation":[0.5,8.5,2.75]},"firstperson_lefthand":{"translation":[0.5,8.5,2.75]},"ground":{"rotation":[45,45,0],"translation":[1,5.75,4],"scale":[0.8,0.8,0.8]},"gui":{"rotation":[60,-30,15],"translation":[-3.5,2,0],"scale":[1.15,1.15,1.15]},"head":{"translation":[0,10.25,0],"scale":[1.3,1.3,1.3]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/archer/bow_earth_b.json b/assets/minecraft/models/item/wynn/weapon/archer/bow_earth_b.json new file mode 100644 index 000000000..3d357aea6 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/archer/bow_earth_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"wynn/weapon/archer/earth_tier_all_0","2":"wynn/weapon/archer/earth_tier_all_1","particle":"wynn/weapon/archer/earth_tier_all_1"},"elements":[{"from":[5.85,1.25,-0.15],"to":[7.65,3.05,2.65],"rotation":{"angle":0,"axis":"y","origin":[7,1.15,1.25]},"faces":{"north":{"uv":[1.5,0.5,3,2],"rotation":90,"texture":"#2"},"east":{"uv":[1,0.5,3,2],"rotation":180,"texture":"#2"},"south":{"uv":[1.5,0.5,3,2],"rotation":90,"texture":"#2"},"west":{"uv":[1,0.5,3,2],"texture":"#2"},"up":{"uv":[1,0.5,3,2],"rotation":90,"texture":"#2"},"down":{"uv":[1,0.5,3,2],"rotation":90,"texture":"#2"}}},{"from":[6.7,1.3,-0.71482],"to":[9.1,2.7,0.68518],"rotation":{"angle":0,"axis":"y","origin":[6.74302,2.26485,-1.75785]},"faces":{"north":{"uv":[13,1.5,15.5,3.5],"texture":"#2"},"east":{"uv":[13,1.5,15.5,3.5],"texture":"#2"},"south":{"uv":[13,1.5,15.5,3.5],"texture":"#2"},"west":{"uv":[13,1.5,15.5,3.5],"texture":"#2"},"up":{"uv":[13,0,15.5,2],"rotation":180,"texture":"#2"},"down":{"uv":[13,1.5,15.5,3.5],"texture":"#2"}}},{"from":[6.36768,1,1.80254],"to":[7.16768,2.8,5.60254],"rotation":{"angle":22.5,"axis":"y","origin":[6.50518,2,4.20254]},"faces":{"north":{"uv":[13.5,0.5,15.3,1.3],"rotation":270,"texture":"#2"},"east":{"uv":[13,0,15,4],"rotation":90,"texture":"#2"},"south":{"uv":[13,0,15,4],"rotation":270,"texture":"#2"},"west":{"uv":[13,0,15,4],"rotation":270,"texture":"#2"},"up":{"uv":[14.5,0,15.5,4],"texture":"#2"},"down":{"uv":[14,1,15,5],"rotation":180,"texture":"#2"}}},{"from":[8.83232,1,1.80254],"to":[9.63232,2.8,5.60254],"rotation":{"angle":-22.5,"axis":"y","origin":[9.49482,2,4.20254]},"faces":{"north":{"uv":[13.5,1.3,15.3,0.5],"rotation":270,"texture":"#2"},"east":{"uv":[13,4,15,0],"rotation":270,"texture":"#2"},"south":{"uv":[13,4,15,0],"rotation":270,"texture":"#2"},"west":{"uv":[13,4,15,0],"rotation":90,"texture":"#2"},"up":{"uv":[15.5,0,14.5,4],"texture":"#2"},"down":{"uv":[15,1,14,5],"rotation":180,"texture":"#2"}}},{"from":[6.8622,1.01169,5.25156],"to":[7.6422,2.79169,8.03156],"rotation":{"angle":0,"axis":"y","origin":[7.25877,1.90632,3.6353]},"faces":{"north":{"uv":[13.5,0,15.5,3],"rotation":90,"texture":"#2"},"east":{"uv":[13.5,0,15.5,3],"rotation":270,"texture":"#2"},"south":{"uv":[14,0,15,3],"texture":"#2"},"west":{"uv":[13.5,0,15.5,3],"rotation":90,"texture":"#2"},"up":{"uv":[13.5,0,14.5,3],"rotation":180,"texture":"#2"},"down":{"uv":[14.5,0.5,15.5,3.5],"rotation":180,"texture":"#2"}}},{"from":[8.3578,1.01169,5.25156],"to":[9.1378,2.79169,8.03156],"rotation":{"angle":0,"axis":"y","origin":[8.74123,1.90632,3.6353]},"faces":{"north":{"uv":[13.5,3,15.5,0],"rotation":90,"texture":"#2"},"east":{"uv":[13.5,3,15.5,0],"rotation":90,"texture":"#2"},"south":{"uv":[15,0,14,3],"texture":"#2"},"west":{"uv":[13.5,3,15.5,0],"rotation":270,"texture":"#2"},"up":{"uv":[14.5,0,13.5,3],"rotation":180,"texture":"#2"},"down":{"uv":[15.5,0.5,14.5,3.5],"rotation":180,"texture":"#2"}}},{"from":[6.95182,1.00207,8.02156],"to":[7.55182,2.60207,10.62156],"rotation":{"angle":0,"axis":"y","origin":[7.25839,2.0067,6.4153]},"faces":{"north":{"uv":[0,0,2,4],"texture":"#0"},"east":{"uv":[4,5,10,9],"texture":"#0"},"south":{"uv":[0,0,2,4],"texture":"#0"},"west":{"uv":[2,2,5,4],"texture":"#0"},"up":{"uv":[0,0,1,3],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,2,6],"rotation":180,"texture":"#0"}}},{"from":[8.45182,1.00207,8.02156],"to":[9.05182,2.60207,10.62156],"rotation":{"angle":0,"axis":"y","origin":[7.25839,2.0067,6.4153]},"faces":{"north":{"uv":[0,0,2,4],"texture":"#0"},"east":{"uv":[10,1,13,3],"texture":"#0"},"south":{"uv":[0,0,2,4],"texture":"#0"},"west":{"uv":[2,2,8,6],"texture":"#0"},"up":{"uv":[0,0,1,3],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,2,6],"rotation":180,"texture":"#0"}}},{"from":[8.76738,0.89193,3.61109],"to":[9.76738,2.89193,4.61109],"rotation":{"angle":-22.5,"axis":"y","origin":[9.26738,1.89193,4.11109]},"faces":{"north":{"uv":[9,10,10,12],"texture":"#2"},"east":{"uv":[9,10,10,12],"texture":"#2"},"south":{"uv":[9,10,10,12],"texture":"#2"},"west":{"uv":[9,10,10,12],"texture":"#2"},"up":{"uv":[9,10,10,11],"texture":"#2"},"down":{"uv":[9,10,10,12],"texture":"#2"}}},{"from":[6.26768,0.9,3.70254],"to":[7.26768,2.9,4.70254],"rotation":{"angle":22.5,"axis":"y","origin":[6.50518,2,4.20254]},"faces":{"north":{"uv":[11,9.5,12,11.5],"rotation":180,"texture":"#2"},"east":{"uv":[11,9.5,12,11.5],"rotation":180,"texture":"#2"},"south":{"uv":[11,9.5,12,11.5],"rotation":180,"texture":"#2"},"west":{"uv":[11,9.5,12,11.5],"rotation":180,"texture":"#2"},"up":{"uv":[9.5,10,10.5,11],"rotation":180,"texture":"#2"},"down":{"uv":[11,9.5,12,11.5],"rotation":180,"texture":"#2"}}},{"from":[5.31419,1.35,0.735],"to":[10.71419,2.95,2.335],"rotation":{"angle":0,"axis":"y","origin":[5.89752,2.85,1.535]},"faces":{"north":{"uv":[4,5,10,9],"texture":"#0"},"east":{"uv":[0,0,2,3.2],"texture":"#0"},"south":{"uv":[9,0,15,4],"texture":"#0"},"west":{"uv":[0,0,4,4],"texture":"#0"},"up":{"uv":[0,0,5.8,2],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,6,4],"rotation":180,"texture":"#0"}}},{"from":[12.01085,1.46,0.40841],"to":[14.39085,2.84,1.38841],"rotation":{"angle":-22.5,"axis":"y","origin":[13.20085,2.15,1.09841]},"faces":{"north":{"uv":[8,7,13,10],"texture":"#0"},"east":{"uv":[4,3,8,3.98],"rotation":180,"texture":"#0"},"south":{"uv":[0,11,5,14],"rotation":180,"texture":"#0"},"west":{"uv":[4,3,8,3.98],"rotation":180,"texture":"#0"},"up":{"uv":[7,4,12,6],"texture":"#0"},"down":{"uv":[1,5,6,6.979],"rotation":180,"texture":"#0"}}},{"from":[1.60915,1.46,0.40841],"to":[3.98915,2.84,1.38841],"rotation":{"angle":22.5,"axis":"y","origin":[2.79915,2.15,1.09841]},"faces":{"north":{"uv":[13,7,8,10],"texture":"#0"},"east":{"uv":[8,3,4,3.98],"rotation":180,"texture":"#0"},"south":{"uv":[5,11,0,14],"rotation":180,"texture":"#0"},"west":{"uv":[8,3,4,3.98],"rotation":180,"texture":"#0"},"up":{"uv":[12,4,7,6],"texture":"#0"},"down":{"uv":[6,5,1,6.979],"rotation":180,"texture":"#0"}}},{"from":[10.31929,1.45,0.39841],"to":[12.71929,2.85,1.79841],"rotation":{"angle":22.5,"axis":"y","origin":[11.51929,2.15,1.09841]},"faces":{"north":{"uv":[8,8,13,11],"texture":"#0"},"east":{"uv":[7,4,13,7],"rotation":180,"texture":"#0"},"south":{"uv":[1,9,6,12],"texture":"#0"},"west":{"uv":[7,4,13,7],"rotation":180,"texture":"#0"},"up":{"uv":[7,4,12,7],"rotation":180,"texture":"#0"},"down":{"uv":[0,5,5,8],"rotation":180,"texture":"#0"}}},{"from":[3.28071,1.45,0.39841],"to":[5.68071,2.85,1.79841],"rotation":{"angle":-22.5,"axis":"y","origin":[4.48071,2.15,1.09841]},"faces":{"north":{"uv":[13,8,8,11],"texture":"#0"},"east":{"uv":[13,4,7,7],"rotation":180,"texture":"#0"},"south":{"uv":[6,9,1,12],"texture":"#0"},"west":{"uv":[13,4,7,7],"rotation":180,"texture":"#0"},"up":{"uv":[12,4,7,7],"rotation":180,"texture":"#0"},"down":{"uv":[5,5,0,8],"rotation":180,"texture":"#0"}}},{"from":[13.75929,1.55,1.00427],"to":[14.55929,2.75,3.20427],"rotation":{"angle":0,"axis":"y","origin":[14.15929,2.15,2.10427]},"faces":{"north":{"uv":[5,3,7,4],"rotation":270,"texture":"#0"},"east":{"uv":[11,4,16,7],"rotation":180,"texture":"#0"},"south":{"uv":[5,3,7,4],"rotation":270,"texture":"#0"},"west":{"uv":[9,6,14,9],"texture":"#0"},"up":{"uv":[8,3,13,5],"rotation":270,"texture":"#0"},"down":{"uv":[0,7,5,9],"rotation":270,"texture":"#0"}}},{"from":[1.44071,1.55,1.00427],"to":[2.24071,2.75,3.20427],"rotation":{"angle":0,"axis":"y","origin":[1.84071,2.15,2.10427]},"faces":{"north":{"uv":[5,4,7,3],"rotation":270,"texture":"#0"},"east":{"uv":[14,6,9,9],"texture":"#0"},"south":{"uv":[5,4,7,3],"rotation":270,"texture":"#0"},"west":{"uv":[16,4,11,7],"rotation":180,"texture":"#0"},"up":{"uv":[8,5,13,3],"rotation":270,"texture":"#0"},"down":{"uv":[0,9,5,7],"rotation":270,"texture":"#0"}}},{"from":[13.84863,1.57,2.87567],"to":[16.00863,2.73,3.63567],"rotation":{"angle":-22.5,"axis":"y","origin":[14.92863,2.15,3.25567]},"faces":{"north":{"uv":[10,7,15,10],"texture":"#0"},"east":{"uv":[9,7,11,10],"texture":"#0"},"south":{"uv":[10,5,5,8],"rotation":180,"texture":"#0"},"west":{"uv":[5,5,7,6],"texture":"#0"},"up":{"uv":[7,6,12,8],"texture":"#0"},"down":{"uv":[5,5,7,6],"texture":"#0"}}},{"from":[-0.00863,1.57,2.87567],"to":[2.15137,2.73,3.63567],"rotation":{"angle":22.5,"axis":"y","origin":[1.07137,2.15,3.25567]},"faces":{"north":{"uv":[15,7,10,10],"texture":"#0"},"east":{"uv":[7,5,5,6],"texture":"#0"},"south":{"uv":[5,5,10,8],"rotation":180,"texture":"#0"},"west":{"uv":[11,7,9,10],"texture":"#0"},"up":{"uv":[12,6,7,8],"texture":"#0"},"down":{"uv":[7,5,5,6],"texture":"#0"}}},{"from":[7,1.2,0.25],"to":[9,2.5,12.25],"rotation":{"angle":0,"axis":"y","origin":[8.25,1.1,1.75]},"faces":{"north":{"uv":[0,0,2,1.3],"texture":"#0"},"east":{"uv":[0,0,13,1.3],"texture":"#0"},"south":{"uv":[0,0,2,1.3],"texture":"#0"},"west":{"uv":[0,2,13,3.3],"texture":"#0"},"up":{"uv":[0,0,2,16],"texture":"#0"},"down":{"uv":[0,0,2,13],"texture":"#0"}}},{"from":[7.1,2.39751,10.24244],"to":[8.9,3.99751,12.04244],"rotation":{"angle":-22.5,"axis":"x","origin":[8.01806,2.78925,12.23263]},"faces":{"north":{"uv":[4.5,10.5,6.5,12.5],"rotation":180,"texture":"#2"},"east":{"uv":[4.5,10.5,6.5,12.5],"rotation":180,"texture":"#2"},"south":{"uv":[1.5,10.5,3.5,12.5],"rotation":180,"texture":"#2"},"west":{"uv":[4.5,10.5,6.5,12.5],"rotation":180,"texture":"#2"},"up":{"uv":[2,12,4,14],"rotation":180,"texture":"#2"},"down":{"uv":[4.5,10.5,6.5,12.5],"rotation":180,"texture":"#2"}}},{"from":[11.85704,1.61,-0.2],"to":[12.85704,2.61,0.8],"rotation":{"angle":45,"axis":"y","origin":[12.35704,2.61,0.3]},"faces":{"north":{"uv":[13,5,15.5,7.5],"texture":"#2"},"east":{"uv":[13,5,15.5,7.5],"rotation":90,"texture":"#2"},"south":{"uv":[13,5,15.5,7.5],"texture":"#2"},"west":{"uv":[13,5,15.5,7.5],"texture":"#2"},"up":{"uv":[13,5,15.5,7.5],"rotation":90,"texture":"#2"},"down":{"uv":[13,5,15.5,7.5],"texture":"#2"}}},{"from":[3.20704,1.61,-0.2],"to":[4.20704,2.61,0.8],"rotation":{"angle":45,"axis":"y","origin":[3.70704,2.61,0.3]},"faces":{"north":{"uv":[13,5,15.5,7.5],"texture":"#2"},"east":{"uv":[13,5,15.5,7.5],"rotation":90,"texture":"#2"},"south":{"uv":[13,5,15.5,7.5],"texture":"#2"},"west":{"uv":[13,5,15.5,7.5],"texture":"#2"},"up":{"uv":[13,5,15.5,7.5],"rotation":90,"texture":"#2"},"down":{"uv":[13,5,15.5,7.5],"texture":"#2"}}},{"from":[8.24,1.24,-0.31],"to":[10.26,3.26,2.71],"rotation":{"angle":0,"axis":"y","origin":[9,1.25,1.45]},"faces":{"north":{"uv":[0,11.5,2.5,14],"rotation":90,"texture":"#2"},"east":{"uv":[1.5,13,5.5,15.5],"texture":"#2"},"south":{"uv":[1.5,11.5,4,14],"rotation":90,"texture":"#2"},"west":{"uv":[0,11.5,4,14],"rotation":180,"texture":"#2"},"up":{"uv":[0,11.5,4,14],"rotation":90,"texture":"#2"},"down":{"uv":[0,11.5,4,14],"rotation":90,"texture":"#2"}}},{"from":[5.74,1.24,-0.31],"to":[7.76,3.26,2.71],"rotation":{"angle":0,"axis":"y","origin":[6.5,1.25,1.45]},"faces":{"north":{"uv":[2,13,4.5,15.5],"rotation":90,"texture":"#2"},"east":{"uv":[1.5,13,5.5,15.5],"texture":"#2"},"south":{"uv":[2.5,12,5,14.5],"rotation":90,"texture":"#2"},"west":{"uv":[0,11.5,4,14],"rotation":180,"texture":"#2"},"up":{"uv":[2.5,12.5,6.5,15],"rotation":90,"texture":"#2"},"down":{"uv":[0,11.5,4,14],"rotation":90,"texture":"#2"}}},{"from":[8.35,1.25,-0.15],"to":[10.15,3.05,2.65],"rotation":{"angle":0,"axis":"y","origin":[9,1.15,1.25]},"faces":{"north":{"uv":[1.5,0.5,3,2],"rotation":90,"texture":"#2"},"east":{"uv":[1,0.5,3,2],"rotation":180,"texture":"#2"},"south":{"uv":[1.5,0.5,3,2],"rotation":90,"texture":"#2"},"west":{"uv":[1,0.5,3,2],"texture":"#2"},"up":{"uv":[1,0.5,3,2],"rotation":90,"texture":"#2"},"down":{"uv":[1,0.5,3,2],"rotation":90,"texture":"#2"}}},{"from":[6.99,0.39,9.89],"to":[9.01,1.41,10.91],"rotation":{"angle":-22.5,"axis":"x","origin":[8.03377,0.88021,10.58598]},"faces":{"north":{"uv":[10,10,11,11],"texture":"#2"},"east":{"uv":[10,10,11,11],"texture":"#2"},"south":{"uv":[10,10,11,11],"texture":"#2"},"west":{"uv":[10,10,11,11],"texture":"#2"},"up":{"uv":[10,10,11,11],"texture":"#2"},"down":{"uv":[10,10,11,11],"texture":"#2"}}},{"from":[7.6,0.66981,7.90825],"to":[8.4,2.06981,8.30825],"rotation":{"angle":22.5,"axis":"x","origin":[8.01612,-0.62583,6.89411]},"faces":{"north":{"uv":[10,10,11,11],"texture":"#2"},"east":{"uv":[10,10,11,11],"texture":"#2"},"south":{"uv":[10,10,11,11],"texture":"#2"},"west":{"uv":[10,10,11,11],"texture":"#2"},"up":{"uv":[10,10,11,11],"texture":"#2"},"down":{"uv":[10,10,11,11],"texture":"#2"}}},{"from":[7.5,0.7,10.05],"to":[8.5,3.7,11.05],"rotation":{"angle":-22.5,"axis":"x","origin":[8.03377,0.38021,15.73598]},"faces":{"north":{"uv":[0,0,2,4],"texture":"#0"},"east":{"uv":[0,0,2,4],"texture":"#0"},"south":{"uv":[0,0,2,4],"texture":"#0"},"west":{"uv":[0,0,2,4],"texture":"#0"},"up":{"uv":[0,0,2,2],"texture":"#0"},"down":{"uv":[0,0,2,2],"texture":"#0"}}},{"from":[7.5,3.36363,9.28676],"to":[8.5,3.56363,11.28676],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0166,2.67493,11.28335]},"faces":{"north":{"uv":[7,1,8,2.5],"rotation":180,"texture":"#2"},"east":{"uv":[7,1,8,2.5],"rotation":90,"texture":"#2"},"south":{"uv":[7,1,8,2.5],"rotation":180,"texture":"#2"},"west":{"uv":[7,1,8,2.5],"rotation":90,"texture":"#2"},"up":{"uv":[7,1,8,2.5],"rotation":180,"texture":"#2"},"down":{"uv":[7,1,8,2.5],"rotation":180,"texture":"#2"}}},{"from":[5.08226,2.45,2],"to":[5.33226,2.7,12],"rotation":{"angle":45,"axis":"y","origin":[4.79591,2.28817,7.76018]},"faces":{"north":{"uv":[15.5,9,16,16],"rotation":90,"texture":"#2"},"east":{"uv":[15.5,9,16,16],"rotation":90,"texture":"#2"},"south":{"uv":[15.5,9,16,16],"rotation":90,"texture":"#2"},"west":{"uv":[15.5,9,16,16],"rotation":90,"texture":"#2"},"up":{"uv":[15.5,9,16,16],"rotation":90,"texture":"#2"},"down":{"uv":[15.5,9,16,16],"rotation":90,"texture":"#2"}}},{"from":[11.53559,2.4,2.4],"to":[11.78559,2.65,12.4],"rotation":{"angle":-45,"axis":"y","origin":[12.24358,2.4948,6.91586]},"faces":{"north":{"uv":[15.5,9,16,16],"rotation":90,"texture":"#2"},"east":{"uv":[15.5,9,16,16],"rotation":90,"texture":"#2"},"south":{"uv":[15.5,9,16,16],"rotation":90,"texture":"#2"},"west":{"uv":[15.5,9,16,16],"rotation":90,"texture":"#2"},"up":{"uv":[15.5,9,16,16],"rotation":90,"texture":"#2"},"down":{"uv":[15.5,9,16,16],"rotation":90,"texture":"#2"}}}],"display":{"thirdperson_righthand":{"translation":[0,7.75,1.25],"scale":[1.31,1.3,1.3]},"thirdperson_lefthand":{"translation":[0,8.75,0.5],"scale":[1.3,1.3,1.3]},"firstperson_righthand":{"translation":[0.5,8.5,1.5]},"firstperson_lefthand":{"translation":[0.5,8.5,1.5]},"ground":{"rotation":[45,45,0],"translation":[1,5.75,4],"scale":[0.8,0.8,0.8]},"gui":{"rotation":[60,-30,15],"translation":[-4.25,2.25,0],"scale":[1.2,1.2,1.2]},"head":{"translation":[0,10.25,0],"scale":[1.3,1.3,1.3]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/archer/bow_earth_c.json b/assets/minecraft/models/item/wynn/weapon/archer/bow_earth_c.json new file mode 100644 index 000000000..029bff58b --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/archer/bow_earth_c.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"wynn/weapon/archer/earth_tier_all_0","2":"wynn/weapon/archer/earth_tier_all_1","particle":"wynn/weapon/archer/earth_tier_all_1"},"elements":[{"from":[5.65486,1.76665,0.83421],"to":[6.15486,4.16665,2.23421],"rotation":{"angle":-22.5,"axis":"z","origin":[5.89104,2.95694,1.53012]},"faces":{"north":{"uv":[15,2,15.5,4.5],"texture":"#2"},"east":{"uv":[13,1.5,15.5,2],"rotation":270,"texture":"#2"},"south":{"uv":[14.5,1.5,15,4],"texture":"#2"},"west":{"uv":[13,2,14.5,4.5],"texture":"#2"},"up":{"uv":[15,1.5,15.5,3],"texture":"#2"},"down":{"uv":[13.5,0,14.9,0.5],"rotation":270,"texture":"#2"}}},{"from":[-0.04241,1.56162,3.13421],"to":[0.45759,2.81162,4.13421],"rotation":{"angle":45,"axis":"y","origin":[0.26123,2.25564,3.58654]},"faces":{"north":{"uv":[3,11.5,4,12.75],"texture":"#2"},"east":{"uv":[2,12,3,13.25],"texture":"#2"},"south":{"uv":[2,13,2.5,14.25],"texture":"#2"},"west":{"uv":[2,12,3,13.25],"texture":"#2"},"up":{"uv":[3.5,12,4.5,12.5],"rotation":90,"texture":"#2"},"down":{"uv":[3,11.5,3.5,12.75],"texture":"#2"}}},{"from":[15.54241,1.56162,3.13421],"to":[16.04241,2.81162,4.13421],"rotation":{"angle":-45,"axis":"y","origin":[15.73877,2.25564,3.58654]},"faces":{"north":{"uv":[4,11.5,3,12.75],"texture":"#2"},"east":{"uv":[3,12,2,13.25],"texture":"#2"},"south":{"uv":[2.5,13,2,14.25],"texture":"#2"},"west":{"uv":[3,12,2,13.25],"texture":"#2"},"up":{"uv":[3.5,12.5,4.5,12],"rotation":90,"texture":"#2"},"down":{"uv":[3.5,11.5,3,12.75],"texture":"#2"}}},{"from":[1.27063,1.475,1.9443],"to":[2.37063,2.825,2.5443],"rotation":{"angle":0,"axis":"y","origin":[1.67134,2.18562,2.24484]},"faces":{"north":{"uv":[4,12.5,5,13.75],"texture":"#2"},"east":{"uv":[3.5,12.5,4,13.75],"texture":"#2"},"south":{"uv":[2,12,3,13.25],"texture":"#2"},"west":{"uv":[3,11.5,4,12.75],"texture":"#2"},"up":{"uv":[3.5,12,4.5,12.5],"texture":"#2"},"down":{"uv":[2,12.5,2.5,13.75],"rotation":90,"texture":"#2"}}},{"from":[13.62937,1.475,1.9443],"to":[14.72937,2.825,2.5443],"rotation":{"angle":0,"axis":"y","origin":[14.32866,2.18562,2.24484]},"faces":{"north":{"uv":[5,12.5,4,13.75],"texture":"#2"},"east":{"uv":[4,11.5,3,12.75],"texture":"#2"},"south":{"uv":[3,12,2,13.25],"texture":"#2"},"west":{"uv":[4,12.5,3.5,13.75],"texture":"#2"},"up":{"uv":[4.5,12,3.5,12.5],"texture":"#2"},"down":{"uv":[2,13.75,2.5,12.5],"rotation":90,"texture":"#2"}}},{"from":[9.81377,1.7666,0.83426],"to":[10.31377,4.1666,2.23426],"rotation":{"angle":22.5,"axis":"z","origin":[10.07759,2.95689,1.53018]},"faces":{"north":{"uv":[13.5,1.5,13,4],"texture":"#2"},"east":{"uv":[14.5,2,13,4.5],"texture":"#2"},"south":{"uv":[15,1.5,14.5,4],"texture":"#2"},"west":{"uv":[13,2,15.5,1.5],"rotation":270,"texture":"#2"},"up":{"uv":[15.5,1.5,15,3],"texture":"#2"},"down":{"uv":[13.5,0.5,14.9,0],"rotation":270,"texture":"#2"}}},{"from":[6.13701,4.14451,0.83311],"to":[8.13701,4.64451,2.23311],"rotation":{"angle":22.5,"axis":"z","origin":[7.34144,4.40376,1.53233]},"faces":{"north":{"uv":[13,0,15,0.5],"rotation":180,"texture":"#2"},"east":{"uv":[13,0,15,0.5],"rotation":180,"texture":"#2"},"south":{"uv":[13,1.5,15,2],"rotation":180,"texture":"#2"},"west":{"uv":[13.5,1.5,15.5,2],"rotation":180,"texture":"#2"},"up":{"uv":[13,0,14.5,2],"rotation":90,"texture":"#2"},"down":{"uv":[13.5,1.5,15.5,2],"rotation":180,"texture":"#2"}}},{"from":[7.83163,4.14446,0.83316],"to":[9.83163,4.64446,2.23316],"rotation":{"angle":-22.5,"axis":"z","origin":[8.62719,4.4037,1.53239]},"faces":{"north":{"uv":[15,0,13,0.5],"rotation":180,"texture":"#2"},"east":{"uv":[15.5,1.5,13.5,2],"rotation":180,"texture":"#2"},"south":{"uv":[15,1.5,13,2],"rotation":180,"texture":"#2"},"west":{"uv":[15.5,0,13.5,0.5],"rotation":180,"texture":"#2"},"up":{"uv":[15.5,2,14,0],"rotation":90,"texture":"#2"},"down":{"uv":[15.5,1.5,13.5,2],"rotation":180,"texture":"#2"}}},{"from":[6.36768,1,1.80254],"to":[7.16768,2.8,5.60254],"rotation":{"angle":22.5,"axis":"y","origin":[6.50518,2,4.20254]},"faces":{"north":{"uv":[13.5,0.5,15.3,1.3],"rotation":270,"texture":"#2"},"east":{"uv":[13,0,15,4],"rotation":90,"texture":"#2"},"south":{"uv":[13,0,15,4],"rotation":270,"texture":"#2"},"west":{"uv":[13,0,15,4],"rotation":270,"texture":"#2"},"up":{"uv":[14.5,0,15.5,4],"texture":"#2"},"down":{"uv":[14,1,15,5],"rotation":180,"texture":"#2"}}},{"from":[8.83232,1,1.80254],"to":[9.63232,2.8,5.60254],"rotation":{"angle":-22.5,"axis":"y","origin":[9.49482,2,4.20254]},"faces":{"north":{"uv":[13.5,1.3,15.3,0.5],"rotation":270,"texture":"#2"},"east":{"uv":[13,4,15,0],"rotation":270,"texture":"#2"},"south":{"uv":[13,4,15,0],"rotation":270,"texture":"#2"},"west":{"uv":[13,4,15,0],"rotation":90,"texture":"#2"},"up":{"uv":[15.5,0,14.5,4],"texture":"#2"},"down":{"uv":[15,1,14,5],"rotation":180,"texture":"#2"}}},{"from":[6.8622,1.01169,5.25156],"to":[7.6422,2.79169,8.03156],"rotation":{"angle":0,"axis":"y","origin":[7.25877,1.90632,3.6353]},"faces":{"north":{"uv":[13.5,0,15.5,3],"rotation":90,"texture":"#2"},"east":{"uv":[13.5,0,15.5,3],"rotation":270,"texture":"#2"},"south":{"uv":[14,0,15,3],"texture":"#2"},"west":{"uv":[13.5,0,15.5,3],"rotation":90,"texture":"#2"},"up":{"uv":[13.5,0,14.5,3],"rotation":180,"texture":"#2"},"down":{"uv":[14.5,0.5,15.5,3.5],"rotation":180,"texture":"#2"}}},{"from":[8.3578,1.01169,5.25156],"to":[9.1378,2.79169,8.03156],"rotation":{"angle":0,"axis":"y","origin":[8.74123,1.90632,3.6353]},"faces":{"north":{"uv":[13.5,3,15.5,0],"rotation":90,"texture":"#2"},"east":{"uv":[13.5,3,15.5,0],"rotation":90,"texture":"#2"},"south":{"uv":[15,0,14,3],"texture":"#2"},"west":{"uv":[13.5,3,15.5,0],"rotation":270,"texture":"#2"},"up":{"uv":[14.5,0,13.5,3],"rotation":180,"texture":"#2"},"down":{"uv":[15.5,0.5,14.5,3.5],"rotation":180,"texture":"#2"}}},{"from":[6.95182,1.00207,8.02156],"to":[7.55182,2.60207,10.62156],"rotation":{"angle":0,"axis":"y","origin":[7.25839,2.0067,6.4153]},"faces":{"north":{"uv":[0,0,2,4],"texture":"#0"},"east":{"uv":[4,5,10,9],"texture":"#0"},"south":{"uv":[0,0,2,4],"texture":"#0"},"west":{"uv":[2,2,5,4],"texture":"#0"},"up":{"uv":[0,0,1,3],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,2,6],"rotation":180,"texture":"#0"}}},{"from":[8.45182,1.00207,8.02156],"to":[9.05182,2.60207,10.62156],"rotation":{"angle":0,"axis":"y","origin":[7.25839,2.0067,6.4153]},"faces":{"north":{"uv":[0,0,2,4],"texture":"#0"},"east":{"uv":[10,1,13,3],"texture":"#0"},"south":{"uv":[0,0,2,4],"texture":"#0"},"west":{"uv":[2,2,8,6],"texture":"#0"},"up":{"uv":[0,0,1,3],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,2,6],"rotation":180,"texture":"#0"}}},{"from":[8.76738,0.89193,3.61109],"to":[9.76738,2.89193,4.61109],"rotation":{"angle":-22.5,"axis":"y","origin":[9.26738,1.89193,4.11109]},"faces":{"north":{"uv":[9,10,10,12],"texture":"#2"},"east":{"uv":[9,10,10,12],"texture":"#2"},"south":{"uv":[9,10,10,12],"texture":"#2"},"west":{"uv":[9,10,10,12],"texture":"#2"},"up":{"uv":[9,10,10,11],"texture":"#2"},"down":{"uv":[9,10,10,12],"texture":"#2"}}},{"from":[6.26768,0.9,3.70254],"to":[7.26768,2.9,4.70254],"rotation":{"angle":22.5,"axis":"y","origin":[6.50518,2,4.20254]},"faces":{"north":{"uv":[11,9.5,12,11.5],"rotation":180,"texture":"#2"},"east":{"uv":[11,9.5,12,11.5],"rotation":180,"texture":"#2"},"south":{"uv":[11,9.5,12,11.5],"rotation":180,"texture":"#2"},"west":{"uv":[11,9.5,12,11.5],"rotation":180,"texture":"#2"},"up":{"uv":[9.5,10,10.5,11],"rotation":180,"texture":"#2"},"down":{"uv":[11,9.5,12,11.5],"rotation":180,"texture":"#2"}}},{"from":[5.31419,1.35,0.735],"to":[10.71419,2.95,2.335],"rotation":{"angle":0,"axis":"y","origin":[5.89752,2.85,1.535]},"faces":{"north":{"uv":[4,5,15,9],"texture":"#0"},"east":{"uv":[0,0,2,3.2],"texture":"#0"},"south":{"uv":[2,1,13,5],"texture":"#0"},"west":{"uv":[0,0,4,4],"texture":"#0"},"up":{"uv":[1,1,12,4],"rotation":180,"texture":"#0"},"down":{"uv":[0,0,6,4],"rotation":180,"texture":"#0"}}},{"from":[12.01085,1.46,0.40841],"to":[14.39085,2.84,1.38841],"rotation":{"angle":-22.5,"axis":"y","origin":[13.20085,2.15,1.09841]},"faces":{"north":{"uv":[8,7,13,10],"texture":"#0"},"east":{"uv":[4,3,8,3.98],"rotation":180,"texture":"#0"},"south":{"uv":[0,11,5,14],"rotation":180,"texture":"#0"},"west":{"uv":[4,3,8,3.98],"rotation":180,"texture":"#0"},"up":{"uv":[7,4,12,6],"texture":"#0"},"down":{"uv":[1,5,6,6.979],"rotation":180,"texture":"#0"}}},{"from":[1.60915,1.46,0.40841],"to":[3.98915,2.84,1.38841],"rotation":{"angle":22.5,"axis":"y","origin":[2.79915,2.15,1.09841]},"faces":{"north":{"uv":[13,7,8,10],"texture":"#0"},"east":{"uv":[8,3,4,3.98],"rotation":180,"texture":"#0"},"south":{"uv":[5,11,0,14],"rotation":180,"texture":"#0"},"west":{"uv":[8,3,4,3.98],"rotation":180,"texture":"#0"},"up":{"uv":[12,4,7,6],"texture":"#0"},"down":{"uv":[6,5,1,6.979],"rotation":180,"texture":"#0"}}},{"from":[10.31929,1.45,0.39841],"to":[12.71929,2.85,1.79841],"rotation":{"angle":22.5,"axis":"y","origin":[11.51929,2.15,1.09841]},"faces":{"north":{"uv":[8,8,13,11],"texture":"#0"},"east":{"uv":[7,4,13,7],"rotation":180,"texture":"#0"},"south":{"uv":[1,9,6,12],"texture":"#0"},"west":{"uv":[7,4,13,7],"rotation":180,"texture":"#0"},"up":{"uv":[7,4,12,7],"rotation":180,"texture":"#0"},"down":{"uv":[0,5,5,8],"rotation":180,"texture":"#0"}}},{"from":[3.28071,1.45,0.39841],"to":[5.68071,2.85,1.79841],"rotation":{"angle":-22.5,"axis":"y","origin":[4.48071,2.15,1.09841]},"faces":{"north":{"uv":[13,8,8,11],"texture":"#0"},"east":{"uv":[13,4,7,7],"rotation":180,"texture":"#0"},"south":{"uv":[6,9,1,12],"texture":"#0"},"west":{"uv":[13,4,7,7],"rotation":180,"texture":"#0"},"up":{"uv":[12,4,7,7],"rotation":180,"texture":"#0"},"down":{"uv":[5,5,0,8],"rotation":180,"texture":"#0"}}},{"from":[13.75929,1.55,1.00427],"to":[14.55929,2.75,3.20427],"rotation":{"angle":0,"axis":"y","origin":[14.15929,2.15,2.10427]},"faces":{"north":{"uv":[5,3,7,4],"rotation":270,"texture":"#0"},"east":{"uv":[11,4,16,7],"rotation":180,"texture":"#0"},"south":{"uv":[5,3,7,4],"rotation":270,"texture":"#0"},"west":{"uv":[9,6,14,9],"texture":"#0"},"up":{"uv":[8,3,13,5],"rotation":270,"texture":"#0"},"down":{"uv":[0,7,5,9],"rotation":270,"texture":"#0"}}},{"from":[1.44071,1.55,1.00427],"to":[2.24071,2.75,3.20427],"rotation":{"angle":0,"axis":"y","origin":[1.84071,2.15,2.10427]},"faces":{"north":{"uv":[5,4,7,3],"rotation":270,"texture":"#0"},"east":{"uv":[14,6,9,9],"texture":"#0"},"south":{"uv":[5,4,7,3],"rotation":270,"texture":"#0"},"west":{"uv":[16,4,11,7],"rotation":180,"texture":"#0"},"up":{"uv":[8,5,13,3],"rotation":270,"texture":"#0"},"down":{"uv":[0,9,5,7],"rotation":270,"texture":"#0"}}},{"from":[13.84863,1.57,2.87567],"to":[16.00863,2.73,3.63567],"rotation":{"angle":-22.5,"axis":"y","origin":[14.92863,2.15,3.25567]},"faces":{"north":{"uv":[10,7,15,10],"texture":"#0"},"east":{"uv":[9,7,11,10],"texture":"#0"},"south":{"uv":[10,5,5,8],"rotation":180,"texture":"#0"},"west":{"uv":[5,5,7,6],"texture":"#0"},"up":{"uv":[7,6,12,8],"texture":"#0"},"down":{"uv":[5,5,7,6],"texture":"#0"}}},{"from":[0.02,1.57,2.87567],"to":[2.18,2.73,3.63567],"rotation":{"angle":22.5,"axis":"y","origin":[1.07137,2.15,3.25567]},"faces":{"north":{"uv":[15,7,10,10],"texture":"#0"},"east":{"uv":[7,5,5,6],"texture":"#0"},"south":{"uv":[5,5,10,8],"rotation":180,"texture":"#0"},"west":{"uv":[11,7,9,10],"texture":"#0"},"up":{"uv":[12,6,7,8],"texture":"#0"},"down":{"uv":[7,5,5,6],"texture":"#0"}}},{"from":[-0.46086,1.61879,3.43193],"to":[0.19914,2.67879,5.49193],"rotation":{"angle":-22.5,"axis":"y","origin":[-0.12716,2.14199,4.45826]},"faces":{"north":{"uv":[7,5,5,6],"texture":"#0"},"east":{"uv":[7,5,12,8],"rotation":180,"texture":"#0"},"south":{"uv":[11,7,9,10],"texture":"#0"},"west":{"uv":[11,4,6,7],"texture":"#0"},"up":{"uv":[16,6,11,8],"rotation":270,"texture":"#0"},"down":{"uv":[7,5,5,6],"rotation":90,"texture":"#0"}}},{"from":[15.80086,1.61879,3.43193],"to":[16.46086,2.67879,5.49193],"rotation":{"angle":22.5,"axis":"y","origin":[16.12716,2.14199,4.45826]},"faces":{"north":{"uv":[5,5,7,6],"texture":"#0"},"east":{"uv":[6,4,11,7],"texture":"#0"},"south":{"uv":[9,7,11,10],"texture":"#0"},"west":{"uv":[12,5,7,8],"rotation":180,"texture":"#0"},"up":{"uv":[16,8,11,6],"rotation":270,"texture":"#0"},"down":{"uv":[7,6,5,5],"rotation":90,"texture":"#0"}}},{"from":[7,1.2,1.25],"to":[9,2.5,13.25],"rotation":{"angle":0,"axis":"y","origin":[8.25,1.1,2.75]},"faces":{"north":{"uv":[0,0,2,1.3],"texture":"#0"},"east":{"uv":[0,0,13,1.3],"texture":"#0"},"south":{"uv":[0,0,2,1.3],"texture":"#0"},"west":{"uv":[0,2,13,3.3],"texture":"#0"},"up":{"uv":[6,0,8,12],"texture":"#0"},"down":{"uv":[0,0,2,13],"texture":"#0"}}},{"from":[7.1,2.39751,11.24244],"to":[8.9,3.99751,13.04244],"rotation":{"angle":-22.5,"axis":"x","origin":[8.01806,2.78925,13.23263]},"faces":{"north":{"uv":[4.5,10.5,6.5,12.5],"rotation":180,"texture":"#2"},"east":{"uv":[4.5,10.5,6.5,12.5],"rotation":180,"texture":"#2"},"south":{"uv":[1.5,10.5,3.5,12.5],"rotation":180,"texture":"#2"},"west":{"uv":[4.5,10.5,6.5,12.5],"rotation":180,"texture":"#2"},"up":{"uv":[2,12,4,14],"rotation":180,"texture":"#2"},"down":{"uv":[4.5,10.5,6.5,12.5],"rotation":180,"texture":"#2"}}},{"from":[11.85704,1.61,-0.2],"to":[12.85704,2.61,0.8],"rotation":{"angle":45,"axis":"y","origin":[12.35704,2.61,0.3]},"faces":{"north":{"uv":[13,5,15.5,7.5],"texture":"#2"},"east":{"uv":[13,5,15.5,7.5],"rotation":90,"texture":"#2"},"south":{"uv":[13,5,15.5,7.5],"texture":"#2"},"west":{"uv":[13,5,15.5,7.5],"texture":"#2"},"up":{"uv":[13,5,15.5,7.5],"rotation":90,"texture":"#2"},"down":{"uv":[13,5,15.5,7.5],"texture":"#2"}}},{"from":[3.20704,1.61,-0.2],"to":[4.20704,2.61,0.8],"rotation":{"angle":45,"axis":"y","origin":[3.70704,2.61,0.3]},"faces":{"north":{"uv":[13,5,15.5,7.5],"texture":"#2"},"east":{"uv":[13,5,15.5,7.5],"rotation":90,"texture":"#2"},"south":{"uv":[13,5,15.5,7.5],"texture":"#2"},"west":{"uv":[13,5,15.5,7.5],"texture":"#2"},"up":{"uv":[13,5,15.5,7.5],"rotation":90,"texture":"#2"},"down":{"uv":[13,5,15.5,7.5],"texture":"#2"}}},{"from":[7.51179,4.66,1.29542],"to":[8.51179,5.66,2.04542],"rotation":{"angle":-45,"axis":"z","origin":[8.00388,5.1712,1.79198]},"faces":{"north":{"uv":[12,12,16,16],"rotation":90,"texture":"#0"},"east":{"uv":[12,13,16,16],"rotation":90,"texture":"#0"},"south":{"uv":[12,12,16,16],"texture":"#0"},"west":{"uv":[12,12,15,16],"texture":"#0"},"up":{"uv":[12,12,15,16],"rotation":270,"texture":"#0"},"down":{"uv":[12,13,16,16],"texture":"#0"}}},{"from":[6.7,1.24,0.38032],"to":[9.32,3.04,2.00032],"rotation":{"angle":0,"axis":"y","origin":[7.74854,2.1497,1.19178]},"faces":{"north":{"uv":[1.5,13,5.5,15.5],"texture":"#2"},"east":{"uv":[2.5,12,5,14.5],"rotation":90,"texture":"#2"},"south":{"uv":[0,11.5,4,14],"rotation":180,"texture":"#2"},"west":{"uv":[2,13,4.5,15.5],"rotation":90,"texture":"#2"},"up":{"uv":[2.5,12.5,6.5,15],"texture":"#2"},"down":{"uv":[0,11.5,4,14],"rotation":180,"texture":"#2"}}},{"from":[6.99,0.39,10.89],"to":[9.01,1.41,11.91],"rotation":{"angle":-22.5,"axis":"x","origin":[8.03377,0.88021,11.58598]},"faces":{"north":{"uv":[4,0,5,2],"rotation":90,"texture":"#2"},"east":{"uv":[4,0,5,1],"rotation":90,"texture":"#2"},"south":{"uv":[4,0,5,2],"rotation":90,"texture":"#2"},"west":{"uv":[4,0,5,1],"rotation":90,"texture":"#2"},"up":{"uv":[4,0,5,2],"rotation":90,"texture":"#2"},"down":{"uv":[4,0,5,2],"rotation":90,"texture":"#2"}}},{"from":[7.6,0.66981,8.90825],"to":[8.4,2.06981,9.30825],"rotation":{"angle":22.5,"axis":"x","origin":[8.01612,-0.62583,7.89411]},"faces":{"north":{"uv":[10,10,11,11],"texture":"#2"},"east":{"uv":[10,10,11,11],"texture":"#2"},"south":{"uv":[10,10,11,11],"texture":"#2"},"west":{"uv":[10,10,11,11],"texture":"#2"},"up":{"uv":[10,10,11,11],"texture":"#2"},"down":{"uv":[10,10,11,11],"texture":"#2"}}},{"from":[7.5,0.7,11.05],"to":[8.5,3.7,12.05],"rotation":{"angle":-22.5,"axis":"x","origin":[8.03377,0.38021,16.73598]},"faces":{"north":{"uv":[0,0,2,4],"texture":"#0"},"east":{"uv":[0,0,2,4],"texture":"#0"},"south":{"uv":[0,0,2,4],"texture":"#0"},"west":{"uv":[0,0,2,4],"texture":"#0"},"up":{"uv":[0,0,2,2],"texture":"#0"},"down":{"uv":[0,0,2,2],"texture":"#0"}}},{"from":[7.5,3.36363,10.28676],"to":[8.5,3.56363,12.28676],"rotation":{"angle":-22.5,"axis":"x","origin":[8.0166,2.67493,12.28335]},"faces":{"north":{"uv":[7,1,8,2.5],"rotation":180,"texture":"#2"},"east":{"uv":[7,1,8,2.5],"rotation":90,"texture":"#2"},"south":{"uv":[7,1,8,2.5],"rotation":180,"texture":"#2"},"west":{"uv":[7,1,8,2.5],"rotation":90,"texture":"#2"},"up":{"uv":[7,1,8,2.5],"rotation":180,"texture":"#2"},"down":{"uv":[7,1,8,2.5],"rotation":180,"texture":"#2"}}},{"from":[11.93559,2.4,3.6],"to":[12.18559,2.65,11.6],"rotation":{"angle":-45,"axis":"y","origin":[12.64358,2.4948,9.11586]},"faces":{"north":{"uv":[15.5,9,16,16],"rotation":90,"texture":"#2"},"east":{"uv":[15.5,9,16,16],"rotation":90,"texture":"#2"},"south":{"uv":[15.5,9,16,16],"rotation":90,"texture":"#2"},"west":{"uv":[15.5,9,16,16],"rotation":90,"texture":"#2"},"up":{"uv":[15.5,9,16,16],"rotation":90,"texture":"#2"},"down":{"uv":[15.5,9,16,16],"rotation":90,"texture":"#2"}}},{"from":[3.81441,2.4,3.6],"to":[4.06441,2.65,11.6],"rotation":{"angle":45,"axis":"y","origin":[3.35642,2.4948,9.11586]},"faces":{"north":{"uv":[15.5,16,16,9],"rotation":90,"texture":"#2"},"east":{"uv":[15.5,16,16,9],"rotation":90,"texture":"#2"},"south":{"uv":[15.5,16,16,9],"rotation":90,"texture":"#2"},"west":{"uv":[15.5,16,16,9],"rotation":90,"texture":"#2"},"up":{"uv":[15.5,16,16,9],"rotation":90,"texture":"#2"},"down":{"uv":[15.5,16,16,9],"rotation":90,"texture":"#2"}}},{"from":[9.74125,2.4,9.10284],"to":[9.99125,2.65,12.10284],"rotation":{"angle":-45,"axis":"y","origin":[10.44924,2.61544,9.6187]},"faces":{"north":{"uv":[15.5,9,16,16],"rotation":90,"texture":"#2"},"east":{"uv":[15.5,9,16,16],"rotation":90,"texture":"#2"},"south":{"uv":[15.5,9,16,16],"rotation":90,"texture":"#2"},"west":{"uv":[15.5,9,16,16],"rotation":90,"texture":"#2"},"up":{"uv":[15.5,9,16,16],"rotation":90,"texture":"#2"},"down":{"uv":[15.5,9,16,16],"rotation":90,"texture":"#2"}}},{"from":[6.00875,2.4,9.10284],"to":[6.25875,2.65,12.10284],"rotation":{"angle":45,"axis":"y","origin":[5.55076,2.61544,9.6187]},"faces":{"north":{"uv":[15.5,16,16,9],"rotation":90,"texture":"#2"},"east":{"uv":[15.5,16,16,9],"rotation":90,"texture":"#2"},"south":{"uv":[15.5,16,16,9],"rotation":90,"texture":"#2"},"west":{"uv":[15.5,16,16,9],"rotation":90,"texture":"#2"},"up":{"uv":[15.5,16,16,9],"rotation":90,"texture":"#2"},"down":{"uv":[15.5,16,16,9],"rotation":90,"texture":"#2"}}},{"from":[10.31307,2.275,8.54927],"to":[10.81307,2.775,10.54927],"rotation":{"angle":0,"axis":"y","origin":[10.43716,2.52569,10.02966]},"faces":{"north":{"uv":[9,8.5,10,8.75],"rotation":90,"texture":"#2"},"east":{"uv":[10.5,9,11,11],"rotation":90,"texture":"#2"},"south":{"uv":[9,8.5,10,8.75],"rotation":90,"texture":"#2"},"west":{"uv":[9,8.5,9.5,10.5],"rotation":90,"texture":"#2"},"up":{"uv":[9,9,11,9.5],"rotation":90,"texture":"#2"},"down":{"uv":[9,9,11,9.5],"rotation":90,"texture":"#2"}}},{"from":[5.18693,2.275,8.54927],"to":[5.68693,2.775,10.54927],"rotation":{"angle":0,"axis":"y","origin":[5.56284,2.52569,10.02966]},"faces":{"north":{"uv":[9,8.75,10,8.5],"rotation":90,"texture":"#2"},"east":{"uv":[9,10.5,9.5,8.5],"rotation":90,"texture":"#2"},"south":{"uv":[9,8.75,10,8.5],"rotation":90,"texture":"#2"},"west":{"uv":[10.5,11,11,9],"rotation":90,"texture":"#2"},"up":{"uv":[9,9.5,11,9],"rotation":90,"texture":"#2"},"down":{"uv":[9,9.5,11,9],"rotation":90,"texture":"#2"}}}],"display":{"thirdperson_righthand":{"translation":[0,7.75,1.25],"scale":[1.31,1.3,1.3]},"thirdperson_lefthand":{"translation":[0,8.75,0.5],"scale":[1.3,1.3,1.3]},"firstperson_righthand":{"translation":[0.5,8.5,1.5]},"firstperson_lefthand":{"translation":[0.5,8.5,1.5]},"ground":{"rotation":[45,45,0],"translation":[1,5.75,4],"scale":[0.8,0.8,0.8]},"gui":{"rotation":[60,-30,15],"translation":[-3.75,2.75,0],"scale":[1.25,1.25,1.25]},"head":{"translation":[0,10.25,0],"scale":[1.3,1.3,1.3]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/archer/bow_fire_a.json b/assets/minecraft/models/item/wynn/weapon/archer/bow_fire_a.json new file mode 100644 index 000000000..fe5b5dc5a --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/archer/bow_fire_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"Fire Bow":"wynn/weapon/archer/fire_tier_all","fire_gem1":"wynn/weapon/anim/fire_core"},"elements":[{"from":[9.5,7.3125,7],"to":[10,15.3125,7.5],"rotation":{"angle":-22.5,"axis":"x","origin":[9.5,15.3125,7]},"faces":{"north":{"uv":[13,0,14,16],"texture":"#Fire Bow"},"east":{"uv":[14,0,15,16],"texture":"#Fire Bow"},"south":{"uv":[15,0,16,16],"texture":"#Fire Bow"},"west":{"uv":[14,0,15,16],"texture":"#Fire Bow"},"up":{"uv":[3.5,0.5,4,1],"texture":"#Fire Bow"},"down":{"uv":[3.5,0.5,4,1],"texture":"#Fire Bow"}}},{"from":[9.5,0.25,10.0625],"to":[10,8.25,10.5625],"rotation":{"angle":22.5,"axis":"x","origin":[9.5,8.25,10.0625]},"faces":{"north":{"uv":[15,0,16,16],"texture":"#Fire Bow"},"east":{"uv":[14,0,15,16],"texture":"#Fire Bow"},"south":{"uv":[13,0,14,16],"texture":"#Fire Bow"},"west":{"uv":[14,0,15,16],"texture":"#Fire Bow"},"up":{"uv":[13,11,13.5,9.5],"texture":"#Fire Bow"},"down":{"uv":[15.5,9.5,16,8],"texture":"#Fire Bow"}}},{"from":[9.5,14.0625,5.1875],"to":[10,14.5625,7.1875],"rotation":{"angle":-22.5,"axis":"x","origin":[9.5,14.5625,5.1875]},"faces":{"north":{"uv":[6,0.5,6.5,1],"texture":"#Fire Bow"},"east":{"uv":[2,0,5,1],"texture":"#Fire Bow"},"south":{"uv":[9.5,0.5,10,1],"texture":"#Fire Bow"},"west":{"uv":[2,0,5,1],"texture":"#Fire Bow"},"up":{"uv":[2,0,5,1],"texture":"#Fire Bow"},"down":{"uv":[2,0,5,1],"texture":"#Fire Bow"}}},{"from":[9.5,1.5625,5.375],"to":[10,2.0625,7.375],"rotation":{"angle":22.5,"axis":"x","origin":[9.5,2.0625,5.375]},"faces":{"north":{"uv":[15,11,16,12.5],"rotation":90,"texture":"#Fire Bow"},"east":{"uv":[14,11,15,15],"rotation":90,"texture":"#Fire Bow"},"south":{"uv":[13,11,14,12.5],"rotation":90,"texture":"#Fire Bow"},"west":{"uv":[14,11,15,15],"rotation":90,"texture":"#Fire Bow"},"up":{"uv":[14,11,15,15],"rotation":180,"texture":"#Fire Bow"},"down":{"uv":[14,11,15,15],"texture":"#Fire Bow"}}},{"from":[9.51,14.375,6],"to":[9.99,14.875,7],"faces":{"north":{"uv":[4,0,4.5,1],"texture":"#Fire Bow"},"east":{"uv":[3.5,0,4,1],"texture":"#Fire Bow"},"south":{"uv":[4,0,4.5,1],"texture":"#Fire Bow"},"west":{"uv":[3.5,0,4,1],"texture":"#Fire Bow"},"up":{"uv":[3,0,3.5,0.5],"texture":"#Fire Bow"},"down":{"uv":[3,0,3.5,0.5],"texture":"#Fire Bow"}}},{"from":[9.51,14.5,6.6875],"to":[9.99,15.125,7.8125],"rotation":{"angle":22.5,"axis":"x","origin":[9.51,15.125,6.6875]},"faces":{"north":{"uv":[3,0,3.5,1],"texture":"#Fire Bow"},"east":{"uv":[4,0,4.5,1],"texture":"#Fire Bow"},"south":{"uv":[3,0,3.5,1],"texture":"#Fire Bow"},"west":{"uv":[4,0,4.5,1],"texture":"#Fire Bow"},"up":{"uv":[3,0,3.5,0.5],"texture":"#Fire Bow"},"down":{"uv":[3,0,3.5,0.5],"texture":"#Fire Bow"}}},{"from":[9.51,12.5625,7.75],"to":[9.99,13.5625,8.25],"faces":{"north":{"uv":[10.5,0,11,1],"texture":"#Fire Bow"},"east":{"uv":[10.5,0,11,1],"texture":"#Fire Bow"},"south":{"uv":[10.5,0,11,1],"texture":"#Fire Bow"},"west":{"uv":[10.5,0,11,1],"texture":"#Fire Bow"},"up":{"uv":[11,0,11.5,0.5],"texture":"#Fire Bow"},"down":{"uv":[11,0,11.5,0.5],"texture":"#Fire Bow"}}},{"from":[9.51,12.0625,8.0625],"to":[9.99,13.0625,8.5625],"rotation":{"angle":45,"axis":"x","origin":[9.51,13.0625,8.0625]},"faces":{"north":{"uv":[10,0,10.5,1],"texture":"#Fire Bow"},"east":{"uv":[10.5,0,11,1],"texture":"#Fire Bow"},"south":{"uv":[10,0,10.5,1],"texture":"#Fire Bow"},"west":{"uv":[10.5,0,11,1],"texture":"#Fire Bow"},"up":{"uv":[10.5,0,11,0.5],"texture":"#Fire Bow"},"down":{"uv":[10.5,0,11,0.5],"texture":"#Fire Bow"}}},{"from":[9.51,11.625,7.3125],"to":[9.99,12.3125,8.25],"rotation":{"angle":-22.5,"axis":"x","origin":[9.51,12.3125,7.3125]},"faces":{"north":{"uv":[10.5,0,11,0.5],"texture":"#Fire Bow"},"east":{"uv":[10.5,0,11.5,0.5],"texture":"#Fire Bow"},"south":{"uv":[10.5,0,11,0.5],"texture":"#Fire Bow"},"west":{"uv":[10.5,0,11.5,0.5],"texture":"#Fire Bow"},"up":{"uv":[10.5,0,11,1],"texture":"#Fire Bow"},"down":{"uv":[10.5,0,11,1],"texture":"#Fire Bow"}}},{"from":[9.5,7.3125,7.5625],"to":[10,11.6875,8.4375],"rotation":{"angle":-22.5,"axis":"x","origin":[9.5,11.6875,7.5625]},"faces":{"north":{"uv":[13,2,14,14.5],"texture":"#Fire Bow"},"east":{"uv":[13,2,15,14.5],"texture":"#Fire Bow"},"south":{"uv":[15,2,16,14.5],"texture":"#Fire Bow"},"west":{"uv":[13,2,15,14.5],"texture":"#Fire Bow"},"up":{"uv":[9.5,9.1875,10,10],"texture":"#Fire Bow"},"down":{"uv":[6.5,10,6,9.1875],"texture":"#Fire Bow"}}},{"from":[9.5,3.875,9.3125],"to":[10,8.375,10.125],"rotation":{"angle":22.5,"axis":"x","origin":[9.5,8.375,9.3125]},"faces":{"north":{"uv":[13,3.5,14,16],"texture":"#Fire Bow"},"east":{"uv":[14,3.5,16,16],"texture":"#Fire Bow"},"south":{"uv":[15,3.5,16,16],"texture":"#Fire Bow"},"west":{"uv":[14,3.5,16,16],"texture":"#Fire Bow"},"up":{"uv":[0,8,0,9],"texture":"#Fire Bow"},"down":{"uv":[16,9,16,8],"texture":"#Fire Bow"}}},{"from":[9.51,1.3125,5.9375],"to":[9.99,1.8125,6.9375],"faces":{"north":{"uv":[14,12.5,14.4375,13],"texture":"#Fire Bow"},"east":{"uv":[14,12.5,15,13],"texture":"#Fire Bow"},"south":{"uv":[14,12.5,14.4375,13],"texture":"#Fire Bow"},"west":{"uv":[14,12.5,15,13],"texture":"#Fire Bow"},"up":{"uv":[14,11.5,14.4375,12.5],"texture":"#Fire Bow"},"down":{"uv":[14,11.5,14.4375,12.5],"texture":"#Fire Bow"}}},{"from":[9.51,1,6.4375],"to":[9.99,1.75,7.5],"rotation":{"angle":-22.5,"axis":"x","origin":[9.51,1.75,6.4375]},"faces":{"north":{"uv":[14,12.5,14.5,13],"texture":"#Fire Bow"},"east":{"uv":[14,11.5,15,12],"texture":"#Fire Bow"},"south":{"uv":[14,12.5,14.5,13],"texture":"#Fire Bow"},"west":{"uv":[14,11.5,15,12],"texture":"#Fire Bow"},"up":{"uv":[14,12,14.5,13],"texture":"#Fire Bow"},"down":{"uv":[14,12,14.5,13],"texture":"#Fire Bow"}}},{"from":[9.51,1.3125,7],"to":[9.99,1.8125,8],"rotation":{"angle":-45,"axis":"x","origin":[9.51,1.8125,7]},"faces":{"north":{"uv":[14.5,12,15,12.5],"texture":"#Fire Bow"},"east":{"uv":[14,12.5,15,13],"texture":"#Fire Bow"},"south":{"uv":[14.5,12,15,12.5],"texture":"#Fire Bow"},"west":{"uv":[14,12.5,15,13],"texture":"#Fire Bow"},"up":{"uv":[14,11.5,14.5,12.5],"texture":"#Fire Bow"},"down":{"uv":[14,11.5,14.5,12.5],"texture":"#Fire Bow"}}},{"from":[9.51,2.6875,7.8125],"to":[9.99,3.6875,8.1875],"faces":{"north":{"uv":[14.5,3.5,14.9375,4.5],"texture":"#Fire Bow"},"east":{"uv":[14,4,14.5,5],"texture":"#Fire Bow"},"south":{"uv":[14.5,3.5,14.9375,4.5],"texture":"#Fire Bow"},"west":{"uv":[14,4,14.5,5],"texture":"#Fire Bow"},"up":{"uv":[14,3.5,14.4375,4],"texture":"#Fire Bow"},"down":{"uv":[14,3.5,14.4375,4],"texture":"#Fire Bow"}}},{"from":[9.51,3.1875,7.625],"to":[9.99,4.1875,8.1875],"rotation":{"angle":-22.5,"axis":"x","origin":[9.51,4.1875,7.625]},"faces":{"north":{"uv":[14,3,14.5,4],"texture":"#Fire Bow"},"east":{"uv":[14.5,3.5,15,4.5],"texture":"#Fire Bow"},"south":{"uv":[14,3,14.5,4],"texture":"#Fire Bow"},"west":{"uv":[14.5,3.5,15,4.5],"texture":"#Fire Bow"},"up":{"uv":[14.5,4,15,4.5],"texture":"#Fire Bow"},"down":{"uv":[14.5,4,15,4.5],"texture":"#Fire Bow"}}},{"from":[9.01,8.1875,7.9375],"to":[10.49,8.6875,10.4375],"rotation":{"angle":-22.5,"axis":"x","origin":[9.01,8.6875,7.9375]},"faces":{"north":{"uv":[16,7,16,7.5],"texture":"#Fire Bow"},"east":{"uv":[12,8,7,9],"texture":"#Fire Bow"},"south":{"uv":[0,7,0,7.5],"texture":"#Fire Bow"},"west":{"uv":[7,8,12,9],"texture":"#Fire Bow"},"up":{"uv":[2,10,5,6],"texture":"#Fire Bow"},"down":{"uv":[2,6,5,10],"texture":"#Fire Bow"}}},{"from":[9.01,7.3125,8.0625],"to":[10.49,7.8125,10.5625],"rotation":{"angle":22.5,"axis":"x","origin":[9.01,7.8125,8.0625]},"faces":{"north":{"uv":[5.5,8.5,7,9],"texture":"#Fire Bow"},"east":{"uv":[11,14,7,15],"texture":"#Fire Bow"},"south":{"uv":[9,8.5,10.5,9],"texture":"#Fire Bow"},"west":{"uv":[7,14,11,15],"texture":"#Fire Bow"},"up":{"uv":[9,7.5,10.5,9.5],"texture":"#Fire Bow"},"down":{"uv":[7,9.5,5.5,7.5],"texture":"#Fire Bow"}}},{"from":[9.25,6.4625,8.9375],"to":[10.25,8.0625,10.5375],"rotation":{"angle":-45,"axis":"x","origin":[9.25,8.0625,8.9375]},"faces":{"north":{"uv":[13,11,14,14],"texture":"#Fire Bow"},"east":{"uv":[13,0,16,3],"texture":"#Fire Bow"},"south":{"uv":[15,12,16,15],"texture":"#Fire Bow"},"west":{"uv":[13,0,16,3],"texture":"#Fire Bow"},"up":{"uv":[14,3,15,6],"texture":"#Fire Bow"},"down":{"uv":[13,0,14,3],"texture":"#Fire Bow"}}},{"from":[9.02,7.0625,8.125],"to":[10.48,8.0625,9.125],"rotation":{"angle":-45,"axis":"x","origin":[9.02,8.0625,8.125]},"faces":{"north":{"uv":[16,6.5,16,7.5],"texture":"#Fire Bow"},"east":{"uv":[5,3,7,5],"texture":"#Fire Bow"},"south":{"uv":[0,6.5,0,7.5],"texture":"#Fire Bow"},"west":{"uv":[5,3,7,5],"texture":"#Fire Bow"},"up":{"uv":[0,5.5,0,6.5],"texture":"#Fire Bow"},"down":{"uv":[16,6.5,16,5.5],"texture":"#Fire Bow"}}},{"from":[9.03,7.6775,7.9375],"to":[10.47,8.6775,8.9375],"rotation":{"angle":-22.5,"axis":"x","origin":[9.03,8.6775,7.9375]},"faces":{"north":{"uv":[9,7,10,8],"texture":"#Fire Bow"},"east":{"uv":[8.5,7.5,9.5,8.5],"texture":"#Fire Bow"},"south":{"uv":[9,7,10,8],"texture":"#Fire Bow"},"west":{"uv":[6.5,7.5,7.5,8.5],"texture":"#Fire Bow"},"up":{"uv":[9,7,10,8],"texture":"#Fire Bow"},"down":{"uv":[9,7,10,8],"texture":"#Fire Bow"}}},{"from":[9.03,7.3125,8.1875],"to":[10.47,8.3125,9.1875],"rotation":{"angle":22.5,"axis":"x","origin":[9.03,8.3125,8.1875]},"faces":{"north":{"uv":[7,7,7.5,8],"texture":"#Fire Bow"},"east":{"uv":[9,7,10,8],"texture":"#Fire Bow"},"south":{"uv":[7,7,7.5,8],"texture":"#Fire Bow"},"west":{"uv":[6,7,7,8],"texture":"#Fire Bow"},"up":{"uv":[11.5,5.5,12,6.5],"texture":"#Fire Bow"},"down":{"uv":[11.5,5.5,12,6.5],"texture":"#Fire Bow"}}},{"from":[9.26,7.5,8.75],"to":[10.24,8.5,10.25],"rotation":{"angle":-22.5,"axis":"x","origin":[9.26,8.5,8.75]},"faces":{"north":{"uv":[5.75,7,6.75,8],"texture":"#Fire Bow"},"east":{"uv":[13,8,16,10],"texture":"#Fire Bow"},"south":{"uv":[9.25,7,10.25,8],"texture":"#Fire Bow"},"west":{"uv":[13,8,16,10],"texture":"#Fire Bow"},"up":{"uv":[9.25,8.9375,10.25,10.4375],"texture":"#Fire Bow"},"down":{"uv":[6.75,10.4375,5.75,8.9375],"texture":"#Fire Bow"}}},{"from":[9.26,7.5,9.125],"to":[10.24,8.625,10.625],"rotation":{"angle":22.5,"axis":"x","origin":[9.26,8.625,9.125]},"faces":{"north":{"uv":[16,7.5,16,8.5],"texture":"#Fire Bow"},"east":{"uv":[13,3,16,5],"texture":"#Fire Bow"},"south":{"uv":[0,7.5,0,8.5],"texture":"#Fire Bow"},"west":{"uv":[13,3,16,5],"texture":"#Fire Bow"},"up":{"uv":[0,3.5,0,5],"texture":"#Fire Bow"},"down":{"uv":[16,5,16,3.5],"texture":"#Fire Bow"}}},{"from":[9.695,1.625,5.1875],"to":[9.795,14.5625,5.625],"faces":{"north":{"uv":[0,1,11,2],"rotation":90,"texture":"#Fire Bow"},"east":{"uv":[0,2,11,3],"rotation":90,"texture":"#Fire Bow"},"south":{"uv":[0,1,11,2],"rotation":90,"texture":"#Fire Bow"},"west":{"uv":[0,1,11,2],"rotation":90,"texture":"#Fire Bow"},"up":{"uv":[0,0,0.5,0.5],"texture":"#Fire Bow"},"down":{"uv":[0,0,0.5,0.5],"texture":"#Fire Bow"}}},{"from":[9,7.0625,9.5],"to":[10.5,8.0625,10.5],"rotation":{"angle":-45,"axis":"x","origin":[9,8.0625,9.5]},"faces":{"north":{"uv":[14,5.5,15,6.5],"texture":"#Fire Bow"},"east":{"uv":[0,0,16,16],"rotation":90,"texture":"#fire_gem1"},"south":{"uv":[14,5.5,15,6.5],"texture":"#Fire Bow"},"west":{"uv":[0,0,16,16],"rotation":180,"texture":"#fire_gem1"},"up":{"uv":[14,6,15,7],"texture":"#Fire Bow"},"down":{"uv":[14,6,15,7],"texture":"#Fire Bow"}}}],"display":{"thirdperson_righthand":{"rotation":[0,180,0],"translation":[3.21,-1.7,1.32],"scale":[2,2,2]},"thirdperson_lefthand":{"rotation":[0,180,0],"translation":[-3.21,-1.7,1.32],"scale":[2,2,2]},"firstperson_righthand":{"rotation":[10,-180,0],"translation":[2,4,0]},"firstperson_lefthand":{"rotation":[10,-180,0],"translation":[-1.5,4,0]},"ground":{"rotation":[45,45,0],"translation":[0,5.5,0],"scale":[0.8,0.8,0.8]},"gui":{"rotation":[60,50,-60],"translation":[-1.5,1,0],"scale":[1.15,1.15,-1.15]},"fixed":{"rotation":[90,120,-90],"translation":[1,0,1.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/archer/bow_fire_b.json b/assets/minecraft/models/item/wynn/weapon/archer/bow_fire_b.json new file mode 100644 index 000000000..05e32f346 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/archer/bow_fire_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"Fire Bow":"wynn/weapon/archer/fire_tier_all","fire_gem1":"wynn/weapon/anim/fire_core","fire_string":"wynn/weapon/anim/fire_blade_flamelicks"},"elements":[{"from":[9.5,7.3125,7],"to":[10,15.3125,7.5],"rotation":{"angle":-22.5,"axis":"x","origin":[9.5,15.3125,7]},"faces":{"north":{"uv":[13,0,14,16],"texture":"#Fire Bow"},"east":{"uv":[14,0,15,16],"texture":"#Fire Bow"},"south":{"uv":[15,0,16,16],"texture":"#Fire Bow"},"west":{"uv":[14,0,15,16],"texture":"#Fire Bow"},"up":{"uv":[3.5,0.5,4,1],"texture":"#Fire Bow"},"down":{"uv":[3.5,0.5,4,1],"texture":"#Fire Bow"}}},{"from":[9.5,0.25,10.0625],"to":[10,8.25,10.5625],"rotation":{"angle":22.5,"axis":"x","origin":[9.5,8.25,10.0625]},"faces":{"north":{"uv":[15,0,16,16],"texture":"#Fire Bow"},"east":{"uv":[14,0,15,16],"texture":"#Fire Bow"},"south":{"uv":[13,0,14,16],"texture":"#Fire Bow"},"west":{"uv":[14,0,15,16],"texture":"#Fire Bow"},"up":{"uv":[13,11,13.5,9.5],"texture":"#Fire Bow"},"down":{"uv":[15.5,9.5,16,8],"texture":"#Fire Bow"}}},{"from":[9.5,14.0625,5.1875],"to":[10,14.5625,7.1875],"rotation":{"angle":-22.5,"axis":"x","origin":[9.5,14.5625,5.1875]},"faces":{"north":{"uv":[6,0.5,6.5,1],"texture":"#Fire Bow"},"east":{"uv":[2,0,5,1],"texture":"#Fire Bow"},"south":{"uv":[9.5,0.5,10,1],"texture":"#Fire Bow"},"west":{"uv":[2,0,5,1],"texture":"#Fire Bow"},"up":{"uv":[2,0,5,1],"texture":"#Fire Bow"},"down":{"uv":[2,0,5,1],"texture":"#Fire Bow"}}},{"from":[9.5,1.5625,5.375],"to":[10,2.0625,7.375],"rotation":{"angle":22.5,"axis":"x","origin":[9.5,2.0625,5.375]},"faces":{"north":{"uv":[15,11,16,12.5],"rotation":90,"texture":"#Fire Bow"},"east":{"uv":[14,11,15,15],"rotation":90,"texture":"#Fire Bow"},"south":{"uv":[13,11,14,12.5],"rotation":90,"texture":"#Fire Bow"},"west":{"uv":[14,11,15,15],"rotation":90,"texture":"#Fire Bow"},"up":{"uv":[14,11,15,15],"rotation":180,"texture":"#Fire Bow"},"down":{"uv":[14,11,15,15],"texture":"#Fire Bow"}}},{"from":[9.51,14.375,6],"to":[9.99,14.875,7],"faces":{"north":{"uv":[4,0,4.5,1],"texture":"#Fire Bow"},"east":{"uv":[3.5,0,4,1],"texture":"#Fire Bow"},"south":{"uv":[4,0,4.5,1],"texture":"#Fire Bow"},"west":{"uv":[3.5,0,4,1],"texture":"#Fire Bow"},"up":{"uv":[3,0,3.5,0.5],"texture":"#Fire Bow"},"down":{"uv":[3,0,3.5,0.5],"texture":"#Fire Bow"}}},{"from":[9.51,14.5,6.6875],"to":[9.99,15.125,7.8125],"rotation":{"angle":22.5,"axis":"x","origin":[9.51,15.125,6.6875]},"faces":{"north":{"uv":[3,0,3.5,1],"texture":"#Fire Bow"},"east":{"uv":[4,0,4.5,1],"texture":"#Fire Bow"},"south":{"uv":[3,0,3.5,1],"texture":"#Fire Bow"},"west":{"uv":[4,0,4.5,1],"texture":"#Fire Bow"},"up":{"uv":[3,0,3.5,0.5],"texture":"#Fire Bow"},"down":{"uv":[3,0,3.5,0.5],"texture":"#Fire Bow"}}},{"from":[9.51,12.5625,7.75],"to":[9.99,13.5625,8.25],"faces":{"north":{"uv":[10.5,0,11,1],"texture":"#Fire Bow"},"east":{"uv":[10.5,0,11,1],"texture":"#Fire Bow"},"south":{"uv":[10.5,0,11,1],"texture":"#Fire Bow"},"west":{"uv":[10.5,0,11,1],"texture":"#Fire Bow"},"up":{"uv":[11,0,11.5,0.5],"texture":"#Fire Bow"},"down":{"uv":[11,0,11.5,0.5],"texture":"#Fire Bow"}}},{"from":[9.51,12.0625,8.0625],"to":[9.99,13.0625,8.5625],"rotation":{"angle":45,"axis":"x","origin":[9.51,13.0625,8.0625]},"faces":{"north":{"uv":[10,0,10.5,1],"texture":"#Fire Bow"},"east":{"uv":[10.5,0,11,1],"texture":"#Fire Bow"},"south":{"uv":[10,0,10.5,1],"texture":"#Fire Bow"},"west":{"uv":[10.5,0,11,1],"texture":"#Fire Bow"},"up":{"uv":[10.5,0,11,0.5],"texture":"#Fire Bow"},"down":{"uv":[10.5,0,11,0.5],"texture":"#Fire Bow"}}},{"from":[9.51,11.625,7.3125],"to":[9.99,12.3125,8.25],"rotation":{"angle":-22.5,"axis":"x","origin":[9.51,12.3125,7.3125]},"faces":{"north":{"uv":[10.5,0,11,0.5],"texture":"#Fire Bow"},"east":{"uv":[10.5,0,11.5,0.5],"texture":"#Fire Bow"},"south":{"uv":[10.5,0,11,0.5],"texture":"#Fire Bow"},"west":{"uv":[10.5,0,11.5,0.5],"texture":"#Fire Bow"},"up":{"uv":[10.5,0,11,1],"texture":"#Fire Bow"},"down":{"uv":[10.5,0,11,1],"texture":"#Fire Bow"}}},{"from":[9.5,7.3125,7.5625],"to":[10,11.6875,8.4375],"rotation":{"angle":-22.5,"axis":"x","origin":[9.5,11.6875,7.5625]},"faces":{"north":{"uv":[13,2,14,14.5],"texture":"#Fire Bow"},"east":{"uv":[13,2,15,14.5],"texture":"#Fire Bow"},"south":{"uv":[15,2,16,14.5],"texture":"#Fire Bow"},"west":{"uv":[13,2,15,14.5],"texture":"#Fire Bow"},"up":{"uv":[9.5,9.1875,10,10],"texture":"#Fire Bow"},"down":{"uv":[6.5,10,6,9.1875],"texture":"#Fire Bow"}}},{"from":[9.5,3.875,9.3125],"to":[10,8.375,10.125],"rotation":{"angle":22.5,"axis":"x","origin":[9.5,8.375,9.3125]},"faces":{"north":{"uv":[13,3.5,14,16],"texture":"#Fire Bow"},"east":{"uv":[14,3.5,16,16],"texture":"#Fire Bow"},"south":{"uv":[15,3.5,16,16],"texture":"#Fire Bow"},"west":{"uv":[14,3.5,16,16],"texture":"#Fire Bow"},"up":{"uv":[0,8,0,9],"texture":"#Fire Bow"},"down":{"uv":[16,9,16,8],"texture":"#Fire Bow"}}},{"from":[9.51,1.3125,5.9375],"to":[9.99,1.8125,6.9375],"faces":{"north":{"uv":[14,12.5,14.4375,13],"texture":"#Fire Bow"},"east":{"uv":[14,12.5,15,13],"texture":"#Fire Bow"},"south":{"uv":[14,12.5,14.4375,13],"texture":"#Fire Bow"},"west":{"uv":[14,12.5,15,13],"texture":"#Fire Bow"},"up":{"uv":[14,11.5,14.4375,12.5],"texture":"#Fire Bow"},"down":{"uv":[14,11.5,14.4375,12.5],"texture":"#Fire Bow"}}},{"from":[9.51,1,6.4375],"to":[9.99,1.75,7.5],"rotation":{"angle":-22.5,"axis":"x","origin":[9.51,1.75,6.4375]},"faces":{"north":{"uv":[14,12.5,14.5,13],"texture":"#Fire Bow"},"east":{"uv":[14,11.5,15,12],"texture":"#Fire Bow"},"south":{"uv":[14,12.5,14.5,13],"texture":"#Fire Bow"},"west":{"uv":[14,11.5,15,12],"texture":"#Fire Bow"},"up":{"uv":[14,12,14.5,13],"texture":"#Fire Bow"},"down":{"uv":[14,12,14.5,13],"texture":"#Fire Bow"}}},{"from":[9.51,1.3125,7],"to":[9.99,1.8125,8],"rotation":{"angle":-45,"axis":"x","origin":[9.51,1.8125,7]},"faces":{"north":{"uv":[14.5,12,15,12.5],"texture":"#Fire Bow"},"east":{"uv":[14,12.5,15,13],"texture":"#Fire Bow"},"south":{"uv":[14.5,12,15,12.5],"texture":"#Fire Bow"},"west":{"uv":[14,12.5,15,13],"texture":"#Fire Bow"},"up":{"uv":[14,11.5,14.5,12.5],"texture":"#Fire Bow"},"down":{"uv":[14,11.5,14.5,12.5],"texture":"#Fire Bow"}}},{"from":[9.51,2.6875,7.8125],"to":[9.99,3.6875,8.1875],"faces":{"north":{"uv":[14.5,3.5,14.9375,4.5],"texture":"#Fire Bow"},"east":{"uv":[14,4,14.5,5],"texture":"#Fire Bow"},"south":{"uv":[14.5,3.5,14.9375,4.5],"texture":"#Fire Bow"},"west":{"uv":[14,4,14.5,5],"texture":"#Fire Bow"},"up":{"uv":[14,3.5,14.4375,4],"texture":"#Fire Bow"},"down":{"uv":[14,3.5,14.4375,4],"texture":"#Fire Bow"}}},{"from":[9.51,3.1875,7.625],"to":[9.99,4.1875,8.1875],"rotation":{"angle":-22.5,"axis":"x","origin":[9.51,4.1875,7.625]},"faces":{"north":{"uv":[14,3,14.5,4],"texture":"#Fire Bow"},"east":{"uv":[14.5,3.5,15,4.5],"texture":"#Fire Bow"},"south":{"uv":[14,3,14.5,4],"texture":"#Fire Bow"},"west":{"uv":[14.5,3.5,15,4.5],"texture":"#Fire Bow"},"up":{"uv":[14.5,4,15,4.5],"texture":"#Fire Bow"},"down":{"uv":[14.5,4,15,4.5],"texture":"#Fire Bow"}}},{"from":[9.01,8.1875,7.9375],"to":[10.49,8.6875,10.4375],"rotation":{"angle":-22.5,"axis":"x","origin":[9.01,8.6875,7.9375]},"faces":{"north":{"uv":[16,7,16,7.5],"texture":"#Fire Bow"},"east":{"uv":[12,8,7,9],"texture":"#Fire Bow"},"south":{"uv":[0,7,0,7.5],"texture":"#Fire Bow"},"west":{"uv":[7,8,12,9],"texture":"#Fire Bow"},"up":{"uv":[2,10,5,6],"texture":"#Fire Bow"},"down":{"uv":[2,6,5,10],"texture":"#Fire Bow"}}},{"from":[9.01,7.3125,8.0625],"to":[10.49,7.8125,10.5625],"rotation":{"angle":22.5,"axis":"x","origin":[9.01,7.8125,8.0625]},"faces":{"north":{"uv":[5.5,8.5,7,9],"texture":"#Fire Bow"},"east":{"uv":[11,14,7,15],"texture":"#Fire Bow"},"south":{"uv":[9,8.5,10.5,9],"texture":"#Fire Bow"},"west":{"uv":[7,14,11,15],"texture":"#Fire Bow"},"up":{"uv":[9,7.5,10.5,9.5],"texture":"#Fire Bow"},"down":{"uv":[7,9.5,5.5,7.5],"texture":"#Fire Bow"}}},{"from":[9.25,6.4625,8.9375],"to":[10.25,8.0625,10.5375],"rotation":{"angle":-45,"axis":"x","origin":[9.25,8.0625,8.9375]},"faces":{"north":{"uv":[13,11,14,14],"texture":"#Fire Bow"},"east":{"uv":[13,0,16,3],"texture":"#Fire Bow"},"south":{"uv":[15,12,16,15],"texture":"#Fire Bow"},"west":{"uv":[13,0,16,3],"texture":"#Fire Bow"},"up":{"uv":[14,3,15,6],"texture":"#Fire Bow"},"down":{"uv":[13,0,14,3],"texture":"#Fire Bow"}}},{"from":[9.02,7.0625,8.125],"to":[10.48,8.0625,9.125],"rotation":{"angle":-45,"axis":"x","origin":[9.02,8.0625,8.125]},"faces":{"north":{"uv":[16,6.5,16,7.5],"texture":"#Fire Bow"},"east":{"uv":[5,3,7,5],"texture":"#Fire Bow"},"south":{"uv":[0,6.5,0,7.5],"texture":"#Fire Bow"},"west":{"uv":[5,3,7,5],"texture":"#Fire Bow"},"up":{"uv":[0,5.5,0,6.5],"texture":"#Fire Bow"},"down":{"uv":[16,6.5,16,5.5],"texture":"#Fire Bow"}}},{"from":[9.03,7.6775,7.9375],"to":[10.47,8.6775,8.9375],"rotation":{"angle":-22.5,"axis":"x","origin":[9.03,8.6775,7.9375]},"faces":{"north":{"uv":[9,7,10,8],"texture":"#Fire Bow"},"east":{"uv":[8.5,7.5,9.5,8.5],"texture":"#Fire Bow"},"south":{"uv":[9,7,10,8],"texture":"#Fire Bow"},"west":{"uv":[6.5,7.5,7.5,8.5],"texture":"#Fire Bow"},"up":{"uv":[9,7,10,8],"texture":"#Fire Bow"},"down":{"uv":[9,7,10,8],"texture":"#Fire Bow"}}},{"from":[9.03,7.3125,8.1875],"to":[10.47,8.3125,9.1875],"rotation":{"angle":22.5,"axis":"x","origin":[9.03,8.3125,8.1875]},"faces":{"north":{"uv":[11,5.5,11.5,6.5],"texture":"#Fire Bow"},"east":{"uv":[9,7,10,8],"texture":"#Fire Bow"},"south":{"uv":[11,5.5,11.5,6.5],"texture":"#Fire Bow"},"west":{"uv":[6,7,7,8],"texture":"#Fire Bow"},"up":{"uv":[10.5,6,11,7],"texture":"#Fire Bow"},"down":{"uv":[10.5,6,11,7],"texture":"#Fire Bow"}}},{"from":[9.26,7.5,8.75],"to":[10.24,8.5,10.25],"rotation":{"angle":-22.5,"axis":"x","origin":[9.26,8.5,8.75]},"faces":{"north":{"uv":[5.75,7,6.75,8],"texture":"#Fire Bow"},"east":{"uv":[13,8,16,10],"texture":"#Fire Bow"},"south":{"uv":[9.25,7,10.25,8],"texture":"#Fire Bow"},"west":{"uv":[13,8,16,10],"texture":"#Fire Bow"},"up":{"uv":[9.25,8.9375,10.25,10.4375],"texture":"#Fire Bow"},"down":{"uv":[6.75,10.4375,5.75,8.9375],"texture":"#Fire Bow"}}},{"from":[9.26,7.5,9.125],"to":[10.24,8.625,10.625],"rotation":{"angle":22.5,"axis":"x","origin":[9.26,8.625,9.125]},"faces":{"north":{"uv":[16,7.5,16,8.5],"texture":"#Fire Bow"},"east":{"uv":[13,3,16,5],"texture":"#Fire Bow"},"south":{"uv":[0,7.5,0,8.5],"texture":"#Fire Bow"},"west":{"uv":[13,3,16,5],"texture":"#Fire Bow"},"up":{"uv":[0,3.5,0,5],"texture":"#Fire Bow"},"down":{"uv":[16,5,16,3.5],"texture":"#Fire Bow"}}},{"from":[9.695,1.625,5.1875],"to":[9.795,14.5625,5.625],"faces":{"north":{"uv":[0,1,11,2],"rotation":90,"texture":"#Fire Bow"},"east":{"uv":[0,1,11,2],"rotation":90,"texture":"#Fire Bow"},"south":{"uv":[0,1,11,2],"rotation":90,"texture":"#Fire Bow"},"west":{"uv":[0,1,11,2],"rotation":90,"texture":"#Fire Bow"},"up":{"uv":[0,0,0.5,0.5],"texture":"#Fire Bow"},"down":{"uv":[0,0,0.5,0.5],"texture":"#Fire Bow"}}},{"from":[9,7.0625,9.5],"to":[10.5,8.0625,10.5],"rotation":{"angle":-45,"axis":"x","origin":[9,8.0625,9.5]},"faces":{"north":{"uv":[14,5.5,15,6.5],"texture":"#Fire Bow"},"east":{"uv":[0,0,16,16],"rotation":90,"texture":"#fire_gem1"},"south":{"uv":[14,5.5,15,6.5],"texture":"#Fire Bow"},"west":{"uv":[0,0,16,16],"rotation":180,"texture":"#fire_gem1"},"up":{"uv":[14,6,15,7],"texture":"#Fire Bow"},"down":{"uv":[14,6,15,7],"texture":"#Fire Bow"}}},{"from":[9.6875,8.0625,3.6875],"to":[9.75,14.5625,5.6875],"rotation":{"angle":0,"axis":"y","origin":[8,8,8.5]},"faces":{"east":{"uv":[16,0,8,16],"texture":"#fire_string"},"west":{"uv":[8,0,16,16],"texture":"#fire_string"}}},{"from":[9.6875,1.5625,3.6875],"to":[9.75,8.0625,5.6875],"rotation":{"angle":0,"axis":"y","origin":[8,1.5,8.5]},"faces":{"east":{"uv":[16,16,8,0],"texture":"#fire_string"},"west":{"uv":[8,16,16,0],"texture":"#fire_string"}}},{"from":[9.6875,8.0625,5.125],"to":[9.75,14.5625,7.125],"rotation":{"angle":0,"axis":"y","origin":[8,8,7.5]},"faces":{"east":{"uv":[8,0,16,16],"texture":"#fire_string"},"west":{"uv":[16,0,8,16],"texture":"#fire_string"}}},{"from":[9.6875,1.5625,5.125],"to":[9.75,8.0625,7.125],"rotation":{"angle":0,"axis":"y","origin":[8,1.5,7.5]},"faces":{"east":{"uv":[8,16,16,0],"texture":"#fire_string"},"west":{"uv":[16,16,8,0],"texture":"#fire_string"}}},{"from":[9.625,14.5,7.5],"to":[9.875,15.5,8.5],"rotation":{"angle":22.5,"axis":"x","origin":[9.625,15.5,7.5]},"faces":{"north":{"uv":[11,14,12,15],"texture":"#Fire Bow"},"east":{"uv":[11,14,13,16],"rotation":180,"texture":"#Fire Bow"},"south":{"uv":[12,14,13,16],"texture":"#Fire Bow"},"west":{"uv":[11,14,13,16],"rotation":270,"texture":"#Fire Bow"},"up":{"uv":[11,15,13,16],"rotation":90,"texture":"#Fire Bow"},"down":{"uv":[11,14,12,15],"rotation":90,"texture":"#Fire Bow"}}},{"from":[9.625,13.25,8],"to":[9.875,14.25,9],"rotation":{"angle":22.5,"axis":"x","origin":[9.625,14.25,8]},"faces":{"north":{"uv":[11,14,12,15],"texture":"#Fire Bow"},"east":{"uv":[11,14,13,16],"rotation":180,"texture":"#Fire Bow"},"south":{"uv":[12,14,13,16],"texture":"#Fire Bow"},"west":{"uv":[11,14,13,16],"rotation":270,"texture":"#Fire Bow"},"up":{"uv":[11,15,13,16],"rotation":90,"texture":"#Fire Bow"},"down":{"uv":[11,14,12,15],"rotation":90,"texture":"#Fire Bow"}}},{"from":[9.625,12,8.5],"to":[9.875,13,9.5],"rotation":{"angle":22.5,"axis":"x","origin":[9.625,13,8.5]},"faces":{"north":{"uv":[11,14,12,15],"texture":"#Fire Bow"},"east":{"uv":[11,14,13,16],"rotation":180,"texture":"#Fire Bow"},"south":{"uv":[12,14,13,16],"texture":"#Fire Bow"},"west":{"uv":[11,14,13,16],"rotation":270,"texture":"#Fire Bow"},"up":{"uv":[11,15,13,16],"rotation":90,"texture":"#Fire Bow"},"down":{"uv":[11,14,12,15],"rotation":90,"texture":"#Fire Bow"}}},{"from":[9.625,10.6875,9.0625],"to":[9.875,11.6875,10.0625],"rotation":{"angle":22.5,"axis":"x","origin":[9.625,11.6875,9.0625]},"faces":{"north":{"uv":[11,14,12,15],"texture":"#Fire Bow"},"east":{"uv":[11,14,13,16],"rotation":180,"texture":"#Fire Bow"},"south":{"uv":[12,14,13,16],"texture":"#Fire Bow"},"west":{"uv":[11,14,13,16],"rotation":270,"texture":"#Fire Bow"},"up":{"uv":[11,15,13,16],"rotation":90,"texture":"#Fire Bow"},"down":{"uv":[11,14,12,15],"rotation":90,"texture":"#Fire Bow"}}},{"from":[9.625,4.375,8.625],"to":[9.875,5.375,9.625],"rotation":{"angle":-22.5,"axis":"x","origin":[9.625,5.375,8.625]},"faces":{"north":{"uv":[11,14,12,15],"texture":"#Fire Bow"},"east":{"uv":[13,14,11,16],"texture":"#Fire Bow"},"south":{"uv":[12,14,13,16],"texture":"#Fire Bow"},"west":{"uv":[11,14,13,16],"texture":"#Fire Bow"},"up":{"uv":[11,14,12,15],"rotation":90,"texture":"#Fire Bow"},"down":{"uv":[13,15,11,16],"rotation":90,"texture":"#Fire Bow"}}},{"from":[9.625,5.6875,9.1875],"to":[9.875,6.6875,10.1875],"rotation":{"angle":-22.5,"axis":"x","origin":[9.625,6.6875,9.1875]},"faces":{"north":{"uv":[11,14,12,15],"texture":"#Fire Bow"},"east":{"uv":[13,14,11,16],"texture":"#Fire Bow"},"south":{"uv":[12,14,13,16],"texture":"#Fire Bow"},"west":{"uv":[11,14,13,16],"texture":"#Fire Bow"},"up":{"uv":[11,14,12,15],"rotation":90,"texture":"#Fire Bow"},"down":{"uv":[13,15,11,16],"rotation":90,"texture":"#Fire Bow"}}},{"from":[9.625,9.375,9.5625],"to":[9.875,10.375,10.5625],"rotation":{"angle":22.5,"axis":"x","origin":[9.625,10.375,9.5625]},"faces":{"north":{"uv":[11,14,12,15],"texture":"#Fire Bow"},"east":{"uv":[11,14,13,16],"rotation":180,"texture":"#Fire Bow"},"south":{"uv":[12,14,13,16],"texture":"#Fire Bow"},"west":{"uv":[11,14,13,16],"rotation":270,"texture":"#Fire Bow"},"up":{"uv":[11,15,13,16],"rotation":90,"texture":"#Fire Bow"},"down":{"uv":[11,14,12,15],"rotation":90,"texture":"#Fire Bow"}}},{"from":[9.625,3.125,8.125],"to":[9.875,4.125,9.125],"rotation":{"angle":-22.5,"axis":"x","origin":[9.625,4.125,8.125]},"faces":{"north":{"uv":[11,14,12,15],"texture":"#Fire Bow"},"east":{"uv":[13,14,11,16],"texture":"#Fire Bow"},"south":{"uv":[12,14,13,16],"texture":"#Fire Bow"},"west":{"uv":[11,14,13,16],"texture":"#Fire Bow"},"up":{"uv":[11,14,12,15],"rotation":90,"texture":"#Fire Bow"},"down":{"uv":[13,15,11,16],"rotation":90,"texture":"#Fire Bow"}}},{"from":[9.625,1.875,7.625],"to":[9.875,2.875,8.625],"rotation":{"angle":-22.5,"axis":"x","origin":[9.625,2.875,7.625]},"faces":{"north":{"uv":[11,14,12,15],"texture":"#Fire Bow"},"east":{"uv":[13,14,11,16],"texture":"#Fire Bow"},"south":{"uv":[12,14,13,16],"texture":"#Fire Bow"},"west":{"uv":[11,14,13,16],"texture":"#Fire Bow"},"up":{"uv":[11,14,12,15],"rotation":90,"texture":"#Fire Bow"},"down":{"uv":[13,15,11,16],"rotation":90,"texture":"#Fire Bow"}}},{"from":[9.625,0.625,7.125],"to":[9.875,1.625,8.125],"rotation":{"angle":-22.5,"axis":"x","origin":[9.625,1.625,7.125]},"faces":{"north":{"uv":[11,14,12,15],"texture":"#Fire Bow"},"east":{"uv":[13,14,11,16],"texture":"#Fire Bow"},"south":{"uv":[12,14,13,16],"texture":"#Fire Bow"},"west":{"uv":[11,14,13,16],"texture":"#Fire Bow"},"up":{"uv":[11,14,12,15],"rotation":90,"texture":"#Fire Bow"},"down":{"uv":[13,15,11,16],"rotation":90,"texture":"#Fire Bow"}}}],"display":{"thirdperson_righthand":{"rotation":[0,180,0],"translation":[3.21,-1.7,1.32],"scale":[2,2,2]},"thirdperson_lefthand":{"rotation":[0,180,0],"translation":[-3.21,-1.7,1.32],"scale":[2,2,2]},"firstperson_righthand":{"rotation":[10,-180,0],"translation":[2,4,0]},"firstperson_lefthand":{"rotation":[10,-180,0],"translation":[-1.5,4,0]},"ground":{"rotation":[45,45,0],"translation":[0,5.5,0],"scale":[0.8,0.8,0.8]},"gui":{"rotation":[60,50,-60],"translation":[-1.5,1.25,0],"scale":[1.2,1.2,-1.2]},"fixed":{"rotation":[90,120,-90],"translation":[1,0,1.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/archer/bow_fire_c.json b/assets/minecraft/models/item/wynn/weapon/archer/bow_fire_c.json new file mode 100644 index 000000000..6c5e9c0b2 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/archer/bow_fire_c.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"Fire Bow":"wynn/weapon/archer/fire_tier_all","fire_gem1":"wynn/weapon/anim/fire_core","fire_string":"wynn/weapon/anim/fire_blade_flamelicks"},"elements":[{"from":[9.5,7.3125,7],"to":[10,15.3125,7.5],"rotation":{"angle":-22.5,"axis":"x","origin":[9.5,15.3125,7]},"faces":{"north":{"uv":[13,0,14,16],"texture":"#Fire Bow"},"east":{"uv":[14,0,15,16],"texture":"#Fire Bow"},"south":{"uv":[15,0,16,16],"texture":"#Fire Bow"},"west":{"uv":[14,0,15,16],"texture":"#Fire Bow"},"up":{"uv":[3.5,0.5,4,1],"texture":"#Fire Bow"},"down":{"uv":[3.5,0.5,4,1],"texture":"#Fire Bow"}}},{"from":[9.5,0.25,10.0625],"to":[10,8.25,10.5625],"rotation":{"angle":22.5,"axis":"x","origin":[9.5,8.25,10.0625]},"faces":{"north":{"uv":[15,0,16,16],"texture":"#Fire Bow"},"east":{"uv":[14,0,15,16],"texture":"#Fire Bow"},"south":{"uv":[13,0,14,16],"texture":"#Fire Bow"},"west":{"uv":[14,0,15,16],"texture":"#Fire Bow"},"up":{"uv":[13,11,13.5,9.5],"texture":"#Fire Bow"},"down":{"uv":[15.5,9.5,16,8],"texture":"#Fire Bow"}}},{"from":[9.5,14.0625,5.1875],"to":[10,14.5625,7.1875],"rotation":{"angle":-22.5,"axis":"x","origin":[9.5,14.5625,5.1875]},"faces":{"north":{"uv":[6,0.5,6.5,1],"texture":"#Fire Bow"},"east":{"uv":[2,0,5,1],"texture":"#Fire Bow"},"south":{"uv":[9.5,0.5,10,1],"texture":"#Fire Bow"},"west":{"uv":[2,0,5,1],"texture":"#Fire Bow"},"up":{"uv":[2,0,5,1],"texture":"#Fire Bow"},"down":{"uv":[2,0,5,1],"texture":"#Fire Bow"}}},{"from":[9.5,1.5625,5.375],"to":[10,2.0625,7.375],"rotation":{"angle":22.5,"axis":"x","origin":[9.5,2.0625,5.375]},"faces":{"north":{"uv":[15,11,16,12.5],"rotation":90,"texture":"#Fire Bow"},"east":{"uv":[14,11,15,15],"rotation":90,"texture":"#Fire Bow"},"south":{"uv":[13,11,14,12.5],"rotation":90,"texture":"#Fire Bow"},"west":{"uv":[14,11,15,15],"rotation":90,"texture":"#Fire Bow"},"up":{"uv":[14,11,15,15],"rotation":180,"texture":"#Fire Bow"},"down":{"uv":[14,11,15,15],"texture":"#Fire Bow"}}},{"from":[9.51,14.375,6],"to":[9.99,14.875,7],"faces":{"north":{"uv":[4,0,4.5,1],"texture":"#Fire Bow"},"east":{"uv":[3.5,0,4,1],"texture":"#Fire Bow"},"south":{"uv":[4,0,4.5,1],"texture":"#Fire Bow"},"west":{"uv":[3.5,0,4,1],"texture":"#Fire Bow"},"up":{"uv":[3,0,3.5,0.5],"texture":"#Fire Bow"},"down":{"uv":[3,0,3.5,0.5],"texture":"#Fire Bow"}}},{"from":[9.51,14.5,6.6875],"to":[9.99,15.125,7.8125],"rotation":{"angle":22.5,"axis":"x","origin":[9.51,15.125,6.6875]},"faces":{"north":{"uv":[3,0,3.5,1],"texture":"#Fire Bow"},"east":{"uv":[4,0,4.5,1],"texture":"#Fire Bow"},"south":{"uv":[3,0,3.5,1],"texture":"#Fire Bow"},"west":{"uv":[4,0,4.5,1],"texture":"#Fire Bow"},"up":{"uv":[3,0,3.5,0.5],"texture":"#Fire Bow"},"down":{"uv":[3,0,3.5,0.5],"texture":"#Fire Bow"}}},{"from":[9.51,12.5625,7.75],"to":[9.99,13.5625,8.25],"faces":{"north":{"uv":[10.5,0,11,1],"texture":"#Fire Bow"},"east":{"uv":[10.5,0,11,1],"texture":"#Fire Bow"},"south":{"uv":[10.5,0,11,1],"texture":"#Fire Bow"},"west":{"uv":[10.5,0,11,1],"texture":"#Fire Bow"},"up":{"uv":[11,0,11.5,0.5],"texture":"#Fire Bow"},"down":{"uv":[11,0,11.5,0.5],"texture":"#Fire Bow"}}},{"from":[9.51,12.0625,8.0625],"to":[9.99,13.0625,8.5625],"rotation":{"angle":45,"axis":"x","origin":[9.51,13.0625,8.0625]},"faces":{"north":{"uv":[10,0,10.5,1],"texture":"#Fire Bow"},"east":{"uv":[10.5,0,11,1],"texture":"#Fire Bow"},"south":{"uv":[10,0,10.5,1],"texture":"#Fire Bow"},"west":{"uv":[10.5,0,11,1],"texture":"#Fire Bow"},"up":{"uv":[10.5,0,11,0.5],"texture":"#Fire Bow"},"down":{"uv":[10.5,0,11,0.5],"texture":"#Fire Bow"}}},{"from":[9.51,11.625,7.3125],"to":[9.99,12.3125,8.25],"rotation":{"angle":-22.5,"axis":"x","origin":[9.51,12.3125,7.3125]},"faces":{"north":{"uv":[10.5,0,11,0.5],"texture":"#Fire Bow"},"east":{"uv":[10.5,0,11.5,0.5],"texture":"#Fire Bow"},"south":{"uv":[10.5,0,11,0.5],"texture":"#Fire Bow"},"west":{"uv":[10.5,0,11.5,0.5],"texture":"#Fire Bow"},"up":{"uv":[10.5,0,11,1],"texture":"#Fire Bow"},"down":{"uv":[10.5,0,11,1],"texture":"#Fire Bow"}}},{"from":[9.5,7.3125,7.5625],"to":[10,11.6875,8.4375],"rotation":{"angle":-22.5,"axis":"x","origin":[9.5,11.6875,7.5625]},"faces":{"north":{"uv":[13,2,14,14.5],"texture":"#Fire Bow"},"east":{"uv":[13,2,15,14.5],"texture":"#Fire Bow"},"south":{"uv":[15,2,16,14.5],"texture":"#Fire Bow"},"west":{"uv":[13,2,15,14.5],"texture":"#Fire Bow"},"up":{"uv":[9.5,9.1875,10,10],"texture":"#Fire Bow"},"down":{"uv":[6.5,10,6,9.1875],"texture":"#Fire Bow"}}},{"from":[9.5,3.875,9.3125],"to":[10,8.375,10.125],"rotation":{"angle":22.5,"axis":"x","origin":[9.5,8.375,9.3125]},"faces":{"north":{"uv":[13,3.5,14,16],"texture":"#Fire Bow"},"east":{"uv":[14,3.5,16,16],"texture":"#Fire Bow"},"south":{"uv":[15,3.5,16,16],"texture":"#Fire Bow"},"west":{"uv":[14,3.5,16,16],"texture":"#Fire Bow"},"up":{"uv":[0,8,0,9],"texture":"#Fire Bow"},"down":{"uv":[16,9,16,8],"texture":"#Fire Bow"}}},{"from":[9.51,1.3125,5.9375],"to":[9.99,1.8125,6.9375],"faces":{"north":{"uv":[14,12.5,14.4375,13],"texture":"#Fire Bow"},"east":{"uv":[14,12.5,15,13],"texture":"#Fire Bow"},"south":{"uv":[14,12.5,14.4375,13],"texture":"#Fire Bow"},"west":{"uv":[14,12.5,15,13],"texture":"#Fire Bow"},"up":{"uv":[14,11.5,14.4375,12.5],"texture":"#Fire Bow"},"down":{"uv":[14,11.5,14.4375,12.5],"texture":"#Fire Bow"}}},{"from":[9.51,1,6.4375],"to":[9.99,1.75,7.5],"rotation":{"angle":-22.5,"axis":"x","origin":[9.51,1.75,6.4375]},"faces":{"north":{"uv":[14,12.5,14.5,13],"texture":"#Fire Bow"},"east":{"uv":[14,11.5,15,12],"texture":"#Fire Bow"},"south":{"uv":[14,12.5,14.5,13],"texture":"#Fire Bow"},"west":{"uv":[14,11.5,15,12],"texture":"#Fire Bow"},"up":{"uv":[14,12,14.5,13],"texture":"#Fire Bow"},"down":{"uv":[14,12,14.5,13],"texture":"#Fire Bow"}}},{"from":[9.51,1.3125,7],"to":[9.99,1.8125,8],"rotation":{"angle":-45,"axis":"x","origin":[9.51,1.8125,7]},"faces":{"north":{"uv":[14.5,12,15,12.5],"texture":"#Fire Bow"},"east":{"uv":[14,12.5,15,13],"texture":"#Fire Bow"},"south":{"uv":[14.5,12,15,12.5],"texture":"#Fire Bow"},"west":{"uv":[14,12.5,15,13],"texture":"#Fire Bow"},"up":{"uv":[14,11.5,14.5,12.5],"texture":"#Fire Bow"},"down":{"uv":[14,11.5,14.5,12.5],"texture":"#Fire Bow"}}},{"from":[9.51,2.6875,7.8125],"to":[9.99,3.6875,8.1875],"faces":{"north":{"uv":[14.5,3.5,14.9375,4.5],"texture":"#Fire Bow"},"east":{"uv":[14,4,14.5,5],"texture":"#Fire Bow"},"south":{"uv":[14.5,3.5,14.9375,4.5],"texture":"#Fire Bow"},"west":{"uv":[14,4,14.5,5],"texture":"#Fire Bow"},"up":{"uv":[14,3.5,14.4375,4],"texture":"#Fire Bow"},"down":{"uv":[14,3.5,14.4375,4],"texture":"#Fire Bow"}}},{"from":[9.51,3.1875,7.625],"to":[9.99,4.1875,8.1875],"rotation":{"angle":-22.5,"axis":"x","origin":[9.51,4.1875,7.625]},"faces":{"north":{"uv":[14,3,14.5,4],"texture":"#Fire Bow"},"east":{"uv":[14.5,3.5,15,4.5],"texture":"#Fire Bow"},"south":{"uv":[14,3,14.5,4],"texture":"#Fire Bow"},"west":{"uv":[14.5,3.5,15,4.5],"texture":"#Fire Bow"},"up":{"uv":[14.5,4,15,4.5],"texture":"#Fire Bow"},"down":{"uv":[14.5,4,15,4.5],"texture":"#Fire Bow"}}},{"from":[9.01,8.1875,7.9375],"to":[10.49,8.6875,10.4375],"rotation":{"angle":-22.5,"axis":"x","origin":[9.01,8.6875,7.9375]},"faces":{"north":{"uv":[16,7,16,7.5],"texture":"#Fire Bow"},"east":{"uv":[12,8,7,9],"texture":"#Fire Bow"},"south":{"uv":[0,7,0,7.5],"texture":"#Fire Bow"},"west":{"uv":[7,8,12,9],"texture":"#Fire Bow"},"up":{"uv":[2,10,5,6],"texture":"#Fire Bow"},"down":{"uv":[2,6,5,10],"texture":"#Fire Bow"}}},{"from":[9.01,7.3125,8.0625],"to":[10.49,7.8125,10.5625],"rotation":{"angle":22.5,"axis":"x","origin":[9.01,7.8125,8.0625]},"faces":{"north":{"uv":[5.5,8.5,7,9],"texture":"#Fire Bow"},"east":{"uv":[11,14,7,15],"texture":"#Fire Bow"},"south":{"uv":[9,8.5,10.5,9],"texture":"#Fire Bow"},"west":{"uv":[7,14,11,15],"texture":"#Fire Bow"},"up":{"uv":[9,7.5,10.5,9.5],"texture":"#Fire Bow"},"down":{"uv":[7,9.5,5.5,7.5],"texture":"#Fire Bow"}}},{"from":[9.25,6.4625,8.9375],"to":[10.25,8.0625,10.5375],"rotation":{"angle":-45,"axis":"x","origin":[9.25,8.0625,8.9375]},"faces":{"north":{"uv":[13,11,14,14],"texture":"#Fire Bow"},"east":{"uv":[13,0,16,3],"texture":"#Fire Bow"},"south":{"uv":[15,12,16,15],"texture":"#Fire Bow"},"west":{"uv":[13,0,16,3],"texture":"#Fire Bow"},"up":{"uv":[14,3,15,6],"texture":"#Fire Bow"},"down":{"uv":[13,0,14,3],"texture":"#Fire Bow"}}},{"from":[9.02,7.0625,8.125],"to":[10.48,8.0625,9.125],"rotation":{"angle":-45,"axis":"x","origin":[9.02,8.0625,8.125]},"faces":{"north":{"uv":[16,6.5,16,7.5],"texture":"#Fire Bow"},"east":{"uv":[5,3,7,5],"texture":"#Fire Bow"},"south":{"uv":[0,6.5,0,7.5],"texture":"#Fire Bow"},"west":{"uv":[5,3,7,5],"texture":"#Fire Bow"},"up":{"uv":[0,5.5,0,6.5],"texture":"#Fire Bow"},"down":{"uv":[16,6.5,16,5.5],"texture":"#Fire Bow"}}},{"from":[9.03,7.6775,7.9375],"to":[10.47,8.6775,8.9375],"rotation":{"angle":-22.5,"axis":"x","origin":[9.03,8.6775,7.9375]},"faces":{"north":{"uv":[9,7,10,8],"texture":"#Fire Bow"},"east":{"uv":[8.5,7.5,9.5,8.5],"texture":"#Fire Bow"},"south":{"uv":[9,7,10,8],"texture":"#Fire Bow"},"west":{"uv":[6.5,7.5,7.5,8.5],"texture":"#Fire Bow"},"up":{"uv":[9,7,10,8],"texture":"#Fire Bow"},"down":{"uv":[9,7,10,8],"texture":"#Fire Bow"}}},{"from":[9.03,7.3125,8.1875],"to":[10.47,8.3125,9.1875],"rotation":{"angle":22.5,"axis":"x","origin":[9.03,8.3125,8.1875]},"faces":{"north":{"uv":[11,5.5,11.5,6.5],"texture":"#Fire Bow"},"east":{"uv":[9,7,10,8],"texture":"#Fire Bow"},"south":{"uv":[11,5.5,11.5,6.5],"texture":"#Fire Bow"},"west":{"uv":[6,7,7,8],"texture":"#Fire Bow"},"up":{"uv":[10.5,6,11,7],"texture":"#Fire Bow"},"down":{"uv":[10.5,6,11,7],"texture":"#Fire Bow"}}},{"from":[9.26,7.5,8.75],"to":[10.24,8.5,10.25],"rotation":{"angle":-22.5,"axis":"x","origin":[9.26,8.5,8.75]},"faces":{"north":{"uv":[5.75,7,6.75,8],"texture":"#Fire Bow"},"east":{"uv":[13,8,16,10],"texture":"#Fire Bow"},"south":{"uv":[9.25,7,10.25,8],"texture":"#Fire Bow"},"west":{"uv":[13,8,16,10],"texture":"#Fire Bow"},"up":{"uv":[9.25,8.9375,10.25,10.4375],"texture":"#Fire Bow"},"down":{"uv":[6.75,10.4375,5.75,8.9375],"texture":"#Fire Bow"}}},{"from":[9.26,7.5,9.125],"to":[10.24,8.625,10.625],"rotation":{"angle":22.5,"axis":"x","origin":[9.26,8.625,9.125]},"faces":{"north":{"uv":[16,7.5,16,8.5],"texture":"#Fire Bow"},"east":{"uv":[13,3,16,5],"texture":"#Fire Bow"},"south":{"uv":[0,7.5,0,8.5],"texture":"#Fire Bow"},"west":{"uv":[13,3,16,5],"texture":"#Fire Bow"},"up":{"uv":[0,3.5,0,5],"texture":"#Fire Bow"},"down":{"uv":[16,5,16,3.5],"texture":"#Fire Bow"}}},{"from":[9.6,1.625,5.1875],"to":[9.8,14.5625,5.625],"faces":{"north":{"uv":[0,1,11,2],"rotation":90,"texture":"#Fire Bow"},"east":{"uv":[0,1,11,2],"rotation":90,"texture":"#Fire Bow"},"south":{"uv":[0,1,11,2],"rotation":90,"texture":"#Fire Bow"},"west":{"uv":[0,1,11,2],"rotation":90,"texture":"#Fire Bow"},"up":{"uv":[0,0,0.5,0.5],"texture":"#Fire Bow"},"down":{"uv":[0,0,0.5,0.5],"texture":"#Fire Bow"}}},{"from":[9,9.125,10.25],"to":[10.5,9.625,11.75],"faces":{"north":{"uv":[5.5,6.375,7,6.875],"texture":"#Fire Bow"},"east":{"uv":[8,7,5,8],"texture":"#Fire Bow"},"south":{"uv":[9,6.375,10.5,6.875],"texture":"#Fire Bow"},"west":{"uv":[5,7,8,8],"texture":"#Fire Bow"},"up":{"uv":[10,7,13,10],"texture":"#Fire Bow"},"down":{"uv":[10,7,13,10],"texture":"#Fire Bow"}}},{"from":[9,6.375,10.1875],"to":[10.5,6.875,11.6875],"faces":{"north":{"uv":[5.5,9.125,7,9.625],"texture":"#Fire Bow"},"east":{"uv":[12,7,9,8],"texture":"#Fire Bow"},"south":{"uv":[9,9.125,10.5,9.625],"texture":"#Fire Bow"},"west":{"uv":[9,7,12,8],"texture":"#Fire Bow"},"up":{"uv":[9,7,12,9],"texture":"#Fire Bow"},"down":{"uv":[9,7,12,9],"texture":"#Fire Bow"}}},{"from":[7.5,8.5,11.5],"to":[12,10.5,12],"faces":{"north":{"uv":[1,3,10,7],"texture":"#Fire Bow"},"east":{"uv":[4,5.5,4.5,7.5],"texture":"#Fire Bow"},"south":{"uv":[1,3,10,7],"texture":"#Fire Bow"},"west":{"uv":[11.5,5.5,12,7.5],"texture":"#Fire Bow"},"up":{"uv":[7.5,11.5,12,12],"texture":"#Fire Bow"},"down":{"uv":[8.5,12,4,11.5],"texture":"#Fire Bow"}}},{"from":[8,10.5,11.5],"to":[11.5,11,12],"faces":{"north":{"uv":[2,2,9,3],"texture":"#Fire Bow"},"east":{"uv":[10,2,11,3],"texture":"#Fire Bow"},"south":{"uv":[2,2,9,3],"texture":"#Fire Bow"},"west":{"uv":[2,2,3,3],"texture":"#Fire Bow"},"up":{"uv":[2,2,9,3],"texture":"#Fire Bow"},"down":{"uv":[2,2,9,3],"texture":"#Fire Bow"}}},{"from":[7,6,11.5],"to":[7.5,10,12],"faces":{"north":{"uv":[0,4,1,12],"texture":"#Fire Bow"},"east":{"uv":[4,6,4.5,10],"texture":"#Fire Bow"},"south":{"uv":[0,4,1,12],"texture":"#Fire Bow"},"west":{"uv":[11.5,6,12,10],"texture":"#Fire Bow"},"up":{"uv":[7,11.5,7.5,12],"texture":"#Fire Bow"},"down":{"uv":[9,12,8.5,11.5],"texture":"#Fire Bow"}}},{"from":[12,8.5,11.5],"to":[12.5,10,12],"faces":{"north":{"uv":[3.5,6,4,7.5],"texture":"#Fire Bow"},"east":{"uv":[4,6,4.5,7.5],"texture":"#Fire Bow"},"south":{"uv":[12,6,12.5,7.5],"texture":"#Fire Bow"},"west":{"uv":[11.5,6,12,7.5],"texture":"#Fire Bow"},"up":{"uv":[12,11.5,12.5,12],"texture":"#Fire Bow"},"down":{"uv":[4,12,3.5,11.5],"texture":"#Fire Bow"}}},{"from":[8,5,11.5],"to":[11.5,5.5,12],"faces":{"north":{"uv":[4.5,10.5,8,11],"texture":"#Fire Bow"},"east":{"uv":[4,10.5,4.5,11],"texture":"#Fire Bow"},"south":{"uv":[8,10.5,11.5,11],"texture":"#Fire Bow"},"west":{"uv":[11.5,10.5,12,11],"texture":"#Fire Bow"},"up":{"uv":[8,11.5,11.5,12],"texture":"#Fire Bow"},"down":{"uv":[8,12,4.5,11.5],"texture":"#Fire Bow"}}},{"from":[12,6,11.5],"to":[12.5,7.5,12],"faces":{"north":{"uv":[3.5,8.5,4,10],"texture":"#Fire Bow"},"east":{"uv":[4,8.5,4.5,10],"texture":"#Fire Bow"},"south":{"uv":[12,8.5,12.5,10],"texture":"#Fire Bow"},"west":{"uv":[11.5,8.5,12,10],"texture":"#Fire Bow"},"up":{"uv":[12,11.5,12.5,12],"texture":"#Fire Bow"},"down":{"uv":[4,12,3.5,11.5],"texture":"#Fire Bow"}}},{"from":[7.5,5.5,11.5],"to":[12,7.5,12],"faces":{"north":{"uv":[1,9,10,13],"texture":"#Fire Bow"},"east":{"uv":[4,8.5,4.5,10.5],"texture":"#Fire Bow"},"south":{"uv":[1,9,10,13],"texture":"#Fire Bow"},"west":{"uv":[11.5,8.5,12,10.5],"texture":"#Fire Bow"},"up":{"uv":[7.5,11.5,12,12],"texture":"#Fire Bow"},"down":{"uv":[8.5,12,4,11.5],"texture":"#Fire Bow"}}},{"from":[7.5,7.5,11.5],"to":[10.5,8.5,12],"faces":{"north":{"uv":[2,7,8,9],"texture":"#Fire Bow"},"east":{"uv":[4,7.5,4.5,8.5],"texture":"#Fire Bow"},"south":{"uv":[2,7,8,9],"texture":"#Fire Bow"},"west":{"uv":[11.5,7.5,12,8.5],"texture":"#Fire Bow"},"up":{"uv":[7.5,11.5,10.5,12],"texture":"#Fire Bow"},"down":{"uv":[8.5,12,5.5,11.5],"texture":"#Fire Bow"}}},{"from":[9,7.0625,9.5],"to":[10.5,8.0625,10.5],"rotation":{"angle":-45,"axis":"x","origin":[9,8.0625,9.5]},"faces":{"north":{"uv":[14,5.5,15,6.5],"texture":"#Fire Bow"},"east":{"uv":[0,0,16,16],"rotation":90,"texture":"#fire_gem1"},"south":{"uv":[14,5.5,15,6.5],"texture":"#Fire Bow"},"west":{"uv":[0,0,16,16],"rotation":180,"texture":"#fire_gem1"},"up":{"uv":[14,6,15,7],"texture":"#Fire Bow"},"down":{"uv":[14,6,15,7],"texture":"#Fire Bow"}}},{"from":[9.6875,8.0625,3.6875],"to":[9.75,14.5625,5.6875],"rotation":{"angle":0,"axis":"y","origin":[8,8,8.5]},"faces":{"east":{"uv":[16,0,8,16],"texture":"#fire_string"},"west":{"uv":[8,0,16,16],"texture":"#fire_string"}}},{"from":[9.6875,1.5625,3.6875],"to":[9.75,8.0625,5.6875],"rotation":{"angle":0,"axis":"y","origin":[8,1.5,8.5]},"faces":{"east":{"uv":[16,16,8,0],"texture":"#fire_string"},"west":{"uv":[8,16,16,0],"texture":"#fire_string"}}},{"from":[9.6875,8.0625,5.125],"to":[9.75,14.5625,7.125],"rotation":{"angle":0,"axis":"y","origin":[8,8,7.5]},"faces":{"east":{"uv":[8,0,16,16],"texture":"#fire_string"},"west":{"uv":[16,0,8,16],"texture":"#fire_string"}}},{"from":[9.6875,1.5625,5.125],"to":[9.75,8.0625,7.125],"rotation":{"angle":0,"axis":"y","origin":[8,1.5,7.5]},"faces":{"east":{"uv":[8,16,16,0],"texture":"#fire_string"},"west":{"uv":[16,16,8,0],"texture":"#fire_string"}}},{"from":[9.625,14.5,7.5],"to":[9.875,15.5,8.5],"rotation":{"angle":22.5,"axis":"x","origin":[9.625,15.5,7.5]},"faces":{"north":{"uv":[11,14,12,15],"texture":"#Fire Bow"},"east":{"uv":[11,14,13,16],"rotation":180,"texture":"#Fire Bow"},"south":{"uv":[11,15,13,16],"rotation":270,"texture":"#Fire Bow"},"west":{"uv":[11,14,13,16],"rotation":270,"texture":"#Fire Bow"},"up":{"uv":[11,15,13,16],"rotation":90,"texture":"#Fire Bow"},"down":{"uv":[11,14,12,15],"texture":"#Fire Bow"}}},{"from":[9.625,13.25,8],"to":[9.875,14.25,9],"rotation":{"angle":22.5,"axis":"x","origin":[9.625,14.25,8]},"faces":{"north":{"uv":[11,14,12,15],"texture":"#Fire Bow"},"east":{"uv":[11,14,13,16],"rotation":180,"texture":"#Fire Bow"},"south":{"uv":[11,15,13,16],"rotation":270,"texture":"#Fire Bow"},"west":{"uv":[11,14,13,16],"rotation":270,"texture":"#Fire Bow"},"up":{"uv":[11,15,13,16],"rotation":90,"texture":"#Fire Bow"},"down":{"uv":[11,14,12,15],"texture":"#Fire Bow"}}},{"from":[9.625,12,8.5],"to":[9.875,13,9.5],"rotation":{"angle":22.5,"axis":"x","origin":[9.625,13,8.5]},"faces":{"north":{"uv":[11,14,12,15],"texture":"#Fire Bow"},"east":{"uv":[11,14,13,16],"rotation":180,"texture":"#Fire Bow"},"south":{"uv":[11,15,13,16],"rotation":270,"texture":"#Fire Bow"},"west":{"uv":[11,14,13,16],"rotation":270,"texture":"#Fire Bow"},"up":{"uv":[11,15,13,16],"rotation":90,"texture":"#Fire Bow"},"down":{"uv":[11,14,12,15],"texture":"#Fire Bow"}}},{"from":[9.625,10.6875,9.0625],"to":[9.875,11.6875,10.0625],"rotation":{"angle":22.5,"axis":"x","origin":[9.625,11.6875,9.0625]},"faces":{"north":{"uv":[11,14,12,15],"texture":"#Fire Bow"},"east":{"uv":[11,14,13,16],"rotation":180,"texture":"#Fire Bow"},"south":{"uv":[11,15,13,16],"rotation":270,"texture":"#Fire Bow"},"west":{"uv":[11,14,13,16],"rotation":270,"texture":"#Fire Bow"},"up":{"uv":[11,15,13,16],"rotation":90,"texture":"#Fire Bow"},"down":{"uv":[11,14,12,15],"texture":"#Fire Bow"}}},{"from":[9.625,4.375,8.625],"to":[9.875,5.375,9.625],"rotation":{"angle":-22.5,"axis":"x","origin":[9.625,5.375,8.625]},"faces":{"north":{"uv":[11,14,12,15],"texture":"#Fire Bow"},"east":{"uv":[11,14,13,16],"rotation":90,"texture":"#Fire Bow"},"south":{"uv":[11,15,13,16],"rotation":90,"texture":"#Fire Bow"},"west":{"uv":[11,14,13,16],"texture":"#Fire Bow"},"up":{"uv":[11,14,12,15],"rotation":90,"texture":"#Fire Bow"},"down":{"uv":[11,15,13,16],"rotation":270,"texture":"#Fire Bow"}}},{"from":[9.625,5.6875,9.1875],"to":[9.875,6.6875,10.1875],"rotation":{"angle":-22.5,"axis":"x","origin":[9.625,6.6875,9.1875]},"faces":{"north":{"uv":[11,14,12,15],"texture":"#Fire Bow"},"east":{"uv":[11,14,13,16],"rotation":90,"texture":"#Fire Bow"},"south":{"uv":[11,15,13,16],"rotation":90,"texture":"#Fire Bow"},"west":{"uv":[11,14,13,16],"texture":"#Fire Bow"},"up":{"uv":[11,14,12,15],"rotation":90,"texture":"#Fire Bow"},"down":{"uv":[11,15,13,16],"rotation":270,"texture":"#Fire Bow"}}},{"from":[9.625,9.375,9.5625],"to":[9.875,10.375,10.5625],"rotation":{"angle":22.5,"axis":"x","origin":[9.625,10.375,9.5625]},"faces":{"north":{"uv":[11,14,12,15],"texture":"#Fire Bow"},"east":{"uv":[11,14,13,16],"rotation":180,"texture":"#Fire Bow"},"south":{"uv":[11,15,13,16],"rotation":270,"texture":"#Fire Bow"},"west":{"uv":[11,14,13,16],"rotation":270,"texture":"#Fire Bow"},"up":{"uv":[11,15,13,16],"rotation":90,"texture":"#Fire Bow"},"down":{"uv":[11,14,12,15],"texture":"#Fire Bow"}}},{"from":[9.625,3.125,8.125],"to":[9.875,4.125,9.125],"rotation":{"angle":-22.5,"axis":"x","origin":[9.625,4.125,8.125]},"faces":{"north":{"uv":[11,14,12,15],"texture":"#Fire Bow"},"east":{"uv":[11,14,13,16],"rotation":90,"texture":"#Fire Bow"},"south":{"uv":[11,15,13,16],"rotation":90,"texture":"#Fire Bow"},"west":{"uv":[11,14,13,16],"texture":"#Fire Bow"},"up":{"uv":[11,14,12,15],"rotation":90,"texture":"#Fire Bow"},"down":{"uv":[11,15,13,16],"rotation":270,"texture":"#Fire Bow"}}},{"from":[9.625,1.875,7.625],"to":[9.875,2.875,8.625],"rotation":{"angle":-22.5,"axis":"x","origin":[9.625,2.875,7.625]},"faces":{"north":{"uv":[11,14,12,15],"texture":"#Fire Bow"},"east":{"uv":[11,14,13,16],"rotation":90,"texture":"#Fire Bow"},"south":{"uv":[11,15,13,16],"rotation":90,"texture":"#Fire Bow"},"west":{"uv":[11,14,13,16],"texture":"#Fire Bow"},"up":{"uv":[11,14,12,15],"rotation":90,"texture":"#Fire Bow"},"down":{"uv":[11,15,13,16],"rotation":270,"texture":"#Fire Bow"}}},{"from":[9.625,0.625,7.125],"to":[9.875,1.625,8.125],"rotation":{"angle":-22.5,"axis":"x","origin":[9.625,1.625,7.125]},"faces":{"north":{"uv":[11,14,12,15],"texture":"#Fire Bow"},"east":{"uv":[11,14,13,16],"rotation":90,"texture":"#Fire Bow"},"south":{"uv":[11,15,13,16],"rotation":90,"texture":"#Fire Bow"},"west":{"uv":[11,14,13,16],"texture":"#Fire Bow"},"up":{"uv":[11,14,12,15],"rotation":90,"texture":"#Fire Bow"},"down":{"uv":[11,15,13,16],"rotation":270,"texture":"#Fire Bow"}}}],"display":{"thirdperson_righthand":{"rotation":[0,180,0],"translation":[3.21,-1.7,2.57],"scale":[2,2,2]},"thirdperson_lefthand":{"rotation":[0,180,0],"translation":[-3.21,-1.7,2.57],"scale":[2,2,2]},"firstperson_righthand":{"rotation":[10,-180,0],"translation":[3.5,6,0],"scale":[1.25,1.25,1.25]},"firstperson_lefthand":{"rotation":[10,-180,-180],"translation":[3.25,6,0],"scale":[1.25,1.25,1.25]},"ground":{"rotation":[45,45,0],"translation":[0,5.5,0],"scale":[0.8,0.8,0.8]},"gui":{"rotation":[60,50,-60],"translation":[-1.25,1.75,0],"scale":[1.25,1.25,-1.25]},"fixed":{"rotation":[90,120,-90],"translation":[1,0,1.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/archer/bow_multi_a.json b/assets/minecraft/models/item/wynn/weapon/archer/bow_multi_a.json new file mode 100644 index 000000000..d95defd49 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/archer/bow_multi_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"texture":"wynn/weapon/archer/multi_tier_all","blade_glow":"wynn/weapon/anim/multi_color_petals"},"elements":[{"from":[4,4,7],"to":[5,9.75,8],"faces":{"north":{"uv":[6.5,12.25,7.375,15.875],"texture":"#texture"},"east":{"uv":[2.5,12.25,3.375,15.875],"texture":"#texture"},"south":{"uv":[6.5,12.25,7.375,15.875],"texture":"#texture"},"west":{"uv":[2.5,12.25,3.375,15.875],"texture":"#texture"},"up":{"uv":[3.625,13.375,4.625,14.375],"texture":"#texture"},"down":{"uv":[3.625,13.375,4.625,14.375],"texture":"#texture"}}},{"from":[5.4375,9.4375,7],"to":[6.4375,13.1875,8],"rotation":{"angle":-22.5,"axis":"z","origin":[5.4375,13.1875,7]},"faces":{"north":{"uv":[6.5,12.25,7.375,15.875],"texture":"#texture"},"east":{"uv":[2.5,12.25,3.375,15.875],"texture":"#texture"},"south":{"uv":[6.5,12.25,7.375,15.875],"texture":"#texture"},"west":{"uv":[2.5,12.25,3.375,15.875],"texture":"#texture"},"up":{"uv":[3.625,13.375,4.625,14.375],"texture":"#texture"},"down":{"uv":[3.625,13.375,4.625,14.375],"texture":"#texture"}}},{"from":[8.0625,12.0625,7],"to":[9.0625,15.8125,8],"rotation":{"angle":-45,"axis":"z","origin":[8.0625,15.8125,7]},"faces":{"north":{"uv":[6.5,12.25,7.375,15.875],"texture":"#texture"},"east":{"uv":[2.5,12.25,3.375,15.875],"texture":"#texture"},"south":{"uv":[6.5,12.25,7.375,15.875],"texture":"#texture"},"west":{"uv":[2.5,12.25,3.375,15.875],"texture":"#texture"},"up":{"uv":[3.625,13.375,4.625,14.375],"texture":"#texture"},"down":{"uv":[3.625,13.375,4.625,14.375],"texture":"#texture"}}},{"from":[4,0.25,7],"to":[5,4,8],"rotation":{"angle":22.5,"axis":"z","origin":[4,4,7]},"faces":{"north":{"uv":[6.5,12.25,7.375,15.875],"texture":"#texture"},"east":{"uv":[2.5,12.25,3.375,15.875],"texture":"#texture"},"south":{"uv":[6.5,12.25,7.375,15.875],"texture":"#texture"},"west":{"uv":[2.5,12.25,3.375,15.875],"texture":"#texture"},"up":{"uv":[3.625,13.375,4.625,14.375],"texture":"#texture"},"down":{"uv":[3.625,13.375,4.625,14.375],"texture":"#texture"}}},{"from":[5.375,-3.125,7],"to":[6.375,0.625,8],"rotation":{"angle":45,"axis":"z","origin":[5.375,0.625,7]},"faces":{"north":{"uv":[6.5,12.25,7.375,15.875],"texture":"#texture"},"east":{"uv":[2.5,12.25,3.375,15.875],"texture":"#texture"},"south":{"uv":[6.5,12.25,7.375,15.875],"texture":"#texture"},"west":{"uv":[2.5,12.25,3.375,15.875],"texture":"#texture"},"up":{"uv":[3.625,13.375,4.625,14.375],"texture":"#texture"},"down":{"uv":[3.625,13.375,4.625,14.375],"texture":"#texture"}}},{"from":[3.75,8.9375,6.75],"to":[5.375,9.9375,8.25],"faces":{"north":{"uv":[8.5,4.625,10,5.625],"texture":"#texture"},"east":{"uv":[9.375,4.75,10.875,5.75],"texture":"#texture"},"south":{"uv":[8.5,4.625,10,5.625],"texture":"#texture"},"west":{"uv":[9.375,4.75,10.875,5.75],"texture":"#texture"},"up":{"uv":[9.125,6.125,10.625,7.625],"texture":"#texture"},"down":{"uv":[9.125,6.125,10.625,7.625],"texture":"#texture"}}},{"from":[5.875,12.875,6.75],"to":[7.375,13.875,8.25],"rotation":{"angle":-45,"axis":"z","origin":[5.875,13.875,6.75]},"faces":{"north":{"uv":[2.25,8.5,3.75,9.5],"texture":"#texture"},"east":{"uv":[1.375,10,2.875,11],"texture":"#texture"},"south":{"uv":[2.25,8.5,3.75,9.5],"texture":"#texture"},"west":{"uv":[1.375,10,2.875,11],"texture":"#texture"},"up":{"uv":[2.625,8.5,4.125,10],"texture":"#texture"},"down":{"uv":[2.625,8.5,4.125,10],"texture":"#texture"}}},{"from":[3.75,4,6.75],"to":[5.375,5,8.25],"faces":{"north":{"uv":[13.875,9.75,15.375,10.75],"texture":"#texture"},"east":{"uv":[11.375,8.5,12.875,9.5],"texture":"#texture"},"south":{"uv":[13.875,9.75,15.375,10.75],"texture":"#texture"},"west":{"uv":[11.375,8.5,12.875,9.5],"texture":"#texture"},"up":{"uv":[13.25,8.375,14.75,9.875],"texture":"#texture"},"down":{"uv":[13.25,8.375,14.75,9.875],"texture":"#texture"}}},{"from":[4.8125,0.3125,6.75],"to":[6.3125,1.3125,8.25],"rotation":{"angle":22.5,"axis":"z","origin":[4.8125,1.3125,6.75]},"faces":{"north":{"uv":[7.125,9.625,8.625,10.625],"texture":"#texture"},"east":{"uv":[9.25,9.625,10.75,10.625],"texture":"#texture"},"south":{"uv":[7.125,9.625,8.625,10.625],"texture":"#texture"},"west":{"uv":[9.25,9.625,10.75,10.625],"texture":"#texture"},"up":{"uv":[7.25,8.375,8.75,9.875],"texture":"#texture"},"down":{"uv":[7.25,8.375,8.75,9.875],"texture":"#texture"}}},{"from":[3.875,8.375,6.875],"to":[5.25,8.75,8.125],"faces":{"north":{"uv":[13,5,14.125,6.5],"texture":"#texture"},"east":{"uv":[13,5,14.125,6.5],"texture":"#texture"},"south":{"uv":[13,5,14.125,6.5],"texture":"#texture"},"west":{"uv":[13,5,14.125,6.5],"texture":"#texture"},"up":{"uv":[13,5,14.125,6.5],"texture":"#texture"},"down":{"uv":[13,5,14.125,6.5],"texture":"#texture"}}},{"from":[3.875,7.75,6.875],"to":[5.25,8.125,8.125],"faces":{"north":{"uv":[13,5,14.125,6.5],"texture":"#texture"},"east":{"uv":[13,5,14.125,6.5],"texture":"#texture"},"south":{"uv":[13,5,14.125,6.5],"texture":"#texture"},"west":{"uv":[13,5,14.125,6.5],"texture":"#texture"},"up":{"uv":[13,5,14.125,6.5],"texture":"#texture"},"down":{"uv":[13,5,14.125,6.5],"texture":"#texture"}}},{"from":[3.875,7.125,6.875],"to":[5.25,7.5,8.125],"faces":{"north":{"uv":[13,5,14.125,6.5],"texture":"#texture"},"east":{"uv":[13,5,14.125,6.5],"texture":"#texture"},"south":{"uv":[13,5,14.125,6.5],"texture":"#texture"},"west":{"uv":[13,5,14.125,6.5],"texture":"#texture"},"up":{"uv":[13,5,14.125,6.5],"texture":"#texture"},"down":{"uv":[13,5,14.125,6.5],"texture":"#texture"}}},{"from":[3.875,6.5,6.875],"to":[5.25,6.875,8.125],"faces":{"north":{"uv":[13,5,14.125,6.5],"texture":"#texture"},"east":{"uv":[13,5,14.125,6.5],"texture":"#texture"},"south":{"uv":[13,5,14.125,6.5],"texture":"#texture"},"west":{"uv":[13,5,14.125,6.5],"texture":"#texture"},"up":{"uv":[13,5,14.125,6.5],"texture":"#texture"},"down":{"uv":[13,5,14.125,6.5],"texture":"#texture"}}},{"from":[3.875,5.875,6.875],"to":[5.25,6.25,8.125],"faces":{"north":{"uv":[13,5,14.125,6.5],"texture":"#texture"},"east":{"uv":[13,5,14.125,6.5],"texture":"#texture"},"south":{"uv":[13,5,14.125,6.5],"texture":"#texture"},"west":{"uv":[13,5,14.125,6.5],"texture":"#texture"},"up":{"uv":[13,5,14.125,6.5],"texture":"#texture"},"down":{"uv":[13,5,14.125,6.5],"texture":"#texture"}}},{"from":[3.875,5.25,6.875],"to":[5.25,5.625,8.125],"faces":{"north":{"uv":[13,5,14.125,6.5],"texture":"#texture"},"east":{"uv":[13,5,14.125,6.5],"texture":"#texture"},"south":{"uv":[13,5,14.125,6.5],"texture":"#texture"},"west":{"uv":[13,5,14.125,6.5],"texture":"#texture"},"up":{"uv":[13,5,14.125,6.5],"texture":"#texture"},"down":{"uv":[13,5,14.125,6.5],"texture":"#texture"}}},{"from":[8,14.375,6.75],"to":[9.125,15.875,8.25],"faces":{"north":{"uv":[1,4.5,2.125,6],"texture":"#texture"},"east":{"uv":[0.5,5.25,2,6.75],"texture":"#texture"},"south":{"uv":[1,4.5,2.125,6],"texture":"#texture"},"west":{"uv":[0.5,5.25,2,6.75],"texture":"#texture"},"up":{"uv":[3.25,5.5,4.375,7],"texture":"#texture"},"down":{"uv":[3.25,5.5,4.375,7],"texture":"#texture"}}},{"from":[7.875,-2,6.75],"to":[9,-0.5,8.25],"faces":{"north":{"uv":[1,4.5,2.125,6],"texture":"#texture"},"east":{"uv":[0.5,5.25,2,6.75],"texture":"#texture"},"south":{"uv":[1,4.5,2.125,6],"texture":"#texture"},"west":{"uv":[0.5,5.25,2,6.75],"texture":"#texture"},"up":{"uv":[3.25,5.5,4.375,7],"texture":"#texture"},"down":{"uv":[3.25,5.5,4.375,7],"texture":"#texture"}}},{"from":[8.375,14.5,6.875],"to":[9.375,15.75,8.125],"faces":{"north":{"uv":[1,4.5,2.125,6],"texture":"#texture"},"east":{"uv":[0.5,5.25,2,6.75],"texture":"#texture"},"south":{"uv":[1,4.5,2.125,6],"texture":"#texture"},"west":{"uv":[0.5,5.25,2,6.75],"texture":"#texture"},"up":{"uv":[3.25,5.5,4.375,7],"texture":"#texture"},"down":{"uv":[3.25,5.5,4.375,7],"texture":"#texture"}}},{"from":[8.5,14.625,7],"to":[9.5,15.625,8],"faces":{"north":{"uv":[1,4.5,2.125,6],"texture":"#texture"},"east":{"uv":[0.5,5.25,2,6.75],"texture":"#texture"},"south":{"uv":[1,4.5,2.125,6],"texture":"#texture"},"west":{"uv":[0.5,5.25,2,6.75],"texture":"#texture"},"up":{"uv":[3.25,5.5,4.375,7],"texture":"#texture"},"down":{"uv":[3.25,5.5,4.375,7],"texture":"#texture"}}},{"from":[8.625,14.75,7.125],"to":[9.625,15.5,7.875],"faces":{"north":{"uv":[1,4.5,2.125,6],"texture":"#texture"},"east":{"uv":[0.5,5.25,2,6.75],"texture":"#texture"},"south":{"uv":[1,4.5,2.125,6],"texture":"#texture"},"west":{"uv":[0.5,5.25,2,6.75],"texture":"#texture"},"up":{"uv":[3.25,5.5,4.375,7],"texture":"#texture"},"down":{"uv":[3.25,5.5,4.375,7],"texture":"#texture"}}},{"from":[8.25,-1.875,6.875],"to":[9.25,-0.625,8.125],"faces":{"north":{"uv":[1,4.5,2.125,6],"texture":"#texture"},"east":{"uv":[0.5,5.25,2,6.75],"texture":"#texture"},"south":{"uv":[1,4.5,2.125,6],"texture":"#texture"},"west":{"uv":[0.5,5.25,2,6.75],"texture":"#texture"},"up":{"uv":[3.25,5.5,4.375,7],"texture":"#texture"},"down":{"uv":[3.25,5.5,4.375,7],"texture":"#texture"}}},{"from":[8.375,-1.75,7],"to":[9.375,-0.75,8],"faces":{"north":{"uv":[1,4.5,2.125,6],"texture":"#texture"},"east":{"uv":[0.5,5.25,2,6.75],"texture":"#texture"},"south":{"uv":[1,4.5,2.125,6],"texture":"#texture"},"west":{"uv":[0.5,5.25,2,6.75],"texture":"#texture"},"up":{"uv":[3.25,5.5,4.375,7],"texture":"#texture"},"down":{"uv":[3.25,5.5,4.375,7],"texture":"#texture"}}},{"from":[8.5,-1.625,7.25],"to":[9.5,-0.875,8],"faces":{"north":{"uv":[1,4.5,2.125,6],"texture":"#texture"},"east":{"uv":[0.5,5.25,2,6.75],"texture":"#texture"},"south":{"uv":[1,4.5,2.125,6],"texture":"#texture"},"west":{"uv":[0.5,5.25,2,6.75],"texture":"#texture"},"up":{"uv":[3.25,5.5,4.375,7],"texture":"#texture"},"down":{"uv":[3.25,5.5,4.375,7],"texture":"#texture"}}},{"from":[8.75,-0.875,7.25],"to":[8.875,15.125,7.75],"faces":{"north":{"uv":[0.75,0.375,1,15.125],"texture":"#blade_glow"},"east":{"uv":[4.625,0.75,5,15.125],"texture":"#blade_glow"},"south":{"uv":[0.75,0.375,1,15.125],"texture":"#blade_glow"},"west":{"uv":[4.625,0.75,5,15.125],"texture":"#blade_glow"},"up":{"uv":[4.375,0.25,4.625,15.625],"texture":"#blade_glow"},"down":{"uv":[4.375,0.25,4.625,15.625],"texture":"#blade_glow"}}},{"from":[7.3125,14.0625,6.75],"to":[8.0625,15.5625,8.25],"rotation":{"angle":22.5,"axis":"z","origin":[7.3125,15.5625,6.75]},"faces":{"north":{"uv":[1,4.5,2.125,6],"texture":"#texture"},"east":{"uv":[0.5,5.25,2,6.75],"texture":"#texture"},"south":{"uv":[1,4.5,2.125,6],"texture":"#texture"},"west":{"uv":[0.5,5.25,2,6.75],"texture":"#texture"},"up":{"uv":[3.25,5.5,4.375,7],"texture":"#texture"},"down":{"uv":[3.25,5.5,4.375,7],"texture":"#texture"}}},{"from":[7.75,-1.8125,6.75],"to":[8.5,-0.3125,8.25],"rotation":{"angle":-22.5,"axis":"z","origin":[7.75,-0.3125,6.75]},"faces":{"north":{"uv":[1,4.5,2.125,6],"texture":"#texture"},"east":{"uv":[0.5,5.25,2,6.75],"texture":"#texture"},"south":{"uv":[1,4.5,2.125,6],"texture":"#texture"},"west":{"uv":[0.5,5.25,2,6.75],"texture":"#texture"},"up":{"uv":[3.25,5.5,4.375,7],"texture":"#texture"},"down":{"uv":[3.25,5.5,4.375,7],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-90,0],"translation":[-1,-0.26,8],"scale":[1.75,1.75,1.75]},"thirdperson_lefthand":{"rotation":[0,90,0],"translation":[1,-1.51,8],"scale":[1.75,1.75,1.75]},"firstperson_righthand":{"rotation":[-5,-90,0],"translation":[2.5,8,0],"scale":[0.8,0.8,0.8]},"firstperson_lefthand":{"rotation":[-5,90,0],"translation":[2.5,8,0],"scale":[0.8,0.8,0.8]},"ground":{"rotation":[45,45,0],"translation":[0,5.5,0],"scale":[0.7,0.7,0.7]},"gui":{"rotation":[-20,160,30],"translation":[0.5,1.25,0],"scale":[-1,1,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/archer/bow_multi_b.json b/assets/minecraft/models/item/wynn/weapon/archer/bow_multi_b.json new file mode 100644 index 000000000..0068adf6d --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/archer/bow_multi_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"texture":"wynn/weapon/archer/multi_tier_all","blade_glow":"wynn/weapon/anim/multi_color_petals","green-yellow_swirl":"wynn/weapon/anim/multi_swirl_1","red-blue_swirl":"wynn/weapon/anim/multi_swirl_0"},"elements":[{"from":[4,4,7],"to":[5,9.75,8],"faces":{"north":{"uv":[6.5,12.25,7.375,15.875],"texture":"#texture"},"east":{"uv":[2.5,12.25,3.375,15.875],"texture":"#texture"},"south":{"uv":[6.5,12.25,7.375,15.875],"texture":"#texture"},"west":{"uv":[2.5,12.25,3.375,15.875],"texture":"#texture"},"up":{"uv":[3.625,13.375,4.625,14.375],"texture":"#texture"},"down":{"uv":[3.625,13.375,4.625,14.375],"texture":"#texture"}}},{"from":[5.4375,9.4375,7],"to":[6.4375,13.1875,8],"rotation":{"angle":-22.5,"axis":"z","origin":[5.4375,13.1875,7]},"faces":{"north":{"uv":[6.5,12.25,7.375,15.875],"texture":"#texture"},"east":{"uv":[2.5,12.25,3.375,15.875],"texture":"#texture"},"south":{"uv":[6.5,12.25,7.375,15.875],"texture":"#texture"},"west":{"uv":[2.5,12.25,3.375,15.875],"texture":"#texture"},"up":{"uv":[3.625,13.375,4.625,14.375],"texture":"#texture"},"down":{"uv":[3.625,13.375,4.625,14.375],"texture":"#texture"}}},{"from":[8.0625,12.0625,7],"to":[9.0625,15.8125,8],"rotation":{"angle":-45,"axis":"z","origin":[8.0625,15.8125,7]},"faces":{"north":{"uv":[6.5,12.25,7.375,15.875],"texture":"#texture"},"east":{"uv":[2.5,12.25,3.375,15.875],"texture":"#texture"},"south":{"uv":[6.5,12.25,7.375,15.875],"texture":"#texture"},"west":{"uv":[2.5,12.25,3.375,15.875],"texture":"#texture"},"up":{"uv":[3.625,13.375,4.625,14.375],"texture":"#texture"},"down":{"uv":[3.625,13.375,4.625,14.375],"texture":"#texture"}}},{"from":[4,0.25,7],"to":[5,4,8],"rotation":{"angle":22.5,"axis":"z","origin":[4,4,7]},"faces":{"north":{"uv":[6.5,12.25,7.375,15.875],"texture":"#texture"},"east":{"uv":[2.5,12.25,3.375,15.875],"texture":"#texture"},"south":{"uv":[6.5,12.25,7.375,15.875],"texture":"#texture"},"west":{"uv":[2.5,12.25,3.375,15.875],"texture":"#texture"},"up":{"uv":[3.625,13.375,4.625,14.375],"texture":"#texture"},"down":{"uv":[3.625,13.375,4.625,14.375],"texture":"#texture"}}},{"from":[5.375,-3.125,7],"to":[6.375,0.625,8],"rotation":{"angle":45,"axis":"z","origin":[5.375,0.625,7]},"faces":{"north":{"uv":[6.5,12.25,7.375,15.875],"texture":"#texture"},"east":{"uv":[2.5,12.25,3.375,15.875],"texture":"#texture"},"south":{"uv":[6.5,12.25,7.375,15.875],"texture":"#texture"},"west":{"uv":[2.5,12.25,3.375,15.875],"texture":"#texture"},"up":{"uv":[3.625,13.375,4.625,14.375],"texture":"#texture"},"down":{"uv":[3.625,13.375,4.625,14.375],"texture":"#texture"}}},{"from":[8,14.75,7],"to":[11.25,15.75,8],"rotation":{"angle":22.5,"axis":"z","origin":[8,15.75,7]},"faces":{"north":{"uv":[12.25,12.625,15.5,13.625],"texture":"#texture"},"east":{"uv":[3.25,12.625,4.25,13.625],"texture":"#texture"},"south":{"uv":[12.25,12.625,15.5,13.625],"texture":"#texture"},"west":{"uv":[3.25,12.625,4.25,13.625],"texture":"#texture"},"up":{"uv":[8,12.5,11.25,13.5],"texture":"#texture"},"down":{"uv":[8,12.5,11.25,13.5],"texture":"#texture"}}},{"from":[8.375,-2.0625,7],"to":[11.625,-1.0625,8],"rotation":{"angle":-22.5,"axis":"z","origin":[8.375,-1.0625,7]},"faces":{"north":{"uv":[12.25,12.625,15.5,13.625],"texture":"#texture"},"east":{"uv":[3.25,12.625,4.25,13.625],"texture":"#texture"},"south":{"uv":[12.25,12.625,15.5,13.625],"texture":"#texture"},"west":{"uv":[3.25,12.625,4.25,13.625],"texture":"#texture"},"up":{"uv":[8,12.5,11.25,13.5],"texture":"#texture"},"down":{"uv":[8,12.5,11.25,13.5],"texture":"#texture"}}},{"from":[3.875,8.9375,6.75],"to":[5.375,9.9375,8.25],"faces":{"north":{"uv":[13.25,5.5,14.75,6.5],"texture":"#texture"},"east":{"uv":[12.375,6.5,13.875,7.5],"texture":"#texture"},"south":{"uv":[13.25,5.5,14.75,6.5],"texture":"#texture"},"west":{"uv":[12.375,6.5,13.875,7.5],"texture":"#texture"},"up":{"uv":[12.875,4.375,14.375,5.875],"texture":"#texture"},"down":{"uv":[12.875,4.375,14.375,5.875],"texture":"#texture"}}},{"from":[5.8125,12.8125,6.75],"to":[7.3125,13.8125,8.25],"rotation":{"angle":-45,"axis":"z","origin":[5.8125,13.8125,6.75]},"faces":{"north":{"uv":[2.25,8.5,3.75,9.5],"texture":"#texture"},"east":{"uv":[1.375,10,2.875,11],"texture":"#texture"},"south":{"uv":[2.25,8.5,3.75,9.5],"texture":"#texture"},"west":{"uv":[1.375,10,2.875,11],"texture":"#texture"},"up":{"uv":[2.625,8.5,4.125,10],"texture":"#texture"},"down":{"uv":[2.625,8.5,4.125,10],"texture":"#texture"}}},{"from":[8,14.5,6.75],"to":[9,16,8.25],"rotation":{"angle":22.5,"axis":"z","origin":[8,16,6.75]},"faces":{"north":{"uv":[9.5,4.625,10.5,6.125],"texture":"#texture"},"east":{"uv":[8.375,4.5,9.875,6],"texture":"#texture"},"south":{"uv":[9.5,4.625,10.5,6.125],"texture":"#texture"},"west":{"uv":[8.375,4.5,9.875,6],"texture":"#texture"},"up":{"uv":[8.5,4.625,9.5,6.125],"texture":"#texture"},"down":{"uv":[8.5,4.625,9.5,6.125],"texture":"#texture"}}},{"from":[3.75,4,6.75],"to":[5.25,5,8.25],"faces":{"north":{"uv":[13.25,5.5,14.75,6.5],"texture":"#texture"},"east":{"uv":[12.375,6.5,13.875,7.5],"texture":"#texture"},"south":{"uv":[13.25,5.5,14.75,6.5],"texture":"#texture"},"west":{"uv":[12.375,6.5,13.875,7.5],"texture":"#texture"},"up":{"uv":[12.875,4.375,14.375,5.875],"texture":"#texture"},"down":{"uv":[12.875,4.375,14.375,5.875],"texture":"#texture"}}},{"from":[4.8125,0.3125,6.75],"to":[6.3125,1.3125,8.25],"rotation":{"angle":22.5,"axis":"z","origin":[4.8125,1.3125,6.75]},"faces":{"north":{"uv":[7.125,9.625,8.625,10.625],"texture":"#texture"},"east":{"uv":[9.25,9.625,10.75,10.625],"texture":"#texture"},"south":{"uv":[7.125,9.625,8.625,10.625],"texture":"#texture"},"west":{"uv":[9.25,9.625,10.75,10.625],"texture":"#texture"},"up":{"uv":[7.25,8.375,8.75,9.875],"texture":"#texture"},"down":{"uv":[7.25,8.375,8.75,9.875],"texture":"#texture"}}},{"from":[8.4375,-2.3125,6.75],"to":[9.4375,-0.8125,8.25],"rotation":{"angle":-22.5,"axis":"z","origin":[8.4375,-0.8125,6.75]},"faces":{"north":{"uv":[12.5,8.5,13.5,10],"texture":"#texture"},"east":{"uv":[13.875,8.5,15.375,10],"texture":"#texture"},"south":{"uv":[12.5,8.5,13.5,10],"texture":"#texture"},"west":{"uv":[13.875,8.5,15.375,10],"texture":"#texture"},"up":{"uv":[13.5,8.75,14.5,10.25],"texture":"#texture"},"down":{"uv":[13.5,8.75,14.5,10.25],"texture":"#texture"}}},{"from":[3.875,8.375,6.875],"to":[5.25,8.75,8.125],"faces":{"north":{"uv":[3.125,4.75,4.25,6.25],"texture":"#texture"},"east":{"uv":[3,5.75,4.5,7.25],"texture":"#texture"},"south":{"uv":[3.125,4.75,4.25,6.25],"texture":"#texture"},"west":{"uv":[3,5.75,4.5,7.25],"texture":"#texture"},"up":{"uv":[1.5,4.375,2.625,5.875],"texture":"#texture"},"down":{"uv":[1.5,4.375,2.625,5.875],"texture":"#texture"}}},{"from":[3.875,7.75,6.875],"to":[5.25,8.125,8.125],"faces":{"north":{"uv":[3.125,4.75,4.25,6.25],"texture":"#texture"},"east":{"uv":[3,5.75,4.5,7.25],"texture":"#texture"},"south":{"uv":[3.125,4.75,4.25,6.25],"texture":"#texture"},"west":{"uv":[3,5.75,4.5,7.25],"texture":"#texture"},"up":{"uv":[1.5,4.375,2.625,5.875],"texture":"#texture"},"down":{"uv":[1.5,4.375,2.625,5.875],"texture":"#texture"}}},{"from":[3.875,7.125,6.875],"to":[5.25,7.5,8.125],"faces":{"north":{"uv":[3.125,4.75,4.25,6.25],"texture":"#texture"},"east":{"uv":[3,5.75,4.5,7.25],"texture":"#texture"},"south":{"uv":[3.125,4.75,4.25,6.25],"texture":"#texture"},"west":{"uv":[3,5.75,4.5,7.25],"texture":"#texture"},"up":{"uv":[1.5,4.375,2.625,5.875],"texture":"#texture"},"down":{"uv":[1.5,4.375,2.625,5.875],"texture":"#texture"}}},{"from":[3.875,6.5,6.875],"to":[5.25,6.875,8.125],"faces":{"north":{"uv":[3.125,4.75,4.25,6.25],"texture":"#texture"},"east":{"uv":[3,5.75,4.5,7.25],"texture":"#texture"},"south":{"uv":[3.125,4.75,4.25,6.25],"texture":"#texture"},"west":{"uv":[3,5.75,4.5,7.25],"texture":"#texture"},"up":{"uv":[1.5,4.375,2.625,5.875],"texture":"#texture"},"down":{"uv":[1.5,4.375,2.625,5.875],"texture":"#texture"}}},{"from":[3.875,5.875,6.875],"to":[5.25,6.25,8.125],"faces":{"north":{"uv":[3.125,4.75,4.25,6.25],"texture":"#texture"},"east":{"uv":[3,5.75,4.5,7.25],"texture":"#texture"},"south":{"uv":[3.125,4.75,4.25,6.25],"texture":"#texture"},"west":{"uv":[3,5.75,4.5,7.25],"texture":"#texture"},"up":{"uv":[1.5,4.375,2.625,5.875],"texture":"#texture"},"down":{"uv":[1.5,4.375,2.625,5.875],"texture":"#texture"}}},{"from":[3.875,5.25,6.875],"to":[5.25,5.625,8.125],"faces":{"north":{"uv":[3.125,4.75,4.25,6.25],"texture":"#texture"},"east":{"uv":[3,5.75,4.5,7.25],"texture":"#texture"},"south":{"uv":[3.125,4.75,4.25,6.25],"texture":"#texture"},"west":{"uv":[3,5.75,4.5,7.25],"texture":"#texture"},"up":{"uv":[1.5,4.375,2.625,5.875],"texture":"#texture"},"down":{"uv":[1.5,4.375,2.625,5.875],"texture":"#texture"}}},{"from":[10.875,15.625,6.75],"to":[12,17.125,8.25],"faces":{"north":{"uv":[3.125,4.75,4.25,6.25],"texture":"#texture"},"east":{"uv":[3,5.75,4.5,7.25],"texture":"#texture"},"south":{"uv":[3.125,4.75,4.25,6.25],"texture":"#texture"},"west":{"uv":[3,5.75,4.5,7.25],"texture":"#texture"},"up":{"uv":[1.5,4.375,2.625,5.875],"texture":"#texture"},"down":{"uv":[1.5,4.375,2.625,5.875],"texture":"#texture"}}},{"from":[10.875,-3.375,6.75],"to":[12,-1.875,8.25],"faces":{"north":{"uv":[3.125,4.75,4.25,6.25],"texture":"#texture"},"east":{"uv":[3,5.75,4.5,7.25],"texture":"#texture"},"south":{"uv":[3.125,4.75,4.25,6.25],"texture":"#texture"},"west":{"uv":[3,5.75,4.5,7.25],"texture":"#texture"},"up":{"uv":[1.5,4.375,2.625,5.875],"texture":"#texture"},"down":{"uv":[1.5,4.375,2.625,5.875],"texture":"#texture"}}},{"from":[11.375,15.75,6.875],"to":[12.375,17,8.125],"faces":{"north":{"uv":[3.125,4.75,4.25,6.25],"texture":"#texture"},"east":{"uv":[3,5.75,4.5,7.25],"texture":"#texture"},"south":{"uv":[3.125,4.75,4.25,6.25],"texture":"#texture"},"west":{"uv":[3,5.75,4.5,7.25],"texture":"#texture"},"up":{"uv":[1.5,4.375,2.625,5.875],"texture":"#texture"},"down":{"uv":[1.5,4.375,2.625,5.875],"texture":"#texture"}}},{"from":[11.625,15.875,7],"to":[12.625,16.875,8],"faces":{"north":{"uv":[3.125,4.75,4.25,6.25],"texture":"#texture"},"east":{"uv":[3,5.75,4.5,7.25],"texture":"#texture"},"south":{"uv":[3.125,4.75,4.25,6.25],"texture":"#texture"},"west":{"uv":[3,5.75,4.5,7.25],"texture":"#texture"},"up":{"uv":[1.5,4.375,2.625,5.875],"texture":"#texture"},"down":{"uv":[1.5,4.375,2.625,5.875],"texture":"#texture"}}},{"from":[11.75,16,7.125],"to":[12.75,16.75,7.875],"faces":{"north":{"uv":[3.125,4.75,4.25,6.25],"texture":"#texture"},"east":{"uv":[3,5.75,4.5,7.25],"texture":"#texture"},"south":{"uv":[3.125,4.75,4.25,6.25],"texture":"#texture"},"west":{"uv":[3,5.75,4.5,7.25],"texture":"#texture"},"up":{"uv":[1.5,4.375,2.625,5.875],"texture":"#texture"},"down":{"uv":[1.5,4.375,2.625,5.875],"texture":"#texture"}}},{"from":[11.375,-3.25,6.875],"to":[12.375,-2,8.125],"faces":{"north":{"uv":[3.125,4.75,4.25,6.25],"texture":"#texture"},"east":{"uv":[3,5.75,4.5,7.25],"texture":"#texture"},"south":{"uv":[3.125,4.75,4.25,6.25],"texture":"#texture"},"west":{"uv":[3,5.75,4.5,7.25],"texture":"#texture"},"up":{"uv":[1.5,4.375,2.625,5.875],"texture":"#texture"},"down":{"uv":[1.5,4.375,2.625,5.875],"texture":"#texture"}}},{"from":[11.625,-3.125,7],"to":[12.625,-2.125,8],"faces":{"north":{"uv":[3.125,4.75,4.25,6.25],"texture":"#texture"},"east":{"uv":[3,5.75,4.5,7.25],"texture":"#texture"},"south":{"uv":[3.125,4.75,4.25,6.25],"texture":"#texture"},"west":{"uv":[3,5.75,4.5,7.25],"texture":"#texture"},"up":{"uv":[1.5,4.375,2.625,5.875],"texture":"#texture"},"down":{"uv":[1.5,4.375,2.625,5.875],"texture":"#texture"}}},{"from":[11.75,-3,7.125],"to":[12.75,-2.25,7.875],"faces":{"north":{"uv":[3.125,4.75,4.25,6.25],"texture":"#texture"},"east":{"uv":[3,5.75,4.5,7.25],"texture":"#texture"},"south":{"uv":[3.125,4.75,4.25,6.25],"texture":"#texture"},"west":{"uv":[3,5.75,4.5,7.25],"texture":"#texture"},"up":{"uv":[1.5,4.375,2.625,5.875],"texture":"#texture"},"down":{"uv":[1.5,4.375,2.625,5.875],"texture":"#texture"}}},{"from":[11.375,-2.375,7.25],"to":[11.5,15.75,7.75],"faces":{"north":{"uv":[0.75,0.375,1,15.125],"texture":"#blade_glow"},"east":{"uv":[4.625,0.75,5,15.125],"texture":"#blade_glow"},"south":{"uv":[0.75,0.375,1,15.125],"texture":"#blade_glow"},"west":{"uv":[4.625,0.75,5,15.125],"texture":"#blade_glow"},"up":{"uv":[4.375,0.25,4.625,15.625],"texture":"#blade_glow"},"down":{"uv":[4.375,0.25,4.625,15.625],"texture":"#blade_glow"}}},{"from":[12.125,16.5,7.35],"to":[12.625,18.125,7.65],"rotation":{"angle":-45,"axis":"z","origin":[12.125,18.125,7.35]},"faces":{"north":{"uv":[7,8,8.125,9.5],"texture":"#texture"},"east":{"uv":[7,8,8.125,9.5],"texture":"#texture"},"south":{"uv":[7,8,8.125,9.5],"texture":"#texture"},"west":{"uv":[7,8,8.125,9.5],"texture":"#texture"},"up":{"uv":[7,8,8.125,9.5],"texture":"#texture"},"down":{"uv":[7,8,8.125,9.5],"texture":"#texture"}}},{"from":[13.25,16.25,7.35],"to":[13.75,18.25,7.65],"rotation":{"angle":-45,"axis":"z","origin":[13.25,18.25,7.35]},"faces":{"north":{"uv":[14,9,15.125,10.5],"texture":"#texture"},"east":{"uv":[14,9,15.125,10.5],"texture":"#texture"},"south":{"uv":[14,9,15.125,10.5],"texture":"#texture"},"west":{"uv":[14,9,15.125,10.5],"texture":"#texture"},"up":{"uv":[14,9,15.125,10.5],"texture":"#texture"},"down":{"uv":[14,9,15.125,10.5],"texture":"#texture"}}},{"from":[12.125,15.625,7.35],"to":[15,16.125,7.65],"rotation":{"angle":45,"axis":"z","origin":[12.125,16.125,7.35]},"faces":{"north":{"uv":[12,5,13.125,6.5],"texture":"#texture"},"east":{"uv":[12,5,13.125,6.5],"texture":"#texture"},"south":{"uv":[12,5,13.125,6.5],"texture":"#texture"},"west":{"uv":[12,5,13.125,6.5],"texture":"#texture"},"up":{"uv":[12,5,13.125,6.5],"texture":"#texture"},"down":{"uv":[12,5,13.125,6.5],"texture":"#texture"}}},{"from":[12,-4.875,7.35],"to":[12.5,-3.25,7.65],"rotation":{"angle":45,"axis":"z","origin":[12,-3.25,7.35]},"faces":{"north":{"uv":[7,6,8.125,7.5],"texture":"#texture"},"east":{"uv":[7,6,8.125,7.5],"texture":"#texture"},"south":{"uv":[7,6,8.125,7.5],"texture":"#texture"},"west":{"uv":[7,6,8.125,7.5],"texture":"#texture"},"up":{"uv":[7,6,8.125,7.5],"texture":"#texture"},"down":{"uv":[7,6,8.125,7.5],"texture":"#texture"}}},{"from":[10.625,-4.75,7.35],"to":[11.125,-2.75,7.65],"rotation":{"angle":45,"axis":"z","origin":[10.625,-2.75,7.35]},"faces":{"north":{"uv":[2,9,3.125,10.5],"texture":"#texture"},"east":{"uv":[2,9,3.125,10.5],"texture":"#texture"},"south":{"uv":[2,9,3.125,10.5],"texture":"#texture"},"west":{"uv":[2,9,3.125,10.5],"texture":"#texture"},"up":{"uv":[2,9,3.125,10.5],"texture":"#texture"},"down":{"uv":[2,9,3.125,10.5],"texture":"#texture"}}},{"from":[12.375,-2.5,7.35],"to":[15.25,-2,7.65],"rotation":{"angle":-45,"axis":"z","origin":[12.375,-2,7.35]},"faces":{"north":{"uv":[13,6,14.125,7.5],"texture":"#texture"},"east":{"uv":[13,6,14.125,7.5],"texture":"#texture"},"south":{"uv":[13,6,14.125,7.5],"texture":"#texture"},"west":{"uv":[13,6,14.125,7.5],"texture":"#texture"},"up":{"uv":[13,6,14.125,7.5],"texture":"#texture"},"down":{"uv":[13,6,14.125,7.5],"texture":"#texture"}}},{"from":[2,3.875,4],"to":[8.75,4,11],"rotation":{"angle":-22.5,"axis":"z","origin":[2,4,4]},"faces":{"up":{"uv":[0,0,16,16],"rotation":90,"texture":"#green-yellow_swirl"},"down":{"uv":[16,0,0,16],"rotation":90,"texture":"#green-yellow_swirl"}}},{"from":[1.875,9.625,4],"to":[8.625,9.75,11],"rotation":{"angle":22.5,"axis":"z","origin":[1.875,9.75,4]},"faces":{"up":{"uv":[0,0,16,16],"rotation":90,"texture":"#red-blue_swirl"},"down":{"uv":[16,0,0,16],"rotation":90,"texture":"#red-blue_swirl"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-90,0],"translation":[-1,-0.5,6],"scale":[1.25,1.25,1.25]},"thirdperson_lefthand":{"rotation":[0,90,0],"translation":[-1,-0.5,6],"scale":[1.25,1.25,1.25]},"firstperson_righthand":{"rotation":[-5,-90,0],"translation":[0.75,6.75,0],"scale":[0.8,0.8,0.8]},"firstperson_lefthand":{"rotation":[-5,90,0],"translation":[0.75,6.75,0],"scale":[0.8,0.8,0.8]},"ground":{"rotation":[45,45,0],"translation":[0,5.5,0],"scale":[0.7,0.7,0.7]},"gui":{"rotation":[-20,160,30],"translation":[-1.25,2.5,0],"scale":[-0.9,0.9,0.9]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/archer/bow_multi_c.json b/assets/minecraft/models/item/wynn/weapon/archer/bow_multi_c.json new file mode 100644 index 000000000..8e272b7ed --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/archer/bow_multi_c.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"texture":"wynn/weapon/archer/multi_tier_all","blade_glow":"wynn/weapon/anim/multi_color_petals","green-yellow_swirl":"wynn/weapon/anim/multi_swirl_1","red-blue_swirl":"wynn/weapon/anim/multi_swirl_0"},"elements":[{"from":[4,4.5,7],"to":[5.125,10.25,8],"faces":{"north":{"uv":[6.5,12.25,7.375,15.875],"texture":"#texture"},"east":{"uv":[2.5,12.25,3.375,15.875],"texture":"#texture"},"south":{"uv":[6.5,12.25,7.375,15.875],"texture":"#texture"},"west":{"uv":[2.5,12.25,3.375,15.875],"texture":"#texture"},"up":{"uv":[3.625,13.375,4.625,14.375],"texture":"#texture"},"down":{"uv":[3.625,13.375,4.625,14.375],"texture":"#texture"}}},{"from":[6,9.8125,6.875],"to":[7.75,15.0625,8.125],"rotation":{"angle":-22.5,"axis":"z","origin":[6,15.0625,6.875]},"faces":{"north":{"uv":[6.5,12.25,7.375,15.875],"texture":"#texture"},"east":{"uv":[2.5,12.25,3.375,15.875],"texture":"#texture"},"south":{"uv":[6.5,12.25,7.375,15.875],"texture":"#texture"},"west":{"uv":[2.5,12.25,3.375,15.875],"texture":"#texture"},"up":{"uv":[3.625,13.375,4.625,14.375],"texture":"#texture"},"down":{"uv":[3.625,13.375,4.625,14.375],"texture":"#texture"}}},{"from":[9.875,13.4375,6.875],"to":[11.625,18.9375,8.125],"rotation":{"angle":-45,"axis":"z","origin":[9.875,18.9375,6.875]},"faces":{"north":{"uv":[6.5,12.25,7.375,15.875],"texture":"#texture"},"east":{"uv":[2.5,12.25,3.375,15.875],"texture":"#texture"},"south":{"uv":[6.5,12.25,7.375,15.875],"texture":"#texture"},"west":{"uv":[2.5,12.25,3.375,15.875],"texture":"#texture"},"up":{"uv":[3.625,13.375,4.625,14.375],"texture":"#texture"},"down":{"uv":[3.625,13.375,4.625,14.375],"texture":"#texture"}}},{"from":[4.375,9.125,7],"to":[5.25,10.125,8],"rotation":{"angle":22.5,"axis":"z","origin":[4.375,10.125,7]},"faces":{"north":{"uv":[12.25,12.625,15.5,13.625],"texture":"#texture"},"east":{"uv":[3.25,12.625,4.25,13.625],"texture":"#texture"},"south":{"uv":[12.25,12.625,15.5,13.625],"texture":"#texture"},"west":{"uv":[3.25,12.625,4.25,13.625],"texture":"#texture"},"up":{"uv":[8,12.5,11.25,13.5],"texture":"#texture"},"down":{"uv":[8,12.5,11.25,13.5],"texture":"#texture"}}},{"from":[3.875,8.625,6.875],"to":[5.25,9.25,8.125],"faces":{"north":{"uv":[3.125,4.75,4.25,6.25],"texture":"#texture"},"east":{"uv":[3,5.75,4.5,7.25],"texture":"#texture"},"south":{"uv":[3.125,4.75,4.25,6.25],"texture":"#texture"},"west":{"uv":[3,5.75,4.5,7.25],"texture":"#texture"},"up":{"uv":[1.5,4.375,2.625,5.875],"texture":"#texture"},"down":{"uv":[1.5,4.375,2.625,5.875],"texture":"#texture"}}},{"from":[3.875,8.25,6.875],"to":[5.25,8.625,8.125],"faces":{"north":{"uv":[3.125,4.75,4.25,6.25],"texture":"#texture"},"east":{"uv":[3,5.75,4.5,7.25],"texture":"#texture"},"south":{"uv":[3.125,4.75,4.25,6.25],"texture":"#texture"},"west":{"uv":[3,5.75,4.5,7.25],"texture":"#texture"},"up":{"uv":[1.5,4.375,2.625,5.875],"texture":"#texture"},"down":{"uv":[1.5,4.375,2.625,5.875],"texture":"#texture"}}},{"from":[3.875,7.375,6.875],"to":[5.25,8,8.125],"faces":{"north":{"uv":[3.125,4.75,4.25,6.25],"texture":"#texture"},"east":{"uv":[3,5.75,4.5,7.25],"texture":"#texture"},"south":{"uv":[3.125,4.75,4.25,6.25],"texture":"#texture"},"west":{"uv":[3,5.75,4.5,7.25],"texture":"#texture"},"up":{"uv":[1.5,4.375,2.625,5.875],"texture":"#texture"},"down":{"uv":[1.5,4.375,2.625,5.875],"texture":"#texture"}}},{"from":[3.875,7,6.875],"to":[5.25,7.375,8.125],"faces":{"north":{"uv":[3.125,4.75,4.25,6.25],"texture":"#texture"},"east":{"uv":[3,5.75,4.5,7.25],"texture":"#texture"},"south":{"uv":[3.125,4.75,4.25,6.25],"texture":"#texture"},"west":{"uv":[3,5.75,4.5,7.25],"texture":"#texture"},"up":{"uv":[1.5,4.375,2.625,5.875],"texture":"#texture"},"down":{"uv":[1.5,4.375,2.625,5.875],"texture":"#texture"}}},{"from":[3.875,6.125,6.875],"to":[5.25,6.75,8.125],"faces":{"north":{"uv":[3.125,4.75,4.25,6.25],"texture":"#texture"},"east":{"uv":[3,5.75,4.5,7.25],"texture":"#texture"},"south":{"uv":[3.125,4.75,4.25,6.25],"texture":"#texture"},"west":{"uv":[3,5.75,4.5,7.25],"texture":"#texture"},"up":{"uv":[1.5,4.375,2.625,5.875],"texture":"#texture"},"down":{"uv":[1.5,4.375,2.625,5.875],"texture":"#texture"}}},{"from":[3.875,5.75,6.875],"to":[5.25,6.125,8.125],"faces":{"north":{"uv":[3.125,4.75,4.25,6.25],"texture":"#texture"},"east":{"uv":[3,5.75,4.5,7.25],"texture":"#texture"},"south":{"uv":[3.125,4.75,4.25,6.25],"texture":"#texture"},"west":{"uv":[3,5.75,4.5,7.25],"texture":"#texture"},"up":{"uv":[1.5,4.375,2.625,5.875],"texture":"#texture"},"down":{"uv":[1.5,4.375,2.625,5.875],"texture":"#texture"}}},{"from":[11.375,-3.125,7.25],"to":[11.5,17.5,7.75],"faces":{"north":{"uv":[0.75,0.375,1,15.125],"texture":"#blade_glow"},"east":{"uv":[4.625,0.75,5,15.125],"texture":"#blade_glow"},"south":{"uv":[0.75,0.375,1,15.125],"texture":"#blade_glow"},"west":{"uv":[4.625,0.75,5,15.125],"texture":"#blade_glow"},"up":{"uv":[4.375,0.25,4.625,15.625],"texture":"#blade_glow"},"down":{"uv":[4.375,0.25,4.625,15.625],"texture":"#blade_glow"}}},{"from":[2.625,14.625,4],"to":[9.375,14.75,11],"rotation":{"angle":-45,"axis":"z","origin":[2.625,14.75,4]},"faces":{"up":{"uv":[0,0,16,16],"rotation":90,"texture":"#green-yellow_swirl"},"down":{"uv":[16,0,0,16],"rotation":90,"texture":"#green-yellow_swirl"}}},{"from":[2.625,0.25,4],"to":[9.375,0.375,11],"rotation":{"angle":45,"axis":"z","origin":[2.625,0.375,4]},"faces":{"up":{"uv":[0,0,16,16],"rotation":90,"texture":"#green-yellow_swirl"},"down":{"uv":[16,0,0,16],"rotation":90,"texture":"#green-yellow_swirl"}}},{"from":[4.125,-2.125,4],"to":[10.875,-2,11],"rotation":{"angle":45,"axis":"z","origin":[4.125,-2,4]},"faces":{"north":{"uv":[0,0,0,0],"texture":"#red-blue_swirl"},"east":{"uv":[0,0,0,0],"texture":"#red-blue_swirl"},"south":{"uv":[0,0,0,0],"texture":"#red-blue_swirl"},"west":{"uv":[0,0,0,0],"texture":"#red-blue_swirl"},"up":{"uv":[0,0,16,16],"rotation":90,"texture":"#red-blue_swirl"},"down":{"uv":[16,0,0,16],"rotation":90,"texture":"#red-blue_swirl"}}},{"from":[4.125,16.75,4],"to":[10.875,16.875,11],"rotation":{"angle":-45,"axis":"z","origin":[4.125,16.875,4]},"faces":{"north":{"uv":[0,0,0,0],"texture":"#red-blue_swirl"},"east":{"uv":[0,0,0,0],"texture":"#red-blue_swirl"},"south":{"uv":[0,0,0,0],"texture":"#red-blue_swirl"},"west":{"uv":[0,0,0,0],"texture":"#red-blue_swirl"},"up":{"uv":[0,0,16,16],"rotation":90,"texture":"#red-blue_swirl"},"down":{"uv":[16,0,0,16],"rotation":90,"texture":"#red-blue_swirl"}}},{"from":[9.75,16.875,6.75],"to":[12.125,19.375,8.25],"faces":{"north":{"uv":[1.25,4.875,3.625,7.375],"texture":"#texture"},"east":{"uv":[3,4.875,4.5,7.375],"texture":"#texture"},"south":{"uv":[1.25,4.875,3.625,7.375],"texture":"#texture"},"west":{"uv":[3,4.875,4.5,7.375],"texture":"#texture"},"up":{"uv":[1.875,4.75,4.25,6.25],"texture":"#texture"},"down":{"uv":[1.875,4.75,4.25,6.25],"texture":"#texture"}}},{"from":[10,17.125,6.5],"to":[11.875,19.125,8.5],"faces":{"north":{"uv":[1.25,4.875,3.625,7.375],"texture":"#texture"},"east":{"uv":[3,4.875,4.5,7.375],"texture":"#texture"},"south":{"uv":[1.25,4.875,3.625,7.375],"texture":"#texture"},"west":{"uv":[3,4.875,4.5,7.375],"texture":"#texture"},"up":{"uv":[1.875,4.75,4.25,6.25],"texture":"#texture"},"down":{"uv":[1.875,4.75,4.25,6.25],"texture":"#texture"}}},{"from":[10.375,17.375,6.25],"to":[11.5,18.875,8.75],"faces":{"north":{"uv":[1.25,4.875,3.625,7.375],"texture":"#texture"},"east":{"uv":[3,4.875,4.5,7.375],"texture":"#texture"},"south":{"uv":[1.25,4.875,3.625,7.375],"texture":"#texture"},"west":{"uv":[3,4.875,4.5,7.375],"texture":"#texture"},"up":{"uv":[1.875,4.75,4.25,6.25],"texture":"#texture"},"down":{"uv":[1.875,4.75,4.25,6.25],"texture":"#texture"}}},{"from":[4,-0.75,6.875],"to":[5.75,4.5,8.125],"rotation":{"angle":22.5,"axis":"z","origin":[4,4.5,6.875]},"faces":{"north":{"uv":[6.5,12.25,7.375,15.875],"texture":"#texture"},"east":{"uv":[2.5,12.25,3.375,15.875],"texture":"#texture"},"south":{"uv":[6.5,12.25,7.375,15.875],"texture":"#texture"},"west":{"uv":[2.5,12.25,3.375,15.875],"texture":"#texture"},"up":{"uv":[3.625,13.375,4.625,14.375],"texture":"#texture"},"down":{"uv":[3.625,13.375,4.625,14.375],"texture":"#texture"}}},{"from":[4.25,4.25,7],"to":[5.125,5.25,8],"rotation":{"angle":45,"axis":"z","origin":[4.25,5.25,7]},"faces":{"north":{"uv":[12.25,12.625,15.5,13.625],"texture":"#texture"},"east":{"uv":[3.25,12.625,4.25,13.625],"texture":"#texture"},"south":{"uv":[12.25,12.625,15.5,13.625],"texture":"#texture"},"west":{"uv":[3.25,12.625,4.25,13.625],"texture":"#texture"},"up":{"uv":[8,12.5,11.25,13.5],"texture":"#texture"},"down":{"uv":[8,12.5,11.25,13.5],"texture":"#texture"}}},{"from":[6,-5.8125,6.8125],"to":[7.75,-0.3125,8.0625],"rotation":{"angle":45,"axis":"z","origin":[6,-0.3125,6.8125]},"faces":{"north":{"uv":[6.5,12.25,7.375,15.875],"texture":"#texture"},"east":{"uv":[2.5,12.25,3.375,15.875],"texture":"#texture"},"south":{"uv":[6.5,12.25,7.375,15.875],"texture":"#texture"},"west":{"uv":[2.5,12.25,3.375,15.875],"texture":"#texture"},"up":{"uv":[3.625,13.375,4.625,14.375],"texture":"#texture"},"down":{"uv":[3.625,13.375,4.625,14.375],"texture":"#texture"}}},{"from":[9.75,-4.625,6.75],"to":[12.125,-2.125,8.25],"faces":{"north":{"uv":[1.25,4.875,3.625,7.375],"texture":"#texture"},"east":{"uv":[3,4.875,4.5,7.375],"texture":"#texture"},"south":{"uv":[1.25,4.875,3.625,7.375],"texture":"#texture"},"west":{"uv":[3,4.875,4.5,7.375],"texture":"#texture"},"up":{"uv":[1.875,4.75,4.25,6.25],"texture":"#texture"},"down":{"uv":[1.875,4.75,4.25,6.25],"texture":"#texture"}}},{"from":[10,-4.375,6.5],"to":[11.875,-2.375,8.5],"faces":{"north":{"uv":[1.25,4.875,3.625,7.375],"texture":"#texture"},"east":{"uv":[3,4.875,4.5,7.375],"texture":"#texture"},"south":{"uv":[1.25,4.875,3.625,7.375],"texture":"#texture"},"west":{"uv":[3,4.875,4.5,7.375],"texture":"#texture"},"up":{"uv":[1.875,4.75,4.25,6.25],"texture":"#texture"},"down":{"uv":[1.875,4.75,4.25,6.25],"texture":"#texture"}}},{"from":[10.375,-4.125,6.25],"to":[11.5,-2.625,8.75],"faces":{"north":{"uv":[1.25,4.875,3.625,7.375],"texture":"#texture"},"east":{"uv":[3,4.875,4.5,7.375],"texture":"#texture"},"south":{"uv":[1.25,4.875,3.625,7.375],"texture":"#texture"},"west":{"uv":[3,4.875,4.5,7.375],"texture":"#texture"},"up":{"uv":[1.875,4.75,4.25,6.25],"texture":"#texture"},"down":{"uv":[1.875,4.75,4.25,6.25],"texture":"#texture"}}},{"from":[2.125,-2,7.0625],"to":[3.625,3.5,7.9375],"rotation":{"angle":45,"axis":"z","origin":[2.125,3.5,7.0625]},"faces":{"north":{"uv":[6.5,12.25,7.375,15.875],"texture":"#texture"},"east":{"uv":[2.5,12.25,3.375,15.875],"texture":"#texture"},"south":{"uv":[6.5,12.25,7.375,15.875],"texture":"#texture"},"west":{"uv":[2.5,12.25,3.375,15.875],"texture":"#texture"},"up":{"uv":[3.625,13.375,4.625,14.375],"texture":"#texture"},"down":{"uv":[3.625,13.375,4.625,14.375],"texture":"#texture"}}},{"from":[1.5,5.125,7.0625],"to":[4.875,5.375,7.9375],"faces":{"north":{"uv":[4.5,14.375,7.875,14.625],"texture":"#texture"},"east":{"uv":[6.75,14.5,7.625,14.75],"texture":"#texture"},"south":{"uv":[4.5,14.375,7.875,14.625],"texture":"#texture"},"west":{"uv":[6.75,14.5,7.625,14.75],"texture":"#texture"},"up":{"uv":[1.875,14.75,5.25,15.625],"texture":"#texture"},"down":{"uv":[1.875,14.75,5.25,15.625],"texture":"#texture"}}},{"from":[1.40739,3.35711,7.06274],"to":[1.78239,5.23211,7.93774],"rotation":{"angle":22.5,"axis":"z","origin":[1.40739,5.23211,7.06274]},"faces":{"north":{"uv":[4.25,13.375,5.5,15.5],"texture":"#texture"},"east":{"uv":[7.0625,13.125,7.9375,15.25],"texture":"#texture"},"south":{"uv":[4.25,13.375,5.5,15.5],"texture":"#texture"},"west":{"uv":[7.0625,13.125,7.9375,15.25],"texture":"#texture"},"up":{"uv":[9.125,12.5,10.375,13.375],"texture":"#texture"},"down":{"uv":[9.125,12.5,10.375,13.375],"texture":"#texture"}}},{"from":[1.875,4.5,7.0625],"to":[4.125,5.25,7.9375],"faces":{"north":{"uv":[4.25,13.375,5.5,15.5],"texture":"#texture"},"east":{"uv":[7.0625,13.125,7.9375,15.25],"texture":"#texture"},"south":{"uv":[4.25,13.375,5.5,15.5],"texture":"#texture"},"west":{"uv":[7.0625,13.125,7.9375,15.25],"texture":"#texture"},"up":{"uv":[9.125,12.5,10.375,13.375],"texture":"#texture"},"down":{"uv":[9.125,12.5,10.375,13.375],"texture":"#texture"}}},{"from":[1.4375,9.625,7.0625],"to":[4.8125,9.875,7.9375],"faces":{"north":{"uv":[4.5,14.375,7.875,14.625],"texture":"#texture"},"east":{"uv":[6.75,14.5,7.625,14.75],"texture":"#texture"},"south":{"uv":[4.5,14.375,7.875,14.625],"texture":"#texture"},"west":{"uv":[6.75,14.5,7.625,14.75],"texture":"#texture"},"up":{"uv":[1.875,14.75,5.25,15.625],"texture":"#texture"},"down":{"uv":[1.875,14.75,5.25,15.625],"texture":"#texture"}}},{"from":[2.14915,9.54084,7.06249],"to":[2.52415,11.41584,7.93749],"rotation":{"angle":-22.5,"axis":"z","origin":[2.14915,11.51584,7.06249]},"faces":{"north":{"uv":[4.25,13.375,5.5,15.5],"texture":"#texture"},"east":{"uv":[7.0625,13.125,7.9375,15.25],"texture":"#texture"},"south":{"uv":[4.25,13.375,5.5,15.5],"texture":"#texture"},"west":{"uv":[7.0625,13.125,7.9375,15.25],"texture":"#texture"},"up":{"uv":[9.125,12.5,10.375,13.375],"texture":"#texture"},"down":{"uv":[9.125,12.5,10.375,13.375],"texture":"#texture"}}},{"from":[2.125,-2,7.0625],"to":[3.625,3.5,7.9375],"rotation":{"angle":45,"axis":"z","origin":[2.125,3.5,7.0625]},"faces":{"north":{"uv":[6.5,12.25,7.375,15.875],"texture":"#texture"},"east":{"uv":[2.5,12.25,3.375,15.875],"texture":"#texture"},"south":{"uv":[6.5,12.25,7.375,15.875],"texture":"#texture"},"west":{"uv":[2.5,12.25,3.375,15.875],"texture":"#texture"},"up":{"uv":[3.625,13.375,4.625,14.375],"texture":"#texture"},"down":{"uv":[3.625,13.375,4.625,14.375],"texture":"#texture"}}},{"from":[6,9.8125,7.0625],"to":[7.5,15.3125,7.9375],"rotation":{"angle":-45,"axis":"z","origin":[6,15.3125,7.0625]},"faces":{"north":{"uv":[6.5,12.25,7.375,15.875],"texture":"#texture"},"east":{"uv":[2.5,12.25,3.375,15.875],"texture":"#texture"},"south":{"uv":[6.5,12.25,7.375,15.875],"texture":"#texture"},"west":{"uv":[2.5,12.25,3.375,15.875],"texture":"#texture"},"up":{"uv":[3.625,13.375,4.625,14.375],"texture":"#texture"},"down":{"uv":[3.625,13.375,4.625,14.375],"texture":"#texture"}}},{"from":[2.24,10.24,7.0525],"to":[5.385,11.76,7.9475],"rotation":{"angle":22.5,"axis":"z","origin":[4.05728,10.49398,7.51123]},"faces":{"north":{"uv":[6.5,12.25,9.625,13.75],"texture":"#texture"},"east":{"uv":[6.5,12.25,9.625,13.75],"texture":"#texture"},"south":{"uv":[6.5,12.25,9.625,13.75],"texture":"#texture"},"west":{"uv":[6.5,12.25,9.625,13.75],"texture":"#texture"},"up":{"uv":[6.5,12.25,9.625,13.75],"texture":"#texture"},"down":{"uv":[6.5,12.25,9.625,13.75],"texture":"#texture"}}},{"from":[2.06805,3.30973,7.0525],"to":[5.21305,4.82973,7.9475],"rotation":{"angle":-22.5,"axis":"z","origin":[3.64384,4.06107,7.50038]},"faces":{"north":{"uv":[6.5,12.25,9.625,13.75],"texture":"#texture"},"east":{"uv":[6.5,12.25,9.625,13.75],"texture":"#texture"},"south":{"uv":[6.5,12.25,9.625,13.75],"texture":"#texture"},"west":{"uv":[6.5,12.25,9.625,13.75],"texture":"#texture"},"up":{"uv":[6.5,12.25,9.625,13.75],"texture":"#texture"},"down":{"uv":[6.5,12.25,9.625,13.75],"texture":"#texture"}}},{"from":[1.75,9.75,7.0625],"to":[2.25,10.25,7.9375],"faces":{"north":{"uv":[4.25,13.375,5.5,15.5],"texture":"#texture"},"east":{"uv":[7.0625,13.125,7.9375,15.25],"texture":"#texture"},"south":{"uv":[4.25,13.375,5.5,15.5],"texture":"#texture"},"west":{"uv":[7.0625,13.125,7.9375,15.25],"texture":"#texture"},"up":{"uv":[9.125,12.5,10.375,13.375],"texture":"#texture"},"down":{"uv":[9.125,12.5,10.375,13.375],"texture":"#texture"}}},{"from":[7,14.125,7.2875],"to":[10.375,15.625,7.6875],"rotation":{"angle":22.5,"axis":"z","origin":[7,15.625,7.2875]},"faces":{"north":{"uv":[12,8.75,15.375,10.25],"texture":"#texture"},"east":{"uv":[13.625,8.625,14.25,10.125],"texture":"#texture"},"south":{"uv":[12,8.75,15.375,10.25],"texture":"#texture"},"west":{"uv":[13.625,8.625,14.25,10.125],"texture":"#texture"},"up":{"uv":[12.125,8.75,15.5,9.375],"texture":"#texture"},"down":{"uv":[12.125,8.75,15.5,9.375],"texture":"#texture"}}},{"from":[5.525,12.025,7.2875],"to":[9.025,13.4,7.6875],"rotation":{"angle":22.5,"axis":"z","origin":[5.525,13.4,7.2875]},"faces":{"north":{"uv":[7,8,8.375,11.5],"rotation":90,"texture":"#texture"},"east":{"uv":[8.625,9,9.25,11.625],"texture":"#texture"},"south":{"uv":[6,8,7.375,11.5],"rotation":90,"texture":"#texture"},"west":{"uv":[8.625,9,9.25,11.625],"texture":"#texture"},"up":{"uv":[9,9.625,9.75,10.25],"texture":"#texture"},"down":{"uv":[9,9.625,9.75,10.25],"texture":"#texture"}}},{"from":[10.875,18.5,7.25],"to":[11.375,20.5,7.75],"rotation":{"angle":-22.5,"axis":"z","origin":[12.39348,18.65203,7.51267]},"faces":{"north":{"uv":[8,4,9,6],"texture":"#texture"},"east":{"uv":[8,4,9,6],"texture":"#texture"},"south":{"uv":[8,4,9,6],"texture":"#texture"},"west":{"uv":[8,4,9,6],"texture":"#texture"},"up":{"uv":[8,4,8.625,4.5],"texture":"#texture"},"down":{"uv":[8,4,9,6],"texture":"#texture"}}},{"from":[10.875,-5.75,7.25],"to":[11.375,-3.75,7.75],"rotation":{"angle":22.5,"axis":"z","origin":[12.39348,-3.90203,7.51267]},"faces":{"north":{"uv":[8,6,9,4],"texture":"#texture"},"east":{"uv":[8,6,9,4],"texture":"#texture"},"south":{"uv":[8,6,9,4],"texture":"#texture"},"west":{"uv":[8,6,9,4],"texture":"#texture"},"up":{"uv":[8,6,9,4],"texture":"#texture"},"down":{"uv":[8,4.5,8.625,4],"texture":"#texture"}}},{"from":[11.5025,18.16029,7.25],"to":[12.0025,20.16029,7.75],"rotation":{"angle":-45,"axis":"z","origin":[12.39348,18.65203,7.51267]},"faces":{"north":{"uv":[2,8,3,10],"texture":"#texture"},"east":{"uv":[2,8,3,10],"texture":"#texture"},"south":{"uv":[2,8,3,10],"texture":"#texture"},"west":{"uv":[2,8,3,10],"texture":"#texture"},"up":{"uv":[2,8,2.625,8.5],"texture":"#texture"},"down":{"uv":[2,8,3,10],"texture":"#texture"}}},{"from":[11.5025,-5.41029,7.25],"to":[12.0025,-3.41029,7.75],"rotation":{"angle":45,"axis":"z","origin":[12.39348,-3.90203,7.51267]},"faces":{"north":{"uv":[2,10,3,8],"texture":"#texture"},"east":{"uv":[2,10,3,8],"texture":"#texture"},"south":{"uv":[2,10,3,8],"texture":"#texture"},"west":{"uv":[2,10,3,8],"texture":"#texture"},"up":{"uv":[2,10,3,8],"texture":"#texture"},"down":{"uv":[2,8.5,2.625,8],"texture":"#texture"}}},{"from":[11.83357,18.41115,7.25],"to":[13.83357,18.91115,7.75],"rotation":{"angle":22.5,"axis":"z","origin":[12.39348,18.65203,7.51267]},"faces":{"north":{"uv":[13.5,5.625,14.125,7.125],"rotation":270,"texture":"#texture"},"east":{"uv":[11.75,7.25,12.375,7.75],"rotation":90,"texture":"#texture"},"south":{"uv":[13.5,5.625,14.125,7.125],"rotation":90,"texture":"#texture"},"west":{"uv":[11.75,7.25,12.375,7.75],"rotation":90,"texture":"#texture"},"up":{"uv":[14.375,5,14.875,6.5],"rotation":90,"texture":"#texture"},"down":{"uv":[14.375,5,14.875,6.5],"rotation":90,"texture":"#texture"}}},{"from":[11.83357,-4.16115,7.25],"to":[13.83357,-3.66115,7.75],"rotation":{"angle":-22.5,"axis":"z","origin":[12.39348,-3.90203,7.51267]},"faces":{"north":{"uv":[14.125,5.625,13.5,7.125],"rotation":270,"texture":"#texture"},"east":{"uv":[12.375,7.25,11.75,7.75],"rotation":90,"texture":"#texture"},"south":{"uv":[14.125,5.625,13.5,7.125],"rotation":90,"texture":"#texture"},"west":{"uv":[12.375,7.25,11.75,7.75],"rotation":90,"texture":"#texture"},"up":{"uv":[14.875,5,14.375,6.5],"rotation":90,"texture":"#texture"},"down":{"uv":[14.875,5,14.375,6.5],"rotation":90,"texture":"#texture"}}},{"from":[11.75726,17.68955,7.25],"to":[13.75726,18.18955,7.75],"rotation":{"angle":0,"axis":"z","origin":[12.39348,18.65203,7.51267]},"faces":{"north":{"uv":[9,9,10,11],"rotation":270,"texture":"#texture"},"east":{"uv":[9,9,9.625,9.5],"rotation":90,"texture":"#texture"},"south":{"uv":[9,9,10,11],"rotation":90,"texture":"#texture"},"west":{"uv":[9,9,10,11],"rotation":90,"texture":"#texture"},"up":{"uv":[9,9,10,11],"rotation":90,"texture":"#texture"},"down":{"uv":[9,9,10,11],"rotation":90,"texture":"#texture"}}},{"from":[11.75726,-3.43955,7.25],"to":[13.75726,-2.93955,7.75],"rotation":{"angle":0,"axis":"z","origin":[12.39348,-3.90203,7.51267]},"faces":{"north":{"uv":[10,9,9,11],"rotation":270,"texture":"#texture"},"east":{"uv":[9.625,9,9,9.5],"rotation":90,"texture":"#texture"},"south":{"uv":[10,9,9,11],"rotation":90,"texture":"#texture"},"west":{"uv":[10,9,9,11],"rotation":90,"texture":"#texture"},"up":{"uv":[10,9,9,11],"rotation":90,"texture":"#texture"},"down":{"uv":[10,9,9,11],"rotation":90,"texture":"#texture"}}},{"from":[12.25,17,7.25],"to":[14.25,17.5,7.75],"rotation":{"angle":-22.5,"axis":"z","origin":[12.39348,18.65203,7.51267]},"faces":{"north":{"uv":[14,9,16,10],"texture":"#texture"},"east":{"uv":[12,8,14,9],"texture":"#texture"},"south":{"uv":[12,8,14,9],"texture":"#texture"},"west":{"uv":[12,8,14,9],"texture":"#texture"},"up":{"uv":[12,8,14,9],"texture":"#texture"},"down":{"uv":[12,8,14,9],"texture":"#texture"}}},{"from":[12.25,-2.75,7.25],"to":[14.25,-2.25,7.75],"rotation":{"angle":22.5,"axis":"z","origin":[12.39348,-3.90203,7.51267]},"faces":{"north":{"uv":[14,10,16,9],"texture":"#texture"},"east":{"uv":[12,9,14,8],"texture":"#texture"},"south":{"uv":[12,9,14,8],"texture":"#texture"},"west":{"uv":[12,9,14,8],"texture":"#texture"},"up":{"uv":[12,9,14,8],"texture":"#texture"},"down":{"uv":[12,9,14,8],"texture":"#texture"}}},{"from":[7.625,15,7.2875],"to":[9.375,18.625,7.6875],"rotation":{"angle":-22.5,"axis":"z","origin":[7.625,18.625,7.2875]},"faces":{"north":{"uv":[7,4,8.75,7.625],"texture":"#texture"},"east":{"uv":[8.625,4.125,9.25,7.75],"texture":"#texture"},"south":{"uv":[7,4,8.75,7.625],"texture":"#texture"},"west":{"uv":[8,4,8.4,7.625],"texture":"#texture"},"up":{"uv":[7.625,7.1875,9.375,7.8125],"texture":"#texture"},"down":{"uv":[7.625,7.1875,9.375,7.8125],"texture":"#texture"}}},{"from":[3.875,9.5,6.75],"to":[6,10.375,8.25],"faces":{"north":{"uv":[11.375,6.5,16,7.375],"texture":"#texture"},"east":{"uv":[12.875,4.5,14.375,5.375],"texture":"#texture"},"south":{"uv":[11.375,6.5,16,7.375],"texture":"#texture"},"west":{"uv":[12.875,4.5,14.375,5.375],"texture":"#texture"},"up":{"uv":[11.375,4.625,16,6.125],"texture":"#texture"},"down":{"uv":[11.375,4.625,16,6.125],"texture":"#texture"}}},{"from":[6.125,1.125,7.2875],"to":[9.625,2.5,7.6875],"rotation":{"angle":-22.5,"axis":"z","origin":[6.125,2.5,7.2875]},"faces":{"north":{"uv":[6,8,9.5,9.375],"texture":"#texture"},"east":{"uv":[8.625,9,9.25,11.625],"texture":"#texture"},"south":{"uv":[9.375,8.625,10.125,11.25],"texture":"#texture"},"west":{"uv":[8.625,9,9.25,11.625],"texture":"#texture"},"up":{"uv":[9,9.625,9.75,10.25],"texture":"#texture"},"down":{"uv":[9,9.625,9.75,10.25],"texture":"#texture"}}},{"from":[7.75,-1.125,7.2875],"to":[11.125,0.375,7.6875],"rotation":{"angle":-22.5,"axis":"z","origin":[7.75,0.375,7.2875]},"faces":{"north":{"uv":[12,8,15.375,9.5],"texture":"#texture"},"east":{"uv":[13.625,8.625,14.25,10.125],"texture":"#texture"},"south":{"uv":[12,8,16,10],"texture":"#texture"},"west":{"uv":[13.625,8.625,14.25,10.125],"texture":"#texture"},"up":{"uv":[12.125,8.75,15.5,9.375],"texture":"#texture"},"down":{"uv":[12.125,8.75,15.5,9.375],"texture":"#texture"}}},{"from":[4.625,-2.625,7.2875],"to":[5.75,1,7.6875],"rotation":{"angle":22.5,"axis":"z","origin":[4.625,1,7.2875]},"faces":{"north":{"uv":[3,8,4.75,11.625],"texture":"#texture"},"east":{"uv":[2.625,8.25,3.25,11.875],"texture":"#texture"},"south":{"uv":[2.25,8.125,4,11.75],"texture":"#texture"},"west":{"uv":[2.625,8.25,3.25,11.875],"texture":"#texture"},"up":{"uv":[2.125,8.75,3.875,9.375],"texture":"#texture"},"down":{"uv":[2.125,8.75,3.875,9.375],"texture":"#texture"}}},{"from":[6.5,-4.25,7.2875],"to":[8.25,-0.625,7.6875],"rotation":{"angle":22.5,"axis":"z","origin":[6.5,-0.625,7.2875]},"faces":{"north":{"uv":[7,4,8.75,7.625],"texture":"#texture"},"east":{"uv":[8.625,4.125,9.25,7.75],"texture":"#texture"},"south":{"uv":[8.375,4.125,10.125,7.75],"texture":"#texture"},"west":{"uv":[8.625,4.125,9.25,7.75],"texture":"#texture"},"up":{"uv":[7.625,7.1875,9.375,7.8125],"texture":"#texture"},"down":{"uv":[7.625,7.1875,9.375,7.8125],"texture":"#texture"}}},{"from":[5.875,13.625,7.2875],"to":[7,17.25,7.6875],"rotation":{"angle":-22.5,"axis":"z","origin":[5.875,17.25,7.2875]},"faces":{"north":{"uv":[2.25,8.125,4,11.75],"texture":"#texture"},"east":{"uv":[2.625,8.25,3.25,11.875],"texture":"#texture"},"south":{"uv":[2.25,8.125,4,11.75],"texture":"#texture"},"west":{"uv":[2,8,2.4,11.625],"texture":"#texture"},"up":{"uv":[2.125,8.75,3.875,9.375],"texture":"#texture"},"down":{"uv":[2.125,8.75,3.875,9.375],"texture":"#texture"}}},{"from":[1.25,9.5,7],"to":[1.75,10.25,8],"faces":{"north":{"uv":[11.375,6.5,16,7.375],"texture":"#texture"},"east":{"uv":[12.875,4.5,14.375,5.375],"texture":"#texture"},"south":{"uv":[11.375,6.5,16,7.375],"texture":"#texture"},"west":{"uv":[12.875,4.5,14.375,5.375],"texture":"#texture"},"up":{"uv":[11.375,4.625,16,6.125],"texture":"#texture"},"down":{"uv":[11.375,4.625,16,6.125],"texture":"#texture"}}},{"from":[1.25,4.75,7],"to":[1.75,5.5,8],"faces":{"north":{"uv":[11.375,6.5,16,7.375],"texture":"#texture"},"east":{"uv":[12.875,4.5,14.375,5.375],"texture":"#texture"},"south":{"uv":[11.375,6.5,16,7.375],"texture":"#texture"},"west":{"uv":[12.875,4.5,14.375,5.375],"texture":"#texture"},"up":{"uv":[11.375,4.625,16,6.125],"texture":"#texture"},"down":{"uv":[11.375,4.625,16,6.125],"texture":"#texture"}}},{"from":[1.5,9.5,6.875],"to":[4,10.375,8.125],"faces":{"north":{"uv":[11.375,6.5,16,7.375],"texture":"#texture"},"east":{"uv":[12.875,4.5,14.375,5.375],"texture":"#texture"},"south":{"uv":[11.375,6.5,16,7.375],"texture":"#texture"},"west":{"uv":[12.875,4.5,14.375,5.375],"texture":"#texture"},"up":{"uv":[11.375,4.625,16,6.125],"texture":"#texture"},"down":{"uv":[11.375,4.625,16,6.125],"texture":"#texture"}}},{"from":[3.875,4.625,6.75],"to":[6,5.5,8.25],"faces":{"north":{"uv":[11.375,6.5,16,7.375],"texture":"#texture"},"east":{"uv":[12.875,4.5,14.375,5.375],"texture":"#texture"},"south":{"uv":[11.375,6.5,16,7.375],"texture":"#texture"},"west":{"uv":[12.875,4.5,14.375,5.375],"texture":"#texture"},"up":{"uv":[11.375,4.625,16,6.125],"texture":"#texture"},"down":{"uv":[11.375,4.625,16,6.125],"texture":"#texture"}}},{"from":[1.5,4.625,6.875],"to":[4,5.5,8.125],"faces":{"north":{"uv":[11.375,6.5,16,7.375],"texture":"#texture"},"east":{"uv":[12.875,4.5,14.375,5.375],"texture":"#texture"},"south":{"uv":[11.375,6.5,16,7.375],"texture":"#texture"},"west":{"uv":[12.875,4.5,14.375,5.375],"texture":"#texture"},"up":{"uv":[11.375,4.625,16,6.125],"texture":"#texture"},"down":{"uv":[11.375,4.625,16,6.125],"texture":"#texture"}}},{"from":[5.625,9.625,6.875],"to":[6.125,10.25,8.125],"faces":{"north":{"uv":[11.375,6.5,16,7.375],"texture":"#texture"},"east":{"uv":[12.875,4.5,14.375,5.375],"texture":"#texture"},"south":{"uv":[11.375,6.5,16,7.375],"texture":"#texture"},"west":{"uv":[12.875,4.5,14.375,5.375],"texture":"#texture"},"up":{"uv":[11.375,4.625,16,6.125],"texture":"#texture"},"down":{"uv":[11.375,4.625,16,6.125],"texture":"#texture"}}},{"from":[5.625,4.75,6.875],"to":[6.125,5.375,8.125],"faces":{"north":{"uv":[11.375,6.5,16,7.375],"texture":"#texture"},"east":{"uv":[12.875,4.5,14.375,5.375],"texture":"#texture"},"south":{"uv":[11.375,6.5,16,7.375],"texture":"#texture"},"west":{"uv":[12.875,4.5,14.375,5.375],"texture":"#texture"},"up":{"uv":[11.375,4.625,16,6.125],"texture":"#texture"},"down":{"uv":[11.375,4.625,16,6.125],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-90,0],"translation":[-0.75,-1.25,5.5],"scale":[1.25,1.25,1.25]},"thirdperson_lefthand":{"rotation":[0,90,0],"translation":[0,-2,6],"scale":[1.25,1.25,1.25]},"firstperson_righthand":{"rotation":[10,-90,0],"translation":[2,6.75,0],"scale":[0.8,0.9,0.8]},"firstperson_lefthand":{"rotation":[10,90,0],"translation":[2.75,6.75,0],"scale":[0.8,0.9,0.8]},"ground":{"rotation":[45,45,0],"translation":[0,5.5,0],"scale":[0.7,0.7,0.7]},"gui":{"rotation":[-20,160,30],"translation":[-0.5,1.75,0],"scale":[-0.85,0.85,0.85]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/archer/bow_thunder_a.json b/assets/minecraft/models/item/wynn/weapon/archer/bow_thunder_a.json new file mode 100644 index 000000000..18e3b0c66 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/archer/bow_thunder_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"texture":"wynn/weapon/archer/thunder_bow_all","thunderbolt_string":"wynn/weapon/anim/thunder_arch"},"elements":[{"from":[6.375,4.8125,7],"to":[7,11.125,7.75],"faces":{"north":{"uv":[9,2,15.3125,2.625],"rotation":90,"texture":"#texture"},"east":{"uv":[4.25,1,10.5625,1.75],"rotation":90,"texture":"#texture"},"south":{"uv":[9,2,15.3125,2.625],"rotation":90,"texture":"#texture"},"west":{"uv":[4.25,1,10.5625,1.75],"rotation":90,"texture":"#texture"},"up":{"uv":[8,3,8.625,3.75],"texture":"#texture"},"down":{"uv":[8,3,8.625,3.75],"texture":"#texture"}}},{"from":[6.0625,8.5,6.75],"to":[7.3125,10,8],"faces":{"north":{"uv":[10.5,14.5,11.75,16],"texture":"#texture"},"east":{"uv":[11.5,14.25,12.75,15.75],"texture":"#texture"},"south":{"uv":[10.5,14.5,11.75,16],"texture":"#texture"},"west":{"uv":[11.5,14.25,12.75,15.75],"texture":"#texture"},"up":{"uv":[6.25,14.5,7.5,15.75],"texture":"#texture"},"down":{"uv":[6.0625,6.75,7.3125,8],"texture":"#texture"}}},{"from":[5.9375,10.5,7],"to":[6.4375,11.5,7.75],"rotation":{"angle":45,"axis":"z","origin":[5.9375,11.5,7]},"faces":{"north":{"uv":[9,2,10.75,3.75],"texture":"#texture"},"east":{"uv":[4.25,1,6,2.75],"texture":"#texture"},"south":{"uv":[9,2,10.75,3.75],"texture":"#texture"},"west":{"uv":[4.25,1,6,2.75],"texture":"#texture"},"up":{"uv":[8,3,9.75,4.75],"texture":"#texture"},"down":{"uv":[8,3,9.75,4.75],"texture":"#texture"}}},{"from":[6.625,4.1875,7],"to":[7.125,5.1875,7.75],"rotation":{"angle":-45,"axis":"z","origin":[6.625,5.1875,7]},"faces":{"north":{"uv":[9,2,10.75,3.75],"texture":"#texture"},"east":{"uv":[4.25,1,6,2.75],"texture":"#texture"},"south":{"uv":[9,2,10.75,3.75],"texture":"#texture"},"west":{"uv":[4.25,1,6,2.75],"texture":"#texture"},"up":{"uv":[8,3,9.75,4.75],"texture":"#texture"},"down":{"uv":[8,3,9.75,4.75],"texture":"#texture"}}},{"from":[5.9375,11.4375,7],"to":[6.9375,12.4375,7.75],"rotation":{"angle":45,"axis":"z","origin":[5.9375,12.4375,7]},"faces":{"north":{"uv":[5.5,6.5,6.5,7.5],"texture":"#texture"},"east":{"uv":[3,6.75,4.5,9],"texture":"#texture"},"south":{"uv":[5.5,6.5,6.5,7.5],"texture":"#texture"},"west":{"uv":[3,6.75,4.5,9],"texture":"#texture"},"up":{"uv":[8.75,7.25,10.75,8.5],"texture":"#texture"},"down":{"uv":[8.75,7.25,10.75,8.5],"texture":"#texture"}}},{"from":[7,12.5,7],"to":[8,13.5,7.75],"rotation":{"angle":45,"axis":"z","origin":[7,13.5,7]},"faces":{"north":{"uv":[5.5,6.5,6.5,7.5],"texture":"#texture"},"east":{"uv":[3,6.75,4.5,9],"texture":"#texture"},"south":{"uv":[5.5,6.5,6.5,7.5],"texture":"#texture"},"west":{"uv":[3,6.75,4.5,9],"texture":"#texture"},"up":{"uv":[8.75,7.25,10.75,8.5],"texture":"#texture"},"down":{"uv":[8.75,7.25,10.75,8.5],"texture":"#texture"}}},{"from":[4.9,12.6,7.15],"to":[8.9,13.35,7.65],"rotation":{"angle":45,"axis":"z","origin":[7,13.5,7.15]},"faces":{"north":{"uv":[5.125,2.125,6.125,3.125],"texture":"#texture"},"east":{"uv":[5.125,2.125,6.125,3.125],"texture":"#texture"},"south":{"uv":[5.125,2.125,6.125,3.125],"texture":"#texture"},"west":{"uv":[5.125,2.125,6.125,3.125],"texture":"#texture"},"up":{"uv":[5.125,2.125,6.125,3.125],"texture":"#texture"},"down":{"uv":[5.125,2.125,6.125,3.125],"texture":"#texture"}}},{"from":[4.9,2.75,7.15],"to":[8.9,3.5,7.65],"rotation":{"angle":-45,"axis":"z","origin":[7,2.6,7.15]},"faces":{"north":{"uv":[5.125,3.125,6.125,2.125],"texture":"#texture"},"east":{"uv":[5.125,3.125,6.125,2.125],"texture":"#texture"},"south":{"uv":[5.125,3.125,6.125,2.125],"texture":"#texture"},"west":{"uv":[5.125,3.125,6.125,2.125],"texture":"#texture"},"up":{"uv":[5.125,3.125,6.125,2.125],"texture":"#texture"},"down":{"uv":[5.125,3.125,6.125,2.125],"texture":"#texture"}}},{"from":[8,13.5,7],"to":[9,14.5,7.75],"rotation":{"angle":45,"axis":"z","origin":[8,14.5,7]},"faces":{"north":{"uv":[5.5,6.5,6.5,7.5],"texture":"#texture"},"east":{"uv":[3,6.75,4.5,9],"texture":"#texture"},"south":{"uv":[5.5,6.5,6.5,7.5],"texture":"#texture"},"west":{"uv":[3,6.75,4.5,9],"texture":"#texture"},"up":{"uv":[8.75,7.25,10.75,8.5],"texture":"#texture"},"down":{"uv":[8.75,7.25,10.75,8.5],"texture":"#texture"}}},{"from":[8.4375,13.75,6.7475],"to":[10.1875,15.25,7.9975],"rotation":{"angle":22.5,"axis":"z","origin":[8.4375,15.25,6.4975]},"faces":{"north":{"uv":[9,2,10.75,3.75],"texture":"#texture"},"east":{"uv":[4.25,1,6,2.75],"texture":"#texture"},"south":{"uv":[9,2,10.75,3.75],"texture":"#texture"},"west":{"uv":[4.25,1,6,2.75],"texture":"#texture"},"up":{"uv":[8,3,9.75,4.75],"texture":"#texture"},"down":{"uv":[8,3,9.75,4.75],"texture":"#texture"}}},{"from":[6.75,3.375,7],"to":[7.75,4.375,7.75],"rotation":{"angle":-45,"axis":"z","origin":[6.75,4.375,7]},"faces":{"north":{"uv":[5.5,6.5,6.5,7.5],"texture":"#texture"},"east":{"uv":[3,6.75,4.5,9],"texture":"#texture"},"south":{"uv":[5.5,6.5,6.5,7.5],"texture":"#texture"},"west":{"uv":[3,6.75,4.5,9],"texture":"#texture"},"up":{"uv":[8.75,7.25,10.75,8.5],"texture":"#texture"},"down":{"uv":[8.75,7.25,10.75,8.5],"texture":"#texture"}}},{"from":[7.75,2.375,7],"to":[8.75,3.375,7.75],"rotation":{"angle":-45,"axis":"z","origin":[7.75,3.375,7]},"faces":{"north":{"uv":[5.5,6.5,6.5,7.5],"texture":"#texture"},"east":{"uv":[3,6.75,4.5,9],"texture":"#texture"},"south":{"uv":[5.5,6.5,6.5,7.5],"texture":"#texture"},"west":{"uv":[3,6.75,4.5,9],"texture":"#texture"},"up":{"uv":[8.75,7.25,10.75,8.5],"texture":"#texture"},"down":{"uv":[8.75,7.25,10.75,8.5],"texture":"#texture"}}},{"from":[8.75,1.375,7],"to":[9.75,2.375,7.75],"rotation":{"angle":-45,"axis":"z","origin":[8.75,2.375,7]},"faces":{"north":{"uv":[5.5,6.5,6.5,7.5],"texture":"#texture"},"east":{"uv":[3,6.75,4.5,9],"texture":"#texture"},"south":{"uv":[5.5,6.5,6.5,7.5],"texture":"#texture"},"west":{"uv":[3,6.75,4.5,9],"texture":"#texture"},"up":{"uv":[8.75,7.25,10.75,8.5],"texture":"#texture"},"down":{"uv":[8.75,7.25,10.75,8.5],"texture":"#texture"}}},{"from":[8.75,10.75,7.375],"to":[10.75,14.75,7.4375],"faces":{"north":{"uv":[0,1.25,16,14.25],"rotation":90,"texture":"#thunderbolt_string"},"south":{"uv":[16,1.25,0,14.25],"rotation":90,"texture":"#thunderbolt_string"}}},{"from":[9.125,0.75,6.7475],"to":[10.875,2.25,7.9975],"rotation":{"angle":-22.5,"axis":"z","origin":[9.125,2.5,6.4975]},"faces":{"north":{"uv":[9,2,10.75,3.75],"texture":"#texture"},"east":{"uv":[4.25,1,6,2.75],"texture":"#texture"},"south":{"uv":[9,2,10.75,3.75],"texture":"#texture"},"west":{"uv":[4.25,1,6,2.75],"texture":"#texture"},"up":{"uv":[8,3,9.75,4.75],"texture":"#texture"},"down":{"uv":[8,3,9.75,4.75],"texture":"#texture"}}},{"from":[6.0625,6,6.75],"to":[7.3125,7.5,8],"faces":{"north":{"uv":[10.5,14.5,11.75,16],"texture":"#texture"},"east":{"uv":[11.5,14.25,12.75,15.75],"texture":"#texture"},"south":{"uv":[10.5,14.5,11.75,16],"texture":"#texture"},"west":{"uv":[11.5,14.25,12.75,15.75],"texture":"#texture"},"up":{"uv":[6.25,14.5,7.5,15.75],"texture":"#texture"},"down":{"uv":[6.0625,6.75,7.3125,8],"texture":"#texture"}}},{"from":[8.75,9,7.375],"to":[10.75,12.25,7.4375],"faces":{"north":{"uv":[0,1.25,16,14.25],"rotation":90,"texture":"#thunderbolt_string"},"south":{"uv":[16,1.25,0,14.25],"rotation":90,"texture":"#thunderbolt_string"}}},{"from":[8.75,6.75,7.375],"to":[10.75,10,7.4375],"faces":{"north":{"uv":[0,1.25,16,14.25],"rotation":90,"texture":"#thunderbolt_string"},"south":{"uv":[16,1.25,0,14.25],"rotation":90,"texture":"#thunderbolt_string"}}},{"from":[8.75,5,7.375],"to":[10.75,8.25,7.4375],"faces":{"north":{"uv":[0,1.25,16,14.25],"rotation":90,"texture":"#thunderbolt_string"},"south":{"uv":[16,1.25,0,14.25],"rotation":90,"texture":"#thunderbolt_string"}}},{"from":[8.75,3.25,7.375],"to":[10.75,6.5,7.4375],"faces":{"north":{"uv":[0,1.25,16,14.25],"rotation":90,"texture":"#thunderbolt_string"},"south":{"uv":[16,1.25,0,14.25],"rotation":90,"texture":"#thunderbolt_string"}}},{"from":[8.75,1.25,7.375],"to":[10.75,4.5,7.4375],"faces":{"north":{"uv":[0,1.25,16,14.25],"rotation":90,"texture":"#thunderbolt_string"},"south":{"uv":[16,1.25,0,14.25],"rotation":90,"texture":"#thunderbolt_string"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-90,0],"translation":[-1.37,-2.5,4],"scale":[1.75,1.75,1.75]},"thirdperson_lefthand":{"rotation":[0,90,0],"translation":[0.38,-2.5,4],"scale":[1.75,1.75,1.75]},"firstperson_righthand":{"rotation":[-5,-90,0],"translation":[0.5,7,0]},"firstperson_lefthand":{"rotation":[-5,90,0],"translation":[1.5,7,0]},"ground":{"rotation":[45,45,0],"translation":[0,5.5,0],"scale":[0.9,0.9,0.9]},"gui":{"rotation":[-20,160,30],"translation":[-1,0.25,0],"scale":[-1,1,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/archer/bow_thunder_b.json b/assets/minecraft/models/item/wynn/weapon/archer/bow_thunder_b.json new file mode 100644 index 000000000..54b2955aa --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/archer/bow_thunder_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"texture":"wynn/weapon/archer/thunder_bow_all","thunderbolt":"wynn/weapon/anim/thunder_spark_alt","thunderbolt_string":"wynn/weapon/anim/thunder_arch"},"elements":[{"from":[7,7.75,7.25],"to":[7.25,8.25,7.5],"faces":{"north":{"uv":[8.25,5.5,9.25,8],"texture":"#texture"},"east":{"uv":[7.75,6,8.75,8.5],"texture":"#texture"},"south":{"uv":[8.25,5.5,9.25,8],"texture":"#texture"},"west":{"uv":[7.75,6,8.75,8.5],"texture":"#texture"},"up":{"uv":[8.25,6.5,9.25,7.5],"texture":"#texture"},"down":{"uv":[8.25,6.5,9.25,7.5],"texture":"#texture"}}},{"from":[6.75,8.25,7],"to":[7.5,9.75,7.75],"faces":{"north":{"uv":[5.5,13.5,7,16],"texture":"#texture"},"east":{"uv":[7.5,13.5,9,16],"texture":"#texture"},"south":{"uv":[5.5,13.5,7,16],"texture":"#texture"},"west":{"uv":[7.5,13.5,9,16],"texture":"#texture"},"up":{"uv":[9,13.5,11,15.5],"texture":"#texture"},"down":{"uv":[9,13.5,11,15.5],"texture":"#texture"}}},{"from":[6.875,9.25,7.125],"to":[7.375,10.25,7.625],"faces":{"north":{"uv":[8,1.5,9,4],"texture":"#texture"},"east":{"uv":[8.5,2,9.5,4.5],"texture":"#texture"},"south":{"uv":[8,1.5,9,4],"texture":"#texture"},"west":{"uv":[8.5,2,9.5,4.5],"texture":"#texture"},"up":{"uv":[8.5,2.5,9.5,3.5],"texture":"#texture"},"down":{"uv":[8.5,2.5,9.5,3.5],"texture":"#texture"}}},{"from":[6.75,6.25,7],"to":[7.5,7.75,7.75],"faces":{"north":{"uv":[5.5,13.5,7,16],"texture":"#texture"},"east":{"uv":[7.5,13.5,9,16],"texture":"#texture"},"south":{"uv":[5.5,13.5,7,16],"texture":"#texture"},"west":{"uv":[7.5,13.5,9,16],"texture":"#texture"},"up":{"uv":[9,13.5,11,15.5],"texture":"#texture"},"down":{"uv":[9,13.5,11,15.5],"texture":"#texture"}}},{"from":[6.875,5.75,7.125],"to":[7.375,6.75,7.625],"faces":{"north":{"uv":[8,1.5,9,4],"texture":"#texture"},"east":{"uv":[8.5,2,9.5,4.5],"texture":"#texture"},"south":{"uv":[8,1.5,9,4],"texture":"#texture"},"west":{"uv":[8.5,2,9.5,4.5],"texture":"#texture"},"up":{"uv":[8.5,2.5,9.5,3.5],"texture":"#texture"},"down":{"uv":[8.5,2.5,9.5,3.5],"texture":"#texture"}}},{"from":[6.53125,9.96875,7.125],"to":[7.03125,10.9688,7.625],"rotation":{"angle":22.5,"axis":"z","origin":[6.53125,10.9688,7.125]},"faces":{"north":{"uv":[8,1.5,9,4],"texture":"#texture"},"east":{"uv":[8.5,2,9.5,4.5],"texture":"#texture"},"south":{"uv":[8,1.5,9,4],"texture":"#texture"},"west":{"uv":[8.5,2,9.5,4.5],"texture":"#texture"},"up":{"uv":[8.5,2.5,9.5,3.5],"texture":"#texture"},"down":{"uv":[8.5,2.5,9.5,3.5],"texture":"#texture"}}},{"from":[5.9375,10.5,7.125],"to":[6.4375,11.5,7.625],"rotation":{"angle":45,"axis":"z","origin":[5.9375,11.5,7.125]},"faces":{"north":{"uv":[8,1.5,9,4],"texture":"#texture"},"east":{"uv":[8.5,2,9.5,4.5],"texture":"#texture"},"south":{"uv":[8,1.5,9,4],"texture":"#texture"},"west":{"uv":[8.5,2,9.5,4.5],"texture":"#texture"},"up":{"uv":[8.5,2.5,9.5,3.5],"texture":"#texture"},"down":{"uv":[8.5,2.5,9.5,3.5],"texture":"#texture"}}},{"from":[6.90625,4.9375,7.125],"to":[7.40625,5.9375,7.625],"rotation":{"angle":-22.5,"axis":"z","origin":[6.90625,5.9375,7.125]},"faces":{"north":{"uv":[8,1.5,9,4],"texture":"#texture"},"east":{"uv":[8.5,2,9.5,4.5],"texture":"#texture"},"south":{"uv":[8,1.5,9,4],"texture":"#texture"},"west":{"uv":[8.5,2,9.5,4.5],"texture":"#texture"},"up":{"uv":[8.5,2.5,9.5,3.5],"texture":"#texture"},"down":{"uv":[8.5,2.5,9.5,3.5],"texture":"#texture"}}},{"from":[6.625,4.1875,7.125],"to":[7.125,5.1875,7.625],"rotation":{"angle":-45,"axis":"z","origin":[6.625,5.1875,7.125]},"faces":{"north":{"uv":[8,1.5,9,4],"texture":"#texture"},"east":{"uv":[8.5,2,9.5,4.5],"texture":"#texture"},"south":{"uv":[8,1.5,9,4],"texture":"#texture"},"west":{"uv":[8.5,2,9.5,4.5],"texture":"#texture"},"up":{"uv":[8.5,2.5,9.5,3.5],"texture":"#texture"},"down":{"uv":[8.5,2.5,9.5,3.5],"texture":"#texture"}}},{"from":[5.9375,11.4375,7.125],"to":[6.4375,12.4375,7.625],"rotation":{"angle":45,"axis":"z","origin":[5.9375,12.4375,7.125]},"faces":{"north":{"uv":[9.5,5,11,8],"texture":"#texture"},"east":{"uv":[4,6.5,5.5,9],"texture":"#texture"},"south":{"uv":[9.5,5,11,8],"texture":"#texture"},"west":{"uv":[4,6.5,5.5,9],"texture":"#texture"},"up":{"uv":[7,6,9,8],"texture":"#texture"},"down":{"uv":[7,6,9,8],"texture":"#texture"}}},{"from":[6.5,12,7.125],"to":[7,13,7.625],"rotation":{"angle":45,"axis":"z","origin":[6.5,13,7.125]},"faces":{"north":{"uv":[9.5,5,11,8],"texture":"#texture"},"east":{"uv":[4,6.5,5.5,9],"texture":"#texture"},"south":{"uv":[9.5,5,11,8],"texture":"#texture"},"west":{"uv":[4,6.5,5.5,9],"texture":"#texture"},"up":{"uv":[7,6,9,8],"texture":"#texture"},"down":{"uv":[7,6,9,8],"texture":"#texture"}}},{"from":[7,12.5,7.125],"to":[7.5,13.5,7.625],"rotation":{"angle":45,"axis":"z","origin":[7,13.5,7.125]},"faces":{"north":{"uv":[9.5,5,11,8],"texture":"#texture"},"east":{"uv":[4,6.5,5.5,9],"texture":"#texture"},"south":{"uv":[9.5,5,11,8],"texture":"#texture"},"west":{"uv":[4,6.5,5.5,9],"texture":"#texture"},"up":{"uv":[7,6,9,8],"texture":"#texture"},"down":{"uv":[7,6,9,8],"texture":"#texture"}}},{"from":[7.5,13,7.125],"to":[8,14,7.625],"rotation":{"angle":45,"axis":"z","origin":[7.5,14,7.125]},"faces":{"north":{"uv":[9.5,5,11,8],"texture":"#texture"},"east":{"uv":[4,6.5,5.5,9],"texture":"#texture"},"south":{"uv":[9.5,5,11,8],"texture":"#texture"},"west":{"uv":[4,6.5,5.5,9],"texture":"#texture"},"up":{"uv":[7,6,9,8],"texture":"#texture"},"down":{"uv":[7,6,9,8],"texture":"#texture"}}},{"from":[8,13.5,7.125],"to":[8.5,14.5,7.625],"rotation":{"angle":45,"axis":"z","origin":[8,14.5,7.125]},"faces":{"north":{"uv":[9.5,5,11,8],"texture":"#texture"},"east":{"uv":[4,6.5,5.5,9],"texture":"#texture"},"south":{"uv":[9.5,5,11,8],"texture":"#texture"},"west":{"uv":[4,6.5,5.5,9],"texture":"#texture"},"up":{"uv":[7,6,9,8],"texture":"#texture"},"down":{"uv":[7,6,9,8],"texture":"#texture"}}},{"from":[8.5,14,7.125],"to":[9,15,7.625],"rotation":{"angle":45,"axis":"z","origin":[8.5,15,7.125]},"faces":{"north":{"uv":[9.5,5,11,8],"texture":"#texture"},"east":{"uv":[4,6.5,5.5,9],"texture":"#texture"},"south":{"uv":[9.5,5,11,8],"texture":"#texture"},"west":{"uv":[4,6.5,5.5,9],"texture":"#texture"},"up":{"uv":[7,6,9,8],"texture":"#texture"},"down":{"uv":[7,6,9,8],"texture":"#texture"}}},{"from":[9,14.5,7.125],"to":[9.5,15.5,7.625],"rotation":{"angle":45,"axis":"z","origin":[9,15.5,7.125]},"faces":{"north":{"uv":[9.5,5,11,8],"texture":"#texture"},"east":{"uv":[4,6.5,5.5,9],"texture":"#texture"},"south":{"uv":[9.5,5,11,8],"texture":"#texture"},"west":{"uv":[4,6.5,5.5,9],"texture":"#texture"},"up":{"uv":[7,6,9,8],"texture":"#texture"},"down":{"uv":[7,6,9,8],"texture":"#texture"}}},{"from":[9.375,15.375,7.125],"to":[10.875,15.875,7.625],"faces":{"north":{"uv":[9.5,5,11,8],"texture":"#texture"},"east":{"uv":[4,6.5,5.5,9],"texture":"#texture"},"south":{"uv":[9.5,5,11,8],"texture":"#texture"},"west":{"uv":[4,6.5,5.5,9],"texture":"#texture"},"up":{"uv":[7,6,9,8],"texture":"#texture"},"down":{"uv":[7,6,9,8],"texture":"#texture"}}},{"from":[9.5625,15,7.125],"to":[10.875,15.5,7.625],"faces":{"north":{"uv":[9.5,5,11,8],"texture":"#texture"},"east":{"uv":[4,6.5,5.5,9],"texture":"#texture"},"south":{"uv":[9.5,5,11,8],"texture":"#texture"},"west":{"uv":[4,6.5,5.5,9],"texture":"#texture"},"up":{"uv":[7,6,9,8],"texture":"#texture"},"down":{"uv":[7,6,9,8],"texture":"#texture"}}},{"from":[9.5625,0.6875,7.125],"to":[10.875,1.1875,7.625],"faces":{"north":{"uv":[9.5,5,11,8],"texture":"#texture"},"east":{"uv":[4,6.5,5.5,9],"texture":"#texture"},"south":{"uv":[9.5,5,11,8],"texture":"#texture"},"west":{"uv":[4,6.5,5.5,9],"texture":"#texture"},"up":{"uv":[7,6,9,8],"texture":"#texture"},"down":{"uv":[7,6,9,8],"texture":"#texture"}}},{"from":[9.375,0.3125,7.125],"to":[10.875,0.8125,7.625],"faces":{"north":{"uv":[9.5,5,11,8],"texture":"#texture"},"east":{"uv":[4,6.5,5.5,9],"texture":"#texture"},"south":{"uv":[9.5,5,11,8],"texture":"#texture"},"west":{"uv":[4,6.5,5.5,9],"texture":"#texture"},"up":{"uv":[7,6,9,8],"texture":"#texture"},"down":{"uv":[7,6,9,8],"texture":"#texture"}}},{"from":[6.75,3.375,7.125],"to":[7.25,4.375,7.625],"rotation":{"angle":-45,"axis":"z","origin":[6.75,4.375,7.125]},"faces":{"north":{"uv":[9.5,5,11,8],"texture":"#texture"},"east":{"uv":[4,6.5,5.5,9],"texture":"#texture"},"south":{"uv":[9.5,5,11,8],"texture":"#texture"},"west":{"uv":[4,6.5,5.5,9],"texture":"#texture"},"up":{"uv":[7,6,9,8],"texture":"#texture"},"down":{"uv":[7,6,9,8],"texture":"#texture"}}},{"from":[7.25,2.875,7.125],"to":[7.75,3.875,7.625],"rotation":{"angle":-45,"axis":"z","origin":[7.25,3.875,7.125]},"faces":{"north":{"uv":[9.5,5,11,8],"texture":"#texture"},"east":{"uv":[4,6.5,5.5,9],"texture":"#texture"},"south":{"uv":[9.5,5,11,8],"texture":"#texture"},"west":{"uv":[4,6.5,5.5,9],"texture":"#texture"},"up":{"uv":[7,6,9,8],"texture":"#texture"},"down":{"uv":[7,6,9,8],"texture":"#texture"}}},{"from":[7.75,2.375,7.125],"to":[8.25,3.375,7.625],"rotation":{"angle":-45,"axis":"z","origin":[7.75,3.375,7.125]},"faces":{"north":{"uv":[9.5,5,11,8],"texture":"#texture"},"east":{"uv":[4,6.5,5.5,9],"texture":"#texture"},"south":{"uv":[9.5,5,11,8],"texture":"#texture"},"west":{"uv":[4,6.5,5.5,9],"texture":"#texture"},"up":{"uv":[7,6,9,8],"texture":"#texture"},"down":{"uv":[7,6,9,8],"texture":"#texture"}}},{"from":[8.25,1.875,7.125],"to":[8.75,2.875,7.625],"rotation":{"angle":-45,"axis":"z","origin":[8.25,2.875,7.125]},"faces":{"north":{"uv":[9.5,5,11,8],"texture":"#texture"},"east":{"uv":[4,6.5,5.5,9],"texture":"#texture"},"south":{"uv":[9.5,5,11,8],"texture":"#texture"},"west":{"uv":[4,6.5,5.5,9],"texture":"#texture"},"up":{"uv":[7,6,9,8],"texture":"#texture"},"down":{"uv":[7,6,9,8],"texture":"#texture"}}},{"from":[8.75,1.375,7.125],"to":[9.25,2.375,7.625],"rotation":{"angle":-45,"axis":"z","origin":[8.75,2.375,7.125]},"faces":{"north":{"uv":[9.5,5,11,8],"texture":"#texture"},"east":{"uv":[4,6.5,5.5,9],"texture":"#texture"},"south":{"uv":[9.5,5,11,8],"texture":"#texture"},"west":{"uv":[4,6.5,5.5,9],"texture":"#texture"},"up":{"uv":[7,6,9,8],"texture":"#texture"},"down":{"uv":[7,6,9,8],"texture":"#texture"}}},{"from":[9.25,0.875,7.125],"to":[9.75,1.875,7.625],"rotation":{"angle":-45,"axis":"z","origin":[9.25,1.875,7.125]},"faces":{"north":{"uv":[9.5,5,11,8],"texture":"#texture"},"east":{"uv":[4,6.5,5.5,9],"texture":"#texture"},"south":{"uv":[9.5,5,11,8],"texture":"#texture"},"west":{"uv":[4,6.5,5.5,9],"texture":"#texture"},"up":{"uv":[7,6,9,8],"texture":"#texture"},"down":{"uv":[7,6,9,8],"texture":"#texture"}}},{"from":[9.75,0.375,7.125],"to":[10.25,1.375,7.625],"rotation":{"angle":-45,"axis":"z","origin":[9.75,1.375,7.125]},"faces":{"north":{"uv":[9.5,5,11,8],"texture":"#texture"},"east":{"uv":[4,6.5,5.5,9],"texture":"#texture"},"south":{"uv":[9.5,5,11,8],"texture":"#texture"},"west":{"uv":[4,6.5,5.5,9],"texture":"#texture"},"up":{"uv":[7,6,9,8],"texture":"#texture"},"down":{"uv":[7,6,9,8],"texture":"#texture"}}},{"from":[10.5,15,6.875],"to":[11.5,16,7.875],"faces":{"north":{"uv":[8,1.5,9,4],"texture":"#texture"},"east":{"uv":[8.5,2,9.5,4.5],"texture":"#texture"},"south":{"uv":[8,1.5,9,4],"texture":"#texture"},"west":{"uv":[8.5,2,9.5,4.5],"texture":"#texture"},"up":{"uv":[8.5,2.5,9.5,3.5],"texture":"#texture"},"down":{"uv":[8.5,2.5,9.5,3.5],"texture":"#texture"}}},{"from":[10.5,0.125,6.875],"to":[11.5,1.25,7.875],"faces":{"north":{"uv":[8,1.5,9,4],"texture":"#texture"},"east":{"uv":[8.5,2,9.5,4.5],"texture":"#texture"},"south":{"uv":[8,1.5,9,4],"texture":"#texture"},"west":{"uv":[8.5,2,9.5,4.5],"texture":"#texture"},"up":{"uv":[8.5,2.5,9.5,3.5],"texture":"#texture"},"down":{"uv":[8.5,2.5,9.5,3.5],"texture":"#texture"}}},{"from":[9.5,10.5,7.375],"to":[12,15,7.4375],"faces":{"north":{"uv":[0,1.5,16,13.5],"rotation":90,"texture":"#thunderbolt_string"},"south":{"uv":[0,1.5,16,13.5],"rotation":90,"texture":"#thunderbolt_string"}}},{"from":[10.5,15.5,6.875],"to":[11.5,16.5,7.875],"rotation":{"angle":45,"axis":"z","origin":[10.5,16.5,6.875]},"faces":{"north":{"uv":[8,1.5,9,4],"texture":"#texture"},"east":{"uv":[8.5,2,9.5,4.5],"texture":"#texture"},"south":{"uv":[8,1.5,9,4],"texture":"#texture"},"west":{"uv":[8.5,2,9.5,4.5],"texture":"#texture"},"up":{"uv":[8.5,2.5,9.5,3.5],"texture":"#texture"},"down":{"uv":[8.5,2.5,9.5,3.5],"texture":"#texture"}}},{"from":[11.1875,16.6875,6.875],"to":[12.1875,17.1875,7.875],"faces":{"north":{"uv":[8,1.5,9,4],"texture":"#texture"},"east":{"uv":[8.5,2,9.5,4.5],"texture":"#texture"},"south":{"uv":[8,1.5,9,4],"texture":"#texture"},"west":{"uv":[8.5,2,9.5,4.5],"texture":"#texture"},"up":{"uv":[8.5,2.5,9.5,3.5],"texture":"#texture"},"down":{"uv":[8.5,2.5,9.5,3.5],"texture":"#texture"}}},{"from":[11.0625,15.8125,6.875],"to":[12.0625,16.3125,7.875],"rotation":{"angle":45,"axis":"z","origin":[11.0625,16.3125,6.875]},"faces":{"north":{"uv":[8,1.5,9,4],"texture":"#texture"},"east":{"uv":[8.5,2,9.5,4.5],"texture":"#texture"},"south":{"uv":[8,1.5,9,4],"texture":"#texture"},"west":{"uv":[8.5,2,9.5,4.5],"texture":"#texture"},"up":{"uv":[8.5,2.5,9.5,3.5],"texture":"#texture"},"down":{"uv":[8.5,2.5,9.5,3.5],"texture":"#texture"}}},{"from":[10.5,15.5,6.875],"to":[11.5,16.5,7.875],"rotation":{"angle":-45,"axis":"z","origin":[10.5,16.5,6.875]},"faces":{"north":{"uv":[8,1.5,9,4],"texture":"#texture"},"east":{"uv":[8.5,2,9.5,4.5],"texture":"#texture"},"south":{"uv":[8,1.5,9,4],"texture":"#texture"},"west":{"uv":[8.5,2,9.5,4.5],"texture":"#texture"},"up":{"uv":[8.5,2.5,9.5,3.5],"texture":"#texture"},"down":{"uv":[8.5,2.5,9.5,3.5],"texture":"#texture"}}},{"from":[10.5,14.125,6.875],"to":[11.125,15,7.875],"faces":{"north":{"uv":[8,1.5,9,4],"texture":"#texture"},"east":{"uv":[8.5,2,9.5,4.5],"texture":"#texture"},"south":{"uv":[8,1.5,9,4],"texture":"#texture"},"west":{"uv":[8.5,2,9.5,4.5],"texture":"#texture"},"up":{"uv":[8.5,2.5,9.5,3.5],"texture":"#texture"},"down":{"uv":[8.5,2.5,9.5,3.5],"texture":"#texture"}}},{"from":[11,14.25,6.875],"to":[11.5625,15.25,7.875],"rotation":{"angle":-22.5,"axis":"z","origin":[11,15.25,6.875]},"faces":{"north":{"uv":[8,1.5,9,4],"texture":"#texture"},"east":{"uv":[8.5,2,9.5,4.5],"texture":"#texture"},"south":{"uv":[8,1.5,9,4],"texture":"#texture"},"west":{"uv":[8.5,2,9.5,4.5],"texture":"#texture"},"up":{"uv":[8.5,2.5,9.5,3.5],"texture":"#texture"},"down":{"uv":[8.5,2.5,9.5,3.5],"texture":"#texture"}}},{"from":[10,-0.6875,6.875],"to":[11,0.3125,7.875],"rotation":{"angle":45,"axis":"z","origin":[10,0.3125,6.875]},"faces":{"north":{"uv":[8,1.5,9,4],"texture":"#texture"},"east":{"uv":[8.5,2,9.5,4.5],"texture":"#texture"},"south":{"uv":[8,1.5,9,4],"texture":"#texture"},"west":{"uv":[8.5,2,9.5,4.5],"texture":"#texture"},"up":{"uv":[8.5,2.5,9.5,3.5],"texture":"#texture"},"down":{"uv":[8.5,2.5,9.5,3.5],"texture":"#texture"}}},{"from":[11.375,-0.6875,6.875],"to":[12.375,0.3125,7.875],"rotation":{"angle":-45,"axis":"z","origin":[11.375,0.3125,6.875]},"faces":{"north":{"uv":[8,1.5,9,4],"texture":"#texture"},"east":{"uv":[8.5,2,9.5,4.5],"texture":"#texture"},"south":{"uv":[8,1.5,9,4],"texture":"#texture"},"west":{"uv":[8.5,2,9.5,4.5],"texture":"#texture"},"up":{"uv":[8.5,2.5,9.5,3.5],"texture":"#texture"},"down":{"uv":[8.5,2.5,9.5,3.5],"texture":"#texture"}}},{"from":[10.5,1.25,6.875],"to":[11.125,2.125,7.875],"faces":{"north":{"uv":[8,1.5,9,4],"texture":"#texture"},"east":{"uv":[8.5,2,9.5,4.5],"texture":"#texture"},"south":{"uv":[8,1.5,9,4],"texture":"#texture"},"west":{"uv":[8.5,2,9.5,4.5],"texture":"#texture"},"up":{"uv":[8.5,2.5,9.5,3.5],"texture":"#texture"},"down":{"uv":[8.5,2.5,9.5,3.5],"texture":"#texture"}}},{"from":[10.625,0.875,6.875],"to":[11.1875,1.875,7.875],"rotation":{"angle":22.5,"axis":"z","origin":[10.625,1.875,6.875]},"faces":{"north":{"uv":[8,1.5,9,4],"texture":"#texture"},"east":{"uv":[8.5,2,9.5,4.5],"texture":"#texture"},"south":{"uv":[8,1.5,9,4],"texture":"#texture"},"west":{"uv":[8.5,2,9.5,4.5],"texture":"#texture"},"up":{"uv":[8.5,2.5,9.5,3.5],"texture":"#texture"},"down":{"uv":[8.5,2.5,9.5,3.5],"texture":"#texture"}}},{"from":[11.3125,-1.0625,6.875],"to":[12.3125,-0.5625,7.875],"faces":{"north":{"uv":[8,1.5,9,4],"texture":"#texture"},"east":{"uv":[8.5,2,9.5,4.5],"texture":"#texture"},"south":{"uv":[8,1.5,9,4],"texture":"#texture"},"west":{"uv":[8.5,2,9.5,4.5],"texture":"#texture"},"up":{"uv":[8.5,2.5,9.5,3.5],"texture":"#texture"},"down":{"uv":[8.5,2.5,9.5,3.5],"texture":"#texture"}}},{"from":[11.625,-0.375,6.875],"to":[12.625,0.125,7.875],"rotation":{"angle":-45,"axis":"z","origin":[11.625,0.125,6.875]},"faces":{"north":{"uv":[8,1.5,9,4],"texture":"#texture"},"east":{"uv":[8.5,2,9.5,4.5],"texture":"#texture"},"south":{"uv":[8,1.5,9,4],"texture":"#texture"},"west":{"uv":[8.5,2,9.5,4.5],"texture":"#texture"},"up":{"uv":[8.5,2.5,9.5,3.5],"texture":"#texture"},"down":{"uv":[8.5,2.5,9.5,3.5],"texture":"#texture"}}},{"from":[4.75,10.25,7.375],"to":[8.25,13.75,7.4375],"faces":{"north":{"uv":[3.5,3,12,12.5],"texture":"#thunderbolt"},"south":{"uv":[12,3,3.5,12.5],"texture":"#thunderbolt"}}},{"from":[9.5,7.5,7.375],"to":[12,12,7.4375],"faces":{"north":{"uv":[0,1.5,16,13.5],"rotation":90,"texture":"#thunderbolt_string"},"south":{"uv":[0,1.5,16,13.5],"rotation":90,"texture":"#thunderbolt_string"}}},{"from":[9.5,5,7.375],"to":[12,9.5,7.4375],"faces":{"north":{"uv":[0,1.5,16,13.5],"rotation":90,"texture":"#thunderbolt_string"},"south":{"uv":[0,1.5,16,13.5],"rotation":90,"texture":"#thunderbolt_string"}}},{"from":[9.5,2.5,7.375],"to":[12,7,7.4375],"faces":{"north":{"uv":[0,1.5,16,13.5],"rotation":90,"texture":"#thunderbolt_string"},"south":{"uv":[0,1.5,16,13.5],"rotation":90,"texture":"#thunderbolt_string"}}},{"from":[9.5,0,7.375],"to":[12,4.5,7.4375],"faces":{"north":{"uv":[0,1.5,16,13.5],"rotation":90,"texture":"#thunderbolt_string"},"south":{"uv":[0,1.5,16,13.5],"rotation":90,"texture":"#thunderbolt_string"}}},{"from":[5.25,11,7.375],"to":[8.75,14.5,7.4375],"faces":{"north":{"uv":[3.5,3,12,12.5],"texture":"#thunderbolt"},"south":{"uv":[12,3,3.5,12.5],"texture":"#thunderbolt"}}},{"from":[5.75,11.75,7.375],"to":[9.25,15.25,7.4375],"faces":{"north":{"uv":[3.5,3,12,12.5],"texture":"#thunderbolt"},"south":{"uv":[12,3,3.5,12.5],"texture":"#thunderbolt"}}},{"from":[6.25,12.25,7.375],"to":[9.75,15.75,7.4375],"faces":{"north":{"uv":[3.5,3,12,12.5],"texture":"#thunderbolt"},"south":{"uv":[12,3,3.5,12.5],"texture":"#thunderbolt"}}},{"from":[7,13,7.375],"to":[10.5,16.5,7.4375],"faces":{"north":{"uv":[3.5,3,12,12.5],"texture":"#thunderbolt"},"south":{"uv":[12,3,3.5,12.5],"texture":"#thunderbolt"}}},{"from":[7.75,13.5,7.375],"to":[11.25,17,7.4375],"faces":{"north":{"uv":[3.5,3,12,12.5],"texture":"#thunderbolt"},"south":{"uv":[12,3,3.5,12.5],"texture":"#thunderbolt"}}},{"from":[8.5,13.75,7.375],"to":[12,17.25,7.4375],"faces":{"north":{"uv":[3.5,3,12,12.5],"texture":"#thunderbolt"},"south":{"uv":[12,3,3.5,12.5],"texture":"#thunderbolt"}}},{"from":[5.25,1.75,7.375],"to":[8.75,5.25,7.4375],"faces":{"north":{"uv":[3.5,3,12,12.5],"texture":"#thunderbolt"},"south":{"uv":[12,3,3.5,12.5],"texture":"#thunderbolt"}}},{"from":[6,1.25,7.375],"to":[9.5,4.75,7.4375],"faces":{"north":{"uv":[3.5,3,12,12.5],"texture":"#thunderbolt"},"south":{"uv":[12,3,3.5,12.5],"texture":"#thunderbolt"}}},{"from":[6.5,0.5,7.375],"to":[10,4,7.4375],"faces":{"north":{"uv":[3.5,3,12,12.5],"texture":"#thunderbolt"},"south":{"uv":[12,3,3.5,12.5],"texture":"#thunderbolt"}}},{"from":[7,0,7.375],"to":[10.5,3.5,7.4375],"faces":{"north":{"uv":[3.5,3,12,12.5],"texture":"#thunderbolt"},"south":{"uv":[12,3,3.5,12.5],"texture":"#thunderbolt"}}},{"from":[7.5,-0.5,7.375],"to":[11,3,7.4375],"faces":{"north":{"uv":[3.5,3,12,12.5],"texture":"#thunderbolt"},"south":{"uv":[12,3,3.5,12.5],"texture":"#thunderbolt"}}},{"from":[8.25,-1,7.375],"to":[11.75,2.5,7.4375],"faces":{"north":{"uv":[3.5,3,12,12.5],"texture":"#thunderbolt"},"south":{"uv":[12,3,3.5,12.5],"texture":"#thunderbolt"}}},{"from":[4.75,2.25,7.375],"to":[8.25,5.75,7.4375],"faces":{"north":{"uv":[3.5,3,12,12.5],"texture":"#thunderbolt"},"south":{"uv":[12,3,3.5,12.5],"texture":"#thunderbolt"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-90,0],"translation":[-1.37,-2.25,3],"scale":[1.75,1.75,1.75]},"thirdperson_lefthand":{"rotation":[0,90,0],"translation":[0.38,-2.25,2.75],"scale":[1.75,1.75,1.75]},"firstperson_righthand":{"rotation":[-5,-90,0],"translation":[0.5,7.5,0],"scale":[0.9,0.9,0.9]},"firstperson_lefthand":{"rotation":[-5,90,0],"translation":[0.5,7.5,0.25],"scale":[0.9,0.9,0.9]},"ground":{"rotation":[45,45,0],"translation":[0,5.5,0],"scale":[0.9,0.9,0.9]},"gui":{"rotation":[-20,160,30],"translation":[-1.5,1.25,0],"scale":[-1.1,1.1,1.1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/archer/bow_thunder_c.json b/assets/minecraft/models/item/wynn/weapon/archer/bow_thunder_c.json new file mode 100644 index 000000000..213d3b098 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/archer/bow_thunder_c.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"texture":"wynn/weapon/archer/thunder_bow_all","thunderbolt":"wynn/weapon/anim/thunder_spark_alt","thunderbolt_string":"wynn/weapon/anim/thunder_arch"},"elements":[{"from":[6.6,7.25,6.85],"to":[7.65,8.75,7.9],"faces":{"north":{"uv":[11.25,13,13,16],"texture":"#texture"},"east":{"uv":[5.25,13.25,6.75,16],"texture":"#texture"},"south":{"uv":[11.25,13,13,16],"texture":"#texture"},"west":{"uv":[5.25,13.25,6.75,16],"texture":"#texture"},"up":{"uv":[4.5,13.5,7,15.75],"texture":"#texture"},"down":{"uv":[4.5,13.5,7,15.75],"texture":"#texture"}}},{"from":[6.75,8.25,7],"to":[7.5,9.25,7.75],"faces":{"north":{"uv":[11.25,13,13,16],"texture":"#texture"},"east":{"uv":[5.25,13.25,6.75,16],"texture":"#texture"},"south":{"uv":[11.25,13,13,16],"texture":"#texture"},"west":{"uv":[5.25,13.25,6.75,16],"texture":"#texture"},"up":{"uv":[4.5,13.5,7,15.75],"texture":"#texture"},"down":{"uv":[4.5,13.5,7,15.75],"texture":"#texture"}}},{"from":[6.875,9.25,7.125],"to":[7.375,10.25,7.625],"faces":{"north":{"uv":[9,3.5,10.5,4.5],"texture":"#texture"},"east":{"uv":[7.875,3.5,9.375,4.5],"texture":"#texture"},"south":{"uv":[5.5,3.5,7,4.5],"texture":"#texture"},"west":{"uv":[6.625,3.5,8.125,4.5],"texture":"#texture"},"up":{"uv":[6.5,2.25,8,3.75],"texture":"#texture"},"down":{"uv":[6.5,2.25,8,3.75],"texture":"#texture"}}},{"from":[6.75,6.75,7],"to":[7.5,7.75,7.75],"faces":{"north":{"uv":[11.25,13,13,16],"texture":"#texture"},"east":{"uv":[5.25,13.25,6.75,16],"texture":"#texture"},"south":{"uv":[11.25,13,13,16],"texture":"#texture"},"west":{"uv":[5.25,13.25,6.75,16],"texture":"#texture"},"up":{"uv":[4.5,13.5,7,15.75],"texture":"#texture"},"down":{"uv":[4.5,13.5,7,15.75],"texture":"#texture"}}},{"from":[6.875,5.75,7.125],"to":[7.375,6.75,7.625],"faces":{"north":{"uv":[9,3.5,10.5,4.5],"texture":"#texture"},"east":{"uv":[7.875,3.5,9.375,4.5],"texture":"#texture"},"south":{"uv":[5.5,3.5,7,4.5],"texture":"#texture"},"west":{"uv":[6.625,3.5,8.125,4.5],"texture":"#texture"},"up":{"uv":[6.5,2.25,8,3.75],"texture":"#texture"},"down":{"uv":[6.5,2.25,8,3.75],"texture":"#texture"}}},{"from":[6.53125,9.96875,7.125],"to":[7.03125,10.9688,7.625],"rotation":{"angle":22.5,"axis":"z","origin":[6.53125,10.9688,7.125]},"faces":{"north":{"uv":[9,3.5,10.5,4.5],"texture":"#texture"},"east":{"uv":[7.875,3.5,9.375,4.5],"texture":"#texture"},"south":{"uv":[5.5,3.5,7,4.5],"texture":"#texture"},"west":{"uv":[6.625,3.5,8.125,4.5],"texture":"#texture"},"up":{"uv":[6.5,2.25,8,3.75],"texture":"#texture"},"down":{"uv":[6.5,2.25,8,3.75],"texture":"#texture"}}},{"from":[5.9375,10.5,7.125],"to":[6.4375,11.5,7.625],"rotation":{"angle":45,"axis":"z","origin":[5.9375,11.5,7.125]},"faces":{"north":{"uv":[9,3.5,10.5,4.5],"texture":"#texture"},"east":{"uv":[7.875,3.5,9.375,4.5],"texture":"#texture"},"south":{"uv":[5.5,3.5,7,4.5],"texture":"#texture"},"west":{"uv":[6.625,3.5,8.125,4.5],"texture":"#texture"},"up":{"uv":[6.5,2.25,8,3.75],"texture":"#texture"},"down":{"uv":[6.5,2.25,8,3.75],"texture":"#texture"}}},{"from":[6.90625,4.9375,7.125],"to":[7.40625,5.9375,7.625],"rotation":{"angle":-22.5,"axis":"z","origin":[6.90625,5.9375,7.125]},"faces":{"north":{"uv":[9,3.5,10.5,4.5],"texture":"#texture"},"east":{"uv":[7.875,3.5,9.375,4.5],"texture":"#texture"},"south":{"uv":[5.5,3.5,7,4.5],"texture":"#texture"},"west":{"uv":[6.625,3.5,8.125,4.5],"texture":"#texture"},"up":{"uv":[6.5,2.25,8,3.75],"texture":"#texture"},"down":{"uv":[6.5,2.25,8,3.75],"texture":"#texture"}}},{"from":[6.625,4.1875,7.125],"to":[7.125,5.1875,7.625],"rotation":{"angle":-45,"axis":"z","origin":[6.625,5.1875,7.125]},"faces":{"north":{"uv":[9,3.5,10.5,4.5],"texture":"#texture"},"east":{"uv":[7.875,3.5,9.375,4.5],"texture":"#texture"},"south":{"uv":[5.5,3.5,7,4.5],"texture":"#texture"},"west":{"uv":[6.625,3.5,8.125,4.5],"texture":"#texture"},"up":{"uv":[6.5,2.25,8,3.75],"texture":"#texture"},"down":{"uv":[6.5,2.25,8,3.75],"texture":"#texture"}}},{"from":[5.9375,11.4375,7.125],"to":[6.4375,12.4375,7.625],"rotation":{"angle":45,"axis":"z","origin":[5.9375,12.4375,7.125]},"faces":{"north":{"uv":[9,3.5,10.5,4.5],"texture":"#texture"},"east":{"uv":[7.875,3.5,9.375,4.5],"texture":"#texture"},"south":{"uv":[5.5,3.5,7,4.5],"texture":"#texture"},"west":{"uv":[6.625,3.5,8.125,4.5],"texture":"#texture"},"up":{"uv":[6.5,2.25,8,3.75],"texture":"#texture"},"down":{"uv":[6.5,2.25,8,3.75],"texture":"#texture"}}},{"from":[6.5,12,7.125],"to":[7,13,7.625],"rotation":{"angle":45,"axis":"z","origin":[6.5,13,7.125]},"faces":{"north":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"east":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"south":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"west":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"up":{"uv":[7,6.5,9.75,8],"texture":"#texture"},"down":{"uv":[7,6.5,9.75,8],"texture":"#texture"}}},{"from":[7,12.5,7.125],"to":[7.5,13.5,7.625],"rotation":{"angle":45,"axis":"z","origin":[7,13.5,7.125]},"faces":{"north":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"east":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"south":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"west":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"up":{"uv":[7,6.5,9.75,8],"texture":"#texture"},"down":{"uv":[7,6.5,9.75,8],"texture":"#texture"}}},{"from":[7.5,13,7.125],"to":[8,14,7.625],"rotation":{"angle":45,"axis":"z","origin":[7.5,14,7.125]},"faces":{"north":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"east":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"south":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"west":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"up":{"uv":[7,6.5,9.75,8],"texture":"#texture"},"down":{"uv":[7,6.5,9.75,8],"texture":"#texture"}}},{"from":[8,13.5,7.125],"to":[8.5,14.5,7.625],"rotation":{"angle":45,"axis":"z","origin":[8,14.5,7.125]},"faces":{"north":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"east":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"south":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"west":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"up":{"uv":[7,6.5,9.75,8],"texture":"#texture"},"down":{"uv":[7,6.5,9.75,8],"texture":"#texture"}}},{"from":[8.5,14,7.125],"to":[9,15,7.625],"rotation":{"angle":45,"axis":"z","origin":[8.5,15,7.125]},"faces":{"north":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"east":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"south":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"west":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"up":{"uv":[7,6.5,9.75,8],"texture":"#texture"},"down":{"uv":[7,6.5,9.75,8],"texture":"#texture"}}},{"from":[9,14.5,7.125],"to":[9.5,15.5,7.625],"rotation":{"angle":45,"axis":"z","origin":[9,15.5,7.125]},"faces":{"north":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"east":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"south":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"west":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"up":{"uv":[7,6.5,9.75,8],"texture":"#texture"},"down":{"uv":[7,6.5,9.75,8],"texture":"#texture"}}},{"from":[9.375,15.375,7.125],"to":[10.875,15.875,7.625],"faces":{"north":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"east":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"south":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"west":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"up":{"uv":[7,6.5,9.75,8],"texture":"#texture"},"down":{"uv":[7,6.5,9.75,8],"texture":"#texture"}}},{"from":[9.5625,15,7.125],"to":[10.875,15.5,7.625],"faces":{"north":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"east":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"south":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"west":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"up":{"uv":[7,6.5,9.75,8],"texture":"#texture"},"down":{"uv":[7,6.5,9.75,8],"texture":"#texture"}}},{"from":[9.5625,0.6875,7.125],"to":[10.875,1.1875,7.625],"faces":{"north":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"east":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"south":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"west":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"up":{"uv":[7,6.5,9.75,8],"texture":"#texture"},"down":{"uv":[7,6.5,9.75,8],"texture":"#texture"}}},{"from":[9.375,0.3125,7.125],"to":[10.875,0.8125,7.625],"faces":{"north":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"east":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"south":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"west":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"up":{"uv":[7,6.5,9.75,8],"texture":"#texture"},"down":{"uv":[7,6.5,9.75,8],"texture":"#texture"}}},{"from":[7.25,2.875,7.125],"to":[7.75,3.875,7.625],"rotation":{"angle":-45,"axis":"z","origin":[7.25,3.875,7.125]},"faces":{"north":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"east":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"south":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"west":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"up":{"uv":[7,6.5,9.75,8],"texture":"#texture"},"down":{"uv":[7,6.5,9.75,8],"texture":"#texture"}}},{"from":[7.75,2.375,7.125],"to":[8.25,3.375,7.625],"rotation":{"angle":-45,"axis":"z","origin":[7.75,3.375,7.125]},"faces":{"north":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"east":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"south":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"west":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"up":{"uv":[7,6.5,9.75,8],"texture":"#texture"},"down":{"uv":[7,6.5,9.75,8],"texture":"#texture"}}},{"from":[8.25,1.875,7.125],"to":[8.75,2.875,7.625],"rotation":{"angle":-45,"axis":"z","origin":[8.25,2.875,7.125]},"faces":{"north":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"east":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"south":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"west":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"up":{"uv":[7,6.5,9.75,8],"texture":"#texture"},"down":{"uv":[7,6.5,9.75,8],"texture":"#texture"}}},{"from":[8.75,1.375,7.125],"to":[9.25,2.375,7.625],"rotation":{"angle":-45,"axis":"z","origin":[8.75,2.375,7.125]},"faces":{"north":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"east":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"south":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"west":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"up":{"uv":[7,6.5,9.75,8],"texture":"#texture"},"down":{"uv":[7,6.5,9.75,8],"texture":"#texture"}}},{"from":[9.25,0.875,7.125],"to":[9.75,1.875,7.625],"rotation":{"angle":-45,"axis":"z","origin":[9.25,1.875,7.125]},"faces":{"north":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"east":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"south":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"west":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"up":{"uv":[7,6.5,9.75,8],"texture":"#texture"},"down":{"uv":[7,6.5,9.75,8],"texture":"#texture"}}},{"from":[9.75,0.375,7.125],"to":[10.25,1.375,7.625],"rotation":{"angle":-45,"axis":"z","origin":[9.75,1.375,7.125]},"faces":{"north":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"east":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"south":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"west":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"up":{"uv":[7,6.5,9.75,8],"texture":"#texture"},"down":{"uv":[7,6.5,9.75,8],"texture":"#texture"}}},{"from":[10.5,14.75,6.375],"to":[12.5,16.25,8.375],"faces":{"north":{"uv":[9,3.5,10.5,4.5],"texture":"#texture"},"east":{"uv":[7.875,3.5,9.375,4.5],"texture":"#texture"},"south":{"uv":[5.5,3.5,7,4.5],"texture":"#texture"},"west":{"uv":[6.625,3.5,8.125,4.5],"texture":"#texture"},"up":{"uv":[6.5,2.25,8,3.75],"texture":"#texture"},"down":{"uv":[6.5,2.25,8,3.75],"texture":"#texture"}}},{"from":[10.75,14.5,6.625],"to":[12.25,14.75,8.125],"faces":{"north":{"uv":[9,3.5,10.5,4.5],"texture":"#texture"},"east":{"uv":[7.875,3.5,9.375,4.5],"texture":"#texture"},"south":{"uv":[5.5,3.5,7,4.5],"texture":"#texture"},"west":{"uv":[6.625,3.5,8.125,4.5],"texture":"#texture"},"up":{"uv":[6.5,2.25,8,3.75],"texture":"#texture"},"down":{"uv":[6.5,2.25,8,3.75],"texture":"#texture"}}},{"from":[10.75,16.25,6.625],"to":[12.25,16.5,8.125],"faces":{"north":{"uv":[9,3.5,10.5,4.5],"texture":"#texture"},"east":{"uv":[7.875,3.5,9.375,4.5],"texture":"#texture"},"south":{"uv":[5.5,3.5,7,4.5],"texture":"#texture"},"west":{"uv":[6.625,3.5,8.125,4.5],"texture":"#texture"},"up":{"uv":[6.5,2.25,8,3.75],"texture":"#texture"},"down":{"uv":[6.5,2.25,8,3.75],"texture":"#texture"}}},{"from":[10.75,-0.25,6.625],"to":[12.25,0,8.125],"faces":{"north":{"uv":[9,3.5,10.5,4.5],"texture":"#texture"},"east":{"uv":[7.875,3.5,9.375,4.5],"texture":"#texture"},"south":{"uv":[5.5,3.5,7,4.5],"texture":"#texture"},"west":{"uv":[6.625,3.5,8.125,4.5],"texture":"#texture"},"up":{"uv":[6.5,2.25,8,3.75],"texture":"#texture"},"down":{"uv":[6.5,2.25,8,3.75],"texture":"#texture"}}},{"from":[10.5,0,6.375],"to":[12.5,1.5,8.375],"faces":{"north":{"uv":[9,3.5,10.5,4.5],"texture":"#texture"},"east":{"uv":[7.875,3.5,9.375,4.5],"texture":"#texture"},"south":{"uv":[5.5,3.5,7,4.5],"texture":"#texture"},"west":{"uv":[6.625,3.5,8.125,4.5],"texture":"#texture"},"up":{"uv":[6.5,2.25,8,3.75],"texture":"#texture"},"down":{"uv":[6.5,2.25,8,3.75],"texture":"#texture"}}},{"from":[10.75,1.5,6.625],"to":[12.25,1.75,8.125],"faces":{"north":{"uv":[9,3.5,10.5,4.5],"texture":"#texture"},"east":{"uv":[7.875,3.5,9.375,4.5],"texture":"#texture"},"south":{"uv":[5.5,3.5,7,4.5],"texture":"#texture"},"west":{"uv":[6.625,3.5,8.125,4.5],"texture":"#texture"},"up":{"uv":[6.5,2.25,8,3.75],"texture":"#texture"},"down":{"uv":[6.5,2.25,8,3.75],"texture":"#texture"}}},{"from":[5.5,11.5,6.625],"to":[7,12.5,8.125],"faces":{"north":{"uv":[9,3.5,10.5,4.5],"texture":"#texture"},"east":{"uv":[7.875,3.5,9.375,4.5],"texture":"#texture"},"south":{"uv":[5.5,3.5,7,4.5],"texture":"#texture"},"west":{"uv":[6.625,3.5,8.125,4.5],"texture":"#texture"},"up":{"uv":[6.5,2.25,8,3.75],"texture":"#texture"},"down":{"uv":[6.5,2.25,8,3.75],"texture":"#texture"}}},{"from":[5.75,12.5,6.875],"to":[6.75,12.75,7.875],"faces":{"north":{"uv":[9,3.5,10.5,4.5],"texture":"#texture"},"east":{"uv":[7.875,3.5,9.375,4.5],"texture":"#texture"},"south":{"uv":[5.5,3.5,7,4.5],"texture":"#texture"},"west":{"uv":[6.625,3.5,8.125,4.5],"texture":"#texture"},"up":{"uv":[6.5,2.25,8,3.75],"texture":"#texture"},"down":{"uv":[6.5,2.25,8,3.75],"texture":"#texture"}}},{"from":[5.75,11.25,6.875],"to":[6.75,11.5,7.875],"faces":{"north":{"uv":[9,3.5,10.5,4.5],"texture":"#texture"},"east":{"uv":[7.875,3.5,9.375,4.5],"texture":"#texture"},"south":{"uv":[5.5,3.5,7,4.5],"texture":"#texture"},"west":{"uv":[6.625,3.5,8.125,4.5],"texture":"#texture"},"up":{"uv":[6.5,2.25,8,3.75],"texture":"#texture"},"down":{"uv":[6.5,2.25,8,3.75],"texture":"#texture"}}},{"from":[5.5,3.5,6.625],"to":[7,4.5,8.125],"faces":{"north":{"uv":[9,3.5,10.5,4.5],"texture":"#texture"},"east":{"uv":[7.875,3.5,9.375,4.5],"texture":"#texture"},"south":{"uv":[5.5,3.5,7,4.5],"texture":"#texture"},"west":{"uv":[6.625,3.5,8.125,4.5],"texture":"#texture"},"up":{"uv":[6.5,2.25,8,3.75],"texture":"#texture"},"down":{"uv":[6.5,2.25,8,3.75],"texture":"#texture"}}},{"from":[5.75,4.5,6.875],"to":[6.75,4.75,7.875],"faces":{"north":{"uv":[9,3.5,10.5,4.5],"texture":"#texture"},"east":{"uv":[7.875,3.5,9.375,4.5],"texture":"#texture"},"south":{"uv":[5.5,3.5,7,4.5],"texture":"#texture"},"west":{"uv":[6.625,3.5,8.125,4.5],"texture":"#texture"},"up":{"uv":[6.5,2.25,8,3.75],"texture":"#texture"},"down":{"uv":[6.5,2.25,8,3.75],"texture":"#texture"}}},{"from":[5.75,3.25,6.875],"to":[6.75,3.5,7.875],"faces":{"north":{"uv":[9,3.5,10.5,4.5],"texture":"#texture"},"east":{"uv":[7.875,3.5,9.375,4.5],"texture":"#texture"},"south":{"uv":[5.5,3.5,7,4.5],"texture":"#texture"},"west":{"uv":[6.625,3.5,8.125,4.5],"texture":"#texture"},"up":{"uv":[6.5,2.25,8,3.75],"texture":"#texture"},"down":{"uv":[6.5,2.25,8,3.75],"texture":"#texture"}}},{"from":[6.75,8.75,7],"to":[7.25,10.75,7.75],"rotation":{"angle":-45,"axis":"z","origin":[6.75,10.75,7]},"faces":{"north":{"uv":[11.75,6,12.5,8.5],"texture":"#texture"},"east":{"uv":[3.5,6.5,4.25,9],"texture":"#texture"},"south":{"uv":[11.75,6,12.5,8.5],"texture":"#texture"},"west":{"uv":[3.5,6.5,4.25,9],"texture":"#texture"},"up":{"uv":[8.25,6.75,9.75,8.5],"texture":"#texture"},"down":{"uv":[8.25,6.75,9.75,8.5],"texture":"#texture"}}},{"from":[5.0625,6.5625,6.75],"to":[5.8125,9.3125,8],"faces":{"north":{"uv":[11.25,13,13,16],"texture":"#texture"},"east":{"uv":[5.25,13.25,6.75,16],"texture":"#texture"},"south":{"uv":[11.25,13,13,16],"texture":"#texture"},"west":{"uv":[5.25,13.25,6.75,16],"texture":"#texture"},"up":{"uv":[4.5,13.5,7,15.75],"texture":"#texture"},"down":{"uv":[4.5,13.5,7,15.75],"texture":"#texture"}}},{"from":[5.3125,4.75,7],"to":[5.8125,6.75,7.75],"rotation":{"angle":45,"axis":"z","origin":[5.3125,6.75,7]},"faces":{"north":{"uv":[11.75,6,12.5,8.5],"texture":"#texture"},"east":{"uv":[3.5,6.5,4.25,9],"texture":"#texture"},"south":{"uv":[11.75,6,12.5,8.5],"texture":"#texture"},"west":{"uv":[3.5,6.5,4.25,9],"texture":"#texture"},"up":{"uv":[8.25,6.75,9.75,8.5],"texture":"#texture"},"down":{"uv":[8.25,6.75,9.75,8.5],"texture":"#texture"}}},{"from":[11.25,15,8],"to":[11.75,16,8.75],"faces":{"north":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"east":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"south":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"west":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"up":{"uv":[7,6.5,9.75,8],"texture":"#texture"},"down":{"uv":[7,6.5,9.75,8],"texture":"#texture"}}},{"from":[12.5,15,7],"to":[13,16,7.75],"faces":{"north":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"east":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"south":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"west":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"up":{"uv":[7,6.5,9.75,8],"texture":"#texture"},"down":{"uv":[7,6.5,9.75,8],"texture":"#texture"}}},{"from":[11.25,14,7],"to":[11.75,15,7.75],"faces":{"north":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"east":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"south":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"west":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"up":{"uv":[7,6.5,9.75,8],"texture":"#texture"},"down":{"uv":[7,6.5,9.75,8],"texture":"#texture"}}},{"from":[11.25,16,7],"to":[11.75,17,7.75],"faces":{"north":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"east":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"south":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"west":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"up":{"uv":[7,6.5,9.75,8],"texture":"#texture"},"down":{"uv":[7,6.5,9.75,8],"texture":"#texture"}}},{"from":[11.25,15,6],"to":[11.75,16,6.75],"faces":{"north":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"east":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"south":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"west":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"up":{"uv":[7,6.5,9.75,8],"texture":"#texture"},"down":{"uv":[7,6.5,9.75,8],"texture":"#texture"}}},{"from":[11.25,1.25,7],"to":[11.75,2.25,7.75],"faces":{"north":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"east":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"south":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"west":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"up":{"uv":[7,6.5,9.75,8],"texture":"#texture"},"down":{"uv":[7,6.5,9.75,8],"texture":"#texture"}}},{"from":[11.25,-0.75,7],"to":[11.75,0.25,7.75],"faces":{"north":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"east":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"south":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"west":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"up":{"uv":[7,6.5,9.75,8],"texture":"#texture"},"down":{"uv":[7,6.5,9.75,8],"texture":"#texture"}}},{"from":[12.5,0.25,7],"to":[13,1.25,7.75],"faces":{"north":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"east":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"south":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"west":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"up":{"uv":[7,6.5,9.75,8],"texture":"#texture"},"down":{"uv":[7,6.5,9.75,8],"texture":"#texture"}}},{"from":[11.25,0.25,8],"to":[11.75,1.25,8.75],"faces":{"north":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"east":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"south":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"west":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"up":{"uv":[7,6.5,9.75,8],"texture":"#texture"},"down":{"uv":[7,6.5,9.75,8],"texture":"#texture"}}},{"from":[11.25,0.25,6],"to":[11.75,1.25,6.75],"faces":{"north":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"east":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"south":{"uv":[1.25,7.5,4.25,8.75],"texture":"#texture"},"west":{"uv":[11.25,6.75,13,8.25],"texture":"#texture"},"up":{"uv":[7,6.5,9.75,8],"texture":"#texture"},"down":{"uv":[7,6.5,9.75,8],"texture":"#texture"}}},{"from":[3.5,10.25,7.375],"to":[10,16,7.4375],"faces":{"north":{"uv":[2.25,1.5,15,14.75],"texture":"#thunderbolt"},"south":{"uv":[15,1.5,2.25,14.75],"texture":"#thunderbolt"}}},{"from":[4.25,10.75,7.375],"to":[10.75,16.5,7.4375],"faces":{"north":{"uv":[2.25,1.5,15,14.75],"texture":"#thunderbolt"},"south":{"uv":[15,1.5,2.25,14.75],"texture":"#thunderbolt"}}},{"from":[5,11.5,7.375],"to":[11.5,17.25,7.4375],"faces":{"north":{"uv":[2.25,1.5,15,14.75],"texture":"#thunderbolt"},"south":{"uv":[15,1.5,2.25,14.75],"texture":"#thunderbolt"}}},{"from":[5.75,12.25,7.375],"to":[12.25,18,7.4375],"faces":{"north":{"uv":[2.25,1.5,15,14.75],"texture":"#thunderbolt"},"south":{"uv":[15,1.5,2.25,14.75],"texture":"#thunderbolt"}}},{"from":[6.75,12.5,7.375],"to":[13.25,18.25,7.4375],"faces":{"north":{"uv":[2.25,1.5,15,14.75],"texture":"#thunderbolt"},"south":{"uv":[15,1.5,2.25,14.75],"texture":"#thunderbolt"}}},{"from":[3.75,-0.25,7.375],"to":[10.25,5.5,7.4375],"faces":{"north":{"uv":[2.25,1.5,15,14.75],"texture":"#thunderbolt"},"south":{"uv":[15,1.5,2.25,14.75],"texture":"#thunderbolt"}}},{"from":[4.5,-0.75,7.375],"to":[11,5,7.4375],"faces":{"north":{"uv":[2.25,1.5,15,14.75],"texture":"#thunderbolt"},"south":{"uv":[15,1.5,2.25,14.75],"texture":"#thunderbolt"}}},{"from":[5.5,-1.5,7.375],"to":[12,4.25,7.4375],"faces":{"north":{"uv":[2.25,1.5,15,14.75],"texture":"#thunderbolt"},"south":{"uv":[15,1.5,2.25,14.75],"texture":"#thunderbolt"}}},{"from":[6.5,-2.25,7.375],"to":[13,3.5,7.4375],"faces":{"north":{"uv":[2.25,1.5,15,14.75],"texture":"#thunderbolt"},"south":{"uv":[15,1.5,2.25,14.75],"texture":"#thunderbolt"}}},{"from":[9,9.25,7.25],"to":[14,14.5,7.5],"faces":{"north":{"uv":[0,0,15.25,15.5],"rotation":90,"texture":"#thunderbolt_string"},"south":{"uv":[15.75,0,0,15.5],"rotation":90,"texture":"#thunderbolt_string"}}},{"from":[9,6.75,7.25],"to":[14,12,7.5],"faces":{"north":{"uv":[0,0,15.25,15.5],"rotation":90,"texture":"#thunderbolt_string"},"south":{"uv":[15.75,0,0,15.5],"rotation":90,"texture":"#thunderbolt_string"}}},{"from":[9,4.5,7.25],"to":[14,9.25,7.5],"faces":{"north":{"uv":[0,0,15.25,15.5],"rotation":90,"texture":"#thunderbolt_string"},"south":{"uv":[15.75,0,0,15.5],"rotation":90,"texture":"#thunderbolt_string"}}},{"from":[9,1.75,7.25],"to":[14,6.5,7.5],"faces":{"north":{"uv":[0,0,15.25,15.5],"rotation":90,"texture":"#thunderbolt_string"},"south":{"uv":[15.75,0,0,15.5],"rotation":90,"texture":"#thunderbolt_string"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-90,0],"translation":[-1.37,-2,4.25],"scale":[1.75,1.75,1.75]},"thirdperson_lefthand":{"rotation":[0,90,0],"translation":[0.38,-1.75,4.25],"scale":[1.75,1.75,1.75]},"firstperson_righthand":{"rotation":[10,-90,0],"translation":[-0.5,7,1.5],"scale":[0.8,0.9,0.8]},"firstperson_lefthand":{"rotation":[10,90,0],"translation":[0.25,7,1.5],"scale":[0.8,0.9,0.8]},"ground":{"rotation":[45,45,0],"translation":[0,6,0]},"gui":{"rotation":[-20,160,30],"translation":[-1.75,1.5,0],"scale":[-1.2,1.2,1.2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/archer/bow_water_a.json b/assets/minecraft/models/item/wynn/weapon/archer/bow_water_a.json new file mode 100644 index 000000000..c1e4055d3 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/archer/bow_water_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"texture":"wynn/weapon/archer/water_tier_all"},"elements":[{"from":[6.1875,8.875,7],"to":[7.1875,12.25,8],"rotation":{"angle":-22.5,"axis":"z","origin":[6.1875,12.25,7]},"faces":{"north":{"uv":[3,1,7,2],"rotation":270,"texture":"#texture"},"east":{"uv":[3,1,7,2],"rotation":270,"texture":"#texture"},"south":{"uv":[3,1,7,2],"rotation":270,"texture":"#texture"},"west":{"uv":[3,1,7,2],"rotation":270,"texture":"#texture"},"up":{"uv":[3,1,7,2],"rotation":270,"texture":"#texture"},"down":{"uv":[3,1,7,2],"rotation":270,"texture":"#texture"}}},{"from":[6.1875,2.25,7],"to":[7.1875,5.625,8],"rotation":{"angle":22.5,"axis":"z","origin":[6.1875,2.25,7]},"faces":{"north":{"uv":[7,1,3,2],"rotation":270,"texture":"#texture"},"east":{"uv":[7,1,3,2],"rotation":270,"texture":"#texture"},"south":{"uv":[7,1,3,2],"rotation":270,"texture":"#texture"},"west":{"uv":[7,1,3,2],"rotation":270,"texture":"#texture"},"up":{"uv":[7,1,3,2],"rotation":270,"texture":"#texture"},"down":{"uv":[7,1,3,2],"rotation":270,"texture":"#texture"}}},{"from":[5.75,10.625,6.875],"to":[8.125,12.125,8.125],"rotation":{"angle":45,"axis":"z","origin":[5.75,12.125,6.875]},"faces":{"north":{"uv":[6,1,9,3],"rotation":180,"texture":"#texture"},"east":{"uv":[6,1,9,3],"rotation":180,"texture":"#texture"},"south":{"uv":[9,1,6,3],"rotation":180,"texture":"#texture"},"west":{"uv":[4,1,6,3],"rotation":180,"texture":"#texture"},"up":{"uv":[8,1,11,3],"texture":"#texture"},"down":{"uv":[4,1,7,3],"texture":"#texture"}}},{"from":[5.75,2.375,6.875],"to":[8.125,3.875,8.125],"rotation":{"angle":-45,"axis":"z","origin":[5.75,2.375,6.875]},"faces":{"north":{"uv":[6,3,9,1],"rotation":180,"texture":"#texture"},"east":{"uv":[6,3,9,1],"rotation":180,"texture":"#texture"},"south":{"uv":[9,3,6,1],"rotation":180,"texture":"#texture"},"west":{"uv":[4,3,6,1],"rotation":180,"texture":"#texture"},"up":{"uv":[4,3,7,1],"texture":"#texture"},"down":{"uv":[8,3,11,1],"texture":"#texture"}}},{"from":[9,13.25,7.125],"to":[10.5,14.25,7.875],"faces":{"north":{"uv":[14,1,16,3],"texture":"#texture"},"east":{"uv":[14,1,16,3],"texture":"#texture"},"south":{"uv":[14,1,16,3],"texture":"#texture"},"west":{"uv":[14,1,16,3],"texture":"#texture"},"up":{"uv":[14,1,16,3],"texture":"#texture"},"down":{"uv":[14,1,16,3],"texture":"#texture"}}},{"from":[9,0.25,7.125],"to":[10.5,1.25,7.875],"rotation":{"angle":0,"axis":"y","origin":[8,6.5,8]},"faces":{"north":{"uv":[14,3,16,1],"texture":"#texture"},"east":{"uv":[14,3,16,1],"texture":"#texture"},"south":{"uv":[14,3,16,1],"texture":"#texture"},"west":{"uv":[14,3,16,1],"texture":"#texture"},"up":{"uv":[14,3,16,1],"texture":"#texture"},"down":{"uv":[14,3,16,1],"texture":"#texture"}}},{"from":[7.375,12.375,7],"to":[9.375,13.625,8],"rotation":{"angle":22.5,"axis":"z","origin":[7.375,13.625,7]},"faces":{"north":{"uv":[15,1,12,3],"texture":"#texture"},"east":{"uv":[12,1,15,3],"texture":"#texture"},"south":{"uv":[12,1,15,3],"texture":"#texture"},"west":{"uv":[12,1,15,3],"texture":"#texture"},"up":{"uv":[13,1,16,3],"texture":"#texture"},"down":{"uv":[12,2,15,4],"texture":"#texture"}}},{"from":[7.375,0.875,7],"to":[9.375,2.125,8],"rotation":{"angle":-22.5,"axis":"z","origin":[7.375,0.875,7]},"faces":{"north":{"uv":[15,3,12,1],"texture":"#texture"},"east":{"uv":[12,3,15,1],"texture":"#texture"},"south":{"uv":[12,3,15,1],"texture":"#texture"},"west":{"uv":[12,3,15,1],"texture":"#texture"},"up":{"uv":[12,4,15,2],"texture":"#texture"},"down":{"uv":[13,3,16,1],"texture":"#texture"}}},{"from":[4.865,5.365,6.99],"to":[6.01,9.135,8.01],"faces":{"north":{"uv":[0,1,1,5],"texture":"#texture"},"east":{"uv":[0,1,1,5],"texture":"#texture"},"south":{"uv":[0,1,1,5],"texture":"#texture"},"west":{"uv":[0,1,1,5],"texture":"#texture"},"up":{"uv":[0,1,1,5],"texture":"#texture"},"down":{"uv":[0,1,1,5],"texture":"#texture"}}},{"from":[10.125,1.25,7.25],"to":[10.25,13.75,7.75],"faces":{"north":{"uv":[6.125,12.625,15.875,13.375],"texture":"#texture"},"east":{"uv":[10.5,13.25,12,14.75],"texture":"#texture"},"south":{"uv":[6.125,12.625,15.875,13.375],"texture":"#texture"},"west":{"uv":[10.5,13.25,12,14.75],"texture":"#texture"},"up":{"uv":[5.5,13.75,15.625,14.25],"texture":"#texture"},"down":{"uv":[5.5,13.75,15.625,14.25],"texture":"#texture"}}},{"from":[4.75,9,6.875],"to":[6.125,9.375,8.125],"faces":{"north":{"uv":[10,12.375,11.375,12.75],"texture":"#texture"},"east":{"uv":[13.5,13.375,14.75,13.75],"texture":"#texture"},"south":{"uv":[10,12.375,11.375,12.75],"texture":"#texture"},"west":{"uv":[13.5,13.375,14.75,13.75],"texture":"#texture"},"up":{"uv":[10.625,13.375,12,14.625],"texture":"#texture"},"down":{"uv":[10.625,13.375,12,14.625],"texture":"#texture"}}},{"from":[4.75,8.375,6.875],"to":[6.125,8.75,8.125],"faces":{"north":{"uv":[10,12.375,11.375,12.75],"texture":"#texture"},"east":{"uv":[13.5,13.375,14.75,13.75],"texture":"#texture"},"south":{"uv":[10,12.375,11.375,12.75],"texture":"#texture"},"west":{"uv":[13.5,13.375,14.75,13.75],"texture":"#texture"},"up":{"uv":[10.625,13.375,12,14.625],"texture":"#texture"},"down":{"uv":[10.625,13.375,12,14.625],"texture":"#texture"}}},{"from":[4.75,7.75,6.875],"to":[6.125,8.125,8.125],"faces":{"north":{"uv":[10,12.375,11.375,12.75],"texture":"#texture"},"east":{"uv":[13.5,13.375,14.75,13.75],"texture":"#texture"},"south":{"uv":[10,12.375,11.375,12.75],"texture":"#texture"},"west":{"uv":[13.5,13.375,14.75,13.75],"texture":"#texture"},"up":{"uv":[10.625,13.375,12,14.625],"texture":"#texture"},"down":{"uv":[10.625,13.375,12,14.625],"texture":"#texture"}}},{"from":[4.75,7.125,6.875],"to":[6.125,7.5,8.125],"faces":{"north":{"uv":[10,12.375,11.375,12.75],"texture":"#texture"},"east":{"uv":[13.5,13.375,14.75,13.75],"texture":"#texture"},"south":{"uv":[10,12.375,11.375,12.75],"texture":"#texture"},"west":{"uv":[13.5,13.375,14.75,13.75],"texture":"#texture"},"up":{"uv":[10.625,13.375,12,14.625],"texture":"#texture"},"down":{"uv":[10.625,13.375,12,14.625],"texture":"#texture"}}},{"from":[4.75,6.5,6.875],"to":[6.125,6.875,8.125],"faces":{"north":{"uv":[10,12.375,11.375,12.75],"texture":"#texture"},"east":{"uv":[13.5,13.375,14.75,13.75],"texture":"#texture"},"south":{"uv":[10,12.375,11.375,12.75],"texture":"#texture"},"west":{"uv":[13.5,13.375,14.75,13.75],"texture":"#texture"},"up":{"uv":[10.625,13.375,12,14.625],"texture":"#texture"},"down":{"uv":[10.625,13.375,12,14.625],"texture":"#texture"}}},{"from":[4.75,5.875,6.875],"to":[6.125,6.25,8.125],"faces":{"north":{"uv":[10,12.375,11.375,12.75],"texture":"#texture"},"east":{"uv":[13.5,13.375,14.75,13.75],"texture":"#texture"},"south":{"uv":[10,12.375,11.375,12.75],"texture":"#texture"},"west":{"uv":[13.5,13.375,14.75,13.75],"texture":"#texture"},"up":{"uv":[10.625,13.375,12,14.625],"texture":"#texture"},"down":{"uv":[10.625,13.375,12,14.625],"texture":"#texture"}}},{"from":[4.75,5.25,6.875],"to":[6.125,5.625,8.125],"faces":{"north":{"uv":[10,12.375,11.375,12.75],"texture":"#texture"},"east":{"uv":[13.5,13.375,14.75,13.75],"texture":"#texture"},"south":{"uv":[10,12.375,11.375,12.75],"texture":"#texture"},"west":{"uv":[13.5,13.375,14.75,13.75],"texture":"#texture"},"up":{"uv":[10.625,13.375,12,14.625],"texture":"#texture"},"down":{"uv":[10.625,13.375,12,14.625],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-90,0],"translation":[-1,-1.51,5],"scale":[1.5,1.5,1.5]},"thirdperson_lefthand":{"rotation":[0,90,0],"translation":[1,-1.51,5],"scale":[1.5,1.5,1.5]},"firstperson_righthand":{"rotation":[-5,-90,0],"translation":[0.5,6.75,1.5],"scale":[0.8,0.9,0.8]},"firstperson_lefthand":{"rotation":[-5,90,0],"translation":[0.5,6.75,1.5],"scale":[0.8,0.9,0.8]},"ground":{"rotation":[45,45,0],"translation":[0,5.5,0],"scale":[0.8,0.8,0.8]},"gui":{"rotation":[-20,160,30],"translation":[0,1.25,0],"scale":[-1,1,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/archer/bow_water_b.json b/assets/minecraft/models/item/wynn/weapon/archer/bow_water_b.json new file mode 100644 index 000000000..743b26362 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/archer/bow_water_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"texture":"wynn/weapon/archer/water_tier_all","water_atom":"wynn/weapon/anim/water_atom"},"elements":[{"from":[5.5,5.4375,6.75],"to":[6.5,9.0625,8.25],"faces":{"north":{"uv":[13.25,12.25,14.75,15.75],"texture":"#texture"},"east":{"uv":[6.25,12.5,7.75,16],"texture":"#texture"},"south":{"uv":[13.25,12.25,14.75,15.75],"texture":"#texture"},"west":{"uv":[6.25,12.5,7.75,16],"texture":"#texture"},"up":{"uv":[10.125,13.25,11.625,14.75],"texture":"#texture"},"down":{"uv":[10.125,13.25,11.625,14.75],"texture":"#texture"}}},{"from":[4.9375,7.9375,7],"to":[8.1875,8.9375,8],"rotation":{"angle":45,"axis":"z","origin":[4.9375,8.9375,7]},"faces":{"north":{"uv":[3,3,7,4],"rotation":180,"texture":"#texture"},"east":{"uv":[3,3,7,4],"texture":"#texture"},"south":{"uv":[3,3,7,4],"texture":"#texture"},"west":{"uv":[3,3,7,4],"texture":"#texture"},"up":{"uv":[3,3,7,4],"texture":"#texture"},"down":{"uv":[3,3,7,4],"texture":"#texture"}}},{"from":[4.9375,5.5625,7],"to":[8.1875,6.5625,8],"rotation":{"angle":-45,"axis":"z","origin":[4.9375,5.5625,7]},"faces":{"north":{"uv":[3,4,7,3],"rotation":180,"texture":"#texture"},"east":{"uv":[3,4,7,3],"texture":"#texture"},"south":{"uv":[3,4,7,3],"texture":"#texture"},"west":{"uv":[3,4,7,3],"texture":"#texture"},"up":{"uv":[3,4,7,3],"texture":"#texture"},"down":{"uv":[3,4,7,3],"texture":"#texture"}}},{"from":[6.375,12.5625,7],"to":[8.625,13.5625,8],"rotation":{"angle":-45,"axis":"z","origin":[6.375,13.5625,7]},"faces":{"north":{"uv":[7,1,10,2],"texture":"#texture"},"east":{"uv":[7,1,10,2],"rotation":180,"texture":"#texture"},"south":{"uv":[7,1,10,2],"rotation":180,"texture":"#texture"},"west":{"uv":[7,1,10,2],"rotation":180,"texture":"#texture"},"up":{"uv":[7,1,10,2],"rotation":180,"texture":"#texture"},"down":{"uv":[7,1,10,2],"rotation":180,"texture":"#texture"}}},{"from":[6.375,0.9375,7],"to":[8.625,1.9375,8],"rotation":{"angle":45,"axis":"z","origin":[6.375,0.9375,7]},"faces":{"north":{"uv":[7,2,10,1],"texture":"#texture"},"east":{"uv":[7,2,10,1],"rotation":180,"texture":"#texture"},"south":{"uv":[7,2,10,1],"rotation":180,"texture":"#texture"},"west":{"uv":[7,2,10,1],"rotation":180,"texture":"#texture"},"up":{"uv":[7,2,10,1],"rotation":180,"texture":"#texture"},"down":{"uv":[7,2,10,1],"rotation":180,"texture":"#texture"}}},{"from":[6.5,10.5,6.875],"to":[8,12,8.125],"faces":{"north":{"uv":[6,1,8,3],"rotation":270,"texture":"#texture"},"east":{"uv":[6,1,8,3],"rotation":270,"texture":"#texture"},"south":{"uv":[6,1,8,3],"rotation":270,"texture":"#texture"},"west":{"uv":[6,1,8,3],"rotation":270,"texture":"#texture"},"up":{"uv":[6,1,8,3],"rotation":270,"texture":"#texture"},"down":{"uv":[6,1,8,3],"rotation":270,"texture":"#texture"}}},{"from":[6.5,2.5,6.875],"to":[8,4,8.125],"rotation":{"angle":0,"axis":"y","origin":[8,6.5,8]},"faces":{"north":{"uv":[8,1,6,3],"rotation":270,"texture":"#texture"},"east":{"uv":[8,1,6,3],"rotation":270,"texture":"#texture"},"south":{"uv":[8,1,6,3],"rotation":270,"texture":"#texture"},"west":{"uv":[8,1,6,3],"rotation":270,"texture":"#texture"},"up":{"uv":[8,1,6,3],"rotation":270,"texture":"#texture"},"down":{"uv":[8,1,6,3],"rotation":270,"texture":"#texture"}}},{"from":[5.75,12.625,6.875],"to":[8.125,14.125,8.125],"rotation":{"angle":45,"axis":"z","origin":[5.75,14.125,6.875]},"faces":{"north":{"uv":[12,0,15,2],"rotation":180,"texture":"#texture"},"east":{"uv":[12,2,15,4],"texture":"#texture"},"south":{"uv":[12,2,15,4],"texture":"#texture"},"west":{"uv":[12,2,15,4],"texture":"#texture"},"up":{"uv":[12,1,15,3],"texture":"#texture"},"down":{"uv":[11,2,14,4],"texture":"#texture"}}},{"from":[5.75,0.375,6.875],"to":[8.125,1.875,8.125],"rotation":{"angle":-45,"axis":"z","origin":[5.75,0.375,6.875]},"faces":{"north":{"uv":[12,2,15,0],"rotation":180,"texture":"#texture"},"east":{"uv":[12,4,15,2],"texture":"#texture"},"south":{"uv":[12,4,15,2],"texture":"#texture"},"west":{"uv":[12,4,15,2],"texture":"#texture"},"up":{"uv":[11,4,14,2],"texture":"#texture"},"down":{"uv":[12,3,15,1],"texture":"#texture"}}},{"from":[5.69263,12.8464,7.00322],"to":[6.69041,14.0936,8.001],"faces":{"north":{"uv":[11,2,13,4],"texture":"#texture"},"east":{"uv":[11,2,13,4],"texture":"#texture"},"south":{"uv":[11,2,13,4],"texture":"#texture"},"west":{"uv":[11,2,13,4],"texture":"#texture"},"up":{"uv":[11,2,13,4],"texture":"#texture"},"down":{"uv":[11,2,13,4],"texture":"#texture"}}},{"from":[5.69263,0.4064,7.00322],"to":[6.69041,1.6536,8.001],"rotation":{"angle":0,"axis":"y","origin":[8,6.5,8]},"faces":{"north":{"uv":[11,4,13,2],"texture":"#texture"},"east":{"uv":[11,4,13,2],"texture":"#texture"},"south":{"uv":[11,4,13,2],"texture":"#texture"},"west":{"uv":[11,4,13,2],"texture":"#texture"},"up":{"uv":[11,4,13,2],"texture":"#texture"},"down":{"uv":[11,4,13,2],"texture":"#texture"}}},{"from":[4.5625,4.0625,4.6875],"to":[10.0625,4.125,10.0625],"rotation":{"angle":-22.5,"axis":"z","origin":[4.5625,4.125,4.6875]},"faces":{"up":{"uv":[0,0,16,16],"texture":"#water_atom"},"down":{"uv":[16,0,0,16],"texture":"#water_atom"}}},{"from":[8.625,15.75,7.125],"to":[11,16.75,7.875],"rotation":{"angle":45,"axis":"z","origin":[8.625,16.75,7.125]},"faces":{"north":{"uv":[14,1,15.625,2.5],"texture":"#texture"},"east":{"uv":[14,1,15.625,2.5],"texture":"#texture"},"south":{"uv":[14,1,15.625,2.5],"texture":"#texture"},"west":{"uv":[14,1,15.625,2.5],"texture":"#texture"},"up":{"uv":[14,1,15.625,2.5],"texture":"#texture"},"down":{"uv":[14,1,15.625,2.5],"texture":"#texture"}}},{"from":[8.625,-2.25,7.125],"to":[11,-1.25,7.875],"rotation":{"angle":-45,"axis":"z","origin":[8.625,-2.25,7.125]},"faces":{"north":{"uv":[14,2.5,15.625,1],"texture":"#texture"},"east":{"uv":[14,2.5,15.625,1],"texture":"#texture"},"south":{"uv":[14,2.5,15.625,1],"texture":"#texture"},"west":{"uv":[14,2.5,15.625,1],"texture":"#texture"},"up":{"uv":[14,2.5,15.625,1],"texture":"#texture"},"down":{"uv":[14,2.5,15.625,1],"texture":"#texture"}}},{"from":[7.375,14.375,7],"to":[9.375,15.625,8],"rotation":{"angle":45,"axis":"z","origin":[7.375,15.625,7]},"faces":{"north":{"uv":[14,1,15.625,2.25],"texture":"#texture"},"east":{"uv":[14,1,15.625,2.25],"texture":"#texture"},"south":{"uv":[14,1,15.625,2.25],"texture":"#texture"},"west":{"uv":[14,1,15.625,2.25],"texture":"#texture"},"up":{"uv":[14,1,15.625,2.25],"texture":"#texture"},"down":{"uv":[14,1,15.625,2.25],"texture":"#texture"}}},{"from":[7.375,-1.125,7],"to":[9.375,0.125,8],"rotation":{"angle":-45,"axis":"z","origin":[7.375,-1.125,7]},"faces":{"north":{"uv":[14,2.25,15.625,1],"texture":"#texture"},"east":{"uv":[14,2.25,15.625,1],"texture":"#texture"},"south":{"uv":[14,2.25,15.625,1],"texture":"#texture"},"west":{"uv":[14,2.25,15.625,1],"texture":"#texture"},"up":{"uv":[14,2.25,15.625,1],"texture":"#texture"},"down":{"uv":[14,2.25,15.625,1],"texture":"#texture"}}},{"from":[4.865,5.49,6.99],"to":[6.01,9.01,8.01],"faces":{"north":{"uv":[0,1,1,5],"texture":"#texture"},"east":{"uv":[0,1,1,5],"texture":"#texture"},"south":{"uv":[0,1,1,5],"texture":"#texture"},"west":{"uv":[0,1,1,5],"texture":"#texture"},"up":{"uv":[0,1,1.125,2],"texture":"#texture"},"down":{"uv":[0,1,1,5],"texture":"#texture"}}},{"from":[4.75,8.25,6.75],"to":[5.5,8.75,8.25],"faces":{"north":{"uv":[13.25,12.25,14.75,15.75],"texture":"#texture"},"east":{"uv":[6.25,12.5,7.75,16],"texture":"#texture"},"south":{"uv":[13.25,12.25,14.75,15.75],"texture":"#texture"},"west":{"uv":[6.25,12.5,7.75,16],"texture":"#texture"},"up":{"uv":[10.125,13.25,11.625,14.75],"texture":"#texture"},"down":{"uv":[10.125,13.25,11.625,14.75],"texture":"#texture"}}},{"from":[4.75,7,6.75],"to":[5.5,7.5,8.25],"faces":{"north":{"uv":[13.25,12.25,14.75,15.75],"texture":"#texture"},"east":{"uv":[6.25,12.5,7.75,16],"texture":"#texture"},"south":{"uv":[13.25,12.25,14.75,15.75],"texture":"#texture"},"west":{"uv":[6.25,12.5,7.75,16],"texture":"#texture"},"up":{"uv":[10.125,13.25,11.625,14.75],"texture":"#texture"},"down":{"uv":[10.125,13.25,11.625,14.75],"texture":"#texture"}}},{"from":[4.75,5.75,6.75],"to":[5.5,6.25,8.25],"faces":{"north":{"uv":[13.25,12.25,14.75,15.75],"texture":"#texture"},"east":{"uv":[6.25,12.5,7.75,16],"texture":"#texture"},"south":{"uv":[13.25,12.25,14.75,15.75],"texture":"#texture"},"west":{"uv":[6.25,12.5,7.75,16],"texture":"#texture"},"up":{"uv":[10.125,13.25,11.625,14.75],"texture":"#texture"},"down":{"uv":[10.125,13.25,11.625,14.75],"texture":"#texture"}}},{"from":[4.5,4.6875,4.6875],"to":[10,4.75,10.0625],"rotation":{"angle":-22.5,"axis":"z","origin":[4.5,4.75,4.6875]},"faces":{"up":{"uv":[0,0,16,16],"texture":"#water_atom"},"down":{"uv":[16,0,0,16],"texture":"#water_atom"}}},{"from":[4.5625,9.8125,4.6875],"to":[10.0625,9.875,10.0625],"rotation":{"angle":22.5,"axis":"z","origin":[4.5625,9.875,4.6875]},"faces":{"up":{"uv":[0,0,16,16],"texture":"#water_atom"},"down":{"uv":[16,0,0,16],"texture":"#water_atom"}}},{"from":[4.5625,10.4375,4.6875],"to":[10.0625,10.5,10.0625],"rotation":{"angle":22.5,"axis":"z","origin":[4.5625,10.5,4.6875]},"faces":{"up":{"uv":[0,0,16,16],"texture":"#water_atom"},"down":{"uv":[16,0,0,16],"texture":"#water_atom"}}},{"from":[10.625,-2.625,7.25],"to":[10.75,17.625,7.75],"faces":{"north":{"uv":[6.125,12.625,15.875,13.375],"texture":"#texture"},"east":{"uv":[10.5,13.25,12,14.75],"texture":"#texture"},"south":{"uv":[6.125,12.625,15.875,13.375],"texture":"#texture"},"west":{"uv":[10.5,13.25,12,14.75],"texture":"#texture"},"up":{"uv":[5.5,13.75,15.625,14.25],"texture":"#texture"},"down":{"uv":[5.5,13.75,15.625,14.25],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-90,0],"translation":[-1,-1.01,5],"scale":[1.5,1.5,1.5]},"thirdperson_lefthand":{"rotation":[0,90,0],"translation":[1,-1.51,5],"scale":[1.5,1.5,1.5]},"firstperson_righthand":{"rotation":[-5,-90,0],"translation":[1,7.25,0],"scale":[0.8,0.9,0.8]},"firstperson_lefthand":{"rotation":[-5,90,0],"translation":[1,7.25,0],"scale":[0.8,0.9,0.8]},"ground":{"rotation":[45,45,0],"translation":[0,5.5,0],"scale":[0.8,0.8,0.8]},"gui":{"rotation":[-20,160,30],"translation":[-0.25,1.5,0],"scale":[-0.9,0.9,0.9]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/archer/bow_water_c.json b/assets/minecraft/models/item/wynn/weapon/archer/bow_water_c.json new file mode 100644 index 000000000..86718c80c --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/archer/bow_water_c.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"texture":"wynn/weapon/archer/water_tier_all","water_atom":"wynn/weapon/anim/water_atom"},"elements":[{"from":[4.875,5.5625,6.75],"to":[6.375,9.0625,8.25],"faces":{"north":{"uv":[6,12,8,16],"texture":"#texture"},"east":{"uv":[12,12,14,16],"texture":"#texture"},"south":{"uv":[11,12,13,16],"texture":"#texture"},"west":{"uv":[13,12,15,16],"texture":"#texture"},"up":{"uv":[11,12,13,16],"texture":"#texture"},"down":{"uv":[11,12,13,16],"texture":"#texture"}}},{"from":[4.9375,7.9375,7],"to":[8.1875,8.9375,8],"rotation":{"angle":45,"axis":"z","origin":[4.9375,8.9375,7]},"faces":{"north":{"uv":[0,2,3.25,3],"rotation":180,"texture":"#texture"},"east":{"uv":[0,0,3.25,1],"texture":"#texture"},"south":{"uv":[0,2,3.25,3],"texture":"#texture"},"west":{"uv":[0,0,3.25,1],"texture":"#texture"},"up":{"uv":[0,0,3.25,1],"texture":"#texture"},"down":{"uv":[0,0,3.25,1],"texture":"#texture"}}},{"from":[4.9375,5.6625,7],"to":[8.1875,6.6625,8],"rotation":{"angle":-45,"axis":"z","origin":[4.9375,5.6625,7]},"faces":{"north":{"uv":[0,5,3.25,4],"rotation":180,"texture":"#texture"},"east":{"uv":[0,1,3.25,0],"texture":"#texture"},"south":{"uv":[0,3,3.25,2],"texture":"#texture"},"west":{"uv":[0,1,3.25,0],"texture":"#texture"},"up":{"uv":[0,1,3.25,0],"texture":"#texture"},"down":{"uv":[0,1,3.25,0],"texture":"#texture"}}},{"from":[6.375,12.5625,7],"to":[8.625,13.5625,8],"rotation":{"angle":-45,"axis":"z","origin":[6.375,13.5625,7]},"faces":{"north":{"uv":[5,3,8,4],"texture":"#texture"},"east":{"uv":[5,3,8,4],"texture":"#texture"},"south":{"uv":[5,3,8,4],"texture":"#texture"},"west":{"uv":[5,3,8,4],"texture":"#texture"},"up":{"uv":[5,3,8,4],"texture":"#texture"},"down":{"uv":[5,3,8,4],"texture":"#texture"}}},{"from":[6.375,1.0375,7],"to":[8.625,2.0375,8],"rotation":{"angle":45,"axis":"z","origin":[6.375,1.0375,7]},"faces":{"north":{"uv":[5,4,8,3],"texture":"#texture"},"east":{"uv":[5,4,8,3],"texture":"#texture"},"south":{"uv":[5,4,8,3],"texture":"#texture"},"west":{"uv":[5,4,8,3],"texture":"#texture"},"up":{"uv":[5,4,8,3],"texture":"#texture"},"down":{"uv":[5,4,8,3],"texture":"#texture"}}},{"from":[5.6675,13.105,6.98],"to":[7.8325,14.145,8.02],"rotation":{"angle":45,"axis":"z","origin":[5.6875,14.125,7]},"faces":{"north":{"uv":[8,3,10,4],"rotation":180,"texture":"#texture"},"east":{"uv":[8,3,10,4],"texture":"#texture"},"south":{"uv":[8,3,10,4],"texture":"#texture"},"west":{"uv":[8,3,10,4],"texture":"#texture"},"up":{"uv":[8,3,10,4],"texture":"#texture"},"down":{"uv":[8,3,10,4],"texture":"#texture"}}},{"from":[5.6675,0.455,6.98],"to":[7.8325,1.495,8.02],"rotation":{"angle":-45,"axis":"z","origin":[5.6875,0.475,7]},"faces":{"north":{"uv":[8,4,10,3],"rotation":180,"texture":"#texture"},"east":{"uv":[8,4,10,3],"texture":"#texture"},"south":{"uv":[8,4,10,3],"texture":"#texture"},"west":{"uv":[8,4,10,3],"texture":"#texture"},"up":{"uv":[8,4,10,3],"texture":"#texture"},"down":{"uv":[8,4,10,3],"texture":"#texture"}}},{"from":[6.5,10.5,6.875],"to":[8.125,12,8.125],"faces":{"north":{"uv":[4,2,6,4],"texture":"#texture"},"east":{"uv":[3,2,5,4],"texture":"#texture"},"south":{"uv":[5,3,7,5],"rotation":270,"texture":"#texture"},"west":{"uv":[5,2,7,4],"texture":"#texture"},"up":{"uv":[5,2,7,4],"texture":"#texture"},"down":{"uv":[2,3,4,5],"texture":"#texture"}}},{"from":[6.5,2.6,6.875],"to":[8.125,4.1,8.125],"rotation":{"angle":0,"axis":"y","origin":[8,6.6,8]},"faces":{"north":{"uv":[4,4,6,2],"texture":"#texture"},"east":{"uv":[3,4,5,2],"texture":"#texture"},"south":{"uv":[7,3,5,5],"rotation":270,"texture":"#texture"},"west":{"uv":[5,4,7,2],"texture":"#texture"},"up":{"uv":[2,5,4,3],"texture":"#texture"},"down":{"uv":[5,4,7,2],"texture":"#texture"}}},{"from":[6.875,14.875,7],"to":[7.875,16.875,8],"faces":{"north":{"uv":[12,1,14,2],"rotation":270,"texture":"#texture"},"east":{"uv":[12,1,14,2],"rotation":270,"texture":"#texture"},"south":{"uv":[12,1,14,2],"rotation":270,"texture":"#texture"},"west":{"uv":[12,1,14,2],"rotation":270,"texture":"#texture"},"up":{"uv":[12,1,14,2],"rotation":270,"texture":"#texture"},"down":{"uv":[12,1,14,2],"rotation":270,"texture":"#texture"}}},{"from":[6.875,-2.275,7],"to":[7.875,-0.275,8],"rotation":{"angle":0,"axis":"y","origin":[8,6.6,8]},"faces":{"north":{"uv":[14,1,12,2],"rotation":270,"texture":"#texture"},"east":{"uv":[14,1,12,2],"rotation":270,"texture":"#texture"},"south":{"uv":[14,1,12,2],"rotation":270,"texture":"#texture"},"west":{"uv":[14,1,12,2],"rotation":270,"texture":"#texture"},"up":{"uv":[14,1,12,2],"rotation":270,"texture":"#texture"},"down":{"uv":[14,1,12,2],"rotation":270,"texture":"#texture"}}},{"from":[6.875,15.375,6.875],"to":[11.875,16.875,8.125],"rotation":{"angle":22.5,"axis":"z","origin":[6.875,16.875,6.875]},"faces":{"north":{"uv":[16,0,11,2],"rotation":180,"texture":"#texture"},"east":{"uv":[9,0,11,2],"rotation":180,"texture":"#texture"},"south":{"uv":[11,0,16,2],"rotation":180,"texture":"#texture"},"west":{"uv":[11,0,16,2],"rotation":180,"texture":"#texture"},"up":{"uv":[14,0,16,5],"rotation":270,"texture":"#texture"},"down":{"uv":[11,0,16,2],"rotation":180,"texture":"#texture"}}},{"from":[6.875,-2.275,6.875],"to":[11.875,-0.775,8.125],"rotation":{"angle":-22.5,"axis":"z","origin":[6.875,-2.275,6.875]},"faces":{"north":{"uv":[16,2,11,0],"rotation":180,"texture":"#texture"},"east":{"uv":[9,2,11,0],"rotation":180,"texture":"#texture"},"south":{"uv":[11,2,16,0],"rotation":180,"texture":"#texture"},"west":{"uv":[11,2,16,0],"rotation":180,"texture":"#texture"},"up":{"uv":[11,2,16,0],"rotation":180,"texture":"#texture"},"down":{"uv":[16,0,14,5],"rotation":270,"texture":"#texture"}}},{"from":[5.69263,12.8464,7.00322],"to":[6.69041,14.0936,8.001],"faces":{"north":{"uv":[7,2,7.997,3.247],"texture":"#texture"},"east":{"uv":[7,2,7.997,3.247],"texture":"#texture"},"south":{"uv":[7,2,7.997,3.247],"texture":"#texture"},"west":{"uv":[7,2,7.997,3.247],"texture":"#texture"},"up":{"uv":[7,2,7.997,3.247],"texture":"#texture"},"down":{"uv":[7,2,7.997,3.247],"texture":"#texture"}}},{"from":[5.69263,0.5064,7.00322],"to":[6.69041,1.7536,8.001],"rotation":{"angle":0,"axis":"y","origin":[8,6.6,8]},"faces":{"north":{"uv":[7,3.247,7.997,2],"texture":"#texture"},"east":{"uv":[7,3.247,7.997,2],"texture":"#texture"},"south":{"uv":[7,3.247,7.997,2],"texture":"#texture"},"west":{"uv":[7,3.247,7.997,2],"texture":"#texture"},"up":{"uv":[7,3.247,7.997,2],"texture":"#texture"},"down":{"uv":[7,3.247,7.997,2],"texture":"#texture"}}},{"from":[10.209,16.635,6.885],"to":[12.189,18.115,8.115],"rotation":{"angle":-22.5,"axis":"z","origin":[10.199,18.125,6.875]},"faces":{"north":{"uv":[6,1,8,3],"texture":"#texture"},"east":{"uv":[6,1,8,3],"texture":"#texture"},"south":{"uv":[6,1,8,3],"texture":"#texture"},"west":{"uv":[6,1,8,3],"texture":"#texture"},"up":{"uv":[6,1,8,3],"texture":"#texture"},"down":{"uv":[6,1,8,3],"texture":"#texture"}}},{"from":[10.209,-3.515,6.885],"to":[12.189,-2.035,8.115],"rotation":{"angle":22.5,"axis":"z","origin":[10.199,-3.525,6.875]},"faces":{"north":{"uv":[6,3,8,1],"texture":"#texture"},"east":{"uv":[6,3,8,1],"texture":"#texture"},"south":{"uv":[6,3,8,1],"texture":"#texture"},"west":{"uv":[6,3,8,1],"texture":"#texture"},"up":{"uv":[6,3,8,1],"texture":"#texture"},"down":{"uv":[6,3,8,1],"texture":"#texture"}}},{"from":[3.4375,12.1875,4],"to":[10.0625,12.25,10.75],"rotation":{"angle":22.5,"axis":"z","origin":[3.4375,12.25,4]},"faces":{"up":{"uv":[0,0,16,16],"texture":"#water_atom"},"down":{"uv":[16,0,0,16],"texture":"#water_atom"}}},{"from":[3.4375,12.875,4],"to":[10.0625,12.9375,10.75],"rotation":{"angle":22.5,"axis":"z","origin":[3.4375,12.9375,4]},"faces":{"up":{"uv":[0,0,16,16],"texture":"#water_atom"},"down":{"uv":[16,0,0,16],"texture":"#water_atom"}}},{"from":[3.5625,11.5625,4],"to":[10.1875,11.625,10.75],"rotation":{"angle":22.5,"axis":"z","origin":[3.5625,11.625,4]},"faces":{"up":{"uv":[0,0,16,16],"texture":"#water_atom"},"down":{"uv":[16,0,0,16],"texture":"#water_atom"}}},{"from":[3.4375,2.1875,4],"to":[10.0625,2.25,10.75],"rotation":{"angle":-22.5,"axis":"z","origin":[3.4375,2.25,4]},"faces":{"up":{"uv":[0,0,16,16],"texture":"#water_atom"},"down":{"uv":[16,0,0,16],"texture":"#water_atom"}}},{"from":[3.4375,2.875,4],"to":[10.0625,2.9375,10.75],"rotation":{"angle":-22.5,"axis":"z","origin":[3.4375,2.9375,4]},"faces":{"up":{"uv":[0,0,16,16],"texture":"#water_atom"},"down":{"uv":[16,0,0,16],"texture":"#water_atom"}}},{"from":[3.5625,1.5625,4],"to":[10.1875,1.625,10.75],"rotation":{"angle":-22.5,"axis":"z","origin":[3.5625,1.625,4]},"faces":{"up":{"uv":[0,0,16,16],"texture":"#water_atom"},"down":{"uv":[16,0,0,16],"texture":"#water_atom"}}},{"from":[11.25,-2.125,7.25],"to":[11.375,16.375,7.625],"faces":{"north":{"uv":[5.875,13.75,15.5,14.5],"texture":"#texture"},"east":{"uv":[10.5,13.375,11.625,14.5],"texture":"#texture"},"south":{"uv":[6,14,15.625,14.75],"texture":"#texture"},"west":{"uv":[10.5,13.375,11.625,14.5],"texture":"#texture"},"up":{"uv":[6,13.75,15.75,14.25],"texture":"#texture"},"down":{"uv":[6,13.75,15.75,14.25],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-90,0],"translation":[-0.75,-1.01,5],"scale":[1.5,1.5,1.5]},"thirdperson_lefthand":{"rotation":[0,90,0],"translation":[1,-1.51,5],"scale":[1.5,1.5,1.5]},"firstperson_righthand":{"rotation":[10,-90,0],"translation":[2,6.75,-1.25],"scale":[0.8,0.9,0.8]},"firstperson_lefthand":{"rotation":[10,90,0],"translation":[3,6.75,-1.25],"scale":[0.8,0.9,0.8]},"ground":{"rotation":[45,45,0],"translation":[0,5.5,0],"scale":[0.8,0.8,0.8]},"gui":{"rotation":[-20,160,30],"translation":[0,1.25,0],"scale":[-1,1,1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/assassin/dagger_air_a.json b/assets/minecraft/models/item/wynn/weapon/assassin/dagger_air_a.json new file mode 100644 index 000000000..07eda2bb2 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/assassin/dagger_air_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"particle":"wynn/weapon/assassin/air_tier_all_0","texture":"wynn/weapon/assassin/air_tier_all_0"},"elements":[{"from":[-6.5,9.5,7.4375],"to":[10,10,7.5],"rotation":{"angle":22.5,"axis":"x","origin":[-6.5,10,7.4375]},"faces":{"north":{"uv":[0,6.5,15,7.5],"texture":"#texture"},"east":{"uv":[7,5,7.5,6],"texture":"#texture"},"south":{"uv":[0,6.5,15,7.5],"texture":"#texture"},"west":{"uv":[7,5,7.5,6],"texture":"#texture"},"up":{"uv":[0,7,15,7.5],"texture":"#texture"},"down":{"uv":[0,7,15,7.5],"texture":"#texture"}}},{"from":[-6.75,9.5,7],"to":[10,10,7.0625],"rotation":{"angle":-22.5,"axis":"x","origin":[-6.75,10,7]},"faces":{"north":{"uv":[0,6.5,15,7.5],"texture":"#texture"},"east":{"uv":[7,5,7.5,6],"texture":"#texture"},"south":{"uv":[0,6.5,15,7.5],"texture":"#texture"},"west":{"uv":[7,5,7.5,6],"texture":"#texture"},"up":{"uv":[0,7,15,7.5],"texture":"#texture"},"down":{"uv":[0,7,15,7.5],"texture":"#texture"}}},{"from":[-5,10,7],"to":[10,11,7.5],"faces":{"north":{"uv":[0,6.5,15,7.5],"texture":"#texture"},"east":{"uv":[7,5,7.5,6],"texture":"#texture"},"south":{"uv":[0,6.5,15,7.5],"texture":"#texture"},"west":{"uv":[7,5,7.5,6],"texture":"#texture"},"up":{"uv":[0,7,15,7.5],"texture":"#texture"},"down":{"uv":[0,7,15,7.5],"texture":"#texture"}}},{"from":[-6.5,10,7],"to":[-5,11,7.5],"faces":{"north":{"uv":[0,6.5,15,7.5],"texture":"#texture"},"east":{"uv":[7,5,7.5,6],"texture":"#texture"},"south":{"uv":[0,6.5,15,7.5],"texture":"#texture"},"west":{"uv":[7,5,7.5,6],"texture":"#texture"},"up":{"uv":[0,7,15,7.5],"texture":"#texture"},"down":{"uv":[0,7,15,7.5],"texture":"#texture"}}},{"from":[10,9.25,6.75],"to":[10.75,11.25,7.75],"faces":{"north":{"uv":[3,13.75,5.5,14.5],"texture":"#texture"},"east":{"uv":[12.75,13.5,13.75,14.25],"texture":"#texture"},"south":{"uv":[3,13.75,5.5,14.5],"texture":"#texture"},"west":{"uv":[12.75,13.5,13.75,14.25],"texture":"#texture"},"up":{"uv":[11.5,13.5,14,14.5],"texture":"#texture"},"down":{"uv":[11.5,13.5,14,14.5],"texture":"#texture"}}},{"from":[10,9.5,6.5],"to":[10.75,11,8],"faces":{"north":{"uv":[3,13.75,5.5,14.5],"texture":"#texture"},"east":{"uv":[12.75,13.5,13.75,14.25],"texture":"#texture"},"south":{"uv":[3,13.75,5.5,14.5],"texture":"#texture"},"west":{"uv":[12.75,13.5,13.75,14.25],"texture":"#texture"},"up":{"uv":[11.5,13.5,14,14.5],"texture":"#texture"},"down":{"uv":[11.5,13.5,14,14.5],"texture":"#texture"}}},{"from":[10.75,9.75,7],"to":[17,10.75,7.5],"faces":{"north":{"uv":[3.75,11,6,12],"texture":"#texture"},"east":{"uv":[3.25,11,5.25,12],"texture":"#texture"},"south":{"uv":[3.75,11,6,12],"texture":"#texture"},"west":{"uv":[3.25,11,5.25,12],"texture":"#texture"},"up":{"uv":[4.75,11,7.75,12],"texture":"#texture"},"down":{"uv":[4.75,11,7.75,12],"texture":"#texture"}}},{"from":[11,9.5,6.75],"to":[11.5,11,7.75],"faces":{"north":{"uv":[13.5,12,16,12.75],"texture":"#texture"},"east":{"uv":[13.25,9.5,16,10.5],"texture":"#texture"},"south":{"uv":[13.5,12,16,12.75],"texture":"#texture"},"west":{"uv":[13.25,9.5,16,10.5],"texture":"#texture"},"up":{"uv":[13,9.5,15.5,10.5],"texture":"#texture"},"down":{"uv":[13,9.5,15.5,10.5],"texture":"#texture"}}},{"from":[11.75,9.5,6.75],"to":[12.25,11,7.75],"faces":{"north":{"uv":[13.5,12,16,12.75],"texture":"#texture"},"east":{"uv":[13.25,9.5,16,10.5],"texture":"#texture"},"south":{"uv":[13.5,12,16,12.75],"texture":"#texture"},"west":{"uv":[13.25,9.5,16,10.5],"texture":"#texture"},"up":{"uv":[13,9.5,15.5,10.5],"texture":"#texture"},"down":{"uv":[13,9.5,15.5,10.5],"texture":"#texture"}}},{"from":[12.5,9.5,6.75],"to":[13,11,7.75],"faces":{"north":{"uv":[13.5,12,16,12.75],"texture":"#texture"},"east":{"uv":[13.25,9.5,16,10.5],"texture":"#texture"},"south":{"uv":[13.5,12,16,12.75],"texture":"#texture"},"west":{"uv":[13.25,9.5,16,10.5],"texture":"#texture"},"up":{"uv":[13,9.5,15.5,10.5],"texture":"#texture"},"down":{"uv":[13,9.5,15.5,10.5],"texture":"#texture"}}},{"from":[13.25,9.5,6.75],"to":[13.75,11,7.75],"faces":{"north":{"uv":[13.5,12,16,12.75],"texture":"#texture"},"east":{"uv":[13.25,9.5,16,10.5],"texture":"#texture"},"south":{"uv":[13.5,12,16,12.75],"texture":"#texture"},"west":{"uv":[13.25,9.5,16,10.5],"texture":"#texture"},"up":{"uv":[13,9.5,15.5,10.5],"texture":"#texture"},"down":{"uv":[13,9.5,15.5,10.5],"texture":"#texture"}}},{"from":[14,9.5,6.75],"to":[14.5,11,7.75],"faces":{"north":{"uv":[13.5,12,16,12.75],"texture":"#texture"},"east":{"uv":[13.25,9.5,16,10.5],"texture":"#texture"},"south":{"uv":[13.5,12,16,12.75],"texture":"#texture"},"west":{"uv":[13.25,9.5,16,10.5],"texture":"#texture"},"up":{"uv":[13,9.5,15.5,10.5],"texture":"#texture"},"down":{"uv":[13,9.5,15.5,10.5],"texture":"#texture"}}},{"from":[14.75,9.5,6.75],"to":[15.25,11,7.75],"faces":{"north":{"uv":[13.5,12,16,12.75],"texture":"#texture"},"east":{"uv":[13.25,9.5,16,10.5],"texture":"#texture"},"south":{"uv":[13.5,12,16,12.75],"texture":"#texture"},"west":{"uv":[13.25,9.5,16,10.5],"texture":"#texture"},"up":{"uv":[13,9.5,15.5,10.5],"texture":"#texture"},"down":{"uv":[13,9.5,15.5,10.5],"texture":"#texture"}}},{"from":[15.5,9.5,6.75],"to":[16,11,7.75],"faces":{"north":{"uv":[13.5,12,16,12.75],"texture":"#texture"},"east":{"uv":[13.25,9.5,16,10.5],"texture":"#texture"},"south":{"uv":[13.5,12,16,12.75],"texture":"#texture"},"west":{"uv":[13.25,9.5,16,10.5],"texture":"#texture"},"up":{"uv":[13,9.5,15.5,10.5],"texture":"#texture"},"down":{"uv":[13,9.5,15.5,10.5],"texture":"#texture"}}},{"from":[16.25,9.5,6.75],"to":[16.75,11,7.75],"faces":{"north":{"uv":[13.5,12,16,12.75],"texture":"#texture"},"east":{"uv":[13.25,9.5,16,10.5],"texture":"#texture"},"south":{"uv":[13.5,12,16,12.75],"texture":"#texture"},"west":{"uv":[13.25,9.5,16,10.5],"texture":"#texture"},"up":{"uv":[13,9.5,15.5,10.5],"texture":"#texture"},"down":{"uv":[13,9.5,15.5,10.5],"texture":"#texture"}}},{"from":[17,9.5,6.5],"to":[17.75,11,8],"faces":{"north":{"uv":[3,13.75,5.5,14.5],"texture":"#texture"},"east":{"uv":[12.75,13.5,13.75,14.25],"texture":"#texture"},"south":{"uv":[3,13.75,5.5,14.5],"texture":"#texture"},"west":{"uv":[12.75,13.5,13.75,14.25],"texture":"#texture"},"up":{"uv":[11.5,13.5,14,14.5],"texture":"#texture"},"down":{"uv":[11.5,13.5,14,14.5],"texture":"#texture"}}},{"from":[-8,10.75,7],"to":[-6.5,11,7.5],"faces":{"north":{"uv":[0,6.5,15,7.5],"texture":"#texture"},"east":{"uv":[7,5,7.5,6],"texture":"#texture"},"south":{"uv":[0,6.5,15,7.5],"texture":"#texture"},"west":{"uv":[7,5,7.5,6],"texture":"#texture"},"up":{"uv":[0,7,15,7.5],"texture":"#texture"},"down":{"uv":[0,7,15,7.5],"texture":"#texture"}}},{"from":[-7.75,10.5,7],"to":[-6.5,10.75,7.5],"faces":{"north":{"uv":[0,6.5,15,7.5],"texture":"#texture"},"east":{"uv":[7,5,7.5,6],"texture":"#texture"},"south":{"uv":[0,6.5,15,7.5],"texture":"#texture"},"west":{"uv":[7,5,7.5,6],"texture":"#texture"},"up":{"uv":[0,7,15,7.5],"texture":"#texture"},"down":{"uv":[0,7,15,7.5],"texture":"#texture"}}},{"from":[-7.5,10.25,7],"to":[-6.5,10.5,7.5],"faces":{"north":{"uv":[0,6.5,15,7.5],"texture":"#texture"},"east":{"uv":[7,5,7.5,6],"texture":"#texture"},"south":{"uv":[0,6.5,15,7.5],"texture":"#texture"},"west":{"uv":[7,5,7.5,6],"texture":"#texture"},"up":{"uv":[0,7,15,7.5],"texture":"#texture"},"down":{"uv":[0,7,15,7.5],"texture":"#texture"}}},{"from":[-7.25,10,7],"to":[-6.5,10.25,7.5],"faces":{"north":{"uv":[0,6.5,15,7.5],"texture":"#texture"},"east":{"uv":[7,5,7.5,6],"texture":"#texture"},"south":{"uv":[0,6.5,15,7.5],"texture":"#texture"},"west":{"uv":[7,5,7.5,6],"texture":"#texture"},"up":{"uv":[0,7,15,7.5],"texture":"#texture"},"down":{"uv":[0,7,15,7.5],"texture":"#texture"}}},{"from":[-6.75,9.5,7.125],"to":[-6.5,9.75,7.375],"faces":{"north":{"uv":[0,6.5,15,7.5],"texture":"#texture"},"east":{"uv":[7,5,7.5,6],"texture":"#texture"},"south":{"uv":[0,6.5,15,7.5],"texture":"#texture"},"west":{"uv":[7,5,7.5,6],"texture":"#texture"},"up":{"uv":[0,7,15,7.5],"texture":"#texture"},"down":{"uv":[0,7,15,7.5],"texture":"#texture"}}},{"from":[-7,9.75,7],"to":[-6.5,10,7.5],"faces":{"north":{"uv":[0,6.5,15,7.5],"texture":"#texture"},"east":{"uv":[7,5,7.5,6],"texture":"#texture"},"south":{"uv":[0,6.5,15,7.5],"texture":"#texture"},"west":{"uv":[7,5,7.5,6],"texture":"#texture"},"up":{"uv":[0,7,15,7.5],"texture":"#texture"},"down":{"uv":[0,7,15,7.5],"texture":"#texture"}}},{"from":[17.75,9.5,6.75],"to":[18,11,7.75],"faces":{"north":{"uv":[3,13.75,5.5,14.5],"texture":"#texture"},"east":{"uv":[12.75,13.5,13.75,14.25],"texture":"#texture"},"south":{"uv":[3,13.75,5.5,14.5],"texture":"#texture"},"west":{"uv":[12.75,13.5,13.75,14.25],"texture":"#texture"},"up":{"uv":[11.5,13.5,14,14.5],"texture":"#texture"},"down":{"uv":[11.5,13.5,14,14.5],"texture":"#texture"}}},{"from":[17,9.25,6.75],"to":[17.75,11.25,7.75],"faces":{"north":{"uv":[3,13.75,5.5,14.5],"texture":"#texture"},"east":{"uv":[12.75,13.5,13.75,14.25],"texture":"#texture"},"south":{"uv":[3,13.75,5.5,14.5],"texture":"#texture"},"west":{"uv":[12.75,13.5,13.75,14.25],"texture":"#texture"},"up":{"uv":[11.5,13.5,14,14.5],"texture":"#texture"},"down":{"uv":[11.5,13.5,14,14.5],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[90,-90,0],"translation":[-1,3.5,-0.5]},"thirdperson_lefthand":{"rotation":[90,90,0],"translation":[0,3.5,-0.5]},"firstperson_righthand":{"rotation":[65,-90,0],"translation":[-1,4,0],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[65,90,0],"translation":[0,4,0],"scale":[0.6,0.6,0.6]},"ground":{"rotation":[45,-45,0],"translation":[0,5,0],"scale":[0.7,0.7,0.7]},"gui":{"rotation":[-20,-160,-60],"translation":[0.25,-2.5,0],"scale":[0.9,0.9,0.9]},"fixed":{"rotation":[0,0,-90],"translation":[-2,-1.75,-0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/assassin/dagger_air_b.json b/assets/minecraft/models/item/wynn/weapon/assassin/dagger_air_b.json new file mode 100644 index 000000000..89dccd8ae --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/assassin/dagger_air_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"particle":"wynn/weapon/assassin/air_tier_all_0","texture":"wynn/weapon/assassin/air_tier_all_0"},"elements":[{"from":[0,9.53,7.4375],"to":[15,10.03,7.5],"rotation":{"angle":22.5,"axis":"x","origin":[0,10.03,7.4375]},"faces":{"north":{"uv":[0,6.5,15,7.5],"texture":"#texture"},"east":{"uv":[7,5,7.5,6],"texture":"#texture"},"south":{"uv":[0,6.5,15,7.5],"texture":"#texture"},"west":{"uv":[7,5,7.5,6],"texture":"#texture"},"up":{"uv":[0,7,15,7.5],"texture":"#texture"},"down":{"uv":[0,7,15,7.5],"texture":"#texture"}}},{"from":[0,9.5,7],"to":[15,10,7.0625],"rotation":{"angle":-22.5,"axis":"x","origin":[0,10,7]},"faces":{"north":{"uv":[0,6.5,15,7.5],"texture":"#texture"},"east":{"uv":[7,5,7.5,6],"texture":"#texture"},"south":{"uv":[0,6.5,15,7.5],"texture":"#texture"},"west":{"uv":[7,5,7.5,6],"texture":"#texture"},"up":{"uv":[0,7,15,7.5],"texture":"#texture"},"down":{"uv":[0,7,15,7.5],"texture":"#texture"}}},{"from":[-0.5,9.5,7.125],"to":[0,10,7.375],"faces":{"north":{"uv":[7.25,6.5,9.75,7.25],"texture":"#texture"},"east":{"uv":[7.5,6,8.5,6.75],"texture":"#texture"},"south":{"uv":[7.25,6.5,9.75,7.25],"texture":"#texture"},"west":{"uv":[7.5,6,8.5,6.75],"texture":"#texture"},"up":{"uv":[7,6.5,9.5,7.5],"texture":"#texture"},"down":{"uv":[7,6.5,9.5,7.5],"texture":"#texture"}}},{"from":[0,10,7],"to":[15,11,7.5],"faces":{"north":{"uv":[0,6.5,15,7.5],"texture":"#texture"},"east":{"uv":[7,5,7.5,6],"texture":"#texture"},"south":{"uv":[0,6.5,15,7.5],"texture":"#texture"},"west":{"uv":[7,5,7.5,6],"texture":"#texture"},"up":{"uv":[0,7,15,7.5],"texture":"#texture"},"down":{"uv":[0,7,15,7.5],"texture":"#texture"}}},{"from":[-0.5,10,7],"to":[0,11,7.5],"faces":{"north":{"uv":[0,6.5,15,7.5],"texture":"#texture"},"east":{"uv":[7,5,7.5,6],"texture":"#texture"},"south":{"uv":[0,6.5,15,7.5],"texture":"#texture"},"west":{"uv":[7,5,7.5,6],"texture":"#texture"},"up":{"uv":[0,7,15,7.5],"texture":"#texture"},"down":{"uv":[0,7,15,7.5],"texture":"#texture"}}},{"from":[-0.5,9.5,7.125],"to":[0,10,7.375],"faces":{"north":{"uv":[0,6.5,15,7.5],"texture":"#texture"},"east":{"uv":[7,5,7.5,6],"texture":"#texture"},"south":{"uv":[0,6.5,15,7.5],"texture":"#texture"},"west":{"uv":[7,5,7.5,6],"texture":"#texture"},"up":{"uv":[0,7,15,7.5],"texture":"#texture"},"down":{"uv":[0,7,15,7.5],"texture":"#texture"}}},{"from":[-2,9.75,7.125],"to":[-0.5,11.25,7.375],"faces":{"north":{"uv":[0,6.5,15,7.5],"texture":"#texture"},"east":{"uv":[7,5,7.5,6],"texture":"#texture"},"south":{"uv":[0,6.5,15,7.5],"texture":"#texture"},"west":{"uv":[7,5,7.5,6],"texture":"#texture"},"up":{"uv":[0,7,15,7.5],"texture":"#texture"},"down":{"uv":[0,7,15,7.5],"texture":"#texture"}}},{"from":[-3.25,10,7.125],"to":[-2,11.5,7.375],"faces":{"north":{"uv":[0,6.5,15,7.5],"texture":"#texture"},"east":{"uv":[7,5,7.5,6],"texture":"#texture"},"south":{"uv":[0,6.5,15,7.5],"texture":"#texture"},"west":{"uv":[7,5,7.5,6],"texture":"#texture"},"up":{"uv":[0,7,15,7.5],"texture":"#texture"},"down":{"uv":[0,7,15,7.5],"texture":"#texture"}}},{"from":[-4,10.5,7.125],"to":[-3.25,12,7.375],"faces":{"north":{"uv":[0,6.5,15,7.5],"texture":"#texture"},"east":{"uv":[7,5,7.5,6],"texture":"#texture"},"south":{"uv":[0,6.5,15,7.5],"texture":"#texture"},"west":{"uv":[7,5,7.5,6],"texture":"#texture"},"up":{"uv":[0,7,15,7.5],"texture":"#texture"},"down":{"uv":[0,7,15,7.5],"texture":"#texture"}}},{"from":[-3,10.25,7],"to":[-0.75,11,7.5],"faces":{"north":{"uv":[7.25,6.5,9.75,7.25],"texture":"#texture"},"east":{"uv":[7.5,6,8.5,6.75],"texture":"#texture"},"south":{"uv":[7.25,6.5,9.75,7.25],"texture":"#texture"},"west":{"uv":[7.5,6,8.5,6.75],"texture":"#texture"},"up":{"uv":[7,6.5,9.5,7.5],"texture":"#texture"},"down":{"uv":[7,6.5,9.5,7.5],"texture":"#texture"}}},{"from":[-3.25,11.5,7.125],"to":[-2.5,11.75,7.375],"faces":{"north":{"uv":[0,6.5,15,7.5],"texture":"#texture"},"east":{"uv":[7,5,7.5,6],"texture":"#texture"},"south":{"uv":[0,6.5,15,7.5],"texture":"#texture"},"west":{"uv":[7,5,7.5,6],"texture":"#texture"},"up":{"uv":[0,7,15,7.5],"texture":"#texture"},"down":{"uv":[0,7,15,7.5],"texture":"#texture"}}},{"from":[15,9.25,6.75],"to":[15.75,11.25,7.75],"faces":{"north":{"uv":[12.25,4.25,14.75,5],"texture":"#texture"},"east":{"uv":[14.5,4.25,15.5,5],"texture":"#texture"},"south":{"uv":[12.25,4.25,14.75,5],"texture":"#texture"},"west":{"uv":[14.5,4.25,15.5,5],"texture":"#texture"},"up":{"uv":[12,3.5,14.5,4.5],"texture":"#texture"},"down":{"uv":[12,3.5,14.5,4.5],"texture":"#texture"}}},{"from":[15,9.5,6.5],"to":[15.75,11,8],"faces":{"north":{"uv":[12.25,4.25,14.75,5],"texture":"#texture"},"east":{"uv":[14.5,4.25,15.5,5],"texture":"#texture"},"south":{"uv":[12.25,4.25,14.75,5],"texture":"#texture"},"west":{"uv":[14.5,4.25,15.5,5],"texture":"#texture"},"up":{"uv":[12,3.5,14.5,4.5],"texture":"#texture"},"down":{"uv":[12,3.5,14.5,4.5],"texture":"#texture"}}},{"from":[15.75,9.75,7],"to":[25,10.75,7.5],"faces":{"north":{"uv":[2,11,4,12],"texture":"#texture"},"east":{"uv":[2,11,4,12],"texture":"#texture"},"south":{"uv":[2,11,4,12],"texture":"#texture"},"west":{"uv":[2,11,4,12],"texture":"#texture"},"up":{"uv":[7,11,10,12],"texture":"#texture"},"down":{"uv":[0,12,3,13],"texture":"#texture"}}},{"from":[16,9.5,6.75],"to":[16.5,11,7.75],"faces":{"north":{"uv":[12,10,15,11],"texture":"#texture"},"east":{"uv":[13,10,14,11],"texture":"#texture"},"south":{"uv":[12,10,15,11],"texture":"#texture"},"west":{"uv":[13,10,14,11],"texture":"#texture"},"up":{"uv":[12,9,14,10],"rotation":180,"texture":"#texture"},"down":{"uv":[11,11,13,12],"rotation":180,"texture":"#texture"}}},{"from":[16.75,9.5,6.75],"to":[17.25,11,7.75],"faces":{"north":{"uv":[12,10,15,11],"texture":"#texture"},"east":{"uv":[13,10,14,11],"texture":"#texture"},"south":{"uv":[12,10,15,11],"texture":"#texture"},"west":{"uv":[13,10,14,11],"texture":"#texture"},"up":{"uv":[12,9,14,10],"rotation":180,"texture":"#texture"},"down":{"uv":[11,11,13,12],"rotation":180,"texture":"#texture"}}},{"from":[17.5,9.5,6.75],"to":[18,11,7.75],"faces":{"north":{"uv":[12,10,15,11],"texture":"#texture"},"east":{"uv":[13,10,14,11],"texture":"#texture"},"south":{"uv":[12,10,15,11],"texture":"#texture"},"west":{"uv":[13,10,14,11],"texture":"#texture"},"up":{"uv":[12,9,14,10],"rotation":180,"texture":"#texture"},"down":{"uv":[11,11,13,12],"rotation":180,"texture":"#texture"}}},{"from":[18.25,9.5,6.75],"to":[18.75,11,7.75],"faces":{"north":{"uv":[12,10,15,11],"texture":"#texture"},"east":{"uv":[13,10,14,11],"texture":"#texture"},"south":{"uv":[12,10,15,11],"texture":"#texture"},"west":{"uv":[13,10,14,11],"texture":"#texture"},"up":{"uv":[12,9,14,10],"rotation":180,"texture":"#texture"},"down":{"uv":[11,11,13,12],"rotation":180,"texture":"#texture"}}},{"from":[19,9.5,6.75],"to":[19.5,11,7.75],"faces":{"north":{"uv":[12,10,15,11],"texture":"#texture"},"east":{"uv":[13,10,14,11],"texture":"#texture"},"south":{"uv":[12,10,15,11],"texture":"#texture"},"west":{"uv":[13,10,14,11],"texture":"#texture"},"up":{"uv":[12,9,14,10],"rotation":180,"texture":"#texture"},"down":{"uv":[11,11,13,12],"rotation":180,"texture":"#texture"}}},{"from":[19.75,9.5,6.75],"to":[20.25,11,7.75],"faces":{"north":{"uv":[12,10,15,11],"texture":"#texture"},"east":{"uv":[13,10,14,11],"texture":"#texture"},"south":{"uv":[12,10,15,11],"texture":"#texture"},"west":{"uv":[13,10,14,11],"texture":"#texture"},"up":{"uv":[12,9,14,10],"rotation":180,"texture":"#texture"},"down":{"uv":[11,11,13,12],"rotation":180,"texture":"#texture"}}},{"from":[20.5,9.5,6.75],"to":[21,11,7.75],"faces":{"north":{"uv":[12,10,15,11],"texture":"#texture"},"east":{"uv":[13,10,14,11],"texture":"#texture"},"south":{"uv":[12,10,15,11],"texture":"#texture"},"west":{"uv":[13,10,14,11],"texture":"#texture"},"up":{"uv":[12,9,14,10],"rotation":180,"texture":"#texture"},"down":{"uv":[11,11,13,12],"rotation":180,"texture":"#texture"}}},{"from":[21.25,9.5,6.75],"to":[21.75,11,7.75],"faces":{"north":{"uv":[12,10,15,11],"texture":"#texture"},"east":{"uv":[13,10,14,11],"texture":"#texture"},"south":{"uv":[12,10,15,11],"texture":"#texture"},"west":{"uv":[13,10,14,11],"texture":"#texture"},"up":{"uv":[12,9,14,10],"rotation":180,"texture":"#texture"},"down":{"uv":[11,11,13,12],"rotation":180,"texture":"#texture"}}},{"from":[22,9.5,6.75],"to":[22.5,11,7.75],"faces":{"north":{"uv":[12,10,15,11],"texture":"#texture"},"east":{"uv":[13,10,14,11],"texture":"#texture"},"south":{"uv":[12,10,15,11],"texture":"#texture"},"west":{"uv":[13,10,14,11],"texture":"#texture"},"up":{"uv":[12,9,14,10],"rotation":180,"texture":"#texture"},"down":{"uv":[11,11,13,12],"rotation":180,"texture":"#texture"}}},{"from":[22.75,9.5,6.75],"to":[23.25,11,7.75],"faces":{"north":{"uv":[12,10,15,11],"texture":"#texture"},"east":{"uv":[13,10,14,11],"texture":"#texture"},"south":{"uv":[12,10,15,11],"texture":"#texture"},"west":{"uv":[13,10,14,11],"texture":"#texture"},"up":{"uv":[12,9,14,10],"rotation":180,"texture":"#texture"},"down":{"uv":[11,11,13,12],"rotation":180,"texture":"#texture"}}},{"from":[23.5,9.5,6.75],"to":[24,11,7.75],"faces":{"north":{"uv":[12,10,15,11],"texture":"#texture"},"east":{"uv":[13,10,14,11],"texture":"#texture"},"south":{"uv":[12,10,15,11],"texture":"#texture"},"west":{"uv":[13,10,14,11],"texture":"#texture"},"up":{"uv":[12,9,14,10],"rotation":180,"texture":"#texture"},"down":{"uv":[11,11,13,12],"rotation":180,"texture":"#texture"}}},{"from":[24.25,9.25,6.5],"to":[25,11.25,8],"faces":{"north":{"uv":[12.25,4.25,14.75,5],"texture":"#texture"},"east":{"uv":[14.5,4.25,15.5,5],"texture":"#texture"},"south":{"uv":[12.25,4.25,14.75,5],"texture":"#texture"},"west":{"uv":[14.5,4.25,15.5,5],"texture":"#texture"},"up":{"uv":[12,3.5,14.5,4.5],"texture":"#texture"},"down":{"uv":[12,3.5,14.5,4.5],"texture":"#texture"}}},{"from":[25,9.5,6.75],"to":[25.75,11,7.75],"faces":{"north":{"uv":[5,9.75,7.25,10.75],"texture":"#texture"},"east":{"uv":[3,10,5,11],"texture":"#texture"},"south":{"uv":[5,9.75,7.25,10.75],"texture":"#texture"},"west":{"uv":[3,10,5,11],"texture":"#texture"},"up":{"uv":[3.75,10,6.75,11],"texture":"#texture"},"down":{"uv":[3.75,10,6.75,11],"texture":"#texture"}}},{"from":[25.5,10.75,7],"to":[27,11.25,7.5],"faces":{"north":{"uv":[5,9.75,7.25,10.75],"texture":"#texture"},"east":{"uv":[3,10,5,11],"texture":"#texture"},"south":{"uv":[5,9.75,7.25,10.75],"texture":"#texture"},"west":{"uv":[3,10,5,11],"texture":"#texture"},"up":{"uv":[3.75,10,6.75,11],"texture":"#texture"},"down":{"uv":[3.75,10,6.75,11],"texture":"#texture"}}},{"from":[27.5,8.75,7],"to":[27.75,10.5,7.5],"faces":{"north":{"uv":[5,9.75,7.25,10.75],"texture":"#texture"},"east":{"uv":[3,10,5,11],"texture":"#texture"},"south":{"uv":[5,9.75,7.25,10.75],"texture":"#texture"},"west":{"uv":[3,10,5,11],"texture":"#texture"},"up":{"uv":[3.75,10,6.75,11],"texture":"#texture"},"down":{"uv":[3.75,10,6.75,11],"texture":"#texture"}}},{"from":[25.375,9.4375,6.75],"to":[26.625,10.4375,7.75],"rotation":{"angle":-22.5,"axis":"z","origin":[25.375,10.4375,6.75]},"faces":{"north":{"uv":[5,9.75,7.25,10.75],"texture":"#texture"},"east":{"uv":[3,10,5,11],"texture":"#texture"},"south":{"uv":[5,9.75,7.25,10.75],"texture":"#texture"},"west":{"uv":[3,10,5,11],"texture":"#texture"},"up":{"uv":[3.75,10,6.75,11],"texture":"#texture"},"down":{"uv":[3.75,10,6.75,11],"texture":"#texture"}}},{"from":[26.125,9.0325,6.75],"to":[26.9375,9.97,7.75],"faces":{"north":{"uv":[5,9.75,7.25,10.75],"texture":"#texture"},"east":{"uv":[3,10,5,11],"texture":"#texture"},"south":{"uv":[5,9.75,7.25,10.75],"texture":"#texture"},"west":{"uv":[3,10,5,11],"texture":"#texture"},"up":{"uv":[3.75,10,6.75,11],"texture":"#texture"},"down":{"uv":[3.75,10,6.75,11],"texture":"#texture"}}},{"from":[26.9786,9.125,7],"to":[28.4786,9.625,7.5],"rotation":{"angle":-45,"axis":"z","origin":[26.9786,9.625,7]},"faces":{"north":{"uv":[5,9.75,7.25,10.75],"texture":"#texture"},"east":{"uv":[3,10,5,11],"texture":"#texture"},"south":{"uv":[5,9.75,7.25,10.75],"texture":"#texture"},"west":{"uv":[3,10,5,11],"texture":"#texture"},"up":{"uv":[3.75,10,6.75,11],"texture":"#texture"},"down":{"uv":[3.75,10,6.75,11],"texture":"#texture"}}},{"from":[24.9375,10.1875,6.75],"to":[25.6875,10.6875,7.75],"rotation":{"angle":45,"axis":"z","origin":[24.9375,10.6875,6.75]},"faces":{"north":{"uv":[5,9.75,7.25,10.75],"texture":"#texture"},"east":{"uv":[3,10,5,11],"texture":"#texture"},"south":{"uv":[5,9.75,7.25,10.75],"texture":"#texture"},"west":{"uv":[3,10,5,11],"texture":"#texture"},"up":{"uv":[3.75,10,6.75,11],"texture":"#texture"},"down":{"uv":[3.75,10,6.75,11],"texture":"#texture"}}},{"from":[26.3125,9.9375,7],"to":[27.0625,10.9375,7.5],"rotation":{"angle":22.5,"axis":"z","origin":[26.3125,10.9375,7]},"faces":{"north":{"uv":[5,9.75,7.25,10.75],"texture":"#texture"},"east":{"uv":[3,10,5,11],"texture":"#texture"},"south":{"uv":[5,9.75,7.25,10.75],"texture":"#texture"},"west":{"uv":[3,10,5,11],"texture":"#texture"},"up":{"uv":[3.75,10,6.75,11],"texture":"#texture"},"down":{"uv":[3.75,10,6.75,11],"texture":"#texture"}}},{"from":[25.25,9.625,6.75],"to":[27,10.875,7.75],"faces":{"north":{"uv":[5,9.75,7.25,10.75],"texture":"#texture"},"east":{"uv":[3,10,5,11],"texture":"#texture"},"south":{"uv":[5,9.75,7.25,10.75],"texture":"#texture"},"west":{"uv":[3,10,5,11],"texture":"#texture"},"up":{"uv":[3.75,10,6.75,11],"texture":"#texture"},"down":{"uv":[3.75,10,6.75,11],"texture":"#texture"}}},{"from":[26.75,9.125,6.75],"to":[27.5625,10.5,7.75],"faces":{"north":{"uv":[5,9.75,7.25,10.75],"texture":"#texture"},"east":{"uv":[3,10,5,11],"texture":"#texture"},"south":{"uv":[5,9.75,7.25,10.75],"texture":"#texture"},"west":{"uv":[3,10,5,11],"texture":"#texture"},"up":{"uv":[3.75,10,6.75,11],"texture":"#texture"},"down":{"uv":[3.75,10,6.75,11],"texture":"#texture"}}},{"from":[25.75,10.75,7],"to":[26.5,11.25,7.5],"rotation":{"angle":22.5,"axis":"z","origin":[25.75,11.25,7]},"faces":{"north":{"uv":[5,9.75,7.25,10.75],"texture":"#texture"},"east":{"uv":[3,10,5,11],"texture":"#texture"},"south":{"uv":[5,9.75,7.25,10.75],"texture":"#texture"},"west":{"uv":[3,10,5,11],"texture":"#texture"},"up":{"uv":[3.75,10,6.75,11],"texture":"#texture"},"down":{"uv":[3.75,10,6.75,11],"texture":"#texture"}}},{"from":[-4.5,11,7.125],"to":[-4,12.25,7.375],"faces":{"north":{"uv":[0,6.5,15,7.5],"texture":"#texture"},"east":{"uv":[7,5,7.5,6],"texture":"#texture"},"south":{"uv":[0,6.5,15,7.5],"texture":"#texture"},"west":{"uv":[7,5,7.5,6],"texture":"#texture"},"up":{"uv":[0,7,15,7.5],"texture":"#texture"},"down":{"uv":[0,7,15,7.5],"texture":"#texture"}}},{"from":[-1.75,10,7],"to":[-0.5,10.75,7.5],"faces":{"north":{"uv":[7.25,6.5,9.75,7.25],"texture":"#texture"},"east":{"uv":[7.5,6,8.5,6.75],"texture":"#texture"},"south":{"uv":[7.25,6.5,9.75,7.25],"texture":"#texture"},"west":{"uv":[7.5,6,8.5,6.75],"texture":"#texture"},"up":{"uv":[7,6.5,9.5,7.5],"texture":"#texture"},"down":{"uv":[7,6.5,9.5,7.5],"texture":"#texture"}}},{"from":[-3.75,10.75,7],"to":[-2.75,11.5,7.5],"faces":{"north":{"uv":[7.25,6.5,9.75,7.25],"texture":"#texture"},"east":{"uv":[7.5,6,8.5,6.75],"texture":"#texture"},"south":{"uv":[7.25,6.5,9.75,7.25],"texture":"#texture"},"west":{"uv":[7.5,6,8.5,6.75],"texture":"#texture"},"up":{"uv":[7,6.5,9.5,7.5],"texture":"#texture"},"down":{"uv":[7,6.5,9.5,7.5],"texture":"#texture"}}},{"from":[-3.25,10.75,7],"to":[-2.25,11.25,7.5],"faces":{"north":{"uv":[7.25,6.5,9.75,7.25],"texture":"#texture"},"east":{"uv":[7.5,6,8.5,6.75],"texture":"#texture"},"south":{"uv":[7.25,6.5,9.75,7.25],"texture":"#texture"},"west":{"uv":[7.5,6,8.5,6.75],"texture":"#texture"},"up":{"uv":[7,6.5,9.5,7.5],"texture":"#texture"},"down":{"uv":[7,6.5,9.5,7.5],"texture":"#texture"}}},{"from":[-4.25,11.25,7],"to":[-3.5,11.75,7.5],"faces":{"north":{"uv":[7.25,6.5,9.75,7.25],"texture":"#texture"},"east":{"uv":[7.5,6,8.5,6.75],"texture":"#texture"},"south":{"uv":[7.25,6.5,9.75,7.25],"texture":"#texture"},"west":{"uv":[7.5,6,8.5,6.75],"texture":"#texture"},"up":{"uv":[7,6.5,9.5,7.5],"texture":"#texture"},"down":{"uv":[7,6.5,9.5,7.5],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[90,-90,0],"translation":[-1,10,-0.5]},"thirdperson_lefthand":{"rotation":[90,90,0],"translation":[0,10,-0.5]},"firstperson_righthand":{"rotation":[65,-90,0],"translation":[-0.75,6.75,0],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[65,90,0],"translation":[0.25,6.75,0],"scale":[0.6,0.6,0.6]},"ground":{"rotation":[45,-45,0],"translation":[0,5,0],"scale":[0.75,0.75,0.75]},"gui":{"rotation":[-20,-160,-60],"translation":[2.75,1.25,0],"scale":[0.8,0.8,0.8]},"fixed":{"rotation":[0,0,-90],"translation":[-2,3,-0.5],"scale":[0.84,0.84,0.84]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/assassin/dagger_air_c.json b/assets/minecraft/models/item/wynn/weapon/assassin/dagger_air_c.json new file mode 100644 index 000000000..c0fdda924 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/assassin/dagger_air_c.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"texture":"wynn/weapon/assassin/air_tier_all_0","air_anim3":"wynn/weapon/anim/air_swirl"},"elements":[{"from":[-7.8,6.65,7.3],"to":[10.225,7,7.3625],"rotation":{"angle":-22.5,"axis":"x","origin":[-7.8,7,7.3]},"faces":{"north":{"uv":[0,0.5,16,1.5],"texture":"#texture"},"east":{"uv":[3.75,0.5,4.5,1.5],"texture":"#texture"},"south":{"uv":[0,0.5,16,1.5],"texture":"#texture"},"west":{"uv":[3.75,0.5,4.5,1.5],"texture":"#texture"},"up":{"uv":[0.25,0.75,14.5,1.5],"texture":"#texture"},"down":{"uv":[0.25,0.75,14.5,1.5],"texture":"#texture"}}},{"from":[-7.8,6.67528,7.52291],"to":[10.225,7.02528,7.58541],"rotation":{"angle":22.5,"axis":"x","origin":[1.2125,6.85028,7.55416]},"faces":{"north":{"uv":[0,0.5,16,1.5],"texture":"#texture"},"east":{"uv":[3.75,0.5,4.5,1.5],"texture":"#texture"},"south":{"uv":[0,0.5,16,1.5],"texture":"#texture"},"west":{"uv":[3.75,0.5,4.5,1.5],"texture":"#texture"},"up":{"uv":[0.25,0.75,14.5,1.5],"texture":"#texture"},"down":{"uv":[0.25,0.75,14.5,1.5],"texture":"#texture"}}},{"from":[-7.8,7,7.3],"to":[10.225,7.7,7.65],"faces":{"north":{"uv":[0,0.5,16,1.5],"texture":"#texture"},"east":{"uv":[3.75,0.5,4.5,1.5],"texture":"#texture"},"south":{"uv":[0,0.5,16,1.5],"texture":"#texture"},"west":{"uv":[3.75,0.5,4.5,1.5],"texture":"#texture"},"up":{"uv":[0.25,0.75,14.5,1.5],"texture":"#texture"},"down":{"uv":[0.25,0.75,14.5,1.5],"texture":"#texture"}}},{"from":[-8.15,7,7.3],"to":[-7.8,7.7,7.65],"faces":{"north":{"uv":[0,0,0.35,0.7],"texture":"#texture"},"east":{"uv":[0,0,0.35,0.7],"texture":"#texture"},"south":{"uv":[0,0,0.35,0.7],"texture":"#texture"},"west":{"uv":[0,0,0.35,0.7],"texture":"#texture"},"up":{"uv":[0,0,0.35,0.35],"texture":"#texture"},"down":{"uv":[0,0,0.35,0.35],"texture":"#texture"}}},{"from":[-8.15,6.65,7.3875],"to":[-7.8,7,7.5625],"faces":{"north":{"uv":[0,0,0,0],"texture":"#texture"},"east":{"uv":[0,0,0,0],"texture":"#texture"},"south":{"uv":[0,0,0,0],"texture":"#texture"},"west":{"uv":[0,0,0,0],"texture":"#texture"},"up":{"uv":[0,0,0,0],"texture":"#texture"},"down":{"uv":[0,0,0,0],"texture":"#texture"}}},{"from":[10.225,6.475,7.125],"to":[10.75,7.875,7.825],"faces":{"north":{"uv":[13.5,3.25,14.5,4.75],"texture":"#texture"},"east":{"uv":[13.5,3.25,15,4.75],"texture":"#texture"},"south":{"uv":[13.5,3.25,14.5,4.75],"texture":"#texture"},"west":{"uv":[13.5,3.25,15,4.75],"texture":"#texture"},"up":{"uv":[12.25,3.5,14.25,4.75],"texture":"#texture"},"down":{"uv":[12.25,3.5,14.25,4.75],"texture":"#texture"}}},{"from":[10.225,6.65,6.95],"to":[10.75,7.7,8],"faces":{"north":{"uv":[13.5,3.25,14.5,4.75],"texture":"#texture"},"east":{"uv":[13.5,3.25,15,4.75],"texture":"#texture"},"south":{"uv":[13.5,3.25,14.5,4.75],"texture":"#texture"},"west":{"uv":[13.5,3.25,15,4.75],"texture":"#texture"},"up":{"uv":[12.25,3.5,14.25,4.75],"texture":"#texture"},"down":{"uv":[12.25,3.5,14.25,4.75],"texture":"#texture"}}},{"from":[10.75,6.825,7.3],"to":[17.05,7.525,7.65],"faces":{"north":{"uv":[2.75,9.5,9.5,10.5],"texture":"#texture"},"east":{"uv":[9.25,9.25,10.5,10.75],"texture":"#texture"},"south":{"uv":[2.75,9.5,9.5,10.5],"texture":"#texture"},"west":{"uv":[9.25,9.25,10.5,10.75],"texture":"#texture"},"up":{"uv":[2,9.5,10,10.75],"texture":"#texture"},"down":{"uv":[2,9.5,10,10.75],"texture":"#texture"}}},{"from":[10.925,6.65,7.125],"to":[11.275,7.7,7.825],"faces":{"north":{"uv":[13.75,9.5,15,12.5],"texture":"#texture"},"east":{"uv":[13.5,9.75,15.5,12.75],"texture":"#texture"},"south":{"uv":[13.75,9.5,15,12.5],"texture":"#texture"},"west":{"uv":[13.5,9.75,15.5,12.75],"texture":"#texture"},"up":{"uv":[14,9.5,15.5,12.25],"texture":"#texture"},"down":{"uv":[14,9.5,15.5,12.25],"texture":"#texture"}}},{"from":[11.45,6.65,7.125],"to":[11.8,7.7,7.825],"faces":{"north":{"uv":[13.75,9.5,15,12.5],"texture":"#texture"},"east":{"uv":[13.5,9.75,15.5,12.75],"texture":"#texture"},"south":{"uv":[13.75,9.5,15,12.5],"texture":"#texture"},"west":{"uv":[13.5,9.75,15.5,12.75],"texture":"#texture"},"up":{"uv":[14,9.5,15.5,12.25],"texture":"#texture"},"down":{"uv":[14,9.5,15.5,12.25],"texture":"#texture"}}},{"from":[11.975,6.65,7.125],"to":[12.325,7.7,7.825],"faces":{"north":{"uv":[13.75,9.5,15,12.5],"texture":"#texture"},"east":{"uv":[13.5,9.75,15.5,12.75],"texture":"#texture"},"south":{"uv":[13.75,9.5,15,12.5],"texture":"#texture"},"west":{"uv":[13.5,9.75,15.5,12.75],"texture":"#texture"},"up":{"uv":[14,9.5,15.5,12.25],"texture":"#texture"},"down":{"uv":[14,9.5,15.5,12.25],"texture":"#texture"}}},{"from":[12.5,6.65,7.125],"to":[12.85,7.7,7.825],"faces":{"north":{"uv":[13.75,9.5,15,12.5],"texture":"#texture"},"east":{"uv":[13.5,9.75,15.5,12.75],"texture":"#texture"},"south":{"uv":[13.75,9.5,15,12.5],"texture":"#texture"},"west":{"uv":[13.5,9.75,15.5,12.75],"texture":"#texture"},"up":{"uv":[14,9.5,15.5,12.25],"texture":"#texture"},"down":{"uv":[14,9.5,15.5,12.25],"texture":"#texture"}}},{"from":[13.025,6.65,7.125],"to":[13.375,7.7,7.825],"faces":{"north":{"uv":[13.75,9.5,15,12.5],"texture":"#texture"},"east":{"uv":[13.5,9.75,15.5,12.75],"texture":"#texture"},"south":{"uv":[13.75,9.5,15,12.5],"texture":"#texture"},"west":{"uv":[13.5,9.75,15.5,12.75],"texture":"#texture"},"up":{"uv":[14,9.5,15.5,12.25],"texture":"#texture"},"down":{"uv":[14,9.5,15.5,12.25],"texture":"#texture"}}},{"from":[13.55,6.65,7.125],"to":[13.9,7.7,7.825],"faces":{"north":{"uv":[13.75,9.5,15,12.5],"texture":"#texture"},"east":{"uv":[13.5,9.75,15.5,12.75],"texture":"#texture"},"south":{"uv":[13.75,9.5,15,12.5],"texture":"#texture"},"west":{"uv":[13.5,9.75,15.5,12.75],"texture":"#texture"},"up":{"uv":[14,9.5,15.5,12.25],"texture":"#texture"},"down":{"uv":[14,9.5,15.5,12.25],"texture":"#texture"}}},{"from":[14.075,6.65,7.125],"to":[14.425,7.7,7.825],"faces":{"north":{"uv":[13.75,9.5,15,12.5],"texture":"#texture"},"east":{"uv":[13.5,9.75,15.5,12.75],"texture":"#texture"},"south":{"uv":[13.75,9.5,15,12.5],"texture":"#texture"},"west":{"uv":[13.5,9.75,15.5,12.75],"texture":"#texture"},"up":{"uv":[14,9.5,15.5,12.25],"texture":"#texture"},"down":{"uv":[14,9.5,15.5,12.25],"texture":"#texture"}}},{"from":[14.6,6.65,7.125],"to":[14.95,7.7,7.825],"faces":{"north":{"uv":[13.75,9.5,15,12.5],"texture":"#texture"},"east":{"uv":[13.5,9.75,15.5,12.75],"texture":"#texture"},"south":{"uv":[13.75,9.5,15,12.5],"texture":"#texture"},"west":{"uv":[13.5,9.75,15.5,12.75],"texture":"#texture"},"up":{"uv":[14,9.5,15.5,12.25],"texture":"#texture"},"down":{"uv":[14,9.5,15.5,12.25],"texture":"#texture"}}},{"from":[15.125,6.65,7.125],"to":[15.475,7.7,7.825],"faces":{"north":{"uv":[13.75,9.5,15,12.5],"texture":"#texture"},"east":{"uv":[13.5,9.75,15.5,12.75],"texture":"#texture"},"south":{"uv":[13.75,9.5,15,12.5],"texture":"#texture"},"west":{"uv":[13.5,9.75,15.5,12.75],"texture":"#texture"},"up":{"uv":[14,9.5,15.5,12.25],"texture":"#texture"},"down":{"uv":[14,9.5,15.5,12.25],"texture":"#texture"}}},{"from":[15.65,6.65,7.125],"to":[16,7.7,7.825],"faces":{"north":{"uv":[13.75,9.5,15,12.5],"texture":"#texture"},"east":{"uv":[13.5,9.75,15.5,12.75],"texture":"#texture"},"south":{"uv":[13.75,9.5,15,12.5],"texture":"#texture"},"west":{"uv":[13.5,9.75,15.5,12.75],"texture":"#texture"},"up":{"uv":[14,9.5,15.5,12.25],"texture":"#texture"},"down":{"uv":[14,9.5,15.5,12.25],"texture":"#texture"}}},{"from":[16.175,6.65,7.125],"to":[16.525,7.7,7.825],"faces":{"north":{"uv":[13.75,9.5,15,12.5],"texture":"#texture"},"east":{"uv":[13.5,9.75,15.5,12.75],"texture":"#texture"},"south":{"uv":[13.75,9.5,15,12.5],"texture":"#texture"},"west":{"uv":[13.5,9.75,15.5,12.75],"texture":"#texture"},"up":{"uv":[14,9.5,15.5,12.25],"texture":"#texture"},"down":{"uv":[14,9.5,15.5,12.25],"texture":"#texture"}}},{"from":[16.7,6.475,6.95],"to":[17.225,7.875,8],"faces":{"north":{"uv":[13.5,3.25,14.5,4.75],"texture":"#texture"},"east":{"uv":[13.5,3.25,15,4.75],"texture":"#texture"},"south":{"uv":[13.5,3.25,14.5,4.75],"texture":"#texture"},"west":{"uv":[13.5,3.25,15,4.75],"texture":"#texture"},"up":{"uv":[12.25,3.5,14.25,4.75],"texture":"#texture"},"down":{"uv":[12.25,3.5,14.25,4.75],"texture":"#texture"}}},{"from":[17.225,6.65,7.125],"to":[17.75,7.7,7.825],"faces":{"north":{"uv":[4.25,6.25,7.5,7.75],"texture":"#texture"},"east":{"uv":[4.25,6.25,6.5,7.5],"texture":"#texture"},"south":{"uv":[4.25,6.25,7.5,7.75],"texture":"#texture"},"west":{"uv":[4.25,6.25,6.5,7.5],"texture":"#texture"},"up":{"uv":[4.25,6.25,8,8],"texture":"#texture"},"down":{"uv":[4.25,6.25,8,8],"texture":"#texture"}}},{"from":[17.575,7.525,7.3],"to":[18.625,7.875,7.65],"faces":{"north":{"uv":[4.25,6.25,7.5,7.75],"texture":"#texture"},"east":{"uv":[4.25,6.25,6.5,7.5],"texture":"#texture"},"south":{"uv":[4.25,6.25,7.5,7.75],"texture":"#texture"},"west":{"uv":[4.25,6.25,6.5,7.5],"texture":"#texture"},"up":{"uv":[4.25,6.25,8,8],"texture":"#texture"},"down":{"uv":[4.25,6.25,8,8],"texture":"#texture"}}},{"from":[18.975,6.125,7.3],"to":[19.15,7.35,7.65],"faces":{"north":{"uv":[4.25,6.25,7.5,7.75],"texture":"#texture"},"east":{"uv":[4.25,6.25,6.5,7.5],"texture":"#texture"},"south":{"uv":[4.25,6.25,7.5,7.75],"texture":"#texture"},"west":{"uv":[4.25,6.25,6.5,7.5],"texture":"#texture"},"up":{"uv":[4.25,6.25,8,8],"texture":"#texture"},"down":{"uv":[4.25,6.25,8,8],"texture":"#texture"}}},{"from":[17.4875,6.60625,7.125],"to":[18.3625,7.30625,7.825],"rotation":{"angle":-22.5,"axis":"z","origin":[17.4875,7.30625,7.125]},"faces":{"north":{"uv":[4.25,6.25,7.5,7.75],"texture":"#texture"},"east":{"uv":[4.25,6.25,6.5,7.5],"texture":"#texture"},"south":{"uv":[4.25,6.25,7.5,7.75],"texture":"#texture"},"west":{"uv":[4.25,6.25,6.5,7.5],"texture":"#texture"},"up":{"uv":[4.25,6.25,8,8],"texture":"#texture"},"down":{"uv":[4.25,6.25,8,8],"texture":"#texture"}}},{"from":[18.0125,6.32275,7.125],"to":[18.5813,6.979,7.825],"faces":{"north":{"uv":[4.25,6.25,7.5,7.75],"texture":"#texture"},"east":{"uv":[4.25,6.25,6.5,7.5],"texture":"#texture"},"south":{"uv":[4.25,6.25,7.5,7.75],"texture":"#texture"},"west":{"uv":[4.25,6.25,6.5,7.5],"texture":"#texture"},"up":{"uv":[4.25,6.25,8,8],"texture":"#texture"},"down":{"uv":[4.25,6.25,8,8],"texture":"#texture"}}},{"from":[18.61,6.3875,7.3],"to":[19.66,6.7375,7.65],"rotation":{"angle":-45,"axis":"z","origin":[18.61,6.7375,7.3]},"faces":{"north":{"uv":[4.25,6.25,7.5,7.75],"texture":"#texture"},"east":{"uv":[4.25,6.25,6.5,7.5],"texture":"#texture"},"south":{"uv":[4.25,6.25,7.5,7.75],"texture":"#texture"},"west":{"uv":[4.25,6.25,6.5,7.5],"texture":"#texture"},"up":{"uv":[4.25,6.25,8,8],"texture":"#texture"},"down":{"uv":[4.25,6.25,8,8],"texture":"#texture"}}},{"from":[17.1812,7.13125,7.125],"to":[17.7062,7.48125,7.825],"rotation":{"angle":45,"axis":"z","origin":[17.1812,7.48125,7.125]},"faces":{"north":{"uv":[4.25,6.25,7.5,7.75],"texture":"#texture"},"east":{"uv":[4.25,6.25,6.5,7.5],"texture":"#texture"},"south":{"uv":[4.25,6.25,7.5,7.75],"texture":"#texture"},"west":{"uv":[4.25,6.25,6.5,7.5],"texture":"#texture"},"up":{"uv":[4.25,6.25,8,8],"texture":"#texture"},"down":{"uv":[4.25,6.25,8,8],"texture":"#texture"}}},{"from":[18.1438,6.95625,7.3],"to":[18.6687,7.65625,7.65],"rotation":{"angle":22.5,"axis":"z","origin":[18.1438,7.65625,7.3]},"faces":{"north":{"uv":[4.25,6.25,7.5,7.75],"texture":"#texture"},"east":{"uv":[4.25,6.25,6.5,7.5],"texture":"#texture"},"south":{"uv":[4.25,6.25,7.5,7.75],"texture":"#texture"},"west":{"uv":[4.25,6.25,6.5,7.5],"texture":"#texture"},"up":{"uv":[4.25,6.25,8,8],"texture":"#texture"},"down":{"uv":[4.25,6.25,8,8],"texture":"#texture"}}},{"from":[17.4,6.7375,7.125],"to":[18.625,7.6125,7.825],"faces":{"north":{"uv":[4.25,6.25,7.5,7.75],"texture":"#texture"},"east":{"uv":[4.25,6.25,6.5,7.5],"texture":"#texture"},"south":{"uv":[4.25,6.25,7.5,7.75],"texture":"#texture"},"west":{"uv":[4.25,6.25,6.5,7.5],"texture":"#texture"},"up":{"uv":[4.25,6.25,8,8],"texture":"#texture"},"down":{"uv":[4.25,6.25,8,8],"texture":"#texture"}}},{"from":[18.45,6.3875,7.125],"to":[19.0188,7.35,7.825],"faces":{"north":{"uv":[4.25,6.25,7.5,7.75],"texture":"#texture"},"east":{"uv":[4.25,6.25,6.5,7.5],"texture":"#texture"},"south":{"uv":[4.25,6.25,7.5,7.75],"texture":"#texture"},"west":{"uv":[4.25,6.25,6.5,7.5],"texture":"#texture"},"up":{"uv":[4.25,6.25,8,8],"texture":"#texture"},"down":{"uv":[4.25,6.25,8,8],"texture":"#texture"}}},{"from":[17.75,7.525,7.3],"to":[18.275,7.875,7.65],"rotation":{"angle":22.5,"axis":"z","origin":[17.75,7.875,7.3]},"faces":{"north":{"uv":[4.25,6.25,7.5,7.75],"texture":"#texture"},"east":{"uv":[4.25,6.25,6.5,7.5],"texture":"#texture"},"south":{"uv":[4.25,6.25,7.5,7.75],"texture":"#texture"},"west":{"uv":[4.25,6.25,6.5,7.5],"texture":"#texture"},"up":{"uv":[4.25,6.25,8,8],"texture":"#texture"},"down":{"uv":[4.25,6.25,8,8],"texture":"#texture"}}},{"from":[7.91125,7.22375,7.13],"to":[9.47625,7.73875,7.82],"rotation":{"angle":-45,"axis":"z","origin":[7.90625,7.74375,7.125]},"faces":{"north":{"uv":[4.25,6.25,5.825,6.775],"texture":"#texture"},"east":{"uv":[4.25,6.25,4.95,6.775],"texture":"#texture"},"south":{"uv":[4.25,6.25,5.825,6.775],"texture":"#texture"},"west":{"uv":[4.25,6.25,4.95,6.775],"texture":"#texture"},"up":{"uv":[4.25,6.25,5.825,6.95],"texture":"#texture"},"down":{"uv":[4.25,6.25,5.825,6.95],"texture":"#texture"}}},{"from":[8.65,6.25625,7.125],"to":[9.525,7.03125,7.825],"faces":{"north":{"uv":[4.25,6.25,5.125,7.025],"texture":"#texture"},"east":{"uv":[4.25,6.25,4.95,7.025],"texture":"#texture"},"south":{"uv":[4.25,6.25,5.125,7.025],"texture":"#texture"},"west":{"uv":[4.25,6.25,4.95,7.025],"texture":"#texture"},"up":{"uv":[4.25,6.25,5.125,6.95],"texture":"#texture"},"down":{"uv":[4.25,6.25,5.125,6.95],"texture":"#texture"}}},{"from":[9.525,6.3,7.3],"to":[12.325,6.825,7.65],"rotation":{"angle":-45,"axis":"z","origin":[9.525,6.825,7.3]},"faces":{"north":{"uv":[4.25,6.25,7.05,6.775],"texture":"#texture"},"east":{"uv":[4.25,6.25,4.6,6.775],"texture":"#texture"},"south":{"uv":[4.25,6.25,7.05,6.775],"texture":"#texture"},"west":{"uv":[4.25,6.25,4.6,6.775],"texture":"#texture"},"up":{"uv":[4.25,6.25,7.05,6.6],"texture":"#texture"},"down":{"uv":[4.25,6.25,7.05,6.6],"texture":"#texture"}}},{"from":[7.6875,7.21875,7.125],"to":[9.4375,7.74375,7.825],"rotation":{"angle":22.5,"axis":"z","origin":[7.6875,7.74375,7.125]},"faces":{"north":{"uv":[4.25,6.25,6,6.775],"texture":"#texture"},"east":{"uv":[4.25,6.25,4.95,6.775],"texture":"#texture"},"south":{"uv":[4.25,6.25,6,6.775],"texture":"#texture"},"west":{"uv":[4.25,6.25,4.95,6.775],"texture":"#texture"},"up":{"uv":[4.25,6.25,6,6.95],"texture":"#texture"},"down":{"uv":[4.25,6.25,6,6.95],"texture":"#texture"}}},{"from":[9.9615,5.99275,7.299],"to":[10.8385,6.51975,7.651],"rotation":{"angle":-22.5,"axis":"z","origin":[9.9625,6.51875,7.3]},"faces":{"north":{"uv":[4.25,6.25,5.125,6.775],"texture":"#texture"},"east":{"uv":[4.25,6.25,4.6,6.775],"texture":"#texture"},"south":{"uv":[4.25,6.25,5.125,6.775],"texture":"#texture"},"west":{"uv":[4.25,6.25,4.6,6.775],"texture":"#texture"},"up":{"uv":[4.25,6.25,5.125,6.6],"texture":"#texture"},"down":{"uv":[4.25,6.25,5.125,6.6],"texture":"#texture"}}},{"from":[9.30725,7.776,7.126],"to":[10.2428,8.399,7.824],"faces":{"north":{"uv":[4.25,6.25,5.18755,6.875],"texture":"#texture"},"east":{"uv":[4.25,6.25,4.95,6.875],"texture":"#texture"},"south":{"uv":[4.25,6.25,5.18755,6.875],"texture":"#texture"},"west":{"uv":[4.25,6.25,4.95,6.875],"texture":"#texture"},"up":{"uv":[4.25,6.25,5.18755,6.95],"texture":"#texture"},"down":{"uv":[4.25,6.25,5.18755,6.95],"texture":"#texture"}}},{"from":[9.56875,7.83125,7.3],"to":[10.7937,8.35625,7.65],"rotation":{"angle":22.5,"axis":"z","origin":[9.56875,8.35625,7.3]},"faces":{"north":{"uv":[4.25,6.25,5.47495,6.775],"texture":"#texture"},"east":{"uv":[4.25,6.25,4.6,6.775],"texture":"#texture"},"south":{"uv":[4.25,6.25,5.47495,6.775],"texture":"#texture"},"west":{"uv":[4.25,6.25,4.6,6.775],"texture":"#texture"},"up":{"uv":[4.25,6.25,5.47495,6.6],"texture":"#texture"},"down":{"uv":[4.25,6.25,5.47495,6.6],"texture":"#texture"}}},{"from":[9.526,6.476,7.126],"to":[10.399,6.999,7.824],"rotation":{"angle":-22.5,"axis":"z","origin":[9.525,7,7.125]},"faces":{"north":{"uv":[4.25,6.25,5.125,6.775],"texture":"#texture"},"east":{"uv":[4.25,6.25,4.95,6.775],"texture":"#texture"},"south":{"uv":[4.25,6.25,5.125,6.775],"texture":"#texture"},"west":{"uv":[4.25,6.25,4.95,6.775],"texture":"#texture"},"up":{"uv":[4.25,6.25,5.125,6.95],"texture":"#texture"},"down":{"uv":[4.25,6.25,5.125,6.95],"texture":"#texture"}}},{"from":[8.135,7.01,7.135],"to":[9.69,7.865,7.815],"faces":{"north":{"uv":[4.25,6.25,5.825,7.125],"texture":"#texture"},"east":{"uv":[4.25,6.25,4.95,7.125],"texture":"#texture"},"south":{"uv":[4.25,6.25,5.825,7.125],"texture":"#texture"},"west":{"uv":[4.25,6.25,4.95,7.125],"texture":"#texture"},"up":{"uv":[4.25,6.25,5.825,6.95],"texture":"#texture"},"down":{"uv":[4.25,6.25,5.825,6.95],"texture":"#texture"}}},{"from":[9.524,6.474,7.124],"to":[10.226,8.051,7.826],"faces":{"north":{"uv":[4.25,6.25,4.95,7.825],"texture":"#texture"},"east":{"uv":[4.25,6.25,4.95,7.825],"texture":"#texture"},"south":{"uv":[4.25,6.25,4.95,7.825],"texture":"#texture"},"west":{"uv":[4.25,6.25,4.95,7.825],"texture":"#texture"},"up":{"uv":[4.25,6.25,4.95,6.95],"texture":"#texture"},"down":{"uv":[4.25,6.25,4.95,6.95],"texture":"#texture"}}},{"from":[15.9375,4.5,5.375],"to":[16.0313,9.75,11.375],"rotation":{"angle":45,"axis":"y","origin":[15.9375,4.5,5.375]},"faces":{"east":{"uv":[0,0,16,16],"texture":"#air_anim3"},"west":{"uv":[0,0,16,16],"texture":"#air_anim3"}}},{"from":[20.25,4.5,5.125],"to":[20.3438,9.75,11.5],"rotation":{"angle":-45,"axis":"y","origin":[20.25,4.5,5.125]},"faces":{"east":{"uv":[0,0,16,16],"texture":"#air_anim3"},"west":{"uv":[0,0,16,16],"texture":"#air_anim3"}}},{"from":[-9.9,7.175,7.3],"to":[-8.325,7.7,7.65],"faces":{"north":{"uv":[0,0,1.575,0.325],"texture":"#texture"},"east":{"uv":[0,0,0.35,0.325],"texture":"#texture"},"south":{"uv":[0,0,1.575,0.325],"texture":"#texture"},"west":{"uv":[0,0,0.35,0.325],"texture":"#texture"},"up":{"uv":[0,0,1.575,0.15],"texture":"#texture"},"down":{"uv":[0,0,1.575,0.15],"texture":"#texture"}}},{"from":[-9.025,7,7.3],"to":[-8.15,7.525,7.65],"faces":{"north":{"uv":[0,0,0.875,0.325],"texture":"#texture"},"east":{"uv":[0,0,0.35,0.325],"texture":"#texture"},"south":{"uv":[0,0,0.875,0.325],"texture":"#texture"},"west":{"uv":[0,0,0.35,0.325],"texture":"#texture"},"up":{"uv":[0,0,0.875,0.15],"texture":"#texture"},"down":{"uv":[0,0,0.875,0.15],"texture":"#texture"}}},{"from":[-10.075,7.525,7.3],"to":[-9.375,7.875,7.65],"faces":{"north":{"uv":[0,0,0.7,0.15],"texture":"#texture"},"east":{"uv":[0,0,0.35,0.15],"texture":"#texture"},"south":{"uv":[0,0,0.7,0.15],"texture":"#texture"},"west":{"uv":[0,0,0.35,0.15],"texture":"#texture"},"up":{"uv":[0,0,0.7,0.15],"texture":"#texture"},"down":{"uv":[0,0,0.7,0.15],"texture":"#texture"}}},{"from":[-10.425,7.525,7.3],"to":[-9.725,8.05,7.65],"faces":{"north":{"uv":[0,0,0.7,0.325],"texture":"#texture"},"east":{"uv":[0,0,0.35,0.325],"texture":"#texture"},"south":{"uv":[0,0,0.7,0.325],"texture":"#texture"},"west":{"uv":[0,0,0.35,0.325],"texture":"#texture"},"up":{"uv":[0,0,0.7,0.15],"texture":"#texture"},"down":{"uv":[0,0,0.7,0.15],"texture":"#texture"}}},{"from":[-10.775,7.875,7.3],"to":[-10.25,8.225,7.65],"faces":{"north":{"uv":[0,0,0.525,0.15],"texture":"#texture"},"east":{"uv":[0,0,0.35,0.15],"texture":"#texture"},"south":{"uv":[0,0,0.525,0.15],"texture":"#texture"},"west":{"uv":[0,0,0.35,0.15],"texture":"#texture"},"up":{"uv":[0,0,0.525,0.15],"texture":"#texture"},"down":{"uv":[0,0,0.525,0.15],"texture":"#texture"}}},{"from":[-9.2,6.825,7.3875],"to":[-8.15,7.875,7.5625],"faces":{"north":{"uv":[0,0,1.05,0.85],"texture":"#texture"},"east":{"uv":[0,0,0.175,0.85],"texture":"#texture"},"south":{"uv":[0,0,1.05,0.85],"texture":"#texture"},"west":{"uv":[0,0,0.175,0.85],"texture":"#texture"},"up":{"uv":[0,0,1.05,0.05],"texture":"#texture"},"down":{"uv":[0,0,1.05,0.05],"texture":"#texture"}}},{"from":[-10.075,7,7.3875],"to":[-9.2,8.05,7.5625],"faces":{"north":{"uv":[0,0,0.875,0.85],"texture":"#texture"},"east":{"uv":[0,0,0.175,0.85],"texture":"#texture"},"south":{"uv":[0,0,0.875,0.85],"texture":"#texture"},"west":{"uv":[0,0,0.175,0.85],"texture":"#texture"},"up":{"uv":[0,0,0.875,0.05],"texture":"#texture"},"down":{"uv":[0,0,0.875,0.05],"texture":"#texture"}}},{"from":[-10.6,7.35,7.3875],"to":[-10.075,8.4,7.5625],"faces":{"north":{"uv":[0,0,0.525,0.85],"texture":"#texture"},"east":{"uv":[0,0,0.175,0.85],"texture":"#texture"},"south":{"uv":[0,0,0.525,0.85],"texture":"#texture"},"west":{"uv":[0,0,0.175,0.85],"texture":"#texture"},"up":{"uv":[0,0,0.525,0.05],"texture":"#texture"},"down":{"uv":[0,0,0.525,0.05],"texture":"#texture"}}},{"from":[-10.95,7.7,7.3875],"to":[-10.6,8.575,7.5625],"faces":{"north":{"uv":[0,0,0.35,0.675],"texture":"#texture"},"east":{"uv":[0,0,0.175,0.675],"texture":"#texture"},"south":{"uv":[0,0,0.35,0.675],"texture":"#texture"},"west":{"uv":[0,0,0.175,0.675],"texture":"#texture"},"up":{"uv":[0,0,0.35,0.05],"texture":"#texture"},"down":{"uv":[0,0,0.35,0.05],"texture":"#texture"}}},{"from":[-10.075,8.05,7.3875],"to":[-9.55,8.225,7.5625],"faces":{"north":{"uv":[0,0,0.525,0.05],"texture":"#texture"},"east":{"uv":[0,0,0.175,0.05],"texture":"#texture"},"south":{"uv":[0,0,0.525,0.05],"texture":"#texture"},"west":{"uv":[0,0,0.175,0.05],"texture":"#texture"},"up":{"uv":[0,0,0.525,0.05],"texture":"#texture"},"down":{"uv":[0,0,0.525,0.05],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[90,-90,0],"translation":[-1.5,5,2.5],"scale":[1.3,1.3,1.3]},"thirdperson_lefthand":{"rotation":[90,90,0],"translation":[0.5,5,2.5],"scale":[1.3,1.3,1.3]},"firstperson_righthand":{"rotation":[66,-90,0],"translation":[2,4,0],"scale":[0.9,0.9,0.9]},"firstperson_lefthand":{"rotation":[66,90,0],"translation":[3.5,4,0],"scale":[0.9,0.9,0.9]},"ground":{"rotation":[45,-45,0],"translation":[0,7,0],"scale":[0.8,0.8,0.8]},"gui":{"rotation":[-20,-160,-60],"translation":[-1.75,-2.25,0],"scale":[0.93,0.93,0.93]},"fixed":{"rotation":[0,0,-90],"translation":[0.75,-4.25,-0.75],"scale":[1.1,1.1,1.1]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/assassin/dagger_basic_gold.json b/assets/minecraft/models/item/wynn/weapon/assassin/dagger_basic_gold.json new file mode 100644 index 000000000..603ef0871 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/assassin/dagger_basic_gold.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"texture":"wynn/weapon/assassin/basic_gold"},"elements":[{"from":[6,20,7.5],"to":[10,22,8.5],"faces":{"north":{"uv":[11,1,15,3],"texture":"#texture"},"east":{"uv":[11,1,12,3],"texture":"#texture"},"south":{"uv":[15,1,11,3],"texture":"#texture"},"west":{"uv":[14,1,15,3],"texture":"#texture"},"up":{"uv":[11,1,15,2],"rotation":180,"texture":"#texture"}}},{"from":[7,22,7.5],"to":[9,23,8.5],"faces":{"north":{"uv":[12,0,14,1],"texture":"#texture"},"east":{"uv":[12,0,13,1],"texture":"#texture"},"south":{"uv":[14,0,12,1],"texture":"#texture"},"west":{"uv":[13,0,14,1],"texture":"#texture"},"up":{"uv":[12,0,14,1],"rotation":180,"texture":"#texture"}}},{"from":[5,8,7.5],"to":[11,20,8.5],"faces":{"north":{"uv":[10,3,16,15],"texture":"#texture"},"east":{"uv":[10,3,11,15],"texture":"#texture"},"south":{"uv":[16,3,10,15],"texture":"#texture"},"west":{"uv":[15,3,16,15],"texture":"#texture"},"up":{"uv":[10,3,16,4],"rotation":180,"texture":"#texture"}}},{"from":[6,8,7],"to":[10,9,9],"faces":{"north":{"uv":[4,8,8,9],"texture":"#texture"},"east":{"uv":[4,8,6,9],"texture":"#texture"},"south":{"uv":[8,8,4,9],"texture":"#texture"},"west":{"uv":[6,8,8,9],"texture":"#texture"},"up":{"uv":[4,4,8,6],"rotation":180,"texture":"#texture"},"down":{"uv":[0,0,0,0],"texture":"#texture"}}},{"from":[6,4,7],"to":[10,5,9],"faces":{"north":{"uv":[4,12,8,13],"texture":"#texture"},"east":{"uv":[4,12,6,13],"texture":"#texture"},"south":{"uv":[8,12,4,13],"texture":"#texture"},"west":{"uv":[6,12,8,13],"texture":"#texture"},"down":{"uv":[4,6,8,8],"texture":"#texture"}}},{"from":[5,5,7],"to":[11,7,9],"faces":{"north":{"uv":[3,10,9,12],"texture":"#texture"},"east":{"uv":[3,10,4,12],"texture":"#texture"},"south":{"uv":[9,10,3,12],"texture":"#texture"},"west":{"uv":[8,10,9,12],"texture":"#texture"},"down":{"uv":[2,6,8,8],"texture":"#texture"}}},{"from":[4,7,7],"to":[12,8,9],"faces":{"north":{"uv":[2,9,10,10],"texture":"#texture"},"east":{"uv":[0,5,2,6],"texture":"#texture"},"south":{"uv":[10,9,2,10],"texture":"#texture"},"west":{"uv":[0,6,2,7],"texture":"#texture"},"up":{"uv":[0,4,8,6],"rotation":180,"texture":"#texture"},"down":{"uv":[0,6,8,8],"rotation":180,"texture":"#texture"}}},{"from":[7,-2,7],"to":[9,4,9],"faces":{"north":{"uv":[0,10,2,16],"texture":"#texture"},"east":{"uv":[0,10,2,16],"texture":"#texture"},"south":{"uv":[0,10,2,16],"texture":"#texture"},"west":{"uv":[0,10,2,16],"texture":"#texture"},"down":{"uv":[6,6,8,8],"texture":"#texture"}}},{"from":[6.5,-5,6.5],"to":[9.5,-2,9.5],"faces":{"north":{"uv":[3,0,6,3],"texture":"#texture"},"east":{"uv":[3,0,6,3],"texture":"#texture"},"south":{"uv":[6,0,3,3],"texture":"#texture"},"west":{"uv":[3,0,6,3],"texture":"#texture"},"up":{"uv":[0,0,3,3],"texture":"#texture"},"down":{"uv":[6,0,9,3],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-80,0],"translation":[-0.75,2.5,1.5],"scale":[0.6,0.6,0.6]},"thirdperson_lefthand":{"rotation":[0,100,0],"translation":[-0.75,2.5,1.5],"scale":[0.6,0.6,0.6]},"firstperson_righthand":{"rotation":[0,-90,30],"translation":[0.5,3,1],"scale":[0.5,0.5,0.5]},"firstperson_lefthand":{"rotation":[0,-90,30],"translation":[0.5,3,1],"scale":[0.5,0.5,0.5]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.45,0.45,0.45]},"gui":{"rotation":[-20,160,30],"translation":[-0.75,-0.25,0],"scale":[0.57,0.57,0.57]},"fixed":{"translation":[0,-0.75,-1],"scale":[0.65,0.65,0.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/assassin/dagger_basic_wood.json b/assets/minecraft/models/item/wynn/weapon/assassin/dagger_basic_wood.json new file mode 100644 index 000000000..c6e2a6bd7 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/assassin/dagger_basic_wood.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"texture":"wynn/weapon/assassin/basic_wooden"},"elements":[{"from":[6,20,7.5],"to":[10,22,8.5],"faces":{"north":{"uv":[11,1,15,3],"texture":"#texture"},"east":{"uv":[11,1,12,3],"texture":"#texture"},"south":{"uv":[15,1,11,3],"texture":"#texture"},"west":{"uv":[14,1,15,3],"texture":"#texture"},"up":{"uv":[11,1,15,2],"rotation":180,"texture":"#texture"}}},{"from":[7,22,7.5],"to":[9,23,8.5],"faces":{"north":{"uv":[12,0,14,1],"texture":"#texture"},"east":{"uv":[12,0,13,1],"texture":"#texture"},"south":{"uv":[14,0,12,1],"texture":"#texture"},"west":{"uv":[13,0,14,1],"texture":"#texture"},"up":{"uv":[12,0,14,1],"rotation":180,"texture":"#texture"}}},{"from":[5,8,7.5],"to":[11,20,8.5],"faces":{"north":{"uv":[10,3,16,15],"texture":"#texture"},"east":{"uv":[10,3,11,15],"texture":"#texture"},"south":{"uv":[16,3,10,15],"texture":"#texture"},"west":{"uv":[15,3,16,15],"texture":"#texture"},"up":{"uv":[10,3,16,4],"rotation":180,"texture":"#texture"}}},{"from":[5,6,7],"to":[11,8,9],"faces":{"north":{"uv":[2,9,8,11],"texture":"#texture"},"east":{"uv":[0,4,2,6],"texture":"#texture"},"south":{"uv":[2,9,8,11],"texture":"#texture"},"west":{"uv":[0,6,2,8],"texture":"#texture"},"up":{"uv":[2,4,8,6],"texture":"#texture"},"down":{"uv":[2,6,8,8],"texture":"#texture"}}},{"from":[3,7,7],"to":[6,9,9],"faces":{"north":{"uv":[7,8,10,10],"texture":"#texture"},"east":{"uv":[7,8,9,10],"texture":"#texture"},"south":{"uv":[0,8,3,10],"texture":"#texture"},"west":{"uv":[8,8,10,10],"texture":"#texture"},"up":{"uv":[0,4,3,6],"texture":"#texture"},"down":{"uv":[5,6,8,8],"texture":"#texture"}}},{"from":[10,7,7],"to":[13,9,9],"faces":{"north":{"uv":[0,8,3,10],"texture":"#texture"},"east":{"uv":[7,8,9,10],"texture":"#texture"},"south":{"uv":[7,8,10,10],"texture":"#texture"},"west":{"uv":[8,8,10,10],"texture":"#texture"},"up":{"uv":[0,6,3,8],"rotation":180,"texture":"#texture"},"down":{"uv":[5,4,8,6],"rotation":180,"texture":"#texture"}}},{"from":[7,0,7],"to":[9,6,9],"faces":{"north":{"uv":[0,10,2,16],"texture":"#texture"},"east":{"uv":[0,10,2,16],"texture":"#texture"},"south":{"uv":[0,10,2,16],"texture":"#texture"},"west":{"uv":[0,10,2,16],"texture":"#texture"},"down":{"uv":[6,6,8,8],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-80,0],"translation":[-0.75,1,1.5],"scale":[0.5,0.5,0.5]},"thirdperson_lefthand":{"rotation":[0,-80,0],"translation":[-0.75,1,1.5],"scale":[0.5,0.5,0.5]},"firstperson_righthand":{"rotation":[0,-90,45],"translation":[0.5,1,1],"scale":[0.5,0.5,0.5]},"firstperson_lefthand":{"rotation":[0,-90,45],"translation":[0.5,1,1],"scale":[0.5,0.5,0.5]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.4,0.4,0.4]},"gui":{"rotation":[-20,160,30],"translation":[-1,-1,0],"scale":[0.6,0.6,0.6]},"fixed":{"translation":[0,-2,-1],"scale":[0.65,0.65,0.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/assassin/dagger_earth_a.json b/assets/minecraft/models/item/wynn/weapon/assassin/dagger_earth_a.json new file mode 100644 index 000000000..74b91bb3d --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/assassin/dagger_earth_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"1":"wynn/weapon/assassin/earth_tier_a","2":"wynn/weapon/assassin/earth_tier_b"},"elements":[{"from":[1,7.5,10],"to":[3,10.5,12],"rotation":{"angle":0,"axis":"y","origin":[10.5,15.5,19]},"faces":{"north":{"uv":[15,2,13,5],"texture":"#1"},"south":{"uv":[13,2,15,5],"texture":"#1"},"west":{"uv":[13,2,15,5],"texture":"#1"},"up":{"uv":[13,0,15,2],"texture":"#1"},"down":{"uv":[13,5,15,7],"texture":"#1"}}},{"from":[1,7.5,7],"to":[3,10.5,9],"rotation":{"angle":0,"axis":"y","origin":[10.5,15.5,16]},"faces":{"north":{"uv":[15,2,13,5],"texture":"#1"},"south":{"uv":[13,2,15,5],"texture":"#1"},"west":{"uv":[14,2,16,5],"texture":"#1"},"up":{"uv":[13,0,15,2],"rotation":180,"texture":"#1"},"down":{"uv":[14,5,16,7],"texture":"#1"}}},{"from":[1,7.5,4],"to":[3,10.5,6],"rotation":{"angle":0,"axis":"y","origin":[10.5,15.5,13]},"faces":{"north":{"uv":[16,2,14,5],"texture":"#1"},"south":{"uv":[13,2,15,5],"texture":"#1"},"west":{"uv":[15,2,13,5],"texture":"#1"},"up":{"uv":[14,0,16,2],"texture":"#1"},"down":{"uv":[14,5,16,7],"rotation":180,"texture":"#1"}}},{"from":[3,7.5,4],"to":[9,10.5,12],"rotation":{"angle":0,"axis":"y","origin":[12.5,15.5,13]},"faces":{"north":{"uv":[14,7,8,10],"texture":"#1"},"east":{"uv":[8,7,16,10],"texture":"#1"},"south":{"uv":[8,7,14,10],"texture":"#1"},"west":{"uv":[8,7,16,10],"texture":"#1"},"up":{"uv":[0,0,6,8],"texture":"#2"},"down":{"uv":[0,0,6,8],"texture":"#2"}}},{"from":[9,7.5,5],"to":[15,10.5,11],"rotation":{"angle":0,"axis":"y","origin":[18.5,15.5,14]},"faces":{"north":{"uv":[14,11,8,14],"texture":"#1"},"east":{"uv":[12,3,15,9],"rotation":90,"texture":"#2"},"south":{"uv":[8,11,14,14],"texture":"#1"},"west":{"uv":[8,11,14,14],"texture":"#1"},"up":{"uv":[8,3,14,9],"texture":"#2"},"down":{"uv":[5,0,11,6],"texture":"#2"}}},{"from":[5,0.5,4.5],"to":[7,7.5,11.5],"rotation":{"angle":0,"axis":"y","origin":[14.5,8.5,13.5]},"faces":{"north":{"uv":[7,0,9,7],"texture":"#1"},"east":{"uv":[0,0,7,7],"texture":"#1"},"south":{"uv":[7,0,9,7],"texture":"#1"},"west":{"uv":[0,0,7,7],"texture":"#1"},"down":{"uv":[9,0,11,7],"texture":"#1"}}},{"from":[10,0.5,4.5],"to":[12,7.5,11.5],"rotation":{"angle":0,"axis":"y","origin":[19.5,8.5,13.5]},"faces":{"north":{"uv":[9,0,7,7],"texture":"#1"},"east":{"uv":[0,0,7,7],"texture":"#1"},"south":{"uv":[9,0,7,7],"texture":"#1"},"west":{"uv":[0,0,7,7],"texture":"#1"},"up":{"uv":[11,0,13,7],"texture":"#1"},"down":{"uv":[9,0,11,7],"texture":"#1"}}},{"from":[7,-0.5,4.5],"to":[10,7.5,11.5],"rotation":{"angle":0,"axis":"y","origin":[15,7.5,12.5]},"faces":{"north":{"uv":[5,8,8,16],"texture":"#1"},"south":{"uv":[2,8,5,16],"texture":"#1"},"up":{"uv":[0,8,3,15],"texture":"#1"}}},{"from":[12,-0.5,4.5],"to":[15,7.5,11.5],"rotation":{"angle":0,"axis":"y","origin":[20,7.5,12.5]},"faces":{"north":{"uv":[5,8,8,16],"texture":"#1"},"east":{"uv":[1,8,8,16],"texture":"#1"},"south":{"uv":[3,8,0,16],"texture":"#1"},"up":{"uv":[0,8,3,15],"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-90,0],"translation":[0,0.5,2.5],"scale":[0.65,0.65,0.65]},"thirdperson_lefthand":{"rotation":[0,90,0],"translation":[0,0.5,2.5],"scale":[0.65,0.65,0.65]},"firstperson_righthand":{"rotation":[22.5,-90,0],"translation":[-0.5,1.5,1],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[22.5,90,0],"translation":[-0.5,1.5,1],"scale":[0.6,0.6,0.6]},"ground":{"rotation":[45,-45,0],"translation":[0,8,0],"scale":[0.5,0.5,0.5]},"gui":{"rotation":[60,-115,0],"translation":[-0.25,0.5,0],"scale":[0.8,0.8,0.8]},"fixed":{"rotation":[-90,90,0]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/assassin/dagger_earth_b.json b/assets/minecraft/models/item/wynn/weapon/assassin/dagger_earth_b.json new file mode 100644 index 000000000..5a7160e44 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/assassin/dagger_earth_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"1":"wynn/weapon/assassin/earth_tier_a","2":"wynn/weapon/assassin/earth_tier_b"},"elements":[{"from":[2,6.5,10.5],"to":[4,10.5,12.5],"rotation":{"angle":0,"axis":"y","origin":[11.5,14.5,19.5]},"faces":{"north":{"uv":[15,2,13,6],"texture":"#1"},"east":{"uv":[14,3,16,7],"texture":"#1"},"south":{"uv":[13,2,15,6],"texture":"#1"},"west":{"uv":[15,2,13,6],"texture":"#1"},"up":{"uv":[13,0,15,2],"texture":"#1"},"down":{"uv":[14,5,16,7],"texture":"#1"}}},{"from":[1,7.5,8.5],"to":[3,11.5,10.5],"rotation":{"angle":0,"axis":"y","origin":[10.5,15.5,17.5]},"faces":{"north":{"uv":[16,2,14,6],"texture":"#1"},"east":{"uv":[14,3,16,7],"texture":"#1"},"south":{"uv":[14,2,16,6],"texture":"#1"},"west":{"uv":[13,1,15,5],"texture":"#1"},"up":{"uv":[14,0,16,2],"texture":"#1"},"down":{"uv":[14,5,16,7],"texture":"#1"}}},{"from":[1,7.5,5.5],"to":[3,11.5,7.5],"rotation":{"angle":0,"axis":"y","origin":[10.5,15.5,14.5]},"faces":{"north":{"uv":[16,2,14,6],"texture":"#1"},"east":{"uv":[14,3,16,7],"texture":"#1"},"south":{"uv":[14,2,16,6],"texture":"#1"},"west":{"uv":[15,1,13,5],"texture":"#1"},"up":{"uv":[14,0,16,2],"rotation":90,"texture":"#1"},"down":{"uv":[14,5,16,7],"texture":"#1"}}},{"from":[2,6.5,3.5],"to":[4,10.5,5.5],"rotation":{"angle":0,"axis":"y","origin":[11.5,14.5,12.5]},"faces":{"north":{"uv":[15,2,13,6],"texture":"#1"},"east":{"uv":[14,3,16,7],"texture":"#1"},"south":{"uv":[13,2,15,6],"texture":"#1"},"west":{"uv":[13,2,15,6],"texture":"#1"},"up":{"uv":[13,0,15,2],"rotation":90,"texture":"#1"},"down":{"uv":[14,5,16,7],"texture":"#1"}}},{"from":[3,8.5,5.5],"to":[4,11.5,10.5],"rotation":{"angle":0,"axis":"y","origin":[12.5,16.5,14.5]},"faces":{"north":{"uv":[0,0,1,3],"texture":"#2"},"south":{"uv":[0,0,1,3],"texture":"#2"},"west":{"uv":[0,0,5,3],"texture":"#2"},"up":{"uv":[0,0,1,5],"texture":"#2"},"down":{"uv":[0,0,1,5],"texture":"#2"}}},{"from":[4,7.5,3.5],"to":[8,11.5,12.5],"rotation":{"angle":0,"axis":"y","origin":[13.5,15.5,12.5]},"faces":{"north":{"uv":[4,7,0,11],"texture":"#2"},"east":{"uv":[4,0,8,9],"rotation":90,"texture":"#2"},"south":{"uv":[0,3,4,7],"texture":"#2"},"west":{"uv":[0,0,4,9],"rotation":90,"texture":"#2"},"up":{"uv":[0,0,4,9],"texture":"#2"},"down":{"uv":[0,0,4,9],"texture":"#2"}}},{"from":[8,10.5,5],"to":[12,11.5,11],"rotation":{"angle":0,"axis":"y","origin":[17.5,18.5,14]},"faces":{"north":{"uv":[4,7,0,8],"texture":"#2"},"east":{"uv":[4,0,5,6],"rotation":90,"texture":"#2"},"south":{"uv":[0,3,4,4],"texture":"#2"},"west":{"uv":[0,0,1,7],"rotation":90,"texture":"#2"},"up":{"uv":[0,0,4,6],"texture":"#2"}}},{"from":[8,7.5,4],"to":[16,10.5,12],"rotation":{"angle":0,"axis":"y","origin":[17.5,15.5,13]},"faces":{"north":{"uv":[12,0,4,3],"texture":"#2"},"east":{"uv":[7,2,10,10],"rotation":90,"texture":"#2"},"south":{"uv":[5,6,13,9],"texture":"#2"},"up":{"uv":[6,0,14,8],"texture":"#2"},"down":{"uv":[6,0,14,8],"texture":"#2"}}},{"from":[5,0.5,4.5],"to":[7,7.5,11.5],"rotation":{"angle":0,"axis":"y","origin":[14.5,8.5,13.5]},"faces":{"north":{"uv":[7,0,9,7],"texture":"#1"},"east":{"uv":[0,0,7,7],"texture":"#1"},"south":{"uv":[7,0,9,7],"texture":"#1"},"west":{"uv":[0,0,7,7],"texture":"#1"},"down":{"uv":[9,0,11,7],"texture":"#1"}}},{"from":[10,0.5,4.5],"to":[12,7.5,11.5],"rotation":{"angle":0,"axis":"y","origin":[19.5,8.5,13.5]},"faces":{"north":{"uv":[9,0,7,7],"texture":"#1"},"east":{"uv":[0,0,7,7],"texture":"#1"},"south":{"uv":[9,0,7,7],"texture":"#1"},"west":{"uv":[0,0,7,7],"texture":"#1"},"down":{"uv":[9,0,11,7],"texture":"#1"}}},{"from":[4.5,-0.5,9.5],"to":[7.5,7.5,12.5],"rotation":{"angle":0,"axis":"y","origin":[12.5,7.5,17.5]},"faces":{"north":{"uv":[3,8,6,16],"texture":"#1"},"east":{"uv":[5,8,8,16],"texture":"#1"},"south":{"uv":[1,8,4,16],"texture":"#1"},"west":{"uv":[3,8,6,16],"texture":"#1"}}},{"from":[9.5,-0.5,3.5],"to":[12.5,7.5,6.5],"rotation":{"angle":0,"axis":"y","origin":[17.5,7.5,11.5]},"faces":{"north":{"uv":[0,8,3,16],"texture":"#1"},"east":{"uv":[1,8,4,16],"texture":"#1"},"south":{"uv":[8,8,5,16],"texture":"#1"},"west":{"uv":[4,8,7,16],"texture":"#1"}}},{"from":[12,-0.5,4],"to":[16,7.5,12],"rotation":{"angle":0,"axis":"y","origin":[20,7.5,12]},"faces":{"north":{"uv":[3,8,7,16],"texture":"#1"},"east":{"uv":[0,8,8,16],"texture":"#1"},"south":{"uv":[0,8,4,16],"texture":"#1"},"west":{"uv":[0,8,8,16],"texture":"#1"}}},{"from":[10,7,3.5],"to":[17,11,12.5],"rotation":{"angle":0,"axis":"y","origin":[13.5,9,8]},"faces":{"north":{"uv":[0,12,7,16],"texture":"#1"},"east":{"uv":[0,12,8,16],"texture":"#1"},"south":{"uv":[1,11,8,15],"texture":"#1"},"west":{"uv":[0,8,8,12],"texture":"#1"},"up":{"uv":[0,9,8,16],"rotation":270,"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-90,0],"translation":[0,0.5,3],"scale":[0.7,0.7,0.7]},"thirdperson_lefthand":{"rotation":[0,90,0],"translation":[0,0.5,3],"scale":[0.7,0.7,0.7]},"firstperson_righthand":{"rotation":[22.5,-90,0],"translation":[-1.5,2,1],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[22.5,90,0],"translation":[-2,2,1],"scale":[0.6,0.6,0.6]},"ground":{"rotation":[45,45,0],"translation":[0,8,0],"scale":[0.6,0.6,0.6]},"gui":{"rotation":[60,-115,0],"translation":[0,1,0],"scale":[0.85,0.85,0.85]},"fixed":{"rotation":[-90,90,0],"translation":[0.25,0,0]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/assassin/dagger_earth_c.json b/assets/minecraft/models/item/wynn/weapon/assassin/dagger_earth_c.json new file mode 100644 index 000000000..357527faa --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/assassin/dagger_earth_c.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"1":"wynn/weapon/assassin/earth_tier_a","2":"wynn/weapon/assassin/earth_tier_c","particle":"wynn/weapon/assassin/earth_tier_a"},"elements":[{"from":[1,5.5,11.5],"to":[4,10.5,13.5],"rotation":{"angle":0,"axis":"y","origin":[10.5,13.5,20.5]},"faces":{"north":{"uv":[16,2,13,7],"texture":"#1"},"east":{"uv":[14,2,16,7],"texture":"#1"},"south":{"uv":[13,2,16,7],"texture":"#1"},"west":{"uv":[15,2,13,7],"texture":"#1"},"up":{"uv":[13,1,16,3],"texture":"#1"},"down":{"uv":[13,5,16,7],"texture":"#1"}}},{"from":[-1,6.5,8.5],"to":[2,11.5,10.5],"rotation":{"angle":0,"axis":"y","origin":[8.5,14.5,17.5]},"faces":{"north":{"uv":[16,2,13,7],"texture":"#1"},"east":{"uv":[14,2,16,7],"texture":"#1"},"south":{"uv":[13,2,16,7],"texture":"#1"},"west":{"uv":[15,1,13,6],"texture":"#1"},"up":{"uv":[13,0,16,2],"texture":"#1"},"down":{"uv":[13,5,16,7],"texture":"#1"}}},{"from":[-1,6.5,5.5],"to":[2,11.5,7.5],"rotation":{"angle":0,"axis":"y","origin":[8.5,14.5,14.5]},"faces":{"north":{"uv":[16,2,13,7],"texture":"#1"},"east":{"uv":[16,2,14,7],"texture":"#1"},"south":{"uv":[13,2,16,7],"texture":"#1"},"west":{"uv":[13,1,15,6],"texture":"#1"},"up":{"uv":[13,2,16,0],"texture":"#1"},"down":{"uv":[13,5,16,7],"texture":"#1"}}},{"from":[1,5.5,2.5],"to":[4,10.5,4.5],"rotation":{"angle":0,"axis":"y","origin":[10.5,13.5,11.5]},"faces":{"north":{"uv":[16,2,13,7],"texture":"#1"},"east":{"uv":[16,2,14,7],"texture":"#1"},"south":{"uv":[13,2,16,7],"texture":"#1"},"west":{"uv":[13,2,15,7],"texture":"#1"},"up":{"uv":[13,3,16,1],"texture":"#1"},"down":{"uv":[13,5,16,7],"texture":"#1"}}},{"from":[8,11.5,6],"to":[12,12.5,10],"rotation":{"angle":0,"axis":"y","origin":[17.5,19.5,15]},"faces":{"north":{"uv":[16,12,12,13],"texture":"#2"},"east":{"uv":[12,15,16,16],"texture":"#2"},"south":{"uv":[12,15,16,16],"texture":"#2"},"west":{"uv":[12,15,16,16],"texture":"#2"},"up":{"uv":[12,12,16,16],"texture":"#2"}}},{"from":[2,7.5,5.5],"to":[3,11.5,10.5],"rotation":{"angle":0,"axis":"y","origin":[11.5,15.5,14.5]},"faces":{"north":{"uv":[0,10,1,14],"texture":"#2"},"east":{"uv":[0,10,5,14],"texture":"#2"},"south":{"uv":[0,10,1,14],"texture":"#2"},"west":{"uv":[0,10,5,14],"texture":"#2"},"up":{"uv":[0,2,1,7],"texture":"#2"},"down":{"uv":[0,2,1,7],"texture":"#2"}}},{"from":[3,7.5,3.5],"to":[8,11.5,12.5],"rotation":{"angle":0,"axis":"y","origin":[12.5,15.5,12.5]},"faces":{"north":{"uv":[5,10,0,14],"texture":"#2"},"east":{"uv":[2,0,6,9],"rotation":90,"texture":"#2"},"south":{"uv":[0,10,5,14],"texture":"#2"},"west":{"uv":[0,10,9,14],"texture":"#2"},"up":{"uv":[0,0,5,9],"texture":"#2"},"down":{"uv":[0,0,5,9],"texture":"#2"}}},{"from":[3,11.5,4.5],"to":[8,12.5,11.5],"rotation":{"angle":0,"axis":"y","origin":[12.5,19.5,13.5]},"faces":{"north":{"uv":[5,15,0,16],"texture":"#2"},"east":{"uv":[4,1,5,8],"rotation":90,"texture":"#2"},"south":{"uv":[0,11,5,12],"texture":"#2"},"west":{"uv":[0,10,7,11],"texture":"#2"},"up":{"uv":[0,1,5,8],"texture":"#2"}}},{"from":[8,7.5,4],"to":[12,11.5,12],"rotation":{"angle":0,"axis":"y","origin":[17.5,15.5,13]},"faces":{"north":{"uv":[9,11,5,15],"texture":"#2"},"east":{"uv":[4,10,12,14],"rotation":90,"texture":"#2"},"south":{"uv":[5,11,9,15],"texture":"#2"},"up":{"uv":[5,0,9,8],"texture":"#2"},"down":{"uv":[5,0,9,8],"texture":"#2"}}},{"from":[12,7.5,5],"to":[16,10.5,11],"rotation":{"angle":0,"axis":"y","origin":[21.5,15.5,14]},"faces":{"north":{"uv":[12,16,8,13],"texture":"#2"},"east":{"uv":[9,10,12,16],"rotation":270,"texture":"#2"},"south":{"uv":[8,16,12,13],"texture":"#2"},"up":{"uv":[9,0,13,6],"texture":"#2"},"down":{"uv":[9,0,13,6],"texture":"#2"}}},{"from":[14,8,8.5],"to":[19,10,10.5],"rotation":{"angle":22.5,"axis":"z","origin":[15,10,8]},"faces":{"north":{"uv":[16,6,11,8],"texture":"#2"},"east":{"uv":[9,8,11,10],"texture":"#2"},"south":{"uv":[11,6,16,8],"texture":"#2"},"up":{"uv":[6,8,11,10],"texture":"#2"},"down":{"uv":[11,8,16,10],"texture":"#2"}}},{"from":[14,8,5.5],"to":[19,10,7.5],"rotation":{"angle":22.5,"axis":"z","origin":[15,10,5]},"faces":{"north":{"uv":[16,6,11,8],"texture":"#2"},"east":{"uv":[11,8,9,10],"texture":"#2"},"south":{"uv":[11,6,16,8],"texture":"#2"},"up":{"uv":[6,10,11,8],"texture":"#2"},"down":{"uv":[11,10,16,8],"texture":"#2"}}},{"from":[16,7.5,7],"to":[20,8.5,9],"rotation":{"angle":0,"axis":"z","origin":[17,9.5,6.5]},"faces":{"north":{"uv":[8,14,12,15],"rotation":180,"texture":"#2"},"east":{"uv":[14,11,16,12],"texture":"#2"},"south":{"uv":[6,15,10,16],"texture":"#2"},"up":{"uv":[12,10,16,12],"texture":"#2"},"down":{"uv":[0,14,4,16],"texture":"#2"}}},{"from":[5,0.5,4.5],"to":[7,7.5,11.5],"rotation":{"angle":0,"axis":"y","origin":[14.5,8.5,13.5]},"faces":{"north":{"uv":[9,0,7,7],"texture":"#1"},"east":{"uv":[0,0,7,7],"texture":"#1"},"south":{"uv":[7,0,9,7],"texture":"#1"},"west":{"uv":[0,0,7,7],"texture":"#1"},"down":{"uv":[9,0,11,7],"texture":"#1"}}},{"from":[11,0.5,4.5],"to":[13,7.5,11.5],"rotation":{"angle":0,"axis":"y","origin":[20.5,8.5,13.5]},"faces":{"north":{"uv":[7,0,9,7],"texture":"#1"},"east":{"uv":[0,0,7,7],"texture":"#1"},"south":{"uv":[9,0,7,7],"texture":"#1"},"west":{"uv":[0,0,7,7],"texture":"#1"},"up":{"uv":[11,0,13,7],"texture":"#1"},"down":{"uv":[9,0,11,7],"texture":"#1"}}},{"from":[7,-0.5,4],"to":[11,7.5,12],"rotation":{"angle":0,"axis":"y","origin":[15,7.5,12]},"faces":{"north":{"uv":[2,8,6,16],"texture":"#1"},"south":{"uv":[0,8,4,16],"texture":"#1"}}},{"from":[1.5,1.5,4],"to":[5.5,9.5,12],"rotation":{"angle":0,"axis":"y","origin":[9.5,9.5,12]},"faces":{"north":{"uv":[4,8,8,16],"texture":"#1"},"south":{"uv":[3,8,7,16],"texture":"#1"},"west":{"uv":[0,8,8,16],"texture":"#1"}}},{"from":[12,2.5,7.5],"to":[20,7.5,8.5],"rotation":{"angle":0,"axis":"y","origin":[20,10.5,15.5]},"faces":{"north":{"uv":[0,11,8,16],"texture":"#1"},"east":{"uv":[4,11,5,16],"texture":"#1"},"south":{"uv":[8,11,0,16],"texture":"#1"}}},{"from":[8,7,3.5],"to":[15,11,12.5],"rotation":{"angle":0,"axis":"y","origin":[11.5,9,8]},"faces":{"north":{"uv":[0,12,7,16],"texture":"#1"},"east":{"uv":[0,12,8,16],"texture":"#1"},"south":{"uv":[1,11,8,15],"texture":"#1"},"west":{"uv":[0,8,8,12],"texture":"#1"},"up":{"uv":[0,9,8,16],"rotation":270,"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-90,0],"translation":[0,0.5,3],"scale":[0.74,0.74,0.74]},"thirdperson_lefthand":{"rotation":[0,90,0],"translation":[0,0.5,3],"scale":[0.74,0.74,0.74]},"firstperson_righthand":{"rotation":[22.5,-90,0],"translation":[-2,2,2],"scale":[0.65,0.65,0.65]},"firstperson_lefthand":{"rotation":[22.5,90,0],"translation":[-2,2,2],"scale":[0.65,0.65,0.65]},"ground":{"rotation":[45,45,0],"translation":[0,8,0],"scale":[0.6,0.6,0.6]},"gui":{"rotation":[60,-115,0],"translation":[-0.5,0.75,0],"scale":[0.85,0.85,0.85]},"fixed":{"rotation":[-90,90,0],"translation":[0.25,0,0]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/assassin/dagger_fire_a.json b/assets/minecraft/models/item/wynn/weapon/assassin/dagger_fire_a.json new file mode 100644 index 000000000..acc559b58 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/assassin/dagger_fire_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"2":"wynn/weapon/anim/flame_medium","particle":"wynn/weapon/anim/flame_medium","texture":"wynn/weapon/assassin/fire_tier_b_c","fire_dagger_t1":"wynn/weapon/assassin/fire_tier_a"},"elements":[{"from":[14.5,7,8.25],"to":[15.25,8,9.25],"faces":{"north":{"uv":[4.75,13.75,8.5,15.5],"texture":"#texture"},"east":{"uv":[4,13.75,5.75,15.25],"texture":"#texture"},"south":{"uv":[4.75,13.75,8.5,15.5],"texture":"#texture"},"west":{"uv":[4,13.75,5.75,15.25],"texture":"#texture"},"up":{"uv":[2,13.5,5.25,15],"texture":"#texture"},"down":{"uv":[2,13.5,5.25,15],"texture":"#texture"}}},{"from":[14,6.75,8],"to":[14.5,8.25,9.5],"faces":{"north":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"east":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"south":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"west":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"up":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"},"down":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"}}},{"from":[13.5,6.5,7.75],"to":[14,8.5,8],"faces":{"north":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"east":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"south":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"west":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"up":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"},"down":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"}}},{"from":[13.5,6.5,9.5],"to":[14,8.5,9.75],"faces":{"north":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"east":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"south":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"west":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"up":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"},"down":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"}}},{"from":[13.5,8.25,8],"to":[14,8.5,9.5],"faces":{"north":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"east":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"south":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"west":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"up":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"},"down":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"}}},{"from":[13.5,6.5,8],"to":[14,6.75,9.5],"faces":{"north":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"east":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"south":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"west":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"up":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"},"down":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"}}},{"from":[17.75,7,8.25],"to":[18.5,8,9.25],"faces":{"north":{"uv":[4.75,13.75,8.5,15.5],"texture":"#texture"},"east":{"uv":[4,13.75,5.75,15.25],"texture":"#texture"},"south":{"uv":[4.75,13.75,8.5,15.5],"texture":"#texture"},"west":{"uv":[4,13.75,5.75,15.25],"texture":"#texture"},"up":{"uv":[2,13.5,5.25,15],"texture":"#texture"},"down":{"uv":[2,13.5,5.25,15],"texture":"#texture"}}},{"from":[15.25,7.125,8.375],"to":[17.75,7.875,9.125],"faces":{"north":{"uv":[4.75,13.75,8.5,15.5],"texture":"#texture"},"east":{"uv":[4,13.75,5.75,15.25],"texture":"#texture"},"south":{"uv":[4.75,13.75,8.5,15.5],"texture":"#texture"},"west":{"uv":[4,13.75,5.75,15.25],"texture":"#texture"},"up":{"uv":[2,13.5,5.25,15],"texture":"#texture"},"down":{"uv":[2,13.5,5.25,15],"texture":"#texture"}}},{"from":[18.5,6.875,8.125],"to":[19.75,8.125,9.375],"faces":{"north":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"east":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"south":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"west":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"up":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"},"down":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"}}},{"from":[18.75,6.6875,8.375],"to":[19.5625,8.25,9.125],"faces":{"north":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"east":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"south":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"west":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"up":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"},"down":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"}}},{"from":[18.5,7.0625,8.375],"to":[19.9375,7.9375,9.125],"faces":{"north":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"east":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"south":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"west":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"up":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"},"down":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"}}},{"from":[18.8125,7.0625,7.9375],"to":[19.5625,8,9.5],"faces":{"north":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"east":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"south":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"west":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"up":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"},"down":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"}}},{"from":[5.5,6.25,8.525],"to":[13.25,8.75,8.975],"faces":{"north":{"uv":[5.5,2.25,13.25,4.75],"texture":"#fire_dagger_t1"},"east":{"uv":[8.5,1.25,8.75,3.75],"texture":"#fire_dagger_t1"},"south":{"uv":[5.5,2.25,13.25,4.75],"texture":"#fire_dagger_t1"},"west":{"uv":[0,0,0.45,2.5],"texture":"#fire_dagger_t1"},"up":{"uv":[4.75,2.25,12.5,2.5],"texture":"#fire_dagger_t1"},"down":{"uv":[4.75,2.25,12.5,2.5],"texture":"#fire_dagger_t1"}}},{"from":[4.975,7.2,8.625],"to":[6.725,8.95,8.875],"rotation":{"angle":-45,"axis":"z","origin":[4.975,8.2,8.625]},"faces":{"north":{"uv":[7,1,8.75,2.75],"texture":"#fire_dagger_t1"},"east":{"uv":[8.5,2.5,8.75,3.5],"texture":"#fire_dagger_t1"},"south":{"uv":[7,1,8.75,2.75],"texture":"#fire_dagger_t1"},"west":{"uv":[8.5,2.5,8.75,3.5],"texture":"#fire_dagger_t1"},"up":{"uv":[7.25,2.25,9.25,2.5],"texture":"#fire_dagger_t1"},"down":{"uv":[7.25,2.25,9.25,2.5],"texture":"#fire_dagger_t1"}}},{"from":[5.5,6.75,8.4],"to":[12.75,8.25,9.1],"faces":{"north":{"uv":[6,7,13.25,9.5],"texture":"#fire_dagger_t1"},"east":{"uv":[8.5,7.75,9,9.25],"texture":"#fire_dagger_t1"},"south":{"uv":[6,7,13.25,9.5],"texture":"#fire_dagger_t1"},"west":{"uv":[0,0,0.7,1.5],"texture":"#fire_dagger_t1"},"up":{"uv":[5.5,8.5,12.75,9],"texture":"#fire_dagger_t1"},"down":{"uv":[5.5,8.5,12.75,9],"texture":"#fire_dagger_t1"}}},{"from":[4.25,4.25,8.75],"to":[13.5,10.75,8.85],"rotation":{"angle":0,"axis":"y","origin":[21,15.5,16.5]},"faces":{"north":{"uv":[0,0,16,16],"rotation":90,"texture":"#2"},"south":{"uv":[0,16,16,0],"rotation":90,"texture":"#2"}}}],"display":{"thirdperson_righthand":{"rotation":[-90,90,0],"translation":[-1,7,1],"scale":[1.1,1.1,1.1]},"thirdperson_lefthand":{"rotation":[90,90,0],"translation":[-1,7,2],"scale":[1.1,1.1,1.1]},"firstperson_righthand":{"rotation":[0,-90,-45],"translation":[-0.5,6.5,0],"scale":[0.8,0.8,0.8]},"firstperson_lefthand":{"rotation":[0,90,45],"translation":[-1.5,6.5,0],"scale":[0.8,0.8,0.8]},"ground":{"rotation":[45,-45,0],"translation":[0,5,0],"scale":[0.6,0.6,0.6]},"gui":{"rotation":[-20,-160,-60],"translation":[2,4.5,0],"scale":[1.2,1.2,1.2]},"fixed":{"rotation":[0,0,-90],"translation":[0.5,3,-2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/assassin/dagger_fire_b.json b/assets/minecraft/models/item/wynn/weapon/assassin/dagger_fire_b.json new file mode 100644 index 000000000..b77f5cacf --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/assassin/dagger_fire_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"2":"wynn/weapon/anim/flame_medium","particle":"wynn/weapon/anim/flame_medium","texture":"wynn/weapon/assassin/fire_tier_b_c","fire_bladeFlamelicks_HO":"wynn/weapon/anim/fire_blade_flamelicks"},"elements":[{"from":[14,7,8.25],"to":[14.75,8,9.25],"faces":{"north":{"uv":[4.75,13.75,8.5,15.5],"texture":"#texture"},"east":{"uv":[4,13.75,5.75,15.25],"texture":"#texture"},"south":{"uv":[4.75,13.75,8.5,15.5],"texture":"#texture"},"west":{"uv":[4,13.75,5.75,15.25],"texture":"#texture"},"up":{"uv":[2,13.5,5.25,15],"texture":"#texture"},"down":{"uv":[2,13.5,5.25,15],"texture":"#texture"}}},{"from":[14,6.75,8],"to":[14.5,8.25,9.5],"faces":{"north":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"east":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"south":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"west":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"up":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"},"down":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"}}},{"from":[13.4375,7.9375,8],"to":[13.9375,9.4375,9.5],"rotation":{"angle":22.5,"axis":"z","origin":[13.4375,9.4375,8]},"faces":{"north":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"east":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"south":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"west":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"up":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"},"down":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"}}},{"from":[14.0125,5.4375,8],"to":[14.5125,6.9375,9.5],"rotation":{"angle":-22.5,"axis":"z","origin":[14.0125,6.9375,8]},"faces":{"north":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"east":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"south":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"west":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"up":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"},"down":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"}}},{"from":[14.75,7.25,8.5],"to":[18,7.75,9],"faces":{"north":{"uv":[12.25,4.75,14.25,6.75],"texture":"#texture"},"east":{"uv":[0.25,2.5,2,4.5],"texture":"#texture"},"south":{"uv":[12.25,4.75,14.25,6.75],"texture":"#texture"},"west":{"uv":[0.25,2.5,2,4.5],"texture":"#texture"},"up":{"uv":[13.25,3.25,15.75,5.75],"texture":"#texture"},"down":{"uv":[13.25,3.25,15.75,5.75],"texture":"#texture"}}},{"from":[18,7,8.25],"to":[19,8,9.25],"faces":{"north":{"uv":[4.75,13.75,8.5,15.5],"texture":"#texture"},"east":{"uv":[4,13.75,5.75,15.25],"texture":"#texture"},"south":{"uv":[4.75,13.75,8.5,15.5],"texture":"#texture"},"west":{"uv":[4,13.75,5.75,15.25],"texture":"#texture"},"up":{"uv":[2,13.5,5.25,15],"texture":"#texture"},"down":{"uv":[2,13.5,5.25,15],"texture":"#texture"}}},{"from":[18.25,7.5,8],"to":[19.25,8.5,9],"faces":{"north":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"east":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"south":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"west":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"up":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"},"down":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"}}},{"from":[18.75,6.25,8.5],"to":[19.75,7.25,9.5],"faces":{"north":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"east":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"south":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"west":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"up":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"},"down":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"}}},{"from":[19,7.75,7.75],"to":[20,8.75,8.75],"faces":{"north":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"east":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"south":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"west":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"up":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"},"down":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"}}},{"from":[19.25,7,7.75],"to":[20.25,8,8.75],"faces":{"north":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"east":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"south":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"west":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"up":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"},"down":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"}}},{"from":[2.5,7.5,8.625],"to":[14.25,13.5,8.6875],"faces":{"north":{"uv":[0,0,16,16],"rotation":90,"texture":"#fire_bladeFlamelicks_HO"},"south":{"uv":[0,16,16,0],"rotation":90,"texture":"#fire_bladeFlamelicks_HO"}}},{"from":[2.5,1.75,8.625],"to":[14.25,7.5,8.6875],"faces":{"north":{"uv":[16,0,0,16],"rotation":90,"texture":"#fire_bladeFlamelicks_HO"},"south":{"uv":[16,16,0,0],"rotation":90,"texture":"#fire_bladeFlamelicks_HO"}}},{"from":[4,5.25,8.375],"to":[14.25,9.5,8.9375],"rotation":{"angle":0,"axis":"y","origin":[8,7.5,7.75]},"faces":{"north":{"uv":[16,0,0,16],"rotation":90,"texture":"#2"},"south":{"uv":[16,16,0,0],"rotation":90,"texture":"#2"}}},{"from":[19,7,8.25],"to":[20,8,9.25],"faces":{"north":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"east":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"south":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"west":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"up":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"},"down":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"}}},{"from":[18.5,6.75,7.5],"to":[19.5,7.75,8.5],"faces":{"north":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"east":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"south":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"west":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"up":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"},"down":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"}}},{"from":[18.25,6.5,8.5],"to":[19.25,7.5,9],"faces":{"north":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"east":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"south":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"west":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"up":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"},"down":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"}}},{"from":[15.75,7,8.25],"to":[16.25,8,9.25],"faces":{"north":{"uv":[4.75,13.75,8.5,15.5],"texture":"#texture"},"east":{"uv":[4,13.75,5.75,15.25],"texture":"#texture"},"south":{"uv":[4.75,13.75,8.5,15.5],"texture":"#texture"},"west":{"uv":[4,13.75,5.75,15.25],"texture":"#texture"},"up":{"uv":[2,13.5,5.25,15],"texture":"#texture"},"down":{"uv":[2,13.5,5.25,15],"texture":"#texture"}}},{"from":[18.5,7.25,8.75],"to":[19.5,8.25,9.75],"faces":{"north":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"east":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"south":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"west":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"up":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"},"down":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"}}},{"from":[16.5,7,8.25],"to":[17,8,9.25],"faces":{"north":{"uv":[4.75,13.75,8.5,15.5],"texture":"#texture"},"east":{"uv":[4,13.75,5.75,15.25],"texture":"#texture"},"south":{"uv":[4.75,13.75,8.5,15.5],"texture":"#texture"},"west":{"uv":[4,13.75,5.75,15.25],"texture":"#texture"},"up":{"uv":[2,13.5,5.25,15],"texture":"#texture"},"down":{"uv":[2,13.5,5.25,15],"texture":"#texture"}}},{"from":[15,7,8.25],"to":[15.5,8,9.25],"faces":{"north":{"uv":[4.75,13.75,8.5,15.5],"texture":"#texture"},"east":{"uv":[4,13.75,5.75,15.25],"texture":"#texture"},"south":{"uv":[4.75,13.75,8.5,15.5],"texture":"#texture"},"west":{"uv":[4,13.75,5.75,15.25],"texture":"#texture"},"up":{"uv":[2,13.5,5.25,15],"texture":"#texture"},"down":{"uv":[2,13.5,5.25,15],"texture":"#texture"}}},{"from":[17.25,7,8.25],"to":[17.75,8,9.25],"faces":{"north":{"uv":[4.75,13.75,8.5,15.5],"texture":"#texture"},"east":{"uv":[4,13.75,5.75,15.25],"texture":"#texture"},"south":{"uv":[4.75,13.75,8.5,15.5],"texture":"#texture"},"west":{"uv":[4,13.75,5.75,15.25],"texture":"#texture"},"up":{"uv":[2,13.5,5.25,15],"texture":"#texture"},"down":{"uv":[2,13.5,5.25,15],"texture":"#texture"}}},{"from":[3.25,7.5,9.125],"to":[14.25,11.5,9.1875],"rotation":{"angle":0,"axis":"y","origin":[8,8,8.25]},"faces":{"north":{"uv":[0,0,16,16],"rotation":90,"texture":"#fire_bladeFlamelicks_HO"},"south":{"uv":[0,16,16,0],"rotation":90,"texture":"#fire_bladeFlamelicks_HO"}}},{"from":[3.25,3.75,9.125],"to":[14.25,7.5,9.1875],"rotation":{"angle":0,"axis":"y","origin":[8,8,8.25]},"faces":{"north":{"uv":[16,0,0,16],"rotation":90,"texture":"#fire_bladeFlamelicks_HO"},"south":{"uv":[16,16,0,0],"rotation":90,"texture":"#fire_bladeFlamelicks_HO"}}},{"from":[3.25,3.75,8.125],"to":[14.25,7.5,8.1875],"rotation":{"angle":0,"axis":"y","origin":[8,8,7.75]},"faces":{"north":{"uv":[16,0,0,16],"rotation":90,"texture":"#fire_bladeFlamelicks_HO"},"south":{"uv":[16,16,0,0],"rotation":90,"texture":"#fire_bladeFlamelicks_HO"}}},{"from":[3.25,7.5,8.125],"to":[14.25,11.5,8.1875],"rotation":{"angle":0,"axis":"y","origin":[8,8,7.75]},"faces":{"north":{"uv":[0,0,16,16],"rotation":90,"texture":"#fire_bladeFlamelicks_HO"},"south":{"uv":[0,16,16,0],"rotation":90,"texture":"#fire_bladeFlamelicks_HO"}}}],"display":{"thirdperson_righthand":{"rotation":[-90,90,0],"translation":[-1,9,1],"scale":[1.3,1.3,1.3]},"thirdperson_lefthand":{"rotation":[90,90,0],"translation":[-1,9,2],"scale":[1.3,1.3,1.3]},"firstperson_righthand":{"rotation":[66,-90,0],"translation":[1.25,8.75,0]},"firstperson_lefthand":{"rotation":[66,90,0],"translation":[-0.25,8.75,0]},"ground":{"rotation":[45,-45,0],"translation":[0,5,0],"scale":[0.62,0.62,0.62]},"gui":{"rotation":[-20,-160,-60],"translation":[1.25,3.25,0],"scale":[1.15,1.15,1.15]},"fixed":{"rotation":[0,0,-90],"translation":[0.5,3,-2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/assassin/dagger_fire_c.json b/assets/minecraft/models/item/wynn/weapon/assassin/dagger_fire_c.json new file mode 100644 index 000000000..f65e50ad2 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/assassin/dagger_fire_c.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"3":"wynn/weapon/anim/flame_medium","particle":"wynn/weapon/anim/flame_medium","texture":"wynn/weapon/assassin/fire_tier_b_c","fire_bladeFlamelicks_HO":"wynn/weapon/anim/fire_blade_flamelicks","fireSwirl":"wynn/weapon/anim/fire_swirl"},"elements":[{"from":[14,7,8.25],"to":[14.75,8,9.25],"faces":{"north":{"uv":[10.25,2.75,10.75,3.75],"texture":"#texture"},"east":{"uv":[7.5,2.5,8.5,3.5],"texture":"#texture"},"south":{"uv":[10.25,2.75,10.75,3.75],"texture":"#texture"},"west":{"uv":[7.5,2.5,8.5,3.5],"texture":"#texture"},"up":{"uv":[7.5,3.5,8,4.5],"texture":"#texture"},"down":{"uv":[7.5,3.5,8,4.5],"texture":"#texture"}}},{"from":[14,6.75,8],"to":[14.5,8.25,9.5],"faces":{"north":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"east":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"south":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"west":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"up":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"},"down":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"}}},{"from":[13.4375,7.9375,8],"to":[13.9375,9.4375,9.5],"rotation":{"angle":22.5,"axis":"z","origin":[13.4375,9.4375,8]},"faces":{"north":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"east":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"south":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"west":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"up":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"},"down":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"}}},{"from":[14.0125,5.4375,8],"to":[14.5125,6.9375,9.5],"rotation":{"angle":-22.5,"axis":"z","origin":[14.0125,6.9375,8]},"faces":{"north":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"east":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"south":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"west":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"up":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"},"down":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"}}},{"from":[13.3125,6.75,7],"to":[14.8125,8.25,7.5],"rotation":{"angle":-45,"axis":"y","origin":[13.3125,6.75,7]},"faces":{"north":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"east":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"south":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"west":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"up":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"},"down":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"}}},{"from":[12.9375,6.75,10.25],"to":[14.4375,8.25,10.75],"rotation":{"angle":45,"axis":"y","origin":[12.9375,6.75,10.25]},"faces":{"north":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"east":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"south":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"west":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"up":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"},"down":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"}}},{"from":[14.75,7.25,8.5],"to":[18,7.75,9],"faces":{"north":{"uv":[12.25,4.75,14.25,6.75],"texture":"#texture"},"east":{"uv":[0.25,2.5,2,4.5],"texture":"#texture"},"south":{"uv":[12.25,4.75,14.25,6.75],"texture":"#texture"},"west":{"uv":[0.25,2.5,2,4.5],"texture":"#texture"},"up":{"uv":[13.25,3.25,15.75,5.75],"texture":"#texture"},"down":{"uv":[13.25,3.25,15.75,5.75],"texture":"#texture"}}},{"from":[18,7,8.25],"to":[19,8,9.25],"faces":{"north":{"uv":[10.25,2.75,10.75,3.75],"texture":"#texture"},"east":{"uv":[7.5,2.5,8.5,3.5],"texture":"#texture"},"south":{"uv":[10.25,2.75,10.75,3.75],"texture":"#texture"},"west":{"uv":[7.5,2.5,8.5,3.5],"texture":"#texture"},"up":{"uv":[7.5,3.5,8,4.5],"texture":"#texture"},"down":{"uv":[7.5,3.5,8,4.5],"texture":"#texture"}}},{"from":[18.25,7.5,8],"to":[19.25,8.5,9],"faces":{"north":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"east":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"south":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"west":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"up":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"},"down":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"}}},{"from":[18.75,6.25,8.5],"to":[19.75,7.25,9.5],"faces":{"north":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"east":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"south":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"west":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"up":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"},"down":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"}}},{"from":[19,7.75,7.75],"to":[20,8.75,8.75],"faces":{"north":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"east":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"south":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"west":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"up":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"},"down":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"}}},{"from":[19.25,7,7.75],"to":[20.25,8,8.75],"faces":{"north":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"east":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"south":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"west":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"up":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"},"down":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"}}},{"from":[0,7.5,8.625],"to":[14.25,15,8.6875],"faces":{"north":{"uv":[0,0,16,16],"rotation":90,"texture":"#fire_bladeFlamelicks_HO"},"south":{"uv":[0,16,16,0],"rotation":90,"texture":"#fire_bladeFlamelicks_HO"}}},{"from":[3.5,4,8.375],"to":[14.25,11,8.9375],"rotation":{"angle":0,"axis":"y","origin":[8,3.5,8]},"faces":{"north":{"uv":[0,0,16,16],"rotation":90,"texture":"#3"},"south":{"uv":[0,16,16,0],"rotation":90,"texture":"#3"}}},{"from":[0,0,8.625],"to":[14.25,7.5,8.6875],"faces":{"north":{"uv":[16,0,0,16],"rotation":90,"texture":"#fire_bladeFlamelicks_HO"},"south":{"uv":[16,16,0,0],"rotation":90,"texture":"#fire_bladeFlamelicks_HO"}}},{"from":[19,7,8.25],"to":[20,8,9.25],"faces":{"north":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"east":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"south":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"west":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"up":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"},"down":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"}}},{"from":[18.5,6.75,7.5],"to":[19.5,7.75,8.5],"faces":{"north":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"east":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"south":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"west":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"up":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"},"down":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"}}},{"from":[18.25,6.5,8.5],"to":[19.25,7.5,9],"faces":{"north":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"east":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"south":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"west":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"up":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"},"down":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"}}},{"from":[16.75,5,7.1875],"to":[16.8125,10,12.1875],"rotation":{"angle":45,"axis":"y","origin":[16.75,3.5,6.1875]},"faces":{"east":{"uv":[16,0,0,16],"texture":"#fireSwirl"},"west":{"uv":[0,0,16,16],"texture":"#fireSwirl"}}},{"from":[21.75,5,7.25],"to":[21.8125,10,12.25],"rotation":{"angle":-45,"axis":"y","origin":[21.75,3.5,6.25]},"faces":{"east":{"uv":[16,16,0,0],"texture":"#fireSwirl"},"west":{"uv":[0,16,16,0],"texture":"#fireSwirl"}}},{"from":[15.75,7,8.25],"to":[16.25,8,9.25],"faces":{"north":{"uv":[10.25,2.75,10.75,3.75],"texture":"#texture"},"east":{"uv":[7.5,2.5,8.5,3.5],"texture":"#texture"},"south":{"uv":[10.25,2.75,10.75,3.75],"texture":"#texture"},"west":{"uv":[7.5,2.5,8.5,3.5],"texture":"#texture"},"up":{"uv":[7.5,3.5,8,4.5],"texture":"#texture"},"down":{"uv":[7.5,3.5,8,4.5],"texture":"#texture"}}},{"from":[18.5,7.25,8.75],"to":[19.5,8.25,9.75],"faces":{"north":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"east":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"south":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"west":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"up":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"},"down":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"}}},{"from":[16.5,7,8.25],"to":[17,8,9.25],"faces":{"north":{"uv":[10.25,2.75,10.75,3.75],"texture":"#texture"},"east":{"uv":[7.5,2.5,8.5,3.5],"texture":"#texture"},"south":{"uv":[10.25,2.75,10.75,3.75],"texture":"#texture"},"west":{"uv":[7.5,2.5,8.5,3.5],"texture":"#texture"},"up":{"uv":[7.5,3.5,8,4.5],"texture":"#texture"},"down":{"uv":[7.5,3.5,8,4.5],"texture":"#texture"}}},{"from":[15,7,8.25],"to":[15.5,8,9.25],"faces":{"north":{"uv":[10.25,2.75,10.75,3.75],"texture":"#texture"},"east":{"uv":[7.5,2.5,8.5,3.5],"texture":"#texture"},"south":{"uv":[10.25,2.75,10.75,3.75],"texture":"#texture"},"west":{"uv":[7.5,2.5,8.5,3.5],"texture":"#texture"},"up":{"uv":[7.5,3.5,8,4.5],"texture":"#texture"},"down":{"uv":[7.5,3.5,8,4.5],"texture":"#texture"}}},{"from":[17.25,7,8.25],"to":[17.75,8,9.25],"faces":{"north":{"uv":[10.25,2.75,10.75,3.75],"texture":"#texture"},"east":{"uv":[7.5,2.5,8.5,3.5],"texture":"#texture"},"south":{"uv":[10.25,2.75,10.75,3.75],"texture":"#texture"},"west":{"uv":[7.5,2.5,8.5,3.5],"texture":"#texture"},"up":{"uv":[7.5,3.5,8,4.5],"texture":"#texture"},"down":{"uv":[7.5,3.5,8,4.5],"texture":"#texture"}}},{"from":[1.25,7.5,9.125],"to":[14.25,13,9.1875],"rotation":{"angle":0,"axis":"y","origin":[8,8,8.25]},"faces":{"north":{"uv":[0,0,16,16],"rotation":90,"texture":"#fire_bladeFlamelicks_HO"},"south":{"uv":[0,16,16,0],"rotation":90,"texture":"#fire_bladeFlamelicks_HO"}}},{"from":[1.25,2,9.125],"to":[14.25,7.5,9.1875],"rotation":{"angle":0,"axis":"y","origin":[8,8,8.25]},"faces":{"north":{"uv":[16,0,0,16],"rotation":90,"texture":"#fire_bladeFlamelicks_HO"},"south":{"uv":[16,16,0,0],"rotation":90,"texture":"#fire_bladeFlamelicks_HO"}}},{"from":[1.25,7.5,8.125],"to":[14.25,13,8.1875],"rotation":{"angle":0,"axis":"y","origin":[8,8,7.75]},"faces":{"north":{"uv":[0,0,16,16],"rotation":90,"texture":"#fire_bladeFlamelicks_HO"},"south":{"uv":[0,16,16,0],"rotation":90,"texture":"#fire_bladeFlamelicks_HO"}}},{"from":[1.25,2,8.125],"to":[14.25,7.5,8.1875],"rotation":{"angle":0,"axis":"y","origin":[8,8,7.75]},"faces":{"north":{"uv":[16,0,0,16],"rotation":90,"texture":"#fire_bladeFlamelicks_HO"},"south":{"uv":[16,16,0,0],"rotation":90,"texture":"#fire_bladeFlamelicks_HO"}}},{"from":[12.375,7,11],"to":[13.375,8,11.25],"rotation":{"angle":45,"axis":"y","origin":[12.375,7,11]},"faces":{"north":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"east":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"south":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"west":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"up":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"},"down":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"}}},{"from":[13.25,8.75,8.25],"to":[13.5,10.25,9.25],"rotation":{"angle":22.5,"axis":"z","origin":[13.25,10.25,8.25]},"faces":{"north":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"east":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"south":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"west":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"up":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"},"down":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"}}},{"from":[13.75,4.5,8.25],"to":[14,6,9.25],"rotation":{"angle":-22.5,"axis":"z","origin":[13.75,6,8.25]},"faces":{"north":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"east":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"south":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"west":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"up":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"},"down":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"}}},{"from":[13.75,4.5,8.25],"to":[14,6,9.25],"rotation":{"angle":-22.5,"axis":"z","origin":[13.75,6,8.25]},"faces":{"north":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"east":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"south":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"west":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"up":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"},"down":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"}}},{"from":[12.625,7,6.5],"to":[13.625,8,6.75],"rotation":{"angle":-45,"axis":"y","origin":[12.625,7,6.5]},"faces":{"north":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"east":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"south":{"uv":[5,9.75,7,11.75],"texture":"#texture"},"west":{"uv":[7,9.75,8.75,11.75],"texture":"#texture"},"up":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"},"down":{"uv":[2.75,9.5,5.25,12],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[-90,90,0],"translation":[-1,9,1],"scale":[1.32,1.32,1.32]},"thirdperson_lefthand":{"rotation":[90,90,0],"translation":[-1,9,2],"scale":[1.32,1.32,1.32]},"firstperson_righthand":{"rotation":[0,-90,-64],"translation":[1.25,7.75,0],"scale":[0.9,0.9,0.9]},"firstperson_lefthand":{"rotation":[0,90,64],"translation":[0.5,7.75,0],"scale":[0.9,0.9,0.9]},"ground":{"rotation":[45,-45,0],"translation":[0,5,0],"scale":[0.6,0.6,0.6]},"gui":{"rotation":[-20,-160,-60],"translation":[1,3.25,0],"scale":[1.2,1.2,1.2]},"fixed":{"rotation":[0,0,-90],"translation":[0.5,3,-2]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/assassin/dagger_multi_a.json b/assets/minecraft/models/item/wynn/weapon/assassin/dagger_multi_a.json new file mode 100644 index 000000000..82f438b5c --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/assassin/dagger_multi_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"texture":"wynn/weapon/assassin/multi_tier_all_0","blade_glow":"wynn/weapon/assassin/multi_tier_all_1"},"elements":[{"from":[17.375,8.375,7],"to":[17.875,9.875,8.5],"faces":{"north":{"uv":[0,5,0.5,6.5],"texture":"#texture"},"east":{"uv":[0,5,0.5,6.5],"texture":"#texture"},"south":{"uv":[0,5,0.5,6.5],"texture":"#texture"},"west":{"uv":[0,5,0.5,6.5],"texture":"#texture"},"up":{"uv":[0,5,0.5,6.5],"texture":"#texture"},"down":{"uv":[0,5,0.5,6.5],"texture":"#texture"}}},{"from":[24.125,7.375,7],"to":[24.625,8.875,8.5],"rotation":{"angle":0,"axis":"y","origin":[14.75,8,8]},"faces":{"north":{"uv":[0,5,0.5,6.5],"texture":"#texture"},"east":{"uv":[0,5,0.5,6.5],"texture":"#texture"},"south":{"uv":[0,5,0.5,6.5],"texture":"#texture"},"west":{"uv":[0,5,0.5,6.5],"texture":"#texture"},"up":{"uv":[0,5,0.5,6.5],"texture":"#texture"},"down":{"uv":[0,5,0.5,6.5],"texture":"#texture"}}},{"from":[18,7.125,7.25],"to":[24.5,7.875,8.25],"faces":{"north":{"uv":[3.25,13.25,9.625,14.5],"texture":"#texture"},"east":{"uv":[3.75,14.75,4.25,16],"texture":"#texture"},"south":{"uv":[3.25,13.25,9.625,14.5],"texture":"#texture"},"west":{"uv":[3.75,14.75,4.25,16],"texture":"#texture"},"up":{"uv":[5.75,12.75,12.125,13.25],"texture":"#texture"},"down":{"uv":[5.75,12.75,12.125,13.25],"texture":"#texture"}}},{"from":[17.25,6.25,6.5],"to":[18,8.75,9],"faces":{"north":{"uv":[2,5,3,8],"texture":"#texture"},"east":{"uv":[2,5,3,8],"texture":"#texture"},"south":{"uv":[2,5,3,8],"texture":"#texture"},"west":{"uv":[2,5,3,8],"texture":"#texture"},"up":{"uv":[2,5,3,8],"texture":"#texture"},"down":{"uv":[2,5,3,8],"texture":"#texture"}}},{"from":[24,6.25,6.5],"to":[24.75,8.75,9],"rotation":{"angle":0,"axis":"y","origin":[14.75,8,8]},"faces":{"north":{"uv":[2,5,3,8],"texture":"#texture"},"east":{"uv":[2,5,3,8],"texture":"#texture"},"south":{"uv":[2,5,3,8],"texture":"#texture"},"west":{"uv":[2,5,3,8],"texture":"#texture"},"up":{"uv":[2,5,3,8],"texture":"#texture"},"down":{"uv":[2,5,3,8],"texture":"#texture"}}},{"from":[17.25,5.25,6.75],"to":[18,6.25,8.75],"faces":{"north":{"uv":[1,6,3,7],"rotation":90,"texture":"#texture"},"east":{"uv":[0,5,2,8],"rotation":90,"texture":"#texture"},"south":{"uv":[1,6,3,7],"rotation":90,"texture":"#texture"},"west":{"uv":[0,4,2,7],"rotation":90,"texture":"#texture"},"up":{"uv":[3,7,5,8],"texture":"#texture"},"down":{"uv":[3,7,5,8],"texture":"#texture"}}},{"from":[17.25,8.75,6.75],"to":[18,9.75,8.75],"faces":{"north":{"uv":[0,5,1,7],"texture":"#texture"},"east":{"uv":[0,5,3,7],"texture":"#texture"},"south":{"uv":[0,5,2,6],"rotation":90,"texture":"#texture"},"west":{"uv":[0,5,3,7],"texture":"#texture"},"up":{"uv":[0,5,3,7],"texture":"#texture"},"down":{"uv":[0,5,3,7],"texture":"#texture"}}},{"from":[17.375,5.125,7],"to":[17.875,6.625,8.5],"faces":{"north":{"uv":[0,4,0.5,5.5],"texture":"#texture"},"east":{"uv":[0,4,0.5,5.5],"texture":"#texture"},"south":{"uv":[0,4,0.5,5.5],"texture":"#texture"},"west":{"uv":[0,4,0.5,5.5],"texture":"#texture"},"up":{"uv":[0,4,0.5,5.5],"texture":"#texture"},"down":{"uv":[0,4,0.5,5.5],"texture":"#texture"}}},{"from":[24.125,6.125,7],"to":[24.625,7.625,8.5],"rotation":{"angle":0,"axis":"y","origin":[14.75,8,8]},"faces":{"north":{"uv":[0,4,0.5,5.5],"texture":"#texture"},"east":{"uv":[0,4,0.5,5.5],"texture":"#texture"},"south":{"uv":[0,4,0.5,5.5],"texture":"#texture"},"west":{"uv":[0,4,0.5,5.5],"texture":"#texture"},"up":{"uv":[0,4,0.5,5.5],"texture":"#texture"},"down":{"uv":[0,4,0.5,5.5],"texture":"#texture"}}},{"from":[17.75,6.5,6.75],"to":[18.25,8.5,8.75],"faces":{"north":{"uv":[6.5,8.75,9.5,11.25],"texture":"#texture"},"east":{"uv":[7,9.25,8,11.75],"texture":"#texture"},"south":{"uv":[6.5,8.75,9.5,11.25],"texture":"#texture"},"west":{"uv":[7,9.25,8,11.75],"texture":"#texture"},"up":{"uv":[7.25,8,10.25,9],"texture":"#texture"},"down":{"uv":[7.25,8,10.25,9],"texture":"#texture"}}},{"from":[24.5,6.5,6.75],"to":[25,8.5,8.75],"faces":{"north":{"uv":[6.5,8.75,9.5,11.25],"texture":"#texture"},"east":{"uv":[7,9.25,8,11.75],"texture":"#texture"},"south":{"uv":[6.5,8.75,9.5,11.25],"texture":"#texture"},"west":{"uv":[7,9.25,8,11.75],"texture":"#texture"},"up":{"uv":[7.25,8,10.25,9],"texture":"#texture"},"down":{"uv":[7.25,8,10.25,9],"texture":"#texture"}}},{"from":[24.75,6.75,7],"to":[25.25,8.25,8.5],"faces":{"north":{"uv":[12,8.75,15,11.25],"texture":"#texture"},"east":{"uv":[12.5,8.75,13.5,11.25],"texture":"#texture"},"south":{"uv":[12,8.75,15,11.25],"texture":"#texture"},"west":{"uv":[12.5,8.75,13.5,11.25],"texture":"#texture"},"up":{"uv":[12,8.5,15,9.5],"texture":"#texture"},"down":{"uv":[12,8.5,15,9.5],"texture":"#texture"}}},{"from":[18,6.875,7.5],"to":[24.375,8.125,8],"faces":{"north":{"uv":[3.25,13.25,9.625,14.5],"texture":"#texture"},"east":{"uv":[3.75,14.75,4.25,16],"texture":"#texture"},"south":{"uv":[3.25,13.25,9.625,14.5],"texture":"#texture"},"west":{"uv":[3.75,14.75,4.25,16],"texture":"#texture"},"up":{"uv":[5.75,12.75,12.125,13.25],"texture":"#texture"},"down":{"uv":[5.75,12.75,12.125,13.25],"texture":"#texture"}}},{"from":[18,7,7.375],"to":[24.5,8,8.125],"faces":{"north":{"uv":[3.25,13.25,9.625,14.5],"texture":"#texture"},"east":{"uv":[3.75,14.75,4.25,16],"texture":"#texture"},"south":{"uv":[3.25,13.25,9.625,14.5],"texture":"#texture"},"west":{"uv":[3.75,14.75,4.25,16],"texture":"#texture"},"up":{"uv":[5.75,12.75,12.125,13.25],"texture":"#texture"},"down":{"uv":[5.75,12.75,12.125,13.25],"texture":"#texture"}}},{"from":[18,7.25,7.125],"to":[24.25,7.75,8.375],"faces":{"north":{"uv":[3.25,13.25,9.625,14.5],"texture":"#texture"},"east":{"uv":[3.75,14.75,4.25,16],"texture":"#texture"},"south":{"uv":[3.25,13.25,9.625,14.5],"texture":"#texture"},"west":{"uv":[3.75,14.75,4.25,16],"texture":"#texture"},"up":{"uv":[5.75,12.75,12.125,13.25],"texture":"#texture"},"down":{"uv":[5.75,12.75,12.125,13.25],"texture":"#texture"}}},{"from":[18,6.75,7],"to":[18.5,8.25,8.5],"faces":{"north":{"uv":[12,8.75,15,11.25],"texture":"#texture"},"east":{"uv":[12.5,8.75,13.5,11.25],"texture":"#texture"},"south":{"uv":[12,8.75,15,11.25],"texture":"#texture"},"west":{"uv":[12.5,8.75,13.5,11.25],"texture":"#texture"},"up":{"uv":[12,8.5,15,9.5],"texture":"#texture"},"down":{"uv":[12,8.5,15,9.5],"texture":"#texture"}}},{"from":[15.875,6.25,7.5625],"to":[16.125,8.5,7.8125],"faces":{"north":{"uv":[7.625,1,7.875,3.25],"texture":"#blade_glow"},"east":{"uv":[7.625,1,7.875,3.25],"texture":"#blade_glow"},"south":{"uv":[7.625,1,7.875,3.25],"texture":"#blade_glow"},"west":{"uv":[7.625,1,7.875,3.25],"texture":"#blade_glow"},"up":{"uv":[7.625,1,7.875,3.25],"texture":"#blade_glow"},"down":{"uv":[7.625,1,7.875,3.25],"texture":"#blade_glow"}}},{"from":[23.75,6.5,6.75],"to":[24.25,8.5,8.75],"faces":{"north":{"uv":[2.25,8.5,5.25,11],"texture":"#texture"},"east":{"uv":[2.5,8.5,3.5,11],"texture":"#texture"},"south":{"uv":[2.25,8.5,5.25,11],"texture":"#texture"},"west":{"uv":[2.5,8.5,3.5,11],"texture":"#texture"},"up":{"uv":[1.75,8.75,4.75,9.75],"texture":"#texture"},"down":{"uv":[1.75,8.75,4.75,9.75],"texture":"#texture"}}},{"from":[23.5,6.75,7],"to":[24,8.25,8.5],"faces":{"north":{"uv":[6.25,4.75,9.25,7.25],"texture":"#texture"},"east":{"uv":[8.5,5,9.5,7.5],"texture":"#texture"},"south":{"uv":[6.25,4.75,9.25,7.25],"texture":"#texture"},"west":{"uv":[8.5,5,9.5,7.5],"texture":"#texture"},"up":{"uv":[6.75,4.5,9.75,5.5],"texture":"#texture"},"down":{"uv":[6.75,4.5,9.75,5.5],"texture":"#texture"}}},{"from":[17,6.5,6.75],"to":[17.5,8.5,8.75],"faces":{"north":{"uv":[2.25,8.5,5.25,11],"texture":"#texture"},"east":{"uv":[2.5,8.5,3.5,11],"texture":"#texture"},"south":{"uv":[2.25,8.5,5.25,11],"texture":"#texture"},"west":{"uv":[2.5,8.5,3.5,11],"texture":"#texture"},"up":{"uv":[1.75,8.75,4.75,9.75],"texture":"#texture"},"down":{"uv":[1.75,8.75,4.75,9.75],"texture":"#texture"}}},{"from":[16.75,6.75,7],"to":[17.25,8.25,8.5],"faces":{"north":{"uv":[6.25,4.75,9.25,7.25],"texture":"#texture"},"east":{"uv":[8.5,5,9.5,7.5],"texture":"#texture"},"south":{"uv":[6.25,4.75,9.25,7.25],"texture":"#texture"},"west":{"uv":[8.5,5,9.5,7.5],"texture":"#texture"},"up":{"uv":[6.75,4.5,9.75,5.5],"texture":"#texture"},"down":{"uv":[6.75,4.5,9.75,5.5],"texture":"#texture"}}},{"from":[15.75,6.125,7.625],"to":[16,8.625,7.875],"faces":{"north":{"uv":[8.75,1.125,9,3.625],"texture":"#blade_glow"},"east":{"uv":[8.75,1.125,9,3.625],"texture":"#blade_glow"},"south":{"uv":[8.75,1.125,9,3.625],"texture":"#blade_glow"},"west":{"uv":[8.75,1.125,9,3.625],"texture":"#blade_glow"},"up":{"uv":[8.75,1.125,9,3.625],"texture":"#blade_glow"},"down":{"uv":[8.75,1.125,9,3.625],"texture":"#blade_glow"}}},{"from":[5.5,6.25,7.375],"to":[15.75,8.5,8.125],"faces":{"north":{"uv":[3.5,7.25,15.5,10],"texture":"#blade_glow"},"east":{"uv":[7,5.25,7.75,8],"texture":"#blade_glow"},"south":{"uv":[3.5,7.25,15.5,10],"texture":"#blade_glow"},"west":{"uv":[7,5.25,7.75,8],"texture":"#blade_glow"},"up":{"uv":[2.25,2.5,14.25,3.25],"texture":"#blade_glow"},"down":{"uv":[2.25,2.5,14.25,3.25],"texture":"#blade_glow"}}},{"from":[5.5,6,7.625],"to":[15.75,8.75,7.875],"faces":{"north":{"uv":[3.5,7.25,15.5,10],"texture":"#blade_glow"},"east":{"uv":[7,5.25,7.75,8],"texture":"#blade_glow"},"south":{"uv":[3.5,7.25,15.5,10],"texture":"#blade_glow"},"west":{"uv":[7,5.25,7.75,8],"texture":"#blade_glow"},"up":{"uv":[2.25,2.5,14.25,3.25],"texture":"#blade_glow"},"down":{"uv":[2.25,2.5,14.25,3.25],"texture":"#blade_glow"}}},{"from":[4.125,6.1875,7.625],"to":[6,7.4375,7.875],"rotation":{"angle":45,"axis":"z","origin":[4.125,7.4375,7.625]},"faces":{"north":{"uv":[4,7.5,5.5,8.25],"texture":"#blade_glow"},"east":{"uv":[8.75,8.25,9.5,9],"texture":"#blade_glow"},"south":{"uv":[4,7.5,5.5,8.25],"texture":"#blade_glow"},"west":{"uv":[8.75,8.25,9.5,9],"texture":"#blade_glow"},"up":{"uv":[3.75,6.5,5.25,7.25],"texture":"#blade_glow"},"down":{"uv":[3.75,6.5,5.25,7.25],"texture":"#blade_glow"}}},{"from":[5.375,6.6875,7.625],"to":[6.875,7.9375,7.875],"rotation":{"angle":-45,"axis":"z","origin":[5.375,7.9375,7.625]},"faces":{"north":{"uv":[4,7.5,5.5,8.25],"texture":"#blade_glow"},"east":{"uv":[8.75,8.25,9.5,9],"texture":"#blade_glow"},"south":{"uv":[4,7.5,5.5,8.25],"texture":"#blade_glow"},"west":{"uv":[8.75,8.25,9.5,9],"texture":"#blade_glow"},"up":{"uv":[3.75,6.5,5.25,7.25],"texture":"#blade_glow"},"down":{"uv":[3.75,6.5,5.25,7.25],"texture":"#blade_glow"}}},{"from":[4.4375,6.625,7.375],"to":[5.9375,7.375,8.125],"rotation":{"angle":45,"axis":"z","origin":[4.4375,7.375,7.375]},"faces":{"north":{"uv":[4,7.5,5.5,8.25],"texture":"#blade_glow"},"east":{"uv":[8.75,8.25,9.5,9],"texture":"#blade_glow"},"south":{"uv":[4,7.5,5.5,8.25],"texture":"#blade_glow"},"west":{"uv":[8.75,8.25,9.5,9],"texture":"#blade_glow"},"up":{"uv":[3.75,6.5,5.25,7.25],"texture":"#blade_glow"},"down":{"uv":[3.75,6.5,5.25,7.25],"texture":"#blade_glow"}}},{"from":[5.125,7,7.375],"to":[6.375,7.75,8.125],"rotation":{"angle":-45,"axis":"z","origin":[5.125,7.75,7.375]},"faces":{"north":{"uv":[4,7.5,5.5,8.25],"texture":"#blade_glow"},"east":{"uv":[8.75,8.25,9.5,9],"texture":"#blade_glow"},"south":{"uv":[4,7.5,5.5,8.25],"texture":"#blade_glow"},"west":{"uv":[8.75,8.25,9.5,9],"texture":"#blade_glow"},"up":{"uv":[3.75,6.5,5.25,7.25],"texture":"#blade_glow"},"down":{"uv":[3.75,6.5,5.25,7.25],"texture":"#blade_glow"}}}],"display":{"thirdperson_righthand":{"rotation":[-90,90,0],"translation":[-0.5,11,1]},"thirdperson_lefthand":{"rotation":[-90,-90,0],"translation":[-0.5,11,1]},"firstperson_righthand":{"rotation":[45,-90,0],"translation":[-2.5,9.5,0],"scale":[0.7,0.7,0.7]},"firstperson_lefthand":{"rotation":[45,90,0],"translation":[-2.5,9.5,0],"scale":[0.7,0.7,0.7]},"ground":{"rotation":[45,-45,0],"translation":[0,6,0],"scale":[0.6,0.6,0.6]},"gui":{"rotation":[-20,-160,-60],"translation":[2,4.5,0],"scale":[0.75,0.75,0.75]},"fixed":{"rotation":[0,0,-90],"translation":[0.75,6.75,-0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/assassin/dagger_multi_b.json b/assets/minecraft/models/item/wynn/weapon/assassin/dagger_multi_b.json new file mode 100644 index 000000000..dc7f27b53 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/assassin/dagger_multi_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"texture":"wynn/weapon/assassin/multi_tier_all_0","multielement_orb":"wynn/weapon/anim/multi_color_petals","blade_glow":"wynn/weapon/assassin/multi_tier_all_1"},"elements":[{"from":[18,7.125,7.25],"to":[24.5,7.875,8.25],"faces":{"north":{"uv":[3.25,13.25,9.625,14.5],"texture":"#texture"},"east":{"uv":[3.75,14.75,4.25,16],"texture":"#texture"},"south":{"uv":[3.25,13.25,9.625,14.5],"texture":"#texture"},"west":{"uv":[3.75,14.75,4.25,16],"texture":"#texture"},"up":{"uv":[5.75,12.75,12.125,13.25],"texture":"#texture"},"down":{"uv":[5.75,12.75,12.125,13.25],"texture":"#texture"}}},{"from":[17.25,6.25,6.5],"to":[18,8.75,9],"faces":{"north":{"uv":[1,4,4,5],"rotation":90,"texture":"#texture"},"east":{"uv":[1,4,4,5],"rotation":90,"texture":"#texture"},"south":{"uv":[1,4,4,5],"rotation":90,"texture":"#texture"},"west":{"uv":[1,4,4,5],"rotation":90,"texture":"#texture"},"up":{"uv":[1,4,4,5],"rotation":90,"texture":"#texture"},"down":{"uv":[1,4,4,5],"rotation":90,"texture":"#texture"}}},{"from":[24,6.25,6.5],"to":[24.75,8.75,9],"faces":{"north":{"uv":[1,4,4,5],"rotation":90,"texture":"#texture"},"east":{"uv":[1,4,4,5],"rotation":90,"texture":"#texture"},"south":{"uv":[1,4,4,5],"rotation":90,"texture":"#texture"},"west":{"uv":[1,4,4,5],"rotation":90,"texture":"#texture"},"up":{"uv":[1,4,4,5],"rotation":90,"texture":"#texture"},"down":{"uv":[1,4,4,5],"rotation":90,"texture":"#texture"}}},{"from":[26.25,6,6.25],"to":[29.25,9,9.25],"faces":{"north":{"uv":[6,10,10,14],"texture":"#multielement_orb"},"east":{"uv":[6.25,10.125,9.75,13.75],"texture":"#multielement_orb"},"south":{"uv":[6,10,10,14],"texture":"#multielement_orb"},"west":{"uv":[6.25,10.125,9.75,13.75],"texture":"#multielement_orb"},"up":{"uv":[6.125,10.125,9.875,13.875],"texture":"#multielement_orb"},"down":{"uv":[6.125,10.125,9.875,13.875],"texture":"#multielement_orb"}}},{"from":[26.5,6.25,6],"to":[29,8.75,9.5],"faces":{"north":{"uv":[6,10,10,14],"texture":"#multielement_orb"},"east":{"uv":[6.25,10.125,9.75,13.75],"texture":"#multielement_orb"},"south":{"uv":[6,10,10,14],"texture":"#multielement_orb"},"west":{"uv":[6.25,10.125,9.75,13.75],"texture":"#multielement_orb"},"up":{"uv":[6.125,10.125,9.875,13.875],"texture":"#multielement_orb"},"down":{"uv":[6.125,10.125,9.875,13.875],"texture":"#multielement_orb"}}},{"from":[26.5,5.75,6.5],"to":[29,9.25,9],"faces":{"north":{"uv":[6,10,10,14],"texture":"#multielement_orb"},"east":{"uv":[6.25,10.125,9.75,13.75],"texture":"#multielement_orb"},"south":{"uv":[6,10,10,14],"texture":"#multielement_orb"},"west":{"uv":[6.25,10.125,9.75,13.75],"texture":"#multielement_orb"},"up":{"uv":[6.125,10.125,9.875,13.875],"texture":"#multielement_orb"},"down":{"uv":[6.125,10.125,9.875,13.875],"texture":"#multielement_orb"}}},{"from":[26,6.25,6.5],"to":[29.5,8.75,9],"faces":{"north":{"uv":[6,10,10,14],"texture":"#multielement_orb"},"east":{"uv":[6.25,10.125,9.75,13.75],"texture":"#multielement_orb"},"south":{"uv":[6,10,10,14],"texture":"#multielement_orb"},"west":{"uv":[6.25,10.125,9.75,13.75],"texture":"#multielement_orb"},"up":{"uv":[6.125,10.125,9.875,13.875],"texture":"#multielement_orb"},"down":{"uv":[6.125,10.125,9.875,13.875],"texture":"#multielement_orb"}}},{"from":[24.75,7,7.25],"to":[26,8,8.25],"faces":{"north":{"uv":[3.25,13.25,9.625,14.5],"texture":"#texture"},"east":{"uv":[3.75,14.75,4.25,16],"texture":"#texture"},"south":{"uv":[3.25,13.25,9.625,14.5],"texture":"#texture"},"west":{"uv":[3.75,14.75,4.25,16],"texture":"#texture"},"up":{"uv":[5.75,12.75,12.125,13.25],"texture":"#texture"},"down":{"uv":[5.75,12.75,12.125,13.25],"texture":"#texture"}}},{"from":[17.25,5.25,6.75],"to":[18,6.25,8.75],"faces":{"north":{"uv":[1,4,3,5],"rotation":270,"texture":"#texture"},"east":{"uv":[0,4,3,6],"rotation":180,"texture":"#texture"},"south":{"uv":[1,4,3,5],"rotation":270,"texture":"#texture"},"west":{"uv":[0,5,3,7],"rotation":180,"texture":"#texture"},"up":{"uv":[1,4,3,5],"rotation":270,"texture":"#texture"},"down":{"uv":[1,4,3,5],"rotation":270,"texture":"#texture"}}},{"from":[17.25,8.75,6.75],"to":[18,9.75,8.75],"faces":{"north":{"uv":[1,4,3,5],"rotation":90,"texture":"#texture"},"east":{"uv":[2,4,5,6],"texture":"#texture"},"south":{"uv":[1,4,3,5],"rotation":90,"texture":"#texture"},"west":{"uv":[1,4,4,6],"texture":"#texture"},"up":{"uv":[1,4,3,5],"rotation":90,"texture":"#texture"},"down":{"uv":[1,4,3,5],"rotation":90,"texture":"#texture"}}},{"from":[17.375,3.875,7],"to":[17.875,5.375,8.5],"faces":{"north":{"uv":[2,5,3,8],"texture":"#texture"},"east":{"uv":[2,5,5,8],"texture":"#texture"},"south":{"uv":[2,5,3,8],"texture":"#texture"},"west":{"uv":[0,5,3,8],"texture":"#texture"},"up":{"uv":[2,5,5,8],"texture":"#texture"},"down":{"uv":[2,5,5,8],"texture":"#texture"}}},{"from":[17.375,9.425,7],"to":[17.875,10.925,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,6.8,7.5]},"faces":{"north":{"uv":[3,8,2,5],"texture":"#texture"},"east":{"uv":[5,8,2,5],"texture":"#texture"},"south":{"uv":[3,8,2,5],"texture":"#texture"},"west":{"uv":[3,8,0,5],"texture":"#texture"},"up":{"uv":[2,5,5,8],"texture":"#texture"},"down":{"uv":[2,5,5,8],"texture":"#texture"}}},{"from":[17.5,3.25,7.25],"to":[17.75,4.75,8.25],"faces":{"north":{"uv":[1,5,2,8],"texture":"#texture"},"east":{"uv":[0,5,2,8],"texture":"#texture"},"south":{"uv":[0,5,1,8],"texture":"#texture"},"west":{"uv":[0,5,2,8],"texture":"#texture"},"up":{"uv":[0,5,2,8],"texture":"#texture"},"down":{"uv":[0,5,2,8],"texture":"#texture"}}},{"from":[17.5,10.05,7.25],"to":[17.75,11.55,8.25],"rotation":{"angle":0,"axis":"y","origin":[8,6.8,7.5]},"faces":{"north":{"uv":[1,8,0,5],"texture":"#texture"},"east":{"uv":[2,8,0,5],"texture":"#texture"},"south":{"uv":[2,8,1,5],"texture":"#texture"},"west":{"uv":[2,8,0,5],"texture":"#texture"},"up":{"uv":[0,5,2,8],"texture":"#texture"},"down":{"uv":[0,5,2,8],"texture":"#texture"}}},{"from":[17.75,6.5,6.75],"to":[18.25,8.5,8.75],"faces":{"north":{"uv":[6.5,8.75,9.5,11.25],"texture":"#texture"},"east":{"uv":[7,9.25,8,11.75],"texture":"#texture"},"south":{"uv":[6.5,8.75,9.5,11.25],"texture":"#texture"},"west":{"uv":[7,9.25,8,11.75],"texture":"#texture"},"up":{"uv":[7.25,8,10.25,9],"texture":"#texture"},"down":{"uv":[7.25,8,10.25,9],"texture":"#texture"}}},{"from":[24.5,6.5,6.75],"to":[25,8.5,8.75],"faces":{"north":{"uv":[6.5,8.75,9.5,11.25],"texture":"#texture"},"east":{"uv":[7,9.25,8,11.75],"texture":"#texture"},"south":{"uv":[6.5,8.75,9.5,11.25],"texture":"#texture"},"west":{"uv":[7,9.25,8,11.75],"texture":"#texture"},"up":{"uv":[7.25,8,10.25,9],"texture":"#texture"},"down":{"uv":[7.25,8,10.25,9],"texture":"#texture"}}},{"from":[24.75,6.75,7],"to":[25.25,8.25,8.5],"faces":{"north":{"uv":[12,8.75,15,11.25],"texture":"#texture"},"east":{"uv":[12.5,8.75,13.5,11.25],"texture":"#texture"},"south":{"uv":[12,8.75,15,11.25],"texture":"#texture"},"west":{"uv":[12.5,8.75,13.5,11.25],"texture":"#texture"},"up":{"uv":[12,8.5,15,9.5],"texture":"#texture"},"down":{"uv":[12,8.5,15,9.5],"texture":"#texture"}}},{"from":[18,6.875,7.5],"to":[24.375,8.125,8],"faces":{"north":{"uv":[3.25,13.25,9.625,14.5],"texture":"#texture"},"east":{"uv":[3.75,14.75,4.25,16],"texture":"#texture"},"south":{"uv":[3.25,13.25,9.625,14.5],"texture":"#texture"},"west":{"uv":[3.75,14.75,4.25,16],"texture":"#texture"},"up":{"uv":[5.75,12.75,12.125,13.25],"texture":"#texture"},"down":{"uv":[5.75,12.75,12.125,13.25],"texture":"#texture"}}},{"from":[18,7,7.375],"to":[24.5,8,8.125],"faces":{"north":{"uv":[3.25,13.25,9.625,14.5],"texture":"#texture"},"east":{"uv":[3.75,14.75,4.25,16],"texture":"#texture"},"south":{"uv":[3.25,13.25,9.625,14.5],"texture":"#texture"},"west":{"uv":[3.75,14.75,4.25,16],"texture":"#texture"},"up":{"uv":[5.75,12.75,12.125,13.25],"texture":"#texture"},"down":{"uv":[5.75,12.75,12.125,13.25],"texture":"#texture"}}},{"from":[18,7.25,7.125],"to":[24.25,7.75,8.375],"faces":{"north":{"uv":[3.25,13.25,9.625,14.5],"texture":"#texture"},"east":{"uv":[3.75,14.75,4.25,16],"texture":"#texture"},"south":{"uv":[3.25,13.25,9.625,14.5],"texture":"#texture"},"west":{"uv":[3.75,14.75,4.25,16],"texture":"#texture"},"up":{"uv":[5.75,12.75,12.125,13.25],"texture":"#texture"},"down":{"uv":[5.75,12.75,12.125,13.25],"texture":"#texture"}}},{"from":[18,6.75,7],"to":[18.5,8.25,8.5],"faces":{"north":{"uv":[12,8.75,15,11.25],"texture":"#texture"},"east":{"uv":[12.5,8.75,13.5,11.25],"texture":"#texture"},"south":{"uv":[12,8.75,15,11.25],"texture":"#texture"},"west":{"uv":[12.5,8.75,13.5,11.25],"texture":"#texture"},"up":{"uv":[12,8.5,15,9.5],"texture":"#texture"},"down":{"uv":[12,8.5,15,9.5],"texture":"#texture"}}},{"from":[16,6.375,7.5],"to":[16.25,8.625,8],"faces":{"north":{"uv":[8.75,1.125,9,3.375],"texture":"#blade_glow"},"east":{"uv":[8.75,1.125,9,3.375],"texture":"#blade_glow"},"south":{"uv":[8.75,1.125,9,3.375],"texture":"#blade_glow"},"west":{"uv":[8.75,1.125,9,3.375],"texture":"#blade_glow"},"up":{"uv":[8.75,1.125,9,3.375],"texture":"#blade_glow"},"down":{"uv":[8.75,1.125,9,3.375],"texture":"#blade_glow"}}},{"from":[23.75,6.5,6.75],"to":[24.25,8.5,8.75],"faces":{"north":{"uv":[2.25,8.5,5.25,11],"texture":"#texture"},"east":{"uv":[2.5,8.5,3.5,11],"texture":"#texture"},"south":{"uv":[2.25,8.5,5.25,11],"texture":"#texture"},"west":{"uv":[2.5,8.5,3.5,11],"texture":"#texture"},"up":{"uv":[1.75,8.75,4.75,9.75],"texture":"#texture"},"down":{"uv":[1.75,8.75,4.75,9.75],"texture":"#texture"}}},{"from":[23.5,6.75,7],"to":[24,8.25,8.5],"faces":{"north":{"uv":[6.25,4.75,9.25,7.25],"texture":"#texture"},"east":{"uv":[8.5,5,9.5,7.5],"texture":"#texture"},"south":{"uv":[6.25,4.75,9.25,7.25],"texture":"#texture"},"west":{"uv":[8.5,5,9.5,7.5],"texture":"#texture"},"up":{"uv":[6.75,4.5,9.75,5.5],"texture":"#texture"},"down":{"uv":[6.75,4.5,9.75,5.5],"texture":"#texture"}}},{"from":[17,6.5,6.75],"to":[17.5,8.5,8.75],"faces":{"north":{"uv":[2.25,8.5,5.25,11],"texture":"#texture"},"east":{"uv":[2.5,8.5,3.5,11],"texture":"#texture"},"south":{"uv":[2.25,8.5,5.25,11],"texture":"#texture"},"west":{"uv":[2.5,8.5,3.5,11],"texture":"#texture"},"up":{"uv":[1.75,8.75,4.75,9.75],"texture":"#texture"},"down":{"uv":[1.75,8.75,4.75,9.75],"texture":"#texture"}}},{"from":[16.75,6.75,7],"to":[17.25,8.25,8.5],"faces":{"north":{"uv":[6.25,4.75,9.25,7.25],"texture":"#texture"},"east":{"uv":[8.5,5,9.5,7.5],"texture":"#texture"},"south":{"uv":[6.25,4.75,9.25,7.25],"texture":"#texture"},"west":{"uv":[8.5,5,9.5,7.5],"texture":"#texture"},"up":{"uv":[6.75,4.5,9.75,5.5],"texture":"#texture"},"down":{"uv":[6.75,4.5,9.75,5.5],"texture":"#texture"}}},{"from":[15.75,5.875,7.625],"to":[16,8.875,7.875],"faces":{"north":{"uv":[8.75,1.125,9,4.125],"texture":"#blade_glow"},"east":{"uv":[8.75,1.125,9,4.125],"texture":"#blade_glow"},"south":{"uv":[8.75,1.125,9,4.125],"texture":"#blade_glow"},"west":{"uv":[8.75,1.125,9,4.125],"texture":"#blade_glow"},"up":{"uv":[8.75,1.125,9,4.125],"texture":"#blade_glow"},"down":{"uv":[8.75,1.125,9,4.125],"texture":"#blade_glow"}}},{"from":[3.75,6,7.375],"to":[15.75,8.75,8.125],"faces":{"north":{"uv":[3.5,7.25,15.5,10],"texture":"#blade_glow"},"east":{"uv":[7,5.25,7.75,8],"texture":"#blade_glow"},"south":{"uv":[3.5,7.25,15.5,10],"texture":"#blade_glow"},"west":{"uv":[7,5.25,7.75,8],"texture":"#blade_glow"},"up":{"uv":[2.25,2.5,14.25,3.25],"texture":"#blade_glow"},"down":{"uv":[2.25,2.5,14.25,3.25],"texture":"#blade_glow"}}},{"from":[1,6.875,7.625],"to":[4,7.875,7.875],"rotation":{"angle":22.5,"axis":"z","origin":[1,7.875,7.625]},"faces":{"north":{"uv":[4.75,1.25,5.25,1.75],"texture":"#blade_glow"},"east":{"uv":[8.5,2.25,9.25,2.75],"texture":"#blade_glow"},"south":{"uv":[4.75,1.25,5.25,1.75],"texture":"#blade_glow"},"west":{"uv":[8.5,2.25,9.25,2.75],"texture":"#blade_glow"},"up":{"uv":[5.25,1.75,5.75,2.5],"texture":"#blade_glow"},"down":{"uv":[5.25,1.75,5.75,2.5],"texture":"#blade_glow"}}},{"from":[1.3125,6.8125,7.625],"to":[4.3125,7.8125,7.875],"rotation":{"angle":-22.5,"axis":"z","origin":[1.3125,7.8125,7.625]},"faces":{"north":{"uv":[4.75,1.25,5.25,1.75],"texture":"#blade_glow"},"east":{"uv":[8.5,2.25,9.25,2.75],"texture":"#blade_glow"},"south":{"uv":[4.75,1.25,5.25,1.75],"texture":"#blade_glow"},"west":{"uv":[8.5,2.25,9.25,2.75],"texture":"#blade_glow"},"up":{"uv":[5.25,1.75,5.75,2.5],"texture":"#blade_glow"},"down":{"uv":[5.25,1.75,5.75,2.5],"texture":"#blade_glow"}}},{"from":[0.5,6.875,7.625],"to":[1.1875,7.375,7.875],"rotation":{"angle":45,"axis":"z","origin":[0.5,7.375,7.625]},"faces":{"north":{"uv":[4.75,1.25,5.25,1.75],"texture":"#blade_glow"},"east":{"uv":[8.5,2.25,9.25,2.75],"texture":"#blade_glow"},"south":{"uv":[4.75,1.25,5.25,1.75],"texture":"#blade_glow"},"west":{"uv":[8.5,2.25,9.25,2.75],"texture":"#blade_glow"},"up":{"uv":[5.25,1.75,5.75,2.5],"texture":"#blade_glow"},"down":{"uv":[5.25,1.75,5.75,2.5],"texture":"#blade_glow"}}},{"from":[0.9375,7.125,7.625],"to":[1.4375,7.625,7.875],"rotation":{"angle":-45,"axis":"z","origin":[0.9375,7.625,7.625]},"faces":{"north":{"uv":[4.75,1.25,5.25,1.75],"texture":"#blade_glow"},"east":{"uv":[8.5,2.25,9.25,2.75],"texture":"#blade_glow"},"south":{"uv":[4.75,1.25,5.25,1.75],"texture":"#blade_glow"},"west":{"uv":[8.5,2.25,9.25,2.75],"texture":"#blade_glow"},"up":{"uv":[5.25,1.75,5.75,2.5],"texture":"#blade_glow"},"down":{"uv":[5.25,1.75,5.75,2.5],"texture":"#blade_glow"}}},{"from":[2.25,6.625,7.625],"to":[3.75,8.125,7.875],"faces":{"north":{"uv":[4.75,1.25,5.25,1.75],"texture":"#blade_glow"},"east":{"uv":[8.5,2.25,9.25,2.75],"texture":"#blade_glow"},"south":{"uv":[4.75,1.25,5.25,1.75],"texture":"#blade_glow"},"west":{"uv":[8.5,2.25,9.25,2.75],"texture":"#blade_glow"},"up":{"uv":[5.25,1.75,5.75,2.5],"texture":"#blade_glow"},"down":{"uv":[5.25,1.75,5.75,2.5],"texture":"#blade_glow"}}},{"from":[3.75,5.75,7.625],"to":[15.75,9,7.875],"faces":{"north":{"uv":[3.5,7.25,15.5,10],"texture":"#blade_glow"},"east":{"uv":[7,5.25,7.75,8],"texture":"#blade_glow"},"south":{"uv":[3.5,7.25,15.5,10],"texture":"#blade_glow"},"west":{"uv":[7,5.25,7.75,8],"texture":"#blade_glow"},"up":{"uv":[2.25,2.5,14.25,3.25],"texture":"#blade_glow"},"down":{"uv":[2.25,2.5,14.25,3.25],"texture":"#blade_glow"}}},{"from":[1.875,7.1875,7.375],"to":[3.875,7.9375,8.125],"rotation":{"angle":22.5,"axis":"z","origin":[1.875,7.9375,7.375]},"faces":{"north":{"uv":[4.75,1.25,5.25,1.75],"texture":"#blade_glow"},"east":{"uv":[8.5,2.25,9.25,2.75],"texture":"#blade_glow"},"south":{"uv":[4.75,1.25,5.25,1.75],"texture":"#blade_glow"},"west":{"uv":[8.5,2.25,9.25,2.75],"texture":"#blade_glow"},"up":{"uv":[5.25,1.75,5.75,2.5],"texture":"#blade_glow"},"down":{"uv":[5.25,1.75,5.75,2.5],"texture":"#blade_glow"}}},{"from":[2.1875,6.6875,7.375],"to":[4.1875,7.4375,8.125],"rotation":{"angle":-22.5,"axis":"z","origin":[2.1875,7.4375,7.375]},"faces":{"north":{"uv":[4.75,1.25,5.25,1.75],"texture":"#blade_glow"},"east":{"uv":[8.5,2.25,9.25,2.75],"texture":"#blade_glow"},"south":{"uv":[4.75,1.25,5.25,1.75],"texture":"#blade_glow"},"west":{"uv":[8.5,2.25,9.25,2.75],"texture":"#blade_glow"},"up":{"uv":[5.25,1.75,5.75,2.5],"texture":"#blade_glow"},"down":{"uv":[5.25,1.75,5.75,2.5],"texture":"#blade_glow"}}},{"from":[1.375,6.875,7.375],"to":[2.125,7.375,8.125],"rotation":{"angle":45,"axis":"z","origin":[1.375,7.375,7.375]},"faces":{"north":{"uv":[4.75,1.25,5.25,1.75],"texture":"#blade_glow"},"east":{"uv":[8.5,2.25,9.25,2.75],"texture":"#blade_glow"},"south":{"uv":[4.75,1.25,5.25,1.75],"texture":"#blade_glow"},"west":{"uv":[8.5,2.25,9.25,2.75],"texture":"#blade_glow"},"up":{"uv":[5.25,1.75,5.75,2.5],"texture":"#blade_glow"},"down":{"uv":[5.25,1.75,5.75,2.5],"texture":"#blade_glow"}}},{"from":[1.75,7.1875,7.375],"to":[2.5,7.6875,8.125],"rotation":{"angle":-45,"axis":"z","origin":[1.75,7.6875,7.375]},"faces":{"north":{"uv":[4.75,1.25,5.25,1.75],"texture":"#blade_glow"},"east":{"uv":[8.5,2.25,9.25,2.75],"texture":"#blade_glow"},"south":{"uv":[4.75,1.25,5.25,1.75],"texture":"#blade_glow"},"west":{"uv":[8.5,2.25,9.25,2.75],"texture":"#blade_glow"},"up":{"uv":[5.25,1.75,5.75,2.5],"texture":"#blade_glow"},"down":{"uv":[5.25,1.75,5.75,2.5],"texture":"#blade_glow"}}},{"from":[2.3125,6.6875,7.375],"to":[3.8125,7.9375,8.125],"faces":{"north":{"uv":[4.75,1.25,5.25,1.75],"texture":"#blade_glow"},"east":{"uv":[8.5,2.25,9.25,2.75],"texture":"#blade_glow"},"south":{"uv":[4.75,1.25,5.25,1.75],"texture":"#blade_glow"},"west":{"uv":[8.5,2.25,9.25,2.75],"texture":"#blade_glow"},"up":{"uv":[5.25,1.75,5.75,2.5],"texture":"#blade_glow"},"down":{"uv":[5.25,1.75,5.75,2.5],"texture":"#blade_glow"}}},{"from":[1.75,7.125,7.375],"to":[2.25,7.625,8.125],"faces":{"north":{"uv":[4.75,1.25,5.25,1.75],"texture":"#blade_glow"},"east":{"uv":[8.5,2.25,9.25,2.75],"texture":"#blade_glow"},"south":{"uv":[4.75,1.25,5.25,1.75],"texture":"#blade_glow"},"west":{"uv":[8.5,2.25,9.25,2.75],"texture":"#blade_glow"},"up":{"uv":[5.25,1.75,5.75,2.5],"texture":"#blade_glow"},"down":{"uv":[5.25,1.75,5.75,2.5],"texture":"#blade_glow"}}}],"display":{"thirdperson_righthand":{"rotation":[-90,90,0],"translation":[-0.5,11,1]},"thirdperson_lefthand":{"rotation":[-90,-90,0],"translation":[-0.5,11,1]},"firstperson_righthand":{"rotation":[45,-90,0],"translation":[-2.5,9.5,0],"scale":[0.7,0.7,0.7]},"firstperson_lefthand":{"rotation":[45,90,0],"translation":[-2.5,9.5,0],"scale":[0.7,0.7,0.7]},"ground":{"rotation":[45,-45,0],"translation":[0,5,0],"scale":[0.6,0.6,0.6]},"gui":{"rotation":[-20,-160,-60],"translation":[2,5,0],"scale":[0.75,0.75,0.75]},"fixed":{"rotation":[0,0,-90],"translation":[0.5,6.5,0],"scale":[0.85,0.85,0.85]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/assassin/dagger_multi_c.json b/assets/minecraft/models/item/wynn/weapon/assassin/dagger_multi_c.json new file mode 100644 index 000000000..bf9d363e4 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/assassin/dagger_multi_c.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"texture":"wynn/weapon/assassin/multi_tier_all_0","multielement_orb":"wynn/weapon/anim/multi_color_petals","red-blue_swirl":"wynn/weapon/anim/multi_swirl_0","green-yellow_swirl":"wynn/weapon/anim/multi_swirl_1","blade_glow":"wynn/weapon/assassin/multi_tier_all_1"},"elements":[{"from":[-6.625,6.25,7.5],"to":[9.875,8.75,8],"faces":{"north":{"uv":[0.25,1.25,15.75,3.75],"texture":"#blade_glow"},"east":{"uv":[6,2.25,6.5,4.75],"texture":"#blade_glow"},"south":{"uv":[0.25,1.25,15.75,3.75],"texture":"#blade_glow"},"west":{"uv":[6,2.25,6.5,4.75],"texture":"#blade_glow"},"up":{"uv":[0.25,1.75,15.75,2.25],"texture":"#blade_glow"},"down":{"uv":[0.25,1.75,15.75,2.25],"texture":"#blade_glow"}}},{"from":[11.375,9.625,7],"to":[11.875,11.125,8.5],"faces":{"north":{"uv":[2,5,3,7],"texture":"#texture"},"east":{"uv":[1,6,3,8],"texture":"#texture"},"south":{"uv":[2,5,3,7],"texture":"#texture"},"west":{"uv":[2,5,4,7],"texture":"#texture"},"up":{"uv":[2,5,3,7],"texture":"#texture"},"down":{"uv":[2,5,3,7],"texture":"#texture"}}},{"from":[11.375,3.925,7],"to":[11.875,5.425,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,7.05,8]},"faces":{"north":{"uv":[2,7,3,5],"texture":"#texture"},"east":{"uv":[1,8,3,6],"texture":"#texture"},"south":{"uv":[2,7,3,5],"texture":"#texture"},"west":{"uv":[2,7,4,5],"texture":"#texture"},"up":{"uv":[2,7,3,5],"texture":"#texture"},"down":{"uv":[2,7,3,5],"texture":"#texture"}}},{"from":[12,7.125,7.25],"to":[18.5,7.875,8.25],"faces":{"north":{"uv":[3.25,13.25,9.625,14.5],"texture":"#texture"},"east":{"uv":[3.75,14.75,4.25,16],"texture":"#texture"},"south":{"uv":[3.25,13.25,9.625,14.5],"texture":"#texture"},"west":{"uv":[3.75,14.75,4.25,16],"texture":"#texture"},"up":{"uv":[5.75,12.75,12.125,13.25],"texture":"#texture"},"down":{"uv":[5.75,12.75,12.125,13.25],"texture":"#texture"}}},{"from":[11.25,6.25,6.5],"to":[12,8.75,9],"faces":{"north":{"uv":[1,4,4,5],"rotation":90,"texture":"#texture"},"east":{"uv":[1,4,4,5],"rotation":90,"texture":"#texture"},"south":{"uv":[1,4,4,5],"rotation":90,"texture":"#texture"},"west":{"uv":[1,4,4,5],"rotation":90,"texture":"#texture"},"up":{"uv":[1,4,4,5],"rotation":90,"texture":"#texture"},"down":{"uv":[1,4,4,5],"rotation":90,"texture":"#texture"}}},{"from":[18,6.25,6.5],"to":[18.75,8.75,9],"rotation":{"angle":0,"axis":"y","origin":[14.75,8,8]},"faces":{"north":{"uv":[1,4,4,5],"rotation":90,"texture":"#texture"},"east":{"uv":[1,4,4,5],"rotation":90,"texture":"#texture"},"south":{"uv":[1,4,4,5],"rotation":90,"texture":"#texture"},"west":{"uv":[1,4,4,5],"rotation":90,"texture":"#texture"},"up":{"uv":[1,4,4,5],"rotation":90,"texture":"#texture"},"down":{"uv":[1,4,4,5],"rotation":90,"texture":"#texture"}}},{"from":[9.75,6.375,7.375],"to":[10,8.625,8.125],"faces":{"north":{"uv":[8.75,1.125,9,3.375],"texture":"#blade_glow"},"east":{"uv":[8.75,1.125,9,3.375],"texture":"#blade_glow"},"south":{"uv":[8.75,1.125,9,3.375],"texture":"#blade_glow"},"west":{"uv":[8.75,1.125,9,3.375],"texture":"#blade_glow"},"up":{"uv":[8.75,1.125,9,3.375],"texture":"#blade_glow"},"down":{"uv":[8.75,1.125,9,3.375],"texture":"#blade_glow"}}},{"from":[20.25,6,6.25],"to":[23.25,9,9.25],"faces":{"north":{"uv":[6,10,10,14],"texture":"#multielement_orb"},"east":{"uv":[6.25,10.125,9.75,13.75],"texture":"#multielement_orb"},"south":{"uv":[6,10,10,14],"texture":"#multielement_orb"},"west":{"uv":[6.25,10.125,9.75,13.75],"texture":"#multielement_orb"},"up":{"uv":[6.125,10.125,9.875,13.875],"texture":"#multielement_orb"},"down":{"uv":[6.125,10.125,9.875,13.875],"texture":"#multielement_orb"}}},{"from":[20.5,6.25,6],"to":[23,8.75,9.5],"faces":{"north":{"uv":[6,10,10,14],"texture":"#multielement_orb"},"east":{"uv":[6.25,10.125,9.75,13.75],"texture":"#multielement_orb"},"south":{"uv":[6,10,10,14],"texture":"#multielement_orb"},"west":{"uv":[6.25,10.125,9.75,13.75],"texture":"#multielement_orb"},"up":{"uv":[6.125,10.125,9.875,13.875],"texture":"#multielement_orb"},"down":{"uv":[6.125,10.125,9.875,13.875],"texture":"#multielement_orb"}}},{"from":[20.5,5.75,6.5],"to":[23,9.25,9],"faces":{"north":{"uv":[6,10,10,14],"texture":"#multielement_orb"},"east":{"uv":[6.25,10.125,9.75,13.75],"texture":"#multielement_orb"},"south":{"uv":[6,10,10,14],"texture":"#multielement_orb"},"west":{"uv":[6.25,10.125,9.75,13.75],"texture":"#multielement_orb"},"up":{"uv":[6.125,10.125,9.875,13.875],"texture":"#multielement_orb"},"down":{"uv":[6.125,10.125,9.875,13.875],"texture":"#multielement_orb"}}},{"from":[20,6.25,6.5],"to":[23.5,8.75,9],"faces":{"north":{"uv":[6,10,10,14],"texture":"#multielement_orb"},"east":{"uv":[6.25,10.125,9.75,13.75],"texture":"#multielement_orb"},"south":{"uv":[6,10,10,14],"texture":"#multielement_orb"},"west":{"uv":[6.25,10.125,9.75,13.75],"texture":"#multielement_orb"},"up":{"uv":[6.125,10.125,9.875,13.875],"texture":"#multielement_orb"},"down":{"uv":[6.125,10.125,9.875,13.875],"texture":"#multielement_orb"}}},{"from":[18.75,7,7.25],"to":[20,8,8.25],"faces":{"north":{"uv":[3.25,13.25,9.625,14.5],"texture":"#texture"},"east":{"uv":[3.75,14.75,4.25,16],"texture":"#texture"},"south":{"uv":[3.25,13.25,9.625,14.5],"texture":"#texture"},"west":{"uv":[3.75,14.75,4.25,16],"texture":"#texture"},"up":{"uv":[5.75,12.75,12.125,13.25],"texture":"#texture"},"down":{"uv":[5.75,12.75,12.125,13.25],"texture":"#texture"}}},{"from":[11.25,8.75,6.75],"to":[12,9.75,8.75],"faces":{"north":{"uv":[3,4,4,6],"texture":"#texture"},"east":{"uv":[1,5,5,7],"texture":"#texture"},"south":{"uv":[2,5,3,7],"texture":"#texture"},"west":{"uv":[1,5,5,7],"texture":"#texture"},"up":{"uv":[1,5,3,7],"texture":"#texture"},"down":{"uv":[1,5,3,7],"texture":"#texture"}}},{"from":[11.25,5.3,6.75],"to":[12,6.3,8.75],"rotation":{"angle":0,"axis":"y","origin":[8,7.05,8]},"faces":{"north":{"uv":[3,6,4,4],"texture":"#texture"},"east":{"uv":[1,7,5,5],"texture":"#texture"},"south":{"uv":[2,7,3,5],"texture":"#texture"},"west":{"uv":[1,7,5,5],"texture":"#texture"},"up":{"uv":[1,7,3,5],"texture":"#texture"},"down":{"uv":[1,7,3,5],"texture":"#texture"}}},{"from":[11.5,10.25,7.25],"to":[11.75,11.75,8.25],"faces":{"north":{"uv":[0,5,1,7],"texture":"#texture"},"east":{"uv":[0,5,1,7],"texture":"#texture"},"south":{"uv":[0,5,1,7],"texture":"#texture"},"west":{"uv":[0,5,1,7],"texture":"#texture"},"up":{"uv":[0,5,1,7],"texture":"#texture"},"down":{"uv":[0,5,1,7],"texture":"#texture"}}},{"from":[11.5,3.3,7.25],"to":[11.75,4.8,8.25],"rotation":{"angle":0,"axis":"y","origin":[8,7.05,8]},"faces":{"north":{"uv":[0,7,1,5],"texture":"#texture"},"east":{"uv":[0,7,1,5],"texture":"#texture"},"south":{"uv":[0,7,1,5],"texture":"#texture"},"west":{"uv":[0,7,1,5],"texture":"#texture"},"up":{"uv":[0,7,1,5],"texture":"#texture"},"down":{"uv":[0,7,1,5],"texture":"#texture"}}},{"from":[11.75,6.5,6.75],"to":[12.25,8.5,8.75],"faces":{"north":{"uv":[6.5,8.75,9.5,11.25],"texture":"#texture"},"east":{"uv":[7,9.25,8,11.75],"texture":"#texture"},"south":{"uv":[6.5,8.75,9.5,11.25],"texture":"#texture"},"west":{"uv":[7,9.25,8,11.75],"texture":"#texture"},"up":{"uv":[7.25,8,10.25,9],"texture":"#texture"},"down":{"uv":[7.25,8,10.25,9],"texture":"#texture"}}},{"from":[18.5,6.5,6.75],"to":[19,8.5,8.75],"faces":{"north":{"uv":[6.5,8.75,9.5,11.25],"texture":"#texture"},"east":{"uv":[7,9.25,8,11.75],"texture":"#texture"},"south":{"uv":[6.5,8.75,9.5,11.25],"texture":"#texture"},"west":{"uv":[7,9.25,8,11.75],"texture":"#texture"},"up":{"uv":[7.25,8,10.25,9],"texture":"#texture"},"down":{"uv":[7.25,8,10.25,9],"texture":"#texture"}}},{"from":[18.75,6.75,7],"to":[19.25,8.25,8.5],"faces":{"north":{"uv":[12,8.75,15,11.25],"texture":"#texture"},"east":{"uv":[12.5,8.75,13.5,11.25],"texture":"#texture"},"south":{"uv":[12,8.75,15,11.25],"texture":"#texture"},"west":{"uv":[12.5,8.75,13.5,11.25],"texture":"#texture"},"up":{"uv":[12,8.5,15,9.5],"texture":"#texture"},"down":{"uv":[12,8.5,15,9.5],"texture":"#texture"}}},{"from":[12,6.875,7.5],"to":[18.375,8.125,8],"faces":{"north":{"uv":[3.25,13.25,9.625,14.5],"texture":"#texture"},"east":{"uv":[3.75,14.75,4.25,16],"texture":"#texture"},"south":{"uv":[3.25,13.25,9.625,14.5],"texture":"#texture"},"west":{"uv":[3.75,14.75,4.25,16],"texture":"#texture"},"up":{"uv":[5.75,12.75,12.125,13.25],"texture":"#texture"},"down":{"uv":[5.75,12.75,12.125,13.25],"texture":"#texture"}}},{"from":[12,7,7.375],"to":[18.5,8,8.125],"faces":{"north":{"uv":[3.25,13.25,9.625,14.5],"texture":"#texture"},"east":{"uv":[3.75,14.75,4.25,16],"texture":"#texture"},"south":{"uv":[3.25,13.25,9.625,14.5],"texture":"#texture"},"west":{"uv":[3.75,14.75,4.25,16],"texture":"#texture"},"up":{"uv":[5.75,12.75,12.125,13.25],"texture":"#texture"},"down":{"uv":[5.75,12.75,12.125,13.25],"texture":"#texture"}}},{"from":[12,7.25,7.125],"to":[18.25,7.75,8.375],"faces":{"north":{"uv":[3.25,13.25,9.625,14.5],"texture":"#texture"},"east":{"uv":[3.75,14.75,4.25,16],"texture":"#texture"},"south":{"uv":[3.25,13.25,9.625,14.5],"texture":"#texture"},"west":{"uv":[3.75,14.75,4.25,16],"texture":"#texture"},"up":{"uv":[5.75,12.75,12.125,13.25],"texture":"#texture"},"down":{"uv":[5.75,12.75,12.125,13.25],"texture":"#texture"}}},{"from":[12,6.75,7],"to":[12.5,8.25,8.5],"faces":{"north":{"uv":[12,8.75,15,11.25],"texture":"#texture"},"east":{"uv":[12.5,8.75,13.5,11.25],"texture":"#texture"},"south":{"uv":[12,8.75,15,11.25],"texture":"#texture"},"west":{"uv":[12.5,8.75,13.5,11.25],"texture":"#texture"},"up":{"uv":[12,8.5,15,9.5],"texture":"#texture"},"down":{"uv":[12,8.5,15,9.5],"texture":"#texture"}}},{"from":[10,6.625,7.5],"to":[10.25,8.375,8],"faces":{"north":{"uv":[8.75,1.125,9,2.875],"texture":"#blade_glow"},"east":{"uv":[8.75,1.125,9,2.875],"texture":"#blade_glow"},"south":{"uv":[8.75,1.125,9,2.875],"texture":"#blade_glow"},"west":{"uv":[8.75,1.125,9,2.875],"texture":"#blade_glow"},"up":{"uv":[8.75,1.125,9,2.875],"texture":"#blade_glow"},"down":{"uv":[8.75,1.125,9,2.875],"texture":"#blade_glow"}}},{"from":[17.75,6.5,6.75],"to":[18.25,8.5,8.75],"faces":{"north":{"uv":[2.25,8.5,5.25,11],"texture":"#texture"},"east":{"uv":[2.5,8.5,3.5,11],"texture":"#texture"},"south":{"uv":[2.25,8.5,5.25,11],"texture":"#texture"},"west":{"uv":[2.5,8.5,3.5,11],"texture":"#texture"},"up":{"uv":[1.75,8.75,4.75,9.75],"texture":"#texture"},"down":{"uv":[1.75,8.75,4.75,9.75],"texture":"#texture"}}},{"from":[17.5,6.75,7],"to":[18,8.25,8.5],"faces":{"north":{"uv":[6.25,4.75,9.25,7.25],"texture":"#texture"},"east":{"uv":[8.5,5,9.5,7.5],"texture":"#texture"},"south":{"uv":[6.25,4.75,9.25,7.25],"texture":"#texture"},"west":{"uv":[8.5,5,9.5,7.5],"texture":"#texture"},"up":{"uv":[6.75,4.5,9.75,5.5],"texture":"#texture"},"down":{"uv":[6.75,4.5,9.75,5.5],"texture":"#texture"}}},{"from":[11,6.5,6.75],"to":[11.5,8.5,8.75],"faces":{"north":{"uv":[2.25,8.5,5.25,11],"texture":"#texture"},"east":{"uv":[2.5,8.5,3.5,11],"texture":"#texture"},"south":{"uv":[2.25,8.5,5.25,11],"texture":"#texture"},"west":{"uv":[2.5,8.5,3.5,11],"texture":"#texture"},"up":{"uv":[1.75,8.75,4.75,9.75],"texture":"#texture"},"down":{"uv":[1.75,8.75,4.75,9.75],"texture":"#texture"}}},{"from":[10.75,6.75,7],"to":[11.25,8.25,8.5],"faces":{"north":{"uv":[6.25,4.75,9.25,7.25],"texture":"#texture"},"east":{"uv":[8.5,5,9.5,7.5],"texture":"#texture"},"south":{"uv":[6.25,4.75,9.25,7.25],"texture":"#texture"},"west":{"uv":[8.5,5,9.5,7.5],"texture":"#texture"},"up":{"uv":[6.75,4.5,9.75,5.5],"texture":"#texture"},"down":{"uv":[6.75,4.5,9.75,5.5],"texture":"#texture"}}},{"from":[10.48,11.105,7.23],"to":[10.77,12.645,8.27],"rotation":{"angle":45,"axis":"z","origin":[10.5,12.625,7.25]},"faces":{"north":{"uv":[0,5,0.25,7],"texture":"#texture"},"east":{"uv":[0,5,0.25,7],"texture":"#texture"},"south":{"uv":[0,5,0.25,7],"texture":"#texture"},"west":{"uv":[0,5,0.25,7],"texture":"#texture"},"up":{"uv":[0,5,0.25,6],"texture":"#texture"},"down":{"uv":[0,5,0.25,7],"texture":"#texture"}}},{"from":[10.48,2.405,7.23],"to":[10.77,3.945,8.27],"rotation":{"angle":-45,"axis":"z","origin":[10.5,2.425,7.25]},"faces":{"north":{"uv":[0,7,0.25,5],"texture":"#texture"},"east":{"uv":[0,7,0.25,5],"texture":"#texture"},"south":{"uv":[0,7,0.25,5],"texture":"#texture"},"west":{"uv":[0,7,0.25,5],"texture":"#texture"},"up":{"uv":[0,7,0.25,5],"texture":"#texture"},"down":{"uv":[0,6,0.25,5],"texture":"#texture"}}},{"from":[8.875,12.5625,7.25],"to":[10.625,12.8125,8.25],"faces":{"north":{"uv":[1,5,3,5.25],"rotation":180,"texture":"#texture"},"east":{"uv":[1,5,3,5.25],"texture":"#texture"},"south":{"uv":[1,5,3,5.25],"texture":"#texture"},"west":{"uv":[1,5,2,5.25],"texture":"#texture"},"up":{"uv":[1,5,3,5.25],"texture":"#texture"},"down":{"uv":[1,5,3,5.25],"texture":"#texture"}}},{"from":[8.875,2.2375,7.25],"to":[10.625,2.4875,8.25],"rotation":{"angle":0,"axis":"y","origin":[8,7.05,8]},"faces":{"north":{"uv":[1,5.25,3,5],"rotation":180,"texture":"#texture"},"east":{"uv":[1,5.25,3,5],"texture":"#texture"},"south":{"uv":[1,5.25,3,5],"texture":"#texture"},"west":{"uv":[1,5.25,2,5],"texture":"#texture"},"up":{"uv":[1,5.25,3,5],"texture":"#texture"},"down":{"uv":[1,5.25,3,5],"texture":"#texture"}}},{"from":[8.875,10.3125,7.25],"to":[9.375,12.5625,8.25],"faces":{"north":{"uv":[2,5,2.5,7.25],"texture":"#texture"},"east":{"uv":[2,5,2.5,7.25],"texture":"#texture"},"south":{"uv":[2,5,2.5,7.25],"texture":"#texture"},"west":{"uv":[2,5,2.5,7.25],"texture":"#texture"},"up":{"uv":[2,5,2.5,7.25],"texture":"#texture"},"down":{"uv":[2,5,2.5,7.25],"texture":"#texture"}}},{"from":[8.875,2.4875,7.25],"to":[9.375,4.7375,8.25],"rotation":{"angle":0,"axis":"y","origin":[8,7.05,8]},"faces":{"north":{"uv":[2,7.25,2.5,5],"texture":"#texture"},"east":{"uv":[2,7.25,2.5,5],"texture":"#texture"},"south":{"uv":[2,7.25,2.5,5],"texture":"#texture"},"west":{"uv":[2,7.25,2.5,5],"texture":"#texture"},"up":{"uv":[2,7.25,2.5,5],"texture":"#texture"},"down":{"uv":[2,7.25,2.5,5],"texture":"#texture"}}},{"from":[9.375,10.3125,7.25],"to":[10.625,10.8125,8.25],"faces":{"north":{"uv":[0,6,1.25,6.5],"texture":"#texture"},"east":{"uv":[0,6,1.25,6.5],"texture":"#texture"},"south":{"uv":[0,6,1.25,6.5],"texture":"#texture"},"west":{"uv":[0,6,1.25,6.5],"texture":"#texture"},"up":{"uv":[0,6,1.25,6.5],"texture":"#texture"},"down":{"uv":[0,6,1.25,6.5],"texture":"#texture"}}},{"from":[9.375,4.2375,7.25],"to":[10.625,4.7375,8.25],"rotation":{"angle":0,"axis":"y","origin":[8,7.05,8]},"faces":{"north":{"uv":[0,6.5,1.25,6],"texture":"#texture"},"east":{"uv":[0,6.5,1.25,6],"texture":"#texture"},"south":{"uv":[0,6.5,1.25,6],"texture":"#texture"},"west":{"uv":[0,6.5,1.25,6],"texture":"#texture"},"up":{"uv":[0,6.5,1.25,6],"texture":"#texture"},"down":{"uv":[0,6.5,1.25,6],"texture":"#texture"}}},{"from":[10.125,10.8125,7.25],"to":[10.625,11.5625,8.25],"faces":{"north":{"uv":[1,5,1.5,5.75],"texture":"#texture"},"east":{"uv":[1,5,1.5,5.75],"texture":"#texture"},"south":{"uv":[1,5,1.5,5.75],"texture":"#texture"},"west":{"uv":[1,5,1.5,5.75],"texture":"#texture"},"up":{"uv":[1,5,1.5,5.75],"texture":"#texture"},"down":{"uv":[1,5,1.5,5.75],"texture":"#texture"}}},{"from":[10.125,3.4875,7.25],"to":[10.625,4.2375,8.25],"rotation":{"angle":0,"axis":"y","origin":[8,7.05,8]},"faces":{"north":{"uv":[1,5.75,1.5,5],"texture":"#texture"},"east":{"uv":[1,5.75,1.5,5],"texture":"#texture"},"south":{"uv":[1,5.75,1.5,5],"texture":"#texture"},"west":{"uv":[1,5.75,1.5,5],"texture":"#texture"},"up":{"uv":[1,5.75,1.5,5],"texture":"#texture"},"down":{"uv":[1,5.75,1.5,5],"texture":"#texture"}}},{"from":[7.5,0.5,3.1875],"to":[7.5625,11.5,12.1875],"rotation":{"angle":45,"axis":"z","origin":[7.5,11.5,3.1875]},"faces":{"east":{"uv":[16,0,0,16],"texture":"#red-blue_swirl"},"west":{"uv":[0,0,16,16],"texture":"#red-blue_swirl"}}},{"from":[15.375,0.25,3.1875],"to":[15.4375,11.5,12.1875],"rotation":{"angle":-45,"axis":"z","origin":[15.375,11.5,3.1875]},"faces":{"east":{"uv":[16,0,0,16],"rotation":90,"texture":"#green-yellow_swirl"},"west":{"uv":[0,0,16,16],"rotation":90,"texture":"#green-yellow_swirl"}}},{"from":[-8.9375,7.25,7.5],"to":[-6.4375,7.75,8],"rotation":{"angle":22.5,"axis":"z","origin":[-8.9375,7.75,7.5]},"faces":{"north":{"uv":[5.25,1.25,7,1.75],"texture":"#blade_glow"},"east":{"uv":[2.5,0.25,3.5,0.75],"texture":"#blade_glow"},"south":{"uv":[5.25,1.25,7,1.75],"texture":"#blade_glow"},"west":{"uv":[2.5,0.25,3.5,0.75],"texture":"#blade_glow"},"up":{"uv":[9.75,0.5,11.5,1.5],"texture":"#blade_glow"},"down":{"uv":[9.75,0.5,11.5,1.5],"texture":"#blade_glow"}}},{"from":[-8.5625,7.125,7.5],"to":[-6.0625,7.875,8],"rotation":{"angle":-22.5,"axis":"z","origin":[-8.5625,7.875,7.5]},"faces":{"north":{"uv":[5.25,1.25,7,1.75],"texture":"#blade_glow"},"east":{"uv":[2.5,0.25,3.5,0.75],"texture":"#blade_glow"},"south":{"uv":[5.25,1.25,7,1.75],"texture":"#blade_glow"},"west":{"uv":[2.5,0.25,3.5,0.75],"texture":"#blade_glow"},"up":{"uv":[9.75,0.5,11.5,1.5],"texture":"#blade_glow"},"down":{"uv":[9.75,0.5,11.5,1.5],"texture":"#blade_glow"}}},{"from":[-9.125,7.3125,7.5],"to":[-8.875,7.5625,8],"rotation":{"angle":45,"axis":"z","origin":[-9.125,7.5625,7.5]},"faces":{"north":{"uv":[5.25,1.25,7,1.75],"texture":"#blade_glow"},"east":{"uv":[2.5,0.25,3.5,0.75],"texture":"#blade_glow"},"south":{"uv":[5.25,1.25,7,1.75],"texture":"#blade_glow"},"west":{"uv":[2.5,0.25,3.5,0.75],"texture":"#blade_glow"},"up":{"uv":[9.75,0.5,11.5,1.5],"texture":"#blade_glow"},"down":{"uv":[9.75,0.5,11.5,1.5],"texture":"#blade_glow"}}},{"from":[-8.875,7.375,7.5],"to":[-8.375,7.625,8],"rotation":{"angle":-45,"axis":"z","origin":[-8.875,7.625,7.5]},"faces":{"north":{"uv":[5.25,1.25,7,1.75],"texture":"#blade_glow"},"east":{"uv":[2.5,0.25,3.5,0.75],"texture":"#blade_glow"},"south":{"uv":[5.25,1.25,7,1.75],"texture":"#blade_glow"},"west":{"uv":[2.5,0.25,3.5,0.75],"texture":"#blade_glow"},"up":{"uv":[9.75,0.5,11.5,1.5],"texture":"#blade_glow"},"down":{"uv":[9.75,0.5,11.5,1.5],"texture":"#blade_glow"}}},{"from":[-7.75,6.8125,7.5],"to":[-6.375,8.25,8],"faces":{"north":{"uv":[5.25,1.25,7,1.75],"texture":"#blade_glow"},"east":{"uv":[2.5,0.25,3.5,0.75],"texture":"#blade_glow"},"south":{"uv":[5.25,1.25,7,1.75],"texture":"#blade_glow"},"west":{"uv":[2.5,0.25,3.5,0.75],"texture":"#blade_glow"},"up":{"uv":[9.75,0.5,11.5,1.5],"texture":"#blade_glow"},"down":{"uv":[9.75,0.5,11.5,1.5],"texture":"#blade_glow"}}},{"from":[-6.5,6.5,7.25],"to":[9.75,8.5,8.25],"faces":{"north":{"uv":[0.25,1.25,15.75,3.75],"texture":"#blade_glow"},"east":{"uv":[6,2.25,6.5,4.75],"texture":"#blade_glow"},"south":{"uv":[0.25,1.25,15.75,3.75],"texture":"#blade_glow"},"west":{"uv":[6,2.25,6.5,4.75],"texture":"#blade_glow"},"up":{"uv":[0.25,1.75,15.75,2.25],"texture":"#blade_glow"},"down":{"uv":[0.25,1.75,15.75,2.25],"texture":"#blade_glow"}}},{"from":[-8.0625,7.3125,7.25],"to":[-6.3125,7.8125,8.25],"rotation":{"angle":22.5,"axis":"z","origin":[-8.0625,7.8125,7.25]},"faces":{"north":{"uv":[5.25,1.25,7,1.75],"texture":"#blade_glow"},"east":{"uv":[2.5,0.25,3.5,0.75],"texture":"#blade_glow"},"south":{"uv":[5.25,1.25,7,1.75],"texture":"#blade_glow"},"west":{"uv":[2.5,0.25,3.5,0.75],"texture":"#blade_glow"},"up":{"uv":[9.75,0.5,11.5,1.5],"texture":"#blade_glow"},"down":{"uv":[9.75,0.5,11.5,1.5],"texture":"#blade_glow"}}},{"from":[-7.875,7.125,7.25],"to":[-6.125,7.625,8.25],"rotation":{"angle":-22.5,"axis":"z","origin":[-7.875,7.625,7.25]},"faces":{"north":{"uv":[5.25,1.25,7,1.75],"texture":"#blade_glow"},"east":{"uv":[2.5,0.25,3.5,0.75],"texture":"#blade_glow"},"south":{"uv":[5.25,1.25,7,1.75],"texture":"#blade_glow"},"west":{"uv":[2.5,0.25,3.5,0.75],"texture":"#blade_glow"},"up":{"uv":[9.75,0.5,11.5,1.5],"texture":"#blade_glow"},"down":{"uv":[9.75,0.5,11.5,1.5],"texture":"#blade_glow"}}},{"from":[-8.1875,7.4375,7.25],"to":[-7.6875,7.6875,8.25],"rotation":{"angle":-45,"axis":"z","origin":[-8.1875,7.6875,7.25]},"faces":{"north":{"uv":[5.25,1.25,7,1.75],"texture":"#blade_glow"},"east":{"uv":[2.5,0.25,3.5,0.75],"texture":"#blade_glow"},"south":{"uv":[5.25,1.25,7,1.75],"texture":"#blade_glow"},"west":{"uv":[2.5,0.25,3.5,0.75],"texture":"#blade_glow"},"up":{"uv":[9.75,0.5,11.5,1.5],"texture":"#blade_glow"},"down":{"uv":[9.75,0.5,11.5,1.5],"texture":"#blade_glow"}}},{"from":[-8.25,7.375,7.25],"to":[-8,7.625,8.25],"rotation":{"angle":45,"axis":"z","origin":[-8.25,7.625,7.25]},"faces":{"north":{"uv":[5.25,1.25,7,1.75],"texture":"#blade_glow"},"east":{"uv":[2.5,0.25,3.5,0.75],"texture":"#blade_glow"},"south":{"uv":[5.25,1.25,7,1.75],"texture":"#blade_glow"},"west":{"uv":[2.5,0.25,3.5,0.75],"texture":"#blade_glow"},"up":{"uv":[9.75,0.5,11.5,1.5],"texture":"#blade_glow"},"down":{"uv":[9.75,0.5,11.5,1.5],"texture":"#blade_glow"}}},{"from":[-7.5,7.125,7.25],"to":[-6.4375,7.9375,8.25],"faces":{"north":{"uv":[5.25,1.25,7,1.75],"texture":"#blade_glow"},"east":{"uv":[2.5,0.25,3.5,0.75],"texture":"#blade_glow"},"south":{"uv":[5.25,1.25,7,1.75],"texture":"#blade_glow"},"west":{"uv":[2.5,0.25,3.5,0.75],"texture":"#blade_glow"},"up":{"uv":[9.75,0.5,11.5,1.5],"texture":"#blade_glow"},"down":{"uv":[9.75,0.5,11.5,1.5],"texture":"#blade_glow"}}},{"from":[-8.0625,7.375,7.25],"to":[-7.875,7.5625,8.25],"faces":{"north":{"uv":[5.25,1.25,7,1.75],"texture":"#blade_glow"},"east":{"uv":[2.5,0.25,3.5,0.75],"texture":"#blade_glow"},"south":{"uv":[5.25,1.25,7,1.75],"texture":"#blade_glow"},"west":{"uv":[2.5,0.25,3.5,0.75],"texture":"#blade_glow"},"up":{"uv":[9.75,0.5,11.5,1.5],"texture":"#blade_glow"},"down":{"uv":[9.75,0.5,11.5,1.5],"texture":"#blade_glow"}}},{"from":[-6.6875,7,7.25],"to":[-6.5,7.1875,8.25],"faces":{"north":{"uv":[5.25,1.25,7,1.75],"texture":"#blade_glow"},"east":{"uv":[2.5,0.25,3.5,0.75],"texture":"#blade_glow"},"south":{"uv":[5.25,1.25,7,1.75],"texture":"#blade_glow"},"west":{"uv":[2.5,0.25,3.5,0.75],"texture":"#blade_glow"},"up":{"uv":[9.75,0.5,11.5,1.5],"texture":"#blade_glow"},"down":{"uv":[9.75,0.5,11.5,1.5],"texture":"#blade_glow"}}}],"display":{"thirdperson_righthand":{"rotation":[-90,90,0],"translation":[0,5,1]},"thirdperson_lefthand":{"rotation":[90,90,0],"translation":[0,5,1.5]},"firstperson_righthand":{"rotation":[66,-90,0],"translation":[1.5,5,0],"scale":[0.8,0.8,0.8]},"firstperson_lefthand":{"rotation":[66,90,0],"translation":[1.5,5,0],"scale":[0.8,0.8,0.8]},"ground":{"rotation":[45,-45,0],"translation":[0,5,0],"scale":[0.6,0.6,0.6]},"gui":{"rotation":[-20,-160,-60],"scale":[0.75,0.75,0.75]},"fixed":{"rotation":[0,0,-90],"translation":[0.5,6.5,0],"scale":[0.85,0.85,0.85]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/assassin/dagger_thunder_a.json b/assets/minecraft/models/item/wynn/weapon/assassin/dagger_thunder_a.json new file mode 100644 index 000000000..651d68c77 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/assassin/dagger_thunder_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"2":"wynn/weapon/anim/thunder_pulse","particle":"wynn/weapon/anim/thunder_pulse","texture":"wynn/weapon/assassin/thunder_tier_a","bolt":"wynn/weapon/anim/thunder_spark_alt"},"elements":[{"from":[5,5,3],"to":[11,7,6],"faces":{"east":{"uv":[3,8,5,11],"rotation":90,"texture":"#texture"},"south":{"uv":[1,14,3,8],"rotation":90,"texture":"#texture"},"west":{"uv":[3,11,5,14],"rotation":90,"texture":"#texture"},"up":{"uv":[0,14,3,8],"rotation":90,"texture":"#texture"},"down":{"uv":[3,14,0,8],"rotation":90,"texture":"#texture"}}},{"from":[5,0,1],"to":[11,7,3],"faces":{"north":{"uv":[3,1,9,8],"texture":"#texture"},"east":{"uv":[3,0,1,7],"texture":"#texture"},"south":{"uv":[2,1,3,8],"texture":"#texture"},"west":{"uv":[1,1,3,8],"texture":"#texture"},"up":{"uv":[0,1,2,7],"rotation":90,"texture":"#texture"},"down":{"uv":[3,6,9,8],"rotation":180,"texture":"#texture"}}},{"from":[6,0,0],"to":[10,7,1],"faces":{"north":{"uv":[4,1,8,8],"texture":"#texture"},"east":{"uv":[1,1,0,8],"texture":"#texture"},"west":{"uv":[0,1,1,8],"texture":"#texture"},"up":{"uv":[8,1,4,2],"texture":"#texture"},"down":{"uv":[4,5,8,6],"texture":"#texture"}}},{"from":[6,7,1],"to":[10,8,3],"faces":{"north":{"uv":[4,0,8,1],"texture":"#texture"},"east":{"uv":[3,0,1,1],"texture":"#texture"},"south":{"uv":[4,7,8,8],"texture":"#texture"},"west":{"uv":[1,0,3,1],"texture":"#texture"},"up":{"uv":[0,1,2,5],"rotation":90,"texture":"#texture"}}},{"from":[1.5,9.5,1.98],"to":[9.5,17.5,2.02],"shade":false,"rotation":{"angle":-45,"axis":"y","origin":[5.5,13,2]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#bolt"},"south":{"uv":[0,0,16,16],"texture":"#bolt"}}},{"from":[1.5,9.5,1.98],"to":[9.5,17.5,2.02],"shade":false,"rotation":{"angle":45,"axis":"y","origin":[5.5,13,2]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#bolt"},"south":{"uv":[0,0,16,16],"texture":"#bolt"}}},{"from":[4,10.5,1.98],"to":[12,18.5,2.02],"shade":false,"rotation":{"angle":-45,"axis":"y","origin":[8,13,2]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#bolt"},"south":{"uv":[0,0,16,16],"texture":"#bolt"}}},{"from":[4,10.5,1.98],"to":[12,18.5,2.02],"shade":false,"rotation":{"angle":45,"axis":"y","origin":[8,13,2]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#bolt"},"south":{"uv":[0,0,16,16],"texture":"#bolt"}}},{"from":[6.5,9.5,1.98],"to":[14.5,17.5,2.02],"shade":false,"rotation":{"angle":45,"axis":"y","origin":[10.5,13,2]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#bolt"},"south":{"uv":[0,0,16,16],"texture":"#bolt"}}},{"from":[6.5,9.5,1.98],"to":[14.5,17.5,2.02],"shade":false,"rotation":{"angle":-45,"axis":"y","origin":[10.5,13,2]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#bolt"},"south":{"uv":[0,0,16,16],"texture":"#bolt"}}},{"from":[5,7,1],"to":[6,12,3],"rotation":{"angle":0,"axis":"y","origin":[13,15,9]},"faces":{"north":{"uv":[12,2,13,7],"texture":"#texture"},"east":{"uv":[11,2,13,7],"texture":"#texture"},"south":{"uv":[11,2,12,7],"texture":"#texture"},"west":{"uv":[13,2,11,7],"texture":"#texture"}}},{"from":[5,12,1],"to":[6,13,5],"rotation":{"angle":0,"axis":"y","origin":[13,20,9]},"faces":{"north":{"uv":[12,1,13,2],"texture":"#texture"},"east":{"uv":[9,1,13,2],"texture":"#texture"},"south":{"uv":[9,1,10,2],"texture":"#texture"},"west":{"uv":[13,1,9,2],"texture":"#texture"},"up":{"uv":[9,1,13,2],"rotation":270,"texture":"#texture"},"down":{"uv":[9,1,13,2],"rotation":90,"texture":"#texture"}}},{"from":[5,13,2],"to":[6,14,6],"rotation":{"angle":0,"axis":"y","origin":[13,21,9]},"faces":{"north":{"uv":[12,0,13,1],"texture":"#texture"},"east":{"uv":[8,0,12,1],"texture":"#texture"},"south":{"uv":[8,0,9,1],"texture":"#texture"},"west":{"uv":[12,0,8,1],"texture":"#texture"},"up":{"uv":[8,0,12,1],"rotation":270,"texture":"#texture"},"down":{"uv":[8,0,12,1],"rotation":270,"texture":"#texture"}}},{"from":[10,7,1],"to":[11,12,3],"rotation":{"angle":0,"axis":"y","origin":[18,15,9]},"faces":{"north":{"uv":[12,2,13,7],"texture":"#texture"},"east":{"uv":[11,2,13,7],"texture":"#texture"},"south":{"uv":[11,2,12,7],"texture":"#texture"},"west":{"uv":[13,2,11,7],"texture":"#texture"}}},{"from":[10,12,1],"to":[11,13,5],"rotation":{"angle":0,"axis":"y","origin":[18,20,9]},"faces":{"north":{"uv":[12,1,13,2],"texture":"#texture"},"east":{"uv":[9,1,13,2],"texture":"#texture"},"south":{"uv":[9,1,10,2],"texture":"#texture"},"west":{"uv":[13,1,9,2],"texture":"#texture"},"up":{"uv":[9,1,13,2],"rotation":270,"texture":"#texture"},"down":{"uv":[9,1,13,2],"rotation":90,"texture":"#texture"}}},{"from":[10,13,2],"to":[11,14,6],"rotation":{"angle":0,"axis":"y","origin":[18,21,9]},"faces":{"north":{"uv":[12,0,13,1],"texture":"#texture"},"east":{"uv":[8,0,12,1],"texture":"#texture"},"south":{"uv":[8,0,9,1],"texture":"#texture"},"west":{"uv":[12,0,8,1],"texture":"#texture"},"up":{"uv":[8,0,12,1],"rotation":270,"texture":"#texture"},"down":{"uv":[8,0,12,1],"rotation":270,"texture":"#texture"}}},{"from":[7,8,1],"to":[9,13,3],"rotation":{"angle":0,"axis":"y","origin":[16,16,9]},"faces":{"north":{"uv":[12,2,14,7],"texture":"#texture"},"east":{"uv":[11,2,13,7],"texture":"#texture"},"south":{"uv":[10,2,12,7],"texture":"#texture"},"west":{"uv":[13,2,11,7],"texture":"#texture"}}},{"from":[7,13,1],"to":[9,14,5],"rotation":{"angle":0,"axis":"y","origin":[16,21,9]},"faces":{"north":{"uv":[12,1,14,2],"texture":"#texture"},"east":{"uv":[9,1,13,2],"texture":"#texture"},"south":{"uv":[9,1,11,2],"texture":"#texture"},"west":{"uv":[13,1,9,2],"texture":"#texture"},"up":{"uv":[9,1,13,2],"rotation":270,"texture":"#texture"},"down":{"uv":[10,1,12,5],"texture":"#texture"}}},{"from":[7,14,2],"to":[9,15,6],"rotation":{"angle":0,"axis":"y","origin":[16,22,9]},"faces":{"north":{"uv":[12,0,14,1],"texture":"#texture"},"east":{"uv":[8,0,12,1],"texture":"#texture"},"south":{"uv":[8,0,10,1],"texture":"#texture"},"west":{"uv":[12,0,8,1],"texture":"#texture"},"up":{"uv":[12,1,14,5],"texture":"#texture"},"down":{"uv":[10,3,12,7],"texture":"#texture"}}},{"from":[2,0,-0.5],"to":[14,12,-0.4],"rotation":{"angle":0,"axis":"y","origin":[10,8,7.5]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#2"},"south":{"uv":[16,0,0,16],"texture":"#2"}}}],"display":{"thirdperson_righthand":{"rotation":[-90,180,0],"translation":[0,-4,0],"scale":[0.8,0.8,0.8]},"thirdperson_lefthand":{"rotation":[-90,180,0],"translation":[0,-4,0],"scale":[0.8,0.8,0.8]},"firstperson_righthand":{"rotation":[-70,-175,0],"translation":[-3,0,1.75],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[-70,-175,0],"translation":[-2.5,0,1.75],"scale":[0.6,0.6,0.6]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.6,0.6,0.6]},"gui":{"rotation":[-20,160,30],"translation":[1.5,-1,0],"scale":[0.8,0.8,0.8]},"fixed":{"translation":[0,0,3.75],"scale":[0.9,0.9,0.9]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/assassin/dagger_thunder_b.json b/assets/minecraft/models/item/wynn/weapon/assassin/dagger_thunder_b.json new file mode 100644 index 000000000..11bf5b4c5 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/assassin/dagger_thunder_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"3":"wynn/weapon/assassin/thunder_tier_a","4":"wynn/weapon/assassin/thunder_tier_c","particle":"wynn/weapon/assassin/thunder_tier_a","lightning":"wynn/weapon/anim/thunder_pulse","texture":"wynn/weapon/assassin/thunder_tier_b","bolt":"wynn/weapon/anim/thunder_spark_alt"},"elements":[{"from":[5,7,5],"to":[11,9,8],"rotation":{"angle":0,"axis":"y","origin":[8,8,9]},"faces":{"east":{"uv":[3,8,5,11],"rotation":90,"texture":"#3"},"south":{"uv":[3,8,1,14],"rotation":90,"texture":"#3"},"west":{"uv":[3,11,5,14],"rotation":90,"texture":"#3"},"up":{"uv":[0,8,3,14],"rotation":90,"texture":"#3"},"down":{"uv":[3,8,0,14],"rotation":90,"texture":"#3"}}},{"from":[3.5,8,3],"to":[12.5,11,6],"rotation":{"angle":0,"axis":"y","origin":[11.5,16,11]},"faces":{"north":{"uv":[0,6,9,9],"rotation":180,"texture":"#texture"},"east":{"uv":[3,0,0,3],"texture":"#texture"},"south":{"uv":[0,3,9,6],"texture":"#texture"},"west":{"uv":[0,0,3,3],"texture":"#texture"},"up":{"uv":[0,3,9,6],"rotation":180,"texture":"#texture"},"down":{"uv":[0,6,9,9],"texture":"#texture"}}},{"from":[6.5,8,0],"to":[9.5,11,1],"rotation":{"angle":0,"axis":"y","origin":[14.5,16,8]},"faces":{"north":{"uv":[10,3,13,6],"texture":"#4"},"east":{"uv":[10,6,13,7],"rotation":90,"texture":"#4"},"west":{"uv":[10,6,13,7],"rotation":90,"texture":"#4"},"up":{"uv":[10,3,13,4],"texture":"#4"},"down":{"uv":[10,7,13,8],"texture":"#4"}}},{"from":[0,1.5,-0.5],"to":[16,17.5,-0.4],"rotation":{"angle":0,"axis":"y","origin":[8,9.5,7.5]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#lightning"},"south":{"uv":[16,0,0,16],"texture":"#lightning"}}},{"from":[4.5,3,1],"to":[11.5,12,4],"rotation":{"angle":0,"axis":"y","origin":[12.5,11,9]},"faces":{"north":{"uv":[0,9,9,16],"rotation":90,"texture":"#texture"},"east":{"uv":[0,3,9,6],"rotation":90,"texture":"#texture"},"south":{"uv":[0,9,9,8],"rotation":90,"texture":"#texture"},"west":{"uv":[0,9,9,12],"rotation":270,"texture":"#texture"},"up":{"uv":[0,9,3,16],"rotation":90,"texture":"#texture"},"down":{"uv":[6,16,9,9],"rotation":90,"texture":"#texture"}}},{"from":[5,1,2],"to":[11,8,5],"rotation":{"angle":0,"axis":"y","origin":[13,9,10]},"faces":{"north":{"uv":[0,0,6,7],"texture":"#4"},"east":{"uv":[9,0,6,7],"texture":"#4"},"south":{"uv":[0,0,6,7],"texture":"#4"},"west":{"uv":[6,0,9,7],"texture":"#4"},"down":{"uv":[0,5,6,8],"texture":"#4"}}},{"from":[5,11,3],"to":[6,19,5],"rotation":{"angle":0,"axis":"y","origin":[13,19,11]},"faces":{"north":{"uv":[11,2,12,10],"texture":"#texture"},"east":{"uv":[10,2,12,10],"texture":"#texture"},"south":{"uv":[10,2,11,10],"texture":"#texture"},"west":{"uv":[12,2,10,10],"texture":"#texture"}}},{"from":[5,19,3],"to":[6,20,7],"rotation":{"angle":0,"axis":"y","origin":[13,27,11]},"faces":{"north":{"uv":[11,1,12,2],"texture":"#texture"},"east":{"uv":[8,1,12,2],"texture":"#texture"},"south":{"uv":[8,1,9,2],"texture":"#texture"},"west":{"uv":[12,1,8,2],"texture":"#texture"},"up":{"uv":[11,1,12,5],"texture":"#texture"},"down":{"uv":[9,1,10,5],"texture":"#texture"}}},{"from":[5,20,4],"to":[6,21,8],"rotation":{"angle":0,"axis":"y","origin":[13,28,11]},"faces":{"north":{"uv":[11,0,12,1],"texture":"#texture"},"east":{"uv":[7,0,11,1],"texture":"#texture"},"south":{"uv":[7,0,8,1],"texture":"#texture"},"west":{"uv":[11,0,7,1],"texture":"#texture"},"up":{"uv":[12,1,13,5],"texture":"#texture"},"down":{"uv":[10,1,11,5],"texture":"#texture"}}},{"from":[10,11,3],"to":[11,19,5],"rotation":{"angle":0,"axis":"y","origin":[18,19,11]},"faces":{"north":{"uv":[11,2,12,10],"texture":"#texture"},"east":{"uv":[10,2,12,10],"texture":"#texture"},"south":{"uv":[10,2,11,10],"texture":"#texture"},"west":{"uv":[12,2,10,10],"texture":"#texture"}}},{"from":[10,19,3],"to":[11,20,7],"rotation":{"angle":0,"axis":"y","origin":[18,27,11]},"faces":{"north":{"uv":[11,1,12,2],"texture":"#texture"},"east":{"uv":[8,1,12,2],"texture":"#texture"},"south":{"uv":[8,1,9,2],"texture":"#texture"},"west":{"uv":[12,1,8,2],"texture":"#texture"},"up":{"uv":[11,1,12,5],"texture":"#texture"},"down":{"uv":[9,1,10,5],"texture":"#texture"}}},{"from":[10,20,4],"to":[11,21,8],"rotation":{"angle":0,"axis":"y","origin":[18,28,11]},"faces":{"north":{"uv":[11,0,12,1],"texture":"#texture"},"east":{"uv":[7,0,11,1],"texture":"#texture"},"south":{"uv":[7,0,8,1],"texture":"#texture"},"west":{"uv":[11,0,7,1],"texture":"#texture"},"up":{"uv":[12,1,13,5],"texture":"#texture"},"down":{"uv":[10,2,11,6],"texture":"#texture"}}},{"from":[7,12,2],"to":[9,21,4],"rotation":{"angle":0,"axis":"y","origin":[16,21,10]},"faces":{"north":{"uv":[11,2,13,11],"texture":"#texture"},"east":{"uv":[10,2,12,11],"texture":"#texture"},"south":{"uv":[9,2,11,11],"texture":"#texture"},"west":{"uv":[12,2,10,11],"texture":"#texture"}}},{"from":[7,21,2],"to":[9,22,6],"rotation":{"angle":0,"axis":"y","origin":[16,29,10]},"faces":{"north":{"uv":[11,1,13,2],"texture":"#texture"},"east":{"uv":[8,1,12,2],"texture":"#texture"},"south":{"uv":[8,1,10,2],"texture":"#texture"},"west":{"uv":[12,1,8,2],"texture":"#texture"},"up":{"uv":[11,1,13,5],"texture":"#texture"},"down":{"uv":[9,1,10,5],"texture":"#texture"}}},{"from":[7,22,3],"to":[9,23,7],"rotation":{"angle":0,"axis":"y","origin":[16,30,10]},"faces":{"north":{"uv":[11,0,13,1],"texture":"#texture"},"east":{"uv":[7,0,11,1],"texture":"#texture"},"south":{"uv":[7,0,9,1],"texture":"#texture"},"west":{"uv":[11,0,7,1],"texture":"#texture"},"up":{"uv":[11,1,13,5],"texture":"#texture"},"down":{"uv":[9,1,11,5],"texture":"#texture"}}},{"from":[1.5,16.5,4],"to":[9.5,24.5,4.1],"rotation":{"angle":-45,"axis":"y","origin":[5.5,20.5,4.05],"rescale":true},"faces":{"north":{"uv":[0,0,16,16],"texture":"#bolt"},"south":{"uv":[16,0,0,16],"texture":"#bolt"}}},{"from":[6.5,16.5,4],"to":[14.5,24.5,4.1],"rotation":{"angle":-45,"axis":"y","origin":[10.5,20.5,4.05],"rescale":true},"faces":{"north":{"uv":[0,0,16,16],"texture":"#bolt"},"south":{"uv":[16,0,0,16],"texture":"#bolt"}}},{"from":[3,17.5,3],"to":[13,27.5,3.1],"rotation":{"angle":-45,"axis":"y","origin":[8,22.5,3.05],"rescale":true},"faces":{"north":{"uv":[0,0,16,16],"texture":"#bolt"},"south":{"uv":[16,0,0,16],"texture":"#bolt"}}},{"from":[5.45,16.5,0.05],"to":[5.55,24.5,8.05],"rotation":{"angle":-45,"axis":"y","origin":[5.5,20.5,4.05],"rescale":true},"faces":{"east":{"uv":[16,0,0,16],"texture":"#bolt"},"west":{"uv":[0,0,16,16],"texture":"#bolt"}}},{"from":[10.45,16.5,0.05],"to":[10.55,24.5,8.05],"rotation":{"angle":-45,"axis":"y","origin":[10.5,20.5,4.05],"rescale":true},"faces":{"east":{"uv":[16,0,0,16],"texture":"#bolt"},"west":{"uv":[0,0,16,16],"texture":"#bolt"}}},{"from":[7.95,17.5,-1.95],"to":[8.05,27.5,8.05],"rotation":{"angle":-45,"axis":"y","origin":[8,22.5,3.05],"rescale":true},"faces":{"east":{"uv":[16,0,0,16],"texture":"#bolt"},"west":{"uv":[0,0,16,16],"texture":"#bolt"}}}],"display":{"thirdperson_righthand":{"rotation":[-90,180,0],"translation":[0,-3,2],"scale":[0.8,0.8,0.8]},"thirdperson_lefthand":{"rotation":[-90,180,0],"translation":[0,-3,2],"scale":[0.8,0.8,0.8]},"firstperson_righthand":{"rotation":[-60,-175,0],"translation":[-2.5,-0.25,1.75],"scale":[0.65,0.65,0.65]},"firstperson_lefthand":{"rotation":[-60,-175,0],"translation":[-2.5,-0.25,1.75],"scale":[0.65,0.65,0.65]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.7,0.7,0.7]},"gui":{"rotation":[-20,160,30],"translation":[-0.5,-3.75,0],"scale":[0.8,0.8,0.8]},"fixed":{"translation":[0,-3.25,3],"scale":[0.9,0.9,0.9]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/assassin/dagger_thunder_c.json b/assets/minecraft/models/item/wynn/weapon/assassin/dagger_thunder_c.json new file mode 100644 index 000000000..27a8ab029 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/assassin/dagger_thunder_c.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"3":"wynn/weapon/anim/thunder_pulse","4":"wynn/weapon/anim/thunderbolt","5":"wynn/weapon/assassin/thunder_tier_a","particle":"wynn/weapon/anim/thunder_pulse","other":"wynn/weapon/assassin/thunder_tier_b","bottom":"wynn/weapon/assassin/thunder_tier_c"},"elements":[{"from":[5,0,2],"to":[11,8,6],"rotation":{"angle":0,"axis":"y","origin":[8,3,4]},"faces":{"north":{"uv":[0,0,6,8],"texture":"#bottom"},"east":{"uv":[10,0,6,8],"texture":"#bottom"},"south":{"uv":[0,0,6,8],"texture":"#bottom"},"west":{"uv":[6,0,10,8],"texture":"#bottom"},"up":{"uv":[0,0,6,4],"texture":"#bottom"},"down":{"uv":[0,4,6,8],"texture":"#bottom"}}},{"from":[4.5,5,0.5],"to":[11.5,12,5.5],"rotation":{"angle":-22.5,"axis":"x","origin":[8,8,3]},"faces":{"north":{"uv":[0,8,7,15],"texture":"#bottom"},"east":{"uv":[12,8,7,15],"texture":"#bottom"},"south":{"uv":[0,0,6,7],"rotation":180,"texture":"#bottom"},"west":{"uv":[7,8,12,15],"texture":"#bottom"},"up":{"uv":[0,8,7,13],"texture":"#bottom"},"down":{"uv":[0,10,7,15],"texture":"#bottom"}}},{"from":[6.5,7.5,-1],"to":[9.5,10.5,1],"rotation":{"angle":-22.5,"axis":"x","origin":[8.5,10.5,4]},"faces":{"north":{"uv":[10,3,13,6],"texture":"#bottom"},"east":{"uv":[10,6,13,7],"rotation":90,"texture":"#bottom"},"west":{"uv":[10,6,13,7],"rotation":90,"texture":"#bottom"},"up":{"uv":[10,3,13,4],"texture":"#bottom"},"down":{"uv":[10,7,13,8],"texture":"#bottom"}}},{"from":[0,0.5,-1.5],"to":[16,16.5,-1.4],"rotation":{"angle":-22.5,"axis":"x","origin":[8.5,11,2.5]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#3"},"south":{"uv":[16,0,0,16],"texture":"#3"}}},{"from":[3.5,8,3],"to":[12.5,11,6],"rotation":{"angle":0,"axis":"y","origin":[11.5,16,11]},"faces":{"north":{"uv":[0,6,9,9],"texture":"#other"},"east":{"uv":[3,0,0,3],"texture":"#other"},"south":{"uv":[0,3,9,6],"texture":"#other"},"west":{"uv":[0,0,3,3],"texture":"#other"},"up":{"uv":[0,6,9,3],"texture":"#other"},"down":{"uv":[0,6,9,9],"rotation":180,"texture":"#other"}}},{"from":[5,2,6],"to":[11,5,11],"rotation":{"angle":0,"axis":"y","origin":[8,8,9]},"faces":{"east":{"uv":[14,8,11,13],"rotation":90,"texture":"#5"},"south":{"uv":[5,13,11,16],"texture":"#5"},"west":{"uv":[11,8,14,13],"rotation":270,"texture":"#5"},"up":{"uv":[5,8,11,13],"texture":"#5"},"down":{"uv":[5,8,11,13],"rotation":180,"texture":"#5"}}},{"from":[5,7,6],"to":[11,9,9],"rotation":{"angle":0,"axis":"y","origin":[13,15,15]},"faces":{"east":{"uv":[3,8,5,11],"rotation":90,"texture":"#5"},"south":{"uv":[1,8,3,14],"rotation":90,"texture":"#5"},"west":{"uv":[3,11,5,14],"rotation":90,"texture":"#5"},"up":{"uv":[0,8,3,14],"rotation":90,"texture":"#5"},"down":{"uv":[3,8,0,14],"rotation":90,"texture":"#5"}}},{"from":[10.1,20,1.5],"to":[11.1,21,6.5],"rotation":{"angle":0,"axis":"x","origin":[8,11,0.5]},"faces":{"north":{"uv":[15,0,16,1],"texture":"#bottom"},"east":{"uv":[10,0,15,1],"texture":"#bottom"},"south":{"uv":[10,0,12,1],"texture":"#bottom"},"west":{"uv":[15,0,10,1],"texture":"#bottom"},"up":{"uv":[15,0,16,5],"texture":"#bottom"},"down":{"uv":[15,0,16,5],"rotation":180,"texture":"#bottom"}}},{"from":[10.1,9,0.5],"to":[11.1,19,2.5],"rotation":{"angle":0,"axis":"x","origin":[8,11,0.5]},"faces":{"north":{"uv":[15,0,16,10],"texture":"#bottom"},"east":{"uv":[14,10,16,0],"texture":"#bottom"},"south":{"uv":[14,0,15,10],"texture":"#bottom"},"west":{"uv":[16,10,14,0],"texture":"#bottom"},"down":{"uv":[13,7,15,10],"texture":"#bottom"}}},{"from":[10.1,19,0.5],"to":[11.1,20,5.5],"rotation":{"angle":0,"axis":"x","origin":[8,11,0.5]},"faces":{"north":{"uv":[15,1,16,2],"texture":"#bottom"},"east":{"uv":[11,1,16,2],"texture":"#bottom"},"south":{"uv":[11,1,13,2],"texture":"#bottom"},"west":{"uv":[16,1,11,2],"texture":"#bottom"},"up":{"uv":[15,1,16,6],"texture":"#bottom"},"down":{"uv":[14,1,15,6],"texture":"#bottom"}}},{"from":[8.4,22,1.5],"to":[9.4,23,6.5],"rotation":{"angle":0,"axis":"x","origin":[8,11,0.5]},"faces":{"north":{"uv":[16,0,15,1],"texture":"#bottom"},"east":{"uv":[10,0,15,1],"texture":"#bottom"},"south":{"uv":[10,0,12,1],"texture":"#bottom"},"west":{"uv":[15,0,10,1],"texture":"#bottom"},"up":{"uv":[15,0,16,5],"rotation":180,"texture":"#bottom"},"down":{"uv":[15,0,16,5],"rotation":180,"texture":"#bottom"}}},{"from":[8.4,11,0.5],"to":[9.4,21,2.5],"rotation":{"angle":0,"axis":"x","origin":[8,11,0.5]},"faces":{"north":{"uv":[16,0,15,10],"texture":"#bottom"},"east":{"uv":[14,10,16,0],"texture":"#bottom"},"south":{"uv":[14,0,15,10],"texture":"#bottom"},"west":{"uv":[16,10,14,0],"texture":"#bottom"},"down":{"uv":[13,7,15,10],"texture":"#bottom"}}},{"from":[8.4,21,0.5],"to":[9.4,22,5.5],"rotation":{"angle":0,"axis":"x","origin":[8,11,0.5]},"faces":{"north":{"uv":[16,1,15,2],"texture":"#bottom"},"east":{"uv":[11,1,16,2],"texture":"#bottom"},"south":{"uv":[11,1,13,2],"texture":"#bottom"},"west":{"uv":[16,1,11,2],"texture":"#bottom"},"up":{"uv":[15,1,16,6],"texture":"#bottom"},"down":{"uv":[14,1,15,6],"texture":"#bottom"}}},{"from":[6.6,22,1.5],"to":[7.6,23,6.5],"rotation":{"angle":0,"axis":"x","origin":[8,11,0.5]},"faces":{"north":{"uv":[16,0,15,1],"texture":"#bottom"},"east":{"uv":[10,0,15,1],"texture":"#bottom"},"south":{"uv":[10,0,12,1],"texture":"#bottom"},"west":{"uv":[15,0,10,1],"texture":"#bottom"},"up":{"uv":[15,0,16,5],"texture":"#bottom"},"down":{"uv":[15,0,16,5],"rotation":180,"texture":"#bottom"}}},{"from":[6.6,11,0.5],"to":[7.6,21,2.5],"rotation":{"angle":0,"axis":"x","origin":[8,11,0.5]},"faces":{"north":{"uv":[15,10,16,0],"texture":"#bottom"},"east":{"uv":[14,10,16,0],"texture":"#bottom"},"south":{"uv":[14,0,15,10],"texture":"#bottom"},"west":{"uv":[16,10,14,0],"texture":"#bottom"},"down":{"uv":[13,7,15,10],"texture":"#bottom"}}},{"from":[6.6,21,0.5],"to":[7.6,22,5.5],"rotation":{"angle":0,"axis":"x","origin":[8,11,0.5]},"faces":{"north":{"uv":[16,1,15,2],"texture":"#bottom"},"east":{"uv":[11,1,16,2],"texture":"#bottom"},"south":{"uv":[11,1,13,2],"texture":"#bottom"},"west":{"uv":[16,1,11,2],"texture":"#bottom"},"up":{"uv":[15,1,16,6],"texture":"#bottom"},"down":{"uv":[14,1,15,6],"texture":"#bottom"}}},{"from":[4.9,20,1.5],"to":[5.9,21,6.5],"rotation":{"angle":0,"axis":"x","origin":[8,11,0.5]},"faces":{"north":{"uv":[16,0,15,1],"texture":"#bottom"},"east":{"uv":[10,0,15,1],"texture":"#bottom"},"south":{"uv":[10,0,12,1],"texture":"#bottom"},"west":{"uv":[15,0,10,1],"texture":"#bottom"},"up":{"uv":[15,0,16,5],"rotation":180,"texture":"#bottom"},"down":{"uv":[14,0,15,5],"rotation":180,"texture":"#bottom"}}},{"from":[4.9,9,0.5],"to":[5.9,19,2.5],"rotation":{"angle":0,"axis":"x","origin":[8,11,0.5]},"faces":{"north":{"uv":[16,10,15,0],"texture":"#bottom"},"east":{"uv":[14,10,16,0],"texture":"#bottom"},"south":{"uv":[14,0,15,10],"texture":"#bottom"},"west":{"uv":[16,10,14,0],"texture":"#bottom"},"down":{"uv":[13,7,15,10],"texture":"#bottom"}}},{"from":[4.9,19,0.5],"to":[5.9,20,5.5],"rotation":{"angle":0,"axis":"x","origin":[8,11,0.5]},"faces":{"north":{"uv":[16,1,15,2],"texture":"#bottom"},"east":{"uv":[11,1,16,2],"texture":"#bottom"},"south":{"uv":[11,1,13,2],"texture":"#bottom"},"west":{"uv":[16,1,11,2],"texture":"#bottom"},"up":{"uv":[15,0,16,5],"texture":"#bottom"},"down":{"uv":[14,1,15,6],"texture":"#bottom"}}},{"from":[8.95,11,0.55],"to":[9.05,23,12.55],"rotation":{"angle":0,"axis":"y","origin":[9,19,8.55]},"faces":{"east":{"uv":[16,0,0,16],"rotation":90,"texture":"#4"},"west":{"uv":[0,0,16,16],"rotation":270,"texture":"#4"}}},{"from":[6.95,11,-0.95],"to":[7.05,23,11.05],"rotation":{"angle":0,"axis":"y","origin":[7,19,7.05]},"faces":{"east":{"uv":[16,0,0,16],"rotation":270,"texture":"#4"},"west":{"uv":[16,16,0,0],"rotation":270,"texture":"#4"}}}],"display":{"thirdperson_righthand":{"rotation":[-90,180,0],"translation":[0,-2,2],"scale":[0.8,0.8,0.8]},"thirdperson_lefthand":{"rotation":[-90,180,0],"translation":[0,-2,2],"scale":[0.8,0.8,0.8]},"firstperson_righthand":{"rotation":[-60,-175,0],"translation":[-1.75,-0.25,1.25],"scale":[0.67,0.67,0.67]},"firstperson_lefthand":{"rotation":[-60,-175,0],"translation":[-1.75,-0.25,1.25],"scale":[0.67,0.67,0.67]},"ground":{"rotation":[45,45,0],"translation":[0,7,0],"scale":[0.7,0.7,0.7]},"gui":{"rotation":[-20,160,30],"translation":[-0.25,-3.25,0],"scale":[0.8,0.8,0.8]},"fixed":{"translation":[0,-2.5,3]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/assassin/dagger_water_a.json b/assets/minecraft/models/item/wynn/weapon/assassin/dagger_water_a.json new file mode 100644 index 000000000..e1aa11cb2 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/assassin/dagger_water_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"particle":"wynn/weapon/assassin/water_tier_all","texture":"wynn/weapon/assassin/water_tier_all"},"elements":[{"from":[14,8,7],"to":[17.75,8.75,7.5],"faces":{"north":{"uv":[0.282,5.782,4.032,6.532],"texture":"#texture"},"east":{"uv":[0.438,5.688,1.938,7.438],"texture":"#texture"},"south":{"uv":[0.188,5.375,3.938,6.875],"texture":"#texture"},"west":{"uv":[0.282,5.625,1.782,7.375],"texture":"#texture"},"up":{"uv":[0,6.25,3.75,6.75],"texture":"#texture"},"down":{"uv":[0.438,6.25,4.188,6.75],"texture":"#texture"}}},{"from":[13.75,7.25,6.75],"to":[14.5,9.5,7.75],"faces":{"north":{"uv":[13.5,5.5,14.5,8.5],"texture":"#texture"},"east":{"uv":[11.5,5.5,13.5,8.75],"texture":"#texture"},"south":{"uv":[13.5,5.5,14.5,8.5],"texture":"#texture"},"west":{"uv":[11.5,5.5,13.5,8.75],"texture":"#texture"},"up":{"uv":[12,5.25,13.5,8.75],"texture":"#texture"},"down":{"uv":[12,5.25,13.5,8.75],"texture":"#texture"}}},{"from":[13.75,7.5,6.5],"to":[14.5,9.25,8],"faces":{"north":{"uv":[13.5,5.5,14.5,8.5],"texture":"#texture"},"east":{"uv":[11.5,5.5,13.5,8.75],"texture":"#texture"},"south":{"uv":[13.5,5.5,14.5,8.5],"texture":"#texture"},"west":{"uv":[11.5,5.5,13.5,8.75],"texture":"#texture"},"up":{"uv":[12,5.25,13.5,8.75],"texture":"#texture"},"down":{"uv":[12,5.25,13.5,8.75],"texture":"#texture"}}},{"from":[14.75,7.75,6.75],"to":[15.25,9,7.75],"faces":{"north":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"east":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"south":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"west":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"up":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"},"down":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"}}},{"from":[14.375,5.25,7],"to":[17.75,5.75,7.5],"faces":{"north":{"uv":[13.5,5.5,14.5,8.5],"texture":"#texture"},"east":{"uv":[11.5,5.5,13.5,8.75],"texture":"#texture"},"south":{"uv":[13.5,5.5,14.5,8.5],"texture":"#texture"},"west":{"uv":[11.5,5.5,13.5,8.75],"texture":"#texture"},"up":{"uv":[12,5.25,13.5,8.75],"texture":"#texture"},"down":{"uv":[12,5.25,13.5,8.75],"texture":"#texture"}}},{"from":[13.875,5.75,7],"to":[14.375,7.25,7.5],"faces":{"north":{"uv":[13.5,5.5,14.5,8.5],"texture":"#texture"},"east":{"uv":[11.5,5.5,13.5,8.75],"texture":"#texture"},"south":{"uv":[13.5,5.5,14.5,8.5],"texture":"#texture"},"west":{"uv":[11.5,5.5,13.5,8.75],"texture":"#texture"},"up":{"uv":[12,5.25,13.5,8.75],"texture":"#texture"},"down":{"uv":[12,5.25,13.5,8.75],"texture":"#texture"}}},{"from":[17.75,5.75,7],"to":[18.25,7.25,7.5],"faces":{"north":{"uv":[13.5,5.5,14.5,8.5],"texture":"#texture"},"east":{"uv":[11.5,5.5,13.5,8.75],"texture":"#texture"},"south":{"uv":[13.5,5.5,14.5,8.5],"texture":"#texture"},"west":{"uv":[11.5,5.5,13.5,8.75],"texture":"#texture"},"up":{"uv":[12,5.25,13.5,8.75],"texture":"#texture"},"down":{"uv":[12,5.25,13.5,8.75],"texture":"#texture"}}},{"from":[17.625,7.25,6.75],"to":[18.375,9.5,7.75],"faces":{"north":{"uv":[13.5,5.5,14.5,8.5],"texture":"#texture"},"east":{"uv":[11.5,5.5,13.5,8.75],"texture":"#texture"},"south":{"uv":[13.5,5.5,14.5,8.5],"texture":"#texture"},"west":{"uv":[11.5,5.5,13.5,8.75],"texture":"#texture"},"up":{"uv":[12,5.25,13.5,8.75],"texture":"#texture"},"down":{"uv":[12,5.25,13.5,8.75],"texture":"#texture"}}},{"from":[15.5,7.75,6.75],"to":[16,9,7.75],"faces":{"north":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"east":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"south":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"west":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"up":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"},"down":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"}}},{"from":[16.25,7.75,6.75],"to":[16.75,9,7.75],"faces":{"north":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"east":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"south":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"west":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"up":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"},"down":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"}}},{"from":[17,7.75,6.75],"to":[17.5,9,7.75],"faces":{"north":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"east":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"south":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"west":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"up":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"},"down":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"}}},{"from":[7.74,9.75,7.5],"to":[8.24,10.75,8],"rotation":{"angle":-22.5,"axis":"z","origin":[7.74,10.75,7.5]},"faces":{"north":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"east":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"south":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"west":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"up":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"},"down":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"}}},{"from":[7.74,9.75,6.5],"to":[8.24,10.75,7],"rotation":{"angle":-22.5,"axis":"z","origin":[7.74,10.75,6.5]},"faces":{"north":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"east":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"south":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"west":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"up":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"},"down":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"}}},{"from":[7.9275,10.6875,6.75],"to":[8.49,11.1875,7.75],"rotation":{"angle":-22.5,"axis":"z","origin":[7.9275,11.1875,6.75]},"faces":{"north":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"east":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"south":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"west":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"up":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"},"down":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"}}},{"from":[7.365,9.375,6.75],"to":[7.865,9.875,7.75],"rotation":{"angle":-22.5,"axis":"z","origin":[7.365,9.875,6.75]},"faces":{"north":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"east":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"south":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"west":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"up":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"},"down":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"}}},{"from":[18.25,7.5,7],"to":[19,9.25,7.5],"faces":{"north":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"east":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"south":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"west":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"up":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"},"down":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"}}},{"from":[18.75,7.75,7.125],"to":[19.25,9,7.375],"faces":{"north":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"east":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"south":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"west":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"up":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"},"down":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"}}},{"from":[17.625,7.5,6.5],"to":[18.375,9.25,8],"faces":{"north":{"uv":[13.5,5.5,14.5,8.5],"texture":"#texture"},"east":{"uv":[11.5,5.5,13.5,8.75],"texture":"#texture"},"south":{"uv":[13.5,5.5,14.5,8.5],"texture":"#texture"},"west":{"uv":[11.5,5.5,13.5,8.75],"texture":"#texture"},"up":{"uv":[12,5.25,13.5,8.75],"texture":"#texture"},"down":{"uv":[12,5.25,13.5,8.75],"texture":"#texture"}}},{"from":[18.25,7.75,6.75],"to":[19,9,7.75],"faces":{"north":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"east":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"south":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"west":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"up":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"},"down":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"}}},{"from":[18.75,8,6.875],"to":[19.25,8.75,7.625],"faces":{"north":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"east":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"south":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"west":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"up":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"},"down":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"}}},{"from":[13.875,5.0625,7],"to":[14.375,5.75,7.5],"rotation":{"angle":45,"axis":"z","origin":[13.875,5.75,7]},"faces":{"north":{"uv":[13.5,5.5,14.5,8.5],"texture":"#texture"},"east":{"uv":[11.5,5.5,13.5,8.75],"texture":"#texture"},"south":{"uv":[13.5,5.5,14.5,8.5],"texture":"#texture"},"west":{"uv":[11.5,5.5,13.5,8.75],"texture":"#texture"},"up":{"uv":[12,5.25,13.5,8.75],"texture":"#texture"},"down":{"uv":[12,5.25,13.5,8.75],"texture":"#texture"}}},{"from":[17.905,5.395,7],"to":[18.405,6.0825,7.5],"rotation":{"angle":-45,"axis":"z","origin":[17.905,6.0825,7]},"faces":{"north":{"uv":[13.5,5.5,14.5,8.5],"texture":"#texture"},"east":{"uv":[11.5,5.5,13.5,8.75],"texture":"#texture"},"south":{"uv":[13.5,5.5,14.5,8.5],"texture":"#texture"},"west":{"uv":[11.5,5.5,13.5,8.75],"texture":"#texture"},"up":{"uv":[12,5.25,13.5,8.75],"texture":"#texture"},"down":{"uv":[12,5.25,13.5,8.75],"texture":"#texture"}}},{"from":[10.25,7.5,7],"to":[13.75,9.25,7.5],"rotation":{"angle":0,"axis":"y","origin":[21.25,16.25,15]},"faces":{"north":{"uv":[0,0,7,5],"texture":"#texture"},"south":{"uv":[7,0,0,5],"texture":"#texture"},"west":{"uv":[6,0,7,5],"texture":"#texture"},"up":{"uv":[0,0,7,1],"rotation":180,"texture":"#texture"},"down":{"uv":[0,4,7,5],"rotation":180,"texture":"#texture"}}},{"from":[8.75,7.5,7],"to":[10.25,9.5,7.5],"rotation":{"angle":0,"axis":"y","origin":[20.75,16.75,15]},"faces":{"north":{"uv":[7,0,10,5],"texture":"#texture"},"east":{"uv":[9,0,10,5],"texture":"#texture"},"south":{"uv":[10,0,7,5],"texture":"#texture"},"west":{"uv":[9,0,10,5],"texture":"#texture"},"up":{"uv":[7,0,10,1],"rotation":180,"texture":"#texture"},"down":{"uv":[7,4,10,5],"rotation":180,"texture":"#texture"}}},{"from":[7.75,7.75,7],"to":[8.75,9.75,7.5],"rotation":{"angle":0,"axis":"y","origin":[20.25,16.75,15]},"faces":{"north":{"uv":[10,0,11,5],"texture":"#texture"},"east":{"uv":[10,0,11,5],"texture":"#texture"},"south":{"uv":[10,0,11,5],"texture":"#texture"},"west":{"uv":[10,0,11,5],"texture":"#texture"},"up":{"uv":[10,0,11,5],"texture":"#texture"},"down":{"uv":[10,0,11,5],"texture":"#texture"}}},{"from":[7.25,8,7],"to":[7.75,10.25,7.5],"rotation":{"angle":0,"axis":"y","origin":[19.25,16.75,15]},"faces":{"north":{"uv":[10,0,11,5],"texture":"#texture"},"east":{"uv":[10,0,11,5],"texture":"#texture"},"south":{"uv":[10,0,11,5],"texture":"#texture"},"west":{"uv":[10,0,11,5],"texture":"#texture"},"up":{"uv":[10,0,11,5],"texture":"#texture"},"down":{"uv":[10,0,11,5],"texture":"#texture"}}},{"from":[7,8.25,7],"to":[7.25,10.5,7.5],"rotation":{"angle":0,"axis":"y","origin":[18.75,17.25,15]},"faces":{"north":{"uv":[11,0,12,5],"texture":"#texture"},"east":{"uv":[11,0,12,5],"texture":"#texture"},"south":{"uv":[11,0,12,5],"texture":"#texture"},"west":{"uv":[11,0,12,5],"texture":"#texture"},"up":{"uv":[11,0,12,5],"texture":"#texture"},"down":{"uv":[11,0,12,5],"texture":"#texture"}}},{"from":[6.75,8.25,7],"to":[7,10.75,7.5],"rotation":{"angle":0,"axis":"y","origin":[18.5,17.25,15]},"faces":{"north":{"uv":[11,0,12,5],"texture":"#texture"},"east":{"uv":[11,0,12,5],"texture":"#texture"},"south":{"uv":[11,0,12,5],"texture":"#texture"},"west":{"uv":[11,0,12,5],"texture":"#texture"},"up":{"uv":[11,0,12,5],"texture":"#texture"},"down":{"uv":[11,0,12,5],"texture":"#texture"}}},{"from":[6.5,8.5,7],"to":[6.75,11,7.5],"rotation":{"angle":0,"axis":"y","origin":[18.25,17.75,15]},"faces":{"north":{"uv":[12,0,13,5],"texture":"#texture"},"east":{"uv":[12,0,13,5],"texture":"#texture"},"south":{"uv":[12,0,13,5],"texture":"#texture"},"west":{"uv":[12,0,13,5],"texture":"#texture"},"up":{"uv":[12,0,13,5],"texture":"#texture"},"down":{"uv":[12,0,13,5],"texture":"#texture"}}},{"from":[6.25,8.5,7],"to":[6.5,11.25,7.5],"rotation":{"angle":0,"axis":"y","origin":[18,17.75,15]},"faces":{"north":{"uv":[13,0,14,5],"texture":"#texture"},"east":{"uv":[13,0,14,5],"texture":"#texture"},"south":{"uv":[13,0,14,5],"texture":"#texture"},"west":{"uv":[13,0,14,5],"texture":"#texture"},"up":{"uv":[13,0,14,5],"texture":"#texture"},"down":{"uv":[13,0,14,5],"texture":"#texture"}}},{"from":[6,8.75,7],"to":[6.25,11.5,7.5],"rotation":{"angle":0,"axis":"y","origin":[17.75,18.25,15]},"faces":{"north":{"uv":[14,0,15,5],"texture":"#texture"},"east":{"uv":[14,0,15,5],"texture":"#texture"},"south":{"uv":[14,0,15,5],"texture":"#texture"},"west":{"uv":[14,0,15,5],"texture":"#texture"},"up":{"uv":[14,0,15,5],"texture":"#texture"},"down":{"uv":[14,0,15,5],"texture":"#texture"}}},{"from":[5.75,9.25,7],"to":[6,11.75,7.5],"rotation":{"angle":0,"axis":"y","origin":[17.5,18.75,15]},"faces":{"north":{"uv":[15,0,16,5],"texture":"#texture"},"east":{"uv":[15,0,16,5],"texture":"#texture"},"south":{"uv":[15,0,16,5],"texture":"#texture"},"west":{"uv":[15,0,16,5],"texture":"#texture"},"up":{"uv":[15,0,16,5],"texture":"#texture"},"down":{"uv":[15,0,16,5],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[90,-90,0],"translation":[-1.5,8.4,1.5],"scale":[1.3,1.3,1.3]},"thirdperson_lefthand":{"rotation":[90,90,0],"translation":[0.5,8.4,1.5],"scale":[1.3,1.3,1.3]},"firstperson_righthand":{"rotation":[70,-90,0],"translation":[-0.5,9,0],"scale":[0.8,0.8,0.8]},"firstperson_lefthand":{"rotation":[70,90,0],"translation":[0.75,9,0],"scale":[0.8,0.8,0.8]},"ground":{"rotation":[45,-45,0],"translation":[0,5,0],"scale":[0.6,0.6,0.6]},"gui":{"rotation":[-20,-160,-60],"translation":[2.5,3,0],"scale":[1.25,1.25,1.25]},"fixed":{"rotation":[0,0,-90],"translation":[-0.75,4.25,-0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/assassin/dagger_water_b.json b/assets/minecraft/models/item/wynn/weapon/assassin/dagger_water_b.json new file mode 100644 index 000000000..5da5e6c52 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/assassin/dagger_water_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"particle":"wynn/weapon/assassin/water_tier_all","texture":"wynn/weapon/assassin/water_tier_all"},"elements":[{"from":[6,7.75,7],"to":[13.75,8.75,7.5],"faces":{"north":{"uv":[0,3,11,5],"texture":"#texture"},"south":{"uv":[11,3,0,5],"texture":"#texture"},"west":{"uv":[8,3,9,5],"texture":"#texture"},"down":{"uv":[0,3,9,5],"rotation":180,"texture":"#texture"}}},{"from":[9.5,9,7],"to":[12,9.25,7.5],"faces":{"north":{"uv":[4,2,8,3],"texture":"#texture"},"east":{"uv":[4,2,8,3],"texture":"#texture"},"south":{"uv":[8,2,4,3],"texture":"#texture"},"up":{"uv":[4,2,8,3],"rotation":180,"texture":"#texture"}}},{"from":[2.25,9.75,7],"to":[6.5,10,7.5],"faces":{"north":{"uv":[12,2,16,3],"texture":"#texture"},"east":{"uv":[12,2,16,3],"texture":"#texture"},"south":{"uv":[16,2,12,3],"texture":"#texture"},"west":{"uv":[12,2,16,3],"texture":"#texture"},"up":{"uv":[12,2,16,3],"rotation":180,"texture":"#texture"}}},{"from":[2.5,10,7],"to":[5.75,10.25,7.5],"faces":{"north":{"uv":[12,2,15,3],"texture":"#texture"},"east":{"uv":[12,2,15,3],"texture":"#texture"},"south":{"uv":[15,2,12,3],"texture":"#texture"},"west":{"uv":[12,2,15,3],"texture":"#texture"},"up":{"uv":[12,2,15,3],"rotation":180,"texture":"#texture"}}},{"from":[2,9.5,7],"to":[7.5,9.75,7.5],"faces":{"north":{"uv":[10,2,16,2],"texture":"#texture"},"east":{"uv":[3.75,2.5,5.25,4.25],"texture":"#texture"},"south":{"uv":[14,2,10,4],"texture":"#texture"},"west":{"uv":[3.75,2.5,5.25,4.25],"texture":"#texture"},"up":{"uv":[4,2,10,3],"rotation":180,"texture":"#texture"}}},{"from":[1.75,9.25,7],"to":[9.5,9.5,7.5],"faces":{"north":{"uv":[8,2,16,2],"texture":"#texture"},"east":{"uv":[3.75,2.5,5.25,4.25],"texture":"#texture"},"south":{"uv":[15,2,11,4],"texture":"#texture"},"west":{"uv":[3.75,2.5,5.25,4.25],"texture":"#texture"},"up":{"uv":[4,2,10,3],"rotation":180,"texture":"#texture"}}},{"from":[2.5,8.25,7],"to":[6,8.75,7.5],"faces":{"north":{"uv":[11,3,15,4],"texture":"#texture"},"east":{"uv":[11,3,15,4],"texture":"#texture"},"south":{"uv":[15,3,11,4],"texture":"#texture"},"west":{"uv":[11,3,15,4],"texture":"#texture"},"down":{"uv":[11,3,15,4],"texture":"#texture"}}},{"from":[4,8,7],"to":[6,8.25,7.5],"faces":{"north":{"uv":[9,4,12,5],"texture":"#texture"},"east":{"uv":[9,4,12,5],"texture":"#texture"},"south":{"uv":[12,4,9,5],"texture":"#texture"},"west":{"uv":[9,4,12,5],"texture":"#texture"},"down":{"uv":[9,4,12,5],"rotation":180,"texture":"#texture"}}},{"from":[9.5,8.75,7],"to":[14.25,9,7.5],"faces":{"north":{"uv":[0,2,4,3],"texture":"#texture"},"east":{"uv":[0,1,5,2],"texture":"#texture"},"south":{"uv":[5,1,0,2],"texture":"#texture"},"west":{"uv":[0,1,5,2],"texture":"#texture"},"up":{"uv":[0,1,5,2],"rotation":180,"texture":"#texture"}}},{"from":[14,8,7],"to":[17.75,8.75,7.5],"faces":{"north":{"uv":[4.5,2,8.25,3.5],"texture":"#texture"},"south":{"uv":[4.5,2,8.25,3.5],"texture":"#texture"},"up":{"uv":[4,2,10,3],"texture":"#texture"},"down":{"uv":[4,2,10,3],"texture":"#texture"}}},{"from":[2.75,10.25,7],"to":[5.25,10.5,7.5],"faces":{"north":{"uv":[11,1,14,2],"texture":"#texture"},"east":{"uv":[11,1,14,2],"texture":"#texture"},"south":{"uv":[14,1,11,2],"texture":"#texture"},"west":{"uv":[11,1,14,2],"texture":"#texture"},"up":{"uv":[11,1,14,2],"rotation":180,"texture":"#texture"}}},{"from":[3,10.5,7],"to":[4.75,10.75,7.5],"faces":{"north":{"uv":[12,2,14,3],"texture":"#texture"},"east":{"uv":[12,2,14,3],"texture":"#texture"},"south":{"uv":[14,2,12,3],"texture":"#texture"},"west":{"uv":[12,2,14,3],"texture":"#texture"},"up":{"uv":[12,2,14,3],"rotation":180,"texture":"#texture"}}},{"from":[3.25,10.75,7],"to":[4.25,11,7.5],"faces":{"north":{"uv":[12,2,14,3],"texture":"#texture"},"east":{"uv":[12,2,14,3],"texture":"#texture"},"south":{"uv":[14,2,12,3],"texture":"#texture"},"west":{"uv":[12,2,14,3],"texture":"#texture"},"up":{"uv":[12,2,14,3],"rotation":180,"texture":"#texture"}}},{"from":[13.75,7.25,6.75],"to":[14.5,9.5,7.75],"faces":{"north":{"uv":[8.5,5.25,9.5,7.75],"texture":"#texture"},"east":{"uv":[7.5,5.25,9.5,8],"texture":"#texture"},"south":{"uv":[8.5,5.25,9.5,7.75],"texture":"#texture"},"west":{"uv":[7.5,5.25,9.5,8],"texture":"#texture"},"up":{"uv":[8.5,5.5,10,8],"texture":"#texture"},"down":{"uv":[8.5,5.5,10,8],"texture":"#texture"}}},{"from":[13.75,7.5,6.5],"to":[14.5,9.25,8],"faces":{"north":{"uv":[8.5,5.25,9.5,7.75],"texture":"#texture"},"east":{"uv":[7.5,5.25,9.5,8],"texture":"#texture"},"south":{"uv":[8.5,5.25,9.5,7.75],"texture":"#texture"},"west":{"uv":[7.5,5.25,9.5,8],"texture":"#texture"},"up":{"uv":[8.5,5.5,10,8],"texture":"#texture"},"down":{"uv":[8.5,5.5,10,8],"texture":"#texture"}}},{"from":[14.75,7.75,6.75],"to":[15.25,9,7.75],"faces":{"north":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"east":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"south":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"west":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"up":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"},"down":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"}}},{"from":[14.375,5.25,7],"to":[17.75,5.75,7.5],"faces":{"north":{"uv":[8.5,5.25,9.5,7.75],"texture":"#texture"},"east":{"uv":[7.5,5.25,9.5,8],"texture":"#texture"},"south":{"uv":[8.5,5.25,9.5,7.75],"texture":"#texture"},"west":{"uv":[7.5,5.25,9.5,8],"texture":"#texture"},"up":{"uv":[8.5,5.5,10,8],"texture":"#texture"},"down":{"uv":[8.5,5.5,10,8],"texture":"#texture"}}},{"from":[13.875,5.75,7],"to":[14.375,7.25,7.5],"faces":{"north":{"uv":[8.5,5.25,9.5,7.75],"texture":"#texture"},"east":{"uv":[7.5,5.25,9.5,8],"texture":"#texture"},"south":{"uv":[8.5,5.25,9.5,7.75],"texture":"#texture"},"west":{"uv":[7.5,5.25,9.5,8],"texture":"#texture"}}},{"from":[17.75,5.75,7],"to":[18.25,7.25,7.5],"faces":{"north":{"uv":[8.5,5.25,9.5,7.75],"texture":"#texture"},"east":{"uv":[7.5,5.25,9.5,8],"texture":"#texture"},"south":{"uv":[8.5,5.25,9.5,7.75],"texture":"#texture"},"west":{"uv":[7.5,5.25,9.5,8],"texture":"#texture"},"down":{"uv":[8.5,5.5,10,8],"texture":"#texture"}}},{"from":[17.625,7.25,6.75],"to":[18.375,9.5,7.75],"faces":{"north":{"uv":[8.5,5.25,9.5,7.75],"texture":"#texture"},"east":{"uv":[7.5,5.25,9.5,8],"texture":"#texture"},"south":{"uv":[8.5,5.25,9.5,7.75],"texture":"#texture"},"west":{"uv":[7.5,5.25,9.5,8],"texture":"#texture"},"up":{"uv":[8.5,5.5,10,8],"texture":"#texture"},"down":{"uv":[8.5,5.5,10,8],"texture":"#texture"}}},{"from":[15.5,7.75,6.75],"to":[16,9,7.75],"faces":{"north":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"east":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"south":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"west":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"up":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"},"down":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"}}},{"from":[16.25,7.75,6.75],"to":[16.75,9,7.75],"faces":{"north":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"east":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"south":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"west":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"up":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"},"down":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"}}},{"from":[17,7.75,6.75],"to":[17.5,9,7.75],"faces":{"north":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"east":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"south":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"west":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"up":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"},"down":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"}}},{"from":[5.74,10.25,7.5],"to":[6.24,11.25,8],"rotation":{"angle":-22.5,"axis":"z","origin":[5.74,11.25,7.5]},"faces":{"north":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"east":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"south":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"west":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"up":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"},"down":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"}}},{"from":[5.74,10.25,6.5],"to":[6.24,11.25,7],"rotation":{"angle":-22.5,"axis":"z","origin":[5.74,11.25,6.5]},"faces":{"north":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"east":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"south":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"west":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"up":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"},"down":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"}}},{"from":[5.9275,11.1875,6.75],"to":[6.49,11.6875,7.75],"rotation":{"angle":-22.5,"axis":"z","origin":[5.9275,11.6875,6.75]},"faces":{"north":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"east":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"south":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"west":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"up":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"},"down":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"}}},{"from":[5.365,9.875,6.75],"to":[5.865,10.375,7.75],"rotation":{"angle":-22.5,"axis":"z","origin":[5.365,10.375,6.75]},"faces":{"north":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"east":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"south":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"west":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"up":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"},"down":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"}}},{"from":[6.99,9.75,7.5],"to":[7.49,10.75,8],"rotation":{"angle":-22.5,"axis":"z","origin":[6.99,10.75,7.5]},"faces":{"north":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"east":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"south":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"west":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"up":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"},"down":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"}}},{"from":[6.99,9.75,6.5],"to":[7.49,10.75,7],"rotation":{"angle":-22.5,"axis":"z","origin":[6.99,10.75,6.5]},"faces":{"north":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"east":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"south":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"west":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"up":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"},"down":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"}}},{"from":[7.1775,10.75,6.75],"to":[7.74,11.25,7.75],"rotation":{"angle":-22.5,"axis":"z","origin":[7.1775,11.25,6.75]},"faces":{"north":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"east":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"south":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"west":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"up":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"},"down":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"}}},{"from":[6.5525,9.375,6.75],"to":[7.115,9.875,7.75],"rotation":{"angle":-22.5,"axis":"z","origin":[6.5525,9.875,6.75]},"faces":{"north":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"east":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"south":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"west":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"up":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"},"down":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"}}},{"from":[18.25,7.5,7],"to":[19,9.25,7.5],"faces":{"north":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"east":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"south":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"up":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"},"down":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"}}},{"from":[18.75,7.75,7.125],"to":[19.25,9,7.375],"faces":{"north":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"east":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"south":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"up":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"},"down":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"}}},{"from":[17.625,7.5,6.5],"to":[18.375,9.25,8],"faces":{"north":{"uv":[8.5,5.25,9.5,7.75],"texture":"#texture"},"east":{"uv":[7.5,5.25,9.5,8],"texture":"#texture"},"south":{"uv":[8.5,5.25,9.5,7.75],"texture":"#texture"},"west":{"uv":[7.5,5.25,9.5,8],"texture":"#texture"},"up":{"uv":[8.5,5.5,10,8],"texture":"#texture"},"down":{"uv":[8.5,5.5,10,8],"texture":"#texture"}}},{"from":[18.25,7.75,6.75],"to":[19,9,7.75],"faces":{"north":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"east":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"south":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"up":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"},"down":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"}}},{"from":[18.75,8,6.875],"to":[19.25,8.75,7.625],"faces":{"north":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"east":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"south":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"up":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"},"down":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"}}},{"from":[13.875,5.0625,7],"to":[14.375,5.75,7.5],"rotation":{"angle":45,"axis":"z","origin":[13.875,5.75,7]},"faces":{"north":{"uv":[8.5,5.25,9.5,7.75],"texture":"#texture"},"east":{"uv":[7.5,5.25,9.5,8],"texture":"#texture"},"south":{"uv":[8.5,5.25,9.5,7.75],"texture":"#texture"},"west":{"uv":[7.5,5.25,9.5,8],"texture":"#texture"},"down":{"uv":[8.5,5.5,10,8],"texture":"#texture"}}},{"from":[17.905,5.395,7],"to":[18.405,6.0825,7.5],"rotation":{"angle":-45,"axis":"z","origin":[17.905,6.0825,7]},"faces":{"north":{"uv":[8.5,5.25,9.5,7.75],"texture":"#texture"},"east":{"uv":[7.5,5.25,9.5,8],"texture":"#texture"},"south":{"uv":[8.5,5.25,9.5,7.75],"texture":"#texture"},"west":{"uv":[7.5,5.25,9.5,8],"texture":"#texture"},"up":{"uv":[8.5,5.5,10,8],"texture":"#texture"},"down":{"uv":[8.5,5.5,10,8],"texture":"#texture"}}},{"from":[1.5,8.75,7],"to":[9.5,9.25,7.5],"faces":{"north":{"uv":[8,1,16,2],"texture":"#texture"},"east":{"uv":[8,1,16,2],"texture":"#texture"},"south":{"uv":[16,1,8,2],"texture":"#texture"},"west":{"uv":[8,1,16,2],"texture":"#texture"},"up":{"uv":[8,1,16,2],"rotation":180,"texture":"#texture"},"down":{"uv":[8,1,16,2],"texture":"#texture"}}},{"from":[3.5,11,7],"to":[4,11.25,7.5],"faces":{"north":{"uv":[12,1,14,2],"texture":"#texture"},"east":{"uv":[12,1,14,2],"texture":"#texture"},"south":{"uv":[14,1,12,2],"texture":"#texture"},"west":{"uv":[12,1,14,2],"texture":"#texture"},"up":{"uv":[12,1,14,2],"rotation":180,"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[90,-90,0],"translation":[-1.5,8.4,1.5],"scale":[1.3,1.3,1.3]},"thirdperson_lefthand":{"rotation":[90,90,0],"translation":[0.5,8.4,1.5],"scale":[1.3,1.3,1.3]},"firstperson_righthand":{"rotation":[66,-90,0],"translation":[-0.75,7.75,0],"scale":[0.8,0.8,0.8]},"firstperson_lefthand":{"rotation":[66,90,0],"translation":[1.5,7.75,0],"scale":[0.8,0.8,0.8]},"ground":{"rotation":[45,-45,0],"translation":[0,7,0],"scale":[0.85,0.85,0.85]},"gui":{"rotation":[-20,-160,-60],"translation":[1.25,2.25,0],"scale":[1.25,1.25,1.25]},"fixed":{"rotation":[0,0,-90],"translation":[0,2.5,0]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/assassin/dagger_water_c.json b/assets/minecraft/models/item/wynn/weapon/assassin/dagger_water_c.json new file mode 100644 index 000000000..015d66952 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/assassin/dagger_water_c.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"particle":"wynn/weapon/assassin/water_tier_all","texture":"wynn/weapon/assassin/water_tier_all","water_atom":"wynn/weapon/anim/water_atom"},"elements":[{"from":[14,8,7],"to":[17.75,8.75,7.5],"faces":{"north":{"uv":[4.5,2,8.25,3.5],"texture":"#texture"},"east":{"uv":[3.75,2.5,5.25,4.25],"texture":"#texture"},"south":{"uv":[4.5,2,8.25,3.5],"texture":"#texture"},"west":{"uv":[3.75,2.5,5.25,4.25],"texture":"#texture"},"up":{"uv":[4,2,10,3],"texture":"#texture"},"down":{"uv":[4,2,10,3],"texture":"#texture"}}},{"from":[13.75,7.25,6.75],"to":[14.5,9.5,7.75],"faces":{"north":{"uv":[1.25,5.25,2.25,7.75],"texture":"#texture"},"east":{"uv":[1.5,5.25,3.5,7.75],"texture":"#texture"},"south":{"uv":[1.25,5.25,2.25,7.75],"texture":"#texture"},"west":{"uv":[1.5,5.25,3.5,7.75],"texture":"#texture"},"up":{"uv":[2,5.25,3.5,7.75],"texture":"#texture"},"down":{"uv":[2,5.25,3.5,7.75],"texture":"#texture"}}},{"from":[13.75,7.5,6.5],"to":[14.5,9.25,8],"faces":{"north":{"uv":[1.25,5.25,2.25,7.75],"texture":"#texture"},"east":{"uv":[1.5,5.25,3.5,7.75],"texture":"#texture"},"south":{"uv":[1.25,5.25,2.25,7.75],"texture":"#texture"},"west":{"uv":[1.5,5.25,3.5,7.75],"texture":"#texture"},"up":{"uv":[2,5.25,3.5,7.75],"texture":"#texture"},"down":{"uv":[2,5.25,3.5,7.75],"texture":"#texture"}}},{"from":[14.75,7.75,6.75],"to":[15.25,9,7.75],"faces":{"north":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"east":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"south":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"west":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"up":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"},"down":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"}}},{"from":[14.375,5.25,7],"to":[17.75,5.75,7.5],"faces":{"north":{"uv":[1.25,5.25,2.25,7.75],"texture":"#texture"},"east":{"uv":[1.5,5.25,3.5,7.75],"texture":"#texture"},"south":{"uv":[1.25,5.25,2.25,7.75],"texture":"#texture"},"west":{"uv":[1.5,5.25,3.5,7.75],"texture":"#texture"},"up":{"uv":[2,5.25,3.5,7.75],"texture":"#texture"},"down":{"uv":[2,5.25,3.5,7.75],"texture":"#texture"}}},{"from":[13.875,5.75,7],"to":[14.375,7.25,7.5],"faces":{"north":{"uv":[1.25,5.25,2.25,7.75],"texture":"#texture"},"east":{"uv":[1.5,5.25,3.5,7.75],"texture":"#texture"},"south":{"uv":[1.25,5.25,2.25,7.75],"texture":"#texture"},"west":{"uv":[1.5,5.25,3.5,7.75],"texture":"#texture"},"up":{"uv":[2,5.25,3.5,7.75],"texture":"#texture"},"down":{"uv":[2,5.25,3.5,7.75],"texture":"#texture"}}},{"from":[17.75,5.75,7],"to":[18.25,7.25,7.5],"faces":{"north":{"uv":[1.25,5.25,2.25,7.75],"texture":"#texture"},"east":{"uv":[1.5,5.25,3.5,7.75],"texture":"#texture"},"south":{"uv":[1.25,5.25,2.25,7.75],"texture":"#texture"},"west":{"uv":[1.5,5.25,3.5,7.75],"texture":"#texture"},"up":{"uv":[2,5.25,3.5,7.75],"texture":"#texture"},"down":{"uv":[2,5.25,3.5,7.75],"texture":"#texture"}}},{"from":[17.625,7.25,6.75],"to":[18.375,9.5,7.75],"faces":{"north":{"uv":[1.25,5.25,2.25,7.75],"texture":"#texture"},"east":{"uv":[1.5,5.25,3.5,7.75],"texture":"#texture"},"south":{"uv":[1.25,5.25,2.25,7.75],"texture":"#texture"},"west":{"uv":[1.5,5.25,3.5,7.75],"texture":"#texture"},"up":{"uv":[2,5.25,3.5,7.75],"texture":"#texture"},"down":{"uv":[2,5.25,3.5,7.75],"texture":"#texture"}}},{"from":[15.5,7.75,6.75],"to":[16,9,7.75],"faces":{"north":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"east":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"south":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"west":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"up":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"},"down":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"}}},{"from":[16.25,7.75,6.75],"to":[16.75,9,7.75],"faces":{"north":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"east":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"south":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"west":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"up":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"},"down":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"}}},{"from":[17,7.75,6.75],"to":[17.5,9,7.75],"faces":{"north":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"east":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"south":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"west":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"up":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"},"down":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"}}},{"from":[4.25,10.25,7.5],"to":[4.75,11.25,8],"rotation":{"angle":-22.5,"axis":"z","origin":[4.25,11.25,7.5]},"faces":{"north":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"east":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"south":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"west":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"up":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"},"down":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"}}},{"from":[4.25,10.25,6.5],"to":[4.75,11.25,7],"rotation":{"angle":-22.5,"axis":"z","origin":[4.25,11.25,6.5]},"faces":{"north":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"east":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"south":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"west":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"up":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"},"down":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"}}},{"from":[4.4375,11.1875,6.75],"to":[5,11.6875,7.75],"rotation":{"angle":-22.5,"axis":"z","origin":[4.4375,11.6875,6.75]},"faces":{"north":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"east":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"south":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"west":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"up":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"},"down":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"}}},{"from":[3.875,9.875,6.75],"to":[4.375,10.375,7.75],"rotation":{"angle":-22.5,"axis":"z","origin":[3.875,10.375,6.75]},"faces":{"north":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"east":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"south":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"west":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"up":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"},"down":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"}}},{"from":[5.5,9.75,7.5],"to":[6,10.75,8],"rotation":{"angle":-22.5,"axis":"z","origin":[5.5,10.75,7.5]},"faces":{"north":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"east":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"south":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"west":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"up":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"},"down":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"}}},{"from":[5.5,9.75,6.5],"to":[6,10.75,7],"rotation":{"angle":-22.5,"axis":"z","origin":[5.5,10.75,6.5]},"faces":{"north":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"east":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"south":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"west":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"up":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"},"down":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"}}},{"from":[5.6875,10.75,6.75],"to":[6.25,11.25,7.75],"rotation":{"angle":-22.5,"axis":"z","origin":[5.6875,11.25,6.75]},"faces":{"north":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"east":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"south":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"west":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"up":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"},"down":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"}}},{"from":[5.0625,9.375,6.75],"to":[5.625,9.875,7.75],"rotation":{"angle":-22.5,"axis":"z","origin":[5.0625,9.875,6.75]},"faces":{"north":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"east":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"south":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"west":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"up":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"},"down":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"}}},{"from":[18.25,7.5,7],"to":[19,9.25,7.5],"faces":{"north":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"east":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"south":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"west":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"up":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"},"down":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"}}},{"from":[18.75,7.75,7.125],"to":[19.25,9,7.375],"faces":{"north":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"east":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"south":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"west":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"up":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"},"down":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"}}},{"from":[17.625,7.5,6.5],"to":[18.375,9.25,8],"faces":{"north":{"uv":[1.25,5.25,2.25,7.75],"texture":"#texture"},"east":{"uv":[1.5,5.25,3.5,7.75],"texture":"#texture"},"south":{"uv":[1.25,5.25,2.25,7.75],"texture":"#texture"},"west":{"uv":[1.5,5.25,3.5,7.75],"texture":"#texture"},"up":{"uv":[2,5.25,3.5,7.75],"texture":"#texture"},"down":{"uv":[2,5.25,3.5,7.75],"texture":"#texture"}}},{"from":[18.25,7.75,6.75],"to":[19,9,7.75],"faces":{"north":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"east":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"south":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"west":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"up":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"},"down":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"}}},{"from":[18.75,8,6.875],"to":[19.25,8.75,7.625],"faces":{"north":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"east":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"south":{"uv":[8.5,13.25,9.75,15.5],"texture":"#texture"},"west":{"uv":[3.25,13.5,5,16],"texture":"#texture"},"up":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"},"down":{"uv":[8.25,13.25,9.75,15.75],"texture":"#texture"}}},{"from":[13.875,5.0625,7],"to":[14.375,5.75,7.5],"rotation":{"angle":45,"axis":"z","origin":[13.875,5.75,7]},"faces":{"north":{"uv":[1.25,5.25,2.25,7.75],"texture":"#texture"},"east":{"uv":[1.5,5.25,3.5,7.75],"texture":"#texture"},"south":{"uv":[1.25,5.25,2.25,7.75],"texture":"#texture"},"west":{"uv":[1.5,5.25,3.5,7.75],"texture":"#texture"},"up":{"uv":[2,5.25,3.5,7.75],"texture":"#texture"},"down":{"uv":[2,5.25,3.5,7.75],"texture":"#texture"}}},{"from":[17.905,5.395,7],"to":[18.405,6.0825,7.5],"rotation":{"angle":-45,"axis":"z","origin":[17.905,6.0825,7]},"faces":{"north":{"uv":[1.25,5.25,2.25,7.75],"texture":"#texture"},"east":{"uv":[1.5,5.25,3.5,7.75],"texture":"#texture"},"south":{"uv":[1.25,5.25,2.25,7.75],"texture":"#texture"},"west":{"uv":[1.5,5.25,3.5,7.75],"texture":"#texture"},"up":{"uv":[2,5.25,3.5,7.75],"texture":"#texture"},"down":{"uv":[2,5.25,3.5,7.75],"texture":"#texture"}}},{"from":[12.5,6,5],"to":[12.5625,10.75,9.75],"faces":{"east":{"uv":[16,0,0,16],"texture":"#water_atom"},"west":{"uv":[0,0,16,16],"texture":"#water_atom"}}},{"from":[13,5.5,4.5],"to":[13.0625,11.25,10.25],"faces":{"east":{"uv":[16,0,0,16],"texture":"#water_atom"},"west":{"uv":[0,0,16,16],"texture":"#water_atom"}}},{"from":[13.5,5,4],"to":[13.5625,11.75,10.75],"faces":{"east":{"uv":[16,0,0,16],"texture":"#water_atom"},"west":{"uv":[0,0,16,16],"texture":"#water_atom"}}},{"from":[6.75,9.5,7.5],"to":[7.25,10.5,8],"rotation":{"angle":-22.5,"axis":"z","origin":[6.75,10.5,7.5]},"faces":{"north":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"east":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"south":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"west":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"up":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"},"down":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"}}},{"from":[6.6875,9.5,6.5],"to":[7.1875,10.5,7],"rotation":{"angle":-22.5,"axis":"z","origin":[6.6875,10.5,6.5]},"faces":{"north":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"east":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"south":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"west":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"up":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"},"down":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"}}},{"from":[6.375,9.0625,6.75],"to":[6.9375,9.5625,7.75],"rotation":{"angle":-22.5,"axis":"z","origin":[6.375,9.5625,6.75]},"faces":{"north":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"east":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"south":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"west":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"up":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"},"down":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"}}},{"from":[6.875,10.4375,6.75],"to":[7.4375,10.9375,7.75],"rotation":{"angle":-22.5,"axis":"z","origin":[6.875,10.9375,6.75]},"faces":{"north":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"east":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"south":{"uv":[3.75,10,4.75,12.25],"texture":"#texture"},"west":{"uv":[7.75,10,8.75,12.5],"texture":"#texture"},"up":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"},"down":{"uv":[3.25,10,4.75,11.5],"texture":"#texture"}}},{"from":[1.25,11,7],"to":[1.75,11.25,7.5],"rotation":{"angle":0,"axis":"y","origin":[5.75,8,8]},"faces":{"north":{"uv":[12,1,14,2],"texture":"#texture"},"east":{"uv":[12,1,14,2],"texture":"#texture"},"south":{"uv":[14,1,12,2],"texture":"#texture"},"west":{"uv":[12,1,14,2],"texture":"#texture"},"up":{"uv":[12,1,14,2],"rotation":180,"texture":"#texture"}}},{"from":[-0.75,8.75,7],"to":[7.25,9.25,7.5],"rotation":{"angle":0,"axis":"y","origin":[5.75,8,8]},"faces":{"north":{"uv":[8,1,16,2],"texture":"#texture"},"east":{"uv":[8,1,16,2],"texture":"#texture"},"south":{"uv":[16,1,8,2],"texture":"#texture"},"west":{"uv":[8,1,16,2],"texture":"#texture"},"up":{"uv":[8,1,16,2],"rotation":180,"texture":"#texture"},"down":{"uv":[8,1,16,2],"texture":"#texture"}}},{"from":[1,10.75,7],"to":[2,11,7.5],"rotation":{"angle":0,"axis":"y","origin":[5.75,8,8]},"faces":{"north":{"uv":[12,2,14,3],"texture":"#texture"},"east":{"uv":[12,2,14,3],"texture":"#texture"},"south":{"uv":[14,2,12,3],"texture":"#texture"},"west":{"uv":[12,2,14,3],"texture":"#texture"},"up":{"uv":[12,2,14,3],"rotation":180,"texture":"#texture"}}},{"from":[0.75,10.5,7],"to":[2.5,10.75,7.5],"rotation":{"angle":0,"axis":"y","origin":[5.75,8,8]},"faces":{"north":{"uv":[12,2,14,3],"texture":"#texture"},"east":{"uv":[12,2,14,3],"texture":"#texture"},"south":{"uv":[14,2,12,3],"texture":"#texture"},"west":{"uv":[12,2,14,3],"texture":"#texture"},"up":{"uv":[12,2,14,3],"rotation":180,"texture":"#texture"}}},{"from":[0.5,10.25,7],"to":[3.25,10.5,7.5],"rotation":{"angle":0,"axis":"y","origin":[5.75,8,8]},"faces":{"north":{"uv":[11,1,14,2],"texture":"#texture"},"east":{"uv":[11,1,14,2],"texture":"#texture"},"south":{"uv":[14,1,11,2],"texture":"#texture"},"west":{"uv":[11,1,14,2],"texture":"#texture"},"up":{"uv":[11,1,14,2],"rotation":180,"texture":"#texture"}}},{"from":[7.25,8.75,7],"to":[12.5,9,7.5],"rotation":{"angle":0,"axis":"y","origin":[5.75,8,8]},"faces":{"north":{"uv":[0,2,4,3],"texture":"#texture"},"east":{"uv":[0,1,5,2],"texture":"#texture"},"south":{"uv":[5,1,0,2],"texture":"#texture"},"west":{"uv":[0,1,5,2],"texture":"#texture"},"up":{"uv":[0,1,5,2],"rotation":180,"texture":"#texture"}}},{"from":[1.75,8,7],"to":[3.75,8.25,7.5],"rotation":{"angle":0,"axis":"y","origin":[5.75,8,8]},"faces":{"north":{"uv":[9,4,12,5],"texture":"#texture"},"east":{"uv":[9,4,12,5],"texture":"#texture"},"south":{"uv":[12,4,9,5],"texture":"#texture"},"west":{"uv":[9,4,12,5],"texture":"#texture"},"down":{"uv":[9,4,12,5],"rotation":180,"texture":"#texture"}}},{"from":[0.25,8.25,7],"to":[3.75,8.75,7.5],"rotation":{"angle":0,"axis":"y","origin":[5.75,8,8]},"faces":{"north":{"uv":[11,3,15,4],"texture":"#texture"},"east":{"uv":[11,3,15,4],"texture":"#texture"},"south":{"uv":[15,3,11,4],"texture":"#texture"},"west":{"uv":[11,3,15,4],"texture":"#texture"},"down":{"uv":[11,3,15,4],"texture":"#texture"}}},{"from":[-0.5,9.25,7],"to":[7.75,9.5,7.5],"rotation":{"angle":0,"axis":"y","origin":[5.75,8,8]},"faces":{"north":{"uv":[8,2,16,2],"texture":"#texture"},"east":{"uv":[3.75,2.5,5.25,4.25],"texture":"#texture"},"south":{"uv":[15,2,11,4],"texture":"#texture"},"west":{"uv":[3.75,2.5,5.25,4.25],"texture":"#texture"},"up":{"uv":[4,2,10,3],"rotation":180,"texture":"#texture"}}},{"from":[-0.25,9.5,7],"to":[5.75,9.75,7.5],"rotation":{"angle":0,"axis":"y","origin":[5.75,8,8]},"faces":{"north":{"uv":[10,2,16,2],"texture":"#texture"},"east":{"uv":[3.75,2.5,5.25,4.25],"texture":"#texture"},"south":{"uv":[14,2,10,4],"texture":"#texture"},"west":{"uv":[3.75,2.5,5.25,4.25],"texture":"#texture"},"up":{"uv":[4,2,10,3],"rotation":180,"texture":"#texture"}}},{"from":[0.25,10,7],"to":[4,10.25,7.5],"rotation":{"angle":0,"axis":"y","origin":[5.75,8,8]},"faces":{"north":{"uv":[12,2,15,3],"texture":"#texture"},"east":{"uv":[12,2,15,3],"texture":"#texture"},"south":{"uv":[15,2,12,3],"texture":"#texture"},"west":{"uv":[12,2,15,3],"texture":"#texture"},"up":{"uv":[12,2,15,3],"rotation":180,"texture":"#texture"}}},{"from":[0,9.75,7],"to":[4.75,10,7.5],"rotation":{"angle":0,"axis":"y","origin":[5.75,8,8]},"faces":{"north":{"uv":[12,2,16,3],"texture":"#texture"},"east":{"uv":[12,2,16,3],"texture":"#texture"},"south":{"uv":[16,2,12,3],"texture":"#texture"},"west":{"uv":[12,2,16,3],"texture":"#texture"},"up":{"uv":[12,2,16,3],"rotation":180,"texture":"#texture"}}},{"from":[7.25,9,7],"to":[9.75,9.25,7.5],"rotation":{"angle":0,"axis":"y","origin":[5.75,8,8]},"faces":{"north":{"uv":[4,2,8,3],"texture":"#texture"},"east":{"uv":[4,2,8,3],"texture":"#texture"},"south":{"uv":[8,2,4,3],"texture":"#texture"},"up":{"uv":[4,2,8,3],"rotation":180,"texture":"#texture"}}},{"from":[3.75,7.75,7],"to":[14,8.75,7.5],"rotation":{"angle":0,"axis":"y","origin":[5.75,8,8]},"faces":{"north":{"uv":[0,3,11,5],"texture":"#texture"},"south":{"uv":[11,3,0,5],"texture":"#texture"},"west":{"uv":[8,3,9,5],"texture":"#texture"},"up":{"uv":[0,0,10,1],"rotation":180,"texture":"#texture"},"down":{"uv":[0,3,9,5],"rotation":180,"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[90,-90,0],"translation":[-1.5,8.4,1.5],"scale":[1.3,1.3,1.3]},"thirdperson_lefthand":{"rotation":[90,90,0],"translation":[0.5,8.4,1.5],"scale":[1.3,1.3,1.3]},"firstperson_righthand":{"rotation":[66,-90,0],"translation":[-0.5,8.5,0],"scale":[0.8,0.8,0.8]},"firstperson_lefthand":{"rotation":[66,90,0],"translation":[1.25,8.5,0],"scale":[0.8,0.8,0.8]},"ground":{"rotation":[45,-45,0],"translation":[0,7,0],"scale":[0.85,0.85,0.85]},"gui":{"rotation":[-20,-160,-60],"translation":[1.25,1,0],"scale":[1.3,1.3,1.3]},"fixed":{"rotation":[0,0,-90],"translation":[0,2.5,0]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/mage/wand_air_a.json b/assets/minecraft/models/item/wynn/weapon/mage/wand_air_a.json new file mode 100644 index 000000000..42208a91b --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/mage/wand_air_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"3":"wynn/weapon/anim/air_swirl","wrap":"wynn/weapon/mage/air_tier_a"},"elements":[{"from":[6,17,5],"to":[10,21,11],"faces":{"north":{"uv":[1,11,5,15],"texture":"#wrap"},"east":{"uv":[0,11,6,15],"texture":"#wrap"},"south":{"uv":[1,11,5,15],"texture":"#wrap"},"west":{"uv":[0,11,6,15],"texture":"#wrap"},"up":{"uv":[1,10,5,16],"texture":"#wrap"},"down":{"uv":[1,10,5,16],"texture":"#wrap"}}},{"from":[6,16,6],"to":[10,22,10],"faces":{"north":{"uv":[1,10,5,16],"texture":"#wrap"},"east":{"uv":[1,10,5,16],"texture":"#wrap"},"south":{"uv":[1,10,5,16],"texture":"#wrap"},"west":{"uv":[1,10,5,16],"texture":"#wrap"},"up":{"uv":[1,11,5,15],"texture":"#wrap"},"down":{"uv":[1,11,5,15],"texture":"#wrap"}}},{"from":[5,17,6],"to":[11,21,10],"faces":{"north":{"uv":[0,11,6,15],"texture":"#wrap"},"east":{"uv":[1,11,5,15],"texture":"#wrap"},"south":{"uv":[0,11,6,15],"texture":"#wrap"},"west":{"uv":[1,11,5,15],"texture":"#wrap"},"up":{"uv":[0,11,6,15],"texture":"#wrap"},"down":{"uv":[0,11,6,15],"texture":"#wrap"}}},{"from":[6,10,6],"to":[10,16,10],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[3,0,7,6],"texture":"#wrap"},"east":{"uv":[3,0,7,6],"texture":"#wrap"},"south":{"uv":[7,0,3,6],"texture":"#wrap"},"west":{"uv":[3,0,7,6],"texture":"#wrap"},"down":{"uv":[4,6,8,10],"texture":"#wrap"}}},{"from":[6.5,-6,6.5],"to":[9.5,10,9.5],"rotation":{"angle":0,"axis":"y","origin":[8.5,-1,7.5]},"faces":{"north":{"uv":[10,0,13,16],"texture":"#wrap"},"east":{"uv":[13,0,16,16],"texture":"#wrap"},"south":{"uv":[10,0,13,16],"texture":"#wrap"},"west":{"uv":[16,0,13,16],"texture":"#wrap"},"down":{"uv":[5,6,8,9],"texture":"#wrap"}}},{"from":[10,13,6],"to":[13,16,10],"rotation":{"angle":0,"axis":"y","origin":[18,21,14]},"faces":{"north":{"uv":[0,0,3,3],"texture":"#wrap"},"east":{"uv":[0,6,4,9],"texture":"#wrap"},"south":{"uv":[3,0,0,3],"texture":"#wrap"},"up":{"uv":[0,6,3,10],"rotation":180,"texture":"#wrap"},"down":{"uv":[2,6,5,10],"rotation":180,"texture":"#wrap"}}},{"from":[3,13,6],"to":[6,16,10],"rotation":{"angle":0,"axis":"y","origin":[11,21,14]},"faces":{"north":{"uv":[7,0,10,3],"texture":"#wrap"},"south":{"uv":[10,0,7,3],"texture":"#wrap"},"west":{"uv":[0,6,4,9],"texture":"#wrap"},"up":{"uv":[0,6,3,10],"texture":"#wrap"},"down":{"uv":[2,6,5,10],"texture":"#wrap"}}},{"from":[0,19,0],"to":[16,19.1,16],"shade":false,"rotation":{"angle":-22.5,"axis":"x","origin":[8,19,8]},"faces":{"up":{"uv":[0,0,16,16],"texture":"#3"},"down":{"uv":[0,16,16,0],"texture":"#3"}}},{"from":[0,19,0],"to":[16,19.1,16],"shade":false,"rotation":{"angle":22.5,"axis":"x","origin":[8,19,8]},"faces":{"up":{"uv":[0,0,16,16],"texture":"#3"},"down":{"uv":[0,16,16,0],"texture":"#3"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-90,0],"translation":[-0.5,3,2],"scale":[0.75,0.75,0.75]},"thirdperson_lefthand":{"rotation":[0,-90,0],"translation":[-0.5,3,2],"scale":[0.75,0.75,0.75]},"firstperson_righthand":{"rotation":[-13,109,0],"translation":[0.25,2.5,1],"scale":[0.5,0.5,0.5]},"firstperson_lefthand":{"rotation":[-13,109,0],"translation":[0.25,2.5,1],"scale":[0.5,0.5,0.5]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.4,0.4,0.4]},"gui":{"rotation":[-20,160,30],"translation":[-0.75,0.25,0],"scale":[0.55,0.55,0.55]},"fixed":{"translation":[0,-0.75,-1],"scale":[0.65,0.65,0.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/mage/wand_air_b.json b/assets/minecraft/models/item/wynn/weapon/mage/wand_air_b.json new file mode 100644 index 000000000..9b14efe51 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/mage/wand_air_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"1":"wynn/weapon/mage/air_tier_a","3":"wynn/weapon/anim/air_swirl","particle":"wynn/weapon/mage/air_tier_a","wrap1":"wynn/weapon/mage/air_tier_b"},"elements":[{"from":[5,24,5],"to":[11,31,11],"rotation":{"angle":0,"axis":"y","origin":[13,32,13]},"faces":{"north":{"uv":[0,1,6,8],"texture":"#wrap1"},"east":{"uv":[0,1,6,8],"texture":"#wrap1"},"south":{"uv":[0,1,6,8],"texture":"#wrap1"},"west":{"uv":[0,1,6,8],"texture":"#wrap1"},"up":{"uv":[0,1,6,7],"texture":"#wrap1"}}},{"from":[6,31,6],"to":[10,32,10],"rotation":{"angle":0,"axis":"y","origin":[14,39,14]},"faces":{"north":{"uv":[1,0,5,1],"texture":"#wrap1"},"east":{"uv":[1,0,5,1],"texture":"#wrap1"},"south":{"uv":[1,0,5,1],"texture":"#wrap1"},"west":{"uv":[1,0,5,1],"texture":"#wrap1"},"up":{"uv":[1,1,5,5],"texture":"#wrap1"}}},{"from":[5,28,10],"to":[8,29,12],"rotation":{"angle":0,"axis":"y","origin":[3.5,15,13.5]},"faces":{"north":{"uv":[12,0,15,1],"texture":"#wrap1"},"east":{"uv":[12,0,14,1],"texture":"#wrap1"},"south":{"uv":[12,0,15,1],"texture":"#wrap1"},"west":{"uv":[12,0,14,1],"texture":"#wrap1"},"up":{"uv":[12,0,14,3],"rotation":90,"texture":"#wrap1"}}},{"from":[4,28,8],"to":[6,29,11],"rotation":{"angle":0,"axis":"y","origin":[7.5,15,12.5]},"faces":{"north":{"uv":[12,0,14,1],"texture":"#wrap1"},"east":{"uv":[12,0,15,1],"texture":"#wrap1"},"south":{"uv":[12,0,14,1],"texture":"#wrap1"},"west":{"uv":[12,0,15,1],"texture":"#wrap1"},"up":{"uv":[12,0,14,3],"texture":"#wrap1"}}},{"from":[4,26,6],"to":[10,28,12],"rotation":{"angle":0,"axis":"y","origin":[7.5,14,10.5]},"faces":{"north":{"uv":[10,1,16,3],"texture":"#wrap1"},"east":{"uv":[10,1,16,3],"texture":"#wrap1"},"south":{"uv":[10,1,16,3],"texture":"#wrap1"},"west":{"uv":[10,1,16,3],"texture":"#wrap1"},"up":{"uv":[10,1,16,7],"texture":"#wrap1"}}},{"from":[10,26,5],"to":[12,27,12],"rotation":{"angle":0,"axis":"y","origin":[7.5,13,9.5]},"faces":{"north":{"uv":[9,2,11,3],"texture":"#wrap1"},"east":{"uv":[9,2,16,3],"texture":"#wrap1"},"south":{"uv":[9,2,11,3],"texture":"#wrap1"},"west":{"uv":[9,2,16,3],"texture":"#wrap1"},"up":{"uv":[9,2,11,9],"texture":"#wrap1"}}},{"from":[4,26,4],"to":[11,27,6],"rotation":{"angle":0,"axis":"y","origin":[6.5,13,1.5]},"faces":{"north":{"uv":[9,2,16,3],"texture":"#wrap1"},"east":{"uv":[9,2,11,3],"texture":"#wrap1"},"south":{"uv":[9,2,16,3],"texture":"#wrap1"},"west":{"uv":[9,2,11,3],"texture":"#wrap1"},"up":{"uv":[9,2,11,9],"rotation":90,"texture":"#wrap1"}}},{"from":[4,21,4],"to":[12,26,12],"rotation":{"angle":0,"axis":"y","origin":[7.5,8,8.5]},"faces":{"north":{"uv":[8,3,16,8],"texture":"#wrap1"},"east":{"uv":[16,3,8,8],"texture":"#wrap1"},"south":{"uv":[16,3,8,8],"texture":"#wrap1"},"west":{"uv":[8,3,16,8],"texture":"#wrap1"},"up":{"uv":[8,3,16,11],"texture":"#wrap1"},"down":{"uv":[8,3,16,11],"texture":"#wrap1"}}},{"from":[4.5,18,5],"to":[11.5,21,11],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[8,8,15,11],"texture":"#wrap1"},"east":{"uv":[9,8,15,11],"texture":"#wrap1"},"south":{"uv":[15,8,8,11],"texture":"#wrap1"},"west":{"uv":[9,8,15,11],"texture":"#wrap1"},"down":{"uv":[8,5,15,11],"texture":"#wrap1"}}},{"from":[5.5,15,5.5],"to":[10.5,18,10.5],"rotation":{"angle":0,"axis":"y","origin":[7.5,5,7.5]},"faces":{"north":{"uv":[9,11,14,14],"texture":"#wrap1"},"east":{"uv":[9,11,14,14],"texture":"#wrap1"},"south":{"uv":[9,11,14,14],"texture":"#wrap1"},"west":{"uv":[9,11,14,14],"texture":"#wrap1"},"down":{"uv":[9,6,14,11],"texture":"#wrap1"}}},{"from":[6.5,-1,6.5],"to":[9.5,15,9.5],"rotation":{"angle":0,"axis":"y","origin":[8.5,-6,7.5]},"faces":{"north":{"uv":[10,0,13,16],"texture":"#1"},"east":{"uv":[10,0,13,16],"texture":"#1"},"south":{"uv":[10,0,13,16],"texture":"#1"},"west":{"uv":[10,0,13,16],"texture":"#1"},"down":{"uv":[10,13,13,16],"texture":"#1"}}},{"from":[7,-4,7],"to":[9,0,9],"rotation":{"angle":0,"axis":"y","origin":[8.5,-9,7.5]},"faces":{"north":{"uv":[0,8,2,12],"texture":"#wrap1"},"east":{"uv":[2,8,4,12],"texture":"#wrap1"},"south":{"uv":[0,8,2,12],"texture":"#wrap1"},"west":{"uv":[2,8,4,12],"texture":"#wrap1"},"down":{"uv":[1,9,3,11],"texture":"#wrap1"}}},{"from":[-1,28.5,-1],"to":[17,28.6,17],"shade":false,"rotation":{"angle":-22.5,"axis":"x","origin":[8,28.5,8]},"faces":{"up":{"uv":[0,0,16,16],"texture":"#3"},"down":{"uv":[0,16,16,0],"texture":"#3"}}},{"from":[-1,28.5,-1],"to":[17,28.6,17],"shade":false,"rotation":{"angle":22.5,"axis":"x","origin":[8,28.5,8]},"faces":{"up":{"uv":[0,0,16,16],"texture":"#3"},"down":{"uv":[0,16,16,0],"texture":"#3"}}}],"display":{"thirdperson_righthand":{"rotation":[10,0,0],"translation":[-0.2,-4,2],"scale":[0.79,0.79,0.79]},"thirdperson_lefthand":{"rotation":[10,0,0],"translation":[-0.2,-4,2],"scale":[0.79,0.79,0.79]},"firstperson_righthand":{"rotation":[-14,120,0],"translation":[2.25,-6.5,0],"scale":[0.7,0.7,0.7]},"firstperson_lefthand":{"rotation":[-14,120,0],"translation":[2.25,-6.5,0],"scale":[0.7,0.7,0.7]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.4,0.4,0.4]},"gui":{"rotation":[-20,160,30],"translation":[-2,-3,0],"scale":[0.55,0.55,0.55]},"fixed":{"translation":[0,-0.75,-1],"scale":[0.65,0.65,0.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/mage/wand_air_c.json b/assets/minecraft/models/item/wynn/weapon/mage/wand_air_c.json new file mode 100644 index 000000000..499bce63f --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/mage/wand_air_c.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"2":"wynn/weapon/mage/air_tier_a","3":"wynn/weapon/anim/air_swirl","particle":"wynn/weapon/mage/air_tier_a","wand":"wynn/weapon/mage/air_tier_c","orb":"wynn/weapon/mage/air_tier_b"},"elements":[{"from":[8.75,17.75,11],"to":[10,20,12.5],"faces":{"east":{"uv":[12,4,13,6],"texture":"#wand"},"south":{"uv":[12,4,13,6],"texture":"#wand"},"west":{"uv":[12,4,13,6],"texture":"#wand"},"up":{"uv":[12,4,13,5],"texture":"#wand"},"down":{"uv":[12,5,13,6],"texture":"#wand"}}},{"from":[10,19,11],"to":[12,20,13],"faces":{"south":{"uv":[13,4,15,5],"texture":"#wand"},"west":{"uv":[13,4,14,5],"texture":"#wand"},"up":{"uv":[13,4,15,5],"texture":"#wand"},"down":{"uv":[13,4,15,5],"texture":"#wand"}}},{"from":[12,16.75,11],"to":[13.25,20,13],"faces":{"east":{"uv":[15,4,16,7],"texture":"#wand"},"south":{"uv":[15,4,16,7],"texture":"#wand"},"west":{"uv":[15,4,16,7],"texture":"#wand"},"up":{"uv":[15,4,16,5],"texture":"#wand"},"down":{"uv":[15,5,16,7],"texture":"#wand"}}},{"from":[11,15,8],"to":[12,18,12.5],"faces":{"north":{"uv":[14,6,15,9],"texture":"#wand"},"east":{"uv":[9,8,13,11],"texture":"#wand"},"south":{"uv":[14,6,15,9],"texture":"#wand"},"west":{"uv":[14,6,15,9],"texture":"#wand"},"up":{"uv":[14,6,15,7],"texture":"#wand"},"down":{"uv":[9,7,10,11],"texture":"#wand"}}},{"from":[7,12,7],"to":[11,17,11],"faces":{"north":{"uv":[14,7,10,12],"texture":"#wand"},"east":{"uv":[10,7,14,12],"texture":"#wand"},"south":{"uv":[10,7,14,12],"texture":"#wand"},"west":{"uv":[10,7,14,12],"texture":"#wand"},"up":{"uv":[10,7,14,11],"texture":"#wand"},"down":{"uv":[10,8,14,12],"texture":"#wand"}}},{"from":[6,13,6],"to":[8,18,10],"faces":{"north":{"uv":[11,6,9,11],"texture":"#wand"},"east":{"uv":[14,7,10,12],"texture":"#wand"},"south":{"uv":[9,6,11,11],"texture":"#wand"},"west":{"uv":[10,7,14,12],"texture":"#wand"},"up":{"uv":[9,6,11,10],"texture":"#wand"},"down":{"uv":[9,6,11,10],"texture":"#wand"}}},{"from":[5,16,6],"to":[7,23,9],"faces":{"north":{"uv":[10,1,8,8],"texture":"#wand"},"east":{"uv":[9,1,10,8],"texture":"#wand"},"south":{"uv":[8,1,10,8],"texture":"#wand"},"west":{"uv":[8,1,9,8],"texture":"#wand"},"up":{"uv":[8,2,10,5],"texture":"#wand"},"down":{"uv":[8,5,10,8],"texture":"#wand"}}},{"from":[6,22,7],"to":[8,24,10],"faces":{"north":{"uv":[11,0,9,2],"texture":"#wand"},"east":{"uv":[9,0,11,2],"texture":"#wand"},"south":{"uv":[9,0,11,2],"texture":"#wand"},"west":{"uv":[9,0,11,2],"texture":"#wand"},"down":{"uv":[9,1,11,2],"texture":"#wand"}}},{"from":[8,17,5],"to":[14,23,11],"faces":{"north":{"uv":[0,1,6,7],"texture":"#orb"},"east":{"uv":[0,1,6,7],"texture":"#orb"},"south":{"uv":[0,1,6,7],"texture":"#orb"},"west":{"uv":[0,1,6,7],"texture":"#orb"},"up":{"uv":[1,1,5,5],"texture":"#orb"},"down":{"uv":[0,1,6,7],"texture":"#orb"}}},{"from":[10,20,11],"to":[12,21,12.5],"faces":{"east":{"uv":[14,3,15,4],"texture":"#wand"},"south":{"uv":[13,3,15,4],"texture":"#wand"},"west":{"uv":[13,3,14,4],"texture":"#wand"},"up":{"uv":[13,3,15,4],"texture":"#wand"}}},{"from":[6,24,7],"to":[8,27,10],"faces":{"north":{"uv":[2,13,0,16],"texture":"#wand"},"east":{"uv":[1,13,2,16],"texture":"#wand"},"south":{"uv":[0,13,2,16],"texture":"#wand"},"west":{"uv":[0,13,1,16],"texture":"#wand"},"up":{"uv":[0,13,2,16],"texture":"#wand"}}},{"from":[7,26,7],"to":[9,29,9],"faces":{"north":{"uv":[3,11,1,14],"texture":"#wand"},"east":{"uv":[2,11,3,14],"texture":"#wand"},"south":{"uv":[1,11,3,14],"texture":"#wand"},"west":{"uv":[1,11,3,14],"texture":"#wand"},"up":{"uv":[1,11,3,13],"texture":"#wand"},"down":{"uv":[0,14,2,16],"texture":"#wand"}}},{"from":[8,29,7],"to":[9,31,8.5],"faces":{"north":{"uv":[3,9,2,11],"texture":"#wand"},"east":{"uv":[2,9,3,11],"texture":"#wand"},"south":{"uv":[2,9,3,11],"texture":"#wand"},"west":{"uv":[2,9,3,11],"texture":"#wand"},"up":{"uv":[2,9,3,10],"texture":"#wand"}}},{"from":[9,30,7],"to":[10,32,8],"faces":{"north":{"uv":[4,8,3,10],"texture":"#wand"},"east":{"uv":[3,8,4,10],"texture":"#wand"},"south":{"uv":[3,8,4,10],"texture":"#wand"},"west":{"uv":[3,8,4,10],"texture":"#wand"},"up":{"uv":[3,8,4,9],"texture":"#wand"},"down":{"uv":[3,9,4,10],"texture":"#wand"}}},{"from":[7,18,6],"to":[15,22,10],"faces":{"north":{"uv":[6,2,7,6],"texture":"#orb"},"east":{"uv":[1,2,5,6],"texture":"#orb"},"south":{"uv":[6,2,7,6],"texture":"#orb"},"west":{"uv":[1,2,5,6],"texture":"#orb"},"up":{"uv":[6,2,7,5],"texture":"#orb"},"down":{"uv":[6,2,7,6],"texture":"#orb"}}},{"from":[9,16,6],"to":[13,24,10],"faces":{"north":{"uv":[1,0,5,8],"texture":"#orb"},"east":{"uv":[1,0,5,8],"texture":"#orb"},"south":{"uv":[1,0,5,8],"texture":"#orb"},"west":{"uv":[1,0,5,8],"texture":"#orb"},"up":{"uv":[1,1,5,5],"texture":"#orb"},"down":{"uv":[1,2,5,6],"texture":"#orb"}}},{"from":[9,18,4],"to":[13,22,12],"faces":{"north":{"uv":[1,2,5,6],"texture":"#orb"},"east":{"uv":[6,2,7,6],"texture":"#orb"},"south":{"uv":[1,2,5,6],"texture":"#orb"},"west":{"uv":[6,2,7,6],"texture":"#orb"},"up":{"uv":[1,0,5,3],"texture":"#orb"},"down":{"uv":[1,0,5,8],"texture":"#orb"}}},{"from":[7,8,7],"to":[10,12,10],"faces":{"north":{"uv":[10,12,13,16],"texture":"#wand"},"east":{"uv":[10,12,13,16],"texture":"#wand"},"south":{"uv":[10,12,13,16],"texture":"#wand"},"west":{"uv":[10,12,13,16],"texture":"#wand"}}},{"from":[6,9,8],"to":[7,11,9],"faces":{"north":{"uv":[9,13,10,15],"texture":"#wand"},"south":{"uv":[9,13,10,15],"texture":"#wand"},"west":{"uv":[9,13,10,15],"texture":"#wand"},"up":{"uv":[9,13,10,14],"texture":"#wand"},"down":{"uv":[9,14,10,15],"texture":"#wand"}}},{"from":[5,10,8],"to":[6,12,9],"faces":{"north":{"uv":[8,12,9,14],"texture":"#wand"},"east":{"uv":[8,12,9,14],"texture":"#wand"},"south":{"uv":[8,12,9,14],"texture":"#wand"},"west":{"uv":[8,12,9,14],"texture":"#wand"},"up":{"uv":[8,12,9,13],"texture":"#wand"},"down":{"uv":[8,13,9,14],"texture":"#wand"}}},{"from":[7,-6,7],"to":[10,8,10],"rotation":{"angle":0,"axis":"y","origin":[8,3,8]},"faces":{"north":{"uv":[10,2,13,16],"texture":"#2"},"east":{"uv":[13,2,16,16],"texture":"#2"},"south":{"uv":[10,2,13,16],"texture":"#2"},"west":{"uv":[13,2,16,16],"texture":"#2"}}},{"from":[7,-8,7],"to":[10,-6,10],"rotation":{"angle":0,"axis":"y","origin":[8,0,8]},"faces":{"north":{"uv":[1,0,4,2],"texture":"#wand"},"east":{"uv":[1,0,4,2],"texture":"#wand"},"south":{"uv":[1,0,4,2],"texture":"#wand"},"west":{"uv":[1,0,4,2],"texture":"#wand"}}},{"from":[5,-13,7],"to":[7,-9,10],"rotation":{"angle":0,"axis":"y","origin":[7,-3,8]},"faces":{"north":{"uv":[4,3,6,7],"texture":"#wand"},"east":{"uv":[4,10,7,14],"texture":"#wand"},"south":{"uv":[6,3,4,7],"texture":"#wand"},"west":{"uv":[4,8,7,12],"texture":"#wand"},"up":{"uv":[5,8,7,11],"texture":"#wand"},"down":{"uv":[4,11,6,14],"texture":"#wand"}}},{"from":[9,-13,7],"to":[11,-11,10],"rotation":{"angle":0,"axis":"y","origin":[11,-3,8]},"faces":{"north":{"uv":[0,5,2,7],"texture":"#wand"},"east":{"uv":[4,11,7,13],"texture":"#wand"},"south":{"uv":[2,5,0,7],"texture":"#wand"},"west":{"uv":[4,9,7,11],"texture":"#wand"},"up":{"uv":[6,8,8,11],"rotation":180,"texture":"#wand"},"down":{"uv":[6,13,8,16],"texture":"#wand"}}},{"from":[7,-12,6.5],"to":[9,-10,10.5],"rotation":{"angle":0,"axis":"y","origin":[9,-2,7.5]},"faces":{"north":{"uv":[2,4,4,6],"texture":"#wand"},"east":{"uv":[2,4,4,6],"texture":"#wand"},"south":{"uv":[4,4,2,6],"texture":"#wand"},"west":{"uv":[2,4,4,6],"texture":"#wand"},"up":{"uv":[2,4,4,6],"texture":"#wand"},"down":{"uv":[2,4,4,6],"texture":"#wand"}}},{"from":[6,-10,7],"to":[10,-8,10],"rotation":{"angle":0,"axis":"y","origin":[8,-2,8]},"faces":{"north":{"uv":[1,2,5,4],"texture":"#wand"},"east":{"uv":[1,2,4,4],"texture":"#wand"},"south":{"uv":[5,2,1,4],"texture":"#wand"},"west":{"uv":[1,2,4,4],"texture":"#wand"},"up":{"uv":[4,8,8,11],"texture":"#wand"},"down":{"uv":[4,11,8,14],"texture":"#wand"}}},{"from":[6,-14,7],"to":[10,-12,10],"rotation":{"angle":0,"axis":"y","origin":[8,-6,8]},"faces":{"north":{"uv":[1,6,5,8],"texture":"#wand"},"east":{"uv":[1,6,4,8],"texture":"#wand"},"south":{"uv":[5,6,1,8],"texture":"#wand"},"west":{"uv":[2,6,5,8],"texture":"#wand"},"up":{"uv":[4,8,8,11],"texture":"#wand"},"down":{"uv":[4,11,8,14],"texture":"#wand"}}},{"from":[0,20,-2],"to":[20,20.1,18],"rotation":{"angle":22.5,"axis":"x","origin":[11,20,8]},"faces":{"up":{"uv":[0,0,16,16],"texture":"#3"},"down":{"uv":[0,16,16,0],"texture":"#3"}}},{"from":[0,20,-2],"to":[20,20.1,18],"rotation":{"angle":-22.5,"axis":"x","origin":[11,20,8]},"faces":{"up":{"uv":[0,0,16,16],"rotation":180,"texture":"#3"},"down":{"uv":[0,16,16,0],"rotation":180,"texture":"#3"}}},{"from":[0,20,-2],"to":[20,20.1,18],"rotation":{"angle":22.5,"axis":"z","origin":[11,20,8]},"faces":{"up":{"uv":[0,0,16,16],"rotation":180,"texture":"#3"},"down":{"uv":[0,16,16,0],"rotation":180,"texture":"#3"}}},{"from":[0,20,-2],"to":[20,20.1,18],"rotation":{"angle":-22.5,"axis":"z","origin":[11,20,8]},"faces":{"up":{"uv":[0,0,16,16],"texture":"#3"},"down":{"uv":[0,16,16,0],"texture":"#3"}}}],"display":{"thirdperson_righthand":{"rotation":[15,0,0],"translation":[-0.5,3,2.5],"scale":[0.85,0.85,0.85]},"thirdperson_lefthand":{"rotation":[15,0,0],"translation":[-0.5,3,2.5],"scale":[0.85,0.85,0.85]},"firstperson_righthand":{"rotation":[-10,-180,0],"translation":[6,-4.5,-3.25],"scale":[0.9,0.9,0.9]},"firstperson_lefthand":{"rotation":[-10,0,0],"translation":[6,-4.5,-3.25],"scale":[0.9,0.9,0.9]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.4,0.4,0.4]},"gui":{"rotation":[-20,160,30],"translation":[0,-0.25,0],"scale":[0.53,0.53,-0.53]},"fixed":{"rotation":[0,-180,0],"translation":[0,-0.75,-1],"scale":[0.65,0.65,0.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/mage/wand_basic_diamond.json b/assets/minecraft/models/item/wynn/weapon/mage/wand_basic_diamond.json new file mode 100644 index 000000000..33af6e658 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/mage/wand_basic_diamond.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"2":"wynn/weapon/mage/basic_gold","wand":"wynn/weapon/mage/basic_diamond","flame":"wynn/weapon/anim/cyan_flame","particle":"wynn/weapon/mage/basic_gold"},"elements":[{"from":[6.5,-8,7.5],"to":[9.5,8,10.5],"rotation":{"angle":0,"axis":"y","origin":[7.5,4,7.5]},"faces":{"north":{"uv":[0,0,3,16],"texture":"#2"},"east":{"uv":[0,0,3,16],"texture":"#2"},"south":{"uv":[0,0,3,16],"texture":"#2"},"west":{"uv":[0,0,3,16],"texture":"#2"},"down":{"uv":[0,13,3,16],"texture":"#2"}}},{"from":[6,8,7],"to":[10,12,11],"faces":{"north":{"uv":[3,16,7,12],"rotation":180,"texture":"#wand"},"east":{"uv":[3,16,7,12],"rotation":180,"texture":"#wand"},"south":{"uv":[3,16,7,12],"rotation":180,"texture":"#wand"},"west":{"uv":[3,16,7,12],"rotation":180,"texture":"#wand"},"down":{"uv":[3,16,7,12],"rotation":180,"texture":"#wand"}}},{"from":[5,23,4],"to":[10,27,6],"faces":{"north":{"uv":[2,6,7,10],"texture":"#wand"},"east":{"uv":[2,1,0,5],"texture":"#wand"},"south":{"uv":[9,0,14,4],"texture":"#wand"},"west":{"uv":[0,1,2,5],"texture":"#wand"},"up":{"uv":[9,0,14,2],"texture":"#wand"},"down":{"uv":[2,9,7,11],"texture":"#wand"}}},{"from":[4,19,5],"to":[6,26,7],"faces":{"north":{"uv":[1,2,3,9],"texture":"#wand"},"east":{"uv":[9,0,11,7],"texture":"#wand"},"south":{"uv":[8,1,10,5],"texture":"#wand"},"west":{"uv":[1,2,3,9],"texture":"#wand"},"up":{"uv":[8,1,10,3],"texture":"#wand"},"down":{"uv":[2,8,4,10],"texture":"#wand"}}},{"from":[9,19,5],"to":[11,26,7],"faces":{"north":{"uv":[1,2,3,9],"texture":"#wand"},"east":{"uv":[3,2,1,9],"texture":"#wand"},"south":{"uv":[12,0,14,7],"texture":"#wand"},"west":{"uv":[12,0,14,7],"texture":"#wand"},"up":{"uv":[13,1,15,3],"texture":"#wand"},"down":{"uv":[2,8,4,10],"texture":"#wand"}}},{"from":[4,15,6],"to":[6,24,8],"faces":{"north":{"uv":[2,4,4,13],"texture":"#wand"},"south":{"uv":[11,0,13,8],"texture":"#wand"},"west":{"uv":[2,4,4,13],"texture":"#wand"},"up":{"uv":[8,2,10,4],"texture":"#wand"},"down":{"uv":[3,12,5,14],"texture":"#wand"}}},{"from":[10,16,6],"to":[12,23,9],"faces":{"north":{"uv":[2,4,4,11],"texture":"#wand"},"east":{"uv":[5,5,2,12],"texture":"#wand"},"south":{"uv":[7,6,5,13],"texture":"#wand"},"up":{"uv":[14,2,16,5],"texture":"#wand"},"down":{"uv":[3,13,5,16],"texture":"#wand"}}},{"from":[9,15,6],"to":[11,22,11],"faces":{"north":{"uv":[3,5,5,12],"texture":"#wand"},"east":{"uv":[7,6,2,13],"texture":"#wand"},"south":{"uv":[6,6,7,13],"texture":"#wand"},"up":{"uv":[13,2,15,7],"texture":"#wand"},"down":{"uv":[3,11,5,16],"texture":"#wand"}}},{"from":[4,15,8],"to":[6,23,9],"faces":{"south":{"uv":[3,4,4,12],"texture":"#wand"},"west":{"uv":[4,5,5,13],"texture":"#wand"},"up":{"uv":[8,4,10,5],"texture":"#wand"},"down":{"uv":[3,13,5,14],"texture":"#wand"}}},{"from":[5,15,9],"to":[10,22,11],"faces":{"south":{"uv":[2,6,7,13],"texture":"#wand"},"west":{"uv":[5,6,7,13],"texture":"#wand"},"up":{"uv":[9,5,14,7],"texture":"#wand"}}},{"from":[6,16,11],"to":[9,21,12],"faces":{"east":{"uv":[8,7,7,12],"texture":"#wand"},"south":{"uv":[5,7,8,12],"texture":"#wand"},"west":{"uv":[7,7,8,12],"texture":"#wand"},"up":{"uv":[10,7,13,8],"texture":"#wand"},"down":{"uv":[2,12,5,13],"texture":"#wand"}}},{"from":[5,12,7],"to":[10,15,11],"faces":{"north":{"uv":[2,10,7,13],"texture":"#wand"},"east":{"uv":[3,13,7,16],"texture":"#wand"},"south":{"uv":[2,10,7,13],"texture":"#wand"},"west":{"uv":[3,13,7,16],"texture":"#wand"},"down":{"uv":[2,9,7,13],"texture":"#wand"}}},{"from":[6,17,5],"to":[9,23,6],"faces":{"north":{"uv":[3,7,6,13],"texture":"#wand"},"east":{"uv":[1,3,2,9],"texture":"#wand"},"west":{"uv":[2,4,3,10],"texture":"#wand"},"down":{"uv":[2,9,5,10],"texture":"#wand"}}},{"from":[6,15,6],"to":[9,19,7],"faces":{"north":{"uv":[2,8,5,12],"texture":"#wand"},"down":{"uv":[3,13,6,14],"texture":"#wand"}}},{"from":[6,20,6],"to":[10,25,10],"faces":{"east":{"uv":[12,10,16,15],"texture":"#wand"},"south":{"uv":[12,10,16,15],"texture":"#wand"},"west":{"uv":[12,10,16,15],"texture":"#wand"},"up":{"uv":[8,12,12,16],"texture":"#wand"}}},{"from":[7.5,25,7.5],"to":[8.5,26,8.5],"faces":{"north":{"uv":[14,9,15,10],"texture":"#wand"},"east":{"uv":[14,9,15,10],"texture":"#wand"},"south":{"uv":[14,9,15,10],"texture":"#wand"},"west":{"uv":[14,9,15,10],"texture":"#wand"},"up":{"uv":[14,9,15,10],"texture":"#wand"}}},{"from":[4,24,7.9],"to":[12,32,8.1],"shade":false,"rotation":{"angle":45,"axis":"y","origin":[8,25,8]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#flame"},"south":{"uv":[0,0,16,16],"texture":"#flame"}}},{"from":[7.9,24,4],"to":[8.1,32,12],"shade":false,"rotation":{"angle":45,"axis":"y","origin":[8,25,8]},"faces":{"east":{"uv":[0,0,16,16],"texture":"#flame"},"west":{"uv":[0,0,16,16],"texture":"#flame"}}}],"display":{"thirdperson_righthand":{"rotation":[10,-75,0],"translation":[0.25,1.5,2],"scale":[0.85,0.85,0.85]},"thirdperson_lefthand":{"rotation":[10,-75,0],"translation":[0.25,1.5,2],"scale":[0.85,0.85,0.85]},"firstperson_righthand":{"rotation":[0,-80,1],"translation":[1,-1,0],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[0,-80,1],"translation":[1,-1,0],"scale":[0.6,0.6,0.6]},"ground":{"rotation":[45,45,0],"translation":[0,6,0],"scale":[0.5,0.5,0.5]},"gui":{"rotation":[-20,160,30],"translation":[-0.75,-0.5,0],"scale":[0.57,0.57,-0.57]},"fixed":{"rotation":[0,-180,0],"translation":[0,-0.75,-1.5],"scale":[0.7,0.7,0.7]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/mage/wand_basic_gold.json b/assets/minecraft/models/item/wynn/weapon/mage/wand_basic_gold.json new file mode 100644 index 000000000..daa0ca4eb --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/mage/wand_basic_gold.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"wynn/weapon/mage/basic_gold","particle":"wynn/weapon/mage/basic_gold"},"elements":[{"from":[4.5,22,6.5],"to":[6.5,24,9.5],"faces":{"north":{"uv":[13,5,15,7],"texture":"#0"},"east":{"uv":[13,5,16,6],"texture":"#0"},"south":{"uv":[15,5,13,7],"texture":"#0"},"west":{"uv":[13,5,16,6],"texture":"#0"},"down":{"uv":[3,6,6,8],"rotation":270,"texture":"#0"}}},{"from":[3.5,23,6.5],"to":[6.5,27,9.5],"faces":{"north":{"uv":[13,2,16,6],"texture":"#0"},"east":{"uv":[13,2,16,6],"texture":"#0"},"south":{"uv":[16,2,13,6],"texture":"#0"},"west":{"uv":[13,2,16,6],"texture":"#0"},"up":{"uv":[3,0,6,3],"texture":"#0"},"down":{"uv":[3,5,6,8],"texture":"#0"}}},{"from":[4.5,25,6.5],"to":[7.5,28,9.5],"faces":{"north":{"uv":[12,1,15,4],"texture":"#0"},"east":{"uv":[13,3,16,6],"texture":"#0"},"south":{"uv":[15,1,12,4],"texture":"#0"},"west":{"uv":[12,1,15,4],"texture":"#0"},"up":{"uv":[12,1,15,2],"texture":"#0"},"down":{"uv":[12,1,15,4],"texture":"#0"}}},{"from":[5.5,26,6.5],"to":[10.5,29,9.5],"faces":{"north":{"uv":[9,0,14,3],"texture":"#0"},"east":{"uv":[9,0,12,3],"texture":"#0"},"south":{"uv":[14,0,9,3],"texture":"#0"},"west":{"uv":[11,0,14,3],"texture":"#0"},"up":{"uv":[9,0,14,1],"rotation":180,"texture":"#0"},"down":{"uv":[3,3,6,8],"rotation":90,"texture":"#0"}}},{"from":[9.5,26,6.5],"to":[11.5,28,9.5],"faces":{"north":{"uv":[8,1,10,3],"texture":"#0"},"east":{"uv":[10,0,13,2],"texture":"#0"},"south":{"uv":[10,1,8,3],"texture":"#0"},"up":{"uv":[9,0,12,2],"rotation":90,"texture":"#0"}}},{"from":[9.5,20,6.5],"to":[12.5,27,9.5],"faces":{"north":{"uv":[7,2,10,9],"texture":"#0"},"east":{"uv":[3,1,6,8],"texture":"#0"},"south":{"uv":[10,2,7,9],"texture":"#0"},"west":{"uv":[3,1,6,8],"texture":"#0"},"up":{"uv":[7,2,10,5],"texture":"#0"},"down":{"uv":[0,13,3,16],"texture":"#0"}}},{"from":[8.5,18,6.5],"to":[11.5,21,9.5],"faces":{"north":{"uv":[8,8,11,11],"texture":"#0"},"east":{"uv":[8,8,11,11],"texture":"#0"},"south":{"uv":[11,8,8,11],"texture":"#0"},"west":{"uv":[0,13,3,16],"texture":"#0"},"up":{"uv":[8,8,11,11],"texture":"#0"},"down":{"uv":[8,8,11,11],"texture":"#0"}}},{"from":[7.5,16,6.5],"to":[10.5,19,9.5],"faces":{"north":{"uv":[9,10,12,13],"texture":"#0"},"east":{"uv":[9,10,12,13],"texture":"#0"},"south":{"uv":[12,10,9,13],"texture":"#0"},"west":{"uv":[3,5,6,8],"texture":"#0"},"up":{"uv":[9,10,12,13],"texture":"#0"},"down":{"uv":[9,10,12,13],"texture":"#0"}}},{"from":[6.5,0,6.5],"to":[9.5,16,9.5],"faces":{"north":{"uv":[0,0,3,16],"texture":"#0"},"east":{"uv":[3,0,0,16],"texture":"#0"},"south":{"uv":[3,0,0,16],"texture":"#0"},"west":{"uv":[0,0,3,16],"texture":"#0"},"up":{"uv":[0,13,3,16],"texture":"#0"},"down":{"uv":[0,13,3,16],"texture":"#0"}}},{"from":[6.5,-4,6.5],"to":[9.5,0,9.5],"rotation":{"angle":0,"axis":"y","origin":[9,8,8]},"faces":{"north":{"uv":[4,9,7,13],"texture":"#0"},"east":{"uv":[7,9,4,13],"texture":"#0"},"south":{"uv":[7,9,4,13],"texture":"#0"},"west":{"uv":[4,9,7,13],"texture":"#0"},"up":{"uv":[4,9,7,12],"texture":"#0"},"down":{"uv":[4,10,7,13],"texture":"#0"}}},{"from":[5.5,-6,6.5],"to":[8.5,-2,9.5],"rotation":{"angle":0,"axis":"y","origin":[9,8,8]},"faces":{"north":{"uv":[5,11,8,15],"texture":"#0"},"east":{"uv":[8,11,5,15],"texture":"#0"},"south":{"uv":[8,11,5,15],"texture":"#0"},"west":{"uv":[5,11,8,15],"texture":"#0"},"up":{"uv":[5,11,8,14],"texture":"#0"},"down":{"uv":[5,12,8,15],"texture":"#0"}}},{"from":[4.5,-7,6.5],"to":[7.5,-4,9.5],"rotation":{"angle":0,"axis":"y","origin":[9,8,8]},"faces":{"north":{"uv":[6,13,9,16],"texture":"#0"},"east":{"uv":[6,13,9,16],"texture":"#0"},"south":{"uv":[9,13,6,16],"texture":"#0"},"west":{"uv":[6,13,9,16],"texture":"#0"},"up":{"uv":[6,13,9,16],"texture":"#0"},"down":{"uv":[6,13,9,16],"texture":"#0"}}},{"from":[12.5,21.5,8],"to":[15.5,25.5,8.1],"rotation":{"angle":45,"axis":"y","origin":[12.5,22.5,8]},"faces":{"north":{"uv":[16,12,13,16],"texture":"#0"},"south":{"uv":[13,12,16,16],"texture":"#0"}}},{"from":[8.5,-1.5,10],"to":[8.6,2.5,13],"rotation":{"angle":45,"axis":"y","origin":[8,-0.5,9.5]},"faces":{"east":{"uv":[13,8,16,12],"texture":"#0"},"west":{"uv":[16,8,13,12],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[7,-80,0],"translation":[-0.5,-2.25,1.5],"scale":[0.75,0.75,0.75]},"thirdperson_lefthand":{"rotation":[7,100,0],"translation":[-0.5,-2.25,1.5],"scale":[0.75,0.75,0.75]},"firstperson_righthand":{"rotation":[5,-80,10],"translation":[0.5,2,0.5],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[-5,100,10],"translation":[-0.5,2,0.5],"scale":[0.6,0.6,0.6]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.35,0.35,0.35]},"gui":{"rotation":[-20,160,30],"translation":[-1,-1,0],"scale":[0.55,0.55,0.55]},"fixed":{"translation":[0,-2,-2],"scale":[0.65,0.65,0.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/mage/wand_basic_wood.json b/assets/minecraft/models/item/wynn/weapon/mage/wand_basic_wood.json new file mode 100644 index 000000000..3d6be9f4c --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/mage/wand_basic_wood.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"stick":"wynn/weapon/mage/basic_wooden"},"elements":[{"from":[6,-7,7],"to":[9,-5,9],"faces":{"north":{"uv":[8,14,11,16],"texture":"#stick"},"east":{"uv":[11,14,13,16],"texture":"#stick"},"south":{"uv":[8,14,11,16],"texture":"#stick"},"west":{"uv":[10,14,12,16],"texture":"#stick"},"up":{"uv":[8,14,11,16],"rotation":180,"texture":"#stick"},"down":{"uv":[11,14,14,16],"rotation":180,"texture":"#stick"}}},{"from":[7,-5,7],"to":[9,9,9],"faces":{"north":{"uv":[9,0,11,14],"texture":"#stick"},"east":{"uv":[9,0,11,14],"texture":"#stick"},"south":{"uv":[9,0,11,14],"texture":"#stick"},"west":{"uv":[9,0,11,14],"texture":"#stick"}}},{"from":[7,9,7],"to":[9,16,9],"faces":{"north":{"uv":[3,9,1,16],"texture":"#stick"},"east":{"uv":[13,9,15,16],"texture":"#stick"},"south":{"uv":[1,9,3,16],"texture":"#stick"},"west":{"uv":[11,9,13,16],"texture":"#stick"},"up":{"uv":[11,0,13,2],"texture":"#stick"}}},{"from":[8,15,7],"to":[10,23,9],"faces":{"north":{"uv":[4,2,2,10],"texture":"#stick"},"east":{"uv":[13,2,15,10],"texture":"#stick"},"south":{"uv":[2,2,4,10],"texture":"#stick"},"west":{"uv":[11,2,13,10],"texture":"#stick"},"up":{"uv":[13,0,15,2],"texture":"#stick"},"down":{"uv":[13,5,15,7],"texture":"#stick"}}},{"from":[6,21,7],"to":[8,25,9],"faces":{"north":{"uv":[2,0,0,4],"texture":"#stick"},"east":{"uv":[13,0,15,4],"texture":"#stick"},"south":{"uv":[0,0,2,4],"texture":"#stick"},"west":{"uv":[11,0,13,4],"texture":"#stick"},"up":{"uv":[11,0,13,2],"texture":"#stick"},"down":{"uv":[11,4,13,6],"texture":"#stick"}}},{"from":[10,19,7],"to":[11,20,8],"faces":{"north":{"uv":[4,5,5,6],"texture":"#stick"},"east":{"uv":[4,5,5,6],"texture":"#stick"},"south":{"uv":[4,5,5,6],"texture":"#stick"},"up":{"uv":[4,5,5,6],"texture":"#stick"},"down":{"uv":[4,5,5,6],"texture":"#stick"}}},{"from":[11,19,7.49],"to":[14,23,7.51],"shade":false,"rotation":{"angle":45,"axis":"y","origin":[11,19,7.5]},"faces":{"north":{"uv":[8,2,5,6],"texture":"#stick"},"south":{"uv":[5,2,8,6],"texture":"#stick"}}}],"display":{"thirdperson_righthand":{"rotation":[10,105,0],"translation":[-0.5,1.5,2],"scale":[0.85,0.85,0.85]},"thirdperson_lefthand":{"rotation":[10,-75,0],"translation":[-0.5,1.5,2],"scale":[0.85,0.85,0.85]},"firstperson_righthand":{"rotation":[0,100,8],"translation":[1.5,1.5,0],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[0,100,8],"translation":[1.5,1.5,0],"scale":[0.6,0.6,0.6]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.4,0.4,0.4]},"gui":{"rotation":[-20,160,30],"translation":[0,-0.25,0],"scale":[0.6,0.6,0.6]},"fixed":{"translation":[0,-0.75,-1],"scale":[0.65,0.65,0.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/mage/wand_earth_a.json b/assets/minecraft/models/item/wynn/weapon/mage/wand_earth_a.json new file mode 100644 index 000000000..8dd72c371 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/mage/wand_earth_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"1":"wynn/weapon/mage/earth_tier_a","particle":"wynn/weapon/mage/earth_tier_a"},"elements":[{"from":[5,21,8],"to":[7,23,10],"faces":{"north":{"uv":[4,1,6,3],"texture":"#1"},"east":{"uv":[4,1,6,3],"texture":"#1"},"south":{"uv":[6,1,4,3],"texture":"#1"},"west":{"uv":[14,1,16,3],"texture":"#1"},"up":{"uv":[12,4,14,6],"texture":"#1"},"down":{"uv":[4,1,6,3],"texture":"#1"}}},{"from":[6,22,8],"to":[10,24,10],"faces":{"north":{"uv":[1,0,5,2],"texture":"#1"},"east":{"uv":[12,0,14,2],"texture":"#1"},"south":{"uv":[5,0,1,2],"texture":"#1"},"west":{"uv":[14,0,16,2],"texture":"#1"},"up":{"uv":[12,0,16,2],"texture":"#1"},"down":{"uv":[12,7,16,9],"texture":"#1"}}},{"from":[9,18,8],"to":[11,23,10],"faces":{"north":{"uv":[0,1,2,6],"texture":"#1"},"east":{"uv":[12,1,14,6],"texture":"#1"},"south":{"uv":[2,1,0,6],"texture":"#1"},"west":{"uv":[14,6,16,11],"texture":"#1"},"up":{"uv":[14,1,16,3],"texture":"#1"},"down":{"uv":[0,4,2,6],"texture":"#1"}}},{"from":[8,16,8],"to":[10,19,10],"rotation":{"angle":0,"axis":"y","origin":[9,8,8]},"faces":{"north":{"uv":[1,5,3,8],"texture":"#1"},"east":{"uv":[12,5,14,8],"texture":"#1"},"south":{"uv":[3,5,1,8],"texture":"#1"},"west":{"uv":[14,5,16,8],"texture":"#1"},"up":{"uv":[1,5,3,7],"texture":"#1"},"down":{"uv":[1,6,3,8],"texture":"#1"}}},{"from":[6,10,8],"to":[8,18,10],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[3,6,5,14],"texture":"#1"},"east":{"uv":[12,6,14,14],"texture":"#1"},"south":{"uv":[5,6,3,14],"texture":"#1"},"west":{"uv":[14,6,16,14],"texture":"#1"},"up":{"uv":[14,5,16,7],"texture":"#1"},"down":{"uv":[3,12,5,14],"texture":"#1"}}},{"from":[7,8,8],"to":[9,11,10],"faces":{"north":{"uv":[2,13,4,16],"texture":"#1"},"east":{"uv":[12,13,14,16],"texture":"#1"},"south":{"uv":[4,13,2,16],"texture":"#1"},"west":{"uv":[14,13,16,16],"texture":"#1"},"up":{"uv":[2,13,4,15],"texture":"#1"}}},{"from":[6,-8,8],"to":[9,-6,10],"rotation":{"angle":0,"axis":"y","origin":[7,-8,8]},"faces":{"north":{"uv":[12,14,9,16],"texture":"#1"},"east":{"uv":[10,14,12,16],"texture":"#1"},"south":{"uv":[9,14,12,16],"texture":"#1"},"west":{"uv":[9,14,11,16],"texture":"#1"},"up":{"uv":[9,14,12,16],"texture":"#1"},"down":{"uv":[9,14,12,16],"texture":"#1"}}},{"from":[7,-6,8],"to":[9,8,10],"rotation":{"angle":0,"axis":"y","origin":[8,-6,8]},"faces":{"north":{"uv":[10,0,12,14],"texture":"#1"},"east":{"uv":[12,0,10,14],"texture":"#1"},"south":{"uv":[12,0,10,14],"texture":"#1"},"west":{"uv":[10,0,12,14],"texture":"#1"}}},{"from":[5.75,9,7.25],"to":[10.25,18,10.75],"rotation":{"angle":0,"axis":"y","origin":[13.5,17,14.5]},"faces":{"north":{"uv":[6,0,10,9],"texture":"#1"},"east":{"uv":[6,0,10,9],"texture":"#1"},"south":{"uv":[6,0,10,9],"texture":"#1"},"west":{"uv":[6,0,10,9],"texture":"#1"}}},{"from":[6,1,7.5],"to":[9.25,10,10.5],"rotation":{"angle":0,"axis":"y","origin":[13.5,9,15]},"faces":{"north":{"uv":[6,0,9,9],"texture":"#1"},"east":{"uv":[6,0,9,9],"texture":"#1"},"south":{"uv":[6,0,9,9],"texture":"#1"},"west":{"uv":[7,0,10,9],"texture":"#1"}}},{"from":[5.5,9.5,7],"to":[9.5,13.5,11],"rotation":{"angle":0,"axis":"y","origin":[13.5,17.5,15]},"faces":{"north":{"uv":[6,9,10,13],"rotation":90,"texture":"#1"},"south":{"uv":[6,9,10,13],"rotation":270,"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[10,105,0],"translation":[-0.5,1.5,2],"scale":[0.85,0.85,0.85]},"thirdperson_lefthand":{"rotation":[10,-75,0],"translation":[-0.5,1.5,2],"scale":[0.85,0.85,0.85]},"firstperson_righthand":{"rotation":[-24,-80,-8],"translation":[3.25,1.5,0],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[-13,100,-8],"translation":[3.25,1.5,-0.5],"scale":[0.6,0.6,0.6]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.4,0.4,0.4]},"gui":{"rotation":[-20,160,30],"translation":[-0.25,0.75,0],"scale":[0.54,0.54,0.54]},"fixed":{"translation":[0,-0.75,-1],"scale":[0.65,0.65,0.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/mage/wand_earth_b.json b/assets/minecraft/models/item/wynn/weapon/mage/wand_earth_b.json new file mode 100644 index 000000000..ca8bb83c5 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/mage/wand_earth_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"1":"wynn/weapon/mage/earth_tier_c_0","particle":"wynn/weapon/mage/earth_tier_c_0","wand":"wynn/weapon/mage/earth_tier_b"},"elements":[{"from":[6,25,6],"to":[10,26,10],"rotation":{"angle":0,"axis":"y","origin":[14,33,14]},"faces":{"north":{"uv":[12,0,16,1],"texture":"#wand"},"east":{"uv":[12,3,16,4],"rotation":180,"texture":"#wand"},"south":{"uv":[12,3,16,4],"texture":"#wand"},"west":{"uv":[12,1,16,2],"texture":"#wand"},"up":{"uv":[12,0,16,4],"texture":"#wand"}}},{"from":[5.5,12,5.5],"to":[10.5,25,10.5],"rotation":{"angle":0,"axis":"y","origin":[6.5,20,6.5]},"faces":{"north":{"uv":[0,0,5,13],"texture":"#wand"},"east":{"uv":[5,0,0,13],"texture":"#wand"},"south":{"uv":[0,0,5,13],"texture":"#wand"},"west":{"uv":[5,0,0,13],"texture":"#wand"},"up":{"uv":[0,2,5,7],"texture":"#wand"},"down":{"uv":[0,10,5,15],"texture":"#wand"}}},{"from":[5,15,5],"to":[11,23,11],"rotation":{"angle":0,"axis":"y","origin":[6,23,6]},"faces":{"north":{"uv":[0,2,6,10],"texture":"#wand"},"east":{"uv":[6,2,0,10],"texture":"#wand"},"south":{"uv":[0,2,6,10],"texture":"#wand"},"west":{"uv":[6,2,0,10],"texture":"#wand"},"up":{"uv":[0,2,6,8],"texture":"#wand"},"down":{"uv":[0,4,6,10],"texture":"#wand"}}},{"from":[6.5,9,6.5],"to":[9.5,12,9.5],"rotation":{"angle":0,"axis":"y","origin":[7.5,17,7.5]},"faces":{"north":{"uv":[6,13,9,16],"texture":"#wand"},"east":{"uv":[9,13,6,16],"texture":"#wand"},"south":{"uv":[6,13,9,16],"texture":"#wand"},"west":{"uv":[9,13,6,16],"texture":"#wand"}}},{"from":[6.5,-7,6.5],"to":[9.5,9,9.5],"rotation":{"angle":0,"axis":"y","origin":[7.5,1,7.5]},"faces":{"north":{"uv":[9,0,12,16],"texture":"#wand"},"east":{"uv":[12,0,9,16],"texture":"#wand"},"south":{"uv":[9,0,12,16],"texture":"#wand"},"west":{"uv":[12,0,9,16],"texture":"#wand"},"down":{"uv":[9,13,12,16],"texture":"#wand"}}},{"from":[5,7,5],"to":[11,15,11],"rotation":{"angle":0,"axis":"y","origin":[13,15,13]},"faces":{"north":{"uv":[0,0,6,8],"texture":"#1"},"east":{"uv":[0,0,6,8],"texture":"#1"},"south":{"uv":[0,0,6,8],"texture":"#1"},"west":{"uv":[0,0,6,8],"texture":"#1"}}},{"from":[4.5,14,4.5],"to":[11.5,22,11.5],"rotation":{"angle":0,"axis":"y","origin":[12.5,22,12.5]},"faces":{"north":{"uv":[0,0,7,8],"texture":"#1"},"east":{"uv":[0,0,7,8],"texture":"#1"},"south":{"uv":[0,0,7,8],"texture":"#1"},"west":{"uv":[0,0,7,8],"texture":"#1"}}},{"from":[4,18,6.5],"to":[12,22,10.5],"rotation":{"angle":0,"axis":"y","origin":[12,26,14.5]},"faces":{"east":{"uv":[0,12,4,16],"texture":"#1"},"west":{"uv":[0,12,4,16],"texture":"#1"}}},{"from":[6.5,12,4],"to":[10.5,16,12],"rotation":{"angle":0,"axis":"y","origin":[8.5,14,8]},"faces":{"north":{"uv":[4,12,8,16],"texture":"#1"},"south":{"uv":[4,8,8,12],"texture":"#1"}}},{"from":[11,21,5],"to":[14,25,5.25],"rotation":{"angle":22.5,"axis":"y","origin":[11,22,5.5]},"faces":{"north":{"uv":[8,0,11,4],"texture":"#1"},"south":{"uv":[11,0,8,4],"texture":"#1"}}},{"from":[8.5,-4,9.5],"to":[8.75,0,12.5],"rotation":{"angle":-22.5,"axis":"y","origin":[8.5,-3,9.5]},"faces":{"east":{"uv":[8,0,11,4],"texture":"#1"},"west":{"uv":[11,0,8,4],"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[10,105,0],"translation":[-0.5,1.5,2],"scale":[0.85,0.85,0.85]},"thirdperson_lefthand":{"rotation":[10,-75,0],"translation":[-0.5,1.5,2],"scale":[0.85,0.85,0.85]},"firstperson_righthand":{"rotation":[-26,-95,-8],"translation":[1.5,2.75,0],"scale":[0.5,0.5,0.5]},"firstperson_lefthand":{"rotation":[-26,-95,-8],"translation":[1.5,2.75,0],"scale":[0.5,0.5,0.5]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.4,0.4,0.4]},"gui":{"rotation":[-20,160,30],"translation":[-0.75,-0.5,0],"scale":[0.57,0.57,0.57]},"fixed":{"translation":[0,-0.75,-1],"scale":[0.65,0.65,0.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/mage/wand_earth_c.json b/assets/minecraft/models/item/wynn/weapon/mage/wand_earth_c.json new file mode 100644 index 000000000..8cdb8adc0 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/mage/wand_earth_c.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"3":"wynn/weapon/mage/earth_tier_b","4":"wynn/weapon/mage/earth_tier_c_0","particle":"wynn/weapon/mage/earth_tier_b","flower2":"block_variants/sunflower_back","flower":"block_variants/sunflower_front","petal":"wynn/weapon/anim/earth_color_petals"},"elements":[{"from":[6.5,-10,6.5],"to":[9.5,6,9.5],"rotation":{"angle":0,"axis":"y","origin":[7.5,-4,7.5]},"faces":{"north":{"uv":[9,0,12,16],"texture":"#3"},"east":{"uv":[9,0,12,16],"texture":"#3"},"south":{"uv":[12,0,9,16],"texture":"#3"},"west":{"uv":[9,0,12,16],"texture":"#3"},"down":{"uv":[9,13,12,16],"rotation":180,"texture":"#3"}}},{"from":[0,20,9],"to":[16,20.02,17],"shade":false,"rotation":{"angle":-22.5,"axis":"x","origin":[8,20,9]},"faces":{"up":{"uv":[0,0,16,8],"rotation":180,"texture":"#petal"},"down":{"uv":[0,0,16,8],"texture":"#petal"}}},{"from":[0,20,-1],"to":[16,20.02,7],"shade":false,"rotation":{"angle":22.5,"axis":"x","origin":[8,20,7]},"faces":{"up":{"uv":[0,0,16,8],"texture":"#petal"},"down":{"uv":[16,0,0,8],"rotation":180,"texture":"#petal"}}},{"from":[-1,20,0],"to":[7,20.02,16],"shade":false,"rotation":{"angle":-22.5,"axis":"z","origin":[7,20,8]},"faces":{"up":{"uv":[0,0,16,8],"rotation":270,"texture":"#petal"},"down":{"uv":[16,0,0,8],"rotation":270,"texture":"#petal"}}},{"from":[9,20,0],"to":[17,20.02,16],"shade":false,"rotation":{"angle":22.5,"axis":"z","origin":[9,20,8]},"faces":{"up":{"uv":[0,0,16,8],"rotation":90,"texture":"#petal"},"down":{"uv":[16,0,0,8],"rotation":90,"texture":"#petal"}}},{"from":[6,20,6],"to":[10,22,10],"rotation":{"angle":0,"axis":"y","origin":[14,28,14]},"faces":{"north":{"uv":[12,0,16,2],"texture":"#3"},"east":{"uv":[16,2,12,4],"texture":"#3"},"south":{"uv":[12,2,16,4],"texture":"#3"},"west":{"uv":[12,1,16,3],"texture":"#3"},"up":{"uv":[12,0,16,4],"texture":"#3"}}},{"from":[2,9.5,5],"to":[14,21.5,5.02],"shade":false,"rotation":{"angle":22.5,"axis":"x","origin":[7,18.5,3.5]},"faces":{"north":{"uv":[0,16,16,0],"texture":"#flower"},"south":{"uv":[0,16,16,0],"texture":"#flower2"}}},{"from":[2,2.5,12.98],"to":[14,14.5,13],"shade":false,"rotation":{"angle":22.5,"axis":"x","origin":[9,11.5,14.5]},"faces":{"north":{"uv":[0,16,16,0],"texture":"#flower2"},"south":{"uv":[0,16,16,0],"texture":"#flower"}}},{"from":[5.5,4,5.5],"to":[10.5,20,10.5],"rotation":{"angle":0,"axis":"y","origin":[7.5,-5,7.5]},"faces":{"north":{"uv":[0,0,5,16],"texture":"#3"},"east":{"uv":[0,0,5,16],"texture":"#3"},"south":{"uv":[5,0,0,16],"texture":"#3"},"west":{"uv":[0,0,5,16],"texture":"#3"},"up":{"uv":[0,7,5,2],"texture":"#3"},"down":{"uv":[0,2,5,7],"texture":"#3"}}},{"from":[5,10,5],"to":[11,18,11],"rotation":{"angle":0,"axis":"y","origin":[7,1,7]},"faces":{"north":{"uv":[0,2,6,10],"texture":"#3"},"east":{"uv":[0,2,6,10],"texture":"#3"},"south":{"uv":[6,2,0,10],"texture":"#3"},"west":{"uv":[0,2,6,10],"texture":"#3"},"up":{"uv":[0,8,6,2],"texture":"#3"},"down":{"uv":[0,4,6,10],"texture":"#3"}}},{"from":[2,16,7.48],"to":[5,20,7.52],"shade":false,"rotation":{"angle":-22.5,"axis":"y","origin":[5,16,7.5]},"faces":{"north":{"uv":[11,0,8,4],"texture":"#4"},"south":{"uv":[8,0,11,4],"texture":"#4"}}},{"from":[8.5,-8,9.48],"to":[11.5,-4,9.52],"shade":false,"rotation":{"angle":-22.5,"axis":"y","origin":[8.5,-8,9.5]},"faces":{"north":{"uv":[8,0,11,4],"texture":"#4"},"south":{"uv":[11,0,8,4],"texture":"#4"}}},{"from":[5,2,5],"to":[11,10,11],"rotation":{"angle":0,"axis":"y","origin":[13,10,13]},"faces":{"north":{"uv":[0,0,6,8],"texture":"#4"},"east":{"uv":[0,0,6,8],"texture":"#4"},"south":{"uv":[0,0,6,8],"texture":"#4"},"west":{"uv":[0,0,6,8],"texture":"#4"}}},{"from":[4.5,9,4.5],"to":[11.5,17,11.5],"rotation":{"angle":0,"axis":"y","origin":[12.5,17,12.5]},"faces":{"north":{"uv":[0,0,7,8],"texture":"#4"},"east":{"uv":[0,0,7,8],"texture":"#4"},"south":{"uv":[0,0,7,8],"texture":"#4"},"west":{"uv":[0,0,7,8],"texture":"#4"}}},{"from":[6,4,4.5],"to":[10,8,5.5],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[4,12,8,16],"texture":"#4"}}},{"from":[4,9,5.5],"to":[12,13,9.5],"rotation":{"angle":0,"axis":"y","origin":[12.5,17,13.5]},"faces":{"east":{"uv":[0,8,4,12],"texture":"#4"},"west":{"uv":[0,12,4,16],"texture":"#4"}}}],"display":{"thirdperson_righthand":{"rotation":[10,105,0],"translation":[-0.5,4,2],"scale":[0.85,0.85,0.85]},"thirdperson_lefthand":{"rotation":[10,-75,0],"translation":[-0.5,4,2],"scale":[0.85,0.85,0.85]},"firstperson_righthand":{"rotation":[-5,-161,-22],"translation":[1.5,1.25,0.25],"scale":[0.5,0.5,0.5]},"firstperson_lefthand":{"rotation":[-5,-161,-22],"translation":[1.5,1.25,0.25],"scale":[0.5,0.5,0.5]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.4,0.4,0.4]},"gui":{"rotation":[-20,160,30],"translation":[-0.75,0.25,0],"scale":[0.6,0.6,0.6]},"fixed":{"translation":[0,-0.75,-1],"scale":[0.65,0.65,0.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/mage/wand_fire_a.json b/assets/minecraft/models/item/wynn/weapon/mage/wand_fire_a.json new file mode 100644 index 000000000..358ad0b9e --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/mage/wand_fire_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"wand":"wynn/weapon/mage/fire_tier_a","flame":"wynn/weapon/anim/flame_small"},"elements":[{"from":[7,-5,7],"to":[9,5,9],"faces":{"north":{"uv":[14,6,16,16],"texture":"#wand"},"east":{"uv":[14,6,16,16],"texture":"#wand"},"south":{"uv":[14,6,16,16],"texture":"#wand"},"west":{"uv":[14,6,16,16],"texture":"#wand"},"down":{"uv":[14,14,16,16],"texture":"#wand"}}},{"from":[7,5,7],"to":[9,21,9],"faces":{"north":{"uv":[2,0,4,16],"texture":"#wand"},"east":{"uv":[2,0,4,16],"texture":"#wand"},"south":{"uv":[2,0,4,16],"texture":"#wand"},"west":{"uv":[2,0,4,16],"texture":"#wand"},"up":{"uv":[2,0,4,1],"texture":"#wand"}}},{"from":[5,18,6],"to":[11,20,10],"faces":{"north":{"uv":[0,1,6,3],"texture":"#wand"},"east":{"uv":[1,1,5,3],"texture":"#wand"},"south":{"uv":[0,1,6,3],"texture":"#wand"},"west":{"uv":[1,1,5,3],"texture":"#wand"},"up":{"uv":[8,12,14,16],"texture":"#wand"},"down":{"uv":[0,2,6,3],"texture":"#wand"}}},{"from":[6,17,6],"to":[10,18,10],"faces":{"north":{"uv":[1,3,5,4],"texture":"#wand"},"east":{"uv":[1,3,5,4],"texture":"#wand"},"south":{"uv":[1,3,5,4],"texture":"#wand"},"west":{"uv":[1,3,5,4],"texture":"#wand"},"down":{"uv":[1,3,5,4],"texture":"#wand"}}},{"from":[4,22,7.98],"to":[12,30,8.02],"shade":false,"rotation":{"angle":45,"axis":"y","origin":[8,22,8],"rescale":true},"faces":{"north":{"uv":[16,0,0,16],"texture":"#flame"},"south":{"uv":[0,0,16,16],"texture":"#flame"}}},{"from":[4,22,7.98],"to":[12,30,8.02],"shade":false,"rotation":{"angle":-45,"axis":"y","origin":[8,22,8],"rescale":true},"faces":{"north":{"uv":[16,0,0,16],"texture":"#flame"},"south":{"uv":[0,0,16,16],"texture":"#flame"}}}],"display":{"thirdperson_righthand":{"rotation":[6,-80,0],"translation":[-0.5,1,1.5],"scale":[0.8,0.8,0.8]},"thirdperson_lefthand":{"rotation":[6,100,0],"translation":[-0.5,1,1.5],"scale":[0.8,0.8,0.8]},"firstperson_righthand":{"rotation":[0,-80,0],"translation":[1,-1,0],"scale":[0.7,0.7,0.7]},"firstperson_lefthand":{"rotation":[0,-80,0],"translation":[1,-1,0],"scale":[0.7,0.7,0.7]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.4,0.4,0.4]},"gui":{"rotation":[-20,160,30],"translation":[-1,-1,0],"scale":[0.55,0.55,0.55]},"fixed":{"translation":[0,-0.75,-1],"scale":[0.65,0.65,0.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/mage/wand_fire_b.json b/assets/minecraft/models/item/wynn/weapon/mage/wand_fire_b.json new file mode 100644 index 000000000..715f75808 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/mage/wand_fire_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"wynn/weapon/mage/fire_tier_b","particle":"wynn/weapon/mage/fire_tier_b","flame":"wynn/weapon/anim/flame_small"},"elements":[{"from":[4,24,7.98],"to":[12,32,8.02],"shade":false,"rotation":{"angle":45,"axis":"y","origin":[8,26,8],"rescale":true},"faces":{"north":{"uv":[16,0,0,16],"texture":"#flame"},"south":{"uv":[0,0,16,16],"texture":"#flame"}}},{"from":[4,24,7.98],"to":[12,32,8.02],"shade":false,"rotation":{"angle":-45,"axis":"y","origin":[8,26,8],"rescale":true},"faces":{"north":{"uv":[16,0,0,16],"texture":"#flame"},"south":{"uv":[0,0,16,16],"texture":"#flame"}}},{"from":[11,21,7],"to":[13,23,9],"faces":{"north":{"uv":[5.5,4.5,6.5,5.5],"texture":"#0"},"east":{"uv":[2.5,5,3.5,6],"texture":"#0"},"south":{"uv":[9.5,4.5,10.5,5.5],"texture":"#0"},"west":{"uv":[2,5.5,3,6.5],"texture":"#0"},"up":{"uv":[2.5,6,3.5,7],"texture":"#0"},"down":{"uv":[2,5.5,3,6.5],"texture":"#0"}}},{"from":[10,20,7],"to":[12,22,9],"faces":{"north":{"uv":[6,5,7,6],"texture":"#0"},"east":{"uv":[2,6,3,7],"texture":"#0"},"south":{"uv":[9,5,10,6],"texture":"#0"},"up":{"uv":[3,7.5,4,8.5],"texture":"#0"},"down":{"uv":[2,5,3,6],"texture":"#0"}}},{"from":[7,22,7],"to":[9,23,9],"faces":{"north":{"uv":[7.5,4.5,8.5,5],"texture":"#0"},"east":{"uv":[7.5,4.5,8.5,5],"texture":"#0"},"south":{"uv":[7.5,4.5,8.5,5],"texture":"#0"},"west":{"uv":[7.5,4.5,8.5,5],"texture":"#0"},"up":{"uv":[2,5,3,6],"texture":"#0"}}},{"from":[6,18,6.5],"to":[10,22,9.5],"faces":{"north":{"uv":[7,5,9,7],"texture":"#0"},"east":{"uv":[7,5,8.5,7],"texture":"#0"},"south":{"uv":[7,5,9,7],"texture":"#0"},"west":{"uv":[7.5,5,9,7],"texture":"#0"},"up":{"uv":[2,10.5,4,12],"texture":"#0"}}},{"from":[5,16,6],"to":[11,18,10],"faces":{"north":{"uv":[6.5,7,9.5,8],"texture":"#0"},"east":{"uv":[7,7,9,8],"texture":"#0"},"south":{"uv":[6.5,7,9.5,8],"texture":"#0"},"west":{"uv":[7,7,9,8],"texture":"#0"},"up":{"uv":[2,2,5,4],"texture":"#0"},"down":{"uv":[2,0,5,2],"texture":"#0"}}},{"from":[3,21,7],"to":[5,23,9],"faces":{"north":{"uv":[9.5,4.5,10.5,5.5],"texture":"#0"},"east":{"uv":[2,6.5,3,7.5],"texture":"#0"},"south":{"uv":[5.5,4.5,6.5,5.5],"texture":"#0"},"west":{"uv":[3,7,4,8],"texture":"#0"},"up":{"uv":[3,7.5,4,8.5],"texture":"#0"},"down":{"uv":[2,5,3,6],"texture":"#0"}}},{"from":[4,20,7],"to":[6,22,9],"faces":{"north":{"uv":[9,5,10,6],"texture":"#0"},"south":{"uv":[6,5,7,6],"texture":"#0"},"west":{"uv":[2.5,6,3.5,7],"texture":"#0"},"up":{"uv":[3,9,4,10],"texture":"#0"},"down":{"uv":[3,6,4,7],"texture":"#0"}}},{"from":[7,-12,7],"to":[9,4,9],"faces":{"north":{"uv":[7.5,8,8.5,16],"texture":"#0"},"east":{"uv":[7.5,8,8.5,16],"texture":"#0"},"south":{"uv":[7.5,8,8.5,16],"texture":"#0"},"west":{"uv":[7.5,8,8.5,16],"texture":"#0"},"down":{"uv":[7.5,15,8.5,16],"texture":"#0"}}},{"from":[7,4,7],"to":[9,16,9],"faces":{"north":{"uv":[7.5,8,8.5,14],"texture":"#0"},"east":{"uv":[7.5,8,8.5,14],"texture":"#0"},"south":{"uv":[7.5,8,8.5,14],"texture":"#0"},"west":{"uv":[7.5,8,8.5,14],"texture":"#0"},"down":{"uv":[7.5,15,8.5,16],"texture":"#0"}}},{"from":[6,-10,7],"to":[10,-8,9],"faces":{"north":{"uv":[7,14,9,15],"texture":"#0"},"east":{"uv":[7.5,14,8.5,15],"texture":"#0"},"south":{"uv":[7,14,9,15],"texture":"#0"},"west":{"uv":[7.5,14,8.5,15],"texture":"#0"},"up":{"uv":[2,10,4,11],"texture":"#0"},"down":{"uv":[2,6,4,7],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[10,105,0],"translation":[-0.5,1.5,2],"scale":[0.8,0.8,0.8]},"thirdperson_lefthand":{"rotation":[10,-75,0],"translation":[-0.5,1.5,2],"scale":[0.8,0.8,0.8]},"firstperson_righthand":{"rotation":[0,100,8],"translation":[1.5,1.5,0],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[0,100,8],"translation":[1.5,1.5,0],"scale":[0.6,0.6,0.6]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.4,0.4,0.4]},"gui":{"rotation":[-20,160,30],"translation":[-0.25,-0.25,0],"scale":[0.55,0.55,0.55]},"fixed":{"translation":[0,-0.75,-1],"scale":[0.65,0.65,0.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/mage/wand_fire_c.json b/assets/minecraft/models/item/wynn/weapon/mage/wand_fire_c.json new file mode 100644 index 000000000..466351105 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/mage/wand_fire_c.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"wynn/weapon/mage/fire_tier_c","1":"wynn/weapon/anim/fire_swirl","particle":"wynn/weapon/mage/fire_tier_c","flame":"wynn/weapon/anim/flame_medium"},"elements":[{"from":[5,-15,5],"to":[11,-11,11],"faces":{"north":{"uv":[12.5,13.5,15.5,15.5],"texture":"#0"},"east":{"uv":[12.5,13.5,15.5,15.5],"texture":"#0"},"south":{"uv":[12.5,13.5,15.5,15.5],"texture":"#0"},"west":{"uv":[12.5,13.5,15.5,15.5],"texture":"#0"},"up":{"uv":[2,8,4,10],"texture":"#0"},"down":{"uv":[2,4,4,6],"texture":"#0"}}},{"from":[6,-11,6],"to":[10,-8,10],"faces":{"north":{"uv":[13,12,15,13.5],"texture":"#0"},"east":{"uv":[13,12,15,13.5],"texture":"#0"},"south":{"uv":[13,12,15,13.5],"texture":"#0"},"west":{"uv":[13,12,15,13.5],"texture":"#0"},"up":{"uv":[2,8,4,10],"texture":"#0"}}},{"from":[7,0,7],"to":[9,8,9],"faces":{"north":{"uv":[8.5,12,7.5,16],"texture":"#0"},"east":{"uv":[7.5,12,8.5,16],"texture":"#0"},"south":{"uv":[7.5,12,8.5,16],"texture":"#0"},"west":{"uv":[8.5,12,7.5,16],"texture":"#0"}}},{"from":[7,-8,7],"to":[9,-2,9],"faces":{"north":{"uv":[14.5,9,13.5,12],"texture":"#0"},"east":{"uv":[13.5,9,14.5,12],"texture":"#0"},"south":{"uv":[13.5,9,14.5,12],"texture":"#0"},"west":{"uv":[14.5,9,13.5,12],"texture":"#0"}}},{"from":[6,-2,7],"to":[10,0,9],"faces":{"north":{"uv":[15,8,13,9],"texture":"#0"},"east":{"uv":[13.5,8,14.5,9],"texture":"#0"},"south":{"uv":[13,8,15,9],"texture":"#0"},"west":{"uv":[13.5,8,14.5,9],"texture":"#0"},"up":{"uv":[2,11,4,12],"texture":"#0"},"down":{"uv":[2,7,4,8],"texture":"#0"}}},{"from":[7,-16,4],"to":[9,-13,5],"faces":{"north":{"uv":[13.5,14.5,14.5,16],"texture":"#0"},"east":{"uv":[12,14.5,12.5,16],"texture":"#0"},"south":{"uv":[13.5,14.5,14.5,16],"texture":"#0"},"west":{"uv":[15.5,14.5,16,16],"texture":"#0"},"up":{"uv":[13.5,14.5,14.5,15],"texture":"#0"},"down":{"uv":[12,15.5,12.5,16],"texture":"#0"}}},{"from":[11,-16,7],"to":[12,-13,9],"rotation":{"angle":0,"axis":"y","origin":[11.5,-14.5,8]},"faces":{"north":{"uv":[12,14.5,12.5,16],"texture":"#0"},"east":{"uv":[13.5,14.5,14.5,16],"texture":"#0"},"south":{"uv":[15.5,14.5,16,16],"texture":"#0"},"west":{"uv":[13.5,14.5,14.5,16],"texture":"#0"},"up":{"uv":[13.5,14.5,14.5,15],"rotation":270,"texture":"#0"},"down":{"uv":[12,15.5,12.5,16],"rotation":90,"texture":"#0"}}},{"from":[4,-16,7],"to":[5,-13,9],"rotation":{"angle":0,"axis":"y","origin":[4.5,-14.5,8]},"faces":{"north":{"uv":[12,14.5,12.5,16],"texture":"#0"},"east":{"uv":[13.5,14.5,14.5,16],"texture":"#0"},"south":{"uv":[15.5,14.5,16,16],"texture":"#0"},"west":{"uv":[13.5,14.5,14.5,16],"texture":"#0"},"up":{"uv":[13.5,14.5,14.5,15],"rotation":270,"texture":"#0"},"down":{"uv":[12,15.5,12.5,16],"rotation":90,"texture":"#0"}}},{"from":[7,-16,11],"to":[9,-13,12],"faces":{"north":{"uv":[13.5,14.5,14.5,16],"texture":"#0"},"east":{"uv":[12,14.5,12.5,16],"texture":"#0"},"south":{"uv":[13.5,14.5,14.5,16],"texture":"#0"},"west":{"uv":[15.5,14.5,16,16],"texture":"#0"},"up":{"uv":[13.5,14.5,14.5,15],"texture":"#0"},"down":{"uv":[12,15.5,12.5,16],"texture":"#0"}}},{"from":[5,30,6.5],"to":[11,32,9.5],"faces":{"north":{"uv":[9.5,0,6.5,1],"texture":"#0"},"east":{"uv":[7.5,0,9,1],"texture":"#0"},"south":{"uv":[6.5,0,9.5,1],"texture":"#0"},"west":{"uv":[7,0,8.5,1],"texture":"#0"},"up":{"uv":[2,14.5,5,16],"texture":"#0"},"down":{"uv":[2,12,5,13.5],"texture":"#0"}}},{"from":[11,29,6.5],"to":[14,31,9.5],"faces":{"north":{"uv":[11,0.5,9.5,1.5],"texture":"#0"},"east":{"uv":[9.5,0.5,11,1.5],"texture":"#0"},"south":{"uv":[9.5,0.5,11,1.5],"texture":"#0"},"west":{"uv":[9.5,0.5,11,1.5],"texture":"#0"},"up":{"uv":[3,14.5,4.5,16],"texture":"#0"},"down":{"uv":[3,12.5,4.5,14],"texture":"#0"}}},{"from":[13,27,6.5],"to":[15,30,9.5],"faces":{"north":{"uv":[11.5,1,10.5,2.5],"texture":"#0"},"east":{"uv":[2,10,3.5,11.5],"texture":"#0"},"south":{"uv":[10.5,1,11.5,2.5],"texture":"#0"},"west":{"uv":[2,10,3.5,11.5],"texture":"#0"},"up":{"uv":[3.5,14,4.5,16],"texture":"#0"},"down":{"uv":[4,12,5,13.5],"texture":"#0"}}},{"from":[12,26,7],"to":[14,27,9],"faces":{"north":{"uv":[11,2.5,10,3],"texture":"#0"},"south":{"uv":[10,2.5,11,3],"texture":"#0"},"west":{"uv":[10,2.5,11,3],"texture":"#0"},"up":{"uv":[10,2.5,11,3],"texture":"#0"},"down":{"uv":[10,2.5,11,3],"texture":"#0"}}},{"from":[10,28,7],"to":[11,30,9],"faces":{"north":{"uv":[9.5,1,9,2],"texture":"#0"},"east":{"uv":[9,1,9.5,2],"texture":"#0"},"south":{"uv":[9,1,9.5,2],"texture":"#0"},"west":{"uv":[9,1,9.5,2],"texture":"#0"},"down":{"uv":[9,1,9.5,2],"texture":"#0"}}},{"from":[7,29,7],"to":[9,30,9],"faces":{"north":{"uv":[8.5,1,7.5,1.5],"texture":"#0"},"east":{"uv":[7.5,1,8.5,1.5],"texture":"#0"},"south":{"uv":[7.5,1,8.5,1.5],"texture":"#0"},"west":{"uv":[7.5,1,8.5,1.5],"texture":"#0"},"down":{"uv":[7.5,1,8.5,1.5],"texture":"#0"}}},{"from":[5,28,7],"to":[6,30,9],"faces":{"north":{"uv":[7,1,6.5,2],"texture":"#0"},"east":{"uv":[6.5,1,7,2],"texture":"#0"},"south":{"uv":[6.5,1,7,2],"texture":"#0"},"west":{"uv":[6.5,1,7,2],"texture":"#0"},"down":{"uv":[6.5,1,7,2],"texture":"#0"}}},{"from":[2,29,6.5],"to":[5,31,9.5],"faces":{"north":{"uv":[6.5,0.5,5,1.5],"texture":"#0"},"east":{"uv":[5,0.5,6.5,1.5],"texture":"#0"},"south":{"uv":[5,0.5,6.5,1.5],"texture":"#0"},"west":{"uv":[5,0.5,6.5,1.5],"texture":"#0"},"up":{"uv":[2,14.5,3.5,16],"texture":"#0"},"down":{"uv":[2,12.5,3.5,14],"texture":"#0"}}},{"from":[1,27,6.5],"to":[3,30,9.5],"faces":{"north":{"uv":[5.5,1,4.5,2.5],"texture":"#0"},"east":{"uv":[2,5,3.5,6.5],"texture":"#0"},"south":{"uv":[4.5,1,5.5,2.5],"texture":"#0"},"west":{"uv":[2,10,3.5,11.5],"texture":"#0"},"up":{"uv":[2,14.5,3,16],"texture":"#0"},"down":{"uv":[3.5,12.5,4.5,14],"texture":"#0"}}},{"from":[1,26,7],"to":[4,27,9],"faces":{"north":{"uv":[4.5,2.5,6,3],"texture":"#0"},"east":{"uv":[5.5,2.5,6,3],"texture":"#0"},"south":{"uv":[4.5,2.5,6,3],"texture":"#0"},"west":{"uv":[4.5,2.5,5.5,3],"texture":"#0"},"up":{"uv":[4.5,2.5,6,3],"texture":"#0"},"down":{"uv":[4.5,2.5,6,3],"texture":"#0"}}},{"from":[14,21,6.5],"to":[16,27,9.5],"rotation":{"angle":0,"axis":"z","origin":[15,24,8]},"faces":{"north":{"uv":[12,2.5,11,5.5],"texture":"#0"},"east":{"uv":[2.5,10,4,13],"texture":"#0"},"south":{"uv":[11,2.5,12,5.5],"texture":"#0"},"west":{"uv":[2.5,9.5,4,12.5],"rotation":270,"texture":"#0"},"up":{"uv":[2.5,14.5,3.5,16],"texture":"#0"},"down":{"uv":[4,12,5,13.5],"texture":"#0"}}},{"from":[13,23,7],"to":[14,25,9],"faces":{"north":{"uv":[11,3.5,10.5,4.5],"texture":"#0"},"south":{"uv":[10.5,3.5,11,4.5],"texture":"#0"},"west":{"uv":[10.5,3.5,11,4.5],"texture":"#0"},"up":{"uv":[10.5,3.5,11,4],"texture":"#0"},"down":{"uv":[10.5,3.5,11,4.5],"texture":"#0"}}},{"from":[1,21,7],"to":[4,22,9],"faces":{"north":{"uv":[4.5,5,6,5.5],"texture":"#0"},"east":{"uv":[5,5,6,5.5],"texture":"#0"},"south":{"uv":[4.5,5,6,5.5],"texture":"#0"},"west":{"uv":[4.5,5,5.5,5.5],"texture":"#0"},"up":{"uv":[4.5,5,6,5.5],"texture":"#0"},"down":{"uv":[4.5,5,6,5.5],"texture":"#0"}}},{"from":[1,18,6.5],"to":[3,21,9.5],"faces":{"north":{"uv":[5.5,5.5,4.5,7],"texture":"#0"},"east":{"uv":[2,8.5,3.5,10],"texture":"#0"},"south":{"uv":[4.5,5.5,5.5,7],"texture":"#0"},"west":{"uv":[2,8.5,3.5,10],"texture":"#0"},"up":{"uv":[3.5,14.5,4.5,16],"texture":"#0"},"down":{"uv":[3.5,12,4.5,13.5],"texture":"#0"}}},{"from":[2,17,6.5],"to":[5,19,9.5],"faces":{"north":{"uv":[6.5,6.5,5,7.5],"texture":"#0"},"east":{"uv":[5,6.5,6.5,7.5],"texture":"#0"},"south":{"uv":[5,6.5,6.5,7.5],"texture":"#0"},"west":{"uv":[2.5,13,4,14],"texture":"#0"},"up":{"uv":[2,14.5,3.5,16],"texture":"#0"},"down":{"uv":[3.5,12,5,13.5],"texture":"#0"}}},{"from":[5,18,7],"to":[6,20,9],"faces":{"north":{"uv":[7,6,6.5,7],"texture":"#0"},"east":{"uv":[6.5,6,7,7],"texture":"#0"},"south":{"uv":[6.5,6,7,7],"texture":"#0"},"west":{"uv":[6.5,6,7,7],"texture":"#0"},"up":{"uv":[6.5,6,7,7],"texture":"#0"}}},{"from":[5,16,6.5],"to":[11,18,9.5],"faces":{"north":{"uv":[9.5,7,6.5,8],"texture":"#0"},"east":{"uv":[3.5,13,5,14],"texture":"#0"},"south":{"uv":[6.5,7,9.5,8],"texture":"#0"},"west":{"uv":[3.5,13,5,14],"texture":"#0"},"up":{"uv":[2,14.5,5,16],"texture":"#0"},"down":{"uv":[2,12.5,5,14],"texture":"#0"}}},{"from":[7,18,7],"to":[9,19,9],"faces":{"north":{"uv":[7.5,6.5,8.5,7],"texture":"#0"},"east":{"uv":[7.5,6.5,8.5,7],"texture":"#0"},"south":{"uv":[7.5,6.5,8.5,7],"texture":"#0"},"west":{"uv":[7.5,6.5,8,7],"texture":"#0"},"up":{"uv":[7.5,6.5,8.5,7],"texture":"#0"}}},{"from":[10,18,7],"to":[11,20,9],"faces":{"north":{"uv":[9.5,6,9,7],"texture":"#0"},"east":{"uv":[9,6,9.5,7],"texture":"#0"},"south":{"uv":[9,6,9.5,7],"texture":"#0"},"west":{"uv":[9,6,9.5,7],"texture":"#0"},"up":{"uv":[9,6,9.5,7],"texture":"#0"}}},{"from":[12,21,7],"to":[14,22,9],"faces":{"north":{"uv":[11,5,10,5.5],"texture":"#0"},"south":{"uv":[10,5,11,5.5],"texture":"#0"},"west":{"uv":[10,5,11,5.5],"texture":"#0"},"up":{"uv":[10,5,11,5.5],"texture":"#0"},"down":{"uv":[10,5,11,5.5],"texture":"#0"}}},{"from":[13,18,6.5],"to":[15,21,9.5],"faces":{"north":{"uv":[11.5,5.5,10.5,7],"texture":"#0"},"east":{"uv":[2,10.5,3.5,12],"texture":"#0"},"south":{"uv":[10.5,5.5,11.5,7],"texture":"#0"},"west":{"uv":[3.5,14.5,5,16],"texture":"#0"},"up":{"uv":[2.5,14.5,3.5,16],"texture":"#0"},"down":{"uv":[4,12,5,13.5],"texture":"#0"}}},{"from":[11,17,6.5],"to":[14,19,9.5],"faces":{"north":{"uv":[11,6.5,9.5,7.5],"texture":"#0"},"east":{"uv":[2,12,3.5,13],"texture":"#0"},"south":{"uv":[9.5,6.5,11,7.5],"texture":"#0"},"west":{"uv":[9.5,0.5,11,1.5],"texture":"#0"},"up":{"uv":[2.5,14.5,3.5,16],"texture":"#0"},"down":{"uv":[3.5,12,5,13.5],"texture":"#0"}}},{"from":[11,13,7],"to":[13,15,9],"faces":{"north":{"uv":[6.5,8.5,5.5,9.5],"texture":"#0"},"east":{"uv":[9.5,8.5,10.5,9.5],"texture":"#0"},"south":{"uv":[9.5,8.5,10.5,9.5],"texture":"#0"},"west":{"uv":[5.5,8.5,6.5,9.5],"texture":"#0"},"up":{"uv":[9.5,8.5,10.5,9.5],"texture":"#0"},"down":{"uv":[9.5,8.5,10.5,9.5],"texture":"#0"}}},{"from":[7,14,7],"to":[9,16,9],"faces":{"north":{"uv":[8.5,8,7.5,9],"texture":"#0"},"east":{"uv":[7.5,8,8.5,9],"texture":"#0"},"south":{"uv":[7.5,8,8.5,9],"texture":"#0"},"west":{"uv":[7.5,8,8.5,9],"texture":"#0"}}},{"from":[3,13,7],"to":[5,15,9],"faces":{"north":{"uv":[10.5,8.5,9.5,9.5],"texture":"#0"},"east":{"uv":[5.5,8.5,6.5,9.5],"texture":"#0"},"south":{"uv":[5.5,8.5,6.5,9.5],"texture":"#0"},"west":{"uv":[5.5,8.5,6.5,9.5],"texture":"#0"},"up":{"uv":[9.5,8.5,10.5,9.5],"texture":"#0"},"down":{"uv":[5.5,8.5,6.5,9.5],"texture":"#0"}}},{"from":[4,12,7],"to":[6,14,9],"faces":{"north":{"uv":[10,9,9,10],"texture":"#0"},"south":{"uv":[6,9,7,10],"texture":"#0"},"west":{"uv":[6,9,7,10],"texture":"#0"},"up":{"uv":[6,9,7,10],"texture":"#0"},"down":{"uv":[6,9,7,10],"texture":"#0"}}},{"from":[10,12,7],"to":[12,14,9],"faces":{"north":{"uv":[7,9,6,10],"texture":"#0"},"east":{"uv":[9,9,10,10],"texture":"#0"},"south":{"uv":[9,9,10,10],"texture":"#0"},"up":{"uv":[9,9,10,10],"texture":"#0"},"down":{"uv":[9,9,10,10],"texture":"#0"}}},{"from":[6,10,6.5],"to":[10,14,9.5],"faces":{"north":{"uv":[9,9,7,11],"texture":"#0"},"east":{"uv":[7,9,8.5,11],"texture":"#0"},"south":{"uv":[7,9,9,11],"texture":"#0"},"west":{"uv":[7.5,9,9,11],"texture":"#0"},"up":{"uv":[2,10.5,4,12],"texture":"#0"}}},{"from":[5,8,6],"to":[11,10,10],"faces":{"north":{"uv":[9.5,11,6.5,12],"texture":"#0"},"east":{"uv":[7,11,9,12],"texture":"#0"},"south":{"uv":[6.5,11,9.5,12],"texture":"#0"},"west":{"uv":[7,11,9,12],"texture":"#0"},"up":{"uv":[2,14,5,16],"texture":"#0"},"down":{"uv":[2,12,5,14],"texture":"#0"}}},{"from":[2,13,2],"to":[14,13.04,14],"shade":false,"rotation":{"angle":-45,"axis":"z","origin":[8,13,8]},"faces":{"up":{"uv":[0,0,16,16],"texture":"#1"},"down":{"uv":[0,0,16,16],"rotation":180,"texture":"#1"}}},{"from":[2,13,2],"to":[14,13.04,14],"shade":false,"rotation":{"angle":45,"axis":"z","origin":[8,13,8]},"faces":{"up":{"uv":[16,0,0,16],"rotation":180,"texture":"#1"},"down":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[5,20,7.98],"to":[11,28,8.02],"shade":false,"rotation":{"angle":-45,"axis":"y","origin":[8,24,8],"rescale":true},"faces":{"north":{"uv":[16,0.1,0,16],"texture":"#flame"},"south":{"uv":[0,0.1,16,16],"texture":"#flame"}}},{"from":[5,20,7.98],"to":[11,28,8.02],"shade":false,"rotation":{"angle":45,"axis":"y","origin":[8,24,8],"rescale":true},"faces":{"north":{"uv":[16,0.1,0,16],"texture":"#flame"},"south":{"uv":[0,0.1,16,16],"texture":"#flame"}}}],"display":{"thirdperson_righthand":{"rotation":[6,-80,0],"translation":[-0.5,8,2],"scale":[0.8,0.8,0.8]},"thirdperson_lefthand":{"rotation":[6,100,0],"translation":[-0.5,8,2],"scale":[0.8,0.8,0.8]},"firstperson_righthand":{"rotation":[-10,-90,0],"translation":[1.5,-0.75,-0.75],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[-10,90,0],"translation":[1.5,-0.75,-0.75],"scale":[0.6,0.6,0.6]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.4,0.4,0.4]},"gui":{"rotation":[-20,160,30],"translation":[-0.5,-0.25,0],"scale":[0.5,0.5,0.5]},"fixed":{"translation":[0,-0.75,-1],"scale":[0.65,0.65,0.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/mage/wand_multi_a.json b/assets/minecraft/models/item/wynn/weapon/mage/wand_multi_a.json new file mode 100644 index 000000000..2798e9e7d --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/mage/wand_multi_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"wynn/weapon/mage/multi_tier_a_b","1":"wynn/weapon/anim/multi_magic_anim","particle":"wynn/weapon/mage/multi_tier_a_b"},"elements":[{"from":[7.5,22,6.75],"to":[8.5,24.5,9.25],"faces":{"north":{"uv":[7.5,1,8.5,3.5],"texture":"#0"},"east":{"uv":[7.5,1,8.5,3.5],"texture":"#0"},"south":{"uv":[7.5,1,8.5,3.5],"texture":"#0"},"west":{"uv":[7.5,1,8.5,3.5],"texture":"#0"},"up":{"uv":[7.5,1,8.5,1.5],"texture":"#0"},"down":{"uv":[7.5,2.5,8.5,3.5],"texture":"#0"}}},{"from":[7.5,16.5,6.75],"to":[8.5,17.5,9.25],"faces":{"north":{"uv":[7.5,10.5,8.5,11.5],"texture":"#0"},"east":{"uv":[7.5,10.5,8.5,11.5],"texture":"#0"},"south":{"uv":[7.5,10.5,8.5,11.5],"texture":"#0"},"west":{"uv":[7.5,10.5,8.5,11.5],"texture":"#0"},"up":{"uv":[7.5,10.5,8.5,11.5],"texture":"#0"},"down":{"uv":[7.5,10.5,8.5,11.5],"texture":"#0"}}},{"from":[7,22.5,6.75],"to":[9,24,9.25],"faces":{"north":{"uv":[7,1.5,9,3],"texture":"#0"},"east":{"uv":[9,1.5,7,3],"texture":"#0"},"south":{"uv":[7,1.5,9,3],"texture":"#0"},"west":{"uv":[9,1.5,7,3],"texture":"#0"},"up":{"uv":[9,1.5,7,3],"rotation":180,"texture":"#0"},"down":{"uv":[7,2.5,9,3],"texture":"#0"}}},{"from":[7,25,7.5],"to":[9,25.5,8.5],"faces":{"north":{"uv":[7,0,9,0.5],"texture":"#0"},"east":{"uv":[0,0,1,0.5],"texture":"#0"},"south":{"uv":[7,0,9,0.5],"texture":"#0"},"west":{"uv":[0,0,1,0.5],"texture":"#0"},"up":{"uv":[0,0,2,1],"texture":"#0"}}},{"from":[7,24.5,7],"to":[9,25,9],"faces":{"north":{"uv":[7,0.5,9,1],"texture":"#0"},"east":{"uv":[0,1,2,1.5],"texture":"#0"},"south":{"uv":[7,0.5,9,1],"texture":"#0"},"west":{"uv":[0,1,2,1.5],"texture":"#0"},"up":{"uv":[0,0,1.5,1.5],"texture":"#0"}}},{"from":[6.5,21.5,7],"to":[9.5,24.5,9],"faces":{"north":{"uv":[6.5,1,9.5,4],"texture":"#0"},"east":{"uv":[0,0,2,3],"texture":"#0"},"south":{"uv":[6.5,1,9.5,4],"texture":"#0"},"west":{"uv":[1,0,3,3],"texture":"#0"},"up":{"uv":[0,0,3,1.5],"texture":"#0"},"down":{"uv":[0,1.5,3,3.5],"texture":"#0"}}},{"from":[7,20,7.25],"to":[9,21.5,8.75],"faces":{"north":{"uv":[7,4,9,5.5],"texture":"#0"},"east":{"uv":[1.5,0,3,1.5],"texture":"#0"},"south":{"uv":[7,4,9,5.5],"texture":"#0"},"west":{"uv":[7.5,4,9,5.5],"texture":"#0"}}},{"from":[6.5,19,7],"to":[9.5,20,9],"faces":{"north":{"uv":[6.5,5.5,9.5,6.5],"texture":"#0"},"east":{"uv":[6.5,5.5,8,6.5],"texture":"#0"},"south":{"uv":[6.5,5.5,9.5,6.5],"texture":"#0"},"west":{"uv":[8,5.5,9.5,6.5],"texture":"#0"},"up":{"uv":[0,0,3,1.5],"texture":"#0"},"down":{"uv":[0,0,3,1.5],"texture":"#0"}}},{"from":[6.5,17,7],"to":[9.5,18,9],"faces":{"north":{"uv":[6.5,10,9.5,11],"texture":"#0"},"east":{"uv":[0,0.5,2,1.5],"texture":"#0"},"south":{"uv":[6.5,10,9.5,11],"texture":"#0"},"west":{"uv":[1,1,3,2],"texture":"#0"},"up":{"uv":[0,2.5,3,4.5],"texture":"#0"},"down":{"uv":[0,2.5,3,4.5],"texture":"#0"}}},{"from":[7,18,7],"to":[9,19,9],"faces":{"north":{"uv":[7,9,9,10],"texture":"#0"},"east":{"uv":[1,0.5,3,1.5],"texture":"#0"},"south":{"uv":[7,9,9,10],"texture":"#0"},"west":{"uv":[0,2.5,2,3.5],"texture":"#0"},"up":{"uv":[1,1.5,3,3.5],"texture":"#0"}}},{"from":[7,16,7],"to":[9,17,9],"faces":{"north":{"uv":[7,11,9,12],"texture":"#0"},"east":{"uv":[0,2,2,3],"texture":"#0"},"south":{"uv":[7,11,9,12],"texture":"#0"},"west":{"uv":[1,2,3,3],"texture":"#0"},"down":{"uv":[0.5,2.5,2.5,4.5],"texture":"#0"}}},{"from":[7.5,15,7],"to":[8.5,16,9],"faces":{"north":{"uv":[7.5,12,8.5,13],"texture":"#0"},"east":{"uv":[0,1.5,2,2.5],"texture":"#0"},"south":{"uv":[7.5,12,8.5,13],"texture":"#0"},"west":{"uv":[1,2,3,3],"texture":"#0"},"down":{"uv":[0,2,1,4],"texture":"#0"}}},{"from":[7.25,6,7.25],"to":[8.75,11,8.75],"faces":{"north":{"uv":[14.5,0,16,5],"texture":"#0"},"east":{"uv":[14.5,0,16,5],"texture":"#0"},"south":{"uv":[14.5,0,16,5],"texture":"#0"},"west":{"uv":[14.5,0,16,5],"texture":"#0"}}},{"from":[7.25,11,7.25],"to":[8.75,16,8.75],"faces":{"north":{"uv":[13,11,14.5,16],"texture":"#0"},"east":{"uv":[13,11,14.5,16],"texture":"#0"},"south":{"uv":[14.5,11,16,16],"texture":"#0"},"west":{"uv":[14.5,11,16,16],"texture":"#0"}}},{"from":[7.25,1,7.25],"to":[8.75,6,8.75],"faces":{"north":{"uv":[13,11,14.5,16],"texture":"#0"},"east":{"uv":[13,11,14.5,16],"texture":"#0"},"south":{"uv":[14.5,11,16,16],"texture":"#0"},"west":{"uv":[14.5,11,16,16],"texture":"#0"}}},{"from":[7,-1.5,7],"to":[9,1,9],"faces":{"north":{"uv":[9,13.5,11,16],"texture":"#0"},"east":{"uv":[11,13.5,13,16],"texture":"#0"},"south":{"uv":[9,13.5,11,16],"texture":"#0"},"west":{"uv":[11,13.5,13,16],"texture":"#0"},"up":{"uv":[0,0,1.5,1.5],"texture":"#0"},"down":{"uv":[0.5,2,2.5,4],"texture":"#0"}}},{"from":[7.5,1,7],"to":[8.5,2,9],"faces":{"north":{"uv":[9.5,12.5,10.5,13.5],"texture":"#0"},"east":{"uv":[0,2.5,2,3.5],"texture":"#0"},"south":{"uv":[9.5,12.5,10.5,13.5],"texture":"#0"},"west":{"uv":[0.5,3.5,2.5,4.5],"texture":"#0"},"up":{"uv":[2,0,3,1.5],"texture":"#0"}}},{"from":[6.5,3,8],"to":[8.5,11,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[7,11,8.25]},"faces":{"north":{"uv":[2,8,4,16],"texture":"#0"},"south":{"uv":[0,8,2,16],"texture":"#0"}}},{"from":[0,9,9.25],"to":[16,25,9.375],"faces":{"north":{"uv":[0,0,16,16],"rotation":180,"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[0,9,6.75],"to":[16,25,6.875],"rotation":{"angle":0,"axis":"x","origin":[8,17,14.25]},"faces":{"north":{"uv":[0,0,16,16],"rotation":180,"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-100,-2],"translation":[-1,-2,1],"scale":[0.9,0.9,0.9]},"thirdperson_lefthand":{"rotation":[0,80,2],"translation":[-1,-2,1],"scale":[0.9,0.9,0.9]},"firstperson_righthand":{"rotation":[-5,-80,0],"translation":[0.5,-4,2],"scale":[0.8,0.8,0.8]},"firstperson_lefthand":{"rotation":[-5,-80,0],"translation":[0.5,-4,2],"scale":[0.8,0.8,0.8]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.4,0.4,0.4]},"gui":{"rotation":[-20,160,30],"translation":[-1.25,-1.75,0],"scale":[0.6,0.6,0.6]},"fixed":{"translation":[0,-2.25,-1],"scale":[0.65,0.65,0.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/mage/wand_multi_b.json b/assets/minecraft/models/item/wynn/weapon/mage/wand_multi_b.json new file mode 100644 index 000000000..3d7165135 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/mage/wand_multi_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"wynn/weapon/mage/multi_tier_a_b","1":"wynn/weapon/anim/multi_magic_anim","particle":"wynn/weapon/mage/multi_tier_a_b"},"elements":[{"from":[7.5,24.5,6.75],"to":[8.5,27,9.25],"faces":{"north":{"uv":[7.5,1,8.5,3.5],"texture":"#0"},"east":{"uv":[7.5,1,8.5,3.5],"texture":"#0"},"south":{"uv":[7.5,1,8.5,3.5],"texture":"#0"},"west":{"uv":[7.5,1,8.5,3.5],"texture":"#0"},"up":{"uv":[7.5,1,8.5,1.5],"texture":"#0"},"down":{"uv":[7.5,2.5,8.5,3.5],"texture":"#0"}}},{"from":[7.5,16.5,6.75],"to":[8.5,17.5,9.25],"faces":{"north":{"uv":[7.5,10.5,8.5,11.5],"texture":"#0"},"east":{"uv":[7.5,10.5,8.5,11.5],"texture":"#0"},"south":{"uv":[7.5,10.5,8.5,11.5],"texture":"#0"},"west":{"uv":[7.5,10.5,8.5,11.5],"texture":"#0"},"up":{"uv":[7.5,10.5,8.5,11.5],"texture":"#0"},"down":{"uv":[7.5,10.5,8.5,11.5],"texture":"#0"}}},{"from":[7,25,6.75],"to":[9,26.5,9.25],"faces":{"north":{"uv":[7,1.5,9,3],"texture":"#0"},"east":{"uv":[9,1.5,7,3],"texture":"#0"},"south":{"uv":[7,1.5,9,3],"texture":"#0"},"west":{"uv":[9,1.5,7,3],"texture":"#0"},"up":{"uv":[9,1.5,7,3],"rotation":180,"texture":"#0"},"down":{"uv":[7,2.5,9,3],"texture":"#0"}}},{"from":[7,27.5,7.5],"to":[9,28,8.5],"faces":{"north":{"uv":[7,0,9,0.5],"texture":"#0"},"east":{"uv":[0,0,1,0.5],"texture":"#0"},"south":{"uv":[7,0,9,0.5],"texture":"#0"},"west":{"uv":[0,0,1,0.5],"texture":"#0"},"up":{"uv":[0,0,2,1],"texture":"#0"}}},{"from":[7,27,7],"to":[9,27.5,9],"faces":{"north":{"uv":[7,0.5,9,1],"texture":"#0"},"east":{"uv":[0,1,2,1.5],"texture":"#0"},"south":{"uv":[7,0.5,9,1],"texture":"#0"},"west":{"uv":[0,1,2,1.5],"texture":"#0"},"up":{"uv":[0,0,1.5,1.5],"texture":"#0"}}},{"from":[6.5,24,7],"to":[9.5,27,9],"faces":{"north":{"uv":[6.5,1,9.5,4],"texture":"#0"},"east":{"uv":[0,0,2,3],"texture":"#0"},"south":{"uv":[6.5,1,9.5,4],"texture":"#0"},"west":{"uv":[1,0,3,3],"texture":"#0"},"up":{"uv":[0,0,3,1.5],"texture":"#0"},"down":{"uv":[0,1.5,3,3.5],"texture":"#0"}}},{"from":[4,23,7],"to":[5.5,25,9],"faces":{"north":{"uv":[10.5,3,12,5],"texture":"#0"},"east":{"uv":[1,0,3,1.5],"texture":"#0"},"south":{"uv":[4,3,5.5,5],"texture":"#0"},"west":{"uv":[0,0,1.5,1.5],"texture":"#0"},"up":{"uv":[0,0,1.5,1.5],"texture":"#0"},"down":{"uv":[0.5,2.5,2,4.5],"texture":"#0"}}},{"from":[4.5,22.5,7],"to":[6,23.5,9],"faces":{"north":{"uv":[10,4.5,11.5,5.5],"texture":"#0"},"east":{"uv":[0,0.5,2,1.5],"texture":"#0"},"south":{"uv":[4.5,4.5,6,5.5],"texture":"#0"},"west":{"uv":[0,1,2,2],"texture":"#0"},"up":{"uv":[0,0,1.5,1.5],"texture":"#0"},"down":{"uv":[0,1.5,1.5,3.5],"texture":"#0"}}},{"from":[10,22.5,7],"to":[11.5,23.5,9],"faces":{"north":{"uv":[4.5,4.5,6,5.5],"texture":"#0"},"east":{"uv":[1,1,3,2],"texture":"#0"},"south":{"uv":[10,4.5,11.5,5.5],"texture":"#0"},"west":{"uv":[1,1,3,2],"texture":"#0"},"up":{"uv":[0,0,1.5,1.5],"texture":"#0"},"down":{"uv":[1.5,0,3,2],"texture":"#0"}}},{"from":[10.5,23,7],"to":[12,25,9],"faces":{"north":{"uv":[4,3,5.5,5],"texture":"#0"},"east":{"uv":[0,0,2,2],"texture":"#0"},"south":{"uv":[10.5,3,12,5],"texture":"#0"},"west":{"uv":[0,0,1.5,1.5],"texture":"#0"},"up":{"uv":[0,0,1.5,1.5],"texture":"#0"},"down":{"uv":[0.5,2.5,2,4.5],"texture":"#0"}}},{"from":[5,24.5,7],"to":[11,26,9],"faces":{"north":{"uv":[5,2,11,3.5],"texture":"#0"},"east":{"uv":[1,1,3,2.5],"texture":"#0"},"south":{"uv":[5,2,11,3.5],"texture":"#0"},"west":{"uv":[1,0,3,1.5],"texture":"#0"},"up":{"uv":[0,0,3,1.5],"texture":"#0"},"down":{"uv":[0,3,3,4.5],"texture":"#0"}}},{"from":[7,22.5,7.25],"to":[9,24,8.75],"faces":{"north":{"uv":[7,4,9,5.5],"texture":"#0"},"east":{"uv":[1.5,0,3,1.5],"texture":"#0"},"south":{"uv":[7,4,9,5.5],"texture":"#0"},"west":{"uv":[7.5,4,9,5.5],"texture":"#0"}}},{"from":[6.5,21.5,7],"to":[9.5,22.5,9],"faces":{"north":{"uv":[6.5,5.5,9.5,6.5],"texture":"#0"},"east":{"uv":[6.5,5.5,8,6.5],"texture":"#0"},"south":{"uv":[6.5,5.5,9.5,6.5],"texture":"#0"},"west":{"uv":[8,5.5,9.5,6.5],"texture":"#0"},"up":{"uv":[0,0,3,1.5],"texture":"#0"},"down":{"uv":[0,0,3,1.5],"texture":"#0"}}},{"from":[6.5,17,7],"to":[9.5,18,9],"faces":{"north":{"uv":[6.5,10,9.5,11],"texture":"#0"},"east":{"uv":[0,0.5,2,1.5],"texture":"#0"},"south":{"uv":[6.5,10,9.5,11],"texture":"#0"},"west":{"uv":[1,1,3,2],"texture":"#0"},"up":{"uv":[0,2.5,3,4.5],"texture":"#0"},"down":{"uv":[0,2.5,3,4.5],"texture":"#0"}}},{"from":[6.5,19.5,7.5],"to":[9.5,20,8.5],"faces":{"north":{"uv":[6.5,8,9.5,8.5],"texture":"#0"},"east":{"uv":[8.5,8,9.5,8.5],"texture":"#0"},"south":{"uv":[6.5,8,9.5,8.5],"texture":"#0"},"west":{"uv":[8.5,8,9.5,8.5],"texture":"#0"},"down":{"uv":[6.5,7.5,9.5,8.5],"texture":"#0"}}},{"from":[6,20,7.5],"to":[10,20.5,8.5],"faces":{"north":{"uv":[6,7.5,10,8],"texture":"#0"},"east":{"uv":[9,7.5,10,8],"texture":"#0"},"south":{"uv":[6,7.5,10,8],"texture":"#0"},"west":{"uv":[9,7.5,10,8],"texture":"#0"},"down":{"uv":[6,7,10,8],"texture":"#0"}}},{"from":[5.5,20.5,7.5],"to":[10.5,21,8.5],"faces":{"north":{"uv":[5.5,7,10.5,7.5],"texture":"#0"},"east":{"uv":[9.5,7,10.5,7.5],"texture":"#0"},"south":{"uv":[5.5,7,10.5,7.5],"texture":"#0"},"west":{"uv":[9.5,7,10.5,7.5],"texture":"#0"},"down":{"uv":[5.5,6.5,10.5,7.5],"texture":"#0"}}},{"from":[5,21,7.5],"to":[11,21.5,8.5],"faces":{"north":{"uv":[5,6.5,11,7],"texture":"#0"},"east":{"uv":[10,6.5,11,7],"texture":"#0"},"south":{"uv":[5,6.5,11,7],"texture":"#0"},"west":{"uv":[10,6.5,11,7],"texture":"#0"},"up":{"uv":[5,6.5,11,7],"texture":"#0"},"down":{"uv":[5,6.5,11,7],"texture":"#0"}}},{"from":[7.5,19,7],"to":[8.5,21.5,9],"faces":{"north":{"uv":[7.5,6.5,8.5,9],"texture":"#0"},"east":{"uv":[7.5,6.5,8,9],"texture":"#0"},"south":{"uv":[7.5,6.5,8.5,9],"texture":"#0"},"west":{"uv":[8,6.5,8.5,9],"texture":"#0"}}},{"from":[7,18,7],"to":[9,19,9],"faces":{"north":{"uv":[7,9,9,10],"texture":"#0"},"east":{"uv":[1,0.5,3,1.5],"texture":"#0"},"south":{"uv":[7,9,9,10],"texture":"#0"},"west":{"uv":[0,2.5,2,3.5],"texture":"#0"},"up":{"uv":[1,1.5,3,3.5],"texture":"#0"}}},{"from":[7,16,7],"to":[9,17,9],"faces":{"north":{"uv":[7,11,9,12],"texture":"#0"},"east":{"uv":[0,2,2,3],"texture":"#0"},"south":{"uv":[7,11,9,12],"texture":"#0"},"west":{"uv":[1,2,3,3],"texture":"#0"},"down":{"uv":[0.5,2.5,2.5,4.5],"texture":"#0"}}},{"from":[7.5,15,7],"to":[8.5,16,9],"faces":{"north":{"uv":[7.5,12,8.5,13],"texture":"#0"},"east":{"uv":[0,1.5,2,2.5],"texture":"#0"},"south":{"uv":[7.5,12,8.5,13],"texture":"#0"},"west":{"uv":[1,2,3,3],"texture":"#0"},"down":{"uv":[0,2,1,4],"texture":"#0"}}},{"from":[7.25,2,7.25],"to":[8.75,7,8.75],"faces":{"north":{"uv":[14.5,0,16,5],"texture":"#0"},"east":{"uv":[14.5,0,16,5],"texture":"#0"},"south":{"uv":[14.5,0,16,5],"texture":"#0"},"west":{"uv":[14.5,0,16,5],"texture":"#0"}}},{"from":[7.25,-3,7.25],"to":[8.75,2,8.75],"faces":{"north":{"uv":[13,11,14.5,16],"texture":"#0"},"east":{"uv":[13,11,14.5,16],"texture":"#0"},"south":{"uv":[14.5,11,16,16],"texture":"#0"},"west":{"uv":[14.5,11,16,16],"texture":"#0"}}},{"from":[7.25,7,7.25],"to":[8.75,16.5,8.75],"faces":{"north":{"uv":[13,6.5,14.5,16],"texture":"#0"},"east":{"uv":[14.5,6.5,16,16],"texture":"#0"},"south":{"uv":[14.5,6.5,16,16],"texture":"#0"},"west":{"uv":[13,6.5,14.5,16],"texture":"#0"}}},{"from":[7,-5.5,7],"to":[9,-3,9],"faces":{"north":{"uv":[9,13.5,11,16],"texture":"#0"},"east":{"uv":[11,13.5,13,16],"texture":"#0"},"south":{"uv":[9,13.5,11,16],"texture":"#0"},"west":{"uv":[11,13.5,13,16],"texture":"#0"},"up":{"uv":[0,0,1.5,1.5],"texture":"#0"},"down":{"uv":[0.5,2,2.5,4],"texture":"#0"}}},{"from":[7.5,-3,7],"to":[8.5,-2,9],"faces":{"north":{"uv":[9.5,12.5,10.5,13.5],"texture":"#0"},"east":{"uv":[0,2.5,2,3.5],"texture":"#0"},"south":{"uv":[9.5,12.5,10.5,13.5],"texture":"#0"},"west":{"uv":[0.5,3.5,2.5,4.5],"texture":"#0"},"up":{"uv":[2,0,3,1.5],"texture":"#0"}}},{"from":[6.5,-1,8],"to":[8.5,7,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[7,7,8.25]},"faces":{"north":{"uv":[2,8,4,16],"texture":"#0"},"south":{"uv":[0,8,2,16],"texture":"#0"}}},{"from":[0,9,6.75],"to":[16,25,6.875],"rotation":{"angle":0,"axis":"x","origin":[8,17,8]},"faces":{"north":{"uv":[0,0,16,16],"rotation":180,"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[0,9,9.25],"to":[16,25,9.375],"rotation":{"angle":0,"axis":"x","origin":[8,17,2.75]},"faces":{"north":{"uv":[0,0,16,16],"rotation":180,"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-100,-2],"translation":[-1,2,1],"scale":[0.9,0.9,0.9]},"thirdperson_lefthand":{"rotation":[0,80,2],"translation":[-1,2,1]},"firstperson_righthand":{"rotation":[-5,-80,0],"translation":[0.5,-4,2],"scale":[0.8,0.8,0.8]},"firstperson_lefthand":{"rotation":[-5,-80,0],"translation":[0.5,-4,2],"scale":[0.8,0.8,0.8]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.4,0.4,0.4]},"gui":{"rotation":[-20,160,30],"translation":[-1.25,-1.5,0],"scale":[0.6,0.6,0.6]},"fixed":{"translation":[0,-2,-1],"scale":[0.65,0.65,0.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/mage/wand_multi_c.json b/assets/minecraft/models/item/wynn/weapon/mage/wand_multi_c.json new file mode 100644 index 000000000..90fe3f07a --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/mage/wand_multi_c.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"wynn/weapon/mage/multi_tier_a_b","1":"wynn/weapon/anim/multi_magic_anim","2":"wynn/weapon/mage/multi_tier_c","3":"wynn/weapon/anim/multi_orb","particle":"wynn/weapon/mage/multi_tier_a_b"},"elements":[{"from":[-2,5,5.75],"to":[18,25,5.875],"faces":{"north":{"uv":[0,0,15.99969,15.99969],"rotation":180,"texture":"#1"},"south":{"uv":[0,0,15.99969,15.99969],"texture":"#1"}}},{"from":[-2,5,10.25],"to":[18,25,10.375],"faces":{"north":{"uv":[0,0,15.99969,15.99969],"rotation":180,"texture":"#1"},"south":{"uv":[0,0,15.99969,15.99969],"texture":"#1"}}},{"from":[3.5,20,7.875],"to":[12.5,29,8.125],"rotation":{"angle":45,"axis":"y","origin":[8,26,8]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#3"},"south":{"uv":[16,0,0,16],"texture":"#3"}}},{"from":[7.875,20,3.5],"to":[8.125,29,12.5],"rotation":{"angle":45,"axis":"y","origin":[8,24,8]},"faces":{"east":{"uv":[0,0,16,16],"texture":"#3"},"west":{"uv":[16,0,0,16],"texture":"#3"}}},{"from":[7.5,19,10],"to":[8.5,21,10.5],"faces":{"north":{"uv":[7.5,4,8.5,6],"texture":"#2"},"east":{"uv":[5.5,3.5,6,5.5],"texture":"#2"},"south":{"uv":[7.5,4,8.5,6],"texture":"#2"},"west":{"uv":[10,3.5,10.5,5.5],"texture":"#2"},"up":{"uv":[0,0,1,0.5],"texture":"#2"},"down":{"uv":[0,0,1,0.5],"texture":"#2"}}},{"from":[10,19.5,7.5],"to":[10.5,21.5,8.5],"faces":{"north":{"uv":[5.5,3.5,6,5.5],"texture":"#2"},"east":{"uv":[7.5,4,8.5,6],"texture":"#2"},"south":{"uv":[10,3.5,10.5,5.5],"texture":"#2"},"west":{"uv":[7.5,4,8.5,6],"texture":"#2"},"up":{"uv":[0,0,0.5,1],"texture":"#2"},"down":{"uv":[0,0,0.5,1],"texture":"#2"}}},{"from":[5.5,19.5,7.5],"to":[6,21.5,8.5],"faces":{"north":{"uv":[10,3.5,10.5,5.5],"texture":"#2"},"east":{"uv":[7.5,4,8.5,6],"texture":"#2"},"south":{"uv":[5.5,3.5,6,5.5],"texture":"#2"},"west":{"uv":[7.5,4,8.5,6],"texture":"#2"},"up":{"uv":[0,0,0.5,1],"texture":"#2"},"down":{"uv":[0,0,0.5,1],"texture":"#2"}}},{"from":[7,19,6],"to":[9,20,10],"faces":{"north":{"uv":[7,5,9,6],"texture":"#2"},"east":{"uv":[6,5,10,6],"texture":"#2"},"south":{"uv":[7,5,9,6],"texture":"#2"},"west":{"uv":[6,5,10,6],"texture":"#2"},"up":{"uv":[1,0,3,4],"texture":"#2"},"down":{"uv":[1,0,3,4],"texture":"#2"}}},{"from":[6,19,7],"to":[10,20,9],"faces":{"north":{"uv":[6,5,10,6],"texture":"#2"},"east":{"uv":[7,5,9,6],"texture":"#2"},"south":{"uv":[6,5,10,6],"texture":"#2"},"west":{"uv":[7,5,9,6],"texture":"#2"},"up":{"uv":[0,1,4,3],"texture":"#2"}}},{"from":[6.5,19,6.5],"to":[9.5,20,9.5],"faces":{"north":{"uv":[6.5,5,9.5,6],"texture":"#2"},"east":{"uv":[6.5,5,9.5,6],"texture":"#2"},"south":{"uv":[6.5,5,9.5,6],"texture":"#2"},"west":{"uv":[6.5,5,9.5,6],"texture":"#2"},"up":{"uv":[0.5,0.5,3.5,3.5],"texture":"#2"},"down":{"uv":[0.5,0.5,3.5,3.5],"texture":"#2"}}},{"from":[7.5,19,5.5],"to":[8.5,21,6],"faces":{"north":{"uv":[7.5,4,8,5],"texture":"#2"},"east":{"uv":[10,3.5,10.25,4.5],"texture":"#2"},"south":{"uv":[7.5,4,8,5],"texture":"#2"},"west":{"uv":[5.5,3.5,5.75,4.5],"texture":"#2"},"up":{"uv":[0,0,0.5,0.25],"texture":"#2"},"down":{"uv":[0,0,1,0.5],"texture":"#2"}}},{"from":[7.5,14,6.75],"to":[8.5,16.5,9.25],"faces":{"north":{"uv":[7.5,8.5,8.5,11],"texture":"#2"},"east":{"uv":[7.5,8.5,8.5,11],"texture":"#2"},"south":{"uv":[7.5,8.5,8.5,11],"texture":"#2"},"west":{"uv":[7.5,8.5,8.5,11],"texture":"#2"},"up":{"uv":[7.5,8.5,8.5,9],"texture":"#2"},"down":{"uv":[7.5,10,8.5,11],"texture":"#2"}}},{"from":[7,14.5,6.75],"to":[9,16,9.25],"faces":{"north":{"uv":[7,9,9,10.5],"texture":"#2"},"east":{"uv":[9,9,7,10.5],"texture":"#2"},"south":{"uv":[7,9,9,10.5],"texture":"#2"},"west":{"uv":[9,9,7,10.5],"texture":"#2"},"up":{"uv":[9,9,7,10.5],"rotation":180,"texture":"#2"},"down":{"uv":[7,10,9,10.5],"texture":"#2"}}},{"from":[5,10.5,7.5],"to":[11,11,8.5],"faces":{"north":{"uv":[5,6.5,11,7],"texture":"#0"},"east":{"uv":[10,6.5,11,7],"texture":"#0"},"south":{"uv":[5,6.5,11,7],"texture":"#0"},"west":{"uv":[10,6.5,11,7],"texture":"#0"},"up":{"uv":[5,6.5,11,7],"texture":"#0"},"down":{"uv":[5,6.5,11,7],"texture":"#0"}}},{"from":[5.5,10,7.5],"to":[10.5,10.5,8.5],"faces":{"north":{"uv":[5.5,7,10.5,7.5],"texture":"#0"},"east":{"uv":[9.5,7,10.5,7.5],"texture":"#0"},"south":{"uv":[5.5,7,10.5,7.5],"texture":"#0"},"west":{"uv":[9.5,7,10.5,7.5],"texture":"#0"},"down":{"uv":[5.5,6.5,10.5,7.5],"texture":"#0"}}},{"from":[6,9.5,7.5],"to":[10,10,8.5],"faces":{"north":{"uv":[6,7.5,10,8],"texture":"#0"},"east":{"uv":[9,7.5,10,8],"texture":"#0"},"south":{"uv":[6,7.5,10,8],"texture":"#0"},"west":{"uv":[9,7.5,10,8],"texture":"#0"},"down":{"uv":[6,7,10,8],"texture":"#0"}}},{"from":[6.5,9,7.5],"to":[9.5,9.5,8.5],"faces":{"north":{"uv":[6.5,8,9.5,8.5],"texture":"#0"},"east":{"uv":[8.5,8,9.5,8.5],"texture":"#0"},"south":{"uv":[6.5,8,9.5,8.5],"texture":"#0"},"west":{"uv":[8.5,8,9.5,8.5],"texture":"#0"},"down":{"uv":[6.5,7.5,9.5,8.5],"texture":"#0"}}},{"from":[7.5,7.5,7],"to":[8.5,8.5,9],"faces":{"north":{"uv":[1,11.5,2,12.5],"texture":"#2"},"east":{"uv":[1,11.5,2,12.5],"texture":"#2"},"south":{"uv":[1,11.5,2,12.5],"texture":"#2"},"west":{"uv":[1,11.5,2,12.5],"texture":"#2"},"down":{"uv":[1,11.5,2,12.5],"texture":"#2"}}},{"from":[7,8.5,7],"to":[9,11,9],"faces":{"north":{"uv":[7,14,9,16],"texture":"#2"},"east":{"uv":[7,14,9,16],"texture":"#2"},"south":{"uv":[7,14,9,16],"texture":"#2"},"west":{"uv":[7,14,9,16],"texture":"#2"},"down":{"uv":[8.5,0,10.5,2],"texture":"#2"}}},{"from":[6.5,11,7],"to":[9.5,12,9],"faces":{"north":{"uv":[6.5,13,9.5,14],"texture":"#2"},"east":{"uv":[6.5,13,8.5,14],"texture":"#2"},"south":{"uv":[6.5,13,9.5,14],"texture":"#2"},"west":{"uv":[7.5,13,9.5,14],"texture":"#2"},"up":{"uv":[5.5,1.5,8.5,3],"texture":"#2"},"down":{"uv":[8.5,0,11.5,2],"texture":"#2"}}},{"from":[6,12,7.5],"to":[10,13.5,8.5],"faces":{"north":{"uv":[6,11.5,10,13],"texture":"#2"},"east":{"uv":[7.5,11.5,8.5,13],"texture":"#2"},"south":{"uv":[6,11.5,10,13],"texture":"#2"},"west":{"uv":[7.5,11.5,8.5,13],"texture":"#2"},"up":{"uv":[0,1.5,4,2.5],"texture":"#2"},"down":{"uv":[5.5,1.5,8.5,2.5],"texture":"#2"}}},{"from":[7.5,12,6],"to":[8.5,13.5,10],"faces":{"north":{"uv":[7.5,11.5,8.5,13],"texture":"#2"},"east":{"uv":[6,11.5,10,13],"texture":"#2"},"south":{"uv":[7.5,11.5,8.5,13],"texture":"#2"},"west":{"uv":[6,11.5,10,13],"texture":"#2"},"up":{"uv":[1,0,2,4],"texture":"#2"},"down":{"uv":[5.5,1.5,6.5,3],"texture":"#2"}}},{"from":[6.5,13.5,7],"to":[9.5,16.5,9],"faces":{"north":{"uv":[6.5,8.5,9.5,11.5],"texture":"#2"},"east":{"uv":[8.5,0,10.5,3],"texture":"#2"},"south":{"uv":[6.5,8.5,9.5,11.5],"texture":"#2"},"west":{"uv":[8.5,0,10.5,3],"texture":"#2"},"up":{"uv":[5.5,1.5,8.5,3],"texture":"#2"},"down":{"uv":[8.5,1,11.5,3],"texture":"#2"}}},{"from":[7,16.5,7],"to":[9,19,9],"faces":{"north":{"uv":[7,6,9,8.5],"texture":"#2"},"east":{"uv":[7,6,9,8.5],"texture":"#2"},"south":{"uv":[7,6,9,8.5],"texture":"#2"},"west":{"uv":[7,6,9,8.5],"texture":"#2"}}},{"from":[3,17.5,7],"to":[13,19,9],"faces":{"north":{"uv":[3,6,13,7.5],"texture":"#2"},"east":{"uv":[6.5,0,8.5,1.5],"texture":"#2"},"south":{"uv":[3,6,13,7.5],"texture":"#2"},"west":{"uv":[6.5,0,8.5,1.5],"texture":"#2"},"up":{"uv":[0,1,4,3],"texture":"#2"},"down":{"uv":[5.5,1.5,11.5,3],"texture":"#2"}}},{"from":[2.5,15.5,7],"to":[4.5,18.5,9],"faces":{"north":{"uv":[11.5,6.5,13.5,9.5],"texture":"#2"},"east":{"uv":[6.5,0,8.5,3],"texture":"#2"},"south":{"uv":[2.5,6.5,4.5,9.5],"texture":"#2"},"west":{"uv":[6.5,0,8.5,3],"texture":"#2"},"up":{"uv":[5.5,0,7,1.5],"texture":"#2"},"down":{"uv":[8.5,0,10.5,2],"texture":"#2"}}},{"from":[3,15,7],"to":[5.5,16.5,9],"faces":{"north":{"uv":[10.5,8.5,13,10],"texture":"#2"},"east":{"uv":[5.5,1.5,7.5,3],"texture":"#2"},"south":{"uv":[3,8.5,5.5,10],"texture":"#2"},"west":{"uv":[5.5,1.5,7.5,3],"texture":"#2"},"up":{"uv":[5.5,0,8,1.5],"texture":"#2"},"down":{"uv":[8.5,1,11,3],"texture":"#2"}}},{"from":[11.5,15.5,7],"to":[13.5,18.5,9],"faces":{"north":{"uv":[2.5,6.5,4.5,9.5],"texture":"#2"},"east":{"uv":[6.5,0,8.5,3],"texture":"#2"},"south":{"uv":[11.5,6.5,13.5,9.5],"texture":"#2"},"west":{"uv":[6.5,0,8.5,3],"texture":"#2"},"up":{"uv":[5.5,0,7,1.5],"texture":"#2"},"down":{"uv":[8.5,0,10.5,2],"texture":"#2"}}},{"from":[10.5,15,7],"to":[13,16.5,9],"faces":{"north":{"uv":[3,8.5,5.5,10],"texture":"#2"},"east":{"uv":[5.5,1.5,7.5,3],"texture":"#2"},"south":{"uv":[10.5,8.5,13,10],"texture":"#2"},"west":{"uv":[5.5,1.5,7.5,3],"texture":"#2"},"up":{"uv":[5.5,0,8,1.5],"texture":"#2"},"down":{"uv":[8.5,1,11,3],"texture":"#2"}}},{"from":[7.25,-0.5,7.25],"to":[8.75,9,8.75],"faces":{"north":{"uv":[13,6.5,14.5,16],"texture":"#0"},"east":{"uv":[14.5,6.5,16,16],"texture":"#0"},"south":{"uv":[14.5,6.5,16,16],"texture":"#0"},"west":{"uv":[13,6.5,14.5,16],"texture":"#0"}}},{"from":[7.25,-5.5,7.25],"to":[8.75,-0.5,8.75],"faces":{"north":{"uv":[14.5,0,16,5],"texture":"#0"},"east":{"uv":[14.5,0,16,5],"texture":"#0"},"south":{"uv":[14.5,0,16,5],"texture":"#0"},"west":{"uv":[14.5,0,16,5],"texture":"#0"}}},{"from":[6.5,-8.5,8],"to":[8.5,-0.5,8.5],"rotation":{"angle":-22.5,"axis":"z","origin":[7,-0.5,8.25]},"faces":{"north":{"uv":[2,8,4,16],"texture":"#0"},"south":{"uv":[0,8,2,16],"texture":"#0"}}},{"from":[7.25,-10.5,7.25],"to":[8.75,-5.5,8.75],"faces":{"north":{"uv":[13,11,14.5,16],"texture":"#0"},"east":{"uv":[13,11,14.5,16],"texture":"#0"},"south":{"uv":[14.5,11,16,16],"texture":"#0"},"west":{"uv":[14.5,11,16,16],"texture":"#0"}}},{"from":[7.5,-10.5,7],"to":[8.5,-9.5,9],"faces":{"north":{"uv":[1,11.5,2,12.5],"texture":"#2"},"east":{"uv":[1,11.5,2,12.5],"texture":"#2"},"south":{"uv":[1,11.5,2,12.5],"texture":"#2"},"west":{"uv":[1,11.5,2,12.5],"texture":"#2"},"up":{"uv":[1,11.5,2,12.5],"texture":"#2"}}},{"from":[7,-14,7],"to":[9,-10.5,9],"faces":{"north":{"uv":[0.5,12.5,2.5,16],"texture":"#2"},"east":{"uv":[0.5,12.5,2.5,16],"texture":"#2"},"south":{"uv":[0.5,12.5,2.5,16],"texture":"#2"},"west":{"uv":[0.5,12.5,2.5,16],"texture":"#2"},"up":{"uv":[5.5,1.5,7.5,3],"texture":"#2"},"down":{"uv":[8.5,1,10.5,3],"texture":"#2"}}},{"from":[6.5,-13.5,7],"to":[9.5,-11.5,9],"faces":{"north":{"uv":[0,13.5,3,15.5],"texture":"#2"},"east":{"uv":[0.5,13.5,2.5,15.5],"texture":"#2"},"south":{"uv":[0,13.5,3,15.5],"texture":"#2"},"west":{"uv":[0.5,13.5,2.5,15.5],"texture":"#2"},"up":{"uv":[5.5,0,8.5,1.5],"texture":"#2"},"down":{"uv":[8.5,0,11.5,2],"texture":"#2"}}},{"from":[7,-13.5,6.5],"to":[9,-11.5,9.5],"faces":{"north":{"uv":[0.5,13.5,2.5,15.5],"texture":"#2"},"east":{"uv":[0,13.5,3,15.5],"texture":"#2"},"south":{"uv":[0.5,13.5,2.5,15.5],"texture":"#2"},"west":{"uv":[0,13.5,3,15.5],"texture":"#2"},"up":{"uv":[5.5,0,7.5,1.5],"texture":"#2"},"down":{"uv":[9.5,0,11.5,3],"texture":"#2"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-100,-2],"translation":[-1,6.5,1.5],"scale":[0.9,0.9,0.9]},"thirdperson_lefthand":{"rotation":[0,80,-2],"translation":[-1,6.5,1.5],"scale":[0.9,0.9,0.9]},"firstperson_righthand":{"rotation":[0,-80,8],"translation":[1,2.75,0.5],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[0,-80,8],"translation":[1,2.75,0.5],"scale":[0.6,0.6,0.6]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.4,0.4,0.4]},"gui":{"rotation":[-20,160,30],"translation":[0,1.75,0],"scale":[0.55,0.55,0.55]},"fixed":{"translation":[0,0,-1],"scale":[0.65,0.65,0.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/mage/wand_thunder_a.json b/assets/minecraft/models/item/wynn/weapon/mage/wand_thunder_a.json new file mode 100644 index 000000000..2f3606f47 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/mage/wand_thunder_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"wand":"wynn/weapon/mage/thunder_tier_a_b"},"elements":[{"from":[7,16,7],"to":[9,18,9],"faces":{"north":{"uv":[14,0,16,2],"texture":"#wand"},"east":{"uv":[14,0,16,2],"texture":"#wand"},"south":{"uv":[14,0,16,2],"texture":"#wand"},"west":{"uv":[14,0,16,2],"texture":"#wand"},"up":{"uv":[12,4,14,6],"texture":"#wand"}}},{"from":[7,9,7],"to":[9,14,9],"faces":{"north":{"uv":[10,11,12,16],"texture":"#wand"},"east":{"uv":[10,11,12,16],"texture":"#wand"},"south":{"uv":[10,11,12,16],"texture":"#wand"},"west":{"uv":[10,11,12,16],"texture":"#wand"}}},{"from":[7,-7,7],"to":[9,9,9],"faces":{"north":{"uv":[10,0,12,16],"texture":"#wand"},"east":{"uv":[10,0,12,16],"texture":"#wand"},"south":{"uv":[10,0,12,16],"texture":"#wand"},"west":{"uv":[10,0,12,16],"texture":"#wand"},"down":{"uv":[13,9,15,11],"texture":"#wand"}}},{"from":[7,-9,7],"to":[9,-7,9],"faces":{"north":{"uv":[14,0,16,2],"texture":"#wand"},"east":{"uv":[14,0,16,2],"texture":"#wand"},"south":{"uv":[14,0,16,2],"texture":"#wand"},"west":{"uv":[14,0,16,2],"texture":"#wand"},"down":{"uv":[14,4,16,6],"texture":"#wand"}}},{"from":[6.5,14,6.5],"to":[9.5,16,9.5],"rotation":{"angle":0,"axis":"y","origin":[14.5,22,14.5]},"faces":{"north":{"uv":[13,2,16,4],"texture":"#wand"},"east":{"uv":[13,2,16,4],"texture":"#wand"},"south":{"uv":[16,2,13,4],"texture":"#wand"},"west":{"uv":[13,2,16,4],"texture":"#wand"},"up":{"uv":[13,6,16,9],"texture":"#wand"},"down":{"uv":[13,9,16,12],"texture":"#wand"}}}],"display":{"thirdperson_righthand":{"rotation":[10,0,0],"translation":[-0.5,5,2.5],"scale":[0.75,0.75,0.75]},"thirdperson_lefthand":{"rotation":[10,0,0],"translation":[-0.5,5,2.5],"scale":[0.75,0.75,0.75]},"firstperson_righthand":{"rotation":[-5,0,0],"translation":[2,4,0],"scale":[0.7,0.7,0.7]},"firstperson_lefthand":{"rotation":[-5,0,0],"translation":[2,4,0],"scale":[0.7,0.7,0.7]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.4,0.4,0.4]},"gui":{"rotation":[-20,160,30],"translation":[0.5,2,0],"scale":[0.6,0.6,0.6]},"fixed":{"translation":[0,-0.75,-1],"scale":[0.65,0.65,0.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/mage/wand_thunder_b.json b/assets/minecraft/models/item/wynn/weapon/mage/wand_thunder_b.json new file mode 100644 index 000000000..27226ec91 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/mage/wand_thunder_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"wand":"wynn/weapon/mage/thunder_tier_a_b"},"elements":[{"from":[5,19,6],"to":[11,23,10],"faces":{"north":{"uv":[2,1,8,5],"texture":"#wand"},"east":{"uv":[3,1,7,5],"texture":"#wand"},"south":{"uv":[2,1,8,5],"texture":"#wand"},"west":{"uv":[3,1,7,5],"texture":"#wand"},"up":{"uv":[2,1,8,5],"texture":"#wand"},"down":{"uv":[2,1,8,5],"texture":"#wand"}}},{"from":[6,18,6],"to":[10,24,10],"faces":{"north":{"uv":[3,0,7,6],"texture":"#wand"},"east":{"uv":[3,0,7,6],"texture":"#wand"},"south":{"uv":[3,0,7,6],"texture":"#wand"},"west":{"uv":[3,0,7,6],"texture":"#wand"},"up":{"uv":[3,1,7,5],"texture":"#wand"},"down":{"uv":[3,1,7,5],"texture":"#wand"}}},{"from":[6,19,5],"to":[10,23,11],"faces":{"north":{"uv":[3,1,7,5],"texture":"#wand"},"east":{"uv":[2,1,8,5],"texture":"#wand"},"south":{"uv":[3,1,7,5],"texture":"#wand"},"west":{"uv":[2,1,8,5],"texture":"#wand"},"up":{"uv":[3,0,7,6],"texture":"#wand"},"down":{"uv":[3,0,7,6],"texture":"#wand"}}},{"from":[6,14,6],"to":[10,16,10],"faces":{"north":{"uv":[3,8,7,10],"texture":"#wand"},"east":{"uv":[3,8,7,10],"texture":"#wand"},"south":{"uv":[3,8,7,10],"texture":"#wand"},"west":{"uv":[3,8,7,10],"texture":"#wand"},"up":{"uv":[3,9,7,13],"texture":"#wand"},"down":{"uv":[3,9,7,13],"texture":"#wand"}}},{"from":[5,12,7],"to":[11,14,9],"faces":{"north":{"uv":[2,10,8,12],"texture":"#wand"},"east":{"uv":[4,10,6,12],"texture":"#wand"},"south":{"uv":[2,10,8,12],"texture":"#wand"},"west":{"uv":[4,10,6,12],"texture":"#wand"},"up":{"uv":[8,10,2,12],"texture":"#wand"},"down":{"uv":[2,11,8,12],"texture":"#wand"}}},{"from":[6,10,6],"to":[10,12,10],"faces":{"north":{"uv":[3,12,7,14],"texture":"#wand"},"east":{"uv":[3,12,7,14],"texture":"#wand"},"south":{"uv":[3,12,7,14],"texture":"#wand"},"west":{"uv":[3,12,7,14],"texture":"#wand"},"up":{"uv":[12,6,16,10],"texture":"#wand"},"down":{"uv":[12,9,16,13],"texture":"#wand"}}},{"from":[7,8,7],"to":[9,10,9],"faces":{"north":{"uv":[4,14,6,16],"texture":"#wand"},"east":{"uv":[4,14,6,16],"texture":"#wand"},"south":{"uv":[4,14,6,16],"texture":"#wand"},"west":{"uv":[4,14,6,16],"texture":"#wand"}}},{"from":[7,12,5],"to":[9,14,11],"faces":{"north":{"uv":[4,10,6,12],"texture":"#wand"},"east":{"uv":[2,10,8,12],"texture":"#wand"},"south":{"uv":[4,10,6,12],"texture":"#wand"},"west":{"uv":[2,10,8,12],"texture":"#wand"},"up":{"uv":[4,8,6,14],"texture":"#wand"},"down":{"uv":[4,8,6,14],"texture":"#wand"}}},{"from":[7,16,5],"to":[9,18,11],"faces":{"north":{"uv":[2,6,4,8],"texture":"#wand"},"east":{"uv":[2,6,8,8],"texture":"#wand"},"south":{"uv":[6,6,8,8],"texture":"#wand"},"west":{"uv":[2,6,8,8],"texture":"#wand"},"down":{"uv":[2,7,8,8],"rotation":90,"texture":"#wand"}}},{"from":[7,18,4],"to":[9,20,12],"faces":{"north":{"uv":[2,6,4,8],"texture":"#wand"},"east":{"uv":[1,4,9,6],"texture":"#wand"},"south":{"uv":[6,6,8,8],"texture":"#wand"},"west":{"uv":[1,4,9,6],"texture":"#wand"},"down":{"uv":[1,5,9,6],"rotation":90,"texture":"#wand"}}},{"from":[7,20,3],"to":[9,21,13],"faces":{"north":{"uv":[8,3,10,4],"texture":"#wand"},"east":{"uv":[0,3,10,4],"texture":"#wand"},"south":{"uv":[8,3,10,4],"texture":"#wand"},"west":{"uv":[0,3,10,4],"texture":"#wand"},"up":{"uv":[0,3,10,4],"rotation":90,"texture":"#wand"},"down":{"uv":[0,3,10,4],"rotation":90,"texture":"#wand"}}},{"from":[5,16,7],"to":[11,18,9],"faces":{"north":{"uv":[2,6,8,8],"texture":"#wand"},"east":{"uv":[6,6,8,8],"texture":"#wand"},"south":{"uv":[2,6,8,8],"texture":"#wand"},"west":{"uv":[2,6,4,8],"texture":"#wand"},"down":{"uv":[2,7,8,8],"texture":"#wand"}}},{"from":[4,18,7],"to":[12,20,9],"faces":{"north":{"uv":[1,4,9,6],"texture":"#wand"},"east":{"uv":[2,6,4,8],"texture":"#wand"},"south":{"uv":[1,4,9,6],"texture":"#wand"},"west":{"uv":[6,6,8,8],"texture":"#wand"},"down":{"uv":[1,5,9,6],"texture":"#wand"}}},{"from":[3,20,7],"to":[13,21,9],"faces":{"north":{"uv":[0,3,10,4],"texture":"#wand"},"east":{"uv":[0,3,2,4],"texture":"#wand"},"south":{"uv":[0,3,10,4],"texture":"#wand"},"west":{"uv":[8,3,10,4],"texture":"#wand"},"up":{"uv":[0,3,10,4],"texture":"#wand"},"down":{"uv":[0,3,10,4],"texture":"#wand"}}},{"from":[6.5,4,6.5],"to":[9.5,6,9.5],"rotation":{"angle":0,"axis":"y","origin":[8.5,8,8.5]},"faces":{"north":{"uv":[13,2,16,4],"texture":"#wand"},"east":{"uv":[13,2,16,4],"texture":"#wand"},"south":{"uv":[13,2,16,4],"texture":"#wand"},"west":{"uv":[13,2,16,4],"texture":"#wand"},"up":{"uv":[13,6,16,9],"texture":"#wand"},"down":{"uv":[13,9,16,12],"texture":"#wand"}}},{"from":[7,-5,7],"to":[9,8,9],"rotation":{"angle":0,"axis":"y","origin":[8,11,8]},"faces":{"north":{"uv":[10,0,12,13],"texture":"#wand"},"east":{"uv":[10,0,12,13],"texture":"#wand"},"south":{"uv":[10,0,12,13],"texture":"#wand"},"west":{"uv":[10,0,12,13],"texture":"#wand"}}},{"from":[6.5,-6,6.5],"to":[9.5,-4,9.5],"rotation":{"angle":0,"axis":"y","origin":[8.5,-2,8.5]},"faces":{"north":{"uv":[13,2,16,4],"texture":"#wand"},"east":{"uv":[13,2,16,4],"texture":"#wand"},"south":{"uv":[13,2,16,4],"texture":"#wand"},"west":{"uv":[13,2,16,4],"texture":"#wand"},"up":{"uv":[13,6,16,9],"texture":"#wand"},"down":{"uv":[13,9,16,12],"texture":"#wand"}}},{"from":[7,-8,7],"to":[9,-6,9],"faces":{"north":{"uv":[14,0,16,2],"texture":"#wand"},"east":{"uv":[14,0,16,2],"texture":"#wand"},"south":{"uv":[14,0,16,2],"texture":"#wand"},"west":{"uv":[14,0,16,2],"texture":"#wand"},"down":{"uv":[14,4,16,6],"texture":"#wand"}}}],"display":{"thirdperson_righthand":{"rotation":[10,0,0],"translation":[-0.7,4,2],"scale":[0.75,0.75,0.75]},"thirdperson_lefthand":{"rotation":[10,0,0],"translation":[-0.7,4,2],"scale":[0.75,0.75,0.75]},"firstperson_righthand":{"rotation":[-20,22,0],"translation":[1.25,3,1.7],"scale":[0.5,0.5,0.5]},"firstperson_lefthand":{"rotation":[-20,22,0],"translation":[1.25,3,1.7],"scale":[0.5,0.5,0.5]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.4,0.4,0.4]},"gui":{"rotation":[-20,160,30],"translation":[-0.25,0,0],"scale":[0.6,0.6,0.6]},"fixed":{"translation":[0,-0.75,-1],"scale":[0.65,0.65,0.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/mage/wand_thunder_c.json b/assets/minecraft/models/item/wynn/weapon/mage/wand_thunder_c.json new file mode 100644 index 000000000..8b25ce0ec --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/mage/wand_thunder_c.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"wand1":"wynn/weapon/mage/thunder_tier_c_0","wand2":"wynn/weapon/mage/thunder_tier_a_b","bolt":"wynn/weapon/anim/thunder_arch"},"elements":[{"from":[6,23,5],"to":[10,27,11],"faces":{"north":{"uv":[3,1,7,5],"texture":"#wand2"},"east":{"uv":[2,1,8,5],"texture":"#wand2"},"south":{"uv":[3,1,7,5],"texture":"#wand2"},"west":{"uv":[2,1,8,5],"texture":"#wand2"},"up":{"uv":[3,0,7,6],"texture":"#wand2"},"down":{"uv":[3,0,7,6],"texture":"#wand2"}}},{"from":[5,23,6],"to":[11,27,10],"faces":{"north":{"uv":[2,1,8,5],"texture":"#wand2"},"east":{"uv":[3,1,7,5],"texture":"#wand2"},"south":{"uv":[2,1,8,5],"texture":"#wand2"},"west":{"uv":[3,1,7,5],"texture":"#wand2"},"up":{"uv":[2,1,8,5],"texture":"#wand2"},"down":{"uv":[2,1,8,5],"texture":"#wand2"}}},{"from":[6,22,6],"to":[10,28,10],"faces":{"north":{"uv":[3,0,7,6],"texture":"#wand2"},"east":{"uv":[3,0,7,6],"texture":"#wand2"},"south":{"uv":[3,0,7,6],"texture":"#wand2"},"west":{"uv":[3,0,7,6],"texture":"#wand2"},"up":{"uv":[3,1,7,5],"texture":"#wand2"},"down":{"uv":[3,1,7,5],"texture":"#wand2"}}},{"from":[9.5,19.5,7.75],"to":[17.5,27.5,8.25],"shade":false,"rotation":{"angle":-22.5,"axis":"z","origin":[8.5,21.5,8]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#bolt"},"south":{"uv":[0,0,16,16],"texture":"#bolt"}}},{"from":[-1.5,19.5,7.75],"to":[6.5,27.5,8.25],"shade":false,"rotation":{"angle":22.5,"axis":"z","origin":[7.5,21.5,8]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#bolt"},"south":{"uv":[0,0,16,16],"texture":"#bolt"}}},{"from":[7.75,19.5,9.5],"to":[8.25,27.5,17.5],"shade":false,"rotation":{"angle":22.5,"axis":"x","origin":[8,21.5,8.5]},"faces":{"east":{"uv":[0,0,16,16],"texture":"#bolt"},"west":{"uv":[0,0,16,16],"texture":"#bolt"}}},{"from":[7.75,19.5,-1.5],"to":[8.25,27.5,6.5],"shade":false,"rotation":{"angle":-22.5,"axis":"x","origin":[8,21.5,7.5]},"faces":{"east":{"uv":[0,0,16,16],"texture":"#bolt"},"west":{"uv":[0,0,16,16],"texture":"#bolt"}}},{"from":[6,16,5],"to":[10,20,11],"faces":{"north":{"uv":[2,1,6,5],"texture":"#wand1"},"east":{"uv":[1,1,7,5],"texture":"#wand1"},"south":{"uv":[2,1,6,5],"texture":"#wand1"},"west":{"uv":[1,1,7,5],"texture":"#wand1"},"up":{"uv":[1,1,7,2],"rotation":90,"texture":"#wand1"},"down":{"uv":[3,4,5,5],"rotation":90,"texture":"#wand1"}}},{"from":[5,16,6],"to":[11,20,10],"faces":{"north":{"uv":[1,1,7,5],"texture":"#wand1"},"east":{"uv":[2,1,6,5],"texture":"#wand1"},"south":{"uv":[1,1,7,5],"texture":"#wand1"},"west":{"uv":[2,1,6,5],"texture":"#wand1"},"up":{"uv":[1,1,7,2],"texture":"#wand1"},"down":{"uv":[3,4,5,5],"texture":"#wand1"}}},{"from":[6,17,6],"to":[10,21,10],"faces":{"north":{"uv":[2,0,6,4],"texture":"#wand1"},"east":{"uv":[2,0,6,4],"texture":"#wand1"},"south":{"uv":[2,0,6,4],"texture":"#wand1"},"west":{"uv":[2,0,6,4],"texture":"#wand1"},"up":{"uv":[8,11,12,15],"texture":"#wand1"}}},{"from":[7,17,11],"to":[9,19,18],"rotation":{"angle":0,"axis":"y","origin":[7.5,8,9]},"faces":{"east":{"uv":[15,1,8,3],"texture":"#wand1"},"south":{"uv":[14,1,15,3],"texture":"#wand1"},"west":{"uv":[8,1,15,3],"texture":"#wand1"},"up":{"uv":[8,3,15,5],"rotation":90,"texture":"#wand1"},"down":{"uv":[8,5,15,7],"rotation":270,"texture":"#wand1"}}},{"from":[7,18,17],"to":[9,20,19],"rotation":{"angle":0,"axis":"y","origin":[7.5,8,9]},"faces":{"north":{"uv":[14,0,16,2],"texture":"#wand1"},"east":{"uv":[16,0,14,2],"texture":"#wand1"},"south":{"uv":[14,0,16,2],"texture":"#wand1"},"west":{"uv":[14,0,16,2],"texture":"#wand1"},"up":{"uv":[14,3,16,5],"texture":"#wand1"},"down":{"uv":[14,5,16,7],"texture":"#wand1"}}},{"from":[17,18,7],"to":[19,20,9],"rotation":{"angle":0,"axis":"y","origin":[9,8,8.5]},"faces":{"north":{"uv":[16,0,14,2],"texture":"#wand1"},"east":{"uv":[14,0,16,2],"texture":"#wand1"},"south":{"uv":[14,0,16,2],"texture":"#wand1"},"west":{"uv":[14,0,16,2],"texture":"#wand1"},"up":{"uv":[14,3,16,5],"rotation":270,"texture":"#wand1"},"down":{"uv":[14,5,16,7],"rotation":90,"texture":"#wand1"}}},{"from":[11,17,7],"to":[18,19,9],"rotation":{"angle":0,"axis":"y","origin":[9,8,8.5]},"faces":{"north":{"uv":[15,1,8,3],"texture":"#wand1"},"east":{"uv":[14,1,15,3],"texture":"#wand1"},"south":{"uv":[8,1,15,3],"texture":"#wand1"},"up":{"uv":[8,3,15,5],"texture":"#wand1"},"down":{"uv":[8,5,15,7],"texture":"#wand1"}}},{"from":[7,18,-3],"to":[9,20,-1],"rotation":{"angle":0,"axis":"y","origin":[8.5,8,7]},"faces":{"north":{"uv":[14,0,16,2],"texture":"#wand1"},"east":{"uv":[14,0,16,2],"texture":"#wand1"},"south":{"uv":[14,0,16,2],"texture":"#wand1"},"west":{"uv":[16,0,14,2],"texture":"#wand1"},"up":{"uv":[14,3,16,5],"rotation":180,"texture":"#wand1"},"down":{"uv":[14,5,16,7],"rotation":180,"texture":"#wand1"}}},{"from":[7,17,-2],"to":[9,19,5],"rotation":{"angle":0,"axis":"y","origin":[8.5,8,7]},"faces":{"north":{"uv":[14,1,15,3],"texture":"#wand1"},"east":{"uv":[8,1,15,3],"texture":"#wand1"},"west":{"uv":[15,1,8,3],"texture":"#wand1"},"up":{"uv":[8,3,15,5],"rotation":270,"texture":"#wand1"},"down":{"uv":[8,5,15,7],"rotation":90,"texture":"#wand1"}}},{"from":[-3,18,7],"to":[-1,20,9],"rotation":{"angle":0,"axis":"y","origin":[7,8,7.5]},"faces":{"north":{"uv":[14,0,16,2],"texture":"#wand1"},"east":{"uv":[14,0,16,2],"texture":"#wand1"},"south":{"uv":[16,0,14,2],"texture":"#wand1"},"west":{"uv":[14,0,16,2],"texture":"#wand1"},"up":{"uv":[14,3,16,5],"rotation":90,"texture":"#wand1"},"down":{"uv":[14,5,16,7],"rotation":270,"texture":"#wand1"}}},{"from":[-2,17,7],"to":[5,19,9],"rotation":{"angle":0,"axis":"y","origin":[7,8,7.5]},"faces":{"north":{"uv":[8,1,15,3],"texture":"#wand1"},"south":{"uv":[15,1,8,3],"texture":"#wand1"},"west":{"uv":[14,1,15,3],"texture":"#wand1"},"up":{"uv":[8,3,15,5],"rotation":180,"texture":"#wand1"},"down":{"uv":[8,5,15,7],"rotation":180,"texture":"#wand1"}}},{"from":[6,13,6],"to":[10,15,10],"faces":{"north":{"uv":[2,6,6,8],"texture":"#wand1"},"east":{"uv":[2,6,6,8],"texture":"#wand1"},"south":{"uv":[2,6,6,8],"texture":"#wand1"},"west":{"uv":[2,6,6,8],"texture":"#wand1"},"up":{"uv":[8,11,12,15],"texture":"#wand1"},"down":{"uv":[12,11,16,15],"texture":"#wand1"}}},{"from":[7,11,4],"to":[9,13,12],"faces":{"north":{"uv":[3,8,5,10],"texture":"#wand1"},"east":{"uv":[0,8,8,10],"texture":"#wand1"},"south":{"uv":[3,8,5,10],"texture":"#wand1"},"west":{"uv":[0,8,8,10],"texture":"#wand1"},"up":{"uv":[8,7,16,9],"rotation":90,"texture":"#wand1"},"down":{"uv":[8,9,16,11],"rotation":90,"texture":"#wand1"}}},{"from":[4,11,7],"to":[12,13,9],"faces":{"north":{"uv":[0,8,8,10],"texture":"#wand1"},"east":{"uv":[3,8,5,10],"texture":"#wand1"},"south":{"uv":[0,8,8,10],"texture":"#wand1"},"west":{"uv":[3,8,5,10],"texture":"#wand1"},"up":{"uv":[8,7,16,9],"texture":"#wand1"},"down":{"uv":[8,9,16,11],"texture":"#wand1"}}},{"from":[6,9,6],"to":[10,11,10],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[2,10,6,12],"texture":"#wand1"},"east":{"uv":[2,10,6,12],"texture":"#wand1"},"south":{"uv":[2,10,6,12],"texture":"#wand1"},"west":{"uv":[2,10,6,12],"texture":"#wand1"},"up":{"uv":[8,11,12,15],"texture":"#wand1"},"down":{"uv":[12,11,16,15],"texture":"#wand1"}}},{"from":[7,7,7],"to":[9,16,9],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[3,5,5,14],"texture":"#wand1"},"east":{"uv":[3,5,5,14],"texture":"#wand1"},"south":{"uv":[3,5,5,14],"texture":"#wand1"},"west":{"uv":[3,5,5,14],"texture":"#wand1"}}},{"from":[6.5,3,6.5],"to":[9.5,5,9.5],"rotation":{"angle":0,"axis":"y","origin":[8.5,10,8.5]},"faces":{"north":{"uv":[13,2,16,4],"texture":"#wand2"},"east":{"uv":[13,2,16,4],"texture":"#wand2"},"south":{"uv":[13,2,16,4],"texture":"#wand2"},"west":{"uv":[13,2,16,4],"texture":"#wand2"},"up":{"uv":[13,6,16,9],"texture":"#wand2"},"down":{"uv":[13,10,16,13],"texture":"#wand2"}}},{"from":[7,-9,7],"to":[9,7,9],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[10,0,12,16],"texture":"#wand2"},"east":{"uv":[10,0,12,16],"texture":"#wand2"},"south":{"uv":[10,0,12,16],"texture":"#wand2"},"west":{"uv":[10,0,12,16],"texture":"#wand2"},"down":{"uv":[12,9,14,11],"texture":"#wand2"}}},{"from":[5,-8,7.5],"to":[11,-7,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[10,14,16,15],"texture":"#wand1"},"east":{"uv":[15,14,16,15],"texture":"#wand1"},"south":{"uv":[10,14,16,15],"texture":"#wand1"},"west":{"uv":[10,14,11,15],"texture":"#wand1"},"up":{"uv":[10,14,16,15],"texture":"#wand1"},"down":{"uv":[10,14,16,15],"texture":"#wand1"}}},{"from":[7.5,-8,5],"to":[8.5,-7,11],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[15,14,16,15],"texture":"#wand1"},"east":{"uv":[10,14,16,15],"texture":"#wand1"},"south":{"uv":[10,14,11,15],"texture":"#wand1"},"west":{"uv":[10,14,16,15],"texture":"#wand1"},"up":{"uv":[10,14,16,15],"rotation":90,"texture":"#wand1"},"down":{"uv":[10,14,16,15],"rotation":90,"texture":"#wand1"}}},{"from":[5,-7,7.5],"to":[6,-6,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[15,13,16,14],"texture":"#wand1"},"east":{"uv":[15,13,16,14],"texture":"#wand1"},"south":{"uv":[15,13,16,14],"texture":"#wand1"},"west":{"uv":[15,13,16,14],"texture":"#wand1"},"up":{"uv":[15,13,16,14],"texture":"#wand1"}}},{"from":[10,-7,7.5],"to":[11,-6,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[10,13,11,14],"texture":"#wand1"},"east":{"uv":[10,13,11,14],"texture":"#wand1"},"south":{"uv":[10,13,11,14],"texture":"#wand1"},"west":{"uv":[10,13,11,14],"texture":"#wand1"},"up":{"uv":[10,13,11,14],"texture":"#wand1"}}},{"from":[7.5,-7,5],"to":[8.5,-6,6],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[15,13,16,14],"texture":"#wand1"},"east":{"uv":[15,13,16,14],"texture":"#wand1"},"south":{"uv":[15,13,16,14],"texture":"#wand1"},"west":{"uv":[15,13,16,14],"texture":"#wand1"},"up":{"uv":[15,13,16,14],"texture":"#wand1"}}},{"from":[7.5,-7,10],"to":[8.5,-6,11],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[10,13,11,14],"texture":"#wand1"},"east":{"uv":[10,13,11,14],"texture":"#wand1"},"south":{"uv":[10,13,11,14],"texture":"#wand1"},"west":{"uv":[10,13,11,14],"texture":"#wand1"},"up":{"uv":[10,13,11,14],"texture":"#wand1"}}}],"display":{"thirdperson_righthand":{"translation":[-0.5,7.5,2],"scale":[0.75,0.75,0.75]},"thirdperson_lefthand":{"translation":[-0.5,7.5,2],"scale":[0.75,0.75,0.75]},"firstperson_righthand":{"rotation":[-10,24,0],"translation":[1.25,1,0.75],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[-10,24,0],"translation":[1.25,1,0.75],"scale":[0.6,0.6,0.6]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.4,0.4,0.4]},"gui":{"rotation":[-20,160,30],"translation":[-0.5,-0.25,0],"scale":[0.55,0.55,0.55]},"fixed":{"translation":[0,-0.75,-1],"scale":[0.65,0.65,0.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/mage/wand_water_a.json b/assets/minecraft/models/item/wynn/weapon/mage/wand_water_a.json new file mode 100644 index 000000000..e842f5d62 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/mage/wand_water_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"wand":"wynn/weapon/mage/water_tier_a_b","atom":"wynn/weapon/anim/water_atom"},"elements":[{"from":[6,8,6],"to":[10,9,10],"faces":{"north":{"uv":[1,7,5,8],"texture":"#wand"},"east":{"uv":[1,7,5,8],"texture":"#wand"},"south":{"uv":[1,7,5,8],"texture":"#wand"},"west":{"uv":[1,7,5,8],"texture":"#wand"},"up":{"uv":[5,12,9,16],"texture":"#wand"},"down":{"uv":[9,12,5,16],"texture":"#wand"}}},{"from":[7,0,7],"to":[9,10,9],"faces":{"north":{"uv":[2,6,4,16],"texture":"#wand"},"east":{"uv":[2,6,4,16],"texture":"#wand"},"south":{"uv":[2,6,4,16],"texture":"#wand"},"west":{"uv":[2,6,4,16],"texture":"#wand"},"up":{"uv":[0,14,2,16],"texture":"#wand"}}},{"from":[7,-7,7],"to":[9,0,9],"faces":{"north":{"uv":[10,0,12,7],"texture":"#wand"},"east":{"uv":[10,0,12,7],"texture":"#wand"},"south":{"uv":[10,0,12,7],"texture":"#wand"},"west":{"uv":[10,0,12,7],"texture":"#wand"},"down":{"uv":[0,14,2,16],"texture":"#wand"}}},{"from":[7,12,7],"to":[9,14,9],"faces":{"north":{"uv":[10,11,12,13],"texture":"#wand"},"east":{"uv":[12,11,10,13],"texture":"#wand"},"south":{"uv":[12,11,10,13],"texture":"#wand"},"west":{"uv":[10,11,12,13],"texture":"#wand"},"up":{"uv":[10,11,12,13],"texture":"#wand"},"down":{"uv":[10,11,12,13],"texture":"#wand"}}},{"from":[4,12.98,4],"to":[12,13.02,12],"shade":false,"rotation":{"angle":-45,"axis":"x","origin":[8,13,8]},"faces":{"up":{"uv":[0,0,16,16],"texture":"#atom"},"down":{"uv":[0,16,16,0],"texture":"#atom"}}},{"from":[4,12.98,4],"to":[12,13.02,12],"shade":false,"rotation":{"angle":45,"axis":"x","origin":[8,13,8]},"faces":{"up":{"uv":[0,0,16,16],"texture":"#atom"},"down":{"uv":[0,16,16,0],"texture":"#atom"}}},{"from":[7.25,-9.5,7.25],"to":[8.75,-7,8.75],"faces":{"north":{"uv":[13,2,15,5],"texture":"#wand"},"east":{"uv":[13,2,15,5],"texture":"#wand"},"south":{"uv":[13,2,15,5],"texture":"#wand"},"west":{"uv":[13,2,15,5],"texture":"#wand"},"up":{"uv":[0,10,2,12],"texture":"#wand"},"down":{"uv":[0,14,2,16],"texture":"#wand"}}}],"display":{"thirdperson_righthand":{"translation":[-0.5,3,2],"scale":[0.9,0.9,0.9]},"thirdperson_lefthand":{"translation":[-0.5,3,2],"scale":[0.9,0.9,0.9]},"firstperson_righthand":{"rotation":[0,0,15],"translation":[0.2,5,1.5],"scale":[0.7,0.7,0.7]},"firstperson_lefthand":{"rotation":[0,0,15],"translation":[0.2,5,1.5],"scale":[-0.7,0.7,0.7]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.4,0.4,0.4]},"gui":{"rotation":[-20,160,30],"translation":[0.25,2.5,0],"scale":[0.6,0.6,0.6]},"fixed":{"translation":[0,-0.75,-1],"scale":[0.65,0.65,0.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/mage/wand_water_b.json b/assets/minecraft/models/item/wynn/weapon/mage/wand_water_b.json new file mode 100644 index 000000000..015ce6197 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/mage/wand_water_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"wand":"wynn/weapon/mage/water_tier_a_b","atom":"wynn/weapon/anim/water_atom"},"elements":[{"from":[5,8,7],"to":[9,9,11],"faces":{"north":{"uv":[1,7,5,8],"texture":"#wand"},"east":{"uv":[1,7,5,8],"texture":"#wand"},"south":{"uv":[1,7,5,8],"texture":"#wand"},"west":{"uv":[1,7,5,8],"texture":"#wand"},"up":{"uv":[5,12,9,16],"texture":"#wand"},"down":{"uv":[9,12,5,16],"texture":"#wand"}}},{"from":[6,0,8],"to":[8,16,10],"faces":{"north":{"uv":[2,0,4,16],"texture":"#wand"},"east":{"uv":[2,0,4,16],"texture":"#wand"},"south":{"uv":[2,0,4,16],"texture":"#wand"},"west":{"uv":[2,0,4,16],"texture":"#wand"},"up":{"uv":[2,0,4,2],"texture":"#wand"}}},{"from":[6,12,7],"to":[8,14,11],"faces":{"north":{"uv":[4,2,2,4],"texture":"#wand"},"east":{"uv":[1,2,5,4],"texture":"#wand"},"south":{"uv":[4,2,2,4],"texture":"#wand"},"west":{"uv":[1,2,5,4],"texture":"#wand"},"up":{"uv":[1,2,5,3],"rotation":90,"texture":"#wand"}}},{"from":[5,12,8],"to":[9,14,10],"faces":{"north":{"uv":[5,2,1,4],"texture":"#wand"},"east":{"uv":[2,2,4,4],"texture":"#wand"},"south":{"uv":[5,2,1,4],"texture":"#wand"},"west":{"uv":[2,2,4,4],"texture":"#wand"},"up":{"uv":[1,2,5,3],"texture":"#wand"}}},{"from":[6,10,6],"to":[8,12,12],"faces":{"north":{"uv":[4,4,2,6],"texture":"#wand"},"east":{"uv":[0,4,6,6],"texture":"#wand"},"south":{"uv":[4,4,2,6],"texture":"#wand"},"west":{"uv":[0,4,6,6],"texture":"#wand"},"up":{"uv":[0,4,6,5],"rotation":90,"texture":"#wand"},"down":{"uv":[0,5,6,6],"rotation":90,"texture":"#wand"}}},{"from":[4,10,8],"to":[10,12,10],"faces":{"north":{"uv":[6,4,0,6],"texture":"#wand"},"east":{"uv":[2,4,4,6],"texture":"#wand"},"south":{"uv":[6,4,0,6],"texture":"#wand"},"west":{"uv":[2,4,4,6],"texture":"#wand"},"up":{"uv":[0,4,6,5],"texture":"#wand"},"down":{"uv":[0,5,6,6],"texture":"#wand"}}},{"from":[6,-7,8],"to":[8,0,10],"faces":{"north":{"uv":[10,0,12,7],"texture":"#wand"},"east":{"uv":[10,0,12,7],"texture":"#wand"},"south":{"uv":[10,0,12,7],"texture":"#wand"},"west":{"uv":[10,0,12,7],"texture":"#wand"}}},{"from":[6,-9,8],"to":[8,-7,10],"faces":{"north":{"uv":[13,0,15,2],"texture":"#wand"},"east":{"uv":[13,0,15,2],"texture":"#wand"},"south":{"uv":[13,0,15,2],"texture":"#wand"},"west":{"uv":[13,0,15,2],"texture":"#wand"}}},{"from":[6,-12,7],"to":[8,-9,11],"faces":{"north":{"uv":[13,2,15,5],"texture":"#wand"},"east":{"uv":[12,2,16,5],"texture":"#wand"},"south":{"uv":[13,2,15,5],"texture":"#wand"},"west":{"uv":[12,2,16,5],"texture":"#wand"},"up":{"uv":[0,10,2,12],"texture":"#wand"},"down":{"uv":[0,14,2,16],"texture":"#wand"}}},{"from":[5,-12,8],"to":[9,-9,10],"faces":{"north":{"uv":[12,2,16,5],"texture":"#wand"},"east":{"uv":[13,2,15,5],"texture":"#wand"},"south":{"uv":[12,2,16,5],"texture":"#wand"},"west":{"uv":[13,2,15,5],"texture":"#wand"},"up":{"uv":[0,10,2,12],"texture":"#wand"},"down":{"uv":[0,14,2,16],"texture":"#wand"}}},{"from":[5,16,8],"to":[7,18,9],"faces":{"north":{"uv":[12,14,14,16],"texture":"#wand"},"east":{"uv":[12,14,13,16],"texture":"#wand"},"south":{"uv":[14,14,12,16],"texture":"#wand"},"west":{"uv":[13,14,14,16],"texture":"#wand"},"up":{"uv":[14,14,12,15],"texture":"#wand"},"down":{"uv":[14,15,12,16],"texture":"#wand"}}},{"from":[7,16,9],"to":[8,18,11],"faces":{"north":{"uv":[12,14,13,16],"texture":"#wand"},"east":{"uv":[14,14,12,16],"texture":"#wand"},"south":{"uv":[13,14,14,16],"texture":"#wand"},"west":{"uv":[12,14,14,16],"texture":"#wand"},"up":{"uv":[12,14,14,15],"rotation":90,"texture":"#wand"},"down":{"uv":[14,15,12,16],"rotation":90,"texture":"#wand"}}},{"from":[4,17,8],"to":[6,20,9],"faces":{"north":{"uv":[13,12,15,15],"texture":"#wand"},"east":{"uv":[13,12,14,15],"texture":"#wand"},"south":{"uv":[15,12,13,15],"texture":"#wand"},"west":{"uv":[14,12,15,15],"texture":"#wand"},"up":{"uv":[15,12,13,13],"texture":"#wand"},"down":{"uv":[15,14,13,15],"texture":"#wand"}}},{"from":[3,19,8],"to":[5,24,9],"faces":{"north":{"uv":[14,8,16,13],"texture":"#wand"},"east":{"uv":[14,8,15,13],"texture":"#wand"},"south":{"uv":[16,8,14,13],"texture":"#wand"},"west":{"uv":[15,8,16,13],"texture":"#wand"},"up":{"uv":[14,8,16,9],"texture":"#wand"},"down":{"uv":[16,12,14,13],"texture":"#wand"}}},{"from":[4,23,8],"to":[8,25,9],"faces":{"north":{"uv":[11,7,15,9],"texture":"#wand"},"south":{"uv":[15,7,11,9],"texture":"#wand"},"west":{"uv":[14,7,15,9],"texture":"#wand"},"up":{"uv":[11,7,15,8],"texture":"#wand"},"down":{"uv":[11,8,15,9],"texture":"#wand"}}},{"from":[7,22,7],"to":[9,24,9],"faces":{"north":{"uv":[10,8,12,10],"texture":"#wand"},"east":{"uv":[12,8,10,10],"texture":"#wand"},"south":{"uv":[12,8,10,10],"texture":"#wand"},"west":{"uv":[10,8,12,10],"texture":"#wand"},"up":{"uv":[10,8,11,9],"texture":"#wand"},"down":{"uv":[0,12,2,14],"texture":"#wand"}}},{"from":[7,17,10],"to":[8,20,12],"faces":{"north":{"uv":[13,12,14,15],"texture":"#wand"},"east":{"uv":[15,12,13,15],"texture":"#wand"},"south":{"uv":[14,12,15,15],"texture":"#wand"},"west":{"uv":[13,12,15,15],"texture":"#wand"},"up":{"uv":[13,12,15,13],"rotation":90,"texture":"#wand"},"down":{"uv":[15,14,13,15],"rotation":90,"texture":"#wand"}}},{"from":[7,19,11],"to":[8,24,13],"faces":{"north":{"uv":[14,8,15,13],"texture":"#wand"},"east":{"uv":[16,8,14,13],"texture":"#wand"},"south":{"uv":[15,8,16,13],"texture":"#wand"},"west":{"uv":[14,8,16,13],"texture":"#wand"},"up":{"uv":[15,8,16,9],"texture":"#wand"},"down":{"uv":[16,12,14,13],"rotation":90,"texture":"#wand"}}},{"from":[7,23,8],"to":[8,25,12],"faces":{"east":{"uv":[15,7,11,9],"texture":"#wand"},"south":{"uv":[14,7,15,9],"texture":"#wand"},"west":{"uv":[11,7,15,9],"texture":"#wand"},"up":{"uv":[11,7,15,8],"rotation":90,"texture":"#wand"},"down":{"uv":[11,8,15,9],"rotation":90,"texture":"#wand"}}},{"from":[7,19,7],"to":[9,21,9],"faces":{"north":{"uv":[10,11,12,13],"texture":"#wand"},"east":{"uv":[12,11,10,13],"texture":"#wand"},"south":{"uv":[12,11,10,13],"texture":"#wand"},"west":{"uv":[10,11,12,13],"texture":"#wand"},"up":{"uv":[10,11,12,13],"texture":"#wand"},"down":{"uv":[10,11,12,13],"texture":"#wand"}}},{"from":[4,19.98,4],"to":[12,20.02,12],"shade":false,"rotation":{"angle":-45,"axis":"x","origin":[8,20,8]},"faces":{"up":{"uv":[0,0,16,16],"texture":"#atom"},"down":{"uv":[0,16,16,0],"texture":"#atom"}}},{"from":[4,19.98,4],"to":[12,20.02,12],"shade":false,"rotation":{"angle":45,"axis":"x","origin":[8,20,8]},"faces":{"up":{"uv":[0,0,16,16],"texture":"#atom"},"down":{"uv":[0,16,16,0],"texture":"#atom"}}}],"display":{"thirdperson_righthand":{"rotation":[-5,180,0],"translation":[-1.5,2,3],"scale":[0.9,0.9,0.9]},"thirdperson_lefthand":{"rotation":[-5,180,0],"translation":[-1.5,2,3],"scale":[0.9,0.9,0.9]},"firstperson_righthand":{"rotation":[-5,180,-10],"translation":[1,3,1.5],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[-5,180,-10],"translation":[1,3,1.5],"scale":[-0.6,0.6,0.6]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.4,0.4,0.4]},"gui":{"rotation":[-20,160,30],"translation":[-1,1,0],"scale":[0.55,0.55,0.55]},"fixed":{"translation":[0,-0.75,-1],"scale":[0.65,0.65,0.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/mage/wand_water_c.json b/assets/minecraft/models/item/wynn/weapon/mage/wand_water_c.json new file mode 100644 index 000000000..5ce5fa473 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/mage/wand_water_c.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"wand":"wynn/weapon/mage/water_tier_c","atom":"wynn/weapon/anim/water_atom","orb":"wynn/weapon/anim/water_droplet"},"elements":[{"from":[7,0,7],"to":[9,7,9],"faces":{"north":{"uv":[10,0,12,7],"texture":"#wand"},"east":{"uv":[10,0,12,7],"texture":"#wand"},"south":{"uv":[10,0,12,7],"texture":"#wand"},"west":{"uv":[10,0,12,7],"texture":"#wand"}}},{"from":[7,-12,7],"to":[9,-7,9],"faces":{"north":{"uv":[13,0,15,5],"texture":"#wand"},"east":{"uv":[13,0,15,5],"texture":"#wand"},"south":{"uv":[13,0,15,5],"texture":"#wand"},"west":{"uv":[13,0,15,5],"texture":"#wand"},"down":{"uv":[13,3,15,5],"texture":"#wand"}}},{"from":[7.25,-13.5,7.25],"to":[8.75,-12,8.75],"faces":{"north":{"uv":[13,5,15,7],"texture":"#wand"},"east":{"uv":[13,5,15,7],"texture":"#wand"},"south":{"uv":[13,5,15,7],"texture":"#wand"},"west":{"uv":[13,5,15,7],"texture":"#wand"},"down":{"uv":[13,5,15,7],"texture":"#wand"}}},{"from":[6,-11,7.25],"to":[10,-8,8.75],"faces":{"north":{"uv":[12,2,16,5],"texture":"#wand"},"east":{"uv":[13,2,15,5],"texture":"#wand"},"south":{"uv":[12,2,16,5],"texture":"#wand"},"west":{"uv":[13,2,15,5],"texture":"#wand"},"up":{"uv":[12,3,16,5],"texture":"#wand"},"down":{"uv":[12,3,16,5],"texture":"#wand"}}},{"from":[7.25,-11,6],"to":[8.75,-8,10],"faces":{"north":{"uv":[13,2,15,5],"texture":"#wand"},"east":{"uv":[12,2,16,5],"texture":"#wand"},"south":{"uv":[13,2,15,5],"texture":"#wand"},"west":{"uv":[12,2,16,5],"texture":"#wand"},"up":{"uv":[13,1,15,5],"texture":"#wand"},"down":{"uv":[13,1,15,5],"texture":"#wand"}}},{"from":[7,-7,7],"to":[9,0,9],"faces":{"north":{"uv":[8,0,10,7],"texture":"#wand"},"east":{"uv":[8,0,10,7],"texture":"#wand"},"south":{"uv":[8,0,10,7],"texture":"#wand"},"west":{"uv":[8,0,10,7],"texture":"#wand"}}},{"from":[6,7,7],"to":[10,9,9],"faces":{"north":{"uv":[2,14,3,16],"texture":"#wand"},"east":{"uv":[2,14,3,16],"texture":"#wand"},"south":{"uv":[2,14,3,16],"texture":"#wand"},"west":{"uv":[2,14,3,16],"texture":"#wand"},"up":{"uv":[2,14,3,15],"texture":"#wand"},"down":{"uv":[2,14,6,16],"texture":"#wand"}}},{"from":[7,9,7],"to":[9,11,9],"faces":{"north":{"uv":[3,12,5,14],"texture":"#wand"},"east":{"uv":[3,12,5,14],"texture":"#wand"},"south":{"uv":[3,12,5,14],"texture":"#wand"},"west":{"uv":[3,12,5,14],"texture":"#wand"}}},{"from":[5,11,6],"to":[11,13,10],"faces":{"north":{"uv":[7,10,1,12],"texture":"#wand"},"east":{"uv":[6,10,2,12],"texture":"#wand"},"south":{"uv":[7,10,1,12],"texture":"#wand"},"west":{"uv":[6,10,2,12],"texture":"#wand"},"up":{"uv":[5,10,3,11],"texture":"#wand"},"down":{"uv":[1,11,4,12],"texture":"#wand"}}},{"from":[6,11,5],"to":[10,13,11],"faces":{"north":{"uv":[2,10,6,12],"texture":"#wand"},"east":{"uv":[1,10,7,12],"texture":"#wand"},"south":{"uv":[2,10,6,12],"texture":"#wand"},"west":{"uv":[1,10,7,12],"texture":"#wand"},"up":{"uv":[3,10,5,11],"rotation":90,"texture":"#wand"},"down":{"uv":[1,11,4,12],"rotation":90,"texture":"#wand"}}},{"from":[6,13,6],"to":[10,17,10],"faces":{"north":{"uv":[3,3,13,13],"texture":"#orb"},"east":{"uv":[3,3,13,13],"texture":"#orb"},"south":{"uv":[3,3,13,13],"texture":"#orb"},"west":{"uv":[3,3,13,13],"texture":"#orb"}}},{"from":[7,7,6],"to":[9,9,10],"faces":{"north":{"uv":[2,14,3,16],"texture":"#wand"},"east":{"uv":[2,14,3,16],"texture":"#wand"},"south":{"uv":[2,14,3,16],"texture":"#wand"},"west":{"uv":[3,14,2,16],"texture":"#wand"},"up":{"uv":[2,14,3,15],"rotation":90,"texture":"#wand"},"down":{"uv":[2,14,6,16],"rotation":90,"texture":"#wand"}}},{"from":[10,12,10],"to":[12,15,12],"faces":{"north":{"uv":[1,8,2,11],"texture":"#wand"},"east":{"uv":[0,8,2,11],"texture":"#wand"},"south":{"uv":[2,8,0,11],"texture":"#wand"},"west":{"uv":[1,8,2,11],"texture":"#wand"},"up":{"uv":[0,9,2,11],"texture":"#wand"},"down":{"uv":[6,9,8,11],"texture":"#wand"}}},{"from":[4,12,4],"to":[6,15,6],"faces":{"north":{"uv":[2,8,0,11],"texture":"#wand"},"east":{"uv":[1,8,2,11],"texture":"#wand"},"south":{"uv":[1,8,2,11],"texture":"#wand"},"west":{"uv":[0,8,2,11],"texture":"#wand"},"up":{"uv":[0,9,2,11],"texture":"#wand"},"down":{"uv":[0,9,2,11],"texture":"#wand"}}},{"from":[10,12,4],"to":[12,15,6],"faces":{"north":{"uv":[8,8,6,11],"texture":"#wand"},"east":{"uv":[6,8,8,11],"texture":"#wand"},"south":{"uv":[6,8,7,11],"texture":"#wand"},"west":{"uv":[6,8,7,11],"texture":"#wand"},"up":{"uv":[6,9,8,11],"texture":"#wand"},"down":{"uv":[6,9,8,11],"texture":"#wand"}}},{"from":[4,12,10],"to":[6,15,12],"faces":{"north":{"uv":[6,8,7,11],"texture":"#wand"},"east":{"uv":[6,8,7,11],"texture":"#wand"},"south":{"uv":[8,8,6,11],"texture":"#wand"},"west":{"uv":[6,8,8,11],"texture":"#wand"},"up":{"uv":[6,9,8,11],"texture":"#wand"},"down":{"uv":[6,9,8,11],"texture":"#wand"}}},{"from":[5,17,4],"to":[11,19,12],"faces":{"north":{"uv":[1,4,7,6],"texture":"#wand"},"east":{"uv":[0,4,8,6],"texture":"#wand"},"south":{"uv":[1,4,7,6],"texture":"#wand"},"west":{"uv":[0,4,8,6],"texture":"#wand"},"up":{"uv":[3,4,5,5],"rotation":90,"texture":"#wand"},"down":{"uv":[1,11,4,12],"rotation":90,"texture":"#wand"}}},{"from":[4,17,5],"to":[12,19,11],"faces":{"north":{"uv":[8,4,0,6],"texture":"#wand"},"east":{"uv":[7,4,1,6],"texture":"#wand"},"south":{"uv":[8,4,0,6],"texture":"#wand"},"west":{"uv":[7,4,1,6],"texture":"#wand"},"up":{"uv":[5,4,3,5],"texture":"#wand"},"down":{"uv":[1,11,4,12],"texture":"#wand"}}},{"from":[7,22,7],"to":[9,24,9],"faces":{"north":{"uv":[13,5,15,7],"texture":"#wand"},"east":{"uv":[13,5,15,7],"texture":"#wand"},"south":{"uv":[13,5,15,7],"texture":"#wand"},"west":{"uv":[13,5,15,7],"texture":"#wand"},"up":{"uv":[13,5,15,7],"texture":"#wand"},"down":{"uv":[13,5,15,7],"texture":"#wand"}}},{"from":[10,15,5],"to":[11,17,6],"faces":{"north":{"uv":[6,6,7,8],"texture":"#wand"},"east":{"uv":[6,6,7,8],"texture":"#wand"},"south":{"uv":[6,6,7,8],"texture":"#wand"},"west":{"uv":[6,6,7,8],"texture":"#wand"}}},{"from":[5,15,10],"to":[6,17,11],"faces":{"north":{"uv":[6,6,7,8],"texture":"#wand"},"east":{"uv":[6,6,7,8],"texture":"#wand"},"south":{"uv":[6,6,7,8],"texture":"#wand"},"west":{"uv":[6,6,7,8],"texture":"#wand"}}},{"from":[5,15,5],"to":[6,17,6],"faces":{"north":{"uv":[1,6,2,8],"texture":"#wand"},"east":{"uv":[1,6,2,8],"texture":"#wand"},"south":{"uv":[1,6,2,8],"texture":"#wand"},"west":{"uv":[1,6,2,8],"texture":"#wand"}}},{"from":[10,15,10],"to":[11,17,11],"faces":{"north":{"uv":[1,6,2,8],"texture":"#wand"},"east":{"uv":[1,6,2,8],"texture":"#wand"},"south":{"uv":[1,6,2,8],"texture":"#wand"},"west":{"uv":[1,6,2,8],"texture":"#wand"}}},{"from":[3,19,7.5],"to":[5,21,8.5],"faces":{"north":{"uv":[12,14,14,16],"texture":"#wand"},"east":{"uv":[12,14,13,16],"texture":"#wand"},"south":{"uv":[14,14,12,16],"texture":"#wand"},"west":{"uv":[13,14,14,16],"texture":"#wand"},"up":{"uv":[14,14,12,15],"texture":"#wand"},"down":{"uv":[13,15,14,16],"texture":"#wand"}}},{"from":[2,20,7.5],"to":[4,23,8.5],"faces":{"north":{"uv":[13,12,15,15],"texture":"#wand"},"east":{"uv":[13,12,14,15],"texture":"#wand"},"south":{"uv":[15,12,13,15],"texture":"#wand"},"west":{"uv":[14,12,15,15],"texture":"#wand"},"up":{"uv":[15,12,13,13],"texture":"#wand"},"down":{"uv":[14,14,15,15],"texture":"#wand"}}},{"from":[1,22,7.5],"to":[3,27,8.5],"faces":{"north":{"uv":[14,8,16,13],"texture":"#wand"},"east":{"uv":[14,8,15,13],"texture":"#wand"},"south":{"uv":[16,8,14,13],"texture":"#wand"},"west":{"uv":[15,8,16,13],"texture":"#wand"},"up":{"uv":[16,8,14,9],"texture":"#wand"},"down":{"uv":[15,12,16,13],"texture":"#wand"}}},{"from":[2,26,7.5],"to":[6,28,8.5],"faces":{"north":{"uv":[11,7,15,9],"texture":"#wand"},"east":{"uv":[11,7,12,9],"texture":"#wand"},"south":{"uv":[15,7,11,9],"texture":"#wand"},"west":{"uv":[14,7,15,9],"texture":"#wand"},"up":{"uv":[11,7,15,8],"texture":"#wand"},"down":{"uv":[11,8,15,9],"texture":"#wand"}}},{"from":[5,25,7.5],"to":[7,27,8.5],"faces":{"north":{"uv":[10,8,12,10],"texture":"#wand"},"east":{"uv":[10,8,11,10],"texture":"#wand"},"south":{"uv":[12,8,10,10],"texture":"#wand"},"west":{"uv":[11,8,12,10],"texture":"#wand"},"up":{"uv":[12,8,10,9],"texture":"#wand"},"down":{"uv":[12,9,10,10],"texture":"#wand"}}},{"from":[7.5,19,3],"to":[8.5,21,5],"faces":{"north":{"uv":[13,14,14,16],"texture":"#wand"},"east":{"uv":[12,14,14,16],"texture":"#wand"},"south":{"uv":[12,14,13,16],"texture":"#wand"},"west":{"uv":[14,14,12,16],"texture":"#wand"},"up":{"uv":[12,14,13,15],"texture":"#wand"},"down":{"uv":[13,15,14,16],"texture":"#wand"}}},{"from":[7.5,20,2],"to":[8.5,23,4],"faces":{"north":{"uv":[14,12,15,15],"texture":"#wand"},"east":{"uv":[13,12,15,15],"texture":"#wand"},"south":{"uv":[13,12,14,15],"texture":"#wand"},"west":{"uv":[15,12,13,15],"texture":"#wand"},"up":{"uv":[13,12,14,13],"texture":"#wand"},"down":{"uv":[13,15,14,16],"texture":"#wand"}}},{"from":[7.5,22,1],"to":[8.5,27,3],"faces":{"north":{"uv":[15,8,16,13],"texture":"#wand"},"east":{"uv":[14,8,16,13],"texture":"#wand"},"south":{"uv":[14,8,15,13],"texture":"#wand"},"west":{"uv":[16,8,14,13],"texture":"#wand"},"up":{"uv":[15,8,16,9],"texture":"#wand"},"down":{"uv":[15,12,16,13],"texture":"#wand"}}},{"from":[7.5,26,2],"to":[8.5,28,6],"faces":{"north":{"uv":[14,7,15,9],"texture":"#wand"},"east":{"uv":[11,7,15,9],"texture":"#wand"},"south":{"uv":[11,7,12,9],"texture":"#wand"},"west":{"uv":[15,7,11,9],"texture":"#wand"},"up":{"uv":[11,7,15,8],"rotation":90,"texture":"#wand"},"down":{"uv":[11,8,15,9],"rotation":90,"texture":"#wand"}}},{"from":[7.5,25,5],"to":[8.5,27,7],"faces":{"north":{"uv":[11,8,12,10],"texture":"#wand"},"east":{"uv":[10,8,12,10],"texture":"#wand"},"south":{"uv":[10,8,11,10],"texture":"#wand"},"west":{"uv":[12,8,10,10],"texture":"#wand"},"up":{"uv":[10,8,11,9],"texture":"#wand"},"down":{"uv":[10,9,12,10],"rotation":90,"texture":"#wand"}}},{"from":[7.5,19,11],"to":[8.5,21,13],"faces":{"north":{"uv":[12,14,13,16],"texture":"#wand"},"east":{"uv":[14,14,12,16],"texture":"#wand"},"south":{"uv":[13,14,14,16],"texture":"#wand"},"west":{"uv":[12,14,14,16],"texture":"#wand"},"up":{"uv":[12,14,13,15],"texture":"#wand"},"down":{"uv":[13,15,14,16],"texture":"#wand"}}},{"from":[7.5,20,12],"to":[8.5,23,14],"faces":{"north":{"uv":[13,12,14,15],"texture":"#wand"},"east":{"uv":[15,12,13,15],"texture":"#wand"},"south":{"uv":[14,12,15,15],"texture":"#wand"},"west":{"uv":[13,12,15,15],"texture":"#wand"},"up":{"uv":[13,12,14,13],"texture":"#wand"},"down":{"uv":[13,15,14,16],"texture":"#wand"}}},{"from":[7.5,22,13],"to":[8.5,27,15],"faces":{"north":{"uv":[14,8,15,13],"texture":"#wand"},"east":{"uv":[16,8,14,13],"texture":"#wand"},"south":{"uv":[15,8,16,13],"texture":"#wand"},"west":{"uv":[14,8,16,13],"texture":"#wand"},"up":{"uv":[15,8,16,9],"texture":"#wand"},"down":{"uv":[15,12,16,13],"texture":"#wand"}}},{"from":[7.5,26,10],"to":[8.5,28,14],"faces":{"north":{"uv":[14,7,15,9],"texture":"#wand"},"east":{"uv":[15,7,11,9],"texture":"#wand"},"south":{"uv":[11,7,12,9],"texture":"#wand"},"west":{"uv":[11,7,15,9],"texture":"#wand"},"up":{"uv":[11,7,15,8],"rotation":90,"texture":"#wand"},"down":{"uv":[11,8,15,9],"rotation":90,"texture":"#wand"}}},{"from":[7.5,25,9],"to":[8.5,27,11],"faces":{"north":{"uv":[10,8,11,10],"texture":"#wand"},"east":{"uv":[12,8,10,10],"texture":"#wand"},"south":{"uv":[11,8,12,10],"texture":"#wand"},"west":{"uv":[10,8,12,10],"texture":"#wand"},"up":{"uv":[10,8,11,9],"texture":"#wand"},"down":{"uv":[10,9,12,10],"rotation":90,"texture":"#wand"}}},{"from":[9,25,7.5],"to":[11,27,8.5],"faces":{"north":{"uv":[12,8,10,10],"texture":"#wand"},"east":{"uv":[11,8,12,10],"texture":"#wand"},"south":{"uv":[10,8,12,10],"texture":"#wand"},"west":{"uv":[10,8,11,10],"texture":"#wand"},"up":{"uv":[12,8,10,9],"texture":"#wand"},"down":{"uv":[12,9,10,10],"texture":"#wand"}}},{"from":[10,26,7.5],"to":[14,28,8.5],"faces":{"north":{"uv":[15,7,11,9],"texture":"#wand"},"east":{"uv":[11,7,12,9],"texture":"#wand"},"south":{"uv":[11,7,15,9],"texture":"#wand"},"west":{"uv":[14,7,15,9],"texture":"#wand"},"up":{"uv":[11,7,15,8],"texture":"#wand"},"down":{"uv":[11,8,15,9],"texture":"#wand"}}},{"from":[13,22,7.5],"to":[15,27,8.5],"faces":{"north":{"uv":[16,8,14,13],"texture":"#wand"},"east":{"uv":[15,8,16,13],"texture":"#wand"},"south":{"uv":[14,8,16,13],"texture":"#wand"},"west":{"uv":[14,8,15,13],"texture":"#wand"},"up":{"uv":[14,8,16,9],"texture":"#wand"},"down":{"uv":[15,12,16,13],"texture":"#wand"}}},{"from":[12,20,7.5],"to":[14,23,8.5],"faces":{"north":{"uv":[15,12,13,15],"texture":"#wand"},"east":{"uv":[14,12,15,15],"texture":"#wand"},"south":{"uv":[13,12,15,15],"texture":"#wand"},"west":{"uv":[13,12,14,15],"texture":"#wand"},"up":{"uv":[13,12,15,13],"texture":"#wand"},"down":{"uv":[14,14,15,15],"texture":"#wand"}}},{"from":[11,19,7.5],"to":[13,21,8.5],"faces":{"north":{"uv":[14,14,12,16],"texture":"#wand"},"east":{"uv":[13,14,14,16],"texture":"#wand"},"south":{"uv":[12,14,14,16],"texture":"#wand"},"west":{"uv":[12,14,13,16],"texture":"#wand"},"up":{"uv":[12,14,14,15],"texture":"#wand"},"down":{"uv":[13,15,14,16],"texture":"#wand"}}},{"from":[4,22.98,4],"to":[12,23.02,12],"shade":false,"rotation":{"angle":-45,"axis":"x","origin":[8,23,8]},"faces":{"up":{"uv":[0,0,16,16],"texture":"#atom"},"down":{"uv":[0,16,16,0],"texture":"#atom"}}},{"from":[4,22.98,4],"to":[12,23.02,12],"shade":false,"rotation":{"angle":45,"axis":"x","origin":[8,23,8]},"faces":{"up":{"uv":[0,0,16,16],"texture":"#atom"},"down":{"uv":[0,16,16,0],"texture":"#atom"}}},{"from":[6,-14.02,6],"to":[10,-13.98,10],"shade":false,"rotation":{"angle":45,"axis":"x","origin":[8,-14,8]},"faces":{"up":{"uv":[0,0,16,16],"texture":"#atom"},"down":{"uv":[0,16,16,0],"texture":"#atom"}}},{"from":[6,-14.02,6],"to":[10,-13.98,10],"shade":false,"rotation":{"angle":-45,"axis":"x","origin":[8,-14,8]},"faces":{"up":{"uv":[0,0,16,16],"texture":"#atom"},"down":{"uv":[0,16,16,0],"texture":"#atom"}}}],"display":{"thirdperson_righthand":{"rotation":[0,90,0],"translation":[-0.5,2.5,1.5],"scale":[0.9,0.9,0.9]},"thirdperson_lefthand":{"rotation":[0,90,0],"translation":[-0.5,2.5,1.5],"scale":[0.9,0.9,0.9]},"firstperson_righthand":{"rotation":[2,-90,10],"translation":[1.25,1.5,0],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[2,-90,10],"translation":[1.25,1.5,0],"scale":[0.6,0.6,0.6]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.4,0.4,0.4]},"gui":{"rotation":[-20,160,30],"translation":[-0.75,0,0],"scale":[0.53,0.53,0.53]},"fixed":{"translation":[0,-0.75,-1],"scale":[0.65,0.65,0.65]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/shaman/relik_air_a.json b/assets/minecraft/models/item/wynn/weapon/shaman/relik_air_a.json new file mode 100644 index 000000000..fb756c856 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/shaman/relik_air_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"wynn/weapon/shaman/air_tier_b_0","1":"wynn/weapon/shaman/air_tier_a_0","2":"wynn/weapon/shaman/air_tier_b_1","3":"wynn/weapon/anim/air_vertical","particle":"wynn/weapon/shaman/air_tier_b_0"},"elements":[{"from":[4,19.5,4],"to":[12,27.5,12],"rotation":{"angle":-22.5,"axis":"y","origin":[8,18.5,8]},"faces":{"north":{"uv":[8,4,12,8],"texture":"#3"},"east":{"uv":[4,4,8,8],"texture":"#3"},"south":{"uv":[0,4,4,8],"texture":"#3"},"west":{"uv":[12,4,16,8],"texture":"#3"}}},{"from":[4,15.5,4],"to":[12,23.5,12],"rotation":{"angle":22.5,"axis":"y","origin":[8,18.5,8]},"faces":{"north":{"uv":[4,4,8,8],"texture":"#3"},"east":{"uv":[0,4,4,8],"texture":"#3"},"south":{"uv":[12,4,16,8],"texture":"#3"},"west":{"uv":[8,4,12,8],"texture":"#3"}}},{"from":[4,11.5,4],"to":[12,19.5,12],"rotation":{"angle":-22.5,"axis":"y","origin":[8,18.5,8]},"faces":{"north":{"uv":[12,4,16,8],"texture":"#3"},"east":{"uv":[8,4,12,8],"texture":"#3"},"south":{"uv":[4,4,8,8],"texture":"#3"},"west":{"uv":[0,4,4,8],"texture":"#3"}}},{"from":[11.5,14,7.4],"to":[17.5,22,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"north":{"uv":[16,0,10,8],"texture":"#1"},"south":{"uv":[10,0,16,8],"texture":"#1"}}},{"from":[10.5,17,7.9],"to":[18.5,29,8],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[10,0,2,12],"texture":"#1"},"south":{"uv":[2,0,10,12],"texture":"#1"}}},{"from":[-1.5,14,7.5],"to":[4.5,22,8.6],"rotation":{"angle":0,"axis":"y","origin":[8,9,8]},"faces":{"north":{"uv":[10,0,16,8],"texture":"#1"},"south":{"uv":[16,0,10,8],"texture":"#1"}}},{"from":[-2.5,17,8],"to":[5.5,29,8.1],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[2,0,10,12],"texture":"#1"},"south":{"uv":[10,0,2,12],"texture":"#1"}}},{"from":[2.5,7,7],"to":[9.5,9,9],"rotation":{"angle":0,"axis":"y","origin":[10.5,9,8]},"faces":{"north":{"uv":[0,9,7,11],"texture":"#2"},"south":{"uv":[7,9,0,11],"texture":"#2"},"west":{"uv":[6,9,7,11],"texture":"#2"},"up":{"uv":[0,7,7,9],"rotation":180,"texture":"#2"},"down":{"uv":[0,11,7,13],"rotation":180,"texture":"#2"}}},{"from":[0.5,11,7],"to":[7.5,13,9],"rotation":{"angle":0,"axis":"y","origin":[10.5,9,8]},"faces":{"north":{"uv":[0,9,7,11],"texture":"#2"},"south":{"uv":[7,9,0,11],"texture":"#2"},"west":{"uv":[6,9,7,11],"texture":"#2"},"up":{"uv":[0,7,7,9],"rotation":180,"texture":"#2"},"down":{"uv":[0,11,7,13],"rotation":180,"texture":"#2"}}},{"from":[1.5,9,7],"to":[8.5,11,9],"rotation":{"angle":0,"axis":"y","origin":[10.5,9,8]},"faces":{"north":{"uv":[0,9,7,11],"texture":"#2"},"south":{"uv":[7,9,0,11],"texture":"#2"},"west":{"uv":[6,9,7,11],"texture":"#2"},"up":{"uv":[0,7,7,9],"rotation":180,"texture":"#2"},"down":{"uv":[0,11,7,13],"rotation":180,"texture":"#2"}}},{"from":[6.5,7,7],"to":[13.5,9,9],"rotation":{"angle":0,"axis":"y","origin":[5.5,9,8]},"faces":{"north":{"uv":[7,9,0,11],"texture":"#2"},"east":{"uv":[6,9,7,11],"texture":"#2"},"south":{"uv":[0,9,7,11],"texture":"#2"},"up":{"uv":[0,7,7,9],"texture":"#2"},"down":{"uv":[0,11,7,13],"texture":"#2"}}},{"from":[8.5,11,7],"to":[15.5,13,9],"rotation":{"angle":0,"axis":"y","origin":[5.5,9,8]},"faces":{"north":{"uv":[7,9,0,11],"texture":"#2"},"east":{"uv":[6,9,7,11],"texture":"#2"},"south":{"uv":[0,9,7,11],"texture":"#2"},"up":{"uv":[0,7,7,9],"texture":"#2"},"down":{"uv":[0,11,7,13],"texture":"#2"}}},{"from":[7.5,9,7],"to":[14.5,11,9],"rotation":{"angle":0,"axis":"y","origin":[5.5,9,8]},"faces":{"north":{"uv":[7,9,0,11],"texture":"#2"},"east":{"uv":[6,9,7,11],"texture":"#2"},"south":{"uv":[0,9,7,11],"texture":"#2"},"up":{"uv":[0,7,7,9],"texture":"#2"},"down":{"uv":[0,11,7,13],"texture":"#2"}}},{"from":[4.5,5,4.5],"to":[11.5,13,11.5],"faces":{"north":{"uv":[8,8,16,16],"texture":"#2"},"east":{"uv":[8,8,16,16],"texture":"#2"},"south":{"uv":[8,8,16,16],"texture":"#2"},"west":{"uv":[8,8,16,16],"texture":"#2"}}},{"from":[5.5,17,3.5],"to":[10.5,22,12.5],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[9,11,14,16],"texture":"#0"},"east":{"uv":[14,11,9,16],"texture":"#0"},"south":{"uv":[9,11,14,16],"texture":"#0"},"west":{"uv":[14,11,9,16],"texture":"#0"},"up":{"uv":[9,11,14,12],"texture":"#0"},"down":{"uv":[9,15,14,16],"texture":"#0"}}},{"from":[4.5,16,4.5],"to":[11.5,23,11.5],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[0,0,7,7],"texture":"#2"},"east":{"uv":[0,0,7,7],"texture":"#2"},"south":{"uv":[0,0,7,7],"texture":"#2"},"west":{"uv":[0,0,7,7],"texture":"#2"},"up":{"uv":[7,0,14,7],"texture":"#2"},"down":{"uv":[0,0,7,7],"texture":"#2"}}},{"from":[5.5,15,5.5],"to":[10.5,16,10.5],"faces":{"north":{"uv":[9,10,14,11],"texture":"#0"},"east":{"uv":[9,10,14,11],"texture":"#0"},"south":{"uv":[9,10,14,11],"texture":"#0"},"west":{"uv":[9,10,14,11],"texture":"#0"}}},{"from":[4,13,4],"to":[12,15,12],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[8,1,0,3],"texture":"#2"},"east":{"uv":[8,1,0,3],"texture":"#2"},"south":{"uv":[8,1,0,3],"texture":"#2"},"west":{"uv":[8,1,0,3],"texture":"#2"},"up":{"uv":[8,0,0,7],"texture":"#2"},"down":{"uv":[8,0,0,7],"texture":"#2"}}},{"from":[5.5,5.5,5.5],"to":[10.5,13.5,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,18.5,8]},"faces":{"north":{"uv":[4,0,9,8],"texture":"#0"},"east":{"uv":[4,8,9,16],"texture":"#0"},"south":{"uv":[4,0,9,8],"texture":"#0"},"west":{"uv":[4,8,9,16],"texture":"#0"},"down":{"uv":[4,2,9,7],"texture":"#0"}}},{"from":[6,-3.5,6],"to":[10,5.5,10],"rotation":{"angle":0,"axis":"y","origin":[8,18.5,8]},"faces":{"north":{"uv":[0,0,4,9],"texture":"#0"},"east":{"uv":[0,0,4,9],"texture":"#0"},"south":{"uv":[0,0,4,9],"texture":"#0"},"west":{"uv":[0,0,4,9],"texture":"#0"},"down":{"uv":[0,9,4,13],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[5,100,0],"translation":[-0.5,1,2],"scale":[0.4,0.4,0.4]},"thirdperson_lefthand":{"rotation":[5,100,0],"translation":[-0.5,1,2],"scale":[0.4,0.4,0.4]},"firstperson_righthand":{"rotation":[-5,110,0],"translation":[4,-1,-4],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[-5,110,0],"translation":[4,-1,-4],"scale":[0.6,0.6,0.6]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.35,0.35,0.35]},"gui":{"rotation":[-20,160,30],"translation":[-1.5,-1.75,0],"scale":[0.42,0.42,0.42]},"fixed":{"translation":[0,-2,-1.25],"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/shaman/relik_air_b.json b/assets/minecraft/models/item/wynn/weapon/shaman/relik_air_b.json new file mode 100644 index 000000000..d940728f3 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/shaman/relik_air_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"wynn/weapon/shaman/air_tier_b_0","1":"wynn/weapon/shaman/air_tier_a_0","2":"wynn/weapon/shaman/air_tier_b_1","3":"wynn/weapon/anim/air_vertical","particle":"wynn/weapon/shaman/air_tier_b_0"},"elements":[{"from":[4,19.5,4],"to":[12,27.5,12],"rotation":{"angle":-22.5,"axis":"y","origin":[8,18.5,8]},"faces":{"north":{"uv":[8,4,12,8],"texture":"#3"},"east":{"uv":[4,4,8,8],"texture":"#3"},"south":{"uv":[0,4,4,8],"texture":"#3"},"west":{"uv":[12,4,16,8],"texture":"#3"}}},{"from":[4,15.5,4],"to":[12,23.5,12],"rotation":{"angle":22.5,"axis":"y","origin":[8,18.5,8]},"faces":{"north":{"uv":[4,4,8,8],"texture":"#3"},"east":{"uv":[0,4,4,8],"texture":"#3"},"south":{"uv":[12,4,16,8],"texture":"#3"},"west":{"uv":[8,4,12,8],"texture":"#3"}}},{"from":[4,11.5,4],"to":[12,19.5,12],"rotation":{"angle":-22.5,"axis":"y","origin":[8,18.5,8]},"faces":{"north":{"uv":[12,4,16,8],"texture":"#3"},"east":{"uv":[8,4,12,8],"texture":"#3"},"south":{"uv":[4,4,8,8],"texture":"#3"},"west":{"uv":[0,4,4,8],"texture":"#3"}}},{"from":[11.5,15,6.9],"to":[17.5,23,9],"faces":{"north":{"uv":[16,0,10,8],"texture":"#1"},"south":{"uv":[10,0,16,8],"texture":"#1"}}},{"from":[10.5,15,7.4],"to":[18.5,27,8.5],"faces":{"north":{"uv":[10,0,2,12],"texture":"#1"},"south":{"uv":[2,0,10,12],"texture":"#1"}}},{"from":[10.5,16,7.9],"to":[20.5,32,8],"faces":{"north":{"uv":[10,0,0,16],"texture":"#1"},"south":{"uv":[0,0,10,16],"texture":"#1"}}},{"from":[-1.5,15,7],"to":[4.5,23,9.1],"faces":{"north":{"uv":[10,0,16,8],"texture":"#1"},"south":{"uv":[16,0,10,8],"texture":"#1"}}},{"from":[-2.5,15,7.5],"to":[5.5,27,8.6],"faces":{"north":{"uv":[2,0,10,12],"texture":"#1"},"south":{"uv":[10,0,2,12],"texture":"#1"}}},{"from":[-4.5,16,8],"to":[5.5,32,8.1],"faces":{"north":{"uv":[0,0,10,16],"texture":"#1"},"south":{"uv":[10,0,0,16],"texture":"#1"}}},{"from":[2,7,7],"to":[9,9,9],"rotation":{"angle":0,"axis":"y","origin":[10,9,8]},"faces":{"north":{"uv":[0,9,7,11],"texture":"#2"},"south":{"uv":[7,9,0,11],"texture":"#2"},"west":{"uv":[6,9,7,11],"texture":"#2"},"up":{"uv":[0,7,7,9],"rotation":180,"texture":"#2"},"down":{"uv":[0,11,7,13],"rotation":180,"texture":"#2"}}},{"from":[0,11,7],"to":[7,13,9],"rotation":{"angle":0,"axis":"y","origin":[10,9,8]},"faces":{"north":{"uv":[0,9,7,11],"texture":"#2"},"south":{"uv":[7,9,0,11],"texture":"#2"},"west":{"uv":[6,9,7,11],"texture":"#2"},"up":{"uv":[0,7,7,9],"rotation":180,"texture":"#2"},"down":{"uv":[0,11,7,13],"rotation":180,"texture":"#2"}}},{"from":[1,9,7],"to":[8,11,9],"rotation":{"angle":0,"axis":"y","origin":[10,9,8]},"faces":{"north":{"uv":[0,9,7,11],"texture":"#2"},"south":{"uv":[7,9,0,11],"texture":"#2"},"west":{"uv":[6,9,7,11],"texture":"#2"},"up":{"uv":[0,7,7,9],"rotation":180,"texture":"#2"},"down":{"uv":[0,11,7,13],"rotation":180,"texture":"#2"}}},{"from":[7,7,7],"to":[14,9,9],"rotation":{"angle":0,"axis":"y","origin":[6,9,8]},"faces":{"north":{"uv":[7,9,0,11],"texture":"#2"},"east":{"uv":[6,9,7,11],"texture":"#2"},"south":{"uv":[0,9,7,11],"texture":"#2"},"up":{"uv":[0,7,7,9],"texture":"#2"},"down":{"uv":[0,11,7,13],"texture":"#2"}}},{"from":[9,11,7],"to":[16,13,9],"rotation":{"angle":0,"axis":"y","origin":[6,9,8]},"faces":{"north":{"uv":[7,9,0,11],"texture":"#2"},"east":{"uv":[6,9,7,11],"texture":"#2"},"south":{"uv":[0,9,7,11],"texture":"#2"},"up":{"uv":[0,7,7,9],"texture":"#2"},"down":{"uv":[0,11,7,13],"texture":"#2"}}},{"from":[8,9,7],"to":[15,11,9],"rotation":{"angle":0,"axis":"y","origin":[6,9,8]},"faces":{"north":{"uv":[7,9,0,11],"texture":"#2"},"east":{"uv":[6,9,7,11],"texture":"#2"},"south":{"uv":[0,9,7,11],"texture":"#2"},"up":{"uv":[0,7,7,9],"texture":"#2"},"down":{"uv":[0,11,7,13],"texture":"#2"}}},{"from":[4.5,5,4.5],"to":[11.5,13,11.5],"faces":{"north":{"uv":[8,8,16,16],"texture":"#2"},"east":{"uv":[8,8,16,16],"texture":"#2"},"south":{"uv":[8,8,16,16],"texture":"#2"},"west":{"uv":[8,8,16,16],"texture":"#2"}}},{"from":[5.5,17,3.5],"to":[10.5,22,12.5],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[9,11,14,16],"texture":"#0"},"east":{"uv":[14,11,9,16],"texture":"#0"},"south":{"uv":[9,11,14,16],"texture":"#0"},"west":{"uv":[14,11,9,16],"texture":"#0"},"up":{"uv":[9,11,14,12],"texture":"#0"},"down":{"uv":[9,15,14,16],"texture":"#0"}}},{"from":[4.5,16,4.5],"to":[11.5,23,11.5],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[0,0,7,7],"texture":"#2"},"east":{"uv":[0,0,7,7],"texture":"#2"},"south":{"uv":[0,0,7,7],"texture":"#2"},"west":{"uv":[0,0,7,7],"texture":"#2"},"up":{"uv":[7,0,14,7],"texture":"#2"},"down":{"uv":[0,0,7,7],"texture":"#2"}}},{"from":[5.5,15,5.5],"to":[10.5,16,10.5],"faces":{"north":{"uv":[9,10,14,11],"texture":"#0"},"east":{"uv":[9,10,14,11],"texture":"#0"},"south":{"uv":[9,10,14,11],"texture":"#0"},"west":{"uv":[9,10,14,11],"texture":"#0"}}},{"from":[4,13,4],"to":[12,15,12],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[8,1,0,3],"texture":"#2"},"east":{"uv":[8,1,0,3],"texture":"#2"},"south":{"uv":[8,1,0,3],"texture":"#2"},"west":{"uv":[8,1,0,3],"texture":"#2"},"up":{"uv":[8,0,0,7],"texture":"#2"},"down":{"uv":[8,0,0,7],"texture":"#2"}}},{"from":[4.5,1,4.5],"to":[11.5,3,11.5],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[0,1,7,3],"texture":"#2"},"east":{"uv":[0,1,7,3],"texture":"#2"},"south":{"uv":[0,1,7,3],"texture":"#2"},"west":{"uv":[0,1,7,3],"texture":"#2"},"up":{"uv":[7,0,14,7],"texture":"#2"},"down":{"uv":[0,0,7,7],"texture":"#2"}}},{"from":[5,3,5],"to":[11,13,11],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[9,0,15,10],"texture":"#0"},"east":{"uv":[9,0,15,10],"texture":"#0"},"south":{"uv":[9,0,15,10],"texture":"#0"},"west":{"uv":[9,0,15,10],"texture":"#0"}}},{"from":[5.5,-6,5.5],"to":[10.5,2,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[4,0,9,8],"texture":"#0"},"east":{"uv":[4,8,9,16],"texture":"#0"},"south":{"uv":[4,0,9,8],"texture":"#0"},"west":{"uv":[4,8,9,16],"texture":"#0"},"down":{"uv":[4,2,9,7],"texture":"#0"}}},{"from":[6,-15,6],"to":[10,-6,10],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[0,0,4,9],"texture":"#0"},"east":{"uv":[0,0,4,9],"texture":"#0"},"south":{"uv":[0,0,4,9],"texture":"#0"},"west":{"uv":[0,0,4,9],"texture":"#0"},"down":{"uv":[0,9,4,13],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[5,100,0],"translation":[-0.5,5,2],"scale":[0.4,0.4,0.4]},"thirdperson_lefthand":{"rotation":[5,100,0],"translation":[-0.5,5,2],"scale":[0.4,0.4,0.4]},"firstperson_righthand":{"rotation":[-5,110,0],"translation":[4,3,-4],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[-5,110,0],"translation":[4,3,-4],"scale":[0.6,0.6,0.6]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.35,0.35,0.35]},"gui":{"rotation":[-20,160,30],"translation":[-0.5,-0.5,0],"scale":[0.4,0.4,0.4]},"fixed":{"translation":[0,0.5,-1.25],"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/shaman/relik_air_c.json b/assets/minecraft/models/item/wynn/weapon/shaman/relik_air_c.json new file mode 100644 index 000000000..0fa554d5c --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/shaman/relik_air_c.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"wynn/weapon/shaman/air_tier_a_0","1":"wynn/weapon/shaman/air_tier_b_0","2":"wynn/weapon/shaman/air_tier_b_1","3":"wynn/weapon/shaman/air_tier_c","4":"wynn/weapon/anim/air_vertical","particle":"wynn/weapon/shaman/air_tier_a_0"},"elements":[{"from":[4,19.5,4],"to":[12,27.5,12],"rotation":{"angle":-22.5,"axis":"y","origin":[8,18.5,8]},"faces":{"north":{"uv":[8,4,12,8],"texture":"#4"},"east":{"uv":[4,4,8,8],"texture":"#4"},"south":{"uv":[0,4,4,8],"texture":"#4"},"west":{"uv":[12,4,16,8],"texture":"#4"},"up":{"uv":[0,0,0,0],"texture":"#4"},"down":{"uv":[0,0,0,0],"texture":"#4"}}},{"from":[4,15.5,4],"to":[12,23.5,12],"rotation":{"angle":22.5,"axis":"y","origin":[8,18.5,8]},"faces":{"north":{"uv":[4,4,8,8],"texture":"#4"},"east":{"uv":[0,4,4,8],"texture":"#4"},"south":{"uv":[12,4,16,8],"texture":"#4"},"west":{"uv":[8,4,12,8],"texture":"#4"},"up":{"uv":[0,0,0,0],"texture":"#4"},"down":{"uv":[0,0,0,0],"texture":"#4"}}},{"from":[4,11.5,4],"to":[12,19.5,12],"rotation":{"angle":-22.5,"axis":"y","origin":[8,18.5,8]},"faces":{"north":{"uv":[12,4,16,8],"texture":"#4"},"east":{"uv":[8,4,12,8],"texture":"#4"},"south":{"uv":[4,4,8,8],"texture":"#4"},"west":{"uv":[0,4,4,8],"texture":"#4"},"up":{"uv":[0,0,0,0],"texture":"#4"},"down":{"uv":[0,0,0,0],"texture":"#4"}}},{"from":[11.5,15,6.9],"to":[17.5,23,9],"faces":{"north":{"uv":[16,0,10,8],"texture":"#0"},"east":{"uv":[0,0,0,0],"texture":"#0"},"south":{"uv":[10,0,16,8],"texture":"#0"},"west":{"uv":[0,0,0,0],"texture":"#0"},"up":{"uv":[0,0,0,0],"texture":"#0"},"down":{"uv":[0,0,0,0],"texture":"#0"}}},{"from":[10.5,15,7.4],"to":[18.5,27,8.5],"faces":{"north":{"uv":[10,0,2,12],"texture":"#0"},"east":{"uv":[0,0,0,0],"texture":"#0"},"south":{"uv":[2,0,10,12],"texture":"#0"},"west":{"uv":[0,0,0,0],"texture":"#0"},"up":{"uv":[0,0,0,0],"texture":"#0"},"down":{"uv":[0,0,0,0],"texture":"#0"}}},{"from":[10.5,16,7.9],"to":[20.5,32,8],"faces":{"north":{"uv":[10,0,0,16],"texture":"#0"},"east":{"uv":[0,0,0,0],"texture":"#0"},"south":{"uv":[0,0,10,16],"texture":"#0"},"west":{"uv":[0,0,0,0],"texture":"#0"},"up":{"uv":[0,0,0,0],"texture":"#0"},"down":{"uv":[0,0,0,0],"texture":"#0"}}},{"from":[-1.5,15,7],"to":[4.5,23,9.1],"faces":{"north":{"uv":[10,0,16,8],"texture":"#0"},"east":{"uv":[0,0,0,0],"texture":"#0"},"south":{"uv":[16,0,10,8],"texture":"#0"},"west":{"uv":[0,0,0,0],"texture":"#0"},"up":{"uv":[0,0,0,0],"texture":"#0"},"down":{"uv":[0,0,0,0],"texture":"#0"}}},{"from":[-2.5,15,7.5],"to":[5.5,27,8.6],"faces":{"north":{"uv":[2,0,10,12],"texture":"#0"},"east":{"uv":[0,0,0,0],"texture":"#0"},"south":{"uv":[10,0,2,12],"texture":"#0"},"west":{"uv":[0,0,0,0],"texture":"#0"},"up":{"uv":[0,0,0,0],"texture":"#0"},"down":{"uv":[0,0,0,0],"texture":"#0"}}},{"from":[-4.5,16,8],"to":[5.5,32,8.1],"faces":{"north":{"uv":[0,0,10,16],"texture":"#0"},"east":{"uv":[0,0,0,0],"texture":"#0"},"south":{"uv":[10,0,0,16],"texture":"#0"},"west":{"uv":[0,0,0,0],"texture":"#0"},"up":{"uv":[0,0,0,0],"texture":"#0"},"down":{"uv":[0,0,0,0],"texture":"#0"}}},{"from":[1,5,6.5],"to":[4,14,9.5],"rotation":{"angle":22.5,"axis":"z","origin":[3,6,8]},"faces":{"north":{"uv":[0,0,3,9],"texture":"#3"},"east":{"uv":[0,0,3,9],"texture":"#3"},"south":{"uv":[3,0,0,9],"texture":"#3"},"west":{"uv":[0,0,3,9],"texture":"#3"},"up":{"uv":[0,0,3,3],"texture":"#3"},"down":{"uv":[0,6,3,9],"texture":"#3"}}},{"from":[-7.5,10.5,7],"to":[-0.5,12.5,9],"rotation":{"angle":-22.5,"axis":"z","origin":[-1.5,11.5,8]},"faces":{"north":{"uv":[3,2,10,4],"texture":"#3"},"east":{"uv":[0,0,0,0],"texture":"#3"},"south":{"uv":[10,2,3,4],"texture":"#3"},"west":{"uv":[10,0,12,2],"texture":"#3"},"up":{"uv":[3,0,10,2],"rotation":180,"texture":"#3"},"down":{"uv":[3,4,10,6],"rotation":180,"texture":"#3"}}},{"from":[-6.5,7.5,7],"to":[0.5,9.5,9],"rotation":{"angle":0,"axis":"z","origin":[0,8.5,8]},"faces":{"north":{"uv":[3,2,10,4],"texture":"#3"},"south":{"uv":[10,2,3,4],"texture":"#3"},"west":{"uv":[10,0,12,2],"texture":"#3"},"up":{"uv":[3,0,10,2],"rotation":180,"texture":"#3"},"down":{"uv":[3,4,10,6],"rotation":180,"texture":"#3"}}},{"from":[-5.5,4.5,7],"to":[1.5,6.5,9],"rotation":{"angle":22.5,"axis":"z","origin":[0.5,5.5,8]},"faces":{"north":{"uv":[3,2,10,4],"texture":"#3"},"south":{"uv":[10,2,3,4],"texture":"#3"},"west":{"uv":[10,0,12,2],"texture":"#3"},"up":{"uv":[3,0,10,2],"rotation":180,"texture":"#3"},"down":{"uv":[3,4,10,6],"rotation":180,"texture":"#3"}}},{"from":[3,5,7],"to":[7,7,9],"rotation":{"angle":0,"axis":"y","origin":[12,13,8]},"faces":{"north":{"uv":[0,9,4,11],"texture":"#3"},"south":{"uv":[4,9,0,11],"texture":"#3"},"up":{"uv":[0,9,4,11],"texture":"#3"},"down":{"uv":[0,9,4,11],"texture":"#3"}}},{"from":[12,5,6.5],"to":[15,14,9.5],"rotation":{"angle":-22.5,"axis":"z","origin":[13,6,8]},"faces":{"north":{"uv":[3,0,0,9],"texture":"#3"},"east":{"uv":[0,0,3,9],"texture":"#3"},"south":{"uv":[0,0,3,9],"texture":"#3"},"west":{"uv":[0,0,3,9],"texture":"#3"},"up":{"uv":[0,0,3,3],"rotation":180,"texture":"#3"},"down":{"uv":[0,6,3,9],"rotation":180,"texture":"#3"}}},{"from":[16.5,10.5,7],"to":[23.5,12.5,9],"rotation":{"angle":22.5,"axis":"z","origin":[17.5,11.5,8]},"faces":{"north":{"uv":[10,2,3,4],"texture":"#3"},"east":{"uv":[10,0,12,2],"texture":"#3"},"south":{"uv":[3,2,10,4],"texture":"#3"},"west":{"uv":[0,0,0,0],"texture":"#3"},"up":{"uv":[3,0,10,2],"texture":"#3"},"down":{"uv":[3,4,10,6],"texture":"#3"}}},{"from":[15.5,7.5,7],"to":[22.5,9.5,9],"rotation":{"angle":0,"axis":"y","origin":[15.5,5.5,8]},"faces":{"north":{"uv":[10,2,3,4],"texture":"#3"},"east":{"uv":[10,0,12,2],"texture":"#3"},"south":{"uv":[3,2,10,4],"texture":"#3"},"up":{"uv":[3,0,10,2],"texture":"#3"},"down":{"uv":[3,4,10,6],"texture":"#3"}}},{"from":[14.5,4.5,7],"to":[21.5,6.5,9],"rotation":{"angle":-22.5,"axis":"z","origin":[15.5,5.5,8]},"faces":{"north":{"uv":[10,2,3,4],"texture":"#3"},"east":{"uv":[10,0,12,2],"texture":"#3"},"south":{"uv":[3,2,10,4],"texture":"#3"},"up":{"uv":[3,0,10,2],"texture":"#3"},"down":{"uv":[3,4,10,6],"texture":"#3"}}},{"from":[9,5,7],"to":[13,7,9],"rotation":{"angle":0,"axis":"y","origin":[15.5,5.5,8]},"faces":{"north":{"uv":[4,9,0,11],"texture":"#3"},"south":{"uv":[0,9,4,11],"texture":"#3"},"up":{"uv":[0,9,4,11],"rotation":180,"texture":"#3"},"down":{"uv":[0,9,4,11],"rotation":180,"texture":"#3"}}},{"from":[5.5,23,5.5],"to":[10.5,24,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,16,8]},"faces":{"north":{"uv":[9,10,14,11],"texture":"#1"},"east":{"uv":[9,10,14,11],"texture":"#1"},"south":{"uv":[9,10,14,11],"texture":"#1"},"west":{"uv":[9,10,14,11],"texture":"#1"},"up":{"uv":[8,1,13,6],"texture":"#2"},"down":{"uv":[1,1,6,6],"texture":"#2"}}},{"from":[9,7,11.5],"to":[9.1,15,17.5],"rotation":{"angle":22.5,"axis":"y","origin":[9,10,12.5]},"faces":{"north":{"uv":[0,0,0,0],"texture":"#0"},"east":{"uv":[16,0,10,8],"texture":"#0"},"south":{"uv":[0,0,0,0],"texture":"#0"},"west":{"uv":[10,0,16,8],"texture":"#0"},"up":{"uv":[0,0,0,0],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,0,0],"rotation":270,"texture":"#0"}}},{"from":[7,7,11.5],"to":[7.1,15,17.5],"rotation":{"angle":-22.5,"axis":"y","origin":[7,10,12.5]},"faces":{"north":{"uv":[0,0,0,0],"texture":"#0"},"east":{"uv":[16,0,10,8],"texture":"#0"},"south":{"uv":[0,0,0,0],"texture":"#0"},"west":{"uv":[10,0,16,8],"texture":"#0"},"up":{"uv":[0,0,0,0],"rotation":90,"texture":"#0"},"down":{"uv":[0,0,0,0],"rotation":270,"texture":"#0"}}},{"from":[5.5,17,3.5],"to":[10.5,22,12.5],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[9,11,14,16],"texture":"#1"},"east":{"uv":[14,11,9,16],"texture":"#1"},"south":{"uv":[9,11,14,16],"texture":"#1"},"west":{"uv":[14,11,9,16],"texture":"#1"},"up":{"uv":[9,11,14,12],"texture":"#1"},"down":{"uv":[9,15,14,16],"texture":"#1"}}},{"from":[4.5,16,4.5],"to":[11.5,23,11.5],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[0,0,7,7],"texture":"#2"},"east":{"uv":[0,0,7,7],"texture":"#2"},"south":{"uv":[0,0,7,7],"texture":"#2"},"west":{"uv":[0,0,7,7],"texture":"#2"},"up":{"uv":[7,0,14,7],"texture":"#2"},"down":{"uv":[0,0,7,7],"texture":"#2"}}},{"from":[5.5,15,5.5],"to":[10.5,16,10.5],"faces":{"north":{"uv":[9,10,14,11],"texture":"#1"},"east":{"uv":[9,10,14,11],"texture":"#1"},"south":{"uv":[9,10,14,11],"texture":"#1"},"west":{"uv":[9,10,14,11],"texture":"#1"},"up":{"uv":[0,0,0,0],"texture":"#1"},"down":{"uv":[0,0,0,0],"texture":"#1"}}},{"from":[4,13,4],"to":[12,15,12],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[8,1,0,3],"texture":"#2"},"east":{"uv":[8,1,0,3],"texture":"#2"},"south":{"uv":[8,1,0,3],"texture":"#2"},"west":{"uv":[8,1,0,3],"texture":"#2"},"up":{"uv":[8,0,0,7],"texture":"#2"},"down":{"uv":[8,0,0,7],"texture":"#2"}}},{"from":[4.5,5,4.5],"to":[11.5,13,11.5],"faces":{"north":{"uv":[8,8,16,16],"texture":"#2"},"east":{"uv":[8,8,16,16],"texture":"#2"},"south":{"uv":[8,8,16,16],"texture":"#2"},"west":{"uv":[8,8,16,16],"texture":"#2"}}},{"from":[5,3,5],"to":[11,13,11],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[9,0,15,10],"texture":"#1"},"east":{"uv":[4,6,10,16],"texture":"#3"},"south":{"uv":[9,0,15,10],"texture":"#1"},"west":{"uv":[4,6,10,16],"texture":"#3"},"up":{"uv":[0,0,0,0],"texture":"#1"},"down":{"uv":[0,0,0,0],"texture":"#1"}}},{"from":[4.5,1,4.5],"to":[11.5,3,11.5],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[0,1,7,3],"texture":"#2"},"east":{"uv":[0,1,7,3],"texture":"#2"},"south":{"uv":[0,1,7,3],"texture":"#2"},"west":{"uv":[0,1,7,3],"texture":"#2"},"up":{"uv":[7,0,14,7],"texture":"#2"},"down":{"uv":[0,0,7,7],"texture":"#2"}}},{"from":[5.5,-6,5.5],"to":[10.5,2,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[4,0,9,8],"texture":"#1"},"east":{"uv":[4,8,9,16],"texture":"#1"},"south":{"uv":[4,0,9,8],"texture":"#1"},"west":{"uv":[4,8,9,16],"texture":"#1"},"up":{"uv":[0,0,0,0],"texture":"#1"},"down":{"uv":[4,2,9,7],"texture":"#1"}}},{"from":[6,-15,6],"to":[10,-6,10],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[0,0,4,9],"texture":"#1"},"east":{"uv":[0,0,4,9],"texture":"#1"},"south":{"uv":[0,0,4,9],"texture":"#1"},"west":{"uv":[0,0,4,9],"texture":"#1"},"up":{"uv":[0,0,0,0],"texture":"#1"},"down":{"uv":[0,9,4,13],"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[5,100,0],"translation":[-0.25,5.75,2],"scale":[0.55,0.55,0.55]},"thirdperson_lefthand":{"rotation":[5,100,0],"translation":[-0.25,5.75,2],"scale":[0.55,0.55,0.55]},"firstperson_righthand":{"rotation":[-10,110,0],"translation":[4.25,4,-4],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[-10,110,0],"translation":[4.25,4,-4],"scale":[0.6,0.6,0.6]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.35,0.35,0.35]},"gui":{"rotation":[-20,160,30],"translation":[-1,-0.5,0],"scale":[0.4,0.4,0.4]},"fixed":{"translation":[0,0,-2.5],"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/shaman/relik_basic_gold.json b/assets/minecraft/models/item/wynn/weapon/shaman/relik_basic_gold.json new file mode 100644 index 000000000..9f8db098c --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/shaman/relik_basic_gold.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"wynn/weapon/shaman/basic_gold_0","1":"wynn/weapon/shaman/basic_gold_1","2":"wynn/weapon/shaman/basic_wooden","particle":"wynn/weapon/shaman/basic_gold_0"},"elements":[{"from":[16.5,17,6.5],"to":[19.5,24,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[1,9,4,16],"texture":"#0"},"east":{"uv":[1,9,4,16],"texture":"#0"},"south":{"uv":[4,9,1,16],"texture":"#0"},"west":{"uv":[1,9,4,16],"texture":"#0"},"up":{"uv":[1,9,4,12],"texture":"#0"},"down":{"uv":[1,13,4,16],"rotation":180,"texture":"#0"}}},{"from":[-3.5,17,6.5],"to":[-0.5,24,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[4,9,1,16],"texture":"#0"},"east":{"uv":[1,9,4,16],"texture":"#0"},"south":{"uv":[1,9,4,16],"texture":"#0"},"west":{"uv":[1,9,4,16],"texture":"#0"},"up":{"uv":[1,9,4,12],"texture":"#0"},"down":{"uv":[1,13,4,16],"rotation":270,"texture":"#0"}}},{"from":[4.5,29,6.5],"to":[11.5,32,9.5],"faces":{"north":{"uv":[9,1,16,4],"texture":"#0"},"east":{"uv":[11,1,14,4],"texture":"#0"},"south":{"uv":[16,1,9,4],"texture":"#0"},"west":{"uv":[11,1,14,4],"texture":"#0"},"up":{"uv":[9,1,16,4],"texture":"#0"},"down":{"uv":[9,1,16,4],"texture":"#0"}}},{"from":[11.5,19,6.5],"to":[16.5,22,9.5],"rotation":{"angle":0,"axis":"z","origin":[8,6,8]},"faces":{"north":{"uv":[4,11,9,14],"texture":"#0"},"east":{"uv":[1,11,4,14],"texture":"#0"},"south":{"uv":[9,11,4,14],"texture":"#0"},"up":{"uv":[4,11,9,14],"texture":"#0"},"down":{"uv":[4,11,9,14],"texture":"#0"}}},{"from":[-0.5,19,6.5],"to":[4.5,22,9.5],"rotation":{"angle":0,"axis":"z","origin":[8,6,8]},"faces":{"north":{"uv":[9,11,4,14],"texture":"#0"},"south":{"uv":[4,11,9,14],"texture":"#0"},"west":{"uv":[1,11,4,14],"texture":"#0"},"up":{"uv":[4,11,9,14],"texture":"#0"},"down":{"uv":[4,11,9,14],"texture":"#0"}}},{"from":[4.5,9,6.5],"to":[11.5,12,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[9,1,16,4],"texture":"#0"},"east":{"uv":[11,1,14,4],"texture":"#0"},"south":{"uv":[16,1,9,4],"texture":"#0"},"west":{"uv":[11,1,14,4],"texture":"#0"},"up":{"uv":[9,1,16,4],"texture":"#0"},"down":{"uv":[9,1,16,4],"texture":"#0"}}},{"from":[4.5,17,6.5],"to":[11.5,24,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[9,9,16,16],"texture":"#0"},"east":{"uv":[11,2,14,9],"texture":"#0"},"south":{"uv":[16,9,9,16],"texture":"#0"},"west":{"uv":[11,2,14,9],"texture":"#0"},"up":{"uv":[9,1,16,4],"texture":"#0"},"down":{"uv":[2,11,9,14],"texture":"#0"}}},{"from":[6.5,12,6.5],"to":[9.5,17,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[11,4,14,9],"texture":"#0"},"east":{"uv":[11,4,14,9],"texture":"#0"},"south":{"uv":[14,4,11,9],"texture":"#0"},"west":{"uv":[11,4,14,9],"texture":"#0"}}},{"from":[6.5,24,6.5],"to":[9.5,29,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[11,4,14,9],"texture":"#0"},"east":{"uv":[11,4,14,9],"texture":"#0"},"south":{"uv":[14,4,11,9],"texture":"#0"},"west":{"uv":[11,4,14,9],"texture":"#0"},"up":{"uv":[11,1,14,4],"texture":"#0"}}},{"from":[5.5,18,5.5],"to":[10.5,23,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[11,7,16,12],"texture":"#1"},"east":{"uv":[11,7,12,12],"texture":"#1"},"south":{"uv":[16,7,11,12],"texture":"#1"},"west":{"uv":[15,7,16,12],"texture":"#1"},"up":{"uv":[11,7,16,8],"rotation":180,"texture":"#1"},"down":{"uv":[11,11,16,12],"texture":"#1"}}},{"from":[1,-7.5,9],"to":[5,8.5,9.1],"rotation":{"angle":-22.5,"axis":"z","origin":[7.5,4.5,10]},"faces":{"north":{"uv":[11,8,13,16],"texture":"#2"},"south":{"uv":[13,8,11,16],"texture":"#2"}}},{"from":[11,-7.5,9],"to":[15,8.5,9.1],"rotation":{"angle":22.5,"axis":"z","origin":[8.5,4.5,10]},"faces":{"north":{"uv":[8,8,10,16],"texture":"#2"},"south":{"uv":[10,8,8,16],"texture":"#2"}}},{"from":[6.5,-7,6.5],"to":[9.5,9,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0,0,3,16],"texture":"#1"},"east":{"uv":[3,0,6,16],"texture":"#1"},"south":{"uv":[0,0,3,16],"texture":"#1"},"west":{"uv":[3,0,6,16],"texture":"#1"}}},{"from":[6.45,-15,6.45],"to":[9.45,-7,9.45],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[0,8,3,16],"texture":"#1"},"east":{"uv":[5,0,8,8],"texture":"#1"},"south":{"uv":[0,8,3,16],"texture":"#1"},"west":{"uv":[5,0,8,8],"texture":"#1"},"down":{"uv":[7,5,10,8],"texture":"#1"}}},{"from":[5,-9,7],"to":[11,-7,9],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[7,13,13,15],"texture":"#1"},"south":{"uv":[7,13,13,15],"texture":"#1"},"up":{"uv":[7,13,13,15],"texture":"#1"},"down":{"uv":[7,13,13,15],"texture":"#1"}}},{"from":[2,-10,7],"to":[5,-6,9],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[13,12,16,16],"texture":"#1"},"east":{"uv":[13,12,15,16],"texture":"#1"},"south":{"uv":[4,12,7,16],"texture":"#1"},"west":{"uv":[4,12,6,16],"texture":"#1"},"up":{"uv":[4,13,7,15],"texture":"#1","cullface":"up"},"down":{"uv":[4,13,7,15],"texture":"#1"}}},{"from":[11,-10,7],"to":[14,-6,9],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[4,12,7,16],"texture":"#1"},"east":{"uv":[4,12,6,16],"texture":"#1"},"south":{"uv":[13,12,16,16],"texture":"#1"},"west":{"uv":[13,12,15,16],"texture":"#1"},"up":{"uv":[13,13,16,15],"texture":"#1","cullface":"up"},"down":{"uv":[13,13,16,15],"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[5,100,0],"translation":[-0.5,0.75,1.5],"scale":[0.45,0.45,0.45]},"thirdperson_lefthand":{"rotation":[5,100,0],"translation":[-0.5,0.75,1.5],"scale":[0.45,0.45,0.45]},"firstperson_righthand":{"rotation":[0,90,-10],"translation":[1,2.75,0.5],"scale":[0.4,0.4,0.4]},"firstperson_lefthand":{"rotation":[0,90,-10],"translation":[1,2.75,0.5],"scale":[0.4,0.4,0.4]},"ground":{"rotation":[45,45,0],"translation":[0,3.5,0],"scale":[0.25,0.25,0.25]},"gui":{"rotation":[-20,160,30],"translation":[-1,-0.5,0],"scale":[0.4,0.4,0.4]},"head":{"translation":[0,2.25,4]},"fixed":{"translation":[0,0.5,-0.75],"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/shaman/relik_basic_wooden.json b/assets/minecraft/models/item/wynn/weapon/shaman/relik_basic_wooden.json new file mode 100644 index 000000000..a2dbc6de1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/shaman/relik_basic_wooden.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"wynn/weapon/shaman/basic_wooden","particle":"wynn/weapon/shaman/basic_wooden"},"elements":[{"from":[5.5,12,5],"to":[10.5,17,6],"faces":{"north":{"uv":[3,0,5.5,2.5],"texture":"#0"},"east":{"uv":[3,0,3.5,2.5],"texture":"#0"},"west":{"uv":[5,0,5.5,2.5],"texture":"#0"},"up":{"uv":[3,0,5.5,0.5],"rotation":180,"texture":"#0","cullface":"up"},"down":{"uv":[3,2,5.5,2.5],"rotation":180,"texture":"#0"}}},{"from":[3.5,-2,11],"to":[7.5,14,11.1],"rotation":{"angle":-22.5,"axis":"z","origin":[7.5,14,11]},"faces":{"north":{"uv":[11,8,13,16],"texture":"#0"},"south":{"uv":[13,8,11,16],"texture":"#0"}}},{"from":[8.5,-2,11],"to":[12.5,14,11.1],"rotation":{"angle":22.5,"axis":"z","origin":[8.5,14,11]},"faces":{"north":{"uv":[8,8,10,16],"texture":"#0"},"south":{"uv":[10,8,8,16],"texture":"#0"}}},{"from":[9.5,13,10],"to":[11.5,17,12],"faces":{"north":{"uv":[5.5,0,6.5,2],"texture":"#0"},"east":{"uv":[8,0,9,2],"texture":"#0"},"south":{"uv":[8,0,9,2],"texture":"#0"},"west":{"uv":[8,0,9,2],"texture":"#0"},"up":{"uv":[5.5,0.5,6.5,1.5],"texture":"#0","cullface":"up"},"down":{"uv":[8,0.5,9,1.5],"texture":"#0"}}},{"from":[4.5,13,10],"to":[6.5,17,12],"faces":{"north":{"uv":[8,0,9,2],"texture":"#0"},"east":{"uv":[5.5,0,6.5,2],"texture":"#0"},"south":{"uv":[5.5,0,6.5,2],"texture":"#0"},"west":{"uv":[8,0,9,2],"texture":"#0"},"up":{"uv":[8,0.5,9,1.5],"texture":"#0","cullface":"up"},"down":{"uv":[5.5,0.5,6.5,1.5],"texture":"#0"}}},{"from":[6.5,14,10],"to":[9.5,16,12],"faces":{"south":{"uv":[6.5,0.5,8,1.5],"texture":"#0","cullface":"up"},"up":{"uv":[6.5,0.5,8,1.5],"texture":"#0","cullface":"up"},"down":{"uv":[6.5,0.5,8,1.5],"texture":"#0","cullface":"up"}}},{"from":[7,31,7],"to":[9,32,9],"faces":{"north":{"uv":[1,0,2,0.5],"texture":"#0","cullface":"up"},"east":{"uv":[1,0,2,0.5],"texture":"#0","cullface":"up"},"south":{"uv":[1,0,2,0.5],"texture":"#0","cullface":"up"},"west":{"uv":[1,0,2,0.5],"texture":"#0","cullface":"up"},"up":{"uv":[3,11,4,12],"texture":"#0","cullface":"up"}}},{"from":[6,29,7],"to":[10,31,9],"faces":{"north":{"uv":[0.5,0.5,2.5,1.5],"texture":"#0","cullface":"up"},"east":{"uv":[3,11,4,12],"texture":"#0","cullface":"up"},"south":{"uv":[0.5,0.5,2.5,1.5],"texture":"#0","cullface":"up"},"west":{"uv":[7,10.5,8,11.5],"texture":"#0","cullface":"up"},"up":{"uv":[4,12,6,13],"texture":"#0","cullface":"up"}}},{"from":[5,20,7],"to":[11,29,9],"faces":{"north":{"uv":[0,1.5,3,6],"texture":"#0","cullface":"up"},"east":{"uv":[14,6,15,11.5],"texture":"#0","cullface":"up"},"south":{"uv":[0,1.5,3,6],"texture":"#0","cullface":"up"},"west":{"uv":[15,6,16,11.5],"texture":"#0","cullface":"up"},"up":{"uv":[3.5,11.5,6.5,12.5],"texture":"#0","cullface":"up"},"down":{"uv":[5,10.5,8,11.5],"texture":"#0","cullface":"up"}}},{"from":[6,18,7],"to":[10,20,9],"faces":{"north":{"uv":[0.5,6,2.5,7],"texture":"#0","cullface":"up"},"east":{"uv":[0.5,6,1.5,7],"texture":"#0","cullface":"up"},"south":{"uv":[0.5,6,2.5,7],"texture":"#0","cullface":"up"},"west":{"uv":[1.5,6,2.5,7],"texture":"#0","cullface":"up"}}},{"from":[5,9,6],"to":[11,18,10],"faces":{"north":{"uv":[0,7,3,11.5],"texture":"#0"},"east":{"uv":[3,11.5,5,16],"texture":"#0"},"south":{"uv":[0,7,3,11.5],"texture":"#0"},"west":{"uv":[5,11.5,7,16],"texture":"#0"},"up":{"uv":[3.5,13,6.5,15],"texture":"#0","cullface":"up"},"down":{"uv":[5,10.5,8,12.5],"texture":"#0"}}},{"from":[6,0,6],"to":[10,9,10],"faces":{"north":{"uv":[0.5,11.5,2.5,16],"texture":"#0"},"east":{"uv":[2.5,11.5,0.5,16],"texture":"#0"},"south":{"uv":[0.5,11.5,2.5,16],"texture":"#0"},"west":{"uv":[2.5,11.5,0.5,16],"texture":"#0"}}},{"from":[6,-4,6],"to":[10,0,10],"faces":{"north":{"uv":[14,6,16,8],"texture":"#0","cullface":"down"},"east":{"uv":[16,3.5,14,5.5],"texture":"#0","cullface":"down"},"south":{"uv":[14,6,16,8],"texture":"#0","cullface":"down"},"west":{"uv":[16,3.5,14,5.5],"texture":"#0","cullface":"down"}}},{"from":[6,-11,6],"to":[10,-4,10],"faces":{"north":{"uv":[14,8,16,11.5],"texture":"#0","cullface":"down"},"east":{"uv":[14.5,0,12.5,3.5],"texture":"#0","cullface":"down"},"south":{"uv":[14,8,16,11.5],"texture":"#0","cullface":"down"},"west":{"uv":[14.5,0,12.5,3.5],"texture":"#0","cullface":"down"},"down":{"uv":[3.5,11.5,5.5,13.5],"texture":"#0","cullface":"down"}}},{"from":[7,-14,7],"to":[9,-11,9],"faces":{"north":{"uv":[13,3.5,14,5],"texture":"#0","cullface":"down"},"east":{"uv":[13,3.5,14,5],"texture":"#0","cullface":"down"},"south":{"uv":[13,3.5,14,5],"texture":"#0","cullface":"down"},"west":{"uv":[13,3.5,14,5],"texture":"#0","cullface":"down"},"down":{"uv":[6.5,14.5,7.5,15.5],"texture":"#0","cullface":"down"}}},{"from":[5,-7,7],"to":[11,-5,9],"faces":{"north":{"uv":[7,2.5,10,3.5],"texture":"#0"},"south":{"uv":[7,2.5,10,3.5],"texture":"#0","cullface":"up"},"up":{"uv":[7,2.5,10,3.5],"texture":"#0","cullface":"up"},"down":{"uv":[7,2.5,10,3.5],"texture":"#0","cullface":"up"}}},{"from":[2,-8,7],"to":[5,-4,9],"faces":{"north":{"uv":[10,2,11.5,4],"texture":"#0"},"east":{"uv":[10,2,11,4],"texture":"#0"},"south":{"uv":[5.5,2,7,4],"texture":"#0"},"west":{"uv":[5.5,0,6.5,2],"texture":"#0"},"up":{"uv":[5.5,2.5,7,3.5],"texture":"#0","cullface":"up"},"down":{"uv":[5.5,2.5,7,3.5],"texture":"#0"}}},{"from":[11,-8,7],"to":[14,-4,9],"faces":{"north":{"uv":[5.5,2,7,4],"texture":"#0"},"east":{"uv":[8,0,9,2],"texture":"#0"},"south":{"uv":[10,2,11.5,4],"texture":"#0"},"west":{"uv":[6,2,7,4],"texture":"#0"},"up":{"uv":[10,2.5,11.5,3.5],"texture":"#0","cullface":"up"},"down":{"uv":[10,2.5,11.5,3.5],"texture":"#0"}}},{"from":[16,21,6.5],"to":[25,23,9.5],"faces":{"north":{"uv":[10,4.5,5.5,5.5],"texture":"#0","cullface":"east"},"east":{"uv":[14.5,3.5,16,4.5],"texture":"#0","cullface":"east"},"south":{"uv":[5.5,4.5,10,5.5],"texture":"#0","cullface":"east"},"west":{"uv":[6,15,7.5,16],"texture":"#0","cullface":"east"},"up":{"uv":[3,14,7.5,15.5],"texture":"#0","cullface":"east"}}},{"from":[15,19,6.5],"to":[25,21,9.5],"faces":{"north":{"uv":[10,5.5,5,6.5],"texture":"#0","cullface":"up"},"east":{"uv":[14.5,10.5,16,11.5],"texture":"#0","cullface":"east"},"south":{"uv":[5,5.5,10,6.5],"texture":"#0","cullface":"up"},"west":{"uv":[3,15,4.5,16],"texture":"#0","cullface":"up"},"up":{"uv":[3,13.5,8,15],"texture":"#0","cullface":"up"},"down":{"uv":[3,10.5,8,12],"texture":"#0","cullface":"east"}}},{"from":[13,18,6.5],"to":[21,19,9.5],"faces":{"north":{"uv":[8,6.5,4,7],"texture":"#0","cullface":"up"},"east":{"uv":[5.5,11.5,7,12],"texture":"#0","cullface":"east"},"south":{"uv":[4,6.5,8,7],"texture":"#0","cullface":"up"},"west":{"uv":[5.5,12.5,7,13],"texture":"#0","cullface":"up"},"up":{"uv":[3,13.5,7,15],"texture":"#0","cullface":"up"}}},{"from":[11,15,6.5],"to":[21,18,9.5],"faces":{"north":{"uv":[8,7,3,8.5],"texture":"#0"},"east":{"uv":[5.5,13.5,7,15],"texture":"#0","cullface":"east"},"south":{"uv":[3,7,8,8.5],"texture":"#0"},"up":{"uv":[3,11,8,12.5],"texture":"#0","cullface":"up"},"down":{"uv":[3,10.5,8,12],"texture":"#0"}}},{"from":[-5,15,6.5],"to":[5,18,9.5],"faces":{"north":{"uv":[3,7,8,8.5],"texture":"#0"},"south":{"uv":[8,7,3,8.5],"texture":"#0"},"west":{"uv":[1,11.5,2.5,13],"rotation":180,"texture":"#0","cullface":"west"},"up":{"uv":[3,11.5,8,13],"texture":"#0","cullface":"up"},"down":{"uv":[3,10.5,8,12],"texture":"#0"}}},{"from":[-5,18,6.5],"to":[3,19,9.5],"faces":{"north":{"uv":[4,6.5,8,7],"texture":"#0","cullface":"up"},"east":{"uv":[4.5,11,6,11.5],"texture":"#0","cullface":"up"},"south":{"uv":[8,6.5,4,7],"texture":"#0","cullface":"up"},"west":{"uv":[4.5,10.5,6,11],"texture":"#0","cullface":"west"},"up":{"uv":[3,13.5,7,15],"texture":"#0","cullface":"up"}}},{"from":[-9,19,6.5],"to":[1,21,9.5],"faces":{"north":{"uv":[5,5.5,10,6.5],"texture":"#0","cullface":"up"},"east":{"uv":[4,14,5.5,15],"texture":"#0","cullface":"up"},"south":{"uv":[10,5.5,5,6.5],"texture":"#0","cullface":"up"},"west":{"uv":[0.5,11.5,2,12.5],"texture":"#0","cullface":"west"},"up":{"uv":[3,14,8,15.5],"texture":"#0","cullface":"up"},"down":{"uv":[3,10.5,8,12],"texture":"#0","cullface":"west"}}},{"from":[-9,21,6.5],"to":[0,23,9.5],"faces":{"north":{"uv":[5.5,4.5,10,5.5],"texture":"#0","cullface":"west"},"east":{"uv":[6,15,7.5,16],"texture":"#0","cullface":"west"},"south":{"uv":[10,4.5,5.5,5.5],"texture":"#0","cullface":"west"},"west":{"uv":[3,11,4.5,12],"texture":"#0","cullface":"west"},"up":{"uv":[3,14,7.5,15.5],"texture":"#0","cullface":"west"}}}],"display":{"thirdperson_righthand":{"rotation":[10,100,0],"translation":[-0.5,1.5,1.75],"scale":[0.45,0.45,0.45]},"thirdperson_lefthand":{"rotation":[10,100,0],"translation":[-0.5,1.5,1.75],"scale":[0.45,0.45,0.45]},"firstperson_righthand":{"rotation":[0,90,-10],"translation":[1,2.5,0.5],"scale":[0.3,0.3,0.3]},"firstperson_lefthand":{"rotation":[0,90,-10],"translation":[1,2.5,0.5],"scale":[0.3,0.3,0.3]},"ground":{"rotation":[45,45,0],"translation":[0,3.5,0],"scale":[0.25,0.25,0.25]},"gui":{"rotation":[-20,160,30],"translation":[-1,-0.5,0],"scale":[0.4,0.4,0.4]},"head":{"translation":[0,-2.75,4]},"fixed":{"translation":[0,-0.5,-0.75],"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/shaman/relik_earth_a.json b/assets/minecraft/models/item/wynn/weapon/shaman/relik_earth_a.json new file mode 100644 index 000000000..8ef70e7ba --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/shaman/relik_earth_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"wynn/weapon/shaman/earth_tier_a","1":"wynn/weapon/shaman/basic_wooden","2":"wynn/weapon/anim/earth_eye_glint","particle":"wynn/weapon/shaman/earth_tier_a"},"elements":[{"from":[-4,10,1],"to":[12,26,1.1],"rotation":{"angle":0,"axis":"y","origin":[8,4,8]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#2"},"south":{"uv":[16,0,0,16],"texture":"#2"}}},{"from":[5.5,18,5.5],"to":[10.5,19,10.5],"faces":{"north":{"uv":[13,5,15.5,5.5],"rotation":180,"texture":"#0"},"east":{"uv":[15,5,15.5,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[13,7,15.5,7.5],"rotation":180,"texture":"#0"},"west":{"uv":[13,5,13.5,7.5],"rotation":270,"texture":"#0"},"up":{"uv":[13,5,15.5,7.5],"texture":"#0"}}},{"from":[14.5,11,6.5],"to":[18.5,21,9.5],"faces":{"north":{"uv":[9,7.5,11,12.5],"texture":"#0"},"east":{"uv":[11,7.5,12.5,12.5],"texture":"#0"},"south":{"uv":[11,7.5,9,12.5],"texture":"#0"},"west":{"uv":[12.5,7.5,14,12.5],"texture":"#0"},"up":{"uv":[11,10.5,12.5,12.5],"rotation":90,"texture":"#0"},"down":{"uv":[12.5,8.5,14,10.5],"rotation":90,"texture":"#0"}}},{"from":[18.5,15,6.5],"to":[22.5,21,9.5],"faces":{"north":{"uv":[7,7.5,9,10.5],"texture":"#0"},"east":{"uv":[11,7.5,12.5,10.5],"texture":"#0"},"south":{"uv":[9,7.5,7,10.5],"texture":"#0"},"up":{"uv":[11,7.5,12.5,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[12.5,7.5,14,9.5],"rotation":90,"texture":"#0"}}},{"from":[-2.5,11,6.5],"to":[1.5,21,9.5],"faces":{"north":{"uv":[11,7.5,9,12.5],"texture":"#0"},"east":{"uv":[12.5,7.5,14,12.5],"texture":"#0"},"south":{"uv":[9,7.5,11,12.5],"texture":"#0"},"west":{"uv":[11,7.5,12.5,12.5],"texture":"#0"},"up":{"uv":[11,10.5,12.5,12.5],"rotation":270,"texture":"#0"},"down":{"uv":[12.5,8.5,14,10.5],"rotation":270,"texture":"#0"}}},{"from":[-6.5,15,6.5],"to":[-2.5,21,9.5],"faces":{"north":{"uv":[9,7.5,7,10.5],"texture":"#0"},"south":{"uv":[7,7.5,9,10.5],"texture":"#0"},"west":{"uv":[11,7.5,12.5,10.5],"texture":"#0"},"up":{"uv":[11,7.5,12.5,9.5],"rotation":270,"texture":"#0"},"down":{"uv":[12.5,7.5,14,9.5],"rotation":270,"texture":"#0"}}},{"from":[2.5,-15,14.5],"to":[6.5,1,14.6],"rotation":{"angle":-22.5,"axis":"z","origin":[7.5,0,14.5]},"faces":{"north":{"uv":[11,8,13,16],"texture":"#1"},"south":{"uv":[13,8,11,16],"texture":"#1"}}},{"from":[9.5,-15,14.5],"to":[13.5,1,14.6],"rotation":{"angle":22.5,"axis":"z","origin":[8.5,0,14.5]},"faces":{"north":{"uv":[8,8,10,16],"texture":"#1"},"south":{"uv":[10,8,8,16],"texture":"#1"}}},{"from":[9.5,-1,13.5],"to":[11.5,3,15.5],"faces":{"north":{"uv":[5.5,0,6.5,2],"texture":"#1"},"east":{"uv":[8,0,9,2],"texture":"#1"},"south":{"uv":[8,0,9,2],"texture":"#1"},"west":{"uv":[8,0,9,2],"texture":"#1"},"up":{"uv":[5.5,0.5,6.5,1.5],"texture":"#1","cullface":"up"},"down":{"uv":[8,0.5,9,1.5],"texture":"#1"}}},{"from":[4.5,-1,13.5],"to":[6.5,3,15.5],"faces":{"north":{"uv":[8,0,9,2],"texture":"#1"},"east":{"uv":[5.5,0,6.5,2],"texture":"#1"},"south":{"uv":[5.5,0,6.5,2],"texture":"#1"},"west":{"uv":[8,0,9,2],"texture":"#1"},"up":{"uv":[8,0.5,9,1.5],"texture":"#1","cullface":"up"},"down":{"uv":[5.5,0.5,6.5,1.5],"texture":"#1"}}},{"from":[6.5,0,13.5],"to":[9.5,2,15.5],"faces":{"east":{"uv":[0,0,0,0],"texture":"#1"},"south":{"uv":[6.5,0.5,8,1.5],"texture":"#1","cullface":"up"},"west":{"uv":[0,0,0,0],"texture":"#1"},"up":{"uv":[6.5,0.5,8,1.5],"texture":"#1","cullface":"up"},"down":{"uv":[6.5,0.5,8,1.5],"texture":"#1","cullface":"up"}}},{"from":[16.5,4,7],"to":[19.5,8,9],"faces":{"north":{"uv":[5.5,2,7,4],"texture":"#1"},"east":{"uv":[8,0,9,2],"texture":"#1"},"south":{"uv":[10,2,11.5,4],"texture":"#1"},"west":{"uv":[6,2,7,4],"texture":"#1"},"up":{"uv":[10,2.5,11.5,3.5],"texture":"#1","cullface":"up"},"down":{"uv":[10,2.5,11.5,3.5],"texture":"#1"}}},{"from":[-0.5,5,7],"to":[5.5,7,9],"faces":{"north":{"uv":[7,2.5,10,3.5],"texture":"#1"},"east":{"uv":[0,0,0,0],"texture":"#1"},"south":{"uv":[7,2.5,10,3.5],"texture":"#1","cullface":"up"},"west":{"uv":[0,0,0,0],"texture":"#1"},"up":{"uv":[7,2.5,10,3.5],"texture":"#1","cullface":"up"},"down":{"uv":[7,2.5,10,3.5],"texture":"#1","cullface":"up"}}},{"from":[-3.5,4,7],"to":[-0.5,8,9],"faces":{"north":{"uv":[10,2,11.5,4],"texture":"#1"},"east":{"uv":[10,2,11,4],"texture":"#1"},"south":{"uv":[5.5,2,7,4],"texture":"#1"},"west":{"uv":[5.5,0,6.5,2],"texture":"#1"},"up":{"uv":[5.5,2.5,7,3.5],"texture":"#1","cullface":"up"},"down":{"uv":[5.5,2.5,7,3.5],"texture":"#1"}}},{"from":[10.5,5,7],"to":[16.5,7,9],"faces":{"north":{"uv":[7,2.5,10,3.5],"texture":"#1"},"east":{"uv":[0,0,0,0],"texture":"#1"},"south":{"uv":[7,2.5,10,3.5],"texture":"#1","cullface":"up"},"west":{"uv":[0,0,0,0],"texture":"#1"},"up":{"uv":[7,2.5,10,3.5],"texture":"#1","cullface":"up"},"down":{"uv":[7,2.5,10,3.5],"texture":"#1","cullface":"up"}}},{"from":[1.5,3,1.5],"to":[14.5,18,14.5],"faces":{"north":{"uv":[6.5,0,13,7.5],"texture":"#0"},"east":{"uv":[0,0,6.5,7.5],"texture":"#0"},"south":{"uv":[0,0,6.5,7.5],"texture":"#0"},"west":{"uv":[0,0,6.5,7.5],"texture":"#0"},"up":{"uv":[0,0.5,6.5,7],"texture":"#0"},"down":{"uv":[0,0.5,6.5,7],"texture":"#0"}}},{"from":[4.5,-5,4.5],"to":[11.5,3,11.5],"faces":{"north":{"uv":[0,7.5,3.5,11.5],"texture":"#0"},"east":{"uv":[3.5,7.5,7,11.5],"texture":"#0"},"south":{"uv":[0,7.5,3.5,11.5],"texture":"#0"},"west":{"uv":[3.5,7.5,7,11.5],"texture":"#0"},"down":{"uv":[1.5,2,5,5.5],"texture":"#0"}}},{"from":[2.5,-6,2.5],"to":[13.5,3,13.5],"faces":{"north":{"uv":[0,11.5,5.5,16],"texture":"#0"},"east":{"uv":[1,11.5,6.5,16],"texture":"#0"},"south":{"uv":[0,11.5,5.5,16],"texture":"#0"},"west":{"uv":[1,11.5,6.5,16],"texture":"#0"}}},{"from":[5.5,-6,5.5],"to":[10.5,-5,10.5],"faces":{"north":{"uv":[4.5,11,7,11.5],"texture":"#0"},"east":{"uv":[6.5,9,7,11.5],"rotation":270,"texture":"#0"},"south":{"uv":[4.5,10.5,7,11],"texture":"#0"},"west":{"uv":[4.5,8.5,5,11],"rotation":90,"texture":"#0"},"down":{"uv":[4.5,9,7,11.5],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[10,100,0],"translation":[-1,5,1.75],"scale":[0.4,0.4,0.4]},"thirdperson_lefthand":{"rotation":[10,100,0],"translation":[-1,5,1.75],"scale":[0.4,0.4,0.4]},"firstperson_righthand":{"rotation":[0,105,-5],"translation":[0.5,3,0.5],"scale":[0.3,0.3,0.3]},"firstperson_lefthand":{"rotation":[0,105,-5],"translation":[0.5,3,0.5],"scale":[0.3,0.3,0.3]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.2,0.2,0.2]},"gui":{"rotation":[-20,160,30],"translation":[-0.25,1,0],"scale":[0.4,0.4,0.4]},"head":{"translation":[0,-7.75,0],"scale":[1.16,1.16,1.16]},"fixed":{"translation":[0,-1,-0.5],"scale":[0.35,0.35,0.35]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/shaman/relik_earth_b.json b/assets/minecraft/models/item/wynn/weapon/shaman/relik_earth_b.json new file mode 100644 index 000000000..8ac7f920a --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/shaman/relik_earth_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"wynn/weapon/shaman/earth_tier_a","1":"wynn/weapon/shaman/basic_wooden","2":"wynn/weapon/anim/earth_eye_glint","3":"wynn/weapon/shaman/earth_tier_b","particle":"wynn/weapon/shaman/earth_tier_a"},"elements":[{"from":[-4,13,1],"to":[12,29,1.1],"rotation":{"angle":0,"axis":"y","origin":[8,5,8]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#2"},"south":{"uv":[16,0,0,16],"texture":"#2"}}},{"from":[5.5,21,5.5],"to":[10.5,22,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,11,8]},"faces":{"north":{"uv":[13,5,15.5,5.5],"rotation":180,"texture":"#0"},"east":{"uv":[15,5,15.5,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[13,7,15.5,7.5],"rotation":180,"texture":"#0"},"west":{"uv":[13,5,13.5,7.5],"rotation":270,"texture":"#0"},"up":{"uv":[13,5,15.5,7.5],"texture":"#0"}}},{"from":[-4.5,-3,6.5],"to":[4.5,4,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,11,8]},"faces":{"north":{"uv":[0,1.5,4.5,5],"texture":"#3"},"south":{"uv":[4.5,1.5,0,5],"texture":"#3"},"west":{"uv":[4.5,1.5,6,5],"texture":"#3"},"up":{"uv":[1.5,0,6,1.5],"rotation":180,"texture":"#3"},"down":{"uv":[6,0,10.5,1.5],"rotation":180,"texture":"#3"}}},{"from":[11.5,-3,6.5],"to":[20.5,4,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,11,8]},"faces":{"north":{"uv":[4.5,1.5,0,5],"texture":"#3"},"east":{"uv":[4.5,1.5,6,5],"texture":"#3"},"south":{"uv":[0,1.5,4.5,5],"texture":"#3"},"up":{"uv":[1.5,0,6,1.5],"texture":"#3"},"down":{"uv":[6,0,10.5,1.5],"texture":"#3"}}},{"from":[0.5,-2,5.5],"to":[4.5,2,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,11,8]},"faces":{"north":{"uv":[12.5,14,14.5,16],"texture":"#3"},"south":{"uv":[12.5,14,10.5,16],"texture":"#3"}}},{"from":[11.5,-2,5.5],"to":[15.5,2,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,11,8]},"faces":{"north":{"uv":[6.5,14,8.5,16],"texture":"#3"},"south":{"uv":[8.5,14,10.5,16],"texture":"#3"}}},{"from":[14.5,14,6.5],"to":[18.5,24,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,11,8]},"faces":{"north":{"uv":[9,7.5,11,12.5],"texture":"#0"},"east":{"uv":[11,7.5,12.5,12.5],"texture":"#0"},"south":{"uv":[11,7.5,9,12.5],"texture":"#0"},"west":{"uv":[12.5,7.5,14,12.5],"texture":"#0"},"up":{"uv":[11,10.5,12.5,12.5],"rotation":90,"texture":"#0"},"down":{"uv":[12.5,8.5,14,10.5],"rotation":90,"texture":"#0"}}},{"from":[18.5,18,6.5],"to":[22.5,24,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,11,8]},"faces":{"north":{"uv":[7,7.5,9,10.5],"texture":"#0"},"east":{"uv":[11,7.5,12.5,10.5],"texture":"#0"},"south":{"uv":[9,7.5,7,10.5],"texture":"#0"},"up":{"uv":[11,7.5,12.5,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[12.5,7.5,14,9.5],"rotation":90,"texture":"#0"}}},{"from":[-2.5,14,6.5],"to":[1.5,24,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,11,8]},"faces":{"north":{"uv":[11,7.5,9,12.5],"texture":"#0"},"east":{"uv":[12.5,7.5,14,12.5],"texture":"#0"},"south":{"uv":[9,7.5,11,12.5],"texture":"#0"},"west":{"uv":[11,7.5,12.5,12.5],"texture":"#0"},"up":{"uv":[11,10.5,12.5,12.5],"rotation":270,"texture":"#0"},"down":{"uv":[12.5,8.5,14,10.5],"rotation":270,"texture":"#0"}}},{"from":[-6.5,18,6.5],"to":[-2.5,24,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,11,8]},"faces":{"north":{"uv":[9,7.5,7,10.5],"texture":"#0"},"south":{"uv":[7,7.5,9,10.5],"texture":"#0"},"west":{"uv":[11,7.5,12.5,10.5],"texture":"#0"},"up":{"uv":[11,7.5,12.5,9.5],"rotation":270,"texture":"#0"},"down":{"uv":[12.5,7.5,14,9.5],"rotation":270,"texture":"#0"}}},{"from":[2.5,-12,14.5],"to":[6.5,4,14.6],"rotation":{"angle":-22.5,"axis":"z","origin":[7.5,3,14.5]},"faces":{"north":{"uv":[11,8,13,16],"texture":"#1"},"south":{"uv":[13,8,11,16],"texture":"#1"}}},{"from":[9.5,-12,14.5],"to":[13.5,4,14.6],"rotation":{"angle":22.5,"axis":"z","origin":[8.5,3,14.5]},"faces":{"north":{"uv":[8,8,10,16],"texture":"#1"},"south":{"uv":[10,8,8,16],"texture":"#1"}}},{"from":[9.5,2,13.5],"to":[11.5,6,15.5],"rotation":{"angle":0,"axis":"y","origin":[8,11,8]},"faces":{"north":{"uv":[5.5,0,6.5,2],"texture":"#1"},"east":{"uv":[8,0,9,2],"texture":"#1"},"south":{"uv":[8,0,9,2],"texture":"#1"},"west":{"uv":[8,0,9,2],"texture":"#1"},"up":{"uv":[5.5,0.5,6.5,1.5],"texture":"#1","cullface":"up"},"down":{"uv":[8,0.5,9,1.5],"texture":"#1"}}},{"from":[4.5,2,13.5],"to":[6.5,6,15.5],"rotation":{"angle":0,"axis":"y","origin":[8,11,8]},"faces":{"north":{"uv":[8,0,9,2],"texture":"#1"},"east":{"uv":[5.5,0,6.5,2],"texture":"#1"},"south":{"uv":[5.5,0,6.5,2],"texture":"#1"},"west":{"uv":[8,0,9,2],"texture":"#1"},"up":{"uv":[8,0.5,9,1.5],"texture":"#1","cullface":"up"},"down":{"uv":[5.5,0.5,6.5,1.5],"texture":"#1"}}},{"from":[6.5,3,13.5],"to":[9.5,5,15.5],"rotation":{"angle":0,"axis":"y","origin":[8,11,8]},"faces":{"east":{"uv":[0,0,0,0],"texture":"#1"},"south":{"uv":[6.5,0.5,8,1.5],"texture":"#1","cullface":"up"},"west":{"uv":[0,0,0,0],"texture":"#1"},"up":{"uv":[6.5,0.5,8,1.5],"texture":"#1","cullface":"up"},"down":{"uv":[6.5,0.5,8,1.5],"texture":"#1","cullface":"up"}}},{"from":[16.5,7,7],"to":[19.5,11,9],"rotation":{"angle":0,"axis":"y","origin":[8,11,8]},"faces":{"north":{"uv":[5.5,2,7,4],"texture":"#1"},"east":{"uv":[8,0,9,2],"texture":"#1"},"south":{"uv":[10,2,11.5,4],"texture":"#1"},"west":{"uv":[6,2,7,4],"texture":"#1"},"up":{"uv":[10,2.5,11.5,3.5],"texture":"#1","cullface":"up"},"down":{"uv":[10,2.5,11.5,3.5],"texture":"#1"}}},{"from":[-0.5,8,7],"to":[5.5,10,9],"rotation":{"angle":0,"axis":"y","origin":[8,11,8]},"faces":{"north":{"uv":[7,2.5,10,3.5],"texture":"#1"},"east":{"uv":[0,0,0,0],"texture":"#1"},"south":{"uv":[7,2.5,10,3.5],"texture":"#1","cullface":"up"},"west":{"uv":[0,0,0,0],"texture":"#1"},"up":{"uv":[7,2.5,10,3.5],"texture":"#1","cullface":"up"},"down":{"uv":[7,2.5,10,3.5],"texture":"#1","cullface":"up"}}},{"from":[-3.5,7,7],"to":[-0.5,11,9],"rotation":{"angle":0,"axis":"y","origin":[8,11,8]},"faces":{"north":{"uv":[10,2,11.5,4],"texture":"#1"},"east":{"uv":[10,2,11,4],"texture":"#1"},"south":{"uv":[5.5,2,7,4],"texture":"#1"},"west":{"uv":[5.5,0,6.5,2],"texture":"#1"},"up":{"uv":[5.5,2.5,7,3.5],"texture":"#1","cullface":"up"},"down":{"uv":[5.5,2.5,7,3.5],"texture":"#1"}}},{"from":[10.5,8,7],"to":[16.5,10,9],"rotation":{"angle":0,"axis":"y","origin":[8,11,8]},"faces":{"north":{"uv":[7,2.5,10,3.5],"texture":"#1"},"east":{"uv":[0,0,0,0],"texture":"#1"},"south":{"uv":[7,2.5,10,3.5],"texture":"#1","cullface":"up"},"west":{"uv":[0,0,0,0],"texture":"#1"},"up":{"uv":[7,2.5,10,3.5],"texture":"#1","cullface":"up"},"down":{"uv":[7,2.5,10,3.5],"texture":"#1","cullface":"up"}}},{"from":[1.5,6,1.5],"to":[14.5,21,14.5],"rotation":{"angle":0,"axis":"y","origin":[8,11,8]},"faces":{"north":{"uv":[6.5,0,13,7.5],"texture":"#0"},"east":{"uv":[0,0,6.5,7.5],"texture":"#0"},"south":{"uv":[0,0,6.5,7.5],"texture":"#0"},"west":{"uv":[0,0,6.5,7.5],"texture":"#0"},"up":{"uv":[0,0.5,6.5,7],"texture":"#0"},"down":{"uv":[0,0.5,6.5,7],"texture":"#0"}}},{"from":[4.5,-7,4.5],"to":[11.5,6,11.5],"rotation":{"angle":0,"axis":"y","origin":[8,11,8]},"faces":{"north":{"uv":[0,5,3.5,11.5],"texture":"#3"},"east":{"uv":[3.5,5,7,11.5],"texture":"#3"},"south":{"uv":[0,5,3.5,11.5],"texture":"#3"},"west":{"uv":[3.5,5,7,11.5],"texture":"#3"},"down":{"uv":[6,1.5,9.5,5],"texture":"#3"}}},{"from":[2.5,-3,2.5],"to":[13.5,6,13.5],"rotation":{"angle":0,"axis":"y","origin":[8,11,8]},"faces":{"north":{"uv":[0,11.5,5.5,16],"texture":"#0"},"east":{"uv":[1,11.5,6.5,16],"texture":"#0"},"south":{"uv":[0,11.5,5.5,16],"texture":"#0"},"west":{"uv":[1,11.5,6.5,16],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[10,100,0],"translation":[-1,5,1.75],"scale":[0.4,0.4,0.4]},"thirdperson_lefthand":{"rotation":[10,100,0],"translation":[-1,5,1.75],"scale":[0.4,0.4,0.4]},"firstperson_righthand":{"rotation":[0,105,-5],"translation":[0.5,3,0.5],"scale":[0.3,0.3,0.3]},"firstperson_lefthand":{"rotation":[0,105,-5],"translation":[0.5,3,0.5],"scale":[0.3,0.3,0.3]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.2,0.2,0.2]},"gui":{"rotation":[-20,160,30],"translation":[-0.25,1,0],"scale":[0.4,0.4,0.4]},"head":{"translation":[0,-7.75,0],"scale":[1.16,1.16,1.16]},"fixed":{"translation":[0,-1,-0.5],"scale":[0.35,0.35,0.35]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/shaman/relik_earth_c.json b/assets/minecraft/models/item/wynn/weapon/shaman/relik_earth_c.json new file mode 100644 index 000000000..4db7d7889 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/shaman/relik_earth_c.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"wynn/weapon/shaman/earth_tier_a","1":"wynn/weapon/shaman/basic_wooden","2":"wynn/weapon/anim/earth_eye_glint","3":"wynn/weapon/shaman/earth_tier_b","4":"wynn/weapon/shaman/earth_tier_c","particle":"wynn/weapon/shaman/earth_tier_a"},"elements":[{"from":[-4,16,1],"to":[12,32,1.1],"faces":{"north":{"uv":[0,0,16,16],"texture":"#2"},"south":{"uv":[16,0,0,16],"texture":"#2"}}},{"from":[5.5,24,5.5],"to":[10.5,25,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[13,5,15.5,5.5],"rotation":180,"texture":"#0"},"east":{"uv":[15,5,15.5,7.5],"rotation":90,"texture":"#0"},"south":{"uv":[13,7,15.5,7.5],"rotation":180,"texture":"#0"},"west":{"uv":[13,5,13.5,7.5],"rotation":270,"texture":"#0"},"up":{"uv":[13,5,15.5,7.5],"texture":"#0"}}},{"from":[14.5,17,6.5],"to":[18.5,27,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[9,7.5,11,12.5],"texture":"#0"},"east":{"uv":[11,7.5,12.5,12.5],"texture":"#0"},"south":{"uv":[11,7.5,9,12.5],"texture":"#0"},"west":{"uv":[12.5,7.5,14,12.5],"texture":"#0"},"up":{"uv":[11,10.5,12.5,12.5],"rotation":90,"texture":"#0"},"down":{"uv":[12.5,8.5,14,10.5],"rotation":90,"texture":"#0"}}},{"from":[18.5,21,6.5],"to":[22.5,27,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[7,7.5,9,10.5],"texture":"#0"},"east":{"uv":[11,7.5,12.5,10.5],"texture":"#0"},"south":{"uv":[9,7.5,7,10.5],"texture":"#0"},"up":{"uv":[11,7.5,12.5,9.5],"rotation":90,"texture":"#0"},"down":{"uv":[12.5,7.5,14,9.5],"rotation":90,"texture":"#0"}}},{"from":[-2.5,17,6.5],"to":[1.5,27,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[11,7.5,9,12.5],"texture":"#0"},"east":{"uv":[12.5,7.5,14,12.5],"texture":"#0"},"south":{"uv":[9,7.5,11,12.5],"texture":"#0"},"west":{"uv":[11,7.5,12.5,12.5],"texture":"#0"},"up":{"uv":[11,10.5,12.5,12.5],"rotation":270,"texture":"#0"},"down":{"uv":[12.5,8.5,14,10.5],"rotation":270,"texture":"#0"}}},{"from":[-6.5,21,6.5],"to":[-2.5,27,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[9,7.5,7,10.5],"texture":"#0"},"south":{"uv":[7,7.5,9,10.5],"texture":"#0"},"west":{"uv":[11,7.5,12.5,10.5],"texture":"#0"},"up":{"uv":[11,7.5,12.5,9.5],"rotation":270,"texture":"#0"},"down":{"uv":[12.5,7.5,14,9.5],"rotation":270,"texture":"#0"}}},{"from":[1.5,-1,5.5],"to":[2.5,9,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[13,0,13.5,5],"texture":"#4"},"south":{"uv":[15,0,15.5,5],"texture":"#4"},"west":{"uv":[13,0,15.5,5],"texture":"#4"},"down":{"uv":[13,4.5,15.5,5],"rotation":270,"texture":"#4"}}},{"from":[-7.5,0,6.5],"to":[1.5,3,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[5.5,2.5,10,4],"texture":"#4"},"south":{"uv":[10,2.5,5.5,4],"texture":"#4"},"west":{"uv":[13.5,3.5,15,5],"texture":"#4"},"down":{"uv":[5.5,2.5,10,4],"texture":"#4"}}},{"from":[-9.5,2,6.5],"to":[1.5,5,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[5.5,1.5,11,3],"texture":"#4"},"south":{"uv":[11,1.5,5.5,3],"texture":"#4"},"west":{"uv":[13.5,1.5,15,3],"texture":"#4"},"down":{"uv":[5.5,5,7,10.5],"rotation":270,"texture":"#4"}}},{"from":[-11.5,4,6.5],"to":[1.5,8,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[5.5,0,12,2],"texture":"#4"},"south":{"uv":[12,0,5.5,2],"texture":"#4"},"west":{"uv":[13.5,0,15,2],"texture":"#4"},"up":{"uv":[5.5,0,12,1.5],"texture":"#4"},"down":{"uv":[5.5,5,7,11.5],"rotation":270,"texture":"#4"}}},{"from":[13.5,-1,5.5],"to":[14.5,9,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[15,0,15.5,5],"texture":"#4"},"east":{"uv":[13,0,15.5,5],"texture":"#4"},"south":{"uv":[13,0,13.5,5],"texture":"#4"},"down":{"uv":[13,4.5,15.5,5],"rotation":90,"texture":"#4"}}},{"from":[14.5,0,6.5],"to":[23.5,3,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[10,2.5,5.5,4],"texture":"#4"},"east":{"uv":[13.5,3.5,15,5],"texture":"#4"},"south":{"uv":[5.5,2.5,10,4],"texture":"#4"},"down":{"uv":[5.5,2.5,10,4],"rotation":180,"texture":"#4"}}},{"from":[14.5,2,6.5],"to":[25.5,5,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[11,1.5,5.5,3],"texture":"#4"},"east":{"uv":[13.5,1.5,15,3],"texture":"#4"},"south":{"uv":[5.5,1.5,11,3],"texture":"#4"},"down":{"uv":[5.5,5,7,10.5],"rotation":90,"texture":"#4"}}},{"from":[14.5,4,6.5],"to":[27.5,8,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[12,0,5.5,2],"texture":"#4"},"east":{"uv":[13.5,0,15,2],"texture":"#4"},"south":{"uv":[5.5,0,12,2],"texture":"#4"},"up":{"uv":[5.5,0,12,1.5],"rotation":180,"texture":"#4"},"down":{"uv":[5.5,5,7,11.5],"rotation":90,"texture":"#4"}}},{"from":[-5.5,-7,5.5],"to":[1.5,9,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[6.5,12.5,14.5,16],"rotation":90,"texture":"#4"},"south":{"uv":[6.5,16,14.5,12.5],"rotation":90,"texture":"#4"},"west":{"uv":[6,15,14.5,12.5],"rotation":90,"texture":"#4"},"up":{"uv":[0,11.5,2.5,15],"rotation":270,"texture":"#4"}}},{"from":[14.5,-7,5.5],"to":[21.5,9,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[6.5,16,14.5,12.5],"rotation":90,"texture":"#4"},"east":{"uv":[6,15,14.5,12.5],"rotation":90,"texture":"#4"},"south":{"uv":[6.5,12.5,14.5,16],"rotation":90,"texture":"#4"},"up":{"uv":[0,11.5,2.5,15],"rotation":90,"texture":"#4"}}},{"from":[2.5,-9,14.5],"to":[6.5,7,14.6],"rotation":{"angle":-22.5,"axis":"z","origin":[7.5,6,14.5]},"faces":{"north":{"uv":[11,8,13,16],"texture":"#1"},"south":{"uv":[13,8,11,16],"texture":"#1"}}},{"from":[9.5,-9,14.5],"to":[13.5,7,14.6],"rotation":{"angle":22.5,"axis":"z","origin":[8.5,6,14.5]},"faces":{"north":{"uv":[8,8,10,16],"texture":"#1"},"south":{"uv":[10,8,8,16],"texture":"#1"}}},{"from":[9.5,5,13.5],"to":[11.5,9,15.5],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[5.5,0,6.5,2],"texture":"#1"},"east":{"uv":[8,0,9,2],"texture":"#1"},"south":{"uv":[8,0,9,2],"texture":"#1"},"west":{"uv":[8,0,9,2],"texture":"#1"},"up":{"uv":[5.5,0.5,6.5,1.5],"texture":"#1","cullface":"up"},"down":{"uv":[8,0.5,9,1.5],"texture":"#1"}}},{"from":[4.5,5,13.5],"to":[6.5,9,15.5],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[8,0,9,2],"texture":"#1"},"east":{"uv":[5.5,0,6.5,2],"texture":"#1"},"south":{"uv":[5.5,0,6.5,2],"texture":"#1"},"west":{"uv":[8,0,9,2],"texture":"#1"},"up":{"uv":[8,0.5,9,1.5],"texture":"#1","cullface":"up"},"down":{"uv":[5.5,0.5,6.5,1.5],"texture":"#1"}}},{"from":[6.5,6,13.5],"to":[9.5,8,15.5],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"east":{"uv":[0,0,0,0],"texture":"#1"},"south":{"uv":[6.5,0.5,8,1.5],"texture":"#1","cullface":"up"},"west":{"uv":[0,0,0,0],"texture":"#1"},"up":{"uv":[6.5,0.5,8,1.5],"texture":"#1","cullface":"up"},"down":{"uv":[6.5,0.5,8,1.5],"texture":"#1","cullface":"up"}}},{"from":[8.5,-7,2],"to":[12.5,-3,14],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[6.5,14,8.5,16],"texture":"#3"},"south":{"uv":[8.5,14,10.5,16],"texture":"#3"}}},{"from":[3.5,-8.5,2],"to":[7.5,-4.5,14],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[12.5,14,14.5,16],"texture":"#3"},"south":{"uv":[12.5,14,10.5,16],"texture":"#3"}}},{"from":[16.5,10,7],"to":[19.5,14,9],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[5.5,2,7,4],"texture":"#1"},"east":{"uv":[8,0,9,2],"texture":"#1"},"south":{"uv":[10,2,11.5,4],"texture":"#1"},"west":{"uv":[6,2,7,4],"texture":"#1"},"up":{"uv":[10,2.5,11.5,3.5],"texture":"#1","cullface":"up"},"down":{"uv":[10,2.5,11.5,3.5],"texture":"#1"}}},{"from":[-0.5,11,7],"to":[5.5,13,9],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[7,2.5,10,3.5],"texture":"#1"},"east":{"uv":[0,0,0,0],"texture":"#1"},"south":{"uv":[7,2.5,10,3.5],"texture":"#1","cullface":"up"},"west":{"uv":[0,0,0,0],"texture":"#1"},"up":{"uv":[7,2.5,10,3.5],"texture":"#1","cullface":"up"},"down":{"uv":[7,2.5,10,3.5],"texture":"#1","cullface":"up"}}},{"from":[-3.5,10,7],"to":[-0.5,14,9],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[10,2,11.5,4],"texture":"#1"},"east":{"uv":[10,2,11,4],"texture":"#1"},"south":{"uv":[5.5,2,7,4],"texture":"#1"},"west":{"uv":[5.5,0,6.5,2],"texture":"#1"},"up":{"uv":[5.5,2.5,7,3.5],"texture":"#1","cullface":"up"},"down":{"uv":[5.5,2.5,7,3.5],"texture":"#1"}}},{"from":[10.5,11,7],"to":[16.5,13,9],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[7,2.5,10,3.5],"texture":"#1"},"east":{"uv":[0,0,0,0],"texture":"#1"},"south":{"uv":[7,2.5,10,3.5],"texture":"#1","cullface":"up"},"west":{"uv":[0,0,0,0],"texture":"#1"},"up":{"uv":[7,2.5,10,3.5],"texture":"#1","cullface":"up"},"down":{"uv":[7,2.5,10,3.5],"texture":"#1","cullface":"up"}}},{"from":[1.5,9,1.5],"to":[14.5,24,14.5],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[6.5,0,13,7.5],"texture":"#0"},"east":{"uv":[0,0,6.5,7.5],"texture":"#0"},"south":{"uv":[0,0,6.5,7.5],"texture":"#0"},"west":{"uv":[0,0,6.5,7.5],"texture":"#0"},"up":{"uv":[0,0.5,6.5,7],"texture":"#0"},"down":{"uv":[0,0.5,6.5,7],"texture":"#0"}}},{"from":[2.5,-1,2.5],"to":[13.5,9,13.5],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[0,0,5.5,5],"texture":"#4"},"east":{"uv":[0,0,5.5,5],"texture":"#4"},"south":{"uv":[0,0,5.5,5],"texture":"#4"},"west":{"uv":[0,0,5.5,5],"texture":"#4"},"down":{"uv":[0,6,5.5,11.5],"texture":"#4"}}},{"from":[3.5,-14,3.5],"to":[12.5,-1,12.5],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[0,5,4.5,11.5],"texture":"#4"},"east":{"uv":[2.5,5,7,11.5],"texture":"#4"},"south":{"uv":[0,5,4.5,11.5],"texture":"#4"},"west":{"uv":[2.5,5,7,11.5],"texture":"#4"},"down":{"uv":[6,1.5,9.5,5],"texture":"#3"}}}],"display":{"thirdperson_righthand":{"rotation":[10,100,0],"translation":[-1,5,1.75],"scale":[0.45,0.45,0.45]},"thirdperson_lefthand":{"rotation":[10,100,0],"translation":[-1,5,1.75],"scale":[0.45,0.45,0.45]},"firstperson_righthand":{"rotation":[0,105,-10],"translation":[0.5,4.75,0.5],"scale":[0.3,0.3,0.3]},"firstperson_lefthand":{"rotation":[0,105,-10],"translation":[0.5,4.75,0.5],"scale":[0.3,0.3,0.3]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.2,0.2,0.2]},"gui":{"rotation":[-20,160,30],"translation":[-0.25,1,0],"scale":[0.4,0.4,0.4]},"head":{"translation":[0,-7.75,0],"scale":[1.16,1.16,1.16]},"fixed":{"translation":[0,-1,-0.5],"scale":[0.35,0.35,0.35]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/shaman/relik_fire_a.json b/assets/minecraft/models/item/wynn/weapon/shaman/relik_fire_a.json new file mode 100644 index 000000000..f363e6816 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/shaman/relik_fire_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"wynn/weapon/shaman/fire_tier_a","1":"wynn/weapon/anim/flame_small","2":"wynn/weapon/anim/fire_pulse","particle":"wynn/weapon/shaman/fire_tier_a"},"elements":[{"from":[5,18,10.5],"to":[11,20,12.5],"faces":{"north":{"uv":[0,8,3,9],"texture":"#0"},"east":{"uv":[0,8,1,9],"texture":"#0"},"south":{"uv":[0,8,3,9],"texture":"#0"},"west":{"uv":[0,8,1,9],"texture":"#0"},"up":{"uv":[0,9,3,10],"texture":"#0"},"down":{"uv":[0,10,3,11],"texture":"#0"}}},{"from":[3,3,11.5],"to":[8,19,11.6],"rotation":{"angle":-22.5,"axis":"z","origin":[6.5,18,10.5]},"faces":{"north":{"uv":[11,8,13.5,16],"texture":"#0"},"south":{"uv":[13.5,8,11,16],"texture":"#0"}}},{"from":[8,3,11.5],"to":[13,19,11.6],"rotation":{"angle":22.5,"axis":"z","origin":[9.5,18,10.5]},"faces":{"north":{"uv":[8.5,8,11,16],"texture":"#0"},"south":{"uv":[11,8,8.5,16],"texture":"#0"}}},{"from":[3,24,8],"to":[13,32,8.1],"rotation":{"angle":45,"axis":"y","origin":[8,28,8]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[3,24,8],"to":[13,32,8.1],"rotation":{"angle":-45,"axis":"y","origin":[8,28,8]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[6,22,6],"to":[10,23,10],"faces":{"north":{"uv":[13.5,5.5,16,6],"rotation":180,"texture":"#0"},"east":{"uv":[15.5,5.5,16,8],"rotation":90,"texture":"#0"},"south":{"uv":[13.5,7.5,16,8],"texture":"#0"},"west":{"uv":[13.5,5.5,14,8],"rotation":270,"texture":"#0"},"up":{"uv":[13.5,5.5,16,8],"texture":"#0"}}},{"from":[-4.5,18,6.5],"to":[6.5,21,9.5],"faces":{"north":{"uv":[6,0,11.5,1.5],"texture":"#0"},"south":{"uv":[11.5,0,6,1.5],"texture":"#0"},"west":{"uv":[12.5,0,14,1.5],"texture":"#0"},"up":{"uv":[12.5,0,14,5.5],"rotation":270,"texture":"#0"},"down":{"uv":[14,0,15.5,5.5],"rotation":90,"texture":"#0"}}},{"from":[-4.5,15,6.5],"to":[2.5,18,9.5],"faces":{"north":{"uv":[8,1.5,11.5,3],"texture":"#0"},"east":{"uv":[12.5,2,14,3.5],"texture":"#0"},"south":{"uv":[11.5,1.5,8,3],"texture":"#0"},"west":{"uv":[12.5,1.5,14,3],"texture":"#0"},"down":{"uv":[14,2,15.5,5.5],"rotation":270,"texture":"#0"}}},{"from":[9.5,18,6.5],"to":[20.5,21,9.5],"faces":{"north":{"uv":[11.5,0,6,1.5],"texture":"#0"},"east":{"uv":[12.5,0,14,1.5],"texture":"#0"},"south":{"uv":[6,0,11.5,1.5],"texture":"#0"},"up":{"uv":[12.5,0,14,5.5],"rotation":90,"texture":"#0"},"down":{"uv":[14,0,15.5,5.5],"rotation":270,"texture":"#0"}}},{"from":[13.5,15,6.5],"to":[20.5,18,9.5],"faces":{"north":{"uv":[11.5,1.5,8,3],"texture":"#0"},"east":{"uv":[12.5,1.5,14,3],"texture":"#0"},"south":{"uv":[8,1.5,11.5,3],"texture":"#0"},"west":{"uv":[12.5,2,14,3.5],"texture":"#0"},"down":{"uv":[14,2,15.5,5.5],"rotation":90,"texture":"#0"}}},{"from":[5.5,18,5.5],"to":[10.5,22,10.5],"faces":{"north":{"uv":[0,14,2.5,16],"texture":"#0"},"east":{"uv":[2.5,14,5,16],"texture":"#0"},"south":{"uv":[0,14,2.5,16],"texture":"#0"},"west":{"uv":[2.5,14,5,16],"texture":"#0"},"up":{"uv":[0,11.5,2.5,14],"texture":"#0"},"down":{"uv":[2.5,11.5,5,14],"texture":"#0"}}},{"from":[6.5,16,6.5],"to":[9.5,18,9.5],"faces":{"north":{"uv":[3,6.5,4.5,7.5],"texture":"#0"},"east":{"uv":[5,6.5,6.5,7.5],"texture":"#0"},"south":{"uv":[3,6.5,4.5,7.5],"texture":"#0"},"west":{"uv":[5,6.5,6.5,7.5],"texture":"#0"}}},{"from":[5.5,14,5.5],"to":[10.5,17,10.5],"faces":{"north":{"uv":[3,10,5.5,11.5],"texture":"#0"},"east":{"uv":[5.5,10,8,11.5],"texture":"#0"},"south":{"uv":[3,10,5.5,11.5],"texture":"#0"},"west":{"uv":[5.5,10,8,11.5],"texture":"#0"},"up":{"uv":[3,7.5,5.5,10],"texture":"#0"},"down":{"uv":[5.5,7.5,8,10],"texture":"#0"}}},{"from":[6,11,6],"to":[10,14,10],"faces":{"north":{"uv":[3,6,5,7.5],"texture":"#0"},"east":{"uv":[5,6,7,7.5],"texture":"#0"},"south":{"uv":[3,6,5,7.5],"texture":"#0"},"west":{"uv":[5,6,7,7.5],"texture":"#0"},"up":{"uv":[3,4,5,6],"texture":"#0"},"down":{"uv":[5,4,7,6],"texture":"#0"}}},{"from":[6.5,3,6.5],"to":[9.5,11,9.5],"faces":{"north":{"uv":[4.5,0,6,4],"texture":"#0"},"east":{"uv":[3,0,4.5,4],"texture":"#0"},"south":{"uv":[4.5,0,6,4],"texture":"#0"},"west":{"uv":[3,0,4.5,4],"texture":"#0"}}},{"from":[6.5,-12,6.5],"to":[9.5,4,9.5],"faces":{"north":{"uv":[1.5,0,3,8],"texture":"#0"},"east":{"uv":[0,0,1.5,8],"texture":"#0"},"south":{"uv":[1.5,0,3,8],"texture":"#0"},"west":{"uv":[0,0,1.5,8],"texture":"#0"},"down":{"uv":[0,6.5,1.5,8],"texture":"#0"}}},{"from":[0,15,0],"to":[16,15.1,16],"faces":{"up":{"uv":[0,0,16,16],"texture":"#2"},"down":{"uv":[0,0,16,16],"texture":"#2"}}}],"display":{"thirdperson_righthand":{"rotation":[5,100,0],"translation":[-0.5,2.5,2],"scale":[0.5,0.5,0.5]},"thirdperson_lefthand":{"rotation":[5,100,0],"translation":[-0.5,2.5,2],"scale":[0.5,0.5,0.5]},"firstperson_righthand":{"rotation":[0,98,-5],"translation":[0.25,2.25,0.5],"scale":[0.3,0.3,0.3]},"firstperson_lefthand":{"rotation":[0,98,-5],"translation":[0.25,2.25,0.5],"scale":[0.3,0.3,0.3]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.25,0.25,0.25]},"gui":{"rotation":[-20,160,30],"translation":[-0.5,0,0],"scale":[0.4,0.4,0.4]},"fixed":{"translation":[0,0,-0.75],"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/shaman/relik_fire_b.json b/assets/minecraft/models/item/wynn/weapon/shaman/relik_fire_b.json new file mode 100644 index 000000000..b844c5522 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/shaman/relik_fire_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"wynn/weapon/shaman/fire_tier_b","1":"wynn/weapon/anim/flame_medium","2":"wynn/weapon/anim/fire_pulse","particle":"wynn/weapon/shaman/fire_tier_b"},"elements":[{"from":[5,18,10.5],"to":[11,20,12.5],"faces":{"north":{"uv":[0,8,3,9],"texture":"#0"},"east":{"uv":[0,8,1,9],"texture":"#0"},"south":{"uv":[0,8,3,9],"texture":"#0"},"west":{"uv":[0,8,1,9],"texture":"#0"},"up":{"uv":[0,9,3,10],"texture":"#0"},"down":{"uv":[0,10,3,11],"texture":"#0"}}},{"from":[3,3,11.5],"to":[8,19,11.6],"rotation":{"angle":-22.5,"axis":"z","origin":[6.5,18,10.5]},"faces":{"north":{"uv":[11,8,13.5,16],"texture":"#0"},"south":{"uv":[13.5,8,11,16],"texture":"#0"}}},{"from":[8,3,11.5],"to":[13,19,11.6],"rotation":{"angle":22.5,"axis":"z","origin":[9.5,18,10.5]},"faces":{"north":{"uv":[8.5,8,11,16],"texture":"#0"},"south":{"uv":[11,8,8.5,16],"texture":"#0"}}},{"from":[4,24,8],"to":[12,32,8.1],"rotation":{"angle":45,"axis":"y","origin":[8,28,8]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[4,24,8],"to":[12,32,8.1],"rotation":{"angle":-45,"axis":"y","origin":[8,28,8]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[6,22,6],"to":[10,23,10],"faces":{"north":{"uv":[13.5,5.5,16,6],"rotation":180,"texture":"#0"},"east":{"uv":[15.5,5.5,16,8],"rotation":90,"texture":"#0"},"south":{"uv":[13.5,7.5,16,8],"texture":"#0"},"west":{"uv":[13.5,5.5,14,8],"rotation":270,"texture":"#0"},"up":{"uv":[13.5,5.5,16,8],"texture":"#0"}}},{"from":[-5.5,18,6.5],"to":[5.5,21,9.5],"faces":{"north":{"uv":[6,0,11.5,1.5],"texture":"#0"},"south":{"uv":[11.5,0,6,1.5],"texture":"#0"},"west":{"uv":[12.5,0,14,1.5],"texture":"#0"},"up":{"uv":[12.5,0,14,5.5],"rotation":270,"texture":"#0"},"down":{"uv":[14,0,15.5,5.5],"rotation":90,"texture":"#0"}}},{"from":[-6.5,10,6.5],"to":[1.5,20,9.5],"faces":{"north":{"uv":[8,0.5,12,5.5],"texture":"#0"},"east":{"uv":[14,0.5,15.5,5.5],"texture":"#0"},"south":{"uv":[12,0.5,8,5.5],"texture":"#0"},"west":{"uv":[12.5,0.5,14,5.5],"texture":"#0"},"up":{"uv":[12.5,1,14,5.5],"rotation":90,"texture":"#0"},"down":{"uv":[8,4.5,12,5.5],"rotation":180,"texture":"#0"}}},{"from":[10.5,18,6.5],"to":[21.5,21,9.5],"faces":{"north":{"uv":[11.5,0,6,1.5],"texture":"#0"},"east":{"uv":[12.5,0,14,1.5],"texture":"#0"},"south":{"uv":[6,0,11.5,1.5],"texture":"#0"},"up":{"uv":[12.5,0,14,5.5],"rotation":90,"texture":"#0"},"down":{"uv":[14,0,15.5,5.5],"rotation":270,"texture":"#0"}}},{"from":[14.5,10,6.5],"to":[22.5,20,9.5],"faces":{"north":{"uv":[12,0.5,8,5.5],"texture":"#0"},"east":{"uv":[12.5,0.5,14,5.5],"texture":"#0"},"south":{"uv":[8,0.5,12,5.5],"texture":"#0"},"west":{"uv":[14,0.5,15.5,5.5],"texture":"#0"},"up":{"uv":[12.5,1,14,5.5],"rotation":270,"texture":"#0"},"down":{"uv":[8,4.5,12,5.5],"texture":"#0"}}},{"from":[5.5,18,5.5],"to":[10.5,22,10.5],"faces":{"north":{"uv":[0,14,2.5,16],"texture":"#0"},"east":{"uv":[2.5,14,5,16],"texture":"#0"},"south":{"uv":[0,14,2.5,16],"texture":"#0"},"west":{"uv":[2.5,14,5,16],"texture":"#0"},"up":{"uv":[0,11.5,2.5,14],"texture":"#0"},"down":{"uv":[2.5,11.5,5,14],"texture":"#0"}}},{"from":[6.5,16,6.5],"to":[9.5,18,9.5],"faces":{"north":{"uv":[3,6.5,4.5,7.5],"texture":"#0"},"east":{"uv":[5,6.5,6.5,7.5],"texture":"#0"},"south":{"uv":[3,6.5,4.5,7.5],"texture":"#0"},"west":{"uv":[5,6.5,6.5,7.5],"texture":"#0"}}},{"from":[5.5,14,5.5],"to":[10.5,17,10.5],"faces":{"north":{"uv":[3,10,5.5,11.5],"texture":"#0"},"east":{"uv":[5.5,10,8,11.5],"texture":"#0"},"south":{"uv":[3,10,5.5,11.5],"texture":"#0"},"west":{"uv":[5.5,10,8,11.5],"texture":"#0"},"up":{"uv":[3,7.5,5.5,10],"texture":"#0"},"down":{"uv":[5.5,7.5,8,10],"texture":"#0"}}},{"from":[6,11,6],"to":[10,14,10],"faces":{"north":{"uv":[3,6,5,7.5],"texture":"#0"},"east":{"uv":[5,6,7,7.5],"texture":"#0"},"south":{"uv":[3,6,5,7.5],"texture":"#0"},"west":{"uv":[5,6,7,7.5],"texture":"#0"},"up":{"uv":[3,4,5,6],"texture":"#0"},"down":{"uv":[5,4,7,6],"texture":"#0"}}},{"from":[6.5,3,6.5],"to":[9.5,11,9.5],"faces":{"north":{"uv":[4.5,0,6,4],"texture":"#0"},"east":{"uv":[3,0,4.5,4],"texture":"#0"},"south":{"uv":[4.5,0,6,4],"texture":"#0"},"west":{"uv":[3,0,4.5,4],"texture":"#0"}}},{"from":[6,0,6],"to":[10,3,10],"faces":{"north":{"uv":[3,6,5,7.5],"texture":"#0"},"east":{"uv":[5,6,7,7.5],"texture":"#0"},"south":{"uv":[3,6,5,7.5],"texture":"#0"},"west":{"uv":[5,6,7,7.5],"texture":"#0"},"up":{"uv":[3,4,5,6],"texture":"#0"},"down":{"uv":[5,4,7,6],"texture":"#0"}}},{"from":[6.5,-16,6.5],"to":[9.5,0,9.5],"faces":{"north":{"uv":[1.5,0,3,8],"texture":"#0"},"east":{"uv":[0,0,1.5,8],"texture":"#0"},"south":{"uv":[1.5,0,3,8],"texture":"#0"},"west":{"uv":[0,0,1.5,8],"texture":"#0"},"down":{"uv":[0,6.5,1.5,8],"texture":"#0"}}},{"from":[0,15,0],"to":[16,15.1,16],"faces":{"up":{"uv":[0,0,16,16],"texture":"#2"},"down":{"uv":[0,0,16,16],"texture":"#2"}}}],"display":{"thirdperson_righthand":{"rotation":[5,100,0],"translation":[-0.5,4.75,2],"scale":[0.5,0.5,0.5]},"thirdperson_lefthand":{"rotation":[5,100,0],"translation":[-0.5,4.75,2],"scale":[0.5,0.5,0.5]},"firstperson_righthand":{"rotation":[0,98,-5],"translation":[0.5,3,0.5],"scale":[0.3,0.3,0.3]},"firstperson_lefthand":{"rotation":[0,98,-5],"translation":[0.5,3,0.5],"scale":[0.3,0.3,0.3]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.25,0.25,0.25]},"gui":{"rotation":[-20,160,30],"translation":[-0.5,0,0],"scale":[0.4,0.4,0.4]},"fixed":{"translation":[0,0,-0.75],"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/shaman/relik_fire_c.json b/assets/minecraft/models/item/wynn/weapon/shaman/relik_fire_c.json new file mode 100644 index 000000000..5cd12b0bd --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/shaman/relik_fire_c.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"wynn/weapon/shaman/fire_tier_c","1":"wynn/weapon/anim/flame_medium","2":"wynn/weapon/anim/fire_pulse","particle":"wynn/weapon/shaman/fire_tier_c"},"elements":[{"from":[5,18,10.5],"to":[11,20,12.5],"faces":{"north":{"uv":[0,8,3,9],"texture":"#0"},"east":{"uv":[0,8,1,9],"texture":"#0"},"south":{"uv":[0,8,3,9],"texture":"#0"},"west":{"uv":[0,8,1,9],"texture":"#0"},"up":{"uv":[0,9,3,10],"texture":"#0"},"down":{"uv":[0,10,3,11],"texture":"#0"}}},{"from":[3,3,11.5],"to":[8,19,11.6],"rotation":{"angle":-22.5,"axis":"z","origin":[6.5,18,10.5]},"faces":{"north":{"uv":[11,8,13.5,16],"texture":"#0"},"south":{"uv":[13.5,8,11,16],"texture":"#0"}}},{"from":[8,3,11.5],"to":[13,19,11.6],"rotation":{"angle":22.5,"axis":"z","origin":[9.5,18,10.5]},"faces":{"north":{"uv":[8.5,8,11,16],"texture":"#0"},"south":{"uv":[11,8,8.5,16],"texture":"#0"}}},{"from":[4,24,8],"to":[12,32,8.1],"rotation":{"angle":45,"axis":"y","origin":[8,28,8]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[4,24,8],"to":[12,32,8.1],"rotation":{"angle":-45,"axis":"y","origin":[8,28,8]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[6,22,6],"to":[10,23,10],"faces":{"north":{"uv":[13.5,8,16,8.5],"rotation":180,"texture":"#0"},"east":{"uv":[15.5,8,16,10.5],"rotation":90,"texture":"#0"},"south":{"uv":[13.5,10,16,10.5],"texture":"#0"},"west":{"uv":[13.5,8,14,10.5],"rotation":270,"texture":"#0"},"up":{"uv":[13.5,8,16,10.5],"texture":"#0"}}},{"from":[-5.5,18,6.5],"to":[5.5,21,9.5],"faces":{"north":{"uv":[6,1.5,11.5,3],"texture":"#0"},"south":{"uv":[11.5,1.5,6,3],"texture":"#0"},"west":{"uv":[12.5,0,14,1.5],"texture":"#0"},"up":{"uv":[12.5,0,14,5.5],"rotation":270,"texture":"#0"},"down":{"uv":[14,0,15.5,5.5],"rotation":90,"texture":"#0"}}},{"from":[-6.5,13,6.5],"to":[1.5,23,9.5],"faces":{"north":{"uv":[8,0.5,12,5.5],"texture":"#0"},"east":{"uv":[12.5,0.5,14,5.5],"texture":"#0"},"south":{"uv":[12,0.5,8,5.5],"texture":"#0"},"west":{"uv":[12.5,0.5,14,5.5],"texture":"#0"},"up":{"uv":[12.5,1,14,5.5],"rotation":90,"texture":"#0"},"down":{"uv":[8,4.5,12,5.5],"rotation":180,"texture":"#0"}}},{"from":[-6.5,23,6.5],"to":[0.5,24,9.5],"faces":{"north":{"uv":[8.5,0,12,0.5],"texture":"#0"},"east":{"uv":[12.5,0,14,0.5],"texture":"#0"},"south":{"uv":[12,0,8.5,0.5],"texture":"#0"},"west":{"uv":[12.5,0,14,0.5],"texture":"#0"},"up":{"uv":[12.5,1.5,14,5.5],"rotation":90,"texture":"#0"}}},{"from":[10.5,18,6.5],"to":[21.5,21,9.5],"faces":{"north":{"uv":[11.5,1.5,6,3],"texture":"#0"},"east":{"uv":[12.5,0,14,1.5],"texture":"#0"},"south":{"uv":[6,1.5,11.5,3],"texture":"#0"},"up":{"uv":[12.5,0,14,5.5],"rotation":90,"texture":"#0"},"down":{"uv":[14,0,15.5,5.5],"rotation":270,"texture":"#0"}}},{"from":[14.5,13,6.5],"to":[22.5,23,9.5],"faces":{"north":{"uv":[12,0.5,8,5.5],"texture":"#0"},"east":{"uv":[12.5,0.5,14,5.5],"texture":"#0"},"south":{"uv":[8,0.5,12,5.5],"texture":"#0"},"west":{"uv":[14,0.5,15.5,5.5],"texture":"#0"},"up":{"uv":[12.5,1,14,5.5],"rotation":270,"texture":"#0"},"down":{"uv":[8,4.5,12,5.5],"texture":"#0"}}},{"from":[15.5,23,6.5],"to":[22.5,24,9.5],"faces":{"north":{"uv":[12,0,8.5,0.5],"texture":"#0"},"east":{"uv":[12.5,0,14,0.5],"texture":"#0"},"south":{"uv":[8.5,0,12,0.5],"texture":"#0"},"west":{"uv":[12.5,0,14,0.5],"texture":"#0"},"up":{"uv":[12.5,1.5,14,5.5],"rotation":270,"texture":"#0"}}},{"from":[5.5,18,5.5],"to":[10.5,22,10.5],"faces":{"north":{"uv":[0,14,2.5,16],"texture":"#0"},"east":{"uv":[2.5,14,5,16],"texture":"#0"},"south":{"uv":[0,14,2.5,16],"texture":"#0"},"west":{"uv":[2.5,14,5,16],"texture":"#0"},"up":{"uv":[0,11.5,2.5,14],"texture":"#0"},"down":{"uv":[2.5,11.5,5,14],"texture":"#0"}}},{"from":[6,11.5,4.5],"to":[10,15.5,5.5],"faces":{"north":{"uv":[13.5,8,16,10.5],"texture":"#0"},"east":{"uv":[13.5,8,14,10.5],"texture":"#0"},"west":{"uv":[15.5,8,16,10.5],"texture":"#0"},"up":{"uv":[13.5,8,16,8.5],"rotation":180,"texture":"#0"},"down":{"uv":[13.5,10,16,10.5],"rotation":180,"texture":"#0"}}},{"from":[5.5,11,5.5],"to":[10.5,16,10.5],"faces":{"north":{"uv":[5,13.5,7.5,16],"texture":"#0"},"east":{"uv":[0,13.5,2.5,16],"texture":"#0"},"south":{"uv":[0,13.5,2.5,16],"texture":"#0"},"west":{"uv":[0,13.5,2.5,16],"texture":"#0"},"up":{"uv":[0,11.5,2.5,14],"texture":"#0"},"down":{"uv":[2.5,11.5,5,14],"texture":"#0"}}},{"from":[0.25,5.75,5],"to":[16.25,21.75,5.1],"faces":{"north":{"uv":[0,0,16,16],"rotation":180,"texture":"#2"},"south":{"uv":[0,0,16,16],"texture":"#2"}}},{"from":[6.5,16,6.5],"to":[9.5,18,9.5],"faces":{"north":{"uv":[3,6.5,4.5,7.5],"texture":"#0"},"east":{"uv":[5,6.5,6.5,7.5],"texture":"#0"},"south":{"uv":[3,6.5,4.5,7.5],"texture":"#0"},"west":{"uv":[5,6.5,6.5,7.5],"texture":"#0"}}},{"from":[6,6,6],"to":[10,9,10],"faces":{"north":{"uv":[3,6,5,7.5],"texture":"#0"},"east":{"uv":[5,6,7,7.5],"texture":"#0"},"south":{"uv":[3,6,5,7.5],"texture":"#0"},"west":{"uv":[5,6,7,7.5],"texture":"#0"},"up":{"uv":[3,4,5,6],"texture":"#0"},"down":{"uv":[5,4,7,6],"texture":"#0"}}},{"from":[5.5,3,5.5],"to":[10.5,6,10.5],"faces":{"north":{"uv":[3,10,5.5,11.5],"texture":"#0"},"east":{"uv":[5.5,10,8,11.5],"texture":"#0"},"south":{"uv":[3,10,5.5,11.5],"texture":"#0"},"west":{"uv":[5.5,10,8,11.5],"texture":"#0"},"up":{"uv":[3,7.5,5.5,10],"texture":"#0"},"down":{"uv":[5.5,7.5,8,10],"texture":"#0"}}},{"from":[6,0,6],"to":[10,3,10],"faces":{"north":{"uv":[3,6,5,7.5],"texture":"#0"},"east":{"uv":[5,6,7,7.5],"texture":"#0"},"south":{"uv":[3,6,5,7.5],"texture":"#0"},"west":{"uv":[5,6,7,7.5],"texture":"#0"},"up":{"uv":[3,4,5,6],"texture":"#0"},"down":{"uv":[5,4,7,6],"texture":"#0"}}},{"from":[6.5,3,6.5],"to":[9.5,11,9.5],"faces":{"north":{"uv":[4.5,0,6,4],"texture":"#0"},"east":{"uv":[3,0,4.5,4],"texture":"#0"},"south":{"uv":[4.5,0,6,4],"texture":"#0"},"west":{"uv":[3,0,4.5,4],"texture":"#0"}}},{"from":[6.5,-16,6.5],"to":[9.5,0,9.5],"faces":{"north":{"uv":[1.5,0,3,8],"texture":"#0"},"east":{"uv":[0,0,1.5,8],"texture":"#0"},"south":{"uv":[1.5,0,3,8],"texture":"#0"},"west":{"uv":[0,0,1.5,8],"texture":"#0"}}},{"from":[4.5,-14,7],"to":[11.5,-11,9],"faces":{"north":{"uv":[5,12,8.5,13.5],"texture":"#0"},"east":{"uv":[5,12,6,13.5],"texture":"#0"},"south":{"uv":[5,12,8.5,13.5],"texture":"#0"},"west":{"uv":[7.5,12,8.5,13.5],"texture":"#0"},"up":{"uv":[5,12,8.5,13],"texture":"#0"},"down":{"uv":[5,12.5,8.5,13.5],"texture":"#0"}}},{"from":[6,-16,6],"to":[10,-13,10],"faces":{"north":{"uv":[3,6,5,7.5],"texture":"#0"},"east":{"uv":[5,6,7,7.5],"texture":"#0"},"south":{"uv":[3,6,5,7.5],"texture":"#0"},"west":{"uv":[5,6,7,7.5],"texture":"#0"},"up":{"uv":[3,4,5,6],"texture":"#0"},"down":{"uv":[5,4,7,6],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[5,100,0],"translation":[-0.5,5.25,2],"scale":[0.53,0.53,0.53]},"thirdperson_lefthand":{"rotation":[5,100,0],"translation":[-0.5,5.25,2],"scale":[0.53,0.53,0.53]},"firstperson_righthand":{"rotation":[0,101,-10],"translation":[0.25,3.75,0.5],"scale":[0.35,0.35,0.35]},"firstperson_lefthand":{"rotation":[0,101,-10],"translation":[0.25,3.75,0.5],"scale":[0.35,0.35,0.35]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.26,0.26,0.26]},"gui":{"rotation":[-20,160,30],"translation":[-0.75,0.25,0],"scale":[0.4,0.4,0.4]},"fixed":{"translation":[0,0,-0.75],"scale":[0.52,0.52,0.52]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/shaman/relik_multi_a.json b/assets/minecraft/models/item/wynn/weapon/shaman/relik_multi_a.json new file mode 100644 index 000000000..c62af9ed3 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/shaman/relik_multi_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"wynn/weapon/shaman/multi_tier_a_0","2":"wynn/weapon/shaman/multi_tier_a_1","particle":"wynn/weapon/shaman/multi_tier_a_0"},"elements":[{"from":[16,-1,7.5],"to":[20,15,7.6],"faces":{"north":{"uv":[0,0,4,16],"texture":"#2"},"south":{"uv":[4,0,0,16],"texture":"#2"}}},{"from":[11,-3,7.5],"to":[15,13,7.6],"faces":{"north":{"uv":[4,0,8,16],"texture":"#2"},"south":{"uv":[8,0,4,16],"texture":"#2"}}},{"from":[1,-3,7.5],"to":[5,13,7.6],"rotation":{"angle":0,"axis":"y","origin":[7.5,8,8]},"faces":{"north":{"uv":[8,0,12,16],"texture":"#2"},"south":{"uv":[12,0,8,16],"texture":"#2"}}},{"from":[-4,-1,7.5],"to":[0,15,7.6],"faces":{"north":{"uv":[12,0,16,16],"texture":"#2"},"south":{"uv":[16,0,12,16],"texture":"#2"}}},{"from":[-5,13,6.5],"to":[6,18,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,13,8]},"faces":{"north":{"uv":[3,2,14,7],"texture":"#0"},"south":{"uv":[14,2,3,7],"texture":"#0"},"west":{"uv":[13,3,16,7],"texture":"#0"},"up":{"uv":[4,7,15,10],"rotation":180,"texture":"#0"},"down":{"uv":[3,4,14,7],"rotation":180,"texture":"#0"}}},{"from":[-2,17,6.5],"to":[6,20,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,13,8]},"faces":{"north":{"uv":[3,0,11,3],"texture":"#0"},"south":{"uv":[11,0,3,3],"texture":"#0"},"west":{"uv":[11,0,14,3],"texture":"#0"},"up":{"uv":[7,7,15,10],"rotation":180,"texture":"#0"}}},{"from":[10,13,6.5],"to":[21,18,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,13,8]},"faces":{"north":{"uv":[14,2,3,7],"texture":"#0"},"east":{"uv":[13,3,16,7],"texture":"#0"},"south":{"uv":[3,2,14,7],"texture":"#0"},"up":{"uv":[4,7,15,10],"texture":"#0"},"down":{"uv":[3,4,14,7],"texture":"#0"}}},{"from":[10,17,6.5],"to":[18,20,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,13,8]},"faces":{"north":{"uv":[11,0,3,3],"texture":"#0"},"east":{"uv":[11,0,14,3],"texture":"#0"},"south":{"uv":[3,0,11,3],"texture":"#0"},"up":{"uv":[7,7,15,10],"texture":"#0"}}},{"from":[6,13,6],"to":[10,20,10],"rotation":{"angle":0,"axis":"y","origin":[8,13,8]},"faces":{"north":{"uv":[3,7,7,14],"texture":"#0"},"east":{"uv":[7,7,3,14],"texture":"#0"},"south":{"uv":[3,7,7,14],"texture":"#0"},"west":{"uv":[7,7,3,14],"texture":"#0"},"up":{"uv":[7,10,11,14],"texture":"#0"},"down":{"uv":[11,10,15,14],"rotation":180,"texture":"#0"}}},{"from":[6.5,5,6.5],"to":[9.5,13,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,14,8]},"faces":{"north":{"uv":[0,0,3,8],"texture":"#0"},"east":{"uv":[3,0,0,8],"texture":"#0"},"south":{"uv":[0,0,3,8],"texture":"#0"},"west":{"uv":[3,0,0,8],"texture":"#0"}}},{"from":[6,3,6],"to":[10,5,10],"faces":{"north":{"uv":[3,14,7,16],"texture":"#0"},"east":{"uv":[7,14,11,16],"texture":"#0"},"south":{"uv":[3,14,7,16],"texture":"#0"},"west":{"uv":[7,14,11,16],"texture":"#0"},"up":{"uv":[7,10,11,14],"texture":"#0"},"down":{"uv":[11,10,15,14],"rotation":180,"texture":"#0"}}},{"from":[6.5,-10,6.5],"to":[9.5,5,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,14,8]},"faces":{"north":{"uv":[0,1,3,16],"texture":"#0"},"east":{"uv":[3,1,0,16],"texture":"#0"},"south":{"uv":[0,1,3,16],"texture":"#0"},"west":{"uv":[3,1,0,16],"texture":"#0"},"down":{"uv":[7,7,10,10],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[5,100,0],"translation":[0,2.75,1.75],"scale":[0.55,0.55,0.55]},"thirdperson_lefthand":{"rotation":[5,100,0],"translation":[0,2.75,1.75],"scale":[0.55,0.55,0.55]},"firstperson_righthand":{"rotation":[-10,95,5],"translation":[5,2,-5],"scale":[0.7,0.7,0.7]},"firstperson_lefthand":{"rotation":[-10,95,5],"translation":[5,2,-5],"scale":[0.7,0.7,0.7]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.4,0.4,0.4]},"gui":{"rotation":[-20,160,30],"translation":[-0.25,0.75,0],"scale":[0.45,0.45,0.45]},"fixed":{"translation":[0,0.5,-0.75],"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/shaman/relik_multi_b.json b/assets/minecraft/models/item/wynn/weapon/shaman/relik_multi_b.json new file mode 100644 index 000000000..8c865bf95 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/shaman/relik_multi_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"wynn/weapon/shaman/multi_tier_a_0","2":"wynn/weapon/shaman/multi_tier_a_1","3":"wynn/weapon/shaman/multi_tier_b","particle":"wynn/weapon/shaman/multi_tier_a_0"},"elements":[{"from":[16.5,4,7.5],"to":[20.5,20,7.6],"rotation":{"angle":0,"axis":"y","origin":[8,13,8]},"faces":{"north":{"uv":[0,0,4,16],"texture":"#2"},"south":{"uv":[4,0,0,16],"texture":"#2"}}},{"from":[11.5,2,7.5],"to":[15.5,18,7.6],"rotation":{"angle":0,"axis":"y","origin":[8,13,8]},"faces":{"north":{"uv":[4,0,8,16],"texture":"#2"},"south":{"uv":[8,0,4,16],"texture":"#2"}}},{"from":[0.5,2,7.5],"to":[4.5,18,7.6],"rotation":{"angle":0,"axis":"y","origin":[8,13,8]},"faces":{"north":{"uv":[8,0,12,16],"texture":"#2"},"south":{"uv":[12,0,8,16],"texture":"#2"}}},{"from":[-4.5,4,7.5],"to":[-0.5,20,7.6],"rotation":{"angle":0,"axis":"y","origin":[8,13,8]},"faces":{"north":{"uv":[12,0,16,16],"texture":"#2"},"south":{"uv":[16,0,12,16],"texture":"#2"}}},{"from":[-5.5,18,6.5],"to":[5.5,23,9.5],"rotation":{"angle":0,"axis":"y","origin":[7.5,18,8]},"faces":{"north":{"uv":[3,2,14,7],"texture":"#0"},"south":{"uv":[14,2,3,7],"texture":"#0"},"west":{"uv":[13,3,16,7],"texture":"#0"},"up":{"uv":[4,7,15,10],"rotation":180,"texture":"#0"},"down":{"uv":[3,4,14,7],"rotation":180,"texture":"#0"}}},{"from":[-2.5,22,6.5],"to":[5.5,25,9.5],"rotation":{"angle":0,"axis":"y","origin":[7.5,18,8]},"faces":{"north":{"uv":[3,0,11,3],"texture":"#0"},"south":{"uv":[11,0,3,3],"texture":"#0"},"west":{"uv":[11,0,14,3],"texture":"#0"},"up":{"uv":[7,7,15,10],"rotation":180,"texture":"#0"}}},{"from":[10.5,18,6.5],"to":[21.5,23,9.5],"rotation":{"angle":0,"axis":"y","origin":[8.5,18,8]},"faces":{"north":{"uv":[14,2,3,7],"texture":"#0"},"east":{"uv":[13,3,16,7],"texture":"#0"},"south":{"uv":[3,2,14,7],"texture":"#0"},"up":{"uv":[4,7,15,10],"texture":"#0"},"down":{"uv":[3,4,14,7],"texture":"#0"}}},{"from":[10.5,22,6.5],"to":[18.5,25,9.5],"rotation":{"angle":0,"axis":"y","origin":[8.5,18,8]},"faces":{"north":{"uv":[11,0,3,3],"texture":"#0"},"east":{"uv":[11,0,14,3],"texture":"#0"},"south":{"uv":[3,0,11,3],"texture":"#0"},"up":{"uv":[7,7,15,10],"texture":"#0"}}},{"from":[6,18,6],"to":[10,28,10],"rotation":{"angle":0,"axis":"y","origin":[8,18,8]},"faces":{"north":{"uv":[0,0,4,10],"texture":"#3"},"east":{"uv":[4,0,0,10],"texture":"#3"},"south":{"uv":[0,0,4,10],"texture":"#3"},"west":{"uv":[4,0,0,10],"texture":"#3"},"up":{"uv":[6,0,10,4],"texture":"#3"},"down":{"uv":[0,6,4,10],"rotation":180,"texture":"#3"}}},{"from":[5.5,22,5.5],"to":[10.5,25,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,18,8]},"faces":{"north":{"uv":[0,3,5,6],"texture":"#3"},"east":{"uv":[5,3,0,6],"texture":"#3"},"south":{"uv":[0,3,5,6],"texture":"#3"},"west":{"uv":[5,3,0,6],"texture":"#3"},"up":{"uv":[5,0,10,5],"texture":"#3"},"down":{"uv":[5,5,10,10],"rotation":180,"texture":"#3"}}},{"from":[5.5,19,6.5],"to":[10.5,22,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,18,8]},"faces":{"north":{"uv":[5,7,10,10],"texture":"#3"},"south":{"uv":[5,7,10,10],"texture":"#3"},"down":{"uv":[5,7,10,10],"rotation":180,"texture":"#3"}}},{"from":[6.5,10,6.5],"to":[9.5,18,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,19,8]},"faces":{"north":{"uv":[0,0,3,8],"texture":"#0"},"east":{"uv":[3,0,0,8],"texture":"#0"},"south":{"uv":[0,0,3,8],"texture":"#0"},"west":{"uv":[3,0,0,8],"texture":"#0"}}},{"from":[6,8,6],"to":[10,10,10],"rotation":{"angle":0,"axis":"y","origin":[8,13,8]},"faces":{"north":{"uv":[3,14,7,16],"texture":"#0"},"east":{"uv":[7,14,11,16],"texture":"#0"},"south":{"uv":[3,14,7,16],"texture":"#0"},"west":{"uv":[7,14,11,16],"texture":"#0"},"up":{"uv":[7,10,11,14],"texture":"#0"},"down":{"uv":[11,10,15,14],"rotation":180,"texture":"#0"}}},{"from":[6.5,-5,6.5],"to":[9.5,10,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,19,8]},"faces":{"north":{"uv":[0,1,3,16],"texture":"#0"},"east":{"uv":[3,1,0,16],"texture":"#0"},"south":{"uv":[0,1,3,16],"texture":"#0"},"west":{"uv":[3,1,0,16],"texture":"#0"},"down":{"uv":[7,7,10,10],"texture":"#0"}}},{"from":[6,-8,6],"to":[10,-5,10],"rotation":{"angle":0,"axis":"y","origin":[8,13,8]},"faces":{"north":{"uv":[3,11,7,14],"texture":"#0"},"east":{"uv":[3,11,7,14],"texture":"#0"},"south":{"uv":[3,11,7,14],"texture":"#0"},"west":{"uv":[3,11,7,14],"texture":"#0"},"up":{"uv":[7,10,11,14],"texture":"#0"},"down":{"uv":[11,10,15,14],"rotation":180,"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[5,100,0],"translation":[0,0.5,1.75],"scale":[0.55,0.55,0.55]},"thirdperson_lefthand":{"rotation":[5,100,0],"translation":[0,0.5,1.75],"scale":[0.55,0.55,0.55]},"firstperson_righthand":{"rotation":[-10,98,5],"translation":[4.5,1.5,-5],"scale":[0.7,0.7,0.7]},"firstperson_lefthand":{"rotation":[-10,98,5],"translation":[4.5,1.5,-5],"scale":[0.7,0.7,0.7]},"ground":{"rotation":[45,45,0],"translation":[0,5,0],"scale":[0.4,0.4,0.4]},"gui":{"rotation":[-20,160,30],"translation":[-1,-0.5,0],"scale":[0.45,0.45,0.45]},"fixed":{"translation":[0,0,-0.75],"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/shaman/relik_multi_c.json b/assets/minecraft/models/item/wynn/weapon/shaman/relik_multi_c.json new file mode 100644 index 000000000..02a62c809 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/shaman/relik_multi_c.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"wynn/weapon/shaman/multi_tier_c","2":"wynn/weapon/shaman/multi_tier_a_1","3":"wynn/weapon/shaman/multi_tier_b","particle":"wynn/weapon/shaman/multi_tier_c"},"elements":[{"from":[16.5,-1,7.5],"to":[20.5,15,7.6],"faces":{"north":{"uv":[0,0,4,16],"texture":"#2"},"south":{"uv":[4,0,0,16],"texture":"#2"}}},{"from":[11.5,-3,7.5],"to":[15.5,13,7.6],"faces":{"north":{"uv":[4,0,8,16],"texture":"#2"},"south":{"uv":[8,0,4,16],"texture":"#2"}}},{"from":[0.5,-3,7.5],"to":[4.5,13,7.6],"faces":{"north":{"uv":[8,0,12,16],"texture":"#2"},"south":{"uv":[12,0,8,16],"texture":"#2"}}},{"from":[-4.5,-1,7.5],"to":[-0.5,15,7.6],"faces":{"north":{"uv":[12,0,16,16],"texture":"#2"},"south":{"uv":[16,0,12,16],"texture":"#2"}}},{"from":[-5.5,13,6.5],"to":[5.5,18,9.5],"rotation":{"angle":0,"axis":"y","origin":[7.5,13,8]},"faces":{"north":{"uv":[3,2,14,7],"texture":"#0"},"east":{"uv":[3,2,6,7],"texture":"#0"},"south":{"uv":[14,2,3,7],"texture":"#0"},"west":{"uv":[13,3,16,7],"texture":"#0"},"up":{"uv":[4,7,15,10],"rotation":180,"texture":"#0"},"down":{"uv":[3,4,14,7],"rotation":180,"texture":"#0"}}},{"from":[-2.5,17,6.5],"to":[5.5,20,9.5],"rotation":{"angle":0,"axis":"y","origin":[7.5,13,8]},"faces":{"north":{"uv":[3,0,11,3],"texture":"#0"},"south":{"uv":[11,0,3,3],"texture":"#0"},"west":{"uv":[11,0,14,3],"texture":"#0"},"up":{"uv":[7,7,15,10],"rotation":180,"texture":"#0"}}},{"from":[10.5,13,6.5],"to":[21.5,18,9.5],"rotation":{"angle":0,"axis":"y","origin":[8.5,13,8]},"faces":{"north":{"uv":[14,2,3,7],"texture":"#0"},"east":{"uv":[13,3,16,7],"texture":"#0"},"south":{"uv":[3,2,14,7],"texture":"#0"},"west":{"uv":[3,2,6,7],"texture":"#0"},"up":{"uv":[4,7,15,10],"texture":"#0"},"down":{"uv":[3,4,14,7],"texture":"#0"}}},{"from":[10.5,17,6.5],"to":[18.5,20,9.5],"rotation":{"angle":0,"axis":"y","origin":[8.5,13,8]},"faces":{"north":{"uv":[11,0,3,3],"texture":"#0"},"east":{"uv":[11,0,14,3],"texture":"#0"},"south":{"uv":[3,0,11,3],"texture":"#0"},"up":{"uv":[7,7,15,10],"texture":"#0"}}},{"from":[7,23,7],"to":[9,32,9],"rotation":{"angle":0,"axis":"y","origin":[8,13,8]},"faces":{"north":{"uv":[0,10,9,12],"rotation":270,"texture":"#3"},"east":{"uv":[0,12,9,10],"rotation":270,"texture":"#3"},"south":{"uv":[0,10,9,12],"rotation":270,"texture":"#3"},"west":{"uv":[0,12,9,10],"rotation":270,"texture":"#3"},"up":{"uv":[0,12,2,14],"rotation":270,"texture":"#3"}}},{"from":[4,21,7],"to":[6,23,9],"rotation":{"angle":0,"axis":"y","origin":[8,13,8]},"faces":{"north":{"uv":[13,14,15,16],"texture":"#3"},"east":{"uv":[13,14,15,16],"texture":"#3"},"south":{"uv":[15,14,13,16],"texture":"#3"},"west":{"uv":[13,14,15,16],"texture":"#3"},"up":{"uv":[13,14,15,16],"rotation":180,"texture":"#3"},"down":{"uv":[13,14,15,16],"texture":"#3"}}},{"from":[7,21,10],"to":[9,23,12],"rotation":{"angle":0,"axis":"y","origin":[8,13,8]},"faces":{"north":{"uv":[13,14,15,16],"texture":"#3"},"east":{"uv":[15,14,13,16],"texture":"#3"},"south":{"uv":[13,14,15,16],"texture":"#3"},"west":{"uv":[13,14,15,16],"texture":"#3"},"up":{"uv":[13,14,15,16],"rotation":90,"texture":"#3"},"down":{"uv":[13,14,15,16],"rotation":90,"texture":"#3"}}},{"from":[3,22,7],"to":[4,26,9],"rotation":{"angle":0,"axis":"y","origin":[8,13,8]},"faces":{"north":{"uv":[15,11,16,15],"texture":"#3"},"east":{"uv":[15,11,16,15],"texture":"#3"},"south":{"uv":[15,11,16,15],"texture":"#3"},"west":{"uv":[15,11,16,15],"texture":"#3"},"up":{"uv":[15,11,16,12],"texture":"#3"},"down":{"uv":[15,14,16,15],"texture":"#3"}}},{"from":[7,22,12],"to":[9,26,13],"rotation":{"angle":0,"axis":"y","origin":[8,13,8]},"faces":{"north":{"uv":[15,11,16,15],"texture":"#3"},"east":{"uv":[15,11,16,15],"texture":"#3"},"south":{"uv":[15,11,16,15],"texture":"#3"},"west":{"uv":[15,11,16,15],"texture":"#3"},"up":{"uv":[15,11,16,12],"rotation":270,"texture":"#3"},"down":{"uv":[15,14,16,15],"rotation":90,"texture":"#3"}}},{"from":[12,22,7],"to":[13,26,9],"rotation":{"angle":0,"axis":"y","origin":[8,13,8]},"faces":{"north":{"uv":[15,11,16,15],"texture":"#3"},"east":{"uv":[15,11,16,15],"texture":"#3"},"south":{"uv":[15,11,16,15],"texture":"#3"},"west":{"uv":[15,11,16,15],"texture":"#3"},"up":{"uv":[15,11,16,12],"rotation":180,"texture":"#3"},"down":{"uv":[15,14,16,15],"rotation":180,"texture":"#3"}}},{"from":[7,22,3],"to":[9,26,4],"rotation":{"angle":0,"axis":"y","origin":[8,13,8]},"faces":{"north":{"uv":[15,11,16,15],"texture":"#3"},"east":{"uv":[15,11,16,15],"texture":"#3"},"south":{"uv":[15,11,16,15],"texture":"#3"},"west":{"uv":[15,11,16,15],"texture":"#3"},"up":{"uv":[15,11,16,12],"rotation":90,"texture":"#3"},"down":{"uv":[15,14,16,15],"rotation":270,"texture":"#3"}}},{"from":[10,21,7],"to":[12,23,9],"rotation":{"angle":0,"axis":"y","origin":[8,13,8]},"faces":{"north":{"uv":[15,14,13,16],"texture":"#3"},"east":{"uv":[13,14,15,16],"texture":"#3"},"south":{"uv":[13,14,15,16],"texture":"#3"},"west":{"uv":[13,14,15,16],"texture":"#3"},"up":{"uv":[13,14,15,16],"texture":"#3"},"down":{"uv":[13,14,15,16],"rotation":180,"texture":"#3"}}},{"from":[7,21,4],"to":[9,23,6],"rotation":{"angle":0,"axis":"y","origin":[8,13,8]},"faces":{"north":{"uv":[13,14,15,16],"texture":"#3"},"east":{"uv":[13,14,15,16],"texture":"#3"},"south":{"uv":[13,14,15,16],"texture":"#3"},"west":{"uv":[15,14,13,16],"texture":"#3"},"up":{"uv":[13,14,15,16],"rotation":270,"texture":"#3"},"down":{"uv":[13,14,15,16],"rotation":270,"texture":"#3"}}},{"from":[6,24,6],"to":[10,28,10],"rotation":{"angle":0,"axis":"y","origin":[8,13,8]},"faces":{"north":{"uv":[12,0,16,4],"texture":"#3"},"east":{"uv":[12,0,16,4],"texture":"#3"},"south":{"uv":[12,0,16,4],"texture":"#3"},"west":{"uv":[12,0,16,4],"texture":"#3"},"up":{"uv":[12,0,16,4],"texture":"#3"},"down":{"uv":[12,0,16,4],"texture":"#3"}}},{"from":[6,13,6],"to":[10,23,10],"rotation":{"angle":0,"axis":"y","origin":[8,13,8]},"faces":{"north":{"uv":[0,0,4,10],"texture":"#3"},"east":{"uv":[4,0,0,10],"texture":"#3"},"south":{"uv":[0,0,4,10],"texture":"#3"},"west":{"uv":[4,0,0,10],"texture":"#3"},"up":{"uv":[6,0,10,4],"texture":"#3"},"down":{"uv":[5,6,9,10],"rotation":180,"texture":"#3"}}},{"from":[5.5,17,5.5],"to":[10.5,20,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,13,8]},"faces":{"north":{"uv":[0,3,5,6],"texture":"#3"},"east":{"uv":[5,3,0,6],"texture":"#3"},"south":{"uv":[0,3,5,6],"texture":"#3"},"west":{"uv":[5,3,0,6],"texture":"#3"},"up":{"uv":[5,0,10,5],"texture":"#3"},"down":{"uv":[5,5,10,10],"rotation":180,"texture":"#3"}}},{"from":[5.5,14,6.5],"to":[10.5,17,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,13,8]},"faces":{"north":{"uv":[5,7,10,10],"texture":"#3"},"south":{"uv":[5,7,10,10],"texture":"#3"},"down":{"uv":[5,7,10,10],"rotation":180,"texture":"#3"}}},{"from":[6.5,5,6.5],"to":[9.5,13,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,14,8]},"faces":{"north":{"uv":[0,0,3,8],"texture":"#0"},"east":{"uv":[3,0,0,8],"texture":"#0"},"south":{"uv":[0,0,3,8],"texture":"#0"},"west":{"uv":[3,0,0,8],"texture":"#0"}}},{"from":[6,3,6],"to":[10,5,10],"faces":{"north":{"uv":[3,14,7,16],"texture":"#0"},"east":{"uv":[7,14,11,16],"texture":"#0"},"south":{"uv":[3,14,7,16],"texture":"#0"},"west":{"uv":[7,14,11,16],"texture":"#0"},"up":{"uv":[7,10,11,14],"texture":"#0"},"down":{"uv":[11,10,15,14],"rotation":180,"texture":"#0"}}},{"from":[6.5,-10,6.5],"to":[9.5,5,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,14,8]},"faces":{"north":{"uv":[0,1,3,16],"texture":"#0"},"east":{"uv":[3,1,0,16],"texture":"#0"},"south":{"uv":[0,1,3,16],"texture":"#0"},"west":{"uv":[3,1,0,16],"texture":"#0"}}},{"from":[6,-10,6],"to":[10,-8,10],"rotation":{"angle":0,"axis":"y","origin":[8,13,8]},"faces":{"north":{"uv":[3,14,7,16],"texture":"#0"},"east":{"uv":[7,14,11,16],"texture":"#0"},"south":{"uv":[3,14,7,16],"texture":"#0"},"west":{"uv":[7,14,11,16],"texture":"#0"},"up":{"uv":[7,10,11,14],"texture":"#0"},"down":{"uv":[11,10,15,14],"rotation":180,"texture":"#0"}}},{"from":[5,-12,7],"to":[11,-10,9],"faces":{"north":{"uv":[10,5,16,7],"texture":"#3"},"east":{"uv":[10,5,11,7],"texture":"#3"},"south":{"uv":[16,5,10,7],"texture":"#3"},"west":{"uv":[14,5,16,7],"texture":"#3"},"up":{"uv":[10,5,16,6],"texture":"#3"},"down":{"uv":[4,6,10,8],"texture":"#3"}}},{"from":[5,-14,7],"to":[7,-12,9],"faces":{"north":{"uv":[14,7,16,9],"texture":"#3"},"east":{"uv":[14,7,15,9],"texture":"#3"},"south":{"uv":[16,7,14,9],"texture":"#3"},"west":{"uv":[15,7,16,9],"texture":"#3"}}},{"from":[9,-14,7],"to":[11,-12,9],"faces":{"north":{"uv":[10,7,12,9],"texture":"#3"},"east":{"uv":[10,7,11,9],"texture":"#3"},"south":{"uv":[12,7,10,9],"texture":"#3"},"west":{"uv":[8,8,10,10],"texture":"#3"}}},{"from":[5,-16,7],"to":[11,-14,9],"faces":{"north":{"uv":[10,9,16,11],"texture":"#3"},"east":{"uv":[10,9,11,11],"texture":"#3"},"south":{"uv":[16,9,10,11],"texture":"#3"},"west":{"uv":[15,9,16,11],"texture":"#3"},"up":{"uv":[10,9,16,10],"texture":"#3"},"down":{"uv":[4,6,10,8],"texture":"#3"}}}],"display":{"thirdperson_righthand":{"rotation":[5,100,0],"translation":[0,5.5,1.75],"scale":[0.6,0.6,0.6]},"thirdperson_lefthand":{"rotation":[5,100,0],"translation":[0,5.5,1.75],"scale":[0.6,0.6,0.6]},"firstperson_righthand":{"rotation":[-10,100,0],"translation":[5,1,-5],"scale":[0.7,0.7,0.7]},"firstperson_lefthand":{"rotation":[-10,100,0],"translation":[5,1,-5],"scale":[0.7,0.7,0.7]},"ground":{"rotation":[45,45,0],"translation":[0,5.5,0],"scale":[0.38,0.38,0.38]},"gui":{"rotation":[-20,160,30],"scale":[0.43,0.43,0.43]},"fixed":{"translation":[0,0.5,-0.75],"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/shaman/relik_thunder_a.json b/assets/minecraft/models/item/wynn/weapon/shaman/relik_thunder_a.json new file mode 100644 index 000000000..40da06d09 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/shaman/relik_thunder_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"wynn/weapon/shaman/thunder_tier_b_0","1":"wynn/weapon/shaman/thunder_tier_b_1","2":"wynn/weapon/anim/thunder_pulse","4":"wynn/weapon/shaman/thunder_tier_a","5":"wynn/weapon/shaman/thunder_tier_c","particle":"wynn/weapon/shaman/thunder_tier_b_0"},"elements":[{"from":[3,15.5,6.5],"to":[6,18.5,9.5],"rotation":{"angle":0,"axis":"z","origin":[8,17,8]},"faces":{"north":{"uv":[0,0,3,3],"texture":"#1"},"south":{"uv":[3,0,0,3],"texture":"#1"},"up":{"uv":[13,8,16,11],"rotation":270,"texture":"#1"},"down":{"uv":[4,0,7,3],"rotation":90,"texture":"#1"}}},{"from":[-3,11.5,6.5],"to":[3,18.5,9.5],"faces":{"north":{"uv":[7,4,13,11],"texture":"#5"},"east":{"uv":[2,4,5,11],"texture":"#5"},"south":{"uv":[13,4,7,11],"texture":"#5"},"west":{"uv":[13,4,16,11],"texture":"#5"},"up":{"uv":[13,4,16,10],"rotation":270,"texture":"#5"},"down":{"uv":[7,8,13,11],"rotation":180,"texture":"#5"}}},{"from":[10,15.5,6.5],"to":[13,18.5,9.5],"rotation":{"angle":0,"axis":"z","origin":[8,17,8]},"faces":{"north":{"uv":[3,0,0,3],"texture":"#1"},"south":{"uv":[0,0,3,3],"texture":"#1"},"up":{"uv":[13,8,16,11],"rotation":90,"texture":"#1"},"down":{"uv":[4,0,7,3],"rotation":270,"texture":"#1"}}},{"from":[13,11.5,6.5],"to":[19,18.5,9.5],"faces":{"north":{"uv":[13,4,7,11],"texture":"#5"},"east":{"uv":[13,4,16,11],"texture":"#5"},"south":{"uv":[7,4,13,11],"texture":"#5"},"west":{"uv":[2,4,5,11],"texture":"#5"},"up":{"uv":[13,4,16,10],"rotation":90,"texture":"#5"},"down":{"uv":[7,8,13,11],"texture":"#5"}}},{"from":[5.5,14.5,6],"to":[10.5,19.5,10],"rotation":{"angle":45,"axis":"z","origin":[8,17,8]},"faces":{"north":{"uv":[0,11,5,16],"texture":"#1"},"east":{"uv":[5,11,9,16],"texture":"#1"},"south":{"uv":[0,11,5,16],"rotation":90,"texture":"#1"},"west":{"uv":[9,11,14,15],"rotation":90,"texture":"#1"},"up":{"uv":[5,11,9,16],"rotation":90,"texture":"#1"},"down":{"uv":[9,11,14,15],"rotation":180,"texture":"#1"}}},{"from":[6.5,-1,6.5],"to":[9.5,15,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,7.5,8]},"faces":{"north":{"uv":[0,0,3,16],"texture":"#0"},"east":{"uv":[3,0,6,16],"texture":"#0"},"south":{"uv":[0,0,3,16],"texture":"#0"},"west":{"uv":[3,0,6,16],"texture":"#0"}}},{"from":[6.5,-7,6.5],"to":[9.5,-1,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,7.5,8]},"faces":{"north":{"uv":[0,0,3,6],"texture":"#0"},"east":{"uv":[3,0,6,6],"texture":"#0"},"south":{"uv":[0,0,3,6],"texture":"#0"},"west":{"uv":[3,0,6,6],"texture":"#0"}}},{"from":[6,7,6],"to":[10,11,10],"rotation":{"angle":0,"axis":"y","origin":[8,7.5,8]},"faces":{"north":{"uv":[0,3,4,7],"texture":"#1"},"east":{"uv":[0,7,4,11],"texture":"#1"},"south":{"uv":[0,3,4,7],"texture":"#1"},"west":{"uv":[0,7,4,11],"texture":"#1"},"up":{"uv":[0,3,4,7],"texture":"#1"},"down":{"uv":[0,7,4,11],"texture":"#1"}}},{"from":[6,0,6],"to":[10,3,10],"rotation":{"angle":0,"axis":"y","origin":[8,7.5,8]},"faces":{"north":{"uv":[6,4,10,7],"texture":"#0"},"east":{"uv":[10,4,14,7],"texture":"#0"},"south":{"uv":[6,4,10,7],"texture":"#0"},"west":{"uv":[10,4,14,7],"texture":"#0"},"up":{"uv":[0,3,4,7],"texture":"#1"},"down":{"uv":[0,7,4,11],"texture":"#1"}}},{"from":[6,-8,6],"to":[10,-5,10],"rotation":{"angle":0,"axis":"y","origin":[8,7.5,8]},"faces":{"north":{"uv":[6,4,10,7],"texture":"#0"},"east":{"uv":[10,4,14,7],"texture":"#0"},"south":{"uv":[6,4,10,7],"texture":"#0"},"west":{"uv":[10,4,14,7],"texture":"#0"},"up":{"uv":[0,3,4,7],"texture":"#1"},"down":{"uv":[0,7,4,11],"texture":"#1"}}},{"from":[5.5,12,8.5],"to":[10.5,14,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,7.5,8]},"faces":{"north":{"uv":[6,13,11,15],"texture":"#0"},"east":{"uv":[14,13,16,15],"texture":"#0"},"south":{"uv":[6,13,11,15],"texture":"#0"},"west":{"uv":[11,13,13,15],"texture":"#0"},"up":{"uv":[6,7,11,9],"texture":"#0"},"down":{"uv":[9,10,14,12],"texture":"#0"}}},{"from":[-8,16.4,-8],"to":[24,17.4,24],"faces":{"up":{"uv":[0,0,16,16],"rotation":180,"texture":"#2"},"down":{"uv":[0,0,16,16],"texture":"#2"}}},{"from":[3,-4,10],"to":[8,12,10.1],"rotation":{"angle":-22.5,"axis":"z","origin":[7,12,10.5]},"faces":{"north":{"uv":[11,0,16,16],"texture":"#4"},"south":{"uv":[16,0,11,16],"texture":"#4"}}},{"from":[8,-4,10],"to":[13,12,10.1],"rotation":{"angle":22.5,"axis":"z","origin":[9,12,10.5]},"faces":{"north":{"uv":[6,0,11,16],"texture":"#4"},"south":{"uv":[11,0,6,16],"texture":"#4"}}}],"display":{"thirdperson_righthand":{"rotation":[5,100,0],"translation":[-0.5,1.25,1.25],"scale":[0.45,0.45,0.45]},"thirdperson_lefthand":{"rotation":[5,100,0],"translation":[-0.5,1.25,1.25],"scale":[0.45,0.45,0.45]},"firstperson_righthand":{"rotation":[0,100,-5],"translation":[0.5,2.25,0.5],"scale":[0.45,0.45,0.45]},"firstperson_lefthand":{"rotation":[0,100,-5],"translation":[0.5,2.25,0.5],"scale":[0.45,0.45,0.45]},"ground":{"rotation":[45,45,0],"translation":[0,3.5,0],"scale":[0.3,0.3,0.3]},"gui":{"rotation":[-20,160,30],"translation":[-0.5,0.5,0],"scale":[0.43,0.43,0.43]},"fixed":{"translation":[0,0,-0.75],"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/shaman/relik_thunder_b.json b/assets/minecraft/models/item/wynn/weapon/shaman/relik_thunder_b.json new file mode 100644 index 000000000..3217e77e6 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/shaman/relik_thunder_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"wynn/weapon/shaman/thunder_tier_b_0","1":"wynn/weapon/shaman/thunder_tier_b_1","2":"wynn/weapon/anim/thunder_pulse","3":"wynn/weapon/anim/thunderbolt","4":"wynn/weapon/shaman/thunder_tier_a","particle":"wynn/weapon/shaman/thunder_tier_b_0"},"elements":[{"from":[6.5,19.5,6.5],"to":[9.5,30.5,9.5],"rotation":{"angle":45,"axis":"z","origin":[8,17,8]},"faces":{"north":{"uv":[0,0,11,3],"rotation":270,"texture":"#1"},"east":{"uv":[13,0,16,11],"texture":"#1"},"south":{"uv":[11,0,0,3],"rotation":90,"texture":"#1"},"west":{"uv":[4,0,7,11],"rotation":180,"texture":"#1"},"up":{"uv":[13,0,16,3],"rotation":90,"texture":"#1"}}},{"from":[-1.5,23.5,6.5],"to":[8.5,31.5,9.5],"rotation":{"angle":45,"axis":"z","origin":[8,17,8]},"faces":{"north":{"uv":[4,1,12,11],"rotation":270,"texture":"#1"},"east":{"uv":[13,0,16,8],"rotation":180,"texture":"#1"},"south":{"uv":[12,1,4,11],"rotation":90,"texture":"#1"},"west":{"uv":[4,8,12,11],"rotation":270,"texture":"#1"},"up":{"uv":[13,1,16,11],"rotation":90,"texture":"#1"},"down":{"uv":[4,1,7,11],"rotation":90,"texture":"#1"}}},{"from":[10.5,15.5,6.5],"to":[21.5,18.5,9.5],"rotation":{"angle":45,"axis":"z","origin":[8,17,8]},"faces":{"north":{"uv":[11,0,0,3],"texture":"#1"},"east":{"uv":[13,0,16,3],"texture":"#1"},"south":{"uv":[0,0,11,3],"texture":"#1"},"up":{"uv":[13,0,16,11],"rotation":90,"texture":"#1"},"down":{"uv":[4,0,7,11],"rotation":270,"texture":"#1"}}},{"from":[14.5,7.5,6.5],"to":[22.5,17.5,9.5],"rotation":{"angle":45,"axis":"z","origin":[8,17,8]},"faces":{"north":{"uv":[12,1,4,11],"texture":"#1"},"east":{"uv":[13,1,16,11],"texture":"#1"},"south":{"uv":[4,1,12,11],"texture":"#1"},"west":{"uv":[4,1,7,11],"texture":"#1"},"up":{"uv":[13,0,16,8],"rotation":270,"texture":"#1"},"down":{"uv":[4,8,12,11],"texture":"#1"}}},{"from":[5.5,14.5,6],"to":[10.5,19.5,10],"rotation":{"angle":45,"axis":"z","origin":[8,17,8]},"faces":{"north":{"uv":[0,11,5,16],"texture":"#1"},"east":{"uv":[5,11,9,16],"texture":"#1"},"south":{"uv":[0,11,5,16],"rotation":90,"texture":"#1"},"west":{"uv":[9,11,14,15],"rotation":90,"texture":"#1"},"up":{"uv":[5,11,9,16],"rotation":90,"texture":"#1"},"down":{"uv":[9,11,14,15],"rotation":180,"texture":"#1"}}},{"from":[-1,18,8],"to":[17,31.5,8.1],"faces":{"north":{"uv":[0,0,16,16],"texture":"#3"},"south":{"uv":[16,0,0,16],"texture":"#3"}}},{"from":[6.5,-1,6.5],"to":[9.5,15,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,7.5,8]},"faces":{"north":{"uv":[0,0,3,16],"texture":"#0"},"east":{"uv":[3,0,6,16],"texture":"#0"},"south":{"uv":[0,0,3,16],"texture":"#0"},"west":{"uv":[3,0,6,16],"texture":"#0"}}},{"from":[6,7,6],"to":[10,11,10],"rotation":{"angle":0,"axis":"y","origin":[8,7.5,8]},"faces":{"north":{"uv":[0,3,4,7],"texture":"#1"},"east":{"uv":[0,7,4,11],"texture":"#1"},"south":{"uv":[0,3,4,7],"texture":"#1"},"west":{"uv":[0,7,4,11],"texture":"#1"},"up":{"uv":[0,3,4,7],"texture":"#1"},"down":{"uv":[0,7,4,11],"texture":"#1"}}},{"from":[6,0,6],"to":[10,3,10],"rotation":{"angle":0,"axis":"y","origin":[8,7.5,8]},"faces":{"north":{"uv":[6,4,10,7],"texture":"#0"},"east":{"uv":[10,4,14,7],"texture":"#0"},"south":{"uv":[6,4,10,7],"texture":"#0"},"west":{"uv":[10,4,14,7],"texture":"#0"},"up":{"uv":[0,3,4,7],"texture":"#1"},"down":{"uv":[0,7,4,11],"texture":"#1"}}},{"from":[5.5,-3,5.5],"to":[10.5,-1,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,7.5,8]},"faces":{"north":{"uv":[6,13,11,15],"texture":"#0"},"east":{"uv":[11,13,16,15],"texture":"#0"},"south":{"uv":[6,13,11,15],"texture":"#0"},"west":{"uv":[11,13,16,15],"texture":"#0"},"up":{"uv":[6,7,11,12],"texture":"#0"},"down":{"uv":[9,7,14,12],"texture":"#0"}}},{"from":[5.5,12,8.5],"to":[10.5,14,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,7.5,8]},"faces":{"north":{"uv":[6,13,11,15],"texture":"#0"},"east":{"uv":[14,13,16,15],"texture":"#0"},"south":{"uv":[6,13,11,15],"texture":"#0"},"west":{"uv":[11,13,13,15],"texture":"#0"},"up":{"uv":[6,7,11,9],"texture":"#0"},"down":{"uv":[9,10,14,12],"texture":"#0"}}},{"from":[5.5,-8,5.5],"to":[10.5,-4,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,7.5,8]},"faces":{"north":{"uv":[6,0,11,4],"texture":"#0"},"east":{"uv":[11,0,16,4],"texture":"#0"},"south":{"uv":[6,0,11,4],"texture":"#0"},"west":{"uv":[11,0,16,4],"texture":"#0"},"up":{"uv":[6,7,11,12],"texture":"#0"},"down":{"uv":[9,7,14,12],"texture":"#0"}}},{"from":[6,-9,6],"to":[10,-3,10],"rotation":{"angle":0,"axis":"y","origin":[8,7.5,8]},"faces":{"north":{"uv":[6,7,10,13],"texture":"#0"},"east":{"uv":[10,7,14,13],"texture":"#0"},"south":{"uv":[6,7,10,13],"texture":"#0"},"west":{"uv":[10,7,14,13],"texture":"#0"},"down":{"uv":[10,8,14,12],"texture":"#0"}}},{"from":[-8,16.4,-8],"to":[24,17.4,24],"faces":{"up":{"uv":[0,0,16,16],"rotation":180,"texture":"#2"},"down":{"uv":[0,0,16,16],"texture":"#2"}}},{"from":[3,-4,10],"to":[8,12,10.1],"rotation":{"angle":-22.5,"axis":"z","origin":[7,12,10.5]},"faces":{"north":{"uv":[11,0,16,16],"texture":"#4"},"south":{"uv":[16,0,11,16],"texture":"#4"}}},{"from":[8,-4,10],"to":[13,12,10.1],"rotation":{"angle":22.5,"axis":"z","origin":[9,12,10.5]},"faces":{"north":{"uv":[6,0,11,16],"texture":"#4"},"south":{"uv":[11,0,6,16],"texture":"#4"}}}],"display":{"thirdperson_righthand":{"rotation":[5,100,0],"translation":[-0.5,1.25,1.25],"scale":[0.45,0.45,0.45]},"thirdperson_lefthand":{"rotation":[5,100,0],"translation":[-0.5,1.25,1.25],"scale":[0.45,0.45,0.45]},"firstperson_righthand":{"rotation":[0,100,-5],"translation":[0.5,2.25,0.5],"scale":[0.45,0.45,0.45]},"firstperson_lefthand":{"rotation":[0,100,-5],"translation":[0.5,2.25,0.5],"scale":[0.45,0.45,0.45]},"ground":{"rotation":[45,45,0],"translation":[0,3.5,0],"scale":[0.3,0.3,0.3]},"gui":{"rotation":[-20,160,30],"translation":[-1,-0.75,0],"scale":[0.43,0.43,0.43]},"fixed":{"translation":[0,0,-0.75],"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/shaman/relik_thunder_c.json b/assets/minecraft/models/item/wynn/weapon/shaman/relik_thunder_c.json new file mode 100644 index 000000000..9f5c4749f --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/shaman/relik_thunder_c.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"wynn/weapon/shaman/thunder_tier_b_0","1":"wynn/weapon/shaman/thunder_tier_b_1","2":"wynn/weapon/anim/thunder_pulse","3":"wynn/weapon/anim/thunderbolt","4":"wynn/weapon/shaman/thunder_tier_a","6":"wynn/weapon/shaman/thunder_tier_c","particle":"wynn/weapon/shaman/thunder_tier_b_0"},"elements":[{"from":[-1.5,7,6.5],"to":[6.5,14,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,6,8]},"faces":{"north":{"uv":[5,4,13,11],"texture":"#6"},"south":{"uv":[13,4,5,11],"texture":"#6"},"west":{"uv":[13,4,16,11],"texture":"#6"},"up":{"uv":[13,7,16,15],"rotation":90,"texture":"#6"},"down":{"uv":[5,8,13,11],"rotation":180,"texture":"#6"}}},{"from":[9.5,7,6.5],"to":[17.5,14,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,6.5,8]},"faces":{"north":{"uv":[13,4,5,11],"texture":"#6"},"east":{"uv":[13,4,16,11],"texture":"#6"},"south":{"uv":[5,4,13,11],"texture":"#6"},"up":{"uv":[13,7,16,15],"rotation":270,"texture":"#6"},"down":{"uv":[5,8,13,11],"texture":"#6"}}},{"from":[6.5,19.5,6.5],"to":[9.5,30.5,9.5],"rotation":{"angle":45,"axis":"z","origin":[8,17,8]},"faces":{"north":{"uv":[0,0,11,3],"rotation":270,"texture":"#1"},"east":{"uv":[13,0,16,11],"texture":"#1"},"south":{"uv":[11,0,0,3],"rotation":90,"texture":"#1"},"west":{"uv":[4,0,7,11],"rotation":180,"texture":"#1"},"up":{"uv":[13,0,16,3],"rotation":90,"texture":"#1"}}},{"from":[-1.5,23.5,6.5],"to":[8.5,31.5,9.5],"rotation":{"angle":45,"axis":"z","origin":[8,17,8]},"faces":{"north":{"uv":[4,1,12,11],"rotation":270,"texture":"#1"},"east":{"uv":[13,0,16,8],"rotation":180,"texture":"#1"},"south":{"uv":[12,1,4,11],"rotation":90,"texture":"#1"},"west":{"uv":[4,8,12,11],"rotation":270,"texture":"#1"},"up":{"uv":[13,1,16,11],"rotation":90,"texture":"#1"},"down":{"uv":[4,1,7,11],"rotation":90,"texture":"#1"}}},{"from":[-6.5,26.5,6.5],"to":[-1.5,31.5,9.5],"rotation":{"angle":45,"axis":"z","origin":[8,17,8]},"faces":{"north":{"uv":[8,11,13,16],"rotation":270,"texture":"#6"},"south":{"uv":[13,11,8,16],"rotation":90,"texture":"#6"},"west":{"uv":[13,11,16,16],"rotation":180,"texture":"#6"},"up":{"uv":[13,11,16,16],"rotation":90,"texture":"#6"},"down":{"uv":[5,11,8,16],"rotation":90,"texture":"#6"}}},{"from":[17.5,26.5,6.5],"to":[22.5,31.5,9.5],"rotation":{"angle":-45,"axis":"z","origin":[8,17,8]},"faces":{"north":{"uv":[13,11,8,16],"rotation":90,"texture":"#6"},"east":{"uv":[13,11,16,16],"rotation":180,"texture":"#6"},"south":{"uv":[8,11,13,16],"rotation":270,"texture":"#6"},"up":{"uv":[13,11,16,16],"rotation":270,"texture":"#6"},"down":{"uv":[5,11,8,16],"rotation":270,"texture":"#6"}}},{"from":[10.5,15.5,6.5],"to":[21.5,18.5,9.5],"rotation":{"angle":45,"axis":"z","origin":[8,17,8]},"faces":{"north":{"uv":[11,0,0,3],"texture":"#1"},"east":{"uv":[13,0,16,3],"texture":"#1"},"south":{"uv":[0,0,11,3],"texture":"#1"},"up":{"uv":[13,0,16,11],"rotation":90,"texture":"#1"},"down":{"uv":[4,0,7,11],"rotation":270,"texture":"#1"}}},{"from":[14.5,7.5,6.5],"to":[22.5,17.5,9.5],"rotation":{"angle":45,"axis":"z","origin":[8,17,8]},"faces":{"north":{"uv":[12,1,4,11],"texture":"#1"},"east":{"uv":[13,1,16,11],"texture":"#1"},"south":{"uv":[4,1,12,11],"texture":"#1"},"west":{"uv":[4,1,7,11],"texture":"#1"},"up":{"uv":[13,0,16,8],"rotation":270,"texture":"#1"},"down":{"uv":[4,8,12,11],"texture":"#1"}}},{"from":[5.5,14.5,6],"to":[10.5,19.5,10],"rotation":{"angle":45,"axis":"z","origin":[8,17,8]},"faces":{"north":{"uv":[0,11,5,16],"texture":"#1"},"east":{"uv":[5,11,9,16],"texture":"#1"},"south":{"uv":[0,11,5,16],"rotation":90,"texture":"#1"},"west":{"uv":[9,11,14,15],"rotation":90,"texture":"#1"},"up":{"uv":[5,11,9,16],"rotation":90,"texture":"#1"},"down":{"uv":[9,11,14,15],"rotation":180,"texture":"#1"}}},{"from":[-1,18,8],"to":[17,31.5,8.1],"faces":{"north":{"uv":[0,0,16,16],"texture":"#3"},"south":{"uv":[16,0,0,16],"texture":"#3"}}},{"from":[6.5,10,6.5],"to":[9.5,16,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,1.5,8]},"faces":{"north":{"uv":[0,6,3,0],"texture":"#4"},"east":{"uv":[3,0,6,6],"texture":"#4"},"south":{"uv":[0,6,3,0],"texture":"#4"},"west":{"uv":[3,0,6,6],"texture":"#4"}}},{"from":[6.5,-6,6.5],"to":[9.5,10,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[0,0,3,16],"texture":"#0"},"east":{"uv":[3,0,6,16],"texture":"#0"},"south":{"uv":[0,0,3,16],"texture":"#0"},"west":{"uv":[3,0,6,16],"texture":"#0"}}},{"from":[6,2,6],"to":[10,6,10],"rotation":{"angle":0,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[0,3,4,7],"texture":"#1"},"east":{"uv":[0,7,4,11],"texture":"#1"},"south":{"uv":[0,3,4,7],"texture":"#1"},"west":{"uv":[0,7,4,11],"texture":"#1"},"up":{"uv":[0,3,4,7],"texture":"#1"},"down":{"uv":[0,7,4,11],"texture":"#1"}}},{"from":[6,-5,6],"to":[10,-2,10],"rotation":{"angle":0,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[6,4,10,7],"texture":"#0"},"east":{"uv":[10,4,14,7],"texture":"#0"},"south":{"uv":[6,4,10,7],"texture":"#0"},"west":{"uv":[10,4,14,7],"texture":"#0"},"up":{"uv":[0,3,4,7],"texture":"#1"},"down":{"uv":[0,7,4,11],"texture":"#1"}}},{"from":[5.5,-8,5.5],"to":[10.5,-6,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[6,13,11,15],"texture":"#0"},"east":{"uv":[11,13,16,15],"texture":"#0"},"south":{"uv":[6,13,11,15],"texture":"#0"},"west":{"uv":[11,13,16,15],"texture":"#0"},"up":{"uv":[6,7,11,12],"texture":"#0"},"down":{"uv":[9,7,14,12],"texture":"#0"}}},{"from":[5.5,-13,5.5],"to":[10.5,-9,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[6,0,11,4],"texture":"#0"},"east":{"uv":[11,0,16,4],"texture":"#0"},"south":{"uv":[6,0,11,4],"texture":"#0"},"west":{"uv":[11,0,16,4],"texture":"#0"},"up":{"uv":[6,7,11,12],"texture":"#0"},"down":{"uv":[9,7,14,12],"texture":"#0"}}},{"from":[6,-14,6],"to":[10,-8,10],"rotation":{"angle":0,"axis":"y","origin":[8,2.5,8]},"faces":{"north":{"uv":[6,7,10,13],"texture":"#0"},"east":{"uv":[10,7,14,13],"texture":"#0"},"south":{"uv":[6,7,10,13],"texture":"#0"},"west":{"uv":[10,7,14,13],"texture":"#0"},"down":{"uv":[10,8,14,12],"texture":"#0"}}},{"from":[5.5,12,9.5],"to":[10.5,14,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,7.5,8]},"faces":{"north":{"uv":[6,13,11,15],"texture":"#0"},"east":{"uv":[15,13,16,15],"texture":"#0"},"south":{"uv":[6,13,11,15],"texture":"#0"},"west":{"uv":[11,13,12,15],"texture":"#0"},"up":{"uv":[6,8,11,9],"texture":"#0"},"down":{"uv":[9,11,14,12],"texture":"#0"}}},{"from":[3,-4,10],"to":[8,12,10.1],"rotation":{"angle":-22.5,"axis":"z","origin":[7,12,10.5]},"faces":{"north":{"uv":[11,0,16,16],"texture":"#4"},"south":{"uv":[16,0,11,16],"texture":"#4"}}},{"from":[8,-4,10],"to":[13,12,10.1],"rotation":{"angle":22.5,"axis":"z","origin":[9,12,10.5]},"faces":{"north":{"uv":[6,0,11,16],"texture":"#4"},"south":{"uv":[11,0,6,16],"texture":"#4"}}},{"from":[-8,16.4,-8],"to":[24,17.4,24],"faces":{"up":{"uv":[0,0,16,16],"rotation":180,"texture":"#2"},"down":{"uv":[0,0,16,16],"texture":"#2"}}}],"display":{"thirdperson_righthand":{"rotation":[5,100,0],"translation":[-0.5,4.25,2],"scale":[0.56,0.56,0.56]},"thirdperson_lefthand":{"rotation":[5,100,0],"translation":[-0.5,4.25,2],"scale":[0.56,0.56,0.56]},"firstperson_righthand":{"rotation":[0,100,-10],"translation":[0.75,4.25,0.5],"scale":[0.45,0.45,0.45]},"firstperson_lefthand":{"rotation":[0,100,-10],"translation":[0.75,4.25,0.5],"scale":[0.45,0.45,0.45]},"ground":{"rotation":[45,45,0],"translation":[0,3.5,0],"scale":[0.3,0.3,0.3]},"gui":{"rotation":[-20,160,30],"translation":[-1,0,0],"scale":[0.43,0.43,0.43]},"fixed":{"translation":[0,0,-0.75],"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/shaman/relik_water_a.json b/assets/minecraft/models/item/wynn/weapon/shaman/relik_water_a.json new file mode 100644 index 000000000..f2c731583 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/shaman/relik_water_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"wynn/weapon/shaman/water_tier_b","1":"wynn/weapon/anim/water_effect","2":"wynn/weapon/shaman/water_tier_a","particle":"wynn/weapon/shaman/water_tier_b"},"elements":[{"from":[7.5,26,7.5],"to":[8.5,27,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,14,8]},"faces":{"north":{"uv":[10,7,11,8],"texture":"#0"},"east":{"uv":[10,5,11,6],"texture":"#0"},"south":{"uv":[10,7,11,8],"texture":"#0"},"west":{"uv":[10,5,11,6],"texture":"#0"},"up":{"uv":[13,5,14,6],"texture":"#0"}}},{"from":[7,25,7],"to":[9,26,9],"rotation":{"angle":0,"axis":"y","origin":[8,14,8]},"faces":{"north":{"uv":[10,7,12,8],"texture":"#0"},"east":{"uv":[10,6,12,7],"texture":"#0"},"south":{"uv":[10,7,12,8],"texture":"#0"},"west":{"uv":[10,6,12,7],"texture":"#0"},"up":{"uv":[12,4,14,6],"rotation":90,"texture":"#0"}}},{"from":[6.5,23,6.5],"to":[9.5,25,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,14,8]},"faces":{"north":{"uv":[7,5,10,7],"texture":"#0"},"east":{"uv":[7,7,10,9],"texture":"#0"},"south":{"uv":[10,5,7,7],"texture":"#0"},"west":{"uv":[7,7,10,9],"texture":"#0"},"up":{"uv":[12,4,15,7],"rotation":90,"texture":"#0"}}},{"from":[6,18,6],"to":[10,23,10],"rotation":{"angle":0,"axis":"y","origin":[8,14,8]},"faces":{"north":{"uv":[4,0,8,5],"texture":"#0"},"east":{"uv":[8,0,12,5],"texture":"#0"},"south":{"uv":[4,0,8,5],"texture":"#0"},"west":{"uv":[8,0,12,5],"texture":"#0"},"up":{"uv":[12,4,16,8],"texture":"#0"},"down":{"uv":[12,0,16,4],"rotation":90,"texture":"#0"}}},{"from":[6.5,17,6.5],"to":[9.5,18,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,14,8]},"faces":{"north":{"uv":[4,9,7,10],"texture":"#0"},"east":{"uv":[4,9,7,10],"texture":"#0"},"south":{"uv":[4,9,7,10],"texture":"#0"},"west":{"uv":[4,9,7,10],"texture":"#0"},"down":{"uv":[4,10,7,13],"texture":"#0"}}},{"from":[6.875,15.5,8],"to":[9.125,17.5,9],"rotation":{"angle":-45,"axis":"x","origin":[8,14,8]},"faces":{"north":{"uv":[2,13,4,15],"texture":"#0"},"east":{"uv":[4,13,5,15],"texture":"#0"},"south":{"uv":[2,13,4,15],"texture":"#0"},"west":{"uv":[4,13,5,15],"texture":"#0"},"up":{"uv":[2,12,4,13],"texture":"#0"},"down":{"uv":[4,14,6,15],"texture":"#0"}}},{"from":[6.875,15.5,7],"to":[9.125,17.5,8],"rotation":{"angle":45,"axis":"x","origin":[8,14,8]},"faces":{"north":{"uv":[2,13,4,15],"texture":"#0"},"east":{"uv":[4,13,5,15],"texture":"#0"},"south":{"uv":[2,13,4,15],"texture":"#0"},"west":{"uv":[4,13,5,15],"texture":"#0"},"up":{"uv":[2,12,4,13],"texture":"#0"},"down":{"uv":[4,14,6,15],"texture":"#0"}}},{"from":[6.5,12,6.5],"to":[9.5,14,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,14,8]},"faces":{"north":{"uv":[4,8,7,10],"texture":"#0"},"east":{"uv":[4,8,7,10],"texture":"#0"},"south":{"uv":[4,8,7,10],"texture":"#0"},"west":{"uv":[4,8,7,10],"texture":"#0"},"up":{"uv":[4,5,7,8],"texture":"#0"},"down":{"uv":[4,10,7,13],"texture":"#0"}}},{"from":[6.5,-9,6.5],"to":[9.5,-7,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,14,8]},"faces":{"north":{"uv":[4,8,7,10],"texture":"#0"},"east":{"uv":[4,8,7,10],"texture":"#0"},"south":{"uv":[4,8,7,10],"texture":"#0"},"west":{"uv":[4,8,7,10],"texture":"#0"},"up":{"uv":[4,5,7,8],"texture":"#0"},"down":{"uv":[4,10,7,13],"texture":"#0"}}},{"from":[7,6,7],"to":[9,17,9],"rotation":{"angle":0,"axis":"y","origin":[8,14,8]},"faces":{"north":{"uv":[2,0,4,11],"texture":"#0"},"east":{"uv":[2,0,4,11],"texture":"#0"},"south":{"uv":[2,0,4,11],"texture":"#0"},"west":{"uv":[2,0,4,11],"texture":"#0"}}},{"from":[7,-10,7],"to":[9,6,9],"rotation":{"angle":0,"axis":"y","origin":[8,14,8]},"faces":{"north":{"uv":[0,0,2,16],"texture":"#0"},"east":{"uv":[2,0,0,16],"texture":"#0"},"south":{"uv":[0,0,2,16],"texture":"#0"},"west":{"uv":[2,0,0,16],"texture":"#0"},"down":{"uv":[0,14,2,16],"texture":"#0"}}},{"from":[9,14,7],"to":[12,16,9],"faces":{"north":{"uv":[3,13,6,15],"texture":"#0"},"east":{"uv":[4,13,6,15],"texture":"#0"},"south":{"uv":[6,13,3,15],"texture":"#0"},"up":{"uv":[2,13,5,15],"texture":"#0"},"down":{"uv":[3,13,6,15],"texture":"#0"}}},{"from":[4,14,7],"to":[7,16,9],"faces":{"north":{"uv":[6,13,3,15],"texture":"#0"},"south":{"uv":[3,13,6,15],"texture":"#0"},"west":{"uv":[4,13,6,15],"texture":"#0"},"up":{"uv":[2,13,5,15],"rotation":180,"texture":"#0"},"down":{"uv":[3,13,6,15],"rotation":180,"texture":"#0"}}},{"from":[-4,8,8],"to":[20,32,8.1],"faces":{"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[16,0,0,16],"texture":"#1"}}},{"from":[4.5,-2.5,9],"to":[9.5,13.5,9.1],"rotation":{"angle":-22.5,"axis":"z","origin":[8,12,9]},"faces":{"north":{"uv":[11,0,16,16],"texture":"#2"},"south":{"uv":[16,0,11,16],"texture":"#2"}}},{"from":[6.5,-2.5,9],"to":[11.5,13.5,9.1],"rotation":{"angle":22.5,"axis":"z","origin":[8,12,9]},"faces":{"north":{"uv":[6,0,11,16],"texture":"#2"},"south":{"uv":[11,0,6,16],"texture":"#2"}}}],"display":{"thirdperson_righthand":{"rotation":[5,100,0],"translation":[0,-1.75,1.75],"scale":[0.6,0.6,0.6]},"thirdperson_lefthand":{"rotation":[5,100,0],"translation":[0,-1.75,1.75],"scale":[0.6,0.6,0.6]},"firstperson_righthand":{"rotation":[-10,105,0],"translation":[6.25,-2,-5],"scale":[0.7,0.7,0.7]},"firstperson_lefthand":{"rotation":[-10,105,0],"translation":[6.25,-2,-5],"scale":[0.7,0.7,0.7]},"ground":{"rotation":[45,45,0],"translation":[0,4,0],"scale":[0.35,0.35,0.35]},"gui":{"rotation":[-20,160,30],"translation":[-0.25,0,0],"scale":[0.45,0.45,0.45]},"fixed":{"translation":[0,0.5,-0.75],"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/shaman/relik_water_b.json b/assets/minecraft/models/item/wynn/weapon/shaman/relik_water_b.json new file mode 100644 index 000000000..4dabc6d87 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/shaman/relik_water_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"wynn/weapon/shaman/water_tier_b","1":"wynn/weapon/anim/water_effect","2":"wynn/weapon/shaman/water_tier_a","particle":"wynn/weapon/shaman/water_tier_b"},"elements":[{"from":[7.5,26,7.5],"to":[8.5,27,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,14,8]},"faces":{"north":{"uv":[10,7,11,8],"texture":"#0"},"east":{"uv":[10,5,11,6],"texture":"#0"},"south":{"uv":[10,7,11,8],"texture":"#0"},"west":{"uv":[10,5,11,6],"texture":"#0"},"up":{"uv":[13,5,14,6],"texture":"#0"}}},{"from":[7,25,7],"to":[9,26,9],"rotation":{"angle":0,"axis":"y","origin":[8,14,8]},"faces":{"north":{"uv":[10,7,12,8],"texture":"#0"},"east":{"uv":[10,6,12,7],"texture":"#0"},"south":{"uv":[10,7,12,8],"texture":"#0"},"west":{"uv":[10,6,12,7],"texture":"#0"},"up":{"uv":[12,4,14,6],"rotation":90,"texture":"#0"}}},{"from":[6.5,23,6.5],"to":[9.5,25,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,14,8]},"faces":{"north":{"uv":[7,5,10,7],"texture":"#0"},"east":{"uv":[7,7,10,9],"texture":"#0"},"south":{"uv":[10,5,7,7],"texture":"#0"},"west":{"uv":[7,7,10,9],"texture":"#0"},"up":{"uv":[12,4,15,7],"rotation":90,"texture":"#0"}}},{"from":[6,18,6],"to":[10,23,10],"rotation":{"angle":0,"axis":"y","origin":[8,14,8]},"faces":{"north":{"uv":[4,0,8,5],"texture":"#0"},"east":{"uv":[8,0,12,5],"texture":"#0"},"south":{"uv":[4,0,8,5],"texture":"#0"},"west":{"uv":[8,0,12,5],"texture":"#0"},"up":{"uv":[12,4,16,8],"texture":"#0"},"down":{"uv":[12,0,16,4],"rotation":90,"texture":"#0"}}},{"from":[6.5,17,6.5],"to":[9.5,18,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,14,8]},"faces":{"north":{"uv":[4,9,7,10],"texture":"#0"},"east":{"uv":[4,9,7,10],"texture":"#0"},"south":{"uv":[4,9,7,10],"texture":"#0"},"west":{"uv":[4,9,7,10],"texture":"#0"},"down":{"uv":[4,10,7,13],"texture":"#0"}}},{"from":[6.875,15.5,8],"to":[9.125,17.5,9],"rotation":{"angle":-45,"axis":"x","origin":[8,14,8]},"faces":{"north":{"uv":[2,13,4,15],"texture":"#0"},"east":{"uv":[4,13,5,15],"texture":"#0"},"south":{"uv":[2,13,4,15],"texture":"#0"},"west":{"uv":[4,13,5,15],"texture":"#0"},"up":{"uv":[2,12,4,13],"texture":"#0"},"down":{"uv":[4,14,6,15],"texture":"#0"}}},{"from":[6.875,15.5,7],"to":[9.125,17.5,8],"rotation":{"angle":45,"axis":"x","origin":[8,14,8]},"faces":{"north":{"uv":[2,13,4,15],"texture":"#0"},"east":{"uv":[4,13,5,15],"texture":"#0"},"south":{"uv":[2,13,4,15],"texture":"#0"},"west":{"uv":[4,13,5,15],"texture":"#0"},"up":{"uv":[2,12,4,13],"texture":"#0"},"down":{"uv":[4,14,6,15],"texture":"#0"}}},{"from":[6.5,12,6.5],"to":[9.5,14,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,14,8]},"faces":{"north":{"uv":[4,8,7,10],"texture":"#0"},"east":{"uv":[4,8,7,10],"texture":"#0"},"south":{"uv":[4,8,7,10],"texture":"#0"},"west":{"uv":[4,8,7,10],"texture":"#0"},"up":{"uv":[4,5,7,8],"texture":"#0"},"down":{"uv":[4,10,7,13],"texture":"#0"}}},{"from":[7,6,7],"to":[9,17,9],"rotation":{"angle":0,"axis":"y","origin":[8,14,8]},"faces":{"north":{"uv":[2,0,4,11],"texture":"#0"},"east":{"uv":[2,0,4,11],"texture":"#0"},"south":{"uv":[2,0,4,11],"texture":"#0"},"west":{"uv":[2,0,4,11],"texture":"#0"}}},{"from":[7,-10,7],"to":[9,6,9],"rotation":{"angle":0,"axis":"y","origin":[8,14,8]},"faces":{"north":{"uv":[0,0,2,16],"texture":"#0"},"east":{"uv":[2,0,0,16],"texture":"#0"},"south":{"uv":[0,0,2,16],"texture":"#0"},"west":{"uv":[2,0,0,16],"texture":"#0"},"down":{"uv":[0,14,2,16],"texture":"#0"}}},{"from":[6,-8,6],"to":[10,-6,10],"rotation":{"angle":0,"axis":"y","origin":[8,14,8]},"faces":{"north":{"uv":[7,11,11,13],"texture":"#0"},"east":{"uv":[7,11,11,13],"texture":"#0"},"south":{"uv":[7,11,11,13],"texture":"#0"},"west":{"uv":[7,11,11,13],"texture":"#0"},"up":{"uv":[7,9,11,13],"texture":"#0"},"down":{"uv":[11,9,15,13],"texture":"#0"}}},{"from":[9,14,7],"to":[12,16,9],"faces":{"north":{"uv":[6,13,3,15],"texture":"#0"},"east":{"uv":[4,13,6,15],"texture":"#0"},"south":{"uv":[3,13,6,15],"texture":"#0"},"up":{"uv":[2,12,5,14],"texture":"#0"},"down":{"uv":[3,13,6,15],"texture":"#0"}}},{"from":[11,16,7],"to":[12,21,9],"faces":{"north":{"uv":[1,9,2,14],"texture":"#0"},"east":{"uv":[0,9,2,14],"texture":"#0"},"south":{"uv":[1,9,2,14],"texture":"#0"},"west":{"uv":[0,9,2,14],"texture":"#0"},"up":{"uv":[1,9,2,11],"texture":"#0"}}},{"from":[12,20,7],"to":[17,21,9],"faces":{"north":{"uv":[11,13,6,14],"texture":"#0"},"east":{"uv":[9,13,11,14],"texture":"#0"},"south":{"uv":[6,13,11,14],"texture":"#0"},"up":{"uv":[11,13,16,15],"texture":"#0"},"down":{"uv":[11,13,16,15],"texture":"#0"}}},{"from":[12,19,7],"to":[16,20,9],"faces":{"north":{"uv":[10,14,6,15],"texture":"#0"},"east":{"uv":[8,14,10,15],"texture":"#0"},"south":{"uv":[6,14,10,15],"texture":"#0"},"down":{"uv":[11,13,16,15],"texture":"#0"}}},{"from":[12,16,7],"to":[15,17,9],"faces":{"north":{"uv":[11,13,8,14],"texture":"#0"},"east":{"uv":[9,13,11,14],"texture":"#0"},"south":{"uv":[8,13,11,14],"texture":"#0"},"up":{"uv":[11,13,14,15],"texture":"#0"},"down":{"uv":[13,13,16,15],"texture":"#0"}}},{"from":[12,15,7],"to":[14,16,9],"faces":{"north":{"uv":[10,14,8,15],"texture":"#0"},"east":{"uv":[8,14,10,15],"texture":"#0"},"south":{"uv":[8,14,10,15],"texture":"#0"},"down":{"uv":[11,13,13,15],"texture":"#0"}}},{"from":[4,14,7],"to":[7,16,9],"faces":{"north":{"uv":[3,13,6,15],"texture":"#0"},"south":{"uv":[6,13,3,15],"texture":"#0"},"west":{"uv":[4,13,6,15],"texture":"#0"},"up":{"uv":[2,12,5,14],"rotation":180,"texture":"#0"},"down":{"uv":[3,13,6,15],"rotation":180,"texture":"#0"}}},{"from":[4,16,7],"to":[5,21,9],"faces":{"north":{"uv":[1,9,2,14],"texture":"#0"},"east":{"uv":[0,9,2,14],"texture":"#0"},"south":{"uv":[1,9,2,14],"texture":"#0"},"west":{"uv":[0,9,2,14],"texture":"#0"},"up":{"uv":[1,9,2,11],"rotation":180,"texture":"#0"}}},{"from":[-1,20,7],"to":[4,21,9],"faces":{"north":{"uv":[6,13,11,14],"texture":"#0"},"south":{"uv":[11,13,6,14],"texture":"#0"},"west":{"uv":[9,13,11,14],"texture":"#0"},"up":{"uv":[11,13,16,15],"rotation":180,"texture":"#0"},"down":{"uv":[11,13,16,15],"rotation":180,"texture":"#0"}}},{"from":[0,19,7],"to":[4,20,9],"faces":{"north":{"uv":[6,14,10,15],"texture":"#0"},"south":{"uv":[10,14,6,15],"texture":"#0"},"west":{"uv":[8,14,10,15],"texture":"#0"},"down":{"uv":[11,13,16,15],"rotation":180,"texture":"#0"}}},{"from":[1,16,7],"to":[4,17,9],"faces":{"north":{"uv":[8,13,11,14],"texture":"#0"},"south":{"uv":[11,13,8,14],"texture":"#0"},"west":{"uv":[9,13,11,14],"texture":"#0"},"up":{"uv":[11,13,14,15],"rotation":180,"texture":"#0"},"down":{"uv":[13,13,16,15],"rotation":180,"texture":"#0"}}},{"from":[2,15,7],"to":[4,16,9],"faces":{"north":{"uv":[8,14,10,15],"texture":"#0"},"south":{"uv":[10,14,8,15],"texture":"#0"},"west":{"uv":[8,14,10,15],"texture":"#0"},"down":{"uv":[11,13,13,15],"rotation":180,"texture":"#0"}}},{"from":[6,-14,7],"to":[10,-10,9],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[11,9,15,13],"texture":"#0"},"east":{"uv":[11,9,13,13],"texture":"#0"},"south":{"uv":[11,9,15,13],"texture":"#0"},"west":{"uv":[13,9,15,13],"texture":"#0"},"up":{"uv":[11,9,15,11],"texture":"#0"},"down":{"uv":[11,11,15,13],"texture":"#0"}}},{"from":[-4,8,8],"to":[20,32,8.1],"faces":{"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[16,0,0,16],"texture":"#1"}}},{"from":[4.5,-2.5,9],"to":[9.5,13.5,9.1],"rotation":{"angle":-22.5,"axis":"z","origin":[8,12,9]},"faces":{"north":{"uv":[11,0,16,16],"texture":"#2"},"south":{"uv":[16,0,11,16],"texture":"#2"}}},{"from":[6.5,-2.5,9],"to":[11.5,13.5,9.1],"rotation":{"angle":22.5,"axis":"z","origin":[8,12,9]},"faces":{"north":{"uv":[6,0,11,16],"texture":"#2"},"south":{"uv":[11,0,6,16],"texture":"#2"}}}],"display":{"thirdperson_righthand":{"rotation":[5,100,0],"translation":[0,1,1.75],"scale":[0.6,0.6,0.6]},"thirdperson_lefthand":{"rotation":[5,100,0],"translation":[0,1,1.75],"scale":[0.6,0.6,0.6]},"firstperson_righthand":{"rotation":[-10,105,0],"translation":[6.25,0,-5],"scale":[0.7,0.7,0.7]},"firstperson_lefthand":{"rotation":[-10,105,0],"translation":[6.25,0,-5],"scale":[0.7,0.7,0.7]},"ground":{"rotation":[45,45,0],"translation":[0,4,0],"scale":[0.35,0.35,0.35]},"gui":{"rotation":[-20,160,30],"translation":[0,1,0],"scale":[0.45,0.45,0.45]},"fixed":{"translation":[0,0.5,-0.75],"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/shaman/relik_water_c.json b/assets/minecraft/models/item/wynn/weapon/shaman/relik_water_c.json new file mode 100644 index 000000000..285eacd0b --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/shaman/relik_water_c.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"wynn/weapon/shaman/water_tier_b","1":"wynn/weapon/anim/water_effect","2":"wynn/weapon/shaman/water_tier_c","3":"wynn/weapon/shaman/water_tier_a","particle":"wynn/weapon/shaman/water_tier_b"},"elements":[{"from":[6,18,6],"to":[10,26,10],"rotation":{"angle":0,"axis":"y","origin":[8,14,8]},"faces":{"north":{"uv":[0,5,4,13],"texture":"#2"},"east":{"uv":[3,5,7,13],"texture":"#2"},"south":{"uv":[0,5,4,13],"texture":"#2"},"west":{"uv":[3,5,7,13],"texture":"#2"},"up":{"uv":[0,7,4,11],"rotation":180,"texture":"#2"},"down":{"uv":[10,0,14,4],"texture":"#2"}}},{"from":[5.5,20,5.5],"to":[10.5,25,10.5],"rotation":{"angle":0,"axis":"y","origin":[8,14,8]},"faces":{"north":{"uv":[0,0,5,5],"texture":"#2"},"east":{"uv":[5,0,10,5],"texture":"#2"},"south":{"uv":[0,0,5,5],"texture":"#2"},"west":{"uv":[10,0,5,5],"texture":"#2"},"up":{"uv":[0,0,5,5],"texture":"#2"},"down":{"uv":[5,0,10,5],"texture":"#2"}}},{"from":[6.5,17,6.5],"to":[9.5,18,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,14,8]},"faces":{"north":{"uv":[4,9,7,10],"texture":"#0"},"east":{"uv":[4,9,7,10],"texture":"#0"},"south":{"uv":[4,9,7,10],"texture":"#0"},"west":{"uv":[4,9,7,10],"texture":"#0"},"down":{"uv":[4,10,7,13],"texture":"#0"}}},{"from":[6.875,15.5,8],"to":[9.125,17.5,9],"rotation":{"angle":-45,"axis":"x","origin":[8,14,8]},"faces":{"north":{"uv":[2,13,4,15],"texture":"#0"},"east":{"uv":[4,13,5,15],"texture":"#0"},"south":{"uv":[2,13,4,15],"texture":"#0"},"west":{"uv":[4,13,5,15],"texture":"#0"},"up":{"uv":[2,12,4,13],"texture":"#0"},"down":{"uv":[4,14,6,15],"texture":"#0"}}},{"from":[6.875,15.5,7],"to":[9.125,17.5,8],"rotation":{"angle":45,"axis":"x","origin":[8,14,8]},"faces":{"north":{"uv":[2,13,4,15],"texture":"#0"},"east":{"uv":[4,13,5,15],"texture":"#0"},"south":{"uv":[2,13,4,15],"texture":"#0"},"west":{"uv":[4,13,5,15],"texture":"#0"},"up":{"uv":[2,12,4,13],"texture":"#0"},"down":{"uv":[4,14,6,15],"texture":"#0"}}},{"from":[6.5,12,6.5],"to":[9.5,14,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,14,8]},"faces":{"north":{"uv":[4,8,7,10],"texture":"#0"},"east":{"uv":[4,8,7,10],"texture":"#0"},"south":{"uv":[4,8,7,10],"texture":"#0"},"west":{"uv":[4,8,7,10],"texture":"#0"},"up":{"uv":[4,5,7,8],"texture":"#0"},"down":{"uv":[4,10,7,13],"texture":"#0"}}},{"from":[7,6,7],"to":[9,17,9],"rotation":{"angle":0,"axis":"y","origin":[8,14,8]},"faces":{"north":{"uv":[2,0,4,11],"texture":"#0"},"east":{"uv":[2,0,4,11],"texture":"#0"},"south":{"uv":[2,0,4,11],"texture":"#0"},"west":{"uv":[2,0,4,11],"texture":"#0"}}},{"from":[7,-10,7],"to":[9,6,9],"rotation":{"angle":0,"axis":"y","origin":[8,14,8]},"faces":{"north":{"uv":[0,0,2,16],"texture":"#0"},"east":{"uv":[2,0,0,16],"texture":"#0"},"south":{"uv":[0,0,2,16],"texture":"#0"},"west":{"uv":[2,0,0,16],"texture":"#0"},"down":{"uv":[0,14,2,16],"texture":"#0"}}},{"from":[6,-8,6],"to":[10,-6,10],"rotation":{"angle":0,"axis":"y","origin":[8,14,8]},"faces":{"north":{"uv":[7,11,11,13],"texture":"#0"},"east":{"uv":[7,11,11,13],"texture":"#0"},"south":{"uv":[7,11,11,13],"texture":"#0"},"west":{"uv":[7,11,11,13],"texture":"#0"},"up":{"uv":[7,9,11,13],"texture":"#0"},"down":{"uv":[11,9,15,13],"texture":"#0"}}},{"from":[4,14,7],"to":[7,16,9],"faces":{"north":{"uv":[3,13,6,15],"texture":"#0"},"south":{"uv":[6,13,3,15],"texture":"#0"},"west":{"uv":[4,13,6,15],"texture":"#0"},"up":{"uv":[2,12,5,14],"rotation":180,"texture":"#0"},"down":{"uv":[3,13,6,15],"rotation":180,"texture":"#0"}}},{"from":[4,16,7],"to":[5,21,9],"faces":{"north":{"uv":[1,9,2,14],"texture":"#0"},"east":{"uv":[0,9,2,14],"texture":"#0"},"south":{"uv":[1,9,2,14],"texture":"#0"},"up":{"uv":[1,9,2,11],"rotation":180,"texture":"#0"}}},{"from":[-4,19,7],"to":[4,20,9],"faces":{"north":{"uv":[7,6,15,7],"texture":"#2"},"south":{"uv":[7,6,15,7],"texture":"#2"},"west":{"uv":[13,6,15,7],"texture":"#2"},"down":{"uv":[8,14,16,16],"rotation":180,"texture":"#2"}}},{"from":[-2,18,7],"to":[4,19,9],"faces":{"north":{"uv":[7,7,13,8],"texture":"#2"},"south":{"uv":[7,7,13,8],"texture":"#2"},"west":{"uv":[11,7,13,8],"texture":"#2"},"down":{"uv":[9,12,15,14],"rotation":180,"texture":"#2"}}},{"from":[-5,20,7],"to":[4,21,9],"faces":{"north":{"uv":[7,5,16,6],"texture":"#2"},"south":{"uv":[7,5,16,6],"texture":"#2"},"west":{"uv":[14,5,16,6],"texture":"#2"},"up":{"uv":[7,12,16,14],"rotation":180,"texture":"#2"},"down":{"uv":[7,12,16,14],"rotation":180,"texture":"#2"}}},{"from":[-1,17,7],"to":[4,18,9],"faces":{"north":{"uv":[7,8,12,9],"texture":"#2"},"south":{"uv":[7,8,12,9],"texture":"#2"},"west":{"uv":[10,8,12,9],"texture":"#2"},"down":{"uv":[7,14,12,16],"rotation":180,"texture":"#2"}}},{"from":[0,16,7],"to":[4,17,9],"faces":{"north":{"uv":[7,9,11,10],"texture":"#2"},"south":{"uv":[11,9,7,10],"texture":"#2"},"west":{"uv":[8,9,10,10],"texture":"#2"},"down":{"uv":[12,12,16,14],"rotation":180,"texture":"#2"}}},{"from":[1,15,7],"to":[4,16,9],"faces":{"north":{"uv":[7,10,10,11],"texture":"#2"},"south":{"uv":[10,10,7,11],"texture":"#2"},"west":{"uv":[8,10,10,11],"texture":"#2"},"down":{"uv":[7,14,10,16],"rotation":180,"texture":"#2"}}},{"from":[9,14,7],"to":[12,16,9],"faces":{"north":{"uv":[6,13,3,15],"texture":"#0"},"east":{"uv":[4,13,6,15],"texture":"#0"},"south":{"uv":[3,13,6,15],"texture":"#0"},"up":{"uv":[2,12,5,14],"texture":"#0"},"down":{"uv":[3,13,6,15],"texture":"#0"}}},{"from":[11,16,7],"to":[12,21,9],"faces":{"north":{"uv":[1,9,2,14],"texture":"#0"},"south":{"uv":[1,9,2,14],"texture":"#0"},"west":{"uv":[0,9,2,14],"texture":"#0"},"up":{"uv":[1,9,2,11],"texture":"#0"}}},{"from":[12,19,7],"to":[20,20,9],"faces":{"north":{"uv":[7,6,15,7],"texture":"#2"},"east":{"uv":[13,6,15,7],"texture":"#2"},"south":{"uv":[7,6,15,7],"texture":"#2"},"down":{"uv":[8,14,16,16],"texture":"#2"}}},{"from":[12,18,7],"to":[18,19,9],"faces":{"north":{"uv":[7,7,13,8],"texture":"#2"},"east":{"uv":[11,7,13,8],"texture":"#2"},"south":{"uv":[7,7,13,8],"texture":"#2"},"down":{"uv":[9,12,15,14],"texture":"#2"}}},{"from":[12,20,7],"to":[21,21,9],"faces":{"north":{"uv":[7,5,16,6],"texture":"#2"},"east":{"uv":[14,5,16,6],"texture":"#2"},"south":{"uv":[7,5,16,6],"texture":"#2"},"up":{"uv":[7,12,16,14],"texture":"#2"},"down":{"uv":[7,12,16,14],"texture":"#2"}}},{"from":[12,17,7],"to":[17,18,9],"faces":{"north":{"uv":[7,8,12,9],"texture":"#2"},"east":{"uv":[10,8,12,9],"texture":"#2"},"south":{"uv":[7,8,12,9],"texture":"#2"},"down":{"uv":[7,14,12,16],"texture":"#2"}}},{"from":[12,16,7],"to":[16,17,9],"faces":{"north":{"uv":[11,9,7,10],"texture":"#2"},"east":{"uv":[8,9,10,10],"texture":"#2"},"south":{"uv":[7,9,11,10],"texture":"#2"},"down":{"uv":[12,12,16,14],"texture":"#2"}}},{"from":[12,15,7],"to":[15,16,9],"faces":{"north":{"uv":[10,10,7,11],"texture":"#2"},"east":{"uv":[8,10,10,11],"texture":"#2"},"south":{"uv":[7,10,10,11],"texture":"#2"},"down":{"uv":[7,14,10,16],"texture":"#2"}}},{"from":[6,-14,7],"to":[10,-10,9],"rotation":{"angle":0,"axis":"y","origin":[8,10,8]},"faces":{"north":{"uv":[11,9,15,13],"texture":"#0"},"east":{"uv":[11,9,13,13],"texture":"#0"},"south":{"uv":[11,9,15,13],"texture":"#0"},"west":{"uv":[13,9,15,13],"texture":"#0"},"up":{"uv":[11,9,15,11],"texture":"#0"},"down":{"uv":[11,11,15,13],"texture":"#0"}}},{"from":[-4,8,8],"to":[20,32,8.1],"faces":{"north":{"uv":[0,0,16,16],"texture":"#1"},"south":{"uv":[16,0,0,16],"texture":"#1"}}},{"from":[4.5,-2.5,9],"to":[9.5,13.5,9.1],"rotation":{"angle":-22.5,"axis":"z","origin":[8,12,9]},"faces":{"north":{"uv":[11,0,16,16],"texture":"#3"},"south":{"uv":[16,0,11,16],"texture":"#3"}}},{"from":[6.5,-2.5,9],"to":[11.5,13.5,9.1],"rotation":{"angle":22.5,"axis":"z","origin":[8,12,9]},"faces":{"north":{"uv":[6,0,11,16],"texture":"#3"},"south":{"uv":[11,0,6,16],"texture":"#3"}}}],"display":{"thirdperson_righthand":{"rotation":[5,100,0],"translation":[0,3.75,2],"scale":[0.65,0.65,0.65]},"thirdperson_lefthand":{"rotation":[5,100,0],"translation":[0,3.75,2],"scale":[0.65,0.65,0.65]},"firstperson_righthand":{"rotation":[-10,105,0],"translation":[6.25,0,-5.25],"scale":[0.7,0.7,0.7]},"firstperson_lefthand":{"rotation":[-10,105,0],"translation":[6.25,0,-5.25],"scale":[0.7,0.7,0.7]},"ground":{"rotation":[45,45,0],"translation":[0,4,0],"scale":[0.35,0.35,0.35]},"gui":{"rotation":[-20,160,30],"translation":[0,0.75,0],"scale":[0.45,0.45,0.45]},"fixed":{"translation":[0,0.5,-0.75],"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/warrior/spear_air_a.json b/assets/minecraft/models/item/wynn/weapon/warrior/spear_air_a.json new file mode 100644 index 000000000..331507be6 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/warrior/spear_air_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"particle":"wynn/weapon/warrior/air_tier_all_0","texture":"wynn/weapon/warrior/air_tier_all_0","air2_wrap1":"wynn/weapon/warrior/air_tier_all_1"},"elements":[{"from":[5.75,19.25,7.5],"to":[9.25,19.75,8],"faces":{"north":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"east":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"south":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"west":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"up":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"},"down":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"}}},{"from":[2.5,17.875,7.5],"to":[6,18.375,8],"rotation":{"angle":22.5,"axis":"z","origin":[2.5,18.375,7.5]},"faces":{"north":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"east":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"south":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"west":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"up":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"},"down":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"}}},{"from":[0.0625,15.4375,7.5],"to":[3.5625,15.9375,8],"rotation":{"angle":45,"axis":"z","origin":[0.0625,15.9375,7.5]},"faces":{"north":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"east":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"south":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"west":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"up":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"},"down":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"}}},{"from":[0.25,15.5,7.5],"to":[3.75,16,8],"rotation":{"angle":22.5,"axis":"z","origin":[0.25,16,7.5]},"faces":{"north":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"east":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"south":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"west":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"up":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"},"down":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"}}},{"from":[3.4375,16.8125,7.5],"to":[6.9375,17.3125,8],"faces":{"north":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"east":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"south":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"west":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"up":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"},"down":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"}}},{"from":[8.5,4,7.25],"to":[9.5,19.75,8.25],"faces":{"north":{"uv":[0,7.25,16,8.5],"rotation":90,"texture":"#texture"},"east":{"uv":[0,6.25,16,7.75],"rotation":90,"texture":"#texture"},"south":{"uv":[0,7.25,16,8.5],"rotation":90,"texture":"#texture"},"west":{"uv":[0,6.25,16,7.75],"rotation":90,"texture":"#texture"},"up":{"uv":[12.5,5.5,13.75,6.75],"texture":"#texture"},"down":{"uv":[12.5,5.5,13.75,6.75],"texture":"#texture"}}},{"from":[8.25,16.25,7],"to":[9.75,20,8.5],"faces":{"north":{"uv":[6.5,11,7.25,12.75],"texture":"#texture"},"east":{"uv":[3.5,9.5,4.25,11.75],"texture":"#texture"},"south":{"uv":[6.5,11,7.25,12.75],"texture":"#texture"},"west":{"uv":[3.5,9.5,4.25,11.75],"texture":"#texture"},"up":{"uv":[5.75,11,7.25,12.5],"texture":"#texture"},"down":{"uv":[5.75,11,7.25,12.5],"texture":"#texture"}}},{"from":[6.8125,16.8125,7.5],"to":[8.5625,19.3125,8],"faces":{"north":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"east":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"south":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"west":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"up":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"},"down":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"}}},{"from":[4.75,17.25,7.5],"to":[7,19.25,8],"faces":{"north":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"east":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"south":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"west":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"up":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"},"down":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"}}},{"from":[3.75,17.25,7.5],"to":[4.75,18.75,8],"faces":{"north":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"east":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"south":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"west":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"up":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"},"down":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"}}},{"from":[3,17,7.5],"to":[3.75,18.5,8],"faces":{"north":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"east":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"south":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"west":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"up":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"},"down":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"}}},{"from":[2.25,16.75,7.5],"to":[3,18,8],"faces":{"north":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"east":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"south":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"west":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"up":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"},"down":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"}}},{"from":[1.75,16.5,7.5],"to":[2.25,17.5,8],"faces":{"north":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"east":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"south":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"west":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"up":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"},"down":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"}}},{"from":[1.25,16.25,7.5],"to":[1.75,17,8],"faces":{"north":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"east":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"south":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"west":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"up":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"},"down":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"}}},{"from":[8,3.75,6.75],"to":[10,5.5,8.75],"faces":{"north":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"east":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"south":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"west":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"up":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"down":{"uv":[1,1,7,7],"texture":"#air2_wrap1"}}},{"from":[2.625,17.3125,7.25],"to":[5.875,17.8125,8.25],"rotation":{"angle":22.5,"axis":"z","origin":[2.625,17.8125,7.25]},"faces":{"north":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"east":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"south":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"west":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"up":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"},"down":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"}}},{"from":[1.375,16.3125,7.25],"to":[3.125,16.5625,8.25],"rotation":{"angle":45,"axis":"z","origin":[1.375,16.5625,7.25]},"faces":{"north":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"east":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"south":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"west":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"up":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"},"down":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"}}},{"from":[1.5,16.375,7.25],"to":[4.75,16.625,8.25],"rotation":{"angle":22.5,"axis":"z","origin":[1.5,16.625,7.25]},"faces":{"north":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"east":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"south":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"west":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"up":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"},"down":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"}}},{"from":[5.625,18.5625,7.25],"to":[8.625,19.0625,8.25],"faces":{"north":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"east":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"south":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"west":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"up":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"},"down":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"}}},{"from":[4.0625,17.4375,7.25],"to":[6.3125,17.9375,8.25],"faces":{"north":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"east":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"south":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"west":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"up":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"},"down":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"}}},{"from":[5.75,17.9375,7.25],"to":[8.25,18.5625,8.25],"faces":{"north":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"east":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"south":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"west":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"up":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"},"down":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"}}},{"from":[6.25,17.4375,7.25],"to":[8.25,17.9375,8.25],"faces":{"north":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"east":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"south":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"west":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"up":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"},"down":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"}}},{"from":[4.375,17.4375,7.25],"to":[6,18.25,8.25],"rotation":{"angle":22.5,"axis":"z","origin":[4.375,18.25,7.25]},"faces":{"north":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"east":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"south":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"west":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"up":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"},"down":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"}}},{"from":[2.5,17,7.25],"to":[4.75,17.5,8.25],"rotation":{"angle":22.5,"axis":"z","origin":[2.5,17.5,7.25]},"faces":{"north":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"east":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"south":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"west":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"up":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"},"down":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"}}},{"from":[2,16.5625,7.25],"to":[2.875,17,8.25],"rotation":{"angle":45,"axis":"z","origin":[2,17,7.25]},"faces":{"north":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"east":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"south":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"west":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"up":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"},"down":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"}}},{"from":[2,16.75,7.25],"to":[2.25,17,8.25],"faces":{"north":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"east":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"south":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"west":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"up":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"},"down":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"}}},{"from":[7.5,17.75,7.25],"to":[9.75,18.25,8.25],"rotation":{"angle":-22.5,"axis":"z","origin":[7.5,18.25,7.25]},"faces":{"north":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"east":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"south":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"west":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"up":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"},"down":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"}}},{"from":[8.25,3.5,7],"to":[9.75,5.75,8.5],"faces":{"north":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"east":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"south":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"west":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"up":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"down":{"uv":[1,1,7,7],"texture":"#air2_wrap1"}}},{"from":[8.25,15.5,7],"to":[9.75,16,8.5],"faces":{"north":{"uv":[13.75,4.5,15.25,5],"texture":"#texture"},"east":{"uv":[13.75,4.25,15.25,4.75],"texture":"#texture"},"south":{"uv":[13.75,4.5,15.25,5],"texture":"#texture"},"west":{"uv":[13.75,4.25,15.25,4.75],"texture":"#texture"},"up":{"uv":[13.5,4,14.5,4.75],"texture":"#texture"},"down":{"uv":[13.5,4,14.5,4.75],"texture":"#texture"}}},{"from":[8.25,14.75,7],"to":[9.75,15.25,8.5],"faces":{"north":{"uv":[13.75,4.5,15.25,5],"texture":"#texture"},"east":{"uv":[13.75,4.25,15.25,4.75],"texture":"#texture"},"south":{"uv":[13.75,4.5,15.25,5],"texture":"#texture"},"west":{"uv":[13.75,4.25,15.25,4.75],"texture":"#texture"},"up":{"uv":[13.5,4,14.5,4.75],"texture":"#texture"},"down":{"uv":[13.5,4,14.5,4.75],"texture":"#texture"}}},{"from":[8.25,7,7],"to":[9.75,10.5,8.5],"faces":{"north":{"uv":[5,9,6.5,12.5],"texture":"#air2_wrap1"},"east":{"uv":[6.5,11,8,14.5],"texture":"#air2_wrap1"},"south":{"uv":[5,9,6.5,12.5],"texture":"#air2_wrap1"},"west":{"uv":[6.5,11,8,14.5],"texture":"#air2_wrap1"},"up":{"uv":[5.5,9.5,7,11],"texture":"#air2_wrap1"},"down":{"uv":[5.5,9.5,7,11],"texture":"#air2_wrap1"}}},{"from":[8.125,10.5,6.875],"to":[9.875,11,8.625],"faces":{"north":{"uv":[3.5,10.25,8.5,11.75],"rotation":90,"texture":"#texture"},"east":{"uv":[3.25,10.25,8,11.5],"rotation":90,"texture":"#texture"},"south":{"uv":[3.5,10.25,8.5,11.75],"rotation":90,"texture":"#texture"},"west":{"uv":[3.25,10.25,8,11.5],"rotation":90,"texture":"#texture"},"up":{"uv":[6.25,11.25,7.75,12.75],"texture":"#texture"},"down":{"uv":[6.25,11.25,7.75,12.75],"texture":"#texture"}}},{"from":[8.125,6.5,6.875],"to":[9.875,7,8.625],"faces":{"north":{"uv":[3.5,10.25,8.5,11.75],"rotation":90,"texture":"#texture"},"east":{"uv":[3.25,10.25,8,11.5],"rotation":90,"texture":"#texture"},"south":{"uv":[3.5,10.25,8.5,11.75],"rotation":90,"texture":"#texture"},"west":{"uv":[3.25,10.25,8,11.5],"rotation":90,"texture":"#texture"},"up":{"uv":[6.25,11.25,7.75,12.75],"texture":"#texture"},"down":{"uv":[6.25,11.25,7.75,12.75],"texture":"#texture"}}},{"from":[8.25,4,6.5],"to":[9.75,5.25,9],"faces":{"north":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"east":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"south":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"west":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"up":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"down":{"uv":[1,1,7,7],"texture":"#air2_wrap1"}}},{"from":[7.75,4,7],"to":[10.25,5.25,8.5],"faces":{"north":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"east":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"south":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"west":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"up":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"down":{"uv":[1,1,7,7],"texture":"#air2_wrap1"}}}],"display":{"thirdperson_righthand":{"rotation":[180,-90,180],"translation":[-0.38,-3.21,0.76],"scale":[1.32,1.32,1.32]},"thirdperson_lefthand":{"rotation":[180,90,180],"translation":[-0.38,-3.21,0.76],"scale":[1.32,1.32,1.32]},"firstperson_righthand":{"rotation":[-1,-86,13],"translation":[-0.38,-0.94,0.19],"scale":[1.01,1.01,1.01]},"firstperson_lefthand":{"rotation":[-1,82,-9],"translation":[-0.38,-0.94,0.19],"scale":[1.01,1.01,1.01]},"ground":{"rotation":[45,0,45],"translation":[0,6,0],"scale":[0.8,0.8,0.8]},"gui":{"rotation":[-20,160,30],"translation":[-3,-3,0],"scale":[0.9,0.9,0.9]},"head":{"translation":[0,3.1,0]},"fixed":{"translation":[0.5,-4,-0.5]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/warrior/spear_air_b.json b/assets/minecraft/models/item/wynn/weapon/warrior/spear_air_b.json new file mode 100644 index 000000000..fc013120c --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/warrior/spear_air_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"particle":"wynn/weapon/warrior/air_tier_all_0","texture":"wynn/weapon/warrior/air_tier_all_0","air2_wrap1":"wynn/weapon/warrior/air_tier_all_1","air_anim3":"wynn/weapon/anim/air_swirl"},"elements":[{"from":[5.75,13.25,7.5],"to":[9.25,13.75,8],"faces":{"north":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"east":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"south":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"west":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"up":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"},"down":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"}}},{"from":[2.5,11.875,7.5],"to":[6,12.375,8],"rotation":{"angle":22.5,"axis":"z","origin":[2.5,12.375,7.5]},"faces":{"north":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"east":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"south":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"west":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"up":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"},"down":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"}}},{"from":[0.0625,9.4375,7.5],"to":[3.5625,9.9375,8],"rotation":{"angle":45,"axis":"z","origin":[0.0625,9.9375,7.5]},"faces":{"north":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"east":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"south":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"west":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"up":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"},"down":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"}}},{"from":[0.25,9.5,7.5],"to":[3.75,10,8],"rotation":{"angle":22.5,"axis":"z","origin":[0.25,10,7.5]},"faces":{"north":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"east":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"south":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"west":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"up":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"},"down":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"}}},{"from":[3.4375,10.8125,7.5],"to":[6.9375,11.3125,8],"faces":{"north":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"east":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"south":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"west":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"up":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"},"down":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"}}},{"from":[6.75,10.8125,7.5],"to":[9,11.3125,8],"rotation":{"angle":-22.5,"axis":"z","origin":[6.75,11.3125,7.5]},"faces":{"north":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"east":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"south":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"west":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"up":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"},"down":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"}}},{"from":[8.5,-7.5,7.25],"to":[9.5,13.75,8.25],"faces":{"north":{"uv":[0,6.5,16,7.5],"rotation":90,"texture":"#texture"},"east":{"uv":[0,7.25,16,8.5],"rotation":90,"texture":"#texture"},"south":{"uv":[0,6.5,16,7.5],"rotation":90,"texture":"#texture"},"west":{"uv":[0,7.25,16,8.5],"rotation":90,"texture":"#texture"},"up":{"uv":[8.5,7.25,9.5,8.25],"texture":"#texture"},"down":{"uv":[8.5,7.25,9.5,8.25],"texture":"#texture"}}},{"from":[8,12.75,6.75],"to":[10,14.25,8.75],"faces":{"north":{"uv":[13.75,4,15.25,4.75],"texture":"#texture"},"east":{"uv":[13.75,4,15,4.75],"texture":"#texture"},"south":{"uv":[13.75,4,15.25,4.75],"texture":"#texture"},"west":{"uv":[13.75,4,15,4.75],"texture":"#texture"},"up":{"uv":[13.5,4,14.5,4.75],"texture":"#texture"},"down":{"uv":[13.5,4,14.5,4.75],"texture":"#texture"}}},{"from":[8,9.75,6.75],"to":[10,11.25,8.75],"faces":{"north":{"uv":[13.75,4,15.25,4.75],"texture":"#texture"},"east":{"uv":[13.75,4,15,4.75],"texture":"#texture"},"south":{"uv":[13.75,4,15.25,4.75],"texture":"#texture"},"west":{"uv":[13.75,4,15,4.75],"texture":"#texture"},"up":{"uv":[13.5,4,14.5,4.75],"texture":"#texture"},"down":{"uv":[13.5,4,14.5,4.75],"texture":"#texture"}}},{"from":[8.25,11.25,7],"to":[9.75,12.75,8.5],"faces":{"north":{"uv":[5.5,6,7,7.5],"texture":"#texture"},"east":{"uv":[12,6,13.5,7.5],"texture":"#texture"},"south":{"uv":[5.5,6,7,7.5],"texture":"#texture"},"west":{"uv":[12,6,13.5,7.5],"texture":"#texture"},"up":{"uv":[8.25,7,9.75,8.5],"texture":"#texture"},"down":{"uv":[8.25,7,9.75,8.5],"texture":"#texture"}}},{"from":[7,10.75,7.5],"to":[8.5,13.25,8],"faces":{"north":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"east":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"south":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"west":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"up":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"},"down":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"}}},{"from":[4.75,11.25,7.5],"to":[7,13.25,8],"faces":{"north":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"east":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"south":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"west":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"up":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"},"down":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"}}},{"from":[3.75,11.25,7.5],"to":[4.75,12.75,8],"faces":{"north":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"east":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"south":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"west":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"up":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"},"down":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"}}},{"from":[3,11,7.5],"to":[3.75,12.5,8],"faces":{"north":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"east":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"south":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"west":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"up":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"},"down":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"}}},{"from":[2.25,10.75,7.5],"to":[3,12,8],"faces":{"north":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"east":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"south":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"west":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"up":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"},"down":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"}}},{"from":[1.75,10.5,7.5],"to":[2.25,11.5,8],"faces":{"north":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"east":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"south":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"west":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"up":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"},"down":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"}}},{"from":[1.25,10.25,7.5],"to":[1.75,11,8],"faces":{"north":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"east":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"south":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"west":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"up":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"},"down":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"}}},{"from":[8.25,0,7],"to":[9.75,1,8.5],"faces":{"north":{"uv":[13.25,9.5,14.75,10.5],"texture":"#texture"},"east":{"uv":[13.25,10,14.75,11],"texture":"#texture"},"south":{"uv":[13.25,9.5,14.75,10.5],"texture":"#texture"},"west":{"uv":[13.25,10,14.75,11],"texture":"#texture"},"up":{"uv":[13.25,9.25,14.75,10.75],"texture":"#texture"},"down":{"uv":[13.25,9.25,14.75,10.75],"texture":"#texture"}}},{"from":[8.25,-1.5,7],"to":[9.75,-0.5,8.5],"faces":{"north":{"uv":[13.25,9.5,14.75,10.5],"texture":"#texture"},"east":{"uv":[13.25,10,14.75,11],"texture":"#texture"},"south":{"uv":[13.25,9.5,14.75,10.5],"texture":"#texture"},"west":{"uv":[13.25,10,14.75,11],"texture":"#texture"},"up":{"uv":[13.25,9.25,14.75,10.75],"texture":"#texture"},"down":{"uv":[13.25,9.25,14.75,10.75],"texture":"#texture"}}},{"from":[8.25,-3,7],"to":[9.75,-2,8.5],"faces":{"north":{"uv":[13.25,9.5,14.75,10.5],"texture":"#texture"},"east":{"uv":[13.25,10,14.75,11],"texture":"#texture"},"south":{"uv":[13.25,9.5,14.75,10.5],"texture":"#texture"},"west":{"uv":[13.25,10,14.75,11],"texture":"#texture"},"up":{"uv":[13.25,9.25,14.75,10.75],"texture":"#texture"},"down":{"uv":[13.25,9.25,14.75,10.75],"texture":"#texture"}}},{"from":[8.25,-4.5,7],"to":[9.75,-3.5,8.5],"faces":{"north":{"uv":[13.25,9.5,14.75,10.5],"texture":"#texture"},"east":{"uv":[13.25,10,14.75,11],"texture":"#texture"},"south":{"uv":[13.25,9.5,14.75,10.5],"texture":"#texture"},"west":{"uv":[13.25,10,14.75,11],"texture":"#texture"},"up":{"uv":[13.25,9.25,14.75,10.75],"texture":"#texture"},"down":{"uv":[13.25,9.25,14.75,10.75],"texture":"#texture"}}},{"from":[8.25,-6,7],"to":[9.75,-5,8.5],"faces":{"north":{"uv":[13.25,9.5,14.75,10.5],"texture":"#texture"},"east":{"uv":[13.25,10,14.75,11],"texture":"#texture"},"south":{"uv":[13.25,9.5,14.75,10.5],"texture":"#texture"},"west":{"uv":[13.25,10,14.75,11],"texture":"#texture"},"up":{"uv":[13.25,9.25,14.75,10.75],"texture":"#texture"},"down":{"uv":[13.25,9.25,14.75,10.75],"texture":"#texture"}}},{"from":[8.25,-7.5,7],"to":[9.75,-6.5,8.5],"faces":{"north":{"uv":[13.25,9.5,14.75,10.5],"texture":"#texture"},"east":{"uv":[13.25,10,14.75,11],"texture":"#texture"},"south":{"uv":[13.25,9.5,14.75,10.5],"texture":"#texture"},"west":{"uv":[13.25,10,14.75,11],"texture":"#texture"},"up":{"uv":[13.25,9.25,14.75,10.75],"texture":"#texture"},"down":{"uv":[13.25,9.25,14.75,10.75],"texture":"#texture"}}},{"from":[8.25,-8.75,7],"to":[9.75,-8.25,8.5],"faces":{"north":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"east":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"south":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"west":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"up":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"down":{"uv":[1,1,7,7],"texture":"#air2_wrap1"}}},{"from":[7.75,-11,6.5],"to":[10.25,-8.75,9],"faces":{"north":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"east":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"south":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"west":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"up":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"down":{"uv":[1,1,7,7],"texture":"#air2_wrap1"}}},{"from":[8.25,-11.5,7],"to":[9.75,-11,8.5],"faces":{"north":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"east":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"south":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"west":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"up":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"down":{"uv":[1,1,7,7],"texture":"#air2_wrap1"}}},{"from":[8.25,-10.5,9],"to":[9.75,-9.25,9.5],"faces":{"north":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"east":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"south":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"west":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"up":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"down":{"uv":[1,1,7,7],"texture":"#air2_wrap1"}}},{"from":[8.25,-10.5,7],"to":[9.75,-9.25,8.5],"faces":{"north":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"east":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"south":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"west":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"up":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"down":{"uv":[1,1,7,7],"texture":"#air2_wrap1"}}},{"from":[8.25,-10.5,6],"to":[9.75,-9.25,6.5],"faces":{"north":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"east":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"south":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"west":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"up":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"down":{"uv":[1,1,7,7],"texture":"#air2_wrap1"}}},{"from":[7.25,-10.5,7],"to":[7.75,-9.25,8.5],"faces":{"north":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"east":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"south":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"west":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"up":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"down":{"uv":[1,1,7,7],"texture":"#air2_wrap1"}}},{"from":[10.25,-10.5,7],"to":[10.75,-9.25,8.5],"faces":{"north":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"east":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"south":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"west":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"up":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"down":{"uv":[1,1,7,7],"texture":"#air2_wrap1"}}},{"from":[7.75,-7.75,6.5],"to":[10.25,-7.25,9],"faces":{"north":{"uv":[13.25,9.5,14.75,10.5],"texture":"#texture"},"east":{"uv":[13.25,10,14.75,11],"texture":"#texture"},"south":{"uv":[13.25,9.5,14.75,10.5],"texture":"#texture"},"west":{"uv":[13.25,10,14.75,11],"texture":"#texture"},"up":{"uv":[13.25,9.25,14.75,10.75],"texture":"#texture"},"down":{"uv":[13.25,9.25,14.75,10.75],"texture":"#texture"}}},{"from":[7.75,-12.5,6.5],"to":[10.25,-12,9],"faces":{"north":{"uv":[13.25,9.5,14.75,10.5],"texture":"#texture"},"east":{"uv":[13.25,10,14.75,11],"texture":"#texture"},"south":{"uv":[13.25,9.5,14.75,10.5],"texture":"#texture"},"west":{"uv":[13.25,10,14.75,11],"texture":"#texture"},"up":{"uv":[13.25,9.25,14.75,10.75],"texture":"#texture"},"down":{"uv":[13.25,9.25,14.75,10.75],"texture":"#texture"}}},{"from":[8.25,-13,7],"to":[9.75,-12.5,8.5],"faces":{"north":{"uv":[13.25,9.5,14.75,10.5],"texture":"#texture"},"east":{"uv":[13.25,10,14.75,11],"texture":"#texture"},"south":{"uv":[13.25,9.5,14.75,10.5],"texture":"#texture"},"west":{"uv":[13.25,10,14.75,11],"texture":"#texture"},"up":{"uv":[13.25,9.25,14.75,10.75],"texture":"#texture"},"down":{"uv":[13.25,9.25,14.75,10.75],"texture":"#texture"}}},{"from":[5.75,-13.25,7.75],"to":[12.25,-6.5,7.8125],"faces":{"north":{"uv":[0,0,16,16],"texture":"#air_anim3"},"south":{"uv":[16,0,0,16],"texture":"#air_anim3"}}},{"from":[5.75,-14.1875,5.4375],"to":[12.25,-7.4375,5.5],"rotation":{"angle":-45,"axis":"x","origin":[5.75,-7.4375,5.4375]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#air_anim3"},"south":{"uv":[16,0,0,16],"texture":"#air_anim3"}}},{"from":[5.75,-14.1875,10.0625],"to":[12.25,-7.4375,10.125],"rotation":{"angle":45,"axis":"x","origin":[5.75,-7.4375,10.0625]},"faces":{"north":{"uv":[0,0,16,16],"rotation":270,"texture":"#air_anim3"},"south":{"uv":[16,0,0,16],"rotation":270,"texture":"#air_anim3"}}},{"from":[5.75,-9.8125,4.5],"to":[12.25,-9.75,11],"faces":{"up":{"uv":[0,0,16,16],"rotation":90,"texture":"#air_anim3"},"down":{"uv":[16,0,0,16],"rotation":90,"texture":"#air_anim3"}}},{"from":[2.625,11.3125,7.25],"to":[5.875,11.8125,8.25],"rotation":{"angle":22.5,"axis":"z","origin":[2.625,11.8125,7.25]},"faces":{"north":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"east":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"south":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"west":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"up":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"},"down":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"}}},{"from":[1.375,10.3125,7.25],"to":[3.125,10.5625,8.25],"rotation":{"angle":45,"axis":"z","origin":[1.375,10.5625,7.25]},"faces":{"north":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"east":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"south":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"west":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"up":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"},"down":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"}}},{"from":[1.5,10.375,7.25],"to":[4.75,10.625,8.25],"rotation":{"angle":22.5,"axis":"z","origin":[1.5,10.625,7.25]},"faces":{"north":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"east":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"south":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"west":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"up":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"},"down":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"}}},{"from":[5.625,12.5625,7.25],"to":[8.625,13.0625,8.25],"faces":{"north":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"east":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"south":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"west":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"up":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"},"down":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"}}},{"from":[4.0625,11.4375,7.25],"to":[6.3125,11.9375,8.25],"faces":{"north":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"east":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"south":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"west":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"up":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"},"down":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"}}},{"from":[6.25,11.5,7.25],"to":[8.5,12,8.25],"rotation":{"angle":-22.5,"axis":"z","origin":[6.25,12,7.25]},"faces":{"north":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"east":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"south":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"west":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"up":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"},"down":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"}}},{"from":[5.75,11.9375,7.25],"to":[8.25,12.5625,8.25],"faces":{"north":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"east":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"south":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"west":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"up":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"},"down":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"}}},{"from":[6.6875,11.8125,7.25],"to":[8.9375,12.625,8.25],"rotation":{"angle":-22.5,"axis":"z","origin":[6.6875,12.625,7.25]},"faces":{"north":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"east":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"south":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"west":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"up":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"},"down":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"}}},{"from":[4.375,11.4375,7.25],"to":[6,12.25,8.25],"rotation":{"angle":22.5,"axis":"z","origin":[4.375,12.25,7.25]},"faces":{"north":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"east":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"south":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"west":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"up":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"},"down":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"}}},{"from":[2.5,11,7.25],"to":[4.75,11.5,8.25],"rotation":{"angle":22.5,"axis":"z","origin":[2.5,11.5,7.25]},"faces":{"north":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"east":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"south":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"west":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"up":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"},"down":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"}}},{"from":[2,10.5625,7.25],"to":[2.875,11,8.25],"rotation":{"angle":45,"axis":"z","origin":[2,11,7.25]},"faces":{"north":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"east":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"south":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"west":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"up":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"},"down":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"}}},{"from":[2,10.75,7.25],"to":[2.25,11,8.25],"faces":{"north":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"east":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"south":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"west":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"up":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"},"down":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[180,-90,180],"translation":[-0.38,11.34,0.76],"scale":[1.5,1.5,1.5]},"thirdperson_lefthand":{"rotation":[180,90,180],"translation":[0.38,11.34,0.76],"scale":[1.5,1.5,1.5]},"firstperson_righthand":{"rotation":[-1,-81,13],"translation":[-0.76,8.69,-0.94],"scale":[0.85,0.85,0.85]},"firstperson_lefthand":{"rotation":[-1,89,-11],"translation":[0.94,8.69,-1.32],"scale":[0.85,0.85,0.85]},"ground":{"rotation":[45,0,45],"translation":[0,9,0],"scale":[0.8,0.8,0.8]},"gui":{"rotation":[-20,160,30],"translation":[1.5,4.25,0],"scale":[0.65,0.65,0.65]},"head":{"translation":[0,3.1,0]},"fixed":{"translation":[0,5.25,-0.5],"scale":[0.86,0.86,0.86]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/warrior/spear_air_c.json b/assets/minecraft/models/item/wynn/weapon/warrior/spear_air_c.json new file mode 100644 index 000000000..9ba29ae61 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/warrior/spear_air_c.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"particle":"wynn/weapon/warrior/air_tier_all_0","texture":"wynn/weapon/warrior/air_tier_all_0","air2_wrap1":"wynn/weapon/warrior/air_tier_all_1","air_anim3":"wynn/weapon/anim/air_swirl"},"elements":[{"from":[5.75,21.25,7.5],"to":[9,21.75,8],"faces":{"north":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"east":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"south":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"west":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"up":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"},"down":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"}}},{"from":[2.5,19.875,7.5],"to":[6,20.375,8],"rotation":{"angle":22.5,"axis":"z","origin":[2.5,20.375,7.5]},"faces":{"north":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"east":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"south":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"west":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"up":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"},"down":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"}}},{"from":[0.0625,17.4375,7.5],"to":[3.5625,17.9375,8],"rotation":{"angle":45,"axis":"z","origin":[0.0625,17.9375,7.5]},"faces":{"north":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"east":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"south":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"west":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"up":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"},"down":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"}}},{"from":[0.25,17.5,7.5],"to":[3.75,18,8],"rotation":{"angle":22.5,"axis":"z","origin":[0.25,18,7.5]},"faces":{"north":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"east":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"south":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"west":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"up":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"},"down":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"}}},{"from":[3.4375,18.8125,7.5],"to":[6.9375,19.3125,8],"faces":{"north":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"east":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"south":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"west":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"up":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"},"down":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"}}},{"from":[6.75,18.8125,7.5],"to":[8.75,19.3125,8],"rotation":{"angle":-22.5,"axis":"z","origin":[6.75,19.3125,7.5]},"faces":{"north":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"east":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"south":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"west":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"up":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"},"down":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"}}},{"from":[8.25,3,7.375],"to":[9,18.5,8.125],"faces":{"north":{"uv":[13.25,9.5,14.75,10.5],"texture":"#texture"},"east":{"uv":[14,10.5,15.5,11.5],"texture":"#texture"},"south":{"uv":[13.25,9.5,14.75,10.5],"texture":"#texture"},"west":{"uv":[14,10.5,15.5,11.5],"texture":"#texture"},"up":{"uv":[13.25,9.25,14.75,10.75],"texture":"#texture"},"down":{"uv":[13.25,9.25,14.75,10.75],"texture":"#texture"}}},{"from":[7.25,18,7],"to":[10,18.5,8.5],"faces":{"north":{"uv":[12.75,4.25,15.5,4.75],"rotation":90,"texture":"#texture"},"east":{"uv":[13.75,4.25,15.25,4.75],"rotation":90,"texture":"#texture"},"south":{"uv":[12.75,4.25,15.5,4.75],"rotation":90,"texture":"#texture"},"west":{"uv":[13.75,4.25,15.25,4.75],"rotation":90,"texture":"#texture"},"up":{"uv":[12.25,3.25,15,4.75],"texture":"#texture"},"down":{"uv":[12.25,3.25,15,4.75],"texture":"#texture"}}},{"from":[7,18.75,7.5],"to":[8.5,21.25,8],"faces":{"north":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"east":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"south":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"west":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"up":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"},"down":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"}}},{"from":[4.75,19.25,7.5],"to":[7,21.25,8],"faces":{"north":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"east":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"south":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"west":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"up":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"},"down":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"}}},{"from":[3.75,19.25,7.5],"to":[4.75,20.75,8],"faces":{"north":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"east":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"south":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"west":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"up":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"},"down":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"}}},{"from":[3,19,7.5],"to":[3.75,20.5,8],"faces":{"north":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"east":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"south":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"west":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"up":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"},"down":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"}}},{"from":[2.25,18.75,7.5],"to":[3,20,8],"faces":{"north":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"east":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"south":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"west":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"up":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"},"down":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"}}},{"from":[1.75,18.5,7.5],"to":[2.25,19.5,8],"faces":{"north":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"east":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"south":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"west":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"up":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"},"down":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"}}},{"from":[1.25,18.25,7.5],"to":[1.75,19,8],"faces":{"north":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"east":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"south":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"west":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"up":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"},"down":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"}}},{"from":[2.635,19.3225,7.26],"to":[6.365,19.8025,8.24],"rotation":{"angle":22.5,"axis":"z","origin":[2.625,19.8125,7.25]},"faces":{"north":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"east":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"south":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"west":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"up":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"},"down":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"}}},{"from":[1.375,18.3125,7.25],"to":[3.175,18.5625,8.25],"rotation":{"angle":45,"axis":"z","origin":[1.375,18.5625,7.25]},"faces":{"north":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"east":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"south":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"west":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"up":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"},"down":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"}}},{"from":[1.51,18.385,7.26],"to":[4.74,18.615,8.24],"rotation":{"angle":22.5,"axis":"z","origin":[1.5,18.625,7.25]},"faces":{"north":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"east":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"south":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"west":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"up":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"},"down":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"}}},{"from":[6.0825,20.52,7.27],"to":[8.0425,21.23,8.23],"faces":{"north":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"east":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"south":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"west":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"up":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"},"down":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"}}},{"from":[3.508,19.258,7.258],"to":[6.992,19.992,8.242],"faces":{"north":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"east":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"south":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"west":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"up":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"},"down":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"}}},{"from":[6.26,19.51,7.26],"to":[9.24,19.99,8.24],"rotation":{"angle":-22.5,"axis":"z","origin":[6.25,20,7.25]},"faces":{"north":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"east":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"south":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"west":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"up":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"},"down":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"}}},{"from":[5.76,19.9475,7.26],"to":[8.24,20.5525,8.24],"faces":{"north":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"east":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"south":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"west":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"up":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"},"down":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"}}},{"from":[6.7075,19.8325,7.27],"to":[8.9175,20.605,8.23],"rotation":{"angle":-22.5,"axis":"z","origin":[6.6875,20.625,7.25]},"faces":{"north":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"east":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"south":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"west":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"up":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"},"down":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"}}},{"from":[4.395,19.4575,7.27],"to":[5.98,20.23,8.23],"rotation":{"angle":22.5,"axis":"z","origin":[4.375,20.25,7.25]},"faces":{"north":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"east":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"south":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"west":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"up":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"},"down":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"}}},{"from":[2.505,19.005,7.255],"to":[4.745,19.495,8.245],"rotation":{"angle":22.5,"axis":"z","origin":[2.5,19.5,7.25]},"faces":{"north":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"east":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"south":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"west":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"up":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"},"down":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"}}},{"from":[2.02,18.5825,7.27],"to":[2.855,18.98,8.23],"rotation":{"angle":45,"axis":"z","origin":[2,19,7.25]},"faces":{"north":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"east":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"south":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"west":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"up":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"},"down":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"}}},{"from":[2,18.75,7.25],"to":[2.25,19,8.25],"faces":{"north":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"east":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"south":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"west":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"up":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"},"down":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"}}},{"from":[7.75,16.5,7],"to":[9.5,17,8.5],"faces":{"north":{"uv":[12.75,4.25,15.5,4.75],"rotation":90,"texture":"#texture"},"east":{"uv":[13.75,4.25,15.25,4.75],"rotation":90,"texture":"#texture"},"south":{"uv":[12.75,4.25,15.5,4.75],"rotation":90,"texture":"#texture"},"west":{"uv":[13.75,4.25,15.25,4.75],"rotation":90,"texture":"#texture"},"up":{"uv":[12.25,3.25,15,4.75],"texture":"#texture"},"down":{"uv":[12.25,3.25,15,4.75],"texture":"#texture"}}},{"from":[8,15.75,7],"to":[9.25,16.25,8.5],"faces":{"north":{"uv":[12.75,4.25,15.5,4.75],"rotation":90,"texture":"#texture"},"east":{"uv":[13.75,4.25,15.25,4.75],"rotation":90,"texture":"#texture"},"south":{"uv":[12.75,4.25,15.5,4.75],"rotation":90,"texture":"#texture"},"west":{"uv":[13.75,4.25,15.25,4.75],"rotation":90,"texture":"#texture"},"up":{"uv":[12.25,3.25,15,4.75],"texture":"#texture"},"down":{"uv":[12.25,3.25,15,4.75],"texture":"#texture"}}},{"from":[7.5,17.25,7],"to":[9.75,17.75,8.5],"faces":{"north":{"uv":[12.75,4.25,15.5,4.75],"rotation":90,"texture":"#texture"},"east":{"uv":[13.75,4.25,15.25,4.75],"rotation":90,"texture":"#texture"},"south":{"uv":[12.75,4.25,15.5,4.75],"rotation":90,"texture":"#texture"},"west":{"uv":[13.75,4.25,15.25,4.75],"rotation":90,"texture":"#texture"},"up":{"uv":[12.25,3.25,15,4.75],"texture":"#texture"},"down":{"uv":[12.25,3.25,15,4.75],"texture":"#texture"}}},{"from":[5.75,21.25,7.5],"to":[9.75,21.75,8],"faces":{"north":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"east":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"south":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"west":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"up":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"},"down":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"}}},{"from":[7.75,18.5,7],"to":[9.625,21.5,8.5],"faces":{"north":{"uv":[13.75,4.25,15.25,4.75],"texture":"#texture"},"east":{"uv":[11.75,4,12.75,4.5],"texture":"#texture"},"south":{"uv":[13.75,4.25,15.25,4.75],"texture":"#texture"},"west":{"uv":[11.75,4,12.75,4.5],"texture":"#texture"},"up":{"uv":[13.75,4,15,4.75],"texture":"#texture"},"down":{"uv":[13.75,4,15,4.75],"texture":"#texture"}}},{"from":[8,21.5,7.25],"to":[9.25,22,8.25],"faces":{"north":{"uv":[13.75,4.25,15.25,4.75],"texture":"#texture"},"east":{"uv":[11.75,4,12.75,4.5],"texture":"#texture"},"south":{"uv":[13.75,4.25,15.25,4.75],"texture":"#texture"},"west":{"uv":[11.75,4,12.75,4.5],"texture":"#texture"},"up":{"uv":[13.75,4,15,4.75],"texture":"#texture"},"down":{"uv":[13.75,4,15,4.75],"texture":"#texture"}}},{"from":[8.25,21.125,7.375],"to":[9,22.375,8.125],"faces":{"north":{"uv":[13.75,4.25,15.25,4.75],"texture":"#texture"},"east":{"uv":[11.75,4,12.75,4.5],"texture":"#texture"},"south":{"uv":[13.75,4.25,15.25,4.75],"texture":"#texture"},"west":{"uv":[11.75,4,12.75,4.5],"texture":"#texture"},"up":{"uv":[13.75,4,15,4.75],"texture":"#texture"},"down":{"uv":[13.75,4,15,4.75],"texture":"#texture"}}},{"from":[8.125,21,7.375],"to":[9.125,22.25,8.125],"faces":{"north":{"uv":[13.75,4.25,15.25,4.75],"texture":"#texture"},"east":{"uv":[11.75,4,12.75,4.5],"texture":"#texture"},"south":{"uv":[13.75,4.25,15.25,4.75],"texture":"#texture"},"west":{"uv":[11.75,4,12.75,4.5],"texture":"#texture"},"up":{"uv":[13.75,4,15,4.75],"texture":"#texture"},"down":{"uv":[13.75,4,15,4.75],"texture":"#texture"}}},{"from":[7.75,14,7.25],"to":[9.5,15.25,8.25],"faces":{"north":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"east":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"south":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"west":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"up":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"down":{"uv":[1,1,7,7],"texture":"#air2_wrap1"}}},{"from":[8,14,7],"to":[9.25,15.25,8.5],"faces":{"north":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"east":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"south":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"west":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"up":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"down":{"uv":[1,1,7,7],"texture":"#air2_wrap1"}}},{"from":[8,13.75,7.25],"to":[9.25,15.5,8.25],"faces":{"north":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"east":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"south":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"west":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"up":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"down":{"uv":[1,1,7,7],"texture":"#air2_wrap1"}}},{"from":[8,6,7.25],"to":[9.25,6.75,8.25],"faces":{"north":{"uv":[6.25,11.25,7,12.75],"texture":"#texture"},"east":{"uv":[3.25,10.25,3.75,11.75],"texture":"#texture"},"south":{"uv":[6.25,11.25,7,12.75],"texture":"#texture"},"west":{"uv":[3.25,10.25,3.75,11.75],"texture":"#texture"},"up":{"uv":[9.75,11,11.5,11.75],"texture":"#texture"},"down":{"uv":[9.75,11,11.5,11.75],"texture":"#texture"}}},{"from":[6.675,12.725,7.675],"to":[10.575,16.775,7.7375],"faces":{"north":{"uv":[0,0,16,16],"texture":"#air_anim3"},"south":{"uv":[16,0,0,16],"texture":"#air_anim3"}}},{"from":[6.675,12.1625,6.2875],"to":[10.575,16.2125,6.35],"rotation":{"angle":-45,"axis":"x","origin":[6.675,16.2125,6.2875]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#air_anim3"},"south":{"uv":[16,0,0,16],"texture":"#air_anim3"}}},{"from":[6.675,12.1625,9.0625],"to":[10.575,16.2125,9.125],"rotation":{"angle":45,"axis":"x","origin":[6.675,16.2125,9.0625]},"faces":{"north":{"uv":[0,0,16,16],"rotation":270,"texture":"#air_anim3"},"south":{"uv":[16,0,0,16],"rotation":270,"texture":"#air_anim3"}}},{"from":[6.675,14.7625,5.725],"to":[10.575,14.825,9.625],"faces":{"up":{"uv":[0,0,16,16],"rotation":90,"texture":"#air_anim3"},"down":{"uv":[16,0,0,16],"rotation":90,"texture":"#air_anim3"}}},{"from":[8,7,7.25],"to":[9.25,7.75,8.25],"faces":{"north":{"uv":[6.25,11.25,7,12.75],"texture":"#texture"},"east":{"uv":[3.25,10.25,3.75,11.75],"texture":"#texture"},"south":{"uv":[6.25,11.25,7,12.75],"texture":"#texture"},"west":{"uv":[3.25,10.25,3.75,11.75],"texture":"#texture"},"up":{"uv":[9.75,11,11.5,11.75],"texture":"#texture"},"down":{"uv":[9.75,11,11.5,11.75],"texture":"#texture"}}},{"from":[8,8,7.25],"to":[9.25,8.75,8.25],"faces":{"north":{"uv":[6.25,11.25,7,12.75],"texture":"#texture"},"east":{"uv":[3.25,10.25,3.75,11.75],"texture":"#texture"},"south":{"uv":[6.25,11.25,7,12.75],"texture":"#texture"},"west":{"uv":[3.25,10.25,3.75,11.75],"texture":"#texture"},"up":{"uv":[9.75,11,11.5,11.75],"texture":"#texture"},"down":{"uv":[9.75,11,11.5,11.75],"texture":"#texture"}}},{"from":[8,9,7.25],"to":[9.25,9.75,8.25],"faces":{"north":{"uv":[6.25,11.25,7,12.75],"texture":"#texture"},"east":{"uv":[3.25,10.25,3.75,11.75],"texture":"#texture"},"south":{"uv":[6.25,11.25,7,12.75],"texture":"#texture"},"west":{"uv":[3.25,10.25,3.75,11.75],"texture":"#texture"},"up":{"uv":[9.75,11,11.5,11.75],"texture":"#texture"},"down":{"uv":[9.75,11,11.5,11.75],"texture":"#texture"}}},{"from":[5.75,20.5,7.25],"to":[6.25,20.75,8.25],"faces":{"north":{"uv":[0.75,1.25,1,1.5],"texture":"#texture"},"east":{"uv":[0.75,1.25,1,1.5],"texture":"#texture"},"south":{"uv":[0.75,1.25,1,1.5],"texture":"#texture"},"west":{"uv":[0.75,1.25,1,1.5],"texture":"#texture"},"up":{"uv":[0.75,1.25,1,1.5],"texture":"#texture"},"down":{"uv":[0.75,1.25,1,1.5],"texture":"#texture"}}},{"from":[9.75,21.25,7.5],"to":[11.75,21.75,8],"rotation":{"angle":-45,"axis":"z","origin":[9.75,21.75,7.5]},"faces":{"north":{"uv":[4.75,6.25,6.75,6.75],"texture":"#texture"},"east":{"uv":[6.5,7.5,7.75,8.5],"texture":"#texture"},"south":{"uv":[4.75,6.25,6.75,6.75],"texture":"#texture"},"west":{"uv":[6.5,7.5,7.75,8.5],"texture":"#texture"},"up":{"uv":[6.25,8.25,8.25,8.75],"texture":"#texture"},"down":{"uv":[6.25,8.25,8.25,8.75],"texture":"#texture"}}},{"from":[9.125,18.5,7.5],"to":[11.1875,19,8],"rotation":{"angle":45,"axis":"z","origin":[9.125,19,7.5]},"faces":{"north":{"uv":[4.75,6.25,6.75,6.75],"texture":"#texture"},"east":{"uv":[6.5,7.5,7.75,8.5],"texture":"#texture"},"south":{"uv":[4.75,6.25,6.75,6.75],"texture":"#texture"},"west":{"uv":[6.5,7.5,7.75,8.5],"texture":"#texture"},"up":{"uv":[6.25,8.25,8.25,8.75],"texture":"#texture"},"down":{"uv":[6.25,8.25,8.25,8.75],"texture":"#texture"}}},{"from":[9.5,19.25,7.5],"to":[10,21.25,8],"faces":{"north":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"east":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"south":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"west":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"up":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"},"down":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"}}},{"from":[10,19.75,7.5],"to":[10.5,20.75,8],"faces":{"north":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"east":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"south":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"west":{"uv":[2.25,6.25,2.75,6.5],"texture":"#texture"},"up":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"},"down":{"uv":[2.25,6.25,2.5,6.75],"texture":"#texture"}}},{"from":[9.5625,20.9375,7.25],"to":[11.1875,21.4375,8.25],"rotation":{"angle":-45,"axis":"z","origin":[9.5625,21.4375,7.25]},"faces":{"north":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"east":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"south":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"west":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"up":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"},"down":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"}}},{"from":[8.5,18.375,7.25],"to":[10.125,19.125,8.25],"rotation":{"angle":45,"axis":"z","origin":[8.5,19.125,7.25]},"faces":{"north":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"east":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"south":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"west":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"up":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"},"down":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"}}},{"from":[9.3175,20.6925,7.255],"to":[10.9325,21.1825,8.245],"rotation":{"angle":-45,"axis":"z","origin":[9.3125,21.1875,7.25]},"faces":{"north":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"east":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"south":{"uv":[0.75,1.25,7.25,2.75],"texture":"#texture"},"west":{"uv":[1,0.25,3,2.25],"texture":"#texture"},"up":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"},"down":{"uv":[4.75,1.25,11,2.75],"texture":"#texture"}}},{"from":[7.75,2.5,6.875],"to":[9.5,3,8.625],"faces":{"north":{"uv":[5.75,9.25,9.25,11],"texture":"#texture"},"east":{"uv":[9.5,9.25,11.5,10.75],"texture":"#texture"},"south":{"uv":[5.75,9.25,9.25,11],"texture":"#texture"},"west":{"uv":[9.5,9.25,11.5,10.75],"texture":"#texture"},"up":{"uv":[10.5,9,12.5,10.75],"texture":"#texture"},"down":{"uv":[10.5,9,12.5,10.75],"texture":"#texture"}}},{"from":[8,2.75,7.125],"to":[9.25,3.25,8.375],"faces":{"north":{"uv":[5.75,9.25,9.25,11],"texture":"#texture"},"east":{"uv":[9.5,9.25,11.5,10.75],"texture":"#texture"},"south":{"uv":[5.75,9.25,9.25,11],"texture":"#texture"},"west":{"uv":[9.5,9.25,11.5,10.75],"texture":"#texture"},"up":{"uv":[10.5,9,12.5,10.75],"texture":"#texture"},"down":{"uv":[10.5,9,12.5,10.75],"texture":"#texture"}}},{"from":[7.75,0.5,7.25],"to":[9.5,1.75,8.25],"faces":{"north":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"east":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"south":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"west":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"up":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"down":{"uv":[1,1,7,7],"texture":"#air2_wrap1"}}},{"from":[8,0.5,7],"to":[9.25,1.75,8.5],"faces":{"north":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"east":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"south":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"west":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"up":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"down":{"uv":[1,1,7,7],"texture":"#air2_wrap1"}}},{"from":[8,0.25,7.25],"to":[9.25,2,8.25],"faces":{"north":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"east":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"south":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"west":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"up":{"uv":[1,1,7,7],"texture":"#air2_wrap1"},"down":{"uv":[1,1,7,7],"texture":"#air2_wrap1"}}},{"from":[6.675,1.27146,5.71649],"to":[10.575,1.33396,9.76649],"rotation":{"angle":22.5,"axis":"x","origin":[8.625,1.30271,7.74149]},"faces":{"up":{"uv":[16,0,0,16],"texture":"#air_anim3"},"down":{"uv":[0,0,16,16],"rotation":180,"texture":"#air_anim3"}}},{"from":[6.675,1.22726,5.62771],"to":[10.575,1.28976,9.67771],"rotation":{"angle":-22.5,"axis":"x","origin":[8.625,1.25851,7.65271]},"faces":{"up":{"uv":[0,0,16,16],"rotation":90,"texture":"#air_anim3"},"down":{"uv":[16,0,0,16],"rotation":270,"texture":"#air_anim3"}}},{"from":[7.75,-0.75,6.875],"to":[9.5,-0.25,8.625],"faces":{"north":{"uv":[5.75,9.25,9.25,11],"texture":"#texture"},"east":{"uv":[9.5,9.25,11.5,10.75],"texture":"#texture"},"south":{"uv":[5.75,9.25,9.25,11],"texture":"#texture"},"west":{"uv":[9.5,9.25,11.5,10.75],"texture":"#texture"},"up":{"uv":[10.5,9,12.5,10.75],"texture":"#texture"},"down":{"uv":[10.5,9,12.5,10.75],"texture":"#texture"}}},{"from":[8,-1,7.125],"to":[9.25,-0.5,8.375],"faces":{"north":{"uv":[5.75,9.25,9.25,11],"texture":"#texture"},"east":{"uv":[9.5,9.25,11.5,10.75],"texture":"#texture"},"south":{"uv":[5.75,9.25,9.25,11],"texture":"#texture"},"west":{"uv":[9.5,9.25,11.5,10.75],"texture":"#texture"},"up":{"uv":[10.5,9,12.5,10.75],"texture":"#texture"},"down":{"uv":[10.5,9,12.5,10.75],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[180,-90,180],"translation":[-0.57,-1.89,0.13],"scale":[2.58,2.58,2.58]},"thirdperson_lefthand":{"rotation":[180,90,180],"translation":[0.19,-1.89,0.62],"scale":[2.58,2.58,2.58]},"firstperson_righthand":{"rotation":[0,-90,10],"translation":[2.5,-1.38,-1.25],"scale":[1.3,1.3,1.3]},"firstperson_lefthand":{"rotation":[0,90,-10],"translation":[3.5,-1.38,-1.25],"scale":[1.3,1.3,1.3]},"ground":{"rotation":[45,0,45],"translation":[0,6,0],"scale":[0.9,0.9,0.9]},"gui":{"rotation":[-20,160,30],"translation":[-2.25,-2,0],"scale":[0.95,0.95,0.95]},"head":{"translation":[0,3.1,0]},"fixed":{"translation":[0,-2.25,-0.75]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/warrior/spear_basic_gold.json b/assets/minecraft/models/item/wynn/weapon/warrior/spear_basic_gold.json new file mode 100644 index 000000000..aa042f0fc --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/warrior/spear_basic_gold.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"texture":"wynn/weapon/warrior/basic_wood_gold"},"elements":[{"from":[8.5,26,7.5],"to":[11.5,30,8.5],"faces":{"north":{"uv":[13.5,7,12,9],"texture":"#texture"},"east":{"uv":[13,7,13.5,9],"texture":"#texture"},"south":{"uv":[12,7,13.5,9],"texture":"#texture"},"west":{"uv":[12,7,12.5,9],"texture":"#texture"},"up":{"uv":[12,7,13.5,7.5],"texture":"#texture"},"down":{"uv":[12,8.5,13.5,9],"texture":"#texture"}}},{"from":[9.5,29,7.5],"to":[12.5,31,8.5],"faces":{"north":{"uv":[14,6.5,12.5,7.5],"texture":"#texture"},"east":{"uv":[13.5,6.5,14,7.5],"texture":"#texture"},"south":{"uv":[12.5,6.5,14,7.5],"texture":"#texture"},"west":{"uv":[12.5,6.5,13,7.5],"texture":"#texture"},"up":{"uv":[12.5,6.5,14,7],"texture":"#texture"},"down":{"uv":[12.5,7,14,7.5],"texture":"#texture"}}},{"from":[10.5,30,7.5],"to":[12.5,32,8.5],"faces":{"north":{"uv":[14,6,13,7],"texture":"#texture"},"east":{"uv":[13.5,6,14,7],"texture":"#texture"},"south":{"uv":[13,6,14,7],"texture":"#texture"},"west":{"uv":[13,6,13.5,7],"texture":"#texture"},"up":{"uv":[13,6,14,6.5],"texture":"#texture"}}},{"from":[7.5,20,7.5],"to":[10.5,29,8.5],"faces":{"north":{"uv":[13,7.5,11.5,12],"texture":"#texture"},"east":{"uv":[12.5,7.5,13,12],"texture":"#texture"},"south":{"uv":[11.5,7.5,13,12],"texture":"#texture"},"west":{"uv":[11.5,7.5,12,12],"texture":"#texture"},"up":{"uv":[11.5,7.5,13,8],"texture":"#texture"},"down":{"uv":[11.5,11.5,13,12],"texture":"#texture"}}},{"from":[5.5,18,7.5],"to":[7.5,24,8.5],"faces":{"north":{"uv":[11.5,10,10.5,13],"texture":"#texture"},"south":{"uv":[10.5,10,11.5,13],"texture":"#texture"},"west":{"uv":[10.5,10,11,13],"texture":"#texture"},"up":{"uv":[10.5,10,11.5,10.5],"texture":"#texture"},"down":{"uv":[10.5,12.5,11.5,13],"texture":"#texture"}}},{"from":[6.5,16,7.5],"to":[9.5,27,8.5],"faces":{"north":{"uv":[12.5,8.5,11,14],"texture":"#texture"},"east":{"uv":[12,8.5,12.5,14],"texture":"#texture"},"south":{"uv":[11,8.5,12.5,14],"texture":"#texture"},"west":{"uv":[11,8.5,11.5,14],"texture":"#texture"},"up":{"uv":[11,8.5,12.5,9],"texture":"#texture"}}},{"from":[4,-0.5,7.9],"to":[9,11.5,8],"rotation":{"angle":-22.5,"axis":"z","origin":[9,12,8]},"faces":{"north":{"uv":[16,0,13.5,6],"texture":"#texture"},"south":{"uv":[13.5,0,16,6],"texture":"#texture"}}},{"from":[5,14,4],"to":[11,16,12],"faces":{"north":{"uv":[9,15,6,16],"texture":"#texture"},"east":{"uv":[5.5,15,9.5,16],"texture":"#texture"},"south":{"uv":[6,15,9,16],"texture":"#texture"},"west":{"uv":[5.5,15,9.5,16],"texture":"#texture"},"up":{"uv":[1,12,4,16],"texture":"#texture"},"down":{"uv":[1,12,4,16],"texture":"#texture"}}},{"from":[3,14,6],"to":[13,16,10],"faces":{"north":{"uv":[10,15,5,16],"texture":"#texture"},"east":{"uv":[6,15,8,16],"texture":"#texture"},"south":{"uv":[5,15,10,16],"texture":"#texture"},"west":{"uv":[5.5,15,7.5,16],"texture":"#texture"},"up":{"uv":[0,13,5,15],"texture":"#texture"},"down":{"uv":[0,13,5,15],"texture":"#texture"}}},{"from":[6,12,6],"to":[10,14,10],"faces":{"north":{"uv":[9,2,7,3],"texture":"#texture"},"east":{"uv":[9,2,11,3],"texture":"#texture"},"south":{"uv":[7,2,9,3],"texture":"#texture"},"west":{"uv":[9,2,11,3],"texture":"#texture"},"down":{"uv":[9,0,11,2],"texture":"#texture"}}},{"from":[6,8,6],"to":[10,9,10],"faces":{"north":{"uv":[9,4.5,7,5],"texture":"#texture"},"east":{"uv":[9,4.5,11,5],"texture":"#texture"},"south":{"uv":[7,4.5,9,5],"texture":"#texture"},"west":{"uv":[9,4.5,11,5],"texture":"#texture"},"up":{"uv":[7,0,9,2],"texture":"#texture"},"down":{"uv":[9,0,11,2],"texture":"#texture"}}},{"from":[7,-8,7],"to":[9,12,9],"faces":{"north":{"uv":[7.5,3,8.5,13],"texture":"#texture"},"east":{"uv":[9.5,3,10.5,13],"texture":"#texture"},"south":{"uv":[7.5,3,8.5,13],"texture":"#texture"},"west":{"uv":[9.5,3,10.5,13],"texture":"#texture"}}},{"from":[7,-13,7],"to":[9,-8,9],"faces":{"north":{"uv":[7.5,10.5,8.5,13],"texture":"#texture"},"east":{"uv":[7.5,10.5,8.5,13],"texture":"#texture"},"south":{"uv":[7.5,10.5,8.5,13],"texture":"#texture"},"west":{"uv":[7.5,10.5,8.5,13],"texture":"#texture"}}},{"from":[6,-16,7],"to":[10,-13,9],"faces":{"north":{"uv":[9,13,7,14.5],"texture":"#texture"},"east":{"uv":[9.5,13,10.5,14.5],"texture":"#texture"},"south":{"uv":[7,13,9,14.5],"texture":"#texture"},"west":{"uv":[9.5,13,10.5,14.5],"texture":"#texture"},"up":{"uv":[7,13,9,14],"texture":"#texture"},"down":{"uv":[7,13.5,9,14.5],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-85,0],"translation":[-0.5,3.25,1.5],"scale":[0.75,0.75,0.75]},"thirdperson_lefthand":{"rotation":[0,95,0],"translation":[-0.5,2.25,1.5],"scale":[0.75,0.75,0.75]},"firstperson_righthand":{"rotation":[180,-80,-165],"translation":[3,4.25,-0.75],"scale":[0.5,0.5,0.5]},"firstperson_lefthand":{"rotation":[180,100,165],"translation":[3,4.25,-0.75],"scale":[0.5,0.5,0.5]},"ground":{"rotation":[45,0,45],"translation":[0,3.5,0],"scale":[0.5,0.5,0.5]},"gui":{"rotation":[-20,160,30],"translation":[-0.5,0.5,0],"scale":[0.5,0.5,0.5]},"head":{"rotation":[0,-90,0]},"fixed":{"translation":[0,-0.5,-1],"scale":[0.6,0.6,0.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/warrior/spear_basic_wood.json b/assets/minecraft/models/item/wynn/weapon/warrior/spear_basic_wood.json new file mode 100644 index 000000000..632e38932 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/warrior/spear_basic_wood.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"texture":"wynn/weapon/warrior/basic_wood_gold"},"elements":[{"from":[6,17,7],"to":[10,19,9],"faces":{"north":{"uv":[6.5,6,4.5,7],"texture":"#texture"},"east":{"uv":[5.5,6,6.5,7],"texture":"#texture"},"south":{"uv":[4.5,6,6.5,7],"texture":"#texture"},"west":{"uv":[4.5,6,5.5,7],"texture":"#texture"},"down":{"uv":[2,11,4,12],"texture":"#texture"}}},{"from":[5,19,6],"to":[11,21,10],"faces":{"north":{"uv":[7,5,4,6],"texture":"#texture"},"east":{"uv":[4.5,5,6.5,6],"texture":"#texture"},"south":{"uv":[4,5,7,6],"texture":"#texture"},"west":{"uv":[4.5,5,6.5,6],"texture":"#texture"},"up":{"uv":[4,7,7,9],"texture":"#texture"},"down":{"uv":[4,9,7,11],"texture":"#texture"}}},{"from":[7,21,6.5],"to":[9,22,9.5],"faces":{"north":{"uv":[6,4.5,5,5],"texture":"#texture"},"east":{"uv":[5,4.5,5.5,5],"texture":"#texture"},"south":{"uv":[5,4.5,6,5],"texture":"#texture"},"west":{"uv":[5,4.5,5.5,5],"texture":"#texture"},"up":{"uv":[5,4.5,6,5],"texture":"#texture"}}},{"from":[5,21,7.5],"to":[11,28,8.5],"faces":{"north":{"uv":[7,1.5,4,5],"texture":"#texture"},"east":{"uv":[6.5,1.5,7,5],"texture":"#texture"},"south":{"uv":[4,1.5,7,5],"texture":"#texture"},"west":{"uv":[4,1.5,4.5,5],"texture":"#texture"},"up":{"uv":[4,1.5,7,2],"texture":"#texture"}}},{"from":[6,28,7.5],"to":[10,30,8.5],"faces":{"north":{"uv":[6.5,0.5,4.5,1.5],"texture":"#texture"},"east":{"uv":[6,0.5,6.5,1.5],"texture":"#texture"},"south":{"uv":[4.5,0.5,6.5,1.5],"texture":"#texture"},"west":{"uv":[4.5,0.5,5,1.5],"texture":"#texture"},"up":{"uv":[4.5,0.5,6.5,1],"texture":"#texture"}}},{"from":[7,30,7.5],"to":[9,31,8.5],"faces":{"north":{"uv":[6,0,5,0.5],"texture":"#texture"},"east":{"uv":[5.5,0,6,0.5],"texture":"#texture"},"south":{"uv":[5,0,6,0.5],"texture":"#texture"},"west":{"uv":[5,0,5.5,0.5],"texture":"#texture"},"up":{"uv":[5,0,6,0.5],"texture":"#texture"}}},{"from":[7,-3,7],"to":[9,17,9],"faces":{"north":{"uv":[0.5,1,1.5,11],"texture":"#texture"},"east":{"uv":[2.5,1,3.5,11],"texture":"#texture"},"south":{"uv":[0.5,1,1.5,11],"texture":"#texture"},"west":{"uv":[2.5,1,3.5,11],"texture":"#texture"}}},{"from":[7,-8,7],"to":[9,-3,9],"faces":{"north":{"uv":[0.5,3,1.5,5.5],"texture":"#texture"},"east":{"uv":[0.5,3,1.5,5.5],"texture":"#texture"},"south":{"uv":[0.5,3,1.5,5.5],"texture":"#texture"},"west":{"uv":[0.5,3,1.5,5.5],"texture":"#texture"}}},{"from":[6,-11,7],"to":[10,-8,9],"faces":{"north":{"uv":[2,10.5,0,12],"texture":"#texture"},"east":{"uv":[2.5,10.5,3.5,12],"texture":"#texture"},"south":{"uv":[0,10.5,2,12],"texture":"#texture"},"west":{"uv":[2.5,10.5,3.5,12],"texture":"#texture"},"up":{"uv":[2,10.5,4,11.5],"texture":"#texture"},"down":{"uv":[0,11,2,12],"texture":"#texture"}}},{"from":[7,5,8],"to":[12,17,8.1],"rotation":{"angle":22.5,"axis":"z","origin":[9,17,8]},"faces":{"north":{"uv":[13.5,0,16,6],"texture":"#texture"},"south":{"uv":[16,0,13.5,6],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[0,70,0],"translation":[-0.5,2.75,1.5],"scale":[0.75,0.75,0.75]},"thirdperson_lefthand":{"rotation":[0,70,0],"translation":[-0.5,0,1.5],"scale":[0.75,0.75,0.75]},"firstperson_righthand":{"rotation":[180,100,165],"translation":[3.25,2.5,0.5],"scale":[0.5,0.5,0.5]},"firstperson_lefthand":{"rotation":[180,-80,-165],"translation":[3.25,2.5,0.5],"scale":[0.5,0.5,0.5]},"ground":{"rotation":[45,0,45],"translation":[0,2.5,0],"scale":[0.5,0.5,0.5]},"gui":{"rotation":[-20,160,30],"translation":[-0.5,-0.5,0],"scale":[0.5,0.5,0.5]},"fixed":{"translation":[0,-2.25,-0.5],"scale":[0.6,0.6,0.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/warrior/spear_earth_a.json b/assets/minecraft/models/item/wynn/weapon/warrior/spear_earth_a.json new file mode 100644 index 000000000..4c66ee780 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/warrior/spear_earth_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"2":"wynn/weapon/warrior/earth_tier_a_1","particle":"wynn/weapon/warrior/earth_tier_a_1","texture":"wynn/weapon/warrior/earth_tier_a_0"},"elements":[{"from":[2,16,4.5],"to":[14,23,11.5],"rotation":{"angle":0,"axis":"y","origin":[5,5.25,7.5]},"faces":{"north":{"uv":[0,7,12,14],"texture":"#texture"},"east":{"uv":[0,0,7,7],"texture":"#2"},"south":{"uv":[0,7,12,14],"texture":"#texture"},"west":{"uv":[0,0,7,7],"texture":"#2"},"up":{"uv":[0,0,12,7],"texture":"#texture"},"down":{"uv":[0,7,12,14],"texture":"#texture"}}},{"from":[6.5,12,6.5],"to":[9.5,16,9.5],"rotation":{"angle":0,"axis":"y","origin":[8.5,3.75,7.5]},"faces":{"north":{"uv":[16,12,13,16],"rotation":180,"texture":"#texture"},"east":{"uv":[13,12,16,16],"texture":"#texture"},"south":{"uv":[13,12,16,16],"texture":"#texture"},"west":{"uv":[13,12,16,16],"texture":"#texture"}}},{"from":[6.5,-4,6.5],"to":[9.5,12,9.5],"rotation":{"angle":0,"axis":"y","origin":[8.5,-3.25,7.5]},"faces":{"north":{"uv":[13,0,16,16],"texture":"#texture"},"east":{"uv":[13,0,16,16],"texture":"#texture"},"south":{"uv":[13,0,16,16],"texture":"#texture"},"west":{"uv":[13,0,16,16],"texture":"#texture"}}},{"from":[6,-4,6],"to":[10,-1,10],"rotation":{"angle":0,"axis":"y","origin":[8,-3.25,7]},"faces":{"north":{"uv":[12,13,16,16],"texture":"#texture"},"east":{"uv":[12,13,16,16],"texture":"#texture"},"south":{"uv":[12,13,16,16],"texture":"#texture"},"west":{"uv":[12,13,16,16],"texture":"#texture"},"up":{"uv":[12,12,16,16],"texture":"#texture"},"down":{"uv":[12,12,16,16],"texture":"#texture"}}},{"from":[6,-7,7.99],"to":[10,-4,8.01],"shade":false,"rotation":{"angle":45,"axis":"y","origin":[8,-4,8]},"faces":{"north":{"uv":[6,11,0,7],"texture":"#2"},"south":{"uv":[0,11,6,7],"texture":"#2"}}},{"from":[6,-7,7.99],"to":[10,-4,8.01],"shade":false,"rotation":{"angle":-45,"axis":"y","origin":[8,-4,8]},"faces":{"north":{"uv":[6,11,0,7],"texture":"#2"},"south":{"uv":[0,11,6,7],"texture":"#2"}}}],"display":{"thirdperson_righthand":{"rotation":[0,85,0],"translation":[0,2.5,2],"scale":[0.88,0.88,0.88]},"thirdperson_lefthand":{"rotation":[0,95,0],"translation":[0,2.5,2],"scale":[0.88,0.88,0.88]},"firstperson_righthand":{"rotation":[0,90,10],"translation":[2.75,1.5,-1.5],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[0,90,10],"translation":[2.75,1.5,-1.5],"scale":[0.6,0.6,0.6]},"ground":{"rotation":[45,0,45],"translation":[0,4.5,0],"scale":[0.5,0.5,0.5]},"gui":{"rotation":[-20,160,30],"translation":[-1.25,-0.5,0],"scale":[0.6,0.6,0.6]},"fixed":{"translation":[0,-0.5,-0.5],"scale":[0.6,0.6,0.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/warrior/spear_earth_b.json b/assets/minecraft/models/item/wynn/weapon/warrior/spear_earth_b.json new file mode 100644 index 000000000..7f37a6941 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/warrior/spear_earth_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"2":"wynn/weapon/warrior/earth_tier_a_1","3":"wynn/weapon/warrior/earth_tier_b_0","4":"wynn/weapon/warrior/earth_tier_b_1","5":"wynn/weapon/anim/earth_pulse","particle":"wynn/weapon/warrior/earth_tier_a_1","texture":"wynn/weapon/warrior/earth_tier_a_0"},"elements":[{"from":[1,20,4],"to":[15,28,12],"rotation":{"angle":0,"axis":"y","origin":[5,9.25,7.5]},"faces":{"north":{"uv":[0,8,14,16],"texture":"#3"},"east":{"uv":[7,0,15,8],"texture":"#2"},"south":{"uv":[0,8,14,16],"texture":"#3"},"west":{"uv":[7,0,15,8],"texture":"#2"},"up":{"uv":[0,0,14,8],"texture":"#3"},"down":{"uv":[0,8,14,16],"texture":"#3"}}},{"from":[4,14,6],"to":[12,20,10],"rotation":{"angle":0,"axis":"y","origin":[6,14.75,7]},"faces":{"north":{"uv":[0,0,8,6],"texture":"#4"},"east":{"uv":[0,10,4,16],"texture":"#4"},"south":{"uv":[0,0,8,6],"texture":"#4"},"west":{"uv":[0,10,4,16],"texture":"#4"},"down":{"uv":[0,6,8,10],"texture":"#4"}}},{"from":[6.5,-2,6.5],"to":[9.5,14,9.5],"rotation":{"angle":0,"axis":"y","origin":[8.5,-1.25,7.5]},"faces":{"north":{"uv":[13,0,16,16],"texture":"#texture"},"east":{"uv":[13,0,16,16],"texture":"#texture"},"south":{"uv":[13,0,16,16],"texture":"#texture"},"west":{"uv":[13,0,16,16],"texture":"#texture"},"down":{"uv":[13,1,16,4],"texture":"#texture"}}},{"from":[6,-5,6],"to":[10,-2,10],"rotation":{"angle":0,"axis":"y","origin":[8,-4.25,7]},"faces":{"north":{"uv":[12,13,16,16],"texture":"#texture"},"east":{"uv":[12,13,16,16],"texture":"#texture"},"south":{"uv":[12,13,16,16],"texture":"#texture"},"west":{"uv":[12,13,16,16],"texture":"#texture"},"up":{"uv":[12,12,16,16],"texture":"#texture"},"down":{"uv":[12,12,16,16],"texture":"#texture"}}},{"from":[6,-8,7.99],"to":[10,-5,8.01],"shade":false,"rotation":{"angle":45,"axis":"y","origin":[8,-5,8]},"faces":{"north":{"uv":[6,11,0,7],"texture":"#2"},"south":{"uv":[0,11,6,7],"texture":"#2"}}},{"from":[6,-8,7.99],"to":[10,-5,8.01],"shade":false,"rotation":{"angle":-45,"axis":"y","origin":[8,-5,8]},"faces":{"north":{"uv":[6,11,0,7],"texture":"#2"},"south":{"uv":[0,11,6,7],"texture":"#2"}}},{"from":[6,15,5],"to":[10,19,11],"rotation":{"angle":0,"axis":"y","origin":[14,23,13]},"faces":{"north":{"uv":[4,10,8,14],"texture":"#4"},"east":{"uv":[10,10,4,14],"texture":"#4"},"south":{"uv":[4,10,8,14],"texture":"#4"},"west":{"uv":[10,10,4,14],"texture":"#4"},"up":{"uv":[4,10,8,16],"texture":"#4"},"down":{"uv":[4,10,8,16],"texture":"#4"}}},{"from":[4,5,6],"to":[12,14,10],"rotation":{"angle":0,"axis":"y","origin":[12,13,14]},"faces":{"north":{"uv":[8,0,16,9],"texture":"#4"},"east":{"uv":[8,0,12,9],"texture":"#4"},"south":{"uv":[8,0,16,9],"texture":"#4"},"west":{"uv":[12,0,16,9],"texture":"#4"}}},{"from":[0.5,16,-0.2],"to":[0.6,32,16.3],"rotation":{"angle":0,"axis":"y","origin":[8.5,24,8]},"faces":{"east":{"uv":[16,0,0,16],"texture":"#5"},"west":{"uv":[0,0,16,16],"texture":"#5"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-85,0],"translation":[0,1,2],"scale":[0.88,0.88,0.88]},"thirdperson_lefthand":{"rotation":[0,95,0],"translation":[0,1,2],"scale":[0.88,0.88,0.88]},"firstperson_righthand":{"rotation":[0,-90,-10],"translation":[1.75,-0.5,-1.5],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[0,90,10],"translation":[1.75,-0.5,-1.5],"scale":[0.6,0.6,0.6]},"ground":{"rotation":[45,0,45],"translation":[0,4,0],"scale":[0.5,0.5,0.5]},"gui":{"rotation":[-20,160,30],"translation":[-1.75,-1.75,0],"scale":[0.57,0.57,0.57]},"fixed":{"translation":[0,-2.25,-0.5],"scale":[0.6,0.6,0.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/warrior/spear_earth_c.json b/assets/minecraft/models/item/wynn/weapon/warrior/spear_earth_c.json new file mode 100644 index 000000000..e30696d5a --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/warrior/spear_earth_c.json @@ -0,0 +1 @@ +{"display":{"thirdperson_righthand":{"rotation":[0,-85,0],"translation":[0,5.75,2],"scale":[0.8,0.8,0.8]},"thirdperson_lefthand":{"rotation":[0,95,0],"translation":[0,5.75,2],"scale":[0.8,0.8,0.8]},"firstperson_righthand":{"rotation":[0,-90,-10],"translation":[4.75,0.5,-2.5],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[0,90,10],"translation":[4.75,0.5,-2.5],"scale":[0.6,0.6,0.6]},"ground":{"rotation":[45,0,45],"translation":[0,4,0],"scale":[0.5,0.5,0.5]},"gui":{"rotation":[-20,160,30],"translation":[-1.5,-0.5,0],"scale":[0.53,0.53,0.53]},"fixed":{"translation":[0,-0.75,-1],"scale":[0.6,0.6,0.6]}},"parent":"item/wynn/template/weapon","ambientocclusion":false,"textures":{"4":"wynn/weapon/warrior/earth_tier_b_1","5":"wynn/weapon/anim/earth_pulse","6":"wynn/weapon/warrior/earth_tier_c_0","7":"wynn/weapon/warrior/earth_tier_c_1","8":"wynn/weapon/anim/earth_color_petals","particle":"wynn/weapon/anim/earth_color_petals","texture":"wynn/weapon/warrior/earth_tier_a_0"},"elements":[{"from":[-4,12,4],"to":[4,28,12],"rotation":{"angle":0,"axis":"y","origin":[0,1.25,7.5]},"faces":{"north":{"uv":[8,0,0,16],"texture":"#6"},"east":{"uv":[0,0,8,16],"texture":"#7"},"south":{"uv":[0,0,8,16],"texture":"#6"},"west":{"uv":[0,0,8,16],"texture":"#7"},"up":{"uv":[8,0,16,8],"texture":"#7"},"down":{"uv":[0,8,8,16],"rotation":270,"texture":"#7"}}},{"from":[4,20,4],"to":[12,28,12],"rotation":{"angle":0,"axis":"y","origin":[8,9.25,7.5]},"faces":{"north":{"uv":[16,0,8,8],"texture":"#6"},"south":{"uv":[8,0,16,8],"texture":"#6"},"up":{"uv":[0,0,8,8],"texture":"#7"},"down":{"uv":[0,8,8,16],"rotation":90,"texture":"#7"}}},{"from":[12,20,4],"to":[18,28,12],"rotation":{"angle":0,"axis":"y","origin":[16,9.25,7.5]},"faces":{"north":{"uv":[16,0,10,8],"texture":"#6"},"east":{"uv":[0,8,8,16],"texture":"#7"},"south":{"uv":[10,0,16,8],"texture":"#6"},"up":{"uv":[10,0,16,8],"texture":"#7"},"down":{"uv":[0,10,8,16],"rotation":270,"texture":"#7"}}},{"from":[4,14,6],"to":[12,20,10],"rotation":{"angle":0,"axis":"y","origin":[6,14.75,7]},"faces":{"north":{"uv":[0,0,8,6],"texture":"#4"},"east":{"uv":[0,10,4,16],"texture":"#4"},"south":{"uv":[0,0,8,6],"texture":"#4"},"west":{"uv":[0,10,4,16],"texture":"#4"},"down":{"uv":[0,6,8,10],"texture":"#4"}}},{"from":[12,17,6],"to":[15,20,9],"rotation":{"angle":0,"axis":"y","origin":[14,17.75,7]},"faces":{"north":{"uv":[13,9,16,12],"texture":"#4"},"east":{"uv":[13,12,16,15],"rotation":90,"texture":"#4"},"south":{"uv":[10,9,13,12],"texture":"#4"},"down":{"uv":[13,12,16,15],"rotation":180,"texture":"#4"}}},{"from":[6.5,6,6.5],"to":[9.5,14,9.5],"rotation":{"angle":0,"axis":"y","origin":[8.5,6.75,7.5]},"faces":{"north":{"uv":[8,8,11,16],"texture":"#7"},"east":{"uv":[8,8,11,16],"texture":"#7"},"south":{"uv":[8,8,11,16],"texture":"#7"},"west":{"uv":[8,8,11,16],"texture":"#7"}}},{"from":[6.5,-7,6.5],"to":[9.5,6,9.5],"rotation":{"angle":0,"axis":"y","origin":[8.5,-6.25,7.5]},"faces":{"north":{"uv":[13,0,16,13],"texture":"#texture"},"east":{"uv":[13,0,16,13],"texture":"#texture"},"south":{"uv":[13,0,16,13],"texture":"#texture"},"west":{"uv":[13,0,16,13],"texture":"#texture"},"down":{"uv":[13,1,16,4],"texture":"#texture"}}},{"from":[6,-10,6],"to":[10,-7,10],"rotation":{"angle":0,"axis":"y","origin":[8,-9.25,7]},"faces":{"north":{"uv":[12,13,16,16],"texture":"#texture"},"east":{"uv":[12,13,16,16],"texture":"#texture"},"south":{"uv":[12,13,16,16],"texture":"#texture"},"west":{"uv":[12,13,16,16],"texture":"#texture"},"up":{"uv":[12,12,16,16],"texture":"#texture"},"down":{"uv":[12,12,16,16],"texture":"#texture"}}},{"from":[6,15,5],"to":[10,19,11],"rotation":{"angle":0,"axis":"y","origin":[14,23,13]},"faces":{"north":{"uv":[4,10,8,14],"texture":"#4"},"east":{"uv":[10,10,4,14],"texture":"#4"},"south":{"uv":[4,10,8,14],"texture":"#4"},"west":{"uv":[10,10,4,14],"texture":"#4"},"up":{"uv":[4,10,8,16],"texture":"#4"},"down":{"uv":[4,10,8,16],"texture":"#4"}}},{"from":[4,4,6],"to":[12,14,10],"rotation":{"angle":0,"axis":"y","origin":[12,13,14]},"faces":{"north":{"uv":[8,0,16,9],"texture":"#4"},"east":{"uv":[8,0,12,9],"texture":"#4"},"south":{"uv":[8,0,16,9],"texture":"#4"},"west":{"uv":[12,0,16,9],"texture":"#4"}}},{"from":[-5,8,-0.5],"to":[-4.9,32,16.5],"rotation":{"angle":0,"axis":"y","origin":[3,16,4]},"faces":{"east":{"uv":[16,0,0,16],"texture":"#5"},"west":{"uv":[0,0,16,16],"texture":"#5"}}},{"from":[6,-11,6],"to":[10,-10,10],"rotation":{"angle":0,"axis":"y","origin":[8,-10.25,7]},"faces":{"north":{"uv":[4,13,8,14],"texture":"#4"},"east":{"uv":[4,14,8,15],"texture":"#4"},"south":{"uv":[4,14,8,15],"texture":"#4"},"west":{"uv":[4,14,8,15],"texture":"#4"},"down":{"uv":[4,10,8,14],"texture":"#4"}}},{"from":[2,-9.5,2],"to":[8,-9.4,14],"rotation":{"angle":22.5,"axis":"z","origin":[8,-10,8]},"faces":{"up":{"uv":[0,0,16,8],"rotation":270,"texture":"#8"},"down":{"uv":[0,0,16,8],"rotation":270,"texture":"#8"}}},{"from":[2,-9.5,8],"to":[14,-9.4,14],"rotation":{"angle":22.5,"axis":"x","origin":[8,-10,8]},"faces":{"up":{"uv":[0,0,16,8],"rotation":180,"texture":"#8"},"down":{"uv":[0,0,16,8],"texture":"#8"}}},{"from":[8,-9.5,2],"to":[14,-9.4,14],"rotation":{"angle":-22.5,"axis":"z","origin":[8,-10,8]},"faces":{"up":{"uv":[0,0,16,8],"rotation":90,"texture":"#8"},"down":{"uv":[16,0,0,8],"rotation":90,"texture":"#8"}}},{"from":[2,-9.5,2],"to":[14,-9.4,8],"rotation":{"angle":-22.5,"axis":"x","origin":[8,-10,8]},"faces":{"up":{"uv":[0,0,16,8],"texture":"#8"},"down":{"uv":[16,0,0,8],"rotation":180,"texture":"#8"}}}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/warrior/spear_fire_a.json b/assets/minecraft/models/item/wynn/weapon/warrior/spear_fire_a.json new file mode 100644 index 000000000..91f2569fb --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/warrior/spear_fire_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"fire3":"wynn/weapon/warrior/fire_tier_a"},"elements":[{"from":[7.5,30,8],"to":[9.5,31,9],"rotation":{"angle":0,"axis":"y","origin":[15.5,38,16]},"faces":{"north":{"uv":[4,0,2,1],"texture":"#fire3"},"east":{"uv":[3,0,4,1],"texture":"#fire3"},"south":{"uv":[2,0,4,1],"texture":"#fire3"},"west":{"uv":[2,0,3,1],"texture":"#fire3"},"up":{"uv":[2,0,4,1],"texture":"#fire3"}}},{"from":[6.5,28,8],"to":[10.5,30,9],"rotation":{"angle":0,"axis":"y","origin":[14.5,36,16]},"faces":{"north":{"uv":[5,1,1,3],"texture":"#fire3"},"east":{"uv":[4,1,5,3],"texture":"#fire3"},"south":{"uv":[1,1,5,3],"texture":"#fire3"},"west":{"uv":[1,1,2,3],"texture":"#fire3"},"up":{"uv":[1,1,5,2],"texture":"#fire3"}}},{"from":[5.5,18,8],"to":[11.5,28,9],"rotation":{"angle":0,"axis":"y","origin":[13.5,26,16]},"faces":{"north":{"uv":[6,3,0,13],"texture":"#fire3"},"east":{"uv":[5,3,6,13],"texture":"#fire3"},"south":{"uv":[0,3,6,13],"texture":"#fire3"},"west":{"uv":[0,3,1,13],"texture":"#fire3"},"up":{"uv":[0,3,6,4],"texture":"#fire3"}}},{"from":[5.5,15,7],"to":[11.5,18,10],"rotation":{"angle":0,"axis":"y","origin":[6.5,23,7]},"faces":{"north":{"uv":[6,3,12,6],"texture":"#fire3"},"east":{"uv":[7,3,10,6],"texture":"#fire3"},"south":{"uv":[6,3,12,6],"texture":"#fire3"},"west":{"uv":[7,3,10,6],"texture":"#fire3"},"up":{"uv":[6,0,12,3],"texture":"#fire3"},"down":{"uv":[6,6,12,9],"texture":"#fire3"}}},{"from":[7.5,3,7.5],"to":[9.5,15,9.5],"rotation":{"angle":0,"axis":"y","origin":[7.5,15,7.5]},"faces":{"north":{"uv":[14,0,16,12],"texture":"#fire3"},"east":{"uv":[12,0,14,12],"texture":"#fire3"},"south":{"uv":[14,0,16,12],"texture":"#fire3"},"west":{"uv":[12,0,14,12],"texture":"#fire3"}}},{"from":[7.5,-13,7.5],"to":[9.5,3,9.5],"rotation":{"angle":0,"axis":"y","origin":[7.5,-5,7.5]},"faces":{"north":{"uv":[10,0,12,16],"texture":"#fire3"},"east":{"uv":[10,0,12,16],"texture":"#fire3"},"south":{"uv":[10,0,12,16],"texture":"#fire3"},"west":{"uv":[10,0,12,16],"texture":"#fire3"}}},{"from":[7,-13,7],"to":[10,-10,10],"rotation":{"angle":0,"axis":"y","origin":[7.5,-5,7.5]},"faces":{"north":{"uv":[13,13,16,16],"texture":"#fire3"},"east":{"uv":[10,13,13,16],"texture":"#fire3"},"south":{"uv":[13,13,16,16],"texture":"#fire3"},"west":{"uv":[10,13,13,16],"texture":"#fire3"},"up":{"uv":[13,13,16,16],"texture":"#fire3"},"down":{"uv":[10,13,13,16],"texture":"#fire3"}}},{"from":[7.5,7,8.5],"to":[11.5,14,8.75],"rotation":{"angle":22.5,"axis":"z","origin":[10.5,14,8.5]},"faces":{"north":{"uv":[6,9,10,16],"texture":"#fire3"},"south":{"uv":[10,9,6,16],"texture":"#fire3"}}}],"display":{"thirdperson_righthand":{"rotation":[0,70,0],"translation":[-0.5,1,1.5],"scale":[0.75,0.75,0.75]},"thirdperson_lefthand":{"rotation":[0,70,0],"translation":[-0.5,1,0.75],"scale":[0.75,0.75,0.75]},"firstperson_righthand":{"rotation":[-10,90,0],"translation":[2.25,3.75,0.5],"scale":[0.4,0.4,0.4]},"firstperson_lefthand":{"rotation":[-10,-90,0],"translation":[2.25,3.75,0.5],"scale":[0.4,0.4,0.4]},"ground":{"rotation":[45,0,45],"translation":[0,6,0],"scale":[0.5,0.5,0.5]},"gui":{"rotation":[-20,160,30],"translation":[-0.25,-0.25,0],"scale":[0.5,0.5,0.5]},"fixed":{"translation":[0,-0.25,-1.25],"scale":[0.6,0.6,0.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/warrior/spear_fire_b.json b/assets/minecraft/models/item/wynn/weapon/warrior/spear_fire_b.json new file mode 100644 index 000000000..a4427043f --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/warrior/spear_fire_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"1":"wynn/weapon/warrior/fire_tier_b_c","2":"wynn/weapon/anim/fire_blade_flamelicks","particle":"wynn/weapon/warrior/fire_tier_b_c","fire3":"wynn/weapon/warrior/fire_tier_a"},"elements":[{"from":[8,16,8.5],"to":[24,32,8.6],"rotation":{"angle":0,"axis":"y","origin":[7.75,24,16.5]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#2"},"south":{"uv":[16,0,0,16],"texture":"#2"}}},{"from":[-8,16,8.5],"to":[8,32,8.6],"rotation":{"angle":0,"axis":"y","origin":[7.75,24,16.5]},"faces":{"north":{"uv":[16,0,0,16],"texture":"#2"},"south":{"uv":[0,0,16,16],"texture":"#2"}}},{"from":[7,29.5,8],"to":[9,30.5,9],"rotation":{"angle":0,"axis":"y","origin":[15,37.5,16]},"faces":{"north":{"uv":[4,0,2,1],"texture":"#fire3"},"east":{"uv":[3,0,4,1],"texture":"#fire3"},"south":{"uv":[2,0,4,1],"texture":"#fire3"},"west":{"uv":[2,0,3,1],"texture":"#fire3"},"up":{"uv":[2,0,4,1],"texture":"#fire3"}}},{"from":[6,27.5,8],"to":[10,29.5,9],"rotation":{"angle":0,"axis":"y","origin":[14,35.5,16]},"faces":{"north":{"uv":[5,1,1,3],"texture":"#fire3"},"east":{"uv":[4,1,5,3],"texture":"#fire3"},"south":{"uv":[1,1,5,3],"texture":"#fire3"},"west":{"uv":[1,1,2,3],"texture":"#fire3"},"up":{"uv":[1,1,5,2],"texture":"#fire3"}}},{"from":[5,17.5,8],"to":[11,27.5,9],"rotation":{"angle":0,"axis":"y","origin":[13,25.5,16]},"faces":{"north":{"uv":[6,3,0,13],"texture":"#fire3"},"east":{"uv":[5,3,6,13],"texture":"#fire3"},"south":{"uv":[0,3,6,13],"texture":"#fire3"},"west":{"uv":[0,3,1,13],"texture":"#fire3"},"up":{"uv":[0,3,6,4],"texture":"#fire3"}}},{"from":[6,17.5,7],"to":[10,18.5,10],"rotation":{"angle":0,"axis":"y","origin":[6,25.5,7]},"faces":{"north":{"uv":[6,3,10,4],"texture":"#fire3"},"east":{"uv":[7,4,10,5],"texture":"#fire3"},"south":{"uv":[6,3,10,4],"texture":"#fire3"},"west":{"uv":[7,4,10,5],"texture":"#fire3"},"up":{"uv":[6,0,10,3],"texture":"#fire3"}}},{"from":[11,14.5,7],"to":[14,17.5,10],"rotation":{"angle":0,"axis":"y","origin":[9.5,8.5,9.5]},"faces":{"north":{"uv":[3,13,0,16],"texture":"#fire3"},"east":{"uv":[6,4,9,7],"texture":"#fire3"},"south":{"uv":[0,13,3,16],"texture":"#fire3"},"up":{"uv":[6,1,9,4],"rotation":180,"texture":"#fire3"},"down":{"uv":[6,6,9,9],"rotation":180,"texture":"#fire3"}}},{"from":[5,11.5,7],"to":[11,17.5,10],"rotation":{"angle":0,"axis":"y","origin":[5,19.5,7]},"faces":{"north":{"uv":[0,4,6,10],"texture":"#1"},"east":{"uv":[4,10,7,16],"texture":"#1"},"south":{"uv":[6,4,0,10],"texture":"#1"},"west":{"uv":[7,10,10,16],"texture":"#1"},"up":{"uv":[10,13,16,16],"texture":"#1"},"down":{"uv":[10,10,16,13],"texture":"#1"}}},{"from":[2,14.5,7],"to":[5,17.5,10],"rotation":{"angle":0,"axis":"y","origin":[2,22.5,7]},"faces":{"north":{"uv":[0,13,3,16],"texture":"#fire3"},"south":{"uv":[3,13,0,16],"texture":"#fire3"},"west":{"uv":[6,4,9,7],"texture":"#fire3"},"up":{"uv":[6,0,9,3],"texture":"#fire3"},"down":{"uv":[6,6,9,9],"texture":"#fire3"}}},{"from":[6,12.5,6.5],"to":[10,16.5,10.5],"rotation":{"angle":0,"axis":"y","origin":[6,20.5,6.5]},"faces":{"north":{"uv":[0,0,4,4],"texture":"#1"},"east":{"uv":[0,0,3,4],"texture":"#1"},"south":{"uv":[4,0,0,4],"texture":"#1"},"west":{"uv":[3,0,6,4],"texture":"#1"},"up":{"uv":[0,0,4,1],"texture":"#1"},"down":{"uv":[0,3,4,4],"texture":"#1"}}},{"from":[6,8.5,7],"to":[10,11.5,10],"rotation":{"angle":0,"axis":"y","origin":[6,16.5,7]},"faces":{"north":{"uv":[0,10,4,13],"texture":"#1"},"east":{"uv":[1,10,4,13],"texture":"#1"},"south":{"uv":[4,10,0,13],"texture":"#1"},"west":{"uv":[0,10,3,13],"texture":"#1"},"down":{"uv":[10,11,14,14],"texture":"#1"}}},{"from":[7,-0.5,7.5],"to":[9,9.5,9.5],"rotation":{"angle":0,"axis":"y","origin":[7,11.5,7.5]},"faces":{"north":{"uv":[14,0,16,10],"texture":"#fire3"},"east":{"uv":[12,0,14,10],"texture":"#fire3"},"south":{"uv":[14,0,16,10],"texture":"#fire3"},"west":{"uv":[12,0,14,10],"texture":"#fire3"}}},{"from":[7,-14.5,7.5],"to":[9,-0.5,9.5],"rotation":{"angle":0,"axis":"y","origin":[7,-6.5,7.5]},"faces":{"north":{"uv":[10,0,12,14],"texture":"#fire3"},"east":{"uv":[10,0,12,14],"texture":"#fire3"},"south":{"uv":[10,0,12,14],"texture":"#fire3"},"west":{"uv":[10,0,12,14],"texture":"#fire3"}}},{"from":[6.5,-14.5,7],"to":[9.5,-11.5,10],"rotation":{"angle":0,"axis":"y","origin":[7,-6.5,7.5]},"faces":{"north":{"uv":[13,13,16,16],"texture":"#fire3"},"east":{"uv":[10,13,13,16],"texture":"#fire3"},"south":{"uv":[13,13,16,16],"texture":"#fire3"},"west":{"uv":[10,13,13,16],"texture":"#fire3"},"up":{"uv":[13,13,16,16],"texture":"#fire3"},"down":{"uv":[10,13,13,16],"texture":"#fire3"}}},{"from":[7.5,2,8.5],"to":[11.5,9,8.75],"rotation":{"angle":22.5,"axis":"z","origin":[10.5,9,8.5]},"faces":{"north":{"uv":[6,9,10,16],"texture":"#fire3"},"south":{"uv":[10,9,6,16],"texture":"#fire3"}}}],"display":{"thirdperson_righthand":{"rotation":[0,70,0],"translation":[-0.5,3,1.5],"scale":[0.75,0.75,0.75]},"thirdperson_lefthand":{"rotation":[0,70,0],"translation":[-0.5,3,1.5],"scale":[0.75,0.75,0.75]},"firstperson_righthand":{"rotation":[-10,90,0],"translation":[1.5,4,0.5],"scale":[0.5,0.5,0.5]},"firstperson_lefthand":{"rotation":[-10,-90,0],"translation":[1.5,4,0.5],"scale":[0.5,0.5,0.5]},"ground":{"rotation":[45,0,45],"translation":[0,5,0],"scale":[0.5,0.5,0.5]},"gui":{"rotation":[-20,160,30],"translation":[-0.5,0.25,0],"scale":[0.54,0.54,0.54]},"fixed":{"translation":[0,-0.5,-1.25],"scale":[0.6,0.6,0.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/warrior/spear_fire_c.json b/assets/minecraft/models/item/wynn/weapon/warrior/spear_fire_c.json new file mode 100644 index 000000000..20e8a8501 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/warrior/spear_fire_c.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"0":"wynn/weapon/warrior/fire_tier_b_c","1":"wynn/weapon/warrior/fire_tier_a","2":"wynn/weapon/anim/fire_core","particle":"wynn/weapon/warrior/fire_tier_b_c","flame":"wynn/weapon/anim/fire_blade_flamelicks","swirl":"wynn/weapon/anim/fire_swirl"},"elements":[{"from":[8,16,8],"to":[24,32,8.1],"rotation":{"angle":0,"axis":"y","origin":[8,24,8]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#flame"},"south":{"uv":[16,0,0,16],"texture":"#flame"}}},{"from":[-8,16,8],"to":[8,32,8.1],"rotation":{"angle":0,"axis":"y","origin":[8,24,8]},"faces":{"north":{"uv":[16,0,0,16],"texture":"#flame"},"south":{"uv":[0,0,16,16],"texture":"#flame"}}},{"from":[7,29,7.5],"to":[9,30,8.5],"rotation":{"angle":0,"axis":"y","origin":[15,37,15.5]},"faces":{"north":{"uv":[2,0,4,1],"texture":"#1"},"east":{"uv":[2,0,3,1],"texture":"#1"},"south":{"uv":[4,0,2,1],"texture":"#1"},"west":{"uv":[3,0,4,1],"texture":"#1"},"up":{"uv":[2,0,4,1],"rotation":180,"texture":"#1"}}},{"from":[6,27,7.5],"to":[10,29,8.5],"rotation":{"angle":0,"axis":"y","origin":[14,35,15.5]},"faces":{"north":{"uv":[1,1,5,3],"texture":"#1"},"east":{"uv":[1,1,2,3],"texture":"#1"},"south":{"uv":[5,1,1,3],"texture":"#1"},"west":{"uv":[4,1,5,3],"texture":"#1"},"up":{"uv":[1,1,5,2],"rotation":180,"texture":"#1"}}},{"from":[5,17,7.5],"to":[11,27,8.5],"rotation":{"angle":0,"axis":"y","origin":[13,25,15.5]},"faces":{"north":{"uv":[0,3,6,13],"texture":"#1"},"east":{"uv":[0,3,1,13],"texture":"#1"},"south":{"uv":[6,3,0,13],"texture":"#1"},"west":{"uv":[5,3,6,13],"texture":"#1"},"up":{"uv":[0,3,6,4],"rotation":180,"texture":"#1"}}},{"from":[1,13,6.5],"to":[5,17,9.5],"rotation":{"angle":0,"axis":"y","origin":[1,21,6.5]},"faces":{"north":{"uv":[0,12,4,16],"texture":"#0"},"south":{"uv":[4,12,0,16],"texture":"#0"},"west":{"uv":[7,4,10,8],"texture":"#1"},"up":{"uv":[6,1,10,4],"texture":"#1"},"down":{"uv":[6,6,10,9],"texture":"#1"}}},{"from":[11,13,6.5],"to":[15,17,9.5],"faces":{"north":{"uv":[4,12,0,16],"texture":"#0"},"east":{"uv":[7,4,10,8],"texture":"#1"},"south":{"uv":[0,12,4,16],"texture":"#0"},"up":{"uv":[6,1,10,4],"rotation":180,"texture":"#1"},"down":{"uv":[6,6,10,9],"rotation":180,"texture":"#1"}}},{"from":[6,12,6],"to":[10,16,10],"rotation":{"angle":0,"axis":"y","origin":[14,20,14]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#2"},"east":{"uv":[5,5,1,9],"texture":"#0"},"south":{"uv":[0,0,16,16],"texture":"#2"},"west":{"uv":[5,5,1,9],"texture":"#0"},"up":{"uv":[1,5,5,9],"texture":"#0"},"down":{"uv":[1,5,5,9],"texture":"#0"}}},{"from":[5,11,6.5],"to":[11,17,9.5],"rotation":{"angle":0,"axis":"y","origin":[5,19,6.5]},"faces":{"north":{"uv":[0,4,6,10],"texture":"#0"},"east":{"uv":[4,10,7,16],"texture":"#0"},"south":{"uv":[6,4,0,10],"texture":"#0"},"west":{"uv":[7,10,10,16],"texture":"#0"},"up":{"uv":[10,13,16,16],"texture":"#0"},"down":{"uv":[10,10,16,13],"texture":"#0"}}},{"from":[6,8,6.5],"to":[10,11,9.5],"rotation":{"angle":0,"axis":"y","origin":[6,16,6.5]},"faces":{"north":{"uv":[0,10,4,13],"texture":"#0"},"east":{"uv":[0,10,3,13],"texture":"#0"},"south":{"uv":[0,10,4,13],"texture":"#0"},"west":{"uv":[0,10,3,13],"texture":"#0"},"down":{"uv":[0,10,4,13],"texture":"#0"}}},{"from":[7,-8,7],"to":[9,8,9],"rotation":{"angle":0,"axis":"y","origin":[7,0,7]},"faces":{"north":{"uv":[14,0,16,16],"texture":"#1"},"east":{"uv":[12,0,14,16],"texture":"#1"},"south":{"uv":[14,0,16,16],"texture":"#1"},"west":{"uv":[12,0,14,16],"texture":"#1"},"down":{"uv":[12,15,10,13],"texture":"#1"}}},{"from":[7.5,2,8.5],"to":[11.5,9,8.75],"rotation":{"angle":22.5,"axis":"z","origin":[10.5,9,8.5]},"faces":{"north":{"uv":[6,9,10,16],"texture":"#1"},"south":{"uv":[10,9,6,16],"texture":"#1"}}},{"from":[2,-16,2],"to":[14,-15.9,14],"shade":false,"rotation":{"angle":-22.5,"axis":"x","origin":[8,-16.5,8],"rescale":true},"faces":{"up":{"uv":[0,16,16,0],"rotation":90,"texture":"#swirl"},"down":{"uv":[0,0,16,16],"rotation":90,"texture":"#swirl"}}},{"from":[2,-16,2],"to":[14,-15.9,14],"shade":false,"rotation":{"angle":22.5,"axis":"x","origin":[8,-16.5,8],"rescale":true},"faces":{"up":{"uv":[0,16,16,0],"texture":"#swirl"},"down":{"uv":[0,0,16,16],"texture":"#swirl"}}},{"from":[6,-11,6],"to":[10,-8,10],"rotation":{"angle":0,"axis":"y","origin":[6,-3,6]},"faces":{"north":{"uv":[10,0,14,3],"texture":"#0"},"east":{"uv":[10,0,14,3],"texture":"#0"},"south":{"uv":[10,0,14,3],"texture":"#0"},"west":{"uv":[10,0,14,3],"texture":"#0"},"up":{"uv":[10,0,14,1],"texture":"#0"},"down":{"uv":[10,2,14,3],"texture":"#0"}}},{"from":[5,-15,5],"to":[11,-11,11],"rotation":{"angle":0,"axis":"y","origin":[5,-7,5]},"faces":{"north":{"uv":[9,3,15,7],"texture":"#0"},"east":{"uv":[9,3,15,7],"texture":"#0"},"south":{"uv":[9,3,15,7],"texture":"#0"},"west":{"uv":[9,3,15,7],"texture":"#0"},"up":{"uv":[9,3,15,4],"texture":"#0"},"down":{"uv":[6,0,9,3],"texture":"#0"}}},{"from":[7,-16,4],"to":[9,-13,5],"faces":{"north":{"uv":[11,5,13,8],"texture":"#0"},"east":{"uv":[8,5,9,8],"texture":"#0"},"south":{"uv":[11,5,13,8],"texture":"#0"},"west":{"uv":[15,5,16,8],"texture":"#0"},"up":{"uv":[11,5,13,6],"texture":"#0"},"down":{"uv":[11,7,13,8],"texture":"#0"}}},{"from":[4,-16,7],"to":[5,-13,9],"faces":{"north":{"uv":[8,5,9,8],"texture":"#0"},"east":{"uv":[11,5,13,8],"texture":"#0"},"south":{"uv":[15,5,16,8],"texture":"#0"},"west":{"uv":[11,5,13,8],"texture":"#0"},"up":{"uv":[11,5,13,6],"rotation":270,"texture":"#0"},"down":{"uv":[11,7,13,8],"rotation":90,"texture":"#0"}}},{"from":[7,-16,11],"to":[9,-13,12],"faces":{"north":{"uv":[11,5,13,8],"texture":"#0"},"east":{"uv":[15,5,16,8],"texture":"#0"},"south":{"uv":[11,5,13,8],"texture":"#0"},"west":{"uv":[8,5,9,8],"texture":"#0"},"up":{"uv":[11,5,13,6],"rotation":180,"texture":"#0"},"down":{"uv":[11,7,13,8],"rotation":180,"texture":"#0"}}},{"from":[11,-16,7],"to":[12,-13,9],"faces":{"north":{"uv":[15,5,16,8],"texture":"#0"},"east":{"uv":[11,5,13,8],"texture":"#0"},"south":{"uv":[8,5,9,8],"texture":"#0"},"west":{"uv":[11,5,13,8],"texture":"#0"},"up":{"uv":[11,5,13,6],"rotation":90,"texture":"#0"},"down":{"uv":[11,7,13,8],"rotation":270,"texture":"#0"}}},{"from":[6,-16,6],"to":[10,-12,10],"rotation":{"angle":0,"axis":"y","origin":[14,-8,14]},"faces":{"north":{"uv":[0,0,4,4],"texture":"#0"},"east":{"uv":[0,0,4,4],"texture":"#0"},"south":{"uv":[0,0,4,4],"texture":"#0"},"west":{"uv":[0,0,4,4],"texture":"#0"},"up":{"uv":[0,0,4,4],"texture":"#0"},"down":{"uv":[0,0,4,4],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[0,70,0],"translation":[-0.5,6,1.5],"scale":[0.85,0.85,0.85]},"thirdperson_lefthand":{"rotation":[0,-110,0],"translation":[-0.5,6,1.5],"scale":[0.85,0.85,0.85]},"firstperson_righthand":{"rotation":[-10,90,0],"translation":[1.25,3,0.5],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[-10,-90,0],"translation":[1.25,3,0.5],"scale":[0.6,0.6,0.6]},"ground":{"rotation":[45,0,45],"translation":[0,7,0],"scale":[0.55,0.55,0.55]},"gui":{"rotation":[-20,160,30],"translation":[0,1,0],"scale":[0.59,0.59,0.59]},"fixed":{"translation":[0,1.25,-1.25],"scale":[0.6,0.6,0.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/warrior/spear_multi_a.json b/assets/minecraft/models/item/wynn/weapon/warrior/spear_multi_a.json new file mode 100644 index 000000000..d0664182e --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/warrior/spear_multi_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"texture":"wynn/weapon/warrior/multi_tier_all"},"elements":[{"from":[1.5,7.5,7.75],"to":[5,8.5,8.75],"faces":{"north":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"east":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"south":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"west":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"up":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"},"down":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"}}},{"from":[1,7.25,7.5],"to":[3.75,8.75,9],"faces":{"north":{"uv":[2.25,13.25,6.75,14.75],"texture":"#texture"},"east":{"uv":[11.25,14.25,12.75,15.75],"texture":"#texture"},"south":{"uv":[2.25,13.25,6.75,14.75],"texture":"#texture"},"west":{"uv":[11.25,14.25,12.75,15.75],"texture":"#texture"},"up":{"uv":[8.75,12.5,13.25,14],"texture":"#texture"},"down":{"uv":[8.75,12.5,13.25,14],"texture":"#texture"}}},{"from":[1.25,7,7.5],"to":[2.25,9,9],"faces":{"north":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"east":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"south":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"west":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"up":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"},"down":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"}}},{"from":[1.25,7.5,7.25],"to":[2.25,8.5,9.25],"faces":{"north":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"east":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"south":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"west":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"up":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"},"down":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"}}},{"from":[-6.4,7.125,8.15],"to":[-0.4,8.925,8.45],"faces":{"north":{"uv":[2.75,0,10.25,2.25],"texture":"#texture"},"east":{"uv":[9.25,0.5,9.625,2.75],"texture":"#texture"},"south":{"uv":[2.75,0,10.25,2.25],"texture":"#texture"},"west":{"uv":[9.25,0.5,9.625,2.75],"texture":"#texture"},"up":{"uv":[1.5,1.25,9,1.625],"texture":"#texture"},"down":{"uv":[1.5,1.25,9,1.625],"texture":"#texture"}}},{"from":[15.25,7.25,7.5],"to":[16.75,8.75,9],"faces":{"north":{"uv":[2.25,13.25,6.75,14.75],"texture":"#texture"},"east":{"uv":[11.25,14.25,12.75,15.75],"texture":"#texture"},"south":{"uv":[2.25,13.25,6.75,14.75],"texture":"#texture"},"west":{"uv":[11.25,14.25,12.75,15.75],"texture":"#texture"},"up":{"uv":[8.75,12.5,13.25,14],"texture":"#texture"},"down":{"uv":[8.75,12.5,13.25,14],"texture":"#texture"}}},{"from":[15.5,7,7.75],"to":[16.5,9,8.75],"faces":{"north":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"east":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"south":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"west":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"up":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"},"down":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"}}},{"from":[5.75,7.75,8],"to":[13.25,8.25,8.5],"faces":{"north":{"uv":[9.5,2.25,14,2.75],"texture":"#texture"},"east":{"uv":[12.5,2.5,14,3],"texture":"#texture"},"south":{"uv":[9.5,2.25,14,2.75],"texture":"#texture"},"west":{"uv":[12.5,2.5,14,3],"texture":"#texture"},"up":{"uv":[10.75,2.25,15.25,2.75],"texture":"#texture"},"down":{"uv":[10.75,2.25,15.25,2.75],"texture":"#texture"}}},{"from":[8.75,7.625,7.875],"to":[9.25,8.375,8.625],"faces":{"north":{"uv":[2.25,13.25,6.75,14.75],"texture":"#texture"},"east":{"uv":[11.25,14.25,12.75,15.75],"texture":"#texture"},"south":{"uv":[2.25,13.25,6.75,14.75],"texture":"#texture"},"west":{"uv":[11.25,14.25,12.75,15.75],"texture":"#texture"},"up":{"uv":[8.75,12.5,13.25,14],"texture":"#texture"},"down":{"uv":[8.75,12.5,13.25,14],"texture":"#texture"}}},{"from":[9.5,7.625,7.875],"to":[10,8.375,8.625],"faces":{"north":{"uv":[2.25,13.25,6.75,14.75],"texture":"#texture"},"east":{"uv":[11.25,14.25,12.75,15.75],"texture":"#texture"},"south":{"uv":[2.25,13.25,6.75,14.75],"texture":"#texture"},"west":{"uv":[11.25,14.25,12.75,15.75],"texture":"#texture"},"up":{"uv":[8.75,12.5,13.25,14],"texture":"#texture"},"down":{"uv":[8.75,12.5,13.25,14],"texture":"#texture"}}},{"from":[-6.4,7.425,8],"to":[0.5,8.625,8.6],"faces":{"north":{"uv":[2.75,0,10.25,2.25],"texture":"#texture"},"east":{"uv":[9.25,0.5,9.625,2.75],"texture":"#texture"},"south":{"uv":[2.75,0,10.25,2.25],"texture":"#texture"},"west":{"uv":[9.25,0.5,9.625,2.75],"texture":"#texture"},"up":{"uv":[1.5,1.25,9,1.625],"texture":"#texture"},"down":{"uv":[1.5,1.25,9,1.625],"texture":"#texture"}}},{"from":[-0.4,8.025,8.15],"to":[0.8,8.925,8.45],"rotation":{"angle":-45,"axis":"z","origin":[-0.4,8.925,8.15]},"faces":{"north":{"uv":[2.75,0,10.25,2.25],"texture":"#texture"},"east":{"uv":[9.25,0.5,9.625,2.75],"texture":"#texture"},"south":{"uv":[2.75,0,10.25,2.25],"texture":"#texture"},"west":{"uv":[9.25,0.5,9.625,2.75],"texture":"#texture"},"up":{"uv":[1.5,1.25,9,1.625],"texture":"#texture"},"down":{"uv":[1.5,1.25,9,1.625],"texture":"#texture"}}},{"from":[-0.775,6.975,8.15],"to":[0.425,7.575,8.45],"rotation":{"angle":45,"axis":"z","origin":[-0.775,7.575,8.15]},"faces":{"north":{"uv":[2.75,0,10.25,2.25],"texture":"#texture"},"east":{"uv":[9.25,0.5,9.625,2.75],"texture":"#texture"},"south":{"uv":[2.75,0,10.25,2.25],"texture":"#texture"},"west":{"uv":[9.25,0.5,9.625,2.75],"texture":"#texture"},"up":{"uv":[1.5,1.25,9,1.625],"texture":"#texture"},"down":{"uv":[1.5,1.25,9,1.625],"texture":"#texture"}}},{"from":[-7.3,7.551,8.15],"to":[-6.1,8.151,8.45],"rotation":{"angle":-22.5,"axis":"z","origin":[-7.3,8.151,8.15]},"faces":{"north":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"east":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"south":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"west":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"up":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"},"down":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"}}},{"from":[-7.8,7.475,8.15],"to":[-7.4,7.875,8.45],"rotation":{"angle":45,"axis":"z","origin":[-7.8,7.875,8.15]},"faces":{"north":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"east":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"south":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"west":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"up":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"},"down":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"}}},{"from":[-7.5,7.875,8],"to":[-6.3,8.175,8.6],"rotation":{"angle":22.5,"axis":"z","origin":[-7.5,8.175,8]},"faces":{"north":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"east":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"south":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"west":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"up":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"},"down":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"}}},{"from":[-7.375,7.851,8],"to":[-6.175,8.151,8.6],"rotation":{"angle":-22.5,"axis":"z","origin":[-7.375,8.151,8]},"faces":{"north":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"east":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"south":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"west":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"up":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"},"down":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"}}},{"from":[-7.5,7.95,8],"to":[-7.275,8.175,8.6],"rotation":{"angle":-45,"axis":"z","origin":[-7.5,8.175,8]},"faces":{"north":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"east":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"south":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"west":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"up":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"},"down":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"}}},{"from":[-6.9,7.725,8],"to":[-6.3,8.325,8.6],"faces":{"north":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"east":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"south":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"west":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"up":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"},"down":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"}}},{"from":[-7.45,7.875,8.15],"to":[-6.25,8.475,8.45],"rotation":{"angle":22.5,"axis":"z","origin":[-7.45,8.475,8.15]},"faces":{"north":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"east":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"south":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"west":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"up":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"},"down":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"}}},{"from":[-7.918,7.809,8.15],"to":[-7.268,8.009,8.45],"rotation":{"angle":45,"axis":"z","origin":[-7.918,8.009,8.15]},"faces":{"north":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"east":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"south":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"west":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"up":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"},"down":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"}}},{"from":[-7.45,8.175,8.15],"to":[-7.25,8.375,8.45],"faces":{"north":{"uv":[2.75,0,10.25,2.25],"texture":"#texture"},"east":{"uv":[9.25,0.5,9.625,2.75],"texture":"#texture"},"south":{"uv":[2.75,0,10.25,2.25],"texture":"#texture"},"west":{"uv":[9.25,0.5,9.625,2.75],"texture":"#texture"},"up":{"uv":[1.5,1.25,9,1.625],"texture":"#texture"},"down":{"uv":[1.5,1.25,9,1.625],"texture":"#texture"}}},{"from":[12.75,7.625,7.875],"to":[14.25,8.375,8.625],"faces":{"north":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"east":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"south":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"west":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"up":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"},"down":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"}}},{"from":[4.75,7.625,7.875],"to":[6,8.375,8.625],"faces":{"north":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"east":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"south":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"west":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"up":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"},"down":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"}}},{"from":[1.5,6.5,8],"to":[2,9.5,8.5],"faces":{"north":{"uv":[3.25,8.25,3.75,12],"texture":"#texture"},"east":{"uv":[3.75,8.25,4.25,11.75],"texture":"#texture"},"south":{"uv":[3.25,8.25,3.75,12],"texture":"#texture"},"west":{"uv":[3.75,8.25,4.25,11.75],"texture":"#texture"},"up":{"uv":[4.75,8.5,5.25,9],"texture":"#texture"},"down":{"uv":[4.75,8.5,5.25,9],"texture":"#texture"}}},{"from":[1.5,7.75,6.75],"to":[2,8.25,9.75],"faces":{"north":{"uv":[6.5,4.25,7,4.75],"texture":"#texture"},"east":{"uv":[5.5,5.75,10.5,6.25],"texture":"#texture"},"south":{"uv":[6.5,4.25,7,4.75],"texture":"#texture"},"west":{"uv":[5.5,5.75,10.5,6.25],"texture":"#texture"},"up":{"uv":[7.25,4.25,7.5,7.5],"texture":"#texture"},"down":{"uv":[7.25,4.25,7.5,7.5],"texture":"#texture"}}},{"from":[1.5,5.5625,6.8125],"to":[2,9.0625,7.3125],"rotation":{"angle":-45,"axis":"x","origin":[1.5,9.0625,6.8125]},"faces":{"north":{"uv":[12.75,8.25,13,12],"texture":"#texture"},"east":{"uv":[13.25,8.25,13.5,11.75],"texture":"#texture"},"south":{"uv":[12.75,8.25,13,12],"texture":"#texture"},"west":{"uv":[13.25,8.25,13.5,11.75],"texture":"#texture"},"up":{"uv":[13.25,9.5,13.75,10],"texture":"#texture"},"down":{"uv":[13.25,9.5,13.75,10],"texture":"#texture"}}},{"from":[1.5,5.9375,9.375],"to":[2,9.4375,9.875],"rotation":{"angle":45,"axis":"x","origin":[1.5,9.4375,9.375]},"faces":{"north":{"uv":[7.75,8.25,8,11.75],"texture":"#texture"},"east":{"uv":[9.25,8.25,9.5,12],"texture":"#texture"},"south":{"uv":[7.75,8.25,8,11.75],"texture":"#texture"},"west":{"uv":[9.25,8.25,9.5,12],"texture":"#texture"},"up":{"uv":[6.75,10.1875,7.25,10.6875],"texture":"#texture"},"down":{"uv":[6.75,10.1875,7.25,10.6875],"texture":"#texture"}}},{"from":[-7.15,7.975,8],"to":[-6.85,8.175,8.6],"faces":{"north":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"east":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"south":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"west":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"up":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"},"down":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"}}},{"from":[10.25,7.625,7.875],"to":[10.75,8.375,8.625],"faces":{"north":{"uv":[2.25,13.25,6.75,14.75],"texture":"#texture"},"east":{"uv":[11.25,14.25,12.75,15.75],"texture":"#texture"},"south":{"uv":[2.25,13.25,6.75,14.75],"texture":"#texture"},"west":{"uv":[11.25,14.25,12.75,15.75],"texture":"#texture"},"up":{"uv":[8.75,12.5,13.25,14],"texture":"#texture"},"down":{"uv":[8.75,12.5,13.25,14],"texture":"#texture"}}},{"from":[8,7.625,7.875],"to":[8.5,8.375,8.625],"faces":{"north":{"uv":[2.25,13.25,6.75,14.75],"texture":"#texture"},"east":{"uv":[11.25,14.25,12.75,15.75],"texture":"#texture"},"south":{"uv":[2.25,13.25,6.75,14.75],"texture":"#texture"},"west":{"uv":[11.25,14.25,12.75,15.75],"texture":"#texture"},"up":{"uv":[8.75,12.5,13.25,14],"texture":"#texture"},"down":{"uv":[8.75,12.5,13.25,14],"texture":"#texture"}}},{"from":[14,7.5,7.75],"to":[17,8.5,8.75],"faces":{"north":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"east":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"south":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"west":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"up":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"},"down":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"}}},{"from":[15.5,7.5,7.25],"to":[16.5,8.5,9.25],"faces":{"north":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"east":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"south":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"west":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"up":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"},"down":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"}}},{"from":[11,7.5,7.75],"to":[11.5,8.5,8.75],"faces":{"north":{"uv":[2.25,13.25,6.75,14.75],"texture":"#texture"},"east":{"uv":[11.25,14.25,12.75,15.75],"texture":"#texture"},"south":{"uv":[2.25,13.25,6.75,14.75],"texture":"#texture"},"west":{"uv":[11.25,14.25,12.75,15.75],"texture":"#texture"},"up":{"uv":[8.75,12.5,13.25,14],"texture":"#texture"},"down":{"uv":[8.75,12.5,13.25,14],"texture":"#texture"}}},{"from":[7.25,7.5,7.75],"to":[7.75,8.5,8.75],"faces":{"north":{"uv":[2.25,13.25,6.75,14.75],"texture":"#texture"},"east":{"uv":[11.25,14.25,12.75,15.75],"texture":"#texture"},"south":{"uv":[2.25,13.25,6.75,14.75],"texture":"#texture"},"west":{"uv":[11.25,14.25,12.75,15.75],"texture":"#texture"},"up":{"uv":[8.75,12.5,13.25,14],"texture":"#texture"},"down":{"uv":[8.75,12.5,13.25,14],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[180,-90,90],"translation":[0.38,-0.57,1.89],"scale":[1.26,1.26,1.26]},"thirdperson_lefthand":{"rotation":[180,-90,-90],"translation":[0.19,-0.56,1.89],"scale":[1.26,1.26,1.26]},"firstperson_righthand":{"rotation":[-6,-88,-82],"translation":[2.64,0.38,-1.32]},"firstperson_lefthand":{"rotation":[-6,88,82],"translation":[2.64,0.38,-1.32]},"ground":{"rotation":[45,0,-45],"translation":[0,8,0],"scale":[0.7,0.7,0.7]},"gui":{"rotation":[-20,160,-60],"translation":[-1,-1.75,0],"scale":[0.8,0.8,0.8]},"fixed":{"rotation":[0,0,-90],"translation":[0,-2.25,-1.5],"scale":[0.8,0.8,0.8]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/warrior/spear_multi_b.json b/assets/minecraft/models/item/wynn/weapon/warrior/spear_multi_b.json new file mode 100644 index 000000000..cfe9be1f3 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/warrior/spear_multi_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"texture":"wynn/weapon/warrior/multi_tier_all"},"elements":[{"from":[1.25,7.5,7.75],"to":[6,8.5,8.75],"faces":{"north":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"east":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"south":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"west":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"up":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"},"down":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"}}},{"from":[-0.25,7.25,7.5],"to":[4.25,8.75,9],"faces":{"north":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"east":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"south":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"west":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"up":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"},"down":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"}}},{"from":[0,7,7.25],"to":[2.75,9,9.25],"faces":{"north":{"uv":[2.25,13.25,6.75,14.75],"texture":"#texture"},"east":{"uv":[11.25,14.25,12.75,15.75],"texture":"#texture"},"south":{"uv":[2.25,13.25,6.75,14.75],"texture":"#texture"},"west":{"uv":[11.25,14.25,12.75,15.75],"texture":"#texture"},"up":{"uv":[8.75,12.5,13.25,14],"texture":"#texture"},"down":{"uv":[8.75,12.5,13.25,14],"texture":"#texture"}}},{"from":[0.25,6.75,7.5],"to":[1.75,9.25,9],"faces":{"north":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"east":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"south":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"west":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"up":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"},"down":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"}}},{"from":[0.25,7.25,7],"to":[1.75,8.75,9.5],"faces":{"north":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"east":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"south":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"west":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"up":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"},"down":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"}}},{"from":[-9.375,6.875,8.0625],"to":[-1.875,9.125,8.4375],"faces":{"north":{"uv":[2.75,0,10.25,2.25],"texture":"#texture"},"east":{"uv":[9.25,0.5,9.625,2.75],"texture":"#texture"},"south":{"uv":[2.75,0,10.25,2.25],"texture":"#texture"},"west":{"uv":[9.25,0.5,9.625,2.75],"texture":"#texture"},"up":{"uv":[1.5,1.25,9,1.625],"texture":"#texture"},"down":{"uv":[1.5,1.25,9,1.625],"texture":"#texture"}}},{"from":[17.25,7.25,7.5],"to":[19,8.75,9],"faces":{"north":{"uv":[2.25,13.25,6.75,14.75],"texture":"#texture"},"east":{"uv":[11.25,14.25,12.75,15.75],"texture":"#texture"},"south":{"uv":[2.25,13.25,6.75,14.75],"texture":"#texture"},"west":{"uv":[11.25,14.25,12.75,15.75],"texture":"#texture"},"up":{"uv":[8.75,12.5,13.25,14],"texture":"#texture"},"down":{"uv":[8.75,12.5,13.25,14],"texture":"#texture"}}},{"from":[19.5,6.5,8],"to":[21,7.25,8.5],"rotation":{"angle":-45,"axis":"z","origin":[19.5,7.25,8]},"faces":{"north":{"uv":[8,6.75,10.25,7.5],"texture":"#texture"},"east":{"uv":[9.25,5.5,9.75,6.25],"texture":"#texture"},"south":{"uv":[8,6.75,10.25,7.5],"texture":"#texture"},"west":{"uv":[9.25,5.5,9.75,6.25],"texture":"#texture"},"up":{"uv":[8.25,5.25,10.5,5.75],"texture":"#texture"},"down":{"uv":[8.25,5.25,10.5,5.75],"texture":"#texture"}}},{"from":[18.9375,8.5625,8],"to":[20.4375,9.3125,8.5],"rotation":{"angle":45,"axis":"z","origin":[18.9375,9.3125,8]},"faces":{"north":{"uv":[2,8.5,4.25,9.25],"texture":"#texture"},"east":{"uv":[4.25,8.5,4.75,9.25],"texture":"#texture"},"south":{"uv":[2,8.5,4.25,9.25],"texture":"#texture"},"west":{"uv":[4.25,8.5,4.75,9.25],"texture":"#texture"},"up":{"uv":[2.25,10.5,4.5,11],"texture":"#texture"},"down":{"uv":[2.25,10.5,4.5,11],"texture":"#texture"}}},{"from":[19.5,7.625,7.75],"to":[21.5,8.375,8.75],"faces":{"north":{"uv":[7.25,2.25,9.5,3],"texture":"#texture"},"east":{"uv":[8.75,1.75,9.25,2.5],"texture":"#texture"},"south":{"uv":[7.25,2.25,9.5,3],"texture":"#texture"},"west":{"uv":[8.75,1.75,9.25,2.5],"texture":"#texture"},"up":{"uv":[10.75,1.25,13,1.75],"texture":"#texture"},"down":{"uv":[10.75,1.25,13,1.75],"texture":"#texture"}}},{"from":[17.75,7,7.75],"to":[18.75,9,8.75],"faces":{"north":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"east":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"south":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"west":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"up":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"},"down":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"}}},{"from":[16.5,7.5,7.75],"to":[18.75,8.5,8.75],"faces":{"north":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"east":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"south":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"west":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"up":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"},"down":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"}}},{"from":[17.75,7.5,7.25],"to":[18.75,8.5,9.25],"faces":{"north":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"east":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"south":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"west":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"up":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"},"down":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"}}},{"from":[5.75,7.75,8],"to":[15.75,8.25,8.5],"faces":{"north":{"uv":[9.5,2.25,14,2.75],"texture":"#texture"},"east":{"uv":[12.5,2.5,14,3],"texture":"#texture"},"south":{"uv":[9.5,2.25,14,2.75],"texture":"#texture"},"west":{"uv":[12.5,2.5,14,3],"texture":"#texture"},"up":{"uv":[10.75,2.25,15.25,2.75],"texture":"#texture"},"down":{"uv":[10.75,2.25,15.25,2.75],"texture":"#texture"}}},{"from":[8.25,7.625,7.875],"to":[9.5,8.375,8.625],"faces":{"north":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"east":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"south":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"west":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"up":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"},"down":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"}}},{"from":[9.75,7.625,7.875],"to":[10.25,8.375,8.625],"faces":{"north":{"uv":[2.25,13.25,6.75,14.75],"texture":"#texture"},"east":{"uv":[11.25,14.25,12.75,15.75],"texture":"#texture"},"south":{"uv":[2.25,13.25,6.75,14.75],"texture":"#texture"},"west":{"uv":[11.25,14.25,12.75,15.75],"texture":"#texture"},"up":{"uv":[8.75,12.5,13.25,14],"texture":"#texture"},"down":{"uv":[8.75,12.5,13.25,14],"texture":"#texture"}}},{"from":[10.5,7.625,7.875],"to":[11,8.375,8.625],"faces":{"north":{"uv":[2.25,13.25,6.75,14.75],"texture":"#texture"},"east":{"uv":[11.25,14.25,12.75,15.75],"texture":"#texture"},"south":{"uv":[2.25,13.25,6.75,14.75],"texture":"#texture"},"west":{"uv":[11.25,14.25,12.75,15.75],"texture":"#texture"},"up":{"uv":[8.75,12.5,13.25,14],"texture":"#texture"},"down":{"uv":[8.75,12.5,13.25,14],"texture":"#texture"}}},{"from":[12,7.625,7.875],"to":[13.25,8.375,8.625],"faces":{"north":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"east":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"south":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"west":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"up":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"},"down":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"}}},{"from":[-9.375,7.25,7.875],"to":[-0.75,8.75,8.625],"faces":{"north":{"uv":[2.75,0,10.25,2.25],"texture":"#texture"},"east":{"uv":[9.25,0.5,9.625,2.75],"texture":"#texture"},"south":{"uv":[2.75,0,10.25,2.25],"texture":"#texture"},"west":{"uv":[9.25,0.5,9.625,2.75],"texture":"#texture"},"up":{"uv":[1.5,1.25,9,1.625],"texture":"#texture"},"down":{"uv":[1.5,1.25,9,1.625],"texture":"#texture"}}},{"from":[-1.875,8,8.0625],"to":[-0.375,9.125,8.4375],"rotation":{"angle":-45,"axis":"z","origin":[-1.875,9.125,8.0625]},"faces":{"north":{"uv":[2.75,0,10.25,2.25],"texture":"#texture"},"east":{"uv":[9.25,0.5,9.625,2.75],"texture":"#texture"},"south":{"uv":[2.75,0,10.25,2.25],"texture":"#texture"},"west":{"uv":[9.25,0.5,9.625,2.75],"texture":"#texture"},"up":{"uv":[1.5,1.25,9,1.625],"texture":"#texture"},"down":{"uv":[1.5,1.25,9,1.625],"texture":"#texture"}}},{"from":[-2.34375,6.6875,8.0625],"to":[-0.84375,7.4375,8.4375],"rotation":{"angle":45,"axis":"z","origin":[-2.34375,7.4375,8.0625]},"faces":{"north":{"uv":[2.75,0,10.25,2.25],"texture":"#texture"},"east":{"uv":[9.25,0.5,9.625,2.75],"texture":"#texture"},"south":{"uv":[2.75,0,10.25,2.25],"texture":"#texture"},"west":{"uv":[9.25,0.5,9.625,2.75],"texture":"#texture"},"up":{"uv":[1.5,1.25,9,1.625],"texture":"#texture"},"down":{"uv":[1.5,1.25,9,1.625],"texture":"#texture"}}},{"from":[-10.5,7.4075,8.0625],"to":[-9,8.1575,8.4375],"rotation":{"angle":-22.5,"axis":"z","origin":[-10.5,8.1575,8.0625]},"faces":{"north":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"east":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"south":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"west":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"up":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"},"down":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"}}},{"from":[-11.125,7.3125,8.0625],"to":[-10.625,7.8125,8.4375],"rotation":{"angle":45,"axis":"z","origin":[-11.125,7.8125,8.0625]},"faces":{"north":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"east":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"south":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"west":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"up":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"},"down":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"}}},{"from":[-10.75,7.8125,7.875],"to":[-9.25,8.1875,8.625],"rotation":{"angle":22.5,"axis":"z","origin":[-10.75,8.1875,7.875]},"faces":{"north":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"east":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"south":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"west":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"up":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"},"down":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"}}},{"from":[-10.5938,7.7825,7.875],"to":[-9.09375,8.1575,8.625],"rotation":{"angle":-22.5,"axis":"z","origin":[-10.5938,8.1575,7.875]},"faces":{"north":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"east":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"south":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"west":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"up":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"},"down":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"}}},{"from":[-10.75,7.90625,7.875],"to":[-10.4688,8.1875,8.625],"rotation":{"angle":-45,"axis":"z","origin":[-10.75,8.1875,7.875]},"faces":{"north":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"east":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"south":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"west":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"up":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"},"down":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"}}},{"from":[-10,7.625,7.875],"to":[-9.25,8.375,8.625],"faces":{"north":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"east":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"south":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"west":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"up":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"},"down":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"}}},{"from":[-10.6875,7.8125,8.0625],"to":[-9.1875,8.5625,8.4375],"rotation":{"angle":22.5,"axis":"z","origin":[-10.6875,8.5625,8.0625]},"faces":{"north":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"east":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"south":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"west":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"up":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"},"down":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"}}},{"from":[-11.2725,7.73,8.0625],"to":[-10.46,7.98,8.4375],"rotation":{"angle":45,"axis":"z","origin":[-11.2725,7.98,8.0625]},"faces":{"north":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"east":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"south":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"west":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"up":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"},"down":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"}}},{"from":[-10.6875,8.1875,8.0625],"to":[-10.4375,8.4375,8.4375],"faces":{"north":{"uv":[2.75,0,10.25,2.25],"texture":"#texture"},"east":{"uv":[9.25,0.5,9.625,2.75],"texture":"#texture"},"south":{"uv":[2.75,0,10.25,2.25],"texture":"#texture"},"west":{"uv":[9.25,0.5,9.625,2.75],"texture":"#texture"},"up":{"uv":[1.5,1.25,9,1.625],"texture":"#texture"},"down":{"uv":[1.5,1.25,9,1.625],"texture":"#texture"}}},{"from":[15.25,7.625,7.875],"to":[16.75,8.375,8.625],"faces":{"north":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"east":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"south":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"west":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"up":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"},"down":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"}}},{"from":[5.5,7.625,7.875],"to":[6.75,8.375,8.625],"faces":{"north":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"east":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"south":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"west":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"up":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"},"down":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"}}},{"from":[0.75,5.75,8],"to":[1.25,10.5,8.5],"faces":{"north":{"uv":[3.25,8.25,3.75,12],"texture":"#texture"},"east":{"uv":[3.75,8.25,4.25,11.75],"texture":"#texture"},"south":{"uv":[3.25,8.25,3.75,12],"texture":"#texture"},"west":{"uv":[3.75,8.25,4.25,11.75],"texture":"#texture"},"up":{"uv":[4.75,8.5,5.25,9],"texture":"#texture"},"down":{"uv":[4.75,8.5,5.25,9],"texture":"#texture"}}},{"from":[0.75,7.75,6],"to":[1.25,8.25,10.5],"faces":{"north":{"uv":[6.5,4.25,7,4.75],"texture":"#texture"},"east":{"uv":[5.5,5.75,10.5,6.25],"texture":"#texture"},"south":{"uv":[6.5,4.25,7,4.75],"texture":"#texture"},"west":{"uv":[5.5,5.75,10.5,6.25],"texture":"#texture"},"up":{"uv":[7.25,4.25,7.5,7.5],"texture":"#texture"},"down":{"uv":[7.25,4.25,7.5,7.5],"texture":"#texture"}}},{"from":[0.75,5.0625,9.75],"to":[1.25,9.8125,10.25],"rotation":{"angle":45,"axis":"x","origin":[0.75,9.8125,9.75]},"faces":{"north":{"uv":[12.75,8.25,13,12],"texture":"#texture"},"east":{"uv":[13.25,8.25,13.5,11.75],"texture":"#texture"},"south":{"uv":[12.75,8.25,13,12],"texture":"#texture"},"west":{"uv":[13.25,8.25,13.5,11.75],"texture":"#texture"},"up":{"uv":[13.25,9.5,13.75,10],"texture":"#texture"},"down":{"uv":[13.25,9.5,13.75,10],"texture":"#texture"}}},{"from":[0.75,4.5625,6.3125],"to":[1.25,9.5625,6.8125],"rotation":{"angle":-45,"axis":"x","origin":[0.75,9.5625,6.3125]},"faces":{"north":{"uv":[7.75,8.25,8,11.75],"texture":"#texture"},"east":{"uv":[9.25,8.25,9.5,12],"texture":"#texture"},"south":{"uv":[7.75,8.25,8,11.75],"texture":"#texture"},"west":{"uv":[9.25,8.25,9.5,12],"texture":"#texture"},"up":{"uv":[6.75,10.1875,7.25,10.6875],"texture":"#texture"},"down":{"uv":[6.75,10.1875,7.25,10.6875],"texture":"#texture"}}},{"from":[-10.3125,7.9375,7.875],"to":[-9.9375,8.1875,8.625],"faces":{"north":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"east":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"south":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"west":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"up":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"},"down":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"}}},{"from":[11.25,7.625,7.875],"to":[11.75,8.375,8.625],"faces":{"north":{"uv":[2.25,13.25,6.75,14.75],"texture":"#texture"},"east":{"uv":[11.25,14.25,12.75,15.75],"texture":"#texture"},"south":{"uv":[2.25,13.25,6.75,14.75],"texture":"#texture"},"west":{"uv":[11.25,14.25,12.75,15.75],"texture":"#texture"},"up":{"uv":[8.75,12.5,13.25,14],"texture":"#texture"},"down":{"uv":[8.75,12.5,13.25,14],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[180,-90,90],"translation":[0.38,2.08,1.89],"scale":[1.54,1.54,1.54]},"thirdperson_lefthand":{"rotation":[180,-90,-90],"translation":[0.38,2.08,1.89],"scale":[1.54,1.54,1.54]},"firstperson_righthand":{"rotation":[0,-90,-72],"translation":[4.89,-1.87,-1.32],"scale":[1.1,1.1,1.1]},"firstperson_lefthand":{"rotation":[0,90,72],"translation":[4.89,-1.87,-1.32],"scale":[1.1,1.1,1.1]},"ground":{"rotation":[45,0,-45],"translation":[0,8,0],"scale":[0.7,0.7,0.7]},"gui":{"rotation":[-20,160,-60],"translation":[-0.75,-1.25,0],"scale":[0.65,0.65,0.65]},"fixed":{"rotation":[0,0,-90],"translation":[0,-1.75,-1.5],"scale":[0.75,0.75,0.75]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/warrior/spear_multi_c.json b/assets/minecraft/models/item/wynn/weapon/warrior/spear_multi_c.json new file mode 100644 index 000000000..b3155f09c --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/warrior/spear_multi_c.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"texture":"wynn/weapon/warrior/multi_tier_all","red-blue_swirl":"wynn/weapon/anim/multi_swirl_0","green-yellow_swirl":"wynn/weapon/anim/multi_swirl_1"},"elements":[{"from":[1.25,7.5,7.75],"to":[6,8.5,8.75],"faces":{"north":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"east":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"south":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"west":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"up":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"},"down":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"}}},{"from":[-0.25,7.25,7.5],"to":[4.25,8.75,9],"faces":{"north":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"east":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"south":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"west":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"up":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"},"down":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"}}},{"from":[0,7,7.25],"to":[2.75,9,9.25],"faces":{"north":{"uv":[2.25,13.25,6.75,14.75],"texture":"#texture"},"east":{"uv":[11.25,14.25,12.75,15.75],"texture":"#texture"},"south":{"uv":[2.25,13.25,6.75,14.75],"texture":"#texture"},"west":{"uv":[11.25,14.25,12.75,15.75],"texture":"#texture"},"up":{"uv":[8.75,12.5,13.25,14],"texture":"#texture"},"down":{"uv":[8.75,12.5,13.25,14],"texture":"#texture"}}},{"from":[0.25,6.75,7.5],"to":[1.75,9.25,9],"faces":{"north":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"east":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"south":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"west":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"up":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"},"down":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"}}},{"from":[0.25,7.25,7],"to":[1.75,8.75,9.5],"faces":{"north":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"east":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"south":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"west":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"up":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"},"down":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"}}},{"from":[-9.375,6.875,8.1875],"to":[-1.875,9.125,8.5625],"faces":{"north":{"uv":[2.75,0,10.25,2.25],"texture":"#texture"},"east":{"uv":[9.25,0.5,9.625,2.75],"texture":"#texture"},"south":{"uv":[2.75,0,10.25,2.25],"texture":"#texture"},"west":{"uv":[9.25,0.5,9.625,2.75],"texture":"#texture"},"up":{"uv":[1.5,1.25,9,1.625],"texture":"#texture"},"down":{"uv":[1.5,1.25,9,1.625],"texture":"#texture"}}},{"from":[19.5,7.25,7.5],"to":[21.25,8.75,9],"faces":{"north":{"uv":[2.25,13.25,6.75,14.75],"texture":"#texture"},"east":{"uv":[11.25,14.25,12.75,15.75],"texture":"#texture"},"south":{"uv":[2.25,13.25,6.75,14.75],"texture":"#texture"},"west":{"uv":[11.25,14.25,12.75,15.75],"texture":"#texture"},"up":{"uv":[8.75,12.5,13.25,14],"texture":"#texture"},"down":{"uv":[8.75,12.5,13.25,14],"texture":"#texture"}}},{"from":[21.75,6.5,8],"to":[24,7.25,8.5],"rotation":{"angle":-45,"axis":"z","origin":[21.75,7.25,8]},"faces":{"north":{"uv":[8,6.75,10.25,7.5],"texture":"#texture"},"east":{"uv":[9.25,5.5,9.75,6.25],"texture":"#texture"},"south":{"uv":[8,6.75,10.25,7.5],"texture":"#texture"},"west":{"uv":[9.25,5.5,9.75,6.25],"texture":"#texture"},"up":{"uv":[8.25,5.25,10.5,5.75],"texture":"#texture"},"down":{"uv":[8.25,5.25,10.5,5.75],"texture":"#texture"}}},{"from":[21.1875,8.5625,8],"to":[23.4375,9.3125,8.5],"rotation":{"angle":45,"axis":"z","origin":[21.1875,9.3125,8]},"faces":{"north":{"uv":[2,8.5,4.25,9.25],"texture":"#texture"},"east":{"uv":[4.25,8.5,4.75,9.25],"texture":"#texture"},"south":{"uv":[2,8.5,4.25,9.25],"texture":"#texture"},"west":{"uv":[4.25,8.5,4.75,9.25],"texture":"#texture"},"up":{"uv":[2.25,10.5,4.5,11],"texture":"#texture"},"down":{"uv":[2.25,10.5,4.5,11],"texture":"#texture"}}},{"from":[21.75,7.625,7.75],"to":[24.5,8.375,8.75],"faces":{"north":{"uv":[7.25,2.25,9.5,3],"texture":"#texture"},"east":{"uv":[8.75,1.75,9.25,2.5],"texture":"#texture"},"south":{"uv":[7.25,2.25,9.5,3],"texture":"#texture"},"west":{"uv":[8.75,1.75,9.25,2.5],"texture":"#texture"},"up":{"uv":[10.75,1.25,13,1.75],"texture":"#texture"},"down":{"uv":[10.75,1.25,13,1.75],"texture":"#texture"}}},{"from":[20,7,7.75],"to":[21,9,8.75],"faces":{"north":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"east":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"south":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"west":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"up":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"},"down":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"}}},{"from":[19.25,7.5,7.75],"to":[21.5,8.5,8.75],"faces":{"north":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"east":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"south":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"west":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"up":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"},"down":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"}}},{"from":[20,7.5,7.25],"to":[21,8.5,9.25],"faces":{"north":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"east":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"south":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"west":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"up":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"},"down":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"}}},{"from":[5.75,7.75,8],"to":[19.5,8.25,8.5],"faces":{"north":{"uv":[9.5,2.25,14,2.75],"texture":"#texture"},"east":{"uv":[12.5,2.5,14,3],"texture":"#texture"},"south":{"uv":[9.5,2.25,14,2.75],"texture":"#texture"},"west":{"uv":[12.5,2.5,14,3],"texture":"#texture"},"up":{"uv":[10.75,2.25,15.25,2.75],"texture":"#texture"},"down":{"uv":[10.75,2.25,15.25,2.75],"texture":"#texture"}}},{"from":[10,7.625,7.875],"to":[11.25,8.375,8.625],"faces":{"north":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"east":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"south":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"west":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"up":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"},"down":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"}}},{"from":[11.5,7.625,7.875],"to":[12,8.375,8.625],"faces":{"north":{"uv":[2.25,13.25,6.75,14.75],"texture":"#texture"},"east":{"uv":[11.25,14.25,12.75,15.75],"texture":"#texture"},"south":{"uv":[2.25,13.25,6.75,14.75],"texture":"#texture"},"west":{"uv":[11.25,14.25,12.75,15.75],"texture":"#texture"},"up":{"uv":[8.75,12.5,13.25,14],"texture":"#texture"},"down":{"uv":[8.75,12.5,13.25,14],"texture":"#texture"}}},{"from":[12.25,7.625,7.875],"to":[12.75,8.375,8.625],"faces":{"north":{"uv":[2.25,13.25,6.75,14.75],"texture":"#texture"},"east":{"uv":[11.25,14.25,12.75,15.75],"texture":"#texture"},"south":{"uv":[2.25,13.25,6.75,14.75],"texture":"#texture"},"west":{"uv":[11.25,14.25,12.75,15.75],"texture":"#texture"},"up":{"uv":[8.75,12.5,13.25,14],"texture":"#texture"},"down":{"uv":[8.75,12.5,13.25,14],"texture":"#texture"}}},{"from":[13.75,7.625,7.875],"to":[15,8.375,8.625],"faces":{"north":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"east":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"south":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"west":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"up":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"},"down":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"}}},{"from":[15.25,7.75,7.5],"to":[16.25,8.25,9],"faces":{"north":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"east":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"south":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"west":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"up":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"},"down":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"}}},{"from":[15,7.5,7.75],"to":[16.5,8.5,8.75],"faces":{"north":{"uv":[2.25,13.25,6.75,14.75],"texture":"#texture"},"east":{"uv":[11.25,14.25,12.75,15.75],"texture":"#texture"},"south":{"uv":[2.25,13.25,6.75,14.75],"texture":"#texture"},"west":{"uv":[11.25,14.25,12.75,15.75],"texture":"#texture"},"up":{"uv":[8.75,12.5,13.25,14],"texture":"#texture"},"down":{"uv":[8.75,12.5,13.25,14],"texture":"#texture"}}},{"from":[15.25,7.25,8],"to":[16.25,8.75,8.5],"faces":{"north":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"east":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"south":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"west":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"up":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"},"down":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"}}},{"from":[8.75,7.25,8],"to":[9.75,8.75,8.5],"faces":{"north":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"east":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"south":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"west":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"up":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"},"down":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"}}},{"from":[8.5,7.5,7.75],"to":[10,8.5,8.75],"faces":{"north":{"uv":[2.25,13.25,6.75,14.75],"texture":"#texture"},"east":{"uv":[11.25,14.25,12.75,15.75],"texture":"#texture"},"south":{"uv":[2.25,13.25,6.75,14.75],"texture":"#texture"},"west":{"uv":[11.25,14.25,12.75,15.75],"texture":"#texture"},"up":{"uv":[8.75,12.5,13.25,14],"texture":"#texture"},"down":{"uv":[8.75,12.5,13.25,14],"texture":"#texture"}}},{"from":[8.75,7.75,7.5],"to":[9.75,8.25,9],"faces":{"north":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"east":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"south":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"west":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"up":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"},"down":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"}}},{"from":[-9.375,7.25,8],"to":[-0.75,8.75,8.75],"faces":{"north":{"uv":[2.75,0,10.25,2.25],"texture":"#texture"},"east":{"uv":[9.25,0.5,9.625,2.75],"texture":"#texture"},"south":{"uv":[2.75,0,10.25,2.25],"texture":"#texture"},"west":{"uv":[9.25,0.5,9.625,2.75],"texture":"#texture"},"up":{"uv":[1.5,1.25,9,1.625],"texture":"#texture"},"down":{"uv":[1.5,1.25,9,1.625],"texture":"#texture"}}},{"from":[-1.875,8,8.1875],"to":[-0.375,9.125,8.5625],"rotation":{"angle":-45,"axis":"z","origin":[-1.875,9.125,8.1875]},"faces":{"north":{"uv":[2.75,0,10.25,2.25],"texture":"#texture"},"east":{"uv":[9.25,0.5,9.625,2.75],"texture":"#texture"},"south":{"uv":[2.75,0,10.25,2.25],"texture":"#texture"},"west":{"uv":[9.25,0.5,9.625,2.75],"texture":"#texture"},"up":{"uv":[1.5,1.25,9,1.625],"texture":"#texture"},"down":{"uv":[1.5,1.25,9,1.625],"texture":"#texture"}}},{"from":[-2.34375,6.6875,8.1875],"to":[-0.84375,7.4375,8.5625],"rotation":{"angle":45,"axis":"z","origin":[-2.34375,7.4375,8.1875]},"faces":{"north":{"uv":[2.75,0,10.25,2.25],"texture":"#texture"},"east":{"uv":[9.25,0.5,9.625,2.75],"texture":"#texture"},"south":{"uv":[2.75,0,10.25,2.25],"texture":"#texture"},"west":{"uv":[9.25,0.5,9.625,2.75],"texture":"#texture"},"up":{"uv":[1.5,1.25,9,1.625],"texture":"#texture"},"down":{"uv":[1.5,1.25,9,1.625],"texture":"#texture"}}},{"from":[-10.5,7.4075,8.1875],"to":[-9,8.1575,8.5625],"rotation":{"angle":-22.5,"axis":"z","origin":[-10.5,8.1575,8.1875]},"faces":{"north":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"east":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"south":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"west":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"up":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"},"down":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"}}},{"from":[-11.125,7.3125,8.1875],"to":[-10.625,7.8125,8.5625],"rotation":{"angle":45,"axis":"z","origin":[-11.125,7.8125,8.1875]},"faces":{"north":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"east":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"south":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"west":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"up":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"},"down":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"}}},{"from":[-10.75,7.8125,8],"to":[-9.25,8.1875,8.75],"rotation":{"angle":22.5,"axis":"z","origin":[-10.75,8.1875,8]},"faces":{"north":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"east":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"south":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"west":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"up":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"},"down":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"}}},{"from":[-10.5938,7.7825,8],"to":[-9.09375,8.1575,8.75],"rotation":{"angle":-22.5,"axis":"z","origin":[-10.5938,8.1575,8]},"faces":{"north":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"east":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"south":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"west":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"up":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"},"down":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"}}},{"from":[-10.75,7.90625,8],"to":[-10.4688,8.1875,8.75],"rotation":{"angle":-45,"axis":"z","origin":[-10.75,8.1875,8]},"faces":{"north":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"east":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"south":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"west":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"up":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"},"down":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"}}},{"from":[-10,7.625,8],"to":[-9.25,8.375,8.75],"faces":{"north":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"east":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"south":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"west":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"up":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"},"down":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"}}},{"from":[-10.6875,7.8125,8.1875],"to":[-9.1875,8.5625,8.5625],"rotation":{"angle":22.5,"axis":"z","origin":[-10.6875,8.5625,8.1875]},"faces":{"north":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"east":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"south":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"west":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"up":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"},"down":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"}}},{"from":[-11.2725,7.73,8.1875],"to":[-10.46,7.98,8.5625],"rotation":{"angle":45,"axis":"z","origin":[-11.2725,7.98,8.1875]},"faces":{"north":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"east":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"south":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"west":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"up":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"},"down":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"}}},{"from":[-10.6875,8.1875,8.1875],"to":[-10.4375,8.4375,8.5625],"faces":{"north":{"uv":[2.75,0,10.25,2.25],"texture":"#texture"},"east":{"uv":[9.25,0.5,9.625,2.75],"texture":"#texture"},"south":{"uv":[2.75,0,10.25,2.25],"texture":"#texture"},"west":{"uv":[9.25,0.5,9.625,2.75],"texture":"#texture"},"up":{"uv":[1.5,1.25,9,1.625],"texture":"#texture"},"down":{"uv":[1.5,1.25,9,1.625],"texture":"#texture"}}},{"from":[7.25,7.625,7.875],"to":[8.5,8.375,8.625],"faces":{"north":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"east":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"south":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"west":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"up":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"},"down":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"}}},{"from":[16.5,7.625,7.875],"to":[18,8.375,8.625],"faces":{"north":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"east":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"south":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"west":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"up":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"},"down":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"}}},{"from":[18.5,7.625,7.875],"to":[20,8.375,8.625],"faces":{"north":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"east":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"south":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"west":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"up":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"},"down":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"}}},{"from":[5.5,7.625,7.875],"to":[6.75,8.375,8.625],"faces":{"north":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"east":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"south":{"uv":[0,4.5,4.5,6],"texture":"#texture"},"west":{"uv":[3,4.5,4.5,6],"texture":"#texture"},"up":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"},"down":{"uv":[0,6.25,4.5,7.75],"texture":"#texture"}}},{"from":[0.75,5.75,8],"to":[1.25,10.5,8.5],"faces":{"north":{"uv":[3.25,8.25,3.75,12],"texture":"#texture"},"east":{"uv":[3.75,8.25,4.25,11.75],"texture":"#texture"},"south":{"uv":[3.25,8.25,3.75,12],"texture":"#texture"},"west":{"uv":[3.75,8.25,4.25,11.75],"texture":"#texture"},"up":{"uv":[4.75,8.5,5.25,9],"texture":"#texture"},"down":{"uv":[4.75,8.5,5.25,9],"texture":"#texture"}}},{"from":[0.75,7.75,5.75],"to":[1.25,8.25,10.75],"faces":{"north":{"uv":[6.5,4.25,7,4.75],"texture":"#texture"},"east":{"uv":[5.5,5.75,10.5,6.25],"texture":"#texture"},"south":{"uv":[6.5,4.25,7,4.75],"texture":"#texture"},"west":{"uv":[5.5,5.75,10.5,6.25],"texture":"#texture"},"up":{"uv":[7.25,4.25,7.5,7.5],"texture":"#texture"},"down":{"uv":[7.25,4.25,7.5,7.5],"texture":"#texture"}}},{"from":[0.75,4.1875,5.9375],"to":[1.25,9.4375,6.4375],"rotation":{"angle":-45,"axis":"x","origin":[0.75,9.9375,5.9375]},"faces":{"north":{"uv":[12.75,8.25,13,12],"texture":"#texture"},"east":{"uv":[13.25,8.25,13.5,11.75],"texture":"#texture"},"south":{"uv":[12.75,8.25,13,12],"texture":"#texture"},"west":{"uv":[13.25,8.25,13.5,11.75],"texture":"#texture"},"up":{"uv":[13.25,9.5,13.75,10],"texture":"#texture"},"down":{"uv":[13.25,9.5,13.75,10],"texture":"#texture"}}},{"from":[0.75,4.5625,10.1875],"to":[1.25,9.8125,10.6875],"rotation":{"angle":45,"axis":"x","origin":[0.75,10.3125,10.1875]},"faces":{"north":{"uv":[7.75,8.25,8,11.75],"texture":"#texture"},"east":{"uv":[9.25,8.25,9.5,12],"texture":"#texture"},"south":{"uv":[7.75,8.25,8,11.75],"texture":"#texture"},"west":{"uv":[9.25,8.25,9.5,12],"texture":"#texture"},"up":{"uv":[6.75,10.1875,7.25,10.6875],"texture":"#texture"},"down":{"uv":[6.75,10.1875,7.25,10.6875],"texture":"#texture"}}},{"from":[20,7.625,7.875],"to":[20.5,8.375,8.625],"faces":{"north":{"uv":[0.75,13.25,5.25,14.75],"texture":"#texture"},"east":{"uv":[3,13.25,4.5,14.75],"texture":"#texture"},"south":{"uv":[0.75,13.25,5.25,14.75],"texture":"#texture"},"west":{"uv":[3,13.25,4.5,14.75],"texture":"#texture"},"up":{"uv":[1.25,13.25,5.75,14.75],"texture":"#texture"},"down":{"uv":[1.25,13.25,5.75,14.75],"texture":"#texture"}}},{"from":[4.625,3.75,5],"to":[4.6875,12.5,14.5],"rotation":{"angle":-45,"axis":"y","origin":[4.625,3.75,5]},"faces":{"east":{"uv":[16,0,0,16],"rotation":90,"texture":"#red-blue_swirl"},"west":{"uv":[0,0,16,16],"rotation":270,"texture":"#red-blue_swirl"}}},{"from":[-2.25,3.75,4.98169],"to":[-2.1875,12.5,14.4817],"rotation":{"angle":45,"axis":"y","origin":[-2.25,3.75,4.98169]},"faces":{"east":{"uv":[16,0,0,16],"texture":"#green-yellow_swirl"},"west":{"uv":[0,0,16,16],"texture":"#green-yellow_swirl"}}},{"from":[-10.3125,7.9375,8],"to":[-9.9375,8.1875,8.75],"faces":{"north":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"east":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"south":{"uv":[10,2,10.75,2.75],"texture":"#texture"},"west":{"uv":[3.75,3.25,4.5,4],"texture":"#texture"},"up":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"},"down":{"uv":[10.25,1.5,11,2.25],"texture":"#texture"}}},{"from":[13,7.625,7.875],"to":[13.5,8.375,8.625],"faces":{"north":{"uv":[2.25,13.25,6.75,14.75],"texture":"#texture"},"east":{"uv":[11.25,14.25,12.75,15.75],"texture":"#texture"},"south":{"uv":[2.25,13.25,6.75,14.75],"texture":"#texture"},"west":{"uv":[11.25,14.25,12.75,15.75],"texture":"#texture"},"up":{"uv":[8.75,12.5,13.25,14],"texture":"#texture"},"down":{"uv":[8.75,12.5,13.25,14],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[180,-90,90],"translation":[0.38,5.48,1.89],"scale":[1.7,1.7,1.7]},"thirdperson_lefthand":{"rotation":[180,-90,-90],"translation":[0.38,5.48,1.89],"scale":[1.7,1.7,1.7]},"firstperson_righthand":{"rotation":[0,-90,-80],"translation":[3.64,-0.99,-1.32],"scale":[1.1,1.1,1.1]},"firstperson_lefthand":{"rotation":[0,90,80],"translation":[3.64,-0.99,-1.32],"scale":[1.1,1.1,1.1]},"ground":{"rotation":[45,0,-45],"translation":[0,10,0],"scale":[0.85,0.85,0.85]},"gui":{"rotation":[-20,160,-60],"translation":[-0.5,-0.5,0],"scale":[0.75,0.75,0.75]},"fixed":{"rotation":[0,0,-90],"translation":[0,-1,-1.5],"scale":[0.75,0.75,0.75]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/warrior/spear_thunder_a.json b/assets/minecraft/models/item/wynn/weapon/warrior/spear_thunder_a.json new file mode 100644 index 000000000..183aa6fb1 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/warrior/spear_thunder_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"2":"wynn/weapon/warrior/thunder_tier_all","3":"wynn/weapon/anim/thunder_spark_alt","particle":"wynn/weapon/anim/thunder_spark_alt"},"elements":[{"from":[8,22,7.5],"to":[9,23,8.5],"rotation":{"angle":0,"axis":"y","origin":[9,30,8.5]},"faces":{"north":{"uv":[9,0,10,1],"texture":"#2"},"east":{"uv":[9,0,10,1],"texture":"#2"},"south":{"uv":[9,0,10,1],"texture":"#2"},"west":{"uv":[9,0,10,1],"texture":"#2"},"up":{"uv":[9,0,10,1],"texture":"#2"},"down":{"uv":[9,0,10,1],"texture":"#2"}}},{"from":[7,22,7.5],"to":[8,23,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,30,8.5]},"faces":{"north":{"uv":[12,0,13,1],"texture":"#2"},"east":{"uv":[12,0,13,1],"texture":"#2"},"south":{"uv":[12,0,13,1],"texture":"#2"},"west":{"uv":[12,0,13,1],"texture":"#2"},"up":{"uv":[12,0,13,1],"texture":"#2"},"down":{"uv":[12,0,13,1],"texture":"#2"}}},{"from":[8,20,7.5],"to":[10,22,8.5],"rotation":{"angle":0,"axis":"y","origin":[9,28,8.5]},"faces":{"north":{"uv":[8,1,10,3],"texture":"#2"},"east":{"uv":[8,1,9,3],"rotation":180,"texture":"#2"},"south":{"uv":[10,1,8,3],"texture":"#2"},"west":{"uv":[9,1,10,3],"texture":"#2"},"up":{"uv":[8,1,10,2],"rotation":180,"texture":"#2"}}},{"from":[6,20,7.5],"to":[8,22,8.5],"rotation":{"angle":0,"axis":"y","origin":[7,28,8.5]},"faces":{"north":{"uv":[12,1,14,3],"texture":"#2"},"east":{"uv":[12,1,13,3],"rotation":180,"texture":"#2"},"south":{"uv":[14,1,12,3],"texture":"#2"},"west":{"uv":[13,1,14,3],"texture":"#2"},"up":{"uv":[12,1,14,2],"rotation":180,"texture":"#2"}}},{"from":[5,16,7.5],"to":[11,20,8.5],"rotation":{"angle":0,"axis":"y","origin":[6,24,8.5]},"faces":{"north":{"uv":[8,7,14,11],"texture":"#2"},"east":{"uv":[8,7,9,11],"rotation":180,"texture":"#2"},"south":{"uv":[14,7,8,11],"texture":"#2"},"west":{"uv":[13,7,14,11],"texture":"#2"},"up":{"uv":[8,7,14,8],"rotation":180,"texture":"#2"}}},{"from":[7,16,6.5],"to":[9,17,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,24,7]},"faces":{"north":{"uv":[10,10,12,11],"texture":"#2"},"east":{"uv":[2,1,6,2],"rotation":180,"texture":"#2"},"south":{"uv":[12,10,10,11],"texture":"#2"},"west":{"uv":[11,10,12,11],"texture":"#2"},"up":{"uv":[10,10,12,11],"rotation":180,"texture":"#2"}}},{"from":[5,14,6.5],"to":[11,16,9.5],"rotation":{"angle":0,"axis":"y","origin":[6,22,7]},"faces":{"north":{"uv":[8,11,14,13],"texture":"#2"},"east":{"uv":[9,11,10,13],"texture":"#2"},"south":{"uv":[14,11,8,13],"texture":"#2"},"west":{"uv":[11,11,12,13],"texture":"#2"},"up":{"uv":[8,11,14,14],"texture":"#2"},"down":{"uv":[8,11,14,14],"texture":"#2"}}},{"from":[6,12,7],"to":[10,14,9],"rotation":{"angle":0,"axis":"y","origin":[7,20,8]},"faces":{"north":{"uv":[9,13,13,15],"texture":"#2"},"east":{"uv":[9,13,11,15],"texture":"#2"},"south":{"uv":[13,13,9,15],"texture":"#2"},"west":{"uv":[11,13,13,15],"texture":"#2"},"down":{"uv":[2,2,6,4],"texture":"#2"}}},{"from":[7,-4,7],"to":[9,12,9],"rotation":{"angle":0,"axis":"y","origin":[8,4,8]},"faces":{"north":{"uv":[0,0,2,16],"texture":"#2"},"east":{"uv":[0,0,2,16],"texture":"#2"},"south":{"uv":[0,0,2,16],"texture":"#2"},"west":{"uv":[0,0,2,16],"texture":"#2"}}},{"from":[7,-7,7],"to":[9,-4,9],"rotation":{"angle":0,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[3,10,5,13],"texture":"#2"},"east":{"uv":[3,10,5,13],"texture":"#2"},"south":{"uv":[3,10,5,13],"texture":"#2"},"west":{"uv":[3,10,5,13],"texture":"#2"}}},{"from":[6,-9,7],"to":[10,-7,9],"rotation":{"angle":0,"axis":"y","origin":[7,-2,8]},"faces":{"north":{"uv":[2,13,6,15],"texture":"#2"},"east":{"uv":[5,13,3,15],"texture":"#2"},"south":{"uv":[2,13,6,15],"texture":"#2"},"west":{"uv":[5,13,3,15],"texture":"#2"},"up":{"uv":[2,0,6,2],"texture":"#2"},"down":{"uv":[2,2,6,4],"texture":"#2"}}},{"from":[-2,12,8],"to":[14,28,8.1],"rotation":{"angle":0,"axis":"y","origin":[6,20,8]},"faces":{"north":{"uv":[0,0,16,16],"rotation":180,"texture":"#3"},"south":{"uv":[16,0,0,16],"rotation":180,"texture":"#3"}}},{"from":[2,12,8],"to":[18,28,8.1],"rotation":{"angle":0,"axis":"y","origin":[10,20,8]},"faces":{"north":{"uv":[0,0,16,16],"rotation":180,"texture":"#3"},"south":{"uv":[16,0,0,16],"rotation":180,"texture":"#3"}}},{"from":[-2,9,8],"to":[14,25,8.1],"rotation":{"angle":0,"axis":"y","origin":[6,17,8]},"faces":{"north":{"uv":[0,0,16,16],"rotation":90,"texture":"#3"},"south":{"uv":[16,0,0,16],"rotation":270,"texture":"#3"}}},{"from":[2,9,8],"to":[18,25,8.1],"rotation":{"angle":0,"axis":"y","origin":[10,17,8]},"faces":{"north":{"uv":[0,0,16,16],"rotation":90,"texture":"#3"},"south":{"uv":[16,0,0,16],"rotation":270,"texture":"#3"}}},{"from":[-1,6,7.9],"to":[15,22,8.2],"rotation":{"angle":0,"axis":"y","origin":[7,14,8]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#3"},"south":{"uv":[16,0,0,16],"texture":"#3"}}},{"from":[1,6,7.9],"to":[17,22,8.2],"rotation":{"angle":0,"axis":"y","origin":[9,14,8]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#3"},"south":{"uv":[16,0,0,16],"texture":"#3"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-110,0],"translation":[-0.5,2.5,1.5],"scale":[0.8,0.8,0.8]},"thirdperson_lefthand":{"rotation":[0,70,0],"translation":[-0.5,2.75,1.5],"scale":[0.8,0.8,0.8]},"firstperson_righthand":{"rotation":[-10,-90,0],"translation":[1.5,0.25,0.5],"scale":[0.7,0.7,0.7]},"firstperson_lefthand":{"rotation":[-10,90,0],"translation":[1.5,0.25,0.5],"scale":[0.7,0.7,0.7]},"ground":{"rotation":[45,0,45],"translation":[0,6,0],"scale":[0.5,0.5,0.5]},"gui":{"rotation":[-20,160,30],"translation":[0,1,0],"scale":[0.65,0.65,0.65]},"head":{"translation":[0.4,0,-0.9],"scale":[0.8,0.8,0.8]},"fixed":{"translation":[0,1,-1.5],"scale":[0.6,0.6,0.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/warrior/spear_thunder_b.json b/assets/minecraft/models/item/wynn/weapon/warrior/spear_thunder_b.json new file mode 100644 index 000000000..675804c20 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/warrior/spear_thunder_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"2":"wynn/weapon/warrior/thunder_tier_all","3":"wynn/weapon/anim/thunder_spark_alt","particle":"wynn/weapon/anim/thunder_spark_alt"},"elements":[{"from":[9,23,7.5],"to":[10,30,8.5],"rotation":{"angle":0,"axis":"y","origin":[10,31,8.5]},"faces":{"north":{"uv":[9,0,10,7],"texture":"#2"},"east":{"uv":[9,0,10,7],"texture":"#2"},"south":{"uv":[9,0,10,7],"texture":"#2"},"west":{"uv":[9,0,10,7],"texture":"#2"},"up":{"uv":[9,0,10,1],"texture":"#2"}}},{"from":[10,23,7.5],"to":[11,29,8.5],"rotation":{"angle":0,"axis":"y","origin":[11,31,8.5]},"faces":{"north":{"uv":[8,1,9,7],"texture":"#2"},"east":{"uv":[8,1,9,7],"texture":"#2"},"south":{"uv":[8,1,9,7],"texture":"#2"},"west":{"uv":[8,1,9,7],"texture":"#2"},"up":{"uv":[8,1,9,2],"texture":"#2"}}},{"from":[11,26,7.5],"to":[12,28,8.5],"rotation":{"angle":0,"axis":"y","origin":[12,34,8.5]},"faces":{"north":{"uv":[7,2,8,4],"texture":"#2"},"east":{"uv":[7,2,8,4],"texture":"#2"},"south":{"uv":[7,2,8,4],"texture":"#2"},"west":{"uv":[7,2,8,4],"texture":"#2"},"up":{"uv":[7,2,8,3],"texture":"#2"},"down":{"uv":[7,3,8,4],"texture":"#2"}}},{"from":[11,20,7.5],"to":[13,22,8.5],"rotation":{"angle":0,"axis":"y","origin":[12,28,8.5]},"faces":{"north":{"uv":[6,8,8,10],"texture":"#2"},"east":{"uv":[6,8,7,10],"texture":"#2"},"south":{"uv":[8,8,6,10],"texture":"#2"},"west":{"uv":[7,8,8,10],"texture":"#2"},"up":{"uv":[6,8,8,9],"texture":"#2"},"down":{"uv":[6,9,8,10],"rotation":180,"texture":"#2"}}},{"from":[4,26,7.5],"to":[5,28,8.5],"rotation":{"angle":0,"axis":"y","origin":[5,34,8.5]},"faces":{"north":{"uv":[14,2,15,4],"texture":"#2"},"east":{"uv":[14,2,15,4],"texture":"#2"},"south":{"uv":[14,2,15,4],"texture":"#2"},"west":{"uv":[14,2,15,4],"texture":"#2"},"up":{"uv":[14,2,15,3],"texture":"#2"},"down":{"uv":[14,3,15,4],"texture":"#2"}}},{"from":[5,23,7.5],"to":[6,29,8.5],"rotation":{"angle":0,"axis":"y","origin":[6,31,8.5]},"faces":{"north":{"uv":[13,1,14,7],"texture":"#2"},"east":{"uv":[13,1,14,7],"texture":"#2"},"south":{"uv":[13,1,14,7],"texture":"#2"},"west":{"uv":[13,1,14,7],"texture":"#2"},"up":{"uv":[13,1,14,2],"texture":"#2"}}},{"from":[6,23,7.5],"to":[7,30,8.5],"rotation":{"angle":0,"axis":"y","origin":[7,31,8.5]},"faces":{"north":{"uv":[12,0,13,7],"texture":"#2"},"east":{"uv":[12,0,13,7],"texture":"#2"},"south":{"uv":[12,0,13,7],"texture":"#2"},"west":{"uv":[12,0,13,7],"texture":"#2"},"up":{"uv":[12,0,13,1],"texture":"#2"}}},{"from":[3,20,7.5],"to":[5,22,8.5],"rotation":{"angle":0,"axis":"y","origin":[4,28,8.5]},"faces":{"north":{"uv":[14,8,16,10],"texture":"#2"},"east":{"uv":[14,8,15,10],"texture":"#2"},"south":{"uv":[16,8,14,10],"texture":"#2"},"west":{"uv":[15,8,16,10],"texture":"#2"},"up":{"uv":[14,8,16,9],"texture":"#2"},"down":{"uv":[14,9,16,10],"rotation":180,"texture":"#2"}}},{"from":[5,19,7.5],"to":[11,23,8.5],"rotation":{"angle":0,"axis":"y","origin":[6,27,8.5]},"faces":{"north":{"uv":[8,7,14,11],"texture":"#2"},"east":{"uv":[8,7,9,11],"rotation":180,"texture":"#2"},"south":{"uv":[14,7,8,11],"texture":"#2"},"west":{"uv":[13,7,14,11],"texture":"#2"},"up":{"uv":[8,7,14,8],"rotation":180,"texture":"#2"}}},{"from":[7,19,6.5],"to":[9,20,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,27,7]},"faces":{"north":{"uv":[10,10,12,11],"texture":"#2"},"east":{"uv":[3,1,6,2],"rotation":180,"texture":"#2"},"south":{"uv":[12,10,10,11],"texture":"#2"},"west":{"uv":[11,10,12,11],"texture":"#2"},"up":{"uv":[10,10,12,11],"rotation":180,"texture":"#2"}}},{"from":[5,17,6.5],"to":[11,19,9.5],"rotation":{"angle":0,"axis":"y","origin":[6,25,7]},"faces":{"north":{"uv":[8,11,14,13],"texture":"#2"},"east":{"uv":[9,11,10,13],"texture":"#2"},"south":{"uv":[14,11,8,13],"texture":"#2"},"west":{"uv":[11,11,12,13],"texture":"#2"},"up":{"uv":[8,11,14,15],"texture":"#2"},"down":{"uv":[8,11,14,15],"texture":"#2"}}},{"from":[6,15,7],"to":[10,17,9],"rotation":{"angle":0,"axis":"y","origin":[7,23,8]},"faces":{"north":{"uv":[9,13,13,15],"texture":"#2"},"east":{"uv":[9,13,11,15],"texture":"#2"},"south":{"uv":[13,13,9,15],"texture":"#2"},"west":{"uv":[11,13,13,15],"texture":"#2"},"down":{"uv":[2,2,6,4],"texture":"#2"}}},{"from":[7,-1,7],"to":[9,15,9],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[0,16,2,0],"texture":"#2"},"east":{"uv":[0,16,2,0],"texture":"#2"},"south":{"uv":[0,16,2,0],"texture":"#2"},"west":{"uv":[0,16,2,0],"texture":"#2"}}},{"from":[7,-6,7],"to":[9,-1,9],"rotation":{"angle":0,"axis":"y","origin":[8,2,8]},"faces":{"north":{"uv":[3,8,5,13],"texture":"#2"},"east":{"uv":[3,8,5,13],"texture":"#2"},"south":{"uv":[3,8,5,13],"texture":"#2"},"west":{"uv":[3,8,5,13],"texture":"#2"}}},{"from":[6,-9,7],"to":[10,-6,9],"rotation":{"angle":0,"axis":"y","origin":[7,-1,8]},"faces":{"north":{"uv":[2,13,6,16],"texture":"#2"},"east":{"uv":[5,13,3,16],"texture":"#2"},"south":{"uv":[2,13,6,16],"texture":"#2"},"west":{"uv":[5,13,3,16],"texture":"#2"},"up":{"uv":[2,0,6,2],"texture":"#2"},"down":{"uv":[2,2,6,4],"texture":"#2"}}},{"from":[-1,23.5,7.9],"to":[15,31.5,8.2],"rotation":{"angle":0,"axis":"y","origin":[7,31,16]},"faces":{"north":{"uv":[0,4,16,12],"texture":"#3"},"south":{"uv":[16,4,0,12],"texture":"#3"}}},{"from":[1,23.5,8],"to":[17,31.5,8.1],"rotation":{"angle":0,"axis":"y","origin":[9,31.5,16]},"faces":{"north":{"uv":[0,4,16,12],"texture":"#3"},"south":{"uv":[16,4,0,12],"texture":"#3"}}},{"from":[-2,16,7.8],"to":[14,32,8.3],"rotation":{"angle":0,"axis":"y","origin":[6,24,16]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#3"},"south":{"uv":[16,0,0,16],"texture":"#3"}}},{"from":[2,16,8],"to":[18,32,8.1],"rotation":{"angle":0,"axis":"y","origin":[10,24,16]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#3"},"south":{"uv":[16,0,0,16],"texture":"#3"}}},{"from":[4,13,7.9],"to":[20,29,8.2],"rotation":{"angle":0,"axis":"y","origin":[12,21,16]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#3"},"south":{"uv":[16,0,0,16],"texture":"#3"}}},{"from":[-4,13,8],"to":[12,29,8.1],"rotation":{"angle":0,"axis":"y","origin":[4,21,16]},"faces":{"north":{"uv":[0,0,16,16],"texture":"#3"},"south":{"uv":[16,0,0,16],"texture":"#3"}}},{"from":[0,-16,7.9],"to":[16,-8,8.2],"rotation":{"angle":0,"axis":"y","origin":[8,-8,8]},"faces":{"north":{"uv":[0,4,16,12],"texture":"#3"},"south":{"uv":[16,4,0,12],"texture":"#3"}}},{"from":[8,-13,7.5],"to":[10,-11,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,-12.125,8]},"faces":{"north":{"uv":[6,8,8,10],"rotation":180,"texture":"#2"},"east":{"uv":[6,8,7,10],"texture":"#2"},"south":{"uv":[8,8,6,10],"rotation":180,"texture":"#2"},"west":{"uv":[7,8,8,10],"texture":"#2"},"up":{"uv":[6,8,8,9],"texture":"#2"},"down":{"uv":[6,9,8,10],"rotation":180,"texture":"#2"}}},{"from":[6,-13,7.5],"to":[8,-11,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,-12.125,8]},"faces":{"north":{"uv":[14,8,16,10],"rotation":180,"texture":"#2"},"east":{"uv":[14,8,15,10],"texture":"#2"},"south":{"uv":[16,8,14,10],"rotation":180,"texture":"#2"},"west":{"uv":[15,8,16,10],"texture":"#2"},"up":{"uv":[14,8,16,9],"texture":"#2"},"down":{"uv":[14,9,16,10],"rotation":180,"texture":"#2"}}},{"from":[7,-16,7.5],"to":[9,-13,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,-12.125,8]},"faces":{"north":{"uv":[12,7,10,10],"rotation":180,"texture":"#2"},"east":{"uv":[10,7,11,10],"rotation":180,"texture":"#2"},"south":{"uv":[10,7,12,10],"rotation":180,"texture":"#2"},"west":{"uv":[11,7,12,10],"rotation":180,"texture":"#2"},"down":{"uv":[10,7,12,8],"rotation":180,"texture":"#2"}}},{"from":[7,-11,7.5],"to":[9,-9,8.5],"rotation":{"angle":0,"axis":"y","origin":[8,-12.125,8]},"faces":{"north":{"uv":[12,7,10,9],"rotation":180,"texture":"#2"},"east":{"uv":[10,7,11,9],"rotation":180,"texture":"#2"},"south":{"uv":[10,7,12,9],"rotation":180,"texture":"#2"},"west":{"uv":[11,7,12,9],"rotation":180,"texture":"#2"},"down":{"uv":[2,6,4,7],"texture":"#2"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-110,0],"translation":[-0.5,3,1.5],"scale":[0.8,0.8,0.8]},"thirdperson_lefthand":{"rotation":[0,70,0],"translation":[-0.5,3,1.5],"scale":[0.8,0.8,0.8]},"firstperson_righthand":{"rotation":[-15,-90,0],"translation":[2,-2.25,0.5],"scale":[0.7,0.7,0.7]},"firstperson_lefthand":{"rotation":[-15,90,0],"translation":[2,-2.25,0.5],"scale":[0.7,0.7,0.7]},"ground":{"rotation":[45,0,45],"translation":[0,6,0],"scale":[0.5,0.5,0.5]},"gui":{"rotation":[-20,160,30],"translation":[-0.25,0.75,0],"scale":[0.6,0.6,0.6]},"head":{"translation":[0.4,0,-0.9],"scale":[0.8,0.8,0.8]},"fixed":{"translation":[0,1,-1.5],"scale":[0.6,0.6,0.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/warrior/spear_thunder_c.json b/assets/minecraft/models/item/wynn/weapon/warrior/spear_thunder_c.json new file mode 100644 index 000000000..eb73f6cd7 --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/warrior/spear_thunder_c.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"2":"wynn/weapon/warrior/thunder_tier_all","3":"wynn/weapon/anim/thunder_spark_alt","4":"wynn/weapon/anim/thunder_arch","particle":"wynn/weapon/anim/thunder_spark_alt"},"elements":[{"from":[7,-1,7],"to":[9,13,9],"rotation":{"angle":0,"axis":"y","origin":[8,5,8]},"faces":{"north":{"uv":[0,0,2,14],"texture":"#2"},"east":{"uv":[0,0,2,14],"texture":"#2"},"south":{"uv":[0,0,2,14],"texture":"#2"},"west":{"uv":[0,0,2,14],"texture":"#2"}}},{"from":[7,13,7],"to":[9,17,9],"rotation":{"angle":0,"axis":"y","origin":[8,21,8]},"faces":{"north":{"uv":[3,12,5,8],"texture":"#2"},"east":{"uv":[3,12,5,8],"texture":"#2"},"south":{"uv":[3,12,5,8],"texture":"#2"},"west":{"uv":[3,12,5,8],"texture":"#2"}}},{"from":[9,25,7.5],"to":[10,32,8.5],"faces":{"north":{"uv":[9,0,10,7],"texture":"#2"},"east":{"uv":[9,0,10,7],"texture":"#2"},"south":{"uv":[9,0,10,7],"texture":"#2"},"west":{"uv":[9,0,10,7],"texture":"#2"},"up":{"uv":[9,0,10,1],"texture":"#2"}}},{"from":[10,25,7.5],"to":[11,31,8.5],"faces":{"north":{"uv":[8,1,9,7],"texture":"#2"},"east":{"uv":[8,1,9,7],"texture":"#2"},"south":{"uv":[8,1,9,7],"texture":"#2"},"west":{"uv":[8,1,9,7],"texture":"#2"},"up":{"uv":[8,1,9,2],"texture":"#2"}}},{"from":[11,28,7.5],"to":[12,30,8.5],"faces":{"north":{"uv":[7,2,8,4],"texture":"#2"},"east":{"uv":[7,2,8,4],"texture":"#2"},"south":{"uv":[7,2,8,4],"texture":"#2"},"west":{"uv":[7,2,8,4],"texture":"#2"},"up":{"uv":[7,2,8,3],"texture":"#2"},"down":{"uv":[7,3,8,4],"texture":"#2"}}},{"from":[11,22,7.5],"to":[13,24,8.5],"faces":{"north":{"uv":[6,8,8,10],"texture":"#2"},"east":{"uv":[6,8,7,10],"texture":"#2"},"south":{"uv":[8,8,6,10],"texture":"#2"},"west":{"uv":[7,8,8,10],"texture":"#2"},"up":{"uv":[6,8,8,9],"texture":"#2"},"down":{"uv":[6,9,8,10],"rotation":180,"texture":"#2"}}},{"from":[3,22,7.5],"to":[5,24,8.5],"faces":{"north":{"uv":[14,8,16,10],"texture":"#2"},"east":{"uv":[14,8,15,10],"texture":"#2"},"south":{"uv":[16,8,14,10],"texture":"#2"},"west":{"uv":[15,8,16,10],"texture":"#2"},"up":{"uv":[14,8,16,9],"texture":"#2"},"down":{"uv":[14,9,16,10],"rotation":180,"texture":"#2"}}},{"from":[6,25,7.5],"to":[7,32,8.5],"faces":{"north":{"uv":[12,0,13,7],"texture":"#2"},"east":{"uv":[12,0,13,7],"texture":"#2"},"south":{"uv":[12,0,13,7],"texture":"#2"},"west":{"uv":[12,0,13,7],"texture":"#2"},"up":{"uv":[12,0,13,1],"texture":"#2"}}},{"from":[5,25,7.5],"to":[6,31,8.5],"faces":{"north":{"uv":[13,1,14,7],"texture":"#2"},"east":{"uv":[13,1,14,7],"texture":"#2"},"south":{"uv":[13,1,14,7],"texture":"#2"},"west":{"uv":[13,1,14,7],"texture":"#2"},"up":{"uv":[13,1,14,2],"texture":"#2"}}},{"from":[4,28,7.5],"to":[5,30,8.5],"faces":{"north":{"uv":[14,2,15,4],"texture":"#2"},"east":{"uv":[14,2,15,4],"texture":"#2"},"south":{"uv":[14,2,15,4],"texture":"#2"},"west":{"uv":[14,2,15,4],"texture":"#2"},"up":{"uv":[14,2,15,3],"texture":"#2"},"down":{"uv":[14,3,15,4],"texture":"#2"}}},{"from":[5,21,7.5],"to":[11,25,8.5],"faces":{"north":{"uv":[8,7,14,11],"texture":"#2"},"east":{"uv":[8,7,9,11],"rotation":180,"texture":"#2"},"south":{"uv":[14,7,8,11],"texture":"#2"},"west":{"uv":[13,7,14,11],"texture":"#2"},"up":{"uv":[8,7,14,8],"rotation":180,"texture":"#2"}}},{"from":[7,21,6],"to":[9,22,10],"faces":{"north":{"uv":[10,10,12,11],"texture":"#2"},"east":{"uv":[2,1,6,2],"rotation":180,"texture":"#2"},"south":{"uv":[12,10,10,11],"texture":"#2"},"west":{"uv":[11,10,12,11],"texture":"#2"},"up":{"uv":[10,10,12,11],"rotation":180,"texture":"#2"}}},{"from":[5,19,6],"to":[11,21,10],"faces":{"north":{"uv":[8,11,14,13],"texture":"#2"},"east":{"uv":[9,11,13,13],"texture":"#2"},"south":{"uv":[14,11,8,13],"texture":"#2"},"west":{"uv":[9,11,13,13],"texture":"#2"},"up":{"uv":[8,11,14,15],"texture":"#2"},"down":{"uv":[8,11,14,15],"texture":"#2"}}},{"from":[6,17,6.5],"to":[10,19,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,8,7.5]},"faces":{"north":{"uv":[9,13,13,15],"texture":"#2"},"east":{"uv":[8,13,11,15],"texture":"#2"},"south":{"uv":[13,13,9,15],"texture":"#2"},"west":{"uv":[11,13,14,15],"texture":"#2"},"down":{"uv":[11,11,14,15],"rotation":90,"texture":"#2"}}},{"from":[6,15,6.5],"to":[10,16,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,6,7.5]},"faces":{"north":{"uv":[2,10,6,11],"rotation":180,"texture":"#2"},"east":{"uv":[8,14,10,15],"rotation":180,"texture":"#2"},"south":{"uv":[2,10,6,11],"rotation":180,"texture":"#2"},"west":{"uv":[8,14,10,15],"rotation":180,"texture":"#2"},"up":{"uv":[8,11,12,14],"rotation":180,"texture":"#2"},"down":{"uv":[8,11,12,14],"rotation":180,"texture":"#2"}}},{"from":[6,13,6.5],"to":[10,14,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,4,7.5]},"faces":{"north":{"uv":[2,8,6,9],"texture":"#2"},"east":{"uv":[8,14,10,15],"rotation":180,"texture":"#2"},"south":{"uv":[2,8,6,9],"texture":"#2"},"west":{"uv":[8,14,10,15],"rotation":180,"texture":"#2"},"up":{"uv":[8,11,12,14],"rotation":180,"texture":"#2"},"down":{"uv":[8,11,12,14],"rotation":180,"texture":"#2"}}},{"from":[3,18,8],"to":[19,26,8.1],"rotation":{"angle":0,"axis":"y","origin":[6,8,8]},"faces":{"north":{"uv":[0,4,16,12],"texture":"#3"},"south":{"uv":[16,4,0,12],"texture":"#3"}}},{"from":[-3,24,8],"to":[13,32,8.1],"rotation":{"angle":0,"axis":"y","origin":[8,12,8]},"faces":{"north":{"uv":[0,4,16,12],"texture":"#3"},"south":{"uv":[16,4,0,12],"texture":"#3"}}},{"from":[3,24,8],"to":[19,32,8.1],"rotation":{"angle":0,"axis":"y","origin":[8,12,8]},"faces":{"north":{"uv":[0,4,16,12],"texture":"#3"},"south":{"uv":[16,4,0,12],"texture":"#3"}}},{"from":[-3,18,8],"to":[13,26,8.1],"rotation":{"angle":0,"axis":"y","origin":[10,8,8]},"faces":{"north":{"uv":[0,4,16,12],"rotation":180,"texture":"#3"},"south":{"uv":[16,4,0,12],"rotation":180,"texture":"#3"}}},{"from":[4,24,7.75],"to":[12,32,8.25],"rotation":{"angle":0,"axis":"z","origin":[8,8,7.75]},"faces":{"north":{"uv":[0,0,16,16],"rotation":90,"texture":"#4"},"south":{"uv":[16,0,0,16],"rotation":270,"texture":"#4"}}},{"from":[9,-16,7.5],"to":[10,-9,8.5],"faces":{"north":{"uv":[9,0,10,7],"rotation":180,"texture":"#2"},"east":{"uv":[9,0,10,7],"rotation":180,"texture":"#2"},"south":{"uv":[9,0,10,7],"rotation":180,"texture":"#2"},"west":{"uv":[9,0,10,7],"rotation":180,"texture":"#2"},"down":{"uv":[9,0,10,1],"texture":"#2"}}},{"from":[10,-15,7.5],"to":[11,-9,8.5],"faces":{"north":{"uv":[8,1,9,7],"rotation":180,"texture":"#2"},"east":{"uv":[8,1,9,7],"rotation":180,"texture":"#2"},"south":{"uv":[8,1,9,7],"rotation":180,"texture":"#2"},"west":{"uv":[8,1,9,7],"rotation":180,"texture":"#2"},"down":{"uv":[8,1,9,2],"texture":"#2"}}},{"from":[11,-14,7.5],"to":[12,-12,8.5],"faces":{"north":{"uv":[7,2,8,4],"rotation":180,"texture":"#2"},"east":{"uv":[7,2,8,4],"rotation":180,"texture":"#2"},"south":{"uv":[7,2,8,4],"rotation":180,"texture":"#2"},"west":{"uv":[7,2,8,4],"rotation":180,"texture":"#2"},"up":{"uv":[7,3,8,4],"texture":"#2"},"down":{"uv":[7,2,8,3],"texture":"#2"}}},{"from":[11,-8,7.5],"to":[13,-6,8.5],"faces":{"north":{"uv":[8,8,6,10],"rotation":180,"texture":"#2"},"east":{"uv":[6,8,7,10],"rotation":180,"texture":"#2"},"south":{"uv":[6,8,8,10],"rotation":180,"texture":"#2"},"west":{"uv":[7,8,8,10],"rotation":180,"texture":"#2"},"up":{"uv":[6,9,8,10],"rotation":180,"texture":"#2"},"down":{"uv":[6,8,8,9],"texture":"#2"}}},{"from":[3,-8,7.5],"to":[5,-6,8.5],"faces":{"north":{"uv":[16,8,14,10],"rotation":180,"texture":"#2"},"east":{"uv":[14,8,15,10],"rotation":180,"texture":"#2"},"south":{"uv":[14,8,16,10],"rotation":180,"texture":"#2"},"west":{"uv":[15,8,16,10],"rotation":180,"texture":"#2"},"up":{"uv":[14,9,16,10],"rotation":180,"texture":"#2"},"down":{"uv":[14,8,16,9],"texture":"#2"}}},{"from":[6,-16,7.5],"to":[7,-9,8.5],"faces":{"north":{"uv":[12,0,13,7],"rotation":180,"texture":"#2"},"east":{"uv":[12,0,13,7],"rotation":180,"texture":"#2"},"south":{"uv":[12,0,13,7],"rotation":180,"texture":"#2"},"west":{"uv":[12,0,13,7],"rotation":180,"texture":"#2"},"down":{"uv":[12,0,13,1],"texture":"#2"}}},{"from":[5,-15,7.5],"to":[6,-9,8.5],"faces":{"north":{"uv":[13,1,14,7],"rotation":180,"texture":"#2"},"east":{"uv":[13,1,14,7],"rotation":180,"texture":"#2"},"south":{"uv":[13,1,14,7],"rotation":180,"texture":"#2"},"west":{"uv":[13,1,14,7],"rotation":180,"texture":"#2"},"down":{"uv":[13,1,14,2],"texture":"#2"}}},{"from":[4,-14,7.5],"to":[5,-12,8.5],"faces":{"north":{"uv":[14,2,15,4],"rotation":180,"texture":"#2"},"east":{"uv":[14,2,15,4],"rotation":180,"texture":"#2"},"south":{"uv":[14,2,15,4],"rotation":180,"texture":"#2"},"west":{"uv":[14,2,15,4],"rotation":180,"texture":"#2"},"up":{"uv":[14,3,15,4],"texture":"#2"},"down":{"uv":[14,2,15,3],"texture":"#2"}}},{"from":[5,-9,7.5],"to":[11,-5,8.5],"faces":{"north":{"uv":[14,7,8,11],"rotation":180,"texture":"#2"},"east":{"uv":[8,7,9,11],"texture":"#2"},"south":{"uv":[8,7,14,11],"rotation":180,"texture":"#2"},"west":{"uv":[13,7,14,11],"rotation":180,"texture":"#2"},"down":{"uv":[8,7,14,8],"rotation":180,"texture":"#2"}}},{"from":[7,-6,6],"to":[9,-5,10],"faces":{"north":{"uv":[12,10,10,11],"rotation":180,"texture":"#2"},"east":{"uv":[2,1,6,2],"texture":"#2"},"south":{"uv":[10,10,12,11],"rotation":180,"texture":"#2"},"west":{"uv":[11,10,12,11],"rotation":180,"texture":"#2"},"down":{"uv":[10,10,12,11],"rotation":180,"texture":"#2"}}},{"from":[5,-5,6],"to":[11,-3,10],"faces":{"north":{"uv":[14,11,8,13],"rotation":180,"texture":"#2"},"east":{"uv":[9,11,13,13],"rotation":180,"texture":"#2"},"south":{"uv":[8,11,14,13],"rotation":180,"texture":"#2"},"west":{"uv":[9,11,13,13],"rotation":180,"texture":"#2"},"up":{"uv":[8,11,14,15],"texture":"#2"},"down":{"uv":[8,11,14,15],"texture":"#2"}}},{"from":[6,-3,6.5],"to":[10,-1,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,8,7.5]},"faces":{"north":{"uv":[13,13,9,15],"rotation":180,"texture":"#2"},"east":{"uv":[8,13,11,15],"rotation":180,"texture":"#2"},"south":{"uv":[9,13,13,15],"rotation":180,"texture":"#2"},"west":{"uv":[11,13,14,15],"rotation":180,"texture":"#2"},"up":{"uv":[11,11,14,15],"rotation":90,"texture":"#2"}}},{"from":[3,-10,7.9],"to":[19,-2,8],"rotation":{"angle":0,"axis":"y","origin":[9.5,8,8]},"faces":{"north":{"uv":[16,4,0,12],"rotation":180,"texture":"#3"},"south":{"uv":[0,4,16,12],"rotation":180,"texture":"#3"}}},{"from":[-3,-16,7.9],"to":[13,-8,8],"rotation":{"angle":0,"axis":"y","origin":[8,4,8]},"faces":{"north":{"uv":[16,4,0,12],"rotation":180,"texture":"#3"},"south":{"uv":[0,4,16,12],"rotation":180,"texture":"#3"}}},{"from":[3,-16,7.9],"to":[19,-8,8],"rotation":{"angle":0,"axis":"y","origin":[8,4,8]},"faces":{"north":{"uv":[16,4,0,12],"rotation":180,"texture":"#3"},"south":{"uv":[0,4,16,12],"rotation":180,"texture":"#3"}}},{"from":[-3,-10,7.9],"to":[13,-2,8],"rotation":{"angle":0,"axis":"y","origin":[6,8,8]},"faces":{"north":{"uv":[16,4,0,12],"texture":"#3"},"south":{"uv":[0,4,16,12],"texture":"#3"}}},{"from":[4,-16,7.75],"to":[12,-8,8.25],"faces":{"north":{"uv":[16,0,0,16],"rotation":90,"texture":"#4"},"south":{"uv":[0,0,16,16],"rotation":270,"texture":"#4"}}},{"from":[6,2,6.5],"to":[10,3,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,-7,7.5]},"faces":{"north":{"uv":[2,8,6,9],"texture":"#2"},"east":{"uv":[8,14,10,15],"rotation":180,"texture":"#2"},"south":{"uv":[2,8,6,9],"texture":"#2"},"west":{"uv":[8,14,10,15],"rotation":180,"texture":"#2"},"up":{"uv":[8,11,12,14],"rotation":180,"texture":"#2"},"down":{"uv":[8,11,12,14],"rotation":180,"texture":"#2"}}},{"from":[6,0,6.5],"to":[10,1,9.5],"rotation":{"angle":0,"axis":"y","origin":[8,-9,7.5]},"faces":{"north":{"uv":[2,10,6,11],"rotation":180,"texture":"#2"},"east":{"uv":[8,14,10,15],"rotation":180,"texture":"#2"},"south":{"uv":[2,10,6,11],"rotation":180,"texture":"#2"},"west":{"uv":[8,14,10,15],"rotation":180,"texture":"#2"},"up":{"uv":[8,11,12,14],"rotation":180,"texture":"#2"},"down":{"uv":[8,11,12,14],"rotation":180,"texture":"#2"}}},{"from":[-1,6.5,7.9],"to":[15,22.5,8.2],"rotation":{"angle":0,"axis":"y","origin":[7,14.5,8]},"faces":{"north":{"uv":[16,0,0,16],"texture":"#3"},"south":{"uv":[0,0,16,16],"texture":"#3"}}},{"from":[-1,-6.5,7.9],"to":[15,9.5,8.2],"rotation":{"angle":0,"axis":"y","origin":[7,1.5,8]},"faces":{"north":{"uv":[16,0,0,16],"rotation":270,"texture":"#3"},"south":{"uv":[0,0,16,16],"rotation":90,"texture":"#3"}}},{"from":[1,6.5,7.9],"to":[17,22.5,8.2],"rotation":{"angle":0,"axis":"y","origin":[9,14.5,8]},"faces":{"north":{"uv":[16,0,0,16],"rotation":270,"texture":"#3"},"south":{"uv":[0,0,16,16],"rotation":90,"texture":"#3"}}},{"from":[1,-6.5,7.9],"to":[17,9.5,8.2],"rotation":{"angle":0,"axis":"y","origin":[9,1.5,8]},"faces":{"north":{"uv":[16,0,0,16],"texture":"#3"},"south":{"uv":[0,0,16,16],"texture":"#3"}}}],"display":{"thirdperson_righthand":{"rotation":[0,-110,0],"translation":[-0.5,-1.75,1.5],"scale":[0.95,1,0.95]},"thirdperson_lefthand":{"rotation":[0,70,0],"translation":[-0.5,-1.75,1.5],"scale":[0.95,1,0.95]},"firstperson_righthand":{"rotation":[-10,-90,0],"translation":[1.5,-1.5,0.5],"scale":[0.7,0.7,0.7]},"firstperson_lefthand":{"rotation":[-10,90,0],"translation":[1.5,-1.5,0.5],"scale":[0.7,0.7,0.7]},"ground":{"rotation":[45,0,45],"translation":[0,7,0],"scale":[0.56,0.56,0.56]},"gui":{"rotation":[-20,160,30],"translation":[0,0.25,0],"scale":[0.62,0.62,0.62]},"head":{"translation":[0.4,0,-0.9],"scale":[0.8,0.8,0.8]},"fixed":{"translation":[0,1,-1.5],"scale":[0.6,0.6,0.6]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/warrior/spear_water_a.json b/assets/minecraft/models/item/wynn/weapon/warrior/spear_water_a.json new file mode 100644 index 000000000..ae2cf720e --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/warrior/spear_water_a.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"texture":"wynn/weapon/warrior/water_tier_all","water_atom":"wynn/weapon/anim/water_atom"},"elements":[{"from":[0.5,7.5,8.5],"to":[3,8.5,9.5],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[-3,7.5,8.5],"to":[-0.125,8.5,9.5],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[-6,7.625,8.625],"to":[-1.625,8.375,9.375],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[-8.5,7.75,8.75],"to":[-5.25,8.25,9.25],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[3,7.625,8.625],"to":[21,8.375,9.375],"faces":{"north":{"uv":[5.125,9.625,14.625,10.375],"texture":"#texture"},"east":{"uv":[6.625,9.5,7.375,10.25],"texture":"#texture"},"south":{"uv":[5.125,9.625,14.625,10.375],"texture":"#texture"},"west":{"uv":[6.625,9.5,7.375,10.25],"texture":"#texture"},"up":{"uv":[4.5,9.75,15.75,10.5],"texture":"#texture"},"down":{"uv":[4.5,9.75,15.75,10.5],"texture":"#texture"}}},{"from":[21.125,7.625,8.375],"to":[21.875,8.375,9.625],"faces":{"north":{"uv":[0.5,9.625,2.75,10.625],"texture":"#texture"},"east":{"uv":[0,10.25,3.25,11.5],"texture":"#texture"},"south":{"uv":[0.5,9.625,2.75,10.625],"texture":"#texture"},"west":{"uv":[0,10.25,3.25,11.5],"texture":"#texture"},"up":{"uv":[0.5,9.5,2.625,10.625],"texture":"#texture"},"down":{"uv":[0.5,9.5,2.625,10.625],"texture":"#texture"}}},{"from":[2.625,7.375,8.375],"to":[3.375,8.625,9.625],"faces":{"north":{"uv":[5.5,2.5,6.25,4.25],"texture":"#texture"},"east":{"uv":[12.75,2.75,13,4.5],"texture":"#texture"},"south":{"uv":[5.5,2.5,6.25,4.25],"texture":"#texture"},"west":{"uv":[12.75,2.75,13,4.5],"texture":"#texture"},"up":{"uv":[5.625,1.375,6.375,1.625],"texture":"#texture"},"down":{"uv":[5.625,1.375,6.375,1.625],"texture":"#texture"}}},{"from":[6.25,7.375,8.375],"to":[7,8.625,9.625],"faces":{"north":{"uv":[0.75,9.375,3.25,10.375],"texture":"#texture"},"east":{"uv":[2.5,9.375,3.5,10.375],"texture":"#texture"},"south":{"uv":[0.75,9.375,3.25,10.375],"texture":"#texture"},"west":{"uv":[2.5,9.375,3.5,10.375],"texture":"#texture"},"up":{"uv":[0.25,9.625,3.75,11.125],"texture":"#texture"},"down":{"uv":[0.25,9.625,3.75,11.125],"texture":"#texture"}}},{"from":[7,7.5,8.5],"to":[14,8.5,9.5],"faces":{"north":{"uv":[9,13,15.5,14.625],"texture":"#texture"},"east":{"uv":[9,13,15.5,14.625],"texture":"#texture"},"south":{"uv":[9,13,15.5,14.625],"texture":"#texture"},"west":{"uv":[9,13,15.5,14.625],"texture":"#texture"},"up":{"uv":[9,13,15.5,14.625],"texture":"#texture"},"down":{"uv":[9,13,15.5,14.625],"texture":"#texture"}}},{"from":[14,7.375,8.375],"to":[14.75,8.625,9.625],"faces":{"north":{"uv":[0.75,9.375,3.25,10.375],"texture":"#texture"},"east":{"uv":[2.5,9.375,3.5,10.375],"texture":"#texture"},"south":{"uv":[0.75,9.375,3.25,10.375],"texture":"#texture"},"west":{"uv":[2.5,9.375,3.5,10.375],"texture":"#texture"},"up":{"uv":[0.25,9.625,3.75,11.125],"texture":"#texture"},"down":{"uv":[0.25,9.625,3.75,11.125],"texture":"#texture"}}},{"from":[21,7.5,8.5],"to":[22,8.5,9.5],"faces":{"north":{"uv":[2,9.125,3.875,10.875],"texture":"#texture"},"east":{"uv":[2,9.625,3.75,10.375],"texture":"#texture"},"south":{"uv":[2,9.125,3.875,10.875],"texture":"#texture"},"west":{"uv":[2,9.625,3.75,10.375],"texture":"#texture"},"up":{"uv":[1.75,9.75,3.5,11.5],"texture":"#texture"},"down":{"uv":[1.75,9.75,3.5,11.5],"texture":"#texture"}}},{"from":[-0.625,7.375,8.375],"to":[0.875,8.625,9.625],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[-10.375,7.875,8.875],"to":[-7.625,8.125,9.125],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[21.125,7.375,8.625],"to":[21.875,8.625,9.375],"faces":{"north":{"uv":[0.5,9.625,2.75,10.625],"texture":"#texture"},"east":{"uv":[0,10.25,3.25,11.5],"texture":"#texture"},"south":{"uv":[0.5,9.625,2.75,10.625],"texture":"#texture"},"west":{"uv":[0,10.25,3.25,11.5],"texture":"#texture"},"up":{"uv":[0.5,9.5,2.625,10.625],"texture":"#texture"},"down":{"uv":[0.5,9.5,2.625,10.625],"texture":"#texture"}}},{"from":[21.125,7.625,8.625],"to":[22.125,8.375,9.375],"faces":{"north":{"uv":[0.5,9.625,2.75,10.625],"texture":"#texture"},"east":{"uv":[0,10.25,3.25,11.5],"texture":"#texture"},"south":{"uv":[0.5,9.625,2.75,10.625],"texture":"#texture"},"west":{"uv":[0,10.25,3.25,11.5],"texture":"#texture"},"up":{"uv":[0.5,9.5,2.625,10.625],"texture":"#texture"},"down":{"uv":[0.5,9.5,2.625,10.625],"texture":"#texture"}}},{"from":[2.875,7.5,8.5],"to":[3.625,8.5,9.5],"faces":{"north":{"uv":[5.5,2.5,6.25,4.25],"texture":"#texture"},"east":{"uv":[12.75,2.75,13,4.5],"texture":"#texture"},"south":{"uv":[5.5,2.5,6.25,4.25],"texture":"#texture"},"west":{"uv":[12.75,2.75,13,4.5],"texture":"#texture"},"up":{"uv":[5.625,1.375,6.375,1.625],"texture":"#texture"},"down":{"uv":[5.625,1.375,6.375,1.625],"texture":"#texture"}}},{"from":[5.75,5.125,6.5],"to":[5.8125,10.125,11.375],"rotation":{"angle":-22.5,"axis":"z","origin":[5.75,10.125,6.5]},"faces":{"east":{"uv":[16,0,0,16],"texture":"#water_atom"},"west":{"uv":[0,0,16,16],"texture":"#water_atom"}}},{"from":[5.75,5.125,6.5],"to":[5.8125,10.125,11.375],"rotation":{"angle":-22.5,"axis":"z","origin":[5.75,10.125,6.5]},"faces":{"east":{"uv":[16,0,0,16],"texture":"#water_atom"},"west":{"uv":[0,0,16,16],"texture":"#water_atom"}}},{"from":[15.125,5.125,6.5],"to":[15.1875,10.125,11.375],"rotation":{"angle":22.5,"axis":"z","origin":[15.125,10.125,6.5]},"faces":{"east":{"uv":[16,0,0,16],"texture":"#water_atom"},"west":{"uv":[0,0,16,16],"texture":"#water_atom"}}}],"display":{"thirdperson_righthand":{"rotation":[180,-90,90],"translation":[1.51,1.13,1.89],"scale":[1.4,1.4,1.4]},"thirdperson_lefthand":{"rotation":[180,-90,-90],"translation":[1.51,1.32,1.89],"scale":[1.4,1.4,1.4]},"firstperson_righthand":{"rotation":[-11,-95,-79],"translation":[4.25,1.82,0],"scale":[0.69,0.69,0.69]},"firstperson_lefthand":{"rotation":[-11,95,78],"translation":[3,1.82,0],"scale":[0.69,0.69,0.69]},"ground":{"rotation":[45,0,-45],"translation":[0,8,0],"scale":[0.5,0.5,0.5]},"gui":{"rotation":[-20,160,-60],"translation":[-0.5,-0.5,0],"scale":[0.6,0.6,0.6]},"fixed":{"rotation":[0,0,-90],"translation":[0,-1,-1.5],"scale":[0.66,0.66,0.66]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/warrior/spear_water_b.json b/assets/minecraft/models/item/wynn/weapon/warrior/spear_water_b.json new file mode 100644 index 000000000..5267fb2cd --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/warrior/spear_water_b.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"texture":"wynn/weapon/warrior/water_tier_all","water_atom":"wynn/weapon/anim/water_atom"},"elements":[{"from":[0.5,7.5,8.5],"to":[3,8.5,9.5],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[-0.4575,6.5425,8.48],"to":[0.5825,9.4575,9.52],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[-0.0625,4.6875,8.5],"to":[0.8125,7.1875,9.5],"rotation":{"angle":-45,"axis":"z","origin":[-0.0625,7.1875,8.5]},"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[-5.5,10.5625,8.75],"to":[-3,11.0625,9.25],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[-3,7.625,8.625],"to":[-0.125,8.375,9.375],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[-6.75,7.75,8.75],"to":[-2.375,8.25,9.25],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[-7.875,7.875,8.875],"to":[-5,8.125,9.125],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[3,7.625,8.625],"to":[21.125,8.375,9.375],"faces":{"north":{"uv":[5.125,9.625,14.625,10.375],"texture":"#texture"},"east":{"uv":[6.625,9.5,7.375,10.25],"texture":"#texture"},"south":{"uv":[5.125,9.625,14.625,10.375],"texture":"#texture"},"west":{"uv":[6.625,9.5,7.375,10.25],"texture":"#texture"},"up":{"uv":[4.5,9.75,15.75,10.5],"texture":"#texture"},"down":{"uv":[4.5,9.75,15.75,10.5],"texture":"#texture"}}},{"from":[22.5,7.5,8.5],"to":[23.75,8.5,9.5],"faces":{"north":{"uv":[2,9.125,3.875,10.875],"texture":"#texture"},"east":{"uv":[2,9.625,3.75,10.375],"texture":"#texture"},"south":{"uv":[2,9.125,3.875,10.875],"texture":"#texture"},"west":{"uv":[2,9.625,3.75,10.375],"texture":"#texture"},"up":{"uv":[1.75,9.75,3.5,11.5],"texture":"#texture"},"down":{"uv":[1.75,9.75,3.5,11.5],"texture":"#texture"}}},{"from":[21.75,7.375,8.375],"to":[23.625,8.625,9.625],"faces":{"north":{"uv":[2,9.125,3.875,10.875],"texture":"#texture"},"east":{"uv":[2,9.625,3.75,10.375],"texture":"#texture"},"south":{"uv":[2,9.125,3.875,10.875],"texture":"#texture"},"west":{"uv":[2,9.625,3.75,10.375],"texture":"#texture"},"up":{"uv":[1.75,9.75,3.5,11.5],"texture":"#texture"},"down":{"uv":[1.75,9.75,3.5,11.5],"texture":"#texture"}}},{"from":[22,7.5,8.5],"to":[22.75,8.5,9.5],"faces":{"north":{"uv":[1.625,0,4.875,0.875],"texture":"#texture"},"east":{"uv":[0,0,5,0.875],"texture":"#texture"},"south":{"uv":[1.625,0,4.875,0.875],"texture":"#texture"},"west":{"uv":[0,0,5,0.875],"texture":"#texture"},"up":{"uv":[1.5,0,4.375,0.875],"texture":"#texture"},"down":{"uv":[1.5,0,4.375,0.875],"texture":"#texture"}}},{"from":[3.5,7.5,8.5],"to":[4.25,8.5,9.5],"faces":{"north":{"uv":[5.5,2.5,6.25,4.25],"texture":"#texture"},"east":{"uv":[12.75,2.75,13,4.5],"texture":"#texture"},"south":{"uv":[5.5,2.5,6.25,4.25],"texture":"#texture"},"west":{"uv":[12.75,2.75,13,4.5],"texture":"#texture"},"up":{"uv":[5.625,1.375,6.375,1.625],"texture":"#texture"},"down":{"uv":[5.625,1.375,6.375,1.625],"texture":"#texture"}}},{"from":[4.75,7.5,8.5],"to":[5.5,8.5,9.5],"faces":{"north":{"uv":[5.5,2.5,6.25,4.25],"texture":"#texture"},"east":{"uv":[12.75,2.75,13,4.5],"texture":"#texture"},"south":{"uv":[5.5,2.5,6.25,4.25],"texture":"#texture"},"west":{"uv":[12.75,2.75,13,4.5],"texture":"#texture"},"up":{"uv":[5.625,1.375,6.375,1.625],"texture":"#texture"},"down":{"uv":[5.625,1.375,6.375,1.625],"texture":"#texture"}}},{"from":[9.875,7.375,8.375],"to":[10.625,8.625,9.625],"faces":{"north":{"uv":[0.75,9.375,3.25,10.375],"texture":"#texture"},"east":{"uv":[2.5,9.375,3.5,10.375],"texture":"#texture"},"south":{"uv":[0.75,9.375,3.25,10.375],"texture":"#texture"},"west":{"uv":[2.5,9.375,3.5,10.375],"texture":"#texture"},"up":{"uv":[0.25,9.625,3.75,11.125],"texture":"#texture"},"down":{"uv":[0.25,9.625,3.75,11.125],"texture":"#texture"}}},{"from":[10.625,7.5,8.5],"to":[15.5,8.5,9.5],"faces":{"north":{"uv":[9.125,12.875,15.625,14.5],"texture":"#texture"},"east":{"uv":[10.5,14,11.5,15],"texture":"#texture"},"south":{"uv":[9.125,12.875,15.625,14.5],"texture":"#texture"},"west":{"uv":[10.5,14,11.5,15],"texture":"#texture"},"up":{"uv":[9.875,12.625,15.5,15],"texture":"#texture"},"down":{"uv":[9.875,12.625,15.5,15],"texture":"#texture"}}},{"from":[15.5,7.375,8.375],"to":[16.25,8.625,9.625],"faces":{"north":{"uv":[0.75,9.375,3.25,10.375],"texture":"#texture"},"east":{"uv":[2.5,9.375,3.5,10.375],"texture":"#texture"},"south":{"uv":[0.75,9.375,3.25,10.375],"texture":"#texture"},"west":{"uv":[2.5,9.375,3.5,10.375],"texture":"#texture"},"up":{"uv":[0.25,9.625,3.75,11.125],"texture":"#texture"},"down":{"uv":[0.25,9.625,3.75,11.125],"texture":"#texture"}}},{"from":[21,7.5,8.5],"to":[22,8.5,9.5],"faces":{"north":{"uv":[2,9.125,3.875,10.875],"texture":"#texture"},"east":{"uv":[2,9.625,3.75,10.375],"texture":"#texture"},"south":{"uv":[2,9.125,3.875,10.875],"texture":"#texture"},"west":{"uv":[2,9.625,3.75,10.375],"texture":"#texture"},"up":{"uv":[1.75,9.75,3.5,11.5],"texture":"#texture"},"down":{"uv":[1.75,9.75,3.5,11.5],"texture":"#texture"}}},{"from":[22.125,7.25,8.25],"to":[23.375,8.75,9.75],"faces":{"north":{"uv":[2,9.125,3.875,10.875],"texture":"#texture"},"east":{"uv":[2,9.625,3.75,10.375],"texture":"#texture"},"south":{"uv":[2,9.125,3.875,10.875],"texture":"#texture"},"west":{"uv":[2,9.625,3.75,10.375],"texture":"#texture"},"up":{"uv":[1.75,9.75,3.5,11.5],"texture":"#texture"},"down":{"uv":[1.75,9.75,3.5,11.5],"texture":"#texture"}}},{"from":[-6.375,10.6875,8.875],"to":[-4.25,10.9375,9.125],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[-4.5625,4.8125,8.625],"to":[-1.1875,5.5625,9.375],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[-5.5,4.9375,8.75],"to":[-3,5.4375,9.25],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[-6.375,5.0625,8.875],"to":[-4.25,5.3125,9.125],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[16.9375,5.1875,6.375],"to":[17.0625,10.3125,11.75],"rotation":{"angle":22.5,"axis":"z","origin":[16.9375,10.3125,6.375]},"faces":{"east":{"uv":[16,0,0,16],"rotation":180,"texture":"#water_atom"},"west":{"uv":[0,0,16,16],"rotation":180,"texture":"#water_atom"}}},{"from":[8.9375,5.1875,6.375],"to":[9.0625,10.3125,11.75],"rotation":{"angle":-22.5,"axis":"z","origin":[8.9375,10.3125,6.375]},"faces":{"east":{"uv":[16,0,0,16],"rotation":180,"texture":"#water_atom"},"west":{"uv":[0,0,16,16],"rotation":180,"texture":"#water_atom"}}},{"from":[-4.5625,10.4375,8.625],"to":[-1.1875,11.1875,9.375],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[-1.8125,8.0625,8.5],"to":[-0.9375,10.5625,9.5],"rotation":{"angle":45,"axis":"z","origin":[-1.8125,10.5625,8.5]},"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[180,-90,90],"translation":[1.51,6.61,2.08],"scale":[1.7,1.7,1.7]},"thirdperson_lefthand":{"rotation":[180,-90,-90],"translation":[1.89,6.43,1.89],"scale":[1.7,1.7,1.7]},"firstperson_righthand":{"rotation":[-11,-90,-77],"translation":[3.07,3.46,0],"scale":[0.8,0.8,0.8]},"firstperson_lefthand":{"rotation":[-11,90,77],"translation":[1.82,3.46,0],"scale":[0.8,0.8,0.8]},"ground":{"rotation":[45,0,-45],"translation":[0,8,0],"scale":[0.65,0.65,0.65]},"gui":{"rotation":[-20,160,-60],"translation":[-0.5,0.5,0],"scale":[0.65,0.65,0.65]},"fixed":{"rotation":[0,0,-90],"translation":[0,0.5,-1.75],"scale":[0.8,0.8,0.8]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/wynn/weapon/warrior/spear_water_c.json b/assets/minecraft/models/item/wynn/weapon/warrior/spear_water_c.json new file mode 100644 index 000000000..4039ef9fc --- /dev/null +++ b/assets/minecraft/models/item/wynn/weapon/warrior/spear_water_c.json @@ -0,0 +1 @@ +{"parent":"item/wynn/template/weapon","textures":{"texture":"wynn/weapon/warrior/water_tier_all","water_atom":"wynn/weapon/anim/water_atom"},"elements":[{"from":[0.5,7.5,8.5],"to":[3,8.5,9.5],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[-0.5,6.5,8.5],"to":[0.5,9.5,9.5],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[-1.998,8.0645,8.502],"to":[-1.002,10.5605,9.498],"rotation":{"angle":45,"axis":"z","origin":[-2,10.5625,8.5]},"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[-3.75,10.25,8.5],"to":[-1.25,11.25,9.5],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[-0.1855,4.6895,8.502],"to":[0.8105,7.1855,9.498],"rotation":{"angle":-45,"axis":"z","origin":[-0.1875,7.1875,8.5]},"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[-4.5,10.375,8.625],"to":[-2,11.125,9.375],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[-5.5,10.5,8.75],"to":[-3,11,9.25],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[-3.6875,4.75,8.5],"to":[-1.1875,5.75,9.5],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[-3,7.625,8.625],"to":[-0.125,8.375,9.375],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[-5.375,7.5,8.5],"to":[-2.5,8.5,9.5],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[-7.875,7.625,8.625],"to":[-5,8.375,9.375],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[0,5,2.875,5.75],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[-9.25,7.75,8.75],"to":[-6.375,8.25,9.25],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[-10.25,7.875,8.875],"to":[-7.375,8.125,9.125],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[-0.75,6,8.375],"to":[0.625,10,9.625],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[4,8,8,6],"rotation":90,"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[0.25,7.75,8.625],"to":[0.5,9.25,9.375],"rotation":{"angle":45,"axis":"z","origin":[0.25,9.25,8.625]},"faces":{"north":{"uv":[0,9,1,12],"rotation":180,"texture":"#texture"},"east":{"uv":[0,9,1,12],"rotation":180,"texture":"#texture"},"south":{"uv":[0,9,1,12],"rotation":180,"texture":"#texture"},"west":{"uv":[0,9,1,12],"rotation":180,"texture":"#texture"},"up":{"uv":[0,9,1,12],"rotation":180,"texture":"#texture"},"down":{"uv":[0,9,1,12],"rotation":180,"texture":"#texture"}}},{"from":[0.375,7.625,8.625],"to":[0.625,9.75,9.375],"rotation":{"angle":45,"axis":"z","origin":[0.375,9.75,8.625]},"faces":{"north":{"uv":[0,9,1,12],"rotation":180,"texture":"#texture"},"east":{"uv":[0,9,1,12],"rotation":180,"texture":"#texture"},"south":{"uv":[0,9,1,12],"rotation":180,"texture":"#texture"},"west":{"uv":[0,9,1,12],"rotation":180,"texture":"#texture"},"up":{"uv":[0,9,1,12],"rotation":180,"texture":"#texture"},"down":{"uv":[0,9,1,12],"rotation":180,"texture":"#texture"}}},{"from":[1.25,6.25,8.625],"to":[1.5,7.75,9.375],"rotation":{"angle":-45,"axis":"z","origin":[1.25,7.75,8.625]},"faces":{"north":{"uv":[0,9,1,12],"texture":"#texture"},"east":{"uv":[0,9,1,12],"texture":"#texture"},"south":{"uv":[0,9,1,12],"texture":"#texture"},"west":{"uv":[0,9,1,12],"texture":"#texture"},"up":{"uv":[0,9,1,12],"texture":"#texture"},"down":{"uv":[0,9,1,12],"texture":"#texture"}}},{"from":[1.875,5.625,8.625],"to":[2.125,7.75,9.375],"rotation":{"angle":-45,"axis":"z","origin":[1.875,7.75,8.625]},"faces":{"north":{"uv":[0,9,1,12],"texture":"#texture"},"east":{"uv":[0,9,1,12],"texture":"#texture"},"south":{"uv":[0,9,1,12],"texture":"#texture"},"west":{"uv":[0,9,1,12],"texture":"#texture"},"up":{"uv":[0,9,1,12],"texture":"#texture"},"down":{"uv":[0,9,1,12],"texture":"#texture"}}},{"from":[-3.0625,3.3125,8.875],"to":[-2.5625,5.0625,9.125],"rotation":{"angle":45,"axis":"z","origin":[-3.0625,5.0625,8.875]},"faces":{"north":{"uv":[13,6.5,13.75,8],"rotation":180,"texture":"#texture"},"east":{"uv":[13,6.5,13.75,8],"rotation":180,"texture":"#texture"},"south":{"uv":[13,6.5,13.75,8],"rotation":180,"texture":"#texture"},"west":{"uv":[13,6.5,13.75,8],"rotation":180,"texture":"#texture"},"up":{"uv":[13,6.5,13.75,8],"rotation":180,"texture":"#texture"},"down":{"uv":[13,6.5,13.5,6.75],"rotation":180,"texture":"#texture"}}},{"from":[-1.875,3.375,8.875],"to":[-1.25,5.125,9.125],"rotation":{"angle":45,"axis":"z","origin":[-1.875,5.125,8.875]},"faces":{"north":{"uv":[3,9,3.75,10.75],"texture":"#texture"},"east":{"uv":[3,9,3.75,10.75],"texture":"#texture"},"south":{"uv":[3,9,3.75,10.75],"texture":"#texture"},"west":{"uv":[3,9,3.75,10.75],"texture":"#texture"},"up":{"uv":[3,9,3.75,10.75],"texture":"#texture"},"down":{"uv":[3,10,3.625,10.25],"texture":"#texture"}}},{"from":[-0.875,3.875,8.875],"to":[-0.125,5.625,9.125],"rotation":{"angle":45,"axis":"z","origin":[-0.875,5.625,8.875]},"faces":{"north":{"uv":[2,9,2.75,10.75],"texture":"#texture"},"east":{"uv":[2,9,2.75,10.75],"texture":"#texture"},"south":{"uv":[2,9,2.75,10.75],"texture":"#texture"},"west":{"uv":[2,9,2.75,10.75],"texture":"#texture"},"up":{"uv":[2,9,2.75,10.75],"texture":"#texture"},"down":{"uv":[2,10,2.75,10.25],"texture":"#texture"}}},{"from":[-3.65,3.75,8.875],"to":[-3.275,4.875,9.125],"rotation":{"angle":45,"axis":"z","origin":[-3.65,4.875,8.875]},"faces":{"north":{"uv":[3,12,4.5,12.375],"rotation":90,"texture":"#texture"},"east":{"uv":[3,12,4.5,12.375],"rotation":90,"texture":"#texture"},"south":{"uv":[3,12,4.5,12.375],"rotation":90,"texture":"#texture"},"west":{"uv":[3,12,4.5,12.375],"rotation":90,"texture":"#texture"},"up":{"uv":[3,12,4.5,12.375],"rotation":90,"texture":"#texture"},"down":{"uv":[3,12,4.5,12.375],"rotation":90,"texture":"#texture"}}},{"from":[0.375,9.875,8.875],"to":[1.125,11.625,9.125],"rotation":{"angle":-45,"axis":"z","origin":[0.375,11.625,8.875]},"faces":{"north":{"uv":[2,9,2.75,10.75],"rotation":180,"texture":"#texture"},"east":{"uv":[2,9,2.75,10.75],"rotation":180,"texture":"#texture"},"south":{"uv":[2,9,2.75,10.75],"rotation":180,"texture":"#texture"},"west":{"uv":[2,9,2.75,10.75],"rotation":180,"texture":"#texture"},"up":{"uv":[2,10,2.75,10.25],"rotation":180,"texture":"#texture"},"down":{"uv":[2,9,2.75,10.75],"rotation":180,"texture":"#texture"}}},{"from":[-0.75,10.35,8.875],"to":[-0.125,12.1,9.125],"rotation":{"angle":-45,"axis":"z","origin":[-0.75,12.1,8.875]},"faces":{"north":{"uv":[3,9,3.75,10.75],"rotation":180,"texture":"#texture"},"east":{"uv":[3,9,3.75,10.75],"rotation":180,"texture":"#texture"},"south":{"uv":[3,9,3.75,10.75],"rotation":180,"texture":"#texture"},"west":{"uv":[3,9,3.75,10.75],"rotation":180,"texture":"#texture"},"up":{"uv":[3,10,3.625,10.25],"rotation":180,"texture":"#texture"},"down":{"uv":[3,9,3.75,10.75],"rotation":180,"texture":"#texture"}}},{"from":[-1.875,10.375,8.875],"to":[-1.375,12.125,9.125],"rotation":{"angle":-45,"axis":"z","origin":[-1.875,12.125,8.875]},"faces":{"north":{"uv":[13,6.5,13.75,8],"texture":"#texture"},"east":{"uv":[13,6.5,13.75,8],"texture":"#texture"},"south":{"uv":[13,6.5,13.75,8],"texture":"#texture"},"west":{"uv":[13,6.5,13.75,8],"texture":"#texture"},"up":{"uv":[13,6.5,13.5,6.75],"texture":"#texture"},"down":{"uv":[13,6.5,13.75,8],"texture":"#texture"}}},{"from":[-2.9375,10.8125,8.875],"to":[-2.5625,11.9375,9.125],"rotation":{"angle":-45,"axis":"z","origin":[-2.9375,11.9375,8.875]},"faces":{"north":{"uv":[4,12,4.75,13.75],"texture":"#texture"},"east":{"uv":[4,12,4.75,13.75],"texture":"#texture"},"south":{"uv":[4,12,4.75,13.75],"texture":"#texture"},"west":{"uv":[4,12,4.75,13.75],"texture":"#texture"},"up":{"uv":[4,12,4.75,13.75],"texture":"#texture"},"down":{"uv":[4,12,4.75,13.75],"texture":"#texture"}}},{"from":[3,7.625,8.625],"to":[15,8.375,9.375],"faces":{"north":{"uv":[4,10,16,10.75],"rotation":180,"texture":"#texture"},"east":{"uv":[4,10,16,10.75],"rotation":180,"texture":"#texture"},"south":{"uv":[4,10,16,10.75],"rotation":180,"texture":"#texture"},"west":{"uv":[4,10,16,10.75],"rotation":180,"texture":"#texture"},"up":{"uv":[4,10,16,10.75],"rotation":180,"texture":"#texture"},"down":{"uv":[4,10,16,10.75],"rotation":180,"texture":"#texture"}}},{"from":[13.75,7.625,8.625],"to":[25.75,8.375,9.375],"rotation":{"angle":0,"axis":"y","origin":[18.75,8,8]},"faces":{"north":{"uv":[1,10,13,10.75],"texture":"#texture"},"east":{"uv":[1,10,13,10.75],"rotation":180,"texture":"#texture"},"south":{"uv":[1,10,13,10.75],"rotation":180,"texture":"#texture"},"west":{"uv":[1,10,13,10.75],"rotation":180,"texture":"#texture"},"up":{"uv":[1,10,13,10.75],"rotation":180,"texture":"#texture"},"down":{"uv":[1,10,13,10.75],"rotation":180,"texture":"#texture"}}},{"from":[24.75,7.5,8.5],"to":[26,8.5,9.5],"faces":{"north":{"uv":[2,9.125,3.875,10.875],"texture":"#texture"},"east":{"uv":[2,9.625,3.75,10.375],"texture":"#texture"},"south":{"uv":[2,9.125,3.875,10.875],"texture":"#texture"},"west":{"uv":[2,9.625,3.75,10.375],"texture":"#texture"},"up":{"uv":[1.75,9.75,3.5,11.5],"texture":"#texture"},"down":{"uv":[1.75,9.75,3.5,11.5],"texture":"#texture"}}},{"from":[24,7.375,8.375],"to":[25.875,8.625,9.625],"faces":{"north":{"uv":[2,9.125,3.875,10.875],"texture":"#texture"},"east":{"uv":[2,9.625,3.75,10.375],"texture":"#texture"},"south":{"uv":[2,9.125,3.875,10.875],"texture":"#texture"},"west":{"uv":[2,9.625,3.75,10.375],"texture":"#texture"},"up":{"uv":[1.75,9.75,3.5,11.5],"texture":"#texture"},"down":{"uv":[1.75,9.75,3.5,11.5],"texture":"#texture"}}},{"from":[24.25,7.5,8.5],"to":[25,8.5,9.5],"faces":{"north":{"uv":[1.625,0,4.875,0.875],"texture":"#texture"},"east":{"uv":[0,0,5,0.875],"texture":"#texture"},"south":{"uv":[1.625,0,4.875,0.875],"texture":"#texture"},"west":{"uv":[0,0,5,0.875],"texture":"#texture"},"up":{"uv":[1.5,0,4.375,0.875],"texture":"#texture"},"down":{"uv":[1.5,0,4.375,0.875],"texture":"#texture"}}},{"from":[3.5,7.5,8.5],"to":[4.25,8.5,9.5],"faces":{"north":{"uv":[7,7,8,7.75],"rotation":90,"texture":"#texture"},"east":{"uv":[7,7,8,7.75],"rotation":90,"texture":"#texture"},"south":{"uv":[7,7,8,7.75],"rotation":90,"texture":"#texture"},"west":{"uv":[7,7,8,7.75],"rotation":90,"texture":"#texture"},"up":{"uv":[7,7,8,7.75],"rotation":90,"texture":"#texture"},"down":{"uv":[7,7,8,7.75],"rotation":90,"texture":"#texture"}}},{"from":[4.75,7.5,8.5],"to":[5.5,8.5,9.5],"faces":{"north":{"uv":[7,6,8,6.75],"rotation":90,"texture":"#texture"},"east":{"uv":[7,6,8,6.75],"rotation":90,"texture":"#texture"},"south":{"uv":[7,6,8,6.75],"rotation":90,"texture":"#texture"},"west":{"uv":[7,6,8,6.75],"rotation":90,"texture":"#texture"},"up":{"uv":[7,6,8,6.75],"rotation":90,"texture":"#texture"},"down":{"uv":[7,6,8,6.75],"rotation":90,"texture":"#texture"}}},{"from":[6,7.5,8.5],"to":[6.75,8.5,9.5],"faces":{"north":{"uv":[9,8,10,8.75],"rotation":90,"texture":"#texture"},"east":{"uv":[9,8,10,8.75],"rotation":90,"texture":"#texture"},"south":{"uv":[9,8,10,8.75],"rotation":90,"texture":"#texture"},"west":{"uv":[9,8,10,8.75],"rotation":90,"texture":"#texture"},"up":{"uv":[9,8,10,8.75],"rotation":90,"texture":"#texture"},"down":{"uv":[9,8,10,8.75],"rotation":90,"texture":"#texture"}}},{"from":[9.875,7.375,8.375],"to":[10.625,8.625,9.625],"faces":{"north":{"uv":[2,8,4.5,9],"texture":"#texture"},"east":{"uv":[2,8,4.5,9],"texture":"#texture"},"south":{"uv":[2,8,4.5,9],"texture":"#texture"},"west":{"uv":[2,8,4.5,9],"texture":"#texture"},"up":{"uv":[2,8,4.5,9],"texture":"#texture"},"down":{"uv":[2,8,4.5,9],"texture":"#texture"}}},{"from":[10.625,7.5,8.5],"to":[15.5,8.5,9.5],"faces":{"north":{"uv":[7,13,10,14],"texture":"#texture"},"east":{"uv":[7,13,10,14],"texture":"#texture"},"south":{"uv":[7,13,10,14],"texture":"#texture"},"west":{"uv":[7,13,10,14],"texture":"#texture"},"up":{"uv":[7,13,10,14],"texture":"#texture"},"down":{"uv":[7,13,10,14],"texture":"#texture"}}},{"from":[15.5,7.375,8.375],"to":[16.25,8.625,9.625],"faces":{"north":{"uv":[2,8,4.5,9],"texture":"#texture"},"east":{"uv":[2,8,4.5,9],"texture":"#texture"},"south":{"uv":[2,8,4.5,9],"texture":"#texture"},"west":{"uv":[2,8,4.5,9],"texture":"#texture"},"up":{"uv":[2,8,4.5,9],"texture":"#texture"},"down":{"uv":[2,8,4.5,9],"texture":"#texture"}}},{"from":[25.5,6.75,8],"to":[26,7,10],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[24,6.75,8],"to":[24.5,7,10],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[24,7,10],"to":[24.5,9,10.25],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[24,7,7.75],"to":[24.5,9,8],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[24.75,6.625,10.375],"to":[25.25,9.375,10.625],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[25.5,7,10],"to":[26,9,10.25],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[24.75,6.625,7.375],"to":[25.25,9.375,7.625],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[25.5,7,7.75],"to":[26,9,8],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[24,9,8],"to":[24.5,9.25,10],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[24.75,9.375,7.625],"to":[25.25,9.625,10.375],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[24.75,6.375,7.625],"to":[25.25,6.625,10.375],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[25.5,9,8],"to":[26,9.25,10],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[23.25,7.5,8.5],"to":[24.25,8.5,9.5],"faces":{"north":{"uv":[2,9.125,3.875,10.875],"texture":"#texture"},"east":{"uv":[2,9.625,3.75,10.375],"texture":"#texture"},"south":{"uv":[2,9.125,3.875,10.875],"texture":"#texture"},"west":{"uv":[2,9.625,3.75,10.375],"texture":"#texture"},"up":{"uv":[1.75,9.75,3.5,11.5],"texture":"#texture"},"down":{"uv":[1.75,9.75,3.5,11.5],"texture":"#texture"}}},{"from":[24.375,7.25,8.25],"to":[25.625,8.75,9.75],"faces":{"north":{"uv":[2,9.125,3.875,10.875],"texture":"#texture"},"east":{"uv":[2,9.625,3.75,10.375],"texture":"#texture"},"south":{"uv":[2,9.125,3.875,10.875],"texture":"#texture"},"west":{"uv":[2,9.625,3.75,10.375],"texture":"#texture"},"up":{"uv":[1.75,9.75,3.5,11.5],"texture":"#texture"},"down":{"uv":[1.75,9.75,3.5,11.5],"texture":"#texture"}}},{"from":[-6.375,10.625,8.875],"to":[-4.25,10.875,9.125],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[-4.5,4.875,8.625],"to":[-2,5.625,9.375],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[-5.5,5,8.75],"to":[-3,5.5,9.25],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[-6.375,5.125,8.875],"to":[-4.25,5.375,9.125],"faces":{"north":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"east":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"south":{"uv":[3.625,6.625,6.125,7.625],"texture":"#texture"},"west":{"uv":[9.25,6.625,10.25,7.625],"texture":"#texture"},"up":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"},"down":{"uv":[4.25,7.25,8.875,8.625],"texture":"#texture"}}},{"from":[15.6875,4.125,5.25],"to":[15.8125,11.25,12.75],"rotation":{"angle":22.5,"axis":"z","origin":[15.6875,11.25,5.25]},"faces":{"east":{"uv":[16,0,0,16],"texture":"#water_atom"},"west":{"uv":[0,0,16,16],"texture":"#water_atom"}}},{"from":[16.9375,5.1875,6.375],"to":[17.0625,10.3125,11.75],"rotation":{"angle":22.5,"axis":"z","origin":[16.9375,10.3125,6.375]},"faces":{"east":{"uv":[16,0,0,16],"rotation":180,"texture":"#water_atom"},"west":{"uv":[0,0,16,16],"rotation":180,"texture":"#water_atom"}}},{"from":[10.3125,4.125,5.25],"to":[10.4375,11.25,12.75],"rotation":{"angle":-22.5,"axis":"z","origin":[10.3125,11.25,5.25]},"faces":{"east":{"uv":[16,0,0,16],"texture":"#water_atom"},"west":{"uv":[0,0,16,16],"texture":"#water_atom"}}},{"from":[8.9375,5.1875,6.375],"to":[9.0625,10.3125,11.75],"rotation":{"angle":-22.5,"axis":"z","origin":[8.9375,10.3125,6.375]},"faces":{"east":{"uv":[16,0,0,16],"rotation":180,"texture":"#water_atom"},"west":{"uv":[0,0,16,16],"rotation":180,"texture":"#water_atom"}}}],"display":{"thirdperson_righthand":{"rotation":[180,-90,90],"translation":[1.89,7.94,2.27],"scale":[2,2,2]},"thirdperson_lefthand":{"rotation":[180,-90,-90],"translation":[1.89,7.94,2.08],"scale":[2,2,2]},"firstperson_righthand":{"rotation":[0,-90,-80],"translation":[2.31,0.21,0.5]},"firstperson_lefthand":{"rotation":[0,90,80],"translation":[1.06,0.21,0.5]},"ground":{"rotation":[45,0,-45],"translation":[0,9,0],"scale":[0.7,0.7,0.7]},"gui":{"rotation":[-20,160,-60],"translation":[-0.25,0.75,0],"scale":[0.65,0.65,0.65]},"fixed":{"rotation":[0,0,-90],"translation":[0,-1,-1.5],"scale":[0.66,0.66,0.66]}}} \ No newline at end of file diff --git a/assets/minecraft/models/item/yellow_dye.json b/assets/minecraft/models/item/yellow_dye.json new file mode 100644 index 000000000..620f4c97a --- /dev/null +++ b/assets/minecraft/models/item/yellow_dye.json @@ -0,0 +1 @@ +{"parent":"item/generated","textures":{"layer0":"wynn/powder/small_thunder"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1.json b/assets/minecraft/models/w1.json new file mode 100644 index 000000000..cc357fabd --- /dev/null +++ b/assets/minecraft/models/w1.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,0,6,3]},"up":{"texture":"#0","uv":[6,3,3,0]}},"from":[-16,-16,-16],"shade":false,"to":[3.2000008,-16,3.2000008]},{"faces":{"down":{"texture":"#0","uv":[8.9375,3.375,5.9375,6.375]},"up":{"texture":"#0","uv":[5.9375,6.375,2.9375,3.375]}},"from":[-16,-15.9,-16],"shade":false,"to":[3.2000008,-15.9,3.2000008]}],"overrides":[],"textures":{"0":"item/w1621425563_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w10.json b/assets/minecraft/models/w10.json new file mode 100644 index 000000000..0813c2f13 --- /dev/null +++ b/assets/minecraft/models/w10.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,0,0,0]},"east":{"texture":"#0","uv":[0,0,0,2.75]},"north":{"texture":"#0","uv":[13.5,8.5,10,12.25]},"south":{"texture":"#0","uv":[10,8.5,13.5,12.25]},"up":{"texture":"#0","uv":[2.5,0,0,0]},"west":{"texture":"#0","uv":[0,0,0,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w291279173_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w100.json b/assets/minecraft/models/w100.json new file mode 100644 index 000000000..986de0639 --- /dev/null +++ b/assets/minecraft/models/w100.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.75,0,5.25,0.25]},"east":{"texture":"#0","uv":[5,0.25,4.75,0.875]},"north":{"texture":"#0","uv":[4.75,0.25,4.25,0.875]},"south":{"texture":"#0","uv":[5.5,0.25,5,0.875]},"up":{"texture":"#0","uv":[4.25,0.25,4.75,0]},"west":{"texture":"#0","uv":[4.25,0.25,4,0.875]}},"from":[-16,-16,-14.8],"rotation":{"angle":-45,"axis":"x","origin":[-15.2,-16,-14.4],"rescale":false},"shade":false,"to":[-14.4,-14,-14]},{"faces":{"down":{"texture":"#0","uv":[7.5,4.75,7.5,5]},"east":{"texture":"#0","uv":[7.25,5.25,6.875,5]},"north":{"texture":"#0","uv":[7.5,5,7.5,5.375]},"south":{"texture":"#0","uv":[7.75,5,7.75,5.375]},"up":{"texture":"#0","uv":[7.5,5,7.5,4.75]},"west":{"texture":"#0","uv":[6.875,5.25,7.25,5]}},"from":[-15.8,-14.8,-16],"rotation":{"angle":-45,"axis":"x","origin":[-16.6,-14.8,-15.6],"rescale":false},"shade":false,"to":[-15.8,-13.6,-15.2]},{"faces":{"down":{"texture":"#0","uv":[7.5,4.75,7.5,5]},"east":{"texture":"#0","uv":[7.25,5.25,6.875,5]},"north":{"texture":"#0","uv":[7.5,5,7.5,5.375]},"south":{"texture":"#0","uv":[7.75,5,7.75,5.375]},"up":{"texture":"#0","uv":[7.5,5,7.5,4.75]},"west":{"texture":"#0","uv":[6.875,5.25,7.25,5]}},"from":[-14.6,-14.8,-16],"rotation":{"angle":-45,"axis":"x","origin":[-15.4,-14.8,-15.6],"rescale":false},"shade":false,"to":[-14.6,-13.6,-15.2]},{"faces":{"down":{"texture":"#0","uv":[7.5,4.75,7.5,5]},"east":{"texture":"#0","uv":[7.25,5.25,6.875,5]},"north":{"texture":"#0","uv":[7.5,5,7.5,5.375]},"south":{"texture":"#0","uv":[7.75,5,7.75,5.375]},"up":{"texture":"#0","uv":[7.5,5,7.5,4.75]},"west":{"texture":"#0","uv":[6.875,5.25,7.25,5]}},"from":[-15.2,-14.8,-16],"rotation":{"angle":-45,"axis":"x","origin":[-16,-14.8,-15.6],"rescale":false},"shade":false,"to":[-15.2,-13.6,-15.2]}],"overrides":[],"textures":{"0":"item/w1081588330_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1000.json b/assets/minecraft/models/w1000.json new file mode 100644 index 000000000..19b4298c7 --- /dev/null +++ b/assets/minecraft/models/w1000.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,4.5,7.25,8.5]},"east":{"texture":"#0","uv":[0,8.5,4,10.75]},"north":{"texture":"#0","uv":[4,8.5,7.25,10.75]},"south":{"texture":"#0","uv":[11.25,8.5,14.5,10.75]},"up":{"texture":"#0","uv":[7.25,8.5,4,4.5]},"west":{"texture":"#0","uv":[7.25,8.5,11.25,10.75]}},"from":[-16,-16,-16],"shade":false,"to":[-10.8,-12.4,-9.6]},{"faces":{"east":{"texture":"#0","uv":[15,2.75,11.5,4]},"west":{"texture":"#0","uv":[11.5,2.75,15,4]}},"from":[-13.4,-12.4,-16],"shade":false,"to":[-13.4,-10.4,-10.4]}],"overrides":[],"textures":{"0":"item/w1616426741_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1001.json b/assets/minecraft/models/w1001.json new file mode 100644 index 000000000..d1368346c --- /dev/null +++ b/assets/minecraft/models/w1001.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[10.5,2.75,11.5,4]},"west":{"texture":"#0","uv":[11.5,2.75,10.5,4]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14,-14.4]}],"overrides":[],"textures":{"0":"item/w1616426741_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1002.json b/assets/minecraft/models/w1002.json new file mode 100644 index 000000000..8ba6bb2ec --- /dev/null +++ b/assets/minecraft/models/w1002.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,5.5,2.5,6.5]},"east":{"texture":"#0","uv":[1,6.5,2,7]},"north":{"texture":"#0","uv":[2,6.5,2.5,7]},"south":{"texture":"#0","uv":[3.5,6.5,4,7]},"up":{"texture":"#0","uv":[2.5,6.5,2,5.5]},"west":{"texture":"#0","uv":[2.5,6.5,3.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1616426741_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1003.json b/assets/minecraft/models/w1003.json new file mode 100644 index 000000000..a1a1c1856 --- /dev/null +++ b/assets/minecraft/models/w1003.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,5.5,3,6.5]},"east":{"texture":"#0","uv":[3.5,6.5,2.5,7]},"north":{"texture":"#0","uv":[2.5,6.5,2,7]},"south":{"texture":"#0","uv":[4,6.5,3.5,7]},"up":{"texture":"#0","uv":[2,6.5,2.5,5.5]},"west":{"texture":"#0","uv":[2,6.5,1,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1616426741_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1004.json b/assets/minecraft/models/w1004.json new file mode 100644 index 000000000..65232b768 --- /dev/null +++ b/assets/minecraft/models/w1004.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,0,5.25,2.25]},"east":{"texture":"#0","uv":[0,2.25,2.25,4.5]},"north":{"texture":"#0","uv":[2.25,2.25,5.25,4.5]},"south":{"texture":"#0","uv":[7.5,2.25,10.5,4.5]},"up":{"texture":"#0","uv":[5.25,2.25,2.25,0]},"west":{"texture":"#0","uv":[5.25,2.25,7.5,4.5]}},"from":[-15.96,-16,-15.92],"shade":false,"to":[-11.16,-12.4,-12.32]},{"faces":{"down":{"texture":"#0","uv":[2.75,5,3.5,5.25]},"east":{"texture":"#0","uv":[3,5.25,2.75,5.5]},"north":{"texture":"#0","uv":[2.75,5.25,2,5.5]},"south":{"texture":"#0","uv":[3.75,5.25,3,5.5]},"up":{"texture":"#0","uv":[2,5.25,2.75,5]},"west":{"texture":"#0","uv":[2,5.25,1.75,5.5]}},"from":[-12.440001,-14.04,-16],"shade":false,"to":[-11.120001,-13.559999,-15.6]},{"faces":{"down":{"texture":"#0","uv":[3.5,5,2.75,5.25]},"east":{"texture":"#0","uv":[1.75,5.25,2,5.5]},"north":{"texture":"#0","uv":[2,5.25,2.75,5.5]},"south":{"texture":"#0","uv":[3,5.25,3.75,5.5]},"up":{"texture":"#0","uv":[2.75,5.25,2,5]},"west":{"texture":"#0","uv":[2.75,5.25,3,5.5]}},"from":[-16,-14.04,-16],"shade":false,"to":[-14.68,-13.559999,-15.6]}],"overrides":[],"textures":{"0":"item/w1616426741_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1005.json b/assets/minecraft/models/w1005.json new file mode 100644 index 000000000..311c8a868 --- /dev/null +++ b/assets/minecraft/models/w1005.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.75,0,12.5,0.75]},"east":{"texture":"#0","uv":[10.5,0.75,11.25,1.5]},"north":{"texture":"#0","uv":[11.25,0.75,12.5,1.5]},"south":{"texture":"#0","uv":[13.25,0.75,14.5,1.5]},"up":{"texture":"#0","uv":[12.5,0.75,11.25,0]},"west":{"texture":"#0","uv":[12.5,0.75,13.25,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1616426741_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1006.json b/assets/minecraft/models/w1006.json new file mode 100644 index 000000000..5c3e59318 --- /dev/null +++ b/assets/minecraft/models/w1006.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.75,1.5,14,2.5]},"east":{"texture":"#0","uv":[13.75,2.5,12.75,2.75]},"north":{"texture":"#0","uv":[12.75,2.5,11.5,2.75]},"south":{"texture":"#0","uv":[15,2.5,13.75,2.75]},"up":{"texture":"#0","uv":[11.5,2.5,12.75,1.5]},"west":{"texture":"#0","uv":[11.5,2.5,10.5,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w1616426741_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1007.json b/assets/minecraft/models/w1007.json new file mode 100644 index 000000000..97d37630c --- /dev/null +++ b/assets/minecraft/models/w1007.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,1.5,12.75,2.5]},"east":{"texture":"#0","uv":[10.5,2.5,11.5,2.75]},"north":{"texture":"#0","uv":[11.5,2.5,12.75,2.75]},"south":{"texture":"#0","uv":[13.75,2.5,15,2.75]},"up":{"texture":"#0","uv":[12.75,2.5,11.5,1.5]},"west":{"texture":"#0","uv":[12.75,2.5,13.75,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w1616426741_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1008.json b/assets/minecraft/models/w1008.json new file mode 100644 index 000000000..538c8b313 --- /dev/null +++ b/assets/minecraft/models/w1008.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,10.75,1.5,11.5]},"east":{"texture":"#0","uv":[0,11.5,0.75,13.5]},"north":{"texture":"#0","uv":[0.75,11.5,1.5,13.5]},"south":{"texture":"#0","uv":[2.25,11.5,3,13.5]},"up":{"texture":"#0","uv":[1.5,11.5,0.75,10.75]},"west":{"texture":"#0","uv":[1.5,11.5,2.25,13.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w537061449_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1009.json b/assets/minecraft/models/w1009.json new file mode 100644 index 000000000..538c8b313 --- /dev/null +++ b/assets/minecraft/models/w1009.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,10.75,1.5,11.5]},"east":{"texture":"#0","uv":[0,11.5,0.75,13.5]},"north":{"texture":"#0","uv":[0.75,11.5,1.5,13.5]},"south":{"texture":"#0","uv":[2.25,11.5,3,13.5]},"up":{"texture":"#0","uv":[1.5,11.5,0.75,10.75]},"west":{"texture":"#0","uv":[1.5,11.5,2.25,13.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w537061449_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w101.json b/assets/minecraft/models/w101.json new file mode 100644 index 000000000..e1253a348 --- /dev/null +++ b/assets/minecraft/models/w101.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.125,2.5,10,3.25]},"east":{"texture":"#0","uv":[9.125,3.25,9.875,3.25]},"north":{"texture":"#0","uv":[9.875,3.25,10,3.25]},"south":{"texture":"#0","uv":[10.75,3.25,10.875,3.25]},"up":{"texture":"#0","uv":[10,3.25,9.875,2.5]},"west":{"texture":"#0","uv":[10,3.25,10.75,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-13.6]}],"overrides":[],"textures":{"0":"item/w1081588330_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1010.json b/assets/minecraft/models/w1010.json new file mode 100644 index 000000000..538c8b313 --- /dev/null +++ b/assets/minecraft/models/w1010.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,10.75,1.5,11.5]},"east":{"texture":"#0","uv":[0,11.5,0.75,13.5]},"north":{"texture":"#0","uv":[0.75,11.5,1.5,13.5]},"south":{"texture":"#0","uv":[2.25,11.5,3,13.5]},"up":{"texture":"#0","uv":[1.5,11.5,0.75,10.75]},"west":{"texture":"#0","uv":[1.5,11.5,2.25,13.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w537061449_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1011.json b/assets/minecraft/models/w1011.json new file mode 100644 index 000000000..538c8b313 --- /dev/null +++ b/assets/minecraft/models/w1011.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,10.75,1.5,11.5]},"east":{"texture":"#0","uv":[0,11.5,0.75,13.5]},"north":{"texture":"#0","uv":[0.75,11.5,1.5,13.5]},"south":{"texture":"#0","uv":[2.25,11.5,3,13.5]},"up":{"texture":"#0","uv":[1.5,11.5,0.75,10.75]},"west":{"texture":"#0","uv":[1.5,11.5,2.25,13.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w537061449_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1012.json b/assets/minecraft/models/w1012.json new file mode 100644 index 000000000..316daf855 --- /dev/null +++ b/assets/minecraft/models/w1012.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,12.75,12.5,16]},"east":{"texture":"#0","uv":[9.25,13.5,12.5,16]},"north":{"texture":"#0","uv":[9,13.5,12.5,16]},"south":{"texture":"#0","uv":[9,13.5,12.5,16]},"up":{"texture":"#0","uv":[16,16,12.5,12.75]},"west":{"texture":"#0","uv":[9.25,13.5,12.5,16]}},"from":[-16,-16,-15.52],"shade":false,"to":[-10.4,-12,-10.320001]},{"faces":{"down":{"texture":"#0","uv":[16,16,12.5,12.75]},"east":{"texture":"#0","uv":[12.5,13.5,9.25,16]},"north":{"texture":"#0","uv":[12.5,13.5,9,16]},"south":{"texture":"#0","uv":[12.5,13.5,9,16]},"up":{"texture":"#0","uv":[16,12.75,12.5,16]},"west":{"texture":"#0","uv":[12.5,13.5,9.25,16]}},"from":[-15.84,-15.88,-15.56],"shade":false,"to":[-10.56,-12.08,-10.360001]},{"faces":{"down":{"texture":"#0","uv":[10.5,4.5,7.25,8.5]},"east":{"texture":"#0","uv":[0,8.5,4,10.75]},"north":{"texture":"#0","uv":[4,8.5,7.25,10.75]},"south":{"texture":"#0","uv":[11.25,8.5,14.5,10.75]},"up":{"texture":"#0","uv":[7.25,8.5,4,4.5]},"west":{"texture":"#0","uv":[7.25,8.5,11.25,10.75]}},"from":[-15.8,-15.8,-16],"shade":false,"to":[-10.6,-12.200001,-9.6]},{"faces":{"east":{"texture":"#0","uv":[15,2.75,11.5,4]},"west":{"texture":"#0","uv":[11.5,2.75,15,4]}},"from":[-13.2,-12.2,-16],"shade":false,"to":[-13.2,-10.2,-10.4]}],"overrides":[],"textures":{"0":"item/w537061449_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1013.json b/assets/minecraft/models/w1013.json new file mode 100644 index 000000000..48866dc60 --- /dev/null +++ b/assets/minecraft/models/w1013.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[10.5,2.75,11.5,4]},"west":{"texture":"#0","uv":[11.5,2.75,10.5,4]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14,-14.4]}],"overrides":[],"textures":{"0":"item/w537061449_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1014.json b/assets/minecraft/models/w1014.json new file mode 100644 index 000000000..cf301c29c --- /dev/null +++ b/assets/minecraft/models/w1014.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,5.5,2.5,6.5]},"east":{"texture":"#0","uv":[1,6.5,2,7]},"north":{"texture":"#0","uv":[2,6.5,2.5,7]},"south":{"texture":"#0","uv":[3.5,6.5,4,7]},"up":{"texture":"#0","uv":[2.5,6.5,2,5.5]},"west":{"texture":"#0","uv":[2.5,6.5,3.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-14.4]}],"overrides":[],"textures":{"0":"item/w537061449_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1015.json b/assets/minecraft/models/w1015.json new file mode 100644 index 000000000..af8b8397b --- /dev/null +++ b/assets/minecraft/models/w1015.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,5.5,3,6.5]},"east":{"texture":"#0","uv":[3.5,6.5,2.5,7]},"north":{"texture":"#0","uv":[2.5,6.5,2,7]},"south":{"texture":"#0","uv":[4,6.5,3.5,7]},"up":{"texture":"#0","uv":[2,6.5,2.5,5.5]},"west":{"texture":"#0","uv":[2,6.5,1,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-14.4]}],"overrides":[],"textures":{"0":"item/w537061449_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1016.json b/assets/minecraft/models/w1016.json new file mode 100644 index 000000000..f462b773f --- /dev/null +++ b/assets/minecraft/models/w1016.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.75,5,3.5,5.25]},"east":{"texture":"#0","uv":[3,5.25,2.75,5.5]},"north":{"texture":"#0","uv":[2.75,5.25,2,5.5]},"south":{"texture":"#0","uv":[3.75,5.25,3,5.5]},"up":{"texture":"#0","uv":[2,5.25,2.75,5]},"west":{"texture":"#0","uv":[2,5.25,1.75,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.68,-15.5199995,-15.6]}],"overrides":[],"textures":{"0":"item/w537061449_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1017.json b/assets/minecraft/models/w1017.json new file mode 100644 index 000000000..067c47cc6 --- /dev/null +++ b/assets/minecraft/models/w1017.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,5,2.75,5.25]},"east":{"texture":"#0","uv":[1.75,5.25,2,5.5]},"north":{"texture":"#0","uv":[2,5.25,2.75,5.5]},"south":{"texture":"#0","uv":[3,5.25,3.75,5.5]},"up":{"texture":"#0","uv":[2.75,5.25,2,5]},"west":{"texture":"#0","uv":[2.75,5.25,3,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.68,-15.5199995,-15.6]}],"overrides":[],"textures":{"0":"item/w537061449_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1018.json b/assets/minecraft/models/w1018.json new file mode 100644 index 000000000..56210b75d --- /dev/null +++ b/assets/minecraft/models/w1018.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,0,5.25,2.25]},"east":{"texture":"#0","uv":[0,2.25,2.25,4.5]},"north":{"texture":"#0","uv":[2.25,2.25,5.25,4.5]},"south":{"texture":"#0","uv":[7.5,2.25,10.5,4.5]},"up":{"texture":"#0","uv":[5.25,2.25,2.25,0]},"west":{"texture":"#0","uv":[5.25,2.25,7.5,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-12.4,-12.4]}],"overrides":[],"textures":{"0":"item/w537061449_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1019.json b/assets/minecraft/models/w1019.json new file mode 100644 index 000000000..b0c9830fb --- /dev/null +++ b/assets/minecraft/models/w1019.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.75,0,12.5,0.75]},"east":{"texture":"#0","uv":[10.5,0.75,11.25,1.5]},"north":{"texture":"#0","uv":[11.25,0.75,12.5,1.5]},"south":{"texture":"#0","uv":[13.25,0.75,14.5,1.5]},"up":{"texture":"#0","uv":[12.5,0.75,11.25,0]},"west":{"texture":"#0","uv":[12.5,0.75,13.25,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w537061449_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w102.json b/assets/minecraft/models/w102.json new file mode 100644 index 000000000..e1253a348 --- /dev/null +++ b/assets/minecraft/models/w102.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.125,2.5,10,3.25]},"east":{"texture":"#0","uv":[9.125,3.25,9.875,3.25]},"north":{"texture":"#0","uv":[9.875,3.25,10,3.25]},"south":{"texture":"#0","uv":[10.75,3.25,10.875,3.25]},"up":{"texture":"#0","uv":[10,3.25,9.875,2.5]},"west":{"texture":"#0","uv":[10,3.25,10.75,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-13.6]}],"overrides":[],"textures":{"0":"item/w1081588330_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1020.json b/assets/minecraft/models/w1020.json new file mode 100644 index 000000000..06066815f --- /dev/null +++ b/assets/minecraft/models/w1020.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.75,1.5,14,2.5]},"east":{"texture":"#0","uv":[13.75,2.5,12.75,2.75]},"north":{"texture":"#0","uv":[12.75,2.5,11.5,2.75]},"south":{"texture":"#0","uv":[15,2.5,13.75,2.75]},"up":{"texture":"#0","uv":[11.5,2.5,12.75,1.5]},"west":{"texture":"#0","uv":[11.5,2.5,10.5,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w537061449_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1021.json b/assets/minecraft/models/w1021.json new file mode 100644 index 000000000..3bc3e10f8 --- /dev/null +++ b/assets/minecraft/models/w1021.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,1.5,12.75,2.5]},"east":{"texture":"#0","uv":[10.5,2.5,11.5,2.75]},"north":{"texture":"#0","uv":[11.5,2.5,12.75,2.75]},"south":{"texture":"#0","uv":[13.75,2.5,15,2.75]},"up":{"texture":"#0","uv":[12.75,2.5,11.5,1.5]},"west":{"texture":"#0","uv":[12.75,2.5,13.75,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w537061449_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1022.json b/assets/minecraft/models/w1022.json new file mode 100644 index 000000000..7fcee98b2 --- /dev/null +++ b/assets/minecraft/models/w1022.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,5,5,7]},"east":{"texture":"#0","uv":[1,7,3,9]},"north":{"texture":"#0","uv":[3,7,5,9]},"south":{"texture":"#0","uv":[7,7,9,9]},"up":{"texture":"#0","uv":[5,7,3,5]},"west":{"texture":"#0","uv":[5,7,7,9]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w3029700_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1023.json b/assets/minecraft/models/w1023.json new file mode 100644 index 000000000..da2e924ba --- /dev/null +++ b/assets/minecraft/models/w1023.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,1,5,3]},"east":{"texture":"#0","uv":[1,3,3,5]},"north":{"texture":"#0","uv":[3,3,5,5]},"south":{"texture":"#0","uv":[7,3,9,5]},"up":{"texture":"#0","uv":[5,3,3,1]},"west":{"texture":"#0","uv":[5,3,7,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w3029700_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1024.json b/assets/minecraft/models/w1024.json new file mode 100644 index 000000000..6965e2d2a --- /dev/null +++ b/assets/minecraft/models/w1024.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,13,0,1]},"east":{"texture":"#0","uv":[13,1,1,0]},"north":{"texture":"#0","uv":[1,1,0,0]},"south":{"texture":"#0","uv":[1,14,0,13]},"up":{"texture":"#0","uv":[1,1,0,13]},"west":{"texture":"#0","uv":[1,1,13,0]}},"from":[-15.2,-15.6,-16],"shade":false,"to":[-14.8,-15.200001,-11.2]},{"faces":{"down":{"texture":"#0","uv":[7,1,5,3]},"east":{"texture":"#0","uv":[1,3,3,5]},"north":{"texture":"#0","uv":[3,3,5,5]},"south":{"texture":"#0","uv":[7,3,9,5]},"up":{"texture":"#0","uv":[5,3,3,1]},"west":{"texture":"#0","uv":[5,3,7,5]}},"from":[-14.8,-15.6,-11.6],"shade":false,"to":[-14,-14.8,-10.8]},{"faces":{"down":{"texture":"#0","uv":[7,5,5,7]},"east":{"texture":"#0","uv":[1,7,3,9]},"north":{"texture":"#0","uv":[3,7,5,9]},"south":{"texture":"#0","uv":[7,7,9,9]},"up":{"texture":"#0","uv":[5,7,3,5]},"west":{"texture":"#0","uv":[5,7,7,9]}},"from":[-16,-16,-11.6],"shade":false,"to":[-15.2,-15.2,-10.8]}],"overrides":[],"textures":{"0":"item/w3029700_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1025.json b/assets/minecraft/models/w1025.json new file mode 100644 index 000000000..a3cd22a5a --- /dev/null +++ b/assets/minecraft/models/w1025.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,2.5,2.5,3.5]},"east":{"texture":"#0","uv":[0.5,3.5,1.5,4.5]},"north":{"texture":"#0","uv":[1.5,3.5,2.5,4.5]},"south":{"texture":"#0","uv":[3.5,3.5,4.5,4.5]},"up":{"texture":"#0","uv":[2.5,3.5,1.5,2.5]},"west":{"texture":"#0","uv":[2.5,3.5,3.5,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w764061738_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1026.json b/assets/minecraft/models/w1026.json new file mode 100644 index 000000000..a4f60697f --- /dev/null +++ b/assets/minecraft/models/w1026.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,0.5,2.5,1.5]},"east":{"texture":"#0","uv":[0.5,1.5,1.5,2.5]},"north":{"texture":"#0","uv":[1.5,1.5,2.5,2.5]},"south":{"texture":"#0","uv":[3.5,1.5,4.5,2.5]},"up":{"texture":"#0","uv":[2.5,1.5,1.5,0.5]},"west":{"texture":"#0","uv":[2.5,1.5,3.5,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w764061738_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1027.json b/assets/minecraft/models/w1027.json new file mode 100644 index 000000000..922947210 --- /dev/null +++ b/assets/minecraft/models/w1027.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,6.5,0,0.5]},"east":{"texture":"#0","uv":[6.5,0.5,0.5,0]},"north":{"texture":"#0","uv":[0.5,0.5,0,0]},"south":{"texture":"#0","uv":[0.5,7,0,6.5]},"up":{"texture":"#0","uv":[0.5,0.5,0,6.5]},"west":{"texture":"#0","uv":[0.5,0.5,6.5,0]}},"from":[-15.2,-15.6,-16],"shade":false,"to":[-14.8,-15.200001,-11.2]},{"faces":{"down":{"texture":"#0","uv":[3.5,0.5,2.5,1.5]},"east":{"texture":"#0","uv":[0.5,1.5,1.5,2.5]},"north":{"texture":"#0","uv":[1.5,1.5,2.5,2.5]},"south":{"texture":"#0","uv":[3.5,1.5,4.5,2.5]},"up":{"texture":"#0","uv":[2.5,1.5,1.5,0.5]},"west":{"texture":"#0","uv":[2.5,1.5,3.5,2.5]}},"from":[-14.8,-15.6,-11.6],"shade":false,"to":[-14,-14.8,-10.8]},{"faces":{"down":{"texture":"#0","uv":[3.5,2.5,2.5,3.5]},"east":{"texture":"#0","uv":[0.5,3.5,1.5,4.5]},"north":{"texture":"#0","uv":[1.5,3.5,2.5,4.5]},"south":{"texture":"#0","uv":[3.5,3.5,4.5,4.5]},"up":{"texture":"#0","uv":[2.5,3.5,1.5,2.5]},"west":{"texture":"#0","uv":[2.5,3.5,3.5,4.5]}},"from":[-16,-16,-11.6],"shade":false,"to":[-15.2,-15.2,-10.8]}],"overrides":[],"textures":{"0":"item/w764061738_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1028.json b/assets/minecraft/models/w1028.json new file mode 100644 index 000000000..a896fc29c --- /dev/null +++ b/assets/minecraft/models/w1028.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,1,10,4]},"east":{"texture":"#0","uv":[13,3,16,4]},"north":{"texture":"#0","uv":[13,2,16,3]},"south":{"texture":"#0","uv":[13,4,16,5]},"up":{"texture":"#0","uv":[10,4,7,1]},"west":{"texture":"#0","uv":[13,1,16,2]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w764061738_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1029.json b/assets/minecraft/models/w1029.json new file mode 100644 index 000000000..b5a90bd63 --- /dev/null +++ b/assets/minecraft/models/w1029.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,8.5,4,12.5]},"east":{"texture":"#0","uv":[8,8,12,11]},"north":{"texture":"#0","uv":[8,5,12,8]},"south":{"texture":"#0","uv":[12,5,16,8]},"up":{"texture":"#0","uv":[8,8.5,4,4.5]},"west":{"texture":"#0","uv":[12,8,16,11]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.6,-12.8]}],"overrides":[],"textures":{"0":"item/w764061738_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w103.json b/assets/minecraft/models/w103.json new file mode 100644 index 000000000..e1253a348 --- /dev/null +++ b/assets/minecraft/models/w103.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.125,2.5,10,3.25]},"east":{"texture":"#0","uv":[9.125,3.25,9.875,3.25]},"north":{"texture":"#0","uv":[9.875,3.25,10,3.25]},"south":{"texture":"#0","uv":[10.75,3.25,10.875,3.25]},"up":{"texture":"#0","uv":[10,3.25,9.875,2.5]},"west":{"texture":"#0","uv":[10,3.25,10.75,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-13.6]}],"overrides":[],"textures":{"0":"item/w1081588330_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1030.json b/assets/minecraft/models/w1030.json new file mode 100644 index 000000000..6e976c706 --- /dev/null +++ b/assets/minecraft/models/w1030.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,12,13,12]},"east":{"texture":"#0","uv":[12.5,12,12.5,12.5]},"north":{"texture":"#0","uv":[12.5,12,13,12.5]},"south":{"texture":"#0","uv":[13,12,13.5,12.5]},"up":{"texture":"#0","uv":[13,12,12.5,12]},"west":{"texture":"#0","uv":[13,12,13,12.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-16]}],"overrides":[],"textures":{"0":"item/w764061738_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1031.json b/assets/minecraft/models/w1031.json new file mode 100644 index 000000000..469de8807 --- /dev/null +++ b/assets/minecraft/models/w1031.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,12,13.5,12]},"east":{"texture":"#0","uv":[13,12,13,12.5]},"north":{"texture":"#0","uv":[13,12,12.5,12.5]},"south":{"texture":"#0","uv":[13.5,12,13,12.5]},"up":{"texture":"#0","uv":[12.5,12,13,12]},"west":{"texture":"#0","uv":[12.5,12,12.5,12.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-16]}],"overrides":[],"textures":{"0":"item/w764061738_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1032.json b/assets/minecraft/models/w1032.json new file mode 100644 index 000000000..b7e7f051a --- /dev/null +++ b/assets/minecraft/models/w1032.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,5,2,6]},"east":{"texture":"#0","uv":[0,6,1,8]},"north":{"texture":"#0","uv":[1,6,2,8]},"south":{"texture":"#0","uv":[3,6,4,8]},"up":{"texture":"#0","uv":[2,6,1,5]},"west":{"texture":"#0","uv":[2,6,3,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1561875110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1033.json b/assets/minecraft/models/w1033.json new file mode 100644 index 000000000..c1a82969e --- /dev/null +++ b/assets/minecraft/models/w1033.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,0,2,4]},"south":{"texture":"#0","uv":[2,0,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1561875110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1034.json b/assets/minecraft/models/w1034.json new file mode 100644 index 000000000..e5a540074 --- /dev/null +++ b/assets/minecraft/models/w1034.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,0,4,4]},"south":{"texture":"#0","uv":[4,0,2,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1561875110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1035.json b/assets/minecraft/models/w1035.json new file mode 100644 index 000000000..299ec369b --- /dev/null +++ b/assets/minecraft/models/w1035.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,5,2,6]},"east":{"texture":"#0","uv":[0,6,1,8]},"north":{"texture":"#0","uv":[1,6,2,8]},"south":{"texture":"#0","uv":[3,6,4,8]},"up":{"texture":"#0","uv":[2,6,1,5]},"west":{"texture":"#0","uv":[2,6,3,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1561924034_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1036.json b/assets/minecraft/models/w1036.json new file mode 100644 index 000000000..95e1cadd9 --- /dev/null +++ b/assets/minecraft/models/w1036.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,0,2,4]},"south":{"texture":"#0","uv":[2,0,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1561924034_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1037.json b/assets/minecraft/models/w1037.json new file mode 100644 index 000000000..7b483350f --- /dev/null +++ b/assets/minecraft/models/w1037.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,0,4,4]},"south":{"texture":"#0","uv":[4,0,2,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1561924034_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1038.json b/assets/minecraft/models/w1038.json new file mode 100644 index 000000000..e3ca2b01e --- /dev/null +++ b/assets/minecraft/models/w1038.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,5,2,6]},"east":{"texture":"#0","uv":[0,6,1,8]},"north":{"texture":"#0","uv":[1,6,2,8]},"south":{"texture":"#0","uv":[3,6,4,8]},"up":{"texture":"#0","uv":[2,6,1,5]},"west":{"texture":"#0","uv":[2,6,3,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1177361329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1039.json b/assets/minecraft/models/w1039.json new file mode 100644 index 000000000..4669c5ccb --- /dev/null +++ b/assets/minecraft/models/w1039.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,0,2,4]},"south":{"texture":"#0","uv":[2,0,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1177361329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w104.json b/assets/minecraft/models/w104.json new file mode 100644 index 000000000..2442564bf --- /dev/null +++ b/assets/minecraft/models/w104.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.125,2.75,10,3.25]},"east":{"texture":"#0","uv":[9.375,3.25,9.875,3.25]},"north":{"texture":"#0","uv":[9.875,3.25,10,3.25]},"south":{"texture":"#0","uv":[10.5,3.25,10.625,3.25]},"up":{"texture":"#0","uv":[10,3.25,9.875,2.75]},"west":{"texture":"#0","uv":[10,3.25,10.5,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1081588330_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1040.json b/assets/minecraft/models/w1040.json new file mode 100644 index 000000000..1421bbdc8 --- /dev/null +++ b/assets/minecraft/models/w1040.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,0,4,4]},"south":{"texture":"#0","uv":[4,0,2,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1177361329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1041.json b/assets/minecraft/models/w1041.json new file mode 100644 index 000000000..dccb87009 --- /dev/null +++ b/assets/minecraft/models/w1041.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,5,2,6]},"east":{"texture":"#0","uv":[0,6,1,8]},"north":{"texture":"#0","uv":[1,6,2,8]},"south":{"texture":"#0","uv":[3,6,4,8]},"up":{"texture":"#0","uv":[2,6,1,5]},"west":{"texture":"#0","uv":[2,6,3,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1562023897_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1042.json b/assets/minecraft/models/w1042.json new file mode 100644 index 000000000..2818b2b7b --- /dev/null +++ b/assets/minecraft/models/w1042.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,0,2,4]},"south":{"texture":"#0","uv":[2,0,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1562023897_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1043.json b/assets/minecraft/models/w1043.json new file mode 100644 index 000000000..ae607f651 --- /dev/null +++ b/assets/minecraft/models/w1043.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,0,4,4]},"south":{"texture":"#0","uv":[4,0,2,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1562023897_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1044.json b/assets/minecraft/models/w1044.json new file mode 100644 index 000000000..c03bd9798 --- /dev/null +++ b/assets/minecraft/models/w1044.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,5,2,6]},"east":{"texture":"#0","uv":[0,6,1,8]},"north":{"texture":"#0","uv":[1,6,2,8]},"south":{"texture":"#0","uv":[3,6,4,8]},"up":{"texture":"#0","uv":[2,6,1,5]},"west":{"texture":"#0","uv":[2,6,3,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1182507559_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1045.json b/assets/minecraft/models/w1045.json new file mode 100644 index 000000000..f874c224f --- /dev/null +++ b/assets/minecraft/models/w1045.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,0,2,4]},"south":{"texture":"#0","uv":[2,0,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1182507559_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1046.json b/assets/minecraft/models/w1046.json new file mode 100644 index 000000000..565217b0f --- /dev/null +++ b/assets/minecraft/models/w1046.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,0,4,4]},"south":{"texture":"#0","uv":[4,0,2,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1182507559_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1047.json b/assets/minecraft/models/w1047.json new file mode 100644 index 000000000..03119e44d --- /dev/null +++ b/assets/minecraft/models/w1047.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,5,2,6]},"east":{"texture":"#0","uv":[0,6,1,8]},"north":{"texture":"#0","uv":[1,6,2,8]},"south":{"texture":"#0","uv":[3,6,4,8]},"up":{"texture":"#0","uv":[2,6,1,5]},"west":{"texture":"#0","uv":[2,6,3,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1545223062_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1048.json b/assets/minecraft/models/w1048.json new file mode 100644 index 000000000..d2a6ebe6e --- /dev/null +++ b/assets/minecraft/models/w1048.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,0,2,4]},"south":{"texture":"#0","uv":[2,0,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1545223062_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1049.json b/assets/minecraft/models/w1049.json new file mode 100644 index 000000000..7dda43150 --- /dev/null +++ b/assets/minecraft/models/w1049.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,0,4,4]},"south":{"texture":"#0","uv":[4,0,2,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1545223062_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w105.json b/assets/minecraft/models/w105.json new file mode 100644 index 000000000..2442564bf --- /dev/null +++ b/assets/minecraft/models/w105.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.125,2.75,10,3.25]},"east":{"texture":"#0","uv":[9.375,3.25,9.875,3.25]},"north":{"texture":"#0","uv":[9.875,3.25,10,3.25]},"south":{"texture":"#0","uv":[10.5,3.25,10.625,3.25]},"up":{"texture":"#0","uv":[10,3.25,9.875,2.75]},"west":{"texture":"#0","uv":[10,3.25,10.5,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1081588330_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1050.json b/assets/minecraft/models/w1050.json new file mode 100644 index 000000000..30dab7c99 --- /dev/null +++ b/assets/minecraft/models/w1050.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,5,2,6]},"east":{"texture":"#0","uv":[0,6,1,8]},"north":{"texture":"#0","uv":[1,6,2,8]},"south":{"texture":"#0","uv":[3,6,4,8]},"up":{"texture":"#0","uv":[2,6,1,5]},"west":{"texture":"#0","uv":[2,6,3,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1192751965_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1051.json b/assets/minecraft/models/w1051.json new file mode 100644 index 000000000..2019d0c5b --- /dev/null +++ b/assets/minecraft/models/w1051.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,0,2,4]},"south":{"texture":"#0","uv":[2,0,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1192751965_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1052.json b/assets/minecraft/models/w1052.json new file mode 100644 index 000000000..93f706a0e --- /dev/null +++ b/assets/minecraft/models/w1052.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,0,4,4]},"south":{"texture":"#0","uv":[4,0,2,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1192751965_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1053.json b/assets/minecraft/models/w1053.json new file mode 100644 index 000000000..a30a1649a --- /dev/null +++ b/assets/minecraft/models/w1053.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,5,0,10]},"east":{"texture":"#0","uv":[5,0,10,3]},"north":{"texture":"#0","uv":[5,0,10,3]},"south":{"texture":"#0","uv":[5,0,10,3]},"up":{"texture":"#0","uv":[5,5,0,0]},"west":{"texture":"#0","uv":[5,0,10,3]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-13.6,-12]}],"overrides":[],"textures":{"0":"item/w3045944_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1054.json b/assets/minecraft/models/w1054.json new file mode 100644 index 000000000..2f91f22ec --- /dev/null +++ b/assets/minecraft/models/w1054.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[9.28125,3.78125,9.03125,3.96875]},"east":{"texture":"#1","uv":[8.59375,3.96875,8.78125,4.09375]},"north":{"texture":"#1","uv":[8.78125,3.96875,9.03125,4.09375]},"south":{"texture":"#1","uv":[9.03125,3.96875,8.78125,4.09375]},"up":{"texture":"#1","uv":[9.03125,3.96875,8.78125,3.78125]},"west":{"texture":"#1","uv":[9.03125,3.96875,9.21875,4.09375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14.4,-13.514063]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1055.json b/assets/minecraft/models/w1055.json new file mode 100644 index 000000000..858295402 --- /dev/null +++ b/assets/minecraft/models/w1055.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[8.46875,10.15625,8.1875,10.53125]},"east":{"texture":"#1","uv":[7.53125,10.53125,7.90625,10.71875]},"north":{"texture":"#1","uv":[7.90625,10.53125,8.1875,10.71875]},"south":{"texture":"#1","uv":[8.1875,10.53125,7.90625,10.71875]},"up":{"texture":"#1","uv":[8.1875,10.53125,7.90625,10.15625]},"west":{"texture":"#1","uv":[8.1875,10.53125,8.5625,10.71875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-13.6,-11.2]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1056.json b/assets/minecraft/models/w1056.json new file mode 100644 index 000000000..d6ee5f68e --- /dev/null +++ b/assets/minecraft/models/w1056.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0,0.03125,0.03125,0]},"east":{"texture":"#1","uv":[10.09375,7.53125,9.59375,8.3125]},"north":{"texture":"#1","uv":[9.59375,7.53125,10.09375,8.3125]},"south":{"texture":"#1","uv":[9.59375,7.53125,10.09375,8.3125]},"up":{"texture":"#1","uv":[9.09375,7.53125,8.59375,7.03125]},"west":{"texture":"#1","uv":[9.09375,7.53125,9.59375,8.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-6,-9.6]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1057.json b/assets/minecraft/models/w1057.json new file mode 100644 index 000000000..4c330ce36 --- /dev/null +++ b/assets/minecraft/models/w1057.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[10.84375,4.53125,10.53125,5.03125]},"east":{"texture":"#1","uv":[9.71875,5.03125,10.21875,5.34375]},"north":{"texture":"#1","uv":[10.21875,5.03125,10.53125,5.34375]},"south":{"texture":"#1","uv":[11.03125,5.03125,11.34375,5.34375]},"up":{"texture":"#1","uv":[10.53125,5.03125,10.21875,4.53125]},"west":{"texture":"#1","uv":[10.53125,5.03125,11.03125,5.34375]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-12,-9.6]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1058.json b/assets/minecraft/models/w1058.json new file mode 100644 index 000000000..3ef0c4aac --- /dev/null +++ b/assets/minecraft/models/w1058.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[11.03125,8.25,10.84375,8.625]},"east":{"texture":"#1","uv":[10.28125,8.625,10.65625,8.9375]},"north":{"texture":"#1","uv":[10.65625,8.625,10.84375,8.9375]},"south":{"texture":"#1","uv":[11.21875,8.625,11.40625,8.9375]},"up":{"texture":"#1","uv":[10.84375,8.625,10.65625,8.25]},"west":{"texture":"#1","uv":[10.84375,8.625,11.21875,8.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12,-11.2]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1059.json b/assets/minecraft/models/w1059.json new file mode 100644 index 000000000..09e936911 --- /dev/null +++ b/assets/minecraft/models/w1059.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[5.6875,8.1875,5.1875,8.6875]},"east":{"texture":"#1","uv":[4.1875,8.6875,4.6875,9.34375]},"north":{"texture":"#1","uv":[4.6875,8.6875,5.1875,9.34375]},"south":{"texture":"#1","uv":[5.6875,8.6875,6.1875,9.34375]},"up":{"texture":"#1","uv":[5.1875,8.6875,4.6875,8.1875]},"west":{"texture":"#1","uv":[5.1875,8.6875,5.6875,9.34375]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-7.6000004,-9.6]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w106.json b/assets/minecraft/models/w106.json new file mode 100644 index 000000000..2442564bf --- /dev/null +++ b/assets/minecraft/models/w106.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.125,2.75,10,3.25]},"east":{"texture":"#0","uv":[9.375,3.25,9.875,3.25]},"north":{"texture":"#0","uv":[9.875,3.25,10,3.25]},"south":{"texture":"#0","uv":[10.5,3.25,10.625,3.25]},"up":{"texture":"#0","uv":[10,3.25,9.875,2.75]},"west":{"texture":"#0","uv":[10,3.25,10.5,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1081588330_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1060.json b/assets/minecraft/models/w1060.json new file mode 100644 index 000000000..78be8ad7b --- /dev/null +++ b/assets/minecraft/models/w1060.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0,0.03125,0.03125,0]},"east":{"texture":"#1","uv":[6.5625,5.875,6.9375,6.25]},"north":{"texture":"#1","uv":[6.9375,5.875,7.3125,6.25]},"south":{"texture":"#1","uv":[7.6875,5.875,8.0625,6.25]},"up":{"texture":"#1","uv":[7.3125,5.875,6.9375,5.5]},"west":{"texture":"#1","uv":[7.3125,5.875,7.6875,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-11.2]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1061.json b/assets/minecraft/models/w1061.json new file mode 100644 index 000000000..e3a41fce1 --- /dev/null +++ b/assets/minecraft/models/w1061.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0,0.03125,0.03125,0]},"east":{"texture":"#1","uv":[8.875,10.46875,9.1875,10.78125]},"north":{"texture":"#1","uv":[9.1875,10.46875,9.5,10.78125]},"south":{"texture":"#1","uv":[9.8125,10.46875,10.125,10.78125]},"up":{"texture":"#1","uv":[9.5,10.46875,9.1875,10.15625]},"west":{"texture":"#1","uv":[9.1875,10.46875,8.875,10.78125]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-12,-12]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1062.json b/assets/minecraft/models/w1062.json new file mode 100644 index 000000000..0efe79bbf --- /dev/null +++ b/assets/minecraft/models/w1062.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[11.09375,10.15625,10.78125,10.46875]},"east":{"texture":"#1","uv":[10.15625,10.46875,10.46875,10.78125]},"north":{"texture":"#1","uv":[10.46875,10.46875,10.78125,10.78125]},"south":{"texture":"#1","uv":[11.09375,10.46875,11.40625,10.78125]},"up":{"texture":"#1","uv":[10.78125,10.46875,10.46875,10.15625]},"west":{"texture":"#1","uv":[10.78125,10.46875,11.09375,10.78125]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-12,-12]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1063.json b/assets/minecraft/models/w1063.json new file mode 100644 index 000000000..071c189a1 --- /dev/null +++ b/assets/minecraft/models/w1063.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[5.34375,10.875,5.09375,11.125]},"east":{"texture":"#1","uv":[4.59375,11.125,4.84375,11.3125]},"north":{"texture":"#1","uv":[4.84375,11.125,5.09375,11.3125]},"south":{"texture":"#1","uv":[5.34375,11.125,5.59375,11.3125]},"up":{"texture":"#1","uv":[5.09375,11.125,4.84375,10.875]},"west":{"texture":"#1","uv":[5.09375,11.125,5.34375,11.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.6,-12.8]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1064.json b/assets/minecraft/models/w1064.json new file mode 100644 index 000000000..10d1f7ca7 --- /dev/null +++ b/assets/minecraft/models/w1064.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0,0.03125,0.03125,0]},"east":{"texture":"#1","uv":[0,12.03125,0.3125,12.21875]},"north":{"texture":"#1","uv":[0.4375,11.71875,0.65625,11.90625]},"south":{"texture":"#1","uv":[0,12.21875,0.21875,12.40625]},"up":{"texture":"#1","uv":[0.21875,12.03125,0,11.71875]},"west":{"texture":"#1","uv":[0.3125,12.03125,0.625,12.21875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.6,-12]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1065.json b/assets/minecraft/models/w1065.json new file mode 100644 index 000000000..c9a09e354 --- /dev/null +++ b/assets/minecraft/models/w1065.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0,0.03125,0.03125,0]},"east":{"texture":"#1","uv":[9.59375,11.375,9.8125,11.5625]},"north":{"texture":"#1","uv":[9.8125,11.375,10.03125,11.5625]},"south":{"texture":"#1","uv":[10.25,11.375,10.46875,11.5625]},"up":{"texture":"#1","uv":[10.03125,11.375,9.8125,11.15625]},"west":{"texture":"#1","uv":[10.03125,11.375,10.25,11.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.6,-13.2]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1066.json b/assets/minecraft/models/w1066.json new file mode 100644 index 000000000..01897bd98 --- /dev/null +++ b/assets/minecraft/models/w1066.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[2.46875,11.03125,2.25,11.25]},"east":{"texture":"#1","uv":[1.8125,11.25,2.03125,11.4375]},"north":{"texture":"#1","uv":[2.03125,11.25,2.25,11.4375]},"south":{"texture":"#1","uv":[2.46875,11.25,2.6875,11.4375]},"up":{"texture":"#1","uv":[2.25,11.25,2.03125,11.03125]},"west":{"texture":"#1","uv":[2.25,11.25,2.46875,11.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.6,-13.2]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1067.json b/assets/minecraft/models/w1067.json new file mode 100644 index 000000000..18263d0e2 --- /dev/null +++ b/assets/minecraft/models/w1067.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0,0.03125,0.03125,0]},"east":{"texture":"#1","uv":[0.90625,11.25,1.125,11.4375]},"north":{"texture":"#1","uv":[1.125,11.25,1.34375,11.4375]},"south":{"texture":"#1","uv":[1.5625,11.25,1.78125,11.4375]},"up":{"texture":"#1","uv":[1.34375,11.25,1.125,11.03125]},"west":{"texture":"#1","uv":[1.34375,11.25,1.5625,11.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.6,-13.2]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1068.json b/assets/minecraft/models/w1068.json new file mode 100644 index 000000000..8ed6f4e83 --- /dev/null +++ b/assets/minecraft/models/w1068.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0,0.03125,0.03125,0]},"east":{"texture":"#1","uv":[3.4375,10.46875,3.8125,10.84375]},"north":{"texture":"#1","uv":[3.8125,10.46875,4.1875,10.84375]},"south":{"texture":"#1","uv":[4.5625,10.46875,4.9375,10.84375]},"up":{"texture":"#1","uv":[4.1875,10.46875,3.8125,10.09375]},"west":{"texture":"#1","uv":[4.1875,10.46875,4.5625,10.84375]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-11.2]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1069.json b/assets/minecraft/models/w1069.json new file mode 100644 index 000000000..f8e2c95f2 --- /dev/null +++ b/assets/minecraft/models/w1069.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0,0.03125,0.03125,0]},"east":{"texture":"#1","uv":[8.09375,6,8.59375,7]},"north":{"texture":"#1","uv":[8.59375,6,9.09375,7]},"south":{"texture":"#1","uv":[9.59375,6,10.09375,7]},"up":{"texture":"#1","uv":[9.09375,6,8.59375,5.5]},"west":{"texture":"#1","uv":[9.09375,6,9.59375,7]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-3.1999998,-9.6]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w107.json b/assets/minecraft/models/w107.json new file mode 100644 index 000000000..56cbc54e3 --- /dev/null +++ b/assets/minecraft/models/w107.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[8.125,8.3125,8.625,9.0625]},"north":{"texture":"#0","uv":[8.625,8.3125,8.875,9.0625]},"south":{"texture":"#0","uv":[9.375,8.3125,9.625,9.0625]},"up":{"texture":"#0","uv":[8.875,8.3125,8.625,7.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-12.8]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1070.json b/assets/minecraft/models/w1070.json new file mode 100644 index 000000000..644808bb5 --- /dev/null +++ b/assets/minecraft/models/w1070.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[9.59375,5.5,9.09375,6]},"east":{"texture":"#1","uv":[8.09375,6,8.59375,7]},"north":{"texture":"#1","uv":[8.59375,6,9.09375,7]},"south":{"texture":"#1","uv":[9.59375,6,10.09375,7]},"up":{"texture":"#1","uv":[9.09375,6,8.59375,5.5]},"west":{"texture":"#1","uv":[9.09375,6,9.59375,7]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-3.1999998,-9.6]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1071.json b/assets/minecraft/models/w1071.json new file mode 100644 index 000000000..23c8c624f --- /dev/null +++ b/assets/minecraft/models/w1071.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0,0.03125,0.03125,0]},"east":{"texture":"#1","uv":[0,7.0625,0.5,8.3125]},"north":{"texture":"#1","uv":[0.5,7.0625,1,8.3125]},"south":{"texture":"#1","uv":[1.5,7.0625,2,8.3125]},"up":{"texture":"#1","uv":[1,7.0625,0.5,6.5625]},"west":{"texture":"#1","uv":[1,7.0625,1.5,8.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,0,-9.6]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1072.json b/assets/minecraft/models/w1072.json new file mode 100644 index 000000000..edfedac12 --- /dev/null +++ b/assets/minecraft/models/w1072.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0,0.03125,0.03125,0]},"east":{"texture":"#1","uv":[1.5,7.0625,1,8.3125]},"north":{"texture":"#1","uv":[1,7.0625,0.5,8.3125]},"south":{"texture":"#1","uv":[2,7.0625,1.5,8.3125]},"up":{"texture":"#1","uv":[0.5,7.0625,1,6.5625]},"west":{"texture":"#1","uv":[0.5,7.0625,0,8.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,0,-9.6]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1073.json b/assets/minecraft/models/w1073.json new file mode 100644 index 000000000..118a17708 --- /dev/null +++ b/assets/minecraft/models/w1073.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0,0.03125,0.03125,0]},"east":{"texture":"#1","uv":[7.0625,6.90625,7.5625,8.15625]},"north":{"texture":"#1","uv":[7.0625,6.90625,7.5625,8.15625]},"south":{"texture":"#1","uv":[7.5625,6.90625,8.0625,8.15625]},"up":{"texture":"#1","uv":[7.0625,6.90625,6.5625,6.40625]},"west":{"texture":"#1","uv":[7.0625,6.90625,7.5625,8.15625]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,0,-9.6]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1074.json b/assets/minecraft/models/w1074.json new file mode 100644 index 000000000..6f5e06d0a --- /dev/null +++ b/assets/minecraft/models/w1074.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0,0.03125,0.03125,0]},"east":{"texture":"#1","uv":[4.03125,3.34375,5.03125,4.34375]},"north":{"texture":"#1","uv":[5.03125,3.34375,5.28125,4.34375]},"south":{"texture":"#1","uv":[6.28125,3.34375,6.53125,4.34375]},"up":{"texture":"#1","uv":[5.28125,3.34375,5.03125,2.34375]},"west":{"texture":"#1","uv":[5.28125,3.34375,6.28125,4.34375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-3.1999998,-3.1999998]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1075.json b/assets/minecraft/models/w1075.json new file mode 100644 index 000000000..169b7ecd5 --- /dev/null +++ b/assets/minecraft/models/w1075.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[3.34375,11.21875,3.09375,11.34375]},"east":{"texture":"#1","uv":[2.71875,11.34375,2.84375,11.53125]},"north":{"texture":"#1","uv":[2.84375,11.34375,3.09375,11.53125]},"south":{"texture":"#1","uv":[3.21875,11.34375,3.46875,11.53125]},"up":{"texture":"#1","uv":[3.09375,11.34375,2.84375,11.21875]},"west":{"texture":"#1","uv":[3.09375,11.34375,3.21875,11.53125]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.6,-14.4]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1076.json b/assets/minecraft/models/w1076.json new file mode 100644 index 000000000..d1adf991c --- /dev/null +++ b/assets/minecraft/models/w1076.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[1.84375,10.625,1.59375,10.6875]},"east":{"texture":"#1","uv":[1.28125,10.6875,1.34375,10.96875]},"north":{"texture":"#1","uv":[1.34375,10.6875,1.59375,10.96875]},"south":{"texture":"#1","uv":[1.65625,10.6875,1.90625,10.96875]},"up":{"texture":"#1","uv":[1.59375,10.6875,1.34375,10.625]},"west":{"texture":"#1","uv":[1.59375,10.6875,1.65625,10.96875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.4,-15.2]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1077.json b/assets/minecraft/models/w1077.json new file mode 100644 index 000000000..84d5d3642 --- /dev/null +++ b/assets/minecraft/models/w1077.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0,0.03125,0.03125,0]},"east":{"texture":"#1","uv":[4.96875,10.5625,5.375,10.84375]},"north":{"texture":"#1","uv":[5.375,10.5625,5.625,10.84375]},"south":{"texture":"#1","uv":[6.03125,10.5625,6.28125,10.84375]},"up":{"texture":"#1","uv":[5.625,10.5625,5.375,10.15625]},"west":{"texture":"#1","uv":[5.625,10.5625,6.03125,10.84375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.4,-10.8]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1078.json b/assets/minecraft/models/w1078.json new file mode 100644 index 000000000..036c25250 --- /dev/null +++ b/assets/minecraft/models/w1078.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[11.59375,3,11.34375,3.34375]},"east":{"texture":"#1","uv":[10.75,3.34375,11.09375,3.5625]},"north":{"texture":"#1","uv":[11.09375,3.34375,11.34375,3.5625]},"south":{"texture":"#1","uv":[11.6875,3.34375,11.9375,3.5625]},"up":{"texture":"#1","uv":[11.34375,3.34375,11.09375,3]},"west":{"texture":"#1","uv":[11.34375,3.34375,11.6875,3.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.2,-11.6]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1079.json b/assets/minecraft/models/w1079.json new file mode 100644 index 000000000..21ffb475a --- /dev/null +++ b/assets/minecraft/models/w1079.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0,0.03125,0.03125,0]},"east":{"texture":"#1","uv":[2.6875,0.34375,3.6875,1.28125]},"north":{"texture":"#1","uv":[2.5,3.25,2.75,4.1875]},"south":{"texture":"#1","uv":[2.75,3.25,3,4.1875]},"up":{"texture":"#1","uv":[1.25,4.25,1,3.25]},"west":{"texture":"#1","uv":[0,3.25,1,4.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-4,-3.1999998]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w108.json b/assets/minecraft/models/w108.json new file mode 100644 index 000000000..6ce28ff87 --- /dev/null +++ b/assets/minecraft/models/w108.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[5.375,8.4375,5.625,9.1875]},"south":{"texture":"#0","uv":[6.125,8.4375,6.375,9.1875]},"up":{"texture":"#0","uv":[5.625,8.4375,5.375,7.9375]},"west":{"texture":"#0","uv":[5.625,8.4375,6.125,9.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-12.8]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1080.json b/assets/minecraft/models/w1080.json new file mode 100644 index 000000000..32fa8e353 --- /dev/null +++ b/assets/minecraft/models/w1080.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0.375,0.875,0.03125,1.375]},"east":{"texture":"#1","uv":[0.03125,0.03125,0.53125,0.375]},"north":{"texture":"#1","uv":[1.03125,0.03125,1.375,0.375]},"south":{"texture":"#1","uv":[2.5,0,2.84375,0.34375]},"up":{"texture":"#1","uv":[0.375,0.875,0.03125,0.375]},"west":{"texture":"#1","uv":[0.53125,0.03125,1.03125,0.375]}},"from":[-16,-16,-16],"shade":false,"to":[-11.6,-11.6,-9.6]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1081.json b/assets/minecraft/models/w1081.json new file mode 100644 index 000000000..ae594281b --- /dev/null +++ b/assets/minecraft/models/w1081.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[2.8125,10.0625,2.71875,10.65625]},"east":{"texture":"#1","uv":[2.03125,10.65625,2.625,11]},"north":{"texture":"#1","uv":[2.625,10.65625,2.71875,11]},"south":{"texture":"#1","uv":[2.71875,10.65625,2.625,11]},"up":{"texture":"#1","uv":[2.71875,10.65625,2.625,10.0625]},"west":{"texture":"#1","uv":[2.71875,10.65625,3.3125,11]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-11.6,-8.4]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1082.json b/assets/minecraft/models/w1082.json new file mode 100644 index 000000000..d2620c381 --- /dev/null +++ b/assets/minecraft/models/w1082.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0,0.03125,0.03125,0]},"east":{"texture":"#1","uv":[2.84375,0,3.46875,0.3125]},"north":{"texture":"#1","uv":[3.5,1.28125,3.84375,1.59375]},"south":{"texture":"#1","uv":[3.5,1.59375,3.84375,1.90625]},"up":{"texture":"#1","uv":[3.34375,3.875,3,3.25]},"west":{"texture":"#1","uv":[3.46875,0,4.09375,0.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-11.6,-12,-8]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1083.json b/assets/minecraft/models/w1083.json new file mode 100644 index 000000000..af6132bb6 --- /dev/null +++ b/assets/minecraft/models/w1083.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0,0.03125,0.03125,0]},"east":{"texture":"#1","uv":[10.5,11.375,10.71875,11.5625]},"north":{"texture":"#1","uv":[10.71875,11.375,10.9375,11.5625]},"south":{"texture":"#1","uv":[10.9375,11.375,10.71875,11.5625]},"up":{"texture":"#1","uv":[10.9375,11.375,10.71875,11.15625]},"west":{"texture":"#1","uv":[10.9375,11.375,11.15625,11.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.6,-13.2]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1084.json b/assets/minecraft/models/w1084.json new file mode 100644 index 000000000..2172dc178 --- /dev/null +++ b/assets/minecraft/models/w1084.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[10.625,1.5625,9.46875,1.8125]},"east":{"texture":"#1","uv":[8.0625,1.8125,8.3125,2.1875]},"north":{"texture":"#1","uv":[8.3125,1.8125,9.46875,2.1875]},"south":{"texture":"#1","uv":[9.46875,1.8125,8.3125,2.1875]},"up":{"texture":"#1","uv":[9.46875,1.8125,8.3125,1.5625]},"west":{"texture":"#1","uv":[9.46875,1.8125,9.71875,2.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-1.1999998,-11.2,-12.8]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1085.json b/assets/minecraft/models/w1085.json new file mode 100644 index 000000000..5167e2233 --- /dev/null +++ b/assets/minecraft/models/w1085.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[9.3125,10.8125,9.0625,11.0625]},"east":{"texture":"#1","uv":[8.5625,11.0625,8.8125,11.40625]},"north":{"texture":"#1","uv":[8.8125,11.0625,9.0625,11.40625]},"south":{"texture":"#1","uv":[9.0625,11.0625,8.8125,11.40625]},"up":{"texture":"#1","uv":[9.0625,11.0625,8.8125,10.8125]},"west":{"texture":"#1","uv":[9.0625,11.0625,9.3125,11.40625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.7125,-11.473437,-12.8]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1086.json b/assets/minecraft/models/w1086.json new file mode 100644 index 000000000..9035a0834 --- /dev/null +++ b/assets/minecraft/models/w1086.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[10.46875,3,9.65625,3.25]},"east":{"texture":"#1","uv":[8.59375,3.25,8.84375,3.75]},"north":{"texture":"#1","uv":[8.84375,3.25,9.65625,3.75]},"south":{"texture":"#1","uv":[9.65625,3.25,8.84375,3.75]},"up":{"texture":"#1","uv":[9.65625,3.25,8.84375,3]},"west":{"texture":"#1","uv":[9.65625,3.25,9.90625,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-5.6000004,-9.6,-12.8]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1087.json b/assets/minecraft/models/w1087.json new file mode 100644 index 000000000..858b4adc6 --- /dev/null +++ b/assets/minecraft/models/w1087.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[11.28125,0.78125,10.59375,1]},"east":{"texture":"#1","uv":[9.6875,1,9.90625,1.3125]},"north":{"texture":"#1","uv":[9.90625,1,10.59375,1.3125]},"south":{"texture":"#1","uv":[10.59375,1,9.90625,1.3125]},"up":{"texture":"#1","uv":[10.59375,1,9.90625,0.78125]},"west":{"texture":"#1","uv":[10.59375,1,10.8125,1.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-7.2,-12,-12.840625]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1088.json b/assets/minecraft/models/w1088.json new file mode 100644 index 000000000..1e29c9d2f --- /dev/null +++ b/assets/minecraft/models/w1088.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[7.25,10.15625,6.90625,10.40625]},"east":{"texture":"#1","uv":[6.3125,10.40625,6.5625,10.9375]},"north":{"texture":"#1","uv":[6.5625,10.40625,6.90625,10.9375]},"south":{"texture":"#1","uv":[6.90625,10.40625,6.5625,10.9375]},"up":{"texture":"#1","uv":[6.90625,10.40625,6.5625,10.15625]},"west":{"texture":"#1","uv":[6.90625,10.40625,7.15625,10.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-11.6,-9.2,-12.8]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1089.json b/assets/minecraft/models/w1089.json new file mode 100644 index 000000000..65b9f0d22 --- /dev/null +++ b/assets/minecraft/models/w1089.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[11.59375,2.21875,11.3125,2.4375]},"east":{"texture":"#1","uv":[10.8125,2.4375,11.03125,2.84375]},"north":{"texture":"#1","uv":[11.03125,2.4375,11.3125,2.84375]},"south":{"texture":"#1","uv":[11.3125,2.4375,11.03125,2.84375]},"up":{"texture":"#1","uv":[11.3125,2.4375,11.03125,2.21875]},"west":{"texture":"#1","uv":[11.3125,2.4375,11.53125,2.84375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-10.8,-12.81875]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w109.json b/assets/minecraft/models/w109.json new file mode 100644 index 000000000..12ba1c295 --- /dev/null +++ b/assets/minecraft/models/w109.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[1.3125,6.5625,1.875,7.9375]},"up":{"texture":"#0","uv":[0.9375,6.5625,0.375,6.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.248,-6.9160004,-13.32]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1090.json b/assets/minecraft/models/w1090.json new file mode 100644 index 000000000..06d22ebf5 --- /dev/null +++ b/assets/minecraft/models/w1090.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[11.21875,9.75,10.84375,9.9375]},"east":{"texture":"#1","uv":[10.28125,9.9375,10.46875,10.0625]},"north":{"texture":"#1","uv":[10.46875,9.9375,10.84375,10.0625]},"south":{"texture":"#1","uv":[10.84375,9.9375,10.46875,10.0625]},"up":{"texture":"#1","uv":[10.84375,9.9375,10.46875,9.75]},"west":{"texture":"#1","uv":[10.84375,9.9375,11.03125,10.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-14.4,-13.54375]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1091.json b/assets/minecraft/models/w1091.json new file mode 100644 index 000000000..56de0d158 --- /dev/null +++ b/assets/minecraft/models/w1091.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[11.375,5.375,10.9375,5.75]},"east":{"texture":"#1","uv":[10.125,5.75,10.5,5.9375]},"north":{"texture":"#1","uv":[10.5,5.75,10.9375,5.9375]},"south":{"texture":"#1","uv":[10.9375,5.75,10.5,5.9375]},"up":{"texture":"#1","uv":[10.9375,5.75,10.5,5.375]},"west":{"texture":"#1","uv":[10.9375,5.75,11.3125,5.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-13.6,-11.157812]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1092.json b/assets/minecraft/models/w1092.json new file mode 100644 index 000000000..11e6ddf1a --- /dev/null +++ b/assets/minecraft/models/w1092.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[8.1875,10.15625,8.46875,10.53125]},"east":{"texture":"#1","uv":[8.5625,10.53125,8.1875,10.71875]},"north":{"texture":"#1","uv":[8.1875,10.53125,7.90625,10.71875]},"south":{"texture":"#1","uv":[7.90625,10.53125,8.1875,10.71875]},"up":{"texture":"#1","uv":[7.90625,10.53125,8.1875,10.15625]},"west":{"texture":"#1","uv":[7.90625,10.53125,7.53125,10.71875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-13.6,-11.2]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1093.json b/assets/minecraft/models/w1093.json new file mode 100644 index 000000000..ad9940096 --- /dev/null +++ b/assets/minecraft/models/w1093.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[9.03125,3.78125,9.28125,3.96875]},"east":{"texture":"#1","uv":[9.21875,3.96875,9.03125,4.09375]},"north":{"texture":"#1","uv":[9.03125,3.96875,8.78125,4.09375]},"south":{"texture":"#1","uv":[8.78125,3.96875,9.03125,4.09375]},"up":{"texture":"#1","uv":[8.78125,3.96875,9.03125,3.78125]},"west":{"texture":"#1","uv":[8.78125,3.96875,8.59375,4.09375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14.4,-13.514063]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1094.json b/assets/minecraft/models/w1094.json new file mode 100644 index 000000000..8a355e17b --- /dev/null +++ b/assets/minecraft/models/w1094.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[10.84375,9.75,11.21875,9.9375]},"east":{"texture":"#1","uv":[11.03125,9.9375,10.84375,10.0625]},"north":{"texture":"#1","uv":[10.84375,9.9375,10.46875,10.0625]},"south":{"texture":"#1","uv":[10.46875,9.9375,10.84375,10.0625]},"up":{"texture":"#1","uv":[10.46875,9.9375,10.84375,9.75]},"west":{"texture":"#1","uv":[10.46875,9.9375,10.28125,10.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-14.4,-13.54375]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1095.json b/assets/minecraft/models/w1095.json new file mode 100644 index 000000000..b549f7396 --- /dev/null +++ b/assets/minecraft/models/w1095.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[10.9375,5.375,11.375,5.75]},"east":{"texture":"#1","uv":[11.3125,5.75,10.9375,5.9375]},"north":{"texture":"#1","uv":[10.9375,5.75,10.5,5.9375]},"south":{"texture":"#1","uv":[10.5,5.75,10.9375,5.9375]},"up":{"texture":"#1","uv":[10.5,5.75,10.9375,5.375]},"west":{"texture":"#1","uv":[10.5,5.75,10.125,5.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-13.6,-11.157812]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1096.json b/assets/minecraft/models/w1096.json new file mode 100644 index 000000000..5bc2ebd41 --- /dev/null +++ b/assets/minecraft/models/w1096.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[5.6875,9.375,5.15625,9.875]},"east":{"texture":"#1","uv":[4.125,9.875,4.625,10.0625]},"north":{"texture":"#1","uv":[4.625,9.875,5.15625,10.0625]},"south":{"texture":"#1","uv":[5.15625,9.875,4.625,10.0625]},"up":{"texture":"#1","uv":[5.15625,9.875,4.625,9.375]},"west":{"texture":"#1","uv":[5.15625,9.875,5.65625,10.0625]}},"from":[17.599998,6.3999996,-3.1999998],"shade":false,"to":[24.399998,8.799999,3.2000003]},{"faces":{"down":{"texture":"#1","uv":[0,0.03125,0.03125,0]},"east":{"texture":"#1","uv":[0,1.5,1.5,3.25]},"north":{"texture":"#1","uv":[1.5,1.5,2,3.25]},"south":{"texture":"#1","uv":[2,1.5,1.5,3.25]},"up":{"texture":"#1","uv":[2,1.5,1.5,0]},"west":{"texture":"#1","uv":[2,1.5,3.5,3.25]}},"from":[-14,-16,-9.6],"shade":false,"to":[-7.6,6.3999996,9.6]},{"faces":{"down":{"texture":"#1","uv":[11.375,1.34375,11.3125,1.6875]},"east":{"texture":"#1","uv":[10.90625,1.6875,11.25,1.90625]},"north":{"texture":"#1","uv":[11.25,1.6875,11.3125,1.90625]},"south":{"texture":"#1","uv":[11.65625,1.6875,11.71875,1.90625]},"up":{"texture":"#1","uv":[11.3125,1.6875,11.25,1.34375]},"west":{"texture":"#1","uv":[11.3125,1.6875,11.65625,1.90625]}},"from":[-7.6000004,1.2000008,2],"shade":false,"to":[-6.8,4.000001,6.4]},{"faces":{"down":{"texture":"#1","uv":[6.09375,10.96875,6.03125,11.3125]},"east":{"texture":"#1","uv":[5.625,11.3125,5.96875,11.53125]},"north":{"texture":"#1","uv":[5.96875,11.3125,6.03125,11.53125]},"south":{"texture":"#1","uv":[6.375,11.3125,6.4375,11.53125]},"up":{"texture":"#1","uv":[6.03125,11.3125,5.96875,10.96875]},"west":{"texture":"#1","uv":[6.03125,11.3125,6.375,11.53125]}},"from":[-14.8,-3.6000004,-2.3999996],"shade":false,"to":[-14,-0.8000004,2.0000005]},{"faces":{"down":{"texture":"#1","uv":[11.625,8.96875,11.5625,9.15625]},"east":{"texture":"#1","uv":[11.3125,9.15625,11.5,9.28125]},"north":{"texture":"#1","uv":[11.5,9.15625,11.5625,9.28125]},"south":{"texture":"#1","uv":[11.75,9.15625,11.8125,9.28125]},"up":{"texture":"#1","uv":[11.5625,9.15625,11.5,8.96875]},"west":{"texture":"#1","uv":[11.5625,9.15625,11.75,9.28125]}},"from":[-14.8,2.3999996,-4],"shade":false,"to":[-14,3.999,-1.5999999]},{"faces":{"down":{"texture":"#1","uv":[11.625,9.3125,11.5625,9.5]},"east":{"texture":"#1","uv":[11.3125,9.5,11.5,9.625]},"north":{"texture":"#1","uv":[11.5,9.5,11.5625,9.625]},"south":{"texture":"#1","uv":[11.75,9.5,11.8125,9.625]},"up":{"texture":"#1","uv":[11.5625,9.5,11.5,9.3125]},"west":{"texture":"#1","uv":[11.5625,9.5,11.75,9.625]}},"from":[-14.8,-0.39999962,3.2000008],"shade":false,"to":[-14,1.2000004,5.600001]},{"faces":{"down":{"texture":"#1","uv":[0,0.03125,0.03125,0]},"east":{"texture":"#1","uv":[0,1.5,1.5,3.25]},"north":{"texture":"#1","uv":[1.5,4.78125,2,6.53125]},"south":{"texture":"#1","uv":[2,4.78125,1.5,6.53125]},"up":{"texture":"#1","uv":[2,4.78125,1.5,3.28125]},"west":{"texture":"#1","uv":[2,4.78125,3.5,6.53125]}},"from":[24.400002,-16,-9.6],"shade":false,"to":[30.800001,6.3999996,9.6]},{"faces":{"down":{"texture":"#1","uv":[9.75,8.34375,9.25,8.84375]},"east":{"texture":"#1","uv":[8.25,8.84375,8.75,9.34375]},"north":{"texture":"#1","uv":[8.75,8.84375,9.25,9.34375]},"south":{"texture":"#1","uv":[9.25,8.84375,8.75,9.34375]},"up":{"texture":"#1","uv":[9.09375,6,8.59375,5.5]},"west":{"texture":"#1","uv":[9.25,8.84375,9.75,9.34375]}},"from":[24.400002,6.3999996,3.2000008],"shade":false,"to":[30.800001,12.799999,9.6]},{"faces":{"down":{"texture":"#1","uv":[8.125,10.75,8.03125,11.15625]},"east":{"texture":"#1","uv":[7.53125,11.15625,7.9375,11.4375]},"north":{"texture":"#1","uv":[7.9375,11.15625,8.03125,11.4375]},"south":{"texture":"#1","uv":[8.03125,11.15625,7.9375,11.4375]},"up":{"texture":"#1","uv":[8.03125,11.15625,7.9375,10.75]},"west":{"texture":"#1","uv":[8.03125,11.15625,8.4375,11.4375]}},"from":[30.400002,1.2000008,2.3999996],"shade":false,"to":[31.600002,4.8000007,7.5999994]},{"faces":{"down":{"texture":"#1","uv":[1.71875,10.15625,1.625,10.40625]},"east":{"texture":"#1","uv":[1.28125,10.40625,1.53125,10.59375]},"north":{"texture":"#1","uv":[1.53125,10.40625,1.625,10.59375]},"south":{"texture":"#1","uv":[1.625,10.40625,1.53125,10.59375]},"up":{"texture":"#1","uv":[1.625,10.40625,1.53125,10.15625]},"west":{"texture":"#1","uv":[1.625,10.40625,1.875,10.59375]}},"from":[30.400002,-1.1999998,-2.8000002],"shade":false,"to":[31.600002,1.2000003,0.39999986]},{"faces":{"down":{"texture":"#1","uv":[11.125,3.78125,10.46875,4]},"east":{"texture":"#1","uv":[9.59375,4,9.8125,4.5]},"north":{"texture":"#1","uv":[9.8125,4,10.46875,4.5]},"south":{"texture":"#1","uv":[10.46875,4,9.8125,4.5]},"up":{"texture":"#1","uv":[10.46875,4,9.8125,3.78125]},"west":{"texture":"#1","uv":[10.46875,4,10.6875,4.5]}},"from":[-14,6.3999996,-1.5843754],"shade":false,"to":[-5.6000004,12.799999,1.5874996]},{"faces":{"down":{"texture":"#1","uv":[10.53125,2.21875,9.6875,2.46875]},"east":{"texture":"#1","uv":[8.59375,2.46875,8.84375,2.96875]},"north":{"texture":"#1","uv":[8.84375,2.46875,9.6875,2.96875]},"south":{"texture":"#1","uv":[9.6875,2.46875,8.84375,2.96875]},"up":{"texture":"#1","uv":[9.6875,2.46875,8.84375,2.21875]},"west":{"texture":"#1","uv":[9.6875,2.46875,9.9375,2.96875]}},"from":[21.2,6.3999996,-1.6000004],"shade":false,"to":[32,12.799999,1.5999997]},{"faces":{"down":{"texture":"#1","uv":[3.84375,9.28125,3.0625,9.53125]},"east":{"texture":"#1","uv":[2.03125,9.53125,2.28125,10.03125]},"north":{"texture":"#1","uv":[2.28125,9.53125,3.0625,10.03125]},"south":{"texture":"#1","uv":[3.0625,9.53125,2.28125,10.03125]},"up":{"texture":"#1","uv":[3.0625,9.53125,2.28125,9.28125]},"west":{"texture":"#1","uv":[3.0625,9.53125,3.3125,10.03125]}},"from":[20.8,12.799999,-1.6000004],"shade":false,"to":[30.8,19.199999,1.5999997]},{"faces":{"down":{"texture":"#1","uv":[7.09375,10.96875,6.90625,11.21875]},"east":{"texture":"#1","uv":[6.46875,11.21875,6.71875,11.4375]},"north":{"texture":"#1","uv":[6.71875,11.21875,6.90625,11.4375]},"south":{"texture":"#1","uv":[6.90625,11.21875,6.71875,11.4375]},"up":{"texture":"#1","uv":[6.90625,11.21875,6.71875,10.96875]},"west":{"texture":"#1","uv":[6.90625,11.21875,7.15625,11.4375]}},"from":[18.400002,16.400002,-1.6000004],"shade":false,"to":[20.800001,19.2,1.5999997]},{"faces":{"down":{"texture":"#1","uv":[9.5,4.90625,8.125,5.09375]},"east":{"texture":"#1","uv":[6.5625,5.09375,6.75,5.46875]},"north":{"texture":"#1","uv":[6.75,5.09375,8.125,5.46875]},"south":{"texture":"#1","uv":[8.125,5.09375,6.75,5.46875]},"up":{"texture":"#1","uv":[8.125,5.09375,6.75,4.90625]},"west":{"texture":"#1","uv":[8.125,5.09375,8.3125,5.46875]}},"from":[12,19.2,-1.1999998],"shade":false,"to":[29.6,24,1.2000003]},{"faces":{"down":{"texture":"#1","uv":[10.53125,10.8125,10.15625,11]},"east":{"texture":"#1","uv":[9.59375,11,9.78125,11.125]},"north":{"texture":"#1","uv":[9.78125,11,10.15625,11.125]},"south":{"texture":"#1","uv":[10.15625,11,9.78125,11.125]},"up":{"texture":"#1","uv":[10.15625,11,9.78125,10.8125]},"west":{"texture":"#1","uv":[10.15625,11,10.34375,11.125]}},"from":[6,19.599998,-1.1999998],"rotation":{"angle":-45,"axis":"z","origin":[8.4,9.6,0],"rescale":false},"shade":false,"to":[10.8,21.199999,1.2000003]},{"faces":{"down":{"texture":"#1","uv":[11.375,5.96875,10.9375,6.34375]},"east":{"texture":"#1","uv":[10.125,6.34375,10.5,6.53125]},"north":{"texture":"#1","uv":[10.5,6.34375,10.9375,6.53125]},"south":{"texture":"#1","uv":[10.9375,6.34375,10.5,6.53125]},"up":{"texture":"#1","uv":[10.9375,6.34375,10.5,5.96875]},"west":{"texture":"#1","uv":[10.9375,6.34375,11.3125,6.53125]}},"from":[5.6000004,21.2,-2.3999996],"rotation":{"angle":-45,"axis":"z","origin":[8.4,9.6,0],"rescale":false},"shade":false,"to":[11.200001,23.6,2.4000006]},{"faces":{"down":{"texture":"#1","uv":[11.6875,10.8125,11.3125,11]},"east":{"texture":"#1","uv":[10.75,11,10.9375,11.125]},"north":{"texture":"#1","uv":[10.9375,11,11.3125,11.125]},"south":{"texture":"#1","uv":[11.3125,11,10.9375,11.125]},"up":{"texture":"#1","uv":[11.3125,11,10.9375,10.8125]},"west":{"texture":"#1","uv":[11.3125,11,11.5,11.125]}},"from":[6,19.599998,-1.21875],"rotation":{"angle":-22.5,"axis":"z","origin":[8.4,9.6,0],"rescale":false},"shade":false,"to":[10.8,21.199999,1.2109375]},{"faces":{"down":{"texture":"#1","uv":[11.375,6.5625,10.9375,6.9375]},"east":{"texture":"#1","uv":[10.125,6.9375,10.5,7.125]},"north":{"texture":"#1","uv":[10.5,6.9375,10.9375,7.125]},"south":{"texture":"#1","uv":[10.9375,6.9375,10.5,7.125]},"up":{"texture":"#1","uv":[10.9375,6.9375,10.5,6.5625]},"west":{"texture":"#1","uv":[10.9375,6.9375,11.3125,7.125]}},"from":[5.6000004,21.2,-2.4156246],"rotation":{"angle":-22.5,"axis":"z","origin":[8.4,9.6,0],"rescale":false},"shade":false,"to":[11.200001,23.6,2.4109378]},{"faces":{"down":{"texture":"#1","uv":[10.9375,5.96875,11.375,6.34375]},"east":{"texture":"#1","uv":[11.3125,6.34375,10.9375,6.53125]},"north":{"texture":"#1","uv":[10.9375,6.34375,10.5,6.53125]},"south":{"texture":"#1","uv":[10.5,6.34375,10.9375,6.53125]},"up":{"texture":"#1","uv":[10.5,6.34375,10.9375,5.96875]},"west":{"texture":"#1","uv":[10.5,6.34375,10.125,6.53125]}},"from":[5.6000004,21.2,-2.3999996],"rotation":{"angle":45,"axis":"z","origin":[8.4,9.6,0],"rescale":false},"shade":false,"to":[11.200001,23.6,2.4000006]},{"faces":{"down":{"texture":"#1","uv":[10.15625,10.8125,10.53125,11]},"east":{"texture":"#1","uv":[10.34375,11,10.15625,11.125]},"north":{"texture":"#1","uv":[10.15625,11,9.78125,11.125]},"south":{"texture":"#1","uv":[9.78125,11,10.15625,11.125]},"up":{"texture":"#1","uv":[9.78125,11,10.15625,10.8125]},"west":{"texture":"#1","uv":[9.78125,11,9.59375,11.125]}},"from":[6,19.599998,-1.1999998],"rotation":{"angle":45,"axis":"z","origin":[8.4,9.6,0],"rescale":false},"shade":false,"to":[10.8,21.199999,1.2000003]},{"faces":{"down":{"texture":"#1","uv":[10.9375,6.5625,11.375,6.9375]},"east":{"texture":"#1","uv":[11.3125,6.9375,10.9375,7.125]},"north":{"texture":"#1","uv":[10.9375,6.9375,10.5,7.125]},"south":{"texture":"#1","uv":[10.5,6.9375,10.9375,7.125]},"up":{"texture":"#1","uv":[10.5,6.9375,10.9375,6.5625]},"west":{"texture":"#1","uv":[10.5,6.9375,10.125,7.125]}},"from":[5.6000004,21.2,-2.4156246],"rotation":{"angle":22.5,"axis":"z","origin":[8.4,9.6,0],"rescale":false},"shade":false,"to":[11.200001,23.6,2.4109378]},{"faces":{"down":{"texture":"#1","uv":[11.3125,10.8125,11.6875,11]},"east":{"texture":"#1","uv":[11.5,11,11.3125,11.125]},"north":{"texture":"#1","uv":[11.3125,11,10.9375,11.125]},"south":{"texture":"#1","uv":[10.9375,11,11.3125,11.125]},"up":{"texture":"#1","uv":[10.9375,11,11.3125,10.8125]},"west":{"texture":"#1","uv":[10.9375,11,10.75,11.125]}},"from":[6,19.599998,-1.21875],"rotation":{"angle":22.5,"axis":"z","origin":[8.4,9.6,0],"rescale":false},"shade":false,"to":[10.8,21.199999,1.2109375]},{"faces":{"down":{"texture":"#1","uv":[4.375,10.875,4,11.0625]},"east":{"texture":"#1","uv":[3.4375,11.0625,3.625,11.1875]},"north":{"texture":"#1","uv":[3.625,11.0625,4,11.1875]},"south":{"texture":"#1","uv":[4,11.0625,3.625,11.1875]},"up":{"texture":"#1","uv":[4,11.0625,3.625,10.875]},"west":{"texture":"#1","uv":[4,11.0625,4.1875,11.1875]}},"from":[6,19.599998,-1.1999998],"shade":false,"to":[10.8,21.199999,1.2000003]},{"faces":{"down":{"texture":"#1","uv":[11.375,7.15625,10.9375,7.53125]},"east":{"texture":"#1","uv":[10.125,7.53125,10.5,7.71875]},"north":{"texture":"#1","uv":[10.5,7.53125,10.9375,7.71875]},"south":{"texture":"#1","uv":[10.9375,7.53125,10.5,7.71875]},"up":{"texture":"#1","uv":[10.9375,7.53125,10.5,7.15625]},"west":{"texture":"#1","uv":[10.9375,7.53125,11.3125,7.71875]}},"from":[5.6000004,21.2,-2.3999996],"shade":false,"to":[11.200001,23.6,2.4000006]},{"faces":{"down":{"texture":"#1","uv":[0,0.03125,0.03125,0]},"east":{"texture":"#1","uv":[4.03125,0.5,4.53125,0.75]},"north":{"texture":"#1","uv":[4.53125,0.5,7.03125,0.75]},"south":{"texture":"#1","uv":[7.53125,0.5,10.03125,0.75]},"up":{"texture":"#1","uv":[7.03125,0.5,4.53125,0]},"west":{"texture":"#1","uv":[7.03125,0.5,7.53125,0.75]}},"from":[-7.6000004,-9.6,-3.1999998],"shade":false,"to":[24.4,-6.4000006,3.2000003]},{"faces":{"down":{"texture":"#1","uv":[0,0.03125,0.03125,0]},"east":{"texture":"#1","uv":[6.5625,4.625,7.0625,4.875]},"north":{"texture":"#1","uv":[7.0625,4.625,8.0625,4.875]},"south":{"texture":"#1","uv":[8.5625,4.625,9.5625,4.875]},"up":{"texture":"#1","uv":[8.0625,4.625,7.0625,4.125]},"west":{"texture":"#1","uv":[8.0625,4.625,8.5625,4.875]}},"from":[-7.6000004,-9.6,-9.6],"shade":false,"to":[5.2,-6.4000006,-3.2000003]},{"faces":{"down":{"texture":"#1","uv":[0,0.03125,0.03125,0]},"east":{"texture":"#1","uv":[8.25,9.875,8.75,10.125]},"north":{"texture":"#1","uv":[8.75,9.875,9.25,10.125]},"south":{"texture":"#1","uv":[9.75,9.875,10.25,10.125]},"up":{"texture":"#1","uv":[9.25,9.875,8.75,9.375]},"west":{"texture":"#1","uv":[9.25,9.875,9.75,10.125]}},"from":[-4.3999996,-9.6,-16],"shade":false,"to":[2.0000005,-6.4000006,-9.6]},{"faces":{"down":{"texture":"#1","uv":[0,0.03125,0.03125,0]},"east":{"texture":"#1","uv":[6.21875,9.875,6.71875,10.125]},"north":{"texture":"#1","uv":[6.71875,9.875,7.21875,10.125]},"south":{"texture":"#1","uv":[7.71875,9.875,8.21875,10.125]},"up":{"texture":"#1","uv":[7.21875,9.875,6.71875,9.375]},"west":{"texture":"#1","uv":[7.21875,9.875,7.71875,10.125]}},"from":[11.6,-9.6,-9.6],"shade":false,"to":[18,-6.4000006,-3.2000003]},{"faces":{"down":{"texture":"#1","uv":[0,0.03125,0.03125,0]},"east":{"texture":"#1","uv":[0,8.84375,0.5,9.34375]},"north":{"texture":"#1","uv":[0.5,8.84375,1,9.34375]},"south":{"texture":"#1","uv":[1.5,8.84375,2,9.34375]},"up":{"texture":"#1","uv":[1,8.84375,0.5,8.34375]},"west":{"texture":"#1","uv":[1,8.84375,1.5,9.34375]}},"from":[18,-12.8,3.2000008],"shade":false,"to":[24.4,-6.4,9.6]},{"faces":{"down":{"texture":"#1","uv":[1.5,9.375,1,9.875]},"east":{"texture":"#1","uv":[0,9.875,0.5,10.125]},"north":{"texture":"#1","uv":[0.5,9.875,1,10.125]},"south":{"texture":"#1","uv":[1.5,9.875,2,10.125]},"up":{"texture":"#1","uv":[1,9.875,0.5,9.375]},"west":{"texture":"#1","uv":[1,9.875,1.5,10.125]}},"from":[18,-6.3999996,3.2000008],"shade":false,"to":[24.4,-3.1999996,9.6]},{"faces":{"down":{"texture":"#1","uv":[0,0.03125,0.03125,0]},"east":{"texture":"#1","uv":[6.21875,8.84375,6.71875,9.34375]},"north":{"texture":"#1","uv":[6.71875,8.84375,7.21875,9.34375]},"south":{"texture":"#1","uv":[7.71875,8.84375,8.21875,9.34375]},"up":{"texture":"#1","uv":[7.21875,8.84375,6.71875,8.34375]},"west":{"texture":"#1","uv":[7.21875,8.84375,7.71875,9.34375]}},"from":[-7.6000004,-12.8,3.2000008],"shade":false,"to":[-1.2000003,-6.4,9.6]},{"faces":{"down":{"texture":"#1","uv":[0,0.03125,0.03125,0]},"east":{"texture":"#1","uv":[4.03125,2.0625,4.53125,2.3125]},"north":{"texture":"#1","uv":[4.53125,2.0625,6.03125,2.3125]},"south":{"texture":"#1","uv":[6.53125,2.0625,8.03125,2.3125]},"up":{"texture":"#1","uv":[6.03125,2.0625,4.53125,1.5625]},"west":{"texture":"#1","uv":[6.03125,2.0625,6.53125,2.3125]}},"from":[-1.1999998,-12.8,3.2000008],"shade":false,"to":[18,-9.6,9.6]},{"faces":{"down":{"texture":"#1","uv":[0,0.03125,0.03125,0]},"east":{"texture":"#1","uv":[4.03125,1.28125,4.53125,1.53125]},"north":{"texture":"#1","uv":[4.53125,1.28125,6.84375,1.53125]},"south":{"texture":"#1","uv":[7.34375,1.28125,9.65625,1.53125]},"up":{"texture":"#1","uv":[6.84375,1.28125,4.53125,0.78125]},"west":{"texture":"#1","uv":[6.84375,1.28125,7.34375,1.53125]}},"from":[-5.2,-16,9.6],"shade":false,"to":[24.400002,-12.8,16]},{"faces":{"down":{"texture":"#1","uv":[3.34375,6.5625,2.875,6.9375]},"east":{"texture":"#1","uv":[2.03125,6.9375,2.40625,7.9375]},"north":{"texture":"#1","uv":[2.40625,6.9375,2.875,7.9375]},"south":{"texture":"#1","uv":[2.875,6.9375,2.40625,7.9375]},"up":{"texture":"#1","uv":[2.875,6.9375,2.40625,6.5625]},"west":{"texture":"#1","uv":[2.84375,6.9375,2.46875,7.9375]}},"from":[18.400002,-6.3999996,-2.3999996],"shade":false,"to":[24.400002,6.4000006,2.4000006]},{"faces":{"down":{"texture":"#1","uv":[5.15625,9.375,5.6875,9.875]},"east":{"texture":"#1","uv":[5.65625,9.875,5.15625,10.0625]},"north":{"texture":"#1","uv":[5.15625,9.875,4.625,10.0625]},"south":{"texture":"#1","uv":[4.625,9.875,5.15625,10.0625]},"up":{"texture":"#1","uv":[4.625,9.875,5.15625,9.375]},"west":{"texture":"#1","uv":[4.625,9.875,4.125,10.0625]}},"from":[-7.6000004,6.3999996,-3.1999998],"shade":false,"to":[-0.8000002,8.799999,3.2000003]},{"faces":{"down":{"texture":"#1","uv":[2.875,6.5625,3.34375,6.9375]},"east":{"texture":"#1","uv":[2.46875,6.9375,2.84375,7.9375]},"north":{"texture":"#1","uv":[2.875,6.9375,2.40625,7.9375]},"south":{"texture":"#1","uv":[2.40625,6.9375,2.875,7.9375]},"up":{"texture":"#1","uv":[2.40625,6.9375,2.875,6.5625]},"west":{"texture":"#1","uv":[2.40625,6.9375,2.03125,7.9375]}},"from":[-7.6000004,-6.3999996,-2.3999996],"shade":false,"to":[-1.6000004,6.4000006,2.4000006]},{"faces":{"down":{"texture":"#1","uv":[6.1875,2.5625,6.03125,2.8125]},"east":{"texture":"#1","uv":[5.625,2.8125,5.875,3.125]},"north":{"texture":"#1","uv":[5.875,2.8125,6.03125,3.125]},"south":{"texture":"#1","uv":[6.28125,2.8125,6.4375,3.125]},"up":{"texture":"#1","uv":[6.03125,2.8125,5.875,2.5625]},"west":{"texture":"#1","uv":[6.03125,2.8125,6.28125,3.125]}},"from":[-16,6.3999996,-1.6000004],"shade":false,"to":[-14,10.4,1.5999997]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1097.json b/assets/minecraft/models/w1097.json new file mode 100644 index 000000000..9c9d6d3b2 --- /dev/null +++ b/assets/minecraft/models/w1097.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#2","uv":[0,0,4,4]}},"from":[-16,-16,-16],"shade":false,"to":[16,16,-16]}],"overrides":[],"textures":{"2":"item/w797994798_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1098.json b/assets/minecraft/models/w1098.json new file mode 100644 index 000000000..00ba44be9 --- /dev/null +++ b/assets/minecraft/models/w1098.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#2","uv":[4,3.59375,7.59375,0]}},"from":[-16,-16,-16],"shade":false,"to":[14.4,14.4,-16]}],"overrides":[],"textures":{"2":"item/w797994798_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1099.json b/assets/minecraft/models/w1099.json new file mode 100644 index 000000000..346460081 --- /dev/null +++ b/assets/minecraft/models/w1099.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#2","uv":[7.59375,3.15625,10.75,0]}},"from":[-16,-16,-16],"shade":false,"to":[8,8,-16]}],"overrides":[],"textures":{"2":"item/w797994798_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w11.json b/assets/minecraft/models/w11.json new file mode 100644 index 000000000..0813c2f13 --- /dev/null +++ b/assets/minecraft/models/w11.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,0,0,0]},"east":{"texture":"#0","uv":[0,0,0,2.75]},"north":{"texture":"#0","uv":[13.5,8.5,10,12.25]},"south":{"texture":"#0","uv":[10,8.5,13.5,12.25]},"up":{"texture":"#0","uv":[2.5,0,0,0]},"west":{"texture":"#0","uv":[0,0,0,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w291279173_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w110.json b/assets/minecraft/models/w110.json new file mode 100644 index 000000000..d73715192 --- /dev/null +++ b/assets/minecraft/models/w110.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4.75,6.5625,5.3125,7.9375]},"up":{"texture":"#0","uv":[5.3125,6.5625,4.75,6.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.248,-6.9160004,-13.32]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1100.json b/assets/minecraft/models/w1100.json new file mode 100644 index 000000000..5dcc79144 --- /dev/null +++ b/assets/minecraft/models/w1100.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#2","uv":[4.5625,9.1875,8.84375,4.90625]}},"from":[-16,-16,-16],"shade":false,"to":[28.8,28.8,-16]}],"overrides":[],"textures":{"2":"item/w797994798_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1101.json b/assets/minecraft/models/w1101.json new file mode 100644 index 000000000..4f38afc68 --- /dev/null +++ b/assets/minecraft/models/w1101.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0,0.03125,0.03125,0]},"east":{"texture":"#1","uv":[2.03125,8.75,2.59375,9.25]},"north":{"texture":"#1","uv":[2.59375,8.75,3.09375,9.25]},"south":{"texture":"#1","uv":[3.65625,8.75,4.15625,9.25]},"up":{"texture":"#1","uv":[3.09375,8.75,2.59375,8.1875]},"west":{"texture":"#1","uv":[3.09375,8.75,3.65625,9.25]}},"from":[-16,-16,-13.806139],"shade":false,"to":[-9.6,-9.6,-6.606139]},{"faces":{"down":{"texture":"#1","uv":[11.40625,0,10.9375,0.40625]},"east":{"texture":"#1","uv":[10.0625,0.40625,10.46875,0.59375]},"north":{"texture":"#1","uv":[10.46875,0.40625,10.9375,0.59375]},"south":{"texture":"#1","uv":[11.34375,0.40625,11.8125,0.59375]},"up":{"texture":"#1","uv":[10.9375,0.40625,10.46875,0]},"west":{"texture":"#1","uv":[10.9375,0.40625,11.34375,0.59375]}},"from":[-15.995313,-11.350759,-15.1579685],"rotation":{"angle":45,"axis":"x","origin":[-12.8,-8.4,-11.206139],"rescale":false},"shade":false,"to":[-9.607813,-8.950758,-9.957969]},{"faces":{"down":{"texture":"#1","uv":[11.3125,7.75,10.84375,8]},"east":{"texture":"#1","uv":[10.125,8,10.375,8.21875]},"north":{"texture":"#1","uv":[10.375,8,10.84375,8.21875]},"south":{"texture":"#1","uv":[11.09375,8,11.5625,8.21875]},"up":{"texture":"#1","uv":[10.84375,8,10.375,7.75]},"west":{"texture":"#1","uv":[10.84375,8,11.09375,8.21875]}},"from":[-15.995313,-6.2820854,-16],"rotation":{"angle":-45,"axis":"x","origin":[-12.801562,-4.682085,-13.4],"rescale":false},"shade":false,"to":[-9.626562,-3.4820855,-12.8]}],"overrides":[],"textures":{"1":"item/w797994798_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1102.json b/assets/minecraft/models/w1102.json new file mode 100644 index 000000000..77996ec6e --- /dev/null +++ b/assets/minecraft/models/w1102.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4.125,9.25,5.375,9.75]},"south":{"texture":"#0","uv":[5.375,9.25,4.125,9.75]},"up":{"texture":"#0","uv":[5.375,9.25,4.125,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.04375,-14.246875,-14.390625]}],"overrides":[],"textures":{"0":"item/w797994798_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1103.json b/assets/minecraft/models/w1103.json new file mode 100644 index 000000000..792fc99ee --- /dev/null +++ b/assets/minecraft/models/w1103.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[10,12.875,12,16]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-6,-16]}],"overrides":[],"textures":{"0":"item/w797994798_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1104.json b/assets/minecraft/models/w1104.json new file mode 100644 index 000000000..cc587345f --- /dev/null +++ b/assets/minecraft/models/w1104.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.5,9.25,1.75,9.75]},"south":{"texture":"#0","uv":[1.75,9.25,0.5,9.75]},"up":{"texture":"#0","uv":[1.75,9.25,0.5,8.75]}},"from":[-10.3044815,6.7786407,-15.934063],"rotation":{"angle":-45,"axis":"z","origin":[-10.3044815,8.469265,-16],"rescale":false},"shade":false,"to":[-6.304481,8.469266,-14.307501]},{"faces":{"north":{"texture":"#0","uv":[7.75,9.25,9,9.75]},"south":{"texture":"#0","uv":[9,9.25,7.75,9.75]},"up":{"texture":"#0","uv":[9,9.25,7.75,8.75]}},"from":[-14,8.4,-15.924687],"rotation":{"angle":-22.5,"axis":"z","origin":[-14,10,-16],"rescale":false},"shade":false,"to":[-10,10,-14.315312]},{"faces":{"down":{"texture":"#0","uv":[6.75,0,3.625,0.5]},"east":{"texture":"#0","uv":[0,0.5,0.5,8.625]},"north":{"texture":"#0","uv":[0.5,0.5,3.625,8.625]},"south":{"texture":"#0","uv":[3.625,0.5,0.5,8.625]},"up":{"texture":"#0","uv":[3.625,0.5,0.5,0]},"west":{"texture":"#0","uv":[3.625,0.5,4.125,8.625]}},"from":[-16,-16,-16],"shade":false,"to":[-6,10,-14.4]}],"overrides":[],"textures":{"0":"item/w797994798_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1105.json b/assets/minecraft/models/w1105.json new file mode 100644 index 000000000..ddfab83fc --- /dev/null +++ b/assets/minecraft/models/w1105.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[5.375,9.25,4.125,9.75]},"south":{"texture":"#0","uv":[4.125,9.25,5.375,9.75]},"up":{"texture":"#0","uv":[4.125,8.75,5.375,9.25]}},"from":[-16,-16,-16],"shade":false,"to":[-12.0546875,-14.334375,-14.390625]}],"overrides":[],"textures":{"0":"item/w797994798_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1106.json b/assets/minecraft/models/w1106.json new file mode 100644 index 000000000..c41c007a8 --- /dev/null +++ b/assets/minecraft/models/w1106.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[12.625,12.75,14.625,16]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-5.6000004,-16]}],"overrides":[],"textures":{"0":"item/w797994798_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1107.json b/assets/minecraft/models/w1107.json new file mode 100644 index 000000000..59bafa412 --- /dev/null +++ b/assets/minecraft/models/w1107.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1.75,9.25,0.5,9.75]},"south":{"texture":"#0","uv":[0.5,9.25,1.75,9.75]},"up":{"texture":"#0","uv":[0.5,8.75,1.75,9.25]}},"from":[-15.6955185,6.753641,-15.9325],"rotation":{"angle":45,"axis":"z","origin":[-11.6955185,8.469265,-14.4],"rescale":false},"shade":false,"to":[-11.6955185,8.469266,-14.305938]},{"faces":{"north":{"texture":"#0","uv":[9,9.25,7.75,9.75]},"south":{"texture":"#0","uv":[7.75,9.25,9,9.75]},"up":{"texture":"#0","uv":[7.75,8.75,9,9.25]}},"from":[-12,8.4,-15.924687],"rotation":{"angle":22.5,"axis":"z","origin":[-8,10,-14.4],"rescale":false},"shade":false,"to":[-8,10,-14.315312]},{"faces":{"down":{"texture":"#0","uv":[3.625,0.5,6.75,0]},"east":{"texture":"#0","uv":[3.625,0.5,4.125,8.625]},"north":{"texture":"#0","uv":[3.625,0.5,0.5,8.625]},"south":{"texture":"#0","uv":[0.5,0.5,3.625,8.625]},"up":{"texture":"#0","uv":[0.5,0,3.625,0.5]},"west":{"texture":"#0","uv":[0,0.5,0.5,8.625]}},"from":[-16,-16,-16],"shade":false,"to":[-6,10,-14.4]}],"overrides":[],"textures":{"0":"item/w797994798_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1108.json b/assets/minecraft/models/w1108.json new file mode 100644 index 000000000..5d76eee30 --- /dev/null +++ b/assets/minecraft/models/w1108.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0,5.125,1.3125,7]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-4,-8]}],"overrides":[],"textures":{"0":"item/w1470545265_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1109.json b/assets/minecraft/models/w1109.json new file mode 100644 index 000000000..a7adfd9b1 --- /dev/null +++ b/assets/minecraft/models/w1109.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[1.3125,5.125,0,7]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-4,-8]}],"overrides":[],"textures":{"0":"item/w1470545265_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w111.json b/assets/minecraft/models/w111.json new file mode 100644 index 000000000..f739961d0 --- /dev/null +++ b/assets/minecraft/models/w111.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6.375,3.9375,6.9375,5.3125]},"up":{"texture":"#0","uv":[6.9375,3.9375,6.375,3.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.248,-6.9160004,-13.32]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1110.json b/assets/minecraft/models/w1110.json new file mode 100644 index 000000000..dea4d244b --- /dev/null +++ b/assets/minecraft/models/w1110.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.8125,1.75,2.8125,3.5625]},"east":{"texture":"#0","uv":[4.625,3.5625,2.8125,3.75]},"south":{"texture":"#0","uv":[4.625,3.5625,5.625,3.75]},"up":{"texture":"#0","uv":[2.8125,3.5625,1.8125,1.75]},"west":{"texture":"#0","uv":[2.8125,3.5625,4.625,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-9.642187,-14.8,-4.3999996]}],"overrides":[],"textures":{"0":"item/w1470545265_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1111.json b/assets/minecraft/models/w1111.json new file mode 100644 index 000000000..41d75d2ca --- /dev/null +++ b/assets/minecraft/models/w1111.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.8125,3.5625,2.8125,1.75]},"east":{"texture":"#0","uv":[2.8125,3.5625,4.625,3.75]},"north":{"texture":"#0","uv":[5.625,3.5625,4.625,3.75]},"up":{"texture":"#0","uv":[2.8125,1.75,1.8125,3.5625]},"west":{"texture":"#0","uv":[4.625,3.5625,2.8125,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-9.642187,-14.8,-4.3999996]}],"overrides":[],"textures":{"0":"item/w1470545265_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1112.json b/assets/minecraft/models/w1112.json new file mode 100644 index 000000000..ae625cafc --- /dev/null +++ b/assets/minecraft/models/w1112.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[2.75,3.625,0.9375,3.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-4.3999996]}],"overrides":[],"textures":{"0":"item/w1470545265_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1113.json b/assets/minecraft/models/w1113.json new file mode 100644 index 000000000..3e9c6837d --- /dev/null +++ b/assets/minecraft/models/w1113.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[0.9375,3.625,2.75,3.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-4.3999996]}],"overrides":[],"textures":{"0":"item/w1470545265_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1114.json b/assets/minecraft/models/w1114.json new file mode 100644 index 000000000..8708c4e52 --- /dev/null +++ b/assets/minecraft/models/w1114.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[2.75,3.625,0.9375,3.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-4.3999996]}],"overrides":[],"textures":{"0":"item/w1470545265_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1115.json b/assets/minecraft/models/w1115.json new file mode 100644 index 000000000..421f65b99 --- /dev/null +++ b/assets/minecraft/models/w1115.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0.9375,3.625,2.75,3.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-4.3999996]}],"overrides":[],"textures":{"0":"item/w1470545265_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1116.json b/assets/minecraft/models/w1116.json new file mode 100644 index 000000000..40a9315f4 --- /dev/null +++ b/assets/minecraft/models/w1116.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,0,3,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,1.6875]},"north":{"texture":"#0","uv":[0,1.5,1.5,1.6875]},"south":{"texture":"#0","uv":[0,1.5,1.5,1.6875]},"up":{"texture":"#0","uv":[3,1.5,1.5,0]},"west":{"texture":"#0","uv":[0,1.5,1.5,1.6875]}},"from":[-16,-16,-15.769375],"shade":false,"to":[-6.3999996,-14.8,-6.1693745]},{"faces":{"east":{"texture":"#0","uv":[5.6875,2.75,6.6875,2.8125]},"north":{"texture":"#0","uv":[5.6875,2.75,6.6875,2.8125]},"south":{"texture":"#0","uv":[5.6875,2.75,6.6875,2.8125]},"west":{"texture":"#0","uv":[5.6875,2.75,6.6875,2.8125]}},"from":[-14.4,-14.4,-14.169374],"shade":false,"to":[-7.999,-14,-7.7693744]},{"faces":{"down":{"texture":"#0","uv":[6.0625,3.8125,4.9375,4.9375]},"east":{"texture":"#0","uv":[2.6875,4.9375,3.8125,5.0625]},"north":{"texture":"#0","uv":[2.6875,4.9375,3.8125,5.0625]},"south":{"texture":"#0","uv":[2.6875,4.9375,3.8125,5.0625]},"up":{"texture":"#0","uv":[4.9375,4.9375,3.8125,3.8125]},"west":{"texture":"#0","uv":[2.6875,4.9375,3.8125,5.0625]}},"from":[-14.8,-14,-14.569374],"shade":false,"to":[-7.6000004,-13.2,-7.3693743]},{"faces":{"down":{"texture":"#0","uv":[4.5625,6.375,3.6875,6.5]},"east":{"texture":"#0","uv":[2.6875,6.5,2.8125,6.625]},"north":{"texture":"#0","uv":[2.8125,6.5,3.6875,6.625]},"south":{"texture":"#0","uv":[3.8125,6.5,4.6875,6.625]},"up":{"texture":"#0","uv":[3.6875,6.5,2.8125,6.375]},"west":{"texture":"#0","uv":[3.6875,6.5,3.8125,6.625]}},"from":[-14,-1.1999998,-11.369374],"shade":false,"to":[-8.4,-0.3999998,-10.569374]},{"faces":{"east":{"texture":"#0","uv":[2.6875,6.25,3.8125,6.3125]},"north":{"texture":"#0","uv":[2.6875,6.25,3.8125,6.3125]},"south":{"texture":"#0","uv":[2.6875,6.25,3.8125,6.3125]},"up":{"texture":"#0","uv":[4.9375,6.25,3.8125,5.125]},"west":{"texture":"#0","uv":[2.6875,6.25,3.8125,6.3125]}},"from":[-14.8,-14.8,-14.569374],"shade":false,"to":[-7.6000004,-14.400001,-7.3693743]},{"faces":{"down":{"texture":"#0","uv":[8.375,2.875,7.375,3.5625]},"east":{"texture":"#0","uv":[8.0625,3.5625,7.375,3.75]},"up":{"texture":"#0","uv":[7.375,3.5625,6.375,2.875]},"west":{"texture":"#0","uv":[7.375,3.5625,8.0625,3.75]}},"from":[-14.375,-11.324557,-16],"rotation":{"angle":45,"axis":"x","origin":[-8,-11.324557,-16],"rescale":false},"shade":false,"to":[-8.0078125,-10.1245575,-11.6]},{"faces":{"down":{"texture":"#0","uv":[8.375,3.5625,7.375,2.875]},"east":{"texture":"#0","uv":[7.375,3.5625,8.0625,3.75]},"up":{"texture":"#0","uv":[7.375,2.875,6.375,3.5625]},"west":{"texture":"#0","uv":[8.0625,3.5625,7.375,3.75]}},"from":[-14.375,-11.324557,-10.338749],"rotation":{"angle":-45,"axis":"x","origin":[-8,-11.324557,-5.9387493],"rescale":false},"shade":false,"to":[-8.0078125,-10.1245575,-5.938749]},{"faces":{"east":{"texture":"#0","uv":[7.25,3.5625,6.5625,3.6875]}},"from":[-8.378125,-10.1245575,-16],"rotation":{"angle":45,"axis":"x","origin":[-8,-11.324557,-16],"rescale":false},"shade":false,"to":[-8.378125,-9.324557,-11.720312]},{"faces":{"west":{"texture":"#0","uv":[6.5625,3.5625,7.25,3.6875]}},"from":[-14.021875,-10.1245575,-16],"rotation":{"angle":45,"axis":"x","origin":[-14.4,-11.324557,-16],"rescale":false},"shade":false,"to":[-14.021875,-9.324557,-11.720312]},{"faces":{"west":{"texture":"#0","uv":[7.25,3.5625,6.5625,3.6875]}},"from":[-14.021875,-10.1245575,-10.218436],"rotation":{"angle":-45,"axis":"x","origin":[-14.4,-11.324557,-5.9387493],"rescale":false},"shade":false,"to":[-14.021875,-9.324557,-5.938749]},{"faces":{"east":{"texture":"#0","uv":[6.5625,3.5625,7.25,3.6875]}},"from":[-8.378125,-10.1245575,-10.218436],"rotation":{"angle":-45,"axis":"x","origin":[-8,-11.324557,-5.9387493],"rescale":false},"shade":false,"to":[-8.378125,-9.324557,-5.938749]},{"faces":{"down":{"texture":"#0","uv":[8.8125,0,7.6875,0.5]},"east":{"texture":"#0","uv":[6.0625,0.5,6.5625,0.625]},"north":{"texture":"#0","uv":[6.5625,0.5,7.6875,0.625]},"south":{"texture":"#0","uv":[6.5625,0.5,7.6875,0.625]},"up":{"texture":"#0","uv":[7.6875,0.5,6.5625,0]},"west":{"texture":"#0","uv":[6.0625,0.5,6.5625,0.625]}},"from":[-14.8,-0.8000002,-12.569374],"shade":false,"to":[-7.6000004,-1.7881393e-7,-9.369374]},{"faces":{"down":{"texture":"#0","uv":[7.5625,1.0625,7.1875,1.4375]},"east":{"texture":"#0","uv":[6.4375,1.0625,6.0625,1.4375]},"north":{"texture":"#0","uv":[6.4375,1.4375,6.8125,1.0625]},"south":{"texture":"#0","uv":[7.5625,1.4375,7.1875,1.0625]},"up":{"texture":"#0","uv":[6.8125,1.4375,6.4375,1.0625]},"west":{"texture":"#0","uv":[6.0625,1.0625,6.4375,1.4375]}},"from":[-12.4,-0.39999962,-12.169374],"rotation":{"angle":45,"axis":"x","origin":[-11.2,0.79999924,-10.969375],"rescale":false},"shade":false,"to":[-10,2.0000005,-9.769375]}],"overrides":[],"textures":{"0":"item/w1470545265_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1117.json b/assets/minecraft/models/w1117.json new file mode 100644 index 000000000..b9fec7edc --- /dev/null +++ b/assets/minecraft/models/w1117.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0.4375,2.25,0,1.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1470545265_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1118.json b/assets/minecraft/models/w1118.json new file mode 100644 index 000000000..b9fec7edc --- /dev/null +++ b/assets/minecraft/models/w1118.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0.4375,2.25,0,1.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1470545265_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1119.json b/assets/minecraft/models/w1119.json new file mode 100644 index 000000000..0aef84828 --- /dev/null +++ b/assets/minecraft/models/w1119.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0.9375,2.25,0.5,1.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-16,-13.200001]}],"overrides":[],"textures":{"0":"item/w1470545265_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w112.json b/assets/minecraft/models/w112.json new file mode 100644 index 000000000..e9510650e --- /dev/null +++ b/assets/minecraft/models/w112.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[7.4375,1.5,8,2.875]},"up":{"texture":"#0","uv":[7.0625,1.5,6.5,1.125]}},"from":[-16,-16,-16],"shade":false,"to":[-12.248,-6.9160004,-13.32]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1120.json b/assets/minecraft/models/w1120.json new file mode 100644 index 000000000..b7f69f157 --- /dev/null +++ b/assets/minecraft/models/w1120.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0.4375,1.8125,0,2.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1470545265_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1121.json b/assets/minecraft/models/w1121.json new file mode 100644 index 000000000..b7f69f157 --- /dev/null +++ b/assets/minecraft/models/w1121.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0.4375,1.8125,0,2.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1470545265_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1122.json b/assets/minecraft/models/w1122.json new file mode 100644 index 000000000..b7f69f157 --- /dev/null +++ b/assets/minecraft/models/w1122.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0.4375,1.8125,0,2.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1470545265_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1123.json b/assets/minecraft/models/w1123.json new file mode 100644 index 000000000..aa0c3e358 --- /dev/null +++ b/assets/minecraft/models/w1123.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0,5.125,1.3125,7]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-4,-8]}],"overrides":[],"textures":{"0":"item/w149762276_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1124.json b/assets/minecraft/models/w1124.json new file mode 100644 index 000000000..c9569da3c --- /dev/null +++ b/assets/minecraft/models/w1124.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[1.3125,5.125,0,7]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-4,-8]}],"overrides":[],"textures":{"0":"item/w149762276_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1125.json b/assets/minecraft/models/w1125.json new file mode 100644 index 000000000..35c1fbf82 --- /dev/null +++ b/assets/minecraft/models/w1125.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.8125,1.75,2.8125,3.5625]},"east":{"texture":"#0","uv":[4.625,3.5625,2.8125,3.75]},"south":{"texture":"#0","uv":[4.625,3.5625,5.625,3.75]},"up":{"texture":"#0","uv":[2.8125,3.5625,1.8125,1.75]},"west":{"texture":"#0","uv":[2.8125,3.5625,4.625,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-9.642187,-14.8,-4.3999996]}],"overrides":[],"textures":{"0":"item/w149762276_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1126.json b/assets/minecraft/models/w1126.json new file mode 100644 index 000000000..b1c5eadd2 --- /dev/null +++ b/assets/minecraft/models/w1126.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.8125,3.5625,2.8125,1.75]},"east":{"texture":"#0","uv":[2.8125,3.5625,4.625,3.75]},"north":{"texture":"#0","uv":[5.625,3.5625,4.625,3.75]},"up":{"texture":"#0","uv":[2.8125,1.75,1.8125,3.5625]},"west":{"texture":"#0","uv":[4.625,3.5625,2.8125,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-9.642187,-14.8,-4.3999996]}],"overrides":[],"textures":{"0":"item/w149762276_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1127.json b/assets/minecraft/models/w1127.json new file mode 100644 index 000000000..237cd5e20 --- /dev/null +++ b/assets/minecraft/models/w1127.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[2.75,3.625,0.9375,3.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-4.3999996]}],"overrides":[],"textures":{"0":"item/w149762276_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1128.json b/assets/minecraft/models/w1128.json new file mode 100644 index 000000000..56c072d80 --- /dev/null +++ b/assets/minecraft/models/w1128.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[0.9375,3.625,2.75,3.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-4.3999996]}],"overrides":[],"textures":{"0":"item/w149762276_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1129.json b/assets/minecraft/models/w1129.json new file mode 100644 index 000000000..1af4157ff --- /dev/null +++ b/assets/minecraft/models/w1129.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[2.75,3.625,0.9375,3.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-4.3999996]}],"overrides":[],"textures":{"0":"item/w149762276_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w113.json b/assets/minecraft/models/w113.json new file mode 100644 index 000000000..725096de1 --- /dev/null +++ b/assets/minecraft/models/w113.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4.125,7.9375,4,7.3125]},"west":{"texture":"#0","uv":[4.125,7.9375,4.75,9.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.196,-6.9160004,-11.712]},{"faces":{"east":{"texture":"#0","uv":[1.875,7.8125,2.5,9.1875]},"up":{"texture":"#0","uv":[2.625,7.8125,2.5,7.1875]}},"from":[-9.555693,-16,-16],"shade":false,"to":[-8.751693,-6.9160004,-11.712]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1130.json b/assets/minecraft/models/w1130.json new file mode 100644 index 000000000..1e16e3549 --- /dev/null +++ b/assets/minecraft/models/w1130.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0.9375,3.625,2.75,3.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-4.3999996]}],"overrides":[],"textures":{"0":"item/w149762276_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1131.json b/assets/minecraft/models/w1131.json new file mode 100644 index 000000000..ec86e2e86 --- /dev/null +++ b/assets/minecraft/models/w1131.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,0,3,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,1.6875]},"north":{"texture":"#0","uv":[0,1.5,1.5,1.6875]},"south":{"texture":"#0","uv":[0,1.5,1.5,1.6875]},"up":{"texture":"#0","uv":[3,1.5,1.5,0]},"west":{"texture":"#0","uv":[0,1.5,1.5,1.6875]}},"from":[-16,-16,-15.769375],"shade":false,"to":[-6.3999996,-14.8,-6.1693745]},{"faces":{"east":{"texture":"#0","uv":[5.6875,2.75,6.6875,2.8125]},"north":{"texture":"#0","uv":[5.6875,2.75,6.6875,2.8125]},"south":{"texture":"#0","uv":[5.6875,2.75,6.6875,2.8125]},"west":{"texture":"#0","uv":[5.6875,2.75,6.6875,2.8125]}},"from":[-14.4,-14.4,-14.169374],"shade":false,"to":[-7.999,-14,-7.7693744]},{"faces":{"down":{"texture":"#0","uv":[6.0625,3.8125,4.9375,4.9375]},"east":{"texture":"#0","uv":[2.6875,4.9375,3.8125,5.0625]},"north":{"texture":"#0","uv":[2.6875,4.9375,3.8125,5.0625]},"south":{"texture":"#0","uv":[2.6875,4.9375,3.8125,5.0625]},"up":{"texture":"#0","uv":[4.9375,4.9375,3.8125,3.8125]},"west":{"texture":"#0","uv":[2.6875,4.9375,3.8125,5.0625]}},"from":[-14.8,-14,-14.569374],"shade":false,"to":[-7.6000004,-13.2,-7.3693743]},{"faces":{"down":{"texture":"#0","uv":[4.5625,6.375,3.6875,6.5]},"east":{"texture":"#0","uv":[2.6875,6.5,2.8125,6.625]},"north":{"texture":"#0","uv":[2.8125,6.5,3.6875,6.625]},"south":{"texture":"#0","uv":[3.8125,6.5,4.6875,6.625]},"up":{"texture":"#0","uv":[3.6875,6.5,2.8125,6.375]},"west":{"texture":"#0","uv":[3.6875,6.5,3.8125,6.625]}},"from":[-14,-1.1999998,-11.369374],"shade":false,"to":[-8.4,-0.3999998,-10.569374]},{"faces":{"east":{"texture":"#0","uv":[2.6875,6.25,3.8125,6.3125]},"north":{"texture":"#0","uv":[2.6875,6.25,3.8125,6.3125]},"south":{"texture":"#0","uv":[2.6875,6.25,3.8125,6.3125]},"up":{"texture":"#0","uv":[4.9375,6.25,3.8125,5.125]},"west":{"texture":"#0","uv":[2.6875,6.25,3.8125,6.3125]}},"from":[-14.8,-14.8,-14.569374],"shade":false,"to":[-7.6000004,-14.400001,-7.3693743]},{"faces":{"down":{"texture":"#0","uv":[8.375,2.875,7.375,3.5625]},"east":{"texture":"#0","uv":[8.0625,3.5625,7.375,3.75]},"up":{"texture":"#0","uv":[7.375,3.5625,6.375,2.875]},"west":{"texture":"#0","uv":[7.375,3.5625,8.0625,3.75]}},"from":[-14.375,-11.324557,-16],"rotation":{"angle":45,"axis":"x","origin":[-8,-11.324557,-16],"rescale":false},"shade":false,"to":[-8.0078125,-10.1245575,-11.6]},{"faces":{"down":{"texture":"#0","uv":[8.375,3.5625,7.375,2.875]},"east":{"texture":"#0","uv":[7.375,3.5625,8.0625,3.75]},"up":{"texture":"#0","uv":[7.375,2.875,6.375,3.5625]},"west":{"texture":"#0","uv":[8.0625,3.5625,7.375,3.75]}},"from":[-14.375,-11.324557,-10.338749],"rotation":{"angle":-45,"axis":"x","origin":[-8,-11.324557,-5.9387493],"rescale":false},"shade":false,"to":[-8.0078125,-10.1245575,-5.938749]},{"faces":{"east":{"texture":"#0","uv":[7.25,3.5625,6.5625,3.6875]}},"from":[-8.378125,-10.1245575,-16],"rotation":{"angle":45,"axis":"x","origin":[-8,-11.324557,-16],"rescale":false},"shade":false,"to":[-8.378125,-9.324557,-11.720312]},{"faces":{"west":{"texture":"#0","uv":[6.5625,3.5625,7.25,3.6875]}},"from":[-14.021875,-10.1245575,-16],"rotation":{"angle":45,"axis":"x","origin":[-14.4,-11.324557,-16],"rescale":false},"shade":false,"to":[-14.021875,-9.324557,-11.720312]},{"faces":{"west":{"texture":"#0","uv":[7.25,3.5625,6.5625,3.6875]}},"from":[-14.021875,-10.1245575,-10.218436],"rotation":{"angle":-45,"axis":"x","origin":[-14.4,-11.324557,-5.9387493],"rescale":false},"shade":false,"to":[-14.021875,-9.324557,-5.938749]},{"faces":{"east":{"texture":"#0","uv":[6.5625,3.5625,7.25,3.6875]}},"from":[-8.378125,-10.1245575,-10.218436],"rotation":{"angle":-45,"axis":"x","origin":[-8,-11.324557,-5.9387493],"rescale":false},"shade":false,"to":[-8.378125,-9.324557,-5.938749]},{"faces":{"down":{"texture":"#0","uv":[8.8125,0,7.6875,0.5]},"east":{"texture":"#0","uv":[6.0625,0.5,6.5625,0.625]},"north":{"texture":"#0","uv":[6.5625,0.5,7.6875,0.625]},"south":{"texture":"#0","uv":[6.5625,0.5,7.6875,0.625]},"up":{"texture":"#0","uv":[7.6875,0.5,6.5625,0]},"west":{"texture":"#0","uv":[6.0625,0.5,6.5625,0.625]}},"from":[-14.8,-0.8000002,-12.569374],"shade":false,"to":[-7.6000004,-1.7881393e-7,-9.369374]},{"faces":{"down":{"texture":"#0","uv":[7.5625,1.0625,7.1875,1.4375]},"east":{"texture":"#0","uv":[6.4375,1.0625,6.0625,1.4375]},"north":{"texture":"#0","uv":[6.4375,1.4375,6.8125,1.0625]},"south":{"texture":"#0","uv":[7.5625,1.4375,7.1875,1.0625]},"up":{"texture":"#0","uv":[6.8125,1.4375,6.4375,1.0625]},"west":{"texture":"#0","uv":[6.0625,1.0625,6.4375,1.4375]}},"from":[-12.4,-0.39999962,-12.169374],"rotation":{"angle":45,"axis":"x","origin":[-11.2,0.79999924,-10.969375],"rescale":false},"shade":false,"to":[-10,2.0000005,-9.769375]}],"overrides":[],"textures":{"0":"item/w149762276_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1132.json b/assets/minecraft/models/w1132.json new file mode 100644 index 000000000..683029b81 --- /dev/null +++ b/assets/minecraft/models/w1132.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0.4375,2.25,0,1.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w149762276_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1133.json b/assets/minecraft/models/w1133.json new file mode 100644 index 000000000..95203080a --- /dev/null +++ b/assets/minecraft/models/w1133.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0.9375,2.25,0.5,1.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w149762276_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1134.json b/assets/minecraft/models/w1134.json new file mode 100644 index 000000000..683029b81 --- /dev/null +++ b/assets/minecraft/models/w1134.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0.4375,2.25,0,1.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w149762276_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1135.json b/assets/minecraft/models/w1135.json new file mode 100644 index 000000000..9c39aeda0 --- /dev/null +++ b/assets/minecraft/models/w1135.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0.4375,1.8125,0,2.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w149762276_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1136.json b/assets/minecraft/models/w1136.json new file mode 100644 index 000000000..2a549e272 --- /dev/null +++ b/assets/minecraft/models/w1136.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0.9375,1.8125,0.5,2.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w149762276_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1137.json b/assets/minecraft/models/w1137.json new file mode 100644 index 000000000..2a549e272 --- /dev/null +++ b/assets/minecraft/models/w1137.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0.9375,1.8125,0.5,2.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w149762276_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1138.json b/assets/minecraft/models/w1138.json new file mode 100644 index 000000000..7b0eb606d --- /dev/null +++ b/assets/minecraft/models/w1138.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.75,0,4,2.25]},"east":{"texture":"#0","uv":[0,2.25,2.25,3.75]},"north":{"texture":"#0","uv":[2.25,2.25,4,3.75]},"south":{"texture":"#0","uv":[6.25,2.25,8,3.75]},"up":{"texture":"#0","uv":[4,2.25,2.25,0]},"west":{"texture":"#0","uv":[4,2.25,6.25,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.6,-12.4]}],"overrides":[],"textures":{"0":"item/w746007989_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1139.json b/assets/minecraft/models/w1139.json new file mode 100644 index 000000000..463585e35 --- /dev/null +++ b/assets/minecraft/models/w1139.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.5,2.25,15.25,2.5]},"east":{"texture":"#0","uv":[14.75,2.5,15,3.5]},"north":{"texture":"#0","uv":[15,2.5,15.25,3.5]},"south":{"texture":"#0","uv":[15.5,2.5,15.75,3.5]},"up":{"texture":"#0","uv":[15.25,2.5,15,2.25]},"west":{"texture":"#0","uv":[15.25,2.5,15.5,3.5]}},"from":[-15.6,-16,-15.2],"shade":false,"to":[-15.200001,-14.4,-14.8]},{"faces":{"down":{"texture":"#0","uv":[16,3.75,15.25,4.5]},"east":{"texture":"#0","uv":[13.75,4.5,14.5,4.5]},"north":{"texture":"#0","uv":[14.5,4.5,15.25,4.5]},"south":{"texture":"#0","uv":[16,4.5,16.75,4.5]},"up":{"texture":"#0","uv":[15.25,4.5,14.5,3.75]},"west":{"texture":"#0","uv":[15.25,4.5,16,4.5]}},"from":[-16,-15.99,-16],"shade":false,"to":[-14.8,-15.99,-14.8]}],"overrides":[],"textures":{"0":"item/w746007989_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w114.json b/assets/minecraft/models/w114.json new file mode 100644 index 000000000..bd34a9fc0 --- /dev/null +++ b/assets/minecraft/models/w114.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.375,0.9375,9.3125,1]},"east":{"texture":"#0","uv":[9.1875,1,9.25,1.0625]},"north":{"texture":"#0","uv":[9.25,1,9.3125,1.0625]},"south":{"texture":"#0","uv":[9.375,1,9.4375,1.0625]},"up":{"texture":"#0","uv":[9.3125,1,9.25,0.9375]},"west":{"texture":"#0","uv":[9.3125,1,9.375,1.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.52,-15.6,-15.52]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1140.json b/assets/minecraft/models/w1140.json new file mode 100644 index 000000000..416d7418f --- /dev/null +++ b/assets/minecraft/models/w1140.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.25,2.25,15.5,2.5]},"east":{"texture":"#0","uv":[15.5,2.5,15.25,3.5]},"north":{"texture":"#0","uv":[15.25,2.5,15,3.5]},"south":{"texture":"#0","uv":[15.75,2.5,15.5,3.5]},"up":{"texture":"#0","uv":[15,2.5,15.25,2.25]},"west":{"texture":"#0","uv":[15,2.5,14.75,3.5]}},"from":[-15.6,-16,-15.2],"shade":false,"to":[-15.200001,-14.4,-14.8]},{"faces":{"down":{"texture":"#0","uv":[15.25,3.75,16,4.5]},"east":{"texture":"#0","uv":[16,4.5,15.25,4.5]},"north":{"texture":"#0","uv":[15.25,4.5,14.5,4.5]},"south":{"texture":"#0","uv":[16.75,4.5,16,4.5]},"up":{"texture":"#0","uv":[14.5,4.5,15.25,3.75]},"west":{"texture":"#0","uv":[14.5,4.5,13.75,4.5]}},"from":[-16,-15.99,-16],"shade":false,"to":[-14.8,-15.99,-14.8]}],"overrides":[],"textures":{"0":"item/w746007989_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1141.json b/assets/minecraft/models/w1141.json new file mode 100644 index 000000000..ebe358658 --- /dev/null +++ b/assets/minecraft/models/w1141.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,3.75,2.25,4.75]},"east":{"texture":"#0","uv":[0,4.75,1,6]},"north":{"texture":"#0","uv":[1,4.75,2.25,6]},"south":{"texture":"#0","uv":[3.25,4.75,4.5,6]},"up":{"texture":"#0","uv":[2.25,4.75,1,3.75]},"west":{"texture":"#0","uv":[2.25,4.75,3.25,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.4]}],"overrides":[],"textures":{"0":"item/w746007989_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1142.json b/assets/minecraft/models/w1142.json new file mode 100644 index 000000000..1087fffb4 --- /dev/null +++ b/assets/minecraft/models/w1142.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,1.75,12.5,3.5]},"east":{"texture":"#0","uv":[14.25,3.5,12.5,4.5]},"north":{"texture":"#0","uv":[12.5,3.5,12.5,4.5]},"south":{"texture":"#0","uv":[14.25,3.5,14.25,4.5]},"up":{"texture":"#0","uv":[12.5,3.5,12.5,1.75]},"west":{"texture":"#0","uv":[12.5,3.5,10.75,4.5]}},"from":[-15.5,-16,-15.9],"shade":false,"to":[-15.5,-14.4,-13.099999]},{"faces":{"down":{"texture":"#0","uv":[9.5,3.75,9.75,5.25]},"east":{"texture":"#0","uv":[11,5.25,9.5,6]},"north":{"texture":"#0","uv":[9.5,5.25,9.25,6]},"south":{"texture":"#0","uv":[11.25,5.25,11,6]},"up":{"texture":"#0","uv":[9.25,5.25,9.5,3.75]},"west":{"texture":"#0","uv":[9.25,5.25,7.75,6]}},"from":[-16,-15.5,-16],"shade":false,"to":[-15.6,-14.3,-13.6]}],"overrides":[],"textures":{"0":"item/w746007989_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1143.json b/assets/minecraft/models/w1143.json new file mode 100644 index 000000000..89ca71208 --- /dev/null +++ b/assets/minecraft/models/w1143.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.75,3.75,9.5,5.25]},"east":{"texture":"#0","uv":[7.75,5.25,9.25,6]},"north":{"texture":"#0","uv":[9.25,5.25,9.5,6]},"south":{"texture":"#0","uv":[11,5.25,11.25,6]},"up":{"texture":"#0","uv":[9.5,5.25,9.25,3.75]},"west":{"texture":"#0","uv":[9.5,5.25,11,6]}},"from":[-15.9,-15.5,-16],"shade":false,"to":[-15.5,-14.3,-13.6]},{"faces":{"down":{"texture":"#0","uv":[12.5,1.75,12.5,3.5]},"east":{"texture":"#0","uv":[10.75,3.5,12.5,4.5]},"north":{"texture":"#0","uv":[12.5,3.5,12.5,4.5]},"south":{"texture":"#0","uv":[14.25,3.5,14.25,4.5]},"up":{"texture":"#0","uv":[12.5,3.5,12.5,1.75]},"west":{"texture":"#0","uv":[12.5,3.5,14.25,4.5]}},"from":[-16,-16,-15.9],"shade":false,"to":[-16,-14.4,-13.099999]}],"overrides":[],"textures":{"0":"item/w746007989_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1144.json b/assets/minecraft/models/w1144.json new file mode 100644 index 000000000..578e6fe79 --- /dev/null +++ b/assets/minecraft/models/w1144.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.25,0,9,1.25]},"east":{"texture":"#0","uv":[6.5,1.25,7.75,2.25]},"north":{"texture":"#0","uv":[7.75,1.25,9,2.25]},"south":{"texture":"#0","uv":[10.25,1.25,11.5,2.25]},"up":{"texture":"#0","uv":[9,1.25,7.75,0]},"west":{"texture":"#0","uv":[9,1.25,10.25,2.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.4,-14]}],"overrides":[],"textures":{"0":"item/w746007989_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1145.json b/assets/minecraft/models/w1145.json new file mode 100644 index 000000000..bbf42f87e --- /dev/null +++ b/assets/minecraft/models/w1145.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.25,2.5,6.25,4]},"east":{"texture":"#0","uv":[4.75,4,6.25,6]},"north":{"texture":"#0","uv":[6.25,4,6.25,6]},"south":{"texture":"#0","uv":[7.75,4,7.75,6]},"up":{"texture":"#0","uv":[6.25,4,6.25,2.5]},"west":{"texture":"#0","uv":[6.25,4,7.75,6]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12.8,-13.6]}],"overrides":[],"textures":{"0":"item/w746007989_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1146.json b/assets/minecraft/models/w1146.json new file mode 100644 index 000000000..3a760f245 --- /dev/null +++ b/assets/minecraft/models/w1146.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,0.25,13.75,1.25]},"east":{"texture":"#0","uv":[11.75,1.25,12.75,2.25]},"north":{"texture":"#0","uv":[12.75,1.25,13.75,2.25]},"south":{"texture":"#0","uv":[14.75,1.25,15.75,2.25]},"up":{"texture":"#0","uv":[13.75,1.25,12.75,0.25]},"west":{"texture":"#0","uv":[13.75,1.25,14.75,2.25]}},"from":[-16,-16,-15.4],"shade":false,"to":[-14.4,-14.4,-13.799999]},{"faces":{"down":{"texture":"#0","uv":[14,2.5,13.75,3]},"east":{"texture":"#0","uv":[13,3,13.5,3.25]},"north":{"texture":"#0","uv":[13.5,3,13.75,3.25]},"south":{"texture":"#0","uv":[14.25,3,14.5,3.25]},"up":{"texture":"#0","uv":[13.75,3,13.5,2.5]},"west":{"texture":"#0","uv":[13.75,3,14.25,3.25]}},"from":[-15.4,-15.6,-16],"shade":false,"to":[-15,-15.200001,-15.2]}],"overrides":[],"textures":{"0":"item/w746007989_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1147.json b/assets/minecraft/models/w1147.json new file mode 100644 index 000000000..26211a71b --- /dev/null +++ b/assets/minecraft/models/w1147.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,2,11,2.5]},"east":{"texture":"#0","uv":[10.5,2.5,11,3.25]},"north":{"texture":"#0","uv":[11,2.5,11,3.25]},"south":{"texture":"#0","uv":[11.5,2.5,11.5,3.25]},"up":{"texture":"#0","uv":[11,2.5,11,2]},"west":{"texture":"#0","uv":[11,2.5,11.5,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w746007989_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1148.json b/assets/minecraft/models/w1148.json new file mode 100644 index 000000000..aa533c234 --- /dev/null +++ b/assets/minecraft/models/w1148.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,1.5,9.25,2.5]},"east":{"texture":"#0","uv":[8.25,2.5,9.25,3.5]},"north":{"texture":"#0","uv":[9.25,2.5,9.25,3.5]},"south":{"texture":"#0","uv":[10.25,2.5,10.25,3.5]},"up":{"texture":"#0","uv":[9.25,2.5,9.25,1.5]},"west":{"texture":"#0","uv":[9.25,2.5,10.25,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w746007989_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1149.json b/assets/minecraft/models/w1149.json new file mode 100644 index 000000000..02bc23a3a --- /dev/null +++ b/assets/minecraft/models/w1149.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.75,0,4,2.25]},"east":{"texture":"#0","uv":[0,2.25,2.25,3.75]},"north":{"texture":"#0","uv":[2.25,2.25,4,3.75]},"south":{"texture":"#0","uv":[6.25,2.25,8,3.75]},"up":{"texture":"#0","uv":[4,2.25,2.25,0]},"west":{"texture":"#0","uv":[4,2.25,6.25,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.6,-12.4]}],"overrides":[],"textures":{"0":"item/w1866785482_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w115.json b/assets/minecraft/models/w115.json new file mode 100644 index 000000000..f2eab228a --- /dev/null +++ b/assets/minecraft/models/w115.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.375,0.9375,9.3125,1]},"east":{"texture":"#0","uv":[9.1875,1,9.25,1.0625]},"north":{"texture":"#0","uv":[9.25,1,9.3125,1.0625]},"south":{"texture":"#0","uv":[9.375,1,9.4375,1.0625]},"up":{"texture":"#0","uv":[9.3125,1,9.25,0.9375]},"west":{"texture":"#0","uv":[9.3125,1,9.375,1.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1150.json b/assets/minecraft/models/w1150.json new file mode 100644 index 000000000..dc33235b1 --- /dev/null +++ b/assets/minecraft/models/w1150.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.5,2.25,15.25,2.5]},"east":{"texture":"#0","uv":[14.75,2.5,15,3.5]},"north":{"texture":"#0","uv":[15,2.5,15.25,3.5]},"south":{"texture":"#0","uv":[15.5,2.5,15.75,3.5]},"up":{"texture":"#0","uv":[15.25,2.5,15,2.25]},"west":{"texture":"#0","uv":[15.25,2.5,15.5,3.5]}},"from":[-15.6,-16,-15.2],"shade":false,"to":[-15.200001,-14.4,-14.8]},{"faces":{"down":{"texture":"#0","uv":[16,3.75,15.25,4.5]},"east":{"texture":"#0","uv":[13.75,4.5,14.5,4.5]},"north":{"texture":"#0","uv":[14.5,4.5,15.25,4.5]},"south":{"texture":"#0","uv":[16,4.5,16.75,4.5]},"up":{"texture":"#0","uv":[15.25,4.5,14.5,3.75]},"west":{"texture":"#0","uv":[15.25,4.5,16,4.5]}},"from":[-16,-15.99,-16],"shade":false,"to":[-14.8,-15.99,-14.8]}],"overrides":[],"textures":{"0":"item/w1866785482_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1151.json b/assets/minecraft/models/w1151.json new file mode 100644 index 000000000..e0f22b84d --- /dev/null +++ b/assets/minecraft/models/w1151.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.25,2.25,15.5,2.5]},"east":{"texture":"#0","uv":[15.5,2.5,15.25,3.5]},"north":{"texture":"#0","uv":[15.25,2.5,15,3.5]},"south":{"texture":"#0","uv":[15.75,2.5,15.5,3.5]},"up":{"texture":"#0","uv":[15,2.5,15.25,2.25]},"west":{"texture":"#0","uv":[15,2.5,14.75,3.5]}},"from":[-15.6,-16,-15.2],"shade":false,"to":[-15.200001,-14.4,-14.8]},{"faces":{"down":{"texture":"#0","uv":[15.25,3.75,16,4.5]},"east":{"texture":"#0","uv":[16,4.5,15.25,4.5]},"north":{"texture":"#0","uv":[15.25,4.5,14.5,4.5]},"south":{"texture":"#0","uv":[16.75,4.5,16,4.5]},"up":{"texture":"#0","uv":[14.5,4.5,15.25,3.75]},"west":{"texture":"#0","uv":[14.5,4.5,13.75,4.5]}},"from":[-16,-15.99,-16],"shade":false,"to":[-14.8,-15.99,-14.8]}],"overrides":[],"textures":{"0":"item/w1866785482_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1152.json b/assets/minecraft/models/w1152.json new file mode 100644 index 000000000..2e1c82960 --- /dev/null +++ b/assets/minecraft/models/w1152.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,3.75,2.25,4.75]},"east":{"texture":"#0","uv":[0,4.75,1,6]},"north":{"texture":"#0","uv":[1,4.75,2.25,6]},"south":{"texture":"#0","uv":[3.25,4.75,4.5,6]},"up":{"texture":"#0","uv":[2.25,4.75,1,3.75]},"west":{"texture":"#0","uv":[2.25,4.75,3.25,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.4]}],"overrides":[],"textures":{"0":"item/w1866785482_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1153.json b/assets/minecraft/models/w1153.json new file mode 100644 index 000000000..768e2a616 --- /dev/null +++ b/assets/minecraft/models/w1153.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,1.75,12.5,3.5]},"east":{"texture":"#0","uv":[14.25,3.5,12.5,4.5]},"north":{"texture":"#0","uv":[12.5,3.5,12.5,4.5]},"south":{"texture":"#0","uv":[14.25,3.5,14.25,4.5]},"up":{"texture":"#0","uv":[12.5,3.5,12.5,1.75]},"west":{"texture":"#0","uv":[12.5,3.5,10.75,4.5]}},"from":[-15.5,-16,-15.9],"shade":false,"to":[-15.5,-14.4,-13.099999]},{"faces":{"down":{"texture":"#0","uv":[9.5,3.75,9.75,5.25]},"east":{"texture":"#0","uv":[11,5.25,9.5,6]},"north":{"texture":"#0","uv":[9.5,5.25,9.25,6]},"south":{"texture":"#0","uv":[11.25,5.25,11,6]},"up":{"texture":"#0","uv":[9.25,5.25,9.5,3.75]},"west":{"texture":"#0","uv":[9.25,5.25,7.75,6]}},"from":[-16,-15.5,-16],"shade":false,"to":[-15.6,-14.3,-13.6]}],"overrides":[],"textures":{"0":"item/w1866785482_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1154.json b/assets/minecraft/models/w1154.json new file mode 100644 index 000000000..7da341853 --- /dev/null +++ b/assets/minecraft/models/w1154.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.75,3.75,9.5,5.25]},"east":{"texture":"#0","uv":[7.75,5.25,9.25,6]},"north":{"texture":"#0","uv":[9.25,5.25,9.5,6]},"south":{"texture":"#0","uv":[11,5.25,11.25,6]},"up":{"texture":"#0","uv":[9.5,5.25,9.25,3.75]},"west":{"texture":"#0","uv":[9.5,5.25,11,6]}},"from":[-15.9,-15.5,-16],"shade":false,"to":[-15.5,-14.3,-13.6]},{"faces":{"down":{"texture":"#0","uv":[12.5,1.75,12.5,3.5]},"east":{"texture":"#0","uv":[10.75,3.5,12.5,4.5]},"north":{"texture":"#0","uv":[12.5,3.5,12.5,4.5]},"south":{"texture":"#0","uv":[14.25,3.5,14.25,4.5]},"up":{"texture":"#0","uv":[12.5,3.5,12.5,1.75]},"west":{"texture":"#0","uv":[12.5,3.5,14.25,4.5]}},"from":[-16,-16,-15.9],"shade":false,"to":[-16,-14.4,-13.099999]}],"overrides":[],"textures":{"0":"item/w1866785482_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1155.json b/assets/minecraft/models/w1155.json new file mode 100644 index 000000000..ea3d292c9 --- /dev/null +++ b/assets/minecraft/models/w1155.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.25,0,9,1.25]},"east":{"texture":"#0","uv":[6.5,1.25,7.75,2.25]},"north":{"texture":"#0","uv":[7.75,1.25,9,2.25]},"south":{"texture":"#0","uv":[10.25,1.25,11.5,2.25]},"up":{"texture":"#0","uv":[9,1.25,7.75,0]},"west":{"texture":"#0","uv":[9,1.25,10.25,2.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.4,-14]}],"overrides":[],"textures":{"0":"item/w1866785482_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1156.json b/assets/minecraft/models/w1156.json new file mode 100644 index 000000000..f4cb3c184 --- /dev/null +++ b/assets/minecraft/models/w1156.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.25,2.5,6.25,4]},"east":{"texture":"#0","uv":[4.75,4,6.25,6]},"north":{"texture":"#0","uv":[6.25,4,6.25,6]},"south":{"texture":"#0","uv":[7.75,4,7.75,6]},"up":{"texture":"#0","uv":[6.25,4,6.25,2.5]},"west":{"texture":"#0","uv":[6.25,4,7.75,6]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12.8,-13.6]}],"overrides":[],"textures":{"0":"item/w1866785482_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1157.json b/assets/minecraft/models/w1157.json new file mode 100644 index 000000000..483a594b0 --- /dev/null +++ b/assets/minecraft/models/w1157.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,0.25,13.75,1.25]},"east":{"texture":"#0","uv":[11.75,1.25,12.75,2.25]},"north":{"texture":"#0","uv":[12.75,1.25,13.75,2.25]},"south":{"texture":"#0","uv":[14.75,1.25,15.75,2.25]},"up":{"texture":"#0","uv":[13.75,1.25,12.75,0.25]},"west":{"texture":"#0","uv":[13.75,1.25,14.75,2.25]}},"from":[-16,-16,-15.4],"shade":false,"to":[-14.4,-14.4,-13.799999]},{"faces":{"down":{"texture":"#0","uv":[14,2.5,13.75,3]},"east":{"texture":"#0","uv":[13,3,13.5,3.25]},"north":{"texture":"#0","uv":[13.5,3,13.75,3.25]},"south":{"texture":"#0","uv":[14.25,3,14.5,3.25]},"up":{"texture":"#0","uv":[13.75,3,13.5,2.5]},"west":{"texture":"#0","uv":[13.75,3,14.25,3.25]}},"from":[-15.4,-15.6,-16],"shade":false,"to":[-15,-15.200001,-15.2]}],"overrides":[],"textures":{"0":"item/w1866785482_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1158.json b/assets/minecraft/models/w1158.json new file mode 100644 index 000000000..a194aab36 --- /dev/null +++ b/assets/minecraft/models/w1158.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,2,11,2.5]},"east":{"texture":"#0","uv":[10.5,2.5,11,3.25]},"north":{"texture":"#0","uv":[11,2.5,11,3.25]},"south":{"texture":"#0","uv":[11.5,2.5,11.5,3.25]},"up":{"texture":"#0","uv":[11,2.5,11,2]},"west":{"texture":"#0","uv":[11,2.5,11.5,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1866785482_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1159.json b/assets/minecraft/models/w1159.json new file mode 100644 index 000000000..20d0c5122 --- /dev/null +++ b/assets/minecraft/models/w1159.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,1.5,9.25,2.5]},"east":{"texture":"#0","uv":[8.25,2.5,9.25,3.5]},"north":{"texture":"#0","uv":[9.25,2.5,9.25,3.5]},"south":{"texture":"#0","uv":[10.25,2.5,10.25,3.5]},"up":{"texture":"#0","uv":[9.25,2.5,9.25,1.5]},"west":{"texture":"#0","uv":[9.25,2.5,10.25,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1866785482_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w116.json b/assets/minecraft/models/w116.json new file mode 100644 index 000000000..bd34a9fc0 --- /dev/null +++ b/assets/minecraft/models/w116.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.375,0.9375,9.3125,1]},"east":{"texture":"#0","uv":[9.1875,1,9.25,1.0625]},"north":{"texture":"#0","uv":[9.25,1,9.3125,1.0625]},"south":{"texture":"#0","uv":[9.375,1,9.4375,1.0625]},"up":{"texture":"#0","uv":[9.3125,1,9.25,0.9375]},"west":{"texture":"#0","uv":[9.3125,1,9.375,1.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.52,-15.6,-15.52]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1160.json b/assets/minecraft/models/w1160.json new file mode 100644 index 000000000..49196a4b1 --- /dev/null +++ b/assets/minecraft/models/w1160.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.75,0,4,2.25]},"east":{"texture":"#0","uv":[0,2.25,2.25,3.75]},"north":{"texture":"#0","uv":[2.25,2.25,4,3.75]},"south":{"texture":"#0","uv":[6.25,2.25,8,3.75]},"up":{"texture":"#0","uv":[4,2.25,2.25,0]},"west":{"texture":"#0","uv":[4,2.25,6.25,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.6,-12.4]}],"overrides":[],"textures":{"0":"item/w172183170_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1161.json b/assets/minecraft/models/w1161.json new file mode 100644 index 000000000..67cfae03e --- /dev/null +++ b/assets/minecraft/models/w1161.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.5,2.25,15.25,2.5]},"east":{"texture":"#0","uv":[14.75,2.5,15,3.5]},"north":{"texture":"#0","uv":[15,2.5,15.25,3.5]},"south":{"texture":"#0","uv":[15.5,2.5,15.75,3.5]},"up":{"texture":"#0","uv":[15.25,2.5,15,2.25]},"west":{"texture":"#0","uv":[15.25,2.5,15.5,3.5]}},"from":[-15.6,-16,-15.2],"shade":false,"to":[-15.200001,-14.4,-14.8]},{"faces":{"down":{"texture":"#0","uv":[16,3.75,15.25,4.5]},"east":{"texture":"#0","uv":[13.75,4.5,14.5,4.5]},"north":{"texture":"#0","uv":[14.5,4.5,15.25,4.5]},"south":{"texture":"#0","uv":[16,4.5,16.75,4.5]},"up":{"texture":"#0","uv":[15.25,4.5,14.5,3.75]},"west":{"texture":"#0","uv":[15.25,4.5,16,4.5]}},"from":[-16,-15.99,-16],"shade":false,"to":[-14.8,-15.99,-14.8]}],"overrides":[],"textures":{"0":"item/w172183170_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1162.json b/assets/minecraft/models/w1162.json new file mode 100644 index 000000000..918e93571 --- /dev/null +++ b/assets/minecraft/models/w1162.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.25,2.25,15.5,2.5]},"east":{"texture":"#0","uv":[15.5,2.5,15.25,3.5]},"north":{"texture":"#0","uv":[15.25,2.5,15,3.5]},"south":{"texture":"#0","uv":[15.75,2.5,15.5,3.5]},"up":{"texture":"#0","uv":[15,2.5,15.25,2.25]},"west":{"texture":"#0","uv":[15,2.5,14.75,3.5]}},"from":[-15.6,-16,-15.2],"shade":false,"to":[-15.200001,-14.4,-14.8]},{"faces":{"down":{"texture":"#0","uv":[15.25,3.75,16,4.5]},"east":{"texture":"#0","uv":[16,4.5,15.25,4.5]},"north":{"texture":"#0","uv":[15.25,4.5,14.5,4.5]},"south":{"texture":"#0","uv":[16.75,4.5,16,4.5]},"up":{"texture":"#0","uv":[14.5,4.5,15.25,3.75]},"west":{"texture":"#0","uv":[14.5,4.5,13.75,4.5]}},"from":[-16,-15.99,-16],"shade":false,"to":[-14.8,-15.99,-14.8]}],"overrides":[],"textures":{"0":"item/w172183170_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1163.json b/assets/minecraft/models/w1163.json new file mode 100644 index 000000000..ae9266fff --- /dev/null +++ b/assets/minecraft/models/w1163.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,3.75,2.25,4.75]},"east":{"texture":"#0","uv":[0,4.75,1,6]},"north":{"texture":"#0","uv":[1,4.75,2.25,6]},"south":{"texture":"#0","uv":[3.25,4.75,4.5,6]},"up":{"texture":"#0","uv":[2.25,4.75,1,3.75]},"west":{"texture":"#0","uv":[2.25,4.75,3.25,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.4]}],"overrides":[],"textures":{"0":"item/w172183170_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1164.json b/assets/minecraft/models/w1164.json new file mode 100644 index 000000000..11bd60a72 --- /dev/null +++ b/assets/minecraft/models/w1164.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,1.75,12.5,3.5]},"east":{"texture":"#0","uv":[14.25,3.5,12.5,4.5]},"north":{"texture":"#0","uv":[12.5,3.5,12.5,4.5]},"south":{"texture":"#0","uv":[14.25,3.5,14.25,4.5]},"up":{"texture":"#0","uv":[12.5,3.5,12.5,1.75]},"west":{"texture":"#0","uv":[12.5,3.5,10.75,4.5]}},"from":[-15.5,-16,-15.9],"shade":false,"to":[-15.5,-14.4,-13.099999]},{"faces":{"down":{"texture":"#0","uv":[9.5,3.75,9.75,5.25]},"east":{"texture":"#0","uv":[11,5.25,9.5,6]},"north":{"texture":"#0","uv":[9.5,5.25,9.25,6]},"south":{"texture":"#0","uv":[11.25,5.25,11,6]},"up":{"texture":"#0","uv":[9.25,5.25,9.5,3.75]},"west":{"texture":"#0","uv":[9.25,5.25,7.75,6]}},"from":[-16,-15.5,-16],"shade":false,"to":[-15.6,-14.3,-13.6]}],"overrides":[],"textures":{"0":"item/w172183170_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1165.json b/assets/minecraft/models/w1165.json new file mode 100644 index 000000000..d8dfc7c46 --- /dev/null +++ b/assets/minecraft/models/w1165.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.75,3.75,9.5,5.25]},"east":{"texture":"#0","uv":[7.75,5.25,9.25,6]},"north":{"texture":"#0","uv":[9.25,5.25,9.5,6]},"south":{"texture":"#0","uv":[11,5.25,11.25,6]},"up":{"texture":"#0","uv":[9.5,5.25,9.25,3.75]},"west":{"texture":"#0","uv":[9.5,5.25,11,6]}},"from":[-15.9,-15.5,-16],"shade":false,"to":[-15.5,-14.3,-13.6]},{"faces":{"down":{"texture":"#0","uv":[12.5,1.75,12.5,3.5]},"east":{"texture":"#0","uv":[10.75,3.5,12.5,4.5]},"north":{"texture":"#0","uv":[12.5,3.5,12.5,4.5]},"south":{"texture":"#0","uv":[14.25,3.5,14.25,4.5]},"up":{"texture":"#0","uv":[12.5,3.5,12.5,1.75]},"west":{"texture":"#0","uv":[12.5,3.5,14.25,4.5]}},"from":[-16,-16,-15.9],"shade":false,"to":[-16,-14.4,-13.099999]}],"overrides":[],"textures":{"0":"item/w172183170_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1166.json b/assets/minecraft/models/w1166.json new file mode 100644 index 000000000..699eb937b --- /dev/null +++ b/assets/minecraft/models/w1166.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.25,0,9,1.25]},"east":{"texture":"#0","uv":[6.5,1.25,7.75,2.25]},"north":{"texture":"#0","uv":[7.75,1.25,9,2.25]},"south":{"texture":"#0","uv":[10.25,1.25,11.5,2.25]},"up":{"texture":"#0","uv":[9,1.25,7.75,0]},"west":{"texture":"#0","uv":[9,1.25,10.25,2.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.4,-14]}],"overrides":[],"textures":{"0":"item/w172183170_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1167.json b/assets/minecraft/models/w1167.json new file mode 100644 index 000000000..a3f50ec91 --- /dev/null +++ b/assets/minecraft/models/w1167.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[5,5,0,10]},"east":{"texture":"#1","uv":[5,0,10,3]},"north":{"texture":"#1","uv":[5,0,10,3]},"south":{"texture":"#1","uv":[5,0,10,3]},"up":{"texture":"#1","uv":[5,5,0,0]},"west":{"texture":"#1","uv":[5,0,10,3]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-13.6,-12]}],"overrides":[],"textures":{"1":"item/w172183170_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1168.json b/assets/minecraft/models/w1168.json new file mode 100644 index 000000000..3bad3e6f7 --- /dev/null +++ b/assets/minecraft/models/w1168.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.25,2.5,6.25,4]},"east":{"texture":"#0","uv":[4.75,4,6.25,6]},"north":{"texture":"#0","uv":[6.25,4,6.25,6]},"south":{"texture":"#0","uv":[7.75,4,7.75,6]},"up":{"texture":"#0","uv":[6.25,4,6.25,2.5]},"west":{"texture":"#0","uv":[6.25,4,7.75,6]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12.8,-13.6]}],"overrides":[],"textures":{"0":"item/w172183170_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1169.json b/assets/minecraft/models/w1169.json new file mode 100644 index 000000000..0b1a3b333 --- /dev/null +++ b/assets/minecraft/models/w1169.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,0.25,13.75,1.25]},"east":{"texture":"#0","uv":[11.75,1.25,12.75,2.25]},"north":{"texture":"#0","uv":[12.75,1.25,13.75,2.25]},"south":{"texture":"#0","uv":[14.75,1.25,15.75,2.25]},"up":{"texture":"#0","uv":[13.75,1.25,12.75,0.25]},"west":{"texture":"#0","uv":[13.75,1.25,14.75,2.25]}},"from":[-16,-16,-15.4],"shade":false,"to":[-14.4,-14.4,-13.799999]},{"faces":{"down":{"texture":"#0","uv":[14,2.5,13.75,3]},"east":{"texture":"#0","uv":[13,3,13.5,3.25]},"north":{"texture":"#0","uv":[13.5,3,13.75,3.25]},"south":{"texture":"#0","uv":[14.25,3,14.5,3.25]},"up":{"texture":"#0","uv":[13.75,3,13.5,2.5]},"west":{"texture":"#0","uv":[13.75,3,14.25,3.25]}},"from":[-15.4,-15.6,-16],"shade":false,"to":[-15,-15.200001,-15.2]}],"overrides":[],"textures":{"0":"item/w172183170_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w117.json b/assets/minecraft/models/w117.json new file mode 100644 index 000000000..d3939a6a9 --- /dev/null +++ b/assets/minecraft/models/w117.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.375,0.9375,9.3125,1]},"east":{"texture":"#0","uv":[9.1875,1,9.25,1.0625]},"north":{"texture":"#0","uv":[9.25,1,9.3125,1.0625]},"south":{"texture":"#0","uv":[9.375,1,9.4375,1.0625]},"up":{"texture":"#0","uv":[9.3125,1,9.25,0.9375]},"west":{"texture":"#0","uv":[9.3125,1,9.375,1.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.32,-15.6,-15.32]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1170.json b/assets/minecraft/models/w1170.json new file mode 100644 index 000000000..5518cf37f --- /dev/null +++ b/assets/minecraft/models/w1170.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,2,11,2.5]},"east":{"texture":"#0","uv":[10.5,2.5,11,3.25]},"north":{"texture":"#0","uv":[11,2.5,11,3.25]},"south":{"texture":"#0","uv":[11.5,2.5,11.5,3.25]},"up":{"texture":"#0","uv":[11,2.5,11,2]},"west":{"texture":"#0","uv":[11,2.5,11.5,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w172183170_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1171.json b/assets/minecraft/models/w1171.json new file mode 100644 index 000000000..03eacac55 --- /dev/null +++ b/assets/minecraft/models/w1171.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,1.5,9.25,2.5]},"east":{"texture":"#0","uv":[8.25,2.5,9.25,3.5]},"north":{"texture":"#0","uv":[9.25,2.5,9.25,3.5]},"south":{"texture":"#0","uv":[10.25,2.5,10.25,3.5]},"up":{"texture":"#0","uv":[9.25,2.5,9.25,1.5]},"west":{"texture":"#0","uv":[9.25,2.5,10.25,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w172183170_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1172.json b/assets/minecraft/models/w1172.json new file mode 100644 index 000000000..c208cd773 --- /dev/null +++ b/assets/minecraft/models/w1172.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.75,0,4,2.25]},"east":{"texture":"#0","uv":[0,2.25,2.25,3.75]},"north":{"texture":"#0","uv":[2.25,2.25,4,3.75]},"south":{"texture":"#0","uv":[6.25,2.25,8,3.75]},"up":{"texture":"#0","uv":[4,2.25,2.25,0]},"west":{"texture":"#0","uv":[4,2.25,6.25,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.6,-12.4]}],"overrides":[],"textures":{"0":"item/w1512003152_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1173.json b/assets/minecraft/models/w1173.json new file mode 100644 index 000000000..92bd1ba14 --- /dev/null +++ b/assets/minecraft/models/w1173.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.5,2.25,15.25,2.5]},"east":{"texture":"#0","uv":[14.75,2.5,15,3.5]},"north":{"texture":"#0","uv":[15,2.5,15.25,3.5]},"south":{"texture":"#0","uv":[15.5,2.5,15.75,3.5]},"up":{"texture":"#0","uv":[15.25,2.5,15,2.25]},"west":{"texture":"#0","uv":[15.25,2.5,15.5,3.5]}},"from":[-15.6,-16,-15.2],"shade":false,"to":[-15.200001,-14.4,-14.8]},{"faces":{"down":{"texture":"#0","uv":[16,3.75,15.25,4.5]},"east":{"texture":"#0","uv":[13.75,4.5,14.5,4.5]},"north":{"texture":"#0","uv":[14.5,4.5,15.25,4.5]},"south":{"texture":"#0","uv":[16,4.5,16.75,4.5]},"up":{"texture":"#0","uv":[15.25,4.5,14.5,3.75]},"west":{"texture":"#0","uv":[15.25,4.5,16,4.5]}},"from":[-16,-15.99,-16],"shade":false,"to":[-14.8,-15.99,-14.8]}],"overrides":[],"textures":{"0":"item/w1512003152_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1174.json b/assets/minecraft/models/w1174.json new file mode 100644 index 000000000..33f391e40 --- /dev/null +++ b/assets/minecraft/models/w1174.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.25,2.25,15.5,2.5]},"east":{"texture":"#0","uv":[15.5,2.5,15.25,3.5]},"north":{"texture":"#0","uv":[15.25,2.5,15,3.5]},"south":{"texture":"#0","uv":[15.75,2.5,15.5,3.5]},"up":{"texture":"#0","uv":[15,2.5,15.25,2.25]},"west":{"texture":"#0","uv":[15,2.5,14.75,3.5]}},"from":[-15.6,-16,-15.2],"shade":false,"to":[-15.200001,-14.4,-14.8]},{"faces":{"down":{"texture":"#0","uv":[15.25,3.75,16,4.5]},"east":{"texture":"#0","uv":[16,4.5,15.25,4.5]},"north":{"texture":"#0","uv":[15.25,4.5,14.5,4.5]},"south":{"texture":"#0","uv":[16.75,4.5,16,4.5]},"up":{"texture":"#0","uv":[14.5,4.5,15.25,3.75]},"west":{"texture":"#0","uv":[14.5,4.5,13.75,4.5]}},"from":[-16,-15.99,-16],"shade":false,"to":[-14.8,-15.99,-14.8]}],"overrides":[],"textures":{"0":"item/w1512003152_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1175.json b/assets/minecraft/models/w1175.json new file mode 100644 index 000000000..67466f51f --- /dev/null +++ b/assets/minecraft/models/w1175.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,3.75,2.25,4.75]},"east":{"texture":"#0","uv":[0,4.75,1,6]},"north":{"texture":"#0","uv":[1,4.75,2.25,6]},"south":{"texture":"#0","uv":[3.25,4.75,4.5,6]},"up":{"texture":"#0","uv":[2.25,4.75,1,3.75]},"west":{"texture":"#0","uv":[2.25,4.75,3.25,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.4]}],"overrides":[],"textures":{"0":"item/w1512003152_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1176.json b/assets/minecraft/models/w1176.json new file mode 100644 index 000000000..6bda81de9 --- /dev/null +++ b/assets/minecraft/models/w1176.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,1.75,12.5,3.5]},"east":{"texture":"#0","uv":[14.25,3.5,12.5,4.5]},"north":{"texture":"#0","uv":[12.5,3.5,12.5,4.5]},"south":{"texture":"#0","uv":[14.25,3.5,14.25,4.5]},"up":{"texture":"#0","uv":[12.5,3.5,12.5,1.75]},"west":{"texture":"#0","uv":[12.5,3.5,10.75,4.5]}},"from":[-15.5,-16,-15.9],"shade":false,"to":[-15.5,-14.4,-13.099999]},{"faces":{"down":{"texture":"#0","uv":[9.5,3.75,9.75,5.25]},"east":{"texture":"#0","uv":[11,5.25,9.5,6]},"north":{"texture":"#0","uv":[9.5,5.25,9.25,6]},"south":{"texture":"#0","uv":[11.25,5.25,11,6]},"up":{"texture":"#0","uv":[9.25,5.25,9.5,3.75]},"west":{"texture":"#0","uv":[9.25,5.25,7.75,6]}},"from":[-16,-15.5,-16],"shade":false,"to":[-15.6,-14.3,-13.6]}],"overrides":[],"textures":{"0":"item/w1512003152_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1177.json b/assets/minecraft/models/w1177.json new file mode 100644 index 000000000..d2507a7c5 --- /dev/null +++ b/assets/minecraft/models/w1177.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.75,3.75,9.5,5.25]},"east":{"texture":"#0","uv":[7.75,5.25,9.25,6]},"north":{"texture":"#0","uv":[9.25,5.25,9.5,6]},"south":{"texture":"#0","uv":[11,5.25,11.25,6]},"up":{"texture":"#0","uv":[9.5,5.25,9.25,3.75]},"west":{"texture":"#0","uv":[9.5,5.25,11,6]}},"from":[-15.9,-15.5,-16],"shade":false,"to":[-15.5,-14.3,-13.6]},{"faces":{"down":{"texture":"#0","uv":[12.5,1.75,12.5,3.5]},"east":{"texture":"#0","uv":[10.75,3.5,12.5,4.5]},"north":{"texture":"#0","uv":[12.5,3.5,12.5,4.5]},"south":{"texture":"#0","uv":[14.25,3.5,14.25,4.5]},"up":{"texture":"#0","uv":[12.5,3.5,12.5,1.75]},"west":{"texture":"#0","uv":[12.5,3.5,14.25,4.5]}},"from":[-16,-16,-15.9],"shade":false,"to":[-16,-14.4,-13.099999]}],"overrides":[],"textures":{"0":"item/w1512003152_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1178.json b/assets/minecraft/models/w1178.json new file mode 100644 index 000000000..c2f185537 --- /dev/null +++ b/assets/minecraft/models/w1178.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.25,0,9,1.25]},"east":{"texture":"#0","uv":[6.5,1.25,7.75,2.25]},"north":{"texture":"#0","uv":[7.75,1.25,9,2.25]},"south":{"texture":"#0","uv":[10.25,1.25,11.5,2.25]},"up":{"texture":"#0","uv":[9,1.25,7.75,0]},"west":{"texture":"#0","uv":[9,1.25,10.25,2.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.4,-14]}],"overrides":[],"textures":{"0":"item/w1512003152_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1179.json b/assets/minecraft/models/w1179.json new file mode 100644 index 000000000..298a82098 --- /dev/null +++ b/assets/minecraft/models/w1179.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.25,2.5,6.25,4]},"east":{"texture":"#0","uv":[4.75,4,6.25,6]},"north":{"texture":"#0","uv":[6.25,4,6.25,6]},"south":{"texture":"#0","uv":[7.75,4,7.75,6]},"up":{"texture":"#0","uv":[6.25,4,6.25,2.5]},"west":{"texture":"#0","uv":[6.25,4,7.75,6]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12.8,-13.6]}],"overrides":[],"textures":{"0":"item/w1512003152_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w118.json b/assets/minecraft/models/w118.json new file mode 100644 index 000000000..7217a5916 --- /dev/null +++ b/assets/minecraft/models/w118.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.3125,0.9375,9.375,1]},"east":{"texture":"#0","uv":[9.375,1,9.3125,1.0625]},"north":{"texture":"#0","uv":[9.3125,1,9.25,1.0625]},"south":{"texture":"#0","uv":[9.4375,1,9.375,1.0625]},"up":{"texture":"#0","uv":[9.25,1,9.3125,0.9375]},"west":{"texture":"#0","uv":[9.25,1,9.1875,1.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.44,-15.6,-15.44]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1180.json b/assets/minecraft/models/w1180.json new file mode 100644 index 000000000..2694496dd --- /dev/null +++ b/assets/minecraft/models/w1180.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,0.25,13.75,1.25]},"east":{"texture":"#0","uv":[11.75,1.25,12.75,2.25]},"north":{"texture":"#0","uv":[12.75,1.25,13.75,2.25]},"south":{"texture":"#0","uv":[14.75,1.25,15.75,2.25]},"up":{"texture":"#0","uv":[13.75,1.25,12.75,0.25]},"west":{"texture":"#0","uv":[13.75,1.25,14.75,2.25]}},"from":[-16,-16,-15.4],"shade":false,"to":[-14.4,-14.4,-13.799999]},{"faces":{"down":{"texture":"#0","uv":[14,2.5,13.75,3]},"east":{"texture":"#0","uv":[13,3,13.5,3.25]},"north":{"texture":"#0","uv":[13.5,3,13.75,3.25]},"south":{"texture":"#0","uv":[14.25,3,14.5,3.25]},"up":{"texture":"#0","uv":[13.75,3,13.5,2.5]},"west":{"texture":"#0","uv":[13.75,3,14.25,3.25]}},"from":[-15.4,-15.6,-16],"shade":false,"to":[-15,-15.200001,-15.2]}],"overrides":[],"textures":{"0":"item/w1512003152_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1181.json b/assets/minecraft/models/w1181.json new file mode 100644 index 000000000..0fe4454f0 --- /dev/null +++ b/assets/minecraft/models/w1181.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,2,11,2.5]},"east":{"texture":"#0","uv":[10.5,2.5,11,3.25]},"north":{"texture":"#0","uv":[11,2.5,11,3.25]},"south":{"texture":"#0","uv":[11.5,2.5,11.5,3.25]},"up":{"texture":"#0","uv":[11,2.5,11,2]},"west":{"texture":"#0","uv":[11,2.5,11.5,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1512003152_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1182.json b/assets/minecraft/models/w1182.json new file mode 100644 index 000000000..341a0cb58 --- /dev/null +++ b/assets/minecraft/models/w1182.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,1.5,9.25,2.5]},"east":{"texture":"#0","uv":[8.25,2.5,9.25,3.5]},"north":{"texture":"#0","uv":[9.25,2.5,9.25,3.5]},"south":{"texture":"#0","uv":[10.25,2.5,10.25,3.5]},"up":{"texture":"#0","uv":[9.25,2.5,9.25,1.5]},"west":{"texture":"#0","uv":[9.25,2.5,10.25,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1512003152_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1183.json b/assets/minecraft/models/w1183.json new file mode 100644 index 000000000..fcfbed482 --- /dev/null +++ b/assets/minecraft/models/w1183.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.75,0,4,2.25]},"east":{"texture":"#0","uv":[0,2.25,2.25,3.75]},"north":{"texture":"#0","uv":[2.25,2.25,4,3.75]},"south":{"texture":"#0","uv":[6.25,2.25,8,3.75]},"up":{"texture":"#0","uv":[4,2.25,2.25,0]},"west":{"texture":"#0","uv":[4,2.25,6.25,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.6,-12.4]}],"overrides":[],"textures":{"0":"item/w638910535_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1184.json b/assets/minecraft/models/w1184.json new file mode 100644 index 000000000..e400a432b --- /dev/null +++ b/assets/minecraft/models/w1184.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.5,2.25,15.25,2.5]},"east":{"texture":"#0","uv":[14.75,2.5,15,3.5]},"north":{"texture":"#0","uv":[15,2.5,15.25,3.5]},"south":{"texture":"#0","uv":[15.5,2.5,15.75,3.5]},"up":{"texture":"#0","uv":[15.25,2.5,15,2.25]},"west":{"texture":"#0","uv":[15.25,2.5,15.5,3.5]}},"from":[-15.6,-16,-15.2],"shade":false,"to":[-15.200001,-14.4,-14.8]},{"faces":{"down":{"texture":"#0","uv":[16,3.75,15.25,4.5]},"east":{"texture":"#0","uv":[13.75,4.5,14.5,4.5]},"north":{"texture":"#0","uv":[14.5,4.5,15.25,4.5]},"south":{"texture":"#0","uv":[16,4.5,16.75,4.5]},"up":{"texture":"#0","uv":[15.25,4.5,14.5,3.75]},"west":{"texture":"#0","uv":[15.25,4.5,16,4.5]}},"from":[-16,-15.99,-16],"shade":false,"to":[-14.8,-15.99,-14.8]}],"overrides":[],"textures":{"0":"item/w638910535_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1185.json b/assets/minecraft/models/w1185.json new file mode 100644 index 000000000..fb0dd4fc0 --- /dev/null +++ b/assets/minecraft/models/w1185.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.25,2.25,15.5,2.5]},"east":{"texture":"#0","uv":[15.5,2.5,15.25,3.5]},"north":{"texture":"#0","uv":[15.25,2.5,15,3.5]},"south":{"texture":"#0","uv":[15.75,2.5,15.5,3.5]},"up":{"texture":"#0","uv":[15,2.5,15.25,2.25]},"west":{"texture":"#0","uv":[15,2.5,14.75,3.5]}},"from":[-15.6,-16,-15.2],"shade":false,"to":[-15.200001,-14.4,-14.8]},{"faces":{"down":{"texture":"#0","uv":[15.25,3.75,16,4.5]},"east":{"texture":"#0","uv":[16,4.5,15.25,4.5]},"north":{"texture":"#0","uv":[15.25,4.5,14.5,4.5]},"south":{"texture":"#0","uv":[16.75,4.5,16,4.5]},"up":{"texture":"#0","uv":[14.5,4.5,15.25,3.75]},"west":{"texture":"#0","uv":[14.5,4.5,13.75,4.5]}},"from":[-16,-15.99,-16],"shade":false,"to":[-14.8,-15.99,-14.8]}],"overrides":[],"textures":{"0":"item/w638910535_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1186.json b/assets/minecraft/models/w1186.json new file mode 100644 index 000000000..48574b318 --- /dev/null +++ b/assets/minecraft/models/w1186.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,3.75,2.25,4.75]},"east":{"texture":"#0","uv":[0,4.75,1,6]},"north":{"texture":"#0","uv":[1,4.75,2.25,6]},"south":{"texture":"#0","uv":[3.25,4.75,4.5,6]},"up":{"texture":"#0","uv":[2.25,4.75,1,3.75]},"west":{"texture":"#0","uv":[2.25,4.75,3.25,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.4]}],"overrides":[],"textures":{"0":"item/w638910535_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1187.json b/assets/minecraft/models/w1187.json new file mode 100644 index 000000000..ee0871d76 --- /dev/null +++ b/assets/minecraft/models/w1187.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,1.75,12.5,3.5]},"east":{"texture":"#0","uv":[14.25,3.5,12.5,4.5]},"north":{"texture":"#0","uv":[12.5,3.5,12.5,4.5]},"south":{"texture":"#0","uv":[14.25,3.5,14.25,4.5]},"up":{"texture":"#0","uv":[12.5,3.5,12.5,1.75]},"west":{"texture":"#0","uv":[12.5,3.5,10.75,4.5]}},"from":[-15.5,-16,-15.9],"shade":false,"to":[-15.5,-14.4,-13.099999]},{"faces":{"down":{"texture":"#0","uv":[9.5,3.75,9.75,5.25]},"east":{"texture":"#0","uv":[11,5.25,9.5,6]},"north":{"texture":"#0","uv":[9.5,5.25,9.25,6]},"south":{"texture":"#0","uv":[11.25,5.25,11,6]},"up":{"texture":"#0","uv":[9.25,5.25,9.5,3.75]},"west":{"texture":"#0","uv":[9.25,5.25,7.75,6]}},"from":[-16,-15.5,-16],"shade":false,"to":[-15.6,-14.3,-13.6]}],"overrides":[],"textures":{"0":"item/w638910535_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1188.json b/assets/minecraft/models/w1188.json new file mode 100644 index 000000000..7661bac72 --- /dev/null +++ b/assets/minecraft/models/w1188.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.75,3.75,9.5,5.25]},"east":{"texture":"#0","uv":[7.75,5.25,9.25,6]},"north":{"texture":"#0","uv":[9.25,5.25,9.5,6]},"south":{"texture":"#0","uv":[11,5.25,11.25,6]},"up":{"texture":"#0","uv":[9.5,5.25,9.25,3.75]},"west":{"texture":"#0","uv":[9.5,5.25,11,6]}},"from":[-15.9,-15.5,-16],"shade":false,"to":[-15.5,-14.3,-13.6]},{"faces":{"down":{"texture":"#0","uv":[12.5,1.75,12.5,3.5]},"east":{"texture":"#0","uv":[10.75,3.5,12.5,4.5]},"north":{"texture":"#0","uv":[12.5,3.5,12.5,4.5]},"south":{"texture":"#0","uv":[14.25,3.5,14.25,4.5]},"up":{"texture":"#0","uv":[12.5,3.5,12.5,1.75]},"west":{"texture":"#0","uv":[12.5,3.5,14.25,4.5]}},"from":[-16,-16,-15.9],"shade":false,"to":[-16,-14.4,-13.099999]}],"overrides":[],"textures":{"0":"item/w638910535_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1189.json b/assets/minecraft/models/w1189.json new file mode 100644 index 000000000..df8feb744 --- /dev/null +++ b/assets/minecraft/models/w1189.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.25,0,9,1.25]},"east":{"texture":"#0","uv":[6.5,1.25,7.75,2.25]},"north":{"texture":"#0","uv":[7.75,1.25,9,2.25]},"south":{"texture":"#0","uv":[10.25,1.25,11.5,2.25]},"up":{"texture":"#0","uv":[9,1.25,7.75,0]},"west":{"texture":"#0","uv":[9,1.25,10.25,2.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.4,-14]}],"overrides":[],"textures":{"0":"item/w638910535_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w119.json b/assets/minecraft/models/w119.json new file mode 100644 index 000000000..847839d77 --- /dev/null +++ b/assets/minecraft/models/w119.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.3125,0.9375,9.375,1]},"east":{"texture":"#0","uv":[9.375,1,9.3125,1.0625]},"north":{"texture":"#0","uv":[9.3125,1,9.25,1.0625]},"south":{"texture":"#0","uv":[9.4375,1,9.375,1.0625]},"up":{"texture":"#0","uv":[9.25,1,9.3125,0.9375]},"west":{"texture":"#0","uv":[9.25,1,9.1875,1.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.52,-15.6,-15.52]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1190.json b/assets/minecraft/models/w1190.json new file mode 100644 index 000000000..a180fd5ef --- /dev/null +++ b/assets/minecraft/models/w1190.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.25,2.5,6.25,4]},"east":{"texture":"#0","uv":[4.75,4,6.25,6]},"north":{"texture":"#0","uv":[6.25,4,6.25,6]},"south":{"texture":"#0","uv":[7.75,4,7.75,6]},"up":{"texture":"#0","uv":[6.25,4,6.25,2.5]},"west":{"texture":"#0","uv":[6.25,4,7.75,6]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12.8,-13.6]}],"overrides":[],"textures":{"0":"item/w638910535_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1191.json b/assets/minecraft/models/w1191.json new file mode 100644 index 000000000..e99028ac7 --- /dev/null +++ b/assets/minecraft/models/w1191.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,0.25,13.75,1.25]},"east":{"texture":"#0","uv":[11.75,1.25,12.75,2.25]},"north":{"texture":"#0","uv":[12.75,1.25,13.75,2.25]},"south":{"texture":"#0","uv":[14.75,1.25,15.75,2.25]},"up":{"texture":"#0","uv":[13.75,1.25,12.75,0.25]},"west":{"texture":"#0","uv":[13.75,1.25,14.75,2.25]}},"from":[-16,-16,-15.4],"shade":false,"to":[-14.4,-14.4,-13.799999]},{"faces":{"down":{"texture":"#0","uv":[14,2.5,13.75,3]},"east":{"texture":"#0","uv":[13,3,13.5,3.25]},"north":{"texture":"#0","uv":[13.5,3,13.75,3.25]},"south":{"texture":"#0","uv":[14.25,3,14.5,3.25]},"up":{"texture":"#0","uv":[13.75,3,13.5,2.5]},"west":{"texture":"#0","uv":[13.75,3,14.25,3.25]}},"from":[-15.4,-15.6,-16],"shade":false,"to":[-15,-15.200001,-15.2]}],"overrides":[],"textures":{"0":"item/w638910535_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1192.json b/assets/minecraft/models/w1192.json new file mode 100644 index 000000000..500358886 --- /dev/null +++ b/assets/minecraft/models/w1192.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,2,11,2.5]},"east":{"texture":"#0","uv":[10.5,2.5,11,3.25]},"north":{"texture":"#0","uv":[11,2.5,11,3.25]},"south":{"texture":"#0","uv":[11.5,2.5,11.5,3.25]},"up":{"texture":"#0","uv":[11,2.5,11,2]},"west":{"texture":"#0","uv":[11,2.5,11.5,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w638910535_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1193.json b/assets/minecraft/models/w1193.json new file mode 100644 index 000000000..3f4217831 --- /dev/null +++ b/assets/minecraft/models/w1193.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,1.5,9.25,2.5]},"east":{"texture":"#0","uv":[8.25,2.5,9.25,3.5]},"north":{"texture":"#0","uv":[9.25,2.5,9.25,3.5]},"south":{"texture":"#0","uv":[10.25,2.5,10.25,3.5]},"up":{"texture":"#0","uv":[9.25,2.5,9.25,1.5]},"west":{"texture":"#0","uv":[9.25,2.5,10.25,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w638910535_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1194.json b/assets/minecraft/models/w1194.json new file mode 100644 index 000000000..69ddde855 --- /dev/null +++ b/assets/minecraft/models/w1194.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,0,3.75,2.25]},"east":{"texture":"#0","uv":[0,2.25,2.25,3.75]},"north":{"texture":"#0","uv":[2.25,2.25,3.75,3.75]},"south":{"texture":"#0","uv":[6,2.25,7.5,3.75]},"up":{"texture":"#0","uv":[3.75,2.25,2.25,0]},"west":{"texture":"#0","uv":[3.75,2.25,6,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-12.4]}],"overrides":[],"textures":{"0":"item/w172762590_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1195.json b/assets/minecraft/models/w1195.json new file mode 100644 index 000000000..6b6209dcc --- /dev/null +++ b/assets/minecraft/models/w1195.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.75,4.75,15.5,5]},"east":{"texture":"#0","uv":[15,5,15.25,6.5]},"north":{"texture":"#0","uv":[15.25,5,15.5,6.5]},"south":{"texture":"#0","uv":[15.75,5,16,6.5]},"up":{"texture":"#0","uv":[15.5,5,15.25,4.75]},"west":{"texture":"#0","uv":[15.5,5,15.75,6.5]}},"from":[-15.6,-16,-15.2],"shade":false,"to":[-15.200001,-13.6,-14.8]},{"faces":{"down":{"texture":"#0","uv":[16,3.75,15.25,4.5]},"east":{"texture":"#0","uv":[13.75,4.5,14.5,4.5]},"north":{"texture":"#0","uv":[14.5,4.5,15.25,4.5]},"south":{"texture":"#0","uv":[16,4.5,16.75,4.5]},"up":{"texture":"#0","uv":[15.25,4.5,14.5,3.75]},"west":{"texture":"#0","uv":[15.25,4.5,16,4.5]}},"from":[-16,-15.99,-16],"shade":false,"to":[-14.8,-15.99,-14.8]}],"overrides":[],"textures":{"0":"item/w172762590_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1196.json b/assets/minecraft/models/w1196.json new file mode 100644 index 000000000..751204f35 --- /dev/null +++ b/assets/minecraft/models/w1196.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.5,4.75,15.75,5]},"east":{"texture":"#0","uv":[15.75,5,15.5,6.5]},"north":{"texture":"#0","uv":[15.5,5,15.25,6.5]},"south":{"texture":"#0","uv":[16,5,15.75,6.5]},"up":{"texture":"#0","uv":[15.25,5,15.5,4.75]},"west":{"texture":"#0","uv":[15.25,5,15,6.5]}},"from":[-15.6,-16,-15.2],"shade":false,"to":[-15.200001,-13.6,-14.8]},{"faces":{"down":{"texture":"#0","uv":[15.25,3.75,16,4.5]},"east":{"texture":"#0","uv":[16,4.5,15.25,4.5]},"north":{"texture":"#0","uv":[15.25,4.5,14.5,4.5]},"south":{"texture":"#0","uv":[16.75,4.5,16,4.5]},"up":{"texture":"#0","uv":[14.5,4.5,15.25,3.75]},"west":{"texture":"#0","uv":[14.5,4.5,13.75,4.5]}},"from":[-16,-15.99,-16],"shade":false,"to":[-14.8,-15.99,-14.8]}],"overrides":[],"textures":{"0":"item/w172762590_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1197.json b/assets/minecraft/models/w1197.json new file mode 100644 index 000000000..a917c94cc --- /dev/null +++ b/assets/minecraft/models/w1197.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,3.75,2,4.75]},"east":{"texture":"#0","uv":[0,4.75,1,6]},"north":{"texture":"#0","uv":[1,4.75,2,6]},"south":{"texture":"#0","uv":[3,4.75,4,6]},"up":{"texture":"#0","uv":[2,4.75,1,3.75]},"west":{"texture":"#0","uv":[2,4.75,3,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14,-14.4]}],"overrides":[],"textures":{"0":"item/w172762590_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1198.json b/assets/minecraft/models/w1198.json new file mode 100644 index 000000000..76fd43248 --- /dev/null +++ b/assets/minecraft/models/w1198.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,1.75,12.5,3.5]},"east":{"texture":"#0","uv":[14.25,3.5,12.5,4.5]},"north":{"texture":"#0","uv":[12.5,3.5,12.5,4.5]},"south":{"texture":"#0","uv":[14.25,3.5,14.25,4.5]},"up":{"texture":"#0","uv":[12.5,3.5,12.5,1.75]},"west":{"texture":"#0","uv":[12.5,3.5,10.75,4.5]}},"from":[-15.5,-16,-15.9],"shade":false,"to":[-15.5,-14.4,-13.099999]},{"faces":{"down":{"texture":"#0","uv":[9.5,3.75,9.75,5.25]},"east":{"texture":"#0","uv":[11,5.25,9.5,6]},"north":{"texture":"#0","uv":[9.5,5.25,9.25,6]},"south":{"texture":"#0","uv":[11.25,5.25,11,6]},"up":{"texture":"#0","uv":[9.25,5.25,9.5,3.75]},"west":{"texture":"#0","uv":[9.25,5.25,7.75,6]}},"from":[-16,-15.5,-16],"shade":false,"to":[-15.6,-14.3,-13.6]}],"overrides":[],"textures":{"0":"item/w172762590_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1199.json b/assets/minecraft/models/w1199.json new file mode 100644 index 000000000..8b9c0dabb --- /dev/null +++ b/assets/minecraft/models/w1199.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.75,3.75,9.5,5.25]},"east":{"texture":"#0","uv":[7.75,5.25,9.25,6]},"north":{"texture":"#0","uv":[9.25,5.25,9.5,6]},"south":{"texture":"#0","uv":[11,5.25,11.25,6]},"up":{"texture":"#0","uv":[9.5,5.25,9.25,3.75]},"west":{"texture":"#0","uv":[9.5,5.25,11,6]}},"from":[-15.9,-15.5,-16],"shade":false,"to":[-15.5,-14.3,-13.6]},{"faces":{"down":{"texture":"#0","uv":[12.5,1.75,12.5,3.5]},"east":{"texture":"#0","uv":[10.75,3.5,12.5,4.5]},"north":{"texture":"#0","uv":[12.5,3.5,12.5,4.5]},"south":{"texture":"#0","uv":[14.25,3.5,14.25,4.5]},"up":{"texture":"#0","uv":[12.5,3.5,12.5,1.75]},"west":{"texture":"#0","uv":[12.5,3.5,14.25,4.5]}},"from":[-16,-16,-15.9],"shade":false,"to":[-16,-14.4,-13.099999]}],"overrides":[],"textures":{"0":"item/w172762590_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w12.json b/assets/minecraft/models/w12.json new file mode 100644 index 000000000..0813c2f13 --- /dev/null +++ b/assets/minecraft/models/w12.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,0,0,0]},"east":{"texture":"#0","uv":[0,0,0,2.75]},"north":{"texture":"#0","uv":[13.5,8.5,10,12.25]},"south":{"texture":"#0","uv":[10,8.5,13.5,12.25]},"up":{"texture":"#0","uv":[2.5,0,0,0]},"west":{"texture":"#0","uv":[0,0,0,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w291279173_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w120.json b/assets/minecraft/models/w120.json new file mode 100644 index 000000000..6ce9f000a --- /dev/null +++ b/assets/minecraft/models/w120.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.3125,0.9375,9.375,1]},"east":{"texture":"#0","uv":[9.375,1,9.3125,1.0625]},"north":{"texture":"#0","uv":[9.3125,1,9.25,1.0625]},"south":{"texture":"#0","uv":[9.4375,1,9.375,1.0625]},"up":{"texture":"#0","uv":[9.25,1,9.3125,0.9375]},"west":{"texture":"#0","uv":[9.25,1,9.1875,1.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.56,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1200.json b/assets/minecraft/models/w1200.json new file mode 100644 index 000000000..07a88b6e2 --- /dev/null +++ b/assets/minecraft/models/w1200.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.25,0,9,1.25]},"east":{"texture":"#0","uv":[6.5,1.25,7.75,2.25]},"north":{"texture":"#0","uv":[7.75,1.25,9,2.25]},"south":{"texture":"#0","uv":[10.25,1.25,11.5,2.25]},"up":{"texture":"#0","uv":[9,1.25,7.75,0]},"west":{"texture":"#0","uv":[9,1.25,10.25,2.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.4,-14]}],"overrides":[],"textures":{"0":"item/w172762590_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1201.json b/assets/minecraft/models/w1201.json new file mode 100644 index 000000000..e3a4af629 --- /dev/null +++ b/assets/minecraft/models/w1201.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.25,2.5,6.25,4]},"east":{"texture":"#0","uv":[4.75,4,6.25,6]},"north":{"texture":"#0","uv":[6.25,4,6.25,6]},"south":{"texture":"#0","uv":[7.75,4,7.75,6]},"up":{"texture":"#0","uv":[6.25,4,6.25,2.5]},"west":{"texture":"#0","uv":[6.25,4,7.75,6]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12.8,-13.6]}],"overrides":[],"textures":{"0":"item/w172762590_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1202.json b/assets/minecraft/models/w1202.json new file mode 100644 index 000000000..fbc8402ab --- /dev/null +++ b/assets/minecraft/models/w1202.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,0.25,13.75,1.25]},"east":{"texture":"#0","uv":[11.75,1.25,12.75,2.25]},"north":{"texture":"#0","uv":[12.75,1.25,13.75,2.25]},"south":{"texture":"#0","uv":[14.75,1.25,15.75,2.25]},"up":{"texture":"#0","uv":[13.75,1.25,12.75,0.25]},"west":{"texture":"#0","uv":[13.75,1.25,14.75,2.25]}},"from":[-16,-16,-15.4],"shade":false,"to":[-14.4,-14.4,-13.799999]},{"faces":{"down":{"texture":"#0","uv":[14,2.5,13.75,3]},"east":{"texture":"#0","uv":[13,3,13.5,3.25]},"north":{"texture":"#0","uv":[13.5,3,13.75,3.25]},"south":{"texture":"#0","uv":[14.25,3,14.5,3.25]},"up":{"texture":"#0","uv":[13.75,3,13.5,2.5]},"west":{"texture":"#0","uv":[13.75,3,14.25,3.25]}},"from":[-15.4,-15.6,-16],"shade":false,"to":[-15,-15.200001,-15.2]}],"overrides":[],"textures":{"0":"item/w172762590_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1203.json b/assets/minecraft/models/w1203.json new file mode 100644 index 000000000..e9c572d75 --- /dev/null +++ b/assets/minecraft/models/w1203.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,2,11,2.5]},"east":{"texture":"#0","uv":[10.5,2.5,11,3.5]},"north":{"texture":"#0","uv":[11,2.5,11,3.5]},"south":{"texture":"#0","uv":[11.5,2.5,11.5,3.5]},"up":{"texture":"#0","uv":[11,2.5,11,2]},"west":{"texture":"#0","uv":[11,2.5,11.5,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w172762590_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1204.json b/assets/minecraft/models/w1204.json new file mode 100644 index 000000000..d1335ecc6 --- /dev/null +++ b/assets/minecraft/models/w1204.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,1,9.25,2.25]},"east":{"texture":"#0","uv":[8,2.25,9.25,3.5]},"north":{"texture":"#0","uv":[9.25,2.25,9.25,3.5]},"south":{"texture":"#0","uv":[10.5,2.25,10.5,3.5]},"up":{"texture":"#0","uv":[9.25,2.25,9.25,1]},"west":{"texture":"#0","uv":[9.25,2.25,10.5,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14,-14]}],"overrides":[],"textures":{"0":"item/w172762590_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1205.json b/assets/minecraft/models/w1205.json new file mode 100644 index 000000000..30733c98e --- /dev/null +++ b/assets/minecraft/models/w1205.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.75,0,8.75,1.25]},"east":{"texture":"#0","uv":[5.5,1.25,6.75,3]},"north":{"texture":"#0","uv":[6.75,1.25,8.75,3]},"south":{"texture":"#0","uv":[10,1.25,12,3]},"up":{"texture":"#0","uv":[8.75,1.25,6.75,0]},"west":{"texture":"#0","uv":[8.75,1.25,10,3]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.2,-14]}],"overrides":[],"textures":{"0":"item/w709345667_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1206.json b/assets/minecraft/models/w1206.json new file mode 100644 index 000000000..6cf601f4c --- /dev/null +++ b/assets/minecraft/models/w1206.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,3,8,4]},"east":{"texture":"#0","uv":[5.5,4,6.5,5.75]},"north":{"texture":"#0","uv":[6.5,4,8,5.75]},"south":{"texture":"#0","uv":[9,4,10.5,5.75]},"up":{"texture":"#0","uv":[8,4,6.5,3]},"west":{"texture":"#0","uv":[8,4,9,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.2,-14.4]}],"overrides":[],"textures":{"0":"item/w709345667_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1207.json b/assets/minecraft/models/w1207.json new file mode 100644 index 000000000..8396d2e01 --- /dev/null +++ b/assets/minecraft/models/w1207.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,0,2.75,1.25]},"east":{"texture":"#0","uv":[0,1.25,1.25,2.5]},"north":{"texture":"#0","uv":[1.25,1.25,2.75,2.5]},"south":{"texture":"#0","uv":[4,1.25,5.5,2.5]},"up":{"texture":"#0","uv":[2.75,1.25,1.25,0]},"west":{"texture":"#0","uv":[2.75,1.25,4,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14,-14]}],"overrides":[],"textures":{"0":"item/w709345667_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1208.json b/assets/minecraft/models/w1208.json new file mode 100644 index 000000000..5aaa4b442 --- /dev/null +++ b/assets/minecraft/models/w1208.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,8,3.25,10.75]},"east":{"texture":"#0","uv":[0,10.75,2.75,11.5]},"north":{"texture":"#0","uv":[2.75,10.75,3.25,11.5]},"south":{"texture":"#0","uv":[6,10.75,6.5,11.5]},"up":{"texture":"#0","uv":[3.25,10.75,2.75,8]},"west":{"texture":"#0","uv":[3.25,10.75,6,11.5]}},"from":[-16,-11.2,-16],"shade":false,"to":[-15.2,-10,-11.6]},{"faces":{"east":{"texture":"#0","uv":[2.75,11.5,0,14.5]},"west":{"texture":"#0","uv":[0,11.5,2.75,14.5]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.6,-11.2,-11.6]}],"overrides":[],"textures":{"0":"item/w709345667_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1209.json b/assets/minecraft/models/w1209.json new file mode 100644 index 000000000..dc9d24536 --- /dev/null +++ b/assets/minecraft/models/w1209.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.25,8,3.75,10.75]},"east":{"texture":"#0","uv":[6,10.75,3.25,11.5]},"north":{"texture":"#0","uv":[3.25,10.75,2.75,11.5]},"south":{"texture":"#0","uv":[6.5,10.75,6,11.5]},"up":{"texture":"#0","uv":[2.75,10.75,3.25,8]},"west":{"texture":"#0","uv":[2.75,10.75,0,11.5]}},"from":[-16,-11.2,-16],"shade":false,"to":[-15.2,-10,-11.6]},{"faces":{"east":{"texture":"#0","uv":[2.75,11.5,0,14.5]},"west":{"texture":"#0","uv":[0,11.5,2.75,14.5]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.6,-11.2,-11.6]}],"overrides":[],"textures":{"0":"item/w709345667_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w121.json b/assets/minecraft/models/w121.json new file mode 100644 index 000000000..976548bd3 --- /dev/null +++ b/assets/minecraft/models/w121.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.375,4.75,1.5,5.375]},"east":{"texture":"#0","uv":[0,5.375,0.625,6.1875]},"north":{"texture":"#0","uv":[0.625,5.375,1.5,6.1875]},"up":{"texture":"#0","uv":[1.5,5.375,0.625,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-10.799999,-12]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1210.json b/assets/minecraft/models/w1210.json new file mode 100644 index 000000000..3a8d8cbc8 --- /dev/null +++ b/assets/minecraft/models/w1210.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.25,0,13.5,0.75]},"east":{"texture":"#0","uv":[12,0.75,12.75,2.5]},"north":{"texture":"#0","uv":[12.75,0.75,13.5,2.5]},"south":{"texture":"#0","uv":[14.25,0.75,15,2.5]},"up":{"texture":"#0","uv":[13.5,0.75,12.75,0]},"west":{"texture":"#0","uv":[13.5,0.75,14.25,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w709345667_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1211.json b/assets/minecraft/models/w1211.json new file mode 100644 index 000000000..dc5e9d52a --- /dev/null +++ b/assets/minecraft/models/w1211.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,0,14.25,0.75]},"east":{"texture":"#0","uv":[14.25,0.75,13.5,2.5]},"north":{"texture":"#0","uv":[13.5,0.75,12.75,2.5]},"south":{"texture":"#0","uv":[15,0.75,14.25,2.5]},"up":{"texture":"#0","uv":[12.75,0.75,13.5,0]},"west":{"texture":"#0","uv":[12.75,0.75,12,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w709345667_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1212.json b/assets/minecraft/models/w1212.json new file mode 100644 index 000000000..b792f9c9b --- /dev/null +++ b/assets/minecraft/models/w1212.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[7.5,5.75,5.5,7.75]},"west":{"texture":"#0","uv":[5.5,5.75,7.5,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12.799999,-12.8]}],"overrides":[],"textures":{"0":"item/w709345667_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1213.json b/assets/minecraft/models/w1213.json new file mode 100644 index 000000000..c57058e07 --- /dev/null +++ b/assets/minecraft/models/w1213.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.25,5.75,3,6]},"east":{"texture":"#0","uv":[2.5,6,2.75,6.5]},"north":{"texture":"#0","uv":[2.75,6,3,6.5]},"south":{"texture":"#0","uv":[3.25,6,3.5,6.5]},"up":{"texture":"#0","uv":[3,6,2.75,5.75]},"west":{"texture":"#0","uv":[3,6,3.25,6.5]}},"from":[-14.38,-16,-16],"shade":false,"to":[-13.9800005,-15.2,-15.6]},{"faces":{"down":{"texture":"#0","uv":[3,5.75,3.25,6]},"east":{"texture":"#0","uv":[3.25,6,3,6.5]},"north":{"texture":"#0","uv":[3,6,2.75,6.5]},"south":{"texture":"#0","uv":[3.5,6,3.25,6.5]},"up":{"texture":"#0","uv":[2.75,6,3,5.75]},"west":{"texture":"#0","uv":[2.75,6,2.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]},{"faces":{"down":{"texture":"#0","uv":[3.75,2.5,2.5,3.75]},"east":{"texture":"#0","uv":[0,3.75,1.25,4.25]},"north":{"texture":"#0","uv":[1.25,3.75,2.5,4.25]},"south":{"texture":"#0","uv":[3.75,3.75,5,4.25]},"up":{"texture":"#0","uv":[2.5,3.75,1.25,2.5]},"west":{"texture":"#0","uv":[2.5,3.75,3.75,4.25]}},"from":[-15.99,-15.2,-15.99],"shade":false,"to":[-13.99,-14.4,-13.99]}],"overrides":[],"textures":{"0":"item/w709345667_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1214.json b/assets/minecraft/models/w1214.json new file mode 100644 index 000000000..32f46969d --- /dev/null +++ b/assets/minecraft/models/w1214.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6.5,11.75,7.75,12.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.2,-16]}],"overrides":[],"textures":{"0":"item/w709345667_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1215.json b/assets/minecraft/models/w1215.json new file mode 100644 index 000000000..cde554c62 --- /dev/null +++ b/assets/minecraft/models/w1215.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,5.75,2.5,5.75]},"east":{"texture":"#0","uv":[1.25,5.75,1.25,8]},"north":{"texture":"#0","uv":[1.25,5.75,0,8]},"south":{"texture":"#0","uv":[2.5,5.75,1.25,8]},"up":{"texture":"#0","uv":[0,5.75,1.25,5.75]},"west":{"texture":"#0","uv":[0,5.75,0,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-12.4,-16]}],"overrides":[],"textures":{"0":"item/w709345667_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1216.json b/assets/minecraft/models/w1216.json new file mode 100644 index 000000000..73881ba7d --- /dev/null +++ b/assets/minecraft/models/w1216.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,5.75,1.25,5.75]},"east":{"texture":"#0","uv":[0,5.75,0,8]},"north":{"texture":"#0","uv":[0,5.75,1.25,8]},"south":{"texture":"#0","uv":[1.25,5.75,2.5,8]},"up":{"texture":"#0","uv":[1.25,5.75,0,5.75]},"west":{"texture":"#0","uv":[1.25,5.75,1.25,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-12.4,-16]}],"overrides":[],"textures":{"0":"item/w709345667_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1217.json b/assets/minecraft/models/w1217.json new file mode 100644 index 000000000..2be2a4ee4 --- /dev/null +++ b/assets/minecraft/models/w1217.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.5,11.5,2.75,14.25]},"west":{"texture":"#0","uv":[2.75,11.5,5.5,14.25]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.6,-11.599999,-11.599999]},{"faces":{"down":{"texture":"#0","uv":[10.25,8,9.75,10.75]},"east":{"texture":"#0","uv":[6.5,10.75,9.25,11.25]},"north":{"texture":"#0","uv":[9.25,10.75,9.75,11.25]},"south":{"texture":"#0","uv":[12.5,10.75,13,11.25]},"up":{"texture":"#0","uv":[9.75,10.75,9.25,8]},"west":{"texture":"#0","uv":[9.75,10.75,12.5,11.25]}},"from":[-16,-11.599999,-16],"shade":false,"to":[-15.2,-10.799999,-11.599999]}],"overrides":[],"textures":{"0":"item/w709345667_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1218.json b/assets/minecraft/models/w1218.json new file mode 100644 index 000000000..6adb75722 --- /dev/null +++ b/assets/minecraft/models/w1218.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.5,11.5,2.75,14.25]},"west":{"texture":"#0","uv":[2.75,11.5,5.5,14.25]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.6,-11.599999,-11.599999]},{"faces":{"down":{"texture":"#0","uv":[9.75,8,10.25,10.75]},"east":{"texture":"#0","uv":[12.5,10.75,9.75,11.25]},"north":{"texture":"#0","uv":[9.75,10.75,9.25,11.25]},"south":{"texture":"#0","uv":[13,10.75,12.5,11.25]},"up":{"texture":"#0","uv":[9.25,10.75,9.75,8]},"west":{"texture":"#0","uv":[9.25,10.75,6.5,11.25]}},"from":[-16,-11.599999,-16],"shade":false,"to":[-15.2,-10.799999,-11.599999]}],"overrides":[],"textures":{"0":"item/w709345667_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1219.json b/assets/minecraft/models/w1219.json new file mode 100644 index 000000000..0e6873183 --- /dev/null +++ b/assets/minecraft/models/w1219.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.75,2.5,13.25,3.25]},"east":{"texture":"#0","uv":[12,3.25,12.75,4.5]},"north":{"texture":"#0","uv":[12.75,3.25,13.25,4.5]},"south":{"texture":"#0","uv":[14,3.25,14.5,4.5]},"up":{"texture":"#0","uv":[13.25,3.25,12.75,2.5]},"west":{"texture":"#0","uv":[13.25,3.25,14,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w709345667_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w122.json b/assets/minecraft/models/w122.json new file mode 100644 index 000000000..24e64b577 --- /dev/null +++ b/assets/minecraft/models/w122.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,3.9375,4.125,4.5625]},"east":{"texture":"#0","uv":[2.625,4.5625,3.25,5.375]},"south":{"texture":"#0","uv":[4.75,4.5625,5.625,5.375]},"up":{"texture":"#0","uv":[4.125,4.5625,3.25,3.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-10.376,-10.775999,-11.976]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1220.json b/assets/minecraft/models/w1220.json new file mode 100644 index 000000000..d4f987a4f --- /dev/null +++ b/assets/minecraft/models/w1220.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.25,2.5,13.75,3.25]},"east":{"texture":"#0","uv":[14,3.25,13.25,4.5]},"north":{"texture":"#0","uv":[13.25,3.25,12.75,4.5]},"south":{"texture":"#0","uv":[14.5,3.25,14,4.5]},"up":{"texture":"#0","uv":[12.75,3.25,13.25,2.5]},"west":{"texture":"#0","uv":[12.75,3.25,12,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w709345667_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1221.json b/assets/minecraft/models/w1221.json new file mode 100644 index 000000000..13643fc0a --- /dev/null +++ b/assets/minecraft/models/w1221.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,4.25,2.5,5.5]},"east":{"texture":"#0","uv":[0,5.5,1.25,5.75]},"north":{"texture":"#0","uv":[1.25,5.5,2.5,5.75]},"south":{"texture":"#0","uv":[3.75,5.5,5,5.75]},"up":{"texture":"#0","uv":[2.5,5.5,1.25,4.25]},"west":{"texture":"#0","uv":[2.5,5.5,3.75,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-14]}],"overrides":[],"textures":{"0":"item/w709345667_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1222.json b/assets/minecraft/models/w1222.json new file mode 100644 index 000000000..8662ec200 --- /dev/null +++ b/assets/minecraft/models/w1222.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.25,11.25,11,13.5]},"east":{"texture":"#0","uv":[8.5,13.5,10.75,13.75]},"north":{"texture":"#0","uv":[10.75,13.5,11,13.75]},"south":{"texture":"#0","uv":[13.25,13.5,13.5,13.75]},"up":{"texture":"#0","uv":[11,13.5,10.75,11.25]},"west":{"texture":"#0","uv":[11,13.5,13.25,13.75]}},"from":[-16,-13.6,-16],"shade":false,"to":[-15.6,-13.200001,-12.400001]},{"faces":{"east":{"texture":"#0","uv":[8.5,11.5,5.5,13.25]},"west":{"texture":"#0","uv":[5.5,11.5,8.5,13.25]}},"from":[-15.8,-16,-16],"shade":false,"to":[-15.8,-13.2,-11.200001]}],"overrides":[],"textures":{"0":"item/w709345667_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1223.json b/assets/minecraft/models/w1223.json new file mode 100644 index 000000000..2cefb1dcd --- /dev/null +++ b/assets/minecraft/models/w1223.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[8.5,11.5,5.5,13.25]},"west":{"texture":"#0","uv":[5.5,11.5,8.5,13.25]}},"from":[-15.8,-16,-16],"shade":false,"to":[-15.8,-13.2,-11.200001]},{"faces":{"down":{"texture":"#0","uv":[11,11.25,11.25,13.5]},"east":{"texture":"#0","uv":[13.25,13.5,11,13.75]},"north":{"texture":"#0","uv":[11,13.5,10.75,13.75]},"south":{"texture":"#0","uv":[13.5,13.5,13.25,13.75]},"up":{"texture":"#0","uv":[10.75,13.5,11,11.25]},"west":{"texture":"#0","uv":[10.75,13.5,8.5,13.75]}},"from":[-16,-13.6,-16],"shade":false,"to":[-15.6,-13.200001,-12.400001]}],"overrides":[],"textures":{"0":"item/w709345667_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1224.json b/assets/minecraft/models/w1224.json new file mode 100644 index 000000000..de712ce20 --- /dev/null +++ b/assets/minecraft/models/w1224.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15,4.5,15.5,5.25]},"west":{"texture":"#0","uv":[15.5,4.5,16,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w709345667_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1225.json b/assets/minecraft/models/w1225.json new file mode 100644 index 000000000..de712ce20 --- /dev/null +++ b/assets/minecraft/models/w1225.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15,4.5,15.5,5.25]},"west":{"texture":"#0","uv":[15.5,4.5,16,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w709345667_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1226.json b/assets/minecraft/models/w1226.json new file mode 100644 index 000000000..fab5ecaad --- /dev/null +++ b/assets/minecraft/models/w1226.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.25,4.5,13.5,5.25]},"east":{"texture":"#0","uv":[12,5.25,12.75,5.75]},"north":{"texture":"#0","uv":[12.75,5.25,13.5,5.75]},"south":{"texture":"#0","uv":[14.25,5.25,15,5.75]},"up":{"texture":"#0","uv":[13.5,5.25,12.75,4.5]},"west":{"texture":"#0","uv":[13.5,5.25,14.25,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w709345667_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1227.json b/assets/minecraft/models/w1227.json new file mode 100644 index 000000000..bcff0029f --- /dev/null +++ b/assets/minecraft/models/w1227.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[16,4.5,15.5,5.25]},"west":{"texture":"#0","uv":[15.5,4.5,15,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w709345667_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1228.json b/assets/minecraft/models/w1228.json new file mode 100644 index 000000000..bcff0029f --- /dev/null +++ b/assets/minecraft/models/w1228.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[16,4.5,15.5,5.25]},"west":{"texture":"#0","uv":[15.5,4.5,15,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w709345667_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1229.json b/assets/minecraft/models/w1229.json new file mode 100644 index 000000000..381121444 --- /dev/null +++ b/assets/minecraft/models/w1229.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,4.5,14.25,5.25]},"east":{"texture":"#0","uv":[14.25,5.25,13.5,5.75]},"north":{"texture":"#0","uv":[13.5,5.25,12.75,5.75]},"south":{"texture":"#0","uv":[15,5.25,14.25,5.75]},"up":{"texture":"#0","uv":[12.75,5.25,13.5,4.5]},"west":{"texture":"#0","uv":[12.75,5.25,12,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w709345667_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w123.json b/assets/minecraft/models/w123.json new file mode 100644 index 000000000..b44170ac0 --- /dev/null +++ b/assets/minecraft/models/w123.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,1.0625,4.625,1.6875]},"north":{"texture":"#0","uv":[3.75,1.6875,4.625,2.5]},"up":{"texture":"#0","uv":[4.625,1.6875,3.75,1.0625]},"west":{"texture":"#0","uv":[4.625,1.6875,5.25,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-10.392,-10.792,-11.992]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1230.json b/assets/minecraft/models/w1230.json new file mode 100644 index 000000000..ae04e508d --- /dev/null +++ b/assets/minecraft/models/w1230.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.75,0,8.75,1.25]},"east":{"texture":"#0","uv":[5.5,1.25,6.75,3]},"north":{"texture":"#0","uv":[6.75,1.25,8.75,3]},"south":{"texture":"#0","uv":[10,1.25,12,3]},"up":{"texture":"#0","uv":[8.75,1.25,6.75,0]},"west":{"texture":"#0","uv":[8.75,1.25,10,3]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.2,-14]}],"overrides":[],"textures":{"0":"item/w1707045247_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1231.json b/assets/minecraft/models/w1231.json new file mode 100644 index 000000000..0c18bbece --- /dev/null +++ b/assets/minecraft/models/w1231.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,3,8,4]},"east":{"texture":"#0","uv":[5.5,4,6.5,5.75]},"north":{"texture":"#0","uv":[6.5,4,8,5.75]},"south":{"texture":"#0","uv":[9,4,10.5,5.75]},"up":{"texture":"#0","uv":[8,4,6.5,3]},"west":{"texture":"#0","uv":[8,4,9,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1707045247_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1232.json b/assets/minecraft/models/w1232.json new file mode 100644 index 000000000..44842d3d6 --- /dev/null +++ b/assets/minecraft/models/w1232.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,0,2.75,1.25]},"east":{"texture":"#0","uv":[0,1.25,1.25,2.5]},"north":{"texture":"#0","uv":[1.25,1.25,2.75,2.5]},"south":{"texture":"#0","uv":[4,1.25,5.5,2.5]},"up":{"texture":"#0","uv":[2.75,1.25,1.25,0]},"west":{"texture":"#0","uv":[2.75,1.25,4,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14,-14]}],"overrides":[],"textures":{"0":"item/w1707045247_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1233.json b/assets/minecraft/models/w1233.json new file mode 100644 index 000000000..8c8ae8b5f --- /dev/null +++ b/assets/minecraft/models/w1233.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,8,3.25,10.75]},"east":{"texture":"#0","uv":[0,10.75,2.75,11.5]},"north":{"texture":"#0","uv":[2.75,10.75,3.25,11.5]},"south":{"texture":"#0","uv":[6,10.75,6.5,11.5]},"up":{"texture":"#0","uv":[3.25,10.75,2.75,8]},"west":{"texture":"#0","uv":[3.25,10.75,6,11.5]}},"from":[-16,-11.2,-16],"shade":false,"to":[-15.2,-10,-11.6]},{"faces":{"east":{"texture":"#0","uv":[2.75,11.5,0,14.5]},"west":{"texture":"#0","uv":[0,11.5,2.75,14.5]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.6,-11.2,-11.6]}],"overrides":[],"textures":{"0":"item/w1707045247_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1234.json b/assets/minecraft/models/w1234.json new file mode 100644 index 000000000..8978c0b3b --- /dev/null +++ b/assets/minecraft/models/w1234.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.25,8,3.75,10.75]},"east":{"texture":"#0","uv":[6,10.75,3.25,11.5]},"north":{"texture":"#0","uv":[3.25,10.75,2.75,11.5]},"south":{"texture":"#0","uv":[6.5,10.75,6,11.5]},"up":{"texture":"#0","uv":[2.75,10.75,3.25,8]},"west":{"texture":"#0","uv":[2.75,10.75,0,11.5]}},"from":[-16,-11.2,-16],"shade":false,"to":[-15.2,-10,-11.6]},{"faces":{"east":{"texture":"#0","uv":[2.75,11.5,0,14.5]},"west":{"texture":"#0","uv":[0,11.5,2.75,14.5]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.6,-11.2,-11.6]}],"overrides":[],"textures":{"0":"item/w1707045247_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1235.json b/assets/minecraft/models/w1235.json new file mode 100644 index 000000000..3c06fd776 --- /dev/null +++ b/assets/minecraft/models/w1235.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.25,0,13.5,0.75]},"east":{"texture":"#0","uv":[12,0.75,12.75,2.5]},"north":{"texture":"#0","uv":[12.75,0.75,13.5,2.5]},"south":{"texture":"#0","uv":[14.25,0.75,15,2.5]},"up":{"texture":"#0","uv":[13.5,0.75,12.75,0]},"west":{"texture":"#0","uv":[13.5,0.75,14.25,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1707045247_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1236.json b/assets/minecraft/models/w1236.json new file mode 100644 index 000000000..1fda6c3ba --- /dev/null +++ b/assets/minecraft/models/w1236.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,0,14.25,0.75]},"east":{"texture":"#0","uv":[14.25,0.75,13.5,2.5]},"north":{"texture":"#0","uv":[13.5,0.75,12.75,2.5]},"south":{"texture":"#0","uv":[15,0.75,14.25,2.5]},"up":{"texture":"#0","uv":[12.75,0.75,13.5,0]},"west":{"texture":"#0","uv":[12.75,0.75,12,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1707045247_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1237.json b/assets/minecraft/models/w1237.json new file mode 100644 index 000000000..f68801ecc --- /dev/null +++ b/assets/minecraft/models/w1237.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[7.5,5.75,5.5,7.75]},"west":{"texture":"#0","uv":[5.5,5.75,7.5,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12.799999,-12.8]}],"overrides":[],"textures":{"0":"item/w1707045247_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1238.json b/assets/minecraft/models/w1238.json new file mode 100644 index 000000000..a9bf916cf --- /dev/null +++ b/assets/minecraft/models/w1238.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.25,5.75,3,6]},"east":{"texture":"#0","uv":[2.5,6,2.75,6.5]},"north":{"texture":"#0","uv":[2.75,6,3,6.5]},"south":{"texture":"#0","uv":[3.25,6,3.5,6.5]},"up":{"texture":"#0","uv":[3,6,2.75,5.75]},"west":{"texture":"#0","uv":[3,6,3.25,6.5]}},"from":[-14.38,-16,-16],"shade":false,"to":[-13.9800005,-15.2,-15.6]},{"faces":{"down":{"texture":"#0","uv":[3,5.75,3.25,6]},"east":{"texture":"#0","uv":[3.25,6,3,6.5]},"north":{"texture":"#0","uv":[3,6,2.75,6.5]},"south":{"texture":"#0","uv":[3.5,6,3.25,6.5]},"up":{"texture":"#0","uv":[2.75,6,3,5.75]},"west":{"texture":"#0","uv":[2.75,6,2.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]},{"faces":{"down":{"texture":"#0","uv":[3.75,2.5,2.5,3.75]},"east":{"texture":"#0","uv":[0,3.75,1.25,4.25]},"north":{"texture":"#0","uv":[1.25,3.75,2.5,4.25]},"south":{"texture":"#0","uv":[3.75,3.75,5,4.25]},"up":{"texture":"#0","uv":[2.5,3.75,1.25,2.5]},"west":{"texture":"#0","uv":[2.5,3.75,3.75,4.25]}},"from":[-15.99,-15.2,-15.99],"shade":false,"to":[-13.99,-14.4,-13.99]}],"overrides":[],"textures":{"0":"item/w1707045247_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1239.json b/assets/minecraft/models/w1239.json new file mode 100644 index 000000000..3879718cb --- /dev/null +++ b/assets/minecraft/models/w1239.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,8,1.25,8.5]},"south":{"texture":"#0","uv":[0,8,1.25,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.2,-16]}],"overrides":[],"textures":{"0":"item/w1707045247_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w124.json b/assets/minecraft/models/w124.json new file mode 100644 index 000000000..500907fb7 --- /dev/null +++ b/assets/minecraft/models/w124.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.625,2.5,4.75,3.125]},"south":{"texture":"#0","uv":[5.375,3.125,6.25,3.9375]},"up":{"texture":"#0","uv":[4.75,3.125,3.875,2.5]},"west":{"texture":"#0","uv":[4.75,3.125,5.375,3.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-10.384,-10.783999,-11.983999]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1240.json b/assets/minecraft/models/w1240.json new file mode 100644 index 000000000..ab7013cf2 --- /dev/null +++ b/assets/minecraft/models/w1240.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,5.75,2.5,5.75]},"east":{"texture":"#0","uv":[1.25,5.75,1.25,8]},"north":{"texture":"#0","uv":[1.25,5.75,0,8]},"south":{"texture":"#0","uv":[2.5,5.75,1.25,8]},"up":{"texture":"#0","uv":[0,5.75,1.25,5.75]},"west":{"texture":"#0","uv":[0,5.75,0,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-12.4,-16]}],"overrides":[],"textures":{"0":"item/w1707045247_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1241.json b/assets/minecraft/models/w1241.json new file mode 100644 index 000000000..c09891ab5 --- /dev/null +++ b/assets/minecraft/models/w1241.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,5.75,1.25,5.75]},"east":{"texture":"#0","uv":[0,5.75,0,8]},"north":{"texture":"#0","uv":[0,5.75,1.25,8]},"south":{"texture":"#0","uv":[1.25,5.75,2.5,8]},"up":{"texture":"#0","uv":[1.25,5.75,0,5.75]},"west":{"texture":"#0","uv":[1.25,5.75,1.25,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-12.4,-16]}],"overrides":[],"textures":{"0":"item/w1707045247_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1242.json b/assets/minecraft/models/w1242.json new file mode 100644 index 000000000..0a10d3101 --- /dev/null +++ b/assets/minecraft/models/w1242.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[16,6.625,15.375,5.75]},"south":{"texture":"#0","uv":[15.375,6.625,16,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15,-14.6,-16]}],"overrides":[],"textures":{"0":"item/w1707045247_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1243.json b/assets/minecraft/models/w1243.json new file mode 100644 index 000000000..0a10d3101 --- /dev/null +++ b/assets/minecraft/models/w1243.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[16,6.625,15.375,5.75]},"south":{"texture":"#0","uv":[15.375,6.625,16,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15,-14.6,-16]}],"overrides":[],"textures":{"0":"item/w1707045247_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1244.json b/assets/minecraft/models/w1244.json new file mode 100644 index 000000000..0a10d3101 --- /dev/null +++ b/assets/minecraft/models/w1244.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[16,6.625,15.375,5.75]},"south":{"texture":"#0","uv":[15.375,6.625,16,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15,-14.6,-16]}],"overrides":[],"textures":{"0":"item/w1707045247_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1245.json b/assets/minecraft/models/w1245.json new file mode 100644 index 000000000..0cf7a49ba --- /dev/null +++ b/assets/minecraft/models/w1245.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.5,11.5,2.75,14.25]},"west":{"texture":"#0","uv":[2.75,11.5,5.5,14.25]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.6,-11.599999,-11.599999]},{"faces":{"down":{"texture":"#0","uv":[10.25,8,9.75,10.75]},"east":{"texture":"#0","uv":[6.5,10.75,9.25,11.25]},"north":{"texture":"#0","uv":[9.25,10.75,9.75,11.25]},"south":{"texture":"#0","uv":[12.5,10.75,13,11.25]},"up":{"texture":"#0","uv":[9.75,10.75,9.25,8]},"west":{"texture":"#0","uv":[9.75,10.75,12.5,11.25]}},"from":[-16,-11.599999,-16],"shade":false,"to":[-15.2,-10.799999,-11.599999]}],"overrides":[],"textures":{"0":"item/w1707045247_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1246.json b/assets/minecraft/models/w1246.json new file mode 100644 index 000000000..588f97c1f --- /dev/null +++ b/assets/minecraft/models/w1246.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[15.375,6.625,16,5.75]},"south":{"texture":"#0","uv":[16,6.625,15.375,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15,-14.6,-16]}],"overrides":[],"textures":{"0":"item/w1707045247_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1247.json b/assets/minecraft/models/w1247.json new file mode 100644 index 000000000..588f97c1f --- /dev/null +++ b/assets/minecraft/models/w1247.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[15.375,6.625,16,5.75]},"south":{"texture":"#0","uv":[16,6.625,15.375,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15,-14.6,-16]}],"overrides":[],"textures":{"0":"item/w1707045247_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1248.json b/assets/minecraft/models/w1248.json new file mode 100644 index 000000000..588f97c1f --- /dev/null +++ b/assets/minecraft/models/w1248.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[15.375,6.625,16,5.75]},"south":{"texture":"#0","uv":[16,6.625,15.375,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15,-14.6,-16]}],"overrides":[],"textures":{"0":"item/w1707045247_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1249.json b/assets/minecraft/models/w1249.json new file mode 100644 index 000000000..67b94bd7b --- /dev/null +++ b/assets/minecraft/models/w1249.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.5,11.5,2.75,14.25]},"west":{"texture":"#0","uv":[2.75,11.5,5.5,14.25]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.6,-11.599999,-11.599999]},{"faces":{"down":{"texture":"#0","uv":[9.75,8,10.25,10.75]},"east":{"texture":"#0","uv":[12.5,10.75,9.75,11.25]},"north":{"texture":"#0","uv":[9.75,10.75,9.25,11.25]},"south":{"texture":"#0","uv":[13,10.75,12.5,11.25]},"up":{"texture":"#0","uv":[9.25,10.75,9.75,8]},"west":{"texture":"#0","uv":[9.25,10.75,6.5,11.25]}},"from":[-16,-11.599999,-16],"shade":false,"to":[-15.2,-10.799999,-11.599999]}],"overrides":[],"textures":{"0":"item/w1707045247_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w125.json b/assets/minecraft/models/w125.json new file mode 100644 index 000000000..a4a7890c4 --- /dev/null +++ b/assets/minecraft/models/w125.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.375,5.375,3.1875,6.375]},"east":{"texture":"#0","uv":[2,6.375,3,7.1875]},"up":{"texture":"#0","uv":[3.1875,6.375,3,5.375]}},"from":[-6.381631,-16,-16],"shade":false,"to":[-5.189631,-10.808,-9.608]},{"faces":{"down":{"texture":"#0","uv":[6,4.375,5.8125,5.375]},"up":{"texture":"#0","uv":[5.8125,5.375,5.625,4.375]},"west":{"texture":"#0","uv":[5.8125,5.375,6.8125,6.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.808001,-10.808,-9.608]},{"faces":{"up":{"texture":"#0","uv":[3.6875,0.625,2.8125,0]}},"from":[-13.399466,-10.792,-14.321037],"shade":false,"to":[-7.7834654,-10.775999,-10.3050375]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1250.json b/assets/minecraft/models/w1250.json new file mode 100644 index 000000000..dd9c18b06 --- /dev/null +++ b/assets/minecraft/models/w1250.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.75,2.5,13.25,3.25]},"east":{"texture":"#0","uv":[12,3.25,12.75,4.5]},"north":{"texture":"#0","uv":[12.75,3.25,13.25,4.5]},"south":{"texture":"#0","uv":[14,3.25,14.5,4.5]},"up":{"texture":"#0","uv":[13.25,3.25,12.75,2.5]},"west":{"texture":"#0","uv":[13.25,3.25,14,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1707045247_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1251.json b/assets/minecraft/models/w1251.json new file mode 100644 index 000000000..8e1bf0251 --- /dev/null +++ b/assets/minecraft/models/w1251.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.25,2.5,13.75,3.25]},"east":{"texture":"#0","uv":[14,3.25,13.25,4.5]},"north":{"texture":"#0","uv":[13.25,3.25,12.75,4.5]},"south":{"texture":"#0","uv":[14.5,3.25,14,4.5]},"up":{"texture":"#0","uv":[12.75,3.25,13.25,2.5]},"west":{"texture":"#0","uv":[12.75,3.25,12,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1707045247_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1252.json b/assets/minecraft/models/w1252.json new file mode 100644 index 000000000..7d39248b8 --- /dev/null +++ b/assets/minecraft/models/w1252.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,4.25,2.5,5.5]},"east":{"texture":"#0","uv":[0,5.5,1.25,5.75]},"north":{"texture":"#0","uv":[1.25,5.5,2.5,5.75]},"south":{"texture":"#0","uv":[3.75,5.5,5,5.75]},"up":{"texture":"#0","uv":[2.5,5.5,1.25,4.25]},"west":{"texture":"#0","uv":[2.5,5.5,3.75,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-14]}],"overrides":[],"textures":{"0":"item/w1707045247_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1253.json b/assets/minecraft/models/w1253.json new file mode 100644 index 000000000..16f164cfa --- /dev/null +++ b/assets/minecraft/models/w1253.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.25,11.25,11,13.5]},"east":{"texture":"#0","uv":[8.5,13.5,10.75,13.75]},"north":{"texture":"#0","uv":[10.75,13.5,11,13.75]},"south":{"texture":"#0","uv":[13.25,13.5,13.5,13.75]},"up":{"texture":"#0","uv":[11,13.5,10.75,11.25]},"west":{"texture":"#0","uv":[11,13.5,13.25,13.75]}},"from":[-16,-13.6,-16],"shade":false,"to":[-15.6,-13.200001,-12.400001]},{"faces":{"east":{"texture":"#0","uv":[8.5,11.5,5.5,13.25]},"west":{"texture":"#0","uv":[5.5,11.5,8.5,13.25]}},"from":[-15.8,-16,-16],"shade":false,"to":[-15.8,-13.2,-11.200001]}],"overrides":[],"textures":{"0":"item/w1707045247_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1254.json b/assets/minecraft/models/w1254.json new file mode 100644 index 000000000..7cc86aa01 --- /dev/null +++ b/assets/minecraft/models/w1254.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[8.5,11.5,5.5,13.25]},"west":{"texture":"#0","uv":[5.5,11.5,8.5,13.25]}},"from":[-15.8,-16,-16],"shade":false,"to":[-15.8,-13.2,-11.200001]},{"faces":{"down":{"texture":"#0","uv":[11,11.25,11.25,13.5]},"east":{"texture":"#0","uv":[13.25,13.5,11,13.75]},"north":{"texture":"#0","uv":[11,13.5,10.75,13.75]},"south":{"texture":"#0","uv":[13.5,13.5,13.25,13.75]},"up":{"texture":"#0","uv":[10.75,13.5,11,11.25]},"west":{"texture":"#0","uv":[10.75,13.5,8.5,13.75]}},"from":[-16,-13.6,-16],"shade":false,"to":[-15.6,-13.200001,-12.400001]}],"overrides":[],"textures":{"0":"item/w1707045247_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1255.json b/assets/minecraft/models/w1255.json new file mode 100644 index 000000000..2f66dd523 --- /dev/null +++ b/assets/minecraft/models/w1255.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15,4.5,15.5,5.25]},"west":{"texture":"#0","uv":[15.5,4.5,16,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1707045247_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1256.json b/assets/minecraft/models/w1256.json new file mode 100644 index 000000000..2f66dd523 --- /dev/null +++ b/assets/minecraft/models/w1256.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15,4.5,15.5,5.25]},"west":{"texture":"#0","uv":[15.5,4.5,16,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1707045247_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1257.json b/assets/minecraft/models/w1257.json new file mode 100644 index 000000000..4d697b1ae --- /dev/null +++ b/assets/minecraft/models/w1257.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.25,4.5,13.5,5.25]},"east":{"texture":"#0","uv":[12,5.25,12.75,5.75]},"north":{"texture":"#0","uv":[12.75,5.25,13.5,5.75]},"south":{"texture":"#0","uv":[14.25,5.25,15,5.75]},"up":{"texture":"#0","uv":[13.5,5.25,12.75,4.5]},"west":{"texture":"#0","uv":[13.5,5.25,14.25,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1707045247_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1258.json b/assets/minecraft/models/w1258.json new file mode 100644 index 000000000..625b19b07 --- /dev/null +++ b/assets/minecraft/models/w1258.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[16,4.5,15.5,5.25]},"west":{"texture":"#0","uv":[15.5,4.5,15,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1707045247_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1259.json b/assets/minecraft/models/w1259.json new file mode 100644 index 000000000..625b19b07 --- /dev/null +++ b/assets/minecraft/models/w1259.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[16,4.5,15.5,5.25]},"west":{"texture":"#0","uv":[15.5,4.5,15,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1707045247_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w126.json b/assets/minecraft/models/w126.json new file mode 100644 index 000000000..bb3c03074 --- /dev/null +++ b/assets/minecraft/models/w126.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.625,6.8125,9.125,7.3125]},"east":{"texture":"#0","uv":[8.125,7.3125,8.625,7.75]},"north":{"texture":"#0","uv":[8.625,7.3125,9.125,7.75]},"south":{"texture":"#0","uv":[9.625,7.3125,10.125,7.75]},"up":{"texture":"#0","uv":[9.125,7.3125,8.625,6.8125]},"west":{"texture":"#0","uv":[9.125,7.3125,9.625,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.5,-13.2,-12.5]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1260.json b/assets/minecraft/models/w1260.json new file mode 100644 index 000000000..485b0caff --- /dev/null +++ b/assets/minecraft/models/w1260.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,4.5,14.25,5.25]},"east":{"texture":"#0","uv":[14.25,5.25,13.5,5.75]},"north":{"texture":"#0","uv":[13.5,5.25,12.75,5.75]},"south":{"texture":"#0","uv":[15,5.25,14.25,5.75]},"up":{"texture":"#0","uv":[12.75,5.25,13.5,4.5]},"west":{"texture":"#0","uv":[12.75,5.25,12,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1707045247_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1261.json b/assets/minecraft/models/w1261.json new file mode 100644 index 000000000..48080edf7 --- /dev/null +++ b/assets/minecraft/models/w1261.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,0,1,0.5]},"east":{"texture":"#0","uv":[0,0.5,0.5,1.5]},"north":{"texture":"#0","uv":[0.5,0.5,1,1.5]},"south":{"texture":"#0","uv":[1.5,0.5,2,1.5]},"up":{"texture":"#0","uv":[1,0.5,0.5,0]},"west":{"texture":"#0","uv":[1,0.5,1.5,1.5]}},"from":[-15.6,-14.4,-15.6],"shade":false,"to":[-14.8,-12.799999,-14.8]},{"faces":{"down":{"texture":"#0","uv":[3,5,2,6]},"east":{"texture":"#0","uv":[0,6,1,7]},"north":{"texture":"#0","uv":[1,6,2,7]},"south":{"texture":"#0","uv":[3,6,4,7]},"up":{"texture":"#0","uv":[2,6,1,5]},"west":{"texture":"#0","uv":[2,6,3,7]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w193160378_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1262.json b/assets/minecraft/models/w1262.json new file mode 100644 index 000000000..0aa41d575 --- /dev/null +++ b/assets/minecraft/models/w1262.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,2.75,3,4.25]},"east":{"texture":"#0","uv":[0,4.25,1.5,5]},"north":{"texture":"#0","uv":[1.5,4.25,3,5]},"south":{"texture":"#0","uv":[4.5,4.25,6,5]},"up":{"texture":"#0","uv":[3,4.25,1.5,2.75]},"west":{"texture":"#0","uv":[3,4.25,4.5,5]}},"from":[-15.2,-16,-15.2],"shade":false,"to":[-12.799999,-14.8,-12.799999]},{"faces":{"down":{"texture":"#0","uv":[7.5,0,5,2.5]},"east":{"texture":"#0","uv":[0,2.5,2.5,2.75]},"north":{"texture":"#0","uv":[2.5,2.5,5,2.75]},"south":{"texture":"#0","uv":[7.5,2.5,10,2.75]},"up":{"texture":"#0","uv":[5,2.5,2.5,0]},"west":{"texture":"#0","uv":[5,2.5,7.5,2.75]}},"from":[-16,-15.8,-16],"rotation":{"angle":-45,"axis":"y","origin":[-14,-19.04,-14],"rescale":false},"shade":false,"to":[-12,-15.400001,-12]},{"faces":{"down":{"texture":"#0","uv":[7.5,0,5,2.5]},"east":{"texture":"#0","uv":[0,2.5,2.5,2.75]},"north":{"texture":"#0","uv":[2.5,2.5,5,2.75]},"south":{"texture":"#0","uv":[7.5,2.5,10,2.75]},"up":{"texture":"#0","uv":[5,2.5,2.5,0]},"west":{"texture":"#0","uv":[5,2.5,7.5,2.75]}},"from":[-16,-15.84,-16],"shade":false,"to":[-12,-15.440001,-12]}],"overrides":[],"textures":{"0":"item/w193160378_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1263.json b/assets/minecraft/models/w1263.json new file mode 100644 index 000000000..7d8f19a9c --- /dev/null +++ b/assets/minecraft/models/w1263.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,0,8.75,0.5]},"east":{"texture":"#0","uv":[7.75,0.5,8.25,2]},"north":{"texture":"#0","uv":[8.25,0.5,8.75,2]},"south":{"texture":"#0","uv":[9.25,0.5,9.75,2]},"up":{"texture":"#0","uv":[8.75,0.5,8.25,0]},"west":{"texture":"#0","uv":[8.75,0.5,9.25,2]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.6,-15.2]}],"overrides":[],"textures":{"0":"item/w193160378_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1264.json b/assets/minecraft/models/w1264.json new file mode 100644 index 000000000..7d8f19a9c --- /dev/null +++ b/assets/minecraft/models/w1264.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,0,8.75,0.5]},"east":{"texture":"#0","uv":[7.75,0.5,8.25,2]},"north":{"texture":"#0","uv":[8.25,0.5,8.75,2]},"south":{"texture":"#0","uv":[9.25,0.5,9.75,2]},"up":{"texture":"#0","uv":[8.75,0.5,8.25,0]},"west":{"texture":"#0","uv":[8.75,0.5,9.25,2]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.6,-15.2]}],"overrides":[],"textures":{"0":"item/w193160378_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1265.json b/assets/minecraft/models/w1265.json new file mode 100644 index 000000000..5b2393971 --- /dev/null +++ b/assets/minecraft/models/w1265.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.75,0.25,8.5,0.5]},"east":{"texture":"#0","uv":[8,0.5,8.25,1.5]},"north":{"texture":"#0","uv":[8.25,0.5,8.5,1.5]},"south":{"texture":"#0","uv":[8.75,0.5,9,1.5]},"up":{"texture":"#0","uv":[8.5,0.5,8.25,0.25]},"west":{"texture":"#0","uv":[8.5,0.5,8.75,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.4,-15.6]}],"overrides":[],"textures":{"0":"item/w193160378_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1266.json b/assets/minecraft/models/w1266.json new file mode 100644 index 000000000..3f1d16d14 --- /dev/null +++ b/assets/minecraft/models/w1266.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,0.25,8.75,0.5]},"east":{"texture":"#0","uv":[8.75,0.5,8.5,1.5]},"north":{"texture":"#0","uv":[8.5,0.5,8.25,1.5]},"south":{"texture":"#0","uv":[9,0.5,8.75,1.5]},"up":{"texture":"#0","uv":[8.25,0.5,8.5,0.25]},"west":{"texture":"#0","uv":[8.25,0.5,8,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.4,-15.6]}],"overrides":[],"textures":{"0":"item/w193160378_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1267.json b/assets/minecraft/models/w1267.json new file mode 100644 index 000000000..7d8f19a9c --- /dev/null +++ b/assets/minecraft/models/w1267.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,0,8.75,0.5]},"east":{"texture":"#0","uv":[7.75,0.5,8.25,2]},"north":{"texture":"#0","uv":[8.25,0.5,8.75,2]},"south":{"texture":"#0","uv":[9.25,0.5,9.75,2]},"up":{"texture":"#0","uv":[8.75,0.5,8.25,0]},"west":{"texture":"#0","uv":[8.75,0.5,9.25,2]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.6,-15.2]}],"overrides":[],"textures":{"0":"item/w193160378_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1268.json b/assets/minecraft/models/w1268.json new file mode 100644 index 000000000..51e35e6d6 --- /dev/null +++ b/assets/minecraft/models/w1268.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,6,5.5,7]},"east":{"texture":"#0","uv":[3.5,7,4.5,8]},"north":{"texture":"#0","uv":[4.5,7,5.5,8]},"south":{"texture":"#0","uv":[6.5,7,7.5,8]},"up":{"texture":"#0","uv":[5.5,7,4.5,6]},"west":{"texture":"#0","uv":[5.5,7,6.5,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w193160378_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1269.json b/assets/minecraft/models/w1269.json new file mode 100644 index 000000000..d6c491063 --- /dev/null +++ b/assets/minecraft/models/w1269.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,2.75,6,4.75]},"up":{"texture":"#0","uv":[7.25,4.75,6,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-16,-12.8]}],"overrides":[],"textures":{"0":"item/w193160378_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w127.json b/assets/minecraft/models/w127.json new file mode 100644 index 000000000..56e0171e8 --- /dev/null +++ b/assets/minecraft/models/w127.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.3125,0.9375,9.375,1]},"east":{"texture":"#0","uv":[9.375,1,9.3125,1.0625]},"north":{"texture":"#0","uv":[9.3125,1,9.25,1.0625]},"south":{"texture":"#0","uv":[9.4375,1,9.375,1.0625]},"up":{"texture":"#0","uv":[9.25,1,9.3125,0.9375]},"west":{"texture":"#0","uv":[9.25,1,9.1875,1.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.440001,-15.6,-15.44]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1270.json b/assets/minecraft/models/w1270.json new file mode 100644 index 000000000..d6c491063 --- /dev/null +++ b/assets/minecraft/models/w1270.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,2.75,6,4.75]},"up":{"texture":"#0","uv":[7.25,4.75,6,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-16,-12.8]}],"overrides":[],"textures":{"0":"item/w193160378_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1271.json b/assets/minecraft/models/w1271.json new file mode 100644 index 000000000..d6c491063 --- /dev/null +++ b/assets/minecraft/models/w1271.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,2.75,6,4.75]},"up":{"texture":"#0","uv":[7.25,4.75,6,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-16,-12.8]}],"overrides":[],"textures":{"0":"item/w193160378_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1272.json b/assets/minecraft/models/w1272.json new file mode 100644 index 000000000..d6c491063 --- /dev/null +++ b/assets/minecraft/models/w1272.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,2.75,6,4.75]},"up":{"texture":"#0","uv":[7.25,4.75,6,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-16,-12.8]}],"overrides":[],"textures":{"0":"item/w193160378_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1273.json b/assets/minecraft/models/w1273.json new file mode 100644 index 000000000..d6c491063 --- /dev/null +++ b/assets/minecraft/models/w1273.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,2.75,6,4.75]},"up":{"texture":"#0","uv":[7.25,4.75,6,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-16,-12.8]}],"overrides":[],"textures":{"0":"item/w193160378_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1274.json b/assets/minecraft/models/w1274.json new file mode 100644 index 000000000..d6c491063 --- /dev/null +++ b/assets/minecraft/models/w1274.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,2.75,6,4.75]},"up":{"texture":"#0","uv":[7.25,4.75,6,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-16,-12.8]}],"overrides":[],"textures":{"0":"item/w193160378_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1275.json b/assets/minecraft/models/w1275.json new file mode 100644 index 000000000..d6c491063 --- /dev/null +++ b/assets/minecraft/models/w1275.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,2.75,6,4.75]},"up":{"texture":"#0","uv":[7.25,4.75,6,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-16,-12.8]}],"overrides":[],"textures":{"0":"item/w193160378_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1276.json b/assets/minecraft/models/w1276.json new file mode 100644 index 000000000..d6c491063 --- /dev/null +++ b/assets/minecraft/models/w1276.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,2.75,6,4.75]},"up":{"texture":"#0","uv":[7.25,4.75,6,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-16,-12.8]}],"overrides":[],"textures":{"0":"item/w193160378_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1277.json b/assets/minecraft/models/w1277.json new file mode 100644 index 000000000..d54c150dd --- /dev/null +++ b/assets/minecraft/models/w1277.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,0,0,11]},"up":{"texture":"#0","uv":[13.5,11,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-5.2,-16,-7.2]}],"overrides":[],"textures":{"0":"item/w792350238_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1278.json b/assets/minecraft/models/w1278.json new file mode 100644 index 000000000..d54c150dd --- /dev/null +++ b/assets/minecraft/models/w1278.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,0,0,11]},"up":{"texture":"#0","uv":[13.5,11,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-5.2,-16,-7.2]}],"overrides":[],"textures":{"0":"item/w792350238_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1279.json b/assets/minecraft/models/w1279.json new file mode 100644 index 000000000..d54c150dd --- /dev/null +++ b/assets/minecraft/models/w1279.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,0,0,11]},"up":{"texture":"#0","uv":[13.5,11,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-5.2,-16,-7.2]}],"overrides":[],"textures":{"0":"item/w792350238_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w128.json b/assets/minecraft/models/w128.json new file mode 100644 index 000000000..db30719c4 --- /dev/null +++ b/assets/minecraft/models/w128.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,1,9.25,1]},"east":{"texture":"#0","uv":[9.28125,1,9.3125,1.03125]},"north":{"texture":"#0","uv":[9.25,1,9.28125,1.03125]},"south":{"texture":"#0","uv":[9.3125,1,9.34375,1.03125]},"up":{"texture":"#0","uv":[9.25,0.96875,9.28125,1]},"west":{"texture":"#0","uv":[9.21875,1,9.25,1.03125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.76,-15.6,-15.76]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1280.json b/assets/minecraft/models/w1280.json new file mode 100644 index 000000000..d54c150dd --- /dev/null +++ b/assets/minecraft/models/w1280.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,0,0,11]},"up":{"texture":"#0","uv":[13.5,11,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-5.2,-16,-7.2]}],"overrides":[],"textures":{"0":"item/w792350238_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1281.json b/assets/minecraft/models/w1281.json new file mode 100644 index 000000000..30198bf07 --- /dev/null +++ b/assets/minecraft/models/w1281.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,0,15.5,14]},"up":{"texture":"#0","uv":[16,14,15.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-4.8]}],"overrides":[],"textures":{"0":"item/w792350238_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1282.json b/assets/minecraft/models/w1282.json new file mode 100644 index 000000000..30198bf07 --- /dev/null +++ b/assets/minecraft/models/w1282.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,0,15.5,14]},"up":{"texture":"#0","uv":[16,14,15.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-4.8]}],"overrides":[],"textures":{"0":"item/w792350238_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1283.json b/assets/minecraft/models/w1283.json new file mode 100644 index 000000000..95919e979 --- /dev/null +++ b/assets/minecraft/models/w1283.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,0,15.5,14]},"up":{"texture":"#0","uv":[15.5,14,16,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-4.8]}],"overrides":[],"textures":{"0":"item/w792350238_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1284.json b/assets/minecraft/models/w1284.json new file mode 100644 index 000000000..30198bf07 --- /dev/null +++ b/assets/minecraft/models/w1284.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,0,15.5,14]},"up":{"texture":"#0","uv":[16,14,15.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-4.8]}],"overrides":[],"textures":{"0":"item/w792350238_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1285.json b/assets/minecraft/models/w1285.json new file mode 100644 index 000000000..a3c0e4199 --- /dev/null +++ b/assets/minecraft/models/w1285.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,0,0,11]},"up":{"texture":"#0","uv":[13.5,11,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-5.2,-16,-7.2]}],"overrides":[],"textures":{"0":"item/w1551282846_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1286.json b/assets/minecraft/models/w1286.json new file mode 100644 index 000000000..a3c0e4199 --- /dev/null +++ b/assets/minecraft/models/w1286.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,0,0,11]},"up":{"texture":"#0","uv":[13.5,11,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-5.2,-16,-7.2]}],"overrides":[],"textures":{"0":"item/w1551282846_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1287.json b/assets/minecraft/models/w1287.json new file mode 100644 index 000000000..a3c0e4199 --- /dev/null +++ b/assets/minecraft/models/w1287.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,0,0,11]},"up":{"texture":"#0","uv":[13.5,11,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-5.2,-16,-7.2]}],"overrides":[],"textures":{"0":"item/w1551282846_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1288.json b/assets/minecraft/models/w1288.json new file mode 100644 index 000000000..a3c0e4199 --- /dev/null +++ b/assets/minecraft/models/w1288.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,0,0,11]},"up":{"texture":"#0","uv":[13.5,11,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-5.2,-16,-7.2]}],"overrides":[],"textures":{"0":"item/w1551282846_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1289.json b/assets/minecraft/models/w1289.json new file mode 100644 index 000000000..b6e203268 --- /dev/null +++ b/assets/minecraft/models/w1289.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,0,15.5,14]},"up":{"texture":"#0","uv":[16,14,15.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-4.8]}],"overrides":[],"textures":{"0":"item/w1551282846_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w129.json b/assets/minecraft/models/w129.json new file mode 100644 index 000000000..b4913c36e --- /dev/null +++ b/assets/minecraft/models/w129.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,1,9.25,1]},"east":{"texture":"#0","uv":[9.28125,1,9.3125,1.03125]},"north":{"texture":"#0","uv":[9.25,1,9.28125,1.03125]},"south":{"texture":"#0","uv":[9.3125,1,9.34375,1.03125]},"up":{"texture":"#0","uv":[9.25,0.96875,9.28125,1]},"west":{"texture":"#0","uv":[9.21875,1,9.25,1.03125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.68,-15.6,-15.68]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1290.json b/assets/minecraft/models/w1290.json new file mode 100644 index 000000000..b6e203268 --- /dev/null +++ b/assets/minecraft/models/w1290.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,0,15.5,14]},"up":{"texture":"#0","uv":[16,14,15.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-4.8]}],"overrides":[],"textures":{"0":"item/w1551282846_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1291.json b/assets/minecraft/models/w1291.json new file mode 100644 index 000000000..24aad7d85 --- /dev/null +++ b/assets/minecraft/models/w1291.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,0,15.5,14]},"up":{"texture":"#0","uv":[15.5,14,16,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-4.8]}],"overrides":[],"textures":{"0":"item/w1551282846_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1292.json b/assets/minecraft/models/w1292.json new file mode 100644 index 000000000..b6e203268 --- /dev/null +++ b/assets/minecraft/models/w1292.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,0,15.5,14]},"up":{"texture":"#0","uv":[16,14,15.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-4.8]}],"overrides":[],"textures":{"0":"item/w1551282846_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1293.json b/assets/minecraft/models/w1293.json new file mode 100644 index 000000000..8a9c3290c --- /dev/null +++ b/assets/minecraft/models/w1293.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0,5,3]},"east":{"texture":"#0","uv":[0,3,3,5.25]},"north":{"texture":"#0","uv":[3,3,5,5.25]},"south":{"texture":"#0","uv":[8,3,10,5.25]},"up":{"texture":"#0","uv":[5,3,3,0]},"west":{"texture":"#0","uv":[5,3,8,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-8.8,-6.3999996]},{"faces":{"east":{"texture":"#0","uv":[6,12.875,3,13.625]},"west":{"texture":"#0","uv":[3,12.875,6,13.625]}},"from":[-12.8,-8.8,-16],"shade":false,"to":[-12.8,-6.4,-6.3999996]}],"overrides":[],"textures":{"0":"item/w914367072_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1294.json b/assets/minecraft/models/w1294.json new file mode 100644 index 000000000..43da1f9b9 --- /dev/null +++ b/assets/minecraft/models/w1294.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.375,8,7.625,8.75]},"east":{"texture":"#0","uv":[6.125,8.75,6.875,11.875]},"north":{"texture":"#0","uv":[6.875,8.75,7.625,11.875]},"south":{"texture":"#0","uv":[8.375,8.75,9.125,11.875]},"up":{"texture":"#0","uv":[7.625,8.75,6.875,8]},"west":{"texture":"#0","uv":[7.625,8.75,8.375,11.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-6,-13.6]}],"overrides":[],"textures":{"0":"item/w914367072_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1295.json b/assets/minecraft/models/w1295.json new file mode 100644 index 000000000..ac97ef4b8 --- /dev/null +++ b/assets/minecraft/models/w1295.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,5.375,3,7.125]},"east":{"texture":"#0","uv":[0,7.125,1.75,8.375]},"north":{"texture":"#0","uv":[1.75,7.125,3,8.375]},"south":{"texture":"#0","uv":[4.75,7.125,6,8.375]},"up":{"texture":"#0","uv":[3,7.125,1.75,5.375]},"west":{"texture":"#0","uv":[3,7.125,4.75,8.375]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-12,-10.4]},{"faces":{"east":{"texture":"#0","uv":[1.625,13.75,3.25,14.5]},"west":{"texture":"#0","uv":[1.625,13.75,3.25,14.5]}},"from":[-14,-12,-15.6],"shade":false,"to":[-14,-9.6,-10.400001]}],"overrides":[],"textures":{"0":"item/w914367072_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1296.json b/assets/minecraft/models/w1296.json new file mode 100644 index 000000000..9b6d408b4 --- /dev/null +++ b/assets/minecraft/models/w1296.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.75,11.25,3,8.5]},"east":{"texture":"#0","uv":[3,12.75,5.75,11.25]},"north":{"texture":"#0","uv":[5.75,12.75,6,11.25]},"south":{"texture":"#0","uv":[2.75,12.75,3,11.25]},"up":{"texture":"#0","uv":[3,8.5,3.25,11.25]},"west":{"texture":"#0","uv":[0,12.75,2.75,11.25]}},"from":[8,8,8],"shade":false,"to":[7.2,3.1999998,-0.8000002]}],"overrides":[],"textures":{"0":"item/w914367072_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1297.json b/assets/minecraft/models/w1297.json new file mode 100644 index 000000000..b1766f9ae --- /dev/null +++ b/assets/minecraft/models/w1297.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.75,11.25,3,8.5]},"east":{"texture":"#0","uv":[3,12.75,5.75,11.25]},"south":{"texture":"#0","uv":[2.75,12.75,3,11.25]},"west":{"texture":"#0","uv":[0,12.75,2.75,11.25]}},"from":[8,8,8],"shade":false,"to":[7.208,3.2080002,-0.7919998]}],"overrides":[],"textures":{"0":"item/w914367072_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1298.json b/assets/minecraft/models/w1298.json new file mode 100644 index 000000000..a7bbc8831 --- /dev/null +++ b/assets/minecraft/models/w1298.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.25,8.5,3,11.25]},"east":{"texture":"#0","uv":[0,11.25,2.75,12.75]},"north":{"texture":"#0","uv":[2.75,11.25,3,12.75]},"south":{"texture":"#0","uv":[5.75,11.25,6,12.75]},"up":{"texture":"#0","uv":[3,11.25,2.75,8.5]},"west":{"texture":"#0","uv":[3,11.25,5.75,12.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-11.2,-7.2]}],"overrides":[],"textures":{"0":"item/w914367072_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1299.json b/assets/minecraft/models/w1299.json new file mode 100644 index 000000000..5d52b1616 --- /dev/null +++ b/assets/minecraft/models/w1299.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,11.25,2.75,8.5]},"east":{"texture":"#0","uv":[2.75,12.75,0,11.25]},"north":{"texture":"#0","uv":[6,12.75,5.75,11.25]},"south":{"texture":"#0","uv":[3,12.75,2.75,11.25]},"up":{"texture":"#0","uv":[3.25,8.5,3,11.25]},"west":{"texture":"#0","uv":[5.75,12.75,3,11.25]}},"from":[8,8,8],"shade":false,"to":[7.2,3.1999998,-0.8000002]}],"overrides":[],"textures":{"0":"item/w914367072_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w13.json b/assets/minecraft/models/w13.json new file mode 100644 index 000000000..0813c2f13 --- /dev/null +++ b/assets/minecraft/models/w13.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,0,0,0]},"east":{"texture":"#0","uv":[0,0,0,2.75]},"north":{"texture":"#0","uv":[13.5,8.5,10,12.25]},"south":{"texture":"#0","uv":[10,8.5,13.5,12.25]},"up":{"texture":"#0","uv":[2.5,0,0,0]},"west":{"texture":"#0","uv":[0,0,0,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w291279173_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w130.json b/assets/minecraft/models/w130.json new file mode 100644 index 000000000..db30719c4 --- /dev/null +++ b/assets/minecraft/models/w130.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,1,9.25,1]},"east":{"texture":"#0","uv":[9.28125,1,9.3125,1.03125]},"north":{"texture":"#0","uv":[9.25,1,9.28125,1.03125]},"south":{"texture":"#0","uv":[9.3125,1,9.34375,1.03125]},"up":{"texture":"#0","uv":[9.25,0.96875,9.28125,1]},"west":{"texture":"#0","uv":[9.21875,1,9.25,1.03125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.76,-15.6,-15.76]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1300.json b/assets/minecraft/models/w1300.json new file mode 100644 index 000000000..6cae7d7da --- /dev/null +++ b/assets/minecraft/models/w1300.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,11.25,2.75,8.5]},"east":{"texture":"#0","uv":[2.75,12.75,0,11.25]},"south":{"texture":"#0","uv":[3,12.75,2.75,11.25]},"west":{"texture":"#0","uv":[5.75,12.75,3,11.25]}},"from":[8,8,8],"shade":false,"to":[7.208,3.2080002,-0.7919998]}],"overrides":[],"textures":{"0":"item/w914367072_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1301.json b/assets/minecraft/models/w1301.json new file mode 100644 index 000000000..dd74d40a2 --- /dev/null +++ b/assets/minecraft/models/w1301.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,8.5,3.25,11.25]},"east":{"texture":"#0","uv":[5.75,11.25,3,12.75]},"north":{"texture":"#0","uv":[3,11.25,2.75,12.75]},"south":{"texture":"#0","uv":[6,11.25,5.75,12.75]},"up":{"texture":"#0","uv":[2.75,11.25,3,8.5]},"west":{"texture":"#0","uv":[2.75,11.25,0,12.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-11.2,-7.2]}],"overrides":[],"textures":{"0":"item/w914367072_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1302.json b/assets/minecraft/models/w1302.json new file mode 100644 index 000000000..658bc2e5a --- /dev/null +++ b/assets/minecraft/models/w1302.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,2.875,12.5,4.25]},"east":{"texture":"#0","uv":[10.125,4.25,11.5,5.25]},"north":{"texture":"#0","uv":[11.5,4.25,12.5,5.25]},"south":{"texture":"#0","uv":[13.875,4.25,14.875,5.25]},"up":{"texture":"#0","uv":[12.5,4.25,11.5,2.875]},"west":{"texture":"#0","uv":[12.5,4.25,13.875,5.25]}},"from":[-16,-12.8,-14],"shade":false,"to":[-12.8,-9.6,-9.6]},{"faces":{"east":{"texture":"#0","uv":[15,0,13,1]},"west":{"texture":"#0","uv":[13,0,15,1]}},"from":[-14.4,-9.6,-14],"shade":false,"to":[-14.4,-6.4000006,-7.6]},{"faces":{"east":{"texture":"#0","uv":[15,1.125,14,2.125]},"west":{"texture":"#0","uv":[14,1.125,15,2.125]}},"from":[-14.4,-16,-15.2],"shade":false,"to":[-14.4,-12.8,-12]},{"faces":{"down":{"texture":"#0","uv":[11.125,5.375,10.625,6]},"east":{"texture":"#0","uv":[9.5,6,10.125,6.5]},"north":{"texture":"#0","uv":[10.125,6,10.625,6.5]},"south":{"texture":"#0","uv":[11.25,6,11.75,6.5]},"up":{"texture":"#0","uv":[10.625,6,10.125,5.375]},"west":{"texture":"#0","uv":[10.625,6,11.25,6.5]}},"from":[-15.2,-12,-16],"shade":false,"to":[-13.599999,-10.4,-14]},{"faces":{"down":{"texture":"#0","uv":[1.25,6.25,0.75,6.5]},"east":{"texture":"#0","uv":[0,6.5,0.25,6.625]},"north":{"texture":"#0","uv":[0.25,6.5,0.75,6.625]},"south":{"texture":"#0","uv":[1,6.5,1.5,6.625]},"up":{"texture":"#0","uv":[0.75,6.5,0.25,6.25]},"west":{"texture":"#0","uv":[0.75,6.5,1,6.625]}},"from":[-15.2,-12.4,-16],"shade":false,"to":[-13.599999,-12,-15.2]}],"overrides":[],"textures":{"0":"item/w914367072_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1303.json b/assets/minecraft/models/w1303.json new file mode 100644 index 000000000..feec91313 --- /dev/null +++ b/assets/minecraft/models/w1303.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.875,0,9.875,1.75]},"east":{"texture":"#0","uv":[7.125,1.75,8.875,2.75]},"north":{"texture":"#0","uv":[8.875,1.75,9.875,2.75]},"south":{"texture":"#0","uv":[11.625,1.75,12.625,2.75]},"up":{"texture":"#0","uv":[9.875,1.75,8.875,0]},"west":{"texture":"#0","uv":[9.875,1.75,11.625,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.799999,-10.4]},{"faces":{"east":{"texture":"#0","uv":[3.25,14.625,1.625,15.25]},"west":{"texture":"#0","uv":[1.625,14.625,3.25,15.25]}},"from":[-14.4,-12.799999,-15.6],"shade":false,"to":[-14.4,-10.799999,-10.400001]}],"overrides":[],"textures":{"0":"item/w914367072_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1304.json b/assets/minecraft/models/w1304.json new file mode 100644 index 000000000..11465f9ad --- /dev/null +++ b/assets/minecraft/models/w1304.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,0,1,0.5]},"east":{"texture":"#0","uv":[0,0.5,0.5,2.5]},"north":{"texture":"#0","uv":[0.5,0.5,1,2.5]},"south":{"texture":"#0","uv":[1.5,0.5,2,2.5]},"up":{"texture":"#0","uv":[1,0.5,0.5,0]},"west":{"texture":"#0","uv":[1,0.5,1.5,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-9.6,-14.4]}],"overrides":[],"textures":{"0":"item/w914367072_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1305.json b/assets/minecraft/models/w1305.json new file mode 100644 index 000000000..b8ae4f447 --- /dev/null +++ b/assets/minecraft/models/w1305.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0,1.5,0.5]},"east":{"texture":"#0","uv":[1.5,0.5,1,2.5]},"north":{"texture":"#0","uv":[1,0.5,0.5,2.5]},"south":{"texture":"#0","uv":[2,0.5,1.5,2.5]},"up":{"texture":"#0","uv":[0.5,0.5,1,0]},"west":{"texture":"#0","uv":[0.5,0.5,0,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-9.6,-14.4]}],"overrides":[],"textures":{"0":"item/w914367072_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1306.json b/assets/minecraft/models/w1306.json new file mode 100644 index 000000000..68d9555f5 --- /dev/null +++ b/assets/minecraft/models/w1306.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,5.375,0.75,5.875]},"east":{"texture":"#0","uv":[0,5.875,0.5,6.125]},"north":{"texture":"#0","uv":[0.5,5.875,0.75,6.125]},"south":{"texture":"#0","uv":[1.25,5.875,1.5,6.125]},"up":{"texture":"#0","uv":[0.75,5.875,0.5,5.375]},"west":{"texture":"#0","uv":[0.75,5.875,1.25,6.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-14.4]}],"overrides":[],"textures":{"0":"item/w914367072_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1307.json b/assets/minecraft/models/w1307.json new file mode 100644 index 000000000..a6b50a258 --- /dev/null +++ b/assets/minecraft/models/w1307.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.375,5.375,8.625,7.125]},"east":{"texture":"#0","uv":[6.125,7.125,7.875,7.875]},"north":{"texture":"#0","uv":[7.875,7.125,8.625,7.875]},"south":{"texture":"#0","uv":[10.375,7.125,11.125,7.875]},"up":{"texture":"#0","uv":[8.625,7.125,7.875,5.375]},"west":{"texture":"#0","uv":[8.625,7.125,10.375,7.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.599999,-10.4]},{"faces":{"east":{"texture":"#0","uv":[5,13.75,6.625,14.25]},"west":{"texture":"#0","uv":[5,13.75,6.625,14.25]}},"from":[-14.8,-13.599999,-15.6],"shade":false,"to":[-14.8,-11.999,-10.400001]}],"overrides":[],"textures":{"0":"item/w914367072_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1308.json b/assets/minecraft/models/w1308.json new file mode 100644 index 000000000..de86ce9f2 --- /dev/null +++ b/assets/minecraft/models/w1308.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.75,5.375,6,6.25]},"east":{"texture":"#0","uv":[4.375,6.25,5.25,6.625]},"north":{"texture":"#0","uv":[5.25,6.25,6,6.625]},"south":{"texture":"#0","uv":[6.875,6.25,7.625,6.625]},"up":{"texture":"#0","uv":[6,6.25,5.25,5.375]},"west":{"texture":"#0","uv":[6,6.25,6.875,6.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-13.2]}],"overrides":[],"textures":{"0":"item/w914367072_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1309.json b/assets/minecraft/models/w1309.json new file mode 100644 index 000000000..ec41ac90b --- /dev/null +++ b/assets/minecraft/models/w1309.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,5.375,6.75,6.25]},"east":{"texture":"#0","uv":[6.875,6.25,6,6.625]},"north":{"texture":"#0","uv":[6,6.25,5.25,6.625]},"south":{"texture":"#0","uv":[7.625,6.25,6.875,6.625]},"up":{"texture":"#0","uv":[5.25,6.25,6,5.375]},"west":{"texture":"#0","uv":[5.25,6.25,4.375,6.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-13.2]}],"overrides":[],"textures":{"0":"item/w914367072_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w131.json b/assets/minecraft/models/w131.json new file mode 100644 index 000000000..0db3d4679 --- /dev/null +++ b/assets/minecraft/models/w131.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.3125,0.9375,9.375,1]},"east":{"texture":"#0","uv":[9.375,1,9.3125,1.0625]},"north":{"texture":"#0","uv":[9.3125,1,9.25,1.0625]},"south":{"texture":"#0","uv":[9.4375,1,9.375,1.0625]},"up":{"texture":"#0","uv":[9.25,1,9.3125,0.9375]},"west":{"texture":"#0","uv":[9.25,1,9.1875,1.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.48,-15.6,-15.48]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1310.json b/assets/minecraft/models/w1310.json new file mode 100644 index 000000000..4910b930f --- /dev/null +++ b/assets/minecraft/models/w1310.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,5.375,13.5,7.125]},"east":{"texture":"#0","uv":[11.25,7.125,13,7.625]},"north":{"texture":"#0","uv":[13,7.125,13.5,7.625]},"south":{"texture":"#0","uv":[15.25,7.125,15.75,7.625]},"up":{"texture":"#0","uv":[13.5,7.125,13,5.375]},"west":{"texture":"#0","uv":[13.5,7.125,15.25,7.625]}},"from":[-15.2,-15.2,-16],"shade":false,"to":[-13.599999,-13.599999,-10.4]},{"faces":{"east":{"texture":"#0","uv":[7.625,13,9.125,12]},"west":{"texture":"#0","uv":[7.625,12,9.125,13]}},"from":[-15.2,-16,-11.6],"rotation":{"angle":-22.5,"axis":"y","origin":[-15.2,-14.4,-11.6],"rescale":false},"shade":false,"to":[-15.2,-12.799999,-6.800002]},{"faces":{"east":{"texture":"#0","uv":[9.125,12,7.625,13]},"west":{"texture":"#0","uv":[9.125,13,7.625,12]}},"from":[-13.6,-16,-11.6],"rotation":{"angle":22.5,"axis":"y","origin":[-13.6,-14.4,-11.6],"rescale":false},"shade":false,"to":[-13.6,-12.799999,-6.800002]},{"faces":{"down":{"texture":"#0","uv":[7.5,14.375,6.5,15.875]},"up":{"texture":"#0","uv":[6.5,14.375,7.5,15.875]}},"from":[-16,-15.2,-11.6],"rotation":{"angle":22.5,"axis":"x","origin":[-14.4,-15.2,-11.6],"rescale":false},"shade":false,"to":[-12.8,-15.2,-6.800002]},{"faces":{"down":{"texture":"#0","uv":[4.375,15.875,3.375,14.375]},"up":{"texture":"#0","uv":[4.375,14.375,3.375,15.875]}},"from":[-16,-13.6,-11.6],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.4,-13.6,-11.6],"rescale":false},"shade":false,"to":[-12.8,-13.6,-6.800002]}],"overrides":[],"textures":{"0":"item/w914367072_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1311.json b/assets/minecraft/models/w1311.json new file mode 100644 index 000000000..45df146c7 --- /dev/null +++ b/assets/minecraft/models/w1311.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.75,0,5.25,3.75]},"east":{"texture":"#0","uv":[0,3.75,3.75,4.25]},"north":{"texture":"#0","uv":[3.75,3.75,5.25,4.25]},"south":{"texture":"#0","uv":[9,3.75,10.5,4.25]},"up":{"texture":"#0","uv":[5.25,3.75,3.75,0]},"west":{"texture":"#0","uv":[5.25,3.75,9,4.25]}},"from":[-15.8,-15.888,-14.8],"shade":false,"to":[-13.4,-15.087999,-8.8]},{"faces":{"down":{"texture":"#0","uv":[15.25,0.25,13.5,1]},"east":{"texture":"#0","uv":[11,1,11.75,1.75]},"north":{"texture":"#0","uv":[11.75,1,13.5,1.75]},"south":{"texture":"#0","uv":[14.25,1,16,1.75]},"up":{"texture":"#0","uv":[13.5,1,11.75,0.25]},"west":{"texture":"#0","uv":[13.5,1,14.25,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w322124757_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1312.json b/assets/minecraft/models/w1312.json new file mode 100644 index 000000000..ee33b6069 --- /dev/null +++ b/assets/minecraft/models/w1312.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4.25,6,8.25]},"east":{"texture":"#0","uv":[9,8.25,5,8.5]},"north":{"texture":"#0","uv":[5,8.25,4,8.5]},"south":{"texture":"#0","uv":[10,8.25,9,8.5]},"up":{"texture":"#0","uv":[4,8.25,5,4.25]},"west":{"texture":"#0","uv":[4,8.25,0,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.6,-9.6]}],"overrides":[],"textures":{"0":"item/w322124757_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1313.json b/assets/minecraft/models/w1313.json new file mode 100644 index 000000000..8062ad346 --- /dev/null +++ b/assets/minecraft/models/w1313.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,4.25,5,8.25]},"east":{"texture":"#0","uv":[0,8.25,4,8.5]},"north":{"texture":"#0","uv":[4,8.25,5,8.5]},"south":{"texture":"#0","uv":[9,8.25,10,8.5]},"up":{"texture":"#0","uv":[5,8.25,4,4.25]},"west":{"texture":"#0","uv":[5,8.25,9,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.6,-9.6]}],"overrides":[],"textures":{"0":"item/w322124757_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1314.json b/assets/minecraft/models/w1314.json new file mode 100644 index 000000000..267212404 --- /dev/null +++ b/assets/minecraft/models/w1314.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,0,1.25,0.5]},"east":{"texture":"#0","uv":[0,0.5,0.5,1]},"north":{"texture":"#0","uv":[0.5,0.5,1.25,1]},"south":{"texture":"#0","uv":[1.75,0.5,2.5,1]},"up":{"texture":"#0","uv":[1.25,0.5,0.5,0]},"west":{"texture":"#0","uv":[1.25,0.5,1.75,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w322124757_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1315.json b/assets/minecraft/models/w1315.json new file mode 100644 index 000000000..5a920ceff --- /dev/null +++ b/assets/minecraft/models/w1315.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[9,0,11.5,1]},"west":{"texture":"#0","uv":[11.5,0,9,1]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.4,-12]}],"overrides":[],"textures":{"0":"item/w322124757_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1316.json b/assets/minecraft/models/w1316.json new file mode 100644 index 000000000..5a920ceff --- /dev/null +++ b/assets/minecraft/models/w1316.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[9,0,11.5,1]},"west":{"texture":"#0","uv":[11.5,0,9,1]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.4,-12]}],"overrides":[],"textures":{"0":"item/w322124757_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1317.json b/assets/minecraft/models/w1317.json new file mode 100644 index 000000000..d4a108012 --- /dev/null +++ b/assets/minecraft/models/w1317.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,1,9,1.75]},"up":{"texture":"#0","uv":[11,1.75,9,1]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-16,-14.8]}],"overrides":[],"textures":{"0":"item/w322124757_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1318.json b/assets/minecraft/models/w1318.json new file mode 100644 index 000000000..9f3db3a69 --- /dev/null +++ b/assets/minecraft/models/w1318.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,1,11,1.75]},"up":{"texture":"#0","uv":[9,1.75,11,1]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-16,-14.8]}],"overrides":[],"textures":{"0":"item/w322124757_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1319.json b/assets/minecraft/models/w1319.json new file mode 100644 index 000000000..3b6f669f0 --- /dev/null +++ b/assets/minecraft/models/w1319.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,1.25,6.75,2.25]},"up":{"texture":"#0","uv":[9,2.25,6.75,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w322124757_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w132.json b/assets/minecraft/models/w132.json new file mode 100644 index 000000000..847839d77 --- /dev/null +++ b/assets/minecraft/models/w132.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.3125,0.9375,9.375,1]},"east":{"texture":"#0","uv":[9.375,1,9.3125,1.0625]},"north":{"texture":"#0","uv":[9.3125,1,9.25,1.0625]},"south":{"texture":"#0","uv":[9.4375,1,9.375,1.0625]},"up":{"texture":"#0","uv":[9.25,1,9.3125,0.9375]},"west":{"texture":"#0","uv":[9.25,1,9.1875,1.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.52,-15.6,-15.52]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1320.json b/assets/minecraft/models/w1320.json new file mode 100644 index 000000000..a66903b35 --- /dev/null +++ b/assets/minecraft/models/w1320.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.75,1.25,9,2.25]},"up":{"texture":"#0","uv":[6.75,2.25,9,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w322124757_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1321.json b/assets/minecraft/models/w1321.json new file mode 100644 index 000000000..e4cefd66c --- /dev/null +++ b/assets/minecraft/models/w1321.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,0,6.75,1.25]},"up":{"texture":"#0","uv":[9,1.25,6.75,0]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-16,-14]}],"overrides":[],"textures":{"0":"item/w322124757_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1322.json b/assets/minecraft/models/w1322.json new file mode 100644 index 000000000..25e95cae4 --- /dev/null +++ b/assets/minecraft/models/w1322.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.75,0,9,1.25]},"up":{"texture":"#0","uv":[6.75,1.25,9,0]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-16,-14]}],"overrides":[],"textures":{"0":"item/w322124757_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1323.json b/assets/minecraft/models/w1323.json new file mode 100644 index 000000000..4ce84de6b --- /dev/null +++ b/assets/minecraft/models/w1323.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,0,6,4]},"east":{"texture":"#0","uv":[0,4,4,5]},"north":{"texture":"#0","uv":[4,4,6,5]},"south":{"texture":"#0","uv":[10,4,12,5]},"up":{"texture":"#0","uv":[6,4,4,0]},"west":{"texture":"#0","uv":[6,4,10,5]}},"from":[-15.8,-16,-15.6],"shade":false,"to":[-15,-15.6,-14]},{"faces":{"down":{"texture":"#0","uv":[7,5,4,6]},"east":{"texture":"#0","uv":[0,6,1,7]},"north":{"texture":"#0","uv":[1,6,4,7]},"south":{"texture":"#0","uv":[5,6,8,7]},"up":{"texture":"#0","uv":[4,6,1,5]},"west":{"texture":"#0","uv":[4,6,5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.4,-15.6]}],"overrides":[],"textures":{"0":"item/w1557020701_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1324.json b/assets/minecraft/models/w1324.json new file mode 100644 index 000000000..fbb5594e9 --- /dev/null +++ b/assets/minecraft/models/w1324.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[4,15,5,16]},"up":{"texture":"#0","uv":[1,15,0,11]},"west":{"texture":"#0","uv":[0,15,4,16]}},"from":[-16,-16,-16],"shade":false,"to":[-15.5,-15.6,-14.3]}],"overrides":[],"textures":{"0":"item/w1557020701_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1325.json b/assets/minecraft/models/w1325.json new file mode 100644 index 000000000..b9bf211ab --- /dev/null +++ b/assets/minecraft/models/w1325.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[9,15,5,16]},"south":{"texture":"#0","uv":[10,15,9,16]},"up":{"texture":"#0","uv":[5,15,6,11]}},"from":[-16,-16,-16],"shade":false,"to":[-15.5,-15.6,-14.3]}],"overrides":[],"textures":{"0":"item/w1557020701_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1326.json b/assets/minecraft/models/w1326.json new file mode 100644 index 000000000..dd12bc7d2 --- /dev/null +++ b/assets/minecraft/models/w1326.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15,0,12,5]},"up":{"texture":"#0","uv":[15,5,12,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-14]}],"overrides":[],"textures":{"0":"item/w1557020701_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1327.json b/assets/minecraft/models/w1327.json new file mode 100644 index 000000000..65d6654c0 --- /dev/null +++ b/assets/minecraft/models/w1327.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,15,5]},"up":{"texture":"#0","uv":[12,5,15,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-14]}],"overrides":[],"textures":{"0":"item/w1557020701_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1328.json b/assets/minecraft/models/w1328.json new file mode 100644 index 000000000..255489e39 --- /dev/null +++ b/assets/minecraft/models/w1328.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,7,3,8]},"east":{"texture":"#0","uv":[0,8,1,9]},"north":{"texture":"#0","uv":[1,8,3,9]},"south":{"texture":"#0","uv":[4,8,6,9]},"up":{"texture":"#0","uv":[3,8,1,7]},"west":{"texture":"#0","uv":[3,8,4,9]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w1557020701_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1329.json b/assets/minecraft/models/w1329.json new file mode 100644 index 000000000..b215bfcd7 --- /dev/null +++ b/assets/minecraft/models/w1329.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,5,8,7]},"up":{"texture":"#0","uv":[12,7,8,5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1557020701_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w133.json b/assets/minecraft/models/w133.json new file mode 100644 index 000000000..96417069c --- /dev/null +++ b/assets/minecraft/models/w133.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.3125,0.9375,9.375,1]},"east":{"texture":"#0","uv":[9.375,1,9.3125,1.0625]},"north":{"texture":"#0","uv":[9.3125,1,9.25,1.0625]},"south":{"texture":"#0","uv":[9.4375,1,9.375,1.0625]},"up":{"texture":"#0","uv":[9.25,1,9.3125,0.9375]},"west":{"texture":"#0","uv":[9.25,1,9.1875,1.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.28,-15.6,-15.28]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1330.json b/assets/minecraft/models/w1330.json new file mode 100644 index 000000000..6e14f5463 --- /dev/null +++ b/assets/minecraft/models/w1330.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,7,8,9]},"up":{"texture":"#0","uv":[12,9,8,7]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1557020701_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1331.json b/assets/minecraft/models/w1331.json new file mode 100644 index 000000000..b215bfcd7 --- /dev/null +++ b/assets/minecraft/models/w1331.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,5,8,7]},"up":{"texture":"#0","uv":[12,7,8,5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1557020701_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1332.json b/assets/minecraft/models/w1332.json new file mode 100644 index 000000000..dd6c505c6 --- /dev/null +++ b/assets/minecraft/models/w1332.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,5,12,7]},"up":{"texture":"#0","uv":[8,7,12,5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1557020701_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1333.json b/assets/minecraft/models/w1333.json new file mode 100644 index 000000000..54bb0620d --- /dev/null +++ b/assets/minecraft/models/w1333.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,7,12,9]},"up":{"texture":"#0","uv":[8,9,12,7]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1557020701_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1334.json b/assets/minecraft/models/w1334.json new file mode 100644 index 000000000..dd6c505c6 --- /dev/null +++ b/assets/minecraft/models/w1334.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,5,12,7]},"up":{"texture":"#0","uv":[8,7,12,5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1557020701_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1335.json b/assets/minecraft/models/w1335.json new file mode 100644 index 000000000..50fcfda10 --- /dev/null +++ b/assets/minecraft/models/w1335.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,5,6.5,5.25]},"east":{"texture":"#0","uv":[5.5,5.25,5.75,6]},"north":{"texture":"#0","uv":[5.75,5.25,6.5,6]},"south":{"texture":"#0","uv":[6.75,5.25,7.5,6]},"up":{"texture":"#0","uv":[6.5,5.25,5.75,5]},"west":{"texture":"#0","uv":[6.5,5.25,6.75,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-15.6]}],"overrides":[],"textures":{"0":"item/w1084222530_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1336.json b/assets/minecraft/models/w1336.json new file mode 100644 index 000000000..68d6eccc8 --- /dev/null +++ b/assets/minecraft/models/w1336.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,0.75,0.75,1]},"east":{"texture":"#0","uv":[0,1,0.25,1.5]},"north":{"texture":"#0","uv":[0.25,1,0.75,1.5]},"south":{"texture":"#0","uv":[1,1,1.5,1.5]},"up":{"texture":"#0","uv":[0.75,1,0.25,0.75]},"west":{"texture":"#0","uv":[0.75,1,1,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.799999,-15.6]}],"overrides":[],"textures":{"0":"item/w1084222530_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1337.json b/assets/minecraft/models/w1337.json new file mode 100644 index 000000000..c92d4d883 --- /dev/null +++ b/assets/minecraft/models/w1337.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,0,0.75,0.25]},"east":{"texture":"#0","uv":[0,0.25,0.25,0.75]},"north":{"texture":"#0","uv":[0.25,0.25,0.75,0.75]},"south":{"texture":"#0","uv":[1,0.25,1.5,0.75]},"up":{"texture":"#0","uv":[0.75,0.25,0.25,0]},"west":{"texture":"#0","uv":[0.75,0.25,1,0.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1084222530_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1338.json b/assets/minecraft/models/w1338.json new file mode 100644 index 000000000..6765f7877 --- /dev/null +++ b/assets/minecraft/models/w1338.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,0,3,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,3.875]},"north":{"texture":"#0","uv":[1.5,1.5,3,3.875]},"south":{"texture":"#0","uv":[4.5,1.5,6,3.875]},"up":{"texture":"#0","uv":[3,1.5,1.5,0]},"west":{"texture":"#0","uv":[3,1.5,4.5,3.875]}},"from":[-16,-14,-16],"shade":false,"to":[-11.6,-6.8,-11.6]},{"faces":{"down":{"texture":"#0","uv":[4.125,3.875,2.75,5.25]},"east":{"texture":"#0","uv":[0,5.25,1.375,6]},"north":{"texture":"#0","uv":[1.375,5.25,2.75,6]},"south":{"texture":"#0","uv":[4.125,5.25,5.5,6]},"up":{"texture":"#0","uv":[2.75,5.25,1.375,3.875]},"west":{"texture":"#0","uv":[2.75,5.25,4.125,6]}},"from":[-15.8,-16,-15.8],"shade":false,"to":[-11.8,-14,-11.8]}],"overrides":[],"textures":{"0":"item/w1084222530_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1339.json b/assets/minecraft/models/w1339.json new file mode 100644 index 000000000..6a751f564 --- /dev/null +++ b/assets/minecraft/models/w1339.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,2.625,7.25,3.875]},"east":{"texture":"#0","uv":[4.75,3.875,6,5]},"north":{"texture":"#0","uv":[6,3.875,7.25,5]},"south":{"texture":"#0","uv":[8.5,3.875,9.75,5]},"up":{"texture":"#0","uv":[7.25,3.875,6,2.625]},"west":{"texture":"#0","uv":[7.25,3.875,8.5,5]}},"from":[-15.8,-16,-15.64],"shade":false,"to":[-12.200001,-12.8,-12.040001]},{"faces":{"down":{"texture":"#0","uv":[7.25,0,6.125,0.5]},"east":{"texture":"#0","uv":[4.5,0.5,5,1.125]},"north":{"texture":"#0","uv":[5,0.5,6.125,1.125]},"south":{"texture":"#0","uv":[6.625,0.5,7.75,1.125]},"up":{"texture":"#0","uv":[6.125,0.5,5,0]},"west":{"texture":"#0","uv":[6.125,0.5,6.625,1.125]}},"from":[-15.6,-14.5199995,-15.8],"shade":false,"to":[-12.400001,-12.919999,-14.6]},{"faces":{"down":{"texture":"#0","uv":[7.375,1.125,6.875,1.5]},"east":{"texture":"#0","uv":[6,1.5,6.375,2.25]},"north":{"texture":"#0","uv":[6.375,1.5,6.875,2.25]},"south":{"texture":"#0","uv":[7.25,1.5,7.75,2.25]},"up":{"texture":"#0","uv":[6.875,1.5,6.375,1.125]},"west":{"texture":"#0","uv":[6.875,1.5,7.25,2.25]}},"from":[-14.6,-13.92,-16],"shade":false,"to":[-13.400001,-11.92,-15.2]},{"faces":{"down":{"texture":"#0","uv":[5.125,6,4.625,6.375]},"east":{"texture":"#0","uv":[3.75,6.375,4.125,7]},"north":{"texture":"#0","uv":[4.125,6.375,4.625,7]},"south":{"texture":"#0","uv":[5,6.375,5.5,7]},"up":{"texture":"#0","uv":[4.625,6.375,4.125,6]},"west":{"texture":"#0","uv":[4.625,6.375,5,7]}},"from":[-13.32,-13.8,-15.84],"shade":false,"to":[-12.12,-12.2,-15.04]},{"faces":{"down":{"texture":"#0","uv":[1.25,6,0.875,6.5]},"east":{"texture":"#0","uv":[0,6.5,0.5,6.875]},"north":{"texture":"#0","uv":[0.5,6.5,0.875,6.875]},"south":{"texture":"#0","uv":[1.375,6.5,1.75,6.875]},"up":{"texture":"#0","uv":[0.875,6.5,0.5,6]},"west":{"texture":"#0","uv":[0.875,6.5,1.375,6.875]}},"from":[-16,-13.32,-14.88],"shade":false,"to":[-15.2,-12.5199995,-13.68]},{"faces":{"down":{"texture":"#0","uv":[6.75,6,6.375,6.5]},"east":{"texture":"#0","uv":[5.5,6.5,6,6.875]},"north":{"texture":"#0","uv":[6,6.5,6.375,6.875]},"south":{"texture":"#0","uv":[6.875,6.5,7.25,6.875]},"up":{"texture":"#0","uv":[6.375,6.5,6,6]},"west":{"texture":"#0","uv":[6.375,6.5,6.875,6.875]}},"from":[-12.8,-13.32,-14.88],"shade":false,"to":[-12,-12.5199995,-13.68]},{"faces":{"down":{"texture":"#0","uv":[3.375,6,2.875,6.375]},"east":{"texture":"#0","uv":[2,6.375,2.375,7]},"north":{"texture":"#0","uv":[2.375,6.375,2.875,7]},"south":{"texture":"#0","uv":[3.25,6.375,3.75,7]},"up":{"texture":"#0","uv":[2.875,6.375,2.375,6]},"west":{"texture":"#0","uv":[2.875,6.375,3.25,7]}},"from":[-15.88,-13.8,-15.84],"shade":false,"to":[-14.68,-12.2,-15.04]}],"overrides":[],"textures":{"0":"item/w1084222530_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w134.json b/assets/minecraft/models/w134.json new file mode 100644 index 000000000..e5b03238b --- /dev/null +++ b/assets/minecraft/models/w134.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.3125,0.9375,9.375,1]},"east":{"texture":"#0","uv":[9.375,1,9.3125,1.0625]},"north":{"texture":"#0","uv":[9.3125,1,9.25,1.0625]},"south":{"texture":"#0","uv":[9.4375,1,9.375,1.0625]},"up":{"texture":"#0","uv":[9.25,1,9.3125,0.9375]},"west":{"texture":"#0","uv":[9.25,1,9.1875,1.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.32,-15.6,-15.32]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1340.json b/assets/minecraft/models/w1340.json new file mode 100644 index 000000000..0d33e46fe --- /dev/null +++ b/assets/minecraft/models/w1340.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,5,6.5,5.25]},"east":{"texture":"#0","uv":[5.5,5.25,5.75,6]},"north":{"texture":"#0","uv":[5.75,5.25,6.5,6]},"south":{"texture":"#0","uv":[6.75,5.25,7.5,6]},"up":{"texture":"#0","uv":[6.5,5.25,5.75,5]},"west":{"texture":"#0","uv":[6.5,5.25,6.75,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-15.6]}],"overrides":[],"textures":{"0":"item/w385945444_5"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1341.json b/assets/minecraft/models/w1341.json new file mode 100644 index 000000000..3ca1cd9b9 --- /dev/null +++ b/assets/minecraft/models/w1341.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,0.75,0.75,1]},"east":{"texture":"#0","uv":[0,1,0.25,1.5]},"north":{"texture":"#0","uv":[0.25,1,0.75,1.5]},"south":{"texture":"#0","uv":[1,1,1.5,1.5]},"up":{"texture":"#0","uv":[0.75,1,0.25,0.75]},"west":{"texture":"#0","uv":[0.75,1,1,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.799999,-15.6]}],"overrides":[],"textures":{"0":"item/w385945444_5"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1342.json b/assets/minecraft/models/w1342.json new file mode 100644 index 000000000..f48897e02 --- /dev/null +++ b/assets/minecraft/models/w1342.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,0,0.75,0.25]},"east":{"texture":"#0","uv":[0,0.25,0.25,0.75]},"north":{"texture":"#0","uv":[0.25,0.25,0.75,0.75]},"south":{"texture":"#0","uv":[1,0.25,1.5,0.75]},"up":{"texture":"#0","uv":[0.75,0.25,0.25,0]},"west":{"texture":"#0","uv":[0.75,0.25,1,0.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w385945444_5"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1343.json b/assets/minecraft/models/w1343.json new file mode 100644 index 000000000..5fa10636a --- /dev/null +++ b/assets/minecraft/models/w1343.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,0,3,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,3.875]},"north":{"texture":"#0","uv":[1.5,1.5,3,3.875]},"south":{"texture":"#0","uv":[4.5,1.5,6,3.875]},"up":{"texture":"#0","uv":[3,1.5,1.5,0]},"west":{"texture":"#0","uv":[3,1.5,4.5,3.875]}},"from":[-16,-14,-16],"shade":false,"to":[-11.6,-6.8,-11.6]},{"faces":{"down":{"texture":"#0","uv":[4.125,3.875,2.75,5.25]},"east":{"texture":"#0","uv":[0,5.25,1.375,6]},"north":{"texture":"#0","uv":[1.375,5.25,2.75,6]},"south":{"texture":"#0","uv":[4.125,5.25,5.5,6]},"up":{"texture":"#0","uv":[2.75,5.25,1.375,3.875]},"west":{"texture":"#0","uv":[2.75,5.25,4.125,6]}},"from":[-15.8,-16,-15.8],"shade":false,"to":[-11.8,-14,-11.8]}],"overrides":[],"textures":{"0":"item/w385945444_5"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1344.json b/assets/minecraft/models/w1344.json new file mode 100644 index 000000000..d1ac2f0cb --- /dev/null +++ b/assets/minecraft/models/w1344.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,2.625,7.25,3.875]},"east":{"texture":"#0","uv":[4.75,3.875,6,5]},"north":{"texture":"#0","uv":[6,3.875,7.25,5]},"south":{"texture":"#0","uv":[8.5,3.875,9.75,5]},"up":{"texture":"#0","uv":[7.25,3.875,6,2.625]},"west":{"texture":"#0","uv":[7.25,3.875,8.5,5]}},"from":[-15.8,-16,-15.64],"shade":false,"to":[-12.200001,-12.8,-12.040001]},{"faces":{"down":{"texture":"#0","uv":[7.25,0,6.125,0.5]},"east":{"texture":"#0","uv":[4.5,0.5,5,1.125]},"north":{"texture":"#0","uv":[5,0.5,6.125,1.125]},"south":{"texture":"#0","uv":[6.625,0.5,7.75,1.125]},"up":{"texture":"#0","uv":[6.125,0.5,5,0]},"west":{"texture":"#0","uv":[6.125,0.5,6.625,1.125]}},"from":[-15.6,-14.5199995,-15.8],"shade":false,"to":[-12.400001,-12.919999,-14.6]},{"faces":{"down":{"texture":"#0","uv":[7.375,1.125,6.875,1.5]},"east":{"texture":"#0","uv":[6,1.5,6.375,2.25]},"north":{"texture":"#0","uv":[6.375,1.5,6.875,2.25]},"south":{"texture":"#0","uv":[7.25,1.5,7.75,2.25]},"up":{"texture":"#0","uv":[6.875,1.5,6.375,1.125]},"west":{"texture":"#0","uv":[6.875,1.5,7.25,2.25]}},"from":[-14.6,-13.92,-16],"shade":false,"to":[-13.400001,-11.92,-15.2]},{"faces":{"down":{"texture":"#0","uv":[5.125,6,4.625,6.375]},"east":{"texture":"#0","uv":[3.75,6.375,4.125,7]},"north":{"texture":"#0","uv":[4.125,6.375,4.625,7]},"south":{"texture":"#0","uv":[5,6.375,5.5,7]},"up":{"texture":"#0","uv":[4.625,6.375,4.125,6]},"west":{"texture":"#0","uv":[4.625,6.375,5,7]}},"from":[-13.32,-13.8,-15.84],"shade":false,"to":[-12.12,-12.2,-15.04]},{"faces":{"down":{"texture":"#0","uv":[1.25,6,0.875,6.5]},"east":{"texture":"#0","uv":[0,6.5,0.5,6.875]},"north":{"texture":"#0","uv":[0.5,6.5,0.875,6.875]},"south":{"texture":"#0","uv":[1.375,6.5,1.75,6.875]},"up":{"texture":"#0","uv":[0.875,6.5,0.5,6]},"west":{"texture":"#0","uv":[0.875,6.5,1.375,6.875]}},"from":[-16,-13.32,-14.88],"shade":false,"to":[-15.2,-12.5199995,-13.68]},{"faces":{"down":{"texture":"#0","uv":[6.75,6,6.375,6.5]},"east":{"texture":"#0","uv":[5.5,6.5,6,6.875]},"north":{"texture":"#0","uv":[6,6.5,6.375,6.875]},"south":{"texture":"#0","uv":[6.875,6.5,7.25,6.875]},"up":{"texture":"#0","uv":[6.375,6.5,6,6]},"west":{"texture":"#0","uv":[6.375,6.5,6.875,6.875]}},"from":[-12.8,-13.32,-14.88],"shade":false,"to":[-12,-12.5199995,-13.68]},{"faces":{"down":{"texture":"#0","uv":[3.375,6,2.875,6.375]},"east":{"texture":"#0","uv":[2,6.375,2.375,7]},"north":{"texture":"#0","uv":[2.375,6.375,2.875,7]},"south":{"texture":"#0","uv":[3.25,6.375,3.75,7]},"up":{"texture":"#0","uv":[2.875,6.375,2.375,6]},"west":{"texture":"#0","uv":[2.875,6.375,3.25,7]}},"from":[-15.88,-13.8,-15.84],"shade":false,"to":[-14.68,-12.2,-15.04]}],"overrides":[],"textures":{"0":"item/w385945444_5"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1345.json b/assets/minecraft/models/w1345.json new file mode 100644 index 000000000..86ceae5e1 --- /dev/null +++ b/assets/minecraft/models/w1345.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,0.75,0.75,1]},"east":{"texture":"#0","uv":[0,1,0.25,1.5]},"north":{"texture":"#0","uv":[0.25,1,0.75,1.5]},"south":{"texture":"#0","uv":[1,1,1.5,1.5]},"up":{"texture":"#0","uv":[0.75,1,0.25,0.75]},"west":{"texture":"#0","uv":[0.75,1,1,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.799999,-15.6]}],"overrides":[],"textures":{"0":"item/w853044614_9"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1346.json b/assets/minecraft/models/w1346.json new file mode 100644 index 000000000..28cb66efa --- /dev/null +++ b/assets/minecraft/models/w1346.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,0,0.75,0.25]},"east":{"texture":"#0","uv":[0,0.25,0.25,0.75]},"north":{"texture":"#0","uv":[0.25,0.25,0.75,0.75]},"south":{"texture":"#0","uv":[1,0.25,1.5,0.75]},"up":{"texture":"#0","uv":[0.75,0.25,0.25,0]},"west":{"texture":"#0","uv":[0.75,0.25,1,0.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w853044614_9"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1347.json b/assets/minecraft/models/w1347.json new file mode 100644 index 000000000..020115857 --- /dev/null +++ b/assets/minecraft/models/w1347.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,0,3,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,3.875]},"north":{"texture":"#0","uv":[1.5,1.5,3,3.875]},"south":{"texture":"#0","uv":[4.5,1.5,6,3.875]},"up":{"texture":"#0","uv":[3,1.5,1.5,0]},"west":{"texture":"#0","uv":[3,1.5,4.5,3.875]}},"from":[-16,-14,-16],"shade":false,"to":[-11.6,-6.8,-11.6]},{"faces":{"down":{"texture":"#0","uv":[4.125,3.875,2.75,5.25]},"east":{"texture":"#0","uv":[0,5.25,1.375,6]},"north":{"texture":"#0","uv":[1.375,5.25,2.75,6]},"south":{"texture":"#0","uv":[4.125,5.25,5.5,6]},"up":{"texture":"#0","uv":[2.75,5.25,1.375,3.875]},"west":{"texture":"#0","uv":[2.75,5.25,4.125,6]}},"from":[-15.8,-16,-15.8],"shade":false,"to":[-11.8,-14,-11.8]}],"overrides":[],"textures":{"0":"item/w853044614_9"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1348.json b/assets/minecraft/models/w1348.json new file mode 100644 index 000000000..85123aa98 --- /dev/null +++ b/assets/minecraft/models/w1348.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,2.625,7.25,3.875]},"east":{"texture":"#0","uv":[4.75,3.875,6,5]},"north":{"texture":"#0","uv":[6,3.875,7.25,5]},"south":{"texture":"#0","uv":[8.5,3.875,9.75,5]},"up":{"texture":"#0","uv":[7.25,3.875,6,2.625]},"west":{"texture":"#0","uv":[7.25,3.875,8.5,5]}},"from":[-15.8,-16,-15.64],"shade":false,"to":[-12.200001,-12.8,-12.040001]},{"faces":{"down":{"texture":"#0","uv":[7.25,0,6.125,0.5]},"east":{"texture":"#0","uv":[4.5,0.5,5,1.125]},"north":{"texture":"#0","uv":[5,0.5,6.125,1.125]},"south":{"texture":"#0","uv":[6.625,0.5,7.75,1.125]},"up":{"texture":"#0","uv":[6.125,0.5,5,0]},"west":{"texture":"#0","uv":[6.125,0.5,6.625,1.125]}},"from":[-15.6,-14.5199995,-15.8],"shade":false,"to":[-12.400001,-12.919999,-14.6]},{"faces":{"down":{"texture":"#0","uv":[7.375,1.125,6.875,1.5]},"east":{"texture":"#0","uv":[6,1.5,6.375,2.25]},"north":{"texture":"#0","uv":[6.375,1.5,6.875,2.25]},"south":{"texture":"#0","uv":[7.25,1.5,7.75,2.25]},"up":{"texture":"#0","uv":[6.875,1.5,6.375,1.125]},"west":{"texture":"#0","uv":[6.875,1.5,7.25,2.25]}},"from":[-14.6,-13.92,-16],"shade":false,"to":[-13.400001,-11.92,-15.2]},{"faces":{"down":{"texture":"#0","uv":[5.125,6,4.625,6.375]},"east":{"texture":"#0","uv":[3.75,6.375,4.125,7]},"north":{"texture":"#0","uv":[4.125,6.375,4.625,7]},"south":{"texture":"#0","uv":[5,6.375,5.5,7]},"up":{"texture":"#0","uv":[4.625,6.375,4.125,6]},"west":{"texture":"#0","uv":[4.625,6.375,5,7]}},"from":[-13.32,-13.8,-15.84],"shade":false,"to":[-12.12,-12.2,-15.04]},{"faces":{"down":{"texture":"#0","uv":[1.25,6,0.875,6.5]},"east":{"texture":"#0","uv":[0,6.5,0.5,6.875]},"north":{"texture":"#0","uv":[0.5,6.5,0.875,6.875]},"south":{"texture":"#0","uv":[1.375,6.5,1.75,6.875]},"up":{"texture":"#0","uv":[0.875,6.5,0.5,6]},"west":{"texture":"#0","uv":[0.875,6.5,1.375,6.875]}},"from":[-16,-13.32,-14.88],"shade":false,"to":[-15.2,-12.5199995,-13.68]},{"faces":{"down":{"texture":"#0","uv":[6.75,6,6.375,6.5]},"east":{"texture":"#0","uv":[5.5,6.5,6,6.875]},"north":{"texture":"#0","uv":[6,6.5,6.375,6.875]},"south":{"texture":"#0","uv":[6.875,6.5,7.25,6.875]},"up":{"texture":"#0","uv":[6.375,6.5,6,6]},"west":{"texture":"#0","uv":[6.375,6.5,6.875,6.875]}},"from":[-12.8,-13.32,-14.88],"shade":false,"to":[-12,-12.5199995,-13.68]},{"faces":{"down":{"texture":"#0","uv":[3.375,6,2.875,6.375]},"east":{"texture":"#0","uv":[2,6.375,2.375,7]},"north":{"texture":"#0","uv":[2.375,6.375,2.875,7]},"south":{"texture":"#0","uv":[3.25,6.375,3.75,7]},"up":{"texture":"#0","uv":[2.875,6.375,2.375,6]},"west":{"texture":"#0","uv":[2.875,6.375,3.25,7]}},"from":[-15.88,-13.8,-15.84],"shade":false,"to":[-14.68,-12.2,-15.04]}],"overrides":[],"textures":{"0":"item/w853044614_9"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1349.json b/assets/minecraft/models/w1349.json new file mode 100644 index 000000000..a6b9f170b --- /dev/null +++ b/assets/minecraft/models/w1349.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,5,6.5,5.25]},"east":{"texture":"#0","uv":[5.5,5.25,5.75,6]},"north":{"texture":"#0","uv":[5.75,5.25,6.5,6]},"south":{"texture":"#0","uv":[6.75,5.25,7.5,6]},"up":{"texture":"#0","uv":[6.5,5.25,5.75,5]},"west":{"texture":"#0","uv":[6.5,5.25,6.75,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-15.6]}],"overrides":[],"textures":{"0":"item/w513378709_8"}} \ No newline at end of file diff --git a/assets/minecraft/models/w135.json b/assets/minecraft/models/w135.json new file mode 100644 index 000000000..0db3d4679 --- /dev/null +++ b/assets/minecraft/models/w135.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.3125,0.9375,9.375,1]},"east":{"texture":"#0","uv":[9.375,1,9.3125,1.0625]},"north":{"texture":"#0","uv":[9.3125,1,9.25,1.0625]},"south":{"texture":"#0","uv":[9.4375,1,9.375,1.0625]},"up":{"texture":"#0","uv":[9.25,1,9.3125,0.9375]},"west":{"texture":"#0","uv":[9.25,1,9.1875,1.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.48,-15.6,-15.48]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1350.json b/assets/minecraft/models/w1350.json new file mode 100644 index 000000000..af8f77694 --- /dev/null +++ b/assets/minecraft/models/w1350.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,0.75,0.75,1]},"east":{"texture":"#0","uv":[0,1,0.25,1.5]},"north":{"texture":"#0","uv":[0.25,1,0.75,1.5]},"south":{"texture":"#0","uv":[1,1,1.5,1.5]},"up":{"texture":"#0","uv":[0.75,1,0.25,0.75]},"west":{"texture":"#0","uv":[0.75,1,1,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.799999,-15.6]}],"overrides":[],"textures":{"0":"item/w513378709_8"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1351.json b/assets/minecraft/models/w1351.json new file mode 100644 index 000000000..6b845279e --- /dev/null +++ b/assets/minecraft/models/w1351.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,0,0.75,0.25]},"east":{"texture":"#0","uv":[0,0.25,0.25,0.75]},"north":{"texture":"#0","uv":[0.25,0.25,0.75,0.75]},"south":{"texture":"#0","uv":[1,0.25,1.5,0.75]},"up":{"texture":"#0","uv":[0.75,0.25,0.25,0]},"west":{"texture":"#0","uv":[0.75,0.25,1,0.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w513378709_8"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1352.json b/assets/minecraft/models/w1352.json new file mode 100644 index 000000000..4f6453bc1 --- /dev/null +++ b/assets/minecraft/models/w1352.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,0,3,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,3.875]},"north":{"texture":"#0","uv":[1.5,1.5,3,3.875]},"south":{"texture":"#0","uv":[4.5,1.5,6,3.875]},"up":{"texture":"#0","uv":[3,1.5,1.5,0]},"west":{"texture":"#0","uv":[3,1.5,4.5,3.875]}},"from":[-16,-14,-16],"shade":false,"to":[-11.6,-6.8,-11.6]},{"faces":{"down":{"texture":"#0","uv":[4.125,3.875,2.75,5.25]},"east":{"texture":"#0","uv":[0,5.25,1.375,6]},"north":{"texture":"#0","uv":[1.375,5.25,2.75,6]},"south":{"texture":"#0","uv":[4.125,5.25,5.5,6]},"up":{"texture":"#0","uv":[2.75,5.25,1.375,3.875]},"west":{"texture":"#0","uv":[2.75,5.25,4.125,6]}},"from":[-15.8,-16,-15.8],"shade":false,"to":[-11.8,-14,-11.8]}],"overrides":[],"textures":{"0":"item/w513378709_8"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1353.json b/assets/minecraft/models/w1353.json new file mode 100644 index 000000000..82e16fa24 --- /dev/null +++ b/assets/minecraft/models/w1353.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,2.625,7.25,3.875]},"east":{"texture":"#0","uv":[4.75,3.875,6,5]},"north":{"texture":"#0","uv":[6,3.875,7.25,5]},"south":{"texture":"#0","uv":[8.5,3.875,9.75,5]},"up":{"texture":"#0","uv":[7.25,3.875,6,2.625]},"west":{"texture":"#0","uv":[7.25,3.875,8.5,5]}},"from":[-15.8,-16,-15.64],"shade":false,"to":[-12.200001,-12.8,-12.040001]},{"faces":{"down":{"texture":"#0","uv":[7.25,0,6.125,0.5]},"east":{"texture":"#0","uv":[4.5,0.5,5,1.125]},"north":{"texture":"#0","uv":[5,0.5,6.125,1.125]},"south":{"texture":"#0","uv":[6.625,0.5,7.75,1.125]},"up":{"texture":"#0","uv":[6.125,0.5,5,0]},"west":{"texture":"#0","uv":[6.125,0.5,6.625,1.125]}},"from":[-15.6,-14.5199995,-15.8],"shade":false,"to":[-12.400001,-12.919999,-14.6]},{"faces":{"down":{"texture":"#0","uv":[7.375,1.125,6.875,1.5]},"east":{"texture":"#0","uv":[6,1.5,6.375,2.25]},"north":{"texture":"#0","uv":[6.375,1.5,6.875,2.25]},"south":{"texture":"#0","uv":[7.25,1.5,7.75,2.25]},"up":{"texture":"#0","uv":[6.875,1.5,6.375,1.125]},"west":{"texture":"#0","uv":[6.875,1.5,7.25,2.25]}},"from":[-14.6,-13.92,-16],"shade":false,"to":[-13.400001,-11.92,-15.2]},{"faces":{"down":{"texture":"#0","uv":[5.125,6,4.625,6.375]},"east":{"texture":"#0","uv":[3.75,6.375,4.125,7]},"north":{"texture":"#0","uv":[4.125,6.375,4.625,7]},"south":{"texture":"#0","uv":[5,6.375,5.5,7]},"up":{"texture":"#0","uv":[4.625,6.375,4.125,6]},"west":{"texture":"#0","uv":[4.625,6.375,5,7]}},"from":[-13.32,-13.8,-15.84],"shade":false,"to":[-12.12,-12.2,-15.04]},{"faces":{"down":{"texture":"#0","uv":[1.25,6,0.875,6.5]},"east":{"texture":"#0","uv":[0,6.5,0.5,6.875]},"north":{"texture":"#0","uv":[0.5,6.5,0.875,6.875]},"south":{"texture":"#0","uv":[1.375,6.5,1.75,6.875]},"up":{"texture":"#0","uv":[0.875,6.5,0.5,6]},"west":{"texture":"#0","uv":[0.875,6.5,1.375,6.875]}},"from":[-16,-13.32,-14.88],"shade":false,"to":[-15.2,-12.5199995,-13.68]},{"faces":{"down":{"texture":"#0","uv":[6.75,6,6.375,6.5]},"east":{"texture":"#0","uv":[5.5,6.5,6,6.875]},"north":{"texture":"#0","uv":[6,6.5,6.375,6.875]},"south":{"texture":"#0","uv":[6.875,6.5,7.25,6.875]},"up":{"texture":"#0","uv":[6.375,6.5,6,6]},"west":{"texture":"#0","uv":[6.375,6.5,6.875,6.875]}},"from":[-12.8,-13.32,-14.88],"shade":false,"to":[-12,-12.5199995,-13.68]},{"faces":{"down":{"texture":"#0","uv":[3.375,6,2.875,6.375]},"east":{"texture":"#0","uv":[2,6.375,2.375,7]},"north":{"texture":"#0","uv":[2.375,6.375,2.875,7]},"south":{"texture":"#0","uv":[3.25,6.375,3.75,7]},"up":{"texture":"#0","uv":[2.875,6.375,2.375,6]},"west":{"texture":"#0","uv":[2.875,6.375,3.25,7]}},"from":[-15.88,-13.8,-15.84],"shade":false,"to":[-14.68,-12.2,-15.04]}],"overrides":[],"textures":{"0":"item/w513378709_8"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1354.json b/assets/minecraft/models/w1354.json new file mode 100644 index 000000000..70ea69605 --- /dev/null +++ b/assets/minecraft/models/w1354.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,5,6.5,5.25]},"east":{"texture":"#0","uv":[5.5,5.25,5.75,6]},"north":{"texture":"#0","uv":[5.75,5.25,6.5,6]},"south":{"texture":"#0","uv":[6.75,5.25,7.5,6]},"up":{"texture":"#0","uv":[6.5,5.25,5.75,5]},"west":{"texture":"#0","uv":[6.5,5.25,6.75,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-15.6]}],"overrides":[],"textures":{"0":"item/w2113609448_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1355.json b/assets/minecraft/models/w1355.json new file mode 100644 index 000000000..78a617bc0 --- /dev/null +++ b/assets/minecraft/models/w1355.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,0.75,0.75,1]},"east":{"texture":"#0","uv":[0,1,0.25,1.5]},"north":{"texture":"#0","uv":[0.25,1,0.75,1.5]},"south":{"texture":"#0","uv":[1,1,1.5,1.5]},"up":{"texture":"#0","uv":[0.75,1,0.25,0.75]},"west":{"texture":"#0","uv":[0.75,1,1,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.799999,-15.6]}],"overrides":[],"textures":{"0":"item/w2113609448_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1356.json b/assets/minecraft/models/w1356.json new file mode 100644 index 000000000..c1fbfed2d --- /dev/null +++ b/assets/minecraft/models/w1356.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,0,0.75,0.25]},"east":{"texture":"#0","uv":[0,0.25,0.25,0.75]},"north":{"texture":"#0","uv":[0.25,0.25,0.75,0.75]},"south":{"texture":"#0","uv":[1,0.25,1.5,0.75]},"up":{"texture":"#0","uv":[0.75,0.25,0.25,0]},"west":{"texture":"#0","uv":[0.75,0.25,1,0.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w2113609448_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1357.json b/assets/minecraft/models/w1357.json new file mode 100644 index 000000000..18dd3e9a1 --- /dev/null +++ b/assets/minecraft/models/w1357.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,0,3,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,3.875]},"north":{"texture":"#0","uv":[1.5,1.5,3,3.875]},"south":{"texture":"#0","uv":[4.5,1.5,6,3.875]},"up":{"texture":"#0","uv":[3,1.5,1.5,0]},"west":{"texture":"#0","uv":[3,1.5,4.5,3.875]}},"from":[-16,-14,-16],"shade":false,"to":[-11.6,-6.8,-11.6]},{"faces":{"down":{"texture":"#0","uv":[4.125,3.875,2.75,5.25]},"east":{"texture":"#0","uv":[0,5.25,1.375,6]},"north":{"texture":"#0","uv":[1.375,5.25,2.75,6]},"south":{"texture":"#0","uv":[4.125,5.25,5.5,6]},"up":{"texture":"#0","uv":[2.75,5.25,1.375,3.875]},"west":{"texture":"#0","uv":[2.75,5.25,4.125,6]}},"from":[-15.8,-16,-15.8],"shade":false,"to":[-11.8,-14,-11.8]}],"overrides":[],"textures":{"0":"item/w2113609448_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1358.json b/assets/minecraft/models/w1358.json new file mode 100644 index 000000000..97c79458f --- /dev/null +++ b/assets/minecraft/models/w1358.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,2.625,7.25,3.875]},"east":{"texture":"#0","uv":[4.75,3.875,6,5]},"north":{"texture":"#0","uv":[6,3.875,7.25,5]},"south":{"texture":"#0","uv":[8.5,3.875,9.75,5]},"up":{"texture":"#0","uv":[7.25,3.875,6,2.625]},"west":{"texture":"#0","uv":[7.25,3.875,8.5,5]}},"from":[-15.8,-16,-15.64],"shade":false,"to":[-12.200001,-12.8,-12.040001]},{"faces":{"down":{"texture":"#0","uv":[7.25,0,6.125,0.5]},"east":{"texture":"#0","uv":[4.5,0.5,5,1.125]},"north":{"texture":"#0","uv":[5,0.5,6.125,1.125]},"south":{"texture":"#0","uv":[6.625,0.5,7.75,1.125]},"up":{"texture":"#0","uv":[6.125,0.5,5,0]},"west":{"texture":"#0","uv":[6.125,0.5,6.625,1.125]}},"from":[-15.6,-14.5199995,-15.8],"shade":false,"to":[-12.400001,-12.919999,-14.6]},{"faces":{"down":{"texture":"#0","uv":[7.375,1.125,6.875,1.5]},"east":{"texture":"#0","uv":[6,1.5,6.375,2.25]},"north":{"texture":"#0","uv":[6.375,1.5,6.875,2.25]},"south":{"texture":"#0","uv":[7.25,1.5,7.75,2.25]},"up":{"texture":"#0","uv":[6.875,1.5,6.375,1.125]},"west":{"texture":"#0","uv":[6.875,1.5,7.25,2.25]}},"from":[-14.6,-13.92,-16],"shade":false,"to":[-13.400001,-11.92,-15.2]},{"faces":{"down":{"texture":"#0","uv":[5.125,6,4.625,6.375]},"east":{"texture":"#0","uv":[3.75,6.375,4.125,7]},"north":{"texture":"#0","uv":[4.125,6.375,4.625,7]},"south":{"texture":"#0","uv":[5,6.375,5.5,7]},"up":{"texture":"#0","uv":[4.625,6.375,4.125,6]},"west":{"texture":"#0","uv":[4.625,6.375,5,7]}},"from":[-13.32,-13.8,-15.84],"shade":false,"to":[-12.12,-12.2,-15.04]},{"faces":{"down":{"texture":"#0","uv":[1.25,6,0.875,6.5]},"east":{"texture":"#0","uv":[0,6.5,0.5,6.875]},"north":{"texture":"#0","uv":[0.5,6.5,0.875,6.875]},"south":{"texture":"#0","uv":[1.375,6.5,1.75,6.875]},"up":{"texture":"#0","uv":[0.875,6.5,0.5,6]},"west":{"texture":"#0","uv":[0.875,6.5,1.375,6.875]}},"from":[-16,-13.32,-14.88],"shade":false,"to":[-15.2,-12.5199995,-13.68]},{"faces":{"down":{"texture":"#0","uv":[6.75,6,6.375,6.5]},"east":{"texture":"#0","uv":[5.5,6.5,6,6.875]},"north":{"texture":"#0","uv":[6,6.5,6.375,6.875]},"south":{"texture":"#0","uv":[6.875,6.5,7.25,6.875]},"up":{"texture":"#0","uv":[6.375,6.5,6,6]},"west":{"texture":"#0","uv":[6.375,6.5,6.875,6.875]}},"from":[-12.8,-13.32,-14.88],"shade":false,"to":[-12,-12.5199995,-13.68]},{"faces":{"down":{"texture":"#0","uv":[3.375,6,2.875,6.375]},"east":{"texture":"#0","uv":[2,6.375,2.375,7]},"north":{"texture":"#0","uv":[2.375,6.375,2.875,7]},"south":{"texture":"#0","uv":[3.25,6.375,3.75,7]},"up":{"texture":"#0","uv":[2.875,6.375,2.375,6]},"west":{"texture":"#0","uv":[2.875,6.375,3.25,7]}},"from":[-15.88,-13.8,-15.84],"shade":false,"to":[-14.68,-12.2,-15.04]}],"overrides":[],"textures":{"0":"item/w2113609448_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1359.json b/assets/minecraft/models/w1359.json new file mode 100644 index 000000000..6d64eb07d --- /dev/null +++ b/assets/minecraft/models/w1359.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,5,6.5,5.25]},"east":{"texture":"#0","uv":[5.5,5.25,5.75,6]},"north":{"texture":"#0","uv":[5.75,5.25,6.5,6]},"south":{"texture":"#0","uv":[6.75,5.25,7.5,6]},"up":{"texture":"#0","uv":[6.5,5.25,5.75,5]},"west":{"texture":"#0","uv":[6.5,5.25,6.75,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-15.6]}],"overrides":[],"textures":{"0":"item/w2113610614_7"}} \ No newline at end of file diff --git a/assets/minecraft/models/w136.json b/assets/minecraft/models/w136.json new file mode 100644 index 000000000..31b175a61 --- /dev/null +++ b/assets/minecraft/models/w136.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.625,2.875,2.375,3.75]},"east":{"texture":"#0","uv":[2.5,3.75,1.625,4.5]},"north":{"texture":"#0","uv":[1.625,3.75,0.875,4.5]},"south":{"texture":"#0","uv":[3.25,3.75,2.5,4.5]},"up":{"texture":"#0","uv":[0.875,3.75,1.625,2.875]},"west":{"texture":"#0","uv":[0.875,3.75,0,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-10.4]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1360.json b/assets/minecraft/models/w1360.json new file mode 100644 index 000000000..52df10414 --- /dev/null +++ b/assets/minecraft/models/w1360.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,0.75,0.75,1]},"east":{"texture":"#0","uv":[0,1,0.25,1.5]},"north":{"texture":"#0","uv":[0.25,1,0.75,1.5]},"south":{"texture":"#0","uv":[1,1,1.5,1.5]},"up":{"texture":"#0","uv":[0.75,1,0.25,0.75]},"west":{"texture":"#0","uv":[0.75,1,1,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.799999,-15.6]}],"overrides":[],"textures":{"0":"item/w2113610614_7"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1361.json b/assets/minecraft/models/w1361.json new file mode 100644 index 000000000..730022277 --- /dev/null +++ b/assets/minecraft/models/w1361.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,0,0.75,0.25]},"east":{"texture":"#0","uv":[0,0.25,0.25,0.75]},"north":{"texture":"#0","uv":[0.25,0.25,0.75,0.75]},"south":{"texture":"#0","uv":[1,0.25,1.5,0.75]},"up":{"texture":"#0","uv":[0.75,0.25,0.25,0]},"west":{"texture":"#0","uv":[0.75,0.25,1,0.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w2113610614_7"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1362.json b/assets/minecraft/models/w1362.json new file mode 100644 index 000000000..70324a2c1 --- /dev/null +++ b/assets/minecraft/models/w1362.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,0,3,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,3.875]},"north":{"texture":"#0","uv":[1.5,1.5,3,3.875]},"south":{"texture":"#0","uv":[4.5,1.5,6,3.875]},"up":{"texture":"#0","uv":[3,1.5,1.5,0]},"west":{"texture":"#0","uv":[3,1.5,4.5,3.875]}},"from":[-16,-14,-16],"shade":false,"to":[-11.6,-6.8,-11.6]},{"faces":{"down":{"texture":"#0","uv":[4.125,3.875,2.75,5.25]},"east":{"texture":"#0","uv":[0,5.25,1.375,6]},"north":{"texture":"#0","uv":[1.375,5.25,2.75,6]},"south":{"texture":"#0","uv":[4.125,5.25,5.5,6]},"up":{"texture":"#0","uv":[2.75,5.25,1.375,3.875]},"west":{"texture":"#0","uv":[2.75,5.25,4.125,6]}},"from":[-15.8,-16,-15.8],"shade":false,"to":[-11.8,-14,-11.8]}],"overrides":[],"textures":{"0":"item/w2113610614_7"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1363.json b/assets/minecraft/models/w1363.json new file mode 100644 index 000000000..f09c1b9bb --- /dev/null +++ b/assets/minecraft/models/w1363.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,2.625,7.25,3.875]},"east":{"texture":"#0","uv":[4.75,3.875,6,5]},"north":{"texture":"#0","uv":[6,3.875,7.25,5]},"south":{"texture":"#0","uv":[8.5,3.875,9.75,5]},"up":{"texture":"#0","uv":[7.25,3.875,6,2.625]},"west":{"texture":"#0","uv":[7.25,3.875,8.5,5]}},"from":[-15.8,-16,-15.64],"shade":false,"to":[-12.200001,-12.8,-12.040001]},{"faces":{"down":{"texture":"#0","uv":[7.25,0,6.125,0.5]},"east":{"texture":"#0","uv":[4.5,0.5,5,1.125]},"north":{"texture":"#0","uv":[5,0.5,6.125,1.125]},"south":{"texture":"#0","uv":[6.625,0.5,7.75,1.125]},"up":{"texture":"#0","uv":[6.125,0.5,5,0]},"west":{"texture":"#0","uv":[6.125,0.5,6.625,1.125]}},"from":[-15.6,-14.5199995,-15.8],"shade":false,"to":[-12.400001,-12.919999,-14.6]},{"faces":{"down":{"texture":"#0","uv":[7.375,1.125,6.875,1.5]},"east":{"texture":"#0","uv":[6,1.5,6.375,2.25]},"north":{"texture":"#0","uv":[6.375,1.5,6.875,2.25]},"south":{"texture":"#0","uv":[7.25,1.5,7.75,2.25]},"up":{"texture":"#0","uv":[6.875,1.5,6.375,1.125]},"west":{"texture":"#0","uv":[6.875,1.5,7.25,2.25]}},"from":[-14.6,-13.92,-16],"shade":false,"to":[-13.400001,-11.92,-15.2]},{"faces":{"down":{"texture":"#0","uv":[5.125,6,4.625,6.375]},"east":{"texture":"#0","uv":[3.75,6.375,4.125,7]},"north":{"texture":"#0","uv":[4.125,6.375,4.625,7]},"south":{"texture":"#0","uv":[5,6.375,5.5,7]},"up":{"texture":"#0","uv":[4.625,6.375,4.125,6]},"west":{"texture":"#0","uv":[4.625,6.375,5,7]}},"from":[-13.32,-13.8,-15.84],"shade":false,"to":[-12.12,-12.2,-15.04]},{"faces":{"down":{"texture":"#0","uv":[1.25,6,0.875,6.5]},"east":{"texture":"#0","uv":[0,6.5,0.5,6.875]},"north":{"texture":"#0","uv":[0.5,6.5,0.875,6.875]},"south":{"texture":"#0","uv":[1.375,6.5,1.75,6.875]},"up":{"texture":"#0","uv":[0.875,6.5,0.5,6]},"west":{"texture":"#0","uv":[0.875,6.5,1.375,6.875]}},"from":[-16,-13.32,-14.88],"shade":false,"to":[-15.2,-12.5199995,-13.68]},{"faces":{"down":{"texture":"#0","uv":[6.75,6,6.375,6.5]},"east":{"texture":"#0","uv":[5.5,6.5,6,6.875]},"north":{"texture":"#0","uv":[6,6.5,6.375,6.875]},"south":{"texture":"#0","uv":[6.875,6.5,7.25,6.875]},"up":{"texture":"#0","uv":[6.375,6.5,6,6]},"west":{"texture":"#0","uv":[6.375,6.5,6.875,6.875]}},"from":[-12.8,-13.32,-14.88],"shade":false,"to":[-12,-12.5199995,-13.68]},{"faces":{"down":{"texture":"#0","uv":[3.375,6,2.875,6.375]},"east":{"texture":"#0","uv":[2,6.375,2.375,7]},"north":{"texture":"#0","uv":[2.375,6.375,2.875,7]},"south":{"texture":"#0","uv":[3.25,6.375,3.75,7]},"up":{"texture":"#0","uv":[2.875,6.375,2.375,6]},"west":{"texture":"#0","uv":[2.875,6.375,3.25,7]}},"from":[-15.88,-13.8,-15.84],"shade":false,"to":[-14.68,-12.2,-15.04]}],"overrides":[],"textures":{"0":"item/w2113610614_7"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1364.json b/assets/minecraft/models/w1364.json new file mode 100644 index 000000000..51ac798a6 --- /dev/null +++ b/assets/minecraft/models/w1364.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,5,6.5,5.25]},"east":{"texture":"#0","uv":[5.5,5.25,5.75,6]},"north":{"texture":"#0","uv":[5.75,5.25,6.5,6]},"south":{"texture":"#0","uv":[6.75,5.25,7.5,6]},"up":{"texture":"#0","uv":[6.5,5.25,5.75,5]},"west":{"texture":"#0","uv":[6.5,5.25,6.75,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-15.6]}],"overrides":[],"textures":{"0":"item/w1370461969_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1365.json b/assets/minecraft/models/w1365.json new file mode 100644 index 000000000..1a8a2afe5 --- /dev/null +++ b/assets/minecraft/models/w1365.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,0.75,0.75,1]},"east":{"texture":"#0","uv":[0,1,0.25,1.5]},"north":{"texture":"#0","uv":[0.25,1,0.75,1.5]},"south":{"texture":"#0","uv":[1,1,1.5,1.5]},"up":{"texture":"#0","uv":[0.75,1,0.25,0.75]},"west":{"texture":"#0","uv":[0.75,1,1,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.799999,-15.6]}],"overrides":[],"textures":{"0":"item/w1370461969_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1366.json b/assets/minecraft/models/w1366.json new file mode 100644 index 000000000..a985a16e6 --- /dev/null +++ b/assets/minecraft/models/w1366.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,0,0.75,0.25]},"east":{"texture":"#0","uv":[0,0.25,0.25,0.75]},"north":{"texture":"#0","uv":[0.25,0.25,0.75,0.75]},"south":{"texture":"#0","uv":[1,0.25,1.5,0.75]},"up":{"texture":"#0","uv":[0.75,0.25,0.25,0]},"west":{"texture":"#0","uv":[0.75,0.25,1,0.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1370461969_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1367.json b/assets/minecraft/models/w1367.json new file mode 100644 index 000000000..ab629795f --- /dev/null +++ b/assets/minecraft/models/w1367.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,0,3,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,3.875]},"north":{"texture":"#0","uv":[1.5,1.5,3,3.875]},"south":{"texture":"#0","uv":[4.5,1.5,6,3.875]},"up":{"texture":"#0","uv":[3,1.5,1.5,0]},"west":{"texture":"#0","uv":[3,1.5,4.5,3.875]}},"from":[-16,-14,-16],"shade":false,"to":[-11.6,-6.8,-11.6]},{"faces":{"down":{"texture":"#0","uv":[4.125,3.875,2.75,5.25]},"east":{"texture":"#0","uv":[0,5.25,1.375,6]},"north":{"texture":"#0","uv":[1.375,5.25,2.75,6]},"south":{"texture":"#0","uv":[4.125,5.25,5.5,6]},"up":{"texture":"#0","uv":[2.75,5.25,1.375,3.875]},"west":{"texture":"#0","uv":[2.75,5.25,4.125,6]}},"from":[-15.8,-16,-15.8],"shade":false,"to":[-11.8,-14,-11.8]}],"overrides":[],"textures":{"0":"item/w1370461969_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1368.json b/assets/minecraft/models/w1368.json new file mode 100644 index 000000000..3f78a273c --- /dev/null +++ b/assets/minecraft/models/w1368.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,2.625,7.25,3.875]},"east":{"texture":"#0","uv":[4.75,3.875,6,5]},"north":{"texture":"#0","uv":[6,3.875,7.25,5]},"south":{"texture":"#0","uv":[8.5,3.875,9.75,5]},"up":{"texture":"#0","uv":[7.25,3.875,6,2.625]},"west":{"texture":"#0","uv":[7.25,3.875,8.5,5]}},"from":[-15.8,-16,-15.64],"shade":false,"to":[-12.200001,-12.8,-12.040001]},{"faces":{"down":{"texture":"#0","uv":[7.25,0,6.125,0.5]},"east":{"texture":"#0","uv":[4.5,0.5,5,1.125]},"north":{"texture":"#0","uv":[5,0.5,6.125,1.125]},"south":{"texture":"#0","uv":[6.625,0.5,7.75,1.125]},"up":{"texture":"#0","uv":[6.125,0.5,5,0]},"west":{"texture":"#0","uv":[6.125,0.5,6.625,1.125]}},"from":[-15.6,-14.5199995,-15.8],"shade":false,"to":[-12.400001,-12.919999,-14.6]},{"faces":{"down":{"texture":"#0","uv":[7.375,1.125,6.875,1.5]},"east":{"texture":"#0","uv":[6,1.5,6.375,2.25]},"north":{"texture":"#0","uv":[6.375,1.5,6.875,2.25]},"south":{"texture":"#0","uv":[7.25,1.5,7.75,2.25]},"up":{"texture":"#0","uv":[6.875,1.5,6.375,1.125]},"west":{"texture":"#0","uv":[6.875,1.5,7.25,2.25]}},"from":[-14.6,-13.92,-16],"shade":false,"to":[-13.400001,-11.92,-15.2]},{"faces":{"down":{"texture":"#0","uv":[5.125,6,4.625,6.375]},"east":{"texture":"#0","uv":[3.75,6.375,4.125,7]},"north":{"texture":"#0","uv":[4.125,6.375,4.625,7]},"south":{"texture":"#0","uv":[5,6.375,5.5,7]},"up":{"texture":"#0","uv":[4.625,6.375,4.125,6]},"west":{"texture":"#0","uv":[4.625,6.375,5,7]}},"from":[-13.32,-13.8,-15.84],"shade":false,"to":[-12.12,-12.2,-15.04]},{"faces":{"down":{"texture":"#0","uv":[1.25,6,0.875,6.5]},"east":{"texture":"#0","uv":[0,6.5,0.5,6.875]},"north":{"texture":"#0","uv":[0.5,6.5,0.875,6.875]},"south":{"texture":"#0","uv":[1.375,6.5,1.75,6.875]},"up":{"texture":"#0","uv":[0.875,6.5,0.5,6]},"west":{"texture":"#0","uv":[0.875,6.5,1.375,6.875]}},"from":[-16,-13.32,-14.88],"shade":false,"to":[-15.2,-12.5199995,-13.68]},{"faces":{"down":{"texture":"#0","uv":[6.75,6,6.375,6.5]},"east":{"texture":"#0","uv":[5.5,6.5,6,6.875]},"north":{"texture":"#0","uv":[6,6.5,6.375,6.875]},"south":{"texture":"#0","uv":[6.875,6.5,7.25,6.875]},"up":{"texture":"#0","uv":[6.375,6.5,6,6]},"west":{"texture":"#0","uv":[6.375,6.5,6.875,6.875]}},"from":[-12.8,-13.32,-14.88],"shade":false,"to":[-12,-12.5199995,-13.68]},{"faces":{"down":{"texture":"#0","uv":[3.375,6,2.875,6.375]},"east":{"texture":"#0","uv":[2,6.375,2.375,7]},"north":{"texture":"#0","uv":[2.375,6.375,2.875,7]},"south":{"texture":"#0","uv":[3.25,6.375,3.75,7]},"up":{"texture":"#0","uv":[2.875,6.375,2.375,6]},"west":{"texture":"#0","uv":[2.875,6.375,3.25,7]}},"from":[-15.88,-13.8,-15.84],"shade":false,"to":[-14.68,-12.2,-15.04]}],"overrides":[],"textures":{"0":"item/w1370461969_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1369.json b/assets/minecraft/models/w1369.json new file mode 100644 index 000000000..11b96ac4b --- /dev/null +++ b/assets/minecraft/models/w1369.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,5,6.5,5.25]},"east":{"texture":"#0","uv":[5.5,5.25,5.75,6]},"north":{"texture":"#0","uv":[5.75,5.25,6.5,6]},"south":{"texture":"#0","uv":[6.75,5.25,7.5,6]},"up":{"texture":"#0","uv":[6.5,5.25,5.75,5]},"west":{"texture":"#0","uv":[6.5,5.25,6.75,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-15.6]}],"overrides":[],"textures":{"0":"item/w387800523_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w137.json b/assets/minecraft/models/w137.json new file mode 100644 index 000000000..8b48c1579 --- /dev/null +++ b/assets/minecraft/models/w137.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.375,0.9375,9.3125,1]},"east":{"texture":"#0","uv":[9.1875,1,9.25,1.0625]},"north":{"texture":"#0","uv":[9.25,1,9.3125,1.0625]},"south":{"texture":"#0","uv":[9.375,1,9.4375,1.0625]},"up":{"texture":"#0","uv":[9.3125,1,9.25,0.9375]},"west":{"texture":"#0","uv":[9.3125,1,9.375,1.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.4800005,-15.6,-15.48]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1370.json b/assets/minecraft/models/w1370.json new file mode 100644 index 000000000..831f3cacb --- /dev/null +++ b/assets/minecraft/models/w1370.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,0.75,0.75,1]},"east":{"texture":"#0","uv":[0,1,0.25,1.5]},"north":{"texture":"#0","uv":[0.25,1,0.75,1.5]},"south":{"texture":"#0","uv":[1,1,1.5,1.5]},"up":{"texture":"#0","uv":[0.75,1,0.25,0.75]},"west":{"texture":"#0","uv":[0.75,1,1,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.799999,-15.6]}],"overrides":[],"textures":{"0":"item/w387800523_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1371.json b/assets/minecraft/models/w1371.json new file mode 100644 index 000000000..d8889180b --- /dev/null +++ b/assets/minecraft/models/w1371.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,0,0.75,0.25]},"east":{"texture":"#0","uv":[0,0.25,0.25,0.75]},"north":{"texture":"#0","uv":[0.25,0.25,0.75,0.75]},"south":{"texture":"#0","uv":[1,0.25,1.5,0.75]},"up":{"texture":"#0","uv":[0.75,0.25,0.25,0]},"west":{"texture":"#0","uv":[0.75,0.25,1,0.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w387800523_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1372.json b/assets/minecraft/models/w1372.json new file mode 100644 index 000000000..a6d79c948 --- /dev/null +++ b/assets/minecraft/models/w1372.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,0,3,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,3.875]},"north":{"texture":"#0","uv":[1.5,1.5,3,3.875]},"south":{"texture":"#0","uv":[4.5,1.5,6,3.875]},"up":{"texture":"#0","uv":[3,1.5,1.5,0]},"west":{"texture":"#0","uv":[3,1.5,4.5,3.875]}},"from":[-16,-14,-16],"shade":false,"to":[-11.6,-6.8,-11.6]},{"faces":{"down":{"texture":"#0","uv":[4.125,3.875,2.75,5.25]},"east":{"texture":"#0","uv":[0,5.25,1.375,6]},"north":{"texture":"#0","uv":[1.375,5.25,2.75,6]},"south":{"texture":"#0","uv":[4.125,5.25,5.5,6]},"up":{"texture":"#0","uv":[2.75,5.25,1.375,3.875]},"west":{"texture":"#0","uv":[2.75,5.25,4.125,6]}},"from":[-15.8,-16,-15.8],"shade":false,"to":[-11.8,-14,-11.8]}],"overrides":[],"textures":{"0":"item/w387800523_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1373.json b/assets/minecraft/models/w1373.json new file mode 100644 index 000000000..e30b2824e --- /dev/null +++ b/assets/minecraft/models/w1373.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,2.625,7.25,3.875]},"east":{"texture":"#0","uv":[4.75,3.875,6,5]},"north":{"texture":"#0","uv":[6,3.875,7.25,5]},"south":{"texture":"#0","uv":[8.5,3.875,9.75,5]},"up":{"texture":"#0","uv":[7.25,3.875,6,2.625]},"west":{"texture":"#0","uv":[7.25,3.875,8.5,5]}},"from":[-15.8,-16,-15.64],"shade":false,"to":[-12.200001,-12.8,-12.040001]},{"faces":{"down":{"texture":"#0","uv":[7.25,0,6.125,0.5]},"east":{"texture":"#0","uv":[4.5,0.5,5,1.125]},"north":{"texture":"#0","uv":[5,0.5,6.125,1.125]},"south":{"texture":"#0","uv":[6.625,0.5,7.75,1.125]},"up":{"texture":"#0","uv":[6.125,0.5,5,0]},"west":{"texture":"#0","uv":[6.125,0.5,6.625,1.125]}},"from":[-15.6,-14.5199995,-15.8],"shade":false,"to":[-12.400001,-12.919999,-14.6]},{"faces":{"down":{"texture":"#0","uv":[7.375,1.125,6.875,1.5]},"east":{"texture":"#0","uv":[6,1.5,6.375,2.25]},"north":{"texture":"#0","uv":[6.375,1.5,6.875,2.25]},"south":{"texture":"#0","uv":[7.25,1.5,7.75,2.25]},"up":{"texture":"#0","uv":[6.875,1.5,6.375,1.125]},"west":{"texture":"#0","uv":[6.875,1.5,7.25,2.25]}},"from":[-14.6,-13.92,-16],"shade":false,"to":[-13.400001,-11.92,-15.2]},{"faces":{"down":{"texture":"#0","uv":[5.125,6,4.625,6.375]},"east":{"texture":"#0","uv":[3.75,6.375,4.125,7]},"north":{"texture":"#0","uv":[4.125,6.375,4.625,7]},"south":{"texture":"#0","uv":[5,6.375,5.5,7]},"up":{"texture":"#0","uv":[4.625,6.375,4.125,6]},"west":{"texture":"#0","uv":[4.625,6.375,5,7]}},"from":[-13.32,-13.8,-15.84],"shade":false,"to":[-12.12,-12.2,-15.04]},{"faces":{"down":{"texture":"#0","uv":[1.25,6,0.875,6.5]},"east":{"texture":"#0","uv":[0,6.5,0.5,6.875]},"north":{"texture":"#0","uv":[0.5,6.5,0.875,6.875]},"south":{"texture":"#0","uv":[1.375,6.5,1.75,6.875]},"up":{"texture":"#0","uv":[0.875,6.5,0.5,6]},"west":{"texture":"#0","uv":[0.875,6.5,1.375,6.875]}},"from":[-16,-13.32,-14.88],"shade":false,"to":[-15.2,-12.5199995,-13.68]},{"faces":{"down":{"texture":"#0","uv":[6.75,6,6.375,6.5]},"east":{"texture":"#0","uv":[5.5,6.5,6,6.875]},"north":{"texture":"#0","uv":[6,6.5,6.375,6.875]},"south":{"texture":"#0","uv":[6.875,6.5,7.25,6.875]},"up":{"texture":"#0","uv":[6.375,6.5,6,6]},"west":{"texture":"#0","uv":[6.375,6.5,6.875,6.875]}},"from":[-12.8,-13.32,-14.88],"shade":false,"to":[-12,-12.5199995,-13.68]},{"faces":{"down":{"texture":"#0","uv":[3.375,6,2.875,6.375]},"east":{"texture":"#0","uv":[2,6.375,2.375,7]},"north":{"texture":"#0","uv":[2.375,6.375,2.875,7]},"south":{"texture":"#0","uv":[3.25,6.375,3.75,7]},"up":{"texture":"#0","uv":[2.875,6.375,2.375,6]},"west":{"texture":"#0","uv":[2.875,6.375,3.25,7]}},"from":[-15.88,-13.8,-15.84],"shade":false,"to":[-14.68,-12.2,-15.04]}],"overrides":[],"textures":{"0":"item/w387800523_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1374.json b/assets/minecraft/models/w1374.json new file mode 100644 index 000000000..b2d87bd98 --- /dev/null +++ b/assets/minecraft/models/w1374.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,5,6.5,5.25]},"east":{"texture":"#0","uv":[5.5,5.25,5.75,6]},"north":{"texture":"#0","uv":[5.75,5.25,6.5,6]},"south":{"texture":"#0","uv":[6.75,5.25,7.5,6]},"up":{"texture":"#0","uv":[6.5,5.25,5.75,5]},"west":{"texture":"#0","uv":[6.5,5.25,6.75,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-15.6]}],"overrides":[],"textures":{"0":"item/w473538924_6"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1375.json b/assets/minecraft/models/w1375.json new file mode 100644 index 000000000..b4a95c196 --- /dev/null +++ b/assets/minecraft/models/w1375.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,0.75,0.75,1]},"east":{"texture":"#0","uv":[0,1,0.25,1.5]},"north":{"texture":"#0","uv":[0.25,1,0.75,1.5]},"south":{"texture":"#0","uv":[1,1,1.5,1.5]},"up":{"texture":"#0","uv":[0.75,1,0.25,0.75]},"west":{"texture":"#0","uv":[0.75,1,1,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.799999,-15.6]}],"overrides":[],"textures":{"0":"item/w473538924_6"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1376.json b/assets/minecraft/models/w1376.json new file mode 100644 index 000000000..d88bf08f4 --- /dev/null +++ b/assets/minecraft/models/w1376.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,0,0.75,0.25]},"east":{"texture":"#0","uv":[0,0.25,0.25,0.75]},"north":{"texture":"#0","uv":[0.25,0.25,0.75,0.75]},"south":{"texture":"#0","uv":[1,0.25,1.5,0.75]},"up":{"texture":"#0","uv":[0.75,0.25,0.25,0]},"west":{"texture":"#0","uv":[0.75,0.25,1,0.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w473538924_6"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1377.json b/assets/minecraft/models/w1377.json new file mode 100644 index 000000000..1754eaca7 --- /dev/null +++ b/assets/minecraft/models/w1377.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,0,3,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,3.875]},"north":{"texture":"#0","uv":[1.5,1.5,3,3.875]},"south":{"texture":"#0","uv":[4.5,1.5,6,3.875]},"up":{"texture":"#0","uv":[3,1.5,1.5,0]},"west":{"texture":"#0","uv":[3,1.5,4.5,3.875]}},"from":[-16,-14,-16],"shade":false,"to":[-11.6,-6.8,-11.6]},{"faces":{"down":{"texture":"#0","uv":[4.125,3.875,2.75,5.25]},"east":{"texture":"#0","uv":[0,5.25,1.375,6]},"north":{"texture":"#0","uv":[1.375,5.25,2.75,6]},"south":{"texture":"#0","uv":[4.125,5.25,5.5,6]},"up":{"texture":"#0","uv":[2.75,5.25,1.375,3.875]},"west":{"texture":"#0","uv":[2.75,5.25,4.125,6]}},"from":[-15.8,-16,-15.8],"shade":false,"to":[-11.8,-14,-11.8]}],"overrides":[],"textures":{"0":"item/w473538924_6"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1378.json b/assets/minecraft/models/w1378.json new file mode 100644 index 000000000..e42975eae --- /dev/null +++ b/assets/minecraft/models/w1378.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,2.625,7.25,3.875]},"east":{"texture":"#0","uv":[4.75,3.875,6,5]},"north":{"texture":"#0","uv":[6,3.875,7.25,5]},"south":{"texture":"#0","uv":[8.5,3.875,9.75,5]},"up":{"texture":"#0","uv":[7.25,3.875,6,2.625]},"west":{"texture":"#0","uv":[7.25,3.875,8.5,5]}},"from":[-15.8,-16,-15.64],"shade":false,"to":[-12.200001,-12.8,-12.040001]},{"faces":{"down":{"texture":"#0","uv":[7.25,0,6.125,0.5]},"east":{"texture":"#0","uv":[4.5,0.5,5,1.125]},"north":{"texture":"#0","uv":[5,0.5,6.125,1.125]},"south":{"texture":"#0","uv":[6.625,0.5,7.75,1.125]},"up":{"texture":"#0","uv":[6.125,0.5,5,0]},"west":{"texture":"#0","uv":[6.125,0.5,6.625,1.125]}},"from":[-15.6,-14.5199995,-15.8],"shade":false,"to":[-12.400001,-12.919999,-14.6]},{"faces":{"down":{"texture":"#0","uv":[7.375,1.125,6.875,1.5]},"east":{"texture":"#0","uv":[6,1.5,6.375,2.25]},"north":{"texture":"#0","uv":[6.375,1.5,6.875,2.25]},"south":{"texture":"#0","uv":[7.25,1.5,7.75,2.25]},"up":{"texture":"#0","uv":[6.875,1.5,6.375,1.125]},"west":{"texture":"#0","uv":[6.875,1.5,7.25,2.25]}},"from":[-14.6,-13.92,-16],"shade":false,"to":[-13.400001,-11.92,-15.2]},{"faces":{"down":{"texture":"#0","uv":[5.125,6,4.625,6.375]},"east":{"texture":"#0","uv":[3.75,6.375,4.125,7]},"north":{"texture":"#0","uv":[4.125,6.375,4.625,7]},"south":{"texture":"#0","uv":[5,6.375,5.5,7]},"up":{"texture":"#0","uv":[4.625,6.375,4.125,6]},"west":{"texture":"#0","uv":[4.625,6.375,5,7]}},"from":[-13.32,-13.8,-15.84],"shade":false,"to":[-12.12,-12.2,-15.04]},{"faces":{"down":{"texture":"#0","uv":[1.25,6,0.875,6.5]},"east":{"texture":"#0","uv":[0,6.5,0.5,6.875]},"north":{"texture":"#0","uv":[0.5,6.5,0.875,6.875]},"south":{"texture":"#0","uv":[1.375,6.5,1.75,6.875]},"up":{"texture":"#0","uv":[0.875,6.5,0.5,6]},"west":{"texture":"#0","uv":[0.875,6.5,1.375,6.875]}},"from":[-16,-13.32,-14.88],"shade":false,"to":[-15.2,-12.5199995,-13.68]},{"faces":{"down":{"texture":"#0","uv":[6.75,6,6.375,6.5]},"east":{"texture":"#0","uv":[5.5,6.5,6,6.875]},"north":{"texture":"#0","uv":[6,6.5,6.375,6.875]},"south":{"texture":"#0","uv":[6.875,6.5,7.25,6.875]},"up":{"texture":"#0","uv":[6.375,6.5,6,6]},"west":{"texture":"#0","uv":[6.375,6.5,6.875,6.875]}},"from":[-12.8,-13.32,-14.88],"shade":false,"to":[-12,-12.5199995,-13.68]},{"faces":{"down":{"texture":"#0","uv":[3.375,6,2.875,6.375]},"east":{"texture":"#0","uv":[2,6.375,2.375,7]},"north":{"texture":"#0","uv":[2.375,6.375,2.875,7]},"south":{"texture":"#0","uv":[3.25,6.375,3.75,7]},"up":{"texture":"#0","uv":[2.875,6.375,2.375,6]},"west":{"texture":"#0","uv":[2.875,6.375,3.25,7]}},"from":[-15.88,-13.8,-15.84],"shade":false,"to":[-14.68,-12.2,-15.04]}],"overrides":[],"textures":{"0":"item/w473538924_6"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1379.json b/assets/minecraft/models/w1379.json new file mode 100644 index 000000000..cfaabbed6 --- /dev/null +++ b/assets/minecraft/models/w1379.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,5,6.5,5.25]},"east":{"texture":"#0","uv":[5.5,5.25,5.75,6]},"north":{"texture":"#0","uv":[5.75,5.25,6.5,6]},"south":{"texture":"#0","uv":[6.75,5.25,7.5,6]},"up":{"texture":"#0","uv":[6.5,5.25,5.75,5]},"west":{"texture":"#0","uv":[6.5,5.25,6.75,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-15.6]}],"overrides":[],"textures":{"0":"item/w2108011018_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w138.json b/assets/minecraft/models/w138.json new file mode 100644 index 000000000..3e397e2b9 --- /dev/null +++ b/assets/minecraft/models/w138.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,1,9.25,1]},"east":{"texture":"#0","uv":[9.25,1,9.21875,1.03125]},"north":{"texture":"#0","uv":[9.28125,1,9.25,1.03125]},"south":{"texture":"#0","uv":[9.34375,1,9.3125,1.03125]},"up":{"texture":"#0","uv":[9.28125,0.96875,9.25,1]},"west":{"texture":"#0","uv":[9.3125,1,9.28125,1.03125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.68,-15.6,-15.68]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1380.json b/assets/minecraft/models/w1380.json new file mode 100644 index 000000000..6780b170d --- /dev/null +++ b/assets/minecraft/models/w1380.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,0.75,0.75,1]},"east":{"texture":"#0","uv":[0,1,0.25,1.5]},"north":{"texture":"#0","uv":[0.25,1,0.75,1.5]},"south":{"texture":"#0","uv":[1,1,1.5,1.5]},"up":{"texture":"#0","uv":[0.75,1,0.25,0.75]},"west":{"texture":"#0","uv":[0.75,1,1,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.799999,-15.6]}],"overrides":[],"textures":{"0":"item/w2108011018_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1381.json b/assets/minecraft/models/w1381.json new file mode 100644 index 000000000..4479e9fff --- /dev/null +++ b/assets/minecraft/models/w1381.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,0,0.75,0.25]},"east":{"texture":"#0","uv":[0,0.25,0.25,0.75]},"north":{"texture":"#0","uv":[0.25,0.25,0.75,0.75]},"south":{"texture":"#0","uv":[1,0.25,1.5,0.75]},"up":{"texture":"#0","uv":[0.75,0.25,0.25,0]},"west":{"texture":"#0","uv":[0.75,0.25,1,0.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w2108011018_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1382.json b/assets/minecraft/models/w1382.json new file mode 100644 index 000000000..392e4cd03 --- /dev/null +++ b/assets/minecraft/models/w1382.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,0,3,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,3.875]},"north":{"texture":"#0","uv":[1.5,1.5,3,3.875]},"south":{"texture":"#0","uv":[4.5,1.5,6,3.875]},"up":{"texture":"#0","uv":[3,1.5,1.5,0]},"west":{"texture":"#0","uv":[3,1.5,4.5,3.875]}},"from":[-16,-14,-16],"shade":false,"to":[-11.6,-6.8,-11.6]},{"faces":{"down":{"texture":"#0","uv":[4.125,3.875,2.75,5.25]},"east":{"texture":"#0","uv":[0,5.25,1.375,6]},"north":{"texture":"#0","uv":[1.375,5.25,2.75,6]},"south":{"texture":"#0","uv":[4.125,5.25,5.5,6]},"up":{"texture":"#0","uv":[2.75,5.25,1.375,3.875]},"west":{"texture":"#0","uv":[2.75,5.25,4.125,6]}},"from":[-15.8,-16,-15.8],"shade":false,"to":[-11.8,-14,-11.8]}],"overrides":[],"textures":{"0":"item/w2108011018_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1383.json b/assets/minecraft/models/w1383.json new file mode 100644 index 000000000..9cfa76efb --- /dev/null +++ b/assets/minecraft/models/w1383.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,2.625,7.25,3.875]},"east":{"texture":"#0","uv":[4.75,3.875,6,5]},"north":{"texture":"#0","uv":[6,3.875,7.25,5]},"south":{"texture":"#0","uv":[8.5,3.875,9.75,5]},"up":{"texture":"#0","uv":[7.25,3.875,6,2.625]},"west":{"texture":"#0","uv":[7.25,3.875,8.5,5]}},"from":[-15.8,-16,-15.64],"shade":false,"to":[-12.200001,-12.8,-12.040001]},{"faces":{"down":{"texture":"#0","uv":[7.25,0,6.125,0.5]},"east":{"texture":"#0","uv":[4.5,0.5,5,1.125]},"north":{"texture":"#0","uv":[5,0.5,6.125,1.125]},"south":{"texture":"#0","uv":[6.625,0.5,7.75,1.125]},"up":{"texture":"#0","uv":[6.125,0.5,5,0]},"west":{"texture":"#0","uv":[6.125,0.5,6.625,1.125]}},"from":[-15.6,-14.5199995,-15.8],"shade":false,"to":[-12.400001,-12.919999,-14.6]},{"faces":{"down":{"texture":"#0","uv":[7.375,1.125,6.875,1.5]},"east":{"texture":"#0","uv":[6,1.5,6.375,2.25]},"north":{"texture":"#0","uv":[6.375,1.5,6.875,2.25]},"south":{"texture":"#0","uv":[7.25,1.5,7.75,2.25]},"up":{"texture":"#0","uv":[6.875,1.5,6.375,1.125]},"west":{"texture":"#0","uv":[6.875,1.5,7.25,2.25]}},"from":[-14.6,-13.92,-16],"shade":false,"to":[-13.400001,-11.92,-15.2]},{"faces":{"down":{"texture":"#0","uv":[5.125,6,4.625,6.375]},"east":{"texture":"#0","uv":[3.75,6.375,4.125,7]},"north":{"texture":"#0","uv":[4.125,6.375,4.625,7]},"south":{"texture":"#0","uv":[5,6.375,5.5,7]},"up":{"texture":"#0","uv":[4.625,6.375,4.125,6]},"west":{"texture":"#0","uv":[4.625,6.375,5,7]}},"from":[-13.32,-13.8,-15.84],"shade":false,"to":[-12.12,-12.2,-15.04]},{"faces":{"down":{"texture":"#0","uv":[1.25,6,0.875,6.5]},"east":{"texture":"#0","uv":[0,6.5,0.5,6.875]},"north":{"texture":"#0","uv":[0.5,6.5,0.875,6.875]},"south":{"texture":"#0","uv":[1.375,6.5,1.75,6.875]},"up":{"texture":"#0","uv":[0.875,6.5,0.5,6]},"west":{"texture":"#0","uv":[0.875,6.5,1.375,6.875]}},"from":[-16,-13.32,-14.88],"shade":false,"to":[-15.2,-12.5199995,-13.68]},{"faces":{"down":{"texture":"#0","uv":[6.75,6,6.375,6.5]},"east":{"texture":"#0","uv":[5.5,6.5,6,6.875]},"north":{"texture":"#0","uv":[6,6.5,6.375,6.875]},"south":{"texture":"#0","uv":[6.875,6.5,7.25,6.875]},"up":{"texture":"#0","uv":[6.375,6.5,6,6]},"west":{"texture":"#0","uv":[6.375,6.5,6.875,6.875]}},"from":[-12.8,-13.32,-14.88],"shade":false,"to":[-12,-12.5199995,-13.68]},{"faces":{"down":{"texture":"#0","uv":[3.375,6,2.875,6.375]},"east":{"texture":"#0","uv":[2,6.375,2.375,7]},"north":{"texture":"#0","uv":[2.375,6.375,2.875,7]},"south":{"texture":"#0","uv":[3.25,6.375,3.75,7]},"up":{"texture":"#0","uv":[2.875,6.375,2.375,6]},"west":{"texture":"#0","uv":[2.875,6.375,3.25,7]}},"from":[-15.88,-13.8,-15.84],"shade":false,"to":[-14.68,-12.2,-15.04]}],"overrides":[],"textures":{"0":"item/w2108011018_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1384.json b/assets/minecraft/models/w1384.json new file mode 100644 index 000000000..155ec0263 --- /dev/null +++ b/assets/minecraft/models/w1384.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,1.75,3,4.75]},"east":{"texture":"#0","uv":[0,0,3,1.75]},"north":{"texture":"#0","uv":[3,0,5.75,1.75]},"south":{"texture":"#0","uv":[0,0,3,1.75]},"west":{"texture":"#0","uv":[0,0,2.75,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-13.2,-11.2]},{"faces":{"down":{"texture":"#0","uv":[3,6.25,0,9.25]},"up":{"texture":"#0","uv":[3,9.25,0,6.25]}},"from":[-16,-13.2,-16],"shade":false,"to":[-11.2,-13.2,-11.2]}],"overrides":[],"textures":{"0":"item/w1000699119_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1385.json b/assets/minecraft/models/w1385.json new file mode 100644 index 000000000..7a0ed2737 --- /dev/null +++ b/assets/minecraft/models/w1385.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0,4.75,3,6.25]},"north":{"texture":"#0","uv":[3,4.75,6,6.25]},"south":{"texture":"#0","uv":[6,3,7.5,6]},"up":{"texture":"#0","uv":[3,1.75,6,4.75]},"west":{"texture":"#0","uv":[3,4.75,0,6.25]}},"from":[-16,-15.2,-15.4],"shade":false,"to":[-10.8,-12.799999,-10.2]},{"faces":{"down":{"texture":"#0","uv":[6,6.25,3,9.25]},"up":{"texture":"#0","uv":[6,9.25,3,6.25]}},"from":[-16,-15.04,-15.4],"shade":false,"to":[-10.8,-15.04,-10.2]},{"faces":{"down":{"texture":"#0","uv":[6,2,7.5,2.5]},"east":{"texture":"#0","uv":[7.5,0,8,1.5]},"north":{"texture":"#0","uv":[6,0,7.5,1.5]},"up":{"texture":"#0","uv":[6,1.5,7.5,2]},"west":{"texture":"#0","uv":[8,0,7.5,1.5]}},"from":[-14.7,-16,-16],"shade":false,"to":[-12.1,-13.6,-15.2]}],"overrides":[],"textures":{"0":"item/w1000699119_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1386.json b/assets/minecraft/models/w1386.json new file mode 100644 index 000000000..fee455fc0 --- /dev/null +++ b/assets/minecraft/models/w1386.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,2.5,7,2.75]},"east":{"texture":"#0","uv":[6,6,7,7]},"north":{"texture":"#0","uv":[7.75,1.5,7.5,2.5]},"south":{"texture":"#0","uv":[7.5,1.5,7.75,2.5]},"up":{"texture":"#0","uv":[6,2.75,7,3]}},"from":[-9.2,-16,-16],"shade":false,"to":[-8.8,-14.4,-14.28]},{"faces":{"north":{"texture":"#0","uv":[9,2.5,7.5,4.75]},"south":{"texture":"#0","uv":[7.5,2.5,9,4.75]}},"from":[-16,-16,-15.14],"shade":false,"to":[-13.6,-12.4,-15.14]},{"faces":{"down":{"texture":"#0","uv":[8.5,6,8,6.5]},"east":{"texture":"#0","uv":[7.5,6,7,7]},"north":{"texture":"#0","uv":[8,5,7.5,6]},"south":{"texture":"#0","uv":[7.5,5,8,6]},"up":{"texture":"#0","uv":[8,6,7.5,6.5]},"west":{"texture":"#0","uv":[8.5,5,8,6]}},"from":[-15.6,-15.2,-15.54],"shade":false,"to":[-14.8,-13.599999,-14.74]},{"faces":{"down":{"texture":"#0","uv":[6,2.75,7,2.5]},"north":{"texture":"#0","uv":[7.5,1.5,7.75,2.5]},"south":{"texture":"#0","uv":[7.75,1.5,7.5,2.5]},"up":{"texture":"#0","uv":[6,3,7,2.75]},"west":{"texture":"#0","uv":[7,6,6,7]}},"from":[-14.8,-16,-16],"shade":false,"to":[-14.400001,-14.4,-14.28]}],"overrides":[],"textures":{"0":"item/w1000699119_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1387.json b/assets/minecraft/models/w1387.json new file mode 100644 index 000000000..3d50b1952 --- /dev/null +++ b/assets/minecraft/models/w1387.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[7.5,2.5,9,4.75]},"south":{"texture":"#0","uv":[9,2.5,7.5,4.75]}},"from":[-16,-16,-15.6],"shade":false,"to":[-13.6,-12.4,-15.6]},{"faces":{"down":{"texture":"#0","uv":[8,6,8.5,6.5]},"east":{"texture":"#0","uv":[8,5,8.5,6]},"north":{"texture":"#0","uv":[7.5,5,8,6]},"south":{"texture":"#0","uv":[8,5,7.5,6]},"up":{"texture":"#0","uv":[7.5,6,8,6.5]},"west":{"texture":"#0","uv":[7,6,7.5,7]}},"from":[-14.8,-15.2,-16],"shade":false,"to":[-14,-13.599999,-15.2]}],"overrides":[],"textures":{"0":"item/w1000699119_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1388.json b/assets/minecraft/models/w1388.json new file mode 100644 index 000000000..861a38933 --- /dev/null +++ b/assets/minecraft/models/w1388.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,15.5,12.5,16]},"east":{"texture":"#0","uv":[12,15.625,12.5,16]},"north":{"texture":"#0","uv":[10.125,15.625,10.625,16]},"south":{"texture":"#0","uv":[11.375,15.625,11.875,16]},"west":{"texture":"#0","uv":[10.75,15.625,11.25,16]}},"from":[-15.6,-16,-15.6],"shade":false,"to":[-14,-14.8,-14]},{"faces":{"down":{"texture":"#0","uv":[10,14.875,10.75,15.625]},"east":{"texture":"#0","uv":[12.625,14.125,13.375,15.625]},"north":{"texture":"#0","uv":[10,14.125,10.75,15.625]},"south":{"texture":"#0","uv":[11.75,14.125,12.5,15.625]},"up":{"texture":"#0","uv":[13.25,12.75,12.5,12]},"west":{"texture":"#0","uv":[10.875,14.125,11.625,15.625]}},"from":[-16,-14.8,-16],"shade":false,"to":[-13.6,-10,-13.6]},{"faces":{"east":{"texture":"#0","uv":[12,13.125,12.5,14.125]},"north":{"texture":"#0","uv":[10.125,13.125,10.625,14.125]},"south":{"texture":"#0","uv":[11.375,13.125,11.875,14.125]},"up":{"texture":"#0","uv":[12,12,12.5,12.5]},"west":{"texture":"#0","uv":[10.75,13.125,11.25,14.125]}},"from":[-15.6,-10,-15.6],"shade":false,"to":[-14,-6.8,-14]},{"faces":{"east":{"texture":"#0","uv":[11.375,12.5,11.625,13.125]},"north":{"texture":"#0","uv":[10.25,12.5,10.5,13.125]},"south":{"texture":"#0","uv":[11,12.5,11.25,13.125]},"up":{"texture":"#0","uv":[10.375,12.5,10.5,12.625]},"west":{"texture":"#0","uv":[10.625,12.5,10.875,13.125]}},"from":[-15.2,-6.8,-15.2],"shade":false,"to":[-14.4,-4.8,-14.4]},{"faces":{"north":{"texture":"#0","uv":[10.25,11.75,10.375,12.5]},"south":{"texture":"#0","uv":[10.25,11.75,10.375,12.5]}},"from":[-15,-4.8,-14.8],"shade":false,"to":[-14.6,-2.4,-14.8]},{"faces":{"east":{"texture":"#0","uv":[10.25,11.75,10.375,12.5]},"west":{"texture":"#0","uv":[10.25,11.75,10.375,12.5]}},"from":[-14.8,-4.8,-15],"shade":false,"to":[-14.8,-2.4,-14.6]}],"overrides":[],"textures":{"0":"item/w1391054669_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1389.json b/assets/minecraft/models/w1389.json new file mode 100644 index 000000000..1376fed18 --- /dev/null +++ b/assets/minecraft/models/w1389.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,15.5,12,16]},"east":{"texture":"#0","uv":[11.25,15.625,10.75,16]},"north":{"texture":"#0","uv":[10.625,15.625,10.125,16]},"south":{"texture":"#0","uv":[11.875,15.625,11.375,16]},"west":{"texture":"#0","uv":[12.5,15.625,12,16]}},"from":[-15.6,-16,-15.6],"shade":false,"to":[-14,-14.8,-14]},{"faces":{"down":{"texture":"#0","uv":[10.75,14.875,10,15.625]},"east":{"texture":"#0","uv":[11.625,14.125,10.875,15.625]},"north":{"texture":"#0","uv":[10.75,14.125,10,15.625]},"south":{"texture":"#0","uv":[12.5,14.125,11.75,15.625]},"up":{"texture":"#0","uv":[12.5,12.75,13.25,12]},"west":{"texture":"#0","uv":[13.375,14.125,12.625,15.625]}},"from":[-16,-14.8,-16],"shade":false,"to":[-13.6,-10,-13.6]},{"faces":{"east":{"texture":"#0","uv":[11.25,13.125,10.75,14.125]},"north":{"texture":"#0","uv":[10.625,13.125,10.125,14.125]},"south":{"texture":"#0","uv":[11.875,13.125,11.375,14.125]},"up":{"texture":"#0","uv":[12.5,12,12,12.5]},"west":{"texture":"#0","uv":[12.5,13.125,12,14.125]}},"from":[-15.6,-10,-15.6],"shade":false,"to":[-14,-6.7999997,-14]},{"faces":{"east":{"texture":"#0","uv":[10.875,12.5,10.625,13.125]},"north":{"texture":"#0","uv":[10.5,12.5,10.25,13.125]},"south":{"texture":"#0","uv":[11.25,12.5,11,13.125]},"up":{"texture":"#0","uv":[10.5,12.5,10.375,12.625]},"west":{"texture":"#0","uv":[11.625,12.5,11.375,13.125]}},"from":[-15.2,-6.8,-15.2],"shade":false,"to":[-14.4,-4.8,-14.4]},{"faces":{"north":{"texture":"#0","uv":[10.375,11.75,10.25,12.5]},"south":{"texture":"#0","uv":[10.375,11.75,10.25,12.5]}},"from":[-15,-4.8,-14.8],"shade":false,"to":[-14.6,-2.4,-14.8]},{"faces":{"east":{"texture":"#0","uv":[10.375,11.75,10.25,12.5]},"west":{"texture":"#0","uv":[10.375,11.75,10.25,12.5]}},"from":[-14.8,-4.8,-15],"shade":false,"to":[-14.8,-2.4,-14.6]}],"overrides":[],"textures":{"0":"item/w1391054669_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w139.json b/assets/minecraft/models/w139.json new file mode 100644 index 000000000..71f2ab7ad --- /dev/null +++ b/assets/minecraft/models/w139.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.375,2.875,1.625,3.75]},"east":{"texture":"#0","uv":[0,3.75,0.875,4.5]},"north":{"texture":"#0","uv":[0.875,3.75,1.625,4.5]},"south":{"texture":"#0","uv":[2.5,3.75,3.25,4.5]},"up":{"texture":"#0","uv":[1.625,3.75,0.875,2.875]},"west":{"texture":"#0","uv":[1.625,3.75,2.5,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-10.4]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1390.json b/assets/minecraft/models/w1390.json new file mode 100644 index 000000000..b45f0b6d1 --- /dev/null +++ b/assets/minecraft/models/w1390.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,15.5,12.5,16]},"east":{"texture":"#0","uv":[12,15.625,12.5,16]},"north":{"texture":"#0","uv":[10.125,15.625,10.625,16]},"south":{"texture":"#0","uv":[11.375,15.625,11.875,16]},"west":{"texture":"#0","uv":[10.75,15.625,11.25,16]}},"from":[-15.6,-16,-15.6],"shade":false,"to":[-14,-14.800001,-14]},{"faces":{"down":{"texture":"#0","uv":[10,14.875,10.75,15.625]},"east":{"texture":"#0","uv":[12.625,14.125,13.375,15.625]},"north":{"texture":"#0","uv":[10,14.125,10.75,15.625]},"south":{"texture":"#0","uv":[11.75,14.125,12.5,15.625]},"up":{"texture":"#0","uv":[13.25,12.75,12.5,12]},"west":{"texture":"#0","uv":[10.875,14.125,11.625,15.625]}},"from":[-16,-14.800001,-16],"shade":false,"to":[-13.6,-10.000001,-13.6]},{"faces":{"east":{"texture":"#0","uv":[12,13.125,12.5,14.125]},"north":{"texture":"#0","uv":[10.125,13.125,10.625,14.125]},"south":{"texture":"#0","uv":[11.375,13.125,11.875,14.125]},"up":{"texture":"#0","uv":[12,12,12.5,12.5]},"west":{"texture":"#0","uv":[10.75,13.125,11.25,14.125]}},"from":[-15.6,-10.000001,-15.6],"shade":false,"to":[-14,-6.8000007,-14]},{"faces":{"east":{"texture":"#0","uv":[11.375,12.5,11.625,13.125]},"north":{"texture":"#0","uv":[10.25,12.5,10.5,13.125]},"south":{"texture":"#0","uv":[11,12.5,11.25,13.125]},"up":{"texture":"#0","uv":[10.375,12.5,10.5,12.625]},"west":{"texture":"#0","uv":[10.625,12.5,10.875,13.125]}},"from":[-15.2,-6.8,-15.2],"shade":false,"to":[-14.4,-4.8,-14.4]},{"faces":{"north":{"texture":"#0","uv":[10.25,11.75,10.375,12.5]},"south":{"texture":"#0","uv":[10.25,11.75,10.375,12.5]}},"from":[-15,-4.8,-14.8],"shade":false,"to":[-14.6,-2.4,-14.8]},{"faces":{"east":{"texture":"#0","uv":[10.25,11.75,10.375,12.5]},"west":{"texture":"#0","uv":[10.25,11.75,10.375,12.5]}},"from":[-14.8,-4.8,-15],"shade":false,"to":[-14.8,-2.4,-14.6]}],"overrides":[],"textures":{"0":"item/w1391054669_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1391.json b/assets/minecraft/models/w1391.json new file mode 100644 index 000000000..1376fed18 --- /dev/null +++ b/assets/minecraft/models/w1391.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,15.5,12,16]},"east":{"texture":"#0","uv":[11.25,15.625,10.75,16]},"north":{"texture":"#0","uv":[10.625,15.625,10.125,16]},"south":{"texture":"#0","uv":[11.875,15.625,11.375,16]},"west":{"texture":"#0","uv":[12.5,15.625,12,16]}},"from":[-15.6,-16,-15.6],"shade":false,"to":[-14,-14.8,-14]},{"faces":{"down":{"texture":"#0","uv":[10.75,14.875,10,15.625]},"east":{"texture":"#0","uv":[11.625,14.125,10.875,15.625]},"north":{"texture":"#0","uv":[10.75,14.125,10,15.625]},"south":{"texture":"#0","uv":[12.5,14.125,11.75,15.625]},"up":{"texture":"#0","uv":[12.5,12.75,13.25,12]},"west":{"texture":"#0","uv":[13.375,14.125,12.625,15.625]}},"from":[-16,-14.8,-16],"shade":false,"to":[-13.6,-10,-13.6]},{"faces":{"east":{"texture":"#0","uv":[11.25,13.125,10.75,14.125]},"north":{"texture":"#0","uv":[10.625,13.125,10.125,14.125]},"south":{"texture":"#0","uv":[11.875,13.125,11.375,14.125]},"up":{"texture":"#0","uv":[12.5,12,12,12.5]},"west":{"texture":"#0","uv":[12.5,13.125,12,14.125]}},"from":[-15.6,-10,-15.6],"shade":false,"to":[-14,-6.7999997,-14]},{"faces":{"east":{"texture":"#0","uv":[10.875,12.5,10.625,13.125]},"north":{"texture":"#0","uv":[10.5,12.5,10.25,13.125]},"south":{"texture":"#0","uv":[11.25,12.5,11,13.125]},"up":{"texture":"#0","uv":[10.5,12.5,10.375,12.625]},"west":{"texture":"#0","uv":[11.625,12.5,11.375,13.125]}},"from":[-15.2,-6.8,-15.2],"shade":false,"to":[-14.4,-4.8,-14.4]},{"faces":{"north":{"texture":"#0","uv":[10.375,11.75,10.25,12.5]},"south":{"texture":"#0","uv":[10.375,11.75,10.25,12.5]}},"from":[-15,-4.8,-14.8],"shade":false,"to":[-14.6,-2.4,-14.8]},{"faces":{"east":{"texture":"#0","uv":[10.375,11.75,10.25,12.5]},"west":{"texture":"#0","uv":[10.375,11.75,10.25,12.5]}},"from":[-14.8,-4.8,-15],"shade":false,"to":[-14.8,-2.4,-14.6]}],"overrides":[],"textures":{"0":"item/w1391054669_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1392.json b/assets/minecraft/models/w1392.json new file mode 100644 index 000000000..b45f0b6d1 --- /dev/null +++ b/assets/minecraft/models/w1392.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,15.5,12.5,16]},"east":{"texture":"#0","uv":[12,15.625,12.5,16]},"north":{"texture":"#0","uv":[10.125,15.625,10.625,16]},"south":{"texture":"#0","uv":[11.375,15.625,11.875,16]},"west":{"texture":"#0","uv":[10.75,15.625,11.25,16]}},"from":[-15.6,-16,-15.6],"shade":false,"to":[-14,-14.800001,-14]},{"faces":{"down":{"texture":"#0","uv":[10,14.875,10.75,15.625]},"east":{"texture":"#0","uv":[12.625,14.125,13.375,15.625]},"north":{"texture":"#0","uv":[10,14.125,10.75,15.625]},"south":{"texture":"#0","uv":[11.75,14.125,12.5,15.625]},"up":{"texture":"#0","uv":[13.25,12.75,12.5,12]},"west":{"texture":"#0","uv":[10.875,14.125,11.625,15.625]}},"from":[-16,-14.800001,-16],"shade":false,"to":[-13.6,-10.000001,-13.6]},{"faces":{"east":{"texture":"#0","uv":[12,13.125,12.5,14.125]},"north":{"texture":"#0","uv":[10.125,13.125,10.625,14.125]},"south":{"texture":"#0","uv":[11.375,13.125,11.875,14.125]},"up":{"texture":"#0","uv":[12,12,12.5,12.5]},"west":{"texture":"#0","uv":[10.75,13.125,11.25,14.125]}},"from":[-15.6,-10.000001,-15.6],"shade":false,"to":[-14,-6.8000007,-14]},{"faces":{"east":{"texture":"#0","uv":[11.375,12.5,11.625,13.125]},"north":{"texture":"#0","uv":[10.25,12.5,10.5,13.125]},"south":{"texture":"#0","uv":[11,12.5,11.25,13.125]},"up":{"texture":"#0","uv":[10.375,12.5,10.5,12.625]},"west":{"texture":"#0","uv":[10.625,12.5,10.875,13.125]}},"from":[-15.2,-6.8,-15.2],"shade":false,"to":[-14.4,-4.8,-14.4]},{"faces":{"north":{"texture":"#0","uv":[10.25,11.75,10.375,12.5]},"south":{"texture":"#0","uv":[10.25,11.75,10.375,12.5]}},"from":[-15,-4.8,-14.8],"shade":false,"to":[-14.6,-2.4,-14.8]},{"faces":{"east":{"texture":"#0","uv":[10.25,11.75,10.375,12.5]},"west":{"texture":"#0","uv":[10.25,11.75,10.375,12.5]}},"from":[-14.8,-4.8,-15],"shade":false,"to":[-14.8,-2.4,-14.6]}],"overrides":[],"textures":{"0":"item/w1391054669_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1393.json b/assets/minecraft/models/w1393.json new file mode 100644 index 000000000..1376fed18 --- /dev/null +++ b/assets/minecraft/models/w1393.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,15.5,12,16]},"east":{"texture":"#0","uv":[11.25,15.625,10.75,16]},"north":{"texture":"#0","uv":[10.625,15.625,10.125,16]},"south":{"texture":"#0","uv":[11.875,15.625,11.375,16]},"west":{"texture":"#0","uv":[12.5,15.625,12,16]}},"from":[-15.6,-16,-15.6],"shade":false,"to":[-14,-14.8,-14]},{"faces":{"down":{"texture":"#0","uv":[10.75,14.875,10,15.625]},"east":{"texture":"#0","uv":[11.625,14.125,10.875,15.625]},"north":{"texture":"#0","uv":[10.75,14.125,10,15.625]},"south":{"texture":"#0","uv":[12.5,14.125,11.75,15.625]},"up":{"texture":"#0","uv":[12.5,12.75,13.25,12]},"west":{"texture":"#0","uv":[13.375,14.125,12.625,15.625]}},"from":[-16,-14.8,-16],"shade":false,"to":[-13.6,-10,-13.6]},{"faces":{"east":{"texture":"#0","uv":[11.25,13.125,10.75,14.125]},"north":{"texture":"#0","uv":[10.625,13.125,10.125,14.125]},"south":{"texture":"#0","uv":[11.875,13.125,11.375,14.125]},"up":{"texture":"#0","uv":[12.5,12,12,12.5]},"west":{"texture":"#0","uv":[12.5,13.125,12,14.125]}},"from":[-15.6,-10,-15.6],"shade":false,"to":[-14,-6.7999997,-14]},{"faces":{"east":{"texture":"#0","uv":[10.875,12.5,10.625,13.125]},"north":{"texture":"#0","uv":[10.5,12.5,10.25,13.125]},"south":{"texture":"#0","uv":[11.25,12.5,11,13.125]},"up":{"texture":"#0","uv":[10.5,12.5,10.375,12.625]},"west":{"texture":"#0","uv":[11.625,12.5,11.375,13.125]}},"from":[-15.2,-6.8,-15.2],"shade":false,"to":[-14.4,-4.8,-14.4]},{"faces":{"north":{"texture":"#0","uv":[10.375,11.75,10.25,12.5]},"south":{"texture":"#0","uv":[10.375,11.75,10.25,12.5]}},"from":[-15,-4.8,-14.8],"shade":false,"to":[-14.6,-2.4,-14.8]},{"faces":{"east":{"texture":"#0","uv":[10.375,11.75,10.25,12.5]},"west":{"texture":"#0","uv":[10.375,11.75,10.25,12.5]}},"from":[-14.8,-4.8,-15],"shade":false,"to":[-14.8,-2.4,-14.6]}],"overrides":[],"textures":{"0":"item/w1391054669_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1394.json b/assets/minecraft/models/w1394.json new file mode 100644 index 000000000..8c3615943 --- /dev/null +++ b/assets/minecraft/models/w1394.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,10,10]},"up":{"texture":"#0","uv":[0,0,10,10]}},"from":[-16,-16,-16],"shade":false,"to":[16,-16,16]}],"overrides":[],"textures":{"0":"item/w1391054669_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1395.json b/assets/minecraft/models/w1395.json new file mode 100644 index 000000000..5b1cc234b --- /dev/null +++ b/assets/minecraft/models/w1395.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,0,14.125,0.125]},"up":{"texture":"#0","uv":[16,0,14.125,0.125]}},"from":[-9.2,-16,0.6000004],"shade":false,"to":[-3.1999998,-16,1.0000004]},{"faces":{"down":{"texture":"#0","uv":[14.125,0,16,0.125]},"up":{"texture":"#0","uv":[14.125,0,16,0.125]}},"from":[7.200001,-16,0.6000004],"shade":false,"to":[13.200001,-16,1.0000004]},{"faces":{"down":{"texture":"#0","uv":[11.875,2,10,4]},"up":{"texture":"#0","uv":[11.875,4,10,2]}},"from":[-16,-16,-5.6000004],"rotation":{"angle":-45,"axis":"y","origin":[-9.6,-16,0.79999924],"rescale":false},"shade":false,"to":[-9.6,-16,0.7999997]},{"faces":{"down":{"texture":"#0","uv":[10,2,11.875,4]},"up":{"texture":"#0","uv":[10,4,11.875,2]}},"from":[13.6,-16,-5.6000004],"rotation":{"angle":45,"axis":"y","origin":[13.6,-16,0.79999924],"rescale":false},"shade":false,"to":[20,-16,0.7999997]},{"faces":{"down":{"texture":"#0","uv":[11.875,4,10,2]},"up":{"texture":"#0","uv":[11.875,2,10,4]}},"from":[-16,-16,0.79999924],"rotation":{"angle":45,"axis":"y","origin":[-9.6,-16,0.79999924],"rescale":false},"shade":false,"to":[-9.6,-16,7.1999993]},{"faces":{"down":{"texture":"#0","uv":[10,4,11.875,2]},"up":{"texture":"#0","uv":[10,2,11.875,4]}},"from":[13.6,-16,0.79999924],"rotation":{"angle":-45,"axis":"y","origin":[13.6,-16,0.79999924],"rescale":false},"shade":false,"to":[20,-16,7.1999993]},{"faces":{"down":{"texture":"#0","uv":[10.625,0,12,0.125]},"up":{"texture":"#0","uv":[10.625,0,12,0.125]}},"from":[-0.39999962,-16,-11.8],"rotation":{"angle":-22.5,"axis":"y","origin":[2,-16,0.79999924],"rescale":false},"shade":false,"to":[4.5200005,-16,-11.400001]},{"faces":{"down":{"texture":"#0","uv":[12.125,0,13.25,0.125]},"up":{"texture":"#0","uv":[12.125,0,13.25,0.125]}},"from":[-0.5199995,-16,-11.8],"rotation":{"angle":-45,"axis":"y","origin":[2,-16,0.79999924],"rescale":false},"shade":false,"to":[4.6000004,-16,-11.400001]},{"faces":{"down":{"texture":"#0","uv":[12.75,0,14,0.125]},"up":{"texture":"#0","uv":[12.75,0,14,0.125]}},"from":[14.200001,-16,-1.6399994],"rotation":{"angle":22.5,"axis":"y","origin":[2,-16,0.79999924],"rescale":false},"shade":false,"to":[14.6,-16,0.80000067]},{"faces":{"down":{"texture":"#0","uv":[12.75,0.125,14,0]},"up":{"texture":"#0","uv":[12.75,0.125,14,0]}},"from":[-10.6,-16,-1.6399994],"rotation":{"angle":-22.5,"axis":"y","origin":[2,-16,0.79999924],"rescale":false},"shade":false,"to":[-10.200001,-16,0.80000067]},{"faces":{"down":{"texture":"#0","uv":[13.25,0,12.125,0.125]},"up":{"texture":"#0","uv":[13.25,0,12.125,0.125]}},"from":[-0.6000004,-16,-11.8],"rotation":{"angle":45,"axis":"y","origin":[2,-16,0.79999924],"rescale":false},"shade":false,"to":[4.5199995,-16,-11.400001]},{"faces":{"down":{"texture":"#0","uv":[12,0,10.625,0.125]},"up":{"texture":"#0","uv":[12,0,10.625,0.125]}},"from":[-0.5199995,-16,-11.8],"rotation":{"angle":22.5,"axis":"y","origin":[2,-16,0.79999924],"rescale":false},"shade":false,"to":[4.4000006,-16,-11.400001]},{"faces":{"down":{"texture":"#0","uv":[10.625,1.5,10,0.75]},"up":{"texture":"#0","uv":[10.625,0.75,10,1.5]}},"from":[4.4514275,-16,-13.78977],"rotation":{"angle":45,"axis":"y","origin":[4.4514275,-16,-11.3897705],"rescale":false},"shade":false,"to":[6.4514275,-16,-11.3897705]},{"faces":{"down":{"texture":"#0","uv":[10,1.5,10.625,0.75]},"up":{"texture":"#0","uv":[10,0.75,10.625,1.5]}},"from":[-2.4514265,-16,-13.78977],"rotation":{"angle":-45,"axis":"y","origin":[-0.4514265,-16,-11.3897705],"rescale":false},"shade":false,"to":[-0.4514265,-16,-11.3897705]},{"faces":{"down":{"texture":"#0","uv":[10,0.75,10.625,1.5]},"up":{"texture":"#0","uv":[10,1.5,10.625,0.75]}},"from":[-2.4514265,-16,12.989771],"rotation":{"angle":45,"axis":"y","origin":[-0.4514265,-16,12.989771],"rescale":false},"shade":false,"to":[-0.4514265,-16,15.3897705]},{"faces":{"down":{"texture":"#0","uv":[10.625,0.75,10,1.5]},"up":{"texture":"#0","uv":[10.625,1.5,10,0.75]}},"from":[4.4514275,-16,12.989771],"rotation":{"angle":-45,"axis":"y","origin":[4.4514275,-16,12.989771],"rescale":false},"shade":false,"to":[6.4514275,-16,15.3897705]},{"faces":{"down":{"texture":"#0","uv":[14,0.125,12.75,0]},"up":{"texture":"#0","uv":[14,0.125,12.75,0]}},"from":[-10.6,-16,0.79999924],"rotation":{"angle":22.5,"axis":"y","origin":[2,-16,0.79999924],"rescale":false},"shade":false,"to":[-10.200001,-16,3.2399993]},{"faces":{"down":{"texture":"#0","uv":[13.25,0.125,12.125,0]},"up":{"texture":"#0","uv":[13.25,0.125,12.125,0]}},"from":[-0.6000004,-16,13],"rotation":{"angle":-45,"axis":"y","origin":[2,-16,0.79999924],"rescale":false},"shade":false,"to":[4.5199995,-16,13.4]},{"faces":{"down":{"texture":"#0","uv":[12,0.125,10.625,0]},"up":{"texture":"#0","uv":[12,0.125,10.625,0]}},"from":[-0.5199995,-16,13],"rotation":{"angle":-22.5,"axis":"y","origin":[2,-16,0.79999924],"rescale":false},"shade":false,"to":[4.4000006,-16,13.4]},{"faces":{"down":{"texture":"#0","uv":[14,0,12.75,0.125]},"up":{"texture":"#0","uv":[14,0,12.75,0.125]}},"from":[14.200001,-16,0.79999924],"rotation":{"angle":-22.5,"axis":"y","origin":[2,-16,0.79999924],"rescale":false},"shade":false,"to":[14.6,-16,3.2399993]},{"faces":{"down":{"texture":"#0","uv":[12.125,0.125,13.25,0]},"up":{"texture":"#0","uv":[12.125,0.125,13.25,0]}},"from":[-0.5199995,-16,13],"rotation":{"angle":45,"axis":"y","origin":[2,-16,0.79999924],"rescale":false},"shade":false,"to":[4.6000004,-16,13.4]},{"faces":{"down":{"texture":"#0","uv":[10.625,0.125,12,0]},"up":{"texture":"#0","uv":[10.625,0.125,12,0]}},"from":[-0.39999962,-16,13],"rotation":{"angle":22.5,"axis":"y","origin":[2,-16,0.79999924],"rescale":false},"shade":false,"to":[4.5200005,-16,13.4]},{"faces":{"down":{"texture":"#0","uv":[12,2.75,12.75,2]},"up":{"texture":"#0","uv":[12,2,12.75,2.75]}},"from":[0.79999924,-15.9,-16],"rotation":{"angle":45,"axis":"y","origin":[2,-15.9,-14.8],"rescale":false},"shade":false,"to":[3.1999993,-15.9,-13.6]},{"faces":{"down":{"texture":"#0","uv":[12,2,12.75,2.75]},"up":{"texture":"#0","uv":[12,2.75,12.75,2]}},"from":[0.79999924,-15.9,15.200001],"rotation":{"angle":-45,"axis":"y","origin":[2,-15.9,16.400002],"rescale":false},"shade":false,"to":[3.1999993,-15.9,17.6]}],"overrides":[],"textures":{"0":"item/w1391054669_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1396.json b/assets/minecraft/models/w1396.json new file mode 100644 index 000000000..be57e01da --- /dev/null +++ b/assets/minecraft/models/w1396.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[10,5.625,10.625,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-16,-15.6]}],"overrides":[],"textures":{"0":"item/w1391054669_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1397.json b/assets/minecraft/models/w1397.json new file mode 100644 index 000000000..f2399dd43 --- /dev/null +++ b/assets/minecraft/models/w1397.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[11.1875,5.125,11.275888,5.213389]}},"from":[-16,-16,-16],"shade":false,"to":[-15.717155,-16,-15.717156]}],"overrides":[],"textures":{"0":"item/w1391054669_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1398.json b/assets/minecraft/models/w1398.json new file mode 100644 index 000000000..63f0ee52a --- /dev/null +++ b/assets/minecraft/models/w1398.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[11.1875,5.1875,11.3125,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-15.8]}],"overrides":[],"textures":{"0":"item/w1391054669_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1399.json b/assets/minecraft/models/w1399.json new file mode 100644 index 000000000..b24a69131 --- /dev/null +++ b/assets/minecraft/models/w1399.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[11.25,5.375,11.5,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-15.6]}],"overrides":[],"textures":{"0":"item/w1391054669_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w14.json b/assets/minecraft/models/w14.json new file mode 100644 index 000000000..a8c5d144d --- /dev/null +++ b/assets/minecraft/models/w14.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,8,3,9.5]},"east":{"texture":"#0","uv":[0,9.5,1.5,11.375]},"north":{"texture":"#0","uv":[1.5,9.5,3,11.375]},"south":{"texture":"#0","uv":[4.5,9.5,6,11.375]},"up":{"texture":"#0","uv":[3,9.5,1.5,8]},"west":{"texture":"#0","uv":[3,9.5,4.5,11.375]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-10,-11.2]}],"overrides":[],"textures":{"0":"item/w88907092_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w140.json b/assets/minecraft/models/w140.json new file mode 100644 index 000000000..53bcbebf4 --- /dev/null +++ b/assets/minecraft/models/w140.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.8125,0,1.875,0.9375]},"east":{"texture":"#0","uv":[0,0.9375,0.9375,1.6875]},"north":{"texture":"#0","uv":[0.9375,0.9375,1.875,1.6875]},"south":{"texture":"#0","uv":[2.8125,0.9375,3.75,1.6875]},"up":{"texture":"#0","uv":[1.875,0.9375,0.9375,0]},"west":{"texture":"#0","uv":[1.875,0.9375,2.8125,1.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-10,-11.2,-10]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1400.json b/assets/minecraft/models/w1400.json new file mode 100644 index 000000000..90e271345 --- /dev/null +++ b/assets/minecraft/models/w1400.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[11.5,5.875,11.1875,6]}},"from":[-16,-16,-16],"shade":false,"to":[-15,-16,-15.6]}],"overrides":[],"textures":{"0":"item/w1391054669_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1401.json b/assets/minecraft/models/w1401.json new file mode 100644 index 000000000..69ba2e383 --- /dev/null +++ b/assets/minecraft/models/w1401.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[11.0625,5.75,10.75,5.625]}},"from":[-16,-16,-16],"shade":false,"to":[-15,-16,-15.6]}],"overrides":[],"textures":{"0":"item/w1391054669_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1402.json b/assets/minecraft/models/w1402.json new file mode 100644 index 000000000..c527db532 --- /dev/null +++ b/assets/minecraft/models/w1402.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[10,6,10.5625,5.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-16,-15.6]}],"overrides":[],"textures":{"0":"item/w1391054669_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1403.json b/assets/minecraft/models/w1403.json new file mode 100644 index 000000000..72aa7cd60 --- /dev/null +++ b/assets/minecraft/models/w1403.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[10,5.375,10.75,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-16,-15.6]}],"overrides":[],"textures":{"0":"item/w1391054669_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1404.json b/assets/minecraft/models/w1404.json new file mode 100644 index 000000000..5df899ed7 --- /dev/null +++ b/assets/minecraft/models/w1404.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[10.75,5.125,10,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-16,-15.6]}],"overrides":[],"textures":{"0":"item/w1391054669_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1405.json b/assets/minecraft/models/w1405.json new file mode 100644 index 000000000..1717ef20c --- /dev/null +++ b/assets/minecraft/models/w1405.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[10.8125,5,10,4.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.4,-16,-15.6]}],"overrides":[],"textures":{"0":"item/w1391054669_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1406.json b/assets/minecraft/models/w1406.json new file mode 100644 index 000000000..e67890695 --- /dev/null +++ b/assets/minecraft/models/w1406.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[10,4.625,10.9375,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13,-16,-15.6]}],"overrides":[],"textures":{"0":"item/w1391054669_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1407.json b/assets/minecraft/models/w1407.json new file mode 100644 index 000000000..d4a09174f --- /dev/null +++ b/assets/minecraft/models/w1407.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[10,4.5,10.3125,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15,-16,-15.6]}],"overrides":[],"textures":{"0":"item/w1391054669_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1408.json b/assets/minecraft/models/w1408.json new file mode 100644 index 000000000..e492c5ab1 --- /dev/null +++ b/assets/minecraft/models/w1408.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[10.75,4.4375,10.8125,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.8,-16,-15.8]}],"overrides":[],"textures":{"0":"item/w1391054669_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1409.json b/assets/minecraft/models/w1409.json new file mode 100644 index 000000000..3aea107e7 --- /dev/null +++ b/assets/minecraft/models/w1409.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[10.375,4.4609375,10.4609375,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.725,-16,-15.725]}],"overrides":[],"textures":{"0":"item/w1391054669_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w141.json b/assets/minecraft/models/w141.json new file mode 100644 index 000000000..95bf9d61f --- /dev/null +++ b/assets/minecraft/models/w141.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.875,0.3125,5.1875,0.625]},"east":{"texture":"#0","uv":[5.1875,0.625,4.875,0.9375]},"north":{"texture":"#0","uv":[4.875,0.625,4.5625,0.9375]},"south":{"texture":"#0","uv":[5.5,0.625,5.1875,0.9375]},"up":{"texture":"#0","uv":[4.5625,0.625,4.875,0.3125]},"west":{"texture":"#0","uv":[4.5625,0.625,4.25,0.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1410.json b/assets/minecraft/models/w1410.json new file mode 100644 index 000000000..2d4f6d3ce --- /dev/null +++ b/assets/minecraft/models/w1410.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[10.625,4.4375,10.6875,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.8,-16,-15.8]}],"overrides":[],"textures":{"0":"item/w1391054669_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1411.json b/assets/minecraft/models/w1411.json new file mode 100644 index 000000000..ecc43064f --- /dev/null +++ b/assets/minecraft/models/w1411.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[11.25,5.625,11.5,5.75]}},"from":[-15.4,-16,-16],"shade":false,"to":[-14.599999,-16,-15.6]},{"faces":{"up":{"texture":"#0","uv":[10.625,5.875,11.0625,6]}},"from":[-16,-15.98,-14.667952],"shade":false,"to":[-14.6,-15.98,-14.267952]}],"overrides":[],"textures":{"0":"item/w1391054669_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1412.json b/assets/minecraft/models/w1412.json new file mode 100644 index 000000000..4e2f63638 --- /dev/null +++ b/assets/minecraft/models/w1412.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[10,7.125,10.1,6.125]}},"from":[-15.0004015,-16,-16],"shade":false,"to":[-14.6196,-16,-12.191999]},{"faces":{"up":{"texture":"#0","uv":[10,6.125,10.125,6.25]}},"from":[-14.929001,-16,-12.311],"rotation":{"angle":0,"axis":"y","origin":[-14.81,-16,-11.835],"rescale":false},"shade":false,"to":[-14.691,-16,-11.359]},{"faces":{"up":{"texture":"#0","uv":[11,6.125,11.125,6.25]}},"from":[-15.048001,-16,-11.121],"rotation":{"angle":0,"axis":"y","origin":[-14.81,-16,-11.835],"rescale":false},"shade":false,"to":[-14.5720005,-16,-10.645]},{"faces":{"up":{"texture":"#0","uv":[10.875,6.125,11,6.25]}},"from":[-15.048001,-16,-11.121],"rotation":{"angle":22.5,"axis":"y","origin":[-14.81,-16,-11.835],"rescale":false},"shade":false,"to":[-14.5720005,-16,-10.645]},{"faces":{"up":{"texture":"#0","uv":[11.25,6.125,11.05,6.25]}},"from":[-15.048001,-16,-11.121],"rotation":{"angle":-22.5,"axis":"y","origin":[-14.81,-16,-11.835],"rescale":false},"shade":false,"to":[-14.5720005,-16,-10.645]},{"faces":{"up":{"texture":"#0","uv":[10,6.125,10.125,6.25]}},"from":[-15.286,-16,-11.954],"rotation":{"angle":0,"axis":"y","origin":[-14.81,-16,-11.835],"rescale":false},"shade":false,"to":[-14.334002,-16,-11.716001]},{"faces":{"up":{"texture":"#0","uv":[10.75,6.5,10.875,6.28125]}},"from":[-14.096001,-16,-12.073],"rotation":{"angle":0,"axis":"y","origin":[-14.096001,-16,-11.835],"rescale":false},"shade":false,"to":[-13.620001,-16,-11.597]},{"faces":{"up":{"texture":"#0","uv":[11.25,6.5,11.375,6.28125]}},"from":[-16,-16,-12.073],"rotation":{"angle":0,"axis":"y","origin":[-14.81,-16,-11.835],"rescale":false},"shade":false,"to":[-15.524,-16,-11.597]},{"faces":{"up":{"texture":"#0","uv":[11.25,6.5,11.375,6.625]}},"from":[-16,-16,-12.073],"rotation":{"angle":-22.5,"axis":"y","origin":[-14.81,-16,-11.835],"rescale":false},"shade":false,"to":[-15.524,-16,-11.597]},{"faces":{"up":{"texture":"#0","uv":[11.25,6.25,11.375,6.375]}},"from":[-16,-16,-12.073],"rotation":{"angle":22.5,"axis":"y","origin":[-14.81,-16,-11.835],"rescale":false},"shade":false,"to":[-15.524,-16,-11.597]},{"faces":{"up":{"texture":"#0","uv":[11.25,6.125,11.375,6.25]}},"from":[-16,-16,-12.073],"rotation":{"angle":45,"axis":"y","origin":[-14.81,-16,-11.835],"rescale":false},"shade":false,"to":[-15.524,-16,-11.597]},{"faces":{"up":{"texture":"#0","uv":[10.75,6.375,10.875,6.15625]}},"from":[-14.096001,-16,-12.073],"rotation":{"angle":-22.5,"axis":"y","origin":[-14.81,-16,-11.835],"rescale":false},"shade":false,"to":[-13.620001,-16,-11.597]},{"faces":{"up":{"texture":"#0","uv":[10.75,6.125,10.875,6.25]}},"from":[-14.096001,-16,-12.073],"rotation":{"angle":-45,"axis":"y","origin":[-14.81,-16,-11.835],"rescale":false},"shade":false,"to":[-13.620001,-16,-11.597]},{"faces":{"up":{"texture":"#0","uv":[10,6.125,10.125,6.25]}},"from":[-15.286,-16,-11.954],"rotation":{"angle":-22.5,"axis":"y","origin":[-14.81,-16,-11.835],"rescale":false},"shade":false,"to":[-14.334002,-16,-11.716001]},{"faces":{"up":{"texture":"#0","uv":[10,6.125,10.125,6.25]}},"from":[-15.286,-16,-11.954],"rotation":{"angle":22.5,"axis":"y","origin":[-14.81,-16,-11.835],"rescale":false},"shade":false,"to":[-14.334002,-16,-11.716001]},{"faces":{"up":{"texture":"#0","uv":[10.75,6.5,10.875,6.625]}},"from":[-14.096001,-16,-12.073],"rotation":{"angle":22.5,"axis":"y","origin":[-14.81,-16,-11.835],"rescale":false},"shade":false,"to":[-13.620001,-16,-11.597]},{"faces":{"up":{"texture":"#0","uv":[10.25,6.875,10.875,7]}},"from":[-15.038831,-16,-13.764934],"rotation":{"angle":45,"axis":"y","origin":[-14.81,-16,-13.739],"rescale":false},"shade":false,"to":[-12.658831,-16,-13.288934]},{"faces":{"up":{"texture":"#0","uv":[10.25,7.125,10.625,7.25]}},"from":[-14.34863,-16,-14.478933],"rotation":{"angle":45,"axis":"y","origin":[-14.81,-16,-13.739],"rescale":false},"shade":false,"to":[-12.92063,-16,-14.0029335]},{"faces":{"up":{"texture":"#0","uv":[10,6.125,10.125,6.25]}},"from":[-14.929001,-16,-12.311],"rotation":{"angle":22.5,"axis":"y","origin":[-14.81,-16,-11.835],"rescale":false},"shade":false,"to":[-14.691,-16,-11.359]},{"faces":{"up":{"texture":"#0","uv":[10,6.125,10.125,6.25]}},"from":[-14.929001,-16,-12.311],"rotation":{"angle":45,"axis":"y","origin":[-14.81,-16,-11.835],"rescale":false},"shade":false,"to":[-14.691,-16,-11.359]},{"faces":{"up":{"texture":"#0","uv":[11.25,7,11.375,6.59375]}},"from":[-15.048001,-16,-13.739],"rotation":{"angle":45,"axis":"y","origin":[-14.81,-16,-11.835],"rescale":false},"shade":false,"to":[-14.5720005,-16,-12.549001]},{"faces":{"up":{"texture":"#0","uv":[11.75,6.25,11.875,6.375]}},"from":[-15.524,-16,-13.62],"rotation":{"angle":45,"axis":"y","origin":[-14.81,-16,-11.835],"rescale":false},"shade":false,"to":[-15.167001,-16,-13.144]},{"faces":{"up":{"texture":"#0","uv":[11.5,6.25,11.625,6.375]}},"from":[-15.703738,-16,-13.545549],"rotation":{"angle":22.5,"axis":"y","origin":[-15.52524,-16,-13.30755],"rescale":false},"shade":false,"to":[-15.346739,-16,-13.06955]},{"faces":{"up":{"texture":"#0","uv":[10,6.125,10.125,6.25]}},"from":[-14.929001,-16,-12.311],"rotation":{"angle":-22.5,"axis":"y","origin":[-14.81,-16,-11.835],"rescale":false},"shade":false,"to":[-14.691,-16,-11.359]},{"faces":{"up":{"texture":"#0","uv":[10,6.125,10.125,6.25]}},"from":[-14.929001,-16,-12.311],"rotation":{"angle":-45,"axis":"y","origin":[-14.81,-16,-11.835],"rescale":false},"shade":false,"to":[-14.691,-16,-11.359]},{"faces":{"up":{"texture":"#0","uv":[10.75,6.53125,10.875,6.75]}},"from":[-15.048001,-16,-13.025],"rotation":{"angle":-45,"axis":"y","origin":[-14.81,-16,-11.835],"rescale":false},"shade":false,"to":[-14.5720005,-16,-12.549]}],"overrides":[],"textures":{"0":"item/w1391054669_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1413.json b/assets/minecraft/models/w1413.json new file mode 100644 index 000000000..e4b154176 --- /dev/null +++ b/assets/minecraft/models/w1413.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.625,2.875,4.625,2.375]},"east":{"texture":"#0","uv":[5.625,4.625,6.125,2.875]},"north":{"texture":"#0","uv":[6.125,4.625,7.125,2.875]},"south":{"texture":"#0","uv":[4.625,4.625,5.625,2.875]},"up":{"texture":"#0","uv":[6.625,2.375,5.625,2.875]},"west":{"texture":"#0","uv":[4.125,4.625,4.625,2.875]}},"from":[8,8,8],"shade":false,"to":[4.8,2.4,6.4]}],"overrides":[],"textures":{"0":"item/w1759025489_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1414.json b/assets/minecraft/models/w1414.json new file mode 100644 index 000000000..a087637a8 --- /dev/null +++ b/assets/minecraft/models/w1414.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.625,0.5,4.625,0]},"east":{"texture":"#0","uv":[5.625,2.25,6.125,0.5]},"north":{"texture":"#0","uv":[6.125,2.25,7.125,0.5]},"south":{"texture":"#0","uv":[4.625,2.25,5.625,0.5]},"up":{"texture":"#0","uv":[6.625,0,5.625,0.5]},"west":{"texture":"#0","uv":[4.125,2.25,4.625,0.5]}},"from":[8,8,8],"shade":false,"to":[4.6,2.1999998,6.2]}],"overrides":[],"textures":{"0":"item/w1759025489_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1415.json b/assets/minecraft/models/w1415.json new file mode 100644 index 000000000..ddc679857 --- /dev/null +++ b/assets/minecraft/models/w1415.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.625,2.375,5.625,2.875]},"east":{"texture":"#0","uv":[4.125,2.875,4.625,4.625]},"north":{"texture":"#0","uv":[4.625,2.875,5.625,4.625]},"south":{"texture":"#0","uv":[6.125,2.875,7.125,4.625]},"up":{"texture":"#0","uv":[5.625,2.875,4.625,2.375]},"west":{"texture":"#0","uv":[5.625,2.875,6.125,4.625]}},"from":[-15.9,-15.9,-15.85],"shade":false,"to":[-12.7,-10.299999,-14.25]},{"faces":{"down":{"texture":"#0","uv":[6.625,0,5.625,0.5]},"east":{"texture":"#0","uv":[4.125,0.5,4.625,2.25]},"north":{"texture":"#0","uv":[4.625,0.5,5.625,2.25]},"south":{"texture":"#0","uv":[6.125,0.5,7.125,2.25]},"up":{"texture":"#0","uv":[5.625,0.5,4.625,0]},"west":{"texture":"#0","uv":[5.625,0.5,6.125,2.25]}},"from":[-16,-16,-15.95],"shade":false,"to":[-12.6,-10.2,-14.15]},{"faces":{"down":{"texture":"#0","uv":[2.875,7.75,2.5,7.75]},"east":{"texture":"#0","uv":[2.125,7.75,2.125,8.125]},"north":{"texture":"#0","uv":[2.125,7.75,2.5,8.125]},"south":{"texture":"#0","uv":[2.5,7.75,2.875,8.125]},"up":{"texture":"#0","uv":[2.5,7.75,2.125,7.75]},"west":{"texture":"#0","uv":[2.5,7.75,2.5,8.125]}},"from":[-14.9,-15.35,-16],"rotation":{"angle":-45,"axis":"z","origin":[-14.3,-14.75,-16],"rescale":false},"shade":false,"to":[-13.7,-14.150001,-16]},{"faces":{"down":{"texture":"#0","uv":[3.625,7.75,3.375,7.875]},"east":{"texture":"#0","uv":[3,7.875,3.125,8.125]},"north":{"texture":"#0","uv":[3.125,7.875,3.375,8.125]},"south":{"texture":"#0","uv":[3.5,7.875,3.75,8.125]},"up":{"texture":"#0","uv":[3.375,7.875,3.125,7.75]},"west":{"texture":"#0","uv":[3.375,7.875,3.5,8.125]}},"from":[-14.714,-15.174,-14.1515],"shade":false,"to":[-13.886,-14.346,-13.723499]}],"overrides":[],"textures":{"0":"item/w1759025489_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1416.json b/assets/minecraft/models/w1416.json new file mode 100644 index 000000000..9afee5c2f --- /dev/null +++ b/assets/minecraft/models/w1416.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,6.875,0.5,6.375]},"east":{"texture":"#0","uv":[1,8.625,1.5,6.875]},"north":{"texture":"#0","uv":[1.5,8.625,2,6.875]},"south":{"texture":"#0","uv":[0.5,8.625,1,6.875]},"up":{"texture":"#0","uv":[1.5,6.375,1,6.875]},"west":{"texture":"#0","uv":[0,8.625,0.5,6.875]}},"from":[8,8,8],"shade":false,"to":[6.4,2.4,6.4]}],"overrides":[],"textures":{"0":"item/w1759025489_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1417.json b/assets/minecraft/models/w1417.json new file mode 100644 index 000000000..c9ec2e337 --- /dev/null +++ b/assets/minecraft/models/w1417.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,6.375,1,6.875]},"east":{"texture":"#0","uv":[0,6.875,0.5,8.625]},"north":{"texture":"#0","uv":[0.5,6.875,1,8.625]},"south":{"texture":"#0","uv":[1.5,6.875,2,8.625]},"up":{"texture":"#0","uv":[1,6.875,0.5,6.375]},"west":{"texture":"#0","uv":[1,6.875,1.5,8.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-10.4,-14.4]},{"faces":{"down":{"texture":"#0","uv":[7.625,4.625,7.375,4.875]},"east":{"texture":"#0","uv":[6.875,4.875,7.125,5.75]},"north":{"texture":"#0","uv":[7.125,4.875,7.375,5.75]},"south":{"texture":"#0","uv":[7.625,4.875,7.875,5.75]},"up":{"texture":"#0","uv":[7.375,4.875,7.125,4.625]},"west":{"texture":"#0","uv":[7.375,4.875,7.625,5.75]}},"from":[-15.6,-13.2,-15.6],"shade":false,"to":[-14.8,-10.4,-14.8]}],"overrides":[],"textures":{"0":"item/w1759025489_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1418.json b/assets/minecraft/models/w1418.json new file mode 100644 index 000000000..8793d4a00 --- /dev/null +++ b/assets/minecraft/models/w1418.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,6.875,1,6.375]},"east":{"texture":"#0","uv":[0.5,8.625,0,6.875]},"north":{"texture":"#0","uv":[2,8.625,1.5,6.875]},"south":{"texture":"#0","uv":[1,8.625,0.5,6.875]},"up":{"texture":"#0","uv":[1,6.375,1.5,6.875]},"west":{"texture":"#0","uv":[1.5,8.625,1,6.875]}},"from":[8,8,8],"shade":false,"to":[6.4,2.4,6.4]}],"overrides":[],"textures":{"0":"item/w1759025489_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1419.json b/assets/minecraft/models/w1419.json new file mode 100644 index 000000000..decdf5e20 --- /dev/null +++ b/assets/minecraft/models/w1419.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,6.375,1.5,6.875]},"east":{"texture":"#0","uv":[1.5,6.875,1,8.625]},"north":{"texture":"#0","uv":[1,6.875,0.5,8.625]},"south":{"texture":"#0","uv":[2,6.875,1.5,8.625]},"up":{"texture":"#0","uv":[0.5,6.875,1,6.375]},"west":{"texture":"#0","uv":[0.5,6.875,0,8.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-10.4,-14.4]},{"faces":{"down":{"texture":"#0","uv":[7.375,4.625,7.625,4.875]},"east":{"texture":"#0","uv":[7.625,4.875,7.375,5.75]},"north":{"texture":"#0","uv":[7.375,4.875,7.125,5.75]},"south":{"texture":"#0","uv":[7.875,4.875,7.625,5.75]},"up":{"texture":"#0","uv":[7.125,4.875,7.375,4.625]},"west":{"texture":"#0","uv":[7.125,4.875,6.875,5.75]}},"from":[-15.6,-13.2,-15.6],"shade":false,"to":[-14.8,-10.4,-14.8]}],"overrides":[],"textures":{"0":"item/w1759025489_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w142.json b/assets/minecraft/models/w142.json new file mode 100644 index 000000000..f2988b08b --- /dev/null +++ b/assets/minecraft/models/w142.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.375,2.875,0.5625,3.0625]},"east":{"texture":"#0","uv":[0.5625,3.0625,0.375,3.375]},"north":{"texture":"#0","uv":[0.375,3.0625,0.1875,3.375]},"south":{"texture":"#0","uv":[0.75,3.0625,0.5625,3.375]},"up":{"texture":"#0","uv":[0.1875,3.0625,0.375,2.875]},"west":{"texture":"#0","uv":[0.1875,3.0625,0,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1420.json b/assets/minecraft/models/w1420.json new file mode 100644 index 000000000..fda703da4 --- /dev/null +++ b/assets/minecraft/models/w1420.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,3.125,1,2.125]},"east":{"texture":"#0","uv":[2,4.125,3,3.125]},"north":{"texture":"#0","uv":[3,4.125,4,3.125]},"south":{"texture":"#0","uv":[1,4.125,2,3.125]},"up":{"texture":"#0","uv":[3,2.125,2,3.125]},"west":{"texture":"#0","uv":[0,4.125,1,3.125]}},"from":[8,8,8],"shade":false,"to":[4.6,4.6,4.6]}],"overrides":[],"textures":{"0":"item/w1759025489_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1421.json b/assets/minecraft/models/w1421.json new file mode 100644 index 000000000..ffffba8a8 --- /dev/null +++ b/assets/minecraft/models/w1421.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[2,2,3,1]},"north":{"texture":"#0","uv":[3,2,4,1]},"south":{"texture":"#0","uv":[1,2,2,1]},"west":{"texture":"#0","uv":[0,2,1,1]}},"from":[8,8,8],"shade":false,"to":[4.4,4.4,4.4]}],"overrides":[],"textures":{"0":"item/w1759025489_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1422.json b/assets/minecraft/models/w1422.json new file mode 100644 index 000000000..ce702196d --- /dev/null +++ b/assets/minecraft/models/w1422.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,4.25,2,5.25]},"east":{"texture":"#0","uv":[0,5.25,1,6.25]},"north":{"texture":"#0","uv":[1,5.25,2,6.25]},"south":{"texture":"#0","uv":[3,5.25,4,6.25]},"up":{"texture":"#0","uv":[2,5.25,1,4.25]},"west":{"texture":"#0","uv":[2,5.25,3,6.25]}},"from":[-15.8,-15.9,-15.8],"shade":false,"to":[-12.6,-12.7,-12.6]},{"faces":{"down":{"texture":"#0","uv":[3,2.125,2,3.125]},"east":{"texture":"#0","uv":[0,3.125,1,4.125]},"north":{"texture":"#0","uv":[1,3.125,2,4.125]},"south":{"texture":"#0","uv":[3,3.125,4,4.125]},"up":{"texture":"#0","uv":[2,3.125,1,2.125]},"west":{"texture":"#0","uv":[2,3.125,3,4.125]}},"from":[-15.9,-16,-15.9],"shade":false,"to":[-12.5,-12.6,-12.5]},{"faces":{"down":{"texture":"#0","uv":[3,0,2,1]},"east":{"texture":"#0","uv":[0,1,1,2]},"north":{"texture":"#0","uv":[1,1,2,2]},"south":{"texture":"#0","uv":[3,1,4,2]},"up":{"texture":"#0","uv":[2,1,1,0]},"west":{"texture":"#0","uv":[2,1,3,2]}},"from":[-16,-13.7,-16],"shade":false,"to":[-12.4,-10.1,-12.4]}],"overrides":[],"textures":{"0":"item/w1759025489_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1423.json b/assets/minecraft/models/w1423.json new file mode 100644 index 000000000..5e5c3c719 --- /dev/null +++ b/assets/minecraft/models/w1423.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,4.75,5.625,5.125]},"east":{"texture":"#0","uv":[6,6.125,6.375,5.125]},"north":{"texture":"#0","uv":[6.375,6.125,6.75,5.125]},"south":{"texture":"#0","uv":[5.625,6.125,6,5.125]},"up":{"texture":"#0","uv":[6.375,5.125,6,4.75]},"west":{"texture":"#0","uv":[5.25,6.125,5.625,5.125]}},"from":[8,8,8],"shade":false,"to":[6.8,4.8,6.8]}],"overrides":[],"textures":{"0":"item/w1759025489_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1424.json b/assets/minecraft/models/w1424.json new file mode 100644 index 000000000..e949de6ef --- /dev/null +++ b/assets/minecraft/models/w1424.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.125,7.125,2.625,6.625]},"north":{"texture":"#0","uv":[3.625,7.625,4.125,7.125]},"south":{"texture":"#0","uv":[2.625,7.625,3.125,7.125]}},"from":[8,8,8],"shade":false,"to":[6.4,6.4,6.4]}],"overrides":[],"textures":{"0":"item/w1759025489_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1425.json b/assets/minecraft/models/w1425.json new file mode 100644 index 000000000..b1c150838 --- /dev/null +++ b/assets/minecraft/models/w1425.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.375,4.75,6,5.125]},"east":{"texture":"#0","uv":[5.25,5.125,5.625,6.125]},"north":{"texture":"#0","uv":[5.625,5.125,6,6.125]},"south":{"texture":"#0","uv":[6.375,5.125,6.75,6.125]},"up":{"texture":"#0","uv":[6,5.125,5.625,4.75]},"west":{"texture":"#0","uv":[6,5.125,6.375,6.125]}},"from":[-15.4,-15.8,-15.8],"shade":false,"to":[-14.2,-12.6,-14.6]},{"faces":{"down":{"texture":"#0","uv":[4.875,4.625,4.625,4.875]},"east":{"texture":"#0","uv":[4.125,4.875,4.375,5.875]},"north":{"texture":"#0","uv":[4.375,4.875,4.625,5.875]},"south":{"texture":"#0","uv":[4.875,4.875,5.125,5.875]},"up":{"texture":"#0","uv":[4.625,4.875,4.375,4.625]},"west":{"texture":"#0","uv":[4.625,4.875,4.875,5.875]}},"from":[-15.2,-16,-15.6],"shade":false,"to":[-14.4,-12.8,-14.8]},{"faces":{"down":{"texture":"#0","uv":[3.625,6.625,3.125,7.125]},"east":{"texture":"#0","uv":[2.125,7.125,2.625,7.625]},"north":{"texture":"#0","uv":[2.625,7.125,3.125,7.625]},"south":{"texture":"#0","uv":[3.625,7.125,4.125,7.625]},"up":{"texture":"#0","uv":[3.125,7.125,2.625,6.625]},"west":{"texture":"#0","uv":[3.125,7.125,3.625,7.625]}},"from":[-16,-14,-16],"shade":false,"to":[-14.4,-12.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1759025489_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1426.json b/assets/minecraft/models/w1426.json new file mode 100644 index 000000000..ed11a912b --- /dev/null +++ b/assets/minecraft/models/w1426.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.625,4.75,6,5.125]},"east":{"texture":"#0","uv":[5.625,6.125,5.25,5.125]},"north":{"texture":"#0","uv":[6.75,6.125,6.375,5.125]},"south":{"texture":"#0","uv":[6,6.125,5.625,5.125]},"up":{"texture":"#0","uv":[6,5.125,6.375,4.75]},"west":{"texture":"#0","uv":[6.375,6.125,6,5.125]}},"from":[8,8,8],"shade":false,"to":[6.8,4.8,6.8]}],"overrides":[],"textures":{"0":"item/w1759025489_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1427.json b/assets/minecraft/models/w1427.json new file mode 100644 index 000000000..86fb8b6d3 --- /dev/null +++ b/assets/minecraft/models/w1427.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.625,7.125,3.125,6.625]},"north":{"texture":"#0","uv":[4.125,7.625,3.625,7.125]},"south":{"texture":"#0","uv":[3.125,7.625,2.625,7.125]}},"from":[8,8,8],"shade":false,"to":[6.4,6.4,6.4]}],"overrides":[],"textures":{"0":"item/w1759025489_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1428.json b/assets/minecraft/models/w1428.json new file mode 100644 index 000000000..1ac5003f4 --- /dev/null +++ b/assets/minecraft/models/w1428.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,4.75,6.375,5.125]},"east":{"texture":"#0","uv":[6.375,5.125,6,6.125]},"north":{"texture":"#0","uv":[6,5.125,5.625,6.125]},"south":{"texture":"#0","uv":[6.75,5.125,6.375,6.125]},"up":{"texture":"#0","uv":[5.625,5.125,6,4.75]},"west":{"texture":"#0","uv":[5.625,5.125,5.25,6.125]}},"from":[-16,-15.8,-15.8],"shade":false,"to":[-14.8,-12.6,-14.6]},{"faces":{"down":{"texture":"#0","uv":[4.625,4.625,4.875,4.875]},"east":{"texture":"#0","uv":[4.875,4.875,4.625,5.875]},"north":{"texture":"#0","uv":[4.625,4.875,4.375,5.875]},"south":{"texture":"#0","uv":[5.125,4.875,4.875,5.875]},"up":{"texture":"#0","uv":[4.375,4.875,4.625,4.625]},"west":{"texture":"#0","uv":[4.375,4.875,4.125,5.875]}},"from":[-15.8,-16,-15.6],"shade":false,"to":[-15,-12.8,-14.8]},{"faces":{"down":{"texture":"#0","uv":[3.125,6.625,3.625,7.125]},"east":{"texture":"#0","uv":[3.625,7.125,3.125,7.625]},"north":{"texture":"#0","uv":[3.125,7.125,2.625,7.625]},"south":{"texture":"#0","uv":[4.125,7.125,3.625,7.625]},"up":{"texture":"#0","uv":[2.625,7.125,3.125,6.625]},"west":{"texture":"#0","uv":[2.625,7.125,2.125,7.625]}},"from":[-15.8,-14,-16],"shade":false,"to":[-14.2,-12.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1759025489_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1429.json b/assets/minecraft/models/w1429.json new file mode 100644 index 000000000..dfce0d3d2 --- /dev/null +++ b/assets/minecraft/models/w1429.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,5.75,7.375,6]},"east":{"texture":"#0","uv":[6.875,6,7.125,7.125]},"north":{"texture":"#0","uv":[7.125,6,7.375,7.125]},"south":{"texture":"#0","uv":[7.625,6,7.875,7.125]},"up":{"texture":"#0","uv":[7.375,6,7.125,5.75]},"west":{"texture":"#0","uv":[7.375,6,7.625,7.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.408,-15.208]}],"overrides":[],"textures":{"0":"item/w1759025489_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w143.json b/assets/minecraft/models/w143.json new file mode 100644 index 000000000..1d885bca3 --- /dev/null +++ b/assets/minecraft/models/w143.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,0,8.25,0.25]},"east":{"texture":"#0","uv":[8.25,0.25,8,0.5]},"north":{"texture":"#0","uv":[8,0.25,7.75,0.5]},"south":{"texture":"#0","uv":[8.5,0.25,8.25,0.5]},"up":{"texture":"#0","uv":[7.75,0.25,8,0]},"west":{"texture":"#0","uv":[7.75,0.25,7.5,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1430.json b/assets/minecraft/models/w1430.json new file mode 100644 index 000000000..1a379406a --- /dev/null +++ b/assets/minecraft/models/w1430.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.375,5.75,7.625,6]},"east":{"texture":"#0","uv":[7.625,6,7.375,7.125]},"north":{"texture":"#0","uv":[7.375,6,7.125,7.125]},"south":{"texture":"#0","uv":[7.875,6,7.625,7.125]},"up":{"texture":"#0","uv":[7.125,6,7.375,5.75]},"west":{"texture":"#0","uv":[7.125,6,6.875,7.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.408,-15.208]}],"overrides":[],"textures":{"0":"item/w1759025489_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1431.json b/assets/minecraft/models/w1431.json new file mode 100644 index 000000000..a3b2e8bc6 --- /dev/null +++ b/assets/minecraft/models/w1431.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[6,7,6.375,6.125]},"north":{"texture":"#0","uv":[6.375,7,6.75,6.125]},"south":{"texture":"#0","uv":[5.625,7,6,6.125]},"west":{"texture":"#0","uv":[5.25,7,5.625,6.125]}},"from":[8,8,8],"shade":false,"to":[6.8,5.2,6.8]}],"overrides":[],"textures":{"0":"item/w1759025489_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1432.json b/assets/minecraft/models/w1432.json new file mode 100644 index 000000000..9df45896f --- /dev/null +++ b/assets/minecraft/models/w1432.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.25,6.125,5.625,7]},"north":{"texture":"#0","uv":[5.625,6.125,6,7]},"south":{"texture":"#0","uv":[6.375,6.125,6.75,7]},"west":{"texture":"#0","uv":[6,6.125,6.375,7]}},"from":[-15.2,-16,-16],"shade":false,"to":[-14,-13.2,-14.8]},{"faces":{"down":{"texture":"#0","uv":[4.875,7.125,4.75,7.5]},"east":{"texture":"#0","uv":[4.25,7.5,4.625,8.125]},"north":{"texture":"#0","uv":[4.625,7.5,4.75,8.125]},"south":{"texture":"#0","uv":[5.125,7.5,5.25,8.125]},"up":{"texture":"#0","uv":[4.75,7.5,4.625,7.125]},"west":{"texture":"#0","uv":[4.75,7.5,5.125,8.125]}},"from":[-15.6,-15.2,-16],"shade":false,"to":[-15.200001,-13.2,-14.8]},{"faces":{"down":{"texture":"#0","uv":[5.375,7.125,5.25,7.25]},"east":{"texture":"#0","uv":[5,7.25,5.125,7.375]},"north":{"texture":"#0","uv":[5.125,7.25,5.25,7.375]},"south":{"texture":"#0","uv":[5.375,7.25,5.5,7.375]},"up":{"texture":"#0","uv":[5.25,7.25,5.125,7.125]},"west":{"texture":"#0","uv":[5.25,7.25,5.375,7.375]}},"from":[-16,-13.6,-15.6],"shade":false,"to":[-15.6,-13.200001,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[5.375,7.125,5.25,7.25]},"east":{"texture":"#0","uv":[5,7.25,5.125,7.375]},"north":{"texture":"#0","uv":[5.125,7.25,5.25,7.375]},"south":{"texture":"#0","uv":[5.375,7.25,5.5,7.375]},"up":{"texture":"#0","uv":[5.25,7.25,5.125,7.125]},"west":{"texture":"#0","uv":[5.25,7.25,5.375,7.375]}},"from":[-16,-14.4,-15.6],"shade":false,"to":[-15.6,-14,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[5.375,7.125,5.25,7.25]},"east":{"texture":"#0","uv":[5,7.25,5.125,7.375]},"north":{"texture":"#0","uv":[5.125,7.25,5.25,7.375]},"south":{"texture":"#0","uv":[5.375,7.25,5.5,7.375]},"up":{"texture":"#0","uv":[5.25,7.25,5.125,7.125]},"west":{"texture":"#0","uv":[5.25,7.25,5.375,7.375]}},"from":[-16,-15.2,-15.6],"shade":false,"to":[-15.6,-14.8,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[4.875,5.875,4.625,6.125]},"east":{"texture":"#0","uv":[4.125,6.125,4.375,7.125]},"north":{"texture":"#0","uv":[4.375,6.125,4.625,7.125]},"south":{"texture":"#0","uv":[4.875,6.125,5.125,7.125]},"up":{"texture":"#0","uv":[4.625,6.125,4.375,5.875]},"west":{"texture":"#0","uv":[4.625,6.125,4.875,7.125]}},"from":[-14.996,-15.796,-15.796],"shade":false,"to":[-14.204,-12.604,-15.004]}],"overrides":[],"textures":{"0":"item/w1759025489_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1433.json b/assets/minecraft/models/w1433.json new file mode 100644 index 000000000..11c02c0c3 --- /dev/null +++ b/assets/minecraft/models/w1433.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.625,7,5.25,6.125]},"north":{"texture":"#0","uv":[6.75,7,6.375,6.125]},"south":{"texture":"#0","uv":[6,7,5.625,6.125]},"west":{"texture":"#0","uv":[6.375,7,6,6.125]}},"from":[8,8,8],"shade":false,"to":[6.8,5.2,6.8]}],"overrides":[],"textures":{"0":"item/w1759025489_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1434.json b/assets/minecraft/models/w1434.json new file mode 100644 index 000000000..ffb4e4ef8 --- /dev/null +++ b/assets/minecraft/models/w1434.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[6.375,6.125,6,7]},"north":{"texture":"#0","uv":[6,6.125,5.625,7]},"south":{"texture":"#0","uv":[6.75,6.125,6.375,7]},"west":{"texture":"#0","uv":[5.625,6.125,5.25,7]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]},{"faces":{"down":{"texture":"#0","uv":[4.75,7.125,4.875,7.5]},"east":{"texture":"#0","uv":[5.125,7.5,4.75,8.125]},"north":{"texture":"#0","uv":[4.75,7.5,4.625,8.125]},"south":{"texture":"#0","uv":[5.25,7.5,5.125,8.125]},"up":{"texture":"#0","uv":[4.625,7.5,4.75,7.125]},"west":{"texture":"#0","uv":[4.625,7.5,4.25,8.125]}},"from":[-14.8,-15.2,-16],"shade":false,"to":[-14.400001,-13.2,-14.8]},{"faces":{"down":{"texture":"#0","uv":[5.25,7.125,5.375,7.25]},"east":{"texture":"#0","uv":[5.375,7.25,5.25,7.375]},"north":{"texture":"#0","uv":[5.25,7.25,5.125,7.375]},"south":{"texture":"#0","uv":[5.5,7.25,5.375,7.375]},"up":{"texture":"#0","uv":[5.125,7.25,5.25,7.125]},"west":{"texture":"#0","uv":[5.125,7.25,5,7.375]}},"from":[-14.4,-13.6,-15.6],"shade":false,"to":[-14,-13.200001,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[5.25,7.125,5.375,7.25]},"east":{"texture":"#0","uv":[5.375,7.25,5.25,7.375]},"north":{"texture":"#0","uv":[5.25,7.25,5.125,7.375]},"south":{"texture":"#0","uv":[5.5,7.25,5.375,7.375]},"up":{"texture":"#0","uv":[5.125,7.25,5.25,7.125]},"west":{"texture":"#0","uv":[5.125,7.25,5,7.375]}},"from":[-14.4,-14.4,-15.6],"shade":false,"to":[-14,-14,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[5.25,7.125,5.375,7.25]},"east":{"texture":"#0","uv":[5.375,7.25,5.25,7.375]},"north":{"texture":"#0","uv":[5.25,7.25,5.125,7.375]},"south":{"texture":"#0","uv":[5.5,7.25,5.375,7.375]},"up":{"texture":"#0","uv":[5.125,7.25,5.25,7.125]},"west":{"texture":"#0","uv":[5.125,7.25,5,7.375]}},"from":[-14.4,-15.2,-15.6],"shade":false,"to":[-14,-14.8,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[4.625,5.875,4.875,6.125]},"east":{"texture":"#0","uv":[4.875,6.125,4.625,7.125]},"north":{"texture":"#0","uv":[4.625,6.125,4.375,7.125]},"south":{"texture":"#0","uv":[5.125,6.125,4.875,7.125]},"up":{"texture":"#0","uv":[4.375,6.125,4.625,5.875]},"west":{"texture":"#0","uv":[4.375,6.125,4.125,7.125]}},"from":[-15.796,-15.796,-15.796],"shade":false,"to":[-15.004,-12.604,-15.004]}],"overrides":[],"textures":{"0":"item/w1759025489_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1435.json b/assets/minecraft/models/w1435.json new file mode 100644 index 000000000..972a32581 --- /dev/null +++ b/assets/minecraft/models/w1435.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.875,0,9.625,0.25]},"east":{"texture":"#0","uv":[9.125,0.25,9.375,1]},"north":{"texture":"#0","uv":[9.375,0.25,9.625,1]},"south":{"texture":"#0","uv":[9.875,0.25,10.125,1]},"up":{"texture":"#0","uv":[9.625,0.25,9.375,0]},"west":{"texture":"#0","uv":[9.625,0.25,9.875,1]}},"from":[-14.6,-16,-16],"shade":false,"to":[-13.8,-13.6,-15.2]},{"faces":{"down":{"texture":"#0","uv":[7.625,0,7.5,0.125]},"east":{"texture":"#0","uv":[7.25,0.125,7.375,2.625]},"north":{"texture":"#0","uv":[7.375,0.125,7.5,2.625]},"south":{"texture":"#0","uv":[7.625,0.125,7.75,2.625]},"up":{"texture":"#0","uv":[7.5,0.125,7.375,0]},"west":{"texture":"#0","uv":[7.5,0.125,7.625,2.625]}},"from":[-14.4,-13.6,-15.8],"shade":false,"to":[-14,-5.6000004,-15.400001]},{"faces":{"down":{"texture":"#0","uv":[11.5,1.125,10.375,1.25]},"east":{"texture":"#0","uv":[9.125,1.25,9.25,1.375]},"north":{"texture":"#0","uv":[9.25,1.25,10.375,1.375]},"south":{"texture":"#0","uv":[10.5,1.25,11.625,1.375]},"up":{"texture":"#0","uv":[10.375,1.25,9.25,1.125]},"west":{"texture":"#0","uv":[10.375,1.25,10.5,1.375]}},"from":[-16,-6.8,-15.808],"shade":false,"to":[-12.4,-6.4,-15.408]},{"faces":{"down":{"texture":"#0","uv":[12.375,1.875,11.5,2]},"east":{"texture":"#0","uv":[10.5,2,10.625,2.125]},"north":{"texture":"#0","uv":[10.625,2,11.5,2.125]},"south":{"texture":"#0","uv":[11.625,2,12.5,2.125]},"up":{"texture":"#0","uv":[11.5,2,10.625,1.875]},"west":{"texture":"#0","uv":[11.5,2,11.625,2.125]}},"from":[-15.6,-9.2,-15.8],"shade":false,"to":[-12.8,-8.8,-15.400001]},{"faces":{"down":{"texture":"#0","uv":[9.5,2.75,8.375,2.75]},"east":{"texture":"#0","uv":[7.25,2.75,7.25,3.375]},"north":{"texture":"#0","uv":[7.25,2.75,8.375,3.375]},"south":{"texture":"#0","uv":[8.375,2.75,9.5,3.375]},"up":{"texture":"#0","uv":[8.375,2.75,7.25,2.75]},"west":{"texture":"#0","uv":[8.375,2.75,8.375,3.375]}},"from":[-16,-8.8,-15.804],"shade":false,"to":[-12.4,-6.8,-15.804]},{"faces":{"down":{"texture":"#0","uv":[9.5,2.75,8.375,2.75]},"east":{"texture":"#0","uv":[7.25,2.75,7.25,3.375]},"north":{"texture":"#0","uv":[7.25,2.75,8.375,3.375]},"south":{"texture":"#0","uv":[8.375,2.75,9.5,3.375]},"up":{"texture":"#0","uv":[8.375,2.75,7.25,2.75]},"west":{"texture":"#0","uv":[8.375,2.75,8.375,3.375]}},"from":[-16,-8.8,-15.788],"shade":false,"to":[-12.4,-6.8,-15.788]},{"faces":{"north":{"texture":"#0","uv":[7.25,2.75,8.375,3.375]},"south":{"texture":"#0","uv":[7.25,2.75,8.375,3.375]}},"from":[-16,-8.8,-15.788],"shade":false,"to":[-12.4,-6.8,-15.788]}],"overrides":[],"textures":{"0":"item/w1759025489_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1436.json b/assets/minecraft/models/w1436.json new file mode 100644 index 000000000..d1b2396f1 --- /dev/null +++ b/assets/minecraft/models/w1436.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,0,10.75,0.25]},"east":{"texture":"#0","uv":[10.25,0.25,10.5,1]},"north":{"texture":"#0","uv":[10.5,0.25,10.75,1]},"south":{"texture":"#0","uv":[11,0.25,11.25,1]},"up":{"texture":"#0","uv":[10.75,0.25,10.5,0]},"west":{"texture":"#0","uv":[10.75,0.25,11,1]}},"from":[-14.6,-16,-16],"shade":false,"to":[-13.8,-13.6,-15.2]},{"faces":{"down":{"texture":"#0","uv":[8.25,0,8.125,0.125]},"east":{"texture":"#0","uv":[7.875,0.125,8,2.625]},"north":{"texture":"#0","uv":[8,0.125,8.125,2.625]},"south":{"texture":"#0","uv":[8.25,0.125,8.375,2.625]},"up":{"texture":"#0","uv":[8.125,0.125,8,0]},"west":{"texture":"#0","uv":[8.125,0.125,8.25,2.625]}},"from":[-14.4,-13.6,-15.808],"shade":false,"to":[-14,-5.6000004,-15.408]},{"faces":{"down":{"texture":"#0","uv":[11.5,1.5,10.375,1.625]},"east":{"texture":"#0","uv":[9.125,1.625,9.25,1.75]},"north":{"texture":"#0","uv":[9.25,1.625,10.375,1.75]},"south":{"texture":"#0","uv":[10.5,1.625,11.625,1.75]},"up":{"texture":"#0","uv":[10.375,1.625,9.25,1.5]},"west":{"texture":"#0","uv":[10.375,1.625,10.5,1.75]}},"from":[-16,-6.8,-15.816],"shade":false,"to":[-12.4,-6.4,-15.416]},{"faces":{"down":{"texture":"#0","uv":[12.375,2.25,11.5,2.375]},"east":{"texture":"#0","uv":[10.5,2.375,10.625,2.5]},"north":{"texture":"#0","uv":[10.625,2.375,11.5,2.5]},"south":{"texture":"#0","uv":[11.625,2.375,12.5,2.5]},"up":{"texture":"#0","uv":[11.5,2.375,10.625,2.25]},"west":{"texture":"#0","uv":[11.5,2.375,11.625,2.5]}},"from":[-15.6,-9.2,-15.808],"shade":false,"to":[-12.8,-8.8,-15.408]},{"faces":{"north":{"texture":"#0","uv":[7.25,3.5,8.375,4.125]},"south":{"texture":"#0","uv":[8.375,3.5,7.25,4.125]}},"from":[-16,-8.8,-15.808],"shade":false,"to":[-12.4,-6.8,-15.808]}],"overrides":[],"textures":{"0":"item/w1759025489_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1437.json b/assets/minecraft/models/w1437.json new file mode 100644 index 000000000..c34afee8f --- /dev/null +++ b/assets/minecraft/models/w1437.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.125,0,11.875,0.25]},"east":{"texture":"#0","uv":[11.375,0.25,11.625,1]},"north":{"texture":"#0","uv":[11.625,0.25,11.875,1]},"south":{"texture":"#0","uv":[12.125,0.25,12.375,1]},"up":{"texture":"#0","uv":[11.875,0.25,11.625,0]},"west":{"texture":"#0","uv":[11.875,0.25,12.125,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.6,-15.2]},{"faces":{"down":{"texture":"#0","uv":[8.875,0,8.75,0.125]},"east":{"texture":"#0","uv":[8.5,0.125,8.625,2.625]},"north":{"texture":"#0","uv":[8.625,0.125,8.75,2.625]},"south":{"texture":"#0","uv":[8.875,0.125,9,2.625]},"up":{"texture":"#0","uv":[8.75,0.125,8.625,0]},"west":{"texture":"#0","uv":[8.75,0.125,8.875,2.625]}},"from":[-15.8,-13.6,-15.8],"shade":false,"to":[-15.400001,-5.6000004,-15.400001]},{"faces":{"down":{"texture":"#0","uv":[10.75,2.75,10.25,2.75]},"east":{"texture":"#0","uv":[9.75,2.75,9.75,3.375]},"north":{"texture":"#0","uv":[9.75,2.75,10.25,3.375]},"south":{"texture":"#0","uv":[10.25,2.75,10.75,3.375]},"up":{"texture":"#0","uv":[10.25,2.75,9.75,2.75]},"west":{"texture":"#0","uv":[10.25,2.75,10.25,3.375]}},"from":[-15.4,-8.8,-15.804],"shade":false,"to":[-13.799999,-6.8,-15.804]},{"faces":{"north":{"texture":"#0","uv":[9.75,2.75,10.25,3.375]},"south":{"texture":"#0","uv":[10.25,2.75,9.75,3.375]}},"from":[-15.4,-8.8,-15.788],"shade":false,"to":[-13.799999,-6.8,-15.788]},{"faces":{"down":{"texture":"#0","uv":[10.25,1.875,9.75,2]},"east":{"texture":"#0","uv":[9.125,2,9.25,2.125]},"north":{"texture":"#0","uv":[9.25,2,9.75,2.125]},"south":{"texture":"#0","uv":[9.875,2,10.375,2.125]},"up":{"texture":"#0","uv":[9.75,2,9.25,1.875]},"west":{"texture":"#0","uv":[9.75,2,9.875,2.125]}},"from":[-15.4,-6.8,-15.808],"shade":false,"to":[-13.799999,-6.4,-15.408]},{"faces":{"down":{"texture":"#0","uv":[10,2.25,9.625,2.375]},"east":{"texture":"#0","uv":[9.125,2.375,9.25,2.5]},"north":{"texture":"#0","uv":[9.25,2.375,9.625,2.5]},"south":{"texture":"#0","uv":[9.75,2.375,10.125,2.5]},"up":{"texture":"#0","uv":[9.625,2.375,9.25,2.25]},"west":{"texture":"#0","uv":[9.625,2.375,9.75,2.5]}},"from":[-15.4,-9.2,-15.8],"shade":false,"to":[-14.2,-8.8,-15.400001]}],"overrides":[],"textures":{"0":"item/w1759025489_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1438.json b/assets/minecraft/models/w1438.json new file mode 100644 index 000000000..a63272e89 --- /dev/null +++ b/assets/minecraft/models/w1438.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,0,10.75,0.25]},"east":{"texture":"#0","uv":[10.25,0.25,10.5,1]},"north":{"texture":"#0","uv":[10.5,0.25,10.75,1]},"south":{"texture":"#0","uv":[11,0.25,11.25,1]},"up":{"texture":"#0","uv":[10.75,0.25,10.5,0]},"west":{"texture":"#0","uv":[10.75,0.25,11,1]}},"from":[-14.6,-16,-16],"shade":false,"to":[-13.8,-13.6,-15.2]},{"faces":{"down":{"texture":"#0","uv":[8.125,0,8.25,0.125]},"east":{"texture":"#0","uv":[8.25,0.125,8.125,2.625]},"north":{"texture":"#0","uv":[8.125,0.125,8,2.625]},"south":{"texture":"#0","uv":[8.375,0.125,8.25,2.625]},"up":{"texture":"#0","uv":[8,0.125,8.125,0]},"west":{"texture":"#0","uv":[8,0.125,7.875,2.625]}},"from":[-14.4,-13.6,-15.804],"shade":false,"to":[-14,-5.6000004,-15.404]},{"faces":{"down":{"texture":"#0","uv":[10.375,1.5,11.5,1.625]},"east":{"texture":"#0","uv":[10.5,1.625,10.375,1.75]},"north":{"texture":"#0","uv":[10.375,1.625,9.25,1.75]},"south":{"texture":"#0","uv":[11.625,1.625,10.5,1.75]},"up":{"texture":"#0","uv":[9.25,1.625,10.375,1.5]},"west":{"texture":"#0","uv":[9.25,1.625,9.125,1.75]}},"from":[-16,-6.8,-15.812],"shade":false,"to":[-12.4,-6.4,-15.412001]},{"faces":{"down":{"texture":"#0","uv":[11.5,2.25,12.375,2.375]},"east":{"texture":"#0","uv":[11.625,2.375,11.5,2.5]},"north":{"texture":"#0","uv":[11.5,2.375,10.625,2.5]},"south":{"texture":"#0","uv":[12.5,2.375,11.625,2.5]},"up":{"texture":"#0","uv":[10.625,2.375,11.5,2.25]},"west":{"texture":"#0","uv":[10.625,2.375,10.5,2.5]}},"from":[-15.6,-9.2,-15.804],"shade":false,"to":[-12.8,-8.8,-15.404]},{"faces":{"north":{"texture":"#0","uv":[8.375,3.5,7.25,4.125]},"south":{"texture":"#0","uv":[7.25,3.5,8.375,4.125]}},"from":[-16,-8.8,-15.804],"shade":false,"to":[-12.4,-6.8,-15.804]}],"overrides":[],"textures":{"0":"item/w1759025489_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1439.json b/assets/minecraft/models/w1439.json new file mode 100644 index 000000000..ae9f0482e --- /dev/null +++ b/assets/minecraft/models/w1439.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.125,0,11.875,0.25]},"east":{"texture":"#0","uv":[11.375,0.25,11.625,1]},"north":{"texture":"#0","uv":[11.625,0.25,11.875,1]},"south":{"texture":"#0","uv":[12.125,0.25,12.375,1]},"up":{"texture":"#0","uv":[11.875,0.25,11.625,0]},"west":{"texture":"#0","uv":[11.875,0.25,12.125,1]}},"from":[-14.6,-16,-16],"shade":false,"to":[-13.8,-13.6,-15.2]},{"faces":{"down":{"texture":"#0","uv":[8.75,0,8.875,0.125]},"east":{"texture":"#0","uv":[8.875,0.125,8.75,2.625]},"north":{"texture":"#0","uv":[8.75,0.125,8.625,2.625]},"south":{"texture":"#0","uv":[9,0.125,8.875,2.625]},"up":{"texture":"#0","uv":[8.625,0.125,8.75,0]},"west":{"texture":"#0","uv":[8.625,0.125,8.5,2.625]}},"from":[-14.4,-13.6,-15.8],"shade":false,"to":[-14,-5.6000004,-15.400001]},{"faces":{"down":{"texture":"#0","uv":[10.25,2.75,10.75,2.75]},"east":{"texture":"#0","uv":[10.25,2.75,10.25,3.375]},"north":{"texture":"#0","uv":[10.25,2.75,9.75,3.375]},"south":{"texture":"#0","uv":[10.75,2.75,10.25,3.375]},"up":{"texture":"#0","uv":[9.75,2.75,10.25,2.75]},"west":{"texture":"#0","uv":[9.75,2.75,9.75,3.375]}},"from":[-16,-8.8,-15.804],"shade":false,"to":[-14.4,-6.8,-15.804]},{"faces":{"down":{"texture":"#0","uv":[10.75,2.75,10.25,2.75]},"east":{"texture":"#0","uv":[10.25,2.75,10.25,3.375]},"north":{"texture":"#0","uv":[10.25,2.75,9.75,3.375]},"south":{"texture":"#0","uv":[9.75,2.75,10.25,3.375]},"up":{"texture":"#0","uv":[10.25,2.75,9.75,2.75]},"west":{"texture":"#0","uv":[9.75,2.75,9.75,3.375]}},"from":[-16,-8.8,-15.788],"shade":false,"to":[-14.4,-6.8,-15.788]},{"faces":{"down":{"texture":"#0","uv":[9.75,1.875,10.25,2]},"east":{"texture":"#0","uv":[9.875,2,9.75,2.125]},"north":{"texture":"#0","uv":[9.75,2,9.25,2.125]},"south":{"texture":"#0","uv":[10.375,2,9.875,2.125]},"up":{"texture":"#0","uv":[9.25,2,9.75,1.875]},"west":{"texture":"#0","uv":[9.25,2,9.125,2.125]}},"from":[-16,-6.8,-15.808],"shade":false,"to":[-14.4,-6.4,-15.408]},{"faces":{"down":{"texture":"#0","uv":[9.625,2.25,10,2.375]},"east":{"texture":"#0","uv":[9.75,2.375,9.625,2.5]},"north":{"texture":"#0","uv":[9.625,2.375,9.25,2.5]},"south":{"texture":"#0","uv":[10.125,2.375,9.75,2.5]},"up":{"texture":"#0","uv":[9.25,2.375,9.625,2.25]},"west":{"texture":"#0","uv":[9.25,2.375,9.125,2.5]}},"from":[-15.6,-9.2,-15.8],"shade":false,"to":[-14.400001,-8.8,-15.400001]}],"overrides":[],"textures":{"0":"item/w1759025489_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w144.json b/assets/minecraft/models/w144.json new file mode 100644 index 000000000..48a0018d8 --- /dev/null +++ b/assets/minecraft/models/w144.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.0625,0.625,3.1875,0.75]},"east":{"texture":"#0","uv":[3.1875,0.75,3.0625,0.9375]},"north":{"texture":"#0","uv":[3.0625,0.75,2.9375,0.9375]},"south":{"texture":"#0","uv":[3.3125,0.75,3.1875,0.9375]},"up":{"texture":"#0","uv":[2.9375,0.75,3.0625,0.625]},"west":{"texture":"#0","uv":[2.9375,0.75,2.8125,0.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1440.json b/assets/minecraft/models/w1440.json new file mode 100644 index 000000000..741c964e3 --- /dev/null +++ b/assets/minecraft/models/w1440.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.625,0.5,12.75,0.375]},"east":{"texture":"#0","uv":[12.625,1,12.5,0.5]},"up":{"texture":"#0","uv":[12.75,0.375,12.875,0.5]}},"from":[8,8,8],"shade":false,"to":[7.6,6.4,7.6]}],"overrides":[],"textures":{"0":"item/w1759025489_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1441.json b/assets/minecraft/models/w1441.json new file mode 100644 index 000000000..0b8bf7115 --- /dev/null +++ b/assets/minecraft/models/w1441.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[13.25,0,14,0.25]},"south":{"texture":"#0","uv":[14,0,13.25,0.25]}},"from":[-14.2,-15.6,-15.7],"shade":false,"to":[-11.799999,-14.8,-15.7]},{"faces":{"down":{"texture":"#0","uv":[13.375,0.375,13.5,0.5]},"east":{"texture":"#0","uv":[13.5,0.5,13.375,0.75]},"north":{"texture":"#0","uv":[13.375,0.5,13.25,0.75]},"south":{"texture":"#0","uv":[13.625,0.5,13.5,0.75]},"up":{"texture":"#0","uv":[13.25,0.5,13.375,0.375]},"west":{"texture":"#0","uv":[13.25,0.5,13.125,0.75]}},"from":[-14.6,-15.6,-15.9],"shade":false,"to":[-14.200001,-14.8,-15.5]},{"faces":{"down":{"texture":"#0","uv":[14.5,0,14.75,0.125]},"east":{"texture":"#0","uv":[14.625,0.125,14.5,0.25]},"north":{"texture":"#0","uv":[14.5,0.125,14.25,0.25]},"south":{"texture":"#0","uv":[14.875,0.125,14.625,0.25]},"up":{"texture":"#0","uv":[14.25,0.125,14.5,0]},"west":{"texture":"#0","uv":[14.25,0.125,14.125,0.25]}},"from":[-15.4,-15.4,-15.9],"shade":false,"to":[-14.599999,-15,-15.5]},{"faces":{"down":{"texture":"#0","uv":[14,0.375,14.125,0.5]},"east":{"texture":"#0","uv":[14.125,0.5,14,0.625]},"north":{"texture":"#0","uv":[14,0.5,13.875,0.625]},"south":{"texture":"#0","uv":[14.25,0.5,14.125,0.625]},"up":{"texture":"#0","uv":[13.875,0.5,14,0.375]},"west":{"texture":"#0","uv":[13.875,0.5,13.75,0.625]}},"from":[-16,-15.5,-16],"shade":false,"to":[-15.4,-14.9,-15.4]},{"faces":{"down":{"texture":"#0","uv":[12.75,0.375,12.875,0.5]},"east":{"texture":"#0","uv":[12.875,0.5,12.75,1]},"north":{"texture":"#0","uv":[12.75,0.5,12.625,1]},"south":{"texture":"#0","uv":[13,0.5,12.875,1]},"up":{"texture":"#0","uv":[12.625,0.5,12.75,0.375]},"west":{"texture":"#0","uv":[12.625,0.5,12.5,1]}},"from":[-14.4,-16,-15.9],"shade":false,"to":[-14,-14.4,-15.5]}],"overrides":[],"textures":{"0":"item/w1759025489_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1442.json b/assets/minecraft/models/w1442.json new file mode 100644 index 000000000..c741d2931 --- /dev/null +++ b/assets/minecraft/models/w1442.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.75,0.5,12.625,0.375]},"up":{"texture":"#0","uv":[12.875,0.375,12.75,0.5]},"west":{"texture":"#0","uv":[12.5,1,12.625,0.5]}},"from":[8,8,8],"shade":false,"to":[7.6,6.4,7.6]}],"overrides":[],"textures":{"0":"item/w1759025489_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1443.json b/assets/minecraft/models/w1443.json new file mode 100644 index 000000000..b51ea70a7 --- /dev/null +++ b/assets/minecraft/models/w1443.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[14,0,13.25,0.25]},"south":{"texture":"#0","uv":[13.25,0,14,0.25]}},"from":[-16,-15.6,-15.7],"shade":false,"to":[-13.6,-14.8,-15.7]},{"faces":{"down":{"texture":"#0","uv":[13.5,0.375,13.375,0.5]},"east":{"texture":"#0","uv":[13.125,0.5,13.25,0.75]},"north":{"texture":"#0","uv":[13.25,0.5,13.375,0.75]},"south":{"texture":"#0","uv":[13.5,0.5,13.625,0.75]},"up":{"texture":"#0","uv":[13.375,0.5,13.25,0.375]},"west":{"texture":"#0","uv":[13.375,0.5,13.5,0.75]}},"from":[-13.6,-15.6,-15.9],"shade":false,"to":[-13.200001,-14.8,-15.5]},{"faces":{"down":{"texture":"#0","uv":[14.75,0,14.5,0.125]},"east":{"texture":"#0","uv":[14.125,0.125,14.25,0.25]},"north":{"texture":"#0","uv":[14.25,0.125,14.5,0.25]},"south":{"texture":"#0","uv":[14.625,0.125,14.875,0.25]},"up":{"texture":"#0","uv":[14.5,0.125,14.25,0]},"west":{"texture":"#0","uv":[14.5,0.125,14.625,0.25]}},"from":[-13.2,-15.4,-15.9],"shade":false,"to":[-12.4,-15,-15.5]},{"faces":{"down":{"texture":"#0","uv":[14.125,0.375,14,0.5]},"east":{"texture":"#0","uv":[13.75,0.5,13.875,0.625]},"north":{"texture":"#0","uv":[13.875,0.5,14,0.625]},"south":{"texture":"#0","uv":[14.125,0.5,14.25,0.625]},"up":{"texture":"#0","uv":[14,0.5,13.875,0.375]},"west":{"texture":"#0","uv":[14,0.5,14.125,0.625]}},"from":[-12.4,-15.5,-16],"shade":false,"to":[-11.799999,-14.9,-15.4]},{"faces":{"down":{"texture":"#0","uv":[12.875,0.375,12.75,0.5]},"east":{"texture":"#0","uv":[12.5,0.5,12.625,1]},"north":{"texture":"#0","uv":[12.625,0.5,12.75,1]},"south":{"texture":"#0","uv":[12.875,0.5,13,1]},"up":{"texture":"#0","uv":[12.75,0.5,12.625,0.375]},"west":{"texture":"#0","uv":[12.75,0.5,12.875,1]}},"from":[-13.8,-16,-15.9],"shade":false,"to":[-13.400001,-14.4,-15.5]}],"overrides":[],"textures":{"0":"item/w1759025489_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1444.json b/assets/minecraft/models/w1444.json new file mode 100644 index 000000000..05005f506 --- /dev/null +++ b/assets/minecraft/models/w1444.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[12.5,10.75,13.375,10.625]},"north":{"texture":"#0","uv":[13.375,10.75,14.5,10.625]},"south":{"texture":"#0","uv":[11.375,10.75,12.5,10.625]},"west":{"texture":"#0","uv":[10.5,10.75,11.375,10.625]}},"from":[8,8,8],"shade":false,"to":[4.408,7.6,5.208]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1445.json b/assets/minecraft/models/w1445.json new file mode 100644 index 000000000..0769861ff --- /dev/null +++ b/assets/minecraft/models/w1445.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[7.375,8.25,8.25,7.375]},"north":{"texture":"#0","uv":[8.25,8.25,9.625,7.375]},"south":{"texture":"#0","uv":[6,8.25,7.375,7.375]},"west":{"texture":"#0","uv":[5.125,8.25,6,7.375]}},"from":[8,8,8],"shade":false,"to":[3.6080003,5.2,5.208]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1446.json b/assets/minecraft/models/w1446.json new file mode 100644 index 000000000..fde209a51 --- /dev/null +++ b/assets/minecraft/models/w1446.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[8.625,9.375,9.5,9.25]},"north":{"texture":"#0","uv":[9.5,9.375,10.125,9.25]},"south":{"texture":"#0","uv":[8,9.375,8.625,9.25]}},"from":[8,8,8],"shade":false,"to":[6.008,7.6,5.208]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1447.json b/assets/minecraft/models/w1447.json new file mode 100644 index 000000000..b81e17d20 --- /dev/null +++ b/assets/minecraft/models/w1447.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[10.125,9.375,9.5,9.25]},"south":{"texture":"#0","uv":[8.625,9.375,8,9.25]},"west":{"texture":"#0","uv":[9.5,9.375,8.625,9.25]}},"from":[8,8,8],"shade":false,"to":[6.008,7.6,5.208]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1448.json b/assets/minecraft/models/w1448.json new file mode 100644 index 000000000..485541cc0 --- /dev/null +++ b/assets/minecraft/models/w1448.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.625,9.75,12.5,10.625]},"east":{"texture":"#0","uv":[10.5,10.625,11.375,10.75]},"north":{"texture":"#0","uv":[11.375,10.625,12.5,10.75]},"south":{"texture":"#0","uv":[13.375,10.625,14.5,10.75]},"up":{"texture":"#0","uv":[12.5,10.625,11.375,9.75]},"west":{"texture":"#0","uv":[12.5,10.625,13.375,10.75]}},"from":[-14.8,-12.4,-16],"shade":false,"to":[-11.200001,-12,-13.2]},{"faces":{"down":{"texture":"#0","uv":[8.75,6.5,7.375,7.375]},"east":{"texture":"#0","uv":[5.125,7.375,6,8.25]},"north":{"texture":"#0","uv":[6,7.375,7.375,8.25]},"south":{"texture":"#0","uv":[8.25,7.375,9.625,8.25]},"up":{"texture":"#0","uv":[7.375,7.375,6,6.5]},"west":{"texture":"#0","uv":[7.375,7.375,8.25,8.25]}},"from":[-15.2,-15.2,-16],"shade":false,"to":[-10.799999,-12.4,-13.2]},{"faces":{"down":{"texture":"#0","uv":[9.25,8.375,8.625,9.25]},"north":{"texture":"#0","uv":[8,9.25,8.625,9.375]},"south":{"texture":"#0","uv":[9.5,9.25,10.125,9.375]},"up":{"texture":"#0","uv":[8.625,9.25,8,8.375]},"west":{"texture":"#0","uv":[8.625,9.25,9.5,9.375]}},"from":[-15,-15.2,-16],"rotation":{"angle":22.5,"axis":"z","origin":[-13,-15.2,-15.8],"rescale":false},"shade":false,"to":[-13,-14.8,-13.2]},{"faces":{"down":{"texture":"#0","uv":[8.625,8.375,9.25,9.25]},"east":{"texture":"#0","uv":[9.5,9.25,8.625,9.375]},"north":{"texture":"#0","uv":[8.625,9.25,8,9.375]},"south":{"texture":"#0","uv":[10.125,9.25,9.5,9.375]},"up":{"texture":"#0","uv":[8,9.25,8.625,8.375]}},"from":[-13,-15.2,-16],"rotation":{"angle":-22.5,"axis":"z","origin":[-13,-15.2,-15.8],"rescale":false},"shade":false,"to":[-11,-14.8,-13.2]},{"faces":{"down":{"texture":"#0","uv":[7.375,8.375,6.875,8.5]},"east":{"texture":"#0","uv":[6.25,8.5,6.375,9]},"north":{"texture":"#0","uv":[6.375,8.5,6.875,9]},"south":{"texture":"#0","uv":[7,8.5,7.5,9]},"up":{"texture":"#0","uv":[6.875,8.5,6.375,8.375]},"west":{"texture":"#0","uv":[6.875,8.5,7,9]}},"from":[-16,-13.6,-13.196],"shade":false,"to":[-14.4,-12,-12.7960005]},{"faces":{"down":{"texture":"#0","uv":[6.875,8.375,7.375,8.5]},"east":{"texture":"#0","uv":[7,8.5,6.875,9]},"north":{"texture":"#0","uv":[6.875,8.5,6.375,9]},"south":{"texture":"#0","uv":[7.5,8.5,7,9]},"up":{"texture":"#0","uv":[6.375,8.5,6.875,8.375]},"west":{"texture":"#0","uv":[6.375,8.5,6.25,9]}},"from":[-11.6,-13.6,-13.196],"shade":false,"to":[-10,-12,-12.7960005]},{"faces":{"down":{"texture":"#0","uv":[8.25,9.5,7.875,9.875]},"east":{"texture":"#0","uv":[7.125,9.875,7.5,11.125]},"north":{"texture":"#0","uv":[7.5,9.875,7.875,11.125]},"south":{"texture":"#0","uv":[8.25,9.875,8.625,11.125]},"up":{"texture":"#0","uv":[7.875,9.875,7.5,9.5]},"west":{"texture":"#0","uv":[7.875,9.875,8.25,11.125]}},"from":[-13.6,-16,-14.4],"shade":false,"to":[-12.400001,-12,-13.2]},{"faces":{"down":{"texture":"#0","uv":[8.125,11.25,7.625,11.875]},"east":{"texture":"#0","uv":[6.5,11.875,7.125,12.25]},"north":{"texture":"#0","uv":[7.125,11.875,7.625,12.25]},"south":{"texture":"#0","uv":[8.25,11.875,8.75,12.25]},"up":{"texture":"#0","uv":[7.625,11.875,7.125,11.25]},"west":{"texture":"#0","uv":[7.625,11.875,8.25,12.25]}},"from":[-13.8,-13.960001,-14.6],"shade":false,"to":[-12.2,-12.760001,-12.6]},{"faces":{"down":{"texture":"#0","uv":[8.125,11.25,7.625,11.875]},"east":{"texture":"#0","uv":[6.5,11.875,7.125,12]},"north":{"texture":"#0","uv":[7.125,11.875,7.625,12]},"south":{"texture":"#0","uv":[8.25,11.875,8.75,12]},"up":{"texture":"#0","uv":[7.625,11.875,7.125,11.25]},"west":{"texture":"#0","uv":[7.625,11.875,8.25,12]}},"from":[-13.8,-12.160001,-14.6],"shade":false,"to":[-12.2,-11.760001,-12.6]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1449.json b/assets/minecraft/models/w1449.json new file mode 100644 index 000000000..614433fab --- /dev/null +++ b/assets/minecraft/models/w1449.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.875,6.75,10.5,7.125]},"east":{"texture":"#0","uv":[9.75,7.125,10.125,7.875]},"north":{"texture":"#0","uv":[10.125,7.125,10.5,7.875]},"south":{"texture":"#0","uv":[10.875,7.125,11.25,7.875]},"up":{"texture":"#0","uv":[10.5,7.125,10.125,6.75]},"west":{"texture":"#0","uv":[10.5,7.125,10.875,7.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w145.json b/assets/minecraft/models/w145.json new file mode 100644 index 000000000..8e98df4dd --- /dev/null +++ b/assets/minecraft/models/w145.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,5.375,4.3125,5.6875]},"east":{"texture":"#0","uv":[4.3125,5.6875,4,5.9375]},"north":{"texture":"#0","uv":[4,5.6875,3.6875,5.9375]},"south":{"texture":"#0","uv":[4.625,5.6875,4.3125,5.9375]},"up":{"texture":"#0","uv":[3.6875,5.6875,4,5.375]},"west":{"texture":"#0","uv":[3.6875,5.6875,3.375,5.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.4,-14]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1450.json b/assets/minecraft/models/w1450.json new file mode 100644 index 000000000..448ae4c62 --- /dev/null +++ b/assets/minecraft/models/w1450.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,8,10.125,8.375]},"east":{"texture":"#0","uv":[9.375,8.375,9.75,9.125]},"north":{"texture":"#0","uv":[9.75,8.375,10.125,9.125]},"south":{"texture":"#0","uv":[10.5,8.375,10.875,9.125]},"up":{"texture":"#0","uv":[10.125,8.375,9.75,8]},"west":{"texture":"#0","uv":[10.125,8.375,10.5,9.125]}},"from":[-14.646927,-14.8,-15.1407795],"shade":false,"to":[-13.446927,-12.4,-13.94078]},{"faces":{"down":{"texture":"#0","uv":[4.125,10.125,3.75,10.125]},"east":{"texture":"#0","uv":[3.375,10.125,3.375,10.5]},"north":{"texture":"#0","uv":[3.375,10.125,3.75,10.5]},"south":{"texture":"#0","uv":[3.75,10.125,4.125,10.5]},"up":{"texture":"#0","uv":[3.75,10.125,3.375,10.125]}},"from":[-16,-14.4,-13.971228],"rotation":{"angle":-22.5,"axis":"y","origin":[-14.8,-13.8,-13.571228],"rescale":false},"shade":false,"to":[-14.8,-13.2,-13.971228]},{"faces":{"down":{"texture":"#0","uv":[3.75,10.125,3.75,10.625]},"east":{"texture":"#0","uv":[3.25,10.625,3.75,11]},"north":{"texture":"#0","uv":[3.75,10.625,3.75,11]},"up":{"texture":"#0","uv":[3.75,10.625,3.75,10.125]},"west":{"texture":"#0","uv":[3.75,10.625,4.25,11]}},"from":[-15.755982,-14.4,-16],"shade":false,"to":[-15.755982,-13.2,-14.4]},{"faces":{"down":{"texture":"#0","uv":[3.75,10.625,3.75,11.125]},"east":{"texture":"#0","uv":[3.25,11.125,3.75,11.5]},"north":{"texture":"#0","uv":[3.75,11.125,3.75,11.5]},"south":{"texture":"#0","uv":[4.25,11.125,4.25,11.5]},"west":{"texture":"#0","uv":[3.75,11.125,4.25,11.5]}},"from":[-15.9212675,-16,-16],"rotation":{"angle":45,"axis":"z","origin":[-16.321268,-14.4,-14.8],"rescale":false},"shade":false,"to":[-15.9212675,-14.8,-14.4]},{"faces":{"down":{"texture":"#0","uv":[3.75,10.125,4.125,10.125]},"north":{"texture":"#0","uv":[3.75,10.125,3.375,10.5]},"south":{"texture":"#0","uv":[4.125,10.125,3.75,10.5]},"up":{"texture":"#0","uv":[3.375,10.125,3.75,10.125]},"west":{"texture":"#0","uv":[3.375,10.125,3.375,10.5]}},"from":[-13.293854,-14.4,-13.971228],"rotation":{"angle":22.5,"axis":"y","origin":[-13.293854,-13.8,-13.571228],"rescale":false},"shade":false,"to":[-12.093854,-13.2,-13.971228]},{"faces":{"down":{"texture":"#0","uv":[3.75,10.125,3.75,10.625]},"east":{"texture":"#0","uv":[4.25,10.625,3.75,11]},"north":{"texture":"#0","uv":[3.75,10.625,3.75,11]},"up":{"texture":"#0","uv":[3.75,10.625,3.75,10.125]},"west":{"texture":"#0","uv":[3.75,10.625,3.25,11]}},"from":[-12.337872,-14.4,-16],"shade":false,"to":[-12.337872,-13.2,-14.4]},{"faces":{"down":{"texture":"#0","uv":[3.75,10.625,3.75,11.125]},"east":{"texture":"#0","uv":[4.25,11.125,3.75,11.5]},"north":{"texture":"#0","uv":[3.75,11.125,3.75,11.5]},"south":{"texture":"#0","uv":[4.25,11.125,4.25,11.5]},"west":{"texture":"#0","uv":[3.75,11.125,3.25,11.5]}},"from":[-12.172586,-16,-16],"rotation":{"angle":-45,"axis":"z","origin":[-11.772586,-14.4,-14.8],"rescale":false},"shade":false,"to":[-12.172586,-14.8,-14.4]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1451.json b/assets/minecraft/models/w1451.json new file mode 100644 index 000000000..1050c26fc --- /dev/null +++ b/assets/minecraft/models/w1451.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.375,6.375,10.125,5.875]},"east":{"texture":"#0","uv":[10.125,6.625,10.625,6.375]},"north":{"texture":"#0","uv":[10.625,6.625,11.375,6.375]},"south":{"texture":"#0","uv":[9.375,6.625,10.125,6.375]},"up":{"texture":"#0","uv":[10.125,5.875,10.875,6.375]},"west":{"texture":"#0","uv":[8.875,6.625,9.375,6.375]}},"from":[8,8,8],"shade":false,"to":[5.608,7.2,6.408]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1452.json b/assets/minecraft/models/w1452.json new file mode 100644 index 000000000..82bfdf5b4 --- /dev/null +++ b/assets/minecraft/models/w1452.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,6.5,2.5,7.75]},"east":{"texture":"#0","uv":[0,7.75,1.25,8.625]},"north":{"texture":"#0","uv":[1.25,7.75,2.5,8.625]},"south":{"texture":"#0","uv":[3.75,7.75,5,8.625]},"up":{"texture":"#0","uv":[2.5,7.75,1.25,6.5]},"west":{"texture":"#0","uv":[2.5,7.75,3.75,8.625]}},"from":[-16,-15.2,-16],"shade":false,"to":[-12,-12.4,-12]},{"faces":{"down":{"texture":"#0","uv":[10.875,5.875,10.125,6.375]},"east":{"texture":"#0","uv":[8.875,6.375,9.375,6.625]},"north":{"texture":"#0","uv":[9.375,6.375,10.125,6.625]},"south":{"texture":"#0","uv":[10.625,6.375,11.375,6.625]},"up":{"texture":"#0","uv":[10.125,6.375,9.375,5.875]},"west":{"texture":"#0","uv":[10.125,6.375,10.625,6.625]}},"from":[-15.2,-16,-16],"shade":false,"to":[-12.799999,-15.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1453.json b/assets/minecraft/models/w1453.json new file mode 100644 index 000000000..f452f60a2 --- /dev/null +++ b/assets/minecraft/models/w1453.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.875,9.5,9.5,9.875]},"east":{"texture":"#0","uv":[8.75,9.875,9.125,11]},"north":{"texture":"#0","uv":[9.125,9.875,9.5,11]},"south":{"texture":"#0","uv":[9.875,9.875,10.25,11]},"up":{"texture":"#0","uv":[9.5,9.875,9.125,9.5]},"west":{"texture":"#0","uv":[9.5,9.875,9.875,11]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.4,-14.8]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1454.json b/assets/minecraft/models/w1454.json new file mode 100644 index 000000000..d24acb33a --- /dev/null +++ b/assets/minecraft/models/w1454.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2.625,12.5,3.375,11.875]},"south":{"texture":"#0","uv":[2.625,12.5,3.375,11.875]}},"from":[8,8,8],"shade":false,"to":[5.6,6,5.6]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1455.json b/assets/minecraft/models/w1455.json new file mode 100644 index 000000000..9b5712437 --- /dev/null +++ b/assets/minecraft/models/w1455.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.125,8.375,5.625,9.25]},"east":{"texture":"#0","uv":[4.25,9.25,5.125,9.875]},"north":{"texture":"#0","uv":[5.125,9.25,5.625,9.875]},"south":{"texture":"#0","uv":[6.5,9.25,7,9.875]},"up":{"texture":"#0","uv":[5.625,9.25,5.125,8.375]},"west":{"texture":"#0","uv":[5.625,9.25,6.5,9.875]}},"from":[-15.6,-15.8,-15.8],"shade":false,"to":[-14,-13.8,-13]},{"faces":{"down":{"texture":"#0","uv":[2.5,4.875,1.75,5.875]},"east":{"texture":"#0","uv":[0,5.875,1,6]},"north":{"texture":"#0","uv":[1,5.875,1.75,6]},"south":{"texture":"#0","uv":[2.75,5.875,3.5,6]},"up":{"texture":"#0","uv":[1.75,5.875,1,4.875]},"west":{"texture":"#0","uv":[1.75,5.875,2.75,6]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.6,-12.8]},{"faces":{"down":{"texture":"#0","uv":[1.25,8.75,1.125,9.75]},"east":{"texture":"#0","uv":[0,9.75,1,10.375]},"north":{"texture":"#0","uv":[1,9.75,1.125,10.375]},"south":{"texture":"#0","uv":[2.125,9.75,2.25,10.375]},"up":{"texture":"#0","uv":[1.125,9.75,1,8.75]},"west":{"texture":"#0","uv":[1.125,9.75,2.125,10.375]}},"from":[-14,-15.6,-16],"shade":false,"to":[-13.6,-13.6,-12.8]},{"faces":{"down":{"texture":"#0","uv":[1.25,8.75,1.125,9.75]},"east":{"texture":"#0","uv":[0,9.75,1,10.375]},"north":{"texture":"#0","uv":[1,9.75,1.125,10.375]},"south":{"texture":"#0","uv":[2.125,9.75,2.25,10.375]},"up":{"texture":"#0","uv":[1.125,9.75,1,8.75]},"west":{"texture":"#0","uv":[1.125,9.75,2.125,10.375]}},"from":[-16,-15.6,-16],"shade":false,"to":[-15.6,-13.6,-12.8]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1456.json b/assets/minecraft/models/w1456.json new file mode 100644 index 000000000..fc90e6bbf --- /dev/null +++ b/assets/minecraft/models/w1456.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,9.5,9.875,9.875]},"east":{"texture":"#0","uv":[9.875,9.875,9.5,11]},"north":{"texture":"#0","uv":[9.5,9.875,9.125,11]},"south":{"texture":"#0","uv":[10.25,9.875,9.875,11]},"up":{"texture":"#0","uv":[9.125,9.875,9.5,9.5]},"west":{"texture":"#0","uv":[9.125,9.875,8.75,11]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.4,-14.8]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1457.json b/assets/minecraft/models/w1457.json new file mode 100644 index 000000000..50755da8e --- /dev/null +++ b/assets/minecraft/models/w1457.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.625,12.5,1.875,11.75]},"north":{"texture":"#0","uv":[3.375,12.5,2.625,11.875]},"south":{"texture":"#0","uv":[3.375,12.5,2.625,11.875]}},"from":[8,8,8],"shade":false,"to":[5.6,6,5.6]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1458.json b/assets/minecraft/models/w1458.json new file mode 100644 index 000000000..4ed3f236d --- /dev/null +++ b/assets/minecraft/models/w1458.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.625,8.375,6.125,9.25]},"east":{"texture":"#0","uv":[6.5,9.25,5.625,9.875]},"north":{"texture":"#0","uv":[5.625,9.25,5.125,9.875]},"south":{"texture":"#0","uv":[7,9.25,6.5,9.875]},"up":{"texture":"#0","uv":[5.125,9.25,5.625,8.375]},"west":{"texture":"#0","uv":[5.125,9.25,4.25,9.875]}},"from":[-15.6,-15.8,-15.8],"shade":false,"to":[-14,-13.8,-13]},{"faces":{"down":{"texture":"#0","uv":[1.75,4.875,2.5,5.875]},"east":{"texture":"#0","uv":[2.75,5.875,1.75,6]},"north":{"texture":"#0","uv":[1.75,5.875,1,6]},"south":{"texture":"#0","uv":[3.5,5.875,2.75,6]},"up":{"texture":"#0","uv":[1,5.875,1.75,4.875]},"west":{"texture":"#0","uv":[1,5.875,0,6]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.6,-12.8]},{"faces":{"down":{"texture":"#0","uv":[1.125,8.75,1.25,9.75]},"east":{"texture":"#0","uv":[2.125,9.75,1.125,10.375]},"north":{"texture":"#0","uv":[1.125,9.75,1,10.375]},"south":{"texture":"#0","uv":[2.25,9.75,2.125,10.375]},"up":{"texture":"#0","uv":[1,9.75,1.125,8.75]},"west":{"texture":"#0","uv":[1,9.75,0,10.375]}},"from":[-16,-15.6,-16],"shade":false,"to":[-15.6,-13.6,-12.8]},{"faces":{"down":{"texture":"#0","uv":[1.125,8.75,1.25,9.75]},"east":{"texture":"#0","uv":[2.125,9.75,1.125,10.375]},"north":{"texture":"#0","uv":[1.125,9.75,1,10.375]},"south":{"texture":"#0","uv":[2.25,9.75,2.125,10.375]},"up":{"texture":"#0","uv":[1,9.75,1.125,8.75]},"west":{"texture":"#0","uv":[1,9.75,0,10.375]}},"from":[-14,-15.6,-16],"shade":false,"to":[-13.6,-13.6,-12.8]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1459.json b/assets/minecraft/models/w1459.json new file mode 100644 index 000000000..33ab1f816 --- /dev/null +++ b/assets/minecraft/models/w1459.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0.125,12.25,0.75,11.75]},"north":{"texture":"#0","uv":[0.75,12.25,1.875,11.75]},"south":{"texture":"#0","uv":[0.75,12.25,1.875,11.75]},"west":{"texture":"#0","uv":[0.125,12.25,0.75,11.75]}},"from":[8,8,8],"shade":false,"to":[4.408,6.4,6.008]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w146.json b/assets/minecraft/models/w146.json new file mode 100644 index 000000000..317d4acb8 --- /dev/null +++ b/assets/minecraft/models/w146.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.75,2.875,2.9375,3.0625]},"east":{"texture":"#0","uv":[2.9375,3.0625,2.75,3.3125]},"north":{"texture":"#0","uv":[2.75,3.0625,2.5625,3.3125]},"south":{"texture":"#0","uv":[3.125,3.0625,2.9375,3.3125]},"up":{"texture":"#0","uv":[2.5625,3.0625,2.75,2.875]},"west":{"texture":"#0","uv":[2.5625,3.0625,2.375,3.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.8]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1460.json b/assets/minecraft/models/w1460.json new file mode 100644 index 000000000..a124c6770 --- /dev/null +++ b/assets/minecraft/models/w1460.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[11.375,7.875,12.125,8.125]},"north":{"texture":"#0","uv":[12.125,7.875,13.375,8.125]},"south":{"texture":"#0","uv":[14.125,7.875,15.375,8.125]},"west":{"texture":"#0","uv":[13.375,7.875,14.125,8.125]}},"from":[-15.8,-15.6,-15.4],"shade":false,"to":[-11.8,-14.8,-13]},{"faces":{"down":{"texture":"#0","uv":[14.625,6,13.25,6.875]},"east":{"texture":"#0","uv":[11,6.875,11.875,7]},"north":{"texture":"#0","uv":[11.875,6.875,13.25,7]},"south":{"texture":"#0","uv":[14.125,6.875,15.5,7]},"up":{"texture":"#0","uv":[13.25,6.875,11.875,6]},"west":{"texture":"#0","uv":[13.25,6.875,14.125,7]}},"from":[-16,-16,-15.6],"shade":false,"to":[-11.6,-15.6,-12.8]},{"faces":{"down":{"texture":"#0","uv":[14.625,4.875,13.25,5.75]},"east":{"texture":"#0","uv":[11,5.75,11.875,5.875]},"north":{"texture":"#0","uv":[11.875,5.75,13.25,5.875]},"south":{"texture":"#0","uv":[14.125,5.75,15.5,5.875]},"up":{"texture":"#0","uv":[13.25,5.75,11.875,4.875]},"west":{"texture":"#0","uv":[13.25,5.75,14.125,5.875]}},"from":[-16,-14.8,-15.6],"shade":false,"to":[-11.6,-14.400001,-12.8]},{"faces":{"down":{"texture":"#0","uv":[5,6.5,4.5,6.625]},"east":{"texture":"#0","uv":[3.875,6.625,4,7.125]},"north":{"texture":"#0","uv":[4,6.625,4.5,7.125]},"south":{"texture":"#0","uv":[4.625,6.625,5.125,7.125]},"up":{"texture":"#0","uv":[4.5,6.625,4,6.5]},"west":{"texture":"#0","uv":[4.5,6.625,4.625,7.125]}},"from":[-14.6,-16,-16],"rotation":{"angle":-45,"axis":"z","origin":[-13.8,-15.2,-15.8],"rescale":false},"shade":false,"to":[-13,-14.4,-15.6]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1461.json b/assets/minecraft/models/w1461.json new file mode 100644 index 000000000..b92be2277 --- /dev/null +++ b/assets/minecraft/models/w1461.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.125,8.25,13.125,9]},"east":{"texture":"#0","uv":[11.375,9,12.125,9.625]},"north":{"texture":"#0","uv":[12.125,9,13.125,9.625]},"south":{"texture":"#0","uv":[13.875,9,14.875,9.625]},"up":{"texture":"#0","uv":[13.125,9,12.125,8.25]},"west":{"texture":"#0","uv":[13.125,9,13.875,9.625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14,-13.6]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1462.json b/assets/minecraft/models/w1462.json new file mode 100644 index 000000000..1d7b7baa6 --- /dev/null +++ b/assets/minecraft/models/w1462.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.625,4.75,5.25,6.125]},"east":{"texture":"#0","uv":[2.5,6.125,3.875,6.375]},"north":{"texture":"#0","uv":[3.875,6.125,5.25,6.375]},"south":{"texture":"#0","uv":[6.625,6.125,8,6.375]},"up":{"texture":"#0","uv":[5.25,6.125,3.875,4.75]},"west":{"texture":"#0","uv":[5.25,6.125,6.625,6.375]}},"from":[-16,-16,-15.6],"shade":false,"to":[-11.6,-15.2,-11.200001]},{"faces":{"down":{"texture":"#0","uv":[3.5,4.875,3.125,5]},"east":{"texture":"#0","uv":[2.625,5,2.75,5.5]},"north":{"texture":"#0","uv":[2.75,5,3.125,5.5]},"south":{"texture":"#0","uv":[3.25,5,3.625,5.5]},"up":{"texture":"#0","uv":[3.125,5,2.75,4.875]},"west":{"texture":"#0","uv":[3.125,5,3.25,5.5]}},"from":[-14.4,-15.68,-16],"shade":false,"to":[-13.2,-14.079999,-15.6]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1463.json b/assets/minecraft/models/w1463.json new file mode 100644 index 000000000..b2f7cd0bd --- /dev/null +++ b/assets/minecraft/models/w1463.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.875,11.25,5.375,11.75]},"east":{"texture":"#0","uv":[4.375,11.75,4.875,12]},"north":{"texture":"#0","uv":[4.875,11.75,5.375,12]},"south":{"texture":"#0","uv":[5.875,11.75,6.375,12]},"up":{"texture":"#0","uv":[5.375,11.75,4.875,11.25]},"west":{"texture":"#0","uv":[5.375,11.75,5.875,12]}},"from":[-16,-15.2,-16],"shade":false,"to":[-14.4,-14.4,-14.4]},{"faces":{"down":{"texture":"#0","uv":[6,10,5.75,10.125]},"east":{"texture":"#0","uv":[5.375,10.125,5.5,11.125]},"north":{"texture":"#0","uv":[5.5,10.125,5.75,11.125]},"south":{"texture":"#0","uv":[5.875,10.125,6.125,11.125]},"up":{"texture":"#0","uv":[5.75,10.125,5.5,10]},"west":{"texture":"#0","uv":[5.75,10.125,5.875,11.125]}},"from":[-15.4,-16,-15.8],"shade":false,"to":[-14.599999,-12.8,-15.400001]},{"faces":{"down":{"texture":"#0","uv":[6.875,10,6.625,10.125]},"east":{"texture":"#0","uv":[6.25,10.125,6.375,11.125]},"north":{"texture":"#0","uv":[6.375,10.125,6.625,11.125]},"south":{"texture":"#0","uv":[6.75,10.125,7,11.125]},"up":{"texture":"#0","uv":[6.625,10.125,6.375,10]},"west":{"texture":"#0","uv":[6.625,10.125,6.75,11.125]}},"from":[-15.8,-16,-15],"shade":false,"to":[-15,-12.8,-14.6]},{"faces":{"down":{"texture":"#0","uv":[0.625,4.875,0.375,5]},"east":{"texture":"#0","uv":[0,5,0.125,5.125]},"north":{"texture":"#0","uv":[0.125,5,0.375,5.125]},"south":{"texture":"#0","uv":[0.5,5,0.75,5.125]},"up":{"texture":"#0","uv":[0.375,5,0.125,4.875]},"west":{"texture":"#0","uv":[0.375,5,0.5,5.125]}},"from":[-15.4,-16,-15.4],"shade":false,"to":[-14.599999,-15.6,-15]},{"faces":{"down":{"texture":"#0","uv":[0.625,4.875,0.375,5]},"east":{"texture":"#0","uv":[0,5,0.125,5.125]},"north":{"texture":"#0","uv":[0.125,5,0.375,5.125]},"south":{"texture":"#0","uv":[0.5,5,0.75,5.125]},"up":{"texture":"#0","uv":[0.375,5,0.125,4.875]},"west":{"texture":"#0","uv":[0.375,5,0.5,5.125]}},"from":[-15.4,-13.2,-15.4],"shade":false,"to":[-14.599999,-12.8,-15]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1464.json b/assets/minecraft/models/w1464.json new file mode 100644 index 000000000..0414089ad --- /dev/null +++ b/assets/minecraft/models/w1464.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.375,11.25,5.875,11.75]},"east":{"texture":"#0","uv":[5.875,11.75,5.375,12]},"north":{"texture":"#0","uv":[5.375,11.75,4.875,12]},"south":{"texture":"#0","uv":[6.375,11.75,5.875,12]},"up":{"texture":"#0","uv":[4.875,11.75,5.375,11.25]},"west":{"texture":"#0","uv":[4.875,11.75,4.375,12]}},"from":[-16,-15.6,-16],"shade":false,"to":[-14.4,-14.8,-14.4]},{"faces":{"down":{"texture":"#0","uv":[5.375,11.25,5.875,11.75]},"east":{"texture":"#0","uv":[5.875,11.75,5.375,11.875]},"north":{"texture":"#0","uv":[5.375,11.75,4.875,11.875]},"south":{"texture":"#0","uv":[6.375,11.75,5.875,11.875]},"up":{"texture":"#0","uv":[4.875,11.75,5.375,11.25]},"west":{"texture":"#0","uv":[4.875,11.75,4.375,11.875]}},"from":[-16,-13.6,-16],"shade":false,"to":[-14.4,-13.200001,-14.4]},{"faces":{"down":{"texture":"#0","uv":[5.75,10,6,10.125]},"east":{"texture":"#0","uv":[5.875,10.125,5.75,11.125]},"north":{"texture":"#0","uv":[5.75,10.125,5.5,11.125]},"south":{"texture":"#0","uv":[6.125,10.125,5.875,11.125]},"up":{"texture":"#0","uv":[5.5,10.125,5.75,10]},"west":{"texture":"#0","uv":[5.5,10.125,5.375,11.125]}},"from":[-15.8,-16,-15.8],"shade":false,"to":[-15,-12.8,-15.400001]},{"faces":{"down":{"texture":"#0","uv":[6.625,10,6.875,10.125]},"east":{"texture":"#0","uv":[6.75,10.125,6.625,11.125]},"north":{"texture":"#0","uv":[6.625,10.125,6.375,11.125]},"south":{"texture":"#0","uv":[7,10.125,6.75,11.125]},"up":{"texture":"#0","uv":[6.375,10.125,6.625,10]},"west":{"texture":"#0","uv":[6.375,10.125,6.25,11.125]}},"from":[-15.4,-16,-15],"shade":false,"to":[-14.599999,-12.8,-14.6]},{"faces":{"down":{"texture":"#0","uv":[0.375,4.875,0.625,5]},"east":{"texture":"#0","uv":[0.5,5,0.375,5.125]},"north":{"texture":"#0","uv":[0.375,5,0.125,5.125]},"south":{"texture":"#0","uv":[0.75,5,0.5,5.125]},"up":{"texture":"#0","uv":[0.125,5,0.375,4.875]},"west":{"texture":"#0","uv":[0.125,5,0,5.125]}},"from":[-15.8,-16,-15.4],"shade":false,"to":[-15,-15.6,-15]},{"faces":{"down":{"texture":"#0","uv":[0.375,4.875,0.625,5]},"east":{"texture":"#0","uv":[0.5,5,0.375,5.125]},"north":{"texture":"#0","uv":[0.375,5,0.125,5.125]},"south":{"texture":"#0","uv":[0.75,5,0.5,5.125]},"up":{"texture":"#0","uv":[0.125,5,0.375,4.875]},"west":{"texture":"#0","uv":[0.125,5,0,5.125]}},"from":[-15.8,-13.2,-15.4],"shade":false,"to":[-15,-12.8,-15]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1465.json b/assets/minecraft/models/w1465.json new file mode 100644 index 000000000..ff1dceb14 --- /dev/null +++ b/assets/minecraft/models/w1465.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.375,8.75,2.125,9.25]},"east":{"texture":"#0","uv":[1.375,9.25,1.875,9.625]},"north":{"texture":"#0","uv":[1.875,9.25,2.125,9.625]},"south":{"texture":"#0","uv":[2.625,9.25,2.875,9.625]},"up":{"texture":"#0","uv":[2.125,9.25,1.875,8.75]},"west":{"texture":"#0","uv":[2.125,9.25,2.625,9.625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-14.4]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1466.json b/assets/minecraft/models/w1466.json new file mode 100644 index 000000000..959878a82 --- /dev/null +++ b/assets/minecraft/models/w1466.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.125,8.75,2.375,9.25]},"east":{"texture":"#0","uv":[2.625,9.25,2.125,9.625]},"north":{"texture":"#0","uv":[2.125,9.25,1.875,9.625]},"south":{"texture":"#0","uv":[2.875,9.25,2.625,9.625]},"up":{"texture":"#0","uv":[1.875,9.25,2.125,8.75]},"west":{"texture":"#0","uv":[1.875,9.25,1.375,9.625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-14.4]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1467.json b/assets/minecraft/models/w1467.json new file mode 100644 index 000000000..c92280cfb --- /dev/null +++ b/assets/minecraft/models/w1467.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[1.875,4.75,2.625,0.75]},"south":{"texture":"#0","uv":[0.75,4.75,1.875,0.75]},"west":{"texture":"#0","uv":[0,4.75,0.75,0.75]}},"from":[8,8,8],"shade":false,"to":[4.408,-4.8,5.608]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1468.json b/assets/minecraft/models/w1468.json new file mode 100644 index 000000000..735495e82 --- /dev/null +++ b/assets/minecraft/models/w1468.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0,0.75,0.75,4.75]},"north":{"texture":"#0","uv":[0.75,0.75,1.875,4.75]},"south":{"texture":"#0","uv":[2.625,0.75,3.75,4.75]},"west":{"texture":"#0","uv":[1.875,0.75,2.625,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-3.1999998,-13.6]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1469.json b/assets/minecraft/models/w1469.json new file mode 100644 index 000000000..e4753d59d --- /dev/null +++ b/assets/minecraft/models/w1469.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[8.625,4.75,9.375,0.75]},"north":{"texture":"#0","uv":[9.375,4.75,10.5,0.75]},"west":{"texture":"#0","uv":[6.75,4.75,7.5,0.75]}},"from":[8,8,8],"shade":false,"to":[4.408,-4.8,5.608]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w147.json b/assets/minecraft/models/w147.json new file mode 100644 index 000000000..40024fa27 --- /dev/null +++ b/assets/minecraft/models/w147.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.75,0,7.5,0.5]},"east":{"texture":"#0","uv":[7.25,0.5,6.75,1.125]},"north":{"texture":"#0","uv":[6.75,0.5,6,1.125]},"south":{"texture":"#0","uv":[8,0.5,7.25,1.125]},"up":{"texture":"#0","uv":[6,0.5,6.75,0]},"west":{"texture":"#0","uv":[6,0.5,5.5,1.125]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-12,-12.8]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1470.json b/assets/minecraft/models/w1470.json new file mode 100644 index 000000000..450c4f477 --- /dev/null +++ b/assets/minecraft/models/w1470.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[6.75,0.75,7.5,4.75]},"north":{"texture":"#0","uv":[7.5,0.75,8.625,4.75]},"south":{"texture":"#0","uv":[9.375,0.75,10.5,4.75]},"west":{"texture":"#0","uv":[8.625,0.75,9.375,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-3.1999998,-13.6]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1471.json b/assets/minecraft/models/w1471.json new file mode 100644 index 000000000..4ba16ac5a --- /dev/null +++ b/assets/minecraft/models/w1471.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.25,4.625,5.875,0.625]},"north":{"texture":"#0","uv":[5.875,4.625,6.625,0.625]},"south":{"texture":"#0","uv":[4.5,4.625,5.25,0.625]}},"from":[8,8,8],"shade":false,"to":[5.6080003,-4.8,6.008]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1472.json b/assets/minecraft/models/w1472.json new file mode 100644 index 000000000..c2494046c --- /dev/null +++ b/assets/minecraft/models/w1472.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3.875,0.625,4.5,4.625]},"north":{"texture":"#0","uv":[4.5,0.625,5.25,4.625]},"south":{"texture":"#0","uv":[5.875,0.625,6.625,4.625]},"west":{"texture":"#0","uv":[5.25,0.625,5.875,4.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-3.1999998,-14]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1473.json b/assets/minecraft/models/w1473.json new file mode 100644 index 000000000..bab6c089f --- /dev/null +++ b/assets/minecraft/models/w1473.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[12.625,4.625,13.375,0.625]},"south":{"texture":"#0","uv":[11.25,4.625,12,0.625]},"west":{"texture":"#0","uv":[10.625,4.625,11.25,0.625]}},"from":[8,8,8],"shade":false,"to":[5.6080003,-4.8,6.008]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1474.json b/assets/minecraft/models/w1474.json new file mode 100644 index 000000000..7d7ba6692 --- /dev/null +++ b/assets/minecraft/models/w1474.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[10.625,0.625,11.25,4.625]},"north":{"texture":"#0","uv":[11.25,0.625,12,4.625]},"south":{"texture":"#0","uv":[12.625,0.625,13.375,4.625]},"west":{"texture":"#0","uv":[12,0.625,12.625,4.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-3.1999998,-14]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1475.json b/assets/minecraft/models/w1475.json new file mode 100644 index 000000000..3d93e12a8 --- /dev/null +++ b/assets/minecraft/models/w1475.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,11,2.875,11.125]},"east":{"texture":"#0","uv":[2.625,11.125,2.75,11.5]},"north":{"texture":"#0","uv":[2.75,11.125,2.875,11.5]},"south":{"texture":"#0","uv":[3,11.125,3.125,11.5]},"up":{"texture":"#0","uv":[2.875,11.125,2.75,11]},"west":{"texture":"#0","uv":[2.875,11.125,3,11.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1476.json b/assets/minecraft/models/w1476.json new file mode 100644 index 000000000..4d285835b --- /dev/null +++ b/assets/minecraft/models/w1476.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,10.5,0.375,10.625]},"east":{"texture":"#0","uv":[0.125,10.625,0.25,10.875]},"north":{"texture":"#0","uv":[0.25,10.625,0.375,10.875]},"south":{"texture":"#0","uv":[0.5,10.625,0.625,10.875]},"up":{"texture":"#0","uv":[0.375,10.625,0.25,10.5]},"west":{"texture":"#0","uv":[0.375,10.625,0.5,10.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1477.json b/assets/minecraft/models/w1477.json new file mode 100644 index 000000000..1aa722442 --- /dev/null +++ b/assets/minecraft/models/w1477.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,10.5,1,10.625]},"east":{"texture":"#0","uv":[0.75,10.625,0.875,10.875]},"north":{"texture":"#0","uv":[0.875,10.625,1,10.875]},"south":{"texture":"#0","uv":[1.125,10.625,1.25,10.875]},"up":{"texture":"#0","uv":[1,10.625,0.875,10.5]},"west":{"texture":"#0","uv":[1,10.625,1.125,10.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1478.json b/assets/minecraft/models/w1478.json new file mode 100644 index 000000000..0a9d2e147 --- /dev/null +++ b/assets/minecraft/models/w1478.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,10.5,1.625,10.625]},"east":{"texture":"#0","uv":[1.375,10.625,1.5,10.875]},"north":{"texture":"#0","uv":[1.5,10.625,1.625,10.875]},"south":{"texture":"#0","uv":[1.75,10.625,1.875,10.875]},"up":{"texture":"#0","uv":[1.625,10.625,1.5,10.5]},"west":{"texture":"#0","uv":[1.625,10.625,1.75,10.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1479.json b/assets/minecraft/models/w1479.json new file mode 100644 index 000000000..ed4706583 --- /dev/null +++ b/assets/minecraft/models/w1479.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.375,10.5,2.25,10.625]},"east":{"texture":"#0","uv":[2,10.625,2.125,10.875]},"north":{"texture":"#0","uv":[2.125,10.625,2.25,10.875]},"south":{"texture":"#0","uv":[2.375,10.625,2.5,10.875]},"up":{"texture":"#0","uv":[2.25,10.625,2.125,10.5]},"west":{"texture":"#0","uv":[2.25,10.625,2.375,10.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w148.json b/assets/minecraft/models/w148.json new file mode 100644 index 000000000..4fe1213f1 --- /dev/null +++ b/assets/minecraft/models/w148.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.1875,0.3125,4.875,0.625]},"east":{"texture":"#0","uv":[4.25,0.625,4.5625,0.9375]},"north":{"texture":"#0","uv":[4.5625,0.625,4.875,0.9375]},"south":{"texture":"#0","uv":[5.1875,0.625,5.5,0.9375]},"up":{"texture":"#0","uv":[4.875,0.625,4.5625,0.3125]},"west":{"texture":"#0","uv":[4.875,0.625,5.1875,0.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1480.json b/assets/minecraft/models/w1480.json new file mode 100644 index 000000000..4bf1526a5 --- /dev/null +++ b/assets/minecraft/models/w1480.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.875,11,3,11.125]},"east":{"texture":"#0","uv":[3,11.125,2.875,11.5]},"north":{"texture":"#0","uv":[2.875,11.125,2.75,11.5]},"south":{"texture":"#0","uv":[3.125,11.125,3,11.5]},"up":{"texture":"#0","uv":[2.75,11.125,2.875,11]},"west":{"texture":"#0","uv":[2.75,11.125,2.625,11.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1481.json b/assets/minecraft/models/w1481.json new file mode 100644 index 000000000..f0dfd8b85 --- /dev/null +++ b/assets/minecraft/models/w1481.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.375,10.5,0.5,10.625]},"east":{"texture":"#0","uv":[0.5,10.625,0.375,10.875]},"north":{"texture":"#0","uv":[0.375,10.625,0.25,10.875]},"south":{"texture":"#0","uv":[0.625,10.625,0.5,10.875]},"up":{"texture":"#0","uv":[0.25,10.625,0.375,10.5]},"west":{"texture":"#0","uv":[0.25,10.625,0.125,10.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1482.json b/assets/minecraft/models/w1482.json new file mode 100644 index 000000000..8c670ad5f --- /dev/null +++ b/assets/minecraft/models/w1482.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,10.5,1.125,10.625]},"east":{"texture":"#0","uv":[1.125,10.625,1,10.875]},"north":{"texture":"#0","uv":[1,10.625,0.875,10.875]},"south":{"texture":"#0","uv":[1.25,10.625,1.125,10.875]},"up":{"texture":"#0","uv":[0.875,10.625,1,10.5]},"west":{"texture":"#0","uv":[0.875,10.625,0.75,10.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1483.json b/assets/minecraft/models/w1483.json new file mode 100644 index 000000000..996c05e9a --- /dev/null +++ b/assets/minecraft/models/w1483.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.625,10.5,1.75,10.625]},"east":{"texture":"#0","uv":[1.75,10.625,1.625,10.875]},"north":{"texture":"#0","uv":[1.625,10.625,1.5,10.875]},"south":{"texture":"#0","uv":[1.875,10.625,1.75,10.875]},"up":{"texture":"#0","uv":[1.5,10.625,1.625,10.5]},"west":{"texture":"#0","uv":[1.5,10.625,1.375,10.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1484.json b/assets/minecraft/models/w1484.json new file mode 100644 index 000000000..265b5ed17 --- /dev/null +++ b/assets/minecraft/models/w1484.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,10.5,2.375,10.625]},"east":{"texture":"#0","uv":[2.375,10.625,2.25,10.875]},"north":{"texture":"#0","uv":[2.25,10.625,2.125,10.875]},"south":{"texture":"#0","uv":[2.5,10.625,2.375,10.875]},"up":{"texture":"#0","uv":[2.125,10.625,2.25,10.5]},"west":{"texture":"#0","uv":[2.125,10.625,2,10.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1485.json b/assets/minecraft/models/w1485.json new file mode 100644 index 000000000..abde70f27 --- /dev/null +++ b/assets/minecraft/models/w1485.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,11,0.375,11.125]},"east":{"texture":"#0","uv":[0.125,11.125,0.25,11.5]},"north":{"texture":"#0","uv":[0.25,11.125,0.375,11.5]},"south":{"texture":"#0","uv":[0.5,11.125,0.625,11.5]},"up":{"texture":"#0","uv":[0.375,11.125,0.25,11]},"west":{"texture":"#0","uv":[0.375,11.125,0.5,11.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1486.json b/assets/minecraft/models/w1486.json new file mode 100644 index 000000000..76b54afdd --- /dev/null +++ b/assets/minecraft/models/w1486.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,11,1,11.125]},"east":{"texture":"#0","uv":[0.75,11.125,0.875,11.5]},"north":{"texture":"#0","uv":[0.875,11.125,1,11.5]},"south":{"texture":"#0","uv":[1.125,11.125,1.25,11.5]},"up":{"texture":"#0","uv":[1,11.125,0.875,11]},"west":{"texture":"#0","uv":[1,11.125,1.125,11.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1487.json b/assets/minecraft/models/w1487.json new file mode 100644 index 000000000..d3549ad68 --- /dev/null +++ b/assets/minecraft/models/w1487.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,11,1.625,11.125]},"east":{"texture":"#0","uv":[1.375,11.125,1.5,11.5]},"north":{"texture":"#0","uv":[1.5,11.125,1.625,11.5]},"south":{"texture":"#0","uv":[1.75,11.125,1.875,11.5]},"up":{"texture":"#0","uv":[1.625,11.125,1.5,11]},"west":{"texture":"#0","uv":[1.625,11.125,1.75,11.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1488.json b/assets/minecraft/models/w1488.json new file mode 100644 index 000000000..e7c1ef0af --- /dev/null +++ b/assets/minecraft/models/w1488.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.375,11,2.25,11.125]},"east":{"texture":"#0","uv":[2,11.125,2.125,11.5]},"north":{"texture":"#0","uv":[2.125,11.125,2.25,11.5]},"south":{"texture":"#0","uv":[2.375,11.125,2.5,11.5]},"up":{"texture":"#0","uv":[2.25,11.125,2.125,11]},"west":{"texture":"#0","uv":[2.25,11.125,2.375,11.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1489.json b/assets/minecraft/models/w1489.json new file mode 100644 index 000000000..4e13c33ba --- /dev/null +++ b/assets/minecraft/models/w1489.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.375,11,0.5,11.125]},"east":{"texture":"#0","uv":[0.5,11.125,0.375,11.5]},"north":{"texture":"#0","uv":[0.375,11.125,0.25,11.5]},"south":{"texture":"#0","uv":[0.625,11.125,0.5,11.5]},"up":{"texture":"#0","uv":[0.25,11.125,0.375,11]},"west":{"texture":"#0","uv":[0.25,11.125,0.125,11.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w149.json b/assets/minecraft/models/w149.json new file mode 100644 index 000000000..165856230 --- /dev/null +++ b/assets/minecraft/models/w149.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5625,2.875,0.375,3.0625]},"east":{"texture":"#0","uv":[0,3.0625,0.1875,3.375]},"north":{"texture":"#0","uv":[0.1875,3.0625,0.375,3.375]},"south":{"texture":"#0","uv":[0.5625,3.0625,0.75,3.375]},"up":{"texture":"#0","uv":[0.375,3.0625,0.1875,2.875]},"west":{"texture":"#0","uv":[0.375,3.0625,0.5625,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1490.json b/assets/minecraft/models/w1490.json new file mode 100644 index 000000000..136c921f1 --- /dev/null +++ b/assets/minecraft/models/w1490.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,11,1.125,11.125]},"east":{"texture":"#0","uv":[1.125,11.125,1,11.5]},"north":{"texture":"#0","uv":[1,11.125,0.875,11.5]},"south":{"texture":"#0","uv":[1.25,11.125,1.125,11.5]},"up":{"texture":"#0","uv":[0.875,11.125,1,11]},"west":{"texture":"#0","uv":[0.875,11.125,0.75,11.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1491.json b/assets/minecraft/models/w1491.json new file mode 100644 index 000000000..7ca46b4e5 --- /dev/null +++ b/assets/minecraft/models/w1491.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.625,11,1.75,11.125]},"east":{"texture":"#0","uv":[1.75,11.125,1.625,11.5]},"north":{"texture":"#0","uv":[1.625,11.125,1.5,11.5]},"south":{"texture":"#0","uv":[1.875,11.125,1.75,11.5]},"up":{"texture":"#0","uv":[1.5,11.125,1.625,11]},"west":{"texture":"#0","uv":[1.5,11.125,1.375,11.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1492.json b/assets/minecraft/models/w1492.json new file mode 100644 index 000000000..ec722ad19 --- /dev/null +++ b/assets/minecraft/models/w1492.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,11,2.375,11.125]},"east":{"texture":"#0","uv":[2.375,11.125,2.25,11.5]},"north":{"texture":"#0","uv":[2.25,11.125,2.125,11.5]},"south":{"texture":"#0","uv":[2.5,11.125,2.375,11.5]},"up":{"texture":"#0","uv":[2.125,11.125,2.25,11]},"west":{"texture":"#0","uv":[2.125,11.125,2,11.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1218194748_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1493.json b/assets/minecraft/models/w1493.json new file mode 100644 index 000000000..55740cf02 --- /dev/null +++ b/assets/minecraft/models/w1493.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[12.5,10.75,13.375,10.625]},"north":{"texture":"#0","uv":[13.375,10.75,14.5,10.625]},"south":{"texture":"#0","uv":[11.375,10.75,12.5,10.625]},"west":{"texture":"#0","uv":[10.5,10.75,11.375,10.625]}},"from":[8,8,8],"shade":false,"to":[4.408,7.6,5.208]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1494.json b/assets/minecraft/models/w1494.json new file mode 100644 index 000000000..5fbfca9c1 --- /dev/null +++ b/assets/minecraft/models/w1494.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[7.375,8.25,8.25,7.375]},"north":{"texture":"#0","uv":[8.25,8.25,9.625,7.375]},"south":{"texture":"#0","uv":[6,8.25,7.375,7.375]},"west":{"texture":"#0","uv":[5.125,8.25,6,7.375]}},"from":[8,8,8],"shade":false,"to":[3.6080003,5.2,5.208]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1495.json b/assets/minecraft/models/w1495.json new file mode 100644 index 000000000..945d36bb1 --- /dev/null +++ b/assets/minecraft/models/w1495.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[8.625,9.375,9.5,9.25]},"north":{"texture":"#0","uv":[9.5,9.375,10.125,9.25]},"south":{"texture":"#0","uv":[8,9.375,8.625,9.25]}},"from":[8,8,8],"shade":false,"to":[6.008,7.6,5.208]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1496.json b/assets/minecraft/models/w1496.json new file mode 100644 index 000000000..42b01c08a --- /dev/null +++ b/assets/minecraft/models/w1496.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[10.125,9.375,9.5,9.25]},"south":{"texture":"#0","uv":[8.625,9.375,8,9.25]},"west":{"texture":"#0","uv":[9.5,9.375,8.625,9.25]}},"from":[8,8,8],"shade":false,"to":[6.008,7.6,5.208]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1497.json b/assets/minecraft/models/w1497.json new file mode 100644 index 000000000..b1939693a --- /dev/null +++ b/assets/minecraft/models/w1497.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.625,9.75,12.5,10.625]},"east":{"texture":"#0","uv":[10.5,10.625,11.375,10.75]},"north":{"texture":"#0","uv":[11.375,10.625,12.5,10.75]},"south":{"texture":"#0","uv":[13.375,10.625,14.5,10.75]},"up":{"texture":"#0","uv":[12.5,10.625,11.375,9.75]},"west":{"texture":"#0","uv":[12.5,10.625,13.375,10.75]}},"from":[-14.8,-12.4,-16],"shade":false,"to":[-11.200001,-12,-13.2]},{"faces":{"down":{"texture":"#0","uv":[8.75,6.5,7.375,7.375]},"east":{"texture":"#0","uv":[5.125,7.375,6,8.25]},"north":{"texture":"#0","uv":[6,7.375,7.375,8.25]},"south":{"texture":"#0","uv":[8.25,7.375,9.625,8.25]},"up":{"texture":"#0","uv":[7.375,7.375,6,6.5]},"west":{"texture":"#0","uv":[7.375,7.375,8.25,8.25]}},"from":[-15.2,-15.2,-16],"shade":false,"to":[-10.799999,-12.4,-13.2]},{"faces":{"down":{"texture":"#0","uv":[9.25,8.375,8.625,9.25]},"north":{"texture":"#0","uv":[8,9.25,8.625,9.375]},"south":{"texture":"#0","uv":[9.5,9.25,10.125,9.375]},"up":{"texture":"#0","uv":[8.625,9.25,8,8.375]},"west":{"texture":"#0","uv":[8.625,9.25,9.5,9.375]}},"from":[-15,-15.2,-16],"rotation":{"angle":22.5,"axis":"z","origin":[-13,-15.2,-15.8],"rescale":false},"shade":false,"to":[-13,-14.8,-13.2]},{"faces":{"down":{"texture":"#0","uv":[8.625,8.375,9.25,9.25]},"east":{"texture":"#0","uv":[9.5,9.25,8.625,9.375]},"north":{"texture":"#0","uv":[8.625,9.25,8,9.375]},"south":{"texture":"#0","uv":[10.125,9.25,9.5,9.375]},"up":{"texture":"#0","uv":[8,9.25,8.625,8.375]}},"from":[-13,-15.2,-16],"rotation":{"angle":-22.5,"axis":"z","origin":[-13,-15.2,-15.8],"rescale":false},"shade":false,"to":[-11,-14.8,-13.2]},{"faces":{"down":{"texture":"#0","uv":[7.375,8.375,6.875,8.5]},"east":{"texture":"#0","uv":[6.25,8.5,6.375,9]},"north":{"texture":"#0","uv":[6.375,8.5,6.875,9]},"south":{"texture":"#0","uv":[7,8.5,7.5,9]},"up":{"texture":"#0","uv":[6.875,8.5,6.375,8.375]},"west":{"texture":"#0","uv":[6.875,8.5,7,9]}},"from":[-16,-13.6,-13.196],"shade":false,"to":[-14.4,-12,-12.7960005]},{"faces":{"down":{"texture":"#0","uv":[6.875,8.375,7.375,8.5]},"east":{"texture":"#0","uv":[7,8.5,6.875,9]},"north":{"texture":"#0","uv":[6.875,8.5,6.375,9]},"south":{"texture":"#0","uv":[7.5,8.5,7,9]},"up":{"texture":"#0","uv":[6.375,8.5,6.875,8.375]},"west":{"texture":"#0","uv":[6.375,8.5,6.25,9]}},"from":[-11.6,-13.6,-13.196],"shade":false,"to":[-10,-12,-12.7960005]},{"faces":{"down":{"texture":"#0","uv":[8.25,9.5,7.875,9.875]},"east":{"texture":"#0","uv":[7.125,9.875,7.5,11.125]},"north":{"texture":"#0","uv":[7.5,9.875,7.875,11.125]},"south":{"texture":"#0","uv":[8.25,9.875,8.625,11.125]},"up":{"texture":"#0","uv":[7.875,9.875,7.5,9.5]},"west":{"texture":"#0","uv":[7.875,9.875,8.25,11.125]}},"from":[-13.6,-16,-14.4],"shade":false,"to":[-12.400001,-12,-13.2]},{"faces":{"down":{"texture":"#0","uv":[7,13.375,6.5,14]},"east":{"texture":"#0","uv":[5.375,14,6,14.375]},"north":{"texture":"#0","uv":[6,14,6.5,14.375]},"south":{"texture":"#0","uv":[7.125,14,7.625,14.375]},"up":{"texture":"#0","uv":[6.5,14,6,13.375]},"west":{"texture":"#0","uv":[6.5,14,7.125,14.375]}},"from":[-13.8,-13.960001,-14.6],"shade":false,"to":[-12.2,-12.760001,-12.6]},{"faces":{"down":{"texture":"#0","uv":[7,13.375,6.5,14]},"east":{"texture":"#0","uv":[5.375,14,6,14.125]},"north":{"texture":"#0","uv":[6,14,6.5,14.125]},"south":{"texture":"#0","uv":[7.125,14,7.625,14.125]},"up":{"texture":"#0","uv":[6.5,14,6,13.375]},"west":{"texture":"#0","uv":[6.5,14,7.125,14.125]}},"from":[-13.8,-12.160001,-14.6],"shade":false,"to":[-12.2,-11.760001,-12.6]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1498.json b/assets/minecraft/models/w1498.json new file mode 100644 index 000000000..e4e138c8c --- /dev/null +++ b/assets/minecraft/models/w1498.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.875,6.75,10.5,7.125]},"east":{"texture":"#0","uv":[9.75,7.125,10.125,7.875]},"north":{"texture":"#0","uv":[10.125,7.125,10.5,7.875]},"south":{"texture":"#0","uv":[10.875,7.125,11.25,7.875]},"up":{"texture":"#0","uv":[10.5,7.125,10.125,6.75]},"west":{"texture":"#0","uv":[10.5,7.125,10.875,7.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1499.json b/assets/minecraft/models/w1499.json new file mode 100644 index 000000000..b92958b49 --- /dev/null +++ b/assets/minecraft/models/w1499.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,8,10.125,8.375]},"east":{"texture":"#0","uv":[9.375,8.375,9.75,9.125]},"north":{"texture":"#0","uv":[9.75,8.375,10.125,9.125]},"south":{"texture":"#0","uv":[10.5,8.375,10.875,9.125]},"up":{"texture":"#0","uv":[10.125,8.375,9.75,8]},"west":{"texture":"#0","uv":[10.125,8.375,10.5,9.125]}},"from":[-14.646927,-14.8,-15.1407795],"shade":false,"to":[-13.446927,-12.4,-13.94078]},{"faces":{"down":{"texture":"#0","uv":[4.125,10.125,3.75,10.125]},"east":{"texture":"#0","uv":[3.375,10.125,3.375,10.5]},"north":{"texture":"#0","uv":[3.375,10.125,3.75,10.5]},"south":{"texture":"#0","uv":[3.75,10.125,4.125,10.5]},"up":{"texture":"#0","uv":[3.75,10.125,3.375,10.125]}},"from":[-16,-14.4,-13.971228],"rotation":{"angle":-22.5,"axis":"y","origin":[-14.8,-13.8,-13.571228],"rescale":false},"shade":false,"to":[-14.8,-13.2,-13.971228]},{"faces":{"down":{"texture":"#0","uv":[3.75,10.125,3.75,10.625]},"east":{"texture":"#0","uv":[3.25,10.625,3.75,11]},"north":{"texture":"#0","uv":[3.75,10.625,3.75,11]},"up":{"texture":"#0","uv":[3.75,10.625,3.75,10.125]},"west":{"texture":"#0","uv":[3.75,10.625,4.25,11]}},"from":[-15.755982,-14.4,-16],"shade":false,"to":[-15.755982,-13.2,-14.4]},{"faces":{"down":{"texture":"#0","uv":[3.75,10.625,3.75,11.125]},"east":{"texture":"#0","uv":[3.25,11.125,3.75,11.5]},"north":{"texture":"#0","uv":[3.75,11.125,3.75,11.5]},"south":{"texture":"#0","uv":[4.25,11.125,4.25,11.5]},"west":{"texture":"#0","uv":[3.75,11.125,4.25,11.5]}},"from":[-15.9212675,-16,-16],"rotation":{"angle":45,"axis":"z","origin":[-16.321268,-14.4,-14.8],"rescale":false},"shade":false,"to":[-15.9212675,-14.8,-14.4]},{"faces":{"down":{"texture":"#0","uv":[3.75,10.125,4.125,10.125]},"north":{"texture":"#0","uv":[3.75,10.125,3.375,10.5]},"south":{"texture":"#0","uv":[4.125,10.125,3.75,10.5]},"up":{"texture":"#0","uv":[3.375,10.125,3.75,10.125]},"west":{"texture":"#0","uv":[3.375,10.125,3.375,10.5]}},"from":[-13.293854,-14.4,-13.971228],"rotation":{"angle":22.5,"axis":"y","origin":[-13.293854,-13.8,-13.571228],"rescale":false},"shade":false,"to":[-12.093854,-13.2,-13.971228]},{"faces":{"down":{"texture":"#0","uv":[3.75,10.125,3.75,10.625]},"east":{"texture":"#0","uv":[4.25,10.625,3.75,11]},"north":{"texture":"#0","uv":[3.75,10.625,3.75,11]},"up":{"texture":"#0","uv":[3.75,10.625,3.75,10.125]},"west":{"texture":"#0","uv":[3.75,10.625,3.25,11]}},"from":[-12.337872,-14.4,-16],"shade":false,"to":[-12.337872,-13.2,-14.4]},{"faces":{"down":{"texture":"#0","uv":[3.75,10.625,3.75,11.125]},"east":{"texture":"#0","uv":[4.25,11.125,3.75,11.5]},"north":{"texture":"#0","uv":[3.75,11.125,3.75,11.5]},"south":{"texture":"#0","uv":[4.25,11.125,4.25,11.5]},"west":{"texture":"#0","uv":[3.75,11.125,3.25,11.5]}},"from":[-12.172586,-16,-16],"rotation":{"angle":-45,"axis":"z","origin":[-11.772586,-14.4,-14.8],"rescale":false},"shade":false,"to":[-12.172586,-14.8,-14.4]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w15.json b/assets/minecraft/models/w15.json new file mode 100644 index 000000000..4b25c9b09 --- /dev/null +++ b/assets/minecraft/models/w15.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.125,8,8.875,9.625]},"east":{"texture":"#0","uv":[6,9.625,7.625,11.25]},"north":{"texture":"#0","uv":[7.625,9.625,8.875,11.25]},"south":{"texture":"#0","uv":[10.5,9.625,11.75,11.25]},"up":{"texture":"#0","uv":[8.875,9.625,7.625,8]},"west":{"texture":"#0","uv":[8.875,9.625,10.5,11.25]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-10.8,-10.8]}],"overrides":[],"textures":{"0":"item/w88907092_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w150.json b/assets/minecraft/models/w150.json new file mode 100644 index 000000000..1f498ed5b --- /dev/null +++ b/assets/minecraft/models/w150.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,0,8,0.25]},"east":{"texture":"#0","uv":[7.5,0.25,7.75,0.5]},"north":{"texture":"#0","uv":[7.75,0.25,8,0.5]},"south":{"texture":"#0","uv":[8.25,0.25,8.5,0.5]},"up":{"texture":"#0","uv":[8,0.25,7.75,0]},"west":{"texture":"#0","uv":[8,0.25,8.25,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1500.json b/assets/minecraft/models/w1500.json new file mode 100644 index 000000000..1134894f3 --- /dev/null +++ b/assets/minecraft/models/w1500.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.375,6.375,10.125,5.875]},"east":{"texture":"#0","uv":[10.125,6.625,10.625,6.375]},"north":{"texture":"#0","uv":[10.625,6.625,11.375,6.375]},"south":{"texture":"#0","uv":[9.375,6.625,10.125,6.375]},"up":{"texture":"#0","uv":[10.125,5.875,10.875,6.375]},"west":{"texture":"#0","uv":[8.875,6.625,9.375,6.375]}},"from":[8,8,8],"shade":false,"to":[5.608,7.2,6.408]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1501.json b/assets/minecraft/models/w1501.json new file mode 100644 index 000000000..e79b39156 --- /dev/null +++ b/assets/minecraft/models/w1501.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,6.5,2.5,7.75]},"east":{"texture":"#0","uv":[0,7.75,1.25,8.625]},"north":{"texture":"#0","uv":[1.25,7.75,2.5,8.625]},"south":{"texture":"#0","uv":[3.75,7.75,5,8.625]},"up":{"texture":"#0","uv":[2.5,7.75,1.25,6.5]},"west":{"texture":"#0","uv":[2.5,7.75,3.75,8.625]}},"from":[-15.84,-15.2,-15.88],"shade":false,"to":[-11.84,-12.4,-11.88]},{"faces":{"down":{"texture":"#0","uv":[13.75,12,12.5,12.75]},"east":{"texture":"#0","uv":[10.5,12.75,11.25,13.25]},"north":{"texture":"#0","uv":[11.25,12.75,12.5,13.25]},"south":{"texture":"#0","uv":[13.25,12.75,14.5,13.25]},"up":{"texture":"#0","uv":[12.5,12.75,11.25,12]},"west":{"texture":"#0","uv":[12.5,12.75,13.25,13.25]}},"from":[-16,-15.12,-16],"shade":false,"to":[-11.68,-13.5199995,-13.6]},{"faces":{"down":{"texture":"#0","uv":[10.875,5.875,10.125,6.375]},"east":{"texture":"#0","uv":[8.875,6.375,9.375,6.625]},"north":{"texture":"#0","uv":[9.375,6.375,10.125,6.625]},"south":{"texture":"#0","uv":[10.625,6.375,11.375,6.625]},"up":{"texture":"#0","uv":[10.125,6.375,9.375,5.875]},"west":{"texture":"#0","uv":[10.125,6.375,10.625,6.625]}},"from":[-15.04,-16,-15.88],"shade":false,"to":[-12.639999,-15.2,-14.28]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1502.json b/assets/minecraft/models/w1502.json new file mode 100644 index 000000000..ad82222f6 --- /dev/null +++ b/assets/minecraft/models/w1502.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.875,9.5,9.5,9.875]},"east":{"texture":"#0","uv":[8.75,9.875,9.125,11]},"north":{"texture":"#0","uv":[9.125,9.875,9.5,11]},"south":{"texture":"#0","uv":[9.875,9.875,10.25,11]},"up":{"texture":"#0","uv":[9.5,9.875,9.125,9.5]},"west":{"texture":"#0","uv":[9.5,9.875,9.875,11]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.4,-14.8]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1503.json b/assets/minecraft/models/w1503.json new file mode 100644 index 000000000..348da6c36 --- /dev/null +++ b/assets/minecraft/models/w1503.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[5.375,12.125,6.125,11.5]},"south":{"texture":"#0","uv":[5.375,12.125,6.125,11.5]}},"from":[8,8,8],"shade":false,"to":[5.6,6,5.6]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1504.json b/assets/minecraft/models/w1504.json new file mode 100644 index 000000000..fb0d0bca6 --- /dev/null +++ b/assets/minecraft/models/w1504.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.125,8.375,5.625,9.25]},"east":{"texture":"#0","uv":[4.25,9.25,5.125,9.875]},"north":{"texture":"#0","uv":[5.125,9.25,5.625,9.875]},"south":{"texture":"#0","uv":[6.5,9.25,7,9.875]},"up":{"texture":"#0","uv":[5.625,9.25,5.125,8.375]},"west":{"texture":"#0","uv":[5.625,9.25,6.5,9.875]}},"from":[-15.6,-15.8,-15.8],"shade":false,"to":[-14,-13.8,-13]},{"faces":{"down":{"texture":"#0","uv":[2.5,4.875,1.75,5.875]},"east":{"texture":"#0","uv":[0,5.875,1,6]},"north":{"texture":"#0","uv":[1,5.875,1.75,6]},"south":{"texture":"#0","uv":[2.75,5.875,3.5,6]},"up":{"texture":"#0","uv":[1.75,5.875,1,4.875]},"west":{"texture":"#0","uv":[1.75,5.875,2.75,6]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.6,-12.8]},{"faces":{"down":{"texture":"#0","uv":[1.25,8.75,1.125,9.75]},"east":{"texture":"#0","uv":[0,9.75,1,10.375]},"north":{"texture":"#0","uv":[1,9.75,1.125,10.375]},"south":{"texture":"#0","uv":[2.125,9.75,2.25,10.375]},"up":{"texture":"#0","uv":[1.125,9.75,1,8.75]},"west":{"texture":"#0","uv":[1.125,9.75,2.125,10.375]}},"from":[-14,-15.6,-16],"shade":false,"to":[-13.6,-13.6,-12.8]},{"faces":{"down":{"texture":"#0","uv":[1.25,8.75,1.125,9.75]},"east":{"texture":"#0","uv":[0,9.75,1,10.375]},"north":{"texture":"#0","uv":[1,9.75,1.125,10.375]},"south":{"texture":"#0","uv":[2.125,9.75,2.25,10.375]},"up":{"texture":"#0","uv":[1.125,9.75,1,8.75]},"west":{"texture":"#0","uv":[1.125,9.75,2.125,10.375]}},"from":[-16,-15.6,-16],"shade":false,"to":[-15.6,-13.6,-12.8]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1505.json b/assets/minecraft/models/w1505.json new file mode 100644 index 000000000..efe69aaaf --- /dev/null +++ b/assets/minecraft/models/w1505.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,9.5,9.875,9.875]},"east":{"texture":"#0","uv":[9.875,9.875,9.5,11]},"north":{"texture":"#0","uv":[9.5,9.875,9.125,11]},"south":{"texture":"#0","uv":[10.25,9.875,9.875,11]},"up":{"texture":"#0","uv":[9.125,9.875,9.5,9.5]},"west":{"texture":"#0","uv":[9.125,9.875,8.75,11]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.4,-14.8]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1506.json b/assets/minecraft/models/w1506.json new file mode 100644 index 000000000..cfb6afc7f --- /dev/null +++ b/assets/minecraft/models/w1506.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.875,12.25,6.125,11.5]},"north":{"texture":"#0","uv":[6.125,12.125,5.375,11.5]},"south":{"texture":"#0","uv":[6.125,12.125,5.375,11.5]}},"from":[8,8,8],"shade":false,"to":[5.6,6,5.6]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1507.json b/assets/minecraft/models/w1507.json new file mode 100644 index 000000000..3b1cce466 --- /dev/null +++ b/assets/minecraft/models/w1507.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.625,8.375,6.125,9.25]},"east":{"texture":"#0","uv":[6.5,9.25,5.625,9.875]},"north":{"texture":"#0","uv":[5.625,9.25,5.125,9.875]},"south":{"texture":"#0","uv":[7,9.25,6.5,9.875]},"up":{"texture":"#0","uv":[5.125,9.25,5.625,8.375]},"west":{"texture":"#0","uv":[5.125,9.25,4.25,9.875]}},"from":[-15.6,-15.8,-15.8],"shade":false,"to":[-14,-13.8,-13]},{"faces":{"down":{"texture":"#0","uv":[1.75,4.875,2.5,5.875]},"east":{"texture":"#0","uv":[2.75,5.875,1.75,6]},"north":{"texture":"#0","uv":[1.75,5.875,1,6]},"south":{"texture":"#0","uv":[3.5,5.875,2.75,6]},"up":{"texture":"#0","uv":[1,5.875,1.75,4.875]},"west":{"texture":"#0","uv":[1,5.875,0,6]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.6,-12.8]},{"faces":{"down":{"texture":"#0","uv":[1.125,8.75,1.25,9.75]},"east":{"texture":"#0","uv":[2.125,9.75,1.125,10.375]},"north":{"texture":"#0","uv":[1.125,9.75,1,10.375]},"south":{"texture":"#0","uv":[2.25,9.75,2.125,10.375]},"up":{"texture":"#0","uv":[1,9.75,1.125,8.75]},"west":{"texture":"#0","uv":[1,9.75,0,10.375]}},"from":[-16,-15.6,-16],"shade":false,"to":[-15.6,-13.6,-12.8]},{"faces":{"down":{"texture":"#0","uv":[1.125,8.75,1.25,9.75]},"east":{"texture":"#0","uv":[2.125,9.75,1.125,10.375]},"north":{"texture":"#0","uv":[1.125,9.75,1,10.375]},"south":{"texture":"#0","uv":[2.25,9.75,2.125,10.375]},"up":{"texture":"#0","uv":[1,9.75,1.125,8.75]},"west":{"texture":"#0","uv":[1,9.75,0,10.375]}},"from":[-14,-15.6,-16],"shade":false,"to":[-13.6,-13.6,-12.8]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1508.json b/assets/minecraft/models/w1508.json new file mode 100644 index 000000000..6a593992d --- /dev/null +++ b/assets/minecraft/models/w1508.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[8,12,8.625,11.5]},"north":{"texture":"#0","uv":[6.875,12,8,11.5]},"south":{"texture":"#0","uv":[6.875,12,8,11.5]},"west":{"texture":"#0","uv":[8,12,8.625,11.5]}},"from":[8,8,8],"shade":false,"to":[4.408,6.4,6.008]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1509.json b/assets/minecraft/models/w1509.json new file mode 100644 index 000000000..371ff1412 --- /dev/null +++ b/assets/minecraft/models/w1509.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[11.375,7.875,12.125,8.125]},"north":{"texture":"#0","uv":[12.125,7.875,13.375,8.125]},"south":{"texture":"#0","uv":[14.125,7.875,15.375,8.125]},"west":{"texture":"#0","uv":[13.375,7.875,14.125,8.125]}},"from":[-15.8,-15.6,-15.4],"shade":false,"to":[-11.8,-14.8,-13]},{"faces":{"down":{"texture":"#0","uv":[14.625,6,13.25,6.875]},"east":{"texture":"#0","uv":[11,6.875,11.875,7]},"north":{"texture":"#0","uv":[11.875,6.875,13.25,7]},"south":{"texture":"#0","uv":[14.125,6.875,15.5,7]},"up":{"texture":"#0","uv":[13.25,6.875,11.875,6]},"west":{"texture":"#0","uv":[13.25,6.875,14.125,7]}},"from":[-16,-16,-15.6],"shade":false,"to":[-11.6,-15.6,-12.8]},{"faces":{"down":{"texture":"#0","uv":[14.625,4.875,13.25,5.75]},"east":{"texture":"#0","uv":[11,5.75,11.875,5.875]},"north":{"texture":"#0","uv":[11.875,5.75,13.25,5.875]},"south":{"texture":"#0","uv":[14.125,5.75,15.5,5.875]},"up":{"texture":"#0","uv":[13.25,5.75,11.875,4.875]},"west":{"texture":"#0","uv":[13.25,5.75,14.125,5.875]}},"from":[-16,-14.8,-15.6],"shade":false,"to":[-11.6,-14.400001,-12.8]},{"faces":{"down":{"texture":"#0","uv":[5,6.5,4.5,6.625]},"east":{"texture":"#0","uv":[3.875,6.625,4,7.125]},"north":{"texture":"#0","uv":[4,6.625,4.5,7.125]},"south":{"texture":"#0","uv":[4.625,6.625,5.125,7.125]},"up":{"texture":"#0","uv":[4.5,6.625,4,6.5]},"west":{"texture":"#0","uv":[4.5,6.625,4.625,7.125]}},"from":[-14.6,-16,-16],"rotation":{"angle":-45,"axis":"z","origin":[-13.8,-15.2,-15.8],"rescale":false},"shade":false,"to":[-13,-14.4,-15.6]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w151.json b/assets/minecraft/models/w151.json new file mode 100644 index 000000000..f18dfd855 --- /dev/null +++ b/assets/minecraft/models/w151.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.1875,0.625,3.0625,0.75]},"east":{"texture":"#0","uv":[2.8125,0.75,2.9375,0.9375]},"north":{"texture":"#0","uv":[2.9375,0.75,3.0625,0.9375]},"south":{"texture":"#0","uv":[3.1875,0.75,3.3125,0.9375]},"up":{"texture":"#0","uv":[3.0625,0.75,2.9375,0.625]},"west":{"texture":"#0","uv":[3.0625,0.75,3.1875,0.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1510.json b/assets/minecraft/models/w1510.json new file mode 100644 index 000000000..e1308f586 --- /dev/null +++ b/assets/minecraft/models/w1510.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.625,11.75,2.375,12]},"east":{"texture":"#0","uv":[1.875,12,2.125,12.75]},"north":{"texture":"#0","uv":[2.125,12,2.375,12.75]},"south":{"texture":"#0","uv":[2.625,12,2.875,12.75]},"up":{"texture":"#0","uv":[2.375,12,2.125,11.75]},"west":{"texture":"#0","uv":[2.375,12,2.625,12.75]}},"from":[-14.6,-16,-16],"shade":false,"to":[-13.8,-13.6,-15.2]},{"faces":{"down":{"texture":"#0","uv":[0.375,11.75,0.25,11.875]},"east":{"texture":"#0","uv":[0,11.875,0.125,14.375]},"north":{"texture":"#0","uv":[0.125,11.875,0.25,14.375]},"south":{"texture":"#0","uv":[0.375,11.875,0.5,14.375]},"up":{"texture":"#0","uv":[0.25,11.875,0.125,11.75]},"west":{"texture":"#0","uv":[0.25,11.875,0.375,14.375]}},"from":[-14.4,-13.6,-15.8],"shade":false,"to":[-14,-5.5999985,-15.400001]},{"faces":{"down":{"texture":"#0","uv":[4.25,12.875,3.125,13]},"east":{"texture":"#0","uv":[1.875,13,2,13.125]},"north":{"texture":"#0","uv":[2,13,3.125,13.125]},"south":{"texture":"#0","uv":[3.25,13,4.375,13.125]},"up":{"texture":"#0","uv":[3.125,13,2,12.875]},"west":{"texture":"#0","uv":[3.125,13,3.25,13.125]}},"from":[-16,-6.7999983,-15.808],"shade":false,"to":[-12.4,-6.399998,-15.408]},{"faces":{"down":{"texture":"#0","uv":[5.125,13.625,4.25,13.75]},"east":{"texture":"#0","uv":[3.25,13.75,3.375,13.875]},"north":{"texture":"#0","uv":[3.375,13.75,4.25,13.875]},"south":{"texture":"#0","uv":[4.375,13.75,5.25,13.875]},"up":{"texture":"#0","uv":[4.25,13.75,3.375,13.625]},"west":{"texture":"#0","uv":[4.25,13.75,4.375,13.875]}},"from":[-15.6,-9.199999,-15.8],"shade":false,"to":[-12.8,-8.799999,-15.400001]},{"faces":{"north":{"texture":"#0","uv":[0,14.5,1.125,15.125]},"south":{"texture":"#0","uv":[1.125,14.5,0,15.125]}},"from":[-16,-8.799998,-15.804],"shade":false,"to":[-12.4,-6.7999983,-15.804]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1511.json b/assets/minecraft/models/w1511.json new file mode 100644 index 000000000..8848deb8f --- /dev/null +++ b/assets/minecraft/models/w1511.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,11.75,3.5,12]},"east":{"texture":"#0","uv":[3,12,3.25,12.75]},"north":{"texture":"#0","uv":[3.25,12,3.5,12.75]},"south":{"texture":"#0","uv":[3.75,12,4,12.75]},"up":{"texture":"#0","uv":[3.5,12,3.25,11.75]},"west":{"texture":"#0","uv":[3.5,12,3.75,12.75]}},"from":[-14.6,-16,-16],"shade":false,"to":[-13.8,-13.6,-15.2]},{"faces":{"down":{"texture":"#0","uv":[1,11.75,0.875,11.875]},"east":{"texture":"#0","uv":[0.625,11.875,0.75,14.375]},"north":{"texture":"#0","uv":[0.75,11.875,0.875,14.375]},"south":{"texture":"#0","uv":[1,11.875,1.125,14.375]},"up":{"texture":"#0","uv":[0.875,11.875,0.75,11.75]},"west":{"texture":"#0","uv":[0.875,11.875,1,14.375]}},"from":[-14.4,-13.6,-15.808],"shade":false,"to":[-14,-5.6000004,-15.408]},{"faces":{"down":{"texture":"#0","uv":[4.25,13.25,3.125,13.375]},"east":{"texture":"#0","uv":[1.875,13.375,2,13.5]},"north":{"texture":"#0","uv":[2,13.375,3.125,13.5]},"south":{"texture":"#0","uv":[3.25,13.375,4.375,13.5]},"up":{"texture":"#0","uv":[3.125,13.375,2,13.25]},"west":{"texture":"#0","uv":[3.125,13.375,3.25,13.5]}},"from":[-16,-6.8,-15.816],"shade":false,"to":[-12.4,-6.4,-15.416]},{"faces":{"down":{"texture":"#0","uv":[5.125,14,4.25,14.125]},"east":{"texture":"#0","uv":[3.25,14.125,3.375,14.25]},"north":{"texture":"#0","uv":[3.375,14.125,4.25,14.25]},"south":{"texture":"#0","uv":[4.375,14.125,5.25,14.25]},"up":{"texture":"#0","uv":[4.25,14.125,3.375,14]},"west":{"texture":"#0","uv":[4.25,14.125,4.375,14.25]}},"from":[-15.6,-9.2,-15.808],"shade":false,"to":[-12.8,-8.8,-15.408]},{"faces":{"north":{"texture":"#0","uv":[0,15.25,1.125,15.875]},"south":{"texture":"#0","uv":[1.125,15.25,0,15.875]}},"from":[-16,-8.8,-15.808],"shade":false,"to":[-12.4,-6.8,-15.808]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1512.json b/assets/minecraft/models/w1512.json new file mode 100644 index 000000000..a1f1ef738 --- /dev/null +++ b/assets/minecraft/models/w1512.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.875,11.75,4.625,12]},"east":{"texture":"#0","uv":[4.125,12,4.375,12.75]},"north":{"texture":"#0","uv":[4.375,12,4.625,12.75]},"south":{"texture":"#0","uv":[4.875,12,5.125,12.75]},"up":{"texture":"#0","uv":[4.625,12,4.375,11.75]},"west":{"texture":"#0","uv":[4.625,12,4.875,12.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.200001,-13.6,-15.2]},{"faces":{"down":{"texture":"#0","uv":[1.625,11.75,1.5,11.875]},"east":{"texture":"#0","uv":[1.25,11.875,1.375,14.375]},"north":{"texture":"#0","uv":[1.375,11.875,1.5,14.375]},"south":{"texture":"#0","uv":[1.625,11.875,1.75,14.375]},"up":{"texture":"#0","uv":[1.5,11.875,1.375,11.75]},"west":{"texture":"#0","uv":[1.5,11.875,1.625,14.375]}},"from":[-15.8,-13.6,-15.8],"shade":false,"to":[-15.400001,-5.5999985,-15.400001]},{"faces":{"down":{"texture":"#0","uv":[3.5,14.5,3,14.5]},"east":{"texture":"#0","uv":[2.5,14.5,2.5,15.125]},"north":{"texture":"#0","uv":[2.5,14.5,3,15.125]},"south":{"texture":"#0","uv":[3,14.5,3.5,15.125]},"up":{"texture":"#0","uv":[3,14.5,2.5,14.5]},"west":{"texture":"#0","uv":[3,14.5,3,15.125]}},"from":[-15.400001,-8.8,-15.804],"shade":false,"to":[-13.8,-6.7999988,-15.804]},{"faces":{"north":{"texture":"#0","uv":[2.5,14.5,3,15.125]},"south":{"texture":"#0","uv":[3,14.5,2.5,15.125]}},"from":[-15.400001,-8.8,-15.788],"shade":false,"to":[-13.8,-6.7999988,-15.788]},{"faces":{"down":{"texture":"#0","uv":[3,13.625,2.5,13.75]},"east":{"texture":"#0","uv":[1.875,13.75,2,13.875]},"north":{"texture":"#0","uv":[2,13.75,2.5,13.875]},"south":{"texture":"#0","uv":[2.625,13.75,3.125,13.875]},"up":{"texture":"#0","uv":[2.5,13.75,2,13.625]},"west":{"texture":"#0","uv":[2.5,13.75,2.625,13.875]}},"from":[-15.400001,-6.7999983,-15.808],"shade":false,"to":[-13.8,-6.399998,-15.408]},{"faces":{"down":{"texture":"#0","uv":[2.75,14,2.375,14.125]},"east":{"texture":"#0","uv":[1.875,14.125,2,14.25]},"north":{"texture":"#0","uv":[2,14.125,2.375,14.25]},"south":{"texture":"#0","uv":[2.5,14.125,2.875,14.25]},"up":{"texture":"#0","uv":[2.375,14.125,2,14]},"west":{"texture":"#0","uv":[2.375,14.125,2.5,14.25]}},"from":[-15.400001,-9.2,-15.8],"shade":false,"to":[-14.200001,-8.8,-15.400001]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1513.json b/assets/minecraft/models/w1513.json new file mode 100644 index 000000000..50fe9454c --- /dev/null +++ b/assets/minecraft/models/w1513.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,11.75,3.5,12]},"east":{"texture":"#0","uv":[3,12,3.25,12.75]},"north":{"texture":"#0","uv":[3.25,12,3.5,12.75]},"south":{"texture":"#0","uv":[3.75,12,4,12.75]},"up":{"texture":"#0","uv":[3.5,12,3.25,11.75]},"west":{"texture":"#0","uv":[3.5,12,3.75,12.75]}},"from":[-14.6,-16,-16],"shade":false,"to":[-13.8,-13.6,-15.2]},{"faces":{"down":{"texture":"#0","uv":[0.875,11.75,1,11.875]},"east":{"texture":"#0","uv":[1,11.875,0.875,14.375]},"north":{"texture":"#0","uv":[0.875,11.875,0.75,14.375]},"south":{"texture":"#0","uv":[1.125,11.875,1,14.375]},"up":{"texture":"#0","uv":[0.75,11.875,0.875,11.75]},"west":{"texture":"#0","uv":[0.75,11.875,0.625,14.375]}},"from":[-14.4,-13.6,-15.804],"shade":false,"to":[-14,-5.6000004,-15.404]},{"faces":{"down":{"texture":"#0","uv":[3.125,13.25,4.25,13.375]},"east":{"texture":"#0","uv":[3.25,13.375,3.125,13.5]},"north":{"texture":"#0","uv":[3.125,13.375,2,13.5]},"south":{"texture":"#0","uv":[4.375,13.375,3.25,13.5]},"up":{"texture":"#0","uv":[2,13.375,3.125,13.25]},"west":{"texture":"#0","uv":[2,13.375,1.875,13.5]}},"from":[-16,-6.8,-15.812],"shade":false,"to":[-12.4,-6.4,-15.412001]},{"faces":{"down":{"texture":"#0","uv":[4.25,14,5.125,14.125]},"east":{"texture":"#0","uv":[4.375,14.125,4.25,14.25]},"north":{"texture":"#0","uv":[4.25,14.125,3.375,14.25]},"south":{"texture":"#0","uv":[5.25,14.125,4.375,14.25]},"up":{"texture":"#0","uv":[3.375,14.125,4.25,14]},"west":{"texture":"#0","uv":[3.375,14.125,3.25,14.25]}},"from":[-15.6,-9.2,-15.804],"shade":false,"to":[-12.8,-8.8,-15.404]},{"faces":{"north":{"texture":"#0","uv":[1.125,15.25,0,15.875]},"south":{"texture":"#0","uv":[0,15.25,1.125,15.875]}},"from":[-16,-8.8,-15.804],"shade":false,"to":[-12.4,-6.8,-15.804]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1514.json b/assets/minecraft/models/w1514.json new file mode 100644 index 000000000..81886d517 --- /dev/null +++ b/assets/minecraft/models/w1514.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.875,11.75,4.625,12]},"east":{"texture":"#0","uv":[4.125,12,4.375,12.75]},"north":{"texture":"#0","uv":[4.375,12,4.625,12.75]},"south":{"texture":"#0","uv":[4.875,12,5.125,12.75]},"up":{"texture":"#0","uv":[4.625,12,4.375,11.75]},"west":{"texture":"#0","uv":[4.625,12,4.875,12.75]}},"from":[-14.6,-16,-16],"shade":false,"to":[-13.800001,-13.6,-15.2]},{"faces":{"down":{"texture":"#0","uv":[1.5,11.75,1.625,11.875]},"east":{"texture":"#0","uv":[1.625,11.875,1.5,14.375]},"north":{"texture":"#0","uv":[1.5,11.875,1.375,14.375]},"south":{"texture":"#0","uv":[1.75,11.875,1.625,14.375]},"up":{"texture":"#0","uv":[1.375,11.875,1.5,11.75]},"west":{"texture":"#0","uv":[1.375,11.875,1.25,14.375]}},"from":[-14.4,-13.6,-15.8],"shade":false,"to":[-14,-5.5999985,-15.400001]},{"faces":{"down":{"texture":"#0","uv":[3,14.5,3.5,14.5]},"east":{"texture":"#0","uv":[3,14.5,3,15.125]},"north":{"texture":"#0","uv":[3,14.5,2.5,15.125]},"south":{"texture":"#0","uv":[3.5,14.5,3,15.125]},"up":{"texture":"#0","uv":[2.5,14.5,3,14.5]},"west":{"texture":"#0","uv":[2.5,14.5,2.5,15.125]}},"from":[-16,-8.8,-15.804],"shade":false,"to":[-14.4,-6.7999988,-15.804]},{"faces":{"down":{"texture":"#0","uv":[10.75,2.75,10.25,2.75]},"east":{"texture":"#0","uv":[10.25,2.75,10.25,3.375]},"north":{"texture":"#0","uv":[3,14.5,2.5,15.125]},"south":{"texture":"#0","uv":[2.5,14.5,3,15.125]},"up":{"texture":"#0","uv":[10.25,2.75,9.75,2.75]},"west":{"texture":"#0","uv":[9.75,2.75,9.75,3.375]}},"from":[-16,-8.8,-15.788],"shade":false,"to":[-14.4,-6.7999988,-15.788]},{"faces":{"down":{"texture":"#0","uv":[2.5,13.625,3,13.75]},"east":{"texture":"#0","uv":[2.625,13.75,2.5,13.875]},"north":{"texture":"#0","uv":[2.5,13.75,2,13.875]},"south":{"texture":"#0","uv":[3.125,13.75,2.625,13.875]},"up":{"texture":"#0","uv":[2,13.75,2.5,13.625]},"west":{"texture":"#0","uv":[2,13.75,1.875,13.875]}},"from":[-16,-6.7999983,-15.808],"shade":false,"to":[-14.4,-6.399998,-15.408]},{"faces":{"down":{"texture":"#0","uv":[2.375,14,2.75,14.125]},"east":{"texture":"#0","uv":[2.5,14.125,2.375,14.25]},"north":{"texture":"#0","uv":[2.375,14.125,2,14.25]},"south":{"texture":"#0","uv":[2.875,14.125,2.5,14.25]},"up":{"texture":"#0","uv":[2,14.125,2.375,14]},"west":{"texture":"#0","uv":[2,14.125,1.875,14.25]}},"from":[-15.6,-9.2,-15.8],"shade":false,"to":[-14.400001,-8.8,-15.400001]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1515.json b/assets/minecraft/models/w1515.json new file mode 100644 index 000000000..48b786392 --- /dev/null +++ b/assets/minecraft/models/w1515.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.125,8.25,13.125,9]},"east":{"texture":"#0","uv":[11.375,9,12.125,9.625]},"north":{"texture":"#0","uv":[12.125,9,13.125,9.625]},"south":{"texture":"#0","uv":[13.875,9,14.875,9.625]},"up":{"texture":"#0","uv":[13.125,9,12.125,8.25]},"west":{"texture":"#0","uv":[13.125,9,13.875,9.625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14,-13.6]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1516.json b/assets/minecraft/models/w1516.json new file mode 100644 index 000000000..088b90f6a --- /dev/null +++ b/assets/minecraft/models/w1516.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.625,4.75,5.25,6.125]},"east":{"texture":"#0","uv":[2.5,6.125,3.875,6.375]},"north":{"texture":"#0","uv":[3.875,6.125,5.25,6.375]},"south":{"texture":"#0","uv":[6.625,6.125,8,6.375]},"up":{"texture":"#0","uv":[5.25,6.125,3.875,4.75]},"west":{"texture":"#0","uv":[5.25,6.125,6.625,6.375]}},"from":[-16,-16,-15.6],"shade":false,"to":[-11.6,-15.2,-11.200001]},{"faces":{"down":{"texture":"#0","uv":[3.5,4.875,3.125,5]},"east":{"texture":"#0","uv":[2.625,5,2.75,5.5]},"north":{"texture":"#0","uv":[2.75,5,3.125,5.5]},"south":{"texture":"#0","uv":[3.25,5,3.625,5.5]},"up":{"texture":"#0","uv":[3.125,5,2.75,4.875]},"west":{"texture":"#0","uv":[3.125,5,3.25,5.5]}},"from":[-14.4,-15.68,-16],"shade":false,"to":[-13.2,-14.079999,-15.6]},{"faces":{"down":{"texture":"#0","uv":[3.5,4.875,3.125,5]},"east":{"texture":"#0","uv":[2.625,5,2.75,5.5]},"north":{"texture":"#0","uv":[2.75,5,3.125,5.5]},"south":{"texture":"#0","uv":[3.25,5,3.625,5.5]},"up":{"texture":"#0","uv":[3.125,5,2.75,4.875]},"west":{"texture":"#0","uv":[3.125,5,3.25,5.5]}},"from":[-15.68,-16,-16],"shade":false,"to":[-14.4800005,-14.4,-15.6]},{"faces":{"down":{"texture":"#0","uv":[3.5,4.875,3.125,5]},"east":{"texture":"#0","uv":[2.625,5,2.75,5.5]},"north":{"texture":"#0","uv":[2.75,5,3.125,5.5]},"south":{"texture":"#0","uv":[3.25,5,3.625,5.5]},"up":{"texture":"#0","uv":[3.125,5,2.75,4.875]},"west":{"texture":"#0","uv":[3.125,5,3.25,5.5]}},"from":[-13.12,-16,-16],"shade":false,"to":[-11.92,-14.4,-15.6]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1517.json b/assets/minecraft/models/w1517.json new file mode 100644 index 000000000..2c850311b --- /dev/null +++ b/assets/minecraft/models/w1517.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,13.125,8,13.625]},"east":{"texture":"#0","uv":[7,13.625,7.5,13.875]},"north":{"texture":"#0","uv":[7.5,13.625,8,13.875]},"south":{"texture":"#0","uv":[8.5,13.625,9,13.875]},"up":{"texture":"#0","uv":[8,13.625,7.5,13.125]},"west":{"texture":"#0","uv":[8,13.625,8.5,13.875]}},"from":[-16,-15.2,-16],"shade":false,"to":[-14.4,-14.4,-14.4]},{"faces":{"down":{"texture":"#0","uv":[6,10,5.75,10.125]},"east":{"texture":"#0","uv":[5.375,10.125,5.5,11.125]},"north":{"texture":"#0","uv":[5.5,10.125,5.75,11.125]},"south":{"texture":"#0","uv":[5.875,10.125,6.125,11.125]},"up":{"texture":"#0","uv":[5.75,10.125,5.5,10]},"west":{"texture":"#0","uv":[5.75,10.125,5.875,11.125]}},"from":[-15.4,-16,-15.8],"shade":false,"to":[-14.599999,-12.8,-15.400001]},{"faces":{"down":{"texture":"#0","uv":[6.875,10,6.625,10.125]},"east":{"texture":"#0","uv":[6.25,10.125,6.375,11.125]},"north":{"texture":"#0","uv":[6.375,10.125,6.625,11.125]},"south":{"texture":"#0","uv":[6.75,10.125,7,11.125]},"up":{"texture":"#0","uv":[6.625,10.125,6.375,10]},"west":{"texture":"#0","uv":[6.625,10.125,6.75,11.125]}},"from":[-15.8,-16,-15],"shade":false,"to":[-15,-12.8,-14.6]},{"faces":{"down":{"texture":"#0","uv":[0.625,4.875,0.375,5]},"east":{"texture":"#0","uv":[0,5,0.125,5.125]},"north":{"texture":"#0","uv":[0.125,5,0.375,5.125]},"south":{"texture":"#0","uv":[0.5,5,0.75,5.125]},"up":{"texture":"#0","uv":[0.375,5,0.125,4.875]},"west":{"texture":"#0","uv":[0.375,5,0.5,5.125]}},"from":[-15.4,-16,-15.4],"shade":false,"to":[-14.599999,-15.6,-15]},{"faces":{"down":{"texture":"#0","uv":[0.625,4.875,0.375,5]},"east":{"texture":"#0","uv":[0,5,0.125,5.125]},"north":{"texture":"#0","uv":[0.125,5,0.375,5.125]},"south":{"texture":"#0","uv":[0.5,5,0.75,5.125]},"up":{"texture":"#0","uv":[0.375,5,0.125,4.875]},"west":{"texture":"#0","uv":[0.375,5,0.5,5.125]}},"from":[-15.4,-13.2,-15.4],"shade":false,"to":[-14.599999,-12.8,-15]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1518.json b/assets/minecraft/models/w1518.json new file mode 100644 index 000000000..209672003 --- /dev/null +++ b/assets/minecraft/models/w1518.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,13.125,8.5,13.625]},"east":{"texture":"#0","uv":[8.5,13.625,8,13.875]},"north":{"texture":"#0","uv":[8,13.625,7.5,13.875]},"south":{"texture":"#0","uv":[9,13.625,8.5,13.875]},"up":{"texture":"#0","uv":[7.5,13.625,8,13.125]},"west":{"texture":"#0","uv":[7.5,13.625,7,13.875]}},"from":[-16,-15.6,-16],"shade":false,"to":[-14.4,-14.8,-14.4]},{"faces":{"down":{"texture":"#0","uv":[8,13.125,8.5,13.625]},"east":{"texture":"#0","uv":[8.5,13.625,8,13.75]},"north":{"texture":"#0","uv":[8,13.625,7.5,13.75]},"south":{"texture":"#0","uv":[9,13.625,8.5,13.75]},"up":{"texture":"#0","uv":[7.5,13.625,8,13.125]},"west":{"texture":"#0","uv":[7.5,13.625,7,13.75]}},"from":[-16,-13.6,-16],"shade":false,"to":[-14.4,-13.200001,-14.4]},{"faces":{"down":{"texture":"#0","uv":[5.75,10,6,10.125]},"east":{"texture":"#0","uv":[5.875,10.125,5.75,11.125]},"north":{"texture":"#0","uv":[5.75,10.125,5.5,11.125]},"south":{"texture":"#0","uv":[6.125,10.125,5.875,11.125]},"up":{"texture":"#0","uv":[5.5,10.125,5.75,10]},"west":{"texture":"#0","uv":[5.5,10.125,5.375,11.125]}},"from":[-15.8,-16,-15.8],"shade":false,"to":[-15,-12.8,-15.400001]},{"faces":{"down":{"texture":"#0","uv":[6.625,10,6.875,10.125]},"east":{"texture":"#0","uv":[6.75,10.125,6.625,11.125]},"north":{"texture":"#0","uv":[6.625,10.125,6.375,11.125]},"south":{"texture":"#0","uv":[7,10.125,6.75,11.125]},"up":{"texture":"#0","uv":[6.375,10.125,6.625,10]},"west":{"texture":"#0","uv":[6.375,10.125,6.25,11.125]}},"from":[-15.4,-16,-15],"shade":false,"to":[-14.599999,-12.8,-14.6]},{"faces":{"down":{"texture":"#0","uv":[0.375,4.875,0.625,5]},"east":{"texture":"#0","uv":[0.5,5,0.375,5.125]},"north":{"texture":"#0","uv":[0.375,5,0.125,5.125]},"south":{"texture":"#0","uv":[0.75,5,0.5,5.125]},"up":{"texture":"#0","uv":[0.125,5,0.375,4.875]},"west":{"texture":"#0","uv":[0.125,5,0,5.125]}},"from":[-15.8,-16,-15.4],"shade":false,"to":[-15,-15.6,-15]},{"faces":{"down":{"texture":"#0","uv":[0.375,4.875,0.625,5]},"east":{"texture":"#0","uv":[0.5,5,0.375,5.125]},"north":{"texture":"#0","uv":[0.375,5,0.125,5.125]},"south":{"texture":"#0","uv":[0.75,5,0.5,5.125]},"up":{"texture":"#0","uv":[0.125,5,0.375,4.875]},"west":{"texture":"#0","uv":[0.125,5,0,5.125]}},"from":[-15.8,-13.2,-15.4],"shade":false,"to":[-15,-12.8,-15]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1519.json b/assets/minecraft/models/w1519.json new file mode 100644 index 000000000..69ccbc49f --- /dev/null +++ b/assets/minecraft/models/w1519.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.375,8.75,2.125,9.25]},"east":{"texture":"#0","uv":[1.375,9.25,1.875,9.625]},"north":{"texture":"#0","uv":[1.875,9.25,2.125,9.625]},"south":{"texture":"#0","uv":[2.625,9.25,2.875,9.625]},"up":{"texture":"#0","uv":[2.125,9.25,1.875,8.75]},"west":{"texture":"#0","uv":[2.125,9.25,2.625,9.625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-14.4]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w152.json b/assets/minecraft/models/w152.json new file mode 100644 index 000000000..a198fe53b --- /dev/null +++ b/assets/minecraft/models/w152.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.3125,5.375,4,5.6875]},"east":{"texture":"#0","uv":[3.375,5.6875,3.6875,5.9375]},"north":{"texture":"#0","uv":[3.6875,5.6875,4,5.9375]},"south":{"texture":"#0","uv":[4.3125,5.6875,4.625,5.9375]},"up":{"texture":"#0","uv":[4,5.6875,3.6875,5.375]},"west":{"texture":"#0","uv":[4,5.6875,4.3125,5.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.4,-14]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1520.json b/assets/minecraft/models/w1520.json new file mode 100644 index 000000000..1d052c836 --- /dev/null +++ b/assets/minecraft/models/w1520.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.125,8.75,2.375,9.25]},"east":{"texture":"#0","uv":[2.625,9.25,2.125,9.625]},"north":{"texture":"#0","uv":[2.125,9.25,1.875,9.625]},"south":{"texture":"#0","uv":[2.875,9.25,2.625,9.625]},"up":{"texture":"#0","uv":[1.875,9.25,2.125,8.75]},"west":{"texture":"#0","uv":[1.875,9.25,1.375,9.625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-14.4]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1521.json b/assets/minecraft/models/w1521.json new file mode 100644 index 000000000..6e4ac426f --- /dev/null +++ b/assets/minecraft/models/w1521.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[1.875,4.75,2.625,0.75]},"south":{"texture":"#0","uv":[0.75,4.75,1.875,0.75]},"west":{"texture":"#0","uv":[0,4.75,0.75,0.75]}},"from":[8,8,8],"shade":false,"to":[4.408,-4.8,5.608]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1522.json b/assets/minecraft/models/w1522.json new file mode 100644 index 000000000..52d222ec5 --- /dev/null +++ b/assets/minecraft/models/w1522.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0,0.75,0.75,4.75]},"north":{"texture":"#0","uv":[0.75,0.75,1.875,4.75]},"south":{"texture":"#0","uv":[2.625,0.75,3.75,4.75]},"west":{"texture":"#0","uv":[1.875,0.75,2.625,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-3.1999998,-13.6]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1523.json b/assets/minecraft/models/w1523.json new file mode 100644 index 000000000..74f4d7b80 --- /dev/null +++ b/assets/minecraft/models/w1523.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[8.625,4.75,9.375,0.75]},"north":{"texture":"#0","uv":[9.375,4.75,10.5,0.75]},"west":{"texture":"#0","uv":[6.75,4.75,7.5,0.75]}},"from":[8,8,8],"shade":false,"to":[4.408,-4.8,5.608]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1524.json b/assets/minecraft/models/w1524.json new file mode 100644 index 000000000..f471f2668 --- /dev/null +++ b/assets/minecraft/models/w1524.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[6.75,0.75,7.5,4.75]},"north":{"texture":"#0","uv":[7.5,0.75,8.625,4.75]},"south":{"texture":"#0","uv":[9.375,0.75,10.5,4.75]},"west":{"texture":"#0","uv":[8.625,0.75,9.375,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-3.1999998,-13.6]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1525.json b/assets/minecraft/models/w1525.json new file mode 100644 index 000000000..da8187ef5 --- /dev/null +++ b/assets/minecraft/models/w1525.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.25,4.625,5.875,0.625]},"north":{"texture":"#0","uv":[5.875,4.625,6.625,0.625]},"south":{"texture":"#0","uv":[4.5,4.625,5.25,0.625]}},"from":[8,8,8],"shade":false,"to":[5.6080003,-4.8,6.008]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1526.json b/assets/minecraft/models/w1526.json new file mode 100644 index 000000000..f5f8abd8b --- /dev/null +++ b/assets/minecraft/models/w1526.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3.875,0.625,4.5,4.625]},"north":{"texture":"#0","uv":[4.5,0.625,5.25,4.625]},"south":{"texture":"#0","uv":[5.875,0.625,6.625,4.625]},"west":{"texture":"#0","uv":[5.25,0.625,5.875,4.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-3.1999998,-14]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1527.json b/assets/minecraft/models/w1527.json new file mode 100644 index 000000000..82e0d13f3 --- /dev/null +++ b/assets/minecraft/models/w1527.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[12.625,4.625,13.375,0.625]},"south":{"texture":"#0","uv":[11.25,4.625,12,0.625]},"west":{"texture":"#0","uv":[10.625,4.625,11.25,0.625]}},"from":[8,8,8],"shade":false,"to":[5.6080003,-4.8,6.008]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1528.json b/assets/minecraft/models/w1528.json new file mode 100644 index 000000000..5b37a90e5 --- /dev/null +++ b/assets/minecraft/models/w1528.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[10.625,0.625,11.25,4.625]},"north":{"texture":"#0","uv":[11.25,0.625,12,4.625]},"south":{"texture":"#0","uv":[12.625,0.625,13.375,4.625]},"west":{"texture":"#0","uv":[12,0.625,12.625,4.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-3.1999998,-14]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1529.json b/assets/minecraft/models/w1529.json new file mode 100644 index 000000000..8e42c6f63 --- /dev/null +++ b/assets/minecraft/models/w1529.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,11,2.875,11.125]},"east":{"texture":"#0","uv":[2.625,11.125,2.75,11.5]},"north":{"texture":"#0","uv":[2.75,11.125,2.875,11.5]},"south":{"texture":"#0","uv":[3,11.125,3.125,11.5]},"up":{"texture":"#0","uv":[2.875,11.125,2.75,11]},"west":{"texture":"#0","uv":[2.875,11.125,3,11.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w153.json b/assets/minecraft/models/w153.json new file mode 100644 index 000000000..6fca7f643 --- /dev/null +++ b/assets/minecraft/models/w153.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.9375,2.875,2.75,3.0625]},"east":{"texture":"#0","uv":[2.375,3.0625,2.5625,3.3125]},"north":{"texture":"#0","uv":[2.5625,3.0625,2.75,3.3125]},"south":{"texture":"#0","uv":[2.9375,3.0625,3.125,3.3125]},"up":{"texture":"#0","uv":[2.75,3.0625,2.5625,2.875]},"west":{"texture":"#0","uv":[2.75,3.0625,2.9375,3.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.8]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1530.json b/assets/minecraft/models/w1530.json new file mode 100644 index 000000000..8584b7a73 --- /dev/null +++ b/assets/minecraft/models/w1530.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,10.5,0.375,10.625]},"east":{"texture":"#0","uv":[0.125,10.625,0.25,10.875]},"north":{"texture":"#0","uv":[0.25,10.625,0.375,10.875]},"south":{"texture":"#0","uv":[0.5,10.625,0.625,10.875]},"up":{"texture":"#0","uv":[0.375,10.625,0.25,10.5]},"west":{"texture":"#0","uv":[0.375,10.625,0.5,10.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1531.json b/assets/minecraft/models/w1531.json new file mode 100644 index 000000000..c5998cf54 --- /dev/null +++ b/assets/minecraft/models/w1531.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,10.5,1,10.625]},"east":{"texture":"#0","uv":[0.75,10.625,0.875,10.875]},"north":{"texture":"#0","uv":[0.875,10.625,1,10.875]},"south":{"texture":"#0","uv":[1.125,10.625,1.25,10.875]},"up":{"texture":"#0","uv":[1,10.625,0.875,10.5]},"west":{"texture":"#0","uv":[1,10.625,1.125,10.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1532.json b/assets/minecraft/models/w1532.json new file mode 100644 index 000000000..f821e2e41 --- /dev/null +++ b/assets/minecraft/models/w1532.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,10.5,1.625,10.625]},"east":{"texture":"#0","uv":[1.375,10.625,1.5,10.875]},"north":{"texture":"#0","uv":[1.5,10.625,1.625,10.875]},"south":{"texture":"#0","uv":[1.75,10.625,1.875,10.875]},"up":{"texture":"#0","uv":[1.625,10.625,1.5,10.5]},"west":{"texture":"#0","uv":[1.625,10.625,1.75,10.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1533.json b/assets/minecraft/models/w1533.json new file mode 100644 index 000000000..cef05e75c --- /dev/null +++ b/assets/minecraft/models/w1533.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.375,10.5,2.25,10.625]},"east":{"texture":"#0","uv":[2,10.625,2.125,10.875]},"north":{"texture":"#0","uv":[2.125,10.625,2.25,10.875]},"south":{"texture":"#0","uv":[2.375,10.625,2.5,10.875]},"up":{"texture":"#0","uv":[2.25,10.625,2.125,10.5]},"west":{"texture":"#0","uv":[2.25,10.625,2.375,10.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1534.json b/assets/minecraft/models/w1534.json new file mode 100644 index 000000000..fd1c52916 --- /dev/null +++ b/assets/minecraft/models/w1534.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.875,11,3,11.125]},"east":{"texture":"#0","uv":[3,11.125,2.875,11.5]},"north":{"texture":"#0","uv":[2.875,11.125,2.75,11.5]},"south":{"texture":"#0","uv":[3.125,11.125,3,11.5]},"up":{"texture":"#0","uv":[2.75,11.125,2.875,11]},"west":{"texture":"#0","uv":[2.75,11.125,2.625,11.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1535.json b/assets/minecraft/models/w1535.json new file mode 100644 index 000000000..c44345637 --- /dev/null +++ b/assets/minecraft/models/w1535.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.375,10.5,0.5,10.625]},"east":{"texture":"#0","uv":[0.5,10.625,0.375,10.875]},"north":{"texture":"#0","uv":[0.375,10.625,0.25,10.875]},"south":{"texture":"#0","uv":[0.625,10.625,0.5,10.875]},"up":{"texture":"#0","uv":[0.25,10.625,0.375,10.5]},"west":{"texture":"#0","uv":[0.25,10.625,0.125,10.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1536.json b/assets/minecraft/models/w1536.json new file mode 100644 index 000000000..8039e9852 --- /dev/null +++ b/assets/minecraft/models/w1536.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,10.5,1.125,10.625]},"east":{"texture":"#0","uv":[1.125,10.625,1,10.875]},"north":{"texture":"#0","uv":[1,10.625,0.875,10.875]},"south":{"texture":"#0","uv":[1.25,10.625,1.125,10.875]},"up":{"texture":"#0","uv":[0.875,10.625,1,10.5]},"west":{"texture":"#0","uv":[0.875,10.625,0.75,10.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1537.json b/assets/minecraft/models/w1537.json new file mode 100644 index 000000000..50dabd273 --- /dev/null +++ b/assets/minecraft/models/w1537.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.625,10.5,1.75,10.625]},"east":{"texture":"#0","uv":[1.75,10.625,1.625,10.875]},"north":{"texture":"#0","uv":[1.625,10.625,1.5,10.875]},"south":{"texture":"#0","uv":[1.875,10.625,1.75,10.875]},"up":{"texture":"#0","uv":[1.5,10.625,1.625,10.5]},"west":{"texture":"#0","uv":[1.5,10.625,1.375,10.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1538.json b/assets/minecraft/models/w1538.json new file mode 100644 index 000000000..99ffb0082 --- /dev/null +++ b/assets/minecraft/models/w1538.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,10.5,2.375,10.625]},"east":{"texture":"#0","uv":[2.375,10.625,2.25,10.875]},"north":{"texture":"#0","uv":[2.25,10.625,2.125,10.875]},"south":{"texture":"#0","uv":[2.5,10.625,2.375,10.875]},"up":{"texture":"#0","uv":[2.125,10.625,2.25,10.5]},"west":{"texture":"#0","uv":[2.125,10.625,2,10.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1539.json b/assets/minecraft/models/w1539.json new file mode 100644 index 000000000..1769e716d --- /dev/null +++ b/assets/minecraft/models/w1539.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,11,0.375,11.125]},"east":{"texture":"#0","uv":[0.125,11.125,0.25,11.5]},"north":{"texture":"#0","uv":[0.25,11.125,0.375,11.5]},"south":{"texture":"#0","uv":[0.5,11.125,0.625,11.5]},"up":{"texture":"#0","uv":[0.375,11.125,0.25,11]},"west":{"texture":"#0","uv":[0.375,11.125,0.5,11.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w154.json b/assets/minecraft/models/w154.json new file mode 100644 index 000000000..26ecc9f7b --- /dev/null +++ b/assets/minecraft/models/w154.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.375,0.9375,10.1875,1.4375]},"north":{"texture":"#0","uv":[10,1.4375,10.1875,2.0625]},"south":{"texture":"#0","uv":[10.6875,1.4375,10.875,2.0625]},"up":{"texture":"#0","uv":[10.1875,1.4375,10,0.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-11.76,-12.559999]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1540.json b/assets/minecraft/models/w1540.json new file mode 100644 index 000000000..5abe3cbd2 --- /dev/null +++ b/assets/minecraft/models/w1540.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,11,1,11.125]},"east":{"texture":"#0","uv":[0.75,11.125,0.875,11.5]},"north":{"texture":"#0","uv":[0.875,11.125,1,11.5]},"south":{"texture":"#0","uv":[1.125,11.125,1.25,11.5]},"up":{"texture":"#0","uv":[1,11.125,0.875,11]},"west":{"texture":"#0","uv":[1,11.125,1.125,11.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1541.json b/assets/minecraft/models/w1541.json new file mode 100644 index 000000000..e2383a33d --- /dev/null +++ b/assets/minecraft/models/w1541.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,11,1.625,11.125]},"east":{"texture":"#0","uv":[1.375,11.125,1.5,11.5]},"north":{"texture":"#0","uv":[1.5,11.125,1.625,11.5]},"south":{"texture":"#0","uv":[1.75,11.125,1.875,11.5]},"up":{"texture":"#0","uv":[1.625,11.125,1.5,11]},"west":{"texture":"#0","uv":[1.625,11.125,1.75,11.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1542.json b/assets/minecraft/models/w1542.json new file mode 100644 index 000000000..6bb492e4c --- /dev/null +++ b/assets/minecraft/models/w1542.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.375,11,2.25,11.125]},"east":{"texture":"#0","uv":[2,11.125,2.125,11.5]},"north":{"texture":"#0","uv":[2.125,11.125,2.25,11.5]},"south":{"texture":"#0","uv":[2.375,11.125,2.5,11.5]},"up":{"texture":"#0","uv":[2.25,11.125,2.125,11]},"west":{"texture":"#0","uv":[2.25,11.125,2.375,11.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1543.json b/assets/minecraft/models/w1543.json new file mode 100644 index 000000000..94cc7dc00 --- /dev/null +++ b/assets/minecraft/models/w1543.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.375,11,0.5,11.125]},"east":{"texture":"#0","uv":[0.5,11.125,0.375,11.5]},"north":{"texture":"#0","uv":[0.375,11.125,0.25,11.5]},"south":{"texture":"#0","uv":[0.625,11.125,0.5,11.5]},"up":{"texture":"#0","uv":[0.25,11.125,0.375,11]},"west":{"texture":"#0","uv":[0.25,11.125,0.125,11.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1544.json b/assets/minecraft/models/w1544.json new file mode 100644 index 000000000..42c87b632 --- /dev/null +++ b/assets/minecraft/models/w1544.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,11,1.125,11.125]},"east":{"texture":"#0","uv":[1.125,11.125,1,11.5]},"north":{"texture":"#0","uv":[1,11.125,0.875,11.5]},"south":{"texture":"#0","uv":[1.25,11.125,1.125,11.5]},"up":{"texture":"#0","uv":[0.875,11.125,1,11]},"west":{"texture":"#0","uv":[0.875,11.125,0.75,11.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1545.json b/assets/minecraft/models/w1545.json new file mode 100644 index 000000000..0031ea9a0 --- /dev/null +++ b/assets/minecraft/models/w1545.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.625,11,1.75,11.125]},"east":{"texture":"#0","uv":[1.75,11.125,1.625,11.5]},"north":{"texture":"#0","uv":[1.625,11.125,1.5,11.5]},"south":{"texture":"#0","uv":[1.875,11.125,1.75,11.5]},"up":{"texture":"#0","uv":[1.5,11.125,1.625,11]},"west":{"texture":"#0","uv":[1.5,11.125,1.375,11.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1546.json b/assets/minecraft/models/w1546.json new file mode 100644 index 000000000..0afd359b1 --- /dev/null +++ b/assets/minecraft/models/w1546.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,11,2.375,11.125]},"east":{"texture":"#0","uv":[2.375,11.125,2.25,11.5]},"north":{"texture":"#0","uv":[2.25,11.125,2.125,11.5]},"south":{"texture":"#0","uv":[2.5,11.125,2.375,11.5]},"up":{"texture":"#0","uv":[2.125,11.125,2.25,11]},"west":{"texture":"#0","uv":[2.125,11.125,2,11.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1422860604_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1547.json b/assets/minecraft/models/w1547.json new file mode 100644 index 000000000..6e7e25ea5 --- /dev/null +++ b/assets/minecraft/models/w1547.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,2,3,3.5]},"east":{"texture":"#0","uv":[0,3.5,1.5,5.375]},"north":{"texture":"#0","uv":[1.5,3.5,3,5.375]},"south":{"texture":"#0","uv":[4.5,3.5,6,5.375]},"up":{"texture":"#0","uv":[3,3.5,1.5,2]},"west":{"texture":"#0","uv":[3,3.5,4.5,5.375]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-10,-11.2]},{"faces":{"down":{"texture":"#0","uv":[10.125,1.875,8.875,3.5]},"east":{"texture":"#0","uv":[6,3.5,7.625,5.125]},"north":{"texture":"#0","uv":[7.625,3.5,8.875,5.125]},"south":{"texture":"#0","uv":[10.5,3.5,11.75,5.125]},"up":{"texture":"#0","uv":[8.875,3.5,7.625,1.875]},"west":{"texture":"#0","uv":[8.875,3.5,10.5,5.125]}},"from":[-15.6,-15.2,-11.2],"shade":false,"to":[-11.6,-10,-6]}],"overrides":[],"textures":{"0":"item/w98699_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1548.json b/assets/minecraft/models/w1548.json new file mode 100644 index 000000000..1c18ce068 --- /dev/null +++ b/assets/minecraft/models/w1548.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.625,1.875,13,2.5]},"east":{"texture":"#0","uv":[11.75,2.5,12.375,3.5]},"north":{"texture":"#0","uv":[12.375,2.5,13,3.5]},"south":{"texture":"#0","uv":[13.625,2.5,14.25,3.5]},"up":{"texture":"#0","uv":[13,2.5,12.375,1.875]},"west":{"texture":"#0","uv":[13,2.5,13.625,3.5]}},"from":[-16,-14,-16],"shade":false,"to":[-14,-10.8,-14]},{"faces":{"down":{"texture":"#0","uv":[12.875,3.5,12.5,3.875]},"east":{"texture":"#0","uv":[11.75,3.875,12.125,4.25]},"north":{"texture":"#0","uv":[12.125,3.875,12.5,4.25]},"south":{"texture":"#0","uv":[12.875,3.875,13.25,4.25]},"up":{"texture":"#0","uv":[12.5,3.875,12.125,3.5]},"west":{"texture":"#0","uv":[12.5,3.875,12.875,4.25]}},"from":[-15.6,-15.2,-15.6],"shade":false,"to":[-14.400001,-14,-14.400001]},{"faces":{"down":{"texture":"#0","uv":[12.875,4.25,12.5,4.625]},"east":{"texture":"#0","uv":[11.75,4.625,12.125,4.875]},"north":{"texture":"#0","uv":[12.125,4.625,12.5,4.875]},"south":{"texture":"#0","uv":[12.875,4.625,13.25,4.875]},"up":{"texture":"#0","uv":[12.5,4.625,12.125,4.25]},"west":{"texture":"#0","uv":[12.5,4.625,12.875,4.875]}},"from":[-15.6,-16,-16],"shade":false,"to":[-14.400001,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w98699_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1549.json b/assets/minecraft/models/w1549.json new file mode 100644 index 000000000..1c18ce068 --- /dev/null +++ b/assets/minecraft/models/w1549.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.625,1.875,13,2.5]},"east":{"texture":"#0","uv":[11.75,2.5,12.375,3.5]},"north":{"texture":"#0","uv":[12.375,2.5,13,3.5]},"south":{"texture":"#0","uv":[13.625,2.5,14.25,3.5]},"up":{"texture":"#0","uv":[13,2.5,12.375,1.875]},"west":{"texture":"#0","uv":[13,2.5,13.625,3.5]}},"from":[-16,-14,-16],"shade":false,"to":[-14,-10.8,-14]},{"faces":{"down":{"texture":"#0","uv":[12.875,3.5,12.5,3.875]},"east":{"texture":"#0","uv":[11.75,3.875,12.125,4.25]},"north":{"texture":"#0","uv":[12.125,3.875,12.5,4.25]},"south":{"texture":"#0","uv":[12.875,3.875,13.25,4.25]},"up":{"texture":"#0","uv":[12.5,3.875,12.125,3.5]},"west":{"texture":"#0","uv":[12.5,3.875,12.875,4.25]}},"from":[-15.6,-15.2,-15.6],"shade":false,"to":[-14.400001,-14,-14.400001]},{"faces":{"down":{"texture":"#0","uv":[12.875,4.25,12.5,4.625]},"east":{"texture":"#0","uv":[11.75,4.625,12.125,4.875]},"north":{"texture":"#0","uv":[12.125,4.625,12.5,4.875]},"south":{"texture":"#0","uv":[12.875,4.625,13.25,4.875]},"up":{"texture":"#0","uv":[12.5,4.625,12.125,4.25]},"west":{"texture":"#0","uv":[12.5,4.625,12.875,4.875]}},"from":[-15.6,-16,-16],"shade":false,"to":[-14.400001,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w98699_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w155.json b/assets/minecraft/models/w155.json new file mode 100644 index 000000000..e7c070132 --- /dev/null +++ b/assets/minecraft/models/w155.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,0,6.75,0.5]},"east":{"texture":"#0","uv":[5.5,0.5,6,1.125]},"north":{"texture":"#0","uv":[6,0.5,6.75,1.125]},"south":{"texture":"#0","uv":[7.25,0.5,8,1.125]},"up":{"texture":"#0","uv":[6.75,0.5,6,0]},"west":{"texture":"#0","uv":[6.75,0.5,7.25,1.125]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-12,-12.8]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1550.json b/assets/minecraft/models/w1550.json new file mode 100644 index 000000000..1c18ce068 --- /dev/null +++ b/assets/minecraft/models/w1550.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.625,1.875,13,2.5]},"east":{"texture":"#0","uv":[11.75,2.5,12.375,3.5]},"north":{"texture":"#0","uv":[12.375,2.5,13,3.5]},"south":{"texture":"#0","uv":[13.625,2.5,14.25,3.5]},"up":{"texture":"#0","uv":[13,2.5,12.375,1.875]},"west":{"texture":"#0","uv":[13,2.5,13.625,3.5]}},"from":[-16,-14,-16],"shade":false,"to":[-14,-10.8,-14]},{"faces":{"down":{"texture":"#0","uv":[12.875,3.5,12.5,3.875]},"east":{"texture":"#0","uv":[11.75,3.875,12.125,4.25]},"north":{"texture":"#0","uv":[12.125,3.875,12.5,4.25]},"south":{"texture":"#0","uv":[12.875,3.875,13.25,4.25]},"up":{"texture":"#0","uv":[12.5,3.875,12.125,3.5]},"west":{"texture":"#0","uv":[12.5,3.875,12.875,4.25]}},"from":[-15.6,-15.2,-15.6],"shade":false,"to":[-14.400001,-14,-14.400001]},{"faces":{"down":{"texture":"#0","uv":[12.875,4.25,12.5,4.625]},"east":{"texture":"#0","uv":[11.75,4.625,12.125,4.875]},"north":{"texture":"#0","uv":[12.125,4.625,12.5,4.875]},"south":{"texture":"#0","uv":[12.875,4.625,13.25,4.875]},"up":{"texture":"#0","uv":[12.5,4.625,12.125,4.25]},"west":{"texture":"#0","uv":[12.5,4.625,12.875,4.875]}},"from":[-15.6,-16,-16],"shade":false,"to":[-14.400001,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w98699_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1551.json b/assets/minecraft/models/w1551.json new file mode 100644 index 000000000..1c18ce068 --- /dev/null +++ b/assets/minecraft/models/w1551.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.625,1.875,13,2.5]},"east":{"texture":"#0","uv":[11.75,2.5,12.375,3.5]},"north":{"texture":"#0","uv":[12.375,2.5,13,3.5]},"south":{"texture":"#0","uv":[13.625,2.5,14.25,3.5]},"up":{"texture":"#0","uv":[13,2.5,12.375,1.875]},"west":{"texture":"#0","uv":[13,2.5,13.625,3.5]}},"from":[-16,-14,-16],"shade":false,"to":[-14,-10.8,-14]},{"faces":{"down":{"texture":"#0","uv":[12.875,3.5,12.5,3.875]},"east":{"texture":"#0","uv":[11.75,3.875,12.125,4.25]},"north":{"texture":"#0","uv":[12.125,3.875,12.5,4.25]},"south":{"texture":"#0","uv":[12.875,3.875,13.25,4.25]},"up":{"texture":"#0","uv":[12.5,3.875,12.125,3.5]},"west":{"texture":"#0","uv":[12.5,3.875,12.875,4.25]}},"from":[-15.6,-15.2,-15.6],"shade":false,"to":[-14.400001,-14,-14.400001]},{"faces":{"down":{"texture":"#0","uv":[12.875,4.25,12.5,4.625]},"east":{"texture":"#0","uv":[11.75,4.625,12.125,4.875]},"north":{"texture":"#0","uv":[12.125,4.625,12.5,4.875]},"south":{"texture":"#0","uv":[12.875,4.625,13.25,4.875]},"up":{"texture":"#0","uv":[12.5,4.625,12.125,4.25]},"west":{"texture":"#0","uv":[12.5,4.625,12.875,4.875]}},"from":[-15.6,-16,-16],"shade":false,"to":[-14.400001,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w98699_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1552.json b/assets/minecraft/models/w1552.json new file mode 100644 index 000000000..024a78e57 --- /dev/null +++ b/assets/minecraft/models/w1552.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,0,2.25,1]},"east":{"texture":"#0","uv":[0,1,1,2]},"north":{"texture":"#0","uv":[1,1,2.25,2]},"south":{"texture":"#0","uv":[3.25,1,4.5,2]},"up":{"texture":"#0","uv":[2.25,1,1,0]},"west":{"texture":"#0","uv":[2.25,1,3.25,2]}},"from":[-14,-16,-16],"shade":false,"to":[-10,-12.8,-12.8]},{"faces":{"down":{"texture":"#0","uv":[8.875,0,9.75,0.25]},"east":{"texture":"#0","uv":[9.125,0.25,8.875,0.5]},"north":{"texture":"#0","uv":[8.875,0.25,8,0.5]},"south":{"texture":"#0","uv":[10,0.25,9.125,0.5]},"up":{"texture":"#0","uv":[8,0.25,8.875,0]},"west":{"texture":"#0","uv":[8,0.25,7.75,0.5]}},"from":[-10.8,-13.2,-15.2],"rotation":{"angle":22.5,"axis":"y","origin":[-10.4,-12.8,-14.8],"rescale":false},"shade":false,"to":[-8,-12.4,-14.4]},{"faces":{"down":{"texture":"#0","uv":[8.5,0.5,8.25,0.75]},"east":{"texture":"#0","uv":[7.75,0.75,8,0.875]},"north":{"texture":"#0","uv":[8,0.75,8.25,0.875]},"south":{"texture":"#0","uv":[8.5,0.75,8.75,0.875]},"up":{"texture":"#0","uv":[8.25,0.75,8,0.5]},"west":{"texture":"#0","uv":[8.25,0.75,8.5,0.875]}},"from":[-16,-12.4,-15.2],"rotation":{"angle":-22.5,"axis":"y","origin":[-13.6,-12.8,-14.8],"rescale":false},"shade":false,"to":[-15.2,-12,-14.4]},{"faces":{"down":{"texture":"#0","uv":[9.75,0,8.875,0.25]},"east":{"texture":"#0","uv":[7.75,0.25,8,0.5]},"north":{"texture":"#0","uv":[8,0.25,8.875,0.5]},"south":{"texture":"#0","uv":[9.125,0.25,10,0.5]},"up":{"texture":"#0","uv":[8.875,0.25,8,0]},"west":{"texture":"#0","uv":[8.875,0.25,9.125,0.5]}},"from":[-16,-13.2,-15.2],"rotation":{"angle":-22.5,"axis":"y","origin":[-13.6,-12.8,-14.8],"rescale":false},"shade":false,"to":[-13.2,-12.4,-14.4]},{"faces":{"down":{"texture":"#0","uv":[8.25,0.5,8.5,0.75]},"east":{"texture":"#0","uv":[8.5,0.75,8.25,0.875]},"north":{"texture":"#0","uv":[8.25,0.75,8,0.875]},"south":{"texture":"#0","uv":[8.75,0.75,8.5,0.875]},"up":{"texture":"#0","uv":[8,0.75,8.25,0.5]},"west":{"texture":"#0","uv":[8,0.75,7.75,0.875]}},"from":[-8.8,-12.4,-15.2],"rotation":{"angle":22.5,"axis":"y","origin":[-10.4,-12.8,-14.8],"rescale":false},"shade":false,"to":[-8,-12,-14.4]}],"overrides":[],"textures":{"0":"item/w98699_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1553.json b/assets/minecraft/models/w1553.json new file mode 100644 index 000000000..b28e3008e --- /dev/null +++ b/assets/minecraft/models/w1553.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[14.5,0,15.125,1.5]},"south":{"texture":"#0","uv":[15.125,0,14.5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-11.2,-16]}],"overrides":[],"textures":{"0":"item/w98699_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1554.json b/assets/minecraft/models/w1554.json new file mode 100644 index 000000000..c77f3cbdf --- /dev/null +++ b/assets/minecraft/models/w1554.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.375,0,14.25,0.125]},"east":{"texture":"#0","uv":[14,0.125,14.125,0.375]},"north":{"texture":"#0","uv":[14.125,0.125,14.25,0.375]},"south":{"texture":"#0","uv":[14.375,0.125,14.5,0.375]},"up":{"texture":"#0","uv":[14.25,0.125,14.125,0]},"west":{"texture":"#0","uv":[14.25,0.125,14.375,0.375]}},"from":[-15.1,-16,-15.1],"shade":false,"to":[-14.700001,-15.2,-14.700001]},{"faces":{"down":{"texture":"#0","uv":[13,0,12,1]},"east":{"texture":"#0","uv":[10,1,11,1.625]},"north":{"texture":"#0","uv":[11,1,12,1.625]},"south":{"texture":"#0","uv":[13,1,14,1.625]},"up":{"texture":"#0","uv":[12,1,11,0]},"west":{"texture":"#0","uv":[12,1,13,1.625]}},"from":[-16,-15.3,-16],"shade":false,"to":[-12.8,-13.3,-12.8]},{"faces":{"down":{"texture":"#0","uv":[14.375,0,14.25,0.125]},"east":{"texture":"#0","uv":[14,0.125,14.125,0.375]},"north":{"texture":"#0","uv":[14.125,0.125,14.25,0.375]},"south":{"texture":"#0","uv":[14.375,0.125,14.5,0.375]},"up":{"texture":"#0","uv":[14.25,0.125,14.125,0]},"west":{"texture":"#0","uv":[14.25,0.125,14.375,0.375]}},"from":[-14.1,-16,-15.1],"shade":false,"to":[-13.700001,-15.2,-14.700001]},{"faces":{"down":{"texture":"#0","uv":[14.375,0,14.25,0.125]},"east":{"texture":"#0","uv":[14,0.125,14.125,0.375]},"north":{"texture":"#0","uv":[14.125,0.125,14.25,0.375]},"south":{"texture":"#0","uv":[14.375,0.125,14.5,0.375]},"up":{"texture":"#0","uv":[14.25,0.125,14.125,0]},"west":{"texture":"#0","uv":[14.25,0.125,14.375,0.375]}},"from":[-14.1,-16,-14.1],"shade":false,"to":[-13.700001,-15.2,-13.700001]},{"faces":{"down":{"texture":"#0","uv":[14.375,0,14.25,0.125]},"east":{"texture":"#0","uv":[14,0.125,14.125,0.375]},"north":{"texture":"#0","uv":[14.125,0.125,14.25,0.375]},"south":{"texture":"#0","uv":[14.375,0.125,14.5,0.375]},"up":{"texture":"#0","uv":[14.25,0.125,14.125,0]},"west":{"texture":"#0","uv":[14.25,0.125,14.375,0.375]}},"from":[-15.1,-16,-14.1],"shade":false,"to":[-14.700001,-15.2,-13.700001]}],"overrides":[],"textures":{"0":"item/w98699_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1555.json b/assets/minecraft/models/w1555.json new file mode 100644 index 000000000..a8bb7f2b0 --- /dev/null +++ b/assets/minecraft/models/w1555.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0,6.125,0.75]},"east":{"texture":"#0","uv":[4.5,0.75,5.25,1.375]},"north":{"texture":"#0","uv":[5.25,0.75,6.125,1.375]},"south":{"texture":"#0","uv":[6.875,0.75,7.75,1.375]},"up":{"texture":"#0","uv":[6.125,0.75,5.25,0]},"west":{"texture":"#0","uv":[6.125,0.75,6.875,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14,-13.6]}],"overrides":[],"textures":{"0":"item/w98699_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1556.json b/assets/minecraft/models/w1556.json new file mode 100644 index 000000000..6b6a5328d --- /dev/null +++ b/assets/minecraft/models/w1556.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.875,1.375,5.25,1.5]},"east":{"texture":"#0","uv":[4.5,1.5,4.625,1.875]},"north":{"texture":"#0","uv":[4.625,1.5,5.25,1.875]},"south":{"texture":"#0","uv":[5.375,1.5,6,1.875]},"up":{"texture":"#0","uv":[5.25,1.5,4.625,1.375]},"west":{"texture":"#0","uv":[5.25,1.5,5.375,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w98699_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1557.json b/assets/minecraft/models/w1557.json new file mode 100644 index 000000000..304103cb1 --- /dev/null +++ b/assets/minecraft/models/w1557.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,1.375,5.875,1.5]},"east":{"texture":"#0","uv":[5.375,1.5,5.25,1.875]},"north":{"texture":"#0","uv":[5.25,1.5,4.625,1.875]},"south":{"texture":"#0","uv":[6,1.5,5.375,1.875]},"up":{"texture":"#0","uv":[4.625,1.5,5.25,1.375]},"west":{"texture":"#0","uv":[4.625,1.5,4.5,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w98699_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1558.json b/assets/minecraft/models/w1558.json new file mode 100644 index 000000000..765bbfbc3 --- /dev/null +++ b/assets/minecraft/models/w1558.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,2,3,3.5]},"east":{"texture":"#0","uv":[0,3.5,1.5,5.375]},"north":{"texture":"#0","uv":[1.5,3.5,3,5.375]},"south":{"texture":"#0","uv":[4.5,3.5,6,5.375]},"up":{"texture":"#0","uv":[3,3.5,1.5,2]},"west":{"texture":"#0","uv":[3,3.5,4.5,5.375]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-10,-11.2]},{"faces":{"down":{"texture":"#0","uv":[10.125,1.875,8.875,3.5]},"east":{"texture":"#0","uv":[6,3.5,7.625,5.125]},"north":{"texture":"#0","uv":[7.625,3.5,8.875,5.125]},"south":{"texture":"#0","uv":[10.5,3.5,11.75,5.125]},"up":{"texture":"#0","uv":[8.875,3.5,7.625,1.875]},"west":{"texture":"#0","uv":[8.875,3.5,10.5,5.125]}},"from":[-15.6,-15.2,-11.2],"shade":false,"to":[-11.6,-10,-6]}],"overrides":[],"textures":{"0":"item/w1818848295_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1559.json b/assets/minecraft/models/w1559.json new file mode 100644 index 000000000..8ba666810 --- /dev/null +++ b/assets/minecraft/models/w1559.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.625,1.875,13,2.5]},"east":{"texture":"#0","uv":[11.75,2.5,12.375,3.5]},"north":{"texture":"#0","uv":[12.375,2.5,13,3.5]},"south":{"texture":"#0","uv":[13.625,2.5,14.25,3.5]},"up":{"texture":"#0","uv":[13,2.5,12.375,1.875]},"west":{"texture":"#0","uv":[13,2.5,13.625,3.5]}},"from":[-16,-14,-16],"shade":false,"to":[-14,-10.8,-14]},{"faces":{"down":{"texture":"#0","uv":[12.875,3.5,12.5,3.875]},"east":{"texture":"#0","uv":[11.75,3.875,12.125,4.25]},"north":{"texture":"#0","uv":[12.125,3.875,12.5,4.25]},"south":{"texture":"#0","uv":[12.875,3.875,13.25,4.25]},"up":{"texture":"#0","uv":[12.5,3.875,12.125,3.5]},"west":{"texture":"#0","uv":[12.5,3.875,12.875,4.25]}},"from":[-15.6,-15.2,-15.6],"shade":false,"to":[-14.400001,-14,-14.400001]},{"faces":{"down":{"texture":"#0","uv":[12.875,4.25,12.5,4.625]},"east":{"texture":"#0","uv":[11.75,4.625,12.125,4.875]},"north":{"texture":"#0","uv":[12.125,4.625,12.5,4.875]},"south":{"texture":"#0","uv":[12.875,4.625,13.25,4.875]},"up":{"texture":"#0","uv":[12.5,4.625,12.125,4.25]},"west":{"texture":"#0","uv":[12.5,4.625,12.875,4.875]}},"from":[-15.6,-16,-16],"shade":false,"to":[-14.400001,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1818848295_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w156.json b/assets/minecraft/models/w156.json new file mode 100644 index 000000000..46e65fe21 --- /dev/null +++ b/assets/minecraft/models/w156.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.625,4.5,0.8125,4.5]},"east":{"texture":"#0","uv":[0,4.5,0,4.625]},"north":{"texture":"#0","uv":[0,4.5,0.8125,4.625]},"south":{"texture":"#0","uv":[0.8125,4.5,1.625,4.625]},"up":{"texture":"#0","uv":[0.8125,4.5,0,4.5]},"west":{"texture":"#0","uv":[0.8125,4.5,0.8125,4.625]}},"from":[-16,-16,-16],"shade":false,"to":[-10.8,-15.2,-16]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1560.json b/assets/minecraft/models/w1560.json new file mode 100644 index 000000000..8ba666810 --- /dev/null +++ b/assets/minecraft/models/w1560.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.625,1.875,13,2.5]},"east":{"texture":"#0","uv":[11.75,2.5,12.375,3.5]},"north":{"texture":"#0","uv":[12.375,2.5,13,3.5]},"south":{"texture":"#0","uv":[13.625,2.5,14.25,3.5]},"up":{"texture":"#0","uv":[13,2.5,12.375,1.875]},"west":{"texture":"#0","uv":[13,2.5,13.625,3.5]}},"from":[-16,-14,-16],"shade":false,"to":[-14,-10.8,-14]},{"faces":{"down":{"texture":"#0","uv":[12.875,3.5,12.5,3.875]},"east":{"texture":"#0","uv":[11.75,3.875,12.125,4.25]},"north":{"texture":"#0","uv":[12.125,3.875,12.5,4.25]},"south":{"texture":"#0","uv":[12.875,3.875,13.25,4.25]},"up":{"texture":"#0","uv":[12.5,3.875,12.125,3.5]},"west":{"texture":"#0","uv":[12.5,3.875,12.875,4.25]}},"from":[-15.6,-15.2,-15.6],"shade":false,"to":[-14.400001,-14,-14.400001]},{"faces":{"down":{"texture":"#0","uv":[12.875,4.25,12.5,4.625]},"east":{"texture":"#0","uv":[11.75,4.625,12.125,4.875]},"north":{"texture":"#0","uv":[12.125,4.625,12.5,4.875]},"south":{"texture":"#0","uv":[12.875,4.625,13.25,4.875]},"up":{"texture":"#0","uv":[12.5,4.625,12.125,4.25]},"west":{"texture":"#0","uv":[12.5,4.625,12.875,4.875]}},"from":[-15.6,-16,-16],"shade":false,"to":[-14.400001,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1818848295_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1561.json b/assets/minecraft/models/w1561.json new file mode 100644 index 000000000..8ba666810 --- /dev/null +++ b/assets/minecraft/models/w1561.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.625,1.875,13,2.5]},"east":{"texture":"#0","uv":[11.75,2.5,12.375,3.5]},"north":{"texture":"#0","uv":[12.375,2.5,13,3.5]},"south":{"texture":"#0","uv":[13.625,2.5,14.25,3.5]},"up":{"texture":"#0","uv":[13,2.5,12.375,1.875]},"west":{"texture":"#0","uv":[13,2.5,13.625,3.5]}},"from":[-16,-14,-16],"shade":false,"to":[-14,-10.8,-14]},{"faces":{"down":{"texture":"#0","uv":[12.875,3.5,12.5,3.875]},"east":{"texture":"#0","uv":[11.75,3.875,12.125,4.25]},"north":{"texture":"#0","uv":[12.125,3.875,12.5,4.25]},"south":{"texture":"#0","uv":[12.875,3.875,13.25,4.25]},"up":{"texture":"#0","uv":[12.5,3.875,12.125,3.5]},"west":{"texture":"#0","uv":[12.5,3.875,12.875,4.25]}},"from":[-15.6,-15.2,-15.6],"shade":false,"to":[-14.400001,-14,-14.400001]},{"faces":{"down":{"texture":"#0","uv":[12.875,4.25,12.5,4.625]},"east":{"texture":"#0","uv":[11.75,4.625,12.125,4.875]},"north":{"texture":"#0","uv":[12.125,4.625,12.5,4.875]},"south":{"texture":"#0","uv":[12.875,4.625,13.25,4.875]},"up":{"texture":"#0","uv":[12.5,4.625,12.125,4.25]},"west":{"texture":"#0","uv":[12.5,4.625,12.875,4.875]}},"from":[-15.6,-16,-16],"shade":false,"to":[-14.400001,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1818848295_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1562.json b/assets/minecraft/models/w1562.json new file mode 100644 index 000000000..8ba666810 --- /dev/null +++ b/assets/minecraft/models/w1562.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.625,1.875,13,2.5]},"east":{"texture":"#0","uv":[11.75,2.5,12.375,3.5]},"north":{"texture":"#0","uv":[12.375,2.5,13,3.5]},"south":{"texture":"#0","uv":[13.625,2.5,14.25,3.5]},"up":{"texture":"#0","uv":[13,2.5,12.375,1.875]},"west":{"texture":"#0","uv":[13,2.5,13.625,3.5]}},"from":[-16,-14,-16],"shade":false,"to":[-14,-10.8,-14]},{"faces":{"down":{"texture":"#0","uv":[12.875,3.5,12.5,3.875]},"east":{"texture":"#0","uv":[11.75,3.875,12.125,4.25]},"north":{"texture":"#0","uv":[12.125,3.875,12.5,4.25]},"south":{"texture":"#0","uv":[12.875,3.875,13.25,4.25]},"up":{"texture":"#0","uv":[12.5,3.875,12.125,3.5]},"west":{"texture":"#0","uv":[12.5,3.875,12.875,4.25]}},"from":[-15.6,-15.2,-15.6],"shade":false,"to":[-14.400001,-14,-14.400001]},{"faces":{"down":{"texture":"#0","uv":[12.875,4.25,12.5,4.625]},"east":{"texture":"#0","uv":[11.75,4.625,12.125,4.875]},"north":{"texture":"#0","uv":[12.125,4.625,12.5,4.875]},"south":{"texture":"#0","uv":[12.875,4.625,13.25,4.875]},"up":{"texture":"#0","uv":[12.5,4.625,12.125,4.25]},"west":{"texture":"#0","uv":[12.5,4.625,12.875,4.875]}},"from":[-15.6,-16,-16],"shade":false,"to":[-14.400001,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1818848295_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1563.json b/assets/minecraft/models/w1563.json new file mode 100644 index 000000000..37de7ff6c --- /dev/null +++ b/assets/minecraft/models/w1563.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,0,2.25,1]},"east":{"texture":"#0","uv":[0,1,1,2]},"north":{"texture":"#0","uv":[1,1,2.25,2]},"south":{"texture":"#0","uv":[3.25,1,4.5,2]},"up":{"texture":"#0","uv":[2.25,1,1,0]},"west":{"texture":"#0","uv":[2.25,1,3.25,2]}},"from":[-14,-16,-16],"shade":false,"to":[-10,-12.8,-12.8]},{"faces":{"down":{"texture":"#0","uv":[8.875,0,9.75,0.25]},"east":{"texture":"#0","uv":[9.125,0.25,8.875,0.5]},"north":{"texture":"#0","uv":[8.875,0.25,8,0.5]},"south":{"texture":"#0","uv":[10,0.25,9.125,0.5]},"up":{"texture":"#0","uv":[8,0.25,8.875,0]},"west":{"texture":"#0","uv":[8,0.25,7.75,0.5]}},"from":[-10.8,-13.2,-15.2],"rotation":{"angle":22.5,"axis":"y","origin":[-10.4,-12.8,-14.8],"rescale":false},"shade":false,"to":[-8,-12.4,-14.4]},{"faces":{"down":{"texture":"#0","uv":[8.5,0.5,8.25,0.75]},"east":{"texture":"#0","uv":[7.75,0.75,8,0.875]},"north":{"texture":"#0","uv":[8,0.75,8.25,0.875]},"south":{"texture":"#0","uv":[8.5,0.75,8.75,0.875]},"up":{"texture":"#0","uv":[8.25,0.75,8,0.5]},"west":{"texture":"#0","uv":[8.25,0.75,8.5,0.875]}},"from":[-16,-12.4,-15.2],"rotation":{"angle":-22.5,"axis":"y","origin":[-13.6,-12.8,-14.8],"rescale":false},"shade":false,"to":[-15.2,-12,-14.4]},{"faces":{"down":{"texture":"#0","uv":[9.75,0,8.875,0.25]},"east":{"texture":"#0","uv":[7.75,0.25,8,0.5]},"north":{"texture":"#0","uv":[8,0.25,8.875,0.5]},"south":{"texture":"#0","uv":[9.125,0.25,10,0.5]},"up":{"texture":"#0","uv":[8.875,0.25,8,0]},"west":{"texture":"#0","uv":[8.875,0.25,9.125,0.5]}},"from":[-16,-13.2,-15.2],"rotation":{"angle":-22.5,"axis":"y","origin":[-13.6,-12.8,-14.8],"rescale":false},"shade":false,"to":[-13.2,-12.4,-14.4]},{"faces":{"down":{"texture":"#0","uv":[8.25,0.5,8.5,0.75]},"east":{"texture":"#0","uv":[8.5,0.75,8.25,0.875]},"north":{"texture":"#0","uv":[8.25,0.75,8,0.875]},"south":{"texture":"#0","uv":[8.75,0.75,8.5,0.875]},"up":{"texture":"#0","uv":[8,0.75,8.25,0.5]},"west":{"texture":"#0","uv":[8,0.75,7.75,0.875]}},"from":[-8.8,-12.4,-15.2],"rotation":{"angle":22.5,"axis":"y","origin":[-10.4,-12.8,-14.8],"rescale":false},"shade":false,"to":[-8,-12,-14.4]}],"overrides":[],"textures":{"0":"item/w1818848295_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1564.json b/assets/minecraft/models/w1564.json new file mode 100644 index 000000000..7e48f0ade --- /dev/null +++ b/assets/minecraft/models/w1564.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[14.5,0,15.125,1.5]},"south":{"texture":"#0","uv":[15.125,0,14.5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-11.2,-16]}],"overrides":[],"textures":{"0":"item/w1818848295_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1565.json b/assets/minecraft/models/w1565.json new file mode 100644 index 000000000..1bed07e6e --- /dev/null +++ b/assets/minecraft/models/w1565.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.375,0,14.25,0.125]},"east":{"texture":"#0","uv":[14,0.125,14.125,0.375]},"north":{"texture":"#0","uv":[14.125,0.125,14.25,0.375]},"south":{"texture":"#0","uv":[14.375,0.125,14.5,0.375]},"up":{"texture":"#0","uv":[14.25,0.125,14.125,0]},"west":{"texture":"#0","uv":[14.25,0.125,14.375,0.375]}},"from":[-15.1,-16,-15.1],"shade":false,"to":[-14.700001,-15.2,-14.700001]},{"faces":{"down":{"texture":"#0","uv":[13,0,12,1]},"east":{"texture":"#0","uv":[10,1,11,1.625]},"north":{"texture":"#0","uv":[11,1,12,1.625]},"south":{"texture":"#0","uv":[13,1,14,1.625]},"up":{"texture":"#0","uv":[12,1,11,0]},"west":{"texture":"#0","uv":[12,1,13,1.625]}},"from":[-16,-15.3,-16],"shade":false,"to":[-12.8,-13.3,-12.8]},{"faces":{"down":{"texture":"#0","uv":[14.375,0,14.25,0.125]},"east":{"texture":"#0","uv":[14,0.125,14.125,0.375]},"north":{"texture":"#0","uv":[14.125,0.125,14.25,0.375]},"south":{"texture":"#0","uv":[14.375,0.125,14.5,0.375]},"up":{"texture":"#0","uv":[14.25,0.125,14.125,0]},"west":{"texture":"#0","uv":[14.25,0.125,14.375,0.375]}},"from":[-14.1,-16,-15.1],"shade":false,"to":[-13.700001,-15.2,-14.700001]},{"faces":{"down":{"texture":"#0","uv":[14.375,0,14.25,0.125]},"east":{"texture":"#0","uv":[14,0.125,14.125,0.375]},"north":{"texture":"#0","uv":[14.125,0.125,14.25,0.375]},"south":{"texture":"#0","uv":[14.375,0.125,14.5,0.375]},"up":{"texture":"#0","uv":[14.25,0.125,14.125,0]},"west":{"texture":"#0","uv":[14.25,0.125,14.375,0.375]}},"from":[-14.1,-16,-14.1],"shade":false,"to":[-13.700001,-15.2,-13.700001]},{"faces":{"down":{"texture":"#0","uv":[14.375,0,14.25,0.125]},"east":{"texture":"#0","uv":[14,0.125,14.125,0.375]},"north":{"texture":"#0","uv":[14.125,0.125,14.25,0.375]},"south":{"texture":"#0","uv":[14.375,0.125,14.5,0.375]},"up":{"texture":"#0","uv":[14.25,0.125,14.125,0]},"west":{"texture":"#0","uv":[14.25,0.125,14.375,0.375]}},"from":[-15.1,-16,-14.1],"shade":false,"to":[-14.700001,-15.2,-13.700001]}],"overrides":[],"textures":{"0":"item/w1818848295_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1566.json b/assets/minecraft/models/w1566.json new file mode 100644 index 000000000..cf7348a01 --- /dev/null +++ b/assets/minecraft/models/w1566.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0,6.125,0.75]},"east":{"texture":"#0","uv":[4.5,0.75,5.25,1.375]},"north":{"texture":"#0","uv":[5.25,0.75,6.125,1.375]},"south":{"texture":"#0","uv":[6.875,0.75,7.75,1.375]},"up":{"texture":"#0","uv":[6.125,0.75,5.25,0]},"west":{"texture":"#0","uv":[6.125,0.75,6.875,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14,-13.6]}],"overrides":[],"textures":{"0":"item/w1818848295_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1567.json b/assets/minecraft/models/w1567.json new file mode 100644 index 000000000..78c00ecc1 --- /dev/null +++ b/assets/minecraft/models/w1567.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.875,1.375,5.25,1.5]},"east":{"texture":"#0","uv":[4.5,1.5,4.625,1.875]},"north":{"texture":"#0","uv":[4.625,1.5,5.25,1.875]},"south":{"texture":"#0","uv":[5.375,1.5,6,1.875]},"up":{"texture":"#0","uv":[5.25,1.5,4.625,1.375]},"west":{"texture":"#0","uv":[5.25,1.5,5.375,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1818848295_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1568.json b/assets/minecraft/models/w1568.json new file mode 100644 index 000000000..5bff72d91 --- /dev/null +++ b/assets/minecraft/models/w1568.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,1.375,5.875,1.5]},"east":{"texture":"#0","uv":[5.375,1.5,5.25,1.875]},"north":{"texture":"#0","uv":[5.25,1.5,4.625,1.875]},"south":{"texture":"#0","uv":[6,1.5,5.375,1.875]},"up":{"texture":"#0","uv":[4.625,1.5,5.25,1.375]},"west":{"texture":"#0","uv":[4.625,1.5,4.5,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1818848295_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1569.json b/assets/minecraft/models/w1569.json new file mode 100644 index 000000000..a818944c5 --- /dev/null +++ b/assets/minecraft/models/w1569.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,3.5,6,7.5]},"east":{"texture":"#0","uv":[0,7.5,4,9]},"north":{"texture":"#0","uv":[4,7.5,6,9]},"south":{"texture":"#0","uv":[10,7.5,12,9]},"up":{"texture":"#0","uv":[6,7.5,4,3.5]},"west":{"texture":"#0","uv":[6,7.5,10,9]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.8,-12.8]}],"overrides":[],"textures":{"0":"item/w1211899991_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w157.json b/assets/minecraft/models/w157.json new file mode 100644 index 000000000..7d8029501 --- /dev/null +++ b/assets/minecraft/models/w157.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.8125,4.5,1.625,4.5]},"east":{"texture":"#0","uv":[0.8125,4.5,0.8125,4.625]},"north":{"texture":"#0","uv":[0.8125,4.5,0,4.625]},"south":{"texture":"#0","uv":[1.625,4.5,0.8125,4.625]},"up":{"texture":"#0","uv":[0,4.5,0.8125,4.5]},"west":{"texture":"#0","uv":[0,4.5,0,4.625]}},"from":[-16,-16,-16],"shade":false,"to":[-10.8,-15.2,-16]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1570.json b/assets/minecraft/models/w1570.json new file mode 100644 index 000000000..af3ad8664 --- /dev/null +++ b/assets/minecraft/models/w1570.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,0,9.5,0.5]},"east":{"texture":"#0","uv":[9.5,0.5,9,2]},"north":{"texture":"#0","uv":[9,0.5,8.5,2]},"south":{"texture":"#0","uv":[10,0.5,9.5,2]},"up":{"texture":"#0","uv":[8.5,0.5,9,0]},"west":{"texture":"#0","uv":[8.5,0.5,8,2]}},"from":[-15.8,-16,-15.6],"shade":false,"to":[-15.400001,-14.8,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[9,2,10,3]},"east":{"texture":"#0","uv":[10,3,9,3]},"north":{"texture":"#0","uv":[9,3,8,3]},"south":{"texture":"#0","uv":[11,3,10,3]},"up":{"texture":"#0","uv":[8,3,9,2]},"west":{"texture":"#0","uv":[8,3,7,3]}},"from":[-16,-15.99,-16],"shade":false,"to":[-15.2,-15.99,-15.2]}],"overrides":[],"textures":{"0":"item/w1211899991_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1571.json b/assets/minecraft/models/w1571.json new file mode 100644 index 000000000..ff795ebe8 --- /dev/null +++ b/assets/minecraft/models/w1571.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,0,9,0.5]},"east":{"texture":"#0","uv":[8,0.5,8.5,2]},"north":{"texture":"#0","uv":[8.5,0.5,9,2]},"south":{"texture":"#0","uv":[9.5,0.5,10,2]},"up":{"texture":"#0","uv":[9,0.5,8.5,0]},"west":{"texture":"#0","uv":[9,0.5,9.5,2]}},"from":[-15.8,-16,-15.6],"shade":false,"to":[-15.400001,-14.8,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[10,2,9,3]},"east":{"texture":"#0","uv":[7,3,8,3]},"north":{"texture":"#0","uv":[8,3,9,3]},"south":{"texture":"#0","uv":[10,3,11,3]},"up":{"texture":"#0","uv":[9,3,8,2]},"west":{"texture":"#0","uv":[9,3,10,3]}},"from":[-16,-15.99,-16],"shade":false,"to":[-15.2,-15.99,-15.2]}],"overrides":[],"textures":{"0":"item/w1211899991_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1572.json b/assets/minecraft/models/w1572.json new file mode 100644 index 000000000..0f95a0ef4 --- /dev/null +++ b/assets/minecraft/models/w1572.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3,2]},"east":{"texture":"#0","uv":[0,2,2,3.5]},"north":{"texture":"#0","uv":[2,2,3,3.5]},"south":{"texture":"#0","uv":[5,2,6,3.5]},"up":{"texture":"#0","uv":[3,2,2,0]},"west":{"texture":"#0","uv":[3,2,5,3.5]}},"from":[-16,-16,-15.2],"rotation":{"angle":0,"axis":"x","origin":[-15.4,-15.645672,-13.12961],"rescale":false},"shade":false,"to":[-15.2,-14.8,-13.599999]},{"faces":{"down":{"texture":"#0","uv":[7.5,0,7,0.5]},"east":{"texture":"#0","uv":[6,0.5,6.5,1]},"north":{"texture":"#0","uv":[6.5,0.5,7,1]},"south":{"texture":"#0","uv":[7.5,0.5,8,1]},"up":{"texture":"#0","uv":[7,0.5,6.5,0]},"west":{"texture":"#0","uv":[7,0.5,7.5,1]}},"from":[-15.8,-15.6,-15.6],"rotation":{"angle":0,"axis":"x","origin":[-15.6,-15.2,-15.2],"rescale":false},"shade":false,"to":[-15.400001,-15.034,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[7.5,1,7,1.5]},"east":{"texture":"#0","uv":[6,1.5,6.5,2]},"north":{"texture":"#0","uv":[6.5,1.5,7,2]},"south":{"texture":"#0","uv":[7.5,1.5,8,2]},"up":{"texture":"#0","uv":[7,1.5,6.5,1]},"west":{"texture":"#0","uv":[7,1.5,7.5,2]}},"from":[-15.79,-15.434315,-16],"rotation":{"angle":-45,"axis":"x","origin":[-15.6,-15.034314,-15.6],"rescale":false},"shade":false,"to":[-15.41,-15.034315,-15.6]}],"overrides":[],"textures":{"0":"item/w1211899991_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1573.json b/assets/minecraft/models/w1573.json new file mode 100644 index 000000000..62505b036 --- /dev/null +++ b/assets/minecraft/models/w1573.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,9,11.5,13.5]},"east":{"texture":"#0","uv":[15.5,13.5,11,15]},"north":{"texture":"#0","uv":[11,13.5,10.5,15]},"south":{"texture":"#0","uv":[16,13.5,15.5,15]},"up":{"texture":"#0","uv":[10.5,13.5,11,9]},"west":{"texture":"#0","uv":[10.5,13.5,6,15]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-12.4]}],"overrides":[],"textures":{"0":"item/w1211899991_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1574.json b/assets/minecraft/models/w1574.json new file mode 100644 index 000000000..a3ab7abb9 --- /dev/null +++ b/assets/minecraft/models/w1574.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,9,11,13.5]},"east":{"texture":"#0","uv":[6,13.5,10.5,15]},"north":{"texture":"#0","uv":[10.5,13.5,11,15]},"south":{"texture":"#0","uv":[15.5,13.5,16,15]},"up":{"texture":"#0","uv":[11,13.5,10.5,9]},"west":{"texture":"#0","uv":[11,13.5,15.5,15]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-12.4]}],"overrides":[],"textures":{"0":"item/w1211899991_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1575.json b/assets/minecraft/models/w1575.json new file mode 100644 index 000000000..a23fed247 --- /dev/null +++ b/assets/minecraft/models/w1575.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,9,3,10.5]},"east":{"texture":"#0","uv":[0,10.5,1.5,11.5]},"north":{"texture":"#0","uv":[1.5,10.5,3,11.5]},"south":{"texture":"#0","uv":[4.5,10.5,6,11.5]},"up":{"texture":"#0","uv":[3,10.5,1.5,9]},"west":{"texture":"#0","uv":[3,10.5,4.5,11.5]}},"from":[-15.4,-16,-16],"shade":false,"to":[-14.2,-15.2,-14.8]},{"faces":{"down":{"texture":"#0","uv":[3,14.5,0,11.5]},"up":{"texture":"#0","uv":[3,11.5,0,14.5]}},"from":[-16,-15.4,-15.2],"shade":false,"to":[-13.6,-15.4,-12.8]}],"overrides":[],"textures":{"0":"item/w1211899991_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1576.json b/assets/minecraft/models/w1576.json new file mode 100644 index 000000000..aa8ae98e9 --- /dev/null +++ b/assets/minecraft/models/w1576.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,3.5,6,7.5]},"east":{"texture":"#0","uv":[0,7.5,4,9]},"north":{"texture":"#0","uv":[4,7.5,6,9]},"south":{"texture":"#0","uv":[10,7.5,12,9]},"up":{"texture":"#0","uv":[6,7.5,4,3.5]},"west":{"texture":"#0","uv":[6,7.5,10,9]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.8,-12.8]}],"overrides":[],"textures":{"0":"item/w2072135620_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1577.json b/assets/minecraft/models/w1577.json new file mode 100644 index 000000000..b4fb71412 --- /dev/null +++ b/assets/minecraft/models/w1577.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,0,9.5,0.5]},"east":{"texture":"#0","uv":[9.5,0.5,9,2]},"north":{"texture":"#0","uv":[9,0.5,8.5,2]},"south":{"texture":"#0","uv":[10,0.5,9.5,2]},"up":{"texture":"#0","uv":[8.5,0.5,9,0]},"west":{"texture":"#0","uv":[8.5,0.5,8,2]}},"from":[-15.8,-16,-15.6],"shade":false,"to":[-15.400001,-14.8,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[9,2,10,3]},"up":{"texture":"#0","uv":[8,3,9,2]}},"from":[-16,-15.99,-16],"shade":false,"to":[-15.2,-15.99,-15.2]}],"overrides":[],"textures":{"0":"item/w2072135620_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1578.json b/assets/minecraft/models/w1578.json new file mode 100644 index 000000000..363fd525d --- /dev/null +++ b/assets/minecraft/models/w1578.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,0,9,0.5]},"east":{"texture":"#0","uv":[8,0.5,8.5,2]},"north":{"texture":"#0","uv":[8.5,0.5,9,2]},"south":{"texture":"#0","uv":[9.5,0.5,10,2]},"up":{"texture":"#0","uv":[9,0.5,8.5,0]},"west":{"texture":"#0","uv":[9,0.5,9.5,2]}},"from":[-15.8,-16,-15.6],"shade":false,"to":[-15.400001,-14.8,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[10,2,9,3]},"up":{"texture":"#0","uv":[9,3,8,2]}},"from":[-16,-15.99,-16],"shade":false,"to":[-15.2,-15.99,-15.2]}],"overrides":[],"textures":{"0":"item/w2072135620_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1579.json b/assets/minecraft/models/w1579.json new file mode 100644 index 000000000..7e5145326 --- /dev/null +++ b/assets/minecraft/models/w1579.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3,2]},"east":{"texture":"#0","uv":[0,2,2,3.5]},"north":{"texture":"#0","uv":[2,2,3,3.5]},"south":{"texture":"#0","uv":[5,2,6,3.5]},"up":{"texture":"#0","uv":[3,2,2,0]},"west":{"texture":"#0","uv":[3,2,5,3.5]}},"from":[-16,-16,-14.8],"rotation":{"angle":0,"axis":"x","origin":[-15.4,-15.645672,-12.72961],"rescale":false},"shade":false,"to":[-15.2,-14.8,-13.2]},{"faces":{"down":{"texture":"#0","uv":[7.5,0,7,0.5]},"east":{"texture":"#0","uv":[6,0.5,6.5,1]},"north":{"texture":"#0","uv":[6.5,0.5,7,1]},"south":{"texture":"#0","uv":[7.5,0.5,8,1]},"up":{"texture":"#0","uv":[7,0.5,6.5,0]},"west":{"texture":"#0","uv":[7,0.5,7.5,1]}},"from":[-15.8,-15.6,-15.6],"rotation":{"angle":0,"axis":"x","origin":[-15.6,-15.2,-15.2],"rescale":false},"shade":false,"to":[-15.400001,-15.034,-14.8]},{"faces":{"down":{"texture":"#0","uv":[7.5,1,7,1.5]},"east":{"texture":"#0","uv":[6,1.5,6.5,2]},"north":{"texture":"#0","uv":[6.5,1.5,7,2]},"south":{"texture":"#0","uv":[7.5,1.5,8,2]},"up":{"texture":"#0","uv":[7,1.5,6.5,1]},"west":{"texture":"#0","uv":[7,1.5,7.5,2]}},"from":[-15.79,-15.434315,-16],"rotation":{"angle":-45,"axis":"x","origin":[-15.6,-15.034314,-15.6],"rescale":false},"shade":false,"to":[-15.41,-15.034315,-15.6]}],"overrides":[],"textures":{"0":"item/w2072135620_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w158.json b/assets/minecraft/models/w158.json new file mode 100644 index 000000000..155da26ce --- /dev/null +++ b/assets/minecraft/models/w158.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.8125,1.6875,1.875,2.625]},"east":{"texture":"#0","uv":[0,2.625,0.9375,2.875]},"north":{"texture":"#0","uv":[0.9375,2.625,1.875,2.875]},"south":{"texture":"#0","uv":[2.8125,2.625,3.75,2.875]},"up":{"texture":"#0","uv":[1.875,2.625,0.9375,1.6875]},"west":{"texture":"#0","uv":[1.875,2.625,2.8125,2.875]}},"from":[-16,-16,-16],"shade":false,"to":[-10,-14.4,-10]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1580.json b/assets/minecraft/models/w1580.json new file mode 100644 index 000000000..d30ec26bf --- /dev/null +++ b/assets/minecraft/models/w1580.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,9,11.5,13.5]},"east":{"texture":"#0","uv":[15.5,13.5,11,15]},"north":{"texture":"#0","uv":[11,13.5,10.5,15]},"south":{"texture":"#0","uv":[16,13.5,15.5,15]},"up":{"texture":"#0","uv":[10.5,13.5,11,9]},"west":{"texture":"#0","uv":[10.5,13.5,6,15]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-12.4]}],"overrides":[],"textures":{"0":"item/w2072135620_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1581.json b/assets/minecraft/models/w1581.json new file mode 100644 index 000000000..362330625 --- /dev/null +++ b/assets/minecraft/models/w1581.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,9,11,13.5]},"east":{"texture":"#0","uv":[6,13.5,10.5,15]},"north":{"texture":"#0","uv":[10.5,13.5,11,15]},"south":{"texture":"#0","uv":[15.5,13.5,16,15]},"up":{"texture":"#0","uv":[11,13.5,10.5,9]},"west":{"texture":"#0","uv":[11,13.5,15.5,15]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-12.4]}],"overrides":[],"textures":{"0":"item/w2072135620_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1582.json b/assets/minecraft/models/w1582.json new file mode 100644 index 000000000..1000844d5 --- /dev/null +++ b/assets/minecraft/models/w1582.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,9,3,10.5]},"east":{"texture":"#0","uv":[0,10.5,1.5,11.5]},"north":{"texture":"#0","uv":[1.5,10.5,3,11.5]},"south":{"texture":"#0","uv":[4.5,10.5,6,11.5]},"up":{"texture":"#0","uv":[3,10.5,1.5,9]},"west":{"texture":"#0","uv":[3,10.5,4.5,11.5]}},"from":[-15.4,-16,-16],"shade":false,"to":[-14.2,-15.2,-14.8]},{"faces":{"down":{"texture":"#0","uv":[3,14.5,0,11.5]},"up":{"texture":"#0","uv":[3,11.5,0,14.5]}},"from":[-16,-15.4,-15.2],"shade":false,"to":[-13.6,-15.4,-12.8]}],"overrides":[],"textures":{"0":"item/w2072135620_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1583.json b/assets/minecraft/models/w1583.json new file mode 100644 index 000000000..7d92bf559 --- /dev/null +++ b/assets/minecraft/models/w1583.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,2,7,2.5]},"east":{"texture":"#0","uv":[6,2.5,6.5,3]},"north":{"texture":"#0","uv":[6.5,2.5,7,3]},"south":{"texture":"#0","uv":[7.5,2.5,8,3]},"up":{"texture":"#0","uv":[7,2.5,6.5,2]},"west":{"texture":"#0","uv":[7,2.5,7.5,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w2072135620_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1584.json b/assets/minecraft/models/w1584.json new file mode 100644 index 000000000..53f897cbd --- /dev/null +++ b/assets/minecraft/models/w1584.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,3.5,6,7.5]},"east":{"texture":"#0","uv":[0,7.5,4,9]},"north":{"texture":"#0","uv":[4,7.5,6,9]},"south":{"texture":"#0","uv":[10,7.5,12,9]},"up":{"texture":"#0","uv":[6,7.5,4,3.5]},"west":{"texture":"#0","uv":[6,7.5,10,9]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.8,-12.8]}],"overrides":[],"textures":{"0":"item/w1493995275_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1585.json b/assets/minecraft/models/w1585.json new file mode 100644 index 000000000..bf4b452de --- /dev/null +++ b/assets/minecraft/models/w1585.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,0,9.5,0.5]},"east":{"texture":"#0","uv":[9.5,0.5,9,2]},"north":{"texture":"#0","uv":[9,0.5,8.5,2]},"south":{"texture":"#0","uv":[10,0.5,9.5,2]},"up":{"texture":"#0","uv":[8.5,0.5,9,0]},"west":{"texture":"#0","uv":[8.5,0.5,8,2]}},"from":[-15.8,-16,-15.6],"shade":false,"to":[-15.400001,-14.8,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[9,2,10,3]},"east":{"texture":"#0","uv":[10,3,9,3]},"north":{"texture":"#0","uv":[9,3,8,3]},"south":{"texture":"#0","uv":[11,3,10,3]},"up":{"texture":"#0","uv":[8,3,9,2]},"west":{"texture":"#0","uv":[8,3,7,3]}},"from":[-16,-15.99,-16],"shade":false,"to":[-15.2,-15.99,-15.2]}],"overrides":[],"textures":{"0":"item/w1493995275_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1586.json b/assets/minecraft/models/w1586.json new file mode 100644 index 000000000..eadadaa0d --- /dev/null +++ b/assets/minecraft/models/w1586.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,0,9,0.5]},"east":{"texture":"#0","uv":[8,0.5,8.5,2]},"north":{"texture":"#0","uv":[8.5,0.5,9,2]},"south":{"texture":"#0","uv":[9.5,0.5,10,2]},"up":{"texture":"#0","uv":[9,0.5,8.5,0]},"west":{"texture":"#0","uv":[9,0.5,9.5,2]}},"from":[-15.8,-16,-15.6],"shade":false,"to":[-15.400001,-14.8,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[10,2,9,3]},"east":{"texture":"#0","uv":[7,3,8,3]},"north":{"texture":"#0","uv":[8,3,9,3]},"south":{"texture":"#0","uv":[10,3,11,3]},"up":{"texture":"#0","uv":[9,3,8,2]},"west":{"texture":"#0","uv":[9,3,10,3]}},"from":[-16,-15.99,-16],"shade":false,"to":[-15.2,-15.99,-15.2]}],"overrides":[],"textures":{"0":"item/w1493995275_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1587.json b/assets/minecraft/models/w1587.json new file mode 100644 index 000000000..7c88a1f73 --- /dev/null +++ b/assets/minecraft/models/w1587.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3,2]},"east":{"texture":"#0","uv":[0,2,2,3.5]},"north":{"texture":"#0","uv":[2,2,3,3.5]},"south":{"texture":"#0","uv":[5,2,6,3.5]},"up":{"texture":"#0","uv":[3,2,2,0]},"west":{"texture":"#0","uv":[3,2,5,3.5]}},"from":[-16,-16,-15.2],"rotation":{"angle":0,"axis":"x","origin":[-15.4,-15.645672,-13.12961],"rescale":false},"shade":false,"to":[-15.2,-14.8,-13.599999]},{"faces":{"down":{"texture":"#0","uv":[7.5,0,7,0.5]},"east":{"texture":"#0","uv":[6,0.5,6.5,1]},"north":{"texture":"#0","uv":[6.5,0.5,7,1]},"south":{"texture":"#0","uv":[7.5,0.5,8,1]},"up":{"texture":"#0","uv":[7,0.5,6.5,0]},"west":{"texture":"#0","uv":[7,0.5,7.5,1]}},"from":[-15.8,-15.6,-15.6],"rotation":{"angle":0,"axis":"x","origin":[-15.6,-15.2,-15.2],"rescale":false},"shade":false,"to":[-15.400001,-15.034,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[7.5,1,7,1.5]},"east":{"texture":"#0","uv":[6,1.5,6.5,2]},"north":{"texture":"#0","uv":[6.5,1.5,7,2]},"south":{"texture":"#0","uv":[7.5,1.5,8,2]},"up":{"texture":"#0","uv":[7,1.5,6.5,1]},"west":{"texture":"#0","uv":[7,1.5,7.5,2]}},"from":[-15.79,-15.434315,-16],"rotation":{"angle":-45,"axis":"x","origin":[-15.6,-15.034314,-15.6],"rescale":false},"shade":false,"to":[-15.41,-15.034315,-15.6]}],"overrides":[],"textures":{"0":"item/w1493995275_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1588.json b/assets/minecraft/models/w1588.json new file mode 100644 index 000000000..b134274d7 --- /dev/null +++ b/assets/minecraft/models/w1588.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,9,11.5,13.5]},"east":{"texture":"#0","uv":[15.5,13.5,11,15]},"north":{"texture":"#0","uv":[11,13.5,10.5,15]},"south":{"texture":"#0","uv":[16,13.5,15.5,15]},"up":{"texture":"#0","uv":[10.5,13.5,11,9]},"west":{"texture":"#0","uv":[10.5,13.5,6,15]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-12.4]}],"overrides":[],"textures":{"0":"item/w1493995275_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1589.json b/assets/minecraft/models/w1589.json new file mode 100644 index 000000000..c004a2782 --- /dev/null +++ b/assets/minecraft/models/w1589.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,9,11,13.5]},"east":{"texture":"#0","uv":[6,13.5,10.5,15]},"north":{"texture":"#0","uv":[10.5,13.5,11,15]},"south":{"texture":"#0","uv":[15.5,13.5,16,15]},"up":{"texture":"#0","uv":[11,13.5,10.5,9]},"west":{"texture":"#0","uv":[11,13.5,15.5,15]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-12.4]}],"overrides":[],"textures":{"0":"item/w1493995275_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w159.json b/assets/minecraft/models/w159.json new file mode 100644 index 000000000..c0798baff --- /dev/null +++ b/assets/minecraft/models/w159.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.625,4.125,8.375,4.375]},"east":{"texture":"#0","uv":[7.875,4.375,8.125,4.75]},"north":{"texture":"#0","uv":[8.125,4.375,8.375,4.75]},"south":{"texture":"#0","uv":[8.625,4.375,8.875,4.75]},"up":{"texture":"#0","uv":[8.375,4.375,8.125,4.125]},"west":{"texture":"#0","uv":[8.375,4.375,8.625,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-13.6,-14.400001]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1590.json b/assets/minecraft/models/w1590.json new file mode 100644 index 000000000..a079d210a --- /dev/null +++ b/assets/minecraft/models/w1590.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,9,3,10.5]},"east":{"texture":"#0","uv":[0,10.5,1.5,11.5]},"north":{"texture":"#0","uv":[1.5,10.5,3,11.5]},"south":{"texture":"#0","uv":[4.5,10.5,6,11.5]},"up":{"texture":"#0","uv":[3,10.5,1.5,9]},"west":{"texture":"#0","uv":[3,10.5,4.5,11.5]}},"from":[-15.4,-16,-16],"shade":false,"to":[-14.2,-15.2,-14.8]},{"faces":{"down":{"texture":"#0","uv":[3,14.5,0,11.5]},"up":{"texture":"#0","uv":[3,11.5,0,14.5]}},"from":[-16,-15.4,-15.2],"shade":false,"to":[-13.6,-15.4,-12.8]}],"overrides":[],"textures":{"0":"item/w1493995275_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1591.json b/assets/minecraft/models/w1591.json new file mode 100644 index 000000000..9187ae73d --- /dev/null +++ b/assets/minecraft/models/w1591.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.375,3,0,5.25]},"up":{"texture":"#0","uv":[2.375,5.25,0,3]}},"from":[-16,-16,-16],"shade":false,"to":[-8.4,-16,-8.8]}],"overrides":[],"textures":{"0":"item/w820118821_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1592.json b/assets/minecraft/models/w1592.json new file mode 100644 index 000000000..9187ae73d --- /dev/null +++ b/assets/minecraft/models/w1592.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.375,3,0,5.25]},"up":{"texture":"#0","uv":[2.375,5.25,0,3]}},"from":[-16,-16,-16],"shade":false,"to":[-8.4,-16,-8.8]}],"overrides":[],"textures":{"0":"item/w820118821_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1593.json b/assets/minecraft/models/w1593.json new file mode 100644 index 000000000..9187ae73d --- /dev/null +++ b/assets/minecraft/models/w1593.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.375,3,0,5.25]},"up":{"texture":"#0","uv":[2.375,5.25,0,3]}},"from":[-16,-16,-16],"shade":false,"to":[-8.4,-16,-8.8]}],"overrides":[],"textures":{"0":"item/w820118821_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1594.json b/assets/minecraft/models/w1594.json new file mode 100644 index 000000000..9187ae73d --- /dev/null +++ b/assets/minecraft/models/w1594.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.375,3,0,5.25]},"up":{"texture":"#0","uv":[2.375,5.25,0,3]}},"from":[-16,-16,-16],"shade":false,"to":[-8.4,-16,-8.8]}],"overrides":[],"textures":{"0":"item/w820118821_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1595.json b/assets/minecraft/models/w1595.json new file mode 100644 index 000000000..9187ae73d --- /dev/null +++ b/assets/minecraft/models/w1595.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.375,3,0,5.25]},"up":{"texture":"#0","uv":[2.375,5.25,0,3]}},"from":[-16,-16,-16],"shade":false,"to":[-8.4,-16,-8.8]}],"overrides":[],"textures":{"0":"item/w820118821_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1596.json b/assets/minecraft/models/w1596.json new file mode 100644 index 000000000..22cf2991f --- /dev/null +++ b/assets/minecraft/models/w1596.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.25,9,8.5,9.75]},"east":{"texture":"#0","uv":[6,9.75,6.75,10]},"north":{"texture":"#0","uv":[6.75,9.75,8.5,10]},"south":{"texture":"#0","uv":[9.25,9.75,11,10]},"up":{"texture":"#0","uv":[8.5,9.75,6.75,9]},"west":{"texture":"#0","uv":[8.5,9.75,9.25,10]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w820118821_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1597.json b/assets/minecraft/models/w1597.json new file mode 100644 index 000000000..7be5bad5e --- /dev/null +++ b/assets/minecraft/models/w1597.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.25,0,13.5,1.75]},"east":{"texture":"#0","uv":[11,1.75,12.75,2]},"north":{"texture":"#0","uv":[12.75,1.75,13.5,2]},"south":{"texture":"#0","uv":[15.25,1.75,16,2]},"up":{"texture":"#0","uv":[13.5,1.75,12.75,0]},"west":{"texture":"#0","uv":[13.5,1.75,15.25,2]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.2,-10.4]}],"overrides":[],"textures":{"0":"item/w820118821_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1598.json b/assets/minecraft/models/w1598.json new file mode 100644 index 000000000..8da2e08c4 --- /dev/null +++ b/assets/minecraft/models/w1598.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.25,11,13.5,11.75]},"east":{"texture":"#0","uv":[11,11.75,11.75,12]},"north":{"texture":"#0","uv":[11.75,11.75,13.5,12]},"south":{"texture":"#0","uv":[14.25,11.75,16,12]},"up":{"texture":"#0","uv":[13.5,11.75,11.75,11]},"west":{"texture":"#0","uv":[13.5,11.75,14.25,12]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w820118821_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1599.json b/assets/minecraft/models/w1599.json new file mode 100644 index 000000000..b923e0c1e --- /dev/null +++ b/assets/minecraft/models/w1599.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,5,8.5,6.75]},"east":{"texture":"#0","uv":[6,6.75,7.75,7]},"north":{"texture":"#0","uv":[7.75,6.75,8.5,7]},"south":{"texture":"#0","uv":[10.25,6.75,11,7]},"up":{"texture":"#0","uv":[8.5,6.75,7.75,5]},"west":{"texture":"#0","uv":[8.5,6.75,10.25,7]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.2,-10.4]}],"overrides":[],"textures":{"0":"item/w820118821_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w16.json b/assets/minecraft/models/w16.json new file mode 100644 index 000000000..4c574cd74 --- /dev/null +++ b/assets/minecraft/models/w16.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,5,1.875,5.625]},"east":{"texture":"#0","uv":[1.875,5.625,1.25,6.625]},"north":{"texture":"#0","uv":[1.25,5.625,0.625,6.625]},"south":{"texture":"#0","uv":[2.5,5.625,1.875,6.625]},"up":{"texture":"#0","uv":[0.625,5.625,1.25,5]},"west":{"texture":"#0","uv":[0.625,5.625,0,6.625]}},"from":[-16,-14,-16],"shade":false,"to":[-14,-10.8,-14]},{"faces":{"down":{"texture":"#0","uv":[0.75,6.625,1.125,7]},"east":{"texture":"#0","uv":[1.125,7,0.75,7.375]},"north":{"texture":"#0","uv":[0.75,7,0.375,7.375]},"south":{"texture":"#0","uv":[1.5,7,1.125,7.375]},"up":{"texture":"#0","uv":[0.375,7,0.75,6.625]},"west":{"texture":"#0","uv":[0.375,7,0,7.375]}},"from":[-15.6,-15.2,-15.6],"shade":false,"to":[-14.400001,-14,-14.400001]},{"faces":{"down":{"texture":"#0","uv":[0.75,7.375,1.125,7.75]},"east":{"texture":"#0","uv":[1.125,7.75,0.75,8]},"north":{"texture":"#0","uv":[0.75,7.75,0.375,8]},"south":{"texture":"#0","uv":[1.5,7.75,1.125,8]},"up":{"texture":"#0","uv":[0.375,7.75,0.75,7.375]},"west":{"texture":"#0","uv":[0.375,7.75,0,8]}},"from":[-15.6,-16,-16],"shade":false,"to":[-14.400001,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w88907092_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w160.json b/assets/minecraft/models/w160.json new file mode 100644 index 000000000..42718e27d --- /dev/null +++ b/assets/minecraft/models/w160.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,2.5,5.875,2.625]},"east":{"texture":"#0","uv":[5.625,2.625,5.75,2.9375]},"north":{"texture":"#0","uv":[5.75,2.625,5.875,2.9375]},"south":{"texture":"#0","uv":[6,2.625,6.125,2.9375]},"up":{"texture":"#0","uv":[5.875,2.625,5.75,2.5]},"west":{"texture":"#0","uv":[5.875,2.625,6,2.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14,-15.2]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1600.json b/assets/minecraft/models/w1600.json new file mode 100644 index 000000000..655414175 --- /dev/null +++ b/assets/minecraft/models/w1600.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.25,10,8.5,10.75]},"east":{"texture":"#0","uv":[6,10.75,6.75,11]},"north":{"texture":"#0","uv":[6.75,10.75,8.5,11]},"south":{"texture":"#0","uv":[9.25,10.75,11,11]},"up":{"texture":"#0","uv":[8.5,10.75,6.75,10]},"west":{"texture":"#0","uv":[8.5,10.75,9.25,11]}},"from":[-5.6000004,-15.996,-9.4],"shade":false,"to":[-4.7683716e-7,-15.196,-6.999]},{"faces":{"down":{"texture":"#0","uv":[2.375,3,0,5.25]},"up":{"texture":"#0","uv":[2.375,5.25,0,3]}},"from":[-6.8,-15.596,-16],"shade":false,"to":[0.7999997,-15.596,-8.8]},{"faces":{"down":{"texture":"#0","uv":[2.375,3,0,5.25]},"up":{"texture":"#0","uv":[2.375,5.25,0,3]}},"from":[-6.8,-15.596,-16],"rotation":{"angle":-45,"axis":"y","origin":[-2.8000002,-15.596,3.7999992],"rescale":false},"shade":false,"to":[0.7999997,-15.596,-8.8]},{"faces":{"down":{"texture":"#0","uv":[2.375,3,0,5.25]},"up":{"texture":"#0","uv":[2.375,5.25,0,3]}},"from":[-6.8,-15.596,-16],"rotation":{"angle":45,"axis":"y","origin":[-2.8000002,-15.596,3.7999992],"rescale":false},"shade":false,"to":[0.7999997,-15.596,-8.8]},{"faces":{"down":{"texture":"#0","uv":[15.25,10,13.5,10.75]},"east":{"texture":"#0","uv":[11,10.75,11.75,11]},"north":{"texture":"#0","uv":[11.75,10.75,13.5,11]},"south":{"texture":"#0","uv":[14.25,10.75,16,11]},"up":{"texture":"#0","uv":[13.5,10.75,11.75,10]},"west":{"texture":"#0","uv":[13.5,10.75,14.25,11]}},"from":[-5.6000004,-16,-9.4],"rotation":{"angle":-22.5,"axis":"y","origin":[-2.8000002,-15.596,3.7999992],"rescale":false},"shade":false,"to":[-4.7683716e-7,-15.2,-6.999]},{"faces":{"down":{"texture":"#0","uv":[10.25,11,8.5,11.75]},"east":{"texture":"#0","uv":[6,11.75,6.75,12]},"north":{"texture":"#0","uv":[6.75,11.75,8.5,12]},"south":{"texture":"#0","uv":[9.25,11.75,11,12]},"up":{"texture":"#0","uv":[8.5,11.75,6.75,11]},"west":{"texture":"#0","uv":[8.5,11.75,9.25,12]}},"from":[-5.6000004,-15.996,-9.4],"rotation":{"angle":-45,"axis":"y","origin":[-2.8000002,-15.596,3.7999992],"rescale":false},"shade":false,"to":[-4.7683716e-7,-15.196,-6.999]},{"faces":{"down":{"texture":"#0","uv":[14.25,4,13.5,5.75]},"east":{"texture":"#0","uv":[11,5.75,12.75,6]},"north":{"texture":"#0","uv":[12.75,5.75,13.5,6]},"south":{"texture":"#0","uv":[15.25,5.75,16,6]},"up":{"texture":"#0","uv":[13.5,5.75,12.75,4]},"west":{"texture":"#0","uv":[13.5,5.75,15.25,6]}},"from":[8,-15.996,1],"shade":false,"to":[10.4,-15.196,6.6]},{"faces":{"down":{"texture":"#0","uv":[14.25,6,13.5,7.75]},"east":{"texture":"#0","uv":[11,7.75,12.75,8]},"north":{"texture":"#0","uv":[12.75,7.75,13.5,8]},"south":{"texture":"#0","uv":[15.25,7.75,16,8]},"up":{"texture":"#0","uv":[13.5,7.75,12.75,6]},"west":{"texture":"#0","uv":[13.5,7.75,15.25,8]}},"from":[8,-16,1],"rotation":{"angle":-22.5,"axis":"y","origin":[-2.8000002,-15.596,3.7999992],"rescale":false},"shade":false,"to":[10.4,-15.2,6.6]},{"faces":{"down":{"texture":"#0","uv":[14.25,8,13.5,9.75]},"east":{"texture":"#0","uv":[11,9.75,12.75,10]},"north":{"texture":"#0","uv":[12.75,9.75,13.5,10]},"south":{"texture":"#0","uv":[15.25,9.75,16,10]},"up":{"texture":"#0","uv":[13.5,9.75,12.75,8]},"west":{"texture":"#0","uv":[13.5,9.75,15.25,10]}},"from":[8,-15.996,1],"rotation":{"angle":-45,"axis":"y","origin":[-2.8000002,-15.596,3.7999992],"rescale":false},"shade":false,"to":[10.4,-15.196,6.6]},{"faces":{"down":{"texture":"#0","uv":[10.25,0,8.5,0.75]},"east":{"texture":"#0","uv":[6,0.75,6.75,1]},"north":{"texture":"#0","uv":[6.75,0.75,8.5,1]},"south":{"texture":"#0","uv":[9.25,0.75,11,1]},"up":{"texture":"#0","uv":[8.5,0.75,6.75,0]},"west":{"texture":"#0","uv":[8.5,0.75,9.25,1]}},"from":[-5.6000004,-15.996,14.6],"shade":false,"to":[-4.7683716e-7,-15.196,17]},{"faces":{"down":{"texture":"#0","uv":[15.25,2,13.5,2.75]},"east":{"texture":"#0","uv":[11,2.75,11.75,3]},"north":{"texture":"#0","uv":[11.75,2.75,13.5,3]},"south":{"texture":"#0","uv":[14.25,2.75,16,3]},"up":{"texture":"#0","uv":[13.5,2.75,11.75,2]},"west":{"texture":"#0","uv":[13.5,2.75,14.25,3]}},"from":[-5.6000004,-16,14.6],"rotation":{"angle":-22.5,"axis":"y","origin":[-2.8000002,-15.596,3.7999992],"rescale":false},"shade":false,"to":[-4.7683716e-7,-15.2,17]},{"faces":{"down":{"texture":"#0","uv":[15.25,3,13.5,3.75]},"east":{"texture":"#0","uv":[11,3.75,11.75,4]},"north":{"texture":"#0","uv":[11.75,3.75,13.5,4]},"south":{"texture":"#0","uv":[14.25,3.75,16,4]},"up":{"texture":"#0","uv":[13.5,3.75,11.75,3]},"west":{"texture":"#0","uv":[13.5,3.75,14.25,4]}},"from":[-5.6000004,-15.996,14.6],"rotation":{"angle":-45,"axis":"y","origin":[-2.8000002,-15.596,3.7999992],"rescale":false},"shade":false,"to":[-4.7683716e-7,-15.196,17]},{"faces":{"down":{"texture":"#0","uv":[9.25,1,8.5,2.75]},"east":{"texture":"#0","uv":[6,2.75,7.75,3]},"north":{"texture":"#0","uv":[7.75,2.75,8.5,3]},"south":{"texture":"#0","uv":[10.25,2.75,11,3]},"up":{"texture":"#0","uv":[8.5,2.75,7.75,1]},"west":{"texture":"#0","uv":[8.5,2.75,10.25,3]}},"from":[-16,-15.996,1],"shade":false,"to":[-13.6,-15.196,6.6]},{"faces":{"down":{"texture":"#0","uv":[9.25,7,8.5,8.75]},"east":{"texture":"#0","uv":[6,8.75,7.75,9]},"north":{"texture":"#0","uv":[7.75,8.75,8.5,9]},"south":{"texture":"#0","uv":[10.25,8.75,11,9]},"up":{"texture":"#0","uv":[8.5,8.75,7.75,7]},"west":{"texture":"#0","uv":[8.5,8.75,10.25,9]}},"from":[-16,-16,1],"rotation":{"angle":-22.5,"axis":"y","origin":[-2.8000002,-15.596,3.7999992],"rescale":false},"shade":false,"to":[-13.6,-15.2,6.6]},{"faces":{"down":{"texture":"#0","uv":[9.25,3,8.5,4.75]},"east":{"texture":"#0","uv":[6,4.75,7.75,5]},"north":{"texture":"#0","uv":[7.75,4.75,8.5,5]},"south":{"texture":"#0","uv":[10.25,4.75,11,5]},"up":{"texture":"#0","uv":[8.5,4.75,7.75,3]},"west":{"texture":"#0","uv":[8.5,4.75,10.25,5]}},"from":[-16,-15.996,1],"rotation":{"angle":-45,"axis":"y","origin":[-2.8000002,-15.596,3.7999992],"rescale":false},"shade":false,"to":[-13.6,-15.196,6.6]}],"overrides":[],"textures":{"0":"item/w820118821_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1601.json b/assets/minecraft/models/w1601.json new file mode 100644 index 000000000..00983d96d --- /dev/null +++ b/assets/minecraft/models/w1601.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,0,3,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,3]},"north":{"texture":"#0","uv":[1.5,1.5,3,3]},"south":{"texture":"#0","uv":[4.5,1.5,6,3]},"up":{"texture":"#0","uv":[3,1.5,1.5,0]},"west":{"texture":"#0","uv":[3,1.5,4.5,3]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-11.2]}],"overrides":[],"textures":{"0":"item/w820118821_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1602.json b/assets/minecraft/models/w1602.json new file mode 100644 index 000000000..1f208be61 --- /dev/null +++ b/assets/minecraft/models/w1602.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,2.375,2.375,0.25]},"south":{"texture":"#0","uv":[0,2.375,2.375,0.25]}},"from":[-16,-16,-16],"shade":false,"to":[-6.5,-7.5,-16]}],"overrides":[],"textures":{"0":"item/w601408162_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1603.json b/assets/minecraft/models/w1603.json new file mode 100644 index 000000000..7dcaed8a5 --- /dev/null +++ b/assets/minecraft/models/w1603.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,2.375,2.375,0]},"south":{"texture":"#0","uv":[0,2.375,2.375,0]}},"from":[-16,-16,-16],"shade":false,"to":[-6.5,-6.5,-16]}],"overrides":[],"textures":{"0":"item/w601408162_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1604.json b/assets/minecraft/models/w1604.json new file mode 100644 index 000000000..1f208be61 --- /dev/null +++ b/assets/minecraft/models/w1604.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,2.375,2.375,0.25]},"south":{"texture":"#0","uv":[0,2.375,2.375,0.25]}},"from":[-16,-16,-16],"shade":false,"to":[-6.5,-7.5,-16]}],"overrides":[],"textures":{"0":"item/w601408162_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1605.json b/assets/minecraft/models/w1605.json new file mode 100644 index 000000000..7dcaed8a5 --- /dev/null +++ b/assets/minecraft/models/w1605.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,2.375,2.375,0]},"south":{"texture":"#0","uv":[0,2.375,2.375,0]}},"from":[-16,-16,-16],"shade":false,"to":[-6.5,-6.5,-16]}],"overrides":[],"textures":{"0":"item/w601408162_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1606.json b/assets/minecraft/models/w1606.json new file mode 100644 index 000000000..33d83c7b2 --- /dev/null +++ b/assets/minecraft/models/w1606.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,2.375,2.375,0.25]},"south":{"texture":"#0","uv":[0,2.375,2.375,0.25]}},"from":[-16,-16,-16],"rotation":{"angle":-45,"axis":"y","origin":[-11.25,-18.5,-13.5],"rescale":false},"shade":false,"to":[-6.5,-7.5,-16]},{"faces":{"north":{"texture":"#0","uv":[0,2.375,2.375,0.25]},"south":{"texture":"#0","uv":[0,2.375,2.375,0.25]}},"from":[-16,-16,-11],"rotation":{"angle":-45,"axis":"y","origin":[-11.25,-18.5,-13.5],"rescale":false},"shade":false,"to":[-6.5,-7.5,-11]}],"overrides":[],"textures":{"0":"item/w601408162_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1607.json b/assets/minecraft/models/w1607.json new file mode 100644 index 000000000..463fde063 --- /dev/null +++ b/assets/minecraft/models/w1607.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.375,0,0,2.25]},"up":{"texture":"#0","uv":[2.375,2.25,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-8.4,-16,-8.8]}],"overrides":[],"textures":{"0":"item/w601408162_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1608.json b/assets/minecraft/models/w1608.json new file mode 100644 index 000000000..463fde063 --- /dev/null +++ b/assets/minecraft/models/w1608.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.375,0,0,2.25]},"up":{"texture":"#0","uv":[2.375,2.25,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-8.4,-16,-8.8]}],"overrides":[],"textures":{"0":"item/w601408162_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1609.json b/assets/minecraft/models/w1609.json new file mode 100644 index 000000000..463fde063 --- /dev/null +++ b/assets/minecraft/models/w1609.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.375,0,0,2.25]},"up":{"texture":"#0","uv":[2.375,2.25,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-8.4,-16,-8.8]}],"overrides":[],"textures":{"0":"item/w601408162_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w161.json b/assets/minecraft/models/w161.json new file mode 100644 index 000000000..437c44f24 --- /dev/null +++ b/assets/minecraft/models/w161.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0,9.1875,0.375,9.75]},"north":{"texture":"#0","uv":[0.375,9.1875,0.75,9.75]},"south":{"texture":"#0","uv":[1.125,9.1875,1.5,9.75]},"up":{"texture":"#0","uv":[0.75,9.1875,0.375,8.8125]},"west":{"texture":"#0","uv":[0.75,9.1875,1.125,9.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12.4,-13.6]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1610.json b/assets/minecraft/models/w1610.json new file mode 100644 index 000000000..463fde063 --- /dev/null +++ b/assets/minecraft/models/w1610.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.375,0,0,2.25]},"up":{"texture":"#0","uv":[2.375,2.25,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-8.4,-16,-8.8]}],"overrides":[],"textures":{"0":"item/w601408162_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1611.json b/assets/minecraft/models/w1611.json new file mode 100644 index 000000000..463fde063 --- /dev/null +++ b/assets/minecraft/models/w1611.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.375,0,0,2.25]},"up":{"texture":"#0","uv":[2.375,2.25,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-8.4,-16,-8.8]}],"overrides":[],"textures":{"0":"item/w601408162_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1612.json b/assets/minecraft/models/w1612.json new file mode 100644 index 000000000..06e939ac3 --- /dev/null +++ b/assets/minecraft/models/w1612.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.625,1,4.875,1.75]},"east":{"texture":"#0","uv":[2.375,1.75,3.125,2]},"north":{"texture":"#0","uv":[3.125,1.75,4.875,2]},"south":{"texture":"#0","uv":[5.625,1.75,7.375,2]},"up":{"texture":"#0","uv":[4.875,1.75,3.125,1]},"west":{"texture":"#0","uv":[4.875,1.75,5.625,2]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w601408162_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1613.json b/assets/minecraft/models/w1613.json new file mode 100644 index 000000000..9295ac1ec --- /dev/null +++ b/assets/minecraft/models/w1613.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.625,0,9.875,1.75]},"east":{"texture":"#0","uv":[7.375,1.75,9.125,2]},"north":{"texture":"#0","uv":[9.125,1.75,9.875,2]},"south":{"texture":"#0","uv":[11.625,1.75,12.375,2]},"up":{"texture":"#0","uv":[9.875,1.75,9.125,0]},"west":{"texture":"#0","uv":[9.875,1.75,11.625,2]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.2,-10.4]}],"overrides":[],"textures":{"0":"item/w601408162_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1614.json b/assets/minecraft/models/w1614.json new file mode 100644 index 000000000..99e3a62d0 --- /dev/null +++ b/assets/minecraft/models/w1614.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.625,5,4.875,5.75]},"east":{"texture":"#0","uv":[2.375,5.75,3.125,6]},"north":{"texture":"#0","uv":[3.125,5.75,4.875,6]},"south":{"texture":"#0","uv":[5.625,5.75,7.375,6]},"up":{"texture":"#0","uv":[4.875,5.75,3.125,5]},"west":{"texture":"#0","uv":[4.875,5.75,5.625,6]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w601408162_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1615.json b/assets/minecraft/models/w1615.json new file mode 100644 index 000000000..05e0bba6a --- /dev/null +++ b/assets/minecraft/models/w1615.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.625,6,9.875,7.75]},"east":{"texture":"#0","uv":[7.375,7.75,9.125,8]},"north":{"texture":"#0","uv":[9.125,7.75,9.875,8]},"south":{"texture":"#0","uv":[11.625,7.75,12.375,8]},"up":{"texture":"#0","uv":[9.875,7.75,9.125,6]},"west":{"texture":"#0","uv":[9.875,7.75,11.625,8]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.2,-10.4]}],"overrides":[],"textures":{"0":"item/w601408162_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1616.json b/assets/minecraft/models/w1616.json new file mode 100644 index 000000000..3e936baf1 --- /dev/null +++ b/assets/minecraft/models/w1616.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.625,3,4.875,3.75]},"east":{"texture":"#0","uv":[2.375,3.75,3.125,4]},"north":{"texture":"#0","uv":[3.125,3.75,4.875,4]},"south":{"texture":"#0","uv":[5.625,3.75,7.375,4]},"up":{"texture":"#0","uv":[4.875,3.75,3.125,3]},"west":{"texture":"#0","uv":[4.875,3.75,5.625,4]}},"from":[-5.6000004,-15.996,-9.4],"shade":false,"to":[-4.7683716e-7,-15.196,-6.999]},{"faces":{"down":{"texture":"#0","uv":[2.375,0,0,2.25]},"up":{"texture":"#0","uv":[2.375,2.25,0,0]}},"from":[-6.8,-15.596,-16],"shade":false,"to":[0.7999997,-15.596,-8.8]},{"faces":{"down":{"texture":"#0","uv":[2.375,0,0,2.25]},"up":{"texture":"#0","uv":[2.375,2.25,0,0]}},"from":[-6.8,-15.596,-16],"rotation":{"angle":-45,"axis":"y","origin":[-2.8000002,-15.596,3.7999992],"rescale":false},"shade":false,"to":[0.7999997,-15.596,-8.8]},{"faces":{"down":{"texture":"#0","uv":[2.375,0,0,2.25]},"up":{"texture":"#0","uv":[2.375,2.25,0,0]}},"from":[-6.8,-15.596,-16],"rotation":{"angle":45,"axis":"y","origin":[-2.8000002,-15.596,3.7999992],"rescale":false},"shade":false,"to":[0.7999997,-15.596,-8.8]},{"faces":{"down":{"texture":"#0","uv":[6.625,2,4.875,2.75]},"east":{"texture":"#0","uv":[2.375,2.75,3.125,3]},"north":{"texture":"#0","uv":[3.125,2.75,4.875,3]},"south":{"texture":"#0","uv":[5.625,2.75,7.375,3]},"up":{"texture":"#0","uv":[4.875,2.75,3.125,2]},"west":{"texture":"#0","uv":[4.875,2.75,5.625,3]}},"from":[-5.6000004,-16,-9.4],"rotation":{"angle":-22.5,"axis":"y","origin":[-2.8000002,-15.596,3.7999992],"rescale":false},"shade":false,"to":[-4.7683716e-7,-15.2,-6.999]},{"faces":{"down":{"texture":"#0","uv":[6.625,4,4.875,4.75]},"east":{"texture":"#0","uv":[2.375,4.75,3.125,5]},"north":{"texture":"#0","uv":[3.125,4.75,4.875,5]},"south":{"texture":"#0","uv":[5.625,4.75,7.375,5]},"up":{"texture":"#0","uv":[4.875,4.75,3.125,4]},"west":{"texture":"#0","uv":[4.875,4.75,5.625,5]}},"from":[-5.6000004,-15.996,-9.4],"rotation":{"angle":-45,"axis":"y","origin":[-2.8000002,-15.596,3.7999992],"rescale":false},"shade":false,"to":[-4.7683716e-7,-15.196,-6.999]},{"faces":{"down":{"texture":"#0","uv":[10.625,14,9.875,15.75]},"east":{"texture":"#0","uv":[7.375,15.75,9.125,16]},"north":{"texture":"#0","uv":[9.125,15.75,9.875,16]},"south":{"texture":"#0","uv":[11.625,15.75,12.375,16]},"up":{"texture":"#0","uv":[9.875,15.75,9.125,14]},"west":{"texture":"#0","uv":[9.875,15.75,11.625,16]}},"from":[8,-15.996,1],"shade":false,"to":[10.4,-15.196,6.6]},{"faces":{"down":{"texture":"#0","uv":[10.625,12,9.875,13.75]},"east":{"texture":"#0","uv":[7.375,13.75,9.125,14]},"north":{"texture":"#0","uv":[9.125,13.75,9.875,14]},"south":{"texture":"#0","uv":[11.625,13.75,12.375,14]},"up":{"texture":"#0","uv":[9.875,13.75,9.125,12]},"west":{"texture":"#0","uv":[9.875,13.75,11.625,14]}},"from":[8,-16,1],"rotation":{"angle":-22.5,"axis":"y","origin":[-2.8000002,-15.596,3.7999992],"rescale":false},"shade":false,"to":[10.4,-15.2,6.6]},{"faces":{"down":{"texture":"#0","uv":[10.625,10,9.875,11.75]},"east":{"texture":"#0","uv":[7.375,11.75,9.125,12]},"north":{"texture":"#0","uv":[9.125,11.75,9.875,12]},"south":{"texture":"#0","uv":[11.625,11.75,12.375,12]},"up":{"texture":"#0","uv":[9.875,11.75,9.125,10]},"west":{"texture":"#0","uv":[9.875,11.75,11.625,12]}},"from":[8,-15.996,1],"rotation":{"angle":-45,"axis":"y","origin":[-2.8000002,-15.596,3.7999992],"rescale":false},"shade":false,"to":[10.4,-15.196,6.6]},{"faces":{"down":{"texture":"#0","uv":[6.625,0,4.875,0.75]},"east":{"texture":"#0","uv":[2.375,0.75,3.125,1]},"north":{"texture":"#0","uv":[3.125,0.75,4.875,1]},"south":{"texture":"#0","uv":[5.625,0.75,7.375,1]},"up":{"texture":"#0","uv":[4.875,0.75,3.125,0]},"west":{"texture":"#0","uv":[4.875,0.75,5.625,1]}},"from":[-5.6000004,-15.996,14.6],"shade":false,"to":[-4.7683716e-7,-15.196,17]},{"faces":{"down":{"texture":"#0","uv":[6.625,6,4.875,6.75]},"east":{"texture":"#0","uv":[2.375,6.75,3.125,7]},"north":{"texture":"#0","uv":[3.125,6.75,4.875,7]},"south":{"texture":"#0","uv":[5.625,6.75,7.375,7]},"up":{"texture":"#0","uv":[4.875,6.75,3.125,6]},"west":{"texture":"#0","uv":[4.875,6.75,5.625,7]}},"from":[-5.6000004,-16,14.6],"rotation":{"angle":-22.5,"axis":"y","origin":[-2.8000002,-15.596,3.7999992],"rescale":false},"shade":false,"to":[-4.7683716e-7,-15.2,17]},{"faces":{"down":{"texture":"#0","uv":[6.625,7,4.875,7.75]},"east":{"texture":"#0","uv":[2.375,7.75,3.125,8]},"north":{"texture":"#0","uv":[3.125,7.75,4.875,8]},"south":{"texture":"#0","uv":[5.625,7.75,7.375,8]},"up":{"texture":"#0","uv":[4.875,7.75,3.125,7]},"west":{"texture":"#0","uv":[4.875,7.75,5.625,8]}},"from":[-5.6000004,-15.996,14.6],"rotation":{"angle":-45,"axis":"y","origin":[-2.8000002,-15.596,3.7999992],"rescale":false},"shade":false,"to":[-4.7683716e-7,-15.196,17]},{"faces":{"down":{"texture":"#0","uv":[10.625,2,9.875,3.75]},"east":{"texture":"#0","uv":[7.375,3.75,9.125,4]},"north":{"texture":"#0","uv":[9.125,3.75,9.875,4]},"south":{"texture":"#0","uv":[11.625,3.75,12.375,4]},"up":{"texture":"#0","uv":[9.875,3.75,9.125,2]},"west":{"texture":"#0","uv":[9.875,3.75,11.625,4]}},"from":[-16,-15.996,1],"shade":false,"to":[-13.6,-15.196,6.6]},{"faces":{"down":{"texture":"#0","uv":[10.625,8,9.875,9.75]},"east":{"texture":"#0","uv":[7.375,9.75,9.125,10]},"north":{"texture":"#0","uv":[9.125,9.75,9.875,10]},"south":{"texture":"#0","uv":[11.625,9.75,12.375,10]},"up":{"texture":"#0","uv":[9.875,9.75,9.125,8]},"west":{"texture":"#0","uv":[9.875,9.75,11.625,10]}},"from":[-16,-16,1],"rotation":{"angle":-22.5,"axis":"y","origin":[-2.8000002,-15.596,3.7999992],"rescale":false},"shade":false,"to":[-13.6,-15.2,6.6]},{"faces":{"down":{"texture":"#0","uv":[10.625,4,9.875,5.75]},"east":{"texture":"#0","uv":[7.375,5.75,9.125,6]},"north":{"texture":"#0","uv":[9.125,5.75,9.875,6]},"south":{"texture":"#0","uv":[11.625,5.75,12.375,6]},"up":{"texture":"#0","uv":[9.875,5.75,9.125,4]},"west":{"texture":"#0","uv":[9.875,5.75,11.625,6]}},"from":[-16,-15.996,1],"rotation":{"angle":-45,"axis":"y","origin":[-2.8000002,-15.596,3.7999992],"rescale":false},"shade":false,"to":[-13.6,-15.196,6.6]}],"overrides":[],"textures":{"0":"item/w601408162_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1617.json b/assets/minecraft/models/w1617.json new file mode 100644 index 000000000..950d6e0e1 --- /dev/null +++ b/assets/minecraft/models/w1617.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.375,0,2.5,1.625]},"east":{"texture":"#0","uv":[0,1.625,1.625,2.375]},"north":{"texture":"#0","uv":[1.625,1.625,2.5,2.375]},"south":{"texture":"#0","uv":[4.125,1.625,5,2.375]},"up":{"texture":"#0","uv":[2.5,1.625,1.625,0]},"west":{"texture":"#0","uv":[2.5,1.625,4.125,2.375]}},"from":[-15.6,-16,-10.8],"shade":false,"to":[-12.8,-13.6,-5.6000004]},{"faces":{"down":{"texture":"#0","uv":[3.375,2.375,2.25,3.5]},"east":{"texture":"#0","uv":[0,3.5,1.125,4.5]},"north":{"texture":"#0","uv":[1.125,3.5,2.25,4.5]},"south":{"texture":"#0","uv":[3.375,3.5,4.5,4.5]},"up":{"texture":"#0","uv":[2.25,3.5,1.125,2.375]},"west":{"texture":"#0","uv":[2.25,3.5,3.375,4.5]}},"from":[-16,-16,-14.4],"shade":false,"to":[-12.4,-12.8,-10.799999]},{"faces":{"down":{"texture":"#0","uv":[5.625,0,4.75,0.5]},"east":{"texture":"#0","uv":[3.375,0.5,3.875,1.25]},"north":{"texture":"#0","uv":[3.875,0.5,4.75,1.25]},"south":{"texture":"#0","uv":[5.25,0.5,6.125,1.25]},"up":{"texture":"#0","uv":[4.75,0.5,3.875,0]},"west":{"texture":"#0","uv":[4.75,0.5,5.25,1.25]}},"from":[-15.6,-15.6,-16],"shade":false,"to":[-12.8,-13.200001,-14.4]}],"overrides":[],"textures":{"0":"item/w1172058284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1618.json b/assets/minecraft/models/w1618.json new file mode 100644 index 000000000..d1a5cdf69 --- /dev/null +++ b/assets/minecraft/models/w1618.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,3.125,5,4.5]},"east":{"texture":"#0","uv":[3.125,4.5,4.5,5]},"north":{"texture":"#0","uv":[4.5,4.5,5,5]},"south":{"texture":"#0","uv":[6.375,4.5,6.875,5]},"up":{"texture":"#0","uv":[5,4.5,4.5,3.125]},"west":{"texture":"#0","uv":[5,4.5,6.375,5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-11.6]}],"overrides":[],"textures":{"0":"item/w1172058284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1619.json b/assets/minecraft/models/w1619.json new file mode 100644 index 000000000..87d893896 --- /dev/null +++ b/assets/minecraft/models/w1619.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,1.25,5.75,2.375]},"east":{"texture":"#0","uv":[3.875,2.375,5,3.125]},"north":{"texture":"#0","uv":[5,2.375,5.75,3.125]},"south":{"texture":"#0","uv":[6.875,2.375,7.625,3.125]},"up":{"texture":"#0","uv":[5.75,2.375,5,1.25]},"west":{"texture":"#0","uv":[5.75,2.375,6.875,3.125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-12.4]},{"faces":{"down":{"texture":"#0","uv":[1.875,6.625,1.25,7.25]},"east":{"texture":"#0","uv":[0,7.25,0.625,7.875]},"north":{"texture":"#0","uv":[0.625,7.25,1.25,7.875]},"south":{"texture":"#0","uv":[1.875,7.25,2.5,7.875]},"up":{"texture":"#0","uv":[1.25,7.25,0.625,6.625]},"west":{"texture":"#0","uv":[1.25,7.25,1.875,7.875]}},"from":[-15.8,-15.04,-9.32],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.4,-13.84,-8.92],"rescale":false},"shade":false,"to":[-13.8,-13.04,-7.3199997]}],"overrides":[],"textures":{"0":"item/w1172058284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w162.json b/assets/minecraft/models/w162.json new file mode 100644 index 000000000..3020f8643 --- /dev/null +++ b/assets/minecraft/models/w162.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[7.875,9.3125,8.125,9.75]},"north":{"texture":"#0","uv":[8.125,9.3125,8.375,9.75]},"south":{"texture":"#0","uv":[8.625,9.3125,8.875,9.75]},"up":{"texture":"#0","uv":[8.375,9.3125,8.125,9.0625]},"west":{"texture":"#0","uv":[8.375,9.3125,8.625,9.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-13.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1620.json b/assets/minecraft/models/w1620.json new file mode 100644 index 000000000..a49e95937 --- /dev/null +++ b/assets/minecraft/models/w1620.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,1.875,7.375,2.125]},"east":{"texture":"#0","uv":[6.25,2.125,6.5,2.125]},"north":{"texture":"#0","uv":[6.5,2.125,7.375,2.125]},"south":{"texture":"#0","uv":[7.625,2.125,8.5,2.125]},"up":{"texture":"#0","uv":[6.5,2.125,7.375,1.875]},"west":{"texture":"#0","uv":[7.375,2.125,7.625,2.125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1172058284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1621.json b/assets/minecraft/models/w1621.json new file mode 100644 index 000000000..8259517c0 --- /dev/null +++ b/assets/minecraft/models/w1621.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,6.125,0.25,6.375]},"east":{"texture":"#0","uv":[0,6.375,0.25,6.375]},"north":{"texture":"#0","uv":[0.25,6.375,1.125,6.375]},"south":{"texture":"#0","uv":[1.375,6.375,2.25,6.375]},"up":{"texture":"#0","uv":[1.125,6.375,0.25,6.125]},"west":{"texture":"#0","uv":[1.125,6.375,1.375,6.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1172058284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1622.json b/assets/minecraft/models/w1622.json new file mode 100644 index 000000000..e14415956 --- /dev/null +++ b/assets/minecraft/models/w1622.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.375,5.25,5.5,5.5]},"east":{"texture":"#0","uv":[5.25,5.5,5.5,5.5]},"north":{"texture":"#0","uv":[5.5,5.5,6.375,5.5]},"south":{"texture":"#0","uv":[6.625,5.5,7.5,5.5]},"up":{"texture":"#0","uv":[6.375,5.5,5.5,5.25]},"west":{"texture":"#0","uv":[6.375,5.5,6.625,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1172058284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1623.json b/assets/minecraft/models/w1623.json new file mode 100644 index 000000000..80c637aa9 --- /dev/null +++ b/assets/minecraft/models/w1623.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.375,5,5.5,5.25]},"east":{"texture":"#0","uv":[5.25,5.25,5.5,5.25]},"north":{"texture":"#0","uv":[5.5,5.25,6.375,5.25]},"south":{"texture":"#0","uv":[6.625,5.25,7.5,5.25]},"up":{"texture":"#0","uv":[6.375,5.25,5.5,5]},"west":{"texture":"#0","uv":[6.375,5.25,6.625,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1172058284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1624.json b/assets/minecraft/models/w1624.json new file mode 100644 index 000000000..3fd38ea00 --- /dev/null +++ b/assets/minecraft/models/w1624.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.625,4.5,1.625,5.125]},"east":{"texture":"#0","uv":[0,5.125,0.625,6.125]},"north":{"texture":"#0","uv":[0.625,5.125,1.625,6.125]},"south":{"texture":"#0","uv":[2.25,5.125,3.25,6.125]},"up":{"texture":"#0","uv":[1.625,5.125,0.625,4.5]},"west":{"texture":"#0","uv":[1.625,5.125,2.25,6.125]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.8,-14]}],"overrides":[],"textures":{"0":"item/w1172058284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1625.json b/assets/minecraft/models/w1625.json new file mode 100644 index 000000000..426814e96 --- /dev/null +++ b/assets/minecraft/models/w1625.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,5.5,6,6]},"east":{"texture":"#0","uv":[5,6,5.5,7.75]},"north":{"texture":"#0","uv":[5.5,6,6,7.75]},"south":{"texture":"#0","uv":[6.5,6,7,7.75]},"up":{"texture":"#0","uv":[6,6,5.5,5.5]},"west":{"texture":"#0","uv":[6,6,6.5,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-10.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1172058284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1626.json b/assets/minecraft/models/w1626.json new file mode 100644 index 000000000..e2aede593 --- /dev/null +++ b/assets/minecraft/models/w1626.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,5.5,6.5,6]},"east":{"texture":"#0","uv":[6.5,6,6,7.75]},"north":{"texture":"#0","uv":[6,6,5.5,7.75]},"south":{"texture":"#0","uv":[7,6,6.5,7.75]},"up":{"texture":"#0","uv":[5.5,6,6,5.5]},"west":{"texture":"#0","uv":[5.5,6,5,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-10.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1172058284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1627.json b/assets/minecraft/models/w1627.json new file mode 100644 index 000000000..2d6d08cc6 --- /dev/null +++ b/assets/minecraft/models/w1627.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,6,3.75,6.375]},"east":{"texture":"#0","uv":[2.875,6.375,3.25,7.875]},"north":{"texture":"#0","uv":[3.25,6.375,3.75,7.875]},"south":{"texture":"#0","uv":[4.125,6.375,4.625,7.875]},"up":{"texture":"#0","uv":[3.75,6.375,3.25,6]},"west":{"texture":"#0","uv":[3.75,6.375,4.125,7.875]}},"from":[-15.8,-16,-14.4],"shade":false,"to":[-14.2,-11.2,-13.2]},{"faces":{"down":{"texture":"#0","uv":[7.375,3.125,6.75,3.75]},"east":{"texture":"#0","uv":[5.5,3.75,6.125,4.5]},"north":{"texture":"#0","uv":[6.125,3.75,6.75,4.5]},"south":{"texture":"#0","uv":[7.375,3.75,8,4.5]},"up":{"texture":"#0","uv":[6.75,3.75,6.125,3.125]},"west":{"texture":"#0","uv":[6.75,3.75,7.375,4.5]}},"from":[-16,-12.4,-16],"shade":false,"to":[-14,-10,-14]}],"overrides":[],"textures":{"0":"item/w1172058284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1628.json b/assets/minecraft/models/w1628.json new file mode 100644 index 000000000..e60a3df3d --- /dev/null +++ b/assets/minecraft/models/w1628.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,6,4.25,6.375]},"east":{"texture":"#0","uv":[4.125,6.375,3.75,7.875]},"north":{"texture":"#0","uv":[3.75,6.375,3.25,7.875]},"south":{"texture":"#0","uv":[4.625,6.375,4.125,7.875]},"up":{"texture":"#0","uv":[3.25,6.375,3.75,6]},"west":{"texture":"#0","uv":[3.25,6.375,2.875,7.875]}},"from":[-15.8,-16,-14.4],"shade":false,"to":[-14.2,-11.2,-13.2]},{"faces":{"down":{"texture":"#0","uv":[6.75,3.125,7.375,3.75]},"east":{"texture":"#0","uv":[7.375,3.75,6.75,4.5]},"north":{"texture":"#0","uv":[6.75,3.75,6.125,4.5]},"south":{"texture":"#0","uv":[8,3.75,7.375,4.5]},"up":{"texture":"#0","uv":[6.125,3.75,6.75,3.125]},"west":{"texture":"#0","uv":[6.125,3.75,5.5,4.5]}},"from":[-16,-12.4,-16],"shade":false,"to":[-14,-10,-14]}],"overrides":[],"textures":{"0":"item/w1172058284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1629.json b/assets/minecraft/models/w1629.json new file mode 100644 index 000000000..a597e46c8 --- /dev/null +++ b/assets/minecraft/models/w1629.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.375,3.875,4.375,5]},"east":{"texture":"#0","uv":[3.25,5,4.375,6]},"north":{"texture":"#0","uv":[4.375,5,4.375,6]},"south":{"texture":"#0","uv":[5.5,5,5.5,6]},"up":{"texture":"#0","uv":[4.375,5,4.375,3.875]},"west":{"texture":"#0","uv":[4.375,5,3.25,6]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12.8,-12.4]}],"overrides":[],"textures":{"0":"item/w1172058284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w163.json b/assets/minecraft/models/w163.json new file mode 100644 index 000000000..d292e75cd --- /dev/null +++ b/assets/minecraft/models/w163.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.375,4.625,0.25,4.75]},"east":{"texture":"#0","uv":[0,4.75,0.125,5.0625]},"north":{"texture":"#0","uv":[0.125,4.75,0.25,5.0625]},"south":{"texture":"#0","uv":[0.375,4.75,0.5,5.0625]},"up":{"texture":"#0","uv":[0.25,4.75,0.125,4.625]},"west":{"texture":"#0","uv":[0.25,4.75,0.375,5.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14,-15.2]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1630.json b/assets/minecraft/models/w1630.json new file mode 100644 index 000000000..a597e46c8 --- /dev/null +++ b/assets/minecraft/models/w1630.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.375,3.875,4.375,5]},"east":{"texture":"#0","uv":[3.25,5,4.375,6]},"north":{"texture":"#0","uv":[4.375,5,4.375,6]},"south":{"texture":"#0","uv":[5.5,5,5.5,6]},"up":{"texture":"#0","uv":[4.375,5,4.375,3.875]},"west":{"texture":"#0","uv":[4.375,5,3.25,6]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12.8,-12.4]}],"overrides":[],"textures":{"0":"item/w1172058284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1631.json b/assets/minecraft/models/w1631.json new file mode 100644 index 000000000..cbff3a9a4 --- /dev/null +++ b/assets/minecraft/models/w1631.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,1.25,7.25,1.875]},"east":{"texture":"#0","uv":[5.875,1.875,6.5,1.875]},"north":{"texture":"#0","uv":[6.5,1.875,7.25,1.875]},"south":{"texture":"#0","uv":[7.875,1.875,8.625,1.875]},"up":{"texture":"#0","uv":[6.5,1.875,7.25,1.25]},"west":{"texture":"#0","uv":[7.25,1.875,7.875,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-16,-14]}],"overrides":[],"textures":{"0":"item/w1172058284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1632.json b/assets/minecraft/models/w1632.json new file mode 100644 index 000000000..733fde036 --- /dev/null +++ b/assets/minecraft/models/w1632.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.125,0.625,6.875,1.25]},"east":{"texture":"#0","uv":[5.5,1.25,6.125,1.25]},"north":{"texture":"#0","uv":[6.125,1.25,6.875,1.25]},"south":{"texture":"#0","uv":[7.5,1.25,8.25,1.25]},"up":{"texture":"#0","uv":[6.125,1.25,6.875,0.625]},"west":{"texture":"#0","uv":[6.875,1.25,7.5,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-16,-14]}],"overrides":[],"textures":{"0":"item/w1172058284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1633.json b/assets/minecraft/models/w1633.json new file mode 100644 index 000000000..5840b176c --- /dev/null +++ b/assets/minecraft/models/w1633.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.125,0,6.875,0.625]},"east":{"texture":"#0","uv":[5.5,0.625,6.125,0.625]},"north":{"texture":"#0","uv":[6.125,0.625,6.875,0.625]},"south":{"texture":"#0","uv":[7.5,0.625,8.25,0.625]},"up":{"texture":"#0","uv":[6.125,0.625,6.875,0]},"west":{"texture":"#0","uv":[6.875,0.625,7.5,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-16,-14]}],"overrides":[],"textures":{"0":"item/w1172058284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1634.json b/assets/minecraft/models/w1634.json new file mode 100644 index 000000000..cbff3a9a4 --- /dev/null +++ b/assets/minecraft/models/w1634.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,1.25,7.25,1.875]},"east":{"texture":"#0","uv":[5.875,1.875,6.5,1.875]},"north":{"texture":"#0","uv":[6.5,1.875,7.25,1.875]},"south":{"texture":"#0","uv":[7.875,1.875,8.625,1.875]},"up":{"texture":"#0","uv":[6.5,1.875,7.25,1.25]},"west":{"texture":"#0","uv":[7.25,1.875,7.875,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-16,-14]}],"overrides":[],"textures":{"0":"item/w1172058284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1635.json b/assets/minecraft/models/w1635.json new file mode 100644 index 000000000..733fde036 --- /dev/null +++ b/assets/minecraft/models/w1635.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.125,0.625,6.875,1.25]},"east":{"texture":"#0","uv":[5.5,1.25,6.125,1.25]},"north":{"texture":"#0","uv":[6.125,1.25,6.875,1.25]},"south":{"texture":"#0","uv":[7.5,1.25,8.25,1.25]},"up":{"texture":"#0","uv":[6.125,1.25,6.875,0.625]},"west":{"texture":"#0","uv":[6.875,1.25,7.5,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-16,-14]}],"overrides":[],"textures":{"0":"item/w1172058284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1636.json b/assets/minecraft/models/w1636.json new file mode 100644 index 000000000..5840b176c --- /dev/null +++ b/assets/minecraft/models/w1636.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.125,0,6.875,0.625]},"east":{"texture":"#0","uv":[5.5,0.625,6.125,0.625]},"north":{"texture":"#0","uv":[6.125,0.625,6.875,0.625]},"south":{"texture":"#0","uv":[7.5,0.625,8.25,0.625]},"up":{"texture":"#0","uv":[6.125,0.625,6.875,0]},"west":{"texture":"#0","uv":[6.875,0.625,7.5,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-16,-14]}],"overrides":[],"textures":{"0":"item/w1172058284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1637.json b/assets/minecraft/models/w1637.json new file mode 100644 index 000000000..cbff3a9a4 --- /dev/null +++ b/assets/minecraft/models/w1637.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,1.25,7.25,1.875]},"east":{"texture":"#0","uv":[5.875,1.875,6.5,1.875]},"north":{"texture":"#0","uv":[6.5,1.875,7.25,1.875]},"south":{"texture":"#0","uv":[7.875,1.875,8.625,1.875]},"up":{"texture":"#0","uv":[6.5,1.875,7.25,1.25]},"west":{"texture":"#0","uv":[7.25,1.875,7.875,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-16,-14]}],"overrides":[],"textures":{"0":"item/w1172058284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1638.json b/assets/minecraft/models/w1638.json new file mode 100644 index 000000000..733fde036 --- /dev/null +++ b/assets/minecraft/models/w1638.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.125,0.625,6.875,1.25]},"east":{"texture":"#0","uv":[5.5,1.25,6.125,1.25]},"north":{"texture":"#0","uv":[6.125,1.25,6.875,1.25]},"south":{"texture":"#0","uv":[7.5,1.25,8.25,1.25]},"up":{"texture":"#0","uv":[6.125,1.25,6.875,0.625]},"west":{"texture":"#0","uv":[6.875,1.25,7.5,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-16,-14]}],"overrides":[],"textures":{"0":"item/w1172058284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1639.json b/assets/minecraft/models/w1639.json new file mode 100644 index 000000000..5840b176c --- /dev/null +++ b/assets/minecraft/models/w1639.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.125,0,6.875,0.625]},"east":{"texture":"#0","uv":[5.5,0.625,6.125,0.625]},"north":{"texture":"#0","uv":[6.125,0.625,6.875,0.625]},"south":{"texture":"#0","uv":[7.5,0.625,8.25,0.625]},"up":{"texture":"#0","uv":[6.125,0.625,6.875,0]},"west":{"texture":"#0","uv":[6.875,0.625,7.5,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-16,-14]}],"overrides":[],"textures":{"0":"item/w1172058284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w164.json b/assets/minecraft/models/w164.json new file mode 100644 index 000000000..1c0e10d24 --- /dev/null +++ b/assets/minecraft/models/w164.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.125,4.125,9.75,4.5]},"east":{"texture":"#0","uv":[9,4.5,9.375,5]},"north":{"texture":"#0","uv":[9.375,4.5,9.75,5]},"south":{"texture":"#0","uv":[10.125,4.5,10.5,5]},"up":{"texture":"#0","uv":[9.75,4.5,9.375,4.125]},"west":{"texture":"#0","uv":[9.75,4.5,10.125,5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12.8,-13.6]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1640.json b/assets/minecraft/models/w1640.json new file mode 100644 index 000000000..6ab3f9c90 --- /dev/null +++ b/assets/minecraft/models/w1640.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,7.875,1,8.625]},"east":{"texture":"#0","uv":[0,8.625,0.75,8.875]},"north":{"texture":"#0","uv":[0.75,8.625,1,8.875]},"south":{"texture":"#0","uv":[1.75,8.625,2,8.875]},"up":{"texture":"#0","uv":[1,8.625,0.75,7.875]},"west":{"texture":"#0","uv":[1,8.625,1.75,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w1172058284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1641.json b/assets/minecraft/models/w1641.json new file mode 100644 index 000000000..0cd7cd33f --- /dev/null +++ b/assets/minecraft/models/w1641.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,7.875,1,8.625]},"east":{"texture":"#0","uv":[0,8.625,0.75,8.875]},"north":{"texture":"#0","uv":[0.75,8.625,1,8.875]},"south":{"texture":"#0","uv":[1.75,8.625,2,8.875]},"up":{"texture":"#0","uv":[1,8.625,0.75,7.875]},"west":{"texture":"#0","uv":[1,8.625,1.75,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.28,-15.28,-13.6]}],"overrides":[],"textures":{"0":"item/w1172058284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1642.json b/assets/minecraft/models/w1642.json new file mode 100644 index 000000000..059fc63f6 --- /dev/null +++ b/assets/minecraft/models/w1642.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.375,0,2.5,1.625]},"east":{"texture":"#0","uv":[0,1.625,1.625,2.375]},"north":{"texture":"#0","uv":[1.625,1.625,2.5,2.375]},"south":{"texture":"#0","uv":[4.125,1.625,5,2.375]},"up":{"texture":"#0","uv":[2.5,1.625,1.625,0]},"west":{"texture":"#0","uv":[2.5,1.625,4.125,2.375]}},"from":[-15.6,-16,-10.8],"shade":false,"to":[-12.8,-13.6,-5.6000004]},{"faces":{"down":{"texture":"#0","uv":[3.375,2.375,2.25,3.5]},"east":{"texture":"#0","uv":[0,3.5,1.125,4.5]},"north":{"texture":"#0","uv":[1.125,3.5,2.25,4.5]},"south":{"texture":"#0","uv":[3.375,3.5,4.5,4.5]},"up":{"texture":"#0","uv":[2.25,3.5,1.125,2.375]},"west":{"texture":"#0","uv":[2.25,3.5,3.375,4.5]}},"from":[-16,-16,-14.4],"shade":false,"to":[-12.4,-12.8,-10.799999]},{"faces":{"down":{"texture":"#0","uv":[5.625,0,4.75,0.5]},"east":{"texture":"#0","uv":[3.375,0.5,3.875,1.25]},"north":{"texture":"#0","uv":[3.875,0.5,4.75,1.25]},"south":{"texture":"#0","uv":[5.25,0.5,6.125,1.25]},"up":{"texture":"#0","uv":[4.75,0.5,3.875,0]},"west":{"texture":"#0","uv":[4.75,0.5,5.25,1.25]}},"from":[-15.6,-15.6,-16],"shade":false,"to":[-12.8,-13.200001,-14.4]}],"overrides":[],"textures":{"0":"item/w910796284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1643.json b/assets/minecraft/models/w1643.json new file mode 100644 index 000000000..3487a9372 --- /dev/null +++ b/assets/minecraft/models/w1643.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,3.125,5,4.5]},"east":{"texture":"#0","uv":[3.125,4.5,4.5,5]},"north":{"texture":"#0","uv":[4.5,4.5,5,5]},"south":{"texture":"#0","uv":[6.375,4.5,6.875,5]},"up":{"texture":"#0","uv":[5,4.5,4.5,3.125]},"west":{"texture":"#0","uv":[5,4.5,6.375,5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-11.6]}],"overrides":[],"textures":{"0":"item/w910796284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1644.json b/assets/minecraft/models/w1644.json new file mode 100644 index 000000000..ef569ca84 --- /dev/null +++ b/assets/minecraft/models/w1644.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,1.25,5.75,2.375]},"east":{"texture":"#0","uv":[3.875,2.375,5,3.125]},"north":{"texture":"#0","uv":[5,2.375,5.75,3.125]},"south":{"texture":"#0","uv":[6.875,2.375,7.625,3.125]},"up":{"texture":"#0","uv":[5.75,2.375,5,1.25]},"west":{"texture":"#0","uv":[5.75,2.375,6.875,3.125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-12.4]},{"faces":{"down":{"texture":"#0","uv":[1.875,6.625,1.25,7.25]},"east":{"texture":"#0","uv":[0,7.25,0.625,7.875]},"north":{"texture":"#0","uv":[0.625,7.25,1.25,7.875]},"south":{"texture":"#0","uv":[1.875,7.25,2.5,7.875]},"up":{"texture":"#0","uv":[1.25,7.25,0.625,6.625]},"west":{"texture":"#0","uv":[1.25,7.25,1.875,7.875]}},"from":[-15.8,-15.04,-9.32],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.4,-13.84,-8.92],"rescale":false},"shade":false,"to":[-13.8,-13.04,-7.3199997]}],"overrides":[],"textures":{"0":"item/w910796284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1645.json b/assets/minecraft/models/w1645.json new file mode 100644 index 000000000..45c2ff6fd --- /dev/null +++ b/assets/minecraft/models/w1645.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,1.875,7.375,2.125]},"east":{"texture":"#0","uv":[6.25,2.125,6.5,2.125]},"north":{"texture":"#0","uv":[6.5,2.125,7.375,2.125]},"south":{"texture":"#0","uv":[7.625,2.125,8.5,2.125]},"up":{"texture":"#0","uv":[6.5,2.125,7.375,1.875]},"west":{"texture":"#0","uv":[7.375,2.125,7.625,2.125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w910796284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1646.json b/assets/minecraft/models/w1646.json new file mode 100644 index 000000000..5b2ec2b85 --- /dev/null +++ b/assets/minecraft/models/w1646.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,6.125,0.25,6.375]},"east":{"texture":"#0","uv":[0,6.375,0.25,6.375]},"north":{"texture":"#0","uv":[0.25,6.375,1.125,6.375]},"south":{"texture":"#0","uv":[1.375,6.375,2.25,6.375]},"up":{"texture":"#0","uv":[1.125,6.375,0.25,6.125]},"west":{"texture":"#0","uv":[1.125,6.375,1.375,6.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w910796284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1647.json b/assets/minecraft/models/w1647.json new file mode 100644 index 000000000..fba051e9d --- /dev/null +++ b/assets/minecraft/models/w1647.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.375,5.25,5.5,5.5]},"east":{"texture":"#0","uv":[5.25,5.5,5.5,5.5]},"north":{"texture":"#0","uv":[5.5,5.5,6.375,5.5]},"south":{"texture":"#0","uv":[6.625,5.5,7.5,5.5]},"up":{"texture":"#0","uv":[6.375,5.5,5.5,5.25]},"west":{"texture":"#0","uv":[6.375,5.5,6.625,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w910796284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1648.json b/assets/minecraft/models/w1648.json new file mode 100644 index 000000000..2f3d8129c --- /dev/null +++ b/assets/minecraft/models/w1648.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.375,5,5.5,5.25]},"east":{"texture":"#0","uv":[5.25,5.25,5.5,5.25]},"north":{"texture":"#0","uv":[5.5,5.25,6.375,5.25]},"south":{"texture":"#0","uv":[6.625,5.25,7.5,5.25]},"up":{"texture":"#0","uv":[6.375,5.25,5.5,5]},"west":{"texture":"#0","uv":[6.375,5.25,6.625,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w910796284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1649.json b/assets/minecraft/models/w1649.json new file mode 100644 index 000000000..1253d4ce3 --- /dev/null +++ b/assets/minecraft/models/w1649.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.625,4.5,1.625,5.125]},"east":{"texture":"#0","uv":[0,5.125,0.625,6.125]},"north":{"texture":"#0","uv":[0.625,5.125,1.625,6.125]},"south":{"texture":"#0","uv":[2.25,5.125,3.25,6.125]},"up":{"texture":"#0","uv":[1.625,5.125,0.625,4.5]},"west":{"texture":"#0","uv":[1.625,5.125,2.25,6.125]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.8,-14]}],"overrides":[],"textures":{"0":"item/w910796284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w165.json b/assets/minecraft/models/w165.json new file mode 100644 index 000000000..b5d755f9d --- /dev/null +++ b/assets/minecraft/models/w165.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[2.75,7.4375,3,7.8125]},"north":{"texture":"#0","uv":[3,7.4375,3.25,7.8125]},"south":{"texture":"#0","uv":[3.5,7.4375,3.75,7.8125]},"up":{"texture":"#0","uv":[3.25,7.4375,3,7.1875]},"west":{"texture":"#0","uv":[3.25,7.4375,3.5,7.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-13.6,-14.4]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1650.json b/assets/minecraft/models/w1650.json new file mode 100644 index 000000000..0e01405c3 --- /dev/null +++ b/assets/minecraft/models/w1650.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,5.5,6,6]},"east":{"texture":"#0","uv":[5,6,5.5,7.75]},"north":{"texture":"#0","uv":[5.5,6,6,7.75]},"south":{"texture":"#0","uv":[6.5,6,7,7.75]},"up":{"texture":"#0","uv":[6,6,5.5,5.5]},"west":{"texture":"#0","uv":[6,6,6.5,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-10.4,-14.4]}],"overrides":[],"textures":{"0":"item/w910796284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1651.json b/assets/minecraft/models/w1651.json new file mode 100644 index 000000000..6aae6fe9b --- /dev/null +++ b/assets/minecraft/models/w1651.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,5.5,6.5,6]},"east":{"texture":"#0","uv":[6.5,6,6,7.75]},"north":{"texture":"#0","uv":[6,6,5.5,7.75]},"south":{"texture":"#0","uv":[7,6,6.5,7.75]},"up":{"texture":"#0","uv":[5.5,6,6,5.5]},"west":{"texture":"#0","uv":[5.5,6,5,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-10.4,-14.4]}],"overrides":[],"textures":{"0":"item/w910796284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1652.json b/assets/minecraft/models/w1652.json new file mode 100644 index 000000000..13d89b85f --- /dev/null +++ b/assets/minecraft/models/w1652.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,6,3.75,6.375]},"east":{"texture":"#0","uv":[2.875,6.375,3.25,7.875]},"north":{"texture":"#0","uv":[3.25,6.375,3.75,7.875]},"south":{"texture":"#0","uv":[4.125,6.375,4.625,7.875]},"up":{"texture":"#0","uv":[3.75,6.375,3.25,6]},"west":{"texture":"#0","uv":[3.75,6.375,4.125,7.875]}},"from":[-15.8,-16,-14.4],"shade":false,"to":[-14.2,-11.2,-13.2]},{"faces":{"down":{"texture":"#0","uv":[7.375,3.125,6.75,3.75]},"east":{"texture":"#0","uv":[5.5,3.75,6.125,4.5]},"north":{"texture":"#0","uv":[6.125,3.75,6.75,4.5]},"south":{"texture":"#0","uv":[7.375,3.75,8,4.5]},"up":{"texture":"#0","uv":[6.75,3.75,6.125,3.125]},"west":{"texture":"#0","uv":[6.75,3.75,7.375,4.5]}},"from":[-16,-12.4,-16],"shade":false,"to":[-14,-10,-14]}],"overrides":[],"textures":{"0":"item/w910796284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1653.json b/assets/minecraft/models/w1653.json new file mode 100644 index 000000000..53ae6b383 --- /dev/null +++ b/assets/minecraft/models/w1653.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,6,4.25,6.375]},"east":{"texture":"#0","uv":[4.125,6.375,3.75,7.875]},"north":{"texture":"#0","uv":[3.75,6.375,3.25,7.875]},"south":{"texture":"#0","uv":[4.625,6.375,4.125,7.875]},"up":{"texture":"#0","uv":[3.25,6.375,3.75,6]},"west":{"texture":"#0","uv":[3.25,6.375,2.875,7.875]}},"from":[-15.8,-16,-14.4],"shade":false,"to":[-14.2,-11.2,-13.2]},{"faces":{"down":{"texture":"#0","uv":[6.75,3.125,7.375,3.75]},"east":{"texture":"#0","uv":[7.375,3.75,6.75,4.5]},"north":{"texture":"#0","uv":[6.75,3.75,6.125,4.5]},"south":{"texture":"#0","uv":[8,3.75,7.375,4.5]},"up":{"texture":"#0","uv":[6.125,3.75,6.75,3.125]},"west":{"texture":"#0","uv":[6.125,3.75,5.5,4.5]}},"from":[-16,-12.4,-16],"shade":false,"to":[-14,-10,-14]}],"overrides":[],"textures":{"0":"item/w910796284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1654.json b/assets/minecraft/models/w1654.json new file mode 100644 index 000000000..6242b103e --- /dev/null +++ b/assets/minecraft/models/w1654.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.375,3.875,4.375,5]},"east":{"texture":"#0","uv":[3.25,5,4.375,6]},"north":{"texture":"#0","uv":[4.375,5,4.375,6]},"south":{"texture":"#0","uv":[5.5,5,5.5,6]},"up":{"texture":"#0","uv":[4.375,5,4.375,3.875]},"west":{"texture":"#0","uv":[4.375,5,3.25,6]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12.8,-12.4]}],"overrides":[],"textures":{"0":"item/w910796284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1655.json b/assets/minecraft/models/w1655.json new file mode 100644 index 000000000..6242b103e --- /dev/null +++ b/assets/minecraft/models/w1655.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.375,3.875,4.375,5]},"east":{"texture":"#0","uv":[3.25,5,4.375,6]},"north":{"texture":"#0","uv":[4.375,5,4.375,6]},"south":{"texture":"#0","uv":[5.5,5,5.5,6]},"up":{"texture":"#0","uv":[4.375,5,4.375,3.875]},"west":{"texture":"#0","uv":[4.375,5,3.25,6]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12.8,-12.4]}],"overrides":[],"textures":{"0":"item/w910796284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1656.json b/assets/minecraft/models/w1656.json new file mode 100644 index 000000000..8c3c89d2c --- /dev/null +++ b/assets/minecraft/models/w1656.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,1.25,7.25,1.875]},"east":{"texture":"#0","uv":[5.875,1.875,6.5,1.875]},"north":{"texture":"#0","uv":[6.5,1.875,7.25,1.875]},"south":{"texture":"#0","uv":[7.875,1.875,8.625,1.875]},"up":{"texture":"#0","uv":[6.5,1.875,7.25,1.25]},"west":{"texture":"#0","uv":[7.25,1.875,7.875,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-16,-14]}],"overrides":[],"textures":{"0":"item/w910796284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1657.json b/assets/minecraft/models/w1657.json new file mode 100644 index 000000000..e68d20eeb --- /dev/null +++ b/assets/minecraft/models/w1657.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.125,0.625,6.875,1.25]},"east":{"texture":"#0","uv":[5.5,1.25,6.125,1.25]},"north":{"texture":"#0","uv":[6.125,1.25,6.875,1.25]},"south":{"texture":"#0","uv":[7.5,1.25,8.25,1.25]},"up":{"texture":"#0","uv":[6.125,1.25,6.875,0.625]},"west":{"texture":"#0","uv":[6.875,1.25,7.5,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-16,-14]}],"overrides":[],"textures":{"0":"item/w910796284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1658.json b/assets/minecraft/models/w1658.json new file mode 100644 index 000000000..aa4493a5a --- /dev/null +++ b/assets/minecraft/models/w1658.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.125,0,6.875,0.625]},"east":{"texture":"#0","uv":[5.5,0.625,6.125,0.625]},"north":{"texture":"#0","uv":[6.125,0.625,6.875,0.625]},"south":{"texture":"#0","uv":[7.5,0.625,8.25,0.625]},"up":{"texture":"#0","uv":[6.125,0.625,6.875,0]},"west":{"texture":"#0","uv":[6.875,0.625,7.5,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-16,-14]}],"overrides":[],"textures":{"0":"item/w910796284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1659.json b/assets/minecraft/models/w1659.json new file mode 100644 index 000000000..8c3c89d2c --- /dev/null +++ b/assets/minecraft/models/w1659.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,1.25,7.25,1.875]},"east":{"texture":"#0","uv":[5.875,1.875,6.5,1.875]},"north":{"texture":"#0","uv":[6.5,1.875,7.25,1.875]},"south":{"texture":"#0","uv":[7.875,1.875,8.625,1.875]},"up":{"texture":"#0","uv":[6.5,1.875,7.25,1.25]},"west":{"texture":"#0","uv":[7.25,1.875,7.875,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-16,-14]}],"overrides":[],"textures":{"0":"item/w910796284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w166.json b/assets/minecraft/models/w166.json new file mode 100644 index 000000000..ae6e3d663 --- /dev/null +++ b/assets/minecraft/models/w166.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.125,1,10.875,1.25]},"east":{"texture":"#0","uv":[10.375,1.25,10.625,1.4375]},"north":{"texture":"#0","uv":[10.625,1.25,10.875,1.4375]},"south":{"texture":"#0","uv":[11.125,1.25,11.375,1.4375]},"up":{"texture":"#0","uv":[10.875,1.25,10.625,1]},"west":{"texture":"#0","uv":[10.875,1.25,11.125,1.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.16,-14.8,-14.16]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1660.json b/assets/minecraft/models/w1660.json new file mode 100644 index 000000000..e68d20eeb --- /dev/null +++ b/assets/minecraft/models/w1660.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.125,0.625,6.875,1.25]},"east":{"texture":"#0","uv":[5.5,1.25,6.125,1.25]},"north":{"texture":"#0","uv":[6.125,1.25,6.875,1.25]},"south":{"texture":"#0","uv":[7.5,1.25,8.25,1.25]},"up":{"texture":"#0","uv":[6.125,1.25,6.875,0.625]},"west":{"texture":"#0","uv":[6.875,1.25,7.5,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-16,-14]}],"overrides":[],"textures":{"0":"item/w910796284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1661.json b/assets/minecraft/models/w1661.json new file mode 100644 index 000000000..aa4493a5a --- /dev/null +++ b/assets/minecraft/models/w1661.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.125,0,6.875,0.625]},"east":{"texture":"#0","uv":[5.5,0.625,6.125,0.625]},"north":{"texture":"#0","uv":[6.125,0.625,6.875,0.625]},"south":{"texture":"#0","uv":[7.5,0.625,8.25,0.625]},"up":{"texture":"#0","uv":[6.125,0.625,6.875,0]},"west":{"texture":"#0","uv":[6.875,0.625,7.5,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-16,-14]}],"overrides":[],"textures":{"0":"item/w910796284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1662.json b/assets/minecraft/models/w1662.json new file mode 100644 index 000000000..8c3c89d2c --- /dev/null +++ b/assets/minecraft/models/w1662.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,1.25,7.25,1.875]},"east":{"texture":"#0","uv":[5.875,1.875,6.5,1.875]},"north":{"texture":"#0","uv":[6.5,1.875,7.25,1.875]},"south":{"texture":"#0","uv":[7.875,1.875,8.625,1.875]},"up":{"texture":"#0","uv":[6.5,1.875,7.25,1.25]},"west":{"texture":"#0","uv":[7.25,1.875,7.875,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-16,-14]}],"overrides":[],"textures":{"0":"item/w910796284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1663.json b/assets/minecraft/models/w1663.json new file mode 100644 index 000000000..e68d20eeb --- /dev/null +++ b/assets/minecraft/models/w1663.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.125,0.625,6.875,1.25]},"east":{"texture":"#0","uv":[5.5,1.25,6.125,1.25]},"north":{"texture":"#0","uv":[6.125,1.25,6.875,1.25]},"south":{"texture":"#0","uv":[7.5,1.25,8.25,1.25]},"up":{"texture":"#0","uv":[6.125,1.25,6.875,0.625]},"west":{"texture":"#0","uv":[6.875,1.25,7.5,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-16,-14]}],"overrides":[],"textures":{"0":"item/w910796284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1664.json b/assets/minecraft/models/w1664.json new file mode 100644 index 000000000..aa4493a5a --- /dev/null +++ b/assets/minecraft/models/w1664.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.125,0,6.875,0.625]},"east":{"texture":"#0","uv":[5.5,0.625,6.125,0.625]},"north":{"texture":"#0","uv":[6.125,0.625,6.875,0.625]},"south":{"texture":"#0","uv":[7.5,0.625,8.25,0.625]},"up":{"texture":"#0","uv":[6.125,0.625,6.875,0]},"west":{"texture":"#0","uv":[6.875,0.625,7.5,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-16,-14]}],"overrides":[],"textures":{"0":"item/w910796284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1665.json b/assets/minecraft/models/w1665.json new file mode 100644 index 000000000..66f76bcf6 --- /dev/null +++ b/assets/minecraft/models/w1665.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,7.875,1,8.625]},"east":{"texture":"#0","uv":[0,8.625,0.75,8.875]},"north":{"texture":"#0","uv":[0.75,8.625,1,8.875]},"south":{"texture":"#0","uv":[1.75,8.625,2,8.875]},"up":{"texture":"#0","uv":[1,8.625,0.75,7.875]},"west":{"texture":"#0","uv":[1,8.625,1.75,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w910796284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1666.json b/assets/minecraft/models/w1666.json new file mode 100644 index 000000000..ad4fd5865 --- /dev/null +++ b/assets/minecraft/models/w1666.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,7.875,1,8.625]},"east":{"texture":"#0","uv":[0,8.625,0.75,8.875]},"north":{"texture":"#0","uv":[0.75,8.625,1,8.875]},"south":{"texture":"#0","uv":[1.75,8.625,2,8.875]},"up":{"texture":"#0","uv":[1,8.625,0.75,7.875]},"west":{"texture":"#0","uv":[1,8.625,1.75,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.28,-15.28,-13.6]}],"overrides":[],"textures":{"0":"item/w910796284_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1667.json b/assets/minecraft/models/w1667.json new file mode 100644 index 000000000..d31bd901b --- /dev/null +++ b/assets/minecraft/models/w1667.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,7.875,1.75,9.125]},"east":{"texture":"#0","uv":[0,9.125,1.25,10.125]},"north":{"texture":"#0","uv":[1.25,9.125,1.75,10.125]},"south":{"texture":"#0","uv":[3,9.125,3.5,10.125]},"up":{"texture":"#0","uv":[1.75,9.125,1.25,7.875]},"west":{"texture":"#0","uv":[1.75,9.125,3,10.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.408,-12.808001,-11.808001]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1668.json b/assets/minecraft/models/w1668.json new file mode 100644 index 000000000..c08327c85 --- /dev/null +++ b/assets/minecraft/models/w1668.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.375,13.5,5,13.875]},"east":{"texture":"#0","uv":[4.25,13.875,4.625,14.5]},"north":{"texture":"#0","uv":[4.625,13.875,5,14.5]},"south":{"texture":"#0","uv":[5.375,13.875,5.75,14.5]},"up":{"texture":"#0","uv":[5,13.875,4.625,13.5]},"west":{"texture":"#0","uv":[5,13.875,5.375,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.808,-14.008,-14.608]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1669.json b/assets/minecraft/models/w1669.json new file mode 100644 index 000000000..273832ed7 --- /dev/null +++ b/assets/minecraft/models/w1669.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,13.5,3.375,13.875]},"east":{"texture":"#0","uv":[2.625,13.875,3,14.5]},"north":{"texture":"#0","uv":[3,13.875,3.375,14.5]},"south":{"texture":"#0","uv":[3.75,13.875,4.125,14.5]},"up":{"texture":"#0","uv":[3.375,13.875,3,13.5]},"west":{"texture":"#0","uv":[3.375,13.875,3.75,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.808,-14.008,-14.608]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w167.json b/assets/minecraft/models/w167.json new file mode 100644 index 000000000..6430a0f24 --- /dev/null +++ b/assets/minecraft/models/w167.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.875,1.125,5.75,1.25]},"east":{"texture":"#0","uv":[5.5,1.25,5.625,1.5625]},"north":{"texture":"#0","uv":[5.625,1.25,5.75,1.5625]},"south":{"texture":"#0","uv":[5.875,1.25,6,1.5625]},"up":{"texture":"#0","uv":[5.75,1.25,5.625,1.125]},"west":{"texture":"#0","uv":[5.75,1.25,5.875,1.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14,-15.2]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1670.json b/assets/minecraft/models/w1670.json new file mode 100644 index 000000000..057a23c0c --- /dev/null +++ b/assets/minecraft/models/w1670.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,0,0.75,0.375]},"east":{"texture":"#0","uv":[0,0.375,0.375,1]},"north":{"texture":"#0","uv":[0.375,0.375,0.75,1]},"south":{"texture":"#0","uv":[1.125,0.375,1.5,1]},"up":{"texture":"#0","uv":[0.75,0.375,0.375,0]},"west":{"texture":"#0","uv":[0.75,0.375,1.125,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14.808,-14.008,-14.608]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1671.json b/assets/minecraft/models/w1671.json new file mode 100644 index 000000000..64d347567 --- /dev/null +++ b/assets/minecraft/models/w1671.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,13.25,6.625,13.625]},"east":{"texture":"#0","uv":[5.875,13.625,6.25,14.25]},"north":{"texture":"#0","uv":[6.25,13.625,6.625,14.25]},"south":{"texture":"#0","uv":[7,13.625,7.375,14.25]},"up":{"texture":"#0","uv":[6.625,13.625,6.25,13.25]},"west":{"texture":"#0","uv":[6.625,13.625,7,14.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.808,-14.008,-14.608]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1672.json b/assets/minecraft/models/w1672.json new file mode 100644 index 000000000..1c851f8e1 --- /dev/null +++ b/assets/minecraft/models/w1672.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,2.75,9.5,4]},"east":{"texture":"#0","uv":[7.75,4,9,5]},"north":{"texture":"#0","uv":[9,4,9.5,5]},"south":{"texture":"#0","uv":[10.75,4,11.25,5]},"up":{"texture":"#0","uv":[9.5,4,9,2.75]},"west":{"texture":"#0","uv":[9.5,4,10.75,5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.408,-12.808001,-11.808001]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1673.json b/assets/minecraft/models/w1673.json new file mode 100644 index 000000000..e8f6d2316 --- /dev/null +++ b/assets/minecraft/models/w1673.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[11.375,2.25,13.125,4.125]},"south":{"texture":"#0","uv":[13.125,2.25,11.375,4.125]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-10,-16]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1674.json b/assets/minecraft/models/w1674.json new file mode 100644 index 000000000..e8f6d2316 --- /dev/null +++ b/assets/minecraft/models/w1674.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[11.375,2.25,13.125,4.125]},"south":{"texture":"#0","uv":[13.125,2.25,11.375,4.125]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-10,-16]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1675.json b/assets/minecraft/models/w1675.json new file mode 100644 index 000000000..575a160ba --- /dev/null +++ b/assets/minecraft/models/w1675.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6.125,0,7.125,0.625]},"south":{"texture":"#0","uv":[7.125,0,6.125,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14,-16]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1676.json b/assets/minecraft/models/w1676.json new file mode 100644 index 000000000..21cbb406c --- /dev/null +++ b/assets/minecraft/models/w1676.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[12.5,7.875,13.5,8.625]},"south":{"texture":"#0","uv":[13.5,7.875,12.5,8.625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1677.json b/assets/minecraft/models/w1677.json new file mode 100644 index 000000000..575a160ba --- /dev/null +++ b/assets/minecraft/models/w1677.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6.125,0,7.125,0.625]},"south":{"texture":"#0","uv":[7.125,0,6.125,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14,-16]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1678.json b/assets/minecraft/models/w1678.json new file mode 100644 index 000000000..21cbb406c --- /dev/null +++ b/assets/minecraft/models/w1678.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[12.5,7.875,13.5,8.625]},"south":{"texture":"#0","uv":[13.5,7.875,12.5,8.625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1679.json b/assets/minecraft/models/w1679.json new file mode 100644 index 000000000..ef08096dd --- /dev/null +++ b/assets/minecraft/models/w1679.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,13.75,1,14.25]},"east":{"texture":"#0","uv":[0,14.25,0.5,14.875]},"north":{"texture":"#0","uv":[0.5,14.25,1,14.875]},"south":{"texture":"#0","uv":[1.5,14.25,2,14.875]},"up":{"texture":"#0","uv":[1,14.25,0.5,13.75]},"west":{"texture":"#0","uv":[1,14.25,1.5,14.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14,-14.4]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w168.json b/assets/minecraft/models/w168.json new file mode 100644 index 000000000..5e584181b --- /dev/null +++ b/assets/minecraft/models/w168.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,4.75,8.4375,5.3125]},"east":{"texture":"#0","uv":[7.3125,5.3125,7.875,5.8125]},"north":{"texture":"#0","uv":[7.875,5.3125,8.4375,5.8125]},"south":{"texture":"#0","uv":[9,5.3125,9.5625,5.8125]},"up":{"texture":"#0","uv":[8.4375,5.3125,7.875,4.75]},"west":{"texture":"#0","uv":[8.4375,5.3125,9,5.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.8,-12.4]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1680.json b/assets/minecraft/models/w1680.json new file mode 100644 index 000000000..38a7fff4a --- /dev/null +++ b/assets/minecraft/models/w1680.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.25,14.625,9.75,15.125]},"east":{"texture":"#0","uv":[8.75,15.125,9.25,15.75]},"north":{"texture":"#0","uv":[9.25,15.125,9.75,15.75]},"south":{"texture":"#0","uv":[10.25,15.125,10.75,15.75]},"up":{"texture":"#0","uv":[9.75,15.125,9.25,14.625]},"west":{"texture":"#0","uv":[9.75,15.125,10.25,15.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14,-14.4]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1681.json b/assets/minecraft/models/w1681.json new file mode 100644 index 000000000..2b0028614 --- /dev/null +++ b/assets/minecraft/models/w1681.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.875,7.875,3.375,8.375]},"east":{"texture":"#0","uv":[2.375,8.375,2.875,9]},"north":{"texture":"#0","uv":[2.875,8.375,3.375,9]},"south":{"texture":"#0","uv":[3.875,8.375,4.375,9]},"up":{"texture":"#0","uv":[3.375,8.375,2.875,7.875]},"west":{"texture":"#0","uv":[3.375,8.375,3.875,9]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14,-14.4]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1682.json b/assets/minecraft/models/w1682.json new file mode 100644 index 000000000..f664ea4f2 --- /dev/null +++ b/assets/minecraft/models/w1682.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.625,10.25,3.125,10.75]},"east":{"texture":"#0","uv":[2.125,10.75,2.625,11.375]},"north":{"texture":"#0","uv":[2.625,10.75,3.125,11.375]},"south":{"texture":"#0","uv":[3.625,10.75,4.125,11.375]},"up":{"texture":"#0","uv":[3.125,10.75,2.625,10.25]},"west":{"texture":"#0","uv":[3.125,10.75,3.625,11.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14,-14.4]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1683.json b/assets/minecraft/models/w1683.json new file mode 100644 index 000000000..cc3ec3e8b --- /dev/null +++ b/assets/minecraft/models/w1683.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,2.75,2.5,4]},"east":{"texture":"#0","uv":[0,4,1.25,5.25]},"north":{"texture":"#0","uv":[1.25,4,2.5,5.25]},"south":{"texture":"#0","uv":[3.75,4,5,5.25]},"up":{"texture":"#0","uv":[2.5,4,1.25,2.75]},"west":{"texture":"#0","uv":[2.5,4,3.75,5.25]}},"from":[-13.654415,-14.171573,-15.896],"rotation":{"angle":45,"axis":"z","origin":[-11.478517,-11.995674,-13.9],"rescale":false},"shade":false,"to":[-9.302617,-9.819775,-11.904]},{"faces":{"down":{"texture":"#0","uv":[3.25,5.25,2.25,6.5]},"east":{"texture":"#0","uv":[0,6.5,1.25,7.5]},"north":{"texture":"#0","uv":[1.25,6.5,2.25,7.5]},"south":{"texture":"#0","uv":[3.5,6.5,4.5,7.5]},"up":{"texture":"#0","uv":[2.25,6.5,1.25,5.25]},"west":{"texture":"#0","uv":[2.25,6.5,3.5,7.5]}},"from":[-13.078517,-11.878517,-16],"shade":false,"to":[-9.878517,-8.678517,-11.8]},{"faces":{"down":{"texture":"#0","uv":[9.25,6.625,8,7.625]},"east":{"texture":"#0","uv":[5.75,7.625,6.75,8.75]},"north":{"texture":"#0","uv":[6.75,7.625,8,8.75]},"south":{"texture":"#0","uv":[9,7.625,10.25,8.75]},"up":{"texture":"#0","uv":[8,7.625,6.75,6.625]},"west":{"texture":"#0","uv":[8,7.625,9,8.75]}},"from":[-13.478517,-15.878517,-15.5],"shade":false,"to":[-9.478517,-12.278517,-12.3]},{"faces":{"down":{"texture":"#0","uv":[12.375,7.875,11.5,8.875]},"east":{"texture":"#0","uv":[9.625,8.875,10.625,9.75]},"north":{"texture":"#0","uv":[10.625,8.875,11.5,9.75]},"south":{"texture":"#0","uv":[12.5,8.875,13.375,9.75]},"up":{"texture":"#0","uv":[11.5,8.875,10.625,7.875]},"west":{"texture":"#0","uv":[11.5,8.875,12.5,9.75]}},"from":[-16,-16,-15.496],"rotation":{"angle":45,"axis":"z","origin":[-11.478517,-11.478517,-13.9],"rescale":false},"shade":false,"to":[-13.179573,-13.179573,-12.304001]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1684.json b/assets/minecraft/models/w1684.json new file mode 100644 index 000000000..ce04cadae --- /dev/null +++ b/assets/minecraft/models/w1684.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,10.25,1.625,11.5]},"east":{"texture":"#0","uv":[0,11.5,1.25,12.5]},"north":{"texture":"#0","uv":[1.25,11.5,1.625,12.5]},"south":{"texture":"#0","uv":[2.875,11.5,3.25,12.5]},"up":{"texture":"#0","uv":[1.625,11.5,1.25,10.25]},"west":{"texture":"#0","uv":[1.625,11.5,2.875,12.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.808001,-12.808001,-11.808001]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1685.json b/assets/minecraft/models/w1685.json new file mode 100644 index 000000000..9c4894968 --- /dev/null +++ b/assets/minecraft/models/w1685.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.375,9.875,10,11.125]},"east":{"texture":"#0","uv":[8.375,11.125,9.625,12.125]},"north":{"texture":"#0","uv":[9.625,11.125,10,12.125]},"south":{"texture":"#0","uv":[11.25,11.125,11.625,12.125]},"up":{"texture":"#0","uv":[10,11.125,9.625,9.875]},"west":{"texture":"#0","uv":[10,11.125,11.25,12.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.808001,-12.808001,-11.808001]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1686.json b/assets/minecraft/models/w1686.json new file mode 100644 index 000000000..0187e4874 --- /dev/null +++ b/assets/minecraft/models/w1686.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.375,1.125,0.75,1.25]},"east":{"texture":"#0","uv":[0,1.25,0.125,1.5]},"north":{"texture":"#0","uv":[0.125,1.25,0.75,1.5]},"south":{"texture":"#0","uv":[0.875,1.25,1.5,1.5]},"up":{"texture":"#0","uv":[0.75,1.25,0.125,1.125]},"west":{"texture":"#0","uv":[0.75,1.25,0.875,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.2,-15.4]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1687.json b/assets/minecraft/models/w1687.json new file mode 100644 index 000000000..0770e4624 --- /dev/null +++ b/assets/minecraft/models/w1687.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,1.625,6.625,2.875]},"east":{"texture":"#0","uv":[4.375,2.875,5.625,3.875]},"north":{"texture":"#0","uv":[5.625,2.875,6.625,3.875]},"south":{"texture":"#0","uv":[7.875,2.875,8.875,3.875]},"up":{"texture":"#0","uv":[6.625,2.875,5.625,1.625]},"west":{"texture":"#0","uv":[6.625,2.875,7.875,3.875]}},"from":[-12.8,-16,-16],"shade":false,"to":[-9.6,-12.8,-11.8]},{"faces":{"down":{"texture":"#0","uv":[7.125,4.25,6.125,5.5]},"east":{"texture":"#0","uv":[3.875,5.5,5.125,6.5]},"north":{"texture":"#0","uv":[5.125,5.5,6.125,6.5]},"south":{"texture":"#0","uv":[7.375,5.5,8.375,6.5]},"up":{"texture":"#0","uv":[6.125,5.5,5.125,4.25]},"west":{"texture":"#0","uv":[6.125,5.5,7.375,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.8,-11.8]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1688.json b/assets/minecraft/models/w1688.json new file mode 100644 index 000000000..20b9bcb71 --- /dev/null +++ b/assets/minecraft/models/w1688.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.875,2.25,10.625,2.5]},"east":{"texture":"#0","uv":[10.125,2.5,10.375,2.75]},"north":{"texture":"#0","uv":[10.375,2.5,10.625,2.75]},"south":{"texture":"#0","uv":[10.875,2.5,11.125,2.75]},"up":{"texture":"#0","uv":[10.625,2.5,10.375,2.25]},"west":{"texture":"#0","uv":[10.625,2.5,10.875,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1689.json b/assets/minecraft/models/w1689.json new file mode 100644 index 000000000..5ac0f3d35 --- /dev/null +++ b/assets/minecraft/models/w1689.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.375,6.625,6.125,6.75]},"east":{"texture":"#0","uv":[5.75,6.75,5.875,7]},"north":{"texture":"#0","uv":[5.875,6.75,6.125,7]},"south":{"texture":"#0","uv":[6.25,6.75,6.5,7]},"up":{"texture":"#0","uv":[6.125,6.75,5.875,6.625]},"west":{"texture":"#0","uv":[6.125,6.75,6.25,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w169.json b/assets/minecraft/models/w169.json new file mode 100644 index 000000000..49660d94e --- /dev/null +++ b/assets/minecraft/models/w169.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.4375,5.8125,9,6.375]},"east":{"texture":"#0","uv":[8,6.375,8.5625,6.75]},"north":{"texture":"#0","uv":[8.5625,6.375,9,6.75]},"south":{"texture":"#0","uv":[9.5625,6.375,10,6.75]},"up":{"texture":"#0","uv":[9,6.375,8.5625,5.8125]},"west":{"texture":"#0","uv":[9,6.375,9.5625,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.6,-12.4]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1690.json b/assets/minecraft/models/w1690.json new file mode 100644 index 000000000..e1f10bf9a --- /dev/null +++ b/assets/minecraft/models/w1690.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.375,0,4.25,0.125]},"east":{"texture":"#0","uv":[4,0.125,4.125,0.375]},"north":{"texture":"#0","uv":[4.125,0.125,4.25,0.375]},"south":{"texture":"#0","uv":[4.375,0.125,4.5,0.375]},"up":{"texture":"#0","uv":[4.25,0.125,4.125,0]},"west":{"texture":"#0","uv":[4.25,0.125,4.375,0.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1691.json b/assets/minecraft/models/w1691.json new file mode 100644 index 000000000..0422d573d --- /dev/null +++ b/assets/minecraft/models/w1691.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.125,13.75,12.625,14.25]},"east":{"texture":"#0","uv":[11.625,14.25,12.125,15]},"north":{"texture":"#0","uv":[12.125,14.25,12.625,15]},"south":{"texture":"#0","uv":[13.125,14.25,13.625,15]},"up":{"texture":"#0","uv":[12.625,14.25,12.125,13.75]},"west":{"texture":"#0","uv":[12.625,14.25,13.125,15]}},"from":[-16,-16,-16],"shade":false,"to":[-14.1,-13.6,-14.4]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1692.json b/assets/minecraft/models/w1692.json new file mode 100644 index 000000000..ad951a2ee --- /dev/null +++ b/assets/minecraft/models/w1692.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.625,5.25,0.5,5.625]},"east":{"texture":"#0","uv":[0,5.625,0.375,6.125]},"north":{"texture":"#0","uv":[0.375,5.625,0.5,6.125]},"south":{"texture":"#0","uv":[0.875,5.625,1,6.125]},"up":{"texture":"#0","uv":[0.5,5.625,0.375,5.25]},"west":{"texture":"#0","uv":[0.5,5.625,0.875,6.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.299999,-14.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1693.json b/assets/minecraft/models/w1693.json new file mode 100644 index 000000000..0e0e08ef5 --- /dev/null +++ b/assets/minecraft/models/w1693.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.75,9.875,13.125,10.625]},"east":{"texture":"#0","uv":[11.75,10.625,12.5,11.375]},"north":{"texture":"#0","uv":[12.5,10.625,13.125,11.375]},"south":{"texture":"#0","uv":[13.875,10.625,14.5,11.375]},"up":{"texture":"#0","uv":[13.125,10.625,12.5,9.875]},"west":{"texture":"#0","uv":[13.125,10.625,13.875,11.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.908,-13.608,-13.608]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1694.json b/assets/minecraft/models/w1694.json new file mode 100644 index 000000000..c55992922 --- /dev/null +++ b/assets/minecraft/models/w1694.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.25,6.375,13.75,7.125]},"east":{"texture":"#0","uv":[12.5,7.125,13.25,7.75]},"north":{"texture":"#0","uv":[13.25,7.125,13.75,7.75]},"south":{"texture":"#0","uv":[14.5,7.125,15,7.75]},"up":{"texture":"#0","uv":[13.75,7.125,13.25,6.375]},"west":{"texture":"#0","uv":[13.75,7.125,14.5,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.3,-14,-13.6]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1695.json b/assets/minecraft/models/w1695.json new file mode 100644 index 000000000..238342b98 --- /dev/null +++ b/assets/minecraft/models/w1695.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,10.875,7,11.5]},"east":{"texture":"#0","uv":[5.875,11.5,6.5,12.125]},"north":{"texture":"#0","uv":[6.5,11.5,7,12.125]},"south":{"texture":"#0","uv":[7.625,11.5,8.125,12.125]},"up":{"texture":"#0","uv":[7,11.5,6.5,10.875]},"west":{"texture":"#0","uv":[7,11.5,7.625,12.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14,-14]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1696.json b/assets/minecraft/models/w1696.json new file mode 100644 index 000000000..325f11335 --- /dev/null +++ b/assets/minecraft/models/w1696.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.75,13,10.375,13.75]},"east":{"texture":"#0","uv":[9.25,13.75,10,14.5]},"north":{"texture":"#0","uv":[10,13.75,10.375,14.5]},"south":{"texture":"#0","uv":[11.125,13.75,11.5,14.5]},"up":{"texture":"#0","uv":[10.375,13.75,10,13]},"west":{"texture":"#0","uv":[10.375,13.75,11.125,14.5]}},"from":[-14.1,-16,-16],"shade":false,"to":[-12.900001,-13.6,-13.6]},{"faces":{"down":{"texture":"#0","uv":[4.375,11.875,3.875,12.625]},"east":{"texture":"#0","uv":[2.625,12.625,3.375,13.375]},"north":{"texture":"#0","uv":[3.375,12.625,3.875,13.375]},"south":{"texture":"#0","uv":[4.625,12.625,5.125,13.375]},"up":{"texture":"#0","uv":[3.875,12.625,3.375,11.875]},"west":{"texture":"#0","uv":[3.875,12.625,4.625,13.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.1,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1697.json b/assets/minecraft/models/w1697.json new file mode 100644 index 000000000..b45287c68 --- /dev/null +++ b/assets/minecraft/models/w1697.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.75,12.25,10.125,12.5]},"east":{"texture":"#0","uv":[9.25,12.5,9.5,12.875]},"north":{"texture":"#0","uv":[9.5,12.5,10.125,12.875]},"south":{"texture":"#0","uv":[10.375,12.5,11,12.875]},"up":{"texture":"#0","uv":[10.125,12.5,9.5,12.25]},"west":{"texture":"#0","uv":[10.125,12.5,10.375,12.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.82,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1698.json b/assets/minecraft/models/w1698.json new file mode 100644 index 000000000..85b70d3d3 --- /dev/null +++ b/assets/minecraft/models/w1698.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,9.875,11.375,10.125]},"east":{"texture":"#0","uv":[10.5,10.125,10.75,10.5]},"north":{"texture":"#0","uv":[10.75,10.125,11.375,10.5]},"south":{"texture":"#0","uv":[11.625,10.125,12.25,10.5]},"up":{"texture":"#0","uv":[11.375,10.125,10.75,9.875]},"west":{"texture":"#0","uv":[11.375,10.125,11.625,10.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.82,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1699.json b/assets/minecraft/models/w1699.json new file mode 100644 index 000000000..e8b876bd1 --- /dev/null +++ b/assets/minecraft/models/w1699.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.375,1.75,12.75,2]},"east":{"texture":"#0","uv":[11.875,2,12.125,2.125]},"north":{"texture":"#0","uv":[12.125,2,12.75,2.125]},"south":{"texture":"#0","uv":[13,2,13.625,2.125]},"up":{"texture":"#0","uv":[12.75,2,12.125,1.75]},"west":{"texture":"#0","uv":[12.75,2,13,2.125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.828,-15.447998,-15.208]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w17.json b/assets/minecraft/models/w17.json new file mode 100644 index 000000000..1605d6bc2 --- /dev/null +++ b/assets/minecraft/models/w17.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.875,5,1.25,5.625]},"east":{"texture":"#0","uv":[0,5.625,0.625,6.625]},"north":{"texture":"#0","uv":[0.625,5.625,1.25,6.625]},"south":{"texture":"#0","uv":[1.875,5.625,2.5,6.625]},"up":{"texture":"#0","uv":[1.25,5.625,0.625,5]},"west":{"texture":"#0","uv":[1.25,5.625,1.875,6.625]}},"from":[-16,-14,-16],"shade":false,"to":[-14,-10.8,-14]},{"faces":{"down":{"texture":"#0","uv":[1.125,6.625,0.75,7]},"east":{"texture":"#0","uv":[0,7,0.375,7.375]},"north":{"texture":"#0","uv":[0.375,7,0.75,7.375]},"south":{"texture":"#0","uv":[1.125,7,1.5,7.375]},"up":{"texture":"#0","uv":[0.75,7,0.375,6.625]},"west":{"texture":"#0","uv":[0.75,7,1.125,7.375]}},"from":[-15.6,-15.2,-15.6],"shade":false,"to":[-14.400001,-14,-14.400001]},{"faces":{"down":{"texture":"#0","uv":[1.125,7.375,0.75,7.75]},"east":{"texture":"#0","uv":[0,7.75,0.375,8]},"north":{"texture":"#0","uv":[0.375,7.75,0.75,8]},"south":{"texture":"#0","uv":[1.125,7.75,1.5,8]},"up":{"texture":"#0","uv":[0.75,7.75,0.375,7.375]},"west":{"texture":"#0","uv":[0.75,7.75,1.125,8]}},"from":[-15.6,-16,-16],"shade":false,"to":[-14.400001,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w88907092_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w170.json b/assets/minecraft/models/w170.json new file mode 100644 index 000000000..b40b930c4 --- /dev/null +++ b/assets/minecraft/models/w170.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.3125,2.9375,6.875,3.125]},"east":{"texture":"#0","uv":[6.25,3.125,6.4375,3.5]},"up":{"texture":"#0","uv":[6.875,3.125,6.4375,2.9375]},"west":{"texture":"#0","uv":[6.875,3.125,7.0625,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.04,-13.44,-14.8]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1700.json b/assets/minecraft/models/w1700.json new file mode 100644 index 000000000..a206a6062 --- /dev/null +++ b/assets/minecraft/models/w1700.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.875,4.25,12.25,4.5]},"east":{"texture":"#0","uv":[11.375,4.5,11.625,4.625]},"north":{"texture":"#0","uv":[11.625,4.5,12.25,4.625]},"south":{"texture":"#0","uv":[12.5,4.5,13.125,4.625]},"up":{"texture":"#0","uv":[12.25,4.5,11.625,4.25]},"west":{"texture":"#0","uv":[12.25,4.5,12.5,4.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.828,-15.447998,-15.208]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1701.json b/assets/minecraft/models/w1701.json new file mode 100644 index 000000000..117d6abea --- /dev/null +++ b/assets/minecraft/models/w1701.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,5.125,8.875,5.25]},"east":{"texture":"#0","uv":[8.375,5.25,8.5,5.375]},"north":{"texture":"#0","uv":[8.5,5.25,8.875,5.375]},"south":{"texture":"#0","uv":[9,5.25,9.375,5.375]},"up":{"texture":"#0","uv":[8.875,5.25,8.5,5.125]},"west":{"texture":"#0","uv":[8.875,5.25,9,5.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.608,-15.407999,-15.608]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1702.json b/assets/minecraft/models/w1702.json new file mode 100644 index 000000000..74e11ad9b --- /dev/null +++ b/assets/minecraft/models/w1702.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.125,5.125,7.75,5.25]},"east":{"texture":"#0","uv":[7.25,5.25,7.375,5.375]},"north":{"texture":"#0","uv":[7.375,5.25,7.75,5.375]},"south":{"texture":"#0","uv":[7.875,5.25,8.25,5.375]},"up":{"texture":"#0","uv":[7.75,5.25,7.375,5.125]},"west":{"texture":"#0","uv":[7.75,5.25,7.875,5.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.608,-15.407999,-15.608]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1703.json b/assets/minecraft/models/w1703.json new file mode 100644 index 000000000..c0fbfc8e6 --- /dev/null +++ b/assets/minecraft/models/w1703.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.75,0,9.75,1]},"east":{"texture":"#0","uv":[7.75,1,8.75,2.125]},"north":{"texture":"#0","uv":[8.75,1,9.75,2.125]},"south":{"texture":"#0","uv":[10.75,1,11.75,2.125]},"up":{"texture":"#0","uv":[9.75,1,8.75,0]},"west":{"texture":"#0","uv":[9.75,1,10.75,2.125]}},"from":[-15.996,-16,-15.2],"shade":false,"to":[-12.804001,-12.407999,-12.007999]},{"faces":{"down":{"texture":"#0","uv":[11.875,7.125,11.375,7.625]},"east":{"texture":"#0","uv":[10.375,7.625,10.875,7.75]},"north":{"texture":"#0","uv":[10.875,7.625,11.375,7.75]},"south":{"texture":"#0","uv":[11.875,7.625,12.375,7.75]},"up":{"texture":"#0","uv":[11.375,7.625,10.875,7.125]},"west":{"texture":"#0","uv":[11.375,7.625,11.875,7.75]}},"from":[-15.2,-12.403999,-14.404],"shade":false,"to":[-13.599999,-12.004,-12.804]},{"faces":{"down":{"texture":"#0","uv":[9.875,2.25,8.875,2.375]},"east":{"texture":"#0","uv":[7.75,2.375,7.875,2.625]},"north":{"texture":"#0","uv":[7.875,2.375,8.875,2.625]},"south":{"texture":"#0","uv":[9,2.375,10,2.625]},"up":{"texture":"#0","uv":[8.875,2.375,7.875,2.25]},"west":{"texture":"#0","uv":[8.875,2.375,9,2.625]}},"from":[-16,-14.004,-15.604],"shade":false,"to":[-12.8,-13.2039995,-15.204]},{"faces":{"down":{"texture":"#0","uv":[0.75,7.5,0.5,7.75]},"east":{"texture":"#0","uv":[0,7.75,0.25,8.375]},"north":{"texture":"#0","uv":[0.25,7.75,0.5,8.375]},"south":{"texture":"#0","uv":[0.75,7.75,1,8.375]},"up":{"texture":"#0","uv":[0.5,7.75,0.25,7.5]},"west":{"texture":"#0","uv":[0.5,7.75,0.75,8.375]}},"from":[-14.896,-16,-16],"shade":false,"to":[-13.904,-13.807999,-15.208]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1704.json b/assets/minecraft/models/w1704.json new file mode 100644 index 000000000..2c4bfcbcf --- /dev/null +++ b/assets/minecraft/models/w1704.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.625,13.75,13.125,14.25]},"east":{"texture":"#0","uv":[13.125,14.25,12.625,15]},"north":{"texture":"#0","uv":[12.625,14.25,12.125,15]},"south":{"texture":"#0","uv":[13.625,14.25,13.125,15]},"up":{"texture":"#0","uv":[12.125,14.25,12.625,13.75]},"west":{"texture":"#0","uv":[12.125,14.25,11.625,15]}},"from":[-16,-16,-16],"shade":false,"to":[-14.1,-13.6,-14.4]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1705.json b/assets/minecraft/models/w1705.json new file mode 100644 index 000000000..fa8bb49a9 --- /dev/null +++ b/assets/minecraft/models/w1705.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,5.25,0.625,5.625]},"east":{"texture":"#0","uv":[0.875,5.625,0.5,6.125]},"north":{"texture":"#0","uv":[0.5,5.625,0.375,6.125]},"south":{"texture":"#0","uv":[1,5.625,0.875,6.125]},"up":{"texture":"#0","uv":[0.375,5.625,0.5,5.25]},"west":{"texture":"#0","uv":[0.375,5.625,0,6.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.299999,-14.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1706.json b/assets/minecraft/models/w1706.json new file mode 100644 index 000000000..8b73a2a2f --- /dev/null +++ b/assets/minecraft/models/w1706.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.125,9.875,13.75,10.625]},"east":{"texture":"#0","uv":[13.875,10.625,13.125,11.375]},"north":{"texture":"#0","uv":[13.125,10.625,12.5,11.375]},"south":{"texture":"#0","uv":[14.5,10.625,13.875,11.375]},"up":{"texture":"#0","uv":[12.5,10.625,13.125,9.875]},"west":{"texture":"#0","uv":[12.5,10.625,11.75,11.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.908,-13.608,-13.608]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1707.json b/assets/minecraft/models/w1707.json new file mode 100644 index 000000000..0d375a02e --- /dev/null +++ b/assets/minecraft/models/w1707.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.75,6.375,14.25,7.125]},"east":{"texture":"#0","uv":[14.5,7.125,13.75,7.75]},"north":{"texture":"#0","uv":[13.75,7.125,13.25,7.75]},"south":{"texture":"#0","uv":[15,7.125,14.5,7.75]},"up":{"texture":"#0","uv":[13.25,7.125,13.75,6.375]},"west":{"texture":"#0","uv":[13.25,7.125,12.5,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.3,-14,-13.6]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1708.json b/assets/minecraft/models/w1708.json new file mode 100644 index 000000000..22f10e29e --- /dev/null +++ b/assets/minecraft/models/w1708.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,10.875,7.5,11.5]},"east":{"texture":"#0","uv":[7.625,11.5,7,12.125]},"north":{"texture":"#0","uv":[7,11.5,6.5,12.125]},"south":{"texture":"#0","uv":[8.125,11.5,7.625,12.125]},"up":{"texture":"#0","uv":[6.5,11.5,7,10.875]},"west":{"texture":"#0","uv":[6.5,11.5,5.875,12.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14,-14]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1709.json b/assets/minecraft/models/w1709.json new file mode 100644 index 000000000..dba4eaaa2 --- /dev/null +++ b/assets/minecraft/models/w1709.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.375,13,10.75,13.75]},"east":{"texture":"#0","uv":[11.125,13.75,10.375,14.5]},"north":{"texture":"#0","uv":[10.375,13.75,10,14.5]},"south":{"texture":"#0","uv":[11.5,13.75,11.125,14.5]},"up":{"texture":"#0","uv":[10,13.75,10.375,13]},"west":{"texture":"#0","uv":[10,13.75,9.25,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.6,-13.6]},{"faces":{"down":{"texture":"#0","uv":[3.875,11.875,4.375,12.625]},"east":{"texture":"#0","uv":[4.625,12.625,3.875,13.375]},"north":{"texture":"#0","uv":[3.875,12.625,3.375,13.375]},"south":{"texture":"#0","uv":[5.125,12.625,4.625,13.375]},"up":{"texture":"#0","uv":[3.375,12.625,3.875,11.875]},"west":{"texture":"#0","uv":[3.375,12.625,2.625,13.375]}},"from":[-14.8,-16,-16],"shade":false,"to":[-12.900001,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w171.json b/assets/minecraft/models/w171.json new file mode 100644 index 000000000..7b76acf98 --- /dev/null +++ b/assets/minecraft/models/w171.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5625,8.3125,7.25,8.875]},"east":{"texture":"#0","uv":[6.375,8.875,6.9375,9.125]},"north":{"texture":"#0","uv":[6.9375,8.875,7.25,9.125]},"south":{"texture":"#0","uv":[7.8125,8.875,8.125,9.125]},"up":{"texture":"#0","uv":[7.25,8.875,6.9375,8.3125]},"west":{"texture":"#0","uv":[7.25,8.875,7.8125,9.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.4,-12.4]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1710.json b/assets/minecraft/models/w1710.json new file mode 100644 index 000000000..15613afaf --- /dev/null +++ b/assets/minecraft/models/w1710.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,0,13.25,0.5]},"east":{"texture":"#0","uv":[12.5,0.5,13,1.625]},"north":{"texture":"#0","uv":[13,0.5,13.25,1.625]},"south":{"texture":"#0","uv":[13.75,0.5,14,1.625]},"up":{"texture":"#0","uv":[13.25,0.5,13,0]},"west":{"texture":"#0","uv":[13.25,0.5,13.75,1.625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1711.json b/assets/minecraft/models/w1711.json new file mode 100644 index 000000000..2acfd61a3 --- /dev/null +++ b/assets/minecraft/models/w1711.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.25,4.25,13.75,4.75]},"east":{"texture":"#0","uv":[12.75,4.75,13.25,5.5]},"north":{"texture":"#0","uv":[13.25,4.75,13.75,5.5]},"south":{"texture":"#0","uv":[14.25,4.75,14.75,5.5]},"up":{"texture":"#0","uv":[13.75,4.75,13.25,4.25]},"west":{"texture":"#0","uv":[13.75,4.75,14.25,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.354416,-13.454416,-14.4]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1712.json b/assets/minecraft/models/w1712.json new file mode 100644 index 000000000..aec5f6d2b --- /dev/null +++ b/assets/minecraft/models/w1712.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,12.625,1.25,13.125]},"east":{"texture":"#0","uv":[0,13.125,0.5,13.625]},"north":{"texture":"#0","uv":[0.5,13.125,1.25,13.625]},"south":{"texture":"#0","uv":[1.75,13.125,2.5,13.625]},"up":{"texture":"#0","uv":[1.25,13.125,0.5,12.625]},"west":{"texture":"#0","uv":[1.25,13.125,1.75,13.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.462416,-14.262416,-14.408]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1713.json b/assets/minecraft/models/w1713.json new file mode 100644 index 000000000..1e1ef6764 --- /dev/null +++ b/assets/minecraft/models/w1713.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.75,11.625,12.25,12.25]},"east":{"texture":"#0","uv":[11.125,12.25,11.75,13.625]},"north":{"texture":"#0","uv":[11.75,12.25,12.25,13.625]},"south":{"texture":"#0","uv":[12.875,12.25,13.375,13.625]},"up":{"texture":"#0","uv":[12.25,12.25,11.75,11.625]},"west":{"texture":"#0","uv":[12.25,12.25,12.875,13.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.092,-11.591999,-13.992001]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1714.json b/assets/minecraft/models/w1714.json new file mode 100644 index 000000000..6ef42270b --- /dev/null +++ b/assets/minecraft/models/w1714.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.25,0,13.5,0.5]},"east":{"texture":"#0","uv":[13.75,0.5,13.25,1.625]},"north":{"texture":"#0","uv":[13.25,0.5,13,1.625]},"south":{"texture":"#0","uv":[14,0.5,13.75,1.625]},"up":{"texture":"#0","uv":[13,0.5,13.25,0]},"west":{"texture":"#0","uv":[13,0.5,12.5,1.625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1715.json b/assets/minecraft/models/w1715.json new file mode 100644 index 000000000..1bf78d69f --- /dev/null +++ b/assets/minecraft/models/w1715.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.75,4.25,14.25,4.75]},"east":{"texture":"#0","uv":[14.25,4.75,13.75,5.5]},"north":{"texture":"#0","uv":[13.75,4.75,13.25,5.5]},"south":{"texture":"#0","uv":[14.75,4.75,14.25,5.5]},"up":{"texture":"#0","uv":[13.25,4.75,13.75,4.25]},"west":{"texture":"#0","uv":[13.25,4.75,12.75,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.354416,-13.454416,-14.4]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1716.json b/assets/minecraft/models/w1716.json new file mode 100644 index 000000000..d7cdd345d --- /dev/null +++ b/assets/minecraft/models/w1716.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,12.625,2,13.125]},"east":{"texture":"#0","uv":[1.75,13.125,1.25,13.625]},"north":{"texture":"#0","uv":[1.25,13.125,0.5,13.625]},"south":{"texture":"#0","uv":[2.5,13.125,1.75,13.625]},"up":{"texture":"#0","uv":[0.5,13.125,1.25,12.625]},"west":{"texture":"#0","uv":[0.5,13.125,0,13.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.462416,-14.262416,-14.408]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1717.json b/assets/minecraft/models/w1717.json new file mode 100644 index 000000000..789c7ce06 --- /dev/null +++ b/assets/minecraft/models/w1717.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.25,11.625,12.75,12.25]},"east":{"texture":"#0","uv":[12.875,12.25,12.25,13.625]},"north":{"texture":"#0","uv":[12.25,12.25,11.75,13.625]},"south":{"texture":"#0","uv":[13.375,12.25,12.875,13.625]},"up":{"texture":"#0","uv":[11.75,12.25,12.25,11.625]},"west":{"texture":"#0","uv":[11.75,12.25,11.125,13.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.092,-11.591999,-13.992001]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1718.json b/assets/minecraft/models/w1718.json new file mode 100644 index 000000000..d9999e329 --- /dev/null +++ b/assets/minecraft/models/w1718.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.375,12.25,6.625,12.875]},"east":{"texture":"#0","uv":[5.25,12.875,5.875,13.25]},"north":{"texture":"#0","uv":[5.875,12.875,6.625,13.25]},"south":{"texture":"#0","uv":[7.25,12.875,8,13.25]},"up":{"texture":"#0","uv":[6.625,12.875,5.875,12.25]},"west":{"texture":"#0","uv":[6.625,12.875,7.25,13.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-14]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1719.json b/assets/minecraft/models/w1719.json new file mode 100644 index 000000000..a0b5ab5b3 --- /dev/null +++ b/assets/minecraft/models/w1719.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.375,14.375,6.125,15]},"east":{"texture":"#0","uv":[5.25,15,5.875,15.625]},"north":{"texture":"#0","uv":[5.875,15,6.125,15.625]},"south":{"texture":"#0","uv":[6.75,15,7,15.625]},"up":{"texture":"#0","uv":[6.125,15,5.875,14.375]},"west":{"texture":"#0","uv":[6.125,15,6.75,15.625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14,-14]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w172.json b/assets/minecraft/models/w172.json new file mode 100644 index 000000000..6a0ba0213 --- /dev/null +++ b/assets/minecraft/models/w172.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,6.1875,7.4375,6.8125]},"east":{"texture":"#0","uv":[6.25,6.8125,6.875,7.3125]},"north":{"texture":"#0","uv":[6.875,6.8125,7.4375,7.3125]},"south":{"texture":"#0","uv":[8.0625,6.8125,8.625,7.3125]},"up":{"texture":"#0","uv":[7.4375,6.8125,6.875,6.1875]},"west":{"texture":"#0","uv":[7.4375,6.8125,8.0625,7.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.8,-12]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1720.json b/assets/minecraft/models/w1720.json new file mode 100644 index 000000000..28dacf9fe --- /dev/null +++ b/assets/minecraft/models/w1720.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,13.75,8,14.375]},"east":{"texture":"#0","uv":[6.875,14.375,7.5,15]},"north":{"texture":"#0","uv":[7.5,14.375,8,15]},"south":{"texture":"#0","uv":[8.625,14.375,9.125,15]},"up":{"texture":"#0","uv":[8,14.375,7.5,13.75]},"west":{"texture":"#0","uv":[8,14.375,8.625,15]}},"from":[-16,-16,-16],"shade":false,"to":[-14.092,-13.992,-13.992001]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1721.json b/assets/minecraft/models/w1721.json new file mode 100644 index 000000000..329cdf55c --- /dev/null +++ b/assets/minecraft/models/w1721.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.625,12.25,7.375,12.875]},"east":{"texture":"#0","uv":[7.25,12.875,6.625,13.25]},"north":{"texture":"#0","uv":[6.625,12.875,5.875,13.25]},"south":{"texture":"#0","uv":[8,12.875,7.25,13.25]},"up":{"texture":"#0","uv":[5.875,12.875,6.625,12.25]},"west":{"texture":"#0","uv":[5.875,12.875,5.25,13.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-14]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1722.json b/assets/minecraft/models/w1722.json new file mode 100644 index 000000000..aec5f7619 --- /dev/null +++ b/assets/minecraft/models/w1722.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.125,14.375,6.375,15]},"east":{"texture":"#0","uv":[6.75,15,6.125,15.625]},"north":{"texture":"#0","uv":[6.125,15,5.875,15.625]},"south":{"texture":"#0","uv":[7,15,6.75,15.625]},"up":{"texture":"#0","uv":[5.875,15,6.125,14.375]},"west":{"texture":"#0","uv":[5.875,15,5.25,15.625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14,-14]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1723.json b/assets/minecraft/models/w1723.json new file mode 100644 index 000000000..12bac531f --- /dev/null +++ b/assets/minecraft/models/w1723.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,13.75,8.5,14.375]},"east":{"texture":"#0","uv":[8.625,14.375,8,15]},"north":{"texture":"#0","uv":[8,14.375,7.5,15]},"south":{"texture":"#0","uv":[9.125,14.375,8.625,15]},"up":{"texture":"#0","uv":[7.5,14.375,8,13.75]},"west":{"texture":"#0","uv":[7.5,14.375,6.875,15]}},"from":[-16,-16,-16],"shade":false,"to":[-14.092,-13.992,-13.992001]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1724.json b/assets/minecraft/models/w1724.json new file mode 100644 index 000000000..e1380e235 --- /dev/null +++ b/assets/minecraft/models/w1724.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.625,5.125,11.25,5.625]},"east":{"texture":"#0","uv":[9.375,5.625,9.875,7]},"north":{"texture":"#0","uv":[9.875,5.625,11.25,7]},"south":{"texture":"#0","uv":[11.75,5.625,13.125,7]},"up":{"texture":"#0","uv":[11.25,5.625,9.875,5.125]},"west":{"texture":"#0","uv":[11.25,5.625,11.75,7]}},"from":[-16,-16,-16],"shade":false,"to":[-11.599999,-11.6,-14.4]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1725.json b/assets/minecraft/models/w1725.json new file mode 100644 index 000000000..77ebf131e --- /dev/null +++ b/assets/minecraft/models/w1725.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,8.875,7.625,9.375]},"east":{"texture":"#0","uv":[5.75,9.375,6.25,10.75]},"north":{"texture":"#0","uv":[6.25,9.375,7.625,10.75]},"south":{"texture":"#0","uv":[8.125,9.375,9.5,10.75]},"up":{"texture":"#0","uv":[7.625,9.375,6.25,8.875]},"west":{"texture":"#0","uv":[7.625,9.375,8.125,10.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.599999,-11.6,-14.4]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1726.json b/assets/minecraft/models/w1726.json new file mode 100644 index 000000000..191c702ed --- /dev/null +++ b/assets/minecraft/models/w1726.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.875,0,2.75,1.625]},"east":{"texture":"#0","uv":[0,1.625,1.625,2.75]},"north":{"texture":"#0","uv":[1.625,1.625,2.75,2.75]},"south":{"texture":"#0","uv":[4.375,1.625,5.5,2.75]},"up":{"texture":"#0","uv":[2.75,1.625,1.625,0]},"west":{"texture":"#0","uv":[2.75,1.625,4.375,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.4,-10.8]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1727.json b/assets/minecraft/models/w1727.json new file mode 100644 index 000000000..15ffe25a7 --- /dev/null +++ b/assets/minecraft/models/w1727.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.375,6.625,5.125,6.875]},"east":{"texture":"#0","uv":[4.625,6.875,4.875,12.25]},"north":{"texture":"#0","uv":[4.875,6.875,5.125,12.25]},"south":{"texture":"#0","uv":[5.375,6.875,5.625,12.25]},"up":{"texture":"#0","uv":[5.125,6.875,4.875,6.625]},"west":{"texture":"#0","uv":[5.125,6.875,5.375,12.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,1.2000008,-15.2]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1728.json b/assets/minecraft/models/w1728.json new file mode 100644 index 000000000..d79e2cc27 --- /dev/null +++ b/assets/minecraft/models/w1728.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.625,0.5,5.125,1]},"east":{"texture":"#0","uv":[4.125,1,4.625,1.5]},"north":{"texture":"#0","uv":[4.625,1,5.125,1.5]},"south":{"texture":"#0","uv":[5.625,1,6.125,1.5]},"up":{"texture":"#0","uv":[5.125,1,4.625,0.5]},"west":{"texture":"#0","uv":[5.125,1,5.625,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1729.json b/assets/minecraft/models/w1729.json new file mode 100644 index 000000000..e05caea57 --- /dev/null +++ b/assets/minecraft/models/w1729.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,11.625,0.375]},"east":{"texture":"#0","uv":[10.875,0.375,11.25,0.625]},"north":{"texture":"#0","uv":[11.25,0.375,11.625,0.625]},"south":{"texture":"#0","uv":[12,0.375,12.375,0.625]},"up":{"texture":"#0","uv":[11.625,0.375,11.25,0]},"west":{"texture":"#0","uv":[11.625,0.375,12,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1274200451_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w173.json b/assets/minecraft/models/w173.json new file mode 100644 index 000000000..e5a22244a --- /dev/null +++ b/assets/minecraft/models/w173.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.3125,1.5,8.75,1.6875]},"east":{"texture":"#0","uv":[8,1.6875,8.1875,2.1875]},"up":{"texture":"#0","uv":[8.75,1.6875,8.1875,1.5]},"west":{"texture":"#0","uv":[8.75,1.6875,8.9375,2.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.2,-12.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1730.json b/assets/minecraft/models/w1730.json new file mode 100644 index 000000000..269009636 --- /dev/null +++ b/assets/minecraft/models/w1730.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,6,3.5,8.5]},"up":{"texture":"#0","uv":[2.5,8.5,3,6]},"west":{"texture":"#0","uv":[2.5,8.5,0,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.195,-13.74]}],"overrides":[],"textures":{"0":"item/w999595274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1731.json b/assets/minecraft/models/w1731.json new file mode 100644 index 000000000..3b03eb8f9 --- /dev/null +++ b/assets/minecraft/models/w1731.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,6,3,8.5]},"east":{"texture":"#0","uv":[0,8.5,2.5,9.5]},"up":{"texture":"#0","uv":[3,8.5,2.5,6]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.195,-13.74]}],"overrides":[],"textures":{"0":"item/w999595274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1732.json b/assets/minecraft/models/w1732.json new file mode 100644 index 000000000..c74b3ce93 --- /dev/null +++ b/assets/minecraft/models/w1732.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[1,1,2,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-16,-15.12]}],"overrides":[],"textures":{"0":"item/w999595274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1733.json b/assets/minecraft/models/w1733.json new file mode 100644 index 000000000..c74b3ce93 --- /dev/null +++ b/assets/minecraft/models/w1733.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[1,1,2,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-16,-15.12]}],"overrides":[],"textures":{"0":"item/w999595274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1734.json b/assets/minecraft/models/w1734.json new file mode 100644 index 000000000..f6d69ab06 --- /dev/null +++ b/assets/minecraft/models/w1734.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,6.5,3.5,6]}},"from":[-16,-16,-16],"shade":false,"to":[-15.5199995,-16,-15.5199995]}],"overrides":[],"textures":{"0":"item/w999595274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1735.json b/assets/minecraft/models/w1735.json new file mode 100644 index 000000000..ae7f45ac1 --- /dev/null +++ b/assets/minecraft/models/w1735.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[2,1,1,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-16,-15.12]}],"overrides":[],"textures":{"0":"item/w999595274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1736.json b/assets/minecraft/models/w1736.json new file mode 100644 index 000000000..ae7f45ac1 --- /dev/null +++ b/assets/minecraft/models/w1736.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[2,1,1,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-16,-15.12]}],"overrides":[],"textures":{"0":"item/w999595274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1737.json b/assets/minecraft/models/w1737.json new file mode 100644 index 000000000..f6d69ab06 --- /dev/null +++ b/assets/minecraft/models/w1737.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,6.5,3.5,6]}},"from":[-16,-16,-16],"shade":false,"to":[-15.5199995,-16,-15.5199995]}],"overrides":[],"textures":{"0":"item/w999595274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1738.json b/assets/minecraft/models/w1738.json new file mode 100644 index 000000000..33d20a125 --- /dev/null +++ b/assets/minecraft/models/w1738.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,0,6,3]},"east":{"texture":"#0","uv":[0,3,3,6]},"north":{"texture":"#0","uv":[3,3,6,6]},"south":{"texture":"#0","uv":[9,3,12,6]},"up":{"texture":"#0","uv":[6,3,3,0]},"west":{"texture":"#0","uv":[6,3,9,6]}},"from":[-15.882843,-16,-16],"rotation":{"angle":45,"axis":"z","origin":[-15.082843,-15.2,-15.6],"rescale":false},"shade":false,"to":[-13.482843,-13.6,-13.6]},{"faces":{"down":{"texture":"#0","uv":[13,0,12,2]},"east":{"texture":"#0","uv":[9,2,11,3]},"south":{"texture":"#0","uv":[14,2,15,3]},"up":{"texture":"#0","uv":[12,2,11,0]}},"from":[-14.282843,-14.4,-13.6],"rotation":{"angle":45,"axis":"z","origin":[-15.082843,-15.2,-12.4],"rescale":false},"shade":false,"to":[-13.482842,-13.599999,-12]},{"faces":{"down":{"texture":"#0","uv":[13,6,14.5,7.5]},"up":{"texture":"#0","uv":[11.5,7.5,13,6]}},"from":[-15.365685,-14.682842,-13.6],"rotation":{"angle":45,"axis":"z","origin":[-15.365685,-15.482842,-15.6],"rescale":false},"shade":false,"to":[-14.165686,-13.882842,-12.400001]},{"faces":{"down":{"texture":"#0","uv":[14.5,6,13,7.5]},"up":{"texture":"#0","uv":[13,7.5,11.5,6]}},"from":[-16,-14.682842,-13.6],"rotation":{"angle":-45,"axis":"z","origin":[-14.8,-15.482842,-15.6],"rescale":false},"shade":false,"to":[-14.8,-13.882842,-12.400001]}],"overrides":[],"textures":{"0":"item/w999595274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1739.json b/assets/minecraft/models/w1739.json new file mode 100644 index 000000000..e5913b7d6 --- /dev/null +++ b/assets/minecraft/models/w1739.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0,6,1,8]},"west":{"texture":"#0","uv":[1,6,0,8]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w999595274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w174.json b/assets/minecraft/models/w174.json new file mode 100644 index 000000000..2a0c489f1 --- /dev/null +++ b/assets/minecraft/models/w174.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.125,0.5,8.6875,1.125]},"east":{"texture":"#0","uv":[7.625,1.125,8.25,1.5]},"north":{"texture":"#0","uv":[8.25,1.125,8.6875,1.5]},"up":{"texture":"#0","uv":[8.6875,1.125,8.25,0.5]},"west":{"texture":"#0","uv":[8.6875,1.125,9.3125,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.6,-12]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1740.json b/assets/minecraft/models/w1740.json new file mode 100644 index 000000000..5ac3de9c8 --- /dev/null +++ b/assets/minecraft/models/w1740.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,6,6,7.5]},"east":{"texture":"#0","uv":[7,7.5,5.5,8]},"north":{"texture":"#0","uv":[5.5,7.5,5,8]},"south":{"texture":"#0","uv":[7.5,7.5,7,8]},"up":{"texture":"#0","uv":[5,7.5,5.5,6]},"west":{"texture":"#0","uv":[5,7.5,3.5,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.24,-15.24,-14.8]}],"overrides":[],"textures":{"0":"item/w999595274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1741.json b/assets/minecraft/models/w1741.json new file mode 100644 index 000000000..e5913b7d6 --- /dev/null +++ b/assets/minecraft/models/w1741.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0,6,1,8]},"west":{"texture":"#0","uv":[1,6,0,8]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w999595274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1742.json b/assets/minecraft/models/w1742.json new file mode 100644 index 000000000..126d76bb2 --- /dev/null +++ b/assets/minecraft/models/w1742.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,6,5.5,7.5]},"east":{"texture":"#0","uv":[3.5,7.5,5,8]},"north":{"texture":"#0","uv":[5,7.5,5.5,8]},"south":{"texture":"#0","uv":[7,7.5,7.5,8]},"up":{"texture":"#0","uv":[5.5,7.5,5,6]},"west":{"texture":"#0","uv":[5.5,7.5,7,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.24,-15.24,-14.8]}],"overrides":[],"textures":{"0":"item/w999595274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1743.json b/assets/minecraft/models/w1743.json new file mode 100644 index 000000000..db3c50df9 --- /dev/null +++ b/assets/minecraft/models/w1743.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.5,3,14,3.5]},"east":{"texture":"#0","uv":[12,3.5,12.5,4]},"north":{"texture":"#0","uv":[12.5,3.5,14,4]},"south":{"texture":"#0","uv":[14.5,3.5,16,4]},"up":{"texture":"#0","uv":[14,3.5,12.5,3]},"west":{"texture":"#0","uv":[14,3.5,14.5,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w999595274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1744.json b/assets/minecraft/models/w1744.json new file mode 100644 index 000000000..db6cb42be --- /dev/null +++ b/assets/minecraft/models/w1744.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,0,10,0.5]},"east":{"texture":"#0","uv":[9,0.5,9.5,1]},"north":{"texture":"#0","uv":[9.5,0.5,10,1]},"south":{"texture":"#0","uv":[10.5,0.5,11,1]},"up":{"texture":"#0","uv":[10,0.5,9.5,0]},"west":{"texture":"#0","uv":[10,0.5,10.5,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.52,-15.52]}],"overrides":[],"textures":{"0":"item/w999595274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1745.json b/assets/minecraft/models/w1745.json new file mode 100644 index 000000000..db3c50df9 --- /dev/null +++ b/assets/minecraft/models/w1745.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.5,3,14,3.5]},"east":{"texture":"#0","uv":[12,3.5,12.5,4]},"north":{"texture":"#0","uv":[12.5,3.5,14,4]},"south":{"texture":"#0","uv":[14.5,3.5,16,4]},"up":{"texture":"#0","uv":[14,3.5,12.5,3]},"west":{"texture":"#0","uv":[14,3.5,14.5,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w999595274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1746.json b/assets/minecraft/models/w1746.json new file mode 100644 index 000000000..db6cb42be --- /dev/null +++ b/assets/minecraft/models/w1746.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,0,10,0.5]},"east":{"texture":"#0","uv":[9,0.5,9.5,1]},"north":{"texture":"#0","uv":[9.5,0.5,10,1]},"south":{"texture":"#0","uv":[10.5,0.5,11,1]},"up":{"texture":"#0","uv":[10,0.5,9.5,0]},"west":{"texture":"#0","uv":[10,0.5,10.5,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.52,-15.52]}],"overrides":[],"textures":{"0":"item/w999595274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1747.json b/assets/minecraft/models/w1747.json new file mode 100644 index 000000000..db3c50df9 --- /dev/null +++ b/assets/minecraft/models/w1747.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.5,3,14,3.5]},"east":{"texture":"#0","uv":[12,3.5,12.5,4]},"north":{"texture":"#0","uv":[12.5,3.5,14,4]},"south":{"texture":"#0","uv":[14.5,3.5,16,4]},"up":{"texture":"#0","uv":[14,3.5,12.5,3]},"west":{"texture":"#0","uv":[14,3.5,14.5,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w999595274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1748.json b/assets/minecraft/models/w1748.json new file mode 100644 index 000000000..db6cb42be --- /dev/null +++ b/assets/minecraft/models/w1748.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,0,10,0.5]},"east":{"texture":"#0","uv":[9,0.5,9.5,1]},"north":{"texture":"#0","uv":[9.5,0.5,10,1]},"south":{"texture":"#0","uv":[10.5,0.5,11,1]},"up":{"texture":"#0","uv":[10,0.5,9.5,0]},"west":{"texture":"#0","uv":[10,0.5,10.5,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.52,-15.52]}],"overrides":[],"textures":{"0":"item/w999595274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1749.json b/assets/minecraft/models/w1749.json new file mode 100644 index 000000000..54dc25ff1 --- /dev/null +++ b/assets/minecraft/models/w1749.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,3,15.5,3.5]},"east":{"texture":"#0","uv":[14.5,3.5,14,4]},"north":{"texture":"#0","uv":[14,3.5,12.5,4]},"south":{"texture":"#0","uv":[16,3.5,14.5,4]},"up":{"texture":"#0","uv":[12.5,3.5,14,3]},"west":{"texture":"#0","uv":[12.5,3.5,12,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w999595274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w175.json b/assets/minecraft/models/w175.json new file mode 100644 index 000000000..3a37da678 --- /dev/null +++ b/assets/minecraft/models/w175.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,7.9375,0.9375,8.5625]},"east":{"texture":"#0","uv":[0,8.5625,0.625,8.8125]},"north":{"texture":"#0","uv":[0.625,8.5625,0.9375,8.8125]},"up":{"texture":"#0","uv":[0.9375,8.5625,0.625,7.9375]},"west":{"texture":"#0","uv":[0.9375,8.5625,1.5625,8.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.4,-12]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1750.json b/assets/minecraft/models/w1750.json new file mode 100644 index 000000000..db6cb42be --- /dev/null +++ b/assets/minecraft/models/w1750.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,0,10,0.5]},"east":{"texture":"#0","uv":[9,0.5,9.5,1]},"north":{"texture":"#0","uv":[9.5,0.5,10,1]},"south":{"texture":"#0","uv":[10.5,0.5,11,1]},"up":{"texture":"#0","uv":[10,0.5,9.5,0]},"west":{"texture":"#0","uv":[10,0.5,10.5,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.52,-15.52]}],"overrides":[],"textures":{"0":"item/w999595274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1751.json b/assets/minecraft/models/w1751.json new file mode 100644 index 000000000..54dc25ff1 --- /dev/null +++ b/assets/minecraft/models/w1751.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,3,15.5,3.5]},"east":{"texture":"#0","uv":[14.5,3.5,14,4]},"north":{"texture":"#0","uv":[14,3.5,12.5,4]},"south":{"texture":"#0","uv":[16,3.5,14.5,4]},"up":{"texture":"#0","uv":[12.5,3.5,14,3]},"west":{"texture":"#0","uv":[12.5,3.5,12,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w999595274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1752.json b/assets/minecraft/models/w1752.json new file mode 100644 index 000000000..db6cb42be --- /dev/null +++ b/assets/minecraft/models/w1752.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,0,10,0.5]},"east":{"texture":"#0","uv":[9,0.5,9.5,1]},"north":{"texture":"#0","uv":[9.5,0.5,10,1]},"south":{"texture":"#0","uv":[10.5,0.5,11,1]},"up":{"texture":"#0","uv":[10,0.5,9.5,0]},"west":{"texture":"#0","uv":[10,0.5,10.5,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.52,-15.52]}],"overrides":[],"textures":{"0":"item/w999595274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1753.json b/assets/minecraft/models/w1753.json new file mode 100644 index 000000000..54dc25ff1 --- /dev/null +++ b/assets/minecraft/models/w1753.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,3,15.5,3.5]},"east":{"texture":"#0","uv":[14.5,3.5,14,4]},"north":{"texture":"#0","uv":[14,3.5,12.5,4]},"south":{"texture":"#0","uv":[16,3.5,14.5,4]},"up":{"texture":"#0","uv":[12.5,3.5,14,3]},"west":{"texture":"#0","uv":[12.5,3.5,12,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w999595274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1754.json b/assets/minecraft/models/w1754.json new file mode 100644 index 000000000..db6cb42be --- /dev/null +++ b/assets/minecraft/models/w1754.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,0,10,0.5]},"east":{"texture":"#0","uv":[9,0.5,9.5,1]},"north":{"texture":"#0","uv":[9.5,0.5,10,1]},"south":{"texture":"#0","uv":[10.5,0.5,11,1]},"up":{"texture":"#0","uv":[10,0.5,9.5,0]},"west":{"texture":"#0","uv":[10,0.5,10.5,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.52,-15.52]}],"overrides":[],"textures":{"0":"item/w999595274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1755.json b/assets/minecraft/models/w1755.json new file mode 100644 index 000000000..167d56b6c --- /dev/null +++ b/assets/minecraft/models/w1755.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,6,10,6]},"east":{"texture":"#0","uv":[9.5,6,9.5,7]},"north":{"texture":"#0","uv":[9.5,6,10,7]},"south":{"texture":"#0","uv":[10,6,10.5,7]},"up":{"texture":"#0","uv":[10,6,9.5,6]},"west":{"texture":"#0","uv":[10,6,10,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.08,-16]}],"overrides":[],"textures":{"0":"item/w999595274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1756.json b/assets/minecraft/models/w1756.json new file mode 100644 index 000000000..96938e70a --- /dev/null +++ b/assets/minecraft/models/w1756.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,6,10,6]},"east":{"texture":"#0","uv":[9.5,6,9.5,7]},"north":{"texture":"#0","uv":[9.5,6,10,7]},"south":{"texture":"#0","uv":[10,6,10.5,7]},"up":{"texture":"#0","uv":[10,6,9.5,6]},"west":{"texture":"#0","uv":[10,6,10,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.12,-16]}],"overrides":[],"textures":{"0":"item/w999595274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1757.json b/assets/minecraft/models/w1757.json new file mode 100644 index 000000000..167d56b6c --- /dev/null +++ b/assets/minecraft/models/w1757.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,6,10,6]},"east":{"texture":"#0","uv":[9.5,6,9.5,7]},"north":{"texture":"#0","uv":[9.5,6,10,7]},"south":{"texture":"#0","uv":[10,6,10.5,7]},"up":{"texture":"#0","uv":[10,6,9.5,6]},"west":{"texture":"#0","uv":[10,6,10,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.08,-16]}],"overrides":[],"textures":{"0":"item/w999595274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1758.json b/assets/minecraft/models/w1758.json new file mode 100644 index 000000000..167d56b6c --- /dev/null +++ b/assets/minecraft/models/w1758.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,6,10,6]},"east":{"texture":"#0","uv":[9.5,6,9.5,7]},"north":{"texture":"#0","uv":[9.5,6,10,7]},"south":{"texture":"#0","uv":[10,6,10.5,7]},"up":{"texture":"#0","uv":[10,6,9.5,6]},"west":{"texture":"#0","uv":[10,6,10,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.08,-16]}],"overrides":[],"textures":{"0":"item/w999595274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1759.json b/assets/minecraft/models/w1759.json new file mode 100644 index 000000000..96938e70a --- /dev/null +++ b/assets/minecraft/models/w1759.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,6,10,6]},"east":{"texture":"#0","uv":[9.5,6,9.5,7]},"north":{"texture":"#0","uv":[9.5,6,10,7]},"south":{"texture":"#0","uv":[10,6,10.5,7]},"up":{"texture":"#0","uv":[10,6,9.5,6]},"west":{"texture":"#0","uv":[10,6,10,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.12,-16]}],"overrides":[],"textures":{"0":"item/w999595274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w176.json b/assets/minecraft/models/w176.json new file mode 100644 index 000000000..403e74158 --- /dev/null +++ b/assets/minecraft/models/w176.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[10.875,1.4375,11.9375,2.3125]},"south":{"texture":"#0","uv":[11.9375,1.4375,10.875,2.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-10,-11.2,-16]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1760.json b/assets/minecraft/models/w1760.json new file mode 100644 index 000000000..167d56b6c --- /dev/null +++ b/assets/minecraft/models/w1760.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,6,10,6]},"east":{"texture":"#0","uv":[9.5,6,9.5,7]},"north":{"texture":"#0","uv":[9.5,6,10,7]},"south":{"texture":"#0","uv":[10,6,10.5,7]},"up":{"texture":"#0","uv":[10,6,9.5,6]},"west":{"texture":"#0","uv":[10,6,10,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.08,-16]}],"overrides":[],"textures":{"0":"item/w999595274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1761.json b/assets/minecraft/models/w1761.json new file mode 100644 index 000000000..804d6b945 --- /dev/null +++ b/assets/minecraft/models/w1761.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,0,5.5,2.5]},"east":{"texture":"#0","uv":[0,2.5,2.5,5.5]},"north":{"texture":"#0","uv":[2.5,2.5,5.5,5.5]},"south":{"texture":"#0","uv":[8,2.5,11,5.5]},"up":{"texture":"#0","uv":[5.5,2.5,2.5,0]},"west":{"texture":"#0","uv":[5.5,2.5,8,5.5]}},"from":[-15.44,-15.96,-15.96],"rotation":{"angle":45,"axis":"z","origin":[-14.24,-15.96,-14.96],"rescale":false},"shade":false,"to":[-13.039999,-13.559999,-13.96]},{"faces":{"down":{"texture":"#0","uv":[6.5,5.5,4.5,8]},"east":{"texture":"#0","uv":[0,8,2.5,8.5]},"north":{"texture":"#0","uv":[2.5,8,4.5,8.5]},"south":{"texture":"#0","uv":[7,8,9,8.5]},"up":{"texture":"#0","uv":[4.5,8,2.5,5.5]},"west":{"texture":"#0","uv":[4.5,8,7,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.16,-15.6,-13.92]}],"overrides":[],"textures":{"0":"item/w673533331_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1762.json b/assets/minecraft/models/w1762.json new file mode 100644 index 000000000..0f42dbf44 --- /dev/null +++ b/assets/minecraft/models/w1762.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,0.5,1.5,0.5]},"east":{"texture":"#0","uv":[1,0.5,1,1]},"north":{"texture":"#0","uv":[1,0.5,1.5,1]},"south":{"texture":"#0","uv":[1.5,0.5,2,1]},"up":{"texture":"#0","uv":[1.5,0.5,1,0.5]},"west":{"texture":"#0","uv":[1.5,0.5,1.5,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-16]}],"overrides":[],"textures":{"0":"item/w673533331_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1763.json b/assets/minecraft/models/w1763.json new file mode 100644 index 000000000..d766b9fcf --- /dev/null +++ b/assets/minecraft/models/w1763.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,0,1.5,0]},"east":{"texture":"#0","uv":[1,0,1,0.5]},"north":{"texture":"#0","uv":[1,0,1.5,0.5]},"south":{"texture":"#0","uv":[1.5,0,2,0.5]},"up":{"texture":"#0","uv":[1.5,0,1,0]},"west":{"texture":"#0","uv":[1.5,0,1.5,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-16]}],"overrides":[],"textures":{"0":"item/w673533331_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1764.json b/assets/minecraft/models/w1764.json new file mode 100644 index 000000000..c27f3d14b --- /dev/null +++ b/assets/minecraft/models/w1764.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0,0.5,0]},"east":{"texture":"#0","uv":[0,0,0,0.5]},"north":{"texture":"#0","uv":[0,0,0.5,0.5]},"south":{"texture":"#0","uv":[0.5,0,1,0.5]},"up":{"texture":"#0","uv":[0.5,0,0,0]},"west":{"texture":"#0","uv":[0.5,0,0.5,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-16]}],"overrides":[],"textures":{"0":"item/w673533331_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1765.json b/assets/minecraft/models/w1765.json new file mode 100644 index 000000000..d83bfcbf5 --- /dev/null +++ b/assets/minecraft/models/w1765.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0.5,0.5,0.5]},"east":{"texture":"#0","uv":[0,0.5,0,1]},"north":{"texture":"#0","uv":[0,0.5,0.5,1]},"south":{"texture":"#0","uv":[0.5,0.5,1,1]},"up":{"texture":"#0","uv":[0.5,0.5,0,0.5]},"west":{"texture":"#0","uv":[0.5,0.5,0.5,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-16]}],"overrides":[],"textures":{"0":"item/w673533331_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1766.json b/assets/minecraft/models/w1766.json new file mode 100644 index 000000000..6604caaf3 --- /dev/null +++ b/assets/minecraft/models/w1766.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0,1,1]},"east":{"texture":"#0","uv":[0,1,1,1.5]},"north":{"texture":"#0","uv":[1,1,1,1.5]},"south":{"texture":"#0","uv":[2,1,2,1.5]},"up":{"texture":"#0","uv":[1,1,1,0]},"west":{"texture":"#0","uv":[1,1,2,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-15.2]}],"overrides":[],"textures":{"0":"item/w673533331_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1767.json b/assets/minecraft/models/w1767.json new file mode 100644 index 000000000..6604caaf3 --- /dev/null +++ b/assets/minecraft/models/w1767.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0,1,1]},"east":{"texture":"#0","uv":[0,1,1,1.5]},"north":{"texture":"#0","uv":[1,1,1,1.5]},"south":{"texture":"#0","uv":[2,1,2,1.5]},"up":{"texture":"#0","uv":[1,1,1,0]},"west":{"texture":"#0","uv":[1,1,2,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-15.2]}],"overrides":[],"textures":{"0":"item/w673533331_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1768.json b/assets/minecraft/models/w1768.json new file mode 100644 index 000000000..80f9ac5c0 --- /dev/null +++ b/assets/minecraft/models/w1768.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,8.5,3,9.5]},"east":{"texture":"#0","uv":[0,9.5,1,11.5]},"north":{"texture":"#0","uv":[1,9.5,3,11.5]},"south":{"texture":"#0","uv":[4,9.5,6,11.5]},"up":{"texture":"#0","uv":[3,9.5,1,8.5]},"west":{"texture":"#0","uv":[3,9.5,4,11.5]}},"from":[-15.6,-16,-16],"rotation":{"angle":45,"axis":"z","origin":[-14.8,-16,-14.2],"rescale":false},"shade":false,"to":[-14,-14.4,-15.2]},{"faces":{"down":{"texture":"#0","uv":[10.5,5.5,9,6.5]},"east":{"texture":"#0","uv":[6.5,6.5,7.5,7]},"north":{"texture":"#0","uv":[7.5,6.5,9,7]},"south":{"texture":"#0","uv":[10,6.5,11.5,7]},"up":{"texture":"#0","uv":[9,6.5,7.5,5.5]},"west":{"texture":"#0","uv":[9,6.5,10,7]}},"from":[-16,-16,-15.96],"shade":false,"to":[-14.72,-15.6,-15.08]}],"overrides":[],"textures":{"0":"item/w673533331_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1769.json b/assets/minecraft/models/w1769.json new file mode 100644 index 000000000..ed94a1d77 --- /dev/null +++ b/assets/minecraft/models/w1769.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,7.5,11,8.5]},"east":{"texture":"#0","uv":[8,8.5,9,10.5]},"north":{"texture":"#0","uv":[9,8.5,11,10.5]},"south":{"texture":"#0","uv":[12,8.5,14,10.5]},"up":{"texture":"#0","uv":[11,8.5,9,7.5]},"west":{"texture":"#0","uv":[11,8.5,12,10.5]}},"from":[-15.6,-16,-15.96],"rotation":{"angle":45,"axis":"z","origin":[-15,-16,-16.56],"rescale":false},"shade":false,"to":[-14,-14.4,-15.16]},{"faces":{"down":{"texture":"#0","uv":[11.5,0,10.5,1]},"east":{"texture":"#0","uv":[8.5,1,9.5,1.5]},"north":{"texture":"#0","uv":[9.5,1,10.5,1.5]},"south":{"texture":"#0","uv":[11.5,1,12.5,1.5]},"up":{"texture":"#0","uv":[10.5,1,9.5,0]},"west":{"texture":"#0","uv":[10.5,1,11.5,1.5]}},"from":[-16,-15.88,-16],"shade":false,"to":[-14.84,-15.4800005,-15.12]}],"overrides":[],"textures":{"0":"item/w673533331_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w177.json b/assets/minecraft/models/w177.json new file mode 100644 index 000000000..d90f4f7e3 --- /dev/null +++ b/assets/minecraft/models/w177.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.8125,1.5625,10,2.0625]},"north":{"texture":"#0","uv":[9.8125,2.0625,9.625,2.5625]},"south":{"texture":"#0","uv":[10.5,2.0625,10.3125,2.5625]},"up":{"texture":"#0","uv":[9.625,2.0625,9.8125,1.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.807999,-12.608,-12.568001]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1770.json b/assets/minecraft/models/w1770.json new file mode 100644 index 000000000..dbf874614 --- /dev/null +++ b/assets/minecraft/models/w1770.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,0,5.5,2.5]},"east":{"texture":"#0","uv":[0,2.5,2.5,5.5]},"north":{"texture":"#0","uv":[2.5,2.5,5.5,5.5]},"south":{"texture":"#0","uv":[8,2.5,11,5.5]},"up":{"texture":"#0","uv":[5.5,2.5,2.5,0]},"west":{"texture":"#0","uv":[5.5,2.5,8,5.5]}},"from":[-15.318162,-15.973898,-15.96],"rotation":{"angle":45,"axis":"z","origin":[-14.336741,-16.01532,-14.46],"rescale":false},"shade":false,"to":[-12.772562,-13.428313,-13.96]},{"faces":{"down":{"texture":"#0","uv":[6.5,5.5,4.5,8]},"east":{"texture":"#0","uv":[0,8,2.5,8.5]},"north":{"texture":"#0","uv":[2.5,8,4.5,8.5]},"south":{"texture":"#0","uv":[7,8,9,8.5]},"up":{"texture":"#0","uv":[4.5,8,2.5,5.5]},"west":{"texture":"#0","uv":[4.5,8,7,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.16,-15.6,-13.92]}],"overrides":[],"textures":{"0":"item/w30472746_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1771.json b/assets/minecraft/models/w1771.json new file mode 100644 index 000000000..58c10c28b --- /dev/null +++ b/assets/minecraft/models/w1771.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0,1,1,1.5]},"west":{"texture":"#0","uv":[1,1,2,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-15.2]}],"overrides":[],"textures":{"0":"item/w30472746_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1772.json b/assets/minecraft/models/w1772.json new file mode 100644 index 000000000..58c10c28b --- /dev/null +++ b/assets/minecraft/models/w1772.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0,1,1,1.5]},"west":{"texture":"#0","uv":[1,1,2,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-15.2]}],"overrides":[],"textures":{"0":"item/w30472746_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1773.json b/assets/minecraft/models/w1773.json new file mode 100644 index 000000000..4c5440cf0 --- /dev/null +++ b/assets/minecraft/models/w1773.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,9.5,6.5,14]},"east":{"texture":"#0","uv":[0,14,4.5,16]},"north":{"texture":"#0","uv":[4.5,14,6.5,16]},"south":{"texture":"#0","uv":[11,14,13,16]},"up":{"texture":"#0","uv":[6.5,14,4.5,9.5]},"west":{"texture":"#0","uv":[6.5,14,11,16]}},"from":[-15.6851635,-16,-16],"rotation":{"angle":45,"axis":"z","origin":[-14.885163,-15.98284,-14.1996],"rescale":false},"shade":false,"to":[-14.085163,-14.4,-12.4]},{"faces":{"down":{"texture":"#0","uv":[11.5,6.5,10,11]},"east":{"texture":"#0","uv":[0,11,4.5,11.5]},"north":{"texture":"#0","uv":[8.5,11,10,11.5]},"south":{"texture":"#0","uv":[14.5,11,16,11.5]},"up":{"texture":"#0","uv":[13,11,11.5,6.5]},"west":{"texture":"#0","uv":[10,11,14.5,11.5]}},"from":[-16,-15.991374,-15.996],"shade":false,"to":[-14.876629,-15.199374,-12.404]}],"overrides":[],"textures":{"0":"item/w30472746_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1774.json b/assets/minecraft/models/w1774.json new file mode 100644 index 000000000..842465f0f --- /dev/null +++ b/assets/minecraft/models/w1774.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,6,3.5,8.5]},"up":{"texture":"#0","uv":[2.5,8.5,3,6]},"west":{"texture":"#0","uv":[2.5,8.5,0,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.195,-13.74]}],"overrides":[],"textures":{"0":"item/w1615064312_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1775.json b/assets/minecraft/models/w1775.json new file mode 100644 index 000000000..0f1a76ea3 --- /dev/null +++ b/assets/minecraft/models/w1775.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,6,3,8.5]},"east":{"texture":"#0","uv":[0,8.5,2.5,9.5]},"up":{"texture":"#0","uv":[3,8.5,2.5,6]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.195,-13.74]}],"overrides":[],"textures":{"0":"item/w1615064312_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1776.json b/assets/minecraft/models/w1776.json new file mode 100644 index 000000000..ac130981a --- /dev/null +++ b/assets/minecraft/models/w1776.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[1,1,2,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-16,-15.12]}],"overrides":[],"textures":{"0":"item/w1615064312_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1777.json b/assets/minecraft/models/w1777.json new file mode 100644 index 000000000..ac130981a --- /dev/null +++ b/assets/minecraft/models/w1777.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[1,1,2,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-16,-15.12]}],"overrides":[],"textures":{"0":"item/w1615064312_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1778.json b/assets/minecraft/models/w1778.json new file mode 100644 index 000000000..6197cb651 --- /dev/null +++ b/assets/minecraft/models/w1778.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,6.5,3.5,6]}},"from":[-16,-16,-16],"shade":false,"to":[-15.5199995,-16,-15.5199995]}],"overrides":[],"textures":{"0":"item/w1615064312_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1779.json b/assets/minecraft/models/w1779.json new file mode 100644 index 000000000..b2639457b --- /dev/null +++ b/assets/minecraft/models/w1779.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[2,1,1,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-16,-15.12]}],"overrides":[],"textures":{"0":"item/w1615064312_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w178.json b/assets/minecraft/models/w178.json new file mode 100644 index 000000000..12f7fb7ba --- /dev/null +++ b/assets/minecraft/models/w178.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.4375,7.3125,8.125,7.8125]},"east":{"texture":"#0","uv":[7.9375,7.8125,7.4375,8.3125]},"north":{"texture":"#0","uv":[7.4375,7.8125,6.75,8.3125]},"south":{"texture":"#0","uv":[8.625,7.8125,7.9375,8.3125]},"up":{"texture":"#0","uv":[6.75,7.8125,7.4375,7.3125]},"west":{"texture":"#0","uv":[6.75,7.8125,6.25,8.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-11.607999,-12.808001,-12.808001]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1780.json b/assets/minecraft/models/w1780.json new file mode 100644 index 000000000..b2639457b --- /dev/null +++ b/assets/minecraft/models/w1780.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[2,1,1,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-16,-15.12]}],"overrides":[],"textures":{"0":"item/w1615064312_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1781.json b/assets/minecraft/models/w1781.json new file mode 100644 index 000000000..6197cb651 --- /dev/null +++ b/assets/minecraft/models/w1781.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,6.5,3.5,6]}},"from":[-16,-16,-16],"shade":false,"to":[-15.5199995,-16,-15.5199995]}],"overrides":[],"textures":{"0":"item/w1615064312_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1782.json b/assets/minecraft/models/w1782.json new file mode 100644 index 000000000..324cf5e98 --- /dev/null +++ b/assets/minecraft/models/w1782.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,0,6,3]},"east":{"texture":"#0","uv":[0,3,3,6]},"north":{"texture":"#0","uv":[3,3,6,6]},"south":{"texture":"#0","uv":[9,3,12,6]},"up":{"texture":"#0","uv":[6,3,3,0]},"west":{"texture":"#0","uv":[6,3,9,6]}},"from":[-15.882843,-16,-16],"rotation":{"angle":45,"axis":"z","origin":[-15.082843,-15.2,-15.6],"rescale":false},"shade":false,"to":[-13.482843,-13.6,-13.6]},{"faces":{"down":{"texture":"#0","uv":[13,0,12,2]},"east":{"texture":"#0","uv":[9,2,11,3]},"south":{"texture":"#0","uv":[14,2,15,3]},"up":{"texture":"#0","uv":[12,2,11,0]}},"from":[-14.282843,-14.4,-13.6],"rotation":{"angle":45,"axis":"z","origin":[-15.082843,-15.2,-12.4],"rescale":false},"shade":false,"to":[-13.482842,-13.599999,-12]},{"faces":{"down":{"texture":"#0","uv":[13,6,14.5,7.5]},"up":{"texture":"#0","uv":[11.5,7.5,13,6]}},"from":[-15.365685,-14.682842,-13.6],"rotation":{"angle":45,"axis":"z","origin":[-15.365685,-15.482842,-15.6],"rescale":false},"shade":false,"to":[-14.165686,-13.882842,-12.400001]},{"faces":{"down":{"texture":"#0","uv":[14.5,6,13,7.5]},"up":{"texture":"#0","uv":[13,7.5,11.5,6]}},"from":[-16,-14.682842,-13.6],"rotation":{"angle":-45,"axis":"z","origin":[-14.8,-15.482842,-15.6],"rescale":false},"shade":false,"to":[-14.8,-13.882842,-12.400001]}],"overrides":[],"textures":{"0":"item/w1615064312_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1783.json b/assets/minecraft/models/w1783.json new file mode 100644 index 000000000..3cb338e37 --- /dev/null +++ b/assets/minecraft/models/w1783.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[1,6,0,8]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w1615064312_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1784.json b/assets/minecraft/models/w1784.json new file mode 100644 index 000000000..b52119f4f --- /dev/null +++ b/assets/minecraft/models/w1784.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,6,6,7.5]},"east":{"texture":"#0","uv":[7,7.5,5.5,8]},"north":{"texture":"#0","uv":[5.5,7.5,5,8]},"south":{"texture":"#0","uv":[7.5,7.5,7,8]},"up":{"texture":"#0","uv":[5,7.5,5.5,6]},"west":{"texture":"#0","uv":[5,7.5,3.5,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.24,-15.24,-14.8]}],"overrides":[],"textures":{"0":"item/w1615064312_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1785.json b/assets/minecraft/models/w1785.json new file mode 100644 index 000000000..c7858d756 --- /dev/null +++ b/assets/minecraft/models/w1785.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0,6,1,8]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w1615064312_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1786.json b/assets/minecraft/models/w1786.json new file mode 100644 index 000000000..10df43fdd --- /dev/null +++ b/assets/minecraft/models/w1786.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,6,5.5,7.5]},"east":{"texture":"#0","uv":[3.5,7.5,5,8]},"north":{"texture":"#0","uv":[5,7.5,5.5,8]},"south":{"texture":"#0","uv":[7,7.5,7.5,8]},"up":{"texture":"#0","uv":[5.5,7.5,5,6]},"west":{"texture":"#0","uv":[5.5,7.5,7,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.24,-15.24,-14.8]}],"overrides":[],"textures":{"0":"item/w1615064312_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1787.json b/assets/minecraft/models/w1787.json new file mode 100644 index 000000000..274b7363f --- /dev/null +++ b/assets/minecraft/models/w1787.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.5,3,14,3.5]},"east":{"texture":"#0","uv":[12,3.5,12.5,4]},"north":{"texture":"#0","uv":[12.5,3.5,14,4]},"south":{"texture":"#0","uv":[14.5,3.5,16,4]},"up":{"texture":"#0","uv":[14,3.5,12.5,3]},"west":{"texture":"#0","uv":[14,3.5,14.5,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w1615064312_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1788.json b/assets/minecraft/models/w1788.json new file mode 100644 index 000000000..6003894a9 --- /dev/null +++ b/assets/minecraft/models/w1788.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,0,10,0.5]},"east":{"texture":"#0","uv":[9,0.5,9.5,1]},"north":{"texture":"#0","uv":[9.5,0.5,10,1]},"south":{"texture":"#0","uv":[10.5,0.5,11,1]},"up":{"texture":"#0","uv":[10,0.5,9.5,0]},"west":{"texture":"#0","uv":[10,0.5,10.5,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.52,-15.52]}],"overrides":[],"textures":{"0":"item/w1615064312_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1789.json b/assets/minecraft/models/w1789.json new file mode 100644 index 000000000..274b7363f --- /dev/null +++ b/assets/minecraft/models/w1789.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.5,3,14,3.5]},"east":{"texture":"#0","uv":[12,3.5,12.5,4]},"north":{"texture":"#0","uv":[12.5,3.5,14,4]},"south":{"texture":"#0","uv":[14.5,3.5,16,4]},"up":{"texture":"#0","uv":[14,3.5,12.5,3]},"west":{"texture":"#0","uv":[14,3.5,14.5,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w1615064312_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w179.json b/assets/minecraft/models/w179.json new file mode 100644 index 000000000..d3939a6a9 --- /dev/null +++ b/assets/minecraft/models/w179.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.375,0.9375,9.3125,1]},"east":{"texture":"#0","uv":[9.1875,1,9.25,1.0625]},"north":{"texture":"#0","uv":[9.25,1,9.3125,1.0625]},"south":{"texture":"#0","uv":[9.375,1,9.4375,1.0625]},"up":{"texture":"#0","uv":[9.3125,1,9.25,0.9375]},"west":{"texture":"#0","uv":[9.3125,1,9.375,1.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.32,-15.6,-15.32]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1790.json b/assets/minecraft/models/w1790.json new file mode 100644 index 000000000..6003894a9 --- /dev/null +++ b/assets/minecraft/models/w1790.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,0,10,0.5]},"east":{"texture":"#0","uv":[9,0.5,9.5,1]},"north":{"texture":"#0","uv":[9.5,0.5,10,1]},"south":{"texture":"#0","uv":[10.5,0.5,11,1]},"up":{"texture":"#0","uv":[10,0.5,9.5,0]},"west":{"texture":"#0","uv":[10,0.5,10.5,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.52,-15.52]}],"overrides":[],"textures":{"0":"item/w1615064312_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1791.json b/assets/minecraft/models/w1791.json new file mode 100644 index 000000000..274b7363f --- /dev/null +++ b/assets/minecraft/models/w1791.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.5,3,14,3.5]},"east":{"texture":"#0","uv":[12,3.5,12.5,4]},"north":{"texture":"#0","uv":[12.5,3.5,14,4]},"south":{"texture":"#0","uv":[14.5,3.5,16,4]},"up":{"texture":"#0","uv":[14,3.5,12.5,3]},"west":{"texture":"#0","uv":[14,3.5,14.5,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w1615064312_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1792.json b/assets/minecraft/models/w1792.json new file mode 100644 index 000000000..6003894a9 --- /dev/null +++ b/assets/minecraft/models/w1792.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,0,10,0.5]},"east":{"texture":"#0","uv":[9,0.5,9.5,1]},"north":{"texture":"#0","uv":[9.5,0.5,10,1]},"south":{"texture":"#0","uv":[10.5,0.5,11,1]},"up":{"texture":"#0","uv":[10,0.5,9.5,0]},"west":{"texture":"#0","uv":[10,0.5,10.5,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.52,-15.52]}],"overrides":[],"textures":{"0":"item/w1615064312_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1793.json b/assets/minecraft/models/w1793.json new file mode 100644 index 000000000..ee2634e7f --- /dev/null +++ b/assets/minecraft/models/w1793.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,3,15.5,3.5]},"east":{"texture":"#0","uv":[14.5,3.5,14,4]},"north":{"texture":"#0","uv":[14,3.5,12.5,4]},"south":{"texture":"#0","uv":[16,3.5,14.5,4]},"up":{"texture":"#0","uv":[12.5,3.5,14,3]},"west":{"texture":"#0","uv":[12.5,3.5,12,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w1615064312_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1794.json b/assets/minecraft/models/w1794.json new file mode 100644 index 000000000..6003894a9 --- /dev/null +++ b/assets/minecraft/models/w1794.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,0,10,0.5]},"east":{"texture":"#0","uv":[9,0.5,9.5,1]},"north":{"texture":"#0","uv":[9.5,0.5,10,1]},"south":{"texture":"#0","uv":[10.5,0.5,11,1]},"up":{"texture":"#0","uv":[10,0.5,9.5,0]},"west":{"texture":"#0","uv":[10,0.5,10.5,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.52,-15.52]}],"overrides":[],"textures":{"0":"item/w1615064312_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1795.json b/assets/minecraft/models/w1795.json new file mode 100644 index 000000000..ee2634e7f --- /dev/null +++ b/assets/minecraft/models/w1795.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,3,15.5,3.5]},"east":{"texture":"#0","uv":[14.5,3.5,14,4]},"north":{"texture":"#0","uv":[14,3.5,12.5,4]},"south":{"texture":"#0","uv":[16,3.5,14.5,4]},"up":{"texture":"#0","uv":[12.5,3.5,14,3]},"west":{"texture":"#0","uv":[12.5,3.5,12,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w1615064312_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1796.json b/assets/minecraft/models/w1796.json new file mode 100644 index 000000000..6003894a9 --- /dev/null +++ b/assets/minecraft/models/w1796.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,0,10,0.5]},"east":{"texture":"#0","uv":[9,0.5,9.5,1]},"north":{"texture":"#0","uv":[9.5,0.5,10,1]},"south":{"texture":"#0","uv":[10.5,0.5,11,1]},"up":{"texture":"#0","uv":[10,0.5,9.5,0]},"west":{"texture":"#0","uv":[10,0.5,10.5,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.52,-15.52]}],"overrides":[],"textures":{"0":"item/w1615064312_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1797.json b/assets/minecraft/models/w1797.json new file mode 100644 index 000000000..ee2634e7f --- /dev/null +++ b/assets/minecraft/models/w1797.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,3,15.5,3.5]},"east":{"texture":"#0","uv":[14.5,3.5,14,4]},"north":{"texture":"#0","uv":[14,3.5,12.5,4]},"south":{"texture":"#0","uv":[16,3.5,14.5,4]},"up":{"texture":"#0","uv":[12.5,3.5,14,3]},"west":{"texture":"#0","uv":[12.5,3.5,12,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w1615064312_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1798.json b/assets/minecraft/models/w1798.json new file mode 100644 index 000000000..6003894a9 --- /dev/null +++ b/assets/minecraft/models/w1798.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,0,10,0.5]},"east":{"texture":"#0","uv":[9,0.5,9.5,1]},"north":{"texture":"#0","uv":[9.5,0.5,10,1]},"south":{"texture":"#0","uv":[10.5,0.5,11,1]},"up":{"texture":"#0","uv":[10,0.5,9.5,0]},"west":{"texture":"#0","uv":[10,0.5,10.5,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.52,-15.52]}],"overrides":[],"textures":{"0":"item/w1615064312_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1799.json b/assets/minecraft/models/w1799.json new file mode 100644 index 000000000..01795e039 --- /dev/null +++ b/assets/minecraft/models/w1799.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,6,10,6]},"east":{"texture":"#0","uv":[9.5,6,9.5,7]},"north":{"texture":"#0","uv":[9.5,6,10,7]},"south":{"texture":"#0","uv":[10,6,10.5,7]},"up":{"texture":"#0","uv":[10,6,9.5,6]},"west":{"texture":"#0","uv":[10,6,10,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.08,-16]}],"overrides":[],"textures":{"0":"item/w1615064312_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w18.json b/assets/minecraft/models/w18.json new file mode 100644 index 000000000..15517890e --- /dev/null +++ b/assets/minecraft/models/w18.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,0,2.25,1]},"east":{"texture":"#0","uv":[0,1,1,2]},"north":{"texture":"#0","uv":[1,1,2.25,2]},"south":{"texture":"#0","uv":[3.25,1,4.5,2]},"up":{"texture":"#0","uv":[2.25,1,1,0]},"west":{"texture":"#0","uv":[2.25,1,3.25,2]}},"from":[-14,-16,-14.4],"shade":false,"to":[-10,-12.8,-11.2]},{"faces":{"down":{"texture":"#0","uv":[7,0,6.125,0.75]},"east":{"texture":"#0","uv":[4.5,0.75,5.25,1.375]},"north":{"texture":"#0","uv":[5.25,0.75,6.125,1.375]},"south":{"texture":"#0","uv":[6.875,0.75,7.75,1.375]},"up":{"texture":"#0","uv":[6.125,0.75,5.25,0]},"west":{"texture":"#0","uv":[6.125,0.75,6.875,1.375]}},"from":[-13.4,-16,-16],"rotation":{"angle":-22.5,"axis":"x","origin":[-12,-13.8,-13.6],"rescale":false},"shade":false,"to":[-10.599999,-14,-13.6]},{"faces":{"down":{"texture":"#0","uv":[1.125,2,2,2.25]},"east":{"texture":"#0","uv":[1.375,2.25,1.125,2.5]},"north":{"texture":"#0","uv":[1.125,2.25,0.25,2.5]},"south":{"texture":"#0","uv":[2.25,2.25,1.375,2.5]},"up":{"texture":"#0","uv":[0.25,2.25,1.125,2]},"west":{"texture":"#0","uv":[0.25,2.25,0,2.5]}},"from":[-10.8,-13.2,-13.6],"rotation":{"angle":22.5,"axis":"y","origin":[-10.4,-12.8,-13.2],"rescale":false},"shade":false,"to":[-8,-12.4,-12.8]},{"faces":{"down":{"texture":"#0","uv":[0.5,2.5,0.75,2.75]},"east":{"texture":"#0","uv":[0.75,2.75,0.5,2.875]},"north":{"texture":"#0","uv":[0.5,2.75,0.25,2.875]},"south":{"texture":"#0","uv":[1,2.75,0.75,2.875]},"up":{"texture":"#0","uv":[0.25,2.75,0.5,2.5]},"west":{"texture":"#0","uv":[0.25,2.75,0,2.875]}},"from":[-8.8,-12.4,-13.6],"rotation":{"angle":22.5,"axis":"y","origin":[-10.4,-12.8,-13.2],"rescale":false},"shade":false,"to":[-8,-12,-12.8]},{"faces":{"down":{"texture":"#0","uv":[2,2,1.125,2.25]},"east":{"texture":"#0","uv":[0,2.25,0.25,2.5]},"north":{"texture":"#0","uv":[0.25,2.25,1.125,2.5]},"south":{"texture":"#0","uv":[1.375,2.25,2.25,2.5]},"up":{"texture":"#0","uv":[1.125,2.25,0.25,2]},"west":{"texture":"#0","uv":[1.125,2.25,1.375,2.5]}},"from":[-16,-13.2,-13.6],"rotation":{"angle":-22.5,"axis":"y","origin":[-13.6,-12.8,-13.2],"rescale":false},"shade":false,"to":[-13.2,-12.4,-12.8]},{"faces":{"down":{"texture":"#0","uv":[0.75,2.5,0.5,2.75]},"east":{"texture":"#0","uv":[0,2.75,0.25,2.875]},"north":{"texture":"#0","uv":[0.25,2.75,0.5,2.875]},"south":{"texture":"#0","uv":[0.75,2.75,1,2.875]},"up":{"texture":"#0","uv":[0.5,2.75,0.25,2.5]},"west":{"texture":"#0","uv":[0.5,2.75,0.75,2.875]}},"from":[-16,-12.4,-13.6],"rotation":{"angle":-22.5,"axis":"y","origin":[-13.6,-12.8,-13.2],"rescale":false},"shade":false,"to":[-15.2,-12,-12.8]}],"overrides":[],"textures":{"0":"item/w88907092_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w180.json b/assets/minecraft/models/w180.json new file mode 100644 index 000000000..b13216882 --- /dev/null +++ b/assets/minecraft/models/w180.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.375,0.9375,9.3125,1]},"east":{"texture":"#0","uv":[9.1875,1,9.25,1.0625]},"north":{"texture":"#0","uv":[9.25,1,9.3125,1.0625]},"south":{"texture":"#0","uv":[9.375,1,9.4375,1.0625]},"up":{"texture":"#0","uv":[9.3125,1,9.25,0.9375]},"west":{"texture":"#0","uv":[9.3125,1,9.375,1.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.519999,-15.6,-15.5199995]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1800.json b/assets/minecraft/models/w1800.json new file mode 100644 index 000000000..0fdc2c261 --- /dev/null +++ b/assets/minecraft/models/w1800.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,6,10,6]},"east":{"texture":"#0","uv":[9.5,6,9.5,7]},"north":{"texture":"#0","uv":[9.5,6,10,7]},"south":{"texture":"#0","uv":[10,6,10.5,7]},"up":{"texture":"#0","uv":[10,6,9.5,6]},"west":{"texture":"#0","uv":[10,6,10,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.12,-16]}],"overrides":[],"textures":{"0":"item/w1615064312_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1801.json b/assets/minecraft/models/w1801.json new file mode 100644 index 000000000..01795e039 --- /dev/null +++ b/assets/minecraft/models/w1801.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,6,10,6]},"east":{"texture":"#0","uv":[9.5,6,9.5,7]},"north":{"texture":"#0","uv":[9.5,6,10,7]},"south":{"texture":"#0","uv":[10,6,10.5,7]},"up":{"texture":"#0","uv":[10,6,9.5,6]},"west":{"texture":"#0","uv":[10,6,10,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.08,-16]}],"overrides":[],"textures":{"0":"item/w1615064312_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1802.json b/assets/minecraft/models/w1802.json new file mode 100644 index 000000000..01795e039 --- /dev/null +++ b/assets/minecraft/models/w1802.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,6,10,6]},"east":{"texture":"#0","uv":[9.5,6,9.5,7]},"north":{"texture":"#0","uv":[9.5,6,10,7]},"south":{"texture":"#0","uv":[10,6,10.5,7]},"up":{"texture":"#0","uv":[10,6,9.5,6]},"west":{"texture":"#0","uv":[10,6,10,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.08,-16]}],"overrides":[],"textures":{"0":"item/w1615064312_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1803.json b/assets/minecraft/models/w1803.json new file mode 100644 index 000000000..0fdc2c261 --- /dev/null +++ b/assets/minecraft/models/w1803.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,6,10,6]},"east":{"texture":"#0","uv":[9.5,6,9.5,7]},"north":{"texture":"#0","uv":[9.5,6,10,7]},"south":{"texture":"#0","uv":[10,6,10.5,7]},"up":{"texture":"#0","uv":[10,6,9.5,6]},"west":{"texture":"#0","uv":[10,6,10,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.12,-16]}],"overrides":[],"textures":{"0":"item/w1615064312_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1804.json b/assets/minecraft/models/w1804.json new file mode 100644 index 000000000..01795e039 --- /dev/null +++ b/assets/minecraft/models/w1804.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,6,10,6]},"east":{"texture":"#0","uv":[9.5,6,9.5,7]},"north":{"texture":"#0","uv":[9.5,6,10,7]},"south":{"texture":"#0","uv":[10,6,10.5,7]},"up":{"texture":"#0","uv":[10,6,9.5,6]},"west":{"texture":"#0","uv":[10,6,10,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.08,-16]}],"overrides":[],"textures":{"0":"item/w1615064312_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1805.json b/assets/minecraft/models/w1805.json new file mode 100644 index 000000000..3b42875ae --- /dev/null +++ b/assets/minecraft/models/w1805.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[4.875,4.125,5.5,3.25]},"north":{"texture":"#0","uv":[5.5,4.125,6.625,3.25]},"south":{"texture":"#0","uv":[3.75,4.125,4.875,3.25]},"west":{"texture":"#0","uv":[3.125,4.125,3.75,3.25]}},"from":[8,8,8],"shade":false,"to":[4.4,5.2,6]}],"overrides":[],"textures":{"0":"item/w443089212_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1806.json b/assets/minecraft/models/w1806.json new file mode 100644 index 000000000..889a147ce --- /dev/null +++ b/assets/minecraft/models/w1806.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[6,7.625,6.625,7.5]},"north":{"texture":"#0","uv":[6.625,7.625,7.125,7.5]},"south":{"texture":"#0","uv":[5.5,7.625,6,7.5]}},"from":[8,8,8],"shade":false,"to":[6.2,7.6,6]}],"overrides":[],"textures":{"0":"item/w443089212_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1807.json b/assets/minecraft/models/w1807.json new file mode 100644 index 000000000..f3b1cce37 --- /dev/null +++ b/assets/minecraft/models/w1807.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6.75,6.875,7.25,6.75]},"south":{"texture":"#0","uv":[5.625,6.875,6.125,6.75]},"west":{"texture":"#0","uv":[5,6.875,5.625,6.75]}},"from":[8,8,8],"shade":false,"to":[6.2,7.6,6]}],"overrides":[],"textures":{"0":"item/w443089212_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1808.json b/assets/minecraft/models/w1808.json new file mode 100644 index 000000000..fca825fe6 --- /dev/null +++ b/assets/minecraft/models/w1808.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,3.25,1.375,3.75]},"east":{"texture":"#0","uv":[0,3.75,0.5,5.25]},"north":{"texture":"#0","uv":[0.5,3.75,1.375,5.25]},"south":{"texture":"#0","uv":[1.875,3.75,2.75,5.25]},"up":{"texture":"#0","uv":[1.375,3.75,0.5,3.25]},"west":{"texture":"#0","uv":[1.375,3.75,1.875,5.25]}},"from":[-15.6,-16,-15.68],"shade":false,"to":[-12.8,-11.2,-14.08]},{"faces":{"down":{"texture":"#0","uv":[2.5,7.5,1.5,8]},"east":{"texture":"#0","uv":[0,8,0.5,8.625]},"north":{"texture":"#0","uv":[0.5,8,1.5,8.625]},"south":{"texture":"#0","uv":[2,8,3,8.625]},"up":{"texture":"#0","uv":[1.5,8,0.5,7.5]},"west":{"texture":"#0","uv":[1.5,8,2,8.625]}},"from":[-15.96,-13.2,-15.72],"shade":false,"to":[-12.440001,-11.2,-14.04]},{"faces":{"down":{"texture":"#0","uv":[6,2.625,4.875,3.25]},"east":{"texture":"#0","uv":[3.125,3.25,3.75,4.125]},"north":{"texture":"#0","uv":[3.75,3.25,4.875,4.125]},"south":{"texture":"#0","uv":[5.5,3.25,6.625,4.125]},"up":{"texture":"#0","uv":[4.875,3.25,3.75,2.625]},"west":{"texture":"#0","uv":[4.875,3.25,5.5,4.125]}},"from":[-16,-14,-16],"shade":false,"to":[-12.4,-11.2,-14]},{"faces":{"down":{"texture":"#0","uv":[6.5,6.875,6,7.5]},"north":{"texture":"#0","uv":[5.5,7.5,6,7.625]},"south":{"texture":"#0","uv":[6.625,7.5,7.125,7.625]},"up":{"texture":"#0","uv":[6,7.5,5.5,6.875]},"west":{"texture":"#0","uv":[6,7.5,6.625,7.625]}},"from":[-16,-14,-16],"rotation":{"angle":22.5,"axis":"z","origin":[-14.2,-14,-16.6],"rescale":false},"shade":false,"to":[-14.2,-13.6,-14]},{"faces":{"down":{"texture":"#0","uv":[6.625,6.125,6.125,6.75]},"east":{"texture":"#0","uv":[5,6.75,5.625,6.875]},"north":{"texture":"#0","uv":[5.625,6.75,6.125,6.875]},"south":{"texture":"#0","uv":[6.75,6.75,7.25,6.875]},"up":{"texture":"#0","uv":[6.125,6.75,5.625,6.125]}},"from":[-14.2,-14,-16],"rotation":{"angle":-22.5,"axis":"z","origin":[-14.2,-14,-16.6],"rescale":false},"shade":false,"to":[-12.4,-13.6,-14]}],"overrides":[],"textures":{"0":"item/w443089212_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1809.json b/assets/minecraft/models/w1809.json new file mode 100644 index 000000000..016cbc536 --- /dev/null +++ b/assets/minecraft/models/w1809.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.25,4.125,5.75,4.625]},"east":{"texture":"#0","uv":[4.75,4.625,5.25,6.125]},"north":{"texture":"#0","uv":[5.25,4.625,5.75,6.125]},"south":{"texture":"#0","uv":[6.25,4.625,6.75,6.125]},"up":{"texture":"#0","uv":[5.75,4.625,5.25,4.125]},"west":{"texture":"#0","uv":[5.75,4.625,6.25,6.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w443089212_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w181.json b/assets/minecraft/models/w181.json new file mode 100644 index 000000000..6e53f5da2 --- /dev/null +++ b/assets/minecraft/models/w181.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,1.5625,9.8125,2.0625]},"north":{"texture":"#0","uv":[9.625,2.0625,9.8125,2.5625]},"south":{"texture":"#0","uv":[10.3125,2.0625,10.5,2.5625]},"up":{"texture":"#0","uv":[9.8125,2.0625,9.625,1.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.807999,-12.608,-12.568]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1810.json b/assets/minecraft/models/w1810.json new file mode 100644 index 000000000..2e0a834c1 --- /dev/null +++ b/assets/minecraft/models/w1810.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,4.125,3.75,4.625]},"east":{"texture":"#0","uv":[2.75,4.625,3.25,6.125]},"north":{"texture":"#0","uv":[3.25,4.625,3.75,6.125]},"south":{"texture":"#0","uv":[4.25,4.625,4.75,6.125]},"up":{"texture":"#0","uv":[3.75,4.625,3.25,4.125]},"west":{"texture":"#0","uv":[3.75,4.625,4.25,6.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w443089212_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1811.json b/assets/minecraft/models/w1811.json new file mode 100644 index 000000000..9f555148f --- /dev/null +++ b/assets/minecraft/models/w1811.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,0,2.25,1]},"east":{"texture":"#0","uv":[0,1,1,2]},"north":{"texture":"#0","uv":[1,1,2.25,2]},"south":{"texture":"#0","uv":[3.25,1,4.5,2]},"up":{"texture":"#0","uv":[2.25,1,1,0]},"west":{"texture":"#0","uv":[2.25,1,3.25,2]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-12.8,-12.8]}],"overrides":[],"textures":{"0":"item/w443089212_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1812.json b/assets/minecraft/models/w1812.json new file mode 100644 index 000000000..283341a52 --- /dev/null +++ b/assets/minecraft/models/w1812.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,8,3.75,7.5]},"east":{"texture":"#0","uv":[3.75,8.5,4.25,8]},"north":{"texture":"#0","uv":[4.25,8.5,4.5,8]},"south":{"texture":"#0","uv":[3.5,8.5,3.75,8]},"up":{"texture":"#0","uv":[3.75,7.5,4,8]}},"from":[8,8,8],"shade":false,"to":[7.2,6.4,6.4]}],"overrides":[],"textures":{"0":"item/w443089212_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1813.json b/assets/minecraft/models/w1813.json new file mode 100644 index 000000000..8cd58b252 --- /dev/null +++ b/assets/minecraft/models/w1813.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,1.875,7,2.375]},"east":{"texture":"#0","uv":[6,2.375,6.5,3.125]},"north":{"texture":"#0","uv":[6.5,2.375,7,3.125]},"south":{"texture":"#0","uv":[7.5,2.375,8,3.125]},"up":{"texture":"#0","uv":[7,2.375,6.5,1.875]},"west":{"texture":"#0","uv":[7,2.375,7.5,3.125]}},"from":[-16,-12,-15.84],"shade":false,"to":[-14.4,-9.6,-14.24]},{"faces":{"down":{"texture":"#0","uv":[4.5,6.125,4.125,6.625]},"east":{"texture":"#0","uv":[3.25,6.625,3.75,7.5]},"north":{"texture":"#0","uv":[3.75,6.625,4.125,7.5]},"south":{"texture":"#0","uv":[4.625,6.625,5,7.5]},"up":{"texture":"#0","uv":[4.125,6.625,3.75,6.125]},"west":{"texture":"#0","uv":[4.125,6.625,4.625,7.5]}},"from":[-15.6,-14.8,-15.84],"shade":false,"to":[-14.400001,-12,-14.24]},{"faces":{"down":{"texture":"#0","uv":[4,7.5,3.75,8]},"east":{"texture":"#0","uv":[3,8,3.5,8.5]},"north":{"texture":"#0","uv":[3.5,8,3.75,8.5]},"south":{"texture":"#0","uv":[4.25,8,4.5,8.5]},"up":{"texture":"#0","uv":[3.75,8,3.5,7.5]},"west":{"texture":"#0","uv":[3.75,8,4.25,8.5]}},"from":[-15.72,-16,-16],"shade":false,"to":[-14.92,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w443089212_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1814.json b/assets/minecraft/models/w1814.json new file mode 100644 index 000000000..945c9e4db --- /dev/null +++ b/assets/minecraft/models/w1814.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,7,0.75,6.5]},"north":{"texture":"#0","uv":[1.25,7.5,1.5,7]},"south":{"texture":"#0","uv":[0.5,7.5,0.75,7]},"up":{"texture":"#0","uv":[0.75,6.5,1,7]},"west":{"texture":"#0","uv":[0,7.5,0.5,7]}},"from":[8,8,8],"shade":false,"to":[7.2,6.4,6.4]}],"overrides":[],"textures":{"0":"item/w443089212_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1815.json b/assets/minecraft/models/w1815.json new file mode 100644 index 000000000..3b8df82d1 --- /dev/null +++ b/assets/minecraft/models/w1815.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,5.25,1,5.75]},"east":{"texture":"#0","uv":[0,5.75,0.5,6.5]},"north":{"texture":"#0","uv":[0.5,5.75,1,6.5]},"south":{"texture":"#0","uv":[1.5,5.75,2,6.5]},"up":{"texture":"#0","uv":[1,5.75,0.5,5.25]},"west":{"texture":"#0","uv":[1,5.75,1.5,6.5]}},"from":[-16,-12,-15.84],"shade":false,"to":[-14.4,-9.6,-14.24]},{"faces":{"down":{"texture":"#0","uv":[2.75,6,2.375,6.5]},"east":{"texture":"#0","uv":[1.5,6.5,2,7.375]},"north":{"texture":"#0","uv":[2,6.5,2.375,7.375]},"south":{"texture":"#0","uv":[2.875,6.5,3.25,7.375]},"up":{"texture":"#0","uv":[2.375,6.5,2,6]},"west":{"texture":"#0","uv":[2.375,6.5,2.875,7.375]}},"from":[-16,-14.8,-15.84],"shade":false,"to":[-14.8,-12,-14.24]},{"faces":{"down":{"texture":"#0","uv":[1,6.5,0.75,7]},"east":{"texture":"#0","uv":[0,7,0.5,7.5]},"north":{"texture":"#0","uv":[0.5,7,0.75,7.5]},"south":{"texture":"#0","uv":[1.25,7,1.5,7.5]},"up":{"texture":"#0","uv":[0.75,7,0.5,6.5]},"west":{"texture":"#0","uv":[0.75,7,1.25,7.5]}},"from":[-15.48,-16,-16],"shade":false,"to":[-14.679999,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w443089212_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1816.json b/assets/minecraft/models/w1816.json new file mode 100644 index 000000000..0ca0d7042 --- /dev/null +++ b/assets/minecraft/models/w1816.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.125,2,1.875,2.625]},"east":{"texture":"#0","uv":[0,2.625,0.625,3.25]},"north":{"texture":"#0","uv":[0.625,2.625,1.875,3.25]},"south":{"texture":"#0","uv":[2.5,2.625,3.75,3.25]},"up":{"texture":"#0","uv":[1.875,2.625,0.625,2]},"west":{"texture":"#0","uv":[1.875,2.625,2.5,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-14,-14]},{"faces":{"down":{"texture":"#0","uv":[7,0.375,6.75,1]},"east":{"texture":"#0","uv":[5.875,1,6.5,1.875]},"north":{"texture":"#0","uv":[6.5,1,6.75,1.875]},"south":{"texture":"#0","uv":[7.375,1,7.625,1.875]},"up":{"texture":"#0","uv":[6.75,1,6.5,0.375]},"west":{"texture":"#0","uv":[6.75,1,7.375,1.875]}},"from":[-16,-14.039999,-16],"shade":false,"to":[-15.2,-11.239999,-14]}],"overrides":[],"textures":{"0":"item/w443089212_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1817.json b/assets/minecraft/models/w1817.json new file mode 100644 index 000000000..e3c25d786 --- /dev/null +++ b/assets/minecraft/models/w1817.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.625,2,4.5,2.25]},"east":{"texture":"#0","uv":[3.125,2.25,3.375,2.625]},"north":{"texture":"#0","uv":[3.375,2.25,4.5,2.625]},"south":{"texture":"#0","uv":[4.75,2.25,5.875,2.625]},"up":{"texture":"#0","uv":[4.5,2.25,3.375,2]},"west":{"texture":"#0","uv":[4.5,2.25,4.75,2.625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-14.8,-15.2]},{"faces":{"down":{"texture":"#0","uv":[0.75,0,0.5,0.25]},"east":{"texture":"#0","uv":[0,0.25,0.25,0.625]},"north":{"texture":"#0","uv":[0.25,0.25,0.5,0.625]},"south":{"texture":"#0","uv":[0.75,0.25,1,0.625]},"up":{"texture":"#0","uv":[0.5,0.25,0.25,0]},"west":{"texture":"#0","uv":[0.5,0.25,0.75,0.625]}},"from":[-16,-14.839999,-16],"shade":false,"to":[-15.2,-13.639999,-15.2]}],"overrides":[],"textures":{"0":"item/w443089212_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1818.json b/assets/minecraft/models/w1818.json new file mode 100644 index 000000000..61a100fb6 --- /dev/null +++ b/assets/minecraft/models/w1818.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,5,0.5]},"east":{"texture":"#0","uv":[3.5,0.5,4,1]},"north":{"texture":"#0","uv":[4,0.5,5,1]},"south":{"texture":"#0","uv":[5.5,0.5,6.5,1]},"up":{"texture":"#0","uv":[5,0.5,4,0]},"west":{"texture":"#0","uv":[5,0.5,5.5,1]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14.4,-14.4]},{"faces":{"down":{"texture":"#0","uv":[5.5,7.625,5.25,8.125]},"east":{"texture":"#0","uv":[4.5,8.125,5,8.625]},"north":{"texture":"#0","uv":[5,8.125,5.25,8.625]},"south":{"texture":"#0","uv":[5.75,8.125,6,8.625]},"up":{"texture":"#0","uv":[5.25,8.125,5,7.625]},"west":{"texture":"#0","uv":[5.25,8.125,5.75,8.625]}},"from":[-13.6,-14.44,-16],"shade":false,"to":[-12.8,-12.839999,-14.4]}],"overrides":[],"textures":{"0":"item/w443089212_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1819.json b/assets/minecraft/models/w1819.json new file mode 100644 index 000000000..ef1686388 --- /dev/null +++ b/assets/minecraft/models/w1819.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0,4.25,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,3.5]},"north":{"texture":"#0","uv":[1.5,1.5,4.25,3.5]},"south":{"texture":"#0","uv":[5.75,1.5,8.5,3.5]},"up":{"texture":"#0","uv":[4.25,1.5,1.5,0]},"west":{"texture":"#0","uv":[4.25,1.5,5.75,3.5]}},"from":[-16,-13.8,-16],"shade":false,"to":[-7.2,-7.4,-11.2]},{"faces":{"down":{"texture":"#0","uv":[10.625,0,9.25,0.875]},"east":{"texture":"#0","uv":[7,0.875,7.875,1.5]},"north":{"texture":"#0","uv":[7.875,0.875,9.25,1.5]},"south":{"texture":"#0","uv":[10.125,0.875,11.5,1.5]},"up":{"texture":"#0","uv":[9.25,0.875,7.875,0]},"west":{"texture":"#0","uv":[9.25,0.875,10.125,1.5]}},"from":[-14,-16,-15],"shade":false,"to":[-9.2,-13.6,-11.8]}],"overrides":[],"textures":{"0":"item/w1033903923_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w182.json b/assets/minecraft/models/w182.json new file mode 100644 index 000000000..e7b1916d9 --- /dev/null +++ b/assets/minecraft/models/w182.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.125,7.3125,7.4375,7.8125]},"east":{"texture":"#0","uv":[6.25,7.8125,6.75,8.3125]},"north":{"texture":"#0","uv":[6.75,7.8125,7.4375,8.3125]},"south":{"texture":"#0","uv":[7.9375,7.8125,8.625,8.3125]},"up":{"texture":"#0","uv":[7.4375,7.8125,6.75,7.3125]},"west":{"texture":"#0","uv":[7.4375,7.8125,7.9375,8.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-11.607999,-12.808001,-12.808001]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1820.json b/assets/minecraft/models/w1820.json new file mode 100644 index 000000000..7f294797a --- /dev/null +++ b/assets/minecraft/models/w1820.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.625,8.25,1.75,9.125]},"east":{"texture":"#0","uv":[0,9.125,0.875,10.625]},"north":{"texture":"#0","uv":[0.875,9.125,1.75,10.625]},"south":{"texture":"#0","uv":[2.625,9.125,3.5,10.625]},"up":{"texture":"#0","uv":[1.75,9.125,0.875,8.25]},"west":{"texture":"#0","uv":[1.75,9.125,2.625,10.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-11.2,-13.2]}],"overrides":[],"textures":{"0":"item/w1033903923_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1821.json b/assets/minecraft/models/w1821.json new file mode 100644 index 000000000..7881feb1a --- /dev/null +++ b/assets/minecraft/models/w1821.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.625,6.375,8.75,7.25]},"east":{"texture":"#0","uv":[7,7.25,7.875,8.75]},"north":{"texture":"#0","uv":[7.875,7.25,8.75,8.75]},"south":{"texture":"#0","uv":[9.625,7.25,10.5,8.75]},"up":{"texture":"#0","uv":[8.75,7.25,7.875,6.375]},"west":{"texture":"#0","uv":[8.75,7.25,9.625,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-11.2,-13.2]}],"overrides":[],"textures":{"0":"item/w1033903923_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1822.json b/assets/minecraft/models/w1822.json new file mode 100644 index 000000000..72869e981 --- /dev/null +++ b/assets/minecraft/models/w1822.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.625,3.5,2.375,4.625]},"east":{"texture":"#0","uv":[0,4.625,1.125,5.875]},"north":{"texture":"#0","uv":[1.125,4.625,2.375,5.875]},"south":{"texture":"#0","uv":[3.5,4.625,4.75,5.875]},"up":{"texture":"#0","uv":[2.375,4.625,1.125,3.5]},"west":{"texture":"#0","uv":[2.375,4.625,3.5,5.875]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-12,-12.4]}],"overrides":[],"textures":{"0":"item/w1033903923_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1823.json b/assets/minecraft/models/w1823.json new file mode 100644 index 000000000..2c855bab2 --- /dev/null +++ b/assets/minecraft/models/w1823.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,3.5,6.625,4.5]},"east":{"texture":"#0","uv":[4.75,4.5,5.75,6.375]},"north":{"texture":"#0","uv":[5.75,4.5,6.625,6.375]},"south":{"texture":"#0","uv":[7.625,4.5,8.5,6.375]},"up":{"texture":"#0","uv":[6.625,4.5,5.75,3.5]},"west":{"texture":"#0","uv":[6.625,4.5,7.625,6.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-10,-12.8]}],"overrides":[],"textures":{"0":"item/w1033903923_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1824.json b/assets/minecraft/models/w1824.json new file mode 100644 index 000000000..77b66eeb3 --- /dev/null +++ b/assets/minecraft/models/w1824.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.75,5.875,1.875,6.875]},"east":{"texture":"#0","uv":[0,6.875,1,8.25]},"north":{"texture":"#0","uv":[1,6.875,1.875,8.25]},"south":{"texture":"#0","uv":[2.875,6.875,3.75,8.25]},"up":{"texture":"#0","uv":[1.875,6.875,1,5.875]},"west":{"texture":"#0","uv":[1.875,6.875,2.875,8.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-11.6,-12.8]}],"overrides":[],"textures":{"0":"item/w1033903923_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1825.json b/assets/minecraft/models/w1825.json new file mode 100644 index 000000000..3cdb015ad --- /dev/null +++ b/assets/minecraft/models/w1825.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,5.125,10,5.625]},"east":{"texture":"#0","uv":[8.5,5.625,9,6]},"north":{"texture":"#0","uv":[9,5.625,10,6]},"south":{"texture":"#0","uv":[10.5,5.625,11.5,6]},"up":{"texture":"#0","uv":[10,5.625,9,5.125]},"west":{"texture":"#0","uv":[10,5.625,10.5,6]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14.799999,-14.4]}],"overrides":[],"textures":{"0":"item/w1033903923_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1826.json b/assets/minecraft/models/w1826.json new file mode 100644 index 000000000..7f627c99c --- /dev/null +++ b/assets/minecraft/models/w1826.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.375,9,10,10.125]},"east":{"texture":"#0","uv":[8.5,10.125,9.625,10.5]},"north":{"texture":"#0","uv":[9.625,10.125,10,10.5]},"south":{"texture":"#0","uv":[11.125,10.125,11.5,10.5]},"up":{"texture":"#0","uv":[10,10.125,9.625,9]},"west":{"texture":"#0","uv":[10,10.125,11.125,10.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.799999,-12.4]}],"overrides":[],"textures":{"0":"item/w1033903923_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1827.json b/assets/minecraft/models/w1827.json new file mode 100644 index 000000000..9e5a6b66c --- /dev/null +++ b/assets/minecraft/models/w1827.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.625,4,10.375,4.625]},"east":{"texture":"#0","uv":[8.5,4.625,9.125,5.125]},"north":{"texture":"#0","uv":[9.125,4.625,10.375,5.125]},"south":{"texture":"#0","uv":[11,4.625,12.25,5.125]},"up":{"texture":"#0","uv":[10.375,4.625,9.125,4]},"west":{"texture":"#0","uv":[10.375,4.625,11,5.125]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-14.4,-14]}],"overrides":[],"textures":{"0":"item/w1033903923_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1828.json b/assets/minecraft/models/w1828.json new file mode 100644 index 000000000..6ccea90ae --- /dev/null +++ b/assets/minecraft/models/w1828.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.625,2.125,9.25,3.5]},"east":{"texture":"#0","uv":[7.5,3.5,8.875,4]},"north":{"texture":"#0","uv":[8.875,3.5,9.25,4]},"south":{"texture":"#0","uv":[10.625,3.5,11,4]},"up":{"texture":"#0","uv":[9.25,3.5,8.875,2.125]},"west":{"texture":"#0","uv":[9.25,3.5,10.625,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-11.6]}],"overrides":[],"textures":{"0":"item/w1033903923_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1829.json b/assets/minecraft/models/w1829.json new file mode 100644 index 000000000..b30334779 --- /dev/null +++ b/assets/minecraft/models/w1829.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,9.625,7.875,8.75]},"east":{"texture":"#0","uv":[7.875,10.125,8.75,9.625]},"north":{"texture":"#0","uv":[8.75,10.125,9.625,9.625]},"south":{"texture":"#0","uv":[7,10.125,7.875,9.625]},"up":{"texture":"#0","uv":[7.875,8.75,8.75,9.625]},"west":{"texture":"#0","uv":[6.125,10.125,7,9.625]}},"from":[8,8,8],"shade":false,"to":[5.2,6.4,5.2]}],"overrides":[],"textures":{"0":"item/w1033903923_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w183.json b/assets/minecraft/models/w183.json new file mode 100644 index 000000000..7fc11bfc3 --- /dev/null +++ b/assets/minecraft/models/w183.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.6875,2.125,0.4375,2.3125]},"east":{"texture":"#0","uv":[0,2.3125,0.1875,2.5625]},"north":{"texture":"#0","uv":[0.1875,2.3125,0.4375,2.5625]},"south":{"texture":"#0","uv":[0.625,2.3125,0.875,2.5625]},"up":{"texture":"#0","uv":[0.4375,2.3125,0.1875,2.125]},"west":{"texture":"#0","uv":[0.4375,2.3125,0.625,2.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-14.8]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1830.json b/assets/minecraft/models/w1830.json new file mode 100644 index 000000000..1bf1e88c0 --- /dev/null +++ b/assets/minecraft/models/w1830.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.125,6.375,5.375,7.25]},"east":{"texture":"#0","uv":[3.75,7.25,4.625,9.125]},"north":{"texture":"#0","uv":[4.625,7.25,5.375,9.125]},"south":{"texture":"#0","uv":[6.25,7.25,7,9.125]},"up":{"texture":"#0","uv":[5.375,7.25,4.625,6.375]},"west":{"texture":"#0","uv":[5.375,7.25,6.25,9.125]}},"from":[-15.52,-14.44,-16],"shade":false,"to":[-13.120001,-8.44,-13.2]},{"faces":{"down":{"texture":"#0","uv":[8.75,8.75,7.875,9.625]},"east":{"texture":"#0","uv":[6.125,9.625,7,10.125]},"north":{"texture":"#0","uv":[7,9.625,7.875,10.125]},"south":{"texture":"#0","uv":[8.75,9.625,9.625,10.125]},"up":{"texture":"#0","uv":[7.875,9.625,7,8.75]},"west":{"texture":"#0","uv":[7.875,9.625,8.75,10.125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.200001,-14.4,-13.2]}],"overrides":[],"textures":{"0":"item/w1033903923_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1831.json b/assets/minecraft/models/w1831.json new file mode 100644 index 000000000..20f829e49 --- /dev/null +++ b/assets/minecraft/models/w1831.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,9.125,4.5,9.625]},"east":{"texture":"#0","uv":[3.5,9.625,4,10.75]},"north":{"texture":"#0","uv":[4,9.625,4.5,10.75]},"south":{"texture":"#0","uv":[5,9.625,5.5,10.75]},"up":{"texture":"#0","uv":[4.5,9.625,4,9.125]},"west":{"texture":"#0","uv":[4.5,9.625,5,10.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-12.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1033903923_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1832.json b/assets/minecraft/models/w1832.json new file mode 100644 index 000000000..312652381 --- /dev/null +++ b/assets/minecraft/models/w1832.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.25,0.75,13,1.75]},"east":{"texture":"#0","uv":[10.75,1.75,11.75,2]},"north":{"texture":"#0","uv":[11.75,1.75,13,2]},"south":{"texture":"#0","uv":[14,1.75,15.25,2]},"up":{"texture":"#0","uv":[13,1.75,11.75,0.75]},"west":{"texture":"#0","uv":[13,1.75,14,2]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-15.2,-12.8]}],"overrides":[],"textures":{"0":"item/w1962253921_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1833.json b/assets/minecraft/models/w1833.json new file mode 100644 index 000000000..1bc6a249c --- /dev/null +++ b/assets/minecraft/models/w1833.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0,4.25,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,3.5]},"north":{"texture":"#0","uv":[1.5,1.5,4.25,3.5]},"south":{"texture":"#0","uv":[5.75,1.5,8.5,3.5]},"up":{"texture":"#0","uv":[4.25,1.5,1.5,0]},"west":{"texture":"#0","uv":[4.25,1.5,5.75,3.5]}},"from":[-16,-13.8,-16],"shade":false,"to":[-7.2,-7.4,-11.2]},{"faces":{"down":{"texture":"#0","uv":[10.625,0,9.25,0.875]},"east":{"texture":"#0","uv":[7,0.875,7.875,1.5]},"north":{"texture":"#0","uv":[7.875,0.875,9.25,1.5]},"south":{"texture":"#0","uv":[10.125,0.875,11.5,1.5]},"up":{"texture":"#0","uv":[9.25,0.875,7.875,0]},"west":{"texture":"#0","uv":[9.25,0.875,10.125,1.5]}},"from":[-14,-16,-15],"shade":false,"to":[-9.2,-13.6,-11.8]}],"overrides":[],"textures":{"0":"item/w1962253921_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1834.json b/assets/minecraft/models/w1834.json new file mode 100644 index 000000000..96b243427 --- /dev/null +++ b/assets/minecraft/models/w1834.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.625,8.25,1.75,9.125]},"east":{"texture":"#0","uv":[0,9.125,0.875,10.625]},"north":{"texture":"#0","uv":[0.875,9.125,1.75,10.625]},"south":{"texture":"#0","uv":[2.625,9.125,3.5,10.625]},"up":{"texture":"#0","uv":[1.75,9.125,0.875,8.25]},"west":{"texture":"#0","uv":[1.75,9.125,2.625,10.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-11.2,-13.2]}],"overrides":[],"textures":{"0":"item/w1962253921_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1835.json b/assets/minecraft/models/w1835.json new file mode 100644 index 000000000..c8554dc7a --- /dev/null +++ b/assets/minecraft/models/w1835.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.625,6.375,8.75,7.25]},"east":{"texture":"#0","uv":[7,7.25,7.875,8.75]},"north":{"texture":"#0","uv":[7.875,7.25,8.75,8.75]},"south":{"texture":"#0","uv":[9.625,7.25,10.5,8.75]},"up":{"texture":"#0","uv":[8.75,7.25,7.875,6.375]},"west":{"texture":"#0","uv":[8.75,7.25,9.625,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-11.2,-13.2]}],"overrides":[],"textures":{"0":"item/w1962253921_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1836.json b/assets/minecraft/models/w1836.json new file mode 100644 index 000000000..9d68037a9 --- /dev/null +++ b/assets/minecraft/models/w1836.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.625,3.5,2.375,4.625]},"east":{"texture":"#0","uv":[0,4.625,1.125,5.875]},"north":{"texture":"#0","uv":[1.125,4.625,2.375,5.875]},"south":{"texture":"#0","uv":[3.5,4.625,4.75,5.875]},"up":{"texture":"#0","uv":[2.375,4.625,1.125,3.5]},"west":{"texture":"#0","uv":[2.375,4.625,3.5,5.875]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-12,-12.4]}],"overrides":[],"textures":{"0":"item/w1962253921_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1837.json b/assets/minecraft/models/w1837.json new file mode 100644 index 000000000..a68767133 --- /dev/null +++ b/assets/minecraft/models/w1837.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,3.5,6.625,4.5]},"east":{"texture":"#0","uv":[4.75,4.5,5.75,6.375]},"north":{"texture":"#0","uv":[5.75,4.5,6.625,6.375]},"south":{"texture":"#0","uv":[7.625,4.5,8.5,6.375]},"up":{"texture":"#0","uv":[6.625,4.5,5.75,3.5]},"west":{"texture":"#0","uv":[6.625,4.5,7.625,6.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-10,-12.8]}],"overrides":[],"textures":{"0":"item/w1962253921_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1838.json b/assets/minecraft/models/w1838.json new file mode 100644 index 000000000..df878e342 --- /dev/null +++ b/assets/minecraft/models/w1838.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,2.125,12.375,2.875]},"east":{"texture":"#0","uv":[11,2.875,11.75,3]},"north":{"texture":"#0","uv":[11.75,2.875,12.375,3]},"south":{"texture":"#0","uv":[13.125,2.875,13.75,3]},"up":{"texture":"#0","uv":[12.375,2.875,11.75,2.125]},"west":{"texture":"#0","uv":[12.375,2.875,13.125,3]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1962253921_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1839.json b/assets/minecraft/models/w1839.json new file mode 100644 index 000000000..df878e342 --- /dev/null +++ b/assets/minecraft/models/w1839.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,2.125,12.375,2.875]},"east":{"texture":"#0","uv":[11,2.875,11.75,3]},"north":{"texture":"#0","uv":[11.75,2.875,12.375,3]},"south":{"texture":"#0","uv":[13.125,2.875,13.75,3]},"up":{"texture":"#0","uv":[12.375,2.875,11.75,2.125]},"west":{"texture":"#0","uv":[12.375,2.875,13.125,3]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1962253921_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w184.json b/assets/minecraft/models/w184.json new file mode 100644 index 000000000..fd54ea2d9 --- /dev/null +++ b/assets/minecraft/models/w184.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.625,1.6875,0.4375,1.9375]},"east":{"texture":"#0","uv":[0,1.9375,0.25,2.125]},"north":{"texture":"#0","uv":[0.25,1.9375,0.4375,2.125]},"south":{"texture":"#0","uv":[0.6875,1.9375,0.875,2.125]},"up":{"texture":"#0","uv":[0.4375,1.9375,0.25,1.6875]},"west":{"texture":"#0","uv":[0.4375,1.9375,0.6875,2.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.400001]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1840.json b/assets/minecraft/models/w1840.json new file mode 100644 index 000000000..98a51eaea --- /dev/null +++ b/assets/minecraft/models/w1840.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.75,5.875,1.875,6.875]},"east":{"texture":"#0","uv":[0,6.875,1,8.25]},"north":{"texture":"#0","uv":[1,6.875,1.875,8.25]},"south":{"texture":"#0","uv":[2.875,6.875,3.75,8.25]},"up":{"texture":"#0","uv":[1.875,6.875,1,5.875]},"west":{"texture":"#0","uv":[1.875,6.875,2.875,8.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-11.6,-12.8]}],"overrides":[],"textures":{"0":"item/w1962253921_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1841.json b/assets/minecraft/models/w1841.json new file mode 100644 index 000000000..bf7fb7376 --- /dev/null +++ b/assets/minecraft/models/w1841.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,5.125,10,5.625]},"east":{"texture":"#0","uv":[8.5,5.625,9,6]},"north":{"texture":"#0","uv":[9,5.625,10,6]},"south":{"texture":"#0","uv":[10.5,5.625,11.5,6]},"up":{"texture":"#0","uv":[10,5.625,9,5.125]},"west":{"texture":"#0","uv":[10,5.625,10.5,6]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14.799999,-14.4]}],"overrides":[],"textures":{"0":"item/w1962253921_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1842.json b/assets/minecraft/models/w1842.json new file mode 100644 index 000000000..16c7a30a7 --- /dev/null +++ b/assets/minecraft/models/w1842.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.375,9,10,10.125]},"east":{"texture":"#0","uv":[8.5,10.125,9.625,10.5]},"north":{"texture":"#0","uv":[9.625,10.125,10,10.5]},"south":{"texture":"#0","uv":[11.125,10.125,11.5,10.5]},"up":{"texture":"#0","uv":[10,10.125,9.625,9]},"west":{"texture":"#0","uv":[10,10.125,11.125,10.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.799999,-12.4]}],"overrides":[],"textures":{"0":"item/w1962253921_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1843.json b/assets/minecraft/models/w1843.json new file mode 100644 index 000000000..426b541d2 --- /dev/null +++ b/assets/minecraft/models/w1843.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.625,4,10.375,4.625]},"east":{"texture":"#0","uv":[8.5,4.625,9.125,5.125]},"north":{"texture":"#0","uv":[9.125,4.625,10.375,5.125]},"south":{"texture":"#0","uv":[11,4.625,12.25,5.125]},"up":{"texture":"#0","uv":[10.375,4.625,9.125,4]},"west":{"texture":"#0","uv":[10.375,4.625,11,5.125]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-14.4,-14]}],"overrides":[],"textures":{"0":"item/w1962253921_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1844.json b/assets/minecraft/models/w1844.json new file mode 100644 index 000000000..1b88ff220 --- /dev/null +++ b/assets/minecraft/models/w1844.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.625,2.125,9.25,3.5]},"east":{"texture":"#0","uv":[7.5,3.5,8.875,4]},"north":{"texture":"#0","uv":[8.875,3.5,9.25,4]},"south":{"texture":"#0","uv":[10.625,3.5,11,4]},"up":{"texture":"#0","uv":[9.25,3.5,8.875,2.125]},"west":{"texture":"#0","uv":[9.25,3.5,10.625,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-11.6]}],"overrides":[],"textures":{"0":"item/w1962253921_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1845.json b/assets/minecraft/models/w1845.json new file mode 100644 index 000000000..083e273a2 --- /dev/null +++ b/assets/minecraft/models/w1845.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,9.625,7.875,8.75]},"east":{"texture":"#0","uv":[7.875,10.125,8.75,9.625]},"north":{"texture":"#0","uv":[8.75,10.125,9.625,9.625]},"south":{"texture":"#0","uv":[7,10.125,7.875,9.625]},"up":{"texture":"#0","uv":[7.875,8.75,8.75,9.625]},"west":{"texture":"#0","uv":[6.125,10.125,7,9.625]}},"from":[8,8,8],"shade":false,"to":[5.2,6.4,5.2]}],"overrides":[],"textures":{"0":"item/w1962253921_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1846.json b/assets/minecraft/models/w1846.json new file mode 100644 index 000000000..8a77ee7d1 --- /dev/null +++ b/assets/minecraft/models/w1846.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.125,6.375,5.375,7.25]},"east":{"texture":"#0","uv":[3.75,7.25,4.625,9.125]},"north":{"texture":"#0","uv":[4.625,7.25,5.375,9.125]},"south":{"texture":"#0","uv":[6.25,7.25,7,9.125]},"up":{"texture":"#0","uv":[5.375,7.25,4.625,6.375]},"west":{"texture":"#0","uv":[5.375,7.25,6.25,9.125]}},"from":[-15.52,-14.44,-16],"shade":false,"to":[-13.120001,-8.44,-13.2]},{"faces":{"down":{"texture":"#0","uv":[8.75,8.75,7.875,9.625]},"east":{"texture":"#0","uv":[6.125,9.625,7,10.125]},"north":{"texture":"#0","uv":[7,9.625,7.875,10.125]},"south":{"texture":"#0","uv":[8.75,9.625,9.625,10.125]},"up":{"texture":"#0","uv":[7.875,9.625,7,8.75]},"west":{"texture":"#0","uv":[7.875,9.625,8.75,10.125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.200001,-14.4,-13.2]}],"overrides":[],"textures":{"0":"item/w1962253921_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1847.json b/assets/minecraft/models/w1847.json new file mode 100644 index 000000000..c0033342c --- /dev/null +++ b/assets/minecraft/models/w1847.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,9.125,4.5,9.625]},"east":{"texture":"#0","uv":[3.5,9.625,4,10.75]},"north":{"texture":"#0","uv":[4,9.625,4.5,10.75]},"south":{"texture":"#0","uv":[5,9.625,5.5,10.75]},"up":{"texture":"#0","uv":[4.5,9.625,4,9.125]},"west":{"texture":"#0","uv":[4.5,9.625,5,10.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-12.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1962253921_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1848.json b/assets/minecraft/models/w1848.json new file mode 100644 index 000000000..20e333d91 --- /dev/null +++ b/assets/minecraft/models/w1848.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.25,0.75,13,1.75]},"east":{"texture":"#0","uv":[10.75,1.75,11.75,2]},"north":{"texture":"#0","uv":[11.75,1.75,13,2]},"south":{"texture":"#0","uv":[14,1.75,15.25,2]},"up":{"texture":"#0","uv":[13,1.75,11.75,0.75]},"west":{"texture":"#0","uv":[13,1.75,14,2]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-15.2,-12.8]}],"overrides":[],"textures":{"0":"item/w2057568556_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1849.json b/assets/minecraft/models/w1849.json new file mode 100644 index 000000000..507141fc0 --- /dev/null +++ b/assets/minecraft/models/w1849.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0,4.25,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,3.5]},"north":{"texture":"#0","uv":[1.5,1.5,4.25,3.5]},"south":{"texture":"#0","uv":[5.75,1.5,8.5,3.5]},"up":{"texture":"#0","uv":[4.25,1.5,1.5,0]},"west":{"texture":"#0","uv":[4.25,1.5,5.75,3.5]}},"from":[-16,-13.8,-16],"shade":false,"to":[-7.2,-7.4,-11.2]},{"faces":{"down":{"texture":"#0","uv":[10.625,0,9.25,0.875]},"east":{"texture":"#0","uv":[7,0.875,7.875,1.5]},"north":{"texture":"#0","uv":[7.875,0.875,9.25,1.5]},"south":{"texture":"#0","uv":[10.125,0.875,11.5,1.5]},"up":{"texture":"#0","uv":[9.25,0.875,7.875,0]},"west":{"texture":"#0","uv":[9.25,0.875,10.125,1.5]}},"from":[-14,-16,-15],"shade":false,"to":[-9.2,-13.6,-11.8]}],"overrides":[],"textures":{"0":"item/w2057568556_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w185.json b/assets/minecraft/models/w185.json new file mode 100644 index 000000000..3e6b8701e --- /dev/null +++ b/assets/minecraft/models/w185.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.6875,0.4375,0.4375,0.625]},"east":{"texture":"#0","uv":[0,0.625,0.1875,0.875]},"north":{"texture":"#0","uv":[0.1875,0.625,0.4375,0.875]},"south":{"texture":"#0","uv":[0.625,0.625,0.875,0.875]},"up":{"texture":"#0","uv":[0.4375,0.625,0.1875,0.4375]},"west":{"texture":"#0","uv":[0.4375,0.625,0.625,0.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-14.8]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1850.json b/assets/minecraft/models/w1850.json new file mode 100644 index 000000000..830ac1655 --- /dev/null +++ b/assets/minecraft/models/w1850.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.625,8.25,1.75,9.125]},"east":{"texture":"#0","uv":[0,9.125,0.875,10.625]},"north":{"texture":"#0","uv":[0.875,9.125,1.75,10.625]},"south":{"texture":"#0","uv":[2.625,9.125,3.5,10.625]},"up":{"texture":"#0","uv":[1.75,9.125,0.875,8.25]},"west":{"texture":"#0","uv":[1.75,9.125,2.625,10.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-11.2,-13.2]}],"overrides":[],"textures":{"0":"item/w2057568556_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1851.json b/assets/minecraft/models/w1851.json new file mode 100644 index 000000000..b3670af09 --- /dev/null +++ b/assets/minecraft/models/w1851.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.625,6.375,8.75,7.25]},"east":{"texture":"#0","uv":[7,7.25,7.875,8.75]},"north":{"texture":"#0","uv":[7.875,7.25,8.75,8.75]},"south":{"texture":"#0","uv":[9.625,7.25,10.5,8.75]},"up":{"texture":"#0","uv":[8.75,7.25,7.875,6.375]},"west":{"texture":"#0","uv":[8.75,7.25,9.625,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-11.2,-13.2]}],"overrides":[],"textures":{"0":"item/w2057568556_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1852.json b/assets/minecraft/models/w1852.json new file mode 100644 index 000000000..2e78f0003 --- /dev/null +++ b/assets/minecraft/models/w1852.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.625,3.5,2.375,4.625]},"east":{"texture":"#0","uv":[0,4.625,1.125,5.875]},"north":{"texture":"#0","uv":[1.125,4.625,2.375,5.875]},"south":{"texture":"#0","uv":[3.5,4.625,4.75,5.875]},"up":{"texture":"#0","uv":[2.375,4.625,1.125,3.5]},"west":{"texture":"#0","uv":[2.375,4.625,3.5,5.875]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-12,-12.4]}],"overrides":[],"textures":{"0":"item/w2057568556_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1853.json b/assets/minecraft/models/w1853.json new file mode 100644 index 000000000..177cdb3df --- /dev/null +++ b/assets/minecraft/models/w1853.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,3.5,6.625,4.5]},"east":{"texture":"#0","uv":[4.75,4.5,5.75,6.375]},"north":{"texture":"#0","uv":[5.75,4.5,6.625,6.375]},"south":{"texture":"#0","uv":[7.625,4.5,8.5,6.375]},"up":{"texture":"#0","uv":[6.625,4.5,5.75,3.5]},"west":{"texture":"#0","uv":[6.625,4.5,7.625,6.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-10,-12.8]}],"overrides":[],"textures":{"0":"item/w2057568556_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1854.json b/assets/minecraft/models/w1854.json new file mode 100644 index 000000000..a27a95e61 --- /dev/null +++ b/assets/minecraft/models/w1854.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,2.125,12.375,2.875]},"east":{"texture":"#0","uv":[11,2.875,11.75,3]},"north":{"texture":"#0","uv":[11.75,2.875,12.375,3]},"south":{"texture":"#0","uv":[13.125,2.875,13.75,3]},"up":{"texture":"#0","uv":[12.375,2.875,11.75,2.125]},"west":{"texture":"#0","uv":[12.375,2.875,13.125,3]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-13.6]}],"overrides":[],"textures":{"0":"item/w2057568556_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1855.json b/assets/minecraft/models/w1855.json new file mode 100644 index 000000000..a27a95e61 --- /dev/null +++ b/assets/minecraft/models/w1855.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,2.125,12.375,2.875]},"east":{"texture":"#0","uv":[11,2.875,11.75,3]},"north":{"texture":"#0","uv":[11.75,2.875,12.375,3]},"south":{"texture":"#0","uv":[13.125,2.875,13.75,3]},"up":{"texture":"#0","uv":[12.375,2.875,11.75,2.125]},"west":{"texture":"#0","uv":[12.375,2.875,13.125,3]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-13.6]}],"overrides":[],"textures":{"0":"item/w2057568556_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1856.json b/assets/minecraft/models/w1856.json new file mode 100644 index 000000000..bc7855b72 --- /dev/null +++ b/assets/minecraft/models/w1856.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.75,5.875,1.875,6.875]},"east":{"texture":"#0","uv":[0,6.875,1,8.25]},"north":{"texture":"#0","uv":[1,6.875,1.875,8.25]},"south":{"texture":"#0","uv":[2.875,6.875,3.75,8.25]},"up":{"texture":"#0","uv":[1.875,6.875,1,5.875]},"west":{"texture":"#0","uv":[1.875,6.875,2.875,8.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-11.6,-12.8]}],"overrides":[],"textures":{"0":"item/w2057568556_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1857.json b/assets/minecraft/models/w1857.json new file mode 100644 index 000000000..79ce8ada6 --- /dev/null +++ b/assets/minecraft/models/w1857.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,5.125,10,5.625]},"east":{"texture":"#0","uv":[8.5,5.625,9,6]},"north":{"texture":"#0","uv":[9,5.625,10,6]},"south":{"texture":"#0","uv":[10.5,5.625,11.5,6]},"up":{"texture":"#0","uv":[10,5.625,9,5.125]},"west":{"texture":"#0","uv":[10,5.625,10.5,6]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14.799999,-14.4]}],"overrides":[],"textures":{"0":"item/w2057568556_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1858.json b/assets/minecraft/models/w1858.json new file mode 100644 index 000000000..37eea927f --- /dev/null +++ b/assets/minecraft/models/w1858.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.375,9,10,10.125]},"east":{"texture":"#0","uv":[8.5,10.125,9.625,10.5]},"north":{"texture":"#0","uv":[9.625,10.125,10,10.5]},"south":{"texture":"#0","uv":[11.125,10.125,11.5,10.5]},"up":{"texture":"#0","uv":[10,10.125,9.625,9]},"west":{"texture":"#0","uv":[10,10.125,11.125,10.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.799999,-12.4]}],"overrides":[],"textures":{"0":"item/w2057568556_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1859.json b/assets/minecraft/models/w1859.json new file mode 100644 index 000000000..42f3e5247 --- /dev/null +++ b/assets/minecraft/models/w1859.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.625,4,10.375,4.625]},"east":{"texture":"#0","uv":[8.5,4.625,9.125,5.125]},"north":{"texture":"#0","uv":[9.125,4.625,10.375,5.125]},"south":{"texture":"#0","uv":[11,4.625,12.25,5.125]},"up":{"texture":"#0","uv":[10.375,4.625,9.125,4]},"west":{"texture":"#0","uv":[10.375,4.625,11,5.125]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-14.4,-14]}],"overrides":[],"textures":{"0":"item/w2057568556_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w186.json b/assets/minecraft/models/w186.json new file mode 100644 index 000000000..4516cc6e6 --- /dev/null +++ b/assets/minecraft/models/w186.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.625,0,0.4375,0.25]},"east":{"texture":"#0","uv":[0,0.25,0.25,0.4375]},"north":{"texture":"#0","uv":[0.25,0.25,0.4375,0.4375]},"south":{"texture":"#0","uv":[0.6875,0.25,0.875,0.4375]},"up":{"texture":"#0","uv":[0.4375,0.25,0.25,0]},"west":{"texture":"#0","uv":[0.4375,0.25,0.6875,0.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.400001]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1860.json b/assets/minecraft/models/w1860.json new file mode 100644 index 000000000..75553b658 --- /dev/null +++ b/assets/minecraft/models/w1860.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.625,2.125,9.25,3.5]},"east":{"texture":"#0","uv":[7.5,3.5,8.875,4]},"north":{"texture":"#0","uv":[8.875,3.5,9.25,4]},"south":{"texture":"#0","uv":[10.625,3.5,11,4]},"up":{"texture":"#0","uv":[9.25,3.5,8.875,2.125]},"west":{"texture":"#0","uv":[9.25,3.5,10.625,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-11.6]}],"overrides":[],"textures":{"0":"item/w2057568556_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1861.json b/assets/minecraft/models/w1861.json new file mode 100644 index 000000000..0226e3d1d --- /dev/null +++ b/assets/minecraft/models/w1861.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,9.625,7.875,8.75]},"east":{"texture":"#0","uv":[7.875,10.125,8.75,9.625]},"north":{"texture":"#0","uv":[8.75,10.125,9.625,9.625]},"south":{"texture":"#0","uv":[7,10.125,7.875,9.625]},"up":{"texture":"#0","uv":[7.875,8.75,8.75,9.625]},"west":{"texture":"#0","uv":[6.125,10.125,7,9.625]}},"from":[8,8,8],"shade":false,"to":[5.2,6.4,5.2]}],"overrides":[],"textures":{"0":"item/w2057568556_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1862.json b/assets/minecraft/models/w1862.json new file mode 100644 index 000000000..fb663e419 --- /dev/null +++ b/assets/minecraft/models/w1862.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.125,6.375,5.375,7.25]},"east":{"texture":"#0","uv":[3.75,7.25,4.625,9.125]},"north":{"texture":"#0","uv":[4.625,7.25,5.375,9.125]},"south":{"texture":"#0","uv":[6.25,7.25,7,9.125]},"up":{"texture":"#0","uv":[5.375,7.25,4.625,6.375]},"west":{"texture":"#0","uv":[5.375,7.25,6.25,9.125]}},"from":[-15.52,-14.44,-16],"shade":false,"to":[-13.120001,-8.44,-13.2]},{"faces":{"down":{"texture":"#0","uv":[8.75,8.75,7.875,9.625]},"east":{"texture":"#0","uv":[6.125,9.625,7,10.125]},"north":{"texture":"#0","uv":[7,9.625,7.875,10.125]},"south":{"texture":"#0","uv":[8.75,9.625,9.625,10.125]},"up":{"texture":"#0","uv":[7.875,9.625,7,8.75]},"west":{"texture":"#0","uv":[7.875,9.625,8.75,10.125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.200001,-14.4,-13.2]}],"overrides":[],"textures":{"0":"item/w2057568556_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1863.json b/assets/minecraft/models/w1863.json new file mode 100644 index 000000000..d44160cef --- /dev/null +++ b/assets/minecraft/models/w1863.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,9.125,4.5,9.625]},"east":{"texture":"#0","uv":[3.5,9.625,4,10.75]},"north":{"texture":"#0","uv":[4,9.625,4.5,10.75]},"south":{"texture":"#0","uv":[5,9.625,5.5,10.75]},"up":{"texture":"#0","uv":[4.5,9.625,4,9.125]},"west":{"texture":"#0","uv":[4.5,9.625,5,10.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-12.4,-14.4]}],"overrides":[],"textures":{"0":"item/w2057568556_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1864.json b/assets/minecraft/models/w1864.json new file mode 100644 index 000000000..8d9911990 --- /dev/null +++ b/assets/minecraft/models/w1864.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,6,3.5,7]},"east":{"texture":"#0","uv":[0,7,1,9.5]},"north":{"texture":"#0","uv":[1,7,3.5,9.5]},"south":{"texture":"#0","uv":[4.5,7,7,9.5]},"up":{"texture":"#0","uv":[3.5,7,1,6]},"west":{"texture":"#0","uv":[3.5,7,4.5,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-15.2]}],"overrides":[],"textures":{"0":"item/w33352453_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1865.json b/assets/minecraft/models/w1865.json new file mode 100644 index 000000000..9dac78574 --- /dev/null +++ b/assets/minecraft/models/w1865.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,9.5,6,10.5]},"east":{"texture":"#0","uv":[4,10.5,5,12.5]},"north":{"texture":"#0","uv":[5,10.5,6,12.5]},"south":{"texture":"#0","uv":[7,10.5,8,12.5]},"up":{"texture":"#0","uv":[6,10.5,5,9.5]},"west":{"texture":"#0","uv":[6,10.5,7,12.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w33352453_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1866.json b/assets/minecraft/models/w1866.json new file mode 100644 index 000000000..c0c31d387 --- /dev/null +++ b/assets/minecraft/models/w1866.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,11,1]},"east":{"texture":"#0","uv":[9,1,10,3]},"north":{"texture":"#0","uv":[10,1,11,3]},"south":{"texture":"#0","uv":[12,1,13,3]},"up":{"texture":"#0","uv":[11,1,10,0]},"west":{"texture":"#0","uv":[11,1,12,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w33352453_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1867.json b/assets/minecraft/models/w1867.json new file mode 100644 index 000000000..cdd5248e9 --- /dev/null +++ b/assets/minecraft/models/w1867.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,0,6,3]},"east":{"texture":"#0","uv":[0,3,3,6]},"north":{"texture":"#0","uv":[3,3,6,6]},"south":{"texture":"#0","uv":[9,3,12,6]},"up":{"texture":"#0","uv":[6,3,3,0]},"west":{"texture":"#0","uv":[6,3,9,6]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w33352453_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1868.json b/assets/minecraft/models/w1868.json new file mode 100644 index 000000000..4d760f5d6 --- /dev/null +++ b/assets/minecraft/models/w1868.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,9.5,2,10.5]},"east":{"texture":"#0","uv":[0,10.5,1,13.5]},"north":{"texture":"#0","uv":[1,10.5,2,13.5]},"south":{"texture":"#0","uv":[3,10.5,4,13.5]},"up":{"texture":"#0","uv":[2,10.5,1,9.5]},"west":{"texture":"#0","uv":[2,10.5,3,13.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.6,-15.2]}],"overrides":[],"textures":{"0":"item/w33352453_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1869.json b/assets/minecraft/models/w1869.json new file mode 100644 index 000000000..f8c578769 --- /dev/null +++ b/assets/minecraft/models/w1869.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,6,9,7]},"east":{"texture":"#0","uv":[7,7,8,10]},"north":{"texture":"#0","uv":[8,7,9,10]},"south":{"texture":"#0","uv":[10,7,11,10]},"up":{"texture":"#0","uv":[9,7,8,6]},"west":{"texture":"#0","uv":[9,7,10,10]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.6,-15.2]}],"overrides":[],"textures":{"0":"item/w33352453_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w187.json b/assets/minecraft/models/w187.json new file mode 100644 index 000000000..be5e844fa --- /dev/null +++ b/assets/minecraft/models/w187.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5625,2.25,9.125,2.875]},"east":{"texture":"#0","uv":[9.1875,2.875,8.5625,3.125]},"north":{"texture":"#0","uv":[8.5625,2.875,8,3.125]},"south":{"texture":"#0","uv":[9.75,2.875,9.1875,3.125]},"up":{"texture":"#0","uv":[8,2.875,8.5625,2.25]},"west":{"texture":"#0","uv":[8,2.875,7.375,3.125]}},"from":[-16,-16,-16],"shade":false,"to":[-12.1,-14.2,-11.8]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1870.json b/assets/minecraft/models/w1870.json new file mode 100644 index 000000000..f873baef9 --- /dev/null +++ b/assets/minecraft/models/w1870.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15,0,14,0]},"east":{"texture":"#0","uv":[13,0,13,0.5]},"north":{"texture":"#0","uv":[13,0,14,0.5]},"south":{"texture":"#0","uv":[14,0,15,0.5]},"up":{"texture":"#0","uv":[14,0,13,0]},"west":{"texture":"#0","uv":[14,0,14,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.08,-15.6,-16]}],"overrides":[],"textures":{"0":"item/w33352453_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1871.json b/assets/minecraft/models/w1871.json new file mode 100644 index 000000000..e82077e6c --- /dev/null +++ b/assets/minecraft/models/w1871.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,0,15,0]},"east":{"texture":"#0","uv":[14,0,14,0.5]},"north":{"texture":"#0","uv":[14,0,13,0.5]},"south":{"texture":"#0","uv":[15,0,14,0.5]},"up":{"texture":"#0","uv":[13,0,14,0]},"west":{"texture":"#0","uv":[13,0,13,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.08,-15.6,-16]}],"overrides":[],"textures":{"0":"item/w33352453_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1872.json b/assets/minecraft/models/w1872.json new file mode 100644 index 000000000..3f752c466 --- /dev/null +++ b/assets/minecraft/models/w1872.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,1,1.5,1.5]},"east":{"texture":"#0","uv":[0,1.5,0.5,2]},"north":{"texture":"#0","uv":[0.5,1.5,1.5,2]},"south":{"texture":"#0","uv":[2,1.5,3,2]},"up":{"texture":"#0","uv":[1.5,1.5,0.5,1]},"west":{"texture":"#0","uv":[1.5,1.5,2,2]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.44,-15.44]}],"overrides":[],"textures":{"0":"item/w33352453_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1873.json b/assets/minecraft/models/w1873.json new file mode 100644 index 000000000..d22dcf4d3 --- /dev/null +++ b/assets/minecraft/models/w1873.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,5,13,6]},"east":{"texture":"#0","uv":[11,6,12,7]},"north":{"texture":"#0","uv":[12,6,13,7]},"south":{"texture":"#0","uv":[14,6,15,7]},"up":{"texture":"#0","uv":[13,6,12,5]},"west":{"texture":"#0","uv":[13,6,14,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w33352453_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1874.json b/assets/minecraft/models/w1874.json new file mode 100644 index 000000000..13282797b --- /dev/null +++ b/assets/minecraft/models/w1874.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,0,1.5,0.5]},"east":{"texture":"#0","uv":[0,0.5,0.5,1]},"north":{"texture":"#0","uv":[0.5,0.5,1.5,1]},"south":{"texture":"#0","uv":[2,0.5,3,1]},"up":{"texture":"#0","uv":[1.5,0.5,0.5,0]},"west":{"texture":"#0","uv":[1.5,0.5,2,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.44,-15.44]}],"overrides":[],"textures":{"0":"item/w33352453_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1875.json b/assets/minecraft/models/w1875.json new file mode 100644 index 000000000..9f6762b90 --- /dev/null +++ b/assets/minecraft/models/w1875.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,10,10,11]},"east":{"texture":"#0","uv":[8,11,9,12]},"north":{"texture":"#0","uv":[9,11,10,12]},"south":{"texture":"#0","uv":[11,11,12,12]},"up":{"texture":"#0","uv":[10,11,9,10]},"west":{"texture":"#0","uv":[10,11,11,12]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w33352453_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1876.json b/assets/minecraft/models/w1876.json new file mode 100644 index 000000000..f5c7a899f --- /dev/null +++ b/assets/minecraft/models/w1876.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,2,10,0]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-9.6]}],"overrides":[],"textures":{"0":"item/w402611145_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1877.json b/assets/minecraft/models/w1877.json new file mode 100644 index 000000000..883e40f36 --- /dev/null +++ b/assets/minecraft/models/w1877.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,8,6,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-9.6]}],"overrides":[],"textures":{"0":"item/w402611145_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1878.json b/assets/minecraft/models/w1878.json new file mode 100644 index 000000000..78aa341b3 --- /dev/null +++ b/assets/minecraft/models/w1878.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,6,6,8]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-10.46]}],"overrides":[],"textures":{"0":"item/w402611145_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1879.json b/assets/minecraft/models/w1879.json new file mode 100644 index 000000000..f4224a61c --- /dev/null +++ b/assets/minecraft/models/w1879.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,8,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-9.6]}],"overrides":[],"textures":{"0":"item/w402611145_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w188.json b/assets/minecraft/models/w188.json new file mode 100644 index 000000000..42f41f0ad --- /dev/null +++ b/assets/minecraft/models/w188.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.125,2.25,8.5625,2.875]},"east":{"texture":"#0","uv":[7.375,2.875,8,3.125]},"north":{"texture":"#0","uv":[8,2.875,8.5625,3.125]},"south":{"texture":"#0","uv":[9.1875,2.875,9.75,3.125]},"up":{"texture":"#0","uv":[8.5625,2.875,8,2.25]},"west":{"texture":"#0","uv":[8.5625,2.875,9.1875,3.125]}},"from":[-16,-16,-16],"shade":false,"to":[-12.1,-14.2,-11.8]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1880.json b/assets/minecraft/models/w1880.json new file mode 100644 index 000000000..d5aee9722 --- /dev/null +++ b/assets/minecraft/models/w1880.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,6,2,8]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-10.46]}],"overrides":[],"textures":{"0":"item/w402611145_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1881.json b/assets/minecraft/models/w1881.json new file mode 100644 index 000000000..ecd4a5702 --- /dev/null +++ b/assets/minecraft/models/w1881.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,8,14,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-9.6]}],"overrides":[],"textures":{"0":"item/w402611145_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1882.json b/assets/minecraft/models/w1882.json new file mode 100644 index 000000000..bb803784a --- /dev/null +++ b/assets/minecraft/models/w1882.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,6,14,8]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-10.46]}],"overrides":[],"textures":{"0":"item/w402611145_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1883.json b/assets/minecraft/models/w1883.json new file mode 100644 index 000000000..c88f812c1 --- /dev/null +++ b/assets/minecraft/models/w1883.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,8,10,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-9.6]}],"overrides":[],"textures":{"0":"item/w402611145_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1884.json b/assets/minecraft/models/w1884.json new file mode 100644 index 000000000..4693f3aa6 --- /dev/null +++ b/assets/minecraft/models/w1884.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,6,10,8]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-10.459999]}],"overrides":[],"textures":{"0":"item/w402611145_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1885.json b/assets/minecraft/models/w1885.json new file mode 100644 index 000000000..06ca7d2af --- /dev/null +++ b/assets/minecraft/models/w1885.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,6,6,4]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-9.6]}],"overrides":[],"textures":{"0":"item/w402611145_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1886.json b/assets/minecraft/models/w1886.json new file mode 100644 index 000000000..591542030 --- /dev/null +++ b/assets/minecraft/models/w1886.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,6,4,4]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-9.6]}],"overrides":[],"textures":{"0":"item/w402611145_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1887.json b/assets/minecraft/models/w1887.json new file mode 100644 index 000000000..ed208d749 --- /dev/null +++ b/assets/minecraft/models/w1887.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,6,2,4]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-9.6]}],"overrides":[],"textures":{"0":"item/w402611145_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1888.json b/assets/minecraft/models/w1888.json new file mode 100644 index 000000000..fb51befd4 --- /dev/null +++ b/assets/minecraft/models/w1888.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,6,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-9.6]}],"overrides":[],"textures":{"0":"item/w402611145_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1889.json b/assets/minecraft/models/w1889.json new file mode 100644 index 000000000..c411d1720 --- /dev/null +++ b/assets/minecraft/models/w1889.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,6,14,4]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-9.6]}],"overrides":[],"textures":{"0":"item/w402611145_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w189.json b/assets/minecraft/models/w189.json new file mode 100644 index 000000000..29d759f65 --- /dev/null +++ b/assets/minecraft/models/w189.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.875,3.125,8.0625,3.3125]},"east":{"texture":"#0","uv":[8.0625,3.3125,7.875,3.5625]},"north":{"texture":"#0","uv":[7.875,3.3125,7.6875,3.5625]},"south":{"texture":"#0","uv":[8.25,3.3125,8.0625,3.5625]},"up":{"texture":"#0","uv":[7.6875,3.3125,7.875,3.125]},"west":{"texture":"#0","uv":[7.6875,3.3125,7.5,3.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.5,-14.2,-14.5]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1890.json b/assets/minecraft/models/w1890.json new file mode 100644 index 000000000..1a38ad5bc --- /dev/null +++ b/assets/minecraft/models/w1890.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,6,12,4]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-9.6]}],"overrides":[],"textures":{"0":"item/w402611145_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1891.json b/assets/minecraft/models/w1891.json new file mode 100644 index 000000000..df8467c63 --- /dev/null +++ b/assets/minecraft/models/w1891.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,6,10,4]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-9.6]}],"overrides":[],"textures":{"0":"item/w402611145_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1892.json b/assets/minecraft/models/w1892.json new file mode 100644 index 000000000..685cfcdf2 --- /dev/null +++ b/assets/minecraft/models/w1892.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,6,8,4]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-9.6]}],"overrides":[],"textures":{"0":"item/w402611145_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1893.json b/assets/minecraft/models/w1893.json new file mode 100644 index 000000000..bacda0ebc --- /dev/null +++ b/assets/minecraft/models/w1893.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,4,6,2]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-9.6]}],"overrides":[],"textures":{"0":"item/w402611145_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1894.json b/assets/minecraft/models/w1894.json new file mode 100644 index 000000000..c733045da --- /dev/null +++ b/assets/minecraft/models/w1894.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,4,4,2]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-10.46]}],"overrides":[],"textures":{"0":"item/w402611145_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1895.json b/assets/minecraft/models/w1895.json new file mode 100644 index 000000000..138573371 --- /dev/null +++ b/assets/minecraft/models/w1895.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,4,2,2]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-9.6]}],"overrides":[],"textures":{"0":"item/w402611145_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1896.json b/assets/minecraft/models/w1896.json new file mode 100644 index 000000000..fece1155f --- /dev/null +++ b/assets/minecraft/models/w1896.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,4,0,2]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-10.46]}],"overrides":[],"textures":{"0":"item/w402611145_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1897.json b/assets/minecraft/models/w1897.json new file mode 100644 index 000000000..c7574fae4 --- /dev/null +++ b/assets/minecraft/models/w1897.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,4,14,2]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-9.6]}],"overrides":[],"textures":{"0":"item/w402611145_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1898.json b/assets/minecraft/models/w1898.json new file mode 100644 index 000000000..7fa81df35 --- /dev/null +++ b/assets/minecraft/models/w1898.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,4,12,2]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-10.46]}],"overrides":[],"textures":{"0":"item/w402611145_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1899.json b/assets/minecraft/models/w1899.json new file mode 100644 index 000000000..13e143d1f --- /dev/null +++ b/assets/minecraft/models/w1899.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,4,10,2]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-9.6]}],"overrides":[],"textures":{"0":"item/w402611145_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w19.json b/assets/minecraft/models/w19.json new file mode 100644 index 000000000..ac0516e78 --- /dev/null +++ b/assets/minecraft/models/w19.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,11.375,2.875,12.5]},"east":{"texture":"#0","uv":[3.125,12.5,2,13.875]},"north":{"texture":"#0","uv":[2,12.5,1.125,13.875]},"south":{"texture":"#0","uv":[4,12.5,3.125,13.875]},"up":{"texture":"#0","uv":[1.125,12.5,2,11.375]},"west":{"texture":"#0","uv":[1.125,12.5,0,13.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-11.6,-12.4]}],"overrides":[],"textures":{"0":"item/w88907092_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w190.json b/assets/minecraft/models/w190.json new file mode 100644 index 000000000..3c525ed11 --- /dev/null +++ b/assets/minecraft/models/w190.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[11.9375,1.4375,10.875,2.3125]},"south":{"texture":"#0","uv":[11.9375,1.4375,10.875,2.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-13.2,-16]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1900.json b/assets/minecraft/models/w1900.json new file mode 100644 index 000000000..ae493109a --- /dev/null +++ b/assets/minecraft/models/w1900.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,4,8,2]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-10.46]}],"overrides":[],"textures":{"0":"item/w402611145_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1901.json b/assets/minecraft/models/w1901.json new file mode 100644 index 000000000..8893640b4 --- /dev/null +++ b/assets/minecraft/models/w1901.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,8,2]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-9.6]}],"overrides":[],"textures":{"0":"item/w402611145_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1902.json b/assets/minecraft/models/w1902.json new file mode 100644 index 000000000..9487c5283 --- /dev/null +++ b/assets/minecraft/models/w1902.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,2.25,4.25,4.25]},"east":{"texture":"#0","uv":[0,4.25,2,6]},"north":{"texture":"#0","uv":[2,4.25,4.25,6]},"south":{"texture":"#0","uv":[6.25,4.25,8.5,6]},"up":{"texture":"#0","uv":[4.25,4.25,2,2.25]},"west":{"texture":"#0","uv":[4.25,4.25,6.25,6]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-13.2,-12.8]}],"overrides":[],"textures":{"0":"item/w3088982_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1903.json b/assets/minecraft/models/w1903.json new file mode 100644 index 000000000..d8e021121 --- /dev/null +++ b/assets/minecraft/models/w1903.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.75,1.25,13,2.25]},"east":{"texture":"#0","uv":[11.25,2.25,12.25,2.25]},"north":{"texture":"#0","uv":[12.25,2.25,13,2.25]},"south":{"texture":"#0","uv":[14,2.25,14.75,2.25]},"up":{"texture":"#0","uv":[13,2.25,12.25,1.25]},"west":{"texture":"#0","uv":[13,2.25,14,2.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-14.4]},{"faces":{"down":{"texture":"#0","uv":[13,0,12.75,0.25]},"east":{"texture":"#0","uv":[12.25,0.25,12.5,1.25]},"north":{"texture":"#0","uv":[12.5,0.25,12.75,1.25]},"south":{"texture":"#0","uv":[13,0.25,13.25,1.25]},"up":{"texture":"#0","uv":[12.75,0.25,12.5,0]},"west":{"texture":"#0","uv":[12.75,0.25,13,1.25]}},"from":[-15.6,-16,-14.8],"shade":false,"to":[-15.200001,-14.4,-14.400001]}],"overrides":[],"textures":{"0":"item/w3088982_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1904.json b/assets/minecraft/models/w1904.json new file mode 100644 index 000000000..e1b6ceec5 --- /dev/null +++ b/assets/minecraft/models/w1904.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,1.25,13.75,2.25]},"east":{"texture":"#0","uv":[14,2.25,13,2.25]},"north":{"texture":"#0","uv":[13,2.25,12.25,2.25]},"south":{"texture":"#0","uv":[14.75,2.25,14,2.25]},"up":{"texture":"#0","uv":[12.25,2.25,13,1.25]},"west":{"texture":"#0","uv":[12.25,2.25,11.25,2.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-14.4]},{"faces":{"down":{"texture":"#0","uv":[12.75,0,13,0.25]},"east":{"texture":"#0","uv":[13,0.25,12.75,1.25]},"north":{"texture":"#0","uv":[12.75,0.25,12.5,1.25]},"south":{"texture":"#0","uv":[13.25,0.25,13,1.25]},"up":{"texture":"#0","uv":[12.5,0.25,12.75,0]},"west":{"texture":"#0","uv":[12.5,0.25,12.25,1.25]}},"from":[-15.6,-16,-14.8],"shade":false,"to":[-15.200001,-14.4,-14.400001]}],"overrides":[],"textures":{"0":"item/w3088982_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1905.json b/assets/minecraft/models/w1905.json new file mode 100644 index 000000000..428801e9d --- /dev/null +++ b/assets/minecraft/models/w1905.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.25,3.25,11,4.5]},"east":{"texture":"#0","uv":[8.5,4.5,9.75,6]},"north":{"texture":"#0","uv":[9.75,4.5,11,6]},"south":{"texture":"#0","uv":[12.25,4.5,13.5,6]},"up":{"texture":"#0","uv":[11,4.5,9.75,3.25]},"west":{"texture":"#0","uv":[11,4.5,12.25,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-13.6,-14]}],"overrides":[],"textures":{"0":"item/w3088982_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1906.json b/assets/minecraft/models/w1906.json new file mode 100644 index 000000000..b13886c0b --- /dev/null +++ b/assets/minecraft/models/w1906.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,0,10.75,0.75]},"east":{"texture":"#0","uv":[9.25,0.75,10,1.5]},"north":{"texture":"#0","uv":[10,0.75,10.75,1.5]},"south":{"texture":"#0","uv":[11.5,0.75,12.25,1.5]},"up":{"texture":"#0","uv":[10.75,0.75,10,0]},"west":{"texture":"#0","uv":[10.75,0.75,11.5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w3088982_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1907.json b/assets/minecraft/models/w1907.json new file mode 100644 index 000000000..6c21029ba --- /dev/null +++ b/assets/minecraft/models/w1907.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,1.5,9.75,2.25]},"east":{"texture":"#0","uv":[10.25,2.25,9.5,3.25]},"north":{"texture":"#0","uv":[9.5,2.25,9.25,3.25]},"south":{"texture":"#0","uv":[10.5,2.25,10.25,3.25]},"up":{"texture":"#0","uv":[9.25,2.25,9.5,1.5]},"west":{"texture":"#0","uv":[9.25,2.25,8.5,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.4,-14.8]},{"faces":{"down":{"texture":"#0","uv":[11.25,1.5,11.5,2]},"east":{"texture":"#0","uv":[11.75,2,11.25,2.5]},"north":{"texture":"#0","uv":[11.25,2,11,2.5]},"south":{"texture":"#0","uv":[12,2,11.75,2.5]},"up":{"texture":"#0","uv":[11,2,11.25,1.5]},"west":{"texture":"#0","uv":[11,2,10.5,2.5]}},"from":[-16,-16,-14.8],"shade":false,"to":[-15.6,-15.2,-14]}],"overrides":[],"textures":{"0":"item/w3088982_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1908.json b/assets/minecraft/models/w1908.json new file mode 100644 index 000000000..0d5716814 --- /dev/null +++ b/assets/minecraft/models/w1908.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.75,1.5,9.5,2.25]},"east":{"texture":"#0","uv":[8.5,2.25,9.25,3.25]},"north":{"texture":"#0","uv":[9.25,2.25,9.5,3.25]},"south":{"texture":"#0","uv":[10.25,2.25,10.5,3.25]},"up":{"texture":"#0","uv":[9.5,2.25,9.25,1.5]},"west":{"texture":"#0","uv":[9.5,2.25,10.25,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.4,-14.8]},{"faces":{"down":{"texture":"#0","uv":[11.5,1.5,11.25,2]},"east":{"texture":"#0","uv":[10.5,2,11,2.5]},"north":{"texture":"#0","uv":[11,2,11.25,2.5]},"south":{"texture":"#0","uv":[11.75,2,12,2.5]},"up":{"texture":"#0","uv":[11.25,2,11,1.5]},"west":{"texture":"#0","uv":[11.25,2,11.75,2.5]}},"from":[-16,-16,-14.8],"shade":false,"to":[-15.6,-15.2,-14]}],"overrides":[],"textures":{"0":"item/w3088982_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1909.json b/assets/minecraft/models/w1909.json new file mode 100644 index 000000000..77ae00ad9 --- /dev/null +++ b/assets/minecraft/models/w1909.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.25,0,5.5,0.25]},"east":{"texture":"#0","uv":[4.5,0.25,4.75,0.75]},"north":{"texture":"#0","uv":[4.75,0.25,5.5,0.75]},"south":{"texture":"#0","uv":[5.75,0.25,6.5,0.75]},"up":{"texture":"#0","uv":[5.5,0.25,4.75,0]},"west":{"texture":"#0","uv":[5.5,0.25,5.75,0.75]}},"from":[-15.6,-15.6,-14.8],"shade":false,"to":[-14.400001,-14.8,-14.400001]},{"faces":{"down":{"texture":"#0","uv":[6.75,0.75,6,1.5]},"east":{"texture":"#0","uv":[4.5,1.5,5.25,2.25]},"north":{"texture":"#0","uv":[5.25,1.5,6,2.25]},"south":{"texture":"#0","uv":[6.75,1.5,7.5,2.25]},"up":{"texture":"#0","uv":[6,1.5,5.25,0.75]},"west":{"texture":"#0","uv":[6,1.5,6.75,2.25]}},"from":[-15.6,-15.6,-16],"shade":false,"to":[-14.400001,-14.400001,-14.8]},{"faces":{"down":{"texture":"#0","uv":[3.5,0,2.25,1]},"east":{"texture":"#0","uv":[0,1,1,1.75]},"north":{"texture":"#0","uv":[1,1,2.25,1.75]},"south":{"texture":"#0","uv":[3.25,1,4.5,1.75]},"up":{"texture":"#0","uv":[2.25,1,1,0]},"west":{"texture":"#0","uv":[2.25,1,3.25,1.75]}},"from":[-16,-15.6,-14.4],"shade":false,"to":[-14,-14.400001,-12.799999]},{"faces":{"down":{"texture":"#0","uv":[8.75,0,8,0.5]},"east":{"texture":"#0","uv":[6.75,0.5,7.25,0.75]},"north":{"texture":"#0","uv":[7.25,0.5,8,0.75]},"south":{"texture":"#0","uv":[8.5,0.5,9.25,0.75]},"up":{"texture":"#0","uv":[8,0.5,7.25,0]},"west":{"texture":"#0","uv":[8,0.5,8.5,0.75]}},"from":[-15.6,-16,-16],"shade":false,"to":[-14.400001,-15.6,-15.2]}],"overrides":[],"textures":{"0":"item/w3088982_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w191.json b/assets/minecraft/models/w191.json new file mode 100644 index 000000000..5da8eb116 --- /dev/null +++ b/assets/minecraft/models/w191.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.0625,3.125,7.875,3.3125]},"east":{"texture":"#0","uv":[7.5,3.3125,7.6875,3.5625]},"north":{"texture":"#0","uv":[7.6875,3.3125,7.875,3.5625]},"south":{"texture":"#0","uv":[8.0625,3.3125,8.25,3.5625]},"up":{"texture":"#0","uv":[7.875,3.3125,7.6875,3.125]},"west":{"texture":"#0","uv":[7.875,3.3125,8.0625,3.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.5,-14.2,-14.5]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1910.json b/assets/minecraft/models/w1910.json new file mode 100644 index 000000000..98db8fd5a --- /dev/null +++ b/assets/minecraft/models/w1910.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,8,8]},"up":{"texture":"#0","uv":[0,0,8,8]}},"from":[-16,-16,-16],"shade":false,"to":[-9.856,-16,-9.856]}],"overrides":[],"textures":{"0":"item/w439336394_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1911.json b/assets/minecraft/models/w1911.json new file mode 100644 index 000000000..93dac4e2c --- /dev/null +++ b/assets/minecraft/models/w1911.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.25,3,15.75,2.875]},"up":{"texture":"#0","uv":[11.25,2.875,15.75,3]}},"from":[-16,-16,-16],"shade":false,"to":[-12.544,-16,-15.904]}],"overrides":[],"textures":{"0":"item/w439336394_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1912.json b/assets/minecraft/models/w1912.json new file mode 100644 index 000000000..1122f3696 --- /dev/null +++ b/assets/minecraft/models/w1912.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,0,16,2]},"up":{"texture":"#0","uv":[14,0,16,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.464,-16,-14.464]}],"overrides":[],"textures":{"0":"item/w439336394_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1913.json b/assets/minecraft/models/w1913.json new file mode 100644 index 000000000..52652889f --- /dev/null +++ b/assets/minecraft/models/w1913.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,16,16,14]},"up":{"texture":"#0","uv":[14,14,16,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.464,-16,-14.464]}],"overrides":[],"textures":{"0":"item/w439336394_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1914.json b/assets/minecraft/models/w1914.json new file mode 100644 index 000000000..caebde06c --- /dev/null +++ b/assets/minecraft/models/w1914.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,16,8,8]},"up":{"texture":"#0","uv":[0,8,8,16]}},"from":[-16,-16,-16],"shade":false,"to":[-9.856,-16,-9.856]}],"overrides":[],"textures":{"0":"item/w439336394_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1915.json b/assets/minecraft/models/w1915.json new file mode 100644 index 000000000..caebde06c --- /dev/null +++ b/assets/minecraft/models/w1915.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,16,8,8]},"up":{"texture":"#0","uv":[0,8,8,16]}},"from":[-16,-16,-16],"shade":false,"to":[-9.856,-16,-9.856]}],"overrides":[],"textures":{"0":"item/w439336394_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1916.json b/assets/minecraft/models/w1916.json new file mode 100644 index 000000000..caebde06c --- /dev/null +++ b/assets/minecraft/models/w1916.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,16,8,8]},"up":{"texture":"#0","uv":[0,8,8,16]}},"from":[-16,-16,-16],"shade":false,"to":[-9.856,-16,-9.856]}],"overrides":[],"textures":{"0":"item/w439336394_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1917.json b/assets/minecraft/models/w1917.json new file mode 100644 index 000000000..478f571c4 --- /dev/null +++ b/assets/minecraft/models/w1917.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,0,7.875,14.875]},"south":{"texture":"#0","uv":[15.5625,0,7.8125,14.75]}},"from":[-16,-16,-16],"shade":false,"to":[9.4,31.599998,-16]}],"overrides":[],"textures":{"0":"item/w2127992409_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1918.json b/assets/minecraft/models/w1918.json new file mode 100644 index 000000000..bd6c434f3 --- /dev/null +++ b/assets/minecraft/models/w1918.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,0,3.9375,10.125]},"south":{"texture":"#0","uv":[7.8125,0,3.9375,10.125]}},"from":[-16,-16,-16],"shade":false,"to":[-3.6000004,16.400002,-16]}],"overrides":[],"textures":{"0":"item/w1676868446_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1919.json b/assets/minecraft/models/w1919.json new file mode 100644 index 000000000..333f5b5cf --- /dev/null +++ b/assets/minecraft/models/w1919.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,0,8.5,16]},"south":{"texture":"#0","uv":[15.9375,0,8.5,12.5]}},"from":[-16,-16,-16],"shade":false,"to":[-2.3999996,9.6,-16]}],"overrides":[],"textures":{"0":"item/w251119530_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w192.json b/assets/minecraft/models/w192.json new file mode 100644 index 000000000..ea69a2f83 --- /dev/null +++ b/assets/minecraft/models/w192.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,9.0625,9.4375,9.25]},"east":{"texture":"#0","uv":[9.4375,9.25,9.25,9.5]},"north":{"texture":"#0","uv":[9.25,9.25,9.0625,9.5]},"south":{"texture":"#0","uv":[9.625,9.25,9.4375,9.5]},"up":{"texture":"#0","uv":[9.0625,9.25,9.25,9.0625]},"west":{"texture":"#0","uv":[9.0625,9.25,8.875,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.2,-14.5]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1920.json b/assets/minecraft/models/w1920.json new file mode 100644 index 000000000..17feb5f23 --- /dev/null +++ b/assets/minecraft/models/w1920.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,2,1,4.5]},"east":{"texture":"#0","uv":[0,0,2.5,1]},"north":{"texture":"#0","uv":[5,0,6,1]},"south":{"texture":"#0","uv":[0.5,5,1.5,6]},"up":{"texture":"#0","uv":[1,4.5,0,2]},"west":{"texture":"#0","uv":[0,1,2.5,2]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-14]}],"overrides":[],"textures":{"0":"item/w1007818512_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1921.json b/assets/minecraft/models/w1921.json new file mode 100644 index 000000000..fc92348db --- /dev/null +++ b/assets/minecraft/models/w1921.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0,6,1]},"east":{"texture":"#0","uv":[5,4.5,6,5.5]},"north":{"texture":"#0","uv":[3.5,5,4.5,6]},"south":{"texture":"#0","uv":[1.5,5.5,2.5,6.5]},"up":{"texture":"#0","uv":[6,6.5,5,5.5]},"west":{"texture":"#0","uv":[2.5,5.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.28,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w1007818512_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1922.json b/assets/minecraft/models/w1922.json new file mode 100644 index 000000000..7e514a3b9 --- /dev/null +++ b/assets/minecraft/models/w1922.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,1,7.5,1.5]},"up":{"texture":"#0","uv":[5,1,7.5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-16,-15.8]}],"overrides":[],"textures":{"0":"item/w1007818512_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1923.json b/assets/minecraft/models/w1923.json new file mode 100644 index 000000000..7e514a3b9 --- /dev/null +++ b/assets/minecraft/models/w1923.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,1,7.5,1.5]},"up":{"texture":"#0","uv":[5,1,7.5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-16,-15.8]}],"overrides":[],"textures":{"0":"item/w1007818512_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1924.json b/assets/minecraft/models/w1924.json new file mode 100644 index 000000000..72034b4b3 --- /dev/null +++ b/assets/minecraft/models/w1924.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,1,7.5,1.5]},"up":{"texture":"#0","uv":[5,1,7.5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.28,-16,-15.8]}],"overrides":[],"textures":{"0":"item/w1007818512_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1925.json b/assets/minecraft/models/w1925.json new file mode 100644 index 000000000..d7f927c9f --- /dev/null +++ b/assets/minecraft/models/w1925.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,1,5,1.5]},"up":{"texture":"#0","uv":[7.5,1,5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-16,-15.8]}],"overrides":[],"textures":{"0":"item/w1007818512_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1926.json b/assets/minecraft/models/w1926.json new file mode 100644 index 000000000..d7f927c9f --- /dev/null +++ b/assets/minecraft/models/w1926.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,1,5,1.5]},"up":{"texture":"#0","uv":[7.5,1,5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-16,-15.8]}],"overrides":[],"textures":{"0":"item/w1007818512_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1927.json b/assets/minecraft/models/w1927.json new file mode 100644 index 000000000..5e8db8855 --- /dev/null +++ b/assets/minecraft/models/w1927.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,1,5,1.5]},"up":{"texture":"#0","uv":[7.5,1,5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.28,-16,-15.8]}],"overrides":[],"textures":{"0":"item/w1007818512_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1928.json b/assets/minecraft/models/w1928.json new file mode 100644 index 000000000..b87dc0bdb --- /dev/null +++ b/assets/minecraft/models/w1928.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,5,0,9.5]},"east":{"texture":"#0","uv":[2,4,6.5,4.5]},"north":{"texture":"#0","uv":[5,1.5,5.5,2]},"south":{"texture":"#0","uv":[5.5,1.5,6,2]},"up":{"texture":"#0","uv":[0.5,9.5,0,5]},"west":{"texture":"#0","uv":[0,4.5,4.5,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-12.4]}],"overrides":[],"textures":{"0":"item/w1007818512_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1929.json b/assets/minecraft/models/w1929.json new file mode 100644 index 000000000..175a317a0 --- /dev/null +++ b/assets/minecraft/models/w1929.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,1,2.5,2]},"up":{"texture":"#0","uv":[5,2,2.5,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1007818512_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w193.json b/assets/minecraft/models/w193.json new file mode 100644 index 000000000..9f56e51bf --- /dev/null +++ b/assets/minecraft/models/w193.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.375,3.9375,5.5625,4.125]},"east":{"texture":"#0","uv":[5.5625,4.125,5.375,4.375]},"north":{"texture":"#0","uv":[5.375,4.125,5.1875,4.375]},"south":{"texture":"#0","uv":[5.75,4.125,5.5625,4.375]},"up":{"texture":"#0","uv":[5.1875,4.125,5.375,3.9375]},"west":{"texture":"#0","uv":[5.1875,4.125,5,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.2,-14.5]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1930.json b/assets/minecraft/models/w1930.json new file mode 100644 index 000000000..5d0ce5c81 --- /dev/null +++ b/assets/minecraft/models/w1930.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,1,5,2]},"up":{"texture":"#0","uv":[2.5,2,5,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1007818512_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1931.json b/assets/minecraft/models/w1931.json new file mode 100644 index 000000000..26c5fe50f --- /dev/null +++ b/assets/minecraft/models/w1931.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,2,2,3]},"up":{"texture":"#0","uv":[4.5,3,2,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1007818512_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1932.json b/assets/minecraft/models/w1932.json new file mode 100644 index 000000000..d3b7c88e7 --- /dev/null +++ b/assets/minecraft/models/w1932.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,2,4.5,3]},"up":{"texture":"#0","uv":[2,3,4.5,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1007818512_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1933.json b/assets/minecraft/models/w1933.json new file mode 100644 index 000000000..b91a97597 --- /dev/null +++ b/assets/minecraft/models/w1933.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,2,1,4.5]},"east":{"texture":"#0","uv":[0,0,2.5,1]},"north":{"texture":"#0","uv":[5,0,6,1]},"south":{"texture":"#0","uv":[0.5,5,1.5,6]},"up":{"texture":"#0","uv":[1,4.5,0,2]},"west":{"texture":"#0","uv":[0,1,2.5,2]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-14]}],"overrides":[],"textures":{"0":"item/w1833936692_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1934.json b/assets/minecraft/models/w1934.json new file mode 100644 index 000000000..e13dd7657 --- /dev/null +++ b/assets/minecraft/models/w1934.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0,6,1]},"east":{"texture":"#0","uv":[5,4.5,6,5.5]},"north":{"texture":"#0","uv":[3.5,5,4.5,6]},"south":{"texture":"#0","uv":[1.5,5.5,2.5,6.5]},"up":{"texture":"#0","uv":[6,6.5,5,5.5]},"west":{"texture":"#0","uv":[2.5,5.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.28,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w1833936692_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1935.json b/assets/minecraft/models/w1935.json new file mode 100644 index 000000000..e4b7a6738 --- /dev/null +++ b/assets/minecraft/models/w1935.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,1,7.5,1.5]},"up":{"texture":"#0","uv":[5,1,7.5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-16,-15.8]}],"overrides":[],"textures":{"0":"item/w1833936692_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1936.json b/assets/minecraft/models/w1936.json new file mode 100644 index 000000000..e4b7a6738 --- /dev/null +++ b/assets/minecraft/models/w1936.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,1,7.5,1.5]},"up":{"texture":"#0","uv":[5,1,7.5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-16,-15.8]}],"overrides":[],"textures":{"0":"item/w1833936692_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1937.json b/assets/minecraft/models/w1937.json new file mode 100644 index 000000000..22a1a1bab --- /dev/null +++ b/assets/minecraft/models/w1937.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,1,7.5,1.5]},"up":{"texture":"#0","uv":[5,1,7.5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.28,-16,-15.8]}],"overrides":[],"textures":{"0":"item/w1833936692_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1938.json b/assets/minecraft/models/w1938.json new file mode 100644 index 000000000..b6eb205e6 --- /dev/null +++ b/assets/minecraft/models/w1938.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,1,5,1.5]},"up":{"texture":"#0","uv":[7.5,1,5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-16,-15.8]}],"overrides":[],"textures":{"0":"item/w1833936692_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1939.json b/assets/minecraft/models/w1939.json new file mode 100644 index 000000000..b6eb205e6 --- /dev/null +++ b/assets/minecraft/models/w1939.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,1,5,1.5]},"up":{"texture":"#0","uv":[7.5,1,5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-16,-15.8]}],"overrides":[],"textures":{"0":"item/w1833936692_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w194.json b/assets/minecraft/models/w194.json new file mode 100644 index 000000000..476856acc --- /dev/null +++ b/assets/minecraft/models/w194.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[10.875,2.5625,10.6875,2.75]},"north":{"texture":"#0","uv":[10.6875,2.5625,10.5,2.75]},"south":{"texture":"#0","uv":[11.0625,2.5625,10.875,2.75]},"west":{"texture":"#0","uv":[10.5,2.5625,10.3125,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.720001,-14.6,-14.719999]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1940.json b/assets/minecraft/models/w1940.json new file mode 100644 index 000000000..6932095c9 --- /dev/null +++ b/assets/minecraft/models/w1940.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,1,5,1.5]},"up":{"texture":"#0","uv":[7.5,1,5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.28,-16,-15.8]}],"overrides":[],"textures":{"0":"item/w1833936692_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1941.json b/assets/minecraft/models/w1941.json new file mode 100644 index 000000000..678d70946 --- /dev/null +++ b/assets/minecraft/models/w1941.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,5,0,9.5]},"east":{"texture":"#0","uv":[2,4,6.5,4.5]},"north":{"texture":"#0","uv":[5,1.5,5.5,2]},"south":{"texture":"#0","uv":[5.5,1.5,6,2]},"up":{"texture":"#0","uv":[0.5,9.5,0,5]},"west":{"texture":"#0","uv":[0,4.5,4.5,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-12.4]}],"overrides":[],"textures":{"0":"item/w1833936692_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1942.json b/assets/minecraft/models/w1942.json new file mode 100644 index 000000000..5186a16de --- /dev/null +++ b/assets/minecraft/models/w1942.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,1,2.5,2]},"up":{"texture":"#0","uv":[5,2,2.5,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1833936692_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1943.json b/assets/minecraft/models/w1943.json new file mode 100644 index 000000000..34c0f7148 --- /dev/null +++ b/assets/minecraft/models/w1943.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,1,5,2]},"up":{"texture":"#0","uv":[2.5,2,5,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1833936692_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1944.json b/assets/minecraft/models/w1944.json new file mode 100644 index 000000000..174bdaa5b --- /dev/null +++ b/assets/minecraft/models/w1944.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,2,2,3]},"up":{"texture":"#0","uv":[4.5,3,2,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1833936692_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1945.json b/assets/minecraft/models/w1945.json new file mode 100644 index 000000000..862c8d0fc --- /dev/null +++ b/assets/minecraft/models/w1945.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,2,4.5,3]},"up":{"texture":"#0","uv":[2,3,4.5,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1833936692_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1946.json b/assets/minecraft/models/w1946.json new file mode 100644 index 000000000..f394b1ca8 --- /dev/null +++ b/assets/minecraft/models/w1946.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0,5,3]},"east":{"texture":"#0","uv":[0,3,3,4.5]},"north":{"texture":"#0","uv":[3,3,5,4.5]},"south":{"texture":"#0","uv":[8,3,10,4.5]},"up":{"texture":"#0","uv":[5,3,3,0]},"west":{"texture":"#0","uv":[5,3,8,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.6,-11.2]}],"overrides":[],"textures":{"0":"item/w3094713_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1947.json b/assets/minecraft/models/w1947.json new file mode 100644 index 000000000..542acbc7a --- /dev/null +++ b/assets/minecraft/models/w1947.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.75,1.25,1.5]},"south":{"texture":"#0","uv":[0.75,0.25,0.25,1.5]}},"from":[8,8,8],"shade":false,"to":[7.2,10,9.2]}],"overrides":[],"textures":{"0":"item/w3094713_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1948.json b/assets/minecraft/models/w1948.json new file mode 100644 index 000000000..24985bd9a --- /dev/null +++ b/assets/minecraft/models/w1948.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,0.75,0.75,1.5]},"south":{"texture":"#0","uv":[0.25,0.25,0.75,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w3094713_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1949.json b/assets/minecraft/models/w1949.json new file mode 100644 index 000000000..373540bfd --- /dev/null +++ b/assets/minecraft/models/w1949.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,0.75,0.75,1.5]},"south":{"texture":"#0","uv":[0.25,0.25,0.75,1.5]}},"from":[8,8,8],"shade":false,"to":[7.2,10,9.2]}],"overrides":[],"textures":{"0":"item/w3094713_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w195.json b/assets/minecraft/models/w195.json new file mode 100644 index 000000000..e0fddca17 --- /dev/null +++ b/assets/minecraft/models/w195.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,5.9375,3.9375,6.125]},"east":{"texture":"#0","uv":[3.9375,6.125,3.75,6.375]},"north":{"texture":"#0","uv":[3.75,6.125,3.5625,6.375]},"south":{"texture":"#0","uv":[4.125,6.125,3.9375,6.375]},"up":{"texture":"#0","uv":[3.5625,6.125,3.75,5.9375]},"west":{"texture":"#0","uv":[3.5625,6.125,3.375,6.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1950.json b/assets/minecraft/models/w1950.json new file mode 100644 index 000000000..9ba03fb04 --- /dev/null +++ b/assets/minecraft/models/w1950.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.75,1.25,1.5]},"south":{"texture":"#0","uv":[0.75,0.25,0.25,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w3094713_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1951.json b/assets/minecraft/models/w1951.json new file mode 100644 index 000000000..7135fc8a6 --- /dev/null +++ b/assets/minecraft/models/w1951.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,4.75,12.5,6.25]},"east":{"texture":"#0","uv":[10,6.25,11.5,6.5]},"north":{"texture":"#0","uv":[11.5,6.25,12.5,6.5]},"south":{"texture":"#0","uv":[14,6.25,15,6.5]},"up":{"texture":"#0","uv":[12.5,6.25,11.5,4.75]},"west":{"texture":"#0","uv":[12.5,6.25,14,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.6,-13.6]}],"overrides":[],"textures":{"0":"item/w3094713_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1952.json b/assets/minecraft/models/w1952.json new file mode 100644 index 000000000..1acd2f82f --- /dev/null +++ b/assets/minecraft/models/w1952.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.5,0,13,1.5]},"east":{"texture":"#0","uv":[10,1.5,11.5,3]},"north":{"texture":"#0","uv":[11.5,1.5,13,3]},"south":{"texture":"#0","uv":[14.5,1.5,16,3]},"up":{"texture":"#0","uv":[13,1.5,11.5,0]},"west":{"texture":"#0","uv":[13,1.5,14.5,3]}},"from":[-16,-16,-14.4],"shade":false,"to":[-13.6,-13.6,-12]},{"faces":{"down":{"texture":"#0","uv":[14,3.25,12.5,4.25]},"east":{"texture":"#0","uv":[10,4.25,11,4.5]},"north":{"texture":"#0","uv":[11,4.25,12.5,4.5]},"south":{"texture":"#0","uv":[13.5,4.25,15,4.5]},"up":{"texture":"#0","uv":[12.5,4.25,11,3.25]},"west":{"texture":"#0","uv":[12.5,4.25,13.5,4.5]}},"from":[-16,-15.6,-16],"shade":false,"to":[-13.6,-15.200001,-14.4]}],"overrides":[],"textures":{"0":"item/w3094713_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1953.json b/assets/minecraft/models/w1953.json new file mode 100644 index 000000000..f93ee0115 --- /dev/null +++ b/assets/minecraft/models/w1953.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.25,4.5,3.5,7.5]},"east":{"texture":"#0","uv":[6.25,7.5,3.25,9]},"north":{"texture":"#0","uv":[3.25,7.5,3,9]},"south":{"texture":"#0","uv":[6.5,7.5,6.25,9]},"up":{"texture":"#0","uv":[3,7.5,3.25,4.5]},"west":{"texture":"#0","uv":[3,7.5,0,9]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-13.6,-11.2]}],"overrides":[],"textures":{"0":"item/w3094713_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1954.json b/assets/minecraft/models/w1954.json new file mode 100644 index 000000000..84bad32c2 --- /dev/null +++ b/assets/minecraft/models/w1954.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,4.5,3.25,7.5]},"east":{"texture":"#0","uv":[0,7.5,3,9]},"north":{"texture":"#0","uv":[3,7.5,3.25,9]},"south":{"texture":"#0","uv":[6.25,7.5,6.5,9]},"up":{"texture":"#0","uv":[3.25,7.5,3,4.5]},"west":{"texture":"#0","uv":[3.25,7.5,6.25,9]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-13.6,-11.2]}],"overrides":[],"textures":{"0":"item/w3094713_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1955.json b/assets/minecraft/models/w1955.json new file mode 100644 index 000000000..266f0ced7 --- /dev/null +++ b/assets/minecraft/models/w1955.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[9.75,0.25,8.5,1.5]},"west":{"texture":"#0","uv":[8.5,0.25,9.75,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14,-14]}],"overrides":[],"textures":{"0":"item/w3094713_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1956.json b/assets/minecraft/models/w1956.json new file mode 100644 index 000000000..6f8840723 --- /dev/null +++ b/assets/minecraft/models/w1956.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.25,2,4,3.75]},"east":{"texture":"#0","uv":[0,3.75,1.75,7.25]},"north":{"texture":"#0","uv":[1.75,3.75,4,7.25]},"south":{"texture":"#0","uv":[5.75,3.75,8,7.25]},"up":{"texture":"#0","uv":[4,3.75,1.75,2]},"west":{"texture":"#0","uv":[4,3.75,5.75,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-8.8,-4.8,-10.4]}],"overrides":[],"textures":{"0":"item/w1995941004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1957.json b/assets/minecraft/models/w1957.json new file mode 100644 index 000000000..99e2196b0 --- /dev/null +++ b/assets/minecraft/models/w1957.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,9.875,2.125,11.125]},"east":{"texture":"#0","uv":[0,11.125,1.25,12.625]},"north":{"texture":"#0","uv":[1.25,11.125,2.125,12.625]},"south":{"texture":"#0","uv":[3.375,11.125,4.25,12.625]},"up":{"texture":"#0","uv":[2.125,11.125,1.25,9.875]},"west":{"texture":"#0","uv":[2.125,11.125,3.375,12.625]}},"from":[-16,-12.8,-16],"shade":false,"to":[-13.2,-8,-12]},{"faces":{"down":{"texture":"#0","uv":[6,9.875,5.375,10.375]},"east":{"texture":"#0","uv":[4.25,10.375,4.75,11.125]},"north":{"texture":"#0","uv":[4.75,10.375,5.375,11.125]},"south":{"texture":"#0","uv":[5.875,10.375,6.5,11.125]},"up":{"texture":"#0","uv":[5.375,10.375,4.75,9.875]},"west":{"texture":"#0","uv":[5.375,10.375,5.875,11.125]}},"from":[-15.6,-15.2,-14.4],"shade":false,"to":[-13.6,-12.799999,-12.799999]},{"faces":{"down":{"texture":"#0","uv":[6.5,11.125,5.75,11.875]},"east":{"texture":"#0","uv":[4.25,11.875,5,12.25]},"north":{"texture":"#0","uv":[5,11.875,5.75,12.25]},"south":{"texture":"#0","uv":[6.5,11.875,7.25,12.25]},"up":{"texture":"#0","uv":[5.75,11.875,5,11.125]},"west":{"texture":"#0","uv":[5.75,11.875,6.5,12.25]}},"from":[-15.8,-16,-15.6],"shade":false,"to":[-13.4,-14.8,-13.200001]}],"overrides":[],"textures":{"0":"item/w1995941004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1958.json b/assets/minecraft/models/w1958.json new file mode 100644 index 000000000..b2869d189 --- /dev/null +++ b/assets/minecraft/models/w1958.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.125,9.875,3,11.125]},"east":{"texture":"#0","uv":[3.375,11.125,2.125,12.625]},"north":{"texture":"#0","uv":[2.125,11.125,1.25,12.625]},"south":{"texture":"#0","uv":[4.25,11.125,3.375,12.625]},"up":{"texture":"#0","uv":[1.25,11.125,2.125,9.875]},"west":{"texture":"#0","uv":[1.25,11.125,0,12.625]}},"from":[-16,-12.8,-16],"shade":false,"to":[-13.2,-8,-12]},{"faces":{"down":{"texture":"#0","uv":[5.375,9.875,6,10.375]},"east":{"texture":"#0","uv":[5.875,10.375,5.375,11.125]},"north":{"texture":"#0","uv":[5.375,10.375,4.75,11.125]},"south":{"texture":"#0","uv":[6.5,10.375,5.875,11.125]},"up":{"texture":"#0","uv":[4.75,10.375,5.375,9.875]},"west":{"texture":"#0","uv":[4.75,10.375,4.25,11.125]}},"from":[-15.6,-15.2,-14.4],"shade":false,"to":[-13.6,-12.799999,-12.799999]},{"faces":{"down":{"texture":"#0","uv":[5.75,11.125,6.5,11.875]},"east":{"texture":"#0","uv":[6.5,11.875,5.75,12.25]},"north":{"texture":"#0","uv":[5.75,11.875,5,12.25]},"south":{"texture":"#0","uv":[7.25,11.875,6.5,12.25]},"up":{"texture":"#0","uv":[5,11.875,5.75,11.125]},"west":{"texture":"#0","uv":[5,11.875,4.25,12.25]}},"from":[-15.8,-16,-15.6],"shade":false,"to":[-13.4,-14.8,-13.200001]}],"overrides":[],"textures":{"0":"item/w1995941004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1959.json b/assets/minecraft/models/w1959.json new file mode 100644 index 000000000..ef2ac3a51 --- /dev/null +++ b/assets/minecraft/models/w1959.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[10,0,11.25,2]},"south":{"texture":"#0","uv":[11.25,0,10,2]}},"from":[-16,-16,-16],"rotation":{"angle":45,"axis":"y","origin":[-14,-12.8,-16],"rescale":false},"shade":false,"to":[-12,-9.6,-16]},{"faces":{"north":{"texture":"#0","uv":[10,0,11.25,2]},"south":{"texture":"#0","uv":[11.25,0,10,2]}},"from":[-16,-16,-16],"rotation":{"angle":-45,"axis":"y","origin":[-14,-12.8,-16],"rescale":false},"shade":false,"to":[-12,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1995941004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w196.json b/assets/minecraft/models/w196.json new file mode 100644 index 000000000..0f60d4601 --- /dev/null +++ b/assets/minecraft/models/w196.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.4375,9.0625,9.25,9.25]},"east":{"texture":"#0","uv":[8.875,9.25,9.0625,9.5]},"north":{"texture":"#0","uv":[9.0625,9.25,9.25,9.5]},"south":{"texture":"#0","uv":[9.4375,9.25,9.625,9.5]},"up":{"texture":"#0","uv":[9.25,9.25,9.0625,9.0625]},"west":{"texture":"#0","uv":[9.25,9.25,9.4375,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.2,-14.5]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1960.json b/assets/minecraft/models/w1960.json new file mode 100644 index 000000000..ef2ac3a51 --- /dev/null +++ b/assets/minecraft/models/w1960.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[10,0,11.25,2]},"south":{"texture":"#0","uv":[11.25,0,10,2]}},"from":[-16,-16,-16],"rotation":{"angle":45,"axis":"y","origin":[-14,-12.8,-16],"rescale":false},"shade":false,"to":[-12,-9.6,-16]},{"faces":{"north":{"texture":"#0","uv":[10,0,11.25,2]},"south":{"texture":"#0","uv":[11.25,0,10,2]}},"from":[-16,-16,-16],"rotation":{"angle":-45,"axis":"y","origin":[-14,-12.8,-16],"rescale":false},"shade":false,"to":[-12,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1995941004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1961.json b/assets/minecraft/models/w1961.json new file mode 100644 index 000000000..6763397e5 --- /dev/null +++ b/assets/minecraft/models/w1961.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,0,2.25,1]},"east":{"texture":"#0","uv":[0,1,1,2]},"north":{"texture":"#0","uv":[1,1,2.25,2]},"south":{"texture":"#0","uv":[3.25,1,4.5,2]},"up":{"texture":"#0","uv":[2.25,1,1,0]},"west":{"texture":"#0","uv":[2.25,1,3.25,2]}},"from":[-14,-16,-16],"shade":false,"to":[-10,-12.8,-12.8]},{"faces":{"down":{"texture":"#0","uv":[8.875,0,9.75,0.25]},"east":{"texture":"#0","uv":[9.125,0.25,8.875,0.5]},"north":{"texture":"#0","uv":[8.875,0.25,8,0.5]},"south":{"texture":"#0","uv":[10,0.25,9.125,0.5]},"up":{"texture":"#0","uv":[8,0.25,8.875,0]},"west":{"texture":"#0","uv":[8,0.25,7.75,0.5]}},"from":[-10.8,-13.2,-15.2],"rotation":{"angle":22.5,"axis":"y","origin":[-10.4,-12.8,-14.8],"rescale":false},"shade":false,"to":[-8,-12.4,-14.4]},{"faces":{"down":{"texture":"#0","uv":[8.5,0.5,8.25,0.75]},"east":{"texture":"#0","uv":[7.75,0.75,8,0.875]},"north":{"texture":"#0","uv":[8,0.75,8.25,0.875]},"south":{"texture":"#0","uv":[8.5,0.75,8.75,0.875]},"up":{"texture":"#0","uv":[8.25,0.75,8,0.5]},"west":{"texture":"#0","uv":[8.25,0.75,8.5,0.875]}},"from":[-16,-12.4,-15.2],"rotation":{"angle":-22.5,"axis":"y","origin":[-13.6,-12.8,-14.8],"rescale":false},"shade":false,"to":[-15.2,-12,-14.4]},{"faces":{"down":{"texture":"#0","uv":[9.75,0,8.875,0.25]},"east":{"texture":"#0","uv":[7.75,0.25,8,0.5]},"north":{"texture":"#0","uv":[8,0.25,8.875,0.5]},"south":{"texture":"#0","uv":[9.125,0.25,10,0.5]},"up":{"texture":"#0","uv":[8.875,0.25,8,0]},"west":{"texture":"#0","uv":[8.875,0.25,9.125,0.5]}},"from":[-16,-13.2,-15.2],"rotation":{"angle":-22.5,"axis":"y","origin":[-13.6,-12.8,-14.8],"rescale":false},"shade":false,"to":[-13.2,-12.4,-14.4]},{"faces":{"down":{"texture":"#0","uv":[8.25,0.5,8.5,0.75]},"east":{"texture":"#0","uv":[8.5,0.75,8.25,0.875]},"north":{"texture":"#0","uv":[8.25,0.75,8,0.875]},"south":{"texture":"#0","uv":[8.75,0.75,8.5,0.875]},"up":{"texture":"#0","uv":[8,0.75,8.25,0.5]},"west":{"texture":"#0","uv":[8,0.75,7.75,0.875]}},"from":[-8.8,-12.4,-15.2],"rotation":{"angle":22.5,"axis":"y","origin":[-10.4,-12.8,-14.8],"rescale":false},"shade":false,"to":[-8,-12,-14.4]}],"overrides":[],"textures":{"0":"item/w1995941004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1962.json b/assets/minecraft/models/w1962.json new file mode 100644 index 000000000..03388322f --- /dev/null +++ b/assets/minecraft/models/w1962.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.875,7.25,2,8.375]},"east":{"texture":"#0","uv":[0,8.375,1.125,9.875]},"north":{"texture":"#0","uv":[1.125,8.375,2,9.875]},"south":{"texture":"#0","uv":[3.125,8.375,4,9.875]},"up":{"texture":"#0","uv":[2,8.375,1.125,7.25]},"west":{"texture":"#0","uv":[2,8.375,3.125,9.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-11.2,-12.4]}],"overrides":[],"textures":{"0":"item/w1995941004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1963.json b/assets/minecraft/models/w1963.json new file mode 100644 index 000000000..d5886bed6 --- /dev/null +++ b/assets/minecraft/models/w1963.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,7.25,2.875,8.375]},"east":{"texture":"#0","uv":[3.125,8.375,2,9.875]},"north":{"texture":"#0","uv":[2,8.375,1.125,9.875]},"south":{"texture":"#0","uv":[4,8.375,3.125,9.875]},"up":{"texture":"#0","uv":[1.125,8.375,2,7.25]},"west":{"texture":"#0","uv":[1.125,8.375,0,9.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-11.2,-12.4]}],"overrides":[],"textures":{"0":"item/w1995941004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1964.json b/assets/minecraft/models/w1964.json new file mode 100644 index 000000000..63c5ff893 --- /dev/null +++ b/assets/minecraft/models/w1964.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3.5,0,4.5,1]},"west":{"texture":"#0","uv":[4.5,0,3.5,1]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12.8,-13.2]}],"overrides":[],"textures":{"0":"item/w1995941004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1965.json b/assets/minecraft/models/w1965.json new file mode 100644 index 000000000..63c5ff893 --- /dev/null +++ b/assets/minecraft/models/w1965.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3.5,0,4.5,1]},"west":{"texture":"#0","uv":[4.5,0,3.5,1]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12.8,-13.2]}],"overrides":[],"textures":{"0":"item/w1995941004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1966.json b/assets/minecraft/models/w1966.json new file mode 100644 index 000000000..c0692e207 --- /dev/null +++ b/assets/minecraft/models/w1966.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0,6.125,0.75]},"east":{"texture":"#0","uv":[4.5,0.75,5.25,1.375]},"north":{"texture":"#0","uv":[5.25,0.75,6.125,1.375]},"south":{"texture":"#0","uv":[6.875,0.75,7.75,1.375]},"up":{"texture":"#0","uv":[6.125,0.75,5.25,0]},"west":{"texture":"#0","uv":[6.125,0.75,6.875,1.375]}},"from":[-16,-13.348246,-16],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.6,-11.148245,-13.6],"rescale":false},"shade":false,"to":[-13.2,-11.348246,-13.6]},{"faces":{"east":{"texture":"#0","uv":[6,1.375,6.25,2]},"north":{"texture":"#0","uv":[6.25,1.375,7.125,2]},"west":{"texture":"#0","uv":[7.125,1.375,7.375,2]}},"from":[-15.96,-16,-14.626752],"shade":false,"to":[-13.24,-13.68,-13.906753]}],"overrides":[],"textures":{"0":"item/w1995941004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1967.json b/assets/minecraft/models/w1967.json new file mode 100644 index 000000000..f8bdf86bf --- /dev/null +++ b/assets/minecraft/models/w1967.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.875,1.375,5.25,1.5]},"east":{"texture":"#0","uv":[4.5,1.5,4.625,1.875]},"north":{"texture":"#0","uv":[4.625,1.5,5.25,1.875]},"south":{"texture":"#0","uv":[5.375,1.5,6,1.875]},"up":{"texture":"#0","uv":[5.25,1.5,4.625,1.375]},"west":{"texture":"#0","uv":[5.25,1.5,5.375,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1995941004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1968.json b/assets/minecraft/models/w1968.json new file mode 100644 index 000000000..040ec5dcf --- /dev/null +++ b/assets/minecraft/models/w1968.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,1.375,5.875,1.5]},"east":{"texture":"#0","uv":[5.375,1.5,5.25,1.875]},"north":{"texture":"#0","uv":[5.25,1.5,4.625,1.875]},"south":{"texture":"#0","uv":[6,1.5,5.375,1.875]},"up":{"texture":"#0","uv":[4.625,1.5,5.25,1.375]},"west":{"texture":"#0","uv":[4.625,1.5,4.5,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1995941004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1969.json b/assets/minecraft/models/w1969.json new file mode 100644 index 000000000..6f8eb5a4b --- /dev/null +++ b/assets/minecraft/models/w1969.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[10,0,11.25,1.625]},"south":{"texture":"#0","uv":[11.25,0,10,1.625]}},"from":[-16,-16,-16],"rotation":{"angle":45,"axis":"y","origin":[-14,-14.4,-16],"rescale":false},"shade":false,"to":[-12,-11.2,-16]},{"faces":{"north":{"texture":"#0","uv":[10,0,11.25,1.625]},"south":{"texture":"#0","uv":[11.25,0,10,1.625]}},"from":[-16,-16,-16],"rotation":{"angle":-45,"axis":"y","origin":[-14,-14.4,-16],"rescale":false},"shade":false,"to":[-12,-11.2,-16]}],"overrides":[],"textures":{"0":"item/w1995941004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w197.json b/assets/minecraft/models/w197.json new file mode 100644 index 000000000..ca3a77b3a --- /dev/null +++ b/assets/minecraft/models/w197.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5625,3.9375,5.375,4.125]},"east":{"texture":"#0","uv":[5,4.125,5.1875,4.375]},"north":{"texture":"#0","uv":[5.1875,4.125,5.375,4.375]},"south":{"texture":"#0","uv":[5.5625,4.125,5.75,4.375]},"up":{"texture":"#0","uv":[5.375,4.125,5.1875,3.9375]},"west":{"texture":"#0","uv":[5.375,4.125,5.5625,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.2,-14.5]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1970.json b/assets/minecraft/models/w1970.json new file mode 100644 index 000000000..acf205d3e --- /dev/null +++ b/assets/minecraft/models/w1970.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.875,7.25,5.25,7.875]},"east":{"texture":"#0","uv":[4,7.875,4.625,9.625]},"north":{"texture":"#0","uv":[4.625,7.875,5.25,9.625]},"south":{"texture":"#0","uv":[5.875,7.875,6.5,9.625]},"up":{"texture":"#0","uv":[5.25,7.875,4.625,7.25]},"west":{"texture":"#0","uv":[5.25,7.875,5.875,9.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-10.4,-14]}],"overrides":[],"textures":{"0":"item/w1995941004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1971.json b/assets/minecraft/models/w1971.json new file mode 100644 index 000000000..b7d817dd2 --- /dev/null +++ b/assets/minecraft/models/w1971.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[11.25,0,10,1.625]},"south":{"texture":"#0","uv":[10,0,11.25,1.625]}},"from":[-16,-16,-16],"rotation":{"angle":-45,"axis":"y","origin":[-14,-14.4,-16],"rescale":false},"shade":false,"to":[-12,-11.2,-16]},{"faces":{"north":{"texture":"#0","uv":[11.25,0,10,1.625]},"south":{"texture":"#0","uv":[10,0,11.25,1.625]}},"from":[-16,-16,-16],"rotation":{"angle":45,"axis":"y","origin":[-14,-14.4,-16],"rescale":false},"shade":false,"to":[-12,-11.2,-16]}],"overrides":[],"textures":{"0":"item/w1995941004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1972.json b/assets/minecraft/models/w1972.json new file mode 100644 index 000000000..64bc96a41 --- /dev/null +++ b/assets/minecraft/models/w1972.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,7.25,5.875,7.875]},"east":{"texture":"#0","uv":[5.875,7.875,5.25,9.625]},"north":{"texture":"#0","uv":[5.25,7.875,4.625,9.625]},"south":{"texture":"#0","uv":[6.5,7.875,5.875,9.625]},"up":{"texture":"#0","uv":[4.625,7.875,5.25,7.25]},"west":{"texture":"#0","uv":[4.625,7.875,4,9.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-10.4,-14]}],"overrides":[],"textures":{"0":"item/w1995941004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1973.json b/assets/minecraft/models/w1973.json new file mode 100644 index 000000000..4dc722ff5 --- /dev/null +++ b/assets/minecraft/models/w1973.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.375,7.25,7.75,7.875]},"east":{"texture":"#0","uv":[6.5,7.875,7.125,8.5]},"north":{"texture":"#0","uv":[7.125,7.875,7.75,8.5]},"south":{"texture":"#0","uv":[8.375,7.875,9,8.5]},"up":{"texture":"#0","uv":[7.75,7.875,7.125,7.25]},"west":{"texture":"#0","uv":[7.75,7.875,8.375,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14]}],"overrides":[],"textures":{"0":"item/w1995941004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1974.json b/assets/minecraft/models/w1974.json new file mode 100644 index 000000000..06613b7ad --- /dev/null +++ b/assets/minecraft/models/w1974.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.75,7.25,8.375,7.875]},"east":{"texture":"#0","uv":[8.375,7.875,7.75,8.5]},"north":{"texture":"#0","uv":[7.75,7.875,7.125,8.5]},"south":{"texture":"#0","uv":[9,7.875,8.375,8.5]},"up":{"texture":"#0","uv":[7.125,7.875,7.75,7.25]},"west":{"texture":"#0","uv":[7.125,7.875,6.5,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14]}],"overrides":[],"textures":{"0":"item/w1995941004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1975.json b/assets/minecraft/models/w1975.json new file mode 100644 index 000000000..9fde6085e --- /dev/null +++ b/assets/minecraft/models/w1975.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,11.75,0.25]},"east":{"texture":"#0","uv":[11.25,0.25,11.5,6.875]},"north":{"texture":"#0","uv":[11.5,0.25,11.75,6.875]},"south":{"texture":"#0","uv":[12,0.25,12.25,6.875]},"up":{"texture":"#0","uv":[11.75,0.25,11.5,0]},"west":{"texture":"#0","uv":[11.75,0.25,12,6.875]}},"from":[-15.2,-16,-9.450927],"shade":false,"to":[-14.4,5.200001,-8.650927]},{"faces":{"down":{"texture":"#0","uv":[10.75,2,10.25,2.5]},"east":{"texture":"#0","uv":[9.25,2.5,9.75,2.75]},"north":{"texture":"#0","uv":[9.75,2.5,10.25,2.75]},"south":{"texture":"#0","uv":[10.75,2.5,11.25,2.75]},"up":{"texture":"#0","uv":[10.25,2.5,9.75,2]},"west":{"texture":"#0","uv":[10.25,2.5,10.75,2.75]}},"from":[-15.6,5.200001,-9.850927],"shade":false,"to":[-14,6.000001,-8.250927]},{"faces":{"down":{"texture":"#0","uv":[14,11.75,13.5,12.5]},"east":{"texture":"#0","uv":[12.25,12.5,13,12.75]},"north":{"texture":"#0","uv":[13,12.5,13.5,12.75]},"south":{"texture":"#0","uv":[14.25,12.5,14.75,12.75]},"up":{"texture":"#0","uv":[13.5,12.5,13,11.75]},"west":{"texture":"#0","uv":[13.5,12.5,14.25,12.75]}},"from":[-15.6,-15.2,-10.250927],"shade":false,"to":[-14,-14.4,-7.850927]},{"faces":{"down":{"texture":"#0","uv":[14.75,10.5,14,11.5]},"east":{"texture":"#0","uv":[12.25,11.5,13.25,11.75]},"north":{"texture":"#0","uv":[13.25,11.5,14,11.75]},"south":{"texture":"#0","uv":[15,11.5,15.75,11.75]},"up":{"texture":"#0","uv":[14,11.5,13.25,10.5]},"west":{"texture":"#0","uv":[14,11.5,15,11.75]}},"from":[-16,-14,-10.650927],"shade":false,"to":[-13.6,-13.2,-7.450927]},{"faces":{"down":{"texture":"#0","uv":[14,0,13.5,0.75]},"east":{"texture":"#0","uv":[12.25,0.75,13,1.625]},"north":{"texture":"#0","uv":[13,0.75,13.5,1.625]},"south":{"texture":"#0","uv":[14.25,0.75,14.75,1.625]},"up":{"texture":"#0","uv":[13.5,0.75,13,0]},"west":{"texture":"#0","uv":[13.5,0.75,14.25,1.625]}},"from":[-15.6,1.6000004,-10.250927],"shade":false,"to":[-14,4.4000006,-7.850927]},{"faces":{"down":{"texture":"#0","uv":[12.375,6.875,12.125,9.75]},"east":{"texture":"#0","uv":[9,9.75,11.875,10.375]},"north":{"texture":"#0","uv":[11.875,9.75,12.125,10.375]},"south":{"texture":"#0","uv":[15,9.75,15.25,10.375]},"up":{"texture":"#0","uv":[12.125,9.75,11.875,6.875]},"west":{"texture":"#0","uv":[12.125,9.75,15,10.375]}},"from":[-15.2,2,-15.850927],"shade":false,"to":[-14.4,4,-6.6509275]},{"faces":{"down":{"texture":"#0","uv":[10.875,12.5,10.625,13.875]},"east":{"texture":"#0","uv":[9,13.875,10.375,15]},"north":{"texture":"#0","uv":[10.375,13.875,10.625,15]},"south":{"texture":"#0","uv":[12,13.875,12.25,15]},"up":{"texture":"#0","uv":[10.625,13.875,10.375,12.5]},"west":{"texture":"#0","uv":[10.625,13.875,12,15]}},"from":[-15.196,-1.5655518,-16],"rotation":{"angle":-22.5,"axis":"x","origin":[-14,2.3999996,-15.850927],"rescale":false},"shade":false,"to":[-14.404,2.0264497,-11.608]},{"faces":{"down":{"texture":"#0","uv":[10.875,10.375,10.625,11.75]},"east":{"texture":"#0","uv":[9,11.75,10.375,12.5]},"north":{"texture":"#0","uv":[10.375,11.75,10.625,12.5]},"south":{"texture":"#0","uv":[12,11.75,12.25,12.5]},"up":{"texture":"#0","uv":[10.625,11.75,10.375,10.375]},"west":{"texture":"#0","uv":[10.625,11.75,12,12.5]}},"from":[-15.196,4.0039997,-15.846927],"rotation":{"angle":22.5,"axis":"x","origin":[-14.404,4.0040016,-15.846927],"rescale":false},"shade":false,"to":[-14.404,6.396001,-11.454927]},{"faces":{"down":{"texture":"#0","uv":[8.75,11.875,8.5,12.125]},"east":{"texture":"#0","uv":[8,12.125,8.25,12.5]},"north":{"texture":"#0","uv":[8.25,12.125,8.5,12.5]},"south":{"texture":"#0","uv":[8.75,12.125,9,12.5]},"up":{"texture":"#0","uv":[8.5,12.125,8.25,11.875]},"west":{"texture":"#0","uv":[8.5,12.125,8.75,12.5]}},"from":[-15.191999,5.922226,-14.984774],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.196,5.9182243,-14.1967745],"rescale":false},"shade":false,"to":[-14.408,7.1062255,-14.200774]},{"faces":{"down":{"texture":"#0","uv":[8.75,13.625,8.5,13.875]},"east":{"texture":"#0","uv":[8,13.875,8.25,15]},"north":{"texture":"#0","uv":[8.25,13.875,8.5,15]},"south":{"texture":"#0","uv":[8.75,13.875,9,15]},"up":{"texture":"#0","uv":[8.5,13.875,8.25,13.625]},"west":{"texture":"#0","uv":[8.5,13.875,8.75,15]}},"from":[-15.2,0.79999924,-6.6509266],"shade":false,"to":[-14.4,4.399999,-5.8509264]},{"faces":{"down":{"texture":"#0","uv":[8.75,9.75,8.5,10]},"east":{"texture":"#0","uv":[8,10,8.25,10.375]},"north":{"texture":"#0","uv":[8.25,10,8.5,10.375]},"south":{"texture":"#0","uv":[8.75,10,9,10.375]},"up":{"texture":"#0","uv":[8.5,10,8.25,9.75]},"west":{"texture":"#0","uv":[8.5,10,8.75,10.375]}},"from":[-15.196,-0.39600086,-6.646927],"rotation":{"angle":22.5,"axis":"x","origin":[-15.2,0.79999924,-5.8509274],"rescale":false},"shade":false,"to":[-14.404,0.7960005,-5.854927]}],"overrides":[],"textures":{"0":"item/w1995941004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1976.json b/assets/minecraft/models/w1976.json new file mode 100644 index 000000000..cdf310860 --- /dev/null +++ b/assets/minecraft/models/w1976.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,6,2]},"east":{"texture":"#0","uv":[6,2,4,9]},"north":{"texture":"#0","uv":[4,2,2,9]},"south":{"texture":"#0","uv":[8,2,6,9]},"up":{"texture":"#0","uv":[2,2,4,0]},"west":{"texture":"#0","uv":[2,2,0,9]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.2,-15.2]}],"overrides":[],"textures":{"0":"item/w1443277333_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1977.json b/assets/minecraft/models/w1977.json new file mode 100644 index 000000000..943c40a57 --- /dev/null +++ b/assets/minecraft/models/w1977.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[8,0,13,5]},"west":{"texture":"#0","uv":[13,0,8,5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14,-14]}],"overrides":[],"textures":{"0":"item/w1443277333_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1978.json b/assets/minecraft/models/w1978.json new file mode 100644 index 000000000..a9b8e8db4 --- /dev/null +++ b/assets/minecraft/models/w1978.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,2.5,13.75,3.25]},"east":{"texture":"#0","uv":[13.75,3.25,13,5]},"north":{"texture":"#0","uv":[13,3.25,12.25,5]},"south":{"texture":"#0","uv":[14.5,3.25,13.75,5]},"up":{"texture":"#0","uv":[12.25,3.25,13,2.5]},"west":{"texture":"#0","uv":[12.25,3.25,11.5,5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1566831442_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1979.json b/assets/minecraft/models/w1979.json new file mode 100644 index 000000000..52b1f4bf0 --- /dev/null +++ b/assets/minecraft/models/w1979.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.75,2.5,13,3.25]},"east":{"texture":"#0","uv":[11.5,3.25,12.25,5]},"north":{"texture":"#0","uv":[12.25,3.25,13,5]},"south":{"texture":"#0","uv":[13.75,3.25,14.5,5]},"up":{"texture":"#0","uv":[13,3.25,12.25,2.5]},"west":{"texture":"#0","uv":[13,3.25,13.75,5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1566831442_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w198.json b/assets/minecraft/models/w198.json new file mode 100644 index 000000000..e66bd5d22 --- /dev/null +++ b/assets/minecraft/models/w198.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.9375,5.9375,3.75,6.125]},"east":{"texture":"#0","uv":[3.375,6.125,3.5625,6.375]},"north":{"texture":"#0","uv":[3.5625,6.125,3.75,6.375]},"south":{"texture":"#0","uv":[3.9375,6.125,4.125,6.375]},"up":{"texture":"#0","uv":[3.75,6.125,3.5625,5.9375]},"west":{"texture":"#0","uv":[3.75,6.125,3.9375,6.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1980.json b/assets/minecraft/models/w1980.json new file mode 100644 index 000000000..e0cbac5d0 --- /dev/null +++ b/assets/minecraft/models/w1980.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,4.75,2,8.75]},"east":{"texture":"#0","uv":[0,8.75,4,10.5]},"north":{"texture":"#0","uv":[4,8.75,6,10.5]},"south":{"texture":"#0","uv":[4,7,6,8.75]},"up":{"texture":"#0","uv":[2,8.75,0,4.75]},"west":{"texture":"#0","uv":[4,8.75,0,10.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.2,-9.6]}],"overrides":[],"textures":{"0":"item/w1566831442_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1981.json b/assets/minecraft/models/w1981.json new file mode 100644 index 000000000..ff8e396ca --- /dev/null +++ b/assets/minecraft/models/w1981.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,5,13,5.5]},"east":{"texture":"#0","uv":[13,5.5,12.5,6.75]},"north":{"texture":"#0","uv":[12.5,5.5,12,6.75]},"south":{"texture":"#0","uv":[13.5,5.5,13,6.75]},"up":{"texture":"#0","uv":[12,5.5,12.5,5]},"west":{"texture":"#0","uv":[12,5.5,11.5,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14,-15.2]}],"overrides":[],"textures":{"0":"item/w1566831442_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1982.json b/assets/minecraft/models/w1982.json new file mode 100644 index 000000000..dec3e6a4f --- /dev/null +++ b/assets/minecraft/models/w1982.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,5,12.5,5.5]},"east":{"texture":"#0","uv":[11.5,5.5,12,6.75]},"north":{"texture":"#0","uv":[12,5.5,12.5,6.75]},"south":{"texture":"#0","uv":[13,5.5,13.5,6.75]},"up":{"texture":"#0","uv":[12.5,5.5,12,5]},"west":{"texture":"#0","uv":[12.5,5.5,13,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14,-15.2]}],"overrides":[],"textures":{"0":"item/w1566831442_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1983.json b/assets/minecraft/models/w1983.json new file mode 100644 index 000000000..2a03e6986 --- /dev/null +++ b/assets/minecraft/models/w1983.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,10.5,5.25,11.75]},"east":{"texture":"#0","uv":[0,11.75,1.25,12.25]},"north":{"texture":"#0","uv":[1.25,11.75,5.25,12.25]},"south":{"texture":"#0","uv":[6.5,11.75,10.5,12.25]},"up":{"texture":"#0","uv":[5.25,11.75,1.25,10.5]},"west":{"texture":"#0","uv":[5.25,11.75,6.5,12.25]}},"from":[-15.2,-16,-16],"shade":false,"to":[-8.799999,-15.2,-14]},{"faces":{"down":{"texture":"#0","uv":[0,15.25,4.5,12.5]},"up":{"texture":"#0","uv":[0,12.5,4.5,15.25]}},"from":[-16,-15.23,-14],"shade":false,"to":[-8.8,-15.23,-9.6]}],"overrides":[],"textures":{"0":"item/w1566831442_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1984.json b/assets/minecraft/models/w1984.json new file mode 100644 index 000000000..bbd694dff --- /dev/null +++ b/assets/minecraft/models/w1984.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,10.5,9.25,11.75]},"east":{"texture":"#0","uv":[6.5,11.75,5.25,12.25]},"north":{"texture":"#0","uv":[5.25,11.75,1.25,12.25]},"south":{"texture":"#0","uv":[10.5,11.75,6.5,12.25]},"up":{"texture":"#0","uv":[1.25,11.75,5.25,10.5]},"west":{"texture":"#0","uv":[1.25,11.75,0,12.25]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-15.2,-14]},{"faces":{"down":{"texture":"#0","uv":[4.5,15.25,0,12.5]},"up":{"texture":"#0","uv":[4.5,12.5,0,15.25]}},"from":[-16,-15.23,-14],"shade":false,"to":[-8.8,-15.23,-9.6]}],"overrides":[],"textures":{"0":"item/w1566831442_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1985.json b/assets/minecraft/models/w1985.json new file mode 100644 index 000000000..9c1359e47 --- /dev/null +++ b/assets/minecraft/models/w1985.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,2.5,5.5,3.75]},"east":{"texture":"#0","uv":[3.25,3.75,4.5,4.75]},"north":{"texture":"#0","uv":[4.5,3.75,5.5,4.75]},"south":{"texture":"#0","uv":[6.75,3.75,7.75,4.75]},"up":{"texture":"#0","uv":[5.5,3.75,4.5,2.5]},"west":{"texture":"#0","uv":[5.5,3.75,6.75,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-14]}],"overrides":[],"textures":{"0":"item/w1566831442_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1986.json b/assets/minecraft/models/w1986.json new file mode 100644 index 000000000..dbabf2fb9 --- /dev/null +++ b/assets/minecraft/models/w1986.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,0,11.75,1.5]},"east":{"texture":"#0","uv":[9,1.5,10.5,2.5]},"north":{"texture":"#0","uv":[10.5,1.5,11.75,2.5]},"south":{"texture":"#0","uv":[13.25,1.5,14.5,2.5]},"up":{"texture":"#0","uv":[11.75,1.5,10.5,0]},"west":{"texture":"#0","uv":[11.75,1.5,13.25,2.5]}},"from":[-14.8,-16,-16],"shade":false,"to":[-12.8,-14.4,-13.6]},{"faces":{"down":{"texture":"#0","uv":[9.5,5,7.75,2.5]},"up":{"texture":"#0","uv":[9.5,2.5,7.75,5]}},"from":[-15.2,-14.59,-14],"shade":false,"to":[-12.4,-14.59,-10]},{"faces":{"down":{"texture":"#0","uv":[9.5,5.5,11.5,2.5]},"up":{"texture":"#0","uv":[9.5,2.5,11.5,5.5]}},"from":[-16,-14.6,-14.8],"rotation":{"angle":-45,"axis":"y","origin":[-13.8,-14.6,-14.8],"rescale":false},"shade":false,"to":[-12.8,-14.6,-10]},{"faces":{"down":{"texture":"#0","uv":[11.5,5.5,9.5,2.5]},"up":{"texture":"#0","uv":[11.5,2.5,9.5,5.5]}},"from":[-14.8,-14.61,-14.8],"rotation":{"angle":45,"axis":"y","origin":[-13.8,-14.6,-14.8],"rescale":false},"shade":false,"to":[-11.6,-14.61,-10]}],"overrides":[],"textures":{"0":"item/w1566831442_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1987.json b/assets/minecraft/models/w1987.json new file mode 100644 index 000000000..03ea5f8e5 --- /dev/null +++ b/assets/minecraft/models/w1987.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.75,5.75,7,5]},"north":{"texture":"#0","uv":[7,5,6.75,5.25]}},"from":[8,8,8],"shade":false,"to":[7.6,7.6,6.8]}],"overrides":[],"textures":{"0":"item/w1566831442_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1988.json b/assets/minecraft/models/w1988.json new file mode 100644 index 000000000..83a8cc0f6 --- /dev/null +++ b/assets/minecraft/models/w1988.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[7,5,6.75,5.25]},"up":{"texture":"#0","uv":[6.75,5.75,7,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1566831442_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1989.json b/assets/minecraft/models/w1989.json new file mode 100644 index 000000000..ef3c73f25 --- /dev/null +++ b/assets/minecraft/models/w1989.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,5,7.75,6.25]},"south":{"texture":"#0","uv":[7,5,7.75,5.25]}},"from":[8,8,8],"shade":false,"to":[6.8,7.6,6]}],"overrides":[],"textures":{"0":"item/w1566831442_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w199.json b/assets/minecraft/models/w199.json new file mode 100644 index 000000000..2a253e616 --- /dev/null +++ b/assets/minecraft/models/w199.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.875,0,9.0625,0.1875]},"east":{"texture":"#0","uv":[9.0625,0.1875,8.875,0.4375]},"north":{"texture":"#0","uv":[8.875,0.1875,8.6875,0.4375]},"south":{"texture":"#0","uv":[9.25,0.1875,9.0625,0.4375]},"up":{"texture":"#0","uv":[8.6875,0.1875,8.875,0]},"west":{"texture":"#0","uv":[8.6875,0.1875,8.5,0.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.2,-14.5]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1990.json b/assets/minecraft/models/w1990.json new file mode 100644 index 000000000..89ad23439 --- /dev/null +++ b/assets/minecraft/models/w1990.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[7,5,7.75,5.25]},"up":{"texture":"#0","uv":[7,5,7.75,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.6,-14]}],"overrides":[],"textures":{"0":"item/w1566831442_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1991.json b/assets/minecraft/models/w1991.json new file mode 100644 index 000000000..21f72a50e --- /dev/null +++ b/assets/minecraft/models/w1991.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,5.75,6.75,5]},"north":{"texture":"#0","uv":[6.75,5,7,5.25]}},"from":[8,8,8],"shade":false,"to":[7.6,7.6,6.8]}],"overrides":[],"textures":{"0":"item/w1566831442_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1992.json b/assets/minecraft/models/w1992.json new file mode 100644 index 000000000..a31d0163e --- /dev/null +++ b/assets/minecraft/models/w1992.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[6.75,5,7,5.25]},"up":{"texture":"#0","uv":[7,5.75,6.75,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1566831442_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1993.json b/assets/minecraft/models/w1993.json new file mode 100644 index 000000000..dd38e243f --- /dev/null +++ b/assets/minecraft/models/w1993.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.75,5,7,6.25]},"south":{"texture":"#0","uv":[7.75,5,7,5.25]}},"from":[8,8,8],"shade":false,"to":[6.8,7.6,6]}],"overrides":[],"textures":{"0":"item/w1566831442_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1994.json b/assets/minecraft/models/w1994.json new file mode 100644 index 000000000..704067103 --- /dev/null +++ b/assets/minecraft/models/w1994.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[7.75,5,7,5.25]},"up":{"texture":"#0","uv":[7.75,5,7,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.6,-14]}],"overrides":[],"textures":{"0":"item/w1566831442_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1995.json b/assets/minecraft/models/w1995.json new file mode 100644 index 000000000..1426c4269 --- /dev/null +++ b/assets/minecraft/models/w1995.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,9,10.5,10]},"east":{"texture":"#0","uv":[6,10,7,10.5]},"north":{"texture":"#0","uv":[7,10,10.5,10.5]},"south":{"texture":"#0","uv":[11.5,10,15,10.5]},"up":{"texture":"#0","uv":[10.5,10,7,9]},"west":{"texture":"#0","uv":[10.5,10,11.5,10.5]}},"from":[-16,-16,-15.2],"shade":false,"to":[-10.4,-15.2,-13.599999]},{"faces":{"down":{"texture":"#0","uv":[4.5,15.25,8,12.25]},"up":{"texture":"#0","uv":[4.5,12.25,8,15.25]}},"from":[-16,-15.23,-13.6],"shade":false,"to":[-10.4,-15.23,-8.8]},{"faces":{"down":{"texture":"#0","uv":[8,15.25,11.25,12.25]},"up":{"texture":"#0","uv":[8,12.25,11.25,15.25]}},"from":[-10.8,-15.23,-16],"shade":false,"to":[-5.6000004,-15.23,-11.2]}],"overrides":[],"textures":{"0":"item/w1566831442_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1996.json b/assets/minecraft/models/w1996.json new file mode 100644 index 000000000..4d4cd6417 --- /dev/null +++ b/assets/minecraft/models/w1996.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,9,14,10]},"east":{"texture":"#0","uv":[11.5,10,10.5,10.5]},"north":{"texture":"#0","uv":[10.5,10,7,10.5]},"south":{"texture":"#0","uv":[15,10,11.5,10.5]},"up":{"texture":"#0","uv":[7,10,10.5,9]},"west":{"texture":"#0","uv":[7,10,6,10.5]}},"from":[-11.2,-16,-15.2],"shade":false,"to":[-5.6,-15.2,-13.599999]},{"faces":{"down":{"texture":"#0","uv":[8,15.25,4.5,12.25]},"up":{"texture":"#0","uv":[8,12.25,4.5,15.25]}},"from":[-11.2,-15.23,-13.6],"shade":false,"to":[-5.6,-15.23,-8.8]},{"faces":{"down":{"texture":"#0","uv":[11.25,15.25,8,12.25]},"up":{"texture":"#0","uv":[11.25,12.25,8,15.25]}},"from":[-16,-15.23,-16],"shade":false,"to":[-10.8,-15.23,-11.2]}],"overrides":[],"textures":{"0":"item/w1566831442_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1997.json b/assets/minecraft/models/w1997.json new file mode 100644 index 000000000..a406287a6 --- /dev/null +++ b/assets/minecraft/models/w1997.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,4,1,3]},"east":{"texture":"#0","uv":[2.25,4,3.25,4.75]},"west":{"texture":"#0","uv":[0,4,1,4.75]}},"from":[8,8,8],"shade":false,"to":[6,6.8,6.4]}],"overrides":[],"textures":{"0":"item/w1566831442_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1998.json b/assets/minecraft/models/w1998.json new file mode 100644 index 000000000..63e40fae1 --- /dev/null +++ b/assets/minecraft/models/w1998.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,2.5,1.25]},"east":{"texture":"#0","uv":[0,1.25,1.25,2.25]},"north":{"texture":"#0","uv":[1.25,1.25,2.5,2.25]},"south":{"texture":"#0","uv":[3.75,1.25,5,2.25]},"up":{"texture":"#0","uv":[2.5,1.25,1.25,0]},"west":{"texture":"#0","uv":[2.5,1.25,3.75,2.25]}},"from":[-16,-15.6,-14],"shade":false,"to":[-14,-14,-12]},{"faces":{"east":{"texture":"#0","uv":[0,4.75,1,4]},"up":{"texture":"#0","uv":[2.25,4,1,3]},"west":{"texture":"#0","uv":[2.25,4.75,3.25,4]}},"from":[-16,-15.2,-12],"shade":false,"to":[-14,-14,-10.4]},{"faces":{"down":{"texture":"#0","uv":[7.75,0,7,1.25]},"east":{"texture":"#0","uv":[5,1.25,6.25,1.75]},"north":{"texture":"#0","uv":[6.25,1.25,7,1.75]},"south":{"texture":"#0","uv":[8.25,1.25,9,1.75]},"up":{"texture":"#0","uv":[7,1.25,6.25,0]},"west":{"texture":"#0","uv":[7,1.25,8.25,1.75]}},"from":[-15.6,-15.2,-16],"shade":false,"to":[-14.400001,-14.4,-14]},{"faces":{"down":{"texture":"#0","uv":[2.75,2.25,1.5,2.5]},"east":{"texture":"#0","uv":[0,2.5,0.25,3]},"north":{"texture":"#0","uv":[0.25,2.5,1.5,3]},"south":{"texture":"#0","uv":[1.75,2.5,3,3]},"up":{"texture":"#0","uv":[1.5,2.5,0.25,2.25]},"west":{"texture":"#0","uv":[1.5,2.5,1.75,3]}},"from":[-16,-14.8,-14.4],"shade":false,"to":[-14,-14,-14]},{"faces":{"down":{"texture":"#0","uv":[6.75,1.75,6,2]},"east":{"texture":"#0","uv":[5,2,5.25,2.5]},"north":{"texture":"#0","uv":[5.25,2,6,2.5]},"south":{"texture":"#0","uv":[6.25,2,7,2.5]},"up":{"texture":"#0","uv":[6,2,5.25,1.75]},"west":{"texture":"#0","uv":[6,2,6.25,2.5]}},"from":[-15.6,-16,-16],"shade":false,"to":[-14.400001,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1566831442_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w1999.json b/assets/minecraft/models/w1999.json new file mode 100644 index 000000000..aac269226 --- /dev/null +++ b/assets/minecraft/models/w1999.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,5.5,9.75,6.5]},"east":{"texture":"#0","uv":[8,6.5,9,6.75]},"north":{"texture":"#0","uv":[9,6.5,9.75,6.75]},"south":{"texture":"#0","uv":[10.75,6.5,11.5,6.75]},"up":{"texture":"#0","uv":[9.75,6.5,9,5.5]},"west":{"texture":"#0","uv":[9.75,6.5,10.75,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w1566831442_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2.json b/assets/minecraft/models/w2.json new file mode 100644 index 000000000..0afb85963 --- /dev/null +++ b/assets/minecraft/models/w2.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,9,14.5,9]},"east":{"texture":"#0","uv":[13,9,13,10.75]},"north":{"texture":"#0","uv":[13.5,8.5,15,10.25]},"south":{"texture":"#0","uv":[15,8.5,13.5,10.25]},"up":{"texture":"#0","uv":[14.5,9,13,9]},"west":{"texture":"#0","uv":[14.5,9,14.5,10.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.2,-16]}],"overrides":[],"textures":{"0":"item/w291279173_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w20.json b/assets/minecraft/models/w20.json new file mode 100644 index 000000000..1fe445a26 --- /dev/null +++ b/assets/minecraft/models/w20.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.125,4,3.5,4]},"east":{"texture":"#0","uv":[2.875,4,2.875,5.5]},"north":{"texture":"#0","uv":[2.875,4,3.5,5.5]},"south":{"texture":"#0","uv":[3.5,4,4.125,5.5]},"up":{"texture":"#0","uv":[3.5,4,2.875,4]},"west":{"texture":"#0","uv":[3.5,4,3.5,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-11.2,-16]}],"overrides":[],"textures":{"0":"item/w88907092_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w200.json b/assets/minecraft/models/w200.json new file mode 100644 index 000000000..424dddbbe --- /dev/null +++ b/assets/minecraft/models/w200.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[10.3125,2.5625,10.5,2.75]},"north":{"texture":"#0","uv":[10.5,2.5625,10.6875,2.75]},"south":{"texture":"#0","uv":[10.875,2.5625,11.0625,2.75]},"west":{"texture":"#0","uv":[10.6875,2.5625,10.875,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.719999,-14.6,-14.440001]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2000.json b/assets/minecraft/models/w2000.json new file mode 100644 index 000000000..706e05377 --- /dev/null +++ b/assets/minecraft/models/w2000.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,2.5,13.75,3.25]},"east":{"texture":"#0","uv":[13.75,3.25,13,5]},"north":{"texture":"#0","uv":[13,3.25,12.25,5]},"south":{"texture":"#0","uv":[14.5,3.25,13.75,5]},"up":{"texture":"#0","uv":[12.25,3.25,13,2.5]},"west":{"texture":"#0","uv":[12.25,3.25,11.5,5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1327644475_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2001.json b/assets/minecraft/models/w2001.json new file mode 100644 index 000000000..4c39f4aaf --- /dev/null +++ b/assets/minecraft/models/w2001.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.75,2.5,13,3.25]},"east":{"texture":"#0","uv":[11.5,3.25,12.25,5]},"north":{"texture":"#0","uv":[12.25,3.25,13,5]},"south":{"texture":"#0","uv":[13.75,3.25,14.5,5]},"up":{"texture":"#0","uv":[13,3.25,12.25,2.5]},"west":{"texture":"#0","uv":[13,3.25,13.75,5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1327644475_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2002.json b/assets/minecraft/models/w2002.json new file mode 100644 index 000000000..426ce1f33 --- /dev/null +++ b/assets/minecraft/models/w2002.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,4.75,2,8.75]},"east":{"texture":"#0","uv":[0,8.75,4,10.5]},"north":{"texture":"#0","uv":[4,8.75,6,10.5]},"south":{"texture":"#0","uv":[4,7,6,8.75]},"up":{"texture":"#0","uv":[2,8.75,0,4.75]},"west":{"texture":"#0","uv":[4,8.75,0,10.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.2,-9.6]}],"overrides":[],"textures":{"0":"item/w1327644475_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2003.json b/assets/minecraft/models/w2003.json new file mode 100644 index 000000000..bd2a540e8 --- /dev/null +++ b/assets/minecraft/models/w2003.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,5,13,5.5]},"east":{"texture":"#0","uv":[13,5.5,12.5,6.75]},"north":{"texture":"#0","uv":[12.5,5.5,12,6.75]},"south":{"texture":"#0","uv":[13.5,5.5,13,6.75]},"up":{"texture":"#0","uv":[12,5.5,12.5,5]},"west":{"texture":"#0","uv":[12,5.5,11.5,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14,-15.2]}],"overrides":[],"textures":{"0":"item/w1327644475_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2004.json b/assets/minecraft/models/w2004.json new file mode 100644 index 000000000..2e91823a2 --- /dev/null +++ b/assets/minecraft/models/w2004.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,5,12.5,5.5]},"east":{"texture":"#0","uv":[11.5,5.5,12,6.75]},"north":{"texture":"#0","uv":[12,5.5,12.5,6.75]},"south":{"texture":"#0","uv":[13,5.5,13.5,6.75]},"up":{"texture":"#0","uv":[12.5,5.5,12,5]},"west":{"texture":"#0","uv":[12.5,5.5,13,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14,-15.2]}],"overrides":[],"textures":{"0":"item/w1327644475_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2005.json b/assets/minecraft/models/w2005.json new file mode 100644 index 000000000..132cf45ce --- /dev/null +++ b/assets/minecraft/models/w2005.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,10.5,5.25,11.75]},"east":{"texture":"#0","uv":[0,11.75,1.25,12.25]},"north":{"texture":"#0","uv":[1.25,11.75,5.25,12.25]},"south":{"texture":"#0","uv":[6.5,11.75,10.5,12.25]},"up":{"texture":"#0","uv":[5.25,11.75,1.25,10.5]},"west":{"texture":"#0","uv":[5.25,11.75,6.5,12.25]}},"from":[-15.2,-16,-16],"shade":false,"to":[-8.799999,-15.2,-14]},{"faces":{"down":{"texture":"#0","uv":[0,15.25,4.5,12.5]},"up":{"texture":"#0","uv":[0,12.5,4.5,15.25]}},"from":[-16,-15.23,-14],"shade":false,"to":[-8.8,-15.23,-9.6]}],"overrides":[],"textures":{"0":"item/w1327644475_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2006.json b/assets/minecraft/models/w2006.json new file mode 100644 index 000000000..92490a2ab --- /dev/null +++ b/assets/minecraft/models/w2006.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,10.5,9.25,11.75]},"east":{"texture":"#0","uv":[6.5,11.75,5.25,12.25]},"north":{"texture":"#0","uv":[5.25,11.75,1.25,12.25]},"south":{"texture":"#0","uv":[10.5,11.75,6.5,12.25]},"up":{"texture":"#0","uv":[1.25,11.75,5.25,10.5]},"west":{"texture":"#0","uv":[1.25,11.75,0,12.25]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-15.2,-14]},{"faces":{"down":{"texture":"#0","uv":[4.5,15.25,0,12.5]},"up":{"texture":"#0","uv":[4.5,12.5,0,15.25]}},"from":[-16,-15.23,-14],"shade":false,"to":[-8.8,-15.23,-9.6]}],"overrides":[],"textures":{"0":"item/w1327644475_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2007.json b/assets/minecraft/models/w2007.json new file mode 100644 index 000000000..71d013f23 --- /dev/null +++ b/assets/minecraft/models/w2007.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,2.5,5.5,3.75]},"east":{"texture":"#0","uv":[3.25,3.75,4.5,4.75]},"north":{"texture":"#0","uv":[4.5,3.75,5.5,4.75]},"south":{"texture":"#0","uv":[6.75,3.75,7.75,4.75]},"up":{"texture":"#0","uv":[5.5,3.75,4.5,2.5]},"west":{"texture":"#0","uv":[5.5,3.75,6.75,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-14]}],"overrides":[],"textures":{"0":"item/w1327644475_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2008.json b/assets/minecraft/models/w2008.json new file mode 100644 index 000000000..a40aeed4b --- /dev/null +++ b/assets/minecraft/models/w2008.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,0,11.75,1.5]},"east":{"texture":"#0","uv":[9,1.5,10.5,2.5]},"north":{"texture":"#0","uv":[10.5,1.5,11.75,2.5]},"south":{"texture":"#0","uv":[13.25,1.5,14.5,2.5]},"up":{"texture":"#0","uv":[11.75,1.5,10.5,0]},"west":{"texture":"#0","uv":[11.75,1.5,13.25,2.5]}},"from":[-14.8,-16,-16],"shade":false,"to":[-12.8,-14.4,-13.6]},{"faces":{"down":{"texture":"#0","uv":[9.5,5,7.75,2.5]},"up":{"texture":"#0","uv":[9.5,2.5,7.75,5]}},"from":[-15.2,-14.59,-14],"shade":false,"to":[-12.4,-14.59,-10]},{"faces":{"down":{"texture":"#0","uv":[9.5,5.5,11.5,2.5]},"up":{"texture":"#0","uv":[9.5,2.5,11.5,5.5]}},"from":[-16,-14.6,-14.8],"rotation":{"angle":-45,"axis":"y","origin":[-13.8,-14.6,-14.8],"rescale":false},"shade":false,"to":[-12.8,-14.6,-10]},{"faces":{"down":{"texture":"#0","uv":[11.5,5.5,9.5,2.5]},"up":{"texture":"#0","uv":[11.5,2.5,9.5,5.5]}},"from":[-14.8,-14.61,-14.8],"rotation":{"angle":45,"axis":"y","origin":[-13.8,-14.6,-14.8],"rescale":false},"shade":false,"to":[-11.6,-14.61,-10]}],"overrides":[],"textures":{"0":"item/w1327644475_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2009.json b/assets/minecraft/models/w2009.json new file mode 100644 index 000000000..ad7cebe6c --- /dev/null +++ b/assets/minecraft/models/w2009.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.75,5.75,7,5]},"north":{"texture":"#0","uv":[7,5,6.75,5.25]}},"from":[8,8,8],"shade":false,"to":[7.6,7.6,6.8]}],"overrides":[],"textures":{"0":"item/w1327644475_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w201.json b/assets/minecraft/models/w201.json new file mode 100644 index 000000000..478a1b41f --- /dev/null +++ b/assets/minecraft/models/w201.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.75,3.3125,2.9375,3.5]},"east":{"texture":"#0","uv":[2.9375,3.5,2.75,3.75]},"north":{"texture":"#0","uv":[2.75,3.5,2.5625,3.75]},"south":{"texture":"#0","uv":[3.125,3.5,2.9375,3.75]},"up":{"texture":"#0","uv":[2.5625,3.5,2.75,3.3125]},"west":{"texture":"#0","uv":[2.5625,3.5,2.375,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.2,-14.5]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2010.json b/assets/minecraft/models/w2010.json new file mode 100644 index 000000000..9da5df137 --- /dev/null +++ b/assets/minecraft/models/w2010.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[7,5,6.75,5.25]},"up":{"texture":"#0","uv":[6.75,5.75,7,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1327644475_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2011.json b/assets/minecraft/models/w2011.json new file mode 100644 index 000000000..9872ef088 --- /dev/null +++ b/assets/minecraft/models/w2011.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,5,7.75,6.25]},"south":{"texture":"#0","uv":[7,5,7.75,5.25]}},"from":[8,8,8],"shade":false,"to":[6.8,7.6,6]}],"overrides":[],"textures":{"0":"item/w1327644475_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2012.json b/assets/minecraft/models/w2012.json new file mode 100644 index 000000000..5f6e2ca08 --- /dev/null +++ b/assets/minecraft/models/w2012.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[7,5,7.75,5.25]},"up":{"texture":"#0","uv":[7,5,7.75,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.6,-14]}],"overrides":[],"textures":{"0":"item/w1327644475_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2013.json b/assets/minecraft/models/w2013.json new file mode 100644 index 000000000..d940ad806 --- /dev/null +++ b/assets/minecraft/models/w2013.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,5.75,6.75,5]},"north":{"texture":"#0","uv":[6.75,5,7,5.25]}},"from":[8,8,8],"shade":false,"to":[7.6,7.6,6.8]}],"overrides":[],"textures":{"0":"item/w1327644475_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2014.json b/assets/minecraft/models/w2014.json new file mode 100644 index 000000000..a0415c4dc --- /dev/null +++ b/assets/minecraft/models/w2014.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[6.75,5,7,5.25]},"up":{"texture":"#0","uv":[7,5.75,6.75,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1327644475_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2015.json b/assets/minecraft/models/w2015.json new file mode 100644 index 000000000..f5c03e40c --- /dev/null +++ b/assets/minecraft/models/w2015.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.75,5,7,6.25]},"south":{"texture":"#0","uv":[7.75,5,7,5.25]}},"from":[8,8,8],"shade":false,"to":[6.8,7.6,6]}],"overrides":[],"textures":{"0":"item/w1327644475_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2016.json b/assets/minecraft/models/w2016.json new file mode 100644 index 000000000..786cc37c9 --- /dev/null +++ b/assets/minecraft/models/w2016.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[7.75,5,7,5.25]},"up":{"texture":"#0","uv":[7.75,5,7,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.6,-14]}],"overrides":[],"textures":{"0":"item/w1327644475_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2017.json b/assets/minecraft/models/w2017.json new file mode 100644 index 000000000..64c47c9c4 --- /dev/null +++ b/assets/minecraft/models/w2017.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,9,10.5,10]},"east":{"texture":"#0","uv":[6,10,7,10.5]},"north":{"texture":"#0","uv":[7,10,10.5,10.5]},"south":{"texture":"#0","uv":[11.5,10,15,10.5]},"up":{"texture":"#0","uv":[10.5,10,7,9]},"west":{"texture":"#0","uv":[10.5,10,11.5,10.5]}},"from":[-16,-16,-15.2],"shade":false,"to":[-10.4,-15.2,-13.599999]},{"faces":{"down":{"texture":"#0","uv":[4.5,15.25,8,12.25]},"up":{"texture":"#0","uv":[4.5,12.25,8,15.25]}},"from":[-16,-15.23,-13.6],"shade":false,"to":[-10.4,-15.23,-8.8]},{"faces":{"down":{"texture":"#0","uv":[8,15.25,11.25,12.25]},"up":{"texture":"#0","uv":[8,12.25,11.25,15.25]}},"from":[-10.8,-15.23,-16],"shade":false,"to":[-5.6000004,-15.23,-11.2]}],"overrides":[],"textures":{"0":"item/w1327644475_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2018.json b/assets/minecraft/models/w2018.json new file mode 100644 index 000000000..205fa4c2e --- /dev/null +++ b/assets/minecraft/models/w2018.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,9,14,10]},"east":{"texture":"#0","uv":[11.5,10,10.5,10.5]},"north":{"texture":"#0","uv":[10.5,10,7,10.5]},"south":{"texture":"#0","uv":[15,10,11.5,10.5]},"up":{"texture":"#0","uv":[7,10,10.5,9]},"west":{"texture":"#0","uv":[7,10,6,10.5]}},"from":[-11.2,-16,-15.2],"shade":false,"to":[-5.6,-15.2,-13.599999]},{"faces":{"down":{"texture":"#0","uv":[8,15.25,4.5,12.25]},"up":{"texture":"#0","uv":[8,12.25,4.5,15.25]}},"from":[-11.2,-15.23,-13.6],"shade":false,"to":[-5.6,-15.23,-8.8]},{"faces":{"down":{"texture":"#0","uv":[11.25,15.25,8,12.25]},"up":{"texture":"#0","uv":[11.25,12.25,8,15.25]}},"from":[-16,-15.23,-16],"shade":false,"to":[-10.8,-15.23,-11.2]}],"overrides":[],"textures":{"0":"item/w1327644475_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2019.json b/assets/minecraft/models/w2019.json new file mode 100644 index 000000000..67100619b --- /dev/null +++ b/assets/minecraft/models/w2019.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,4,1,3]},"east":{"texture":"#0","uv":[2.25,4,3.25,4.75]},"west":{"texture":"#0","uv":[0,4,1,4.75]}},"from":[8,8,8],"shade":false,"to":[6,6.8,6.4]}],"overrides":[],"textures":{"0":"item/w1327644475_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w202.json b/assets/minecraft/models/w202.json new file mode 100644 index 000000000..ddbcebd8a --- /dev/null +++ b/assets/minecraft/models/w202.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5625,0,5.75,0.1875]},"east":{"texture":"#0","uv":[5.75,0.1875,5.5625,0.4375]},"north":{"texture":"#0","uv":[5.5625,0.1875,5.375,0.4375]},"south":{"texture":"#0","uv":[5.9375,0.1875,5.75,0.4375]},"up":{"texture":"#0","uv":[5.375,0.1875,5.5625,0]},"west":{"texture":"#0","uv":[5.375,0.1875,5.1875,0.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2020.json b/assets/minecraft/models/w2020.json new file mode 100644 index 000000000..6b7ad98fe --- /dev/null +++ b/assets/minecraft/models/w2020.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,2.5,1.25]},"east":{"texture":"#0","uv":[0,1.25,1.25,2.25]},"north":{"texture":"#0","uv":[1.25,1.25,2.5,2.25]},"south":{"texture":"#0","uv":[3.75,1.25,5,2.25]},"up":{"texture":"#0","uv":[2.5,1.25,1.25,0]},"west":{"texture":"#0","uv":[2.5,1.25,3.75,2.25]}},"from":[-16,-15.6,-14],"shade":false,"to":[-14,-14,-12]},{"faces":{"east":{"texture":"#0","uv":[0,4.75,1,4]},"up":{"texture":"#0","uv":[2.25,4,1,3]},"west":{"texture":"#0","uv":[2.25,4.75,3.25,4]}},"from":[-16,-15.2,-12],"shade":false,"to":[-14,-14,-10.4]},{"faces":{"down":{"texture":"#0","uv":[7.75,0,7,1.25]},"east":{"texture":"#0","uv":[5,1.25,6.25,1.75]},"north":{"texture":"#0","uv":[6.25,1.25,7,1.75]},"south":{"texture":"#0","uv":[8.25,1.25,9,1.75]},"up":{"texture":"#0","uv":[7,1.25,6.25,0]},"west":{"texture":"#0","uv":[7,1.25,8.25,1.75]}},"from":[-15.6,-15.2,-16],"shade":false,"to":[-14.400001,-14.4,-14]},{"faces":{"down":{"texture":"#0","uv":[2.75,2.25,1.5,2.5]},"east":{"texture":"#0","uv":[0,2.5,0.25,3]},"north":{"texture":"#0","uv":[0.25,2.5,1.5,3]},"south":{"texture":"#0","uv":[1.75,2.5,3,3]},"up":{"texture":"#0","uv":[1.5,2.5,0.25,2.25]},"west":{"texture":"#0","uv":[1.5,2.5,1.75,3]}},"from":[-16,-14.8,-14.4],"shade":false,"to":[-14,-14,-14]},{"faces":{"down":{"texture":"#0","uv":[6.75,1.75,6,2]},"east":{"texture":"#0","uv":[5,2,5.25,2.5]},"north":{"texture":"#0","uv":[5.25,2,6,2.5]},"south":{"texture":"#0","uv":[6.25,2,7,2.5]},"up":{"texture":"#0","uv":[6,2,5.25,1.75]},"west":{"texture":"#0","uv":[6,2,6.25,2.5]}},"from":[-15.6,-16,-16],"shade":false,"to":[-14.400001,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1327644475_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2021.json b/assets/minecraft/models/w2021.json new file mode 100644 index 000000000..f142f1df4 --- /dev/null +++ b/assets/minecraft/models/w2021.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,5.5,9.75,6.5]},"east":{"texture":"#0","uv":[8,6.5,9,6.75]},"north":{"texture":"#0","uv":[9,6.5,9.75,6.75]},"south":{"texture":"#0","uv":[10.75,6.5,11.5,6.75]},"up":{"texture":"#0","uv":[9.75,6.5,9,5.5]},"west":{"texture":"#0","uv":[9.75,6.5,10.75,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w1327644475_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2022.json b/assets/minecraft/models/w2022.json new file mode 100644 index 000000000..4146d0e6e --- /dev/null +++ b/assets/minecraft/models/w2022.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,0,8,6]},"east":{"texture":"#0","uv":[0,6,6,8]},"north":{"texture":"#0","uv":[6,6,8,8]},"south":{"texture":"#0","uv":[14,6,16,8]},"up":{"texture":"#0","uv":[8,6,6,0]},"west":{"texture":"#0","uv":[8,6,14,8]}},"from":[-15.96,-15.92,-16],"shade":false,"to":[-15.16,-15.12,-13.6]},{"faces":{"down":{"texture":"#0","uv":[14,8,12,10]},"east":{"texture":"#0","uv":[8,10,10,12]},"north":{"texture":"#0","uv":[10,10,12,12]},"south":{"texture":"#0","uv":[14,10,16,12]},"up":{"texture":"#0","uv":[12,10,10,8]},"west":{"texture":"#0","uv":[12,10,14,12]}},"from":[-16,-16,-14.52],"shade":false,"to":[-15.08,-15.04,-13.72]}],"overrides":[],"textures":{"0":"item/w901491293_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2023.json b/assets/minecraft/models/w2023.json new file mode 100644 index 000000000..d8a963059 --- /dev/null +++ b/assets/minecraft/models/w2023.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,8,7,14]},"east":{"texture":"#0","uv":[0,14,6,15]},"north":{"texture":"#0","uv":[6,14,7,15]},"south":{"texture":"#0","uv":[13,14,14,15]},"up":{"texture":"#0","uv":[7,14,6,8]},"west":{"texture":"#0","uv":[7,14,13,15]}},"from":[-16,-16,-16],"shade":false,"to":[-15.28,-15.28,-13.6]}],"overrides":[],"textures":{"0":"item/w901491293_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2024.json b/assets/minecraft/models/w2024.json new file mode 100644 index 000000000..3f8b6e733 --- /dev/null +++ b/assets/minecraft/models/w2024.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,1,2,2]},"east":{"texture":"#0","uv":[1,0.25,0,2]},"north":{"texture":"#0","uv":[0,0.25,1,2]},"south":{"texture":"#0","uv":[1,0.25,0,2]},"up":{"texture":"#0","uv":[1,0,2,1]},"west":{"texture":"#0","uv":[0,0.25,1,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-13.6,-14.4]}],"overrides":[],"textures":{"0":"item/w100357_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2025.json b/assets/minecraft/models/w2025.json new file mode 100644 index 000000000..f9de2c972 --- /dev/null +++ b/assets/minecraft/models/w2025.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,6,6,9]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.302944,-16]}],"overrides":[],"textures":{"0":"item/w513420836_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2026.json b/assets/minecraft/models/w2026.json new file mode 100644 index 000000000..bcfaf39e3 --- /dev/null +++ b/assets/minecraft/models/w2026.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,6,5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.4344,-16]}],"overrides":[],"textures":{"0":"item/w513420836_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2027.json b/assets/minecraft/models/w2027.json new file mode 100644 index 000000000..f9de2c972 --- /dev/null +++ b/assets/minecraft/models/w2027.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,6,6,9]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.302944,-16]}],"overrides":[],"textures":{"0":"item/w513420836_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2028.json b/assets/minecraft/models/w2028.json new file mode 100644 index 000000000..bcfaf39e3 --- /dev/null +++ b/assets/minecraft/models/w2028.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,6,5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.4344,-16]}],"overrides":[],"textures":{"0":"item/w513420836_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2029.json b/assets/minecraft/models/w2029.json new file mode 100644 index 000000000..f9de2c972 --- /dev/null +++ b/assets/minecraft/models/w2029.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,6,6,9]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.302944,-16]}],"overrides":[],"textures":{"0":"item/w513420836_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w203.json b/assets/minecraft/models/w203.json new file mode 100644 index 000000000..411980aa8 --- /dev/null +++ b/assets/minecraft/models/w203.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.0625,0,8.875,0.1875]},"east":{"texture":"#0","uv":[8.5,0.1875,8.6875,0.4375]},"north":{"texture":"#0","uv":[8.6875,0.1875,8.875,0.4375]},"south":{"texture":"#0","uv":[9.0625,0.1875,9.25,0.4375]},"up":{"texture":"#0","uv":[8.875,0.1875,8.6875,0]},"west":{"texture":"#0","uv":[8.875,0.1875,9.0625,0.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.2,-14.5]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2030.json b/assets/minecraft/models/w2030.json new file mode 100644 index 000000000..bcfaf39e3 --- /dev/null +++ b/assets/minecraft/models/w2030.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,6,5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.4344,-16]}],"overrides":[],"textures":{"0":"item/w513420836_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2031.json b/assets/minecraft/models/w2031.json new file mode 100644 index 000000000..2037f5811 --- /dev/null +++ b/assets/minecraft/models/w2031.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,4,0,0]}},"from":[-15.6,-14,-14.820101],"shade":false,"to":[-14,-14,-13.2201]},{"faces":{"east":{"texture":"#0","uv":[0,5,6,6]},"north":{"texture":"#0","uv":[0,5,6,6]},"south":{"texture":"#0","uv":[0,5,6,6]},"west":{"texture":"#0","uv":[0,5,6,6]}},"from":[-16,-14.8,-15.220101],"shade":false,"to":[-13.6,-14.400001,-12.820101]},{"faces":{"north":{"texture":"#0","uv":[0,4,6,5]}},"from":[-16,-15.717157,-16],"rotation":{"angle":45,"axis":"x","origin":[-14.8,-16,-14.020101],"rescale":false},"shade":false,"to":[-13.6,-15.151557,-16]},{"faces":{"north":{"texture":"#0","uv":[0,6,6,9]}},"from":[-16,-16,-14.020101],"rotation":{"angle":-45,"axis":"x","origin":[-14.8,-16,-14.020101],"rescale":false},"shade":false,"to":[-13.6,-14.302944,-14.020101]}],"overrides":[],"textures":{"0":"item/w513420836_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2032.json b/assets/minecraft/models/w2032.json new file mode 100644 index 000000000..63d0ffb72 --- /dev/null +++ b/assets/minecraft/models/w2032.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,3,8,5]},"east":{"texture":"#0","uv":[12,0,10,3]},"north":{"texture":"#0","uv":[8,0,10,3]},"south":{"texture":"#0","uv":[12,0,14,3]},"west":{"texture":"#0","uv":[10,0,12,3]}},"from":[-15.6,-16,-15.6],"shade":false,"to":[-12.400001,-11.2,-12.400001]},{"faces":{"down":{"texture":"#0","uv":[10,3.5,12.5,3.75]},"east":{"texture":"#0","uv":[10,3,10.25,3.5]},"north":{"texture":"#0","uv":[10,3.25,12.5,3.5]},"up":{"texture":"#0","uv":[10,3,12.5,3.25]},"west":{"texture":"#0","uv":[12.25,3,12.5,3.5]}},"from":[-16,-12,-16],"shade":false,"to":[-12,-11.6,-15.6]}],"overrides":[],"textures":{"0":"item/w2047181238_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2033.json b/assets/minecraft/models/w2033.json new file mode 100644 index 000000000..e6eb3b656 --- /dev/null +++ b/assets/minecraft/models/w2033.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15,0,15.5,0.5]},"east":{"texture":"#0","uv":[15.5,0.5,15,7.75]},"north":{"texture":"#0","uv":[15,0.5,14.5,7.75]},"south":{"texture":"#0","uv":[16,0.5,15.5,7.75]},"up":{"texture":"#0","uv":[14.5,0.5,15,0]},"west":{"texture":"#0","uv":[14.5,0.5,14,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-4.3999996,-15.2]}],"overrides":[],"textures":{"0":"item/w2047181238_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2034.json b/assets/minecraft/models/w2034.json new file mode 100644 index 000000000..767b4a307 --- /dev/null +++ b/assets/minecraft/models/w2034.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.5,0,15,0.5]},"east":{"texture":"#0","uv":[14,0.5,14.5,7.75]},"north":{"texture":"#0","uv":[14.5,0.5,15,7.75]},"south":{"texture":"#0","uv":[15.5,0.5,16,7.75]},"up":{"texture":"#0","uv":[15,0.5,14.5,0]},"west":{"texture":"#0","uv":[15,0.5,15.5,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-4.3999996,-15.2]}],"overrides":[],"textures":{"0":"item/w2047181238_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2035.json b/assets/minecraft/models/w2035.json new file mode 100644 index 000000000..3a4a7d654 --- /dev/null +++ b/assets/minecraft/models/w2035.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,0,4,4]},"east":{"texture":"#0","uv":[0,4,4,5.5]},"north":{"texture":"#0","uv":[0,4,4,5.5]},"south":{"texture":"#0","uv":[0,4,4,5.5]},"up":{"texture":"#0","uv":[4,4,0,0]},"west":{"texture":"#0","uv":[0,4,4,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-13.6,-9.6]}],"overrides":[],"textures":{"0":"item/w2047181238_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2036.json b/assets/minecraft/models/w2036.json new file mode 100644 index 000000000..1a1299032 --- /dev/null +++ b/assets/minecraft/models/w2036.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,4,9,5]},"east":{"texture":"#0","uv":[6,5,7,8]},"north":{"texture":"#0","uv":[7,5,9,8]},"south":{"texture":"#0","uv":[10,5,12,8]},"up":{"texture":"#0","uv":[9,5,7,4]},"west":{"texture":"#0","uv":[9,5,10,8]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w655578069_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2037.json b/assets/minecraft/models/w2037.json new file mode 100644 index 000000000..38c0c2459 --- /dev/null +++ b/assets/minecraft/models/w2037.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,10,3.75,11.25]},"east":{"texture":"#0","uv":[3.75,11.25,2.5,13.25]},"north":{"texture":"#0","uv":[2.5,11.25,1.25,13.25]},"south":{"texture":"#0","uv":[5,11.25,3.75,13.25]},"up":{"texture":"#0","uv":[1.25,11.25,2.5,10]},"west":{"texture":"#0","uv":[1.25,11.25,0,13.25]}},"from":[-16,-14,-16],"shade":false,"to":[-14,-10.8,-14]},{"faces":{"down":{"texture":"#0","uv":[1.5,13.25,2.25,14]},"east":{"texture":"#0","uv":[2.25,14,1.5,14.75]},"north":{"texture":"#0","uv":[1.5,14,0.75,14.75]},"south":{"texture":"#0","uv":[3,14,2.25,14.75]},"up":{"texture":"#0","uv":[0.75,14,1.5,13.25]},"west":{"texture":"#0","uv":[0.75,14,0,14.75]}},"from":[-15.6,-15.2,-15.6],"shade":false,"to":[-14.400001,-14,-14.400001]},{"faces":{"down":{"texture":"#0","uv":[1.5,14.75,2.25,15.5]},"east":{"texture":"#0","uv":[2.25,15.5,1.5,16]},"north":{"texture":"#0","uv":[1.5,15.5,0.75,16]},"south":{"texture":"#0","uv":[3,15.5,2.25,16]},"up":{"texture":"#0","uv":[0.75,15.5,1.5,14.75]},"west":{"texture":"#0","uv":[0.75,15.5,0,16]}},"from":[-15.6,-16,-16],"shade":false,"to":[-14.400001,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w655578069_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2038.json b/assets/minecraft/models/w2038.json new file mode 100644 index 000000000..fd8a01ce2 --- /dev/null +++ b/assets/minecraft/models/w2038.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,10,2.5,11.25]},"east":{"texture":"#0","uv":[0,11.25,1.25,13.25]},"north":{"texture":"#0","uv":[1.25,11.25,2.5,13.25]},"south":{"texture":"#0","uv":[3.75,11.25,5,13.25]},"up":{"texture":"#0","uv":[2.5,11.25,1.25,10]},"west":{"texture":"#0","uv":[2.5,11.25,3.75,13.25]}},"from":[-16,-14,-16],"shade":false,"to":[-14,-10.8,-14]},{"faces":{"down":{"texture":"#0","uv":[2.25,13.25,1.5,14]},"east":{"texture":"#0","uv":[0,14,0.75,14.75]},"north":{"texture":"#0","uv":[0.75,14,1.5,14.75]},"south":{"texture":"#0","uv":[2.25,14,3,14.75]},"up":{"texture":"#0","uv":[1.5,14,0.75,13.25]},"west":{"texture":"#0","uv":[1.5,14,2.25,14.75]}},"from":[-15.6,-15.2,-15.6],"shade":false,"to":[-14.400001,-14,-14.400001]},{"faces":{"down":{"texture":"#0","uv":[2.25,14.75,1.5,15.5]},"east":{"texture":"#0","uv":[0,15.5,0.75,16]},"north":{"texture":"#0","uv":[0.75,15.5,1.5,16]},"south":{"texture":"#0","uv":[2.25,15.5,3,16]},"up":{"texture":"#0","uv":[1.5,15.5,0.75,14.75]},"west":{"texture":"#0","uv":[1.5,15.5,2.25,16]}},"from":[-15.6,-16,-16],"shade":false,"to":[-14.400001,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w655578069_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2039.json b/assets/minecraft/models/w2039.json new file mode 100644 index 000000000..ac09ac97e --- /dev/null +++ b/assets/minecraft/models/w2039.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0,4.5,2]},"east":{"texture":"#0","uv":[0,2,2,4]},"north":{"texture":"#0","uv":[2,2,4.5,4]},"south":{"texture":"#0","uv":[6.5,2,9,4]},"up":{"texture":"#0","uv":[4.5,2,2,0]},"west":{"texture":"#0","uv":[4.5,2,6.5,4]}},"from":[-14,-16,-14.4],"shade":false,"to":[-10,-12.8,-11.2]},{"faces":{"down":{"texture":"#0","uv":[14,0,12.25,1.5]},"east":{"texture":"#0","uv":[9,1.5,10.5,2.75]},"north":{"texture":"#0","uv":[10.5,1.5,12.25,2.75]},"south":{"texture":"#0","uv":[13.75,1.5,15.5,2.75]},"up":{"texture":"#0","uv":[12.25,1.5,10.5,0]},"west":{"texture":"#0","uv":[12.25,1.5,13.75,2.75]}},"from":[-13.4,-16,-16],"rotation":{"angle":-22.5,"axis":"x","origin":[-12,-13.8,-13.6],"rescale":false},"shade":false,"to":[-10.599999,-14,-13.6]},{"faces":{"down":{"texture":"#0","uv":[2.25,4,4,4.5]},"east":{"texture":"#0","uv":[2.75,4.5,2.25,5]},"north":{"texture":"#0","uv":[2.25,4.5,0.5,5]},"south":{"texture":"#0","uv":[4.5,4.5,2.75,5]},"up":{"texture":"#0","uv":[0.5,4.5,2.25,4]},"west":{"texture":"#0","uv":[0.5,4.5,0,5]}},"from":[-10.8,-13.2,-13.6],"rotation":{"angle":22.5,"axis":"y","origin":[-10.4,-12.8,-13.2],"rescale":false},"shade":false,"to":[-8,-12.4,-12.8]},{"faces":{"down":{"texture":"#0","uv":[1,5,1.5,5.5]},"east":{"texture":"#0","uv":[1.5,5.5,1,5.75]},"north":{"texture":"#0","uv":[1,5.5,0.5,5.75]},"south":{"texture":"#0","uv":[2,5.5,1.5,5.75]},"up":{"texture":"#0","uv":[0.5,5.5,1,5]},"west":{"texture":"#0","uv":[0.5,5.5,0,5.75]}},"from":[-8.8,-12.4,-13.6],"rotation":{"angle":22.5,"axis":"y","origin":[-10.4,-12.8,-13.2],"rescale":false},"shade":false,"to":[-8,-12,-12.8]},{"faces":{"down":{"texture":"#0","uv":[4,4,2.25,4.5]},"east":{"texture":"#0","uv":[0,4.5,0.5,5]},"north":{"texture":"#0","uv":[0.5,4.5,2.25,5]},"south":{"texture":"#0","uv":[2.75,4.5,4.5,5]},"up":{"texture":"#0","uv":[2.25,4.5,0.5,4]},"west":{"texture":"#0","uv":[2.25,4.5,2.75,5]}},"from":[-16,-13.2,-13.6],"rotation":{"angle":-22.5,"axis":"y","origin":[-13.6,-12.8,-13.2],"rescale":false},"shade":false,"to":[-13.2,-12.4,-12.8]},{"faces":{"down":{"texture":"#0","uv":[1.5,5,1,5.5]},"east":{"texture":"#0","uv":[0,5.5,0.5,5.75]},"north":{"texture":"#0","uv":[0.5,5.5,1,5.75]},"south":{"texture":"#0","uv":[1.5,5.5,2,5.75]},"up":{"texture":"#0","uv":[1,5.5,0.5,5]},"west":{"texture":"#0","uv":[1,5.5,1.5,5.75]}},"from":[-16,-12.4,-13.6],"rotation":{"angle":-22.5,"axis":"y","origin":[-13.6,-12.8,-13.2],"rescale":false},"shade":false,"to":[-15.2,-12,-12.8]},{"faces":{"east":{"texture":"#0","uv":[8.25,8.75,10.25,9.5]},"north":{"texture":"#0","uv":[8.25,8,10.75,8.75]},"south":{"texture":"#0","uv":[10.75,8,8.25,8.75]},"west":{"texture":"#0","uv":[10.25,8.75,8.25,9.5]}},"from":[-14.2,-15,-14.6],"shade":false,"to":[-9.799999,-13.4,-11]}],"overrides":[],"textures":{"0":"item/w655578069_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w204.json b/assets/minecraft/models/w204.json new file mode 100644 index 000000000..bf57daec7 --- /dev/null +++ b/assets/minecraft/models/w204.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.9375,3.3125,2.75,3.5]},"east":{"texture":"#0","uv":[2.375,3.5,2.5625,3.75]},"north":{"texture":"#0","uv":[2.5625,3.5,2.75,3.75]},"south":{"texture":"#0","uv":[2.9375,3.5,3.125,3.75]},"up":{"texture":"#0","uv":[2.75,3.5,2.5625,3.3125]},"west":{"texture":"#0","uv":[2.75,3.5,2.9375,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.2,-14.5]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2040.json b/assets/minecraft/models/w2040.json new file mode 100644 index 000000000..99f456fbc --- /dev/null +++ b/assets/minecraft/models/w2040.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,13,14,12]},"east":{"texture":"#0","uv":[14,16,15,13]},"north":{"texture":"#0","uv":[15,16,16,13]},"south":{"texture":"#0","uv":[13,16,14,13]},"up":{"texture":"#0","uv":[14,12,15,13]},"west":{"texture":"#0","uv":[12,16,13,13]}},"from":[8,8,8],"shade":false,"to":[6.2,3,6.2]}],"overrides":[],"textures":{"0":"item/w655578069_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2041.json b/assets/minecraft/models/w2041.json new file mode 100644 index 000000000..4590bdd96 --- /dev/null +++ b/assets/minecraft/models/w2041.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,12,10,13]},"east":{"texture":"#0","uv":[8,13,9,16]},"north":{"texture":"#0","uv":[9,13,10,16]},"south":{"texture":"#0","uv":[11,13,12,16]},"up":{"texture":"#0","uv":[10,13,9,12]},"west":{"texture":"#0","uv":[10,13,11,16]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[15,12,14,13]},"east":{"texture":"#0","uv":[12,13,13,16]},"north":{"texture":"#0","uv":[13,13,14,16]},"south":{"texture":"#0","uv":[15,13,16,16]},"up":{"texture":"#0","uv":[14,13,13,12]},"west":{"texture":"#0","uv":[14,13,15,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w655578069_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2042.json b/assets/minecraft/models/w2042.json new file mode 100644 index 000000000..ee8ededc3 --- /dev/null +++ b/assets/minecraft/models/w2042.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,9,14,8]},"east":{"texture":"#0","uv":[14,12,15,9]},"north":{"texture":"#0","uv":[15,12,16,9]},"south":{"texture":"#0","uv":[13,12,14,9]},"up":{"texture":"#0","uv":[14,8,15,9]},"west":{"texture":"#0","uv":[12,12,13,9]}},"from":[8,8,8],"shade":false,"to":[6.2,3,6.2]}],"overrides":[],"textures":{"0":"item/w655578069_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2043.json b/assets/minecraft/models/w2043.json new file mode 100644 index 000000000..437198b64 --- /dev/null +++ b/assets/minecraft/models/w2043.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15,4,14,5]},"east":{"texture":"#0","uv":[12,5,13,8]},"north":{"texture":"#0","uv":[13,5,14,8]},"south":{"texture":"#0","uv":[15,5,16,8]},"up":{"texture":"#0","uv":[14,5,13,4]},"west":{"texture":"#0","uv":[14,5,15,8]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[15,8,14,9]},"east":{"texture":"#0","uv":[12,9,13,12]},"north":{"texture":"#0","uv":[13,9,14,12]},"south":{"texture":"#0","uv":[15,9,16,12]},"up":{"texture":"#0","uv":[14,9,13,8]},"west":{"texture":"#0","uv":[14,9,15,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w655578069_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2044.json b/assets/minecraft/models/w2044.json new file mode 100644 index 000000000..a0d724008 --- /dev/null +++ b/assets/minecraft/models/w2044.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[5.75,8,7,11]},"south":{"texture":"#0","uv":[7,8,5.75,11]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-11.2,-16]}],"overrides":[],"textures":{"0":"item/w655578069_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2045.json b/assets/minecraft/models/w2045.json new file mode 100644 index 000000000..3ce110499 --- /dev/null +++ b/assets/minecraft/models/w2045.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,6.5,1,6.75]},"east":{"texture":"#0","uv":[0,6.75,0.25,9]},"north":{"texture":"#0","uv":[0.25,6.75,1,9]},"south":{"texture":"#0","uv":[1.25,6.75,2,9]},"up":{"texture":"#0","uv":[1,6.75,0.25,6.5]},"west":{"texture":"#0","uv":[1,6.75,1.25,9]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.4,-15.6]}],"overrides":[],"textures":{"0":"item/w655578069_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2046.json b/assets/minecraft/models/w2046.json new file mode 100644 index 000000000..afdf01e41 --- /dev/null +++ b/assets/minecraft/models/w2046.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2.25,6.75,3,7.5]},"south":{"texture":"#0","uv":[3.25,6.75,4,7.5]},"up":{"texture":"#0","uv":[3,6.75,2.25,6.5]},"west":{"texture":"#0","uv":[3,6.75,3.25,7.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.1516,-15.1516,-15.62]}],"overrides":[],"textures":{"0":"item/w655578069_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2047.json b/assets/minecraft/models/w2047.json new file mode 100644 index 000000000..91045cbf2 --- /dev/null +++ b/assets/minecraft/models/w2047.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.25,5,2.75,5.25]},"east":{"texture":"#0","uv":[2,5.25,2.25,5.75]},"north":{"texture":"#0","uv":[2.25,5.25,2.75,5.75]},"south":{"texture":"#0","uv":[3,5.25,3.5,5.75]},"up":{"texture":"#0","uv":[2.75,5.25,2.25,5]},"west":{"texture":"#0","uv":[2.75,5.25,3,5.75]}},"from":[-15.4,-16,-15.8],"shade":false,"to":[-14.599999,-15.2,-15.400001]},{"faces":{"down":{"texture":"#0","uv":[5.25,4,5,4.25]},"east":{"texture":"#0","uv":[4.5,4.25,4.75,5.5]},"north":{"texture":"#0","uv":[4.75,4.25,5,5.5]},"south":{"texture":"#0","uv":[5.25,4.25,5.5,5.5]},"up":{"texture":"#0","uv":[5,4.25,4.75,4]},"west":{"texture":"#0","uv":[5,4.25,5.25,5.5]}},"from":[-15.2,-15.2,-15.8],"shade":false,"to":[-14.8,-13.2,-15.400001]},{"faces":{"down":{"texture":"#0","uv":[3,5.75,1.75,6.25]},"east":{"texture":"#0","uv":[0,6.25,0.5,6.5]},"north":{"texture":"#0","uv":[0.5,6.25,1.75,6.5]},"south":{"texture":"#0","uv":[2.25,6.25,3.5,6.5]},"up":{"texture":"#0","uv":[1.75,6.25,0.5,5.75]},"west":{"texture":"#0","uv":[1.75,6.25,2.25,6.5]}},"from":[-16,-13.2,-16],"shade":false,"to":[-14,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w655578069_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2048.json b/assets/minecraft/models/w2048.json new file mode 100644 index 000000000..3891035a0 --- /dev/null +++ b/assets/minecraft/models/w2048.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.75,0,3,2.5]},"east":{"texture":"#0","uv":[1,3,0.5,0.5]},"north":{"texture":"#0","uv":[3,0.5,2.75,0]},"south":{"texture":"#0","uv":[3.25,3,3,2.5]},"up":{"texture":"#0","uv":[3,0,3.25,2.5]},"west":{"texture":"#0","uv":[2.75,0,3.25,2.5]}},"from":[-15.6112,-6.4372387,-15.472883],"rotation":{"angle":-45,"axis":"x","origin":[-15.495098,-6.3976526,-14.269897],"rescale":false},"shade":false,"to":[-15.3808,-5.9668384,-13.082483]},{"faces":{"down":{"texture":"#0","uv":[3.75,4,4.05,3]},"east":{"texture":"#0","uv":[3.75,4,4.05,3]},"north":{"texture":"#0","uv":[4,3,3.75,3.3]},"south":{"texture":"#0","uv":[4.05,3,3.75,4]},"up":{"texture":"#0","uv":[3.75,4,4.05,3]},"west":{"texture":"#0","uv":[3.75,4,4.05,3]}},"from":[-15.6112,-6.641329,-11.630709],"rotation":{"angle":-45,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3808,-6.3629293,-10.680308]},{"faces":{"down":{"texture":"#0","uv":[3.75,3.5,4,2.5]},"east":{"texture":"#0","uv":[4,2.5,3.75,3.5]},"north":{"texture":"#0","uv":[4,2.5,3.75,3.5]},"south":{"texture":"#0","uv":[4,2.5,3.75,3.5]},"up":{"texture":"#0","uv":[3.75,3.5,4,2.5]},"west":{"texture":"#0","uv":[4,2.5,3.75,3.5]}},"from":[-15.6112,-6.085951,-9.0254755],"shade":false,"to":[-15.3808,-5.1355505,-8.747075]},{"faces":{"down":{"texture":"#0","uv":[4.05,4,3.75,3]},"east":{"texture":"#0","uv":[4.05,4,3.75,3]},"north":{"texture":"#0","uv":[4.05,4,3.75,3]},"south":{"texture":"#0","uv":[4.05,4,3.75,3]},"up":{"texture":"#0","uv":[4,3.3,3.75,3]},"west":{"texture":"#0","uv":[4.05,4,3.75,3]}},"from":[-15.6112,-5.8725805,-9.073476],"shade":false,"to":[-15.3808,-4.92218,-8.795075]},{"faces":{"down":{"texture":"#0","uv":[3.75,3,4.05,4]},"east":{"texture":"#0","uv":[4.05,4,3.75,3]},"north":{"texture":"#0","uv":[4,3.3,3.75,3]},"south":{"texture":"#0","uv":[4.05,4,3.75,3]},"up":{"texture":"#0","uv":[3.75,3,4.05,4]},"west":{"texture":"#0","uv":[4.05,4,3.75,3]}},"from":[-15.6112,-14.340424,-11.170893],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.4948,-14.882056,-11.526093],"rescale":false},"shade":false,"to":[-15.3808,-14.062023,-10.700493]},{"faces":{"down":{"texture":"#0","uv":[3,3.75,3.5,2.75]},"east":{"texture":"#0","uv":[3,3.75,3.5,2.75]},"north":{"texture":"#0","uv":[3.5,2.75,3,3.75]},"south":{"texture":"#0","uv":[3.5,2.75,3,3.75]},"up":{"texture":"#0","uv":[3,3.75,3.25,2.75]},"west":{"texture":"#0","uv":[3,3.75,3.5,2.75]}},"from":[-15.6112,-5.064865,-11.979357],"rotation":{"angle":22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3808,-4.5944657,-11.028956]},{"faces":{"down":{"texture":"#0","uv":[3,2.75,3.5,3.75]},"east":{"texture":"#0","uv":[3,2.75,3.5,3.75]},"north":{"texture":"#0","uv":[3,2.75,3.5,3.75]},"south":{"texture":"#0","uv":[3,2.75,3.25,3.75]},"up":{"texture":"#0","uv":[3,2.75,3.5,3.75]},"west":{"texture":"#0","uv":[3,2.75,3.5,3.75]}},"from":[-15.6112,-5.9884863,-9.591731],"rotation":{"angle":22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3808,-5.038086,-9.121331]},{"faces":{"down":{"texture":"#0","uv":[3.5,2.75,3,3.75]},"east":{"texture":"#0","uv":[3,3.75,3.5,2.75]},"north":{"texture":"#0","uv":[3,3.75,3.5,2.75]},"south":{"texture":"#0","uv":[3,3.75,3.25,2.75]},"up":{"texture":"#0","uv":[3.5,2.75,3,3.75]},"west":{"texture":"#0","uv":[3,3.75,3.5,2.75]}},"from":[-15.6112,-6.121787,-9.612145],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3808,-5.1713867,-9.141746]},{"faces":{"down":{"texture":"#0","uv":[3.5,2.75,3,3.75]},"east":{"texture":"#0","uv":[3,3.75,3.5,2.75]},"north":{"texture":"#0","uv":[3.5,2.75,3,3.75]},"south":{"texture":"#0","uv":[3.5,2.75,3,3.75]},"up":{"texture":"#0","uv":[3.25,2.75,3,3.75]},"west":{"texture":"#0","uv":[3,3.75,3.5,2.75]}},"from":[-15.6112,-15.173008,-11.507719],"rotation":{"angle":-45,"axis":"x","origin":[-15.4948,-14.882056,-11.526093],"rescale":false},"shade":false,"to":[-15.3808,-14.702608,-10.749319]},{"faces":{"down":{"texture":"#0","uv":[0.75,1.5,1.25,1]},"east":{"texture":"#0","uv":[0.75,1.5,1.25,1]},"north":{"texture":"#0","uv":[1.25,1,0.75,1.5]},"south":{"texture":"#0","uv":[1.25,1,0.75,1.5]},"up":{"texture":"#0","uv":[0.75,1.5,1.25,1]},"west":{"texture":"#0","uv":[0.75,1.5,1.25,1]}},"from":[-15.6088,-5.7732296,-13.335333],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.495098,-6.3976526,-14.269897],"rescale":false},"shade":false,"to":[-15.3832,-5.54763,-13.109733]},{"faces":{"down":{"texture":"#0","uv":[4.25,1.25,4.5,1]},"east":{"texture":"#0","uv":[4.25,1.25,4.5,1]},"north":{"texture":"#0","uv":[4.5,1,4.25,1.25]},"south":{"texture":"#0","uv":[4.5,1,4.25,1.25]},"up":{"texture":"#0","uv":[4.25,1.25,4.5,1]},"west":{"texture":"#0","uv":[4.25,1.25,4.5,1]}},"from":[-15.6016,-4.2752075,-11.891689],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3904,-4.0640078,-11.68049]},{"faces":{"down":{"texture":"#0","uv":[4.5,1.25,4.25,1]},"east":{"texture":"#0","uv":[4.5,1.25,4.25,1]},"north":{"texture":"#0","uv":[4.5,1.25,4.25,1]},"south":{"texture":"#0","uv":[4.5,1.25,4.25,1]},"up":{"texture":"#0","uv":[4.5,1.25,4.25,1]},"west":{"texture":"#0","uv":[4.5,1.25,4.25,1]}},"from":[-15.6016,-7.2517834,-10.856479],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3904,-7.0405836,-10.645279]},{"faces":{"down":{"texture":"#0","uv":[4.25,1.25,4.5,1]},"east":{"texture":"#0","uv":[4.25,1.25,4.5,1]},"north":{"texture":"#0","uv":[4.5,1,4.25,1.25]},"south":{"texture":"#0","uv":[4.5,1,4.25,1.25]},"up":{"texture":"#0","uv":[4.25,1.25,4.5,1]},"west":{"texture":"#0","uv":[4.25,1.25,4.5,1]}},"from":[-15.6016,-4.1447725,-10.897591],"rotation":{"angle":22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3904,-3.9335725,-10.686391]},{"faces":{"down":{"texture":"#0","uv":[4.25,1.25,4.5,1]},"east":{"texture":"#0","uv":[4.25,1.25,4.5,1]},"north":{"texture":"#0","uv":[4.25,1.25,4.5,1]},"south":{"texture":"#0","uv":[4.25,1.25,4.5,1]},"up":{"texture":"#0","uv":[4.25,1.25,4.5,1]},"west":{"texture":"#0","uv":[4.25,1.25,4.5,1]}},"from":[-15.6016,-15.668733,-11.730549],"shade":false,"to":[-15.3904,-15.457533,-11.519349]},{"faces":{"down":{"texture":"#0","uv":[1.7,0,1.25,0.5]},"east":{"texture":"#0","uv":[1.25,0.5,1.7,0]},"north":{"texture":"#0","uv":[1.25,0.5,1.7,0]},"south":{"texture":"#0","uv":[1.25,0.5,1.7,0]},"up":{"texture":"#0","uv":[1.7,0,1.25,0.5]},"west":{"texture":"#0","uv":[1.25,0.5,1.7,0]}},"from":[-15.60496,-7.8083534,-15.126837],"rotation":{"angle":22.5,"axis":"x","origin":[-15.495098,-6.3976526,-14.269897],"rescale":false},"shade":false,"to":[-15.38224,-7.3456335,-14.712117]},{"faces":{"down":{"texture":"#0","uv":[4,3,4.25,2.5]},"east":{"texture":"#0","uv":[4,3,4.25,2.5]},"north":{"texture":"#0","uv":[4.25,2.5,4,3]},"south":{"texture":"#0","uv":[4.25,2.5,4,3]},"up":{"texture":"#0","uv":[4,3,4.25,2.5]},"west":{"texture":"#0","uv":[4,3,4.25,2.5]}},"from":[-15.604,-6.8234177,-11.642469],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3832,-6.6026177,-11.181669]},{"faces":{"down":{"texture":"#0","uv":[4,3,4.25,2.5]},"east":{"texture":"#0","uv":[4.25,2.5,4,3]},"north":{"texture":"#0","uv":[4.25,2.5,4,3]},"south":{"texture":"#0","uv":[4.25,2.5,4,3]},"up":{"texture":"#0","uv":[4,3,4.25,2.5]},"west":{"texture":"#0","uv":[4.25,2.5,4,3]}},"from":[-15.604,-5.6356573,-8.9581785],"rotation":{"angle":22.5,"axis":"x","origin":[-15.495198,-5.5987988,-11.037242],"rescale":false},"shade":false,"to":[-15.3832,-5.174857,-8.737378]},{"faces":{"down":{"texture":"#0","uv":[4.25,3,4,2.5]},"east":{"texture":"#0","uv":[4.25,3,4,2.5]},"north":{"texture":"#0","uv":[4.25,3,4,2.5]},"south":{"texture":"#0","uv":[4.25,3,4,2.5]},"up":{"texture":"#0","uv":[4.25,3,4,2.5]},"west":{"texture":"#0","uv":[4.25,3,4,2.5]}},"from":[-15.604,-5.792589,-8.922708],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3832,-5.331789,-8.701907]},{"faces":{"down":{"texture":"#0","uv":[4,2.5,4.25,3]},"east":{"texture":"#0","uv":[4.25,3,4,2.5]},"north":{"texture":"#0","uv":[4.25,3,4,2.5]},"south":{"texture":"#0","uv":[4.25,3,4,2.5]},"up":{"texture":"#0","uv":[4,2.5,4.25,3]},"west":{"texture":"#0","uv":[4.25,3,4,2.5]}},"from":[-15.604,-14.483574,-11.347317],"rotation":{"angle":-45,"axis":"x","origin":[-15.4948,-14.882056,-11.526093],"rescale":false},"shade":false,"to":[-15.3832,-14.2627735,-10.886517]},{"faces":{"down":{"texture":"#0","uv":[4,2.5,4.25,3]},"east":{"texture":"#0","uv":[4.25,3,4,2.5]},"north":{"texture":"#0","uv":[4.25,3,4,2.5]},"south":{"texture":"#0","uv":[4.25,3,4,2.5]},"up":{"texture":"#0","uv":[4,2.5,4.25,3]},"west":{"texture":"#0","uv":[4.25,3,4,2.5]}},"from":[-15.604,-13.731861,-11.521998],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.4936,-13.645638,-11.455149],"rescale":false},"shade":false,"to":[-15.3832,-13.511061,-11.061198]},{"faces":{"down":{"texture":"#0","uv":[3.25,2.75,3.5,2.25]},"east":{"texture":"#0","uv":[3.45,2.75,3,2.25]},"north":{"texture":"#0","uv":[3.45,2.25,3,2.75]},"south":{"texture":"#0","uv":[3.45,2.25,3,2.75]},"up":{"texture":"#0","uv":[3,2.75,3.25,2.25]},"west":{"texture":"#0","uv":[3,2.75,3.45,2.25]}},"from":[-15.604,-4.6888485,-11.979194],"shade":false,"to":[-15.3832,-4.2760477,-11.5183935]},{"faces":{"down":{"texture":"#0","uv":[3.25,2.75,3,2.25]},"east":{"texture":"#0","uv":[3,2.75,3.45,2.25]},"north":{"texture":"#0","uv":[3.45,2.75,3,2.25]},"south":{"texture":"#0","uv":[3.45,2.75,3,2.25]},"up":{"texture":"#0","uv":[3.5,2.75,3.25,2.25]},"west":{"texture":"#0","uv":[3.45,2.75,3,2.25]}},"from":[-15.604,-7.4269066,-11.068014],"rotation":{"angle":-45,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3832,-7.0141068,-10.607214]},{"faces":{"down":{"texture":"#0","uv":[3,2.75,3.45,2.25]},"east":{"texture":"#0","uv":[3,2.25,3.45,2.75]},"north":{"texture":"#0","uv":[3.5,2.25,3.25,2.75]},"south":{"texture":"#0","uv":[3.25,2.25,3,2.75]},"up":{"texture":"#0","uv":[3,2.75,3.45,2.25]},"west":{"texture":"#0","uv":[3.45,2.25,3,2.75]}},"from":[-15.604,-5.8901625,-9.530359],"rotation":{"angle":-45,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3832,-5.4293633,-9.117559]},{"faces":{"down":{"texture":"#0","uv":[3,2.75,3.45,2.25]},"east":{"texture":"#0","uv":[3.45,2.75,3,2.25]},"north":{"texture":"#0","uv":[3,2.75,3.25,2.25]},"south":{"texture":"#0","uv":[3.25,2.75,3.5,2.25]},"up":{"texture":"#0","uv":[3,2.75,3.45,2.25]},"west":{"texture":"#0","uv":[3,2.75,3.45,2.25]}},"from":[-15.604,-15.259609,-11.682447],"rotation":{"angle":22.5,"axis":"x","origin":[-15.4948,-14.882056,-11.526093],"rescale":false},"shade":false,"to":[-15.3832,-14.798809,-11.269648]},{"faces":{"down":{"texture":"#0","uv":[2.4,0,2,0.375]},"east":{"texture":"#0","uv":[2.4,0,2,0.375]},"north":{"texture":"#0","uv":[2,0.375,2.4,0]},"south":{"texture":"#0","uv":[2,0.375,2.4,0]},"up":{"texture":"#0","uv":[2.4,0,2,0.375]},"west":{"texture":"#0","uv":[2.4,0,2,0.375]}},"from":[-15.6016,-7.714614,-15.598547],"shade":false,"to":[-15.385599,-7.378614,-15.478547]},{"faces":{"down":{"texture":"#0","uv":[2.4,0,2,0.375]},"east":{"texture":"#0","uv":[2,0.375,2.4,0]},"north":{"texture":"#0","uv":[2,0.375,2.4,0]},"south":{"texture":"#0","uv":[2,0.375,2.4,0]},"up":{"texture":"#0","uv":[2.4,0,2,0.375]},"west":{"texture":"#0","uv":[2,0.375,2.4,0]}},"from":[-15.604,-6.4495068,-16],"rotation":{"angle":-45,"axis":"x","origin":[-15.495098,-6.3976526,-14.269897],"rescale":false},"shade":false,"to":[-15.3832,-6.276706,-15.7072]},{"faces":{"down":{"texture":"#0","uv":[3.75,1.875,3.95,1.5]},"east":{"texture":"#0","uv":[3.75,1.875,3.95,1.5]},"north":{"texture":"#0","uv":[3.95,1.5,3.75,1.875]},"south":{"texture":"#0","uv":[3.95,1.5,3.75,1.875]},"up":{"texture":"#0","uv":[3.75,1.875,3.95,1.5]},"west":{"texture":"#0","uv":[3.75,1.875,3.95,1.5]}},"from":[-15.6016,-6.972884,-11.438551],"shade":false,"to":[-15.385599,-6.804884,-11.102551]},{"faces":{"down":{"texture":"#0","uv":[3.75,1.875,3.95,1.5]},"east":{"texture":"#0","uv":[3.75,1.875,3.95,1.5]},"north":{"texture":"#0","uv":[3.95,1.5,3.75,1.875]},"south":{"texture":"#0","uv":[3.95,1.5,3.75,1.875]},"up":{"texture":"#0","uv":[3.75,1.875,3.95,1.5]},"west":{"texture":"#0","uv":[3.75,1.875,3.95,1.5]}},"from":[-15.6016,-7.712042,-10.509275],"rotation":{"angle":-45,"axis":"x","origin":[-15.495198,-5.5987988,-11.037242],"rescale":false},"shade":false,"to":[-15.385599,-7.5440416,-10.173275]},{"faces":{"down":{"texture":"#0","uv":[3.75,1.5,3.95,1.875]},"east":{"texture":"#0","uv":[3.75,1.5,3.95,1.875]},"north":{"texture":"#0","uv":[3.75,1.5,3.95,1.875]},"south":{"texture":"#0","uv":[3.75,1.5,3.95,1.875]},"up":{"texture":"#0","uv":[3.75,1.5,3.95,1.875]},"west":{"texture":"#0","uv":[3.75,1.5,3.95,1.875]}},"from":[-15.6016,-6.226969,-8.963848],"rotation":{"angle":-45,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.385599,-5.890969,-8.795848]},{"faces":{"down":{"texture":"#0","uv":[3.75,1.5,3.95,1.875]},"east":{"texture":"#0","uv":[3.95,1.875,3.75,1.5]},"north":{"texture":"#0","uv":[3.95,1.875,3.75,1.5]},"south":{"texture":"#0","uv":[3.95,1.875,3.75,1.5]},"up":{"texture":"#0","uv":[3.75,1.5,3.95,1.875]},"west":{"texture":"#0","uv":[3.95,1.875,3.75,1.5]}},"from":[-15.6016,-14.797998,-12.004158],"rotation":{"angle":22.5,"axis":"x","origin":[-15.4948,-14.882056,-11.526093],"rescale":false},"shade":false,"to":[-15.385599,-14.461998,-11.836158]},{"faces":{"down":{"texture":"#0","uv":[3.75,1.5,3.95,1.875]},"east":{"texture":"#0","uv":[3.95,1.875,3.75,1.5]},"north":{"texture":"#0","uv":[3.95,1.875,3.75,1.5]},"south":{"texture":"#0","uv":[3.95,1.875,3.75,1.5]},"up":{"texture":"#0","uv":[3.75,1.5,3.95,1.875]},"west":{"texture":"#0","uv":[3.95,1.875,3.75,1.5]}},"from":[-15.6016,-13.973991,-11.579401],"rotation":{"angle":45,"axis":"x","origin":[-15.4936,-13.645638,-11.455149],"rescale":false},"shade":false,"to":[-15.385599,-13.637991,-11.411401]},{"faces":{"down":{"texture":"#0","uv":[3,2.375,3.25,2.25]},"east":{"texture":"#0","uv":[3,2.375,3.25,2.25]},"north":{"texture":"#0","uv":[3.25,2.25,3,2.375]},"south":{"texture":"#0","uv":[3.25,2.25,3,2.375]},"up":{"texture":"#0","uv":[3,2.375,3.25,2.25]},"west":{"texture":"#0","uv":[3,2.375,3.25,2.25]}},"from":[-15.6016,-4.341193,-11.736088],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.385599,-3.9811933,-11.400088]},{"faces":{"down":{"texture":"#0","uv":[3.25,2.375,3,2.25]},"east":{"texture":"#0","uv":[3.25,2.375,3,2.25]},"north":{"texture":"#0","uv":[3.25,2.375,3,2.25]},"south":{"texture":"#0","uv":[3.25,2.375,3,2.25]},"up":{"texture":"#0","uv":[3.25,2.375,3,2.25]},"west":{"texture":"#0","uv":[3.25,2.375,3,2.25]}},"from":[-15.6016,-7.3345976,-10.700877],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.385599,-6.974598,-10.364877]},{"faces":{"down":{"texture":"#0","uv":[3,2.375,3.25,2.25]},"east":{"texture":"#0","uv":[3,2.375,3.25,2.25]},"north":{"texture":"#0","uv":[3.25,2.25,3,2.375]},"south":{"texture":"#0","uv":[3.25,2.25,3,2.375]},"up":{"texture":"#0","uv":[3,2.375,3.25,2.25]},"west":{"texture":"#0","uv":[3,2.375,3.25,2.25]}},"from":[-15.6016,-4.210758,-10.741989],"rotation":{"angle":22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.385599,-3.8507583,-10.405989]},{"faces":{"down":{"texture":"#0","uv":[3,2.375,3.25,2.25]},"east":{"texture":"#0","uv":[3,2.375,3.25,2.25]},"north":{"texture":"#0","uv":[3,2.375,3.25,2.25]},"south":{"texture":"#0","uv":[3,2.375,3.25,2.25]},"up":{"texture":"#0","uv":[3,2.375,3.25,2.25]},"west":{"texture":"#0","uv":[3,2.375,3.25,2.25]}},"from":[-15.6016,-15.513136,-11.813363],"shade":false,"to":[-15.385599,-15.177135,-11.453363]},{"faces":{"down":{"texture":"#0","uv":[0.75,1.5,1.25,1]},"east":{"texture":"#0","uv":[0.75,1.5,1.25,1]},"north":{"texture":"#0","uv":[1.25,1,0.75,1.5]},"south":{"texture":"#0","uv":[1.25,1,0.75,1.5]},"up":{"texture":"#0","uv":[0.75,1.5,1.25,1]},"west":{"texture":"#0","uv":[0.75,1.5,1.25,1]}},"from":[-15.6064,-5.1504393,-14.045795],"rotation":{"angle":22.5,"axis":"x","origin":[-15.495098,-6.3976526,-14.269897],"rescale":false},"shade":false,"to":[-15.385599,-4.9776397,-13.776996]},{"faces":{"down":{"texture":"#0","uv":[4.7,0.25,4.5,0.55]},"east":{"texture":"#0","uv":[4.7,0.25,4.5,0.55]},"north":{"texture":"#0","uv":[4.5,0.55,4.7,0.25]},"south":{"texture":"#0","uv":[4.5,0.55,4.7,0.25]},"up":{"texture":"#0","uv":[4.7,0.25,4.5,0.55]},"west":{"texture":"#0","uv":[4.7,0.25,4.5,0.55]}},"from":[-15.5992,-5.4519997,-12.700149],"rotation":{"angle":22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3928,-5.1976,-12.541748]},{"faces":{"down":{"texture":"#0","uv":[4.5,0.25,4.7,0.55]},"east":{"texture":"#0","uv":[4.5,0.25,4.7,0.55]},"north":{"texture":"#0","uv":[4.5,0.25,4.7,0.55]},"south":{"texture":"#0","uv":[4.5,0.25,4.7,0.55]},"up":{"texture":"#0","uv":[4.5,0.25,4.7,0.55]},"west":{"texture":"#0","uv":[4.5,0.25,4.7,0.55]}},"from":[-15.5992,-6.709278,-9.978866],"rotation":{"angle":22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3928,-6.550878,-9.724465]},{"faces":{"down":{"texture":"#0","uv":[4.5,0.55,4.7,0.25]},"east":{"texture":"#0","uv":[4.7,0.25,4.5,0.55]},"north":{"texture":"#0","uv":[4.7,0.25,4.5,0.55]},"south":{"texture":"#0","uv":[4.7,0.25,4.5,0.55]},"up":{"texture":"#0","uv":[4.5,0.55,4.7,0.25]},"west":{"texture":"#0","uv":[4.7,0.25,4.5,0.55]}},"from":[-15.5992,-4.6089993,-9.999285],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3928,-4.450599,-9.7448845]},{"faces":{"down":{"texture":"#0","uv":[4.5,0.55,4.7,0.25]},"east":{"texture":"#0","uv":[4.7,0.25,4.5,0.55]},"north":{"texture":"#0","uv":[4.5,0.55,4.7,0.25]},"south":{"texture":"#0","uv":[4.5,0.55,4.7,0.25]},"up":{"texture":"#0","uv":[4.5,0.55,4.7,0.25]},"west":{"texture":"#0","uv":[4.7,0.25,4.5,0.55]}},"from":[-15.5992,-15.560147,-12.228506],"rotation":{"angle":-45,"axis":"x","origin":[-15.4948,-14.882056,-11.526093],"rescale":false},"shade":false,"to":[-15.3928,-15.305747,-12.0701065]},{"faces":{"down":{"texture":"#0","uv":[4.75,2,1.25,2.25]},"east":{"texture":"#0","uv":[4.5,2.25,1,3]},"north":{"texture":"#0","uv":[1.5,2.25,2.125,2]},"south":{"texture":"#0","uv":[1,2.75,4.5,2]},"up":{"texture":"#0","uv":[4.75,2.25,1.25,2.5]},"west":{"texture":"#0","uv":[1,2.25,4.5,3]}},"from":[-15.61648,-5.200576,-13.619046],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.37552,-4.599615,-10.258086]},{"faces":{"down":{"texture":"#0","uv":[2.5,2,1.75,2.25]},"east":{"texture":"#0","uv":[1.75,3.25,2.5,2]},"north":{"texture":"#0","uv":[0.5,0,0,2.25]},"south":{"texture":"#0","uv":[0.5,0,0,2.25]},"up":{"texture":"#0","uv":[0,1.25,0.5,0]},"west":{"texture":"#0","uv":[1.75,2,2.5,3.25]}},"from":[-15.6136,-6.6588154,-13.995079],"shade":false,"to":[-15.3784,-5.5836153,-13.399879]},{"faces":{"down":{"texture":"#0","uv":[2.5,1.75,2.75,1.25]},"east":{"texture":"#0","uv":[2.75,1.25,2.25,1.75]},"north":{"texture":"#0","uv":[2.75,1.25,2.25,1.75]},"south":{"texture":"#0","uv":[2.75,1.25,2.5,1.75]},"up":{"texture":"#0","uv":[2.25,1.75,2.75,1.25]},"west":{"texture":"#0","uv":[2.25,1.75,2.75,1.25]}},"from":[-15.6136,-6.883854,-12.567487],"rotation":{"angle":22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3784,-6.408654,-12.092287]},{"faces":{"down":{"texture":"#0","uv":[4.55,2.875,4.25,2.25]},"east":{"texture":"#0","uv":[4.55,2.875,4.25,2.25]},"north":{"texture":"#0","uv":[4.25,2.25,4.55,2.875]},"south":{"texture":"#0","uv":[4.25,2.25,4.55,2.875]},"up":{"texture":"#0","uv":[4.55,2.875,4.25,2.25]},"west":{"texture":"#0","uv":[4.55,2.875,4.25,2.25]}},"from":[-15.6136,-6.7650585,-11.990982],"rotation":{"angle":22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3784,-6.169859,-11.515782]},{"faces":{"down":{"texture":"#0","uv":[4.55,2.875,4.25,2.25]},"east":{"texture":"#0","uv":[4.55,2.875,4.25,2.25]},"north":{"texture":"#0","uv":[4.25,2.25,4.55,2.875]},"south":{"texture":"#0","uv":[4.25,2.25,4.55,2.875]},"up":{"texture":"#0","uv":[4.55,2.875,4.25,2.25]},"west":{"texture":"#0","uv":[4.55,2.875,4.25,2.25]}},"from":[-15.6616,-6.669059,-11.894982],"rotation":{"angle":22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3304,-6.0738583,-11.611782]},{"faces":{"down":{"texture":"#0","uv":[2.55,2.25,2.25,2.6]},"east":{"texture":"#0","uv":[2.55,2.25,2.25,2.875]},"north":{"texture":"#0","uv":[2.25,2.6,2.875,2.25]},"south":{"texture":"#0","uv":[2.25,2.6,2.875,2.25]},"up":{"texture":"#0","uv":[2.55,2.25,2.25,2.6]},"west":{"texture":"#0","uv":[2.55,2.25,2.25,2.875]}},"from":[-15.6616,-6.787854,-12.471487],"rotation":{"angle":22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3304,-6.1926546,-12.188287]},{"faces":{"down":{"texture":"#0","uv":[3.05,3.75,2.75,4.1]},"east":{"texture":"#0","uv":[3.05,3.75,2.75,4.5]},"north":{"texture":"#0","uv":[2.75,4.1,3.5,3.75]},"south":{"texture":"#0","uv":[2.75,4.1,3.5,3.75]},"up":{"texture":"#0","uv":[3.05,3.75,2.75,4.1]},"west":{"texture":"#0","uv":[3.05,3.75,2.75,4.5]}},"from":[-15.6616,-6.5502644,-11.318483],"rotation":{"angle":22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3304,-5.8350644,-11.035283]},{"faces":{"down":{"texture":"#0","uv":[4.5,3.5,4.25,4.5]},"east":{"texture":"#0","uv":[4.5,3.5,4.25,4.5]},"north":{"texture":"#0","uv":[4.25,4.5,4.5,3.5]},"south":{"texture":"#0","uv":[4.25,4.5,4.5,3.5]},"up":{"texture":"#0","uv":[4.5,3.5,4.25,4.5]},"west":{"texture":"#0","uv":[4.5,3.5,4.25,4.5]}},"from":[-15.6616,-6.526663,-10.945139],"shade":false,"to":[-15.3304,-5.6914625,-10.661939]},{"faces":{"down":{"texture":"#0","uv":[3.25,3.75,2.75,4]},"east":{"texture":"#0","uv":[3.25,3.75,2.75,4.5]},"north":{"texture":"#0","uv":[2.75,4,3.5,3.75]},"south":{"texture":"#0","uv":[2.75,4,3.5,3.75]},"up":{"texture":"#0","uv":[3.25,3.75,2.75,4]},"west":{"texture":"#0","uv":[3.25,3.75,2.75,4.5]}},"from":[-15.6136,-6.646264,-11.414483],"rotation":{"angle":22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3784,-5.931064,-10.939283]},{"faces":{"down":{"texture":"#0","uv":[4.5,3.5,4.25,4.5]},"east":{"texture":"#0","uv":[4.5,3.5,4.25,4.5]},"north":{"texture":"#0","uv":[4.25,4.5,4.5,3.5]},"south":{"texture":"#0","uv":[4.25,4.5,4.5,3.5]},"up":{"texture":"#0","uv":[4.5,3.5,4.25,4.5]},"west":{"texture":"#0","uv":[4.5,3.5,4.25,4.5]}},"from":[-15.6136,-6.6226625,-11.04114],"shade":false,"to":[-15.3784,-5.787462,-10.56594]},{"faces":{"down":{"texture":"#0","uv":[0.75,4.5,1.05,4]},"east":{"texture":"#0","uv":[0.75,4.5,2.55,4]},"north":{"texture":"#0","uv":[2.55,4,0.75,4.5]},"south":{"texture":"#0","uv":[0.75,4.3,2.55,4]},"up":{"texture":"#0","uv":[0.75,4.5,1.05,4]},"west":{"texture":"#0","uv":[0.75,4.5,2.55,4]}},"from":[-15.64,-6.53654,-10.544023],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.352,-4.8085403,-10.064023]},{"faces":{"down":{"texture":"#0","uv":[0.75,4.5,2.55,4]},"east":{"texture":"#0","uv":[2.5,4,0.75,4.5]},"north":{"texture":"#0","uv":[1.05,4,0.75,4.5]},"south":{"texture":"#0","uv":[1.05,4,0.75,4.5]},"up":{"texture":"#0","uv":[2.55,4,0.75,4.3]},"west":{"texture":"#0","uv":[2.5,4,0.75,4.5]}},"from":[-15.6352005,-4.9902496,-10.838934],"rotation":{"angle":22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3568,-4.5198493,-8.880534]},{"faces":{"down":{"texture":"#0","uv":[2.55,4.3,0.75,4]},"east":{"texture":"#0","uv":[2.5,4.5,0.75,4]},"north":{"texture":"#0","uv":[1.05,4.5,0.75,4]},"south":{"texture":"#0","uv":[1.05,4.5,0.75,4]},"up":{"texture":"#0","uv":[2.55,4.5,0.75,4]},"west":{"texture":"#0","uv":[2.5,4.5,0.75,4]}},"from":[-15.6352005,-6.6357374,-10.821534],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3568,-6.165337,-8.863134]},{"faces":{"down":{"texture":"#0","uv":[2,5.45,2.25,0.5]},"east":{"texture":"#0","uv":[1.5,0.5,2,5.45]},"north":{"texture":"#0","uv":[2.25,0,1.75,4.95]},"south":{"texture":"#0","uv":[2.25,0,1.75,4.95]},"up":{"texture":"#0","uv":[1.75,4.95,2.25,0]},"west":{"texture":"#0","uv":[1.5,5.45,2,0.5]}},"from":[-15.6064,-6.7921124,-15.147386],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.495098,-6.3976526,-14.269897],"rescale":false},"shade":false,"to":[-15.385599,-6.331312,-10.414585]},{"faces":{"down":{"texture":"#0","uv":[2,4.25,2.5,2.25]},"east":{"texture":"#0","uv":[2,4.25,2.5,2.25]},"north":{"texture":"#0","uv":[2.5,2.25,2,4.25]},"south":{"texture":"#0","uv":[2.5,2.25,2,4.25]},"up":{"texture":"#0","uv":[2,4.25,2.5,2.25]},"west":{"texture":"#0","uv":[0,4.5,0.5,2.5]}},"from":[-15.7312,-5.932912,-12.224186],"shade":false,"to":[-15.2608,-5.318512,-9.449786]},{"faces":{"down":{"texture":"#0","uv":[2,4.25,2.5,2.25]},"east":{"texture":"#0","uv":[2,4.25,2.5,2.25]},"north":{"texture":"#0","uv":[2.5,2.25,2,2.75]},"south":{"texture":"#0","uv":[2.75,2.25,2.25,4.25]},"up":{"texture":"#0","uv":[2.25,4.25,2.75,2.25]},"west":{"texture":"#0","uv":[2.25,4.5,1.75,2.5]}},"from":[-15.73552,-5.318982,-12.279852],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.25648,-4.8399425,-10.360812]},{"faces":{"down":{"texture":"#0","uv":[2,11,3,11.5]},"east":{"texture":"#0","uv":[2,11,3,11.5]},"north":{"texture":"#0","uv":[2,11,2.75,12]},"south":{"texture":"#0","uv":[2,11,2.75,12]},"up":{"texture":"#0","uv":[2,11,3,11.5]},"west":{"texture":"#0","uv":[2,11,3,11.5]}},"from":[-15.8622875,-6.232931,-10.743928],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.501765,-5.4453087,-11.285651],"rescale":false},"shade":false,"to":[-15.142287,-5.272931,-10.263928]},{"faces":{"down":{"texture":"#0","uv":[2.5,11.75,2.95,12.2]},"east":{"texture":"#0","uv":[2.5,11.75,2.95,12.2]},"north":{"texture":"#0","uv":[2.5,11.75,2.95,12.2]},"south":{"texture":"#0","uv":[2.5,11.75,2.95,12.2]},"up":{"texture":"#0","uv":[2.5,11.75,2.95,12.2]},"west":{"texture":"#0","uv":[2.5,11.75,2.95,12.2]}},"from":[-15.8622875,-7.1154537,-9.966549],"shade":false,"to":[-15.142287,-6.5394535,-9.486549]},{"faces":{"down":{"texture":"#0","uv":[2.5,10.75,3.1,11.25]},"east":{"texture":"#0","uv":[2.5,10.75,3.1,11.25]},"north":{"texture":"#0","uv":[2.5,10.75,3.1,11.25]},"south":{"texture":"#0","uv":[2.5,10.75,3.1,11.25]},"up":{"texture":"#0","uv":[2.5,10.75,3.1,11.25]},"west":{"texture":"#0","uv":[2.5,10.75,3.1,11.25]}},"from":[-15.8622875,-6.521311,-11.5766945],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.501765,-5.4453087,-11.285651],"rescale":false},"shade":false,"to":[-15.142287,-6.0413103,-11.000694]},{"faces":{"down":{"texture":"#0","uv":[2.5,11.25,3.35,12.225]},"east":{"texture":"#0","uv":[2.5,11.5,3.475,12.15]},"north":{"texture":"#0","uv":[2.5,11.5,3.475,12.15]},"south":{"texture":"#0","uv":[2.5,11.5,3.475,12.15]},"up":{"texture":"#0","uv":[1.75,11.75,2.725,12.4]},"west":{"texture":"#0","uv":[2.5,11.5,3.475,12.15]}},"from":[-15.910288,-6.5933094,-11.120695],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.501765,-5.4453087,-11.285651],"rescale":false},"shade":false,"to":[-15.094288,-5.96931,-10.184695]},{"faces":{"down":{"texture":"#0","uv":[0.75,11.5,2,12.5]},"east":{"texture":"#0","uv":[2.25,11,3.25,12.25]},"north":{"texture":"#0","uv":[2,10.25,3.25,11.25]},"south":{"texture":"#0","uv":[2.25,11,3.5,12]},"up":{"texture":"#0","uv":[2,10,3.25,11]},"west":{"texture":"#0","uv":[2.25,11,3.5,12]}},"from":[-15.982288,-7.3338833,-9.698526],"rotation":{"angle":-45,"axis":"x","origin":[-15.498097,-7.825691,-10.1560955],"rescale":false},"shade":false,"to":[-15.022288,-6.3738832,-8.498527]},{"faces":{"down":{"texture":"#0","uv":[2.25,10.25,2.7,10.7]},"east":{"texture":"#0","uv":[2.25,10.25,2.7,10.7]},"north":{"texture":"#0","uv":[2.25,10.25,2.7,10.7]},"south":{"texture":"#0","uv":[2.25,10.25,2.7,10.7]},"up":{"texture":"#0","uv":[2.25,10.25,2.7,10.7]},"west":{"texture":"#0","uv":[2.25,10.25,2.7,10.7]}},"from":[-15.838288,-5.701043,-10.731741],"rotation":{"angle":-45,"axis":"x","origin":[-15.501765,-5.4453087,-11.285651],"rescale":false},"shade":false,"to":[-15.166288,-5.269043,-10.299741]},{"faces":{"down":{"texture":"#0","uv":[2,10.5,2.6,10.95]},"east":{"texture":"#0","uv":[2,10.5,2.6,10.95]},"north":{"texture":"#0","uv":[2,10.5,2.6,10.95]},"south":{"texture":"#0","uv":[2,10.5,2.6,10.95]},"up":{"texture":"#0","uv":[2,10.5,2.6,10.95]},"west":{"texture":"#0","uv":[2,10.5,2.6,10.95]}},"from":[-15.718288,-8.716758,-10.266804],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.502288,-8.749696,-9.584857],"rescale":false},"shade":false,"to":[-15.286288,-8.140758,-9.834804]},{"faces":{"down":{"texture":"#0","uv":[2.25,11.25,2.7,11.7]},"east":{"texture":"#0","uv":[2.25,11.25,2.7,11.7]},"north":{"texture":"#0","uv":[2.25,11.25,2.7,11.7]},"south":{"texture":"#0","uv":[2.25,11.25,2.7,11.7]},"up":{"texture":"#0","uv":[2.25,11.25,2.7,11.7]},"west":{"texture":"#0","uv":[2.25,11.25,2.7,11.7]}},"from":[-15.838288,-7.083928,-9.93641],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.502288,-6.9091454,-8.8099985],"rescale":false},"shade":false,"to":[-15.166288,-6.651928,-9.50441]},{"faces":{"down":{"texture":"#0","uv":[2,10,2.45,10.45]},"east":{"texture":"#0","uv":[2,10,2.45,10.45]},"north":{"texture":"#0","uv":[2,10,2.45,10.45]},"south":{"texture":"#0","uv":[2,10,2.45,10.45]},"up":{"texture":"#0","uv":[2,10,2.45,10.45]},"west":{"texture":"#0","uv":[2,10,2.45,10.45]}},"from":[-15.838288,-6.52973,-11.569548],"shade":false,"to":[-15.166288,-6.0977297,-11.1375475]},{"faces":{"down":{"texture":"#0","uv":[2,10.95,2.45,10.5]},"east":{"texture":"#0","uv":[2,10.95,2.45,10.5]},"north":{"texture":"#0","uv":[2,10.95,2.45,10.5]},"south":{"texture":"#0","uv":[2,10.95,2.45,10.5]},"up":{"texture":"#0","uv":[2,10.95,2.45,10.5]},"west":{"texture":"#0","uv":[2,10.95,2.45,10.5]}},"from":[-15.694288,-9.866473,-12.17992],"rotation":{"angle":45,"axis":"x","origin":[-15.478288,-10.569063,-12.139196],"rescale":false},"shade":false,"to":[-15.262288,-9.434473,-11.74792]},{"faces":{"down":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"east":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"north":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"south":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"up":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"west":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]}},"from":[-15.814288,-4.8749866,-11.431202],"rotation":{"angle":22.5,"axis":"x","origin":[-15.501765,-5.4453087,-11.285651],"rescale":false},"shade":false,"to":[-15.190289,-4.4909863,-11.047202]},{"faces":{"down":{"texture":"#0","uv":[2,10,2.4,10.4]},"east":{"texture":"#0","uv":[2,10,2.4,10.4]},"north":{"texture":"#0","uv":[2,10,2.4,10.4]},"south":{"texture":"#0","uv":[2,10,2.4,10.4]},"up":{"texture":"#0","uv":[2,10,2.4,10.4]},"west":{"texture":"#0","uv":[2,10,2.4,10.4]}},"from":[-15.694288,-8.818293,-10.178291],"rotation":{"angle":-45,"axis":"x","origin":[-15.502288,-8.749696,-9.584857],"rescale":false},"shade":false,"to":[-15.310288,-8.434293,-9.7942915]},{"faces":{"down":{"texture":"#0","uv":[2.4,10,2,10.4]},"east":{"texture":"#0","uv":[2,10.4,2.4,10]},"north":{"texture":"#0","uv":[2.4,10,2,10.4]},"south":{"texture":"#0","uv":[2.4,10,2,10.4]},"up":{"texture":"#0","uv":[2.4,10,2,10.4]},"west":{"texture":"#0","uv":[2,10.4,2.4,10]}},"from":[-15.694288,-12.878363,-10.225048],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.502288,-13.13175,-9.841811],"rescale":false},"shade":false,"to":[-15.310288,-12.494363,-9.841048]},{"faces":{"down":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"east":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"north":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"south":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"up":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"west":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]}},"from":[-15.814288,-7.9926977,-9.103581],"rotation":{"angle":45,"axis":"x","origin":[-15.502288,-6.9091454,-8.8099985],"rescale":false},"shade":false,"to":[-15.190289,-7.608698,-8.719582]},{"faces":{"down":{"texture":"#0","uv":[2.25,10,2.65,10.4]},"east":{"texture":"#0","uv":[2.25,10,2.65,10.4]},"north":{"texture":"#0","uv":[2.25,10,2.65,10.4]},"south":{"texture":"#0","uv":[2.25,10,2.65,10.4]},"up":{"texture":"#0","uv":[2.25,10,2.65,10.4]},"west":{"texture":"#0","uv":[2.25,10,2.65,10.4]}},"from":[-15.814288,-6.531822,-11.492945],"rotation":{"angle":22.5,"axis":"x","origin":[-15.501765,-5.4453087,-11.285651],"rescale":false},"shade":false,"to":[-15.190289,-6.147822,-11.108945]},{"faces":{"down":{"texture":"#0","uv":[2.25,10,2.65,10.4]},"east":{"texture":"#0","uv":[2.25,10,2.65,10.4]},"north":{"texture":"#0","uv":[2.25,10,2.65,10.4]},"south":{"texture":"#0","uv":[2.25,10,2.65,10.4]},"up":{"texture":"#0","uv":[2.25,10,2.65,10.4]},"west":{"texture":"#0","uv":[2.25,10,2.65,10.4]}},"from":[-15.814288,-5.4352713,-10.032866],"rotation":{"angle":-45,"axis":"x","origin":[-15.502288,-5.354641,-9.10829],"rescale":false},"shade":false,"to":[-15.190289,-5.0512714,-9.648866]},{"faces":{"down":{"texture":"#0","uv":[2.65,11,2.5,11.15]},"east":{"texture":"#0","uv":[2.65,11,2.5,11.15]},"north":{"texture":"#0","uv":[2.5,11.15,2.65,11]},"south":{"texture":"#0","uv":[2.5,11.15,2.65,11]},"up":{"texture":"#0","uv":[2.65,11,2.5,11.15]},"west":{"texture":"#0","uv":[2.65,11,2.5,11.15]}},"from":[-15.670288,-10.63769,-11.700352],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.478288,-10.569063,-12.139196],"rescale":false},"shade":false,"to":[-15.286288,-10.25369,-11.316352]},{"faces":{"down":{"texture":"#0","uv":[2.25,10,2.35,10.1]},"east":{"texture":"#0","uv":[2.25,10,2.35,10.1]},"north":{"texture":"#0","uv":[2.25,10,2.35,10.1]},"south":{"texture":"#0","uv":[2.25,10,2.35,10.1]},"up":{"texture":"#0","uv":[2.25,10,2.35,10.1]},"west":{"texture":"#0","uv":[2.25,10,2.35,10.1]}},"from":[-15.790288,-5.027584,-11.073765],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.501765,-5.4453087,-11.285651],"rescale":false},"shade":false,"to":[-15.214288,-4.691584,-10.737764]},{"faces":{"down":{"texture":"#0","uv":[2.25,9.75,2.6,10.1]},"east":{"texture":"#0","uv":[2.25,9.75,2.6,10.1]},"north":{"texture":"#0","uv":[2.25,9.75,2.6,10.1]},"south":{"texture":"#0","uv":[2.25,9.75,2.6,10.1]},"up":{"texture":"#0","uv":[2.25,9.75,2.6,10.1]},"west":{"texture":"#0","uv":[2.25,9.75,2.6,10.1]}},"from":[-15.670288,-9.193826,-9.931974],"shade":false,"to":[-15.334288,-8.857826,-9.595974]},{"faces":{"down":{"texture":"#0","uv":[2.25,10.1,2.6,9.75]},"east":{"texture":"#0","uv":[2.25,10.1,2.6,9.75]},"north":{"texture":"#0","uv":[2.25,10.1,2.6,9.75]},"south":{"texture":"#0","uv":[2.25,10.1,2.6,9.75]},"up":{"texture":"#0","uv":[2.25,10.1,2.6,9.75]},"west":{"texture":"#0","uv":[2.25,10.1,2.6,9.75]}},"from":[-15.670288,-13.040507,-10.267975],"rotation":{"angle":22.5,"axis":"x","origin":[-15.502288,-13.13175,-9.841811],"rescale":false},"shade":false,"to":[-15.334288,-12.704508,-9.931974]},{"faces":{"down":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"east":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"north":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"south":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"up":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"west":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]}},"from":[-15.790288,-7.715272,-9.488253],"shade":false,"to":[-15.214288,-7.379272,-9.104253]},{"faces":{"down":{"texture":"#0","uv":[2.25,9.75,2.65,10.1]},"east":{"texture":"#0","uv":[2.25,9.75,2.65,10.1]},"north":{"texture":"#0","uv":[2.25,9.75,2.65,10.1]},"south":{"texture":"#0","uv":[2.25,9.75,2.65,10.1]},"up":{"texture":"#0","uv":[2.25,9.75,2.65,10.1]},"west":{"texture":"#0","uv":[2.25,9.75,2.65,10.1]}},"from":[-15.790288,-6.0430136,-12.176512],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.501765,-5.4453087,-11.285651],"rescale":false},"shade":false,"to":[-15.214288,-5.6590137,-11.840511]},{"faces":{"down":{"texture":"#0","uv":[2.25,9.75,2.65,10.1]},"east":{"texture":"#0","uv":[2.25,9.75,2.65,10.1]},"north":{"texture":"#0","uv":[2.25,9.75,2.65,10.1]},"south":{"texture":"#0","uv":[2.25,9.75,2.65,10.1]},"up":{"texture":"#0","uv":[2.25,9.75,2.65,10.1]},"west":{"texture":"#0","uv":[2.25,9.75,2.65,10.1]}},"from":[-15.790288,-5.882368,-9.681054],"shade":false,"to":[-15.214288,-5.546368,-9.297054]},{"faces":{"down":{"texture":"#0","uv":[2.4,10.75,2.25,10.85]},"east":{"texture":"#0","uv":[2.25,10.85,2.4,10.75]},"north":{"texture":"#0","uv":[2.25,10.85,2.4,10.75]},"south":{"texture":"#0","uv":[2.25,10.85,2.4,10.75]},"up":{"texture":"#0","uv":[2.4,10.75,2.25,10.85]},"west":{"texture":"#0","uv":[2.25,10.85,2.4,10.75]}},"from":[-15.646288,-10.45096,-12.06916],"shade":false,"to":[-15.310287,-10.11496,-11.685161]},{"faces":{"down":{"texture":"#0","uv":[3.25,10,3.3,10.3]},"east":{"texture":"#0","uv":[3.25,10,3.3,10.3]},"north":{"texture":"#0","uv":[3.25,10,3.3,10.3]},"south":{"texture":"#0","uv":[3.25,10,3.3,10.3]},"up":{"texture":"#0","uv":[3.25,10,3.3,10.3]},"west":{"texture":"#0","uv":[3.25,10,3.3,10.3]}},"from":[-15.766288,-5.1455393,-11.070539],"rotation":{"angle":-45,"axis":"x","origin":[-15.501765,-5.4453087,-11.285651],"rescale":false},"shade":false,"to":[-15.238288,-4.8575387,-10.782539]},{"faces":{"down":{"texture":"#0","uv":[1,9.25,1.3,9.55]},"east":{"texture":"#0","uv":[1,9.25,1.3,9.55]},"north":{"texture":"#0","uv":[1,9.25,1.3,9.55]},"south":{"texture":"#0","uv":[1,9.25,1.3,9.55]},"up":{"texture":"#0","uv":[1,9.25,1.3,9.55]},"west":{"texture":"#0","uv":[1,9.25,1.3,9.55]}},"from":[-15.646288,-9.1282625,-9.784005],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.502288,-8.749696,-9.584857],"rescale":false},"shade":false,"to":[-15.358288,-8.840262,-9.496005]},{"faces":{"down":{"texture":"#0","uv":[1.3,9.25,1,9.55]},"east":{"texture":"#0","uv":[1,9.55,1.3,9.25]},"north":{"texture":"#0","uv":[1.3,9.25,1,9.55]},"south":{"texture":"#0","uv":[1.3,9.25,1,9.55]},"up":{"texture":"#0","uv":[1.3,9.25,1,9.55]},"west":{"texture":"#0","uv":[1,9.55,1.3,9.25]}},"from":[-15.646288,-13.087033,-10.10753],"rotation":{"angle":45,"axis":"x","origin":[-15.502288,-13.13175,-9.841811],"rescale":false},"shade":false,"to":[-15.358288,-12.799033,-9.81953]},{"faces":{"down":{"texture":"#0","uv":[2.25,10.5,2.55,10.8]},"east":{"texture":"#0","uv":[2.25,10.5,2.55,10.8]},"north":{"texture":"#0","uv":[2.25,10.5,2.55,10.8]},"south":{"texture":"#0","uv":[2.25,10.5,2.55,10.8]},"up":{"texture":"#0","uv":[2.25,10.5,2.55,10.8]},"west":{"texture":"#0","uv":[2.25,10.5,2.55,10.8]}},"from":[-15.766288,-7.7618895,-8.927569],"rotation":{"angle":22.5,"axis":"x","origin":[-15.502288,-6.9091454,-8.8099985],"rescale":false},"shade":false,"to":[-15.238288,-7.4738894,-8.639569]},{"faces":{"down":{"texture":"#0","uv":[0.25,10.25,0.3,10.3]},"east":{"texture":"#0","uv":[0.25,10.25,0.3,10.3]},"north":{"texture":"#0","uv":[0.25,10.25,0.3,10.3]},"south":{"texture":"#0","uv":[0.25,10.25,0.3,10.3]},"up":{"texture":"#0","uv":[0.25,10.25,0.3,10.3]},"west":{"texture":"#0","uv":[0.25,10.25,0.3,10.3]}},"from":[-15.766288,-5.4560366,-12.185858],"rotation":{"angle":-45,"axis":"x","origin":[-15.501765,-5.4453087,-11.285651],"rescale":false},"shade":false,"to":[-15.238288,-5.168037,-11.897858]},{"faces":{"down":{"texture":"#0","uv":[0.25,10.25,0.3,10.3]},"east":{"texture":"#0","uv":[0.25,10.25,0.3,10.3]},"north":{"texture":"#0","uv":[0.25,10.25,0.3,10.3]},"south":{"texture":"#0","uv":[0.25,10.25,0.3,10.3]},"up":{"texture":"#0","uv":[0.25,10.25,0.3,10.3]},"west":{"texture":"#0","uv":[0.25,10.25,0.3,10.3]}},"from":[-15.766288,-5.752163,-9.510266],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.502288,-5.354641,-9.10829],"rescale":false},"shade":false,"to":[-15.238288,-5.4641633,-9.222266]},{"faces":{"down":{"texture":"#0","uv":[1.5,10.05,1.55,10]},"east":{"texture":"#0","uv":[1.5,10.05,1.55,10]},"north":{"texture":"#0","uv":[1.55,10,1.5,10.05]},"south":{"texture":"#0","uv":[1.55,10,1.5,10.05]},"up":{"texture":"#0","uv":[1.5,10.05,1.55,10]},"west":{"texture":"#0","uv":[1.5,10.05,1.55,10]}},"from":[-15.622288,-10.482131,-12.163087],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.478288,-10.569063,-12.139196],"rescale":false},"shade":false,"to":[-15.334288,-10.194131,-11.875087]},{"faces":{"down":{"texture":"#0","uv":[3.25,10,3.2895,10.2895]},"east":{"texture":"#0","uv":[3.25,10,3.2895,10.2895]},"north":{"texture":"#0","uv":[3.25,10,3.2895,10.2895]},"south":{"texture":"#0","uv":[3.25,10,3.2895,10.2895]},"up":{"texture":"#0","uv":[3.25,10,3.2895,10.2895]},"west":{"texture":"#0","uv":[3.25,10,3.2895,10.2895]}},"from":[-15.761488,-5.3048363,-11.74155],"rotation":{"angle":22.5,"axis":"x","origin":[-15.501765,-5.4453087,-11.285651],"rescale":false},"shade":false,"to":[-15.243088,-5.026437,-11.46315]},{"faces":{"down":{"texture":"#0","uv":[1,9.25,1.2895,9.5395]},"east":{"texture":"#0","uv":[1,9.25,1.2895,9.5395]},"north":{"texture":"#0","uv":[1,9.25,1.2895,9.5395]},"south":{"texture":"#0","uv":[1,9.25,1.2895,9.5395]},"up":{"texture":"#0","uv":[1,9.25,1.2895,9.5395]},"west":{"texture":"#0","uv":[1,9.25,1.2895,9.5395]}},"from":[-15.641488,-9.128641,-9.642841],"rotation":{"angle":-45,"axis":"x","origin":[-15.502288,-8.749696,-9.584857],"rescale":false},"shade":false,"to":[-15.363088,-8.850241,-9.364441]},{"faces":{"down":{"texture":"#0","uv":[1.2895,9.25,1,9.5395]},"east":{"texture":"#0","uv":[1,9.5395,1.2895,9.25]},"north":{"texture":"#0","uv":[1.2895,9.25,1,9.5395]},"south":{"texture":"#0","uv":[1.2895,9.25,1,9.5395]},"up":{"texture":"#0","uv":[1.2895,9.25,1,9.5395]},"west":{"texture":"#0","uv":[1,9.5395,1.2895,9.25]}},"from":[-15.641488,-13.308212,-9.809099],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.502288,-13.13175,-9.841811],"rescale":false},"shade":false,"to":[-15.363088,-13.029812,-9.530699]},{"faces":{"down":{"texture":"#0","uv":[2.75,11.75,3.189,12.039]},"east":{"texture":"#0","uv":[2.75,11.75,3.189,12.039]},"north":{"texture":"#0","uv":[2.75,11.75,3.189,12.039]},"south":{"texture":"#0","uv":[2.75,11.75,3.189,12.039]},"up":{"texture":"#0","uv":[2.75,11.75,3.189,12.039]},"west":{"texture":"#0","uv":[2.75,11.75,3.189,12.039]}},"from":[-15.761488,-7.648883,-8.431623],"rotation":{"angle":45,"axis":"x","origin":[-15.502288,-6.9091454,-8.8099985],"rescale":false},"shade":false,"to":[-15.243088,-7.3704824,-8.009223]},{"faces":{"down":{"texture":"#0","uv":[0.5,9.5,0.9395,10.0395]},"east":{"texture":"#0","uv":[0.5,9.5,0.9395,10.0395]},"north":{"texture":"#0","uv":[0.5,9.5,0.9395,10.0395]},"south":{"texture":"#0","uv":[0.5,9.5,0.9395,10.0395]},"up":{"texture":"#0","uv":[0.5,9.5,0.9395,10.0395]},"west":{"texture":"#0","uv":[0.5,9.5,0.9395,10.0395]}},"from":[-15.761488,-6.1880083,-12.2033],"rotation":{"angle":22.5,"axis":"x","origin":[-15.501765,-5.4453087,-11.285651],"rescale":false},"shade":false,"to":[-15.243088,-5.909608,-11.7809]},{"faces":{"down":{"texture":"#0","uv":[0.5,9.5,0.9395,10.0395]},"east":{"texture":"#0","uv":[0.5,9.5,0.9395,10.0395]},"north":{"texture":"#0","uv":[0.5,9.5,0.9395,10.0395]},"south":{"texture":"#0","uv":[0.5,9.5,0.9395,10.0395]},"up":{"texture":"#0","uv":[0.5,9.5,0.9395,10.0395]},"west":{"texture":"#0","uv":[0.5,9.5,0.9395,10.0395]}},"from":[-15.761488,-5.6734867,-9.3609085],"rotation":{"angle":-45,"axis":"x","origin":[-15.502288,-5.354641,-9.10829],"rescale":false},"shade":false,"to":[-15.243088,-5.3950863,-8.938509]},{"faces":{"down":{"texture":"#0","uv":[1.6895,10,1.5,10.0395]},"east":{"texture":"#0","uv":[1.5,10.0395,1.6895,10]},"north":{"texture":"#0","uv":[1.5,10.0395,1.6895,10]},"south":{"texture":"#0","uv":[1.5,10.0395,1.6895,10]},"up":{"texture":"#0","uv":[1.6895,10,1.5,10.0395]},"west":{"texture":"#0","uv":[1.5,10.0395,1.6895,10]}},"from":[-15.617488,-10.874853,-12.489933],"rotation":{"angle":45,"axis":"x","origin":[-15.478288,-10.569063,-12.139196],"rescale":false},"shade":false,"to":[-15.339088,-10.452454,-12.211533]},{"faces":{"down":{"texture":"#0","uv":[3.5,9,3.539,9.289]},"east":{"texture":"#0","uv":[3.5,9,3.539,9.289]},"north":{"texture":"#0","uv":[3.5,9,3.539,9.289]},"south":{"texture":"#0","uv":[3.5,9,3.539,9.289]},"up":{"texture":"#0","uv":[3.5,9,3.539,9.289]},"west":{"texture":"#0","uv":[3.5,9,3.539,9.289]}},"from":[-15.756688,-5.41467,-11.648301],"shade":false,"to":[-15.247889,-5.14587,-11.379501]},{"faces":{"down":{"texture":"#0","uv":[2.75,8.5,3.03,8.78]},"east":{"texture":"#0","uv":[2.75,8.5,3.03,8.78]},"north":{"texture":"#0","uv":[2.75,8.5,3.03,8.78]},"south":{"texture":"#0","uv":[2.75,8.5,3.03,8.78]},"up":{"texture":"#0","uv":[2.75,8.5,3.03,8.78]},"west":{"texture":"#0","uv":[2.75,8.5,3.03,8.78]}},"from":[-15.636688,-8.686278,-9.4240055],"rotation":{"angle":22.5,"axis":"x","origin":[-15.502288,-8.749696,-9.584857],"rescale":false},"shade":false,"to":[-15.367888,-8.417479,-9.155206]},{"faces":{"down":{"texture":"#0","uv":[3.03,8.5,2.75,8.78]},"east":{"texture":"#0","uv":[3.03,8.5,2.75,8.78]},"north":{"texture":"#0","uv":[3.03,8.5,2.75,8.78]},"south":{"texture":"#0","uv":[3.03,8.5,2.75,8.78]},"up":{"texture":"#0","uv":[3.03,8.5,2.75,8.78]},"west":{"texture":"#0","uv":[3.03,8.5,2.75,8.78]}},"from":[-15.636688,-13.449324,-9.760451],"shade":false,"to":[-15.367888,-13.180524,-9.491652]},{"faces":{"down":{"texture":"#0","uv":[2.5,11.75,3.03,12.03]},"east":{"texture":"#0","uv":[2.5,11.75,3.03,12.03]},"north":{"texture":"#0","uv":[2.5,11.75,3.03,12.03]},"south":{"texture":"#0","uv":[2.5,11.75,3.03,12.03]},"up":{"texture":"#0","uv":[2.5,11.75,3.03,12.03]},"west":{"texture":"#0","uv":[2.5,11.75,3.03,12.03]}},"from":[-15.756688,-8.302073,-9.210482],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.502288,-6.9091454,-8.8099985],"rescale":false},"shade":false,"to":[-15.247889,-7.7932725,-8.941682]},{"faces":{"down":{"texture":"#0","uv":[1.75,8.25,1.7795,8.75]},"east":{"texture":"#0","uv":[1.75,8.25,1.7795,8.75]},"north":{"texture":"#0","uv":[1.75,8.25,1.7795,8.75]},"south":{"texture":"#0","uv":[1.75,8.25,1.7795,8.75]},"up":{"texture":"#0","uv":[1.75,8.25,1.7795,8.75]},"west":{"texture":"#0","uv":[1.75,8.25,1.7795,8.75]}},"from":[-15.756688,-5.8038006,-12.787691],"shade":false,"to":[-15.247889,-5.535001,-12.278891]},{"faces":{"down":{"texture":"#0","uv":[1.75,8.25,1.7795,8.75]},"east":{"texture":"#0","uv":[1.75,8.25,1.7795,8.75]},"north":{"texture":"#0","uv":[1.75,8.25,1.7795,8.75]},"south":{"texture":"#0","uv":[1.75,8.25,1.7795,8.75]},"up":{"texture":"#0","uv":[1.75,8.25,1.7795,8.75]},"west":{"texture":"#0","uv":[1.75,8.25,1.7795,8.75]}},"from":[-15.756688,-5.3520403,-9.029449],"rotation":{"angle":22.5,"axis":"x","origin":[-15.502288,-5.354641,-9.10829],"rescale":false},"shade":false,"to":[-15.247889,-4.84324,-8.760649]},{"faces":{"down":{"texture":"#0","uv":[2.53,9.75,2.5,9.78]},"east":{"texture":"#0","uv":[2.5,9.78,2.53,9.75]},"north":{"texture":"#0","uv":[2.5,9.78,2.53,9.75]},"south":{"texture":"#0","uv":[2.5,9.78,2.53,9.75]},"up":{"texture":"#0","uv":[2.53,9.75,2.5,9.78]},"west":{"texture":"#0","uv":[2.5,9.78,2.53,9.75]}},"from":[-15.612688,-11.193918,-12.56835],"rotation":{"angle":22.5,"axis":"x","origin":[-15.478288,-10.569063,-12.139196],"rescale":false},"shade":false,"to":[-15.343888,-10.685118,-12.29955]},{"faces":{"down":{"texture":"#0","uv":[2.25,10,2.28,10.03]},"east":{"texture":"#0","uv":[2.25,10,2.28,10.03]},"north":{"texture":"#0","uv":[2.25,10,2.28,10.03]},"south":{"texture":"#0","uv":[2.25,10,2.28,10.03]},"up":{"texture":"#0","uv":[2.25,10,2.28,10.03]},"west":{"texture":"#0","uv":[2.25,10,2.28,10.03]}},"from":[-15.756688,-4.5042543,-11.275787],"rotation":{"angle":22.5,"axis":"x","origin":[-15.501765,-5.4453087,-11.285651],"rescale":false},"shade":false,"to":[-15.247889,-4.235454,-11.006988]},{"faces":{"down":{"texture":"#0","uv":[3.5,9,3.539,9.289]},"east":{"texture":"#0","uv":[3.5,9,3.539,9.289]},"north":{"texture":"#0","uv":[3.5,9,3.539,9.289]},"south":{"texture":"#0","uv":[3.5,9,3.539,9.289]},"up":{"texture":"#0","uv":[3.5,9,3.539,9.289]},"west":{"texture":"#0","uv":[3.5,9,3.539,9.289]}},"from":[-15.751888,-5.4724092,-11.481276],"rotation":{"angle":-45,"axis":"x","origin":[-15.501765,-5.4453087,-11.285651],"rescale":false},"shade":false,"to":[-15.252688,-5.2132096,-11.222075]},{"faces":{"down":{"texture":"#0","uv":[2,8,2.27,8.27]},"east":{"texture":"#0","uv":[2,8,2.27,8.27]},"north":{"texture":"#0","uv":[2,8,2.27,8.27]},"south":{"texture":"#0","uv":[2,8,2.27,8.27]},"up":{"texture":"#0","uv":[2,8,2.27,8.27]},"west":{"texture":"#0","uv":[2,8,2.27,8.27]}},"from":[-15.631888,-8.772593,-9.344469],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.502288,-8.749696,-9.584857],"rescale":false},"shade":false,"to":[-15.372688,-8.513392,-9.085269]},{"faces":{"down":{"texture":"#0","uv":[2,8.27,2.27,8]},"east":{"texture":"#0","uv":[2.27,8,2,8.27]},"north":{"texture":"#0","uv":[2,8.27,2.27,8]},"south":{"texture":"#0","uv":[2,8.27,2.27,8]},"up":{"texture":"#0","uv":[2,8.27,2.27,8]},"west":{"texture":"#0","uv":[2.27,8,2,8.27]}},"from":[-15.631888,-13.413904,-9.667994],"rotation":{"angle":45,"axis":"x","origin":[-15.502288,-13.13175,-9.841811],"rescale":false},"shade":false,"to":[-15.372688,-13.154704,-9.408793]},{"faces":{"down":{"texture":"#0","uv":[2.25,12.25,2.489,12.489]},"east":{"texture":"#0","uv":[2.25,12.25,2.489,12.489]},"north":{"texture":"#0","uv":[2.25,12.25,2.489,12.489]},"south":{"texture":"#0","uv":[2.25,12.25,2.489,12.489]},"up":{"texture":"#0","uv":[2.25,12.25,2.489,12.489]},"west":{"texture":"#0","uv":[2.25,12.25,2.489,12.489]}},"from":[-15.751888,-8.50996,-8.659686],"shade":false,"to":[-15.252688,-8.25076,-8.400486]},{"faces":{"down":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"east":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"north":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"south":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"up":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"west":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]}},"from":[-15.751888,-5.214448,-12.9712],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.501765,-5.4453087,-11.285651],"rescale":false},"shade":false,"to":[-15.252688,-4.955248,-12.712]},{"faces":{"down":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"east":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"north":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"south":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"up":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"west":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]}},"from":[-15.751888,-5.0108795,-8.852488],"shade":false,"to":[-15.252688,-4.75168,-8.593287]},{"faces":{"down":{"texture":"#0","uv":[3,9.27,3.02,9.25]},"east":{"texture":"#0","uv":[3.02,9.25,3,9.27]},"north":{"texture":"#0","uv":[3.02,9.25,3,9.27]},"south":{"texture":"#0","uv":[3.02,9.25,3,9.27]},"up":{"texture":"#0","uv":[3,9.27,3.02,9.25]},"west":{"texture":"#0","uv":[3.02,9.25,3,9.27]}},"from":[-15.607888,-11.245648,-12.772926],"shade":false,"to":[-15.348688,-10.986448,-12.513726]},{"faces":{"down":{"texture":"#0","uv":[3.25,10,3.27,10.27]},"east":{"texture":"#0","uv":[3.25,10,3.27,10.27]},"north":{"texture":"#0","uv":[3.25,10,3.27,10.27]},"south":{"texture":"#0","uv":[3.25,10,3.27,10.27]},"up":{"texture":"#0","uv":[3.25,10,3.27,10.27]},"west":{"texture":"#0","uv":[3.25,10,3.27,10.27]}},"from":[-15.751888,-4.8951283,-10.377179],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.501765,-5.4453087,-11.285651],"rescale":false},"shade":false,"to":[-15.252688,-4.635928,-10.117979]},{"faces":{"down":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"east":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"north":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"south":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"up":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"west":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]}},"from":[-15.737488,-5.611719,-11.332005],"rotation":{"angle":22.5,"axis":"x","origin":[-15.501765,-5.4453087,-11.285651],"rescale":false},"shade":false,"to":[-15.267088,-5.381319,-11.101604]},{"faces":{"down":{"texture":"#0","uv":[2,8,2.27,8.27]},"east":{"texture":"#0","uv":[2,8,2.27,8.27]},"north":{"texture":"#0","uv":[2,8,2.27,8.27]},"south":{"texture":"#0","uv":[2,8,2.27,8.27]},"up":{"texture":"#0","uv":[2,8,2.27,8.27]},"west":{"texture":"#0","uv":[2,8,2.27,8.27]}},"from":[-15.617488,-8.719095,-9.287958],"rotation":{"angle":-45,"axis":"x","origin":[-15.502288,-8.749696,-9.584857],"rescale":false},"shade":false,"to":[-15.387088,-8.488695,-9.057558]},{"faces":{"down":{"texture":"#0","uv":[2,8.27,2.27,8]},"east":{"texture":"#0","uv":[2.27,8,2,8.27]},"north":{"texture":"#0","uv":[2,8.27,2.27,8]},"south":{"texture":"#0","uv":[2,8.27,2.27,8]},"up":{"texture":"#0","uv":[2,8.27,2.27,8]},"west":{"texture":"#0","uv":[2.27,8,2,8.27]}},"from":[-15.617488,-13.615096,-10.170645],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.502288,-13.13175,-9.841811],"rescale":false},"shade":false,"to":[-15.387088,-13.384696,-9.940245]},{"faces":{"down":{"texture":"#0","uv":[2.25,12.25,2.489,12.489]},"east":{"texture":"#0","uv":[2.25,12.25,2.489,12.489]},"north":{"texture":"#0","uv":[2.25,12.25,2.489,12.489]},"south":{"texture":"#0","uv":[2.25,12.25,2.489,12.489]},"up":{"texture":"#0","uv":[2.25,12.25,2.489,12.489]},"west":{"texture":"#0","uv":[2.25,12.25,2.489,12.489]}},"from":[-15.737488,-8.465258,-8.074148],"rotation":{"angle":22.5,"axis":"x","origin":[-15.502288,-6.9091454,-8.8099985],"rescale":false},"shade":false,"to":[-15.267088,-8.234858,-7.843748]},{"faces":{"down":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"east":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"north":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"south":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"up":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"west":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]}},"from":[-15.737488,-4.6026106,-12.889226],"rotation":{"angle":-45,"axis":"x","origin":[-15.501765,-5.4453087,-11.285651],"rescale":false},"shade":false,"to":[-15.267088,-4.3722105,-12.658826]},{"faces":{"down":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"east":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"north":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"south":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"up":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"west":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]}},"from":[-15.737488,-4.9911947,-8.65684],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.502288,-5.354641,-9.10829],"rescale":false},"shade":false,"to":[-15.267088,-4.7607946,-8.42644]},{"faces":{"down":{"texture":"#0","uv":[3.7395,9,3.5,9.2395]},"east":{"texture":"#0","uv":[3.7395,9,3.5,9.2395]},"north":{"texture":"#0","uv":[3.5,9.2395,3.7395,9]},"south":{"texture":"#0","uv":[3.5,9.2395,3.7395,9]},"up":{"texture":"#0","uv":[3.7395,9,3.5,9.2395]},"west":{"texture":"#0","uv":[3.7395,9,3.5,9.2395]}},"from":[-15.593488,-11.185504,-12.958912],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.478288,-10.569063,-12.139196],"rescale":false},"shade":false,"to":[-15.363088,-10.955104,-12.728512]},{"faces":{"down":{"texture":"#0","uv":[3.25,10,3.27,10.27]},"east":{"texture":"#0","uv":[3.25,10,3.27,10.27]},"north":{"texture":"#0","uv":[3.25,10,3.27,10.27]},"south":{"texture":"#0","uv":[3.25,10,3.27,10.27]},"up":{"texture":"#0","uv":[3.25,10,3.27,10.27]},"west":{"texture":"#0","uv":[3.25,10,3.27,10.27]}},"from":[-15.737488,-4.505785,-10.51314],"shade":false,"to":[-15.267088,-4.275385,-10.28274]},{"faces":{"down":{"texture":"#0","uv":[4.25,10.5,3.5,12.5]},"east":{"texture":"#0","uv":[4.25,10.5,3.5,12.5]},"north":{"texture":"#0","uv":[3.5,10.5,4.25,12.5]},"south":{"texture":"#0","uv":[4.25,10.5,3.5,12.5]},"up":{"texture":"#0","uv":[4.25,10.5,3.5,12.5]},"west":{"texture":"#0","uv":[4.25,10.5,3.5,12.5]}},"from":[-15.832,-8.357166,-10.781008],"shade":false,"to":[-15.16,-6.4371657,-10.109008]},{"faces":{"down":{"texture":"#0","uv":[8,11,7.5,15.5]},"east":{"texture":"#0","uv":[8,11.75,7.25,15.75]},"north":{"texture":"#0","uv":[7.5,12,8,16]},"south":{"texture":"#0","uv":[7.5,11.5,8,15.5]},"up":{"texture":"#0","uv":[8,11,7.5,15.5]},"west":{"texture":"#0","uv":[8,11.75,7.25,15.75]}},"from":[-15.808001,-13.541166,-11.357008],"shade":false,"to":[-15.184001,-9.725166,-10.757008]},{"faces":{"down":{"texture":"#0","uv":[1,10,1.5,12.5]},"east":{"texture":"#0","uv":[1.75,10,2.25,12.5]},"north":{"texture":"#0","uv":[1,10,1.5,12.5]},"south":{"texture":"#0","uv":[1,10,1.5,12.5]},"up":{"texture":"#0","uv":[1,10,1.5,12.5]},"west":{"texture":"#0","uv":[2.25,10,2.75,12.5]}},"from":[-15.736,-8.461058,-10.434856],"rotation":{"angle":22.5,"axis":"x","origin":[-15.498097,-7.825691,-10.1560955],"rescale":false},"shade":false,"to":[-15.2560005,-6.0610576,-9.954857]},{"faces":{"down":{"texture":"#0","uv":[3.5,10.5,4.25,12.5]},"east":{"texture":"#0","uv":[3.5,10.5,4.25,12.5]},"north":{"texture":"#0","uv":[1.25,10.5,1.75,12.5]},"south":{"texture":"#0","uv":[3.5,10.5,4.25,12.5]},"up":{"texture":"#0","uv":[3.5,10.5,4.25,12.5]},"west":{"texture":"#0","uv":[3.5,10.5,4.25,12.5]}},"from":[-15.784,-10.130546,-11.114076],"rotation":{"angle":22.5,"axis":"x","origin":[-15.501587,-9.27676,-10.277119],"rescale":false},"shade":false,"to":[-15.208,-8.330545,-10.490076]},{"faces":{"down":{"texture":"#0","uv":[4.75,9,5.05,9.25]},"east":{"texture":"#0","uv":[4.75,9,5.25,9.5]},"north":{"texture":"#0","uv":[4.75,9,5.25,9.5]},"south":{"texture":"#0","uv":[4.75,9,5.25,9.5]},"up":{"texture":"#0","uv":[4.75,9,5.25,9.5]},"west":{"texture":"#0","uv":[4.75,9,5.25,9.5]}},"from":[-15.622495,-7.9441023,-9.478312],"rotation":{"angle":22.5,"axis":"x","origin":[-15.500954,-8.260015,-9.249688],"rescale":false},"shade":false,"to":[-15.382495,-7.656102,-9.228712]},{"faces":{"down":{"texture":"#0","uv":[4.5,8.75,5,9.5]},"east":{"texture":"#0","uv":[4.5,8.75,5,9.5]},"north":{"texture":"#0","uv":[4.5,8.75,4.75,9]},"south":{"texture":"#0","uv":[4.5,8.75,5,9.5]},"up":{"texture":"#0","uv":[4.5,8.75,5,9.5]},"west":{"texture":"#0","uv":[4.5,8.75,5,9.5]}},"from":[-15.622495,-8.596,-9.13647],"rotation":{"angle":-45,"axis":"x","origin":[-15.500954,-8.1160145,-9.105688],"rescale":false},"shade":false,"to":[-15.382495,-8.346399,-8.800469]},{"faces":{"down":{"texture":"#0","uv":[4.75,8.75,4.96,9.15]},"east":{"texture":"#0","uv":[4.75,8.75,4.96,9.15]},"north":{"texture":"#0","uv":[4.75,8.75,4.96,9.15]},"south":{"texture":"#0","uv":[4.75,8.75,4.96,9.15]},"up":{"texture":"#0","uv":[4.75,8.75,4.96,9.15]},"west":{"texture":"#0","uv":[4.75,8.75,4.96,9.15]}},"from":[-15.572239,-8.112799,-9.2572],"rotation":{"angle":-45,"axis":"x","origin":[-15.500954,-8.260015,-9.249688],"rescale":false},"shade":false,"to":[-15.428239,-7.9591985,-8.9212]},{"faces":{"down":{"texture":"#0","uv":[4.25,8,5,8.5]},"east":{"texture":"#0","uv":[4.25,8,5,8.5]},"north":{"texture":"#0","uv":[4.25,8,5,8.5]},"south":{"texture":"#0","uv":[4.25,8,5,8.5]},"up":{"texture":"#0","uv":[4.25,8,5,8.5]},"west":{"texture":"#0","uv":[4.25,8,5,8.5]}},"from":[-15.572239,-8.525541,-9.257853],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.500954,-8.1160145,-9.105688],"rescale":false},"shade":false,"to":[-15.428239,-8.371942,-8.921852]},{"faces":{"down":{"texture":"#0","uv":[4.25,8,4.75,8.27]},"east":{"texture":"#0","uv":[4.25,8,4.75,8.27]},"north":{"texture":"#0","uv":[4.25,8,4.75,8.27]},"south":{"texture":"#0","uv":[4.25,8,4.75,8.27]},"up":{"texture":"#0","uv":[4.25,8,4.75,8.27]},"west":{"texture":"#0","uv":[4.25,8,4.75,8.27]}},"from":[-15.548133,-8.065432,-9.560465],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.500954,-8.164015,-9.129687],"rescale":false},"shade":false,"to":[-15.452133,-7.935832,-9.320465]},{"faces":{"down":{"texture":"#0","uv":[4.25,8,4.75,8.27]},"east":{"texture":"#0","uv":[4.25,8,4.75,8.27]},"north":{"texture":"#0","uv":[4.25,8,4.75,8.27]},"south":{"texture":"#0","uv":[4.25,8,4.75,8.27]},"up":{"texture":"#0","uv":[4.25,8,4.75,8.27]},"west":{"texture":"#0","uv":[4.25,8,4.75,8.27]}},"from":[-15.548133,-8.539148,-9.265053],"shade":false,"to":[-15.452133,-8.409548,-9.073053]},{"faces":{"down":{"texture":"#0","uv":[2.75,9.75,3.65,10.5]},"east":{"texture":"#0","uv":[2.75,10.75,3.5,11.5]},"north":{"texture":"#0","uv":[3,10.75,3.9,11.5]},"south":{"texture":"#0","uv":[2.75,11.5,3.65,12.25]},"up":{"texture":"#0","uv":[2.75,11.25,3.65,12]},"west":{"texture":"#0","uv":[2.75,10.75,3.5,11.5]}},"from":[-15.928,-6.9079113,-11.08119],"rotation":{"angle":-45,"axis":"x","origin":[-15.501765,-5.4453087,-11.285651],"rescale":false},"shade":false,"to":[-15.064,-6.1879115,-10.36119]},{"faces":{"down":{"texture":"#0","uv":[4.25,9.5,5.5,10.75]},"east":{"texture":"#0","uv":[4.25,9.5,5.5,10.75]},"north":{"texture":"#0","uv":[4.25,9.5,5.5,10.75]},"south":{"texture":"#0","uv":[4.25,9.5,5.5,10.75]},"up":{"texture":"#0","uv":[4.25,9.5,5.5,10.75]},"west":{"texture":"#0","uv":[4.25,9.5,5.5,10.75]}},"from":[-16,-6.346533,-10.572419],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.496,-6.106532,-10.332419],"rescale":false},"shade":false,"to":[-14.992,-5.8665333,-10.09242]},{"faces":{"down":{"texture":"#0","uv":[2.5,10.75,3.25,11.75]},"east":{"texture":"#0","uv":[2.5,10.75,3.25,11.75]},"north":{"texture":"#0","uv":[2.5,10.75,3.25,11.75]},"south":{"texture":"#0","uv":[2.5,10.75,3.25,11.75]},"up":{"texture":"#0","uv":[2.5,11.5,3.25,12.25]},"west":{"texture":"#0","uv":[2.5,10.75,3.25,11.75]}},"from":[-15.814288,-13.989161,-10.836539],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.506287,-14.6595955,-10.8428755],"rescale":false},"shade":false,"to":[-15.190289,-13.173161,-10.21254]},{"faces":{"down":{"texture":"#0","uv":[2.85,11.25,2.25,11.75]},"east":{"texture":"#0","uv":[2.25,11.75,2.85,11.25]},"north":{"texture":"#0","uv":[2.25,11.75,2.85,11.25]},"south":{"texture":"#0","uv":[2.25,11.75,2.85,11.25]},"up":{"texture":"#0","uv":[2.85,11.25,2.25,11.75]},"west":{"texture":"#0","uv":[2.25,11.75,2.85,11.25]}},"from":[-15.8622875,-14.350259,-10.784891],"rotation":{"angle":-45,"axis":"x","origin":[-15.506287,-14.6595955,-10.8428755],"rescale":false},"shade":false,"to":[-15.142287,-13.774259,-10.304892]},{"faces":{"down":{"texture":"#0","uv":[2.25,10.95,2.7,10.5]},"east":{"texture":"#0","uv":[2.7,10.5,2.25,10.95]},"north":{"texture":"#0","uv":[2.7,10.5,2.25,10.95]},"south":{"texture":"#0","uv":[2.7,10.5,2.25,10.95]},"up":{"texture":"#0","uv":[2.25,10.95,2.7,10.5]},"west":{"texture":"#0","uv":[2.7,10.5,2.25,10.95]}},"from":[-15.790288,-14.002091,-9.766336],"rotation":{"angle":-45,"axis":"x","origin":[-15.506287,-14.6595955,-10.8428755],"rescale":false},"shade":false,"to":[-15.262288,-13.570091,-9.334336]},{"faces":{"down":{"texture":"#0","uv":[3.2,11.5,2.75,11.95]},"east":{"texture":"#0","uv":[2.75,11.95,3.2,11.5]},"north":{"texture":"#0","uv":[2.75,11.95,3.2,11.5]},"south":{"texture":"#0","uv":[2.75,11.95,3.2,11.5]},"up":{"texture":"#0","uv":[3.2,11.5,2.75,11.95]},"west":{"texture":"#0","uv":[2.75,11.95,3.2,11.5]}},"from":[-15.838288,-14.594699,-10.917275],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.506287,-14.6595955,-10.8428755],"rescale":false},"shade":false,"to":[-15.166288,-14.162699,-10.485275]},{"faces":{"down":{"texture":"#0","uv":[2.45,9.75,2,11.45]},"east":{"texture":"#0","uv":[2,11.45,2.45,9.75]},"north":{"texture":"#0","uv":[2,11.45,2.45,9.75]},"south":{"texture":"#0","uv":[2,11.95,2.45,10.25]},"up":{"texture":"#0","uv":[2.5,9.75,2,10.2]},"west":{"texture":"#0","uv":[2,11.45,2.45,9.75]}},"from":[-15.766288,-14.28628,-11.2810335],"rotation":{"angle":22.5,"axis":"x","origin":[-15.506287,-14.6595955,-10.8428755],"rescale":false},"shade":false,"to":[-15.286288,-12.65428,-10.849033]},{"faces":{"down":{"texture":"#0","uv":[2.5,11.15,2.65,11]},"east":{"texture":"#0","uv":[2.65,11,2.5,11.15]},"north":{"texture":"#0","uv":[2.65,11,2.5,11.15]},"south":{"texture":"#0","uv":[2.65,11,2.5,11.15]},"up":{"texture":"#0","uv":[2.5,11.15,2.65,11]},"west":{"texture":"#0","uv":[2.65,11,2.5,11.15]}},"from":[-15.814288,-14.82279,-10.945332],"shade":false,"to":[-15.190289,-14.43879,-10.561332]},{"faces":{"down":{"texture":"#0","uv":[2.25,10.85,2.4,10.75]},"east":{"texture":"#0","uv":[2.4,10.75,2.25,10.85]},"north":{"texture":"#0","uv":[2.4,10.75,2.25,10.85]},"south":{"texture":"#0","uv":[2.4,10.75,2.25,10.85]},"up":{"texture":"#0","uv":[2.25,10.85,2.4,10.75]},"west":{"texture":"#0","uv":[2.4,10.75,2.25,10.85]}},"from":[-15.790288,-14.950077,-11.167188],"rotation":{"angle":-45,"axis":"x","origin":[-15.506287,-14.6595955,-10.8428755],"rescale":false},"shade":false,"to":[-15.214288,-14.614077,-10.783188]},{"faces":{"down":{"texture":"#0","uv":[1.5,10.05,1.55,10]},"east":{"texture":"#0","uv":[1.55,10,1.5,10.05]},"north":{"texture":"#0","uv":[1.55,10,1.5,10.05]},"south":{"texture":"#0","uv":[1.55,10,1.5,10.05]},"up":{"texture":"#0","uv":[1.5,10.05,1.55,10]},"west":{"texture":"#0","uv":[1.55,10,1.5,10.05]}},"from":[-15.766288,-15.204174,-10.991239],"rotation":{"angle":22.5,"axis":"x","origin":[-15.506287,-14.6595955,-10.8428755],"rescale":false},"shade":false,"to":[-15.238288,-14.916174,-10.7032385]},{"faces":{"down":{"texture":"#0","uv":[1.6895,10,1.5,10.0395]},"east":{"texture":"#0","uv":[1.5,10.0395,1.6895,10]},"north":{"texture":"#0","uv":[1.5,10.0395,1.6895,10]},"south":{"texture":"#0","uv":[1.5,10.0395,1.6895,10]},"up":{"texture":"#0","uv":[1.6895,10,1.5,10.0395]},"west":{"texture":"#0","uv":[1.5,10.0395,1.6895,10]}},"from":[-15.761488,-15.533142,-11.183546],"shade":false,"to":[-15.243088,-15.110742,-10.905146]},{"faces":{"down":{"texture":"#0","uv":[2.53,9.75,2.5,9.78]},"east":{"texture":"#0","uv":[2.5,9.78,2.53,9.75]},"north":{"texture":"#0","uv":[2.5,9.78,2.53,9.75]},"south":{"texture":"#0","uv":[2.5,9.78,2.53,9.75]},"up":{"texture":"#0","uv":[2.53,9.75,2.5,9.78]},"west":{"texture":"#0","uv":[2.5,9.78,2.53,9.75]}},"from":[-15.756688,-15.812843,-11.480003],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.506287,-14.6595955,-10.8428755],"rescale":false},"shade":false,"to":[-15.247889,-15.304043,-11.211204]},{"faces":{"down":{"texture":"#0","uv":[3.02,9.25,3,9.27]},"east":{"texture":"#0","uv":[3,9.27,3.02,9.25]},"north":{"texture":"#0","uv":[3,9.27,3.02,9.25]},"south":{"texture":"#0","uv":[3,9.27,3.02,9.25]},"up":{"texture":"#0","uv":[3.02,9.25,3,9.27]},"west":{"texture":"#0","uv":[3,9.27,3.02,9.25]}},"from":[-15.751888,-15.744764,-11.870954],"rotation":{"angle":-45,"axis":"x","origin":[-15.506287,-14.6595955,-10.8428755],"rescale":false},"shade":false,"to":[-15.252688,-15.485564,-11.611753]},{"faces":{"down":{"texture":"#0","uv":[3.7395,9,3.5,9.2395]},"east":{"texture":"#0","uv":[3.5,9.2395,3.7395,9]},"north":{"texture":"#0","uv":[3.5,9.2395,3.7395,9]},"south":{"texture":"#0","uv":[3.5,9.2395,3.7395,9]},"up":{"texture":"#0","uv":[3.7395,9,3.5,9.2395]},"west":{"texture":"#0","uv":[3.5,9.2395,3.7395,9]}},"from":[-15.737488,-16,-10.230266],"rotation":{"angle":22.5,"axis":"x","origin":[-15.506287,-14.6595955,-10.8428755],"rescale":false},"shade":false,"to":[-15.267088,-15.7696,-9.999866]},{"faces":{"down":{"texture":"#0","uv":[4.5,9.75,5.25,10.5]},"east":{"texture":"#0","uv":[4.5,9.75,5.25,10.5]},"north":{"texture":"#0","uv":[4.5,9.75,5.25,10.5]},"south":{"texture":"#0","uv":[4.5,9.75,5.25,10.5]},"up":{"texture":"#0","uv":[4.5,9.75,5.25,10.5]},"west":{"texture":"#0","uv":[4.5,9.75,5.25,10.5]}},"from":[-16,-6.738736,-10.396255],"shade":false,"to":[-14.992,-6.498736,-10.156255]},{"faces":{"down":{"texture":"#0","uv":[4.5,9.75,5.25,10.5]},"east":{"texture":"#0","uv":[4.5,9.75,5.25,10.5]},"north":{"texture":"#0","uv":[4.5,9.75,5.25,10.5]},"south":{"texture":"#0","uv":[4.5,9.75,5.25,10.5]},"up":{"texture":"#0","uv":[4.5,9.75,5.25,10.5]},"west":{"texture":"#0","uv":[4.5,9.75,5.25,10.5]}},"from":[-16,-5.9707355,-10.012255],"rotation":{"angle":45,"axis":"x","origin":[-15.496,-5.8507357,-9.892255],"rescale":false},"shade":false,"to":[-14.992,-5.7307353,-9.772255]}],"overrides":[],"textures":{"0":"item/w1149557602_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2049.json b/assets/minecraft/models/w2049.json new file mode 100644 index 000000000..05d8a829f --- /dev/null +++ b/assets/minecraft/models/w2049.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.75,0,3,2.5]},"east":{"texture":"#0","uv":[1,3,0.5,0.5]},"north":{"texture":"#0","uv":[3,0.5,2.75,0]},"south":{"texture":"#0","uv":[3.25,3,3,2.5]},"up":{"texture":"#0","uv":[3,0,3.25,2.5]},"west":{"texture":"#0","uv":[2.75,0,3.25,2.5]}},"from":[-15.6112,-6.4372387,-15.472883],"rotation":{"angle":-45,"axis":"x","origin":[-15.495098,-6.3976526,-14.269897],"rescale":false},"shade":false,"to":[-15.3808,-5.9668384,-13.082483]},{"faces":{"down":{"texture":"#0","uv":[3.75,4,4.05,3]},"east":{"texture":"#0","uv":[3.75,4,4.05,3]},"north":{"texture":"#0","uv":[4,3,3.75,3.3]},"south":{"texture":"#0","uv":[4.05,3,3.75,4]},"up":{"texture":"#0","uv":[3.75,4,4.05,3]},"west":{"texture":"#0","uv":[3.75,4,4.05,3]}},"from":[-15.6112,-6.641329,-11.630709],"rotation":{"angle":-45,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3808,-6.3629293,-10.680308]},{"faces":{"down":{"texture":"#0","uv":[3.75,3.5,4,2.5]},"east":{"texture":"#0","uv":[4,2.5,3.75,3.5]},"north":{"texture":"#0","uv":[4,2.5,3.75,3.5]},"south":{"texture":"#0","uv":[4,2.5,3.75,3.5]},"up":{"texture":"#0","uv":[3.75,3.5,4,2.5]},"west":{"texture":"#0","uv":[4,2.5,3.75,3.5]}},"from":[-15.6112,-6.085951,-9.0254755],"shade":false,"to":[-15.3808,-5.1355505,-8.747075]},{"faces":{"down":{"texture":"#0","uv":[4.05,4,3.75,3]},"east":{"texture":"#0","uv":[4.05,4,3.75,3]},"north":{"texture":"#0","uv":[4.05,4,3.75,3]},"south":{"texture":"#0","uv":[4.05,4,3.75,3]},"up":{"texture":"#0","uv":[4,3.3,3.75,3]},"west":{"texture":"#0","uv":[4.05,4,3.75,3]}},"from":[-15.6112,-5.8725805,-9.073476],"shade":false,"to":[-15.3808,-4.92218,-8.795075]},{"faces":{"down":{"texture":"#0","uv":[3.75,3,4.05,4]},"east":{"texture":"#0","uv":[4.05,4,3.75,3]},"north":{"texture":"#0","uv":[4,3.3,3.75,3]},"south":{"texture":"#0","uv":[4.05,4,3.75,3]},"up":{"texture":"#0","uv":[3.75,3,4.05,4]},"west":{"texture":"#0","uv":[4.05,4,3.75,3]}},"from":[-15.6112,-14.340424,-11.170893],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.4948,-14.882056,-11.526093],"rescale":false},"shade":false,"to":[-15.3808,-14.062023,-10.700493]},{"faces":{"down":{"texture":"#0","uv":[3,3.75,3.5,2.75]},"east":{"texture":"#0","uv":[3,3.75,3.5,2.75]},"north":{"texture":"#0","uv":[3.5,2.75,3,3.75]},"south":{"texture":"#0","uv":[3.5,2.75,3,3.75]},"up":{"texture":"#0","uv":[3,3.75,3.25,2.75]},"west":{"texture":"#0","uv":[3,3.75,3.5,2.75]}},"from":[-15.6112,-5.064865,-11.979357],"rotation":{"angle":22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3808,-4.5944657,-11.028956]},{"faces":{"down":{"texture":"#0","uv":[3,2.75,3.5,3.75]},"east":{"texture":"#0","uv":[3,2.75,3.5,3.75]},"north":{"texture":"#0","uv":[3,2.75,3.5,3.75]},"south":{"texture":"#0","uv":[3,2.75,3.25,3.75]},"up":{"texture":"#0","uv":[3,2.75,3.5,3.75]},"west":{"texture":"#0","uv":[3,2.75,3.5,3.75]}},"from":[-15.6112,-5.9884863,-9.591731],"rotation":{"angle":22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3808,-5.038086,-9.121331]},{"faces":{"down":{"texture":"#0","uv":[3.5,2.75,3,3.75]},"east":{"texture":"#0","uv":[3,3.75,3.5,2.75]},"north":{"texture":"#0","uv":[3,3.75,3.5,2.75]},"south":{"texture":"#0","uv":[3,3.75,3.25,2.75]},"up":{"texture":"#0","uv":[3.5,2.75,3,3.75]},"west":{"texture":"#0","uv":[3,3.75,3.5,2.75]}},"from":[-15.6112,-6.121787,-9.612145],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3808,-5.1713867,-9.141746]},{"faces":{"down":{"texture":"#0","uv":[3.5,2.75,3,3.75]},"east":{"texture":"#0","uv":[3,3.75,3.5,2.75]},"north":{"texture":"#0","uv":[3.5,2.75,3,3.75]},"south":{"texture":"#0","uv":[3.5,2.75,3,3.75]},"up":{"texture":"#0","uv":[3.25,2.75,3,3.75]},"west":{"texture":"#0","uv":[3,3.75,3.5,2.75]}},"from":[-15.6112,-15.173008,-11.507719],"rotation":{"angle":-45,"axis":"x","origin":[-15.4948,-14.882056,-11.526093],"rescale":false},"shade":false,"to":[-15.3808,-14.702608,-10.749319]},{"faces":{"down":{"texture":"#0","uv":[0.75,1.5,1.25,1]},"east":{"texture":"#0","uv":[0.75,1.5,1.25,1]},"north":{"texture":"#0","uv":[1.25,1,0.75,1.5]},"south":{"texture":"#0","uv":[1.25,1,0.75,1.5]},"up":{"texture":"#0","uv":[0.75,1.5,1.25,1]},"west":{"texture":"#0","uv":[0.75,1.5,1.25,1]}},"from":[-15.6088,-5.7732296,-13.335333],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.495098,-6.3976526,-14.269897],"rescale":false},"shade":false,"to":[-15.3832,-5.54763,-13.109733]},{"faces":{"down":{"texture":"#0","uv":[4.25,1.25,4.5,1]},"east":{"texture":"#0","uv":[4.25,1.25,4.5,1]},"north":{"texture":"#0","uv":[4.5,1,4.25,1.25]},"south":{"texture":"#0","uv":[4.5,1,4.25,1.25]},"up":{"texture":"#0","uv":[4.25,1.25,4.5,1]},"west":{"texture":"#0","uv":[4.25,1.25,4.5,1]}},"from":[-15.6016,-4.2752075,-11.891689],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3904,-4.0640078,-11.68049]},{"faces":{"down":{"texture":"#0","uv":[4.5,1.25,4.25,1]},"east":{"texture":"#0","uv":[4.5,1.25,4.25,1]},"north":{"texture":"#0","uv":[4.5,1.25,4.25,1]},"south":{"texture":"#0","uv":[4.5,1.25,4.25,1]},"up":{"texture":"#0","uv":[4.5,1.25,4.25,1]},"west":{"texture":"#0","uv":[4.5,1.25,4.25,1]}},"from":[-15.6016,-7.2517834,-10.856479],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3904,-7.0405836,-10.645279]},{"faces":{"down":{"texture":"#0","uv":[4.25,1.25,4.5,1]},"east":{"texture":"#0","uv":[4.25,1.25,4.5,1]},"north":{"texture":"#0","uv":[4.5,1,4.25,1.25]},"south":{"texture":"#0","uv":[4.5,1,4.25,1.25]},"up":{"texture":"#0","uv":[4.25,1.25,4.5,1]},"west":{"texture":"#0","uv":[4.25,1.25,4.5,1]}},"from":[-15.6016,-4.1447725,-10.897591],"rotation":{"angle":22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3904,-3.9335725,-10.686391]},{"faces":{"down":{"texture":"#0","uv":[4.25,1.25,4.5,1]},"east":{"texture":"#0","uv":[4.25,1.25,4.5,1]},"north":{"texture":"#0","uv":[4.25,1.25,4.5,1]},"south":{"texture":"#0","uv":[4.25,1.25,4.5,1]},"up":{"texture":"#0","uv":[4.25,1.25,4.5,1]},"west":{"texture":"#0","uv":[4.25,1.25,4.5,1]}},"from":[-15.6016,-15.668733,-11.730549],"shade":false,"to":[-15.3904,-15.457533,-11.519349]},{"faces":{"down":{"texture":"#0","uv":[1.7,0,1.25,0.5]},"east":{"texture":"#0","uv":[1.25,0.5,1.7,0]},"north":{"texture":"#0","uv":[1.25,0.5,1.7,0]},"south":{"texture":"#0","uv":[1.25,0.5,1.7,0]},"up":{"texture":"#0","uv":[1.7,0,1.25,0.5]},"west":{"texture":"#0","uv":[1.25,0.5,1.7,0]}},"from":[-15.60496,-7.8083534,-15.126837],"rotation":{"angle":22.5,"axis":"x","origin":[-15.495098,-6.3976526,-14.269897],"rescale":false},"shade":false,"to":[-15.38224,-7.3456335,-14.712117]},{"faces":{"down":{"texture":"#0","uv":[4,3,4.25,2.5]},"east":{"texture":"#0","uv":[4,3,4.25,2.5]},"north":{"texture":"#0","uv":[4.25,2.5,4,3]},"south":{"texture":"#0","uv":[4.25,2.5,4,3]},"up":{"texture":"#0","uv":[4,3,4.25,2.5]},"west":{"texture":"#0","uv":[4,3,4.25,2.5]}},"from":[-15.604,-6.8234177,-11.642469],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3832,-6.6026177,-11.181669]},{"faces":{"down":{"texture":"#0","uv":[4,3,4.25,2.5]},"east":{"texture":"#0","uv":[4.25,2.5,4,3]},"north":{"texture":"#0","uv":[4.25,2.5,4,3]},"south":{"texture":"#0","uv":[4.25,2.5,4,3]},"up":{"texture":"#0","uv":[4,3,4.25,2.5]},"west":{"texture":"#0","uv":[4.25,2.5,4,3]}},"from":[-15.604,-5.6356573,-8.9581785],"rotation":{"angle":22.5,"axis":"x","origin":[-15.495198,-5.5987988,-11.037242],"rescale":false},"shade":false,"to":[-15.3832,-5.174857,-8.737378]},{"faces":{"down":{"texture":"#0","uv":[4.25,3,4,2.5]},"east":{"texture":"#0","uv":[4.25,3,4,2.5]},"north":{"texture":"#0","uv":[4.25,3,4,2.5]},"south":{"texture":"#0","uv":[4.25,3,4,2.5]},"up":{"texture":"#0","uv":[4.25,3,4,2.5]},"west":{"texture":"#0","uv":[4.25,3,4,2.5]}},"from":[-15.604,-5.792589,-8.922708],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3832,-5.331789,-8.701907]},{"faces":{"down":{"texture":"#0","uv":[4,2.5,4.25,3]},"east":{"texture":"#0","uv":[4.25,3,4,2.5]},"north":{"texture":"#0","uv":[4.25,3,4,2.5]},"south":{"texture":"#0","uv":[4.25,3,4,2.5]},"up":{"texture":"#0","uv":[4,2.5,4.25,3]},"west":{"texture":"#0","uv":[4.25,3,4,2.5]}},"from":[-15.604,-14.483574,-11.347317],"rotation":{"angle":-45,"axis":"x","origin":[-15.4948,-14.882056,-11.526093],"rescale":false},"shade":false,"to":[-15.3832,-14.2627735,-10.886517]},{"faces":{"down":{"texture":"#0","uv":[4,2.5,4.25,3]},"east":{"texture":"#0","uv":[4.25,3,4,2.5]},"north":{"texture":"#0","uv":[4.25,3,4,2.5]},"south":{"texture":"#0","uv":[4.25,3,4,2.5]},"up":{"texture":"#0","uv":[4,2.5,4.25,3]},"west":{"texture":"#0","uv":[4.25,3,4,2.5]}},"from":[-15.604,-13.731861,-11.521998],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.4936,-13.645638,-11.455149],"rescale":false},"shade":false,"to":[-15.3832,-13.511061,-11.061198]},{"faces":{"down":{"texture":"#0","uv":[3.25,2.75,3.5,2.25]},"east":{"texture":"#0","uv":[3.45,2.75,3,2.25]},"north":{"texture":"#0","uv":[3.45,2.25,3,2.75]},"south":{"texture":"#0","uv":[3.45,2.25,3,2.75]},"up":{"texture":"#0","uv":[3,2.75,3.25,2.25]},"west":{"texture":"#0","uv":[3,2.75,3.45,2.25]}},"from":[-15.604,-4.6888485,-11.979194],"shade":false,"to":[-15.3832,-4.2760477,-11.5183935]},{"faces":{"down":{"texture":"#0","uv":[3.25,2.75,3,2.25]},"east":{"texture":"#0","uv":[3,2.75,3.45,2.25]},"north":{"texture":"#0","uv":[3.45,2.75,3,2.25]},"south":{"texture":"#0","uv":[3.45,2.75,3,2.25]},"up":{"texture":"#0","uv":[3.5,2.75,3.25,2.25]},"west":{"texture":"#0","uv":[3.45,2.75,3,2.25]}},"from":[-15.604,-7.4269066,-11.068014],"rotation":{"angle":-45,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3832,-7.0141068,-10.607214]},{"faces":{"down":{"texture":"#0","uv":[3,2.75,3.45,2.25]},"east":{"texture":"#0","uv":[3,2.25,3.45,2.75]},"north":{"texture":"#0","uv":[3.5,2.25,3.25,2.75]},"south":{"texture":"#0","uv":[3.25,2.25,3,2.75]},"up":{"texture":"#0","uv":[3,2.75,3.45,2.25]},"west":{"texture":"#0","uv":[3.45,2.25,3,2.75]}},"from":[-15.604,-5.8901625,-9.530359],"rotation":{"angle":-45,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3832,-5.4293633,-9.117559]},{"faces":{"down":{"texture":"#0","uv":[3,2.75,3.45,2.25]},"east":{"texture":"#0","uv":[3.45,2.75,3,2.25]},"north":{"texture":"#0","uv":[3,2.75,3.25,2.25]},"south":{"texture":"#0","uv":[3.25,2.75,3.5,2.25]},"up":{"texture":"#0","uv":[3,2.75,3.45,2.25]},"west":{"texture":"#0","uv":[3,2.75,3.45,2.25]}},"from":[-15.604,-15.259609,-11.682447],"rotation":{"angle":22.5,"axis":"x","origin":[-15.4948,-14.882056,-11.526093],"rescale":false},"shade":false,"to":[-15.3832,-14.798809,-11.269648]},{"faces":{"down":{"texture":"#0","uv":[2.4,0,2,0.375]},"east":{"texture":"#0","uv":[2.4,0,2,0.375]},"north":{"texture":"#0","uv":[2,0.375,2.4,0]},"south":{"texture":"#0","uv":[2,0.375,2.4,0]},"up":{"texture":"#0","uv":[2.4,0,2,0.375]},"west":{"texture":"#0","uv":[2.4,0,2,0.375]}},"from":[-15.6016,-7.714614,-15.598547],"shade":false,"to":[-15.385599,-7.378614,-15.478547]},{"faces":{"down":{"texture":"#0","uv":[2.4,0,2,0.375]},"east":{"texture":"#0","uv":[2,0.375,2.4,0]},"north":{"texture":"#0","uv":[2,0.375,2.4,0]},"south":{"texture":"#0","uv":[2,0.375,2.4,0]},"up":{"texture":"#0","uv":[2.4,0,2,0.375]},"west":{"texture":"#0","uv":[2,0.375,2.4,0]}},"from":[-15.604,-6.4495068,-16],"rotation":{"angle":-45,"axis":"x","origin":[-15.495098,-6.3976526,-14.269897],"rescale":false},"shade":false,"to":[-15.3832,-6.276706,-15.7072]},{"faces":{"down":{"texture":"#0","uv":[3.75,1.875,3.95,1.5]},"east":{"texture":"#0","uv":[3.75,1.875,3.95,1.5]},"north":{"texture":"#0","uv":[3.95,1.5,3.75,1.875]},"south":{"texture":"#0","uv":[3.95,1.5,3.75,1.875]},"up":{"texture":"#0","uv":[3.75,1.875,3.95,1.5]},"west":{"texture":"#0","uv":[3.75,1.875,3.95,1.5]}},"from":[-15.6016,-6.972884,-11.438551],"shade":false,"to":[-15.385599,-6.804884,-11.102551]},{"faces":{"down":{"texture":"#0","uv":[3.75,1.875,3.95,1.5]},"east":{"texture":"#0","uv":[3.75,1.875,3.95,1.5]},"north":{"texture":"#0","uv":[3.95,1.5,3.75,1.875]},"south":{"texture":"#0","uv":[3.95,1.5,3.75,1.875]},"up":{"texture":"#0","uv":[3.75,1.875,3.95,1.5]},"west":{"texture":"#0","uv":[3.75,1.875,3.95,1.5]}},"from":[-15.6016,-7.712042,-10.509275],"rotation":{"angle":-45,"axis":"x","origin":[-15.495198,-5.5987988,-11.037242],"rescale":false},"shade":false,"to":[-15.385599,-7.5440416,-10.173275]},{"faces":{"down":{"texture":"#0","uv":[3.75,1.5,3.95,1.875]},"east":{"texture":"#0","uv":[3.75,1.5,3.95,1.875]},"north":{"texture":"#0","uv":[3.75,1.5,3.95,1.875]},"south":{"texture":"#0","uv":[3.75,1.5,3.95,1.875]},"up":{"texture":"#0","uv":[3.75,1.5,3.95,1.875]},"west":{"texture":"#0","uv":[3.75,1.5,3.95,1.875]}},"from":[-15.6016,-6.226969,-8.963848],"rotation":{"angle":-45,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.385599,-5.890969,-8.795848]},{"faces":{"down":{"texture":"#0","uv":[3.75,1.5,3.95,1.875]},"east":{"texture":"#0","uv":[3.95,1.875,3.75,1.5]},"north":{"texture":"#0","uv":[3.95,1.875,3.75,1.5]},"south":{"texture":"#0","uv":[3.95,1.875,3.75,1.5]},"up":{"texture":"#0","uv":[3.75,1.5,3.95,1.875]},"west":{"texture":"#0","uv":[3.95,1.875,3.75,1.5]}},"from":[-15.6016,-14.797998,-12.004158],"rotation":{"angle":22.5,"axis":"x","origin":[-15.4948,-14.882056,-11.526093],"rescale":false},"shade":false,"to":[-15.385599,-14.461998,-11.836158]},{"faces":{"down":{"texture":"#0","uv":[3.75,1.5,3.95,1.875]},"east":{"texture":"#0","uv":[3.95,1.875,3.75,1.5]},"north":{"texture":"#0","uv":[3.95,1.875,3.75,1.5]},"south":{"texture":"#0","uv":[3.95,1.875,3.75,1.5]},"up":{"texture":"#0","uv":[3.75,1.5,3.95,1.875]},"west":{"texture":"#0","uv":[3.95,1.875,3.75,1.5]}},"from":[-15.6016,-13.973991,-11.579401],"rotation":{"angle":45,"axis":"x","origin":[-15.4936,-13.645638,-11.455149],"rescale":false},"shade":false,"to":[-15.385599,-13.637991,-11.411401]},{"faces":{"down":{"texture":"#0","uv":[3,2.375,3.25,2.25]},"east":{"texture":"#0","uv":[3,2.375,3.25,2.25]},"north":{"texture":"#0","uv":[3.25,2.25,3,2.375]},"south":{"texture":"#0","uv":[3.25,2.25,3,2.375]},"up":{"texture":"#0","uv":[3,2.375,3.25,2.25]},"west":{"texture":"#0","uv":[3,2.375,3.25,2.25]}},"from":[-15.6016,-4.341193,-11.736088],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.385599,-3.9811933,-11.400088]},{"faces":{"down":{"texture":"#0","uv":[3.25,2.375,3,2.25]},"east":{"texture":"#0","uv":[3.25,2.375,3,2.25]},"north":{"texture":"#0","uv":[3.25,2.375,3,2.25]},"south":{"texture":"#0","uv":[3.25,2.375,3,2.25]},"up":{"texture":"#0","uv":[3.25,2.375,3,2.25]},"west":{"texture":"#0","uv":[3.25,2.375,3,2.25]}},"from":[-15.6016,-7.3345976,-10.700877],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.385599,-6.974598,-10.364877]},{"faces":{"down":{"texture":"#0","uv":[3,2.375,3.25,2.25]},"east":{"texture":"#0","uv":[3,2.375,3.25,2.25]},"north":{"texture":"#0","uv":[3.25,2.25,3,2.375]},"south":{"texture":"#0","uv":[3.25,2.25,3,2.375]},"up":{"texture":"#0","uv":[3,2.375,3.25,2.25]},"west":{"texture":"#0","uv":[3,2.375,3.25,2.25]}},"from":[-15.6016,-4.210758,-10.741989],"rotation":{"angle":22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.385599,-3.8507583,-10.405989]},{"faces":{"down":{"texture":"#0","uv":[3,2.375,3.25,2.25]},"east":{"texture":"#0","uv":[3,2.375,3.25,2.25]},"north":{"texture":"#0","uv":[3,2.375,3.25,2.25]},"south":{"texture":"#0","uv":[3,2.375,3.25,2.25]},"up":{"texture":"#0","uv":[3,2.375,3.25,2.25]},"west":{"texture":"#0","uv":[3,2.375,3.25,2.25]}},"from":[-15.6016,-15.513136,-11.813363],"shade":false,"to":[-15.385599,-15.177135,-11.453363]},{"faces":{"down":{"texture":"#0","uv":[0.75,1.5,1.25,1]},"east":{"texture":"#0","uv":[0.75,1.5,1.25,1]},"north":{"texture":"#0","uv":[1.25,1,0.75,1.5]},"south":{"texture":"#0","uv":[1.25,1,0.75,1.5]},"up":{"texture":"#0","uv":[0.75,1.5,1.25,1]},"west":{"texture":"#0","uv":[0.75,1.5,1.25,1]}},"from":[-15.6064,-5.1504393,-14.045795],"rotation":{"angle":22.5,"axis":"x","origin":[-15.495098,-6.3976526,-14.269897],"rescale":false},"shade":false,"to":[-15.385599,-4.9776397,-13.776996]},{"faces":{"down":{"texture":"#0","uv":[4.7,0.25,4.5,0.55]},"east":{"texture":"#0","uv":[4.7,0.25,4.5,0.55]},"north":{"texture":"#0","uv":[4.5,0.55,4.7,0.25]},"south":{"texture":"#0","uv":[4.5,0.55,4.7,0.25]},"up":{"texture":"#0","uv":[4.7,0.25,4.5,0.55]},"west":{"texture":"#0","uv":[4.7,0.25,4.5,0.55]}},"from":[-15.5992,-5.4519997,-12.700149],"rotation":{"angle":22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3928,-5.1976,-12.541748]},{"faces":{"down":{"texture":"#0","uv":[4.5,0.25,4.7,0.55]},"east":{"texture":"#0","uv":[4.5,0.25,4.7,0.55]},"north":{"texture":"#0","uv":[4.5,0.25,4.7,0.55]},"south":{"texture":"#0","uv":[4.5,0.25,4.7,0.55]},"up":{"texture":"#0","uv":[4.5,0.25,4.7,0.55]},"west":{"texture":"#0","uv":[4.5,0.25,4.7,0.55]}},"from":[-15.5992,-6.709278,-9.978866],"rotation":{"angle":22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3928,-6.550878,-9.724465]},{"faces":{"down":{"texture":"#0","uv":[4.5,0.55,4.7,0.25]},"east":{"texture":"#0","uv":[4.7,0.25,4.5,0.55]},"north":{"texture":"#0","uv":[4.7,0.25,4.5,0.55]},"south":{"texture":"#0","uv":[4.7,0.25,4.5,0.55]},"up":{"texture":"#0","uv":[4.5,0.55,4.7,0.25]},"west":{"texture":"#0","uv":[4.7,0.25,4.5,0.55]}},"from":[-15.5992,-4.6089993,-9.999285],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3928,-4.450599,-9.7448845]},{"faces":{"down":{"texture":"#0","uv":[4.5,0.55,4.7,0.25]},"east":{"texture":"#0","uv":[4.7,0.25,4.5,0.55]},"north":{"texture":"#0","uv":[4.5,0.55,4.7,0.25]},"south":{"texture":"#0","uv":[4.5,0.55,4.7,0.25]},"up":{"texture":"#0","uv":[4.5,0.55,4.7,0.25]},"west":{"texture":"#0","uv":[4.7,0.25,4.5,0.55]}},"from":[-15.5992,-15.560147,-12.228506],"rotation":{"angle":-45,"axis":"x","origin":[-15.4948,-14.882056,-11.526093],"rescale":false},"shade":false,"to":[-15.3928,-15.305747,-12.0701065]},{"faces":{"down":{"texture":"#0","uv":[4.75,2,1.25,2.25]},"east":{"texture":"#0","uv":[4.5,2.25,1,3]},"north":{"texture":"#0","uv":[1.5,2.25,2.125,2]},"south":{"texture":"#0","uv":[1,2.75,4.5,2]},"up":{"texture":"#0","uv":[4.75,2.25,1.25,2.5]},"west":{"texture":"#0","uv":[1,2.25,4.5,3]}},"from":[-15.61648,-5.200576,-13.619046],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.37552,-4.599615,-10.258086]},{"faces":{"down":{"texture":"#0","uv":[2.5,2,1.75,2.25]},"east":{"texture":"#0","uv":[1.75,3.25,2.5,2]},"north":{"texture":"#0","uv":[0.5,0,0,2.25]},"south":{"texture":"#0","uv":[0.5,0,0,2.25]},"up":{"texture":"#0","uv":[0,1.25,0.5,0]},"west":{"texture":"#0","uv":[1.75,2,2.5,3.25]}},"from":[-15.6136,-6.6588154,-13.995079],"shade":false,"to":[-15.3784,-5.5836153,-13.399879]},{"faces":{"down":{"texture":"#0","uv":[2.5,1.75,2.75,1.25]},"east":{"texture":"#0","uv":[2.75,1.25,2.25,1.75]},"north":{"texture":"#0","uv":[2.75,1.25,2.25,1.75]},"south":{"texture":"#0","uv":[2.75,1.25,2.5,1.75]},"up":{"texture":"#0","uv":[2.25,1.75,2.75,1.25]},"west":{"texture":"#0","uv":[2.25,1.75,2.75,1.25]}},"from":[-15.6136,-6.883854,-12.567487],"rotation":{"angle":22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3784,-6.408654,-12.092287]},{"faces":{"down":{"texture":"#0","uv":[4.55,2.875,4.25,2.25]},"east":{"texture":"#0","uv":[4.55,2.875,4.25,2.25]},"north":{"texture":"#0","uv":[4.25,2.25,4.55,2.875]},"south":{"texture":"#0","uv":[4.25,2.25,4.55,2.875]},"up":{"texture":"#0","uv":[4.55,2.875,4.25,2.25]},"west":{"texture":"#0","uv":[4.55,2.875,4.25,2.25]}},"from":[-15.6136,-6.7650585,-11.990982],"rotation":{"angle":22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3784,-6.169859,-11.515782]},{"faces":{"down":{"texture":"#0","uv":[4.55,2.875,4.25,2.25]},"east":{"texture":"#0","uv":[4.55,2.875,4.25,2.25]},"north":{"texture":"#0","uv":[4.25,2.25,4.55,2.875]},"south":{"texture":"#0","uv":[4.25,2.25,4.55,2.875]},"up":{"texture":"#0","uv":[4.55,2.875,4.25,2.25]},"west":{"texture":"#0","uv":[4.55,2.875,4.25,2.25]}},"from":[-15.6616,-6.669059,-11.894982],"rotation":{"angle":22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3304,-6.0738583,-11.611782]},{"faces":{"down":{"texture":"#0","uv":[2.55,2.25,2.25,2.6]},"east":{"texture":"#0","uv":[2.55,2.25,2.25,2.875]},"north":{"texture":"#0","uv":[2.25,2.6,2.875,2.25]},"south":{"texture":"#0","uv":[2.25,2.6,2.875,2.25]},"up":{"texture":"#0","uv":[2.55,2.25,2.25,2.6]},"west":{"texture":"#0","uv":[2.55,2.25,2.25,2.875]}},"from":[-15.6616,-6.787854,-12.471487],"rotation":{"angle":22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3304,-6.1926546,-12.188287]},{"faces":{"down":{"texture":"#0","uv":[3.05,3.75,2.75,4.1]},"east":{"texture":"#0","uv":[3.05,3.75,2.75,4.5]},"north":{"texture":"#0","uv":[2.75,4.1,3.5,3.75]},"south":{"texture":"#0","uv":[2.75,4.1,3.5,3.75]},"up":{"texture":"#0","uv":[3.05,3.75,2.75,4.1]},"west":{"texture":"#0","uv":[3.05,3.75,2.75,4.5]}},"from":[-15.6616,-6.5502644,-11.318483],"rotation":{"angle":22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3304,-5.8350644,-11.035283]},{"faces":{"down":{"texture":"#0","uv":[4.5,3.5,4.25,4.5]},"east":{"texture":"#0","uv":[4.5,3.5,4.25,4.5]},"north":{"texture":"#0","uv":[4.25,4.5,4.5,3.5]},"south":{"texture":"#0","uv":[4.25,4.5,4.5,3.5]},"up":{"texture":"#0","uv":[4.5,3.5,4.25,4.5]},"west":{"texture":"#0","uv":[4.5,3.5,4.25,4.5]}},"from":[-15.6616,-6.526663,-10.945139],"shade":false,"to":[-15.3304,-5.6914625,-10.661939]},{"faces":{"down":{"texture":"#0","uv":[3.25,3.75,2.75,4]},"east":{"texture":"#0","uv":[3.25,3.75,2.75,4.5]},"north":{"texture":"#0","uv":[2.75,4,3.5,3.75]},"south":{"texture":"#0","uv":[2.75,4,3.5,3.75]},"up":{"texture":"#0","uv":[3.25,3.75,2.75,4]},"west":{"texture":"#0","uv":[3.25,3.75,2.75,4.5]}},"from":[-15.6136,-6.646264,-11.414483],"rotation":{"angle":22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3784,-5.931064,-10.939283]},{"faces":{"down":{"texture":"#0","uv":[4.5,3.5,4.25,4.5]},"east":{"texture":"#0","uv":[4.5,3.5,4.25,4.5]},"north":{"texture":"#0","uv":[4.25,4.5,4.5,3.5]},"south":{"texture":"#0","uv":[4.25,4.5,4.5,3.5]},"up":{"texture":"#0","uv":[4.5,3.5,4.25,4.5]},"west":{"texture":"#0","uv":[4.5,3.5,4.25,4.5]}},"from":[-15.6136,-6.6226625,-11.04114],"shade":false,"to":[-15.3784,-5.787462,-10.56594]},{"faces":{"down":{"texture":"#0","uv":[0.75,4.5,1.05,4]},"east":{"texture":"#0","uv":[0.75,4.5,2.55,4]},"north":{"texture":"#0","uv":[2.55,4,0.75,4.5]},"south":{"texture":"#0","uv":[0.75,4.3,2.55,4]},"up":{"texture":"#0","uv":[0.75,4.5,1.05,4]},"west":{"texture":"#0","uv":[0.75,4.5,2.55,4]}},"from":[-15.64,-6.53654,-10.544023],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.352,-4.8085403,-10.064023]},{"faces":{"down":{"texture":"#0","uv":[0.75,4.5,2.55,4]},"east":{"texture":"#0","uv":[2.5,4,0.75,4.5]},"north":{"texture":"#0","uv":[1.05,4,0.75,4.5]},"south":{"texture":"#0","uv":[1.05,4,0.75,4.5]},"up":{"texture":"#0","uv":[2.55,4,0.75,4.3]},"west":{"texture":"#0","uv":[2.5,4,0.75,4.5]}},"from":[-15.6352005,-4.9902496,-10.838934],"rotation":{"angle":22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3568,-4.5198493,-8.880534]},{"faces":{"down":{"texture":"#0","uv":[2.55,4.3,0.75,4]},"east":{"texture":"#0","uv":[2.5,4.5,0.75,4]},"north":{"texture":"#0","uv":[1.05,4.5,0.75,4]},"south":{"texture":"#0","uv":[1.05,4.5,0.75,4]},"up":{"texture":"#0","uv":[2.55,4.5,0.75,4]},"west":{"texture":"#0","uv":[2.5,4.5,0.75,4]}},"from":[-15.6352005,-6.6357374,-10.821534],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.3568,-6.165337,-8.863134]},{"faces":{"down":{"texture":"#0","uv":[2,5.45,2.25,0.5]},"east":{"texture":"#0","uv":[1.5,0.5,2,5.45]},"north":{"texture":"#0","uv":[2.25,0,1.75,4.95]},"south":{"texture":"#0","uv":[2.25,0,1.75,4.95]},"up":{"texture":"#0","uv":[1.75,4.95,2.25,0]},"west":{"texture":"#0","uv":[1.5,5.45,2,0.5]}},"from":[-15.6064,-6.7921124,-15.147386],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.495098,-6.3976526,-14.269897],"rescale":false},"shade":false,"to":[-15.385599,-6.331312,-10.414585]},{"faces":{"down":{"texture":"#0","uv":[2,4.25,2.5,2.25]},"east":{"texture":"#0","uv":[2,4.25,2.5,2.25]},"north":{"texture":"#0","uv":[2.5,2.25,2,4.25]},"south":{"texture":"#0","uv":[2.5,2.25,2,4.25]},"up":{"texture":"#0","uv":[2,4.25,2.5,2.25]},"west":{"texture":"#0","uv":[0,4.5,0.5,2.5]}},"from":[-15.7312,-5.932912,-12.224186],"shade":false,"to":[-15.2608,-5.318512,-9.449786]},{"faces":{"down":{"texture":"#0","uv":[2,4.25,2.5,2.25]},"east":{"texture":"#0","uv":[2,4.25,2.5,2.25]},"north":{"texture":"#0","uv":[2.5,2.25,2,2.75]},"south":{"texture":"#0","uv":[2.75,2.25,2.25,4.25]},"up":{"texture":"#0","uv":[2.25,4.25,2.75,2.25]},"west":{"texture":"#0","uv":[2.25,4.5,1.75,2.5]}},"from":[-15.73552,-5.318982,-12.279852],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.495198,-5.5987988,-10.941241],"rescale":false},"shade":false,"to":[-15.25648,-4.8399425,-10.360812]},{"faces":{"down":{"texture":"#0","uv":[2,11,3,11.5]},"east":{"texture":"#0","uv":[2,11,3,11.5]},"north":{"texture":"#0","uv":[2,11,2.75,12]},"south":{"texture":"#0","uv":[2,11,2.75,12]},"up":{"texture":"#0","uv":[2,11,3,11.5]},"west":{"texture":"#0","uv":[2,11,3,11.5]}},"from":[-15.8622875,-6.232931,-10.743928],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.501765,-5.4453087,-11.285651],"rescale":false},"shade":false,"to":[-15.142287,-5.272931,-10.263928]},{"faces":{"down":{"texture":"#0","uv":[2.5,11.75,2.95,12.2]},"east":{"texture":"#0","uv":[2.5,11.75,2.95,12.2]},"north":{"texture":"#0","uv":[2.5,11.75,2.95,12.2]},"south":{"texture":"#0","uv":[2.5,11.75,2.95,12.2]},"up":{"texture":"#0","uv":[2.5,11.75,2.95,12.2]},"west":{"texture":"#0","uv":[2.5,11.75,2.95,12.2]}},"from":[-15.8622875,-7.1154537,-9.966549],"shade":false,"to":[-15.142287,-6.5394535,-9.486549]},{"faces":{"down":{"texture":"#0","uv":[2.5,10.75,3.1,11.25]},"east":{"texture":"#0","uv":[2.5,10.75,3.1,11.25]},"north":{"texture":"#0","uv":[2.5,10.75,3.1,11.25]},"south":{"texture":"#0","uv":[2.5,10.75,3.1,11.25]},"up":{"texture":"#0","uv":[2.5,10.75,3.1,11.25]},"west":{"texture":"#0","uv":[2.5,10.75,3.1,11.25]}},"from":[-15.8622875,-6.521311,-11.5766945],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.501765,-5.4453087,-11.285651],"rescale":false},"shade":false,"to":[-15.142287,-6.0413103,-11.000694]},{"faces":{"down":{"texture":"#0","uv":[2.5,11.25,3.35,12.225]},"east":{"texture":"#0","uv":[2.5,11.5,3.475,12.15]},"north":{"texture":"#0","uv":[2.5,11.5,3.475,12.15]},"south":{"texture":"#0","uv":[2.5,11.5,3.475,12.15]},"up":{"texture":"#0","uv":[1.75,11.75,2.725,12.4]},"west":{"texture":"#0","uv":[2.5,11.5,3.475,12.15]}},"from":[-15.910288,-6.5933094,-11.120695],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.501765,-5.4453087,-11.285651],"rescale":false},"shade":false,"to":[-15.094288,-5.96931,-10.184695]},{"faces":{"down":{"texture":"#0","uv":[0.75,11.5,2,12.5]},"east":{"texture":"#0","uv":[2.25,11,3.25,12.25]},"north":{"texture":"#0","uv":[2,10.25,3.25,11.25]},"south":{"texture":"#0","uv":[2.25,11,3.5,12]},"up":{"texture":"#0","uv":[2,10,3.25,11]},"west":{"texture":"#0","uv":[2.25,11,3.5,12]}},"from":[-15.982288,-7.3338833,-9.698526],"rotation":{"angle":-45,"axis":"x","origin":[-15.498097,-7.825691,-10.1560955],"rescale":false},"shade":false,"to":[-15.022288,-6.3738832,-8.498527]},{"faces":{"down":{"texture":"#0","uv":[2.25,10.25,2.7,10.7]},"east":{"texture":"#0","uv":[2.25,10.25,2.7,10.7]},"north":{"texture":"#0","uv":[2.25,10.25,2.7,10.7]},"south":{"texture":"#0","uv":[2.25,10.25,2.7,10.7]},"up":{"texture":"#0","uv":[2.25,10.25,2.7,10.7]},"west":{"texture":"#0","uv":[2.25,10.25,2.7,10.7]}},"from":[-15.838288,-5.701043,-10.731741],"rotation":{"angle":-45,"axis":"x","origin":[-15.501765,-5.4453087,-11.285651],"rescale":false},"shade":false,"to":[-15.166288,-5.269043,-10.299741]},{"faces":{"down":{"texture":"#0","uv":[2,10.5,2.6,10.95]},"east":{"texture":"#0","uv":[2,10.5,2.6,10.95]},"north":{"texture":"#0","uv":[2,10.5,2.6,10.95]},"south":{"texture":"#0","uv":[2,10.5,2.6,10.95]},"up":{"texture":"#0","uv":[2,10.5,2.6,10.95]},"west":{"texture":"#0","uv":[2,10.5,2.6,10.95]}},"from":[-15.718288,-8.716758,-10.266804],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.502288,-8.749696,-9.584857],"rescale":false},"shade":false,"to":[-15.286288,-8.140758,-9.834804]},{"faces":{"down":{"texture":"#0","uv":[2.25,11.25,2.7,11.7]},"east":{"texture":"#0","uv":[2.25,11.25,2.7,11.7]},"north":{"texture":"#0","uv":[2.25,11.25,2.7,11.7]},"south":{"texture":"#0","uv":[2.25,11.25,2.7,11.7]},"up":{"texture":"#0","uv":[2.25,11.25,2.7,11.7]},"west":{"texture":"#0","uv":[2.25,11.25,2.7,11.7]}},"from":[-15.838288,-7.083928,-9.93641],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.502288,-6.9091454,-8.8099985],"rescale":false},"shade":false,"to":[-15.166288,-6.651928,-9.50441]},{"faces":{"down":{"texture":"#0","uv":[2,10,2.45,10.45]},"east":{"texture":"#0","uv":[2,10,2.45,10.45]},"north":{"texture":"#0","uv":[2,10,2.45,10.45]},"south":{"texture":"#0","uv":[2,10,2.45,10.45]},"up":{"texture":"#0","uv":[2,10,2.45,10.45]},"west":{"texture":"#0","uv":[2,10,2.45,10.45]}},"from":[-15.838288,-6.52973,-11.569548],"shade":false,"to":[-15.166288,-6.0977297,-11.1375475]},{"faces":{"down":{"texture":"#0","uv":[2,10.95,2.45,10.5]},"east":{"texture":"#0","uv":[2,10.95,2.45,10.5]},"north":{"texture":"#0","uv":[2,10.95,2.45,10.5]},"south":{"texture":"#0","uv":[2,10.95,2.45,10.5]},"up":{"texture":"#0","uv":[2,10.95,2.45,10.5]},"west":{"texture":"#0","uv":[2,10.95,2.45,10.5]}},"from":[-15.694288,-9.866473,-12.17992],"rotation":{"angle":45,"axis":"x","origin":[-15.478288,-10.569063,-12.139196],"rescale":false},"shade":false,"to":[-15.262288,-9.434473,-11.74792]},{"faces":{"down":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"east":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"north":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"south":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"up":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"west":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]}},"from":[-15.814288,-4.8749866,-11.431202],"rotation":{"angle":22.5,"axis":"x","origin":[-15.501765,-5.4453087,-11.285651],"rescale":false},"shade":false,"to":[-15.190289,-4.4909863,-11.047202]},{"faces":{"down":{"texture":"#0","uv":[2,10,2.4,10.4]},"east":{"texture":"#0","uv":[2,10,2.4,10.4]},"north":{"texture":"#0","uv":[2,10,2.4,10.4]},"south":{"texture":"#0","uv":[2,10,2.4,10.4]},"up":{"texture":"#0","uv":[2,10,2.4,10.4]},"west":{"texture":"#0","uv":[2,10,2.4,10.4]}},"from":[-15.694288,-8.818293,-10.178291],"rotation":{"angle":-45,"axis":"x","origin":[-15.502288,-8.749696,-9.584857],"rescale":false},"shade":false,"to":[-15.310288,-8.434293,-9.7942915]},{"faces":{"down":{"texture":"#0","uv":[2.4,10,2,10.4]},"east":{"texture":"#0","uv":[2,10.4,2.4,10]},"north":{"texture":"#0","uv":[2.4,10,2,10.4]},"south":{"texture":"#0","uv":[2.4,10,2,10.4]},"up":{"texture":"#0","uv":[2.4,10,2,10.4]},"west":{"texture":"#0","uv":[2,10.4,2.4,10]}},"from":[-15.694288,-12.878363,-10.225048],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.502288,-13.13175,-9.841811],"rescale":false},"shade":false,"to":[-15.310288,-12.494363,-9.841048]},{"faces":{"down":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"east":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"north":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"south":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"up":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"west":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]}},"from":[-15.814288,-7.9926977,-9.103581],"rotation":{"angle":45,"axis":"x","origin":[-15.502288,-6.9091454,-8.8099985],"rescale":false},"shade":false,"to":[-15.190289,-7.608698,-8.719582]},{"faces":{"down":{"texture":"#0","uv":[2.25,10,2.65,10.4]},"east":{"texture":"#0","uv":[2.25,10,2.65,10.4]},"north":{"texture":"#0","uv":[2.25,10,2.65,10.4]},"south":{"texture":"#0","uv":[2.25,10,2.65,10.4]},"up":{"texture":"#0","uv":[2.25,10,2.65,10.4]},"west":{"texture":"#0","uv":[2.25,10,2.65,10.4]}},"from":[-15.814288,-6.531822,-11.492945],"rotation":{"angle":22.5,"axis":"x","origin":[-15.501765,-5.4453087,-11.285651],"rescale":false},"shade":false,"to":[-15.190289,-6.147822,-11.108945]},{"faces":{"down":{"texture":"#0","uv":[2.25,10,2.65,10.4]},"east":{"texture":"#0","uv":[2.25,10,2.65,10.4]},"north":{"texture":"#0","uv":[2.25,10,2.65,10.4]},"south":{"texture":"#0","uv":[2.25,10,2.65,10.4]},"up":{"texture":"#0","uv":[2.25,10,2.65,10.4]},"west":{"texture":"#0","uv":[2.25,10,2.65,10.4]}},"from":[-15.814288,-5.4352713,-10.032866],"rotation":{"angle":-45,"axis":"x","origin":[-15.502288,-5.354641,-9.10829],"rescale":false},"shade":false,"to":[-15.190289,-5.0512714,-9.648866]},{"faces":{"down":{"texture":"#0","uv":[2.65,11,2.5,11.15]},"east":{"texture":"#0","uv":[2.65,11,2.5,11.15]},"north":{"texture":"#0","uv":[2.5,11.15,2.65,11]},"south":{"texture":"#0","uv":[2.5,11.15,2.65,11]},"up":{"texture":"#0","uv":[2.65,11,2.5,11.15]},"west":{"texture":"#0","uv":[2.65,11,2.5,11.15]}},"from":[-15.670288,-10.63769,-11.700352],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.478288,-10.569063,-12.139196],"rescale":false},"shade":false,"to":[-15.286288,-10.25369,-11.316352]},{"faces":{"down":{"texture":"#0","uv":[2.25,10,2.35,10.1]},"east":{"texture":"#0","uv":[2.25,10,2.35,10.1]},"north":{"texture":"#0","uv":[2.25,10,2.35,10.1]},"south":{"texture":"#0","uv":[2.25,10,2.35,10.1]},"up":{"texture":"#0","uv":[2.25,10,2.35,10.1]},"west":{"texture":"#0","uv":[2.25,10,2.35,10.1]}},"from":[-15.790288,-5.027584,-11.073765],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.501765,-5.4453087,-11.285651],"rescale":false},"shade":false,"to":[-15.214288,-4.691584,-10.737764]},{"faces":{"down":{"texture":"#0","uv":[2.25,9.75,2.6,10.1]},"east":{"texture":"#0","uv":[2.25,9.75,2.6,10.1]},"north":{"texture":"#0","uv":[2.25,9.75,2.6,10.1]},"south":{"texture":"#0","uv":[2.25,9.75,2.6,10.1]},"up":{"texture":"#0","uv":[2.25,9.75,2.6,10.1]},"west":{"texture":"#0","uv":[2.25,9.75,2.6,10.1]}},"from":[-15.670288,-9.193826,-9.931974],"shade":false,"to":[-15.334288,-8.857826,-9.595974]},{"faces":{"down":{"texture":"#0","uv":[2.25,10.1,2.6,9.75]},"east":{"texture":"#0","uv":[2.25,10.1,2.6,9.75]},"north":{"texture":"#0","uv":[2.25,10.1,2.6,9.75]},"south":{"texture":"#0","uv":[2.25,10.1,2.6,9.75]},"up":{"texture":"#0","uv":[2.25,10.1,2.6,9.75]},"west":{"texture":"#0","uv":[2.25,10.1,2.6,9.75]}},"from":[-15.670288,-13.040507,-10.267975],"rotation":{"angle":22.5,"axis":"x","origin":[-15.502288,-13.13175,-9.841811],"rescale":false},"shade":false,"to":[-15.334288,-12.704508,-9.931974]},{"faces":{"down":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"east":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"north":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"south":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"up":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"west":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]}},"from":[-15.790288,-7.715272,-9.488253],"shade":false,"to":[-15.214288,-7.379272,-9.104253]},{"faces":{"down":{"texture":"#0","uv":[2.25,9.75,2.65,10.1]},"east":{"texture":"#0","uv":[2.25,9.75,2.65,10.1]},"north":{"texture":"#0","uv":[2.25,9.75,2.65,10.1]},"south":{"texture":"#0","uv":[2.25,9.75,2.65,10.1]},"up":{"texture":"#0","uv":[2.25,9.75,2.65,10.1]},"west":{"texture":"#0","uv":[2.25,9.75,2.65,10.1]}},"from":[-15.790288,-6.0430136,-12.176512],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.501765,-5.4453087,-11.285651],"rescale":false},"shade":false,"to":[-15.214288,-5.6590137,-11.840511]},{"faces":{"down":{"texture":"#0","uv":[2.25,9.75,2.65,10.1]},"east":{"texture":"#0","uv":[2.25,9.75,2.65,10.1]},"north":{"texture":"#0","uv":[2.25,9.75,2.65,10.1]},"south":{"texture":"#0","uv":[2.25,9.75,2.65,10.1]},"up":{"texture":"#0","uv":[2.25,9.75,2.65,10.1]},"west":{"texture":"#0","uv":[2.25,9.75,2.65,10.1]}},"from":[-15.790288,-5.882368,-9.681054],"shade":false,"to":[-15.214288,-5.546368,-9.297054]},{"faces":{"down":{"texture":"#0","uv":[2.4,10.75,2.25,10.85]},"east":{"texture":"#0","uv":[2.25,10.85,2.4,10.75]},"north":{"texture":"#0","uv":[2.25,10.85,2.4,10.75]},"south":{"texture":"#0","uv":[2.25,10.85,2.4,10.75]},"up":{"texture":"#0","uv":[2.4,10.75,2.25,10.85]},"west":{"texture":"#0","uv":[2.25,10.85,2.4,10.75]}},"from":[-15.646288,-10.45096,-12.06916],"shade":false,"to":[-15.310287,-10.11496,-11.685161]},{"faces":{"down":{"texture":"#0","uv":[3.25,10,3.3,10.3]},"east":{"texture":"#0","uv":[3.25,10,3.3,10.3]},"north":{"texture":"#0","uv":[3.25,10,3.3,10.3]},"south":{"texture":"#0","uv":[3.25,10,3.3,10.3]},"up":{"texture":"#0","uv":[3.25,10,3.3,10.3]},"west":{"texture":"#0","uv":[3.25,10,3.3,10.3]}},"from":[-15.766288,-5.1455393,-11.070539],"rotation":{"angle":-45,"axis":"x","origin":[-15.501765,-5.4453087,-11.285651],"rescale":false},"shade":false,"to":[-15.238288,-4.8575387,-10.782539]},{"faces":{"down":{"texture":"#0","uv":[1,9.25,1.3,9.55]},"east":{"texture":"#0","uv":[1,9.25,1.3,9.55]},"north":{"texture":"#0","uv":[1,9.25,1.3,9.55]},"south":{"texture":"#0","uv":[1,9.25,1.3,9.55]},"up":{"texture":"#0","uv":[1,9.25,1.3,9.55]},"west":{"texture":"#0","uv":[1,9.25,1.3,9.55]}},"from":[-15.646288,-9.1282625,-9.784005],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.502288,-8.749696,-9.584857],"rescale":false},"shade":false,"to":[-15.358288,-8.840262,-9.496005]},{"faces":{"down":{"texture":"#0","uv":[1.3,9.25,1,9.55]},"east":{"texture":"#0","uv":[1,9.55,1.3,9.25]},"north":{"texture":"#0","uv":[1.3,9.25,1,9.55]},"south":{"texture":"#0","uv":[1.3,9.25,1,9.55]},"up":{"texture":"#0","uv":[1.3,9.25,1,9.55]},"west":{"texture":"#0","uv":[1,9.55,1.3,9.25]}},"from":[-15.646288,-13.087033,-10.10753],"rotation":{"angle":45,"axis":"x","origin":[-15.502288,-13.13175,-9.841811],"rescale":false},"shade":false,"to":[-15.358288,-12.799033,-9.81953]},{"faces":{"down":{"texture":"#0","uv":[2.25,10.5,2.55,10.8]},"east":{"texture":"#0","uv":[2.25,10.5,2.55,10.8]},"north":{"texture":"#0","uv":[2.25,10.5,2.55,10.8]},"south":{"texture":"#0","uv":[2.25,10.5,2.55,10.8]},"up":{"texture":"#0","uv":[2.25,10.5,2.55,10.8]},"west":{"texture":"#0","uv":[2.25,10.5,2.55,10.8]}},"from":[-15.766288,-7.7618895,-8.927569],"rotation":{"angle":22.5,"axis":"x","origin":[-15.502288,-6.9091454,-8.8099985],"rescale":false},"shade":false,"to":[-15.238288,-7.4738894,-8.639569]},{"faces":{"down":{"texture":"#0","uv":[0.25,10.25,0.3,10.3]},"east":{"texture":"#0","uv":[0.25,10.25,0.3,10.3]},"north":{"texture":"#0","uv":[0.25,10.25,0.3,10.3]},"south":{"texture":"#0","uv":[0.25,10.25,0.3,10.3]},"up":{"texture":"#0","uv":[0.25,10.25,0.3,10.3]},"west":{"texture":"#0","uv":[0.25,10.25,0.3,10.3]}},"from":[-15.766288,-5.4560366,-12.185858],"rotation":{"angle":-45,"axis":"x","origin":[-15.501765,-5.4453087,-11.285651],"rescale":false},"shade":false,"to":[-15.238288,-5.168037,-11.897858]},{"faces":{"down":{"texture":"#0","uv":[0.25,10.25,0.3,10.3]},"east":{"texture":"#0","uv":[0.25,10.25,0.3,10.3]},"north":{"texture":"#0","uv":[0.25,10.25,0.3,10.3]},"south":{"texture":"#0","uv":[0.25,10.25,0.3,10.3]},"up":{"texture":"#0","uv":[0.25,10.25,0.3,10.3]},"west":{"texture":"#0","uv":[0.25,10.25,0.3,10.3]}},"from":[-15.766288,-5.752163,-9.510266],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.502288,-5.354641,-9.10829],"rescale":false},"shade":false,"to":[-15.238288,-5.4641633,-9.222266]},{"faces":{"down":{"texture":"#0","uv":[1.5,10.05,1.55,10]},"east":{"texture":"#0","uv":[1.5,10.05,1.55,10]},"north":{"texture":"#0","uv":[1.55,10,1.5,10.05]},"south":{"texture":"#0","uv":[1.55,10,1.5,10.05]},"up":{"texture":"#0","uv":[1.5,10.05,1.55,10]},"west":{"texture":"#0","uv":[1.5,10.05,1.55,10]}},"from":[-15.622288,-10.482131,-12.163087],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.478288,-10.569063,-12.139196],"rescale":false},"shade":false,"to":[-15.334288,-10.194131,-11.875087]},{"faces":{"down":{"texture":"#0","uv":[3.25,10,3.2895,10.2895]},"east":{"texture":"#0","uv":[3.25,10,3.2895,10.2895]},"north":{"texture":"#0","uv":[3.25,10,3.2895,10.2895]},"south":{"texture":"#0","uv":[3.25,10,3.2895,10.2895]},"up":{"texture":"#0","uv":[3.25,10,3.2895,10.2895]},"west":{"texture":"#0","uv":[3.25,10,3.2895,10.2895]}},"from":[-15.761488,-5.3048363,-11.74155],"rotation":{"angle":22.5,"axis":"x","origin":[-15.501765,-5.4453087,-11.285651],"rescale":false},"shade":false,"to":[-15.243088,-5.026437,-11.46315]},{"faces":{"down":{"texture":"#0","uv":[1,9.25,1.2895,9.5395]},"east":{"texture":"#0","uv":[1,9.25,1.2895,9.5395]},"north":{"texture":"#0","uv":[1,9.25,1.2895,9.5395]},"south":{"texture":"#0","uv":[1,9.25,1.2895,9.5395]},"up":{"texture":"#0","uv":[1,9.25,1.2895,9.5395]},"west":{"texture":"#0","uv":[1,9.25,1.2895,9.5395]}},"from":[-15.641488,-9.128641,-9.642841],"rotation":{"angle":-45,"axis":"x","origin":[-15.502288,-8.749696,-9.584857],"rescale":false},"shade":false,"to":[-15.363088,-8.850241,-9.364441]},{"faces":{"down":{"texture":"#0","uv":[1.2895,9.25,1,9.5395]},"east":{"texture":"#0","uv":[1,9.5395,1.2895,9.25]},"north":{"texture":"#0","uv":[1.2895,9.25,1,9.5395]},"south":{"texture":"#0","uv":[1.2895,9.25,1,9.5395]},"up":{"texture":"#0","uv":[1.2895,9.25,1,9.5395]},"west":{"texture":"#0","uv":[1,9.5395,1.2895,9.25]}},"from":[-15.641488,-13.308212,-9.809099],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.502288,-13.13175,-9.841811],"rescale":false},"shade":false,"to":[-15.363088,-13.029812,-9.530699]},{"faces":{"down":{"texture":"#0","uv":[2.75,11.75,3.189,12.039]},"east":{"texture":"#0","uv":[2.75,11.75,3.189,12.039]},"north":{"texture":"#0","uv":[2.75,11.75,3.189,12.039]},"south":{"texture":"#0","uv":[2.75,11.75,3.189,12.039]},"up":{"texture":"#0","uv":[2.75,11.75,3.189,12.039]},"west":{"texture":"#0","uv":[2.75,11.75,3.189,12.039]}},"from":[-15.761488,-7.648883,-8.431623],"rotation":{"angle":45,"axis":"x","origin":[-15.502288,-6.9091454,-8.8099985],"rescale":false},"shade":false,"to":[-15.243088,-7.3704824,-8.009223]},{"faces":{"down":{"texture":"#0","uv":[0.5,9.5,0.9395,10.0395]},"east":{"texture":"#0","uv":[0.5,9.5,0.9395,10.0395]},"north":{"texture":"#0","uv":[0.5,9.5,0.9395,10.0395]},"south":{"texture":"#0","uv":[0.5,9.5,0.9395,10.0395]},"up":{"texture":"#0","uv":[0.5,9.5,0.9395,10.0395]},"west":{"texture":"#0","uv":[0.5,9.5,0.9395,10.0395]}},"from":[-15.761488,-6.1880083,-12.2033],"rotation":{"angle":22.5,"axis":"x","origin":[-15.501765,-5.4453087,-11.285651],"rescale":false},"shade":false,"to":[-15.243088,-5.909608,-11.7809]},{"faces":{"down":{"texture":"#0","uv":[0.5,9.5,0.9395,10.0395]},"east":{"texture":"#0","uv":[0.5,9.5,0.9395,10.0395]},"north":{"texture":"#0","uv":[0.5,9.5,0.9395,10.0395]},"south":{"texture":"#0","uv":[0.5,9.5,0.9395,10.0395]},"up":{"texture":"#0","uv":[0.5,9.5,0.9395,10.0395]},"west":{"texture":"#0","uv":[0.5,9.5,0.9395,10.0395]}},"from":[-15.761488,-5.6734867,-9.3609085],"rotation":{"angle":-45,"axis":"x","origin":[-15.502288,-5.354641,-9.10829],"rescale":false},"shade":false,"to":[-15.243088,-5.3950863,-8.938509]},{"faces":{"down":{"texture":"#0","uv":[1.6895,10,1.5,10.0395]},"east":{"texture":"#0","uv":[1.5,10.0395,1.6895,10]},"north":{"texture":"#0","uv":[1.5,10.0395,1.6895,10]},"south":{"texture":"#0","uv":[1.5,10.0395,1.6895,10]},"up":{"texture":"#0","uv":[1.6895,10,1.5,10.0395]},"west":{"texture":"#0","uv":[1.5,10.0395,1.6895,10]}},"from":[-15.617488,-10.874853,-12.489933],"rotation":{"angle":45,"axis":"x","origin":[-15.478288,-10.569063,-12.139196],"rescale":false},"shade":false,"to":[-15.339088,-10.452454,-12.211533]},{"faces":{"down":{"texture":"#0","uv":[3.5,9,3.539,9.289]},"east":{"texture":"#0","uv":[3.5,9,3.539,9.289]},"north":{"texture":"#0","uv":[3.5,9,3.539,9.289]},"south":{"texture":"#0","uv":[3.5,9,3.539,9.289]},"up":{"texture":"#0","uv":[3.5,9,3.539,9.289]},"west":{"texture":"#0","uv":[3.5,9,3.539,9.289]}},"from":[-15.756688,-5.41467,-11.648301],"shade":false,"to":[-15.247889,-5.14587,-11.379501]},{"faces":{"down":{"texture":"#0","uv":[2.75,8.5,3.03,8.78]},"east":{"texture":"#0","uv":[2.75,8.5,3.03,8.78]},"north":{"texture":"#0","uv":[2.75,8.5,3.03,8.78]},"south":{"texture":"#0","uv":[2.75,8.5,3.03,8.78]},"up":{"texture":"#0","uv":[2.75,8.5,3.03,8.78]},"west":{"texture":"#0","uv":[2.75,8.5,3.03,8.78]}},"from":[-15.636688,-8.686278,-9.4240055],"rotation":{"angle":22.5,"axis":"x","origin":[-15.502288,-8.749696,-9.584857],"rescale":false},"shade":false,"to":[-15.367888,-8.417479,-9.155206]},{"faces":{"down":{"texture":"#0","uv":[3.03,8.5,2.75,8.78]},"east":{"texture":"#0","uv":[3.03,8.5,2.75,8.78]},"north":{"texture":"#0","uv":[3.03,8.5,2.75,8.78]},"south":{"texture":"#0","uv":[3.03,8.5,2.75,8.78]},"up":{"texture":"#0","uv":[3.03,8.5,2.75,8.78]},"west":{"texture":"#0","uv":[3.03,8.5,2.75,8.78]}},"from":[-15.636688,-13.449324,-9.760451],"shade":false,"to":[-15.367888,-13.180524,-9.491652]},{"faces":{"down":{"texture":"#0","uv":[2.5,11.75,3.03,12.03]},"east":{"texture":"#0","uv":[2.5,11.75,3.03,12.03]},"north":{"texture":"#0","uv":[2.5,11.75,3.03,12.03]},"south":{"texture":"#0","uv":[2.5,11.75,3.03,12.03]},"up":{"texture":"#0","uv":[2.5,11.75,3.03,12.03]},"west":{"texture":"#0","uv":[2.5,11.75,3.03,12.03]}},"from":[-15.756688,-8.302073,-9.210482],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.502288,-6.9091454,-8.8099985],"rescale":false},"shade":false,"to":[-15.247889,-7.7932725,-8.941682]},{"faces":{"down":{"texture":"#0","uv":[1.75,8.25,1.7795,8.75]},"east":{"texture":"#0","uv":[1.75,8.25,1.7795,8.75]},"north":{"texture":"#0","uv":[1.75,8.25,1.7795,8.75]},"south":{"texture":"#0","uv":[1.75,8.25,1.7795,8.75]},"up":{"texture":"#0","uv":[1.75,8.25,1.7795,8.75]},"west":{"texture":"#0","uv":[1.75,8.25,1.7795,8.75]}},"from":[-15.756688,-5.8038006,-12.787691],"shade":false,"to":[-15.247889,-5.535001,-12.278891]},{"faces":{"down":{"texture":"#0","uv":[1.75,8.25,1.7795,8.75]},"east":{"texture":"#0","uv":[1.75,8.25,1.7795,8.75]},"north":{"texture":"#0","uv":[1.75,8.25,1.7795,8.75]},"south":{"texture":"#0","uv":[1.75,8.25,1.7795,8.75]},"up":{"texture":"#0","uv":[1.75,8.25,1.7795,8.75]},"west":{"texture":"#0","uv":[1.75,8.25,1.7795,8.75]}},"from":[-15.756688,-5.3520403,-9.029449],"rotation":{"angle":22.5,"axis":"x","origin":[-15.502288,-5.354641,-9.10829],"rescale":false},"shade":false,"to":[-15.247889,-4.84324,-8.760649]},{"faces":{"down":{"texture":"#0","uv":[2.53,9.75,2.5,9.78]},"east":{"texture":"#0","uv":[2.5,9.78,2.53,9.75]},"north":{"texture":"#0","uv":[2.5,9.78,2.53,9.75]},"south":{"texture":"#0","uv":[2.5,9.78,2.53,9.75]},"up":{"texture":"#0","uv":[2.53,9.75,2.5,9.78]},"west":{"texture":"#0","uv":[2.5,9.78,2.53,9.75]}},"from":[-15.612688,-11.193918,-12.56835],"rotation":{"angle":22.5,"axis":"x","origin":[-15.478288,-10.569063,-12.139196],"rescale":false},"shade":false,"to":[-15.343888,-10.685118,-12.29955]},{"faces":{"down":{"texture":"#0","uv":[2.25,10,2.28,10.03]},"east":{"texture":"#0","uv":[2.25,10,2.28,10.03]},"north":{"texture":"#0","uv":[2.25,10,2.28,10.03]},"south":{"texture":"#0","uv":[2.25,10,2.28,10.03]},"up":{"texture":"#0","uv":[2.25,10,2.28,10.03]},"west":{"texture":"#0","uv":[2.25,10,2.28,10.03]}},"from":[-15.756688,-4.5042543,-11.275787],"rotation":{"angle":22.5,"axis":"x","origin":[-15.501765,-5.4453087,-11.285651],"rescale":false},"shade":false,"to":[-15.247889,-4.235454,-11.006988]},{"faces":{"down":{"texture":"#0","uv":[3.5,9,3.539,9.289]},"east":{"texture":"#0","uv":[3.5,9,3.539,9.289]},"north":{"texture":"#0","uv":[3.5,9,3.539,9.289]},"south":{"texture":"#0","uv":[3.5,9,3.539,9.289]},"up":{"texture":"#0","uv":[3.5,9,3.539,9.289]},"west":{"texture":"#0","uv":[3.5,9,3.539,9.289]}},"from":[-15.751888,-5.4724092,-11.481276],"rotation":{"angle":-45,"axis":"x","origin":[-15.501765,-5.4453087,-11.285651],"rescale":false},"shade":false,"to":[-15.252688,-5.2132096,-11.222075]},{"faces":{"down":{"texture":"#0","uv":[2,8,2.27,8.27]},"east":{"texture":"#0","uv":[2,8,2.27,8.27]},"north":{"texture":"#0","uv":[2,8,2.27,8.27]},"south":{"texture":"#0","uv":[2,8,2.27,8.27]},"up":{"texture":"#0","uv":[2,8,2.27,8.27]},"west":{"texture":"#0","uv":[2,8,2.27,8.27]}},"from":[-15.631888,-8.772593,-9.344469],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.502288,-8.749696,-9.584857],"rescale":false},"shade":false,"to":[-15.372688,-8.513392,-9.085269]},{"faces":{"down":{"texture":"#0","uv":[2,8.27,2.27,8]},"east":{"texture":"#0","uv":[2.27,8,2,8.27]},"north":{"texture":"#0","uv":[2,8.27,2.27,8]},"south":{"texture":"#0","uv":[2,8.27,2.27,8]},"up":{"texture":"#0","uv":[2,8.27,2.27,8]},"west":{"texture":"#0","uv":[2.27,8,2,8.27]}},"from":[-15.631888,-13.413904,-9.667994],"rotation":{"angle":45,"axis":"x","origin":[-15.502288,-13.13175,-9.841811],"rescale":false},"shade":false,"to":[-15.372688,-13.154704,-9.408793]},{"faces":{"down":{"texture":"#0","uv":[2.25,12.25,2.489,12.489]},"east":{"texture":"#0","uv":[2.25,12.25,2.489,12.489]},"north":{"texture":"#0","uv":[2.25,12.25,2.489,12.489]},"south":{"texture":"#0","uv":[2.25,12.25,2.489,12.489]},"up":{"texture":"#0","uv":[2.25,12.25,2.489,12.489]},"west":{"texture":"#0","uv":[2.25,12.25,2.489,12.489]}},"from":[-15.751888,-8.50996,-8.659686],"shade":false,"to":[-15.252688,-8.25076,-8.400486]},{"faces":{"down":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"east":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"north":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"south":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"up":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"west":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]}},"from":[-15.751888,-5.214448,-12.9712],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.501765,-5.4453087,-11.285651],"rescale":false},"shade":false,"to":[-15.252688,-4.955248,-12.712]},{"faces":{"down":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"east":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"north":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"south":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"up":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"west":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]}},"from":[-15.751888,-5.0108795,-8.852488],"shade":false,"to":[-15.252688,-4.75168,-8.593287]},{"faces":{"down":{"texture":"#0","uv":[3,9.27,3.02,9.25]},"east":{"texture":"#0","uv":[3.02,9.25,3,9.27]},"north":{"texture":"#0","uv":[3.02,9.25,3,9.27]},"south":{"texture":"#0","uv":[3.02,9.25,3,9.27]},"up":{"texture":"#0","uv":[3,9.27,3.02,9.25]},"west":{"texture":"#0","uv":[3.02,9.25,3,9.27]}},"from":[-15.607888,-11.245648,-12.772926],"shade":false,"to":[-15.348688,-10.986448,-12.513726]},{"faces":{"down":{"texture":"#0","uv":[3.25,10,3.27,10.27]},"east":{"texture":"#0","uv":[3.25,10,3.27,10.27]},"north":{"texture":"#0","uv":[3.25,10,3.27,10.27]},"south":{"texture":"#0","uv":[3.25,10,3.27,10.27]},"up":{"texture":"#0","uv":[3.25,10,3.27,10.27]},"west":{"texture":"#0","uv":[3.25,10,3.27,10.27]}},"from":[-15.751888,-4.8951283,-10.377179],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.501765,-5.4453087,-11.285651],"rescale":false},"shade":false,"to":[-15.252688,-4.635928,-10.117979]},{"faces":{"down":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"east":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"north":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"south":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"up":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"west":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]}},"from":[-15.737488,-5.611719,-11.332005],"rotation":{"angle":22.5,"axis":"x","origin":[-15.501765,-5.4453087,-11.285651],"rescale":false},"shade":false,"to":[-15.267088,-5.381319,-11.101604]},{"faces":{"down":{"texture":"#0","uv":[2,8,2.27,8.27]},"east":{"texture":"#0","uv":[2,8,2.27,8.27]},"north":{"texture":"#0","uv":[2,8,2.27,8.27]},"south":{"texture":"#0","uv":[2,8,2.27,8.27]},"up":{"texture":"#0","uv":[2,8,2.27,8.27]},"west":{"texture":"#0","uv":[2,8,2.27,8.27]}},"from":[-15.617488,-8.719095,-9.287958],"rotation":{"angle":-45,"axis":"x","origin":[-15.502288,-8.749696,-9.584857],"rescale":false},"shade":false,"to":[-15.387088,-8.488695,-9.057558]},{"faces":{"down":{"texture":"#0","uv":[2,8.27,2.27,8]},"east":{"texture":"#0","uv":[2.27,8,2,8.27]},"north":{"texture":"#0","uv":[2,8.27,2.27,8]},"south":{"texture":"#0","uv":[2,8.27,2.27,8]},"up":{"texture":"#0","uv":[2,8.27,2.27,8]},"west":{"texture":"#0","uv":[2.27,8,2,8.27]}},"from":[-15.617488,-13.615096,-10.170645],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.502288,-13.13175,-9.841811],"rescale":false},"shade":false,"to":[-15.387088,-13.384696,-9.940245]},{"faces":{"down":{"texture":"#0","uv":[2.25,12.25,2.489,12.489]},"east":{"texture":"#0","uv":[2.25,12.25,2.489,12.489]},"north":{"texture":"#0","uv":[2.25,12.25,2.489,12.489]},"south":{"texture":"#0","uv":[2.25,12.25,2.489,12.489]},"up":{"texture":"#0","uv":[2.25,12.25,2.489,12.489]},"west":{"texture":"#0","uv":[2.25,12.25,2.489,12.489]}},"from":[-15.737488,-8.465258,-8.074148],"rotation":{"angle":22.5,"axis":"x","origin":[-15.502288,-6.9091454,-8.8099985],"rescale":false},"shade":false,"to":[-15.267088,-8.234858,-7.843748]},{"faces":{"down":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"east":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"north":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"south":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"up":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"west":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]}},"from":[-15.737488,-4.6026106,-12.889226],"rotation":{"angle":-45,"axis":"x","origin":[-15.501765,-5.4453087,-11.285651],"rescale":false},"shade":false,"to":[-15.267088,-4.3722105,-12.658826]},{"faces":{"down":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"east":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"north":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"south":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"up":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"west":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]}},"from":[-15.737488,-4.9911947,-8.65684],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.502288,-5.354641,-9.10829],"rescale":false},"shade":false,"to":[-15.267088,-4.7607946,-8.42644]},{"faces":{"down":{"texture":"#0","uv":[3.7395,9,3.5,9.2395]},"east":{"texture":"#0","uv":[3.7395,9,3.5,9.2395]},"north":{"texture":"#0","uv":[3.5,9.2395,3.7395,9]},"south":{"texture":"#0","uv":[3.5,9.2395,3.7395,9]},"up":{"texture":"#0","uv":[3.7395,9,3.5,9.2395]},"west":{"texture":"#0","uv":[3.7395,9,3.5,9.2395]}},"from":[-15.593488,-11.185504,-12.958912],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.478288,-10.569063,-12.139196],"rescale":false},"shade":false,"to":[-15.363088,-10.955104,-12.728512]},{"faces":{"down":{"texture":"#0","uv":[3.25,10,3.27,10.27]},"east":{"texture":"#0","uv":[3.25,10,3.27,10.27]},"north":{"texture":"#0","uv":[3.25,10,3.27,10.27]},"south":{"texture":"#0","uv":[3.25,10,3.27,10.27]},"up":{"texture":"#0","uv":[3.25,10,3.27,10.27]},"west":{"texture":"#0","uv":[3.25,10,3.27,10.27]}},"from":[-15.737488,-4.505785,-10.51314],"shade":false,"to":[-15.267088,-4.275385,-10.28274]},{"faces":{"down":{"texture":"#0","uv":[4.25,10.5,3.5,12.5]},"east":{"texture":"#0","uv":[4.25,10.5,3.5,12.5]},"north":{"texture":"#0","uv":[3.5,10.5,4.25,12.5]},"south":{"texture":"#0","uv":[4.25,10.5,3.5,12.5]},"up":{"texture":"#0","uv":[4.25,10.5,3.5,12.5]},"west":{"texture":"#0","uv":[4.25,10.5,3.5,12.5]}},"from":[-15.832,-8.357166,-10.781008],"shade":false,"to":[-15.16,-6.4371657,-10.109008]},{"faces":{"down":{"texture":"#0","uv":[8,11,7.5,15.5]},"east":{"texture":"#0","uv":[8,11.75,7.25,15.75]},"north":{"texture":"#0","uv":[7.5,12,8,16]},"south":{"texture":"#0","uv":[7.5,11.5,8,15.5]},"up":{"texture":"#0","uv":[8,11,7.5,15.5]},"west":{"texture":"#0","uv":[8,11.75,7.25,15.75]}},"from":[-15.808001,-13.541166,-11.357008],"shade":false,"to":[-15.184001,-9.725166,-10.757008]},{"faces":{"down":{"texture":"#0","uv":[1,10,1.5,12.5]},"east":{"texture":"#0","uv":[1.75,10,2.25,12.5]},"north":{"texture":"#0","uv":[1,10,1.5,12.5]},"south":{"texture":"#0","uv":[1,10,1.5,12.5]},"up":{"texture":"#0","uv":[1,10,1.5,12.5]},"west":{"texture":"#0","uv":[2.25,10,2.75,12.5]}},"from":[-15.736,-8.461058,-10.434856],"rotation":{"angle":22.5,"axis":"x","origin":[-15.498097,-7.825691,-10.1560955],"rescale":false},"shade":false,"to":[-15.2560005,-6.0610576,-9.954857]},{"faces":{"down":{"texture":"#0","uv":[3.5,10.5,4.25,12.5]},"east":{"texture":"#0","uv":[3.5,10.5,4.25,12.5]},"north":{"texture":"#0","uv":[1.25,10.5,1.75,12.5]},"south":{"texture":"#0","uv":[3.5,10.5,4.25,12.5]},"up":{"texture":"#0","uv":[3.5,10.5,4.25,12.5]},"west":{"texture":"#0","uv":[3.5,10.5,4.25,12.5]}},"from":[-15.784,-10.130546,-11.114076],"rotation":{"angle":22.5,"axis":"x","origin":[-15.501587,-9.27676,-10.277119],"rescale":false},"shade":false,"to":[-15.208,-8.330545,-10.490076]},{"faces":{"down":{"texture":"#0","uv":[4.75,9,5.05,9.25]},"east":{"texture":"#0","uv":[4.75,9,5.25,9.5]},"north":{"texture":"#0","uv":[4.75,9,5.25,9.5]},"south":{"texture":"#0","uv":[4.75,9,5.25,9.5]},"up":{"texture":"#0","uv":[4.75,9,5.25,9.5]},"west":{"texture":"#0","uv":[4.75,9,5.25,9.5]}},"from":[-15.622495,-7.9441023,-9.478312],"rotation":{"angle":22.5,"axis":"x","origin":[-15.500954,-8.260015,-9.249688],"rescale":false},"shade":false,"to":[-15.382495,-7.656102,-9.228712]},{"faces":{"down":{"texture":"#0","uv":[4.5,8.75,5,9.5]},"east":{"texture":"#0","uv":[4.5,8.75,5,9.5]},"north":{"texture":"#0","uv":[4.5,8.75,4.75,9]},"south":{"texture":"#0","uv":[4.5,8.75,5,9.5]},"up":{"texture":"#0","uv":[4.5,8.75,5,9.5]},"west":{"texture":"#0","uv":[4.5,8.75,5,9.5]}},"from":[-15.622495,-8.596,-9.13647],"rotation":{"angle":-45,"axis":"x","origin":[-15.500954,-8.1160145,-9.105688],"rescale":false},"shade":false,"to":[-15.382495,-8.346399,-8.800469]},{"faces":{"down":{"texture":"#0","uv":[4.75,8.75,4.96,9.15]},"east":{"texture":"#0","uv":[4.75,8.75,4.96,9.15]},"north":{"texture":"#0","uv":[4.75,8.75,4.96,9.15]},"south":{"texture":"#0","uv":[4.75,8.75,4.96,9.15]},"up":{"texture":"#0","uv":[4.75,8.75,4.96,9.15]},"west":{"texture":"#0","uv":[4.75,8.75,4.96,9.15]}},"from":[-15.572239,-8.112799,-9.2572],"rotation":{"angle":-45,"axis":"x","origin":[-15.500954,-8.260015,-9.249688],"rescale":false},"shade":false,"to":[-15.428239,-7.9591985,-8.9212]},{"faces":{"down":{"texture":"#0","uv":[4.25,8,5,8.5]},"east":{"texture":"#0","uv":[4.25,8,5,8.5]},"north":{"texture":"#0","uv":[4.25,8,5,8.5]},"south":{"texture":"#0","uv":[4.25,8,5,8.5]},"up":{"texture":"#0","uv":[4.25,8,5,8.5]},"west":{"texture":"#0","uv":[4.25,8,5,8.5]}},"from":[-15.572239,-8.525541,-9.257853],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.500954,-8.1160145,-9.105688],"rescale":false},"shade":false,"to":[-15.428239,-8.371942,-8.921852]},{"faces":{"down":{"texture":"#0","uv":[4.25,8,4.75,8.27]},"east":{"texture":"#0","uv":[4.25,8,4.75,8.27]},"north":{"texture":"#0","uv":[4.25,8,4.75,8.27]},"south":{"texture":"#0","uv":[4.25,8,4.75,8.27]},"up":{"texture":"#0","uv":[4.25,8,4.75,8.27]},"west":{"texture":"#0","uv":[4.25,8,4.75,8.27]}},"from":[-15.548133,-8.065432,-9.560465],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.500954,-8.164015,-9.129687],"rescale":false},"shade":false,"to":[-15.452133,-7.935832,-9.320465]},{"faces":{"down":{"texture":"#0","uv":[4.25,8,4.75,8.27]},"east":{"texture":"#0","uv":[4.25,8,4.75,8.27]},"north":{"texture":"#0","uv":[4.25,8,4.75,8.27]},"south":{"texture":"#0","uv":[4.25,8,4.75,8.27]},"up":{"texture":"#0","uv":[4.25,8,4.75,8.27]},"west":{"texture":"#0","uv":[4.25,8,4.75,8.27]}},"from":[-15.548133,-8.539148,-9.265053],"shade":false,"to":[-15.452133,-8.409548,-9.073053]},{"faces":{"down":{"texture":"#0","uv":[2.75,9.75,3.65,10.5]},"east":{"texture":"#0","uv":[2.75,10.75,3.5,11.5]},"north":{"texture":"#0","uv":[3,10.75,3.9,11.5]},"south":{"texture":"#0","uv":[2.75,11.5,3.65,12.25]},"up":{"texture":"#0","uv":[2.75,11.25,3.65,12]},"west":{"texture":"#0","uv":[2.75,10.75,3.5,11.5]}},"from":[-15.928,-6.9079113,-11.08119],"rotation":{"angle":-45,"axis":"x","origin":[-15.501765,-5.4453087,-11.285651],"rescale":false},"shade":false,"to":[-15.064,-6.1879115,-10.36119]},{"faces":{"down":{"texture":"#0","uv":[4.25,9.5,5.5,10.75]},"east":{"texture":"#0","uv":[4.25,9.5,5.5,10.75]},"north":{"texture":"#0","uv":[4.25,9.5,5.5,10.75]},"south":{"texture":"#0","uv":[4.25,9.5,5.5,10.75]},"up":{"texture":"#0","uv":[4.25,9.5,5.5,10.75]},"west":{"texture":"#0","uv":[4.25,9.5,5.5,10.75]}},"from":[-16,-6.346533,-10.572419],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.496,-6.106532,-10.332419],"rescale":false},"shade":false,"to":[-14.992,-5.8665333,-10.09242]},{"faces":{"down":{"texture":"#0","uv":[2.5,10.75,3.25,11.75]},"east":{"texture":"#0","uv":[2.5,10.75,3.25,11.75]},"north":{"texture":"#0","uv":[2.5,10.75,3.25,11.75]},"south":{"texture":"#0","uv":[2.5,10.75,3.25,11.75]},"up":{"texture":"#0","uv":[2.5,11.5,3.25,12.25]},"west":{"texture":"#0","uv":[2.5,10.75,3.25,11.75]}},"from":[-15.814288,-13.989161,-10.836539],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.506287,-14.6595955,-10.8428755],"rescale":false},"shade":false,"to":[-15.190289,-13.173161,-10.21254]},{"faces":{"down":{"texture":"#0","uv":[2.85,11.25,2.25,11.75]},"east":{"texture":"#0","uv":[2.25,11.75,2.85,11.25]},"north":{"texture":"#0","uv":[2.25,11.75,2.85,11.25]},"south":{"texture":"#0","uv":[2.25,11.75,2.85,11.25]},"up":{"texture":"#0","uv":[2.85,11.25,2.25,11.75]},"west":{"texture":"#0","uv":[2.25,11.75,2.85,11.25]}},"from":[-15.8622875,-14.350259,-10.784891],"rotation":{"angle":-45,"axis":"x","origin":[-15.506287,-14.6595955,-10.8428755],"rescale":false},"shade":false,"to":[-15.142287,-13.774259,-10.304892]},{"faces":{"down":{"texture":"#0","uv":[2.25,10.95,2.7,10.5]},"east":{"texture":"#0","uv":[2.7,10.5,2.25,10.95]},"north":{"texture":"#0","uv":[2.7,10.5,2.25,10.95]},"south":{"texture":"#0","uv":[2.7,10.5,2.25,10.95]},"up":{"texture":"#0","uv":[2.25,10.95,2.7,10.5]},"west":{"texture":"#0","uv":[2.7,10.5,2.25,10.95]}},"from":[-15.790288,-14.002091,-9.766336],"rotation":{"angle":-45,"axis":"x","origin":[-15.506287,-14.6595955,-10.8428755],"rescale":false},"shade":false,"to":[-15.262288,-13.570091,-9.334336]},{"faces":{"down":{"texture":"#0","uv":[3.2,11.5,2.75,11.95]},"east":{"texture":"#0","uv":[2.75,11.95,3.2,11.5]},"north":{"texture":"#0","uv":[2.75,11.95,3.2,11.5]},"south":{"texture":"#0","uv":[2.75,11.95,3.2,11.5]},"up":{"texture":"#0","uv":[3.2,11.5,2.75,11.95]},"west":{"texture":"#0","uv":[2.75,11.95,3.2,11.5]}},"from":[-15.838288,-14.594699,-10.917275],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.506287,-14.6595955,-10.8428755],"rescale":false},"shade":false,"to":[-15.166288,-14.162699,-10.485275]},{"faces":{"down":{"texture":"#0","uv":[2.45,9.75,2,11.45]},"east":{"texture":"#0","uv":[2,11.45,2.45,9.75]},"north":{"texture":"#0","uv":[2,11.45,2.45,9.75]},"south":{"texture":"#0","uv":[2,11.95,2.45,10.25]},"up":{"texture":"#0","uv":[2.5,9.75,2,10.2]},"west":{"texture":"#0","uv":[2,11.45,2.45,9.75]}},"from":[-15.766288,-14.28628,-11.2810335],"rotation":{"angle":22.5,"axis":"x","origin":[-15.506287,-14.6595955,-10.8428755],"rescale":false},"shade":false,"to":[-15.286288,-12.65428,-10.849033]},{"faces":{"down":{"texture":"#0","uv":[2.5,11.15,2.65,11]},"east":{"texture":"#0","uv":[2.65,11,2.5,11.15]},"north":{"texture":"#0","uv":[2.65,11,2.5,11.15]},"south":{"texture":"#0","uv":[2.65,11,2.5,11.15]},"up":{"texture":"#0","uv":[2.5,11.15,2.65,11]},"west":{"texture":"#0","uv":[2.65,11,2.5,11.15]}},"from":[-15.814288,-14.82279,-10.945332],"shade":false,"to":[-15.190289,-14.43879,-10.561332]},{"faces":{"down":{"texture":"#0","uv":[2.25,10.85,2.4,10.75]},"east":{"texture":"#0","uv":[2.4,10.75,2.25,10.85]},"north":{"texture":"#0","uv":[2.4,10.75,2.25,10.85]},"south":{"texture":"#0","uv":[2.4,10.75,2.25,10.85]},"up":{"texture":"#0","uv":[2.25,10.85,2.4,10.75]},"west":{"texture":"#0","uv":[2.4,10.75,2.25,10.85]}},"from":[-15.790288,-14.950077,-11.167188],"rotation":{"angle":-45,"axis":"x","origin":[-15.506287,-14.6595955,-10.8428755],"rescale":false},"shade":false,"to":[-15.214288,-14.614077,-10.783188]},{"faces":{"down":{"texture":"#0","uv":[1.5,10.05,1.55,10]},"east":{"texture":"#0","uv":[1.55,10,1.5,10.05]},"north":{"texture":"#0","uv":[1.55,10,1.5,10.05]},"south":{"texture":"#0","uv":[1.55,10,1.5,10.05]},"up":{"texture":"#0","uv":[1.5,10.05,1.55,10]},"west":{"texture":"#0","uv":[1.55,10,1.5,10.05]}},"from":[-15.766288,-15.204174,-10.991239],"rotation":{"angle":22.5,"axis":"x","origin":[-15.506287,-14.6595955,-10.8428755],"rescale":false},"shade":false,"to":[-15.238288,-14.916174,-10.7032385]},{"faces":{"down":{"texture":"#0","uv":[1.6895,10,1.5,10.0395]},"east":{"texture":"#0","uv":[1.5,10.0395,1.6895,10]},"north":{"texture":"#0","uv":[1.5,10.0395,1.6895,10]},"south":{"texture":"#0","uv":[1.5,10.0395,1.6895,10]},"up":{"texture":"#0","uv":[1.6895,10,1.5,10.0395]},"west":{"texture":"#0","uv":[1.5,10.0395,1.6895,10]}},"from":[-15.761488,-15.533142,-11.183546],"shade":false,"to":[-15.243088,-15.110742,-10.905146]},{"faces":{"down":{"texture":"#0","uv":[2.53,9.75,2.5,9.78]},"east":{"texture":"#0","uv":[2.5,9.78,2.53,9.75]},"north":{"texture":"#0","uv":[2.5,9.78,2.53,9.75]},"south":{"texture":"#0","uv":[2.5,9.78,2.53,9.75]},"up":{"texture":"#0","uv":[2.53,9.75,2.5,9.78]},"west":{"texture":"#0","uv":[2.5,9.78,2.53,9.75]}},"from":[-15.756688,-15.812843,-11.480003],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.506287,-14.6595955,-10.8428755],"rescale":false},"shade":false,"to":[-15.247889,-15.304043,-11.211204]},{"faces":{"down":{"texture":"#0","uv":[3.02,9.25,3,9.27]},"east":{"texture":"#0","uv":[3,9.27,3.02,9.25]},"north":{"texture":"#0","uv":[3,9.27,3.02,9.25]},"south":{"texture":"#0","uv":[3,9.27,3.02,9.25]},"up":{"texture":"#0","uv":[3.02,9.25,3,9.27]},"west":{"texture":"#0","uv":[3,9.27,3.02,9.25]}},"from":[-15.751888,-15.744764,-11.870954],"rotation":{"angle":-45,"axis":"x","origin":[-15.506287,-14.6595955,-10.8428755],"rescale":false},"shade":false,"to":[-15.252688,-15.485564,-11.611753]},{"faces":{"down":{"texture":"#0","uv":[3.7395,9,3.5,9.2395]},"east":{"texture":"#0","uv":[3.5,9.2395,3.7395,9]},"north":{"texture":"#0","uv":[3.5,9.2395,3.7395,9]},"south":{"texture":"#0","uv":[3.5,9.2395,3.7395,9]},"up":{"texture":"#0","uv":[3.7395,9,3.5,9.2395]},"west":{"texture":"#0","uv":[3.5,9.2395,3.7395,9]}},"from":[-15.737488,-16,-10.230266],"rotation":{"angle":22.5,"axis":"x","origin":[-15.506287,-14.6595955,-10.8428755],"rescale":false},"shade":false,"to":[-15.267088,-15.7696,-9.999866]},{"faces":{"down":{"texture":"#0","uv":[4.5,9.75,5.25,10.5]},"east":{"texture":"#0","uv":[4.5,9.75,5.25,10.5]},"north":{"texture":"#0","uv":[4.5,9.75,5.25,10.5]},"south":{"texture":"#0","uv":[4.5,9.75,5.25,10.5]},"up":{"texture":"#0","uv":[4.5,9.75,5.25,10.5]},"west":{"texture":"#0","uv":[4.5,9.75,5.25,10.5]}},"from":[-16,-6.738736,-10.396255],"shade":false,"to":[-14.992,-6.498736,-10.156255]},{"faces":{"down":{"texture":"#0","uv":[4.5,9.75,5.25,10.5]},"east":{"texture":"#0","uv":[4.5,9.75,5.25,10.5]},"north":{"texture":"#0","uv":[4.5,9.75,5.25,10.5]},"south":{"texture":"#0","uv":[4.5,9.75,5.25,10.5]},"up":{"texture":"#0","uv":[4.5,9.75,5.25,10.5]},"west":{"texture":"#0","uv":[4.5,9.75,5.25,10.5]}},"from":[-16,-5.9707355,-10.012255],"rotation":{"angle":45,"axis":"x","origin":[-15.496,-5.8507357,-9.892255],"rescale":false},"shade":false,"to":[-14.992,-5.7307353,-9.772255]}],"overrides":[],"textures":{"0":"item/w479541313_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w205.json b/assets/minecraft/models/w205.json new file mode 100644 index 000000000..d3b4cc23c --- /dev/null +++ b/assets/minecraft/models/w205.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.75,0,5.5625,0.1875]},"east":{"texture":"#0","uv":[5.1875,0.1875,5.375,0.4375]},"north":{"texture":"#0","uv":[5.375,0.1875,5.5625,0.4375]},"south":{"texture":"#0","uv":[5.75,0.1875,5.9375,0.4375]},"up":{"texture":"#0","uv":[5.5625,0.1875,5.375,0]},"west":{"texture":"#0","uv":[5.5625,0.1875,5.75,0.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1341505778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2050.json b/assets/minecraft/models/w2050.json new file mode 100644 index 000000000..607c09212 --- /dev/null +++ b/assets/minecraft/models/w2050.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.75,0,3,2.5]},"east":{"texture":"#0","uv":[1,3,0.5,0.5]},"north":{"texture":"#0","uv":[3,0.5,2.75,0]},"south":{"texture":"#0","uv":[3.25,3,3,2.5]},"up":{"texture":"#0","uv":[3,0,3.25,2.5]},"west":{"texture":"#0","uv":[2.75,0,3.25,2.5]}},"from":[-15.6150875,-6.5328655,-15.478154],"rotation":{"angle":-45,"axis":"x","origin":[-15.500147,-6.493676,-14.287199],"rescale":false},"shade":false,"to":[-15.3869915,-6.0671697,-13.111658]},{"faces":{"down":{"texture":"#0","uv":[3.75,4,4.05,3]},"east":{"texture":"#0","uv":[3.75,4,4.05,3]},"north":{"texture":"#0","uv":[4,3,3.75,3.3]},"south":{"texture":"#0","uv":[4.05,3,3.75,4]},"up":{"texture":"#0","uv":[3.75,4,4.05,3]},"west":{"texture":"#0","uv":[3.75,4,4.05,3]}},"from":[-15.6150875,-6.7349157,-11.674402],"rotation":{"angle":-45,"axis":"x","origin":[-15.500246,-5.7028103,-10.991829],"rescale":false},"shade":false,"to":[-15.3869915,-6.4593,-10.733506]},{"faces":{"down":{"texture":"#0","uv":[3.75,3.5,4,2.5]},"east":{"texture":"#0","uv":[4,2.5,3.75,3.5]},"north":{"texture":"#0","uv":[4,2.5,3.75,3.5]},"south":{"texture":"#0","uv":[4,2.5,3.75,3.5]},"up":{"texture":"#0","uv":[3.75,3.5,4,2.5]},"west":{"texture":"#0","uv":[4,2.5,3.75,3.5]}},"from":[-15.6150875,-6.185091,-9.095221],"shade":false,"to":[-15.3869915,-5.244195,-8.819605]},{"faces":{"down":{"texture":"#0","uv":[4.05,4,3.75,3]},"east":{"texture":"#0","uv":[4.05,4,3.75,3]},"north":{"texture":"#0","uv":[4.05,4,3.75,3]},"south":{"texture":"#0","uv":[4.05,4,3.75,3]},"up":{"texture":"#0","uv":[4,3.3,3.75,3]},"west":{"texture":"#0","uv":[4.05,4,3.75,3]}},"from":[-15.6150875,-5.973855,-9.14274],"shade":false,"to":[-15.3869915,-5.032959,-8.867125]},{"faces":{"down":{"texture":"#0","uv":[3.75,3,4.05,4]},"east":{"texture":"#0","uv":[4.05,4,3.75,3]},"north":{"texture":"#0","uv":[4,3.3,3.75,3]},"south":{"texture":"#0","uv":[4.05,4,3.75,3]},"up":{"texture":"#0","uv":[3.75,3,4.05,4]},"west":{"texture":"#0","uv":[4.05,4,3.75,3]}},"from":[-15.6150875,-14.357019,-11.219184],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.499852,-14.893235,-11.570832],"rescale":false},"shade":false,"to":[-15.3869915,-14.081404,-10.753488]},{"faces":{"down":{"texture":"#0","uv":[3,3.75,3.5,2.75]},"east":{"texture":"#0","uv":[3,3.75,3.5,2.75]},"north":{"texture":"#0","uv":[3.5,2.75,3,3.75]},"south":{"texture":"#0","uv":[3.5,2.75,3,3.75]},"up":{"texture":"#0","uv":[3,3.75,3.25,2.75]},"west":{"texture":"#0","uv":[3,3.75,3.5,2.75]}},"from":[-15.6150875,-5.174217,-12.019564],"rotation":{"angle":22.5,"axis":"x","origin":[-15.500246,-5.7028103,-10.991829],"rescale":false},"shade":false,"to":[-15.3869915,-4.7085214,-11.078668]},{"faces":{"down":{"texture":"#0","uv":[3,2.75,3.5,3.75]},"east":{"texture":"#0","uv":[3,2.75,3.5,3.75]},"north":{"texture":"#0","uv":[3,2.75,3.5,3.75]},"south":{"texture":"#0","uv":[3,2.75,3.25,3.75]},"up":{"texture":"#0","uv":[3,2.75,3.5,3.75]},"west":{"texture":"#0","uv":[3,2.75,3.5,3.75]}},"from":[-15.6150875,-6.088602,-9.655814],"rotation":{"angle":22.5,"axis":"x","origin":[-15.500246,-5.7028103,-10.991829],"rescale":false},"shade":false,"to":[-15.3869915,-5.147706,-9.190118]},{"faces":{"down":{"texture":"#0","uv":[3.5,2.75,3,3.75]},"east":{"texture":"#0","uv":[3,3.75,3.5,2.75]},"north":{"texture":"#0","uv":[3,3.75,3.5,2.75]},"south":{"texture":"#0","uv":[3,3.75,3.25,2.75]},"up":{"texture":"#0","uv":[3.5,2.75,3,3.75]},"west":{"texture":"#0","uv":[3,3.75,3.5,2.75]}},"from":[-15.6150875,-6.2205696,-9.676024],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.500246,-5.7028103,-10.991829],"rescale":false},"shade":false,"to":[-15.3869915,-5.279673,-9.210328]},{"faces":{"down":{"texture":"#0","uv":[3.5,2.75,3,3.75]},"east":{"texture":"#0","uv":[3,3.75,3.5,2.75]},"north":{"texture":"#0","uv":[3.5,2.75,3,3.75]},"south":{"texture":"#0","uv":[3.5,2.75,3,3.75]},"up":{"texture":"#0","uv":[3.25,2.75,3,3.75]},"west":{"texture":"#0","uv":[3,3.75,3.5,2.75]}},"from":[-15.6150875,-15.181278,-11.552641],"rotation":{"angle":-45,"axis":"x","origin":[-15.499852,-14.893235,-11.570832],"rescale":false},"shade":false,"to":[-15.3869915,-14.715582,-10.801825]},{"faces":{"down":{"texture":"#0","uv":[0.75,1.5,1.25,1]},"east":{"texture":"#0","uv":[0.75,1.5,1.25,1]},"north":{"texture":"#0","uv":[1.25,1,0.75,1.5]},"south":{"texture":"#0","uv":[1.25,1,0.75,1.5]},"up":{"texture":"#0","uv":[0.75,1.5,1.25,1]},"west":{"texture":"#0","uv":[0.75,1.5,1.25,1]}},"from":[-15.612712,-5.875498,-13.3619795],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.500147,-6.493676,-14.287199],"rescale":false},"shade":false,"to":[-15.389368,-5.6521535,-13.138636]},{"faces":{"down":{"texture":"#0","uv":[4.25,1.25,4.5,1]},"east":{"texture":"#0","uv":[4.25,1.25,4.5,1]},"north":{"texture":"#0","uv":[4.5,1,4.25,1.25]},"south":{"texture":"#0","uv":[4.5,1,4.25,1.25]},"up":{"texture":"#0","uv":[4.25,1.25,4.5,1]},"west":{"texture":"#0","uv":[4.25,1.25,4.5,1]}},"from":[-15.605584,-4.392456,-11.932773],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.500246,-5.7028103,-10.991829],"rescale":false},"shade":false,"to":[-15.396496,-4.1833677,-11.723684]},{"faces":{"down":{"texture":"#0","uv":[4.5,1.25,4.25,1]},"east":{"texture":"#0","uv":[4.5,1.25,4.25,1]},"north":{"texture":"#0","uv":[4.5,1.25,4.25,1]},"south":{"texture":"#0","uv":[4.5,1.25,4.25,1]},"up":{"texture":"#0","uv":[4.5,1.25,4.25,1]},"west":{"texture":"#0","uv":[4.5,1.25,4.25,1]}},"from":[-15.605584,-7.339266,-10.907913],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.500246,-5.7028103,-10.991829],"rescale":false},"shade":false,"to":[-15.396496,-7.1301775,-10.698825]},{"faces":{"down":{"texture":"#0","uv":[4.25,1.25,4.5,1]},"east":{"texture":"#0","uv":[4.25,1.25,4.5,1]},"north":{"texture":"#0","uv":[4.5,1,4.25,1.25]},"south":{"texture":"#0","uv":[4.5,1,4.25,1.25]},"up":{"texture":"#0","uv":[4.25,1.25,4.5,1]},"west":{"texture":"#0","uv":[4.25,1.25,4.5,1]}},"from":[-15.605584,-4.2633247,-10.948614],"rotation":{"angle":22.5,"axis":"x","origin":[-15.500246,-5.7028103,-10.991829],"rescale":false},"shade":false,"to":[-15.396496,-4.0542374,-10.739526]},{"faces":{"down":{"texture":"#0","uv":[4.25,1.25,4.5,1]},"east":{"texture":"#0","uv":[4.25,1.25,4.5,1]},"north":{"texture":"#0","uv":[4.25,1.25,4.5,1]},"south":{"texture":"#0","uv":[4.25,1.25,4.5,1]},"up":{"texture":"#0","uv":[4.25,1.25,4.5,1]},"west":{"texture":"#0","uv":[4.25,1.25,4.5,1]}},"from":[-15.605584,-15.672046,-11.773243],"shade":false,"to":[-15.396496,-15.462957,-11.564155]},{"faces":{"down":{"texture":"#0","uv":[1.7,0,1.25,0.5]},"east":{"texture":"#0","uv":[1.25,0.5,1.7,0]},"north":{"texture":"#0","uv":[1.25,0.5,1.7,0]},"south":{"texture":"#0","uv":[1.25,0.5,1.7,0]},"up":{"texture":"#0","uv":[1.7,0,1.25,0.5]},"west":{"texture":"#0","uv":[1.25,0.5,1.7,0]}},"from":[-15.608911,-7.89027,-15.135569],"rotation":{"angle":22.5,"axis":"x","origin":[-15.500147,-6.493676,-14.287199],"rescale":false},"shade":false,"to":[-15.388418,-7.432177,-14.724996]},{"faces":{"down":{"texture":"#0","uv":[4,3,4.25,2.5]},"east":{"texture":"#0","uv":[4,3,4.25,2.5]},"north":{"texture":"#0","uv":[4.25,2.5,4,3]},"south":{"texture":"#0","uv":[4.25,2.5,4,3]},"up":{"texture":"#0","uv":[4,3,4.25,2.5]},"west":{"texture":"#0","uv":[4,3,4.25,2.5]}},"from":[-15.60796,-6.915183,-11.686045],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.500246,-5.7028103,-10.991829],"rescale":false},"shade":false,"to":[-15.389368,-6.696591,-11.229853]},{"faces":{"down":{"texture":"#0","uv":[4,3,4.25,2.5]},"east":{"texture":"#0","uv":[4.25,2.5,4,3]},"north":{"texture":"#0","uv":[4.25,2.5,4,3]},"south":{"texture":"#0","uv":[4.25,2.5,4,3]},"up":{"texture":"#0","uv":[4,3,4.25,2.5]},"west":{"texture":"#0","uv":[4.25,2.5,4,3]}},"from":[-15.60796,-5.7393017,-9.028597],"rotation":{"angle":22.5,"axis":"x","origin":[-15.500246,-5.7028103,-11.086869],"rescale":false},"shade":false,"to":[-15.389368,-5.2831097,-8.810005]},{"faces":{"down":{"texture":"#0","uv":[4.25,3,4,2.5]},"east":{"texture":"#0","uv":[4.25,3,4,2.5]},"north":{"texture":"#0","uv":[4.25,3,4,2.5]},"south":{"texture":"#0","uv":[4.25,3,4,2.5]},"up":{"texture":"#0","uv":[4.25,3,4,2.5]},"west":{"texture":"#0","uv":[4.25,3,4,2.5]}},"from":[-15.60796,-5.894663,-8.99348],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.500246,-5.7028103,-10.991829],"rescale":false},"shade":false,"to":[-15.389368,-5.438471,-8.774888]},{"faces":{"down":{"texture":"#0","uv":[4,2.5,4.25,3]},"east":{"texture":"#0","uv":[4.25,3,4,2.5]},"north":{"texture":"#0","uv":[4.25,3,4,2.5]},"south":{"texture":"#0","uv":[4.25,3,4,2.5]},"up":{"texture":"#0","uv":[4,2.5,4.25,3]},"west":{"texture":"#0","uv":[4.25,3,4,2.5]}},"from":[-15.60796,-14.498738,-11.393844],"rotation":{"angle":-45,"axis":"x","origin":[-15.499852,-14.893235,-11.570832],"rescale":false},"shade":false,"to":[-15.389368,-14.280147,-10.937652]},{"faces":{"down":{"texture":"#0","uv":[4,2.5,4.25,3]},"east":{"texture":"#0","uv":[4.25,3,4,2.5]},"north":{"texture":"#0","uv":[4.25,3,4,2.5]},"south":{"texture":"#0","uv":[4.25,3,4,2.5]},"up":{"texture":"#0","uv":[4,2.5,4.25,3]},"west":{"texture":"#0","uv":[4.25,3,4,2.5]}},"from":[-15.60796,-13.754542,-11.566778],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.498664,-13.669182,-11.500597],"rescale":false},"shade":false,"to":[-15.389368,-13.535951,-11.110586]},{"faces":{"down":{"texture":"#0","uv":[3.25,2.75,3.5,2.25]},"east":{"texture":"#0","uv":[3.45,2.75,3,2.25]},"north":{"texture":"#0","uv":[3.45,2.25,3,2.75]},"south":{"texture":"#0","uv":[3.45,2.25,3,2.75]},"up":{"texture":"#0","uv":[3,2.75,3.25,2.25]},"west":{"texture":"#0","uv":[3,2.75,3.45,2.25]}},"from":[-15.60796,-4.801959,-12.019402],"shade":false,"to":[-15.389368,-4.3932877,-11.56321]},{"faces":{"down":{"texture":"#0","uv":[3.25,2.75,3,2.25]},"east":{"texture":"#0","uv":[3,2.75,3.45,2.25]},"north":{"texture":"#0","uv":[3.45,2.75,3,2.25]},"south":{"texture":"#0","uv":[3.45,2.75,3,2.25]},"up":{"texture":"#0","uv":[3.5,2.75,3.25,2.25]},"west":{"texture":"#0","uv":[3.45,2.75,3,2.25]}},"from":[-15.60796,-7.512638,-11.117334],"rotation":{"angle":-45,"axis":"x","origin":[-15.500246,-5.7028103,-10.991829],"rescale":false},"shade":false,"to":[-15.389368,-7.1039658,-10.661142]},{"faces":{"down":{"texture":"#0","uv":[3,2.75,3.45,2.25]},"east":{"texture":"#0","uv":[3,2.25,3.45,2.75]},"north":{"texture":"#0","uv":[3.5,2.25,3.25,2.75]},"south":{"texture":"#0","uv":[3.25,2.25,3,2.75]},"up":{"texture":"#0","uv":[3,2.75,3.45,2.25]},"west":{"texture":"#0","uv":[3.45,2.25,3,2.75]}},"from":[-15.60796,-5.9912615,-9.595055],"rotation":{"angle":-45,"axis":"x","origin":[-15.500246,-5.7028103,-10.991829],"rescale":false},"shade":false,"to":[-15.389368,-5.5350695,-9.186382]},{"faces":{"down":{"texture":"#0","uv":[3,2.75,3.45,2.25]},"east":{"texture":"#0","uv":[3.45,2.75,3,2.25]},"north":{"texture":"#0","uv":[3,2.75,3.25,2.25]},"south":{"texture":"#0","uv":[3.25,2.75,3.5,2.25]},"up":{"texture":"#0","uv":[3,2.75,3.45,2.25]},"west":{"texture":"#0","uv":[3,2.75,3.45,2.25]}},"from":[-15.60796,-15.267014,-11.725623],"rotation":{"angle":22.5,"axis":"x","origin":[-15.499852,-14.893235,-11.570832],"rescale":false},"shade":false,"to":[-15.389368,-14.810822,-11.316951]},{"faces":{"down":{"texture":"#0","uv":[2.4,0,2,0.375]},"east":{"texture":"#0","uv":[2.4,0,2,0.375]},"north":{"texture":"#0","uv":[2,0.375,2.4,0]},"south":{"texture":"#0","uv":[2,0.375,2.4,0]},"up":{"texture":"#0","uv":[2.4,0,2,0.375]},"west":{"texture":"#0","uv":[2.4,0,2,0.375]}},"from":[-15.605584,-7.797468,-15.602562],"shade":false,"to":[-15.391745,-7.4648285,-15.483762]},{"faces":{"down":{"texture":"#0","uv":[2.4,0,2,0.375]},"east":{"texture":"#0","uv":[2,0.375,2.4,0]},"north":{"texture":"#0","uv":[2,0.375,2.4,0]},"south":{"texture":"#0","uv":[2,0.375,2.4,0]},"up":{"texture":"#0","uv":[2.4,0,2,0.375]},"west":{"texture":"#0","uv":[2,0.375,2.4,0]}},"from":[-15.60796,-6.5450115,-16],"rotation":{"angle":-45,"axis":"x","origin":[-15.500147,-6.493676,-14.287199],"rescale":false},"shade":false,"to":[-15.389368,-6.37394,-15.710128]},{"faces":{"down":{"texture":"#0","uv":[3.75,1.875,3.95,1.5]},"east":{"texture":"#0","uv":[3.75,1.875,3.95,1.5]},"north":{"texture":"#0","uv":[3.95,1.5,3.75,1.875]},"south":{"texture":"#0","uv":[3.95,1.5,3.75,1.875]},"up":{"texture":"#0","uv":[3.75,1.875,3.95,1.5]},"west":{"texture":"#0","uv":[3.75,1.875,3.95,1.5]}},"from":[-15.605584,-7.063156,-11.484165],"shade":false,"to":[-15.391745,-6.8968363,-11.1515255]},{"faces":{"down":{"texture":"#0","uv":[3.75,1.875,3.95,1.5]},"east":{"texture":"#0","uv":[3.75,1.875,3.95,1.5]},"north":{"texture":"#0","uv":[3.95,1.5,3.75,1.875]},"south":{"texture":"#0","uv":[3.95,1.5,3.75,1.875]},"up":{"texture":"#0","uv":[3.75,1.875,3.95,1.5]},"west":{"texture":"#0","uv":[3.75,1.875,3.95,1.5]}},"from":[-15.605584,-7.794921,-10.564182],"rotation":{"angle":-45,"axis":"x","origin":[-15.500246,-5.7028103,-11.086869],"rescale":false},"shade":false,"to":[-15.391745,-7.628601,-10.231543]},{"faces":{"down":{"texture":"#0","uv":[3.75,1.5,3.95,1.875]},"east":{"texture":"#0","uv":[3.75,1.5,3.95,1.875]},"north":{"texture":"#0","uv":[3.75,1.5,3.95,1.875]},"south":{"texture":"#0","uv":[3.75,1.5,3.95,1.875]},"up":{"texture":"#0","uv":[3.75,1.5,3.95,1.875]},"west":{"texture":"#0","uv":[3.75,1.5,3.95,1.875]}},"from":[-15.605584,-6.3247004,-9.034209],"rotation":{"angle":-45,"axis":"x","origin":[-15.500246,-5.7028103,-10.991829],"rescale":false},"shade":false,"to":[-15.391745,-5.99206,-8.867889]},{"faces":{"down":{"texture":"#0","uv":[3.75,1.5,3.95,1.875]},"east":{"texture":"#0","uv":[3.95,1.875,3.75,1.5]},"north":{"texture":"#0","uv":[3.95,1.875,3.75,1.5]},"south":{"texture":"#0","uv":[3.95,1.875,3.75,1.5]},"up":{"texture":"#0","uv":[3.75,1.5,3.95,1.875]},"west":{"texture":"#0","uv":[3.95,1.875,3.75,1.5]}},"from":[-15.605584,-14.810019,-12.044117],"rotation":{"angle":22.5,"axis":"x","origin":[-15.499852,-14.893235,-11.570832],"rescale":false},"shade":false,"to":[-15.391745,-14.477379,-11.877797]},{"faces":{"down":{"texture":"#0","uv":[3.75,1.5,3.95,1.875]},"east":{"texture":"#0","uv":[3.95,1.875,3.75,1.5]},"north":{"texture":"#0","uv":[3.95,1.875,3.75,1.5]},"south":{"texture":"#0","uv":[3.95,1.875,3.75,1.5]},"up":{"texture":"#0","uv":[3.75,1.5,3.95,1.875]},"west":{"texture":"#0","uv":[3.95,1.875,3.75,1.5]}},"from":[-15.605584,-13.994252,-11.623608],"rotation":{"angle":45,"axis":"x","origin":[-15.498664,-13.669182,-11.500597],"rescale":false},"shade":false,"to":[-15.391745,-13.6616125,-11.457288]},{"faces":{"down":{"texture":"#0","uv":[3,2.375,3.25,2.25]},"east":{"texture":"#0","uv":[3,2.375,3.25,2.25]},"north":{"texture":"#0","uv":[3.25,2.25,3,2.375]},"south":{"texture":"#0","uv":[3.25,2.25,3,2.375]},"up":{"texture":"#0","uv":[3,2.375,3.25,2.25]},"west":{"texture":"#0","uv":[3,2.375,3.25,2.25]}},"from":[-15.605584,-4.457782,-11.778727],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.500246,-5.7028103,-10.991829],"rescale":false},"shade":false,"to":[-15.391745,-4.1013813,-11.446087]},{"faces":{"down":{"texture":"#0","uv":[3.25,2.375,3,2.25]},"east":{"texture":"#0","uv":[3.25,2.375,3,2.25]},"north":{"texture":"#0","uv":[3.25,2.375,3,2.25]},"south":{"texture":"#0","uv":[3.25,2.375,3,2.25]},"up":{"texture":"#0","uv":[3.25,2.375,3,2.25]},"west":{"texture":"#0","uv":[3.25,2.375,3,2.25]}},"from":[-15.605584,-7.4212523,-10.753868],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.500246,-5.7028103,-10.991829],"rescale":false},"shade":false,"to":[-15.391745,-7.0648518,-10.421228]},{"faces":{"down":{"texture":"#0","uv":[3,2.375,3.25,2.25]},"east":{"texture":"#0","uv":[3,2.375,3.25,2.25]},"north":{"texture":"#0","uv":[3.25,2.25,3,2.375]},"south":{"texture":"#0","uv":[3.25,2.25,3,2.375]},"up":{"texture":"#0","uv":[3,2.375,3.25,2.25]},"west":{"texture":"#0","uv":[3,2.375,3.25,2.25]}},"from":[-15.605584,-4.3286505,-10.794569],"rotation":{"angle":22.5,"axis":"x","origin":[-15.500246,-5.7028103,-10.991829],"rescale":false},"shade":false,"to":[-15.391745,-3.972251,-10.461929]},{"faces":{"down":{"texture":"#0","uv":[3,2.375,3.25,2.25]},"east":{"texture":"#0","uv":[3,2.375,3.25,2.25]},"north":{"texture":"#0","uv":[3,2.375,3.25,2.25]},"south":{"texture":"#0","uv":[3,2.375,3.25,2.25]},"up":{"texture":"#0","uv":[3,2.375,3.25,2.25]},"west":{"texture":"#0","uv":[3,2.375,3.25,2.25]}},"from":[-15.605584,-15.518004,-11.855229],"shade":false,"to":[-15.391745,-15.185365,-11.49883]},{"faces":{"down":{"texture":"#0","uv":[0.75,1.5,1.25,1]},"east":{"texture":"#0","uv":[0.75,1.5,1.25,1]},"north":{"texture":"#0","uv":[1.25,1,0.75,1.5]},"south":{"texture":"#0","uv":[1.25,1,0.75,1.5]},"up":{"texture":"#0","uv":[0.75,1.5,1.25,1]},"west":{"texture":"#0","uv":[0.75,1.5,1.25,1]}},"from":[-15.610336,-5.258936,-14.065337],"rotation":{"angle":22.5,"axis":"x","origin":[-15.500147,-6.493676,-14.287199],"rescale":false},"shade":false,"to":[-15.391745,-5.0878644,-13.799225]},{"faces":{"down":{"texture":"#0","uv":[4.7,0.25,4.5,0.55]},"east":{"texture":"#0","uv":[4.7,0.25,4.5,0.55]},"north":{"texture":"#0","uv":[4.5,0.55,4.7,0.25]},"south":{"texture":"#0","uv":[4.5,0.55,4.7,0.25]},"up":{"texture":"#0","uv":[4.7,0.25,4.5,0.55]},"west":{"texture":"#0","uv":[4.7,0.25,4.5,0.55]}},"from":[-15.603209,-5.55748,-12.733148],"rotation":{"angle":22.5,"axis":"x","origin":[-15.500246,-5.7028103,-10.991829],"rescale":false},"shade":false,"to":[-15.398872,-5.3056235,-12.576332]},{"faces":{"down":{"texture":"#0","uv":[4.5,0.25,4.7,0.55]},"east":{"texture":"#0","uv":[4.5,0.25,4.7,0.55]},"north":{"texture":"#0","uv":[4.5,0.25,4.7,0.55]},"south":{"texture":"#0","uv":[4.5,0.25,4.7,0.55]},"up":{"texture":"#0","uv":[4.5,0.25,4.7,0.55]},"west":{"texture":"#0","uv":[4.5,0.25,4.7,0.55]}},"from":[-15.603209,-6.802186,-10.039077],"rotation":{"angle":22.5,"axis":"x","origin":[-15.500246,-5.7028103,-10.991829],"rescale":false},"shade":false,"to":[-15.398872,-6.64537,-9.787221]},{"faces":{"down":{"texture":"#0","uv":[4.5,0.55,4.7,0.25]},"east":{"texture":"#0","uv":[4.7,0.25,4.5,0.55]},"north":{"texture":"#0","uv":[4.7,0.25,4.5,0.55]},"south":{"texture":"#0","uv":[4.7,0.25,4.5,0.55]},"up":{"texture":"#0","uv":[4.5,0.55,4.7,0.25]},"west":{"texture":"#0","uv":[4.7,0.25,4.5,0.55]}},"from":[-15.603209,-4.72291,-10.059292],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.500246,-5.7028103,-10.991829],"rescale":false},"shade":false,"to":[-15.398872,-4.566094,-9.807436]},{"faces":{"down":{"texture":"#0","uv":[4.5,0.55,4.7,0.25]},"east":{"texture":"#0","uv":[4.7,0.25,4.5,0.55]},"north":{"texture":"#0","uv":[4.5,0.55,4.7,0.25]},"south":{"texture":"#0","uv":[4.5,0.55,4.7,0.25]},"up":{"texture":"#0","uv":[4.5,0.55,4.7,0.25]},"west":{"texture":"#0","uv":[4.7,0.25,4.5,0.55]}},"from":[-15.603209,-15.564546,-12.26622],"rotation":{"angle":-45,"axis":"x","origin":[-15.499852,-14.893235,-11.570832],"rescale":false},"shade":false,"to":[-15.398872,-15.31269,-12.109405]},{"faces":{"down":{"texture":"#0","uv":[4.75,2,1.25,2.25]},"east":{"texture":"#0","uv":[4.5,2.25,1,3]},"north":{"texture":"#0","uv":[1.5,2.25,2.125,2]},"south":{"texture":"#0","uv":[1,2.75,4.5,2]},"up":{"texture":"#0","uv":[4.75,2.25,1.25,2.5]},"west":{"texture":"#0","uv":[1,2.25,4.5,3]}},"from":[-15.620316,-5.30857,-13.642857],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.500246,-5.7028103,-10.991829],"rescale":false},"shade":false,"to":[-15.381765,-4.7136197,-10.315506]},{"faces":{"down":{"texture":"#0","uv":[2.5,2,1.75,2.25]},"east":{"texture":"#0","uv":[1.75,3.25,2.5,2]},"north":{"texture":"#0","uv":[0.5,0,0,2.25]},"south":{"texture":"#0","uv":[0.5,0,0,2.25]},"up":{"texture":"#0","uv":[0,1.25,0.5,0]},"west":{"texture":"#0","uv":[1.75,2,2.5,3.25]}},"from":[-15.617464,-6.752228,-14.015127],"shade":false,"to":[-15.384616,-5.68778,-13.4258795]},{"faces":{"down":{"texture":"#0","uv":[2.5,1.75,2.75,1.25]},"east":{"texture":"#0","uv":[2.75,1.25,2.25,1.75]},"north":{"texture":"#0","uv":[2.75,1.25,2.25,1.75]},"south":{"texture":"#0","uv":[2.75,1.25,2.5,1.75]},"up":{"texture":"#0","uv":[2.25,1.75,2.75,1.25]},"west":{"texture":"#0","uv":[2.25,1.75,2.75,1.25]}},"from":[-15.617464,-6.9750156,-12.601811],"rotation":{"angle":22.5,"axis":"x","origin":[-15.500246,-5.7028103,-10.991829],"rescale":false},"shade":false,"to":[-15.384616,-6.504567,-12.131363]},{"faces":{"down":{"texture":"#0","uv":[4.55,2.875,4.25,2.25]},"east":{"texture":"#0","uv":[4.55,2.875,4.25,2.25]},"north":{"texture":"#0","uv":[4.25,2.25,4.55,2.875]},"south":{"texture":"#0","uv":[4.25,2.25,4.55,2.875]},"up":{"texture":"#0","uv":[4.55,2.875,4.25,2.25]},"west":{"texture":"#0","uv":[4.55,2.875,4.25,2.25]}},"from":[-15.617464,-6.8574085,-12.031073],"rotation":{"angle":22.5,"axis":"x","origin":[-15.500246,-5.7028103,-10.991829],"rescale":false},"shade":false,"to":[-15.384616,-6.26816,-11.560625]},{"faces":{"down":{"texture":"#0","uv":[4.55,2.875,4.25,2.25]},"east":{"texture":"#0","uv":[4.55,2.875,4.25,2.25]},"north":{"texture":"#0","uv":[4.25,2.25,4.55,2.875]},"south":{"texture":"#0","uv":[4.25,2.25,4.55,2.875]},"up":{"texture":"#0","uv":[4.55,2.875,4.25,2.25]},"west":{"texture":"#0","uv":[4.55,2.875,4.25,2.25]}},"from":[-15.664984,-6.762369,-11.936033],"rotation":{"angle":22.5,"axis":"x","origin":[-15.500246,-5.7028103,-10.991829],"rescale":false},"shade":false,"to":[-15.337095,-6.1731215,-11.655665]},{"faces":{"down":{"texture":"#0","uv":[2.55,2.25,2.25,2.6]},"east":{"texture":"#0","uv":[2.55,2.25,2.25,2.875]},"north":{"texture":"#0","uv":[2.25,2.6,2.875,2.25]},"south":{"texture":"#0","uv":[2.25,2.6,2.875,2.25]},"up":{"texture":"#0","uv":[2.55,2.25,2.25,2.6]},"west":{"texture":"#0","uv":[2.55,2.25,2.25,2.875]}},"from":[-15.664984,-6.8799763,-12.506771],"rotation":{"angle":22.5,"axis":"x","origin":[-15.500246,-5.7028103,-10.991829],"rescale":false},"shade":false,"to":[-15.337095,-6.2907286,-12.226403]},{"faces":{"down":{"texture":"#0","uv":[3.05,3.75,2.75,4.1]},"east":{"texture":"#0","uv":[3.05,3.75,2.75,4.5]},"north":{"texture":"#0","uv":[2.75,4.1,3.5,3.75]},"south":{"texture":"#0","uv":[2.75,4.1,3.5,3.75]},"up":{"texture":"#0","uv":[3.05,3.75,2.75,4.1]},"west":{"texture":"#0","uv":[3.05,3.75,2.75,4.5]}},"from":[-15.664984,-6.644762,-11.365298],"rotation":{"angle":22.5,"axis":"x","origin":[-15.500246,-5.7028103,-10.991829],"rescale":false},"shade":false,"to":[-15.337095,-5.9367137,-11.08493]},{"faces":{"down":{"texture":"#0","uv":[4.5,3.5,4.25,4.5]},"east":{"texture":"#0","uv":[4.5,3.5,4.25,4.5]},"north":{"texture":"#0","uv":[4.25,4.5,4.5,3.5]},"south":{"texture":"#0","uv":[4.25,4.5,4.5,3.5]},"up":{"texture":"#0","uv":[4.5,3.5,4.25,4.5]},"west":{"texture":"#0","uv":[4.5,3.5,4.25,4.5]}},"from":[-15.664984,-6.621396,-10.9956875],"shade":false,"to":[-15.337095,-5.794548,-10.71532]},{"faces":{"down":{"texture":"#0","uv":[3.25,3.75,2.75,4]},"east":{"texture":"#0","uv":[3.25,3.75,2.75,4.5]},"north":{"texture":"#0","uv":[2.75,4,3.5,3.75]},"south":{"texture":"#0","uv":[2.75,4,3.5,3.75]},"up":{"texture":"#0","uv":[3.25,3.75,2.75,4]},"west":{"texture":"#0","uv":[3.25,3.75,2.75,4.5]}},"from":[-15.617464,-6.7398014,-11.460339],"rotation":{"angle":22.5,"axis":"x","origin":[-15.500246,-5.7028103,-10.991829],"rescale":false},"shade":false,"to":[-15.384616,-6.031754,-10.989891]},{"faces":{"down":{"texture":"#0","uv":[4.5,3.5,4.25,4.5]},"east":{"texture":"#0","uv":[4.5,3.5,4.25,4.5]},"north":{"texture":"#0","uv":[4.25,4.5,4.5,3.5]},"south":{"texture":"#0","uv":[4.25,4.5,4.5,3.5]},"up":{"texture":"#0","uv":[4.5,3.5,4.25,4.5]},"west":{"texture":"#0","uv":[4.5,3.5,4.25,4.5]}},"from":[-15.617464,-6.7164364,-11.090728],"shade":false,"to":[-15.384616,-5.889588,-10.620279]},{"faces":{"down":{"texture":"#0","uv":[0.75,4.5,1.05,4]},"east":{"texture":"#0","uv":[0.75,4.5,2.55,4]},"north":{"texture":"#0","uv":[2.55,4,0.75,4.5]},"south":{"texture":"#0","uv":[0.75,4.3,2.55,4]},"up":{"texture":"#0","uv":[0.75,4.5,1.05,4]},"west":{"texture":"#0","uv":[0.75,4.5,2.55,4]}},"from":[-15.6436,-6.631175,-10.598582],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.500246,-5.7028103,-10.991829],"rescale":false},"shade":false,"to":[-15.35848,-4.920455,-10.123383]},{"faces":{"down":{"texture":"#0","uv":[0.75,4.5,2.55,4]},"east":{"texture":"#0","uv":[2.5,4,0.75,4.5]},"north":{"texture":"#0","uv":[1.05,4,0.75,4.5]},"south":{"texture":"#0","uv":[1.05,4,0.75,4.5]},"up":{"texture":"#0","uv":[2.55,4,0.75,4.3]},"west":{"texture":"#0","uv":[2.5,4,0.75,4.5]}},"from":[-15.638848,-5.1003475,-10.890545],"rotation":{"angle":22.5,"axis":"x","origin":[-15.500246,-5.7028103,-10.991829],"rescale":false},"shade":false,"to":[-15.363233,-4.6346517,-8.951729]},{"faces":{"down":{"texture":"#0","uv":[2.55,4.3,0.75,4]},"east":{"texture":"#0","uv":[2.5,4.5,0.75,4]},"north":{"texture":"#0","uv":[1.05,4.5,0.75,4]},"south":{"texture":"#0","uv":[1.05,4.5,0.75,4]},"up":{"texture":"#0","uv":[2.55,4.5,0.75,4]},"west":{"texture":"#0","uv":[2.5,4.5,0.75,4]}},"from":[-15.638848,-6.7293797,-10.87332],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.500246,-5.7028103,-10.991829],"rescale":false},"shade":false,"to":[-15.363233,-6.263684,-8.934504]},{"faces":{"down":{"texture":"#0","uv":[2,5.45,2.25,0.5]},"east":{"texture":"#0","uv":[1.5,0.5,2,5.45]},"north":{"texture":"#0","uv":[2.25,0,1.75,4.95]},"south":{"texture":"#0","uv":[2.25,0,1.75,4.95]},"up":{"texture":"#0","uv":[1.75,4.95,2.25,0]},"west":{"texture":"#0","uv":[1.5,5.45,2,0.5]}},"from":[-15.610336,-6.8841915,-15.155911],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.500147,-6.493676,-14.287199],"rescale":false},"shade":false,"to":[-15.391745,-6.4279995,-10.47044]},{"faces":{"down":{"texture":"#0","uv":[2,4.25,2.5,2.25]},"east":{"texture":"#0","uv":[2,4.25,2.5,2.25]},"north":{"texture":"#0","uv":[2.5,2.25,2,4.25]},"south":{"texture":"#0","uv":[2.5,2.25,2,4.25]},"up":{"texture":"#0","uv":[2,4.25,2.5,2.25]},"west":{"texture":"#0","uv":[0,4.5,0.5,2.5]}},"from":[-15.733888,-6.0335827,-12.261944],"shade":false,"to":[-15.268191,-5.4253263,-9.515287]},{"faces":{"down":{"texture":"#0","uv":[2,4.25,2.5,2.25]},"east":{"texture":"#0","uv":[2,4.25,2.5,2.25]},"north":{"texture":"#0","uv":[2.5,2.25,2,2.75]},"south":{"texture":"#0","uv":[2.75,2.25,2.25,4.25]},"up":{"texture":"#0","uv":[2.25,4.25,2.75,2.25]},"west":{"texture":"#0","uv":[2.25,4.5,1.75,2.5]}},"from":[-15.738165,-5.4257927,-12.317053],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.500246,-5.7028103,-10.991829],"rescale":false},"shade":false,"to":[-15.263915,-4.951543,-10.417203]},{"faces":{"down":{"texture":"#0","uv":[2,11,3,11.5]},"east":{"texture":"#0","uv":[2,11,3,11.5]},"north":{"texture":"#0","uv":[2,11,2.75,12]},"south":{"texture":"#0","uv":[2,11,2.75,12]},"up":{"texture":"#0","uv":[2,11,3,11.5]},"west":{"texture":"#0","uv":[2,11,3,11.5]}},"from":[-15.863665,-6.3306017,-10.796489],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.506747,-5.5508556,-11.332795],"rescale":false},"shade":false,"to":[-15.150865,-5.380202,-10.321289]},{"faces":{"down":{"texture":"#0","uv":[2.5,11.75,2.95,12.2]},"east":{"texture":"#0","uv":[2.5,11.75,2.95,12.2]},"north":{"texture":"#0","uv":[2.5,11.75,2.95,12.2]},"south":{"texture":"#0","uv":[2.5,11.75,2.95,12.2]},"up":{"texture":"#0","uv":[2.5,11.75,2.95,12.2]},"west":{"texture":"#0","uv":[2.5,11.75,2.95,12.2]}},"from":[-15.863665,-7.2043,-10.026883],"shade":false,"to":[-15.150865,-6.63406,-9.551683]},{"faces":{"down":{"texture":"#0","uv":[2.5,10.75,3.1,11.25]},"east":{"texture":"#0","uv":[2.5,10.75,3.1,11.25]},"north":{"texture":"#0","uv":[2.5,10.75,3.1,11.25]},"south":{"texture":"#0","uv":[2.5,10.75,3.1,11.25]},"up":{"texture":"#0","uv":[2.5,10.75,3.1,11.25]},"west":{"texture":"#0","uv":[2.5,10.75,3.1,11.25]}},"from":[-15.863665,-6.6160975,-11.620928],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.506747,-5.5508556,-11.332795],"rescale":false},"shade":false,"to":[-15.150865,-6.1408978,-11.050688]},{"faces":{"down":{"texture":"#0","uv":[2.5,11.25,3.35,12.225]},"east":{"texture":"#0","uv":[2.5,11.5,3.475,12.15]},"north":{"texture":"#0","uv":[2.5,11.5,3.475,12.15]},"south":{"texture":"#0","uv":[2.5,11.5,3.475,12.15]},"up":{"texture":"#0","uv":[1.75,11.75,2.725,12.4]},"west":{"texture":"#0","uv":[2.5,11.5,3.475,12.15]}},"from":[-15.911185,-6.687377,-11.169488],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.506747,-5.5508556,-11.332795],"rescale":false},"shade":false,"to":[-15.103345,-6.0696173,-10.242847]},{"faces":{"down":{"texture":"#0","uv":[0.75,11.5,2,12.5]},"east":{"texture":"#0","uv":[2.25,11,3.25,12.25]},"north":{"texture":"#0","uv":[2,10.25,3.25,11.25]},"south":{"texture":"#0","uv":[2.25,11,3.5,12]},"up":{"texture":"#0","uv":[2,10,3.25,11]},"west":{"texture":"#0","uv":[2.25,11,3.5,12]}},"from":[-15.982465,-7.4205446,-9.761541],"rotation":{"angle":-45,"axis":"x","origin":[-15.503117,-7.9074345,-10.214535],"rescale":false},"shade":false,"to":[-15.032064,-6.4701447,-8.573542]},{"faces":{"down":{"texture":"#0","uv":[2.25,10.25,2.7,10.7]},"east":{"texture":"#0","uv":[2.25,10.25,2.7,10.7]},"north":{"texture":"#0","uv":[2.25,10.25,2.7,10.7]},"south":{"texture":"#0","uv":[2.25,10.25,2.7,10.7]},"up":{"texture":"#0","uv":[2.25,10.25,2.7,10.7]},"west":{"texture":"#0","uv":[2.25,10.25,2.7,10.7]}},"from":[-15.839905,-5.8040333,-10.784424],"rotation":{"angle":-45,"axis":"x","origin":[-15.506747,-5.5508556,-11.332795],"rescale":false},"shade":false,"to":[-15.174624,-5.3763533,-10.356744]},{"faces":{"down":{"texture":"#0","uv":[2,10.5,2.6,10.95]},"east":{"texture":"#0","uv":[2,10.5,2.6,10.95]},"north":{"texture":"#0","uv":[2,10.5,2.6,10.95]},"south":{"texture":"#0","uv":[2,10.5,2.6,10.95]},"up":{"texture":"#0","uv":[2,10.5,2.6,10.95]},"west":{"texture":"#0","uv":[2,10.5,2.6,10.95]}},"from":[-15.721106,-8.789591,-10.324135],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.507265,-8.822199,-9.649009],"rescale":false},"shade":false,"to":[-15.293426,-8.219351,-9.896455]},{"faces":{"down":{"texture":"#0","uv":[2.25,11.25,2.7,11.7]},"east":{"texture":"#0","uv":[2.25,11.25,2.7,11.7]},"north":{"texture":"#0","uv":[2.25,11.25,2.7,11.7]},"south":{"texture":"#0","uv":[2.25,11.25,2.7,11.7]},"up":{"texture":"#0","uv":[2.25,11.25,2.7,11.7]},"west":{"texture":"#0","uv":[2.25,11.25,2.7,11.7]}},"from":[-15.839905,-7.173089,-9.9970455],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.507265,-7.0000544,-8.881899],"rescale":false},"shade":false,"to":[-15.174624,-6.745409,-9.5693655]},{"faces":{"down":{"texture":"#0","uv":[2,10,2.45,10.45]},"east":{"texture":"#0","uv":[2,10,2.45,10.45]},"north":{"texture":"#0","uv":[2,10,2.45,10.45]},"south":{"texture":"#0","uv":[2,10,2.45,10.45]},"up":{"texture":"#0","uv":[2,10,2.45,10.45]},"west":{"texture":"#0","uv":[2,10,2.45,10.45]}},"from":[-15.839905,-6.6244326,-11.613852],"shade":false,"to":[-15.174624,-6.1967525,-11.186172]},{"faces":{"down":{"texture":"#0","uv":[2,10.95,2.45,10.5]},"east":{"texture":"#0","uv":[2,10.95,2.45,10.5]},"north":{"texture":"#0","uv":[2,10.95,2.45,10.5]},"south":{"texture":"#0","uv":[2,10.95,2.45,10.5]},"up":{"texture":"#0","uv":[2,10.95,2.45,10.5]},"west":{"texture":"#0","uv":[2,10.95,2.45,10.5]}},"from":[-15.697345,-9.927809,-12.218121],"rotation":{"angle":45,"axis":"x","origin":[-15.483505,-10.623373,-12.177805],"rescale":false},"shade":false,"to":[-15.269665,-9.500129,-11.790441]},{"faces":{"down":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"east":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"north":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"south":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"up":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"west":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]}},"from":[-15.816145,-4.9862375,-11.47689],"rotation":{"angle":22.5,"axis":"x","origin":[-15.506747,-5.5508556,-11.332795],"rescale":false},"shade":false,"to":[-15.198385,-4.6060777,-11.096729]},{"faces":{"down":{"texture":"#0","uv":[2,10,2.4,10.4]},"east":{"texture":"#0","uv":[2,10,2.4,10.4]},"north":{"texture":"#0","uv":[2,10,2.4,10.4]},"south":{"texture":"#0","uv":[2,10,2.4,10.4]},"up":{"texture":"#0","uv":[2,10,2.4,10.4]},"west":{"texture":"#0","uv":[2,10,2.4,10.4]}},"from":[-15.697345,-8.89011,-10.236508],"rotation":{"angle":-45,"axis":"x","origin":[-15.507265,-8.822199,-9.649009],"rescale":false},"shade":false,"to":[-15.317184,-8.50995,-9.856349]},{"faces":{"down":{"texture":"#0","uv":[2.4,10,2,10.4]},"east":{"texture":"#0","uv":[2,10.4,2.4,10]},"north":{"texture":"#0","uv":[2.4,10,2,10.4]},"south":{"texture":"#0","uv":[2.4,10,2,10.4]},"up":{"texture":"#0","uv":[2.4,10,2,10.4]},"west":{"texture":"#0","uv":[2,10.4,2.4,10]}},"from":[-15.697345,-12.909579,-10.282798],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.507265,-13.160433,-9.903393],"rescale":false},"shade":false,"to":[-15.317184,-12.529419,-9.9026375]},{"faces":{"down":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"east":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"north":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"south":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"up":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"west":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]}},"from":[-15.816145,-8.072771,-9.1725445],"rotation":{"angle":45,"axis":"x","origin":[-15.507265,-7.0000544,-8.881899],"rescale":false},"shade":false,"to":[-15.198385,-7.692611,-8.792385]},{"faces":{"down":{"texture":"#0","uv":[2.25,10,2.65,10.4]},"east":{"texture":"#0","uv":[2.25,10,2.65,10.4]},"north":{"texture":"#0","uv":[2.25,10,2.65,10.4]},"south":{"texture":"#0","uv":[2.25,10,2.65,10.4]},"up":{"texture":"#0","uv":[2.25,10,2.65,10.4]},"west":{"texture":"#0","uv":[2.25,10,2.65,10.4]}},"from":[-15.816145,-6.626505,-11.538014],"rotation":{"angle":22.5,"axis":"x","origin":[-15.506747,-5.5508556,-11.332795],"rescale":false},"shade":false,"to":[-15.198385,-6.2463446,-11.157854]},{"faces":{"down":{"texture":"#0","uv":[2.25,10,2.65,10.4]},"east":{"texture":"#0","uv":[2.25,10,2.65,10.4]},"north":{"texture":"#0","uv":[2.25,10,2.65,10.4]},"south":{"texture":"#0","uv":[2.25,10,2.65,10.4]},"up":{"texture":"#0","uv":[2.25,10,2.65,10.4]},"west":{"texture":"#0","uv":[2.25,10,2.65,10.4]}},"from":[-15.816145,-5.5409193,-10.092537],"rotation":{"angle":-45,"axis":"x","origin":[-15.507265,-5.461096,-9.177206],"rescale":false},"shade":false,"to":[-15.198385,-5.160759,-9.712377]},{"faces":{"down":{"texture":"#0","uv":[2.65,11,2.5,11.15]},"east":{"texture":"#0","uv":[2.65,11,2.5,11.15]},"north":{"texture":"#0","uv":[2.5,11.15,2.65,11]},"south":{"texture":"#0","uv":[2.5,11.15,2.65,11]},"up":{"texture":"#0","uv":[2.65,11,2.5,11.15]},"west":{"texture":"#0","uv":[2.65,11,2.5,11.15]}},"from":[-15.673585,-10.691313,-11.743349],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.483505,-10.623373,-12.177805],"rescale":false},"shade":false,"to":[-15.293425,-10.311152,-11.363189]},{"faces":{"down":{"texture":"#0","uv":[2.25,10,2.35,10.1]},"east":{"texture":"#0","uv":[2.25,10,2.35,10.1]},"north":{"texture":"#0","uv":[2.25,10,2.35,10.1]},"south":{"texture":"#0","uv":[2.25,10,2.35,10.1]},"up":{"texture":"#0","uv":[2.25,10,2.35,10.1]},"west":{"texture":"#0","uv":[2.25,10,2.35,10.1]}},"from":[-15.792385,-5.137308,-11.123027],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.506747,-5.5508556,-11.332795],"rescale":false},"shade":false,"to":[-15.222145,-4.804668,-10.790387]},{"faces":{"down":{"texture":"#0","uv":[2.25,9.75,2.6,10.1]},"east":{"texture":"#0","uv":[2.25,9.75,2.6,10.1]},"north":{"texture":"#0","uv":[2.25,9.75,2.6,10.1]},"south":{"texture":"#0","uv":[2.25,9.75,2.6,10.1]},"up":{"texture":"#0","uv":[2.25,9.75,2.6,10.1]},"west":{"texture":"#0","uv":[2.25,9.75,2.6,10.1]}},"from":[-15.673585,-9.261888,-9.992655],"shade":false,"to":[-15.340945,-8.929248,-9.660015]},{"faces":{"down":{"texture":"#0","uv":[2.25,10.1,2.6,9.75]},"east":{"texture":"#0","uv":[2.25,10.1,2.6,9.75]},"north":{"texture":"#0","uv":[2.25,10.1,2.6,9.75]},"south":{"texture":"#0","uv":[2.25,10.1,2.6,9.75]},"up":{"texture":"#0","uv":[2.25,10.1,2.6,9.75]},"west":{"texture":"#0","uv":[2.25,10.1,2.6,9.75]}},"from":[-15.673585,-13.070103,-10.3252945],"rotation":{"angle":22.5,"axis":"x","origin":[-15.507265,-13.160433,-9.903393],"rescale":false},"shade":false,"to":[-15.340945,-12.737463,-9.992655]},{"faces":{"down":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"east":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"north":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"south":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"up":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]},"west":{"texture":"#0","uv":[2.25,10.5,2.65,10.9]}},"from":[-15.792385,-7.7981195,-9.55337],"shade":false,"to":[-15.222145,-7.4654794,-9.17321]},{"faces":{"down":{"texture":"#0","uv":[2.25,9.75,2.65,10.1]},"east":{"texture":"#0","uv":[2.25,9.75,2.65,10.1]},"north":{"texture":"#0","uv":[2.25,9.75,2.65,10.1]},"south":{"texture":"#0","uv":[2.25,9.75,2.65,10.1]},"up":{"texture":"#0","uv":[2.25,9.75,2.65,10.1]},"west":{"texture":"#0","uv":[2.25,9.75,2.65,10.1]}},"from":[-15.792385,-6.142584,-12.214746],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.506747,-5.5508556,-11.332795],"rescale":false},"shade":false,"to":[-15.222145,-5.762424,-11.882107]},{"faces":{"down":{"texture":"#0","uv":[2.25,9.75,2.65,10.1]},"east":{"texture":"#0","uv":[2.25,9.75,2.65,10.1]},"north":{"texture":"#0","uv":[2.25,9.75,2.65,10.1]},"south":{"texture":"#0","uv":[2.25,9.75,2.65,10.1]},"up":{"texture":"#0","uv":[2.25,9.75,2.65,10.1]},"west":{"texture":"#0","uv":[2.25,9.75,2.65,10.1]}},"from":[-15.792385,-5.9835443,-9.744244],"shade":false,"to":[-15.222145,-5.650904,-9.364083]},{"faces":{"down":{"texture":"#0","uv":[2.4,10.75,2.25,10.85]},"east":{"texture":"#0","uv":[2.25,10.85,2.4,10.75]},"north":{"texture":"#0","uv":[2.25,10.85,2.4,10.75]},"south":{"texture":"#0","uv":[2.25,10.85,2.4,10.75]},"up":{"texture":"#0","uv":[2.4,10.75,2.25,10.85]},"west":{"texture":"#0","uv":[2.25,10.85,2.4,10.75]}},"from":[-15.649825,-10.506451,-12.108469],"shade":false,"to":[-15.317185,-10.173811,-11.728309]},{"faces":{"down":{"texture":"#0","uv":[3.25,10,3.3,10.3]},"east":{"texture":"#0","uv":[3.25,10,3.3,10.3]},"north":{"texture":"#0","uv":[3.25,10,3.3,10.3]},"south":{"texture":"#0","uv":[3.25,10,3.3,10.3]},"up":{"texture":"#0","uv":[3.25,10,3.3,10.3]},"west":{"texture":"#0","uv":[3.25,10,3.3,10.3]}},"from":[-15.768625,-5.2540836,-11.119834],"rotation":{"angle":-45,"axis":"x","origin":[-15.506747,-5.5508556,-11.332795],"rescale":false},"shade":false,"to":[-15.245905,-4.968963,-10.834714]},{"faces":{"down":{"texture":"#0","uv":[1,9.25,1.3,9.55]},"east":{"texture":"#0","uv":[1,9.25,1.3,9.55]},"north":{"texture":"#0","uv":[1,9.25,1.3,9.55]},"south":{"texture":"#0","uv":[1,9.25,1.3,9.55]},"up":{"texture":"#0","uv":[1,9.25,1.3,9.55]},"west":{"texture":"#0","uv":[1,9.25,1.3,9.55]}},"from":[-15.649825,-9.19698,-9.846165],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.507265,-8.822199,-9.649009],"rescale":false},"shade":false,"to":[-15.364705,-8.91186,-9.561045]},{"faces":{"down":{"texture":"#0","uv":[1.3,9.25,1,9.55]},"east":{"texture":"#0","uv":[1,9.55,1.3,9.25]},"north":{"texture":"#0","uv":[1.3,9.25,1,9.55]},"south":{"texture":"#0","uv":[1.3,9.25,1,9.55]},"up":{"texture":"#0","uv":[1.3,9.25,1,9.55]},"west":{"texture":"#0","uv":[1,9.55,1.3,9.25]}},"from":[-15.649825,-13.116163,-10.166454],"rotation":{"angle":45,"axis":"x","origin":[-15.507265,-13.160433,-9.903393],"rescale":false},"shade":false,"to":[-15.364705,-12.831043,-9.881334]},{"faces":{"down":{"texture":"#0","uv":[2.25,10.5,2.55,10.8]},"east":{"texture":"#0","uv":[2.25,10.5,2.55,10.8]},"north":{"texture":"#0","uv":[2.25,10.5,2.55,10.8]},"south":{"texture":"#0","uv":[2.25,10.5,2.55,10.8]},"up":{"texture":"#0","uv":[2.25,10.5,2.55,10.8]},"west":{"texture":"#0","uv":[2.25,10.5,2.55,10.8]}},"from":[-15.768625,-7.8442707,-8.998294],"rotation":{"angle":22.5,"axis":"x","origin":[-15.507265,-7.0000544,-8.881899],"rescale":false},"shade":false,"to":[-15.245905,-7.5591507,-8.713174]},{"faces":{"down":{"texture":"#0","uv":[0.25,10.25,0.3,10.3]},"east":{"texture":"#0","uv":[0.25,10.25,0.3,10.3]},"north":{"texture":"#0","uv":[0.25,10.25,0.3,10.3]},"south":{"texture":"#0","uv":[0.25,10.25,0.3,10.3]},"up":{"texture":"#0","uv":[0.25,10.25,0.3,10.3]},"west":{"texture":"#0","uv":[0.25,10.25,0.3,10.3]}},"from":[-15.768625,-5.5614758,-12.223999],"rotation":{"angle":-45,"axis":"x","origin":[-15.506747,-5.5508556,-11.332795],"rescale":false},"shade":false,"to":[-15.245905,-5.276356,-11.938879]},{"faces":{"down":{"texture":"#0","uv":[0.25,10.25,0.3,10.3]},"east":{"texture":"#0","uv":[0.25,10.25,0.3,10.3]},"north":{"texture":"#0","uv":[0.25,10.25,0.3,10.3]},"south":{"texture":"#0","uv":[0.25,10.25,0.3,10.3]},"up":{"texture":"#0","uv":[0.25,10.25,0.3,10.3]},"west":{"texture":"#0","uv":[0.25,10.25,0.3,10.3]}},"from":[-15.768625,-5.854642,-9.575163],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.507265,-5.461096,-9.177206],"rescale":false},"shade":false,"to":[-15.245905,-5.5695214,-9.290043]},{"faces":{"down":{"texture":"#0","uv":[1.5,10.05,1.55,10]},"east":{"texture":"#0","uv":[1.5,10.05,1.55,10]},"north":{"texture":"#0","uv":[1.55,10,1.5,10.05]},"south":{"texture":"#0","uv":[1.55,10,1.5,10.05]},"up":{"texture":"#0","uv":[1.5,10.05,1.55,10]},"west":{"texture":"#0","uv":[1.5,10.05,1.55,10]}},"from":[-15.626065,-10.53731,-12.201456],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.483505,-10.623373,-12.177805],"rescale":false},"shade":false,"to":[-15.340945,-10.25219,-11.916336]},{"faces":{"down":{"texture":"#0","uv":[3.25,10,3.2895,10.2895]},"east":{"texture":"#0","uv":[3.25,10,3.2895,10.2895]},"north":{"texture":"#0","uv":[3.25,10,3.2895,10.2895]},"south":{"texture":"#0","uv":[3.25,10,3.2895,10.2895]},"up":{"texture":"#0","uv":[3.25,10,3.2895,10.2895]},"west":{"texture":"#0","uv":[3.25,10,3.2895,10.2895]}},"from":[-15.763873,-5.411788,-11.784135],"rotation":{"angle":22.5,"axis":"x","origin":[-15.506747,-5.5508556,-11.332795],"rescale":false},"shade":false,"to":[-15.250657,-5.1361723,-11.508519]},{"faces":{"down":{"texture":"#0","uv":[1,9.25,1.2895,9.5395]},"east":{"texture":"#0","uv":[1,9.25,1.2895,9.5395]},"north":{"texture":"#0","uv":[1,9.25,1.2895,9.5395]},"south":{"texture":"#0","uv":[1,9.25,1.2895,9.5395]},"up":{"texture":"#0","uv":[1,9.25,1.2895,9.5395]},"west":{"texture":"#0","uv":[1,9.25,1.2895,9.5395]}},"from":[-15.645073,-9.197355,-9.706413],"rotation":{"angle":-45,"axis":"x","origin":[-15.507265,-8.822199,-9.649009],"rescale":false},"shade":false,"to":[-15.369457,-8.92174,-9.430798]},{"faces":{"down":{"texture":"#0","uv":[1.2895,9.25,1,9.5395]},"east":{"texture":"#0","uv":[1,9.5395,1.2895,9.25]},"north":{"texture":"#0","uv":[1.2895,9.25,1,9.5395]},"south":{"texture":"#0","uv":[1.2895,9.25,1,9.5395]},"up":{"texture":"#0","uv":[1.2895,9.25,1,9.5395]},"west":{"texture":"#0","uv":[1,9.5395,1.2895,9.25]}},"from":[-15.645073,-13.335131,-9.871008],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.507265,-13.160433,-9.903393],"rescale":false},"shade":false,"to":[-15.369457,-13.059515,-9.595392]},{"faces":{"down":{"texture":"#0","uv":[2.75,11.75,3.189,12.039]},"east":{"texture":"#0","uv":[2.75,11.75,3.189,12.039]},"north":{"texture":"#0","uv":[2.75,11.75,3.189,12.039]},"south":{"texture":"#0","uv":[2.75,11.75,3.189,12.039]},"up":{"texture":"#0","uv":[2.75,11.75,3.189,12.039]},"west":{"texture":"#0","uv":[2.75,11.75,3.189,12.039]}},"from":[-15.763873,-7.732394,-8.507307],"rotation":{"angle":45,"axis":"x","origin":[-15.507265,-7.0000544,-8.881899],"rescale":false},"shade":false,"to":[-15.250657,-7.4567785,-8.089131]},{"faces":{"down":{"texture":"#0","uv":[0.5,9.5,0.9395,10.0395]},"east":{"texture":"#0","uv":[0.5,9.5,0.9395,10.0395]},"north":{"texture":"#0","uv":[0.5,9.5,0.9395,10.0395]},"south":{"texture":"#0","uv":[0.5,9.5,0.9395,10.0395]},"up":{"texture":"#0","uv":[0.5,9.5,0.9395,10.0395]},"west":{"texture":"#0","uv":[0.5,9.5,0.9395,10.0395]}},"from":[-15.763873,-6.286128,-12.241268],"rotation":{"angle":22.5,"axis":"x","origin":[-15.506747,-5.5508556,-11.332795],"rescale":false},"shade":false,"to":[-15.250657,-6.0105114,-11.823092]},{"faces":{"down":{"texture":"#0","uv":[0.5,9.5,0.9395,10.0395]},"east":{"texture":"#0","uv":[0.5,9.5,0.9395,10.0395]},"north":{"texture":"#0","uv":[0.5,9.5,0.9395,10.0395]},"south":{"texture":"#0","uv":[0.5,9.5,0.9395,10.0395]},"up":{"texture":"#0","uv":[0.5,9.5,0.9395,10.0395]},"west":{"texture":"#0","uv":[0.5,9.5,0.9395,10.0395]}},"from":[-15.763873,-5.7767515,-9.4272995],"rotation":{"angle":-45,"axis":"x","origin":[-15.507265,-5.461096,-9.177206],"rescale":false},"shade":false,"to":[-15.250657,-5.501135,-9.009123]},{"faces":{"down":{"texture":"#0","uv":[1.6895,10,1.5,10.0395]},"east":{"texture":"#0","uv":[1.5,10.0395,1.6895,10]},"north":{"texture":"#0","uv":[1.5,10.0395,1.6895,10]},"south":{"texture":"#0","uv":[1.5,10.0395,1.6895,10]},"up":{"texture":"#0","uv":[1.6895,10,1.5,10.0395]},"west":{"texture":"#0","uv":[1.5,10.0395,1.6895,10]}},"from":[-15.621313,-10.926105,-12.525034],"rotation":{"angle":45,"axis":"x","origin":[-15.483505,-10.623373,-12.177805],"rescale":false},"shade":false,"to":[-15.345697,-10.507928,-12.249418]},{"faces":{"down":{"texture":"#0","uv":[3.5,9,3.539,9.289]},"east":{"texture":"#0","uv":[3.5,9,3.539,9.289]},"north":{"texture":"#0","uv":[3.5,9,3.539,9.289]},"south":{"texture":"#0","uv":[3.5,9,3.539,9.289]},"up":{"texture":"#0","uv":[3.5,9,3.539,9.289]},"west":{"texture":"#0","uv":[3.5,9,3.539,9.289]}},"from":[-15.759121,-5.520524,-11.691818],"shade":false,"to":[-15.255409,-5.2544117,-11.425706]},{"faces":{"down":{"texture":"#0","uv":[2.75,8.5,3.03,8.78]},"east":{"texture":"#0","uv":[2.75,8.5,3.03,8.78]},"north":{"texture":"#0","uv":[2.75,8.5,3.03,8.78]},"south":{"texture":"#0","uv":[2.75,8.5,3.03,8.78]},"up":{"texture":"#0","uv":[2.75,8.5,3.03,8.78]},"west":{"texture":"#0","uv":[2.75,8.5,3.03,8.78]}},"from":[-15.640321,-8.759416,-9.489764],"rotation":{"angle":22.5,"axis":"x","origin":[-15.507265,-8.822199,-9.649009],"rescale":false},"shade":false,"to":[-15.374208,-8.493304,-9.223652]},{"faces":{"down":{"texture":"#0","uv":[3.03,8.5,2.75,8.78]},"east":{"texture":"#0","uv":[3.03,8.5,2.75,8.78]},"north":{"texture":"#0","uv":[3.03,8.5,2.75,8.78]},"south":{"texture":"#0","uv":[3.03,8.5,2.75,8.78]},"up":{"texture":"#0","uv":[3.03,8.5,2.75,8.78]},"west":{"texture":"#0","uv":[3.03,8.5,2.75,8.78]}},"from":[-15.640321,-13.47483,-9.822846],"shade":false,"to":[-15.374208,-13.208717,-9.556735]},{"faces":{"down":{"texture":"#0","uv":[2.5,11.75,3.03,12.03]},"east":{"texture":"#0","uv":[2.5,11.75,3.03,12.03]},"north":{"texture":"#0","uv":[2.5,11.75,3.03,12.03]},"south":{"texture":"#0","uv":[2.5,11.75,3.03,12.03]},"up":{"texture":"#0","uv":[2.5,11.75,3.03,12.03]},"west":{"texture":"#0","uv":[2.5,11.75,3.03,12.03]}},"from":[-15.759121,-8.379051,-9.278377],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.507265,-7.0000544,-8.881899],"rescale":false},"shade":false,"to":[-15.255409,-7.875339,-9.012264]},{"faces":{"down":{"texture":"#0","uv":[1.75,8.25,1.7795,8.75]},"east":{"texture":"#0","uv":[1.75,8.25,1.7795,8.75]},"north":{"texture":"#0","uv":[1.75,8.25,1.7795,8.75]},"south":{"texture":"#0","uv":[1.75,8.25,1.7795,8.75]},"up":{"texture":"#0","uv":[1.75,8.25,1.7795,8.75]},"west":{"texture":"#0","uv":[1.75,8.25,1.7795,8.75]}},"from":[-15.759121,-5.9057636,-12.819815],"shade":false,"to":[-15.255409,-5.639652,-12.316103]},{"faces":{"down":{"texture":"#0","uv":[1.75,8.25,1.7795,8.75]},"east":{"texture":"#0","uv":[1.75,8.25,1.7795,8.75]},"north":{"texture":"#0","uv":[1.75,8.25,1.7795,8.75]},"south":{"texture":"#0","uv":[1.75,8.25,1.7795,8.75]},"up":{"texture":"#0","uv":[1.75,8.25,1.7795,8.75]},"west":{"texture":"#0","uv":[1.75,8.25,1.7795,8.75]}},"from":[-15.759121,-5.45852,-9.099154],"rotation":{"angle":22.5,"axis":"x","origin":[-15.507265,-5.461096,-9.177206],"rescale":false},"shade":false,"to":[-15.255409,-4.9548073,-8.833043]},{"faces":{"down":{"texture":"#0","uv":[2.53,9.75,2.5,9.78]},"east":{"texture":"#0","uv":[2.5,9.78,2.53,9.75]},"north":{"texture":"#0","uv":[2.5,9.78,2.53,9.75]},"south":{"texture":"#0","uv":[2.5,9.78,2.53,9.75]},"up":{"texture":"#0","uv":[2.53,9.75,2.5,9.78]},"west":{"texture":"#0","uv":[2.5,9.78,2.53,9.75]}},"from":[-15.616561,-11.24198,-12.602667],"rotation":{"angle":22.5,"axis":"x","origin":[-15.483505,-10.623373,-12.177805],"rescale":false},"shade":false,"to":[-15.350449,-10.738268,-12.336555]},{"faces":{"down":{"texture":"#0","uv":[2.25,10,2.28,10.03]},"east":{"texture":"#0","uv":[2.25,10,2.28,10.03]},"north":{"texture":"#0","uv":[2.25,10,2.28,10.03]},"south":{"texture":"#0","uv":[2.25,10,2.28,10.03]},"up":{"texture":"#0","uv":[2.25,10,2.28,10.03]},"west":{"texture":"#0","uv":[2.25,10,2.28,10.03]}},"from":[-15.759121,-4.619211,-11.3230295],"rotation":{"angle":22.5,"axis":"x","origin":[-15.506747,-5.5508556,-11.332795],"rescale":false},"shade":false,"to":[-15.255409,-4.3530993,-11.056917]},{"faces":{"down":{"texture":"#0","uv":[3.5,9,3.539,9.289]},"east":{"texture":"#0","uv":[3.5,9,3.539,9.289]},"north":{"texture":"#0","uv":[3.5,9,3.539,9.289]},"south":{"texture":"#0","uv":[3.5,9,3.539,9.289]},"up":{"texture":"#0","uv":[3.5,9,3.539,9.289]},"west":{"texture":"#0","uv":[3.5,9,3.539,9.289]}},"from":[-15.754369,-5.5776854,-11.526463],"rotation":{"angle":-45,"axis":"x","origin":[-15.506747,-5.5508556,-11.332795],"rescale":false},"shade":false,"to":[-15.26016,-5.3210773,-11.269855]},{"faces":{"down":{"texture":"#0","uv":[2,8,2.27,8.27]},"east":{"texture":"#0","uv":[2,8,2.27,8.27]},"north":{"texture":"#0","uv":[2,8,2.27,8.27]},"south":{"texture":"#0","uv":[2,8,2.27,8.27]},"up":{"texture":"#0","uv":[2,8,2.27,8.27]},"west":{"texture":"#0","uv":[2,8,2.27,8.27]}},"from":[-15.63557,-8.844866,-9.411024],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.507265,-8.822199,-9.649009],"rescale":false},"shade":false,"to":[-15.378962,-8.588258,-9.154416]},{"faces":{"down":{"texture":"#0","uv":[2,8.27,2.27,8]},"east":{"texture":"#0","uv":[2.27,8,2,8.27]},"north":{"texture":"#0","uv":[2,8.27,2.27,8]},"south":{"texture":"#0","uv":[2,8.27,2.27,8]},"up":{"texture":"#0","uv":[2,8.27,2.27,8]},"west":{"texture":"#0","uv":[2.27,8,2,8.27]}},"from":[-15.63557,-13.439765,-9.731314],"rotation":{"angle":45,"axis":"x","origin":[-15.507265,-13.160433,-9.903393],"rescale":false},"shade":false,"to":[-15.378962,-13.183157,-9.474706]},{"faces":{"down":{"texture":"#0","uv":[2.25,12.25,2.489,12.489]},"east":{"texture":"#0","uv":[2.25,12.25,2.489,12.489]},"north":{"texture":"#0","uv":[2.25,12.25,2.489,12.489]},"south":{"texture":"#0","uv":[2.25,12.25,2.489,12.489]},"up":{"texture":"#0","uv":[2.25,12.25,2.489,12.489]},"west":{"texture":"#0","uv":[2.25,12.25,2.489,12.489]}},"from":[-15.754369,-8.58486,-8.733089],"shade":false,"to":[-15.26016,-8.328252,-8.476481]},{"faces":{"down":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"east":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"north":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"south":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"up":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"west":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]}},"from":[-15.754369,-5.322304,-13.001488],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.506747,-5.5508556,-11.332795],"rescale":false},"shade":false,"to":[-15.26016,-5.0656953,-12.74488]},{"faces":{"down":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"east":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"north":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"south":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"up":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"west":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]}},"from":[-15.754369,-5.1207714,-8.923964],"shade":false,"to":[-15.26016,-4.8641634,-8.667356]},{"faces":{"down":{"texture":"#0","uv":[3,9.27,3.02,9.25]},"east":{"texture":"#0","uv":[3.02,9.25,3,9.27]},"north":{"texture":"#0","uv":[3.02,9.25,3,9.27]},"south":{"texture":"#0","uv":[3.02,9.25,3,9.27]},"up":{"texture":"#0","uv":[3,9.27,3.02,9.25]},"west":{"texture":"#0","uv":[3.02,9.25,3,9.27]}},"from":[-15.611809,-11.293192,-12.805197],"shade":false,"to":[-15.355201,-11.036584,-12.548589]},{"faces":{"down":{"texture":"#0","uv":[3.25,10,3.27,10.27]},"east":{"texture":"#0","uv":[3.25,10,3.27,10.27]},"north":{"texture":"#0","uv":[3.25,10,3.27,10.27]},"south":{"texture":"#0","uv":[3.25,10,3.27,10.27]},"up":{"texture":"#0","uv":[3.25,10,3.27,10.27]},"west":{"texture":"#0","uv":[3.25,10,3.27,10.27]}},"from":[-15.754369,-5.006177,-10.433408],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.506747,-5.5508556,-11.332795],"rescale":false},"shade":false,"to":[-15.26016,-4.749569,-10.1768]},{"faces":{"down":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"east":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"north":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"south":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"up":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"west":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]}},"from":[-15.740113,-5.715603,-11.378685],"rotation":{"angle":22.5,"axis":"x","origin":[-15.506747,-5.5508556,-11.332795],"rescale":false},"shade":false,"to":[-15.274417,-5.487507,-11.150589]},{"faces":{"down":{"texture":"#0","uv":[2,8,2.27,8.27]},"east":{"texture":"#0","uv":[2,8,2.27,8.27]},"north":{"texture":"#0","uv":[2,8,2.27,8.27]},"south":{"texture":"#0","uv":[2,8,2.27,8.27]},"up":{"texture":"#0","uv":[2,8,2.27,8.27]},"west":{"texture":"#0","uv":[2,8,2.27,8.27]}},"from":[-15.621313,-8.791905,-9.355079],"rotation":{"angle":-45,"axis":"x","origin":[-15.507265,-8.822199,-9.649009],"rescale":false},"shade":false,"to":[-15.393217,-8.563809,-9.126983]},{"faces":{"down":{"texture":"#0","uv":[2,8.27,2.27,8]},"east":{"texture":"#0","uv":[2.27,8,2,8.27]},"north":{"texture":"#0","uv":[2,8.27,2.27,8]},"south":{"texture":"#0","uv":[2,8.27,2.27,8]},"up":{"texture":"#0","uv":[2,8.27,2.27,8]},"west":{"texture":"#0","uv":[2.27,8,2,8.27]}},"from":[-15.621313,-13.638945,-10.228938],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.507265,-13.160433,-9.903393],"rescale":false},"shade":false,"to":[-15.393217,-13.410849,-10.000842]},{"faces":{"down":{"texture":"#0","uv":[2.25,12.25,2.489,12.489]},"east":{"texture":"#0","uv":[2.25,12.25,2.489,12.489]},"north":{"texture":"#0","uv":[2.25,12.25,2.489,12.489]},"south":{"texture":"#0","uv":[2.25,12.25,2.489,12.489]},"up":{"texture":"#0","uv":[2.25,12.25,2.489,12.489]},"west":{"texture":"#0","uv":[2.25,12.25,2.489,12.489]}},"from":[-15.740113,-8.540606,-8.153407],"rotation":{"angle":22.5,"axis":"x","origin":[-15.507265,-7.0000544,-8.881899],"rescale":false},"shade":false,"to":[-15.274417,-8.31251,-7.925311]},{"faces":{"down":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"east":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"north":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"south":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"up":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"west":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]}},"from":[-15.740113,-4.716585,-12.920334],"rotation":{"angle":-45,"axis":"x","origin":[-15.506747,-5.5508556,-11.332795],"rescale":false},"shade":false,"to":[-15.274417,-4.488489,-12.692238]},{"faces":{"down":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"east":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"north":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"south":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"up":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]},"west":{"texture":"#0","uv":[1.75,8,1.9895,8.2395]}},"from":[-15.740113,-5.101283,-8.730272],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.507265,-5.461096,-9.177206],"rescale":false},"shade":false,"to":[-15.274417,-4.873187,-8.502176]},{"faces":{"down":{"texture":"#0","uv":[3.7395,9,3.5,9.2395]},"east":{"texture":"#0","uv":[3.7395,9,3.5,9.2395]},"north":{"texture":"#0","uv":[3.5,9.2395,3.7395,9]},"south":{"texture":"#0","uv":[3.5,9.2395,3.7395,9]},"up":{"texture":"#0","uv":[3.7395,9,3.5,9.2395]},"west":{"texture":"#0","uv":[3.7395,9,3.5,9.2395]}},"from":[-15.597553,-11.233648,-12.989323],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.483505,-10.623373,-12.177805],"rescale":false},"shade":false,"to":[-15.369457,-11.005552,-12.761227]},{"faces":{"down":{"texture":"#0","uv":[3.25,10,3.27,10.27]},"east":{"texture":"#0","uv":[3.25,10,3.27,10.27]},"north":{"texture":"#0","uv":[3.25,10,3.27,10.27]},"south":{"texture":"#0","uv":[3.25,10,3.27,10.27]},"up":{"texture":"#0","uv":[3.25,10,3.27,10.27]},"west":{"texture":"#0","uv":[3.25,10,3.27,10.27]}},"from":[-15.740113,-4.6207275,-10.568007],"shade":false,"to":[-15.274417,-4.3926315,-10.339911]},{"faces":{"down":{"texture":"#0","uv":[4.25,10.5,3.5,12.5]},"east":{"texture":"#0","uv":[4.25,10.5,3.5,12.5]},"north":{"texture":"#0","uv":[3.5,10.5,4.25,12.5]},"south":{"texture":"#0","uv":[4.25,10.5,3.5,12.5]},"up":{"texture":"#0","uv":[4.25,10.5,3.5,12.5]},"west":{"texture":"#0","uv":[4.25,10.5,3.5,12.5]}},"from":[-15.83368,-8.433596,-10.833198],"shade":false,"to":[-15.1684,-6.532796,-10.167918]},{"faces":{"down":{"texture":"#0","uv":[8,11,7.5,15.5]},"east":{"texture":"#0","uv":[8,11.75,7.25,15.75]},"north":{"texture":"#0","uv":[7.5,12,8,16]},"south":{"texture":"#0","uv":[7.5,11.5,8,15.5]},"up":{"texture":"#0","uv":[8,11,7.5,15.5]},"west":{"texture":"#0","uv":[8,11.75,7.25,15.75]}},"from":[-15.80992,-13.565755,-11.403438],"shade":false,"to":[-15.192161,-9.787914,-10.809438]},{"faces":{"down":{"texture":"#0","uv":[1,10,1.5,12.5]},"east":{"texture":"#0","uv":[1.75,10,2.25,12.5]},"north":{"texture":"#0","uv":[1,10,1.5,12.5]},"south":{"texture":"#0","uv":[1,10,1.5,12.5]},"up":{"texture":"#0","uv":[1,10,1.5,12.5]},"west":{"texture":"#0","uv":[2.25,10,2.75,12.5]}},"from":[-15.73864,-8.536448,-10.490507],"rotation":{"angle":22.5,"axis":"x","origin":[-15.503117,-7.9074345,-10.214535],"rescale":false},"shade":false,"to":[-15.26344,-6.160447,-10.015307]},{"faces":{"down":{"texture":"#0","uv":[3.5,10.5,4.25,12.5]},"east":{"texture":"#0","uv":[3.5,10.5,4.25,12.5]},"north":{"texture":"#0","uv":[1.25,10.5,1.75,12.5]},"south":{"texture":"#0","uv":[3.5,10.5,4.25,12.5]},"up":{"texture":"#0","uv":[3.5,10.5,4.25,12.5]},"west":{"texture":"#0","uv":[3.5,10.5,4.25,12.5]}},"from":[-15.7861595,-10.18924,-11.162934],"rotation":{"angle":22.5,"axis":"x","origin":[-15.506572,-9.343992,-10.334347],"rescale":false},"shade":false,"to":[-15.2159195,-8.407241,-10.545175]},{"faces":{"down":{"texture":"#0","uv":[4.75,9,5.05,9.25]},"east":{"texture":"#0","uv":[4.75,9,5.25,9.5]},"north":{"texture":"#0","uv":[4.75,9,5.25,9.5]},"south":{"texture":"#0","uv":[4.75,9,5.25,9.5]},"up":{"texture":"#0","uv":[4.75,9,5.25,9.5]},"west":{"texture":"#0","uv":[4.75,9,5.25,9.5]}},"from":[-15.626269,-8.024661,-9.543529],"rotation":{"angle":22.5,"axis":"x","origin":[-15.505944,-8.337415,-9.317191],"rescale":false},"shade":false,"to":[-15.388669,-7.739541,-9.296425]},{"faces":{"down":{"texture":"#0","uv":[4.5,8.75,5,9.5]},"east":{"texture":"#0","uv":[4.5,8.75,5,9.5]},"north":{"texture":"#0","uv":[4.5,8.75,4.75,9]},"south":{"texture":"#0","uv":[4.5,8.75,5,9.5]},"up":{"texture":"#0","uv":[4.5,8.75,5,9.5]},"west":{"texture":"#0","uv":[4.5,8.75,5,9.5]}},"from":[-15.626269,-8.67004,-9.205106],"rotation":{"angle":-45,"axis":"x","origin":[-15.505944,-8.194855,-9.174631],"rescale":false},"shade":false,"to":[-15.388669,-8.4229355,-8.872466]},{"faces":{"down":{"texture":"#0","uv":[4.75,8.75,4.96,9.15]},"east":{"texture":"#0","uv":[4.75,8.75,4.96,9.15]},"north":{"texture":"#0","uv":[4.75,8.75,4.96,9.15]},"south":{"texture":"#0","uv":[4.75,8.75,4.96,9.15]},"up":{"texture":"#0","uv":[4.75,8.75,4.96,9.15]},"west":{"texture":"#0","uv":[4.75,8.75,4.96,9.15]}},"from":[-15.576516,-8.19167,-9.324628],"rotation":{"angle":-45,"axis":"x","origin":[-15.505944,-8.337415,-9.317191],"rescale":false},"shade":false,"to":[-15.433956,-8.039607,-8.991988]},{"faces":{"down":{"texture":"#0","uv":[4.25,8,5,8.5]},"east":{"texture":"#0","uv":[4.25,8,5,8.5]},"north":{"texture":"#0","uv":[4.25,8,5,8.5]},"south":{"texture":"#0","uv":[4.25,8,5,8.5]},"up":{"texture":"#0","uv":[4.25,8,5,8.5]},"west":{"texture":"#0","uv":[4.25,8,5,8.5]}},"from":[-15.576516,-8.600286,-9.325274],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.505944,-8.194855,-9.174631],"rescale":false},"shade":false,"to":[-15.433956,-8.448221,-8.992635]},{"faces":{"down":{"texture":"#0","uv":[4.25,8,4.75,8.27]},"east":{"texture":"#0","uv":[4.25,8,4.75,8.27]},"north":{"texture":"#0","uv":[4.25,8,4.75,8.27]},"south":{"texture":"#0","uv":[4.25,8,4.75,8.27]},"up":{"texture":"#0","uv":[4.25,8,4.75,8.27]},"west":{"texture":"#0","uv":[4.25,8,4.75,8.27]}},"from":[-15.552651,-8.144777,-9.624859],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.505944,-8.242374,-9.198391],"rescale":false},"shade":false,"to":[-15.457611,-8.016474,-9.387259]},{"faces":{"down":{"texture":"#0","uv":[4.25,8,4.75,8.27]},"east":{"texture":"#0","uv":[4.25,8,4.75,8.27]},"north":{"texture":"#0","uv":[4.25,8,4.75,8.27]},"south":{"texture":"#0","uv":[4.25,8,4.75,8.27]},"up":{"texture":"#0","uv":[4.25,8,4.75,8.27]},"west":{"texture":"#0","uv":[4.25,8,4.75,8.27]}},"from":[-15.552651,-8.613757,-9.332402],"shade":false,"to":[-15.457611,-8.485454,-9.142322]},{"faces":{"down":{"texture":"#0","uv":[2.75,9.75,3.65,10.5]},"east":{"texture":"#0","uv":[2.75,10.75,3.5,11.5]},"north":{"texture":"#0","uv":[3,10.75,3.9,11.5]},"south":{"texture":"#0","uv":[2.75,11.5,3.65,12.25]},"up":{"texture":"#0","uv":[2.75,11.25,3.65,12]},"west":{"texture":"#0","uv":[2.75,10.75,3.5,11.5]}},"from":[-15.92872,-6.9988327,-11.130379],"rotation":{"angle":-45,"axis":"x","origin":[-15.506747,-5.5508556,-11.332795],"rescale":false},"shade":false,"to":[-15.07336,-6.2860327,-10.417579]},{"faces":{"down":{"texture":"#0","uv":[4.25,9.5,5.5,10.75]},"east":{"texture":"#0","uv":[4.25,9.5,5.5,10.75]},"north":{"texture":"#0","uv":[4.25,9.5,5.5,10.75]},"south":{"texture":"#0","uv":[4.25,9.5,5.5,10.75]},"up":{"texture":"#0","uv":[4.25,9.5,5.5,10.75]},"west":{"texture":"#0","uv":[4.25,9.5,5.5,10.75]}},"from":[-16,-6.4430676,-10.626695],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.5010395,-6.205467,-10.389095],"rescale":false},"shade":false,"to":[-15.00208,-5.967868,-10.151495]},{"faces":{"down":{"texture":"#0","uv":[2.5,10.75,3.25,11.75]},"east":{"texture":"#0","uv":[2.5,10.75,3.25,11.75]},"north":{"texture":"#0","uv":[2.5,10.75,3.25,11.75]},"south":{"texture":"#0","uv":[2.5,10.75,3.25,11.75]},"up":{"texture":"#0","uv":[2.5,11.5,3.25,12.25]},"west":{"texture":"#0","uv":[2.5,10.75,3.25,11.75]}},"from":[-15.816145,-14.009269,-10.888174],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.511224,-14.672999,-10.894446],"rescale":false},"shade":false,"to":[-15.198385,-13.201428,-10.270414]},{"faces":{"down":{"texture":"#0","uv":[2.85,11.25,2.25,11.75]},"east":{"texture":"#0","uv":[2.25,11.75,2.85,11.25]},"north":{"texture":"#0","uv":[2.25,11.75,2.85,11.25]},"south":{"texture":"#0","uv":[2.25,11.75,2.85,11.25]},"up":{"texture":"#0","uv":[2.85,11.25,2.25,11.75]},"west":{"texture":"#0","uv":[2.25,11.75,2.85,11.25]}},"from":[-15.863665,-14.366756,-10.837042],"rotation":{"angle":-45,"axis":"x","origin":[-15.511224,-14.672999,-10.894446],"rescale":false},"shade":false,"to":[-15.150865,-13.796516,-10.361842]},{"faces":{"down":{"texture":"#0","uv":[2.25,10.95,2.7,10.5]},"east":{"texture":"#0","uv":[2.7,10.5,2.25,10.95]},"north":{"texture":"#0","uv":[2.7,10.5,2.25,10.95]},"south":{"texture":"#0","uv":[2.7,10.5,2.25,10.95]},"up":{"texture":"#0","uv":[2.25,10.95,2.7,10.5]},"west":{"texture":"#0","uv":[2.7,10.5,2.25,10.95]}},"from":[-15.792385,-14.02207,-9.828672],"rotation":{"angle":-45,"axis":"x","origin":[-15.511224,-14.672999,-10.894446],"rescale":false},"shade":false,"to":[-15.269665,-13.59439,-9.400992]},{"faces":{"down":{"texture":"#0","uv":[3.2,11.5,2.75,11.95]},"east":{"texture":"#0","uv":[2.75,11.95,3.2,11.5]},"north":{"texture":"#0","uv":[2.75,11.95,3.2,11.5]},"south":{"texture":"#0","uv":[2.75,11.95,3.2,11.5]},"up":{"texture":"#0","uv":[3.2,11.5,2.75,11.95]},"west":{"texture":"#0","uv":[2.75,11.95,3.2,11.5]}},"from":[-15.839905,-14.608752,-10.968102],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.511224,-14.672999,-10.894446],"rescale":false},"shade":false,"to":[-15.174624,-14.181072,-10.540422]},{"faces":{"down":{"texture":"#0","uv":[2.45,9.75,2,11.45]},"east":{"texture":"#0","uv":[2,11.45,2.45,9.75]},"north":{"texture":"#0","uv":[2,11.45,2.45,9.75]},"south":{"texture":"#0","uv":[2,11.95,2.45,10.25]},"up":{"texture":"#0","uv":[2.5,9.75,2,10.2]},"west":{"texture":"#0","uv":[2,11.45,2.45,9.75]}},"from":[-15.768625,-14.303417,-11.328223],"rotation":{"angle":22.5,"axis":"x","origin":[-15.511224,-14.672999,-10.894446],"rescale":false},"shade":false,"to":[-15.293426,-12.687737,-10.900543]},{"faces":{"down":{"texture":"#0","uv":[2.5,11.15,2.65,11]},"east":{"texture":"#0","uv":[2.65,11,2.5,11.15]},"north":{"texture":"#0","uv":[2.65,11,2.5,11.15]},"south":{"texture":"#0","uv":[2.65,11,2.5,11.15]},"up":{"texture":"#0","uv":[2.5,11.15,2.65,11]},"west":{"texture":"#0","uv":[2.65,11,2.5,11.15]}},"from":[-15.816145,-14.834562,-10.995878],"shade":false,"to":[-15.198385,-14.454402,-10.615719]},{"faces":{"down":{"texture":"#0","uv":[2.25,10.85,2.4,10.75]},"east":{"texture":"#0","uv":[2.4,10.75,2.25,10.85]},"north":{"texture":"#0","uv":[2.4,10.75,2.25,10.85]},"south":{"texture":"#0","uv":[2.4,10.75,2.25,10.85]},"up":{"texture":"#0","uv":[2.25,10.85,2.4,10.75]},"west":{"texture":"#0","uv":[2.4,10.75,2.25,10.85]}},"from":[-15.792385,-14.960576,-11.215515],"rotation":{"angle":-45,"axis":"x","origin":[-15.511224,-14.672999,-10.894446],"rescale":false},"shade":false,"to":[-15.222145,-14.627936,-10.835355]},{"faces":{"down":{"texture":"#0","uv":[1.5,10.05,1.55,10]},"east":{"texture":"#0","uv":[1.55,10,1.5,10.05]},"north":{"texture":"#0","uv":[1.55,10,1.5,10.05]},"south":{"texture":"#0","uv":[1.55,10,1.5,10.05]},"up":{"texture":"#0","uv":[1.5,10.05,1.55,10]},"west":{"texture":"#0","uv":[1.55,10,1.5,10.05]}},"from":[-15.768625,-15.212132,-11.0413265],"rotation":{"angle":22.5,"axis":"x","origin":[-15.511224,-14.672999,-10.894446],"rescale":false},"shade":false,"to":[-15.245905,-14.927012,-10.7562065]},{"faces":{"down":{"texture":"#0","uv":[1.6895,10,1.5,10.0395]},"east":{"texture":"#0","uv":[1.5,10.0395,1.6895,10]},"north":{"texture":"#0","uv":[1.5,10.0395,1.6895,10]},"south":{"texture":"#0","uv":[1.5,10.0395,1.6895,10]},"up":{"texture":"#0","uv":[1.6895,10,1.5,10.0395]},"west":{"texture":"#0","uv":[1.5,10.0395,1.6895,10]}},"from":[-15.763873,-15.537811,-11.23171],"shade":false,"to":[-15.250657,-15.119636,-10.956095]},{"faces":{"down":{"texture":"#0","uv":[2.53,9.75,2.5,9.78]},"east":{"texture":"#0","uv":[2.5,9.78,2.53,9.75]},"north":{"texture":"#0","uv":[2.5,9.78,2.53,9.75]},"south":{"texture":"#0","uv":[2.5,9.78,2.53,9.75]},"up":{"texture":"#0","uv":[2.53,9.75,2.5,9.78]},"west":{"texture":"#0","uv":[2.5,9.78,2.53,9.75]}},"from":[-15.759121,-15.814714,-11.525203],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.511224,-14.672999,-10.894446],"rescale":false},"shade":false,"to":[-15.255409,-15.311003,-11.25909]},{"faces":{"down":{"texture":"#0","uv":[3.02,9.25,3,9.27]},"east":{"texture":"#0","uv":[3,9.27,3.02,9.25]},"north":{"texture":"#0","uv":[3,9.27,3.02,9.25]},"south":{"texture":"#0","uv":[3,9.27,3.02,9.25]},"up":{"texture":"#0","uv":[3.02,9.25,3,9.27]},"west":{"texture":"#0","uv":[3,9.27,3.02,9.25]}},"from":[-15.754369,-15.747317,-11.912244],"rotation":{"angle":-45,"axis":"x","origin":[-15.511224,-14.672999,-10.894446],"rescale":false},"shade":false,"to":[-15.26016,-15.490709,-11.655636]},{"faces":{"down":{"texture":"#0","uv":[3.7395,9,3.5,9.2395]},"east":{"texture":"#0","uv":[3.5,9.2395,3.7395,9]},"north":{"texture":"#0","uv":[3.5,9.2395,3.7395,9]},"south":{"texture":"#0","uv":[3.5,9.2395,3.7395,9]},"up":{"texture":"#0","uv":[3.7395,9,3.5,9.2395]},"west":{"texture":"#0","uv":[3.5,9.2395,3.7395,9]}},"from":[-15.740113,-16,-10.287963],"rotation":{"angle":22.5,"axis":"x","origin":[-15.511224,-14.672999,-10.894446],"rescale":false},"shade":false,"to":[-15.274417,-15.771904,-10.059867]},{"faces":{"down":{"texture":"#0","uv":[4.5,9.75,5.25,10.5]},"east":{"texture":"#0","uv":[4.5,9.75,5.25,10.5]},"north":{"texture":"#0","uv":[4.5,9.75,5.25,10.5]},"south":{"texture":"#0","uv":[4.5,9.75,5.25,10.5]},"up":{"texture":"#0","uv":[4.5,9.75,5.25,10.5]},"west":{"texture":"#0","uv":[4.5,9.75,5.25,10.5]}},"from":[-16,-6.8313484,-10.4522915],"shade":false,"to":[-15.00208,-6.5937486,-10.214691]},{"faces":{"down":{"texture":"#0","uv":[4.5,9.75,5.25,10.5]},"east":{"texture":"#0","uv":[4.5,9.75,5.25,10.5]},"north":{"texture":"#0","uv":[4.5,9.75,5.25,10.5]},"south":{"texture":"#0","uv":[4.5,9.75,5.25,10.5]},"up":{"texture":"#0","uv":[4.5,9.75,5.25,10.5]},"west":{"texture":"#0","uv":[4.5,9.75,5.25,10.5]}},"from":[-16,-6.0710287,-10.072132],"rotation":{"angle":45,"axis":"x","origin":[-15.5010395,-5.9522285,-9.953332],"rescale":false},"shade":false,"to":[-15.00208,-5.833429,-9.834532]}],"overrides":[],"textures":{"0":"item/w1239499536_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2051.json b/assets/minecraft/models/w2051.json new file mode 100644 index 000000000..5b3db4e98 --- /dev/null +++ b/assets/minecraft/models/w2051.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[16,2,0,7]},"west":{"texture":"#0","uv":[0,2,16,7]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-3.1999998]}],"overrides":[],"textures":{"0":"item/w528450365_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2052.json b/assets/minecraft/models/w2052.json new file mode 100644 index 000000000..a2ebcb555 --- /dev/null +++ b/assets/minecraft/models/w2052.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,1,1]},"east":{"texture":"#0","uv":[0,0,1,1]},"north":{"texture":"#0","uv":[0,0,1,1]},"south":{"texture":"#0","uv":[0,0,1,1]},"up":{"texture":"#0","uv":[0,0,1,1]},"west":{"texture":"#0","uv":[0,0,1,1]}},"from":[-13.6,-16,-16],"shade":false,"to":[-7.2000003,-9.6,-3.1999998]},{"faces":{"east":{"texture":"#0","uv":[16,11,0,16]},"west":{"texture":"#0","uv":[0,11,16,16]}},"from":[-16,-13.6,-16],"shade":false,"to":[-16,-9.6,-3.1999998]},{"faces":{"east":{"texture":"#0","uv":[16,7,0,11]},"west":{"texture":"#0","uv":[0,7,16,11]}},"from":[-16,-9.6,-16],"rotation":{"angle":-45,"axis":"z","origin":[-16,-9.6,-16],"rescale":false},"shade":false,"to":[-16,-6.205888,-3.1999998]}],"overrides":[],"textures":{"0":"item/w528450365_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2053.json b/assets/minecraft/models/w2053.json new file mode 100644 index 000000000..5b3db4e98 --- /dev/null +++ b/assets/minecraft/models/w2053.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[16,2,0,7]},"west":{"texture":"#0","uv":[0,2,16,7]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-3.1999998]}],"overrides":[],"textures":{"0":"item/w528450365_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2054.json b/assets/minecraft/models/w2054.json new file mode 100644 index 000000000..a2ebcb555 --- /dev/null +++ b/assets/minecraft/models/w2054.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,1,1]},"east":{"texture":"#0","uv":[0,0,1,1]},"north":{"texture":"#0","uv":[0,0,1,1]},"south":{"texture":"#0","uv":[0,0,1,1]},"up":{"texture":"#0","uv":[0,0,1,1]},"west":{"texture":"#0","uv":[0,0,1,1]}},"from":[-13.6,-16,-16],"shade":false,"to":[-7.2000003,-9.6,-3.1999998]},{"faces":{"east":{"texture":"#0","uv":[16,11,0,16]},"west":{"texture":"#0","uv":[0,11,16,16]}},"from":[-16,-13.6,-16],"shade":false,"to":[-16,-9.6,-3.1999998]},{"faces":{"east":{"texture":"#0","uv":[16,7,0,11]},"west":{"texture":"#0","uv":[0,7,16,11]}},"from":[-16,-9.6,-16],"rotation":{"angle":-45,"axis":"z","origin":[-16,-9.6,-16],"rescale":false},"shade":false,"to":[-16,-6.205888,-3.1999998]}],"overrides":[],"textures":{"0":"item/w528450365_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2055.json b/assets/minecraft/models/w2055.json new file mode 100644 index 000000000..5b3db4e98 --- /dev/null +++ b/assets/minecraft/models/w2055.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[16,2,0,7]},"west":{"texture":"#0","uv":[0,2,16,7]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-3.1999998]}],"overrides":[],"textures":{"0":"item/w528450365_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2056.json b/assets/minecraft/models/w2056.json new file mode 100644 index 000000000..a2ebcb555 --- /dev/null +++ b/assets/minecraft/models/w2056.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,1,1]},"east":{"texture":"#0","uv":[0,0,1,1]},"north":{"texture":"#0","uv":[0,0,1,1]},"south":{"texture":"#0","uv":[0,0,1,1]},"up":{"texture":"#0","uv":[0,0,1,1]},"west":{"texture":"#0","uv":[0,0,1,1]}},"from":[-13.6,-16,-16],"shade":false,"to":[-7.2000003,-9.6,-3.1999998]},{"faces":{"east":{"texture":"#0","uv":[16,11,0,16]},"west":{"texture":"#0","uv":[0,11,16,16]}},"from":[-16,-13.6,-16],"shade":false,"to":[-16,-9.6,-3.1999998]},{"faces":{"east":{"texture":"#0","uv":[16,7,0,11]},"west":{"texture":"#0","uv":[0,7,16,11]}},"from":[-16,-9.6,-16],"rotation":{"angle":-45,"axis":"z","origin":[-16,-9.6,-16],"rescale":false},"shade":false,"to":[-16,-6.205888,-3.1999998]}],"overrides":[],"textures":{"0":"item/w528450365_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2057.json b/assets/minecraft/models/w2057.json new file mode 100644 index 000000000..5b3db4e98 --- /dev/null +++ b/assets/minecraft/models/w2057.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[16,2,0,7]},"west":{"texture":"#0","uv":[0,2,16,7]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-3.1999998]}],"overrides":[],"textures":{"0":"item/w528450365_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2058.json b/assets/minecraft/models/w2058.json new file mode 100644 index 000000000..a2ebcb555 --- /dev/null +++ b/assets/minecraft/models/w2058.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,1,1]},"east":{"texture":"#0","uv":[0,0,1,1]},"north":{"texture":"#0","uv":[0,0,1,1]},"south":{"texture":"#0","uv":[0,0,1,1]},"up":{"texture":"#0","uv":[0,0,1,1]},"west":{"texture":"#0","uv":[0,0,1,1]}},"from":[-13.6,-16,-16],"shade":false,"to":[-7.2000003,-9.6,-3.1999998]},{"faces":{"east":{"texture":"#0","uv":[16,11,0,16]},"west":{"texture":"#0","uv":[0,11,16,16]}},"from":[-16,-13.6,-16],"shade":false,"to":[-16,-9.6,-3.1999998]},{"faces":{"east":{"texture":"#0","uv":[16,7,0,11]},"west":{"texture":"#0","uv":[0,7,16,11]}},"from":[-16,-9.6,-16],"rotation":{"angle":-45,"axis":"z","origin":[-16,-9.6,-16],"rescale":false},"shade":false,"to":[-16,-6.205888,-3.1999998]}],"overrides":[],"textures":{"0":"item/w528450365_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2059.json b/assets/minecraft/models/w2059.json new file mode 100644 index 000000000..5b3db4e98 --- /dev/null +++ b/assets/minecraft/models/w2059.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[16,2,0,7]},"west":{"texture":"#0","uv":[0,2,16,7]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-3.1999998]}],"overrides":[],"textures":{"0":"item/w528450365_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w206.json b/assets/minecraft/models/w206.json new file mode 100644 index 000000000..4b11b2ade --- /dev/null +++ b/assets/minecraft/models/w206.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[4,0,4.5,12]},"north":{"texture":"#0","uv":[4,0,4.5,12]},"south":{"texture":"#0","uv":[4,0,4.5,12]},"up":{"texture":"#0","uv":[4.5,0,5,0.5]},"west":{"texture":"#0","uv":[4,0,4.5,12]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,3.2000008,-15.2]},{"faces":{"east":{"texture":"#0","uv":[5,0,5.5,12]},"north":{"texture":"#0","uv":[5.5,0,5,12]},"south":{"texture":"#0","uv":[5.5,0,5,12]},"west":{"texture":"#0","uv":[5,0,5.5,12]}},"from":[-16,3.2000008,-16],"shade":false,"to":[-15.2,22.400002,-15.2]}],"overrides":[],"textures":{"0":"item/w1324649479_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2060.json b/assets/minecraft/models/w2060.json new file mode 100644 index 000000000..a2ebcb555 --- /dev/null +++ b/assets/minecraft/models/w2060.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,1,1]},"east":{"texture":"#0","uv":[0,0,1,1]},"north":{"texture":"#0","uv":[0,0,1,1]},"south":{"texture":"#0","uv":[0,0,1,1]},"up":{"texture":"#0","uv":[0,0,1,1]},"west":{"texture":"#0","uv":[0,0,1,1]}},"from":[-13.6,-16,-16],"shade":false,"to":[-7.2000003,-9.6,-3.1999998]},{"faces":{"east":{"texture":"#0","uv":[16,11,0,16]},"west":{"texture":"#0","uv":[0,11,16,16]}},"from":[-16,-13.6,-16],"shade":false,"to":[-16,-9.6,-3.1999998]},{"faces":{"east":{"texture":"#0","uv":[16,7,0,11]},"west":{"texture":"#0","uv":[0,7,16,11]}},"from":[-16,-9.6,-16],"rotation":{"angle":-45,"axis":"z","origin":[-16,-9.6,-16],"rescale":false},"shade":false,"to":[-16,-6.205888,-3.1999998]}],"overrides":[],"textures":{"0":"item/w528450365_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2061.json b/assets/minecraft/models/w2061.json new file mode 100644 index 000000000..5b3db4e98 --- /dev/null +++ b/assets/minecraft/models/w2061.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[16,2,0,7]},"west":{"texture":"#0","uv":[0,2,16,7]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-3.1999998]}],"overrides":[],"textures":{"0":"item/w528450365_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2062.json b/assets/minecraft/models/w2062.json new file mode 100644 index 000000000..a2ebcb555 --- /dev/null +++ b/assets/minecraft/models/w2062.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,1,1]},"east":{"texture":"#0","uv":[0,0,1,1]},"north":{"texture":"#0","uv":[0,0,1,1]},"south":{"texture":"#0","uv":[0,0,1,1]},"up":{"texture":"#0","uv":[0,0,1,1]},"west":{"texture":"#0","uv":[0,0,1,1]}},"from":[-13.6,-16,-16],"shade":false,"to":[-7.2000003,-9.6,-3.1999998]},{"faces":{"east":{"texture":"#0","uv":[16,11,0,16]},"west":{"texture":"#0","uv":[0,11,16,16]}},"from":[-16,-13.6,-16],"shade":false,"to":[-16,-9.6,-3.1999998]},{"faces":{"east":{"texture":"#0","uv":[16,7,0,11]},"west":{"texture":"#0","uv":[0,7,16,11]}},"from":[-16,-9.6,-16],"rotation":{"angle":-45,"axis":"z","origin":[-16,-9.6,-16],"rescale":false},"shade":false,"to":[-16,-6.205888,-3.1999998]}],"overrides":[],"textures":{"0":"item/w528450365_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2063.json b/assets/minecraft/models/w2063.json new file mode 100644 index 000000000..5b3db4e98 --- /dev/null +++ b/assets/minecraft/models/w2063.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[16,2,0,7]},"west":{"texture":"#0","uv":[0,2,16,7]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-3.1999998]}],"overrides":[],"textures":{"0":"item/w528450365_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2064.json b/assets/minecraft/models/w2064.json new file mode 100644 index 000000000..a2ebcb555 --- /dev/null +++ b/assets/minecraft/models/w2064.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,1,1]},"east":{"texture":"#0","uv":[0,0,1,1]},"north":{"texture":"#0","uv":[0,0,1,1]},"south":{"texture":"#0","uv":[0,0,1,1]},"up":{"texture":"#0","uv":[0,0,1,1]},"west":{"texture":"#0","uv":[0,0,1,1]}},"from":[-13.6,-16,-16],"shade":false,"to":[-7.2000003,-9.6,-3.1999998]},{"faces":{"east":{"texture":"#0","uv":[16,11,0,16]},"west":{"texture":"#0","uv":[0,11,16,16]}},"from":[-16,-13.6,-16],"shade":false,"to":[-16,-9.6,-3.1999998]},{"faces":{"east":{"texture":"#0","uv":[16,7,0,11]},"west":{"texture":"#0","uv":[0,7,16,11]}},"from":[-16,-9.6,-16],"rotation":{"angle":-45,"axis":"z","origin":[-16,-9.6,-16],"rescale":false},"shade":false,"to":[-16,-6.205888,-3.1999998]}],"overrides":[],"textures":{"0":"item/w528450365_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2065.json b/assets/minecraft/models/w2065.json new file mode 100644 index 000000000..5b3db4e98 --- /dev/null +++ b/assets/minecraft/models/w2065.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[16,2,0,7]},"west":{"texture":"#0","uv":[0,2,16,7]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-3.1999998]}],"overrides":[],"textures":{"0":"item/w528450365_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2066.json b/assets/minecraft/models/w2066.json new file mode 100644 index 000000000..a2ebcb555 --- /dev/null +++ b/assets/minecraft/models/w2066.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,1,1]},"east":{"texture":"#0","uv":[0,0,1,1]},"north":{"texture":"#0","uv":[0,0,1,1]},"south":{"texture":"#0","uv":[0,0,1,1]},"up":{"texture":"#0","uv":[0,0,1,1]},"west":{"texture":"#0","uv":[0,0,1,1]}},"from":[-13.6,-16,-16],"shade":false,"to":[-7.2000003,-9.6,-3.1999998]},{"faces":{"east":{"texture":"#0","uv":[16,11,0,16]},"west":{"texture":"#0","uv":[0,11,16,16]}},"from":[-16,-13.6,-16],"shade":false,"to":[-16,-9.6,-3.1999998]},{"faces":{"east":{"texture":"#0","uv":[16,7,0,11]},"west":{"texture":"#0","uv":[0,7,16,11]}},"from":[-16,-9.6,-16],"rotation":{"angle":-45,"axis":"z","origin":[-16,-9.6,-16],"rescale":false},"shade":false,"to":[-16,-6.205888,-3.1999998]}],"overrides":[],"textures":{"0":"item/w528450365_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2067.json b/assets/minecraft/models/w2067.json new file mode 100644 index 000000000..5b3db4e98 --- /dev/null +++ b/assets/minecraft/models/w2067.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[16,2,0,7]},"west":{"texture":"#0","uv":[0,2,16,7]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-3.1999998]}],"overrides":[],"textures":{"0":"item/w528450365_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2068.json b/assets/minecraft/models/w2068.json new file mode 100644 index 000000000..a2ebcb555 --- /dev/null +++ b/assets/minecraft/models/w2068.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,1,1]},"east":{"texture":"#0","uv":[0,0,1,1]},"north":{"texture":"#0","uv":[0,0,1,1]},"south":{"texture":"#0","uv":[0,0,1,1]},"up":{"texture":"#0","uv":[0,0,1,1]},"west":{"texture":"#0","uv":[0,0,1,1]}},"from":[-13.6,-16,-16],"shade":false,"to":[-7.2000003,-9.6,-3.1999998]},{"faces":{"east":{"texture":"#0","uv":[16,11,0,16]},"west":{"texture":"#0","uv":[0,11,16,16]}},"from":[-16,-13.6,-16],"shade":false,"to":[-16,-9.6,-3.1999998]},{"faces":{"east":{"texture":"#0","uv":[16,7,0,11]},"west":{"texture":"#0","uv":[0,7,16,11]}},"from":[-16,-9.6,-16],"rotation":{"angle":-45,"axis":"z","origin":[-16,-9.6,-16],"rescale":false},"shade":false,"to":[-16,-6.205888,-3.1999998]}],"overrides":[],"textures":{"0":"item/w528450365_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2069.json b/assets/minecraft/models/w2069.json new file mode 100644 index 000000000..5b3db4e98 --- /dev/null +++ b/assets/minecraft/models/w2069.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[16,2,0,7]},"west":{"texture":"#0","uv":[0,2,16,7]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-3.1999998]}],"overrides":[],"textures":{"0":"item/w528450365_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w207.json b/assets/minecraft/models/w207.json new file mode 100644 index 000000000..3150fc081 --- /dev/null +++ b/assets/minecraft/models/w207.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0,12,3,16]},"north":{"texture":"#0","uv":[0,12,3,16]},"south":{"texture":"#0","uv":[0,12,3,16]},"west":{"texture":"#0","uv":[0,12,3,16]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-9.6,-11.2]}],"overrides":[],"textures":{"0":"item/w1324649479_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2070.json b/assets/minecraft/models/w2070.json new file mode 100644 index 000000000..a2ebcb555 --- /dev/null +++ b/assets/minecraft/models/w2070.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,1,1]},"east":{"texture":"#0","uv":[0,0,1,1]},"north":{"texture":"#0","uv":[0,0,1,1]},"south":{"texture":"#0","uv":[0,0,1,1]},"up":{"texture":"#0","uv":[0,0,1,1]},"west":{"texture":"#0","uv":[0,0,1,1]}},"from":[-13.6,-16,-16],"shade":false,"to":[-7.2000003,-9.6,-3.1999998]},{"faces":{"east":{"texture":"#0","uv":[16,11,0,16]},"west":{"texture":"#0","uv":[0,11,16,16]}},"from":[-16,-13.6,-16],"shade":false,"to":[-16,-9.6,-3.1999998]},{"faces":{"east":{"texture":"#0","uv":[16,7,0,11]},"west":{"texture":"#0","uv":[0,7,16,11]}},"from":[-16,-9.6,-16],"rotation":{"angle":-45,"axis":"z","origin":[-16,-9.6,-16],"rescale":false},"shade":false,"to":[-16,-6.205888,-3.1999998]}],"overrides":[],"textures":{"0":"item/w528450365_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2071.json b/assets/minecraft/models/w2071.json new file mode 100644 index 000000000..5b3db4e98 --- /dev/null +++ b/assets/minecraft/models/w2071.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[16,2,0,7]},"west":{"texture":"#0","uv":[0,2,16,7]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-3.1999998]}],"overrides":[],"textures":{"0":"item/w528450365_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2072.json b/assets/minecraft/models/w2072.json new file mode 100644 index 000000000..a2ebcb555 --- /dev/null +++ b/assets/minecraft/models/w2072.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,1,1]},"east":{"texture":"#0","uv":[0,0,1,1]},"north":{"texture":"#0","uv":[0,0,1,1]},"south":{"texture":"#0","uv":[0,0,1,1]},"up":{"texture":"#0","uv":[0,0,1,1]},"west":{"texture":"#0","uv":[0,0,1,1]}},"from":[-13.6,-16,-16],"shade":false,"to":[-7.2000003,-9.6,-3.1999998]},{"faces":{"east":{"texture":"#0","uv":[16,11,0,16]},"west":{"texture":"#0","uv":[0,11,16,16]}},"from":[-16,-13.6,-16],"shade":false,"to":[-16,-9.6,-3.1999998]},{"faces":{"east":{"texture":"#0","uv":[16,7,0,11]},"west":{"texture":"#0","uv":[0,7,16,11]}},"from":[-16,-9.6,-16],"rotation":{"angle":-45,"axis":"z","origin":[-16,-9.6,-16],"rescale":false},"shade":false,"to":[-16,-6.205888,-3.1999998]}],"overrides":[],"textures":{"0":"item/w528450365_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2073.json b/assets/minecraft/models/w2073.json new file mode 100644 index 000000000..5b3db4e98 --- /dev/null +++ b/assets/minecraft/models/w2073.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[16,2,0,7]},"west":{"texture":"#0","uv":[0,2,16,7]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-3.1999998]}],"overrides":[],"textures":{"0":"item/w528450365_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2074.json b/assets/minecraft/models/w2074.json new file mode 100644 index 000000000..a2ebcb555 --- /dev/null +++ b/assets/minecraft/models/w2074.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,1,1]},"east":{"texture":"#0","uv":[0,0,1,1]},"north":{"texture":"#0","uv":[0,0,1,1]},"south":{"texture":"#0","uv":[0,0,1,1]},"up":{"texture":"#0","uv":[0,0,1,1]},"west":{"texture":"#0","uv":[0,0,1,1]}},"from":[-13.6,-16,-16],"shade":false,"to":[-7.2000003,-9.6,-3.1999998]},{"faces":{"east":{"texture":"#0","uv":[16,11,0,16]},"west":{"texture":"#0","uv":[0,11,16,16]}},"from":[-16,-13.6,-16],"shade":false,"to":[-16,-9.6,-3.1999998]},{"faces":{"east":{"texture":"#0","uv":[16,7,0,11]},"west":{"texture":"#0","uv":[0,7,16,11]}},"from":[-16,-9.6,-16],"rotation":{"angle":-45,"axis":"z","origin":[-16,-9.6,-16],"rescale":false},"shade":false,"to":[-16,-6.205888,-3.1999998]}],"overrides":[],"textures":{"0":"item/w528450365_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2075.json b/assets/minecraft/models/w2075.json new file mode 100644 index 000000000..5b3db4e98 --- /dev/null +++ b/assets/minecraft/models/w2075.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[16,2,0,7]},"west":{"texture":"#0","uv":[0,2,16,7]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-3.1999998]}],"overrides":[],"textures":{"0":"item/w528450365_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2076.json b/assets/minecraft/models/w2076.json new file mode 100644 index 000000000..a2ebcb555 --- /dev/null +++ b/assets/minecraft/models/w2076.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,1,1]},"east":{"texture":"#0","uv":[0,0,1,1]},"north":{"texture":"#0","uv":[0,0,1,1]},"south":{"texture":"#0","uv":[0,0,1,1]},"up":{"texture":"#0","uv":[0,0,1,1]},"west":{"texture":"#0","uv":[0,0,1,1]}},"from":[-13.6,-16,-16],"shade":false,"to":[-7.2000003,-9.6,-3.1999998]},{"faces":{"east":{"texture":"#0","uv":[16,11,0,16]},"west":{"texture":"#0","uv":[0,11,16,16]}},"from":[-16,-13.6,-16],"shade":false,"to":[-16,-9.6,-3.1999998]},{"faces":{"east":{"texture":"#0","uv":[16,7,0,11]},"west":{"texture":"#0","uv":[0,7,16,11]}},"from":[-16,-9.6,-16],"rotation":{"angle":-45,"axis":"z","origin":[-16,-9.6,-16],"rescale":false},"shade":false,"to":[-16,-6.205888,-3.1999998]}],"overrides":[],"textures":{"0":"item/w528450365_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2077.json b/assets/minecraft/models/w2077.json new file mode 100644 index 000000000..5b3db4e98 --- /dev/null +++ b/assets/minecraft/models/w2077.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[16,2,0,7]},"west":{"texture":"#0","uv":[0,2,16,7]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-3.1999998]}],"overrides":[],"textures":{"0":"item/w528450365_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2078.json b/assets/minecraft/models/w2078.json new file mode 100644 index 000000000..a2ebcb555 --- /dev/null +++ b/assets/minecraft/models/w2078.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,1,1]},"east":{"texture":"#0","uv":[0,0,1,1]},"north":{"texture":"#0","uv":[0,0,1,1]},"south":{"texture":"#0","uv":[0,0,1,1]},"up":{"texture":"#0","uv":[0,0,1,1]},"west":{"texture":"#0","uv":[0,0,1,1]}},"from":[-13.6,-16,-16],"shade":false,"to":[-7.2000003,-9.6,-3.1999998]},{"faces":{"east":{"texture":"#0","uv":[16,11,0,16]},"west":{"texture":"#0","uv":[0,11,16,16]}},"from":[-16,-13.6,-16],"shade":false,"to":[-16,-9.6,-3.1999998]},{"faces":{"east":{"texture":"#0","uv":[16,7,0,11]},"west":{"texture":"#0","uv":[0,7,16,11]}},"from":[-16,-9.6,-16],"rotation":{"angle":-45,"axis":"z","origin":[-16,-9.6,-16],"rescale":false},"shade":false,"to":[-16,-6.205888,-3.1999998]}],"overrides":[],"textures":{"0":"item/w528450365_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2079.json b/assets/minecraft/models/w2079.json new file mode 100644 index 000000000..5b3db4e98 --- /dev/null +++ b/assets/minecraft/models/w2079.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[16,2,0,7]},"west":{"texture":"#0","uv":[0,2,16,7]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-3.1999998]}],"overrides":[],"textures":{"0":"item/w528450365_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w208.json b/assets/minecraft/models/w208.json new file mode 100644 index 000000000..842eba027 --- /dev/null +++ b/assets/minecraft/models/w208.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[2,12,4,0]}},"from":[8,8,8],"shade":false,"to":[4.8,-11.200001,8]}],"overrides":[],"textures":{"0":"item/w1324649479_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2080.json b/assets/minecraft/models/w2080.json new file mode 100644 index 000000000..a2ebcb555 --- /dev/null +++ b/assets/minecraft/models/w2080.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,1,1]},"east":{"texture":"#0","uv":[0,0,1,1]},"north":{"texture":"#0","uv":[0,0,1,1]},"south":{"texture":"#0","uv":[0,0,1,1]},"up":{"texture":"#0","uv":[0,0,1,1]},"west":{"texture":"#0","uv":[0,0,1,1]}},"from":[-13.6,-16,-16],"shade":false,"to":[-7.2000003,-9.6,-3.1999998]},{"faces":{"east":{"texture":"#0","uv":[16,11,0,16]},"west":{"texture":"#0","uv":[0,11,16,16]}},"from":[-16,-13.6,-16],"shade":false,"to":[-16,-9.6,-3.1999998]},{"faces":{"east":{"texture":"#0","uv":[16,7,0,11]},"west":{"texture":"#0","uv":[0,7,16,11]}},"from":[-16,-9.6,-16],"rotation":{"angle":-45,"axis":"z","origin":[-16,-9.6,-16],"rescale":false},"shade":false,"to":[-16,-6.205888,-3.1999998]}],"overrides":[],"textures":{"0":"item/w528450365_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2081.json b/assets/minecraft/models/w2081.json new file mode 100644 index 000000000..5b3db4e98 --- /dev/null +++ b/assets/minecraft/models/w2081.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[16,2,0,7]},"west":{"texture":"#0","uv":[0,2,16,7]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-3.1999998]}],"overrides":[],"textures":{"0":"item/w528450365_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2082.json b/assets/minecraft/models/w2082.json new file mode 100644 index 000000000..a2ebcb555 --- /dev/null +++ b/assets/minecraft/models/w2082.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,1,1]},"east":{"texture":"#0","uv":[0,0,1,1]},"north":{"texture":"#0","uv":[0,0,1,1]},"south":{"texture":"#0","uv":[0,0,1,1]},"up":{"texture":"#0","uv":[0,0,1,1]},"west":{"texture":"#0","uv":[0,0,1,1]}},"from":[-13.6,-16,-16],"shade":false,"to":[-7.2000003,-9.6,-3.1999998]},{"faces":{"east":{"texture":"#0","uv":[16,11,0,16]},"west":{"texture":"#0","uv":[0,11,16,16]}},"from":[-16,-13.6,-16],"shade":false,"to":[-16,-9.6,-3.1999998]},{"faces":{"east":{"texture":"#0","uv":[16,7,0,11]},"west":{"texture":"#0","uv":[0,7,16,11]}},"from":[-16,-9.6,-16],"rotation":{"angle":-45,"axis":"z","origin":[-16,-9.6,-16],"rescale":false},"shade":false,"to":[-16,-6.205888,-3.1999998]}],"overrides":[],"textures":{"0":"item/w528450365_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2083.json b/assets/minecraft/models/w2083.json new file mode 100644 index 000000000..21b723674 --- /dev/null +++ b/assets/minecraft/models/w2083.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[12,0,16,6]},"south":{"texture":"#0","uv":[16,0,12,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-6.3999996,-16]}],"overrides":[],"textures":{"0":"item/w1324070569_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2084.json b/assets/minecraft/models/w2084.json new file mode 100644 index 000000000..aaeef90fa --- /dev/null +++ b/assets/minecraft/models/w2084.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,0,6]},"east":{"texture":"#0","uv":[0,6,6,12]},"north":{"texture":"#0","uv":[0,6,6,12]},"south":{"texture":"#0","uv":[0,6,6,12]},"up":{"texture":"#0","uv":[12,6,6,0]},"west":{"texture":"#0","uv":[0,6,6,12]}},"from":[-16,-16,-16],"shade":false,"to":[-6.3999996,-6.3999996,-6.3999996]}],"overrides":[],"textures":{"0":"item/w1324070569_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2085.json b/assets/minecraft/models/w2085.json new file mode 100644 index 000000000..dd31127fd --- /dev/null +++ b/assets/minecraft/models/w2085.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[16,0,12,6]},"south":{"texture":"#0","uv":[12,0,16,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-6.3999996,-16]}],"overrides":[],"textures":{"0":"item/w1324070569_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2086.json b/assets/minecraft/models/w2086.json new file mode 100644 index 000000000..803ee525e --- /dev/null +++ b/assets/minecraft/models/w2086.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[12,0,16,6]},"south":{"texture":"#0","uv":[16,0,12,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-6.3999996,-16]}],"overrides":[],"textures":{"0":"item/w1324070570_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2087.json b/assets/minecraft/models/w2087.json new file mode 100644 index 000000000..c4283d841 --- /dev/null +++ b/assets/minecraft/models/w2087.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,0,6]},"east":{"texture":"#0","uv":[0,6,6,12]},"north":{"texture":"#0","uv":[0,6,6,12]},"south":{"texture":"#0","uv":[0,6,6,12]},"up":{"texture":"#0","uv":[12,6,6,0]},"west":{"texture":"#0","uv":[0,6,6,12]}},"from":[-16,-16,-16],"shade":false,"to":[-6.3999996,-6.3999996,-6.3999996]}],"overrides":[],"textures":{"0":"item/w1324070570_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2088.json b/assets/minecraft/models/w2088.json new file mode 100644 index 000000000..daa2db9db --- /dev/null +++ b/assets/minecraft/models/w2088.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[16,0,12,6]},"south":{"texture":"#0","uv":[12,0,16,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-6.3999996,-16]}],"overrides":[],"textures":{"0":"item/w1324070570_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2089.json b/assets/minecraft/models/w2089.json new file mode 100644 index 000000000..ae6a947f6 --- /dev/null +++ b/assets/minecraft/models/w2089.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,5.25,7.5,5.25]},"east":{"texture":"#0","uv":[5.5,5.25,5.5,7.25]},"north":{"texture":"#0","uv":[5.5,5.25,7.5,7.25]},"south":{"texture":"#0","uv":[7.5,5.25,5.5,7.25]},"up":{"texture":"#0","uv":[7.5,5.25,5.5,5.25]},"west":{"texture":"#0","uv":[7.5,5.25,7.5,7.25]}},"from":[-15.6,-15.2,-15.6],"shade":false,"to":[-12.400001,-12,-15.6]},{"faces":{"down":{"texture":"#0","uv":[10.5,0,8.25,0.5]},"east":{"texture":"#0","uv":[5.5,0.5,6,1]},"north":{"texture":"#0","uv":[6,0.5,8.25,1]},"south":{"texture":"#0","uv":[8.75,0.5,11,1]},"up":{"texture":"#0","uv":[8.25,0.5,6,0]},"west":{"texture":"#0","uv":[8.25,0.5,8.75,1]}},"from":[-15.8,-16,-16],"shade":false,"to":[-12.200001,-15.2,-15.2]},{"faces":{"down":{"texture":"#0","uv":[8.5,4,6,4.5]},"east":{"texture":"#0","uv":[3,4.5,3.5,5.25]},"north":{"texture":"#0","uv":[3.5,4.5,6,5.25]},"south":{"texture":"#0","uv":[6.5,4.5,9,5.25]},"up":{"texture":"#0","uv":[6,4.5,3.5,4]},"west":{"texture":"#0","uv":[6,4.5,6.5,5.25]}},"from":[-16,-12,-16],"shade":false,"to":[-12,-10.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1549737424_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w209.json b/assets/minecraft/models/w209.json new file mode 100644 index 000000000..842eba027 --- /dev/null +++ b/assets/minecraft/models/w209.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[2,12,4,0]}},"from":[8,8,8],"shade":false,"to":[4.8,-11.200001,8]}],"overrides":[],"textures":{"0":"item/w1324649479_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2090.json b/assets/minecraft/models/w2090.json new file mode 100644 index 000000000..45b7f8de5 --- /dev/null +++ b/assets/minecraft/models/w2090.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,5.25,4.25,5.25]},"east":{"texture":"#0","uv":[3,5.25,3,9.75]},"north":{"texture":"#0","uv":[3,5.25,4.75,9.75]},"south":{"texture":"#0","uv":[4.75,5.25,3,9.75]},"up":{"texture":"#0","uv":[4.25,5.25,3,5.25]},"west":{"texture":"#0","uv":[4.25,5.25,4.25,9.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-8.8,-16]}],"overrides":[],"textures":{"0":"item/w1549737424_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2091.json b/assets/minecraft/models/w2091.json new file mode 100644 index 000000000..8ef0ba5d1 --- /dev/null +++ b/assets/minecraft/models/w2091.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,5.25,5.5,5.25]},"east":{"texture":"#0","uv":[4.25,5.25,4.25,9.75]},"north":{"texture":"#0","uv":[4.75,5.25,3,9.75]},"south":{"texture":"#0","uv":[3,5.25,4.75,9.75]},"up":{"texture":"#0","uv":[3,5.25,4.25,5.25]},"west":{"texture":"#0","uv":[3,5.25,3,9.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-8.8,-16]}],"overrides":[],"textures":{"0":"item/w1549737424_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2092.json b/assets/minecraft/models/w2092.json new file mode 100644 index 000000000..4363b2eb3 --- /dev/null +++ b/assets/minecraft/models/w2092.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,4]},"north":{"texture":"#0","uv":[1.5,1.5,3.5,4]},"south":{"texture":"#0","uv":[5,1.5,7,4]},"up":{"texture":"#0","uv":[3.5,1.5,1.5,0]},"west":{"texture":"#0","uv":[3.5,1.5,5,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12,-13.6]}],"overrides":[],"textures":{"0":"item/w1549737424_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2093.json b/assets/minecraft/models/w2093.json new file mode 100644 index 000000000..5ba61efe6 --- /dev/null +++ b/assets/minecraft/models/w2093.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,4,1.5,4]},"east":{"texture":"#0","uv":[0,4,0,8.5]},"north":{"texture":"#0","uv":[0,4,2,8.75]},"south":{"texture":"#0","uv":[2,4,0,8.75]},"up":{"texture":"#0","uv":[1.5,4,0,4]},"west":{"texture":"#0","uv":[1.5,4,1.5,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-8.4,-16]}],"overrides":[],"textures":{"0":"item/w1549737424_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2094.json b/assets/minecraft/models/w2094.json new file mode 100644 index 000000000..0fc50e27b --- /dev/null +++ b/assets/minecraft/models/w2094.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,4,3,4]},"east":{"texture":"#0","uv":[1.5,4,1.5,8.5]},"north":{"texture":"#0","uv":[2,4,0,8.75]},"south":{"texture":"#0","uv":[0,4,2,8.75]},"up":{"texture":"#0","uv":[0,4,1.5,4]},"west":{"texture":"#0","uv":[0,4,0,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-8.4,-16]}],"overrides":[],"textures":{"0":"item/w1549737424_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2095.json b/assets/minecraft/models/w2095.json new file mode 100644 index 000000000..23dcf9cee --- /dev/null +++ b/assets/minecraft/models/w2095.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,9,0,4]},"east":{"texture":"#0","uv":[5,9,0,4]},"north":{"texture":"#0","uv":[5,9,0,4]},"south":{"texture":"#0","uv":[5,9,0,4]},"up":{"texture":"#0","uv":[5,9,0,4]},"west":{"texture":"#0","uv":[5,9,0,4]}},"from":[8,8,8],"shade":false,"to":[6.4,6.4,6.4]}],"overrides":[],"textures":{"0":"item/w16136324_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2096.json b/assets/minecraft/models/w2096.json new file mode 100644 index 000000000..1c1cd2299 --- /dev/null +++ b/assets/minecraft/models/w2096.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,3,3]},"east":{"texture":"#0","uv":[0,0,3,3]},"north":{"texture":"#0","uv":[0,0,3,3]},"south":{"texture":"#0","uv":[0,0,3,3]},"up":{"texture":"#0","uv":[0,0,3,3]},"west":{"texture":"#0","uv":[0,0,3,3]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w16136324_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2097.json b/assets/minecraft/models/w2097.json new file mode 100644 index 000000000..0445fef4c --- /dev/null +++ b/assets/minecraft/models/w2097.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[10,0,4,3]},"south":{"texture":"#0","uv":[4,0,10,3]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w16136324_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2098.json b/assets/minecraft/models/w2098.json new file mode 100644 index 000000000..5b6d4ddb5 --- /dev/null +++ b/assets/minecraft/models/w2098.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4,0,10,3]},"south":{"texture":"#0","uv":[10,0,4,3]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w16136324_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2099.json b/assets/minecraft/models/w2099.json new file mode 100644 index 000000000..830a753fe --- /dev/null +++ b/assets/minecraft/models/w2099.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,9,0,4]},"east":{"texture":"#0","uv":[5,9,0,4]},"north":{"texture":"#0","uv":[5,9,0,4]},"south":{"texture":"#0","uv":[5,9,0,4]},"up":{"texture":"#0","uv":[5,9,0,4]},"west":{"texture":"#0","uv":[5,9,0,4]}},"from":[8,8,8],"shade":false,"to":[6.4,6.4,6.4]}],"overrides":[],"textures":{"0":"item/w16287882_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w21.json b/assets/minecraft/models/w21.json new file mode 100644 index 000000000..86c4b6bf6 --- /dev/null +++ b/assets/minecraft/models/w21.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.875,11.375,2,12.5]},"east":{"texture":"#0","uv":[0,12.5,1.125,13.875]},"north":{"texture":"#0","uv":[1.125,12.5,2,13.875]},"south":{"texture":"#0","uv":[3.125,12.5,4,13.875]},"up":{"texture":"#0","uv":[2,12.5,1.125,11.375]},"west":{"texture":"#0","uv":[2,12.5,3.125,13.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-11.6,-12.4]}],"overrides":[],"textures":{"0":"item/w88907092_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w210.json b/assets/minecraft/models/w210.json new file mode 100644 index 000000000..842eba027 --- /dev/null +++ b/assets/minecraft/models/w210.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[2,12,4,0]}},"from":[8,8,8],"shade":false,"to":[4.8,-11.200001,8]}],"overrides":[],"textures":{"0":"item/w1324649479_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2100.json b/assets/minecraft/models/w2100.json new file mode 100644 index 000000000..b6d7406b1 --- /dev/null +++ b/assets/minecraft/models/w2100.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,3,3]},"east":{"texture":"#0","uv":[0,0,3,3]},"north":{"texture":"#0","uv":[0,0,3,3]},"south":{"texture":"#0","uv":[0,0,3,3]},"up":{"texture":"#0","uv":[0,0,3,3]},"west":{"texture":"#0","uv":[0,0,3,3]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w16287882_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2101.json b/assets/minecraft/models/w2101.json new file mode 100644 index 000000000..7d3b57620 --- /dev/null +++ b/assets/minecraft/models/w2101.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,13,4,15]},"east":{"texture":"#0","uv":[0,15,2,16]},"north":{"texture":"#0","uv":[2,15,4,16]},"south":{"texture":"#0","uv":[6,15,8,16]},"up":{"texture":"#0","uv":[4,15,2,13]},"west":{"texture":"#0","uv":[4,15,6,16]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-15.2]}],"overrides":[],"textures":{"0":"item/w16287882_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2102.json b/assets/minecraft/models/w2102.json new file mode 100644 index 000000000..d20023b51 --- /dev/null +++ b/assets/minecraft/models/w2102.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15,0,14,1]},"east":{"texture":"#0","uv":[12,1,13,8]},"north":{"texture":"#0","uv":[13,1,14,8]},"south":{"texture":"#0","uv":[15,1,16,8]},"up":{"texture":"#0","uv":[14,1,13,0]},"west":{"texture":"#0","uv":[14,1,15,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-13.2,-15.6]}],"overrides":[],"textures":{"0":"item/w16287882_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2103.json b/assets/minecraft/models/w2103.json new file mode 100644 index 000000000..7c938b645 --- /dev/null +++ b/assets/minecraft/models/w2103.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6,4,11,13]},"south":{"texture":"#0","uv":[6,4,11,13]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-12.4,-16]}],"overrides":[],"textures":{"0":"item/w16287882_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2104.json b/assets/minecraft/models/w2104.json new file mode 100644 index 000000000..13510b46b --- /dev/null +++ b/assets/minecraft/models/w2104.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[10,0,4,3]},"south":{"texture":"#0","uv":[4,0,10,3]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w16287882_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2105.json b/assets/minecraft/models/w2105.json new file mode 100644 index 000000000..2a6a868cb --- /dev/null +++ b/assets/minecraft/models/w2105.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4,0,10,3]},"south":{"texture":"#0","uv":[10,0,4,3]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w16287882_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2106.json b/assets/minecraft/models/w2106.json new file mode 100644 index 000000000..fe6ca0c96 --- /dev/null +++ b/assets/minecraft/models/w2106.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,9,0,4]},"east":{"texture":"#0","uv":[5,9,0,4]},"north":{"texture":"#0","uv":[5,9,0,4]},"south":{"texture":"#0","uv":[5,9,0,4]},"up":{"texture":"#0","uv":[5,9,0,4]},"west":{"texture":"#0","uv":[5,9,0,4]}},"from":[8,8,8],"shade":false,"to":[6.4,6.4,6.4]}],"overrides":[],"textures":{"0":"item/w505007129_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2107.json b/assets/minecraft/models/w2107.json new file mode 100644 index 000000000..2abfd59fb --- /dev/null +++ b/assets/minecraft/models/w2107.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,3,3]},"east":{"texture":"#0","uv":[0,0,3,3]},"north":{"texture":"#0","uv":[0,0,3,3]},"south":{"texture":"#0","uv":[0,0,3,3]},"up":{"texture":"#0","uv":[0,0,3,3]},"west":{"texture":"#0","uv":[0,0,3,3]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w505007129_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2108.json b/assets/minecraft/models/w2108.json new file mode 100644 index 000000000..3fc950254 --- /dev/null +++ b/assets/minecraft/models/w2108.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[10,0,4,3]},"south":{"texture":"#0","uv":[4,0,10,3]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w505007129_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2109.json b/assets/minecraft/models/w2109.json new file mode 100644 index 000000000..903a15760 --- /dev/null +++ b/assets/minecraft/models/w2109.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4,0,10,3]},"south":{"texture":"#0","uv":[10,0,4,3]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w505007129_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w211.json b/assets/minecraft/models/w211.json new file mode 100644 index 000000000..842eba027 --- /dev/null +++ b/assets/minecraft/models/w211.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[2,12,4,0]}},"from":[8,8,8],"shade":false,"to":[4.8,-11.200001,8]}],"overrides":[],"textures":{"0":"item/w1324649479_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2110.json b/assets/minecraft/models/w2110.json new file mode 100644 index 000000000..6b53bfe35 --- /dev/null +++ b/assets/minecraft/models/w2110.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,9,0,4]},"east":{"texture":"#0","uv":[5,9,0,4]},"north":{"texture":"#0","uv":[5,9,0,4]},"south":{"texture":"#0","uv":[5,9,0,4]},"up":{"texture":"#0","uv":[5,9,0,4]},"west":{"texture":"#0","uv":[5,9,0,4]}},"from":[8,8,8],"shade":false,"to":[6.4,6.4,6.4]}],"overrides":[],"textures":{"0":"item/w16466701_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2111.json b/assets/minecraft/models/w2111.json new file mode 100644 index 000000000..93173e543 --- /dev/null +++ b/assets/minecraft/models/w2111.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,3,3]},"east":{"texture":"#0","uv":[0,0,3,3]},"north":{"texture":"#0","uv":[0,0,3,3]},"south":{"texture":"#0","uv":[0,0,3,3]},"up":{"texture":"#0","uv":[0,0,3,3]},"west":{"texture":"#0","uv":[0,0,3,3]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w16466701_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2112.json b/assets/minecraft/models/w2112.json new file mode 100644 index 000000000..41b6541c2 --- /dev/null +++ b/assets/minecraft/models/w2112.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[10,0,4,3]},"south":{"texture":"#0","uv":[4,0,10,3]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w16466701_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2113.json b/assets/minecraft/models/w2113.json new file mode 100644 index 000000000..bf57608bb --- /dev/null +++ b/assets/minecraft/models/w2113.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4,0,10,3]},"south":{"texture":"#0","uv":[10,0,4,3]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w16466701_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2114.json b/assets/minecraft/models/w2114.json new file mode 100644 index 000000000..6780f57ea --- /dev/null +++ b/assets/minecraft/models/w2114.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,9,0,4]},"east":{"texture":"#0","uv":[5,9,0,4]},"north":{"texture":"#0","uv":[5,9,0,4]},"south":{"texture":"#0","uv":[5,9,0,4]},"up":{"texture":"#0","uv":[5,9,0,4]},"west":{"texture":"#0","uv":[5,9,0,4]}},"from":[8,8,8],"shade":false,"to":[6.4,6.4,6.4]}],"overrides":[],"textures":{"0":"item/w1126369822_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2115.json b/assets/minecraft/models/w2115.json new file mode 100644 index 000000000..6fa3a68ff --- /dev/null +++ b/assets/minecraft/models/w2115.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,3,3]},"east":{"texture":"#0","uv":[0,0,3,3]},"north":{"texture":"#0","uv":[0,0,3,3]},"south":{"texture":"#0","uv":[0,0,3,3]},"up":{"texture":"#0","uv":[0,0,3,3]},"west":{"texture":"#0","uv":[0,0,3,3]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1126369822_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2116.json b/assets/minecraft/models/w2116.json new file mode 100644 index 000000000..1f1816404 --- /dev/null +++ b/assets/minecraft/models/w2116.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[10,0,4,3]},"south":{"texture":"#0","uv":[4,0,10,3]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w1126369822_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2117.json b/assets/minecraft/models/w2117.json new file mode 100644 index 000000000..862c9f958 --- /dev/null +++ b/assets/minecraft/models/w2117.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4,0,10,3]},"south":{"texture":"#0","uv":[10,0,4,3]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w1126369822_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2118.json b/assets/minecraft/models/w2118.json new file mode 100644 index 000000000..22c822827 --- /dev/null +++ b/assets/minecraft/models/w2118.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,3,5]},"east":{"texture":"#0","uv":[0,5,1,8]},"north":{"texture":"#0","uv":[1,5,3,8]},"south":{"texture":"#0","uv":[4,5,6,8]},"up":{"texture":"#0","uv":[3,5,1,4]},"west":{"texture":"#0","uv":[3,5,4,8]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1987473792_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2119.json b/assets/minecraft/models/w2119.json new file mode 100644 index 000000000..11b219cd2 --- /dev/null +++ b/assets/minecraft/models/w2119.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,0,10,1]},"east":{"texture":"#0","uv":[8,1,9,4]},"north":{"texture":"#0","uv":[9,1,10,4]},"south":{"texture":"#0","uv":[11,1,12,4]},"up":{"texture":"#0","uv":[10,1,9,0]},"west":{"texture":"#0","uv":[10,1,11,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1987473792_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w212.json b/assets/minecraft/models/w212.json new file mode 100644 index 000000000..d9b09c3a6 --- /dev/null +++ b/assets/minecraft/models/w212.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[0,12,2,0]}},"from":[8,8,8],"shade":false,"to":[4.8,-11.200001,8]}],"overrides":[],"textures":{"0":"item/w1324649479_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2120.json b/assets/minecraft/models/w2120.json new file mode 100644 index 000000000..11b219cd2 --- /dev/null +++ b/assets/minecraft/models/w2120.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,0,10,1]},"east":{"texture":"#0","uv":[8,1,9,4]},"north":{"texture":"#0","uv":[9,1,10,4]},"south":{"texture":"#0","uv":[11,1,12,4]},"up":{"texture":"#0","uv":[10,1,9,0]},"west":{"texture":"#0","uv":[10,1,11,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1987473792_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2121.json b/assets/minecraft/models/w2121.json new file mode 100644 index 000000000..11b219cd2 --- /dev/null +++ b/assets/minecraft/models/w2121.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,0,10,1]},"east":{"texture":"#0","uv":[8,1,9,4]},"north":{"texture":"#0","uv":[9,1,10,4]},"south":{"texture":"#0","uv":[11,1,12,4]},"up":{"texture":"#0","uv":[10,1,9,0]},"west":{"texture":"#0","uv":[10,1,11,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1987473792_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2122.json b/assets/minecraft/models/w2122.json new file mode 100644 index 000000000..11b219cd2 --- /dev/null +++ b/assets/minecraft/models/w2122.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,0,10,1]},"east":{"texture":"#0","uv":[8,1,9,4]},"north":{"texture":"#0","uv":[9,1,10,4]},"south":{"texture":"#0","uv":[11,1,12,4]},"up":{"texture":"#0","uv":[10,1,9,0]},"west":{"texture":"#0","uv":[10,1,11,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1987473792_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2123.json b/assets/minecraft/models/w2123.json new file mode 100644 index 000000000..c00f3b21a --- /dev/null +++ b/assets/minecraft/models/w2123.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,4,2]},"east":{"texture":"#0","uv":[0,2,2,4]},"north":{"texture":"#0","uv":[2,2,4,4]},"south":{"texture":"#0","uv":[6,2,8,4]},"up":{"texture":"#0","uv":[4,2,2,0]},"west":{"texture":"#0","uv":[4,2,6,4]}},"from":[8,8,8],"shade":false,"to":[4.8,4.8,4.8]}],"overrides":[],"textures":{"0":"item/w1987473792_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2124.json b/assets/minecraft/models/w2124.json new file mode 100644 index 000000000..d0816b46e --- /dev/null +++ b/assets/minecraft/models/w2124.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3,2]},"east":{"texture":"#0","uv":[3,2,5,3]},"north":{"texture":"#0","uv":[1,1,2,2]},"south":{"texture":"#0","uv":[1,0,2,1]},"up":{"texture":"#0","uv":[4,2,3,0]},"west":{"texture":"#0","uv":[5,2,3,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-15.2]}],"overrides":[],"textures":{"0":"item/w1298031229_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2125.json b/assets/minecraft/models/w2125.json new file mode 100644 index 000000000..194f1f971 --- /dev/null +++ b/assets/minecraft/models/w2125.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3,2]},"east":{"texture":"#0","uv":[3,2,5,3]},"north":{"texture":"#0","uv":[1,1,2,2]},"south":{"texture":"#0","uv":[1,0,2,1]},"up":{"texture":"#0","uv":[4,2,3,0]},"west":{"texture":"#0","uv":[5,2,3,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-15.2]}],"overrides":[],"textures":{"0":"item/w1929792504_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2126.json b/assets/minecraft/models/w2126.json new file mode 100644 index 000000000..b6f2989ee --- /dev/null +++ b/assets/minecraft/models/w2126.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3,2]},"east":{"texture":"#0","uv":[3,2,5,3]},"north":{"texture":"#0","uv":[1,1,2,2]},"south":{"texture":"#0","uv":[1,0,2,1]},"up":{"texture":"#0","uv":[4,2,3,0]},"west":{"texture":"#0","uv":[5,2,3,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-15.2]}],"overrides":[],"textures":{"0":"item/w1843347859_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2127.json b/assets/minecraft/models/w2127.json new file mode 100644 index 000000000..e6b34d2d3 --- /dev/null +++ b/assets/minecraft/models/w2127.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[9.5,6,6,7]},"west":{"texture":"#0","uv":[6,6,9.5,7]}},"from":[-15.6,-13.6,-15.6],"shade":false,"to":[-15.6,-12.8,-12.8]},{"faces":{"east":{"texture":"#0","uv":[3.5,9,0,10]},"west":{"texture":"#0","uv":[0,9,3.5,10]}},"from":[-15.6,-16,-15.2],"shade":false,"to":[-15.6,-15.2,-12.4]},{"faces":{"down":{"texture":"#0","uv":[6,0,5,4]},"east":{"texture":"#0","uv":[9,4,5,6]},"north":{"texture":"#0","uv":[4,4,5,6]},"south":{"texture":"#0","uv":[9,4,10,6]},"up":{"texture":"#0","uv":[5,4,4,0]},"west":{"texture":"#0","uv":[5,4,9,6]}},"from":[-16,-15.2,-16],"shade":false,"to":[-15.2,-13.599999,-12.4]}],"overrides":[],"textures":{"0":"item/w686620774_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2128.json b/assets/minecraft/models/w2128.json new file mode 100644 index 000000000..37e155e78 --- /dev/null +++ b/assets/minecraft/models/w2128.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,0,6,2.5]},"up":{"texture":"#0","uv":[8,2.5,6,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14]}],"overrides":[],"textures":{"0":"item/w686620774_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2129.json b/assets/minecraft/models/w2129.json new file mode 100644 index 000000000..081795704 --- /dev/null +++ b/assets/minecraft/models/w2129.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,8,2.5]},"up":{"texture":"#0","uv":[6,2.5,8,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14]}],"overrides":[],"textures":{"0":"item/w686620774_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w213.json b/assets/minecraft/models/w213.json new file mode 100644 index 000000000..d9b09c3a6 --- /dev/null +++ b/assets/minecraft/models/w213.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[0,12,2,0]}},"from":[8,8,8],"shade":false,"to":[4.8,-11.200001,8]}],"overrides":[],"textures":{"0":"item/w1324649479_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2130.json b/assets/minecraft/models/w2130.json new file mode 100644 index 000000000..a497b4fc4 --- /dev/null +++ b/assets/minecraft/models/w2130.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3,6,0,9]},"west":{"texture":"#0","uv":[0,6,3,9]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w686620774_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2131.json b/assets/minecraft/models/w2131.json new file mode 100644 index 000000000..763c19b51 --- /dev/null +++ b/assets/minecraft/models/w2131.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,7,10,9]},"east":{"texture":"#0","uv":[12,9,10,11]},"north":{"texture":"#0","uv":[9,9,10,11]},"south":{"texture":"#0","uv":[12,9,13,11]},"up":{"texture":"#0","uv":[10,9,9,7]},"west":{"texture":"#0","uv":[10,9,12,11]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w686620774_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2132.json b/assets/minecraft/models/w2132.json new file mode 100644 index 000000000..f2d9dfe13 --- /dev/null +++ b/assets/minecraft/models/w2132.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,0,1,1]},"east":{"texture":"#0","uv":[0,1,1,1]},"north":{"texture":"#0","uv":[1,1,2.5,1]},"south":{"texture":"#0","uv":[3.5,1,5,1]},"up":{"texture":"#0","uv":[2.5,1,1,0]},"west":{"texture":"#0","uv":[2.5,1,3.5,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w686620774_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2133.json b/assets/minecraft/models/w2133.json new file mode 100644 index 000000000..b58081c17 --- /dev/null +++ b/assets/minecraft/models/w2133.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0,2.5,1]},"east":{"texture":"#0","uv":[3.5,1,2.5,1]},"north":{"texture":"#0","uv":[2.5,1,1,1]},"south":{"texture":"#0","uv":[5,1,3.5,1]},"up":{"texture":"#0","uv":[1,1,2.5,0]},"west":{"texture":"#0","uv":[1,1,0,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w686620774_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2134.json b/assets/minecraft/models/w2134.json new file mode 100644 index 000000000..e59715bf4 --- /dev/null +++ b/assets/minecraft/models/w2134.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[9.5,6,6,7]},"west":{"texture":"#0","uv":[6,6,9.5,7]}},"from":[-15.6,-13.6,-16],"shade":false,"to":[-15.6,-12.8,-13.2]},{"faces":{"east":{"texture":"#0","uv":[3.5,9,0,10]},"west":{"texture":"#0","uv":[0,9,3.5,10]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.6,-15.2,-13.2]},{"faces":{"down":{"texture":"#0","uv":[6,0,5,4]},"east":{"texture":"#0","uv":[9,4,5,6]},"north":{"texture":"#0","uv":[4,4,5,6]},"south":{"texture":"#0","uv":[9,4,10,6]},"up":{"texture":"#0","uv":[5,4,4,0]},"west":{"texture":"#0","uv":[5,4,9,6]}},"from":[-16,-15.2,-16],"shade":false,"to":[-15.2,-13.599999,-12.8]}],"overrides":[],"textures":{"0":"item/w686650531_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2135.json b/assets/minecraft/models/w2135.json new file mode 100644 index 000000000..0e28d53b1 --- /dev/null +++ b/assets/minecraft/models/w2135.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,0,6,2.5]},"up":{"texture":"#0","uv":[8,2.5,6,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14]}],"overrides":[],"textures":{"0":"item/w686650531_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2136.json b/assets/minecraft/models/w2136.json new file mode 100644 index 000000000..3e0433cfd --- /dev/null +++ b/assets/minecraft/models/w2136.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,8,2.5]},"up":{"texture":"#0","uv":[6,2.5,8,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14]}],"overrides":[],"textures":{"0":"item/w686650531_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2137.json b/assets/minecraft/models/w2137.json new file mode 100644 index 000000000..885dc1ee3 --- /dev/null +++ b/assets/minecraft/models/w2137.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3,6,0,9]},"west":{"texture":"#0","uv":[0,6,3,9]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w686650531_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2138.json b/assets/minecraft/models/w2138.json new file mode 100644 index 000000000..5fdafa42c --- /dev/null +++ b/assets/minecraft/models/w2138.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,7,10,9]},"east":{"texture":"#0","uv":[12,9,10,11]},"north":{"texture":"#0","uv":[9,9,10,11]},"south":{"texture":"#0","uv":[12,9,13,11]},"up":{"texture":"#0","uv":[10,9,9,7]},"west":{"texture":"#0","uv":[10,9,12,11]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w686650531_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2139.json b/assets/minecraft/models/w2139.json new file mode 100644 index 000000000..a381750a5 --- /dev/null +++ b/assets/minecraft/models/w2139.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,0,1,1]},"up":{"texture":"#0","uv":[2.5,1,1,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w686650531_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w214.json b/assets/minecraft/models/w214.json new file mode 100644 index 000000000..d9b09c3a6 --- /dev/null +++ b/assets/minecraft/models/w214.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[0,12,2,0]}},"from":[8,8,8],"shade":false,"to":[4.8,-11.200001,8]}],"overrides":[],"textures":{"0":"item/w1324649479_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2140.json b/assets/minecraft/models/w2140.json new file mode 100644 index 000000000..7214dab08 --- /dev/null +++ b/assets/minecraft/models/w2140.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0,2.5,1]},"up":{"texture":"#0","uv":[1,1,2.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w686650531_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2141.json b/assets/minecraft/models/w2141.json new file mode 100644 index 000000000..9f55ecf52 --- /dev/null +++ b/assets/minecraft/models/w2141.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[9.5,6,6,7]},"west":{"texture":"#0","uv":[6,6,9.5,7]}},"from":[-15.6,-13.6,-16],"shade":false,"to":[-15.6,-12.8,-13.2]},{"faces":{"east":{"texture":"#0","uv":[3.5,9,0,10]},"west":{"texture":"#0","uv":[0,9,3.5,10]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.6,-15.2,-13.2]},{"faces":{"down":{"texture":"#0","uv":[6,0,5,4]},"east":{"texture":"#0","uv":[9,4,5,6]},"north":{"texture":"#0","uv":[4,4,5,6]},"south":{"texture":"#0","uv":[9,4,10,6]},"up":{"texture":"#0","uv":[5,4,4,0]},"west":{"texture":"#0","uv":[5,4,9,6]}},"from":[-16,-15.2,-16],"shade":false,"to":[-15.2,-13.599999,-12.8]}],"overrides":[],"textures":{"0":"item/w626005022_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2142.json b/assets/minecraft/models/w2142.json new file mode 100644 index 000000000..91aafad01 --- /dev/null +++ b/assets/minecraft/models/w2142.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,0,6,2.5]},"up":{"texture":"#0","uv":[8,2.5,6,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14]}],"overrides":[],"textures":{"0":"item/w626005022_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2143.json b/assets/minecraft/models/w2143.json new file mode 100644 index 000000000..f785c31f6 --- /dev/null +++ b/assets/minecraft/models/w2143.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,8,2.5]},"up":{"texture":"#0","uv":[6,2.5,8,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14]}],"overrides":[],"textures":{"0":"item/w626005022_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2144.json b/assets/minecraft/models/w2144.json new file mode 100644 index 000000000..51b1c6683 --- /dev/null +++ b/assets/minecraft/models/w2144.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3,6,0,9]},"west":{"texture":"#0","uv":[0,6,3,9]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w626005022_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2145.json b/assets/minecraft/models/w2145.json new file mode 100644 index 000000000..39e18702c --- /dev/null +++ b/assets/minecraft/models/w2145.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,7,10,9]},"east":{"texture":"#0","uv":[12,9,10,11]},"north":{"texture":"#0","uv":[9,9,10,11]},"south":{"texture":"#0","uv":[12,9,13,11]},"up":{"texture":"#0","uv":[10,9,9,7]},"west":{"texture":"#0","uv":[10,9,12,11]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w626005022_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2146.json b/assets/minecraft/models/w2146.json new file mode 100644 index 000000000..2cda63b71 --- /dev/null +++ b/assets/minecraft/models/w2146.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,0,1,2]},"up":{"texture":"#0","uv":[3,2,1,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-14.8]}],"overrides":[],"textures":{"0":"item/w626005022_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2147.json b/assets/minecraft/models/w2147.json new file mode 100644 index 000000000..025253c68 --- /dev/null +++ b/assets/minecraft/models/w2147.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0,3,2]},"up":{"texture":"#0","uv":[1,2,3,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-14.8]}],"overrides":[],"textures":{"0":"item/w626005022_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2148.json b/assets/minecraft/models/w2148.json new file mode 100644 index 000000000..106501539 --- /dev/null +++ b/assets/minecraft/models/w2148.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[9.5,6,6,7]},"west":{"texture":"#0","uv":[6,6,9.5,7]}},"from":[-15.6,-13.6,-16],"shade":false,"to":[-15.6,-12.8,-13.2]},{"faces":{"east":{"texture":"#0","uv":[3.5,9,0,10]},"west":{"texture":"#0","uv":[0,9,3.5,10]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.6,-15.2,-13.2]},{"faces":{"down":{"texture":"#0","uv":[6,0,5,4]},"east":{"texture":"#0","uv":[9,4,5,6]},"north":{"texture":"#0","uv":[4,4,5,6]},"south":{"texture":"#0","uv":[9,4,10,6]},"up":{"texture":"#0","uv":[5,4,4,0]},"west":{"texture":"#0","uv":[5,4,9,6]}},"from":[-16,-15.2,-16],"shade":false,"to":[-15.2,-13.599999,-12.8]}],"overrides":[],"textures":{"0":"item/w1038755468_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2149.json b/assets/minecraft/models/w2149.json new file mode 100644 index 000000000..d0f6addde --- /dev/null +++ b/assets/minecraft/models/w2149.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,0,6,2.5]},"up":{"texture":"#0","uv":[8,2.5,6,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14]}],"overrides":[],"textures":{"0":"item/w1038755468_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w215.json b/assets/minecraft/models/w215.json new file mode 100644 index 000000000..d9b09c3a6 --- /dev/null +++ b/assets/minecraft/models/w215.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[0,12,2,0]}},"from":[8,8,8],"shade":false,"to":[4.8,-11.200001,8]}],"overrides":[],"textures":{"0":"item/w1324649479_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2150.json b/assets/minecraft/models/w2150.json new file mode 100644 index 000000000..c3cc4f4a7 --- /dev/null +++ b/assets/minecraft/models/w2150.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,8,2.5]},"up":{"texture":"#0","uv":[6,2.5,8,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14]}],"overrides":[],"textures":{"0":"item/w1038755468_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2151.json b/assets/minecraft/models/w2151.json new file mode 100644 index 000000000..c7c3579ed --- /dev/null +++ b/assets/minecraft/models/w2151.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3,6,0,9]},"west":{"texture":"#0","uv":[0,6,3,9]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1038755468_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2152.json b/assets/minecraft/models/w2152.json new file mode 100644 index 000000000..b2cf83ff7 --- /dev/null +++ b/assets/minecraft/models/w2152.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,7,10,9]},"east":{"texture":"#0","uv":[12,9,10,11]},"north":{"texture":"#0","uv":[9,9,10,11]},"south":{"texture":"#0","uv":[12,9,13,11]},"up":{"texture":"#0","uv":[10,9,9,7]},"west":{"texture":"#0","uv":[10,9,12,11]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1038755468_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2153.json b/assets/minecraft/models/w2153.json new file mode 100644 index 000000000..61ee3fee4 --- /dev/null +++ b/assets/minecraft/models/w2153.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,0,1,1]},"up":{"texture":"#0","uv":[2.5,1,1,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1038755468_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2154.json b/assets/minecraft/models/w2154.json new file mode 100644 index 000000000..210042801 --- /dev/null +++ b/assets/minecraft/models/w2154.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0,2.5,1]},"up":{"texture":"#0","uv":[1,1,2.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1038755468_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2155.json b/assets/minecraft/models/w2155.json new file mode 100644 index 000000000..048d0d32f --- /dev/null +++ b/assets/minecraft/models/w2155.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[9.5,6,6,7]},"west":{"texture":"#0","uv":[6,6,9.5,7]}},"from":[-15.6,-13.6,-16],"shade":false,"to":[-15.6,-12.8,-13.2]},{"faces":{"east":{"texture":"#0","uv":[3.5,9,0,10]},"west":{"texture":"#0","uv":[0,9,3.5,10]}},"from":[-15.6,-16,-15.6],"shade":false,"to":[-15.6,-15.2,-12.8]},{"faces":{"down":{"texture":"#0","uv":[6,1.5,5,4]},"east":{"texture":"#0","uv":[7.5,4,5,6]},"north":{"texture":"#0","uv":[4,4,5,6]},"south":{"texture":"#0","uv":[12,9.5,13,11.5]},"up":{"texture":"#0","uv":[5,4,4,1.5]},"west":{"texture":"#0","uv":[5,4,7.5,6]}},"from":[-16,-15.2,-15.6],"shade":false,"to":[-15.2,-13.599999,-13.6]}],"overrides":[],"textures":{"0":"item/w1963216811_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2156.json b/assets/minecraft/models/w2156.json new file mode 100644 index 000000000..f6342c8ae --- /dev/null +++ b/assets/minecraft/models/w2156.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,0,6,2.5]},"up":{"texture":"#0","uv":[8,2.5,6,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14]}],"overrides":[],"textures":{"0":"item/w1963216811_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2157.json b/assets/minecraft/models/w2157.json new file mode 100644 index 000000000..5d383c772 --- /dev/null +++ b/assets/minecraft/models/w2157.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,8,2.5]},"up":{"texture":"#0","uv":[6,2.5,8,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14]}],"overrides":[],"textures":{"0":"item/w1963216811_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2158.json b/assets/minecraft/models/w2158.json new file mode 100644 index 000000000..5c5f72cae --- /dev/null +++ b/assets/minecraft/models/w2158.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3,6,0,9]},"west":{"texture":"#0","uv":[0,6,3,9]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1963216811_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2159.json b/assets/minecraft/models/w2159.json new file mode 100644 index 000000000..8abb27700 --- /dev/null +++ b/assets/minecraft/models/w2159.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,7,10,9]},"east":{"texture":"#0","uv":[12,9,10,11]},"north":{"texture":"#0","uv":[9,9,10,11]},"south":{"texture":"#0","uv":[12,9,13,11]},"up":{"texture":"#0","uv":[10,9,9,7]},"west":{"texture":"#0","uv":[10,9,12,11]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1963216811_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w216.json b/assets/minecraft/models/w216.json new file mode 100644 index 000000000..53937c94c --- /dev/null +++ b/assets/minecraft/models/w216.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,6,6]},"up":{"texture":"#0","uv":[0,6,6,0]}},"from":[-16,-16,-16],"shade":false,"to":[3.2000008,-16,3.2000008]}],"overrides":[],"textures":{"0":"item/w1263101820_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2160.json b/assets/minecraft/models/w2160.json new file mode 100644 index 000000000..3a6a15fb9 --- /dev/null +++ b/assets/minecraft/models/w2160.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,0,1,1]},"east":{"texture":"#0","uv":[0,1,1,1]},"north":{"texture":"#0","uv":[1,1,2.5,1]},"south":{"texture":"#0","uv":[3.5,1,5,1]},"up":{"texture":"#0","uv":[2.5,1,1,0]},"west":{"texture":"#0","uv":[2.5,1,3.5,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1963216811_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2161.json b/assets/minecraft/models/w2161.json new file mode 100644 index 000000000..6bc921b23 --- /dev/null +++ b/assets/minecraft/models/w2161.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0,2.5,1]},"east":{"texture":"#0","uv":[3.5,1,2.5,1]},"north":{"texture":"#0","uv":[2.5,1,1,1]},"south":{"texture":"#0","uv":[5,1,3.5,1]},"up":{"texture":"#0","uv":[1,1,2.5,0]},"west":{"texture":"#0","uv":[1,1,0,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1963216811_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2162.json b/assets/minecraft/models/w2162.json new file mode 100644 index 000000000..2019e17d6 --- /dev/null +++ b/assets/minecraft/models/w2162.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[9.5,6,6,7]},"west":{"texture":"#0","uv":[6,6,9.5,7]}},"from":[-15.6,-13.6,-16],"shade":false,"to":[-15.6,-12.8,-13.2]},{"faces":{"east":{"texture":"#0","uv":[3.5,9,0,10]},"west":{"texture":"#0","uv":[0,9,3.5,10]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.6,-15.2,-13.2]},{"faces":{"down":{"texture":"#0","uv":[6,0,5,4]},"east":{"texture":"#0","uv":[9,4,5,6]},"north":{"texture":"#0","uv":[4,4,5,6]},"south":{"texture":"#0","uv":[9,4,10,6]},"up":{"texture":"#0","uv":[5,4,4,0]},"west":{"texture":"#0","uv":[5,4,9,6]}},"from":[-16,-15.2,-16],"shade":false,"to":[-15.2,-13.599999,-12.8]}],"overrides":[],"textures":{"0":"item/w1615450148_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2163.json b/assets/minecraft/models/w2163.json new file mode 100644 index 000000000..3dde488d6 --- /dev/null +++ b/assets/minecraft/models/w2163.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,0,6,2.5]},"up":{"texture":"#0","uv":[8,2.5,6,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14]}],"overrides":[],"textures":{"0":"item/w1615450148_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2164.json b/assets/minecraft/models/w2164.json new file mode 100644 index 000000000..a0f6b93cf --- /dev/null +++ b/assets/minecraft/models/w2164.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,8,2.5]},"up":{"texture":"#0","uv":[6,2.5,8,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14]}],"overrides":[],"textures":{"0":"item/w1615450148_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2165.json b/assets/minecraft/models/w2165.json new file mode 100644 index 000000000..209a9b6a8 --- /dev/null +++ b/assets/minecraft/models/w2165.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3,6,0,9]},"west":{"texture":"#0","uv":[0,6,3,9]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1615450148_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2166.json b/assets/minecraft/models/w2166.json new file mode 100644 index 000000000..45507cd46 --- /dev/null +++ b/assets/minecraft/models/w2166.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,7,10,9]},"east":{"texture":"#0","uv":[12,9,10,11]},"north":{"texture":"#0","uv":[9,9,10,11]},"south":{"texture":"#0","uv":[12,9,13,11]},"up":{"texture":"#0","uv":[10,9,9,7]},"west":{"texture":"#0","uv":[10,9,12,11]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1615450148_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2167.json b/assets/minecraft/models/w2167.json new file mode 100644 index 000000000..ad5497958 --- /dev/null +++ b/assets/minecraft/models/w2167.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,0,1,1]},"up":{"texture":"#0","uv":[2.5,1,1,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1615450148_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2168.json b/assets/minecraft/models/w2168.json new file mode 100644 index 000000000..139ee2357 --- /dev/null +++ b/assets/minecraft/models/w2168.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0,2.5,1]},"up":{"texture":"#0","uv":[1,1,2.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1615450148_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2169.json b/assets/minecraft/models/w2169.json new file mode 100644 index 000000000..3b619a3dd --- /dev/null +++ b/assets/minecraft/models/w2169.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[9.5,6,6,7]},"west":{"texture":"#0","uv":[6,6,9.5,7]}},"from":[-15.6,-13.6,-16],"shade":false,"to":[-15.6,-12.8,-13.2]},{"faces":{"east":{"texture":"#0","uv":[3.5,9,0,10]},"west":{"texture":"#0","uv":[0,9,3.5,10]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.6,-15.2,-13.2]},{"faces":{"down":{"texture":"#0","uv":[6,0,5,4]},"east":{"texture":"#0","uv":[9,4,5,6]},"north":{"texture":"#0","uv":[4,4,5,6]},"south":{"texture":"#0","uv":[9,4,10,6]},"up":{"texture":"#0","uv":[5,4,4,0]},"west":{"texture":"#0","uv":[5,4,9,6]}},"from":[-16,-15.2,-16],"shade":false,"to":[-15.2,-13.599999,-12.8]}],"overrides":[],"textures":{"0":"item/w1615452446_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w217.json b/assets/minecraft/models/w217.json new file mode 100644 index 000000000..d1dbf2720 --- /dev/null +++ b/assets/minecraft/models/w217.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,12,6]},"up":{"texture":"#0","uv":[6,0,12,6]}},"from":[-16,-16,-16],"shade":false,"to":[0,-16,0]}],"overrides":[],"textures":{"0":"item/w1263101820_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2170.json b/assets/minecraft/models/w2170.json new file mode 100644 index 000000000..6a8763959 --- /dev/null +++ b/assets/minecraft/models/w2170.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,0,6,2.5]},"up":{"texture":"#0","uv":[8,2.5,6,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14]}],"overrides":[],"textures":{"0":"item/w1615452446_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2171.json b/assets/minecraft/models/w2171.json new file mode 100644 index 000000000..72e38ebfb --- /dev/null +++ b/assets/minecraft/models/w2171.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,8,2.5]},"up":{"texture":"#0","uv":[6,2.5,8,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14]}],"overrides":[],"textures":{"0":"item/w1615452446_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2172.json b/assets/minecraft/models/w2172.json new file mode 100644 index 000000000..c5a14ef4a --- /dev/null +++ b/assets/minecraft/models/w2172.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3,6,0,9]},"west":{"texture":"#0","uv":[0,6,3,9]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1615452446_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2173.json b/assets/minecraft/models/w2173.json new file mode 100644 index 000000000..c32f16680 --- /dev/null +++ b/assets/minecraft/models/w2173.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,7,10,9]},"east":{"texture":"#0","uv":[12,9,10,11]},"north":{"texture":"#0","uv":[9,9,10,11]},"south":{"texture":"#0","uv":[12,9,13,11]},"up":{"texture":"#0","uv":[10,9,9,7]},"west":{"texture":"#0","uv":[10,9,12,11]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1615452446_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2174.json b/assets/minecraft/models/w2174.json new file mode 100644 index 000000000..0bcc0c733 --- /dev/null +++ b/assets/minecraft/models/w2174.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,0,1,1]},"up":{"texture":"#0","uv":[2.5,1,1,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1615452446_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2175.json b/assets/minecraft/models/w2175.json new file mode 100644 index 000000000..563147db3 --- /dev/null +++ b/assets/minecraft/models/w2175.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0,2.5,1]},"up":{"texture":"#0","uv":[1,1,2.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1615452446_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2176.json b/assets/minecraft/models/w2176.json new file mode 100644 index 000000000..cb6249572 --- /dev/null +++ b/assets/minecraft/models/w2176.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[9.5,6,6,7]},"west":{"texture":"#0","uv":[6,6,9.5,7]}},"from":[-15.6,-13.6,-16],"shade":false,"to":[-15.6,-12.8,-13.2]},{"faces":{"east":{"texture":"#0","uv":[3.5,9,0,10]},"west":{"texture":"#0","uv":[0,9,3.5,10]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.6,-15.2,-13.2]},{"faces":{"down":{"texture":"#0","uv":[6,1.5,5,4]},"east":{"texture":"#0","uv":[7.5,4,5,6]},"north":{"texture":"#0","uv":[4,4,5,6]},"south":{"texture":"#0","uv":[12,9.5,13,11.5]},"up":{"texture":"#0","uv":[5,4,4,1.5]},"west":{"texture":"#0","uv":[5,4,7.5,6]}},"from":[-16,-15.2,-16],"shade":false,"to":[-15.2,-13.599999,-14]}],"overrides":[],"textures":{"0":"item/w105563160_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2177.json b/assets/minecraft/models/w2177.json new file mode 100644 index 000000000..d3dae1c99 --- /dev/null +++ b/assets/minecraft/models/w2177.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,0,6,2.5]},"up":{"texture":"#0","uv":[8,2.5,6,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14]}],"overrides":[],"textures":{"0":"item/w105563160_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2178.json b/assets/minecraft/models/w2178.json new file mode 100644 index 000000000..afe01bea9 --- /dev/null +++ b/assets/minecraft/models/w2178.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,8,2.5]},"east":{"texture":"#0","uv":[10.5,2.5,8,2.5]},"north":{"texture":"#0","uv":[8,2.5,6,2.5]},"south":{"texture":"#0","uv":[12.5,2.5,10.5,2.5]},"up":{"texture":"#0","uv":[6,2.5,8,0]},"west":{"texture":"#0","uv":[6,2.5,3.5,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14]}],"overrides":[],"textures":{"0":"item/w105563160_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2179.json b/assets/minecraft/models/w2179.json new file mode 100644 index 000000000..1cd718997 --- /dev/null +++ b/assets/minecraft/models/w2179.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3,6,0,9]},"west":{"texture":"#0","uv":[0,6,3,9]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w105563160_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w218.json b/assets/minecraft/models/w218.json new file mode 100644 index 000000000..d1dbf2720 --- /dev/null +++ b/assets/minecraft/models/w218.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,12,6]},"up":{"texture":"#0","uv":[6,0,12,6]}},"from":[-16,-16,-16],"shade":false,"to":[0,-16,0]}],"overrides":[],"textures":{"0":"item/w1263101820_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2180.json b/assets/minecraft/models/w2180.json new file mode 100644 index 000000000..65ec07d5f --- /dev/null +++ b/assets/minecraft/models/w2180.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.5,7.5,13.5,8]},"east":{"texture":"#0","uv":[12,8,12.5,9]},"north":{"texture":"#0","uv":[12.5,8,13.5,9]},"south":{"texture":"#0","uv":[14,8,15,9]},"up":{"texture":"#0","uv":[13.5,8,12.5,7.5]},"west":{"texture":"#0","uv":[13.5,8,14,9]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w105563160_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2181.json b/assets/minecraft/models/w2181.json new file mode 100644 index 000000000..45cd83812 --- /dev/null +++ b/assets/minecraft/models/w2181.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,7,10,9]},"east":{"texture":"#0","uv":[12,9,10,11]},"north":{"texture":"#0","uv":[9,9,10,11]},"south":{"texture":"#0","uv":[12,9,13,11]},"up":{"texture":"#0","uv":[10,9,9,7]},"west":{"texture":"#0","uv":[10,9,12,11]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w105563160_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2182.json b/assets/minecraft/models/w2182.json new file mode 100644 index 000000000..7e4aeb3a9 --- /dev/null +++ b/assets/minecraft/models/w2182.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,0,1,1]},"east":{"texture":"#0","uv":[0,1,1,1]},"north":{"texture":"#0","uv":[1,1,2.5,1]},"south":{"texture":"#0","uv":[3.5,1,5,1]},"up":{"texture":"#0","uv":[2.5,1,1,0]},"west":{"texture":"#0","uv":[2.5,1,3.5,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w105563160_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2183.json b/assets/minecraft/models/w2183.json new file mode 100644 index 000000000..ad6d01e54 --- /dev/null +++ b/assets/minecraft/models/w2183.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0,2.5,1]},"east":{"texture":"#0","uv":[3.5,1,2.5,1]},"north":{"texture":"#0","uv":[2.5,1,1,1]},"south":{"texture":"#0","uv":[5,1,3.5,1]},"up":{"texture":"#0","uv":[1,1,2.5,0]},"west":{"texture":"#0","uv":[1,1,0,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w105563160_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2184.json b/assets/minecraft/models/w2184.json new file mode 100644 index 000000000..4220ae1b0 --- /dev/null +++ b/assets/minecraft/models/w2184.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[9.5,6,6,7]},"west":{"texture":"#0","uv":[6,6,9.5,7]}},"from":[-15.6,-13.6,-16],"shade":false,"to":[-15.6,-12.8,-13.2]},{"faces":{"east":{"texture":"#0","uv":[3.5,9,0,10]},"west":{"texture":"#0","uv":[0,9,3.5,10]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.6,-15.2,-13.2]},{"faces":{"down":{"texture":"#0","uv":[6,0,5,4]},"east":{"texture":"#0","uv":[9,4,5,6]},"north":{"texture":"#0","uv":[4,4,5,6]},"south":{"texture":"#0","uv":[9,4,10,6]},"up":{"texture":"#0","uv":[5,4,4,0]},"west":{"texture":"#0","uv":[5,4,9,6]}},"from":[-16,-15.2,-16],"shade":false,"to":[-15.2,-13.599999,-12.8]}],"overrides":[],"textures":{"0":"item/w1051568693_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2185.json b/assets/minecraft/models/w2185.json new file mode 100644 index 000000000..0ec4a6cc5 --- /dev/null +++ b/assets/minecraft/models/w2185.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,0,6,2.5]},"up":{"texture":"#0","uv":[8,2.5,6,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14]}],"overrides":[],"textures":{"0":"item/w1051568693_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2186.json b/assets/minecraft/models/w2186.json new file mode 100644 index 000000000..0e31a9c6e --- /dev/null +++ b/assets/minecraft/models/w2186.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,8,2.5]},"up":{"texture":"#0","uv":[6,2.5,8,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14]}],"overrides":[],"textures":{"0":"item/w1051568693_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2187.json b/assets/minecraft/models/w2187.json new file mode 100644 index 000000000..9a607a8f0 --- /dev/null +++ b/assets/minecraft/models/w2187.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3,6,0,9]},"west":{"texture":"#0","uv":[0,6,3,9]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1051568693_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2188.json b/assets/minecraft/models/w2188.json new file mode 100644 index 000000000..73c0a7980 --- /dev/null +++ b/assets/minecraft/models/w2188.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,7,10,9]},"east":{"texture":"#0","uv":[12,9,10,11]},"north":{"texture":"#0","uv":[9,9,10,11]},"south":{"texture":"#0","uv":[12,9,13,11]},"up":{"texture":"#0","uv":[10,9,9,7]},"west":{"texture":"#0","uv":[10,9,12,11]}},"from":[-16,-16,-15.6],"shade":false,"to":[-15.2,-14.4,-14]},{"faces":{"down":{"texture":"#0","uv":[14.5,7,13.5,7.5]},"east":{"texture":"#0","uv":[13.5,7.5,14,9]},"north":{"texture":"#0","uv":[12.5,7.5,13.5,9]},"south":{"texture":"#0","uv":[14,7.5,15,9]},"up":{"texture":"#0","uv":[13.5,7.5,12.5,7]},"west":{"texture":"#0","uv":[13.5,7.5,14,9]}},"from":[-16,-15.6,-16],"shade":false,"to":[-15.2,-14.400001,-15.6]}],"overrides":[],"textures":{"0":"item/w1051568693_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2189.json b/assets/minecraft/models/w2189.json new file mode 100644 index 000000000..f0ec257e5 --- /dev/null +++ b/assets/minecraft/models/w2189.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,0,1,1]},"east":{"texture":"#0","uv":[0,1,1,1]},"north":{"texture":"#0","uv":[1,1,2.5,1]},"south":{"texture":"#0","uv":[3.5,1,5,1]},"up":{"texture":"#0","uv":[2.5,1,1,0]},"west":{"texture":"#0","uv":[2.5,1,3.5,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1051568693_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w219.json b/assets/minecraft/models/w219.json new file mode 100644 index 000000000..58c40b648 --- /dev/null +++ b/assets/minecraft/models/w219.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[4,0,4.5,12]},"north":{"texture":"#0","uv":[4,0,4.5,12]},"south":{"texture":"#0","uv":[4,0,4.5,12]},"up":{"texture":"#0","uv":[4.5,0,5,0.5]},"west":{"texture":"#0","uv":[4,0,4.5,12]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,3.2000008,-15.2]},{"faces":{"east":{"texture":"#0","uv":[5,0,5.5,12]},"north":{"texture":"#0","uv":[5.5,0,5,12]},"south":{"texture":"#0","uv":[5.5,0,5,12]},"west":{"texture":"#0","uv":[5,0,5.5,12]}},"from":[-16,3.2000008,-16],"shade":false,"to":[-15.2,22.400002,-15.2]}],"overrides":[],"textures":{"0":"item/w1974018007_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2190.json b/assets/minecraft/models/w2190.json new file mode 100644 index 000000000..8db45146e --- /dev/null +++ b/assets/minecraft/models/w2190.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0,2.5,1]},"east":{"texture":"#0","uv":[3.5,1,2.5,1]},"north":{"texture":"#0","uv":[2.5,1,1,1]},"south":{"texture":"#0","uv":[5,1,3.5,1]},"up":{"texture":"#0","uv":[1,1,2.5,0]},"west":{"texture":"#0","uv":[1,1,0,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1051568693_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2191.json b/assets/minecraft/models/w2191.json new file mode 100644 index 000000000..4d439db8c --- /dev/null +++ b/assets/minecraft/models/w2191.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[9.5,6,6,7]},"west":{"texture":"#0","uv":[6,6,9.5,7]}},"from":[-15.6,-13.6,-16],"shade":false,"to":[-15.6,-12.8,-13.2]},{"faces":{"east":{"texture":"#0","uv":[3.5,9,0,10]},"west":{"texture":"#0","uv":[0,9,3.5,10]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.6,-15.2,-13.2]},{"faces":{"down":{"texture":"#0","uv":[6,0,5,4]},"east":{"texture":"#0","uv":[9,4,5,6]},"north":{"texture":"#0","uv":[4,4,5,6]},"south":{"texture":"#0","uv":[9,4,10,6]},"up":{"texture":"#0","uv":[5,4,4,0]},"west":{"texture":"#0","uv":[5,4,9,6]}},"from":[-16,-15.2,-16],"shade":false,"to":[-15.2,-13.599999,-12.8]}],"overrides":[],"textures":{"0":"item/w1975017321_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2192.json b/assets/minecraft/models/w2192.json new file mode 100644 index 000000000..b3ea0b18b --- /dev/null +++ b/assets/minecraft/models/w2192.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,0,6,2.5]},"up":{"texture":"#0","uv":[8,2.5,6,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14]}],"overrides":[],"textures":{"0":"item/w1975017321_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2193.json b/assets/minecraft/models/w2193.json new file mode 100644 index 000000000..6545e0c35 --- /dev/null +++ b/assets/minecraft/models/w2193.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,8,2.5]},"up":{"texture":"#0","uv":[6,2.5,8,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14]}],"overrides":[],"textures":{"0":"item/w1975017321_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2194.json b/assets/minecraft/models/w2194.json new file mode 100644 index 000000000..9b9b43883 --- /dev/null +++ b/assets/minecraft/models/w2194.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3,6,0,9]},"west":{"texture":"#0","uv":[0,6,3,9]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1975017321_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2195.json b/assets/minecraft/models/w2195.json new file mode 100644 index 000000000..508fbbaed --- /dev/null +++ b/assets/minecraft/models/w2195.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,7,10,9]},"east":{"texture":"#0","uv":[12,9,10,11]},"north":{"texture":"#0","uv":[9,9,10,11]},"south":{"texture":"#0","uv":[12,9,13,11]},"up":{"texture":"#0","uv":[10,9,9,7]},"west":{"texture":"#0","uv":[10,9,12,11]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1975017321_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2196.json b/assets/minecraft/models/w2196.json new file mode 100644 index 000000000..16615d1d8 --- /dev/null +++ b/assets/minecraft/models/w2196.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,0,1,1]},"east":{"texture":"#0","uv":[0,1,1,1]},"north":{"texture":"#0","uv":[1,1,2.5,1]},"south":{"texture":"#0","uv":[3.5,1,5,1]},"up":{"texture":"#0","uv":[2.5,1,1,0]},"west":{"texture":"#0","uv":[2.5,1,3.5,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1975017321_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2197.json b/assets/minecraft/models/w2197.json new file mode 100644 index 000000000..e04aa1662 --- /dev/null +++ b/assets/minecraft/models/w2197.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0,2.5,1]},"east":{"texture":"#0","uv":[3.5,1,2.5,1]},"north":{"texture":"#0","uv":[2.5,1,1,1]},"south":{"texture":"#0","uv":[5,1,3.5,1]},"up":{"texture":"#0","uv":[1,1,2.5,0]},"west":{"texture":"#0","uv":[1,1,0,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1975017321_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2198.json b/assets/minecraft/models/w2198.json new file mode 100644 index 000000000..34d9a092b --- /dev/null +++ b/assets/minecraft/models/w2198.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[9.5,6,6,7]},"west":{"texture":"#0","uv":[6,6,9.5,7]}},"from":[-15.6,-13.6,-16],"shade":false,"to":[-15.6,-12.8,-13.2]},{"faces":{"east":{"texture":"#0","uv":[3.5,9,0,10]},"west":{"texture":"#0","uv":[0,9,3.5,10]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.6,-15.2,-13.2]},{"faces":{"down":{"texture":"#0","uv":[6,0,5,4]},"east":{"texture":"#0","uv":[9,4,5,6]},"north":{"texture":"#0","uv":[4,4,5,6]},"south":{"texture":"#0","uv":[9,4,10,6]},"up":{"texture":"#0","uv":[5,4,4,0]},"west":{"texture":"#0","uv":[5,4,9,6]}},"from":[-16,-15.2,-16],"shade":false,"to":[-15.2,-13.599999,-12.8]}],"overrides":[],"textures":{"0":"item/w687229723_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2199.json b/assets/minecraft/models/w2199.json new file mode 100644 index 000000000..134d0ecf3 --- /dev/null +++ b/assets/minecraft/models/w2199.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,0,6,2.5]},"up":{"texture":"#0","uv":[8,2.5,6,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14]}],"overrides":[],"textures":{"0":"item/w687229723_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w22.json b/assets/minecraft/models/w22.json new file mode 100644 index 000000000..1d4e18a96 --- /dev/null +++ b/assets/minecraft/models/w22.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,11.375,5.875,12]},"east":{"texture":"#0","uv":[5.875,12,5.25,13.375]},"north":{"texture":"#0","uv":[5.25,12,4.625,13.375]},"south":{"texture":"#0","uv":[6.5,12,5.875,13.375]},"up":{"texture":"#0","uv":[4.625,12,5.25,11.375]},"west":{"texture":"#0","uv":[4.625,12,4,13.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-11.6,-14]}],"overrides":[],"textures":{"0":"item/w88907092_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w220.json b/assets/minecraft/models/w220.json new file mode 100644 index 000000000..ada37eed0 --- /dev/null +++ b/assets/minecraft/models/w220.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0,12,3,16]},"north":{"texture":"#0","uv":[0,12,3,16]},"south":{"texture":"#0","uv":[0,12,3,16]},"west":{"texture":"#0","uv":[0,12,3,16]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-9.6,-11.2]}],"overrides":[],"textures":{"0":"item/w1974018007_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2200.json b/assets/minecraft/models/w2200.json new file mode 100644 index 000000000..c4b51f06d --- /dev/null +++ b/assets/minecraft/models/w2200.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,8,2.5]},"up":{"texture":"#0","uv":[6,2.5,8,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14]}],"overrides":[],"textures":{"0":"item/w687229723_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2201.json b/assets/minecraft/models/w2201.json new file mode 100644 index 000000000..a11e2b344 --- /dev/null +++ b/assets/minecraft/models/w2201.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3,6,0,9]},"west":{"texture":"#0","uv":[0,6,3,9]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w687229723_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2202.json b/assets/minecraft/models/w2202.json new file mode 100644 index 000000000..6cec4808c --- /dev/null +++ b/assets/minecraft/models/w2202.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,7,10,9]},"east":{"texture":"#0","uv":[12,9,10,11]},"north":{"texture":"#0","uv":[9,9,10,11]},"south":{"texture":"#0","uv":[12,9,13,11]},"up":{"texture":"#0","uv":[10,9,9,7]},"west":{"texture":"#0","uv":[10,9,12,11]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w687229723_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2203.json b/assets/minecraft/models/w2203.json new file mode 100644 index 000000000..93aa9aa6b --- /dev/null +++ b/assets/minecraft/models/w2203.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,0,1,1]},"up":{"texture":"#0","uv":[2.5,1,1,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w687229723_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2204.json b/assets/minecraft/models/w2204.json new file mode 100644 index 000000000..96aefc9ba --- /dev/null +++ b/assets/minecraft/models/w2204.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0,2.5,1]},"up":{"texture":"#0","uv":[1,1,2.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w687229723_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2205.json b/assets/minecraft/models/w2205.json new file mode 100644 index 000000000..ec84ad4b7 --- /dev/null +++ b/assets/minecraft/models/w2205.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0,0,2]},"east":{"texture":"#0","uv":[0,0,1,2]},"north":{"texture":"#0","uv":[1,1,2,2]},"south":{"texture":"#0","uv":[1,0,2,1]},"up":{"texture":"#0","uv":[1,2,0,0]},"west":{"texture":"#0","uv":[1,2,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-15.2]}],"overrides":[],"textures":{"0":"item/w101491_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2206.json b/assets/minecraft/models/w2206.json new file mode 100644 index 000000000..d915373bf --- /dev/null +++ b/assets/minecraft/models/w2206.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,2,0,3]},"up":{"texture":"#0","uv":[1,3,0,2]}},"from":[-16,-16,-16],"shade":false,"to":[-15.41,-16,-15.6]}],"overrides":[],"textures":{"0":"item/w101491_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2207.json b/assets/minecraft/models/w2207.json new file mode 100644 index 000000000..d915373bf --- /dev/null +++ b/assets/minecraft/models/w2207.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,2,0,3]},"up":{"texture":"#0","uv":[1,3,0,2]}},"from":[-16,-16,-16],"shade":false,"to":[-15.41,-16,-15.6]}],"overrides":[],"textures":{"0":"item/w101491_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2208.json b/assets/minecraft/models/w2208.json new file mode 100644 index 000000000..b07ee0b88 --- /dev/null +++ b/assets/minecraft/models/w2208.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,12,2.5,16]},"south":{"texture":"#0","uv":[2.5,12,0,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-12.8,-16]}],"overrides":[],"textures":{"0":"item/w1390841376_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2209.json b/assets/minecraft/models/w2209.json new file mode 100644 index 000000000..d0ba355ab --- /dev/null +++ b/assets/minecraft/models/w2209.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2.5,12,0,16]},"south":{"texture":"#0","uv":[0,12,2.5,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-12.8,-16]}],"overrides":[],"textures":{"0":"item/w1390841376_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w221.json b/assets/minecraft/models/w221.json new file mode 100644 index 000000000..4d4d1a011 --- /dev/null +++ b/assets/minecraft/models/w221.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[2,12,4,0]}},"from":[8,8,8],"shade":false,"to":[4.8,-11.200001,8]}],"overrides":[],"textures":{"0":"item/w1974018007_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2210.json b/assets/minecraft/models/w2210.json new file mode 100644 index 000000000..def693eb8 --- /dev/null +++ b/assets/minecraft/models/w2210.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,8,2.5,12]},"south":{"texture":"#0","uv":[2.5,8,0,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-12.8,-16]}],"overrides":[],"textures":{"0":"item/w1390841376_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2211.json b/assets/minecraft/models/w2211.json new file mode 100644 index 000000000..d54969fac --- /dev/null +++ b/assets/minecraft/models/w2211.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2.5,8,0,12]},"south":{"texture":"#0","uv":[0,8,2.5,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-12.8,-16]}],"overrides":[],"textures":{"0":"item/w1390841376_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2212.json b/assets/minecraft/models/w2212.json new file mode 100644 index 000000000..abafda669 --- /dev/null +++ b/assets/minecraft/models/w2212.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[3.5,8,4.5,9]},"south":{"texture":"#0","uv":[4.5,8,3.5,9]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-16]}],"overrides":[],"textures":{"0":"item/w1390841376_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2213.json b/assets/minecraft/models/w2213.json new file mode 100644 index 000000000..1d9c64dbe --- /dev/null +++ b/assets/minecraft/models/w2213.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0,6.5,3.5,5.5]},"north":{"texture":"#0","uv":[3.5,6.5,9.5,5.5]},"south":{"texture":"#0","uv":[9.5,6.5,15.5,5.5]},"up":{"texture":"#0","uv":[15.5,3.5,9.5,0]},"west":{"texture":"#0","uv":[3.5,6.5,0,5.5]}},"from":[8,8,8],"shade":false,"to":[3.1999998,7.2,5.2]}],"overrides":[],"textures":{"0":"item/w1390841376_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2214.json b/assets/minecraft/models/w2214.json new file mode 100644 index 000000000..11d6c411d --- /dev/null +++ b/assets/minecraft/models/w2214.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,3.5,3.5,0]},"east":{"texture":"#0","uv":[3.5,3.5,0,4.5]},"north":{"texture":"#0","uv":[9.5,3.5,15.5,4.5]},"south":{"texture":"#0","uv":[3.5,3.5,9.5,4.5]},"west":{"texture":"#0","uv":[0,3.5,3.5,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-15.2,-13.2]}],"overrides":[],"textures":{"0":"item/w1390841376_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2215.json b/assets/minecraft/models/w2215.json new file mode 100644 index 000000000..9d2c80fd2 --- /dev/null +++ b/assets/minecraft/models/w2215.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.5,0,9.5,3.5]},"east":{"texture":"#0","uv":[0,7.5,3.5,6.5]},"north":{"texture":"#0","uv":[3.5,5.5,9.5,6.5]},"south":{"texture":"#0","uv":[9.5,7.5,15.5,6.5]},"west":{"texture":"#0","uv":[3.5,7.5,0,6.5]}},"from":[8,8,8],"shade":false,"to":[3.1999998,7.2,5.2]}],"overrides":[],"textures":{"0":"item/w1390841376_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2216.json b/assets/minecraft/models/w2216.json new file mode 100644 index 000000000..17b50d51d --- /dev/null +++ b/assets/minecraft/models/w2216.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3.5,4.5,0,5.5]},"north":{"texture":"#0","uv":[9.5,4.5,15.5,5.5]},"south":{"texture":"#0","uv":[3.5,4.5,9.5,3.5]},"up":{"texture":"#0","uv":[9.5,0,3.5,3.5]},"west":{"texture":"#0","uv":[0,4.5,3.5,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-15.2,-13.2]}],"overrides":[],"textures":{"0":"item/w1390841376_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2217.json b/assets/minecraft/models/w2217.json new file mode 100644 index 000000000..8eba5b6fe --- /dev/null +++ b/assets/minecraft/models/w2217.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.875,1,5.125,1.625]},"east":{"texture":"#0","uv":[3.75,1.625,4.375,2.5625]},"north":{"texture":"#0","uv":[4.375,1.625,5.125,2.5625]},"south":{"texture":"#0","uv":[5.75,1.625,6.5,2.5625]},"up":{"texture":"#0","uv":[5.125,1.625,4.375,1]},"west":{"texture":"#0","uv":[5.125,1.625,5.75,2.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-10,-12]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2218.json b/assets/minecraft/models/w2218.json new file mode 100644 index 000000000..18a88edd9 --- /dev/null +++ b/assets/minecraft/models/w2218.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,9.6875,0.625,9.6875]},"east":{"texture":"#0","uv":[0,9.6875,0,9.9375]},"north":{"texture":"#0","uv":[0,9.6875,0.625,9.9375]},"south":{"texture":"#0","uv":[0.625,9.6875,1.25,9.9375]},"up":{"texture":"#0","uv":[0.625,9.6875,0,9.6875]},"west":{"texture":"#0","uv":[0.625,9.6875,0.625,9.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2219.json b/assets/minecraft/models/w2219.json new file mode 100644 index 000000000..2b6df0395 --- /dev/null +++ b/assets/minecraft/models/w2219.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,9.9375,0.625,9.9375]},"east":{"texture":"#0","uv":[0,9.9375,0,10.1875]},"north":{"texture":"#0","uv":[0,9.9375,0.625,10.1875]},"south":{"texture":"#0","uv":[0.625,9.9375,1.25,10.1875]},"up":{"texture":"#0","uv":[0.625,9.9375,0,9.9375]},"west":{"texture":"#0","uv":[0.625,9.9375,0.625,10.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w222.json b/assets/minecraft/models/w222.json new file mode 100644 index 000000000..4d4d1a011 --- /dev/null +++ b/assets/minecraft/models/w222.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[2,12,4,0]}},"from":[8,8,8],"shade":false,"to":[4.8,-11.200001,8]}],"overrides":[],"textures":{"0":"item/w1974018007_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2220.json b/assets/minecraft/models/w2220.json new file mode 100644 index 000000000..69105dd2e --- /dev/null +++ b/assets/minecraft/models/w2220.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.4375,3.625,1.5625,4.3125]},"east":{"texture":"#0","uv":[0,4.3125,0.6875,5.25]},"north":{"texture":"#0","uv":[0.6875,4.3125,1.5625,5.25]},"south":{"texture":"#0","uv":[2.25,4.3125,3.125,5.25]},"up":{"texture":"#0","uv":[1.5625,4.3125,0.6875,3.625]},"west":{"texture":"#0","uv":[1.5625,4.3125,2.25,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-10,-11.6]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2221.json b/assets/minecraft/models/w2221.json new file mode 100644 index 000000000..2f41c30e4 --- /dev/null +++ b/assets/minecraft/models/w2221.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.0625,0,6.9375,0.125]},"east":{"texture":"#0","uv":[6.6875,0.125,6.8125,0.3125]},"north":{"texture":"#0","uv":[6.8125,0.125,6.9375,0.3125]},"south":{"texture":"#0","uv":[7.0625,0.125,7.1875,0.3125]},"up":{"texture":"#0","uv":[6.9375,0.125,6.8125,0]},"west":{"texture":"#0","uv":[6.9375,0.125,7.0625,0.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2222.json b/assets/minecraft/models/w2222.json new file mode 100644 index 000000000..843e4e4c8 --- /dev/null +++ b/assets/minecraft/models/w2222.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.375,5.9375,2.25,6.0625]},"east":{"texture":"#0","uv":[2,6.0625,2.125,6.25]},"north":{"texture":"#0","uv":[2.125,6.0625,2.25,6.25]},"south":{"texture":"#0","uv":[2.375,6.0625,2.5,6.25]},"up":{"texture":"#0","uv":[2.25,6.0625,2.125,5.9375]},"west":{"texture":"#0","uv":[2.25,6.0625,2.375,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2223.json b/assets/minecraft/models/w2223.json new file mode 100644 index 000000000..e76840857 --- /dev/null +++ b/assets/minecraft/models/w2223.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.375,5.625,2.25,5.75]},"east":{"texture":"#0","uv":[2,5.75,2.125,5.9375]},"north":{"texture":"#0","uv":[2.125,5.75,2.25,5.9375]},"south":{"texture":"#0","uv":[2.375,5.75,2.5,5.9375]},"up":{"texture":"#0","uv":[2.25,5.75,2.125,5.625]},"west":{"texture":"#0","uv":[2.25,5.75,2.375,5.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2224.json b/assets/minecraft/models/w2224.json new file mode 100644 index 000000000..22c06d3c1 --- /dev/null +++ b/assets/minecraft/models/w2224.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5625,0,4.4375,0.5625]},"east":{"texture":"#0","uv":[2.75,0.5625,3.3125,1]},"north":{"texture":"#0","uv":[3.3125,0.5625,4.4375,1]},"south":{"texture":"#0","uv":[5,0.5625,6.125,1]},"up":{"texture":"#0","uv":[4.4375,0.5625,3.3125,0]},"west":{"texture":"#0","uv":[4.4375,0.5625,5,1]}},"from":[-16,-16,-16],"shade":false,"to":[-8.8,-13.2,-12.4]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2225.json b/assets/minecraft/models/w2225.json new file mode 100644 index 000000000..0e675b7e9 --- /dev/null +++ b/assets/minecraft/models/w2225.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.0625,3.3125,6.8125,3.375]},"east":{"texture":"#0","uv":[6.5,3.375,6.5625,3.625]},"north":{"texture":"#0","uv":[6.5625,3.375,6.8125,3.625]},"south":{"texture":"#0","uv":[6.875,3.375,7.125,3.625]},"up":{"texture":"#0","uv":[6.8125,3.375,6.5625,3.3125]},"west":{"texture":"#0","uv":[6.8125,3.375,6.875,3.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-15.6]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2226.json b/assets/minecraft/models/w2226.json new file mode 100644 index 000000000..ae8c57832 --- /dev/null +++ b/assets/minecraft/models/w2226.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0.3125,5.8125,0.375]},"east":{"texture":"#0","uv":[5.5625,0.375,5.625,0.5625]},"north":{"texture":"#0","uv":[5.625,0.375,5.8125,0.5625]},"south":{"texture":"#0","uv":[5.875,0.375,6.0625,0.5625]},"up":{"texture":"#0","uv":[5.8125,0.375,5.625,0.3125]},"west":{"texture":"#0","uv":[5.8125,0.375,5.875,0.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2227.json b/assets/minecraft/models/w2227.json new file mode 100644 index 000000000..b5832ba95 --- /dev/null +++ b/assets/minecraft/models/w2227.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,1.3125,8.125,1.6875]},"east":{"texture":"#0","uv":[7.375,1.6875,7.75,2.5625]},"north":{"texture":"#0","uv":[7.75,1.6875,8.125,2.5625]},"south":{"texture":"#0","uv":[8.5,1.6875,8.875,2.5625]},"up":{"texture":"#0","uv":[8.125,1.6875,7.75,1.3125]},"west":{"texture":"#0","uv":[8.125,1.6875,8.5,2.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-10.4,-13.6]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2228.json b/assets/minecraft/models/w2228.json new file mode 100644 index 000000000..459633d38 --- /dev/null +++ b/assets/minecraft/models/w2228.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.375,2,6.9375,2.5625]},"east":{"texture":"#0","uv":[5.9375,2.5625,6.5,3.3125]},"north":{"texture":"#0","uv":[6.5,2.5625,6.9375,3.3125]},"south":{"texture":"#0","uv":[7.5,2.5625,7.9375,3.3125]},"up":{"texture":"#0","uv":[6.9375,2.5625,6.5,2]},"west":{"texture":"#0","uv":[6.9375,2.5625,7.5,3.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-11.2,-12.4]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2229.json b/assets/minecraft/models/w2229.json new file mode 100644 index 000000000..551727e28 --- /dev/null +++ b/assets/minecraft/models/w2229.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.375,4.625,8,5]},"east":{"texture":"#0","uv":[7.25,5,7.625,5.875]},"north":{"texture":"#0","uv":[7.625,5,8,5.875]},"south":{"texture":"#0","uv":[8.375,5,8.75,5.875]},"up":{"texture":"#0","uv":[8,5,7.625,4.625]},"west":{"texture":"#0","uv":[8,5,8.375,5.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-10.4,-13.6]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w223.json b/assets/minecraft/models/w223.json new file mode 100644 index 000000000..4d4d1a011 --- /dev/null +++ b/assets/minecraft/models/w223.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[2,12,4,0]}},"from":[8,8,8],"shade":false,"to":[4.8,-11.200001,8]}],"overrides":[],"textures":{"0":"item/w1974018007_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2230.json b/assets/minecraft/models/w2230.json new file mode 100644 index 000000000..6d62d0b48 --- /dev/null +++ b/assets/minecraft/models/w2230.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.4375,5.25,1,5.8125]},"east":{"texture":"#0","uv":[0,5.8125,0.5625,6.5625]},"north":{"texture":"#0","uv":[0.5625,5.8125,1,6.5625]},"south":{"texture":"#0","uv":[1.5625,5.8125,2,6.5625]},"up":{"texture":"#0","uv":[1,5.8125,0.5625,5.25]},"west":{"texture":"#0","uv":[1,5.8125,1.5625,6.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-11.2,-12.4]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2231.json b/assets/minecraft/models/w2231.json new file mode 100644 index 000000000..6da04b1c8 --- /dev/null +++ b/assets/minecraft/models/w2231.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.875,6.375,2.4375,6.875]},"east":{"texture":"#0","uv":[1.5,6.875,2,7.375]},"north":{"texture":"#0","uv":[2,6.875,2.4375,7.375]},"south":{"texture":"#0","uv":[2.9375,6.875,3.375,7.375]},"up":{"texture":"#0","uv":[2.4375,6.875,2,6.375]},"west":{"texture":"#0","uv":[2.4375,6.875,2.9375,7.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-12.800001,-12.8]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2232.json b/assets/minecraft/models/w2232.json new file mode 100644 index 000000000..5fd264158 --- /dev/null +++ b/assets/minecraft/models/w2232.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.75,0,1.875,1]},"east":{"texture":"#0","uv":[0,1,1,1.8125]},"north":{"texture":"#0","uv":[1,1,1.875,1.8125]},"south":{"texture":"#0","uv":[2.875,1,3.75,1.8125]},"up":{"texture":"#0","uv":[1.875,1,1,0]},"west":{"texture":"#0","uv":[1.875,1,2.875,1.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-10.799999,-9.599999]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2233.json b/assets/minecraft/models/w2233.json new file mode 100644 index 000000000..10245d843 --- /dev/null +++ b/assets/minecraft/models/w2233.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5625,1.8125,1.8125,2.875]},"east":{"texture":"#0","uv":[0,2.875,1.0625,3.5625]},"north":{"texture":"#0","uv":[1.0625,2.875,1.8125,3.5625]},"south":{"texture":"#0","uv":[2.875,2.875,3.625,3.5625]},"up":{"texture":"#0","uv":[1.8125,2.875,1.0625,1.8125]},"west":{"texture":"#0","uv":[1.8125,2.875,2.875,3.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.6,-9.2]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2234.json b/assets/minecraft/models/w2234.json new file mode 100644 index 000000000..333ea2679 --- /dev/null +++ b/assets/minecraft/models/w2234.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.0625,2.875,1.8125,1.8125]},"east":{"texture":"#0","uv":[1.8125,3.5625,2.875,2.875]},"north":{"texture":"#0","uv":[2.875,3.5625,3.625,2.875]},"south":{"texture":"#0","uv":[1.0625,3.5625,1.8125,2.875]},"up":{"texture":"#0","uv":[1.8125,1.8125,2.5625,2.875]},"west":{"texture":"#0","uv":[0,3.5625,1.0625,2.875]}},"from":[8,8,8],"shade":false,"to":[3.1999998,3.6,1.1999993]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2235.json b/assets/minecraft/models/w2235.json new file mode 100644 index 000000000..0b1de81ce --- /dev/null +++ b/assets/minecraft/models/w2235.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.8125,5.1875,6.125,5.625]},"east":{"texture":"#0","uv":[5,5.625,5.4375,6.3125]},"north":{"texture":"#0","uv":[5.4375,5.625,6.125,6.3125]},"south":{"texture":"#0","uv":[6.5625,5.625,7.25,6.3125]},"up":{"texture":"#0","uv":[6.125,5.625,5.4375,5.1875]},"west":{"texture":"#0","uv":[6.125,5.625,6.5625,6.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-11.6,-11.6,-13.2]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2236.json b/assets/minecraft/models/w2236.json new file mode 100644 index 000000000..130a89573 --- /dev/null +++ b/assets/minecraft/models/w2236.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.625,2.6875,4.625,3.5625]},"east":{"texture":"#0","uv":[2.75,3.5625,3.625,4.3125]},"north":{"texture":"#0","uv":[3.625,3.5625,4.625,4.3125]},"south":{"texture":"#0","uv":[5.5,3.5625,6.5,4.3125]},"up":{"texture":"#0","uv":[4.625,3.5625,3.625,2.6875]},"west":{"texture":"#0","uv":[4.625,3.5625,5.5,4.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-11.2,-10.4]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2237.json b/assets/minecraft/models/w2237.json new file mode 100644 index 000000000..bc45279e7 --- /dev/null +++ b/assets/minecraft/models/w2237.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5625,8.625,0.5625,9.1875]},"east":{"texture":"#0","uv":[0,9.1875,0.5625,9.5]},"north":{"texture":"#0","uv":[0.5625,9.1875,0.5625,9.5]},"south":{"texture":"#0","uv":[1.125,9.1875,1.125,9.5]},"up":{"texture":"#0","uv":[0.5625,9.1875,0.5625,8.625]},"west":{"texture":"#0","uv":[0.5625,9.1875,1.125,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14,-12.4]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2238.json b/assets/minecraft/models/w2238.json new file mode 100644 index 000000000..9a03c45e1 --- /dev/null +++ b/assets/minecraft/models/w2238.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5625,8.625,0.5625,9.1875]},"east":{"texture":"#0","uv":[1.125,9.1875,0.5625,9.5]},"north":{"texture":"#0","uv":[0.5625,9.1875,0.5625,9.5]},"south":{"texture":"#0","uv":[1.125,9.1875,1.125,9.5]},"up":{"texture":"#0","uv":[0.5625,9.1875,0.5625,8.625]},"west":{"texture":"#0","uv":[0.5625,9.1875,0,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14,-12.4]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2239.json b/assets/minecraft/models/w2239.json new file mode 100644 index 000000000..db6a58382 --- /dev/null +++ b/assets/minecraft/models/w2239.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,4.625,6.625,4.625]},"east":{"texture":"#0","uv":[5.625,4.625,5.625,5]},"north":{"texture":"#0","uv":[5.625,4.625,6.625,5]},"south":{"texture":"#0","uv":[6.625,4.625,7.625,5]},"up":{"texture":"#0","uv":[6.625,4.625,5.625,4.625]},"west":{"texture":"#0","uv":[6.625,4.625,6.625,5]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w224.json b/assets/minecraft/models/w224.json new file mode 100644 index 000000000..4d4d1a011 --- /dev/null +++ b/assets/minecraft/models/w224.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[2,12,4,0]}},"from":[8,8,8],"shade":false,"to":[4.8,-11.200001,8]}],"overrides":[],"textures":{"0":"item/w1974018007_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2240.json b/assets/minecraft/models/w2240.json new file mode 100644 index 000000000..0a0e22255 --- /dev/null +++ b/assets/minecraft/models/w2240.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,9.5,0.625,9.5]},"east":{"texture":"#0","uv":[0,9.5,0,9.6875]},"north":{"texture":"#0","uv":[0,9.5,0.625,9.6875]},"south":{"texture":"#0","uv":[0.625,9.5,1.25,9.6875]},"up":{"texture":"#0","uv":[0.625,9.5,0,9.5]},"west":{"texture":"#0","uv":[0.625,9.5,0.625,9.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2241.json b/assets/minecraft/models/w2241.json new file mode 100644 index 000000000..d3894f322 --- /dev/null +++ b/assets/minecraft/models/w2241.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.9375,2.5625,8.9375,2.5625]},"east":{"texture":"#0","uv":[7.9375,2.5625,7.9375,3]},"north":{"texture":"#0","uv":[7.9375,2.5625,8.9375,3]},"south":{"texture":"#0","uv":[8.9375,2.5625,9.9375,3]},"up":{"texture":"#0","uv":[8.9375,2.5625,7.9375,2.5625]},"west":{"texture":"#0","uv":[8.9375,2.5625,8.9375,3]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-13.2,-16]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2242.json b/assets/minecraft/models/w2242.json new file mode 100644 index 000000000..22d9deff9 --- /dev/null +++ b/assets/minecraft/models/w2242.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.8125,6.625,8.8125,6.625]},"east":{"texture":"#0","uv":[7.8125,6.625,7.8125,7.0625]},"north":{"texture":"#0","uv":[7.8125,6.625,8.8125,7.0625]},"south":{"texture":"#0","uv":[8.8125,6.625,9.8125,7.0625]},"up":{"texture":"#0","uv":[8.8125,6.625,7.8125,6.625]},"west":{"texture":"#0","uv":[8.8125,6.625,8.8125,7.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-13.2,-16]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2243.json b/assets/minecraft/models/w2243.json new file mode 100644 index 000000000..7de24312f --- /dev/null +++ b/assets/minecraft/models/w2243.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.625,4.3125,4.75,5.0625]},"east":{"texture":"#0","uv":[3.125,5.0625,3.875,5.1875]},"north":{"texture":"#0","uv":[3.875,5.0625,4.75,5.1875]},"south":{"texture":"#0","uv":[5.5,5.0625,6.375,5.1875]},"up":{"texture":"#0","uv":[4.75,5.0625,3.875,4.3125]},"west":{"texture":"#0","uv":[4.75,5.0625,5.5,5.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-15.2,-11.200001]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2244.json b/assets/minecraft/models/w2244.json new file mode 100644 index 000000000..bf283bc39 --- /dev/null +++ b/assets/minecraft/models/w2244.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.375,6.3125,7,6.75]},"east":{"texture":"#0","uv":[6.1875,6.75,6.625,7.5625]},"north":{"texture":"#0","uv":[6.625,6.75,7,7.5625]},"south":{"texture":"#0","uv":[7.4375,6.75,7.8125,7.5625]},"up":{"texture":"#0","uv":[7,6.75,6.625,6.3125]},"west":{"texture":"#0","uv":[7,6.75,7.4375,7.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-10.8,-13.2]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2245.json b/assets/minecraft/models/w2245.json new file mode 100644 index 000000000..fe646aa12 --- /dev/null +++ b/assets/minecraft/models/w2245.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.75,6.3125,5.375,6.75]},"east":{"texture":"#0","uv":[4.5625,6.75,5,7.5625]},"north":{"texture":"#0","uv":[5,6.75,5.375,7.5625]},"south":{"texture":"#0","uv":[5.8125,6.75,6.1875,7.5625]},"up":{"texture":"#0","uv":[5.375,6.75,5,6.3125]},"west":{"texture":"#0","uv":[5.375,6.75,5.8125,7.5625]}},"from":[-16,-16,-15.68],"shade":false,"to":[-13.6,-10.8,-12.88]},{"faces":{"down":{"texture":"#0","uv":[3.6875,4.3125,3.5,4.5]},"east":{"texture":"#0","uv":[3.125,4.5,3.3125,4.6875]},"north":{"texture":"#0","uv":[3.3125,4.5,3.5,4.6875]},"south":{"texture":"#0","uv":[3.6875,4.5,3.875,4.6875]},"up":{"texture":"#0","uv":[3.5,4.5,3.3125,4.3125]},"west":{"texture":"#0","uv":[3.5,4.5,3.6875,4.6875]}},"from":[-14.52,-11.719999,-15.96],"shade":false,"to":[-13.320001,-10.5199995,-14.76]},{"faces":{"down":{"texture":"#0","uv":[1.875,5.5625,1.6875,5.625]},"east":{"texture":"#0","uv":[1.4375,5.625,1.5,5.8125]},"north":{"texture":"#0","uv":[1.5,5.625,1.6875,5.8125]},"south":{"texture":"#0","uv":[1.75,5.625,1.9375,5.8125]},"up":{"texture":"#0","uv":[1.6875,5.625,1.5,5.5625]},"west":{"texture":"#0","uv":[1.6875,5.625,1.75,5.8125]}},"from":[-15.2,-13.2,-16],"shade":false,"to":[-14,-12,-15.6]},{"faces":{"down":{"texture":"#0","uv":[0.4375,6.5625,0.3125,6.75]},"east":{"texture":"#0","uv":[0,6.75,0.1875,6.875]},"north":{"texture":"#0","uv":[0.1875,6.75,0.3125,6.875]},"south":{"texture":"#0","uv":[0.5,6.75,0.625,6.875]},"up":{"texture":"#0","uv":[0.3125,6.75,0.1875,6.5625]},"west":{"texture":"#0","uv":[0.3125,6.75,0.5,6.875]}},"from":[-14.32,-14.24,-15.76],"shade":false,"to":[-13.5199995,-13.44,-14.56]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2246.json b/assets/minecraft/models/w2246.json new file mode 100644 index 000000000..14dd20d65 --- /dev/null +++ b/assets/minecraft/models/w2246.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.4375,0,6.125,0.25]},"east":{"texture":"#0","uv":[5.5625,0.25,5.8125,0.3125]},"north":{"texture":"#0","uv":[5.8125,0.25,6.125,0.3125]},"south":{"texture":"#0","uv":[6.375,0.25,6.6875,0.3125]},"up":{"texture":"#0","uv":[6.125,0.25,5.8125,0]},"west":{"texture":"#0","uv":[6.125,0.25,6.375,0.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2247.json b/assets/minecraft/models/w2247.json new file mode 100644 index 000000000..48b29c459 --- /dev/null +++ b/assets/minecraft/models/w2247.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.8125,0.25,6.125,0]},"east":{"texture":"#0","uv":[6.125,0.3125,6.375,0.25]},"north":{"texture":"#0","uv":[6.375,0.3125,6.6875,0.25]},"south":{"texture":"#0","uv":[5.8125,0.3125,6.125,0.25]},"up":{"texture":"#0","uv":[6.125,0,6.4375,0.25]},"west":{"texture":"#0","uv":[5.5625,0.3125,5.8125,0.25]}},"from":[8,8,8],"shade":false,"to":[6,7.6,6.4]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2248.json b/assets/minecraft/models/w2248.json new file mode 100644 index 000000000..391b95009 --- /dev/null +++ b/assets/minecraft/models/w2248.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5625,5.875,8.25,6.4375]},"east":{"texture":"#0","uv":[7.375,6.4375,7.9375,6.625]},"north":{"texture":"#0","uv":[7.9375,6.4375,8.25,6.625]},"south":{"texture":"#0","uv":[8.8125,6.4375,9.125,6.625]},"up":{"texture":"#0","uv":[8.25,6.4375,7.9375,5.875]},"west":{"texture":"#0","uv":[8.25,6.4375,8.8125,6.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.8,-12.4]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2249.json b/assets/minecraft/models/w2249.json new file mode 100644 index 000000000..e01bbdf69 --- /dev/null +++ b/assets/minecraft/models/w2249.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.3125,0.3125,6.9375,1]},"east":{"texture":"#0","uv":[5.875,1,6.5625,1.3125]},"north":{"texture":"#0","uv":[6.5625,1,6.9375,1.3125]},"south":{"texture":"#0","uv":[7.625,1,8,1.3125]},"up":{"texture":"#0","uv":[6.9375,1,6.5625,0.3125]},"west":{"texture":"#0","uv":[6.9375,1,7.625,1.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14,-11.6]},{"faces":{"down":{"texture":"#0","uv":[3.1875,2.6875,2.875,2.875]},"east":{"texture":"#0","uv":[2.375,2.875,2.5625,2.875]},"north":{"texture":"#0","uv":[2.5625,2.875,2.875,2.875]},"south":{"texture":"#0","uv":[3.0625,2.875,3.375,2.875]},"up":{"texture":"#0","uv":[2.875,2.875,2.5625,2.6875]},"west":{"texture":"#0","uv":[2.875,2.875,3.0625,2.875]}},"from":[-15.8,-13.047609,-10.794186],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.8,-12.8,-10.8],"rescale":false},"shade":false,"to":[-13.8,-13.047609,-9.594186]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w225.json b/assets/minecraft/models/w225.json new file mode 100644 index 000000000..d3526b788 --- /dev/null +++ b/assets/minecraft/models/w225.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[0,12,2,0]}},"from":[8,8,8],"shade":false,"to":[4.8,-11.200001,8]}],"overrides":[],"textures":{"0":"item/w1974018007_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2250.json b/assets/minecraft/models/w2250.json new file mode 100644 index 000000000..f699593b7 --- /dev/null +++ b/assets/minecraft/models/w2250.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.3125,5.25,2,5.5]},"east":{"texture":"#0","uv":[1.4375,5.5,1.6875,5.5625]},"north":{"texture":"#0","uv":[1.6875,5.5,2,5.5625]},"south":{"texture":"#0","uv":[2.25,5.5,2.5625,5.5625]},"up":{"texture":"#0","uv":[2,5.5,1.6875,5.25]},"west":{"texture":"#0","uv":[2,5.5,2.25,5.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2251.json b/assets/minecraft/models/w2251.json new file mode 100644 index 000000000..aa4430ef8 --- /dev/null +++ b/assets/minecraft/models/w2251.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.6875,5.5,2,5.25]},"east":{"texture":"#0","uv":[2,5.5625,2.25,5.5]},"north":{"texture":"#0","uv":[2.25,5.5625,2.5625,5.5]},"south":{"texture":"#0","uv":[1.6875,5.5625,2,5.5]},"up":{"texture":"#0","uv":[2,5.25,2.3125,5.5]},"west":{"texture":"#0","uv":[1.4375,5.5625,1.6875,5.5]}},"from":[8,8,8],"shade":false,"to":[6,7.6,6.4]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2252.json b/assets/minecraft/models/w2252.json new file mode 100644 index 000000000..040ad3201 --- /dev/null +++ b/assets/minecraft/models/w2252.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,0,8.1875,0.5625]},"east":{"texture":"#0","uv":[7.3125,0.5625,7.875,0.75]},"north":{"texture":"#0","uv":[7.875,0.5625,8.1875,0.75]},"south":{"texture":"#0","uv":[8.75,0.5625,9.0625,0.75]},"up":{"texture":"#0","uv":[8.1875,0.5625,7.875,0]},"west":{"texture":"#0","uv":[8.1875,0.5625,8.75,0.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.8,-12.4]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2253.json b/assets/minecraft/models/w2253.json new file mode 100644 index 000000000..c65c5df05 --- /dev/null +++ b/assets/minecraft/models/w2253.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,3.625,6.875,4.3125]},"east":{"texture":"#0","uv":[5.8125,4.3125,6.5,4.625]},"north":{"texture":"#0","uv":[6.5,4.3125,6.875,4.625]},"south":{"texture":"#0","uv":[7.5625,4.3125,7.9375,4.625]},"up":{"texture":"#0","uv":[6.875,4.3125,6.5,3.625]},"west":{"texture":"#0","uv":[6.875,4.3125,7.5625,4.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14,-11.6]},{"faces":{"down":{"texture":"#0","uv":[0.8125,0.8125,0.5,1]},"east":{"texture":"#0","uv":[0,1,0.1875,1]},"north":{"texture":"#0","uv":[0.1875,1,0.5,1]},"south":{"texture":"#0","uv":[0.6875,1,1,1]},"up":{"texture":"#0","uv":[0.5,1,0.1875,0.8125]},"west":{"texture":"#0","uv":[0.5,1,0.6875,1]}},"from":[-15.8,-13.047609,-10.794186],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.8,-12.8,-10.8],"rescale":false},"shade":false,"to":[-13.8,-13.047609,-9.594186]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2254.json b/assets/minecraft/models/w2254.json new file mode 100644 index 000000000..daee9cf69 --- /dev/null +++ b/assets/minecraft/models/w2254.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.375,5.1875,3.75,5.8125]},"east":{"texture":"#0","uv":[2.5,5.8125,3.125,6.375]},"north":{"texture":"#0","uv":[3.125,5.8125,3.75,6.375]},"south":{"texture":"#0","uv":[4.375,5.8125,5,6.375]},"up":{"texture":"#0","uv":[3.75,5.8125,3.125,5.1875]},"west":{"texture":"#0","uv":[3.75,5.8125,4.375,6.375]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-12.4,-12]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2255.json b/assets/minecraft/models/w2255.json new file mode 100644 index 000000000..4c4e2cd5b --- /dev/null +++ b/assets/minecraft/models/w2255.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.0625,2.125,0.6875,2.4375]},"east":{"texture":"#0","uv":[0,2.4375,0.3125,2.4375]},"north":{"texture":"#0","uv":[0.3125,2.4375,0.6875,2.4375]},"south":{"texture":"#0","uv":[1,2.4375,1.375,2.4375]},"up":{"texture":"#0","uv":[0.6875,2.4375,0.3125,2.125]},"west":{"texture":"#0","uv":[0.6875,2.4375,1,2.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-16,-14]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2256.json b/assets/minecraft/models/w2256.json new file mode 100644 index 000000000..2bd024172 --- /dev/null +++ b/assets/minecraft/models/w2256.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.0625,1.8125,0.6875,2.125]},"east":{"texture":"#0","uv":[0,2.125,0.3125,2.125]},"north":{"texture":"#0","uv":[0.3125,2.125,0.6875,2.125]},"south":{"texture":"#0","uv":[1,2.125,1.375,2.125]},"up":{"texture":"#0","uv":[0.6875,2.125,0.3125,1.8125]},"west":{"texture":"#0","uv":[0.6875,2.125,1,2.125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-16,-14]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2257.json b/assets/minecraft/models/w2257.json new file mode 100644 index 000000000..21963b3e9 --- /dev/null +++ b/assets/minecraft/models/w2257.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.1875,8.0625,6.75,8.3125]},"east":{"texture":"#0","uv":[6.0625,8.3125,6.3125,9]},"north":{"texture":"#0","uv":[6.3125,8.3125,6.75,9]},"south":{"texture":"#0","uv":[7,8.3125,7.4375,9]},"up":{"texture":"#0","uv":[6.75,8.3125,6.3125,8.0625]},"west":{"texture":"#0","uv":[6.75,8.3125,7,9]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-11.6,-14.4]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2258.json b/assets/minecraft/models/w2258.json new file mode 100644 index 000000000..96dbb7140 --- /dev/null +++ b/assets/minecraft/models/w2258.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.875,2.4375,0.5,2.5625]},"east":{"texture":"#0","uv":[0,2.5625,0.125,2.8125]},"north":{"texture":"#0","uv":[0.125,2.5625,0.5,2.8125]},"south":{"texture":"#0","uv":[0.625,2.5625,1,2.8125]},"up":{"texture":"#0","uv":[0.5,2.5625,0.125,2.4375]},"west":{"texture":"#0","uv":[0.5,2.5625,0.625,2.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.52,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2259.json b/assets/minecraft/models/w2259.json new file mode 100644 index 000000000..625ff3a51 --- /dev/null +++ b/assets/minecraft/models/w2259.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,1.8125,3.125,2]},"east":{"texture":"#0","uv":[2.5625,2,2.75,2.6875]},"north":{"texture":"#0","uv":[2.75,2,3.125,2.6875]},"south":{"texture":"#0","uv":[3.3125,2,3.6875,2.6875]},"up":{"texture":"#0","uv":[3.125,2,2.75,1.8125]},"west":{"texture":"#0","uv":[3.125,2,3.3125,2.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-11.600001,-14.8]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w226.json b/assets/minecraft/models/w226.json new file mode 100644 index 000000000..d3526b788 --- /dev/null +++ b/assets/minecraft/models/w226.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[0,12,2,0]}},"from":[8,8,8],"shade":false,"to":[4.8,-11.200001,8]}],"overrides":[],"textures":{"0":"item/w1974018007_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2260.json b/assets/minecraft/models/w2260.json new file mode 100644 index 000000000..95ee04178 --- /dev/null +++ b/assets/minecraft/models/w2260.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.875,0,0.5,0.125]},"east":{"texture":"#0","uv":[0,0.125,0.125,0.8125]},"north":{"texture":"#0","uv":[0.125,0.125,0.5,0.8125]},"south":{"texture":"#0","uv":[0.625,0.125,1,0.8125]},"up":{"texture":"#0","uv":[0.5,0.125,0.125,0]},"west":{"texture":"#0","uv":[0.5,0.125,0.625,0.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.28,-11.6,-15.2]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2261.json b/assets/minecraft/models/w2261.json new file mode 100644 index 000000000..ad3f98604 --- /dev/null +++ b/assets/minecraft/models/w2261.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.4375,4.3125,9.6875,3.8125]},"east":{"texture":"#0","uv":[9.6875,5.0625,10.1875,4.3125]},"north":{"texture":"#0","uv":[10.1875,5.0625,10.4375,4.3125]},"south":{"texture":"#0","uv":[9.4375,5.0625,9.6875,4.3125]},"up":{"texture":"#0","uv":[9.6875,3.8125,9.9375,4.3125]},"west":{"texture":"#0","uv":[8.9375,5.0625,9.4375,4.3125]}},"from":[8,8,8],"shade":false,"to":[6.4,3.1999998,4.8]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2262.json b/assets/minecraft/models/w2262.json new file mode 100644 index 000000000..802c84e62 --- /dev/null +++ b/assets/minecraft/models/w2262.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,3.3125,7.375,3.3125]},"east":{"texture":"#0","uv":[7.125,3.3125,7.125,3.625]},"north":{"texture":"#0","uv":[7.125,3.3125,7.375,3.625]},"south":{"texture":"#0","uv":[7.375,3.3125,7.625,3.625]},"up":{"texture":"#0","uv":[7.375,3.3125,7.125,3.3125]},"west":{"texture":"#0","uv":[7.375,3.3125,7.375,3.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14,-16]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2263.json b/assets/minecraft/models/w2263.json new file mode 100644 index 000000000..2161e9017 --- /dev/null +++ b/assets/minecraft/models/w2263.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.125,3.3125,5.875,3.3125]},"east":{"texture":"#0","uv":[5.625,3.3125,5.625,3.5625]},"north":{"texture":"#0","uv":[5.625,3.3125,5.875,3.5625]},"south":{"texture":"#0","uv":[5.875,3.3125,6.125,3.5625]},"up":{"texture":"#0","uv":[5.875,3.3125,5.625,3.3125]},"west":{"texture":"#0","uv":[5.875,3.3125,5.875,3.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2264.json b/assets/minecraft/models/w2264.json new file mode 100644 index 000000000..1747e39cd --- /dev/null +++ b/assets/minecraft/models/w2264.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.3125,3.5625,0.3125,3.875]},"east":{"texture":"#0","uv":[0,3.875,0.3125,4.1875]},"north":{"texture":"#0","uv":[0.3125,3.875,0.3125,4.1875]},"south":{"texture":"#0","uv":[0.625,3.875,0.625,4.1875]},"up":{"texture":"#0","uv":[0.3125,3.875,0.3125,3.5625]},"west":{"texture":"#0","uv":[0.3125,3.875,0.625,4.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14,-14]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2265.json b/assets/minecraft/models/w2265.json new file mode 100644 index 000000000..d94a6a8c1 --- /dev/null +++ b/assets/minecraft/models/w2265.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.0625,0.9375,4.0625,1.25]},"east":{"texture":"#0","uv":[3.75,1.25,4.0625,1.5]},"north":{"texture":"#0","uv":[4.0625,1.25,4.0625,1.5]},"south":{"texture":"#0","uv":[4.375,1.25,4.375,1.5]},"up":{"texture":"#0","uv":[4.0625,1.25,4.0625,0.9375]},"west":{"texture":"#0","uv":[4.0625,1.25,4.375,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.4,-14]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2266.json b/assets/minecraft/models/w2266.json new file mode 100644 index 000000000..a8ad3bb3d --- /dev/null +++ b/assets/minecraft/models/w2266.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.125,6.9375,3.75,7.375]},"east":{"texture":"#0","uv":[2.9375,7.375,3.375,8.125]},"north":{"texture":"#0","uv":[3.375,7.375,3.75,8.125]},"south":{"texture":"#0","uv":[4.1875,7.375,4.5625,8.125]},"up":{"texture":"#0","uv":[3.75,7.375,3.375,6.9375]},"west":{"texture":"#0","uv":[3.75,7.375,4.1875,8.125]}},"from":[-15.68,-11.24,-15.8],"shade":false,"to":[-13.280001,-6.4399996,-13]},{"faces":{"down":{"texture":"#0","uv":[6.375,0.625,6.3125,0.75]},"east":{"texture":"#0","uv":[6.125,0.75,6.25,0.875]},"north":{"texture":"#0","uv":[6.25,0.75,6.3125,0.875]},"south":{"texture":"#0","uv":[6.4375,0.75,6.5,0.875]},"up":{"texture":"#0","uv":[6.3125,0.75,6.25,0.625]},"west":{"texture":"#0","uv":[6.3125,0.75,6.4375,0.875]}},"from":[-15.92,-9.08,-14.6],"shade":false,"to":[-15.52,-8.28,-13.8]},{"faces":{"down":{"texture":"#0","uv":[0.3125,5.25,0.25,5.4375]},"east":{"texture":"#0","uv":[0,5.4375,0.1875,5.625]},"north":{"texture":"#0","uv":[0.1875,5.4375,0.25,5.625]},"south":{"texture":"#0","uv":[0.4375,5.4375,0.5,5.625]},"up":{"texture":"#0","uv":[0.25,5.4375,0.1875,5.25]},"west":{"texture":"#0","uv":[0.25,5.4375,0.4375,5.625]}},"from":[-16,-10.52,-15.4],"shade":false,"to":[-15.6,-9.320001,-14.2]},{"faces":{"down":{"texture":"#0","uv":[2.125,7.625,1.875,8.125]},"east":{"texture":"#0","uv":[1.125,8.125,1.625,8.5625]},"north":{"texture":"#0","uv":[1.625,8.125,1.875,8.5625]},"south":{"texture":"#0","uv":[2.375,8.125,2.625,8.5625]},"up":{"texture":"#0","uv":[1.875,8.125,1.625,7.625]},"west":{"texture":"#0","uv":[1.875,8.125,2.375,8.5625]}},"from":[-15.28,-7.24,-15.6],"shade":false,"to":[-13.679999,-4.4399996,-12.400001]},{"faces":{"down":{"texture":"#0","uv":[9.9375,3.8125,9.6875,4.3125]},"east":{"texture":"#0","uv":[8.9375,4.3125,9.4375,5.0625]},"north":{"texture":"#0","uv":[9.4375,4.3125,9.6875,5.0625]},"south":{"texture":"#0","uv":[10.1875,4.3125,10.4375,5.0625]},"up":{"texture":"#0","uv":[9.6875,4.3125,9.4375,3.8125]},"west":{"texture":"#0","uv":[9.6875,4.3125,10.1875,5.0625]}},"from":[-15.88,-16,-16],"shade":false,"to":[-14.28,-11.2,-12.8]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2267.json b/assets/minecraft/models/w2267.json new file mode 100644 index 000000000..845c3aeb8 --- /dev/null +++ b/assets/minecraft/models/w2267.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.8125,7.5625,8.0625,7.0625]},"east":{"texture":"#0","uv":[8.0625,8.3125,8.5625,7.5625]},"north":{"texture":"#0","uv":[8.5625,8.3125,8.8125,7.5625]},"south":{"texture":"#0","uv":[7.8125,8.3125,8.0625,7.5625]},"up":{"texture":"#0","uv":[8.0625,7.0625,8.3125,7.5625]},"west":{"texture":"#0","uv":[7.3125,8.3125,7.8125,7.5625]}},"from":[8,8,8],"shade":false,"to":[6.4,3.1999998,4.8]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2268.json b/assets/minecraft/models/w2268.json new file mode 100644 index 000000000..122b23f1d --- /dev/null +++ b/assets/minecraft/models/w2268.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,1.3125,7.375,1.3125]},"east":{"texture":"#0","uv":[7.125,1.3125,7.125,1.625]},"north":{"texture":"#0","uv":[7.125,1.3125,7.375,1.625]},"south":{"texture":"#0","uv":[7.375,1.3125,7.625,1.625]},"up":{"texture":"#0","uv":[7.375,1.3125,7.125,1.3125]},"west":{"texture":"#0","uv":[7.375,1.3125,7.375,1.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14,-16]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2269.json b/assets/minecraft/models/w2269.json new file mode 100644 index 000000000..5e610d333 --- /dev/null +++ b/assets/minecraft/models/w2269.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.875,5.5625,4.625,5.5625]},"east":{"texture":"#0","uv":[4.375,5.5625,4.375,5.8125]},"north":{"texture":"#0","uv":[4.375,5.5625,4.625,5.8125]},"south":{"texture":"#0","uv":[4.625,5.5625,4.875,5.8125]},"up":{"texture":"#0","uv":[4.625,5.5625,4.375,5.5625]},"west":{"texture":"#0","uv":[4.625,5.5625,4.625,5.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w227.json b/assets/minecraft/models/w227.json new file mode 100644 index 000000000..d3526b788 --- /dev/null +++ b/assets/minecraft/models/w227.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[0,12,2,0]}},"from":[8,8,8],"shade":false,"to":[4.8,-11.200001,8]}],"overrides":[],"textures":{"0":"item/w1974018007_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2270.json b/assets/minecraft/models/w2270.json new file mode 100644 index 000000000..c255e1274 --- /dev/null +++ b/assets/minecraft/models/w2270.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.3125,3.25,0.3125,3.5625]},"east":{"texture":"#0","uv":[0,3.5625,0.3125,3.875]},"north":{"texture":"#0","uv":[0.3125,3.5625,0.3125,3.875]},"south":{"texture":"#0","uv":[0.625,3.5625,0.625,3.875]},"up":{"texture":"#0","uv":[0.3125,3.5625,0.3125,3.25]},"west":{"texture":"#0","uv":[0.3125,3.5625,0.625,3.875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14,-14]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2271.json b/assets/minecraft/models/w2271.json new file mode 100644 index 000000000..3ba8d90f1 --- /dev/null +++ b/assets/minecraft/models/w2271.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.0625,0.6875,4.0625,1]},"east":{"texture":"#0","uv":[3.75,1,4.0625,1.25]},"north":{"texture":"#0","uv":[4.0625,1,4.0625,1.25]},"south":{"texture":"#0","uv":[4.375,1,4.375,1.25]},"up":{"texture":"#0","uv":[4.0625,1,4.0625,0.6875]},"west":{"texture":"#0","uv":[4.0625,1,4.375,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.4,-14]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2272.json b/assets/minecraft/models/w2272.json new file mode 100644 index 000000000..d6cb654d1 --- /dev/null +++ b/assets/minecraft/models/w2272.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.1875,6.9375,0.8125,7.375]},"east":{"texture":"#0","uv":[0,7.375,0.4375,8.125]},"north":{"texture":"#0","uv":[0.4375,7.375,0.8125,8.125]},"south":{"texture":"#0","uv":[1.25,7.375,1.625,8.125]},"up":{"texture":"#0","uv":[0.8125,7.375,0.4375,6.9375]},"west":{"texture":"#0","uv":[0.8125,7.375,1.25,8.125]}},"from":[-16,-11.24,-15.8],"shade":false,"to":[-13.6,-6.4399996,-13]},{"faces":{"down":{"texture":"#0","uv":[5.5625,7.5625,5.3125,8.0625]},"east":{"texture":"#0","uv":[4.5625,8.0625,5.0625,8.5]},"north":{"texture":"#0","uv":[5.0625,8.0625,5.3125,8.5]},"south":{"texture":"#0","uv":[5.8125,8.0625,6.0625,8.5]},"up":{"texture":"#0","uv":[5.3125,8.0625,5.0625,7.5625]},"west":{"texture":"#0","uv":[5.3125,8.0625,5.8125,8.5]}},"from":[-15.6,-7.24,-15.6],"shade":false,"to":[-14,-4.4399996,-12.400001]},{"faces":{"down":{"texture":"#0","uv":[8.3125,7.0625,8.0625,7.5625]},"east":{"texture":"#0","uv":[7.3125,7.5625,7.8125,8.3125]},"north":{"texture":"#0","uv":[7.8125,7.5625,8.0625,8.3125]},"south":{"texture":"#0","uv":[8.5625,7.5625,8.8125,8.3125]},"up":{"texture":"#0","uv":[8.0625,7.5625,7.8125,7.0625]},"west":{"texture":"#0","uv":[8.0625,7.5625,8.5625,8.3125]}},"from":[-15,-16,-16],"shade":false,"to":[-13.4,-11.2,-12.8]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2273.json b/assets/minecraft/models/w2273.json new file mode 100644 index 000000000..f6fab0fe3 --- /dev/null +++ b/assets/minecraft/models/w2273.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.125,1.5,6.875,1.625]},"east":{"texture":"#0","uv":[6.5,1.625,6.625,1.8125]},"north":{"texture":"#0","uv":[6.625,1.625,6.875,1.8125]},"south":{"texture":"#0","uv":[7,1.625,7.25,1.8125]},"up":{"texture":"#0","uv":[6.875,1.625,6.625,1.5]},"west":{"texture":"#0","uv":[6.875,1.625,7,1.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2274.json b/assets/minecraft/models/w2274.json new file mode 100644 index 000000000..e2b8c241e --- /dev/null +++ b/assets/minecraft/models/w2274.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.1875,6.375,4,6.5625]},"east":{"texture":"#0","uv":[3.625,6.5625,3.8125,6.75]},"north":{"texture":"#0","uv":[3.8125,6.5625,4,6.75]},"south":{"texture":"#0","uv":[4.1875,6.5625,4.375,6.75]},"up":{"texture":"#0","uv":[4,6.5625,3.8125,6.375]},"west":{"texture":"#0","uv":[4,6.5625,4.1875,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2275.json b/assets/minecraft/models/w2275.json new file mode 100644 index 000000000..572beafe5 --- /dev/null +++ b/assets/minecraft/models/w2275.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.4375,6.375,3.25,6.5625]},"east":{"texture":"#0","uv":[2.875,6.5625,3.0625,6.75]},"north":{"texture":"#0","uv":[3.0625,6.5625,3.25,6.75]},"south":{"texture":"#0","uv":[3.4375,6.5625,3.625,6.75]},"up":{"texture":"#0","uv":[3.25,6.5625,3.0625,6.375]},"west":{"texture":"#0","uv":[3.25,6.5625,3.4375,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.799999]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2276.json b/assets/minecraft/models/w2276.json new file mode 100644 index 000000000..7a2638f27 --- /dev/null +++ b/assets/minecraft/models/w2276.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.6875,6.5625,1.5625,6.75]},"east":{"texture":"#0","uv":[1.25,6.75,1.4375,6.875]},"north":{"texture":"#0","uv":[1.4375,6.75,1.5625,6.875]},"south":{"texture":"#0","uv":[1.75,6.75,1.875,6.875]},"up":{"texture":"#0","uv":[1.5625,6.75,1.4375,6.5625]},"west":{"texture":"#0","uv":[1.5625,6.75,1.75,6.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.96,-14.960001,-14.8]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2277.json b/assets/minecraft/models/w2277.json new file mode 100644 index 000000000..d46fb6ac2 --- /dev/null +++ b/assets/minecraft/models/w2277.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.25,6.3125,6.125,6.5625]},"east":{"texture":"#0","uv":[5.75,6.5625,6,6.6875]},"north":{"texture":"#0","uv":[6,6.5625,6.125,6.6875]},"south":{"texture":"#0","uv":[6.375,6.5625,6.5,6.6875]},"up":{"texture":"#0","uv":[6.125,6.5625,6,6.3125]},"west":{"texture":"#0","uv":[6.125,6.5625,6.375,6.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-14.4]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2278.json b/assets/minecraft/models/w2278.json new file mode 100644 index 000000000..700ebf053 --- /dev/null +++ b/assets/minecraft/models/w2278.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,1.3125,6.25,1.4375]},"east":{"texture":"#0","uv":[5.875,1.4375,6,1.625]},"north":{"texture":"#0","uv":[6,1.4375,6.25,1.625]},"south":{"texture":"#0","uv":[6.375,1.4375,6.625,1.625]},"up":{"texture":"#0","uv":[6.25,1.4375,6,1.3125]},"west":{"texture":"#0","uv":[6.25,1.4375,6.375,1.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2279.json b/assets/minecraft/models/w2279.json new file mode 100644 index 000000000..d4be95225 --- /dev/null +++ b/assets/minecraft/models/w2279.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.9375,5.375,2.75,5.5625]},"east":{"texture":"#0","uv":[2.375,5.5625,2.5625,5.75]},"north":{"texture":"#0","uv":[2.5625,5.5625,2.75,5.75]},"south":{"texture":"#0","uv":[2.9375,5.5625,3.125,5.75]},"up":{"texture":"#0","uv":[2.75,5.5625,2.5625,5.375]},"west":{"texture":"#0","uv":[2.75,5.5625,2.9375,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w228.json b/assets/minecraft/models/w228.json new file mode 100644 index 000000000..d3526b788 --- /dev/null +++ b/assets/minecraft/models/w228.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[0,12,2,0]}},"from":[8,8,8],"shade":false,"to":[4.8,-11.200001,8]}],"overrides":[],"textures":{"0":"item/w1974018007_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2280.json b/assets/minecraft/models/w2280.json new file mode 100644 index 000000000..8ae136121 --- /dev/null +++ b/assets/minecraft/models/w2280.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.9375,5.1875,4.75,5.375]},"east":{"texture":"#0","uv":[4.375,5.375,4.5625,5.5625]},"north":{"texture":"#0","uv":[4.5625,5.375,4.75,5.5625]},"south":{"texture":"#0","uv":[4.9375,5.375,5.125,5.5625]},"up":{"texture":"#0","uv":[4.75,5.375,4.5625,5.1875]},"west":{"texture":"#0","uv":[4.75,5.375,4.9375,5.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.799999]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2281.json b/assets/minecraft/models/w2281.json new file mode 100644 index 000000000..a96a54b71 --- /dev/null +++ b/assets/minecraft/models/w2281.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.0625,6.5625,0.9375,6.75]},"east":{"texture":"#0","uv":[0.625,6.75,0.8125,6.875]},"north":{"texture":"#0","uv":[0.8125,6.75,0.9375,6.875]},"south":{"texture":"#0","uv":[1.125,6.75,1.25,6.875]},"up":{"texture":"#0","uv":[0.9375,6.75,0.8125,6.5625]},"west":{"texture":"#0","uv":[0.9375,6.75,1.125,6.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.96,-14.960001,-14.8]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2282.json b/assets/minecraft/models/w2282.json new file mode 100644 index 000000000..a0c580f0d --- /dev/null +++ b/assets/minecraft/models/w2282.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.625,4.6875,3.5,4.9375]},"east":{"texture":"#0","uv":[3.125,4.9375,3.375,5.0625]},"north":{"texture":"#0","uv":[3.375,4.9375,3.5,5.0625]},"south":{"texture":"#0","uv":[3.75,4.9375,3.875,5.0625]},"up":{"texture":"#0","uv":[3.5,4.9375,3.375,4.6875]},"west":{"texture":"#0","uv":[3.5,4.9375,3.75,5.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-14.4]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2283.json b/assets/minecraft/models/w2283.json new file mode 100644 index 000000000..244636a49 --- /dev/null +++ b/assets/minecraft/models/w2283.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.6875,3.5625,9.6875,3.5625]},"east":{"texture":"#0","uv":[9.6875,3.5625,9.6875,3.5625]},"north":{"texture":"#0","uv":[9.6875,3.5625,9.6875,3.5625]},"south":{"texture":"#0","uv":[9.6875,3.5625,9.6875,3.5625]},"up":{"texture":"#0","uv":[9.6875,3.5625,9.6875,3.5625]},"west":{"texture":"#0","uv":[9.6875,3.5625,9.6875,3.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.8,-16,-15.8]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2284.json b/assets/minecraft/models/w2284.json new file mode 100644 index 000000000..244636a49 --- /dev/null +++ b/assets/minecraft/models/w2284.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.6875,3.5625,9.6875,3.5625]},"east":{"texture":"#0","uv":[9.6875,3.5625,9.6875,3.5625]},"north":{"texture":"#0","uv":[9.6875,3.5625,9.6875,3.5625]},"south":{"texture":"#0","uv":[9.6875,3.5625,9.6875,3.5625]},"up":{"texture":"#0","uv":[9.6875,3.5625,9.6875,3.5625]},"west":{"texture":"#0","uv":[9.6875,3.5625,9.6875,3.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.8,-16,-15.8]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2285.json b/assets/minecraft/models/w2285.json new file mode 100644 index 000000000..b0a6cf909 --- /dev/null +++ b/assets/minecraft/models/w2285.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,8.125,0.5625,8.25]},"east":{"texture":"#0","uv":[0,8.25,0.125,8.9375]},"north":{"texture":"#0","uv":[0.125,8.25,0.5625,8.9375]},"south":{"texture":"#0","uv":[0.6875,8.25,1.125,8.9375]},"up":{"texture":"#0","uv":[0.5625,8.25,0.125,8.125]},"west":{"texture":"#0","uv":[0.5625,8.25,0.6875,8.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-11.6,-15.2]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2286.json b/assets/minecraft/models/w2286.json new file mode 100644 index 000000000..901d89e64 --- /dev/null +++ b/assets/minecraft/models/w2286.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.4375,8.125,3.0625,8.1875]},"east":{"texture":"#0","uv":[2.625,8.1875,2.6875,8.875]},"north":{"texture":"#0","uv":[2.6875,8.1875,3.0625,8.875]},"south":{"texture":"#0","uv":[3.125,8.1875,3.5,8.875]},"up":{"texture":"#0","uv":[3.0625,8.1875,2.6875,8.125]},"west":{"texture":"#0","uv":[3.0625,8.1875,3.125,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.28,-11.6,-15.6]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2287.json b/assets/minecraft/models/w2287.json new file mode 100644 index 000000000..2de01033c --- /dev/null +++ b/assets/minecraft/models/w2287.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.9375,6.375,4.6875,6.4375]},"east":{"texture":"#0","uv":[4.375,6.4375,4.4375,6.75]},"north":{"texture":"#0","uv":[4.4375,6.4375,4.6875,6.75]},"south":{"texture":"#0","uv":[4.75,6.4375,5,6.75]},"up":{"texture":"#0","uv":[4.6875,6.4375,4.4375,6.375]},"west":{"texture":"#0","uv":[4.6875,6.4375,4.75,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14,-15.6]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2288.json b/assets/minecraft/models/w2288.json new file mode 100644 index 000000000..224c67078 --- /dev/null +++ b/assets/minecraft/models/w2288.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.1875,0,3,0.0625]},"east":{"texture":"#0","uv":[2.75,0.0625,2.8125,0.4375]},"north":{"texture":"#0","uv":[2.8125,0.0625,3,0.4375]},"south":{"texture":"#0","uv":[3.0625,0.0625,3.25,0.4375]},"up":{"texture":"#0","uv":[3,0.0625,2.8125,0]},"west":{"texture":"#0","uv":[3,0.0625,3.0625,0.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.6,-15.6]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2289.json b/assets/minecraft/models/w2289.json new file mode 100644 index 000000000..294c2885c --- /dev/null +++ b/assets/minecraft/models/w2289.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.4375,0.3125,6.3125,0.375]},"east":{"texture":"#0","uv":[6.125,0.375,6.1875,0.625]},"north":{"texture":"#0","uv":[6.1875,0.375,6.3125,0.625]},"south":{"texture":"#0","uv":[6.375,0.375,6.5,0.625]},"up":{"texture":"#0","uv":[6.3125,0.375,6.1875,0.3125]},"west":{"texture":"#0","uv":[6.3125,0.375,6.375,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-15.6]}],"overrides":[],"textures":{"0":"item/w579610860_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w229.json b/assets/minecraft/models/w229.json new file mode 100644 index 000000000..77e6cef13 --- /dev/null +++ b/assets/minecraft/models/w229.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,6,6]},"up":{"texture":"#0","uv":[0,0,6,6]}},"from":[-16,-16,-16],"shade":false,"to":[3.2000008,-16,3.2000008]}],"overrides":[],"textures":{"0":"item/w1985940056_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2290.json b/assets/minecraft/models/w2290.json new file mode 100644 index 000000000..8e911d07d --- /dev/null +++ b/assets/minecraft/models/w2290.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,0,7.5,3.25]},"east":{"texture":"#0","uv":[11,0,14.25,1.5]},"north":{"texture":"#0","uv":[14.25,0,16,1.5]},"south":{"texture":"#0","uv":[14.25,1.5,16,3]},"up":{"texture":"#0","uv":[11,3.25,9.25,0]},"west":{"texture":"#0","uv":[11,1.5,14.25,3]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.6,-10.8]}],"overrides":[],"textures":{"0":"item/w101583_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2291.json b/assets/minecraft/models/w2291.json new file mode 100644 index 000000000..47facb02e --- /dev/null +++ b/assets/minecraft/models/w2291.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,3,12,3.5]},"east":{"texture":"#0","uv":[11,3.5,11.5,5.25]},"north":{"texture":"#0","uv":[11.5,3.5,12,5.25]},"south":{"texture":"#0","uv":[12.5,3.5,13,5.25]},"up":{"texture":"#0","uv":[12,3.5,11.5,3]},"west":{"texture":"#0","uv":[12,3.5,12.5,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.2,-15.2]}],"overrides":[],"textures":{"0":"item/w101583_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2292.json b/assets/minecraft/models/w2292.json new file mode 100644 index 000000000..82c93d0ed --- /dev/null +++ b/assets/minecraft/models/w2292.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,3,12,3.5]},"east":{"texture":"#0","uv":[11,3.5,11.5,5.25]},"north":{"texture":"#0","uv":[11.5,3.5,12,5.25]},"south":{"texture":"#0","uv":[12.5,3.5,13,5.25]},"up":{"texture":"#0","uv":[12,3.5,11.5,3]},"west":{"texture":"#0","uv":[12,3.5,12.5,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.2,-15.2]},{"faces":{"down":{"texture":"#0","uv":[14.25,3,13.75,3.25]},"east":{"texture":"#0","uv":[13,3.25,13.25,4.25]},"north":{"texture":"#0","uv":[13.25,3.25,13.75,4.25]},"south":{"texture":"#0","uv":[14,3.25,14.5,4.25]},"up":{"texture":"#0","uv":[13.75,3.25,13.25,3]},"west":{"texture":"#0","uv":[13.75,3.25,14,4.25]}},"from":[-16,-14.4,-15.2],"shade":false,"to":[-15.2,-12.799999,-14.8]}],"overrides":[],"textures":{"0":"item/w101583_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2293.json b/assets/minecraft/models/w2293.json new file mode 100644 index 000000000..82c93d0ed --- /dev/null +++ b/assets/minecraft/models/w2293.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,3,12,3.5]},"east":{"texture":"#0","uv":[11,3.5,11.5,5.25]},"north":{"texture":"#0","uv":[11.5,3.5,12,5.25]},"south":{"texture":"#0","uv":[12.5,3.5,13,5.25]},"up":{"texture":"#0","uv":[12,3.5,11.5,3]},"west":{"texture":"#0","uv":[12,3.5,12.5,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.2,-15.2]},{"faces":{"down":{"texture":"#0","uv":[14.25,3,13.75,3.25]},"east":{"texture":"#0","uv":[13,3.25,13.25,4.25]},"north":{"texture":"#0","uv":[13.25,3.25,13.75,4.25]},"south":{"texture":"#0","uv":[14,3.25,14.5,4.25]},"up":{"texture":"#0","uv":[13.75,3.25,13.25,3]},"west":{"texture":"#0","uv":[13.75,3.25,14,4.25]}},"from":[-16,-14.4,-15.2],"shade":false,"to":[-15.2,-12.799999,-14.8]}],"overrides":[],"textures":{"0":"item/w101583_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2294.json b/assets/minecraft/models/w2294.json new file mode 100644 index 000000000..47facb02e --- /dev/null +++ b/assets/minecraft/models/w2294.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,3,12,3.5]},"east":{"texture":"#0","uv":[11,3.5,11.5,5.25]},"north":{"texture":"#0","uv":[11.5,3.5,12,5.25]},"south":{"texture":"#0","uv":[12.5,3.5,13,5.25]},"up":{"texture":"#0","uv":[12,3.5,11.5,3]},"west":{"texture":"#0","uv":[12,3.5,12.5,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.2,-15.2]}],"overrides":[],"textures":{"0":"item/w101583_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2295.json b/assets/minecraft/models/w2295.json new file mode 100644 index 000000000..6c29be56b --- /dev/null +++ b/assets/minecraft/models/w2295.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,3.75,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,3]},"north":{"texture":"#0","uv":[1.5,1.5,3.75,3]},"south":{"texture":"#0","uv":[5.25,1.5,7.5,3]},"up":{"texture":"#0","uv":[3.75,1.5,1.5,0]},"west":{"texture":"#0","uv":[3.75,1.5,5.25,3]}},"from":[-16,-16,-14.8],"shade":false,"to":[-12.4,-13.6,-12.4]},{"faces":{"down":{"texture":"#0","uv":[2.25,3,1.5,3.75]},"east":{"texture":"#0","uv":[0,3.75,0.75,4.25]},"north":{"texture":"#0","uv":[0.75,3.75,1.5,4.25]},"south":{"texture":"#0","uv":[2.25,3.75,3,4.25]},"up":{"texture":"#0","uv":[1.5,3.75,0.75,3]},"west":{"texture":"#0","uv":[1.5,3.75,2.25,4.25]}},"from":[-14.8,-15.8,-16],"shade":false,"to":[-13.6,-15,-14.8]}],"overrides":[],"textures":{"0":"item/w101583_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2296.json b/assets/minecraft/models/w2296.json new file mode 100644 index 000000000..01d3eb503 --- /dev/null +++ b/assets/minecraft/models/w2296.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.75,4.25,4.5,6]},"east":{"texture":"#0","uv":[1.5,6,3.25,7.25]},"north":{"texture":"#0","uv":[3.25,6,4.5,7.25]},"south":{"texture":"#0","uv":[6.25,6,7.5,7.25]},"up":{"texture":"#0","uv":[4.5,6,3.25,4.25]},"west":{"texture":"#0","uv":[4.5,6,6.25,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-13.2]}],"overrides":[],"textures":{"0":"item/w101583_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2297.json b/assets/minecraft/models/w2297.json new file mode 100644 index 000000000..0b2f2f54f --- /dev/null +++ b/assets/minecraft/models/w2297.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,3,5.25,4]},"east":{"texture":"#0","uv":[3.5,4,4.5,4.25]},"north":{"texture":"#0","uv":[4.5,4,5.25,4.25]},"south":{"texture":"#0","uv":[6.25,4,7,4.25]},"up":{"texture":"#0","uv":[5.25,4,4.5,3]},"west":{"texture":"#0","uv":[5.25,4,6.25,4.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w101583_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2298.json b/assets/minecraft/models/w2298.json new file mode 100644 index 000000000..2f7fa1f3d --- /dev/null +++ b/assets/minecraft/models/w2298.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,4.5,1,4.75]},"east":{"texture":"#0","uv":[0,4.75,0.25,6]},"north":{"texture":"#0","uv":[0.25,4.75,1,6]},"south":{"texture":"#0","uv":[1.25,4.75,2,6]},"up":{"texture":"#0","uv":[1,4.75,0.25,4.5]},"west":{"texture":"#0","uv":[1,4.75,1.25,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14,-15.6]}],"overrides":[],"textures":{"0":"item/w101583_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2299.json b/assets/minecraft/models/w2299.json new file mode 100644 index 000000000..60ba76e36 --- /dev/null +++ b/assets/minecraft/models/w2299.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,4.5,1.75,4.75]},"east":{"texture":"#0","uv":[1.25,4.75,1,6]},"north":{"texture":"#0","uv":[1,4.75,0.25,6]},"south":{"texture":"#0","uv":[2,4.75,1.25,6]},"up":{"texture":"#0","uv":[0.25,4.75,1,4.5]},"west":{"texture":"#0","uv":[0.25,4.75,0,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14,-15.6]}],"overrides":[],"textures":{"0":"item/w101583_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w23.json b/assets/minecraft/models/w23.json new file mode 100644 index 000000000..a36858f0f --- /dev/null +++ b/assets/minecraft/models/w23.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.875,11.375,5.25,12]},"east":{"texture":"#0","uv":[4,12,4.625,13.375]},"north":{"texture":"#0","uv":[4.625,12,5.25,13.375]},"south":{"texture":"#0","uv":[5.875,12,6.5,13.375]},"up":{"texture":"#0","uv":[5.25,12,4.625,11.375]},"west":{"texture":"#0","uv":[5.25,12,5.875,13.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-11.6,-14]}],"overrides":[],"textures":{"0":"item/w88907092_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w230.json b/assets/minecraft/models/w230.json new file mode 100644 index 000000000..3dfc96b20 --- /dev/null +++ b/assets/minecraft/models/w230.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,12,6]},"up":{"texture":"#0","uv":[6,0,12,6]}},"from":[-16,-16,-16],"shade":false,"to":[0,-16,0]}],"overrides":[],"textures":{"0":"item/w1985940056_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2300.json b/assets/minecraft/models/w2300.json new file mode 100644 index 000000000..9754b48d6 --- /dev/null +++ b/assets/minecraft/models/w2300.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,3.25,8.75,5.25]},"east":{"texture":"#0","uv":[7.5,6.5,9.5,7.75]},"north":{"texture":"#0","uv":[9.5,6.5,10.75,7.75]},"south":{"texture":"#0","uv":[9.5,5.25,10.75,6.5]},"up":{"texture":"#0","uv":[8.75,5.25,7.5,3.25]},"west":{"texture":"#0","uv":[7.5,5.25,9.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.996,-13.996,-12.796]}],"overrides":[],"textures":{"0":"item/w101583_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2301.json b/assets/minecraft/models/w2301.json new file mode 100644 index 000000000..f3d2e67c8 --- /dev/null +++ b/assets/minecraft/models/w2301.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,0,9.25,3.25]},"east":{"texture":"#0","uv":[11,0,14.25,1.5]},"north":{"texture":"#0","uv":[14.25,0,16,1.5]},"south":{"texture":"#0","uv":[14.25,1.5,16,3]},"up":{"texture":"#0","uv":[9.25,3.25,7.5,0]},"west":{"texture":"#0","uv":[11,1.5,14.25,3]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.6,-10.8]}],"overrides":[],"textures":{"0":"item/w633456371_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2302.json b/assets/minecraft/models/w2302.json new file mode 100644 index 000000000..3cf9a9bf5 --- /dev/null +++ b/assets/minecraft/models/w2302.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,3,12,3.5]},"east":{"texture":"#0","uv":[11,3.5,11.5,5.25]},"north":{"texture":"#0","uv":[11.5,3.5,12,5.25]},"south":{"texture":"#0","uv":[12.5,3.5,13,5.25]},"up":{"texture":"#0","uv":[12,3.5,11.5,3]},"west":{"texture":"#0","uv":[12,3.5,12.5,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.2,-15.2]}],"overrides":[],"textures":{"0":"item/w633456371_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2303.json b/assets/minecraft/models/w2303.json new file mode 100644 index 000000000..8830d17e0 --- /dev/null +++ b/assets/minecraft/models/w2303.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,3,12,3.5]},"east":{"texture":"#0","uv":[11,3.5,11.5,5.25]},"north":{"texture":"#0","uv":[11.5,3.5,12,5.25]},"south":{"texture":"#0","uv":[12.5,3.5,13,5.25]},"up":{"texture":"#0","uv":[12,3.5,11.5,3]},"west":{"texture":"#0","uv":[12,3.5,12.5,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.2,-15.2]},{"faces":{"down":{"texture":"#0","uv":[14.25,3,13.75,3.25]},"east":{"texture":"#0","uv":[13,3.25,13.25,4.25]},"north":{"texture":"#0","uv":[13.25,3.25,13.75,4.25]},"south":{"texture":"#0","uv":[14,3.25,14.5,4.25]},"up":{"texture":"#0","uv":[13.75,3.25,13.25,3]},"west":{"texture":"#0","uv":[13.75,3.25,14,4.25]}},"from":[-16,-14.4,-15.2],"shade":false,"to":[-15.2,-12.799999,-14.8]}],"overrides":[],"textures":{"0":"item/w633456371_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2304.json b/assets/minecraft/models/w2304.json new file mode 100644 index 000000000..8830d17e0 --- /dev/null +++ b/assets/minecraft/models/w2304.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,3,12,3.5]},"east":{"texture":"#0","uv":[11,3.5,11.5,5.25]},"north":{"texture":"#0","uv":[11.5,3.5,12,5.25]},"south":{"texture":"#0","uv":[12.5,3.5,13,5.25]},"up":{"texture":"#0","uv":[12,3.5,11.5,3]},"west":{"texture":"#0","uv":[12,3.5,12.5,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.2,-15.2]},{"faces":{"down":{"texture":"#0","uv":[14.25,3,13.75,3.25]},"east":{"texture":"#0","uv":[13,3.25,13.25,4.25]},"north":{"texture":"#0","uv":[13.25,3.25,13.75,4.25]},"south":{"texture":"#0","uv":[14,3.25,14.5,4.25]},"up":{"texture":"#0","uv":[13.75,3.25,13.25,3]},"west":{"texture":"#0","uv":[13.75,3.25,14,4.25]}},"from":[-16,-14.4,-15.2],"shade":false,"to":[-15.2,-12.799999,-14.8]}],"overrides":[],"textures":{"0":"item/w633456371_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2305.json b/assets/minecraft/models/w2305.json new file mode 100644 index 000000000..3cf9a9bf5 --- /dev/null +++ b/assets/minecraft/models/w2305.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,3,12,3.5]},"east":{"texture":"#0","uv":[11,3.5,11.5,5.25]},"north":{"texture":"#0","uv":[11.5,3.5,12,5.25]},"south":{"texture":"#0","uv":[12.5,3.5,13,5.25]},"up":{"texture":"#0","uv":[12,3.5,11.5,3]},"west":{"texture":"#0","uv":[12,3.5,12.5,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.2,-15.2]}],"overrides":[],"textures":{"0":"item/w633456371_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2306.json b/assets/minecraft/models/w2306.json new file mode 100644 index 000000000..c06f93d74 --- /dev/null +++ b/assets/minecraft/models/w2306.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,3.75,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,3]},"north":{"texture":"#0","uv":[1.5,1.5,3.75,3]},"south":{"texture":"#0","uv":[5.25,1.5,7.5,3]},"up":{"texture":"#0","uv":[3.75,1.5,1.5,0]},"west":{"texture":"#0","uv":[3.75,1.5,5.25,3]}},"from":[-16,-16,-14.8],"shade":false,"to":[-12.4,-13.6,-12.4]},{"faces":{"down":{"texture":"#0","uv":[2.25,3,1.5,3.75]},"east":{"texture":"#0","uv":[0,3.75,0.75,4.25]},"north":{"texture":"#0","uv":[0.75,3.75,1.5,4.25]},"south":{"texture":"#0","uv":[2.25,3.75,3,4.25]},"up":{"texture":"#0","uv":[1.5,3.75,0.75,3]},"west":{"texture":"#0","uv":[1.5,3.75,2.25,4.25]}},"from":[-14.8,-15.8,-16],"shade":false,"to":[-13.6,-15,-14.8]}],"overrides":[],"textures":{"0":"item/w633456371_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2307.json b/assets/minecraft/models/w2307.json new file mode 100644 index 000000000..5326db33c --- /dev/null +++ b/assets/minecraft/models/w2307.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.75,4.25,4.5,6]},"east":{"texture":"#0","uv":[1.5,6,3.25,7.25]},"north":{"texture":"#0","uv":[3.25,6,4.5,7.25]},"south":{"texture":"#0","uv":[6.25,6,7.5,7.25]},"up":{"texture":"#0","uv":[4.5,6,3.25,4.25]},"west":{"texture":"#0","uv":[4.5,6,6.25,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-13.2]}],"overrides":[],"textures":{"0":"item/w633456371_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2308.json b/assets/minecraft/models/w2308.json new file mode 100644 index 000000000..8172fc996 --- /dev/null +++ b/assets/minecraft/models/w2308.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,3,5.25,4]},"east":{"texture":"#0","uv":[3.5,4,4.5,4.25]},"north":{"texture":"#0","uv":[4.5,4,5.25,4.25]},"south":{"texture":"#0","uv":[6.25,4,7,4.25]},"up":{"texture":"#0","uv":[5.25,4,4.5,3]},"west":{"texture":"#0","uv":[5.25,4,6.25,4.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w633456371_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2309.json b/assets/minecraft/models/w2309.json new file mode 100644 index 000000000..9d954311e --- /dev/null +++ b/assets/minecraft/models/w2309.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,4.5,1,4.75]},"east":{"texture":"#0","uv":[0,4.75,0.25,6]},"north":{"texture":"#0","uv":[0.25,4.75,1,6]},"south":{"texture":"#0","uv":[1.25,4.75,2,6]},"up":{"texture":"#0","uv":[1,4.75,0.25,4.5]},"west":{"texture":"#0","uv":[1,4.75,1.25,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14,-15.6]}],"overrides":[],"textures":{"0":"item/w633456371_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w231.json b/assets/minecraft/models/w231.json new file mode 100644 index 000000000..3dfc96b20 --- /dev/null +++ b/assets/minecraft/models/w231.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,12,6]},"up":{"texture":"#0","uv":[6,0,12,6]}},"from":[-16,-16,-16],"shade":false,"to":[0,-16,0]}],"overrides":[],"textures":{"0":"item/w1985940056_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2310.json b/assets/minecraft/models/w2310.json new file mode 100644 index 000000000..7cb2eca37 --- /dev/null +++ b/assets/minecraft/models/w2310.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,4.5,1.75,4.75]},"east":{"texture":"#0","uv":[1.25,4.75,1,6]},"north":{"texture":"#0","uv":[1,4.75,0.25,6]},"south":{"texture":"#0","uv":[2,4.75,1.25,6]},"up":{"texture":"#0","uv":[0.25,4.75,1,4.5]},"west":{"texture":"#0","uv":[0.25,4.75,0,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14,-15.6]}],"overrides":[],"textures":{"0":"item/w633456371_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2311.json b/assets/minecraft/models/w2311.json new file mode 100644 index 000000000..901d4f6ad --- /dev/null +++ b/assets/minecraft/models/w2311.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,3.25,8.75,5.25]},"east":{"texture":"#0","uv":[7.5,5.25,9.5,6.5]},"north":{"texture":"#0","uv":[9.5,5.25,10.75,6.5]},"south":{"texture":"#0","uv":[9.5,6.5,10.75,7.75]},"up":{"texture":"#0","uv":[8.75,5.25,7.5,3.25]},"west":{"texture":"#0","uv":[7.5,6.5,9.5,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.996,-13.996,-12.796]}],"overrides":[],"textures":{"0":"item/w633456371_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2312.json b/assets/minecraft/models/w2312.json new file mode 100644 index 000000000..2b20b6642 --- /dev/null +++ b/assets/minecraft/models/w2312.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.75,1,8.75,2.25]},"east":{"texture":"#0","uv":[5.5,2.25,6.75,4]},"north":{"texture":"#0","uv":[6.75,2.25,8.75,4]},"south":{"texture":"#0","uv":[10,2.25,12,4]},"up":{"texture":"#0","uv":[8.75,2.25,6.75,1]},"west":{"texture":"#0","uv":[8.75,2.25,10,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.2,-14]}],"overrides":[],"textures":{"0":"item/w524137970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2313.json b/assets/minecraft/models/w2313.json new file mode 100644 index 000000000..49c619e08 --- /dev/null +++ b/assets/minecraft/models/w2313.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,4,8,5]},"east":{"texture":"#0","uv":[5.5,5,6.5,6.75]},"north":{"texture":"#0","uv":[6.5,5,8,6.75]},"south":{"texture":"#0","uv":[9,5,10.5,6.75]},"up":{"texture":"#0","uv":[8,5,6.5,4]},"west":{"texture":"#0","uv":[8,5,9,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.2,-14.4]}],"overrides":[],"textures":{"0":"item/w524137970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2314.json b/assets/minecraft/models/w2314.json new file mode 100644 index 000000000..b433993b1 --- /dev/null +++ b/assets/minecraft/models/w2314.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,0,14.25,0.75]},"east":{"texture":"#0","uv":[14.25,0.75,13.5,2.5]},"north":{"texture":"#0","uv":[13.5,0.75,12.75,2.5]},"south":{"texture":"#0","uv":[15,0.75,14.25,2.5]},"up":{"texture":"#0","uv":[12.75,0.75,13.5,0]},"west":{"texture":"#0","uv":[12.75,0.75,12,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w524137970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2315.json b/assets/minecraft/models/w2315.json new file mode 100644 index 000000000..b73582822 --- /dev/null +++ b/assets/minecraft/models/w2315.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.25,0,13.5,0.75]},"east":{"texture":"#0","uv":[12,0.75,12.75,2.5]},"north":{"texture":"#0","uv":[12.75,0.75,13.5,2.5]},"south":{"texture":"#0","uv":[14.25,0.75,15,2.5]},"up":{"texture":"#0","uv":[13.5,0.75,12.75,0]},"west":{"texture":"#0","uv":[13.5,0.75,14.25,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w524137970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2316.json b/assets/minecraft/models/w2316.json new file mode 100644 index 000000000..7b9bbecc9 --- /dev/null +++ b/assets/minecraft/models/w2316.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,0,2.75,1.25]},"east":{"texture":"#0","uv":[0,1.25,1.25,2.5]},"north":{"texture":"#0","uv":[1.25,1.25,2.75,2.5]},"south":{"texture":"#0","uv":[4,1.25,5.5,2.5]},"up":{"texture":"#0","uv":[2.75,1.25,1.25,0]},"west":{"texture":"#0","uv":[2.75,1.25,4,2.5]}},"from":[-14.4,-16,-16],"shade":false,"to":[-12,-14,-14]},{"faces":{"down":{"texture":"#0","uv":[9,0,7.5,0.5]},"east":{"texture":"#0","uv":[5.5,0.5,6,1]},"north":{"texture":"#0","uv":[6,0.5,7.5,1]},"south":{"texture":"#0","uv":[8,0.5,9.5,1]},"up":{"texture":"#0","uv":[7.5,0.5,6,0]},"west":{"texture":"#0","uv":[7.5,0.5,8,1]}},"from":[-12.8,-14.4,-15.6],"shade":false,"to":[-10.4,-13.599999,-14.8]},{"faces":{"down":{"texture":"#0","uv":[10.5,0,11,0.5]},"east":{"texture":"#0","uv":[11,0.5,10.5,0.75]},"north":{"texture":"#0","uv":[10.5,0.5,10,0.75]},"south":{"texture":"#0","uv":[11.5,0.5,11,0.75]},"up":{"texture":"#0","uv":[10,0.5,10.5,0]},"west":{"texture":"#0","uv":[10,0.5,9.5,0.75]}},"from":[-16,-13.6,-15.6],"shade":false,"to":[-15.2,-13.200001,-14.8]},{"faces":{"down":{"texture":"#0","uv":[7.5,0,9,0.5]},"east":{"texture":"#0","uv":[8,0.5,7.5,1]},"north":{"texture":"#0","uv":[7.5,0.5,6,1]},"south":{"texture":"#0","uv":[9.5,0.5,8,1]},"up":{"texture":"#0","uv":[6,0.5,7.5,0]},"west":{"texture":"#0","uv":[6,0.5,5.5,1]}},"from":[-16,-14.4,-15.6],"shade":false,"to":[-13.6,-13.599999,-14.8]},{"faces":{"down":{"texture":"#0","uv":[11,0,10.5,0.5]},"east":{"texture":"#0","uv":[9.5,0.5,10,0.75]},"north":{"texture":"#0","uv":[10,0.5,10.5,0.75]},"south":{"texture":"#0","uv":[11,0.5,11.5,0.75]},"up":{"texture":"#0","uv":[10.5,0.5,10,0]},"west":{"texture":"#0","uv":[10.5,0.5,11,0.75]}},"from":[-11.2,-13.6,-15.6],"shade":false,"to":[-10.4,-13.200001,-14.8]}],"overrides":[],"textures":{"0":"item/w524137970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2317.json b/assets/minecraft/models/w2317.json new file mode 100644 index 000000000..4c3838a3a --- /dev/null +++ b/assets/minecraft/models/w2317.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,4.25,1,7]},"east":{"texture":"#0","uv":[3.75,5,1,5.75]},"north":{"texture":"#0","uv":[1.5,5.75,1,6.5]},"south":{"texture":"#0","uv":[2,5.75,1.5,6.5]},"up":{"texture":"#0","uv":[0,7,0.5,4.25]},"west":{"texture":"#0","uv":[3.75,4.25,1,5]}},"from":[-16,-11.599999,-16],"shade":false,"to":[-15.2,-10.4,-11.6]},{"faces":{"east":{"texture":"#0","uv":[0,8.75,2.75,11.5]},"west":{"texture":"#0","uv":[2.75,8.75,0,11.5]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.6,-11.599999,-11.6]}],"overrides":[],"textures":{"0":"item/w524137970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2318.json b/assets/minecraft/models/w2318.json new file mode 100644 index 000000000..3bb79b0ca --- /dev/null +++ b/assets/minecraft/models/w2318.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,4.25,0.5,7]},"east":{"texture":"#0","uv":[1,4.25,3.75,5]},"north":{"texture":"#0","uv":[1,5.75,1.5,6.5]},"south":{"texture":"#0","uv":[1.5,5.75,2,6.5]},"up":{"texture":"#0","uv":[0.5,7,0,4.25]},"west":{"texture":"#0","uv":[1,5,3.75,5.75]}},"from":[-16,-11.599999,-16],"shade":false,"to":[-15.2,-10.4,-11.6]},{"faces":{"east":{"texture":"#0","uv":[0,8.75,2.75,11.5]},"west":{"texture":"#0","uv":[2.75,8.75,0,11.5]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.6,-11.599999,-11.6]}],"overrides":[],"textures":{"0":"item/w524137970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2319.json b/assets/minecraft/models/w2319.json new file mode 100644 index 000000000..30c33493a --- /dev/null +++ b/assets/minecraft/models/w2319.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,6.25,14.25,7]},"east":{"texture":"#0","uv":[14.25,7,13.5,8.75]},"north":{"texture":"#0","uv":[13.5,7,12.75,8.75]},"south":{"texture":"#0","uv":[15,7,14.25,8.75]},"up":{"texture":"#0","uv":[12.75,7,13.5,6.25]},"west":{"texture":"#0","uv":[12.75,7,12,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w524137970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w232.json b/assets/minecraft/models/w232.json new file mode 100644 index 000000000..a8f45b363 --- /dev/null +++ b/assets/minecraft/models/w232.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,6.5,10,7.5]},"east":{"texture":"#0","uv":[7,7.5,8,10]},"north":{"texture":"#0","uv":[8,7.5,10,10]},"south":{"texture":"#0","uv":[11,7.5,13,10]},"up":{"texture":"#0","uv":[10,7.5,8,6.5]},"west":{"texture":"#0","uv":[10,7.5,11,10]}},"from":[-16,-15.28,-16],"shade":false,"to":[-14.4,-13.28,-15.2]},{"faces":{"down":{"texture":"#0","uv":[4,7.5,2.5,8.5]},"east":{"texture":"#0","uv":[0,8.5,1,11]},"north":{"texture":"#0","uv":[1,8.5,2.5,11]},"south":{"texture":"#0","uv":[3.5,8.5,5,11]},"up":{"texture":"#0","uv":[2.5,8.5,1,7.5]},"west":{"texture":"#0","uv":[2.5,8.5,3.5,11]}},"from":[-15.72,-16,-15.92],"shade":false,"to":[-14.68,-14.16,-15.28]}],"overrides":[],"textures":{"0":"item/w1663532036_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2320.json b/assets/minecraft/models/w2320.json new file mode 100644 index 000000000..1057f4b28 --- /dev/null +++ b/assets/minecraft/models/w2320.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.25,6.25,13.5,7]},"east":{"texture":"#0","uv":[12,7,12.75,8.75]},"north":{"texture":"#0","uv":[12.75,7,13.5,8.75]},"south":{"texture":"#0","uv":[14.25,7,15,8.75]},"up":{"texture":"#0","uv":[13.5,7,12.75,6.25]},"west":{"texture":"#0","uv":[13.5,7,14.25,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w524137970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2321.json b/assets/minecraft/models/w2321.json new file mode 100644 index 000000000..f007421ed --- /dev/null +++ b/assets/minecraft/models/w2321.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.25,6.75,8.25,10.75]},"west":{"texture":"#0","uv":[8.25,6.75,5.25,10.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-9.6,-11.2]}],"overrides":[],"textures":{"0":"item/w524137970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2322.json b/assets/minecraft/models/w2322.json new file mode 100644 index 000000000..400699cd4 --- /dev/null +++ b/assets/minecraft/models/w2322.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.25,2.5,13.75,3.25]},"east":{"texture":"#0","uv":[14,3.25,13.25,5]},"north":{"texture":"#0","uv":[13.25,3.25,12.75,5]},"south":{"texture":"#0","uv":[14.5,3.25,14,5]},"up":{"texture":"#0","uv":[12.75,3.25,13.25,2.5]},"west":{"texture":"#0","uv":[12.75,3.25,12,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w524137970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2323.json b/assets/minecraft/models/w2323.json new file mode 100644 index 000000000..41b83b0f2 --- /dev/null +++ b/assets/minecraft/models/w2323.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.75,2.5,13.25,3.25]},"east":{"texture":"#0","uv":[12,3.25,12.75,5]},"north":{"texture":"#0","uv":[12.75,3.25,13.25,5]},"south":{"texture":"#0","uv":[14,3.25,14.5,5]},"up":{"texture":"#0","uv":[13.25,3.25,12.75,2.5]},"west":{"texture":"#0","uv":[13.25,3.25,14,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w524137970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2324.json b/assets/minecraft/models/w2324.json new file mode 100644 index 000000000..f9dfdd917 --- /dev/null +++ b/assets/minecraft/models/w2324.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,2.5,2.25,3.5]},"east":{"texture":"#0","uv":[0,3.5,1,4.25]},"north":{"texture":"#0","uv":[1,3.5,2.25,4.25]},"south":{"texture":"#0","uv":[3.25,3.5,4.5,4.25]},"up":{"texture":"#0","uv":[2.25,3.5,1,2.5]},"west":{"texture":"#0","uv":[2.25,3.5,3.25,4.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.8,-14.4]}],"overrides":[],"textures":{"0":"item/w524137970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2325.json b/assets/minecraft/models/w2325.json new file mode 100644 index 000000000..e7ed986a4 --- /dev/null +++ b/assets/minecraft/models/w2325.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,11.5,1.25,11.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-16]}],"overrides":[],"textures":{"0":"item/w524137970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2326.json b/assets/minecraft/models/w2326.json new file mode 100644 index 000000000..3d77eb59c --- /dev/null +++ b/assets/minecraft/models/w2326.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[2.75,8.75,4.5,11.5]},"west":{"texture":"#0","uv":[4.5,8.75,2.75,11.5]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.6,-11.599999,-13.2]},{"faces":{"down":{"texture":"#0","uv":[0.5,7,1,8.75]},"east":{"texture":"#0","uv":[2.75,7.5,1,8]},"north":{"texture":"#0","uv":[1.5,8,1,8.5]},"south":{"texture":"#0","uv":[2,8,1.5,8.5]},"up":{"texture":"#0","uv":[0,8.75,0.5,7]},"west":{"texture":"#0","uv":[2.75,7,1,7.5]}},"from":[-16,-11.599999,-16],"shade":false,"to":[-15.2,-10.799999,-13.2]}],"overrides":[],"textures":{"0":"item/w524137970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2327.json b/assets/minecraft/models/w2327.json new file mode 100644 index 000000000..e0450d9a9 --- /dev/null +++ b/assets/minecraft/models/w2327.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[2.75,8.75,4.5,11.5]},"west":{"texture":"#0","uv":[4.5,8.75,2.75,11.5]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.6,-11.599999,-13.2]},{"faces":{"down":{"texture":"#0","uv":[1,7,0.5,8.75]},"east":{"texture":"#0","uv":[1,7,2.75,7.5]},"north":{"texture":"#0","uv":[1,8,1.5,8.5]},"south":{"texture":"#0","uv":[1.5,8,2,8.5]},"up":{"texture":"#0","uv":[0.5,8.75,0,7]},"west":{"texture":"#0","uv":[1,7.5,2.75,8]}},"from":[-16,-11.599999,-16],"shade":false,"to":[-15.2,-10.799999,-13.2]}],"overrides":[],"textures":{"0":"item/w524137970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2328.json b/assets/minecraft/models/w2328.json new file mode 100644 index 000000000..265afe3d2 --- /dev/null +++ b/assets/minecraft/models/w2328.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.25,8.75,13.75,9.5]},"east":{"texture":"#0","uv":[14,9.5,13.25,10.75]},"north":{"texture":"#0","uv":[13.25,9.5,12.75,10.75]},"south":{"texture":"#0","uv":[14.5,9.5,14,10.75]},"up":{"texture":"#0","uv":[12.75,9.5,13.25,8.75]},"west":{"texture":"#0","uv":[12.75,9.5,12,10.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w524137970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2329.json b/assets/minecraft/models/w2329.json new file mode 100644 index 000000000..d7dfa5bc4 --- /dev/null +++ b/assets/minecraft/models/w2329.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.75,8.75,13.25,9.5]},"east":{"texture":"#0","uv":[12,9.5,12.75,10.75]},"north":{"texture":"#0","uv":[12.75,9.5,13.25,10.75]},"south":{"texture":"#0","uv":[14,9.5,14.5,10.75]},"up":{"texture":"#0","uv":[13.25,9.5,12.75,8.75]},"west":{"texture":"#0","uv":[13.25,9.5,14,10.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w524137970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w233.json b/assets/minecraft/models/w233.json new file mode 100644 index 000000000..a7b05a5d7 --- /dev/null +++ b/assets/minecraft/models/w233.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,0,12,1]},"east":{"texture":"#0","uv":[10,1,11,3.5]},"north":{"texture":"#0","uv":[11,1,12,3.5]},"south":{"texture":"#0","uv":[13,1,14,3.5]},"up":{"texture":"#0","uv":[12,1,11,0]},"west":{"texture":"#0","uv":[12,1,13,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14,-15.2]}],"overrides":[],"textures":{"0":"item/w1663532036_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2330.json b/assets/minecraft/models/w2330.json new file mode 100644 index 000000000..151669b71 --- /dev/null +++ b/assets/minecraft/models/w2330.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15,0,15.5,0.75]},"west":{"texture":"#0","uv":[15.5,0,15,0.75]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.6,-14.8,-15.2]},{"faces":{"east":{"texture":"#0","uv":[15,0,15.5,0.75]},"west":{"texture":"#0","uv":[15.5,0,15,0.75]}},"from":[-15.2,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.2]},{"faces":{"down":{"texture":"#0","uv":[13.5,5,14.25,5.75]},"east":{"texture":"#0","uv":[14.25,5.75,13.5,6.25]},"north":{"texture":"#0","uv":[13.5,5.75,12.75,6.25]},"south":{"texture":"#0","uv":[15,5.75,14.25,6.25]},"up":{"texture":"#0","uv":[12.75,5.75,13.5,5]},"west":{"texture":"#0","uv":[12.75,5.75,12,6.25]}},"from":[-16,-15.6,-15.2],"shade":false,"to":[-14.8,-14.8,-14]}],"overrides":[],"textures":{"0":"item/w524137970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2331.json b/assets/minecraft/models/w2331.json new file mode 100644 index 000000000..87b2f909f --- /dev/null +++ b/assets/minecraft/models/w2331.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15,0,15.5,0.75]},"west":{"texture":"#0","uv":[15.5,0,15,0.75]}},"from":[-15.2,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.2]},{"faces":{"east":{"texture":"#0","uv":[15,0,15.5,0.75]},"west":{"texture":"#0","uv":[15.5,0,15,0.75]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.6,-14.8,-15.2]},{"faces":{"down":{"texture":"#0","uv":[14.25,5,13.5,5.75]},"east":{"texture":"#0","uv":[12,5.75,12.75,6.25]},"north":{"texture":"#0","uv":[12.75,5.75,13.5,6.25]},"south":{"texture":"#0","uv":[14.25,5.75,15,6.25]},"up":{"texture":"#0","uv":[13.5,5.75,12.75,5]},"west":{"texture":"#0","uv":[13.5,5.75,14.25,6.25]}},"from":[-16,-15.6,-15.2],"shade":false,"to":[-14.8,-14.8,-14]}],"overrides":[],"textures":{"0":"item/w524137970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2332.json b/assets/minecraft/models/w2332.json new file mode 100644 index 000000000..cc3ab2902 --- /dev/null +++ b/assets/minecraft/models/w2332.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,4.25,4.25,5]},"east":{"texture":"#0","uv":[5,4.5,4.25,4.75]},"north":{"texture":"#0","uv":[4.5,4.75,4.25,5]},"south":{"texture":"#0","uv":[4.75,4.75,4.5,5]},"up":{"texture":"#0","uv":[3.75,5,4,4.25]},"west":{"texture":"#0","uv":[5,4.25,4.25,4.5]}},"from":[-16,-11.599999,-16],"shade":false,"to":[-15.6,-11.2,-14.8]},{"faces":{"east":{"texture":"#0","uv":[4.5,8.75,5.25,11.5]},"west":{"texture":"#0","uv":[5.25,8.75,4.5,11.5]}},"from":[-15.8,-16,-16],"shade":false,"to":[-15.8,-11.599999,-14.8]}],"overrides":[],"textures":{"0":"item/w524137970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2333.json b/assets/minecraft/models/w2333.json new file mode 100644 index 000000000..5be48248e --- /dev/null +++ b/assets/minecraft/models/w2333.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,4.25,4,5]},"east":{"texture":"#0","uv":[4.25,4.25,5,4.5]},"north":{"texture":"#0","uv":[4.25,4.75,4.5,5]},"south":{"texture":"#0","uv":[4.5,4.75,4.75,5]},"up":{"texture":"#0","uv":[4,5,3.75,4.25]},"west":{"texture":"#0","uv":[4.25,4.5,5,4.75]}},"from":[-16,-11.599999,-16],"shade":false,"to":[-15.6,-11.2,-14.8]},{"faces":{"east":{"texture":"#0","uv":[4.5,8.75,5.25,11.5]},"west":{"texture":"#0","uv":[5.25,8.75,4.5,11.5]}},"from":[-15.8,-16,-16],"shade":false,"to":[-15.8,-11.599999,-14.8]}],"overrides":[],"textures":{"0":"item/w524137970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2334.json b/assets/minecraft/models/w2334.json new file mode 100644 index 000000000..0d37bbb1f --- /dev/null +++ b/assets/minecraft/models/w2334.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,10.75,14.25,11.5]},"east":{"texture":"#0","uv":[14.25,11.5,13.5,12]},"north":{"texture":"#0","uv":[13.5,11.5,12.75,12]},"south":{"texture":"#0","uv":[15,11.5,14.25,12]},"up":{"texture":"#0","uv":[12.75,11.5,13.5,10.75]},"west":{"texture":"#0","uv":[12.75,11.5,12,12]}},"from":[-16,-15.6,-15.2],"shade":false,"to":[-14.8,-14.8,-14]},{"faces":{"east":{"texture":"#0","uv":[15,0,15.5,0.75]},"west":{"texture":"#0","uv":[15.5,0,15,0.75]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.6,-14.8,-15.2]},{"faces":{"east":{"texture":"#0","uv":[15,0,15.5,0.75]},"west":{"texture":"#0","uv":[15.5,0,15,0.75]}},"from":[-15.2,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w524137970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2335.json b/assets/minecraft/models/w2335.json new file mode 100644 index 000000000..37f5c0066 --- /dev/null +++ b/assets/minecraft/models/w2335.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.25,10.75,13.5,11.5]},"east":{"texture":"#0","uv":[12,11.5,12.75,12]},"north":{"texture":"#0","uv":[12.75,11.5,13.5,12]},"south":{"texture":"#0","uv":[14.25,11.5,15,12]},"up":{"texture":"#0","uv":[13.5,11.5,12.75,10.75]},"west":{"texture":"#0","uv":[13.5,11.5,14.25,12]}},"from":[-16,-15.6,-15.2],"shade":false,"to":[-14.8,-14.8,-14]},{"faces":{"east":{"texture":"#0","uv":[15,0,15.5,0.75]},"west":{"texture":"#0","uv":[15.5,0,15,0.75]}},"from":[-15.2,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.2]},{"faces":{"east":{"texture":"#0","uv":[15,0,15.5,0.75]},"west":{"texture":"#0","uv":[15.5,0,15,0.75]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.6,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w524137970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2336.json b/assets/minecraft/models/w2336.json new file mode 100644 index 000000000..c44e1c0e8 --- /dev/null +++ b/assets/minecraft/models/w2336.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.125,8.5,7.5,9.125]},"east":{"texture":"#0","uv":[6.25,9.125,6.875,9.625]},"north":{"texture":"#0","uv":[6.875,9.125,7.5,9.625]},"south":{"texture":"#0","uv":[8.125,9.125,8.75,9.625]},"up":{"texture":"#0","uv":[7.5,9.125,6.875,8.5]},"west":{"texture":"#0","uv":[7.5,9.125,8.125,9.625]}},"from":[-15.6,-16,-14.8],"shade":false,"to":[-13.6,-14.4,-12.8]},{"faces":{"down":{"texture":"#0","uv":[8.875,2.75,8,3.25]},"east":{"texture":"#0","uv":[7.5,3.25,8,3.25]},"north":{"texture":"#0","uv":[8,3.25,8.875,3.25]},"south":{"texture":"#0","uv":[9.375,3.25,10.25,3.25]},"up":{"texture":"#0","uv":[8.875,3.25,8,2.75]},"west":{"texture":"#0","uv":[8.875,3.25,9.375,3.25]}},"from":[-16,-15.92,-16],"shade":false,"to":[-13.2,-15.92,-14.4]}],"overrides":[],"textures":{"0":"item/w1740230836_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2337.json b/assets/minecraft/models/w2337.json new file mode 100644 index 000000000..2bee0e56c --- /dev/null +++ b/assets/minecraft/models/w2337.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,8.5,8.125,9.125]},"east":{"texture":"#0","uv":[8.125,9.125,7.5,9.625]},"north":{"texture":"#0","uv":[7.5,9.125,6.875,9.625]},"south":{"texture":"#0","uv":[8.75,9.125,8.125,9.625]},"up":{"texture":"#0","uv":[6.875,9.125,7.5,8.5]},"west":{"texture":"#0","uv":[6.875,9.125,6.25,9.625]}},"from":[-15.6,-16,-14.8],"shade":false,"to":[-13.6,-14.4,-12.8]},{"faces":{"down":{"texture":"#0","uv":[8,2.75,8.875,3.25]},"east":{"texture":"#0","uv":[9.375,3.25,8.875,3.25]},"north":{"texture":"#0","uv":[8.875,3.25,8,3.25]},"south":{"texture":"#0","uv":[10.25,3.25,9.375,3.25]},"up":{"texture":"#0","uv":[8,3.25,8.875,2.75]},"west":{"texture":"#0","uv":[8,3.25,7.5,3.25]}},"from":[-16,-15.92,-16],"shade":false,"to":[-13.2,-15.92,-14.4]}],"overrides":[],"textures":{"0":"item/w1740230836_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2338.json b/assets/minecraft/models/w2338.json new file mode 100644 index 000000000..1a657bdac --- /dev/null +++ b/assets/minecraft/models/w2338.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.875,8.625,1.25,9.25]},"east":{"texture":"#0","uv":[0,9.25,0.625,9.75]},"north":{"texture":"#0","uv":[0.625,9.25,1.25,9.75]},"south":{"texture":"#0","uv":[1.875,9.25,2.5,9.75]},"up":{"texture":"#0","uv":[1.25,9.25,0.625,8.625]},"west":{"texture":"#0","uv":[1.25,9.25,1.875,9.75]}},"from":[-14.8,-16,-15.6],"shade":false,"to":[-12.8,-14.4,-13.6]},{"faces":{"down":{"texture":"#0","uv":[1.5,7.75,0.875,8.625]},"east":{"texture":"#0","uv":[0,8.625,0.875,8.625]},"north":{"texture":"#0","uv":[0.875,8.625,1.5,8.625]},"south":{"texture":"#0","uv":[2.375,8.625,3,8.625]},"up":{"texture":"#0","uv":[1.5,8.625,0.875,7.75]},"west":{"texture":"#0","uv":[1.5,8.625,2.375,8.625]}},"from":[-16,-15.92,-16],"shade":false,"to":[-14,-15.92,-13.2]}],"overrides":[],"textures":{"0":"item/w1740230836_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2339.json b/assets/minecraft/models/w2339.json new file mode 100644 index 000000000..c4d8e9a95 --- /dev/null +++ b/assets/minecraft/models/w2339.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,8.625,1.875,9.25]},"east":{"texture":"#0","uv":[1.875,9.25,1.25,9.75]},"north":{"texture":"#0","uv":[1.25,9.25,0.625,9.75]},"south":{"texture":"#0","uv":[2.5,9.25,1.875,9.75]},"up":{"texture":"#0","uv":[0.625,9.25,1.25,8.625]},"west":{"texture":"#0","uv":[0.625,9.25,0,9.75]}},"from":[-16,-16,-15.6],"shade":false,"to":[-14,-14.4,-13.6]},{"faces":{"down":{"texture":"#0","uv":[0.875,7.75,1.5,8.625]},"east":{"texture":"#0","uv":[2.375,8.625,1.5,8.625]},"north":{"texture":"#0","uv":[1.5,8.625,0.875,8.625]},"south":{"texture":"#0","uv":[3,8.625,2.375,8.625]},"up":{"texture":"#0","uv":[0.875,8.625,1.5,7.75]},"west":{"texture":"#0","uv":[0.875,8.625,0,8.625]}},"from":[-14.8,-15.92,-16],"shade":false,"to":[-12.8,-15.92,-13.2]}],"overrides":[],"textures":{"0":"item/w1740230836_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w234.json b/assets/minecraft/models/w234.json new file mode 100644 index 000000000..9168d3014 --- /dev/null +++ b/assets/minecraft/models/w234.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,13,1]},"east":{"texture":"#0","uv":[13,1,12,3.5]},"north":{"texture":"#0","uv":[12,1,11,3.5]},"south":{"texture":"#0","uv":[14,1,13,3.5]},"up":{"texture":"#0","uv":[11,1,12,0]},"west":{"texture":"#0","uv":[11,1,10,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14,-15.2]}],"overrides":[],"textures":{"0":"item/w1663532036_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2340.json b/assets/minecraft/models/w2340.json new file mode 100644 index 000000000..4e8595f97 --- /dev/null +++ b/assets/minecraft/models/w2340.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.875,0,3.75,2.625]},"east":{"texture":"#0","uv":[0,2.625,2.625,3.375]},"north":{"texture":"#0","uv":[2.625,2.625,3.75,3.375]},"south":{"texture":"#0","uv":[6.375,2.625,7.5,3.375]},"up":{"texture":"#0","uv":[3.75,2.625,2.625,0]},"west":{"texture":"#0","uv":[3.75,2.625,6.375,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-13.6,-7.6000004]},{"faces":{"down":{"texture":"#0","uv":[2.625,3.375,2.625,6]},"east":{"texture":"#0","uv":[0,6,2.625,6.25]},"north":{"texture":"#0","uv":[2.625,6,2.625,6.25]},"south":{"texture":"#0","uv":[5.25,6,5.25,6.25]},"up":{"texture":"#0","uv":[2.625,6,2.625,3.375]},"west":{"texture":"#0","uv":[2.625,6,0,6.25]}},"from":[-14.24,-13.6,-16],"rotation":{"angle":22.5,"axis":"z","origin":[-14.24,-13.6,-11.2],"rescale":false},"shade":false,"to":[-14.24,-12.8,-7.6000004]},{"faces":{"down":{"texture":"#0","uv":[2.625,3.375,2.625,6]},"east":{"texture":"#0","uv":[0,6,2.625,6.25]},"north":{"texture":"#0","uv":[2.625,6,2.625,6.25]},"south":{"texture":"#0","uv":[5.25,6,5.25,6.25]},"up":{"texture":"#0","uv":[2.625,6,2.625,3.375]},"west":{"texture":"#0","uv":[2.625,6,0,6.25]}},"from":[-15.24,-13.6,-16],"rotation":{"angle":22.5,"axis":"z","origin":[-15.24,-13.6,-11.2],"rescale":false},"shade":false,"to":[-15.24,-12.8,-7.6000004]},{"faces":{"down":{"texture":"#0","uv":[2.625,3.375,2.625,6]},"east":{"texture":"#0","uv":[0,6,2.625,6.25]},"north":{"texture":"#0","uv":[2.625,6,2.625,6.25]},"south":{"texture":"#0","uv":[5.25,6,5.25,6.25]},"up":{"texture":"#0","uv":[2.625,6,2.625,3.375]},"west":{"texture":"#0","uv":[2.625,6,0,6.25]}},"from":[-14.24,-13.6,-16],"rotation":{"angle":-22.5,"axis":"z","origin":[-14.24,-13.6,-11.2],"rescale":false},"shade":false,"to":[-14.24,-12.8,-7.6000004]},{"faces":{"down":{"texture":"#0","uv":[2.625,3.375,2.625,6]},"east":{"texture":"#0","uv":[0,6,2.625,6.25]},"north":{"texture":"#0","uv":[2.625,6,2.625,6.25]},"south":{"texture":"#0","uv":[5.25,6,5.25,6.25]},"up":{"texture":"#0","uv":[2.625,6,2.625,3.375]},"west":{"texture":"#0","uv":[2.625,6,0,6.25]}},"from":[-13.24,-13.6,-16],"rotation":{"angle":-22.5,"axis":"z","origin":[-13.24,-13.6,-11.2],"rescale":false},"shade":false,"to":[-13.24,-12.8,-7.6000004]}],"overrides":[],"textures":{"0":"item/w1740230836_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2341.json b/assets/minecraft/models/w2341.json new file mode 100644 index 000000000..019b17f28 --- /dev/null +++ b/assets/minecraft/models/w2341.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,3.375,7.625,4.875]},"east":{"texture":"#0","uv":[5.25,4.875,6.75,5.5]},"north":{"texture":"#0","uv":[6.75,4.875,7.625,5.5]},"south":{"texture":"#0","uv":[9.125,4.875,10,5.5]},"up":{"texture":"#0","uv":[7.625,4.875,6.75,3.375]},"west":{"texture":"#0","uv":[7.625,4.875,9.125,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14,-11.2]},{"faces":{"down":{"texture":"#0","uv":[8.875,1.25,8.875,2.625]},"east":{"texture":"#0","uv":[7.5,2.625,8.875,2.75]},"north":{"texture":"#0","uv":[8.875,2.625,8.875,2.75]},"south":{"texture":"#0","uv":[10.25,2.625,10.25,2.75]},"up":{"texture":"#0","uv":[8.875,2.625,8.875,1.25]},"west":{"texture":"#0","uv":[8.875,2.625,7.5,2.75]}},"from":[-14.6,-14,-15.6],"rotation":{"angle":22.5,"axis":"z","origin":[-14.6,-14,-13.2],"rescale":false},"shade":false,"to":[-14.6,-13.6,-11.200001]},{"faces":{"down":{"texture":"#0","uv":[8.875,1.25,8.875,2.625]},"east":{"texture":"#0","uv":[7.5,2.625,8.875,2.75]},"north":{"texture":"#0","uv":[8.875,2.625,8.875,2.75]},"south":{"texture":"#0","uv":[10.25,2.625,10.25,2.75]},"up":{"texture":"#0","uv":[8.875,2.625,8.875,1.25]},"west":{"texture":"#0","uv":[8.875,2.625,7.5,2.75]}},"from":[-15.4,-14,-15.6],"rotation":{"angle":22.5,"axis":"z","origin":[-15.4,-14,-13.2],"rescale":false},"shade":false,"to":[-15.4,-13.6,-11.200001]},{"faces":{"down":{"texture":"#0","uv":[8.875,1.25,8.875,2.625]},"east":{"texture":"#0","uv":[7.5,2.625,8.875,2.75]},"north":{"texture":"#0","uv":[8.875,2.625,8.875,2.75]},"south":{"texture":"#0","uv":[10.25,2.625,10.25,2.75]},"up":{"texture":"#0","uv":[8.875,2.625,8.875,1.25]},"west":{"texture":"#0","uv":[8.875,2.625,7.5,2.75]}},"from":[-14.6,-14,-15.6],"rotation":{"angle":-22.5,"axis":"z","origin":[-14.6,-14,-13.2],"rescale":false},"shade":false,"to":[-14.6,-13.6,-11.200001]},{"faces":{"down":{"texture":"#0","uv":[8.875,1.25,8.875,2.625]},"east":{"texture":"#0","uv":[7.5,2.625,8.875,2.75]},"north":{"texture":"#0","uv":[8.875,2.625,8.875,2.75]},"south":{"texture":"#0","uv":[10.25,2.625,10.25,2.75]},"up":{"texture":"#0","uv":[8.875,2.625,8.875,1.25]},"west":{"texture":"#0","uv":[8.875,2.625,7.5,2.75]}},"from":[-13.8,-14,-15.6],"rotation":{"angle":-22.5,"axis":"z","origin":[-13.8,-14,-13.2],"rescale":false},"shade":false,"to":[-13.8,-13.6,-11.200001]}],"overrides":[],"textures":{"0":"item/w1740230836_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2342.json b/assets/minecraft/models/w2342.json new file mode 100644 index 000000000..459fdabb4 --- /dev/null +++ b/assets/minecraft/models/w2342.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,8.5,9.375,9]},"east":{"texture":"#0","uv":[8.75,9,9.25,9.125]},"north":{"texture":"#0","uv":[9.25,9,9.375,9.125]},"south":{"texture":"#0","uv":[9.875,9,10,9.125]},"up":{"texture":"#0","uv":[9.375,9,9.25,8.5]},"west":{"texture":"#0","uv":[9.375,9,9.875,9.125]}},"from":[-16,-14,-15.6],"shade":false,"to":[-15.6,-13.6,-14]},{"faces":{"down":{"texture":"#0","uv":[9.375,8.5,9.5,9]},"east":{"texture":"#0","uv":[9.875,9,9.375,9.125]},"north":{"texture":"#0","uv":[9.375,9,9.25,9.125]},"south":{"texture":"#0","uv":[10,9,9.875,9.125]},"up":{"texture":"#0","uv":[9.25,9,9.375,8.5]},"west":{"texture":"#0","uv":[9.25,9,8.75,9.125]}},"from":[-13.6,-14,-15.6],"shade":false,"to":[-13.200001,-13.6,-14]},{"faces":{"down":{"texture":"#0","uv":[2.625,6.25,1.75,7.125]},"east":{"texture":"#0","uv":[0,7.125,0.875,7.75]},"north":{"texture":"#0","uv":[0.875,7.125,1.75,7.75]},"south":{"texture":"#0","uv":[2.625,7.125,3.5,7.75]},"up":{"texture":"#0","uv":[1.75,7.125,0.875,6.25]},"west":{"texture":"#0","uv":[1.75,7.125,2.625,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14,-13.2]}],"overrides":[],"textures":{"0":"item/w1740230836_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2343.json b/assets/minecraft/models/w2343.json new file mode 100644 index 000000000..c98ec6b9b --- /dev/null +++ b/assets/minecraft/models/w2343.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,5.5,7.375,7]},"east":{"texture":"#0","uv":[5.25,7,6.75,7.5]},"north":{"texture":"#0","uv":[6.75,7,7.375,7.5]},"south":{"texture":"#0","uv":[8.875,7,9.5,7.5]},"up":{"texture":"#0","uv":[7.375,7,6.75,5.5]},"west":{"texture":"#0","uv":[7.375,7,8.875,7.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.4,-11.2]},{"faces":{"down":{"texture":"#0","uv":[4.875,7.5,4.875,8.875]},"east":{"texture":"#0","uv":[3.5,8.875,4.875,9]},"north":{"texture":"#0","uv":[4.875,8.875,4.875,9]},"south":{"texture":"#0","uv":[6.25,8.875,6.25,9]},"up":{"texture":"#0","uv":[4.875,8.875,4.875,7.5]},"west":{"texture":"#0","uv":[4.875,8.875,3.5,9]}},"from":[-15,-14.4,-15.6],"rotation":{"angle":-22.5,"axis":"z","origin":[-15,-14.4,-13.6],"rescale":false},"shade":false,"to":[-15,-14,-11.200001]},{"faces":{"down":{"texture":"#0","uv":[4.875,7.5,4.875,8.875]},"east":{"texture":"#0","uv":[3.5,8.875,4.875,9]},"north":{"texture":"#0","uv":[4.875,8.875,4.875,9]},"south":{"texture":"#0","uv":[6.25,8.875,6.25,9]},"up":{"texture":"#0","uv":[4.875,8.875,4.875,7.5]},"west":{"texture":"#0","uv":[4.875,8.875,3.5,9]}},"from":[-15,-14.4,-15.6],"rotation":{"angle":22.5,"axis":"z","origin":[-15,-14.4,-13.6],"rescale":false},"shade":false,"to":[-15,-14,-11.200001]},{"faces":{"down":{"texture":"#0","uv":[4.875,7.5,4.875,8.875]},"east":{"texture":"#0","uv":[3.5,8.875,4.875,9]},"north":{"texture":"#0","uv":[4.875,8.875,4.875,9]},"south":{"texture":"#0","uv":[6.25,8.875,6.25,9]},"up":{"texture":"#0","uv":[4.875,8.875,4.875,7.5]},"west":{"texture":"#0","uv":[4.875,8.875,3.5,9]}},"from":[-15.6,-14.4,-15.6],"rotation":{"angle":22.5,"axis":"z","origin":[-15.6,-14.4,-13.6],"rescale":false},"shade":false,"to":[-15.6,-14,-11.200001]},{"faces":{"down":{"texture":"#0","uv":[4.875,7.5,4.875,8.875]},"east":{"texture":"#0","uv":[3.5,8.875,4.875,9]},"north":{"texture":"#0","uv":[4.875,8.875,4.875,9]},"south":{"texture":"#0","uv":[6.25,8.875,6.25,9]},"up":{"texture":"#0","uv":[4.875,8.875,4.875,7.5]},"west":{"texture":"#0","uv":[4.875,8.875,3.5,9]}},"from":[-14.4,-14.4,-15.6],"rotation":{"angle":-22.5,"axis":"z","origin":[-14.4,-14.4,-13.6],"rescale":false},"shade":false,"to":[-14.4,-14,-11.200001]}],"overrides":[],"textures":{"0":"item/w1740230836_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2344.json b/assets/minecraft/models/w2344.json new file mode 100644 index 000000000..35af35eb4 --- /dev/null +++ b/assets/minecraft/models/w2344.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.375,7.5,7.75,8.375]},"east":{"texture":"#0","uv":[6.25,8.375,7.125,8.5]},"north":{"texture":"#0","uv":[7.125,8.375,7.75,8.5]},"south":{"texture":"#0","uv":[8.625,8.375,9.25,8.5]},"up":{"texture":"#0","uv":[7.75,8.375,7.125,7.5]},"west":{"texture":"#0","uv":[7.75,8.375,8.625,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-13.2]}],"overrides":[],"textures":{"0":"item/w1740230836_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2345.json b/assets/minecraft/models/w2345.json new file mode 100644 index 000000000..ebc727540 --- /dev/null +++ b/assets/minecraft/models/w2345.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,6.25,4.25,7]},"east":{"texture":"#0","uv":[3.5,7,4.25,7.125]},"north":{"texture":"#0","uv":[4.25,7,4.25,7.125]},"south":{"texture":"#0","uv":[5,7,5,7.125]},"up":{"texture":"#0","uv":[4.25,7,4.25,6.25]},"west":{"texture":"#0","uv":[4.25,7,3.5,7.125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-13.599999]}],"overrides":[],"textures":{"0":"item/w1740230836_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2346.json b/assets/minecraft/models/w2346.json new file mode 100644 index 000000000..ebc727540 --- /dev/null +++ b/assets/minecraft/models/w2346.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,6.25,4.25,7]},"east":{"texture":"#0","uv":[3.5,7,4.25,7.125]},"north":{"texture":"#0","uv":[4.25,7,4.25,7.125]},"south":{"texture":"#0","uv":[5,7,5,7.125]},"up":{"texture":"#0","uv":[4.25,7,4.25,6.25]},"west":{"texture":"#0","uv":[4.25,7,3.5,7.125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-13.599999]}],"overrides":[],"textures":{"0":"item/w1740230836_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2347.json b/assets/minecraft/models/w2347.json new file mode 100644 index 000000000..8427748f0 --- /dev/null +++ b/assets/minecraft/models/w2347.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.875,0,9.125,0.875]},"east":{"texture":"#0","uv":[7.5,0.875,8.375,1.25]},"north":{"texture":"#0","uv":[8.375,0.875,9.125,1.25]},"south":{"texture":"#0","uv":[10,0.875,10.75,1.25]},"up":{"texture":"#0","uv":[9.125,0.875,8.375,0]},"west":{"texture":"#0","uv":[9.125,0.875,10,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-13.2]},{"faces":{"down":{"texture":"#0","uv":[5,7.125,4.25,7.125]},"east":{"texture":"#0","uv":[3.5,7.125,3.5,7.25]},"north":{"texture":"#0","uv":[3.5,7.125,4.25,7.25]},"south":{"texture":"#0","uv":[4.25,7.125,3.5,7.25]},"up":{"texture":"#0","uv":[4.25,7.125,3.5,7.125]},"west":{"texture":"#0","uv":[4.25,7.125,4.25,7.25]}},"from":[-15.96,-14.96,-15.96],"shade":false,"to":[-13.639999,-14.56,-15.96]}],"overrides":[],"textures":{"0":"item/w1740230836_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2348.json b/assets/minecraft/models/w2348.json new file mode 100644 index 000000000..937c84d75 --- /dev/null +++ b/assets/minecraft/models/w2348.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.125,8.5,7.5,9.125]},"east":{"texture":"#0","uv":[6.25,9.125,6.875,9.625]},"north":{"texture":"#0","uv":[6.875,9.125,7.5,9.625]},"south":{"texture":"#0","uv":[8.125,9.125,8.75,9.625]},"up":{"texture":"#0","uv":[7.5,9.125,6.875,8.5]},"west":{"texture":"#0","uv":[7.5,9.125,8.125,9.625]}},"from":[-15.6,-16,-14.8],"shade":false,"to":[-13.6,-14.4,-12.8]},{"faces":{"down":{"texture":"#0","uv":[8.875,2.75,8,3.25]},"east":{"texture":"#0","uv":[7.5,3.25,8,3.25]},"north":{"texture":"#0","uv":[8,3.25,8.875,3.25]},"south":{"texture":"#0","uv":[9.375,3.25,10.25,3.25]},"up":{"texture":"#0","uv":[8.875,3.25,8,2.75]},"west":{"texture":"#0","uv":[8.875,3.25,9.375,3.25]}},"from":[-16,-15.92,-16],"shade":false,"to":[-13.2,-15.92,-14.4]}],"overrides":[],"textures":{"0":"item/w1095277541_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2349.json b/assets/minecraft/models/w2349.json new file mode 100644 index 000000000..8c7d67b34 --- /dev/null +++ b/assets/minecraft/models/w2349.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,8.5,8.125,9.125]},"east":{"texture":"#0","uv":[8.125,9.125,7.5,9.625]},"north":{"texture":"#0","uv":[7.5,9.125,6.875,9.625]},"south":{"texture":"#0","uv":[8.75,9.125,8.125,9.625]},"up":{"texture":"#0","uv":[6.875,9.125,7.5,8.5]},"west":{"texture":"#0","uv":[6.875,9.125,6.25,9.625]}},"from":[-15.6,-16,-14.8],"shade":false,"to":[-13.6,-14.4,-12.8]},{"faces":{"down":{"texture":"#0","uv":[8,2.75,8.875,3.25]},"east":{"texture":"#0","uv":[9.375,3.25,8.875,3.25]},"north":{"texture":"#0","uv":[8.875,3.25,8,3.25]},"south":{"texture":"#0","uv":[10.25,3.25,9.375,3.25]},"up":{"texture":"#0","uv":[8,3.25,8.875,2.75]},"west":{"texture":"#0","uv":[8,3.25,7.5,3.25]}},"from":[-16,-15.92,-16],"shade":false,"to":[-13.2,-15.92,-14.4]}],"overrides":[],"textures":{"0":"item/w1095277541_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w235.json b/assets/minecraft/models/w235.json new file mode 100644 index 000000000..fd9905027 --- /dev/null +++ b/assets/minecraft/models/w235.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,1,4,5]},"east":{"texture":"#0","uv":[4,5,0,7.5]},"north":{"texture":"#0","uv":[4,5,4,7.5]},"south":{"texture":"#0","uv":[8,5,8,7.5]},"up":{"texture":"#0","uv":[4,5,4,1]},"west":{"texture":"#0","uv":[0,5,4,7.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14,-12.8]}],"overrides":[],"textures":{"0":"item/w1663532036_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2350.json b/assets/minecraft/models/w2350.json new file mode 100644 index 000000000..9461b834b --- /dev/null +++ b/assets/minecraft/models/w2350.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.875,8.625,1.25,9.25]},"east":{"texture":"#0","uv":[0,9.25,0.625,9.75]},"north":{"texture":"#0","uv":[0.625,9.25,1.25,9.75]},"south":{"texture":"#0","uv":[1.875,9.25,2.5,9.75]},"up":{"texture":"#0","uv":[1.25,9.25,0.625,8.625]},"west":{"texture":"#0","uv":[1.25,9.25,1.875,9.75]}},"from":[-14.8,-16,-15.6],"shade":false,"to":[-12.8,-14.4,-13.6]},{"faces":{"down":{"texture":"#0","uv":[1.5,7.75,0.875,8.625]},"east":{"texture":"#0","uv":[0,8.625,0.875,8.625]},"north":{"texture":"#0","uv":[0.875,8.625,1.5,8.625]},"south":{"texture":"#0","uv":[2.375,8.625,3,8.625]},"up":{"texture":"#0","uv":[1.5,8.625,0.875,7.75]},"west":{"texture":"#0","uv":[1.5,8.625,2.375,8.625]}},"from":[-16,-15.92,-16],"shade":false,"to":[-14,-15.92,-13.2]}],"overrides":[],"textures":{"0":"item/w1095277541_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2351.json b/assets/minecraft/models/w2351.json new file mode 100644 index 000000000..572776f14 --- /dev/null +++ b/assets/minecraft/models/w2351.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,8.625,1.875,9.25]},"east":{"texture":"#0","uv":[1.875,9.25,1.25,9.75]},"north":{"texture":"#0","uv":[1.25,9.25,0.625,9.75]},"south":{"texture":"#0","uv":[2.5,9.25,1.875,9.75]},"up":{"texture":"#0","uv":[0.625,9.25,1.25,8.625]},"west":{"texture":"#0","uv":[0.625,9.25,0,9.75]}},"from":[-16,-16,-15.6],"shade":false,"to":[-14,-14.4,-13.6]},{"faces":{"down":{"texture":"#0","uv":[0.875,7.75,1.5,8.625]},"east":{"texture":"#0","uv":[2.375,8.625,1.5,8.625]},"north":{"texture":"#0","uv":[1.5,8.625,0.875,8.625]},"south":{"texture":"#0","uv":[3,8.625,2.375,8.625]},"up":{"texture":"#0","uv":[0.875,8.625,1.5,7.75]},"west":{"texture":"#0","uv":[0.875,8.625,0,8.625]}},"from":[-14.8,-15.92,-16],"shade":false,"to":[-12.8,-15.92,-13.2]}],"overrides":[],"textures":{"0":"item/w1095277541_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2352.json b/assets/minecraft/models/w2352.json new file mode 100644 index 000000000..c5ed9257a --- /dev/null +++ b/assets/minecraft/models/w2352.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.875,0,3.75,2.625]},"east":{"texture":"#0","uv":[0,2.625,2.625,3.375]},"north":{"texture":"#0","uv":[2.625,2.625,3.75,3.375]},"south":{"texture":"#0","uv":[6.375,2.625,7.5,3.375]},"up":{"texture":"#0","uv":[3.75,2.625,2.625,0]},"west":{"texture":"#0","uv":[3.75,2.625,6.375,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-13.6,-7.6000004]},{"faces":{"down":{"texture":"#0","uv":[2.625,3.375,2.625,6]},"east":{"texture":"#0","uv":[0,6,2.625,6.25]},"north":{"texture":"#0","uv":[2.625,6,2.625,6.25]},"south":{"texture":"#0","uv":[5.25,6,5.25,6.25]},"up":{"texture":"#0","uv":[2.625,6,2.625,3.375]},"west":{"texture":"#0","uv":[2.625,6,0,6.25]}},"from":[-14.24,-13.6,-16],"rotation":{"angle":22.5,"axis":"z","origin":[-14.24,-13.6,-11.2],"rescale":false},"shade":false,"to":[-14.24,-12.8,-7.6000004]},{"faces":{"down":{"texture":"#0","uv":[2.625,3.375,2.625,6]},"east":{"texture":"#0","uv":[0,6,2.625,6.25]},"north":{"texture":"#0","uv":[2.625,6,2.625,6.25]},"south":{"texture":"#0","uv":[5.25,6,5.25,6.25]},"up":{"texture":"#0","uv":[2.625,6,2.625,3.375]},"west":{"texture":"#0","uv":[2.625,6,0,6.25]}},"from":[-15.24,-13.6,-16],"rotation":{"angle":22.5,"axis":"z","origin":[-15.24,-13.6,-11.2],"rescale":false},"shade":false,"to":[-15.24,-12.8,-7.6000004]},{"faces":{"down":{"texture":"#0","uv":[2.625,3.375,2.625,6]},"east":{"texture":"#0","uv":[0,6,2.625,6.25]},"north":{"texture":"#0","uv":[2.625,6,2.625,6.25]},"south":{"texture":"#0","uv":[5.25,6,5.25,6.25]},"up":{"texture":"#0","uv":[2.625,6,2.625,3.375]},"west":{"texture":"#0","uv":[2.625,6,0,6.25]}},"from":[-14.24,-13.6,-16],"rotation":{"angle":-22.5,"axis":"z","origin":[-14.24,-13.6,-11.2],"rescale":false},"shade":false,"to":[-14.24,-12.8,-7.6000004]},{"faces":{"down":{"texture":"#0","uv":[2.625,3.375,2.625,6]},"east":{"texture":"#0","uv":[0,6,2.625,6.25]},"north":{"texture":"#0","uv":[2.625,6,2.625,6.25]},"south":{"texture":"#0","uv":[5.25,6,5.25,6.25]},"up":{"texture":"#0","uv":[2.625,6,2.625,3.375]},"west":{"texture":"#0","uv":[2.625,6,0,6.25]}},"from":[-13.24,-13.6,-16],"rotation":{"angle":-22.5,"axis":"z","origin":[-13.24,-13.6,-11.2],"rescale":false},"shade":false,"to":[-13.24,-12.8,-7.6000004]}],"overrides":[],"textures":{"0":"item/w1095277541_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2353.json b/assets/minecraft/models/w2353.json new file mode 100644 index 000000000..36d8475ea --- /dev/null +++ b/assets/minecraft/models/w2353.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,3.375,7.625,4.875]},"east":{"texture":"#0","uv":[5.25,4.875,6.75,5.5]},"north":{"texture":"#0","uv":[6.75,4.875,7.625,5.5]},"south":{"texture":"#0","uv":[9.125,4.875,10,5.5]},"up":{"texture":"#0","uv":[7.625,4.875,6.75,3.375]},"west":{"texture":"#0","uv":[7.625,4.875,9.125,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14,-11.2]},{"faces":{"down":{"texture":"#0","uv":[8.875,1.25,8.875,2.625]},"east":{"texture":"#0","uv":[7.5,2.625,8.875,2.75]},"north":{"texture":"#0","uv":[8.875,2.625,8.875,2.75]},"south":{"texture":"#0","uv":[10.25,2.625,10.25,2.75]},"up":{"texture":"#0","uv":[8.875,2.625,8.875,1.25]},"west":{"texture":"#0","uv":[8.875,2.625,7.5,2.75]}},"from":[-14.6,-14,-15.6],"rotation":{"angle":22.5,"axis":"z","origin":[-14.6,-14,-13.2],"rescale":false},"shade":false,"to":[-14.6,-13.6,-11.200001]},{"faces":{"down":{"texture":"#0","uv":[8.875,1.25,8.875,2.625]},"east":{"texture":"#0","uv":[7.5,2.625,8.875,2.75]},"north":{"texture":"#0","uv":[8.875,2.625,8.875,2.75]},"south":{"texture":"#0","uv":[10.25,2.625,10.25,2.75]},"up":{"texture":"#0","uv":[8.875,2.625,8.875,1.25]},"west":{"texture":"#0","uv":[8.875,2.625,7.5,2.75]}},"from":[-15.4,-14,-15.6],"rotation":{"angle":22.5,"axis":"z","origin":[-15.4,-14,-13.2],"rescale":false},"shade":false,"to":[-15.4,-13.6,-11.200001]},{"faces":{"down":{"texture":"#0","uv":[8.875,1.25,8.875,2.625]},"east":{"texture":"#0","uv":[7.5,2.625,8.875,2.75]},"north":{"texture":"#0","uv":[8.875,2.625,8.875,2.75]},"south":{"texture":"#0","uv":[10.25,2.625,10.25,2.75]},"up":{"texture":"#0","uv":[8.875,2.625,8.875,1.25]},"west":{"texture":"#0","uv":[8.875,2.625,7.5,2.75]}},"from":[-14.6,-14,-15.6],"rotation":{"angle":-22.5,"axis":"z","origin":[-14.6,-14,-13.2],"rescale":false},"shade":false,"to":[-14.6,-13.6,-11.200001]},{"faces":{"down":{"texture":"#0","uv":[8.875,1.25,8.875,2.625]},"east":{"texture":"#0","uv":[7.5,2.625,8.875,2.75]},"north":{"texture":"#0","uv":[8.875,2.625,8.875,2.75]},"south":{"texture":"#0","uv":[10.25,2.625,10.25,2.75]},"up":{"texture":"#0","uv":[8.875,2.625,8.875,1.25]},"west":{"texture":"#0","uv":[8.875,2.625,7.5,2.75]}},"from":[-13.8,-14,-15.6],"rotation":{"angle":-22.5,"axis":"z","origin":[-13.8,-14,-13.2],"rescale":false},"shade":false,"to":[-13.8,-13.6,-11.200001]}],"overrides":[],"textures":{"0":"item/w1095277541_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2354.json b/assets/minecraft/models/w2354.json new file mode 100644 index 000000000..823f323b8 --- /dev/null +++ b/assets/minecraft/models/w2354.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,8.5,9.375,9]},"east":{"texture":"#0","uv":[8.75,9,9.25,9.125]},"north":{"texture":"#0","uv":[9.25,9,9.375,9.125]},"south":{"texture":"#0","uv":[9.875,9,10,9.125]},"up":{"texture":"#0","uv":[9.375,9,9.25,8.5]},"west":{"texture":"#0","uv":[9.375,9,9.875,9.125]}},"from":[-16,-14,-15.6],"shade":false,"to":[-15.6,-13.6,-14]},{"faces":{"down":{"texture":"#0","uv":[9.375,8.5,9.5,9]},"east":{"texture":"#0","uv":[9.875,9,9.375,9.125]},"north":{"texture":"#0","uv":[9.375,9,9.25,9.125]},"south":{"texture":"#0","uv":[10,9,9.875,9.125]},"up":{"texture":"#0","uv":[9.25,9,9.375,8.5]},"west":{"texture":"#0","uv":[9.25,9,8.75,9.125]}},"from":[-13.6,-14,-15.6],"shade":false,"to":[-13.200001,-13.6,-14]},{"faces":{"down":{"texture":"#0","uv":[2.625,6.25,1.75,7.125]},"east":{"texture":"#0","uv":[0,7.125,0.875,7.75]},"north":{"texture":"#0","uv":[0.875,7.125,1.75,7.75]},"south":{"texture":"#0","uv":[2.625,7.125,3.5,7.75]},"up":{"texture":"#0","uv":[1.75,7.125,0.875,6.25]},"west":{"texture":"#0","uv":[1.75,7.125,2.625,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14,-13.2]}],"overrides":[],"textures":{"0":"item/w1095277541_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2355.json b/assets/minecraft/models/w2355.json new file mode 100644 index 000000000..1db71b4f5 --- /dev/null +++ b/assets/minecraft/models/w2355.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,5.5,7.375,7]},"east":{"texture":"#0","uv":[5.25,7,6.75,7.5]},"north":{"texture":"#0","uv":[6.75,7,7.375,7.5]},"south":{"texture":"#0","uv":[8.875,7,9.5,7.5]},"up":{"texture":"#0","uv":[7.375,7,6.75,5.5]},"west":{"texture":"#0","uv":[7.375,7,8.875,7.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.4,-11.2]},{"faces":{"down":{"texture":"#0","uv":[4.875,7.5,4.875,8.875]},"east":{"texture":"#0","uv":[3.5,8.875,4.875,9]},"north":{"texture":"#0","uv":[4.875,8.875,4.875,9]},"south":{"texture":"#0","uv":[6.25,8.875,6.25,9]},"up":{"texture":"#0","uv":[4.875,8.875,4.875,7.5]},"west":{"texture":"#0","uv":[4.875,8.875,3.5,9]}},"from":[-15,-14.4,-15.6],"rotation":{"angle":-22.5,"axis":"z","origin":[-15,-14.4,-13.6],"rescale":false},"shade":false,"to":[-15,-14,-11.200001]},{"faces":{"down":{"texture":"#0","uv":[4.875,7.5,4.875,8.875]},"east":{"texture":"#0","uv":[3.5,8.875,4.875,9]},"north":{"texture":"#0","uv":[4.875,8.875,4.875,9]},"south":{"texture":"#0","uv":[6.25,8.875,6.25,9]},"up":{"texture":"#0","uv":[4.875,8.875,4.875,7.5]},"west":{"texture":"#0","uv":[4.875,8.875,3.5,9]}},"from":[-15,-14.4,-15.6],"rotation":{"angle":22.5,"axis":"z","origin":[-15,-14.4,-13.6],"rescale":false},"shade":false,"to":[-15,-14,-11.200001]},{"faces":{"down":{"texture":"#0","uv":[4.875,7.5,4.875,8.875]},"east":{"texture":"#0","uv":[3.5,8.875,4.875,9]},"north":{"texture":"#0","uv":[4.875,8.875,4.875,9]},"south":{"texture":"#0","uv":[6.25,8.875,6.25,9]},"up":{"texture":"#0","uv":[4.875,8.875,4.875,7.5]},"west":{"texture":"#0","uv":[4.875,8.875,3.5,9]}},"from":[-15.6,-14.4,-15.6],"rotation":{"angle":22.5,"axis":"z","origin":[-15.6,-14.4,-13.6],"rescale":false},"shade":false,"to":[-15.6,-14,-11.200001]},{"faces":{"down":{"texture":"#0","uv":[4.875,7.5,4.875,8.875]},"east":{"texture":"#0","uv":[3.5,8.875,4.875,9]},"north":{"texture":"#0","uv":[4.875,8.875,4.875,9]},"south":{"texture":"#0","uv":[6.25,8.875,6.25,9]},"up":{"texture":"#0","uv":[4.875,8.875,4.875,7.5]},"west":{"texture":"#0","uv":[4.875,8.875,3.5,9]}},"from":[-14.4,-14.4,-15.6],"rotation":{"angle":-22.5,"axis":"z","origin":[-14.4,-14.4,-13.6],"rescale":false},"shade":false,"to":[-14.4,-14,-11.200001]}],"overrides":[],"textures":{"0":"item/w1095277541_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2356.json b/assets/minecraft/models/w2356.json new file mode 100644 index 000000000..264654843 --- /dev/null +++ b/assets/minecraft/models/w2356.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.375,7.5,7.75,8.375]},"east":{"texture":"#0","uv":[6.25,8.375,7.125,8.5]},"north":{"texture":"#0","uv":[7.125,8.375,7.75,8.5]},"south":{"texture":"#0","uv":[8.625,8.375,9.25,8.5]},"up":{"texture":"#0","uv":[7.75,8.375,7.125,7.5]},"west":{"texture":"#0","uv":[7.75,8.375,8.625,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-13.2]}],"overrides":[],"textures":{"0":"item/w1095277541_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2357.json b/assets/minecraft/models/w2357.json new file mode 100644 index 000000000..ce9b0ca44 --- /dev/null +++ b/assets/minecraft/models/w2357.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,6.25,4.25,7]},"east":{"texture":"#0","uv":[3.5,7,4.25,7.125]},"north":{"texture":"#0","uv":[4.25,7,4.25,7.125]},"south":{"texture":"#0","uv":[5,7,5,7.125]},"up":{"texture":"#0","uv":[4.25,7,4.25,6.25]},"west":{"texture":"#0","uv":[4.25,7,3.5,7.125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-13.599999]}],"overrides":[],"textures":{"0":"item/w1095277541_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2358.json b/assets/minecraft/models/w2358.json new file mode 100644 index 000000000..ce9b0ca44 --- /dev/null +++ b/assets/minecraft/models/w2358.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,6.25,4.25,7]},"east":{"texture":"#0","uv":[3.5,7,4.25,7.125]},"north":{"texture":"#0","uv":[4.25,7,4.25,7.125]},"south":{"texture":"#0","uv":[5,7,5,7.125]},"up":{"texture":"#0","uv":[4.25,7,4.25,6.25]},"west":{"texture":"#0","uv":[4.25,7,3.5,7.125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-13.599999]}],"overrides":[],"textures":{"0":"item/w1095277541_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2359.json b/assets/minecraft/models/w2359.json new file mode 100644 index 000000000..2b16a87cf --- /dev/null +++ b/assets/minecraft/models/w2359.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.875,0,9.125,0.875]},"east":{"texture":"#0","uv":[7.5,0.875,8.375,1.25]},"north":{"texture":"#0","uv":[8.375,0.875,9.125,1.25]},"south":{"texture":"#0","uv":[10,0.875,10.75,1.25]},"up":{"texture":"#0","uv":[9.125,0.875,8.375,0]},"west":{"texture":"#0","uv":[9.125,0.875,10,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-13.2]},{"faces":{"down":{"texture":"#0","uv":[5,7.125,4.25,7.125]},"east":{"texture":"#0","uv":[3.5,7.125,3.5,7.25]},"north":{"texture":"#0","uv":[3.5,7.125,4.25,7.25]},"south":{"texture":"#0","uv":[4.25,7.125,3.5,7.25]},"up":{"texture":"#0","uv":[4.25,7.125,3.5,7.125]},"west":{"texture":"#0","uv":[4.25,7.125,4.25,7.25]}},"from":[-15.96,-14.96,-15.96],"shade":false,"to":[-13.639999,-14.56,-15.96]}],"overrides":[],"textures":{"0":"item/w1095277541_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w236.json b/assets/minecraft/models/w236.json new file mode 100644 index 000000000..fd9905027 --- /dev/null +++ b/assets/minecraft/models/w236.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,1,4,5]},"east":{"texture":"#0","uv":[4,5,0,7.5]},"north":{"texture":"#0","uv":[4,5,4,7.5]},"south":{"texture":"#0","uv":[8,5,8,7.5]},"up":{"texture":"#0","uv":[4,5,4,1]},"west":{"texture":"#0","uv":[0,5,4,7.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14,-12.8]}],"overrides":[],"textures":{"0":"item/w1663532036_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2360.json b/assets/minecraft/models/w2360.json new file mode 100644 index 000000000..57674345f --- /dev/null +++ b/assets/minecraft/models/w2360.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.125,8.5,7.5,9.125]},"east":{"texture":"#0","uv":[6.25,9.125,6.875,9.625]},"north":{"texture":"#0","uv":[6.875,9.125,7.5,9.625]},"south":{"texture":"#0","uv":[8.125,9.125,8.75,9.625]},"up":{"texture":"#0","uv":[7.5,9.125,6.875,8.5]},"west":{"texture":"#0","uv":[7.5,9.125,8.125,9.625]}},"from":[-15.6,-16,-14.8],"shade":false,"to":[-13.6,-14.4,-12.8]},{"faces":{"down":{"texture":"#0","uv":[8.875,2.75,8,3.25]},"east":{"texture":"#0","uv":[7.5,3.25,8,3.25]},"north":{"texture":"#0","uv":[8,3.25,8.875,3.25]},"south":{"texture":"#0","uv":[9.375,3.25,10.25,3.25]},"up":{"texture":"#0","uv":[8.875,3.25,8,2.75]},"west":{"texture":"#0","uv":[8.875,3.25,9.375,3.25]}},"from":[-16,-15.92,-16],"shade":false,"to":[-13.2,-15.92,-14.4]}],"overrides":[],"textures":{"0":"item/w1744838273_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2361.json b/assets/minecraft/models/w2361.json new file mode 100644 index 000000000..da61178a3 --- /dev/null +++ b/assets/minecraft/models/w2361.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,8.5,8.125,9.125]},"east":{"texture":"#0","uv":[8.125,9.125,7.5,9.625]},"north":{"texture":"#0","uv":[7.5,9.125,6.875,9.625]},"south":{"texture":"#0","uv":[8.75,9.125,8.125,9.625]},"up":{"texture":"#0","uv":[6.875,9.125,7.5,8.5]},"west":{"texture":"#0","uv":[6.875,9.125,6.25,9.625]}},"from":[-15.6,-16,-14.8],"shade":false,"to":[-13.6,-14.4,-12.8]},{"faces":{"down":{"texture":"#0","uv":[8,2.75,8.875,3.25]},"east":{"texture":"#0","uv":[9.375,3.25,8.875,3.25]},"north":{"texture":"#0","uv":[8.875,3.25,8,3.25]},"south":{"texture":"#0","uv":[10.25,3.25,9.375,3.25]},"up":{"texture":"#0","uv":[8,3.25,8.875,2.75]},"west":{"texture":"#0","uv":[8,3.25,7.5,3.25]}},"from":[-16,-15.92,-16],"shade":false,"to":[-13.2,-15.92,-14.4]}],"overrides":[],"textures":{"0":"item/w1744838273_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2362.json b/assets/minecraft/models/w2362.json new file mode 100644 index 000000000..c5a71b991 --- /dev/null +++ b/assets/minecraft/models/w2362.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.875,8.625,1.25,9.25]},"east":{"texture":"#0","uv":[0,9.25,0.625,9.75]},"north":{"texture":"#0","uv":[0.625,9.25,1.25,9.75]},"south":{"texture":"#0","uv":[1.875,9.25,2.5,9.75]},"up":{"texture":"#0","uv":[1.25,9.25,0.625,8.625]},"west":{"texture":"#0","uv":[1.25,9.25,1.875,9.75]}},"from":[-14.8,-16,-15.6],"shade":false,"to":[-12.8,-14.4,-13.6]},{"faces":{"down":{"texture":"#0","uv":[1.5,7.75,0.875,8.625]},"east":{"texture":"#0","uv":[0,8.625,0.875,8.625]},"north":{"texture":"#0","uv":[0.875,8.625,1.5,8.625]},"south":{"texture":"#0","uv":[2.375,8.625,3,8.625]},"up":{"texture":"#0","uv":[1.5,8.625,0.875,7.75]},"west":{"texture":"#0","uv":[1.5,8.625,2.375,8.625]}},"from":[-16,-15.92,-16],"shade":false,"to":[-14,-15.92,-13.2]}],"overrides":[],"textures":{"0":"item/w1744838273_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2363.json b/assets/minecraft/models/w2363.json new file mode 100644 index 000000000..18e8c52da --- /dev/null +++ b/assets/minecraft/models/w2363.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,8.625,1.875,9.25]},"east":{"texture":"#0","uv":[1.875,9.25,1.25,9.75]},"north":{"texture":"#0","uv":[1.25,9.25,0.625,9.75]},"south":{"texture":"#0","uv":[2.5,9.25,1.875,9.75]},"up":{"texture":"#0","uv":[0.625,9.25,1.25,8.625]},"west":{"texture":"#0","uv":[0.625,9.25,0,9.75]}},"from":[-16,-16,-15.6],"shade":false,"to":[-14,-14.4,-13.6]},{"faces":{"down":{"texture":"#0","uv":[0.875,7.75,1.5,8.625]},"east":{"texture":"#0","uv":[2.375,8.625,1.5,8.625]},"north":{"texture":"#0","uv":[1.5,8.625,0.875,8.625]},"south":{"texture":"#0","uv":[3,8.625,2.375,8.625]},"up":{"texture":"#0","uv":[0.875,8.625,1.5,7.75]},"west":{"texture":"#0","uv":[0.875,8.625,0,8.625]}},"from":[-14.8,-15.92,-16],"shade":false,"to":[-12.8,-15.92,-13.2]}],"overrides":[],"textures":{"0":"item/w1744838273_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2364.json b/assets/minecraft/models/w2364.json new file mode 100644 index 000000000..065088a20 --- /dev/null +++ b/assets/minecraft/models/w2364.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.875,0,3.75,2.625]},"east":{"texture":"#0","uv":[0,2.625,2.625,3.375]},"north":{"texture":"#0","uv":[2.625,2.625,3.75,3.375]},"south":{"texture":"#0","uv":[6.375,2.625,7.5,3.375]},"up":{"texture":"#0","uv":[3.75,2.625,2.625,0]},"west":{"texture":"#0","uv":[3.75,2.625,6.375,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-13.6,-7.6000004]},{"faces":{"down":{"texture":"#0","uv":[2.625,3.375,2.625,6]},"east":{"texture":"#0","uv":[0,6,2.625,6.25]},"north":{"texture":"#0","uv":[2.625,6,2.625,6.25]},"south":{"texture":"#0","uv":[5.25,6,5.25,6.25]},"up":{"texture":"#0","uv":[2.625,6,2.625,3.375]},"west":{"texture":"#0","uv":[2.625,6,0,6.25]}},"from":[-14.24,-13.6,-16],"rotation":{"angle":22.5,"axis":"z","origin":[-14.24,-13.6,-11.2],"rescale":false},"shade":false,"to":[-14.24,-12.8,-7.6000004]},{"faces":{"down":{"texture":"#0","uv":[2.625,3.375,2.625,6]},"east":{"texture":"#0","uv":[0,6,2.625,6.25]},"north":{"texture":"#0","uv":[2.625,6,2.625,6.25]},"south":{"texture":"#0","uv":[5.25,6,5.25,6.25]},"up":{"texture":"#0","uv":[2.625,6,2.625,3.375]},"west":{"texture":"#0","uv":[2.625,6,0,6.25]}},"from":[-15.24,-13.6,-16],"rotation":{"angle":22.5,"axis":"z","origin":[-15.24,-13.6,-11.2],"rescale":false},"shade":false,"to":[-15.24,-12.8,-7.6000004]},{"faces":{"down":{"texture":"#0","uv":[2.625,3.375,2.625,6]},"east":{"texture":"#0","uv":[0,6,2.625,6.25]},"north":{"texture":"#0","uv":[2.625,6,2.625,6.25]},"south":{"texture":"#0","uv":[5.25,6,5.25,6.25]},"up":{"texture":"#0","uv":[2.625,6,2.625,3.375]},"west":{"texture":"#0","uv":[2.625,6,0,6.25]}},"from":[-14.24,-13.6,-16],"rotation":{"angle":-22.5,"axis":"z","origin":[-14.24,-13.6,-11.2],"rescale":false},"shade":false,"to":[-14.24,-12.8,-7.6000004]},{"faces":{"down":{"texture":"#0","uv":[2.625,3.375,2.625,6]},"east":{"texture":"#0","uv":[0,6,2.625,6.25]},"north":{"texture":"#0","uv":[2.625,6,2.625,6.25]},"south":{"texture":"#0","uv":[5.25,6,5.25,6.25]},"up":{"texture":"#0","uv":[2.625,6,2.625,3.375]},"west":{"texture":"#0","uv":[2.625,6,0,6.25]}},"from":[-13.24,-13.6,-16],"rotation":{"angle":-22.5,"axis":"z","origin":[-13.24,-13.6,-11.2],"rescale":false},"shade":false,"to":[-13.24,-12.8,-7.6000004]}],"overrides":[],"textures":{"0":"item/w1744838273_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2365.json b/assets/minecraft/models/w2365.json new file mode 100644 index 000000000..0def48158 --- /dev/null +++ b/assets/minecraft/models/w2365.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,3.375,7.625,4.875]},"east":{"texture":"#0","uv":[5.25,4.875,6.75,5.5]},"north":{"texture":"#0","uv":[6.75,4.875,7.625,5.5]},"south":{"texture":"#0","uv":[9.125,4.875,10,5.5]},"up":{"texture":"#0","uv":[7.625,4.875,6.75,3.375]},"west":{"texture":"#0","uv":[7.625,4.875,9.125,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14,-11.2]},{"faces":{"down":{"texture":"#0","uv":[8.875,1.25,8.875,2.625]},"east":{"texture":"#0","uv":[7.5,2.625,8.875,2.75]},"north":{"texture":"#0","uv":[8.875,2.625,8.875,2.75]},"south":{"texture":"#0","uv":[10.25,2.625,10.25,2.75]},"up":{"texture":"#0","uv":[8.875,2.625,8.875,1.25]},"west":{"texture":"#0","uv":[8.875,2.625,7.5,2.75]}},"from":[-14.6,-14,-15.6],"rotation":{"angle":22.5,"axis":"z","origin":[-14.6,-14,-13.2],"rescale":false},"shade":false,"to":[-14.6,-13.6,-11.200001]},{"faces":{"down":{"texture":"#0","uv":[8.875,1.25,8.875,2.625]},"east":{"texture":"#0","uv":[7.5,2.625,8.875,2.75]},"north":{"texture":"#0","uv":[8.875,2.625,8.875,2.75]},"south":{"texture":"#0","uv":[10.25,2.625,10.25,2.75]},"up":{"texture":"#0","uv":[8.875,2.625,8.875,1.25]},"west":{"texture":"#0","uv":[8.875,2.625,7.5,2.75]}},"from":[-15.4,-14,-15.6],"rotation":{"angle":22.5,"axis":"z","origin":[-15.4,-14,-13.2],"rescale":false},"shade":false,"to":[-15.4,-13.6,-11.200001]},{"faces":{"down":{"texture":"#0","uv":[8.875,1.25,8.875,2.625]},"east":{"texture":"#0","uv":[7.5,2.625,8.875,2.75]},"north":{"texture":"#0","uv":[8.875,2.625,8.875,2.75]},"south":{"texture":"#0","uv":[10.25,2.625,10.25,2.75]},"up":{"texture":"#0","uv":[8.875,2.625,8.875,1.25]},"west":{"texture":"#0","uv":[8.875,2.625,7.5,2.75]}},"from":[-14.6,-14,-15.6],"rotation":{"angle":-22.5,"axis":"z","origin":[-14.6,-14,-13.2],"rescale":false},"shade":false,"to":[-14.6,-13.6,-11.200001]},{"faces":{"down":{"texture":"#0","uv":[8.875,1.25,8.875,2.625]},"east":{"texture":"#0","uv":[7.5,2.625,8.875,2.75]},"north":{"texture":"#0","uv":[8.875,2.625,8.875,2.75]},"south":{"texture":"#0","uv":[10.25,2.625,10.25,2.75]},"up":{"texture":"#0","uv":[8.875,2.625,8.875,1.25]},"west":{"texture":"#0","uv":[8.875,2.625,7.5,2.75]}},"from":[-13.8,-14,-15.6],"rotation":{"angle":-22.5,"axis":"z","origin":[-13.8,-14,-13.2],"rescale":false},"shade":false,"to":[-13.8,-13.6,-11.200001]}],"overrides":[],"textures":{"0":"item/w1744838273_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2366.json b/assets/minecraft/models/w2366.json new file mode 100644 index 000000000..f0fafd44a --- /dev/null +++ b/assets/minecraft/models/w2366.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,8.5,9.375,9]},"east":{"texture":"#0","uv":[8.75,9,9.25,9.125]},"north":{"texture":"#0","uv":[9.25,9,9.375,9.125]},"south":{"texture":"#0","uv":[9.875,9,10,9.125]},"up":{"texture":"#0","uv":[9.375,9,9.25,8.5]},"west":{"texture":"#0","uv":[9.375,9,9.875,9.125]}},"from":[-16,-14,-15.6],"shade":false,"to":[-15.6,-13.6,-14]},{"faces":{"down":{"texture":"#0","uv":[9.375,8.5,9.5,9]},"east":{"texture":"#0","uv":[9.875,9,9.375,9.125]},"north":{"texture":"#0","uv":[9.375,9,9.25,9.125]},"south":{"texture":"#0","uv":[10,9,9.875,9.125]},"up":{"texture":"#0","uv":[9.25,9,9.375,8.5]},"west":{"texture":"#0","uv":[9.25,9,8.75,9.125]}},"from":[-13.6,-14,-15.6],"shade":false,"to":[-13.200001,-13.6,-14]},{"faces":{"down":{"texture":"#0","uv":[2.625,6.25,1.75,7.125]},"east":{"texture":"#0","uv":[0,7.125,0.875,7.75]},"north":{"texture":"#0","uv":[0.875,7.125,1.75,7.75]},"south":{"texture":"#0","uv":[2.625,7.125,3.5,7.75]},"up":{"texture":"#0","uv":[1.75,7.125,0.875,6.25]},"west":{"texture":"#0","uv":[1.75,7.125,2.625,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14,-13.2]}],"overrides":[],"textures":{"0":"item/w1744838273_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2367.json b/assets/minecraft/models/w2367.json new file mode 100644 index 000000000..e8682516c --- /dev/null +++ b/assets/minecraft/models/w2367.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,5.5,7.375,7]},"east":{"texture":"#0","uv":[5.25,7,6.75,7.5]},"north":{"texture":"#0","uv":[6.75,7,7.375,7.5]},"south":{"texture":"#0","uv":[8.875,7,9.5,7.5]},"up":{"texture":"#0","uv":[7.375,7,6.75,5.5]},"west":{"texture":"#0","uv":[7.375,7,8.875,7.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.4,-11.2]},{"faces":{"down":{"texture":"#0","uv":[4.875,7.5,4.875,8.875]},"east":{"texture":"#0","uv":[3.5,8.875,4.875,9]},"north":{"texture":"#0","uv":[4.875,8.875,4.875,9]},"south":{"texture":"#0","uv":[6.25,8.875,6.25,9]},"up":{"texture":"#0","uv":[4.875,8.875,4.875,7.5]},"west":{"texture":"#0","uv":[4.875,8.875,3.5,9]}},"from":[-15,-14.4,-15.6],"rotation":{"angle":-22.5,"axis":"z","origin":[-15,-14.4,-13.6],"rescale":false},"shade":false,"to":[-15,-14,-11.200001]},{"faces":{"down":{"texture":"#0","uv":[4.875,7.5,4.875,8.875]},"east":{"texture":"#0","uv":[3.5,8.875,4.875,9]},"north":{"texture":"#0","uv":[4.875,8.875,4.875,9]},"south":{"texture":"#0","uv":[6.25,8.875,6.25,9]},"up":{"texture":"#0","uv":[4.875,8.875,4.875,7.5]},"west":{"texture":"#0","uv":[4.875,8.875,3.5,9]}},"from":[-15,-14.4,-15.6],"rotation":{"angle":22.5,"axis":"z","origin":[-15,-14.4,-13.6],"rescale":false},"shade":false,"to":[-15,-14,-11.200001]},{"faces":{"down":{"texture":"#0","uv":[4.875,7.5,4.875,8.875]},"east":{"texture":"#0","uv":[3.5,8.875,4.875,9]},"north":{"texture":"#0","uv":[4.875,8.875,4.875,9]},"south":{"texture":"#0","uv":[6.25,8.875,6.25,9]},"up":{"texture":"#0","uv":[4.875,8.875,4.875,7.5]},"west":{"texture":"#0","uv":[4.875,8.875,3.5,9]}},"from":[-15.6,-14.4,-15.6],"rotation":{"angle":22.5,"axis":"z","origin":[-15.6,-14.4,-13.6],"rescale":false},"shade":false,"to":[-15.6,-14,-11.200001]},{"faces":{"down":{"texture":"#0","uv":[4.875,7.5,4.875,8.875]},"east":{"texture":"#0","uv":[3.5,8.875,4.875,9]},"north":{"texture":"#0","uv":[4.875,8.875,4.875,9]},"south":{"texture":"#0","uv":[6.25,8.875,6.25,9]},"up":{"texture":"#0","uv":[4.875,8.875,4.875,7.5]},"west":{"texture":"#0","uv":[4.875,8.875,3.5,9]}},"from":[-14.4,-14.4,-15.6],"rotation":{"angle":-22.5,"axis":"z","origin":[-14.4,-14.4,-13.6],"rescale":false},"shade":false,"to":[-14.4,-14,-11.200001]}],"overrides":[],"textures":{"0":"item/w1744838273_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2368.json b/assets/minecraft/models/w2368.json new file mode 100644 index 000000000..5d6a992fe --- /dev/null +++ b/assets/minecraft/models/w2368.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.375,7.5,7.75,8.375]},"east":{"texture":"#0","uv":[6.25,8.375,7.125,8.5]},"north":{"texture":"#0","uv":[7.125,8.375,7.75,8.5]},"south":{"texture":"#0","uv":[8.625,8.375,9.25,8.5]},"up":{"texture":"#0","uv":[7.75,8.375,7.125,7.5]},"west":{"texture":"#0","uv":[7.75,8.375,8.625,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-13.2]}],"overrides":[],"textures":{"0":"item/w1744838273_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2369.json b/assets/minecraft/models/w2369.json new file mode 100644 index 000000000..a25361ebe --- /dev/null +++ b/assets/minecraft/models/w2369.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,6.25,4.25,7]},"east":{"texture":"#0","uv":[3.5,7,4.25,7.125]},"north":{"texture":"#0","uv":[4.25,7,4.25,7.125]},"south":{"texture":"#0","uv":[5,7,5,7.125]},"up":{"texture":"#0","uv":[4.25,7,4.25,6.25]},"west":{"texture":"#0","uv":[4.25,7,3.5,7.125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-13.599999]}],"overrides":[],"textures":{"0":"item/w1744838273_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w237.json b/assets/minecraft/models/w237.json new file mode 100644 index 000000000..e310fa17a --- /dev/null +++ b/assets/minecraft/models/w237.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,0,5,2.5]},"east":{"texture":"#0","uv":[0,2.5,2.5,5]},"north":{"texture":"#0","uv":[2.5,2.5,5,5]},"south":{"texture":"#0","uv":[7.5,2.5,10,5]},"up":{"texture":"#0","uv":[5,2.5,2.5,0]},"west":{"texture":"#0","uv":[5,2.5,7.5,5]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14]}],"overrides":[],"textures":{"0":"item/w1663532036_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2370.json b/assets/minecraft/models/w2370.json new file mode 100644 index 000000000..a25361ebe --- /dev/null +++ b/assets/minecraft/models/w2370.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,6.25,4.25,7]},"east":{"texture":"#0","uv":[3.5,7,4.25,7.125]},"north":{"texture":"#0","uv":[4.25,7,4.25,7.125]},"south":{"texture":"#0","uv":[5,7,5,7.125]},"up":{"texture":"#0","uv":[4.25,7,4.25,6.25]},"west":{"texture":"#0","uv":[4.25,7,3.5,7.125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-13.599999]}],"overrides":[],"textures":{"0":"item/w1744838273_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2371.json b/assets/minecraft/models/w2371.json new file mode 100644 index 000000000..8497d4262 --- /dev/null +++ b/assets/minecraft/models/w2371.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.875,0,9.125,0.875]},"east":{"texture":"#0","uv":[7.5,0.875,8.375,1.25]},"north":{"texture":"#0","uv":[8.375,0.875,9.125,1.25]},"south":{"texture":"#0","uv":[10,0.875,10.75,1.25]},"up":{"texture":"#0","uv":[9.125,0.875,8.375,0]},"west":{"texture":"#0","uv":[9.125,0.875,10,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-13.2]},{"faces":{"down":{"texture":"#0","uv":[5,7.125,4.25,7.125]},"east":{"texture":"#0","uv":[3.5,7.125,3.5,7.25]},"north":{"texture":"#0","uv":[3.5,7.125,4.25,7.25]},"south":{"texture":"#0","uv":[4.25,7.125,3.5,7.25]},"up":{"texture":"#0","uv":[4.25,7.125,3.5,7.125]},"west":{"texture":"#0","uv":[4.25,7.125,4.25,7.25]}},"from":[-15.96,-14.96,-15.96],"shade":false,"to":[-13.639999,-14.56,-15.96]}],"overrides":[],"textures":{"0":"item/w1744838273_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2372.json b/assets/minecraft/models/w2372.json new file mode 100644 index 000000000..24737be6c --- /dev/null +++ b/assets/minecraft/models/w2372.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,7.875,1.75,9.125]},"east":{"texture":"#0","uv":[0,9.125,1.25,10.125]},"north":{"texture":"#0","uv":[1.25,9.125,1.75,10.125]},"south":{"texture":"#0","uv":[3,9.125,3.5,10.125]},"up":{"texture":"#0","uv":[1.75,9.125,1.25,7.875]},"west":{"texture":"#0","uv":[1.75,9.125,3,10.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.408,-12.808001,-11.808001]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2373.json b/assets/minecraft/models/w2373.json new file mode 100644 index 000000000..d59dff299 --- /dev/null +++ b/assets/minecraft/models/w2373.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.875,12,6.5,12.375]},"east":{"texture":"#0","uv":[5.75,12.375,6.125,13]},"north":{"texture":"#0","uv":[6.125,12.375,6.5,13]},"south":{"texture":"#0","uv":[6.875,12.375,7.25,13]},"up":{"texture":"#0","uv":[6.5,12.375,6.125,12]},"west":{"texture":"#0","uv":[6.5,12.375,6.875,13]}},"from":[-16,-16,-16],"shade":false,"to":[-14.808,-14.008,-14.608]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2374.json b/assets/minecraft/models/w2374.json new file mode 100644 index 000000000..cb47941de --- /dev/null +++ b/assets/minecraft/models/w2374.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.875,10.875,6.5,11.25]},"east":{"texture":"#0","uv":[5.75,11.25,6.125,11.875]},"north":{"texture":"#0","uv":[6.125,11.25,6.5,11.875]},"south":{"texture":"#0","uv":[6.875,11.25,7.25,11.875]},"up":{"texture":"#0","uv":[6.5,11.25,6.125,10.875]},"west":{"texture":"#0","uv":[6.5,11.25,6.875,11.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.808,-14.008,-14.608]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2375.json b/assets/minecraft/models/w2375.json new file mode 100644 index 000000000..6d9af28b1 --- /dev/null +++ b/assets/minecraft/models/w2375.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,0,0.75,0.375]},"east":{"texture":"#0","uv":[0,0.375,0.375,1]},"north":{"texture":"#0","uv":[0.375,0.375,0.75,1]},"south":{"texture":"#0","uv":[1.125,0.375,1.5,1]},"up":{"texture":"#0","uv":[0.75,0.375,0.375,0]},"west":{"texture":"#0","uv":[0.75,0.375,1.125,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14.808,-14.008,-14.608]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2376.json b/assets/minecraft/models/w2376.json new file mode 100644 index 000000000..643a44fae --- /dev/null +++ b/assets/minecraft/models/w2376.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.25,4.25,14.875,4.625]},"east":{"texture":"#0","uv":[14.125,4.625,14.5,5.25]},"north":{"texture":"#0","uv":[14.5,4.625,14.875,5.25]},"south":{"texture":"#0","uv":[15.25,4.625,15.625,5.25]},"up":{"texture":"#0","uv":[14.875,4.625,14.5,4.25]},"west":{"texture":"#0","uv":[14.875,4.625,15.25,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.808,-14.008,-14.608]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2377.json b/assets/minecraft/models/w2377.json new file mode 100644 index 000000000..2e8f33099 --- /dev/null +++ b/assets/minecraft/models/w2377.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,2.75,9.5,4]},"east":{"texture":"#0","uv":[7.75,4,9,5]},"north":{"texture":"#0","uv":[9,4,9.5,5]},"south":{"texture":"#0","uv":[10.75,4,11.25,5]},"up":{"texture":"#0","uv":[9.5,4,9,2.75]},"west":{"texture":"#0","uv":[9.5,4,10.75,5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.408,-12.808001,-11.808001]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2378.json b/assets/minecraft/models/w2378.json new file mode 100644 index 000000000..d1f5615fa --- /dev/null +++ b/assets/minecraft/models/w2378.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[11.375,2.25,13.125,4.125]},"south":{"texture":"#0","uv":[13.125,2.25,11.375,4.125]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-10,-16]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2379.json b/assets/minecraft/models/w2379.json new file mode 100644 index 000000000..d1f5615fa --- /dev/null +++ b/assets/minecraft/models/w2379.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[11.375,2.25,13.125,4.125]},"south":{"texture":"#0","uv":[13.125,2.25,11.375,4.125]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-10,-16]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w238.json b/assets/minecraft/models/w238.json new file mode 100644 index 000000000..d9c3f5ae2 --- /dev/null +++ b/assets/minecraft/models/w238.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,11.5,4,13]},"east":{"texture":"#0","uv":[1,13,2.5,14.5]},"north":{"texture":"#0","uv":[2.5,13,4,14.5]},"south":{"texture":"#0","uv":[5.5,13,7,14.5]},"up":{"texture":"#0","uv":[4,13,2.5,11.5]},"west":{"texture":"#0","uv":[4,13,5.5,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1663532036_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2380.json b/assets/minecraft/models/w2380.json new file mode 100644 index 000000000..3eecdcc1c --- /dev/null +++ b/assets/minecraft/models/w2380.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6.125,0,7.125,0.625]},"south":{"texture":"#0","uv":[7.125,0,6.125,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14,-16]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2381.json b/assets/minecraft/models/w2381.json new file mode 100644 index 000000000..7795580ac --- /dev/null +++ b/assets/minecraft/models/w2381.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[12.875,11.5,13.875,12.25]},"south":{"texture":"#0","uv":[13.875,11.5,12.875,12.25]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2382.json b/assets/minecraft/models/w2382.json new file mode 100644 index 000000000..3eecdcc1c --- /dev/null +++ b/assets/minecraft/models/w2382.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6.125,0,7.125,0.625]},"south":{"texture":"#0","uv":[7.125,0,6.125,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14,-16]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2383.json b/assets/minecraft/models/w2383.json new file mode 100644 index 000000000..7795580ac --- /dev/null +++ b/assets/minecraft/models/w2383.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[12.875,11.5,13.875,12.25]},"south":{"texture":"#0","uv":[13.875,11.5,12.875,12.25]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2384.json b/assets/minecraft/models/w2384.json new file mode 100644 index 000000000..285201979 --- /dev/null +++ b/assets/minecraft/models/w2384.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,12.625,1,13.125]},"east":{"texture":"#0","uv":[0,13.125,0.5,13.75]},"north":{"texture":"#0","uv":[0.5,13.125,1,13.75]},"south":{"texture":"#0","uv":[1.5,13.125,2,13.75]},"up":{"texture":"#0","uv":[1,13.125,0.5,12.625]},"west":{"texture":"#0","uv":[1,13.125,1.5,13.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14,-14.4]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2385.json b/assets/minecraft/models/w2385.json new file mode 100644 index 000000000..aeed1378b --- /dev/null +++ b/assets/minecraft/models/w2385.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.875,12.5,8.375,13]},"east":{"texture":"#0","uv":[7.375,13,7.875,13.625]},"north":{"texture":"#0","uv":[7.875,13,8.375,13.625]},"south":{"texture":"#0","uv":[8.875,13,9.375,13.625]},"up":{"texture":"#0","uv":[8.375,13,7.875,12.5]},"west":{"texture":"#0","uv":[8.375,13,8.875,13.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14,-14.4]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2386.json b/assets/minecraft/models/w2386.json new file mode 100644 index 000000000..d3e596323 --- /dev/null +++ b/assets/minecraft/models/w2386.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.875,7.875,3.375,8.375]},"east":{"texture":"#0","uv":[2.375,8.375,2.875,9]},"north":{"texture":"#0","uv":[2.875,8.375,3.375,9]},"south":{"texture":"#0","uv":[3.875,8.375,4.375,9]},"up":{"texture":"#0","uv":[3.375,8.375,2.875,7.875]},"west":{"texture":"#0","uv":[3.375,8.375,3.875,9]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14,-14.4]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2387.json b/assets/minecraft/models/w2387.json new file mode 100644 index 000000000..8781042a4 --- /dev/null +++ b/assets/minecraft/models/w2387.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.625,10.25,3.125,10.75]},"east":{"texture":"#0","uv":[2.125,10.75,2.625,11.375]},"north":{"texture":"#0","uv":[2.625,10.75,3.125,11.375]},"south":{"texture":"#0","uv":[3.625,10.75,4.125,11.375]},"up":{"texture":"#0","uv":[3.125,10.75,2.625,10.25]},"west":{"texture":"#0","uv":[3.125,10.75,3.625,11.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14,-14.4]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2388.json b/assets/minecraft/models/w2388.json new file mode 100644 index 000000000..90b91d45d --- /dev/null +++ b/assets/minecraft/models/w2388.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,2.875,2.5,4.125]},"east":{"texture":"#0","uv":[0,4.125,1.25,5.375]},"north":{"texture":"#0","uv":[1.25,4.125,2.5,5.375]},"south":{"texture":"#0","uv":[3.75,4.125,5,5.375]},"up":{"texture":"#0","uv":[2.5,4.125,1.25,2.875]},"west":{"texture":"#0","uv":[2.5,4.125,3.75,5.375]}},"from":[-13.654415,-14.171573,-15.896],"rotation":{"angle":45,"axis":"z","origin":[-11.478517,-11.995674,-13.9],"rescale":false},"shade":false,"to":[-9.302617,-9.819775,-11.904]},{"faces":{"down":{"texture":"#0","uv":[3.25,5.5,2.25,6.75]},"east":{"texture":"#0","uv":[0,6.75,1.25,7.75]},"north":{"texture":"#0","uv":[1.25,6.75,2.25,7.75]},"south":{"texture":"#0","uv":[3.5,6.75,4.5,7.75]},"up":{"texture":"#0","uv":[2.25,6.75,1.25,5.5]},"west":{"texture":"#0","uv":[2.25,6.75,3.5,7.75]}},"from":[-13.078517,-11.878517,-16],"shade":false,"to":[-9.878517,-8.678517,-11.8]},{"faces":{"down":{"texture":"#0","uv":[9.25,6.625,8,7.625]},"east":{"texture":"#0","uv":[5.75,7.625,6.75,8.75]},"north":{"texture":"#0","uv":[6.75,7.625,8,8.75]},"south":{"texture":"#0","uv":[9,7.625,10.25,8.75]},"up":{"texture":"#0","uv":[8,7.625,6.75,6.625]},"west":{"texture":"#0","uv":[8,7.625,9,8.75]}},"from":[-13.478517,-15.878517,-15.5],"shade":false,"to":[-9.478517,-12.278517,-12.3]},{"faces":{"down":{"texture":"#0","uv":[12.375,7.875,11.5,8.875]},"east":{"texture":"#0","uv":[9.625,8.875,10.625,9.75]},"north":{"texture":"#0","uv":[10.625,8.875,11.5,9.75]},"south":{"texture":"#0","uv":[12.5,8.875,13.375,9.75]},"up":{"texture":"#0","uv":[11.5,8.875,10.625,7.875]},"west":{"texture":"#0","uv":[11.5,8.875,12.5,9.75]}},"from":[-16,-16,-15.496],"rotation":{"angle":45,"axis":"z","origin":[-11.478517,-11.478517,-13.9],"rescale":false},"shade":false,"to":[-13.179573,-13.179573,-12.304001]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2389.json b/assets/minecraft/models/w2389.json new file mode 100644 index 000000000..5dd2d8b80 --- /dev/null +++ b/assets/minecraft/models/w2389.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,10.25,1.625,11.5]},"east":{"texture":"#0","uv":[0,11.5,1.25,12.5]},"north":{"texture":"#0","uv":[1.25,11.5,1.625,12.5]},"south":{"texture":"#0","uv":[2.875,11.5,3.25,12.5]},"up":{"texture":"#0","uv":[1.625,11.5,1.25,10.25]},"west":{"texture":"#0","uv":[1.625,11.5,2.875,12.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.808001,-12.808001,-11.808001]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w239.json b/assets/minecraft/models/w239.json new file mode 100644 index 000000000..c798a95ad --- /dev/null +++ b/assets/minecraft/models/w239.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4,8,8,12]},"south":{"texture":"#0","uv":[8,8,4,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w93029210_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2390.json b/assets/minecraft/models/w2390.json new file mode 100644 index 000000000..1d294b1d9 --- /dev/null +++ b/assets/minecraft/models/w2390.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.375,9.875,10,11.125]},"east":{"texture":"#0","uv":[8.375,11.125,9.625,12.125]},"north":{"texture":"#0","uv":[9.625,11.125,10,12.125]},"south":{"texture":"#0","uv":[11.25,11.125,11.625,12.125]},"up":{"texture":"#0","uv":[10,11.125,9.625,9.875]},"west":{"texture":"#0","uv":[10,11.125,11.25,12.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.808001,-12.808001,-11.808001]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2391.json b/assets/minecraft/models/w2391.json new file mode 100644 index 000000000..f90b0f1db --- /dev/null +++ b/assets/minecraft/models/w2391.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.375,1.125,0.75,1.25]},"east":{"texture":"#0","uv":[0,1.25,0.125,1.5]},"north":{"texture":"#0","uv":[0.125,1.25,0.75,1.5]},"south":{"texture":"#0","uv":[0.875,1.25,1.5,1.5]},"up":{"texture":"#0","uv":[0.75,1.25,0.125,1.125]},"west":{"texture":"#0","uv":[0.75,1.25,0.875,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.2,-15.4]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2392.json b/assets/minecraft/models/w2392.json new file mode 100644 index 000000000..f4590ecaa --- /dev/null +++ b/assets/minecraft/models/w2392.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,1.625,6.625,2.875]},"east":{"texture":"#0","uv":[4.375,2.875,5.625,3.875]},"north":{"texture":"#0","uv":[5.625,2.875,6.625,3.875]},"south":{"texture":"#0","uv":[7.875,2.875,8.875,3.875]},"up":{"texture":"#0","uv":[6.625,2.875,5.625,1.625]},"west":{"texture":"#0","uv":[6.625,2.875,7.875,3.875]}},"from":[-12.8,-16,-16],"shade":false,"to":[-9.6,-12.8,-11.8]},{"faces":{"down":{"texture":"#0","uv":[7.125,4.25,6.125,5.5]},"east":{"texture":"#0","uv":[3.875,5.5,5.125,6.5]},"north":{"texture":"#0","uv":[5.125,5.5,6.125,6.5]},"south":{"texture":"#0","uv":[7.375,5.5,8.375,6.5]},"up":{"texture":"#0","uv":[6.125,5.5,5.125,4.25]},"west":{"texture":"#0","uv":[6.125,5.5,7.375,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.8,-11.8]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2393.json b/assets/minecraft/models/w2393.json new file mode 100644 index 000000000..ddb72c7b8 --- /dev/null +++ b/assets/minecraft/models/w2393.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.875,2.25,10.625,2.5]},"east":{"texture":"#0","uv":[10.125,2.5,10.375,2.75]},"north":{"texture":"#0","uv":[10.375,2.5,10.625,2.75]},"south":{"texture":"#0","uv":[10.875,2.5,11.125,2.75]},"up":{"texture":"#0","uv":[10.625,2.5,10.375,2.25]},"west":{"texture":"#0","uv":[10.625,2.5,10.875,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2394.json b/assets/minecraft/models/w2394.json new file mode 100644 index 000000000..d3ef99de9 --- /dev/null +++ b/assets/minecraft/models/w2394.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.375,6.625,6.125,6.75]},"east":{"texture":"#0","uv":[5.75,6.75,5.875,7]},"north":{"texture":"#0","uv":[5.875,6.75,6.125,7]},"south":{"texture":"#0","uv":[6.25,6.75,6.5,7]},"up":{"texture":"#0","uv":[6.125,6.75,5.875,6.625]},"west":{"texture":"#0","uv":[6.125,6.75,6.25,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2395.json b/assets/minecraft/models/w2395.json new file mode 100644 index 000000000..38502e7b6 --- /dev/null +++ b/assets/minecraft/models/w2395.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.375,0.125,4.25,0.25]},"east":{"texture":"#0","uv":[4,0.25,4.125,0.5]},"north":{"texture":"#0","uv":[4.125,0.25,4.25,0.5]},"south":{"texture":"#0","uv":[4.375,0.25,4.5,0.5]},"up":{"texture":"#0","uv":[4.25,0.25,4.125,0.125]},"west":{"texture":"#0","uv":[4.25,0.25,4.375,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2396.json b/assets/minecraft/models/w2396.json new file mode 100644 index 000000000..39e10ccc0 --- /dev/null +++ b/assets/minecraft/models/w2396.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.375,13.5,2.875,14]},"east":{"texture":"#0","uv":[1.875,14,2.375,14.75]},"north":{"texture":"#0","uv":[2.375,14,2.875,14.75]},"south":{"texture":"#0","uv":[3.375,14,3.875,14.75]},"up":{"texture":"#0","uv":[2.875,14,2.375,13.5]},"west":{"texture":"#0","uv":[2.875,14,3.375,14.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.1,-13.6,-14.4]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2397.json b/assets/minecraft/models/w2397.json new file mode 100644 index 000000000..65e600404 --- /dev/null +++ b/assets/minecraft/models/w2397.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.625,5.5,0.5,5.875]},"east":{"texture":"#0","uv":[0,5.875,0.375,6.375]},"north":{"texture":"#0","uv":[0.375,5.875,0.5,6.375]},"south":{"texture":"#0","uv":[0.875,5.875,1,6.375]},"up":{"texture":"#0","uv":[0.5,5.875,0.375,5.5]},"west":{"texture":"#0","uv":[0.5,5.875,0.875,6.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.299999,-14.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2398.json b/assets/minecraft/models/w2398.json new file mode 100644 index 000000000..49b2a49ed --- /dev/null +++ b/assets/minecraft/models/w2398.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.75,9.875,13.125,10.625]},"east":{"texture":"#0","uv":[11.75,10.625,12.5,11.375]},"north":{"texture":"#0","uv":[12.5,10.625,13.125,11.375]},"south":{"texture":"#0","uv":[13.875,10.625,14.5,11.375]},"up":{"texture":"#0","uv":[13.125,10.625,12.5,9.875]},"west":{"texture":"#0","uv":[13.125,10.625,13.875,11.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.908,-13.608,-13.608]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2399.json b/assets/minecraft/models/w2399.json new file mode 100644 index 000000000..72e88a4b6 --- /dev/null +++ b/assets/minecraft/models/w2399.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.25,6.375,13.75,7.125]},"east":{"texture":"#0","uv":[12.5,7.125,13.25,7.75]},"north":{"texture":"#0","uv":[13.25,7.125,13.75,7.75]},"south":{"texture":"#0","uv":[14.5,7.125,15,7.75]},"up":{"texture":"#0","uv":[13.75,7.125,13.25,6.375]},"west":{"texture":"#0","uv":[13.75,7.125,14.5,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.3,-14,-13.6]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w24.json b/assets/minecraft/models/w24.json new file mode 100644 index 000000000..2be8a8d44 --- /dev/null +++ b/assets/minecraft/models/w24.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.75,11.375,8.375,12]},"east":{"texture":"#0","uv":[8.375,12,7.75,12.625]},"north":{"texture":"#0","uv":[7.75,12,7.125,12.625]},"south":{"texture":"#0","uv":[9,12,8.375,12.625]},"up":{"texture":"#0","uv":[7.125,12,7.75,11.375]},"west":{"texture":"#0","uv":[7.125,12,6.5,12.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14]}],"overrides":[],"textures":{"0":"item/w88907092_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w240.json b/assets/minecraft/models/w240.json new file mode 100644 index 000000000..40f63e545 --- /dev/null +++ b/assets/minecraft/models/w240.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,8,4]},"east":{"texture":"#0","uv":[0,4,4,8]},"north":{"texture":"#0","uv":[4,4,8,8]},"south":{"texture":"#0","uv":[12,4,16,8]},"up":{"texture":"#0","uv":[8,4,4,0]},"west":{"texture":"#0","uv":[8,4,12,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-14.4]},{"faces":{"north":{"texture":"#0","uv":[0,8,4,12]},"south":{"texture":"#0","uv":[4,8,0,12]}},"from":[-16,-14.4,-15.2],"shade":false,"to":[-14.4,-12.799999,-15.2]}],"overrides":[],"textures":{"0":"item/w93029210_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2400.json b/assets/minecraft/models/w2400.json new file mode 100644 index 000000000..0f7fa8d99 --- /dev/null +++ b/assets/minecraft/models/w2400.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.125,8.625,14.625,9.25]},"east":{"texture":"#0","uv":[13.5,9.25,14.125,9.875]},"north":{"texture":"#0","uv":[14.125,9.25,14.625,9.875]},"south":{"texture":"#0","uv":[15.25,9.25,15.75,9.875]},"up":{"texture":"#0","uv":[14.625,9.25,14.125,8.625]},"west":{"texture":"#0","uv":[14.625,9.25,15.25,9.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14,-14]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2401.json b/assets/minecraft/models/w2401.json new file mode 100644 index 000000000..099781742 --- /dev/null +++ b/assets/minecraft/models/w2401.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.75,13,10.375,13.75]},"east":{"texture":"#0","uv":[9.25,13.75,10,14.5]},"north":{"texture":"#0","uv":[10,13.75,10.375,14.5]},"south":{"texture":"#0","uv":[11.125,13.75,11.5,14.5]},"up":{"texture":"#0","uv":[10.375,13.75,10,13]},"west":{"texture":"#0","uv":[10.375,13.75,11.125,14.5]}},"from":[-14.1,-16,-16],"shade":false,"to":[-12.900001,-13.6,-13.6]},{"faces":{"down":{"texture":"#0","uv":[4.375,11.875,3.875,12.625]},"east":{"texture":"#0","uv":[2.625,12.625,3.375,13.375]},"north":{"texture":"#0","uv":[3.375,12.625,3.875,13.375]},"south":{"texture":"#0","uv":[4.625,12.625,5.125,13.375]},"up":{"texture":"#0","uv":[3.875,12.625,3.375,11.875]},"west":{"texture":"#0","uv":[3.875,12.625,4.625,13.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.1,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2402.json b/assets/minecraft/models/w2402.json new file mode 100644 index 000000000..9bc98fd83 --- /dev/null +++ b/assets/minecraft/models/w2402.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.75,12.25,10.125,12.5]},"east":{"texture":"#0","uv":[9.25,12.5,9.5,12.875]},"north":{"texture":"#0","uv":[9.5,12.5,10.125,12.875]},"south":{"texture":"#0","uv":[10.375,12.5,11,12.875]},"up":{"texture":"#0","uv":[10.125,12.5,9.5,12.25]},"west":{"texture":"#0","uv":[10.125,12.5,10.375,12.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.82,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2403.json b/assets/minecraft/models/w2403.json new file mode 100644 index 000000000..17beeac59 --- /dev/null +++ b/assets/minecraft/models/w2403.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,9.875,11.375,10.125]},"east":{"texture":"#0","uv":[10.5,10.125,10.75,10.5]},"north":{"texture":"#0","uv":[10.75,10.125,11.375,10.5]},"south":{"texture":"#0","uv":[11.625,10.125,12.25,10.5]},"up":{"texture":"#0","uv":[11.375,10.125,10.75,9.875]},"west":{"texture":"#0","uv":[11.375,10.125,11.625,10.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.82,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2404.json b/assets/minecraft/models/w2404.json new file mode 100644 index 000000000..aca230ff2 --- /dev/null +++ b/assets/minecraft/models/w2404.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.375,1.75,12.75,2]},"east":{"texture":"#0","uv":[11.875,2,12.125,2.125]},"north":{"texture":"#0","uv":[12.125,2,12.75,2.125]},"south":{"texture":"#0","uv":[13,2,13.625,2.125]},"up":{"texture":"#0","uv":[12.75,2,12.125,1.75]},"west":{"texture":"#0","uv":[12.75,2,13,2.125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.828,-15.447998,-15.208]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2405.json b/assets/minecraft/models/w2405.json new file mode 100644 index 000000000..9bf13fd9c --- /dev/null +++ b/assets/minecraft/models/w2405.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.875,4.25,12.25,4.5]},"east":{"texture":"#0","uv":[11.375,4.5,11.625,4.625]},"north":{"texture":"#0","uv":[11.625,4.5,12.25,4.625]},"south":{"texture":"#0","uv":[12.5,4.5,13.125,4.625]},"up":{"texture":"#0","uv":[12.25,4.5,11.625,4.25]},"west":{"texture":"#0","uv":[12.25,4.5,12.5,4.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.828,-15.447998,-15.208]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2406.json b/assets/minecraft/models/w2406.json new file mode 100644 index 000000000..9cda57a8a --- /dev/null +++ b/assets/minecraft/models/w2406.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,5.125,8.875,5.25]},"east":{"texture":"#0","uv":[8.375,5.25,8.5,5.375]},"north":{"texture":"#0","uv":[8.5,5.25,8.875,5.375]},"south":{"texture":"#0","uv":[9,5.25,9.375,5.375]},"up":{"texture":"#0","uv":[8.875,5.25,8.5,5.125]},"west":{"texture":"#0","uv":[8.875,5.25,9,5.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.608,-15.407999,-15.608]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2407.json b/assets/minecraft/models/w2407.json new file mode 100644 index 000000000..7fd1f27e7 --- /dev/null +++ b/assets/minecraft/models/w2407.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.125,5.125,7.75,5.25]},"east":{"texture":"#0","uv":[7.25,5.25,7.375,5.375]},"north":{"texture":"#0","uv":[7.375,5.25,7.75,5.375]},"south":{"texture":"#0","uv":[7.875,5.25,8.25,5.375]},"up":{"texture":"#0","uv":[7.75,5.25,7.375,5.125]},"west":{"texture":"#0","uv":[7.75,5.25,7.875,5.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.608,-15.407999,-15.608]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2408.json b/assets/minecraft/models/w2408.json new file mode 100644 index 000000000..9df37b8da --- /dev/null +++ b/assets/minecraft/models/w2408.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.75,0,9.75,1]},"east":{"texture":"#0","uv":[7.75,1,8.75,2.125]},"north":{"texture":"#0","uv":[8.75,1,9.75,2.125]},"south":{"texture":"#0","uv":[10.75,1,11.75,2.125]},"up":{"texture":"#0","uv":[9.75,1,8.75,0]},"west":{"texture":"#0","uv":[9.75,1,10.75,2.125]}},"from":[-15.996,-16,-15.2],"shade":false,"to":[-12.804001,-12.407999,-12.007999]},{"faces":{"down":{"texture":"#0","uv":[11.875,7.125,11.375,7.625]},"east":{"texture":"#0","uv":[10.375,7.625,10.875,7.75]},"north":{"texture":"#0","uv":[10.875,7.625,11.375,7.75]},"south":{"texture":"#0","uv":[11.875,7.625,12.375,7.75]},"up":{"texture":"#0","uv":[11.375,7.625,10.875,7.125]},"west":{"texture":"#0","uv":[11.375,7.625,11.875,7.75]}},"from":[-15.2,-12.403999,-14.404],"shade":false,"to":[-13.599999,-12.004,-12.804]},{"faces":{"down":{"texture":"#0","uv":[9.875,2.25,8.875,2.375]},"east":{"texture":"#0","uv":[7.75,2.375,7.875,2.625]},"north":{"texture":"#0","uv":[7.875,2.375,8.875,2.625]},"south":{"texture":"#0","uv":[9,2.375,10,2.625]},"up":{"texture":"#0","uv":[8.875,2.375,7.875,2.25]},"west":{"texture":"#0","uv":[8.875,2.375,9,2.625]}},"from":[-16,-14.004,-15.604],"shade":false,"to":[-12.8,-13.2039995,-15.204]},{"faces":{"down":{"texture":"#0","uv":[8.375,2.25,8.125,2.375]},"east":{"texture":"#0","uv":[8.125,2.375,8.25,2.625]},"north":{"texture":"#0","uv":[8.25,2.375,8.5,2.625]},"south":{"texture":"#0","uv":[8.25,2.375,8.5,2.625]},"up":{"texture":"#0","uv":[8.125,2.375,7.875,2.25]},"west":{"texture":"#0","uv":[8.125,2.375,8.25,2.625]}},"from":[-14.8,-14.443998,-15.524],"shade":false,"to":[-14,-13.643998,-15.124001]},{"faces":{"down":{"texture":"#0","uv":[0.75,7.875,0.5,8.125]},"east":{"texture":"#0","uv":[0,8.5,0.25,8.75]},"north":{"texture":"#0","uv":[0.25,8.375,0.5,8.625]},"south":{"texture":"#0","uv":[0.75,8.5,1,8.75]},"up":{"texture":"#0","uv":[0.5,8.125,0.25,7.875]},"west":{"texture":"#0","uv":[0.5,8.5,0.75,8.75]}},"from":[-14.896,-15.280001,-16],"shade":false,"to":[-13.904,-14.287999,-15.208]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2409.json b/assets/minecraft/models/w2409.json new file mode 100644 index 000000000..215a43656 --- /dev/null +++ b/assets/minecraft/models/w2409.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.875,13.5,3.375,14]},"east":{"texture":"#0","uv":[3.375,14,2.875,14.75]},"north":{"texture":"#0","uv":[2.875,14,2.375,14.75]},"south":{"texture":"#0","uv":[3.875,14,3.375,14.75]},"up":{"texture":"#0","uv":[2.375,14,2.875,13.5]},"west":{"texture":"#0","uv":[2.375,14,1.875,14.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.1,-13.6,-14.4]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w241.json b/assets/minecraft/models/w241.json new file mode 100644 index 000000000..9b16d5326 --- /dev/null +++ b/assets/minecraft/models/w241.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,1.75,1.25,3]},"east":{"texture":"#0","uv":[0,3,1.25,4.25]},"north":{"texture":"#0","uv":[0,1.75,1.25,3]},"south":{"texture":"#0","uv":[2.5,1.75,1.25,3]},"up":{"texture":"#0","uv":[1.25,1.75,0,3]},"west":{"texture":"#0","uv":[0,3,1.25,4.25]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-12,-12]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2410.json b/assets/minecraft/models/w2410.json new file mode 100644 index 000000000..66a2cb5ce --- /dev/null +++ b/assets/minecraft/models/w2410.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,5.5,0.625,5.875]},"east":{"texture":"#0","uv":[0.875,5.875,0.5,6.375]},"north":{"texture":"#0","uv":[0.5,5.875,0.375,6.375]},"south":{"texture":"#0","uv":[1,5.875,0.875,6.375]},"up":{"texture":"#0","uv":[0.375,5.875,0.5,5.5]},"west":{"texture":"#0","uv":[0.375,5.875,0,6.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.299999,-14.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2411.json b/assets/minecraft/models/w2411.json new file mode 100644 index 000000000..5b7ea00bd --- /dev/null +++ b/assets/minecraft/models/w2411.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.125,9.875,13.75,10.625]},"east":{"texture":"#0","uv":[13.875,10.625,13.125,11.375]},"north":{"texture":"#0","uv":[13.125,10.625,12.5,11.375]},"south":{"texture":"#0","uv":[14.5,10.625,13.875,11.375]},"up":{"texture":"#0","uv":[12.5,10.625,13.125,9.875]},"west":{"texture":"#0","uv":[12.5,10.625,11.75,11.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.908,-13.608,-13.608]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2412.json b/assets/minecraft/models/w2412.json new file mode 100644 index 000000000..4e6ea3d72 --- /dev/null +++ b/assets/minecraft/models/w2412.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.75,6.375,14.25,7.125]},"east":{"texture":"#0","uv":[14.5,7.125,13.75,7.75]},"north":{"texture":"#0","uv":[13.75,7.125,13.25,7.75]},"south":{"texture":"#0","uv":[15,7.125,14.5,7.75]},"up":{"texture":"#0","uv":[13.25,7.125,13.75,6.375]},"west":{"texture":"#0","uv":[13.25,7.125,12.5,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.3,-14,-13.6]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2413.json b/assets/minecraft/models/w2413.json new file mode 100644 index 000000000..25dca0835 --- /dev/null +++ b/assets/minecraft/models/w2413.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.625,8.625,15.125,9.25]},"east":{"texture":"#0","uv":[15.25,9.25,14.625,9.875]},"north":{"texture":"#0","uv":[14.625,9.25,14.125,9.875]},"south":{"texture":"#0","uv":[15.75,9.25,15.25,9.875]},"up":{"texture":"#0","uv":[14.125,9.25,14.625,8.625]},"west":{"texture":"#0","uv":[14.125,9.25,13.5,9.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14,-14]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2414.json b/assets/minecraft/models/w2414.json new file mode 100644 index 000000000..a4158b868 --- /dev/null +++ b/assets/minecraft/models/w2414.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.375,13,10.75,13.75]},"east":{"texture":"#0","uv":[11.125,13.75,10.375,14.5]},"north":{"texture":"#0","uv":[10.375,13.75,10,14.5]},"south":{"texture":"#0","uv":[11.5,13.75,11.125,14.5]},"up":{"texture":"#0","uv":[10,13.75,10.375,13]},"west":{"texture":"#0","uv":[10,13.75,9.25,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.6,-13.6]},{"faces":{"down":{"texture":"#0","uv":[3.875,11.875,4.375,12.625]},"east":{"texture":"#0","uv":[4.625,12.625,3.875,13.375]},"north":{"texture":"#0","uv":[3.875,12.625,3.375,13.375]},"south":{"texture":"#0","uv":[5.125,12.625,4.625,13.375]},"up":{"texture":"#0","uv":[3.375,12.625,3.875,11.875]},"west":{"texture":"#0","uv":[3.375,12.625,2.625,13.375]}},"from":[-14.8,-16,-16],"shade":false,"to":[-12.900001,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2415.json b/assets/minecraft/models/w2415.json new file mode 100644 index 000000000..9ab524ee5 --- /dev/null +++ b/assets/minecraft/models/w2415.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,0,13.25,0.5]},"east":{"texture":"#0","uv":[12.5,0.5,13,1.625]},"north":{"texture":"#0","uv":[13,0.5,13.25,1.625]},"south":{"texture":"#0","uv":[13.75,0.5,14,1.625]},"up":{"texture":"#0","uv":[13.25,0.5,13,0]},"west":{"texture":"#0","uv":[13.25,0.5,13.75,1.625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2416.json b/assets/minecraft/models/w2416.json new file mode 100644 index 000000000..6a1652410 --- /dev/null +++ b/assets/minecraft/models/w2416.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15,12.375,14.5,12.875]},"east":{"texture":"#0","uv":[13.5,12.875,14,13.625]},"north":{"texture":"#0","uv":[14,12.875,14.5,13.625]},"south":{"texture":"#0","uv":[15,12.875,15.5,13.625]},"up":{"texture":"#0","uv":[14.5,12.875,14,12.375]},"west":{"texture":"#0","uv":[14.5,12.875,15,13.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.354416,-13.454416,-14.4]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2417.json b/assets/minecraft/models/w2417.json new file mode 100644 index 000000000..e1f057168 --- /dev/null +++ b/assets/minecraft/models/w2417.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.625,13.75,12.875,14.25]},"east":{"texture":"#0","uv":[11.625,14.25,12.125,14.75]},"north":{"texture":"#0","uv":[12.125,14.25,12.875,14.75]},"south":{"texture":"#0","uv":[13.375,14.25,14.125,14.75]},"up":{"texture":"#0","uv":[12.875,14.25,12.125,13.75]},"west":{"texture":"#0","uv":[12.875,14.25,13.375,14.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.462416,-14.262416,-14.408]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2418.json b/assets/minecraft/models/w2418.json new file mode 100644 index 000000000..ebb80635a --- /dev/null +++ b/assets/minecraft/models/w2418.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.75,11.625,12.25,12.25]},"east":{"texture":"#0","uv":[11.125,12.25,11.75,13.625]},"north":{"texture":"#0","uv":[11.75,12.25,12.25,13.625]},"south":{"texture":"#0","uv":[12.875,12.25,13.375,13.625]},"up":{"texture":"#0","uv":[12.25,12.25,11.75,11.625]},"west":{"texture":"#0","uv":[12.25,12.25,12.875,13.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.092,-11.591999,-13.992001]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2419.json b/assets/minecraft/models/w2419.json new file mode 100644 index 000000000..7a98b05d1 --- /dev/null +++ b/assets/minecraft/models/w2419.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.125,7.875,13.5,8.25]},"east":{"texture":"#0","uv":[12.5,8.25,12.875,8.625]},"north":{"texture":"#0","uv":[12.875,8.25,13.5,8.625]},"south":{"texture":"#0","uv":[13.875,8.25,14.5,8.625]},"up":{"texture":"#0","uv":[13.5,8.25,12.875,7.875]},"west":{"texture":"#0","uv":[13.5,8.25,13.875,8.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.8,-14.8]},{"faces":{"down":{"texture":"#0","uv":[13.625,4.625,13.375,5]},"east":{"texture":"#0","uv":[12.75,5,13.125,5.5]},"north":{"texture":"#0","uv":[13.125,5,13.375,5.5]},"south":{"texture":"#0","uv":[13.75,5,14,5.5]},"up":{"texture":"#0","uv":[13.375,5,13.125,4.625]},"west":{"texture":"#0","uv":[13.375,5,13.75,5.5]}},"from":[-16,-14.8,-16],"shade":false,"to":[-15.2,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w242.json b/assets/minecraft/models/w242.json new file mode 100644 index 000000000..8594a356e --- /dev/null +++ b/assets/minecraft/models/w242.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,0,2,1]},"east":{"texture":"#0","uv":[3,1,2,1.625]},"north":{"texture":"#0","uv":[0.875,1,2,1.625]},"south":{"texture":"#0","uv":[3,1,4,1.625]},"up":{"texture":"#0","uv":[2,1,0.875,0]},"west":{"texture":"#0","uv":[2,1,3,1.625]}},"from":[-16,-15.2,-16],"shade":false,"to":[-12.8,-13.2,-12.8]},{"faces":{"down":{"texture":"#0","uv":[7.125,0.5,6.375,1.375]},"east":{"texture":"#0","uv":[4.75,1.375,5.625,1.625]},"north":{"texture":"#0","uv":[5.625,1.375,6.375,1.625]},"south":{"texture":"#0","uv":[7.25,1.375,8,1.625]},"up":{"texture":"#0","uv":[6.375,1.375,5.625,0.5]},"west":{"texture":"#0","uv":[6.375,1.375,7.25,1.625]}},"from":[-15.6,-16,-15.6],"shade":false,"to":[-13.200001,-15.2,-12.8]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2420.json b/assets/minecraft/models/w2420.json new file mode 100644 index 000000000..c6d18dc6c --- /dev/null +++ b/assets/minecraft/models/w2420.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,7.875,14.125,8.25]},"east":{"texture":"#0","uv":[13.875,8.25,13.5,8.625]},"north":{"texture":"#0","uv":[13.5,8.25,12.875,8.625]},"south":{"texture":"#0","uv":[14.5,8.25,13.875,8.625]},"up":{"texture":"#0","uv":[12.875,8.25,13.5,7.875]},"west":{"texture":"#0","uv":[12.875,8.25,12.5,8.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.8,-14.8]},{"faces":{"down":{"texture":"#0","uv":[13.375,4.625,13.625,5]},"east":{"texture":"#0","uv":[13.75,5,13.375,5.5]},"north":{"texture":"#0","uv":[13.375,5,13.125,5.5]},"south":{"texture":"#0","uv":[14,5,13.75,5.5]},"up":{"texture":"#0","uv":[13.125,5,13.375,4.625]},"west":{"texture":"#0","uv":[13.125,5,12.75,5.5]}},"from":[-14.8,-14.8,-16],"shade":false,"to":[-14,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2421.json b/assets/minecraft/models/w2421.json new file mode 100644 index 000000000..05c63634f --- /dev/null +++ b/assets/minecraft/models/w2421.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.25,0,13.5,0.5]},"east":{"texture":"#0","uv":[13.75,0.5,13.25,1.625]},"north":{"texture":"#0","uv":[13.25,0.5,13,1.625]},"south":{"texture":"#0","uv":[14,0.5,13.75,1.625]},"up":{"texture":"#0","uv":[13,0.5,13.25,0]},"west":{"texture":"#0","uv":[13,0.5,12.5,1.625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2422.json b/assets/minecraft/models/w2422.json new file mode 100644 index 000000000..ac1442d40 --- /dev/null +++ b/assets/minecraft/models/w2422.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.5,12.375,15,12.875]},"east":{"texture":"#0","uv":[15,12.875,14.5,13.625]},"north":{"texture":"#0","uv":[14.5,12.875,14,13.625]},"south":{"texture":"#0","uv":[15.5,12.875,15,13.625]},"up":{"texture":"#0","uv":[14,12.875,14.5,12.375]},"west":{"texture":"#0","uv":[14,12.875,13.5,13.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.354416,-13.454416,-14.4]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2423.json b/assets/minecraft/models/w2423.json new file mode 100644 index 000000000..eec79d188 --- /dev/null +++ b/assets/minecraft/models/w2423.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.875,13.75,13.625,14.25]},"east":{"texture":"#0","uv":[13.375,14.25,12.875,14.75]},"north":{"texture":"#0","uv":[12.875,14.25,12.125,14.75]},"south":{"texture":"#0","uv":[14.125,14.25,13.375,14.75]},"up":{"texture":"#0","uv":[12.125,14.25,12.875,13.75]},"west":{"texture":"#0","uv":[12.125,14.25,11.625,14.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.462416,-14.262416,-14.408]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2424.json b/assets/minecraft/models/w2424.json new file mode 100644 index 000000000..91da0da6a --- /dev/null +++ b/assets/minecraft/models/w2424.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.25,11.625,12.75,12.25]},"east":{"texture":"#0","uv":[12.875,12.25,12.25,13.625]},"north":{"texture":"#0","uv":[12.25,12.25,11.75,13.625]},"south":{"texture":"#0","uv":[13.375,12.25,12.875,13.625]},"up":{"texture":"#0","uv":[11.75,12.25,12.25,11.625]},"west":{"texture":"#0","uv":[11.75,12.25,11.125,13.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.092,-11.591999,-13.992001]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2425.json b/assets/minecraft/models/w2425.json new file mode 100644 index 000000000..268ee147a --- /dev/null +++ b/assets/minecraft/models/w2425.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.75,13.125,6,13.75]},"east":{"texture":"#0","uv":[4.625,13.75,5.25,14.125]},"north":{"texture":"#0","uv":[5.25,13.75,6,14.125]},"south":{"texture":"#0","uv":[6.625,13.75,7.375,14.125]},"up":{"texture":"#0","uv":[6,13.75,5.25,13.125]},"west":{"texture":"#0","uv":[6,13.75,6.625,14.125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-14]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2426.json b/assets/minecraft/models/w2426.json new file mode 100644 index 000000000..2b4c400a0 --- /dev/null +++ b/assets/minecraft/models/w2426.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,13.875,0.875,14.5]},"east":{"texture":"#0","uv":[0,14.5,0.625,15.125]},"north":{"texture":"#0","uv":[0.625,14.5,0.875,15.125]},"south":{"texture":"#0","uv":[1.5,14.5,1.75,15.125]},"up":{"texture":"#0","uv":[0.875,14.5,0.625,13.875]},"west":{"texture":"#0","uv":[0.875,14.5,1.5,15.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14,-14]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2427.json b/assets/minecraft/models/w2427.json new file mode 100644 index 000000000..b3969cb75 --- /dev/null +++ b/assets/minecraft/models/w2427.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,13.75,8,14.375]},"east":{"texture":"#0","uv":[6.875,14.375,7.5,15]},"north":{"texture":"#0","uv":[7.5,14.375,8,15]},"south":{"texture":"#0","uv":[8.625,14.375,9.125,15]},"up":{"texture":"#0","uv":[8,14.375,7.5,13.75]},"west":{"texture":"#0","uv":[8,14.375,8.625,15]}},"from":[-16,-16,-16],"shade":false,"to":[-14.092,-13.992,-13.992001]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2428.json b/assets/minecraft/models/w2428.json new file mode 100644 index 000000000..1e9268256 --- /dev/null +++ b/assets/minecraft/models/w2428.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,13.125,6.75,13.75]},"east":{"texture":"#0","uv":[6.625,13.75,6,14.125]},"north":{"texture":"#0","uv":[6,13.75,5.25,14.125]},"south":{"texture":"#0","uv":[7.375,13.75,6.625,14.125]},"up":{"texture":"#0","uv":[5.25,13.75,6,13.125]},"west":{"texture":"#0","uv":[5.25,13.75,4.625,14.125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-14]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2429.json b/assets/minecraft/models/w2429.json new file mode 100644 index 000000000..88636c819 --- /dev/null +++ b/assets/minecraft/models/w2429.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.875,13.875,1.125,14.5]},"east":{"texture":"#0","uv":[1.5,14.5,0.875,15.125]},"north":{"texture":"#0","uv":[0.875,14.5,0.625,15.125]},"south":{"texture":"#0","uv":[1.75,14.5,1.5,15.125]},"up":{"texture":"#0","uv":[0.625,14.5,0.875,13.875]},"west":{"texture":"#0","uv":[0.625,14.5,0,15.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14,-14]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w243.json b/assets/minecraft/models/w243.json new file mode 100644 index 000000000..ff93175e0 --- /dev/null +++ b/assets/minecraft/models/w243.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,7.125,0.875,7.25]},"east":{"texture":"#0","uv":[0.375,7.25,0.5,7.375]},"north":{"texture":"#0","uv":[0.5,7.25,0.875,7.375]},"south":{"texture":"#0","uv":[1,7.25,1.375,7.375]},"up":{"texture":"#0","uv":[0.875,7.25,0.5,7.125]},"west":{"texture":"#0","uv":[0.875,7.25,1,7.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.6,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2430.json b/assets/minecraft/models/w2430.json new file mode 100644 index 000000000..890653e02 --- /dev/null +++ b/assets/minecraft/models/w2430.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,13.75,8.5,14.375]},"east":{"texture":"#0","uv":[8.625,14.375,8,15]},"north":{"texture":"#0","uv":[8,14.375,7.5,15]},"south":{"texture":"#0","uv":[9.125,14.375,8.625,15]},"up":{"texture":"#0","uv":[7.5,14.375,8,13.75]},"west":{"texture":"#0","uv":[7.5,14.375,6.875,15]}},"from":[-16,-16,-16],"shade":false,"to":[-14.092,-13.992,-13.992001]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2431.json b/assets/minecraft/models/w2431.json new file mode 100644 index 000000000..e553b868d --- /dev/null +++ b/assets/minecraft/models/w2431.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.625,5.125,11.25,5.625]},"east":{"texture":"#0","uv":[9.375,5.625,9.875,7]},"north":{"texture":"#0","uv":[9.875,5.625,11.25,7]},"south":{"texture":"#0","uv":[11.75,5.625,13.125,7]},"up":{"texture":"#0","uv":[11.25,5.625,9.875,5.125]},"west":{"texture":"#0","uv":[11.25,5.625,11.75,7]}},"from":[-16,-16,-16],"shade":false,"to":[-11.599999,-11.6,-14.4]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2432.json b/assets/minecraft/models/w2432.json new file mode 100644 index 000000000..1670192f1 --- /dev/null +++ b/assets/minecraft/models/w2432.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,8.875,7.625,9.375]},"east":{"texture":"#0","uv":[5.75,9.375,6.25,10.75]},"north":{"texture":"#0","uv":[6.25,9.375,7.625,10.75]},"south":{"texture":"#0","uv":[8.125,9.375,9.5,10.75]},"up":{"texture":"#0","uv":[7.625,9.375,6.25,8.875]},"west":{"texture":"#0","uv":[7.625,9.375,8.125,10.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.599999,-11.6,-14.4]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2433.json b/assets/minecraft/models/w2433.json new file mode 100644 index 000000000..672d48cac --- /dev/null +++ b/assets/minecraft/models/w2433.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.875,0,2.75,1.625]},"east":{"texture":"#0","uv":[0,1.625,1.625,2.75]},"north":{"texture":"#0","uv":[1.625,1.625,2.75,2.75]},"south":{"texture":"#0","uv":[4.375,1.625,5.5,2.75]},"up":{"texture":"#0","uv":[2.75,1.625,1.625,0]},"west":{"texture":"#0","uv":[2.75,1.625,4.375,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.4,-10.8]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2434.json b/assets/minecraft/models/w2434.json new file mode 100644 index 000000000..e8c8fde10 --- /dev/null +++ b/assets/minecraft/models/w2434.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.375,6.625,5.125,6.875]},"east":{"texture":"#0","uv":[4.625,6.875,4.875,12.25]},"north":{"texture":"#0","uv":[4.875,6.875,5.125,12.25]},"south":{"texture":"#0","uv":[5.375,6.875,5.625,12.25]},"up":{"texture":"#0","uv":[5.125,6.875,4.875,6.625]},"west":{"texture":"#0","uv":[5.125,6.875,5.375,12.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,1.2000008,-15.2]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2435.json b/assets/minecraft/models/w2435.json new file mode 100644 index 000000000..cc396e8a7 --- /dev/null +++ b/assets/minecraft/models/w2435.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.625,0.125,5.125,0.625]},"east":{"texture":"#0","uv":[4.125,0.625,4.625,1.125]},"north":{"texture":"#0","uv":[4.625,0.625,5.125,1.125]},"south":{"texture":"#0","uv":[5.625,0.625,6.125,1.125]},"up":{"texture":"#0","uv":[5.125,0.625,4.625,0.125]},"west":{"texture":"#0","uv":[5.125,0.625,5.625,1.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2436.json b/assets/minecraft/models/w2436.json new file mode 100644 index 000000000..c11c584f0 --- /dev/null +++ b/assets/minecraft/models/w2436.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,11.625,0.375]},"east":{"texture":"#0","uv":[10.875,0.375,11.25,0.625]},"north":{"texture":"#0","uv":[11.25,0.375,11.625,0.625]},"south":{"texture":"#0","uv":[12,0.375,12.375,0.625]},"up":{"texture":"#0","uv":[11.625,0.375,11.25,0]},"west":{"texture":"#0","uv":[11.625,0.375,12,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1977005853_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2437.json b/assets/minecraft/models/w2437.json new file mode 100644 index 000000000..e208eed3f --- /dev/null +++ b/assets/minecraft/models/w2437.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,0,0,16]},"east":{"texture":"#0","uv":[0,0,16,16]},"north":{"texture":"#0","uv":[0,0,16,16]},"south":{"texture":"#0","uv":[0,0,16,16]},"up":{"texture":"#0","uv":[16,16,0,0]},"west":{"texture":"#0","uv":[0,0,16,16]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-9.6]}],"overrides":[],"textures":{"0":"item/w1625134105_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2438.json b/assets/minecraft/models/w2438.json new file mode 100644 index 000000000..4f56c4740 --- /dev/null +++ b/assets/minecraft/models/w2438.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,10,3.5]},"east":{"texture":"#0","uv":[4.5,3.5,8,5.25]},"north":{"texture":"#0","uv":[8,3.5,10,5.25]},"south":{"texture":"#0","uv":[13.5,3.5,15.5,5.25]},"up":{"texture":"#0","uv":[10,3.5,8,0]},"west":{"texture":"#0","uv":[10,3.5,13.5,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.2,-10.4]}],"overrides":[],"textures":{"0":"item/w263649830_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2439.json b/assets/minecraft/models/w2439.json new file mode 100644 index 000000000..9e0d8b72b --- /dev/null +++ b/assets/minecraft/models/w2439.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,4.75,3,5.75]},"east":{"texture":"#0","uv":[3,5.75,2,7]},"north":{"texture":"#0","uv":[2,5.75,1,7]},"south":{"texture":"#0","uv":[4,5.75,3,7]},"up":{"texture":"#0","uv":[1,5.75,2,4.75]},"west":{"texture":"#0","uv":[1,5.75,0,7]}},"from":[-16,-14.4,-16],"shade":false,"to":[-14.4,-12.4,-14.4]},{"faces":{"down":{"texture":"#0","uv":[1,7,1.5,7.5]},"east":{"texture":"#0","uv":[1.5,7.5,1,9.5]},"north":{"texture":"#0","uv":[1,7.5,0.5,9.5]},"south":{"texture":"#0","uv":[2,7.5,1.5,9.5]},"up":{"texture":"#0","uv":[0.5,7.5,1,7]},"west":{"texture":"#0","uv":[0.5,7.5,0,9.5]}},"from":[-15.6,-16,-15.6],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w263649830_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w244.json b/assets/minecraft/models/w244.json new file mode 100644 index 000000000..5270401d7 --- /dev/null +++ b/assets/minecraft/models/w244.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,5,0.625,5.125]},"east":{"texture":"#0","uv":[0,5.125,0.125,5.25]},"north":{"texture":"#0","uv":[0.125,5.125,0.625,5.25]},"south":{"texture":"#0","uv":[0.75,5.125,1.25,5.25]},"up":{"texture":"#0","uv":[0.625,5.125,0.125,5]},"west":{"texture":"#0","uv":[0.625,5.125,0.75,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2440.json b/assets/minecraft/models/w2440.json new file mode 100644 index 000000000..494f88b89 --- /dev/null +++ b/assets/minecraft/models/w2440.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,4.75,2,5.75]},"east":{"texture":"#0","uv":[0,5.75,1,7]},"north":{"texture":"#0","uv":[1,5.75,2,7]},"south":{"texture":"#0","uv":[3,5.75,4,7]},"up":{"texture":"#0","uv":[2,5.75,1,4.75]},"west":{"texture":"#0","uv":[2,5.75,3,7]}},"from":[-16,-14,-16],"shade":false,"to":[-14.4,-12,-14.4]},{"faces":{"down":{"texture":"#0","uv":[1.5,7,1,7.5]},"east":{"texture":"#0","uv":[0,7.5,0.5,9.5]},"north":{"texture":"#0","uv":[0.5,7.5,1,9.5]},"south":{"texture":"#0","uv":[1.5,7.5,2,9.5]},"up":{"texture":"#0","uv":[1,7.5,0.5,7]},"west":{"texture":"#0","uv":[1,7.5,1.5,9.5]}},"from":[-15.6,-16,-15.6],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w263649830_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2441.json b/assets/minecraft/models/w2441.json new file mode 100644 index 000000000..2802bca9a --- /dev/null +++ b/assets/minecraft/models/w2441.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,4.75,3,5.75]},"east":{"texture":"#0","uv":[3,5.75,2,7]},"north":{"texture":"#0","uv":[2,5.75,1,7]},"south":{"texture":"#0","uv":[4,5.75,3,7]},"up":{"texture":"#0","uv":[1,5.75,2,4.75]},"west":{"texture":"#0","uv":[1,5.75,0,7]}},"from":[-16,-14,-16],"shade":false,"to":[-14.4,-12,-14.4]},{"faces":{"down":{"texture":"#0","uv":[1,7,1.5,7.5]},"east":{"texture":"#0","uv":[1.5,7.5,1,9.5]},"north":{"texture":"#0","uv":[1,7.5,0.5,9.5]},"south":{"texture":"#0","uv":[2,7.5,1.5,9.5]},"up":{"texture":"#0","uv":[0.5,7.5,1,7]},"west":{"texture":"#0","uv":[0.5,7.5,0,9.5]}},"from":[-15.6,-16,-15.6],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w263649830_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2442.json b/assets/minecraft/models/w2442.json new file mode 100644 index 000000000..3f19e0ea9 --- /dev/null +++ b/assets/minecraft/models/w2442.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,4.75,2,5.75]},"east":{"texture":"#0","uv":[0,5.75,1,7]},"north":{"texture":"#0","uv":[1,5.75,2,7]},"south":{"texture":"#0","uv":[3,5.75,4,7]},"up":{"texture":"#0","uv":[2,5.75,1,4.75]},"west":{"texture":"#0","uv":[2,5.75,3,7]}},"from":[-16,-14.4,-16],"shade":false,"to":[-14.4,-12.4,-14.4]},{"faces":{"down":{"texture":"#0","uv":[1.5,7,1,7.5]},"east":{"texture":"#0","uv":[0,7.5,0.5,9.5]},"north":{"texture":"#0","uv":[0.5,7.5,1,9.5]},"south":{"texture":"#0","uv":[1.5,7.5,2,9.5]},"up":{"texture":"#0","uv":[1,7.5,0.5,7]},"west":{"texture":"#0","uv":[1,7.5,1.5,9.5]}},"from":[-15.6,-16,-15.6],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w263649830_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2443.json b/assets/minecraft/models/w2443.json new file mode 100644 index 000000000..5385842be --- /dev/null +++ b/assets/minecraft/models/w2443.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,0,2.75,1.25]},"east":{"texture":"#0","uv":[0,1.25,1.25,2.5]},"north":{"texture":"#0","uv":[1.25,1.25,2.75,2.5]},"south":{"texture":"#0","uv":[4,1.25,5.5,2.5]},"up":{"texture":"#0","uv":[2.75,1.25,1.25,0]},"west":{"texture":"#0","uv":[2.75,1.25,4,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14,-14]}],"overrides":[],"textures":{"0":"item/w263649830_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2444.json b/assets/minecraft/models/w2444.json new file mode 100644 index 000000000..4869f73cf --- /dev/null +++ b/assets/minecraft/models/w2444.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.75,6.5,1.25]},"east":{"texture":"#0","uv":[5.5,1.25,6,2.25]},"north":{"texture":"#0","uv":[6,1.25,6.5,2.25]},"south":{"texture":"#0","uv":[7,1.25,7.5,2.25]},"up":{"texture":"#0","uv":[6.5,1.25,6,0.75]},"west":{"texture":"#0","uv":[6.5,1.25,7,2.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w263649830_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2445.json b/assets/minecraft/models/w2445.json new file mode 100644 index 000000000..751e1d609 --- /dev/null +++ b/assets/minecraft/models/w2445.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.75,0,6.75,0.25]},"east":{"texture":"#0","uv":[5.5,0.25,5.75,0.75]},"north":{"texture":"#0","uv":[5.75,0.25,6.75,0.75]},"south":{"texture":"#0","uv":[7,0.25,8,0.75]},"up":{"texture":"#0","uv":[6.75,0.25,5.75,0]},"west":{"texture":"#0","uv":[6.75,0.25,7,0.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w263649830_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2446.json b/assets/minecraft/models/w2446.json new file mode 100644 index 000000000..049ee6ee1 --- /dev/null +++ b/assets/minecraft/models/w2446.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,2.5,2.25,4]},"east":{"texture":"#0","uv":[0,4,1.5,4.75]},"north":{"texture":"#0","uv":[1.5,4,2.25,4.75]},"south":{"texture":"#0","uv":[3.75,4,4.5,4.75]},"up":{"texture":"#0","uv":[2.25,4,1.5,2.5]},"west":{"texture":"#0","uv":[2.25,4,3.75,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-13.6]}],"overrides":[],"textures":{"0":"item/w263649830_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2447.json b/assets/minecraft/models/w2447.json new file mode 100644 index 000000000..467c275d7 --- /dev/null +++ b/assets/minecraft/models/w2447.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.75,0,7.75,0.25]},"east":{"texture":"#0","uv":[7,0.25,6.75,0.75]},"north":{"texture":"#0","uv":[6.75,0.25,5.75,0.75]},"south":{"texture":"#0","uv":[8,0.25,7,0.75]},"up":{"texture":"#0","uv":[5.75,0.25,6.75,0]},"west":{"texture":"#0","uv":[5.75,0.25,5.5,0.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w263649830_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2448.json b/assets/minecraft/models/w2448.json new file mode 100644 index 000000000..23768db12 --- /dev/null +++ b/assets/minecraft/models/w2448.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,5.25,6,6.25]},"east":{"texture":"#0","uv":[4,6.25,5,8]},"north":{"texture":"#0","uv":[5,6.25,6,8]},"south":{"texture":"#0","uv":[7,6.25,8,8]},"up":{"texture":"#0","uv":[6,6.25,5,5.25]},"west":{"texture":"#0","uv":[6,6.25,7,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-13.2,-14.4]}],"overrides":[],"textures":{"0":"item/w263649830_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2449.json b/assets/minecraft/models/w2449.json new file mode 100644 index 000000000..bbd8004f0 --- /dev/null +++ b/assets/minecraft/models/w2449.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,5.25,7,6.25]},"east":{"texture":"#0","uv":[7,6.25,6,8]},"north":{"texture":"#0","uv":[6,6.25,5,8]},"south":{"texture":"#0","uv":[8,6.25,7,8]},"up":{"texture":"#0","uv":[5,6.25,6,5.25]},"west":{"texture":"#0","uv":[5,6.25,4,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-13.2,-14.4]}],"overrides":[],"textures":{"0":"item/w263649830_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w245.json b/assets/minecraft/models/w245.json new file mode 100644 index 000000000..5270401d7 --- /dev/null +++ b/assets/minecraft/models/w245.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,5,0.625,5.125]},"east":{"texture":"#0","uv":[0,5.125,0.125,5.25]},"north":{"texture":"#0","uv":[0.125,5.125,0.625,5.25]},"south":{"texture":"#0","uv":[0.75,5.125,1.25,5.25]},"up":{"texture":"#0","uv":[0.625,5.125,0.125,5]},"west":{"texture":"#0","uv":[0.625,5.125,0.75,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2450.json b/assets/minecraft/models/w2450.json new file mode 100644 index 000000000..85efd827e --- /dev/null +++ b/assets/minecraft/models/w2450.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.5,2.25,6.5,3.25]},"west":{"texture":"#0","uv":[6.5,2.25,5.5,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w263649830_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2451.json b/assets/minecraft/models/w2451.json new file mode 100644 index 000000000..0180c99a5 --- /dev/null +++ b/assets/minecraft/models/w2451.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,4.75,2,5.75]},"east":{"texture":"#0","uv":[0,5.75,1,7]},"north":{"texture":"#0","uv":[1,5.75,2,7]},"south":{"texture":"#0","uv":[3,5.75,4,7]},"up":{"texture":"#0","uv":[2,5.75,1,4.75]},"west":{"texture":"#0","uv":[2,5.75,3,7]}},"from":[-16,-14.4,-16],"shade":false,"to":[-14.4,-12.4,-14.4]},{"faces":{"down":{"texture":"#0","uv":[1.5,7,1,7.5]},"east":{"texture":"#0","uv":[0,7.5,0.5,9.5]},"north":{"texture":"#0","uv":[0.5,7.5,1,9.5]},"south":{"texture":"#0","uv":[1.5,7.5,2,9.5]},"up":{"texture":"#0","uv":[1,7.5,0.5,7]},"west":{"texture":"#0","uv":[1,7.5,1.5,9.5]}},"from":[-15.6,-16,-15.6],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w595064768_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2452.json b/assets/minecraft/models/w2452.json new file mode 100644 index 000000000..845726ddc --- /dev/null +++ b/assets/minecraft/models/w2452.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,4.75,3,5.75]},"east":{"texture":"#0","uv":[3,5.75,2,7]},"north":{"texture":"#0","uv":[2,5.75,1,7]},"south":{"texture":"#0","uv":[4,5.75,3,7]},"up":{"texture":"#0","uv":[1,5.75,2,4.75]},"west":{"texture":"#0","uv":[1,5.75,0,7]}},"from":[-16,-14,-16],"shade":false,"to":[-14.4,-12,-14.4]},{"faces":{"down":{"texture":"#0","uv":[1,7,1.5,7.5]},"east":{"texture":"#0","uv":[1.5,7.5,1,9.5]},"north":{"texture":"#0","uv":[1,7.5,0.5,9.5]},"south":{"texture":"#0","uv":[2,7.5,1.5,9.5]},"up":{"texture":"#0","uv":[0.5,7.5,1,7]},"west":{"texture":"#0","uv":[0.5,7.5,0,9.5]}},"from":[-15.6,-16,-15.6],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w595064768_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2453.json b/assets/minecraft/models/w2453.json new file mode 100644 index 000000000..8e4f979bb --- /dev/null +++ b/assets/minecraft/models/w2453.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,4.75,2,5.75]},"east":{"texture":"#0","uv":[0,5.75,1,7]},"north":{"texture":"#0","uv":[1,5.75,2,7]},"south":{"texture":"#0","uv":[3,5.75,4,7]},"up":{"texture":"#0","uv":[2,5.75,1,4.75]},"west":{"texture":"#0","uv":[2,5.75,3,7]}},"from":[-16,-14,-16],"shade":false,"to":[-14.4,-12,-14.4]},{"faces":{"down":{"texture":"#0","uv":[1.5,7,1,7.5]},"east":{"texture":"#0","uv":[0,7.5,0.5,9.5]},"north":{"texture":"#0","uv":[0.5,7.5,1,9.5]},"south":{"texture":"#0","uv":[1.5,7.5,2,9.5]},"up":{"texture":"#0","uv":[1,7.5,0.5,7]},"west":{"texture":"#0","uv":[1,7.5,1.5,9.5]}},"from":[-15.6,-16,-15.6],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w595064768_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2454.json b/assets/minecraft/models/w2454.json new file mode 100644 index 000000000..28aab2757 --- /dev/null +++ b/assets/minecraft/models/w2454.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,4.75,3,5.75]},"east":{"texture":"#0","uv":[3,5.75,2,7]},"north":{"texture":"#0","uv":[2,5.75,1,7]},"south":{"texture":"#0","uv":[4,5.75,3,7]},"up":{"texture":"#0","uv":[1,5.75,2,4.75]},"west":{"texture":"#0","uv":[1,5.75,0,7]}},"from":[-16,-14.4,-16],"shade":false,"to":[-14.4,-12.4,-14.4]},{"faces":{"down":{"texture":"#0","uv":[1,7,1.5,7.5]},"east":{"texture":"#0","uv":[1.5,7.5,1,9.5]},"north":{"texture":"#0","uv":[1,7.5,0.5,9.5]},"south":{"texture":"#0","uv":[2,7.5,1.5,9.5]},"up":{"texture":"#0","uv":[0.5,7.5,1,7]},"west":{"texture":"#0","uv":[0.5,7.5,0,9.5]}},"from":[-15.6,-16,-15.6],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w595064768_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2455.json b/assets/minecraft/models/w2455.json new file mode 100644 index 000000000..f0019fe6a --- /dev/null +++ b/assets/minecraft/models/w2455.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,10,3.5]},"east":{"texture":"#0","uv":[4.5,3.5,8,5.25]},"north":{"texture":"#0","uv":[8,3.5,10,5.25]},"south":{"texture":"#0","uv":[13.5,3.5,15.5,5.25]},"up":{"texture":"#0","uv":[10,3.5,8,0]},"west":{"texture":"#0","uv":[10,3.5,13.5,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.2,-10.4]}],"overrides":[],"textures":{"0":"item/w595064768_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2456.json b/assets/minecraft/models/w2456.json new file mode 100644 index 000000000..2e87f36e9 --- /dev/null +++ b/assets/minecraft/models/w2456.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,0,2.75,1.25]},"east":{"texture":"#0","uv":[0,1.25,1.25,2.5]},"north":{"texture":"#0","uv":[1.25,1.25,2.75,2.5]},"south":{"texture":"#0","uv":[4,1.25,5.5,2.5]},"up":{"texture":"#0","uv":[2.75,1.25,1.25,0]},"west":{"texture":"#0","uv":[2.75,1.25,4,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14,-14]}],"overrides":[],"textures":{"0":"item/w595064768_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2457.json b/assets/minecraft/models/w2457.json new file mode 100644 index 000000000..941a32487 --- /dev/null +++ b/assets/minecraft/models/w2457.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.75,6.5,1.25]},"east":{"texture":"#0","uv":[5.5,1.25,6,2.25]},"north":{"texture":"#0","uv":[6,1.25,6.5,2.25]},"south":{"texture":"#0","uv":[7,1.25,7.5,2.25]},"up":{"texture":"#0","uv":[6.5,1.25,6,0.75]},"west":{"texture":"#0","uv":[6.5,1.25,7,2.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w595064768_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2458.json b/assets/minecraft/models/w2458.json new file mode 100644 index 000000000..cbe42fb1c --- /dev/null +++ b/assets/minecraft/models/w2458.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.75,0,6.75,0.25]},"east":{"texture":"#0","uv":[5.5,0.25,5.75,0.75]},"north":{"texture":"#0","uv":[5.75,0.25,6.75,0.75]},"south":{"texture":"#0","uv":[7,0.25,8,0.75]},"up":{"texture":"#0","uv":[6.75,0.25,5.75,0]},"west":{"texture":"#0","uv":[6.75,0.25,7,0.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w595064768_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2459.json b/assets/minecraft/models/w2459.json new file mode 100644 index 000000000..8b9b41784 --- /dev/null +++ b/assets/minecraft/models/w2459.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,2.5,2.25,4]},"east":{"texture":"#0","uv":[0,4,1.5,4.75]},"north":{"texture":"#0","uv":[1.5,4,2.25,4.75]},"south":{"texture":"#0","uv":[3.75,4,4.5,4.75]},"up":{"texture":"#0","uv":[2.25,4,1.5,2.5]},"west":{"texture":"#0","uv":[2.25,4,3.75,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-13.6]}],"overrides":[],"textures":{"0":"item/w595064768_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w246.json b/assets/minecraft/models/w246.json new file mode 100644 index 000000000..5270401d7 --- /dev/null +++ b/assets/minecraft/models/w246.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,5,0.625,5.125]},"east":{"texture":"#0","uv":[0,5.125,0.125,5.25]},"north":{"texture":"#0","uv":[0.125,5.125,0.625,5.25]},"south":{"texture":"#0","uv":[0.75,5.125,1.25,5.25]},"up":{"texture":"#0","uv":[0.625,5.125,0.125,5]},"west":{"texture":"#0","uv":[0.625,5.125,0.75,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2460.json b/assets/minecraft/models/w2460.json new file mode 100644 index 000000000..c43c01e68 --- /dev/null +++ b/assets/minecraft/models/w2460.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.75,0,7.75,0.25]},"east":{"texture":"#0","uv":[7,0.25,6.75,0.75]},"north":{"texture":"#0","uv":[6.75,0.25,5.75,0.75]},"south":{"texture":"#0","uv":[8,0.25,7,0.75]},"up":{"texture":"#0","uv":[5.75,0.25,6.75,0]},"west":{"texture":"#0","uv":[5.75,0.25,5.5,0.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w595064768_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2461.json b/assets/minecraft/models/w2461.json new file mode 100644 index 000000000..afca2a345 --- /dev/null +++ b/assets/minecraft/models/w2461.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.75,5.5,4.5,5.75]},"east":{"texture":"#0","uv":[4,5.75,4.25,7.75]},"north":{"texture":"#0","uv":[4.25,5.75,4.5,7.75]},"south":{"texture":"#0","uv":[4.75,5.75,5,7.75]},"up":{"texture":"#0","uv":[4.5,5.75,4.25,5.5]},"west":{"texture":"#0","uv":[4.5,5.75,4.75,7.75]}},"from":[-14.4,-16,-16],"shade":false,"to":[-14,-12.8,-15.6]},{"faces":{"north":{"texture":"#0","uv":[6,5.25,8,7.5]},"south":{"texture":"#0","uv":[8,5.25,6,7.5]}},"from":[-16,-15.6,-15.8],"shade":false,"to":[-12.8,-12,-15.8]}],"overrides":[],"textures":{"0":"item/w595064768_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2462.json b/assets/minecraft/models/w2462.json new file mode 100644 index 000000000..e6bac978d --- /dev/null +++ b/assets/minecraft/models/w2462.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,5.5,4.75,5.75]},"east":{"texture":"#0","uv":[4.75,5.75,4.5,7.75]},"north":{"texture":"#0","uv":[4.5,5.75,4.25,7.75]},"south":{"texture":"#0","uv":[5,5.75,4.75,7.75]},"up":{"texture":"#0","uv":[4.25,5.75,4.5,5.5]},"west":{"texture":"#0","uv":[4.25,5.75,4,7.75]}},"from":[-14.8,-16,-16],"shade":false,"to":[-14.400001,-12.8,-15.6]},{"faces":{"north":{"texture":"#0","uv":[8,5.25,6,7.5]},"south":{"texture":"#0","uv":[6,5.25,8,7.5]}},"from":[-16,-15.6,-15.8],"shade":false,"to":[-12.8,-12,-15.8]}],"overrides":[],"textures":{"0":"item/w595064768_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2463.json b/assets/minecraft/models/w2463.json new file mode 100644 index 000000000..53613e2de --- /dev/null +++ b/assets/minecraft/models/w2463.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.5,2.25,6.5,3.25]},"west":{"texture":"#0","uv":[6.5,2.25,5.5,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w595064768_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2464.json b/assets/minecraft/models/w2464.json new file mode 100644 index 000000000..b225eaabc --- /dev/null +++ b/assets/minecraft/models/w2464.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,10,3.5]},"east":{"texture":"#0","uv":[4.5,3.5,8,5.25]},"north":{"texture":"#0","uv":[8,3.5,10,5.25]},"south":{"texture":"#0","uv":[13.5,3.5,15.5,5.25]},"up":{"texture":"#0","uv":[10,3.5,8,0]},"west":{"texture":"#0","uv":[10,3.5,13.5,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.2,-10.4]}],"overrides":[],"textures":{"0":"item/w280473093_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2465.json b/assets/minecraft/models/w2465.json new file mode 100644 index 000000000..5bac52f2f --- /dev/null +++ b/assets/minecraft/models/w2465.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,4.75,3,5.75]},"east":{"texture":"#0","uv":[3,5.75,2,7]},"north":{"texture":"#0","uv":[2,5.75,1,7]},"south":{"texture":"#0","uv":[4,5.75,3,7]},"up":{"texture":"#0","uv":[1,5.75,2,4.75]},"west":{"texture":"#0","uv":[1,5.75,0,7]}},"from":[-16,-14.4,-16],"shade":false,"to":[-14.4,-12.4,-14.4]},{"faces":{"down":{"texture":"#0","uv":[1,7,1.5,7.5]},"east":{"texture":"#0","uv":[1.5,7.5,1,9.5]},"north":{"texture":"#0","uv":[1,7.5,0.5,9.5]},"south":{"texture":"#0","uv":[2,7.5,1.5,9.5]},"up":{"texture":"#0","uv":[0.5,7.5,1,7]},"west":{"texture":"#0","uv":[0.5,7.5,0,9.5]}},"from":[-15.6,-16,-15.6],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w280473093_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2466.json b/assets/minecraft/models/w2466.json new file mode 100644 index 000000000..2278673e7 --- /dev/null +++ b/assets/minecraft/models/w2466.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,4.75,2,5.75]},"east":{"texture":"#0","uv":[0,5.75,1,7]},"north":{"texture":"#0","uv":[1,5.75,2,7]},"south":{"texture":"#0","uv":[3,5.75,4,7]},"up":{"texture":"#0","uv":[2,5.75,1,4.75]},"west":{"texture":"#0","uv":[2,5.75,3,7]}},"from":[-16,-14,-16],"shade":false,"to":[-14.4,-12,-14.4]},{"faces":{"down":{"texture":"#0","uv":[1.5,7,1,7.5]},"east":{"texture":"#0","uv":[0,7.5,0.5,9.5]},"north":{"texture":"#0","uv":[0.5,7.5,1,9.5]},"south":{"texture":"#0","uv":[1.5,7.5,2,9.5]},"up":{"texture":"#0","uv":[1,7.5,0.5,7]},"west":{"texture":"#0","uv":[1,7.5,1.5,9.5]}},"from":[-15.6,-16,-15.6],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w280473093_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2467.json b/assets/minecraft/models/w2467.json new file mode 100644 index 000000000..daac45ec9 --- /dev/null +++ b/assets/minecraft/models/w2467.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,4.75,3,5.75]},"east":{"texture":"#0","uv":[3,5.75,2,7]},"north":{"texture":"#0","uv":[2,5.75,1,7]},"south":{"texture":"#0","uv":[4,5.75,3,7]},"up":{"texture":"#0","uv":[1,5.75,2,4.75]},"west":{"texture":"#0","uv":[1,5.75,0,7]}},"from":[-16,-14,-16],"shade":false,"to":[-14.4,-12,-14.4]},{"faces":{"down":{"texture":"#0","uv":[1,7,1.5,7.5]},"east":{"texture":"#0","uv":[1.5,7.5,1,9.5]},"north":{"texture":"#0","uv":[1,7.5,0.5,9.5]},"south":{"texture":"#0","uv":[2,7.5,1.5,9.5]},"up":{"texture":"#0","uv":[0.5,7.5,1,7]},"west":{"texture":"#0","uv":[0.5,7.5,0,9.5]}},"from":[-15.6,-16,-15.6],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w280473093_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2468.json b/assets/minecraft/models/w2468.json new file mode 100644 index 000000000..ba66db655 --- /dev/null +++ b/assets/minecraft/models/w2468.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,4.75,2,5.75]},"east":{"texture":"#0","uv":[0,5.75,1,7]},"north":{"texture":"#0","uv":[1,5.75,2,7]},"south":{"texture":"#0","uv":[3,5.75,4,7]},"up":{"texture":"#0","uv":[2,5.75,1,4.75]},"west":{"texture":"#0","uv":[2,5.75,3,7]}},"from":[-16,-14.4,-16],"shade":false,"to":[-14.4,-12.4,-14.4]},{"faces":{"down":{"texture":"#0","uv":[1.5,7,1,7.5]},"east":{"texture":"#0","uv":[0,7.5,0.5,9.5]},"north":{"texture":"#0","uv":[0.5,7.5,1,9.5]},"south":{"texture":"#0","uv":[1.5,7.5,2,9.5]},"up":{"texture":"#0","uv":[1,7.5,0.5,7]},"west":{"texture":"#0","uv":[1,7.5,1.5,9.5]}},"from":[-15.6,-16,-15.6],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w280473093_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2469.json b/assets/minecraft/models/w2469.json new file mode 100644 index 000000000..cc8c17ebf --- /dev/null +++ b/assets/minecraft/models/w2469.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,0,2.75,1.25]},"east":{"texture":"#0","uv":[0,1.25,1.25,2.5]},"north":{"texture":"#0","uv":[1.25,1.25,2.75,2.5]},"south":{"texture":"#0","uv":[4,1.25,5.5,2.5]},"up":{"texture":"#0","uv":[2.75,1.25,1.25,0]},"west":{"texture":"#0","uv":[2.75,1.25,4,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14,-14]},{"faces":{"down":{"texture":"#0","uv":[5.5,5.25,5,5.75]},"east":{"texture":"#0","uv":[4,5.75,4.5,6.25]},"north":{"texture":"#0","uv":[4.5,5.75,5,6.25]},"south":{"texture":"#0","uv":[5.5,5.75,6,6.25]},"up":{"texture":"#0","uv":[5,5.75,4.5,5.25]},"west":{"texture":"#0","uv":[5,5.75,5.5,6.25]}},"from":[-14.6,-14,-15.2],"shade":false,"to":[-13.8,-13.2,-14.4]},{"faces":{"down":{"texture":"#0","uv":[5,5.25,5.5,5.75]},"east":{"texture":"#0","uv":[5.5,5.75,5,6.25]},"north":{"texture":"#0","uv":[5,5.75,4.5,6.25]},"south":{"texture":"#0","uv":[6,5.75,5.5,6.25]},"up":{"texture":"#0","uv":[4.5,5.75,5,5.25]},"west":{"texture":"#0","uv":[4.5,5.75,4,6.25]}},"from":[-15.8,-14,-15.2],"shade":false,"to":[-15,-13.2,-14.4]}],"overrides":[],"textures":{"0":"item/w280473093_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w247.json b/assets/minecraft/models/w247.json new file mode 100644 index 000000000..2ad748681 --- /dev/null +++ b/assets/minecraft/models/w247.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.875,7.125,1.25,7.25]},"east":{"texture":"#0","uv":[1,7.25,0.875,7.375]},"north":{"texture":"#0","uv":[0.875,7.25,0.5,7.375]},"south":{"texture":"#0","uv":[1.375,7.25,1,7.375]},"up":{"texture":"#0","uv":[0.5,7.25,0.875,7.125]},"west":{"texture":"#0","uv":[0.5,7.25,0.375,7.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.6,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2470.json b/assets/minecraft/models/w2470.json new file mode 100644 index 000000000..876994ac2 --- /dev/null +++ b/assets/minecraft/models/w2470.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.75,6.5,1.25]},"east":{"texture":"#0","uv":[5.5,1.25,6,2.25]},"north":{"texture":"#0","uv":[6,1.25,6.5,2.25]},"south":{"texture":"#0","uv":[7,1.25,7.5,2.25]},"up":{"texture":"#0","uv":[6.5,1.25,6,0.75]},"west":{"texture":"#0","uv":[6.5,1.25,7,2.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w280473093_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2471.json b/assets/minecraft/models/w2471.json new file mode 100644 index 000000000..8e1260db1 --- /dev/null +++ b/assets/minecraft/models/w2471.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.75,0,6.75,0.25]},"east":{"texture":"#0","uv":[5.5,0.25,5.75,0.75]},"north":{"texture":"#0","uv":[5.75,0.25,6.75,0.75]},"south":{"texture":"#0","uv":[7,0.25,8,0.75]},"up":{"texture":"#0","uv":[6.75,0.25,5.75,0]},"west":{"texture":"#0","uv":[6.75,0.25,7,0.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w280473093_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2472.json b/assets/minecraft/models/w2472.json new file mode 100644 index 000000000..02a99d23d --- /dev/null +++ b/assets/minecraft/models/w2472.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,2.5,2.25,4]},"east":{"texture":"#0","uv":[0,4,1.5,4.75]},"north":{"texture":"#0","uv":[1.5,4,2.25,4.75]},"south":{"texture":"#0","uv":[3.75,4,4.5,4.75]},"up":{"texture":"#0","uv":[2.25,4,1.5,2.5]},"west":{"texture":"#0","uv":[2.25,4,3.75,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-13.6]}],"overrides":[],"textures":{"0":"item/w280473093_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2473.json b/assets/minecraft/models/w2473.json new file mode 100644 index 000000000..02f90830e --- /dev/null +++ b/assets/minecraft/models/w2473.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.75,0,7.75,0.25]},"east":{"texture":"#0","uv":[7,0.25,6.75,0.75]},"north":{"texture":"#0","uv":[6.75,0.25,5.75,0.75]},"south":{"texture":"#0","uv":[8,0.25,7,0.75]},"up":{"texture":"#0","uv":[5.75,0.25,6.75,0]},"west":{"texture":"#0","uv":[5.75,0.25,5.5,0.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w280473093_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2474.json b/assets/minecraft/models/w2474.json new file mode 100644 index 000000000..77ee2a54a --- /dev/null +++ b/assets/minecraft/models/w2474.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.5,2.25,6.5,3.25]},"west":{"texture":"#0","uv":[6.5,2.25,5.5,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w280473093_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2475.json b/assets/minecraft/models/w2475.json new file mode 100644 index 000000000..9648093f6 --- /dev/null +++ b/assets/minecraft/models/w2475.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,0,4.5]},"east":{"texture":"#0","uv":[4,4.5,8.5,7.5]},"north":{"texture":"#0","uv":[0,4.5,4,7.5]},"south":{"texture":"#0","uv":[0,4.5,4,7.5]},"up":{"texture":"#0","uv":[4,4.5,0,0]},"west":{"texture":"#0","uv":[4,4.5,8.5,7.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.6,-12.4]}],"overrides":[],"textures":{"0":"item/w1803770700_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2476.json b/assets/minecraft/models/w2476.json new file mode 100644 index 000000000..047d915c5 --- /dev/null +++ b/assets/minecraft/models/w2476.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,0,4.5]},"east":{"texture":"#0","uv":[4,4.5,8.5,7.5]},"north":{"texture":"#0","uv":[0,4.5,4,7.5]},"south":{"texture":"#0","uv":[0,4.5,4,7.5]},"up":{"texture":"#0","uv":[4,4.5,0,0]},"west":{"texture":"#0","uv":[4,4.5,8.5,7.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.6,-12.4]}],"overrides":[],"textures":{"0":"item/w1803770701_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2477.json b/assets/minecraft/models/w2477.json new file mode 100644 index 000000000..0c8e3998a --- /dev/null +++ b/assets/minecraft/models/w2477.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0,0.5,0.25]},"up":{"texture":"#0","uv":[13.875,13.875,2.125,2.125]}},"from":[-16,-16,-16],"shade":false,"to":[21.599998,-16,21.599998]}],"overrides":[],"textures":{"0":"item/w168818778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2478.json b/assets/minecraft/models/w2478.json new file mode 100644 index 000000000..276b288ba --- /dev/null +++ b/assets/minecraft/models/w2478.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,2,4,0.875]},"up":{"texture":"#0","uv":[0,2,4,0.875]}},"from":[-16,-16,-16],"shade":false,"to":[-3.1999998,-16,-12.4]}],"overrides":[],"textures":{"0":"item/w168818778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2479.json b/assets/minecraft/models/w2479.json new file mode 100644 index 000000000..276b288ba --- /dev/null +++ b/assets/minecraft/models/w2479.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,2,4,0.875]},"up":{"texture":"#0","uv":[0,2,4,0.875]}},"from":[-16,-16,-16],"shade":false,"to":[-3.1999998,-16,-12.4]}],"overrides":[],"textures":{"0":"item/w168818778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w248.json b/assets/minecraft/models/w248.json new file mode 100644 index 000000000..5e151db95 --- /dev/null +++ b/assets/minecraft/models/w248.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.625,5,1.125,5.125]},"east":{"texture":"#0","uv":[0.75,5.125,0.625,5.25]},"north":{"texture":"#0","uv":[0.625,5.125,0.125,5.25]},"south":{"texture":"#0","uv":[1.25,5.125,0.75,5.25]},"up":{"texture":"#0","uv":[0.125,5.125,0.625,5]},"west":{"texture":"#0","uv":[0.125,5.125,0,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2480.json b/assets/minecraft/models/w2480.json new file mode 100644 index 000000000..276b288ba --- /dev/null +++ b/assets/minecraft/models/w2480.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,2,4,0.875]},"up":{"texture":"#0","uv":[0,2,4,0.875]}},"from":[-16,-16,-16],"shade":false,"to":[-3.1999998,-16,-12.4]}],"overrides":[],"textures":{"0":"item/w168818778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2481.json b/assets/minecraft/models/w2481.json new file mode 100644 index 000000000..276b288ba --- /dev/null +++ b/assets/minecraft/models/w2481.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,2,4,0.875]},"up":{"texture":"#0","uv":[0,2,4,0.875]}},"from":[-16,-16,-16],"shade":false,"to":[-3.1999998,-16,-12.4]}],"overrides":[],"textures":{"0":"item/w168818778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2482.json b/assets/minecraft/models/w2482.json new file mode 100644 index 000000000..276b288ba --- /dev/null +++ b/assets/minecraft/models/w2482.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,2,4,0.875]},"up":{"texture":"#0","uv":[0,2,4,0.875]}},"from":[-16,-16,-16],"shade":false,"to":[-3.1999998,-16,-12.4]}],"overrides":[],"textures":{"0":"item/w168818778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2483.json b/assets/minecraft/models/w2483.json new file mode 100644 index 000000000..276b288ba --- /dev/null +++ b/assets/minecraft/models/w2483.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,2,4,0.875]},"up":{"texture":"#0","uv":[0,2,4,0.875]}},"from":[-16,-16,-16],"shade":false,"to":[-3.1999998,-16,-12.4]}],"overrides":[],"textures":{"0":"item/w168818778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2484.json b/assets/minecraft/models/w2484.json new file mode 100644 index 000000000..276b288ba --- /dev/null +++ b/assets/minecraft/models/w2484.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,2,4,0.875]},"up":{"texture":"#0","uv":[0,2,4,0.875]}},"from":[-16,-16,-16],"shade":false,"to":[-3.1999998,-16,-12.4]}],"overrides":[],"textures":{"0":"item/w168818778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2485.json b/assets/minecraft/models/w2485.json new file mode 100644 index 000000000..276b288ba --- /dev/null +++ b/assets/minecraft/models/w2485.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,2,4,0.875]},"up":{"texture":"#0","uv":[0,2,4,0.875]}},"from":[-16,-16,-16],"shade":false,"to":[-3.1999998,-16,-12.4]}],"overrides":[],"textures":{"0":"item/w168818778_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2486.json b/assets/minecraft/models/w2486.json new file mode 100644 index 000000000..c074ec2a1 --- /dev/null +++ b/assets/minecraft/models/w2486.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,16,16]},"up":{"texture":"#0","uv":[0,0,16,16]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-9.6]}],"overrides":[],"textures":{"0":"item/w1596149366_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2487.json b/assets/minecraft/models/w2487.json new file mode 100644 index 000000000..87067e48c --- /dev/null +++ b/assets/minecraft/models/w2487.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,16,16]},"up":{"texture":"#0","uv":[0,0,16,16]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-9.6]}],"overrides":[],"textures":{"0":"item/w596219049_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2488.json b/assets/minecraft/models/w2488.json new file mode 100644 index 000000000..3c652dae1 --- /dev/null +++ b/assets/minecraft/models/w2488.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.875,8.75,2.125,9.125]},"east":{"texture":"#0","uv":[0,9.125,0.375,10.875]},"north":{"texture":"#0","uv":[0.375,9.125,2.125,10.875]},"south":{"texture":"#0","uv":[2.5,9.125,4.25,10.875]},"up":{"texture":"#0","uv":[2.125,9.125,0.375,8.75]},"west":{"texture":"#0","uv":[2.125,9.125,2.5,10.875]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-10.4,-14.8]}],"overrides":[],"textures":{"0":"item/w1539325883_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2489.json b/assets/minecraft/models/w2489.json new file mode 100644 index 000000000..e8cd0edfe --- /dev/null +++ b/assets/minecraft/models/w2489.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,0,3.5,1.75]},"east":{"texture":"#0","uv":[0,1.75,1.75,3.5]},"north":{"texture":"#0","uv":[1.75,1.75,3.5,3.5]},"south":{"texture":"#0","uv":[5.25,1.75,7,3.5]},"up":{"texture":"#0","uv":[3.5,1.75,1.75,0]},"west":{"texture":"#0","uv":[3.5,1.75,5.25,3.5]}},"from":[-14,-15.6,-13.425988],"shade":false,"to":[-8.4,-10,-7.8259883]},{"faces":{"down":{"texture":"#0","uv":[4.625,3.5,2.625,4.125]},"east":{"texture":"#0","uv":[0,4.125,0.625,6.125]},"north":{"texture":"#0","uv":[0.625,4.125,2.625,6.125]},"south":{"texture":"#0","uv":[3.25,4.125,5.25,6.125]},"up":{"texture":"#0","uv":[2.625,4.125,0.625,3.5]},"west":{"texture":"#0","uv":[2.625,4.125,3.25,6.125]}},"from":[-14.4,-16,-13.025989],"shade":false,"to":[-7.999,-9.6,-11.025989]},{"faces":{"down":{"texture":"#0","uv":[4.625,6.125,2.625,6.75]},"east":{"texture":"#0","uv":[0,6.75,0.625,8.75]},"north":{"texture":"#0","uv":[0.625,6.75,2.625,8.75]},"south":{"texture":"#0","uv":[3.25,6.75,5.25,8.75]},"up":{"texture":"#0","uv":[2.625,6.75,0.625,6.125]},"west":{"texture":"#0","uv":[2.625,6.75,3.25,8.75]}},"from":[-14.4,-16,-10.225988],"shade":false,"to":[-7.999,-9.6,-8.225988]},{"faces":{"down":{"texture":"#0","uv":[8.625,0,8.125,0.625]},"east":{"texture":"#0","uv":[7,0.625,7.625,1.25]},"north":{"texture":"#0","uv":[7.625,0.625,8.125,1.25]},"south":{"texture":"#0","uv":[8.75,0.625,9.25,1.25]},"up":{"texture":"#0","uv":[8.125,0.625,7.625,0]},"west":{"texture":"#0","uv":[8.125,0.625,8.75,1.25]}},"from":[-12,-9.6,-13.025989],"shade":false,"to":[-10.4,-7.6000004,-11.025989]},{"faces":{"down":{"texture":"#0","uv":[8,1.25,7.75,1.75]},"east":{"texture":"#0","uv":[7,1.75,7.5,2.625]},"north":{"texture":"#0","uv":[7.5,1.75,7.75,2.625]},"south":{"texture":"#0","uv":[8.25,1.75,8.5,2.625]},"up":{"texture":"#0","uv":[7.75,1.75,7.5,1.25]},"west":{"texture":"#0","uv":[7.75,1.75,8.25,2.625]}},"from":[-11.6,-10.820101,-16],"rotation":{"angle":45,"axis":"x","origin":[-11.2,-12.8,-10.625988],"rescale":false},"shade":false,"to":[-10.8,-8.020101,-14.4]},{"faces":{"down":{"texture":"#0","uv":[10.375,0,10.875,0.625]},"east":{"texture":"#0","uv":[11,0.625,10.375,1.125]},"north":{"texture":"#0","uv":[10.375,0.625,9.875,1.125]},"south":{"texture":"#0","uv":[11.5,0.625,11,1.125]},"up":{"texture":"#0","uv":[9.875,0.625,10.375,0]},"west":{"texture":"#0","uv":[9.875,0.625,9.25,1.125]}},"from":[-8,-13.6,-13.025989],"shade":false,"to":[-6.4,-12,-11.025989]},{"faces":{"down":{"texture":"#0","uv":[10.625,1.125,11.5,1.625]},"east":{"texture":"#0","uv":[11.125,1.625,10.625,1.875]},"north":{"texture":"#0","uv":[10.625,1.625,9.75,1.875]},"south":{"texture":"#0","uv":[12,1.625,11.125,1.875]},"up":{"texture":"#0","uv":[9.75,1.625,10.625,1.125]},"west":{"texture":"#0","uv":[9.75,1.625,9.25,1.875]}},"from":[-9.620101,-13.2,-16],"rotation":{"angle":-45,"axis":"y","origin":[-11.6,-12.4,-10.625988],"rescale":false},"shade":false,"to":[-6.820101,-12.4,-14.4]},{"faces":{"down":{"texture":"#0","uv":[10.875,0,10.375,0.625]},"east":{"texture":"#0","uv":[9.25,0.625,9.875,1.125]},"north":{"texture":"#0","uv":[9.875,0.625,10.375,1.125]},"south":{"texture":"#0","uv":[11,0.625,11.5,1.125]},"up":{"texture":"#0","uv":[10.375,0.625,9.875,0]},"west":{"texture":"#0","uv":[10.375,0.625,11,1.125]}},"from":[-16,-13.6,-13.025989],"shade":false,"to":[-14.4,-12,-11.025989]},{"faces":{"down":{"texture":"#0","uv":[11.5,1.125,10.625,1.625]},"east":{"texture":"#0","uv":[9.25,1.625,9.75,1.875]},"north":{"texture":"#0","uv":[9.75,1.625,10.625,1.875]},"south":{"texture":"#0","uv":[11.125,1.625,12,1.875]},"up":{"texture":"#0","uv":[10.625,1.625,9.75,1.125]},"west":{"texture":"#0","uv":[10.625,1.625,11.125,1.875]}},"from":[-15.579899,-13.2,-16],"rotation":{"angle":45,"axis":"y","origin":[-10.8,-12.4,-10.625988],"rescale":false},"shade":false,"to":[-12.779899,-12.4,-14.4]},{"faces":{"east":{"texture":"#0","uv":[13,0,12,1]},"west":{"texture":"#0","uv":[12,0,13,1]}},"from":[-11.2,-10,-11.025989],"shade":false,"to":[-11.2,-6.8,-7.825989]}],"overrides":[],"textures":{"0":"item/w1539325883_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w249.json b/assets/minecraft/models/w249.json new file mode 100644 index 000000000..5e151db95 --- /dev/null +++ b/assets/minecraft/models/w249.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.625,5,1.125,5.125]},"east":{"texture":"#0","uv":[0.75,5.125,0.625,5.25]},"north":{"texture":"#0","uv":[0.625,5.125,0.125,5.25]},"south":{"texture":"#0","uv":[1.25,5.125,0.75,5.25]},"up":{"texture":"#0","uv":[0.125,5.125,0.625,5]},"west":{"texture":"#0","uv":[0.125,5.125,0,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2490.json b/assets/minecraft/models/w2490.json new file mode 100644 index 000000000..e8cd0edfe --- /dev/null +++ b/assets/minecraft/models/w2490.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,0,3.5,1.75]},"east":{"texture":"#0","uv":[0,1.75,1.75,3.5]},"north":{"texture":"#0","uv":[1.75,1.75,3.5,3.5]},"south":{"texture":"#0","uv":[5.25,1.75,7,3.5]},"up":{"texture":"#0","uv":[3.5,1.75,1.75,0]},"west":{"texture":"#0","uv":[3.5,1.75,5.25,3.5]}},"from":[-14,-15.6,-13.425988],"shade":false,"to":[-8.4,-10,-7.8259883]},{"faces":{"down":{"texture":"#0","uv":[4.625,3.5,2.625,4.125]},"east":{"texture":"#0","uv":[0,4.125,0.625,6.125]},"north":{"texture":"#0","uv":[0.625,4.125,2.625,6.125]},"south":{"texture":"#0","uv":[3.25,4.125,5.25,6.125]},"up":{"texture":"#0","uv":[2.625,4.125,0.625,3.5]},"west":{"texture":"#0","uv":[2.625,4.125,3.25,6.125]}},"from":[-14.4,-16,-13.025989],"shade":false,"to":[-7.999,-9.6,-11.025989]},{"faces":{"down":{"texture":"#0","uv":[4.625,6.125,2.625,6.75]},"east":{"texture":"#0","uv":[0,6.75,0.625,8.75]},"north":{"texture":"#0","uv":[0.625,6.75,2.625,8.75]},"south":{"texture":"#0","uv":[3.25,6.75,5.25,8.75]},"up":{"texture":"#0","uv":[2.625,6.75,0.625,6.125]},"west":{"texture":"#0","uv":[2.625,6.75,3.25,8.75]}},"from":[-14.4,-16,-10.225988],"shade":false,"to":[-7.999,-9.6,-8.225988]},{"faces":{"down":{"texture":"#0","uv":[8.625,0,8.125,0.625]},"east":{"texture":"#0","uv":[7,0.625,7.625,1.25]},"north":{"texture":"#0","uv":[7.625,0.625,8.125,1.25]},"south":{"texture":"#0","uv":[8.75,0.625,9.25,1.25]},"up":{"texture":"#0","uv":[8.125,0.625,7.625,0]},"west":{"texture":"#0","uv":[8.125,0.625,8.75,1.25]}},"from":[-12,-9.6,-13.025989],"shade":false,"to":[-10.4,-7.6000004,-11.025989]},{"faces":{"down":{"texture":"#0","uv":[8,1.25,7.75,1.75]},"east":{"texture":"#0","uv":[7,1.75,7.5,2.625]},"north":{"texture":"#0","uv":[7.5,1.75,7.75,2.625]},"south":{"texture":"#0","uv":[8.25,1.75,8.5,2.625]},"up":{"texture":"#0","uv":[7.75,1.75,7.5,1.25]},"west":{"texture":"#0","uv":[7.75,1.75,8.25,2.625]}},"from":[-11.6,-10.820101,-16],"rotation":{"angle":45,"axis":"x","origin":[-11.2,-12.8,-10.625988],"rescale":false},"shade":false,"to":[-10.8,-8.020101,-14.4]},{"faces":{"down":{"texture":"#0","uv":[10.375,0,10.875,0.625]},"east":{"texture":"#0","uv":[11,0.625,10.375,1.125]},"north":{"texture":"#0","uv":[10.375,0.625,9.875,1.125]},"south":{"texture":"#0","uv":[11.5,0.625,11,1.125]},"up":{"texture":"#0","uv":[9.875,0.625,10.375,0]},"west":{"texture":"#0","uv":[9.875,0.625,9.25,1.125]}},"from":[-8,-13.6,-13.025989],"shade":false,"to":[-6.4,-12,-11.025989]},{"faces":{"down":{"texture":"#0","uv":[10.625,1.125,11.5,1.625]},"east":{"texture":"#0","uv":[11.125,1.625,10.625,1.875]},"north":{"texture":"#0","uv":[10.625,1.625,9.75,1.875]},"south":{"texture":"#0","uv":[12,1.625,11.125,1.875]},"up":{"texture":"#0","uv":[9.75,1.625,10.625,1.125]},"west":{"texture":"#0","uv":[9.75,1.625,9.25,1.875]}},"from":[-9.620101,-13.2,-16],"rotation":{"angle":-45,"axis":"y","origin":[-11.6,-12.4,-10.625988],"rescale":false},"shade":false,"to":[-6.820101,-12.4,-14.4]},{"faces":{"down":{"texture":"#0","uv":[10.875,0,10.375,0.625]},"east":{"texture":"#0","uv":[9.25,0.625,9.875,1.125]},"north":{"texture":"#0","uv":[9.875,0.625,10.375,1.125]},"south":{"texture":"#0","uv":[11,0.625,11.5,1.125]},"up":{"texture":"#0","uv":[10.375,0.625,9.875,0]},"west":{"texture":"#0","uv":[10.375,0.625,11,1.125]}},"from":[-16,-13.6,-13.025989],"shade":false,"to":[-14.4,-12,-11.025989]},{"faces":{"down":{"texture":"#0","uv":[11.5,1.125,10.625,1.625]},"east":{"texture":"#0","uv":[9.25,1.625,9.75,1.875]},"north":{"texture":"#0","uv":[9.75,1.625,10.625,1.875]},"south":{"texture":"#0","uv":[11.125,1.625,12,1.875]},"up":{"texture":"#0","uv":[10.625,1.625,9.75,1.125]},"west":{"texture":"#0","uv":[10.625,1.625,11.125,1.875]}},"from":[-15.579899,-13.2,-16],"rotation":{"angle":45,"axis":"y","origin":[-10.8,-12.4,-10.625988],"rescale":false},"shade":false,"to":[-12.779899,-12.4,-14.4]},{"faces":{"east":{"texture":"#0","uv":[13,0,12,1]},"west":{"texture":"#0","uv":[12,0,13,1]}},"from":[-11.2,-10,-11.025989],"shade":false,"to":[-11.2,-6.8,-7.825989]}],"overrides":[],"textures":{"0":"item/w1539325883_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2491.json b/assets/minecraft/models/w2491.json new file mode 100644 index 000000000..e8cd0edfe --- /dev/null +++ b/assets/minecraft/models/w2491.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,0,3.5,1.75]},"east":{"texture":"#0","uv":[0,1.75,1.75,3.5]},"north":{"texture":"#0","uv":[1.75,1.75,3.5,3.5]},"south":{"texture":"#0","uv":[5.25,1.75,7,3.5]},"up":{"texture":"#0","uv":[3.5,1.75,1.75,0]},"west":{"texture":"#0","uv":[3.5,1.75,5.25,3.5]}},"from":[-14,-15.6,-13.425988],"shade":false,"to":[-8.4,-10,-7.8259883]},{"faces":{"down":{"texture":"#0","uv":[4.625,3.5,2.625,4.125]},"east":{"texture":"#0","uv":[0,4.125,0.625,6.125]},"north":{"texture":"#0","uv":[0.625,4.125,2.625,6.125]},"south":{"texture":"#0","uv":[3.25,4.125,5.25,6.125]},"up":{"texture":"#0","uv":[2.625,4.125,0.625,3.5]},"west":{"texture":"#0","uv":[2.625,4.125,3.25,6.125]}},"from":[-14.4,-16,-13.025989],"shade":false,"to":[-7.999,-9.6,-11.025989]},{"faces":{"down":{"texture":"#0","uv":[4.625,6.125,2.625,6.75]},"east":{"texture":"#0","uv":[0,6.75,0.625,8.75]},"north":{"texture":"#0","uv":[0.625,6.75,2.625,8.75]},"south":{"texture":"#0","uv":[3.25,6.75,5.25,8.75]},"up":{"texture":"#0","uv":[2.625,6.75,0.625,6.125]},"west":{"texture":"#0","uv":[2.625,6.75,3.25,8.75]}},"from":[-14.4,-16,-10.225988],"shade":false,"to":[-7.999,-9.6,-8.225988]},{"faces":{"down":{"texture":"#0","uv":[8.625,0,8.125,0.625]},"east":{"texture":"#0","uv":[7,0.625,7.625,1.25]},"north":{"texture":"#0","uv":[7.625,0.625,8.125,1.25]},"south":{"texture":"#0","uv":[8.75,0.625,9.25,1.25]},"up":{"texture":"#0","uv":[8.125,0.625,7.625,0]},"west":{"texture":"#0","uv":[8.125,0.625,8.75,1.25]}},"from":[-12,-9.6,-13.025989],"shade":false,"to":[-10.4,-7.6000004,-11.025989]},{"faces":{"down":{"texture":"#0","uv":[8,1.25,7.75,1.75]},"east":{"texture":"#0","uv":[7,1.75,7.5,2.625]},"north":{"texture":"#0","uv":[7.5,1.75,7.75,2.625]},"south":{"texture":"#0","uv":[8.25,1.75,8.5,2.625]},"up":{"texture":"#0","uv":[7.75,1.75,7.5,1.25]},"west":{"texture":"#0","uv":[7.75,1.75,8.25,2.625]}},"from":[-11.6,-10.820101,-16],"rotation":{"angle":45,"axis":"x","origin":[-11.2,-12.8,-10.625988],"rescale":false},"shade":false,"to":[-10.8,-8.020101,-14.4]},{"faces":{"down":{"texture":"#0","uv":[10.375,0,10.875,0.625]},"east":{"texture":"#0","uv":[11,0.625,10.375,1.125]},"north":{"texture":"#0","uv":[10.375,0.625,9.875,1.125]},"south":{"texture":"#0","uv":[11.5,0.625,11,1.125]},"up":{"texture":"#0","uv":[9.875,0.625,10.375,0]},"west":{"texture":"#0","uv":[9.875,0.625,9.25,1.125]}},"from":[-8,-13.6,-13.025989],"shade":false,"to":[-6.4,-12,-11.025989]},{"faces":{"down":{"texture":"#0","uv":[10.625,1.125,11.5,1.625]},"east":{"texture":"#0","uv":[11.125,1.625,10.625,1.875]},"north":{"texture":"#0","uv":[10.625,1.625,9.75,1.875]},"south":{"texture":"#0","uv":[12,1.625,11.125,1.875]},"up":{"texture":"#0","uv":[9.75,1.625,10.625,1.125]},"west":{"texture":"#0","uv":[9.75,1.625,9.25,1.875]}},"from":[-9.620101,-13.2,-16],"rotation":{"angle":-45,"axis":"y","origin":[-11.6,-12.4,-10.625988],"rescale":false},"shade":false,"to":[-6.820101,-12.4,-14.4]},{"faces":{"down":{"texture":"#0","uv":[10.875,0,10.375,0.625]},"east":{"texture":"#0","uv":[9.25,0.625,9.875,1.125]},"north":{"texture":"#0","uv":[9.875,0.625,10.375,1.125]},"south":{"texture":"#0","uv":[11,0.625,11.5,1.125]},"up":{"texture":"#0","uv":[10.375,0.625,9.875,0]},"west":{"texture":"#0","uv":[10.375,0.625,11,1.125]}},"from":[-16,-13.6,-13.025989],"shade":false,"to":[-14.4,-12,-11.025989]},{"faces":{"down":{"texture":"#0","uv":[11.5,1.125,10.625,1.625]},"east":{"texture":"#0","uv":[9.25,1.625,9.75,1.875]},"north":{"texture":"#0","uv":[9.75,1.625,10.625,1.875]},"south":{"texture":"#0","uv":[11.125,1.625,12,1.875]},"up":{"texture":"#0","uv":[10.625,1.625,9.75,1.125]},"west":{"texture":"#0","uv":[10.625,1.625,11.125,1.875]}},"from":[-15.579899,-13.2,-16],"rotation":{"angle":45,"axis":"y","origin":[-10.8,-12.4,-10.625988],"rescale":false},"shade":false,"to":[-12.779899,-12.4,-14.4]},{"faces":{"east":{"texture":"#0","uv":[13,0,12,1]},"west":{"texture":"#0","uv":[12,0,13,1]}},"from":[-11.2,-10,-11.025989],"shade":false,"to":[-11.2,-6.8,-7.825989]}],"overrides":[],"textures":{"0":"item/w1539325883_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2492.json b/assets/minecraft/models/w2492.json new file mode 100644 index 000000000..923486e9c --- /dev/null +++ b/assets/minecraft/models/w2492.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,0,3.5,1.75]},"east":{"texture":"#0","uv":[0,1.75,1.75,3.5]},"north":{"texture":"#0","uv":[1.75,1.75,3.5,3.5]},"south":{"texture":"#0","uv":[5.25,1.75,7,3.5]},"up":{"texture":"#0","uv":[3.5,1.75,1.75,0]},"west":{"texture":"#0","uv":[3.5,1.75,5.25,3.5]}},"from":[-14,-15.6,-13.425989],"shade":false,"to":[-8.4,-10,-7.8259892]},{"faces":{"down":{"texture":"#0","uv":[4.625,3.5,2.625,4.125]},"east":{"texture":"#0","uv":[0,4.125,0.625,6.125]},"north":{"texture":"#0","uv":[0.625,4.125,2.625,6.125]},"south":{"texture":"#0","uv":[3.25,4.125,5.25,6.125]},"up":{"texture":"#0","uv":[2.625,4.125,0.625,3.5]},"west":{"texture":"#0","uv":[2.625,4.125,3.25,6.125]}},"from":[-14.4,-16,-13.025989],"shade":false,"to":[-7.999,-9.6,-11.025989]},{"faces":{"down":{"texture":"#0","uv":[4.625,6.125,2.625,6.75]},"east":{"texture":"#0","uv":[0,6.75,0.625,8.75]},"north":{"texture":"#0","uv":[0.625,6.75,2.625,8.75]},"south":{"texture":"#0","uv":[3.25,6.75,5.25,8.75]},"up":{"texture":"#0","uv":[2.625,6.75,0.625,6.125]},"west":{"texture":"#0","uv":[2.625,6.75,3.25,8.75]}},"from":[-14.4,-16,-10.225988],"shade":false,"to":[-7.999,-9.6,-8.225988]},{"faces":{"down":{"texture":"#0","uv":[8.625,0,8.125,0.625]},"east":{"texture":"#0","uv":[7,0.625,7.625,1.25]},"north":{"texture":"#0","uv":[7.625,0.625,8.125,1.25]},"south":{"texture":"#0","uv":[8.75,0.625,9.25,1.25]},"up":{"texture":"#0","uv":[8.125,0.625,7.625,0]},"west":{"texture":"#0","uv":[8.125,0.625,8.75,1.25]}},"from":[-12,-9.6,-13.025989],"shade":false,"to":[-10.4,-7.6000004,-11.025989]},{"faces":{"down":{"texture":"#0","uv":[8,1.25,7.75,1.75]},"east":{"texture":"#0","uv":[7,1.75,7.5,2.625]},"north":{"texture":"#0","uv":[7.5,1.75,7.75,2.625]},"south":{"texture":"#0","uv":[8.25,1.75,8.5,2.625]},"up":{"texture":"#0","uv":[7.75,1.75,7.5,1.25]},"west":{"texture":"#0","uv":[7.75,1.75,8.25,2.625]}},"from":[-11.6,-10.820101,-16],"rotation":{"angle":45,"axis":"x","origin":[-11.2,-12.8,-10.625989],"rescale":false},"shade":false,"to":[-10.8,-8.020101,-14.4]},{"faces":{"down":{"texture":"#0","uv":[10.375,0,10.875,0.625]},"east":{"texture":"#0","uv":[11,0.625,10.375,1.125]},"north":{"texture":"#0","uv":[10.375,0.625,9.875,1.125]},"south":{"texture":"#0","uv":[11.5,0.625,11,1.125]},"up":{"texture":"#0","uv":[9.875,0.625,10.375,0]},"west":{"texture":"#0","uv":[9.875,0.625,9.25,1.125]}},"from":[-8,-13.6,-13.025989],"shade":false,"to":[-6.4,-12,-11.025989]},{"faces":{"down":{"texture":"#0","uv":[10.625,1.125,11.5,1.625]},"east":{"texture":"#0","uv":[11.125,1.625,10.625,1.875]},"north":{"texture":"#0","uv":[10.625,1.625,9.75,1.875]},"south":{"texture":"#0","uv":[12,1.625,11.125,1.875]},"up":{"texture":"#0","uv":[9.75,1.625,10.625,1.125]},"west":{"texture":"#0","uv":[9.75,1.625,9.25,1.875]}},"from":[-9.620101,-13.2,-16],"rotation":{"angle":-45,"axis":"y","origin":[-11.6,-12.4,-10.625989],"rescale":false},"shade":false,"to":[-6.820101,-12.4,-14.4]},{"faces":{"down":{"texture":"#0","uv":[10.875,0,10.375,0.625]},"east":{"texture":"#0","uv":[9.25,0.625,9.875,1.125]},"north":{"texture":"#0","uv":[9.875,0.625,10.375,1.125]},"south":{"texture":"#0","uv":[11,0.625,11.5,1.125]},"up":{"texture":"#0","uv":[10.375,0.625,9.875,0]},"west":{"texture":"#0","uv":[10.375,0.625,11,1.125]}},"from":[-16,-13.6,-13.025989],"shade":false,"to":[-14.4,-12,-11.025989]},{"faces":{"down":{"texture":"#0","uv":[11.5,1.125,10.625,1.625]},"east":{"texture":"#0","uv":[9.25,1.625,9.75,1.875]},"north":{"texture":"#0","uv":[9.75,1.625,10.625,1.875]},"south":{"texture":"#0","uv":[11.125,1.625,12,1.875]},"up":{"texture":"#0","uv":[10.625,1.625,9.75,1.125]},"west":{"texture":"#0","uv":[10.625,1.625,11.125,1.875]}},"from":[-15.579899,-13.2,-16],"rotation":{"angle":45,"axis":"y","origin":[-10.8,-12.4,-10.625989],"rescale":false},"shade":false,"to":[-12.779899,-12.4,-14.4]},{"faces":{"east":{"texture":"#0","uv":[13,0,12,1]},"west":{"texture":"#0","uv":[12,0,13,1]}},"from":[-11.2,-10,-11.025989],"shade":false,"to":[-11.2,-6.8,-7.825989]}],"overrides":[],"textures":{"0":"item/w1539325883_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2493.json b/assets/minecraft/models/w2493.json new file mode 100644 index 000000000..89d2c20e9 --- /dev/null +++ b/assets/minecraft/models/w2493.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4.25,9.125,4.875,10.875]},"south":{"texture":"#0","uv":[4.875,9.125,4.25,10.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-10.4,-16]}],"overrides":[],"textures":{"0":"item/w1539325883_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2494.json b/assets/minecraft/models/w2494.json new file mode 100644 index 000000000..aae6fc06c --- /dev/null +++ b/assets/minecraft/models/w2494.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4.25,10.875,4.875,9.125]},"south":{"texture":"#0","uv":[4.875,10.875,4.25,9.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-10.4,-16]}],"overrides":[],"textures":{"0":"item/w1539325883_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2495.json b/assets/minecraft/models/w2495.json new file mode 100644 index 000000000..b2b73b906 --- /dev/null +++ b/assets/minecraft/models/w2495.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4.875,9.125,4.25,10.875]},"south":{"texture":"#0","uv":[4.25,9.125,4.875,10.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-10.4,-16]}],"overrides":[],"textures":{"0":"item/w1539325883_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2496.json b/assets/minecraft/models/w2496.json new file mode 100644 index 000000000..89d2c20e9 --- /dev/null +++ b/assets/minecraft/models/w2496.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4.25,9.125,4.875,10.875]},"south":{"texture":"#0","uv":[4.875,9.125,4.25,10.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-10.4,-16]}],"overrides":[],"textures":{"0":"item/w1539325883_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2497.json b/assets/minecraft/models/w2497.json new file mode 100644 index 000000000..4c3491320 --- /dev/null +++ b/assets/minecraft/models/w2497.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,10.875,1.375,11.875]},"east":{"texture":"#0","uv":[0,11.875,1,12.375]},"north":{"texture":"#0","uv":[1,11.875,1.375,12.375]},"south":{"texture":"#0","uv":[2.375,11.875,2.75,12.375]},"up":{"texture":"#0","uv":[1.375,11.875,1,10.875]},"west":{"texture":"#0","uv":[1.375,11.875,2.375,12.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-12.8]}],"overrides":[],"textures":{"0":"item/w1539325883_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2498.json b/assets/minecraft/models/w2498.json new file mode 100644 index 000000000..8d5b5c780 --- /dev/null +++ b/assets/minecraft/models/w2498.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,10.875,4.375,11.875]},"east":{"texture":"#0","uv":[2.75,11.875,3.75,12.75]},"north":{"texture":"#0","uv":[3.75,11.875,4.375,12.75]},"south":{"texture":"#0","uv":[5.375,11.875,6,12.75]},"up":{"texture":"#0","uv":[4.375,11.875,3.75,10.875]},"west":{"texture":"#0","uv":[4.375,11.875,5.375,12.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-13.2,-12.8]}],"overrides":[],"textures":{"0":"item/w1539325883_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2499.json b/assets/minecraft/models/w2499.json new file mode 100644 index 000000000..ddbf1b82a --- /dev/null +++ b/assets/minecraft/models/w2499.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.375,10.875,1.75,11.875]},"east":{"texture":"#0","uv":[2.375,11.875,1.375,12.375]},"north":{"texture":"#0","uv":[1.375,11.875,1,12.375]},"south":{"texture":"#0","uv":[2.75,11.875,2.375,12.375]},"up":{"texture":"#0","uv":[1,11.875,1.375,10.875]},"west":{"texture":"#0","uv":[1,11.875,0,12.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-12.8]}],"overrides":[],"textures":{"0":"item/w1539325883_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w25.json b/assets/minecraft/models/w25.json new file mode 100644 index 000000000..4a8606e54 --- /dev/null +++ b/assets/minecraft/models/w25.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.375,11.375,7.75,12]},"east":{"texture":"#0","uv":[6.5,12,7.125,12.625]},"north":{"texture":"#0","uv":[7.125,12,7.75,12.625]},"south":{"texture":"#0","uv":[8.375,12,9,12.625]},"up":{"texture":"#0","uv":[7.75,12,7.125,11.375]},"west":{"texture":"#0","uv":[7.75,12,8.375,12.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14]}],"overrides":[],"textures":{"0":"item/w88907092_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w250.json b/assets/minecraft/models/w250.json new file mode 100644 index 000000000..5e151db95 --- /dev/null +++ b/assets/minecraft/models/w250.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.625,5,1.125,5.125]},"east":{"texture":"#0","uv":[0.75,5.125,0.625,5.25]},"north":{"texture":"#0","uv":[0.625,5.125,0.125,5.25]},"south":{"texture":"#0","uv":[1.25,5.125,0.75,5.25]},"up":{"texture":"#0","uv":[0.125,5.125,0.625,5]},"west":{"texture":"#0","uv":[0.125,5.125,0,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2500.json b/assets/minecraft/models/w2500.json new file mode 100644 index 000000000..c26efda97 --- /dev/null +++ b/assets/minecraft/models/w2500.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.375,10.875,5,11.875]},"east":{"texture":"#0","uv":[5.375,11.875,4.375,12.75]},"north":{"texture":"#0","uv":[4.375,11.875,3.75,12.75]},"south":{"texture":"#0","uv":[6,11.875,5.375,12.75]},"up":{"texture":"#0","uv":[3.75,11.875,4.375,10.875]},"west":{"texture":"#0","uv":[3.75,11.875,2.75,12.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-13.2,-12.8]}],"overrides":[],"textures":{"0":"item/w1539325883_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2501.json b/assets/minecraft/models/w2501.json new file mode 100644 index 000000000..54c8f175b --- /dev/null +++ b/assets/minecraft/models/w2501.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.375,12.375,1.125,13.25]},"east":{"texture":"#0","uv":[0,13.25,0.875,13.625]},"north":{"texture":"#0","uv":[0.875,13.25,1.125,13.625]},"south":{"texture":"#0","uv":[2,13.25,2.25,13.625]},"up":{"texture":"#0","uv":[1.125,13.25,0.875,12.375]},"west":{"texture":"#0","uv":[1.125,13.25,2,13.625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-13.2]}],"overrides":[],"textures":{"0":"item/w1539325883_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2502.json b/assets/minecraft/models/w2502.json new file mode 100644 index 000000000..054121ef5 --- /dev/null +++ b/assets/minecraft/models/w2502.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.75,12.75,4.25,13.75]},"east":{"texture":"#0","uv":[2.75,13.75,3.75,14.5]},"north":{"texture":"#0","uv":[3.75,13.75,4.25,14.5]},"south":{"texture":"#0","uv":[5.25,13.75,5.75,14.5]},"up":{"texture":"#0","uv":[4.25,13.75,3.75,12.75]},"west":{"texture":"#0","uv":[4.25,13.75,5.25,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-13.6,-12.8]}],"overrides":[],"textures":{"0":"item/w1539325883_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2503.json b/assets/minecraft/models/w2503.json new file mode 100644 index 000000000..8ce241342 --- /dev/null +++ b/assets/minecraft/models/w2503.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,12.375,1.375,13.25]},"east":{"texture":"#0","uv":[2,13.25,1.125,13.625]},"north":{"texture":"#0","uv":[1.125,13.25,0.875,13.625]},"south":{"texture":"#0","uv":[2.25,13.25,2,13.625]},"up":{"texture":"#0","uv":[0.875,13.25,1.125,12.375]},"west":{"texture":"#0","uv":[0.875,13.25,0,13.625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-13.2]}],"overrides":[],"textures":{"0":"item/w1539325883_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2504.json b/assets/minecraft/models/w2504.json new file mode 100644 index 000000000..404bbc498 --- /dev/null +++ b/assets/minecraft/models/w2504.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,12.75,4.75,13.75]},"east":{"texture":"#0","uv":[5.25,13.75,4.25,14.5]},"north":{"texture":"#0","uv":[4.25,13.75,3.75,14.5]},"south":{"texture":"#0","uv":[5.75,13.75,5.25,14.5]},"up":{"texture":"#0","uv":[3.75,13.75,4.25,12.75]},"west":{"texture":"#0","uv":[3.75,13.75,2.75,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-13.6,-12.8]}],"overrides":[],"textures":{"0":"item/w1539325883_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2505.json b/assets/minecraft/models/w2505.json new file mode 100644 index 000000000..8eb6febd6 --- /dev/null +++ b/assets/minecraft/models/w2505.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,5.4375,3,8.4375]},"east":{"texture":"#0","uv":[0,8.5,3,11.5]},"north":{"texture":"#0","uv":[3,8.5,6,11.5]},"south":{"texture":"#0","uv":[3,8.5,6,11.5]},"up":{"texture":"#0","uv":[3,8.4375,0,5.4375]},"west":{"texture":"#0","uv":[3,8.5,0,11.5]}},"from":[-14,-11.171021,-16],"shade":false,"to":[5.200001,8.028979,3.2000008]},{"faces":{"down":{"texture":"#0","uv":[11.1875,1.125,11.8125,2.25]},"north":{"texture":"#0","uv":[11.1875,0,10.5625,4.5]},"south":{"texture":"#0","uv":[10.5625,0,11.1875,4.5]},"up":{"texture":"#0","uv":[11.1875,1.125,11.8125,0]}},"from":[-6.3838987,-16,-5.2040005],"rotation":{"angle":-45,"axis":"z","origin":[-4.3999996,-1.571022,-1.6000004],"rescale":false},"shade":false,"to":[-2.4161005,12.857956,2.0039997]},{"faces":{"down":{"texture":"#0","uv":[11.8125,1.125,11.1875,2.25]},"north":{"texture":"#0","uv":[10.5625,0,11.1875,4.5]},"south":{"texture":"#0","uv":[11.1875,0,10.5625,4.5]},"up":{"texture":"#0","uv":[11.8125,1.125,11.1875,0]}},"from":[-6.3838987,-16,-5.2040005],"rotation":{"angle":45,"axis":"z","origin":[-4.3999996,-1.571022,-1.6000004],"rescale":false},"shade":false,"to":[-2.4161005,12.857956,2.0039997]},{"faces":{"down":{"texture":"#0","uv":[7.8125,3.875,5.0625,5]},"east":{"texture":"#0","uv":[0.5625,2,1.6875,5.375]},"north":{"texture":"#0","uv":[7.8125,0,10.5625,3.625]},"south":{"texture":"#0","uv":[7.8125,0,10.5625,3.625]},"up":{"texture":"#0","uv":[7.8125,1.125,5.0625,0]},"west":{"texture":"#0","uv":[1.6875,2,0.5625,5.375]}},"from":[-13.2,-13.171021,-5.2],"shade":false,"to":[4.4000006,10.028979,2]},{"faces":{"down":{"texture":"#0","uv":[5.0625,3.875,1.6875,5]},"east":{"texture":"#0","uv":[5.3125,1.125,6.4375,3.875]},"north":{"texture":"#0","uv":[1.6875,1.125,5.3125,3.875]},"south":{"texture":"#0","uv":[1.6875,1.125,5.3125,3.875]},"up":{"texture":"#0","uv":[5.0625,1.125,1.6875,0]},"west":{"texture":"#0","uv":[6.4375,1.125,5.3125,3.875]}},"from":[-16,-10.371021,-5.2],"shade":false,"to":[7.200001,7.228979,2]},{"faces":{"down":{"texture":"#0","uv":[5.0625,3.875,1.6875,5]},"east":{"texture":"#0","uv":[11.8125,0,12.9375,2.75]},"north":{"texture":"#0","uv":[1.6875,1.125,5.3125,3.875]},"south":{"texture":"#0","uv":[1.6875,1.125,5.3125,3.875]},"up":{"texture":"#0","uv":[5.0625,1.125,1.6875,0]},"west":{"texture":"#0","uv":[12.9375,0,11.8125,2.75]}},"from":[-16,-10.371021,-14.8],"shade":false,"to":[7.200001,7.228979,-7.6000004]},{"faces":{"down":{"texture":"#0","uv":[11.8125,1.125,11.1875,2.25]},"north":{"texture":"#0","uv":[10.5625,0,11.1875,4.5]},"south":{"texture":"#0","uv":[11.1875,0,10.5625,4.5]},"up":{"texture":"#0","uv":[11.8125,1.125,11.1875,0]}},"from":[-6.3838987,-16,-14.804],"rotation":{"angle":45,"axis":"z","origin":[-4.3999996,-1.571022,-11.2],"rescale":false},"shade":false,"to":[-2.4161005,12.857956,-7.5959997]},{"faces":{"down":{"texture":"#0","uv":[8.75,5,6,6.125]},"east":{"texture":"#0","uv":[0.5625,2,1.6875,5.375]},"north":{"texture":"#0","uv":[7.8125,0,10.5625,3.625]},"south":{"texture":"#0","uv":[7.8125,0,10.5625,3.625]},"up":{"texture":"#0","uv":[7.8125,1.125,5.0625,0]},"west":{"texture":"#0","uv":[1.6875,2,0.5625,5.375]}},"from":[-13.2,-13.171021,-14.8],"shade":false,"to":[4.4000006,10.028979,-7.6000004]},{"faces":{"down":{"texture":"#0","uv":[11.1875,1.125,11.8125,2.25]},"north":{"texture":"#0","uv":[11.1875,0,10.5625,4.5]},"south":{"texture":"#0","uv":[10.5625,0,11.1875,4.5]},"up":{"texture":"#0","uv":[11.1875,1.125,11.8125,0]}},"from":[-6.3838987,-16,-14.804],"rotation":{"angle":-45,"axis":"z","origin":[-4.3999996,-1.571022,-11.2],"rescale":false},"shade":false,"to":[-2.4161005,12.857956,-7.5959997]}],"overrides":[],"textures":{"0":"item/w1539339399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2506.json b/assets/minecraft/models/w2506.json new file mode 100644 index 000000000..be44524da --- /dev/null +++ b/assets/minecraft/models/w2506.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[1.6875,0,0,2]},"west":{"texture":"#0","uv":[0,0,1.6875,2]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-3.1999998,-5.2]}],"overrides":[],"textures":{"0":"item/w1539339399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2507.json b/assets/minecraft/models/w2507.json new file mode 100644 index 000000000..f0de23fbe --- /dev/null +++ b/assets/minecraft/models/w2507.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15.5625,2.8125,15.125,3.5625]},"north":{"texture":"#0","uv":[14.375,2.8125,15.125,3.5625]},"west":{"texture":"#0","uv":[15.125,2.8125,15.5625,3.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-11.208,-10.91683,-13.208]}],"overrides":[],"textures":{"0":"item/w1539339399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2508.json b/assets/minecraft/models/w2508.json new file mode 100644 index 000000000..62842900d --- /dev/null +++ b/assets/minecraft/models/w2508.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[13.1875,4.6875,13.625,5.9375]},"south":{"texture":"#0","uv":[14.75,4.6875,15.1875,5.9375]},"west":{"texture":"#0","uv":[13.625,4.6875,14.75,5.9375]}},"from":[-15.996,-16,-15.996],"rotation":{"angle":-22.5,"axis":"z","origin":[-16,-8.004,-16],"rescale":false},"shade":false,"to":[-13.204,-8.008,-8.804001]},{"faces":{"north":{"texture":"#0","uv":[8.875,6.5,9.625,7.625]},"south":{"texture":"#0","uv":[9.625,6.5,10.375,7.625]}},"from":[-16,-15.2039995,-16],"shade":false,"to":[-11.2,-8.004,-8.8]},{"faces":{"east":{"texture":"#0","uv":[14.75,4.6875,13.625,5.9375]},"north":{"texture":"#0","uv":[13.625,4.6875,13.1875,5.9375]},"south":{"texture":"#0","uv":[15.1875,4.6875,14.75,5.9375]}},"from":[-13.996,-16,-15.996],"rotation":{"angle":22.5,"axis":"z","origin":[-11.2,-8.004,-16],"rescale":false},"shade":false,"to":[-11.204,-8.008,-8.804001]},{"faces":{"east":{"texture":"#0","uv":[10.4375,5.5,9.625,6.5]},"north":{"texture":"#0","uv":[8.875,5.5,9.625,6.5]},"south":{"texture":"#0","uv":[10.4375,5.5,11.1875,6.5]},"west":{"texture":"#0","uv":[9.625,5.5,10.4375,6.5]}},"from":[-16,-8.004,-16],"rotation":{"angle":45,"axis":"x","origin":[-16,-8.004,-16],"rescale":false},"shade":false,"to":[-11.2,-1.3128314,-10.908831]},{"faces":{"down":{"texture":"#0","uv":[12.6875,4.8125,11.9375,5.0625]},"east":{"texture":"#0","uv":[12.1875,5.0625,11.9375,5.625]},"north":{"texture":"#0","uv":[11.1875,5.0625,11.9375,5.625]},"south":{"texture":"#0","uv":[12.1875,5.0625,12.9375,5.625]},"up":{"texture":"#0","uv":[11.9375,5.0625,11.1875,4.8125]},"west":{"texture":"#0","uv":[11.9375,5.0625,12.1875,5.625]}},"from":[-16,-1.2809553,-12.476955],"rotation":{"angle":45,"axis":"x","origin":[-16,-8.0809555,-16.076956],"rescale":false},"shade":false,"to":[-11.2,2.3190446,-10.985786]}],"overrides":[],"textures":{"0":"item/w1539339399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2509.json b/assets/minecraft/models/w2509.json new file mode 100644 index 000000000..0cb09f898 --- /dev/null +++ b/assets/minecraft/models/w2509.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[14.375,2.8125,13.9375,3.5625]},"north":{"texture":"#0","uv":[13.1875,2.8125,13.9375,3.5625]},"west":{"texture":"#0","uv":[13.9375,2.8125,14.375,3.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.406,-12.187622,-13.906]}],"overrides":[],"textures":{"0":"item/w1539339399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w251.json b/assets/minecraft/models/w251.json new file mode 100644 index 000000000..87c9902f5 --- /dev/null +++ b/assets/minecraft/models/w251.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.125,13,7.625,14.625]},"east":{"texture":"#0","uv":[10.125,13,11.75,14.625]},"north":{"texture":"#0","uv":[7.625,13,10.125,14.625]},"south":{"texture":"#0","uv":[10.125,11.375,7.625,13]},"up":{"texture":"#0","uv":[10.125,13,7.625,11.375]},"west":{"texture":"#0","uv":[10.125,11.375,11.75,13]}},"from":[-16,-16,-16],"shade":false,"to":[-8,-10.8,-10.8]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2510.json b/assets/minecraft/models/w2510.json new file mode 100644 index 000000000..513882679 --- /dev/null +++ b/assets/minecraft/models/w2510.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[11.1875,3.5625,11.625,4.8125]},"south":{"texture":"#0","uv":[12.75,3.5625,13.1875,4.8125]},"west":{"texture":"#0","uv":[11.625,3.5625,12.75,4.8125]}},"from":[-15.993001,-16,-15.993],"rotation":{"angle":-22.5,"axis":"z","origin":[-15.996,-10.003,-15.996],"rescale":false},"shade":false,"to":[-13.899,-10.006,-10.599]},{"faces":{"north":{"texture":"#0","uv":[13.9375,3.5625,14.6875,4.6875]},"south":{"texture":"#0","uv":[13.1875,3.5625,13.9375,4.6875]}},"from":[-16,-15.407,-16],"shade":false,"to":[-12.392,-9.999001,-10.592]},{"faces":{"east":{"texture":"#0","uv":[12.75,3.5625,11.625,4.8125]},"north":{"texture":"#0","uv":[11.625,3.5625,11.1875,4.8125]},"south":{"texture":"#0","uv":[13.1875,3.5625,12.75,4.8125]}},"from":[-14.493001,-16,-15.993],"rotation":{"angle":22.5,"axis":"z","origin":[-12.396001,-10.003,-15.996],"rescale":false},"shade":false,"to":[-12.399,-10.006,-10.599]},{"faces":{"east":{"texture":"#0","uv":[9.625,4.5,10.4375,5.5]},"north":{"texture":"#0","uv":[8.875,4.5,9.625,5.5]},"south":{"texture":"#0","uv":[10.4375,4.5,11.1875,5.5]},"west":{"texture":"#0","uv":[9.625,4.5,10.4375,5.5]}},"from":[-15.996,-10.003,-15.996],"rotation":{"angle":45,"axis":"x","origin":[-15.996,-10.003,-15.996],"rescale":false},"shade":false,"to":[-12.396,-4.984624,-12.177624]},{"faces":{"down":{"texture":"#0","uv":[12.9375,2.75,12.1875,3]},"east":{"texture":"#0","uv":[11.1875,3,11.4375,3.5625]},"north":{"texture":"#0","uv":[11.4375,3,12.1875,3.5625]},"south":{"texture":"#0","uv":[12.4375,3,13.1875,3.5625]},"up":{"texture":"#0","uv":[12.1875,3,11.4375,2.75]},"west":{"texture":"#0","uv":[12.1875,3,12.4375,3.5625]}},"from":[-15.996,-4.9607162,-13.353716],"rotation":{"angle":45,"axis":"x","origin":[-15.996,-10.060717,-16.053717],"rescale":false},"shade":false,"to":[-12.396,-2.2607162,-12.235339]}],"overrides":[],"textures":{"0":"item/w1539339399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2511.json b/assets/minecraft/models/w2511.json new file mode 100644 index 000000000..93b59d188 --- /dev/null +++ b/assets/minecraft/models/w2511.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[14.375,2.8125,13.9375,3.5625]},"north":{"texture":"#0","uv":[13.9375,2.8125,13.1875,3.5625]},"west":{"texture":"#0","uv":[13.9375,2.8125,14.375,3.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.406,-12.187622,-13.906]}],"overrides":[],"textures":{"0":"item/w1539339399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2512.json b/assets/minecraft/models/w2512.json new file mode 100644 index 000000000..56b829843 --- /dev/null +++ b/assets/minecraft/models/w2512.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[12.75,3.5625,11.625,4.8125]},"north":{"texture":"#0","uv":[11.625,3.5625,11.1875,4.8125]},"south":{"texture":"#0","uv":[13.1875,3.5625,12.75,4.8125]}},"from":[-14.497,-16,-15.997],"rotation":{"angle":22.5,"axis":"z","origin":[-12.4,-10.003,-16],"rescale":false},"shade":false,"to":[-12.403,-10.006,-10.603]},{"faces":{"north":{"texture":"#0","uv":[14.6875,3.5625,13.9375,4.6875]},"south":{"texture":"#0","uv":[13.9375,3.5625,13.1875,4.6875]}},"from":[-16,-15.403,-16],"shade":false,"to":[-12.4,-10.003,-10.6]},{"faces":{"north":{"texture":"#0","uv":[11.1875,3.5625,11.625,4.8125]},"south":{"texture":"#0","uv":[12.75,3.5625,13.1875,4.8125]},"west":{"texture":"#0","uv":[11.625,3.5625,12.75,4.8125]}},"from":[-15.997,-16,-15.997],"rotation":{"angle":-22.5,"axis":"z","origin":[-16,-10.003,-16],"rescale":false},"shade":false,"to":[-13.903,-10.006,-10.603]},{"faces":{"east":{"texture":"#0","uv":[10.4375,4.5,9.625,5.5]},"north":{"texture":"#0","uv":[9.625,4.5,8.875,5.5]},"south":{"texture":"#0","uv":[11.1875,4.5,10.4375,5.5]},"west":{"texture":"#0","uv":[10.4375,4.5,9.625,5.5]}},"from":[-16,-10.003,-16],"rotation":{"angle":45,"axis":"x","origin":[-12.4,-10.003,-16],"rescale":false},"shade":false,"to":[-12.4,-4.984624,-12.181623]},{"faces":{"down":{"texture":"#0","uv":[12.1875,2.75,12.9375,3]},"east":{"texture":"#0","uv":[12.4375,3,12.1875,3.5625]},"north":{"texture":"#0","uv":[12.1875,3,11.4375,3.5625]},"south":{"texture":"#0","uv":[13.1875,3,12.4375,3.5625]},"up":{"texture":"#0","uv":[11.4375,3,12.1875,2.75]},"west":{"texture":"#0","uv":[11.4375,3,11.1875,3.5625]}},"from":[-16,-4.9607162,-13.357717],"rotation":{"angle":45,"axis":"x","origin":[-12.4,-10.060717,-16.057716],"rescale":false},"shade":false,"to":[-12.4,-2.2607162,-12.23934]}],"overrides":[],"textures":{"0":"item/w1539339399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2513.json b/assets/minecraft/models/w2513.json new file mode 100644 index 000000000..11c4e8aff --- /dev/null +++ b/assets/minecraft/models/w2513.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,12.96875,1.5,14.46875]},"east":{"texture":"#0","uv":[0,14.5,1.5,16]},"north":{"texture":"#0","uv":[1.5,14.5,3,16]},"south":{"texture":"#0","uv":[1.5,14.5,3,16]},"up":{"texture":"#0","uv":[1.5,14.46875,0,12.96875]},"west":{"texture":"#0","uv":[1.5,14.5,0,16]}},"from":[-14,-11.171021,-16],"shade":false,"to":[5.200001,8.028979,3.2000008]},{"faces":{"down":{"texture":"#0","uv":[13.46875,9.6875,13.78125,10.25]},"east":{"texture":"#0","uv":[10.125,9.6875,10.6875,11.375]},"north":{"texture":"#0","uv":[14.25,9.40625,13.9375,11.65625]},"south":{"texture":"#0","uv":[13.9375,9.40625,14.25,11.65625]},"up":{"texture":"#0","uv":[13.125,10.25,13.4375,9.6875]},"west":{"texture":"#0","uv":[10.6875,9.6875,10.125,11.375]}},"from":[-6.3838987,-16,-5.2039995],"rotation":{"angle":-45,"axis":"z","origin":[-4.3999996,-1.571022,-1.6000004],"rescale":false},"shade":false,"to":[-2.4161005,12.857956,2.0040007]},{"faces":{"down":{"texture":"#0","uv":[13.78125,9.6875,13.46875,10.25]},"east":{"texture":"#0","uv":[10.125,9.6875,10.6875,11.375]},"north":{"texture":"#0","uv":[13.9375,9.40625,14.25,11.65625]},"south":{"texture":"#0","uv":[14.25,9.40625,13.9375,11.65625]},"up":{"texture":"#0","uv":[13.4375,10.25,13.125,9.6875]},"west":{"texture":"#0","uv":[10.6875,9.6875,10.125,11.375]}},"from":[-6.3838987,-16,-5.2039995],"rotation":{"angle":45,"axis":"z","origin":[-4.3999996,-1.571022,-1.6000004],"rescale":false},"shade":false,"to":[-2.4161005,12.857956,2.0040007]},{"faces":{"down":{"texture":"#0","uv":[13.90625,11.09375,12.53125,11.65625]},"east":{"texture":"#0","uv":[10.125,9.6875,10.6875,11.375]},"north":{"texture":"#0","uv":[14.625,9.84375,16,11.65625]},"south":{"texture":"#0","uv":[14.625,9.84375,16,11.65625]},"up":{"texture":"#0","uv":[13.90625,9.65625,12.53125,9.09375]},"west":{"texture":"#0","uv":[10.6875,9.6875,10.125,11.375]}},"from":[-13.2,-13.171021,-5.2],"shade":false,"to":[4.4000006,10.028979,2]},{"faces":{"down":{"texture":"#0","uv":[12.375,11.375,10.6875,11.9375]},"east":{"texture":"#0","uv":[12.53125,9.6875,13.09375,11.0625]},"north":{"texture":"#0","uv":[10.6875,9.6875,12.5,11.0625]},"south":{"texture":"#0","uv":[10.6875,9.6875,12.5,11.0625]},"up":{"texture":"#0","uv":[12.375,9.6875,10.6875,9.125]},"west":{"texture":"#0","uv":[13.09375,9.6875,12.53125,11.0625]}},"from":[-16,-10.371021,-5.2],"shade":false,"to":[7.200001,7.228979,2]},{"faces":{"down":{"texture":"#0","uv":[5.34375,15.4375,3.65625,16]},"east":{"texture":"#0","uv":[5.5,13.75,6.0625,15.125]},"north":{"texture":"#0","uv":[7.59375,12.5,9.40625,13.875]},"south":{"texture":"#0","uv":[7.59375,12.5,9.40625,13.875]},"up":{"texture":"#0","uv":[5.34375,13.75,3.65625,13.1875]},"west":{"texture":"#0","uv":[6.0625,13.75,5.5,15.125]}},"from":[-16,-10.371021,-14.8],"shade":false,"to":[7.200001,7.228979,-7.6000004]},{"faces":{"down":{"texture":"#0","uv":[6.75,13.75,6.4375,14.3125]},"east":{"texture":"#0","uv":[3.09375,13.75,3.65625,15.4375]},"north":{"texture":"#0","uv":[6.90625,13.46875,7.21875,15.71875]},"south":{"texture":"#0","uv":[7.21875,13.46875,6.90625,15.71875]},"up":{"texture":"#0","uv":[6.40625,14.3125,6.09375,13.75]},"west":{"texture":"#0","uv":[3.65625,13.75,3.09375,15.4375]}},"from":[-6.3838987,-16,-14.804],"rotation":{"angle":45,"axis":"z","origin":[-4.3999996,-1.571022,-11.2],"rescale":false},"shade":false,"to":[-2.4161005,12.857956,-7.5960007]},{"faces":{"down":{"texture":"#0","uv":[6.875,15.15625,5.5,15.71875]},"east":{"texture":"#0","uv":[3.09375,13.75,3.65625,15.4375]},"north":{"texture":"#0","uv":[9.03125,13.90625,10.40625,15.71875]},"south":{"texture":"#0","uv":[7.59375,13.90625,8.96875,15.71875]},"up":{"texture":"#0","uv":[6.875,13.71875,5.5,13.15625]},"west":{"texture":"#0","uv":[3.65625,13.75,3.09375,15.4375]}},"from":[-13.2,-13.171021,-14.8],"shade":false,"to":[4.4000006,10.028979,-7.6000004]},{"faces":{"down":{"texture":"#0","uv":[6.4375,13.75,6.75,14.3125]},"east":{"texture":"#0","uv":[3.09375,13.75,3.65625,15.4375]},"north":{"texture":"#0","uv":[7.21875,13.46875,6.90625,15.71875]},"south":{"texture":"#0","uv":[6.90625,13.46875,7.21875,15.71875]},"up":{"texture":"#0","uv":[6.09375,14.3125,6.40625,13.75]},"west":{"texture":"#0","uv":[3.65625,13.75,3.09375,15.4375]}},"from":[-6.3838987,-16,-14.804],"rotation":{"angle":-45,"axis":"z","origin":[-4.3999996,-1.571022,-11.2],"rescale":false},"shade":false,"to":[-2.4161005,12.857956,-7.5960007]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2514.json b/assets/minecraft/models/w2514.json new file mode 100644 index 000000000..e6886d8d0 --- /dev/null +++ b/assets/minecraft/models/w2514.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,12.96875,1.5,14.46875]},"east":{"texture":"#0","uv":[0,14.5,1.5,16]},"north":{"texture":"#0","uv":[1.5,14.5,3,16]},"south":{"texture":"#0","uv":[1.5,14.5,3,16]},"up":{"texture":"#0","uv":[1.5,14.46875,0,12.96875]},"west":{"texture":"#0","uv":[1.5,14.5,0,16]}},"from":[-14,-11.171021,-16],"shade":false,"to":[5.200001,8.028979,3.2000008]},{"faces":{"down":{"texture":"#0","uv":[13.46875,9.6875,13.78125,10.25]},"east":{"texture":"#0","uv":[10.125,9.6875,10.6875,11.375]},"north":{"texture":"#0","uv":[14.25,9.40625,13.9375,11.65625]},"south":{"texture":"#0","uv":[13.9375,9.40625,14.25,11.65625]},"up":{"texture":"#0","uv":[13.125,10.25,13.4375,9.6875]},"west":{"texture":"#0","uv":[10.6875,9.6875,10.125,11.375]}},"from":[-6.3838987,-16,-5.2040005],"rotation":{"angle":-45,"axis":"z","origin":[-4.3999996,-1.571022,-1.6000004],"rescale":false},"shade":false,"to":[-2.4161005,12.857956,2.0040011]},{"faces":{"down":{"texture":"#0","uv":[13.78125,9.6875,13.46875,10.25]},"east":{"texture":"#0","uv":[10.125,9.6875,10.6875,11.375]},"north":{"texture":"#0","uv":[13.9375,9.40625,14.25,11.65625]},"south":{"texture":"#0","uv":[14.25,9.40625,13.9375,11.65625]},"up":{"texture":"#0","uv":[13.4375,10.25,13.125,9.6875]},"west":{"texture":"#0","uv":[10.6875,9.6875,10.125,11.375]}},"from":[-6.3838987,-16,-5.2040005],"rotation":{"angle":45,"axis":"z","origin":[-4.3999996,-1.571022,-1.6000004],"rescale":false},"shade":false,"to":[-2.4161005,12.857956,2.0040011]},{"faces":{"down":{"texture":"#0","uv":[13.90625,11.09375,12.53125,11.65625]},"east":{"texture":"#0","uv":[10.125,9.6875,10.6875,11.375]},"north":{"texture":"#0","uv":[14.625,9.84375,16,11.65625]},"south":{"texture":"#0","uv":[14.625,9.84375,16,11.65625]},"up":{"texture":"#0","uv":[13.90625,9.65625,12.53125,9.09375]},"west":{"texture":"#0","uv":[10.6875,9.6875,10.125,11.375]}},"from":[-13.2,-13.171021,-5.2],"shade":false,"to":[4.4000006,10.028979,2]},{"faces":{"down":{"texture":"#0","uv":[12.375,11.375,10.6875,11.9375]},"east":{"texture":"#0","uv":[12.53125,9.6875,13.09375,11.0625]},"north":{"texture":"#0","uv":[10.6875,9.6875,12.5,11.0625]},"south":{"texture":"#0","uv":[10.6875,9.6875,12.5,11.0625]},"up":{"texture":"#0","uv":[12.375,9.6875,10.6875,9.125]},"west":{"texture":"#0","uv":[13.09375,9.6875,12.53125,11.0625]}},"from":[-16,-10.371021,-5.2],"shade":false,"to":[7.200001,7.228979,2]},{"faces":{"down":{"texture":"#0","uv":[5.34375,15.4375,3.65625,16]},"east":{"texture":"#0","uv":[5.5,13.75,6.0625,15.125]},"north":{"texture":"#0","uv":[7.59375,12.5,9.40625,13.875]},"south":{"texture":"#0","uv":[7.59375,12.5,9.40625,13.875]},"up":{"texture":"#0","uv":[5.34375,13.75,3.65625,13.1875]},"west":{"texture":"#0","uv":[6.0625,13.75,5.5,15.125]}},"from":[-16,-10.371021,-14.8],"shade":false,"to":[7.200001,7.228979,-7.6000004]},{"faces":{"down":{"texture":"#0","uv":[6.75,13.75,6.4375,14.3125]},"east":{"texture":"#0","uv":[3.09375,13.75,3.65625,15.4375]},"north":{"texture":"#0","uv":[6.90625,13.46875,7.21875,15.71875]},"south":{"texture":"#0","uv":[7.21875,13.46875,6.90625,15.71875]},"up":{"texture":"#0","uv":[6.40625,14.3125,6.09375,13.75]},"west":{"texture":"#0","uv":[3.65625,13.75,3.09375,15.4375]}},"from":[-6.3838987,-16,-14.804001],"rotation":{"angle":45,"axis":"z","origin":[-4.3999996,-1.571022,-11.2],"rescale":false},"shade":false,"to":[-2.4161005,12.857956,-7.5959992]},{"faces":{"down":{"texture":"#0","uv":[6.875,15.15625,5.5,15.71875]},"east":{"texture":"#0","uv":[3.09375,13.75,3.65625,15.4375]},"north":{"texture":"#0","uv":[9.03125,13.90625,10.40625,15.71875]},"south":{"texture":"#0","uv":[7.59375,13.90625,8.96875,15.71875]},"up":{"texture":"#0","uv":[6.875,13.71875,5.5,13.15625]},"west":{"texture":"#0","uv":[3.65625,13.75,3.09375,15.4375]}},"from":[-13.2,-13.171021,-14.8],"shade":false,"to":[4.4000006,10.028979,-7.6000004]},{"faces":{"down":{"texture":"#0","uv":[6.4375,13.75,6.75,14.3125]},"east":{"texture":"#0","uv":[3.09375,13.75,3.65625,15.4375]},"north":{"texture":"#0","uv":[7.21875,13.46875,6.90625,15.71875]},"south":{"texture":"#0","uv":[6.90625,13.46875,7.21875,15.71875]},"up":{"texture":"#0","uv":[6.09375,14.3125,6.40625,13.75]},"west":{"texture":"#0","uv":[3.65625,13.75,3.09375,15.4375]}},"from":[-6.3838987,-16,-14.804001],"rotation":{"angle":-45,"axis":"z","origin":[-4.3999996,-1.571022,-11.2],"rescale":false},"shade":false,"to":[-2.4161005,12.857956,-7.5959992]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2515.json b/assets/minecraft/models/w2515.json new file mode 100644 index 000000000..1ee8e8c7a --- /dev/null +++ b/assets/minecraft/models/w2515.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,12.96875,1.5,14.46875]},"east":{"texture":"#0","uv":[0,14.5,1.5,16]},"north":{"texture":"#0","uv":[1.5,14.5,3,16]},"south":{"texture":"#0","uv":[1.5,14.5,3,16]},"up":{"texture":"#0","uv":[1.5,14.46875,0,12.96875]},"west":{"texture":"#0","uv":[1.5,14.5,0,16]}},"from":[-14,-11.171021,-16],"shade":false,"to":[5.200001,8.028979,3.2000008]},{"faces":{"down":{"texture":"#0","uv":[13.46875,9.6875,13.78125,10.25]},"east":{"texture":"#0","uv":[10.125,9.6875,10.6875,11.375]},"north":{"texture":"#0","uv":[14.25,9.40625,13.9375,11.65625]},"south":{"texture":"#0","uv":[13.9375,9.40625,14.25,11.65625]},"up":{"texture":"#0","uv":[13.125,10.25,13.4375,9.6875]},"west":{"texture":"#0","uv":[10.6875,9.6875,10.125,11.375]}},"from":[-6.3838987,-16,-5.2039976],"rotation":{"angle":-45,"axis":"z","origin":[-4.3999996,-1.571022,-1.6000004],"rescale":false},"shade":false,"to":[-2.4161005,12.857956,2.0039978]},{"faces":{"down":{"texture":"#0","uv":[13.78125,9.6875,13.46875,10.25]},"east":{"texture":"#0","uv":[10.125,9.6875,10.6875,11.375]},"north":{"texture":"#0","uv":[13.9375,9.40625,14.25,11.65625]},"south":{"texture":"#0","uv":[14.25,9.40625,13.9375,11.65625]},"up":{"texture":"#0","uv":[13.4375,10.25,13.125,9.6875]},"west":{"texture":"#0","uv":[10.6875,9.6875,10.125,11.375]}},"from":[-6.3838987,-16,-5.2039976],"rotation":{"angle":45,"axis":"z","origin":[-4.3999996,-1.571022,-1.6000004],"rescale":false},"shade":false,"to":[-2.4161005,12.857956,2.0039978]},{"faces":{"down":{"texture":"#0","uv":[13.90625,11.09375,12.53125,11.65625]},"east":{"texture":"#0","uv":[10.125,9.6875,10.6875,11.375]},"north":{"texture":"#0","uv":[14.625,9.84375,16,11.65625]},"south":{"texture":"#0","uv":[14.625,9.84375,16,11.65625]},"up":{"texture":"#0","uv":[13.90625,9.65625,12.53125,9.09375]},"west":{"texture":"#0","uv":[10.6875,9.6875,10.125,11.375]}},"from":[-13.2,-13.171021,-5.2],"shade":false,"to":[4.4000006,10.028979,2]},{"faces":{"down":{"texture":"#0","uv":[12.375,11.375,10.6875,11.9375]},"east":{"texture":"#0","uv":[12.53125,9.6875,13.09375,11.0625]},"north":{"texture":"#0","uv":[10.6875,9.6875,12.5,11.0625]},"south":{"texture":"#0","uv":[10.6875,9.6875,12.5,11.0625]},"up":{"texture":"#0","uv":[12.375,9.6875,10.6875,9.125]},"west":{"texture":"#0","uv":[13.09375,9.6875,12.53125,11.0625]}},"from":[-16,-10.371021,-5.2],"shade":false,"to":[7.200001,7.228979,2]},{"faces":{"down":{"texture":"#0","uv":[5.34375,15.4375,3.65625,16]},"east":{"texture":"#0","uv":[5.5,13.75,6.0625,15.125]},"north":{"texture":"#0","uv":[7.59375,12.5,9.40625,13.875]},"south":{"texture":"#0","uv":[7.59375,12.5,9.40625,13.875]},"up":{"texture":"#0","uv":[5.34375,13.75,3.65625,13.1875]},"west":{"texture":"#0","uv":[6.0625,13.75,5.5,15.125]}},"from":[-16,-10.371021,-14.8],"shade":false,"to":[7.200001,7.228979,-7.6000004]},{"faces":{"down":{"texture":"#0","uv":[6.75,13.75,6.4375,14.3125]},"east":{"texture":"#0","uv":[3.09375,13.75,3.65625,15.4375]},"north":{"texture":"#0","uv":[6.90625,13.46875,7.21875,15.71875]},"south":{"texture":"#0","uv":[7.21875,13.46875,6.90625,15.71875]},"up":{"texture":"#0","uv":[6.40625,14.3125,6.09375,13.75]},"west":{"texture":"#0","uv":[3.65625,13.75,3.09375,15.4375]}},"from":[-6.3838987,-16,-14.804001],"rotation":{"angle":45,"axis":"z","origin":[-4.3999996,-1.571022,-11.2],"rescale":false},"shade":false,"to":[-2.4161005,12.857956,-7.596002]},{"faces":{"down":{"texture":"#0","uv":[6.875,15.15625,5.5,15.71875]},"east":{"texture":"#0","uv":[3.09375,13.75,3.65625,15.4375]},"north":{"texture":"#0","uv":[9.03125,13.90625,10.40625,15.71875]},"south":{"texture":"#0","uv":[7.59375,13.90625,8.96875,15.71875]},"up":{"texture":"#0","uv":[6.875,13.71875,5.5,13.15625]},"west":{"texture":"#0","uv":[3.65625,13.75,3.09375,15.4375]}},"from":[-13.2,-13.171021,-14.8],"shade":false,"to":[4.4000006,10.028979,-7.6000004]},{"faces":{"down":{"texture":"#0","uv":[6.4375,13.75,6.75,14.3125]},"east":{"texture":"#0","uv":[3.09375,13.75,3.65625,15.4375]},"north":{"texture":"#0","uv":[7.21875,13.46875,6.90625,15.71875]},"south":{"texture":"#0","uv":[6.90625,13.46875,7.21875,15.71875]},"up":{"texture":"#0","uv":[6.09375,14.3125,6.40625,13.75]},"west":{"texture":"#0","uv":[3.65625,13.75,3.09375,15.4375]}},"from":[-6.3838987,-16,-14.804001],"rotation":{"angle":-45,"axis":"z","origin":[-4.3999996,-1.571022,-11.2],"rescale":false},"shade":false,"to":[-2.4161005,12.857956,-7.596002]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2516.json b/assets/minecraft/models/w2516.json new file mode 100644 index 000000000..eb9bfbb91 --- /dev/null +++ b/assets/minecraft/models/w2516.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,12.96875,1.5,14.46875]},"east":{"texture":"#0","uv":[0,14.5,1.5,16]},"north":{"texture":"#0","uv":[1.5,14.5,3,16]},"south":{"texture":"#0","uv":[1.5,14.5,3,16]},"up":{"texture":"#0","uv":[1.5,14.46875,0,12.96875]},"west":{"texture":"#0","uv":[1.5,14.5,0,16]}},"from":[-14,-11.171021,-16],"shade":false,"to":[5.200001,8.028979,3.2000008]},{"faces":{"down":{"texture":"#0","uv":[13.46875,9.6875,13.78125,10.25]},"east":{"texture":"#0","uv":[10.125,9.6875,10.6875,11.375]},"north":{"texture":"#0","uv":[14.25,9.40625,13.9375,11.65625]},"south":{"texture":"#0","uv":[13.9375,9.40625,14.25,11.65625]},"up":{"texture":"#0","uv":[13.125,10.25,13.4375,9.6875]},"west":{"texture":"#0","uv":[10.6875,9.6875,10.125,11.375]}},"from":[-6.3838987,-16,-5.2039976],"rotation":{"angle":-45,"axis":"z","origin":[-4.3999996,-1.571022,-1.6000004],"rescale":false},"shade":false,"to":[-2.4161005,12.857956,2.0039978]},{"faces":{"down":{"texture":"#0","uv":[13.78125,9.6875,13.46875,10.25]},"east":{"texture":"#0","uv":[10.125,9.6875,10.6875,11.375]},"north":{"texture":"#0","uv":[13.9375,9.40625,14.25,11.65625]},"south":{"texture":"#0","uv":[14.25,9.40625,13.9375,11.65625]},"up":{"texture":"#0","uv":[13.4375,10.25,13.125,9.6875]},"west":{"texture":"#0","uv":[10.6875,9.6875,10.125,11.375]}},"from":[-6.3838987,-16,-5.2039976],"rotation":{"angle":45,"axis":"z","origin":[-4.3999996,-1.571022,-1.6000004],"rescale":false},"shade":false,"to":[-2.4161005,12.857956,2.0039978]},{"faces":{"down":{"texture":"#0","uv":[13.90625,11.09375,12.53125,11.65625]},"east":{"texture":"#0","uv":[10.125,9.6875,10.6875,11.375]},"north":{"texture":"#0","uv":[14.625,9.84375,16,11.65625]},"south":{"texture":"#0","uv":[14.625,9.84375,16,11.65625]},"up":{"texture":"#0","uv":[13.90625,9.65625,12.53125,9.09375]},"west":{"texture":"#0","uv":[10.6875,9.6875,10.125,11.375]}},"from":[-13.2,-13.171021,-5.2],"shade":false,"to":[4.4000006,10.028979,2]},{"faces":{"down":{"texture":"#0","uv":[12.375,11.375,10.6875,11.9375]},"east":{"texture":"#0","uv":[12.53125,9.6875,13.09375,11.0625]},"north":{"texture":"#0","uv":[10.6875,9.6875,12.5,11.0625]},"south":{"texture":"#0","uv":[10.6875,9.6875,12.5,11.0625]},"up":{"texture":"#0","uv":[12.375,9.6875,10.6875,9.125]},"west":{"texture":"#0","uv":[13.09375,9.6875,12.53125,11.0625]}},"from":[-16,-10.371021,-5.2],"shade":false,"to":[7.200001,7.228979,2]},{"faces":{"down":{"texture":"#0","uv":[5.34375,15.4375,3.65625,16]},"east":{"texture":"#0","uv":[5.5,13.75,6.0625,15.125]},"north":{"texture":"#0","uv":[7.59375,12.5,9.40625,13.875]},"south":{"texture":"#0","uv":[7.59375,12.5,9.40625,13.875]},"up":{"texture":"#0","uv":[5.34375,13.75,3.65625,13.1875]},"west":{"texture":"#0","uv":[6.0625,13.75,5.5,15.125]}},"from":[-16,-10.371021,-14.8],"shade":false,"to":[7.200001,7.228979,-7.6000004]},{"faces":{"down":{"texture":"#0","uv":[6.75,13.75,6.4375,14.3125]},"east":{"texture":"#0","uv":[3.09375,13.75,3.65625,15.4375]},"north":{"texture":"#0","uv":[6.90625,13.46875,7.21875,15.71875]},"south":{"texture":"#0","uv":[7.21875,13.46875,6.90625,15.71875]},"up":{"texture":"#0","uv":[6.40625,14.3125,6.09375,13.75]},"west":{"texture":"#0","uv":[3.65625,13.75,3.09375,15.4375]}},"from":[-6.3838987,-16,-14.803998],"rotation":{"angle":45,"axis":"z","origin":[-4.3999996,-1.571022,-11.2],"rescale":false},"shade":false,"to":[-2.4161005,12.857956,-7.5960026]},{"faces":{"down":{"texture":"#0","uv":[6.875,15.15625,5.5,15.71875]},"east":{"texture":"#0","uv":[3.09375,13.75,3.65625,15.4375]},"north":{"texture":"#0","uv":[9.03125,13.90625,10.40625,15.71875]},"south":{"texture":"#0","uv":[7.59375,13.90625,8.96875,15.71875]},"up":{"texture":"#0","uv":[6.875,13.71875,5.5,13.15625]},"west":{"texture":"#0","uv":[3.65625,13.75,3.09375,15.4375]}},"from":[-13.2,-13.171021,-14.8],"shade":false,"to":[4.4000006,10.028979,-7.6000004]},{"faces":{"down":{"texture":"#0","uv":[6.4375,13.75,6.75,14.3125]},"east":{"texture":"#0","uv":[3.09375,13.75,3.65625,15.4375]},"north":{"texture":"#0","uv":[7.21875,13.46875,6.90625,15.71875]},"south":{"texture":"#0","uv":[6.90625,13.46875,7.21875,15.71875]},"up":{"texture":"#0","uv":[6.09375,14.3125,6.40625,13.75]},"west":{"texture":"#0","uv":[3.65625,13.75,3.09375,15.4375]}},"from":[-6.3838987,-16,-14.803998],"rotation":{"angle":-45,"axis":"z","origin":[-4.3999996,-1.571022,-11.2],"rescale":false},"shade":false,"to":[-2.4161005,12.857956,-7.5960026]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2517.json b/assets/minecraft/models/w2517.json new file mode 100644 index 000000000..8ce4565a2 --- /dev/null +++ b/assets/minecraft/models/w2517.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3.75,9.8125,4.28125,11.316015]},"west":{"texture":"#0","uv":[4.28125,9.8125,3.75,11.316015]}},"from":[-16,-16,-16],"shade":false,"to":[-16,3.2450008,-9.2]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2518.json b/assets/minecraft/models/w2518.json new file mode 100644 index 000000000..8ce4565a2 --- /dev/null +++ b/assets/minecraft/models/w2518.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3.75,9.8125,4.28125,11.316015]},"west":{"texture":"#0","uv":[4.28125,9.8125,3.75,11.316015]}},"from":[-16,-16,-16],"shade":false,"to":[-16,3.2450008,-9.2]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2519.json b/assets/minecraft/models/w2519.json new file mode 100644 index 000000000..d945c9fed --- /dev/null +++ b/assets/minecraft/models/w2519.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3.75,11.316015,4.28125,9.8125]},"west":{"texture":"#0","uv":[4.28125,11.316015,3.75,9.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,3.2450008,-9.2]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w252.json b/assets/minecraft/models/w252.json new file mode 100644 index 000000000..9d92e3eb3 --- /dev/null +++ b/assets/minecraft/models/w252.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.125,1,8.875,1.375]},"east":{"texture":"#0","uv":[8.25,1.375,8.625,1.625]},"north":{"texture":"#0","uv":[8.625,1.375,8.875,1.625]},"south":{"texture":"#0","uv":[9.25,1.375,9.5,1.625]},"up":{"texture":"#0","uv":[8.875,1.375,8.625,1]},"west":{"texture":"#0","uv":[8.875,1.375,9.25,1.625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-14.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2520.json b/assets/minecraft/models/w2520.json new file mode 100644 index 000000000..8ce4565a2 --- /dev/null +++ b/assets/minecraft/models/w2520.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3.75,9.8125,4.28125,11.316015]},"west":{"texture":"#0","uv":[4.28125,9.8125,3.75,11.316015]}},"from":[-16,-16,-16],"shade":false,"to":[-16,3.2450008,-9.2]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2521.json b/assets/minecraft/models/w2521.json new file mode 100644 index 000000000..ead955d79 --- /dev/null +++ b/assets/minecraft/models/w2521.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.90625,11.34375,5.53125,11.6875]},"east":{"texture":"#0","uv":[5.1875,9.84375,5.53125,11.34375]},"north":{"texture":"#0","uv":[5.53125,9.84375,6.90625,11.34375]},"south":{"texture":"#0","uv":[0.0625,11.34375,1.4375,12.84375]},"up":{"texture":"#0","uv":[6.90625,9.84375,5.53125,9.5]},"west":{"texture":"#0","uv":[6.90625,9.84375,7.25,11.34375]}},"from":[-16,-16,-16],"shade":false,"to":[1.6000004,3.2000008,-11.6]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2522.json b/assets/minecraft/models/w2522.json new file mode 100644 index 000000000..9c91f4437 --- /dev/null +++ b/assets/minecraft/models/w2522.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0.84375,0,0,1]},"west":{"texture":"#0","uv":[0,0,0.84375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-3.1999998,-5.2]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2523.json b/assets/minecraft/models/w2523.json new file mode 100644 index 000000000..e3271d9e9 --- /dev/null +++ b/assets/minecraft/models/w2523.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15.625,14.375,15.40625,14.75]},"north":{"texture":"#0","uv":[15.03125,14.375,15.40625,14.75]},"west":{"texture":"#0","uv":[15.40625,14.375,15.625,14.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.208,-10.91683,-13.207998]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2524.json b/assets/minecraft/models/w2524.json new file mode 100644 index 000000000..3457f309b --- /dev/null +++ b/assets/minecraft/models/w2524.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[15,15.375,15.21875,16]},"south":{"texture":"#0","uv":[15.78125,15.375,16,16]},"west":{"texture":"#0","uv":[15.21875,15.375,15.78125,16]}},"from":[-15.996,-16,-15.996],"rotation":{"angle":-22.5,"axis":"z","origin":[-16,-8.004,-16],"rescale":false},"shade":false,"to":[-13.204,-8.008,-8.804]},{"faces":{"north":{"texture":"#0","uv":[13.0625,15.4375,13.4375,16]},"south":{"texture":"#0","uv":[14,15.4375,14.375,16]}},"from":[-16,-15.2039995,-16],"shade":false,"to":[-11.2,-8.004,-8.8]},{"faces":{"east":{"texture":"#0","uv":[15.78125,15.375,15.21875,16]},"north":{"texture":"#0","uv":[15.21875,15.375,15,16]},"south":{"texture":"#0","uv":[16,15.375,15.78125,16]}},"from":[-13.996,-16,-15.996],"rotation":{"angle":22.5,"axis":"z","origin":[-11.2,-8.004,-16],"rescale":false},"shade":false,"to":[-11.204,-8.008,-8.804]},{"faces":{"east":{"texture":"#0","uv":[12.0625,15.5,11.65625,16]},"north":{"texture":"#0","uv":[11.28125,15.5,11.65625,16]},"south":{"texture":"#0","uv":[12.0625,15.5,12.4375,16]},"west":{"texture":"#0","uv":[11.65625,15.5,12.0625,16]}},"from":[-16,-8.004,-16],"rotation":{"angle":45,"axis":"x","origin":[-16,-8.004,-16],"rescale":false},"shade":false,"to":[-11.2,-1.3128314,-10.908832]},{"faces":{"down":{"texture":"#0","uv":[14.59375,14.34375,14.21875,14.46875]},"east":{"texture":"#0","uv":[14.34375,14.46875,14.21875,14.75]},"north":{"texture":"#0","uv":[13.84375,14.46875,14.21875,14.75]},"south":{"texture":"#0","uv":[14.34375,14.46875,14.71875,14.75]},"up":{"texture":"#0","uv":[14.21875,14.46875,13.84375,14.34375]},"west":{"texture":"#0","uv":[14.21875,14.46875,14.34375,14.75]}},"from":[-16,-1.2809553,-12.476954],"rotation":{"angle":45,"axis":"x","origin":[-16,-8.0809555,-16.076956],"rescale":false},"shade":false,"to":[-11.2,2.3190446,-10.985786]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2525.json b/assets/minecraft/models/w2525.json new file mode 100644 index 000000000..d49851ef8 --- /dev/null +++ b/assets/minecraft/models/w2525.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15.625,12.46875,15.40625,12.84375]},"north":{"texture":"#0","uv":[15.03125,12.46875,15.40625,12.84375]},"west":{"texture":"#0","uv":[15.40625,12.46875,15.625,12.84375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.406,-12.187622,-13.905998]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2526.json b/assets/minecraft/models/w2526.json new file mode 100644 index 000000000..fa4eb2ead --- /dev/null +++ b/assets/minecraft/models/w2526.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[15,13.46875,15.21875,14.09375]},"south":{"texture":"#0","uv":[15.78125,13.46875,16,14.09375]},"west":{"texture":"#0","uv":[15.21875,13.46875,15.78125,14.09375]}},"from":[-15.993001,-16,-15.993],"rotation":{"angle":-22.5,"axis":"z","origin":[-15.996,-10.003,-15.996],"rescale":false},"shade":false,"to":[-13.899,-10.006,-10.599]},{"faces":{"north":{"texture":"#0","uv":[13.0625,13.53125,13.4375,14.09375]},"south":{"texture":"#0","uv":[14,13.53125,14.375,14.09375]}},"from":[-16,-15.407,-16],"shade":false,"to":[-12.392,-9.999001,-10.592001]},{"faces":{"east":{"texture":"#0","uv":[15.78125,13.46875,15.21875,14.09375]},"north":{"texture":"#0","uv":[15.21875,13.46875,15,14.09375]},"south":{"texture":"#0","uv":[16,13.46875,15.78125,14.09375]}},"from":[-14.493001,-16,-15.993],"rotation":{"angle":22.5,"axis":"z","origin":[-12.396001,-10.003,-15.996],"rescale":false},"shade":false,"to":[-12.399,-10.006,-10.599]},{"faces":{"east":{"texture":"#0","uv":[11.65625,13.59375,12.0625,14.09375]},"north":{"texture":"#0","uv":[11.28125,13.59375,11.65625,14.09375]},"south":{"texture":"#0","uv":[12.0625,13.59375,12.4375,14.09375]},"west":{"texture":"#0","uv":[11.65625,13.59375,12.0625,14.09375]}},"from":[-15.996,-10.003,-15.996],"rotation":{"angle":45,"axis":"x","origin":[-15.996,-10.003,-15.996],"rescale":false},"shade":false,"to":[-12.396,-4.984624,-12.177624]},{"faces":{"down":{"texture":"#0","uv":[14.59375,12.4375,14.21875,12.5625]},"east":{"texture":"#0","uv":[13.71875,12.5625,13.84375,12.84375]},"north":{"texture":"#0","uv":[13.84375,12.5625,14.21875,12.84375]},"south":{"texture":"#0","uv":[14.34375,12.5625,14.71875,12.84375]},"up":{"texture":"#0","uv":[14.21875,12.5625,13.84375,12.4375]},"west":{"texture":"#0","uv":[14.21875,12.5625,14.34375,12.84375]}},"from":[-15.996,-4.9607162,-13.353716],"rotation":{"angle":45,"axis":"x","origin":[-15.996,-10.060717,-16.053717],"rescale":false},"shade":false,"to":[-12.396,-2.2607162,-12.23534]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2527.json b/assets/minecraft/models/w2527.json new file mode 100644 index 000000000..4c0278736 --- /dev/null +++ b/assets/minecraft/models/w2527.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15.625,12.46875,15.40625,12.84375]},"north":{"texture":"#0","uv":[15.40625,12.46875,15.03125,12.84375]},"west":{"texture":"#0","uv":[15.40625,12.46875,15.625,12.84375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.406,-12.187622,-13.905998]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2528.json b/assets/minecraft/models/w2528.json new file mode 100644 index 000000000..8eac1b718 --- /dev/null +++ b/assets/minecraft/models/w2528.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15.78125,13.46875,15.21875,14.09375]},"north":{"texture":"#0","uv":[15.21875,13.46875,15,14.09375]},"south":{"texture":"#0","uv":[16,13.46875,15.78125,14.09375]}},"from":[-14.497,-16,-15.997],"rotation":{"angle":22.5,"axis":"z","origin":[-12.4,-10.003,-16],"rescale":false},"shade":false,"to":[-12.403,-10.006,-10.603]},{"faces":{"north":{"texture":"#0","uv":[13.4375,13.53125,13.0625,14.09375]},"south":{"texture":"#0","uv":[14.375,13.53125,14,14.09375]}},"from":[-16,-15.403,-16],"shade":false,"to":[-12.4,-10.003,-10.6]},{"faces":{"north":{"texture":"#0","uv":[15,13.46875,15.21875,14.09375]},"south":{"texture":"#0","uv":[15.78125,13.46875,16,14.09375]},"west":{"texture":"#0","uv":[15.21875,13.46875,15.78125,14.09375]}},"from":[-15.997,-16,-15.997],"rotation":{"angle":-22.5,"axis":"z","origin":[-16,-10.003,-16],"rescale":false},"shade":false,"to":[-13.903,-10.006,-10.603]},{"faces":{"east":{"texture":"#0","uv":[12.0625,13.59375,11.65625,14.09375]},"north":{"texture":"#0","uv":[11.65625,13.59375,11.28125,14.09375]},"south":{"texture":"#0","uv":[12.4375,13.59375,12.0625,14.09375]},"west":{"texture":"#0","uv":[12.0625,13.59375,11.65625,14.09375]}},"from":[-16,-10.003,-16],"rotation":{"angle":45,"axis":"x","origin":[-12.4,-10.003,-16],"rescale":false},"shade":false,"to":[-12.4,-4.984624,-12.181623]},{"faces":{"down":{"texture":"#0","uv":[14.21875,12.4375,14.59375,12.5625]},"east":{"texture":"#0","uv":[14.34375,12.5625,14.21875,12.84375]},"north":{"texture":"#0","uv":[14.21875,12.5625,13.84375,12.84375]},"south":{"texture":"#0","uv":[14.71875,12.5625,14.34375,12.84375]},"up":{"texture":"#0","uv":[13.84375,12.5625,14.21875,12.4375]},"west":{"texture":"#0","uv":[13.84375,12.5625,13.71875,12.84375]}},"from":[-16,-4.9607162,-13.357717],"rotation":{"angle":45,"axis":"x","origin":[-12.4,-10.060717,-16.057716],"rescale":false},"shade":false,"to":[-12.4,-2.2607162,-12.239341]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2529.json b/assets/minecraft/models/w2529.json new file mode 100644 index 000000000..9c91f4437 --- /dev/null +++ b/assets/minecraft/models/w2529.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0.84375,0,0,1]},"west":{"texture":"#0","uv":[0,0,0.84375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-3.1999998,-5.2]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w253.json b/assets/minecraft/models/w253.json new file mode 100644 index 000000000..0e5cbea58 --- /dev/null +++ b/assets/minecraft/models/w253.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,0.75,7.875,1]},"east":{"texture":"#0","uv":[7.5,1,7.75,1]},"north":{"texture":"#0","uv":[7.75,1,7.875,1]},"south":{"texture":"#0","uv":[8.125,1,8.25,1]},"up":{"texture":"#0","uv":[7.875,1,7.75,0.75]},"west":{"texture":"#0","uv":[7.875,1,8.125,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-14.871471]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2530.json b/assets/minecraft/models/w2530.json new file mode 100644 index 000000000..40b4364b8 --- /dev/null +++ b/assets/minecraft/models/w2530.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15.625,14.375,15.40625,14.75]},"north":{"texture":"#0","uv":[15.03125,14.375,15.40625,14.75]},"west":{"texture":"#0","uv":[15.40625,14.375,15.625,14.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.208,-10.91683,-13.208002]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2531.json b/assets/minecraft/models/w2531.json new file mode 100644 index 000000000..b3d8f2cb2 --- /dev/null +++ b/assets/minecraft/models/w2531.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[15,15.375,15.21875,16]},"south":{"texture":"#0","uv":[15.78125,15.375,16,16]},"west":{"texture":"#0","uv":[15.21875,15.375,15.78125,16]}},"from":[-15.996,-16,-15.995999],"rotation":{"angle":-22.5,"axis":"z","origin":[-16,-8.004,-16],"rescale":false},"shade":false,"to":[-13.204,-8.008,-8.804001]},{"faces":{"north":{"texture":"#0","uv":[13.0625,15.4375,13.4375,16]},"south":{"texture":"#0","uv":[14,15.4375,14.375,16]}},"from":[-16,-15.2039995,-16],"shade":false,"to":[-11.2,-8.004,-8.8]},{"faces":{"east":{"texture":"#0","uv":[15.78125,15.375,15.21875,16]},"north":{"texture":"#0","uv":[15.21875,15.375,15,16]},"south":{"texture":"#0","uv":[16,15.375,15.78125,16]}},"from":[-13.996,-16,-15.995999],"rotation":{"angle":22.5,"axis":"z","origin":[-11.2,-8.004,-16],"rescale":false},"shade":false,"to":[-11.204,-8.008,-8.804001]},{"faces":{"east":{"texture":"#0","uv":[12.0625,15.5,11.65625,16]},"north":{"texture":"#0","uv":[11.28125,15.5,11.65625,16]},"south":{"texture":"#0","uv":[12.0625,15.5,12.4375,16]},"west":{"texture":"#0","uv":[11.65625,15.5,12.0625,16]}},"from":[-16,-8.004,-16],"rotation":{"angle":45,"axis":"x","origin":[-16,-8.004,-16],"rescale":false},"shade":false,"to":[-11.2,-1.3128314,-10.908832]},{"faces":{"down":{"texture":"#0","uv":[14.59375,14.34375,14.21875,14.46875]},"east":{"texture":"#0","uv":[14.34375,14.46875,14.21875,14.75]},"north":{"texture":"#0","uv":[13.84375,14.46875,14.21875,14.75]},"south":{"texture":"#0","uv":[14.34375,14.46875,14.71875,14.75]},"up":{"texture":"#0","uv":[14.21875,14.46875,13.84375,14.34375]},"west":{"texture":"#0","uv":[14.21875,14.46875,14.34375,14.75]}},"from":[-16,-1.2809553,-12.476956],"rotation":{"angle":45,"axis":"x","origin":[-16,-8.0809555,-16.076956],"rescale":false},"shade":false,"to":[-11.2,2.3190446,-10.9857855]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2532.json b/assets/minecraft/models/w2532.json new file mode 100644 index 000000000..927a43b9d --- /dev/null +++ b/assets/minecraft/models/w2532.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15.625,12.46875,15.40625,12.84375]},"north":{"texture":"#0","uv":[15.03125,12.46875,15.40625,12.84375]},"west":{"texture":"#0","uv":[15.40625,12.46875,15.625,12.84375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.406,-12.187622,-13.906003]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2533.json b/assets/minecraft/models/w2533.json new file mode 100644 index 000000000..825422132 --- /dev/null +++ b/assets/minecraft/models/w2533.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[15,13.46875,15.21875,14.09375]},"south":{"texture":"#0","uv":[15.78125,13.46875,16,14.09375]},"west":{"texture":"#0","uv":[15.21875,13.46875,15.78125,14.09375]}},"from":[-15.993001,-16,-15.992999],"rotation":{"angle":-22.5,"axis":"z","origin":[-15.996,-10.003,-15.995999],"rescale":false},"shade":false,"to":[-13.899,-10.006,-10.598999]},{"faces":{"north":{"texture":"#0","uv":[13.0625,13.53125,13.4375,14.09375]},"south":{"texture":"#0","uv":[14,13.53125,14.375,14.09375]}},"from":[-16,-15.407,-16],"shade":false,"to":[-12.392,-9.999001,-10.591998]},{"faces":{"east":{"texture":"#0","uv":[15.78125,13.46875,15.21875,14.09375]},"north":{"texture":"#0","uv":[15.21875,13.46875,15,14.09375]},"south":{"texture":"#0","uv":[16,13.46875,15.78125,14.09375]}},"from":[-14.493001,-16,-15.992999],"rotation":{"angle":22.5,"axis":"z","origin":[-12.396001,-10.003,-15.995999],"rescale":false},"shade":false,"to":[-12.399,-10.006,-10.598999]},{"faces":{"east":{"texture":"#0","uv":[11.65625,13.59375,12.0625,14.09375]},"north":{"texture":"#0","uv":[11.28125,13.59375,11.65625,14.09375]},"south":{"texture":"#0","uv":[12.0625,13.59375,12.4375,14.09375]},"west":{"texture":"#0","uv":[11.65625,13.59375,12.0625,14.09375]}},"from":[-15.996,-10.003,-15.995999],"rotation":{"angle":45,"axis":"x","origin":[-15.996,-10.003,-15.995999],"rescale":false},"shade":false,"to":[-12.396,-4.984624,-12.177622]},{"faces":{"down":{"texture":"#0","uv":[14.59375,12.4375,14.21875,12.5625]},"east":{"texture":"#0","uv":[13.71875,12.5625,13.84375,12.84375]},"north":{"texture":"#0","uv":[13.84375,12.5625,14.21875,12.84375]},"south":{"texture":"#0","uv":[14.34375,12.5625,14.71875,12.84375]},"up":{"texture":"#0","uv":[14.21875,12.5625,13.84375,12.4375]},"west":{"texture":"#0","uv":[14.21875,12.5625,14.34375,12.84375]}},"from":[-15.996,-4.9607162,-13.353714],"rotation":{"angle":45,"axis":"x","origin":[-15.996,-10.060717,-16.053715],"rescale":false},"shade":false,"to":[-12.396,-2.2607162,-12.235339]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2534.json b/assets/minecraft/models/w2534.json new file mode 100644 index 000000000..52f4e991e --- /dev/null +++ b/assets/minecraft/models/w2534.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15.625,12.46875,15.40625,12.84375]},"north":{"texture":"#0","uv":[15.40625,12.46875,15.03125,12.84375]},"west":{"texture":"#0","uv":[15.40625,12.46875,15.625,12.84375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.406,-12.187622,-13.906003]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2535.json b/assets/minecraft/models/w2535.json new file mode 100644 index 000000000..121a12472 --- /dev/null +++ b/assets/minecraft/models/w2535.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15.78125,13.46875,15.21875,14.09375]},"north":{"texture":"#0","uv":[15.21875,13.46875,15,14.09375]},"south":{"texture":"#0","uv":[16,13.46875,15.78125,14.09375]}},"from":[-14.497,-16,-15.997],"rotation":{"angle":22.5,"axis":"z","origin":[-12.4,-10.003,-16],"rescale":false},"shade":false,"to":[-12.403,-10.006,-10.603]},{"faces":{"north":{"texture":"#0","uv":[13.4375,13.53125,13.0625,14.09375]},"south":{"texture":"#0","uv":[14.375,13.53125,14,14.09375]}},"from":[-16,-15.403,-16],"shade":false,"to":[-12.4,-10.003,-10.6]},{"faces":{"north":{"texture":"#0","uv":[15,13.46875,15.21875,14.09375]},"south":{"texture":"#0","uv":[15.78125,13.46875,16,14.09375]},"west":{"texture":"#0","uv":[15.21875,13.46875,15.78125,14.09375]}},"from":[-15.997,-16,-15.997],"rotation":{"angle":-22.5,"axis":"z","origin":[-16,-10.003,-16],"rescale":false},"shade":false,"to":[-13.903,-10.006,-10.603]},{"faces":{"east":{"texture":"#0","uv":[12.0625,13.59375,11.65625,14.09375]},"north":{"texture":"#0","uv":[11.65625,13.59375,11.28125,14.09375]},"south":{"texture":"#0","uv":[12.4375,13.59375,12.0625,14.09375]},"west":{"texture":"#0","uv":[12.0625,13.59375,11.65625,14.09375]}},"from":[-16,-10.003,-16],"rotation":{"angle":45,"axis":"x","origin":[-12.4,-10.003,-16],"rescale":false},"shade":false,"to":[-12.4,-4.984624,-12.1816225]},{"faces":{"down":{"texture":"#0","uv":[14.21875,12.4375,14.59375,12.5625]},"east":{"texture":"#0","uv":[14.34375,12.5625,14.21875,12.84375]},"north":{"texture":"#0","uv":[14.21875,12.5625,13.84375,12.84375]},"south":{"texture":"#0","uv":[14.71875,12.5625,14.34375,12.84375]},"up":{"texture":"#0","uv":[13.84375,12.5625,14.21875,12.4375]},"west":{"texture":"#0","uv":[13.84375,12.5625,13.71875,12.84375]}},"from":[-16,-4.9607162,-13.357715],"rotation":{"angle":45,"axis":"x","origin":[-12.4,-10.060717,-16.057714],"rescale":false},"shade":false,"to":[-12.4,-2.2607162,-12.23934]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2536.json b/assets/minecraft/models/w2536.json new file mode 100644 index 000000000..9c91f4437 --- /dev/null +++ b/assets/minecraft/models/w2536.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0.84375,0,0,1]},"west":{"texture":"#0","uv":[0,0,0.84375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-3.1999998,-5.2]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2537.json b/assets/minecraft/models/w2537.json new file mode 100644 index 000000000..0e883f4e2 --- /dev/null +++ b/assets/minecraft/models/w2537.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15.625,14.375,15.40625,14.75]},"north":{"texture":"#0","uv":[15.03125,14.375,15.40625,14.75]},"west":{"texture":"#0","uv":[15.40625,14.375,15.625,14.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.208,-10.91683,-13.207995]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2538.json b/assets/minecraft/models/w2538.json new file mode 100644 index 000000000..751fbe4d7 --- /dev/null +++ b/assets/minecraft/models/w2538.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[15,15.375,15.21875,16]},"south":{"texture":"#0","uv":[15.78125,15.375,16,16]},"west":{"texture":"#0","uv":[15.21875,15.375,15.78125,16]}},"from":[-15.996,-16,-15.995999],"rotation":{"angle":-22.5,"axis":"z","origin":[-16,-8.004,-16],"rescale":false},"shade":false,"to":[-13.204,-8.008,-8.803998]},{"faces":{"north":{"texture":"#0","uv":[13.0625,15.4375,13.4375,16]},"south":{"texture":"#0","uv":[14,15.4375,14.375,16]}},"from":[-16,-15.2039995,-16],"shade":false,"to":[-11.2,-8.004,-8.8]},{"faces":{"east":{"texture":"#0","uv":[15.78125,15.375,15.21875,16]},"north":{"texture":"#0","uv":[15.21875,15.375,15,16]},"south":{"texture":"#0","uv":[16,15.375,15.78125,16]}},"from":[-13.996,-16,-15.995999],"rotation":{"angle":22.5,"axis":"z","origin":[-11.2,-8.004,-16],"rescale":false},"shade":false,"to":[-11.204,-8.008,-8.803998]},{"faces":{"east":{"texture":"#0","uv":[12.0625,15.5,11.65625,16]},"north":{"texture":"#0","uv":[11.28125,15.5,11.65625,16]},"south":{"texture":"#0","uv":[12.0625,15.5,12.4375,16]},"west":{"texture":"#0","uv":[11.65625,15.5,12.0625,16]}},"from":[-16,-8.004,-16],"rotation":{"angle":45,"axis":"x","origin":[-16,-8.004,-16],"rescale":false},"shade":false,"to":[-11.2,-1.3128314,-10.908832]},{"faces":{"down":{"texture":"#0","uv":[14.59375,14.34375,14.21875,14.46875]},"east":{"texture":"#0","uv":[14.34375,14.46875,14.21875,14.75]},"north":{"texture":"#0","uv":[13.84375,14.46875,14.21875,14.75]},"south":{"texture":"#0","uv":[14.34375,14.46875,14.71875,14.75]},"up":{"texture":"#0","uv":[14.21875,14.46875,13.84375,14.34375]},"west":{"texture":"#0","uv":[14.21875,14.46875,14.34375,14.75]}},"from":[-16,-1.2809553,-12.4769535],"rotation":{"angle":45,"axis":"x","origin":[-16,-8.0809555,-16.076956],"rescale":false},"shade":false,"to":[-11.2,2.3190446,-10.9857855]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2539.json b/assets/minecraft/models/w2539.json new file mode 100644 index 000000000..db592b150 --- /dev/null +++ b/assets/minecraft/models/w2539.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15.625,12.46875,15.40625,12.84375]},"north":{"texture":"#0","uv":[15.03125,12.46875,15.40625,12.84375]},"west":{"texture":"#0","uv":[15.40625,12.46875,15.625,12.84375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.406,-12.187622,-13.905993]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w254.json b/assets/minecraft/models/w254.json new file mode 100644 index 000000000..7fb96ad13 --- /dev/null +++ b/assets/minecraft/models/w254.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,0,7.75,0.25]},"east":{"texture":"#0","uv":[7.25,0.25,7.5,0.5]},"north":{"texture":"#0","uv":[7.5,0.25,7.75,0.5]},"south":{"texture":"#0","uv":[8,0.25,8.25,0.5]},"up":{"texture":"#0","uv":[7.75,0.25,7.5,0]},"west":{"texture":"#0","uv":[7.75,0.25,8,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15,-15]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2540.json b/assets/minecraft/models/w2540.json new file mode 100644 index 000000000..3f4a6379a --- /dev/null +++ b/assets/minecraft/models/w2540.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[15,13.46875,15.21875,14.09375]},"south":{"texture":"#0","uv":[15.78125,13.46875,16,14.09375]},"west":{"texture":"#0","uv":[15.21875,13.46875,15.78125,14.09375]}},"from":[-15.993001,-16,-15.992999],"rotation":{"angle":-22.5,"axis":"z","origin":[-15.996,-10.003,-15.995999],"rescale":false},"shade":false,"to":[-13.899,-10.006,-10.598995]},{"faces":{"north":{"texture":"#0","uv":[13.0625,13.53125,13.4375,14.09375]},"south":{"texture":"#0","uv":[14,13.53125,14.375,14.09375]}},"from":[-16,-15.407,-16],"shade":false,"to":[-12.392,-9.999001,-10.592001]},{"faces":{"east":{"texture":"#0","uv":[15.78125,13.46875,15.21875,14.09375]},"north":{"texture":"#0","uv":[15.21875,13.46875,15,14.09375]},"south":{"texture":"#0","uv":[16,13.46875,15.78125,14.09375]}},"from":[-14.493001,-16,-15.992999],"rotation":{"angle":22.5,"axis":"z","origin":[-12.396001,-10.003,-15.995999],"rescale":false},"shade":false,"to":[-12.399,-10.006,-10.598995]},{"faces":{"east":{"texture":"#0","uv":[11.65625,13.59375,12.0625,14.09375]},"north":{"texture":"#0","uv":[11.28125,13.59375,11.65625,14.09375]},"south":{"texture":"#0","uv":[12.0625,13.59375,12.4375,14.09375]},"west":{"texture":"#0","uv":[11.65625,13.59375,12.0625,14.09375]}},"from":[-15.996,-10.003,-15.995999],"rotation":{"angle":45,"axis":"x","origin":[-15.996,-10.003,-15.995999],"rescale":false},"shade":false,"to":[-12.396,-4.984624,-12.177622]},{"faces":{"down":{"texture":"#0","uv":[14.59375,12.4375,14.21875,12.5625]},"east":{"texture":"#0","uv":[13.71875,12.5625,13.84375,12.84375]},"north":{"texture":"#0","uv":[13.84375,12.5625,14.21875,12.84375]},"south":{"texture":"#0","uv":[14.34375,12.5625,14.71875,12.84375]},"up":{"texture":"#0","uv":[14.21875,12.5625,13.84375,12.4375]},"west":{"texture":"#0","uv":[14.21875,12.5625,14.34375,12.84375]}},"from":[-15.996,-4.9607162,-13.353714],"rotation":{"angle":45,"axis":"x","origin":[-15.996,-10.060717,-16.053715],"rescale":false},"shade":false,"to":[-12.396,-2.2607162,-12.235336]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2541.json b/assets/minecraft/models/w2541.json new file mode 100644 index 000000000..788ddf733 --- /dev/null +++ b/assets/minecraft/models/w2541.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15.625,12.46875,15.40625,12.84375]},"north":{"texture":"#0","uv":[15.40625,12.46875,15.03125,12.84375]},"west":{"texture":"#0","uv":[15.40625,12.46875,15.625,12.84375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.406,-12.187622,-13.905993]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2542.json b/assets/minecraft/models/w2542.json new file mode 100644 index 000000000..592cdeb45 --- /dev/null +++ b/assets/minecraft/models/w2542.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15.78125,13.46875,15.21875,14.09375]},"north":{"texture":"#0","uv":[15.21875,13.46875,15,14.09375]},"south":{"texture":"#0","uv":[16,13.46875,15.78125,14.09375]}},"from":[-14.497,-16,-15.997],"rotation":{"angle":22.5,"axis":"z","origin":[-12.4,-10.003,-16],"rescale":false},"shade":false,"to":[-12.403,-10.006,-10.602997]},{"faces":{"north":{"texture":"#0","uv":[13.4375,13.53125,13.0625,14.09375]},"south":{"texture":"#0","uv":[14.375,13.53125,14,14.09375]}},"from":[-16,-15.403,-16],"shade":false,"to":[-12.4,-10.003,-10.6]},{"faces":{"north":{"texture":"#0","uv":[15,13.46875,15.21875,14.09375]},"south":{"texture":"#0","uv":[15.78125,13.46875,16,14.09375]},"west":{"texture":"#0","uv":[15.21875,13.46875,15.78125,14.09375]}},"from":[-15.997,-16,-15.997],"rotation":{"angle":-22.5,"axis":"z","origin":[-16,-10.003,-16],"rescale":false},"shade":false,"to":[-13.903,-10.006,-10.602997]},{"faces":{"east":{"texture":"#0","uv":[12.0625,13.59375,11.65625,14.09375]},"north":{"texture":"#0","uv":[11.65625,13.59375,11.28125,14.09375]},"south":{"texture":"#0","uv":[12.4375,13.59375,12.0625,14.09375]},"west":{"texture":"#0","uv":[12.0625,13.59375,11.65625,14.09375]}},"from":[-16,-10.003,-16],"rotation":{"angle":45,"axis":"x","origin":[-12.4,-10.003,-16],"rescale":false},"shade":false,"to":[-12.4,-4.984624,-12.1816225]},{"faces":{"down":{"texture":"#0","uv":[14.21875,12.4375,14.59375,12.5625]},"east":{"texture":"#0","uv":[14.34375,12.5625,14.21875,12.84375]},"north":{"texture":"#0","uv":[14.21875,12.5625,13.84375,12.84375]},"south":{"texture":"#0","uv":[14.71875,12.5625,14.34375,12.84375]},"up":{"texture":"#0","uv":[13.84375,12.5625,14.21875,12.4375]},"west":{"texture":"#0","uv":[13.84375,12.5625,13.71875,12.84375]}},"from":[-16,-4.9607162,-13.357715],"rotation":{"angle":45,"axis":"x","origin":[-12.4,-10.060717,-16.057714],"rescale":false},"shade":false,"to":[-12.4,-2.2607162,-12.239337]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2543.json b/assets/minecraft/models/w2543.json new file mode 100644 index 000000000..9c91f4437 --- /dev/null +++ b/assets/minecraft/models/w2543.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0.84375,0,0,1]},"west":{"texture":"#0","uv":[0,0,0.84375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-3.1999998,-5.2]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2544.json b/assets/minecraft/models/w2544.json new file mode 100644 index 000000000..0e883f4e2 --- /dev/null +++ b/assets/minecraft/models/w2544.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15.625,14.375,15.40625,14.75]},"north":{"texture":"#0","uv":[15.03125,14.375,15.40625,14.75]},"west":{"texture":"#0","uv":[15.40625,14.375,15.625,14.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.208,-10.91683,-13.207995]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2545.json b/assets/minecraft/models/w2545.json new file mode 100644 index 000000000..6f3303d56 --- /dev/null +++ b/assets/minecraft/models/w2545.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[15,15.375,15.21875,16]},"south":{"texture":"#0","uv":[15.78125,15.375,16,16]},"west":{"texture":"#0","uv":[15.21875,15.375,15.78125,16]}},"from":[-15.996,-16,-15.996002],"rotation":{"angle":-22.5,"axis":"z","origin":[-16,-8.004,-16],"rescale":false},"shade":false,"to":[-13.204,-8.008,-8.803998]},{"faces":{"north":{"texture":"#0","uv":[13.0625,15.4375,13.4375,16]},"south":{"texture":"#0","uv":[14,15.4375,14.375,16]}},"from":[-16,-15.2039995,-16],"shade":false,"to":[-11.2,-8.004,-8.8]},{"faces":{"east":{"texture":"#0","uv":[15.78125,15.375,15.21875,16]},"north":{"texture":"#0","uv":[15.21875,15.375,15,16]},"south":{"texture":"#0","uv":[16,15.375,15.78125,16]}},"from":[-13.996,-16,-15.996002],"rotation":{"angle":22.5,"axis":"z","origin":[-11.2,-8.004,-16],"rescale":false},"shade":false,"to":[-11.204,-8.008,-8.803998]},{"faces":{"east":{"texture":"#0","uv":[12.0625,15.5,11.65625,16]},"north":{"texture":"#0","uv":[11.28125,15.5,11.65625,16]},"south":{"texture":"#0","uv":[12.0625,15.5,12.4375,16]},"west":{"texture":"#0","uv":[11.65625,15.5,12.0625,16]}},"from":[-16,-8.004,-16],"rotation":{"angle":45,"axis":"x","origin":[-16,-8.004,-16],"rescale":false},"shade":false,"to":[-11.2,-1.3128314,-10.908832]},{"faces":{"down":{"texture":"#0","uv":[14.59375,14.34375,14.21875,14.46875]},"east":{"texture":"#0","uv":[14.34375,14.46875,14.21875,14.75]},"north":{"texture":"#0","uv":[13.84375,14.46875,14.21875,14.75]},"south":{"texture":"#0","uv":[14.34375,14.46875,14.71875,14.75]},"up":{"texture":"#0","uv":[14.21875,14.46875,13.84375,14.34375]},"west":{"texture":"#0","uv":[14.21875,14.46875,14.34375,14.75]}},"from":[-16,-1.2809553,-12.4769535],"rotation":{"angle":45,"axis":"x","origin":[-16,-8.0809555,-16.076954],"rescale":false},"shade":false,"to":[-11.2,2.3190446,-10.9857855]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2546.json b/assets/minecraft/models/w2546.json new file mode 100644 index 000000000..db592b150 --- /dev/null +++ b/assets/minecraft/models/w2546.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15.625,12.46875,15.40625,12.84375]},"north":{"texture":"#0","uv":[15.03125,12.46875,15.40625,12.84375]},"west":{"texture":"#0","uv":[15.40625,12.46875,15.625,12.84375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.406,-12.187622,-13.905993]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2547.json b/assets/minecraft/models/w2547.json new file mode 100644 index 000000000..b82c7af82 --- /dev/null +++ b/assets/minecraft/models/w2547.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[15,13.46875,15.21875,14.09375]},"south":{"texture":"#0","uv":[15.78125,13.46875,16,14.09375]},"west":{"texture":"#0","uv":[15.21875,13.46875,15.78125,14.09375]}},"from":[-15.993001,-16,-15.993006],"rotation":{"angle":-22.5,"axis":"z","origin":[-15.996,-10.003,-15.996002],"rescale":false},"shade":false,"to":[-13.899,-10.006,-10.598999]},{"faces":{"north":{"texture":"#0","uv":[13.0625,13.53125,13.4375,14.09375]},"south":{"texture":"#0","uv":[14,13.53125,14.375,14.09375]}},"from":[-16,-15.407,-16],"shade":false,"to":[-12.392,-9.999001,-10.592005]},{"faces":{"east":{"texture":"#0","uv":[15.78125,13.46875,15.21875,14.09375]},"north":{"texture":"#0","uv":[15.21875,13.46875,15,14.09375]},"south":{"texture":"#0","uv":[16,13.46875,15.78125,14.09375]}},"from":[-14.493001,-16,-15.993006],"rotation":{"angle":22.5,"axis":"z","origin":[-12.396001,-10.003,-15.996002],"rescale":false},"shade":false,"to":[-12.399,-10.006,-10.598999]},{"faces":{"east":{"texture":"#0","uv":[11.65625,13.59375,12.0625,14.09375]},"north":{"texture":"#0","uv":[11.28125,13.59375,11.65625,14.09375]},"south":{"texture":"#0","uv":[12.0625,13.59375,12.4375,14.09375]},"west":{"texture":"#0","uv":[11.65625,13.59375,12.0625,14.09375]}},"from":[-15.996,-10.003,-15.996002],"rotation":{"angle":45,"axis":"x","origin":[-15.996,-10.003,-15.996002],"rescale":false},"shade":false,"to":[-12.396,-4.984624,-12.177625]},{"faces":{"down":{"texture":"#0","uv":[14.59375,12.4375,14.21875,12.5625]},"east":{"texture":"#0","uv":[13.71875,12.5625,13.84375,12.84375]},"north":{"texture":"#0","uv":[13.84375,12.5625,14.21875,12.84375]},"south":{"texture":"#0","uv":[14.34375,12.5625,14.71875,12.84375]},"up":{"texture":"#0","uv":[14.21875,12.5625,13.84375,12.4375]},"west":{"texture":"#0","uv":[14.21875,12.5625,14.34375,12.84375]}},"from":[-15.996,-4.9607162,-13.353717],"rotation":{"angle":45,"axis":"x","origin":[-15.996,-10.060717,-16.053717],"rescale":false},"shade":false,"to":[-12.396,-2.2607162,-12.235339]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2548.json b/assets/minecraft/models/w2548.json new file mode 100644 index 000000000..788ddf733 --- /dev/null +++ b/assets/minecraft/models/w2548.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15.625,12.46875,15.40625,12.84375]},"north":{"texture":"#0","uv":[15.40625,12.46875,15.03125,12.84375]},"west":{"texture":"#0","uv":[15.40625,12.46875,15.625,12.84375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.406,-12.187622,-13.905993]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2549.json b/assets/minecraft/models/w2549.json new file mode 100644 index 000000000..b52cd9c28 --- /dev/null +++ b/assets/minecraft/models/w2549.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15.78125,13.46875,15.21875,14.09375]},"north":{"texture":"#0","uv":[15.21875,13.46875,15,14.09375]},"south":{"texture":"#0","uv":[16,13.46875,15.78125,14.09375]}},"from":[-14.497,-16,-15.997004],"rotation":{"angle":22.5,"axis":"z","origin":[-12.4,-10.003,-16],"rescale":false},"shade":false,"to":[-12.403,-10.006,-10.602997]},{"faces":{"north":{"texture":"#0","uv":[13.4375,13.53125,13.0625,14.09375]},"south":{"texture":"#0","uv":[14.375,13.53125,14,14.09375]}},"from":[-16,-15.403,-16],"shade":false,"to":[-12.4,-10.003,-10.6]},{"faces":{"north":{"texture":"#0","uv":[15,13.46875,15.21875,14.09375]},"south":{"texture":"#0","uv":[15.78125,13.46875,16,14.09375]},"west":{"texture":"#0","uv":[15.21875,13.46875,15.78125,14.09375]}},"from":[-15.997,-16,-15.997004],"rotation":{"angle":-22.5,"axis":"z","origin":[-16,-10.003,-16],"rescale":false},"shade":false,"to":[-13.903,-10.006,-10.602997]},{"faces":{"east":{"texture":"#0","uv":[12.0625,13.59375,11.65625,14.09375]},"north":{"texture":"#0","uv":[11.65625,13.59375,11.28125,14.09375]},"south":{"texture":"#0","uv":[12.4375,13.59375,12.0625,14.09375]},"west":{"texture":"#0","uv":[12.0625,13.59375,11.65625,14.09375]}},"from":[-16,-10.003,-16],"rotation":{"angle":45,"axis":"x","origin":[-12.4,-10.003,-16],"rescale":false},"shade":false,"to":[-12.4,-4.984624,-12.1816225]},{"faces":{"down":{"texture":"#0","uv":[14.21875,12.4375,14.59375,12.5625]},"east":{"texture":"#0","uv":[14.34375,12.5625,14.21875,12.84375]},"north":{"texture":"#0","uv":[14.21875,12.5625,13.84375,12.84375]},"south":{"texture":"#0","uv":[14.71875,12.5625,14.34375,12.84375]},"up":{"texture":"#0","uv":[13.84375,12.5625,14.21875,12.4375]},"west":{"texture":"#0","uv":[13.84375,12.5625,13.71875,12.84375]}},"from":[-16,-4.9607162,-13.357715],"rotation":{"angle":45,"axis":"x","origin":[-12.4,-10.060717,-16.057714],"rescale":false},"shade":false,"to":[-12.4,-2.2607162,-12.239337]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w255.json b/assets/minecraft/models/w255.json new file mode 100644 index 000000000..cc85be1a1 --- /dev/null +++ b/assets/minecraft/models/w255.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.375,0.5,9.25,0.625]},"east":{"texture":"#0","uv":[9,0.625,9.125,0.875]},"north":{"texture":"#0","uv":[9.125,0.625,9.25,0.875]},"south":{"texture":"#0","uv":[9.375,0.625,9.5,0.875]},"up":{"texture":"#0","uv":[9.25,0.625,9.125,0.5]},"west":{"texture":"#0","uv":[9.25,0.625,9.375,0.875]}},"from":[-16,-16,-15.2],"rotation":{"angle":-22.5,"axis":"y","origin":[-16,-15.2,-14.8],"rescale":false},"shade":false,"to":[-15.6,-15.2,-14.8]},{"faces":{"down":{"texture":"#0","uv":[8.625,0.375,8.5,0.625]},"east":{"texture":"#0","uv":[8.125,0.625,8.375,0.875]},"north":{"texture":"#0","uv":[8.375,0.625,8.5,0.875]},"south":{"texture":"#0","uv":[8.75,0.625,8.875,0.875]},"up":{"texture":"#0","uv":[8.5,0.625,8.375,0.375]},"west":{"texture":"#0","uv":[8.5,0.625,8.75,0.875]}},"from":[-16,-16,-16],"rotation":{"angle":-22.5,"axis":"y","origin":[-16,-15.2,-14.8],"rescale":false},"shade":false,"to":[-15.6,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2550.json b/assets/minecraft/models/w2550.json new file mode 100644 index 000000000..5c94622c5 --- /dev/null +++ b/assets/minecraft/models/w2550.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,0,14.25,1.8125]},"east":{"texture":"#0","uv":[15.65625,1.90625,13.84375,2.5625]},"up":{"texture":"#0","uv":[13.9375,1.8125,13.6875,0]},"west":{"texture":"#0","uv":[12.03125,1.90625,13.84375,2.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-7.6000004,7.200001]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2551.json b/assets/minecraft/models/w2551.json new file mode 100644 index 000000000..d6fb6158f --- /dev/null +++ b/assets/minecraft/models/w2551.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.90625,0.0625,12.5625,0.6875]},"east":{"texture":"#0","uv":[12.25,0.6875,12.875,1.03125]},"up":{"texture":"#0","uv":[12.5625,0.6875,12.21875,0.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-11.6,-11.6,-8]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2552.json b/assets/minecraft/models/w2552.json new file mode 100644 index 000000000..b784baf8f --- /dev/null +++ b/assets/minecraft/models/w2552.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.59375,3.6875,10.34375,4.09375]},"east":{"texture":"#0","uv":[9.6875,4.09375,10.09375,4.5]},"north":{"texture":"#0","uv":[10.09375,4.09375,10.34375,4.5]},"south":{"texture":"#0","uv":[10.75,4.09375,11,4.5]},"up":{"texture":"#0","uv":[10.34375,4.09375,10.09375,3.6875]},"west":{"texture":"#0","uv":[10.34375,4.09375,10.75,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.835,-10.8,-10.8]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2553.json b/assets/minecraft/models/w2553.json new file mode 100644 index 000000000..30fdeabc1 --- /dev/null +++ b/assets/minecraft/models/w2553.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.53125,4.5625,10.28125,4.90625]},"east":{"texture":"#0","uv":[9.6875,4.90625,10.03125,5.25]},"north":{"texture":"#0","uv":[10.03125,4.90625,10.28125,5.25]},"south":{"texture":"#0","uv":[10.625,4.90625,10.875,5.25]},"up":{"texture":"#0","uv":[10.28125,4.90625,10.03125,4.5625]},"west":{"texture":"#0","uv":[10.28125,4.90625,10.625,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-12.835001,-11.6,-11.599999]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2554.json b/assets/minecraft/models/w2554.json new file mode 100644 index 000000000..f8c0297bb --- /dev/null +++ b/assets/minecraft/models/w2554.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.46875,3.0625,10.21875,3.34375]},"east":{"texture":"#0","uv":[9.6875,3.34375,9.96875,3.625]},"north":{"texture":"#0","uv":[9.96875,3.34375,10.21875,3.625]},"south":{"texture":"#0","uv":[10.5,3.34375,10.75,3.625]},"up":{"texture":"#0","uv":[10.21875,3.34375,9.96875,3.0625]},"west":{"texture":"#0","uv":[10.21875,3.34375,10.5,3.625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.835001,-12.4,-12.4]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2555.json b/assets/minecraft/models/w2555.json new file mode 100644 index 000000000..ba4b3d590 --- /dev/null +++ b/assets/minecraft/models/w2555.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.34375,7.25,1.84375,7.34375]},"east":{"texture":"#0","uv":[7.5,2.53125,7.59375,3.0625]},"north":{"texture":"#0","uv":[6,1.71875,6.25,2.25]},"south":{"texture":"#0","uv":[6,2.25,7.5,2.78125]},"up":{"texture":"#0","uv":[1.84375,7.34375,0.34375,7.25]},"west":{"texture":"#0","uv":[7.5,3.0625,7.59375,3.59375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-10.300001,-14.8]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2556.json b/assets/minecraft/models/w2556.json new file mode 100644 index 000000000..0d923cc04 --- /dev/null +++ b/assets/minecraft/models/w2556.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.875,9.84375,7.625,10]},"east":{"texture":"#0","uv":[7.3125,10,7.46875,10.09375]},"north":{"texture":"#0","uv":[7.46875,10.09375,7.71875,10.1875]},"south":{"texture":"#0","uv":[7.78125,10,7.9375,10.09375]},"up":{"texture":"#0","uv":[7.625,10,7.46875,9.84375]},"west":{"texture":"#0","uv":[7.625,10,7.78125,10.09375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.808001,-14.807999,-14.007998]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2557.json b/assets/minecraft/models/w2557.json new file mode 100644 index 000000000..6a47dfa9f --- /dev/null +++ b/assets/minecraft/models/w2557.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.65625,9.8125,8.40625,10.057813]},"east":{"texture":"#0","uv":[8,10.0625,8.25,10.09375]},"north":{"texture":"#0","uv":[8.25,10.0625,8.40625,10.09375]},"south":{"texture":"#0","uv":[8.65625,10.0625,8.8125,10.09375]},"up":{"texture":"#0","uv":[8.40625,10.0625,8.25,9.8125]},"west":{"texture":"#0","uv":[8.40625,10.0625,8.65625,10.09375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.783999,-15.504,-12.664]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2558.json b/assets/minecraft/models/w2558.json new file mode 100644 index 000000000..e30dacb96 --- /dev/null +++ b/assets/minecraft/models/w2558.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.375,9.0625,8.125,9.717188]},"east":{"texture":"#0","uv":[7.3125,9.71875,7.96875,9.75]},"north":{"texture":"#0","uv":[7.96875,9.71875,8.125,9.75]},"south":{"texture":"#0","uv":[8.78125,9.71875,8.9375,9.75]},"up":{"texture":"#0","uv":[8.125,9.71875,7.96875,9.0625]},"west":{"texture":"#0","uv":[8.125,9.71875,8.78125,9.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.783999,-15.504,-7.424]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2559.json b/assets/minecraft/models/w2559.json new file mode 100644 index 000000000..86dac9406 --- /dev/null +++ b/assets/minecraft/models/w2559.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.65625,6.9375,14.5625,7.0625]},"east":{"texture":"#0","uv":[14.4375,7.1875,14.5625,7.0625]},"north":{"texture":"#0","uv":[14.5625,7.1875,14.65625,7.0625]},"south":{"texture":"#0","uv":[14.78125,7.1875,14.875,7.0625]},"up":{"texture":"#0","uv":[14.75,7.0625,14.65625,6.9375]},"west":{"texture":"#0","uv":[14.65625,7.1875,14.78125,7.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14,-14]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w256.json b/assets/minecraft/models/w256.json new file mode 100644 index 000000000..490f5ce98 --- /dev/null +++ b/assets/minecraft/models/w256.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.875,1,9.125,1.375]},"east":{"texture":"#0","uv":[9.25,1.375,8.875,1.625]},"north":{"texture":"#0","uv":[8.875,1.375,8.625,1.625]},"south":{"texture":"#0","uv":[9.5,1.375,9.25,1.625]},"up":{"texture":"#0","uv":[8.625,1.375,8.875,1]},"west":{"texture":"#0","uv":[8.625,1.375,8.25,1.625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-14.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2560.json b/assets/minecraft/models/w2560.json new file mode 100644 index 000000000..86dac9406 --- /dev/null +++ b/assets/minecraft/models/w2560.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.65625,6.9375,14.5625,7.0625]},"east":{"texture":"#0","uv":[14.4375,7.1875,14.5625,7.0625]},"north":{"texture":"#0","uv":[14.5625,7.1875,14.65625,7.0625]},"south":{"texture":"#0","uv":[14.78125,7.1875,14.875,7.0625]},"up":{"texture":"#0","uv":[14.75,7.0625,14.65625,6.9375]},"west":{"texture":"#0","uv":[14.65625,7.1875,14.78125,7.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14,-14]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2561.json b/assets/minecraft/models/w2561.json new file mode 100644 index 000000000..484255649 --- /dev/null +++ b/assets/minecraft/models/w2561.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.65625,6.9375,14.5625,7.0625]},"east":{"texture":"#0","uv":[14.4375,7.1875,14.5625,7.0625]},"north":{"texture":"#0","uv":[14.5625,7.1875,14.65625,7.0625]},"south":{"texture":"#0","uv":[14.78125,7.1875,14.875,7.0625]},"up":{"texture":"#0","uv":[14.75,7.0625,14.65625,6.9375]},"west":{"texture":"#0","uv":[14.65625,7.1875,14.78125,7.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.400001]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2562.json b/assets/minecraft/models/w2562.json new file mode 100644 index 000000000..601f3ed6e --- /dev/null +++ b/assets/minecraft/models/w2562.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.65625,6.9375,14.5625,7.0625]},"east":{"texture":"#0","uv":[14.4375,7.1875,14.5625,7.0625]},"north":{"texture":"#0","uv":[14.5625,7.1875,14.65625,7.0625]},"south":{"texture":"#0","uv":[14.78125,7.1875,14.875,7.0625]},"up":{"texture":"#0","uv":[14.75,7.0625,14.65625,6.9375]},"west":{"texture":"#0","uv":[14.65625,7.1875,14.78125,7.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2563.json b/assets/minecraft/models/w2563.json new file mode 100644 index 000000000..601f3ed6e --- /dev/null +++ b/assets/minecraft/models/w2563.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.65625,6.9375,14.5625,7.0625]},"east":{"texture":"#0","uv":[14.4375,7.1875,14.5625,7.0625]},"north":{"texture":"#0","uv":[14.5625,7.1875,14.65625,7.0625]},"south":{"texture":"#0","uv":[14.78125,7.1875,14.875,7.0625]},"up":{"texture":"#0","uv":[14.75,7.0625,14.65625,6.9375]},"west":{"texture":"#0","uv":[14.65625,7.1875,14.78125,7.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2564.json b/assets/minecraft/models/w2564.json new file mode 100644 index 000000000..131a15e9a --- /dev/null +++ b/assets/minecraft/models/w2564.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.65625,6.9375,14.5625,7.0625]},"east":{"texture":"#0","uv":[14.4375,7.1875,14.5625,7.0625]},"north":{"texture":"#0","uv":[14.5625,7.1875,14.65625,7.0625]},"south":{"texture":"#0","uv":[14.78125,7.1875,14.875,7.0625]},"up":{"texture":"#0","uv":[14.75,7.0625,14.65625,6.9375]},"west":{"texture":"#0","uv":[14.65625,7.1875,14.78125,7.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2565.json b/assets/minecraft/models/w2565.json new file mode 100644 index 000000000..86dac9406 --- /dev/null +++ b/assets/minecraft/models/w2565.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.65625,6.9375,14.5625,7.0625]},"east":{"texture":"#0","uv":[14.4375,7.1875,14.5625,7.0625]},"north":{"texture":"#0","uv":[14.5625,7.1875,14.65625,7.0625]},"south":{"texture":"#0","uv":[14.78125,7.1875,14.875,7.0625]},"up":{"texture":"#0","uv":[14.75,7.0625,14.65625,6.9375]},"west":{"texture":"#0","uv":[14.65625,7.1875,14.78125,7.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14,-14]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2566.json b/assets/minecraft/models/w2566.json new file mode 100644 index 000000000..601f3ed6e --- /dev/null +++ b/assets/minecraft/models/w2566.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.65625,6.9375,14.5625,7.0625]},"east":{"texture":"#0","uv":[14.4375,7.1875,14.5625,7.0625]},"north":{"texture":"#0","uv":[14.5625,7.1875,14.65625,7.0625]},"south":{"texture":"#0","uv":[14.78125,7.1875,14.875,7.0625]},"up":{"texture":"#0","uv":[14.75,7.0625,14.65625,6.9375]},"west":{"texture":"#0","uv":[14.65625,7.1875,14.78125,7.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2567.json b/assets/minecraft/models/w2567.json new file mode 100644 index 000000000..47f0daf4a --- /dev/null +++ b/assets/minecraft/models/w2567.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.25,0,14,1.8125]},"east":{"texture":"#0","uv":[13.84375,1.90625,12.03125,2.5625]},"up":{"texture":"#0","uv":[13.6875,1.8125,13.9375,0]},"west":{"texture":"#0","uv":[13.84375,1.90625,15.65625,2.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-7.6000004,7.200001]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2568.json b/assets/minecraft/models/w2568.json new file mode 100644 index 000000000..66857e5de --- /dev/null +++ b/assets/minecraft/models/w2568.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5625,0.0625,12.90625,0.6875]},"up":{"texture":"#0","uv":[12.21875,0.6875,12.5625,0.0625]},"west":{"texture":"#0","uv":[12.875,0.6875,12.25,1.03125]}},"from":[-16,-16,-16],"shade":false,"to":[-11.6,-11.6,-8]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2569.json b/assets/minecraft/models/w2569.json new file mode 100644 index 000000000..79c20548d --- /dev/null +++ b/assets/minecraft/models/w2569.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.34375,3.6875,10.59375,4.09375]},"east":{"texture":"#0","uv":[10.75,4.09375,10.34375,4.5]},"north":{"texture":"#0","uv":[10.34375,4.09375,10.09375,4.5]},"south":{"texture":"#0","uv":[11,4.09375,10.75,4.5]},"up":{"texture":"#0","uv":[10.09375,4.09375,10.34375,3.6875]},"west":{"texture":"#0","uv":[10.09375,4.09375,9.6875,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.835,-10.8,-10.8]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w257.json b/assets/minecraft/models/w257.json new file mode 100644 index 000000000..4a165bb24 --- /dev/null +++ b/assets/minecraft/models/w257.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.875,0.75,8,1]},"east":{"texture":"#0","uv":[8.125,1,7.875,1]},"north":{"texture":"#0","uv":[7.875,1,7.75,1]},"south":{"texture":"#0","uv":[8.25,1,8.125,1]},"up":{"texture":"#0","uv":[7.75,1,7.875,0.75]},"west":{"texture":"#0","uv":[7.75,1,7.5,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-14.871471]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2570.json b/assets/minecraft/models/w2570.json new file mode 100644 index 000000000..8026cfaf9 --- /dev/null +++ b/assets/minecraft/models/w2570.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.28125,4.5625,10.53125,4.90625]},"east":{"texture":"#0","uv":[10.625,4.90625,10.28125,5.25]},"north":{"texture":"#0","uv":[10.28125,4.90625,10.03125,5.25]},"south":{"texture":"#0","uv":[10.875,4.90625,10.625,5.25]},"up":{"texture":"#0","uv":[10.03125,4.90625,10.28125,4.5625]},"west":{"texture":"#0","uv":[10.03125,4.90625,9.6875,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-12.835001,-11.6,-11.599999]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2571.json b/assets/minecraft/models/w2571.json new file mode 100644 index 000000000..df9b53230 --- /dev/null +++ b/assets/minecraft/models/w2571.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.21875,3.0625,10.46875,3.34375]},"east":{"texture":"#0","uv":[10.5,3.34375,10.21875,3.625]},"north":{"texture":"#0","uv":[10.21875,3.34375,9.96875,3.625]},"south":{"texture":"#0","uv":[10.75,3.34375,10.5,3.625]},"up":{"texture":"#0","uv":[9.96875,3.34375,10.21875,3.0625]},"west":{"texture":"#0","uv":[9.96875,3.34375,9.6875,3.625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.835001,-12.4,-12.4]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2572.json b/assets/minecraft/models/w2572.json new file mode 100644 index 000000000..c16a6415a --- /dev/null +++ b/assets/minecraft/models/w2572.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.84375,7.25,3.34375,7.34375]},"east":{"texture":"#0","uv":[7.59375,3.0625,7.5,3.59375]},"north":{"texture":"#0","uv":[6.25,1.71875,6,2.25]},"south":{"texture":"#0","uv":[7.5,2.25,6,2.78125]},"up":{"texture":"#0","uv":[0.34375,7.34375,1.84375,7.25]},"west":{"texture":"#0","uv":[7.59375,2.53125,7.5,3.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-10.300001,-14.8]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2573.json b/assets/minecraft/models/w2573.json new file mode 100644 index 000000000..484d1c50e --- /dev/null +++ b/assets/minecraft/models/w2573.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,9.84375,7.875,10]},"east":{"texture":"#0","uv":[7.78125,10,7.625,10.09375]},"north":{"texture":"#0","uv":[7.71875,10.09375,7.46875,10.1875]},"south":{"texture":"#0","uv":[7.9375,10,7.78125,10.09375]},"up":{"texture":"#0","uv":[7.46875,10,7.625,9.84375]},"west":{"texture":"#0","uv":[7.46875,10,7.3125,10.09375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.808001,-14.807999,-14.007998]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2574.json b/assets/minecraft/models/w2574.json new file mode 100644 index 000000000..c7b3d4d17 --- /dev/null +++ b/assets/minecraft/models/w2574.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.40625,9.8125,8.65625,10.057813]},"east":{"texture":"#0","uv":[8.65625,10.0625,8.40625,10.09375]},"north":{"texture":"#0","uv":[8.40625,10.0625,8.25,10.09375]},"south":{"texture":"#0","uv":[8.8125,10.0625,8.65625,10.09375]},"up":{"texture":"#0","uv":[8.25,10.0625,8.40625,9.8125]},"west":{"texture":"#0","uv":[8.25,10.0625,8,10.09375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.783999,-15.504,-12.664]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2575.json b/assets/minecraft/models/w2575.json new file mode 100644 index 000000000..745320eda --- /dev/null +++ b/assets/minecraft/models/w2575.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.125,9.0625,8.375,9.717188]},"east":{"texture":"#0","uv":[8.78125,9.71875,8.125,9.75]},"north":{"texture":"#0","uv":[8.125,9.71875,7.96875,9.75]},"south":{"texture":"#0","uv":[8.9375,9.71875,8.78125,9.75]},"up":{"texture":"#0","uv":[7.96875,9.71875,8.125,9.0625]},"west":{"texture":"#0","uv":[7.96875,9.71875,7.3125,9.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.783999,-15.504,-7.424]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2576.json b/assets/minecraft/models/w2576.json new file mode 100644 index 000000000..fd19d2308 --- /dev/null +++ b/assets/minecraft/models/w2576.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.5625,6.9375,14.65625,7.0625]},"east":{"texture":"#0","uv":[14.78125,7.1875,14.65625,7.0625]},"north":{"texture":"#0","uv":[14.65625,7.1875,14.5625,7.0625]},"south":{"texture":"#0","uv":[14.875,7.1875,14.78125,7.0625]},"up":{"texture":"#0","uv":[14.65625,7.0625,14.75,6.9375]},"west":{"texture":"#0","uv":[14.5625,7.1875,14.4375,7.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14,-14]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2577.json b/assets/minecraft/models/w2577.json new file mode 100644 index 000000000..fd19d2308 --- /dev/null +++ b/assets/minecraft/models/w2577.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.5625,6.9375,14.65625,7.0625]},"east":{"texture":"#0","uv":[14.78125,7.1875,14.65625,7.0625]},"north":{"texture":"#0","uv":[14.65625,7.1875,14.5625,7.0625]},"south":{"texture":"#0","uv":[14.875,7.1875,14.78125,7.0625]},"up":{"texture":"#0","uv":[14.65625,7.0625,14.75,6.9375]},"west":{"texture":"#0","uv":[14.5625,7.1875,14.4375,7.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14,-14]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2578.json b/assets/minecraft/models/w2578.json new file mode 100644 index 000000000..7f59d9ebe --- /dev/null +++ b/assets/minecraft/models/w2578.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.5625,6.9375,14.65625,7.0625]},"east":{"texture":"#0","uv":[14.78125,7.1875,14.65625,7.0625]},"north":{"texture":"#0","uv":[14.65625,7.1875,14.5625,7.0625]},"south":{"texture":"#0","uv":[14.875,7.1875,14.78125,7.0625]},"up":{"texture":"#0","uv":[14.65625,7.0625,14.75,6.9375]},"west":{"texture":"#0","uv":[14.5625,7.1875,14.4375,7.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.400001]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2579.json b/assets/minecraft/models/w2579.json new file mode 100644 index 000000000..8ebde1770 --- /dev/null +++ b/assets/minecraft/models/w2579.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.5625,6.9375,14.65625,7.0625]},"east":{"texture":"#0","uv":[14.78125,7.1875,14.65625,7.0625]},"north":{"texture":"#0","uv":[14.65625,7.1875,14.5625,7.0625]},"south":{"texture":"#0","uv":[14.875,7.1875,14.78125,7.0625]},"up":{"texture":"#0","uv":[14.65625,7.0625,14.75,6.9375]},"west":{"texture":"#0","uv":[14.5625,7.1875,14.4375,7.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w258.json b/assets/minecraft/models/w258.json new file mode 100644 index 000000000..6a4e69fd1 --- /dev/null +++ b/assets/minecraft/models/w258.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.75,0,8,0.25]},"east":{"texture":"#0","uv":[8,0.25,7.75,0.5]},"north":{"texture":"#0","uv":[7.75,0.25,7.5,0.5]},"south":{"texture":"#0","uv":[8.25,0.25,8,0.5]},"up":{"texture":"#0","uv":[7.5,0.25,7.75,0]},"west":{"texture":"#0","uv":[7.5,0.25,7.25,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15,-15]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2580.json b/assets/minecraft/models/w2580.json new file mode 100644 index 000000000..8ebde1770 --- /dev/null +++ b/assets/minecraft/models/w2580.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.5625,6.9375,14.65625,7.0625]},"east":{"texture":"#0","uv":[14.78125,7.1875,14.65625,7.0625]},"north":{"texture":"#0","uv":[14.65625,7.1875,14.5625,7.0625]},"south":{"texture":"#0","uv":[14.875,7.1875,14.78125,7.0625]},"up":{"texture":"#0","uv":[14.65625,7.0625,14.75,6.9375]},"west":{"texture":"#0","uv":[14.5625,7.1875,14.4375,7.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2581.json b/assets/minecraft/models/w2581.json new file mode 100644 index 000000000..4c0a52ca7 --- /dev/null +++ b/assets/minecraft/models/w2581.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.5625,6.9375,14.65625,7.0625]},"east":{"texture":"#0","uv":[14.78125,7.1875,14.65625,7.0625]},"north":{"texture":"#0","uv":[14.65625,7.1875,14.5625,7.0625]},"south":{"texture":"#0","uv":[14.875,7.1875,14.78125,7.0625]},"up":{"texture":"#0","uv":[14.65625,7.0625,14.75,6.9375]},"west":{"texture":"#0","uv":[14.5625,7.1875,14.4375,7.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2582.json b/assets/minecraft/models/w2582.json new file mode 100644 index 000000000..fd19d2308 --- /dev/null +++ b/assets/minecraft/models/w2582.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.5625,6.9375,14.65625,7.0625]},"east":{"texture":"#0","uv":[14.78125,7.1875,14.65625,7.0625]},"north":{"texture":"#0","uv":[14.65625,7.1875,14.5625,7.0625]},"south":{"texture":"#0","uv":[14.875,7.1875,14.78125,7.0625]},"up":{"texture":"#0","uv":[14.65625,7.0625,14.75,6.9375]},"west":{"texture":"#0","uv":[14.5625,7.1875,14.4375,7.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14,-14]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2583.json b/assets/minecraft/models/w2583.json new file mode 100644 index 000000000..8ebde1770 --- /dev/null +++ b/assets/minecraft/models/w2583.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.5625,6.9375,14.65625,7.0625]},"east":{"texture":"#0","uv":[14.78125,7.1875,14.65625,7.0625]},"north":{"texture":"#0","uv":[14.65625,7.1875,14.5625,7.0625]},"south":{"texture":"#0","uv":[14.875,7.1875,14.78125,7.0625]},"up":{"texture":"#0","uv":[14.65625,7.0625,14.75,6.9375]},"west":{"texture":"#0","uv":[14.5625,7.1875,14.4375,7.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2584.json b/assets/minecraft/models/w2584.json new file mode 100644 index 000000000..1b26fabd9 --- /dev/null +++ b/assets/minecraft/models/w2584.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.78125,7.234375,11.5,8.3125]},"east":{"texture":"#0","uv":[10.140625,8.3125,11.21875,8.5625]},"north":{"texture":"#0","uv":[11.21875,8.3125,11.5,8.5625]},"south":{"texture":"#0","uv":[12.578125,8.3125,12.859375,8.5625]},"up":{"texture":"#0","uv":[11.5,8.3125,11.21875,7.234375]},"west":{"texture":"#0","uv":[11.5,8.3125,12.578125,8.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.408,-12.808001,-2.1680012]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2585.json b/assets/minecraft/models/w2585.json new file mode 100644 index 000000000..3c85094a1 --- /dev/null +++ b/assets/minecraft/models/w2585.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.03125,7.84375,13.75,8.3125]},"east":{"texture":"#0","uv":[12.9375,8.3125,13.40625,8.5625]},"north":{"texture":"#0","uv":[13.46875,8.3125,13.75,8.5625]},"south":{"texture":"#0","uv":[14.28125,8.3125,14.5625,8.5625]},"up":{"texture":"#0","uv":[13.75,8.3125,13.46875,7.84375]},"west":{"texture":"#0","uv":[13.75,8.3125,14.21875,8.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.416,-12.816,-10.016]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2586.json b/assets/minecraft/models/w2586.json new file mode 100644 index 000000000..2e901ec0a --- /dev/null +++ b/assets/minecraft/models/w2586.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.15625,7.5,14.875,7.96875]},"east":{"texture":"#0","uv":[14.125,7.96875,14.59375,8.21875]},"north":{"texture":"#0","uv":[14.59375,7.96875,14.875,8.21875]},"south":{"texture":"#0","uv":[15.34375,7.96875,15.625,8.21875]},"up":{"texture":"#0","uv":[14.875,7.96875,14.59375,7.5]},"west":{"texture":"#0","uv":[14.875,7.96875,15.34375,8.21875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.424,-12.824,-10.024]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2587.json b/assets/minecraft/models/w2587.json new file mode 100644 index 000000000..cc74ba355 --- /dev/null +++ b/assets/minecraft/models/w2587.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,6.9375,14.65625,7.0625]},"east":{"texture":"#0","uv":[14.4375,7.0625,14.5625,7.1875]},"north":{"texture":"#0","uv":[14.5625,7.0625,14.65625,7.1875]},"south":{"texture":"#0","uv":[14.78125,7.0625,14.875,7.1875]},"up":{"texture":"#0","uv":[14.65625,7.0625,14.5625,6.9375]},"west":{"texture":"#0","uv":[14.65625,7.0625,14.78125,7.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2588.json b/assets/minecraft/models/w2588.json new file mode 100644 index 000000000..adea391ff --- /dev/null +++ b/assets/minecraft/models/w2588.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,6.9375,14.65625,7.0625]},"east":{"texture":"#0","uv":[14.4375,7.0625,14.5625,7.1875]},"north":{"texture":"#0","uv":[14.5625,7.0625,14.65625,7.1875]},"south":{"texture":"#0","uv":[14.78125,7.0625,14.875,7.1875]},"up":{"texture":"#0","uv":[14.65625,7.0625,14.5625,6.9375]},"west":{"texture":"#0","uv":[14.65625,7.0625,14.78125,7.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14,-14]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2589.json b/assets/minecraft/models/w2589.json new file mode 100644 index 000000000..cc74ba355 --- /dev/null +++ b/assets/minecraft/models/w2589.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,6.9375,14.65625,7.0625]},"east":{"texture":"#0","uv":[14.4375,7.0625,14.5625,7.1875]},"north":{"texture":"#0","uv":[14.5625,7.0625,14.65625,7.1875]},"south":{"texture":"#0","uv":[14.78125,7.0625,14.875,7.1875]},"up":{"texture":"#0","uv":[14.65625,7.0625,14.5625,6.9375]},"west":{"texture":"#0","uv":[14.65625,7.0625,14.78125,7.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w259.json b/assets/minecraft/models/w259.json new file mode 100644 index 000000000..b8e445867 --- /dev/null +++ b/assets/minecraft/models/w259.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,0.5,9.375,0.625]},"east":{"texture":"#0","uv":[9.375,0.625,9.25,0.875]},"north":{"texture":"#0","uv":[9.25,0.625,9.125,0.875]},"south":{"texture":"#0","uv":[9.5,0.625,9.375,0.875]},"up":{"texture":"#0","uv":[9.125,0.625,9.25,0.5]},"west":{"texture":"#0","uv":[9.125,0.625,9,0.875]}},"from":[-16,-16,-15.2],"rotation":{"angle":22.5,"axis":"y","origin":[-15.6,-15.2,-14.8],"rescale":false},"shade":false,"to":[-15.6,-15.2,-14.8]},{"faces":{"down":{"texture":"#0","uv":[8.5,0.375,8.625,0.625]},"east":{"texture":"#0","uv":[8.75,0.625,8.5,0.875]},"north":{"texture":"#0","uv":[8.5,0.625,8.375,0.875]},"south":{"texture":"#0","uv":[8.875,0.625,8.75,0.875]},"up":{"texture":"#0","uv":[8.375,0.625,8.5,0.375]},"west":{"texture":"#0","uv":[8.375,0.625,8.125,0.875]}},"from":[-16,-16,-16],"rotation":{"angle":22.5,"axis":"y","origin":[-15.6,-15.2,-14.8],"rescale":false},"shade":false,"to":[-15.6,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2590.json b/assets/minecraft/models/w2590.json new file mode 100644 index 000000000..fc0f8fb36 --- /dev/null +++ b/assets/minecraft/models/w2590.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,6.9375,14.65625,7.0625]},"east":{"texture":"#0","uv":[14.4375,7.0625,14.5625,7.1875]},"north":{"texture":"#0","uv":[14.5625,7.0625,14.65625,7.1875]},"south":{"texture":"#0","uv":[14.78125,7.0625,14.875,7.1875]},"up":{"texture":"#0","uv":[14.65625,7.0625,14.5625,6.9375]},"west":{"texture":"#0","uv":[14.65625,7.0625,14.78125,7.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2591.json b/assets/minecraft/models/w2591.json new file mode 100644 index 000000000..490fcb773 --- /dev/null +++ b/assets/minecraft/models/w2591.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.3125,5.125,14.03125,6.25]},"east":{"texture":"#0","uv":[12.625,6.25,13.75,6.5]},"north":{"texture":"#0","uv":[13.75,6.25,14.03125,6.5]},"south":{"texture":"#0","uv":[15.15625,6.25,15.4375,6.5]},"up":{"texture":"#0","uv":[14.03125,6.25,13.75,5.125]},"west":{"texture":"#0","uv":[14.03125,6.25,15.15625,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.8,-1.6000004]},{"faces":{"down":{"texture":"#0","uv":[13.9375,6.625,13.65625,7.0625]},"east":{"texture":"#0","uv":[12.9375,7.0625,13.375,7.1875]},"north":{"texture":"#0","uv":[13.375,7.0625,13.65625,7.1875]},"south":{"texture":"#0","uv":[14.09375,7.0625,14.375,7.1875]},"up":{"texture":"#0","uv":[13.65625,7.0625,13.375,6.625]},"west":{"texture":"#0","uv":[13.65625,7.0625,14.09375,7.1875]}},"from":[-16,-12.8,-7.2],"shade":false,"to":[-12.4,-11.2,-1.5999999]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2592.json b/assets/minecraft/models/w2592.json new file mode 100644 index 000000000..7b45a9655 --- /dev/null +++ b/assets/minecraft/models/w2592.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,7.234375,11.78125,8.3125]},"east":{"texture":"#0","uv":[12.578125,8.3125,11.5,8.5625]},"north":{"texture":"#0","uv":[11.5,8.3125,11.21875,8.5625]},"south":{"texture":"#0","uv":[12.859375,8.3125,12.578125,8.5625]},"up":{"texture":"#0","uv":[11.21875,8.3125,11.5,7.234375]},"west":{"texture":"#0","uv":[11.21875,8.3125,10.140625,8.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.408,-12.808001,-2.1680012]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2593.json b/assets/minecraft/models/w2593.json new file mode 100644 index 000000000..ddbd60854 --- /dev/null +++ b/assets/minecraft/models/w2593.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.75,7.84375,14.03125,8.3125]},"east":{"texture":"#0","uv":[14.21875,8.3125,13.75,8.5625]},"north":{"texture":"#0","uv":[13.75,8.3125,13.46875,8.5625]},"south":{"texture":"#0","uv":[14.5625,8.3125,14.28125,8.5625]},"up":{"texture":"#0","uv":[13.46875,8.3125,13.75,7.84375]},"west":{"texture":"#0","uv":[13.40625,8.3125,12.9375,8.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.416,-12.816,-10.016]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2594.json b/assets/minecraft/models/w2594.json new file mode 100644 index 000000000..4bfabe486 --- /dev/null +++ b/assets/minecraft/models/w2594.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.875,7.5,15.15625,7.96875]},"east":{"texture":"#0","uv":[15.34375,7.96875,14.875,8.21875]},"north":{"texture":"#0","uv":[14.875,7.96875,14.59375,8.21875]},"south":{"texture":"#0","uv":[15.625,7.96875,15.34375,8.21875]},"up":{"texture":"#0","uv":[14.59375,7.96875,14.875,7.5]},"west":{"texture":"#0","uv":[14.59375,7.96875,14.125,8.21875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.424,-12.824,-10.024]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2595.json b/assets/minecraft/models/w2595.json new file mode 100644 index 000000000..acae51b8d --- /dev/null +++ b/assets/minecraft/models/w2595.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.65625,6.9375,14.75,7.0625]},"east":{"texture":"#0","uv":[14.78125,7.0625,14.65625,7.1875]},"north":{"texture":"#0","uv":[14.65625,7.0625,14.5625,7.1875]},"south":{"texture":"#0","uv":[14.875,7.0625,14.78125,7.1875]},"up":{"texture":"#0","uv":[14.5625,7.0625,14.65625,6.9375]},"west":{"texture":"#0","uv":[14.5625,7.0625,14.4375,7.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2596.json b/assets/minecraft/models/w2596.json new file mode 100644 index 000000000..d825569b9 --- /dev/null +++ b/assets/minecraft/models/w2596.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.65625,6.9375,14.75,7.0625]},"east":{"texture":"#0","uv":[14.78125,7.0625,14.65625,7.1875]},"north":{"texture":"#0","uv":[14.65625,7.0625,14.5625,7.1875]},"south":{"texture":"#0","uv":[14.875,7.0625,14.78125,7.1875]},"up":{"texture":"#0","uv":[14.5625,7.0625,14.65625,6.9375]},"west":{"texture":"#0","uv":[14.5625,7.0625,14.4375,7.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14,-14]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2597.json b/assets/minecraft/models/w2597.json new file mode 100644 index 000000000..acae51b8d --- /dev/null +++ b/assets/minecraft/models/w2597.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.65625,6.9375,14.75,7.0625]},"east":{"texture":"#0","uv":[14.78125,7.0625,14.65625,7.1875]},"north":{"texture":"#0","uv":[14.65625,7.0625,14.5625,7.1875]},"south":{"texture":"#0","uv":[14.875,7.0625,14.78125,7.1875]},"up":{"texture":"#0","uv":[14.5625,7.0625,14.65625,6.9375]},"west":{"texture":"#0","uv":[14.5625,7.0625,14.4375,7.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2598.json b/assets/minecraft/models/w2598.json new file mode 100644 index 000000000..1400d6a27 --- /dev/null +++ b/assets/minecraft/models/w2598.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.65625,6.9375,14.75,7.0625]},"east":{"texture":"#0","uv":[14.78125,7.0625,14.65625,7.1875]},"north":{"texture":"#0","uv":[14.65625,7.0625,14.5625,7.1875]},"south":{"texture":"#0","uv":[14.875,7.0625,14.78125,7.1875]},"up":{"texture":"#0","uv":[14.5625,7.0625,14.65625,6.9375]},"west":{"texture":"#0","uv":[14.5625,7.0625,14.4375,7.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2599.json b/assets/minecraft/models/w2599.json new file mode 100644 index 000000000..dae04cab2 --- /dev/null +++ b/assets/minecraft/models/w2599.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.03125,5.125,14.3125,6.25]},"east":{"texture":"#0","uv":[15.15625,6.25,14.03125,6.5]},"north":{"texture":"#0","uv":[14.03125,6.25,13.75,6.5]},"south":{"texture":"#0","uv":[15.4375,6.25,15.15625,6.5]},"up":{"texture":"#0","uv":[13.75,6.25,14.03125,5.125]},"west":{"texture":"#0","uv":[13.75,6.25,12.625,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.8,-1.6000004]},{"faces":{"down":{"texture":"#0","uv":[13.65625,6.625,13.9375,7.0625]},"east":{"texture":"#0","uv":[14.09375,7.0625,13.65625,7.1875]},"north":{"texture":"#0","uv":[13.65625,7.0625,13.375,7.1875]},"south":{"texture":"#0","uv":[14.375,7.0625,14.09375,7.1875]},"up":{"texture":"#0","uv":[13.375,7.0625,13.65625,6.625]},"west":{"texture":"#0","uv":[13.375,7.0625,12.9375,7.1875]}},"from":[-16,-12.8,-7.2],"shade":false,"to":[-12.4,-11.2,-1.5999999]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w26.json b/assets/minecraft/models/w26.json new file mode 100644 index 000000000..fcc256d3a --- /dev/null +++ b/assets/minecraft/models/w26.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.625,0,8.25,0.125]},"east":{"texture":"#0","uv":[7.75,0.125,7.875,5.125]},"north":{"texture":"#0","uv":[7.875,0.125,8.25,5.125]},"south":{"texture":"#0","uv":[8.375,0.125,8.75,5.125]},"up":{"texture":"#0","uv":[8.25,0.125,7.875,0]},"west":{"texture":"#0","uv":[8.25,0.125,8.375,5.125]}},"from":[-14,-16,-11.6],"shade":false,"to":[-12.8,0,-11.200001]},{"faces":{"down":{"texture":"#0","uv":[8.25,0,8.625,0.125]},"east":{"texture":"#0","uv":[8.375,0.125,8.25,5.125]},"north":{"texture":"#0","uv":[8.25,0.125,7.875,5.125]},"south":{"texture":"#0","uv":[8.75,0.125,8.375,5.125]},"up":{"texture":"#0","uv":[7.875,0.125,8.25,0]},"west":{"texture":"#0","uv":[7.875,0.125,7.75,5.125]}},"from":[-14,-16,-10.8],"shade":false,"to":[-12.8,0,-10.400001]},{"faces":{"down":{"texture":"#0","uv":[13.125,2.375,12,4.5]},"east":{"texture":"#0","uv":[8.75,4.5,10.875,5.5]},"north":{"texture":"#0","uv":[10.875,4.5,12,5.5]},"south":{"texture":"#0","uv":[14.125,4.5,15.25,5.5]},"up":{"texture":"#0","uv":[12,4.5,10.875,2.375]},"west":{"texture":"#0","uv":[12,4.5,14.125,5.5]}},"from":[-15.2,-4.3999996,-14.8],"shade":false,"to":[-11.6,-1.1999996,-8]},{"faces":{"down":{"texture":"#0","uv":[12.375,0.75,10.75,1.125]},"east":{"texture":"#0","uv":[8.75,1.125,9.125,2.375]},"north":{"texture":"#0","uv":[9.125,1.125,10.75,2.375]},"south":{"texture":"#0","uv":[11.125,1.125,12.75,2.375]},"up":{"texture":"#0","uv":[10.75,1.125,9.125,0.75]},"west":{"texture":"#0","uv":[10.75,1.125,11.125,2.375]}},"from":[-16,-4.8,-16],"shade":false,"to":[-10.8,-0.8000002,-14.8]},{"faces":{"down":{"texture":"#0","uv":[13.875,0,13.5,0.375]},"east":{"texture":"#0","uv":[12.75,0.375,13.125,2.25]},"north":{"texture":"#0","uv":[13.125,0.375,13.5,2.25]},"south":{"texture":"#0","uv":[13.875,0.375,14.25,2.25]},"up":{"texture":"#0","uv":[13.5,0.375,13.125,0]},"west":{"texture":"#0","uv":[13.5,0.375,13.875,2.25]}},"from":[-14,-6,-8],"shade":false,"to":[-12.8,0,-6.8]},{"faces":{"down":{"texture":"#0","uv":[10.625,0,10,0.625]},"east":{"texture":"#0","uv":[8.75,0.625,9.375,0.75]},"north":{"texture":"#0","uv":[9.375,0.625,10,0.75]},"south":{"texture":"#0","uv":[10.625,0.625,11.25,0.75]},"up":{"texture":"#0","uv":[10,0.625,9.375,0]},"west":{"texture":"#0","uv":[10,0.625,10.625,0.75]}},"from":[-14.4,-15.6,-12],"shade":false,"to":[-12.4,-15.200001,-10]},{"faces":{"down":{"texture":"#0","uv":[10.625,0,10,0.625]},"east":{"texture":"#0","uv":[8.75,0.625,9.375,0.75]},"north":{"texture":"#0","uv":[9.375,0.625,10,0.75]},"south":{"texture":"#0","uv":[10.625,0.625,11.25,0.75]},"up":{"texture":"#0","uv":[10,0.625,9.375,0]},"west":{"texture":"#0","uv":[10,0.625,10.625,0.75]}},"from":[-14.4,-11.6,-12],"shade":false,"to":[-12.4,-11.200001,-10]},{"faces":{"down":{"texture":"#0","uv":[10.625,0,10,0.625]},"east":{"texture":"#0","uv":[8.75,0.625,9.375,0.75]},"north":{"texture":"#0","uv":[9.375,0.625,10,0.75]},"south":{"texture":"#0","uv":[10.625,0.625,11.25,0.75]},"up":{"texture":"#0","uv":[10,0.625,9.375,0]},"west":{"texture":"#0","uv":[10,0.625,10.625,0.75]}},"from":[-14.4,-5.2,-12],"shade":false,"to":[-12.4,-4.7999997,-10]},{"faces":{"down":{"texture":"#0","uv":[10.625,0,10,0.625]},"east":{"texture":"#0","uv":[8.75,0.625,9.375,0.75]},"north":{"texture":"#0","uv":[9.375,0.625,10,0.75]},"south":{"texture":"#0","uv":[10.625,0.625,11.25,0.75]},"up":{"texture":"#0","uv":[10,0.625,9.375,0]},"west":{"texture":"#0","uv":[10,0.625,10.625,0.75]}},"from":[-14.4,-0.8000002,-12],"shade":false,"to":[-12.4,-0.40000018,-10]}],"overrides":[],"textures":{"0":"item/w88907092_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w260.json b/assets/minecraft/models/w260.json new file mode 100644 index 000000000..ac11c3506 --- /dev/null +++ b/assets/minecraft/models/w260.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.375,1,4.5,1.125]},"east":{"texture":"#0","uv":[4.5,1.125,4.375,1.25]},"north":{"texture":"#0","uv":[4.375,1.125,4.25,1.25]},"south":{"texture":"#0","uv":[4.625,1.125,4.5,1.25]},"up":{"texture":"#0","uv":[4.25,1.125,4.375,1]},"west":{"texture":"#0","uv":[4.25,1.125,4.125,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.4,-15.4,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2600.json b/assets/minecraft/models/w2600.json new file mode 100644 index 000000000..cc74ba355 --- /dev/null +++ b/assets/minecraft/models/w2600.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,6.9375,14.65625,7.0625]},"east":{"texture":"#0","uv":[14.4375,7.0625,14.5625,7.1875]},"north":{"texture":"#0","uv":[14.5625,7.0625,14.65625,7.1875]},"south":{"texture":"#0","uv":[14.78125,7.0625,14.875,7.1875]},"up":{"texture":"#0","uv":[14.65625,7.0625,14.5625,6.9375]},"west":{"texture":"#0","uv":[14.65625,7.0625,14.78125,7.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2601.json b/assets/minecraft/models/w2601.json new file mode 100644 index 000000000..cc74ba355 --- /dev/null +++ b/assets/minecraft/models/w2601.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,6.9375,14.65625,7.0625]},"east":{"texture":"#0","uv":[14.4375,7.0625,14.5625,7.1875]},"north":{"texture":"#0","uv":[14.5625,7.0625,14.65625,7.1875]},"south":{"texture":"#0","uv":[14.78125,7.0625,14.875,7.1875]},"up":{"texture":"#0","uv":[14.65625,7.0625,14.5625,6.9375]},"west":{"texture":"#0","uv":[14.65625,7.0625,14.78125,7.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2602.json b/assets/minecraft/models/w2602.json new file mode 100644 index 000000000..9e9934ef1 --- /dev/null +++ b/assets/minecraft/models/w2602.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,6.9375,14.65625,7.0625]},"east":{"texture":"#0","uv":[14.4375,7.0625,14.5625,7.1875]},"north":{"texture":"#0","uv":[14.5625,7.0625,14.65625,7.1875]},"south":{"texture":"#0","uv":[14.78125,7.0625,14.875,7.1875]},"up":{"texture":"#0","uv":[14.65625,7.0625,14.5625,6.9375]},"west":{"texture":"#0","uv":[14.65625,7.0625,14.78125,7.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.2,-14.2]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2603.json b/assets/minecraft/models/w2603.json new file mode 100644 index 000000000..9e9934ef1 --- /dev/null +++ b/assets/minecraft/models/w2603.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,6.9375,14.65625,7.0625]},"east":{"texture":"#0","uv":[14.4375,7.0625,14.5625,7.1875]},"north":{"texture":"#0","uv":[14.5625,7.0625,14.65625,7.1875]},"south":{"texture":"#0","uv":[14.78125,7.0625,14.875,7.1875]},"up":{"texture":"#0","uv":[14.65625,7.0625,14.5625,6.9375]},"west":{"texture":"#0","uv":[14.65625,7.0625,14.78125,7.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.2,-14.2]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2604.json b/assets/minecraft/models/w2604.json new file mode 100644 index 000000000..856bd72c3 --- /dev/null +++ b/assets/minecraft/models/w2604.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.25,6.5625,10.96875,7.09375]},"east":{"texture":"#0","uv":[10.15625,7.09375,10.6875,7.1875]},"north":{"texture":"#0","uv":[10.6875,7.09375,10.96875,7.1875]},"south":{"texture":"#0","uv":[11.5,7.09375,11.78125,7.1875]},"up":{"texture":"#0","uv":[10.96875,7.09375,10.6875,6.5625]},"west":{"texture":"#0","uv":[10.96875,7.09375,11.5,7.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.408,-14.808001,-9.257999]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2605.json b/assets/minecraft/models/w2605.json new file mode 100644 index 000000000..b60cc96fb --- /dev/null +++ b/assets/minecraft/models/w2605.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.625,5.34375,11.34375,6.25]},"east":{"texture":"#0","uv":[10.15625,6.25,11.0625,6.5]},"north":{"texture":"#0","uv":[11.0625,6.25,11.34375,6.5]},"up":{"texture":"#0","uv":[11.34375,6.25,11.0625,5.34375]},"west":{"texture":"#0","uv":[11.34375,6.25,12.25,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.392,-12.792,-4.392]},{"faces":{"down":{"texture":"#0","uv":[12.65625,6.84375,12.375,7.09375]},"east":{"texture":"#0","uv":[11.84375,7.09375,12.09375,7.1875]},"north":{"texture":"#0","uv":[12.09375,7.09375,12.375,7.1875]},"south":{"texture":"#0","uv":[12.625,7.09375,12.90625,7.1875]},"up":{"texture":"#0","uv":[12.375,7.09375,12.09375,6.84375]},"west":{"texture":"#0","uv":[12.375,7.09375,12.625,7.1875]}},"from":[-15.988,-13.375706,-7.4662075],"rotation":{"angle":22.5,"axis":"x","origin":[-16.796,-12.183706,-5.8742085],"rescale":false},"shade":false,"to":[-12.404,-12.191706,-4.282208]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2606.json b/assets/minecraft/models/w2606.json new file mode 100644 index 000000000..acae51b8d --- /dev/null +++ b/assets/minecraft/models/w2606.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.65625,6.9375,14.75,7.0625]},"east":{"texture":"#0","uv":[14.78125,7.0625,14.65625,7.1875]},"north":{"texture":"#0","uv":[14.65625,7.0625,14.5625,7.1875]},"south":{"texture":"#0","uv":[14.875,7.0625,14.78125,7.1875]},"up":{"texture":"#0","uv":[14.5625,7.0625,14.65625,6.9375]},"west":{"texture":"#0","uv":[14.5625,7.0625,14.4375,7.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2607.json b/assets/minecraft/models/w2607.json new file mode 100644 index 000000000..acae51b8d --- /dev/null +++ b/assets/minecraft/models/w2607.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.65625,6.9375,14.75,7.0625]},"east":{"texture":"#0","uv":[14.78125,7.0625,14.65625,7.1875]},"north":{"texture":"#0","uv":[14.65625,7.0625,14.5625,7.1875]},"south":{"texture":"#0","uv":[14.875,7.0625,14.78125,7.1875]},"up":{"texture":"#0","uv":[14.5625,7.0625,14.65625,6.9375]},"west":{"texture":"#0","uv":[14.5625,7.0625,14.4375,7.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2608.json b/assets/minecraft/models/w2608.json new file mode 100644 index 000000000..c1f40d757 --- /dev/null +++ b/assets/minecraft/models/w2608.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.65625,6.9375,14.75,7.0625]},"east":{"texture":"#0","uv":[14.78125,7.0625,14.65625,7.1875]},"north":{"texture":"#0","uv":[14.65625,7.0625,14.5625,7.1875]},"south":{"texture":"#0","uv":[14.875,7.0625,14.78125,7.1875]},"up":{"texture":"#0","uv":[14.5625,7.0625,14.65625,6.9375]},"west":{"texture":"#0","uv":[14.5625,7.0625,14.4375,7.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.2,-14.2]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2609.json b/assets/minecraft/models/w2609.json new file mode 100644 index 000000000..c1f40d757 --- /dev/null +++ b/assets/minecraft/models/w2609.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.65625,6.9375,14.75,7.0625]},"east":{"texture":"#0","uv":[14.78125,7.0625,14.65625,7.1875]},"north":{"texture":"#0","uv":[14.65625,7.0625,14.5625,7.1875]},"south":{"texture":"#0","uv":[14.875,7.0625,14.78125,7.1875]},"up":{"texture":"#0","uv":[14.5625,7.0625,14.65625,6.9375]},"west":{"texture":"#0","uv":[14.5625,7.0625,14.4375,7.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.2,-14.2]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w261.json b/assets/minecraft/models/w261.json new file mode 100644 index 000000000..e2dde599a --- /dev/null +++ b/assets/minecraft/models/w261.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.75,0,4.5,0.625]},"east":{"texture":"#0","uv":[3.625,0.625,4.25,0.875]},"north":{"texture":"#0","uv":[4.25,0.625,4.5,0.875]},"south":{"texture":"#0","uv":[5.125,0.625,5.375,0.875]},"up":{"texture":"#0","uv":[4.5,0.625,4.25,0]},"west":{"texture":"#0","uv":[4.5,0.625,5.125,0.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-14]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2610.json b/assets/minecraft/models/w2610.json new file mode 100644 index 000000000..110bc0d0f --- /dev/null +++ b/assets/minecraft/models/w2610.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.96875,6.5625,11.25,7.09375]},"east":{"texture":"#0","uv":[11.5,7.09375,10.96875,7.1875]},"north":{"texture":"#0","uv":[10.96875,7.09375,10.6875,7.1875]},"south":{"texture":"#0","uv":[11.78125,7.09375,11.5,7.1875]},"up":{"texture":"#0","uv":[10.6875,7.09375,10.96875,6.5625]},"west":{"texture":"#0","uv":[10.6875,7.09375,10.15625,7.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.408,-14.808001,-9.257999]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2611.json b/assets/minecraft/models/w2611.json new file mode 100644 index 000000000..661c0f357 --- /dev/null +++ b/assets/minecraft/models/w2611.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.34375,5.34375,11.625,6.25]},"east":{"texture":"#0","uv":[12.25,6.25,11.34375,6.5]},"north":{"texture":"#0","uv":[11.34375,6.25,11.0625,6.5]},"south":{"texture":"#0","uv":[12.53125,6.25,12.25,6.5]},"up":{"texture":"#0","uv":[11.0625,6.25,11.34375,5.34375]},"west":{"texture":"#0","uv":[11.0625,6.25,10.15625,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.8,-4.3999996]},{"faces":{"down":{"texture":"#0","uv":[12.375,6.84375,12.65625,7.09375]},"east":{"texture":"#0","uv":[12.625,7.09375,12.375,7.1875]},"north":{"texture":"#0","uv":[12.375,7.09375,12.09375,7.1875]},"south":{"texture":"#0","uv":[12.90625,7.09375,12.625,7.1875]},"up":{"texture":"#0","uv":[12.09375,7.09375,12.375,6.84375]},"west":{"texture":"#0","uv":[12.09375,7.09375,11.84375,7.1875]}},"from":[-15.992,-13.379706,-7.470207],"rotation":{"angle":22.5,"axis":"x","origin":[-11.6,-12.187706,-5.878207],"rescale":false},"shade":false,"to":[-12.408,-12.195706,-4.2862077]}],"overrides":[],"textures":{"0":"item/w1539464564_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2612.json b/assets/minecraft/models/w2612.json new file mode 100644 index 000000000..19e588a1a --- /dev/null +++ b/assets/minecraft/models/w2612.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,12.96875,1.5,14.46875]},"east":{"texture":"#0","uv":[0,14.5,1.5,16]},"north":{"texture":"#0","uv":[1.5,14.5,3,16]},"south":{"texture":"#0","uv":[1.5,14.5,3,16]},"up":{"texture":"#0","uv":[1.5,14.46875,0,12.96875]},"west":{"texture":"#0","uv":[1.5,14.5,0,16]}},"from":[-14,-11.171021,-16],"shade":false,"to":[5.200001,8.028979,3.2000008]},{"faces":{"down":{"texture":"#0","uv":[13.46875,9.6875,13.78125,10.25]},"east":{"texture":"#0","uv":[10.125,9.6875,10.6875,11.375]},"north":{"texture":"#0","uv":[14.25,9.40625,13.9375,11.65625]},"south":{"texture":"#0","uv":[13.9375,9.40625,14.25,11.65625]},"up":{"texture":"#0","uv":[13.125,10.25,13.4375,9.6875]},"west":{"texture":"#0","uv":[10.6875,9.6875,10.125,11.375]}},"from":[-6.3838987,-16,-5.2040005],"rotation":{"angle":-45,"axis":"z","origin":[-4.3999996,-1.571022,-1.6000004],"rescale":false},"shade":false,"to":[-2.4161005,12.857956,2.0040011]},{"faces":{"down":{"texture":"#0","uv":[13.78125,9.6875,13.46875,10.25]},"east":{"texture":"#0","uv":[10.125,9.6875,10.6875,11.375]},"north":{"texture":"#0","uv":[13.9375,9.40625,14.25,11.65625]},"south":{"texture":"#0","uv":[14.25,9.40625,13.9375,11.65625]},"up":{"texture":"#0","uv":[13.4375,10.25,13.125,9.6875]},"west":{"texture":"#0","uv":[10.6875,9.6875,10.125,11.375]}},"from":[-6.3838987,-16,-5.2040005],"rotation":{"angle":45,"axis":"z","origin":[-4.3999996,-1.571022,-1.6000004],"rescale":false},"shade":false,"to":[-2.4161005,12.857956,2.0040011]},{"faces":{"down":{"texture":"#0","uv":[13.90625,11.09375,12.53125,11.65625]},"east":{"texture":"#0","uv":[10.125,9.6875,10.6875,11.375]},"north":{"texture":"#0","uv":[14.625,9.84375,16,11.65625]},"south":{"texture":"#0","uv":[14.625,9.84375,16,11.65625]},"up":{"texture":"#0","uv":[13.90625,9.65625,12.53125,9.09375]},"west":{"texture":"#0","uv":[10.6875,9.6875,10.125,11.375]}},"from":[-13.2,-13.171021,-5.2],"shade":false,"to":[4.4000006,10.028979,2]},{"faces":{"down":{"texture":"#0","uv":[12.375,11.375,10.6875,11.9375]},"east":{"texture":"#0","uv":[12.53125,9.6875,13.09375,11.0625]},"north":{"texture":"#0","uv":[10.6875,9.6875,12.5,11.0625]},"south":{"texture":"#0","uv":[10.6875,9.6875,12.5,11.0625]},"up":{"texture":"#0","uv":[12.375,9.6875,10.6875,9.125]},"west":{"texture":"#0","uv":[13.09375,9.6875,12.53125,11.0625]}},"from":[-16,-10.371021,-5.2],"shade":false,"to":[7.200001,7.228979,2]},{"faces":{"down":{"texture":"#0","uv":[5.34375,15.4375,3.65625,16]},"east":{"texture":"#0","uv":[5.5,13.75,6.0625,15.125]},"north":{"texture":"#0","uv":[7.59375,12.5,9.40625,13.875]},"south":{"texture":"#0","uv":[7.59375,12.5,9.40625,13.875]},"up":{"texture":"#0","uv":[5.34375,13.75,3.65625,13.1875]},"west":{"texture":"#0","uv":[6.0625,13.75,5.5,15.125]}},"from":[-16,-10.371021,-14.8],"shade":false,"to":[7.200001,7.228979,-7.6000004]},{"faces":{"down":{"texture":"#0","uv":[6.75,13.75,6.4375,14.3125]},"east":{"texture":"#0","uv":[3.09375,13.75,3.65625,15.4375]},"north":{"texture":"#0","uv":[6.90625,13.46875,7.21875,15.71875]},"south":{"texture":"#0","uv":[7.21875,13.46875,6.90625,15.71875]},"up":{"texture":"#0","uv":[6.40625,14.3125,6.09375,13.75]},"west":{"texture":"#0","uv":[3.65625,13.75,3.09375,15.4375]}},"from":[-6.3838987,-16,-14.803999],"rotation":{"angle":45,"axis":"z","origin":[-4.3999996,-1.571022,-11.2],"rescale":false},"shade":false,"to":[-2.4161005,12.857956,-7.595999]},{"faces":{"down":{"texture":"#0","uv":[6.875,15.15625,5.5,15.71875]},"east":{"texture":"#0","uv":[3.09375,13.75,3.65625,15.4375]},"north":{"texture":"#0","uv":[9.03125,13.90625,10.40625,15.71875]},"south":{"texture":"#0","uv":[7.59375,13.90625,8.96875,15.71875]},"up":{"texture":"#0","uv":[6.875,13.71875,5.5,13.15625]},"west":{"texture":"#0","uv":[3.65625,13.75,3.09375,15.4375]}},"from":[-13.2,-13.171021,-14.8],"shade":false,"to":[4.4000006,10.028979,-7.6000004]},{"faces":{"down":{"texture":"#0","uv":[6.4375,13.75,6.75,14.3125]},"east":{"texture":"#0","uv":[3.09375,13.75,3.65625,15.4375]},"north":{"texture":"#0","uv":[7.21875,13.46875,6.90625,15.71875]},"south":{"texture":"#0","uv":[6.90625,13.46875,7.21875,15.71875]},"up":{"texture":"#0","uv":[6.09375,14.3125,6.40625,13.75]},"west":{"texture":"#0","uv":[3.65625,13.75,3.09375,15.4375]}},"from":[-6.3838987,-16,-14.803999],"rotation":{"angle":-45,"axis":"z","origin":[-4.3999996,-1.571022,-11.2],"rescale":false},"shade":false,"to":[-2.4161005,12.857956,-7.595999]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2613.json b/assets/minecraft/models/w2613.json new file mode 100644 index 000000000..09f793e26 --- /dev/null +++ b/assets/minecraft/models/w2613.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,12.96875,1.5,14.46875]},"east":{"texture":"#0","uv":[0,14.5,1.5,16]},"north":{"texture":"#0","uv":[1.5,14.5,3,16]},"south":{"texture":"#0","uv":[1.5,14.5,3,16]},"up":{"texture":"#0","uv":[1.5,14.46875,0,12.96875]},"west":{"texture":"#0","uv":[1.5,14.5,0,16]}},"from":[-14,-11.171021,-16],"shade":false,"to":[5.200001,8.028979,3.2000008]},{"faces":{"down":{"texture":"#0","uv":[13.46875,9.6875,13.78125,10.25]},"east":{"texture":"#0","uv":[10.125,9.6875,10.6875,11.375]},"north":{"texture":"#0","uv":[14.25,9.40625,13.9375,11.65625]},"south":{"texture":"#0","uv":[13.9375,9.40625,14.25,11.65625]},"up":{"texture":"#0","uv":[13.125,10.25,13.4375,9.6875]},"west":{"texture":"#0","uv":[10.6875,9.6875,10.125,11.375]}},"from":[-6.3838987,-16,-5.2040005],"rotation":{"angle":-45,"axis":"z","origin":[-4.3999996,-1.571022,-1.6000004],"rescale":false},"shade":false,"to":[-2.4161005,12.857956,2.0039983]},{"faces":{"down":{"texture":"#0","uv":[13.78125,9.6875,13.46875,10.25]},"east":{"texture":"#0","uv":[10.125,9.6875,10.6875,11.375]},"north":{"texture":"#0","uv":[13.9375,9.40625,14.25,11.65625]},"south":{"texture":"#0","uv":[14.25,9.40625,13.9375,11.65625]},"up":{"texture":"#0","uv":[13.4375,10.25,13.125,9.6875]},"west":{"texture":"#0","uv":[10.6875,9.6875,10.125,11.375]}},"from":[-6.3838987,-16,-5.2040005],"rotation":{"angle":45,"axis":"z","origin":[-4.3999996,-1.571022,-1.6000004],"rescale":false},"shade":false,"to":[-2.4161005,12.857956,2.0039983]},{"faces":{"down":{"texture":"#0","uv":[13.90625,11.09375,12.53125,11.65625]},"east":{"texture":"#0","uv":[10.125,9.6875,10.6875,11.375]},"north":{"texture":"#0","uv":[14.625,9.84375,16,11.65625]},"south":{"texture":"#0","uv":[14.625,9.84375,16,11.65625]},"up":{"texture":"#0","uv":[13.90625,9.65625,12.53125,9.09375]},"west":{"texture":"#0","uv":[10.6875,9.6875,10.125,11.375]}},"from":[-13.2,-13.171021,-5.2],"shade":false,"to":[4.4000006,10.028979,2]},{"faces":{"down":{"texture":"#0","uv":[12.375,11.375,10.6875,11.9375]},"east":{"texture":"#0","uv":[12.53125,9.6875,13.09375,11.0625]},"north":{"texture":"#0","uv":[10.6875,9.6875,12.5,11.0625]},"south":{"texture":"#0","uv":[10.6875,9.6875,12.5,11.0625]},"up":{"texture":"#0","uv":[12.375,9.6875,10.6875,9.125]},"west":{"texture":"#0","uv":[13.09375,9.6875,12.53125,11.0625]}},"from":[-16,-10.371021,-5.2],"shade":false,"to":[7.200001,7.228979,2]},{"faces":{"down":{"texture":"#0","uv":[5.34375,15.4375,3.65625,16]},"east":{"texture":"#0","uv":[5.5,13.75,6.0625,15.125]},"north":{"texture":"#0","uv":[7.59375,12.5,9.40625,13.875]},"south":{"texture":"#0","uv":[7.59375,12.5,9.40625,13.875]},"up":{"texture":"#0","uv":[5.34375,13.75,3.65625,13.1875]},"west":{"texture":"#0","uv":[6.0625,13.75,5.5,15.125]}},"from":[-16,-10.371021,-14.8],"shade":false,"to":[7.200001,7.228979,-7.6000004]},{"faces":{"down":{"texture":"#0","uv":[6.75,13.75,6.4375,14.3125]},"east":{"texture":"#0","uv":[3.09375,13.75,3.65625,15.4375]},"north":{"texture":"#0","uv":[6.90625,13.46875,7.21875,15.71875]},"south":{"texture":"#0","uv":[7.21875,13.46875,6.90625,15.71875]},"up":{"texture":"#0","uv":[6.40625,14.3125,6.09375,13.75]},"west":{"texture":"#0","uv":[3.65625,13.75,3.09375,15.4375]}},"from":[-6.3838987,-16,-14.804001],"rotation":{"angle":45,"axis":"z","origin":[-4.3999996,-1.571022,-11.2],"rescale":false},"shade":false,"to":[-2.4161005,12.857956,-7.5959992]},{"faces":{"down":{"texture":"#0","uv":[6.875,15.15625,5.5,15.71875]},"east":{"texture":"#0","uv":[3.09375,13.75,3.65625,15.4375]},"north":{"texture":"#0","uv":[9.03125,13.90625,10.40625,15.71875]},"south":{"texture":"#0","uv":[7.59375,13.90625,8.96875,15.71875]},"up":{"texture":"#0","uv":[6.875,13.71875,5.5,13.15625]},"west":{"texture":"#0","uv":[3.65625,13.75,3.09375,15.4375]}},"from":[-13.2,-13.171021,-14.8],"shade":false,"to":[4.4000006,10.028979,-7.6000004]},{"faces":{"down":{"texture":"#0","uv":[6.4375,13.75,6.75,14.3125]},"east":{"texture":"#0","uv":[3.09375,13.75,3.65625,15.4375]},"north":{"texture":"#0","uv":[7.21875,13.46875,6.90625,15.71875]},"south":{"texture":"#0","uv":[6.90625,13.46875,7.21875,15.71875]},"up":{"texture":"#0","uv":[6.09375,14.3125,6.40625,13.75]},"west":{"texture":"#0","uv":[3.65625,13.75,3.09375,15.4375]}},"from":[-6.3838987,-16,-14.804001],"rotation":{"angle":-45,"axis":"z","origin":[-4.3999996,-1.571022,-11.2],"rescale":false},"shade":false,"to":[-2.4161005,12.857956,-7.5959992]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2614.json b/assets/minecraft/models/w2614.json new file mode 100644 index 000000000..b0f72e965 --- /dev/null +++ b/assets/minecraft/models/w2614.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,12.96875,1.5,14.46875]},"east":{"texture":"#0","uv":[0,14.5,1.5,16]},"north":{"texture":"#0","uv":[1.5,14.5,3,16]},"south":{"texture":"#0","uv":[1.5,14.5,3,16]},"up":{"texture":"#0","uv":[1.5,14.46875,0,12.96875]},"west":{"texture":"#0","uv":[1.5,14.5,0,16]}},"from":[-14,-11.171021,-16],"shade":false,"to":[5.200001,8.028979,3.2000008]},{"faces":{"down":{"texture":"#0","uv":[13.46875,9.6875,13.78125,10.25]},"east":{"texture":"#0","uv":[10.125,9.6875,10.6875,11.375]},"north":{"texture":"#0","uv":[14.25,9.40625,13.9375,11.65625]},"south":{"texture":"#0","uv":[13.9375,9.40625,14.25,11.65625]},"up":{"texture":"#0","uv":[13.125,10.25,13.4375,9.6875]},"west":{"texture":"#0","uv":[10.6875,9.6875,10.125,11.375]}},"from":[-6.3838987,-16,-5.2039976],"rotation":{"angle":-45,"axis":"z","origin":[-4.3999996,-1.571022,-1.6000004],"rescale":false},"shade":false,"to":[-2.4161005,12.857956,2.0039978]},{"faces":{"down":{"texture":"#0","uv":[13.78125,9.6875,13.46875,10.25]},"east":{"texture":"#0","uv":[10.125,9.6875,10.6875,11.375]},"north":{"texture":"#0","uv":[13.9375,9.40625,14.25,11.65625]},"south":{"texture":"#0","uv":[14.25,9.40625,13.9375,11.65625]},"up":{"texture":"#0","uv":[13.4375,10.25,13.125,9.6875]},"west":{"texture":"#0","uv":[10.6875,9.6875,10.125,11.375]}},"from":[-6.3838987,-16,-5.2039976],"rotation":{"angle":45,"axis":"z","origin":[-4.3999996,-1.571022,-1.6000004],"rescale":false},"shade":false,"to":[-2.4161005,12.857956,2.0039978]},{"faces":{"down":{"texture":"#0","uv":[13.90625,11.09375,12.53125,11.65625]},"east":{"texture":"#0","uv":[10.125,9.6875,10.6875,11.375]},"north":{"texture":"#0","uv":[14.625,9.84375,16,11.65625]},"south":{"texture":"#0","uv":[14.625,9.84375,16,11.65625]},"up":{"texture":"#0","uv":[13.90625,9.65625,12.53125,9.09375]},"west":{"texture":"#0","uv":[10.6875,9.6875,10.125,11.375]}},"from":[-13.2,-13.171021,-5.2],"shade":false,"to":[4.4000006,10.028979,2]},{"faces":{"down":{"texture":"#0","uv":[12.375,11.375,10.6875,11.9375]},"east":{"texture":"#0","uv":[12.53125,9.6875,13.09375,11.0625]},"north":{"texture":"#0","uv":[10.6875,9.6875,12.5,11.0625]},"south":{"texture":"#0","uv":[10.6875,9.6875,12.5,11.0625]},"up":{"texture":"#0","uv":[12.375,9.6875,10.6875,9.125]},"west":{"texture":"#0","uv":[13.09375,9.6875,12.53125,11.0625]}},"from":[-16,-10.371021,-5.2],"shade":false,"to":[7.200001,7.228979,2]},{"faces":{"down":{"texture":"#0","uv":[5.34375,15.4375,3.65625,16]},"east":{"texture":"#0","uv":[5.5,13.75,6.0625,15.125]},"north":{"texture":"#0","uv":[7.59375,12.5,9.40625,13.875]},"south":{"texture":"#0","uv":[7.59375,12.5,9.40625,13.875]},"up":{"texture":"#0","uv":[5.34375,13.75,3.65625,13.1875]},"west":{"texture":"#0","uv":[6.0625,13.75,5.5,15.125]}},"from":[-16,-10.371021,-14.8],"shade":false,"to":[7.200001,7.228979,-7.6000004]},{"faces":{"down":{"texture":"#0","uv":[6.75,13.75,6.4375,14.3125]},"east":{"texture":"#0","uv":[3.09375,13.75,3.65625,15.4375]},"north":{"texture":"#0","uv":[6.90625,13.46875,7.21875,15.71875]},"south":{"texture":"#0","uv":[7.21875,13.46875,6.90625,15.71875]},"up":{"texture":"#0","uv":[6.40625,14.3125,6.09375,13.75]},"west":{"texture":"#0","uv":[3.65625,13.75,3.09375,15.4375]}},"from":[-6.3838987,-16,-14.803998],"rotation":{"angle":45,"axis":"z","origin":[-4.3999996,-1.571022,-11.2],"rescale":false},"shade":false,"to":[-2.4161005,12.857956,-7.5960026]},{"faces":{"down":{"texture":"#0","uv":[6.875,15.15625,5.5,15.71875]},"east":{"texture":"#0","uv":[3.09375,13.75,3.65625,15.4375]},"north":{"texture":"#0","uv":[9.03125,13.90625,10.40625,15.71875]},"south":{"texture":"#0","uv":[7.59375,13.90625,8.96875,15.71875]},"up":{"texture":"#0","uv":[6.875,13.71875,5.5,13.15625]},"west":{"texture":"#0","uv":[3.65625,13.75,3.09375,15.4375]}},"from":[-13.2,-13.171021,-14.8],"shade":false,"to":[4.4000006,10.028979,-7.6000004]},{"faces":{"down":{"texture":"#0","uv":[6.4375,13.75,6.75,14.3125]},"east":{"texture":"#0","uv":[3.09375,13.75,3.65625,15.4375]},"north":{"texture":"#0","uv":[7.21875,13.46875,6.90625,15.71875]},"south":{"texture":"#0","uv":[6.90625,13.46875,7.21875,15.71875]},"up":{"texture":"#0","uv":[6.09375,14.3125,6.40625,13.75]},"west":{"texture":"#0","uv":[3.65625,13.75,3.09375,15.4375]}},"from":[-6.3838987,-16,-14.803998],"rotation":{"angle":-45,"axis":"z","origin":[-4.3999996,-1.571022,-11.2],"rescale":false},"shade":false,"to":[-2.4161005,12.857956,-7.5960026]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2615.json b/assets/minecraft/models/w2615.json new file mode 100644 index 000000000..2dcfe31d7 --- /dev/null +++ b/assets/minecraft/models/w2615.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,12.96875,1.5,14.46875]},"east":{"texture":"#0","uv":[0,14.5,1.5,16]},"north":{"texture":"#0","uv":[1.5,14.5,3,16]},"south":{"texture":"#0","uv":[1.5,14.5,3,16]},"up":{"texture":"#0","uv":[1.5,14.46875,0,12.96875]},"west":{"texture":"#0","uv":[1.5,14.5,0,16]}},"from":[-14,-11.171022,-16],"shade":false,"to":[5.200001,8.028978,3.2000008]},{"faces":{"down":{"texture":"#0","uv":[13.46875,9.6875,13.78125,10.25]},"east":{"texture":"#0","uv":[10.125,9.6875,10.6875,11.375]},"north":{"texture":"#0","uv":[14.25,9.40625,13.9375,11.65625]},"south":{"texture":"#0","uv":[13.9375,9.40625,14.25,11.65625]},"up":{"texture":"#0","uv":[13.125,10.25,13.4375,9.6875]},"west":{"texture":"#0","uv":[10.6875,9.6875,10.125,11.375]}},"from":[-6.3838987,-16,-5.2039976],"rotation":{"angle":-45,"axis":"z","origin":[-4.3999996,-1.571022,-1.6000004],"rescale":false},"shade":false,"to":[-2.4161005,12.857956,2.0039978]},{"faces":{"down":{"texture":"#0","uv":[13.78125,9.6875,13.46875,10.25]},"east":{"texture":"#0","uv":[10.125,9.6875,10.6875,11.375]},"north":{"texture":"#0","uv":[13.9375,9.40625,14.25,11.65625]},"south":{"texture":"#0","uv":[14.25,9.40625,13.9375,11.65625]},"up":{"texture":"#0","uv":[13.4375,10.25,13.125,9.6875]},"west":{"texture":"#0","uv":[10.6875,9.6875,10.125,11.375]}},"from":[-6.3838987,-16,-5.2039976],"rotation":{"angle":45,"axis":"z","origin":[-4.3999996,-1.571022,-1.6000004],"rescale":false},"shade":false,"to":[-2.4161005,12.857956,2.0039978]},{"faces":{"down":{"texture":"#0","uv":[13.90625,11.09375,12.53125,11.65625]},"east":{"texture":"#0","uv":[10.125,9.6875,10.6875,11.375]},"north":{"texture":"#0","uv":[14.625,9.84375,16,11.65625]},"south":{"texture":"#0","uv":[14.625,9.84375,16,11.65625]},"up":{"texture":"#0","uv":[13.90625,9.65625,12.53125,9.09375]},"west":{"texture":"#0","uv":[10.6875,9.6875,10.125,11.375]}},"from":[-13.2,-13.171022,-5.2],"shade":false,"to":[4.4000006,10.028978,2]},{"faces":{"down":{"texture":"#0","uv":[12.375,11.375,10.6875,11.9375]},"east":{"texture":"#0","uv":[12.53125,9.6875,13.09375,11.0625]},"north":{"texture":"#0","uv":[10.6875,9.6875,12.5,11.0625]},"south":{"texture":"#0","uv":[10.6875,9.6875,12.5,11.0625]},"up":{"texture":"#0","uv":[12.375,9.6875,10.6875,9.125]},"west":{"texture":"#0","uv":[13.09375,9.6875,12.53125,11.0625]}},"from":[-16,-10.371022,-5.2],"shade":false,"to":[7.200001,7.228978,2]},{"faces":{"down":{"texture":"#0","uv":[5.34375,15.4375,3.65625,16]},"east":{"texture":"#0","uv":[5.5,13.75,6.0625,15.125]},"north":{"texture":"#0","uv":[7.59375,12.5,9.40625,13.875]},"south":{"texture":"#0","uv":[7.59375,12.5,9.40625,13.875]},"up":{"texture":"#0","uv":[5.34375,13.75,3.65625,13.1875]},"west":{"texture":"#0","uv":[6.0625,13.75,5.5,15.125]}},"from":[-16,-10.371022,-14.8],"shade":false,"to":[7.200001,7.228978,-7.6000004]},{"faces":{"down":{"texture":"#0","uv":[6.75,13.75,6.4375,14.3125]},"east":{"texture":"#0","uv":[3.09375,13.75,3.65625,15.4375]},"north":{"texture":"#0","uv":[6.90625,13.46875,7.21875,15.71875]},"south":{"texture":"#0","uv":[7.21875,13.46875,6.90625,15.71875]},"up":{"texture":"#0","uv":[6.40625,14.3125,6.09375,13.75]},"west":{"texture":"#0","uv":[3.65625,13.75,3.09375,15.4375]}},"from":[-6.3838987,-16,-14.803998],"rotation":{"angle":45,"axis":"z","origin":[-4.3999996,-1.571022,-11.2],"rescale":false},"shade":false,"to":[-2.4161005,12.857956,-7.5960026]},{"faces":{"down":{"texture":"#0","uv":[6.875,15.15625,5.5,15.71875]},"east":{"texture":"#0","uv":[3.09375,13.75,3.65625,15.4375]},"north":{"texture":"#0","uv":[9.03125,13.90625,10.40625,15.71875]},"south":{"texture":"#0","uv":[7.59375,13.90625,8.96875,15.71875]},"up":{"texture":"#0","uv":[6.875,13.71875,5.5,13.15625]},"west":{"texture":"#0","uv":[3.65625,13.75,3.09375,15.4375]}},"from":[-13.2,-13.171022,-14.8],"shade":false,"to":[4.4000006,10.028978,-7.6000004]},{"faces":{"down":{"texture":"#0","uv":[6.4375,13.75,6.75,14.3125]},"east":{"texture":"#0","uv":[3.09375,13.75,3.65625,15.4375]},"north":{"texture":"#0","uv":[7.21875,13.46875,6.90625,15.71875]},"south":{"texture":"#0","uv":[6.90625,13.46875,7.21875,15.71875]},"up":{"texture":"#0","uv":[6.09375,14.3125,6.40625,13.75]},"west":{"texture":"#0","uv":[3.65625,13.75,3.09375,15.4375]}},"from":[-6.3838987,-16,-14.803998],"rotation":{"angle":-45,"axis":"z","origin":[-4.3999996,-1.571022,-11.2],"rescale":false},"shade":false,"to":[-2.4161005,12.857956,-7.5960026]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2616.json b/assets/minecraft/models/w2616.json new file mode 100644 index 000000000..4a0cfa04c --- /dev/null +++ b/assets/minecraft/models/w2616.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3.75,9.8125,4.28125,11.316015]},"west":{"texture":"#0","uv":[4.28125,9.8125,3.75,11.316015]}},"from":[-16,-16,-16],"shade":false,"to":[-16,3.2450008,-9.2]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2617.json b/assets/minecraft/models/w2617.json new file mode 100644 index 000000000..4a0cfa04c --- /dev/null +++ b/assets/minecraft/models/w2617.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3.75,9.8125,4.28125,11.316015]},"west":{"texture":"#0","uv":[4.28125,9.8125,3.75,11.316015]}},"from":[-16,-16,-16],"shade":false,"to":[-16,3.2450008,-9.2]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2618.json b/assets/minecraft/models/w2618.json new file mode 100644 index 000000000..be5801150 --- /dev/null +++ b/assets/minecraft/models/w2618.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3.75,11.316015,4.28125,9.8125]},"west":{"texture":"#0","uv":[4.28125,11.316015,3.75,9.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,3.2450008,-9.2]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2619.json b/assets/minecraft/models/w2619.json new file mode 100644 index 000000000..4a0cfa04c --- /dev/null +++ b/assets/minecraft/models/w2619.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3.75,9.8125,4.28125,11.316015]},"west":{"texture":"#0","uv":[4.28125,9.8125,3.75,11.316015]}},"from":[-16,-16,-16],"shade":false,"to":[-16,3.2450008,-9.2]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w262.json b/assets/minecraft/models/w262.json new file mode 100644 index 000000000..e26554d02 --- /dev/null +++ b/assets/minecraft/models/w262.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,1,4.375,1.125]},"east":{"texture":"#0","uv":[4.125,1.125,4.25,1.25]},"north":{"texture":"#0","uv":[4.25,1.125,4.375,1.25]},"south":{"texture":"#0","uv":[4.5,1.125,4.625,1.25]},"up":{"texture":"#0","uv":[4.375,1.125,4.25,1]},"west":{"texture":"#0","uv":[4.375,1.125,4.5,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.4,-15.4,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2620.json b/assets/minecraft/models/w2620.json new file mode 100644 index 000000000..ddbd55dec --- /dev/null +++ b/assets/minecraft/models/w2620.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.90625,11.34375,5.53125,11.6875]},"east":{"texture":"#0","uv":[5.1875,9.84375,5.53125,11.34375]},"north":{"texture":"#0","uv":[5.53125,9.84375,6.90625,11.34375]},"south":{"texture":"#0","uv":[0.0625,11.34375,1.4375,12.84375]},"up":{"texture":"#0","uv":[6.90625,9.84375,5.53125,9.5]},"west":{"texture":"#0","uv":[6.90625,9.84375,7.25,11.34375]}},"from":[-16,-16,-16],"shade":false,"to":[1.6000004,3.2000008,-11.6]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2621.json b/assets/minecraft/models/w2621.json new file mode 100644 index 000000000..48288fcf4 --- /dev/null +++ b/assets/minecraft/models/w2621.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0.84375,0,0,1]},"west":{"texture":"#0","uv":[0,0,0.84375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-3.1999998,-5.2]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2622.json b/assets/minecraft/models/w2622.json new file mode 100644 index 000000000..fc31da0b9 --- /dev/null +++ b/assets/minecraft/models/w2622.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15.625,14.375,15.40625,14.75]},"north":{"texture":"#0","uv":[15.03125,14.375,15.40625,14.75]},"west":{"texture":"#0","uv":[15.40625,14.375,15.625,14.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.208,-10.91683,-13.208002]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2623.json b/assets/minecraft/models/w2623.json new file mode 100644 index 000000000..84a91e9de --- /dev/null +++ b/assets/minecraft/models/w2623.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[15,15.375,15.21875,16]},"south":{"texture":"#0","uv":[15.78125,15.375,16,16]},"west":{"texture":"#0","uv":[15.21875,15.375,15.78125,16]}},"from":[-15.996,-16,-15.996],"rotation":{"angle":-22.5,"axis":"z","origin":[-16,-8.004,-16],"rescale":false},"shade":false,"to":[-13.204,-8.008,-8.804001]},{"faces":{"north":{"texture":"#0","uv":[13.0625,15.4375,13.4375,16]},"south":{"texture":"#0","uv":[14,15.4375,14.375,16]}},"from":[-16,-15.2039995,-16],"shade":false,"to":[-11.2,-8.004,-8.8]},{"faces":{"east":{"texture":"#0","uv":[15.78125,15.375,15.21875,16]},"north":{"texture":"#0","uv":[15.21875,15.375,15,16]},"south":{"texture":"#0","uv":[16,15.375,15.78125,16]}},"from":[-13.996,-16,-15.996],"rotation":{"angle":22.5,"axis":"z","origin":[-11.2,-8.004,-16],"rescale":false},"shade":false,"to":[-11.204,-8.008,-8.804001]},{"faces":{"east":{"texture":"#0","uv":[12.0625,15.5,11.65625,16]},"north":{"texture":"#0","uv":[11.28125,15.5,11.65625,16]},"south":{"texture":"#0","uv":[12.0625,15.5,12.4375,16]},"west":{"texture":"#0","uv":[11.65625,15.5,12.0625,16]}},"from":[-16,-8.004,-16],"rotation":{"angle":45,"axis":"x","origin":[-16,-8.004,-16],"rescale":false},"shade":false,"to":[-11.2,-1.3128314,-10.908832]},{"faces":{"down":{"texture":"#0","uv":[14.59375,14.34375,14.21875,14.46875]},"east":{"texture":"#0","uv":[14.34375,14.46875,14.21875,14.75]},"north":{"texture":"#0","uv":[13.84375,14.46875,14.21875,14.75]},"south":{"texture":"#0","uv":[14.34375,14.46875,14.71875,14.75]},"up":{"texture":"#0","uv":[14.21875,14.46875,13.84375,14.34375]},"west":{"texture":"#0","uv":[14.21875,14.46875,14.34375,14.75]}},"from":[-16,-1.2809553,-12.476954],"rotation":{"angle":45,"axis":"x","origin":[-16,-8.0809555,-16.076954],"rescale":false},"shade":false,"to":[-11.2,2.3190446,-10.985785]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2624.json b/assets/minecraft/models/w2624.json new file mode 100644 index 000000000..8d04d8f13 --- /dev/null +++ b/assets/minecraft/models/w2624.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15.625,12.46875,15.40625,12.84375]},"north":{"texture":"#0","uv":[15.03125,12.46875,15.40625,12.84375]},"west":{"texture":"#0","uv":[15.40625,12.46875,15.625,12.84375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.406,-12.187622,-13.906]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2625.json b/assets/minecraft/models/w2625.json new file mode 100644 index 000000000..390f94543 --- /dev/null +++ b/assets/minecraft/models/w2625.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[15,13.46875,15.21875,14.09375]},"south":{"texture":"#0","uv":[15.78125,13.46875,16,14.09375]},"west":{"texture":"#0","uv":[15.21875,13.46875,15.78125,14.09375]}},"from":[-15.993001,-16,-15.993001],"rotation":{"angle":-22.5,"axis":"z","origin":[-15.996,-10.003,-15.996],"rescale":false},"shade":false,"to":[-13.899,-10.006,-10.599001]},{"faces":{"north":{"texture":"#0","uv":[13.0625,13.53125,13.4375,14.09375]},"south":{"texture":"#0","uv":[14,13.53125,14.375,14.09375]}},"from":[-16,-15.407,-16],"shade":false,"to":[-12.392,-9.999001,-10.592]},{"faces":{"east":{"texture":"#0","uv":[15.78125,13.46875,15.21875,14.09375]},"north":{"texture":"#0","uv":[15.21875,13.46875,15,14.09375]},"south":{"texture":"#0","uv":[16,13.46875,15.78125,14.09375]}},"from":[-14.493001,-16,-15.993001],"rotation":{"angle":22.5,"axis":"z","origin":[-12.396001,-10.003,-15.996],"rescale":false},"shade":false,"to":[-12.399,-10.006,-10.599001]},{"faces":{"east":{"texture":"#0","uv":[11.65625,13.59375,12.0625,14.09375]},"north":{"texture":"#0","uv":[11.28125,13.59375,11.65625,14.09375]},"south":{"texture":"#0","uv":[12.0625,13.59375,12.4375,14.09375]},"west":{"texture":"#0","uv":[11.65625,13.59375,12.0625,14.09375]}},"from":[-15.996,-10.003,-15.996],"rotation":{"angle":45,"axis":"x","origin":[-15.996,-10.003,-15.996],"rescale":false},"shade":false,"to":[-12.396,-4.984624,-12.177624]},{"faces":{"down":{"texture":"#0","uv":[14.59375,12.4375,14.21875,12.5625]},"east":{"texture":"#0","uv":[13.71875,12.5625,13.84375,12.84375]},"north":{"texture":"#0","uv":[13.84375,12.5625,14.21875,12.84375]},"south":{"texture":"#0","uv":[14.34375,12.5625,14.71875,12.84375]},"up":{"texture":"#0","uv":[14.21875,12.5625,13.84375,12.4375]},"west":{"texture":"#0","uv":[14.21875,12.5625,14.34375,12.84375]}},"from":[-15.996,-4.9607162,-13.353717],"rotation":{"angle":45,"axis":"x","origin":[-15.996,-10.060717,-16.053717],"rescale":false},"shade":false,"to":[-12.396,-2.2607162,-12.235341]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2626.json b/assets/minecraft/models/w2626.json new file mode 100644 index 000000000..af30a9d91 --- /dev/null +++ b/assets/minecraft/models/w2626.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15.625,12.46875,15.40625,12.84375]},"north":{"texture":"#0","uv":[15.40625,12.46875,15.03125,12.84375]},"west":{"texture":"#0","uv":[15.40625,12.46875,15.625,12.84375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.406,-12.187622,-13.906]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2627.json b/assets/minecraft/models/w2627.json new file mode 100644 index 000000000..c367fc191 --- /dev/null +++ b/assets/minecraft/models/w2627.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15.78125,13.46875,15.21875,14.09375]},"north":{"texture":"#0","uv":[15.21875,13.46875,15,14.09375]},"south":{"texture":"#0","uv":[16,13.46875,15.78125,14.09375]}},"from":[-14.497,-16,-15.997],"rotation":{"angle":22.5,"axis":"z","origin":[-12.4,-10.003,-16],"rescale":false},"shade":false,"to":[-12.403,-10.006,-10.603]},{"faces":{"north":{"texture":"#0","uv":[13.4375,13.53125,13.0625,14.09375]},"south":{"texture":"#0","uv":[14.375,13.53125,14,14.09375]}},"from":[-16,-15.403,-16],"shade":false,"to":[-12.4,-10.003,-10.6]},{"faces":{"north":{"texture":"#0","uv":[15,13.46875,15.21875,14.09375]},"south":{"texture":"#0","uv":[15.78125,13.46875,16,14.09375]},"west":{"texture":"#0","uv":[15.21875,13.46875,15.78125,14.09375]}},"from":[-15.997,-16,-15.997],"rotation":{"angle":-22.5,"axis":"z","origin":[-16,-10.003,-16],"rescale":false},"shade":false,"to":[-13.903,-10.006,-10.603]},{"faces":{"east":{"texture":"#0","uv":[12.0625,13.59375,11.65625,14.09375]},"north":{"texture":"#0","uv":[11.65625,13.59375,11.28125,14.09375]},"south":{"texture":"#0","uv":[12.4375,13.59375,12.0625,14.09375]},"west":{"texture":"#0","uv":[12.0625,13.59375,11.65625,14.09375]}},"from":[-16,-10.003,-16],"rotation":{"angle":45,"axis":"x","origin":[-12.4,-10.003,-16],"rescale":false},"shade":false,"to":[-12.4,-4.984624,-12.181623]},{"faces":{"down":{"texture":"#0","uv":[14.21875,12.4375,14.59375,12.5625]},"east":{"texture":"#0","uv":[14.34375,12.5625,14.21875,12.84375]},"north":{"texture":"#0","uv":[14.21875,12.5625,13.84375,12.84375]},"south":{"texture":"#0","uv":[14.71875,12.5625,14.34375,12.84375]},"up":{"texture":"#0","uv":[13.84375,12.5625,14.21875,12.4375]},"west":{"texture":"#0","uv":[13.84375,12.5625,13.71875,12.84375]}},"from":[-16,-4.9607162,-13.357717],"rotation":{"angle":45,"axis":"x","origin":[-12.4,-10.060717,-16.057716],"rescale":false},"shade":false,"to":[-12.4,-2.2607162,-12.239341]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2628.json b/assets/minecraft/models/w2628.json new file mode 100644 index 000000000..48288fcf4 --- /dev/null +++ b/assets/minecraft/models/w2628.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0.84375,0,0,1]},"west":{"texture":"#0","uv":[0,0,0.84375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-3.1999998,-5.2]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2629.json b/assets/minecraft/models/w2629.json new file mode 100644 index 000000000..fc31da0b9 --- /dev/null +++ b/assets/minecraft/models/w2629.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15.625,14.375,15.40625,14.75]},"north":{"texture":"#0","uv":[15.03125,14.375,15.40625,14.75]},"west":{"texture":"#0","uv":[15.40625,14.375,15.625,14.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.208,-10.91683,-13.208002]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w263.json b/assets/minecraft/models/w263.json new file mode 100644 index 000000000..9d0c9f2c7 --- /dev/null +++ b/assets/minecraft/models/w263.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,1.375,4.375,1.5]},"east":{"texture":"#0","uv":[4.125,1.5,4.25,1.625]},"north":{"texture":"#0","uv":[4.25,1.5,4.375,1.625]},"south":{"texture":"#0","uv":[4.5,1.5,4.625,1.625]},"up":{"texture":"#0","uv":[4.375,1.5,4.25,1.375]},"west":{"texture":"#0","uv":[4.375,1.5,4.5,1.625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.4,-15.4,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2630.json b/assets/minecraft/models/w2630.json new file mode 100644 index 000000000..2461f633f --- /dev/null +++ b/assets/minecraft/models/w2630.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[15,15.375,15.21875,16]},"south":{"texture":"#0","uv":[15.78125,15.375,16,16]},"west":{"texture":"#0","uv":[15.21875,15.375,15.78125,16]}},"from":[-15.996,-16,-15.995999],"rotation":{"angle":-22.5,"axis":"z","origin":[-16,-8.004,-16],"rescale":false},"shade":false,"to":[-13.204,-8.008,-8.804001]},{"faces":{"north":{"texture":"#0","uv":[13.0625,15.4375,13.4375,16]},"south":{"texture":"#0","uv":[14,15.4375,14.375,16]}},"from":[-16,-15.2039995,-16],"shade":false,"to":[-11.2,-8.004,-8.8]},{"faces":{"east":{"texture":"#0","uv":[15.78125,15.375,15.21875,16]},"north":{"texture":"#0","uv":[15.21875,15.375,15,16]},"south":{"texture":"#0","uv":[16,15.375,15.78125,16]}},"from":[-13.996,-16,-15.995999],"rotation":{"angle":22.5,"axis":"z","origin":[-11.2,-8.004,-16],"rescale":false},"shade":false,"to":[-11.204,-8.008,-8.804001]},{"faces":{"east":{"texture":"#0","uv":[12.0625,15.5,11.65625,16]},"north":{"texture":"#0","uv":[11.28125,15.5,11.65625,16]},"south":{"texture":"#0","uv":[12.0625,15.5,12.4375,16]},"west":{"texture":"#0","uv":[11.65625,15.5,12.0625,16]}},"from":[-16,-8.004,-16],"rotation":{"angle":45,"axis":"x","origin":[-16,-8.004,-16],"rescale":false},"shade":false,"to":[-11.2,-1.3128314,-10.908832]},{"faces":{"down":{"texture":"#0","uv":[14.59375,14.34375,14.21875,14.46875]},"east":{"texture":"#0","uv":[14.34375,14.46875,14.21875,14.75]},"north":{"texture":"#0","uv":[13.84375,14.46875,14.21875,14.75]},"south":{"texture":"#0","uv":[14.34375,14.46875,14.71875,14.75]},"up":{"texture":"#0","uv":[14.21875,14.46875,13.84375,14.34375]},"west":{"texture":"#0","uv":[14.21875,14.46875,14.34375,14.75]}},"from":[-16,-1.2809553,-12.476956],"rotation":{"angle":45,"axis":"x","origin":[-16,-8.0809555,-16.076956],"rescale":false},"shade":false,"to":[-11.2,2.3190446,-10.9857855]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2631.json b/assets/minecraft/models/w2631.json new file mode 100644 index 000000000..3982466a4 --- /dev/null +++ b/assets/minecraft/models/w2631.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15.625,12.46875,15.40625,12.84375]},"north":{"texture":"#0","uv":[15.03125,12.46875,15.40625,12.84375]},"west":{"texture":"#0","uv":[15.40625,12.46875,15.625,12.84375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.406,-12.187622,-13.906003]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2632.json b/assets/minecraft/models/w2632.json new file mode 100644 index 000000000..93e934998 --- /dev/null +++ b/assets/minecraft/models/w2632.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[15,13.46875,15.21875,14.09375]},"south":{"texture":"#0","uv":[15.78125,13.46875,16,14.09375]},"west":{"texture":"#0","uv":[15.21875,13.46875,15.78125,14.09375]}},"from":[-15.993001,-16,-15.992999],"rotation":{"angle":-22.5,"axis":"z","origin":[-15.996,-10.003,-15.995999],"rescale":false},"shade":false,"to":[-13.899,-10.006,-10.598999]},{"faces":{"north":{"texture":"#0","uv":[13.0625,13.53125,13.4375,14.09375]},"south":{"texture":"#0","uv":[14,13.53125,14.375,14.09375]}},"from":[-16,-15.407,-16],"shade":false,"to":[-12.392,-9.999001,-10.591998]},{"faces":{"east":{"texture":"#0","uv":[15.78125,13.46875,15.21875,14.09375]},"north":{"texture":"#0","uv":[15.21875,13.46875,15,14.09375]},"south":{"texture":"#0","uv":[16,13.46875,15.78125,14.09375]}},"from":[-14.493001,-16,-15.992999],"rotation":{"angle":22.5,"axis":"z","origin":[-12.396001,-10.003,-15.995999],"rescale":false},"shade":false,"to":[-12.399,-10.006,-10.598999]},{"faces":{"east":{"texture":"#0","uv":[11.65625,13.59375,12.0625,14.09375]},"north":{"texture":"#0","uv":[11.28125,13.59375,11.65625,14.09375]},"south":{"texture":"#0","uv":[12.0625,13.59375,12.4375,14.09375]},"west":{"texture":"#0","uv":[11.65625,13.59375,12.0625,14.09375]}},"from":[-15.996,-10.003,-15.995999],"rotation":{"angle":45,"axis":"x","origin":[-15.996,-10.003,-15.995999],"rescale":false},"shade":false,"to":[-12.396,-4.984624,-12.177622]},{"faces":{"down":{"texture":"#0","uv":[14.59375,12.4375,14.21875,12.5625]},"east":{"texture":"#0","uv":[13.71875,12.5625,13.84375,12.84375]},"north":{"texture":"#0","uv":[13.84375,12.5625,14.21875,12.84375]},"south":{"texture":"#0","uv":[14.34375,12.5625,14.71875,12.84375]},"up":{"texture":"#0","uv":[14.21875,12.5625,13.84375,12.4375]},"west":{"texture":"#0","uv":[14.21875,12.5625,14.34375,12.84375]}},"from":[-15.996,-4.9607162,-13.353714],"rotation":{"angle":45,"axis":"x","origin":[-15.996,-10.060717,-16.053715],"rescale":false},"shade":false,"to":[-12.396,-2.2607162,-12.235339]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2633.json b/assets/minecraft/models/w2633.json new file mode 100644 index 000000000..c784ed9a4 --- /dev/null +++ b/assets/minecraft/models/w2633.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15.625,12.46875,15.40625,12.84375]},"north":{"texture":"#0","uv":[15.40625,12.46875,15.03125,12.84375]},"west":{"texture":"#0","uv":[15.40625,12.46875,15.625,12.84375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.406,-12.187622,-13.906003]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2634.json b/assets/minecraft/models/w2634.json new file mode 100644 index 000000000..67979cd9f --- /dev/null +++ b/assets/minecraft/models/w2634.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15.78125,13.46875,15.21875,14.09375]},"north":{"texture":"#0","uv":[15.21875,13.46875,15,14.09375]},"south":{"texture":"#0","uv":[16,13.46875,15.78125,14.09375]}},"from":[-14.497,-16,-15.997],"rotation":{"angle":22.5,"axis":"z","origin":[-12.4,-10.003,-16],"rescale":false},"shade":false,"to":[-12.403,-10.006,-10.603]},{"faces":{"north":{"texture":"#0","uv":[13.4375,13.53125,13.0625,14.09375]},"south":{"texture":"#0","uv":[14.375,13.53125,14,14.09375]}},"from":[-16,-15.403,-16],"shade":false,"to":[-12.4,-10.003,-10.6]},{"faces":{"north":{"texture":"#0","uv":[15,13.46875,15.21875,14.09375]},"south":{"texture":"#0","uv":[15.78125,13.46875,16,14.09375]},"west":{"texture":"#0","uv":[15.21875,13.46875,15.78125,14.09375]}},"from":[-15.997,-16,-15.997],"rotation":{"angle":-22.5,"axis":"z","origin":[-16,-10.003,-16],"rescale":false},"shade":false,"to":[-13.903,-10.006,-10.603]},{"faces":{"east":{"texture":"#0","uv":[12.0625,13.59375,11.65625,14.09375]},"north":{"texture":"#0","uv":[11.65625,13.59375,11.28125,14.09375]},"south":{"texture":"#0","uv":[12.4375,13.59375,12.0625,14.09375]},"west":{"texture":"#0","uv":[12.0625,13.59375,11.65625,14.09375]}},"from":[-16,-10.003,-16],"rotation":{"angle":45,"axis":"x","origin":[-12.4,-10.003,-16],"rescale":false},"shade":false,"to":[-12.4,-4.984624,-12.1816225]},{"faces":{"down":{"texture":"#0","uv":[14.21875,12.4375,14.59375,12.5625]},"east":{"texture":"#0","uv":[14.34375,12.5625,14.21875,12.84375]},"north":{"texture":"#0","uv":[14.21875,12.5625,13.84375,12.84375]},"south":{"texture":"#0","uv":[14.71875,12.5625,14.34375,12.84375]},"up":{"texture":"#0","uv":[13.84375,12.5625,14.21875,12.4375]},"west":{"texture":"#0","uv":[13.84375,12.5625,13.71875,12.84375]}},"from":[-16,-4.9607162,-13.357715],"rotation":{"angle":45,"axis":"x","origin":[-12.4,-10.060717,-16.057714],"rescale":false},"shade":false,"to":[-12.4,-2.2607162,-12.23934]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2635.json b/assets/minecraft/models/w2635.json new file mode 100644 index 000000000..48288fcf4 --- /dev/null +++ b/assets/minecraft/models/w2635.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0.84375,0,0,1]},"west":{"texture":"#0","uv":[0,0,0.84375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-3.1999998,-5.2]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2636.json b/assets/minecraft/models/w2636.json new file mode 100644 index 000000000..3e6f8ee92 --- /dev/null +++ b/assets/minecraft/models/w2636.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15.625,14.375,15.40625,14.75]},"north":{"texture":"#0","uv":[15.03125,14.375,15.40625,14.75]},"west":{"texture":"#0","uv":[15.40625,14.375,15.625,14.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.208,-10.91683,-13.207995]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2637.json b/assets/minecraft/models/w2637.json new file mode 100644 index 000000000..f95a7cf0d --- /dev/null +++ b/assets/minecraft/models/w2637.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[15,15.375,15.21875,16]},"south":{"texture":"#0","uv":[15.78125,15.375,16,16]},"west":{"texture":"#0","uv":[15.21875,15.375,15.78125,16]}},"from":[-15.996,-16,-15.996002],"rotation":{"angle":-22.5,"axis":"z","origin":[-16,-8.004,-16],"rescale":false},"shade":false,"to":[-13.204,-8.008,-8.803998]},{"faces":{"north":{"texture":"#0","uv":[13.0625,15.4375,13.4375,16]},"south":{"texture":"#0","uv":[14,15.4375,14.375,16]}},"from":[-16,-15.2039995,-16],"shade":false,"to":[-11.2,-8.004,-8.8]},{"faces":{"east":{"texture":"#0","uv":[15.78125,15.375,15.21875,16]},"north":{"texture":"#0","uv":[15.21875,15.375,15,16]},"south":{"texture":"#0","uv":[16,15.375,15.78125,16]}},"from":[-13.996,-16,-15.996002],"rotation":{"angle":22.5,"axis":"z","origin":[-11.2,-8.004,-16],"rescale":false},"shade":false,"to":[-11.204,-8.008,-8.803998]},{"faces":{"east":{"texture":"#0","uv":[12.0625,15.5,11.65625,16]},"north":{"texture":"#0","uv":[11.28125,15.5,11.65625,16]},"south":{"texture":"#0","uv":[12.0625,15.5,12.4375,16]},"west":{"texture":"#0","uv":[11.65625,15.5,12.0625,16]}},"from":[-16,-8.004,-16],"rotation":{"angle":45,"axis":"x","origin":[-16,-8.004,-16],"rescale":false},"shade":false,"to":[-11.2,-1.3128314,-10.908832]},{"faces":{"down":{"texture":"#0","uv":[14.59375,14.34375,14.21875,14.46875]},"east":{"texture":"#0","uv":[14.34375,14.46875,14.21875,14.75]},"north":{"texture":"#0","uv":[13.84375,14.46875,14.21875,14.75]},"south":{"texture":"#0","uv":[14.34375,14.46875,14.71875,14.75]},"up":{"texture":"#0","uv":[14.21875,14.46875,13.84375,14.34375]},"west":{"texture":"#0","uv":[14.21875,14.46875,14.34375,14.75]}},"from":[-16,-1.2809553,-12.4769535],"rotation":{"angle":45,"axis":"x","origin":[-16,-8.0809555,-16.076954],"rescale":false},"shade":false,"to":[-11.2,2.3190446,-10.9857855]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2638.json b/assets/minecraft/models/w2638.json new file mode 100644 index 000000000..3794694f0 --- /dev/null +++ b/assets/minecraft/models/w2638.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15.625,12.46875,15.40625,12.84375]},"north":{"texture":"#0","uv":[15.03125,12.46875,15.40625,12.84375]},"west":{"texture":"#0","uv":[15.40625,12.46875,15.625,12.84375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.406,-12.187622,-13.905993]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2639.json b/assets/minecraft/models/w2639.json new file mode 100644 index 000000000..0fc7bc319 --- /dev/null +++ b/assets/minecraft/models/w2639.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[15,13.46875,15.21875,14.09375]},"south":{"texture":"#0","uv":[15.78125,13.46875,16,14.09375]},"west":{"texture":"#0","uv":[15.21875,13.46875,15.78125,14.09375]}},"from":[-15.993001,-16,-15.993006],"rotation":{"angle":-22.5,"axis":"z","origin":[-15.996,-10.003,-15.996002],"rescale":false},"shade":false,"to":[-13.899,-10.006,-10.598999]},{"faces":{"north":{"texture":"#0","uv":[13.0625,13.53125,13.4375,14.09375]},"south":{"texture":"#0","uv":[14,13.53125,14.375,14.09375]}},"from":[-16,-15.407,-16],"shade":false,"to":[-12.392,-9.999001,-10.592005]},{"faces":{"east":{"texture":"#0","uv":[15.78125,13.46875,15.21875,14.09375]},"north":{"texture":"#0","uv":[15.21875,13.46875,15,14.09375]},"south":{"texture":"#0","uv":[16,13.46875,15.78125,14.09375]}},"from":[-14.493001,-16,-15.993006],"rotation":{"angle":22.5,"axis":"z","origin":[-12.396001,-10.003,-15.996002],"rescale":false},"shade":false,"to":[-12.399,-10.006,-10.598999]},{"faces":{"east":{"texture":"#0","uv":[11.65625,13.59375,12.0625,14.09375]},"north":{"texture":"#0","uv":[11.28125,13.59375,11.65625,14.09375]},"south":{"texture":"#0","uv":[12.0625,13.59375,12.4375,14.09375]},"west":{"texture":"#0","uv":[11.65625,13.59375,12.0625,14.09375]}},"from":[-15.996,-10.003,-15.996002],"rotation":{"angle":45,"axis":"x","origin":[-15.996,-10.003,-15.996002],"rescale":false},"shade":false,"to":[-12.396,-4.984624,-12.177625]},{"faces":{"down":{"texture":"#0","uv":[14.59375,12.4375,14.21875,12.5625]},"east":{"texture":"#0","uv":[13.71875,12.5625,13.84375,12.84375]},"north":{"texture":"#0","uv":[13.84375,12.5625,14.21875,12.84375]},"south":{"texture":"#0","uv":[14.34375,12.5625,14.71875,12.84375]},"up":{"texture":"#0","uv":[14.21875,12.5625,13.84375,12.4375]},"west":{"texture":"#0","uv":[14.21875,12.5625,14.34375,12.84375]}},"from":[-15.996,-4.9607162,-13.353717],"rotation":{"angle":45,"axis":"x","origin":[-15.996,-10.060717,-16.053717],"rescale":false},"shade":false,"to":[-12.396,-2.2607162,-12.235339]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w264.json b/assets/minecraft/models/w264.json new file mode 100644 index 000000000..a09c55c32 --- /dev/null +++ b/assets/minecraft/models/w264.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.375,1.375,4.5,1.5]},"east":{"texture":"#0","uv":[4.5,1.5,4.375,1.625]},"north":{"texture":"#0","uv":[4.375,1.5,4.25,1.625]},"south":{"texture":"#0","uv":[4.625,1.5,4.5,1.625]},"up":{"texture":"#0","uv":[4.25,1.5,4.375,1.375]},"west":{"texture":"#0","uv":[4.25,1.5,4.125,1.625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.4,-15.4,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2640.json b/assets/minecraft/models/w2640.json new file mode 100644 index 000000000..2d6310804 --- /dev/null +++ b/assets/minecraft/models/w2640.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15.625,12.46875,15.40625,12.84375]},"north":{"texture":"#0","uv":[15.40625,12.46875,15.03125,12.84375]},"west":{"texture":"#0","uv":[15.40625,12.46875,15.625,12.84375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.406,-12.187622,-13.905993]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2641.json b/assets/minecraft/models/w2641.json new file mode 100644 index 000000000..5cf156543 --- /dev/null +++ b/assets/minecraft/models/w2641.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15.78125,13.46875,15.21875,14.09375]},"north":{"texture":"#0","uv":[15.21875,13.46875,15,14.09375]},"south":{"texture":"#0","uv":[16,13.46875,15.78125,14.09375]}},"from":[-14.497,-16,-15.997004],"rotation":{"angle":22.5,"axis":"z","origin":[-12.4,-10.003,-16],"rescale":false},"shade":false,"to":[-12.403,-10.006,-10.602997]},{"faces":{"north":{"texture":"#0","uv":[13.4375,13.53125,13.0625,14.09375]},"south":{"texture":"#0","uv":[14.375,13.53125,14,14.09375]}},"from":[-16,-15.403,-16],"shade":false,"to":[-12.4,-10.003,-10.6]},{"faces":{"north":{"texture":"#0","uv":[15,13.46875,15.21875,14.09375]},"south":{"texture":"#0","uv":[15.78125,13.46875,16,14.09375]},"west":{"texture":"#0","uv":[15.21875,13.46875,15.78125,14.09375]}},"from":[-15.997,-16,-15.997004],"rotation":{"angle":-22.5,"axis":"z","origin":[-16,-10.003,-16],"rescale":false},"shade":false,"to":[-13.903,-10.006,-10.602997]},{"faces":{"east":{"texture":"#0","uv":[12.0625,13.59375,11.65625,14.09375]},"north":{"texture":"#0","uv":[11.65625,13.59375,11.28125,14.09375]},"south":{"texture":"#0","uv":[12.4375,13.59375,12.0625,14.09375]},"west":{"texture":"#0","uv":[12.0625,13.59375,11.65625,14.09375]}},"from":[-16,-10.003,-16],"rotation":{"angle":45,"axis":"x","origin":[-12.4,-10.003,-16],"rescale":false},"shade":false,"to":[-12.4,-4.984624,-12.1816225]},{"faces":{"down":{"texture":"#0","uv":[14.21875,12.4375,14.59375,12.5625]},"east":{"texture":"#0","uv":[14.34375,12.5625,14.21875,12.84375]},"north":{"texture":"#0","uv":[14.21875,12.5625,13.84375,12.84375]},"south":{"texture":"#0","uv":[14.71875,12.5625,14.34375,12.84375]},"up":{"texture":"#0","uv":[13.84375,12.5625,14.21875,12.4375]},"west":{"texture":"#0","uv":[13.84375,12.5625,13.71875,12.84375]}},"from":[-16,-4.9607162,-13.357715],"rotation":{"angle":45,"axis":"x","origin":[-12.4,-10.060717,-16.057714],"rescale":false},"shade":false,"to":[-12.4,-2.2607162,-12.239337]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2642.json b/assets/minecraft/models/w2642.json new file mode 100644 index 000000000..48288fcf4 --- /dev/null +++ b/assets/minecraft/models/w2642.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0.84375,0,0,1]},"west":{"texture":"#0","uv":[0,0,0.84375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-3.1999998,-5.2]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2643.json b/assets/minecraft/models/w2643.json new file mode 100644 index 000000000..3e6f8ee92 --- /dev/null +++ b/assets/minecraft/models/w2643.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15.625,14.375,15.40625,14.75]},"north":{"texture":"#0","uv":[15.03125,14.375,15.40625,14.75]},"west":{"texture":"#0","uv":[15.40625,14.375,15.625,14.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.208,-10.91683,-13.207995]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2644.json b/assets/minecraft/models/w2644.json new file mode 100644 index 000000000..18ae22efb --- /dev/null +++ b/assets/minecraft/models/w2644.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[15,15.375,15.21875,16]},"south":{"texture":"#0","uv":[15.78125,15.375,16,16]},"west":{"texture":"#0","uv":[15.21875,15.375,15.78125,16]}},"from":[-15.996,-16,-15.996002],"rotation":{"angle":-22.5,"axis":"z","origin":[-16,-8.004,-16],"rescale":false},"shade":false,"to":[-13.204,-8.007999,-8.803998]},{"faces":{"north":{"texture":"#0","uv":[13.0625,15.4375,13.4375,16]},"south":{"texture":"#0","uv":[14,15.4375,14.375,16]}},"from":[-16,-15.204,-16],"shade":false,"to":[-11.2,-8.004001,-8.8]},{"faces":{"east":{"texture":"#0","uv":[15.78125,15.375,15.21875,16]},"north":{"texture":"#0","uv":[15.21875,15.375,15,16]},"south":{"texture":"#0","uv":[16,15.375,15.78125,16]}},"from":[-13.996,-16,-15.996002],"rotation":{"angle":22.5,"axis":"z","origin":[-11.2,-8.004,-16],"rescale":false},"shade":false,"to":[-11.204,-8.007999,-8.803998]},{"faces":{"east":{"texture":"#0","uv":[12.0625,15.5,11.65625,16]},"north":{"texture":"#0","uv":[11.28125,15.5,11.65625,16]},"south":{"texture":"#0","uv":[12.0625,15.5,12.4375,16]},"west":{"texture":"#0","uv":[11.65625,15.5,12.0625,16]}},"from":[-16,-8.004,-16],"rotation":{"angle":45,"axis":"x","origin":[-16,-8.004,-16],"rescale":false},"shade":false,"to":[-11.2,-1.3128314,-10.908832]},{"faces":{"down":{"texture":"#0","uv":[14.59375,14.34375,14.21875,14.46875]},"east":{"texture":"#0","uv":[14.34375,14.46875,14.21875,14.75]},"north":{"texture":"#0","uv":[13.84375,14.46875,14.21875,14.75]},"south":{"texture":"#0","uv":[14.34375,14.46875,14.71875,14.75]},"up":{"texture":"#0","uv":[14.21875,14.46875,13.84375,14.34375]},"west":{"texture":"#0","uv":[14.21875,14.46875,14.34375,14.75]}},"from":[-16,-1.2809544,-12.4769535],"rotation":{"angle":45,"axis":"x","origin":[-16,-8.080955,-16.076954],"rescale":false},"shade":false,"to":[-11.2,2.3190455,-10.9857855]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2645.json b/assets/minecraft/models/w2645.json new file mode 100644 index 000000000..b3142febb --- /dev/null +++ b/assets/minecraft/models/w2645.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15.625,12.46875,15.40625,12.84375]},"north":{"texture":"#0","uv":[15.03125,12.46875,15.40625,12.84375]},"west":{"texture":"#0","uv":[15.40625,12.46875,15.625,12.84375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.406,-12.187624,-13.905993]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2646.json b/assets/minecraft/models/w2646.json new file mode 100644 index 000000000..1e975fc49 --- /dev/null +++ b/assets/minecraft/models/w2646.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[15,13.46875,15.21875,14.09375]},"south":{"texture":"#0","uv":[15.78125,13.46875,16,14.09375]},"west":{"texture":"#0","uv":[15.21875,13.46875,15.78125,14.09375]}},"from":[-15.993001,-16,-15.993006],"rotation":{"angle":-22.5,"axis":"z","origin":[-15.996,-10.003,-15.996002],"rescale":false},"shade":false,"to":[-13.899,-10.0060005,-10.598999]},{"faces":{"north":{"texture":"#0","uv":[13.0625,13.53125,13.4375,14.09375]},"south":{"texture":"#0","uv":[14,13.53125,14.375,14.09375]}},"from":[-16,-15.407001,-16],"shade":false,"to":[-12.392,-9.999001,-10.592005]},{"faces":{"east":{"texture":"#0","uv":[15.78125,13.46875,15.21875,14.09375]},"north":{"texture":"#0","uv":[15.21875,13.46875,15,14.09375]},"south":{"texture":"#0","uv":[16,13.46875,15.78125,14.09375]}},"from":[-14.493001,-16,-15.993006],"rotation":{"angle":22.5,"axis":"z","origin":[-12.396001,-10.003,-15.996002],"rescale":false},"shade":false,"to":[-12.399,-10.0060005,-10.598999]},{"faces":{"east":{"texture":"#0","uv":[11.65625,13.59375,12.0625,14.09375]},"north":{"texture":"#0","uv":[11.28125,13.59375,11.65625,14.09375]},"south":{"texture":"#0","uv":[12.0625,13.59375,12.4375,14.09375]},"west":{"texture":"#0","uv":[11.65625,13.59375,12.0625,14.09375]}},"from":[-15.996,-10.003,-15.996002],"rotation":{"angle":45,"axis":"x","origin":[-15.996,-10.003,-15.996002],"rescale":false},"shade":false,"to":[-12.396,-4.9846234,-12.177625]},{"faces":{"down":{"texture":"#0","uv":[14.59375,12.4375,14.21875,12.5625]},"east":{"texture":"#0","uv":[13.71875,12.5625,13.84375,12.84375]},"north":{"texture":"#0","uv":[13.84375,12.5625,14.21875,12.84375]},"south":{"texture":"#0","uv":[14.34375,12.5625,14.71875,12.84375]},"up":{"texture":"#0","uv":[14.21875,12.5625,13.84375,12.4375]},"west":{"texture":"#0","uv":[14.21875,12.5625,14.34375,12.84375]}},"from":[-15.996,-4.9607162,-13.353717],"rotation":{"angle":45,"axis":"x","origin":[-15.996,-10.060717,-16.053717],"rescale":false},"shade":false,"to":[-12.396,-2.2607162,-12.235339]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2647.json b/assets/minecraft/models/w2647.json new file mode 100644 index 000000000..4be6758ad --- /dev/null +++ b/assets/minecraft/models/w2647.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15.625,12.46875,15.40625,12.84375]},"north":{"texture":"#0","uv":[15.40625,12.46875,15.03125,12.84375]},"west":{"texture":"#0","uv":[15.40625,12.46875,15.625,12.84375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.406,-12.187624,-13.905993]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2648.json b/assets/minecraft/models/w2648.json new file mode 100644 index 000000000..372c71e88 --- /dev/null +++ b/assets/minecraft/models/w2648.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15.78125,13.46875,15.21875,14.09375]},"north":{"texture":"#0","uv":[15.21875,13.46875,15,14.09375]},"south":{"texture":"#0","uv":[16,13.46875,15.78125,14.09375]}},"from":[-14.497,-16,-15.997004],"rotation":{"angle":22.5,"axis":"z","origin":[-12.4,-10.003,-16],"rescale":false},"shade":false,"to":[-12.403,-10.0060005,-10.602997]},{"faces":{"north":{"texture":"#0","uv":[13.4375,13.53125,13.0625,14.09375]},"south":{"texture":"#0","uv":[14.375,13.53125,14,14.09375]}},"from":[-16,-15.403,-16],"shade":false,"to":[-12.4,-10.003,-10.6]},{"faces":{"north":{"texture":"#0","uv":[15,13.46875,15.21875,14.09375]},"south":{"texture":"#0","uv":[15.78125,13.46875,16,14.09375]},"west":{"texture":"#0","uv":[15.21875,13.46875,15.78125,14.09375]}},"from":[-15.997,-16,-15.997004],"rotation":{"angle":-22.5,"axis":"z","origin":[-16,-10.003,-16],"rescale":false},"shade":false,"to":[-13.903,-10.0060005,-10.602997]},{"faces":{"east":{"texture":"#0","uv":[12.0625,13.59375,11.65625,14.09375]},"north":{"texture":"#0","uv":[11.65625,13.59375,11.28125,14.09375]},"south":{"texture":"#0","uv":[12.4375,13.59375,12.0625,14.09375]},"west":{"texture":"#0","uv":[12.0625,13.59375,11.65625,14.09375]}},"from":[-16,-10.003,-16],"rotation":{"angle":45,"axis":"x","origin":[-12.4,-10.003,-16],"rescale":false},"shade":false,"to":[-12.4,-4.9846234,-12.1816225]},{"faces":{"down":{"texture":"#0","uv":[14.21875,12.4375,14.59375,12.5625]},"east":{"texture":"#0","uv":[14.34375,12.5625,14.21875,12.84375]},"north":{"texture":"#0","uv":[14.21875,12.5625,13.84375,12.84375]},"south":{"texture":"#0","uv":[14.71875,12.5625,14.34375,12.84375]},"up":{"texture":"#0","uv":[13.84375,12.5625,14.21875,12.4375]},"west":{"texture":"#0","uv":[13.84375,12.5625,13.71875,12.84375]}},"from":[-16,-4.9607162,-13.357715],"rotation":{"angle":45,"axis":"x","origin":[-12.4,-10.060717,-16.057714],"rescale":false},"shade":false,"to":[-12.4,-2.2607162,-12.239337]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2649.json b/assets/minecraft/models/w2649.json new file mode 100644 index 000000000..b3613aac5 --- /dev/null +++ b/assets/minecraft/models/w2649.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,0,14.25,1.8125]},"east":{"texture":"#0","uv":[15.65625,1.90625,13.84375,2.5625]},"up":{"texture":"#0","uv":[13.9375,1.8125,13.6875,0]},"west":{"texture":"#0","uv":[12.03125,1.90625,13.84375,2.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-7.6000004,7.200001]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w265.json b/assets/minecraft/models/w265.json new file mode 100644 index 000000000..7fb91e696 --- /dev/null +++ b/assets/minecraft/models/w265.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,6.625,1.5,6.875]},"east":{"texture":"#0","uv":[1,6.875,1.25,7]},"north":{"texture":"#0","uv":[1.25,6.875,1.5,7]},"south":{"texture":"#0","uv":[1.75,6.875,2,7]},"up":{"texture":"#0","uv":[1.5,6.875,1.25,6.625]},"west":{"texture":"#0","uv":[1.5,6.875,1.75,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15,-15.6,-15]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2650.json b/assets/minecraft/models/w2650.json new file mode 100644 index 000000000..c12564c1b --- /dev/null +++ b/assets/minecraft/models/w2650.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.90625,0.0625,12.5625,0.6875]},"east":{"texture":"#0","uv":[12.25,0.6875,12.875,1.03125]},"up":{"texture":"#0","uv":[12.5625,0.6875,12.21875,0.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-11.6,-11.6,-8.000001]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2651.json b/assets/minecraft/models/w2651.json new file mode 100644 index 000000000..f5a91f5c8 --- /dev/null +++ b/assets/minecraft/models/w2651.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.59375,3.6875,10.34375,4.09375]},"east":{"texture":"#0","uv":[9.6875,4.09375,10.09375,4.5]},"north":{"texture":"#0","uv":[10.09375,4.09375,10.34375,4.5]},"south":{"texture":"#0","uv":[10.75,4.09375,11,4.5]},"up":{"texture":"#0","uv":[10.34375,4.09375,10.09375,3.6875]},"west":{"texture":"#0","uv":[10.34375,4.09375,10.75,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.835,-10.8,-10.8]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2652.json b/assets/minecraft/models/w2652.json new file mode 100644 index 000000000..bf088b58d --- /dev/null +++ b/assets/minecraft/models/w2652.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.53125,4.5625,10.28125,4.90625]},"east":{"texture":"#0","uv":[9.6875,4.90625,10.03125,5.25]},"north":{"texture":"#0","uv":[10.03125,4.90625,10.28125,5.25]},"south":{"texture":"#0","uv":[10.625,4.90625,10.875,5.25]},"up":{"texture":"#0","uv":[10.28125,4.90625,10.03125,4.5625]},"west":{"texture":"#0","uv":[10.28125,4.90625,10.625,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-12.835001,-11.6,-11.6]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2653.json b/assets/minecraft/models/w2653.json new file mode 100644 index 000000000..64a5cae1b --- /dev/null +++ b/assets/minecraft/models/w2653.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.46875,3.0625,10.21875,3.34375]},"east":{"texture":"#0","uv":[9.6875,3.34375,9.96875,3.625]},"north":{"texture":"#0","uv":[9.96875,3.34375,10.21875,3.625]},"south":{"texture":"#0","uv":[10.5,3.34375,10.75,3.625]},"up":{"texture":"#0","uv":[10.21875,3.34375,9.96875,3.0625]},"west":{"texture":"#0","uv":[10.21875,3.34375,10.5,3.625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.835001,-12.4,-12.4]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2654.json b/assets/minecraft/models/w2654.json new file mode 100644 index 000000000..b44d930d7 --- /dev/null +++ b/assets/minecraft/models/w2654.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.34375,7.25,1.84375,7.34375]},"east":{"texture":"#0","uv":[7.5,2.53125,7.59375,3.0625]},"north":{"texture":"#0","uv":[6,1.71875,6.25,2.25]},"south":{"texture":"#0","uv":[6,2.25,7.5,2.78125]},"up":{"texture":"#0","uv":[1.84375,7.34375,0.34375,7.25]},"west":{"texture":"#0","uv":[7.5,3.0625,7.59375,3.59375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-10.300001,-14.8]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2655.json b/assets/minecraft/models/w2655.json new file mode 100644 index 000000000..e75e8009f --- /dev/null +++ b/assets/minecraft/models/w2655.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.875,9.84375,7.625,10]},"east":{"texture":"#0","uv":[7.3125,10,7.46875,10.09375]},"north":{"texture":"#0","uv":[7.46875,10.09375,7.71875,10.1875]},"south":{"texture":"#0","uv":[7.78125,10,7.9375,10.09375]},"up":{"texture":"#0","uv":[7.625,10,7.46875,9.84375]},"west":{"texture":"#0","uv":[7.625,10,7.78125,10.09375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.808001,-14.807999,-14.008]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2656.json b/assets/minecraft/models/w2656.json new file mode 100644 index 000000000..4834fe909 --- /dev/null +++ b/assets/minecraft/models/w2656.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.65625,9.8125,8.40625,10.057813]},"east":{"texture":"#0","uv":[8,10.0625,8.25,10.09375]},"north":{"texture":"#0","uv":[8.25,10.0625,8.40625,10.09375]},"south":{"texture":"#0","uv":[8.65625,10.0625,8.8125,10.09375]},"up":{"texture":"#0","uv":[8.40625,10.0625,8.25,9.8125]},"west":{"texture":"#0","uv":[8.40625,10.0625,8.65625,10.09375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.783999,-15.504,-12.664]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2657.json b/assets/minecraft/models/w2657.json new file mode 100644 index 000000000..c40d40528 --- /dev/null +++ b/assets/minecraft/models/w2657.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.375,9.0625,8.125,9.717188]},"east":{"texture":"#0","uv":[7.3125,9.71875,7.96875,9.75]},"north":{"texture":"#0","uv":[7.96875,9.71875,8.125,9.75]},"south":{"texture":"#0","uv":[8.78125,9.71875,8.9375,9.75]},"up":{"texture":"#0","uv":[8.125,9.71875,7.96875,9.0625]},"west":{"texture":"#0","uv":[8.125,9.71875,8.78125,9.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.783999,-15.504,-7.424]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2658.json b/assets/minecraft/models/w2658.json new file mode 100644 index 000000000..277875cf9 --- /dev/null +++ b/assets/minecraft/models/w2658.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.65625,6.9375,14.5625,7.0625]},"east":{"texture":"#0","uv":[14.4375,7.1875,14.5625,7.0625]},"north":{"texture":"#0","uv":[14.5625,7.1875,14.65625,7.0625]},"south":{"texture":"#0","uv":[14.78125,7.1875,14.875,7.0625]},"up":{"texture":"#0","uv":[14.75,7.0625,14.65625,6.9375]},"west":{"texture":"#0","uv":[14.65625,7.1875,14.78125,7.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14,-14]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2659.json b/assets/minecraft/models/w2659.json new file mode 100644 index 000000000..277875cf9 --- /dev/null +++ b/assets/minecraft/models/w2659.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.65625,6.9375,14.5625,7.0625]},"east":{"texture":"#0","uv":[14.4375,7.1875,14.5625,7.0625]},"north":{"texture":"#0","uv":[14.5625,7.1875,14.65625,7.0625]},"south":{"texture":"#0","uv":[14.78125,7.1875,14.875,7.0625]},"up":{"texture":"#0","uv":[14.75,7.0625,14.65625,6.9375]},"west":{"texture":"#0","uv":[14.65625,7.1875,14.78125,7.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14,-14]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w266.json b/assets/minecraft/models/w266.json new file mode 100644 index 000000000..0ec2cbce5 --- /dev/null +++ b/assets/minecraft/models/w266.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,6.625,0.375,6.875]},"east":{"texture":"#0","uv":[0,6.875,0.25,7]},"north":{"texture":"#0","uv":[0.25,6.875,0.375,7]},"south":{"texture":"#0","uv":[0.625,6.875,0.75,7]},"up":{"texture":"#0","uv":[0.375,6.875,0.25,6.625]},"west":{"texture":"#0","uv":[0.375,6.875,0.625,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.408,-15.608,-15.208]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2660.json b/assets/minecraft/models/w2660.json new file mode 100644 index 000000000..0c301fbf6 --- /dev/null +++ b/assets/minecraft/models/w2660.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.65625,6.9375,14.5625,7.0625]},"east":{"texture":"#0","uv":[14.4375,7.1875,14.5625,7.0625]},"north":{"texture":"#0","uv":[14.5625,7.1875,14.65625,7.0625]},"south":{"texture":"#0","uv":[14.78125,7.1875,14.875,7.0625]},"up":{"texture":"#0","uv":[14.75,7.0625,14.65625,6.9375]},"west":{"texture":"#0","uv":[14.65625,7.1875,14.78125,7.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2661.json b/assets/minecraft/models/w2661.json new file mode 100644 index 000000000..0c301fbf6 --- /dev/null +++ b/assets/minecraft/models/w2661.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.65625,6.9375,14.5625,7.0625]},"east":{"texture":"#0","uv":[14.4375,7.1875,14.5625,7.0625]},"north":{"texture":"#0","uv":[14.5625,7.1875,14.65625,7.0625]},"south":{"texture":"#0","uv":[14.78125,7.1875,14.875,7.0625]},"up":{"texture":"#0","uv":[14.75,7.0625,14.65625,6.9375]},"west":{"texture":"#0","uv":[14.65625,7.1875,14.78125,7.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2662.json b/assets/minecraft/models/w2662.json new file mode 100644 index 000000000..0c301fbf6 --- /dev/null +++ b/assets/minecraft/models/w2662.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.65625,6.9375,14.5625,7.0625]},"east":{"texture":"#0","uv":[14.4375,7.1875,14.5625,7.0625]},"north":{"texture":"#0","uv":[14.5625,7.1875,14.65625,7.0625]},"south":{"texture":"#0","uv":[14.78125,7.1875,14.875,7.0625]},"up":{"texture":"#0","uv":[14.75,7.0625,14.65625,6.9375]},"west":{"texture":"#0","uv":[14.65625,7.1875,14.78125,7.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2663.json b/assets/minecraft/models/w2663.json new file mode 100644 index 000000000..d98e18ea8 --- /dev/null +++ b/assets/minecraft/models/w2663.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.65625,6.9375,14.5625,7.0625]},"east":{"texture":"#0","uv":[14.4375,7.1875,14.5625,7.0625]},"north":{"texture":"#0","uv":[14.5625,7.1875,14.65625,7.0625]},"south":{"texture":"#0","uv":[14.78125,7.1875,14.875,7.0625]},"up":{"texture":"#0","uv":[14.75,7.0625,14.65625,6.9375]},"west":{"texture":"#0","uv":[14.65625,7.1875,14.78125,7.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2664.json b/assets/minecraft/models/w2664.json new file mode 100644 index 000000000..277875cf9 --- /dev/null +++ b/assets/minecraft/models/w2664.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.65625,6.9375,14.5625,7.0625]},"east":{"texture":"#0","uv":[14.4375,7.1875,14.5625,7.0625]},"north":{"texture":"#0","uv":[14.5625,7.1875,14.65625,7.0625]},"south":{"texture":"#0","uv":[14.78125,7.1875,14.875,7.0625]},"up":{"texture":"#0","uv":[14.75,7.0625,14.65625,6.9375]},"west":{"texture":"#0","uv":[14.65625,7.1875,14.78125,7.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14,-14]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2665.json b/assets/minecraft/models/w2665.json new file mode 100644 index 000000000..0c301fbf6 --- /dev/null +++ b/assets/minecraft/models/w2665.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.65625,6.9375,14.5625,7.0625]},"east":{"texture":"#0","uv":[14.4375,7.1875,14.5625,7.0625]},"north":{"texture":"#0","uv":[14.5625,7.1875,14.65625,7.0625]},"south":{"texture":"#0","uv":[14.78125,7.1875,14.875,7.0625]},"up":{"texture":"#0","uv":[14.75,7.0625,14.65625,6.9375]},"west":{"texture":"#0","uv":[14.65625,7.1875,14.78125,7.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2666.json b/assets/minecraft/models/w2666.json new file mode 100644 index 000000000..bedd2652e --- /dev/null +++ b/assets/minecraft/models/w2666.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.25,0,14,1.8125]},"east":{"texture":"#0","uv":[13.84375,1.90625,12.03125,2.5625]},"up":{"texture":"#0","uv":[13.6875,1.8125,13.9375,0]},"west":{"texture":"#0","uv":[13.84375,1.90625,15.65625,2.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-7.6000004,7.200001]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2667.json b/assets/minecraft/models/w2667.json new file mode 100644 index 000000000..cc1d0f70b --- /dev/null +++ b/assets/minecraft/models/w2667.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5625,0.0625,12.90625,0.6875]},"up":{"texture":"#0","uv":[12.21875,0.6875,12.5625,0.0625]},"west":{"texture":"#0","uv":[12.875,0.6875,12.25,1.03125]}},"from":[-16,-16,-16],"shade":false,"to":[-11.6,-11.6,-8.000001]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2668.json b/assets/minecraft/models/w2668.json new file mode 100644 index 000000000..eb86a6044 --- /dev/null +++ b/assets/minecraft/models/w2668.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.34375,3.6875,10.59375,4.09375]},"east":{"texture":"#0","uv":[10.75,4.09375,10.34375,4.5]},"north":{"texture":"#0","uv":[10.34375,4.09375,10.09375,4.5]},"south":{"texture":"#0","uv":[11,4.09375,10.75,4.5]},"up":{"texture":"#0","uv":[10.09375,4.09375,10.34375,3.6875]},"west":{"texture":"#0","uv":[10.09375,4.09375,9.6875,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.835,-10.8,-10.8]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2669.json b/assets/minecraft/models/w2669.json new file mode 100644 index 000000000..8278f2e18 --- /dev/null +++ b/assets/minecraft/models/w2669.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.28125,4.5625,10.53125,4.90625]},"east":{"texture":"#0","uv":[10.625,4.90625,10.28125,5.25]},"north":{"texture":"#0","uv":[10.28125,4.90625,10.03125,5.25]},"south":{"texture":"#0","uv":[10.875,4.90625,10.625,5.25]},"up":{"texture":"#0","uv":[10.03125,4.90625,10.28125,4.5625]},"west":{"texture":"#0","uv":[10.03125,4.90625,9.6875,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-12.835,-11.6,-11.6]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w267.json b/assets/minecraft/models/w267.json new file mode 100644 index 000000000..5c1f0c5b0 --- /dev/null +++ b/assets/minecraft/models/w267.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,7.5,1,7.75]},"east":{"texture":"#0","uv":[0,7.75,0.25,8]},"north":{"texture":"#0","uv":[0.25,7.75,1,8]},"south":{"texture":"#0","uv":[1.25,7.75,2,8]},"up":{"texture":"#0","uv":[1,7.75,0.25,7.5]},"west":{"texture":"#0","uv":[1,7.75,1.25,8]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2670.json b/assets/minecraft/models/w2670.json new file mode 100644 index 000000000..2582a891b --- /dev/null +++ b/assets/minecraft/models/w2670.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.21875,3.0625,10.46875,3.34375]},"east":{"texture":"#0","uv":[10.5,3.34375,10.21875,3.625]},"north":{"texture":"#0","uv":[10.21875,3.34375,9.96875,3.625]},"south":{"texture":"#0","uv":[10.75,3.34375,10.5,3.625]},"up":{"texture":"#0","uv":[9.96875,3.34375,10.21875,3.0625]},"west":{"texture":"#0","uv":[9.96875,3.34375,9.6875,3.625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.835,-12.4,-12.4]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2671.json b/assets/minecraft/models/w2671.json new file mode 100644 index 000000000..6fa4ae62d --- /dev/null +++ b/assets/minecraft/models/w2671.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.84375,7.25,3.34375,7.34375]},"east":{"texture":"#0","uv":[7.59375,3.0625,7.5,3.59375]},"north":{"texture":"#0","uv":[6.25,1.71875,6,2.25]},"south":{"texture":"#0","uv":[7.5,2.25,6,2.78125]},"up":{"texture":"#0","uv":[0.34375,7.34375,1.84375,7.25]},"west":{"texture":"#0","uv":[7.59375,2.53125,7.5,3.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-10.300001,-14.8]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2672.json b/assets/minecraft/models/w2672.json new file mode 100644 index 000000000..7599ed5bc --- /dev/null +++ b/assets/minecraft/models/w2672.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,9.84375,7.875,10]},"east":{"texture":"#0","uv":[7.78125,10,7.625,10.09375]},"north":{"texture":"#0","uv":[7.71875,10.09375,7.46875,10.1875]},"south":{"texture":"#0","uv":[7.9375,10,7.78125,10.09375]},"up":{"texture":"#0","uv":[7.46875,10,7.625,9.84375]},"west":{"texture":"#0","uv":[7.46875,10,7.3125,10.09375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.808001,-14.807999,-14.008]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2673.json b/assets/minecraft/models/w2673.json new file mode 100644 index 000000000..5f840254f --- /dev/null +++ b/assets/minecraft/models/w2673.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.40625,9.8125,8.65625,10.057813]},"east":{"texture":"#0","uv":[8.65625,10.0625,8.40625,10.09375]},"north":{"texture":"#0","uv":[8.40625,10.0625,8.25,10.09375]},"south":{"texture":"#0","uv":[8.8125,10.0625,8.65625,10.09375]},"up":{"texture":"#0","uv":[8.25,10.0625,8.40625,9.8125]},"west":{"texture":"#0","uv":[8.25,10.0625,8,10.09375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.783999,-15.504,-12.664]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2674.json b/assets/minecraft/models/w2674.json new file mode 100644 index 000000000..687458f11 --- /dev/null +++ b/assets/minecraft/models/w2674.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.125,9.0625,8.375,9.717188]},"east":{"texture":"#0","uv":[8.78125,9.71875,8.125,9.75]},"north":{"texture":"#0","uv":[8.125,9.71875,7.96875,9.75]},"south":{"texture":"#0","uv":[8.9375,9.71875,8.78125,9.75]},"up":{"texture":"#0","uv":[7.96875,9.71875,8.125,9.0625]},"west":{"texture":"#0","uv":[7.96875,9.71875,7.3125,9.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.783999,-15.504,-7.424]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2675.json b/assets/minecraft/models/w2675.json new file mode 100644 index 000000000..2ea938ae9 --- /dev/null +++ b/assets/minecraft/models/w2675.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.5625,6.9375,14.65625,7.0625]},"east":{"texture":"#0","uv":[14.78125,7.1875,14.65625,7.0625]},"north":{"texture":"#0","uv":[14.65625,7.1875,14.5625,7.0625]},"south":{"texture":"#0","uv":[14.875,7.1875,14.78125,7.0625]},"up":{"texture":"#0","uv":[14.65625,7.0625,14.75,6.9375]},"west":{"texture":"#0","uv":[14.5625,7.1875,14.4375,7.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14,-14]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2676.json b/assets/minecraft/models/w2676.json new file mode 100644 index 000000000..2ea938ae9 --- /dev/null +++ b/assets/minecraft/models/w2676.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.5625,6.9375,14.65625,7.0625]},"east":{"texture":"#0","uv":[14.78125,7.1875,14.65625,7.0625]},"north":{"texture":"#0","uv":[14.65625,7.1875,14.5625,7.0625]},"south":{"texture":"#0","uv":[14.875,7.1875,14.78125,7.0625]},"up":{"texture":"#0","uv":[14.65625,7.0625,14.75,6.9375]},"west":{"texture":"#0","uv":[14.5625,7.1875,14.4375,7.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14,-14]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2677.json b/assets/minecraft/models/w2677.json new file mode 100644 index 000000000..680503145 --- /dev/null +++ b/assets/minecraft/models/w2677.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.5625,6.9375,14.65625,7.0625]},"east":{"texture":"#0","uv":[14.78125,7.1875,14.65625,7.0625]},"north":{"texture":"#0","uv":[14.65625,7.1875,14.5625,7.0625]},"south":{"texture":"#0","uv":[14.875,7.1875,14.78125,7.0625]},"up":{"texture":"#0","uv":[14.65625,7.0625,14.75,6.9375]},"west":{"texture":"#0","uv":[14.5625,7.1875,14.4375,7.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2678.json b/assets/minecraft/models/w2678.json new file mode 100644 index 000000000..680503145 --- /dev/null +++ b/assets/minecraft/models/w2678.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.5625,6.9375,14.65625,7.0625]},"east":{"texture":"#0","uv":[14.78125,7.1875,14.65625,7.0625]},"north":{"texture":"#0","uv":[14.65625,7.1875,14.5625,7.0625]},"south":{"texture":"#0","uv":[14.875,7.1875,14.78125,7.0625]},"up":{"texture":"#0","uv":[14.65625,7.0625,14.75,6.9375]},"west":{"texture":"#0","uv":[14.5625,7.1875,14.4375,7.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2679.json b/assets/minecraft/models/w2679.json new file mode 100644 index 000000000..680503145 --- /dev/null +++ b/assets/minecraft/models/w2679.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.5625,6.9375,14.65625,7.0625]},"east":{"texture":"#0","uv":[14.78125,7.1875,14.65625,7.0625]},"north":{"texture":"#0","uv":[14.65625,7.1875,14.5625,7.0625]},"south":{"texture":"#0","uv":[14.875,7.1875,14.78125,7.0625]},"up":{"texture":"#0","uv":[14.65625,7.0625,14.75,6.9375]},"west":{"texture":"#0","uv":[14.5625,7.1875,14.4375,7.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w268.json b/assets/minecraft/models/w268.json new file mode 100644 index 000000000..daaea8d72 --- /dev/null +++ b/assets/minecraft/models/w268.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,8.375,1.875,8.75]},"east":{"texture":"#0","uv":[1.125,8.75,1.5,8.875]},"north":{"texture":"#0","uv":[1.5,8.75,1.875,8.875]},"south":{"texture":"#0","uv":[2.25,8.75,2.625,8.875]},"up":{"texture":"#0","uv":[1.875,8.75,1.5,8.375]},"west":{"texture":"#0","uv":[1.875,8.75,2.25,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2680.json b/assets/minecraft/models/w2680.json new file mode 100644 index 000000000..027d1ab61 --- /dev/null +++ b/assets/minecraft/models/w2680.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.5625,6.9375,14.65625,7.0625]},"east":{"texture":"#0","uv":[14.78125,7.1875,14.65625,7.0625]},"north":{"texture":"#0","uv":[14.65625,7.1875,14.5625,7.0625]},"south":{"texture":"#0","uv":[14.875,7.1875,14.78125,7.0625]},"up":{"texture":"#0","uv":[14.65625,7.0625,14.75,6.9375]},"west":{"texture":"#0","uv":[14.5625,7.1875,14.4375,7.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2681.json b/assets/minecraft/models/w2681.json new file mode 100644 index 000000000..2ea938ae9 --- /dev/null +++ b/assets/minecraft/models/w2681.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.5625,6.9375,14.65625,7.0625]},"east":{"texture":"#0","uv":[14.78125,7.1875,14.65625,7.0625]},"north":{"texture":"#0","uv":[14.65625,7.1875,14.5625,7.0625]},"south":{"texture":"#0","uv":[14.875,7.1875,14.78125,7.0625]},"up":{"texture":"#0","uv":[14.65625,7.0625,14.75,6.9375]},"west":{"texture":"#0","uv":[14.5625,7.1875,14.4375,7.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14,-14]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2682.json b/assets/minecraft/models/w2682.json new file mode 100644 index 000000000..680503145 --- /dev/null +++ b/assets/minecraft/models/w2682.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.5625,6.9375,14.65625,7.0625]},"east":{"texture":"#0","uv":[14.78125,7.1875,14.65625,7.0625]},"north":{"texture":"#0","uv":[14.65625,7.1875,14.5625,7.0625]},"south":{"texture":"#0","uv":[14.875,7.1875,14.78125,7.0625]},"up":{"texture":"#0","uv":[14.65625,7.0625,14.75,6.9375]},"west":{"texture":"#0","uv":[14.5625,7.1875,14.4375,7.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2683.json b/assets/minecraft/models/w2683.json new file mode 100644 index 000000000..eac9bd11d --- /dev/null +++ b/assets/minecraft/models/w2683.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.78125,7.234375,11.5,8.3125]},"east":{"texture":"#0","uv":[10.140625,8.3125,11.21875,8.5625]},"north":{"texture":"#0","uv":[11.21875,8.3125,11.5,8.5625]},"south":{"texture":"#0","uv":[12.578125,8.3125,12.859375,8.5625]},"up":{"texture":"#0","uv":[11.5,8.3125,11.21875,7.234375]},"west":{"texture":"#0","uv":[11.5,8.3125,12.578125,8.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.408,-12.808001,-2.1679993]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2684.json b/assets/minecraft/models/w2684.json new file mode 100644 index 000000000..6eacaf32b --- /dev/null +++ b/assets/minecraft/models/w2684.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.03125,7.84375,13.75,8.3125]},"east":{"texture":"#0","uv":[12.9375,8.3125,13.40625,8.5625]},"north":{"texture":"#0","uv":[13.46875,8.3125,13.75,8.5625]},"south":{"texture":"#0","uv":[14.28125,8.3125,14.5625,8.5625]},"up":{"texture":"#0","uv":[13.75,8.3125,13.46875,7.84375]},"west":{"texture":"#0","uv":[13.75,8.3125,14.21875,8.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.416,-12.816,-10.016001]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2685.json b/assets/minecraft/models/w2685.json new file mode 100644 index 000000000..86f6c4fb2 --- /dev/null +++ b/assets/minecraft/models/w2685.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.15625,7.5,14.875,7.96875]},"east":{"texture":"#0","uv":[14.125,7.96875,14.59375,8.21875]},"north":{"texture":"#0","uv":[14.59375,7.96875,14.875,8.21875]},"south":{"texture":"#0","uv":[15.34375,7.96875,15.625,8.21875]},"up":{"texture":"#0","uv":[14.875,7.96875,14.59375,7.5]},"west":{"texture":"#0","uv":[14.875,7.96875,15.34375,8.21875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.424001,-12.824,-10.023999]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2686.json b/assets/minecraft/models/w2686.json new file mode 100644 index 000000000..e607e42f7 --- /dev/null +++ b/assets/minecraft/models/w2686.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,6.9375,14.65625,7.0625]},"east":{"texture":"#0","uv":[14.4375,7.0625,14.5625,7.1875]},"north":{"texture":"#0","uv":[14.5625,7.0625,14.65625,7.1875]},"south":{"texture":"#0","uv":[14.78125,7.0625,14.875,7.1875]},"up":{"texture":"#0","uv":[14.65625,7.0625,14.5625,6.9375]},"west":{"texture":"#0","uv":[14.65625,7.0625,14.78125,7.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2687.json b/assets/minecraft/models/w2687.json new file mode 100644 index 000000000..54ae9520d --- /dev/null +++ b/assets/minecraft/models/w2687.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,6.9375,14.65625,7.0625]},"east":{"texture":"#0","uv":[14.4375,7.0625,14.5625,7.1875]},"north":{"texture":"#0","uv":[14.5625,7.0625,14.65625,7.1875]},"south":{"texture":"#0","uv":[14.78125,7.0625,14.875,7.1875]},"up":{"texture":"#0","uv":[14.65625,7.0625,14.5625,6.9375]},"west":{"texture":"#0","uv":[14.65625,7.0625,14.78125,7.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14,-14]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2688.json b/assets/minecraft/models/w2688.json new file mode 100644 index 000000000..e607e42f7 --- /dev/null +++ b/assets/minecraft/models/w2688.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,6.9375,14.65625,7.0625]},"east":{"texture":"#0","uv":[14.4375,7.0625,14.5625,7.1875]},"north":{"texture":"#0","uv":[14.5625,7.0625,14.65625,7.1875]},"south":{"texture":"#0","uv":[14.78125,7.0625,14.875,7.1875]},"up":{"texture":"#0","uv":[14.65625,7.0625,14.5625,6.9375]},"west":{"texture":"#0","uv":[14.65625,7.0625,14.78125,7.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2689.json b/assets/minecraft/models/w2689.json new file mode 100644 index 000000000..98203c8f3 --- /dev/null +++ b/assets/minecraft/models/w2689.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,6.9375,14.65625,7.0625]},"east":{"texture":"#0","uv":[14.4375,7.0625,14.5625,7.1875]},"north":{"texture":"#0","uv":[14.5625,7.0625,14.65625,7.1875]},"south":{"texture":"#0","uv":[14.78125,7.0625,14.875,7.1875]},"up":{"texture":"#0","uv":[14.65625,7.0625,14.5625,6.9375]},"west":{"texture":"#0","uv":[14.65625,7.0625,14.78125,7.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w269.json b/assets/minecraft/models/w269.json new file mode 100644 index 000000000..f9326fd4d --- /dev/null +++ b/assets/minecraft/models/w269.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.25,5.375,1.75,5.625]},"east":{"texture":"#0","uv":[0,5.625,0.25,5.875]},"north":{"texture":"#0","uv":[0.25,5.625,1.75,5.875]},"south":{"texture":"#0","uv":[2,5.625,3.5,5.875]},"up":{"texture":"#0","uv":[1.75,5.625,0.25,5.375]},"west":{"texture":"#0","uv":[1.75,5.625,2,5.875]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-15.2,-15.2]},{"faces":{"down":{"texture":"#0","uv":[0.75,8.5,0.5,8.75]},"east":{"texture":"#0","uv":[0,8.75,0.25,8.875]},"north":{"texture":"#0","uv":[0.25,8.75,0.5,8.875]},"south":{"texture":"#0","uv":[0.75,8.75,1,8.875]},"up":{"texture":"#0","uv":[0.5,8.75,0.25,8.5]},"west":{"texture":"#0","uv":[0.5,8.75,0.75,8.875]}},"from":[-15.796,-15.596,-15.996],"rotation":{"angle":-45,"axis":"z","origin":[-14.8,-15.2,-15.6],"rescale":false},"shade":false,"to":[-14.804,-15.2039995,-15.204]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2690.json b/assets/minecraft/models/w2690.json new file mode 100644 index 000000000..c6c189ff1 --- /dev/null +++ b/assets/minecraft/models/w2690.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.3125,5.125,14.03125,6.25]},"east":{"texture":"#0","uv":[12.625,6.25,13.75,6.5]},"north":{"texture":"#0","uv":[13.75,6.25,14.03125,6.5]},"south":{"texture":"#0","uv":[15.15625,6.25,15.4375,6.5]},"up":{"texture":"#0","uv":[14.03125,6.25,13.75,5.125]},"west":{"texture":"#0","uv":[14.03125,6.25,15.15625,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.8,-1.6000004]},{"faces":{"down":{"texture":"#0","uv":[13.9375,6.625,13.65625,7.0625]},"east":{"texture":"#0","uv":[12.9375,7.0625,13.375,7.1875]},"north":{"texture":"#0","uv":[13.375,7.0625,13.65625,7.1875]},"south":{"texture":"#0","uv":[14.09375,7.0625,14.375,7.1875]},"up":{"texture":"#0","uv":[13.65625,7.0625,13.375,6.625]},"west":{"texture":"#0","uv":[13.65625,7.0625,14.09375,7.1875]}},"from":[-16,-12.8,-7.2],"shade":false,"to":[-12.4,-11.2,-1.5999999]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2691.json b/assets/minecraft/models/w2691.json new file mode 100644 index 000000000..e53cac703 --- /dev/null +++ b/assets/minecraft/models/w2691.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,7.234375,11.78125,8.3125]},"east":{"texture":"#0","uv":[12.578125,8.3125,11.5,8.5625]},"north":{"texture":"#0","uv":[11.5,8.3125,11.21875,8.5625]},"south":{"texture":"#0","uv":[12.859375,8.3125,12.578125,8.5625]},"up":{"texture":"#0","uv":[11.21875,8.3125,11.5,7.234375]},"west":{"texture":"#0","uv":[11.21875,8.3125,10.140625,8.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.408,-12.808001,-2.1679993]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2692.json b/assets/minecraft/models/w2692.json new file mode 100644 index 000000000..7c30d5d3b --- /dev/null +++ b/assets/minecraft/models/w2692.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.75,7.84375,14.03125,8.3125]},"east":{"texture":"#0","uv":[14.21875,8.3125,13.75,8.5625]},"north":{"texture":"#0","uv":[13.75,8.3125,13.46875,8.5625]},"south":{"texture":"#0","uv":[14.5625,8.3125,14.28125,8.5625]},"up":{"texture":"#0","uv":[13.46875,8.3125,13.75,7.84375]},"west":{"texture":"#0","uv":[13.40625,8.3125,12.9375,8.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.416,-12.816,-10.016001]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2693.json b/assets/minecraft/models/w2693.json new file mode 100644 index 000000000..c70b1e12b --- /dev/null +++ b/assets/minecraft/models/w2693.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.875,7.5,15.15625,7.96875]},"east":{"texture":"#0","uv":[15.34375,7.96875,14.875,8.21875]},"north":{"texture":"#0","uv":[14.875,7.96875,14.59375,8.21875]},"south":{"texture":"#0","uv":[15.625,7.96875,15.34375,8.21875]},"up":{"texture":"#0","uv":[14.59375,7.96875,14.875,7.5]},"west":{"texture":"#0","uv":[14.59375,7.96875,14.125,8.21875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.424,-12.824,-10.023999]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2694.json b/assets/minecraft/models/w2694.json new file mode 100644 index 000000000..19d1522e3 --- /dev/null +++ b/assets/minecraft/models/w2694.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.65625,6.9375,14.75,7.0625]},"east":{"texture":"#0","uv":[14.78125,7.0625,14.65625,7.1875]},"north":{"texture":"#0","uv":[14.65625,7.0625,14.5625,7.1875]},"south":{"texture":"#0","uv":[14.875,7.0625,14.78125,7.1875]},"up":{"texture":"#0","uv":[14.5625,7.0625,14.65625,6.9375]},"west":{"texture":"#0","uv":[14.5625,7.0625,14.4375,7.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2695.json b/assets/minecraft/models/w2695.json new file mode 100644 index 000000000..beb9bb049 --- /dev/null +++ b/assets/minecraft/models/w2695.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.65625,6.9375,14.75,7.0625]},"east":{"texture":"#0","uv":[14.78125,7.0625,14.65625,7.1875]},"north":{"texture":"#0","uv":[14.65625,7.0625,14.5625,7.1875]},"south":{"texture":"#0","uv":[14.875,7.0625,14.78125,7.1875]},"up":{"texture":"#0","uv":[14.5625,7.0625,14.65625,6.9375]},"west":{"texture":"#0","uv":[14.5625,7.0625,14.4375,7.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14,-14]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2696.json b/assets/minecraft/models/w2696.json new file mode 100644 index 000000000..19d1522e3 --- /dev/null +++ b/assets/minecraft/models/w2696.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.65625,6.9375,14.75,7.0625]},"east":{"texture":"#0","uv":[14.78125,7.0625,14.65625,7.1875]},"north":{"texture":"#0","uv":[14.65625,7.0625,14.5625,7.1875]},"south":{"texture":"#0","uv":[14.875,7.0625,14.78125,7.1875]},"up":{"texture":"#0","uv":[14.5625,7.0625,14.65625,6.9375]},"west":{"texture":"#0","uv":[14.5625,7.0625,14.4375,7.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2697.json b/assets/minecraft/models/w2697.json new file mode 100644 index 000000000..737f54aa3 --- /dev/null +++ b/assets/minecraft/models/w2697.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.65625,6.9375,14.75,7.0625]},"east":{"texture":"#0","uv":[14.78125,7.0625,14.65625,7.1875]},"north":{"texture":"#0","uv":[14.65625,7.0625,14.5625,7.1875]},"south":{"texture":"#0","uv":[14.875,7.0625,14.78125,7.1875]},"up":{"texture":"#0","uv":[14.5625,7.0625,14.65625,6.9375]},"west":{"texture":"#0","uv":[14.5625,7.0625,14.4375,7.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2698.json b/assets/minecraft/models/w2698.json new file mode 100644 index 000000000..01e6b4fdb --- /dev/null +++ b/assets/minecraft/models/w2698.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.03125,5.125,14.3125,6.25]},"east":{"texture":"#0","uv":[15.15625,6.25,14.03125,6.5]},"north":{"texture":"#0","uv":[14.03125,6.25,13.75,6.5]},"south":{"texture":"#0","uv":[15.4375,6.25,15.15625,6.5]},"up":{"texture":"#0","uv":[13.75,6.25,14.03125,5.125]},"west":{"texture":"#0","uv":[13.75,6.25,12.625,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.8,-1.6000004]},{"faces":{"down":{"texture":"#0","uv":[13.65625,6.625,13.9375,7.0625]},"east":{"texture":"#0","uv":[14.09375,7.0625,13.65625,7.1875]},"north":{"texture":"#0","uv":[13.65625,7.0625,13.375,7.1875]},"south":{"texture":"#0","uv":[14.375,7.0625,14.09375,7.1875]},"up":{"texture":"#0","uv":[13.375,7.0625,13.65625,6.625]},"west":{"texture":"#0","uv":[13.375,7.0625,12.9375,7.1875]}},"from":[-16,-12.8,-7.2],"shade":false,"to":[-12.4,-11.2,-1.5999999]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2699.json b/assets/minecraft/models/w2699.json new file mode 100644 index 000000000..e607e42f7 --- /dev/null +++ b/assets/minecraft/models/w2699.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,6.9375,14.65625,7.0625]},"east":{"texture":"#0","uv":[14.4375,7.0625,14.5625,7.1875]},"north":{"texture":"#0","uv":[14.5625,7.0625,14.65625,7.1875]},"south":{"texture":"#0","uv":[14.78125,7.0625,14.875,7.1875]},"up":{"texture":"#0","uv":[14.65625,7.0625,14.5625,6.9375]},"west":{"texture":"#0","uv":[14.65625,7.0625,14.78125,7.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w27.json b/assets/minecraft/models/w27.json new file mode 100644 index 000000000..b28603f0b --- /dev/null +++ b/assets/minecraft/models/w27.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,2,3.5,2.5]},"east":{"texture":"#0","uv":[2,2.5,2.5,4]},"north":{"texture":"#0","uv":[2.5,2.5,3.5,4]},"south":{"texture":"#0","uv":[4,2.5,5,4]},"up":{"texture":"#0","uv":[3.5,2.5,2.5,2]},"west":{"texture":"#0","uv":[3.5,2.5,4,4]}},"from":[-15.96,-15.96,-15.96],"shade":false,"to":[-12.76,-11.16,-14.36]},{"faces":{"down":{"texture":"#0","uv":[4.5,4,3.5,4.5]},"east":{"texture":"#0","uv":[2,4.5,2.5,6]},"north":{"texture":"#0","uv":[2.5,4.5,3.5,6]},"south":{"texture":"#0","uv":[4,4.5,5,6]},"up":{"texture":"#0","uv":[3.5,4.5,2.5,4]},"west":{"texture":"#0","uv":[3.5,4.5,4,6]}},"from":[-16,-16,-16],"shade":false,"to":[-12.72,-11.12,-14.32]}],"overrides":[],"textures":{"0":"item/w419070065_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w270.json b/assets/minecraft/models/w270.json new file mode 100644 index 000000000..daaea8d72 --- /dev/null +++ b/assets/minecraft/models/w270.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,8.375,1.875,8.75]},"east":{"texture":"#0","uv":[1.125,8.75,1.5,8.875]},"north":{"texture":"#0","uv":[1.5,8.75,1.875,8.875]},"south":{"texture":"#0","uv":[2.25,8.75,2.625,8.875]},"up":{"texture":"#0","uv":[1.875,8.75,1.5,8.375]},"west":{"texture":"#0","uv":[1.875,8.75,2.25,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2700.json b/assets/minecraft/models/w2700.json new file mode 100644 index 000000000..e607e42f7 --- /dev/null +++ b/assets/minecraft/models/w2700.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,6.9375,14.65625,7.0625]},"east":{"texture":"#0","uv":[14.4375,7.0625,14.5625,7.1875]},"north":{"texture":"#0","uv":[14.5625,7.0625,14.65625,7.1875]},"south":{"texture":"#0","uv":[14.78125,7.0625,14.875,7.1875]},"up":{"texture":"#0","uv":[14.65625,7.0625,14.5625,6.9375]},"west":{"texture":"#0","uv":[14.65625,7.0625,14.78125,7.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2701.json b/assets/minecraft/models/w2701.json new file mode 100644 index 000000000..8ecd34601 --- /dev/null +++ b/assets/minecraft/models/w2701.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,6.9375,14.65625,7.0625]},"east":{"texture":"#0","uv":[14.4375,7.0625,14.5625,7.1875]},"north":{"texture":"#0","uv":[14.5625,7.0625,14.65625,7.1875]},"south":{"texture":"#0","uv":[14.78125,7.0625,14.875,7.1875]},"up":{"texture":"#0","uv":[14.65625,7.0625,14.5625,6.9375]},"west":{"texture":"#0","uv":[14.65625,7.0625,14.78125,7.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.2,-14.2]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2702.json b/assets/minecraft/models/w2702.json new file mode 100644 index 000000000..8ecd34601 --- /dev/null +++ b/assets/minecraft/models/w2702.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,6.9375,14.65625,7.0625]},"east":{"texture":"#0","uv":[14.4375,7.0625,14.5625,7.1875]},"north":{"texture":"#0","uv":[14.5625,7.0625,14.65625,7.1875]},"south":{"texture":"#0","uv":[14.78125,7.0625,14.875,7.1875]},"up":{"texture":"#0","uv":[14.65625,7.0625,14.5625,6.9375]},"west":{"texture":"#0","uv":[14.65625,7.0625,14.78125,7.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.2,-14.2]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2703.json b/assets/minecraft/models/w2703.json new file mode 100644 index 000000000..942089fd9 --- /dev/null +++ b/assets/minecraft/models/w2703.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.25,6.5625,10.96875,7.09375]},"east":{"texture":"#0","uv":[10.15625,7.09375,10.6875,7.1875]},"north":{"texture":"#0","uv":[10.6875,7.09375,10.96875,7.1875]},"south":{"texture":"#0","uv":[11.5,7.09375,11.78125,7.1875]},"up":{"texture":"#0","uv":[10.96875,7.09375,10.6875,6.5625]},"west":{"texture":"#0","uv":[10.96875,7.09375,11.5,7.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.408,-14.808001,-9.258]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2704.json b/assets/minecraft/models/w2704.json new file mode 100644 index 000000000..0a23ec4e9 --- /dev/null +++ b/assets/minecraft/models/w2704.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.625,5.34375,11.34375,6.25]},"east":{"texture":"#0","uv":[10.15625,6.25,11.0625,6.5]},"north":{"texture":"#0","uv":[11.0625,6.25,11.34375,6.5]},"up":{"texture":"#0","uv":[11.34375,6.25,11.0625,5.34375]},"west":{"texture":"#0","uv":[11.34375,6.25,12.25,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.392,-12.792,-4.392]},{"faces":{"down":{"texture":"#0","uv":[12.65625,6.84375,12.375,7.09375]},"east":{"texture":"#0","uv":[11.84375,7.09375,12.09375,7.1875]},"north":{"texture":"#0","uv":[12.09375,7.09375,12.375,7.1875]},"south":{"texture":"#0","uv":[12.625,7.09375,12.90625,7.1875]},"up":{"texture":"#0","uv":[12.375,7.09375,12.09375,6.84375]},"west":{"texture":"#0","uv":[12.375,7.09375,12.625,7.1875]}},"from":[-15.988,-13.375707,-7.4662075],"rotation":{"angle":22.5,"axis":"x","origin":[-16.796,-12.183706,-5.8742075],"rescale":false},"shade":false,"to":[-12.404,-12.191707,-4.282208]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2705.json b/assets/minecraft/models/w2705.json new file mode 100644 index 000000000..19d1522e3 --- /dev/null +++ b/assets/minecraft/models/w2705.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.65625,6.9375,14.75,7.0625]},"east":{"texture":"#0","uv":[14.78125,7.0625,14.65625,7.1875]},"north":{"texture":"#0","uv":[14.65625,7.0625,14.5625,7.1875]},"south":{"texture":"#0","uv":[14.875,7.0625,14.78125,7.1875]},"up":{"texture":"#0","uv":[14.5625,7.0625,14.65625,6.9375]},"west":{"texture":"#0","uv":[14.5625,7.0625,14.4375,7.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2706.json b/assets/minecraft/models/w2706.json new file mode 100644 index 000000000..19d1522e3 --- /dev/null +++ b/assets/minecraft/models/w2706.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.65625,6.9375,14.75,7.0625]},"east":{"texture":"#0","uv":[14.78125,7.0625,14.65625,7.1875]},"north":{"texture":"#0","uv":[14.65625,7.0625,14.5625,7.1875]},"south":{"texture":"#0","uv":[14.875,7.0625,14.78125,7.1875]},"up":{"texture":"#0","uv":[14.5625,7.0625,14.65625,6.9375]},"west":{"texture":"#0","uv":[14.5625,7.0625,14.4375,7.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2707.json b/assets/minecraft/models/w2707.json new file mode 100644 index 000000000..7005d7f92 --- /dev/null +++ b/assets/minecraft/models/w2707.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.65625,6.9375,14.75,7.0625]},"east":{"texture":"#0","uv":[14.78125,7.0625,14.65625,7.1875]},"north":{"texture":"#0","uv":[14.65625,7.0625,14.5625,7.1875]},"south":{"texture":"#0","uv":[14.875,7.0625,14.78125,7.1875]},"up":{"texture":"#0","uv":[14.5625,7.0625,14.65625,6.9375]},"west":{"texture":"#0","uv":[14.5625,7.0625,14.4375,7.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.2,-14.2]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2708.json b/assets/minecraft/models/w2708.json new file mode 100644 index 000000000..7005d7f92 --- /dev/null +++ b/assets/minecraft/models/w2708.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.65625,6.9375,14.75,7.0625]},"east":{"texture":"#0","uv":[14.78125,7.0625,14.65625,7.1875]},"north":{"texture":"#0","uv":[14.65625,7.0625,14.5625,7.1875]},"south":{"texture":"#0","uv":[14.875,7.0625,14.78125,7.1875]},"up":{"texture":"#0","uv":[14.5625,7.0625,14.65625,6.9375]},"west":{"texture":"#0","uv":[14.5625,7.0625,14.4375,7.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.2,-14.2]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2709.json b/assets/minecraft/models/w2709.json new file mode 100644 index 000000000..456882d83 --- /dev/null +++ b/assets/minecraft/models/w2709.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.96875,6.5625,11.25,7.09375]},"east":{"texture":"#0","uv":[11.5,7.09375,10.96875,7.1875]},"north":{"texture":"#0","uv":[10.96875,7.09375,10.6875,7.1875]},"south":{"texture":"#0","uv":[11.78125,7.09375,11.5,7.1875]},"up":{"texture":"#0","uv":[10.6875,7.09375,10.96875,6.5625]},"west":{"texture":"#0","uv":[10.6875,7.09375,10.15625,7.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.408,-14.808001,-9.258]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w271.json b/assets/minecraft/models/w271.json new file mode 100644 index 000000000..f9326fd4d --- /dev/null +++ b/assets/minecraft/models/w271.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.25,5.375,1.75,5.625]},"east":{"texture":"#0","uv":[0,5.625,0.25,5.875]},"north":{"texture":"#0","uv":[0.25,5.625,1.75,5.875]},"south":{"texture":"#0","uv":[2,5.625,3.5,5.875]},"up":{"texture":"#0","uv":[1.75,5.625,0.25,5.375]},"west":{"texture":"#0","uv":[1.75,5.625,2,5.875]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-15.2,-15.2]},{"faces":{"down":{"texture":"#0","uv":[0.75,8.5,0.5,8.75]},"east":{"texture":"#0","uv":[0,8.75,0.25,8.875]},"north":{"texture":"#0","uv":[0.25,8.75,0.5,8.875]},"south":{"texture":"#0","uv":[0.75,8.75,1,8.875]},"up":{"texture":"#0","uv":[0.5,8.75,0.25,8.5]},"west":{"texture":"#0","uv":[0.5,8.75,0.75,8.875]}},"from":[-15.796,-15.596,-15.996],"rotation":{"angle":-45,"axis":"z","origin":[-14.8,-15.2,-15.6],"rescale":false},"shade":false,"to":[-14.804,-15.2039995,-15.204]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2710.json b/assets/minecraft/models/w2710.json new file mode 100644 index 000000000..59a1ae331 --- /dev/null +++ b/assets/minecraft/models/w2710.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.34375,5.34375,11.625,6.25]},"east":{"texture":"#0","uv":[12.25,6.25,11.34375,6.5]},"north":{"texture":"#0","uv":[11.34375,6.25,11.0625,6.5]},"south":{"texture":"#0","uv":[12.53125,6.25,12.25,6.5]},"up":{"texture":"#0","uv":[11.0625,6.25,11.34375,5.34375]},"west":{"texture":"#0","uv":[11.0625,6.25,10.15625,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.8,-4.3999996]},{"faces":{"down":{"texture":"#0","uv":[12.375,6.84375,12.65625,7.09375]},"east":{"texture":"#0","uv":[12.625,7.09375,12.375,7.1875]},"north":{"texture":"#0","uv":[12.375,7.09375,12.09375,7.1875]},"south":{"texture":"#0","uv":[12.90625,7.09375,12.625,7.1875]},"up":{"texture":"#0","uv":[12.09375,7.09375,12.375,6.84375]},"west":{"texture":"#0","uv":[12.09375,7.09375,11.84375,7.1875]}},"from":[-15.992,-13.379706,-7.470207],"rotation":{"angle":22.5,"axis":"x","origin":[-11.6,-12.187706,-5.878207],"rescale":false},"shade":false,"to":[-12.408,-12.195706,-4.2862077]}],"overrides":[],"textures":{"0":"item/w1605256237_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2711.json b/assets/minecraft/models/w2711.json new file mode 100644 index 000000000..4f1763a88 --- /dev/null +++ b/assets/minecraft/models/w2711.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[11.9375,0,13,3.0070312]},"west":{"texture":"#0","uv":[13,0,11.9375,3.0070312]}},"from":[-16,-16,-16],"shade":false,"to":[-16,3.2450008,-9.2]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2712.json b/assets/minecraft/models/w2712.json new file mode 100644 index 000000000..4f1763a88 --- /dev/null +++ b/assets/minecraft/models/w2712.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[11.9375,0,13,3.0070312]},"west":{"texture":"#0","uv":[13,0,11.9375,3.0070312]}},"from":[-16,-16,-16],"shade":false,"to":[-16,3.2450008,-9.2]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2713.json b/assets/minecraft/models/w2713.json new file mode 100644 index 000000000..16bdd708b --- /dev/null +++ b/assets/minecraft/models/w2713.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[11.9375,3.0070312,13,0]},"west":{"texture":"#0","uv":[13,3.0070312,11.9375,0]}},"from":[-16,-16,-16],"shade":false,"to":[-16,3.2450008,-9.2]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2714.json b/assets/minecraft/models/w2714.json new file mode 100644 index 000000000..4f1763a88 --- /dev/null +++ b/assets/minecraft/models/w2714.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[11.9375,0,13,3.0070312]},"west":{"texture":"#0","uv":[13,0,11.9375,3.0070312]}},"from":[-16,-16,-16],"shade":false,"to":[-16,3.2450008,-9.2]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2715.json b/assets/minecraft/models/w2715.json new file mode 100644 index 000000000..0e11695ee --- /dev/null +++ b/assets/minecraft/models/w2715.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.375,13.8125,6.625,14.5]},"east":{"texture":"#0","uv":[5.9375,10.8125,6.625,13.8125]},"north":{"texture":"#0","uv":[6.625,10.8125,9.375,13.8125]},"south":{"texture":"#0","uv":[0.1875,0.25,2.9375,3.25]},"up":{"texture":"#0","uv":[9.375,10.8125,6.625,10.125]},"west":{"texture":"#0","uv":[9.375,10.8125,10.0625,13.8125]}},"from":[-16,-16,-16],"shade":false,"to":[1.6000004,3.2000008,-11.6]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2716.json b/assets/minecraft/models/w2716.json new file mode 100644 index 000000000..497014dd0 --- /dev/null +++ b/assets/minecraft/models/w2716.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.9375,0,4.4375,3.625]},"east":{"texture":"#0","uv":[7.25,3.8125,3.625,5.125]},"up":{"texture":"#0","uv":[3.8125,3.625,3.3125,0]},"west":{"texture":"#0","uv":[0,3.8125,3.625,5.125]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-7.6000004,7.200001]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2717.json b/assets/minecraft/models/w2717.json new file mode 100644 index 000000000..a491f0143 --- /dev/null +++ b/assets/minecraft/models/w2717.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,0,8.5625,1.25]},"east":{"texture":"#0","uv":[7.9375,1.25,9.1875,1.9375]},"up":{"texture":"#0","uv":[8.5625,1.25,7.875,0]}},"from":[-16,-16,-16],"shade":false,"to":[-11.6,-11.6,-8]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2718.json b/assets/minecraft/models/w2718.json new file mode 100644 index 000000000..a44324ed8 --- /dev/null +++ b/assets/minecraft/models/w2718.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.9375,1.3125,10.4375,2.125]},"east":{"texture":"#0","uv":[9.125,2.125,9.9375,2.9375]},"north":{"texture":"#0","uv":[9.9375,2.125,10.4375,2.9375]},"south":{"texture":"#0","uv":[11.25,2.125,11.75,2.9375]},"up":{"texture":"#0","uv":[10.4375,2.125,9.9375,1.3125]},"west":{"texture":"#0","uv":[10.4375,2.125,11.25,2.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.835,-10.8,-10.8]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2719.json b/assets/minecraft/models/w2719.json new file mode 100644 index 000000000..4b738a3a0 --- /dev/null +++ b/assets/minecraft/models/w2719.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.75,3.125,10.25,3.8125]},"east":{"texture":"#0","uv":[9.0625,3.8125,9.75,4.5]},"north":{"texture":"#0","uv":[9.75,3.8125,10.25,4.5]},"south":{"texture":"#0","uv":[10.9375,3.8125,11.4375,4.5]},"up":{"texture":"#0","uv":[10.25,3.8125,9.75,3.125]},"west":{"texture":"#0","uv":[10.25,3.8125,10.9375,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.835001,-11.6,-11.599999]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w272.json b/assets/minecraft/models/w272.json new file mode 100644 index 000000000..daaea8d72 --- /dev/null +++ b/assets/minecraft/models/w272.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,8.375,1.875,8.75]},"east":{"texture":"#0","uv":[1.125,8.75,1.5,8.875]},"north":{"texture":"#0","uv":[1.5,8.75,1.875,8.875]},"south":{"texture":"#0","uv":[2.25,8.75,2.625,8.875]},"up":{"texture":"#0","uv":[1.875,8.75,1.5,8.375]},"west":{"texture":"#0","uv":[1.875,8.75,2.25,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2720.json b/assets/minecraft/models/w2720.json new file mode 100644 index 000000000..1edf3e60f --- /dev/null +++ b/assets/minecraft/models/w2720.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.9375,0,10.4375,0.5625]},"east":{"texture":"#0","uv":[9.375,0.5625,9.9375,1.125]},"north":{"texture":"#0","uv":[9.9375,0.5625,10.4375,1.125]},"south":{"texture":"#0","uv":[11,0.5625,11.5,1.125]},"up":{"texture":"#0","uv":[10.4375,0.5625,9.9375,0]},"west":{"texture":"#0","uv":[10.4375,0.5625,11,1.125]}},"from":[-16,-16,-16],"shade":false,"to":[-12.835001,-12.4,-12.4]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2721.json b/assets/minecraft/models/w2721.json new file mode 100644 index 000000000..767bee694 --- /dev/null +++ b/assets/minecraft/models/w2721.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.4375,5.5,3.4375,5.6875]},"east":{"texture":"#0","uv":[7.4375,1.625,7.625,2.6875]},"north":{"texture":"#0","uv":[4.4375,0,4.9375,1.0625]},"south":{"texture":"#0","uv":[4.4375,1.0625,7.4375,2.125]},"up":{"texture":"#0","uv":[3.4375,5.6875,0.4375,5.5]},"west":{"texture":"#0","uv":[7.4375,2.6875,7.625,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-10.300001,-14.8]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2722.json b/assets/minecraft/models/w2722.json new file mode 100644 index 000000000..e13a93b61 --- /dev/null +++ b/assets/minecraft/models/w2722.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.75,3.4375,12.25,3.75]},"east":{"texture":"#0","uv":[11.625,3.75,11.9375,3.9375]},"north":{"texture":"#0","uv":[11.9375,3.9375,12.4375,4.125]},"south":{"texture":"#0","uv":[12.5625,3.75,12.875,3.9375]},"up":{"texture":"#0","uv":[12.25,3.75,11.9375,3.4375]},"west":{"texture":"#0","uv":[12.25,3.75,12.5625,3.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.808001,-14.807999,-14.007998]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2723.json b/assets/minecraft/models/w2723.json new file mode 100644 index 000000000..dd7a2b0e0 --- /dev/null +++ b/assets/minecraft/models/w2723.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.625,5.75,12.125,6.240625]},"east":{"texture":"#0","uv":[11.3125,6.25,11.8125,6.3125]},"north":{"texture":"#0","uv":[11.8125,6.25,12.125,6.3125]},"south":{"texture":"#0","uv":[12.625,6.25,12.9375,6.3125]},"up":{"texture":"#0","uv":[12.125,6.25,11.8125,5.75]},"west":{"texture":"#0","uv":[12.125,6.25,12.625,6.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-12.783999,-15.504,-12.664]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2724.json b/assets/minecraft/models/w2724.json new file mode 100644 index 000000000..7527899d5 --- /dev/null +++ b/assets/minecraft/models/w2724.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.375,10.1875,11.875,11.496875]},"east":{"texture":"#0","uv":[10.25,11.5,11.5625,11.5625]},"north":{"texture":"#0","uv":[11.5625,11.5,11.875,11.5625]},"south":{"texture":"#0","uv":[13.1875,11.5,13.5,11.5625]},"up":{"texture":"#0","uv":[11.875,11.5,11.5625,10.1875]},"west":{"texture":"#0","uv":[11.875,11.5,13.1875,11.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.783999,-15.504,-7.424]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2725.json b/assets/minecraft/models/w2725.json new file mode 100644 index 000000000..bf269864c --- /dev/null +++ b/assets/minecraft/models/w2725.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5625,6,0.375,6.25]},"east":{"texture":"#0","uv":[0.125,6.5,0.375,6.25]},"north":{"texture":"#0","uv":[0.375,6.5,0.5625,6.25]},"south":{"texture":"#0","uv":[0.8125,6.5,1,6.25]},"up":{"texture":"#0","uv":[0.75,6.25,0.5625,6]},"west":{"texture":"#0","uv":[0.5625,6.5,0.8125,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14,-14]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2726.json b/assets/minecraft/models/w2726.json new file mode 100644 index 000000000..bf269864c --- /dev/null +++ b/assets/minecraft/models/w2726.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5625,6,0.375,6.25]},"east":{"texture":"#0","uv":[0.125,6.5,0.375,6.25]},"north":{"texture":"#0","uv":[0.375,6.5,0.5625,6.25]},"south":{"texture":"#0","uv":[0.8125,6.5,1,6.25]},"up":{"texture":"#0","uv":[0.75,6.25,0.5625,6]},"west":{"texture":"#0","uv":[0.5625,6.5,0.8125,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14,-14]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2727.json b/assets/minecraft/models/w2727.json new file mode 100644 index 000000000..3e087db71 --- /dev/null +++ b/assets/minecraft/models/w2727.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5625,6,0.375,6.25]},"east":{"texture":"#0","uv":[0.125,6.5,0.375,6.25]},"north":{"texture":"#0","uv":[0.375,6.5,0.5625,6.25]},"south":{"texture":"#0","uv":[0.8125,6.5,1,6.25]},"up":{"texture":"#0","uv":[0.75,6.25,0.5625,6]},"west":{"texture":"#0","uv":[0.5625,6.5,0.8125,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.400001]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2728.json b/assets/minecraft/models/w2728.json new file mode 100644 index 000000000..fad9c3884 --- /dev/null +++ b/assets/minecraft/models/w2728.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5625,6,0.375,6.25]},"east":{"texture":"#0","uv":[0.125,6.5,0.375,6.25]},"north":{"texture":"#0","uv":[0.375,6.5,0.5625,6.25]},"south":{"texture":"#0","uv":[0.8125,6.5,1,6.25]},"up":{"texture":"#0","uv":[0.75,6.25,0.5625,6]},"west":{"texture":"#0","uv":[0.5625,6.5,0.8125,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2729.json b/assets/minecraft/models/w2729.json new file mode 100644 index 000000000..fad9c3884 --- /dev/null +++ b/assets/minecraft/models/w2729.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5625,6,0.375,6.25]},"east":{"texture":"#0","uv":[0.125,6.5,0.375,6.25]},"north":{"texture":"#0","uv":[0.375,6.5,0.5625,6.25]},"south":{"texture":"#0","uv":[0.8125,6.5,1,6.25]},"up":{"texture":"#0","uv":[0.75,6.25,0.5625,6]},"west":{"texture":"#0","uv":[0.5625,6.5,0.8125,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w273.json b/assets/minecraft/models/w273.json new file mode 100644 index 000000000..f9326fd4d --- /dev/null +++ b/assets/minecraft/models/w273.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.25,5.375,1.75,5.625]},"east":{"texture":"#0","uv":[0,5.625,0.25,5.875]},"north":{"texture":"#0","uv":[0.25,5.625,1.75,5.875]},"south":{"texture":"#0","uv":[2,5.625,3.5,5.875]},"up":{"texture":"#0","uv":[1.75,5.625,0.25,5.375]},"west":{"texture":"#0","uv":[1.75,5.625,2,5.875]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-15.2,-15.2]},{"faces":{"down":{"texture":"#0","uv":[0.75,8.5,0.5,8.75]},"east":{"texture":"#0","uv":[0,8.75,0.25,8.875]},"north":{"texture":"#0","uv":[0.25,8.75,0.5,8.875]},"south":{"texture":"#0","uv":[0.75,8.75,1,8.875]},"up":{"texture":"#0","uv":[0.5,8.75,0.25,8.5]},"west":{"texture":"#0","uv":[0.5,8.75,0.75,8.875]}},"from":[-15.796,-15.596,-15.996],"rotation":{"angle":-45,"axis":"z","origin":[-14.8,-15.2,-15.6],"rescale":false},"shade":false,"to":[-14.804,-15.2039995,-15.204]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2730.json b/assets/minecraft/models/w2730.json new file mode 100644 index 000000000..c21a3870a --- /dev/null +++ b/assets/minecraft/models/w2730.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5625,6,0.375,6.25]},"east":{"texture":"#0","uv":[0.125,6.5,0.375,6.25]},"north":{"texture":"#0","uv":[0.375,6.5,0.5625,6.25]},"south":{"texture":"#0","uv":[0.8125,6.5,1,6.25]},"up":{"texture":"#0","uv":[0.75,6.25,0.5625,6]},"west":{"texture":"#0","uv":[0.5625,6.5,0.8125,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2731.json b/assets/minecraft/models/w2731.json new file mode 100644 index 000000000..bf269864c --- /dev/null +++ b/assets/minecraft/models/w2731.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5625,6,0.375,6.25]},"east":{"texture":"#0","uv":[0.125,6.5,0.375,6.25]},"north":{"texture":"#0","uv":[0.375,6.5,0.5625,6.25]},"south":{"texture":"#0","uv":[0.8125,6.5,1,6.25]},"up":{"texture":"#0","uv":[0.75,6.25,0.5625,6]},"west":{"texture":"#0","uv":[0.5625,6.5,0.8125,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14,-14]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2732.json b/assets/minecraft/models/w2732.json new file mode 100644 index 000000000..fad9c3884 --- /dev/null +++ b/assets/minecraft/models/w2732.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5625,6,0.375,6.25]},"east":{"texture":"#0","uv":[0.125,6.5,0.375,6.25]},"north":{"texture":"#0","uv":[0.375,6.5,0.5625,6.25]},"south":{"texture":"#0","uv":[0.8125,6.5,1,6.25]},"up":{"texture":"#0","uv":[0.75,6.25,0.5625,6]},"west":{"texture":"#0","uv":[0.5625,6.5,0.8125,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2733.json b/assets/minecraft/models/w2733.json new file mode 100644 index 000000000..6af1c69cd --- /dev/null +++ b/assets/minecraft/models/w2733.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.4375,0,3.9375,3.625]},"east":{"texture":"#0","uv":[3.625,3.8125,0,5.125]},"up":{"texture":"#0","uv":[3.3125,3.625,3.8125,0]},"west":{"texture":"#0","uv":[3.625,3.8125,7.25,5.125]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-7.6000004,7.200001]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2734.json b/assets/minecraft/models/w2734.json new file mode 100644 index 000000000..9bcc5086c --- /dev/null +++ b/assets/minecraft/models/w2734.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5625,0,9.25,1.25]},"up":{"texture":"#0","uv":[7.875,1.25,8.5625,0]},"west":{"texture":"#0","uv":[9.1875,1.25,7.9375,1.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-11.6,-11.6,-8]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2735.json b/assets/minecraft/models/w2735.json new file mode 100644 index 000000000..7db0ee8c0 --- /dev/null +++ b/assets/minecraft/models/w2735.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.4375,1.3125,10.9375,2.125]},"east":{"texture":"#0","uv":[11.25,2.125,10.4375,2.9375]},"north":{"texture":"#0","uv":[10.4375,2.125,9.9375,2.9375]},"south":{"texture":"#0","uv":[11.75,2.125,11.25,2.9375]},"up":{"texture":"#0","uv":[9.9375,2.125,10.4375,1.3125]},"west":{"texture":"#0","uv":[9.9375,2.125,9.125,2.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.835,-10.8,-10.8]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2736.json b/assets/minecraft/models/w2736.json new file mode 100644 index 000000000..20ac15ada --- /dev/null +++ b/assets/minecraft/models/w2736.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.25,3.125,10.75,3.8125]},"east":{"texture":"#0","uv":[10.9375,3.8125,10.25,4.5]},"north":{"texture":"#0","uv":[10.25,3.8125,9.75,4.5]},"south":{"texture":"#0","uv":[11.4375,3.8125,10.9375,4.5]},"up":{"texture":"#0","uv":[9.75,3.8125,10.25,3.125]},"west":{"texture":"#0","uv":[9.75,3.8125,9.0625,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.835001,-11.6,-11.599999]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2737.json b/assets/minecraft/models/w2737.json new file mode 100644 index 000000000..5f18febb9 --- /dev/null +++ b/assets/minecraft/models/w2737.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.4375,0,10.9375,0.5625]},"east":{"texture":"#0","uv":[11,0.5625,10.4375,1.125]},"north":{"texture":"#0","uv":[10.4375,0.5625,9.9375,1.125]},"south":{"texture":"#0","uv":[11.5,0.5625,11,1.125]},"up":{"texture":"#0","uv":[9.9375,0.5625,10.4375,0]},"west":{"texture":"#0","uv":[9.9375,0.5625,9.375,1.125]}},"from":[-16,-16,-16],"shade":false,"to":[-12.835001,-12.4,-12.4]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2738.json b/assets/minecraft/models/w2738.json new file mode 100644 index 000000000..a71334f75 --- /dev/null +++ b/assets/minecraft/models/w2738.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.4375,5.5,6.4375,5.6875]},"east":{"texture":"#0","uv":[7.625,2.6875,7.4375,3.75]},"north":{"texture":"#0","uv":[4.9375,0,4.4375,1.0625]},"south":{"texture":"#0","uv":[7.4375,1.0625,4.4375,2.125]},"up":{"texture":"#0","uv":[0.4375,5.6875,3.4375,5.5]},"west":{"texture":"#0","uv":[7.625,1.625,7.4375,2.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-10.300001,-14.8]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2739.json b/assets/minecraft/models/w2739.json new file mode 100644 index 000000000..2ddd0f64b --- /dev/null +++ b/assets/minecraft/models/w2739.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.25,3.4375,12.75,3.75]},"east":{"texture":"#0","uv":[12.5625,3.75,12.25,3.9375]},"north":{"texture":"#0","uv":[12.4375,3.9375,11.9375,4.125]},"south":{"texture":"#0","uv":[12.875,3.75,12.5625,3.9375]},"up":{"texture":"#0","uv":[11.9375,3.75,12.25,3.4375]},"west":{"texture":"#0","uv":[11.9375,3.75,11.625,3.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.808001,-14.807999,-14.007998]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w274.json b/assets/minecraft/models/w274.json new file mode 100644 index 000000000..5a562e314 --- /dev/null +++ b/assets/minecraft/models/w274.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,6.625,1.75,6.875]},"east":{"texture":"#0","uv":[1.75,6.875,1.5,7]},"north":{"texture":"#0","uv":[1.5,6.875,1.25,7]},"south":{"texture":"#0","uv":[2,6.875,1.75,7]},"up":{"texture":"#0","uv":[1.25,6.875,1.5,6.625]},"west":{"texture":"#0","uv":[1.25,6.875,1,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15,-15.6,-15]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2740.json b/assets/minecraft/models/w2740.json new file mode 100644 index 000000000..4ed37cf8c --- /dev/null +++ b/assets/minecraft/models/w2740.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.125,5.75,12.625,6.240625]},"east":{"texture":"#0","uv":[12.625,6.25,12.125,6.3125]},"north":{"texture":"#0","uv":[12.125,6.25,11.8125,6.3125]},"south":{"texture":"#0","uv":[12.9375,6.25,12.625,6.3125]},"up":{"texture":"#0","uv":[11.8125,6.25,12.125,5.75]},"west":{"texture":"#0","uv":[11.8125,6.25,11.3125,6.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-12.783999,-15.504,-12.664]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2741.json b/assets/minecraft/models/w2741.json new file mode 100644 index 000000000..3dbfe0faf --- /dev/null +++ b/assets/minecraft/models/w2741.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.875,10.1875,12.375,11.496875]},"east":{"texture":"#0","uv":[13.1875,11.5,11.875,11.5625]},"north":{"texture":"#0","uv":[11.875,11.5,11.5625,11.5625]},"south":{"texture":"#0","uv":[13.5,11.5,13.1875,11.5625]},"up":{"texture":"#0","uv":[11.5625,11.5,11.875,10.1875]},"west":{"texture":"#0","uv":[11.5625,11.5,10.25,11.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.783999,-15.504,-7.424]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2742.json b/assets/minecraft/models/w2742.json new file mode 100644 index 000000000..81b2d5b54 --- /dev/null +++ b/assets/minecraft/models/w2742.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.375,6,0.5625,6.25]},"east":{"texture":"#0","uv":[0.8125,6.5,0.5625,6.25]},"north":{"texture":"#0","uv":[0.5625,6.5,0.375,6.25]},"south":{"texture":"#0","uv":[1,6.5,0.8125,6.25]},"up":{"texture":"#0","uv":[0.5625,6.25,0.75,6]},"west":{"texture":"#0","uv":[0.375,6.5,0.125,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14,-14]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2743.json b/assets/minecraft/models/w2743.json new file mode 100644 index 000000000..81b2d5b54 --- /dev/null +++ b/assets/minecraft/models/w2743.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.375,6,0.5625,6.25]},"east":{"texture":"#0","uv":[0.8125,6.5,0.5625,6.25]},"north":{"texture":"#0","uv":[0.5625,6.5,0.375,6.25]},"south":{"texture":"#0","uv":[1,6.5,0.8125,6.25]},"up":{"texture":"#0","uv":[0.5625,6.25,0.75,6]},"west":{"texture":"#0","uv":[0.375,6.5,0.125,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14,-14]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2744.json b/assets/minecraft/models/w2744.json new file mode 100644 index 000000000..863cbfe46 --- /dev/null +++ b/assets/minecraft/models/w2744.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.375,6,0.5625,6.25]},"east":{"texture":"#0","uv":[0.8125,6.5,0.5625,6.25]},"north":{"texture":"#0","uv":[0.5625,6.5,0.375,6.25]},"south":{"texture":"#0","uv":[1,6.5,0.8125,6.25]},"up":{"texture":"#0","uv":[0.5625,6.25,0.75,6]},"west":{"texture":"#0","uv":[0.375,6.5,0.125,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.400001]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2745.json b/assets/minecraft/models/w2745.json new file mode 100644 index 000000000..b5fad8835 --- /dev/null +++ b/assets/minecraft/models/w2745.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.375,6,0.5625,6.25]},"east":{"texture":"#0","uv":[0.8125,6.5,0.5625,6.25]},"north":{"texture":"#0","uv":[0.5625,6.5,0.375,6.25]},"south":{"texture":"#0","uv":[1,6.5,0.8125,6.25]},"up":{"texture":"#0","uv":[0.5625,6.25,0.75,6]},"west":{"texture":"#0","uv":[0.375,6.5,0.125,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2746.json b/assets/minecraft/models/w2746.json new file mode 100644 index 000000000..b5fad8835 --- /dev/null +++ b/assets/minecraft/models/w2746.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.375,6,0.5625,6.25]},"east":{"texture":"#0","uv":[0.8125,6.5,0.5625,6.25]},"north":{"texture":"#0","uv":[0.5625,6.5,0.375,6.25]},"south":{"texture":"#0","uv":[1,6.5,0.8125,6.25]},"up":{"texture":"#0","uv":[0.5625,6.25,0.75,6]},"west":{"texture":"#0","uv":[0.375,6.5,0.125,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2747.json b/assets/minecraft/models/w2747.json new file mode 100644 index 000000000..adc444cf7 --- /dev/null +++ b/assets/minecraft/models/w2747.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.375,6,0.5625,6.25]},"east":{"texture":"#0","uv":[0.8125,6.5,0.5625,6.25]},"north":{"texture":"#0","uv":[0.5625,6.5,0.375,6.25]},"south":{"texture":"#0","uv":[1,6.5,0.8125,6.25]},"up":{"texture":"#0","uv":[0.5625,6.25,0.75,6]},"west":{"texture":"#0","uv":[0.375,6.5,0.125,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2748.json b/assets/minecraft/models/w2748.json new file mode 100644 index 000000000..81b2d5b54 --- /dev/null +++ b/assets/minecraft/models/w2748.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.375,6,0.5625,6.25]},"east":{"texture":"#0","uv":[0.8125,6.5,0.5625,6.25]},"north":{"texture":"#0","uv":[0.5625,6.5,0.375,6.25]},"south":{"texture":"#0","uv":[1,6.5,0.8125,6.25]},"up":{"texture":"#0","uv":[0.5625,6.25,0.75,6]},"west":{"texture":"#0","uv":[0.375,6.5,0.125,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14,-14]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2749.json b/assets/minecraft/models/w2749.json new file mode 100644 index 000000000..b5fad8835 --- /dev/null +++ b/assets/minecraft/models/w2749.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.375,6,0.5625,6.25]},"east":{"texture":"#0","uv":[0.8125,6.5,0.5625,6.25]},"north":{"texture":"#0","uv":[0.5625,6.5,0.375,6.25]},"south":{"texture":"#0","uv":[1,6.5,0.8125,6.25]},"up":{"texture":"#0","uv":[0.5625,6.25,0.75,6]},"west":{"texture":"#0","uv":[0.375,6.5,0.125,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w275.json b/assets/minecraft/models/w275.json new file mode 100644 index 000000000..6c75d58f4 --- /dev/null +++ b/assets/minecraft/models/w275.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.375,6.625,0.5,6.875]},"east":{"texture":"#0","uv":[0.625,6.875,0.375,7]},"north":{"texture":"#0","uv":[0.375,6.875,0.25,7]},"south":{"texture":"#0","uv":[0.75,6.875,0.625,7]},"up":{"texture":"#0","uv":[0.25,6.875,0.375,6.625]},"west":{"texture":"#0","uv":[0.25,6.875,0,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.408,-15.608,-15.208]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2750.json b/assets/minecraft/models/w2750.json new file mode 100644 index 000000000..844c507b0 --- /dev/null +++ b/assets/minecraft/models/w2750.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5625,8.46875,3,10.625]},"east":{"texture":"#0","uv":[0.28125,10.625,2.4375,11.125]},"north":{"texture":"#0","uv":[2.4375,10.625,3,11.125]},"south":{"texture":"#0","uv":[5.15625,10.625,5.71875,11.125]},"up":{"texture":"#0","uv":[3,10.625,2.4375,8.46875]},"west":{"texture":"#0","uv":[3,10.625,5.15625,11.125]}},"from":[-16,-16,-16],"shade":false,"to":[-12.408,-12.808001,-2.1680012]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2751.json b/assets/minecraft/models/w2751.json new file mode 100644 index 000000000..85f26adb0 --- /dev/null +++ b/assets/minecraft/models/w2751.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.375,7.5,5.8125,8.4375]},"east":{"texture":"#0","uv":[4.1875,8.4375,5.125,8.9375]},"north":{"texture":"#0","uv":[5.25,8.4375,5.8125,8.9375]},"south":{"texture":"#0","uv":[6.875,8.4375,7.4375,8.9375]},"up":{"texture":"#0","uv":[5.8125,8.4375,5.25,7.5]},"west":{"texture":"#0","uv":[5.8125,8.4375,6.75,8.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.416,-12.816,-10.016]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2752.json b/assets/minecraft/models/w2752.json new file mode 100644 index 000000000..152d1cf9a --- /dev/null +++ b/assets/minecraft/models/w2752.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.3125,7.1875,10.75,8.125]},"east":{"texture":"#0","uv":[9.25,8.125,10.1875,8.625]},"north":{"texture":"#0","uv":[10.1875,8.125,10.75,8.625]},"south":{"texture":"#0","uv":[11.6875,8.125,12.25,8.625]},"up":{"texture":"#0","uv":[10.75,8.125,10.1875,7.1875]},"west":{"texture":"#0","uv":[10.75,8.125,11.6875,8.625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.424,-12.824,-10.024]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2753.json b/assets/minecraft/models/w2753.json new file mode 100644 index 000000000..eed5f84c3 --- /dev/null +++ b/assets/minecraft/models/w2753.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,6,0.5625,6.25]},"east":{"texture":"#0","uv":[0.125,6.25,0.375,6.5]},"north":{"texture":"#0","uv":[0.375,6.25,0.5625,6.5]},"south":{"texture":"#0","uv":[0.8125,6.25,1,6.5]},"up":{"texture":"#0","uv":[0.5625,6.25,0.375,6]},"west":{"texture":"#0","uv":[0.5625,6.25,0.8125,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2754.json b/assets/minecraft/models/w2754.json new file mode 100644 index 000000000..2c56875d0 --- /dev/null +++ b/assets/minecraft/models/w2754.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,6,0.5625,6.25]},"east":{"texture":"#0","uv":[0.125,6.25,0.375,6.5]},"north":{"texture":"#0","uv":[0.375,6.25,0.5625,6.5]},"south":{"texture":"#0","uv":[0.8125,6.25,1,6.5]},"up":{"texture":"#0","uv":[0.5625,6.25,0.375,6]},"west":{"texture":"#0","uv":[0.5625,6.25,0.8125,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14,-14]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2755.json b/assets/minecraft/models/w2755.json new file mode 100644 index 000000000..eed5f84c3 --- /dev/null +++ b/assets/minecraft/models/w2755.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,6,0.5625,6.25]},"east":{"texture":"#0","uv":[0.125,6.25,0.375,6.5]},"north":{"texture":"#0","uv":[0.375,6.25,0.5625,6.5]},"south":{"texture":"#0","uv":[0.8125,6.25,1,6.5]},"up":{"texture":"#0","uv":[0.5625,6.25,0.375,6]},"west":{"texture":"#0","uv":[0.5625,6.25,0.8125,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2756.json b/assets/minecraft/models/w2756.json new file mode 100644 index 000000000..500607206 --- /dev/null +++ b/assets/minecraft/models/w2756.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,6,0.5625,6.25]},"east":{"texture":"#0","uv":[0.125,6.25,0.375,6.5]},"north":{"texture":"#0","uv":[0.375,6.25,0.5625,6.5]},"south":{"texture":"#0","uv":[0.8125,6.25,1,6.5]},"up":{"texture":"#0","uv":[0.5625,6.25,0.375,6]},"west":{"texture":"#0","uv":[0.5625,6.25,0.8125,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2757.json b/assets/minecraft/models/w2757.json new file mode 100644 index 000000000..cc919be5c --- /dev/null +++ b/assets/minecraft/models/w2757.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.125,7.1875,8.5625,9.4375]},"east":{"texture":"#0","uv":[5.75,9.4375,8,9.9375]},"north":{"texture":"#0","uv":[8,9.4375,8.5625,9.9375]},"south":{"texture":"#0","uv":[10.8125,9.4375,11.375,9.9375]},"up":{"texture":"#0","uv":[8.5625,9.4375,8,7.1875]},"west":{"texture":"#0","uv":[8.5625,9.4375,10.8125,9.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.8,-1.6000004]},{"faces":{"down":{"texture":"#0","uv":[2.3125,6.8125,1.75,7.6875]},"east":{"texture":"#0","uv":[0.3125,7.6875,1.1875,7.9375]},"north":{"texture":"#0","uv":[1.1875,7.6875,1.75,7.9375]},"south":{"texture":"#0","uv":[2.625,7.6875,3.1875,7.9375]},"up":{"texture":"#0","uv":[1.75,7.6875,1.1875,6.8125]},"west":{"texture":"#0","uv":[1.75,7.6875,2.625,7.9375]}},"from":[-16,-12.8,-7.2],"shade":false,"to":[-12.4,-11.2,-1.5999999]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2758.json b/assets/minecraft/models/w2758.json new file mode 100644 index 000000000..9d673b90f --- /dev/null +++ b/assets/minecraft/models/w2758.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,8.46875,3.5625,10.625]},"east":{"texture":"#0","uv":[5.15625,10.625,3,11.125]},"north":{"texture":"#0","uv":[3,10.625,2.4375,11.125]},"south":{"texture":"#0","uv":[5.71875,10.625,5.15625,11.125]},"up":{"texture":"#0","uv":[2.4375,10.625,3,8.46875]},"west":{"texture":"#0","uv":[2.4375,10.625,0.28125,11.125]}},"from":[-16,-16,-16],"shade":false,"to":[-12.408,-12.808001,-2.1680012]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2759.json b/assets/minecraft/models/w2759.json new file mode 100644 index 000000000..6d8914955 --- /dev/null +++ b/assets/minecraft/models/w2759.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.8125,7.5,6.375,8.4375]},"east":{"texture":"#0","uv":[6.75,8.4375,5.8125,8.9375]},"north":{"texture":"#0","uv":[5.8125,8.4375,5.25,8.9375]},"south":{"texture":"#0","uv":[7.4375,8.4375,6.875,8.9375]},"up":{"texture":"#0","uv":[5.25,8.4375,5.8125,7.5]},"west":{"texture":"#0","uv":[5.125,8.4375,4.1875,8.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.416,-12.816,-10.016]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w276.json b/assets/minecraft/models/w276.json new file mode 100644 index 000000000..ae543874a --- /dev/null +++ b/assets/minecraft/models/w276.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,7.5,1.75,7.75]},"east":{"texture":"#0","uv":[1.25,7.75,1,8]},"north":{"texture":"#0","uv":[1,7.75,0.25,8]},"south":{"texture":"#0","uv":[2,7.75,1.25,8]},"up":{"texture":"#0","uv":[0.25,7.75,1,7.5]},"west":{"texture":"#0","uv":[0.25,7.75,0,8]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2760.json b/assets/minecraft/models/w2760.json new file mode 100644 index 000000000..b23ef30b2 --- /dev/null +++ b/assets/minecraft/models/w2760.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.75,7.1875,11.3125,8.125]},"east":{"texture":"#0","uv":[11.6875,8.125,10.75,8.625]},"north":{"texture":"#0","uv":[10.75,8.125,10.1875,8.625]},"south":{"texture":"#0","uv":[12.25,8.125,11.6875,8.625]},"up":{"texture":"#0","uv":[10.1875,8.125,10.75,7.1875]},"west":{"texture":"#0","uv":[10.1875,8.125,9.25,8.625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.424,-12.824,-10.024]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2761.json b/assets/minecraft/models/w2761.json new file mode 100644 index 000000000..efa6e3295 --- /dev/null +++ b/assets/minecraft/models/w2761.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5625,6,0.75,6.25]},"east":{"texture":"#0","uv":[0.8125,6.25,0.5625,6.5]},"north":{"texture":"#0","uv":[0.5625,6.25,0.375,6.5]},"south":{"texture":"#0","uv":[1,6.25,0.8125,6.5]},"up":{"texture":"#0","uv":[0.375,6.25,0.5625,6]},"west":{"texture":"#0","uv":[0.375,6.25,0.125,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2762.json b/assets/minecraft/models/w2762.json new file mode 100644 index 000000000..ffc5180fe --- /dev/null +++ b/assets/minecraft/models/w2762.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5625,6,0.75,6.25]},"east":{"texture":"#0","uv":[0.8125,6.25,0.5625,6.5]},"north":{"texture":"#0","uv":[0.5625,6.25,0.375,6.5]},"south":{"texture":"#0","uv":[1,6.25,0.8125,6.5]},"up":{"texture":"#0","uv":[0.375,6.25,0.5625,6]},"west":{"texture":"#0","uv":[0.375,6.25,0.125,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14,-14]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2763.json b/assets/minecraft/models/w2763.json new file mode 100644 index 000000000..efa6e3295 --- /dev/null +++ b/assets/minecraft/models/w2763.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5625,6,0.75,6.25]},"east":{"texture":"#0","uv":[0.8125,6.25,0.5625,6.5]},"north":{"texture":"#0","uv":[0.5625,6.25,0.375,6.5]},"south":{"texture":"#0","uv":[1,6.25,0.8125,6.5]},"up":{"texture":"#0","uv":[0.375,6.25,0.5625,6]},"west":{"texture":"#0","uv":[0.375,6.25,0.125,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2764.json b/assets/minecraft/models/w2764.json new file mode 100644 index 000000000..5188c26dc --- /dev/null +++ b/assets/minecraft/models/w2764.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5625,6,0.75,6.25]},"east":{"texture":"#0","uv":[0.8125,6.25,0.5625,6.5]},"north":{"texture":"#0","uv":[0.5625,6.25,0.375,6.5]},"south":{"texture":"#0","uv":[1,6.25,0.8125,6.5]},"up":{"texture":"#0","uv":[0.375,6.25,0.5625,6]},"west":{"texture":"#0","uv":[0.375,6.25,0.125,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2765.json b/assets/minecraft/models/w2765.json new file mode 100644 index 000000000..153ee014e --- /dev/null +++ b/assets/minecraft/models/w2765.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5625,7.1875,9.125,9.4375]},"east":{"texture":"#0","uv":[10.8125,9.4375,8.5625,9.9375]},"north":{"texture":"#0","uv":[8.5625,9.4375,8,9.9375]},"south":{"texture":"#0","uv":[11.375,9.4375,10.8125,9.9375]},"up":{"texture":"#0","uv":[8,9.4375,8.5625,7.1875]},"west":{"texture":"#0","uv":[8,9.4375,5.75,9.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.8,-1.6000004]},{"faces":{"down":{"texture":"#0","uv":[1.75,6.8125,2.3125,7.6875]},"east":{"texture":"#0","uv":[2.625,7.6875,1.75,7.9375]},"north":{"texture":"#0","uv":[1.75,7.6875,1.1875,7.9375]},"south":{"texture":"#0","uv":[3.1875,7.6875,2.625,7.9375]},"up":{"texture":"#0","uv":[1.1875,7.6875,1.75,6.8125]},"west":{"texture":"#0","uv":[1.1875,7.6875,0.3125,7.9375]}},"from":[-16,-12.8,-7.2],"shade":false,"to":[-12.4,-11.2,-1.5999999]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2766.json b/assets/minecraft/models/w2766.json new file mode 100644 index 000000000..eed5f84c3 --- /dev/null +++ b/assets/minecraft/models/w2766.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,6,0.5625,6.25]},"east":{"texture":"#0","uv":[0.125,6.25,0.375,6.5]},"north":{"texture":"#0","uv":[0.375,6.25,0.5625,6.5]},"south":{"texture":"#0","uv":[0.8125,6.25,1,6.5]},"up":{"texture":"#0","uv":[0.5625,6.25,0.375,6]},"west":{"texture":"#0","uv":[0.5625,6.25,0.8125,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2767.json b/assets/minecraft/models/w2767.json new file mode 100644 index 000000000..eed5f84c3 --- /dev/null +++ b/assets/minecraft/models/w2767.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,6,0.5625,6.25]},"east":{"texture":"#0","uv":[0.125,6.25,0.375,6.5]},"north":{"texture":"#0","uv":[0.375,6.25,0.5625,6.5]},"south":{"texture":"#0","uv":[0.8125,6.25,1,6.5]},"up":{"texture":"#0","uv":[0.5625,6.25,0.375,6]},"west":{"texture":"#0","uv":[0.5625,6.25,0.8125,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2768.json b/assets/minecraft/models/w2768.json new file mode 100644 index 000000000..35b5b7790 --- /dev/null +++ b/assets/minecraft/models/w2768.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,6,0.5625,6.25]},"east":{"texture":"#0","uv":[0.125,6.25,0.375,6.5]},"north":{"texture":"#0","uv":[0.375,6.25,0.5625,6.5]},"south":{"texture":"#0","uv":[0.8125,6.25,1,6.5]},"up":{"texture":"#0","uv":[0.5625,6.25,0.375,6]},"west":{"texture":"#0","uv":[0.5625,6.25,0.8125,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.2,-14.2]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2769.json b/assets/minecraft/models/w2769.json new file mode 100644 index 000000000..35b5b7790 --- /dev/null +++ b/assets/minecraft/models/w2769.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,6,0.5625,6.25]},"east":{"texture":"#0","uv":[0.125,6.25,0.375,6.5]},"north":{"texture":"#0","uv":[0.375,6.25,0.5625,6.5]},"south":{"texture":"#0","uv":[0.8125,6.25,1,6.5]},"up":{"texture":"#0","uv":[0.5625,6.25,0.375,6]},"west":{"texture":"#0","uv":[0.5625,6.25,0.8125,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.2,-14.2]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w277.json b/assets/minecraft/models/w277.json new file mode 100644 index 000000000..705987743 --- /dev/null +++ b/assets/minecraft/models/w277.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.875,8.375,2.25,8.75]},"east":{"texture":"#0","uv":[2.25,8.75,1.875,8.875]},"north":{"texture":"#0","uv":[1.875,8.75,1.5,8.875]},"south":{"texture":"#0","uv":[2.625,8.75,2.25,8.875]},"up":{"texture":"#0","uv":[1.5,8.75,1.875,8.375]},"west":{"texture":"#0","uv":[1.5,8.75,1.125,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2770.json b/assets/minecraft/models/w2770.json new file mode 100644 index 000000000..9382b85cd --- /dev/null +++ b/assets/minecraft/models/w2770.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.0625,5.9375,4.5,7]},"east":{"texture":"#0","uv":[2.875,7,3.9375,7.1875]},"north":{"texture":"#0","uv":[3.9375,7,4.5,7.1875]},"south":{"texture":"#0","uv":[5.5625,7,6.125,7.1875]},"up":{"texture":"#0","uv":[4.5,7,3.9375,5.9375]},"west":{"texture":"#0","uv":[4.5,7,5.5625,7.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.408,-14.808001,-9.257999]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2771.json b/assets/minecraft/models/w2771.json new file mode 100644 index 000000000..6fe9f3c6a --- /dev/null +++ b/assets/minecraft/models/w2771.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.1875,4.6875,8.625,6.5]},"east":{"texture":"#0","uv":[6.25,6.5,8.0625,7]},"north":{"texture":"#0","uv":[8.0625,6.5,8.625,7]},"up":{"texture":"#0","uv":[8.625,6.5,8.0625,4.6875]},"west":{"texture":"#0","uv":[8.625,6.5,10.4375,7]}},"from":[-16,-16,-16],"shade":false,"to":[-12.392,-12.792,-4.392]},{"faces":{"down":{"texture":"#0","uv":[11.0625,4.75,10.5,5.25]},"east":{"texture":"#0","uv":[9.4375,5.25,9.9375,5.4375]},"north":{"texture":"#0","uv":[9.9375,5.25,10.5,5.4375]},"south":{"texture":"#0","uv":[11,5.25,11.5625,5.4375]},"up":{"texture":"#0","uv":[10.5,5.25,9.9375,4.75]},"west":{"texture":"#0","uv":[10.5,5.25,11,5.4375]}},"from":[-15.988,-13.375706,-7.4662075],"rotation":{"angle":22.5,"axis":"x","origin":[-16.796,-12.183706,-5.8742085],"rescale":false},"shade":false,"to":[-12.404,-12.191706,-4.282208]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2772.json b/assets/minecraft/models/w2772.json new file mode 100644 index 000000000..efa6e3295 --- /dev/null +++ b/assets/minecraft/models/w2772.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5625,6,0.75,6.25]},"east":{"texture":"#0","uv":[0.8125,6.25,0.5625,6.5]},"north":{"texture":"#0","uv":[0.5625,6.25,0.375,6.5]},"south":{"texture":"#0","uv":[1,6.25,0.8125,6.5]},"up":{"texture":"#0","uv":[0.375,6.25,0.5625,6]},"west":{"texture":"#0","uv":[0.375,6.25,0.125,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2773.json b/assets/minecraft/models/w2773.json new file mode 100644 index 000000000..efa6e3295 --- /dev/null +++ b/assets/minecraft/models/w2773.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5625,6,0.75,6.25]},"east":{"texture":"#0","uv":[0.8125,6.25,0.5625,6.5]},"north":{"texture":"#0","uv":[0.5625,6.25,0.375,6.5]},"south":{"texture":"#0","uv":[1,6.25,0.8125,6.5]},"up":{"texture":"#0","uv":[0.375,6.25,0.5625,6]},"west":{"texture":"#0","uv":[0.375,6.25,0.125,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2774.json b/assets/minecraft/models/w2774.json new file mode 100644 index 000000000..e4d70443d --- /dev/null +++ b/assets/minecraft/models/w2774.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5625,6,0.75,6.25]},"east":{"texture":"#0","uv":[0.8125,6.25,0.5625,6.5]},"north":{"texture":"#0","uv":[0.5625,6.25,0.375,6.5]},"south":{"texture":"#0","uv":[1,6.25,0.8125,6.5]},"up":{"texture":"#0","uv":[0.375,6.25,0.5625,6]},"west":{"texture":"#0","uv":[0.375,6.25,0.125,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.2,-14.2]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2775.json b/assets/minecraft/models/w2775.json new file mode 100644 index 000000000..e4d70443d --- /dev/null +++ b/assets/minecraft/models/w2775.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5625,6,0.75,6.25]},"east":{"texture":"#0","uv":[0.8125,6.25,0.5625,6.5]},"north":{"texture":"#0","uv":[0.5625,6.25,0.375,6.5]},"south":{"texture":"#0","uv":[1,6.25,0.8125,6.5]},"up":{"texture":"#0","uv":[0.375,6.25,0.5625,6]},"west":{"texture":"#0","uv":[0.375,6.25,0.125,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.2,-14.2]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2776.json b/assets/minecraft/models/w2776.json new file mode 100644 index 000000000..d4d3c3a43 --- /dev/null +++ b/assets/minecraft/models/w2776.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,5.9375,5.0625,7]},"east":{"texture":"#0","uv":[5.5625,7,4.5,7.1875]},"north":{"texture":"#0","uv":[4.5,7,3.9375,7.1875]},"south":{"texture":"#0","uv":[6.125,7,5.5625,7.1875]},"up":{"texture":"#0","uv":[3.9375,7,4.5,5.9375]},"west":{"texture":"#0","uv":[3.9375,7,2.875,7.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.408,-14.808001,-9.257999]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2777.json b/assets/minecraft/models/w2777.json new file mode 100644 index 000000000..127b91dde --- /dev/null +++ b/assets/minecraft/models/w2777.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.625,4.6875,9.1875,6.5]},"east":{"texture":"#0","uv":[10.4375,6.5,8.625,7]},"north":{"texture":"#0","uv":[8.625,6.5,8.0625,7]},"south":{"texture":"#0","uv":[11,6.5,10.4375,7]},"up":{"texture":"#0","uv":[8.0625,6.5,8.625,4.6875]},"west":{"texture":"#0","uv":[8.0625,6.5,6.25,7]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.8,-4.3999996]},{"faces":{"down":{"texture":"#0","uv":[10.5,4.75,11.0625,5.25]},"east":{"texture":"#0","uv":[11,5.25,10.5,5.4375]},"north":{"texture":"#0","uv":[10.5,5.25,9.9375,5.4375]},"south":{"texture":"#0","uv":[11.5625,5.25,11,5.4375]},"up":{"texture":"#0","uv":[9.9375,5.25,10.5,4.75]},"west":{"texture":"#0","uv":[9.9375,5.25,9.4375,5.4375]}},"from":[-15.992,-13.379706,-7.470207],"rotation":{"angle":22.5,"axis":"x","origin":[-11.6,-12.187706,-5.878207],"rescale":false},"shade":false,"to":[-12.408,-12.195706,-4.2862077]}],"overrides":[],"textures":{"0":"item/w1539508421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2778.json b/assets/minecraft/models/w2778.json new file mode 100644 index 000000000..1e7e81fdb --- /dev/null +++ b/assets/minecraft/models/w2778.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3.375,3.8125,4.375,6.3125]},"north":{"texture":"#0","uv":[0,3.8125,3.3125,6.3125]},"south":{"texture":"#0","uv":[0,3.8125,3.3125,6.3125]},"west":{"texture":"#0","uv":[4.375,3.8125,3.375,6.3125]}},"from":[-16,-11.441123,-14.949751],"shade":false,"to":[4.3192654,3.9734936,-8.181271]},{"faces":{"down":{"texture":"#0","uv":[11.5,5.6875,10.9375,6.6875]},"north":{"texture":"#0","uv":[11.75,5.8125,12.3125,9.9375]},"south":{"texture":"#0","uv":[12.3125,6.4375,12.875,10.5625]},"up":{"texture":"#0","uv":[10.9375,6.6875,10.375,5.6875]}},"from":[-8.473971,-16,-14.885755],"rotation":{"angle":45,"axis":"z","origin":[-5.8403673,-2.4666157,-11.7967615],"rescale":false},"shade":false,"to":[-4.998853,9.274677,-8.219769]},{"faces":{"down":{"texture":"#0","uv":[6.9375,6.125,4.4375,7.125]},"north":{"texture":"#0","uv":[4.4375,2.75,6.9375,6.0625]},"south":{"texture":"#0","uv":[4.4375,2.75,6.9375,6.0625]},"up":{"texture":"#0","uv":[6.9375,8.1875,4.4375,7.1875]}},"from":[-13.547675,-13.893449,-14.949751],"shade":false,"to":[1.8669415,6.4258184,-8.181271]},{"faces":{"down":{"texture":"#0","uv":[2.6875,1.4375,0,2.8125]},"east":{"texture":"#0","uv":[5.5,0,6.875,2.6875]},"north":{"texture":"#0","uv":[2.75,0,5.4375,2.6875]},"south":{"texture":"#0","uv":[2.75,0,5.4375,2.6875]},"up":{"texture":"#0","uv":[2.6875,1.375,0,0]},"west":{"texture":"#0","uv":[5.5,0,6.875,2.6875]}},"from":[-14.163817,-12.0365095,-16],"shade":false,"to":[2.4415712,4.568879,-7.170212]},{"faces":{"down":{"texture":"#0","uv":[14,6.4375,13.4375,7.4375]},"north":{"texture":"#0","uv":[12.3125,6.4375,12.875,10.5625]},"south":{"texture":"#0","uv":[11.75,5.8125,12.3125,9.9375]},"up":{"texture":"#0","uv":[13.4375,7.4375,12.875,6.4375]}},"from":[-6.68188,-16,-14.899255],"rotation":{"angle":-45,"axis":"z","origin":[-5.8403673,-2.4666157,-11.7967615],"rescale":false},"shade":false,"to":[-3.2067614,9.274677,-8.221269]}],"overrides":[],"textures":{"0":"item/w1539862325_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2779.json b/assets/minecraft/models/w2779.json new file mode 100644 index 000000000..9a76dfae8 --- /dev/null +++ b/assets/minecraft/models/w2779.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.375,8.4375,4.9375,9.25]},"north":{"texture":"#0","uv":[2.6875,8.4375,3.125,11.75]},"south":{"texture":"#0","uv":[2.25,8.4375,2.6875,11.75]},"up":{"texture":"#0","uv":[5.875,9.25,5.4375,8.4375]}},"from":[-9.671294,-16,-14.9947815],"rotation":{"angle":45,"axis":"z","origin":[-7.4566717,-4.6196537,-12.170145],"rescale":false},"shade":false,"to":[-6.7490354,5.253706,-9.279884]},{"faces":{"down":{"texture":"#0","uv":[9,5.5,7,6.3125]},"north":{"texture":"#0","uv":[7,2.75,9,5.4375]},"south":{"texture":"#0","uv":[7,2.75,9,5.4375]},"up":{"texture":"#0","uv":[9,7.1875,7,6.375]}},"from":[-13.937817,-14.228582,-15.024649],"shade":false,"to":[-0.97552586,2.8580742,-9.250018]},{"faces":{"east":{"texture":"#0","uv":[2.75,6.375,3.5625,8.375]},"north":{"texture":"#0","uv":[0,6.375,2.6875,8.375]},"south":{"texture":"#0","uv":[0,6.375,2.6875,8.375]},"west":{"texture":"#0","uv":[2.75,6.375,3.5625,8.375]}},"from":[-16,-12.166399,-15.024649],"shade":false,"to":[1.0866585,0.79589176,-9.250018]},{"faces":{"down":{"texture":"#0","uv":[2.6875,1.4375,0,2.8125]},"east":{"texture":"#0","uv":[5.5,0,6.875,2.6875]},"north":{"texture":"#0","uv":[2.75,0,5.4375,2.6875]},"south":{"texture":"#0","uv":[2.75,0,5.4375,2.6875]},"up":{"texture":"#0","uv":[2.6875,1.375,0,0]},"west":{"texture":"#0","uv":[5.5,0,6.875,2.6875]}},"from":[-14.455937,-12.667065,-16],"shade":false,"to":[-0.49231434,1.2965565,-8.391428]},{"faces":{"down":{"texture":"#0","uv":[5.875,9.3125,5.4375,10.125]},"north":{"texture":"#0","uv":[2.25,8.4375,2.6875,11.75]},"south":{"texture":"#0","uv":[2.6875,8.4375,3.125,11.75]},"up":{"texture":"#0","uv":[5.375,10.125,4.9375,9.3125]}},"from":[-8.164309,-16,-14.972907],"rotation":{"angle":-45,"axis":"z","origin":[-7.4566717,-4.6196537,-12.170145],"rescale":false},"shade":false,"to":[-5.2420497,5.253706,-9.27051]}],"overrides":[],"textures":{"0":"item/w1539862325_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w278.json b/assets/minecraft/models/w278.json new file mode 100644 index 000000000..19b17502e --- /dev/null +++ b/assets/minecraft/models/w278.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,5.375,3.25,5.625]},"east":{"texture":"#0","uv":[2,5.625,1.75,5.875]},"north":{"texture":"#0","uv":[1.75,5.625,0.25,5.875]},"south":{"texture":"#0","uv":[3.5,5.625,2,5.875]},"up":{"texture":"#0","uv":[0.25,5.625,1.75,5.375]},"west":{"texture":"#0","uv":[0.25,5.625,0,5.875]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-15.2,-15.2]},{"faces":{"down":{"texture":"#0","uv":[0.5,8.5,0.75,8.75]},"east":{"texture":"#0","uv":[0.75,8.75,0.5,8.875]},"north":{"texture":"#0","uv":[0.5,8.75,0.25,8.875]},"south":{"texture":"#0","uv":[1,8.75,0.75,8.875]},"up":{"texture":"#0","uv":[0.25,8.75,0.5,8.5]},"west":{"texture":"#0","uv":[0.25,8.75,0,8.875]}},"from":[-12.396,-15.596,-15.996],"rotation":{"angle":45,"axis":"z","origin":[-12.4,-15.2,-15.6],"rescale":false},"shade":false,"to":[-11.404,-15.2039995,-15.204]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2780.json b/assets/minecraft/models/w2780.json new file mode 100644 index 000000000..0f9083872 --- /dev/null +++ b/assets/minecraft/models/w2780.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3.375,3.8125,4.375,6.3125]},"north":{"texture":"#0","uv":[0,3.8125,3.3125,6.3125]},"south":{"texture":"#0","uv":[0,3.8125,3.3125,6.3125]},"west":{"texture":"#0","uv":[4.375,3.8125,3.375,6.3125]}},"from":[-16,-12.907258,-15.239061],"shade":false,"to":[-2.2154083,-2.4499817,-10.610085]},{"faces":{"down":{"texture":"#0","uv":[11.5,5.6875,10.9375,6.6875]},"north":{"texture":"#0","uv":[11.75,5.8125,12.3125,9.9375]},"south":{"texture":"#0","uv":[12.3125,6.4375,12.875,10.5625]},"up":{"texture":"#0","uv":[10.9375,6.6875,10.375,5.6875]}},"from":[-10.894342,-16,-15.195646],"rotation":{"angle":45,"axis":"z","origin":[-9.107705,-6.8189526,-12.959073],"rescale":false},"shade":false,"to":[-8.536822,1.1463413,-10.636201]},{"faces":{"down":{"texture":"#0","uv":[6.9375,6.125,4.4375,7.125]},"north":{"texture":"#0","uv":[4.4375,2.75,6.9375,6.0625]},"south":{"texture":"#0","uv":[4.4375,2.75,6.9375,6.0625]},"up":{"texture":"#0","uv":[6.9375,8.1875,4.4375,7.1875]}},"from":[-14.336343,-14.570915,-15.239061],"shade":false,"to":[-3.8790674,-0.78632545,-10.610085]},{"faces":{"down":{"texture":"#0","uv":[2.6875,1.4375,0,2.8125]},"east":{"texture":"#0","uv":[5.5,0,6.875,2.6875]},"north":{"texture":"#0","uv":[2.75,0,5.4375,2.6875]},"south":{"texture":"#0","uv":[2.75,0,5.4375,2.6875]},"up":{"texture":"#0","uv":[2.6875,1.375,0,0]},"west":{"texture":"#0","uv":[5.5,0,6.875,2.6875]}},"from":[-14.7543335,-13.311169,-16],"shade":false,"to":[-3.4892378,-2.046073,-9.895941]},{"faces":{"down":{"texture":"#0","uv":[14,6.4375,13.4375,7.4375]},"north":{"texture":"#0","uv":[12.3125,6.4375,12.875,10.5625]},"south":{"texture":"#0","uv":[11.75,5.8125,12.3125,9.9375]},"up":{"texture":"#0","uv":[13.4375,7.4375,12.875,6.4375]}},"from":[-9.678587,-16,-15.204804],"rotation":{"angle":-45,"axis":"z","origin":[-9.107705,-6.8189526,-12.959073],"rescale":false},"shade":false,"to":[-7.321067,1.1463413,-10.637218]}],"overrides":[],"textures":{"0":"item/w1539862325_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2781.json b/assets/minecraft/models/w2781.json new file mode 100644 index 000000000..60cc33552 --- /dev/null +++ b/assets/minecraft/models/w2781.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.6875,1.4375,0,2.8125]},"east":{"texture":"#0","uv":[5.5,0,6.875,2.6875]},"north":{"texture":"#0","uv":[2.75,0,5.4375,2.6875]},"south":{"texture":"#0","uv":[2.75,0,5.4375,2.6875]},"up":{"texture":"#0","uv":[2.6875,1.375,0,0]},"west":{"texture":"#0","uv":[5.5,0,6.875,2.6875]}},"from":[-14.990055,-13.819983,-16],"shade":false,"to":[-5.856683,-4.68661,-10.729374]},{"faces":{"east":{"texture":"#0","uv":[1.6875,8.4375,2.1875,9.6875]},"north":{"texture":"#0","uv":[0,8.4375,1.625,9.6875]},"south":{"texture":"#0","uv":[0,8.4375,1.625,9.6875]},"west":{"texture":"#0","uv":[2.1875,8.4375,1.6875,9.6875]}},"from":[-16,-13.492506,-15.23518],"shade":false,"to":[-4.823903,-5.0140877,-11.4404545]},{"faces":{"down":{"texture":"#0","uv":[13.4375,8,13.1875,8.5]},"north":{"texture":"#0","uv":[14.1875,8.0625,14.4375,10.125]},"south":{"texture":"#0","uv":[14.75,8.125,15,10.1875]},"up":{"texture":"#0","uv":[13.5,10.0625,13.25,9.5625]}},"from":[-10.8748045,-16,-15.190731],"rotation":{"angle":-45,"axis":"z","origin":[-10.411951,-8.556305,-13.423115],"rescale":false},"shade":false,"to":[-8.963404,-2.0983047,-11.455091]},{"faces":{"down":{"texture":"#0","uv":[10.3125,5,9.0625,5.5]},"north":{"texture":"#0","uv":[9.0625,2.75,10.3125,4.375]},"south":{"texture":"#0","uv":[9.0625,2.75,10.3125,4.375]},"up":{"texture":"#0","uv":[10.3125,4.9375,9.0625,4.4375]}},"from":[-14.651161,-14.841345,-15.23518],"shade":false,"to":[-6.172743,-3.6652489,-11.4404545]},{"faces":{"down":{"texture":"#0","uv":[5.5625,10.375,5.3125,10.875]},"north":{"texture":"#0","uv":[14.75,8.125,15,10.1875]},"south":{"texture":"#0","uv":[14.1875,8.0625,14.4375,10.125]},"up":{"texture":"#0","uv":[5.3125,10.875,5.0625,10.375]}},"from":[-11.860499,-16,-15.20895],"rotation":{"angle":45,"axis":"z","origin":[-10.411951,-8.556305,-13.423115],"rescale":false},"shade":false,"to":[-9.949099,-2.0983047,-11.461717]}],"overrides":[],"textures":{"0":"item/w1539862325_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2782.json b/assets/minecraft/models/w2782.json new file mode 100644 index 000000000..f5ce674e7 --- /dev/null +++ b/assets/minecraft/models/w2782.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[1.875,9.75,1.4375,10.75]},"north":{"texture":"#0","uv":[0,9.75,1.375,10.75]},"south":{"texture":"#0","uv":[0,9.75,1.375,10.75]},"west":{"texture":"#0","uv":[1.4375,9.75,1.875,10.75]}},"from":[-16,-14.067037,-15.506601],"shade":false,"to":[-7.38463,-7.5312395,-12.832865]},{"faces":{"down":{"texture":"#0","uv":[8.3125,8.375,8.0625,8.8125]},"north":{"texture":"#0","uv":[8.5,7.3125,8.75,9]},"south":{"texture":"#0","uv":[4.625,9.9375,4.875,11.625]},"up":{"texture":"#0","uv":[6.3125,11.375,6.0625,10.9375]}},"from":[-12.808964,-16,-15.479465],"rotation":{"angle":45,"axis":"z","origin":[-11.692315,-10.261845,-14.169733],"rescale":false},"shade":false,"to":[-11.335514,-5.283537,-12.849188]},{"faces":{"down":{"texture":"#0","uv":[11.375,4.1875,10.375,4.625]},"north":{"texture":"#0","uv":[10.375,2.75,11.375,4.125]},"south":{"texture":"#0","uv":[10.375,2.75,11.375,4.125]},"up":{"texture":"#0","uv":[11.375,5.125,10.375,4.6875]}},"from":[-14.960214,-15.106822,-15.506601],"shade":false,"to":[-8.424417,-6.491452,-12.832865]},{"faces":{"down":{"texture":"#0","uv":[2.6875,1.4375,0,2.8125]},"east":{"texture":"#0","uv":[5.5,0,6.875,2.6875]},"north":{"texture":"#0","uv":[2.75,0,5.4375,2.6875]},"south":{"texture":"#0","uv":[2.75,0,5.4375,2.6875]},"up":{"texture":"#0","uv":[2.6875,1.375,0,0]},"west":{"texture":"#0","uv":[5.5,0,6.875,2.6875]}},"from":[-15.221458,-14.31948,-16],"shade":false,"to":[-8.180774,-7.2787952,-12.1834]},{"faces":{"down":{"texture":"#0","uv":[4.3125,8.9375,4.0625,9.375]},"north":{"texture":"#0","uv":[4.625,9.9375,4.875,11.625]},"south":{"texture":"#0","uv":[8.5,7.3125,8.75,9]},"up":{"texture":"#0","uv":[7.9375,8.875,7.6875,8.4375]}},"from":[-12.049117,-16,-15.4851885],"rotation":{"angle":-45,"axis":"z","origin":[-11.692315,-10.261845,-14.169733],"rescale":false},"shade":false,"to":[-10.575666,-5.283537,-12.849825]}],"overrides":[],"textures":{"0":"item/w1539862325_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2783.json b/assets/minecraft/models/w2783.json new file mode 100644 index 000000000..404fa68f7 --- /dev/null +++ b/assets/minecraft/models/w2783.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,2.875,1.75,3.75]},"east":{"texture":"#0","uv":[0,2.875,0.875,3.625]},"north":{"texture":"#0","uv":[2.5625,2.875,3.3125,3.625]},"south":{"texture":"#0","uv":[2.5625,2.875,3.3125,3.625]},"up":{"texture":"#0","uv":[1.6875,3.75,0.9375,2.875]},"west":{"texture":"#0","uv":[0.875,2.875,0,3.625]}},"from":[-15.480164,-14.877908,-16],"shade":false,"to":[-10.779062,-10.1768055,-10.234128]},{"faces":{"down":{"texture":"#0","uv":[6.9375,9.3125,6.75,9.625]},"north":{"texture":"#0","uv":[4.625,8.5,4.8125,9.875]},"south":{"texture":"#0","uv":[6.75,9.75,6.9375,11.125]},"up":{"texture":"#0","uv":[5.875,10.625,5.6875,10.3125]}},"from":[-13.8693285,-16,-12.517721],"rotation":{"angle":45,"axis":"z","origin":[-13.123736,-12.168604,-11.642847],"rescale":false},"shade":false,"to":[-12.885498,-8.844562,-10.758596]},{"faces":{"down":{"texture":"#0","uv":[12.3125,4.375,11.4375,4.75]},"north":{"texture":"#0","uv":[11.4375,2.75,12.3125,3.875]},"south":{"texture":"#0","uv":[11.4375,2.75,12.3125,3.875]},"up":{"texture":"#0","uv":[12.3125,4.3125,11.4375,3.9375]}},"from":[-15.30573,-15.403621,-12.550481],"shade":false,"to":[-10.941744,-9.651094,-10.735214]},{"faces":{"down":{"texture":"#0","uv":[7.5,7.75,7.3125,8.0625]},"north":{"texture":"#0","uv":[6.75,9.75,6.9375,11.125]},"south":{"texture":"#0","uv":[4.625,8.5,4.8125,9.875]},"up":{"texture":"#0","uv":[7.5,7.75,7.3125,7.4375]}},"from":[-13.361975,-16,-12.520846],"rotation":{"angle":-45,"axis":"z","origin":[-13.123736,-12.168604,-11.642847],"rescale":false},"shade":false,"to":[-12.378144,-8.844562,-10.757034]},{"faces":{"east":{"texture":"#0","uv":[1.1875,10.8125,1.5625,11.6875]},"north":{"texture":"#0","uv":[0,10.8125,1.125,11.6875]},"south":{"texture":"#0","uv":[0,10.8125,1.125,11.6875]},"west":{"texture":"#0","uv":[1.1875,10.8125,1.5625,11.6875]}},"from":[-16,-14.709351,-12.53548],"shade":false,"to":[-10.247473,-10.345365,-10.750214]}],"overrides":[],"textures":{"0":"item/w1539862325_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2784.json b/assets/minecraft/models/w2784.json new file mode 100644 index 000000000..1a8c26555 --- /dev/null +++ b/assets/minecraft/models/w2784.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[13.375,0.25,12.9375,1]},"north":{"texture":"#0","uv":[12.1875,0.25,12.9375,1]},"west":{"texture":"#0","uv":[12.9375,0.25,13.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-13.067296,-12.889101,-14.291296]}],"overrides":[],"textures":{"0":"item/w1539862325_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2785.json b/assets/minecraft/models/w2785.json new file mode 100644 index 000000000..099b8aab1 --- /dev/null +++ b/assets/minecraft/models/w2785.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6.9375,1.0625,7.375,2.3125]},"south":{"texture":"#0","uv":[8.5,1.0625,8.9375,2.3125]},"west":{"texture":"#0","uv":[7.375,1.0625,8.5,2.3125]}},"from":[-15.997553,-14.105327,-15.997552],"rotation":{"angle":-22.5,"axis":"z","origin":[-16,-9.211775,-6.3999996],"rescale":false},"shade":false,"to":[-14.288849,-9.214222,-11.596048]},{"faces":{"north":{"texture":"#0","uv":[13.5625,0.0625,14.3125,1.1875]},"south":{"texture":"#0","uv":[12.5625,2.5,13.3125,3.625]}},"from":[-16,-13.618175,-16],"shade":false,"to":[-13.0624,-9.211775,-11.593599]},{"faces":{"east":{"texture":"#0","uv":[8.5,1.0625,7.375,2.3125]},"north":{"texture":"#0","uv":[7.375,1.0625,6.9375,2.3125]},"south":{"texture":"#0","uv":[8.9375,1.0625,8.5,2.3125]}},"from":[-14.773552,-14.105327,-15.997552],"rotation":{"angle":22.5,"axis":"z","origin":[-13.0624,-9.211775,-6.3999996],"rescale":false},"shade":false,"to":[-13.064848,-9.214222,-11.596048]},{"faces":{"east":{"texture":"#0","uv":[9.25,0,10.0625,1]},"north":{"texture":"#0","uv":[6.9375,0,7.6875,1]},"south":{"texture":"#0","uv":[8.5,0,9.25,1]},"west":{"texture":"#0","uv":[7.6875,0,8.5,1]}},"from":[-16,-16,-13.188225],"rotation":{"angle":45,"axis":"x","origin":[-16,-9.211775,-6.3999996],"rescale":false},"shade":false,"to":[-13.0624,-11.9050045,-10.07243]},{"faces":{"down":{"texture":"#0","uv":[11.875,0.1875,11.125,0.4375]},"east":{"texture":"#0","uv":[10.125,0.4375,10.375,1]},"north":{"texture":"#0","uv":[10.375,0.4375,11.125,1]},"south":{"texture":"#0","uv":[11.375,0.4375,12.125,1]},"up":{"texture":"#0","uv":[11.125,0.4375,10.375,0.1875]},"west":{"texture":"#0","uv":[11.125,0.4375,11.375,1]}},"from":[-16,-11.885496,-11.032122],"rotation":{"angle":45,"axis":"x","origin":[-16,-9.258872,-6.447096],"rescale":false},"shade":false,"to":[-13.0624,-9.682296,-10.119526]}],"overrides":[],"textures":{"0":"item/w1539862325_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2786.json b/assets/minecraft/models/w2786.json new file mode 100644 index 000000000..1a8c26555 --- /dev/null +++ b/assets/minecraft/models/w2786.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[13.375,0.25,12.9375,1]},"north":{"texture":"#0","uv":[12.1875,0.25,12.9375,1]},"west":{"texture":"#0","uv":[12.9375,0.25,13.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-13.067296,-12.889101,-14.291296]}],"overrides":[],"textures":{"0":"item/w1539862325_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2787.json b/assets/minecraft/models/w2787.json new file mode 100644 index 000000000..099b8aab1 --- /dev/null +++ b/assets/minecraft/models/w2787.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6.9375,1.0625,7.375,2.3125]},"south":{"texture":"#0","uv":[8.5,1.0625,8.9375,2.3125]},"west":{"texture":"#0","uv":[7.375,1.0625,8.5,2.3125]}},"from":[-15.997553,-14.105327,-15.997552],"rotation":{"angle":-22.5,"axis":"z","origin":[-16,-9.211775,-6.3999996],"rescale":false},"shade":false,"to":[-14.288849,-9.214222,-11.596048]},{"faces":{"north":{"texture":"#0","uv":[13.5625,0.0625,14.3125,1.1875]},"south":{"texture":"#0","uv":[12.5625,2.5,13.3125,3.625]}},"from":[-16,-13.618175,-16],"shade":false,"to":[-13.0624,-9.211775,-11.593599]},{"faces":{"east":{"texture":"#0","uv":[8.5,1.0625,7.375,2.3125]},"north":{"texture":"#0","uv":[7.375,1.0625,6.9375,2.3125]},"south":{"texture":"#0","uv":[8.9375,1.0625,8.5,2.3125]}},"from":[-14.773552,-14.105327,-15.997552],"rotation":{"angle":22.5,"axis":"z","origin":[-13.0624,-9.211775,-6.3999996],"rescale":false},"shade":false,"to":[-13.064848,-9.214222,-11.596048]},{"faces":{"east":{"texture":"#0","uv":[9.25,0,10.0625,1]},"north":{"texture":"#0","uv":[6.9375,0,7.6875,1]},"south":{"texture":"#0","uv":[8.5,0,9.25,1]},"west":{"texture":"#0","uv":[7.6875,0,8.5,1]}},"from":[-16,-16,-13.188225],"rotation":{"angle":45,"axis":"x","origin":[-16,-9.211775,-6.3999996],"rescale":false},"shade":false,"to":[-13.0624,-11.9050045,-10.07243]},{"faces":{"down":{"texture":"#0","uv":[11.875,0.1875,11.125,0.4375]},"east":{"texture":"#0","uv":[10.125,0.4375,10.375,1]},"north":{"texture":"#0","uv":[10.375,0.4375,11.125,1]},"south":{"texture":"#0","uv":[11.375,0.4375,12.125,1]},"up":{"texture":"#0","uv":[11.125,0.4375,10.375,0.1875]},"west":{"texture":"#0","uv":[11.125,0.4375,11.375,1]}},"from":[-16,-11.885496,-11.032122],"rotation":{"angle":45,"axis":"x","origin":[-16,-9.258872,-6.447096],"rescale":false},"shade":false,"to":[-13.0624,-9.682296,-10.119526]}],"overrides":[],"textures":{"0":"item/w1539862325_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2788.json b/assets/minecraft/models/w2788.json new file mode 100644 index 000000000..2a5780278 --- /dev/null +++ b/assets/minecraft/models/w2788.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[13.75,3.75,13.3125,4.5]},"north":{"texture":"#0","uv":[12.5625,3.75,13.3125,4.5]},"west":{"texture":"#0","uv":[13.3125,3.75,13.75,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.319744,-12.0961275,-13.855744]}],"overrides":[],"textures":{"0":"item/w1539862325_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2789.json b/assets/minecraft/models/w2789.json new file mode 100644 index 000000000..c40ca8ffb --- /dev/null +++ b/assets/minecraft/models/w2789.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[9,1.0625,9.4375,2.3125]},"south":{"texture":"#0","uv":[10.5625,1.0625,11,2.3125]},"west":{"texture":"#0","uv":[9.4375,1.0625,10.5625,2.3125]}},"from":[-15.996928,-16,-15.996928],"rotation":{"angle":-22.5,"axis":"z","origin":[-16,-9.859072,-16],"rescale":false},"shade":false,"to":[-13.852673,-9.862144,-10.473473]},{"faces":{"north":{"texture":"#0","uv":[14.5,0.0625,15.25,1.1875]},"south":{"texture":"#0","uv":[13.5,2.5,14.25,3.625]}},"from":[-16,-15.388672,-16],"shade":false,"to":[-12.313601,-9.859072,-10.4704]},{"faces":{"east":{"texture":"#0","uv":[10.5625,1.0625,9.4375,2.3125]},"north":{"texture":"#0","uv":[9.4375,1.0625,9,2.3125]},"south":{"texture":"#0","uv":[11,1.0625,10.5625,2.3125]}},"from":[-14.460928,-16,-15.996928],"rotation":{"angle":22.5,"axis":"z","origin":[-12.3136,-9.859072,-16],"rescale":false},"shade":false,"to":[-12.316671,-9.862144,-10.473473]},{"faces":{"east":{"texture":"#0","uv":[12.625,1.3125,11.8125,2.3125]},"north":{"texture":"#0","uv":[11.0625,1.3125,11.8125,2.3125]},"south":{"texture":"#0","uv":[12.625,1.3125,13.375,2.3125]},"west":{"texture":"#0","uv":[11.8125,1.3125,12.625,2.3125]}},"from":[-16,-9.859072,-16],"rotation":{"angle":45,"axis":"x","origin":[-16,-9.859072,-16],"rescale":false},"shade":false,"to":[-12.313601,-4.7202535,-12.089983]},{"faces":{"down":{"texture":"#0","uv":[15.1875,1.5,14.4375,1.75]},"east":{"texture":"#0","uv":[13.4375,1.75,13.6875,2.3125]},"north":{"texture":"#0","uv":[13.6875,1.75,14.4375,2.3125]},"south":{"texture":"#0","uv":[14.6875,1.75,15.4375,2.3125]},"up":{"texture":"#0","uv":[14.4375,1.75,13.6875,1.5]},"west":{"texture":"#0","uv":[14.4375,1.75,14.6875,2.3125]}},"from":[-16,-4.695772,-13.294302],"rotation":{"angle":45,"axis":"x","origin":[-16,-9.918172,-16.059101],"rescale":false},"shade":false,"to":[-12.313601,-1.9309742,-12.149084]}],"overrides":[],"textures":{"0":"item/w1539862325_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w279.json b/assets/minecraft/models/w279.json new file mode 100644 index 000000000..705987743 --- /dev/null +++ b/assets/minecraft/models/w279.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.875,8.375,2.25,8.75]},"east":{"texture":"#0","uv":[2.25,8.75,1.875,8.875]},"north":{"texture":"#0","uv":[1.875,8.75,1.5,8.875]},"south":{"texture":"#0","uv":[2.625,8.75,2.25,8.875]},"up":{"texture":"#0","uv":[1.5,8.75,1.875,8.375]},"west":{"texture":"#0","uv":[1.5,8.75,1.125,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2790.json b/assets/minecraft/models/w2790.json new file mode 100644 index 000000000..c415851e6 --- /dev/null +++ b/assets/minecraft/models/w2790.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[13.375,0.25,12.9375,1]},"north":{"texture":"#0","uv":[12.1875,0.25,12.9375,1]},"west":{"texture":"#0","uv":[12.9375,0.25,13.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14.010453,-13.889566,-14.840815]}],"overrides":[],"textures":{"0":"item/w1539862325_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2791.json b/assets/minecraft/models/w2791.json new file mode 100644 index 000000000..d616954c5 --- /dev/null +++ b/assets/minecraft/models/w2791.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6.9375,1.0625,7.375,2.3125]},"south":{"texture":"#0","uv":[8.5,1.0625,8.9375,2.3125]},"west":{"texture":"#0","uv":[7.375,1.0625,8.5,2.3125]}},"from":[-15.99834,-12.53156,-15.998339],"rotation":{"angle":-22.5,"axis":"z","origin":[-16,-9.211775,-6.3999996],"rescale":false},"shade":false,"to":[-14.839154,-9.213436,-13.012359]},{"faces":{"north":{"texture":"#0","uv":[13.5625,0.0625,14.3125,1.1875]},"south":{"texture":"#0","uv":[12.5625,2.5,13.3125,3.625]}},"from":[-16,-12.2010765,-16],"shade":false,"to":[-14.007133,-9.211775,-13.010698]},{"faces":{"east":{"texture":"#0","uv":[8.5,1.0625,7.375,2.3125]},"north":{"texture":"#0","uv":[7.375,1.0625,6.9375,2.3125]},"south":{"texture":"#0","uv":[8.9375,1.0625,8.5,2.3125]}},"from":[-15.167978,-12.53156,-15.998339],"rotation":{"angle":22.5,"axis":"z","origin":[-14.007133,-9.211775,-6.3999996],"rescale":false},"shade":false,"to":[-14.008794,-9.213436,-13.012359]},{"faces":{"east":{"texture":"#0","uv":[9.25,0,10.0625,1]},"north":{"texture":"#0","uv":[6.9375,0,7.6875,1]},"south":{"texture":"#0","uv":[8.5,0,9.25,1]},"west":{"texture":"#0","uv":[7.6875,0,8.5,1]}},"from":[-16,-16,-13.188225],"rotation":{"angle":45,"axis":"x","origin":[-16,-9.211775,-6.3999996],"rescale":false},"shade":false,"to":[-14.007133,-13.221955,-11.07447]},{"faces":{"down":{"texture":"#0","uv":[11.875,0.1875,11.125,0.4375]},"east":{"texture":"#0","uv":[10.125,0.4375,10.375,1]},"north":{"texture":"#0","uv":[10.375,0.4375,11.125,1]},"south":{"texture":"#0","uv":[11.375,0.4375,12.125,1]},"up":{"texture":"#0","uv":[11.125,0.4375,10.375,0.1875]},"west":{"texture":"#0","uv":[11.125,0.4375,11.375,1]}},"from":[-16,-13.208721,-11.725524],"rotation":{"angle":45,"axis":"x","origin":[-16,-9.243726,-6.4319506],"rescale":false},"shade":false,"to":[-14.007133,-11.71407,-11.10642]}],"overrides":[],"textures":{"0":"item/w1539862325_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2792.json b/assets/minecraft/models/w2792.json new file mode 100644 index 000000000..77b09ef61 --- /dev/null +++ b/assets/minecraft/models/w2792.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[13.375,0.25,12.9375,1]},"north":{"texture":"#0","uv":[12.1875,0.25,12.9375,1]},"west":{"texture":"#0","uv":[12.9375,0.25,13.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14.010454,-13.889566,-14.840815]}],"overrides":[],"textures":{"0":"item/w1539862325_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2793.json b/assets/minecraft/models/w2793.json new file mode 100644 index 000000000..d616954c5 --- /dev/null +++ b/assets/minecraft/models/w2793.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6.9375,1.0625,7.375,2.3125]},"south":{"texture":"#0","uv":[8.5,1.0625,8.9375,2.3125]},"west":{"texture":"#0","uv":[7.375,1.0625,8.5,2.3125]}},"from":[-15.99834,-12.53156,-15.998339],"rotation":{"angle":-22.5,"axis":"z","origin":[-16,-9.211775,-6.3999996],"rescale":false},"shade":false,"to":[-14.839154,-9.213436,-13.012359]},{"faces":{"north":{"texture":"#0","uv":[13.5625,0.0625,14.3125,1.1875]},"south":{"texture":"#0","uv":[12.5625,2.5,13.3125,3.625]}},"from":[-16,-12.2010765,-16],"shade":false,"to":[-14.007133,-9.211775,-13.010698]},{"faces":{"east":{"texture":"#0","uv":[8.5,1.0625,7.375,2.3125]},"north":{"texture":"#0","uv":[7.375,1.0625,6.9375,2.3125]},"south":{"texture":"#0","uv":[8.9375,1.0625,8.5,2.3125]}},"from":[-15.167978,-12.53156,-15.998339],"rotation":{"angle":22.5,"axis":"z","origin":[-14.007133,-9.211775,-6.3999996],"rescale":false},"shade":false,"to":[-14.008794,-9.213436,-13.012359]},{"faces":{"east":{"texture":"#0","uv":[9.25,0,10.0625,1]},"north":{"texture":"#0","uv":[6.9375,0,7.6875,1]},"south":{"texture":"#0","uv":[8.5,0,9.25,1]},"west":{"texture":"#0","uv":[7.6875,0,8.5,1]}},"from":[-16,-16,-13.188225],"rotation":{"angle":45,"axis":"x","origin":[-16,-9.211775,-6.3999996],"rescale":false},"shade":false,"to":[-14.007133,-13.221955,-11.07447]},{"faces":{"down":{"texture":"#0","uv":[11.875,0.1875,11.125,0.4375]},"east":{"texture":"#0","uv":[10.125,0.4375,10.375,1]},"north":{"texture":"#0","uv":[10.375,0.4375,11.125,1]},"south":{"texture":"#0","uv":[11.375,0.4375,12.125,1]},"up":{"texture":"#0","uv":[11.125,0.4375,10.375,0.1875]},"west":{"texture":"#0","uv":[11.125,0.4375,11.375,1]}},"from":[-16,-13.208721,-11.725524],"rotation":{"angle":45,"axis":"x","origin":[-16,-9.243726,-6.4319506],"rescale":false},"shade":false,"to":[-14.007133,-11.71407,-11.10642]}],"overrides":[],"textures":{"0":"item/w1539862325_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2794.json b/assets/minecraft/models/w2794.json new file mode 100644 index 000000000..338032b19 --- /dev/null +++ b/assets/minecraft/models/w2794.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[13.75,3.75,13.3125,4.5]},"north":{"texture":"#0","uv":[12.5625,3.75,13.3125,4.5]},"west":{"texture":"#0","uv":[13.3125,3.75,13.75,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.503315,-13.351611,-14.545337]}],"overrides":[],"textures":{"0":"item/w1539862325_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2795.json b/assets/minecraft/models/w2795.json new file mode 100644 index 000000000..320d02256 --- /dev/null +++ b/assets/minecraft/models/w2795.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[9,1.0625,9.4375,2.3125]},"south":{"texture":"#0","uv":[10.5625,1.0625,11,2.3125]},"west":{"texture":"#0","uv":[9.4375,1.0625,10.5625,2.3125]}},"from":[-15.997916,-16,-15.997916],"rotation":{"angle":-22.5,"axis":"z","origin":[-16,-11.833994,-16],"rescale":false},"shade":false,"to":[-14.543253,-11.836078,-12.250803]},{"faces":{"north":{"texture":"#0","uv":[14.5,0.0625,15.25,1.1875]},"south":{"texture":"#0","uv":[13.5,2.5,14.25,3.625]}},"from":[-16,-15.585276,-16],"shade":false,"to":[-13.499146,-11.833994,-12.24872]},{"faces":{"east":{"texture":"#0","uv":[12.625,1.3125,11.8125,2.3125]},"north":{"texture":"#0","uv":[11.0625,1.3125,11.8125,2.3125]},"south":{"texture":"#0","uv":[12.625,1.3125,13.375,2.3125]},"west":{"texture":"#0","uv":[11.8125,1.3125,12.625,2.3125]}},"from":[-16,-11.833994,-16],"rotation":{"angle":45,"axis":"x","origin":[-16,-11.833994,-16],"rescale":false},"shade":false,"to":[-13.499146,-8.34782,-13.347445]},{"faces":{"down":{"texture":"#0","uv":[15.1875,1.5,14.4375,1.75]},"east":{"texture":"#0","uv":[13.4375,1.75,13.6875,2.3125]},"north":{"texture":"#0","uv":[13.6875,1.75,14.4375,2.3125]},"south":{"texture":"#0","uv":[14.6875,1.75,15.4375,2.3125]},"up":{"texture":"#0","uv":[14.4375,1.75,13.6875,1.5]},"west":{"texture":"#0","uv":[14.4375,1.75,14.6875,2.3125]}},"from":[-16,-8.331212,-14.164454],"rotation":{"angle":45,"axis":"x","origin":[-16,-11.874089,-16.040094],"rescale":false},"shade":false,"to":[-13.499146,-6.4555726,-13.387539]}],"overrides":[],"textures":{"0":"item/w1539862325_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2796.json b/assets/minecraft/models/w2796.json new file mode 100644 index 000000000..f5f279123 --- /dev/null +++ b/assets/minecraft/models/w2796.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[6.25,10.5625,6.375,10.75]},"north":{"texture":"#0","uv":[6.0625,10.5625,6.25,10.75]},"west":{"texture":"#0","uv":[6.375,10.5625,6.5,10.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.756534,-14.680979,-15.275513]}],"overrides":[],"textures":{"0":"item/w1539862325_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2797.json b/assets/minecraft/models/w2797.json new file mode 100644 index 000000000..3dadb0b12 --- /dev/null +++ b/assets/minecraft/models/w2797.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[8.25,7.8125,8.375,8.125]},"south":{"texture":"#0","uv":[4,8.5,4.125,8.8125]},"west":{"texture":"#0","uv":[7.625,7.8125,7.9375,8.125]}},"from":[-15.998961,-11.286641,-15.998962],"rotation":{"angle":-22.5,"axis":"z","origin":[-16,-9.211775,-6.3999996],"rescale":false},"shade":false,"to":[-15.274471,-9.212812,-14.132723]},{"faces":{"north":{"texture":"#0","uv":[3.875,9.5,4.0625,9.8125]},"south":{"texture":"#0","uv":[4.0625,9.5,4.25,9.8125]}},"from":[-16,-11.080089,-16],"shade":false,"to":[-14.754457,-9.211775,-14.131686]},{"faces":{"east":{"texture":"#0","uv":[7.6875,7.5,8,7.8125]},"north":{"texture":"#0","uv":[4.1875,8.5,4.3125,8.8125]},"south":{"texture":"#0","uv":[6.3125,9.9375,6.4375,10.25]}},"from":[-15.479986,-11.286641,-15.998962],"rotation":{"angle":22.5,"axis":"z","origin":[-14.754457,-9.211775,-6.3999996],"rescale":false},"shade":false,"to":[-14.755496,-9.212812,-14.132723]},{"faces":{"east":{"texture":"#0","uv":[3.25,8.75,3.4375,9]},"north":{"texture":"#0","uv":[3.25,8.5,3.4375,8.75]},"south":{"texture":"#0","uv":[3.25,9,3.4375,9.25]},"west":{"texture":"#0","uv":[3.25,8.75,3.4375,9]}},"from":[-16,-16,-13.188225],"rotation":{"angle":45,"axis":"x","origin":[-16,-9.211775,-6.3999996],"rescale":false},"shade":false,"to":[-14.754457,-14.263721,-11.867128]},{"faces":{"down":{"texture":"#0","uv":[11.8125,10.75,11.625,10.8125]},"east":{"texture":"#0","uv":[11.1875,8.625,11.25,8.75]},"north":{"texture":"#0","uv":[10.125,9.6875,10.3125,9.8125]},"south":{"texture":"#0","uv":[10.3125,9.6875,10.5,9.8125]},"up":{"texture":"#0","uv":[9.9375,9,9.75,8.9375]},"west":{"texture":"#0","uv":[11.3125,7.25,11.375,7.375]}},"from":[-16,-14.25545,-12.274037],"rotation":{"angle":45,"axis":"x","origin":[-16,-9.231744,-6.4199677],"rescale":false},"shade":false,"to":[-14.754457,-13.321294,-11.887095]}],"overrides":[],"textures":{"0":"item/w1539862325_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2798.json b/assets/minecraft/models/w2798.json new file mode 100644 index 000000000..f5f279123 --- /dev/null +++ b/assets/minecraft/models/w2798.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[6.25,10.5625,6.375,10.75]},"north":{"texture":"#0","uv":[6.0625,10.5625,6.25,10.75]},"west":{"texture":"#0","uv":[6.375,10.5625,6.5,10.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.756534,-14.680979,-15.275513]}],"overrides":[],"textures":{"0":"item/w1539862325_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2799.json b/assets/minecraft/models/w2799.json new file mode 100644 index 000000000..3dadb0b12 --- /dev/null +++ b/assets/minecraft/models/w2799.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[8.25,7.8125,8.375,8.125]},"south":{"texture":"#0","uv":[4,8.5,4.125,8.8125]},"west":{"texture":"#0","uv":[7.625,7.8125,7.9375,8.125]}},"from":[-15.998961,-11.286641,-15.998962],"rotation":{"angle":-22.5,"axis":"z","origin":[-16,-9.211775,-6.3999996],"rescale":false},"shade":false,"to":[-15.274471,-9.212812,-14.132723]},{"faces":{"north":{"texture":"#0","uv":[3.875,9.5,4.0625,9.8125]},"south":{"texture":"#0","uv":[4.0625,9.5,4.25,9.8125]}},"from":[-16,-11.080089,-16],"shade":false,"to":[-14.754457,-9.211775,-14.131686]},{"faces":{"east":{"texture":"#0","uv":[7.6875,7.5,8,7.8125]},"north":{"texture":"#0","uv":[4.1875,8.5,4.3125,8.8125]},"south":{"texture":"#0","uv":[6.3125,9.9375,6.4375,10.25]}},"from":[-15.479986,-11.286641,-15.998962],"rotation":{"angle":22.5,"axis":"z","origin":[-14.754457,-9.211775,-6.3999996],"rescale":false},"shade":false,"to":[-14.755496,-9.212812,-14.132723]},{"faces":{"east":{"texture":"#0","uv":[3.25,8.75,3.4375,9]},"north":{"texture":"#0","uv":[3.25,8.5,3.4375,8.75]},"south":{"texture":"#0","uv":[3.25,9,3.4375,9.25]},"west":{"texture":"#0","uv":[3.25,8.75,3.4375,9]}},"from":[-16,-16,-13.188225],"rotation":{"angle":45,"axis":"x","origin":[-16,-9.211775,-6.3999996],"rescale":false},"shade":false,"to":[-14.754457,-14.263721,-11.867128]},{"faces":{"down":{"texture":"#0","uv":[11.8125,10.75,11.625,10.8125]},"east":{"texture":"#0","uv":[11.1875,8.625,11.25,8.75]},"north":{"texture":"#0","uv":[10.125,9.6875,10.3125,9.8125]},"south":{"texture":"#0","uv":[10.3125,9.6875,10.5,9.8125]},"up":{"texture":"#0","uv":[9.9375,9,9.75,8.9375]},"west":{"texture":"#0","uv":[11.3125,7.25,11.375,7.375]}},"from":[-16,-14.25545,-12.274037],"rotation":{"angle":45,"axis":"x","origin":[-16,-9.231744,-6.4199677],"rescale":false},"shade":false,"to":[-14.754457,-13.321294,-11.887095]}],"overrides":[],"textures":{"0":"item/w1539862325_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w28.json b/assets/minecraft/models/w28.json new file mode 100644 index 000000000..41e26cab0 --- /dev/null +++ b/assets/minecraft/models/w28.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,7,3,7.5]},"east":{"texture":"#0","uv":[2,6.5,2.5,7.375]},"north":{"texture":"#0","uv":[2.5,6.5,3,7.375]},"south":{"texture":"#0","uv":[3.5,6.5,4,7.375]},"up":{"texture":"#0","uv":[3,6.5,2.5,6]},"west":{"texture":"#0","uv":[3,6.5,3.5,7.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-13.2,-14.4]}],"overrides":[],"textures":{"0":"item/w419070065_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w280.json b/assets/minecraft/models/w280.json new file mode 100644 index 000000000..19b17502e --- /dev/null +++ b/assets/minecraft/models/w280.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,5.375,3.25,5.625]},"east":{"texture":"#0","uv":[2,5.625,1.75,5.875]},"north":{"texture":"#0","uv":[1.75,5.625,0.25,5.875]},"south":{"texture":"#0","uv":[3.5,5.625,2,5.875]},"up":{"texture":"#0","uv":[0.25,5.625,1.75,5.375]},"west":{"texture":"#0","uv":[0.25,5.625,0,5.875]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-15.2,-15.2]},{"faces":{"down":{"texture":"#0","uv":[0.5,8.5,0.75,8.75]},"east":{"texture":"#0","uv":[0.75,8.75,0.5,8.875]},"north":{"texture":"#0","uv":[0.5,8.75,0.25,8.875]},"south":{"texture":"#0","uv":[1,8.75,0.75,8.875]},"up":{"texture":"#0","uv":[0.25,8.75,0.5,8.5]},"west":{"texture":"#0","uv":[0.25,8.75,0,8.875]}},"from":[-12.396,-15.596,-15.996],"rotation":{"angle":45,"axis":"z","origin":[-12.4,-15.2,-15.6],"rescale":false},"shade":false,"to":[-11.404,-15.2039995,-15.204]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2800.json b/assets/minecraft/models/w2800.json new file mode 100644 index 000000000..11391b8a0 --- /dev/null +++ b/assets/minecraft/models/w2800.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[7.875,9.5,8,9.75]},"north":{"texture":"#0","uv":[8.4375,9.625,8.6875,9.875]},"west":{"texture":"#0","uv":[7.3125,9.4375,7.4375,9.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.439571,-14.344755,-15.090834]}],"overrides":[],"textures":{"0":"item/w1539862325_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2801.json b/assets/minecraft/models/w2801.json new file mode 100644 index 000000000..266d186ed --- /dev/null +++ b/assets/minecraft/models/w2801.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[7.5,9.9375,7.625,10.375]},"south":{"texture":"#0","uv":[3.75,11.25,3.875,11.6875]},"west":{"texture":"#0","uv":[3.375,11.25,3.75,11.6875]}},"from":[-15.998697,-16,-15.998698],"rotation":{"angle":-22.5,"axis":"z","origin":[-16,-13.396247,-16],"rescale":false},"shade":false,"to":[-15.089533,-13.397549,-13.656752]},{"faces":{"north":{"texture":"#0","uv":[5.9375,9.1875,6.1875,9.5625]},"south":{"texture":"#0","uv":[6.1875,9.1875,6.4375,9.5625]}},"from":[-16,-15.740797,-16],"shade":false,"to":[-14.436966,-13.396248,-13.655451]},{"faces":{"east":{"texture":"#0","uv":[6.0625,8.5,6.3125,8.8125]},"north":{"texture":"#0","uv":[3.75,9.9375,4,10.25]},"south":{"texture":"#0","uv":[4,9.9375,4.25,10.25]},"west":{"texture":"#0","uv":[4.25,9.9375,4.5,10.25]}},"from":[-16,-13.396247,-16],"rotation":{"angle":45,"axis":"x","origin":[-16,-13.396247,-16],"rescale":false},"shade":false,"to":[-14.436966,-11.217388,-14.342154]},{"faces":{"down":{"texture":"#0","uv":[9.9375,7.0625,9.6875,7.125]},"east":{"texture":"#0","uv":[9.625,7.3125,9.6875,7.5]},"north":{"texture":"#0","uv":[6.625,11.3125,6.875,11.5]},"south":{"texture":"#0","uv":[6.875,11.3125,7.125,11.5]},"up":{"texture":"#0","uv":[9.6875,7.1875,9.4375,7.125]},"west":{"texture":"#0","uv":[9.625,7.5625,9.6875,7.75]}},"from":[-16,-11.207007,-14.852785],"rotation":{"angle":45,"axis":"x","origin":[-16,-13.421305,-16.025059],"rescale":false},"shade":false,"to":[-14.436966,-10.034733,-14.367212]}],"overrides":[],"textures":{"0":"item/w1539862325_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2802.json b/assets/minecraft/models/w2802.json new file mode 100644 index 000000000..8653742bb --- /dev/null +++ b/assets/minecraft/models/w2802.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[1.1875,10.8125,1.5625,11.6875]},"north":{"texture":"#0","uv":[0,10.8125,1.125,11.6875]},"south":{"texture":"#0","uv":[0,10.8125,1.125,11.6875]},"west":{"texture":"#0","uv":[1.1875,10.8125,1.5625,11.6875]}},"from":[-16,-14.386687,-16],"shade":false,"to":[-8.809341,-8.931705,-13.768417]},{"faces":{"down":{"texture":"#0","uv":[6.9375,9.3125,6.75,9.625]},"north":{"texture":"#0","uv":[4.625,8.5,4.8125,9.875]},"south":{"texture":"#0","uv":[6.75,9.75,6.9375,11.125]},"up":{"texture":"#0","uv":[5.875,10.625,5.6875,10.3125]}},"from":[-13.33666,-16,-15.968036],"rotation":{"angle":45,"axis":"z","origin":[-12.404671,-11.210754,-14.884209],"rescale":false},"shade":false,"to":[-12.106873,-7.055702,-13.782803]},{"faces":{"down":{"texture":"#0","uv":[12.3125,4.375,11.4375,4.75]},"north":{"texture":"#0","uv":[11.4375,2.75,12.3125,3.875]},"south":{"texture":"#0","uv":[11.4375,2.75,12.3125,3.875]},"up":{"texture":"#0","uv":[12.3125,4.3125,11.4375,3.9375]}},"from":[-15.132162,-15.254525,-16],"shade":false,"to":[-9.677179,-8.063867,-13.768417]},{"faces":{"down":{"texture":"#0","uv":[7.5,7.75,7.3125,8.0625]},"north":{"texture":"#0","uv":[6.75,9.75,6.9375,11.125]},"south":{"texture":"#0","uv":[4.625,8.5,4.8125,9.875]},"up":{"texture":"#0","uv":[7.5,7.75,7.3125,7.4375]}},"from":[-12.702469,-16,-15.950458],"rotation":{"angle":-45,"axis":"z","origin":[-12.404671,-11.210754,-14.884209],"rescale":false},"shade":false,"to":[-11.472681,-7.055702,-13.782803]}],"overrides":[],"textures":{"0":"item/w1539862325_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2803.json b/assets/minecraft/models/w2803.json new file mode 100644 index 000000000..f9f992f58 --- /dev/null +++ b/assets/minecraft/models/w2803.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[4.125,10.9375,4.25,11.1875]},"north":{"texture":"#0","uv":[3.375,10.8125,3.625,11.0625]},"west":{"texture":"#0","uv":[4.125,11.25,4.25,11.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.439571,-14.344758,-15.090838]}],"overrides":[],"textures":{"0":"item/w1539862325_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2804.json b/assets/minecraft/models/w2804.json new file mode 100644 index 000000000..11199eeb3 --- /dev/null +++ b/assets/minecraft/models/w2804.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[5.9375,9.6875,6.0625,10.125]},"south":{"texture":"#0","uv":[5.4375,11,5.5625,11.4375]},"west":{"texture":"#0","uv":[3.25,9.875,3.625,10.3125]}},"from":[-9.303742,-15.528446,-15.998697],"rotation":{"angle":-22.5,"axis":"z","origin":[-12.978806,-4.0554485,-16],"rescale":false},"shade":false,"to":[-8.394578,-12.925995,-13.656754]},{"faces":{"north":{"texture":"#0","uv":[5.0625,11,5.3125,11.375]},"south":{"texture":"#0","uv":[7.1875,8.5,7.4375,8.875]}},"from":[-12.978806,-16,-16],"shade":false,"to":[-11.4157715,-13.655449,-13.655447]},{"faces":{"east":{"texture":"#0","uv":[3.5,8.4375,3.875,8.875]},"north":{"texture":"#0","uv":[5.6875,11,5.8125,11.4375]},"south":{"texture":"#0","uv":[7.4375,10.6875,7.5625,11.125]}},"from":[-16,-15.528446,-15.998697],"rotation":{"angle":22.5,"axis":"z","origin":[-11.415772,-4.0554485,-16],"rescale":false},"shade":false,"to":[-15.090836,-12.925995,-13.656754]},{"faces":{"east":{"texture":"#0","uv":[6.5,8.5,6.75,8.8125]},"north":{"texture":"#0","uv":[7.75,10.875,8,11.1875]},"south":{"texture":"#0","uv":[3.3125,9.4375,3.5625,9.75]},"west":{"texture":"#0","uv":[6.75,8.5,7,8.8125]}},"from":[-12.978806,-10.843675,-9.211774],"rotation":{"angle":45,"axis":"x","origin":[-12.978806,-4.0554485,-16],"rescale":false},"shade":false,"to":[-11.4157715,-8.664816,-7.553928]},{"faces":{"down":{"texture":"#0","uv":[10,6.1875,9.75,6.25]},"east":{"texture":"#0","uv":[9.375,6.0625,9.4375,6.25]},"north":{"texture":"#0","uv":[3.5,10.375,3.75,10.5625]},"south":{"texture":"#0","uv":[9.6875,6.5,9.9375,6.6875]},"up":{"texture":"#0","uv":[3.75,10.625,3.5,10.5625]},"west":{"texture":"#0","uv":[9.375,6.3125,9.4375,6.5]}},"from":[-12.978806,-8.654436,-8.064557],"rotation":{"angle":45,"axis":"x","origin":[-12.978806,-4.080508,-16.025059],"rescale":false},"shade":false,"to":[-11.4157715,-7.482161,-7.5789857]}],"overrides":[],"textures":{"0":"item/w1539862325_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2805.json b/assets/minecraft/models/w2805.json new file mode 100644 index 000000000..fba345a48 --- /dev/null +++ b/assets/minecraft/models/w2805.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[10.5625,1.0625,9.4375,2.3125]},"north":{"texture":"#0","uv":[9.4375,1.0625,9,2.3125]},"south":{"texture":"#0","uv":[11,1.0625,10.5625,2.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.545337,-11.836078,-12.252887]}],"overrides":[],"textures":{"0":"item/w1539862325_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2806.json b/assets/minecraft/models/w2806.json new file mode 100644 index 000000000..1f01351be --- /dev/null +++ b/assets/minecraft/models/w2806.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3.75,11.25,3.375,11.6875]},"north":{"texture":"#0","uv":[7.625,9.9375,7.5,10.375]},"south":{"texture":"#0","uv":[3.875,11.25,3.75,11.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.090836,-13.397549,-13.658053]}],"overrides":[],"textures":{"0":"item/w1539862325_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2807.json b/assets/minecraft/models/w2807.json new file mode 100644 index 000000000..4a3b57ffb --- /dev/null +++ b/assets/minecraft/models/w2807.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,4.5,3.75,0]},"east":{"texture":"#0","uv":[3.75,4.5,8.25,6.25]},"north":{"texture":"#0","uv":[3.75,4.5,8.25,6.25]},"south":{"texture":"#0","uv":[3.75,4.5,8.25,6.25]},"up":{"texture":"#0","uv":[8.25,4.5,3.75,0]},"west":{"texture":"#0","uv":[3.75,4.5,8.25,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-8.8,-13.2,-8.8]}],"overrides":[],"textures":{"0":"item/w180734798_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2808.json b/assets/minecraft/models/w2808.json new file mode 100644 index 000000000..9245d9234 --- /dev/null +++ b/assets/minecraft/models/w2808.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,0,3.75,10]},"south":{"texture":"#0","uv":[0,0,3.75,10]}},"from":[-16,-16,-16],"shade":false,"to":[-10,0,-16]}],"overrides":[],"textures":{"0":"item/w180734798_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2809.json b/assets/minecraft/models/w2809.json new file mode 100644 index 000000000..9245d9234 --- /dev/null +++ b/assets/minecraft/models/w2809.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,0,3.75,10]},"south":{"texture":"#0","uv":[0,0,3.75,10]}},"from":[-16,-16,-16],"shade":false,"to":[-10,0,-16]}],"overrides":[],"textures":{"0":"item/w180734798_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w281.json b/assets/minecraft/models/w281.json new file mode 100644 index 000000000..705987743 --- /dev/null +++ b/assets/minecraft/models/w281.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.875,8.375,2.25,8.75]},"east":{"texture":"#0","uv":[2.25,8.75,1.875,8.875]},"north":{"texture":"#0","uv":[1.875,8.75,1.5,8.875]},"south":{"texture":"#0","uv":[2.625,8.75,2.25,8.875]},"up":{"texture":"#0","uv":[1.5,8.75,1.875,8.375]},"west":{"texture":"#0","uv":[1.5,8.75,1.125,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2810.json b/assets/minecraft/models/w2810.json new file mode 100644 index 000000000..09dd16fb1 --- /dev/null +++ b/assets/minecraft/models/w2810.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.75,10,7.5,12.25]},"east":{"texture":"#0","uv":[7.5,12.25,9.75,13]},"north":{"texture":"#0","uv":[7.5,12.25,9.75,13]},"south":{"texture":"#0","uv":[7.5,12.25,9.75,13]},"up":{"texture":"#0","uv":[9.75,12.25,7.5,10]},"west":{"texture":"#0","uv":[7.5,12.25,9.75,13]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-14.8,-12.4]}],"overrides":[],"textures":{"0":"item/w180734798_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2811.json b/assets/minecraft/models/w2811.json new file mode 100644 index 000000000..1085908da --- /dev/null +++ b/assets/minecraft/models/w2811.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.75,10,9.75,12.25]},"east":{"texture":"#0","uv":[11.75,12.25,14,13.75]},"north":{"texture":"#0","uv":[9.75,12.25,11.75,13.75]},"south":{"texture":"#0","uv":[9.75,12.25,11.75,13.75]},"up":{"texture":"#0","uv":[11.75,12.25,9.75,10]},"west":{"texture":"#0","uv":[11.75,12.25,14,13.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.6,-12.4]}],"overrides":[],"textures":{"0":"item/w180734798_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2812.json b/assets/minecraft/models/w2812.json new file mode 100644 index 000000000..f47458b9c --- /dev/null +++ b/assets/minecraft/models/w2812.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,10,0,12.25]},"east":{"texture":"#0","uv":[1.75,12.25,4,13.25]},"north":{"texture":"#0","uv":[0,12.25,1.75,13.25]},"south":{"texture":"#0","uv":[0,12.25,1.75,13.25]},"up":{"texture":"#0","uv":[1.75,12.25,0,10]},"west":{"texture":"#0","uv":[1.75,12.25,4,13.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.4,-12.4]}],"overrides":[],"textures":{"0":"item/w180734798_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2813.json b/assets/minecraft/models/w2813.json new file mode 100644 index 000000000..133289312 --- /dev/null +++ b/assets/minecraft/models/w2813.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,10,4,12]},"east":{"texture":"#0","uv":[5.5,12,7.5,13.5]},"north":{"texture":"#0","uv":[4,12,5.5,13.5]},"south":{"texture":"#0","uv":[4,12,5.5,13.5]},"up":{"texture":"#0","uv":[5.5,12,4,10]},"west":{"texture":"#0","uv":[5.5,12,7.5,13.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-12.8]}],"overrides":[],"textures":{"0":"item/w180734798_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2814.json b/assets/minecraft/models/w2814.json new file mode 100644 index 000000000..133289312 --- /dev/null +++ b/assets/minecraft/models/w2814.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,10,4,12]},"east":{"texture":"#0","uv":[5.5,12,7.5,13.5]},"north":{"texture":"#0","uv":[4,12,5.5,13.5]},"south":{"texture":"#0","uv":[4,12,5.5,13.5]},"up":{"texture":"#0","uv":[5.5,12,4,10]},"west":{"texture":"#0","uv":[5.5,12,7.5,13.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-12.8]}],"overrides":[],"textures":{"0":"item/w180734798_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2815.json b/assets/minecraft/models/w2815.json new file mode 100644 index 000000000..09dd16fb1 --- /dev/null +++ b/assets/minecraft/models/w2815.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.75,10,7.5,12.25]},"east":{"texture":"#0","uv":[7.5,12.25,9.75,13]},"north":{"texture":"#0","uv":[7.5,12.25,9.75,13]},"south":{"texture":"#0","uv":[7.5,12.25,9.75,13]},"up":{"texture":"#0","uv":[9.75,12.25,7.5,10]},"west":{"texture":"#0","uv":[7.5,12.25,9.75,13]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-14.8,-12.4]}],"overrides":[],"textures":{"0":"item/w180734798_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2816.json b/assets/minecraft/models/w2816.json new file mode 100644 index 000000000..1085908da --- /dev/null +++ b/assets/minecraft/models/w2816.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.75,10,9.75,12.25]},"east":{"texture":"#0","uv":[11.75,12.25,14,13.75]},"north":{"texture":"#0","uv":[9.75,12.25,11.75,13.75]},"south":{"texture":"#0","uv":[9.75,12.25,11.75,13.75]},"up":{"texture":"#0","uv":[11.75,12.25,9.75,10]},"west":{"texture":"#0","uv":[11.75,12.25,14,13.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.6,-12.4]}],"overrides":[],"textures":{"0":"item/w180734798_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2817.json b/assets/minecraft/models/w2817.json new file mode 100644 index 000000000..f47458b9c --- /dev/null +++ b/assets/minecraft/models/w2817.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,10,0,12.25]},"east":{"texture":"#0","uv":[1.75,12.25,4,13.25]},"north":{"texture":"#0","uv":[0,12.25,1.75,13.25]},"south":{"texture":"#0","uv":[0,12.25,1.75,13.25]},"up":{"texture":"#0","uv":[1.75,12.25,0,10]},"west":{"texture":"#0","uv":[1.75,12.25,4,13.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.4,-12.4]}],"overrides":[],"textures":{"0":"item/w180734798_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2818.json b/assets/minecraft/models/w2818.json new file mode 100644 index 000000000..779cc67ca --- /dev/null +++ b/assets/minecraft/models/w2818.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.125,0.625,9.875,1.5]},"east":{"texture":"#0","uv":[7.75,1.5,8.625,1.75]},"north":{"texture":"#0","uv":[8.625,1.5,9.875,1.75]},"south":{"texture":"#0","uv":[10.75,1.5,12,1.75]},"up":{"texture":"#0","uv":[9.875,1.5,8.625,0.625]},"west":{"texture":"#0","uv":[9.875,1.5,10.75,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.6,-14.8,-12.8]}],"overrides":[],"textures":{"0":"item/w1969616221_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2819.json b/assets/minecraft/models/w2819.json new file mode 100644 index 000000000..3d05bc4e4 --- /dev/null +++ b/assets/minecraft/models/w2819.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,6.75,1.875,7.5]},"east":{"texture":"#0","uv":[0,7.5,0.75,8.625]},"north":{"texture":"#0","uv":[0.75,7.5,1.875,8.625]},"south":{"texture":"#0","uv":[2.625,7.5,3.75,8.625]},"up":{"texture":"#0","uv":[1.875,7.5,0.75,6.75]},"west":{"texture":"#0","uv":[1.875,7.5,2.625,8.625]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-12,-13.2]}],"overrides":[],"textures":{"0":"item/w1969616221_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w282.json b/assets/minecraft/models/w282.json new file mode 100644 index 000000000..19b17502e --- /dev/null +++ b/assets/minecraft/models/w282.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,5.375,3.25,5.625]},"east":{"texture":"#0","uv":[2,5.625,1.75,5.875]},"north":{"texture":"#0","uv":[1.75,5.625,0.25,5.875]},"south":{"texture":"#0","uv":[3.5,5.625,2,5.875]},"up":{"texture":"#0","uv":[0.25,5.625,1.75,5.375]},"west":{"texture":"#0","uv":[0.25,5.625,0,5.875]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-15.2,-15.2]},{"faces":{"down":{"texture":"#0","uv":[0.5,8.5,0.75,8.75]},"east":{"texture":"#0","uv":[0.75,8.75,0.5,8.875]},"north":{"texture":"#0","uv":[0.5,8.75,0.25,8.875]},"south":{"texture":"#0","uv":[1,8.75,0.75,8.875]},"up":{"texture":"#0","uv":[0.25,8.75,0.5,8.5]},"west":{"texture":"#0","uv":[0.25,8.75,0,8.875]}},"from":[-12.396,-15.596,-15.996],"rotation":{"angle":45,"axis":"z","origin":[-12.4,-15.2,-15.6],"rescale":false},"shade":false,"to":[-11.404,-15.2039995,-15.204]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2820.json b/assets/minecraft/models/w2820.json new file mode 100644 index 000000000..706c7906a --- /dev/null +++ b/assets/minecraft/models/w2820.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,8.375,4.5,9.125]},"east":{"texture":"#0","uv":[3,9.125,3.75,10.5]},"north":{"texture":"#0","uv":[3.75,9.125,4.5,10.5]},"south":{"texture":"#0","uv":[5.25,9.125,6,10.5]},"up":{"texture":"#0","uv":[4.5,9.125,3.75,8.375]},"west":{"texture":"#0","uv":[4.5,9.125,5.25,10.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-11.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1969616221_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2821.json b/assets/minecraft/models/w2821.json new file mode 100644 index 000000000..50b8ef960 --- /dev/null +++ b/assets/minecraft/models/w2821.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,8.375,5.25,9.125]},"east":{"texture":"#0","uv":[5.25,9.125,4.5,10.5]},"north":{"texture":"#0","uv":[4.5,9.125,3.75,10.5]},"south":{"texture":"#0","uv":[6,9.125,5.25,10.5]},"up":{"texture":"#0","uv":[3.75,9.125,4.5,8.375]},"west":{"texture":"#0","uv":[3.75,9.125,3,10.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-11.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1969616221_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2822.json b/assets/minecraft/models/w2822.json new file mode 100644 index 000000000..d952bd6d9 --- /dev/null +++ b/assets/minecraft/models/w2822.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.625,4.125,2.625,4.75]},"east":{"texture":"#0","uv":[0,4.75,0.625,6.75]},"north":{"texture":"#0","uv":[0.625,4.75,2.625,6.75]},"south":{"texture":"#0","uv":[3.25,4.75,5.25,6.75]},"up":{"texture":"#0","uv":[2.625,4.75,0.625,4.125]},"west":{"texture":"#0","uv":[2.625,4.75,3.25,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-14]}],"overrides":[],"textures":{"0":"item/w1969616221_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2823.json b/assets/minecraft/models/w2823.json new file mode 100644 index 000000000..725ef851c --- /dev/null +++ b/assets/minecraft/models/w2823.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.125,0,3.875,1.625]},"east":{"texture":"#0","uv":[0,1.625,1.625,4.125]},"north":{"texture":"#0","uv":[1.625,1.625,3.875,4.125]},"south":{"texture":"#0","uv":[5.5,1.625,7.75,4.125]},"up":{"texture":"#0","uv":[3.875,1.625,1.625,0]},"west":{"texture":"#0","uv":[3.875,1.625,5.5,4.125]}},"from":[-16,-16,-15.6],"shade":false,"to":[-8.8,-8,-10.400001]},{"faces":{"down":{"texture":"#0","uv":[10.75,0,8.5,0.125]},"east":{"texture":"#0","uv":[6.125,0.125,6.25,0.625]},"north":{"texture":"#0","uv":[6.25,0.125,8.5,0.625]},"south":{"texture":"#0","uv":[8.625,0.125,10.875,0.625]},"up":{"texture":"#0","uv":[8.5,0.125,6.25,0]},"west":{"texture":"#0","uv":[8.5,0.125,8.625,0.625]}},"from":[-16,-9.6,-16],"shade":false,"to":[-8.8,-8,-15.6]},{"faces":{"down":{"texture":"#0","uv":[11.75,7.25,11.125,7.375]},"east":{"texture":"#0","uv":[10.375,7.375,10.5,8.875]},"north":{"texture":"#0","uv":[10.5,7.375,11.125,8.875]},"south":{"texture":"#0","uv":[11.25,7.375,11.875,8.875]},"up":{"texture":"#0","uv":[11.125,7.375,10.5,7.25]},"west":{"texture":"#0","uv":[11.125,7.375,11.25,8.875]}},"from":[-16,-14.4,-16],"shade":false,"to":[-14,-9.599999,-15.6]},{"faces":{"down":{"texture":"#0","uv":[1.375,0,0.75,0.125]},"east":{"texture":"#0","uv":[0,0.125,0.125,1.625]},"north":{"texture":"#0","uv":[0.125,0.125,0.75,1.625]},"south":{"texture":"#0","uv":[0.875,0.125,1.5,1.625]},"up":{"texture":"#0","uv":[0.75,0.125,0.125,0]},"west":{"texture":"#0","uv":[0.75,0.125,0.875,1.625]}},"from":[-10.8,-14.4,-16],"shade":false,"to":[-8.8,-9.599999,-15.6]}],"overrides":[],"textures":{"0":"item/w1969616221_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2824.json b/assets/minecraft/models/w2824.json new file mode 100644 index 000000000..333f16c45 --- /dev/null +++ b/assets/minecraft/models/w2824.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,4,10.5,4.5]},"east":{"texture":"#0","uv":[9.5,4.5,10,5.875]},"north":{"texture":"#0","uv":[10,4.5,10.5,5.875]},"south":{"texture":"#0","uv":[11,4.5,11.5,5.875]},"up":{"texture":"#0","uv":[10.5,4.5,10,4]},"west":{"texture":"#0","uv":[10.5,4.5,11,5.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.6,-14.4]}],"overrides":[],"textures":{"0":"item/w1969616221_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2825.json b/assets/minecraft/models/w2825.json new file mode 100644 index 000000000..c457cb9d3 --- /dev/null +++ b/assets/minecraft/models/w2825.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,4,11,4.5]},"east":{"texture":"#0","uv":[11,4.5,10.5,5.875]},"north":{"texture":"#0","uv":[10.5,4.5,10,5.875]},"south":{"texture":"#0","uv":[11.5,4.5,11,5.875]},"up":{"texture":"#0","uv":[10,4.5,10.5,4]},"west":{"texture":"#0","uv":[10,4.5,9.5,5.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.6,-14.4]}],"overrides":[],"textures":{"0":"item/w1969616221_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2826.json b/assets/minecraft/models/w2826.json new file mode 100644 index 000000000..64da3aaec --- /dev/null +++ b/assets/minecraft/models/w2826.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,5.875,11.25,6]},"east":{"texture":"#0","uv":[10.375,6,10.5,6.75]},"north":{"texture":"#0","uv":[10.5,6,11.25,6.75]},"south":{"texture":"#0","uv":[11.375,6,12.125,6.75]},"up":{"texture":"#0","uv":[11.25,6,10.5,5.875]},"west":{"texture":"#0","uv":[11.25,6,11.375,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-15.6]}],"overrides":[],"textures":{"0":"item/w1969616221_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2827.json b/assets/minecraft/models/w2827.json new file mode 100644 index 000000000..bf17e5f02 --- /dev/null +++ b/assets/minecraft/models/w2827.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,7.25,8.5,8.375]},"east":{"texture":"#0","uv":[6.625,8.375,7.75,8.875]},"north":{"texture":"#0","uv":[7.75,8.375,8.5,8.875]},"south":{"texture":"#0","uv":[9.625,8.375,10.375,8.875]},"up":{"texture":"#0","uv":[8.5,8.375,7.75,7.25]},"west":{"texture":"#0","uv":[8.5,8.375,9.625,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.4,-12.4]}],"overrides":[],"textures":{"0":"item/w1969616221_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2828.json b/assets/minecraft/models/w2828.json new file mode 100644 index 000000000..6d4f854fb --- /dev/null +++ b/assets/minecraft/models/w2828.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,10.375,6.5,11.125]},"east":{"texture":"#0","uv":[5.25,11.125,6,11.625]},"north":{"texture":"#0","uv":[6,11.125,6.5,11.625]},"south":{"texture":"#0","uv":[7.25,11.125,7.75,11.625]},"up":{"texture":"#0","uv":[6.5,11.125,6,10.375]},"west":{"texture":"#0","uv":[6.5,11.125,7.25,11.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-13.6]}],"overrides":[],"textures":{"0":"item/w1969616221_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2829.json b/assets/minecraft/models/w2829.json new file mode 100644 index 000000000..e851900b6 --- /dev/null +++ b/assets/minecraft/models/w2829.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,8.625,1.375,9.375]},"east":{"texture":"#0","uv":[0,9.375,0.75,11]},"north":{"texture":"#0","uv":[0.75,9.375,1.375,11]},"south":{"texture":"#0","uv":[2.125,9.375,2.75,11]},"up":{"texture":"#0","uv":[1.375,9.375,0.75,8.625]},"west":{"texture":"#0","uv":[1.375,9.375,2.125,11]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-10.8,-13.6]}],"overrides":[],"textures":{"0":"item/w1969616221_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w283.json b/assets/minecraft/models/w283.json new file mode 100644 index 000000000..ad45c583d --- /dev/null +++ b/assets/minecraft/models/w283.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.375,7.125,6.125,7.25]},"east":{"texture":"#0","uv":[5.75,7.25,5.875,7.5]},"north":{"texture":"#0","uv":[5.875,7.25,6.125,7.5]},"south":{"texture":"#0","uv":[6.25,7.25,6.5,7.5]},"up":{"texture":"#0","uv":[6.125,7.25,5.875,7.125]},"west":{"texture":"#0","uv":[6.125,7.25,6.25,7.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2830.json b/assets/minecraft/models/w2830.json new file mode 100644 index 000000000..4440eaee1 --- /dev/null +++ b/assets/minecraft/models/w2830.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.875,4.125,5.375,4.375]},"east":{"texture":"#0","uv":[4.625,4.375,4.875,4.625]},"north":{"texture":"#0","uv":[4.875,4.375,5.375,4.625]},"south":{"texture":"#0","uv":[5.625,4.375,6.125,4.625]},"up":{"texture":"#0","uv":[5.375,4.375,4.875,4.125]},"west":{"texture":"#0","uv":[5.375,4.375,5.625,4.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w1969616221_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2831.json b/assets/minecraft/models/w2831.json new file mode 100644 index 000000000..4440eaee1 --- /dev/null +++ b/assets/minecraft/models/w2831.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.875,4.125,5.375,4.375]},"east":{"texture":"#0","uv":[4.625,4.375,4.875,4.625]},"north":{"texture":"#0","uv":[4.875,4.375,5.375,4.625]},"south":{"texture":"#0","uv":[5.625,4.375,6.125,4.625]},"up":{"texture":"#0","uv":[5.375,4.375,4.875,4.125]},"west":{"texture":"#0","uv":[5.375,4.375,5.625,4.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w1969616221_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2832.json b/assets/minecraft/models/w2832.json new file mode 100644 index 000000000..4440eaee1 --- /dev/null +++ b/assets/minecraft/models/w2832.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.875,4.125,5.375,4.375]},"east":{"texture":"#0","uv":[4.625,4.375,4.875,4.625]},"north":{"texture":"#0","uv":[4.875,4.375,5.375,4.625]},"south":{"texture":"#0","uv":[5.625,4.375,6.125,4.625]},"up":{"texture":"#0","uv":[5.375,4.375,4.875,4.125]},"west":{"texture":"#0","uv":[5.375,4.375,5.625,4.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w1969616221_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2833.json b/assets/minecraft/models/w2833.json new file mode 100644 index 000000000..305f2f4cb --- /dev/null +++ b/assets/minecraft/models/w2833.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.375,4.125,7.375,5.25]},"east":{"texture":"#0","uv":[5.25,5.25,6.375,6]},"north":{"texture":"#0","uv":[6.375,5.25,7.375,6]},"south":{"texture":"#0","uv":[8.5,5.25,9.5,6]},"up":{"texture":"#0","uv":[7.375,5.25,6.375,4.125]},"west":{"texture":"#0","uv":[7.375,5.25,8.5,6]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.6,-12.4]}],"overrides":[],"textures":{"0":"item/w1969616221_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2834.json b/assets/minecraft/models/w2834.json new file mode 100644 index 000000000..0af2e35c3 --- /dev/null +++ b/assets/minecraft/models/w2834.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,8.875,7.5,9.875]},"east":{"texture":"#0","uv":[6,9.875,7,10.375]},"north":{"texture":"#0","uv":[7,9.875,7.5,10.375]},"south":{"texture":"#0","uv":[8.5,9.875,9,10.375]},"up":{"texture":"#0","uv":[7.5,9.875,7,8.875]},"west":{"texture":"#0","uv":[7.5,9.875,8.5,10.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-12.8]}],"overrides":[],"textures":{"0":"item/w1969616221_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2835.json b/assets/minecraft/models/w2835.json new file mode 100644 index 000000000..88ce6396c --- /dev/null +++ b/assets/minecraft/models/w2835.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,6,6.125,6.75]},"east":{"texture":"#0","uv":[4.5,6.75,5.25,8.375]},"north":{"texture":"#0","uv":[5.25,6.75,6.125,8.375]},"south":{"texture":"#0","uv":[6.875,6.75,7.75,8.375]},"up":{"texture":"#0","uv":[6.125,6.75,5.25,6]},"west":{"texture":"#0","uv":[6.125,6.75,6.875,8.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-10.8,-13.6]}],"overrides":[],"textures":{"0":"item/w1969616221_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2836.json b/assets/minecraft/models/w2836.json new file mode 100644 index 000000000..37ebafde7 --- /dev/null +++ b/assets/minecraft/models/w2836.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.875,10.5,3.5,10.875]},"east":{"texture":"#0","uv":[2.75,10.875,3.125,11.75]},"north":{"texture":"#0","uv":[3.125,10.875,3.5,11.75]},"south":{"texture":"#0","uv":[3.875,10.875,4.25,11.75]},"up":{"texture":"#0","uv":[3.5,10.875,3.125,10.5]},"west":{"texture":"#0","uv":[3.5,10.875,3.875,11.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1969616221_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2837.json b/assets/minecraft/models/w2837.json new file mode 100644 index 000000000..a42a54dd3 --- /dev/null +++ b/assets/minecraft/models/w2837.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,10.5,3.875,10.875]},"east":{"texture":"#0","uv":[3.875,10.875,3.5,11.75]},"north":{"texture":"#0","uv":[3.5,10.875,3.125,11.75]},"south":{"texture":"#0","uv":[4.25,10.875,3.875,11.75]},"up":{"texture":"#0","uv":[3.125,10.875,3.5,10.5]},"west":{"texture":"#0","uv":[3.125,10.875,2.75,11.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1969616221_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2838.json b/assets/minecraft/models/w2838.json new file mode 100644 index 000000000..4b6779f4e --- /dev/null +++ b/assets/minecraft/models/w2838.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.625,8.875,10.125,9.5]},"east":{"texture":"#0","uv":[9,9.5,9.625,10.875]},"north":{"texture":"#0","uv":[9.625,9.5,10.125,10.875]},"south":{"texture":"#0","uv":[10.75,9.5,11.25,10.875]},"up":{"texture":"#0","uv":[10.125,9.5,9.625,8.875]},"west":{"texture":"#0","uv":[10.125,9.5,10.75,10.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.6,-14]}],"overrides":[],"textures":{"0":"item/w1969616221_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2839.json b/assets/minecraft/models/w2839.json new file mode 100644 index 000000000..487c60aba --- /dev/null +++ b/assets/minecraft/models/w2839.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,1.75,9.25,2.5]},"east":{"texture":"#0","uv":[7.75,2.5,8.5,4]},"north":{"texture":"#0","uv":[8.5,2.5,9.25,4]},"south":{"texture":"#0","uv":[10,2.5,10.75,4]},"up":{"texture":"#0","uv":[9.25,2.5,8.5,1.75]},"west":{"texture":"#0","uv":[9.25,2.5,10,4]}},"from":[-15.8,-15.04,-15.8],"shade":false,"to":[-13.4,-10.24,-13.4]},{"faces":{"down":{"texture":"#0","uv":[10.375,6,9.5,6.875]},"east":{"texture":"#0","uv":[7.75,6.875,8.625,7.25]},"north":{"texture":"#0","uv":[8.625,6.875,9.5,7.25]},"south":{"texture":"#0","uv":[10.375,6.875,11.25,7.25]},"up":{"texture":"#0","uv":[9.5,6.875,8.625,6]},"west":{"texture":"#0","uv":[9.5,6.875,10.375,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.8,-13.2]}],"overrides":[],"textures":{"0":"item/w1969616221_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w284.json b/assets/minecraft/models/w284.json new file mode 100644 index 000000000..11c7045a0 --- /dev/null +++ b/assets/minecraft/models/w284.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.625,6.5,3.5,6.625]},"east":{"texture":"#0","uv":[3.25,6.625,3.375,6.75]},"north":{"texture":"#0","uv":[3.375,6.625,3.5,6.75]},"south":{"texture":"#0","uv":[3.625,6.625,3.75,6.75]},"up":{"texture":"#0","uv":[3.5,6.625,3.375,6.5]},"west":{"texture":"#0","uv":[3.5,6.625,3.625,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.426314,-15.426314,-15.592]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2840.json b/assets/minecraft/models/w2840.json new file mode 100644 index 000000000..082e2c87a --- /dev/null +++ b/assets/minecraft/models/w2840.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.75,0.625,7.25,1.25]},"east":{"texture":"#0","uv":[6.125,1.25,6.75,1.5]},"north":{"texture":"#0","uv":[6.75,1.25,7.25,1.5]},"south":{"texture":"#0","uv":[7.875,1.25,8.375,1.5]},"up":{"texture":"#0","uv":[7.25,1.25,6.75,0.625]},"west":{"texture":"#0","uv":[7.25,1.25,7.875,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-14]}],"overrides":[],"textures":{"0":"item/w1969616221_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2841.json b/assets/minecraft/models/w2841.json new file mode 100644 index 000000000..c7ebddb1c --- /dev/null +++ b/assets/minecraft/models/w2841.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.375,6.75,3.75,6.875]},"east":{"texture":"#0","uv":[3,6.875,3.125,7.25]},"north":{"texture":"#0","uv":[3.125,6.875,3.75,7.25]},"south":{"texture":"#0","uv":[3.875,6.875,4.5,7.25]},"up":{"texture":"#0","uv":[3.75,6.875,3.125,6.75]},"west":{"texture":"#0","uv":[3.75,6.875,3.875,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.8,-15.48]}],"overrides":[],"textures":{"0":"item/w1969616221_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2842.json b/assets/minecraft/models/w2842.json new file mode 100644 index 000000000..407c2344c --- /dev/null +++ b/assets/minecraft/models/w2842.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.625,1.75,10.875,1.875]},"east":{"texture":"#0","uv":[10,1.875,10.125,2.5]},"north":{"texture":"#0","uv":[10.125,1.875,10.875,2.5]},"south":{"texture":"#0","uv":[11,1.875,11.75,2.5]},"up":{"texture":"#0","uv":[10.875,1.875,10.125,1.75]},"west":{"texture":"#0","uv":[10.875,1.875,11,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14,-15.48]}],"overrides":[],"textures":{"0":"item/w1969616221_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2843.json b/assets/minecraft/models/w2843.json new file mode 100644 index 000000000..c67e9f62f --- /dev/null +++ b/assets/minecraft/models/w2843.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,0.625,7.75,1.25]},"east":{"texture":"#0","uv":[7.875,1.25,7.25,1.5]},"north":{"texture":"#0","uv":[7.25,1.25,6.75,1.5]},"south":{"texture":"#0","uv":[8.375,1.25,7.875,1.5]},"up":{"texture":"#0","uv":[6.75,1.25,7.25,0.625]},"west":{"texture":"#0","uv":[6.75,1.25,6.125,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-14]}],"overrides":[],"textures":{"0":"item/w1969616221_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2844.json b/assets/minecraft/models/w2844.json new file mode 100644 index 000000000..63c24c37f --- /dev/null +++ b/assets/minecraft/models/w2844.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,6.75,4.375,6.875]},"east":{"texture":"#0","uv":[3.875,6.875,3.75,7.25]},"north":{"texture":"#0","uv":[3.75,6.875,3.125,7.25]},"south":{"texture":"#0","uv":[4.5,6.875,3.875,7.25]},"up":{"texture":"#0","uv":[3.125,6.875,3.75,6.75]},"west":{"texture":"#0","uv":[3.125,6.875,3,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.8,-15.48]}],"overrides":[],"textures":{"0":"item/w1969616221_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2845.json b/assets/minecraft/models/w2845.json new file mode 100644 index 000000000..9242c6a83 --- /dev/null +++ b/assets/minecraft/models/w2845.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.875,1.75,11.625,1.875]},"east":{"texture":"#0","uv":[11,1.875,10.875,2.5]},"north":{"texture":"#0","uv":[10.875,1.875,10.125,2.5]},"south":{"texture":"#0","uv":[11.75,1.875,11,2.5]},"up":{"texture":"#0","uv":[10.125,1.875,10.875,1.75]},"west":{"texture":"#0","uv":[10.125,1.875,10,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14,-15.48]}],"overrides":[],"textures":{"0":"item/w1969616221_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2846.json b/assets/minecraft/models/w2846.json new file mode 100644 index 000000000..34916ec9e --- /dev/null +++ b/assets/minecraft/models/w2846.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.125,4,8.875,4.25]},"east":{"texture":"#0","uv":[8.375,4.25,8.625,4.75]},"north":{"texture":"#0","uv":[8.625,4.25,8.875,4.75]},"south":{"texture":"#0","uv":[9.125,4.25,9.375,4.75]},"up":{"texture":"#0","uv":[8.875,4.25,8.625,4]},"west":{"texture":"#0","uv":[8.875,4.25,9.125,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w1969616221_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2847.json b/assets/minecraft/models/w2847.json new file mode 100644 index 000000000..f50c689bc --- /dev/null +++ b/assets/minecraft/models/w2847.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.375,8.375,5.875,8.5]},"east":{"texture":"#0","uv":[5.25,8.5,5.375,8.625]},"north":{"texture":"#0","uv":[5.375,8.5,5.875,8.625]},"south":{"texture":"#0","uv":[6,8.5,6.5,8.625]},"up":{"texture":"#0","uv":[5.875,8.5,5.375,8.375]},"west":{"texture":"#0","uv":[5.875,8.5,6,8.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.04,-15.28,-15.28]}],"overrides":[],"textures":{"0":"item/w1969616221_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2848.json b/assets/minecraft/models/w2848.json new file mode 100644 index 000000000..57a2958fa --- /dev/null +++ b/assets/minecraft/models/w2848.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.875,4,9.125,4.25]},"east":{"texture":"#0","uv":[9.125,4.25,8.875,4.75]},"north":{"texture":"#0","uv":[8.875,4.25,8.625,4.75]},"south":{"texture":"#0","uv":[9.375,4.25,9.125,4.75]},"up":{"texture":"#0","uv":[8.625,4.25,8.875,4]},"west":{"texture":"#0","uv":[8.625,4.25,8.375,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w1969616221_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2849.json b/assets/minecraft/models/w2849.json new file mode 100644 index 000000000..4ff791477 --- /dev/null +++ b/assets/minecraft/models/w2849.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.875,8.375,6.375,8.5]},"east":{"texture":"#0","uv":[6,8.5,5.875,8.625]},"north":{"texture":"#0","uv":[5.875,8.5,5.375,8.625]},"south":{"texture":"#0","uv":[6.5,8.5,6,8.625]},"up":{"texture":"#0","uv":[5.375,8.5,5.875,8.375]},"west":{"texture":"#0","uv":[5.375,8.5,5.25,8.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.04,-15.28,-15.28]}],"overrides":[],"textures":{"0":"item/w1969616221_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w285.json b/assets/minecraft/models/w285.json new file mode 100644 index 000000000..46fe65438 --- /dev/null +++ b/assets/minecraft/models/w285.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.375,7.625,6.125,7.75]},"east":{"texture":"#0","uv":[5.75,7.75,5.875,8]},"north":{"texture":"#0","uv":[5.875,7.75,6.125,8]},"south":{"texture":"#0","uv":[6.25,7.75,6.5,8]},"up":{"texture":"#0","uv":[6.125,7.75,5.875,7.625]},"west":{"texture":"#0","uv":[6.125,7.75,6.25,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2850.json b/assets/minecraft/models/w2850.json new file mode 100644 index 000000000..ac2207461 --- /dev/null +++ b/assets/minecraft/models/w2850.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.25,0,11.5,2.75]},"east":{"texture":"#0","uv":[7,2.75,9.75,4.25]},"north":{"texture":"#0","uv":[9.75,2.75,11.5,4.25]},"south":{"texture":"#0","uv":[14.25,2.75,16,4.25]},"up":{"texture":"#0","uv":[11.5,2.75,9.75,0]},"west":{"texture":"#0","uv":[11.5,2.75,14.25,4.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.6,-11.6]}],"overrides":[],"textures":{"0":"item/w1817864054_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2851.json b/assets/minecraft/models/w2851.json new file mode 100644 index 000000000..fb6cc9694 --- /dev/null +++ b/assets/minecraft/models/w2851.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.75,0,3.5,1.25]},"east":{"texture":"#0","uv":[0,1.25,1.25,2.5]},"north":{"texture":"#0","uv":[1.25,1.25,3.5,2.5]},"south":{"texture":"#0","uv":[4.75,1.25,7,2.5]},"up":{"texture":"#0","uv":[3.5,1.25,1.25,0]},"west":{"texture":"#0","uv":[3.5,1.25,4.75,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-14,-14]}],"overrides":[],"textures":{"0":"item/w1817864054_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2852.json b/assets/minecraft/models/w2852.json new file mode 100644 index 000000000..148576d7f --- /dev/null +++ b/assets/minecraft/models/w2852.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,2.5,4.5,5.5]},"east":{"texture":"#0","uv":[0,5.5,3,7]},"north":{"texture":"#0","uv":[3,5.5,4.5,7]},"south":{"texture":"#0","uv":[7.5,5.5,9,7]},"up":{"texture":"#0","uv":[4.5,5.5,3,2.5]},"west":{"texture":"#0","uv":[4.5,5.5,7.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-11.2]}],"overrides":[],"textures":{"0":"item/w1817864054_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2853.json b/assets/minecraft/models/w2853.json new file mode 100644 index 000000000..b95027876 --- /dev/null +++ b/assets/minecraft/models/w2853.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[9,4.25,12,6.75]},"south":{"texture":"#0","uv":[12,4.25,9,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-12,-16]}],"overrides":[],"textures":{"0":"item/w1817864054_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2854.json b/assets/minecraft/models/w2854.json new file mode 100644 index 000000000..b95027876 --- /dev/null +++ b/assets/minecraft/models/w2854.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[9,4.25,12,6.75]},"south":{"texture":"#0","uv":[12,4.25,9,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-12,-16]}],"overrides":[],"textures":{"0":"item/w1817864054_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2855.json b/assets/minecraft/models/w2855.json new file mode 100644 index 000000000..b95027876 --- /dev/null +++ b/assets/minecraft/models/w2855.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[9,4.25,12,6.75]},"south":{"texture":"#0","uv":[12,4.25,9,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-12,-16]}],"overrides":[],"textures":{"0":"item/w1817864054_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2856.json b/assets/minecraft/models/w2856.json new file mode 100644 index 000000000..fcfc8ccf9 --- /dev/null +++ b/assets/minecraft/models/w2856.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[12,4.25,9,6.75]},"south":{"texture":"#0","uv":[9,4.25,12,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-12,-16]}],"overrides":[],"textures":{"0":"item/w1817864054_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2857.json b/assets/minecraft/models/w2857.json new file mode 100644 index 000000000..fcfc8ccf9 --- /dev/null +++ b/assets/minecraft/models/w2857.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[12,4.25,9,6.75]},"south":{"texture":"#0","uv":[9,4.25,12,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-12,-16]}],"overrides":[],"textures":{"0":"item/w1817864054_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2858.json b/assets/minecraft/models/w2858.json new file mode 100644 index 000000000..fcfc8ccf9 --- /dev/null +++ b/assets/minecraft/models/w2858.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[12,4.25,9,6.75]},"south":{"texture":"#0","uv":[9,4.25,12,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-12,-16]}],"overrides":[],"textures":{"0":"item/w1817864054_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2859.json b/assets/minecraft/models/w2859.json new file mode 100644 index 000000000..7a7987e28 --- /dev/null +++ b/assets/minecraft/models/w2859.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,7,0,12]},"up":{"texture":"#0","uv":[3,12,0,7]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-16,-8]}],"overrides":[],"textures":{"0":"item/w1817864054_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w286.json b/assets/minecraft/models/w286.json new file mode 100644 index 000000000..11c7045a0 --- /dev/null +++ b/assets/minecraft/models/w286.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.625,6.5,3.5,6.625]},"east":{"texture":"#0","uv":[3.25,6.625,3.375,6.75]},"north":{"texture":"#0","uv":[3.375,6.625,3.5,6.75]},"south":{"texture":"#0","uv":[3.625,6.625,3.75,6.75]},"up":{"texture":"#0","uv":[3.5,6.625,3.375,6.5]},"west":{"texture":"#0","uv":[3.5,6.625,3.625,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.426314,-15.426314,-15.592]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2860.json b/assets/minecraft/models/w2860.json new file mode 100644 index 000000000..577129e27 --- /dev/null +++ b/assets/minecraft/models/w2860.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,7,3,12]},"up":{"texture":"#0","uv":[0,12,3,7]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-16,-8]}],"overrides":[],"textures":{"0":"item/w1817864054_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2861.json b/assets/minecraft/models/w2861.json new file mode 100644 index 000000000..6b7dcc483 --- /dev/null +++ b/assets/minecraft/models/w2861.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,2.5,1.25,3]},"east":{"texture":"#0","uv":[0,3,0.5,4]},"north":{"texture":"#0","uv":[0.5,3,1.25,4]},"south":{"texture":"#0","uv":[1.75,3,2.5,4]},"up":{"texture":"#0","uv":[1.25,3,0.5,2.5]},"west":{"texture":"#0","uv":[1.25,3,1.75,4]}},"from":[-16,-14.8,-15.2],"shade":false,"to":[-14.8,-13.2,-14.4]},{"faces":{"east":{"texture":"#0","uv":[7,0,7.5,1]},"west":{"texture":"#0","uv":[7.5,0,7,1]}},"from":[-15.6,-14,-16],"rotation":{"angle":22.5,"axis":"y","origin":[-15.6004,-14,-15.2],"rescale":false},"shade":false,"to":[-15.6,-12.4,-15.2]},{"faces":{"east":{"texture":"#0","uv":[7,0,7.5,1]},"west":{"texture":"#0","uv":[7.5,0,7,1]}},"from":[-15.2,-14,-16],"rotation":{"angle":-22.5,"axis":"y","origin":[-15.1996,-14,-15.2],"rescale":false},"shade":false,"to":[-15.2,-12.4,-15.2]},{"faces":{"down":{"texture":"#0","uv":[8.25,0,8,0.25]},"east":{"texture":"#0","uv":[7.5,0.25,7.75,1.25]},"north":{"texture":"#0","uv":[7.75,0.25,8,1.25]},"south":{"texture":"#0","uv":[8.25,0.25,8.5,1.25]},"up":{"texture":"#0","uv":[8,0.25,7.75,0]},"west":{"texture":"#0","uv":[8,0.25,8.25,1.25]}},"from":[-15.3,-16,-15.6],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.8,-14.4,-15.6],"rescale":false},"shade":false,"to":[-14.900001,-14.4,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[8,0,8.25,0.25]},"east":{"texture":"#0","uv":[8.25,0.25,8,1.25]},"north":{"texture":"#0","uv":[8,0.25,7.75,1.25]},"south":{"texture":"#0","uv":[8.5,0.25,8.25,1.25]},"up":{"texture":"#0","uv":[7.75,0.25,8,0]},"west":{"texture":"#0","uv":[7.75,0.25,7.5,1.25]}},"from":[-15.9,-16,-15.6],"rotation":{"angle":-22.5,"axis":"x","origin":[-17.2,-14.4,-15.6],"rescale":false},"shade":false,"to":[-15.5,-14.4,-15.200001]}],"overrides":[],"textures":{"0":"item/w1817864054_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2862.json b/assets/minecraft/models/w2862.json new file mode 100644 index 000000000..f13c5ef16 --- /dev/null +++ b/assets/minecraft/models/w2862.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,0,2.5,5]},"east":{"texture":"#0","uv":[7.5,5,2.5,6.5]},"north":{"texture":"#0","uv":[0,5,2.5,6.5]},"south":{"texture":"#0","uv":[7.5,5,10,6.5]},"up":{"texture":"#0","uv":[2.5,5,0,0]},"west":{"texture":"#0","uv":[2.5,5,7.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.8,-12]}],"overrides":[],"textures":{"0":"item/w1920576398_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2863.json b/assets/minecraft/models/w2863.json new file mode 100644 index 000000000..0110ded82 --- /dev/null +++ b/assets/minecraft/models/w2863.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,6.5,5,10.5]},"up":{"texture":"#0","uv":[8.5,10.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-16,-12.8]}],"overrides":[],"textures":{"0":"item/w1920576398_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2864.json b/assets/minecraft/models/w2864.json new file mode 100644 index 000000000..51de25596 --- /dev/null +++ b/assets/minecraft/models/w2864.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,8.5,1.5,6.5]},"east":{"texture":"#0","uv":[3.5,8.5,1.5,11.5]},"north":{"texture":"#0","uv":[0,8.5,1.5,11.5]},"south":{"texture":"#0","uv":[3.5,8.5,5,11.5]},"up":{"texture":"#0","uv":[1.5,8.5,0,6.5]},"west":{"texture":"#0","uv":[1.5,8.5,3.5,11.5]}},"from":[-16,-16,-14],"shade":false,"to":[-14.8,-13.6,-12.4]},{"faces":{"down":{"texture":"#0","uv":[6,2.5,5.5,5]},"east":{"texture":"#0","uv":[7.5,2,5,2.5]},"north":{"texture":"#0","uv":[5,2,5.5,2.5]},"up":{"texture":"#0","uv":[5.5,5,5,2.5]},"west":{"texture":"#0","uv":[5,2,7.5,2.5]}},"from":[-15.6,-14.8,-16],"shade":false,"to":[-15.200001,-14.400001,-14]}],"overrides":[],"textures":{"0":"item/w1920576398_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2865.json b/assets/minecraft/models/w2865.json new file mode 100644 index 000000000..0b4fd5934 --- /dev/null +++ b/assets/minecraft/models/w2865.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5,0,12,2]},"west":{"texture":"#0","uv":[12,0,5,2]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.4,-10.4]}],"overrides":[],"textures":{"0":"item/w1920576398_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2866.json b/assets/minecraft/models/w2866.json new file mode 100644 index 000000000..0b4fd5934 --- /dev/null +++ b/assets/minecraft/models/w2866.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5,0,12,2]},"west":{"texture":"#0","uv":[12,0,5,2]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.4,-10.4]}],"overrides":[],"textures":{"0":"item/w1920576398_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2867.json b/assets/minecraft/models/w2867.json new file mode 100644 index 000000000..a0442f3d5 --- /dev/null +++ b/assets/minecraft/models/w2867.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6,2.5,6.5,3.5]},"south":{"texture":"#0","uv":[6,2.5,6.5,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-16]}],"overrides":[],"textures":{"0":"item/w1920576398_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2868.json b/assets/minecraft/models/w2868.json new file mode 100644 index 000000000..a0442f3d5 --- /dev/null +++ b/assets/minecraft/models/w2868.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6,2.5,6.5,3.5]},"south":{"texture":"#0","uv":[6,2.5,6.5,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-16]}],"overrides":[],"textures":{"0":"item/w1920576398_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2869.json b/assets/minecraft/models/w2869.json new file mode 100644 index 000000000..bc5e68d31 --- /dev/null +++ b/assets/minecraft/models/w2869.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,5.25,12.25,6.75]},"east":{"texture":"#0","uv":[13.75,6.75,15,9]},"north":{"texture":"#0","uv":[9.5,6.75,11,9]},"south":{"texture":"#0","uv":[12.25,6.75,13.75,9]},"up":{"texture":"#0","uv":[12.25,6.75,11,5.25]},"west":{"texture":"#0","uv":[11,6.75,12.25,9]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12.4,-14]}],"overrides":[],"textures":{"0":"item/w477003417_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w287.json b/assets/minecraft/models/w287.json new file mode 100644 index 000000000..9f73c5976 --- /dev/null +++ b/assets/minecraft/models/w287.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,7.625,7.25,7.75]},"east":{"texture":"#0","uv":[7.125,7.75,7,8]},"north":{"texture":"#0","uv":[7,7.75,6.75,8]},"south":{"texture":"#0","uv":[7.375,7.75,7.125,8]},"up":{"texture":"#0","uv":[6.75,7.75,7,7.625]},"west":{"texture":"#0","uv":[6.75,7.75,6.625,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2870.json b/assets/minecraft/models/w2870.json new file mode 100644 index 000000000..859099b3e --- /dev/null +++ b/assets/minecraft/models/w2870.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.75,9,12.25,11.25]},"east":{"texture":"#0","uv":[14.5,11.25,16,15.5]},"north":{"texture":"#0","uv":[8.5,11.25,10.75,15.5]},"south":{"texture":"#0","uv":[12.25,11.25,14.5,15.5]},"up":{"texture":"#0","uv":[12.25,11.25,10.75,9]},"west":{"texture":"#0","uv":[10.75,11.25,12.25,15.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-9.2,-13.6]}],"overrides":[],"textures":{"0":"item/w477003417_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2871.json b/assets/minecraft/models/w2871.json new file mode 100644 index 000000000..a0d09d619 --- /dev/null +++ b/assets/minecraft/models/w2871.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,0,5.5,3.5]},"east":{"texture":"#0","uv":[9,3.5,11,6.75]},"north":{"texture":"#0","uv":[0,3.5,3.5,6.75]},"south":{"texture":"#0","uv":[5.5,3.5,9,6.75]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[3.5,3.5,5.5,6.75]}},"from":[-16,-11.6,-16],"shade":false,"to":[-10.4,-6.4000006,-12.8]},{"faces":{"down":{"texture":"#0","uv":[4.5,6.75,3.25,8.75]},"east":{"texture":"#0","uv":[5.25,8.75,6.5,11.5]},"north":{"texture":"#0","uv":[0,8.75,2,11.5]},"south":{"texture":"#0","uv":[3.25,8.75,5.25,11.5]},"up":{"texture":"#0","uv":[3.25,8.75,2,6.75]},"west":{"texture":"#0","uv":[2,8.75,3.25,11.5]}},"from":[-14.8,-16,-16],"shade":false,"to":[-11.6,-11.6,-14]}],"overrides":[],"textures":{"0":"item/w477003417_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2872.json b/assets/minecraft/models/w2872.json new file mode 100644 index 000000000..6b88dfd1d --- /dev/null +++ b/assets/minecraft/models/w2872.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[8,3,9,5]},"north":{"texture":"#0","uv":[9,3,11,5]},"south":{"texture":"#0","uv":[12,3,14,5]},"up":{"texture":"#0","uv":[11,3,9,2]},"west":{"texture":"#0","uv":[11,3,12,5]}},"from":[8,8,8],"shade":false,"to":[4.8,4.8,6.4]}],"overrides":[],"textures":{"0":"item/w1590929571_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2873.json b/assets/minecraft/models/w2873.json new file mode 100644 index 000000000..b17eb1fee --- /dev/null +++ b/assets/minecraft/models/w2873.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,3.5,1.5,4]},"east":{"texture":"#0","uv":[0.5,4,1,8.25]},"north":{"texture":"#0","uv":[1,4,1.5,8.25]},"south":{"texture":"#0","uv":[2,4,2.5,8.25]},"up":{"texture":"#0","uv":[1.5,4,1,3.5]},"west":{"texture":"#0","uv":[1.5,4,2,8.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-9.2,-15.2]}],"overrides":[],"textures":{"0":"item/w1590929571_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2874.json b/assets/minecraft/models/w2874.json new file mode 100644 index 000000000..0d49d0ce5 --- /dev/null +++ b/assets/minecraft/models/w2874.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,4,2]},"east":{"texture":"#0","uv":[0,2,2,3.5]},"north":{"texture":"#0","uv":[2,2,4,3.5]},"south":{"texture":"#0","uv":[6,2,8,3.5]},"up":{"texture":"#0","uv":[4,2,2,0]},"west":{"texture":"#0","uv":[4,2,6,3.5]}},"from":[-16,-16,-15.96],"shade":false,"to":[-12.8,-13.6,-12.76]},{"faces":{"down":{"texture":"#0","uv":[0.5,0,0.25,0]},"east":{"texture":"#0","uv":[0,0,0,0.25]},"north":{"texture":"#0","uv":[0,0,0.25,0.25]},"south":{"texture":"#0","uv":[0.25,0,0.5,0.25]},"up":{"texture":"#0","uv":[0.25,0,0,0]},"west":{"texture":"#0","uv":[0.25,0,0.25,0.25]}},"from":[-13.8,-15.4,-16],"shade":false,"to":[-13.400001,-15,-16]},{"faces":{"down":{"texture":"#0","uv":[0.25,0,0.5,0]},"east":{"texture":"#0","uv":[0.25,0,0.25,0.25]},"north":{"texture":"#0","uv":[0.25,0,0,0.25]},"south":{"texture":"#0","uv":[0.5,0,0.25,0.25]},"up":{"texture":"#0","uv":[0,0,0.25,0]},"west":{"texture":"#0","uv":[0,0,0,0.25]}},"from":[-15.32,-15.4800005,-16],"shade":false,"to":[-14.92,-15.080001,-16]}],"overrides":[],"textures":{"0":"item/w1590929571_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2875.json b/assets/minecraft/models/w2875.json new file mode 100644 index 000000000..dfe27215b --- /dev/null +++ b/assets/minecraft/models/w2875.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,5,9.5,6.5]},"east":{"texture":"#0","uv":[6.5,6.5,8,7.5]},"north":{"texture":"#0","uv":[8,6.5,9.5,7.5]},"south":{"texture":"#0","uv":[11,6.5,12.5,7.5]},"up":{"texture":"#0","uv":[9.5,6.5,8,5]},"west":{"texture":"#0","uv":[9.5,6.5,11,7.5]}},"from":[-16,-16,-15.96],"shade":false,"to":[-13.6,-14.4,-13.559999]},{"faces":{"down":{"texture":"#0","uv":[0,3.75,0,3.75]},"east":{"texture":"#0","uv":[0,3.75,0,3.75]},"north":{"texture":"#0","uv":[0,3.75,0,3.75]},"south":{"texture":"#0","uv":[0,3.75,0,3.75]},"up":{"texture":"#0","uv":[0,3.75,0,3.75]},"west":{"texture":"#0","uv":[0,3.75,0,3.75]}},"from":[-14.28,-15.64,-16],"shade":false,"to":[-14.08,-15.280001,-16]},{"faces":{"down":{"texture":"#0","uv":[0,3.75,0,3.75]},"east":{"texture":"#0","uv":[0,3.75,0,3.75]},"north":{"texture":"#0","uv":[0,3.75,0,3.75]},"south":{"texture":"#0","uv":[0,3.75,0,3.75]},"up":{"texture":"#0","uv":[0,3.75,0,3.75]},"west":{"texture":"#0","uv":[0,3.75,0,3.75]}},"from":[-15.44,-15.64,-16],"shade":false,"to":[-15.24,-15.280001,-16]}],"overrides":[],"textures":{"0":"item/w1590929571_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2876.json b/assets/minecraft/models/w2876.json new file mode 100644 index 000000000..98037c78e --- /dev/null +++ b/assets/minecraft/models/w2876.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,3.5,5.5,4]},"east":{"texture":"#0","uv":[4.5,4,5,5.75]},"north":{"texture":"#0","uv":[5,4,5.5,5.75]},"south":{"texture":"#0","uv":[6,4,6.5,5.75]},"up":{"texture":"#0","uv":[5.5,4,5,3.5]},"west":{"texture":"#0","uv":[5.5,4,6,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.2,-15.2]}],"overrides":[],"textures":{"0":"item/w1590929571_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2877.json b/assets/minecraft/models/w2877.json new file mode 100644 index 000000000..0c4b38f11 --- /dev/null +++ b/assets/minecraft/models/w2877.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,0,9,1.5]},"east":{"texture":"#0","uv":[6,1.5,7.5,2]},"north":{"texture":"#0","uv":[7.5,1.5,9,2]},"south":{"texture":"#0","uv":[10.5,1.5,12,2]},"up":{"texture":"#0","uv":[9,1.5,7.5,0]},"west":{"texture":"#0","uv":[9,1.5,10.5,2]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w1590929571_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2878.json b/assets/minecraft/models/w2878.json new file mode 100644 index 000000000..883058a3e --- /dev/null +++ b/assets/minecraft/models/w2878.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15,0.5,14,1.5]},"east":{"texture":"#0","uv":[12,1.5,13,2]},"north":{"texture":"#0","uv":[13,1.5,14,2]},"south":{"texture":"#0","uv":[15,1.5,16,2]},"up":{"texture":"#0","uv":[14,1.5,13,0.5]},"west":{"texture":"#0","uv":[14,1.5,15,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1590929571_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2879.json b/assets/minecraft/models/w2879.json new file mode 100644 index 000000000..bd793fb35 --- /dev/null +++ b/assets/minecraft/models/w2879.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,3.5,3.5,4]},"east":{"texture":"#0","uv":[2.5,4,3,5.75]},"north":{"texture":"#0","uv":[3,4,3.5,5.75]},"south":{"texture":"#0","uv":[4,4,4.5,5.75]},"up":{"texture":"#0","uv":[3.5,4,3,3.5]},"west":{"texture":"#0","uv":[3.5,4,4,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-13.208,-15.208]}],"overrides":[],"textures":{"0":"item/w1590929571_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w288.json b/assets/minecraft/models/w288.json new file mode 100644 index 000000000..547d0db77 --- /dev/null +++ b/assets/minecraft/models/w288.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.125,6.5,4.25,6.625]},"east":{"texture":"#0","uv":[4.25,6.625,4.125,6.75]},"north":{"texture":"#0","uv":[4.125,6.625,4,6.75]},"south":{"texture":"#0","uv":[4.375,6.625,4.25,6.75]},"up":{"texture":"#0","uv":[4,6.625,4.125,6.5]},"west":{"texture":"#0","uv":[4,6.625,3.875,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.426314,-15.426314,-15.592]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2880.json b/assets/minecraft/models/w2880.json new file mode 100644 index 000000000..1453f2868 --- /dev/null +++ b/assets/minecraft/models/w2880.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,8,4]},"east":{"texture":"#0","uv":[0,4,4,7]},"north":{"texture":"#0","uv":[4,4,8,7]},"south":{"texture":"#0","uv":[12,4,16,7]},"up":{"texture":"#0","uv":[8,4,4,0]},"west":{"texture":"#0","uv":[8,4,12,7]}},"from":[-16,-16,-15.96],"shade":false,"to":[-12.8,-13.6,-12.76]},{"faces":{"down":{"texture":"#0","uv":[1,0,0.5,0]},"east":{"texture":"#0","uv":[0,0,0,0.5]},"north":{"texture":"#0","uv":[0,0,0.5,0.5]},"south":{"texture":"#0","uv":[0.5,0,1,0.5]},"up":{"texture":"#0","uv":[0.5,0,0,0]},"west":{"texture":"#0","uv":[0.5,0,0.5,0.5]}},"from":[-15.4,-15.4,-16],"shade":false,"to":[-15,-15,-16]},{"faces":{"down":{"texture":"#0","uv":[1,0,0.5,0]},"east":{"texture":"#0","uv":[0,0,0,0.5]},"north":{"texture":"#0","uv":[0,0,0.5,0.5]},"south":{"texture":"#0","uv":[0.5,0,1,0.5]},"up":{"texture":"#0","uv":[0.5,0,0,0]},"west":{"texture":"#0","uv":[0.5,0,0.5,0.5]}},"from":[-13.8,-15.4,-16],"shade":false,"to":[-13.400001,-15,-16]}],"overrides":[],"textures":{"0":"item/w2101038637_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2881.json b/assets/minecraft/models/w2881.json new file mode 100644 index 000000000..b055d9598 --- /dev/null +++ b/assets/minecraft/models/w2881.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,7,6,10]},"east":{"texture":"#0","uv":[0,10,3,11]},"north":{"texture":"#0","uv":[3,10,6,11]},"south":{"texture":"#0","uv":[9,10,12,11]},"up":{"texture":"#0","uv":[6,10,3,7]},"west":{"texture":"#0","uv":[6,10,9,11]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w2101038637_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2882.json b/assets/minecraft/models/w2882.json new file mode 100644 index 000000000..fb1cf2bf2 --- /dev/null +++ b/assets/minecraft/models/w2882.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,4,7,5]},"east":{"texture":"#0","uv":[4,5,5,8]},"north":{"texture":"#0","uv":[5,5,7,8]},"south":{"texture":"#0","uv":[8,5,10,8]},"up":{"texture":"#0","uv":[7,5,5,4]},"west":{"texture":"#0","uv":[7,5,8,8]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-12.7,-11.1,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[9,8,7,9]},"east":{"texture":"#0","uv":[4,9,5,12]},"north":{"texture":"#0","uv":[5,9,7,12]},"south":{"texture":"#0","uv":[8,9,10,12]},"up":{"texture":"#0","uv":[7,9,5,8]},"west":{"texture":"#0","uv":[7,9,8,12]}},"from":[-16,-16,-16],"shade":false,"to":[-12.6,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w837805238_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2883.json b/assets/minecraft/models/w2883.json new file mode 100644 index 000000000..c2348e0f6 --- /dev/null +++ b/assets/minecraft/models/w2883.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,4,2,5]},"east":{"texture":"#0","uv":[0,5,1,8]},"north":{"texture":"#0","uv":[1,5,2,8]},"south":{"texture":"#0","uv":[3,5,4,8]},"up":{"texture":"#0","uv":[2,5,1,4]},"west":{"texture":"#0","uv":[2,5,3,8]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[3,8,2,9]},"east":{"texture":"#0","uv":[0,9,1,12]},"north":{"texture":"#0","uv":[1,9,2,12]},"south":{"texture":"#0","uv":[3,9,4,12]},"up":{"texture":"#0","uv":[2,9,1,8]},"west":{"texture":"#0","uv":[2,9,3,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w837805238_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2884.json b/assets/minecraft/models/w2884.json new file mode 100644 index 000000000..b30505388 --- /dev/null +++ b/assets/minecraft/models/w2884.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,12,6,13]},"east":{"texture":"#0","uv":[4,13,5,16]},"north":{"texture":"#0","uv":[5,13,6,16]},"south":{"texture":"#0","uv":[7,13,8,16]},"up":{"texture":"#0","uv":[6,13,5,12]},"west":{"texture":"#0","uv":[6,13,7,16]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[3,12,2,13]},"east":{"texture":"#0","uv":[0,13,1,16]},"north":{"texture":"#0","uv":[1,13,2,16]},"south":{"texture":"#0","uv":[3,13,4,16]},"up":{"texture":"#0","uv":[2,13,1,12]},"west":{"texture":"#0","uv":[2,13,3,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w837805238_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2885.json b/assets/minecraft/models/w2885.json new file mode 100644 index 000000000..9a51d4f22 --- /dev/null +++ b/assets/minecraft/models/w2885.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,4,12,5]},"east":{"texture":"#0","uv":[10,5,11,8]},"north":{"texture":"#0","uv":[11,5,12,8]},"south":{"texture":"#0","uv":[13,5,14,8]},"up":{"texture":"#0","uv":[12,5,11,4]},"west":{"texture":"#0","uv":[12,5,13,8]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.1,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[13,8,12,9]},"east":{"texture":"#0","uv":[10,9,11,12]},"north":{"texture":"#0","uv":[11,9,12,12]},"south":{"texture":"#0","uv":[13,9,14,12]},"up":{"texture":"#0","uv":[12,9,11,8]},"west":{"texture":"#0","uv":[12,9,13,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w837805238_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2886.json b/assets/minecraft/models/w2886.json new file mode 100644 index 000000000..724a1daa4 --- /dev/null +++ b/assets/minecraft/models/w2886.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,12,10,13]},"east":{"texture":"#0","uv":[8,13,9,16]},"north":{"texture":"#0","uv":[9,13,10,16]},"south":{"texture":"#0","uv":[11,13,12,16]},"up":{"texture":"#0","uv":[10,13,9,12]},"west":{"texture":"#0","uv":[10,13,11,16]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.1,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[15,12,14,13]},"east":{"texture":"#0","uv":[12,13,13,16]},"north":{"texture":"#0","uv":[13,13,14,16]},"south":{"texture":"#0","uv":[15,13,16,16]},"up":{"texture":"#0","uv":[14,13,13,12]},"west":{"texture":"#0","uv":[14,13,15,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w837805238_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2887.json b/assets/minecraft/models/w2887.json new file mode 100644 index 000000000..e5004e519 --- /dev/null +++ b/assets/minecraft/models/w2887.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,4,2]},"east":{"texture":"#0","uv":[0,2,2,4]},"north":{"texture":"#0","uv":[2,2,4,4]},"south":{"texture":"#0","uv":[6,2,8,4]},"up":{"texture":"#0","uv":[4,2,2,0]},"west":{"texture":"#0","uv":[4,2,6,4]}},"from":[-15.8,-15.8,-15.8],"shade":false,"to":[-12.6,-12.6,-12.6]},{"faces":{"down":{"texture":"#0","uv":[14,0,12,2]},"east":{"texture":"#0","uv":[8,2,10,4]},"north":{"texture":"#0","uv":[10,2,12,4]},"south":{"texture":"#0","uv":[14,2,16,4]},"up":{"texture":"#0","uv":[12,2,10,0]},"west":{"texture":"#0","uv":[12,2,14,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.4,-12.4]}],"overrides":[],"textures":{"0":"item/w837805238_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2888.json b/assets/minecraft/models/w2888.json new file mode 100644 index 000000000..49df68b99 --- /dev/null +++ b/assets/minecraft/models/w2888.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[6,0,8,2]},"east":{"texture":"#1","uv":[8,0,6,2]},"north":{"texture":"#1","uv":[6,0,8,2]},"south":{"texture":"#1","uv":[6,0,8,2]},"up":{"texture":"#1","uv":[6,0,8,2]},"west":{"texture":"#1","uv":[6,0,8,2]}},"from":[-15.83,-3.7600002,-13.62],"shade":false,"to":[-15.15,-3.0800006,-12.94]},{"faces":{"down":{"texture":"#1","uv":[5,1,7,3]},"east":{"texture":"#1","uv":[7,1,5,3]},"north":{"texture":"#1","uv":[5,1,7,3]},"south":{"texture":"#1","uv":[5,1,7,3]},"up":{"texture":"#1","uv":[5,1,7,3]},"west":{"texture":"#1","uv":[5,1,7,3]}},"from":[-15.83,-4.1000004,-13.96],"shade":false,"to":[-15.15,-3.42,-13.28]},{"faces":{"down":{"texture":"#1","uv":[4,3,6,5]},"east":{"texture":"#1","uv":[6,3,4,5]},"north":{"texture":"#1","uv":[4,3,6,5]},"south":{"texture":"#1","uv":[4,3,6,5]},"up":{"texture":"#1","uv":[4,3,6,5]},"west":{"texture":"#1","uv":[4,3,6,5]}},"from":[-15.83,-4.7800007,-14.3],"shade":false,"to":[-15.15,-4.1000004,-13.62]},{"faces":{"down":{"texture":"#1","uv":[3,5,5,7]},"east":{"texture":"#1","uv":[5,4,3,7]},"north":{"texture":"#1","uv":[3,4,5,7]},"south":{"texture":"#1","uv":[3,4,5,7]},"up":{"texture":"#1","uv":[3,4,5,6]},"west":{"texture":"#1","uv":[3,4,5,7]}},"from":[-15.83,-5.46,-14.64],"shade":false,"to":[-15.15,-4.4400005,-13.96]},{"faces":{"down":{"texture":"#1","uv":[0,0,0,0]},"east":{"texture":"#1","uv":[4,6,2,8]},"north":{"texture":"#1","uv":[2,6,4,8]},"south":{"texture":"#1","uv":[2,6,4,8]},"up":{"texture":"#1","uv":[2,6,4,8]},"west":{"texture":"#1","uv":[2,6,4,8]}},"from":[-15.83,-5.8,-14.98],"shade":false,"to":[-15.15,-5.12,-14.299999]},{"faces":{"down":{"texture":"#1","uv":[13,7,16,10]},"east":{"texture":"#1","uv":[4,8,1,12]},"north":{"texture":"#1","uv":[13,5,16,9]},"south":{"texture":"#1","uv":[13,5,16,9]},"up":{"texture":"#1","uv":[13,5,16,8]},"west":{"texture":"#1","uv":[1,8,4,12]}},"from":[-16,-7.16,-15.32],"shade":false,"to":[-14.98,-5.8,-14.299999]},{"faces":{"down":{"texture":"#1","uv":[0,0,0,0]},"east":{"texture":"#1","uv":[3,11,0,15]},"north":{"texture":"#1","uv":[13,6,16,10]},"south":{"texture":"#1","uv":[13,6,16,10]},"up":{"texture":"#1","uv":[13,7,16,10]},"west":{"texture":"#1","uv":[0,11,3,15]}},"from":[-16,-8.18,-15.66],"shade":false,"to":[-14.98,-6.8199997,-14.639999]},{"faces":{"down":{"texture":"#1","uv":[9,12,13,15]},"east":{"texture":"#1","uv":[9,7,5,9]},"north":{"texture":"#1","uv":[5,7,8,9]},"south":{"texture":"#1","uv":[6,7,9,9]},"up":{"texture":"#1","uv":[9,12,13,15]},"west":{"texture":"#1","uv":[5,7,9,9]}},"from":[-16,-8.86,-16],"shade":false,"to":[-14.98,-8.18,-14.64]},{"faces":{"down":{"texture":"#1","uv":[0,0,0,0]},"east":{"texture":"#1","uv":[6,9,8,13]},"north":{"texture":"#1","uv":[6,9,8,13]},"south":{"texture":"#1","uv":[6,9,8,13]},"up":{"texture":"#1","uv":[0,0,0,0]},"west":{"texture":"#1","uv":[6,9,8,13]}},"from":[-15.83,-10.22,-15.66],"shade":false,"to":[-15.15,-8.86,-14.98]},{"faces":{"down":{"texture":"#1","uv":[9,12,13,15]},"east":{"texture":"#1","uv":[9,13,5,15]},"north":{"texture":"#1","uv":[5,13,8,15]},"south":{"texture":"#1","uv":[6,13,9,15]},"up":{"texture":"#1","uv":[9,12,13,15]},"west":{"texture":"#1","uv":[5,13,9,15]}},"from":[-16,-10.9,-16],"shade":false,"to":[-14.98,-10.219999,-14.64]},{"faces":{"down":{"texture":"#1","uv":[14,13,16,15]},"east":{"texture":"#1","uv":[16,13,14,15]},"north":{"texture":"#1","uv":[14,13,16,15]},"south":{"texture":"#1","uv":[14,13,16,15]},"up":{"texture":"#1","uv":[14,13,16,15]},"west":{"texture":"#1","uv":[14,13,16,15]}},"from":[-15.83,-16,-13.62],"shade":false,"to":[-15.15,-15.32,-12.94]},{"faces":{"down":{"texture":"#1","uv":[13,12,15,14]},"east":{"texture":"#1","uv":[15,12,13,14]},"north":{"texture":"#1","uv":[13,12,15,14]},"south":{"texture":"#1","uv":[13,12,15,14]},"up":{"texture":"#1","uv":[13,12,15,14]},"west":{"texture":"#1","uv":[13,12,15,14]}},"from":[-15.83,-15.66,-13.96],"shade":false,"to":[-15.15,-14.98,-13.28]},{"faces":{"down":{"texture":"#1","uv":[12,10,14,12]},"east":{"texture":"#1","uv":[14,10,12,12]},"north":{"texture":"#1","uv":[12,10,14,12]},"south":{"texture":"#1","uv":[12,10,14,12]},"up":{"texture":"#1","uv":[12,10,14,12]},"west":{"texture":"#1","uv":[12,10,14,12]}},"from":[-15.83,-14.98,-14.3],"shade":false,"to":[-15.15,-14.299999,-13.62]},{"faces":{"down":{"texture":"#1","uv":[11,9,13,11]},"east":{"texture":"#1","uv":[13,8,11,11]},"north":{"texture":"#1","uv":[11,8,13,11]},"south":{"texture":"#1","uv":[11,8,13,11]},"up":{"texture":"#1","uv":[11,8,13,10]},"west":{"texture":"#1","uv":[11,8,13,11]}},"from":[-15.83,-14.64,-14.64],"shade":false,"to":[-15.15,-13.620001,-13.96]},{"faces":{"down":{"texture":"#1","uv":[10,7,12,9]},"east":{"texture":"#1","uv":[12,7,10,9]},"north":{"texture":"#1","uv":[10,7,12,9]},"south":{"texture":"#1","uv":[10,7,12,9]},"up":{"texture":"#1","uv":[10,7,12,9]},"west":{"texture":"#1","uv":[10,7,12,9]}},"from":[-15.83,-13.96,-14.98],"shade":false,"to":[-15.15,-13.28,-14.299999]},{"faces":{"down":{"texture":"#1","uv":[9,4,12,7]},"east":{"texture":"#1","uv":[12,3,9,7]},"north":{"texture":"#1","uv":[13,5,16,9]},"south":{"texture":"#1","uv":[9,3,12,7]},"up":{"texture":"#1","uv":[13,7,16,10]},"west":{"texture":"#1","uv":[9,3,12,7]}},"from":[-16,-13.28,-15.32],"shade":false,"to":[-14.98,-11.92,-14.299999]},{"faces":{"down":{"texture":"#1","uv":[13,6,16,9]},"east":{"texture":"#1","uv":[11,0,8,4]},"north":{"texture":"#1","uv":[13,6,16,10]},"south":{"texture":"#1","uv":[8,0,11,4]},"up":{"texture":"#1","uv":[0,0,0,0]},"west":{"texture":"#1","uv":[8,0,11,4]}},"from":[-16,-12.26,-15.66],"shade":false,"to":[-14.98,-10.900001,-14.639999]},{"faces":{"down":{"texture":"#1","uv":[0,0,0,0]},"east":{"texture":"#1","uv":[0,15,16,16]},"north":{"texture":"#1","uv":[0,0,0,0]},"south":{"texture":"#1","uv":[0,0,0,0]},"up":{"texture":"#1","uv":[0,0,0,0]},"west":{"texture":"#1","uv":[0,15,16,16]}},"from":[-15.49,-9.54,-13.110001],"shade":false,"to":[-15.455999,-3.7599998,-12.940001]},{"faces":{"down":{"texture":"#1","uv":[0,0,0,0]},"east":{"texture":"#1","uv":[0,15,16,16]},"north":{"texture":"#1","uv":[0,0,0,0]},"south":{"texture":"#1","uv":[0,0,0,0]},"up":{"texture":"#1","uv":[0,0,0,0]},"west":{"texture":"#1","uv":[0,15,16,16]}},"from":[-15.49,-15.32,-13.110001],"shade":false,"to":[-15.455999,-9.54,-12.940001]}],"overrides":[],"textures":{"1":"item/w837805238_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2889.json b/assets/minecraft/models/w2889.json new file mode 100644 index 000000000..9ecefee12 --- /dev/null +++ b/assets/minecraft/models/w2889.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,4,7,5]},"east":{"texture":"#0","uv":[4,5,5,8]},"north":{"texture":"#0","uv":[5,5,7,8]},"south":{"texture":"#0","uv":[8,5,10,8]},"up":{"texture":"#0","uv":[7,5,5,4]},"west":{"texture":"#0","uv":[7,5,8,8]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-12.7,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[9,8,7,9]},"east":{"texture":"#0","uv":[4,9,5,12]},"north":{"texture":"#0","uv":[5,9,7,12]},"south":{"texture":"#0","uv":[8,9,10,12]},"up":{"texture":"#0","uv":[7,9,5,8]},"west":{"texture":"#0","uv":[7,9,8,12]}},"from":[-16,-16,-16],"shade":false,"to":[-12.6,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w1163992568_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w289.json b/assets/minecraft/models/w289.json new file mode 100644 index 000000000..9331c2aac --- /dev/null +++ b/assets/minecraft/models/w289.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,7.125,7.25,7.25]},"east":{"texture":"#0","uv":[7.125,7.25,7,7.5]},"north":{"texture":"#0","uv":[7,7.25,6.75,7.5]},"south":{"texture":"#0","uv":[7.375,7.25,7.125,7.5]},"up":{"texture":"#0","uv":[6.75,7.25,7,7.125]},"west":{"texture":"#0","uv":[6.75,7.25,6.625,7.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2890.json b/assets/minecraft/models/w2890.json new file mode 100644 index 000000000..d32cb4f67 --- /dev/null +++ b/assets/minecraft/models/w2890.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,4,2,5]},"east":{"texture":"#0","uv":[0,5,1,8]},"north":{"texture":"#0","uv":[1,5,2,8]},"south":{"texture":"#0","uv":[3,5,4,8]},"up":{"texture":"#0","uv":[2,5,1,4]},"west":{"texture":"#0","uv":[2,5,3,8]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[3,8,2,9]},"east":{"texture":"#0","uv":[0,9,1,12]},"north":{"texture":"#0","uv":[1,9,2,12]},"south":{"texture":"#0","uv":[3,9,4,12]},"up":{"texture":"#0","uv":[2,9,1,8]},"west":{"texture":"#0","uv":[2,9,3,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w1163992568_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2891.json b/assets/minecraft/models/w2891.json new file mode 100644 index 000000000..3099cacd9 --- /dev/null +++ b/assets/minecraft/models/w2891.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,12,6,13]},"east":{"texture":"#0","uv":[4,13,5,16]},"north":{"texture":"#0","uv":[5,13,6,16]},"south":{"texture":"#0","uv":[7,13,8,16]},"up":{"texture":"#0","uv":[6,13,5,12]},"west":{"texture":"#0","uv":[6,13,7,16]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[3,12,2,13]},"east":{"texture":"#0","uv":[0,13,1,16]},"north":{"texture":"#0","uv":[1,13,2,16]},"south":{"texture":"#0","uv":[3,13,4,16]},"up":{"texture":"#0","uv":[2,13,1,12]},"west":{"texture":"#0","uv":[2,13,3,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w1163992568_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2892.json b/assets/minecraft/models/w2892.json new file mode 100644 index 000000000..40967d2c1 --- /dev/null +++ b/assets/minecraft/models/w2892.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,4,2]},"east":{"texture":"#0","uv":[0,2,2,4]},"north":{"texture":"#0","uv":[2,2,4,4]},"south":{"texture":"#0","uv":[6,2,8,4]},"up":{"texture":"#0","uv":[4,2,2,0]},"west":{"texture":"#0","uv":[4,2,6,4]}},"from":[-15.8,-15.8,-15.8],"shade":false,"to":[-12.6,-12.6,-12.6]},{"faces":{"down":{"texture":"#0","uv":[14,0,12,2]},"east":{"texture":"#0","uv":[8,2,10,4]},"north":{"texture":"#0","uv":[10,2,12,4]},"south":{"texture":"#0","uv":[14,2,16,4]},"up":{"texture":"#0","uv":[12,2,10,0]},"west":{"texture":"#0","uv":[12,2,14,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.4,-12.4]}],"overrides":[],"textures":{"0":"item/w1163992568_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2893.json b/assets/minecraft/models/w2893.json new file mode 100644 index 000000000..04ea6345f --- /dev/null +++ b/assets/minecraft/models/w2893.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,12,10,13]},"east":{"texture":"#0","uv":[8,13,9,16]},"north":{"texture":"#0","uv":[9,13,10,16]},"south":{"texture":"#0","uv":[11,13,12,16]},"up":{"texture":"#0","uv":[10,13,9,12]},"west":{"texture":"#0","uv":[10,13,11,16]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[15,12,14,13]},"east":{"texture":"#0","uv":[12,13,13,16]},"north":{"texture":"#0","uv":[13,13,14,16]},"south":{"texture":"#0","uv":[15,13,16,16]},"up":{"texture":"#0","uv":[14,13,13,12]},"west":{"texture":"#0","uv":[14,13,15,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w1163992568_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2894.json b/assets/minecraft/models/w2894.json new file mode 100644 index 000000000..e278a1dc7 --- /dev/null +++ b/assets/minecraft/models/w2894.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,4,12,5]},"east":{"texture":"#0","uv":[10,5,11,8]},"north":{"texture":"#0","uv":[11,5,12,8]},"south":{"texture":"#0","uv":[13,5,14,8]},"up":{"texture":"#0","uv":[12,5,11,4]},"west":{"texture":"#0","uv":[12,5,13,8]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[13,8,12,9]},"east":{"texture":"#0","uv":[10,9,11,12]},"north":{"texture":"#0","uv":[11,9,12,12]},"south":{"texture":"#0","uv":[13,9,14,12]},"up":{"texture":"#0","uv":[12,9,11,8]},"west":{"texture":"#0","uv":[12,9,13,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w1163992568_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2895.json b/assets/minecraft/models/w2895.json new file mode 100644 index 000000000..693b5798d --- /dev/null +++ b/assets/minecraft/models/w2895.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0,0,0,0]},"east":{"texture":"#1","uv":[11,1,12,3]},"north":{"texture":"#1","uv":[11,1,15,3]},"south":{"texture":"#1","uv":[15,1,11,3]},"up":{"texture":"#1","uv":[11,1,15,2]},"west":{"texture":"#1","uv":[14,1,15,3]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.4,-15.7]}],"overrides":[],"textures":{"1":"item/w1163992568_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2896.json b/assets/minecraft/models/w2896.json new file mode 100644 index 000000000..7f2ba15d9 --- /dev/null +++ b/assets/minecraft/models/w2896.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0,0,0,0]},"east":{"texture":"#1","uv":[12,0,13,1]},"north":{"texture":"#1","uv":[12,0,14,1]},"south":{"texture":"#1","uv":[14,0,12,1]},"up":{"texture":"#1","uv":[12,0,14,1]},"west":{"texture":"#1","uv":[13,0,14,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.4,-15.7,-15.7]}],"overrides":[],"textures":{"1":"item/w1163992568_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2897.json b/assets/minecraft/models/w2897.json new file mode 100644 index 000000000..0fd962328 --- /dev/null +++ b/assets/minecraft/models/w2897.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0,0,0,0]},"east":{"texture":"#1","uv":[10,3,11,15]},"north":{"texture":"#1","uv":[10,3,16,15]},"south":{"texture":"#1","uv":[16,3,10,15]},"up":{"texture":"#1","uv":[10,3,16,4]},"west":{"texture":"#1","uv":[15,3,16,15]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-12.4,-15.7]}],"overrides":[],"textures":{"1":"item/w1163992568_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2898.json b/assets/minecraft/models/w2898.json new file mode 100644 index 000000000..3649544cf --- /dev/null +++ b/assets/minecraft/models/w2898.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[2,6,8,8]},"east":{"texture":"#1","uv":[0,4,2,6]},"north":{"texture":"#1","uv":[2,9,8,11]},"south":{"texture":"#1","uv":[2,9,8,11]},"up":{"texture":"#1","uv":[2,4,8,6]},"west":{"texture":"#1","uv":[0,6,2,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-15.4,-15.4]}],"overrides":[],"textures":{"1":"item/w1163992568_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2899.json b/assets/minecraft/models/w2899.json new file mode 100644 index 000000000..391a1a1c5 --- /dev/null +++ b/assets/minecraft/models/w2899.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[5,6,8,8]},"east":{"texture":"#1","uv":[7,8,9,10]},"north":{"texture":"#1","uv":[7,8,10,10]},"south":{"texture":"#1","uv":[0,8,3,10]},"up":{"texture":"#1","uv":[0,4,3,6]},"west":{"texture":"#1","uv":[8,8,10,10]}},"from":[-16,-16,-16],"shade":false,"to":[-15.1,-15.4,-15.4]}],"overrides":[],"textures":{"1":"item/w1163992568_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w29.json b/assets/minecraft/models/w29.json new file mode 100644 index 000000000..d5e40af89 --- /dev/null +++ b/assets/minecraft/models/w29.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,2.875,1,3.375]},"east":{"texture":"#0","uv":[0,2.5,0.5,3.375]},"north":{"texture":"#0","uv":[0.5,2.5,1,3.375]},"south":{"texture":"#0","uv":[1.5,2.5,2,3.375]},"up":{"texture":"#0","uv":[1,2.5,0.5,2]},"west":{"texture":"#0","uv":[1,2.5,1.5,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-13.2,-14.4]}],"overrides":[],"textures":{"0":"item/w419070065_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w290.json b/assets/minecraft/models/w290.json new file mode 100644 index 000000000..547d0db77 --- /dev/null +++ b/assets/minecraft/models/w290.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.125,6.5,4.25,6.625]},"east":{"texture":"#0","uv":[4.25,6.625,4.125,6.75]},"north":{"texture":"#0","uv":[4.125,6.625,4,6.75]},"south":{"texture":"#0","uv":[4.375,6.625,4.25,6.75]},"up":{"texture":"#0","uv":[4,6.625,4.125,6.5]},"west":{"texture":"#0","uv":[4,6.625,3.875,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.426314,-15.426314,-15.592]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2900.json b/assets/minecraft/models/w2900.json new file mode 100644 index 000000000..4893e98ee --- /dev/null +++ b/assets/minecraft/models/w2900.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[5,4,8,6]},"east":{"texture":"#1","uv":[7,8,9,10]},"north":{"texture":"#1","uv":[0,8,3,10]},"south":{"texture":"#1","uv":[7,8,10,10]},"up":{"texture":"#1","uv":[0,6,3,8]},"west":{"texture":"#1","uv":[8,8,10,10]}},"from":[-16,-16,-16],"shade":false,"to":[-15.1,-15.4,-15.4]}],"overrides":[],"textures":{"1":"item/w1163992568_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2901.json b/assets/minecraft/models/w2901.json new file mode 100644 index 000000000..8784b423f --- /dev/null +++ b/assets/minecraft/models/w2901.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[6,6,8,8]},"east":{"texture":"#1","uv":[0,10,2,16]},"north":{"texture":"#1","uv":[0,10,2,16]},"south":{"texture":"#1","uv":[0,10,2,16]},"up":{"texture":"#1","uv":[0,0,0,0]},"west":{"texture":"#1","uv":[0,10,2,16]}},"from":[-16,-16,-16],"shade":false,"to":[-15.4,-14.2,-15.4]}],"overrides":[],"textures":{"1":"item/w1163992568_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2902.json b/assets/minecraft/models/w2902.json new file mode 100644 index 000000000..569d2deb4 --- /dev/null +++ b/assets/minecraft/models/w2902.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,4,7,5]},"east":{"texture":"#0","uv":[4,5,5,8]},"north":{"texture":"#0","uv":[5,5,7,8]},"south":{"texture":"#0","uv":[8,5,10,8]},"up":{"texture":"#0","uv":[7,5,5,4]},"west":{"texture":"#0","uv":[7,5,8,8]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-12.7,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[9,8,7,9]},"east":{"texture":"#0","uv":[4,9,5,12]},"north":{"texture":"#0","uv":[5,9,7,12]},"south":{"texture":"#0","uv":[8,9,10,12]},"up":{"texture":"#0","uv":[7,9,5,8]},"west":{"texture":"#0","uv":[7,9,8,12]}},"from":[-16,-16,-16],"shade":false,"to":[-12.6,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w1257077605_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2903.json b/assets/minecraft/models/w2903.json new file mode 100644 index 000000000..120a0b40c --- /dev/null +++ b/assets/minecraft/models/w2903.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,4,2,5]},"east":{"texture":"#0","uv":[0,5,1,8]},"north":{"texture":"#0","uv":[1,5,2,8]},"south":{"texture":"#0","uv":[3,5,4,8]},"up":{"texture":"#0","uv":[2,5,1,4]},"west":{"texture":"#0","uv":[2,5,3,8]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[3,8,2,9]},"east":{"texture":"#0","uv":[0,9,1,12]},"north":{"texture":"#0","uv":[1,9,2,12]},"south":{"texture":"#0","uv":[3,9,4,12]},"up":{"texture":"#0","uv":[2,9,1,8]},"west":{"texture":"#0","uv":[2,9,3,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w1257077605_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2904.json b/assets/minecraft/models/w2904.json new file mode 100644 index 000000000..dd63850ff --- /dev/null +++ b/assets/minecraft/models/w2904.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,12,6,13]},"east":{"texture":"#0","uv":[4,13,5,16]},"north":{"texture":"#0","uv":[5,13,6,16]},"south":{"texture":"#0","uv":[7,13,8,16]},"up":{"texture":"#0","uv":[6,13,5,12]},"west":{"texture":"#0","uv":[6,13,7,16]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[3,12,2,13]},"east":{"texture":"#0","uv":[0,13,1,16]},"north":{"texture":"#0","uv":[1,13,2,16]},"south":{"texture":"#0","uv":[3,13,4,16]},"up":{"texture":"#0","uv":[2,13,1,12]},"west":{"texture":"#0","uv":[2,13,3,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w1257077605_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2905.json b/assets/minecraft/models/w2905.json new file mode 100644 index 000000000..422859d4b --- /dev/null +++ b/assets/minecraft/models/w2905.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,4,12,5]},"east":{"texture":"#0","uv":[10,5,11,8]},"north":{"texture":"#0","uv":[11,5,12,8]},"south":{"texture":"#0","uv":[13,5,14,8]},"up":{"texture":"#0","uv":[12,5,11,4]},"west":{"texture":"#0","uv":[12,5,13,8]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[13,8,12,9]},"east":{"texture":"#0","uv":[10,9,11,12]},"north":{"texture":"#0","uv":[11,9,12,12]},"south":{"texture":"#0","uv":[13,9,14,12]},"up":{"texture":"#0","uv":[12,9,11,8]},"west":{"texture":"#0","uv":[12,9,13,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w1257077605_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2906.json b/assets/minecraft/models/w2906.json new file mode 100644 index 000000000..45fb23597 --- /dev/null +++ b/assets/minecraft/models/w2906.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,12,10,13]},"east":{"texture":"#0","uv":[8,13,9,16]},"north":{"texture":"#0","uv":[9,13,10,16]},"south":{"texture":"#0","uv":[11,13,12,16]},"up":{"texture":"#0","uv":[10,13,9,12]},"west":{"texture":"#0","uv":[10,13,11,16]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[15,12,14,13]},"east":{"texture":"#0","uv":[12,13,13,16]},"north":{"texture":"#0","uv":[13,13,14,16]},"south":{"texture":"#0","uv":[15,13,16,16]},"up":{"texture":"#0","uv":[14,13,13,12]},"west":{"texture":"#0","uv":[14,13,15,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w1257077605_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2907.json b/assets/minecraft/models/w2907.json new file mode 100644 index 000000000..5500e7b95 --- /dev/null +++ b/assets/minecraft/models/w2907.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,4,2]},"east":{"texture":"#0","uv":[0,2,2,4]},"north":{"texture":"#0","uv":[2,2,4,4]},"south":{"texture":"#0","uv":[6,2,8,4]},"up":{"texture":"#0","uv":[4,2,2,0]},"west":{"texture":"#0","uv":[4,2,6,4]}},"from":[-15.8,-15.8,-15.8],"shade":false,"to":[-12.6,-12.6,-12.6]},{"faces":{"down":{"texture":"#0","uv":[14,0,12,2]},"east":{"texture":"#0","uv":[8,2,10,4]},"north":{"texture":"#0","uv":[10,2,12,4]},"south":{"texture":"#0","uv":[14,2,16,4]},"up":{"texture":"#0","uv":[12,2,10,0]},"west":{"texture":"#0","uv":[12,2,14,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.4,-12.4]}],"overrides":[],"textures":{"0":"item/w1257077605_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2908.json b/assets/minecraft/models/w2908.json new file mode 100644 index 000000000..e75c26c5c --- /dev/null +++ b/assets/minecraft/models/w2908.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[11,14,14,16]},"east":{"texture":"#1","uv":[11,14,13,16]},"north":{"texture":"#1","uv":[8,14,11,16]},"south":{"texture":"#1","uv":[8,14,11,16]},"up":{"texture":"#1","uv":[8,14,11,16]},"west":{"texture":"#1","uv":[10,14,12,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.98,-15.32,-15.32]}],"overrides":[],"textures":{"1":"item/w1257077605_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2909.json b/assets/minecraft/models/w2909.json new file mode 100644 index 000000000..9e8def67e --- /dev/null +++ b/assets/minecraft/models/w2909.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0,0,0,0]},"east":{"texture":"#1","uv":[9,0,11,14]},"north":{"texture":"#1","uv":[9,0,11,14]},"south":{"texture":"#1","uv":[9,0,11,14]},"up":{"texture":"#1","uv":[0,0,0,0]},"west":{"texture":"#1","uv":[9,0,11,14]}},"from":[-16,-16,-16],"shade":false,"to":[-15.32,-11.24,-15.32]}],"overrides":[],"textures":{"1":"item/w1257077605_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w291.json b/assets/minecraft/models/w291.json new file mode 100644 index 000000000..04df3f170 --- /dev/null +++ b/assets/minecraft/models/w291.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.875,6.625,2.5,6.625]},"east":{"texture":"#0","uv":[2.125,6.625,2.125,7]},"north":{"texture":"#0","uv":[2.125,6.625,2.5,7]},"south":{"texture":"#0","uv":[2.5,6.625,2.875,7]},"up":{"texture":"#0","uv":[2.5,6.625,2.125,6.625]},"west":{"texture":"#0","uv":[2.5,6.625,2.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2910.json b/assets/minecraft/models/w2910.json new file mode 100644 index 000000000..c00ef5e89 --- /dev/null +++ b/assets/minecraft/models/w2910.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0,0,0,0]},"east":{"texture":"#1","uv":[13,9,15,16]},"north":{"texture":"#1","uv":[3,9,1,16]},"south":{"texture":"#1","uv":[1,9,3,16]},"up":{"texture":"#1","uv":[11,0,13,2]},"west":{"texture":"#1","uv":[11,9,13,16]}},"from":[-16,-16,-16],"shade":false,"to":[-15.32,-13.62,-15.32]}],"overrides":[],"textures":{"1":"item/w1257077605_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2911.json b/assets/minecraft/models/w2911.json new file mode 100644 index 000000000..83ab4fce6 --- /dev/null +++ b/assets/minecraft/models/w2911.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[13,5,15,7]},"east":{"texture":"#1","uv":[13,2,15,10]},"north":{"texture":"#1","uv":[4,2,2,10]},"south":{"texture":"#1","uv":[2,2,4,10]},"up":{"texture":"#1","uv":[13,0,15,2]},"west":{"texture":"#1","uv":[11,2,13,10]}},"from":[-16,-16,-16],"shade":false,"to":[-15.32,-13.280001,-15.32]}],"overrides":[],"textures":{"1":"item/w1257077605_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2912.json b/assets/minecraft/models/w2912.json new file mode 100644 index 000000000..0708d4350 --- /dev/null +++ b/assets/minecraft/models/w2912.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[11,4,13,6]},"east":{"texture":"#1","uv":[13,0,15,4]},"north":{"texture":"#1","uv":[2,0,0,4]},"south":{"texture":"#1","uv":[0,0,2,4]},"up":{"texture":"#1","uv":[11,0,13,2]},"west":{"texture":"#1","uv":[11,0,13,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.32,-14.640001,-15.32]}],"overrides":[],"textures":{"1":"item/w1257077605_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2913.json b/assets/minecraft/models/w2913.json new file mode 100644 index 000000000..d6b6fb702 --- /dev/null +++ b/assets/minecraft/models/w2913.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[4,5,5,6]},"east":{"texture":"#1","uv":[4,5,5,6]},"north":{"texture":"#1","uv":[4,5,5,6]},"south":{"texture":"#1","uv":[4,5,5,6]},"up":{"texture":"#1","uv":[4,5,5,6]},"west":{"texture":"#1","uv":[0,0,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.66,-15.66,-15.66]}],"overrides":[],"textures":{"1":"item/w1257077605_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2914.json b/assets/minecraft/models/w2914.json new file mode 100644 index 000000000..ce81f38b3 --- /dev/null +++ b/assets/minecraft/models/w2914.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0,0,0,0]},"east":{"texture":"#1","uv":[0,0,0,0]},"north":{"texture":"#1","uv":[8,2,5,6]},"south":{"texture":"#1","uv":[5,2,8,6]},"up":{"texture":"#1","uv":[0,0,0,0]},"west":{"texture":"#1","uv":[0,0,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.98,-14.64,-15.9932]}],"overrides":[],"textures":{"1":"item/w1257077605_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2915.json b/assets/minecraft/models/w2915.json new file mode 100644 index 000000000..f8623d39d --- /dev/null +++ b/assets/minecraft/models/w2915.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#3","uv":[0,0,0,0]},"east":{"texture":"#3","uv":[7,11,0,16]},"north":{"texture":"#3","uv":[0,0,0,0]},"south":{"texture":"#3","uv":[0,0,0,0]},"up":{"texture":"#3","uv":[0,0,0,0]},"west":{"texture":"#3","uv":[0,11,7,16]}},"from":[-11.58,-10.279999,-11.58],"rotation":{"angle":-22.5,"axis":"y","origin":[-9.76,-11.839999,-9.76],"rescale":false},"shade":false,"to":[-11.528,-7.6800003,-7.9399996]},{"faces":{"down":{"texture":"#3","uv":[0,0,0,0]},"east":{"texture":"#3","uv":[13,11,8,16]},"north":{"texture":"#3","uv":[0,0,0,0]},"south":{"texture":"#3","uv":[0,0,0,0]},"up":{"texture":"#3","uv":[0,0,0,0]},"west":{"texture":"#3","uv":[8,11,13,16]}},"from":[-7.472,-10.8,-11.58],"rotation":{"angle":22.5,"axis":"y","origin":[-9.76,-11.839999,-9.76],"rescale":false},"shade":false,"to":[-7.42,-8.200001,-8.98]},{"faces":{"down":{"texture":"#3","uv":[0,0,0,0]},"east":{"texture":"#3","uv":[7,11,1,16]},"north":{"texture":"#3","uv":[0,0,0,0]},"south":{"texture":"#3","uv":[0,0,0,0]},"up":{"texture":"#3","uv":[0,0,0,0]},"west":{"texture":"#3","uv":[1,11,7,16]}},"from":[-12.1,-5.08,-11.32],"rotation":{"angle":22.5,"axis":"y","origin":[-9.76,-11.839999,-9.76],"rescale":false},"shade":false,"to":[-12.048,-2.48,-8.2]},{"faces":{"down":{"texture":"#3","uv":[0,0,0,0]},"east":{"texture":"#3","uv":[0,0,0,0]},"north":{"texture":"#3","uv":[8,11,14,16]},"south":{"texture":"#3","uv":[14,11,8,16]},"up":{"texture":"#3","uv":[0,0,0,0]},"west":{"texture":"#3","uv":[0,0,0,0]}},"from":[-12.1,-4.5600004,-7.7320004],"rotation":{"angle":-22.5,"axis":"y","origin":[-9.76,-11.839999,-9.76],"rescale":false},"shade":false,"to":[-8.9800005,-1.9600005,-7.6800003]},{"faces":{"down":{"texture":"#3","uv":[0,0,0,0]},"east":{"texture":"#3","uv":[0,11,7,16]},"north":{"texture":"#3","uv":[0,0,0,0]},"south":{"texture":"#3","uv":[0,0,0,0]},"up":{"texture":"#3","uv":[0,0,0,0]},"west":{"texture":"#3","uv":[7,11,0,16]}},"from":[-7.9919996,-5.339999,-11.58],"rotation":{"angle":-22.5,"axis":"z","origin":[-8.2,-4.8199997,-9.76],"rescale":false},"shade":false,"to":[-7.9399996,-2.7399993,-7.9399996]},{"faces":{"down":{"texture":"#3","uv":[0,0,0,0]},"east":{"texture":"#3","uv":[8,5,16,10]},"north":{"texture":"#3","uv":[0,0,8,5]},"south":{"texture":"#3","uv":[8,0,16,5]},"up":{"texture":"#3","uv":[0,0,0,0]},"west":{"texture":"#3","uv":[0,5,8,10]}},"from":[-11.969999,-15.479999,-11.969999],"shade":false,"to":[-7.549999,-12.879999,-7.549999]},{"faces":{"down":{"texture":"#5","uv":[0,15,5,16]},"east":{"texture":"#5","uv":[0,0,5,14]},"north":{"texture":"#5","uv":[5,0,6,14]},"south":{"texture":"#5","uv":[11,0,12,14]},"up":{"texture":"#5","uv":[0,0,5,1]},"west":{"texture":"#5","uv":[0,0,5,14]}},"from":[-14.96,-16,-12.88],"shade":false,"to":[-14.44,-8.720001,-10.280001]},{"faces":{"down":{"texture":"#5","uv":[0,15,5,16]},"east":{"texture":"#5","uv":[11,0,12,11]},"north":{"texture":"#5","uv":[6,0,11,11]},"south":{"texture":"#5","uv":[6,0,11,11]},"up":{"texture":"#5","uv":[0,0,5,1]},"west":{"texture":"#5","uv":[5,0,6,11]}},"from":[-12.88,-16,-5.08],"shade":false,"to":[-10.280001,-10.279999,-4.56]},{"faces":{"down":{"texture":"#5","uv":[0,0,5,1]},"east":{"texture":"#5","uv":[6,0,11,13]},"north":{"texture":"#5","uv":[0,0,1,13]},"south":{"texture":"#5","uv":[0,0,1,13]},"up":{"texture":"#5","uv":[0,0,5,1]},"west":{"texture":"#5","uv":[6,0,11,13]}},"from":[-5.08,-16,-9.24],"shade":false,"to":[-4.56,-9.24,-6.64]},{"faces":{"down":{"texture":"#5","uv":[0,15,5,16]},"east":{"texture":"#5","uv":[6,0,11,12]},"north":{"texture":"#5","uv":[5,0,6,12]},"south":{"texture":"#5","uv":[11,0,12,12]},"up":{"texture":"#5","uv":[0,0,5,1]},"west":{"texture":"#5","uv":[6,0,11,12]}},"from":[-14.96,-16,-9.24],"shade":false,"to":[-14.44,-9.76,-6.64]},{"faces":{"down":{"texture":"#5","uv":[0,15,5,16]},"east":{"texture":"#5","uv":[11,0,12,15]},"north":{"texture":"#5","uv":[0,0,5,15]},"south":{"texture":"#5","uv":[0,0,5,15]},"up":{"texture":"#5","uv":[0,0,5,1]},"west":{"texture":"#5","uv":[5,0,6,15]}},"from":[-9.24,-16,-5.08],"shade":false,"to":[-6.64,-8.2,-4.56]},{"faces":{"down":{"texture":"#5","uv":[0,0,5,1]},"east":{"texture":"#5","uv":[6,0,11,11]},"north":{"texture":"#5","uv":[0,0,1,16]},"south":{"texture":"#5","uv":[0,0,1,16]},"up":{"texture":"#5","uv":[0,0,5,1]},"west":{"texture":"#5","uv":[6,0,11,11]}},"from":[-5.08,-16,-12.88],"shade":false,"to":[-4.56,-10.279999,-10.280001]},{"faces":{"down":{"texture":"#2","uv":[1.5,1.5,5.5,5.5]},"east":{"texture":"#2","uv":[11,9,15,14]},"north":{"texture":"#2","uv":[7,9,11,14]},"south":{"texture":"#2","uv":[11,9,15,14]},"up":{"texture":"#2","uv":[1.5,1.5,5.5,5.5]},"west":{"texture":"#2","uv":[11,9,15,14]}},"from":[-11.84,-4.039999,-11.84],"shade":false,"to":[-7.6800003,1.1600008,-7.6800003]},{"faces":{"down":{"texture":"#2","uv":[1.5,1.5,5.5,5.5]},"east":{"texture":"#2","uv":[11,4.5,15,9]},"north":{"texture":"#2","uv":[7,4.5,11,9]},"south":{"texture":"#2","uv":[11,4.5,15,9]},"up":{"texture":"#2","uv":[1.5,1.5,5.5,5.5]},"west":{"texture":"#2","uv":[11,4.5,15,9]}},"from":[-11.84,-9.24,-11.84],"shade":false,"to":[-7.6800003,-4.560001,-7.6800003]},{"faces":{"down":{"texture":"#2","uv":[0,0,0,0]},"east":{"texture":"#2","uv":[0,7,3,13.5]},"north":{"texture":"#2","uv":[0,7,3,13.5]},"south":{"texture":"#2","uv":[0,7,3,13.5]},"up":{"texture":"#2","uv":[0,0,0,0]},"west":{"texture":"#2","uv":[0,7,3,13.5]}},"from":[-11.32,-10.279999,-11.32],"shade":false,"to":[-8.2,-3.5199995,-8.2]},{"faces":{"down":{"texture":"#2","uv":[0,0,0,0]},"east":{"texture":"#2","uv":[11,0,15,4.5]},"north":{"texture":"#2","uv":[7,0,11,4.5]},"south":{"texture":"#2","uv":[7,0,11,4.5]},"up":{"texture":"#2","uv":[1.5,1.5,5.5,5.5]},"west":{"texture":"#2","uv":[11,0,15,4.5]}},"from":[-11.84,-14.960001,-11.84],"shade":false,"to":[-7.6800003,-10.279999,-7.6800003]},{"faces":{"down":{"texture":"#2","uv":[0,0,7,7]},"east":{"texture":"#2","uv":[0,6,7,7]},"north":{"texture":"#2","uv":[0,6,7,7]},"south":{"texture":"#2","uv":[0,6,7,7]},"up":{"texture":"#2","uv":[0,0,7,7]},"west":{"texture":"#2","uv":[0,6,7,7]}},"from":[-13.4,-16,-13.4],"shade":false,"to":[-6.1199994,-14.960001,-6.1199994]},{"faces":{"up":{"texture":"#4","uv":[0,0,12,12]}},"from":[-16,-16,-16],"shade":false,"to":[-3.5199995,-15.948001,-3.5199995]},{"faces":{"down":{"texture":"#2","uv":[3,8.5,6.5,9.5]},"east":{"texture":"#2","uv":[0,0,0,0]},"north":{"texture":"#2","uv":[3,7,6.5,9.5]},"south":{"texture":"#2","uv":[6.5,7,3,9.5]},"up":{"texture":"#2","uv":[3,7,6.5,8]},"west":{"texture":"#2","uv":[5.5,7,6.5,9.5]}},"from":[-15.48,-7.160001,-10.28],"shade":false,"to":[-11.839999,-4.560001,-9.24]},{"faces":{"down":{"texture":"#2","uv":[3,9.5,5.5,10.5]},"east":{"texture":"#2","uv":[0,0,0,0]},"north":{"texture":"#2","uv":[3,9.5,5.5,10.5]},"south":{"texture":"#2","uv":[5.5,9.5,3,10.5]},"up":{"texture":"#2","uv":[0,0,0,0]},"west":{"texture":"#2","uv":[4.5,9.5,5.5,10.5]}},"from":[-14.44,-8.2,-10.28],"shade":false,"to":[-11.84,-7.1600003,-9.24]},{"faces":{"down":{"texture":"#2","uv":[3,8.5,6.5,9.5]},"east":{"texture":"#2","uv":[5.5,7,6.5,9.5]},"north":{"texture":"#2","uv":[6.5,7,3,9.5]},"south":{"texture":"#2","uv":[3,7,6.5,9.5]},"up":{"texture":"#2","uv":[3,7,6.5,8]},"west":{"texture":"#2","uv":[0,0,0,0]}},"from":[-7.6800003,-7.160001,-10.28],"shade":false,"to":[-4.04,-4.560001,-9.24]},{"faces":{"down":{"texture":"#2","uv":[3,9.5,5.5,10.5]},"east":{"texture":"#2","uv":[4.5,9.5,5.5,10.5]},"north":{"texture":"#2","uv":[5.5,9.5,3,10.5]},"south":{"texture":"#2","uv":[3,9.5,5.5,10.5]},"up":{"texture":"#2","uv":[0,0,0,0]},"west":{"texture":"#2","uv":[0,0,0,0]}},"from":[-7.6800003,-8.2,-10.28],"shade":false,"to":[-5.0800004,-7.1600003,-9.24]}],"overrides":[],"textures":{"2":"item/w1343839841_2","3":"item/w1343839841_3","4":"item/w1343839841_4","5":"item/w1343839841_5"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2916.json b/assets/minecraft/models/w2916.json new file mode 100644 index 000000000..b2cf0f81a --- /dev/null +++ b/assets/minecraft/models/w2916.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,4,7,5]},"east":{"texture":"#0","uv":[4,5,5,8]},"north":{"texture":"#0","uv":[5,5,7,8]},"south":{"texture":"#0","uv":[8,5,10,8]},"up":{"texture":"#0","uv":[7,5,5,4]},"west":{"texture":"#0","uv":[7,5,8,8]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-12.7,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[9,8,7,9]},"east":{"texture":"#0","uv":[4,9,5,12]},"north":{"texture":"#0","uv":[5,9,7,12]},"south":{"texture":"#0","uv":[8,9,10,12]},"up":{"texture":"#0","uv":[7,9,5,8]},"west":{"texture":"#0","uv":[7,9,8,12]}},"from":[-16,-16,-16],"shade":false,"to":[-12.6,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w1343839841_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2917.json b/assets/minecraft/models/w2917.json new file mode 100644 index 000000000..ae22b410a --- /dev/null +++ b/assets/minecraft/models/w2917.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,4,2,5]},"east":{"texture":"#0","uv":[0,5,1,8]},"north":{"texture":"#0","uv":[1,5,2,8]},"south":{"texture":"#0","uv":[3,5,4,8]},"up":{"texture":"#0","uv":[2,5,1,4]},"west":{"texture":"#0","uv":[2,5,3,8]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[3,8,2,9]},"east":{"texture":"#0","uv":[0,9,1,12]},"north":{"texture":"#0","uv":[1,9,2,12]},"south":{"texture":"#0","uv":[3,9,4,12]},"up":{"texture":"#0","uv":[2,9,1,8]},"west":{"texture":"#0","uv":[2,9,3,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w1343839841_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2918.json b/assets/minecraft/models/w2918.json new file mode 100644 index 000000000..42cb4882d --- /dev/null +++ b/assets/minecraft/models/w2918.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,12,6,13]},"east":{"texture":"#0","uv":[4,13,5,16]},"north":{"texture":"#0","uv":[5,13,6,16]},"south":{"texture":"#0","uv":[7,13,8,16]},"up":{"texture":"#0","uv":[6,13,5,12]},"west":{"texture":"#0","uv":[6,13,7,16]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[3,12,2,13]},"east":{"texture":"#0","uv":[0,13,1,16]},"north":{"texture":"#0","uv":[1,13,2,16]},"south":{"texture":"#0","uv":[3,13,4,16]},"up":{"texture":"#0","uv":[2,13,1,12]},"west":{"texture":"#0","uv":[2,13,3,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w1343839841_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2919.json b/assets/minecraft/models/w2919.json new file mode 100644 index 000000000..f70ec4cd2 --- /dev/null +++ b/assets/minecraft/models/w2919.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,4,2]},"east":{"texture":"#0","uv":[0,2,2,4]},"north":{"texture":"#0","uv":[2,2,4,4]},"south":{"texture":"#0","uv":[6,2,8,4]},"up":{"texture":"#0","uv":[4,2,2,0]},"west":{"texture":"#0","uv":[4,2,6,4]}},"from":[-15.8,-15.8,-15.8],"shade":false,"to":[-12.6,-12.6,-12.6]},{"faces":{"down":{"texture":"#0","uv":[14,0,12,2]},"east":{"texture":"#0","uv":[8,2,10,4]},"north":{"texture":"#0","uv":[10,2,12,4]},"south":{"texture":"#0","uv":[14,2,16,4]},"up":{"texture":"#0","uv":[12,2,10,0]},"west":{"texture":"#0","uv":[12,2,14,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.4,-12.4]}],"overrides":[],"textures":{"0":"item/w1343839841_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w292.json b/assets/minecraft/models/w292.json new file mode 100644 index 000000000..04df3f170 --- /dev/null +++ b/assets/minecraft/models/w292.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.875,6.625,2.5,6.625]},"east":{"texture":"#0","uv":[2.125,6.625,2.125,7]},"north":{"texture":"#0","uv":[2.125,6.625,2.5,7]},"south":{"texture":"#0","uv":[2.5,6.625,2.875,7]},"up":{"texture":"#0","uv":[2.5,6.625,2.125,6.625]},"west":{"texture":"#0","uv":[2.5,6.625,2.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2920.json b/assets/minecraft/models/w2920.json new file mode 100644 index 000000000..2105a02f8 --- /dev/null +++ b/assets/minecraft/models/w2920.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,4,12,5]},"east":{"texture":"#0","uv":[10,5,11,8]},"north":{"texture":"#0","uv":[11,5,12,8]},"south":{"texture":"#0","uv":[13,5,14,8]},"up":{"texture":"#0","uv":[12,5,11,4]},"west":{"texture":"#0","uv":[12,5,13,8]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[13,8,12,9]},"east":{"texture":"#0","uv":[10,9,11,12]},"north":{"texture":"#0","uv":[11,9,12,12]},"south":{"texture":"#0","uv":[13,9,14,12]},"up":{"texture":"#0","uv":[12,9,11,8]},"west":{"texture":"#0","uv":[12,9,13,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w1343839841_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2921.json b/assets/minecraft/models/w2921.json new file mode 100644 index 000000000..3c3201f94 --- /dev/null +++ b/assets/minecraft/models/w2921.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,12,10,13]},"east":{"texture":"#0","uv":[8,13,9,16]},"north":{"texture":"#0","uv":[9,13,10,16]},"south":{"texture":"#0","uv":[11,13,12,16]},"up":{"texture":"#0","uv":[10,13,9,12]},"west":{"texture":"#0","uv":[10,13,11,16]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[15,12,14,13]},"east":{"texture":"#0","uv":[12,13,13,16]},"north":{"texture":"#0","uv":[13,13,14,16]},"south":{"texture":"#0","uv":[15,13,16,16]},"up":{"texture":"#0","uv":[14,13,13,12]},"west":{"texture":"#0","uv":[14,13,15,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w1343839841_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2922.json b/assets/minecraft/models/w2922.json new file mode 100644 index 000000000..f0807a12a --- /dev/null +++ b/assets/minecraft/models/w2922.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[3,2,5.5,2.5]},"east":{"texture":"#1","uv":[3,0,3.5,2.5]},"north":{"texture":"#1","uv":[3,0,5.5,2.5]},"south":{"texture":"#1","uv":[0,0,0,0]},"up":{"texture":"#1","uv":[3,0,5.5,0.5]},"west":{"texture":"#1","uv":[5,0,5.5,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.1,-15.1,-15.82]}],"overrides":[],"textures":{"1":"item/w1343839841_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2923.json b/assets/minecraft/models/w2923.json new file mode 100644 index 000000000..761ddda86 --- /dev/null +++ b/assets/minecraft/models/w2923.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0,0,0,0]},"east":{"texture":"#1","uv":[0,0,0,0]},"north":{"texture":"#1","uv":[11,8,13,16]},"south":{"texture":"#1","uv":[13,8,11,16]},"up":{"texture":"#1","uv":[0,0,0,0]},"west":{"texture":"#1","uv":[0,0,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.28,-13.120001,-15.982]}],"overrides":[],"textures":{"1":"item/w1343839841_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2924.json b/assets/minecraft/models/w2924.json new file mode 100644 index 000000000..b6576b5e8 --- /dev/null +++ b/assets/minecraft/models/w2924.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0,0,0,0]},"east":{"texture":"#1","uv":[0,0,0,0]},"north":{"texture":"#1","uv":[8,8,10,16]},"south":{"texture":"#1","uv":[10,8,8,16]},"up":{"texture":"#1","uv":[0,0,0,0]},"west":{"texture":"#1","uv":[0,0,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.28,-13.120001,-15.982]}],"overrides":[],"textures":{"1":"item/w1343839841_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2925.json b/assets/minecraft/models/w2925.json new file mode 100644 index 000000000..32f36e170 --- /dev/null +++ b/assets/minecraft/models/w2925.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[8,0.5,9,1.5]},"east":{"texture":"#1","uv":[8,0,9,2]},"north":{"texture":"#1","uv":[5.5,0,6.5,2]},"south":{"texture":"#1","uv":[8,0,9,2]},"up":{"texture":"#1","uv":[5.5,0.5,6.5,1.5]},"west":{"texture":"#1","uv":[8,0,9,2]}},"from":[-16,-16,-16],"shade":false,"to":[-15.64,-15.280001,-15.64]}],"overrides":[],"textures":{"1":"item/w1343839841_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2926.json b/assets/minecraft/models/w2926.json new file mode 100644 index 000000000..58be38896 --- /dev/null +++ b/assets/minecraft/models/w2926.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[5.5,0.5,6.5,1.5]},"east":{"texture":"#1","uv":[5.5,0,6.5,2]},"north":{"texture":"#1","uv":[8,0,9,2]},"south":{"texture":"#1","uv":[5.5,0,6.5,2]},"up":{"texture":"#1","uv":[8,0.5,9,1.5]},"west":{"texture":"#1","uv":[8,0,9,2]}},"from":[-16,-16,-16],"shade":false,"to":[-15.64,-15.280001,-15.64]}],"overrides":[],"textures":{"1":"item/w1343839841_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2927.json b/assets/minecraft/models/w2927.json new file mode 100644 index 000000000..20a4dfe79 --- /dev/null +++ b/assets/minecraft/models/w2927.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[6.5,0.5,8,1.5]},"east":{"texture":"#1","uv":[0,0,0,0]},"north":{"texture":"#1","uv":[0,0,0,0]},"south":{"texture":"#1","uv":[6.5,0.5,8,1.5]},"up":{"texture":"#1","uv":[6.5,0.5,8,1.5]},"west":{"texture":"#1","uv":[0,0,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.46,-15.639999,-15.64]}],"overrides":[],"textures":{"1":"item/w1343839841_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2928.json b/assets/minecraft/models/w2928.json new file mode 100644 index 000000000..25cd64436 --- /dev/null +++ b/assets/minecraft/models/w2928.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0,0,0,0]},"east":{"texture":"#1","uv":[1,0,2,0.5]},"north":{"texture":"#1","uv":[1,0,2,0.5]},"south":{"texture":"#1","uv":[1,0,2,0.5]},"up":{"texture":"#1","uv":[3,11,4,12]},"west":{"texture":"#1","uv":[1,0,2,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.64,-15.820001,-15.64]}],"overrides":[],"textures":{"1":"item/w1343839841_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2929.json b/assets/minecraft/models/w2929.json new file mode 100644 index 000000000..1e46232aa --- /dev/null +++ b/assets/minecraft/models/w2929.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0,0,0,0]},"east":{"texture":"#1","uv":[3,11,4,12]},"north":{"texture":"#1","uv":[0.5,0.5,2.5,1.5]},"south":{"texture":"#1","uv":[0.5,0.5,2.5,1.5]},"up":{"texture":"#1","uv":[4,12,6,13]},"west":{"texture":"#1","uv":[7,10.5,8,11.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.28,-15.639999,-15.64]}],"overrides":[],"textures":{"1":"item/w1343839841_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w293.json b/assets/minecraft/models/w293.json new file mode 100644 index 000000000..e4e314e37 --- /dev/null +++ b/assets/minecraft/models/w293.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.375,7,4,7.375]},"east":{"texture":"#0","uv":[3.25,7.375,3.625,8]},"north":{"texture":"#0","uv":[3.625,7.375,4,8]},"south":{"texture":"#0","uv":[4.375,7.375,4.75,8]},"up":{"texture":"#0","uv":[4,7.375,3.625,7]},"west":{"texture":"#0","uv":[4,7.375,4.375,8]}},"from":[-15.997499,-16,-16],"shade":false,"to":[-14.7975,-14,-14.8]},{"faces":{"down":{"texture":"#0","uv":[5.375,7.5,5.25,7.75]},"east":{"texture":"#0","uv":[4.875,7.75,5.125,8]},"north":{"texture":"#0","uv":[5.125,7.75,5.25,8]},"south":{"texture":"#0","uv":[5.5,7.75,5.625,8]},"up":{"texture":"#0","uv":[5.25,7.75,5.125,7.5]},"west":{"texture":"#0","uv":[5.25,7.75,5.5,8]}},"from":[-16,-14,-16],"rotation":{"angle":45,"axis":"x","origin":[-15.997499,-14,-16],"rescale":false},"shade":false,"to":[-15.6,-13.151472,-15.151472]},{"faces":{"down":{"texture":"#0","uv":[5.375,6.875,5.25,7.125]},"east":{"texture":"#0","uv":[4.875,7.125,5.125,7.375]},"north":{"texture":"#0","uv":[5.125,7.125,5.25,7.375]},"south":{"texture":"#0","uv":[5.5,7.125,5.625,7.375]},"up":{"texture":"#0","uv":[5.25,7.125,5.125,6.875]},"west":{"texture":"#0","uv":[5.25,7.125,5.5,7.375]}},"from":[-15.6,-14,-16],"rotation":{"angle":45,"axis":"x","origin":[-15.997499,-14,-16],"rescale":false},"shade":false,"to":[-15.195,-13.151472,-15.151472]},{"faces":{"down":{"texture":"#0","uv":[5.375,7.5,5.25,7.75]},"east":{"texture":"#0","uv":[4.875,7.75,5.125,8]},"north":{"texture":"#0","uv":[5.125,7.75,5.25,8]},"south":{"texture":"#0","uv":[5.5,7.75,5.625,8]},"up":{"texture":"#0","uv":[5.25,7.75,5.125,7.5]},"west":{"texture":"#0","uv":[5.25,7.75,5.5,8]}},"from":[-15.195,-14,-16],"rotation":{"angle":45,"axis":"x","origin":[-15.997499,-14,-16],"rescale":false},"shade":false,"to":[-14.795,-13.151472,-15.151472]},{"faces":{"down":{"texture":"#0","uv":[2.875,7.125,2.625,7.375]},"east":{"texture":"#0","uv":[2.125,7.375,2.375,8]},"north":{"texture":"#0","uv":[2.375,7.375,2.625,8]},"south":{"texture":"#0","uv":[2.875,7.375,3.125,8]},"up":{"texture":"#0","uv":[2.625,7.375,2.375,7.125]},"west":{"texture":"#0","uv":[2.625,7.375,2.875,8]}},"from":[-15.8015,-14.004,-15.804],"shade":false,"to":[-14.9935,-11.995999,-14.996]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2930.json b/assets/minecraft/models/w2930.json new file mode 100644 index 000000000..4e24691de --- /dev/null +++ b/assets/minecraft/models/w2930.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[5,10.5,8,11.5]},"east":{"texture":"#1","uv":[14,6,15,11.5]},"north":{"texture":"#1","uv":[0,1.5,3,6]},"south":{"texture":"#1","uv":[0,1.5,3,6]},"up":{"texture":"#1","uv":[3.5,11.5,6.5,12.5]},"west":{"texture":"#1","uv":[15,6,16,11.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.92,-14.38,-15.64]}],"overrides":[],"textures":{"1":"item/w1343839841_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2931.json b/assets/minecraft/models/w2931.json new file mode 100644 index 000000000..c68288925 --- /dev/null +++ b/assets/minecraft/models/w2931.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0,0,0,0]},"east":{"texture":"#1","uv":[0.5,6,1.5,7]},"north":{"texture":"#1","uv":[0.5,6,2.5,7]},"south":{"texture":"#1","uv":[0.5,6,2.5,7]},"up":{"texture":"#1","uv":[0,0,0,0]},"west":{"texture":"#1","uv":[1.5,6,2.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.28,-15.64,-15.64]}],"overrides":[],"textures":{"1":"item/w1343839841_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2932.json b/assets/minecraft/models/w2932.json new file mode 100644 index 000000000..394db9601 --- /dev/null +++ b/assets/minecraft/models/w2932.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[5,10.5,8,12.5]},"east":{"texture":"#1","uv":[3,11.5,5,16]},"north":{"texture":"#1","uv":[0,7,3,11.5]},"south":{"texture":"#1","uv":[0,7,3,11.5]},"up":{"texture":"#1","uv":[3.5,13,6.5,15]},"west":{"texture":"#1","uv":[5,11.5,7,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.92,-14.38,-15.28]}],"overrides":[],"textures":{"1":"item/w1343839841_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2933.json b/assets/minecraft/models/w2933.json new file mode 100644 index 000000000..b3fbd8586 --- /dev/null +++ b/assets/minecraft/models/w2933.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0,0,0,0]},"east":{"texture":"#1","uv":[2.5,11.5,0.5,16]},"north":{"texture":"#1","uv":[0.5,11.5,2.5,16]},"south":{"texture":"#1","uv":[0.5,11.5,2.5,16]},"up":{"texture":"#1","uv":[0,0,0,0]},"west":{"texture":"#1","uv":[2.5,11.5,0.5,16]}},"from":[-16,-16,-16],"shade":false,"to":[-15.28,-14.38,-15.28]}],"overrides":[],"textures":{"1":"item/w1343839841_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2934.json b/assets/minecraft/models/w2934.json new file mode 100644 index 000000000..87a1f0d67 --- /dev/null +++ b/assets/minecraft/models/w2934.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0,0,0,0]},"east":{"texture":"#1","uv":[16,3.5,14,5.5]},"north":{"texture":"#1","uv":[14,6,16,8]},"south":{"texture":"#1","uv":[14,6,16,8]},"up":{"texture":"#1","uv":[0,0,0,0]},"west":{"texture":"#1","uv":[16,3.5,14,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.28,-15.28,-15.28]}],"overrides":[],"textures":{"1":"item/w1343839841_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2935.json b/assets/minecraft/models/w2935.json new file mode 100644 index 000000000..01db91472 --- /dev/null +++ b/assets/minecraft/models/w2935.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[3.5,11.5,5.5,13.5]},"east":{"texture":"#1","uv":[14.5,0,12.5,3.5]},"north":{"texture":"#1","uv":[14,8,16,11.5]},"south":{"texture":"#1","uv":[14,8,16,11.5]},"up":{"texture":"#1","uv":[0,0,0,0]},"west":{"texture":"#1","uv":[14.5,0,12.5,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.28,-14.74,-15.28]}],"overrides":[],"textures":{"1":"item/w1343839841_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2936.json b/assets/minecraft/models/w2936.json new file mode 100644 index 000000000..654dc5aaf --- /dev/null +++ b/assets/minecraft/models/w2936.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[6.5,14.5,7.5,15.5]},"east":{"texture":"#1","uv":[13,3.5,14,5]},"north":{"texture":"#1","uv":[13,3.5,14,5]},"south":{"texture":"#1","uv":[13,3.5,14,5]},"up":{"texture":"#1","uv":[0,0,0,0]},"west":{"texture":"#1","uv":[13,3.5,14,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.64,-15.46,-15.64]}],"overrides":[],"textures":{"1":"item/w1343839841_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2937.json b/assets/minecraft/models/w2937.json new file mode 100644 index 000000000..f73a253fd --- /dev/null +++ b/assets/minecraft/models/w2937.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[7,2.5,10,3.5]},"east":{"texture":"#1","uv":[0,0,0,0]},"north":{"texture":"#1","uv":[7,2.5,10,3.5]},"south":{"texture":"#1","uv":[7,2.5,10,3.5]},"up":{"texture":"#1","uv":[7,2.5,10,3.5]},"west":{"texture":"#1","uv":[0,0,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.92,-15.64,-15.64]}],"overrides":[],"textures":{"1":"item/w1343839841_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2938.json b/assets/minecraft/models/w2938.json new file mode 100644 index 000000000..bb8e099c4 --- /dev/null +++ b/assets/minecraft/models/w2938.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[5.5,2.5,7,3.5]},"east":{"texture":"#1","uv":[10,2,11,4]},"north":{"texture":"#1","uv":[10,2,11.5,4]},"south":{"texture":"#1","uv":[5.5,2,7,4]},"up":{"texture":"#1","uv":[5.5,2.5,7,3.5]},"west":{"texture":"#1","uv":[5.5,0,6.5,2]}},"from":[-16,-16,-16],"shade":false,"to":[-15.46,-15.28,-15.64]}],"overrides":[],"textures":{"1":"item/w1343839841_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2939.json b/assets/minecraft/models/w2939.json new file mode 100644 index 000000000..230a6441c --- /dev/null +++ b/assets/minecraft/models/w2939.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[10,2.5,11.5,3.5]},"east":{"texture":"#1","uv":[8,0,9,2]},"north":{"texture":"#1","uv":[5.5,2,7,4]},"south":{"texture":"#1","uv":[10,2,11.5,4]},"up":{"texture":"#1","uv":[10,2.5,11.5,3.5]},"west":{"texture":"#1","uv":[6,2,7,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.46,-15.28,-15.64]}],"overrides":[],"textures":{"1":"item/w1343839841_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w294.json b/assets/minecraft/models/w294.json new file mode 100644 index 000000000..a93416b2c --- /dev/null +++ b/assets/minecraft/models/w294.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.75,8.625,6.625,8.75]},"east":{"texture":"#0","uv":[6.375,8.75,6.5,8.875]},"north":{"texture":"#0","uv":[6.5,8.75,6.625,8.875]},"south":{"texture":"#0","uv":[6.75,8.75,6.875,8.875]},"up":{"texture":"#0","uv":[6.625,8.75,6.5,8.625]},"west":{"texture":"#0","uv":[6.625,8.75,6.75,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.426313,-15.426314,-15.592]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2940.json b/assets/minecraft/models/w2940.json new file mode 100644 index 000000000..9297d23c1 --- /dev/null +++ b/assets/minecraft/models/w2940.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0,0,0,0]},"east":{"texture":"#1","uv":[14.5,3.5,16,4.5]},"north":{"texture":"#1","uv":[10,4.5,5.5,5.5]},"south":{"texture":"#1","uv":[5.5,4.5,10,5.5]},"up":{"texture":"#1","uv":[3,14,7.5,15.5]},"west":{"texture":"#1","uv":[6,15,7.5,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.38,-15.64,-15.46]}],"overrides":[],"textures":{"1":"item/w1343839841_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2941.json b/assets/minecraft/models/w2941.json new file mode 100644 index 000000000..2856af019 --- /dev/null +++ b/assets/minecraft/models/w2941.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[3,10.5,8,12]},"east":{"texture":"#1","uv":[14.5,10.5,16,11.5]},"north":{"texture":"#1","uv":[10,5.5,5,6.5]},"south":{"texture":"#1","uv":[5,5.5,10,6.5]},"up":{"texture":"#1","uv":[3,13.5,8,15]},"west":{"texture":"#1","uv":[3,15,4.5,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-15.639999,-15.46]}],"overrides":[],"textures":{"1":"item/w1343839841_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2942.json b/assets/minecraft/models/w2942.json new file mode 100644 index 000000000..e2d3da351 --- /dev/null +++ b/assets/minecraft/models/w2942.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0,0,0,0]},"east":{"texture":"#1","uv":[5.5,11.5,7,12]},"north":{"texture":"#1","uv":[8,6.5,4,7]},"south":{"texture":"#1","uv":[4,6.5,8,7]},"up":{"texture":"#1","uv":[3,13.5,7,15]},"west":{"texture":"#1","uv":[5.5,12.5,7,13]}},"from":[-16,-16,-16],"shade":false,"to":[-14.56,-15.820001,-15.46]}],"overrides":[],"textures":{"1":"item/w1343839841_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2943.json b/assets/minecraft/models/w2943.json new file mode 100644 index 000000000..f8694a99b --- /dev/null +++ b/assets/minecraft/models/w2943.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[3,10.5,8,12]},"east":{"texture":"#1","uv":[5.5,13.5,7,15]},"north":{"texture":"#1","uv":[8,7,3,8.5]},"south":{"texture":"#1","uv":[3,7,8,8.5]},"up":{"texture":"#1","uv":[3,11,8,12.5]},"west":{"texture":"#1","uv":[0,0,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-15.46,-15.46]}],"overrides":[],"textures":{"1":"item/w1343839841_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2944.json b/assets/minecraft/models/w2944.json new file mode 100644 index 000000000..9ad930e42 --- /dev/null +++ b/assets/minecraft/models/w2944.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[3,10.5,8,12]},"east":{"texture":"#1","uv":[0,0,0,0]},"north":{"texture":"#1","uv":[3,7,8,8.5]},"south":{"texture":"#1","uv":[8,7,3,8.5]},"up":{"texture":"#1","uv":[3,11.5,8,13]},"west":{"texture":"#1","uv":[1,11.5,2.5,13]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-15.46,-15.46]}],"overrides":[],"textures":{"1":"item/w1343839841_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2945.json b/assets/minecraft/models/w2945.json new file mode 100644 index 000000000..3dce01055 --- /dev/null +++ b/assets/minecraft/models/w2945.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0,0,0,0]},"east":{"texture":"#1","uv":[4.5,11,6,11.5]},"north":{"texture":"#1","uv":[4,6.5,8,7]},"south":{"texture":"#1","uv":[8,6.5,4,7]},"up":{"texture":"#1","uv":[3,13.5,7,15]},"west":{"texture":"#1","uv":[4.5,10.5,6,11]}},"from":[-16,-16,-16],"shade":false,"to":[-14.56,-15.820001,-15.46]}],"overrides":[],"textures":{"1":"item/w1343839841_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2946.json b/assets/minecraft/models/w2946.json new file mode 100644 index 000000000..07ede3b0a --- /dev/null +++ b/assets/minecraft/models/w2946.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[3,10.5,8,12]},"east":{"texture":"#1","uv":[4,14,5.5,15]},"north":{"texture":"#1","uv":[5,5.5,10,6.5]},"south":{"texture":"#1","uv":[10,5.5,5,6.5]},"up":{"texture":"#1","uv":[3,14,8,15.5]},"west":{"texture":"#1","uv":[0.5,11.5,2,12.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-15.639999,-15.46]}],"overrides":[],"textures":{"1":"item/w1343839841_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2947.json b/assets/minecraft/models/w2947.json new file mode 100644 index 000000000..542f5b462 --- /dev/null +++ b/assets/minecraft/models/w2947.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0,0,0,0]},"east":{"texture":"#1","uv":[6,15,7.5,16]},"north":{"texture":"#1","uv":[5.5,4.5,10,5.5]},"south":{"texture":"#1","uv":[10,4.5,5.5,5.5]},"up":{"texture":"#1","uv":[3,14,7.5,15.5]},"west":{"texture":"#1","uv":[3,11,4.5,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.38,-15.64,-15.46]}],"overrides":[],"textures":{"1":"item/w1343839841_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2948.json b/assets/minecraft/models/w2948.json new file mode 100644 index 000000000..6327b9302 --- /dev/null +++ b/assets/minecraft/models/w2948.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,4,7,5]},"east":{"texture":"#0","uv":[4,5,5,8]},"north":{"texture":"#0","uv":[5,5,7,8]},"south":{"texture":"#0","uv":[8,5,10,8]},"up":{"texture":"#0","uv":[7,5,5,4]},"west":{"texture":"#0","uv":[7,5,8,8]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-12.7,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[9,8,7,9]},"east":{"texture":"#0","uv":[4,9,5,12]},"north":{"texture":"#0","uv":[5,9,7,12]},"south":{"texture":"#0","uv":[8,9,10,12]},"up":{"texture":"#0","uv":[7,9,5,8]},"west":{"texture":"#0","uv":[7,9,8,12]}},"from":[-16,-16,-16],"shade":false,"to":[-12.6,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w2074829423_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2949.json b/assets/minecraft/models/w2949.json new file mode 100644 index 000000000..29ca98ad6 --- /dev/null +++ b/assets/minecraft/models/w2949.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,4,2,5]},"east":{"texture":"#0","uv":[0,5,1,8]},"north":{"texture":"#0","uv":[1,5,2,8]},"south":{"texture":"#0","uv":[3,5,4,8]},"up":{"texture":"#0","uv":[2,5,1,4]},"west":{"texture":"#0","uv":[2,5,3,8]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[3,8,2,9]},"east":{"texture":"#0","uv":[0,9,1,12]},"north":{"texture":"#0","uv":[1,9,2,12]},"south":{"texture":"#0","uv":[3,9,4,12]},"up":{"texture":"#0","uv":[2,9,1,8]},"west":{"texture":"#0","uv":[2,9,3,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w2074829423_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w295.json b/assets/minecraft/models/w295.json new file mode 100644 index 000000000..04df3f170 --- /dev/null +++ b/assets/minecraft/models/w295.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.875,6.625,2.5,6.625]},"east":{"texture":"#0","uv":[2.125,6.625,2.125,7]},"north":{"texture":"#0","uv":[2.125,6.625,2.5,7]},"south":{"texture":"#0","uv":[2.5,6.625,2.875,7]},"up":{"texture":"#0","uv":[2.5,6.625,2.125,6.625]},"west":{"texture":"#0","uv":[2.5,6.625,2.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2950.json b/assets/minecraft/models/w2950.json new file mode 100644 index 000000000..d303d0abf --- /dev/null +++ b/assets/minecraft/models/w2950.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,12,6,13]},"east":{"texture":"#0","uv":[4,13,5,16]},"north":{"texture":"#0","uv":[5,13,6,16]},"south":{"texture":"#0","uv":[7,13,8,16]},"up":{"texture":"#0","uv":[6,13,5,12]},"west":{"texture":"#0","uv":[6,13,7,16]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[3,12,2,13]},"east":{"texture":"#0","uv":[0,13,1,16]},"north":{"texture":"#0","uv":[1,13,2,16]},"south":{"texture":"#0","uv":[3,13,4,16]},"up":{"texture":"#0","uv":[2,13,1,12]},"west":{"texture":"#0","uv":[2,13,3,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w2074829423_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2951.json b/assets/minecraft/models/w2951.json new file mode 100644 index 000000000..15f0df76d --- /dev/null +++ b/assets/minecraft/models/w2951.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,4,2]},"east":{"texture":"#0","uv":[0,2,2,4]},"north":{"texture":"#0","uv":[2,2,4,4]},"south":{"texture":"#0","uv":[6,2,8,4]},"up":{"texture":"#0","uv":[4,2,2,0]},"west":{"texture":"#0","uv":[4,2,6,4]}},"from":[-15.8,-15.8,-15.8],"shade":false,"to":[-12.6,-12.6,-12.6]},{"faces":{"down":{"texture":"#0","uv":[14,0,12,2]},"east":{"texture":"#0","uv":[8,2,10,4]},"north":{"texture":"#0","uv":[10,2,12,4]},"south":{"texture":"#0","uv":[14,2,16,4]},"up":{"texture":"#0","uv":[12,2,10,0]},"west":{"texture":"#0","uv":[12,2,14,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.4,-12.4]}],"overrides":[],"textures":{"0":"item/w2074829423_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2952.json b/assets/minecraft/models/w2952.json new file mode 100644 index 000000000..93f4e5c6b --- /dev/null +++ b/assets/minecraft/models/w2952.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,4,12,5]},"east":{"texture":"#0","uv":[10,5,11,8]},"north":{"texture":"#0","uv":[11,5,12,8]},"south":{"texture":"#0","uv":[13,5,14,8]},"up":{"texture":"#0","uv":[12,5,11,4]},"west":{"texture":"#0","uv":[12,5,13,8]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[13,8,12,9]},"east":{"texture":"#0","uv":[10,9,11,12]},"north":{"texture":"#0","uv":[11,9,12,12]},"south":{"texture":"#0","uv":[13,9,14,12]},"up":{"texture":"#0","uv":[12,9,11,8]},"west":{"texture":"#0","uv":[12,9,13,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w2074829423_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2953.json b/assets/minecraft/models/w2953.json new file mode 100644 index 000000000..a0013874b --- /dev/null +++ b/assets/minecraft/models/w2953.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,12,10,13]},"east":{"texture":"#0","uv":[8,13,9,16]},"north":{"texture":"#0","uv":[9,13,10,16]},"south":{"texture":"#0","uv":[11,13,12,16]},"up":{"texture":"#0","uv":[10,13,9,12]},"west":{"texture":"#0","uv":[10,13,11,16]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[15,12,14,13]},"east":{"texture":"#0","uv":[12,13,13,16]},"north":{"texture":"#0","uv":[13,13,14,16]},"south":{"texture":"#0","uv":[15,13,16,16]},"up":{"texture":"#0","uv":[14,13,13,12]},"west":{"texture":"#0","uv":[14,13,15,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w2074829423_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2954.json b/assets/minecraft/models/w2954.json new file mode 100644 index 000000000..42c9a262f --- /dev/null +++ b/assets/minecraft/models/w2954.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0,0,0,0]},"east":{"texture":"#1","uv":[5.5,0,6,0.5]},"north":{"texture":"#1","uv":[6,0,5,0.5]},"south":{"texture":"#1","uv":[5,0,6,0.5]},"up":{"texture":"#1","uv":[5,0,6,0.5]},"west":{"texture":"#1","uv":[5,0,5.5,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.4,-15.7,-15.7]}],"overrides":[],"textures":{"1":"item/w2074829423_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2955.json b/assets/minecraft/models/w2955.json new file mode 100644 index 000000000..47180db98 --- /dev/null +++ b/assets/minecraft/models/w2955.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[2,11,4,12]},"east":{"texture":"#1","uv":[5.5,6,6.5,7]},"north":{"texture":"#1","uv":[6.5,6,4.5,7]},"south":{"texture":"#1","uv":[4.5,6,6.5,7]},"up":{"texture":"#1","uv":[0,0,0,0]},"west":{"texture":"#1","uv":[4.5,6,5.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.4,-15.4]}],"overrides":[],"textures":{"1":"item/w2074829423_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2956.json b/assets/minecraft/models/w2956.json new file mode 100644 index 000000000..73ea808a7 --- /dev/null +++ b/assets/minecraft/models/w2956.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[4,9,7,11]},"east":{"texture":"#1","uv":[4.5,5,6.5,6]},"north":{"texture":"#1","uv":[7,5,4,6]},"south":{"texture":"#1","uv":[4,5,7,6]},"up":{"texture":"#1","uv":[4,7,7,9]},"west":{"texture":"#1","uv":[4.5,5,6.5,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-15.4,-14.8]}],"overrides":[],"textures":{"1":"item/w2074829423_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2957.json b/assets/minecraft/models/w2957.json new file mode 100644 index 000000000..9d541900d --- /dev/null +++ b/assets/minecraft/models/w2957.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0,0,0,0]},"east":{"texture":"#1","uv":[5,4.5,5.5,5]},"north":{"texture":"#1","uv":[6,4.5,5,5]},"south":{"texture":"#1","uv":[5,4.5,6,5]},"up":{"texture":"#1","uv":[5,4.5,6,5]},"west":{"texture":"#1","uv":[5,4.5,5.5,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.4,-15.7,-15.1]}],"overrides":[],"textures":{"1":"item/w2074829423_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2958.json b/assets/minecraft/models/w2958.json new file mode 100644 index 000000000..e75884686 --- /dev/null +++ b/assets/minecraft/models/w2958.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0,0,0,0]},"east":{"texture":"#1","uv":[6.5,1.5,7,5]},"north":{"texture":"#1","uv":[7,1.5,4,5]},"south":{"texture":"#1","uv":[4,1.5,7,5]},"up":{"texture":"#1","uv":[4,1.5,7,2]},"west":{"texture":"#1","uv":[4,1.5,4.5,5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-13.9,-15.7]}],"overrides":[],"textures":{"1":"item/w2074829423_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2959.json b/assets/minecraft/models/w2959.json new file mode 100644 index 000000000..4fbef3325 --- /dev/null +++ b/assets/minecraft/models/w2959.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0,0,0,0]},"east":{"texture":"#1","uv":[6,0.5,6.5,1.5]},"north":{"texture":"#1","uv":[6.5,0.5,4.5,1.5]},"south":{"texture":"#1","uv":[4.5,0.5,6.5,1.5]},"up":{"texture":"#1","uv":[4.5,0.5,6.5,1]},"west":{"texture":"#1","uv":[4.5,0.5,5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.4,-15.7]}],"overrides":[],"textures":{"1":"item/w2074829423_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w296.json b/assets/minecraft/models/w296.json new file mode 100644 index 000000000..04df3f170 --- /dev/null +++ b/assets/minecraft/models/w296.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.875,6.625,2.5,6.625]},"east":{"texture":"#0","uv":[2.125,6.625,2.125,7]},"north":{"texture":"#0","uv":[2.125,6.625,2.5,7]},"south":{"texture":"#0","uv":[2.5,6.625,2.875,7]},"up":{"texture":"#0","uv":[2.5,6.625,2.125,6.625]},"west":{"texture":"#0","uv":[2.5,6.625,2.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2960.json b/assets/minecraft/models/w2960.json new file mode 100644 index 000000000..96872980e --- /dev/null +++ b/assets/minecraft/models/w2960.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0,0,0,0]},"east":{"texture":"#1","uv":[2.5,1,3.5,11]},"north":{"texture":"#1","uv":[0.5,1,1.5,11]},"south":{"texture":"#1","uv":[0.5,1,1.5,11]},"up":{"texture":"#1","uv":[0,0,0,0]},"west":{"texture":"#1","uv":[2.5,1,3.5,11]}},"from":[-16,-16,-16],"shade":false,"to":[-15.4,-10,-15.4]}],"overrides":[],"textures":{"1":"item/w2074829423_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2961.json b/assets/minecraft/models/w2961.json new file mode 100644 index 000000000..ec39f9213 --- /dev/null +++ b/assets/minecraft/models/w2961.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0,0,0,0]},"east":{"texture":"#1","uv":[0.5,3,1.5,5.5]},"north":{"texture":"#1","uv":[0.5,3,1.5,5.5]},"south":{"texture":"#1","uv":[0.5,3,1.5,5.5]},"up":{"texture":"#1","uv":[0,0,0,0]},"west":{"texture":"#1","uv":[0.5,3,1.5,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.4,-14.5,-15.4]}],"overrides":[],"textures":{"1":"item/w2074829423_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2962.json b/assets/minecraft/models/w2962.json new file mode 100644 index 000000000..040e342e9 --- /dev/null +++ b/assets/minecraft/models/w2962.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#1","uv":[0,11,2,12]},"east":{"texture":"#1","uv":[2.5,10.5,3.5,12]},"north":{"texture":"#1","uv":[2,10.5,0,12]},"south":{"texture":"#1","uv":[0,10.5,2,12]},"up":{"texture":"#1","uv":[2,10.5,4,11.5]},"west":{"texture":"#1","uv":[2.5,10.5,3.5,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.1,-15.4]}],"overrides":[],"textures":{"1":"item/w2074829423_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2963.json b/assets/minecraft/models/w2963.json new file mode 100644 index 000000000..81a653aed --- /dev/null +++ b/assets/minecraft/models/w2963.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#1","uv":[13.5,0,16,6]},"south":{"texture":"#1","uv":[16,0,13.5,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14.5,-12.4,-15.97]}],"overrides":[],"textures":{"1":"item/w2074829423_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2964.json b/assets/minecraft/models/w2964.json new file mode 100644 index 000000000..dfddd78e4 --- /dev/null +++ b/assets/minecraft/models/w2964.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,3.25,7.5,4.75]},"up":{"texture":"#0","uv":[7,4.75,7.25,3.25]},"west":{"texture":"#0","uv":[7,4.75,5.5,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.52,-15.034,-13.288]}],"overrides":[],"textures":{"0":"item/w1976682995_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2965.json b/assets/minecraft/models/w2965.json new file mode 100644 index 000000000..483391ca8 --- /dev/null +++ b/assets/minecraft/models/w2965.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,3.25,7.25,4.75]},"east":{"texture":"#0","uv":[5.5,4.75,7,5.25]},"up":{"texture":"#0","uv":[7.25,4.75,7,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.52,-15.034,-13.288]}],"overrides":[],"textures":{"0":"item/w1976682995_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2966.json b/assets/minecraft/models/w2966.json new file mode 100644 index 000000000..37b99691e --- /dev/null +++ b/assets/minecraft/models/w2966.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0,1.25,0.5,0.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-16,-15.12]}],"overrides":[],"textures":{"0":"item/w1976682995_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2967.json b/assets/minecraft/models/w2967.json new file mode 100644 index 000000000..294849dc5 --- /dev/null +++ b/assets/minecraft/models/w2967.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0.5,1.25,0,0.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-16,-15.12]}],"overrides":[],"textures":{"0":"item/w1976682995_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2968.json b/assets/minecraft/models/w2968.json new file mode 100644 index 000000000..2fd88f002 --- /dev/null +++ b/assets/minecraft/models/w2968.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0,1.75,0.5,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-16,-15.12]}],"overrides":[],"textures":{"0":"item/w1976682995_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2969.json b/assets/minecraft/models/w2969.json new file mode 100644 index 000000000..a72b5f8fb --- /dev/null +++ b/assets/minecraft/models/w2969.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0,0.75,0.5,0.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-16,-15.12]}],"overrides":[],"textures":{"0":"item/w1976682995_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w297.json b/assets/minecraft/models/w297.json new file mode 100644 index 000000000..78c9e5423 --- /dev/null +++ b/assets/minecraft/models/w297.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,8.625,7.375,8.75]},"east":{"texture":"#0","uv":[7.375,8.75,7.25,8.875]},"north":{"texture":"#0","uv":[7.25,8.75,7.125,8.875]},"south":{"texture":"#0","uv":[7.5,8.75,7.375,8.875]},"up":{"texture":"#0","uv":[7.125,8.75,7.25,8.625]},"west":{"texture":"#0","uv":[7.125,8.75,7,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.426314,-15.426314,-15.592]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2970.json b/assets/minecraft/models/w2970.json new file mode 100644 index 000000000..37b99691e --- /dev/null +++ b/assets/minecraft/models/w2970.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0,1.25,0.5,0.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-16,-15.12]}],"overrides":[],"textures":{"0":"item/w1976682995_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2971.json b/assets/minecraft/models/w2971.json new file mode 100644 index 000000000..0eb675ae2 --- /dev/null +++ b/assets/minecraft/models/w2971.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0.5,1.75,0,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-16,-15.12]}],"overrides":[],"textures":{"0":"item/w1976682995_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2972.json b/assets/minecraft/models/w2972.json new file mode 100644 index 000000000..294849dc5 --- /dev/null +++ b/assets/minecraft/models/w2972.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0.5,1.25,0,0.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-16,-15.12]}],"overrides":[],"textures":{"0":"item/w1976682995_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2973.json b/assets/minecraft/models/w2973.json new file mode 100644 index 000000000..4587fc385 --- /dev/null +++ b/assets/minecraft/models/w2973.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0.5,0.75,0,0.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-16,-15.12]}],"overrides":[],"textures":{"0":"item/w1976682995_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2974.json b/assets/minecraft/models/w2974.json new file mode 100644 index 000000000..62403da7d --- /dev/null +++ b/assets/minecraft/models/w2974.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,3.5,2.5,5.25]},"east":{"texture":"#0","uv":[0.25,5.25,2,5.75]},"north":{"texture":"#0","uv":[2,5.25,2.5,5.75]},"south":{"texture":"#0","uv":[4.25,5.25,4.75,5.75]},"up":{"texture":"#0","uv":[2.5,5.25,2,3.5]},"west":{"texture":"#0","uv":[2.5,5.25,4.25,5.75]}},"from":[-13.939411,-14.08,-13.12],"rotation":{"angle":45,"axis":"z","origin":[-14.899411,-15.04,-11.68],"rescale":false},"shade":false,"to":[-12.979411,-13.12,-10]},{"faces":{"down":{"texture":"#0","uv":[7.5,0,6.75,0.75]},"east":{"texture":"#0","uv":[5.25,0.75,6,1.5]},"north":{"texture":"#0","uv":[6,0.75,6.75,1.5]},"south":{"texture":"#0","uv":[7.5,0.75,8.25,1.5]},"up":{"texture":"#0","uv":[6.75,0.75,6,0]},"west":{"texture":"#0","uv":[6.75,0.75,7.5,1.5]}},"from":[-13.939411,-14.36,-10.32],"rotation":{"angle":45,"axis":"z","origin":[-14.899411,-15.32,-8.88],"rescale":false},"shade":false,"to":[-12.5794115,-13,-8.799999]},{"faces":{"down":{"texture":"#0","uv":[5.25,3.5,4.5,4.25]},"up":{"texture":"#0","uv":[4.5,4.25,3.75,3.5]}},"from":[-15.238823,-14.419411,-13.12],"rotation":{"angle":45,"axis":"z","origin":[-15.238823,-15.379412,-15.52],"rescale":false},"shade":false,"to":[-13.798823,-13.459411,-11.68]},{"faces":{"down":{"texture":"#0","uv":[4.5,3.5,5.25,4.25]},"up":{"texture":"#0","uv":[3.75,4.25,4.5,3.5]}},"from":[-16,-14.419411,-13.12],"rotation":{"angle":-45,"axis":"z","origin":[-14.56,-15.379412,-15.52],"rescale":false},"shade":false,"to":[-14.56,-13.459411,-11.68]},{"faces":{"down":{"texture":"#0","uv":[5.25,0,3.5,1.75]},"east":{"texture":"#0","uv":[0,1.75,1.75,3.5]},"north":{"texture":"#0","uv":[1.75,1.75,3.5,3.5]},"south":{"texture":"#0","uv":[5.25,1.75,7,3.5]},"up":{"texture":"#0","uv":[3.5,1.75,1.75,0]},"west":{"texture":"#0","uv":[3.5,1.75,5.25,3.5]}},"from":[-15.859411,-16,-16],"rotation":{"angle":45,"axis":"z","origin":[-14.899411,-15.04,-15.52],"rescale":false},"shade":false,"to":[-12.979411,-13.12,-13.12]},{"faces":{"east":{"texture":"#0","uv":[0,5.75,2.75,6.75]},"west":{"texture":"#0","uv":[2.75,5.75,0,6.75]}},"from":[-14.899411,-12.9250965,-15.495052],"shade":false,"to":[-14.899411,-11.325096,-11.095053]}],"overrides":[],"textures":{"0":"item/w1976682995_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2975.json b/assets/minecraft/models/w2975.json new file mode 100644 index 000000000..6b3d0f753 --- /dev/null +++ b/assets/minecraft/models/w2975.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,6.75,2.5,8.25]},"east":{"texture":"#0","uv":[0,8.25,1.5,8.5]},"north":{"texture":"#0","uv":[1.5,8.25,2.5,8.5]},"south":{"texture":"#0","uv":[4,8.25,5,8.5]},"up":{"texture":"#0","uv":[2.5,8.25,1.5,6.75]},"west":{"texture":"#0","uv":[2.5,8.25,4,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1976682995_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2976.json b/assets/minecraft/models/w2976.json new file mode 100644 index 000000000..38ac9231a --- /dev/null +++ b/assets/minecraft/models/w2976.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,6.75,3.5,8.25]},"east":{"texture":"#0","uv":[4,8.25,2.5,8.5]},"north":{"texture":"#0","uv":[2.5,8.25,1.5,8.5]},"south":{"texture":"#0","uv":[5,8.25,4,8.5]},"up":{"texture":"#0","uv":[1.5,8.25,2.5,6.75]},"west":{"texture":"#0","uv":[1.5,8.25,0,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1976682995_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2977.json b/assets/minecraft/models/w2977.json new file mode 100644 index 000000000..e87edc2da --- /dev/null +++ b/assets/minecraft/models/w2977.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,3.5,1,4]},"east":{"texture":"#0","uv":[0,4,0.5,4.5]},"north":{"texture":"#0","uv":[0.5,4,1,4.5]},"south":{"texture":"#0","uv":[1.5,4,2,4.5]},"up":{"texture":"#0","uv":[1,4,0.5,3.5]},"west":{"texture":"#0","uv":[1,4,1.5,4.5]}},"from":[-16,-16,-13.2],"rotation":{"angle":45,"axis":"z","origin":[-16.24,-16.24,-14.72],"rescale":false},"shade":false,"to":[-15.12,-15.12,-12.32]},{"faces":{"down":{"texture":"#0","uv":[5.25,4.75,5,6.5]},"east":{"texture":"#0","uv":[3,6.5,4.75,6.75]},"north":{"texture":"#0","uv":[4.75,6.5,5,6.75]},"south":{"texture":"#0","uv":[6.75,6.5,7,6.75]},"up":{"texture":"#0","uv":[5,6.5,4.75,4.75]},"west":{"texture":"#0","uv":[5,6.5,6.75,6.75]}},"from":[-16,-15.72,-16],"rotation":{"angle":45,"axis":"z","origin":[-16.24,-15.96,-15.52],"rescale":false},"shade":false,"to":[-15.52,-15.240001,-13.12]}],"overrides":[],"textures":{"0":"item/w1976682995_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2978.json b/assets/minecraft/models/w2978.json new file mode 100644 index 000000000..a62dade05 --- /dev/null +++ b/assets/minecraft/models/w2978.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.75,5.5,5,7]},"up":{"texture":"#0","uv":[4.5,7,4.75,5.5]},"west":{"texture":"#0","uv":[4.5,7,3,7.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.52,-15.034,-13.288]}],"overrides":[],"textures":{"0":"item/w953456107_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2979.json b/assets/minecraft/models/w2979.json new file mode 100644 index 000000000..8c6adadef --- /dev/null +++ b/assets/minecraft/models/w2979.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,5.5,4.75,7]},"east":{"texture":"#0","uv":[3,7,4.5,7.5]},"up":{"texture":"#0","uv":[4.75,7,4.5,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.52,-15.034,-13.288]}],"overrides":[],"textures":{"0":"item/w953456107_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w298.json b/assets/minecraft/models/w298.json new file mode 100644 index 000000000..b928444d9 --- /dev/null +++ b/assets/minecraft/models/w298.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.375,9,7.625,9.125]},"east":{"texture":"#0","uv":[7.5,9.125,7.375,9.375]},"north":{"texture":"#0","uv":[7.375,9.125,7.125,9.375]},"south":{"texture":"#0","uv":[7.75,9.125,7.5,9.375]},"up":{"texture":"#0","uv":[7.125,9.125,7.375,9]},"west":{"texture":"#0","uv":[7.125,9.125,7,9.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2980.json b/assets/minecraft/models/w2980.json new file mode 100644 index 000000000..904b52e76 --- /dev/null +++ b/assets/minecraft/models/w2980.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0,1,0.5,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-16,-15.12]}],"overrides":[],"textures":{"0":"item/w953456107_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2981.json b/assets/minecraft/models/w2981.json new file mode 100644 index 000000000..9c4e9abf7 --- /dev/null +++ b/assets/minecraft/models/w2981.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0,0.5,0.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-16,-15.12]}],"overrides":[],"textures":{"0":"item/w953456107_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2982.json b/assets/minecraft/models/w2982.json new file mode 100644 index 000000000..9a24beb91 --- /dev/null +++ b/assets/minecraft/models/w2982.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0,1.5,0.5,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-16,-15.12]}],"overrides":[],"textures":{"0":"item/w953456107_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2983.json b/assets/minecraft/models/w2983.json new file mode 100644 index 000000000..9c4e9abf7 --- /dev/null +++ b/assets/minecraft/models/w2983.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0,0.5,0.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-16,-15.12]}],"overrides":[],"textures":{"0":"item/w953456107_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2984.json b/assets/minecraft/models/w2984.json new file mode 100644 index 000000000..e6806797e --- /dev/null +++ b/assets/minecraft/models/w2984.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0.5,0.5,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-16,-15.12]}],"overrides":[],"textures":{"0":"item/w953456107_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2985.json b/assets/minecraft/models/w2985.json new file mode 100644 index 000000000..a7fda6769 --- /dev/null +++ b/assets/minecraft/models/w2985.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0.5,1.5,0,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-16,-15.12]}],"overrides":[],"textures":{"0":"item/w953456107_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2986.json b/assets/minecraft/models/w2986.json new file mode 100644 index 000000000..9def653e0 --- /dev/null +++ b/assets/minecraft/models/w2986.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0.5,1,0,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-16,-15.12]}],"overrides":[],"textures":{"0":"item/w953456107_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2987.json b/assets/minecraft/models/w2987.json new file mode 100644 index 000000000..e6806797e --- /dev/null +++ b/assets/minecraft/models/w2987.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0.5,0.5,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-16,-15.12]}],"overrides":[],"textures":{"0":"item/w953456107_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2988.json b/assets/minecraft/models/w2988.json new file mode 100644 index 000000000..6c7c0379a --- /dev/null +++ b/assets/minecraft/models/w2988.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.75,4.5,2.25,6.25]},"east":{"texture":"#0","uv":[0,6.25,1.75,6.75]},"north":{"texture":"#0","uv":[1.75,6.25,2.25,6.75]},"south":{"texture":"#0","uv":[4,6.25,4.5,6.75]},"up":{"texture":"#0","uv":[2.25,6.25,1.75,4.5]},"west":{"texture":"#0","uv":[2.25,6.25,4,6.75]}},"from":[-13.939411,-14.08,-13.12],"rotation":{"angle":45,"axis":"z","origin":[-14.899411,-15.04,-11.68],"rescale":false},"shade":false,"to":[-12.979411,-13.12,-10]},{"faces":{"down":{"texture":"#0","uv":[7.5,0,6.75,0.75]},"east":{"texture":"#0","uv":[5.25,0.75,6,1.5]},"north":{"texture":"#0","uv":[6,0.75,6.75,1.5]},"south":{"texture":"#0","uv":[7.5,0.75,8.25,1.5]},"up":{"texture":"#0","uv":[6.75,0.75,6,0]},"west":{"texture":"#0","uv":[6.75,0.75,7.5,1.5]}},"from":[-13.939411,-14.36,-10.32],"rotation":{"angle":45,"axis":"z","origin":[-14.899411,-15.32,-8.88],"rescale":false},"shade":false,"to":[-12.5794115,-13,-8.799999]},{"faces":{"down":{"texture":"#0","uv":[7.25,5.5,6.5,6.25]},"up":{"texture":"#0","uv":[6.5,6.25,5.75,5.5]}},"from":[-15.238823,-14.419411,-13.12],"rotation":{"angle":45,"axis":"z","origin":[-15.238823,-15.379412,-15.52],"rescale":false},"shade":false,"to":[-13.798823,-13.459411,-11.68]},{"faces":{"down":{"texture":"#0","uv":[6.5,5.5,7.25,6.25]},"up":{"texture":"#0","uv":[5.75,6.25,6.5,5.5]}},"from":[-16,-14.419411,-13.12],"rotation":{"angle":-45,"axis":"z","origin":[-14.56,-15.379412,-15.52],"rescale":false},"shade":false,"to":[-14.56,-13.459411,-11.68]},{"faces":{"down":{"texture":"#0","uv":[5.25,0,3.5,1.75]},"east":{"texture":"#0","uv":[0,1.75,1.75,3.5]},"north":{"texture":"#0","uv":[1.75,1.75,3.5,3.5]},"south":{"texture":"#0","uv":[5.25,1.75,7,3.5]},"up":{"texture":"#0","uv":[3.5,1.75,1.75,0]},"west":{"texture":"#0","uv":[3.5,1.75,5.25,3.5]}},"from":[-15.859411,-16,-16],"rotation":{"angle":45,"axis":"z","origin":[-14.899411,-15.04,-15.52],"rescale":false},"shade":false,"to":[-12.979411,-13.12,-13.12]},{"faces":{"east":{"texture":"#0","uv":[2,3.5,4.75,4.5]},"west":{"texture":"#0","uv":[4.75,3.5,2,4.5]}},"from":[-14.899411,-12.9250965,-15.495052],"shade":false,"to":[-14.899411,-11.325096,-11.095053]}],"overrides":[],"textures":{"0":"item/w953456107_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2989.json b/assets/minecraft/models/w2989.json new file mode 100644 index 000000000..b28dbbeab --- /dev/null +++ b/assets/minecraft/models/w2989.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,3.75,6,5.25]},"east":{"texture":"#0","uv":[3.5,5.25,5,5.5]},"north":{"texture":"#0","uv":[5,5.25,6,5.5]},"south":{"texture":"#0","uv":[7.5,5.25,8.5,5.5]},"up":{"texture":"#0","uv":[6,5.25,5,3.75]},"west":{"texture":"#0","uv":[6,5.25,7.5,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.6,-13.6]}],"overrides":[],"textures":{"0":"item/w953456107_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w299.json b/assets/minecraft/models/w299.json new file mode 100644 index 000000000..78c9e5423 --- /dev/null +++ b/assets/minecraft/models/w299.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,8.625,7.375,8.75]},"east":{"texture":"#0","uv":[7.375,8.75,7.25,8.875]},"north":{"texture":"#0","uv":[7.25,8.75,7.125,8.875]},"south":{"texture":"#0","uv":[7.5,8.75,7.375,8.875]},"up":{"texture":"#0","uv":[7.125,8.75,7.25,8.625]},"west":{"texture":"#0","uv":[7.125,8.75,7,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.426314,-15.426314,-15.592]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2990.json b/assets/minecraft/models/w2990.json new file mode 100644 index 000000000..21061999e --- /dev/null +++ b/assets/minecraft/models/w2990.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,3.75,7,5.25]},"east":{"texture":"#0","uv":[7.5,5.25,6,5.5]},"north":{"texture":"#0","uv":[6,5.25,5,5.5]},"south":{"texture":"#0","uv":[8.5,5.25,7.5,5.5]},"up":{"texture":"#0","uv":[5,5.25,6,3.75]},"west":{"texture":"#0","uv":[5,5.25,3.5,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.6,-13.6]}],"overrides":[],"textures":{"0":"item/w953456107_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2991.json b/assets/minecraft/models/w2991.json new file mode 100644 index 000000000..83135814b --- /dev/null +++ b/assets/minecraft/models/w2991.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,3.5,1,4]},"east":{"texture":"#0","uv":[0,4,0.5,4.5]},"north":{"texture":"#0","uv":[0.5,4,1,4.5]},"south":{"texture":"#0","uv":[1.5,4,2,4.5]},"up":{"texture":"#0","uv":[1,4,0.5,3.5]},"west":{"texture":"#0","uv":[1,4,1.5,4.5]}},"from":[-16,-16,-13.2],"rotation":{"angle":45,"axis":"z","origin":[-16.24,-16.24,-14.72],"rescale":false},"shade":false,"to":[-15.12,-15.12,-12.32]},{"faces":{"down":{"texture":"#0","uv":[7.5,1.75,7.25,3.5]},"east":{"texture":"#0","uv":[5.25,3.5,7,3.75]},"north":{"texture":"#0","uv":[7,3.5,7.25,3.75]},"south":{"texture":"#0","uv":[9,3.5,9.25,3.75]},"up":{"texture":"#0","uv":[7.25,3.5,7,1.75]},"west":{"texture":"#0","uv":[7.25,3.5,9,3.75]}},"from":[-16,-15.72,-16],"rotation":{"angle":45,"axis":"z","origin":[-16.24,-15.96,-15.52],"rescale":false},"shade":false,"to":[-15.52,-15.240001,-13.12]}],"overrides":[],"textures":{"0":"item/w953456107_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2992.json b/assets/minecraft/models/w2992.json new file mode 100644 index 000000000..1e26b392e --- /dev/null +++ b/assets/minecraft/models/w2992.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,0,5,2.5]},"east":{"texture":"#0","uv":[0,2.5,2.5,3.5]},"north":{"texture":"#0","uv":[2.5,2.5,5,3.5]},"south":{"texture":"#0","uv":[7.5,2.5,10,3.5]},"up":{"texture":"#0","uv":[5,2.5,2.5,0]},"west":{"texture":"#0","uv":[5,2.5,7.5,3.5]}},"from":[-16,-11.24,-16],"shade":false,"to":[-12,-9.639999,-12]},{"faces":{"down":{"texture":"#0","uv":[6,3.5,4,5.5]},"east":{"texture":"#0","uv":[0,5.5,2,5.75]},"north":{"texture":"#0","uv":[2,5.5,4,5.75]},"south":{"texture":"#0","uv":[6,5.5,8,5.75]},"up":{"texture":"#0","uv":[4,5.5,2,3.5]},"west":{"texture":"#0","uv":[4,5.5,6,5.75]}},"from":[-15.6,-9.64,-15.6],"shade":false,"to":[-12.400001,-9.240001,-12.400001]},{"faces":{"down":{"texture":"#0","uv":[3,5.75,2,6.75]},"east":{"texture":"#0","uv":[0,6.75,1,8]},"north":{"texture":"#0","uv":[1,6.75,2,8]},"south":{"texture":"#0","uv":[3,6.75,4,8]},"up":{"texture":"#0","uv":[2,6.75,1,5.75]},"west":{"texture":"#0","uv":[2,6.75,3,8]}},"from":[-14.8,-13.24,-14.8],"shade":false,"to":[-13.2,-11.24,-13.2]},{"faces":{"down":{"texture":"#0","uv":[1.5,0,1,0.5]},"east":{"texture":"#0","uv":[0,0.5,0.5,2.5]},"north":{"texture":"#0","uv":[0.5,0.5,1,2.5]},"south":{"texture":"#0","uv":[1.5,0.5,2,2.5]},"up":{"texture":"#0","uv":[1,0.5,0.5,0]},"west":{"texture":"#0","uv":[1,0.5,1.5,2.5]}},"from":[-14.4,-16,-14.4],"shade":false,"to":[-13.599999,-12.8,-13.599999]}],"overrides":[],"textures":{"0":"item/w1886527286_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2993.json b/assets/minecraft/models/w2993.json new file mode 100644 index 000000000..773f0e785 --- /dev/null +++ b/assets/minecraft/models/w2993.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,3.5,0.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,0,5.5]},"north":{"texture":"#0","uv":[0,3.5,0.5,5.5]},"south":{"texture":"#0","uv":[0.5,3.5,0,5.5]},"up":{"texture":"#0","uv":[0.5,3.5,0,3.5]},"west":{"texture":"#0","uv":[0.5,3.5,0.5,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-16]}],"overrides":[],"textures":{"0":"item/w1886527286_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2994.json b/assets/minecraft/models/w2994.json new file mode 100644 index 000000000..773f0e785 --- /dev/null +++ b/assets/minecraft/models/w2994.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,3.5,0.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,0,5.5]},"north":{"texture":"#0","uv":[0,3.5,0.5,5.5]},"south":{"texture":"#0","uv":[0.5,3.5,0,5.5]},"up":{"texture":"#0","uv":[0.5,3.5,0,3.5]},"west":{"texture":"#0","uv":[0.5,3.5,0.5,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-16]}],"overrides":[],"textures":{"0":"item/w1886527286_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2995.json b/assets/minecraft/models/w2995.json new file mode 100644 index 000000000..773f0e785 --- /dev/null +++ b/assets/minecraft/models/w2995.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,3.5,0.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,0,5.5]},"north":{"texture":"#0","uv":[0,3.5,0.5,5.5]},"south":{"texture":"#0","uv":[0.5,3.5,0,5.5]},"up":{"texture":"#0","uv":[0.5,3.5,0,3.5]},"west":{"texture":"#0","uv":[0.5,3.5,0.5,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-16]}],"overrides":[],"textures":{"0":"item/w1886527286_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2996.json b/assets/minecraft/models/w2996.json new file mode 100644 index 000000000..773f0e785 --- /dev/null +++ b/assets/minecraft/models/w2996.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,3.5,0.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,0,5.5]},"north":{"texture":"#0","uv":[0,3.5,0.5,5.5]},"south":{"texture":"#0","uv":[0.5,3.5,0,5.5]},"up":{"texture":"#0","uv":[0.5,3.5,0,3.5]},"west":{"texture":"#0","uv":[0.5,3.5,0.5,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-16]}],"overrides":[],"textures":{"0":"item/w1886527286_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2997.json b/assets/minecraft/models/w2997.json new file mode 100644 index 000000000..773f0e785 --- /dev/null +++ b/assets/minecraft/models/w2997.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,3.5,0.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,0,5.5]},"north":{"texture":"#0","uv":[0,3.5,0.5,5.5]},"south":{"texture":"#0","uv":[0.5,3.5,0,5.5]},"up":{"texture":"#0","uv":[0.5,3.5,0,3.5]},"west":{"texture":"#0","uv":[0.5,3.5,0.5,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-16]}],"overrides":[],"textures":{"0":"item/w1886527286_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2998.json b/assets/minecraft/models/w2998.json new file mode 100644 index 000000000..773f0e785 --- /dev/null +++ b/assets/minecraft/models/w2998.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,3.5,0.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,0,5.5]},"north":{"texture":"#0","uv":[0,3.5,0.5,5.5]},"south":{"texture":"#0","uv":[0.5,3.5,0,5.5]},"up":{"texture":"#0","uv":[0.5,3.5,0,3.5]},"west":{"texture":"#0","uv":[0.5,3.5,0.5,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-16]}],"overrides":[],"textures":{"0":"item/w1886527286_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w2999.json b/assets/minecraft/models/w2999.json new file mode 100644 index 000000000..773f0e785 --- /dev/null +++ b/assets/minecraft/models/w2999.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,3.5,0.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,0,5.5]},"north":{"texture":"#0","uv":[0,3.5,0.5,5.5]},"south":{"texture":"#0","uv":[0.5,3.5,0,5.5]},"up":{"texture":"#0","uv":[0.5,3.5,0,3.5]},"west":{"texture":"#0","uv":[0.5,3.5,0.5,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-16]}],"overrides":[],"textures":{"0":"item/w1886527286_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3.json b/assets/minecraft/models/w3.json new file mode 100644 index 000000000..0afb85963 --- /dev/null +++ b/assets/minecraft/models/w3.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,9,14.5,9]},"east":{"texture":"#0","uv":[13,9,13,10.75]},"north":{"texture":"#0","uv":[13.5,8.5,15,10.25]},"south":{"texture":"#0","uv":[15,8.5,13.5,10.25]},"up":{"texture":"#0","uv":[14.5,9,13,9]},"west":{"texture":"#0","uv":[14.5,9,14.5,10.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.2,-16]}],"overrides":[],"textures":{"0":"item/w291279173_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w30.json b/assets/minecraft/models/w30.json new file mode 100644 index 000000000..16a132d39 --- /dev/null +++ b/assets/minecraft/models/w30.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,0,2,1]},"east":{"texture":"#0","uv":[0,1,1,2]},"north":{"texture":"#0","uv":[1,1,2,2]},"south":{"texture":"#0","uv":[3,1,4,2]},"up":{"texture":"#0","uv":[2,1,1,0]},"west":{"texture":"#0","uv":[2,1,3,2]}},"from":[-15.8,-15.8,-15.8],"shade":false,"to":[-12.6,-12.6,-12.6]},{"faces":{"down":{"texture":"#0","uv":[7,0,6,1]},"east":{"texture":"#0","uv":[4,1,5,2]},"north":{"texture":"#0","uv":[5,1,6,2]},"south":{"texture":"#0","uv":[7,1,8,2]},"up":{"texture":"#0","uv":[6,1,5,0]},"west":{"texture":"#0","uv":[6,1,7,2]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.4,-12.4]}],"overrides":[],"textures":{"0":"item/w419070065_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w300.json b/assets/minecraft/models/w300.json new file mode 100644 index 000000000..29e7866eb --- /dev/null +++ b/assets/minecraft/models/w300.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.375,9.5,7.625,9.625]},"east":{"texture":"#0","uv":[7.5,9.625,7.375,9.875]},"north":{"texture":"#0","uv":[7.375,9.625,7.125,9.875]},"south":{"texture":"#0","uv":[7.75,9.625,7.5,9.875]},"up":{"texture":"#0","uv":[7.125,9.625,7.375,9.5]},"west":{"texture":"#0","uv":[7.125,9.625,7,9.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3000.json b/assets/minecraft/models/w3000.json new file mode 100644 index 000000000..773f0e785 --- /dev/null +++ b/assets/minecraft/models/w3000.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,3.5,0.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,0,5.5]},"north":{"texture":"#0","uv":[0,3.5,0.5,5.5]},"south":{"texture":"#0","uv":[0.5,3.5,0,5.5]},"up":{"texture":"#0","uv":[0.5,3.5,0,3.5]},"west":{"texture":"#0","uv":[0.5,3.5,0.5,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-16]}],"overrides":[],"textures":{"0":"item/w1886527286_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3001.json b/assets/minecraft/models/w3001.json new file mode 100644 index 000000000..e615e2897 --- /dev/null +++ b/assets/minecraft/models/w3001.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,5.75,4.25,5.75]},"east":{"texture":"#0","uv":[4,5.75,4,9]},"north":{"texture":"#0","uv":[4,5.75,4.25,9]},"south":{"texture":"#0","uv":[4.25,5.75,4,9]},"up":{"texture":"#0","uv":[4.25,5.75,4,5.75]},"west":{"texture":"#0","uv":[4.25,5.75,4.25,9]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-10.8,-16]}],"overrides":[],"textures":{"0":"item/w1886527286_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3002.json b/assets/minecraft/models/w3002.json new file mode 100644 index 000000000..e615e2897 --- /dev/null +++ b/assets/minecraft/models/w3002.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,5.75,4.25,5.75]},"east":{"texture":"#0","uv":[4,5.75,4,9]},"north":{"texture":"#0","uv":[4,5.75,4.25,9]},"south":{"texture":"#0","uv":[4.25,5.75,4,9]},"up":{"texture":"#0","uv":[4.25,5.75,4,5.75]},"west":{"texture":"#0","uv":[4.25,5.75,4.25,9]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-10.8,-16]}],"overrides":[],"textures":{"0":"item/w1886527286_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3003.json b/assets/minecraft/models/w3003.json new file mode 100644 index 000000000..e615e2897 --- /dev/null +++ b/assets/minecraft/models/w3003.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,5.75,4.25,5.75]},"east":{"texture":"#0","uv":[4,5.75,4,9]},"north":{"texture":"#0","uv":[4,5.75,4.25,9]},"south":{"texture":"#0","uv":[4.25,5.75,4,9]},"up":{"texture":"#0","uv":[4.25,5.75,4,5.75]},"west":{"texture":"#0","uv":[4.25,5.75,4.25,9]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-10.8,-16]}],"overrides":[],"textures":{"0":"item/w1886527286_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3004.json b/assets/minecraft/models/w3004.json new file mode 100644 index 000000000..e615e2897 --- /dev/null +++ b/assets/minecraft/models/w3004.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,5.75,4.25,5.75]},"east":{"texture":"#0","uv":[4,5.75,4,9]},"north":{"texture":"#0","uv":[4,5.75,4.25,9]},"south":{"texture":"#0","uv":[4.25,5.75,4,9]},"up":{"texture":"#0","uv":[4.25,5.75,4,5.75]},"west":{"texture":"#0","uv":[4.25,5.75,4.25,9]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-10.8,-16]}],"overrides":[],"textures":{"0":"item/w1886527286_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3005.json b/assets/minecraft/models/w3005.json new file mode 100644 index 000000000..e615e2897 --- /dev/null +++ b/assets/minecraft/models/w3005.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,5.75,4.25,5.75]},"east":{"texture":"#0","uv":[4,5.75,4,9]},"north":{"texture":"#0","uv":[4,5.75,4.25,9]},"south":{"texture":"#0","uv":[4.25,5.75,4,9]},"up":{"texture":"#0","uv":[4.25,5.75,4,5.75]},"west":{"texture":"#0","uv":[4.25,5.75,4.25,9]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-10.8,-16]}],"overrides":[],"textures":{"0":"item/w1886527286_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3006.json b/assets/minecraft/models/w3006.json new file mode 100644 index 000000000..e615e2897 --- /dev/null +++ b/assets/minecraft/models/w3006.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,5.75,4.25,5.75]},"east":{"texture":"#0","uv":[4,5.75,4,9]},"north":{"texture":"#0","uv":[4,5.75,4.25,9]},"south":{"texture":"#0","uv":[4.25,5.75,4,9]},"up":{"texture":"#0","uv":[4.25,5.75,4,5.75]},"west":{"texture":"#0","uv":[4.25,5.75,4.25,9]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-10.8,-16]}],"overrides":[],"textures":{"0":"item/w1886527286_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3007.json b/assets/minecraft/models/w3007.json new file mode 100644 index 000000000..e615e2897 --- /dev/null +++ b/assets/minecraft/models/w3007.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,5.75,4.25,5.75]},"east":{"texture":"#0","uv":[4,5.75,4,9]},"north":{"texture":"#0","uv":[4,5.75,4.25,9]},"south":{"texture":"#0","uv":[4.25,5.75,4,9]},"up":{"texture":"#0","uv":[4.25,5.75,4,5.75]},"west":{"texture":"#0","uv":[4.25,5.75,4.25,9]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-10.8,-16]}],"overrides":[],"textures":{"0":"item/w1886527286_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3008.json b/assets/minecraft/models/w3008.json new file mode 100644 index 000000000..e615e2897 --- /dev/null +++ b/assets/minecraft/models/w3008.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,5.75,4.25,5.75]},"east":{"texture":"#0","uv":[4,5.75,4,9]},"north":{"texture":"#0","uv":[4,5.75,4.25,9]},"south":{"texture":"#0","uv":[4.25,5.75,4,9]},"up":{"texture":"#0","uv":[4.25,5.75,4,5.75]},"west":{"texture":"#0","uv":[4.25,5.75,4.25,9]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-10.8,-16]}],"overrides":[],"textures":{"0":"item/w1886527286_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3009.json b/assets/minecraft/models/w3009.json new file mode 100644 index 000000000..999cfd0cf --- /dev/null +++ b/assets/minecraft/models/w3009.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,5.25,7.5,5.25]},"east":{"texture":"#0","uv":[5.5,5.25,5.5,7.25]},"north":{"texture":"#0","uv":[5.5,5.25,7.5,7.25]},"south":{"texture":"#0","uv":[7.5,5.25,5.5,7.25]},"up":{"texture":"#0","uv":[7.5,5.25,5.5,5.25]},"west":{"texture":"#0","uv":[7.5,5.25,7.5,7.25]}},"from":[-15.6,-15.2,-15.6],"shade":false,"to":[-12.400001,-12,-15.6]},{"faces":{"down":{"texture":"#0","uv":[10.5,0,8.25,0.5]},"east":{"texture":"#0","uv":[5.5,0.5,6,1]},"north":{"texture":"#0","uv":[6,0.5,8.25,1]},"south":{"texture":"#0","uv":[8.75,0.5,11,1]},"up":{"texture":"#0","uv":[8.25,0.5,6,0]},"west":{"texture":"#0","uv":[8.25,0.5,8.75,1]}},"from":[-15.8,-16,-16],"shade":false,"to":[-12.200001,-15.2,-15.2]},{"faces":{"down":{"texture":"#0","uv":[8.5,4,6,4.5]},"east":{"texture":"#0","uv":[3,4.5,3.5,5.25]},"north":{"texture":"#0","uv":[3.5,4.5,6,5.25]},"south":{"texture":"#0","uv":[6.5,4.5,9,5.25]},"up":{"texture":"#0","uv":[6,4.5,3.5,4]},"west":{"texture":"#0","uv":[6,4.5,6.5,5.25]}},"from":[-16,-12,-16],"shade":false,"to":[-12,-10.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1210602150_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w301.json b/assets/minecraft/models/w301.json new file mode 100644 index 000000000..a93416b2c --- /dev/null +++ b/assets/minecraft/models/w301.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.75,8.625,6.625,8.75]},"east":{"texture":"#0","uv":[6.375,8.75,6.5,8.875]},"north":{"texture":"#0","uv":[6.5,8.75,6.625,8.875]},"south":{"texture":"#0","uv":[6.75,8.75,6.875,8.875]},"up":{"texture":"#0","uv":[6.625,8.75,6.5,8.625]},"west":{"texture":"#0","uv":[6.625,8.75,6.75,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.426313,-15.426314,-15.592]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3010.json b/assets/minecraft/models/w3010.json new file mode 100644 index 000000000..9e45a4b75 --- /dev/null +++ b/assets/minecraft/models/w3010.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,5.25,4.25,5.25]},"east":{"texture":"#0","uv":[3,5.25,3,9.75]},"north":{"texture":"#0","uv":[3,5.25,4.75,9.75]},"south":{"texture":"#0","uv":[4.75,5.25,3,9.75]},"up":{"texture":"#0","uv":[4.25,5.25,3,5.25]},"west":{"texture":"#0","uv":[4.25,5.25,4.25,9.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-8.8,-16]}],"overrides":[],"textures":{"0":"item/w1210602150_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3011.json b/assets/minecraft/models/w3011.json new file mode 100644 index 000000000..aecf3c6ad --- /dev/null +++ b/assets/minecraft/models/w3011.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,5.25,5.5,5.25]},"east":{"texture":"#0","uv":[4.25,5.25,4.25,9.75]},"north":{"texture":"#0","uv":[4.75,5.25,3,9.75]},"south":{"texture":"#0","uv":[3,5.25,4.75,9.75]},"up":{"texture":"#0","uv":[3,5.25,4.25,5.25]},"west":{"texture":"#0","uv":[3,5.25,3,9.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-8.8,-16]}],"overrides":[],"textures":{"0":"item/w1210602150_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3012.json b/assets/minecraft/models/w3012.json new file mode 100644 index 000000000..7cfcdcac9 --- /dev/null +++ b/assets/minecraft/models/w3012.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,4]},"north":{"texture":"#0","uv":[1.5,1.5,3.5,4]},"south":{"texture":"#0","uv":[5,1.5,7,4]},"up":{"texture":"#0","uv":[3.5,1.5,1.5,0]},"west":{"texture":"#0","uv":[3.5,1.5,5,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12,-13.6]}],"overrides":[],"textures":{"0":"item/w1210602150_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3013.json b/assets/minecraft/models/w3013.json new file mode 100644 index 000000000..a33a7c7e6 --- /dev/null +++ b/assets/minecraft/models/w3013.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,4,1.5,4]},"east":{"texture":"#0","uv":[0,4,0,8.5]},"north":{"texture":"#0","uv":[0,4,2,8.75]},"south":{"texture":"#0","uv":[2,4,0,8.75]},"up":{"texture":"#0","uv":[1.5,4,0,4]},"west":{"texture":"#0","uv":[1.5,4,1.5,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-8.4,-16]}],"overrides":[],"textures":{"0":"item/w1210602150_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3014.json b/assets/minecraft/models/w3014.json new file mode 100644 index 000000000..7f933ab5c --- /dev/null +++ b/assets/minecraft/models/w3014.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,4,3,4]},"east":{"texture":"#0","uv":[1.5,4,1.5,8.5]},"north":{"texture":"#0","uv":[2,4,0,8.75]},"south":{"texture":"#0","uv":[0,4,2,8.75]},"up":{"texture":"#0","uv":[0,4,1.5,4]},"west":{"texture":"#0","uv":[0,4,0,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-8.4,-16]}],"overrides":[],"textures":{"0":"item/w1210602150_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3015.json b/assets/minecraft/models/w3015.json new file mode 100644 index 000000000..eded02920 --- /dev/null +++ b/assets/minecraft/models/w3015.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4.25,9,1.75,10.5]},"south":{"texture":"#0","uv":[1.75,9,4.25,10.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w637883067_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3016.json b/assets/minecraft/models/w3016.json new file mode 100644 index 000000000..0f80ff886 --- /dev/null +++ b/assets/minecraft/models/w3016.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1.75,7.5,4.25,9]},"south":{"texture":"#0","uv":[4.25,7.5,1.75,9]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w637883067_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3017.json b/assets/minecraft/models/w3017.json new file mode 100644 index 000000000..3f3b28649 --- /dev/null +++ b/assets/minecraft/models/w3017.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4.25,7.5,6.25,10]},"south":{"texture":"#0","uv":[6.25,7.5,4.25,10]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12,-16]}],"overrides":[],"textures":{"0":"item/w637883067_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3018.json b/assets/minecraft/models/w3018.json new file mode 100644 index 000000000..d19d67b21 --- /dev/null +++ b/assets/minecraft/models/w3018.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,6,10,7]},"east":{"texture":"#0","uv":[7,7,8,10]},"north":{"texture":"#0","uv":[8,7,10,10]},"south":{"texture":"#0","uv":[11,7,13,10]},"up":{"texture":"#0","uv":[10,7,8,6]},"west":{"texture":"#0","uv":[10,7,11,10]}},"from":[-16,-12.1,-16],"shade":false,"to":[-12.6,-7.1000004,-14.2]},{"faces":{"east":{"texture":"#0","uv":[1.75,7.5,0,10]},"west":{"texture":"#0","uv":[0,7.5,1.75,10]}},"from":[-15.9,-16,-15.9],"shade":false,"to":[-15.9,-12,-13.099999]},{"faces":{"east":{"texture":"#0","uv":[1.75,7.5,0,10]},"west":{"texture":"#0","uv":[0,7.5,1.75,10]}},"from":[-12.7,-16,-15.9],"shade":false,"to":[-12.7,-12,-13.099999]}],"overrides":[],"textures":{"0":"item/w637883067_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3019.json b/assets/minecraft/models/w3019.json new file mode 100644 index 000000000..e790817c6 --- /dev/null +++ b/assets/minecraft/models/w3019.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.25,2.75,10.25,4]},"east":{"texture":"#0","uv":[7,4,8.25,6]},"north":{"texture":"#0","uv":[8.25,4,10.25,6]},"south":{"texture":"#0","uv":[11.5,4,13.5,6]},"up":{"texture":"#0","uv":[10.25,4,8.25,2.75]},"west":{"texture":"#0","uv":[10.25,4,11.5,6]}},"from":[-16,-16,-16],"shade":false,"to":[-12.408,-12.408,-13.608]}],"overrides":[],"textures":{"0":"item/w637883067_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w302.json b/assets/minecraft/models/w302.json new file mode 100644 index 000000000..42a0860e1 --- /dev/null +++ b/assets/minecraft/models/w302.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.75,9,6.5,9.125]},"east":{"texture":"#0","uv":[6.125,9.125,6.25,9.375]},"north":{"texture":"#0","uv":[6.25,9.125,6.5,9.375]},"south":{"texture":"#0","uv":[6.625,9.125,6.875,9.375]},"up":{"texture":"#0","uv":[6.5,9.125,6.25,9]},"west":{"texture":"#0","uv":[6.5,9.125,6.625,9.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3020.json b/assets/minecraft/models/w3020.json new file mode 100644 index 000000000..7d2430543 --- /dev/null +++ b/assets/minecraft/models/w3020.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,4,3.5,5.75]},"east":{"texture":"#0","uv":[0,5.75,1.75,7.5]},"north":{"texture":"#0","uv":[1.75,5.75,3.5,7.5]},"south":{"texture":"#0","uv":[5.25,5.75,7,7.5]},"up":{"texture":"#0","uv":[3.5,5.75,1.75,4]},"west":{"texture":"#0","uv":[3.5,5.75,5.25,7.5]}},"from":[-15.8,-15.8,-15.8],"shade":false,"to":[-12.6,-12.6,-12.6]},{"faces":{"down":{"texture":"#0","uv":[6,0,4,2]},"east":{"texture":"#0","uv":[0,2,2,4]},"north":{"texture":"#0","uv":[2,2,4,4]},"south":{"texture":"#0","uv":[6,2,8,4]},"up":{"texture":"#0","uv":[4,2,2,0]},"west":{"texture":"#0","uv":[4,2,6,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.4,-12.4]}],"overrides":[],"textures":{"0":"item/w637883067_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3021.json b/assets/minecraft/models/w3021.json new file mode 100644 index 000000000..2302de712 --- /dev/null +++ b/assets/minecraft/models/w3021.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.25,0,10.25,1.25]},"east":{"texture":"#0","uv":[8,1.25,9.25,2.25]},"north":{"texture":"#0","uv":[9.25,1.25,10.25,2.25]},"south":{"texture":"#0","uv":[11.5,1.25,12.5,2.25]},"up":{"texture":"#0","uv":[10.25,1.25,9.25,0]},"west":{"texture":"#0","uv":[10.25,1.25,11.5,2.25]}},"from":[-16,-12.4,-16],"shade":false,"to":[-14.2,-10.599999,-13.8]},{"faces":{"down":{"texture":"#0","uv":[1.5,10,1,10.5]},"east":{"texture":"#0","uv":[0,10.5,0.5,12.75]},"north":{"texture":"#0","uv":[0.5,10.5,1,12.75]},"south":{"texture":"#0","uv":[1.5,10.5,2,12.75]},"up":{"texture":"#0","uv":[1,10.5,0.5,10]},"west":{"texture":"#0","uv":[1,10.5,1.5,12.75]}},"from":[-15.6,-16,-15.4],"shade":false,"to":[-14.6,-12.2,-14.4]}],"overrides":[],"textures":{"0":"item/w637883067_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3022.json b/assets/minecraft/models/w3022.json new file mode 100644 index 000000000..854079210 --- /dev/null +++ b/assets/minecraft/models/w3022.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.25,0,11.25,1.25]},"east":{"texture":"#0","uv":[11.5,1.25,10.25,2.25]},"north":{"texture":"#0","uv":[10.25,1.25,9.25,2.25]},"south":{"texture":"#0","uv":[12.5,1.25,11.5,2.25]},"up":{"texture":"#0","uv":[9.25,1.25,10.25,0]},"west":{"texture":"#0","uv":[9.25,1.25,8,2.25]}},"from":[-16,-12.4,-16],"shade":false,"to":[-14.2,-10.599999,-13.8]},{"faces":{"down":{"texture":"#0","uv":[1,10,1.5,10.5]},"east":{"texture":"#0","uv":[1.5,10.5,1,12.75]},"north":{"texture":"#0","uv":[1,10.5,0.5,12.75]},"south":{"texture":"#0","uv":[2,10.5,1.5,12.75]},"up":{"texture":"#0","uv":[0.5,10.5,1,10]},"west":{"texture":"#0","uv":[0.5,10.5,0,12.75]}},"from":[-15.6,-16,-15.4],"shade":false,"to":[-14.6,-12.2,-14.4]}],"overrides":[],"textures":{"0":"item/w637883067_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3023.json b/assets/minecraft/models/w3023.json new file mode 100644 index 000000000..142a70a71 --- /dev/null +++ b/assets/minecraft/models/w3023.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,0,1,0.5]},"east":{"texture":"#0","uv":[0,0.5,0.5,1]},"north":{"texture":"#0","uv":[0.5,0.5,1,1]},"south":{"texture":"#0","uv":[1.5,0.5,2,1]},"up":{"texture":"#0","uv":[1,0.5,0.5,0]},"west":{"texture":"#0","uv":[1,0.5,1.5,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15,-15,-15]}],"overrides":[],"textures":{"0":"item/w637883067_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3024.json b/assets/minecraft/models/w3024.json new file mode 100644 index 000000000..5033c8520 --- /dev/null +++ b/assets/minecraft/models/w3024.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,10.5,4,11.5]},"east":{"texture":"#0","uv":[2,11.5,3,12.5]},"north":{"texture":"#0","uv":[3,11.5,4,12.5]},"south":{"texture":"#0","uv":[5,11.5,6,12.5]},"up":{"texture":"#0","uv":[4,11.5,3,10.5]},"west":{"texture":"#0","uv":[4,11.5,5,12.5]}},"from":[8,8,8],"shade":false,"to":[6.4,6.4,6.4]}],"overrides":[],"textures":{"0":"item/w637883067_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3025.json b/assets/minecraft/models/w3025.json new file mode 100644 index 000000000..e472f7eaa --- /dev/null +++ b/assets/minecraft/models/w3025.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.75,0.25,15.25,0.25]},"east":{"texture":"#0","uv":[14.75,0.25,14.75,0.75]},"north":{"texture":"#0","uv":[14.75,0.25,15.25,0.75]},"south":{"texture":"#0","uv":[15.25,0.25,15.75,0.75]},"up":{"texture":"#0","uv":[15.25,0.25,14.75,0.25]},"west":{"texture":"#0","uv":[15.25,0.25,15.25,0.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-16]}],"overrides":[],"textures":{"0":"item/w637883067_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3026.json b/assets/minecraft/models/w3026.json new file mode 100644 index 000000000..e472f7eaa --- /dev/null +++ b/assets/minecraft/models/w3026.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.75,0.25,15.25,0.25]},"east":{"texture":"#0","uv":[14.75,0.25,14.75,0.75]},"north":{"texture":"#0","uv":[14.75,0.25,15.25,0.75]},"south":{"texture":"#0","uv":[15.25,0.25,15.75,0.75]},"up":{"texture":"#0","uv":[15.25,0.25,14.75,0.25]},"west":{"texture":"#0","uv":[15.25,0.25,15.25,0.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-16]}],"overrides":[],"textures":{"0":"item/w637883067_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3027.json b/assets/minecraft/models/w3027.json new file mode 100644 index 000000000..e472f7eaa --- /dev/null +++ b/assets/minecraft/models/w3027.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.75,0.25,15.25,0.25]},"east":{"texture":"#0","uv":[14.75,0.25,14.75,0.75]},"north":{"texture":"#0","uv":[14.75,0.25,15.25,0.75]},"south":{"texture":"#0","uv":[15.25,0.25,15.75,0.75]},"up":{"texture":"#0","uv":[15.25,0.25,14.75,0.25]},"west":{"texture":"#0","uv":[15.25,0.25,15.25,0.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-16]}],"overrides":[],"textures":{"0":"item/w637883067_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3028.json b/assets/minecraft/models/w3028.json new file mode 100644 index 000000000..0e73bc652 --- /dev/null +++ b/assets/minecraft/models/w3028.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.25,0.5,15,0.5]},"east":{"texture":"#0","uv":[15,0.5,15,0.75]},"north":{"texture":"#0","uv":[15,0.5,15.25,0.75]},"south":{"texture":"#0","uv":[15,0.5,15.25,0.75]},"up":{"texture":"#0","uv":[15.25,0.5,15,0.5]},"west":{"texture":"#0","uv":[15,0.5,15,0.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-16]}],"overrides":[],"textures":{"0":"item/w637883067_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3029.json b/assets/minecraft/models/w3029.json new file mode 100644 index 000000000..0e73bc652 --- /dev/null +++ b/assets/minecraft/models/w3029.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.25,0.5,15,0.5]},"east":{"texture":"#0","uv":[15,0.5,15,0.75]},"north":{"texture":"#0","uv":[15,0.5,15.25,0.75]},"south":{"texture":"#0","uv":[15,0.5,15.25,0.75]},"up":{"texture":"#0","uv":[15.25,0.5,15,0.5]},"west":{"texture":"#0","uv":[15,0.5,15,0.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-16]}],"overrides":[],"textures":{"0":"item/w637883067_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w303.json b/assets/minecraft/models/w303.json new file mode 100644 index 000000000..bb2aadcae --- /dev/null +++ b/assets/minecraft/models/w303.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.75,9.5,6.5,9.625]},"east":{"texture":"#0","uv":[6.125,9.625,6.25,9.875]},"north":{"texture":"#0","uv":[6.25,9.625,6.5,9.875]},"south":{"texture":"#0","uv":[6.625,9.625,6.875,9.875]},"up":{"texture":"#0","uv":[6.5,9.625,6.25,9.5]},"west":{"texture":"#0","uv":[6.5,9.625,6.625,9.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3030.json b/assets/minecraft/models/w3030.json new file mode 100644 index 000000000..0e73bc652 --- /dev/null +++ b/assets/minecraft/models/w3030.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.25,0.5,15,0.5]},"east":{"texture":"#0","uv":[15,0.5,15,0.75]},"north":{"texture":"#0","uv":[15,0.5,15.25,0.75]},"south":{"texture":"#0","uv":[15,0.5,15.25,0.75]},"up":{"texture":"#0","uv":[15.25,0.5,15,0.5]},"west":{"texture":"#0","uv":[15,0.5,15,0.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-16]}],"overrides":[],"textures":{"0":"item/w637883067_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3031.json b/assets/minecraft/models/w3031.json new file mode 100644 index 000000000..9bac4651c --- /dev/null +++ b/assets/minecraft/models/w3031.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.625,0,3.125,1.625]},"east":{"texture":"#0","uv":[0,1.625,1.625,3]},"north":{"texture":"#0","uv":[1.625,1.625,3.125,3]},"south":{"texture":"#0","uv":[4.75,1.625,6.25,3]},"up":{"texture":"#0","uv":[3.125,1.625,1.625,0]},"west":{"texture":"#0","uv":[3.125,1.625,4.75,3]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.6,-10.8]}],"overrides":[],"textures":{"0":"item/w1479295604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3032.json b/assets/minecraft/models/w3032.json new file mode 100644 index 000000000..0695c2938 --- /dev/null +++ b/assets/minecraft/models/w3032.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.625,6,1.125,6.625]},"east":{"texture":"#0","uv":[0,6.625,0.625,8]},"north":{"texture":"#0","uv":[0.625,6.625,1.125,8]},"south":{"texture":"#0","uv":[1.75,6.625,2.25,8]},"up":{"texture":"#0","uv":[1.125,6.625,0.625,6]},"west":{"texture":"#0","uv":[1.125,6.625,1.75,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.6,-14]}],"overrides":[],"textures":{"0":"item/w1479295604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3033.json b/assets/minecraft/models/w3033.json new file mode 100644 index 000000000..00910820e --- /dev/null +++ b/assets/minecraft/models/w3033.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,6,1.625,6.625]},"east":{"texture":"#0","uv":[1.75,6.625,1.125,8]},"north":{"texture":"#0","uv":[1.125,6.625,0.625,8]},"south":{"texture":"#0","uv":[2.25,6.625,1.75,8]},"up":{"texture":"#0","uv":[0.625,6.625,1.125,6]},"west":{"texture":"#0","uv":[0.625,6.625,0,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.6,-14]}],"overrides":[],"textures":{"0":"item/w1479295604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3034.json b/assets/minecraft/models/w3034.json new file mode 100644 index 000000000..bd52f5146 --- /dev/null +++ b/assets/minecraft/models/w3034.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,3,3,4.75]},"east":{"texture":"#0","uv":[0,4.75,1.75,6]},"north":{"texture":"#0","uv":[1.75,4.75,3,6]},"south":{"texture":"#0","uv":[4.75,4.75,6,6]},"up":{"texture":"#0","uv":[3,4.75,1.75,3]},"west":{"texture":"#0","uv":[3,4.75,4.75,6]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-12,-10.4]}],"overrides":[],"textures":{"0":"item/w1479295604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3035.json b/assets/minecraft/models/w3035.json new file mode 100644 index 000000000..a443a2a09 --- /dev/null +++ b/assets/minecraft/models/w3035.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.125,3.5,9.375,4.625]},"east":{"texture":"#0","uv":[7.5,4.625,8.625,5.375]},"north":{"texture":"#0","uv":[8.625,4.625,9.375,5.375]},"south":{"texture":"#0","uv":[10.5,4.625,11.25,5.375]},"up":{"texture":"#0","uv":[9.375,4.625,8.625,3.5]},"west":{"texture":"#0","uv":[9.375,4.625,10.5,5.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-12.4]}],"overrides":[],"textures":{"0":"item/w1479295604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3036.json b/assets/minecraft/models/w3036.json new file mode 100644 index 000000000..0b1648adf --- /dev/null +++ b/assets/minecraft/models/w3036.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.625,0,9.125,1.375]},"east":{"texture":"#0","uv":[7.25,1.375,8.625,1.875]},"north":{"texture":"#0","uv":[8.625,1.375,9.125,1.875]},"south":{"texture":"#0","uv":[10.5,1.375,11,1.875]},"up":{"texture":"#0","uv":[9.125,1.375,8.625,0]},"west":{"texture":"#0","uv":[9.125,1.375,10.5,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-11.6]}],"overrides":[],"textures":{"0":"item/w1479295604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3037.json b/assets/minecraft/models/w3037.json new file mode 100644 index 000000000..52978d1d6 --- /dev/null +++ b/assets/minecraft/models/w3037.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.125,0,9.625,1.375]},"east":{"texture":"#0","uv":[10.5,1.375,9.125,1.875]},"north":{"texture":"#0","uv":[9.125,1.375,8.625,1.875]},"south":{"texture":"#0","uv":[11,1.375,10.5,1.875]},"up":{"texture":"#0","uv":[8.625,1.375,9.125,0]},"west":{"texture":"#0","uv":[8.625,1.375,7.25,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-11.6]}],"overrides":[],"textures":{"0":"item/w1479295604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3038.json b/assets/minecraft/models/w3038.json new file mode 100644 index 000000000..a86bd9a32 --- /dev/null +++ b/assets/minecraft/models/w3038.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,6.625,3.875,7.625]},"east":{"texture":"#0","uv":[2.25,7.625,3.25,9.25]},"north":{"texture":"#0","uv":[3.25,7.625,3.875,9.25]},"south":{"texture":"#0","uv":[4.875,7.625,5.5,9.25]},"up":{"texture":"#0","uv":[3.875,7.625,3.25,6.625]},"west":{"texture":"#0","uv":[3.875,7.625,4.875,9.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-10.8,-12.8]}],"overrides":[],"textures":{"0":"item/w1479295604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3039.json b/assets/minecraft/models/w3039.json new file mode 100644 index 000000000..1adb54686 --- /dev/null +++ b/assets/minecraft/models/w3039.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.875,6.625,4.5,7.625]},"east":{"texture":"#0","uv":[4.875,7.625,3.875,9.25]},"north":{"texture":"#0","uv":[3.875,7.625,3.25,9.25]},"south":{"texture":"#0","uv":[5.5,7.625,4.875,9.25]},"up":{"texture":"#0","uv":[3.25,7.625,3.875,6.625]},"west":{"texture":"#0","uv":[3.25,7.625,2.25,9.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-10.8,-12.8]}],"overrides":[],"textures":{"0":"item/w1479295604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w304.json b/assets/minecraft/models/w304.json new file mode 100644 index 000000000..6fcf48841 --- /dev/null +++ b/assets/minecraft/models/w304.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,11.125,0.75,11.5]},"east":{"texture":"#0","uv":[0,11.5,0.375,12.875]},"north":{"texture":"#0","uv":[0.375,11.5,0.75,12.875]},"south":{"texture":"#0","uv":[1.125,11.5,1.5,12.875]},"up":{"texture":"#0","uv":[0.75,11.5,0.375,11.125]},"west":{"texture":"#0","uv":[0.75,11.5,1.125,12.875]}},"from":[-15.7975,-13.4,-15.8],"shade":false,"to":[-14.5975,-9,-14.6]},{"faces":{"down":{"texture":"#0","uv":[3.25,10.25,2.75,10.625]},"east":{"texture":"#0","uv":[1.875,10.625,2.25,11]},"north":{"texture":"#0","uv":[2.25,10.625,2.75,11]},"south":{"texture":"#0","uv":[3.125,10.625,3.625,11]},"up":{"texture":"#0","uv":[2.75,10.625,2.25,10.25]},"west":{"texture":"#0","uv":[2.75,10.625,3.125,11]}},"from":[-16,-14.4,-15.668629],"rotation":{"angle":45,"axis":"x","origin":[-15.1975,-13.6,-14.868629],"rescale":false},"shade":false,"to":[-14.3949995,-13.268629,-14.537258]},{"faces":{"down":{"texture":"#0","uv":[5.5,8.625,5,9.125]},"east":{"texture":"#0","uv":[4,9.125,4.5,9.875]},"north":{"texture":"#0","uv":[4.5,9.125,5,9.875]},"south":{"texture":"#0","uv":[5.5,9.125,6,9.875]},"up":{"texture":"#0","uv":[5,9.125,4.5,8.625]},"west":{"texture":"#0","uv":[5,9.125,5.5,9.875]}},"from":[-15.997499,-16,-16],"shade":false,"to":[-14.397499,-13.6,-14.4]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3040.json b/assets/minecraft/models/w3040.json new file mode 100644 index 000000000..ccd093da3 --- /dev/null +++ b/assets/minecraft/models/w3040.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,4.125,6.75,6]},"east":{"texture":"#0","uv":[4.125,6,6,6.625]},"north":{"texture":"#0","uv":[6,6,6.75,6.625]},"south":{"texture":"#0","uv":[8.625,6,9.375,6.625]},"up":{"texture":"#0","uv":[6.75,6,6,4.125]},"west":{"texture":"#0","uv":[6.75,6,8.625,6.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14,-10]}],"overrides":[],"textures":{"0":"item/w1479295604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3041.json b/assets/minecraft/models/w3041.json new file mode 100644 index 000000000..cdb4f3bea --- /dev/null +++ b/assets/minecraft/models/w3041.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.75,0.25,16,0]},"east":{"texture":"#0","uv":[15.75,0.25,16,0]},"north":{"texture":"#0","uv":[15.75,0.25,16,0]},"south":{"texture":"#0","uv":[15.75,0.25,16,0]},"up":{"texture":"#0","uv":[15.75,0.25,16,0]},"west":{"texture":"#0","uv":[15.75,0.25,16,0]}},"from":[8,8,8],"shade":false,"to":[7.5,7,7]}],"overrides":[],"textures":{"0":"item/w1479295604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3042.json b/assets/minecraft/models/w3042.json new file mode 100644 index 000000000..cdb4f3bea --- /dev/null +++ b/assets/minecraft/models/w3042.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.75,0.25,16,0]},"east":{"texture":"#0","uv":[15.75,0.25,16,0]},"north":{"texture":"#0","uv":[15.75,0.25,16,0]},"south":{"texture":"#0","uv":[15.75,0.25,16,0]},"up":{"texture":"#0","uv":[15.75,0.25,16,0]},"west":{"texture":"#0","uv":[15.75,0.25,16,0]}},"from":[8,8,8],"shade":false,"to":[7.5,7,7]}],"overrides":[],"textures":{"0":"item/w1479295604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3043.json b/assets/minecraft/models/w3043.json new file mode 100644 index 000000000..d8a4c818e --- /dev/null +++ b/assets/minecraft/models/w3043.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.875,1.875,8.375,2.5]},"east":{"texture":"#0","uv":[7.25,2.5,7.875,3]},"north":{"texture":"#0","uv":[7.875,2.5,8.375,3]},"south":{"texture":"#0","uv":[9,2.5,9.5,3]},"up":{"texture":"#0","uv":[8.375,2.5,7.875,1.875]},"west":{"texture":"#0","uv":[8.375,2.5,9,3]}},"from":[-15.594958,-15.858382,-16],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.794559,-14.658382,-15.8],"rescale":false},"shade":false,"to":[-13.994159,-14.258382,-14]},{"faces":{"down":{"texture":"#0","uv":[7.375,6.625,6.875,7.25]},"east":{"texture":"#0","uv":[5.75,7.25,6.375,8]},"north":{"texture":"#0","uv":[6.375,7.25,6.875,8]},"south":{"texture":"#0","uv":[7.5,7.25,8,8]},"up":{"texture":"#0","uv":[6.875,7.25,6.375,6.625]},"west":{"texture":"#0","uv":[6.875,7.25,7.5,8]}},"from":[-15.594559,-16,-14.290091],"shade":false,"to":[-13.994558,-13.6,-12.290091]},{"faces":{"down":{"texture":"#0","uv":[1.375,3.125,0.875,3.5]},"east":{"texture":"#0","uv":[0,3.5,0.375,3.75]},"north":{"texture":"#0","uv":[0.375,3.5,0.875,3.75]},"south":{"texture":"#0","uv":[1.25,3.5,1.75,3.75]},"up":{"texture":"#0","uv":[0.875,3.5,0.375,3.125]},"west":{"texture":"#0","uv":[0.875,3.5,1.25,3.75]}},"from":[-15.594559,-16,-15.49009],"rotation":{"angle":22.5,"axis":"x","origin":[-14.794559,-16,-14.290091],"rescale":false},"shade":false,"to":[-13.994558,-15.2,-14.290091]},{"faces":{"down":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"east":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"north":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"south":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"up":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"west":{"texture":"#0","uv":[15.5,0,15.75,0.25]}},"from":[-16,-14.858382,-14.758578],"shade":false,"to":[-15.2,-14.058382,-13.958578]},{"faces":{"down":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"east":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"north":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"south":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"up":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"west":{"texture":"#0","uv":[15.5,0,15.75,0.25]}},"from":[-14.389117,-14.858382,-14.758578],"shade":false,"to":[-13.589117,-14.058382,-13.958578]},{"faces":{"east":{"texture":"#0","uv":[0,3,0.875,3.125]},"west":{"texture":"#0","uv":[0.875,3,1.75,3.125]}},"from":[-15.574558,-13.178383,-15.98],"rotation":{"angle":-45,"axis":"x","origin":[-15.394558,-12.898382,-14.08],"rescale":false},"shade":false,"to":[-15.574558,-12.778383,-13.179999]},{"faces":{"east":{"texture":"#0","uv":[0,3,0.875,3.125]},"west":{"texture":"#0","uv":[0.875,3,1.75,3.125]}},"from":[-14.014559,-13.178383,-15.98],"rotation":{"angle":-45,"axis":"x","origin":[-14.194558,-12.898382,-14.08],"rescale":false},"shade":false,"to":[-14.014559,-12.778383,-13.179999]},{"faces":{"east":{"texture":"#0","uv":[0,3,0.875,3.125]},"west":{"texture":"#0","uv":[0.875,3,1.75,3.125]}},"from":[-15.174559,-13.585662,-14.589045],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.794559,-13.025661,-13.189045],"rescale":false},"shade":false,"to":[-15.174559,-13.185662,-11.789045]},{"faces":{"east":{"texture":"#0","uv":[0,3,0.875,3.125]},"west":{"texture":"#0","uv":[0.875,3,1.75,3.125]}},"from":[-14.414558,-13.585662,-14.589045],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.794559,-13.025661,-13.189045],"rescale":false},"shade":false,"to":[-14.414558,-13.185662,-11.789045]}],"overrides":[],"textures":{"0":"item/w1479295604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3044.json b/assets/minecraft/models/w3044.json new file mode 100644 index 000000000..c0d5f7684 --- /dev/null +++ b/assets/minecraft/models/w3044.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,8,1,8.5]},"east":{"texture":"#0","uv":[0,8.5,0.5,10.125]},"north":{"texture":"#0","uv":[0.5,8.5,1,10.125]},"south":{"texture":"#0","uv":[1.5,8.5,2,10.125]},"up":{"texture":"#0","uv":[1,8.5,0.5,8]},"west":{"texture":"#0","uv":[1,8.5,1.5,10.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-10.8,-14.400001]}],"overrides":[],"textures":{"0":"item/w1479295604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3045.json b/assets/minecraft/models/w3045.json new file mode 100644 index 000000000..fe1dcca81 --- /dev/null +++ b/assets/minecraft/models/w3045.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,8,1.5,8.5]},"east":{"texture":"#0","uv":[1.5,8.5,1,10.125]},"north":{"texture":"#0","uv":[1,8.5,0.5,10.125]},"south":{"texture":"#0","uv":[2,8.5,1.5,10.125]},"up":{"texture":"#0","uv":[0.5,8.5,1,8]},"west":{"texture":"#0","uv":[0.5,8.5,0,10.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-10.8,-14.400001]}],"overrides":[],"textures":{"0":"item/w1479295604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3046.json b/assets/minecraft/models/w3046.json new file mode 100644 index 000000000..e98540411 --- /dev/null +++ b/assets/minecraft/models/w3046.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"east":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"north":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"south":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"up":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"west":{"texture":"#0","uv":[15.5,0,15.75,0.25]}},"from":[8,8,8],"shade":false,"to":[5.6,5.6,5.6]}],"overrides":[],"textures":{"0":"item/w1479295604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3047.json b/assets/minecraft/models/w3047.json new file mode 100644 index 000000000..b6053a3d5 --- /dev/null +++ b/assets/minecraft/models/w3047.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,1.25,6.75,3]},"east":{"texture":"#0","uv":[4.5,3,6.25,3.5]},"north":{"texture":"#0","uv":[6.25,3,6.75,3.5]},"up":{"texture":"#0","uv":[6.75,3,6.25,1.25]},"west":{"texture":"#0","uv":[6.75,3,8.5,3.5]}},"from":[-15.8,-15.8,-16],"shade":false,"to":[-14.2,-14.2,-10.4]},{"faces":{"down":{"texture":"#0","uv":[15.75,0,16,0.25]},"east":{"texture":"#0","uv":[15.75,0,16,0.25]},"north":{"texture":"#0","uv":[15.75,0,16,0.25]},"south":{"texture":"#0","uv":[15.75,0,16,0.25]},"up":{"texture":"#0","uv":[15.75,0,16,0.25]},"west":{"texture":"#0","uv":[15.75,0,16,0.25]}},"from":[-16,-16,-10.2],"shade":false,"to":[-14,-14,-8.2]}],"overrides":[],"textures":{"0":"item/w1479295604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3048.json b/assets/minecraft/models/w3048.json new file mode 100644 index 000000000..909184ded --- /dev/null +++ b/assets/minecraft/models/w3048.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,6.625,5.125,7.125]},"east":{"texture":"#0","uv":[4.5,7.125,5,7.375]},"north":{"texture":"#0","uv":[5,7.125,5.125,7.375]},"south":{"texture":"#0","uv":[5.625,7.125,5.75,7.375]},"up":{"texture":"#0","uv":[5.125,7.125,5,6.625]},"west":{"texture":"#0","uv":[5.125,7.125,5.625,7.375]}},"from":[-15.9992,-14.1226015,-14.169671],"rotation":{"angle":22.5,"axis":"x","origin":[-15.5996,-13.322601,-12.7696705],"rescale":false},"shade":false,"to":[-15.2,-13.322601,-12.569671]},{"faces":{"down":{"texture":"#0","uv":[0.875,0,0.625,0.375]},"east":{"texture":"#0","uv":[0,0.375,0.375,0.625]},"north":{"texture":"#0","uv":[0.375,0.375,0.625,0.625]},"south":{"texture":"#0","uv":[1,0.375,1.25,0.625]},"up":{"texture":"#0","uv":[0.625,0.375,0.375,0]},"west":{"texture":"#0","uv":[0.625,0.375,1,0.625]}},"from":[-15.9996,-13.365948,-13.721792],"shade":false,"to":[-15.1996,-12.565948,-12.521792]},{"faces":{"down":{"texture":"#0","uv":[5.25,3.5,5,4]},"east":{"texture":"#0","uv":[4.25,4,4.75,4.25]},"north":{"texture":"#0","uv":[4.75,4,5,4.25]},"south":{"texture":"#0","uv":[5.5,4,5.75,4.25]},"up":{"texture":"#0","uv":[5,4,4.75,3.5]},"west":{"texture":"#0","uv":[5,4,5.5,4.25]}},"from":[-16,-13.365948,-15.321792],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.5996,-12.5659485,-13.721792],"rescale":false},"shade":false,"to":[-15.1992,-12.565948,-13.721791]},{"faces":{"down":{"texture":"#0","uv":[6,3.5,5.75,3.75]},"east":{"texture":"#0","uv":[5.25,3.75,5.5,4]},"north":{"texture":"#0","uv":[5.5,3.75,5.75,4]},"south":{"texture":"#0","uv":[6,3.75,6.25,4]},"up":{"texture":"#0","uv":[5.75,3.75,5.5,3.5]},"west":{"texture":"#0","uv":[5.75,3.75,6,4]}},"from":[-15.9996,-13.978241,-16],"rotation":{"angle":-45,"axis":"x","origin":[-15.5996,-13.178242,-15.199999],"rescale":false},"shade":false,"to":[-15.1996,-13.178241,-15.199999]},{"faces":{"down":{"texture":"#0","uv":[5,4.25,4.75,4.5]},"east":{"texture":"#0","uv":[4.25,4.5,4.5,4.75]},"north":{"texture":"#0","uv":[4.5,4.5,4.75,4.75]},"south":{"texture":"#0","uv":[5,4.5,5.25,4.75]},"up":{"texture":"#0","uv":[4.75,4.5,4.5,4.25]},"west":{"texture":"#0","uv":[4.75,4.5,5,4.75]}},"from":[-16,-14.543927,-15.765684],"rotation":{"angle":22.5,"axis":"x","origin":[-15.5996,-13.743927,-15.765684],"rescale":false},"shade":false,"to":[-15.1992,-13.743927,-14.965684]},{"faces":{"east":{"texture":"#0","uv":[0,0.625,0.625,1.5]},"west":{"texture":"#0","uv":[0.625,0.625,0,1.5]}},"from":[-15.5996,-16,-15.717094],"shade":false,"to":[-15.5996,-13.2,-13.717094]}],"overrides":[],"textures":{"0":"item/w1479295604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3049.json b/assets/minecraft/models/w3049.json new file mode 100644 index 000000000..01ebf9e5c --- /dev/null +++ b/assets/minecraft/models/w3049.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,0,3.5,2]},"east":{"texture":"#0","uv":[0,2,2,3.75]},"north":{"texture":"#0","uv":[2,2,3.5,3.75]},"south":{"texture":"#0","uv":[5.5,2,7,3.75]},"up":{"texture":"#0","uv":[3.5,2,2,0]},"west":{"texture":"#0","uv":[3.5,2,5.5,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.2,-12.8]}],"overrides":[],"textures":{"0":"item/w1317558595_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w305.json b/assets/minecraft/models/w305.json new file mode 100644 index 000000000..a93416b2c --- /dev/null +++ b/assets/minecraft/models/w305.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.75,8.625,6.625,8.75]},"east":{"texture":"#0","uv":[6.375,8.75,6.5,8.875]},"north":{"texture":"#0","uv":[6.5,8.75,6.625,8.875]},"south":{"texture":"#0","uv":[6.75,8.75,6.875,8.875]},"up":{"texture":"#0","uv":[6.625,8.75,6.5,8.625]},"west":{"texture":"#0","uv":[6.625,8.75,6.75,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.426313,-15.426314,-15.592]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3050.json b/assets/minecraft/models/w3050.json new file mode 100644 index 000000000..8f3203b32 --- /dev/null +++ b/assets/minecraft/models/w3050.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.25,4.25,10.75,6]},"east":{"texture":"#0","uv":[8.5,6,10.25,6.75]},"north":{"texture":"#0","uv":[10.25,6,10.75,6.75]},"south":{"texture":"#0","uv":[12.5,6,13,6.75]},"up":{"texture":"#0","uv":[10.75,6,10.25,4.25]},"west":{"texture":"#0","uv":[10.75,6,12.5,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-13.2]}],"overrides":[],"textures":{"0":"item/w1317558595_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3051.json b/assets/minecraft/models/w3051.json new file mode 100644 index 000000000..6c2c262a3 --- /dev/null +++ b/assets/minecraft/models/w3051.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,5.5,7.5,7.25]},"east":{"texture":"#0","uv":[4.75,7.25,6.5,8.75]},"north":{"texture":"#0","uv":[6.5,7.25,7.5,8.75]},"south":{"texture":"#0","uv":[9.25,7.25,10.25,8.75]},"up":{"texture":"#0","uv":[7.5,7.25,6.5,5.5]},"west":{"texture":"#0","uv":[7.5,7.25,9.25,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-13.6,-13.2]}],"overrides":[],"textures":{"0":"item/w1317558595_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3052.json b/assets/minecraft/models/w3052.json new file mode 100644 index 000000000..ebdfae4f3 --- /dev/null +++ b/assets/minecraft/models/w3052.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.75,8.75,4.25,9.5]},"east":{"texture":"#0","uv":[3,9.5,3.75,11.25]},"north":{"texture":"#0","uv":[3.75,9.5,4.25,11.25]},"south":{"texture":"#0","uv":[5,9.5,5.5,11.25]},"up":{"texture":"#0","uv":[4.25,9.5,3.75,8.75]},"west":{"texture":"#0","uv":[4.25,9.5,5,11.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.200001,-14.8]}],"overrides":[],"textures":{"0":"item/w1317558595_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3053.json b/assets/minecraft/models/w3053.json new file mode 100644 index 000000000..6292ad452 --- /dev/null +++ b/assets/minecraft/models/w3053.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,8.75,4.75,9.5]},"east":{"texture":"#0","uv":[5,9.5,4.25,11.25]},"north":{"texture":"#0","uv":[4.25,9.5,3.75,11.25]},"south":{"texture":"#0","uv":[5.5,9.5,5,11.25]},"up":{"texture":"#0","uv":[3.75,9.5,4.25,8.75]},"west":{"texture":"#0","uv":[3.75,9.5,3,11.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.200001,-14.8]}],"overrides":[],"textures":{"0":"item/w1317558595_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3054.json b/assets/minecraft/models/w3054.json new file mode 100644 index 000000000..1d221de46 --- /dev/null +++ b/assets/minecraft/models/w3054.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,0.5,15.5,0]},"east":{"texture":"#0","uv":[16,0.5,15.5,0]},"north":{"texture":"#0","uv":[16,0.5,15.5,0]},"south":{"texture":"#0","uv":[16,0.5,15.5,0]},"up":{"texture":"#0","uv":[16,0.5,15.5,0]},"west":{"texture":"#0","uv":[16,0.5,15.5,0]}},"from":[8,8,8],"shade":false,"to":[7.5,7,7]}],"overrides":[],"textures":{"0":"item/w1317558595_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3055.json b/assets/minecraft/models/w3055.json new file mode 100644 index 000000000..1d221de46 --- /dev/null +++ b/assets/minecraft/models/w3055.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,0.5,15.5,0]},"east":{"texture":"#0","uv":[16,0.5,15.5,0]},"north":{"texture":"#0","uv":[16,0.5,15.5,0]},"south":{"texture":"#0","uv":[16,0.5,15.5,0]},"up":{"texture":"#0","uv":[16,0.5,15.5,0]},"west":{"texture":"#0","uv":[16,0.5,15.5,0]}},"from":[8,8,8],"shade":false,"to":[7.5,7,7]}],"overrides":[],"textures":{"0":"item/w1317558595_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3056.json b/assets/minecraft/models/w3056.json new file mode 100644 index 000000000..8ba7d2a22 --- /dev/null +++ b/assets/minecraft/models/w3056.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.75,8.75,7.75,10]},"east":{"texture":"#0","uv":[5.5,10,6.75,11]},"north":{"texture":"#0","uv":[6.75,10,7.75,11]},"south":{"texture":"#0","uv":[9,10,10,11]},"up":{"texture":"#0","uv":[7.75,10,6.75,8.75]},"west":{"texture":"#0","uv":[7.75,10,9,11]}},"from":[-15.594958,-16,-16],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.794559,-14.8,-15.8],"rescale":false},"shade":false,"to":[-13.994159,-14.4,-14]},{"faces":{"down":{"texture":"#0","uv":[15,0,15.5,0.5]},"east":{"texture":"#0","uv":[15,0,15.5,0.5]},"north":{"texture":"#0","uv":[15,0,15.5,0.5]},"south":{"texture":"#0","uv":[15,0,15.5,0.5]},"up":{"texture":"#0","uv":[15,0,15.5,0.5]},"west":{"texture":"#0","uv":[15,0,15.5,0.5]}},"from":[-16,-15.32,-15.158579],"shade":false,"to":[-15.2,-14.5199995,-14.358579]},{"faces":{"down":{"texture":"#0","uv":[15,0,15.5,0.5]},"east":{"texture":"#0","uv":[15,0,15.5,0.5]},"north":{"texture":"#0","uv":[15,0,15.5,0.5]},"south":{"texture":"#0","uv":[15,0,15.5,0.5]},"up":{"texture":"#0","uv":[15,0,15.5,0.5]},"west":{"texture":"#0","uv":[15,0,15.5,0.5]}},"from":[-14.389117,-15.32,-15.158579],"shade":false,"to":[-13.589117,-14.5199995,-14.358579]},{"faces":{"east":{"texture":"#0","uv":[3.75,4.5,5.5,4.75]},"west":{"texture":"#0","uv":[5.5,4.5,7.25,4.75]}},"from":[-15.574558,-13.32,-15.98],"rotation":{"angle":-45,"axis":"x","origin":[-15.394558,-13.04,-14.08],"rescale":false},"shade":false,"to":[-15.574558,-12.92,-13.18]},{"faces":{"east":{"texture":"#0","uv":[3.75,4.5,5.5,4.75]},"west":{"texture":"#0","uv":[5.5,4.5,7.25,4.75]}},"from":[-14.014559,-13.32,-15.98],"rotation":{"angle":-45,"axis":"x","origin":[-14.194558,-13.04,-14.08],"rescale":false},"shade":false,"to":[-14.014559,-12.92,-13.18]},{"faces":{"east":{"texture":"#0","uv":[3.75,4.25,5.5,4.5]},"west":{"texture":"#0","uv":[5.5,4.25,7.25,4.5]}},"from":[-15.174559,-13.72728,-14.589046],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.794559,-13.167279,-13.189045],"rescale":false},"shade":false,"to":[-15.174559,-13.32728,-11.789045]},{"faces":{"east":{"texture":"#0","uv":[3.75,4.25,5.5,4.5]},"west":{"texture":"#0","uv":[5.5,4.25,7.25,4.5]}},"from":[-14.414558,-13.72728,-14.589046],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.794559,-13.167279,-13.189045],"rescale":false},"shade":false,"to":[-14.414558,-13.32728,-11.789045]}],"overrides":[],"textures":{"0":"item/w1317558595_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3057.json b/assets/minecraft/models/w3057.json new file mode 100644 index 000000000..30749d84b --- /dev/null +++ b/assets/minecraft/models/w3057.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,3.75,3.25,6.5]},"east":{"texture":"#0","uv":[0,6.5,2.75,7.25]},"north":{"texture":"#0","uv":[2.75,6.5,3.25,7.25]},"south":{"texture":"#0","uv":[6,6.5,6.5,7.25]},"up":{"texture":"#0","uv":[3.25,6.5,2.75,3.75]},"west":{"texture":"#0","uv":[3.25,6.5,6,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-11.6]}],"overrides":[],"textures":{"0":"item/w1317558595_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3058.json b/assets/minecraft/models/w3058.json new file mode 100644 index 000000000..a093b8035 --- /dev/null +++ b/assets/minecraft/models/w3058.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.75,0,10,1.25]},"east":{"texture":"#0","uv":[8,1.25,9.25,3.25]},"north":{"texture":"#0","uv":[9.25,1.25,10,3.25]},"south":{"texture":"#0","uv":[11.25,1.25,12,3.25]},"up":{"texture":"#0","uv":[10,1.25,9.25,0]},"west":{"texture":"#0","uv":[10,1.25,11.25,3.25]}},"from":[-16,-13.6,-16],"shade":false,"to":[-14.8,-10.400001,-14]},{"faces":{"down":{"texture":"#0","uv":[2.25,7.25,1.5,8]},"east":{"texture":"#0","uv":[0,8,0.75,10]},"north":{"texture":"#0","uv":[0.75,8,1.5,10]},"south":{"texture":"#0","uv":[2.25,8,3,10]},"up":{"texture":"#0","uv":[1.5,8,0.75,7.25]},"west":{"texture":"#0","uv":[1.5,8,2.25,10]}},"from":[-15.6,-16,-14.8],"shade":false,"to":[-14.400001,-12.8,-13.6]}],"overrides":[],"textures":{"0":"item/w1317558595_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3059.json b/assets/minecraft/models/w3059.json new file mode 100644 index 000000000..0d8a2a0ac --- /dev/null +++ b/assets/minecraft/models/w3059.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,0,10.75,1.25]},"east":{"texture":"#0","uv":[11.25,1.25,10,3.25]},"north":{"texture":"#0","uv":[10,1.25,9.25,3.25]},"south":{"texture":"#0","uv":[12,1.25,11.25,3.25]},"up":{"texture":"#0","uv":[9.25,1.25,10,0]},"west":{"texture":"#0","uv":[9.25,1.25,8,3.25]}},"from":[-15.6,-13.6,-16],"shade":false,"to":[-14.400001,-10.400001,-14]},{"faces":{"down":{"texture":"#0","uv":[1.5,7.25,2.25,8]},"east":{"texture":"#0","uv":[2.25,8,1.5,10]},"north":{"texture":"#0","uv":[1.5,8,0.75,10]},"south":{"texture":"#0","uv":[3,8,2.25,10]},"up":{"texture":"#0","uv":[0.75,8,1.5,7.25]},"west":{"texture":"#0","uv":[0.75,8,0,10]}},"from":[-16,-16,-14.8],"shade":false,"to":[-14.8,-12.8,-13.6]}],"overrides":[],"textures":{"0":"item/w1317558595_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w306.json b/assets/minecraft/models/w306.json new file mode 100644 index 000000000..04df3f170 --- /dev/null +++ b/assets/minecraft/models/w306.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.875,6.625,2.5,6.625]},"east":{"texture":"#0","uv":[2.125,6.625,2.125,7]},"north":{"texture":"#0","uv":[2.125,6.625,2.5,7]},"south":{"texture":"#0","uv":[2.5,6.625,2.875,7]},"up":{"texture":"#0","uv":[2.5,6.625,2.125,6.625]},"west":{"texture":"#0","uv":[2.5,6.625,2.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3060.json b/assets/minecraft/models/w3060.json new file mode 100644 index 000000000..b993c9379 --- /dev/null +++ b/assets/minecraft/models/w3060.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,10,1.25,10.75]},"east":{"texture":"#0","uv":[0,10.75,0.75,12.25]},"north":{"texture":"#0","uv":[0.75,10.75,1.25,12.25]},"south":{"texture":"#0","uv":[2,10.75,2.5,12.25]},"up":{"texture":"#0","uv":[1.25,10.75,0.75,10]},"west":{"texture":"#0","uv":[1.25,10.75,2,12.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1317558595_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3061.json b/assets/minecraft/models/w3061.json new file mode 100644 index 000000000..1b8da8c17 --- /dev/null +++ b/assets/minecraft/models/w3061.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,10,1.75,10.75]},"east":{"texture":"#0","uv":[2,10.75,1.25,12.25]},"north":{"texture":"#0","uv":[1.25,10.75,0.75,12.25]},"south":{"texture":"#0","uv":[2.5,10.75,2,12.25]},"up":{"texture":"#0","uv":[0.75,10.75,1.25,10]},"west":{"texture":"#0","uv":[0.75,10.75,0,12.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1317558595_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3062.json b/assets/minecraft/models/w3062.json new file mode 100644 index 000000000..f0e64b36b --- /dev/null +++ b/assets/minecraft/models/w3062.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,2.25,12.5,3.25]},"east":{"texture":"#0","uv":[11,3.25,12,3.75]},"north":{"texture":"#0","uv":[12,3.25,12.5,3.75]},"south":{"texture":"#0","uv":[13.5,3.25,14,3.75]},"up":{"texture":"#0","uv":[12.5,3.25,12,2.25]},"west":{"texture":"#0","uv":[12.5,3.25,13.5,3.75]}},"from":[-16,-14.6343155,-15.434314],"shade":false,"to":[-15.1992,-13.834315,-13.834313]},{"faces":{"down":{"texture":"#0","uv":[6.5,0,6,0.5]},"east":{"texture":"#0","uv":[5,0.5,5.5,1]},"north":{"texture":"#0","uv":[5.5,0.5,6,1]},"south":{"texture":"#0","uv":[6.5,0.5,7,1]},"up":{"texture":"#0","uv":[6,0.5,5.5,0]},"west":{"texture":"#0","uv":[6,0.5,6.5,1]}},"from":[-15.9996,-14.6343155,-15.434314],"rotation":{"angle":45,"axis":"x","origin":[-15.5996,-13.834315,-15.434314],"rescale":false},"shade":false,"to":[-15.1996,-13.834315,-14.634314]},{"faces":{"east":{"texture":"#0","uv":[0,0,1.25,1.75]},"west":{"texture":"#0","uv":[1.25,0,0,1.75]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.6,-13.2,-14]}],"overrides":[],"textures":{"0":"item/w1317558595_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3063.json b/assets/minecraft/models/w3063.json new file mode 100644 index 000000000..166130358 --- /dev/null +++ b/assets/minecraft/models/w3063.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,1,7.5,3.75]},"east":{"texture":"#0","uv":[4.25,3.75,7,4.25]},"north":{"texture":"#0","uv":[7,3.75,7.5,4.25]},"south":{"texture":"#0","uv":[10.25,3.75,10.75,4.25]},"up":{"texture":"#0","uv":[7.5,3.75,7,1]},"west":{"texture":"#0","uv":[7.5,3.75,10.25,4.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2008,-15.2,-11.6]}],"overrides":[],"textures":{"0":"item/w1317558595_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3064.json b/assets/minecraft/models/w3064.json new file mode 100644 index 000000000..960ebe3f1 --- /dev/null +++ b/assets/minecraft/models/w3064.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.625,0,3.125,1.625]},"east":{"texture":"#0","uv":[0,1.625,1.625,3]},"north":{"texture":"#0","uv":[1.625,1.625,3.125,3]},"south":{"texture":"#0","uv":[4.75,1.625,6.25,3]},"up":{"texture":"#0","uv":[3.125,1.625,1.625,0]},"west":{"texture":"#0","uv":[3.125,1.625,4.75,3]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.6,-10.8]}],"overrides":[],"textures":{"0":"item/w2057983610_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3065.json b/assets/minecraft/models/w3065.json new file mode 100644 index 000000000..9256972f5 --- /dev/null +++ b/assets/minecraft/models/w3065.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.625,6,1.125,6.625]},"east":{"texture":"#0","uv":[0,6.625,0.625,8]},"north":{"texture":"#0","uv":[0.625,6.625,1.125,8]},"south":{"texture":"#0","uv":[1.75,6.625,2.25,8]},"up":{"texture":"#0","uv":[1.125,6.625,0.625,6]},"west":{"texture":"#0","uv":[1.125,6.625,1.75,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.6,-14]}],"overrides":[],"textures":{"0":"item/w2057983610_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3066.json b/assets/minecraft/models/w3066.json new file mode 100644 index 000000000..ad80105ef --- /dev/null +++ b/assets/minecraft/models/w3066.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,6,1.625,6.625]},"east":{"texture":"#0","uv":[1.75,6.625,1.125,8]},"north":{"texture":"#0","uv":[1.125,6.625,0.625,8]},"south":{"texture":"#0","uv":[2.25,6.625,1.75,8]},"up":{"texture":"#0","uv":[0.625,6.625,1.125,6]},"west":{"texture":"#0","uv":[0.625,6.625,0,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.6,-14]}],"overrides":[],"textures":{"0":"item/w2057983610_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3067.json b/assets/minecraft/models/w3067.json new file mode 100644 index 000000000..dcdc97888 --- /dev/null +++ b/assets/minecraft/models/w3067.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,3,3,4.75]},"east":{"texture":"#0","uv":[0,4.75,1.75,6]},"north":{"texture":"#0","uv":[1.75,4.75,3,6]},"south":{"texture":"#0","uv":[4.75,4.75,6,6]},"up":{"texture":"#0","uv":[3,4.75,1.75,3]},"west":{"texture":"#0","uv":[3,4.75,4.75,6]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-12,-10.4]}],"overrides":[],"textures":{"0":"item/w2057983610_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3068.json b/assets/minecraft/models/w3068.json new file mode 100644 index 000000000..1fe5f889f --- /dev/null +++ b/assets/minecraft/models/w3068.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.125,3.5,9.375,4.625]},"east":{"texture":"#0","uv":[7.5,4.625,8.625,5.375]},"north":{"texture":"#0","uv":[8.625,4.625,9.375,5.375]},"south":{"texture":"#0","uv":[10.5,4.625,11.25,5.375]},"up":{"texture":"#0","uv":[9.375,4.625,8.625,3.5]},"west":{"texture":"#0","uv":[9.375,4.625,10.5,5.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-12.4]}],"overrides":[],"textures":{"0":"item/w2057983610_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3069.json b/assets/minecraft/models/w3069.json new file mode 100644 index 000000000..96fd17865 --- /dev/null +++ b/assets/minecraft/models/w3069.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.625,0,9.125,1.375]},"east":{"texture":"#0","uv":[7.25,1.375,8.625,1.875]},"north":{"texture":"#0","uv":[8.625,1.375,9.125,1.875]},"south":{"texture":"#0","uv":[10.5,1.375,11,1.875]},"up":{"texture":"#0","uv":[9.125,1.375,8.625,0]},"west":{"texture":"#0","uv":[9.125,1.375,10.5,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-11.6]}],"overrides":[],"textures":{"0":"item/w2057983610_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w307.json b/assets/minecraft/models/w307.json new file mode 100644 index 000000000..04df3f170 --- /dev/null +++ b/assets/minecraft/models/w307.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.875,6.625,2.5,6.625]},"east":{"texture":"#0","uv":[2.125,6.625,2.125,7]},"north":{"texture":"#0","uv":[2.125,6.625,2.5,7]},"south":{"texture":"#0","uv":[2.5,6.625,2.875,7]},"up":{"texture":"#0","uv":[2.5,6.625,2.125,6.625]},"west":{"texture":"#0","uv":[2.5,6.625,2.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3070.json b/assets/minecraft/models/w3070.json new file mode 100644 index 000000000..e64ceca6d --- /dev/null +++ b/assets/minecraft/models/w3070.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.125,0,9.625,1.375]},"east":{"texture":"#0","uv":[10.5,1.375,9.125,1.875]},"north":{"texture":"#0","uv":[9.125,1.375,8.625,1.875]},"south":{"texture":"#0","uv":[11,1.375,10.5,1.875]},"up":{"texture":"#0","uv":[8.625,1.375,9.125,0]},"west":{"texture":"#0","uv":[8.625,1.375,7.25,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-11.6]}],"overrides":[],"textures":{"0":"item/w2057983610_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3071.json b/assets/minecraft/models/w3071.json new file mode 100644 index 000000000..00bd64d1f --- /dev/null +++ b/assets/minecraft/models/w3071.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,6.625,3.875,7.625]},"east":{"texture":"#0","uv":[2.25,7.625,3.25,9.25]},"north":{"texture":"#0","uv":[3.25,7.625,3.875,9.25]},"south":{"texture":"#0","uv":[4.875,7.625,5.5,9.25]},"up":{"texture":"#0","uv":[3.875,7.625,3.25,6.625]},"west":{"texture":"#0","uv":[3.875,7.625,4.875,9.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-10.8,-12.8]}],"overrides":[],"textures":{"0":"item/w2057983610_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3072.json b/assets/minecraft/models/w3072.json new file mode 100644 index 000000000..939a9166e --- /dev/null +++ b/assets/minecraft/models/w3072.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.875,6.625,4.5,7.625]},"east":{"texture":"#0","uv":[4.875,7.625,3.875,9.25]},"north":{"texture":"#0","uv":[3.875,7.625,3.25,9.25]},"south":{"texture":"#0","uv":[5.5,7.625,4.875,9.25]},"up":{"texture":"#0","uv":[3.25,7.625,3.875,6.625]},"west":{"texture":"#0","uv":[3.25,7.625,2.25,9.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-10.8,-12.8]}],"overrides":[],"textures":{"0":"item/w2057983610_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3073.json b/assets/minecraft/models/w3073.json new file mode 100644 index 000000000..e49b0c583 --- /dev/null +++ b/assets/minecraft/models/w3073.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,4.125,6.75,6]},"east":{"texture":"#0","uv":[4.125,6,6,6.625]},"north":{"texture":"#0","uv":[6,6,6.75,6.625]},"south":{"texture":"#0","uv":[8.625,6,9.375,6.625]},"up":{"texture":"#0","uv":[6.75,6,6,4.125]},"west":{"texture":"#0","uv":[6.75,6,8.625,6.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14,-10]}],"overrides":[],"textures":{"0":"item/w2057983610_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3074.json b/assets/minecraft/models/w3074.json new file mode 100644 index 000000000..a01434479 --- /dev/null +++ b/assets/minecraft/models/w3074.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.75,0.25,16,0]},"east":{"texture":"#0","uv":[15.75,0.25,16,0]},"north":{"texture":"#0","uv":[15.75,0.25,16,0]},"south":{"texture":"#0","uv":[15.75,0.25,16,0]},"up":{"texture":"#0","uv":[15.75,0.25,16,0]},"west":{"texture":"#0","uv":[15.75,0.25,16,0]}},"from":[8,8,8],"shade":false,"to":[7.5,7,7]}],"overrides":[],"textures":{"0":"item/w2057983610_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3075.json b/assets/minecraft/models/w3075.json new file mode 100644 index 000000000..a01434479 --- /dev/null +++ b/assets/minecraft/models/w3075.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.75,0.25,16,0]},"east":{"texture":"#0","uv":[15.75,0.25,16,0]},"north":{"texture":"#0","uv":[15.75,0.25,16,0]},"south":{"texture":"#0","uv":[15.75,0.25,16,0]},"up":{"texture":"#0","uv":[15.75,0.25,16,0]},"west":{"texture":"#0","uv":[15.75,0.25,16,0]}},"from":[8,8,8],"shade":false,"to":[7.5,7,7]}],"overrides":[],"textures":{"0":"item/w2057983610_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3076.json b/assets/minecraft/models/w3076.json new file mode 100644 index 000000000..abfa409f6 --- /dev/null +++ b/assets/minecraft/models/w3076.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.875,1.875,8.375,2.5]},"east":{"texture":"#0","uv":[7.25,2.5,7.875,3]},"north":{"texture":"#0","uv":[7.875,2.5,8.375,3]},"south":{"texture":"#0","uv":[9,2.5,9.5,3]},"up":{"texture":"#0","uv":[8.375,2.5,7.875,1.875]},"west":{"texture":"#0","uv":[8.375,2.5,9,3]}},"from":[-15.594958,-15.858382,-16],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.794559,-14.658382,-15.8],"rescale":false},"shade":false,"to":[-13.994159,-14.258382,-14]},{"faces":{"down":{"texture":"#0","uv":[7.375,6.625,6.875,7.25]},"east":{"texture":"#0","uv":[5.75,7.25,6.375,8]},"north":{"texture":"#0","uv":[6.375,7.25,6.875,8]},"south":{"texture":"#0","uv":[7.5,7.25,8,8]},"up":{"texture":"#0","uv":[6.875,7.25,6.375,6.625]},"west":{"texture":"#0","uv":[6.875,7.25,7.5,8]}},"from":[-15.594559,-16,-14.290091],"shade":false,"to":[-13.994558,-13.6,-12.290091]},{"faces":{"down":{"texture":"#0","uv":[1.375,3.125,0.875,3.5]},"east":{"texture":"#0","uv":[0,3.5,0.375,3.75]},"north":{"texture":"#0","uv":[0.375,3.5,0.875,3.75]},"south":{"texture":"#0","uv":[1.25,3.5,1.75,3.75]},"up":{"texture":"#0","uv":[0.875,3.5,0.375,3.125]},"west":{"texture":"#0","uv":[0.875,3.5,1.25,3.75]}},"from":[-15.594559,-16,-15.49009],"rotation":{"angle":22.5,"axis":"x","origin":[-14.794559,-16,-14.290091],"rescale":false},"shade":false,"to":[-13.994558,-15.2,-14.290091]},{"faces":{"down":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"east":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"north":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"south":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"up":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"west":{"texture":"#0","uv":[15.5,0,15.75,0.25]}},"from":[-16,-14.858382,-14.758578],"shade":false,"to":[-15.2,-14.058382,-13.958578]},{"faces":{"down":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"east":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"north":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"south":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"up":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"west":{"texture":"#0","uv":[15.5,0,15.75,0.25]}},"from":[-14.389117,-14.858382,-14.758578],"shade":false,"to":[-13.589117,-14.058382,-13.958578]},{"faces":{"east":{"texture":"#0","uv":[0,3,0.875,3.125]},"west":{"texture":"#0","uv":[0.875,3,1.75,3.125]}},"from":[-15.574558,-13.178383,-15.98],"rotation":{"angle":-45,"axis":"x","origin":[-15.394558,-12.898382,-14.08],"rescale":false},"shade":false,"to":[-15.574558,-12.778383,-13.179999]},{"faces":{"east":{"texture":"#0","uv":[0,3,0.875,3.125]},"west":{"texture":"#0","uv":[0.875,3,1.75,3.125]}},"from":[-14.014559,-13.178383,-15.98],"rotation":{"angle":-45,"axis":"x","origin":[-14.194558,-12.898382,-14.08],"rescale":false},"shade":false,"to":[-14.014559,-12.778383,-13.179999]},{"faces":{"east":{"texture":"#0","uv":[0,3,0.875,3.125]},"west":{"texture":"#0","uv":[0.875,3,1.75,3.125]}},"from":[-15.174559,-13.585662,-14.589045],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.794559,-13.025661,-13.189045],"rescale":false},"shade":false,"to":[-15.174559,-13.185662,-11.789045]},{"faces":{"east":{"texture":"#0","uv":[0,3,0.875,3.125]},"west":{"texture":"#0","uv":[0.875,3,1.75,3.125]}},"from":[-14.414558,-13.585662,-14.589045],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.794559,-13.025661,-13.189045],"rescale":false},"shade":false,"to":[-14.414558,-13.185662,-11.789045]}],"overrides":[],"textures":{"0":"item/w2057983610_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3077.json b/assets/minecraft/models/w3077.json new file mode 100644 index 000000000..3eedc8e9e --- /dev/null +++ b/assets/minecraft/models/w3077.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,8,1,8.5]},"east":{"texture":"#0","uv":[0,8.5,0.5,10.125]},"north":{"texture":"#0","uv":[0.5,8.5,1,10.125]},"south":{"texture":"#0","uv":[1.5,8.5,2,10.125]},"up":{"texture":"#0","uv":[1,8.5,0.5,8]},"west":{"texture":"#0","uv":[1,8.5,1.5,10.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-10.8,-14.400001]}],"overrides":[],"textures":{"0":"item/w2057983610_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3078.json b/assets/minecraft/models/w3078.json new file mode 100644 index 000000000..cb0ec5cad --- /dev/null +++ b/assets/minecraft/models/w3078.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,8,1.5,8.5]},"east":{"texture":"#0","uv":[1.5,8.5,1,10.125]},"north":{"texture":"#0","uv":[1,8.5,0.5,10.125]},"south":{"texture":"#0","uv":[2,8.5,1.5,10.125]},"up":{"texture":"#0","uv":[0.5,8.5,1,8]},"west":{"texture":"#0","uv":[0.5,8.5,0,10.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-10.8,-14.400001]}],"overrides":[],"textures":{"0":"item/w2057983610_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3079.json b/assets/minecraft/models/w3079.json new file mode 100644 index 000000000..6aa2cb02e --- /dev/null +++ b/assets/minecraft/models/w3079.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"east":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"north":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"south":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"up":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"west":{"texture":"#0","uv":[15.5,0,15.75,0.25]}},"from":[8,8,8],"shade":false,"to":[5.6,5.6,5.6]}],"overrides":[],"textures":{"0":"item/w2057983610_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w308.json b/assets/minecraft/models/w308.json new file mode 100644 index 000000000..78c9e5423 --- /dev/null +++ b/assets/minecraft/models/w308.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,8.625,7.375,8.75]},"east":{"texture":"#0","uv":[7.375,8.75,7.25,8.875]},"north":{"texture":"#0","uv":[7.25,8.75,7.125,8.875]},"south":{"texture":"#0","uv":[7.5,8.75,7.375,8.875]},"up":{"texture":"#0","uv":[7.125,8.75,7.25,8.625]},"west":{"texture":"#0","uv":[7.125,8.75,7,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.426314,-15.426314,-15.592]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3080.json b/assets/minecraft/models/w3080.json new file mode 100644 index 000000000..786c3e63a --- /dev/null +++ b/assets/minecraft/models/w3080.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,1.25,6.75,3]},"east":{"texture":"#0","uv":[4.5,3,6.25,3.5]},"north":{"texture":"#0","uv":[6.25,3,6.75,3.5]},"up":{"texture":"#0","uv":[6.75,3,6.25,1.25]},"west":{"texture":"#0","uv":[6.75,3,8.5,3.5]}},"from":[-15.8,-15.8,-16],"shade":false,"to":[-14.2,-14.2,-10.4]},{"faces":{"down":{"texture":"#0","uv":[15.75,0,16,0.25]},"east":{"texture":"#0","uv":[15.75,0,16,0.25]},"north":{"texture":"#0","uv":[15.75,0,16,0.25]},"south":{"texture":"#0","uv":[15.75,0,16,0.25]},"up":{"texture":"#0","uv":[15.75,0,16,0.25]},"west":{"texture":"#0","uv":[15.75,0,16,0.25]}},"from":[-16,-16,-10.2],"shade":false,"to":[-14,-14,-8.2]}],"overrides":[],"textures":{"0":"item/w2057983610_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3081.json b/assets/minecraft/models/w3081.json new file mode 100644 index 000000000..6f25102fe --- /dev/null +++ b/assets/minecraft/models/w3081.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,6.625,5.125,7.125]},"east":{"texture":"#0","uv":[4.5,7.125,5,7.375]},"north":{"texture":"#0","uv":[5,7.125,5.125,7.375]},"south":{"texture":"#0","uv":[5.625,7.125,5.75,7.375]},"up":{"texture":"#0","uv":[5.125,7.125,5,6.625]},"west":{"texture":"#0","uv":[5.125,7.125,5.625,7.375]}},"from":[-15.9992,-14.1226015,-14.169671],"rotation":{"angle":22.5,"axis":"x","origin":[-15.5996,-13.322601,-12.7696705],"rescale":false},"shade":false,"to":[-15.2,-13.322601,-12.569671]},{"faces":{"down":{"texture":"#0","uv":[0.875,0,0.625,0.375]},"east":{"texture":"#0","uv":[0,0.375,0.375,0.625]},"north":{"texture":"#0","uv":[0.375,0.375,0.625,0.625]},"south":{"texture":"#0","uv":[1,0.375,1.25,0.625]},"up":{"texture":"#0","uv":[0.625,0.375,0.375,0]},"west":{"texture":"#0","uv":[0.625,0.375,1,0.625]}},"from":[-15.9996,-13.365948,-13.721792],"shade":false,"to":[-15.1996,-12.565948,-12.521792]},{"faces":{"down":{"texture":"#0","uv":[5.25,3.5,5,4]},"east":{"texture":"#0","uv":[4.25,4,4.75,4.25]},"north":{"texture":"#0","uv":[4.75,4,5,4.25]},"south":{"texture":"#0","uv":[5.5,4,5.75,4.25]},"up":{"texture":"#0","uv":[5,4,4.75,3.5]},"west":{"texture":"#0","uv":[5,4,5.5,4.25]}},"from":[-16,-13.365948,-15.321792],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.5996,-12.5659485,-13.721792],"rescale":false},"shade":false,"to":[-15.1992,-12.565948,-13.721791]},{"faces":{"down":{"texture":"#0","uv":[6,3.5,5.75,3.75]},"east":{"texture":"#0","uv":[5.25,3.75,5.5,4]},"north":{"texture":"#0","uv":[5.5,3.75,5.75,4]},"south":{"texture":"#0","uv":[6,3.75,6.25,4]},"up":{"texture":"#0","uv":[5.75,3.75,5.5,3.5]},"west":{"texture":"#0","uv":[5.75,3.75,6,4]}},"from":[-15.9996,-13.978241,-16],"rotation":{"angle":-45,"axis":"x","origin":[-15.5996,-13.178242,-15.199999],"rescale":false},"shade":false,"to":[-15.1996,-13.178241,-15.199999]},{"faces":{"down":{"texture":"#0","uv":[5,4.25,4.75,4.5]},"east":{"texture":"#0","uv":[4.25,4.5,4.5,4.75]},"north":{"texture":"#0","uv":[4.5,4.5,4.75,4.75]},"south":{"texture":"#0","uv":[5,4.5,5.25,4.75]},"up":{"texture":"#0","uv":[4.75,4.5,4.5,4.25]},"west":{"texture":"#0","uv":[4.75,4.5,5,4.75]}},"from":[-16,-14.543927,-15.765684],"rotation":{"angle":22.5,"axis":"x","origin":[-15.5996,-13.743927,-15.765684],"rescale":false},"shade":false,"to":[-15.1992,-13.743927,-14.965684]},{"faces":{"east":{"texture":"#0","uv":[0,0.625,0.625,1.5]},"west":{"texture":"#0","uv":[0.625,0.625,0,1.5]}},"from":[-15.5996,-16,-15.717094],"shade":false,"to":[-15.5996,-13.2,-13.717094]}],"overrides":[],"textures":{"0":"item/w2057983610_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3082.json b/assets/minecraft/models/w3082.json new file mode 100644 index 000000000..2c294f44a --- /dev/null +++ b/assets/minecraft/models/w3082.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,0,3.5,2]},"east":{"texture":"#0","uv":[0,2,2,3.75]},"north":{"texture":"#0","uv":[2,2,3.5,3.75]},"south":{"texture":"#0","uv":[5.5,2,7,3.75]},"up":{"texture":"#0","uv":[3.5,2,2,0]},"west":{"texture":"#0","uv":[3.5,2,5.5,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.2,-12.8]}],"overrides":[],"textures":{"0":"item/w905173245_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3083.json b/assets/minecraft/models/w3083.json new file mode 100644 index 000000000..4133eb0a6 --- /dev/null +++ b/assets/minecraft/models/w3083.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.25,4.25,10.75,6]},"east":{"texture":"#0","uv":[8.5,6,10.25,6.75]},"north":{"texture":"#0","uv":[10.25,6,10.75,6.75]},"south":{"texture":"#0","uv":[12.5,6,13,6.75]},"up":{"texture":"#0","uv":[10.75,6,10.25,4.25]},"west":{"texture":"#0","uv":[10.75,6,12.5,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-13.2]}],"overrides":[],"textures":{"0":"item/w905173245_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3084.json b/assets/minecraft/models/w3084.json new file mode 100644 index 000000000..c4b7aee26 --- /dev/null +++ b/assets/minecraft/models/w3084.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,5.5,7.5,7.25]},"east":{"texture":"#0","uv":[4.75,7.25,6.5,8.75]},"north":{"texture":"#0","uv":[6.5,7.25,7.5,8.75]},"south":{"texture":"#0","uv":[9.25,7.25,10.25,8.75]},"up":{"texture":"#0","uv":[7.5,7.25,6.5,5.5]},"west":{"texture":"#0","uv":[7.5,7.25,9.25,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-13.6,-13.2]}],"overrides":[],"textures":{"0":"item/w905173245_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3085.json b/assets/minecraft/models/w3085.json new file mode 100644 index 000000000..81783ecc8 --- /dev/null +++ b/assets/minecraft/models/w3085.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.75,8.75,4.25,9.5]},"east":{"texture":"#0","uv":[3,9.5,3.75,11.25]},"north":{"texture":"#0","uv":[3.75,9.5,4.25,11.25]},"south":{"texture":"#0","uv":[5,9.5,5.5,11.25]},"up":{"texture":"#0","uv":[4.25,9.5,3.75,8.75]},"west":{"texture":"#0","uv":[4.25,9.5,5,11.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.200001,-14.8]}],"overrides":[],"textures":{"0":"item/w905173245_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3086.json b/assets/minecraft/models/w3086.json new file mode 100644 index 000000000..60cbd4f98 --- /dev/null +++ b/assets/minecraft/models/w3086.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,8.75,4.75,9.5]},"east":{"texture":"#0","uv":[5,9.5,4.25,11.25]},"north":{"texture":"#0","uv":[4.25,9.5,3.75,11.25]},"south":{"texture":"#0","uv":[5.5,9.5,5,11.25]},"up":{"texture":"#0","uv":[3.75,9.5,4.25,8.75]},"west":{"texture":"#0","uv":[3.75,9.5,3,11.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.200001,-14.8]}],"overrides":[],"textures":{"0":"item/w905173245_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3087.json b/assets/minecraft/models/w3087.json new file mode 100644 index 000000000..0988e4d39 --- /dev/null +++ b/assets/minecraft/models/w3087.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,0.5,15.5,0]},"east":{"texture":"#0","uv":[16,0.5,15.5,0]},"north":{"texture":"#0","uv":[16,0.5,15.5,0]},"south":{"texture":"#0","uv":[16,0.5,15.5,0]},"up":{"texture":"#0","uv":[16,0.5,15.5,0]},"west":{"texture":"#0","uv":[16,0.5,15.5,0]}},"from":[8,8,8],"shade":false,"to":[7.5,7,7]}],"overrides":[],"textures":{"0":"item/w905173245_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3088.json b/assets/minecraft/models/w3088.json new file mode 100644 index 000000000..0988e4d39 --- /dev/null +++ b/assets/minecraft/models/w3088.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,0.5,15.5,0]},"east":{"texture":"#0","uv":[16,0.5,15.5,0]},"north":{"texture":"#0","uv":[16,0.5,15.5,0]},"south":{"texture":"#0","uv":[16,0.5,15.5,0]},"up":{"texture":"#0","uv":[16,0.5,15.5,0]},"west":{"texture":"#0","uv":[16,0.5,15.5,0]}},"from":[8,8,8],"shade":false,"to":[7.5,7,7]}],"overrides":[],"textures":{"0":"item/w905173245_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3089.json b/assets/minecraft/models/w3089.json new file mode 100644 index 000000000..676f5fd3f --- /dev/null +++ b/assets/minecraft/models/w3089.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.75,8.75,7.75,10]},"east":{"texture":"#0","uv":[5.5,10,6.75,11]},"north":{"texture":"#0","uv":[6.75,10,7.75,11]},"south":{"texture":"#0","uv":[9,10,10,11]},"up":{"texture":"#0","uv":[7.75,10,6.75,8.75]},"west":{"texture":"#0","uv":[7.75,10,9,11]}},"from":[-15.594958,-16,-16],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.794559,-14.8,-15.8],"rescale":false},"shade":false,"to":[-13.994159,-14.4,-14]},{"faces":{"down":{"texture":"#0","uv":[15,0,15.5,0.5]},"east":{"texture":"#0","uv":[15,0,15.5,0.5]},"north":{"texture":"#0","uv":[15,0,15.5,0.5]},"south":{"texture":"#0","uv":[15,0,15.5,0.5]},"up":{"texture":"#0","uv":[15,0,15.5,0.5]},"west":{"texture":"#0","uv":[15,0,15.5,0.5]}},"from":[-16,-15.32,-15.158579],"shade":false,"to":[-15.2,-14.5199995,-14.358579]},{"faces":{"down":{"texture":"#0","uv":[15,0,15.5,0.5]},"east":{"texture":"#0","uv":[15,0,15.5,0.5]},"north":{"texture":"#0","uv":[15,0,15.5,0.5]},"south":{"texture":"#0","uv":[15,0,15.5,0.5]},"up":{"texture":"#0","uv":[15,0,15.5,0.5]},"west":{"texture":"#0","uv":[15,0,15.5,0.5]}},"from":[-14.389117,-15.32,-15.158579],"shade":false,"to":[-13.589117,-14.5199995,-14.358579]},{"faces":{"east":{"texture":"#0","uv":[3.75,4.5,5.5,4.75]},"west":{"texture":"#0","uv":[5.5,4.5,7.25,4.75]}},"from":[-15.574558,-13.32,-15.98],"rotation":{"angle":-45,"axis":"x","origin":[-15.394558,-13.04,-14.08],"rescale":false},"shade":false,"to":[-15.574558,-12.92,-13.18]},{"faces":{"east":{"texture":"#0","uv":[3.75,4.5,5.5,4.75]},"west":{"texture":"#0","uv":[5.5,4.5,7.25,4.75]}},"from":[-14.014559,-13.32,-15.98],"rotation":{"angle":-45,"axis":"x","origin":[-14.194558,-13.04,-14.08],"rescale":false},"shade":false,"to":[-14.014559,-12.92,-13.18]},{"faces":{"east":{"texture":"#0","uv":[3.75,4.25,5.5,4.5]},"west":{"texture":"#0","uv":[5.5,4.25,7.25,4.5]}},"from":[-15.174559,-13.72728,-14.589046],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.794559,-13.167279,-13.189045],"rescale":false},"shade":false,"to":[-15.174559,-13.32728,-11.789045]},{"faces":{"east":{"texture":"#0","uv":[3.75,4.25,5.5,4.5]},"west":{"texture":"#0","uv":[5.5,4.25,7.25,4.5]}},"from":[-14.414558,-13.72728,-14.589046],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.794559,-13.167279,-13.189045],"rescale":false},"shade":false,"to":[-14.414558,-13.32728,-11.789045]}],"overrides":[],"textures":{"0":"item/w905173245_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w309.json b/assets/minecraft/models/w309.json new file mode 100644 index 000000000..b928444d9 --- /dev/null +++ b/assets/minecraft/models/w309.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.375,9,7.625,9.125]},"east":{"texture":"#0","uv":[7.5,9.125,7.375,9.375]},"north":{"texture":"#0","uv":[7.375,9.125,7.125,9.375]},"south":{"texture":"#0","uv":[7.75,9.125,7.5,9.375]},"up":{"texture":"#0","uv":[7.125,9.125,7.375,9]},"west":{"texture":"#0","uv":[7.125,9.125,7,9.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3090.json b/assets/minecraft/models/w3090.json new file mode 100644 index 000000000..88a92589a --- /dev/null +++ b/assets/minecraft/models/w3090.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,3.75,3.25,6.5]},"east":{"texture":"#0","uv":[0,6.5,2.75,7.25]},"north":{"texture":"#0","uv":[2.75,6.5,3.25,7.25]},"south":{"texture":"#0","uv":[6,6.5,6.5,7.25]},"up":{"texture":"#0","uv":[3.25,6.5,2.75,3.75]},"west":{"texture":"#0","uv":[3.25,6.5,6,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-11.6]}],"overrides":[],"textures":{"0":"item/w905173245_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3091.json b/assets/minecraft/models/w3091.json new file mode 100644 index 000000000..2880950f8 --- /dev/null +++ b/assets/minecraft/models/w3091.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.75,0,10,1.25]},"east":{"texture":"#0","uv":[8,1.25,9.25,3.25]},"north":{"texture":"#0","uv":[9.25,1.25,10,3.25]},"south":{"texture":"#0","uv":[11.25,1.25,12,3.25]},"up":{"texture":"#0","uv":[10,1.25,9.25,0]},"west":{"texture":"#0","uv":[10,1.25,11.25,3.25]}},"from":[-16,-13.6,-16],"shade":false,"to":[-14.8,-10.400001,-14]},{"faces":{"down":{"texture":"#0","uv":[2.25,7.25,1.5,8]},"east":{"texture":"#0","uv":[0,8,0.75,10]},"north":{"texture":"#0","uv":[0.75,8,1.5,10]},"south":{"texture":"#0","uv":[2.25,8,3,10]},"up":{"texture":"#0","uv":[1.5,8,0.75,7.25]},"west":{"texture":"#0","uv":[1.5,8,2.25,10]}},"from":[-15.6,-16,-14.8],"shade":false,"to":[-14.400001,-12.8,-13.6]}],"overrides":[],"textures":{"0":"item/w905173245_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3092.json b/assets/minecraft/models/w3092.json new file mode 100644 index 000000000..1f48b2684 --- /dev/null +++ b/assets/minecraft/models/w3092.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,0,10.75,1.25]},"east":{"texture":"#0","uv":[11.25,1.25,10,3.25]},"north":{"texture":"#0","uv":[10,1.25,9.25,3.25]},"south":{"texture":"#0","uv":[12,1.25,11.25,3.25]},"up":{"texture":"#0","uv":[9.25,1.25,10,0]},"west":{"texture":"#0","uv":[9.25,1.25,8,3.25]}},"from":[-15.6,-13.6,-16],"shade":false,"to":[-14.400001,-10.400001,-14]},{"faces":{"down":{"texture":"#0","uv":[1.5,7.25,2.25,8]},"east":{"texture":"#0","uv":[2.25,8,1.5,10]},"north":{"texture":"#0","uv":[1.5,8,0.75,10]},"south":{"texture":"#0","uv":[3,8,2.25,10]},"up":{"texture":"#0","uv":[0.75,8,1.5,7.25]},"west":{"texture":"#0","uv":[0.75,8,0,10]}},"from":[-16,-16,-14.8],"shade":false,"to":[-14.8,-12.8,-13.6]}],"overrides":[],"textures":{"0":"item/w905173245_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3093.json b/assets/minecraft/models/w3093.json new file mode 100644 index 000000000..910a17c33 --- /dev/null +++ b/assets/minecraft/models/w3093.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,10,1.25,10.75]},"east":{"texture":"#0","uv":[0,10.75,0.75,12.25]},"north":{"texture":"#0","uv":[0.75,10.75,1.25,12.25]},"south":{"texture":"#0","uv":[2,10.75,2.5,12.25]},"up":{"texture":"#0","uv":[1.25,10.75,0.75,10]},"west":{"texture":"#0","uv":[1.25,10.75,2,12.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.6,-14.8]}],"overrides":[],"textures":{"0":"item/w905173245_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3094.json b/assets/minecraft/models/w3094.json new file mode 100644 index 000000000..0e12ea538 --- /dev/null +++ b/assets/minecraft/models/w3094.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,10,1.75,10.75]},"east":{"texture":"#0","uv":[2,10.75,1.25,12.25]},"north":{"texture":"#0","uv":[1.25,10.75,0.75,12.25]},"south":{"texture":"#0","uv":[2.5,10.75,2,12.25]},"up":{"texture":"#0","uv":[0.75,10.75,1.25,10]},"west":{"texture":"#0","uv":[0.75,10.75,0,12.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.6,-14.8]}],"overrides":[],"textures":{"0":"item/w905173245_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3095.json b/assets/minecraft/models/w3095.json new file mode 100644 index 000000000..37d2beb4f --- /dev/null +++ b/assets/minecraft/models/w3095.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,2.25,12.5,3.25]},"east":{"texture":"#0","uv":[11,3.25,12,3.75]},"north":{"texture":"#0","uv":[12,3.25,12.5,3.75]},"south":{"texture":"#0","uv":[13.5,3.25,14,3.75]},"up":{"texture":"#0","uv":[12.5,3.25,12,2.25]},"west":{"texture":"#0","uv":[12.5,3.25,13.5,3.75]}},"from":[-16,-14.6343155,-15.434314],"shade":false,"to":[-15.1992,-13.834315,-13.834313]},{"faces":{"down":{"texture":"#0","uv":[6.5,0,6,0.5]},"east":{"texture":"#0","uv":[5,0.5,5.5,1]},"north":{"texture":"#0","uv":[5.5,0.5,6,1]},"south":{"texture":"#0","uv":[6.5,0.5,7,1]},"up":{"texture":"#0","uv":[6,0.5,5.5,0]},"west":{"texture":"#0","uv":[6,0.5,6.5,1]}},"from":[-15.9996,-14.6343155,-15.434314],"rotation":{"angle":45,"axis":"x","origin":[-15.5996,-13.834315,-15.434314],"rescale":false},"shade":false,"to":[-15.1996,-13.834315,-14.634314]},{"faces":{"east":{"texture":"#0","uv":[0,0,1.25,1.75]},"west":{"texture":"#0","uv":[1.25,0,0,1.75]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.6,-13.2,-14]}],"overrides":[],"textures":{"0":"item/w905173245_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3096.json b/assets/minecraft/models/w3096.json new file mode 100644 index 000000000..a0185ef6a --- /dev/null +++ b/assets/minecraft/models/w3096.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,1,7.5,3.75]},"east":{"texture":"#0","uv":[4.25,3.75,7,4.25]},"north":{"texture":"#0","uv":[7,3.75,7.5,4.25]},"south":{"texture":"#0","uv":[10.25,3.75,10.75,4.25]},"up":{"texture":"#0","uv":[7.5,3.75,7,1]},"west":{"texture":"#0","uv":[7.5,3.75,10.25,4.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2008,-15.2,-11.6]}],"overrides":[],"textures":{"0":"item/w905173245_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3097.json b/assets/minecraft/models/w3097.json new file mode 100644 index 000000000..d17336fcf --- /dev/null +++ b/assets/minecraft/models/w3097.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.625,0,3.125,1.625]},"east":{"texture":"#0","uv":[0,1.625,1.625,3]},"north":{"texture":"#0","uv":[1.625,1.625,3.125,3]},"south":{"texture":"#0","uv":[4.75,1.625,6.25,3]},"up":{"texture":"#0","uv":[3.125,1.625,1.625,0]},"west":{"texture":"#0","uv":[3.125,1.625,4.75,3]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.6,-10.8]}],"overrides":[],"textures":{"0":"item/w2070739601_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3098.json b/assets/minecraft/models/w3098.json new file mode 100644 index 000000000..44981318d --- /dev/null +++ b/assets/minecraft/models/w3098.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.625,6,1.125,6.625]},"east":{"texture":"#0","uv":[0,6.625,0.625,8]},"north":{"texture":"#0","uv":[0.625,6.625,1.125,8]},"south":{"texture":"#0","uv":[1.75,6.625,2.25,8]},"up":{"texture":"#0","uv":[1.125,6.625,0.625,6]},"west":{"texture":"#0","uv":[1.125,6.625,1.75,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.6,-14]}],"overrides":[],"textures":{"0":"item/w2070739601_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3099.json b/assets/minecraft/models/w3099.json new file mode 100644 index 000000000..9068fc2a1 --- /dev/null +++ b/assets/minecraft/models/w3099.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,6,1.625,6.625]},"east":{"texture":"#0","uv":[1.75,6.625,1.125,8]},"north":{"texture":"#0","uv":[1.125,6.625,0.625,8]},"south":{"texture":"#0","uv":[2.25,6.625,1.75,8]},"up":{"texture":"#0","uv":[0.625,6.625,1.125,6]},"west":{"texture":"#0","uv":[0.625,6.625,0,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.6,-14]}],"overrides":[],"textures":{"0":"item/w2070739601_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w31.json b/assets/minecraft/models/w31.json new file mode 100644 index 000000000..649561a48 --- /dev/null +++ b/assets/minecraft/models/w31.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,2,7,2.5]},"east":{"texture":"#0","uv":[6.5,2.5,6,3.375]},"north":{"texture":"#0","uv":[6,2.5,5.5,3.375]},"south":{"texture":"#0","uv":[7,2.5,6.5,3.375]},"up":{"texture":"#0","uv":[5.5,2.5,6,2]},"west":{"texture":"#0","uv":[5.5,2.5,5,3.375]}},"from":[-15.96,-15.96,-15.96],"shade":false,"to":[-14.36,-13.16,-14.36]},{"faces":{"down":{"texture":"#0","uv":[7.5,6,7,6.5]},"east":{"texture":"#0","uv":[7,6.5,7.5,7.375]},"north":{"texture":"#0","uv":[6.5,6.5,7,7.375]},"south":{"texture":"#0","uv":[7.5,6.5,8,7.375]},"up":{"texture":"#0","uv":[7,6.5,6.5,6]},"west":{"texture":"#0","uv":[6,6.5,6.5,7.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.32,-13.12,-14.32]}],"overrides":[],"textures":{"0":"item/w419070065_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w310.json b/assets/minecraft/models/w310.json new file mode 100644 index 000000000..78c9e5423 --- /dev/null +++ b/assets/minecraft/models/w310.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,8.625,7.375,8.75]},"east":{"texture":"#0","uv":[7.375,8.75,7.25,8.875]},"north":{"texture":"#0","uv":[7.25,8.75,7.125,8.875]},"south":{"texture":"#0","uv":[7.5,8.75,7.375,8.875]},"up":{"texture":"#0","uv":[7.125,8.75,7.25,8.625]},"west":{"texture":"#0","uv":[7.125,8.75,7,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.426314,-15.426314,-15.592]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3100.json b/assets/minecraft/models/w3100.json new file mode 100644 index 000000000..715532601 --- /dev/null +++ b/assets/minecraft/models/w3100.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,3,3,4.75]},"east":{"texture":"#0","uv":[0,4.75,1.75,6]},"north":{"texture":"#0","uv":[1.75,4.75,3,6]},"south":{"texture":"#0","uv":[4.75,4.75,6,6]},"up":{"texture":"#0","uv":[3,4.75,1.75,3]},"west":{"texture":"#0","uv":[3,4.75,4.75,6]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-12,-10.4]}],"overrides":[],"textures":{"0":"item/w2070739601_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3101.json b/assets/minecraft/models/w3101.json new file mode 100644 index 000000000..43fa3d79a --- /dev/null +++ b/assets/minecraft/models/w3101.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.125,3.5,9.375,4.625]},"east":{"texture":"#0","uv":[7.5,4.625,8.625,5.375]},"north":{"texture":"#0","uv":[8.625,4.625,9.375,5.375]},"south":{"texture":"#0","uv":[10.5,4.625,11.25,5.375]},"up":{"texture":"#0","uv":[9.375,4.625,8.625,3.5]},"west":{"texture":"#0","uv":[9.375,4.625,10.5,5.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-12.4]}],"overrides":[],"textures":{"0":"item/w2070739601_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3102.json b/assets/minecraft/models/w3102.json new file mode 100644 index 000000000..e1f7bf43b --- /dev/null +++ b/assets/minecraft/models/w3102.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.625,0,9.125,1.375]},"east":{"texture":"#0","uv":[7.25,1.375,8.625,1.875]},"north":{"texture":"#0","uv":[8.625,1.375,9.125,1.875]},"south":{"texture":"#0","uv":[10.5,1.375,11,1.875]},"up":{"texture":"#0","uv":[9.125,1.375,8.625,0]},"west":{"texture":"#0","uv":[9.125,1.375,10.5,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-11.6]}],"overrides":[],"textures":{"0":"item/w2070739601_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3103.json b/assets/minecraft/models/w3103.json new file mode 100644 index 000000000..7672da8a2 --- /dev/null +++ b/assets/minecraft/models/w3103.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.125,0,9.625,1.375]},"east":{"texture":"#0","uv":[10.5,1.375,9.125,1.875]},"north":{"texture":"#0","uv":[9.125,1.375,8.625,1.875]},"south":{"texture":"#0","uv":[11,1.375,10.5,1.875]},"up":{"texture":"#0","uv":[8.625,1.375,9.125,0]},"west":{"texture":"#0","uv":[8.625,1.375,7.25,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-11.6]}],"overrides":[],"textures":{"0":"item/w2070739601_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3104.json b/assets/minecraft/models/w3104.json new file mode 100644 index 000000000..dc0108e9d --- /dev/null +++ b/assets/minecraft/models/w3104.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,6.625,3.875,7.625]},"east":{"texture":"#0","uv":[2.25,7.625,3.25,9.25]},"north":{"texture":"#0","uv":[3.25,7.625,3.875,9.25]},"south":{"texture":"#0","uv":[4.875,7.625,5.5,9.25]},"up":{"texture":"#0","uv":[3.875,7.625,3.25,6.625]},"west":{"texture":"#0","uv":[3.875,7.625,4.875,9.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-10.8,-12.8]}],"overrides":[],"textures":{"0":"item/w2070739601_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3105.json b/assets/minecraft/models/w3105.json new file mode 100644 index 000000000..ab8315fa3 --- /dev/null +++ b/assets/minecraft/models/w3105.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.875,6.625,4.5,7.625]},"east":{"texture":"#0","uv":[4.875,7.625,3.875,9.25]},"north":{"texture":"#0","uv":[3.875,7.625,3.25,9.25]},"south":{"texture":"#0","uv":[5.5,7.625,4.875,9.25]},"up":{"texture":"#0","uv":[3.25,7.625,3.875,6.625]},"west":{"texture":"#0","uv":[3.25,7.625,2.25,9.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-10.8,-12.8]}],"overrides":[],"textures":{"0":"item/w2070739601_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3106.json b/assets/minecraft/models/w3106.json new file mode 100644 index 000000000..d7a6c7ee3 --- /dev/null +++ b/assets/minecraft/models/w3106.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,4.125,6.75,6]},"east":{"texture":"#0","uv":[4.125,6,6,6.625]},"north":{"texture":"#0","uv":[6,6,6.75,6.625]},"south":{"texture":"#0","uv":[8.625,6,9.375,6.625]},"up":{"texture":"#0","uv":[6.75,6,6,4.125]},"west":{"texture":"#0","uv":[6.75,6,8.625,6.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14,-10]}],"overrides":[],"textures":{"0":"item/w2070739601_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3107.json b/assets/minecraft/models/w3107.json new file mode 100644 index 000000000..78d3a4815 --- /dev/null +++ b/assets/minecraft/models/w3107.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.75,0.25,16,0]},"east":{"texture":"#0","uv":[15.75,0.25,16,0]},"north":{"texture":"#0","uv":[15.75,0.25,16,0]},"south":{"texture":"#0","uv":[15.75,0.25,16,0]},"up":{"texture":"#0","uv":[15.75,0.25,16,0]},"west":{"texture":"#0","uv":[15.75,0.25,16,0]}},"from":[8,8,8],"shade":false,"to":[7.5,7,7]}],"overrides":[],"textures":{"0":"item/w2070739601_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3108.json b/assets/minecraft/models/w3108.json new file mode 100644 index 000000000..78d3a4815 --- /dev/null +++ b/assets/minecraft/models/w3108.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.75,0.25,16,0]},"east":{"texture":"#0","uv":[15.75,0.25,16,0]},"north":{"texture":"#0","uv":[15.75,0.25,16,0]},"south":{"texture":"#0","uv":[15.75,0.25,16,0]},"up":{"texture":"#0","uv":[15.75,0.25,16,0]},"west":{"texture":"#0","uv":[15.75,0.25,16,0]}},"from":[8,8,8],"shade":false,"to":[7.5,7,7]}],"overrides":[],"textures":{"0":"item/w2070739601_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3109.json b/assets/minecraft/models/w3109.json new file mode 100644 index 000000000..839a4fdf7 --- /dev/null +++ b/assets/minecraft/models/w3109.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.875,1.875,8.375,2.5]},"east":{"texture":"#0","uv":[7.25,2.5,7.875,3]},"north":{"texture":"#0","uv":[7.875,2.5,8.375,3]},"south":{"texture":"#0","uv":[9,2.5,9.5,3]},"up":{"texture":"#0","uv":[8.375,2.5,7.875,1.875]},"west":{"texture":"#0","uv":[8.375,2.5,9,3]}},"from":[-15.594958,-15.858382,-16],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.794559,-14.658382,-15.8],"rescale":false},"shade":false,"to":[-13.994159,-14.258382,-14]},{"faces":{"down":{"texture":"#0","uv":[7.375,6.625,6.875,7.25]},"east":{"texture":"#0","uv":[5.75,7.25,6.375,8]},"north":{"texture":"#0","uv":[6.375,7.25,6.875,8]},"south":{"texture":"#0","uv":[7.5,7.25,8,8]},"up":{"texture":"#0","uv":[6.875,7.25,6.375,6.625]},"west":{"texture":"#0","uv":[6.875,7.25,7.5,8]}},"from":[-15.594559,-16,-14.290091],"shade":false,"to":[-13.994558,-13.6,-12.290091]},{"faces":{"down":{"texture":"#0","uv":[1.375,3.125,0.875,3.5]},"east":{"texture":"#0","uv":[0,3.5,0.375,3.75]},"north":{"texture":"#0","uv":[0.375,3.5,0.875,3.75]},"south":{"texture":"#0","uv":[1.25,3.5,1.75,3.75]},"up":{"texture":"#0","uv":[0.875,3.5,0.375,3.125]},"west":{"texture":"#0","uv":[0.875,3.5,1.25,3.75]}},"from":[-15.594559,-16,-15.49009],"rotation":{"angle":22.5,"axis":"x","origin":[-14.794559,-16,-14.290091],"rescale":false},"shade":false,"to":[-13.994558,-15.2,-14.290091]},{"faces":{"down":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"east":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"north":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"south":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"up":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"west":{"texture":"#0","uv":[15.5,0,15.75,0.25]}},"from":[-16,-14.858382,-14.758578],"shade":false,"to":[-15.2,-14.058382,-13.958578]},{"faces":{"down":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"east":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"north":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"south":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"up":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"west":{"texture":"#0","uv":[15.5,0,15.75,0.25]}},"from":[-14.389117,-14.858382,-14.758578],"shade":false,"to":[-13.589117,-14.058382,-13.958578]},{"faces":{"east":{"texture":"#0","uv":[0,3,0.875,3.125]},"west":{"texture":"#0","uv":[0.875,3,1.75,3.125]}},"from":[-15.574558,-13.178383,-15.98],"rotation":{"angle":-45,"axis":"x","origin":[-15.394558,-12.898382,-14.08],"rescale":false},"shade":false,"to":[-15.574558,-12.778383,-13.179999]},{"faces":{"east":{"texture":"#0","uv":[0,3,0.875,3.125]},"west":{"texture":"#0","uv":[0.875,3,1.75,3.125]}},"from":[-14.014559,-13.178383,-15.98],"rotation":{"angle":-45,"axis":"x","origin":[-14.194558,-12.898382,-14.08],"rescale":false},"shade":false,"to":[-14.014559,-12.778383,-13.179999]},{"faces":{"east":{"texture":"#0","uv":[0,3,0.875,3.125]},"west":{"texture":"#0","uv":[0.875,3,1.75,3.125]}},"from":[-15.174559,-13.585662,-14.589045],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.794559,-13.025661,-13.189045],"rescale":false},"shade":false,"to":[-15.174559,-13.185662,-11.789045]},{"faces":{"east":{"texture":"#0","uv":[0,3,0.875,3.125]},"west":{"texture":"#0","uv":[0.875,3,1.75,3.125]}},"from":[-14.414558,-13.585662,-14.589045],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.794559,-13.025661,-13.189045],"rescale":false},"shade":false,"to":[-14.414558,-13.185662,-11.789045]}],"overrides":[],"textures":{"0":"item/w2070739601_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w311.json b/assets/minecraft/models/w311.json new file mode 100644 index 000000000..29e7866eb --- /dev/null +++ b/assets/minecraft/models/w311.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.375,9.5,7.625,9.625]},"east":{"texture":"#0","uv":[7.5,9.625,7.375,9.875]},"north":{"texture":"#0","uv":[7.375,9.625,7.125,9.875]},"south":{"texture":"#0","uv":[7.75,9.625,7.5,9.875]},"up":{"texture":"#0","uv":[7.125,9.625,7.375,9.5]},"west":{"texture":"#0","uv":[7.125,9.625,7,9.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3110.json b/assets/minecraft/models/w3110.json new file mode 100644 index 000000000..13421ddc4 --- /dev/null +++ b/assets/minecraft/models/w3110.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,8,1,8.5]},"east":{"texture":"#0","uv":[0,8.5,0.5,10.125]},"north":{"texture":"#0","uv":[0.5,8.5,1,10.125]},"south":{"texture":"#0","uv":[1.5,8.5,2,10.125]},"up":{"texture":"#0","uv":[1,8.5,0.5,8]},"west":{"texture":"#0","uv":[1,8.5,1.5,10.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-10.8,-14.400001]}],"overrides":[],"textures":{"0":"item/w2070739601_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3111.json b/assets/minecraft/models/w3111.json new file mode 100644 index 000000000..c96c8e928 --- /dev/null +++ b/assets/minecraft/models/w3111.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,8,1.5,8.5]},"east":{"texture":"#0","uv":[1.5,8.5,1,10.125]},"north":{"texture":"#0","uv":[1,8.5,0.5,10.125]},"south":{"texture":"#0","uv":[2,8.5,1.5,10.125]},"up":{"texture":"#0","uv":[0.5,8.5,1,8]},"west":{"texture":"#0","uv":[0.5,8.5,0,10.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-10.8,-14.400001]}],"overrides":[],"textures":{"0":"item/w2070739601_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3112.json b/assets/minecraft/models/w3112.json new file mode 100644 index 000000000..e99afad8d --- /dev/null +++ b/assets/minecraft/models/w3112.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"east":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"north":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"south":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"up":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"west":{"texture":"#0","uv":[15.5,0,15.75,0.25]}},"from":[8,8,8],"shade":false,"to":[5.6,5.6,5.6]}],"overrides":[],"textures":{"0":"item/w2070739601_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3113.json b/assets/minecraft/models/w3113.json new file mode 100644 index 000000000..aa22e6934 --- /dev/null +++ b/assets/minecraft/models/w3113.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,1.25,6.75,3]},"east":{"texture":"#0","uv":[4.5,3,6.25,3.5]},"north":{"texture":"#0","uv":[6.25,3,6.75,3.5]},"up":{"texture":"#0","uv":[6.75,3,6.25,1.25]},"west":{"texture":"#0","uv":[6.75,3,8.5,3.5]}},"from":[-15.8,-15.8,-16],"shade":false,"to":[-14.2,-14.2,-10.4]},{"faces":{"down":{"texture":"#0","uv":[15.75,0,16,0.25]},"east":{"texture":"#0","uv":[15.75,0,16,0.25]},"north":{"texture":"#0","uv":[15.75,0,16,0.25]},"south":{"texture":"#0","uv":[15.75,0,16,0.25]},"up":{"texture":"#0","uv":[15.75,0,16,0.25]},"west":{"texture":"#0","uv":[15.75,0,16,0.25]}},"from":[-16,-16,-10.2],"shade":false,"to":[-14,-14,-8.2]}],"overrides":[],"textures":{"0":"item/w2070739601_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3114.json b/assets/minecraft/models/w3114.json new file mode 100644 index 000000000..36699c9b5 --- /dev/null +++ b/assets/minecraft/models/w3114.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,6.625,5.125,7.125]},"east":{"texture":"#0","uv":[4.5,7.125,5,7.375]},"north":{"texture":"#0","uv":[5,7.125,5.125,7.375]},"south":{"texture":"#0","uv":[5.625,7.125,5.75,7.375]},"up":{"texture":"#0","uv":[5.125,7.125,5,6.625]},"west":{"texture":"#0","uv":[5.125,7.125,5.625,7.375]}},"from":[-15.9992,-14.1226015,-14.169671],"rotation":{"angle":22.5,"axis":"x","origin":[-15.5996,-13.322601,-12.7696705],"rescale":false},"shade":false,"to":[-15.2,-13.322601,-12.569671]},{"faces":{"down":{"texture":"#0","uv":[0.875,0,0.625,0.375]},"east":{"texture":"#0","uv":[0,0.375,0.375,0.625]},"north":{"texture":"#0","uv":[0.375,0.375,0.625,0.625]},"south":{"texture":"#0","uv":[1,0.375,1.25,0.625]},"up":{"texture":"#0","uv":[0.625,0.375,0.375,0]},"west":{"texture":"#0","uv":[0.625,0.375,1,0.625]}},"from":[-15.9996,-13.365948,-13.721792],"shade":false,"to":[-15.1996,-12.565948,-12.521792]},{"faces":{"down":{"texture":"#0","uv":[5.25,3.5,5,4]},"east":{"texture":"#0","uv":[4.25,4,4.75,4.25]},"north":{"texture":"#0","uv":[4.75,4,5,4.25]},"south":{"texture":"#0","uv":[5.5,4,5.75,4.25]},"up":{"texture":"#0","uv":[5,4,4.75,3.5]},"west":{"texture":"#0","uv":[5,4,5.5,4.25]}},"from":[-16,-13.365948,-15.321792],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.5996,-12.5659485,-13.721792],"rescale":false},"shade":false,"to":[-15.1992,-12.565948,-13.721791]},{"faces":{"down":{"texture":"#0","uv":[6,3.5,5.75,3.75]},"east":{"texture":"#0","uv":[5.25,3.75,5.5,4]},"north":{"texture":"#0","uv":[5.5,3.75,5.75,4]},"south":{"texture":"#0","uv":[6,3.75,6.25,4]},"up":{"texture":"#0","uv":[5.75,3.75,5.5,3.5]},"west":{"texture":"#0","uv":[5.75,3.75,6,4]}},"from":[-15.9996,-13.978241,-16],"rotation":{"angle":-45,"axis":"x","origin":[-15.5996,-13.178242,-15.199999],"rescale":false},"shade":false,"to":[-15.1996,-13.178241,-15.199999]},{"faces":{"down":{"texture":"#0","uv":[5,4.25,4.75,4.5]},"east":{"texture":"#0","uv":[4.25,4.5,4.5,4.75]},"north":{"texture":"#0","uv":[4.5,4.5,4.75,4.75]},"south":{"texture":"#0","uv":[5,4.5,5.25,4.75]},"up":{"texture":"#0","uv":[4.75,4.5,4.5,4.25]},"west":{"texture":"#0","uv":[4.75,4.5,5,4.75]}},"from":[-16,-14.543927,-15.765684],"rotation":{"angle":22.5,"axis":"x","origin":[-15.5996,-13.743927,-15.765684],"rescale":false},"shade":false,"to":[-15.1992,-13.743927,-14.965684]},{"faces":{"east":{"texture":"#0","uv":[0,0.625,0.625,1.5]},"west":{"texture":"#0","uv":[0.625,0.625,0,1.5]}},"from":[-15.5996,-16,-15.717094],"shade":false,"to":[-15.5996,-13.2,-13.717094]}],"overrides":[],"textures":{"0":"item/w2070739601_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3115.json b/assets/minecraft/models/w3115.json new file mode 100644 index 000000000..8c6cb8c52 --- /dev/null +++ b/assets/minecraft/models/w3115.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,0,3.5,2]},"east":{"texture":"#0","uv":[0,2,2,3.75]},"north":{"texture":"#0","uv":[2,2,3.5,3.75]},"south":{"texture":"#0","uv":[5.5,2,7,3.75]},"up":{"texture":"#0","uv":[3.5,2,2,0]},"west":{"texture":"#0","uv":[3.5,2,5.5,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.2,-12.8]}],"overrides":[],"textures":{"0":"item/w1618422598_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3116.json b/assets/minecraft/models/w3116.json new file mode 100644 index 000000000..82b5c6d25 --- /dev/null +++ b/assets/minecraft/models/w3116.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.25,4.25,10.75,6]},"east":{"texture":"#0","uv":[8.5,6,10.25,6.75]},"north":{"texture":"#0","uv":[10.25,6,10.75,6.75]},"south":{"texture":"#0","uv":[12.5,6,13,6.75]},"up":{"texture":"#0","uv":[10.75,6,10.25,4.25]},"west":{"texture":"#0","uv":[10.75,6,12.5,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-13.2]}],"overrides":[],"textures":{"0":"item/w1618422598_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3117.json b/assets/minecraft/models/w3117.json new file mode 100644 index 000000000..ead208d91 --- /dev/null +++ b/assets/minecraft/models/w3117.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,5.5,7.5,7.25]},"east":{"texture":"#0","uv":[4.75,7.25,6.5,8.75]},"north":{"texture":"#0","uv":[6.5,7.25,7.5,8.75]},"south":{"texture":"#0","uv":[9.25,7.25,10.25,8.75]},"up":{"texture":"#0","uv":[7.5,7.25,6.5,5.5]},"west":{"texture":"#0","uv":[7.5,7.25,9.25,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-13.6,-13.2]}],"overrides":[],"textures":{"0":"item/w1618422598_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3118.json b/assets/minecraft/models/w3118.json new file mode 100644 index 000000000..33fb7843f --- /dev/null +++ b/assets/minecraft/models/w3118.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.75,8.75,4.25,9.5]},"east":{"texture":"#0","uv":[3,9.5,3.75,11.25]},"north":{"texture":"#0","uv":[3.75,9.5,4.25,11.25]},"south":{"texture":"#0","uv":[5,9.5,5.5,11.25]},"up":{"texture":"#0","uv":[4.25,9.5,3.75,8.75]},"west":{"texture":"#0","uv":[4.25,9.5,5,11.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.200001,-14.8]}],"overrides":[],"textures":{"0":"item/w1618422598_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3119.json b/assets/minecraft/models/w3119.json new file mode 100644 index 000000000..19c674580 --- /dev/null +++ b/assets/minecraft/models/w3119.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,8.75,4.75,9.5]},"east":{"texture":"#0","uv":[5,9.5,4.25,11.25]},"north":{"texture":"#0","uv":[4.25,9.5,3.75,11.25]},"south":{"texture":"#0","uv":[5.5,9.5,5,11.25]},"up":{"texture":"#0","uv":[3.75,9.5,4.25,8.75]},"west":{"texture":"#0","uv":[3.75,9.5,3,11.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.200001,-14.8]}],"overrides":[],"textures":{"0":"item/w1618422598_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w312.json b/assets/minecraft/models/w312.json new file mode 100644 index 000000000..a93416b2c --- /dev/null +++ b/assets/minecraft/models/w312.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.75,8.625,6.625,8.75]},"east":{"texture":"#0","uv":[6.375,8.75,6.5,8.875]},"north":{"texture":"#0","uv":[6.5,8.75,6.625,8.875]},"south":{"texture":"#0","uv":[6.75,8.75,6.875,8.875]},"up":{"texture":"#0","uv":[6.625,8.75,6.5,8.625]},"west":{"texture":"#0","uv":[6.625,8.75,6.75,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.426313,-15.426314,-15.592]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3120.json b/assets/minecraft/models/w3120.json new file mode 100644 index 000000000..bf80de7aa --- /dev/null +++ b/assets/minecraft/models/w3120.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,0.5,15.5,0]},"east":{"texture":"#0","uv":[16,0.5,15.5,0]},"north":{"texture":"#0","uv":[16,0.5,15.5,0]},"south":{"texture":"#0","uv":[16,0.5,15.5,0]},"up":{"texture":"#0","uv":[16,0.5,15.5,0]},"west":{"texture":"#0","uv":[16,0.5,15.5,0]}},"from":[8,8,8],"shade":false,"to":[7.5,7,7]}],"overrides":[],"textures":{"0":"item/w1618422598_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3121.json b/assets/minecraft/models/w3121.json new file mode 100644 index 000000000..bf80de7aa --- /dev/null +++ b/assets/minecraft/models/w3121.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,0.5,15.5,0]},"east":{"texture":"#0","uv":[16,0.5,15.5,0]},"north":{"texture":"#0","uv":[16,0.5,15.5,0]},"south":{"texture":"#0","uv":[16,0.5,15.5,0]},"up":{"texture":"#0","uv":[16,0.5,15.5,0]},"west":{"texture":"#0","uv":[16,0.5,15.5,0]}},"from":[8,8,8],"shade":false,"to":[7.5,7,7]}],"overrides":[],"textures":{"0":"item/w1618422598_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3122.json b/assets/minecraft/models/w3122.json new file mode 100644 index 000000000..1c1c5bc2e --- /dev/null +++ b/assets/minecraft/models/w3122.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.75,8.75,7.75,10]},"east":{"texture":"#0","uv":[5.5,10,6.75,11]},"north":{"texture":"#0","uv":[6.75,10,7.75,11]},"south":{"texture":"#0","uv":[9,10,10,11]},"up":{"texture":"#0","uv":[7.75,10,6.75,8.75]},"west":{"texture":"#0","uv":[7.75,10,9,11]}},"from":[-15.594958,-16,-16],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.794559,-14.8,-15.8],"rescale":false},"shade":false,"to":[-13.994159,-14.4,-14]},{"faces":{"down":{"texture":"#0","uv":[15,0,15.5,0.5]},"east":{"texture":"#0","uv":[15,0,15.5,0.5]},"north":{"texture":"#0","uv":[15,0,15.5,0.5]},"south":{"texture":"#0","uv":[15,0,15.5,0.5]},"up":{"texture":"#0","uv":[15,0,15.5,0.5]},"west":{"texture":"#0","uv":[15,0,15.5,0.5]}},"from":[-16,-15.32,-15.158579],"shade":false,"to":[-15.2,-14.5199995,-14.358579]},{"faces":{"down":{"texture":"#0","uv":[15,0,15.5,0.5]},"east":{"texture":"#0","uv":[15,0,15.5,0.5]},"north":{"texture":"#0","uv":[15,0,15.5,0.5]},"south":{"texture":"#0","uv":[15,0,15.5,0.5]},"up":{"texture":"#0","uv":[15,0,15.5,0.5]},"west":{"texture":"#0","uv":[15,0,15.5,0.5]}},"from":[-14.389117,-15.32,-15.158579],"shade":false,"to":[-13.589117,-14.5199995,-14.358579]},{"faces":{"east":{"texture":"#0","uv":[3.75,4.5,5.5,4.75]},"west":{"texture":"#0","uv":[5.5,4.5,7.25,4.75]}},"from":[-15.574558,-13.32,-15.98],"rotation":{"angle":-45,"axis":"x","origin":[-15.394558,-13.04,-14.08],"rescale":false},"shade":false,"to":[-15.574558,-12.92,-13.18]},{"faces":{"east":{"texture":"#0","uv":[3.75,4.5,5.5,4.75]},"west":{"texture":"#0","uv":[5.5,4.5,7.25,4.75]}},"from":[-14.014559,-13.32,-15.98],"rotation":{"angle":-45,"axis":"x","origin":[-14.194558,-13.04,-14.08],"rescale":false},"shade":false,"to":[-14.014559,-12.92,-13.18]},{"faces":{"east":{"texture":"#0","uv":[3.75,4.25,5.5,4.5]},"west":{"texture":"#0","uv":[5.5,4.25,7.25,4.5]}},"from":[-15.174559,-13.72728,-14.589046],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.794559,-13.167279,-13.189045],"rescale":false},"shade":false,"to":[-15.174559,-13.32728,-11.789045]},{"faces":{"east":{"texture":"#0","uv":[3.75,4.25,5.5,4.5]},"west":{"texture":"#0","uv":[5.5,4.25,7.25,4.5]}},"from":[-14.414558,-13.72728,-14.589046],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.794559,-13.167279,-13.189045],"rescale":false},"shade":false,"to":[-14.414558,-13.32728,-11.789045]}],"overrides":[],"textures":{"0":"item/w1618422598_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3123.json b/assets/minecraft/models/w3123.json new file mode 100644 index 000000000..c28be0488 --- /dev/null +++ b/assets/minecraft/models/w3123.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,3.75,3.25,6.5]},"east":{"texture":"#0","uv":[0,6.5,2.75,7.25]},"north":{"texture":"#0","uv":[2.75,6.5,3.25,7.25]},"south":{"texture":"#0","uv":[6,6.5,6.5,7.25]},"up":{"texture":"#0","uv":[3.25,6.5,2.75,3.75]},"west":{"texture":"#0","uv":[3.25,6.5,6,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-11.6]}],"overrides":[],"textures":{"0":"item/w1618422598_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3124.json b/assets/minecraft/models/w3124.json new file mode 100644 index 000000000..19356957f --- /dev/null +++ b/assets/minecraft/models/w3124.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.75,0,10,1.25]},"east":{"texture":"#0","uv":[8,1.25,9.25,3.25]},"north":{"texture":"#0","uv":[9.25,1.25,10,3.25]},"south":{"texture":"#0","uv":[11.25,1.25,12,3.25]},"up":{"texture":"#0","uv":[10,1.25,9.25,0]},"west":{"texture":"#0","uv":[10,1.25,11.25,3.25]}},"from":[-16,-13.6,-16],"shade":false,"to":[-14.8,-10.400001,-14]},{"faces":{"down":{"texture":"#0","uv":[2.25,7.25,1.5,8]},"east":{"texture":"#0","uv":[0,8,0.75,10]},"north":{"texture":"#0","uv":[0.75,8,1.5,10]},"south":{"texture":"#0","uv":[2.25,8,3,10]},"up":{"texture":"#0","uv":[1.5,8,0.75,7.25]},"west":{"texture":"#0","uv":[1.5,8,2.25,10]}},"from":[-15.6,-16,-14.8],"shade":false,"to":[-14.400001,-12.8,-13.6]}],"overrides":[],"textures":{"0":"item/w1618422598_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3125.json b/assets/minecraft/models/w3125.json new file mode 100644 index 000000000..770976465 --- /dev/null +++ b/assets/minecraft/models/w3125.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,0,10.75,1.25]},"east":{"texture":"#0","uv":[11.25,1.25,10,3.25]},"north":{"texture":"#0","uv":[10,1.25,9.25,3.25]},"south":{"texture":"#0","uv":[12,1.25,11.25,3.25]},"up":{"texture":"#0","uv":[9.25,1.25,10,0]},"west":{"texture":"#0","uv":[9.25,1.25,8,3.25]}},"from":[-15.6,-13.6,-16],"shade":false,"to":[-14.400001,-10.400001,-14]},{"faces":{"down":{"texture":"#0","uv":[1.5,7.25,2.25,8]},"east":{"texture":"#0","uv":[2.25,8,1.5,10]},"north":{"texture":"#0","uv":[1.5,8,0.75,10]},"south":{"texture":"#0","uv":[3,8,2.25,10]},"up":{"texture":"#0","uv":[0.75,8,1.5,7.25]},"west":{"texture":"#0","uv":[0.75,8,0,10]}},"from":[-16,-16,-14.8],"shade":false,"to":[-14.8,-12.8,-13.6]}],"overrides":[],"textures":{"0":"item/w1618422598_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3126.json b/assets/minecraft/models/w3126.json new file mode 100644 index 000000000..083d59348 --- /dev/null +++ b/assets/minecraft/models/w3126.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,10,1.25,10.75]},"east":{"texture":"#0","uv":[0,10.75,0.75,12.25]},"north":{"texture":"#0","uv":[0.75,10.75,1.25,12.25]},"south":{"texture":"#0","uv":[2,10.75,2.5,12.25]},"up":{"texture":"#0","uv":[1.25,10.75,0.75,10]},"west":{"texture":"#0","uv":[1.25,10.75,2,12.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1618422598_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3127.json b/assets/minecraft/models/w3127.json new file mode 100644 index 000000000..361290839 --- /dev/null +++ b/assets/minecraft/models/w3127.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,10,1.75,10.75]},"east":{"texture":"#0","uv":[2,10.75,1.25,12.25]},"north":{"texture":"#0","uv":[1.25,10.75,0.75,12.25]},"south":{"texture":"#0","uv":[2.5,10.75,2,12.25]},"up":{"texture":"#0","uv":[0.75,10.75,1.25,10]},"west":{"texture":"#0","uv":[0.75,10.75,0,12.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1618422598_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3128.json b/assets/minecraft/models/w3128.json new file mode 100644 index 000000000..192e2970d --- /dev/null +++ b/assets/minecraft/models/w3128.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,2.25,12.5,3.25]},"east":{"texture":"#0","uv":[11,3.25,12,3.75]},"north":{"texture":"#0","uv":[12,3.25,12.5,3.75]},"south":{"texture":"#0","uv":[13.5,3.25,14,3.75]},"up":{"texture":"#0","uv":[12.5,3.25,12,2.25]},"west":{"texture":"#0","uv":[12.5,3.25,13.5,3.75]}},"from":[-16,-14.6343155,-15.434314],"shade":false,"to":[-15.1992,-13.834315,-13.834313]},{"faces":{"down":{"texture":"#0","uv":[6.5,0,6,0.5]},"east":{"texture":"#0","uv":[5,0.5,5.5,1]},"north":{"texture":"#0","uv":[5.5,0.5,6,1]},"south":{"texture":"#0","uv":[6.5,0.5,7,1]},"up":{"texture":"#0","uv":[6,0.5,5.5,0]},"west":{"texture":"#0","uv":[6,0.5,6.5,1]}},"from":[-15.9996,-14.6343155,-15.434314],"rotation":{"angle":45,"axis":"x","origin":[-15.5996,-13.834315,-15.434314],"rescale":false},"shade":false,"to":[-15.1996,-13.834315,-14.634314]},{"faces":{"east":{"texture":"#0","uv":[0,0,1.25,1.75]},"west":{"texture":"#0","uv":[1.25,0,0,1.75]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.6,-13.2,-14]}],"overrides":[],"textures":{"0":"item/w1618422598_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3129.json b/assets/minecraft/models/w3129.json new file mode 100644 index 000000000..06465d3f2 --- /dev/null +++ b/assets/minecraft/models/w3129.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,1,7.5,3.75]},"east":{"texture":"#0","uv":[4.25,3.75,7,4.25]},"north":{"texture":"#0","uv":[7,3.75,7.5,4.25]},"south":{"texture":"#0","uv":[10.25,3.75,10.75,4.25]},"up":{"texture":"#0","uv":[7.5,3.75,7,1]},"west":{"texture":"#0","uv":[7.5,3.75,10.25,4.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2008,-15.2,-11.6]}],"overrides":[],"textures":{"0":"item/w1618422598_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w313.json b/assets/minecraft/models/w313.json new file mode 100644 index 000000000..42a0860e1 --- /dev/null +++ b/assets/minecraft/models/w313.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.75,9,6.5,9.125]},"east":{"texture":"#0","uv":[6.125,9.125,6.25,9.375]},"north":{"texture":"#0","uv":[6.25,9.125,6.5,9.375]},"south":{"texture":"#0","uv":[6.625,9.125,6.875,9.375]},"up":{"texture":"#0","uv":[6.5,9.125,6.25,9]},"west":{"texture":"#0","uv":[6.5,9.125,6.625,9.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3130.json b/assets/minecraft/models/w3130.json new file mode 100644 index 000000000..d46f7b7ee --- /dev/null +++ b/assets/minecraft/models/w3130.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.625,0,3.125,1.625]},"east":{"texture":"#0","uv":[0,1.625,1.625,3]},"north":{"texture":"#0","uv":[1.625,1.625,3.125,3]},"south":{"texture":"#0","uv":[4.75,1.625,6.25,3]},"up":{"texture":"#0","uv":[3.125,1.625,1.625,0]},"west":{"texture":"#0","uv":[3.125,1.625,4.75,3]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.6,-10.8]}],"overrides":[],"textures":{"0":"item/w1837428360_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3131.json b/assets/minecraft/models/w3131.json new file mode 100644 index 000000000..2d47a7820 --- /dev/null +++ b/assets/minecraft/models/w3131.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.625,6,1.125,6.625]},"east":{"texture":"#0","uv":[0,6.625,0.625,8]},"north":{"texture":"#0","uv":[0.625,6.625,1.125,8]},"south":{"texture":"#0","uv":[1.75,6.625,2.25,8]},"up":{"texture":"#0","uv":[1.125,6.625,0.625,6]},"west":{"texture":"#0","uv":[1.125,6.625,1.75,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.6,-14]}],"overrides":[],"textures":{"0":"item/w1837428360_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3132.json b/assets/minecraft/models/w3132.json new file mode 100644 index 000000000..a4aab9648 --- /dev/null +++ b/assets/minecraft/models/w3132.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,6,1.625,6.625]},"east":{"texture":"#0","uv":[1.75,6.625,1.125,8]},"north":{"texture":"#0","uv":[1.125,6.625,0.625,8]},"south":{"texture":"#0","uv":[2.25,6.625,1.75,8]},"up":{"texture":"#0","uv":[0.625,6.625,1.125,6]},"west":{"texture":"#0","uv":[0.625,6.625,0,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.6,-14]}],"overrides":[],"textures":{"0":"item/w1837428360_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3133.json b/assets/minecraft/models/w3133.json new file mode 100644 index 000000000..d96c12670 --- /dev/null +++ b/assets/minecraft/models/w3133.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,3,3,4.75]},"east":{"texture":"#0","uv":[0,4.75,1.75,6]},"north":{"texture":"#0","uv":[1.75,4.75,3,6]},"south":{"texture":"#0","uv":[4.75,4.75,6,6]},"up":{"texture":"#0","uv":[3,4.75,1.75,3]},"west":{"texture":"#0","uv":[3,4.75,4.75,6]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-12,-10.4]}],"overrides":[],"textures":{"0":"item/w1837428360_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3134.json b/assets/minecraft/models/w3134.json new file mode 100644 index 000000000..e7117c30b --- /dev/null +++ b/assets/minecraft/models/w3134.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.125,3.5,9.375,4.625]},"east":{"texture":"#0","uv":[7.5,4.625,8.625,5.375]},"north":{"texture":"#0","uv":[8.625,4.625,9.375,5.375]},"south":{"texture":"#0","uv":[10.5,4.625,11.25,5.375]},"up":{"texture":"#0","uv":[9.375,4.625,8.625,3.5]},"west":{"texture":"#0","uv":[9.375,4.625,10.5,5.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-12.4]}],"overrides":[],"textures":{"0":"item/w1837428360_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3135.json b/assets/minecraft/models/w3135.json new file mode 100644 index 000000000..e3c6df5b9 --- /dev/null +++ b/assets/minecraft/models/w3135.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.625,0,9.125,1.375]},"east":{"texture":"#0","uv":[7.25,1.375,8.625,1.875]},"north":{"texture":"#0","uv":[8.625,1.375,9.125,1.875]},"south":{"texture":"#0","uv":[10.5,1.375,11,1.875]},"up":{"texture":"#0","uv":[9.125,1.375,8.625,0]},"west":{"texture":"#0","uv":[9.125,1.375,10.5,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-11.6]}],"overrides":[],"textures":{"0":"item/w1837428360_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3136.json b/assets/minecraft/models/w3136.json new file mode 100644 index 000000000..077322bcf --- /dev/null +++ b/assets/minecraft/models/w3136.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.125,0,9.625,1.375]},"east":{"texture":"#0","uv":[10.5,1.375,9.125,1.875]},"north":{"texture":"#0","uv":[9.125,1.375,8.625,1.875]},"south":{"texture":"#0","uv":[11,1.375,10.5,1.875]},"up":{"texture":"#0","uv":[8.625,1.375,9.125,0]},"west":{"texture":"#0","uv":[8.625,1.375,7.25,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-11.6]}],"overrides":[],"textures":{"0":"item/w1837428360_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3137.json b/assets/minecraft/models/w3137.json new file mode 100644 index 000000000..35d597aa2 --- /dev/null +++ b/assets/minecraft/models/w3137.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,6.625,3.875,7.625]},"east":{"texture":"#0","uv":[2.25,7.625,3.25,9.25]},"north":{"texture":"#0","uv":[3.25,7.625,3.875,9.25]},"south":{"texture":"#0","uv":[4.875,7.625,5.5,9.25]},"up":{"texture":"#0","uv":[3.875,7.625,3.25,6.625]},"west":{"texture":"#0","uv":[3.875,7.625,4.875,9.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-10.8,-12.8]}],"overrides":[],"textures":{"0":"item/w1837428360_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3138.json b/assets/minecraft/models/w3138.json new file mode 100644 index 000000000..fecb0e91b --- /dev/null +++ b/assets/minecraft/models/w3138.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.875,6.625,4.5,7.625]},"east":{"texture":"#0","uv":[4.875,7.625,3.875,9.25]},"north":{"texture":"#0","uv":[3.875,7.625,3.25,9.25]},"south":{"texture":"#0","uv":[5.5,7.625,4.875,9.25]},"up":{"texture":"#0","uv":[3.25,7.625,3.875,6.625]},"west":{"texture":"#0","uv":[3.25,7.625,2.25,9.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-10.8,-12.8]}],"overrides":[],"textures":{"0":"item/w1837428360_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3139.json b/assets/minecraft/models/w3139.json new file mode 100644 index 000000000..21db023a6 --- /dev/null +++ b/assets/minecraft/models/w3139.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,4.125,6.75,6]},"east":{"texture":"#0","uv":[4.125,6,6,6.625]},"north":{"texture":"#0","uv":[6,6,6.75,6.625]},"south":{"texture":"#0","uv":[8.625,6,9.375,6.625]},"up":{"texture":"#0","uv":[6.75,6,6,4.125]},"west":{"texture":"#0","uv":[6.75,6,8.625,6.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14,-10]}],"overrides":[],"textures":{"0":"item/w1837428360_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w314.json b/assets/minecraft/models/w314.json new file mode 100644 index 000000000..bb2aadcae --- /dev/null +++ b/assets/minecraft/models/w314.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.75,9.5,6.5,9.625]},"east":{"texture":"#0","uv":[6.125,9.625,6.25,9.875]},"north":{"texture":"#0","uv":[6.25,9.625,6.5,9.875]},"south":{"texture":"#0","uv":[6.625,9.625,6.875,9.875]},"up":{"texture":"#0","uv":[6.5,9.625,6.25,9.5]},"west":{"texture":"#0","uv":[6.5,9.625,6.625,9.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3140.json b/assets/minecraft/models/w3140.json new file mode 100644 index 000000000..240cab955 --- /dev/null +++ b/assets/minecraft/models/w3140.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.75,0.25,16,0]},"east":{"texture":"#0","uv":[15.75,0.25,16,0]},"north":{"texture":"#0","uv":[15.75,0.25,16,0]},"south":{"texture":"#0","uv":[15.75,0.25,16,0]},"up":{"texture":"#0","uv":[15.75,0.25,16,0]},"west":{"texture":"#0","uv":[15.75,0.25,16,0]}},"from":[8,8,8],"shade":false,"to":[7.5,7,7]}],"overrides":[],"textures":{"0":"item/w1837428360_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3141.json b/assets/minecraft/models/w3141.json new file mode 100644 index 000000000..240cab955 --- /dev/null +++ b/assets/minecraft/models/w3141.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.75,0.25,16,0]},"east":{"texture":"#0","uv":[15.75,0.25,16,0]},"north":{"texture":"#0","uv":[15.75,0.25,16,0]},"south":{"texture":"#0","uv":[15.75,0.25,16,0]},"up":{"texture":"#0","uv":[15.75,0.25,16,0]},"west":{"texture":"#0","uv":[15.75,0.25,16,0]}},"from":[8,8,8],"shade":false,"to":[7.5,7,7]}],"overrides":[],"textures":{"0":"item/w1837428360_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3142.json b/assets/minecraft/models/w3142.json new file mode 100644 index 000000000..a3526a5b2 --- /dev/null +++ b/assets/minecraft/models/w3142.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.875,1.875,8.375,2.5]},"east":{"texture":"#0","uv":[7.25,2.5,7.875,3]},"north":{"texture":"#0","uv":[7.875,2.5,8.375,3]},"south":{"texture":"#0","uv":[9,2.5,9.5,3]},"up":{"texture":"#0","uv":[8.375,2.5,7.875,1.875]},"west":{"texture":"#0","uv":[8.375,2.5,9,3]}},"from":[-15.594958,-15.858382,-16],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.794559,-14.658382,-15.8],"rescale":false},"shade":false,"to":[-13.994159,-14.258382,-14]},{"faces":{"down":{"texture":"#0","uv":[7.375,6.625,6.875,7.25]},"east":{"texture":"#0","uv":[5.75,7.25,6.375,8]},"north":{"texture":"#0","uv":[6.375,7.25,6.875,8]},"south":{"texture":"#0","uv":[7.5,7.25,8,8]},"up":{"texture":"#0","uv":[6.875,7.25,6.375,6.625]},"west":{"texture":"#0","uv":[6.875,7.25,7.5,8]}},"from":[-15.594559,-16,-14.290091],"shade":false,"to":[-13.994558,-13.6,-12.290091]},{"faces":{"down":{"texture":"#0","uv":[1.375,3.125,0.875,3.5]},"east":{"texture":"#0","uv":[0,3.5,0.375,3.75]},"north":{"texture":"#0","uv":[0.375,3.5,0.875,3.75]},"south":{"texture":"#0","uv":[1.25,3.5,1.75,3.75]},"up":{"texture":"#0","uv":[0.875,3.5,0.375,3.125]},"west":{"texture":"#0","uv":[0.875,3.5,1.25,3.75]}},"from":[-15.594559,-16,-15.49009],"rotation":{"angle":22.5,"axis":"x","origin":[-14.794559,-16,-14.290091],"rescale":false},"shade":false,"to":[-13.994558,-15.2,-14.290091]},{"faces":{"down":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"east":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"north":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"south":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"up":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"west":{"texture":"#0","uv":[15.5,0,15.75,0.25]}},"from":[-16,-14.858382,-14.758578],"shade":false,"to":[-15.2,-14.058382,-13.958578]},{"faces":{"down":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"east":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"north":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"south":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"up":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"west":{"texture":"#0","uv":[15.5,0,15.75,0.25]}},"from":[-14.389117,-14.858382,-14.758578],"shade":false,"to":[-13.589117,-14.058382,-13.958578]},{"faces":{"east":{"texture":"#0","uv":[0,3,0.875,3.125]},"west":{"texture":"#0","uv":[0.875,3,1.75,3.125]}},"from":[-15.574558,-13.178383,-15.98],"rotation":{"angle":-45,"axis":"x","origin":[-15.394558,-12.898382,-14.08],"rescale":false},"shade":false,"to":[-15.574558,-12.778383,-13.179999]},{"faces":{"east":{"texture":"#0","uv":[0,3,0.875,3.125]},"west":{"texture":"#0","uv":[0.875,3,1.75,3.125]}},"from":[-14.014559,-13.178383,-15.98],"rotation":{"angle":-45,"axis":"x","origin":[-14.194558,-12.898382,-14.08],"rescale":false},"shade":false,"to":[-14.014559,-12.778383,-13.179999]},{"faces":{"east":{"texture":"#0","uv":[0,3,0.875,3.125]},"west":{"texture":"#0","uv":[0.875,3,1.75,3.125]}},"from":[-15.174559,-13.585662,-14.589045],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.794559,-13.025661,-13.189045],"rescale":false},"shade":false,"to":[-15.174559,-13.185662,-11.789045]},{"faces":{"east":{"texture":"#0","uv":[0,3,0.875,3.125]},"west":{"texture":"#0","uv":[0.875,3,1.75,3.125]}},"from":[-14.414558,-13.585662,-14.589045],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.794559,-13.025661,-13.189045],"rescale":false},"shade":false,"to":[-14.414558,-13.185662,-11.789045]}],"overrides":[],"textures":{"0":"item/w1837428360_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3143.json b/assets/minecraft/models/w3143.json new file mode 100644 index 000000000..da4f165c4 --- /dev/null +++ b/assets/minecraft/models/w3143.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,8,1,8.5]},"east":{"texture":"#0","uv":[0,8.5,0.5,10.125]},"north":{"texture":"#0","uv":[0.5,8.5,1,10.125]},"south":{"texture":"#0","uv":[1.5,8.5,2,10.125]},"up":{"texture":"#0","uv":[1,8.5,0.5,8]},"west":{"texture":"#0","uv":[1,8.5,1.5,10.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-10.8,-14.400001]}],"overrides":[],"textures":{"0":"item/w1837428360_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3144.json b/assets/minecraft/models/w3144.json new file mode 100644 index 000000000..e6c084187 --- /dev/null +++ b/assets/minecraft/models/w3144.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,8,1.5,8.5]},"east":{"texture":"#0","uv":[1.5,8.5,1,10.125]},"north":{"texture":"#0","uv":[1,8.5,0.5,10.125]},"south":{"texture":"#0","uv":[2,8.5,1.5,10.125]},"up":{"texture":"#0","uv":[0.5,8.5,1,8]},"west":{"texture":"#0","uv":[0.5,8.5,0,10.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-10.8,-14.400001]}],"overrides":[],"textures":{"0":"item/w1837428360_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3145.json b/assets/minecraft/models/w3145.json new file mode 100644 index 000000000..0448ab2e9 --- /dev/null +++ b/assets/minecraft/models/w3145.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"east":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"north":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"south":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"up":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"west":{"texture":"#0","uv":[15.5,0,15.75,0.25]}},"from":[8,8,8],"shade":false,"to":[5.6,5.6,5.6]}],"overrides":[],"textures":{"0":"item/w1837428360_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3146.json b/assets/minecraft/models/w3146.json new file mode 100644 index 000000000..87ab9e938 --- /dev/null +++ b/assets/minecraft/models/w3146.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,1.25,6.75,3]},"east":{"texture":"#0","uv":[4.5,3,6.25,3.5]},"north":{"texture":"#0","uv":[6.25,3,6.75,3.5]},"up":{"texture":"#0","uv":[6.75,3,6.25,1.25]},"west":{"texture":"#0","uv":[6.75,3,8.5,3.5]}},"from":[-15.8,-15.8,-16],"shade":false,"to":[-14.2,-14.2,-10.4]},{"faces":{"down":{"texture":"#0","uv":[15.75,0,16,0.25]},"east":{"texture":"#0","uv":[15.75,0,16,0.25]},"north":{"texture":"#0","uv":[15.75,0,16,0.25]},"south":{"texture":"#0","uv":[15.75,0,16,0.25]},"up":{"texture":"#0","uv":[15.75,0,16,0.25]},"west":{"texture":"#0","uv":[15.75,0,16,0.25]}},"from":[-16,-16,-10.2],"shade":false,"to":[-14,-14,-8.2]}],"overrides":[],"textures":{"0":"item/w1837428360_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3147.json b/assets/minecraft/models/w3147.json new file mode 100644 index 000000000..c1c7255eb --- /dev/null +++ b/assets/minecraft/models/w3147.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,6.625,5.125,7.125]},"east":{"texture":"#0","uv":[4.5,7.125,5,7.375]},"north":{"texture":"#0","uv":[5,7.125,5.125,7.375]},"south":{"texture":"#0","uv":[5.625,7.125,5.75,7.375]},"up":{"texture":"#0","uv":[5.125,7.125,5,6.625]},"west":{"texture":"#0","uv":[5.125,7.125,5.625,7.375]}},"from":[-15.9992,-14.1226015,-14.169671],"rotation":{"angle":22.5,"axis":"x","origin":[-15.5996,-13.322601,-12.7696705],"rescale":false},"shade":false,"to":[-15.2,-13.322601,-12.569671]},{"faces":{"down":{"texture":"#0","uv":[0.875,0,0.625,0.375]},"east":{"texture":"#0","uv":[0,0.375,0.375,0.625]},"north":{"texture":"#0","uv":[0.375,0.375,0.625,0.625]},"south":{"texture":"#0","uv":[1,0.375,1.25,0.625]},"up":{"texture":"#0","uv":[0.625,0.375,0.375,0]},"west":{"texture":"#0","uv":[0.625,0.375,1,0.625]}},"from":[-15.9996,-13.365948,-13.721792],"shade":false,"to":[-15.1996,-12.565948,-12.521792]},{"faces":{"down":{"texture":"#0","uv":[5.25,3.5,5,4]},"east":{"texture":"#0","uv":[4.25,4,4.75,4.25]},"north":{"texture":"#0","uv":[4.75,4,5,4.25]},"south":{"texture":"#0","uv":[5.5,4,5.75,4.25]},"up":{"texture":"#0","uv":[5,4,4.75,3.5]},"west":{"texture":"#0","uv":[5,4,5.5,4.25]}},"from":[-16,-13.365948,-15.321792],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.5996,-12.5659485,-13.721792],"rescale":false},"shade":false,"to":[-15.1992,-12.565948,-13.721791]},{"faces":{"down":{"texture":"#0","uv":[6,3.5,5.75,3.75]},"east":{"texture":"#0","uv":[5.25,3.75,5.5,4]},"north":{"texture":"#0","uv":[5.5,3.75,5.75,4]},"south":{"texture":"#0","uv":[6,3.75,6.25,4]},"up":{"texture":"#0","uv":[5.75,3.75,5.5,3.5]},"west":{"texture":"#0","uv":[5.75,3.75,6,4]}},"from":[-15.9996,-13.978241,-16],"rotation":{"angle":-45,"axis":"x","origin":[-15.5996,-13.178242,-15.199999],"rescale":false},"shade":false,"to":[-15.1996,-13.178241,-15.199999]},{"faces":{"down":{"texture":"#0","uv":[5,4.25,4.75,4.5]},"east":{"texture":"#0","uv":[4.25,4.5,4.5,4.75]},"north":{"texture":"#0","uv":[4.5,4.5,4.75,4.75]},"south":{"texture":"#0","uv":[5,4.5,5.25,4.75]},"up":{"texture":"#0","uv":[4.75,4.5,4.5,4.25]},"west":{"texture":"#0","uv":[4.75,4.5,5,4.75]}},"from":[-16,-14.543927,-15.765684],"rotation":{"angle":22.5,"axis":"x","origin":[-15.5996,-13.743927,-15.765684],"rescale":false},"shade":false,"to":[-15.1992,-13.743927,-14.965684]},{"faces":{"east":{"texture":"#0","uv":[0,0.625,0.625,1.5]},"west":{"texture":"#0","uv":[0.625,0.625,0,1.5]}},"from":[-15.5996,-16,-15.717094],"shade":false,"to":[-15.5996,-13.2,-13.717094]}],"overrides":[],"textures":{"0":"item/w1837428360_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3148.json b/assets/minecraft/models/w3148.json new file mode 100644 index 000000000..6a7023b63 --- /dev/null +++ b/assets/minecraft/models/w3148.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.625,0,3.125,1.625]},"east":{"texture":"#0","uv":[0,1.625,1.625,3]},"north":{"texture":"#0","uv":[1.625,1.625,3.125,3]},"south":{"texture":"#0","uv":[4.75,1.625,6.25,3]},"up":{"texture":"#0","uv":[3.125,1.625,1.625,0]},"west":{"texture":"#0","uv":[3.125,1.625,4.75,3]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.6,-10.8]}],"overrides":[],"textures":{"0":"item/w406968294_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3149.json b/assets/minecraft/models/w3149.json new file mode 100644 index 000000000..9f92ef1d9 --- /dev/null +++ b/assets/minecraft/models/w3149.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.625,6,1.125,6.625]},"east":{"texture":"#0","uv":[0,6.625,0.625,8]},"north":{"texture":"#0","uv":[0.625,6.625,1.125,8]},"south":{"texture":"#0","uv":[1.75,6.625,2.25,8]},"up":{"texture":"#0","uv":[1.125,6.625,0.625,6]},"west":{"texture":"#0","uv":[1.125,6.625,1.75,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.6,-14]}],"overrides":[],"textures":{"0":"item/w406968294_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w315.json b/assets/minecraft/models/w315.json new file mode 100644 index 000000000..6fcf48841 --- /dev/null +++ b/assets/minecraft/models/w315.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,11.125,0.75,11.5]},"east":{"texture":"#0","uv":[0,11.5,0.375,12.875]},"north":{"texture":"#0","uv":[0.375,11.5,0.75,12.875]},"south":{"texture":"#0","uv":[1.125,11.5,1.5,12.875]},"up":{"texture":"#0","uv":[0.75,11.5,0.375,11.125]},"west":{"texture":"#0","uv":[0.75,11.5,1.125,12.875]}},"from":[-15.7975,-13.4,-15.8],"shade":false,"to":[-14.5975,-9,-14.6]},{"faces":{"down":{"texture":"#0","uv":[3.25,10.25,2.75,10.625]},"east":{"texture":"#0","uv":[1.875,10.625,2.25,11]},"north":{"texture":"#0","uv":[2.25,10.625,2.75,11]},"south":{"texture":"#0","uv":[3.125,10.625,3.625,11]},"up":{"texture":"#0","uv":[2.75,10.625,2.25,10.25]},"west":{"texture":"#0","uv":[2.75,10.625,3.125,11]}},"from":[-16,-14.4,-15.668629],"rotation":{"angle":45,"axis":"x","origin":[-15.1975,-13.6,-14.868629],"rescale":false},"shade":false,"to":[-14.3949995,-13.268629,-14.537258]},{"faces":{"down":{"texture":"#0","uv":[5.5,8.625,5,9.125]},"east":{"texture":"#0","uv":[4,9.125,4.5,9.875]},"north":{"texture":"#0","uv":[4.5,9.125,5,9.875]},"south":{"texture":"#0","uv":[5.5,9.125,6,9.875]},"up":{"texture":"#0","uv":[5,9.125,4.5,8.625]},"west":{"texture":"#0","uv":[5,9.125,5.5,9.875]}},"from":[-15.997499,-16,-16],"shade":false,"to":[-14.397499,-13.6,-14.4]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3150.json b/assets/minecraft/models/w3150.json new file mode 100644 index 000000000..80f469367 --- /dev/null +++ b/assets/minecraft/models/w3150.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,6,1.625,6.625]},"east":{"texture":"#0","uv":[1.75,6.625,1.125,8]},"north":{"texture":"#0","uv":[1.125,6.625,0.625,8]},"south":{"texture":"#0","uv":[2.25,6.625,1.75,8]},"up":{"texture":"#0","uv":[0.625,6.625,1.125,6]},"west":{"texture":"#0","uv":[0.625,6.625,0,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.6,-14]}],"overrides":[],"textures":{"0":"item/w406968294_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3151.json b/assets/minecraft/models/w3151.json new file mode 100644 index 000000000..6c1f0a5c8 --- /dev/null +++ b/assets/minecraft/models/w3151.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,3,3,4.75]},"east":{"texture":"#0","uv":[0,4.75,1.75,6]},"north":{"texture":"#0","uv":[1.75,4.75,3,6]},"south":{"texture":"#0","uv":[4.75,4.75,6,6]},"up":{"texture":"#0","uv":[3,4.75,1.75,3]},"west":{"texture":"#0","uv":[3,4.75,4.75,6]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-12,-10.4]}],"overrides":[],"textures":{"0":"item/w406968294_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3152.json b/assets/minecraft/models/w3152.json new file mode 100644 index 000000000..7833dcc7d --- /dev/null +++ b/assets/minecraft/models/w3152.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.125,3.5,9.375,4.625]},"east":{"texture":"#0","uv":[7.5,4.625,8.625,5.375]},"north":{"texture":"#0","uv":[8.625,4.625,9.375,5.375]},"south":{"texture":"#0","uv":[10.5,4.625,11.25,5.375]},"up":{"texture":"#0","uv":[9.375,4.625,8.625,3.5]},"west":{"texture":"#0","uv":[9.375,4.625,10.5,5.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-12.4]}],"overrides":[],"textures":{"0":"item/w406968294_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3153.json b/assets/minecraft/models/w3153.json new file mode 100644 index 000000000..35e53d756 --- /dev/null +++ b/assets/minecraft/models/w3153.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.625,0,9.125,1.375]},"east":{"texture":"#0","uv":[7.25,1.375,8.625,1.875]},"north":{"texture":"#0","uv":[8.625,1.375,9.125,1.875]},"south":{"texture":"#0","uv":[10.5,1.375,11,1.875]},"up":{"texture":"#0","uv":[9.125,1.375,8.625,0]},"west":{"texture":"#0","uv":[9.125,1.375,10.5,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-11.6]}],"overrides":[],"textures":{"0":"item/w406968294_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3154.json b/assets/minecraft/models/w3154.json new file mode 100644 index 000000000..da4329df2 --- /dev/null +++ b/assets/minecraft/models/w3154.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.125,0,9.625,1.375]},"east":{"texture":"#0","uv":[10.5,1.375,9.125,1.875]},"north":{"texture":"#0","uv":[9.125,1.375,8.625,1.875]},"south":{"texture":"#0","uv":[11,1.375,10.5,1.875]},"up":{"texture":"#0","uv":[8.625,1.375,9.125,0]},"west":{"texture":"#0","uv":[8.625,1.375,7.25,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-11.6]}],"overrides":[],"textures":{"0":"item/w406968294_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3155.json b/assets/minecraft/models/w3155.json new file mode 100644 index 000000000..89c9caef3 --- /dev/null +++ b/assets/minecraft/models/w3155.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,6.625,3.875,7.625]},"east":{"texture":"#0","uv":[2.25,7.625,3.25,9.25]},"north":{"texture":"#0","uv":[3.25,7.625,3.875,9.25]},"south":{"texture":"#0","uv":[4.875,7.625,5.5,9.25]},"up":{"texture":"#0","uv":[3.875,7.625,3.25,6.625]},"west":{"texture":"#0","uv":[3.875,7.625,4.875,9.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-10.8,-12.8]}],"overrides":[],"textures":{"0":"item/w406968294_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3156.json b/assets/minecraft/models/w3156.json new file mode 100644 index 000000000..d53259474 --- /dev/null +++ b/assets/minecraft/models/w3156.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.875,6.625,4.5,7.625]},"east":{"texture":"#0","uv":[4.875,7.625,3.875,9.25]},"north":{"texture":"#0","uv":[3.875,7.625,3.25,9.25]},"south":{"texture":"#0","uv":[5.5,7.625,4.875,9.25]},"up":{"texture":"#0","uv":[3.25,7.625,3.875,6.625]},"west":{"texture":"#0","uv":[3.25,7.625,2.25,9.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-10.8,-12.8]}],"overrides":[],"textures":{"0":"item/w406968294_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3157.json b/assets/minecraft/models/w3157.json new file mode 100644 index 000000000..c2ec85c30 --- /dev/null +++ b/assets/minecraft/models/w3157.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,4.125,6.75,6]},"east":{"texture":"#0","uv":[4.125,6,6,6.625]},"north":{"texture":"#0","uv":[6,6,6.75,6.625]},"south":{"texture":"#0","uv":[8.625,6,9.375,6.625]},"up":{"texture":"#0","uv":[6.75,6,6,4.125]},"west":{"texture":"#0","uv":[6.75,6,8.625,6.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14,-10]}],"overrides":[],"textures":{"0":"item/w406968294_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3158.json b/assets/minecraft/models/w3158.json new file mode 100644 index 000000000..e8400e0c8 --- /dev/null +++ b/assets/minecraft/models/w3158.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.75,0.25,16,0]},"east":{"texture":"#0","uv":[15.75,0.25,16,0]},"north":{"texture":"#0","uv":[15.75,0.25,16,0]},"south":{"texture":"#0","uv":[15.75,0.25,16,0]},"up":{"texture":"#0","uv":[15.75,0.25,16,0]},"west":{"texture":"#0","uv":[15.75,0.25,16,0]}},"from":[8,8,8],"shade":false,"to":[7.5,7,7]}],"overrides":[],"textures":{"0":"item/w406968294_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3159.json b/assets/minecraft/models/w3159.json new file mode 100644 index 000000000..e8400e0c8 --- /dev/null +++ b/assets/minecraft/models/w3159.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.75,0.25,16,0]},"east":{"texture":"#0","uv":[15.75,0.25,16,0]},"north":{"texture":"#0","uv":[15.75,0.25,16,0]},"south":{"texture":"#0","uv":[15.75,0.25,16,0]},"up":{"texture":"#0","uv":[15.75,0.25,16,0]},"west":{"texture":"#0","uv":[15.75,0.25,16,0]}},"from":[8,8,8],"shade":false,"to":[7.5,7,7]}],"overrides":[],"textures":{"0":"item/w406968294_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w316.json b/assets/minecraft/models/w316.json new file mode 100644 index 000000000..bb2aadcae --- /dev/null +++ b/assets/minecraft/models/w316.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.75,9.5,6.5,9.625]},"east":{"texture":"#0","uv":[6.125,9.625,6.25,9.875]},"north":{"texture":"#0","uv":[6.25,9.625,6.5,9.875]},"south":{"texture":"#0","uv":[6.625,9.625,6.875,9.875]},"up":{"texture":"#0","uv":[6.5,9.625,6.25,9.5]},"west":{"texture":"#0","uv":[6.5,9.625,6.625,9.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3160.json b/assets/minecraft/models/w3160.json new file mode 100644 index 000000000..516f3f599 --- /dev/null +++ b/assets/minecraft/models/w3160.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.875,1.875,8.375,2.5]},"east":{"texture":"#0","uv":[7.25,2.5,7.875,3]},"north":{"texture":"#0","uv":[7.875,2.5,8.375,3]},"south":{"texture":"#0","uv":[9,2.5,9.5,3]},"up":{"texture":"#0","uv":[8.375,2.5,7.875,1.875]},"west":{"texture":"#0","uv":[8.375,2.5,9,3]}},"from":[-15.594958,-15.858382,-16],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.794559,-14.658382,-15.8],"rescale":false},"shade":false,"to":[-13.994159,-14.258382,-14]},{"faces":{"down":{"texture":"#0","uv":[7.375,6.625,6.875,7.25]},"east":{"texture":"#0","uv":[5.75,7.25,6.375,8]},"north":{"texture":"#0","uv":[6.375,7.25,6.875,8]},"south":{"texture":"#0","uv":[7.5,7.25,8,8]},"up":{"texture":"#0","uv":[6.875,7.25,6.375,6.625]},"west":{"texture":"#0","uv":[6.875,7.25,7.5,8]}},"from":[-15.594559,-16,-14.290091],"shade":false,"to":[-13.994558,-13.6,-12.290091]},{"faces":{"down":{"texture":"#0","uv":[1.375,3.125,0.875,3.5]},"east":{"texture":"#0","uv":[0,3.5,0.375,3.75]},"north":{"texture":"#0","uv":[0.375,3.5,0.875,3.75]},"south":{"texture":"#0","uv":[1.25,3.5,1.75,3.75]},"up":{"texture":"#0","uv":[0.875,3.5,0.375,3.125]},"west":{"texture":"#0","uv":[0.875,3.5,1.25,3.75]}},"from":[-15.594559,-16,-15.49009],"rotation":{"angle":22.5,"axis":"x","origin":[-14.794559,-16,-14.290091],"rescale":false},"shade":false,"to":[-13.994558,-15.2,-14.290091]},{"faces":{"down":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"east":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"north":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"south":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"up":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"west":{"texture":"#0","uv":[15.5,0,15.75,0.25]}},"from":[-16,-14.858382,-14.758578],"shade":false,"to":[-15.2,-14.058382,-13.958578]},{"faces":{"down":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"east":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"north":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"south":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"up":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"west":{"texture":"#0","uv":[15.5,0,15.75,0.25]}},"from":[-14.389117,-14.858382,-14.758578],"shade":false,"to":[-13.589117,-14.058382,-13.958578]},{"faces":{"east":{"texture":"#0","uv":[0,3,0.875,3.125]},"west":{"texture":"#0","uv":[0.875,3,1.75,3.125]}},"from":[-15.574558,-13.178383,-15.98],"rotation":{"angle":-45,"axis":"x","origin":[-15.394558,-12.898382,-14.08],"rescale":false},"shade":false,"to":[-15.574558,-12.778383,-13.179999]},{"faces":{"east":{"texture":"#0","uv":[0,3,0.875,3.125]},"west":{"texture":"#0","uv":[0.875,3,1.75,3.125]}},"from":[-14.014559,-13.178383,-15.98],"rotation":{"angle":-45,"axis":"x","origin":[-14.194558,-12.898382,-14.08],"rescale":false},"shade":false,"to":[-14.014559,-12.778383,-13.179999]},{"faces":{"east":{"texture":"#0","uv":[0,3,0.875,3.125]},"west":{"texture":"#0","uv":[0.875,3,1.75,3.125]}},"from":[-15.174559,-13.585662,-14.589045],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.794559,-13.025661,-13.189045],"rescale":false},"shade":false,"to":[-15.174559,-13.185662,-11.789045]},{"faces":{"east":{"texture":"#0","uv":[0,3,0.875,3.125]},"west":{"texture":"#0","uv":[0.875,3,1.75,3.125]}},"from":[-14.414558,-13.585662,-14.589045],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.794559,-13.025661,-13.189045],"rescale":false},"shade":false,"to":[-14.414558,-13.185662,-11.789045]}],"overrides":[],"textures":{"0":"item/w406968294_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3161.json b/assets/minecraft/models/w3161.json new file mode 100644 index 000000000..4b7bb92ce --- /dev/null +++ b/assets/minecraft/models/w3161.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,8,1,8.5]},"east":{"texture":"#0","uv":[0,8.5,0.5,10.125]},"north":{"texture":"#0","uv":[0.5,8.5,1,10.125]},"south":{"texture":"#0","uv":[1.5,8.5,2,10.125]},"up":{"texture":"#0","uv":[1,8.5,0.5,8]},"west":{"texture":"#0","uv":[1,8.5,1.5,10.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-10.8,-14.400001]}],"overrides":[],"textures":{"0":"item/w406968294_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3162.json b/assets/minecraft/models/w3162.json new file mode 100644 index 000000000..e03aa7129 --- /dev/null +++ b/assets/minecraft/models/w3162.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,8,1.5,8.5]},"east":{"texture":"#0","uv":[1.5,8.5,1,10.125]},"north":{"texture":"#0","uv":[1,8.5,0.5,10.125]},"south":{"texture":"#0","uv":[2,8.5,1.5,10.125]},"up":{"texture":"#0","uv":[0.5,8.5,1,8]},"west":{"texture":"#0","uv":[0.5,8.5,0,10.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-10.8,-14.400001]}],"overrides":[],"textures":{"0":"item/w406968294_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3163.json b/assets/minecraft/models/w3163.json new file mode 100644 index 000000000..805d2337e --- /dev/null +++ b/assets/minecraft/models/w3163.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"east":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"north":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"south":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"up":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"west":{"texture":"#0","uv":[15.5,0,15.75,0.25]}},"from":[8,8,8],"shade":false,"to":[5.6,5.6,5.6]}],"overrides":[],"textures":{"0":"item/w406968294_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3164.json b/assets/minecraft/models/w3164.json new file mode 100644 index 000000000..538b33d10 --- /dev/null +++ b/assets/minecraft/models/w3164.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,1.25,6.75,3]},"east":{"texture":"#0","uv":[4.5,3,6.25,3.5]},"north":{"texture":"#0","uv":[6.25,3,6.75,3.5]},"up":{"texture":"#0","uv":[6.75,3,6.25,1.25]},"west":{"texture":"#0","uv":[6.75,3,8.5,3.5]}},"from":[-15.8,-15.8,-16],"shade":false,"to":[-14.2,-14.2,-10.4]},{"faces":{"down":{"texture":"#0","uv":[15.75,0,16,0.25]},"east":{"texture":"#0","uv":[15.75,0,16,0.25]},"north":{"texture":"#0","uv":[15.75,0,16,0.25]},"south":{"texture":"#0","uv":[15.75,0,16,0.25]},"up":{"texture":"#0","uv":[15.75,0,16,0.25]},"west":{"texture":"#0","uv":[15.75,0,16,0.25]}},"from":[-16,-16,-10.2],"shade":false,"to":[-14,-14,-8.2]}],"overrides":[],"textures":{"0":"item/w406968294_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3165.json b/assets/minecraft/models/w3165.json new file mode 100644 index 000000000..53b01f4a1 --- /dev/null +++ b/assets/minecraft/models/w3165.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,6.625,5.125,7.125]},"east":{"texture":"#0","uv":[4.5,7.125,5,7.375]},"north":{"texture":"#0","uv":[5,7.125,5.125,7.375]},"south":{"texture":"#0","uv":[5.625,7.125,5.75,7.375]},"up":{"texture":"#0","uv":[5.125,7.125,5,6.625]},"west":{"texture":"#0","uv":[5.125,7.125,5.625,7.375]}},"from":[-15.9992,-14.1226015,-14.169671],"rotation":{"angle":22.5,"axis":"x","origin":[-15.5996,-13.322601,-12.7696705],"rescale":false},"shade":false,"to":[-15.2,-13.322601,-12.569671]},{"faces":{"down":{"texture":"#0","uv":[0.875,0,0.625,0.375]},"east":{"texture":"#0","uv":[0,0.375,0.375,0.625]},"north":{"texture":"#0","uv":[0.375,0.375,0.625,0.625]},"south":{"texture":"#0","uv":[1,0.375,1.25,0.625]},"up":{"texture":"#0","uv":[0.625,0.375,0.375,0]},"west":{"texture":"#0","uv":[0.625,0.375,1,0.625]}},"from":[-15.9996,-13.365948,-13.721792],"shade":false,"to":[-15.1996,-12.565948,-12.521792]},{"faces":{"down":{"texture":"#0","uv":[5.25,3.5,5,4]},"east":{"texture":"#0","uv":[4.25,4,4.75,4.25]},"north":{"texture":"#0","uv":[4.75,4,5,4.25]},"south":{"texture":"#0","uv":[5.5,4,5.75,4.25]},"up":{"texture":"#0","uv":[5,4,4.75,3.5]},"west":{"texture":"#0","uv":[5,4,5.5,4.25]}},"from":[-16,-13.365948,-15.321792],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.5996,-12.5659485,-13.721792],"rescale":false},"shade":false,"to":[-15.1992,-12.565948,-13.721791]},{"faces":{"down":{"texture":"#0","uv":[6,3.5,5.75,3.75]},"east":{"texture":"#0","uv":[5.25,3.75,5.5,4]},"north":{"texture":"#0","uv":[5.5,3.75,5.75,4]},"south":{"texture":"#0","uv":[6,3.75,6.25,4]},"up":{"texture":"#0","uv":[5.75,3.75,5.5,3.5]},"west":{"texture":"#0","uv":[5.75,3.75,6,4]}},"from":[-15.9996,-13.978241,-16],"rotation":{"angle":-45,"axis":"x","origin":[-15.5996,-13.178242,-15.199999],"rescale":false},"shade":false,"to":[-15.1996,-13.178241,-15.199999]},{"faces":{"down":{"texture":"#0","uv":[5,4.25,4.75,4.5]},"east":{"texture":"#0","uv":[4.25,4.5,4.5,4.75]},"north":{"texture":"#0","uv":[4.5,4.5,4.75,4.75]},"south":{"texture":"#0","uv":[5,4.5,5.25,4.75]},"up":{"texture":"#0","uv":[4.75,4.5,4.5,4.25]},"west":{"texture":"#0","uv":[4.75,4.5,5,4.75]}},"from":[-16,-14.543927,-15.765684],"rotation":{"angle":22.5,"axis":"x","origin":[-15.5996,-13.743927,-15.765684],"rescale":false},"shade":false,"to":[-15.1992,-13.743927,-14.965684]},{"faces":{"east":{"texture":"#0","uv":[0,0.625,0.625,1.5]},"west":{"texture":"#0","uv":[0.625,0.625,0,1.5]}},"from":[-15.5996,-16,-15.717094],"shade":false,"to":[-15.5996,-13.2,-13.717094]}],"overrides":[],"textures":{"0":"item/w406968294_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3166.json b/assets/minecraft/models/w3166.json new file mode 100644 index 000000000..0600822ab --- /dev/null +++ b/assets/minecraft/models/w3166.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.625,0,3.125,1.625]},"east":{"texture":"#0","uv":[0,1.625,1.625,3]},"north":{"texture":"#0","uv":[1.625,1.625,3.125,3]},"south":{"texture":"#0","uv":[4.75,1.625,6.25,3]},"up":{"texture":"#0","uv":[3.125,1.625,1.625,0]},"west":{"texture":"#0","uv":[3.125,1.625,4.75,3]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.6,-10.8]}],"overrides":[],"textures":{"0":"item/w419724285_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3167.json b/assets/minecraft/models/w3167.json new file mode 100644 index 000000000..b6a608beb --- /dev/null +++ b/assets/minecraft/models/w3167.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.625,6,1.125,6.625]},"east":{"texture":"#0","uv":[0,6.625,0.625,8]},"north":{"texture":"#0","uv":[0.625,6.625,1.125,8]},"south":{"texture":"#0","uv":[1.75,6.625,2.25,8]},"up":{"texture":"#0","uv":[1.125,6.625,0.625,6]},"west":{"texture":"#0","uv":[1.125,6.625,1.75,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.6,-14]}],"overrides":[],"textures":{"0":"item/w419724285_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3168.json b/assets/minecraft/models/w3168.json new file mode 100644 index 000000000..61a47b5c2 --- /dev/null +++ b/assets/minecraft/models/w3168.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,6,1.625,6.625]},"east":{"texture":"#0","uv":[1.75,6.625,1.125,8]},"north":{"texture":"#0","uv":[1.125,6.625,0.625,8]},"south":{"texture":"#0","uv":[2.25,6.625,1.75,8]},"up":{"texture":"#0","uv":[0.625,6.625,1.125,6]},"west":{"texture":"#0","uv":[0.625,6.625,0,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.6,-14]}],"overrides":[],"textures":{"0":"item/w419724285_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3169.json b/assets/minecraft/models/w3169.json new file mode 100644 index 000000000..288186f33 --- /dev/null +++ b/assets/minecraft/models/w3169.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,3,3,4.75]},"east":{"texture":"#0","uv":[0,4.75,1.75,6]},"north":{"texture":"#0","uv":[1.75,4.75,3,6]},"south":{"texture":"#0","uv":[4.75,4.75,6,6]},"up":{"texture":"#0","uv":[3,4.75,1.75,3]},"west":{"texture":"#0","uv":[3,4.75,4.75,6]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-12,-10.4]}],"overrides":[],"textures":{"0":"item/w419724285_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w317.json b/assets/minecraft/models/w317.json new file mode 100644 index 000000000..af2f374b0 --- /dev/null +++ b/assets/minecraft/models/w317.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,8.625,5,9.125]},"east":{"texture":"#0","uv":[4,9.125,4.5,9.875]},"north":{"texture":"#0","uv":[4.5,9.125,5,9.875]},"south":{"texture":"#0","uv":[5.5,9.125,6,9.875]},"up":{"texture":"#0","uv":[5,9.125,4.5,8.625]},"west":{"texture":"#0","uv":[5,9.125,5.5,9.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-13.6,-14.4]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3170.json b/assets/minecraft/models/w3170.json new file mode 100644 index 000000000..a24cb71f0 --- /dev/null +++ b/assets/minecraft/models/w3170.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.125,3.5,9.375,4.625]},"east":{"texture":"#0","uv":[7.5,4.625,8.625,5.375]},"north":{"texture":"#0","uv":[8.625,4.625,9.375,5.375]},"south":{"texture":"#0","uv":[10.5,4.625,11.25,5.375]},"up":{"texture":"#0","uv":[9.375,4.625,8.625,3.5]},"west":{"texture":"#0","uv":[9.375,4.625,10.5,5.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-12.4]}],"overrides":[],"textures":{"0":"item/w419724285_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3171.json b/assets/minecraft/models/w3171.json new file mode 100644 index 000000000..8f7cbbbdb --- /dev/null +++ b/assets/minecraft/models/w3171.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.625,0,9.125,1.375]},"east":{"texture":"#0","uv":[7.25,1.375,8.625,1.875]},"north":{"texture":"#0","uv":[8.625,1.375,9.125,1.875]},"south":{"texture":"#0","uv":[10.5,1.375,11,1.875]},"up":{"texture":"#0","uv":[9.125,1.375,8.625,0]},"west":{"texture":"#0","uv":[9.125,1.375,10.5,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-11.6]}],"overrides":[],"textures":{"0":"item/w419724285_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3172.json b/assets/minecraft/models/w3172.json new file mode 100644 index 000000000..dc0885e69 --- /dev/null +++ b/assets/minecraft/models/w3172.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.125,0,9.625,1.375]},"east":{"texture":"#0","uv":[10.5,1.375,9.125,1.875]},"north":{"texture":"#0","uv":[9.125,1.375,8.625,1.875]},"south":{"texture":"#0","uv":[11,1.375,10.5,1.875]},"up":{"texture":"#0","uv":[8.625,1.375,9.125,0]},"west":{"texture":"#0","uv":[8.625,1.375,7.25,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-11.6]}],"overrides":[],"textures":{"0":"item/w419724285_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3173.json b/assets/minecraft/models/w3173.json new file mode 100644 index 000000000..9d3ba9cc8 --- /dev/null +++ b/assets/minecraft/models/w3173.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,6.625,3.875,7.625]},"east":{"texture":"#0","uv":[2.25,7.625,3.25,9.25]},"north":{"texture":"#0","uv":[3.25,7.625,3.875,9.25]},"south":{"texture":"#0","uv":[4.875,7.625,5.5,9.25]},"up":{"texture":"#0","uv":[3.875,7.625,3.25,6.625]},"west":{"texture":"#0","uv":[3.875,7.625,4.875,9.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-10.8,-12.8]}],"overrides":[],"textures":{"0":"item/w419724285_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3174.json b/assets/minecraft/models/w3174.json new file mode 100644 index 000000000..02c1d395b --- /dev/null +++ b/assets/minecraft/models/w3174.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.875,6.625,4.5,7.625]},"east":{"texture":"#0","uv":[4.875,7.625,3.875,9.25]},"north":{"texture":"#0","uv":[3.875,7.625,3.25,9.25]},"south":{"texture":"#0","uv":[5.5,7.625,4.875,9.25]},"up":{"texture":"#0","uv":[3.25,7.625,3.875,6.625]},"west":{"texture":"#0","uv":[3.25,7.625,2.25,9.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-10.8,-12.8]}],"overrides":[],"textures":{"0":"item/w419724285_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3175.json b/assets/minecraft/models/w3175.json new file mode 100644 index 000000000..f4ca5cfb4 --- /dev/null +++ b/assets/minecraft/models/w3175.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,4.125,6.75,6]},"east":{"texture":"#0","uv":[4.125,6,6,6.625]},"north":{"texture":"#0","uv":[6,6,6.75,6.625]},"south":{"texture":"#0","uv":[8.625,6,9.375,6.625]},"up":{"texture":"#0","uv":[6.75,6,6,4.125]},"west":{"texture":"#0","uv":[6.75,6,8.625,6.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14,-10]}],"overrides":[],"textures":{"0":"item/w419724285_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3176.json b/assets/minecraft/models/w3176.json new file mode 100644 index 000000000..f3102b84f --- /dev/null +++ b/assets/minecraft/models/w3176.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.75,0.25,16,0]},"east":{"texture":"#0","uv":[15.75,0.25,16,0]},"north":{"texture":"#0","uv":[15.75,0.25,16,0]},"south":{"texture":"#0","uv":[15.75,0.25,16,0]},"up":{"texture":"#0","uv":[15.75,0.25,16,0]},"west":{"texture":"#0","uv":[15.75,0.25,16,0]}},"from":[8,8,8],"shade":false,"to":[7.5,7,7]}],"overrides":[],"textures":{"0":"item/w419724285_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3177.json b/assets/minecraft/models/w3177.json new file mode 100644 index 000000000..f3102b84f --- /dev/null +++ b/assets/minecraft/models/w3177.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.75,0.25,16,0]},"east":{"texture":"#0","uv":[15.75,0.25,16,0]},"north":{"texture":"#0","uv":[15.75,0.25,16,0]},"south":{"texture":"#0","uv":[15.75,0.25,16,0]},"up":{"texture":"#0","uv":[15.75,0.25,16,0]},"west":{"texture":"#0","uv":[15.75,0.25,16,0]}},"from":[8,8,8],"shade":false,"to":[7.5,7,7]}],"overrides":[],"textures":{"0":"item/w419724285_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3178.json b/assets/minecraft/models/w3178.json new file mode 100644 index 000000000..cdec15e31 --- /dev/null +++ b/assets/minecraft/models/w3178.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.875,1.875,8.375,2.5]},"east":{"texture":"#0","uv":[7.25,2.5,7.875,3]},"north":{"texture":"#0","uv":[7.875,2.5,8.375,3]},"south":{"texture":"#0","uv":[9,2.5,9.5,3]},"up":{"texture":"#0","uv":[8.375,2.5,7.875,1.875]},"west":{"texture":"#0","uv":[8.375,2.5,9,3]}},"from":[-15.594958,-15.858382,-16],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.794559,-14.658382,-15.8],"rescale":false},"shade":false,"to":[-13.994159,-14.258382,-14]},{"faces":{"down":{"texture":"#0","uv":[7.375,6.625,6.875,7.25]},"east":{"texture":"#0","uv":[5.75,7.25,6.375,8]},"north":{"texture":"#0","uv":[6.375,7.25,6.875,8]},"south":{"texture":"#0","uv":[7.5,7.25,8,8]},"up":{"texture":"#0","uv":[6.875,7.25,6.375,6.625]},"west":{"texture":"#0","uv":[6.875,7.25,7.5,8]}},"from":[-15.594559,-16,-14.290091],"shade":false,"to":[-13.994558,-13.6,-12.290091]},{"faces":{"down":{"texture":"#0","uv":[1.375,3.125,0.875,3.5]},"east":{"texture":"#0","uv":[0,3.5,0.375,3.75]},"north":{"texture":"#0","uv":[0.375,3.5,0.875,3.75]},"south":{"texture":"#0","uv":[1.25,3.5,1.75,3.75]},"up":{"texture":"#0","uv":[0.875,3.5,0.375,3.125]},"west":{"texture":"#0","uv":[0.875,3.5,1.25,3.75]}},"from":[-15.594559,-16,-15.49009],"rotation":{"angle":22.5,"axis":"x","origin":[-14.794559,-16,-14.290091],"rescale":false},"shade":false,"to":[-13.994558,-15.2,-14.290091]},{"faces":{"down":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"east":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"north":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"south":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"up":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"west":{"texture":"#0","uv":[15.5,0,15.75,0.25]}},"from":[-16,-14.858382,-14.758578],"shade":false,"to":[-15.2,-14.058382,-13.958578]},{"faces":{"down":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"east":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"north":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"south":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"up":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"west":{"texture":"#0","uv":[15.5,0,15.75,0.25]}},"from":[-14.389117,-14.858382,-14.758578],"shade":false,"to":[-13.589117,-14.058382,-13.958578]},{"faces":{"east":{"texture":"#0","uv":[0,3,0.875,3.125]},"west":{"texture":"#0","uv":[0.875,3,1.75,3.125]}},"from":[-15.574558,-13.178383,-15.98],"rotation":{"angle":-45,"axis":"x","origin":[-15.394558,-12.898382,-14.08],"rescale":false},"shade":false,"to":[-15.574558,-12.778383,-13.179999]},{"faces":{"east":{"texture":"#0","uv":[0,3,0.875,3.125]},"west":{"texture":"#0","uv":[0.875,3,1.75,3.125]}},"from":[-14.014559,-13.178383,-15.98],"rotation":{"angle":-45,"axis":"x","origin":[-14.194558,-12.898382,-14.08],"rescale":false},"shade":false,"to":[-14.014559,-12.778383,-13.179999]},{"faces":{"east":{"texture":"#0","uv":[0,3,0.875,3.125]},"west":{"texture":"#0","uv":[0.875,3,1.75,3.125]}},"from":[-15.174559,-13.585662,-14.589045],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.794559,-13.025661,-13.189045],"rescale":false},"shade":false,"to":[-15.174559,-13.185662,-11.789045]},{"faces":{"east":{"texture":"#0","uv":[0,3,0.875,3.125]},"west":{"texture":"#0","uv":[0.875,3,1.75,3.125]}},"from":[-14.414558,-13.585662,-14.589045],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.794559,-13.025661,-13.189045],"rescale":false},"shade":false,"to":[-14.414558,-13.185662,-11.789045]}],"overrides":[],"textures":{"0":"item/w419724285_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3179.json b/assets/minecraft/models/w3179.json new file mode 100644 index 000000000..adcf30592 --- /dev/null +++ b/assets/minecraft/models/w3179.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,8,1,8.5]},"east":{"texture":"#0","uv":[0,8.5,0.5,10.125]},"north":{"texture":"#0","uv":[0.5,8.5,1,10.125]},"south":{"texture":"#0","uv":[1.5,8.5,2,10.125]},"up":{"texture":"#0","uv":[1,8.5,0.5,8]},"west":{"texture":"#0","uv":[1,8.5,1.5,10.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-10.8,-14.400001]}],"overrides":[],"textures":{"0":"item/w419724285_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w318.json b/assets/minecraft/models/w318.json new file mode 100644 index 000000000..32d0834c4 --- /dev/null +++ b/assets/minecraft/models/w318.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.25,10.25,2.75,10.625]},"east":{"texture":"#0","uv":[1.875,10.625,2.25,11]},"north":{"texture":"#0","uv":[2.25,10.625,2.75,11]},"south":{"texture":"#0","uv":[3.125,10.625,3.625,11]},"up":{"texture":"#0","uv":[2.75,10.625,2.25,10.25]},"west":{"texture":"#0","uv":[2.75,10.625,3.125,11]}},"from":[-16,-16,-16],"shade":false,"to":[-14.395,-14.868629,-14.868629]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3180.json b/assets/minecraft/models/w3180.json new file mode 100644 index 000000000..ccb018ff5 --- /dev/null +++ b/assets/minecraft/models/w3180.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,8,1.5,8.5]},"east":{"texture":"#0","uv":[1.5,8.5,1,10.125]},"north":{"texture":"#0","uv":[1,8.5,0.5,10.125]},"south":{"texture":"#0","uv":[2,8.5,1.5,10.125]},"up":{"texture":"#0","uv":[0.5,8.5,1,8]},"west":{"texture":"#0","uv":[0.5,8.5,0,10.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-10.8,-14.400001]}],"overrides":[],"textures":{"0":"item/w419724285_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3181.json b/assets/minecraft/models/w3181.json new file mode 100644 index 000000000..8923d6532 --- /dev/null +++ b/assets/minecraft/models/w3181.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"east":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"north":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"south":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"up":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"west":{"texture":"#0","uv":[15.5,0,15.75,0.25]}},"from":[8,8,8],"shade":false,"to":[5.6,5.6,5.6]}],"overrides":[],"textures":{"0":"item/w419724285_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3182.json b/assets/minecraft/models/w3182.json new file mode 100644 index 000000000..da134a16e --- /dev/null +++ b/assets/minecraft/models/w3182.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,1.25,6.75,3]},"east":{"texture":"#0","uv":[4.5,3,6.25,3.5]},"north":{"texture":"#0","uv":[6.25,3,6.75,3.5]},"up":{"texture":"#0","uv":[6.75,3,6.25,1.25]},"west":{"texture":"#0","uv":[6.75,3,8.5,3.5]}},"from":[-15.8,-15.8,-16],"shade":false,"to":[-14.2,-14.2,-10.4]},{"faces":{"down":{"texture":"#0","uv":[15.75,0,16,0.25]},"east":{"texture":"#0","uv":[15.75,0,16,0.25]},"north":{"texture":"#0","uv":[15.75,0,16,0.25]},"south":{"texture":"#0","uv":[15.75,0,16,0.25]},"up":{"texture":"#0","uv":[15.75,0,16,0.25]},"west":{"texture":"#0","uv":[15.75,0,16,0.25]}},"from":[-16,-16,-10.2],"shade":false,"to":[-14,-14,-8.2]}],"overrides":[],"textures":{"0":"item/w419724285_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3183.json b/assets/minecraft/models/w3183.json new file mode 100644 index 000000000..239b00995 --- /dev/null +++ b/assets/minecraft/models/w3183.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,6.625,5.125,7.125]},"east":{"texture":"#0","uv":[4.5,7.125,5,7.375]},"north":{"texture":"#0","uv":[5,7.125,5.125,7.375]},"south":{"texture":"#0","uv":[5.625,7.125,5.75,7.375]},"up":{"texture":"#0","uv":[5.125,7.125,5,6.625]},"west":{"texture":"#0","uv":[5.125,7.125,5.625,7.375]}},"from":[-15.9992,-14.1226015,-14.169671],"rotation":{"angle":22.5,"axis":"x","origin":[-15.5996,-13.322601,-12.7696705],"rescale":false},"shade":false,"to":[-15.2,-13.322601,-12.569671]},{"faces":{"down":{"texture":"#0","uv":[0.875,0,0.625,0.375]},"east":{"texture":"#0","uv":[0,0.375,0.375,0.625]},"north":{"texture":"#0","uv":[0.375,0.375,0.625,0.625]},"south":{"texture":"#0","uv":[1,0.375,1.25,0.625]},"up":{"texture":"#0","uv":[0.625,0.375,0.375,0]},"west":{"texture":"#0","uv":[0.625,0.375,1,0.625]}},"from":[-15.9996,-13.365948,-13.721792],"shade":false,"to":[-15.1996,-12.565948,-12.521792]},{"faces":{"down":{"texture":"#0","uv":[5.25,3.5,5,4]},"east":{"texture":"#0","uv":[4.25,4,4.75,4.25]},"north":{"texture":"#0","uv":[4.75,4,5,4.25]},"south":{"texture":"#0","uv":[5.5,4,5.75,4.25]},"up":{"texture":"#0","uv":[5,4,4.75,3.5]},"west":{"texture":"#0","uv":[5,4,5.5,4.25]}},"from":[-16,-13.365948,-15.321792],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.5996,-12.5659485,-13.721792],"rescale":false},"shade":false,"to":[-15.1992,-12.565948,-13.721791]},{"faces":{"down":{"texture":"#0","uv":[6,3.5,5.75,3.75]},"east":{"texture":"#0","uv":[5.25,3.75,5.5,4]},"north":{"texture":"#0","uv":[5.5,3.75,5.75,4]},"south":{"texture":"#0","uv":[6,3.75,6.25,4]},"up":{"texture":"#0","uv":[5.75,3.75,5.5,3.5]},"west":{"texture":"#0","uv":[5.75,3.75,6,4]}},"from":[-15.9996,-13.978241,-16],"rotation":{"angle":-45,"axis":"x","origin":[-15.5996,-13.178242,-15.199999],"rescale":false},"shade":false,"to":[-15.1996,-13.178241,-15.199999]},{"faces":{"down":{"texture":"#0","uv":[5,4.25,4.75,4.5]},"east":{"texture":"#0","uv":[4.25,4.5,4.5,4.75]},"north":{"texture":"#0","uv":[4.5,4.5,4.75,4.75]},"south":{"texture":"#0","uv":[5,4.5,5.25,4.75]},"up":{"texture":"#0","uv":[4.75,4.5,4.5,4.25]},"west":{"texture":"#0","uv":[4.75,4.5,5,4.75]}},"from":[-16,-14.543927,-15.765684],"rotation":{"angle":22.5,"axis":"x","origin":[-15.5996,-13.743927,-15.765684],"rescale":false},"shade":false,"to":[-15.1992,-13.743927,-14.965684]},{"faces":{"east":{"texture":"#0","uv":[0,0.625,0.625,1.5]},"west":{"texture":"#0","uv":[0.625,0.625,0,1.5]}},"from":[-15.5996,-16,-15.717094],"shade":false,"to":[-15.5996,-13.2,-13.717094]}],"overrides":[],"textures":{"0":"item/w419724285_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3184.json b/assets/minecraft/models/w3184.json new file mode 100644 index 000000000..320a6cd94 --- /dev/null +++ b/assets/minecraft/models/w3184.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.625,0,3.125,1.625]},"east":{"texture":"#0","uv":[0,1.625,1.625,3]},"north":{"texture":"#0","uv":[1.625,1.625,3.125,3]},"south":{"texture":"#0","uv":[4.75,1.625,6.25,3]},"up":{"texture":"#0","uv":[3.125,1.625,1.625,0]},"west":{"texture":"#0","uv":[3.125,1.625,4.75,3]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.6,-10.8]}],"overrides":[],"textures":{"0":"item/w525713560_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3185.json b/assets/minecraft/models/w3185.json new file mode 100644 index 000000000..9d974a426 --- /dev/null +++ b/assets/minecraft/models/w3185.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.625,6,1.125,6.625]},"east":{"texture":"#0","uv":[0,6.625,0.625,8]},"north":{"texture":"#0","uv":[0.625,6.625,1.125,8]},"south":{"texture":"#0","uv":[1.75,6.625,2.25,8]},"up":{"texture":"#0","uv":[1.125,6.625,0.625,6]},"west":{"texture":"#0","uv":[1.125,6.625,1.75,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.6,-14]}],"overrides":[],"textures":{"0":"item/w525713560_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3186.json b/assets/minecraft/models/w3186.json new file mode 100644 index 000000000..ddd72b4a4 --- /dev/null +++ b/assets/minecraft/models/w3186.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,6,1.625,6.625]},"east":{"texture":"#0","uv":[1.75,6.625,1.125,8]},"north":{"texture":"#0","uv":[1.125,6.625,0.625,8]},"south":{"texture":"#0","uv":[2.25,6.625,1.75,8]},"up":{"texture":"#0","uv":[0.625,6.625,1.125,6]},"west":{"texture":"#0","uv":[0.625,6.625,0,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.6,-14]}],"overrides":[],"textures":{"0":"item/w525713560_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3187.json b/assets/minecraft/models/w3187.json new file mode 100644 index 000000000..50fc7d27d --- /dev/null +++ b/assets/minecraft/models/w3187.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,3,3,4.75]},"east":{"texture":"#0","uv":[0,4.75,1.75,6]},"north":{"texture":"#0","uv":[1.75,4.75,3,6]},"south":{"texture":"#0","uv":[4.75,4.75,6,6]},"up":{"texture":"#0","uv":[3,4.75,1.75,3]},"west":{"texture":"#0","uv":[3,4.75,4.75,6]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-12,-10.4]}],"overrides":[],"textures":{"0":"item/w525713560_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3188.json b/assets/minecraft/models/w3188.json new file mode 100644 index 000000000..a4e390822 --- /dev/null +++ b/assets/minecraft/models/w3188.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.125,3.5,9.375,4.625]},"east":{"texture":"#0","uv":[7.5,4.625,8.625,5.375]},"north":{"texture":"#0","uv":[8.625,4.625,9.375,5.375]},"south":{"texture":"#0","uv":[10.5,4.625,11.25,5.375]},"up":{"texture":"#0","uv":[9.375,4.625,8.625,3.5]},"west":{"texture":"#0","uv":[9.375,4.625,10.5,5.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-12.4]}],"overrides":[],"textures":{"0":"item/w525713560_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3189.json b/assets/minecraft/models/w3189.json new file mode 100644 index 000000000..c2ecaab6e --- /dev/null +++ b/assets/minecraft/models/w3189.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.625,0,9.125,1.375]},"east":{"texture":"#0","uv":[7.25,1.375,8.625,1.875]},"north":{"texture":"#0","uv":[8.625,1.375,9.125,1.875]},"south":{"texture":"#0","uv":[10.5,1.375,11,1.875]},"up":{"texture":"#0","uv":[9.125,1.375,8.625,0]},"west":{"texture":"#0","uv":[9.125,1.375,10.5,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-11.6]}],"overrides":[],"textures":{"0":"item/w525713560_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w319.json b/assets/minecraft/models/w319.json new file mode 100644 index 000000000..42a0860e1 --- /dev/null +++ b/assets/minecraft/models/w319.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.75,9,6.5,9.125]},"east":{"texture":"#0","uv":[6.125,9.125,6.25,9.375]},"north":{"texture":"#0","uv":[6.25,9.125,6.5,9.375]},"south":{"texture":"#0","uv":[6.625,9.125,6.875,9.375]},"up":{"texture":"#0","uv":[6.5,9.125,6.25,9]},"west":{"texture":"#0","uv":[6.5,9.125,6.625,9.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3190.json b/assets/minecraft/models/w3190.json new file mode 100644 index 000000000..abbb92b18 --- /dev/null +++ b/assets/minecraft/models/w3190.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.125,0,9.625,1.375]},"east":{"texture":"#0","uv":[10.5,1.375,9.125,1.875]},"north":{"texture":"#0","uv":[9.125,1.375,8.625,1.875]},"south":{"texture":"#0","uv":[11,1.375,10.5,1.875]},"up":{"texture":"#0","uv":[8.625,1.375,9.125,0]},"west":{"texture":"#0","uv":[8.625,1.375,7.25,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-11.6]}],"overrides":[],"textures":{"0":"item/w525713560_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3191.json b/assets/minecraft/models/w3191.json new file mode 100644 index 000000000..76bb9713a --- /dev/null +++ b/assets/minecraft/models/w3191.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,6.625,3.875,7.625]},"east":{"texture":"#0","uv":[2.25,7.625,3.25,9.25]},"north":{"texture":"#0","uv":[3.25,7.625,3.875,9.25]},"south":{"texture":"#0","uv":[4.875,7.625,5.5,9.25]},"up":{"texture":"#0","uv":[3.875,7.625,3.25,6.625]},"west":{"texture":"#0","uv":[3.875,7.625,4.875,9.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-10.8,-12.8]}],"overrides":[],"textures":{"0":"item/w525713560_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3192.json b/assets/minecraft/models/w3192.json new file mode 100644 index 000000000..d4ecd6428 --- /dev/null +++ b/assets/minecraft/models/w3192.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.875,6.625,4.5,7.625]},"east":{"texture":"#0","uv":[4.875,7.625,3.875,9.25]},"north":{"texture":"#0","uv":[3.875,7.625,3.25,9.25]},"south":{"texture":"#0","uv":[5.5,7.625,4.875,9.25]},"up":{"texture":"#0","uv":[3.25,7.625,3.875,6.625]},"west":{"texture":"#0","uv":[3.25,7.625,2.25,9.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-10.8,-12.8]}],"overrides":[],"textures":{"0":"item/w525713560_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3193.json b/assets/minecraft/models/w3193.json new file mode 100644 index 000000000..ddad428a4 --- /dev/null +++ b/assets/minecraft/models/w3193.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,4.125,6.75,6]},"east":{"texture":"#0","uv":[4.125,6,6,6.625]},"north":{"texture":"#0","uv":[6,6,6.75,6.625]},"south":{"texture":"#0","uv":[8.625,6,9.375,6.625]},"up":{"texture":"#0","uv":[6.75,6,6,4.125]},"west":{"texture":"#0","uv":[6.75,6,8.625,6.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14,-10]}],"overrides":[],"textures":{"0":"item/w525713560_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3194.json b/assets/minecraft/models/w3194.json new file mode 100644 index 000000000..a6f73e84c --- /dev/null +++ b/assets/minecraft/models/w3194.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.75,0.25,16,0]},"east":{"texture":"#0","uv":[15.75,0.25,16,0]},"north":{"texture":"#0","uv":[15.75,0.25,16,0]},"south":{"texture":"#0","uv":[15.75,0.25,16,0]},"up":{"texture":"#0","uv":[15.75,0.25,16,0]},"west":{"texture":"#0","uv":[15.75,0.25,16,0]}},"from":[8,8,8],"shade":false,"to":[7.5,7,7]}],"overrides":[],"textures":{"0":"item/w525713560_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3195.json b/assets/minecraft/models/w3195.json new file mode 100644 index 000000000..a6f73e84c --- /dev/null +++ b/assets/minecraft/models/w3195.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.75,0.25,16,0]},"east":{"texture":"#0","uv":[15.75,0.25,16,0]},"north":{"texture":"#0","uv":[15.75,0.25,16,0]},"south":{"texture":"#0","uv":[15.75,0.25,16,0]},"up":{"texture":"#0","uv":[15.75,0.25,16,0]},"west":{"texture":"#0","uv":[15.75,0.25,16,0]}},"from":[8,8,8],"shade":false,"to":[7.5,7,7]}],"overrides":[],"textures":{"0":"item/w525713560_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3196.json b/assets/minecraft/models/w3196.json new file mode 100644 index 000000000..4a233f165 --- /dev/null +++ b/assets/minecraft/models/w3196.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.875,1.875,8.375,2.5]},"east":{"texture":"#0","uv":[7.25,2.5,7.875,3]},"north":{"texture":"#0","uv":[7.875,2.5,8.375,3]},"south":{"texture":"#0","uv":[9,2.5,9.5,3]},"up":{"texture":"#0","uv":[8.375,2.5,7.875,1.875]},"west":{"texture":"#0","uv":[8.375,2.5,9,3]}},"from":[-15.594958,-15.858382,-16],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.794559,-14.658382,-15.8],"rescale":false},"shade":false,"to":[-13.994159,-14.258382,-14]},{"faces":{"down":{"texture":"#0","uv":[7.375,6.625,6.875,7.25]},"east":{"texture":"#0","uv":[5.75,7.25,6.375,8]},"north":{"texture":"#0","uv":[6.375,7.25,6.875,8]},"south":{"texture":"#0","uv":[7.5,7.25,8,8]},"up":{"texture":"#0","uv":[6.875,7.25,6.375,6.625]},"west":{"texture":"#0","uv":[6.875,7.25,7.5,8]}},"from":[-15.594559,-16,-14.290091],"shade":false,"to":[-13.994558,-13.6,-12.290091]},{"faces":{"down":{"texture":"#0","uv":[1.375,3.125,0.875,3.5]},"east":{"texture":"#0","uv":[0,3.5,0.375,3.75]},"north":{"texture":"#0","uv":[0.375,3.5,0.875,3.75]},"south":{"texture":"#0","uv":[1.25,3.5,1.75,3.75]},"up":{"texture":"#0","uv":[0.875,3.5,0.375,3.125]},"west":{"texture":"#0","uv":[0.875,3.5,1.25,3.75]}},"from":[-15.594559,-16,-15.49009],"rotation":{"angle":22.5,"axis":"x","origin":[-14.794559,-16,-14.290091],"rescale":false},"shade":false,"to":[-13.994558,-15.2,-14.290091]},{"faces":{"down":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"east":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"north":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"south":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"up":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"west":{"texture":"#0","uv":[15.5,0,15.75,0.25]}},"from":[-16,-14.858382,-14.758578],"shade":false,"to":[-15.2,-14.058382,-13.958578]},{"faces":{"down":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"east":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"north":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"south":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"up":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"west":{"texture":"#0","uv":[15.5,0,15.75,0.25]}},"from":[-14.389117,-14.858382,-14.758578],"shade":false,"to":[-13.589117,-14.058382,-13.958578]},{"faces":{"east":{"texture":"#0","uv":[0,3,0.875,3.125]},"west":{"texture":"#0","uv":[0.875,3,1.75,3.125]}},"from":[-15.574558,-13.178383,-15.98],"rotation":{"angle":-45,"axis":"x","origin":[-15.394558,-12.898382,-14.08],"rescale":false},"shade":false,"to":[-15.574558,-12.778383,-13.179999]},{"faces":{"east":{"texture":"#0","uv":[0,3,0.875,3.125]},"west":{"texture":"#0","uv":[0.875,3,1.75,3.125]}},"from":[-14.014559,-13.178383,-15.98],"rotation":{"angle":-45,"axis":"x","origin":[-14.194558,-12.898382,-14.08],"rescale":false},"shade":false,"to":[-14.014559,-12.778383,-13.179999]},{"faces":{"east":{"texture":"#0","uv":[0,3,0.875,3.125]},"west":{"texture":"#0","uv":[0.875,3,1.75,3.125]}},"from":[-15.174559,-13.585662,-14.589045],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.794559,-13.025661,-13.189045],"rescale":false},"shade":false,"to":[-15.174559,-13.185662,-11.789045]},{"faces":{"east":{"texture":"#0","uv":[0,3,0.875,3.125]},"west":{"texture":"#0","uv":[0.875,3,1.75,3.125]}},"from":[-14.414558,-13.585662,-14.589045],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.794559,-13.025661,-13.189045],"rescale":false},"shade":false,"to":[-14.414558,-13.185662,-11.789045]}],"overrides":[],"textures":{"0":"item/w525713560_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3197.json b/assets/minecraft/models/w3197.json new file mode 100644 index 000000000..18ae524d9 --- /dev/null +++ b/assets/minecraft/models/w3197.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,8,1,8.5]},"east":{"texture":"#0","uv":[0,8.5,0.5,10.125]},"north":{"texture":"#0","uv":[0.5,8.5,1,10.125]},"south":{"texture":"#0","uv":[1.5,8.5,2,10.125]},"up":{"texture":"#0","uv":[1,8.5,0.5,8]},"west":{"texture":"#0","uv":[1,8.5,1.5,10.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-10.8,-14.400001]}],"overrides":[],"textures":{"0":"item/w525713560_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3198.json b/assets/minecraft/models/w3198.json new file mode 100644 index 000000000..b0c759ab5 --- /dev/null +++ b/assets/minecraft/models/w3198.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,8,1.5,8.5]},"east":{"texture":"#0","uv":[1.5,8.5,1,10.125]},"north":{"texture":"#0","uv":[1,8.5,0.5,10.125]},"south":{"texture":"#0","uv":[2,8.5,1.5,10.125]},"up":{"texture":"#0","uv":[0.5,8.5,1,8]},"west":{"texture":"#0","uv":[0.5,8.5,0,10.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-10.8,-14.400001]}],"overrides":[],"textures":{"0":"item/w525713560_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3199.json b/assets/minecraft/models/w3199.json new file mode 100644 index 000000000..82c448a68 --- /dev/null +++ b/assets/minecraft/models/w3199.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"east":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"north":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"south":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"up":{"texture":"#0","uv":[15.5,0,15.75,0.25]},"west":{"texture":"#0","uv":[15.5,0,15.75,0.25]}},"from":[8,8,8],"shade":false,"to":[5.6,5.6,5.6]}],"overrides":[],"textures":{"0":"item/w525713560_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w32.json b/assets/minecraft/models/w32.json new file mode 100644 index 000000000..523541ac1 --- /dev/null +++ b/assets/minecraft/models/w32.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,2,6.5,2.5]},"east":{"texture":"#0","uv":[5,2.5,5.5,3.375]},"north":{"texture":"#0","uv":[5.5,2.5,6,3.375]},"south":{"texture":"#0","uv":[6.5,2.5,7,3.375]},"up":{"texture":"#0","uv":[6,2.5,5.5,2]},"west":{"texture":"#0","uv":[6,2.5,6.5,3.375]}},"from":[-15.96,-15.96,-15.96],"shade":false,"to":[-14.36,-13.16,-14.36]},{"faces":{"down":{"texture":"#0","uv":[6.5,4,6,4.5]},"east":{"texture":"#0","uv":[5,4.5,5.5,5.375]},"north":{"texture":"#0","uv":[5.5,4.5,6,5.375]},"south":{"texture":"#0","uv":[6.5,4.5,7,5.375]},"up":{"texture":"#0","uv":[6,4.5,5.5,4]},"west":{"texture":"#0","uv":[6,4.5,6.5,5.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.32,-13.12,-14.32]}],"overrides":[],"textures":{"0":"item/w419070065_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w320.json b/assets/minecraft/models/w320.json new file mode 100644 index 000000000..894351b9b --- /dev/null +++ b/assets/minecraft/models/w320.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.75,8.625,6.625,8.75]},"east":{"texture":"#0","uv":[6.375,8.75,6.5,8.875]},"north":{"texture":"#0","uv":[6.5,8.75,6.625,8.875]},"south":{"texture":"#0","uv":[6.75,8.75,6.875,8.875]},"up":{"texture":"#0","uv":[6.625,8.75,6.5,8.625]},"west":{"texture":"#0","uv":[6.625,8.75,6.75,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.426314,-15.426314,-15.592]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3200.json b/assets/minecraft/models/w3200.json new file mode 100644 index 000000000..f0a095144 --- /dev/null +++ b/assets/minecraft/models/w3200.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,1.25,6.75,3]},"east":{"texture":"#0","uv":[4.5,3,6.25,3.5]},"north":{"texture":"#0","uv":[6.25,3,6.75,3.5]},"up":{"texture":"#0","uv":[6.75,3,6.25,1.25]},"west":{"texture":"#0","uv":[6.75,3,8.5,3.5]}},"from":[-15.8,-15.8,-16],"shade":false,"to":[-14.2,-14.2,-10.4]},{"faces":{"down":{"texture":"#0","uv":[15.75,0,16,0.25]},"east":{"texture":"#0","uv":[15.75,0,16,0.25]},"north":{"texture":"#0","uv":[15.75,0,16,0.25]},"south":{"texture":"#0","uv":[15.75,0,16,0.25]},"up":{"texture":"#0","uv":[15.75,0,16,0.25]},"west":{"texture":"#0","uv":[15.75,0,16,0.25]}},"from":[-16,-16,-10.2],"shade":false,"to":[-14,-14,-8.2]}],"overrides":[],"textures":{"0":"item/w525713560_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3201.json b/assets/minecraft/models/w3201.json new file mode 100644 index 000000000..1173f0282 --- /dev/null +++ b/assets/minecraft/models/w3201.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,6.625,5.125,7.125]},"east":{"texture":"#0","uv":[4.5,7.125,5,7.375]},"north":{"texture":"#0","uv":[5,7.125,5.125,7.375]},"south":{"texture":"#0","uv":[5.625,7.125,5.75,7.375]},"up":{"texture":"#0","uv":[5.125,7.125,5,6.625]},"west":{"texture":"#0","uv":[5.125,7.125,5.625,7.375]}},"from":[-15.9992,-14.1226015,-14.169671],"rotation":{"angle":22.5,"axis":"x","origin":[-15.5996,-13.322601,-12.7696705],"rescale":false},"shade":false,"to":[-15.2,-13.322601,-12.569671]},{"faces":{"down":{"texture":"#0","uv":[0.875,0,0.625,0.375]},"east":{"texture":"#0","uv":[0,0.375,0.375,0.625]},"north":{"texture":"#0","uv":[0.375,0.375,0.625,0.625]},"south":{"texture":"#0","uv":[1,0.375,1.25,0.625]},"up":{"texture":"#0","uv":[0.625,0.375,0.375,0]},"west":{"texture":"#0","uv":[0.625,0.375,1,0.625]}},"from":[-15.9996,-13.365948,-13.721792],"shade":false,"to":[-15.1996,-12.565948,-12.521792]},{"faces":{"down":{"texture":"#0","uv":[5.25,3.5,5,4]},"east":{"texture":"#0","uv":[4.25,4,4.75,4.25]},"north":{"texture":"#0","uv":[4.75,4,5,4.25]},"south":{"texture":"#0","uv":[5.5,4,5.75,4.25]},"up":{"texture":"#0","uv":[5,4,4.75,3.5]},"west":{"texture":"#0","uv":[5,4,5.5,4.25]}},"from":[-16,-13.365948,-15.321792],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.5996,-12.5659485,-13.721792],"rescale":false},"shade":false,"to":[-15.1992,-12.565948,-13.721791]},{"faces":{"down":{"texture":"#0","uv":[6,3.5,5.75,3.75]},"east":{"texture":"#0","uv":[5.25,3.75,5.5,4]},"north":{"texture":"#0","uv":[5.5,3.75,5.75,4]},"south":{"texture":"#0","uv":[6,3.75,6.25,4]},"up":{"texture":"#0","uv":[5.75,3.75,5.5,3.5]},"west":{"texture":"#0","uv":[5.75,3.75,6,4]}},"from":[-15.9996,-13.978241,-16],"rotation":{"angle":-45,"axis":"x","origin":[-15.5996,-13.178242,-15.199999],"rescale":false},"shade":false,"to":[-15.1996,-13.178241,-15.199999]},{"faces":{"down":{"texture":"#0","uv":[5,4.25,4.75,4.5]},"east":{"texture":"#0","uv":[4.25,4.5,4.5,4.75]},"north":{"texture":"#0","uv":[4.5,4.5,4.75,4.75]},"south":{"texture":"#0","uv":[5,4.5,5.25,4.75]},"up":{"texture":"#0","uv":[4.75,4.5,4.5,4.25]},"west":{"texture":"#0","uv":[4.75,4.5,5,4.75]}},"from":[-16,-14.543927,-15.765684],"rotation":{"angle":22.5,"axis":"x","origin":[-15.5996,-13.743927,-15.765684],"rescale":false},"shade":false,"to":[-15.1992,-13.743927,-14.965684]},{"faces":{"east":{"texture":"#0","uv":[0,0.625,0.625,1.5]},"west":{"texture":"#0","uv":[0.625,0.625,0,1.5]}},"from":[-15.5996,-16,-15.717094],"shade":false,"to":[-15.5996,-13.2,-13.717094]}],"overrides":[],"textures":{"0":"item/w525713560_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3202.json b/assets/minecraft/models/w3202.json new file mode 100644 index 000000000..88064e597 --- /dev/null +++ b/assets/minecraft/models/w3202.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[7,10.5,5.5,11.5]},"up":{"texture":"#0","uv":[4,10.5,5.5,11.5]}},"from":[8,8,8],"shade":false,"to":[6.8,7.2,7.2]}],"overrides":[],"textures":{"0":"item/w3292336_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3203.json b/assets/minecraft/models/w3203.json new file mode 100644 index 000000000..d01b6a615 --- /dev/null +++ b/assets/minecraft/models/w3203.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,10.5,3,11.5]},"east":{"texture":"#0","uv":[3,11.5,2,12.5]},"north":{"texture":"#0","uv":[2,11.5,1,12.5]},"south":{"texture":"#0","uv":[4,11.5,3,12.5]},"up":{"texture":"#0","uv":[1,11.5,2,10.5]},"west":{"texture":"#0","uv":[1,11.5,0,12.5]}},"from":[-15.8,-15.22,-15.6],"shade":false,"to":[-15,-14.42,-14.8]},{"faces":{"down":{"texture":"#0","uv":[4,10.5,5.5,11.5]},"south":{"texture":"#0","uv":[7,10.5,5.5,11.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w3292336_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3204.json b/assets/minecraft/models/w3204.json new file mode 100644 index 000000000..5830d09ff --- /dev/null +++ b/assets/minecraft/models/w3204.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[5.5,10.5,7,11.5]},"up":{"texture":"#0","uv":[5.5,10.5,4,11.5]}},"from":[8,8,8],"shade":false,"to":[6.8,7.2,7.2]}],"overrides":[],"textures":{"0":"item/w3292336_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3205.json b/assets/minecraft/models/w3205.json new file mode 100644 index 000000000..7e26536d4 --- /dev/null +++ b/assets/minecraft/models/w3205.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,10.5,2,11.5]},"east":{"texture":"#0","uv":[0,11.5,1,12.5]},"north":{"texture":"#0","uv":[1,11.5,2,12.5]},"south":{"texture":"#0","uv":[3,11.5,4,12.5]},"up":{"texture":"#0","uv":[2,11.5,1,10.5]},"west":{"texture":"#0","uv":[2,11.5,3,12.5]}},"from":[-15.8,-15.22,-15.6],"shade":false,"to":[-15,-14.42,-14.8]},{"faces":{"down":{"texture":"#0","uv":[5.5,10.5,4,11.5]},"south":{"texture":"#0","uv":[5.5,10.5,7,11.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w3292336_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3206.json b/assets/minecraft/models/w3206.json new file mode 100644 index 000000000..74ed566c9 --- /dev/null +++ b/assets/minecraft/models/w3206.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,0,7,2]},"east":{"texture":"#0","uv":[0,4,2,7]},"north":{"texture":"#0","uv":[0,0,3,3]},"south":{"texture":"#0","uv":[11,4,14,7]},"up":{"texture":"#0","uv":[7,2,4,0]},"west":{"texture":"#0","uv":[9,4,11,7]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-14.4]}],"overrides":[],"textures":{"0":"item/w3292336_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3207.json b/assets/minecraft/models/w3207.json new file mode 100644 index 000000000..f00ea684b --- /dev/null +++ b/assets/minecraft/models/w3207.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,2,7,4]},"east":{"texture":"#0","uv":[2,4,4,7]},"north":{"texture":"#0","uv":[4,4,7,7]},"south":{"texture":"#0","uv":[0,0,3,3]},"up":{"texture":"#0","uv":[7,4,4,2]},"west":{"texture":"#0","uv":[7,4,9,7]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-14.4]}],"overrides":[],"textures":{"0":"item/w3292336_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3208.json b/assets/minecraft/models/w3208.json new file mode 100644 index 000000000..23dbc9672 --- /dev/null +++ b/assets/minecraft/models/w3208.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,7,3.5,9]},"east":{"texture":"#0","uv":[0,9,2,10.5]},"north":{"texture":"#0","uv":[2,9,3.5,10.5]},"south":{"texture":"#0","uv":[5.5,9,7,10.5]},"up":{"texture":"#0","uv":[3.5,9,2,7]},"west":{"texture":"#0","uv":[3.5,9,5.5,10.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.4]}],"overrides":[],"textures":{"0":"item/w3292336_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3209.json b/assets/minecraft/models/w3209.json new file mode 100644 index 000000000..422d39c8b --- /dev/null +++ b/assets/minecraft/models/w3209.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,7,10,9.5]},"east":{"texture":"#0","uv":[7,9.5,9.5,10]},"north":{"texture":"#0","uv":[9.5,9.5,10,10]},"south":{"texture":"#0","uv":[12.5,9.5,13,10]},"up":{"texture":"#0","uv":[10,9.5,9.5,7]},"west":{"texture":"#0","uv":[10,9.5,12.5,10]}},"from":[-14.8,-16,-16],"shade":false,"to":[-14.400001,-15.6,-14]},{"faces":{"north":{"texture":"#0","uv":[4,11.5,5.5,12]},"south":{"texture":"#0","uv":[4,11.5,5.5,12]}},"from":[-14.4,-15.9,-14.2],"shade":false,"to":[-13.2,-15.7,-14.2]},{"faces":{"north":{"texture":"#0","uv":[5.5,11.5,4,12]},"south":{"texture":"#0","uv":[5.5,11.5,4,12]}},"from":[-16,-15.9,-14.2],"shade":false,"to":[-14.8,-15.7,-14.2]}],"overrides":[],"textures":{"0":"item/w3292336_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w321.json b/assets/minecraft/models/w321.json new file mode 100644 index 000000000..29e7866eb --- /dev/null +++ b/assets/minecraft/models/w321.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.375,9.5,7.625,9.625]},"east":{"texture":"#0","uv":[7.5,9.625,7.375,9.875]},"north":{"texture":"#0","uv":[7.375,9.625,7.125,9.875]},"south":{"texture":"#0","uv":[7.75,9.625,7.5,9.875]},"up":{"texture":"#0","uv":[7.125,9.625,7.375,9.5]},"west":{"texture":"#0","uv":[7.125,9.625,7,9.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3210.json b/assets/minecraft/models/w3210.json new file mode 100644 index 000000000..c0830bd1e --- /dev/null +++ b/assets/minecraft/models/w3210.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,8.375,1.625,9.125]},"east":{"texture":"#0","uv":[0,9.125,0.75,11.375]},"north":{"texture":"#0","uv":[0.75,9.125,1.625,11.375]},"south":{"texture":"#0","uv":[2.375,9.125,3.25,11.375]},"up":{"texture":"#0","uv":[1.625,9.125,0.75,8.375]},"west":{"texture":"#0","uv":[1.625,9.125,2.375,11.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-8.8,-13.6]}],"overrides":[],"textures":{"0":"item/w1695696207_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3211.json b/assets/minecraft/models/w3211.json new file mode 100644 index 000000000..cb231e5e7 --- /dev/null +++ b/assets/minecraft/models/w3211.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.875,11.375,1.25,12]},"east":{"texture":"#0","uv":[0,12,0.625,13.5]},"north":{"texture":"#0","uv":[0.625,12,1.25,13.5]},"south":{"texture":"#0","uv":[1.875,12,2.5,13.5]},"up":{"texture":"#0","uv":[1.25,12,0.625,11.375]},"west":{"texture":"#0","uv":[1.25,12,1.875,13.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-11.2,-14]}],"overrides":[],"textures":{"0":"item/w1695696207_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3212.json b/assets/minecraft/models/w3212.json new file mode 100644 index 000000000..0d1c5d94a --- /dev/null +++ b/assets/minecraft/models/w3212.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.25,5.375,2.125,6.375]},"east":{"texture":"#0","uv":[0,6.375,1,8.375]},"north":{"texture":"#0","uv":[1,6.375,2.125,8.375]},"south":{"texture":"#0","uv":[3.125,6.375,4.25,8.375]},"up":{"texture":"#0","uv":[2.125,6.375,1,5.375]},"west":{"texture":"#0","uv":[2.125,6.375,3.125,8.375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-9.6,-12.8]}],"overrides":[],"textures":{"0":"item/w1695696207_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3213.json b/assets/minecraft/models/w3213.json new file mode 100644 index 000000000..789d4a279 --- /dev/null +++ b/assets/minecraft/models/w3213.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,13.5,0.75,13.875]},"east":{"texture":"#0","uv":[0,13.875,0.375,15.125]},"north":{"texture":"#0","uv":[0.375,13.875,0.75,15.125]},"south":{"texture":"#0","uv":[1.125,13.875,1.5,15.125]},"up":{"texture":"#0","uv":[0.75,13.875,0.375,13.5]},"west":{"texture":"#0","uv":[0.75,13.875,1.125,15.125]}},"from":[-16,-13.2,-15.6],"shade":false,"to":[-14.8,-9.2,-14.400001]},{"faces":{"east":{"texture":"#0","uv":[0,15.125,0.875,16]},"west":{"texture":"#0","uv":[0.875,15.125,0,16]}},"from":[-15.4,-16,-16],"shade":false,"to":[-15.4,-13.2,-13.2]}],"overrides":[],"textures":{"0":"item/w1695696207_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3214.json b/assets/minecraft/models/w3214.json new file mode 100644 index 000000000..62ba585d9 --- /dev/null +++ b/assets/minecraft/models/w3214.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.875,2.5,2.5,3.625]},"east":{"texture":"#0","uv":[0,3.625,1.125,5.375]},"north":{"texture":"#0","uv":[1.125,3.625,2.5,5.375]},"south":{"texture":"#0","uv":[3.625,3.625,5,5.375]},"up":{"texture":"#0","uv":[2.5,3.625,1.125,2.5]},"west":{"texture":"#0","uv":[2.5,3.625,3.625,5.375]}},"from":[-16,-16,-16],"shade":false,"to":[-11.6,-10.4,-12.4]}],"overrides":[],"textures":{"0":"item/w1695696207_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3215.json b/assets/minecraft/models/w3215.json new file mode 100644 index 000000000..c5efe99dd --- /dev/null +++ b/assets/minecraft/models/w3215.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.875,2.5,8.125,3.125]},"east":{"texture":"#0","uv":[7.5,3.125,6.875,3.625]},"north":{"texture":"#0","uv":[6.875,3.125,5.625,3.625]},"south":{"texture":"#0","uv":[8.75,3.125,7.5,3.625]},"up":{"texture":"#0","uv":[5.625,3.125,6.875,2.5]},"west":{"texture":"#0","uv":[5.625,3.125,5,3.625]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-14.4,-14]}],"overrides":[],"textures":{"0":"item/w1695696207_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3216.json b/assets/minecraft/models/w3216.json new file mode 100644 index 000000000..8f86774ee --- /dev/null +++ b/assets/minecraft/models/w3216.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.125,2.5,6.875,3.125]},"east":{"texture":"#0","uv":[5,3.125,5.625,3.625]},"north":{"texture":"#0","uv":[5.625,3.125,6.875,3.625]},"south":{"texture":"#0","uv":[7.5,3.125,8.75,3.625]},"up":{"texture":"#0","uv":[6.875,3.125,5.625,2.5]},"west":{"texture":"#0","uv":[6.875,3.125,7.5,3.625]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-14.4,-14]}],"overrides":[],"textures":{"0":"item/w1695696207_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3217.json b/assets/minecraft/models/w3217.json new file mode 100644 index 000000000..f1401c141 --- /dev/null +++ b/assets/minecraft/models/w3217.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.875,0,2.5,1.125]},"east":{"texture":"#0","uv":[0,1.125,1.125,2.5]},"north":{"texture":"#0","uv":[1.125,1.125,2.5,2.5]},"south":{"texture":"#0","uv":[3.625,1.125,5,2.5]},"up":{"texture":"#0","uv":[2.5,1.125,1.125,0]},"west":{"texture":"#0","uv":[2.5,1.125,3.625,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-11.6,-11.6,-12.4]}],"overrides":[],"textures":{"0":"item/w1695696207_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3218.json b/assets/minecraft/models/w3218.json new file mode 100644 index 000000000..487f7dac1 --- /dev/null +++ b/assets/minecraft/models/w3218.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.875,3.625,8.375,4]},"east":{"texture":"#0","uv":[7.25,4,6.875,4.375]},"north":{"texture":"#0","uv":[6.875,4,5.375,4.375]},"south":{"texture":"#0","uv":[8.75,4,7.25,4.375]},"up":{"texture":"#0","uv":[5.375,4,6.875,3.625]},"west":{"texture":"#0","uv":[5.375,4,5,4.375]}},"from":[-13.2,-16,-14.4],"shade":false,"to":[-8.4,-14.8,-13.2]},{"faces":{"down":{"texture":"#0","uv":[8.75,2.5,9.625,3.375]},"up":{"texture":"#0","uv":[8.75,3.375,9.625,2.5]}},"from":[-16,-15.4,-16],"shade":false,"to":[-13.2,-15.4,-13.2]}],"overrides":[],"textures":{"0":"item/w1695696207_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3219.json b/assets/minecraft/models/w3219.json new file mode 100644 index 000000000..487f7dac1 --- /dev/null +++ b/assets/minecraft/models/w3219.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.875,3.625,8.375,4]},"east":{"texture":"#0","uv":[7.25,4,6.875,4.375]},"north":{"texture":"#0","uv":[6.875,4,5.375,4.375]},"south":{"texture":"#0","uv":[8.75,4,7.25,4.375]},"up":{"texture":"#0","uv":[5.375,4,6.875,3.625]},"west":{"texture":"#0","uv":[5.375,4,5,4.375]}},"from":[-13.2,-16,-14.4],"shade":false,"to":[-8.4,-14.8,-13.2]},{"faces":{"down":{"texture":"#0","uv":[8.75,2.5,9.625,3.375]},"up":{"texture":"#0","uv":[8.75,3.375,9.625,2.5]}},"from":[-16,-15.4,-16],"shade":false,"to":[-13.2,-15.4,-13.2]}],"overrides":[],"textures":{"0":"item/w1695696207_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w322.json b/assets/minecraft/models/w322.json new file mode 100644 index 000000000..78c9e5423 --- /dev/null +++ b/assets/minecraft/models/w322.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,8.625,7.375,8.75]},"east":{"texture":"#0","uv":[7.375,8.75,7.25,8.875]},"north":{"texture":"#0","uv":[7.25,8.75,7.125,8.875]},"south":{"texture":"#0","uv":[7.5,8.75,7.375,8.875]},"up":{"texture":"#0","uv":[7.125,8.75,7.25,8.625]},"west":{"texture":"#0","uv":[7.125,8.75,7,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.426314,-15.426314,-15.592]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3220.json b/assets/minecraft/models/w3220.json new file mode 100644 index 000000000..e383ca3a8 --- /dev/null +++ b/assets/minecraft/models/w3220.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.375,3.625,6.875,4]},"east":{"texture":"#0","uv":[5,4,5.375,4.375]},"north":{"texture":"#0","uv":[5.375,4,6.875,4.375]},"south":{"texture":"#0","uv":[7.25,4,8.75,4.375]},"up":{"texture":"#0","uv":[6.875,4,5.375,3.625]},"west":{"texture":"#0","uv":[6.875,4,7.25,4.375]}},"from":[-16,-16,-14.4],"shade":false,"to":[-11.2,-14.8,-13.2]},{"faces":{"down":{"texture":"#0","uv":[9.625,2.5,8.75,3.375]},"up":{"texture":"#0","uv":[9.625,3.375,8.75,2.5]}},"from":[-11.2,-15.4,-16],"shade":false,"to":[-8.4,-15.4,-13.2]}],"overrides":[],"textures":{"0":"item/w1695696207_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3221.json b/assets/minecraft/models/w3221.json new file mode 100644 index 000000000..e383ca3a8 --- /dev/null +++ b/assets/minecraft/models/w3221.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.375,3.625,6.875,4]},"east":{"texture":"#0","uv":[5,4,5.375,4.375]},"north":{"texture":"#0","uv":[5.375,4,6.875,4.375]},"south":{"texture":"#0","uv":[7.25,4,8.75,4.375]},"up":{"texture":"#0","uv":[6.875,4,5.375,3.625]},"west":{"texture":"#0","uv":[6.875,4,7.25,4.375]}},"from":[-16,-16,-14.4],"shade":false,"to":[-11.2,-14.8,-13.2]},{"faces":{"down":{"texture":"#0","uv":[9.625,2.5,8.75,3.375]},"up":{"texture":"#0","uv":[9.625,3.375,8.75,2.5]}},"from":[-11.2,-15.4,-16],"shade":false,"to":[-8.4,-15.4,-13.2]}],"overrides":[],"textures":{"0":"item/w1695696207_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3222.json b/assets/minecraft/models/w3222.json new file mode 100644 index 000000000..e528b03cd --- /dev/null +++ b/assets/minecraft/models/w3222.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[5,0,7,1.875]},"south":{"texture":"#0","uv":[7,0,5,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-10,-16]}],"overrides":[],"textures":{"0":"item/w1695696207_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3223.json b/assets/minecraft/models/w3223.json new file mode 100644 index 000000000..e528b03cd --- /dev/null +++ b/assets/minecraft/models/w3223.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[5,0,7,1.875]},"south":{"texture":"#0","uv":[7,0,5,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-10,-16]}],"overrides":[],"textures":{"0":"item/w1695696207_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3224.json b/assets/minecraft/models/w3224.json new file mode 100644 index 000000000..042f58a0c --- /dev/null +++ b/assets/minecraft/models/w3224.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,0,1,0.5]},"east":{"texture":"#0","uv":[0,0.5,0.5,1.5]},"north":{"texture":"#0","uv":[0.5,0.5,1,1.5]},"south":{"texture":"#0","uv":[1.5,0.5,2,1.5]},"up":{"texture":"#0","uv":[1,0.5,0.5,0]},"west":{"texture":"#0","uv":[1,0.5,1.5,1.5]}},"from":[-15.6,-14.4,-15.6],"shade":false,"to":[-14.8,-12.799999,-14.8]},{"faces":{"down":{"texture":"#0","uv":[3,5,2,6]},"east":{"texture":"#0","uv":[0,6,1,7]},"north":{"texture":"#0","uv":[1,6,2,7]},"south":{"texture":"#0","uv":[3,6,4,7]},"up":{"texture":"#0","uv":[2,6,1,5]},"west":{"texture":"#0","uv":[2,6,3,7]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1984143817_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3225.json b/assets/minecraft/models/w3225.json new file mode 100644 index 000000000..797d1fcef --- /dev/null +++ b/assets/minecraft/models/w3225.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,2.75,3,4.25]},"east":{"texture":"#0","uv":[0,4.25,1.5,5]},"north":{"texture":"#0","uv":[1.5,4.25,3,5]},"south":{"texture":"#0","uv":[4.5,4.25,6,5]},"up":{"texture":"#0","uv":[3,4.25,1.5,2.75]},"west":{"texture":"#0","uv":[3,4.25,4.5,5]}},"from":[-15.2,-16,-15.2],"shade":false,"to":[-12.799999,-14.8,-12.799999]},{"faces":{"down":{"texture":"#0","uv":[7.5,0,5,2.5]},"east":{"texture":"#0","uv":[0,2.5,2.5,2.75]},"north":{"texture":"#0","uv":[2.5,2.5,5,2.75]},"south":{"texture":"#0","uv":[7.5,2.5,10,2.75]},"up":{"texture":"#0","uv":[5,2.5,2.5,0]},"west":{"texture":"#0","uv":[5,2.5,7.5,2.75]}},"from":[-16,-15.8,-16],"rotation":{"angle":-45,"axis":"y","origin":[-14,-19.04,-14],"rescale":false},"shade":false,"to":[-12,-15.400001,-12]},{"faces":{"down":{"texture":"#0","uv":[7.5,0,5,2.5]},"east":{"texture":"#0","uv":[0,2.5,2.5,2.75]},"north":{"texture":"#0","uv":[2.5,2.5,5,2.75]},"south":{"texture":"#0","uv":[7.5,2.5,10,2.75]},"up":{"texture":"#0","uv":[5,2.5,2.5,0]},"west":{"texture":"#0","uv":[5,2.5,7.5,2.75]}},"from":[-16,-15.84,-16],"shade":false,"to":[-12,-15.440001,-12]}],"overrides":[],"textures":{"0":"item/w1984143817_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3226.json b/assets/minecraft/models/w3226.json new file mode 100644 index 000000000..45e25b38b --- /dev/null +++ b/assets/minecraft/models/w3226.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,0,8.75,0.5]},"east":{"texture":"#0","uv":[7.75,0.5,8.25,2]},"north":{"texture":"#0","uv":[8.25,0.5,8.75,2]},"south":{"texture":"#0","uv":[9.25,0.5,9.75,2]},"up":{"texture":"#0","uv":[8.75,0.5,8.25,0]},"west":{"texture":"#0","uv":[8.75,0.5,9.25,2]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.6,-15.2]}],"overrides":[],"textures":{"0":"item/w1984143817_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3227.json b/assets/minecraft/models/w3227.json new file mode 100644 index 000000000..45e25b38b --- /dev/null +++ b/assets/minecraft/models/w3227.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,0,8.75,0.5]},"east":{"texture":"#0","uv":[7.75,0.5,8.25,2]},"north":{"texture":"#0","uv":[8.25,0.5,8.75,2]},"south":{"texture":"#0","uv":[9.25,0.5,9.75,2]},"up":{"texture":"#0","uv":[8.75,0.5,8.25,0]},"west":{"texture":"#0","uv":[8.75,0.5,9.25,2]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.6,-15.2]}],"overrides":[],"textures":{"0":"item/w1984143817_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3228.json b/assets/minecraft/models/w3228.json new file mode 100644 index 000000000..45e25b38b --- /dev/null +++ b/assets/minecraft/models/w3228.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,0,8.75,0.5]},"east":{"texture":"#0","uv":[7.75,0.5,8.25,2]},"north":{"texture":"#0","uv":[8.25,0.5,8.75,2]},"south":{"texture":"#0","uv":[9.25,0.5,9.75,2]},"up":{"texture":"#0","uv":[8.75,0.5,8.25,0]},"west":{"texture":"#0","uv":[8.75,0.5,9.25,2]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.6,-15.2]}],"overrides":[],"textures":{"0":"item/w1984143817_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3229.json b/assets/minecraft/models/w3229.json new file mode 100644 index 000000000..45e25b38b --- /dev/null +++ b/assets/minecraft/models/w3229.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,0,8.75,0.5]},"east":{"texture":"#0","uv":[7.75,0.5,8.25,2]},"north":{"texture":"#0","uv":[8.25,0.5,8.75,2]},"south":{"texture":"#0","uv":[9.25,0.5,9.75,2]},"up":{"texture":"#0","uv":[8.75,0.5,8.25,0]},"west":{"texture":"#0","uv":[8.75,0.5,9.25,2]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.6,-15.2]}],"overrides":[],"textures":{"0":"item/w1984143817_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w323.json b/assets/minecraft/models/w323.json new file mode 100644 index 000000000..b928444d9 --- /dev/null +++ b/assets/minecraft/models/w323.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.375,9,7.625,9.125]},"east":{"texture":"#0","uv":[7.5,9.125,7.375,9.375]},"north":{"texture":"#0","uv":[7.375,9.125,7.125,9.375]},"south":{"texture":"#0","uv":[7.75,9.125,7.5,9.375]},"up":{"texture":"#0","uv":[7.125,9.125,7.375,9]},"west":{"texture":"#0","uv":[7.125,9.125,7,9.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3230.json b/assets/minecraft/models/w3230.json new file mode 100644 index 000000000..45e25b38b --- /dev/null +++ b/assets/minecraft/models/w3230.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,0,8.75,0.5]},"east":{"texture":"#0","uv":[7.75,0.5,8.25,2]},"north":{"texture":"#0","uv":[8.25,0.5,8.75,2]},"south":{"texture":"#0","uv":[9.25,0.5,9.75,2]},"up":{"texture":"#0","uv":[8.75,0.5,8.25,0]},"west":{"texture":"#0","uv":[8.75,0.5,9.25,2]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.6,-15.2]}],"overrides":[],"textures":{"0":"item/w1984143817_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3231.json b/assets/minecraft/models/w3231.json new file mode 100644 index 000000000..45e25b38b --- /dev/null +++ b/assets/minecraft/models/w3231.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,0,8.75,0.5]},"east":{"texture":"#0","uv":[7.75,0.5,8.25,2]},"north":{"texture":"#0","uv":[8.25,0.5,8.75,2]},"south":{"texture":"#0","uv":[9.25,0.5,9.75,2]},"up":{"texture":"#0","uv":[8.75,0.5,8.25,0]},"west":{"texture":"#0","uv":[8.75,0.5,9.25,2]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.6,-15.2]}],"overrides":[],"textures":{"0":"item/w1984143817_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3232.json b/assets/minecraft/models/w3232.json new file mode 100644 index 000000000..45e25b38b --- /dev/null +++ b/assets/minecraft/models/w3232.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,0,8.75,0.5]},"east":{"texture":"#0","uv":[7.75,0.5,8.25,2]},"north":{"texture":"#0","uv":[8.25,0.5,8.75,2]},"south":{"texture":"#0","uv":[9.25,0.5,9.75,2]},"up":{"texture":"#0","uv":[8.75,0.5,8.25,0]},"west":{"texture":"#0","uv":[8.75,0.5,9.25,2]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.6,-15.2]}],"overrides":[],"textures":{"0":"item/w1984143817_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3233.json b/assets/minecraft/models/w3233.json new file mode 100644 index 000000000..45e25b38b --- /dev/null +++ b/assets/minecraft/models/w3233.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,0,8.75,0.5]},"east":{"texture":"#0","uv":[7.75,0.5,8.25,2]},"north":{"texture":"#0","uv":[8.25,0.5,8.75,2]},"south":{"texture":"#0","uv":[9.25,0.5,9.75,2]},"up":{"texture":"#0","uv":[8.75,0.5,8.25,0]},"west":{"texture":"#0","uv":[8.75,0.5,9.25,2]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.6,-15.2]}],"overrides":[],"textures":{"0":"item/w1984143817_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3234.json b/assets/minecraft/models/w3234.json new file mode 100644 index 000000000..45e25b38b --- /dev/null +++ b/assets/minecraft/models/w3234.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,0,8.75,0.5]},"east":{"texture":"#0","uv":[7.75,0.5,8.25,2]},"north":{"texture":"#0","uv":[8.25,0.5,8.75,2]},"south":{"texture":"#0","uv":[9.25,0.5,9.75,2]},"up":{"texture":"#0","uv":[8.75,0.5,8.25,0]},"west":{"texture":"#0","uv":[8.75,0.5,9.25,2]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.6,-15.2]}],"overrides":[],"textures":{"0":"item/w1984143817_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3235.json b/assets/minecraft/models/w3235.json new file mode 100644 index 000000000..45e25b38b --- /dev/null +++ b/assets/minecraft/models/w3235.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,0,8.75,0.5]},"east":{"texture":"#0","uv":[7.75,0.5,8.25,2]},"north":{"texture":"#0","uv":[8.25,0.5,8.75,2]},"south":{"texture":"#0","uv":[9.25,0.5,9.75,2]},"up":{"texture":"#0","uv":[8.75,0.5,8.25,0]},"west":{"texture":"#0","uv":[8.75,0.5,9.25,2]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.6,-15.2]}],"overrides":[],"textures":{"0":"item/w1984143817_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3236.json b/assets/minecraft/models/w3236.json new file mode 100644 index 000000000..45e25b38b --- /dev/null +++ b/assets/minecraft/models/w3236.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,0,8.75,0.5]},"east":{"texture":"#0","uv":[7.75,0.5,8.25,2]},"north":{"texture":"#0","uv":[8.25,0.5,8.75,2]},"south":{"texture":"#0","uv":[9.25,0.5,9.75,2]},"up":{"texture":"#0","uv":[8.75,0.5,8.25,0]},"west":{"texture":"#0","uv":[8.75,0.5,9.25,2]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.6,-15.2]}],"overrides":[],"textures":{"0":"item/w1984143817_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3237.json b/assets/minecraft/models/w3237.json new file mode 100644 index 000000000..45e25b38b --- /dev/null +++ b/assets/minecraft/models/w3237.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,0,8.75,0.5]},"east":{"texture":"#0","uv":[7.75,0.5,8.25,2]},"north":{"texture":"#0","uv":[8.25,0.5,8.75,2]},"south":{"texture":"#0","uv":[9.25,0.5,9.75,2]},"up":{"texture":"#0","uv":[8.75,0.5,8.25,0]},"west":{"texture":"#0","uv":[8.75,0.5,9.25,2]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.6,-15.2]}],"overrides":[],"textures":{"0":"item/w1984143817_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3238.json b/assets/minecraft/models/w3238.json new file mode 100644 index 000000000..10ddb8054 --- /dev/null +++ b/assets/minecraft/models/w3238.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,6,5.5,7]},"east":{"texture":"#0","uv":[3.5,7,4.5,8]},"north":{"texture":"#0","uv":[4.5,7,5.5,8]},"south":{"texture":"#0","uv":[6.5,7,7.5,8]},"up":{"texture":"#0","uv":[5.5,7,4.5,6]},"west":{"texture":"#0","uv":[5.5,7,6.5,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.400001,-14.4]}],"overrides":[],"textures":{"0":"item/w1984143817_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3239.json b/assets/minecraft/models/w3239.json new file mode 100644 index 000000000..020c21e2e --- /dev/null +++ b/assets/minecraft/models/w3239.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,6,5.5,7]},"east":{"texture":"#0","uv":[3.5,7,4.5,8]},"north":{"texture":"#0","uv":[4.5,7,5.5,8]},"south":{"texture":"#0","uv":[6.5,7,7.5,8]},"up":{"texture":"#0","uv":[5.5,7,4.5,6]},"west":{"texture":"#0","uv":[5.5,7,6.5,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.72,-14.720001,-14.72]}],"overrides":[],"textures":{"0":"item/w1984143817_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w324.json b/assets/minecraft/models/w324.json new file mode 100644 index 000000000..78c9e5423 --- /dev/null +++ b/assets/minecraft/models/w324.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,8.625,7.375,8.75]},"east":{"texture":"#0","uv":[7.375,8.75,7.25,8.875]},"north":{"texture":"#0","uv":[7.25,8.75,7.125,8.875]},"south":{"texture":"#0","uv":[7.5,8.75,7.375,8.875]},"up":{"texture":"#0","uv":[7.125,8.75,7.25,8.625]},"west":{"texture":"#0","uv":[7.125,8.75,7,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.426314,-15.426314,-15.592]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3240.json b/assets/minecraft/models/w3240.json new file mode 100644 index 000000000..0b94fbe0c --- /dev/null +++ b/assets/minecraft/models/w3240.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,2.75,6,4.75]},"up":{"texture":"#0","uv":[7.25,4.75,6,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-16,-12.8]}],"overrides":[],"textures":{"0":"item/w1984143817_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3241.json b/assets/minecraft/models/w3241.json new file mode 100644 index 000000000..0b94fbe0c --- /dev/null +++ b/assets/minecraft/models/w3241.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,2.75,6,4.75]},"up":{"texture":"#0","uv":[7.25,4.75,6,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-16,-12.8]}],"overrides":[],"textures":{"0":"item/w1984143817_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3242.json b/assets/minecraft/models/w3242.json new file mode 100644 index 000000000..0b94fbe0c --- /dev/null +++ b/assets/minecraft/models/w3242.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,2.75,6,4.75]},"up":{"texture":"#0","uv":[7.25,4.75,6,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-16,-12.8]}],"overrides":[],"textures":{"0":"item/w1984143817_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3243.json b/assets/minecraft/models/w3243.json new file mode 100644 index 000000000..0b94fbe0c --- /dev/null +++ b/assets/minecraft/models/w3243.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,2.75,6,4.75]},"up":{"texture":"#0","uv":[7.25,4.75,6,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-16,-12.8]}],"overrides":[],"textures":{"0":"item/w1984143817_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3244.json b/assets/minecraft/models/w3244.json new file mode 100644 index 000000000..0b94fbe0c --- /dev/null +++ b/assets/minecraft/models/w3244.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,2.75,6,4.75]},"up":{"texture":"#0","uv":[7.25,4.75,6,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-16,-12.8]}],"overrides":[],"textures":{"0":"item/w1984143817_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3245.json b/assets/minecraft/models/w3245.json new file mode 100644 index 000000000..0b94fbe0c --- /dev/null +++ b/assets/minecraft/models/w3245.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,2.75,6,4.75]},"up":{"texture":"#0","uv":[7.25,4.75,6,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-16,-12.8]}],"overrides":[],"textures":{"0":"item/w1984143817_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3246.json b/assets/minecraft/models/w3246.json new file mode 100644 index 000000000..0b94fbe0c --- /dev/null +++ b/assets/minecraft/models/w3246.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,2.75,6,4.75]},"up":{"texture":"#0","uv":[7.25,4.75,6,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-16,-12.8]}],"overrides":[],"textures":{"0":"item/w1984143817_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3247.json b/assets/minecraft/models/w3247.json new file mode 100644 index 000000000..0b94fbe0c --- /dev/null +++ b/assets/minecraft/models/w3247.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,2.75,6,4.75]},"up":{"texture":"#0","uv":[7.25,4.75,6,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-16,-12.8]}],"overrides":[],"textures":{"0":"item/w1984143817_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3248.json b/assets/minecraft/models/w3248.json new file mode 100644 index 000000000..083cc44dc --- /dev/null +++ b/assets/minecraft/models/w3248.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.25,12,12,13.25]},"east":{"texture":"#0","uv":[9.5,13.25,10.75,14.75]},"north":{"texture":"#0","uv":[10.75,13.25,12,14.75]},"south":{"texture":"#0","uv":[13.25,13.25,14.5,14.75]},"up":{"texture":"#0","uv":[12,13.25,10.75,12]},"west":{"texture":"#0","uv":[12,13.25,13.25,14.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-13.6,-14]}],"overrides":[],"textures":{"0":"item/w1202102651_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3249.json b/assets/minecraft/models/w3249.json new file mode 100644 index 000000000..8deee2079 --- /dev/null +++ b/assets/minecraft/models/w3249.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,8.5,9.5,10]},"east":{"texture":"#0","uv":[6.5,10,8,11.5]},"north":{"texture":"#0","uv":[8,10,9.5,11.5]},"south":{"texture":"#0","uv":[11,10,12.5,11.5]},"up":{"texture":"#0","uv":[9.5,10,8,8.5]},"west":{"texture":"#0","uv":[9.5,10,11,11.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1202102651_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w325.json b/assets/minecraft/models/w325.json new file mode 100644 index 000000000..04df3f170 --- /dev/null +++ b/assets/minecraft/models/w325.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.875,6.625,2.5,6.625]},"east":{"texture":"#0","uv":[2.125,6.625,2.125,7]},"north":{"texture":"#0","uv":[2.125,6.625,2.5,7]},"south":{"texture":"#0","uv":[2.5,6.625,2.875,7]},"up":{"texture":"#0","uv":[2.5,6.625,2.125,6.625]},"west":{"texture":"#0","uv":[2.5,6.625,2.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3250.json b/assets/minecraft/models/w3250.json new file mode 100644 index 000000000..883a772df --- /dev/null +++ b/assets/minecraft/models/w3250.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,6,10.5,8]},"east":{"texture":"#0","uv":[6,8,8,8.5]},"north":{"texture":"#0","uv":[8,8,10.5,8.5]},"south":{"texture":"#0","uv":[12.5,8,15,8.5]},"up":{"texture":"#0","uv":[10.5,8,8,6]},"west":{"texture":"#0","uv":[10.5,8,12.5,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-15.2,-12.8]}],"overrides":[],"textures":{"0":"item/w1202102651_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3251.json b/assets/minecraft/models/w3251.json new file mode 100644 index 000000000..571143e22 --- /dev/null +++ b/assets/minecraft/models/w3251.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,0,1,0.25]},"east":{"texture":"#0","uv":[0,0.25,0.25,1]},"north":{"texture":"#0","uv":[0.25,0.25,1,1]},"south":{"texture":"#0","uv":[1.25,0.25,2,1]},"up":{"texture":"#0","uv":[1,0.25,0.25,0]},"west":{"texture":"#0","uv":[1,0.25,1.25,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14.88,-14.88,-15.6]}],"overrides":[],"textures":{"0":"item/w1202102651_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3252.json b/assets/minecraft/models/w3252.json new file mode 100644 index 000000000..57cbed73d --- /dev/null +++ b/assets/minecraft/models/w3252.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.75,3.5,11,4.75]},"east":{"texture":"#0","uv":[8,4.75,9.25,6]},"north":{"texture":"#0","uv":[9.25,4.75,11,6]},"south":{"texture":"#0","uv":[12.25,4.75,14,6]},"up":{"texture":"#0","uv":[11,4.75,9.25,3.5]},"west":{"texture":"#0","uv":[11,4.75,12.25,6]}},"from":[-15.4,-16,-15.6],"shade":false,"to":[-12.599999,-14,-13.6]},{"faces":{"down":{"texture":"#0","uv":[6.25,3.25,4,5]},"east":{"texture":"#0","uv":[0,5,1.75,8]},"north":{"texture":"#0","uv":[1.75,5,4,8]},"south":{"texture":"#0","uv":[5.75,5,8,8]},"up":{"texture":"#0","uv":[4,5,1.75,3.25]},"west":{"texture":"#0","uv":[4,5,5.75,8]}},"from":[-15.8,-14.4,-16],"shade":false,"to":[-12.200001,-9.599999,-13.2]},{"faces":{"down":{"texture":"#0","uv":[5,8,3.25,9.5]},"east":{"texture":"#0","uv":[0,9.5,1.5,12]},"north":{"texture":"#0","uv":[1.5,9.5,3.25,12]},"south":{"texture":"#0","uv":[4.75,9.5,6.5,12]},"up":{"texture":"#0","uv":[3.25,9.5,1.5,8]},"west":{"texture":"#0","uv":[3.25,9.5,4.75,12]}},"from":[-16,-12.9800005,-15.8],"rotation":{"angle":22.5,"axis":"z","origin":[-13.2,-13.38,-14.2],"rescale":false},"shade":false,"to":[-13.2,-8.9800005,-13.4]},{"faces":{"down":{"texture":"#0","uv":[3.25,8,5,9.5]},"east":{"texture":"#0","uv":[4.75,9.5,3.25,12]},"north":{"texture":"#0","uv":[3.25,9.5,1.5,12]},"south":{"texture":"#0","uv":[6.5,9.5,4.75,12]},"up":{"texture":"#0","uv":[1.5,9.5,3.25,8]},"west":{"texture":"#0","uv":[1.5,9.5,0,12]}},"from":[-14.8,-12.9800005,-15.8],"rotation":{"angle":-22.5,"axis":"z","origin":[-14.8,-13.38,-14.2],"rescale":false},"shade":false,"to":[-12,-8.9800005,-13.4]}],"overrides":[],"textures":{"0":"item/w1202102651_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3253.json b/assets/minecraft/models/w3253.json new file mode 100644 index 000000000..8ed5d464b --- /dev/null +++ b/assets/minecraft/models/w3253.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,0,2,3.25]},"up":{"texture":"#0","uv":[5.25,3.25,2,0]}},"from":[-16,-16,-16],"shade":false,"to":[-10.8,-16,-10.8]}],"overrides":[],"textures":{"0":"item/w1202102651_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3254.json b/assets/minecraft/models/w3254.json new file mode 100644 index 000000000..0a9473a57 --- /dev/null +++ b/assets/minecraft/models/w3254.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,0,9.75,1.75]},"east":{"texture":"#0","uv":[6.25,1.75,8,3.5]},"north":{"texture":"#0","uv":[8,1.75,9.75,3.5]},"south":{"texture":"#0","uv":[11.5,1.75,13.25,3.5]},"up":{"texture":"#0","uv":[9.75,1.75,8,0]},"west":{"texture":"#0","uv":[9.75,1.75,11.5,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.2,-13.2]}],"overrides":[],"textures":{"0":"item/w1202102651_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3255.json b/assets/minecraft/models/w3255.json new file mode 100644 index 000000000..674c722d2 --- /dev/null +++ b/assets/minecraft/models/w3255.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,12,2,13]},"east":{"texture":"#0","uv":[0,13,1,16]},"north":{"texture":"#0","uv":[1,13,2,16]},"south":{"texture":"#0","uv":[3,13,4,16]},"up":{"texture":"#0","uv":[2,13,1,12]},"west":{"texture":"#0","uv":[2,13,3,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1202102651_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3256.json b/assets/minecraft/models/w3256.json new file mode 100644 index 000000000..4c964eaa5 --- /dev/null +++ b/assets/minecraft/models/w3256.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,12,6.75,13.25]},"east":{"texture":"#0","uv":[4,13.25,5.25,14.75]},"north":{"texture":"#0","uv":[5.25,13.25,6.75,14.75]},"south":{"texture":"#0","uv":[8,13.25,9.5,14.75]},"up":{"texture":"#0","uv":[6.75,13.25,5.25,12]},"west":{"texture":"#0","uv":[6.75,13.25,8,14.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-14]}],"overrides":[],"textures":{"0":"item/w1202102651_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3257.json b/assets/minecraft/models/w3257.json new file mode 100644 index 000000000..3887bdfda --- /dev/null +++ b/assets/minecraft/models/w3257.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,12,3,13]},"east":{"texture":"#0","uv":[3,13,2,16]},"north":{"texture":"#0","uv":[2,13,1,16]},"south":{"texture":"#0","uv":[4,13,3,16]},"up":{"texture":"#0","uv":[1,13,2,12]},"west":{"texture":"#0","uv":[1,13,0,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1202102651_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3258.json b/assets/minecraft/models/w3258.json new file mode 100644 index 000000000..fab246494 --- /dev/null +++ b/assets/minecraft/models/w3258.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.75,12,8.25,13.25]},"east":{"texture":"#0","uv":[8,13.25,6.75,14.75]},"north":{"texture":"#0","uv":[6.75,13.25,5.25,14.75]},"south":{"texture":"#0","uv":[9.5,13.25,8,14.75]},"up":{"texture":"#0","uv":[5.25,13.25,6.75,12]},"west":{"texture":"#0","uv":[5.25,13.25,4,14.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-14]}],"overrides":[],"textures":{"0":"item/w1202102651_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3259.json b/assets/minecraft/models/w3259.json new file mode 100644 index 000000000..c5afa58a4 --- /dev/null +++ b/assets/minecraft/models/w3259.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,7.875,1.75,9.125]},"east":{"texture":"#0","uv":[0,9.125,1.25,10.125]},"north":{"texture":"#0","uv":[1.25,9.125,1.75,10.125]},"south":{"texture":"#0","uv":[3,9.125,3.5,10.125]},"up":{"texture":"#0","uv":[1.75,9.125,1.25,7.875]},"west":{"texture":"#0","uv":[1.75,9.125,3,10.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.408,-12.808001,-11.808001]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w326.json b/assets/minecraft/models/w326.json new file mode 100644 index 000000000..04df3f170 --- /dev/null +++ b/assets/minecraft/models/w326.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.875,6.625,2.5,6.625]},"east":{"texture":"#0","uv":[2.125,6.625,2.125,7]},"north":{"texture":"#0","uv":[2.125,6.625,2.5,7]},"south":{"texture":"#0","uv":[2.5,6.625,2.875,7]},"up":{"texture":"#0","uv":[2.5,6.625,2.125,6.625]},"west":{"texture":"#0","uv":[2.5,6.625,2.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3260.json b/assets/minecraft/models/w3260.json new file mode 100644 index 000000000..3b8d9ded4 --- /dev/null +++ b/assets/minecraft/models/w3260.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.75,13.75,12.375,14.125]},"east":{"texture":"#0","uv":[11.625,14.125,12,14.75]},"north":{"texture":"#0","uv":[12,14.125,12.375,14.75]},"south":{"texture":"#0","uv":[12.75,14.125,13.125,14.75]},"up":{"texture":"#0","uv":[12.375,14.125,12,13.75]},"west":{"texture":"#0","uv":[12.375,14.125,12.75,14.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.808,-14.008,-14.608]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3261.json b/assets/minecraft/models/w3261.json new file mode 100644 index 000000000..7c7f7c7a7 --- /dev/null +++ b/assets/minecraft/models/w3261.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,14,0.875,14.375]},"east":{"texture":"#0","uv":[0.125,14.375,0.5,15]},"north":{"texture":"#0","uv":[0.5,14.375,0.875,15]},"south":{"texture":"#0","uv":[1.25,14.375,1.625,15]},"up":{"texture":"#0","uv":[0.875,14.375,0.5,14]},"west":{"texture":"#0","uv":[0.875,14.375,1.25,15]}},"from":[-16,-16,-16],"shade":false,"to":[-14.808,-14.008,-14.608]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3262.json b/assets/minecraft/models/w3262.json new file mode 100644 index 000000000..ee746425f --- /dev/null +++ b/assets/minecraft/models/w3262.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,0,0.75,0.375]},"east":{"texture":"#0","uv":[0,0.375,0.375,1]},"north":{"texture":"#0","uv":[0.375,0.375,0.75,1]},"south":{"texture":"#0","uv":[1.125,0.375,1.5,1]},"up":{"texture":"#0","uv":[0.75,0.375,0.375,0]},"west":{"texture":"#0","uv":[0.75,0.375,1.125,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14.808,-14.008,-14.608]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3263.json b/assets/minecraft/models/w3263.json new file mode 100644 index 000000000..37bc35164 --- /dev/null +++ b/assets/minecraft/models/w3263.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.625,7.75,13.25,8.125]},"east":{"texture":"#0","uv":[12.5,8.125,12.875,8.75]},"north":{"texture":"#0","uv":[12.875,8.125,13.25,8.75]},"south":{"texture":"#0","uv":[13.625,8.125,14,8.75]},"up":{"texture":"#0","uv":[13.25,8.125,12.875,7.75]},"west":{"texture":"#0","uv":[13.25,8.125,13.625,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.808,-14.008,-14.608]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3264.json b/assets/minecraft/models/w3264.json new file mode 100644 index 000000000..f1cf383da --- /dev/null +++ b/assets/minecraft/models/w3264.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,2.75,9.5,4]},"east":{"texture":"#0","uv":[7.75,4,9,5]},"north":{"texture":"#0","uv":[9,4,9.5,5]},"south":{"texture":"#0","uv":[10.75,4,11.25,5]},"up":{"texture":"#0","uv":[9.5,4,9,2.75]},"west":{"texture":"#0","uv":[9.5,4,10.75,5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.408,-12.808001,-11.808001]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3265.json b/assets/minecraft/models/w3265.json new file mode 100644 index 000000000..03eca7d5b --- /dev/null +++ b/assets/minecraft/models/w3265.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[11.375,2.25,13.125,4.125]},"south":{"texture":"#0","uv":[13.125,2.25,11.375,4.125]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-10,-16]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3266.json b/assets/minecraft/models/w3266.json new file mode 100644 index 000000000..03eca7d5b --- /dev/null +++ b/assets/minecraft/models/w3266.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[11.375,2.25,13.125,4.125]},"south":{"texture":"#0","uv":[13.125,2.25,11.375,4.125]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-10,-16]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3267.json b/assets/minecraft/models/w3267.json new file mode 100644 index 000000000..6dfde3649 --- /dev/null +++ b/assets/minecraft/models/w3267.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6.125,0.125,7.125,0.75]},"south":{"texture":"#0","uv":[7.125,0.125,6.125,0.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14,-16]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3268.json b/assets/minecraft/models/w3268.json new file mode 100644 index 000000000..ed9da6533 --- /dev/null +++ b/assets/minecraft/models/w3268.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[14.625,10.625,15.625,11.375]},"south":{"texture":"#0","uv":[15.625,10.625,14.625,11.375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3269.json b/assets/minecraft/models/w3269.json new file mode 100644 index 000000000..6dfde3649 --- /dev/null +++ b/assets/minecraft/models/w3269.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6.125,0.125,7.125,0.75]},"south":{"texture":"#0","uv":[7.125,0.125,6.125,0.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14,-16]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w327.json b/assets/minecraft/models/w327.json new file mode 100644 index 000000000..894351b9b --- /dev/null +++ b/assets/minecraft/models/w327.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.75,8.625,6.625,8.75]},"east":{"texture":"#0","uv":[6.375,8.75,6.5,8.875]},"north":{"texture":"#0","uv":[6.5,8.75,6.625,8.875]},"south":{"texture":"#0","uv":[6.75,8.75,6.875,8.875]},"up":{"texture":"#0","uv":[6.625,8.75,6.5,8.625]},"west":{"texture":"#0","uv":[6.625,8.75,6.75,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.426314,-15.426314,-15.592]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3270.json b/assets/minecraft/models/w3270.json new file mode 100644 index 000000000..ed9da6533 --- /dev/null +++ b/assets/minecraft/models/w3270.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[14.625,10.625,15.625,11.375]},"south":{"texture":"#0","uv":[15.625,10.625,14.625,11.375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3271.json b/assets/minecraft/models/w3271.json new file mode 100644 index 000000000..11d789afb --- /dev/null +++ b/assets/minecraft/models/w3271.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,13.5,3.5,14]},"east":{"texture":"#0","uv":[2.5,14,3,14.625]},"north":{"texture":"#0","uv":[3,14,3.5,14.625]},"south":{"texture":"#0","uv":[4,14,4.5,14.625]},"up":{"texture":"#0","uv":[3.5,14,3,13.5]},"west":{"texture":"#0","uv":[3.5,14,4,14.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14,-14.4]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3272.json b/assets/minecraft/models/w3272.json new file mode 100644 index 000000000..eff667020 --- /dev/null +++ b/assets/minecraft/models/w3272.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.625,12.25,8.125,12.75]},"east":{"texture":"#0","uv":[7.125,12.75,7.625,13.375]},"north":{"texture":"#0","uv":[7.625,12.75,8.125,13.375]},"south":{"texture":"#0","uv":[8.625,12.75,9.125,13.375]},"up":{"texture":"#0","uv":[8.125,12.75,7.625,12.25]},"west":{"texture":"#0","uv":[8.125,12.75,8.625,13.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14,-14.4]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3273.json b/assets/minecraft/models/w3273.json new file mode 100644 index 000000000..d63d9ec38 --- /dev/null +++ b/assets/minecraft/models/w3273.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.875,7.875,3.375,8.375]},"east":{"texture":"#0","uv":[2.375,8.375,2.875,9]},"north":{"texture":"#0","uv":[2.875,8.375,3.375,9]},"south":{"texture":"#0","uv":[3.875,8.375,4.375,9]},"up":{"texture":"#0","uv":[3.375,8.375,2.875,7.875]},"west":{"texture":"#0","uv":[3.375,8.375,3.875,9]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14,-14.4]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3274.json b/assets/minecraft/models/w3274.json new file mode 100644 index 000000000..fc3d0e2f4 --- /dev/null +++ b/assets/minecraft/models/w3274.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.625,10.25,3.125,10.75]},"east":{"texture":"#0","uv":[2.125,10.75,2.625,11.375]},"north":{"texture":"#0","uv":[2.625,10.75,3.125,11.375]},"south":{"texture":"#0","uv":[3.625,10.75,4.125,11.375]},"up":{"texture":"#0","uv":[3.125,10.75,2.625,10.25]},"west":{"texture":"#0","uv":[3.125,10.75,3.625,11.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14,-14.4]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3275.json b/assets/minecraft/models/w3275.json new file mode 100644 index 000000000..f888ebdd3 --- /dev/null +++ b/assets/minecraft/models/w3275.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,2.875,2.5,4.125]},"east":{"texture":"#0","uv":[0,4.125,1.25,5.375]},"north":{"texture":"#0","uv":[1.25,4.125,2.5,5.375]},"south":{"texture":"#0","uv":[3.75,4.125,5,5.375]},"up":{"texture":"#0","uv":[2.5,4.125,1.25,2.875]},"west":{"texture":"#0","uv":[2.5,4.125,3.75,5.375]}},"from":[-13.654415,-14.171573,-15.896],"rotation":{"angle":45,"axis":"z","origin":[-11.478517,-11.995674,-13.9],"rescale":false},"shade":false,"to":[-9.302617,-9.819775,-11.904]},{"faces":{"down":{"texture":"#0","uv":[3.25,5.5,2.25,6.75]},"east":{"texture":"#0","uv":[0,6.75,1.25,7.75]},"north":{"texture":"#0","uv":[1.25,6.75,2.25,7.75]},"south":{"texture":"#0","uv":[3.5,6.75,4.5,7.75]},"up":{"texture":"#0","uv":[2.25,6.75,1.25,5.5]},"west":{"texture":"#0","uv":[2.25,6.75,3.5,7.75]}},"from":[-13.078517,-11.878517,-16],"shade":false,"to":[-9.878517,-8.678517,-11.8]},{"faces":{"down":{"texture":"#0","uv":[9.25,6.625,8,7.625]},"east":{"texture":"#0","uv":[5.75,7.625,6.75,8.75]},"north":{"texture":"#0","uv":[6.75,7.625,8,8.75]},"south":{"texture":"#0","uv":[9,7.625,10.25,8.75]},"up":{"texture":"#0","uv":[8,7.625,6.75,6.625]},"west":{"texture":"#0","uv":[8,7.625,9,8.75]}},"from":[-13.478517,-15.878517,-15.5],"shade":false,"to":[-9.478517,-12.278517,-12.3]},{"faces":{"down":{"texture":"#0","uv":[12.375,7.875,11.5,8.875]},"east":{"texture":"#0","uv":[9.625,8.875,10.625,9.75]},"north":{"texture":"#0","uv":[10.625,8.875,11.5,9.75]},"south":{"texture":"#0","uv":[12.5,8.875,13.375,9.75]},"up":{"texture":"#0","uv":[11.5,8.875,10.625,7.875]},"west":{"texture":"#0","uv":[11.5,8.875,12.5,9.75]}},"from":[-16,-16,-15.496],"rotation":{"angle":45,"axis":"z","origin":[-11.478517,-11.478517,-13.9],"rescale":false},"shade":false,"to":[-13.179573,-13.179573,-12.304001]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3276.json b/assets/minecraft/models/w3276.json new file mode 100644 index 000000000..5ad8abc33 --- /dev/null +++ b/assets/minecraft/models/w3276.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,10.25,1.625,11.5]},"east":{"texture":"#0","uv":[0,11.5,1.25,12.5]},"north":{"texture":"#0","uv":[1.25,11.5,1.625,12.5]},"south":{"texture":"#0","uv":[2.875,11.5,3.25,12.5]},"up":{"texture":"#0","uv":[1.625,11.5,1.25,10.25]},"west":{"texture":"#0","uv":[1.625,11.5,2.875,12.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.808001,-12.808001,-11.808001]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3277.json b/assets/minecraft/models/w3277.json new file mode 100644 index 000000000..d65f563b2 --- /dev/null +++ b/assets/minecraft/models/w3277.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.375,9.875,10,11.125]},"east":{"texture":"#0","uv":[8.375,11.125,9.625,12.125]},"north":{"texture":"#0","uv":[9.625,11.125,10,12.125]},"south":{"texture":"#0","uv":[11.25,11.125,11.625,12.125]},"up":{"texture":"#0","uv":[10,11.125,9.625,9.875]},"west":{"texture":"#0","uv":[10,11.125,11.25,12.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.808001,-12.808001,-11.808001]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3278.json b/assets/minecraft/models/w3278.json new file mode 100644 index 000000000..18362d03a --- /dev/null +++ b/assets/minecraft/models/w3278.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,1.625,6.625,2.875]},"east":{"texture":"#0","uv":[4.375,2.875,5.625,3.875]},"north":{"texture":"#0","uv":[5.625,2.875,6.625,3.875]},"south":{"texture":"#0","uv":[7.875,2.875,8.875,3.875]},"up":{"texture":"#0","uv":[6.625,2.875,5.625,1.625]},"west":{"texture":"#0","uv":[6.625,2.875,7.875,3.875]}},"from":[-12.8,-16,-16],"shade":false,"to":[-9.6,-12.8,-11.8]},{"faces":{"down":{"texture":"#0","uv":[7.125,4.25,6.125,5.5]},"east":{"texture":"#0","uv":[3.875,5.5,5.125,6.5]},"north":{"texture":"#0","uv":[5.125,5.5,6.125,6.5]},"south":{"texture":"#0","uv":[7.375,5.5,8.375,6.5]},"up":{"texture":"#0","uv":[6.125,5.5,5.125,4.25]},"west":{"texture":"#0","uv":[6.125,5.5,7.375,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.8,-11.8]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3279.json b/assets/minecraft/models/w3279.json new file mode 100644 index 000000000..901dcc616 --- /dev/null +++ b/assets/minecraft/models/w3279.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.875,2.25,10.625,2.5]},"east":{"texture":"#0","uv":[10.125,2.5,10.375,2.75]},"north":{"texture":"#0","uv":[10.375,2.5,10.625,2.75]},"south":{"texture":"#0","uv":[10.875,2.5,11.125,2.75]},"up":{"texture":"#0","uv":[10.625,2.5,10.375,2.25]},"west":{"texture":"#0","uv":[10.625,2.5,10.875,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w328.json b/assets/minecraft/models/w328.json new file mode 100644 index 000000000..bbd6f37cc --- /dev/null +++ b/assets/minecraft/models/w328.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,11.125,0.75,11.5]},"east":{"texture":"#0","uv":[0,11.5,0.375,12.875]},"north":{"texture":"#0","uv":[0.375,11.5,0.75,12.875]},"south":{"texture":"#0","uv":[1.125,11.5,1.5,12.875]},"up":{"texture":"#0","uv":[0.75,11.5,0.375,11.125]},"west":{"texture":"#0","uv":[0.75,11.5,1.125,12.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-11.6,-14.8]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3280.json b/assets/minecraft/models/w3280.json new file mode 100644 index 000000000..6c7ed8337 --- /dev/null +++ b/assets/minecraft/models/w3280.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.375,6.625,6.125,6.75]},"east":{"texture":"#0","uv":[5.75,6.75,5.875,7]},"north":{"texture":"#0","uv":[5.875,6.75,6.125,7]},"south":{"texture":"#0","uv":[6.25,6.75,6.5,7]},"up":{"texture":"#0","uv":[6.125,6.75,5.875,6.625]},"west":{"texture":"#0","uv":[6.125,6.75,6.25,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3281.json b/assets/minecraft/models/w3281.json new file mode 100644 index 000000000..fcc0b1c41 --- /dev/null +++ b/assets/minecraft/models/w3281.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.375,0,4.25,0.125]},"east":{"texture":"#0","uv":[4,0.125,4.125,0.375]},"north":{"texture":"#0","uv":[4.125,0.125,4.25,0.375]},"south":{"texture":"#0","uv":[4.375,0.125,4.5,0.375]},"up":{"texture":"#0","uv":[4.25,0.125,4.125,0]},"west":{"texture":"#0","uv":[4.25,0.125,4.375,0.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3282.json b/assets/minecraft/models/w3282.json new file mode 100644 index 000000000..662b88c2c --- /dev/null +++ b/assets/minecraft/models/w3282.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.625,12.625,1.125,13.125]},"east":{"texture":"#0","uv":[0.125,13.125,0.625,13.875]},"north":{"texture":"#0","uv":[0.625,13.125,1.125,13.875]},"south":{"texture":"#0","uv":[1.625,13.125,2.125,13.875]},"up":{"texture":"#0","uv":[1.125,13.125,0.625,12.625]},"west":{"texture":"#0","uv":[1.125,13.125,1.625,13.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.1,-13.6,-14.4]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3283.json b/assets/minecraft/models/w3283.json new file mode 100644 index 000000000..c23566995 --- /dev/null +++ b/assets/minecraft/models/w3283.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.625,5.5,0.5,5.875]},"east":{"texture":"#0","uv":[0,5.875,0.375,6.375]},"north":{"texture":"#0","uv":[0.375,5.875,0.5,6.375]},"south":{"texture":"#0","uv":[0.875,5.875,1,6.375]},"up":{"texture":"#0","uv":[0.5,5.875,0.375,5.5]},"west":{"texture":"#0","uv":[0.5,5.875,0.875,6.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.299999,-14.2,-14.8]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3284.json b/assets/minecraft/models/w3284.json new file mode 100644 index 000000000..f7c989ea3 --- /dev/null +++ b/assets/minecraft/models/w3284.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.75,9.875,13.125,10.625]},"east":{"texture":"#0","uv":[11.75,10.625,12.5,11.375]},"north":{"texture":"#0","uv":[12.5,10.625,13.125,11.375]},"south":{"texture":"#0","uv":[13.875,10.625,14.5,11.375]},"up":{"texture":"#0","uv":[13.125,10.625,12.5,9.875]},"west":{"texture":"#0","uv":[13.125,10.625,13.875,11.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.908,-13.608,-13.608]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3285.json b/assets/minecraft/models/w3285.json new file mode 100644 index 000000000..28bdc97ba --- /dev/null +++ b/assets/minecraft/models/w3285.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.25,6.375,13.75,7.125]},"east":{"texture":"#0","uv":[12.5,7.125,13.25,7.75]},"north":{"texture":"#0","uv":[13.25,7.125,13.75,7.75]},"south":{"texture":"#0","uv":[14.5,7.125,15,7.75]},"up":{"texture":"#0","uv":[13.75,7.125,13.25,6.375]},"west":{"texture":"#0","uv":[13.75,7.125,14.5,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.3,-14,-13.6]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3286.json b/assets/minecraft/models/w3286.json new file mode 100644 index 000000000..566e25bbe --- /dev/null +++ b/assets/minecraft/models/w3286.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.125,8.25,14.625,8.875]},"east":{"texture":"#0","uv":[13.5,8.875,14.125,9.5]},"north":{"texture":"#0","uv":[14.125,8.875,14.625,9.5]},"south":{"texture":"#0","uv":[15.25,8.875,15.75,9.5]},"up":{"texture":"#0","uv":[14.625,8.875,14.125,8.25]},"west":{"texture":"#0","uv":[14.625,8.875,15.25,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14,-14]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3287.json b/assets/minecraft/models/w3287.json new file mode 100644 index 000000000..48aeaffc2 --- /dev/null +++ b/assets/minecraft/models/w3287.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.75,13,10.375,13.75]},"east":{"texture":"#0","uv":[9.25,13.75,10,14.5]},"north":{"texture":"#0","uv":[10,13.75,10.375,14.5]},"south":{"texture":"#0","uv":[11.125,13.75,11.5,14.5]},"up":{"texture":"#0","uv":[10.375,13.75,10,13]},"west":{"texture":"#0","uv":[10.375,13.75,11.125,14.5]}},"from":[-14.1,-16,-16],"shade":false,"to":[-12.900001,-13.6,-13.6]},{"faces":{"down":{"texture":"#0","uv":[4.375,11.875,3.875,12.625]},"east":{"texture":"#0","uv":[2.625,12.625,3.375,13.375]},"north":{"texture":"#0","uv":[3.375,12.625,3.875,13.375]},"south":{"texture":"#0","uv":[4.625,12.625,5.125,13.375]},"up":{"texture":"#0","uv":[3.875,12.625,3.375,11.875]},"west":{"texture":"#0","uv":[3.875,12.625,4.625,13.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.1,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3288.json b/assets/minecraft/models/w3288.json new file mode 100644 index 000000000..307519d57 --- /dev/null +++ b/assets/minecraft/models/w3288.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.75,12.25,10.125,12.5]},"east":{"texture":"#0","uv":[9.25,12.5,9.5,12.875]},"north":{"texture":"#0","uv":[9.5,12.5,10.125,12.875]},"south":{"texture":"#0","uv":[10.375,12.5,11,12.875]},"up":{"texture":"#0","uv":[10.125,12.5,9.5,12.25]},"west":{"texture":"#0","uv":[10.125,12.5,10.375,12.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.82,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3289.json b/assets/minecraft/models/w3289.json new file mode 100644 index 000000000..a4ec0eddc --- /dev/null +++ b/assets/minecraft/models/w3289.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,9.875,11.375,10.125]},"east":{"texture":"#0","uv":[10.5,10.125,10.75,10.5]},"north":{"texture":"#0","uv":[10.75,10.125,11.375,10.5]},"south":{"texture":"#0","uv":[11.625,10.125,12.25,10.5]},"up":{"texture":"#0","uv":[11.375,10.125,10.75,9.875]},"west":{"texture":"#0","uv":[11.375,10.125,11.625,10.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.82,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w329.json b/assets/minecraft/models/w329.json new file mode 100644 index 000000000..e6bd78a88 --- /dev/null +++ b/assets/minecraft/models/w329.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.125,7.125,6.375,7.25]},"east":{"texture":"#0","uv":[6.25,7.25,6.125,7.5]},"north":{"texture":"#0","uv":[6.125,7.25,5.875,7.5]},"south":{"texture":"#0","uv":[6.5,7.25,6.25,7.5]},"up":{"texture":"#0","uv":[5.875,7.25,6.125,7.125]},"west":{"texture":"#0","uv":[5.875,7.25,5.75,7.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3290.json b/assets/minecraft/models/w3290.json new file mode 100644 index 000000000..572c6d0a3 --- /dev/null +++ b/assets/minecraft/models/w3290.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.375,1.75,12.75,2]},"east":{"texture":"#0","uv":[11.875,2,12.125,2.125]},"north":{"texture":"#0","uv":[12.125,2,12.75,2.125]},"south":{"texture":"#0","uv":[13,2,13.625,2.125]},"up":{"texture":"#0","uv":[12.75,2,12.125,1.75]},"west":{"texture":"#0","uv":[12.75,2,13,2.125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.828,-15.447998,-15.208]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3291.json b/assets/minecraft/models/w3291.json new file mode 100644 index 000000000..7fbf86cf1 --- /dev/null +++ b/assets/minecraft/models/w3291.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.875,4.25,12.25,4.5]},"east":{"texture":"#0","uv":[11.375,4.5,11.625,4.625]},"north":{"texture":"#0","uv":[11.625,4.5,12.25,4.625]},"south":{"texture":"#0","uv":[12.5,4.5,13.125,4.625]},"up":{"texture":"#0","uv":[12.25,4.5,11.625,4.25]},"west":{"texture":"#0","uv":[12.25,4.5,12.5,4.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.828,-15.447998,-15.208]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3292.json b/assets/minecraft/models/w3292.json new file mode 100644 index 000000000..3c5b3ab28 --- /dev/null +++ b/assets/minecraft/models/w3292.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,5.125,8.875,5.25]},"east":{"texture":"#0","uv":[8.375,5.25,8.5,5.375]},"north":{"texture":"#0","uv":[8.5,5.25,8.875,5.375]},"south":{"texture":"#0","uv":[9,5.25,9.375,5.375]},"up":{"texture":"#0","uv":[8.875,5.25,8.5,5.125]},"west":{"texture":"#0","uv":[8.875,5.25,9,5.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.608,-15.407999,-15.608]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3293.json b/assets/minecraft/models/w3293.json new file mode 100644 index 000000000..d79a985e6 --- /dev/null +++ b/assets/minecraft/models/w3293.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.125,5.125,7.75,5.25]},"east":{"texture":"#0","uv":[7.25,5.25,7.375,5.375]},"north":{"texture":"#0","uv":[7.375,5.25,7.75,5.375]},"south":{"texture":"#0","uv":[7.875,5.25,8.25,5.375]},"up":{"texture":"#0","uv":[7.75,5.25,7.375,5.125]},"west":{"texture":"#0","uv":[7.75,5.25,7.875,5.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.608,-15.407999,-15.608]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3294.json b/assets/minecraft/models/w3294.json new file mode 100644 index 000000000..60bd7e79f --- /dev/null +++ b/assets/minecraft/models/w3294.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.75,0,9.75,1]},"east":{"texture":"#0","uv":[7.75,1,8.75,2.125]},"north":{"texture":"#0","uv":[8.75,1,9.75,2.125]},"south":{"texture":"#0","uv":[10.75,1,11.75,2.125]},"up":{"texture":"#0","uv":[9.75,1,8.75,0]},"west":{"texture":"#0","uv":[9.75,1,10.75,2.125]}},"from":[-15.996,-16,-15.24],"shade":false,"to":[-12.804001,-12.407999,-12.048]},{"faces":{"down":{"texture":"#0","uv":[11.875,7.125,11.375,7.625]},"east":{"texture":"#0","uv":[10.375,7.625,10.875,7.75]},"north":{"texture":"#0","uv":[10.875,7.625,11.375,7.75]},"south":{"texture":"#0","uv":[11.875,7.625,12.375,7.75]},"up":{"texture":"#0","uv":[11.375,7.625,10.875,7.125]},"west":{"texture":"#0","uv":[11.375,7.625,11.875,7.75]}},"from":[-15.2,-12.403999,-14.444],"shade":false,"to":[-13.599999,-12.004,-12.844]},{"faces":{"down":{"texture":"#0","uv":[9.875,2.25,8.875,2.375]},"east":{"texture":"#0","uv":[7.75,2.375,7.875,2.625]},"north":{"texture":"#0","uv":[7.875,2.375,8.875,2.625]},"south":{"texture":"#0","uv":[9,2.375,10,2.625]},"up":{"texture":"#0","uv":[8.875,2.375,7.875,2.25]},"west":{"texture":"#0","uv":[8.875,2.375,9,2.625]}},"from":[-16,-14.004,-15.644],"shade":false,"to":[-12.8,-13.2039995,-15.244]},{"faces":{"down":{"texture":"#0","uv":[8.375,2.25,8.125,2.375]},"east":{"texture":"#0","uv":[8.125,2.375,8.25,2.625]},"north":{"texture":"#0","uv":[8.25,2.375,8.5,2.625]},"south":{"texture":"#0","uv":[8.25,2.375,8.5,2.625]},"up":{"texture":"#0","uv":[8.125,2.375,7.875,2.25]},"west":{"texture":"#0","uv":[8.125,2.375,8.25,2.625]}},"from":[-14.8,-14.443998,-15.564],"shade":false,"to":[-14,-13.643998,-15.164]},{"faces":{"down":{"texture":"#0","uv":[0.75,7.875,0.5,8.125]},"east":{"texture":"#0","uv":[0,8.5,0.25,8.75]},"north":{"texture":"#0","uv":[0.25,8.375,0.5,8.625]},"south":{"texture":"#0","uv":[0.75,8.5,1,8.75]},"up":{"texture":"#0","uv":[0.5,8.125,0.25,7.875]},"west":{"texture":"#0","uv":[0.5,8.5,0.75,8.75]}},"from":[-14.896,-15.280001,-16],"shade":false,"to":[-13.904,-14.287999,-15.208]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3295.json b/assets/minecraft/models/w3295.json new file mode 100644 index 000000000..69cc7107f --- /dev/null +++ b/assets/minecraft/models/w3295.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,12.625,1.625,13.125]},"east":{"texture":"#0","uv":[1.625,13.125,1.125,13.875]},"north":{"texture":"#0","uv":[1.125,13.125,0.625,13.875]},"south":{"texture":"#0","uv":[2.125,13.125,1.625,13.875]},"up":{"texture":"#0","uv":[0.625,13.125,1.125,12.625]},"west":{"texture":"#0","uv":[0.625,13.125,0.125,13.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.1,-13.6,-14.4]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3296.json b/assets/minecraft/models/w3296.json new file mode 100644 index 000000000..05336528e --- /dev/null +++ b/assets/minecraft/models/w3296.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,5.5,0.625,5.875]},"east":{"texture":"#0","uv":[0.875,5.875,0.5,6.375]},"north":{"texture":"#0","uv":[0.5,5.875,0.375,6.375]},"south":{"texture":"#0","uv":[1,5.875,0.875,6.375]},"up":{"texture":"#0","uv":[0.375,5.875,0.5,5.5]},"west":{"texture":"#0","uv":[0.375,5.875,0,6.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.299999,-14.2,-14.8]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3297.json b/assets/minecraft/models/w3297.json new file mode 100644 index 000000000..9b3604090 --- /dev/null +++ b/assets/minecraft/models/w3297.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.125,9.875,13.75,10.625]},"east":{"texture":"#0","uv":[13.875,10.625,13.125,11.375]},"north":{"texture":"#0","uv":[13.125,10.625,12.5,11.375]},"south":{"texture":"#0","uv":[14.5,10.625,13.875,11.375]},"up":{"texture":"#0","uv":[12.5,10.625,13.125,9.875]},"west":{"texture":"#0","uv":[12.5,10.625,11.75,11.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.908,-13.608,-13.608]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3298.json b/assets/minecraft/models/w3298.json new file mode 100644 index 000000000..5f5101b15 --- /dev/null +++ b/assets/minecraft/models/w3298.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.75,6.375,14.25,7.125]},"east":{"texture":"#0","uv":[14.5,7.125,13.75,7.75]},"north":{"texture":"#0","uv":[13.75,7.125,13.25,7.75]},"south":{"texture":"#0","uv":[15,7.125,14.5,7.75]},"up":{"texture":"#0","uv":[13.25,7.125,13.75,6.375]},"west":{"texture":"#0","uv":[13.25,7.125,12.5,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.3,-14,-13.6]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3299.json b/assets/minecraft/models/w3299.json new file mode 100644 index 000000000..ef5c2974c --- /dev/null +++ b/assets/minecraft/models/w3299.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.625,8.25,15.125,8.875]},"east":{"texture":"#0","uv":[15.25,8.875,14.625,9.5]},"north":{"texture":"#0","uv":[14.625,8.875,14.125,9.5]},"south":{"texture":"#0","uv":[15.75,8.875,15.25,9.5]},"up":{"texture":"#0","uv":[14.125,8.875,14.625,8.25]},"west":{"texture":"#0","uv":[14.125,8.875,13.5,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14,-14]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w33.json b/assets/minecraft/models/w33.json new file mode 100644 index 000000000..9461f292a --- /dev/null +++ b/assets/minecraft/models/w33.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,6.75,3.5,7.25]},"east":{"texture":"#0","uv":[2,7.125,2.5,8]},"north":{"texture":"#0","uv":[2.5,7.125,3,8]},"south":{"texture":"#0","uv":[3.5,7.125,4,8]},"up":{"texture":"#0","uv":[3.5,7.25,3,6.75]},"west":{"texture":"#0","uv":[3,7.125,3.5,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.408,-13.208,-14.408]}],"overrides":[],"textures":{"0":"item/w419070065_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w330.json b/assets/minecraft/models/w330.json new file mode 100644 index 000000000..221144465 --- /dev/null +++ b/assets/minecraft/models/w330.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,6.5,3.625,6.625]},"east":{"texture":"#0","uv":[3.625,6.625,3.5,6.75]},"north":{"texture":"#0","uv":[3.5,6.625,3.375,6.75]},"south":{"texture":"#0","uv":[3.75,6.625,3.625,6.75]},"up":{"texture":"#0","uv":[3.375,6.625,3.5,6.5]},"west":{"texture":"#0","uv":[3.375,6.625,3.25,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.426314,-15.426314,-15.592]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3300.json b/assets/minecraft/models/w3300.json new file mode 100644 index 000000000..f28d1f2fe --- /dev/null +++ b/assets/minecraft/models/w3300.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.375,13,10.75,13.75]},"east":{"texture":"#0","uv":[11.125,13.75,10.375,14.5]},"north":{"texture":"#0","uv":[10.375,13.75,10,14.5]},"south":{"texture":"#0","uv":[11.5,13.75,11.125,14.5]},"up":{"texture":"#0","uv":[10,13.75,10.375,13]},"west":{"texture":"#0","uv":[10,13.75,9.25,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.6,-13.6]},{"faces":{"down":{"texture":"#0","uv":[3.875,11.875,4.375,12.625]},"east":{"texture":"#0","uv":[4.625,12.625,3.875,13.375]},"north":{"texture":"#0","uv":[3.875,12.625,3.375,13.375]},"south":{"texture":"#0","uv":[5.125,12.625,4.625,13.375]},"up":{"texture":"#0","uv":[3.375,12.625,3.875,11.875]},"west":{"texture":"#0","uv":[3.375,12.625,2.625,13.375]}},"from":[-14.8,-16,-16],"shade":false,"to":[-12.900001,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3301.json b/assets/minecraft/models/w3301.json new file mode 100644 index 000000000..89627d6f7 --- /dev/null +++ b/assets/minecraft/models/w3301.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.25,2.25,14,2.75]},"east":{"texture":"#0","uv":[13.25,2.75,13.75,3.875]},"north":{"texture":"#0","uv":[13.75,2.75,14,3.875]},"south":{"texture":"#0","uv":[14.5,2.75,14.75,3.875]},"up":{"texture":"#0","uv":[14,2.75,13.75,2.25]},"west":{"texture":"#0","uv":[14,2.75,14.5,3.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.4,-14.4]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3302.json b/assets/minecraft/models/w3302.json new file mode 100644 index 000000000..6b6a74202 --- /dev/null +++ b/assets/minecraft/models/w3302.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.25,4.25,13.75,4.75]},"east":{"texture":"#0","uv":[12.75,4.75,13.25,5.5]},"north":{"texture":"#0","uv":[13.25,4.75,13.75,5.5]},"south":{"texture":"#0","uv":[14.25,4.75,14.75,5.5]},"up":{"texture":"#0","uv":[13.75,4.75,13.25,4.25]},"west":{"texture":"#0","uv":[13.75,4.75,14.25,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.354416,-13.454416,-14.4]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3303.json b/assets/minecraft/models/w3303.json new file mode 100644 index 000000000..d35400f8f --- /dev/null +++ b/assets/minecraft/models/w3303.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.5,11.5,14.75,12]},"east":{"texture":"#0","uv":[13.5,12,14,12.5]},"north":{"texture":"#0","uv":[14,12,14.75,12.5]},"south":{"texture":"#0","uv":[15.25,12,16,12.5]},"up":{"texture":"#0","uv":[14.75,12,14,11.5]},"west":{"texture":"#0","uv":[14.75,12,15.25,12.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.462416,-14.262416,-14.408]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3304.json b/assets/minecraft/models/w3304.json new file mode 100644 index 000000000..6f7d60838 --- /dev/null +++ b/assets/minecraft/models/w3304.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.75,11.625,12.25,12.25]},"east":{"texture":"#0","uv":[11.125,12.25,11.75,13.625]},"north":{"texture":"#0","uv":[11.75,12.25,12.25,13.625]},"south":{"texture":"#0","uv":[12.875,12.25,13.375,13.625]},"up":{"texture":"#0","uv":[12.25,12.25,11.75,11.625]},"west":{"texture":"#0","uv":[12.25,12.25,12.875,13.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.092,-11.591999,-13.992001]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3305.json b/assets/minecraft/models/w3305.json new file mode 100644 index 000000000..1fed2b0b4 --- /dev/null +++ b/assets/minecraft/models/w3305.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.5,0,13.875,0.375]},"east":{"texture":"#0","uv":[12.875,0.375,13.25,0.75]},"north":{"texture":"#0","uv":[13.25,0.375,13.875,0.75]},"south":{"texture":"#0","uv":[14.25,0.375,14.875,0.75]},"up":{"texture":"#0","uv":[13.875,0.375,13.25,0]},"west":{"texture":"#0","uv":[13.875,0.375,14.25,0.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.8,-14.8]},{"faces":{"down":{"texture":"#0","uv":[12.75,0.75,12.5,1.125]},"east":{"texture":"#0","uv":[11.875,1.125,12.25,1.625]},"north":{"texture":"#0","uv":[12.25,1.125,12.5,1.625]},"south":{"texture":"#0","uv":[12.875,1.125,13.125,1.625]},"up":{"texture":"#0","uv":[12.5,1.125,12.25,0.75]},"west":{"texture":"#0","uv":[12.5,1.125,12.875,1.625]}},"from":[-16,-14.8,-16],"shade":false,"to":[-15.2,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3306.json b/assets/minecraft/models/w3306.json new file mode 100644 index 000000000..9927eb3f4 --- /dev/null +++ b/assets/minecraft/models/w3306.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.875,0,14.5,0.375]},"east":{"texture":"#0","uv":[14.25,0.375,13.875,0.75]},"north":{"texture":"#0","uv":[13.875,0.375,13.25,0.75]},"south":{"texture":"#0","uv":[14.875,0.375,14.25,0.75]},"up":{"texture":"#0","uv":[13.25,0.375,13.875,0]},"west":{"texture":"#0","uv":[13.25,0.375,12.875,0.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.8,-14.8]},{"faces":{"down":{"texture":"#0","uv":[12.5,0.75,12.75,1.125]},"east":{"texture":"#0","uv":[12.875,1.125,12.5,1.625]},"north":{"texture":"#0","uv":[12.5,1.125,12.25,1.625]},"south":{"texture":"#0","uv":[13.125,1.125,12.875,1.625]},"up":{"texture":"#0","uv":[12.25,1.125,12.5,0.75]},"west":{"texture":"#0","uv":[12.25,1.125,11.875,1.625]}},"from":[-14.8,-14.8,-16],"shade":false,"to":[-14,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3307.json b/assets/minecraft/models/w3307.json new file mode 100644 index 000000000..df6051101 --- /dev/null +++ b/assets/minecraft/models/w3307.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,2.25,14.25,2.75]},"east":{"texture":"#0","uv":[14.5,2.75,14,3.875]},"north":{"texture":"#0","uv":[14,2.75,13.75,3.875]},"south":{"texture":"#0","uv":[14.75,2.75,14.5,3.875]},"up":{"texture":"#0","uv":[13.75,2.75,14,2.25]},"west":{"texture":"#0","uv":[13.75,2.75,13.25,3.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.4,-14.4]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3308.json b/assets/minecraft/models/w3308.json new file mode 100644 index 000000000..d2162b0e5 --- /dev/null +++ b/assets/minecraft/models/w3308.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.75,4.25,14.25,4.75]},"east":{"texture":"#0","uv":[14.25,4.75,13.75,5.5]},"north":{"texture":"#0","uv":[13.75,4.75,13.25,5.5]},"south":{"texture":"#0","uv":[14.75,4.75,14.25,5.5]},"up":{"texture":"#0","uv":[13.25,4.75,13.75,4.25]},"west":{"texture":"#0","uv":[13.25,4.75,12.75,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.354416,-13.454416,-14.4]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3309.json b/assets/minecraft/models/w3309.json new file mode 100644 index 000000000..62d5e9ed9 --- /dev/null +++ b/assets/minecraft/models/w3309.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,11.5,15.5,12]},"east":{"texture":"#0","uv":[15.25,12,14.75,12.5]},"north":{"texture":"#0","uv":[14.75,12,14,12.5]},"south":{"texture":"#0","uv":[16,12,15.25,12.5]},"up":{"texture":"#0","uv":[14,12,14.75,11.5]},"west":{"texture":"#0","uv":[14,12,13.5,12.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.462416,-14.262416,-14.408]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w331.json b/assets/minecraft/models/w331.json new file mode 100644 index 000000000..bceb2d44c --- /dev/null +++ b/assets/minecraft/models/w331.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.125,7.625,6.375,7.75]},"east":{"texture":"#0","uv":[6.25,7.75,6.125,8]},"north":{"texture":"#0","uv":[6.125,7.75,5.875,8]},"south":{"texture":"#0","uv":[6.5,7.75,6.25,8]},"up":{"texture":"#0","uv":[5.875,7.75,6.125,7.625]},"west":{"texture":"#0","uv":[5.875,7.75,5.75,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3310.json b/assets/minecraft/models/w3310.json new file mode 100644 index 000000000..d99d75261 --- /dev/null +++ b/assets/minecraft/models/w3310.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.25,11.625,12.75,12.25]},"east":{"texture":"#0","uv":[12.875,12.25,12.25,13.625]},"north":{"texture":"#0","uv":[12.25,12.25,11.75,13.625]},"south":{"texture":"#0","uv":[13.375,12.25,12.875,13.625]},"up":{"texture":"#0","uv":[11.75,12.25,12.25,11.625]},"west":{"texture":"#0","uv":[11.75,12.25,11.125,13.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.092,-11.591999,-13.992001]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3311.json b/assets/minecraft/models/w3311.json new file mode 100644 index 000000000..09e6b2d92 --- /dev/null +++ b/assets/minecraft/models/w3311.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.75,13.125,6,13.75]},"east":{"texture":"#0","uv":[4.625,13.75,5.25,14.125]},"north":{"texture":"#0","uv":[5.25,13.75,6,14.125]},"south":{"texture":"#0","uv":[6.625,13.75,7.375,14.125]},"up":{"texture":"#0","uv":[6,13.75,5.25,13.125]},"west":{"texture":"#0","uv":[6,13.75,6.625,14.125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-14]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3312.json b/assets/minecraft/models/w3312.json new file mode 100644 index 000000000..194bb1bce --- /dev/null +++ b/assets/minecraft/models/w3312.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.875,10.875,6.625,11.5]},"east":{"texture":"#0","uv":[5.75,11.5,6.375,12.125]},"north":{"texture":"#0","uv":[6.375,11.5,6.625,12.125]},"south":{"texture":"#0","uv":[7.25,11.5,7.5,12.125]},"up":{"texture":"#0","uv":[6.625,11.5,6.375,10.875]},"west":{"texture":"#0","uv":[6.625,11.5,7.25,12.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14,-14]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3313.json b/assets/minecraft/models/w3313.json new file mode 100644 index 000000000..297841f48 --- /dev/null +++ b/assets/minecraft/models/w3313.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,13.75,8,14.375]},"east":{"texture":"#0","uv":[6.875,14.375,7.5,15]},"north":{"texture":"#0","uv":[7.5,14.375,8,15]},"south":{"texture":"#0","uv":[8.625,14.375,9.125,15]},"up":{"texture":"#0","uv":[8,14.375,7.5,13.75]},"west":{"texture":"#0","uv":[8,14.375,8.625,15]}},"from":[-16,-16,-16],"shade":false,"to":[-14.092,-13.992,-13.992001]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3314.json b/assets/minecraft/models/w3314.json new file mode 100644 index 000000000..7d865d6e8 --- /dev/null +++ b/assets/minecraft/models/w3314.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,13.125,6.75,13.75]},"east":{"texture":"#0","uv":[6.625,13.75,6,14.125]},"north":{"texture":"#0","uv":[6,13.75,5.25,14.125]},"south":{"texture":"#0","uv":[7.375,13.75,6.625,14.125]},"up":{"texture":"#0","uv":[5.25,13.75,6,13.125]},"west":{"texture":"#0","uv":[5.25,13.75,4.625,14.125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-14]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3315.json b/assets/minecraft/models/w3315.json new file mode 100644 index 000000000..dff4203a9 --- /dev/null +++ b/assets/minecraft/models/w3315.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.625,10.875,6.875,11.5]},"east":{"texture":"#0","uv":[7.25,11.5,6.625,12.125]},"north":{"texture":"#0","uv":[6.625,11.5,6.375,12.125]},"south":{"texture":"#0","uv":[7.5,11.5,7.25,12.125]},"up":{"texture":"#0","uv":[6.375,11.5,6.625,10.875]},"west":{"texture":"#0","uv":[6.375,11.5,5.75,12.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14,-14]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3316.json b/assets/minecraft/models/w3316.json new file mode 100644 index 000000000..2ef3fb95d --- /dev/null +++ b/assets/minecraft/models/w3316.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,13.75,8.5,14.375]},"east":{"texture":"#0","uv":[8.625,14.375,8,15]},"north":{"texture":"#0","uv":[8,14.375,7.5,15]},"south":{"texture":"#0","uv":[9.125,14.375,8.625,15]},"up":{"texture":"#0","uv":[7.5,14.375,8,13.75]},"west":{"texture":"#0","uv":[7.5,14.375,6.875,15]}},"from":[-16,-16,-16],"shade":false,"to":[-14.092,-13.992,-13.992001]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3317.json b/assets/minecraft/models/w3317.json new file mode 100644 index 000000000..59079b034 --- /dev/null +++ b/assets/minecraft/models/w3317.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.625,5.125,11.25,5.625]},"east":{"texture":"#0","uv":[9.375,5.625,9.875,7]},"north":{"texture":"#0","uv":[9.875,5.625,11.25,7]},"south":{"texture":"#0","uv":[11.75,5.625,13.125,7]},"up":{"texture":"#0","uv":[11.25,5.625,9.875,5.125]},"west":{"texture":"#0","uv":[11.25,5.625,11.75,7]}},"from":[-16,-16,-16],"shade":false,"to":[-11.599999,-11.6,-14.4]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3318.json b/assets/minecraft/models/w3318.json new file mode 100644 index 000000000..7a5ec68b0 --- /dev/null +++ b/assets/minecraft/models/w3318.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,8.875,7.625,9.375]},"east":{"texture":"#0","uv":[5.75,9.375,6.25,10.75]},"north":{"texture":"#0","uv":[6.25,9.375,7.625,10.75]},"south":{"texture":"#0","uv":[8.125,9.375,9.5,10.75]},"up":{"texture":"#0","uv":[7.625,9.375,6.25,8.875]},"west":{"texture":"#0","uv":[7.625,9.375,8.125,10.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.599999,-11.6,-14.4]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3319.json b/assets/minecraft/models/w3319.json new file mode 100644 index 000000000..39e9fea0e --- /dev/null +++ b/assets/minecraft/models/w3319.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.875,0,2.75,1.625]},"east":{"texture":"#0","uv":[0,1.625,1.625,2.75]},"north":{"texture":"#0","uv":[1.625,1.625,2.75,2.75]},"south":{"texture":"#0","uv":[4.375,1.625,5.5,2.75]},"up":{"texture":"#0","uv":[2.75,1.625,1.625,0]},"west":{"texture":"#0","uv":[2.75,1.625,4.375,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.4,-10.8]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w332.json b/assets/minecraft/models/w332.json new file mode 100644 index 000000000..221144465 --- /dev/null +++ b/assets/minecraft/models/w332.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,6.5,3.625,6.625]},"east":{"texture":"#0","uv":[3.625,6.625,3.5,6.75]},"north":{"texture":"#0","uv":[3.5,6.625,3.375,6.75]},"south":{"texture":"#0","uv":[3.75,6.625,3.625,6.75]},"up":{"texture":"#0","uv":[3.375,6.625,3.5,6.5]},"west":{"texture":"#0","uv":[3.375,6.625,3.25,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.426314,-15.426314,-15.592]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3320.json b/assets/minecraft/models/w3320.json new file mode 100644 index 000000000..347aa345f --- /dev/null +++ b/assets/minecraft/models/w3320.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.375,6.625,5.125,6.875]},"east":{"texture":"#0","uv":[4.625,6.875,4.875,12.25]},"north":{"texture":"#0","uv":[4.875,6.875,5.125,12.25]},"south":{"texture":"#0","uv":[5.375,6.875,5.625,12.25]},"up":{"texture":"#0","uv":[5.125,6.875,4.875,6.625]},"west":{"texture":"#0","uv":[5.125,6.875,5.375,12.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,1.2000008,-15.2]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3321.json b/assets/minecraft/models/w3321.json new file mode 100644 index 000000000..f5826f48d --- /dev/null +++ b/assets/minecraft/models/w3321.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0.5,5,1]},"east":{"texture":"#0","uv":[4,1,4.5,1.5]},"north":{"texture":"#0","uv":[4.5,1,5,1.5]},"south":{"texture":"#0","uv":[5.5,1,6,1.5]},"up":{"texture":"#0","uv":[5,1,4.5,0.5]},"west":{"texture":"#0","uv":[5,1,5.5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3322.json b/assets/minecraft/models/w3322.json new file mode 100644 index 000000000..dc8459378 --- /dev/null +++ b/assets/minecraft/models/w3322.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,11.625,0.375]},"east":{"texture":"#0","uv":[10.875,0.375,11.25,0.625]},"north":{"texture":"#0","uv":[11.25,0.375,11.625,0.625]},"south":{"texture":"#0","uv":[12,0.375,12.375,0.625]},"up":{"texture":"#0","uv":[11.625,0.375,11.25,0]},"west":{"texture":"#0","uv":[11.625,0.375,12,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w2041334604_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3323.json b/assets/minecraft/models/w3323.json new file mode 100644 index 000000000..77665f70e --- /dev/null +++ b/assets/minecraft/models/w3323.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.75,1,8.75,2.25]},"east":{"texture":"#0","uv":[5.5,2.25,6.75,4]},"north":{"texture":"#0","uv":[6.75,2.25,8.75,4]},"south":{"texture":"#0","uv":[10,2.25,12,4]},"up":{"texture":"#0","uv":[8.75,2.25,6.75,1]},"west":{"texture":"#0","uv":[8.75,2.25,10,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.2,-14]}],"overrides":[],"textures":{"0":"item/w1917714267_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3324.json b/assets/minecraft/models/w3324.json new file mode 100644 index 000000000..1b31da28c --- /dev/null +++ b/assets/minecraft/models/w3324.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,4,8,5]},"east":{"texture":"#0","uv":[5.5,5,6.5,6.75]},"north":{"texture":"#0","uv":[6.5,5,8,6.75]},"south":{"texture":"#0","uv":[9,5,10.5,6.75]},"up":{"texture":"#0","uv":[8,5,6.5,4]},"west":{"texture":"#0","uv":[8,5,9,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1917714267_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3325.json b/assets/minecraft/models/w3325.json new file mode 100644 index 000000000..0ed122453 --- /dev/null +++ b/assets/minecraft/models/w3325.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,0,14.25,0.75]},"east":{"texture":"#0","uv":[14.25,0.75,13.5,2.5]},"north":{"texture":"#0","uv":[13.5,0.75,12.75,2.5]},"south":{"texture":"#0","uv":[15,0.75,14.25,2.5]},"up":{"texture":"#0","uv":[12.75,0.75,13.5,0]},"west":{"texture":"#0","uv":[12.75,0.75,12,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1917714267_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3326.json b/assets/minecraft/models/w3326.json new file mode 100644 index 000000000..98e3aa3eb --- /dev/null +++ b/assets/minecraft/models/w3326.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.25,0,13.5,0.75]},"east":{"texture":"#0","uv":[12,0.75,12.75,2.5]},"north":{"texture":"#0","uv":[12.75,0.75,13.5,2.5]},"south":{"texture":"#0","uv":[14.25,0.75,15,2.5]},"up":{"texture":"#0","uv":[13.5,0.75,12.75,0]},"west":{"texture":"#0","uv":[13.5,0.75,14.25,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1917714267_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3327.json b/assets/minecraft/models/w3327.json new file mode 100644 index 000000000..eb7bcecce --- /dev/null +++ b/assets/minecraft/models/w3327.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,0,2.75,1.25]},"east":{"texture":"#0","uv":[0,1.25,1.25,2.5]},"north":{"texture":"#0","uv":[1.25,1.25,2.75,2.5]},"south":{"texture":"#0","uv":[4,1.25,5.5,2.5]},"up":{"texture":"#0","uv":[2.75,1.25,1.25,0]},"west":{"texture":"#0","uv":[2.75,1.25,4,2.5]}},"from":[-14.4,-16,-16],"shade":false,"to":[-12,-14,-14]},{"faces":{"down":{"texture":"#0","uv":[9,0,7.5,0.5]},"east":{"texture":"#0","uv":[5.5,0.5,6,1]},"north":{"texture":"#0","uv":[6,0.5,7.5,1]},"south":{"texture":"#0","uv":[8,0.5,9.5,1]},"up":{"texture":"#0","uv":[7.5,0.5,6,0]},"west":{"texture":"#0","uv":[7.5,0.5,8,1]}},"from":[-12.8,-14.4,-15.6],"shade":false,"to":[-10.4,-13.599999,-14.8]},{"faces":{"down":{"texture":"#0","uv":[10.5,0,11,0.5]},"east":{"texture":"#0","uv":[11,0.5,10.5,0.75]},"north":{"texture":"#0","uv":[10.5,0.5,10,0.75]},"south":{"texture":"#0","uv":[11.5,0.5,11,0.75]},"up":{"texture":"#0","uv":[10,0.5,10.5,0]},"west":{"texture":"#0","uv":[10,0.5,9.5,0.75]}},"from":[-16,-13.6,-15.6],"shade":false,"to":[-15.2,-13.200001,-14.8]},{"faces":{"down":{"texture":"#0","uv":[7.5,0,9,0.5]},"east":{"texture":"#0","uv":[8,0.5,7.5,1]},"north":{"texture":"#0","uv":[7.5,0.5,6,1]},"south":{"texture":"#0","uv":[9.5,0.5,8,1]},"up":{"texture":"#0","uv":[6,0.5,7.5,0]},"west":{"texture":"#0","uv":[6,0.5,5.5,1]}},"from":[-16,-14.4,-15.6],"shade":false,"to":[-13.6,-13.599999,-14.8]},{"faces":{"down":{"texture":"#0","uv":[11,0,10.5,0.5]},"east":{"texture":"#0","uv":[9.5,0.5,10,0.75]},"north":{"texture":"#0","uv":[10,0.5,10.5,0.75]},"south":{"texture":"#0","uv":[11,0.5,11.5,0.75]},"up":{"texture":"#0","uv":[10.5,0.5,10,0]},"west":{"texture":"#0","uv":[10.5,0.5,11,0.75]}},"from":[-11.2,-13.6,-15.6],"shade":false,"to":[-10.4,-13.200001,-14.8]}],"overrides":[],"textures":{"0":"item/w1917714267_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3328.json b/assets/minecraft/models/w3328.json new file mode 100644 index 000000000..2addf4e8e --- /dev/null +++ b/assets/minecraft/models/w3328.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,4.25,1,7]},"east":{"texture":"#0","uv":[3.75,5,1,5.75]},"north":{"texture":"#0","uv":[1.5,5.75,1,6.5]},"south":{"texture":"#0","uv":[2,5.75,1.5,6.5]},"up":{"texture":"#0","uv":[0,7,0.5,4.25]},"west":{"texture":"#0","uv":[3.75,4.25,1,5]}},"from":[-16,-11.599999,-16],"shade":false,"to":[-15.2,-10.4,-11.6]},{"faces":{"east":{"texture":"#0","uv":[0,8.75,2.75,11.5]},"west":{"texture":"#0","uv":[2.75,8.75,0,11.5]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.6,-11.599999,-11.6]}],"overrides":[],"textures":{"0":"item/w1917714267_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3329.json b/assets/minecraft/models/w3329.json new file mode 100644 index 000000000..a3e9ad0fb --- /dev/null +++ b/assets/minecraft/models/w3329.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,4.25,0.5,7]},"east":{"texture":"#0","uv":[1,4.25,3.75,5]},"north":{"texture":"#0","uv":[1,5.75,1.5,6.5]},"south":{"texture":"#0","uv":[1.5,5.75,2,6.5]},"up":{"texture":"#0","uv":[0.5,7,0,4.25]},"west":{"texture":"#0","uv":[1,5,3.75,5.75]}},"from":[-16,-11.599999,-16],"shade":false,"to":[-15.2,-10.4,-11.6]},{"faces":{"east":{"texture":"#0","uv":[0,8.75,2.75,11.5]},"west":{"texture":"#0","uv":[2.75,8.75,0,11.5]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.6,-11.599999,-11.6]}],"overrides":[],"textures":{"0":"item/w1917714267_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w333.json b/assets/minecraft/models/w333.json new file mode 100644 index 000000000..631c7e55a --- /dev/null +++ b/assets/minecraft/models/w333.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,7.625,7,7.75]},"east":{"texture":"#0","uv":[6.625,7.75,6.75,8]},"north":{"texture":"#0","uv":[6.75,7.75,7,8]},"south":{"texture":"#0","uv":[7.125,7.75,7.375,8]},"up":{"texture":"#0","uv":[7,7.75,6.75,7.625]},"west":{"texture":"#0","uv":[7,7.75,7.125,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3330.json b/assets/minecraft/models/w3330.json new file mode 100644 index 000000000..116d7e28c --- /dev/null +++ b/assets/minecraft/models/w3330.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,6.25,14.25,7]},"east":{"texture":"#0","uv":[14.25,7,13.5,8.75]},"north":{"texture":"#0","uv":[13.5,7,12.75,8.75]},"south":{"texture":"#0","uv":[15,7,14.25,8.75]},"up":{"texture":"#0","uv":[12.75,7,13.5,6.25]},"west":{"texture":"#0","uv":[12.75,7,12,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1917714267_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3331.json b/assets/minecraft/models/w3331.json new file mode 100644 index 000000000..b716937b8 --- /dev/null +++ b/assets/minecraft/models/w3331.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.25,6.25,13.5,7]},"east":{"texture":"#0","uv":[12,7,12.75,8.75]},"north":{"texture":"#0","uv":[12.75,7,13.5,8.75]},"south":{"texture":"#0","uv":[14.25,7,15,8.75]},"up":{"texture":"#0","uv":[13.5,7,12.75,6.25]},"west":{"texture":"#0","uv":[13.5,7,14.25,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1917714267_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3332.json b/assets/minecraft/models/w3332.json new file mode 100644 index 000000000..3292a9337 --- /dev/null +++ b/assets/minecraft/models/w3332.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.25,6.75,8.25,10.75]},"west":{"texture":"#0","uv":[8.25,6.75,5.25,10.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-9.6,-11.2]}],"overrides":[],"textures":{"0":"item/w1917714267_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3333.json b/assets/minecraft/models/w3333.json new file mode 100644 index 000000000..2a7a18890 --- /dev/null +++ b/assets/minecraft/models/w3333.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.25,2.5,13.75,3.25]},"east":{"texture":"#0","uv":[14,3.25,13.25,5]},"north":{"texture":"#0","uv":[13.25,3.25,12.75,5]},"south":{"texture":"#0","uv":[14.5,3.25,14,5]},"up":{"texture":"#0","uv":[12.75,3.25,13.25,2.5]},"west":{"texture":"#0","uv":[12.75,3.25,12,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1917714267_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3334.json b/assets/minecraft/models/w3334.json new file mode 100644 index 000000000..e0d2e5fc1 --- /dev/null +++ b/assets/minecraft/models/w3334.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.75,2.5,13.25,3.25]},"east":{"texture":"#0","uv":[12,3.25,12.75,5]},"north":{"texture":"#0","uv":[12.75,3.25,13.25,5]},"south":{"texture":"#0","uv":[14,3.25,14.5,5]},"up":{"texture":"#0","uv":[13.25,3.25,12.75,2.5]},"west":{"texture":"#0","uv":[13.25,3.25,14,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1917714267_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3335.json b/assets/minecraft/models/w3335.json new file mode 100644 index 000000000..353414def --- /dev/null +++ b/assets/minecraft/models/w3335.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,12,2.25,13]},"east":{"texture":"#0","uv":[0,13,1,14.25]},"north":{"texture":"#0","uv":[1,13,2.25,14.25]},"south":{"texture":"#0","uv":[3.25,13,4.5,14.25]},"up":{"texture":"#0","uv":[2.25,13,1,12]},"west":{"texture":"#0","uv":[2.25,13,3.25,14.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.08,-14.4]}],"overrides":[],"textures":{"0":"item/w1917714267_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3336.json b/assets/minecraft/models/w3336.json new file mode 100644 index 000000000..7418cd74f --- /dev/null +++ b/assets/minecraft/models/w3336.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[2.75,8.75,4.5,11.5]},"west":{"texture":"#0","uv":[4.5,8.75,2.75,11.5]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.6,-11.599999,-13.2]},{"faces":{"down":{"texture":"#0","uv":[0.5,7,1,8.75]},"east":{"texture":"#0","uv":[2.75,7.5,1,8]},"north":{"texture":"#0","uv":[1.5,8,1,8.5]},"south":{"texture":"#0","uv":[2,8,1.5,8.5]},"up":{"texture":"#0","uv":[0,8.75,0.5,7]},"west":{"texture":"#0","uv":[2.75,7,1,7.5]}},"from":[-16,-11.599999,-16],"shade":false,"to":[-15.2,-10.799999,-13.2]}],"overrides":[],"textures":{"0":"item/w1917714267_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3337.json b/assets/minecraft/models/w3337.json new file mode 100644 index 000000000..ff4318b42 --- /dev/null +++ b/assets/minecraft/models/w3337.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[2.75,8.75,4.5,11.5]},"west":{"texture":"#0","uv":[4.5,8.75,2.75,11.5]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.6,-11.599999,-13.2]},{"faces":{"down":{"texture":"#0","uv":[1,7,0.5,8.75]},"east":{"texture":"#0","uv":[1,7,2.75,7.5]},"north":{"texture":"#0","uv":[1,8,1.5,8.5]},"south":{"texture":"#0","uv":[1.5,8,2,8.5]},"up":{"texture":"#0","uv":[0.5,8.75,0,7]},"west":{"texture":"#0","uv":[1,7.5,2.75,8]}},"from":[-16,-11.599999,-16],"shade":false,"to":[-15.2,-10.799999,-13.2]}],"overrides":[],"textures":{"0":"item/w1917714267_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3338.json b/assets/minecraft/models/w3338.json new file mode 100644 index 000000000..acd42bc54 --- /dev/null +++ b/assets/minecraft/models/w3338.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.25,8.75,13.75,9.5]},"east":{"texture":"#0","uv":[14,9.5,13.25,10.75]},"north":{"texture":"#0","uv":[13.25,9.5,12.75,10.75]},"south":{"texture":"#0","uv":[14.5,9.5,14,10.75]},"up":{"texture":"#0","uv":[12.75,9.5,13.25,8.75]},"west":{"texture":"#0","uv":[12.75,9.5,12,10.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1917714267_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3339.json b/assets/minecraft/models/w3339.json new file mode 100644 index 000000000..33c0b1377 --- /dev/null +++ b/assets/minecraft/models/w3339.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.75,8.75,13.25,9.5]},"east":{"texture":"#0","uv":[12,9.5,12.75,10.75]},"north":{"texture":"#0","uv":[12.75,9.5,13.25,10.75]},"south":{"texture":"#0","uv":[14,9.5,14.5,10.75]},"up":{"texture":"#0","uv":[13.25,9.5,12.75,8.75]},"west":{"texture":"#0","uv":[13.25,9.5,14,10.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1917714267_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w334.json b/assets/minecraft/models/w334.json new file mode 100644 index 000000000..ba310bd3f --- /dev/null +++ b/assets/minecraft/models/w334.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,6.5,4.125,6.625]},"east":{"texture":"#0","uv":[3.875,6.625,4,6.75]},"north":{"texture":"#0","uv":[4,6.625,4.125,6.75]},"south":{"texture":"#0","uv":[4.25,6.625,4.375,6.75]},"up":{"texture":"#0","uv":[4.125,6.625,4,6.5]},"west":{"texture":"#0","uv":[4.125,6.625,4.25,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.426314,-15.426314,-15.592]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3340.json b/assets/minecraft/models/w3340.json new file mode 100644 index 000000000..76d5de695 --- /dev/null +++ b/assets/minecraft/models/w3340.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15,0,15.5,0.75]},"west":{"texture":"#0","uv":[15.5,0,15,0.75]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.6,-14.8,-15.2]},{"faces":{"east":{"texture":"#0","uv":[15,0,15.5,0.75]},"west":{"texture":"#0","uv":[15.5,0,15,0.75]}},"from":[-15.2,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.2]},{"faces":{"down":{"texture":"#0","uv":[13.5,5,14.25,5.75]},"east":{"texture":"#0","uv":[14.25,5.75,13.5,6.25]},"north":{"texture":"#0","uv":[13.5,5.75,12.75,6.25]},"south":{"texture":"#0","uv":[15,5.75,14.25,6.25]},"up":{"texture":"#0","uv":[12.75,5.75,13.5,5]},"west":{"texture":"#0","uv":[12.75,5.75,12,6.25]}},"from":[-16,-15.6,-15.2],"shade":false,"to":[-14.8,-14.8,-14]}],"overrides":[],"textures":{"0":"item/w1917714267_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3341.json b/assets/minecraft/models/w3341.json new file mode 100644 index 000000000..af15719aa --- /dev/null +++ b/assets/minecraft/models/w3341.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15,0,15.5,0.75]},"west":{"texture":"#0","uv":[15.5,0,15,0.75]}},"from":[-15.2,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.2]},{"faces":{"east":{"texture":"#0","uv":[15,0,15.5,0.75]},"west":{"texture":"#0","uv":[15.5,0,15,0.75]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.6,-14.8,-15.2]},{"faces":{"down":{"texture":"#0","uv":[14.25,5,13.5,5.75]},"east":{"texture":"#0","uv":[12,5.75,12.75,6.25]},"north":{"texture":"#0","uv":[12.75,5.75,13.5,6.25]},"south":{"texture":"#0","uv":[14.25,5.75,15,6.25]},"up":{"texture":"#0","uv":[13.5,5.75,12.75,5]},"west":{"texture":"#0","uv":[13.5,5.75,14.25,6.25]}},"from":[-16,-15.6,-15.2],"shade":false,"to":[-14.8,-14.8,-14]}],"overrides":[],"textures":{"0":"item/w1917714267_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3342.json b/assets/minecraft/models/w3342.json new file mode 100644 index 000000000..dd591177f --- /dev/null +++ b/assets/minecraft/models/w3342.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,4.25,4.25,5]},"east":{"texture":"#0","uv":[5,4.5,4.25,4.75]},"north":{"texture":"#0","uv":[4.5,4.75,4.25,5]},"south":{"texture":"#0","uv":[4.75,4.75,4.5,5]},"up":{"texture":"#0","uv":[3.75,5,4,4.25]},"west":{"texture":"#0","uv":[5,4.25,4.25,4.5]}},"from":[-16,-11.599999,-16],"shade":false,"to":[-15.6,-11.2,-14.8]},{"faces":{"east":{"texture":"#0","uv":[4.5,8.75,5.25,11.5]},"west":{"texture":"#0","uv":[5.25,8.75,4.5,11.5]}},"from":[-15.8,-16,-16],"shade":false,"to":[-15.8,-11.599999,-14.8]}],"overrides":[],"textures":{"0":"item/w1917714267_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3343.json b/assets/minecraft/models/w3343.json new file mode 100644 index 000000000..ce9da415b --- /dev/null +++ b/assets/minecraft/models/w3343.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,4.25,4,5]},"east":{"texture":"#0","uv":[4.25,4.25,5,4.5]},"north":{"texture":"#0","uv":[4.25,4.75,4.5,5]},"south":{"texture":"#0","uv":[4.5,4.75,4.75,5]},"up":{"texture":"#0","uv":[4,5,3.75,4.25]},"west":{"texture":"#0","uv":[4.25,4.5,5,4.75]}},"from":[-16,-11.599999,-16],"shade":false,"to":[-15.6,-11.2,-14.8]},{"faces":{"east":{"texture":"#0","uv":[4.5,8.75,5.25,11.5]},"west":{"texture":"#0","uv":[5.25,8.75,4.5,11.5]}},"from":[-15.8,-16,-16],"shade":false,"to":[-15.8,-11.599999,-14.8]}],"overrides":[],"textures":{"0":"item/w1917714267_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3344.json b/assets/minecraft/models/w3344.json new file mode 100644 index 000000000..3d7691bcb --- /dev/null +++ b/assets/minecraft/models/w3344.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,10.75,14.25,11.5]},"east":{"texture":"#0","uv":[14.25,11.5,13.5,12]},"north":{"texture":"#0","uv":[13.5,11.5,12.75,12]},"south":{"texture":"#0","uv":[15,11.5,14.25,12]},"up":{"texture":"#0","uv":[12.75,11.5,13.5,10.75]},"west":{"texture":"#0","uv":[12.75,11.5,12,12]}},"from":[-16,-15.6,-15.2],"shade":false,"to":[-14.8,-14.8,-14]},{"faces":{"east":{"texture":"#0","uv":[15,0,15.5,0.75]},"west":{"texture":"#0","uv":[15.5,0,15,0.75]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.6,-14.8,-15.2]},{"faces":{"east":{"texture":"#0","uv":[15,0,15.5,0.75]},"west":{"texture":"#0","uv":[15.5,0,15,0.75]}},"from":[-15.2,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1917714267_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3345.json b/assets/minecraft/models/w3345.json new file mode 100644 index 000000000..ffe81acbe --- /dev/null +++ b/assets/minecraft/models/w3345.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.25,10.75,13.5,11.5]},"east":{"texture":"#0","uv":[12,11.5,12.75,12]},"north":{"texture":"#0","uv":[12.75,11.5,13.5,12]},"south":{"texture":"#0","uv":[14.25,11.5,15,12]},"up":{"texture":"#0","uv":[13.5,11.5,12.75,10.75]},"west":{"texture":"#0","uv":[13.5,11.5,14.25,12]}},"from":[-16,-15.6,-15.2],"shade":false,"to":[-14.8,-14.8,-14]},{"faces":{"east":{"texture":"#0","uv":[15,0,15.5,0.75]},"west":{"texture":"#0","uv":[15.5,0,15,0.75]}},"from":[-15.2,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.2]},{"faces":{"east":{"texture":"#0","uv":[15,0,15.5,0.75]},"west":{"texture":"#0","uv":[15.5,0,15,0.75]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.6,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1917714267_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3346.json b/assets/minecraft/models/w3346.json new file mode 100644 index 000000000..cfbd23605 --- /dev/null +++ b/assets/minecraft/models/w3346.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,3.375,3.375]},"up":{"texture":"#0","uv":[0,0,3.375,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-5.2,-16,-5.2]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3347.json b/assets/minecraft/models/w3347.json new file mode 100644 index 000000000..cfbd23605 --- /dev/null +++ b/assets/minecraft/models/w3347.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,3.375,3.375]},"up":{"texture":"#0","uv":[0,0,3.375,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-5.2,-16,-5.2]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3348.json b/assets/minecraft/models/w3348.json new file mode 100644 index 000000000..cfbd23605 --- /dev/null +++ b/assets/minecraft/models/w3348.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,3.375,3.375]},"up":{"texture":"#0","uv":[0,0,3.375,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-5.2,-16,-5.2]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3349.json b/assets/minecraft/models/w3349.json new file mode 100644 index 000000000..cfbd23605 --- /dev/null +++ b/assets/minecraft/models/w3349.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,3.375,3.375]},"up":{"texture":"#0","uv":[0,0,3.375,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-5.2,-16,-5.2]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w335.json b/assets/minecraft/models/w335.json new file mode 100644 index 000000000..4a5644b4a --- /dev/null +++ b/assets/minecraft/models/w335.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,7.125,7,7.25]},"east":{"texture":"#0","uv":[6.625,7.25,6.75,7.5]},"north":{"texture":"#0","uv":[6.75,7.25,7,7.5]},"south":{"texture":"#0","uv":[7.125,7.25,7.375,7.5]},"up":{"texture":"#0","uv":[7,7.25,6.75,7.125]},"west":{"texture":"#0","uv":[7,7.25,7.125,7.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3350.json b/assets/minecraft/models/w3350.json new file mode 100644 index 000000000..cfbd23605 --- /dev/null +++ b/assets/minecraft/models/w3350.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,3.375,3.375]},"up":{"texture":"#0","uv":[0,0,3.375,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-5.2,-16,-5.2]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3351.json b/assets/minecraft/models/w3351.json new file mode 100644 index 000000000..cfbd23605 --- /dev/null +++ b/assets/minecraft/models/w3351.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,3.375,3.375]},"up":{"texture":"#0","uv":[0,0,3.375,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-5.2,-16,-5.2]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3352.json b/assets/minecraft/models/w3352.json new file mode 100644 index 000000000..cfbd23605 --- /dev/null +++ b/assets/minecraft/models/w3352.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,3.375,3.375]},"up":{"texture":"#0","uv":[0,0,3.375,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-5.2,-16,-5.2]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3353.json b/assets/minecraft/models/w3353.json new file mode 100644 index 000000000..cfbd23605 --- /dev/null +++ b/assets/minecraft/models/w3353.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,3.375,3.375]},"up":{"texture":"#0","uv":[0,0,3.375,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-5.2,-16,-5.2]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3354.json b/assets/minecraft/models/w3354.json new file mode 100644 index 000000000..cfbd23605 --- /dev/null +++ b/assets/minecraft/models/w3354.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,3.375,3.375]},"up":{"texture":"#0","uv":[0,0,3.375,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-5.2,-16,-5.2]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3355.json b/assets/minecraft/models/w3355.json new file mode 100644 index 000000000..cfbd23605 --- /dev/null +++ b/assets/minecraft/models/w3355.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,3.375,3.375]},"up":{"texture":"#0","uv":[0,0,3.375,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-5.2,-16,-5.2]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3356.json b/assets/minecraft/models/w3356.json new file mode 100644 index 000000000..cfbd23605 --- /dev/null +++ b/assets/minecraft/models/w3356.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,3.375,3.375]},"up":{"texture":"#0","uv":[0,0,3.375,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-5.2,-16,-5.2]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3357.json b/assets/minecraft/models/w3357.json new file mode 100644 index 000000000..cfbd23605 --- /dev/null +++ b/assets/minecraft/models/w3357.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,3.375,3.375]},"up":{"texture":"#0","uv":[0,0,3.375,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-5.2,-16,-5.2]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3358.json b/assets/minecraft/models/w3358.json new file mode 100644 index 000000000..cfbd23605 --- /dev/null +++ b/assets/minecraft/models/w3358.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,3.375,3.375]},"up":{"texture":"#0","uv":[0,0,3.375,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-5.2,-16,-5.2]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3359.json b/assets/minecraft/models/w3359.json new file mode 100644 index 000000000..ec2b27626 --- /dev/null +++ b/assets/minecraft/models/w3359.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,3.375,3.375,6.375]},"up":{"texture":"#0","uv":[0,6.375,3.375,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-5.2,-16,-6.3999996]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w336.json b/assets/minecraft/models/w336.json new file mode 100644 index 000000000..ba310bd3f --- /dev/null +++ b/assets/minecraft/models/w336.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,6.5,4.125,6.625]},"east":{"texture":"#0","uv":[3.875,6.625,4,6.75]},"north":{"texture":"#0","uv":[4,6.625,4.125,6.75]},"south":{"texture":"#0","uv":[4.25,6.625,4.375,6.75]},"up":{"texture":"#0","uv":[4.125,6.625,4,6.5]},"west":{"texture":"#0","uv":[4.125,6.625,4.25,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.426314,-15.426314,-15.592]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3360.json b/assets/minecraft/models/w3360.json new file mode 100644 index 000000000..ec2b27626 --- /dev/null +++ b/assets/minecraft/models/w3360.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,3.375,3.375,6.375]},"up":{"texture":"#0","uv":[0,6.375,3.375,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-5.2,-16,-6.3999996]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3361.json b/assets/minecraft/models/w3361.json new file mode 100644 index 000000000..ec2b27626 --- /dev/null +++ b/assets/minecraft/models/w3361.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,3.375,3.375,6.375]},"up":{"texture":"#0","uv":[0,6.375,3.375,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-5.2,-16,-6.3999996]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3362.json b/assets/minecraft/models/w3362.json new file mode 100644 index 000000000..ec2b27626 --- /dev/null +++ b/assets/minecraft/models/w3362.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,3.375,3.375,6.375]},"up":{"texture":"#0","uv":[0,6.375,3.375,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-5.2,-16,-6.3999996]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3363.json b/assets/minecraft/models/w3363.json new file mode 100644 index 000000000..ec2b27626 --- /dev/null +++ b/assets/minecraft/models/w3363.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,3.375,3.375,6.375]},"up":{"texture":"#0","uv":[0,6.375,3.375,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-5.2,-16,-6.3999996]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3364.json b/assets/minecraft/models/w3364.json new file mode 100644 index 000000000..ec2b27626 --- /dev/null +++ b/assets/minecraft/models/w3364.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,3.375,3.375,6.375]},"up":{"texture":"#0","uv":[0,6.375,3.375,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-5.2,-16,-6.3999996]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3365.json b/assets/minecraft/models/w3365.json new file mode 100644 index 000000000..ec2b27626 --- /dev/null +++ b/assets/minecraft/models/w3365.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,3.375,3.375,6.375]},"up":{"texture":"#0","uv":[0,6.375,3.375,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-5.2,-16,-6.3999996]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3366.json b/assets/minecraft/models/w3366.json new file mode 100644 index 000000000..ec2b27626 --- /dev/null +++ b/assets/minecraft/models/w3366.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,3.375,3.375,6.375]},"up":{"texture":"#0","uv":[0,6.375,3.375,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-5.2,-16,-6.3999996]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3367.json b/assets/minecraft/models/w3367.json new file mode 100644 index 000000000..349de152f --- /dev/null +++ b/assets/minecraft/models/w3367.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,3.375,3.375]},"up":{"texture":"#0","uv":[0,0,3.375,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-5.2,-16,-5.2]},{"faces":{"down":{"texture":"#0","uv":[0,0,3.375,3.375]},"up":{"texture":"#0","uv":[0,0,3.375,3.375]}},"from":[-16,-16,-16],"rotation":{"angle":45,"axis":"x","origin":[-10.6,-29.036755,-10.6],"rescale":false},"shade":false,"to":[-5.2,-16,-5.2]},{"faces":{"down":{"texture":"#0","uv":[0,0,3.375,3.375]},"up":{"texture":"#0","uv":[0,0,3.375,3.375]}},"from":[-16,-16,-16],"rotation":{"angle":-45,"axis":"x","origin":[-10.6,-29.036755,-10.6],"rescale":false},"shade":false,"to":[-5.2,-16,-5.2]},{"faces":{"down":{"texture":"#0","uv":[0,0,3.375,3.375]},"up":{"texture":"#0","uv":[0,0,3.375,3.375]}},"from":[-16,-16,-16],"rotation":{"angle":-45,"axis":"z","origin":[-10.6,-29.036755,-10.6],"rescale":false},"shade":false,"to":[-5.2,-16,-5.2]},{"faces":{"down":{"texture":"#0","uv":[0,0,3.375,3.375]},"up":{"texture":"#0","uv":[0,0,3.375,3.375]}},"from":[-16,-16,-16],"rotation":{"angle":45,"axis":"z","origin":[-10.6,-29.036755,-10.6],"rescale":false},"shade":false,"to":[-5.2,-16,-5.2]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3368.json b/assets/minecraft/models/w3368.json new file mode 100644 index 000000000..cf227d35b --- /dev/null +++ b/assets/minecraft/models/w3368.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.375,0,6.75,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-3.8500004,-16,-3.8500004]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3369.json b/assets/minecraft/models/w3369.json new file mode 100644 index 000000000..cf227d35b --- /dev/null +++ b/assets/minecraft/models/w3369.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.375,0,6.75,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-3.8500004,-16,-3.8500004]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w337.json b/assets/minecraft/models/w337.json new file mode 100644 index 000000000..cec7e8ed8 --- /dev/null +++ b/assets/minecraft/models/w337.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,6.625,2.875,6.625]},"east":{"texture":"#0","uv":[2.5,6.625,2.5,7]},"north":{"texture":"#0","uv":[2.5,6.625,2.125,7]},"south":{"texture":"#0","uv":[2.875,6.625,2.5,7]},"up":{"texture":"#0","uv":[2.125,6.625,2.5,6.625]},"west":{"texture":"#0","uv":[2.125,6.625,2.125,7]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3370.json b/assets/minecraft/models/w3370.json new file mode 100644 index 000000000..cf227d35b --- /dev/null +++ b/assets/minecraft/models/w3370.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.375,0,6.75,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-3.8500004,-16,-3.8500004]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3371.json b/assets/minecraft/models/w3371.json new file mode 100644 index 000000000..cf227d35b --- /dev/null +++ b/assets/minecraft/models/w3371.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.375,0,6.75,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-3.8500004,-16,-3.8500004]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3372.json b/assets/minecraft/models/w3372.json new file mode 100644 index 000000000..cf227d35b --- /dev/null +++ b/assets/minecraft/models/w3372.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.375,0,6.75,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-3.8500004,-16,-3.8500004]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3373.json b/assets/minecraft/models/w3373.json new file mode 100644 index 000000000..cf227d35b --- /dev/null +++ b/assets/minecraft/models/w3373.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.375,0,6.75,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-3.8500004,-16,-3.8500004]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3374.json b/assets/minecraft/models/w3374.json new file mode 100644 index 000000000..cf227d35b --- /dev/null +++ b/assets/minecraft/models/w3374.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.375,0,6.75,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-3.8500004,-16,-3.8500004]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3375.json b/assets/minecraft/models/w3375.json new file mode 100644 index 000000000..cf227d35b --- /dev/null +++ b/assets/minecraft/models/w3375.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.375,0,6.75,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-3.8500004,-16,-3.8500004]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3376.json b/assets/minecraft/models/w3376.json new file mode 100644 index 000000000..cf227d35b --- /dev/null +++ b/assets/minecraft/models/w3376.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.375,0,6.75,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-3.8500004,-16,-3.8500004]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3377.json b/assets/minecraft/models/w3377.json new file mode 100644 index 000000000..cf227d35b --- /dev/null +++ b/assets/minecraft/models/w3377.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.375,0,6.75,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-3.8500004,-16,-3.8500004]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3378.json b/assets/minecraft/models/w3378.json new file mode 100644 index 000000000..cf227d35b --- /dev/null +++ b/assets/minecraft/models/w3378.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.375,0,6.75,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-3.8500004,-16,-3.8500004]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3379.json b/assets/minecraft/models/w3379.json new file mode 100644 index 000000000..cf227d35b --- /dev/null +++ b/assets/minecraft/models/w3379.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.375,0,6.75,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-3.8500004,-16,-3.8500004]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w338.json b/assets/minecraft/models/w338.json new file mode 100644 index 000000000..cec7e8ed8 --- /dev/null +++ b/assets/minecraft/models/w338.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,6.625,2.875,6.625]},"east":{"texture":"#0","uv":[2.5,6.625,2.5,7]},"north":{"texture":"#0","uv":[2.5,6.625,2.125,7]},"south":{"texture":"#0","uv":[2.875,6.625,2.5,7]},"up":{"texture":"#0","uv":[2.125,6.625,2.5,6.625]},"west":{"texture":"#0","uv":[2.125,6.625,2.125,7]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3380.json b/assets/minecraft/models/w3380.json new file mode 100644 index 000000000..cf227d35b --- /dev/null +++ b/assets/minecraft/models/w3380.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.375,0,6.75,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-3.8500004,-16,-3.8500004]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3381.json b/assets/minecraft/models/w3381.json new file mode 100644 index 000000000..7934f9291 --- /dev/null +++ b/assets/minecraft/models/w3381.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.375,3.375,6.75,6.375]}},"from":[-16,-16,-16],"shade":false,"to":[-3.8500004,-16,-5.200001]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3382.json b/assets/minecraft/models/w3382.json new file mode 100644 index 000000000..ddd0271c8 --- /dev/null +++ b/assets/minecraft/models/w3382.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.375,3.375,6.75,6.375]}},"from":[-16,-16,-16],"shade":false,"to":[-3.8500004,-16,-5.2]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3383.json b/assets/minecraft/models/w3383.json new file mode 100644 index 000000000..98e51ff98 --- /dev/null +++ b/assets/minecraft/models/w3383.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.375,3.375,6.75,6.375]}},"from":[-16,-16,-16],"shade":false,"to":[-3.8499994,-16,-5.2]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3384.json b/assets/minecraft/models/w3384.json new file mode 100644 index 000000000..7934f9291 --- /dev/null +++ b/assets/minecraft/models/w3384.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.375,3.375,6.75,6.375]}},"from":[-16,-16,-16],"shade":false,"to":[-3.8500004,-16,-5.200001]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3385.json b/assets/minecraft/models/w3385.json new file mode 100644 index 000000000..628265f18 --- /dev/null +++ b/assets/minecraft/models/w3385.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[3.375,6.375,6.75,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-3.8500004,-16,-5.200001]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3386.json b/assets/minecraft/models/w3386.json new file mode 100644 index 000000000..693bf89bf --- /dev/null +++ b/assets/minecraft/models/w3386.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[3.375,6.375,6.75,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-3.8500004,-16,-5.2]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3387.json b/assets/minecraft/models/w3387.json new file mode 100644 index 000000000..dc13b2f68 --- /dev/null +++ b/assets/minecraft/models/w3387.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[3.375,6.375,6.75,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-3.8499994,-16,-5.2]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3388.json b/assets/minecraft/models/w3388.json new file mode 100644 index 000000000..628265f18 --- /dev/null +++ b/assets/minecraft/models/w3388.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[3.375,6.375,6.75,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-3.8500004,-16,-5.200001]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3389.json b/assets/minecraft/models/w3389.json new file mode 100644 index 000000000..e2b4fbe22 --- /dev/null +++ b/assets/minecraft/models/w3389.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.375,0,6.75,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-3.8500004,-16,-3.8500004]},{"faces":{"down":{"texture":"#0","uv":[3.375,0,6.75,3.375]}},"from":[-16,-16,-16],"rotation":{"angle":45,"axis":"x","origin":[-9.925,-30.666355,-9.925],"rescale":false},"shade":false,"to":[-3.8500004,-16,-3.8500004]},{"faces":{"down":{"texture":"#0","uv":[3.375,0,6.75,3.375]}},"from":[-16,-16,-16],"rotation":{"angle":-45,"axis":"x","origin":[-9.925,-30.666355,-9.925],"rescale":false},"shade":false,"to":[-3.8500004,-16,-3.8500004]},{"faces":{"down":{"texture":"#0","uv":[3.375,0,6.75,3.375]}},"from":[-16,-16,-16],"rotation":{"angle":-45,"axis":"z","origin":[-9.925,-30.666355,-9.925],"rescale":false},"shade":false,"to":[-3.8500004,-16,-3.8500004]},{"faces":{"down":{"texture":"#0","uv":[3.375,0,6.75,3.375]}},"from":[-16,-16,-16],"rotation":{"angle":45,"axis":"z","origin":[-9.925,-30.666355,-9.925],"rescale":false},"shade":false,"to":[-3.8500004,-16,-3.8500004]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w339.json b/assets/minecraft/models/w339.json new file mode 100644 index 000000000..248ea46e3 --- /dev/null +++ b/assets/minecraft/models/w339.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,7,4.375,7.375]},"east":{"texture":"#0","uv":[4.375,7.375,4,8]},"north":{"texture":"#0","uv":[4,7.375,3.625,8]},"south":{"texture":"#0","uv":[4.75,7.375,4.375,8]},"up":{"texture":"#0","uv":[3.625,7.375,4,7]},"west":{"texture":"#0","uv":[3.625,7.375,3.25,8]}},"from":[-15.997499,-16,-16],"shade":false,"to":[-14.7975,-14,-14.8]},{"faces":{"down":{"texture":"#0","uv":[5.25,7.5,5.375,7.75]},"east":{"texture":"#0","uv":[5.5,7.75,5.25,8]},"north":{"texture":"#0","uv":[5.25,7.75,5.125,8]},"south":{"texture":"#0","uv":[5.625,7.75,5.5,8]},"up":{"texture":"#0","uv":[5.125,7.75,5.25,7.5]},"west":{"texture":"#0","uv":[5.125,7.75,4.875,8]}},"from":[-15.195,-14,-16],"rotation":{"angle":45,"axis":"x","origin":[-14.7975,-14,-16],"rescale":false},"shade":false,"to":[-14.795,-13.151472,-15.151472]},{"faces":{"down":{"texture":"#0","uv":[5.25,6.875,5.375,7.125]},"east":{"texture":"#0","uv":[5.5,7.125,5.25,7.375]},"north":{"texture":"#0","uv":[5.25,7.125,5.125,7.375]},"south":{"texture":"#0","uv":[5.625,7.125,5.5,7.375]},"up":{"texture":"#0","uv":[5.125,7.125,5.25,6.875]},"west":{"texture":"#0","uv":[5.125,7.125,4.875,7.375]}},"from":[-15.6,-14,-16],"rotation":{"angle":45,"axis":"x","origin":[-14.7975,-14,-16],"rescale":false},"shade":false,"to":[-15.195,-13.151472,-15.151472]},{"faces":{"down":{"texture":"#0","uv":[5.25,7.5,5.375,7.75]},"east":{"texture":"#0","uv":[5.5,7.75,5.25,8]},"north":{"texture":"#0","uv":[5.25,7.75,5.125,8]},"south":{"texture":"#0","uv":[5.625,7.75,5.5,8]},"up":{"texture":"#0","uv":[5.125,7.75,5.25,7.5]},"west":{"texture":"#0","uv":[5.125,7.75,4.875,8]}},"from":[-16,-14,-16],"rotation":{"angle":45,"axis":"x","origin":[-14.7975,-14,-16],"rescale":false},"shade":false,"to":[-15.6,-13.151472,-15.151472]},{"faces":{"down":{"texture":"#0","uv":[2.625,7.125,2.875,7.375]},"east":{"texture":"#0","uv":[2.875,7.375,2.625,8]},"north":{"texture":"#0","uv":[2.625,7.375,2.375,8]},"south":{"texture":"#0","uv":[3.125,7.375,2.875,8]},"up":{"texture":"#0","uv":[2.375,7.375,2.625,7.125]},"west":{"texture":"#0","uv":[2.375,7.375,2.125,8]}},"from":[-15.8015,-14.004,-15.804],"shade":false,"to":[-14.9935,-11.995999,-14.996]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3390.json b/assets/minecraft/models/w3390.json new file mode 100644 index 000000000..a6fc4089d --- /dev/null +++ b/assets/minecraft/models/w3390.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.75,0,6.75,8]},"up":{"texture":"#0","uv":[8.75,8,6.75,0]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3391.json b/assets/minecraft/models/w3391.json new file mode 100644 index 000000000..a6fc4089d --- /dev/null +++ b/assets/minecraft/models/w3391.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.75,0,6.75,8]},"up":{"texture":"#0","uv":[8.75,8,6.75,0]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3392.json b/assets/minecraft/models/w3392.json new file mode 100644 index 000000000..a6fc4089d --- /dev/null +++ b/assets/minecraft/models/w3392.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.75,0,6.75,8]},"up":{"texture":"#0","uv":[8.75,8,6.75,0]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3393.json b/assets/minecraft/models/w3393.json new file mode 100644 index 000000000..a6fc4089d --- /dev/null +++ b/assets/minecraft/models/w3393.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.75,0,6.75,8]},"up":{"texture":"#0","uv":[8.75,8,6.75,0]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3394.json b/assets/minecraft/models/w3394.json new file mode 100644 index 000000000..a6fc4089d --- /dev/null +++ b/assets/minecraft/models/w3394.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.75,0,6.75,8]},"up":{"texture":"#0","uv":[8.75,8,6.75,0]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3395.json b/assets/minecraft/models/w3395.json new file mode 100644 index 000000000..a6fc4089d --- /dev/null +++ b/assets/minecraft/models/w3395.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.75,0,6.75,8]},"up":{"texture":"#0","uv":[8.75,8,6.75,0]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3396.json b/assets/minecraft/models/w3396.json new file mode 100644 index 000000000..a6fc4089d --- /dev/null +++ b/assets/minecraft/models/w3396.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.75,0,6.75,8]},"up":{"texture":"#0","uv":[8.75,8,6.75,0]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3397.json b/assets/minecraft/models/w3397.json new file mode 100644 index 000000000..a6fc4089d --- /dev/null +++ b/assets/minecraft/models/w3397.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.75,0,6.75,8]},"up":{"texture":"#0","uv":[8.75,8,6.75,0]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3398.json b/assets/minecraft/models/w3398.json new file mode 100644 index 000000000..a6fc4089d --- /dev/null +++ b/assets/minecraft/models/w3398.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.75,0,6.75,8]},"up":{"texture":"#0","uv":[8.75,8,6.75,0]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3399.json b/assets/minecraft/models/w3399.json new file mode 100644 index 000000000..a6fc4089d --- /dev/null +++ b/assets/minecraft/models/w3399.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.75,0,6.75,8]},"up":{"texture":"#0","uv":[8.75,8,6.75,0]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w34.json b/assets/minecraft/models/w34.json new file mode 100644 index 000000000..5ce7e71a6 --- /dev/null +++ b/assets/minecraft/models/w34.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,2.78125,1.5,3.28125]},"east":{"texture":"#0","uv":[0,3.125,0.5,4]},"north":{"texture":"#0","uv":[0.5,3.125,1,4]},"south":{"texture":"#0","uv":[1.5,3.125,2,4]},"up":{"texture":"#0","uv":[1.5,3.28125,1,2.78125]},"west":{"texture":"#0","uv":[1,3.125,1.5,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.408,-13.208,-14.408]}],"overrides":[],"textures":{"0":"item/w419070065_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w340.json b/assets/minecraft/models/w340.json new file mode 100644 index 000000000..53ceed15a --- /dev/null +++ b/assets/minecraft/models/w340.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.625,8.625,6.75,8.75]},"east":{"texture":"#0","uv":[6.75,8.75,6.625,8.875]},"north":{"texture":"#0","uv":[6.625,8.75,6.5,8.875]},"south":{"texture":"#0","uv":[6.875,8.75,6.75,8.875]},"up":{"texture":"#0","uv":[6.5,8.75,6.625,8.625]},"west":{"texture":"#0","uv":[6.5,8.75,6.375,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.426313,-15.426314,-15.592]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3400.json b/assets/minecraft/models/w3400.json new file mode 100644 index 000000000..a6fc4089d --- /dev/null +++ b/assets/minecraft/models/w3400.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.75,0,6.75,8]},"up":{"texture":"#0","uv":[8.75,8,6.75,0]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3401.json b/assets/minecraft/models/w3401.json new file mode 100644 index 000000000..a6fc4089d --- /dev/null +++ b/assets/minecraft/models/w3401.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.75,0,6.75,8]},"up":{"texture":"#0","uv":[8.75,8,6.75,0]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w1700976192_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3402.json b/assets/minecraft/models/w3402.json new file mode 100644 index 000000000..1653e60e6 --- /dev/null +++ b/assets/minecraft/models/w3402.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,9,0,10]},"east":{"texture":"#0","uv":[8,8,9,9]},"north":{"texture":"#0","uv":[0,9,8,10]},"south":{"texture":"#0","uv":[0,8,8,9]},"up":{"texture":"#0","uv":[8,9,0,8]},"west":{"texture":"#0","uv":[9,8,8,9]}},"from":[-16,-16,-16],"rotation":{"angle":45,"axis":"x","origin":[-12.8,-15.6,-15.6],"rescale":false},"shade":false,"to":[-9.6,-15.2,-15.2]},{"faces":{"down":{"texture":"#0","uv":[7.5,0,0,7]},"east":{"texture":"#0","uv":[0,7,7,8]},"north":{"texture":"#0","uv":[0,6.5,0.5,7]},"up":{"texture":"#0","uv":[15,7,7.5,0]},"west":{"texture":"#0","uv":[7,7,14,8]}},"from":[-15.8,-16,-15.44],"shade":false,"to":[-9.8,-15.2,-9.84]}],"overrides":[],"textures":{"0":"item/w686210047_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3403.json b/assets/minecraft/models/w3403.json new file mode 100644 index 000000000..95a529fdf --- /dev/null +++ b/assets/minecraft/models/w3403.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[1.5,16,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w296143620_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3404.json b/assets/minecraft/models/w3404.json new file mode 100644 index 000000000..95a529fdf --- /dev/null +++ b/assets/minecraft/models/w3404.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[1.5,16,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w296143620_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3405.json b/assets/minecraft/models/w3405.json new file mode 100644 index 000000000..95a529fdf --- /dev/null +++ b/assets/minecraft/models/w3405.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[1.5,16,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w296143620_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3406.json b/assets/minecraft/models/w3406.json new file mode 100644 index 000000000..95a529fdf --- /dev/null +++ b/assets/minecraft/models/w3406.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[1.5,16,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w296143620_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3407.json b/assets/minecraft/models/w3407.json new file mode 100644 index 000000000..ba3678c5b --- /dev/null +++ b/assets/minecraft/models/w3407.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,4.25,6,7.25]},"east":{"texture":"#0","uv":[0,7.25,3,8.5]},"north":{"texture":"#0","uv":[3,7.25,6,8.5]},"south":{"texture":"#0","uv":[9,7.25,12,8.5]},"up":{"texture":"#0","uv":[6,7.25,3,4.25]},"west":{"texture":"#0","uv":[6,7.25,9,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-13.96,-11.2]}],"overrides":[],"textures":{"0":"item/w661648797_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3408.json b/assets/minecraft/models/w3408.json new file mode 100644 index 000000000..e44beb6ce --- /dev/null +++ b/assets/minecraft/models/w3408.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,0,6.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,4.25]},"north":{"texture":"#0","uv":[3.5,3.5,6.5,4.25]},"south":{"texture":"#0","uv":[10,3.5,13,4.25]},"up":{"texture":"#0","uv":[6.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[6.5,3.5,10,4.25]}},"from":[-16,-15.92,-16],"shade":false,"to":[-11.2,-14.72,-10.4]},{"faces":{"down":{"texture":"#0","uv":[5.25,8.5,4.25,11.75]},"east":{"texture":"#0","uv":[0,11.75,3.25,12.25]},"north":{"texture":"#0","uv":[3.25,11.75,4.25,12.25]},"south":{"texture":"#0","uv":[7.5,11.75,8.5,12.25]},"up":{"texture":"#0","uv":[4.25,11.75,3.25,8.5]},"west":{"texture":"#0","uv":[4.25,11.75,7.5,12.25]}},"from":[-11.28,-16,-15.8],"shade":false,"to":[-9.679999,-14.92,-10.6]}],"overrides":[],"textures":{"0":"item/w661648797_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3409.json b/assets/minecraft/models/w3409.json new file mode 100644 index 000000000..6d9085d38 --- /dev/null +++ b/assets/minecraft/models/w3409.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,12,9.5,13]},"east":{"texture":"#0","uv":[7.5,13,8.5,14]},"north":{"texture":"#0","uv":[8.5,13,9.5,14]},"south":{"texture":"#0","uv":[10.5,13,11.5,14]},"up":{"texture":"#0","uv":[9.5,13,8.5,12]},"west":{"texture":"#0","uv":[9.5,13,10.5,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w661648797_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w341.json b/assets/minecraft/models/w341.json new file mode 100644 index 000000000..cec7e8ed8 --- /dev/null +++ b/assets/minecraft/models/w341.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,6.625,2.875,6.625]},"east":{"texture":"#0","uv":[2.5,6.625,2.5,7]},"north":{"texture":"#0","uv":[2.5,6.625,2.125,7]},"south":{"texture":"#0","uv":[2.875,6.625,2.5,7]},"up":{"texture":"#0","uv":[2.125,6.625,2.5,6.625]},"west":{"texture":"#0","uv":[2.125,6.625,2.125,7]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3410.json b/assets/minecraft/models/w3410.json new file mode 100644 index 000000000..1488762c1 --- /dev/null +++ b/assets/minecraft/models/w3410.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,12,10.5,13]},"east":{"texture":"#0","uv":[10.5,13,9.5,14]},"north":{"texture":"#0","uv":[9.5,13,8.5,14]},"south":{"texture":"#0","uv":[11.5,13,10.5,14]},"up":{"texture":"#0","uv":[8.5,13,9.5,12]},"west":{"texture":"#0","uv":[8.5,13,7.5,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w661648797_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3411.json b/assets/minecraft/models/w3411.json new file mode 100644 index 000000000..6d9085d38 --- /dev/null +++ b/assets/minecraft/models/w3411.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,12,9.5,13]},"east":{"texture":"#0","uv":[7.5,13,8.5,14]},"north":{"texture":"#0","uv":[8.5,13,9.5,14]},"south":{"texture":"#0","uv":[10.5,13,11.5,14]},"up":{"texture":"#0","uv":[9.5,13,8.5,12]},"west":{"texture":"#0","uv":[9.5,13,10.5,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w661648797_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3412.json b/assets/minecraft/models/w3412.json new file mode 100644 index 000000000..836fb8f92 --- /dev/null +++ b/assets/minecraft/models/w3412.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.75,0,12.5,1.75]},"east":{"texture":"#0","uv":[9.5,1.75,11.25,3.5]},"north":{"texture":"#0","uv":[11.25,1.75,12.5,3.5]},"south":{"texture":"#0","uv":[14.25,1.75,15.5,3.5]},"up":{"texture":"#0","uv":[12.5,1.75,11.25,0]},"west":{"texture":"#0","uv":[12.5,1.75,14.25,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-12.88,-12.88]}],"overrides":[],"textures":{"0":"item/w661648797_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3413.json b/assets/minecraft/models/w3413.json new file mode 100644 index 000000000..de80d9b59 --- /dev/null +++ b/assets/minecraft/models/w3413.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.25,12.25,2.25,13.5]},"east":{"texture":"#0","uv":[0,13.5,1.25,14.25]},"north":{"texture":"#0","uv":[1.25,13.5,2.25,14.25]},"south":{"texture":"#0","uv":[3.5,13.5,4.5,14.25]},"up":{"texture":"#0","uv":[2.25,13.5,1.25,12.25]},"west":{"texture":"#0","uv":[2.25,13.5,3.5,14.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.32,-14.72,-14]},{"faces":{"down":{"texture":"#0","uv":[14.25,4.25,12,5]},"east":{"texture":"#0","uv":[9,5,9.75,5.75]},"north":{"texture":"#0","uv":[9.75,5,12,5.75]},"south":{"texture":"#0","uv":[12.75,5,15,5.75]},"up":{"texture":"#0","uv":[12,5,9.75,4.25]},"west":{"texture":"#0","uv":[12,5,12.75,5.75]}},"from":[-14.36,-15.96,-15.6],"shade":false,"to":[-10.76,-14.76,-14.400001]}],"overrides":[],"textures":{"0":"item/w661648797_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3414.json b/assets/minecraft/models/w3414.json new file mode 100644 index 000000000..c3b31bd5d --- /dev/null +++ b/assets/minecraft/models/w3414.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,12.25,3.25,13.5]},"east":{"texture":"#0","uv":[3.5,13.5,2.25,14.25]},"north":{"texture":"#0","uv":[2.25,13.5,1.25,14.25]},"south":{"texture":"#0","uv":[4.5,13.5,3.5,14.25]},"up":{"texture":"#0","uv":[1.25,13.5,2.25,12.25]},"west":{"texture":"#0","uv":[1.25,13.5,0,14.25]}},"from":[-12.440001,-16,-16],"shade":false,"to":[-10.76,-14.72,-14]},{"faces":{"down":{"texture":"#0","uv":[12,4.25,14.25,5]},"east":{"texture":"#0","uv":[12.75,5,12,5.75]},"north":{"texture":"#0","uv":[12,5,9.75,5.75]},"south":{"texture":"#0","uv":[15,5,12.75,5.75]},"up":{"texture":"#0","uv":[9.75,5,12,4.25]},"west":{"texture":"#0","uv":[9.75,5,9,5.75]}},"from":[-16,-15.96,-15.6],"shade":false,"to":[-12.4,-14.76,-14.400001]}],"overrides":[],"textures":{"0":"item/w661648797_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3415.json b/assets/minecraft/models/w3415.json new file mode 100644 index 000000000..de80d9b59 --- /dev/null +++ b/assets/minecraft/models/w3415.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.25,12.25,2.25,13.5]},"east":{"texture":"#0","uv":[0,13.5,1.25,14.25]},"north":{"texture":"#0","uv":[1.25,13.5,2.25,14.25]},"south":{"texture":"#0","uv":[3.5,13.5,4.5,14.25]},"up":{"texture":"#0","uv":[2.25,13.5,1.25,12.25]},"west":{"texture":"#0","uv":[2.25,13.5,3.5,14.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.32,-14.72,-14]},{"faces":{"down":{"texture":"#0","uv":[14.25,4.25,12,5]},"east":{"texture":"#0","uv":[9,5,9.75,5.75]},"north":{"texture":"#0","uv":[9.75,5,12,5.75]},"south":{"texture":"#0","uv":[12.75,5,15,5.75]},"up":{"texture":"#0","uv":[12,5,9.75,4.25]},"west":{"texture":"#0","uv":[12,5,12.75,5.75]}},"from":[-14.36,-15.96,-15.6],"shade":false,"to":[-10.76,-14.76,-14.400001]}],"overrides":[],"textures":{"0":"item/w661648797_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3416.json b/assets/minecraft/models/w3416.json new file mode 100644 index 000000000..56c288469 --- /dev/null +++ b/assets/minecraft/models/w3416.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.75,8.5,12,10.25]},"east":{"texture":"#0","uv":[8.5,10.25,10.25,12]},"north":{"texture":"#0","uv":[10.25,10.25,12,12]},"south":{"texture":"#0","uv":[13.75,10.25,15.5,12]},"up":{"texture":"#0","uv":[12,10.25,10.25,8.5]},"west":{"texture":"#0","uv":[12,10.25,13.75,12]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.2,-13.2]}],"overrides":[],"textures":{"0":"item/w661648797_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3417.json b/assets/minecraft/models/w3417.json new file mode 100644 index 000000000..17a17b2e7 --- /dev/null +++ b/assets/minecraft/models/w3417.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,0,7.5,5]},"east":{"texture":"#0","uv":[0,5,5,6.5]},"north":{"texture":"#0","uv":[5,5,7.5,6.5]},"south":{"texture":"#0","uv":[12.5,5,15,6.5]},"up":{"texture":"#0","uv":[7.5,5,5,0]},"west":{"texture":"#0","uv":[7.5,5,12.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.8,-12]}],"overrides":[],"textures":{"0":"item/w317392845_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3418.json b/assets/minecraft/models/w3418.json new file mode 100644 index 000000000..a74653b25 --- /dev/null +++ b/assets/minecraft/models/w3418.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,6.5,5,10]},"east":{"texture":"#0","uv":[0,10,3.5,11]},"north":{"texture":"#0","uv":[3.5,10,5,11]},"south":{"texture":"#0","uv":[8.5,10,10,11]},"up":{"texture":"#0","uv":[5,10,3.5,6.5]},"west":{"texture":"#0","uv":[5,10,8.5,11]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-13.2]}],"overrides":[],"textures":{"0":"item/w317392845_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3419.json b/assets/minecraft/models/w3419.json new file mode 100644 index 000000000..f65f43690 --- /dev/null +++ b/assets/minecraft/models/w3419.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,3.5,11.5,0]},"east":{"texture":"#0","uv":[11.5,1,15,0]}},"from":[8,8,8],"shade":false,"to":[6.8,7.2,5.2]}],"overrides":[],"textures":{"0":"item/w317392845_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w342.json b/assets/minecraft/models/w342.json new file mode 100644 index 000000000..cec7e8ed8 --- /dev/null +++ b/assets/minecraft/models/w342.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,6.625,2.875,6.625]},"east":{"texture":"#0","uv":[2.5,6.625,2.5,7]},"north":{"texture":"#0","uv":[2.5,6.625,2.125,7]},"south":{"texture":"#0","uv":[2.875,6.625,2.5,7]},"up":{"texture":"#0","uv":[2.125,6.625,2.5,6.625]},"west":{"texture":"#0","uv":[2.125,6.625,2.125,7]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3420.json b/assets/minecraft/models/w3420.json new file mode 100644 index 000000000..51a3aed32 --- /dev/null +++ b/assets/minecraft/models/w3420.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[11.5,3.5,10,0]},"west":{"texture":"#0","uv":[11.5,0,15,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-13.2]}],"overrides":[],"textures":{"0":"item/w317392845_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3421.json b/assets/minecraft/models/w3421.json new file mode 100644 index 000000000..17a99bada --- /dev/null +++ b/assets/minecraft/models/w3421.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,3.5,10,0]},"west":{"texture":"#0","uv":[15,1,11.5,0]}},"from":[8,8,8],"shade":false,"to":[6.8,7.2,5.2]}],"overrides":[],"textures":{"0":"item/w317392845_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3422.json b/assets/minecraft/models/w3422.json new file mode 100644 index 000000000..b94df5366 --- /dev/null +++ b/assets/minecraft/models/w3422.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15,0,11.5,1]},"up":{"texture":"#0","uv":[10,3.5,11.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-13.2]}],"overrides":[],"textures":{"0":"item/w317392845_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3423.json b/assets/minecraft/models/w3423.json new file mode 100644 index 000000000..51244359d --- /dev/null +++ b/assets/minecraft/models/w3423.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,9,10.5,6.5]},"up":{"texture":"#0","uv":[10.5,6.5,6.5,9]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-16,-14]}],"overrides":[],"textures":{"0":"item/w317392845_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3424.json b/assets/minecraft/models/w3424.json new file mode 100644 index 000000000..fd147fba0 --- /dev/null +++ b/assets/minecraft/models/w3424.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[16,6.5,10.5,9]},"west":{"texture":"#0","uv":[10.5,6.5,16,9]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14,-11.6]}],"overrides":[],"textures":{"0":"item/w317392845_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3425.json b/assets/minecraft/models/w3425.json new file mode 100644 index 000000000..fd147fba0 --- /dev/null +++ b/assets/minecraft/models/w3425.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[16,6.5,10.5,9]},"west":{"texture":"#0","uv":[10.5,6.5,16,9]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14,-11.6]}],"overrides":[],"textures":{"0":"item/w317392845_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3426.json b/assets/minecraft/models/w3426.json new file mode 100644 index 000000000..0b13c3ef3 --- /dev/null +++ b/assets/minecraft/models/w3426.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,3,11.5,1]},"up":{"texture":"#0","uv":[13.5,1,11.5,3]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w317392845_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3427.json b/assets/minecraft/models/w3427.json new file mode 100644 index 000000000..19bb5b117 --- /dev/null +++ b/assets/minecraft/models/w3427.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,3,13.5,1]},"up":{"texture":"#0","uv":[11.5,1,13.5,3]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w317392845_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3428.json b/assets/minecraft/models/w3428.json new file mode 100644 index 000000000..c74cbd070 --- /dev/null +++ b/assets/minecraft/models/w3428.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,11,11.5,13]},"east":{"texture":"#0","uv":[8,13,10,14]},"north":{"texture":"#0","uv":[10,13,11.5,14]},"south":{"texture":"#0","uv":[13.5,13,15,14]},"up":{"texture":"#0","uv":[11.5,13,10,11]},"west":{"texture":"#0","uv":[11.5,13,13.5,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-14.4]}],"overrides":[],"textures":{"0":"item/w317392845_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3429.json b/assets/minecraft/models/w3429.json new file mode 100644 index 000000000..3ce8f7309 --- /dev/null +++ b/assets/minecraft/models/w3429.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,13.5,4,11]},"east":{"texture":"#0","uv":[4,15,6.5,13.5]},"north":{"texture":"#0","uv":[6.5,15,8,13.5]},"south":{"texture":"#0","uv":[2.5,15,4,13.5]},"up":{"texture":"#0","uv":[4,11,5.5,13.5]},"west":{"texture":"#0","uv":[0,15,2.5,13.5]}},"from":[8,8,8],"shade":false,"to":[6.8,6.8,6]}],"overrides":[],"textures":{"0":"item/w317392845_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w343.json b/assets/minecraft/models/w343.json new file mode 100644 index 000000000..48311c75d --- /dev/null +++ b/assets/minecraft/models/w343.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.375,8.625,7.25,8.75]},"east":{"texture":"#0","uv":[7,8.75,7.125,8.875]},"north":{"texture":"#0","uv":[7.125,8.75,7.25,8.875]},"south":{"texture":"#0","uv":[7.375,8.75,7.5,8.875]},"up":{"texture":"#0","uv":[7.25,8.75,7.125,8.625]},"west":{"texture":"#0","uv":[7.25,8.75,7.375,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.426314,-15.426314,-15.592]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3430.json b/assets/minecraft/models/w3430.json new file mode 100644 index 000000000..c976e0e3b --- /dev/null +++ b/assets/minecraft/models/w3430.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,11,4,13.5]},"east":{"texture":"#0","uv":[0,13.5,2.5,15]},"north":{"texture":"#0","uv":[2.5,13.5,4,15]},"south":{"texture":"#0","uv":[6.5,13.5,8,15]},"up":{"texture":"#0","uv":[4,13.5,2.5,11]},"west":{"texture":"#0","uv":[4,13.5,6.5,15]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14]}],"overrides":[],"textures":{"0":"item/w317392845_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3431.json b/assets/minecraft/models/w3431.json new file mode 100644 index 000000000..935202bcf --- /dev/null +++ b/assets/minecraft/models/w3431.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,2,2.5,0]},"east":{"texture":"#0","uv":[2.5,3.5,4.5,2]},"north":{"texture":"#0","uv":[4.5,3.5,5,2]},"south":{"texture":"#0","uv":[2,3.5,2.5,2]},"up":{"texture":"#0","uv":[2.5,0,3,2]},"west":{"texture":"#0","uv":[0,3.5,2,2]}},"from":[8,8,8],"shade":false,"to":[7.6,6.8,6.4]}],"overrides":[],"textures":{"0":"item/w317392845_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3432.json b/assets/minecraft/models/w3432.json new file mode 100644 index 000000000..2fe0126d9 --- /dev/null +++ b/assets/minecraft/models/w3432.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,0,2.5,2]},"east":{"texture":"#0","uv":[0,2,2,3.5]},"north":{"texture":"#0","uv":[2,2,2.5,3.5]},"south":{"texture":"#0","uv":[4.5,2,5,3.5]},"up":{"texture":"#0","uv":[2.5,2,2,0]},"west":{"texture":"#0","uv":[2.5,2,4.5,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-14.400001]}],"overrides":[],"textures":{"0":"item/w317392845_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3433.json b/assets/minecraft/models/w3433.json new file mode 100644 index 000000000..91e17d338 --- /dev/null +++ b/assets/minecraft/models/w3433.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,0,7.5,5]},"east":{"texture":"#0","uv":[0,5,5,6.5]},"north":{"texture":"#0","uv":[5,5,7.5,6.5]},"south":{"texture":"#0","uv":[12.5,5,15,6.5]},"up":{"texture":"#0","uv":[7.5,5,5,0]},"west":{"texture":"#0","uv":[7.5,5,12.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.8,-12]}],"overrides":[],"textures":{"0":"item/w633702092_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3434.json b/assets/minecraft/models/w3434.json new file mode 100644 index 000000000..c12604033 --- /dev/null +++ b/assets/minecraft/models/w3434.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,6.5,5,10]},"east":{"texture":"#0","uv":[0,10,3.5,11]},"north":{"texture":"#0","uv":[3.5,10,5,11]},"south":{"texture":"#0","uv":[8.5,10,10,11]},"up":{"texture":"#0","uv":[5,10,3.5,6.5]},"west":{"texture":"#0","uv":[5,10,8.5,11]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-13.2]}],"overrides":[],"textures":{"0":"item/w633702092_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3435.json b/assets/minecraft/models/w3435.json new file mode 100644 index 000000000..9f3a4faa7 --- /dev/null +++ b/assets/minecraft/models/w3435.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,3.5,11.5,0]},"east":{"texture":"#0","uv":[11.5,1,15,0]}},"from":[8,8,8],"shade":false,"to":[6.8,7.2,5.2]}],"overrides":[],"textures":{"0":"item/w633702092_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3436.json b/assets/minecraft/models/w3436.json new file mode 100644 index 000000000..7f7843111 --- /dev/null +++ b/assets/minecraft/models/w3436.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[11.5,3.5,10,0]},"west":{"texture":"#0","uv":[11.5,0,15,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-13.2]}],"overrides":[],"textures":{"0":"item/w633702092_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3437.json b/assets/minecraft/models/w3437.json new file mode 100644 index 000000000..5850cd854 --- /dev/null +++ b/assets/minecraft/models/w3437.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,3.5,10,0]},"west":{"texture":"#0","uv":[15,1,11.5,0]}},"from":[8,8,8],"shade":false,"to":[6.8,7.2,5.2]}],"overrides":[],"textures":{"0":"item/w633702092_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3438.json b/assets/minecraft/models/w3438.json new file mode 100644 index 000000000..d8c213fa7 --- /dev/null +++ b/assets/minecraft/models/w3438.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15,0,11.5,1]},"up":{"texture":"#0","uv":[10,3.5,11.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-13.2]}],"overrides":[],"textures":{"0":"item/w633702092_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3439.json b/assets/minecraft/models/w3439.json new file mode 100644 index 000000000..8bba9b449 --- /dev/null +++ b/assets/minecraft/models/w3439.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,9,10.5,6.5]},"up":{"texture":"#0","uv":[10.5,6.5,6.5,9]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-16,-14]}],"overrides":[],"textures":{"0":"item/w633702092_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w344.json b/assets/minecraft/models/w344.json new file mode 100644 index 000000000..466003e89 --- /dev/null +++ b/assets/minecraft/models/w344.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,9,7.375,9.125]},"east":{"texture":"#0","uv":[7,9.125,7.125,9.375]},"north":{"texture":"#0","uv":[7.125,9.125,7.375,9.375]},"south":{"texture":"#0","uv":[7.5,9.125,7.75,9.375]},"up":{"texture":"#0","uv":[7.375,9.125,7.125,9]},"west":{"texture":"#0","uv":[7.375,9.125,7.5,9.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3440.json b/assets/minecraft/models/w3440.json new file mode 100644 index 000000000..1621c5659 --- /dev/null +++ b/assets/minecraft/models/w3440.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[16,6.5,10.5,9]},"west":{"texture":"#0","uv":[10.5,6.5,16,9]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14,-11.6]}],"overrides":[],"textures":{"0":"item/w633702092_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3441.json b/assets/minecraft/models/w3441.json new file mode 100644 index 000000000..1621c5659 --- /dev/null +++ b/assets/minecraft/models/w3441.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[16,6.5,10.5,9]},"west":{"texture":"#0","uv":[10.5,6.5,16,9]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14,-11.6]}],"overrides":[],"textures":{"0":"item/w633702092_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3442.json b/assets/minecraft/models/w3442.json new file mode 100644 index 000000000..b258e5a9b --- /dev/null +++ b/assets/minecraft/models/w3442.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,3,11.5,1]},"up":{"texture":"#0","uv":[13.5,1,11.5,3]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w633702092_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3443.json b/assets/minecraft/models/w3443.json new file mode 100644 index 000000000..866f80f8b --- /dev/null +++ b/assets/minecraft/models/w3443.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,3,13.5,1]},"up":{"texture":"#0","uv":[11.5,1,13.5,3]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w633702092_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3444.json b/assets/minecraft/models/w3444.json new file mode 100644 index 000000000..6386a48f1 --- /dev/null +++ b/assets/minecraft/models/w3444.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,11,11.5,13]},"east":{"texture":"#0","uv":[8,13,10,14]},"north":{"texture":"#0","uv":[10,13,11.5,14]},"south":{"texture":"#0","uv":[13.5,13,15,14]},"up":{"texture":"#0","uv":[11.5,13,10,11]},"west":{"texture":"#0","uv":[11.5,13,13.5,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-14.4]}],"overrides":[],"textures":{"0":"item/w633702092_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3445.json b/assets/minecraft/models/w3445.json new file mode 100644 index 000000000..a466338eb --- /dev/null +++ b/assets/minecraft/models/w3445.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,13.5,4,11]},"east":{"texture":"#0","uv":[4,15,6.5,13.5]},"north":{"texture":"#0","uv":[6.5,15,8,13.5]},"south":{"texture":"#0","uv":[2.5,15,4,13.5]},"up":{"texture":"#0","uv":[4,11,5.5,13.5]},"west":{"texture":"#0","uv":[0,15,2.5,13.5]}},"from":[8,8,8],"shade":false,"to":[6.8,6.8,6]}],"overrides":[],"textures":{"0":"item/w633702092_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3446.json b/assets/minecraft/models/w3446.json new file mode 100644 index 000000000..39513de7b --- /dev/null +++ b/assets/minecraft/models/w3446.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,11,4,13.5]},"east":{"texture":"#0","uv":[0,13.5,2.5,15]},"north":{"texture":"#0","uv":[2.5,13.5,4,15]},"south":{"texture":"#0","uv":[6.5,13.5,8,15]},"up":{"texture":"#0","uv":[4,13.5,2.5,11]},"west":{"texture":"#0","uv":[4,13.5,6.5,15]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14]}],"overrides":[],"textures":{"0":"item/w633702092_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3447.json b/assets/minecraft/models/w3447.json new file mode 100644 index 000000000..0eb6b0d88 --- /dev/null +++ b/assets/minecraft/models/w3447.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,2,2.5,0]},"east":{"texture":"#0","uv":[2.5,3.5,4.5,2]},"north":{"texture":"#0","uv":[4.5,3.5,5,2]},"south":{"texture":"#0","uv":[2,3.5,2.5,2]},"up":{"texture":"#0","uv":[2.5,0,3,2]},"west":{"texture":"#0","uv":[0,3.5,2,2]}},"from":[8,8,8],"shade":false,"to":[7.6,6.8,6.4]}],"overrides":[],"textures":{"0":"item/w633702092_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3448.json b/assets/minecraft/models/w3448.json new file mode 100644 index 000000000..7647367b5 --- /dev/null +++ b/assets/minecraft/models/w3448.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,0,2.5,2]},"east":{"texture":"#0","uv":[0,2,2,3.5]},"north":{"texture":"#0","uv":[2,2,2.5,3.5]},"south":{"texture":"#0","uv":[4.5,2,5,3.5]},"up":{"texture":"#0","uv":[2.5,2,2,0]},"west":{"texture":"#0","uv":[2.5,2,4.5,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-14.400001]}],"overrides":[],"textures":{"0":"item/w633702092_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3449.json b/assets/minecraft/models/w3449.json new file mode 100644 index 000000000..d1f285830 --- /dev/null +++ b/assets/minecraft/models/w3449.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,0,7.5,5]},"east":{"texture":"#0","uv":[0,5,5,6.5]},"north":{"texture":"#0","uv":[5,5,7.5,6.5]},"south":{"texture":"#0","uv":[12.5,5,15,6.5]},"up":{"texture":"#0","uv":[7.5,5,5,0]},"west":{"texture":"#0","uv":[7.5,5,12.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.8,-12]}],"overrides":[],"textures":{"0":"item/w408444029_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w345.json b/assets/minecraft/models/w345.json new file mode 100644 index 000000000..48311c75d --- /dev/null +++ b/assets/minecraft/models/w345.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.375,8.625,7.25,8.75]},"east":{"texture":"#0","uv":[7,8.75,7.125,8.875]},"north":{"texture":"#0","uv":[7.125,8.75,7.25,8.875]},"south":{"texture":"#0","uv":[7.375,8.75,7.5,8.875]},"up":{"texture":"#0","uv":[7.25,8.75,7.125,8.625]},"west":{"texture":"#0","uv":[7.25,8.75,7.375,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.426314,-15.426314,-15.592]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3450.json b/assets/minecraft/models/w3450.json new file mode 100644 index 000000000..e3c16bece --- /dev/null +++ b/assets/minecraft/models/w3450.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,9,11.5,10.5]},"east":{"texture":"#0","uv":[13,9,14.5,10.5]},"north":{"texture":"#0","uv":[14.5,9,16,10.5]},"south":{"texture":"#0","uv":[14.5,10.5,16,12]},"up":{"texture":"#0","uv":[11.5,10.5,10,9]},"west":{"texture":"#0","uv":[13,10.5,14.5,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.96,-14.96,-14.96]}],"overrides":[],"textures":{"0":"item/w408444029_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3451.json b/assets/minecraft/models/w3451.json new file mode 100644 index 000000000..957604106 --- /dev/null +++ b/assets/minecraft/models/w3451.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,6.5,5,10]},"east":{"texture":"#0","uv":[0,10,3.5,11]},"north":{"texture":"#0","uv":[3.5,10,5,11]},"south":{"texture":"#0","uv":[8.5,10,10,11]},"up":{"texture":"#0","uv":[5,10,3.5,6.5]},"west":{"texture":"#0","uv":[5,10,8.5,11]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-13.2]}],"overrides":[],"textures":{"0":"item/w408444029_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3452.json b/assets/minecraft/models/w3452.json new file mode 100644 index 000000000..6abffe136 --- /dev/null +++ b/assets/minecraft/models/w3452.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,3.5,11.5,0]},"east":{"texture":"#0","uv":[11.5,1,15,0]}},"from":[8,8,8],"shade":false,"to":[6.8,7.2,5.2]}],"overrides":[],"textures":{"0":"item/w408444029_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3453.json b/assets/minecraft/models/w3453.json new file mode 100644 index 000000000..455ac1d23 --- /dev/null +++ b/assets/minecraft/models/w3453.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[11.5,3.5,10,0]},"west":{"texture":"#0","uv":[11.5,0,15,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-13.2]}],"overrides":[],"textures":{"0":"item/w408444029_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3454.json b/assets/minecraft/models/w3454.json new file mode 100644 index 000000000..36f85e0cd --- /dev/null +++ b/assets/minecraft/models/w3454.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,3.5,10,0]},"west":{"texture":"#0","uv":[15,1,11.5,0]}},"from":[8,8,8],"shade":false,"to":[6.8,7.2,5.2]}],"overrides":[],"textures":{"0":"item/w408444029_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3455.json b/assets/minecraft/models/w3455.json new file mode 100644 index 000000000..fd300d8d6 --- /dev/null +++ b/assets/minecraft/models/w3455.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15,0,11.5,1]},"up":{"texture":"#0","uv":[10,3.5,11.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-13.2]}],"overrides":[],"textures":{"0":"item/w408444029_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3456.json b/assets/minecraft/models/w3456.json new file mode 100644 index 000000000..f5d15f115 --- /dev/null +++ b/assets/minecraft/models/w3456.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,9,10.5,6.5]},"up":{"texture":"#0","uv":[10.5,6.5,6.5,9]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-16,-14]}],"overrides":[],"textures":{"0":"item/w408444029_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3457.json b/assets/minecraft/models/w3457.json new file mode 100644 index 000000000..5f0dd321a --- /dev/null +++ b/assets/minecraft/models/w3457.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[16,6.5,10.5,9]},"west":{"texture":"#0","uv":[10.5,6.5,16,9]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14,-11.6]}],"overrides":[],"textures":{"0":"item/w408444029_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3458.json b/assets/minecraft/models/w3458.json new file mode 100644 index 000000000..5f0dd321a --- /dev/null +++ b/assets/minecraft/models/w3458.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[16,6.5,10.5,9]},"west":{"texture":"#0","uv":[10.5,6.5,16,9]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14,-11.6]}],"overrides":[],"textures":{"0":"item/w408444029_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3459.json b/assets/minecraft/models/w3459.json new file mode 100644 index 000000000..ad71a1c03 --- /dev/null +++ b/assets/minecraft/models/w3459.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,3,11.5,1]},"up":{"texture":"#0","uv":[13.5,1,11.5,3]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w408444029_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w346.json b/assets/minecraft/models/w346.json new file mode 100644 index 000000000..9a2340061 --- /dev/null +++ b/assets/minecraft/models/w346.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,9.5,7.375,9.625]},"east":{"texture":"#0","uv":[7,9.625,7.125,9.875]},"north":{"texture":"#0","uv":[7.125,9.625,7.375,9.875]},"south":{"texture":"#0","uv":[7.5,9.625,7.75,9.875]},"up":{"texture":"#0","uv":[7.375,9.625,7.125,9.5]},"west":{"texture":"#0","uv":[7.375,9.625,7.5,9.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3460.json b/assets/minecraft/models/w3460.json new file mode 100644 index 000000000..e8ca81152 --- /dev/null +++ b/assets/minecraft/models/w3460.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,3,13.5,1]},"up":{"texture":"#0","uv":[11.5,1,13.5,3]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w408444029_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3461.json b/assets/minecraft/models/w3461.json new file mode 100644 index 000000000..5f2abf1f9 --- /dev/null +++ b/assets/minecraft/models/w3461.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,11,11.5,13]},"east":{"texture":"#0","uv":[8,13,10,14]},"north":{"texture":"#0","uv":[10,13,11.5,14]},"south":{"texture":"#0","uv":[13.5,13,15,14]},"up":{"texture":"#0","uv":[11.5,13,10,11]},"west":{"texture":"#0","uv":[11.5,13,13.5,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-14.4]}],"overrides":[],"textures":{"0":"item/w408444029_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3462.json b/assets/minecraft/models/w3462.json new file mode 100644 index 000000000..016c9e86d --- /dev/null +++ b/assets/minecraft/models/w3462.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,13.5,4,11]},"east":{"texture":"#0","uv":[4,15,6.5,13.5]},"north":{"texture":"#0","uv":[6.5,15,8,13.5]},"south":{"texture":"#0","uv":[2.5,15,4,13.5]},"up":{"texture":"#0","uv":[4,11,5.5,13.5]},"west":{"texture":"#0","uv":[0,15,2.5,13.5]}},"from":[8,8,8],"shade":false,"to":[6.8,6.8,6]}],"overrides":[],"textures":{"0":"item/w408444029_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3463.json b/assets/minecraft/models/w3463.json new file mode 100644 index 000000000..aa0424275 --- /dev/null +++ b/assets/minecraft/models/w3463.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,11,4,13.5]},"east":{"texture":"#0","uv":[0,13.5,2.5,15]},"north":{"texture":"#0","uv":[2.5,13.5,4,15]},"south":{"texture":"#0","uv":[6.5,13.5,8,15]},"up":{"texture":"#0","uv":[4,13.5,2.5,11]},"west":{"texture":"#0","uv":[4,13.5,6.5,15]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14]}],"overrides":[],"textures":{"0":"item/w408444029_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3464.json b/assets/minecraft/models/w3464.json new file mode 100644 index 000000000..7ba339ef2 --- /dev/null +++ b/assets/minecraft/models/w3464.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,2,2.5,0]},"east":{"texture":"#0","uv":[2.5,3.5,4.5,2]},"north":{"texture":"#0","uv":[4.5,3.5,5,2]},"south":{"texture":"#0","uv":[2,3.5,2.5,2]},"up":{"texture":"#0","uv":[2.5,0,3,2]},"west":{"texture":"#0","uv":[0,3.5,2,2]}},"from":[8,8,8],"shade":false,"to":[7.6,6.8,6.4]}],"overrides":[],"textures":{"0":"item/w408444029_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3465.json b/assets/minecraft/models/w3465.json new file mode 100644 index 000000000..e308dcb3a --- /dev/null +++ b/assets/minecraft/models/w3465.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,0,2.5,2]},"east":{"texture":"#0","uv":[0,2,2,3.5]},"north":{"texture":"#0","uv":[2,2,2.5,3.5]},"south":{"texture":"#0","uv":[4.5,2,5,3.5]},"up":{"texture":"#0","uv":[2.5,2,2,0]},"west":{"texture":"#0","uv":[2.5,2,4.5,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-14.400001]}],"overrides":[],"textures":{"0":"item/w408444029_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3466.json b/assets/minecraft/models/w3466.json new file mode 100644 index 000000000..862675095 --- /dev/null +++ b/assets/minecraft/models/w3466.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,0,7.5,5]},"east":{"texture":"#0","uv":[0,5,5,6.5]},"north":{"texture":"#0","uv":[5,5,7.5,6.5]},"south":{"texture":"#0","uv":[12.5,5,15,6.5]},"up":{"texture":"#0","uv":[7.5,5,5,0]},"west":{"texture":"#0","uv":[7.5,5,12.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.8,-12]}],"overrides":[],"textures":{"0":"item/w633856213_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3467.json b/assets/minecraft/models/w3467.json new file mode 100644 index 000000000..54cf29e93 --- /dev/null +++ b/assets/minecraft/models/w3467.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,6.5,5,10]},"east":{"texture":"#0","uv":[0,10,3.5,11]},"north":{"texture":"#0","uv":[3.5,10,5,11]},"south":{"texture":"#0","uv":[8.5,10,10,11]},"up":{"texture":"#0","uv":[5,10,3.5,6.5]},"west":{"texture":"#0","uv":[5,10,8.5,11]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-13.2]}],"overrides":[],"textures":{"0":"item/w633856213_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3468.json b/assets/minecraft/models/w3468.json new file mode 100644 index 000000000..46d460dfa --- /dev/null +++ b/assets/minecraft/models/w3468.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,3.5,11.5,0]},"east":{"texture":"#0","uv":[11.5,1,15,0]}},"from":[8,8,8],"shade":false,"to":[6.8,7.2,5.2]}],"overrides":[],"textures":{"0":"item/w633856213_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3469.json b/assets/minecraft/models/w3469.json new file mode 100644 index 000000000..e23002c99 --- /dev/null +++ b/assets/minecraft/models/w3469.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[11.5,3.5,10,0]},"west":{"texture":"#0","uv":[11.5,0,15,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-13.2]}],"overrides":[],"textures":{"0":"item/w633856213_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w347.json b/assets/minecraft/models/w347.json new file mode 100644 index 000000000..53ceed15a --- /dev/null +++ b/assets/minecraft/models/w347.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.625,8.625,6.75,8.75]},"east":{"texture":"#0","uv":[6.75,8.75,6.625,8.875]},"north":{"texture":"#0","uv":[6.625,8.75,6.5,8.875]},"south":{"texture":"#0","uv":[6.875,8.75,6.75,8.875]},"up":{"texture":"#0","uv":[6.5,8.75,6.625,8.625]},"west":{"texture":"#0","uv":[6.5,8.75,6.375,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.426313,-15.426314,-15.592]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3470.json b/assets/minecraft/models/w3470.json new file mode 100644 index 000000000..a7d8a17d0 --- /dev/null +++ b/assets/minecraft/models/w3470.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,3.5,10,0]},"west":{"texture":"#0","uv":[15,1,11.5,0]}},"from":[8,8,8],"shade":false,"to":[6.8,7.2,5.2]}],"overrides":[],"textures":{"0":"item/w633856213_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3471.json b/assets/minecraft/models/w3471.json new file mode 100644 index 000000000..91abd9aeb --- /dev/null +++ b/assets/minecraft/models/w3471.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15,0,11.5,1]},"up":{"texture":"#0","uv":[10,3.5,11.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-13.2]}],"overrides":[],"textures":{"0":"item/w633856213_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3472.json b/assets/minecraft/models/w3472.json new file mode 100644 index 000000000..b001b9611 --- /dev/null +++ b/assets/minecraft/models/w3472.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,9,10.5,6.5]},"up":{"texture":"#0","uv":[10.5,6.5,6.5,9]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-16,-14]}],"overrides":[],"textures":{"0":"item/w633856213_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3473.json b/assets/minecraft/models/w3473.json new file mode 100644 index 000000000..70c474d7d --- /dev/null +++ b/assets/minecraft/models/w3473.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[16,6.5,10.5,9]},"west":{"texture":"#0","uv":[10.5,6.5,16,9]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14,-11.6]}],"overrides":[],"textures":{"0":"item/w633856213_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3474.json b/assets/minecraft/models/w3474.json new file mode 100644 index 000000000..70c474d7d --- /dev/null +++ b/assets/minecraft/models/w3474.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[16,6.5,10.5,9]},"west":{"texture":"#0","uv":[10.5,6.5,16,9]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14,-11.6]}],"overrides":[],"textures":{"0":"item/w633856213_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3475.json b/assets/minecraft/models/w3475.json new file mode 100644 index 000000000..67a8c3f32 --- /dev/null +++ b/assets/minecraft/models/w3475.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,3,11.5,1]},"up":{"texture":"#0","uv":[13.5,1,11.5,3]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w633856213_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3476.json b/assets/minecraft/models/w3476.json new file mode 100644 index 000000000..8087b221b --- /dev/null +++ b/assets/minecraft/models/w3476.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,3,13.5,1]},"up":{"texture":"#0","uv":[11.5,1,13.5,3]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w633856213_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3477.json b/assets/minecraft/models/w3477.json new file mode 100644 index 000000000..7276cdcac --- /dev/null +++ b/assets/minecraft/models/w3477.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,11,11.5,13]},"east":{"texture":"#0","uv":[8,13,10,14]},"north":{"texture":"#0","uv":[10,13,11.5,14]},"south":{"texture":"#0","uv":[13.5,13,15,14]},"up":{"texture":"#0","uv":[11.5,13,10,11]},"west":{"texture":"#0","uv":[11.5,13,13.5,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-14.4]}],"overrides":[],"textures":{"0":"item/w633856213_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3478.json b/assets/minecraft/models/w3478.json new file mode 100644 index 000000000..d4ebef926 --- /dev/null +++ b/assets/minecraft/models/w3478.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,13.5,4,11]},"east":{"texture":"#0","uv":[4,15,6.5,13.5]},"north":{"texture":"#0","uv":[6.5,15,8,13.5]},"south":{"texture":"#0","uv":[2.5,15,4,13.5]},"up":{"texture":"#0","uv":[4,11,5.5,13.5]},"west":{"texture":"#0","uv":[0,15,2.5,13.5]}},"from":[8,8,8],"shade":false,"to":[6.8,6.8,6]}],"overrides":[],"textures":{"0":"item/w633856213_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3479.json b/assets/minecraft/models/w3479.json new file mode 100644 index 000000000..ce2110e39 --- /dev/null +++ b/assets/minecraft/models/w3479.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,11,4,13.5]},"east":{"texture":"#0","uv":[0,13.5,2.5,15]},"north":{"texture":"#0","uv":[2.5,13.5,4,15]},"south":{"texture":"#0","uv":[6.5,13.5,8,15]},"up":{"texture":"#0","uv":[4,13.5,2.5,11]},"west":{"texture":"#0","uv":[4,13.5,6.5,15]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14]}],"overrides":[],"textures":{"0":"item/w633856213_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w348.json b/assets/minecraft/models/w348.json new file mode 100644 index 000000000..7e7004e23 --- /dev/null +++ b/assets/minecraft/models/w348.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,9,6.75,9.125]},"east":{"texture":"#0","uv":[6.625,9.125,6.5,9.375]},"north":{"texture":"#0","uv":[6.5,9.125,6.25,9.375]},"south":{"texture":"#0","uv":[6.875,9.125,6.625,9.375]},"up":{"texture":"#0","uv":[6.25,9.125,6.5,9]},"west":{"texture":"#0","uv":[6.25,9.125,6.125,9.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3480.json b/assets/minecraft/models/w3480.json new file mode 100644 index 000000000..3f5d3b723 --- /dev/null +++ b/assets/minecraft/models/w3480.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,2,2.5,0]},"east":{"texture":"#0","uv":[2.5,3.5,4.5,2]},"north":{"texture":"#0","uv":[4.5,3.5,5,2]},"south":{"texture":"#0","uv":[2,3.5,2.5,2]},"up":{"texture":"#0","uv":[2.5,0,3,2]},"west":{"texture":"#0","uv":[0,3.5,2,2]}},"from":[8,8,8],"shade":false,"to":[7.6,6.8,6.4]}],"overrides":[],"textures":{"0":"item/w633856213_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3481.json b/assets/minecraft/models/w3481.json new file mode 100644 index 000000000..9d9758275 --- /dev/null +++ b/assets/minecraft/models/w3481.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,0,2.5,2]},"east":{"texture":"#0","uv":[0,2,2,3.5]},"north":{"texture":"#0","uv":[2,2,2.5,3.5]},"south":{"texture":"#0","uv":[4.5,2,5,3.5]},"up":{"texture":"#0","uv":[2.5,2,2,0]},"west":{"texture":"#0","uv":[2.5,2,4.5,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-14.400001]}],"overrides":[],"textures":{"0":"item/w633856213_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3482.json b/assets/minecraft/models/w3482.json new file mode 100644 index 000000000..f2df65a06 --- /dev/null +++ b/assets/minecraft/models/w3482.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,0,7.5,5]},"east":{"texture":"#0","uv":[0,5,5,6.5]},"north":{"texture":"#0","uv":[5,5,7.5,6.5]},"south":{"texture":"#0","uv":[12.5,5,15,6.5]},"up":{"texture":"#0","uv":[7.5,5,5,0]},"west":{"texture":"#0","uv":[7.5,5,12.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.8,-12]}],"overrides":[],"textures":{"0":"item/w1626974240_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3483.json b/assets/minecraft/models/w3483.json new file mode 100644 index 000000000..8cc484f98 --- /dev/null +++ b/assets/minecraft/models/w3483.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,6.5,5,10]},"east":{"texture":"#0","uv":[0,10,3.5,11]},"north":{"texture":"#0","uv":[3.5,10,5,11]},"south":{"texture":"#0","uv":[8.5,10,10,11]},"up":{"texture":"#0","uv":[5,10,3.5,6.5]},"west":{"texture":"#0","uv":[5,10,8.5,11]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-13.2]}],"overrides":[],"textures":{"0":"item/w1626974240_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3484.json b/assets/minecraft/models/w3484.json new file mode 100644 index 000000000..c3f4abcd8 --- /dev/null +++ b/assets/minecraft/models/w3484.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,3.5,11.5,0]},"east":{"texture":"#0","uv":[11.5,1,15,0]}},"from":[8,8,8],"shade":false,"to":[6.8,7.2,5.2]}],"overrides":[],"textures":{"0":"item/w1626974240_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3485.json b/assets/minecraft/models/w3485.json new file mode 100644 index 000000000..38a3d079e --- /dev/null +++ b/assets/minecraft/models/w3485.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[11.5,3.5,10,0]},"west":{"texture":"#0","uv":[11.5,0,15,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-13.2]}],"overrides":[],"textures":{"0":"item/w1626974240_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3486.json b/assets/minecraft/models/w3486.json new file mode 100644 index 000000000..fa4672e7b --- /dev/null +++ b/assets/minecraft/models/w3486.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,3.5,10,0]},"west":{"texture":"#0","uv":[15,1,11.5,0]}},"from":[8,8,8],"shade":false,"to":[6.8,7.2,5.2]}],"overrides":[],"textures":{"0":"item/w1626974240_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3487.json b/assets/minecraft/models/w3487.json new file mode 100644 index 000000000..d6e6e3483 --- /dev/null +++ b/assets/minecraft/models/w3487.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15,0,11.5,1]},"up":{"texture":"#0","uv":[10,3.5,11.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-13.2]}],"overrides":[],"textures":{"0":"item/w1626974240_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3488.json b/assets/minecraft/models/w3488.json new file mode 100644 index 000000000..252c0418a --- /dev/null +++ b/assets/minecraft/models/w3488.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,9,10.5,6.5]},"up":{"texture":"#0","uv":[10.5,6.5,6.5,9]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-16,-14]}],"overrides":[],"textures":{"0":"item/w1626974240_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3489.json b/assets/minecraft/models/w3489.json new file mode 100644 index 000000000..362bb34d2 --- /dev/null +++ b/assets/minecraft/models/w3489.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[16,6.5,10.5,9]},"west":{"texture":"#0","uv":[10.5,6.5,16,9]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14,-11.6]}],"overrides":[],"textures":{"0":"item/w1626974240_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w349.json b/assets/minecraft/models/w349.json new file mode 100644 index 000000000..d2e31cccd --- /dev/null +++ b/assets/minecraft/models/w349.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,9.5,6.75,9.625]},"east":{"texture":"#0","uv":[6.625,9.625,6.5,9.875]},"north":{"texture":"#0","uv":[6.5,9.625,6.25,9.875]},"south":{"texture":"#0","uv":[6.875,9.625,6.625,9.875]},"up":{"texture":"#0","uv":[6.25,9.625,6.5,9.5]},"west":{"texture":"#0","uv":[6.25,9.625,6.125,9.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3490.json b/assets/minecraft/models/w3490.json new file mode 100644 index 000000000..362bb34d2 --- /dev/null +++ b/assets/minecraft/models/w3490.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[16,6.5,10.5,9]},"west":{"texture":"#0","uv":[10.5,6.5,16,9]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14,-11.6]}],"overrides":[],"textures":{"0":"item/w1626974240_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3491.json b/assets/minecraft/models/w3491.json new file mode 100644 index 000000000..46b4fd643 --- /dev/null +++ b/assets/minecraft/models/w3491.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,3,11.5,1]},"up":{"texture":"#0","uv":[13.5,1,11.5,3]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1626974240_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3492.json b/assets/minecraft/models/w3492.json new file mode 100644 index 000000000..d31bd6133 --- /dev/null +++ b/assets/minecraft/models/w3492.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,3,13.5,1]},"up":{"texture":"#0","uv":[11.5,1,13.5,3]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1626974240_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3493.json b/assets/minecraft/models/w3493.json new file mode 100644 index 000000000..4ae863370 --- /dev/null +++ b/assets/minecraft/models/w3493.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,11,11.5,13]},"east":{"texture":"#0","uv":[8,13,10,14]},"north":{"texture":"#0","uv":[10,13,11.5,14]},"south":{"texture":"#0","uv":[13.5,13,15,14]},"up":{"texture":"#0","uv":[11.5,13,10,11]},"west":{"texture":"#0","uv":[11.5,13,13.5,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1626974240_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3494.json b/assets/minecraft/models/w3494.json new file mode 100644 index 000000000..2410db054 --- /dev/null +++ b/assets/minecraft/models/w3494.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,13.5,4,11]},"east":{"texture":"#0","uv":[4,15,6.5,13.5]},"north":{"texture":"#0","uv":[6.5,15,8,13.5]},"south":{"texture":"#0","uv":[2.5,15,4,13.5]},"up":{"texture":"#0","uv":[4,11,5.5,13.5]},"west":{"texture":"#0","uv":[0,15,2.5,13.5]}},"from":[8,8,8],"shade":false,"to":[6.8,6.8,6]}],"overrides":[],"textures":{"0":"item/w1626974240_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3495.json b/assets/minecraft/models/w3495.json new file mode 100644 index 000000000..403a55fbf --- /dev/null +++ b/assets/minecraft/models/w3495.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,11,4,13.5]},"east":{"texture":"#0","uv":[0,13.5,2.5,15]},"north":{"texture":"#0","uv":[2.5,13.5,4,15]},"south":{"texture":"#0","uv":[6.5,13.5,8,15]},"up":{"texture":"#0","uv":[4,13.5,2.5,11]},"west":{"texture":"#0","uv":[4,13.5,6.5,15]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14]}],"overrides":[],"textures":{"0":"item/w1626974240_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3496.json b/assets/minecraft/models/w3496.json new file mode 100644 index 000000000..a8beb826f --- /dev/null +++ b/assets/minecraft/models/w3496.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,2,2.5,0]},"east":{"texture":"#0","uv":[2.5,3.5,4.5,2]},"north":{"texture":"#0","uv":[4.5,3.5,5,2]},"south":{"texture":"#0","uv":[2,3.5,2.5,2]},"up":{"texture":"#0","uv":[2.5,0,3,2]},"west":{"texture":"#0","uv":[0,3.5,2,2]}},"from":[8,8,8],"shade":false,"to":[7.6,6.8,6.4]}],"overrides":[],"textures":{"0":"item/w1626974240_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3497.json b/assets/minecraft/models/w3497.json new file mode 100644 index 000000000..2c2231f97 --- /dev/null +++ b/assets/minecraft/models/w3497.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,0,2.5,2]},"east":{"texture":"#0","uv":[0,2,2,3.5]},"north":{"texture":"#0","uv":[2,2,2.5,3.5]},"south":{"texture":"#0","uv":[4.5,2,5,3.5]},"up":{"texture":"#0","uv":[2.5,2,2,0]},"west":{"texture":"#0","uv":[2.5,2,4.5,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-14.400001]}],"overrides":[],"textures":{"0":"item/w1626974240_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3498.json b/assets/minecraft/models/w3498.json new file mode 100644 index 000000000..21653ffb7 --- /dev/null +++ b/assets/minecraft/models/w3498.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,0,7.5,5]},"east":{"texture":"#0","uv":[0,5,5,6.5]},"north":{"texture":"#0","uv":[5,5,7.5,6.5]},"south":{"texture":"#0","uv":[12.5,5,15,6.5]},"up":{"texture":"#0","uv":[7.5,5,5,0]},"west":{"texture":"#0","uv":[7.5,5,12.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.8,-12]}],"overrides":[],"textures":{"0":"item/w1405930463_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3499.json b/assets/minecraft/models/w3499.json new file mode 100644 index 000000000..18d022696 --- /dev/null +++ b/assets/minecraft/models/w3499.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,6.5,5,10]},"east":{"texture":"#0","uv":[0,10,3.5,11]},"north":{"texture":"#0","uv":[3.5,10,5,11]},"south":{"texture":"#0","uv":[8.5,10,10,11]},"up":{"texture":"#0","uv":[5,10,3.5,6.5]},"west":{"texture":"#0","uv":[5,10,8.5,11]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-13.2]}],"overrides":[],"textures":{"0":"item/w1405930463_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w35.json b/assets/minecraft/models/w35.json new file mode 100644 index 000000000..90597fdcc --- /dev/null +++ b/assets/minecraft/models/w35.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,2,6.5,2.5]},"east":{"texture":"#0","uv":[6.5,3.125,6,4]},"north":{"texture":"#0","uv":[6,3.125,5.5,4]},"south":{"texture":"#0","uv":[7,3.125,6.5,4]},"up":{"texture":"#0","uv":[5,2.5,5.5,2]},"west":{"texture":"#0","uv":[5.5,3.125,5,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.408,-13.208,-14.408]}],"overrides":[],"textures":{"0":"item/w419070065_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w350.json b/assets/minecraft/models/w350.json new file mode 100644 index 000000000..7e7fd8bc3 --- /dev/null +++ b/assets/minecraft/models/w350.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,11.125,1.125,11.5]},"east":{"texture":"#0","uv":[1.125,11.5,0.75,12.875]},"north":{"texture":"#0","uv":[0.75,11.5,0.375,12.875]},"south":{"texture":"#0","uv":[1.5,11.5,1.125,12.875]},"up":{"texture":"#0","uv":[0.375,11.5,0.75,11.125]},"west":{"texture":"#0","uv":[0.375,11.5,0,12.875]}},"from":[-15.7975,-13.4,-15.8],"shade":false,"to":[-14.5975,-9,-14.6]},{"faces":{"down":{"texture":"#0","uv":[2.75,10.25,3.25,10.625]},"east":{"texture":"#0","uv":[3.125,10.625,2.75,11]},"north":{"texture":"#0","uv":[2.75,10.625,2.25,11]},"south":{"texture":"#0","uv":[3.625,10.625,3.125,11]},"up":{"texture":"#0","uv":[2.25,10.625,2.75,10.25]},"west":{"texture":"#0","uv":[2.25,10.625,1.875,11]}},"from":[-16,-14.4,-15.668629],"rotation":{"angle":45,"axis":"x","origin":[-15.1975,-13.6,-14.868629],"rescale":false},"shade":false,"to":[-14.3949995,-13.268629,-14.537258]},{"faces":{"down":{"texture":"#0","uv":[5,8.625,5.5,9.125]},"east":{"texture":"#0","uv":[5.5,9.125,5,9.875]},"north":{"texture":"#0","uv":[5,9.125,4.5,9.875]},"south":{"texture":"#0","uv":[6,9.125,5.5,9.875]},"up":{"texture":"#0","uv":[4.5,9.125,5,8.625]},"west":{"texture":"#0","uv":[4.5,9.125,4,9.875]}},"from":[-15.997499,-16,-16],"shade":false,"to":[-14.397499,-13.6,-14.4]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3500.json b/assets/minecraft/models/w3500.json new file mode 100644 index 000000000..1cdd89046 --- /dev/null +++ b/assets/minecraft/models/w3500.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,3.5,11.5,0]},"east":{"texture":"#0","uv":[11.5,1,15,0]}},"from":[8,8,8],"shade":false,"to":[6.8,7.2,5.2]}],"overrides":[],"textures":{"0":"item/w1405930463_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3501.json b/assets/minecraft/models/w3501.json new file mode 100644 index 000000000..f7d51f57c --- /dev/null +++ b/assets/minecraft/models/w3501.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[11.5,3.5,10,0]},"west":{"texture":"#0","uv":[11.5,0,15,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-13.2]}],"overrides":[],"textures":{"0":"item/w1405930463_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3502.json b/assets/minecraft/models/w3502.json new file mode 100644 index 000000000..fa613bbe3 --- /dev/null +++ b/assets/minecraft/models/w3502.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,3.5,10,0]},"west":{"texture":"#0","uv":[15,1,11.5,0]}},"from":[8,8,8],"shade":false,"to":[6.8,7.2,5.2]}],"overrides":[],"textures":{"0":"item/w1405930463_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3503.json b/assets/minecraft/models/w3503.json new file mode 100644 index 000000000..cce5b5da4 --- /dev/null +++ b/assets/minecraft/models/w3503.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15,0,11.5,1]},"up":{"texture":"#0","uv":[10,3.5,11.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-13.2]}],"overrides":[],"textures":{"0":"item/w1405930463_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3504.json b/assets/minecraft/models/w3504.json new file mode 100644 index 000000000..2903d8d5a --- /dev/null +++ b/assets/minecraft/models/w3504.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,9,10.5,6.5]},"up":{"texture":"#0","uv":[10.5,6.5,6.5,9]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-16,-14]}],"overrides":[],"textures":{"0":"item/w1405930463_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3505.json b/assets/minecraft/models/w3505.json new file mode 100644 index 000000000..7b08ce3fd --- /dev/null +++ b/assets/minecraft/models/w3505.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[16,6.5,10.5,9]},"west":{"texture":"#0","uv":[10.5,6.5,16,9]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14,-11.6]}],"overrides":[],"textures":{"0":"item/w1405930463_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3506.json b/assets/minecraft/models/w3506.json new file mode 100644 index 000000000..7b08ce3fd --- /dev/null +++ b/assets/minecraft/models/w3506.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[16,6.5,10.5,9]},"west":{"texture":"#0","uv":[10.5,6.5,16,9]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14,-11.6]}],"overrides":[],"textures":{"0":"item/w1405930463_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3507.json b/assets/minecraft/models/w3507.json new file mode 100644 index 000000000..9efdef97d --- /dev/null +++ b/assets/minecraft/models/w3507.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,3,11.5,1]},"up":{"texture":"#0","uv":[13.5,1,11.5,3]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1405930463_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3508.json b/assets/minecraft/models/w3508.json new file mode 100644 index 000000000..201258dbc --- /dev/null +++ b/assets/minecraft/models/w3508.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,3,13.5,1]},"up":{"texture":"#0","uv":[11.5,1,13.5,3]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1405930463_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3509.json b/assets/minecraft/models/w3509.json new file mode 100644 index 000000000..dc900d958 --- /dev/null +++ b/assets/minecraft/models/w3509.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,11,11.5,13]},"east":{"texture":"#0","uv":[8,13,10,14]},"north":{"texture":"#0","uv":[10,13,11.5,14]},"south":{"texture":"#0","uv":[13.5,13,15,14]},"up":{"texture":"#0","uv":[11.5,13,10,11]},"west":{"texture":"#0","uv":[11.5,13,13.5,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1405930463_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w351.json b/assets/minecraft/models/w351.json new file mode 100644 index 000000000..53ceed15a --- /dev/null +++ b/assets/minecraft/models/w351.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.625,8.625,6.75,8.75]},"east":{"texture":"#0","uv":[6.75,8.75,6.625,8.875]},"north":{"texture":"#0","uv":[6.625,8.75,6.5,8.875]},"south":{"texture":"#0","uv":[6.875,8.75,6.75,8.875]},"up":{"texture":"#0","uv":[6.5,8.75,6.625,8.625]},"west":{"texture":"#0","uv":[6.5,8.75,6.375,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.426313,-15.426314,-15.592]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3510.json b/assets/minecraft/models/w3510.json new file mode 100644 index 000000000..66f24a129 --- /dev/null +++ b/assets/minecraft/models/w3510.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,13.5,4,11]},"east":{"texture":"#0","uv":[4,15,6.5,13.5]},"north":{"texture":"#0","uv":[6.5,15,8,13.5]},"south":{"texture":"#0","uv":[2.5,15,4,13.5]},"up":{"texture":"#0","uv":[4,11,5.5,13.5]},"west":{"texture":"#0","uv":[0,15,2.5,13.5]}},"from":[8,8,8],"shade":false,"to":[6.8,6.8,6]}],"overrides":[],"textures":{"0":"item/w1405930463_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3511.json b/assets/minecraft/models/w3511.json new file mode 100644 index 000000000..69ee4a238 --- /dev/null +++ b/assets/minecraft/models/w3511.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,11,4,13.5]},"east":{"texture":"#0","uv":[0,13.5,2.5,15]},"north":{"texture":"#0","uv":[2.5,13.5,4,15]},"south":{"texture":"#0","uv":[6.5,13.5,8,15]},"up":{"texture":"#0","uv":[4,13.5,2.5,11]},"west":{"texture":"#0","uv":[4,13.5,6.5,15]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14]}],"overrides":[],"textures":{"0":"item/w1405930463_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3512.json b/assets/minecraft/models/w3512.json new file mode 100644 index 000000000..58307d715 --- /dev/null +++ b/assets/minecraft/models/w3512.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,2,2.5,0]},"east":{"texture":"#0","uv":[2.5,3.5,4.5,2]},"north":{"texture":"#0","uv":[4.5,3.5,5,2]},"south":{"texture":"#0","uv":[2,3.5,2.5,2]},"up":{"texture":"#0","uv":[2.5,0,3,2]},"west":{"texture":"#0","uv":[0,3.5,2,2]}},"from":[8,8,8],"shade":false,"to":[7.6,6.8,6.4]}],"overrides":[],"textures":{"0":"item/w1405930463_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3513.json b/assets/minecraft/models/w3513.json new file mode 100644 index 000000000..751e54bcf --- /dev/null +++ b/assets/minecraft/models/w3513.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,0,2.5,2]},"east":{"texture":"#0","uv":[0,2,2,3.5]},"north":{"texture":"#0","uv":[2,2,2.5,3.5]},"south":{"texture":"#0","uv":[4.5,2,5,3.5]},"up":{"texture":"#0","uv":[2.5,2,2,0]},"west":{"texture":"#0","uv":[2.5,2,4.5,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-14.400001]}],"overrides":[],"textures":{"0":"item/w1405930463_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3514.json b/assets/minecraft/models/w3514.json new file mode 100644 index 000000000..064c2d921 --- /dev/null +++ b/assets/minecraft/models/w3514.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,0,7.5,5]},"east":{"texture":"#0","uv":[0,5,5,6.5]},"north":{"texture":"#0","uv":[5,5,7.5,6.5]},"south":{"texture":"#0","uv":[12.5,5,15,6.5]},"up":{"texture":"#0","uv":[7.5,5,5,0]},"west":{"texture":"#0","uv":[7.5,5,12.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.8,-12]}],"overrides":[],"textures":{"0":"item/w336675831_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3515.json b/assets/minecraft/models/w3515.json new file mode 100644 index 000000000..19773b5c4 --- /dev/null +++ b/assets/minecraft/models/w3515.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,6.5,5,10]},"east":{"texture":"#0","uv":[0,10,3.5,11]},"north":{"texture":"#0","uv":[3.5,10,5,11]},"south":{"texture":"#0","uv":[8.5,10,10,11]},"up":{"texture":"#0","uv":[5,10,3.5,6.5]},"west":{"texture":"#0","uv":[5,10,8.5,11]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-13.2]}],"overrides":[],"textures":{"0":"item/w336675831_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3516.json b/assets/minecraft/models/w3516.json new file mode 100644 index 000000000..108acb277 --- /dev/null +++ b/assets/minecraft/models/w3516.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,3.5,11.5,0]},"east":{"texture":"#0","uv":[11.5,1,15,0]}},"from":[8,8,8],"shade":false,"to":[6.8,7.2,5.2]}],"overrides":[],"textures":{"0":"item/w336675831_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3517.json b/assets/minecraft/models/w3517.json new file mode 100644 index 000000000..5aef2b083 --- /dev/null +++ b/assets/minecraft/models/w3517.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[11.5,3.5,10,0]},"west":{"texture":"#0","uv":[11.5,0,15,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-13.2]}],"overrides":[],"textures":{"0":"item/w336675831_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3518.json b/assets/minecraft/models/w3518.json new file mode 100644 index 000000000..771217789 --- /dev/null +++ b/assets/minecraft/models/w3518.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,3.5,10,0]},"west":{"texture":"#0","uv":[15,1,11.5,0]}},"from":[8,8,8],"shade":false,"to":[6.8,7.2,5.2]}],"overrides":[],"textures":{"0":"item/w336675831_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3519.json b/assets/minecraft/models/w3519.json new file mode 100644 index 000000000..3d328c2da --- /dev/null +++ b/assets/minecraft/models/w3519.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15,0,11.5,1]},"up":{"texture":"#0","uv":[10,3.5,11.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-13.2]}],"overrides":[],"textures":{"0":"item/w336675831_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w352.json b/assets/minecraft/models/w352.json new file mode 100644 index 000000000..cec7e8ed8 --- /dev/null +++ b/assets/minecraft/models/w352.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,6.625,2.875,6.625]},"east":{"texture":"#0","uv":[2.5,6.625,2.5,7]},"north":{"texture":"#0","uv":[2.5,6.625,2.125,7]},"south":{"texture":"#0","uv":[2.875,6.625,2.5,7]},"up":{"texture":"#0","uv":[2.125,6.625,2.5,6.625]},"west":{"texture":"#0","uv":[2.125,6.625,2.125,7]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3520.json b/assets/minecraft/models/w3520.json new file mode 100644 index 000000000..88319df72 --- /dev/null +++ b/assets/minecraft/models/w3520.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,9,10.5,6.5]},"up":{"texture":"#0","uv":[10.5,6.5,6.5,9]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-16,-14]}],"overrides":[],"textures":{"0":"item/w336675831_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3521.json b/assets/minecraft/models/w3521.json new file mode 100644 index 000000000..2b5c637b5 --- /dev/null +++ b/assets/minecraft/models/w3521.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[16,6.5,10.5,9]},"west":{"texture":"#0","uv":[10.5,6.5,16,9]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14,-11.6]}],"overrides":[],"textures":{"0":"item/w336675831_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3522.json b/assets/minecraft/models/w3522.json new file mode 100644 index 000000000..2b5c637b5 --- /dev/null +++ b/assets/minecraft/models/w3522.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[16,6.5,10.5,9]},"west":{"texture":"#0","uv":[10.5,6.5,16,9]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14,-11.6]}],"overrides":[],"textures":{"0":"item/w336675831_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3523.json b/assets/minecraft/models/w3523.json new file mode 100644 index 000000000..a52c6bd36 --- /dev/null +++ b/assets/minecraft/models/w3523.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,3,11.5,1]},"up":{"texture":"#0","uv":[13.5,1,11.5,3]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w336675831_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3524.json b/assets/minecraft/models/w3524.json new file mode 100644 index 000000000..454f08f19 --- /dev/null +++ b/assets/minecraft/models/w3524.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,3,13.5,1]},"up":{"texture":"#0","uv":[11.5,1,13.5,3]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w336675831_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3525.json b/assets/minecraft/models/w3525.json new file mode 100644 index 000000000..f99ecdb5d --- /dev/null +++ b/assets/minecraft/models/w3525.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,11,11.5,13]},"east":{"texture":"#0","uv":[8,13,10,14]},"north":{"texture":"#0","uv":[10,13,11.5,14]},"south":{"texture":"#0","uv":[13.5,13,15,14]},"up":{"texture":"#0","uv":[11.5,13,10,11]},"west":{"texture":"#0","uv":[11.5,13,13.5,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-14.4]}],"overrides":[],"textures":{"0":"item/w336675831_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3526.json b/assets/minecraft/models/w3526.json new file mode 100644 index 000000000..875cad239 --- /dev/null +++ b/assets/minecraft/models/w3526.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,13.5,4,11]},"east":{"texture":"#0","uv":[4,15,6.5,13.5]},"north":{"texture":"#0","uv":[6.5,15,8,13.5]},"south":{"texture":"#0","uv":[2.5,15,4,13.5]},"up":{"texture":"#0","uv":[4,11,5.5,13.5]},"west":{"texture":"#0","uv":[0,15,2.5,13.5]}},"from":[8,8,8],"shade":false,"to":[6.8,6.8,6]}],"overrides":[],"textures":{"0":"item/w336675831_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3527.json b/assets/minecraft/models/w3527.json new file mode 100644 index 000000000..b89c97308 --- /dev/null +++ b/assets/minecraft/models/w3527.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,11,4,13.5]},"east":{"texture":"#0","uv":[0,13.5,2.5,15]},"north":{"texture":"#0","uv":[2.5,13.5,4,15]},"south":{"texture":"#0","uv":[6.5,13.5,8,15]},"up":{"texture":"#0","uv":[4,13.5,2.5,11]},"west":{"texture":"#0","uv":[4,13.5,6.5,15]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14]}],"overrides":[],"textures":{"0":"item/w336675831_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3528.json b/assets/minecraft/models/w3528.json new file mode 100644 index 000000000..aabd20cac --- /dev/null +++ b/assets/minecraft/models/w3528.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,2,2.5,0]},"east":{"texture":"#0","uv":[2.5,3.5,4.5,2]},"north":{"texture":"#0","uv":[4.5,3.5,5,2]},"south":{"texture":"#0","uv":[2,3.5,2.5,2]},"up":{"texture":"#0","uv":[2.5,0,3,2]},"west":{"texture":"#0","uv":[0,3.5,2,2]}},"from":[8,8,8],"shade":false,"to":[7.6,6.8,6.4]}],"overrides":[],"textures":{"0":"item/w336675831_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3529.json b/assets/minecraft/models/w3529.json new file mode 100644 index 000000000..894c86240 --- /dev/null +++ b/assets/minecraft/models/w3529.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,0,2.5,2]},"east":{"texture":"#0","uv":[0,2,2,3.5]},"north":{"texture":"#0","uv":[2,2,2.5,3.5]},"south":{"texture":"#0","uv":[4.5,2,5,3.5]},"up":{"texture":"#0","uv":[2.5,2,2,0]},"west":{"texture":"#0","uv":[2.5,2,4.5,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-14.400001]}],"overrides":[],"textures":{"0":"item/w336675831_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w353.json b/assets/minecraft/models/w353.json new file mode 100644 index 000000000..cec7e8ed8 --- /dev/null +++ b/assets/minecraft/models/w353.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,6.625,2.875,6.625]},"east":{"texture":"#0","uv":[2.5,6.625,2.5,7]},"north":{"texture":"#0","uv":[2.5,6.625,2.125,7]},"south":{"texture":"#0","uv":[2.875,6.625,2.5,7]},"up":{"texture":"#0","uv":[2.125,6.625,2.5,6.625]},"west":{"texture":"#0","uv":[2.125,6.625,2.125,7]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3530.json b/assets/minecraft/models/w3530.json new file mode 100644 index 000000000..0d7bb27b2 --- /dev/null +++ b/assets/minecraft/models/w3530.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,2,9.75,2.25]},"east":{"texture":"#0","uv":[8.25,2.25,8.5,2.75]},"north":{"texture":"#0","uv":[8.5,2.25,9.75,2.75]},"south":{"texture":"#0","uv":[10,2.25,11.25,2.75]},"up":{"texture":"#0","uv":[9.75,2.25,8.5,2]},"west":{"texture":"#0","uv":[9.75,2.25,10,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1664449374_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3531.json b/assets/minecraft/models/w3531.json new file mode 100644 index 000000000..276293791 --- /dev/null +++ b/assets/minecraft/models/w3531.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.75,2,11,2.25]},"east":{"texture":"#0","uv":[10,2.25,9.75,2.75]},"north":{"texture":"#0","uv":[9.75,2.25,8.5,2.75]},"south":{"texture":"#0","uv":[11.25,2.25,10,2.75]},"up":{"texture":"#0","uv":[8.5,2.25,9.75,2]},"west":{"texture":"#0","uv":[8.5,2.25,8.25,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1664449374_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3532.json b/assets/minecraft/models/w3532.json new file mode 100644 index 000000000..c21c7352b --- /dev/null +++ b/assets/minecraft/models/w3532.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,2,9.5,2.25]},"east":{"texture":"#0","uv":[8.25,2.25,8.5,2.75]},"north":{"texture":"#0","uv":[8.5,2.25,9.5,2.75]},"south":{"texture":"#0","uv":[9.75,2.25,10.75,2.75]},"up":{"texture":"#0","uv":[9.5,2.25,8.5,2]},"west":{"texture":"#0","uv":[9.5,2.25,9.75,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.28,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1664449374_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3533.json b/assets/minecraft/models/w3533.json new file mode 100644 index 000000000..5903ce284 --- /dev/null +++ b/assets/minecraft/models/w3533.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,2,10.5,2.25]},"east":{"texture":"#0","uv":[9.75,2.25,9.5,2.75]},"north":{"texture":"#0","uv":[9.5,2.25,8.5,2.75]},"south":{"texture":"#0","uv":[10.75,2.25,9.75,2.75]},"up":{"texture":"#0","uv":[8.5,2.25,9.5,2]},"west":{"texture":"#0","uv":[8.5,2.25,8.25,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.28,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1664449374_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3534.json b/assets/minecraft/models/w3534.json new file mode 100644 index 000000000..b3eb24e52 --- /dev/null +++ b/assets/minecraft/models/w3534.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,0,5.5,2.75]},"east":{"texture":"#0","uv":[0,2.75,2.75,5.5]},"north":{"texture":"#0","uv":[2.75,2.75,5.5,5.5]},"south":{"texture":"#0","uv":[8.25,2.75,11,5.5]},"up":{"texture":"#0","uv":[5.5,2.75,2.75,0]},"west":{"texture":"#0","uv":[5.5,2.75,8.25,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-11.6,-11.6,-11.6]}],"overrides":[],"textures":{"0":"item/w1664449374_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3535.json b/assets/minecraft/models/w3535.json new file mode 100644 index 000000000..d1919ded3 --- /dev/null +++ b/assets/minecraft/models/w3535.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,5.5,3,7]},"east":{"texture":"#0","uv":[0,7,1.5,10]},"north":{"texture":"#0","uv":[1.5,7,3,10]},"south":{"texture":"#0","uv":[4.5,7,6,10]},"up":{"texture":"#0","uv":[3,7,1.5,5.5]},"west":{"texture":"#0","uv":[3,7,4.5,10]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-11.199999,-13.6]}],"overrides":[],"textures":{"0":"item/w1664449374_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3536.json b/assets/minecraft/models/w3536.json new file mode 100644 index 000000000..ff60d5568 --- /dev/null +++ b/assets/minecraft/models/w3536.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,5.5,4.5,7]},"east":{"texture":"#0","uv":[4.5,7,3,10]},"north":{"texture":"#0","uv":[3,7,1.5,10]},"south":{"texture":"#0","uv":[6,7,4.5,10]},"up":{"texture":"#0","uv":[1.5,7,3,5.5]},"west":{"texture":"#0","uv":[1.5,7,0,10]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-11.199999,-13.6]}],"overrides":[],"textures":{"0":"item/w1664449374_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3537.json b/assets/minecraft/models/w3537.json new file mode 100644 index 000000000..fba44a4e9 --- /dev/null +++ b/assets/minecraft/models/w3537.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,5.5,3,7]},"east":{"texture":"#0","uv":[0,7,1.5,10]},"north":{"texture":"#0","uv":[1.5,7,3,10]},"south":{"texture":"#0","uv":[4.5,7,6,10]},"up":{"texture":"#0","uv":[3,7,1.5,5.5]},"west":{"texture":"#0","uv":[3,7,4.5,10]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-11.2,-13.6]}],"overrides":[],"textures":{"0":"item/w1664449374_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3538.json b/assets/minecraft/models/w3538.json new file mode 100644 index 000000000..4f8c47de3 --- /dev/null +++ b/assets/minecraft/models/w3538.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,1,1,1.25]},"east":{"texture":"#0","uv":[0,1.25,0.25,2]},"north":{"texture":"#0","uv":[0.25,1.25,1,2]},"south":{"texture":"#0","uv":[1.25,1.25,2,2]},"up":{"texture":"#0","uv":[1,1.25,0.25,1]},"west":{"texture":"#0","uv":[1,1.25,1.25,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1664449374_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3539.json b/assets/minecraft/models/w3539.json new file mode 100644 index 000000000..a63313f7b --- /dev/null +++ b/assets/minecraft/models/w3539.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0,0.5,0.5]},"east":{"texture":"#0","uv":[-0.5,0.5,0,0.5]},"north":{"texture":"#0","uv":[0,0.5,0.5,0.5]},"south":{"texture":"#0","uv":[1,0.5,1.5,0.5]},"up":{"texture":"#0","uv":[0.5,0.5,0,0]},"west":{"texture":"#0","uv":[0.5,0.5,1,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1664449374_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w354.json b/assets/minecraft/models/w354.json new file mode 100644 index 000000000..48311c75d --- /dev/null +++ b/assets/minecraft/models/w354.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.375,8.625,7.25,8.75]},"east":{"texture":"#0","uv":[7,8.75,7.125,8.875]},"north":{"texture":"#0","uv":[7.125,8.75,7.25,8.875]},"south":{"texture":"#0","uv":[7.375,8.75,7.5,8.875]},"up":{"texture":"#0","uv":[7.25,8.75,7.125,8.625]},"west":{"texture":"#0","uv":[7.25,8.75,7.375,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.426314,-15.426314,-15.592]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3540.json b/assets/minecraft/models/w3540.json new file mode 100644 index 000000000..0280c8f14 --- /dev/null +++ b/assets/minecraft/models/w3540.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0.5,0.5,1]},"up":{"texture":"#0","uv":[0.5,1,0,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.36,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1664449374_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3541.json b/assets/minecraft/models/w3541.json new file mode 100644 index 000000000..a63313f7b --- /dev/null +++ b/assets/minecraft/models/w3541.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0,0.5,0.5]},"east":{"texture":"#0","uv":[-0.5,0.5,0,0.5]},"north":{"texture":"#0","uv":[0,0.5,0.5,0.5]},"south":{"texture":"#0","uv":[1,0.5,1.5,0.5]},"up":{"texture":"#0","uv":[0.5,0.5,0,0]},"west":{"texture":"#0","uv":[0.5,0.5,1,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1664449374_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3542.json b/assets/minecraft/models/w3542.json new file mode 100644 index 000000000..f68570b63 --- /dev/null +++ b/assets/minecraft/models/w3542.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0.5,0.5,1]},"up":{"texture":"#0","uv":[0.5,1,0,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.36,-16,-15.28]}],"overrides":[],"textures":{"0":"item/w1664449374_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3543.json b/assets/minecraft/models/w3543.json new file mode 100644 index 000000000..ef8dfe0ff --- /dev/null +++ b/assets/minecraft/models/w3543.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,0,1,0.5]},"east":{"texture":"#0","uv":[1,0.5,0.5,0.5]},"north":{"texture":"#0","uv":[0.5,0.5,0,0.5]},"south":{"texture":"#0","uv":[1.5,0.5,1,0.5]},"up":{"texture":"#0","uv":[0,0.5,0.5,0]},"west":{"texture":"#0","uv":[0,0.5,-0.5,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1664449374_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3544.json b/assets/minecraft/models/w3544.json new file mode 100644 index 000000000..d012acad8 --- /dev/null +++ b/assets/minecraft/models/w3544.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,0.5,1,1]},"up":{"texture":"#0","uv":[0,1,0.5,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.36,-16,-15.28]}],"overrides":[],"textures":{"0":"item/w1664449374_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3545.json b/assets/minecraft/models/w3545.json new file mode 100644 index 000000000..6c4fdea67 --- /dev/null +++ b/assets/minecraft/models/w3545.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,5.5,8,6.5]},"east":{"texture":"#0","uv":[6,6.5,7,11]},"north":{"texture":"#0","uv":[7,6.5,8,11]},"south":{"texture":"#0","uv":[9,6.5,10,11]},"up":{"texture":"#0","uv":[8,6.5,7,5.5]},"west":{"texture":"#0","uv":[8,6.5,9,11]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-8.8,-14.4]}],"overrides":[],"textures":{"0":"item/w1664449374_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3546.json b/assets/minecraft/models/w3546.json new file mode 100644 index 000000000..eead2fe0a --- /dev/null +++ b/assets/minecraft/models/w3546.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,5.5,12,6.5]},"east":{"texture":"#0","uv":[10,6.5,11,11]},"north":{"texture":"#0","uv":[11,6.5,12,11]},"south":{"texture":"#0","uv":[13,6.5,14,11]},"up":{"texture":"#0","uv":[12,6.5,11,5.5]},"west":{"texture":"#0","uv":[12,6.5,13,11]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-8.8,-14.4]}],"overrides":[],"textures":{"0":"item/w1664449374_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3547.json b/assets/minecraft/models/w3547.json new file mode 100644 index 000000000..fcfb49158 --- /dev/null +++ b/assets/minecraft/models/w3547.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,5.5,13,6.5]},"east":{"texture":"#0","uv":[13,6.5,12,11]},"north":{"texture":"#0","uv":[12,6.5,11,11]},"south":{"texture":"#0","uv":[14,6.5,13,11]},"up":{"texture":"#0","uv":[11,6.5,12,5.5]},"west":{"texture":"#0","uv":[11,6.5,10,11]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-8.8,-14.4]}],"overrides":[],"textures":{"0":"item/w1664449374_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3548.json b/assets/minecraft/models/w3548.json new file mode 100644 index 000000000..5ef3a4518 --- /dev/null +++ b/assets/minecraft/models/w3548.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,10,1.5,10.75]},"east":{"texture":"#0","uv":[0,10.75,0.75,14.25]},"north":{"texture":"#0","uv":[0.75,10.75,1.5,14.25]},"south":{"texture":"#0","uv":[2.25,10.75,3,14.25]},"up":{"texture":"#0","uv":[1.5,10.75,0.75,10]},"west":{"texture":"#0","uv":[1.5,10.75,2.25,14.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-10.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1664449374_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3549.json b/assets/minecraft/models/w3549.json new file mode 100644 index 000000000..f9832c657 --- /dev/null +++ b/assets/minecraft/models/w3549.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,10,2.25,10.75]},"east":{"texture":"#0","uv":[2.25,10.75,1.5,14.25]},"north":{"texture":"#0","uv":[1.5,10.75,0.75,14.25]},"south":{"texture":"#0","uv":[3,10.75,2.25,14.25]},"up":{"texture":"#0","uv":[0.75,10.75,1.5,10]},"west":{"texture":"#0","uv":[0.75,10.75,0,14.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-10.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1664449374_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w355.json b/assets/minecraft/models/w355.json new file mode 100644 index 000000000..466003e89 --- /dev/null +++ b/assets/minecraft/models/w355.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,9,7.375,9.125]},"east":{"texture":"#0","uv":[7,9.125,7.125,9.375]},"north":{"texture":"#0","uv":[7.125,9.125,7.375,9.375]},"south":{"texture":"#0","uv":[7.5,9.125,7.75,9.375]},"up":{"texture":"#0","uv":[7.375,9.125,7.125,9]},"west":{"texture":"#0","uv":[7.375,9.125,7.5,9.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3550.json b/assets/minecraft/models/w3550.json new file mode 100644 index 000000000..459d11dd6 --- /dev/null +++ b/assets/minecraft/models/w3550.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,10,5.25,10.75]},"east":{"texture":"#0","uv":[5.25,10.75,4.5,14.25]},"north":{"texture":"#0","uv":[4.5,10.75,3.75,14.25]},"south":{"texture":"#0","uv":[6,10.75,5.25,14.25]},"up":{"texture":"#0","uv":[3.75,10.75,4.5,10]},"west":{"texture":"#0","uv":[3.75,10.75,3,14.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-10.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1664449374_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3551.json b/assets/minecraft/models/w3551.json new file mode 100644 index 000000000..80bd0c556 --- /dev/null +++ b/assets/minecraft/models/w3551.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,11,9.5,13]},"east":{"texture":"#0","uv":[6,13,8,13.75]},"north":{"texture":"#0","uv":[8,13,9.5,13.75]},"south":{"texture":"#0","uv":[11.5,13,13,13.75]},"up":{"texture":"#0","uv":[9.5,13,8,11]},"west":{"texture":"#0","uv":[9.5,13,11.5,13.75]}},"from":[-16,-16,-14.2],"shade":false,"to":[-13.6,-14.8,-11]},{"faces":{"down":{"texture":"#0","uv":[14,2,13.25,3.5]},"east":{"texture":"#0","uv":[11,3.5,12.5,4]},"north":{"texture":"#0","uv":[12.5,3.5,13.25,4]},"south":{"texture":"#0","uv":[14.75,3.5,15.5,4]},"up":{"texture":"#0","uv":[13.25,3.5,12.5,2]},"west":{"texture":"#0","uv":[13.25,3.5,14.75,4]}},"from":[-16,-16,-16],"rotation":{"angle":22.5,"axis":"y","origin":[-15.4,-16,-13.799999],"rescale":false},"shade":false,"to":[-14.8,-15.2,-13.6]},{"faces":{"down":{"texture":"#0","uv":[11.25,0,10.5,1.5]},"east":{"texture":"#0","uv":[8.25,1.5,9.75,2]},"north":{"texture":"#0","uv":[9.75,1.5,10.5,2]},"south":{"texture":"#0","uv":[12,1.5,12.75,2]},"up":{"texture":"#0","uv":[10.5,1.5,9.75,0]},"west":{"texture":"#0","uv":[10.5,1.5,12,2]}},"from":[-14.8,-16,-16],"rotation":{"angle":-22.5,"axis":"y","origin":[-14.2,-16,-13.799999],"rescale":false},"shade":false,"to":[-13.6,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w1664449374_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3552.json b/assets/minecraft/models/w3552.json new file mode 100644 index 000000000..0e49f9535 --- /dev/null +++ b/assets/minecraft/models/w3552.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,11,11,13]},"east":{"texture":"#0","uv":[11.5,13,9.5,13.75]},"north":{"texture":"#0","uv":[9.5,13,8,13.75]},"south":{"texture":"#0","uv":[13,13,11.5,13.75]},"up":{"texture":"#0","uv":[8,13,9.5,11]},"west":{"texture":"#0","uv":[8,13,6,13.75]}},"from":[-16,-16,-14.2],"shade":false,"to":[-13.6,-14.8,-11]},{"faces":{"down":{"texture":"#0","uv":[13.25,2,14,3.5]},"east":{"texture":"#0","uv":[14.75,3.5,13.25,4]},"north":{"texture":"#0","uv":[13.25,3.5,12.5,4]},"south":{"texture":"#0","uv":[15.5,3.5,14.75,4]},"up":{"texture":"#0","uv":[12.5,3.5,13.25,2]},"west":{"texture":"#0","uv":[12.5,3.5,11,4]}},"from":[-14.8,-15.96,-16],"rotation":{"angle":-22.5,"axis":"y","origin":[-14.2,-15.96,-13.799999],"rescale":false},"shade":false,"to":[-13.6,-15.16,-13.6]},{"faces":{"down":{"texture":"#0","uv":[10.5,0,11.25,1.5]},"east":{"texture":"#0","uv":[12,1.5,10.5,2]},"north":{"texture":"#0","uv":[10.5,1.5,9.75,2]},"south":{"texture":"#0","uv":[12.75,1.5,12,2]},"up":{"texture":"#0","uv":[9.75,1.5,10.5,0]},"west":{"texture":"#0","uv":[9.75,1.5,8.25,2]}},"from":[-16,-15.96,-16],"rotation":{"angle":22.5,"axis":"y","origin":[-15.4,-15.96,-13.799999],"rescale":false},"shade":false,"to":[-14.8,-15.16,-13.6]}],"overrides":[],"textures":{"0":"item/w1664449374_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3553.json b/assets/minecraft/models/w3553.json new file mode 100644 index 000000000..0daf94d7d --- /dev/null +++ b/assets/minecraft/models/w3553.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,11,11,13]},"east":{"texture":"#0","uv":[11.5,13,9.5,13.75]},"north":{"texture":"#0","uv":[9.5,13,8,13.75]},"south":{"texture":"#0","uv":[13,13,11.5,13.75]},"up":{"texture":"#0","uv":[8,13,9.5,11]},"west":{"texture":"#0","uv":[8,13,6,13.75]}},"from":[-16,-16,-14.2],"shade":false,"to":[-13.6,-14.8,-11]},{"faces":{"down":{"texture":"#0","uv":[13.25,2,14,3.5]},"east":{"texture":"#0","uv":[14.75,3.5,13.25,4]},"north":{"texture":"#0","uv":[13.25,3.5,12.5,4]},"south":{"texture":"#0","uv":[15.5,3.5,14.75,4]},"up":{"texture":"#0","uv":[12.5,3.5,13.25,2]},"west":{"texture":"#0","uv":[12.5,3.5,11,4]}},"from":[-14.8,-15.96,-16],"rotation":{"angle":-22.5,"axis":"y","origin":[-14.2,-15.96,-13.8],"rescale":false},"shade":false,"to":[-13.6,-15.16,-13.6]},{"faces":{"down":{"texture":"#0","uv":[10.5,0,11.25,1.5]},"east":{"texture":"#0","uv":[12,1.5,10.5,2]},"north":{"texture":"#0","uv":[10.5,1.5,9.75,2]},"south":{"texture":"#0","uv":[12.75,1.5,12,2]},"up":{"texture":"#0","uv":[9.75,1.5,10.5,0]},"west":{"texture":"#0","uv":[9.75,1.5,8.25,2]}},"from":[-16,-15.96,-16],"rotation":{"angle":22.5,"axis":"y","origin":[-15.4,-15.96,-13.8],"rescale":false},"shade":false,"to":[-14.8,-15.16,-13.6]}],"overrides":[],"textures":{"0":"item/w1664449374_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3554.json b/assets/minecraft/models/w3554.json new file mode 100644 index 000000000..cc76e405c --- /dev/null +++ b/assets/minecraft/models/w3554.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.375,10.1875,6.75,11.8125]},"east":{"texture":"#0","uv":[3.5,11.8125,5.125,15.3125]},"north":{"texture":"#0","uv":[5.125,11.8125,6.75,15.3125]},"south":{"texture":"#0","uv":[8.375,11.8125,10,15.3125]},"up":{"texture":"#0","uv":[6.75,11.8125,5.125,10.1875]},"west":{"texture":"#0","uv":[6.75,11.8125,8.375,15.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-5.6000004,6.3999996,-5.6000004]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3555.json b/assets/minecraft/models/w3555.json new file mode 100644 index 000000000..249d09ac2 --- /dev/null +++ b/assets/minecraft/models/w3555.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.8125,2.6875,2.5625,3.75]},"east":{"texture":"#0","uv":[2.875,3.75,1.8125,4.75]},"north":{"texture":"#0","uv":[1.8125,3.75,1.0625,4.75]},"south":{"texture":"#0","uv":[3.625,3.75,2.875,4.75]},"up":{"texture":"#0","uv":[1.0625,3.75,1.8125,2.6875]},"west":{"texture":"#0","uv":[1.0625,3.75,0,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.05,-9.4,-8.95]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3556.json b/assets/minecraft/models/w3556.json new file mode 100644 index 000000000..d6bf2d926 --- /dev/null +++ b/assets/minecraft/models/w3556.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.75,1.9375,5.5,2.6875]},"east":{"texture":"#0","uv":[5.5,2.6875,4.75,3.25]},"north":{"texture":"#0","uv":[4.75,2.6875,4,3.25]},"south":{"texture":"#0","uv":[6.25,2.6875,5.5,3.25]},"up":{"texture":"#0","uv":[4,2.6875,4.75,1.9375]},"west":{"texture":"#0","uv":[4,2.6875,3.25,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-11.05,-12.1,-11.05]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3557.json b/assets/minecraft/models/w3557.json new file mode 100644 index 000000000..0d71283bf --- /dev/null +++ b/assets/minecraft/models/w3557.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,0,2.875,1.125]},"east":{"texture":"#0","uv":[3.125,1.125,2,2.6875]},"north":{"texture":"#0","uv":[2,1.125,1.125,2.6875]},"south":{"texture":"#0","uv":[4,1.125,3.125,2.6875]},"up":{"texture":"#0","uv":[1.125,1.125,2,0]},"west":{"texture":"#0","uv":[1.125,1.125,0,2.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-10.15,-5.8,-8.65]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3558.json b/assets/minecraft/models/w3558.json new file mode 100644 index 000000000..d7c3cb2c6 --- /dev/null +++ b/assets/minecraft/models/w3558.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.4375,7,4.75,7.625]},"west":{"texture":"#0","uv":[4.75,7,5.4375,7.625]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-11.799999,-11.45]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3559.json b/assets/minecraft/models/w3559.json new file mode 100644 index 000000000..ed959dd68 --- /dev/null +++ b/assets/minecraft/models/w3559.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[4.5,3.25,3.6875,3.625]},"west":{"texture":"#0","uv":[3.6875,3.25,4.5,3.625]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.3,-10.75]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w356.json b/assets/minecraft/models/w356.json new file mode 100644 index 000000000..48311c75d --- /dev/null +++ b/assets/minecraft/models/w356.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.375,8.625,7.25,8.75]},"east":{"texture":"#0","uv":[7,8.75,7.125,8.875]},"north":{"texture":"#0","uv":[7.125,8.75,7.25,8.875]},"south":{"texture":"#0","uv":[7.375,8.75,7.5,8.875]},"up":{"texture":"#0","uv":[7.25,8.75,7.125,8.625]},"west":{"texture":"#0","uv":[7.25,8.75,7.375,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.426314,-15.426314,-15.592]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3560.json b/assets/minecraft/models/w3560.json new file mode 100644 index 000000000..a8d322b75 --- /dev/null +++ b/assets/minecraft/models/w3560.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[4.5,3.625,3.6875,3.25]},"west":{"texture":"#0","uv":[3.6875,3.625,4.5,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.3,-10.75]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3561.json b/assets/minecraft/models/w3561.json new file mode 100644 index 000000000..9bddca203 --- /dev/null +++ b/assets/minecraft/models/w3561.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3.6875,3.25,2.5625,3.6875]},"west":{"texture":"#0","uv":[2.5625,3.25,3.6875,3.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12.9,-8.75]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3562.json b/assets/minecraft/models/w3562.json new file mode 100644 index 000000000..f1c5874c7 --- /dev/null +++ b/assets/minecraft/models/w3562.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.375,5.75,6.75,6.125]},"east":{"texture":"#0","uv":[6.75,6.125,6.375,6.875]},"north":{"texture":"#0","uv":[6.375,6.125,6,6.875]},"south":{"texture":"#0","uv":[7.125,6.125,6.75,6.875]},"up":{"texture":"#0","uv":[6,6.125,6.375,5.75]},"west":{"texture":"#0","uv":[6,6.125,5.625,6.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-10.9,-13.6]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3563.json b/assets/minecraft/models/w3563.json new file mode 100644 index 000000000..d0a186928 --- /dev/null +++ b/assets/minecraft/models/w3563.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.625,2.875,7,3.25]},"east":{"texture":"#0","uv":[7,3.25,6.625,4.0625]},"north":{"texture":"#0","uv":[6.625,3.25,6.25,4.0625]},"south":{"texture":"#0","uv":[7.375,3.25,7,4.0625]},"up":{"texture":"#0","uv":[6.25,3.25,6.625,2.875]},"west":{"texture":"#0","uv":[6.25,3.25,5.875,4.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-10.599999,-13.6]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3564.json b/assets/minecraft/models/w3564.json new file mode 100644 index 000000000..71ee298df --- /dev/null +++ b/assets/minecraft/models/w3564.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.3125,0,0.375,0.25]},"east":{"texture":"#0","uv":[0.5625,0.25,0.3125,0.5]},"north":{"texture":"#0","uv":[0.3125,0.25,0.25,0.5]},"south":{"texture":"#0","uv":[0.625,0.25,0.5625,0.5]},"up":{"texture":"#0","uv":[0.25,0.25,0.3125,0]},"west":{"texture":"#0","uv":[0.25,0.25,0,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.4,-14.400001]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3565.json b/assets/minecraft/models/w3565.json new file mode 100644 index 000000000..b82beb7fb --- /dev/null +++ b/assets/minecraft/models/w3565.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4.1875,7.5,4.5625]},"east":{"texture":"#0","uv":[7.375,4.5625,7,4.9375]},"north":{"texture":"#0","uv":[7,4.5625,6.5,4.9375]},"south":{"texture":"#0","uv":[7.875,4.5625,7.375,4.9375]},"up":{"texture":"#0","uv":[6.5,4.5625,7,4.1875]},"west":{"texture":"#0","uv":[6.5,4.5625,6.125,4.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.7,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3566.json b/assets/minecraft/models/w3566.json new file mode 100644 index 000000000..2494ace5e --- /dev/null +++ b/assets/minecraft/models/w3566.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.3125,7,2.8125,7.3125]},"east":{"texture":"#0","uv":[2.625,7.3125,2.3125,7.6875]},"north":{"texture":"#0","uv":[2.3125,7.3125,1.8125,7.6875]},"south":{"texture":"#0","uv":[3.125,7.3125,2.625,7.6875]},"up":{"texture":"#0","uv":[1.8125,7.3125,2.3125,7]},"west":{"texture":"#0","uv":[1.8125,7.3125,1.5,7.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.7,-13.6,-13.9]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3567.json b/assets/minecraft/models/w3567.json new file mode 100644 index 000000000..c04078c55 --- /dev/null +++ b/assets/minecraft/models/w3567.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.625,6.875,6.875,7.25]},"east":{"texture":"#0","uv":[7,7.25,6.625,7.9375]},"north":{"texture":"#0","uv":[6.625,7.25,6.375,7.9375]},"south":{"texture":"#0","uv":[7.25,7.25,7,7.9375]},"up":{"texture":"#0","uv":[6.375,7.25,6.625,6.875]},"west":{"texture":"#0","uv":[6.375,7.25,6,7.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11.5,-13.6]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3568.json b/assets/minecraft/models/w3568.json new file mode 100644 index 000000000..b9dea2023 --- /dev/null +++ b/assets/minecraft/models/w3568.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,7.6875,2.5625,8]},"east":{"texture":"#0","uv":[2.5625,8,2.25,8.5625]},"north":{"texture":"#0","uv":[2.25,8,1.9375,8.5625]},"south":{"texture":"#0","uv":[2.875,8,2.5625,8.5625]},"up":{"texture":"#0","uv":[1.9375,8,2.25,7.6875]},"west":{"texture":"#0","uv":[1.9375,8,1.625,8.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.9,-12.4,-13.9]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3569.json b/assets/minecraft/models/w3569.json new file mode 100644 index 000000000..33ac9814d --- /dev/null +++ b/assets/minecraft/models/w3569.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0.5625,0.9375,1.125,0.5625]},"west":{"texture":"#0","uv":[0,0.9375,0.5625,0.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.6,-12.3]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w357.json b/assets/minecraft/models/w357.json new file mode 100644 index 000000000..9a2340061 --- /dev/null +++ b/assets/minecraft/models/w357.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,9.5,7.375,9.625]},"east":{"texture":"#0","uv":[7,9.625,7.125,9.875]},"north":{"texture":"#0","uv":[7.125,9.625,7.375,9.875]},"south":{"texture":"#0","uv":[7.5,9.625,7.75,9.875]},"up":{"texture":"#0","uv":[7.375,9.625,7.125,9.5]},"west":{"texture":"#0","uv":[7.375,9.625,7.5,9.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3570.json b/assets/minecraft/models/w3570.json new file mode 100644 index 000000000..19f596c2f --- /dev/null +++ b/assets/minecraft/models/w3570.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[1.125,0.5625,0.5625,0.9375]},"west":{"texture":"#0","uv":[0.5625,0.5625,0,0.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.6,-12.099999]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3571.json b/assets/minecraft/models/w3571.json new file mode 100644 index 000000000..9f0faa635 --- /dev/null +++ b/assets/minecraft/models/w3571.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[1.125,0.5625,0.5625,0.9375]},"west":{"texture":"#0","uv":[0.5625,0.5625,0,0.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.6,-12.2]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3572.json b/assets/minecraft/models/w3572.json new file mode 100644 index 000000000..e42a52d05 --- /dev/null +++ b/assets/minecraft/models/w3572.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0.5625,0.9375,1.125,0.5625]},"west":{"texture":"#0","uv":[0,0.9375,0.5625,0.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.6,-12.1]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3573.json b/assets/minecraft/models/w3573.json new file mode 100644 index 000000000..881ea964f --- /dev/null +++ b/assets/minecraft/models/w3573.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0.5625,0.9375,1.125,0.5625]},"west":{"texture":"#0","uv":[0,0.9375,0.5625,0.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.6,-12.2]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3574.json b/assets/minecraft/models/w3574.json new file mode 100644 index 000000000..88039c862 --- /dev/null +++ b/assets/minecraft/models/w3574.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[1.125,0.5625,0.5625,0.9375]},"west":{"texture":"#0","uv":[0.5625,0.5625,0,0.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.6,-12.299999]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3575.json b/assets/minecraft/models/w3575.json new file mode 100644 index 000000000..5fb05577e --- /dev/null +++ b/assets/minecraft/models/w3575.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.875,3.625,5.5,4.25]},"east":{"texture":"#0","uv":[5.5,4.25,4.875,4.75]},"north":{"texture":"#0","uv":[4.875,4.25,4.25,4.75]},"south":{"texture":"#0","uv":[6.125,4.25,5.5,4.75]},"up":{"texture":"#0","uv":[4.25,4.25,4.875,3.625]},"west":{"texture":"#0","uv":[4.25,4.25,3.625,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.95,-12.7,-11.95]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3576.json b/assets/minecraft/models/w3576.json new file mode 100644 index 000000000..b74ccf50a --- /dev/null +++ b/assets/minecraft/models/w3576.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[4.5,3.25,5.125,3.3125]},"north":{"texture":"#0","uv":[4.5,3.25,5.125,3.3125]},"south":{"texture":"#0","uv":[4.5,3.25,5.125,3.3125]},"west":{"texture":"#0","uv":[4.5,3.25,5.125,3.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-11.95,-15.5,-11.95]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3577.json b/assets/minecraft/models/w3577.json new file mode 100644 index 000000000..5a7f5a7aa --- /dev/null +++ b/assets/minecraft/models/w3577.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.875,0.6875,3.5,0]},"east":{"texture":"#0","uv":[4.1875,0.6875,4.875,0.6875]},"north":{"texture":"#0","uv":[4.875,0.6875,5.5,0.6875]},"south":{"texture":"#0","uv":[3.5625,0.6875,4.1875,0.6875]},"up":{"texture":"#0","uv":[2.875,0,3.5,0.6875]},"west":{"texture":"#0","uv":[2.875,0.6875,3.5625,0.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-11.95,-16,-11.35]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3578.json b/assets/minecraft/models/w3578.json new file mode 100644 index 000000000..3526d3614 --- /dev/null +++ b/assets/minecraft/models/w3578.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.1875,0.6875,4.8125,0]},"east":{"texture":"#0","uv":[4.1875,0.6875,4.875,0.9375]},"north":{"texture":"#0","uv":[4.875,0.6875,5.5,0.9375]},"south":{"texture":"#0","uv":[3.5625,0.6875,4.1875,0.9375]},"up":{"texture":"#0","uv":[3.5625,0,4.1875,0.6875]},"west":{"texture":"#0","uv":[2.875,0.6875,3.5625,0.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-11.95,-14.2,-11.35]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3579.json b/assets/minecraft/models/w3579.json new file mode 100644 index 000000000..63b746c80 --- /dev/null +++ b/assets/minecraft/models/w3579.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.0625,0.375,6.625,0.9375]},"east":{"texture":"#0","uv":[6.625,0.9375,6.0625,1.4375]},"north":{"texture":"#0","uv":[6.0625,0.9375,5.5,1.4375]},"south":{"texture":"#0","uv":[7.1875,0.9375,6.625,1.4375]},"up":{"texture":"#0","uv":[5.5,0.9375,6.0625,0.375]},"west":{"texture":"#0","uv":[5.5,0.9375,4.9375,1.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.25,-12.7,-12.25]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w358.json b/assets/minecraft/models/w358.json new file mode 100644 index 000000000..53ceed15a --- /dev/null +++ b/assets/minecraft/models/w358.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.625,8.625,6.75,8.75]},"east":{"texture":"#0","uv":[6.75,8.75,6.625,8.875]},"north":{"texture":"#0","uv":[6.625,8.75,6.5,8.875]},"south":{"texture":"#0","uv":[6.875,8.75,6.75,8.875]},"up":{"texture":"#0","uv":[6.5,8.75,6.625,8.625]},"west":{"texture":"#0","uv":[6.5,8.75,6.375,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.426313,-15.426314,-15.592]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3580.json b/assets/minecraft/models/w3580.json new file mode 100644 index 000000000..9ece64180 --- /dev/null +++ b/assets/minecraft/models/w3580.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.125,1.6875,7.5,2.0625]},"east":{"texture":"#0","uv":[7.5,2.0625,7.125,2.625]},"north":{"texture":"#0","uv":[7.125,2.0625,6.75,2.625]},"south":{"texture":"#0","uv":[7.875,2.0625,7.5,2.625]},"up":{"texture":"#0","uv":[6.75,2.0625,7.125,1.6875]},"west":{"texture":"#0","uv":[6.75,2.0625,6.375,2.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.45,-12.4,-13.45]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3581.json b/assets/minecraft/models/w3581.json new file mode 100644 index 000000000..b5757f038 --- /dev/null +++ b/assets/minecraft/models/w3581.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.75,6.875,5.875,7]},"east":{"texture":"#0","uv":[5.875,7,5.75,8]},"north":{"texture":"#0","uv":[5.75,7,5.625,8]},"south":{"texture":"#0","uv":[6,7,5.875,8]},"up":{"texture":"#0","uv":[5.625,7,5.75,6.875]},"west":{"texture":"#0","uv":[5.625,7,5.5,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.95,-9.4,-14.95]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3582.json b/assets/minecraft/models/w3582.json new file mode 100644 index 000000000..0ef177370 --- /dev/null +++ b/assets/minecraft/models/w3582.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,6.625,1.375,6.75]},"east":{"texture":"#0","uv":[1.375,6.75,1.25,8]},"north":{"texture":"#0","uv":[1.25,6.75,1.125,8]},"south":{"texture":"#0","uv":[1.5,6.75,1.375,8]},"up":{"texture":"#0","uv":[1.125,6.75,1.25,6.625]},"west":{"texture":"#0","uv":[1.125,6.75,1,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.95,-7.8999996,-14.95]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3583.json b/assets/minecraft/models/w3583.json new file mode 100644 index 000000000..76dd11c6e --- /dev/null +++ b/assets/minecraft/models/w3583.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6.375,1.6875,5.5,2.625]},"south":{"texture":"#0","uv":[5.5,1.6875,6.375,2.625]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-10,-16]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3584.json b/assets/minecraft/models/w3584.json new file mode 100644 index 000000000..847213bbf --- /dev/null +++ b/assets/minecraft/models/w3584.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0.5,3.4375,0,2.6875]},"west":{"texture":"#0","uv":[0,3.4375,0.5,2.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-10.9,-12.75]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3585.json b/assets/minecraft/models/w3585.json new file mode 100644 index 000000000..d90ef5c07 --- /dev/null +++ b/assets/minecraft/models/w3585.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[5.625,5.75,4.875,7]},"south":{"texture":"#0","uv":[4.875,5.75,5.625,7]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-8,-16]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3586.json b/assets/minecraft/models/w3586.json new file mode 100644 index 000000000..9d408d8e9 --- /dev/null +++ b/assets/minecraft/models/w3586.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.375,5,7.5625,5.1875]},"east":{"texture":"#0","uv":[7.5625,5.1875,7.375,5.75]},"north":{"texture":"#0","uv":[7.375,5.1875,7.1875,5.75]},"south":{"texture":"#0","uv":[7.75,5.1875,7.5625,5.75]},"up":{"texture":"#0","uv":[7.1875,5.1875,7.375,5]},"west":{"texture":"#0","uv":[7.1875,5.1875,7,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.65,-12.4,-14.65]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3587.json b/assets/minecraft/models/w3587.json new file mode 100644 index 000000000..62c0d16ee --- /dev/null +++ b/assets/minecraft/models/w3587.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.6875,0,8.0625,0.4375]},"east":{"texture":"#0","uv":[8.125,0.4375,7.6875,0.8125]},"north":{"texture":"#0","uv":[7.6875,0.4375,7.3125,0.8125]},"south":{"texture":"#0","uv":[8.5,0.4375,8.125,0.8125]},"up":{"texture":"#0","uv":[7.3125,0.4375,7.6875,0]},"west":{"texture":"#0","uv":[7.3125,0.4375,6.875,0.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.45,-13.6,-13.15]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3588.json b/assets/minecraft/models/w3588.json new file mode 100644 index 000000000..b827bde1a --- /dev/null +++ b/assets/minecraft/models/w3588.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,6.625,0.75,6.875]},"east":{"texture":"#0","uv":[0.75,6.875,0.5,7.8125]},"north":{"texture":"#0","uv":[0.5,6.875,0.25,7.8125]},"south":{"texture":"#0","uv":[1,6.875,0.75,7.8125]},"up":{"texture":"#0","uv":[0.25,6.875,0.5,6.625]},"west":{"texture":"#0","uv":[0.25,6.875,0,7.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.35,-9.699999,-14.35]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3589.json b/assets/minecraft/models/w3589.json new file mode 100644 index 000000000..0e53ac384 --- /dev/null +++ b/assets/minecraft/models/w3589.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[4.75,6.625,4.4375,7.375]},"west":{"texture":"#0","uv":[4.4375,6.625,4.75,7.375]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-10.899999,-13.95]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w359.json b/assets/minecraft/models/w359.json new file mode 100644 index 000000000..7e7004e23 --- /dev/null +++ b/assets/minecraft/models/w359.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,9,6.75,9.125]},"east":{"texture":"#0","uv":[6.625,9.125,6.5,9.375]},"north":{"texture":"#0","uv":[6.5,9.125,6.25,9.375]},"south":{"texture":"#0","uv":[6.875,9.125,6.625,9.375]},"up":{"texture":"#0","uv":[6.25,9.125,6.5,9]},"west":{"texture":"#0","uv":[6.25,9.125,6.125,9.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3590.json b/assets/minecraft/models/w3590.json new file mode 100644 index 000000000..204a5a374 --- /dev/null +++ b/assets/minecraft/models/w3590.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.75,3.0625,7.9375,3.25]},"east":{"texture":"#0","uv":[7.9375,3.25,7.75,4.1875]},"north":{"texture":"#0","uv":[7.75,3.25,7.5625,4.1875]},"south":{"texture":"#0","uv":[8.125,3.25,7.9375,4.1875]},"up":{"texture":"#0","uv":[7.5625,3.25,7.75,3.0625]},"west":{"texture":"#0","uv":[7.5625,3.25,7.375,4.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.650001,-9.7,-14.65]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3591.json b/assets/minecraft/models/w3591.json new file mode 100644 index 000000000..43f88ff00 --- /dev/null +++ b/assets/minecraft/models/w3591.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3.8125,6.625,3.375,7.75]},"west":{"texture":"#0","uv":[3.375,6.625,3.8125,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-8.5,-13.15]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3592.json b/assets/minecraft/models/w3592.json new file mode 100644 index 000000000..547ee290a --- /dev/null +++ b/assets/minecraft/models/w3592.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.875,5,6.625,5.375]},"east":{"texture":"#0","uv":[6.25,5.375,5.875,5.75]},"north":{"texture":"#0","uv":[5.875,5.375,5.125,5.75]},"south":{"texture":"#0","uv":[7,5.375,6.25,5.75]},"up":{"texture":"#0","uv":[5.125,5.375,5.875,5]},"west":{"texture":"#0","uv":[5.125,5.375,4.75,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.05,-13.6,-13.45]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3593.json b/assets/minecraft/models/w3593.json new file mode 100644 index 000000000..7fa0da000 --- /dev/null +++ b/assets/minecraft/models/w3593.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[4.4375,6.625,4.125,7.375]},"west":{"texture":"#0","uv":[4.125,6.625,4.4375,7.375]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-10.9,-13.95]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3594.json b/assets/minecraft/models/w3594.json new file mode 100644 index 000000000..61054acac --- /dev/null +++ b/assets/minecraft/models/w3594.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.9375,4.75,3.9375,5]},"east":{"texture":"#0","uv":[3.1875,5,2.9375,5.25]},"north":{"texture":"#0","uv":[2.9375,5,1.9375,5.25]},"south":{"texture":"#0","uv":[4.1875,5,3.1875,5.25]},"up":{"texture":"#0","uv":[1.9375,5,2.9375,4.75]},"west":{"texture":"#0","uv":[1.9375,5,1.6875,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-9.55,-14.2,-14.05]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3595.json b/assets/minecraft/models/w3595.json new file mode 100644 index 000000000..7c9bd2008 --- /dev/null +++ b/assets/minecraft/models/w3595.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0.5,2.6875,0,3.4375]},"west":{"texture":"#0","uv":[0,2.6875,0.5,3.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-10.9,-12.75]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3596.json b/assets/minecraft/models/w3596.json new file mode 100644 index 000000000..211dacc05 --- /dev/null +++ b/assets/minecraft/models/w3596.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.4375,1.4375,6.75,1.5625]},"east":{"texture":"#0","uv":[5.5625,1.5625,5.4375,1.6875]},"north":{"texture":"#0","uv":[5.4375,1.5625,4.125,1.6875]},"south":{"texture":"#0","uv":[6.875,1.5625,5.5625,1.6875]},"up":{"texture":"#0","uv":[4.125,1.5625,5.4375,1.4375]},"west":{"texture":"#0","uv":[4.125,1.5625,4,1.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-7.45,-15.1,-14.95]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3597.json b/assets/minecraft/models/w3597.json new file mode 100644 index 000000000..76cad6bb3 --- /dev/null +++ b/assets/minecraft/models/w3597.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3.8125,6.625,3.375,7.75]},"west":{"texture":"#0","uv":[3.375,6.625,3.8125,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-8.499998,-13.15]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3598.json b/assets/minecraft/models/w3598.json new file mode 100644 index 000000000..5b921a34a --- /dev/null +++ b/assets/minecraft/models/w3598.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.0625,0,7.125,0.1875]},"east":{"texture":"#0","uv":[6.25,0.1875,6.0625,0.375]},"north":{"texture":"#0","uv":[6.0625,0.1875,5,0.375]},"south":{"texture":"#0","uv":[7.3125,0.1875,6.25,0.375]},"up":{"texture":"#0","uv":[5,0.1875,6.0625,0]},"west":{"texture":"#0","uv":[5,0.1875,4.8125,0.375]}},"from":[-16,-16,-16],"shade":false,"to":[-8.950001,-14.8,-14.65]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3599.json b/assets/minecraft/models/w3599.json new file mode 100644 index 000000000..aa5d611bc --- /dev/null +++ b/assets/minecraft/models/w3599.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[4.125,6.625,3.8125,7.4375]},"west":{"texture":"#0","uv":[3.8125,6.625,4.125,7.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-10.5,-13.95]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w36.json b/assets/minecraft/models/w36.json new file mode 100644 index 000000000..e6e00dc20 --- /dev/null +++ b/assets/minecraft/models/w36.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,2,6,2.5]},"east":{"texture":"#0","uv":[5,3.125,5.5,4]},"north":{"texture":"#0","uv":[5.5,3.125,6,4]},"south":{"texture":"#0","uv":[6.5,3.125,7,4]},"up":{"texture":"#0","uv":[5.5,2.5,5,2]},"west":{"texture":"#0","uv":[6,3.125,6.5,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.408,-13.208,-14.408]}],"overrides":[],"textures":{"0":"item/w419070065_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w360.json b/assets/minecraft/models/w360.json new file mode 100644 index 000000000..d2e31cccd --- /dev/null +++ b/assets/minecraft/models/w360.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,9.5,6.75,9.625]},"east":{"texture":"#0","uv":[6.625,9.625,6.5,9.875]},"north":{"texture":"#0","uv":[6.5,9.625,6.25,9.875]},"south":{"texture":"#0","uv":[6.875,9.625,6.625,9.875]},"up":{"texture":"#0","uv":[6.25,9.625,6.5,9.5]},"west":{"texture":"#0","uv":[6.25,9.625,6.125,9.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3600.json b/assets/minecraft/models/w3600.json new file mode 100644 index 000000000..5377d27fe --- /dev/null +++ b/assets/minecraft/models/w3600.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,4.75,1.6875,5.3125]},"east":{"texture":"#0","uv":[1.6875,5.3125,1.125,5.875]},"north":{"texture":"#0","uv":[1.125,5.3125,0.5625,5.875]},"south":{"texture":"#0","uv":[2.25,5.3125,1.6875,5.875]},"up":{"texture":"#0","uv":[0.5625,5.3125,1.125,4.75]},"west":{"texture":"#0","uv":[0.5625,5.3125,0,5.875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.4,-12.1]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3601.json b/assets/minecraft/models/w3601.json new file mode 100644 index 000000000..c9b49af23 --- /dev/null +++ b/assets/minecraft/models/w3601.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.625,5.5,3,5.875]},"east":{"texture":"#0","uv":[3,5.875,2.625,7]},"north":{"texture":"#0","uv":[2.625,5.875,2.25,7]},"south":{"texture":"#0","uv":[3.375,5.875,3,7]},"up":{"texture":"#0","uv":[2.25,5.875,2.625,5.5]},"west":{"texture":"#0","uv":[2.25,5.875,1.875,7]}},"from":[-16,-13.6,-16],"rotation":{"angle":-22.5,"axis":"y","origin":[-14.65,-9.1,-14.65],"rescale":false},"shade":false,"to":[-13.3,-6.4000006,-13.3]},{"faces":{"down":{"texture":"#0","uv":[4.1875,7.4375,4.5625,7.8125]},"east":{"texture":"#0","uv":[4.5625,7.8125,4.1875,8.1875]},"north":{"texture":"#0","uv":[4.1875,7.8125,3.8125,8.1875]},"south":{"texture":"#0","uv":[4.9375,7.8125,4.5625,8.1875]},"up":{"texture":"#0","uv":[3.8125,7.8125,4.1875,7.4375]},"west":{"texture":"#0","uv":[3.8125,7.8125,3.4375,8.1875]}},"from":[-16,-16,-16],"rotation":{"angle":-22.5,"axis":"y","origin":[-14.65,-9.1,-14.65],"rescale":false},"shade":false,"to":[-13.3,-13.6,-13.3]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3602.json b/assets/minecraft/models/w3602.json new file mode 100644 index 000000000..0bfaf9d00 --- /dev/null +++ b/assets/minecraft/models/w3602.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.8125,8,1.1875,8.4375]},"east":{"texture":"#0","uv":[1.25,8.4375,0.8125,8.625]},"north":{"texture":"#0","uv":[0.8125,8.4375,0.4375,8.625]},"south":{"texture":"#0","uv":[1.625,8.4375,1.25,8.625]},"up":{"texture":"#0","uv":[0.4375,8.4375,0.8125,8]},"west":{"texture":"#0","uv":[0.4375,8.4375,0,8.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-13]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3603.json b/assets/minecraft/models/w3603.json new file mode 100644 index 000000000..605a2134e --- /dev/null +++ b/assets/minecraft/models/w3603.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.6875,1,8.0625,1.4375]},"east":{"texture":"#0","uv":[8.125,1.4375,7.6875,1.625]},"north":{"texture":"#0","uv":[7.6875,1.4375,7.3125,1.625]},"south":{"texture":"#0","uv":[8.5,1.4375,8.125,1.625]},"up":{"texture":"#0","uv":[7.3125,1.4375,7.6875,1]},"west":{"texture":"#0","uv":[7.3125,1.4375,6.875,1.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-13]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3604.json b/assets/minecraft/models/w3604.json new file mode 100644 index 000000000..6e6c89c86 --- /dev/null +++ b/assets/minecraft/models/w3604.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.9375,5.875,1.5,6.25]},"east":{"texture":"#0","uv":[1.3125,6.25,0.9375,6.625]},"north":{"texture":"#0","uv":[0.9375,6.25,0.375,6.625]},"south":{"texture":"#0","uv":[1.875,6.25,1.3125,6.625]},"up":{"texture":"#0","uv":[0.375,6.25,0.9375,5.875]},"west":{"texture":"#0","uv":[0.375,6.25,0,6.625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-13.3,-13.3]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3605.json b/assets/minecraft/models/w3605.json new file mode 100644 index 000000000..097a43d36 --- /dev/null +++ b/assets/minecraft/models/w3605.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.125,5.25,4.5,5.625]},"east":{"texture":"#0","uv":[4.5,5.625,4.125,6.625]},"north":{"texture":"#0","uv":[4.125,5.625,3.75,6.625]},"south":{"texture":"#0","uv":[4.875,5.625,4.5,6.625]},"up":{"texture":"#0","uv":[3.75,5.625,4.125,5.25]},"west":{"texture":"#0","uv":[3.75,5.625,3.375,6.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-9.4,-13.6]}],"overrides":[],"textures":{"0":"item/w1926467980_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3606.json b/assets/minecraft/models/w3606.json new file mode 100644 index 000000000..2e18c3444 --- /dev/null +++ b/assets/minecraft/models/w3606.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,4.5,11.5,5.375]},"east":{"texture":"#0","uv":[9.125,0,10,1.375]},"north":{"texture":"#0","uv":[7.75,7.875,8.75,9.25]},"south":{"texture":"#0","uv":[0,8.25,1,9.625]},"up":{"texture":"#0","uv":[1,12.25,0,11.375]},"west":{"texture":"#0","uv":[9.125,1.5,10,2.875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-11.6,-13.2]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3607.json b/assets/minecraft/models/w3607.json new file mode 100644 index 000000000..44062f960 --- /dev/null +++ b/assets/minecraft/models/w3607.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.25,14.375,5.75,14.875]},"east":{"texture":"#0","uv":[12.25,11.75,12.75,13.375]},"north":{"texture":"#0","uv":[1.875,12.25,2.375,13.875]},"south":{"texture":"#0","uv":[0,12.375,0.5,14]},"up":{"texture":"#0","uv":[5.625,14.875,5.125,14.375]},"west":{"texture":"#0","uv":[12.5,6.375,13,8]}},"from":[-15.6,-16,-15.9],"shade":false,"to":[-13.992001,-10.792,-14.292]},{"faces":{"down":{"texture":"#0","uv":[13.875,6.375,13.125,7.25]},"east":{"texture":"#0","uv":[2.875,8.875,3.75,10.375]},"north":{"texture":"#0","uv":[1.875,9.375,2.625,10.875]},"up":{"texture":"#0","uv":[13.75,11.25,13,10.375]},"west":{"texture":"#0","uv":[3.875,8.875,4.75,10.375]}},"from":[-16,-15.2,-16],"shade":false,"to":[-13.592,-10.392,-13.092]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3608.json b/assets/minecraft/models/w3608.json new file mode 100644 index 000000000..c6d480c44 --- /dev/null +++ b/assets/minecraft/models/w3608.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.125,14.375,9.625,14.875]},"east":{"texture":"#0","uv":[5.25,12.625,5.75,14.25]},"north":{"texture":"#0","uv":[4.625,12.625,5.125,14.25]},"south":{"texture":"#0","uv":[5.875,12.625,6.375,14.25]},"up":{"texture":"#0","uv":[9.5,14.875,9,14.375]},"west":{"texture":"#0","uv":[6.5,12.625,7,14.25]}},"from":[-15.6,-16,-15.9],"shade":false,"to":[-13.992001,-10.792,-14.292]},{"faces":{"down":{"texture":"#0","uv":[8.375,13.25,7.625,14.125]},"east":{"texture":"#0","uv":[8.875,6.375,9.75,7.875]},"north":{"texture":"#0","uv":[10.125,1.125,10.875,2.625]},"up":{"texture":"#0","uv":[11.625,14,10.875,13.125]},"west":{"texture":"#0","uv":[8.875,8,9.75,9.5]}},"from":[-16,-15.2,-16],"shade":false,"to":[-13.592,-10.392,-13.092]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3609.json b/assets/minecraft/models/w3609.json new file mode 100644 index 000000000..89f0c566f --- /dev/null +++ b/assets/minecraft/models/w3609.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[5.625,0,6.625,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-8,-16]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w361.json b/assets/minecraft/models/w361.json new file mode 100644 index 000000000..7e7fd8bc3 --- /dev/null +++ b/assets/minecraft/models/w361.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,11.125,1.125,11.5]},"east":{"texture":"#0","uv":[1.125,11.5,0.75,12.875]},"north":{"texture":"#0","uv":[0.75,11.5,0.375,12.875]},"south":{"texture":"#0","uv":[1.5,11.5,1.125,12.875]},"up":{"texture":"#0","uv":[0.375,11.5,0.75,11.125]},"west":{"texture":"#0","uv":[0.375,11.5,0,12.875]}},"from":[-15.7975,-13.4,-15.8],"shade":false,"to":[-14.5975,-9,-14.6]},{"faces":{"down":{"texture":"#0","uv":[2.75,10.25,3.25,10.625]},"east":{"texture":"#0","uv":[3.125,10.625,2.75,11]},"north":{"texture":"#0","uv":[2.75,10.625,2.25,11]},"south":{"texture":"#0","uv":[3.625,10.625,3.125,11]},"up":{"texture":"#0","uv":[2.25,10.625,2.75,10.25]},"west":{"texture":"#0","uv":[2.25,10.625,1.875,11]}},"from":[-16,-14.4,-15.668629],"rotation":{"angle":45,"axis":"x","origin":[-15.1975,-13.6,-14.868629],"rescale":false},"shade":false,"to":[-14.3949995,-13.268629,-14.537258]},{"faces":{"down":{"texture":"#0","uv":[5,8.625,5.5,9.125]},"east":{"texture":"#0","uv":[5.5,9.125,5,9.875]},"north":{"texture":"#0","uv":[5,9.125,4.5,9.875]},"south":{"texture":"#0","uv":[6,9.125,5.5,9.875]},"up":{"texture":"#0","uv":[4.5,9.125,5,8.625]},"west":{"texture":"#0","uv":[4.5,9.125,4,9.875]}},"from":[-15.997499,-16,-16],"shade":false,"to":[-14.397499,-13.6,-14.4]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3610.json b/assets/minecraft/models/w3610.json new file mode 100644 index 000000000..6cf3cc093 --- /dev/null +++ b/assets/minecraft/models/w3610.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[3,6.25,4,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-8,-16]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3611.json b/assets/minecraft/models/w3611.json new file mode 100644 index 000000000..1a3b9fbd7 --- /dev/null +++ b/assets/minecraft/models/w3611.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.875,6.875,0,8.125]},"east":{"texture":"#0","uv":[6.875,6.375,8.125,7.75]},"north":{"texture":"#0","uv":[3.75,3.25,5.625,4.625]},"south":{"texture":"#0","uv":[3.75,4.75,5.625,6.125]},"up":{"texture":"#0","uv":[8.625,1.25,6.75,0]},"west":{"texture":"#0","uv":[7.75,1.375,9,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-10,-11.6,-12]},{"faces":{"down":{"texture":"#0","uv":[14,0,13.375,1]},"east":{"texture":"#0","uv":[7.375,9.375,8.375,10.5]},"north":{"texture":"#0","uv":[3,4.875,3.625,6]},"south":{"texture":"#0","uv":[5,6.25,5.625,7.375]},"up":{"texture":"#0","uv":[13.875,10,13.25,9]},"west":{"texture":"#0","uv":[8.5,9.625,9.5,10.75]}},"from":[-14,-15.6,-14.4],"shade":false,"to":[-12,-12,-11.2]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3612.json b/assets/minecraft/models/w3612.json new file mode 100644 index 000000000..b611e636a --- /dev/null +++ b/assets/minecraft/models/w3612.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[1.75,3.25,0,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-11.2,-10.4]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3613.json b/assets/minecraft/models/w3613.json new file mode 100644 index 000000000..a78793457 --- /dev/null +++ b/assets/minecraft/models/w3613.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.5,1.625,3.75,3.125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-11.2,-10.4]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3614.json b/assets/minecraft/models/w3614.json new file mode 100644 index 000000000..0bcd43f6c --- /dev/null +++ b/assets/minecraft/models/w3614.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.875,7.25,14.375,7.75]},"east":{"texture":"#0","uv":[5.5,10.375,6,12.5]},"north":{"texture":"#0","uv":[4.875,10.375,5.375,12.5]},"south":{"texture":"#0","uv":[6.125,10.375,6.625,12.5]},"up":{"texture":"#0","uv":[6.875,14.875,6.375,14.375]},"west":{"texture":"#0","uv":[6.75,10.375,7.25,12.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-9.4,-14.4]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3615.json b/assets/minecraft/models/w3615.json new file mode 100644 index 000000000..11e069bbb --- /dev/null +++ b/assets/minecraft/models/w3615.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0,3.25,1.75,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-11.2,-10.4]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3616.json b/assets/minecraft/models/w3616.json new file mode 100644 index 000000000..921a5459c --- /dev/null +++ b/assets/minecraft/models/w3616.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[3.75,1.625,5.5,3.125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-11.2,-10.4]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3617.json b/assets/minecraft/models/w3617.json new file mode 100644 index 000000000..5982ec0e2 --- /dev/null +++ b/assets/minecraft/models/w3617.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.875,14.375,14.375,14.875]},"east":{"texture":"#0","uv":[3.375,10.5,3.875,12.625]},"north":{"texture":"#0","uv":[2.75,10.5,3.25,12.625]},"south":{"texture":"#0","uv":[4,10.5,4.5,12.625]},"up":{"texture":"#0","uv":[14.25,14.875,13.75,14.375]},"west":{"texture":"#0","uv":[7.375,10.625,7.875,12.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-9.4,-14.4]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3618.json b/assets/minecraft/models/w3618.json new file mode 100644 index 000000000..2249da10e --- /dev/null +++ b/assets/minecraft/models/w3618.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,14.375,4.5,14.875]},"east":{"texture":"#0","uv":[13.875,2.875,14.375,3.625]},"north":{"texture":"#0","uv":[13.875,2,14.375,2.75]},"south":{"texture":"#0","uv":[13.875,10.125,14.375,10.875]},"up":{"texture":"#0","uv":[8.125,14.75,7.625,14.25]},"west":{"texture":"#0","uv":[13.875,11,14.375,11.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.392,-13.592001,-14.392]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3619.json b/assets/minecraft/models/w3619.json new file mode 100644 index 000000000..4dfa7d530 --- /dev/null +++ b/assets/minecraft/models/w3619.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.625,3.125,12.25,3.5]},"east":{"texture":"#0","uv":[13.375,1.125,13.75,2.625]},"north":{"texture":"#0","uv":[11.75,13.125,12.125,14.625]},"south":{"texture":"#0","uv":[13.375,2.75,13.75,4.25]},"up":{"texture":"#0","uv":[8.625,7.75,8.25,7.375]},"west":{"texture":"#0","uv":[12.25,13.5,12.625,15]}},"from":[-15.196,-16,-15.196],"shade":false,"to":[-14.004001,-11.207999,-14.004]},{"faces":{"north":{"texture":"#0","uv":[10.875,8.625,11.75,9.75]},"south":{"texture":"#0","uv":[11,1.125,11.875,2.25]},"up":{"texture":"#0","uv":[10.75,13.625,9.875,12.875]},"west":{"texture":"#0","uv":[11.375,11.875,12.125,13]}},"from":[-16,-14.804,-16],"shade":false,"to":[-13.2,-11.204,-13.6]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w362.json b/assets/minecraft/models/w362.json new file mode 100644 index 000000000..d2e31cccd --- /dev/null +++ b/assets/minecraft/models/w362.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,9.5,6.75,9.625]},"east":{"texture":"#0","uv":[6.625,9.625,6.5,9.875]},"north":{"texture":"#0","uv":[6.5,9.625,6.25,9.875]},"south":{"texture":"#0","uv":[6.875,9.625,6.625,9.875]},"up":{"texture":"#0","uv":[6.25,9.625,6.5,9.5]},"west":{"texture":"#0","uv":[6.25,9.625,6.125,9.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3620.json b/assets/minecraft/models/w3620.json new file mode 100644 index 000000000..7e430f048 --- /dev/null +++ b/assets/minecraft/models/w3620.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[12,0.875,12.75,2]},"north":{"texture":"#0","uv":[11.125,6.375,12,7.5]},"south":{"texture":"#0","uv":[11.25,2.375,12.125,3.5]},"up":{"texture":"#0","uv":[13.75,13.375,12.875,12.625]},"west":{"texture":"#0","uv":[8,12,8.75,13.125]}},"from":[-16,-14.804,-16],"shade":false,"to":[-13.2,-11.204,-13.6]},{"faces":{"down":{"texture":"#0","uv":[15.375,2.875,15,3.25]},"east":{"texture":"#0","uv":[13.25,13.5,13.625,15]},"north":{"texture":"#0","uv":[12.75,13.5,13.125,15]},"south":{"texture":"#0","uv":[13.625,4.375,14,5.875]},"up":{"texture":"#0","uv":[2.875,15.375,2.5,15]},"west":{"texture":"#0","uv":[8.5,13.75,8.875,15.25]}},"from":[-15.196,-16,-15.196],"shade":false,"to":[-14.004001,-11.207999,-14.004]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3621.json b/assets/minecraft/models/w3621.json new file mode 100644 index 000000000..c275d42ea --- /dev/null +++ b/assets/minecraft/models/w3621.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4.875,8.625,4.125,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-16,-8.4]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3622.json b/assets/minecraft/models/w3622.json new file mode 100644 index 000000000..4bf5f94af --- /dev/null +++ b/assets/minecraft/models/w3622.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[2.75,9.25,2,6.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-16,-8.4]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3623.json b/assets/minecraft/models/w3623.json new file mode 100644 index 000000000..9f1cede45 --- /dev/null +++ b/assets/minecraft/models/w3623.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.75,2.125,12.25,3]},"east":{"texture":"#0","uv":[9.125,5.25,10,5.5]},"north":{"texture":"#0","uv":[13.375,6,13.875,6.25]},"south":{"texture":"#0","uv":[14.875,6.875,15.375,7.125]},"up":{"texture":"#0","uv":[8.75,7.25,8.25,6.375]},"west":{"texture":"#0","uv":[14.5,12.875,15.375,13.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-13.2]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3624.json b/assets/minecraft/models/w3624.json new file mode 100644 index 000000000..4bc611a7e --- /dev/null +++ b/assets/minecraft/models/w3624.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.625,13.875,1.125,14.75]},"east":{"texture":"#0","uv":[14.625,0.75,15.5,1]},"north":{"texture":"#0","uv":[15,8.5,15.5,8.75]},"south":{"texture":"#0","uv":[9,15,9.5,15.25]},"up":{"texture":"#0","uv":[10.75,14.625,10.25,13.75]},"west":{"texture":"#0","uv":[14.625,5.75,15.5,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-13.2]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3625.json b/assets/minecraft/models/w3625.json new file mode 100644 index 000000000..8df2ad566 --- /dev/null +++ b/assets/minecraft/models/w3625.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.375,14.125,10.875,14.625]},"east":{"texture":"#0","uv":[13.875,12.625,14.375,13.25]},"north":{"texture":"#0","uv":[13.875,11.875,14.375,12.5]},"south":{"texture":"#0","uv":[1.75,14,2.25,14.625]},"up":{"texture":"#0","uv":[14.625,5.625,14.125,5.125]},"west":{"texture":"#0","uv":[14,6,14.5,6.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14,-14.4]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3626.json b/assets/minecraft/models/w3626.json new file mode 100644 index 000000000..4684c01c3 --- /dev/null +++ b/assets/minecraft/models/w3626.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.25,9.125,14.875,9.5]},"east":{"texture":"#0","uv":[2.5,12.75,2.875,14.875]},"north":{"texture":"#0","uv":[0.625,12.375,1,14.5]},"south":{"texture":"#0","uv":[3,12.75,3.375,14.875]},"up":{"texture":"#0","uv":[8,15.25,7.625,14.875]},"west":{"texture":"#0","uv":[3.5,12.75,3.875,14.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-9.2,-14.8]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3627.json b/assets/minecraft/models/w3627.json new file mode 100644 index 000000000..585753fe1 --- /dev/null +++ b/assets/minecraft/models/w3627.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.375,3.375,15,3.75]},"east":{"texture":"#0","uv":[12.875,0,13.25,2.125]},"north":{"texture":"#0","uv":[4,12.75,4.375,14.875]},"south":{"texture":"#0","uv":[12.875,2.25,13.25,4.375]},"up":{"texture":"#0","uv":[3.375,15.375,3,15]},"west":{"texture":"#0","uv":[7.125,12.875,7.5,15]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-9.2,-14.8]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3628.json b/assets/minecraft/models/w3628.json new file mode 100644 index 000000000..5bcb698d3 --- /dev/null +++ b/assets/minecraft/models/w3628.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.25,0,10.125,1]},"east":{"texture":"#0","uv":[10.75,10.75,11.75,11.75]},"north":{"texture":"#0","uv":[9.625,9.625,10.75,10.625]},"south":{"texture":"#0","uv":[9.875,6.375,11,7.375]},"up":{"texture":"#0","uv":[11,8.5,9.875,7.5]},"west":{"texture":"#0","uv":[8,10.875,9,11.875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.408,-12.807999,-12.808001]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3629.json b/assets/minecraft/models/w3629.json new file mode 100644 index 000000000..4a4fa6932 --- /dev/null +++ b/assets/minecraft/models/w3629.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.75,12.875,8.875,13.625]},"east":{"texture":"#0","uv":[13.75,13.5,14.5,14.25]},"north":{"texture":"#0","uv":[9.875,8.625,10.75,9.375]},"south":{"texture":"#0","uv":[12.25,9.5,13.125,10.25]},"up":{"texture":"#0","uv":[13.5,5.25,12.625,4.5]},"west":{"texture":"#0","uv":[13.875,1.125,14.625,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w363.json b/assets/minecraft/models/w363.json new file mode 100644 index 000000000..e2de898e0 --- /dev/null +++ b/assets/minecraft/models/w363.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,8.625,5.5,9.125]},"east":{"texture":"#0","uv":[5.5,9.125,5,9.875]},"north":{"texture":"#0","uv":[5,9.125,4.5,9.875]},"south":{"texture":"#0","uv":[6,9.125,5.5,9.875]},"up":{"texture":"#0","uv":[4.5,9.125,5,8.625]},"west":{"texture":"#0","uv":[4.5,9.125,4,9.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-13.6,-14.4]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3630.json b/assets/minecraft/models/w3630.json new file mode 100644 index 000000000..0cd3a6a98 --- /dev/null +++ b/assets/minecraft/models/w3630.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.5,0,14.125,0.75]},"east":{"texture":"#0","uv":[14,6.75,14.75,7.125]},"north":{"texture":"#0","uv":[4,15,4.375,15.375]},"south":{"texture":"#0","uv":[15,4.375,15.375,4.75]},"up":{"texture":"#0","uv":[9.5,11.625,9.125,10.875]},"west":{"texture":"#0","uv":[14,9.375,14.75,9.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-13.6]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3631.json b/assets/minecraft/models/w3631.json new file mode 100644 index 000000000..b9a5327f2 --- /dev/null +++ b/assets/minecraft/models/w3631.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,15.125,12.625,15.375]},"east":{"texture":"#0","uv":[15.25,14,15.5,14.25]},"north":{"texture":"#0","uv":[15.125,5.25,15.5,5.5]},"south":{"texture":"#0","uv":[7.125,15.125,7.5,15.375]},"up":{"texture":"#0","uv":[12.5,15.375,12.125,15.125]},"west":{"texture":"#0","uv":[15.25,14.375,15.5,14.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3632.json b/assets/minecraft/models/w3632.json new file mode 100644 index 000000000..0ee772ea0 --- /dev/null +++ b/assets/minecraft/models/w3632.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,14.625,0.375,15.25]},"east":{"texture":"#0","uv":[0.875,14.875,1.5,15.125]},"north":{"texture":"#0","uv":[12.5,8.125,12.875,8.375]},"south":{"texture":"#0","uv":[15,12.25,15.375,12.5]},"up":{"texture":"#0","uv":[15,0.625,14.625,0]},"west":{"texture":"#0","uv":[14.875,6.5,15.5,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.992,-15.092001,-13.992]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3633.json b/assets/minecraft/models/w3633.json new file mode 100644 index 000000000..83ccb62b6 --- /dev/null +++ b/assets/minecraft/models/w3633.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.5,4.875,15.125,5.125]},"east":{"texture":"#0","uv":[15.25,10.75,15.5,11]},"north":{"texture":"#0","uv":[14.75,15,15.125,15.25]},"south":{"texture":"#0","uv":[15.125,0,15.5,0.25]},"up":{"texture":"#0","uv":[15.5,0.625,15.125,0.375]},"west":{"texture":"#0","uv":[15.25,11.125,15.5,11.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15,-15.1,-15.2]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3634.json b/assets/minecraft/models/w3634.json new file mode 100644 index 000000000..2f2295744 --- /dev/null +++ b/assets/minecraft/models/w3634.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,9.25,6.125,10.25]},"east":{"texture":"#0","uv":[10.375,4.375,11.375,5.375]},"north":{"texture":"#0","uv":[9.125,3,10.25,4]},"south":{"texture":"#0","uv":[9.125,4.125,10.25,5.125]},"up":{"texture":"#0","uv":[6,10.25,4.875,9.25]},"west":{"texture":"#0","uv":[9.625,10.75,10.625,11.75]}},"from":[-15.2,-16,-15.2],"shade":false,"to":[-11.6,-12.8,-12]},{"faces":{"down":{"texture":"#0","uv":[7,14.375,7,14.625]},"east":{"texture":"#0","uv":[15.25,11.5,15.5,11.75]},"north":{"texture":"#0","uv":[4.5,13.875,4.5,14.125]},"south":{"texture":"#0","uv":[2.375,14,2.375,14.25]},"up":{"texture":"#0","uv":[2.375,14.625,2.375,14.375]}},"from":[-11.6,-13.6,-16],"shade":false,"to":[-11.6,-12.8,-15.2]},{"faces":{"down":{"texture":"#0","uv":[14.25,8,14,9.25]},"up":{"texture":"#0","uv":[9,1.25,8.75,0]}},"from":[-11.6,-13.6,-16],"shade":false,"to":[-10.8,-13.6,-12]},{"faces":{"east":{"texture":"#0","uv":[10.875,9.875,12.125,10.625]},"west":{"texture":"#0","uv":[12.125,9.875,10.875,10.625]}},"from":[-10.8,-16,-16],"shade":false,"to":[-10.8,-13.6,-12]},{"faces":{"down":{"texture":"#0","uv":[14.375,3.75,14.125,5]},"up":{"texture":"#0","uv":[0.25,15.375,0,14.125]}},"from":[-16,-13.6,-16],"shade":false,"to":[-15.2,-13.6,-12]},{"faces":{"east":{"texture":"#0","uv":[15.25,13.25,15.5,13.5]},"west":{"texture":"#0","uv":[15.25,13.625,15.5,13.875]}},"from":[-15.2,-13.6,-16],"shade":false,"to":[-15.2,-12.8,-15.2]},{"faces":{"east":{"texture":"#0","uv":[12.75,3.625,11.5,4.375]},"west":{"texture":"#0","uv":[11.5,3.625,12.75,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.6,-12]},{"faces":{"north":{"texture":"#0","uv":[10.25,14.75,10.5,15.5]},"south":{"texture":"#0","uv":[10.625,14.75,10.875,15.5]}},"from":[-16,-16,-12],"shade":false,"to":[-15.2,-13.6,-12]},{"faces":{"north":{"texture":"#0","uv":[11,14.75,11.25,15.5]},"south":{"texture":"#0","uv":[11.375,14.75,11.625,15.5]}},"from":[-11.6,-16,-12],"shade":false,"to":[-10.8,-13.6,-12]},{"faces":{"down":{"texture":"#0","uv":[10.125,13.75,9,14.25]},"up":{"texture":"#0","uv":[14.25,7.875,13.125,7.375]}},"from":[-15.2,-12.8,-16],"shade":false,"to":[-11.6,-12.8,-14.4]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3635.json b/assets/minecraft/models/w3635.json new file mode 100644 index 000000000..c58cacda4 --- /dev/null +++ b/assets/minecraft/models/w3635.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[2.875,4.875,1.5,6.75]},"west":{"texture":"#0","uv":[1.5,4.875,2.875,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-10,-11.6]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3636.json b/assets/minecraft/models/w3636.json new file mode 100644 index 000000000..86494d316 --- /dev/null +++ b/assets/minecraft/models/w3636.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.375,2.375,15,2.75]},"east":{"texture":"#0","uv":[14.5,2.75,14.875,3.375]},"north":{"texture":"#0","uv":[14.5,2,14.875,2.625]},"south":{"texture":"#0","uv":[14.5,3.5,14.875,4.125]},"up":{"texture":"#0","uv":[15.375,2.25,15,1.875]},"west":{"texture":"#0","uv":[14.5,4.25,14.875,4.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3637.json b/assets/minecraft/models/w3637.json new file mode 100644 index 000000000..aec0b500d --- /dev/null +++ b/assets/minecraft/models/w3637.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.375,3.875,15,4.25]},"east":{"texture":"#0","uv":[14.5,10.625,14.875,11.25]},"north":{"texture":"#0","uv":[14.5,9.875,14.875,10.5]},"south":{"texture":"#0","uv":[14.5,11.375,14.875,12]},"up":{"texture":"#0","uv":[3.875,15.375,3.5,15]},"west":{"texture":"#0","uv":[14.5,12.125,14.875,12.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3638.json b/assets/minecraft/models/w3638.json new file mode 100644 index 000000000..539558d3b --- /dev/null +++ b/assets/minecraft/models/w3638.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[7.75,2.875,9,4.125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-12]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3639.json b/assets/minecraft/models/w3639.json new file mode 100644 index 000000000..93963d122 --- /dev/null +++ b/assets/minecraft/models/w3639.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[6.375,7.875,7.625,9.125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-12]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w364.json b/assets/minecraft/models/w364.json new file mode 100644 index 000000000..f7fc35342 --- /dev/null +++ b/assets/minecraft/models/w364.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.75,10.25,3.25,10.625]},"east":{"texture":"#0","uv":[3.125,10.625,2.75,11]},"north":{"texture":"#0","uv":[2.75,10.625,2.25,11]},"south":{"texture":"#0","uv":[3.625,10.625,3.125,11]},"up":{"texture":"#0","uv":[2.25,10.625,2.75,10.25]},"west":{"texture":"#0","uv":[2.25,10.625,1.875,11]}},"from":[-16,-16,-16],"shade":false,"to":[-14.395,-14.868629,-14.868629]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3640.json b/assets/minecraft/models/w3640.json new file mode 100644 index 000000000..c8c252bd2 --- /dev/null +++ b/assets/minecraft/models/w3640.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0.875,9.75,1,10.5]},"west":{"texture":"#0","uv":[4.625,10.5,4.75,11.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.6,-15.6]},{"faces":{"down":{"texture":"#0","uv":[12.75,5.375,12.625,5.5]},"up":{"texture":"#0","uv":[12.125,2.25,12,2.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-15.6]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3641.json b/assets/minecraft/models/w3641.json new file mode 100644 index 000000000..c3a99839d --- /dev/null +++ b/assets/minecraft/models/w3641.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[4.625,11.375,4.75,12.125]},"west":{"texture":"#0","uv":[8.875,12,9,12.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.6,-15.6]},{"faces":{"down":{"texture":"#0","uv":[12.75,5.375,12.625,5.5]},"up":{"texture":"#0","uv":[12.125,2.25,12,2.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-15.6]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3642.json b/assets/minecraft/models/w3642.json new file mode 100644 index 000000000..2f181b5f2 --- /dev/null +++ b/assets/minecraft/models/w3642.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15,9.625,15.125,10.375]},"west":{"texture":"#0","uv":[9.875,15,10,15.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.6,-15.6]},{"faces":{"down":{"texture":"#0","uv":[12.75,5.375,12.625,5.5]},"up":{"texture":"#0","uv":[12.125,2.25,12,2.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-15.6]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3643.json b/assets/minecraft/models/w3643.json new file mode 100644 index 000000000..bdd887602 --- /dev/null +++ b/assets/minecraft/models/w3643.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[6.875,15,7,15.75]},"west":{"texture":"#0","uv":[9.625,15,9.75,15.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.6,-15.6]},{"faces":{"down":{"texture":"#0","uv":[12.75,5.375,12.625,5.5]},"up":{"texture":"#0","uv":[12.125,2.25,12,2.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-15.6]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3644.json b/assets/minecraft/models/w3644.json new file mode 100644 index 000000000..861559b39 --- /dev/null +++ b/assets/minecraft/models/w3644.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,14.75,11.75,15.375]},"east":{"texture":"#0","uv":[5,7.5,5.625,7.75]},"north":{"texture":"#0","uv":[7.625,12.875,7.875,13.125]},"south":{"texture":"#0","uv":[8.5,13.25,8.75,13.5]},"up":{"texture":"#0","uv":[15,5.625,14.75,5]},"west":{"texture":"#0","uv":[12.25,10.375,12.875,10.625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.3,-15.3,-14]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3645.json b/assets/minecraft/models/w3645.json new file mode 100644 index 000000000..cadcf5984 --- /dev/null +++ b/assets/minecraft/models/w3645.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.875,13.25,14.625,14]},"east":{"texture":"#0","uv":[13,11.375,13.75,11.625]},"north":{"texture":"#0","uv":[13.125,15.125,13.375,15.375]},"south":{"texture":"#0","uv":[0.875,15.25,1.125,15.5]},"up":{"texture":"#0","uv":[12.375,7.125,12.125,6.375]},"west":{"texture":"#0","uv":[14.625,6.125,15.375,6.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.316,-15.316,-13.616]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3646.json b/assets/minecraft/models/w3646.json new file mode 100644 index 000000000..23f721620 --- /dev/null +++ b/assets/minecraft/models/w3646.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.375,14.75,2.125,15.5]},"east":{"texture":"#0","uv":[14.75,1.125,15.5,1.375]},"north":{"texture":"#0","uv":[15.25,10,15.5,10.25]},"south":{"texture":"#0","uv":[15.25,10.375,15.5,10.625]},"up":{"texture":"#0","uv":[2,15.5,1.75,14.75]},"west":{"texture":"#0","uv":[14.75,1.5,15.5,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.324,-15.324,-13.624001]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3647.json b/assets/minecraft/models/w3647.json new file mode 100644 index 000000000..5a8065015 --- /dev/null +++ b/assets/minecraft/models/w3647.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,15,5.75,15.5]},"east":{"texture":"#0","uv":[4.5,15,5,15.25]},"north":{"texture":"#0","uv":[1.25,15.25,1.5,15.5]},"south":{"texture":"#0","uv":[15.25,9.625,15.5,9.875]},"up":{"texture":"#0","uv":[8.375,15.375,8.125,14.875]},"west":{"texture":"#0","uv":[5.125,15,5.625,15.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.308001,-15.308001,-14.408]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3648.json b/assets/minecraft/models/w3648.json new file mode 100644 index 000000000..8e4d50711 --- /dev/null +++ b/assets/minecraft/models/w3648.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,8.25,1.5,13.75]},"east":{"texture":"#0","uv":[7.75,5.625,13.25,5.875]},"north":{"texture":"#0","uv":[11.875,9.5,12.125,9.75]},"south":{"texture":"#0","uv":[12.125,7.25,12.375,7.5]},"up":{"texture":"#0","uv":[1.375,13.75,1.125,8.25]},"west":{"texture":"#0","uv":[7.75,6,13.25,6.25]}},"from":[-16,-15.863209,-12.722291],"shade":false,"to":[-15.292,-15.155209,4.885709]},{"faces":{"down":{"texture":"#0","uv":[15.25,7.875,15,8.375]},"east":{"texture":"#0","uv":[14.375,7.875,14.875,8.375]},"north":{"texture":"#0","uv":[6.125,15,6.375,15.5]},"south":{"texture":"#0","uv":[6.5,15,6.75,15.5]},"up":{"texture":"#0","uv":[15.25,7.75,15,7.25]},"west":{"texture":"#0","uv":[14.375,8.5,14.875,9]}},"from":[-15.996,-16,-16],"rotation":{"angle":45,"axis":"x","origin":[-15.646,-16.45,-16.2],"rescale":false},"shade":false,"to":[-15.2960005,-14.5,-14.4]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3649.json b/assets/minecraft/models/w3649.json new file mode 100644 index 000000000..7af05485e --- /dev/null +++ b/assets/minecraft/models/w3649.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15,10.5,15.125,11.25]},"west":{"texture":"#0","uv":[15,11.375,15.125,12.125]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.6,-13.6,-15.6]},{"faces":{"down":{"texture":"#0","uv":[12.75,5.375,12.625,5.5]},"up":{"texture":"#0","uv":[12.125,2.25,12,2.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-15.6]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w365.json b/assets/minecraft/models/w365.json new file mode 100644 index 000000000..7e7004e23 --- /dev/null +++ b/assets/minecraft/models/w365.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,9,6.75,9.125]},"east":{"texture":"#0","uv":[6.625,9.125,6.5,9.375]},"north":{"texture":"#0","uv":[6.5,9.125,6.25,9.375]},"south":{"texture":"#0","uv":[6.875,9.125,6.625,9.375]},"up":{"texture":"#0","uv":[6.25,9.125,6.5,9]},"west":{"texture":"#0","uv":[6.25,9.125,6.125,9.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3650.json b/assets/minecraft/models/w3650.json new file mode 100644 index 000000000..47ac6c0be --- /dev/null +++ b/assets/minecraft/models/w3650.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[15,13.25,15.125,14]},"west":{"texture":"#0","uv":[13.75,15,13.875,15.75]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.6,-13.6,-15.6]},{"faces":{"down":{"texture":"#0","uv":[12.75,5.375,12.625,5.5]},"up":{"texture":"#0","uv":[12.125,2.25,12,2.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-15.6]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3651.json b/assets/minecraft/models/w3651.json new file mode 100644 index 000000000..aa09cde25 --- /dev/null +++ b/assets/minecraft/models/w3651.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[14,15,14.125,15.75]},"west":{"texture":"#0","uv":[15,14.125,15.125,14.875]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.6,-13.6,-15.6]},{"faces":{"down":{"texture":"#0","uv":[12.75,5.375,12.625,5.5]},"up":{"texture":"#0","uv":[12.125,2.25,12,2.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-15.6]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3652.json b/assets/minecraft/models/w3652.json new file mode 100644 index 000000000..b1f91a405 --- /dev/null +++ b/assets/minecraft/models/w3652.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[14.25,15,14.375,15.75]},"west":{"texture":"#0","uv":[14.5,15,14.625,15.75]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.6,-13.6,-15.6]},{"faces":{"down":{"texture":"#0","uv":[12.75,5.375,12.625,5.5]},"up":{"texture":"#0","uv":[12.125,2.25,12,2.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-15.6]}],"overrides":[],"textures":{"0":"item/w680019582_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3653.json b/assets/minecraft/models/w3653.json new file mode 100644 index 000000000..7117aa67f --- /dev/null +++ b/assets/minecraft/models/w3653.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,2,12.75,2.75]},"east":{"texture":"#0","uv":[10.75,2.75,11.5,3.5]},"north":{"texture":"#0","uv":[11.5,2.75,12.75,3.5]},"south":{"texture":"#0","uv":[13.5,2.75,14.75,3.5]},"up":{"texture":"#0","uv":[12.75,2.75,11.5,2]},"west":{"texture":"#0","uv":[12.75,2.75,13.5,3.5]}},"from":[-15.6,-15.2,-15.8],"shade":false,"to":[-13.200001,-13.599999,-14.2]},{"faces":{"down":{"texture":"#0","uv":[13,6.75,11.25,7.75]},"east":{"texture":"#0","uv":[8.5,7.75,9.5,8]},"north":{"texture":"#0","uv":[9.5,7.75,11.25,8]},"south":{"texture":"#0","uv":[12.25,7.75,14,8]},"up":{"texture":"#0","uv":[11.25,7.75,9.5,6.75]},"west":{"texture":"#0","uv":[11.25,7.75,12.25,8]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-15.2,-14]}],"overrides":[],"textures":{"0":"item/w1358579565_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3654.json b/assets/minecraft/models/w3654.json new file mode 100644 index 000000000..08fd7a19e --- /dev/null +++ b/assets/minecraft/models/w3654.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,9,6,10]},"east":{"texture":"#0","uv":[4,10,5,12]},"north":{"texture":"#0","uv":[5,10,6,12]},"south":{"texture":"#0","uv":[7,10,8,12]},"up":{"texture":"#0","uv":[6,10,5,9]},"west":{"texture":"#0","uv":[6,10,7,12]}},"from":[-15.6,-16,-16],"shade":false,"to":[-14,-12.8,-14.4]},{"faces":{"down":{"texture":"#0","uv":[4.75,3.5,4.5,4]},"east":{"texture":"#0","uv":[3.75,4,4.25,4.5]},"north":{"texture":"#0","uv":[4.25,4,4.5,4.5]},"south":{"texture":"#0","uv":[5,4,5.25,4.5]},"up":{"texture":"#0","uv":[4.5,4,4.25,3.5]},"west":{"texture":"#0","uv":[4.5,4,5,4.5]}},"from":[-16,-15.6,-15.6],"shade":false,"to":[-15.6,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1358579565_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3655.json b/assets/minecraft/models/w3655.json new file mode 100644 index 000000000..7f87a41aa --- /dev/null +++ b/assets/minecraft/models/w3655.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,9,7,10]},"east":{"texture":"#0","uv":[7,10,6,12]},"north":{"texture":"#0","uv":[6,10,5,12]},"south":{"texture":"#0","uv":[8,10,7,12]},"up":{"texture":"#0","uv":[5,10,6,9]},"west":{"texture":"#0","uv":[5,10,4,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-12.8,-14.4]},{"faces":{"down":{"texture":"#0","uv":[4.5,3.5,4.75,4]},"east":{"texture":"#0","uv":[5,4,4.5,4.5]},"north":{"texture":"#0","uv":[4.5,4,4.25,4.5]},"south":{"texture":"#0","uv":[5.25,4,5,4.5]},"up":{"texture":"#0","uv":[4.25,4,4.5,3.5]},"west":{"texture":"#0","uv":[4.25,4,3.75,4.5]}},"from":[-14.4,-15.6,-15.6],"shade":false,"to":[-14,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1358579565_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3656.json b/assets/minecraft/models/w3656.json new file mode 100644 index 000000000..e664ad78f --- /dev/null +++ b/assets/minecraft/models/w3656.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,3.5,1.25,4.5]},"east":{"texture":"#0","uv":[0,4.5,1,6.25]},"north":{"texture":"#0","uv":[1,4.5,1.25,6.25]},"south":{"texture":"#0","uv":[2.25,4.5,2.5,6.25]},"up":{"texture":"#0","uv":[1.25,4.5,1,3.5]},"west":{"texture":"#0","uv":[1.25,4.5,2.25,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-13.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1358579565_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3657.json b/assets/minecraft/models/w3657.json new file mode 100644 index 000000000..5b1641a2a --- /dev/null +++ b/assets/minecraft/models/w3657.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,6.75,2,7.75]},"east":{"texture":"#0","uv":[0,7.75,1,10.5]},"north":{"texture":"#0","uv":[1,7.75,2,10.5]},"south":{"texture":"#0","uv":[3,7.75,4,10.5]},"up":{"texture":"#0","uv":[2,7.75,1,6.75]},"west":{"texture":"#0","uv":[2,7.75,3,10.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.6,-14.4]}],"overrides":[],"textures":{"0":"item/w1358579565_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3658.json b/assets/minecraft/models/w3658.json new file mode 100644 index 000000000..f5f772eb9 --- /dev/null +++ b/assets/minecraft/models/w3658.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.25,5,11,6.25]},"east":{"texture":"#0","uv":[8.5,6.25,9.75,6.75]},"north":{"texture":"#0","uv":[9.75,6.25,11,6.75]},"south":{"texture":"#0","uv":[12.25,6.25,13.5,6.75]},"up":{"texture":"#0","uv":[11,6.25,9.75,5]},"west":{"texture":"#0","uv":[11,6.25,12.25,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.2,-14]}],"overrides":[],"textures":{"0":"item/w1358579565_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3659.json b/assets/minecraft/models/w3659.json new file mode 100644 index 000000000..fe73a7fe8 --- /dev/null +++ b/assets/minecraft/models/w3659.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,10.5,2,11]},"east":{"texture":"#0","uv":[0,11,0.5,12]},"north":{"texture":"#0","uv":[0.5,11,2,12]},"south":{"texture":"#0","uv":[2.5,11,4,12]},"up":{"texture":"#0","uv":[2,11,0.5,10.5]},"west":{"texture":"#0","uv":[2,11,2.5,12]}},"from":[-16,-16,-16],"shade":false,"to":[-13.28,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w1358579565_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w366.json b/assets/minecraft/models/w366.json new file mode 100644 index 000000000..1d42cc400 --- /dev/null +++ b/assets/minecraft/models/w366.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.625,8.625,6.75,8.75]},"east":{"texture":"#0","uv":[6.75,8.75,6.625,8.875]},"north":{"texture":"#0","uv":[6.625,8.75,6.5,8.875]},"south":{"texture":"#0","uv":[6.875,8.75,6.75,8.875]},"up":{"texture":"#0","uv":[6.5,8.75,6.625,8.625]},"west":{"texture":"#0","uv":[6.5,8.75,6.375,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.426314,-15.426314,-15.592]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3660.json b/assets/minecraft/models/w3660.json new file mode 100644 index 000000000..d692524ab --- /dev/null +++ b/assets/minecraft/models/w3660.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.25,0,11.5,0.5]},"east":{"texture":"#0","uv":[9.25,0.5,9.75,1.5]},"north":{"texture":"#0","uv":[9.75,0.5,11.5,1.5]},"south":{"texture":"#0","uv":[12,0.5,13.75,1.5]},"up":{"texture":"#0","uv":[11.5,0.5,9.75,0]},"west":{"texture":"#0","uv":[11.5,0.5,12,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w1358579565_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3661.json b/assets/minecraft/models/w3661.json new file mode 100644 index 000000000..641a565d9 --- /dev/null +++ b/assets/minecraft/models/w3661.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,1,7.5,2]},"east":{"texture":"#0","uv":[5.5,2,6.5,2]},"north":{"texture":"#0","uv":[6.5,2,7.5,2]},"south":{"texture":"#0","uv":[8.5,2,9.5,2]},"up":{"texture":"#0","uv":[7.5,2,6.5,1]},"west":{"texture":"#0","uv":[7.5,2,8.5,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1358579565_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3662.json b/assets/minecraft/models/w3662.json new file mode 100644 index 000000000..1fb67940f --- /dev/null +++ b/assets/minecraft/models/w3662.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,0,6.25,1]},"east":{"texture":"#0","uv":[4.25,1,5.25,1]},"north":{"texture":"#0","uv":[5.25,1,6.25,1]},"south":{"texture":"#0","uv":[7.25,1,8.25,1]},"up":{"texture":"#0","uv":[6.25,1,5.25,0]},"west":{"texture":"#0","uv":[6.25,1,7.25,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1358579565_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3663.json b/assets/minecraft/models/w3663.json new file mode 100644 index 000000000..7ed2b55c1 --- /dev/null +++ b/assets/minecraft/models/w3663.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,0,3.25,1.25]},"east":{"texture":"#0","uv":[0,1.25,1.25,3.5]},"north":{"texture":"#0","uv":[1.25,1.25,3.25,3.5]},"south":{"texture":"#0","uv":[4.5,1.25,6.5,3.5]},"up":{"texture":"#0","uv":[3.25,1.25,1.25,0]},"west":{"texture":"#0","uv":[3.25,1.25,4.5,3.5]}},"from":[-14.2,-16,-14.6],"shade":false,"to":[-11,-12.4,-12.6]},{"faces":{"down":{"texture":"#0","uv":[13.25,11.5,12.5,12.25]},"east":{"texture":"#0","uv":[11,12.25,11.75,12.75]},"north":{"texture":"#0","uv":[11.75,12.25,12.5,12.75]},"south":{"texture":"#0","uv":[13.25,12.25,14,12.75]},"up":{"texture":"#0","uv":[12.5,12.25,11.75,11.5]},"west":{"texture":"#0","uv":[12.5,12.25,13.25,12.75]}},"from":[-13.2,-12.4,-14.2],"shade":false,"to":[-12,-11.599999,-13]},{"faces":{"down":{"texture":"#0","uv":[7.5,3.5,6.5,5.25]},"east":{"texture":"#0","uv":[3.75,5.25,5.5,6.25]},"north":{"texture":"#0","uv":[5.5,5.25,6.5,6.25]},"south":{"texture":"#0","uv":[8.25,5.25,9.25,6.25]},"up":{"texture":"#0","uv":[6.5,5.25,5.5,3.5]},"west":{"texture":"#0","uv":[6.5,5.25,8.25,6.25]}},"from":[-15.8,-14.4,-15.8],"shade":false,"to":[-14.2,-12.799999,-13]},{"faces":{"down":{"texture":"#0","uv":[4.5,12.75,3.75,13]},"east":{"texture":"#0","uv":[2.75,13,3,13.75]},"north":{"texture":"#0","uv":[3,13,3.75,13.75]},"south":{"texture":"#0","uv":[4,13,4.75,13.75]},"up":{"texture":"#0","uv":[3.75,13,3,12.75]},"west":{"texture":"#0","uv":[3.75,13,4,13.75]}},"from":[-15.6,-14.2,-16],"shade":false,"to":[-14.400001,-13,-15.6]},{"faces":{"down":{"texture":"#0","uv":[12.75,9.75,12.5,11]},"east":{"texture":"#0","uv":[11,11,12.25,11.5]},"north":{"texture":"#0","uv":[12.25,11,12.5,11.5]},"south":{"texture":"#0","uv":[13.75,11,14,11.5]},"up":{"texture":"#0","uv":[12.5,11,12.25,9.75]},"west":{"texture":"#0","uv":[12.5,11,13.75,11.5]}},"from":[-16,-14,-15.4],"shade":false,"to":[-15.6,-13.2,-13.4]}],"overrides":[],"textures":{"0":"item/w1358579565_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3664.json b/assets/minecraft/models/w3664.json new file mode 100644 index 000000000..d880ba70c --- /dev/null +++ b/assets/minecraft/models/w3664.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.25,9.75,9.5,10.5]},"east":{"texture":"#0","uv":[8,10.5,8.75,12.5]},"north":{"texture":"#0","uv":[8.75,10.5,9.5,12.5]},"south":{"texture":"#0","uv":[10.25,10.5,11,12.5]},"up":{"texture":"#0","uv":[9.5,10.5,8.75,9.75]},"west":{"texture":"#0","uv":[9.5,10.5,10.25,12.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1358579565_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3665.json b/assets/minecraft/models/w3665.json new file mode 100644 index 000000000..643ee1f9a --- /dev/null +++ b/assets/minecraft/models/w3665.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,9.75,10.25,10.5]},"east":{"texture":"#0","uv":[10.25,10.5,9.5,12.5]},"north":{"texture":"#0","uv":[9.5,10.5,8.75,12.5]},"south":{"texture":"#0","uv":[11,10.5,10.25,12.5]},"up":{"texture":"#0","uv":[8.75,10.5,9.5,9.75]},"west":{"texture":"#0","uv":[8.75,10.5,8,12.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1358579565_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3666.json b/assets/minecraft/models/w3666.json new file mode 100644 index 000000000..adb2920dc --- /dev/null +++ b/assets/minecraft/models/w3666.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,0,9,2.25]},"east":{"texture":"#0","uv":[6.5,2.25,8.75,2.75]},"north":{"texture":"#0","uv":[8.75,2.25,9,2.75]},"south":{"texture":"#0","uv":[11.25,2.25,11.5,2.75]},"up":{"texture":"#0","uv":[9,2.25,8.75,0]},"west":{"texture":"#0","uv":[9,2.25,11.25,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.200001,-12.4]}],"overrides":[],"textures":{"0":"item/w1358579565_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3667.json b/assets/minecraft/models/w3667.json new file mode 100644 index 000000000..a38315175 --- /dev/null +++ b/assets/minecraft/models/w3667.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,6.25,7.5,8]},"east":{"texture":"#0","uv":[4.75,8,6.5,9]},"north":{"texture":"#0","uv":[6.5,8,7.5,9]},"south":{"texture":"#0","uv":[9.25,8,10.25,9]},"up":{"texture":"#0","uv":[7.5,8,6.5,6.25]},"west":{"texture":"#0","uv":[7.5,8,9.25,9]}},"from":[-16,-14.8,-11.24],"shade":false,"to":[-14.4,-13.2,-8.44]},{"faces":{"down":{"texture":"#0","uv":[10.75,2.75,9.75,4]},"east":{"texture":"#0","uv":[7.5,4,8.75,5]},"north":{"texture":"#0","uv":[8.75,4,9.75,5]},"south":{"texture":"#0","uv":[11,4,12,5]},"up":{"texture":"#0","uv":[9.75,4,8.75,2.75]},"west":{"texture":"#0","uv":[9.75,4,11,5]}},"from":[-14.8,-13.6,-11.64],"shade":false,"to":[-13.2,-12,-9.64]},{"faces":{"down":{"texture":"#0","uv":[6,12.75,5.25,13]},"east":{"texture":"#0","uv":[4.25,13,4.5,13.75]},"north":{"texture":"#0","uv":[4.5,13,5.25,13.75]},"south":{"texture":"#0","uv":[5.5,13,6.25,13.75]},"up":{"texture":"#0","uv":[5.25,13,4.5,12.75]},"west":{"texture":"#0","uv":[5.25,13,5.5,13.75]}},"from":[-14.6,-13.4,-12.04],"shade":false,"to":[-13.400001,-12.199999,-11.64]},{"faces":{"down":{"texture":"#0","uv":[3.75,3.5,3.25,6.25]},"east":{"texture":"#0","uv":[0,6.25,2.75,6.75]},"north":{"texture":"#0","uv":[2.75,6.25,3.25,6.75]},"south":{"texture":"#0","uv":[6,6.25,6.5,6.75]},"up":{"texture":"#0","uv":[3.25,6.25,2.75,3.5]},"west":{"texture":"#0","uv":[3.25,6.25,6,6.75]}},"from":[-15.6,-14.4,-15.64],"shade":false,"to":[-14.8,-13.599999,-11.24]},{"faces":{"down":{"texture":"#0","uv":[1.25,12,1,12.75]},"east":{"texture":"#0","uv":[0,12.75,0.75,13.75]},"north":{"texture":"#0","uv":[0.75,12.75,1,13.75]},"south":{"texture":"#0","uv":[1.75,12.75,2,13.75]},"up":{"texture":"#0","uv":[1,12.75,0.75,12]},"west":{"texture":"#0","uv":[1,12.75,1.75,13.75]}},"from":[-15.48,-16,-12.84],"shade":false,"to":[-14.919999,-14.4,-11.64]},{"faces":{"down":{"texture":"#0","uv":[6,6.75,5.75,7.25]},"east":{"texture":"#0","uv":[5,7.25,5.5,7.75]},"north":{"texture":"#0","uv":[5.5,7.25,5.75,7.75]},"south":{"texture":"#0","uv":[6.25,7.25,6.5,7.75]},"up":{"texture":"#0","uv":[5.75,7.25,5.5,6.75]},"west":{"texture":"#0","uv":[5.75,7.25,6.25,7.75]}},"from":[-15.4,-15.2,-13.64],"shade":false,"to":[-15,-14.4,-12.84]},{"faces":{"down":{"texture":"#0","uv":[4.75,6.75,4,7]},"east":{"texture":"#0","uv":[3,7,3.25,7.75]},"north":{"texture":"#0","uv":[3.25,7,4,7.75]},"south":{"texture":"#0","uv":[4.25,7,5,7.75]},"up":{"texture":"#0","uv":[4,7,3.25,6.75]},"west":{"texture":"#0","uv":[4,7,4.25,7.75]}},"from":[-15.8,-14.6,-16],"shade":false,"to":[-14.6,-13.400001,-15.6]}],"overrides":[],"textures":{"0":"item/w1358579565_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3668.json b/assets/minecraft/models/w3668.json new file mode 100644 index 000000000..fde818506 --- /dev/null +++ b/assets/minecraft/models/w3668.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.25,8,11.25,9.5]},"east":{"texture":"#0","uv":[8.75,9.5,10.25,9.75]},"north":{"texture":"#0","uv":[10.25,9.5,11.25,9.75]},"south":{"texture":"#0","uv":[12.75,9.5,13.75,9.75]},"up":{"texture":"#0","uv":[11.25,9.5,10.25,8]},"west":{"texture":"#0","uv":[11.25,9.5,12.75,9.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.48,-13.6]}],"overrides":[],"textures":{"0":"item/w1358579565_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3669.json b/assets/minecraft/models/w3669.json new file mode 100644 index 000000000..bc006619d --- /dev/null +++ b/assets/minecraft/models/w3669.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.25,8,12.25,9.5]},"east":{"texture":"#0","uv":[12.75,9.5,11.25,9.75]},"north":{"texture":"#0","uv":[11.25,9.5,10.25,9.75]},"south":{"texture":"#0","uv":[13.75,9.5,12.75,9.75]},"up":{"texture":"#0","uv":[10.25,9.5,11.25,8]},"west":{"texture":"#0","uv":[10.25,9.5,8.75,9.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.48,-13.6]}],"overrides":[],"textures":{"0":"item/w1358579565_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w367.json b/assets/minecraft/models/w367.json new file mode 100644 index 000000000..9a2340061 --- /dev/null +++ b/assets/minecraft/models/w367.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,9.5,7.375,9.625]},"east":{"texture":"#0","uv":[7,9.625,7.125,9.875]},"north":{"texture":"#0","uv":[7.125,9.625,7.375,9.875]},"south":{"texture":"#0","uv":[7.5,9.625,7.75,9.875]},"up":{"texture":"#0","uv":[7.375,9.625,7.125,9.5]},"west":{"texture":"#0","uv":[7.375,9.625,7.5,9.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3670.json b/assets/minecraft/models/w3670.json new file mode 100644 index 000000000..07321b041 --- /dev/null +++ b/assets/minecraft/models/w3670.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,7.75,4.25,7.75]},"east":{"texture":"#0","uv":[4,7.75,4,10]},"north":{"texture":"#0","uv":[4,7.75,4.25,10]},"south":{"texture":"#0","uv":[4.25,7.75,4.5,10]},"up":{"texture":"#0","uv":[4.25,7.75,4,7.75]},"west":{"texture":"#0","uv":[4.25,7.75,4.25,10]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-12.4,-16]}],"overrides":[],"textures":{"0":"item/w1358579565_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3671.json b/assets/minecraft/models/w3671.json new file mode 100644 index 000000000..fbeae85fa --- /dev/null +++ b/assets/minecraft/models/w3671.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,0,8,4.5]},"east":{"texture":"#0","uv":[0,4.5,4.5,8.5]},"north":{"texture":"#0","uv":[4.5,4.5,8,8.5]},"south":{"texture":"#0","uv":[12.5,4.5,16,8.5]},"up":{"texture":"#0","uv":[8,4.5,4.5,0]},"west":{"texture":"#0","uv":[8,4.5,12.5,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-12.8,-12.4]}],"overrides":[],"textures":{"0":"item/w1563165382_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3672.json b/assets/minecraft/models/w3672.json new file mode 100644 index 000000000..3ceb688de --- /dev/null +++ b/assets/minecraft/models/w3672.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,8.5,4.5,11]},"east":{"texture":"#0","uv":[0,11,2.5,13]},"north":{"texture":"#0","uv":[2.5,11,4.5,13]},"south":{"texture":"#0","uv":[7,11,9,13]},"up":{"texture":"#0","uv":[4.5,11,2.5,8.5]},"west":{"texture":"#0","uv":[4.5,11,7,13]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-14]}],"overrides":[],"textures":{"0":"item/w1563165382_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3673.json b/assets/minecraft/models/w3673.json new file mode 100644 index 000000000..3ceb688de --- /dev/null +++ b/assets/minecraft/models/w3673.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,8.5,4.5,11]},"east":{"texture":"#0","uv":[0,11,2.5,13]},"north":{"texture":"#0","uv":[2.5,11,4.5,13]},"south":{"texture":"#0","uv":[7,11,9,13]},"up":{"texture":"#0","uv":[4.5,11,2.5,8.5]},"west":{"texture":"#0","uv":[4.5,11,7,13]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-14]}],"overrides":[],"textures":{"0":"item/w1563165382_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3674.json b/assets/minecraft/models/w3674.json new file mode 100644 index 000000000..3ceb688de --- /dev/null +++ b/assets/minecraft/models/w3674.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,8.5,4.5,11]},"east":{"texture":"#0","uv":[0,11,2.5,13]},"north":{"texture":"#0","uv":[2.5,11,4.5,13]},"south":{"texture":"#0","uv":[7,11,9,13]},"up":{"texture":"#0","uv":[4.5,11,2.5,8.5]},"west":{"texture":"#0","uv":[4.5,11,7,13]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-14]}],"overrides":[],"textures":{"0":"item/w1563165382_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3675.json b/assets/minecraft/models/w3675.json new file mode 100644 index 000000000..cc14abc2a --- /dev/null +++ b/assets/minecraft/models/w3675.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,0,8.25,1.75]},"east":{"texture":"#0","uv":[8.25,1.75,6.5,3.75]},"north":{"texture":"#0","uv":[11,1.75,8.25,3.75]},"south":{"texture":"#0","uv":[8.25,1.75,11,3.75]},"up":{"texture":"#0","uv":[8.25,1.75,11,0]},"west":{"texture":"#0","uv":[6.5,1.75,8.25,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.6,-12.8,-13.2]}],"overrides":[],"textures":{"0":"item/w922744702_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3676.json b/assets/minecraft/models/w3676.json new file mode 100644 index 000000000..8318ad1c6 --- /dev/null +++ b/assets/minecraft/models/w3676.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,4,6.5,6.5]},"east":{"texture":"#0","uv":[6.5,6.5,4,8]},"north":{"texture":"#0","uv":[9.25,6.5,6.5,8]},"south":{"texture":"#0","uv":[6.5,6.5,9.25,8]},"up":{"texture":"#0","uv":[6.5,6.5,9.25,4]},"west":{"texture":"#0","uv":[4,6.5,6.5,8]}},"from":[-16,-16,-16],"shade":false,"to":[-11.6,-13.6,-12]}],"overrides":[],"textures":{"0":"item/w922744702_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3677.json b/assets/minecraft/models/w3677.json new file mode 100644 index 000000000..18442a892 --- /dev/null +++ b/assets/minecraft/models/w3677.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,3.75,9.25,5.75]},"east":{"texture":"#0","uv":[11.25,5.75,9.25,8]},"north":{"texture":"#0","uv":[14,5.75,11.25,8]},"south":{"texture":"#0","uv":[11.25,5.75,14,8]},"up":{"texture":"#0","uv":[9.25,5.75,12,3.75]},"west":{"texture":"#0","uv":[9.25,5.75,11.25,8]}},"from":[-16,-16,-16],"shade":false,"to":[-11.6,-12.4,-12.8]}],"overrides":[],"textures":{"0":"item/w922744702_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3678.json b/assets/minecraft/models/w3678.json new file mode 100644 index 000000000..34996d431 --- /dev/null +++ b/assets/minecraft/models/w3678.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.25,0,0,4]},"east":{"texture":"#0","uv":[4,4,0,8]},"north":{"texture":"#0","uv":[6.5,0,3.25,4]},"south":{"texture":"#0","uv":[3.25,0,6.5,4]},"up":{"texture":"#0","uv":[0,4,3.25,0]},"west":{"texture":"#0","uv":[0,4,4,8]}},"from":[-16,-16,-16],"shade":false,"to":[-10.8,-9.6,-9.6]}],"overrides":[],"textures":{"0":"item/w922744702_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3679.json b/assets/minecraft/models/w3679.json new file mode 100644 index 000000000..d95acada6 --- /dev/null +++ b/assets/minecraft/models/w3679.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,8,9,11.5]},"north":{"texture":"#0","uv":[9,8,0,11.5]},"south":{"texture":"#0","uv":[0,8,9,11.5]},"up":{"texture":"#0","uv":[0,11.5,9,8]}},"from":[-16,-16,-16],"shade":false,"to":[-1.6000004,-10.4,-10.4]},{"faces":{"down":{"texture":"#0","uv":[12.5,0,11,3]},"east":{"texture":"#0","uv":[15.5,0,12.5,2.75]},"north":{"texture":"#0","uv":[14,2.75,12.5,5.5]},"south":{"texture":"#0","uv":[12.5,2.75,14,5.5]},"up":{"texture":"#0","uv":[12.5,0,11,3]},"west":{"texture":"#0","uv":[12.5,0,15.5,2.75]}},"from":[-16,-15.2,-15.6],"shade":false,"to":[-13.6,-10.799999,-10.8]}],"overrides":[],"textures":{"0":"item/w922744702_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w368.json b/assets/minecraft/models/w368.json new file mode 100644 index 000000000..48311c75d --- /dev/null +++ b/assets/minecraft/models/w368.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.375,8.625,7.25,8.75]},"east":{"texture":"#0","uv":[7,8.75,7.125,8.875]},"north":{"texture":"#0","uv":[7.125,8.75,7.25,8.875]},"south":{"texture":"#0","uv":[7.375,8.75,7.5,8.875]},"up":{"texture":"#0","uv":[7.25,8.75,7.125,8.625]},"west":{"texture":"#0","uv":[7.25,8.75,7.375,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.426314,-15.426314,-15.592]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3680.json b/assets/minecraft/models/w3680.json new file mode 100644 index 000000000..75c6b4b14 --- /dev/null +++ b/assets/minecraft/models/w3680.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,4,2]},"east":{"texture":"#0","uv":[0,2,2,4]},"north":{"texture":"#0","uv":[2,2,4,4]},"south":{"texture":"#0","uv":[6,2,8,4]},"up":{"texture":"#0","uv":[4,2,2,0]},"west":{"texture":"#0","uv":[4,2,6,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.8,-12.8]}],"overrides":[],"textures":{"0":"item/w1069449510_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3681.json b/assets/minecraft/models/w3681.json new file mode 100644 index 000000000..0470542be --- /dev/null +++ b/assets/minecraft/models/w3681.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,4,2.5,4.75]},"east":{"texture":"#0","uv":[0,4.75,0.75,6.5]},"north":{"texture":"#0","uv":[0.75,4.75,2.5,6.5]},"south":{"texture":"#0","uv":[3.25,4.75,5,6.5]},"up":{"texture":"#0","uv":[2.5,4.75,0.75,4]},"west":{"texture":"#0","uv":[2.5,4.75,3.25,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1069449510_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3682.json b/assets/minecraft/models/w3682.json new file mode 100644 index 000000000..720e2676b --- /dev/null +++ b/assets/minecraft/models/w3682.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,4,8,4.5]},"east":{"texture":"#0","uv":[6,4.5,6.5,6]},"north":{"texture":"#0","uv":[6.5,4.5,8,6]},"south":{"texture":"#0","uv":[8.5,4.5,10,6]},"up":{"texture":"#0","uv":[8,4.5,6.5,4]},"west":{"texture":"#0","uv":[8,4.5,8.5,6]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-15.2]}],"overrides":[],"textures":{"0":"item/w1069449510_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3683.json b/assets/minecraft/models/w3683.json new file mode 100644 index 000000000..6d486294a --- /dev/null +++ b/assets/minecraft/models/w3683.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,6.5,1.25,6.75]},"east":{"texture":"#0","uv":[0,6.75,0.25,7.75]},"north":{"texture":"#0","uv":[0.25,6.75,1.25,7.75]},"south":{"texture":"#0","uv":[1.5,6.75,2.5,7.75]},"up":{"texture":"#0","uv":[1.25,6.75,0.25,6.5]},"west":{"texture":"#0","uv":[1.25,6.75,1.5,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-15.6]}],"overrides":[],"textures":{"0":"item/w1069449510_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3684.json b/assets/minecraft/models/w3684.json new file mode 100644 index 000000000..c70053917 --- /dev/null +++ b/assets/minecraft/models/w3684.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,0,7,1.75]},"east":{"texture":"#0","uv":[4.25,1.75,6,1.75]},"north":{"texture":"#0","uv":[6,1.75,7,1.75]},"south":{"texture":"#0","uv":[8.75,1.75,9.75,1.75]},"up":{"texture":"#0","uv":[7,1.75,6,0]},"west":{"texture":"#0","uv":[7,1.75,8.75,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1069449510_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3685.json b/assets/minecraft/models/w3685.json new file mode 100644 index 000000000..a04999793 --- /dev/null +++ b/assets/minecraft/models/w3685.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,4.5,5.5,6.5]},"east":{"texture":"#0","uv":[3,6.5,5,7]},"north":{"texture":"#0","uv":[5,6.5,5.5,7]},"south":{"texture":"#0","uv":[7.5,6.5,8,7]},"up":{"texture":"#0","uv":[5.5,6.5,5,4.5]},"west":{"texture":"#0","uv":[5.5,6.5,7.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15,-15.2,-12.8]}],"overrides":[],"textures":{"0":"item/w1069449510_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3686.json b/assets/minecraft/models/w3686.json new file mode 100644 index 000000000..c70053917 --- /dev/null +++ b/assets/minecraft/models/w3686.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,0,7,1.75]},"east":{"texture":"#0","uv":[4.25,1.75,6,1.75]},"north":{"texture":"#0","uv":[6,1.75,7,1.75]},"south":{"texture":"#0","uv":[8.75,1.75,9.75,1.75]},"up":{"texture":"#0","uv":[7,1.75,6,0]},"west":{"texture":"#0","uv":[7,1.75,8.75,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1069449510_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3687.json b/assets/minecraft/models/w3687.json new file mode 100644 index 000000000..a04999793 --- /dev/null +++ b/assets/minecraft/models/w3687.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,4.5,5.5,6.5]},"east":{"texture":"#0","uv":[3,6.5,5,7]},"north":{"texture":"#0","uv":[5,6.5,5.5,7]},"south":{"texture":"#0","uv":[7.5,6.5,8,7]},"up":{"texture":"#0","uv":[5.5,6.5,5,4.5]},"west":{"texture":"#0","uv":[5.5,6.5,7.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15,-15.2,-12.8]}],"overrides":[],"textures":{"0":"item/w1069449510_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3688.json b/assets/minecraft/models/w3688.json new file mode 100644 index 000000000..ec99bc00d --- /dev/null +++ b/assets/minecraft/models/w3688.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0,8,1.75]},"east":{"texture":"#0","uv":[8.75,1.75,7,1.75]},"north":{"texture":"#0","uv":[7,1.75,6,1.75]},"south":{"texture":"#0","uv":[9.75,1.75,8.75,1.75]},"up":{"texture":"#0","uv":[6,1.75,7,0]},"west":{"texture":"#0","uv":[6,1.75,4.25,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1069449510_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3689.json b/assets/minecraft/models/w3689.json new file mode 100644 index 000000000..ea9b14d7f --- /dev/null +++ b/assets/minecraft/models/w3689.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"east":{"texture":"#0","uv":[7.5,6.5,5.5,7]},"north":{"texture":"#0","uv":[5.5,6.5,5,7]},"south":{"texture":"#0","uv":[8,6.5,7.5,7]},"up":{"texture":"#0","uv":[5,6.5,5.5,4.5]},"west":{"texture":"#0","uv":[5,6.5,3,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15,-15.2,-12.8]}],"overrides":[],"textures":{"0":"item/w1069449510_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w369.json b/assets/minecraft/models/w369.json new file mode 100644 index 000000000..466003e89 --- /dev/null +++ b/assets/minecraft/models/w369.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,9,7.375,9.125]},"east":{"texture":"#0","uv":[7,9.125,7.125,9.375]},"north":{"texture":"#0","uv":[7.125,9.125,7.375,9.375]},"south":{"texture":"#0","uv":[7.5,9.125,7.75,9.375]},"up":{"texture":"#0","uv":[7.375,9.125,7.125,9]},"west":{"texture":"#0","uv":[7.375,9.125,7.5,9.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3690.json b/assets/minecraft/models/w3690.json new file mode 100644 index 000000000..ec99bc00d --- /dev/null +++ b/assets/minecraft/models/w3690.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0,8,1.75]},"east":{"texture":"#0","uv":[8.75,1.75,7,1.75]},"north":{"texture":"#0","uv":[7,1.75,6,1.75]},"south":{"texture":"#0","uv":[9.75,1.75,8.75,1.75]},"up":{"texture":"#0","uv":[6,1.75,7,0]},"west":{"texture":"#0","uv":[6,1.75,4.25,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1069449510_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3691.json b/assets/minecraft/models/w3691.json new file mode 100644 index 000000000..ea9b14d7f --- /dev/null +++ b/assets/minecraft/models/w3691.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"east":{"texture":"#0","uv":[7.5,6.5,5.5,7]},"north":{"texture":"#0","uv":[5.5,6.5,5,7]},"south":{"texture":"#0","uv":[8,6.5,7.5,7]},"up":{"texture":"#0","uv":[5,6.5,5.5,4.5]},"west":{"texture":"#0","uv":[5,6.5,3,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15,-15.2,-12.8]}],"overrides":[],"textures":{"0":"item/w1069449510_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3692.json b/assets/minecraft/models/w3692.json new file mode 100644 index 000000000..fdde1da4f --- /dev/null +++ b/assets/minecraft/models/w3692.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,2,3,3.5]},"east":{"texture":"#0","uv":[0,3.5,1.5,5.375]},"north":{"texture":"#0","uv":[1.5,3.5,3,5.375]},"south":{"texture":"#0","uv":[4.5,3.5,6,5.375]},"up":{"texture":"#0","uv":[3,3.5,1.5,2]},"west":{"texture":"#0","uv":[3,3.5,4.5,5.375]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-10,-11.2]},{"faces":{"down":{"texture":"#0","uv":[10.125,1.875,8.875,3.5]},"east":{"texture":"#0","uv":[6,3.5,7.625,5.125]},"north":{"texture":"#0","uv":[7.625,3.5,8.875,5.125]},"south":{"texture":"#0","uv":[10.5,3.5,11.75,5.125]},"up":{"texture":"#0","uv":[8.875,3.5,7.625,1.875]},"west":{"texture":"#0","uv":[8.875,3.5,10.5,5.125]}},"from":[-15.6,-15.2,-11.2],"shade":false,"to":[-11.6,-10,-6]}],"overrides":[],"textures":{"0":"item/w1707460093_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3693.json b/assets/minecraft/models/w3693.json new file mode 100644 index 000000000..181847d37 --- /dev/null +++ b/assets/minecraft/models/w3693.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.625,1.875,13,2.5]},"east":{"texture":"#0","uv":[11.75,2.5,12.375,3.5]},"north":{"texture":"#0","uv":[12.375,2.5,13,3.5]},"south":{"texture":"#0","uv":[13.625,2.5,14.25,3.5]},"up":{"texture":"#0","uv":[13,2.5,12.375,1.875]},"west":{"texture":"#0","uv":[13,2.5,13.625,3.5]}},"from":[-16,-14,-16],"shade":false,"to":[-14,-10.8,-14]},{"faces":{"down":{"texture":"#0","uv":[12.875,3.5,12.5,3.875]},"east":{"texture":"#0","uv":[11.75,3.875,12.125,4.25]},"north":{"texture":"#0","uv":[12.125,3.875,12.5,4.25]},"south":{"texture":"#0","uv":[12.875,3.875,13.25,4.25]},"up":{"texture":"#0","uv":[12.5,3.875,12.125,3.5]},"west":{"texture":"#0","uv":[12.5,3.875,12.875,4.25]}},"from":[-15.6,-15.2,-15.6],"shade":false,"to":[-14.400001,-14,-14.400001]},{"faces":{"down":{"texture":"#0","uv":[12.875,4.25,12.5,4.625]},"east":{"texture":"#0","uv":[11.75,4.625,12.125,4.875]},"north":{"texture":"#0","uv":[12.125,4.625,12.5,4.875]},"south":{"texture":"#0","uv":[12.875,4.625,13.25,4.875]},"up":{"texture":"#0","uv":[12.5,4.625,12.125,4.25]},"west":{"texture":"#0","uv":[12.5,4.625,12.875,4.875]}},"from":[-15.6,-16,-16],"shade":false,"to":[-14.400001,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1707460093_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3694.json b/assets/minecraft/models/w3694.json new file mode 100644 index 000000000..181847d37 --- /dev/null +++ b/assets/minecraft/models/w3694.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.625,1.875,13,2.5]},"east":{"texture":"#0","uv":[11.75,2.5,12.375,3.5]},"north":{"texture":"#0","uv":[12.375,2.5,13,3.5]},"south":{"texture":"#0","uv":[13.625,2.5,14.25,3.5]},"up":{"texture":"#0","uv":[13,2.5,12.375,1.875]},"west":{"texture":"#0","uv":[13,2.5,13.625,3.5]}},"from":[-16,-14,-16],"shade":false,"to":[-14,-10.8,-14]},{"faces":{"down":{"texture":"#0","uv":[12.875,3.5,12.5,3.875]},"east":{"texture":"#0","uv":[11.75,3.875,12.125,4.25]},"north":{"texture":"#0","uv":[12.125,3.875,12.5,4.25]},"south":{"texture":"#0","uv":[12.875,3.875,13.25,4.25]},"up":{"texture":"#0","uv":[12.5,3.875,12.125,3.5]},"west":{"texture":"#0","uv":[12.5,3.875,12.875,4.25]}},"from":[-15.6,-15.2,-15.6],"shade":false,"to":[-14.400001,-14,-14.400001]},{"faces":{"down":{"texture":"#0","uv":[12.875,4.25,12.5,4.625]},"east":{"texture":"#0","uv":[11.75,4.625,12.125,4.875]},"north":{"texture":"#0","uv":[12.125,4.625,12.5,4.875]},"south":{"texture":"#0","uv":[12.875,4.625,13.25,4.875]},"up":{"texture":"#0","uv":[12.5,4.625,12.125,4.25]},"west":{"texture":"#0","uv":[12.5,4.625,12.875,4.875]}},"from":[-15.6,-16,-16],"shade":false,"to":[-14.400001,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1707460093_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3695.json b/assets/minecraft/models/w3695.json new file mode 100644 index 000000000..181847d37 --- /dev/null +++ b/assets/minecraft/models/w3695.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.625,1.875,13,2.5]},"east":{"texture":"#0","uv":[11.75,2.5,12.375,3.5]},"north":{"texture":"#0","uv":[12.375,2.5,13,3.5]},"south":{"texture":"#0","uv":[13.625,2.5,14.25,3.5]},"up":{"texture":"#0","uv":[13,2.5,12.375,1.875]},"west":{"texture":"#0","uv":[13,2.5,13.625,3.5]}},"from":[-16,-14,-16],"shade":false,"to":[-14,-10.8,-14]},{"faces":{"down":{"texture":"#0","uv":[12.875,3.5,12.5,3.875]},"east":{"texture":"#0","uv":[11.75,3.875,12.125,4.25]},"north":{"texture":"#0","uv":[12.125,3.875,12.5,4.25]},"south":{"texture":"#0","uv":[12.875,3.875,13.25,4.25]},"up":{"texture":"#0","uv":[12.5,3.875,12.125,3.5]},"west":{"texture":"#0","uv":[12.5,3.875,12.875,4.25]}},"from":[-15.6,-15.2,-15.6],"shade":false,"to":[-14.400001,-14,-14.400001]},{"faces":{"down":{"texture":"#0","uv":[12.875,4.25,12.5,4.625]},"east":{"texture":"#0","uv":[11.75,4.625,12.125,4.875]},"north":{"texture":"#0","uv":[12.125,4.625,12.5,4.875]},"south":{"texture":"#0","uv":[12.875,4.625,13.25,4.875]},"up":{"texture":"#0","uv":[12.5,4.625,12.125,4.25]},"west":{"texture":"#0","uv":[12.5,4.625,12.875,4.875]}},"from":[-15.6,-16,-16],"shade":false,"to":[-14.400001,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1707460093_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3696.json b/assets/minecraft/models/w3696.json new file mode 100644 index 000000000..181847d37 --- /dev/null +++ b/assets/minecraft/models/w3696.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.625,1.875,13,2.5]},"east":{"texture":"#0","uv":[11.75,2.5,12.375,3.5]},"north":{"texture":"#0","uv":[12.375,2.5,13,3.5]},"south":{"texture":"#0","uv":[13.625,2.5,14.25,3.5]},"up":{"texture":"#0","uv":[13,2.5,12.375,1.875]},"west":{"texture":"#0","uv":[13,2.5,13.625,3.5]}},"from":[-16,-14,-16],"shade":false,"to":[-14,-10.8,-14]},{"faces":{"down":{"texture":"#0","uv":[12.875,3.5,12.5,3.875]},"east":{"texture":"#0","uv":[11.75,3.875,12.125,4.25]},"north":{"texture":"#0","uv":[12.125,3.875,12.5,4.25]},"south":{"texture":"#0","uv":[12.875,3.875,13.25,4.25]},"up":{"texture":"#0","uv":[12.5,3.875,12.125,3.5]},"west":{"texture":"#0","uv":[12.5,3.875,12.875,4.25]}},"from":[-15.6,-15.2,-15.6],"shade":false,"to":[-14.400001,-14,-14.400001]},{"faces":{"down":{"texture":"#0","uv":[12.875,4.25,12.5,4.625]},"east":{"texture":"#0","uv":[11.75,4.625,12.125,4.875]},"north":{"texture":"#0","uv":[12.125,4.625,12.5,4.875]},"south":{"texture":"#0","uv":[12.875,4.625,13.25,4.875]},"up":{"texture":"#0","uv":[12.5,4.625,12.125,4.25]},"west":{"texture":"#0","uv":[12.5,4.625,12.875,4.875]}},"from":[-15.6,-16,-16],"shade":false,"to":[-14.400001,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1707460093_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3697.json b/assets/minecraft/models/w3697.json new file mode 100644 index 000000000..d41e655c4 --- /dev/null +++ b/assets/minecraft/models/w3697.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,2.625,4.875,2.75]},"east":{"texture":"#0","uv":[4.625,2.75,4.75,3.25]},"north":{"texture":"#0","uv":[4.75,2.75,4.875,3.25]},"south":{"texture":"#0","uv":[5,2.75,5.125,3.25]},"up":{"texture":"#0","uv":[4.875,2.75,4.75,2.625]},"west":{"texture":"#0","uv":[4.875,2.75,5,3.25]}},"from":[-15.48,-16,-15.48],"shade":false,"to":[-14.919999,-14.4,-14.919999]},{"faces":{"down":{"texture":"#0","uv":[6.125,2.75,5.625,3.25]},"east":{"texture":"#0","uv":[4.625,3.25,5.125,3.375]},"north":{"texture":"#0","uv":[5.125,3.25,5.625,3.375]},"south":{"texture":"#0","uv":[6.125,3.25,6.625,3.375]},"up":{"texture":"#0","uv":[5.625,3.25,5.125,2.75]},"west":{"texture":"#0","uv":[5.625,3.25,6.125,3.375]}},"from":[-16,-14.4800005,-16],"shade":false,"to":[-14.4,-14,-14.4]}],"overrides":[],"textures":{"0":"item/w1707460093_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3698.json b/assets/minecraft/models/w3698.json new file mode 100644 index 000000000..542c52c63 --- /dev/null +++ b/assets/minecraft/models/w3698.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.375,2.25,0.25,2.375]},"east":{"texture":"#0","uv":[0,2.375,0.125,2.75]},"north":{"texture":"#0","uv":[0.125,2.375,0.25,2.75]},"south":{"texture":"#0","uv":[0.375,2.375,0.5,2.75]},"up":{"texture":"#0","uv":[0.25,2.375,0.125,2.25]},"west":{"texture":"#0","uv":[0.25,2.375,0.375,2.75]}},"from":[-15.6,-16,-15.6],"shade":false,"to":[-15.200001,-14.8,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[1.125,2.75,0.75,3.125]},"east":{"texture":"#0","uv":[0,3.125,0.375,3.25]},"north":{"texture":"#0","uv":[0.375,3.125,0.75,3.25]},"south":{"texture":"#0","uv":[1.125,3.125,1.5,3.25]},"up":{"texture":"#0","uv":[0.75,3.125,0.375,2.75]},"west":{"texture":"#0","uv":[0.75,3.125,1.125,3.25]}},"from":[-16,-14.92,-16],"shade":false,"to":[-14.8,-14.52,-14.8]}],"overrides":[],"textures":{"0":"item/w1707460093_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3699.json b/assets/minecraft/models/w3699.json new file mode 100644 index 000000000..ca7d123eb --- /dev/null +++ b/assets/minecraft/models/w3699.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,0,2.25,1]},"east":{"texture":"#0","uv":[0,1,1,2]},"north":{"texture":"#0","uv":[1,1,2.25,2]},"south":{"texture":"#0","uv":[3.25,1,4.5,2]},"up":{"texture":"#0","uv":[2.25,1,1,0]},"west":{"texture":"#0","uv":[2.25,1,3.25,2]}},"from":[-14,-16,-16],"shade":false,"to":[-10,-12.8,-12.8]},{"faces":{"down":{"texture":"#0","uv":[8.875,0,9.75,0.25]},"east":{"texture":"#0","uv":[9.125,0.25,8.875,0.5]},"north":{"texture":"#0","uv":[8.875,0.25,8,0.5]},"south":{"texture":"#0","uv":[10,0.25,9.125,0.5]},"up":{"texture":"#0","uv":[8,0.25,8.875,0]},"west":{"texture":"#0","uv":[8,0.25,7.75,0.5]}},"from":[-10.8,-13.2,-15.2],"rotation":{"angle":22.5,"axis":"y","origin":[-10.4,-12.8,-14.8],"rescale":false},"shade":false,"to":[-8,-12.4,-14.4]},{"faces":{"down":{"texture":"#0","uv":[8.5,0.5,8.25,0.75]},"east":{"texture":"#0","uv":[7.75,0.75,8,0.875]},"north":{"texture":"#0","uv":[8,0.75,8.25,0.875]},"south":{"texture":"#0","uv":[8.5,0.75,8.75,0.875]},"up":{"texture":"#0","uv":[8.25,0.75,8,0.5]},"west":{"texture":"#0","uv":[8.25,0.75,8.5,0.875]}},"from":[-16,-12.4,-15.2],"rotation":{"angle":-22.5,"axis":"y","origin":[-13.6,-12.8,-14.8],"rescale":false},"shade":false,"to":[-15.2,-12,-14.4]},{"faces":{"down":{"texture":"#0","uv":[9.75,0,8.875,0.25]},"east":{"texture":"#0","uv":[7.75,0.25,8,0.5]},"north":{"texture":"#0","uv":[8,0.25,8.875,0.5]},"south":{"texture":"#0","uv":[9.125,0.25,10,0.5]},"up":{"texture":"#0","uv":[8.875,0.25,8,0]},"west":{"texture":"#0","uv":[8.875,0.25,9.125,0.5]}},"from":[-16,-13.2,-15.2],"rotation":{"angle":-22.5,"axis":"y","origin":[-13.6,-12.8,-14.8],"rescale":false},"shade":false,"to":[-13.2,-12.4,-14.4]},{"faces":{"down":{"texture":"#0","uv":[8.25,0.5,8.5,0.75]},"east":{"texture":"#0","uv":[8.5,0.75,8.25,0.875]},"north":{"texture":"#0","uv":[8.25,0.75,8,0.875]},"south":{"texture":"#0","uv":[8.75,0.75,8.5,0.875]},"up":{"texture":"#0","uv":[8,0.75,8.25,0.5]},"west":{"texture":"#0","uv":[8,0.75,7.75,0.875]}},"from":[-8.8,-12.4,-15.2],"rotation":{"angle":22.5,"axis":"y","origin":[-10.4,-12.8,-14.8],"rescale":false},"shade":false,"to":[-8,-12,-14.4]}],"overrides":[],"textures":{"0":"item/w1707460093_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w37.json b/assets/minecraft/models/w37.json new file mode 100644 index 000000000..6fa4c3db9 --- /dev/null +++ b/assets/minecraft/models/w37.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,2.625,1.25]},"east":{"texture":"#0","uv":[0,0,1.25,1.375]},"north":{"texture":"#0","uv":[1.25,1.25,2.625,2.625]},"south":{"texture":"#0","uv":[2.625,1.25,4,2.625]},"up":{"texture":"#0","uv":[2.625,1.25,1.25,0]},"west":{"texture":"#0","uv":[0,1.375,1.25,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.6,-11.6,-12]}],"overrides":[],"textures":{"0":"item/w1237560704_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w370.json b/assets/minecraft/models/w370.json new file mode 100644 index 000000000..48311c75d --- /dev/null +++ b/assets/minecraft/models/w370.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.375,8.625,7.25,8.75]},"east":{"texture":"#0","uv":[7,8.75,7.125,8.875]},"north":{"texture":"#0","uv":[7.125,8.75,7.25,8.875]},"south":{"texture":"#0","uv":[7.375,8.75,7.5,8.875]},"up":{"texture":"#0","uv":[7.25,8.75,7.125,8.625]},"west":{"texture":"#0","uv":[7.25,8.75,7.375,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.426314,-15.426314,-15.592]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3700.json b/assets/minecraft/models/w3700.json new file mode 100644 index 000000000..7a720315d --- /dev/null +++ b/assets/minecraft/models/w3700.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[14.5,0,15.125,1.5]},"south":{"texture":"#0","uv":[15.125,0,14.5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-11.2,-16]}],"overrides":[],"textures":{"0":"item/w1707460093_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3701.json b/assets/minecraft/models/w3701.json new file mode 100644 index 000000000..8003b685a --- /dev/null +++ b/assets/minecraft/models/w3701.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.375,0,14.25,0.125]},"east":{"texture":"#0","uv":[14,0.125,14.125,0.375]},"north":{"texture":"#0","uv":[14.125,0.125,14.25,0.375]},"south":{"texture":"#0","uv":[14.375,0.125,14.5,0.375]},"up":{"texture":"#0","uv":[14.25,0.125,14.125,0]},"west":{"texture":"#0","uv":[14.25,0.125,14.375,0.375]}},"from":[-15.1,-16,-15.1],"shade":false,"to":[-14.700001,-15.2,-14.700001]},{"faces":{"down":{"texture":"#0","uv":[13,0,12,1]},"east":{"texture":"#0","uv":[10,1,11,1.625]},"north":{"texture":"#0","uv":[11,1,12,1.625]},"south":{"texture":"#0","uv":[13,1,14,1.625]},"up":{"texture":"#0","uv":[12,1,11,0]},"west":{"texture":"#0","uv":[12,1,13,1.625]}},"from":[-16,-15.3,-16],"shade":false,"to":[-12.8,-13.3,-12.8]},{"faces":{"down":{"texture":"#0","uv":[14.375,0,14.25,0.125]},"east":{"texture":"#0","uv":[14,0.125,14.125,0.375]},"north":{"texture":"#0","uv":[14.125,0.125,14.25,0.375]},"south":{"texture":"#0","uv":[14.375,0.125,14.5,0.375]},"up":{"texture":"#0","uv":[14.25,0.125,14.125,0]},"west":{"texture":"#0","uv":[14.25,0.125,14.375,0.375]}},"from":[-14.1,-16,-15.1],"shade":false,"to":[-13.700001,-15.2,-14.700001]},{"faces":{"down":{"texture":"#0","uv":[14.375,0,14.25,0.125]},"east":{"texture":"#0","uv":[14,0.125,14.125,0.375]},"north":{"texture":"#0","uv":[14.125,0.125,14.25,0.375]},"south":{"texture":"#0","uv":[14.375,0.125,14.5,0.375]},"up":{"texture":"#0","uv":[14.25,0.125,14.125,0]},"west":{"texture":"#0","uv":[14.25,0.125,14.375,0.375]}},"from":[-14.1,-16,-14.1],"shade":false,"to":[-13.700001,-15.2,-13.700001]},{"faces":{"down":{"texture":"#0","uv":[14.375,0,14.25,0.125]},"east":{"texture":"#0","uv":[14,0.125,14.125,0.375]},"north":{"texture":"#0","uv":[14.125,0.125,14.25,0.375]},"south":{"texture":"#0","uv":[14.375,0.125,14.5,0.375]},"up":{"texture":"#0","uv":[14.25,0.125,14.125,0]},"west":{"texture":"#0","uv":[14.25,0.125,14.375,0.375]}},"from":[-15.1,-16,-14.1],"shade":false,"to":[-14.700001,-15.2,-13.700001]}],"overrides":[],"textures":{"0":"item/w1707460093_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3702.json b/assets/minecraft/models/w3702.json new file mode 100644 index 000000000..542c52c63 --- /dev/null +++ b/assets/minecraft/models/w3702.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.375,2.25,0.25,2.375]},"east":{"texture":"#0","uv":[0,2.375,0.125,2.75]},"north":{"texture":"#0","uv":[0.125,2.375,0.25,2.75]},"south":{"texture":"#0","uv":[0.375,2.375,0.5,2.75]},"up":{"texture":"#0","uv":[0.25,2.375,0.125,2.25]},"west":{"texture":"#0","uv":[0.25,2.375,0.375,2.75]}},"from":[-15.6,-16,-15.6],"shade":false,"to":[-15.200001,-14.8,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[1.125,2.75,0.75,3.125]},"east":{"texture":"#0","uv":[0,3.125,0.375,3.25]},"north":{"texture":"#0","uv":[0.375,3.125,0.75,3.25]},"south":{"texture":"#0","uv":[1.125,3.125,1.5,3.25]},"up":{"texture":"#0","uv":[0.75,3.125,0.375,2.75]},"west":{"texture":"#0","uv":[0.75,3.125,1.125,3.25]}},"from":[-16,-14.92,-16],"shade":false,"to":[-14.8,-14.52,-14.8]}],"overrides":[],"textures":{"0":"item/w1707460093_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3703.json b/assets/minecraft/models/w3703.json new file mode 100644 index 000000000..9e5a39b5c --- /dev/null +++ b/assets/minecraft/models/w3703.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0,6.125,0.75]},"east":{"texture":"#0","uv":[4.5,0.75,5.25,1.375]},"north":{"texture":"#0","uv":[5.25,0.75,6.125,1.375]},"south":{"texture":"#0","uv":[6.875,0.75,7.75,1.375]},"up":{"texture":"#0","uv":[6.125,0.75,5.25,0]},"west":{"texture":"#0","uv":[6.125,0.75,6.875,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14,-13.6]}],"overrides":[],"textures":{"0":"item/w1707460093_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3704.json b/assets/minecraft/models/w3704.json new file mode 100644 index 000000000..ac3828229 --- /dev/null +++ b/assets/minecraft/models/w3704.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.875,1.375,5.25,1.5]},"east":{"texture":"#0","uv":[4.5,1.5,4.625,1.875]},"north":{"texture":"#0","uv":[4.625,1.5,5.25,1.875]},"south":{"texture":"#0","uv":[5.375,1.5,6,1.875]},"up":{"texture":"#0","uv":[5.25,1.5,4.625,1.375]},"west":{"texture":"#0","uv":[5.25,1.5,5.375,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1707460093_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3705.json b/assets/minecraft/models/w3705.json new file mode 100644 index 000000000..be756ef34 --- /dev/null +++ b/assets/minecraft/models/w3705.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,1.375,5.875,1.5]},"east":{"texture":"#0","uv":[5.375,1.5,5.25,1.875]},"north":{"texture":"#0","uv":[5.25,1.5,4.625,1.875]},"south":{"texture":"#0","uv":[6,1.5,5.375,1.875]},"up":{"texture":"#0","uv":[4.625,1.5,5.25,1.375]},"west":{"texture":"#0","uv":[4.625,1.5,4.5,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1707460093_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3706.json b/assets/minecraft/models/w3706.json new file mode 100644 index 000000000..dc8e4df74 --- /dev/null +++ b/assets/minecraft/models/w3706.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,2,3,3.5]},"east":{"texture":"#0","uv":[0,3.5,1.5,5.375]},"north":{"texture":"#0","uv":[1.5,3.5,3,5.375]},"south":{"texture":"#0","uv":[4.5,3.5,6,5.375]},"up":{"texture":"#0","uv":[3,3.5,1.5,2]},"west":{"texture":"#0","uv":[3,3.5,4.5,5.375]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-10,-11.2]},{"faces":{"down":{"texture":"#0","uv":[10.125,1.875,8.875,3.5]},"east":{"texture":"#0","uv":[6,3.5,7.625,5.125]},"north":{"texture":"#0","uv":[7.625,3.5,8.875,5.125]},"south":{"texture":"#0","uv":[10.5,3.5,11.75,5.125]},"up":{"texture":"#0","uv":[8.875,3.5,7.625,1.875]},"west":{"texture":"#0","uv":[8.875,3.5,10.5,5.125]}},"from":[-15.6,-15.2,-11.2],"shade":false,"to":[-11.6,-10,-6]}],"overrides":[],"textures":{"0":"item/w1295163023_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3707.json b/assets/minecraft/models/w3707.json new file mode 100644 index 000000000..19a4d6a6f --- /dev/null +++ b/assets/minecraft/models/w3707.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.625,1.875,13,2.5]},"east":{"texture":"#0","uv":[11.75,2.5,12.375,3.5]},"north":{"texture":"#0","uv":[12.375,2.5,13,3.5]},"south":{"texture":"#0","uv":[13.625,2.5,14.25,3.5]},"up":{"texture":"#0","uv":[13,2.5,12.375,1.875]},"west":{"texture":"#0","uv":[13,2.5,13.625,3.5]}},"from":[-16,-14,-16],"shade":false,"to":[-14,-10.8,-14]},{"faces":{"down":{"texture":"#0","uv":[12.875,3.5,12.5,3.875]},"east":{"texture":"#0","uv":[11.75,3.875,12.125,4.25]},"north":{"texture":"#0","uv":[12.125,3.875,12.5,4.25]},"south":{"texture":"#0","uv":[12.875,3.875,13.25,4.25]},"up":{"texture":"#0","uv":[12.5,3.875,12.125,3.5]},"west":{"texture":"#0","uv":[12.5,3.875,12.875,4.25]}},"from":[-15.6,-15.2,-15.6],"shade":false,"to":[-14.400001,-14,-14.400001]},{"faces":{"down":{"texture":"#0","uv":[12.875,4.25,12.5,4.625]},"east":{"texture":"#0","uv":[11.75,4.625,12.125,4.875]},"north":{"texture":"#0","uv":[12.125,4.625,12.5,4.875]},"south":{"texture":"#0","uv":[12.875,4.625,13.25,4.875]},"up":{"texture":"#0","uv":[12.5,4.625,12.125,4.25]},"west":{"texture":"#0","uv":[12.5,4.625,12.875,4.875]}},"from":[-15.6,-16,-16],"shade":false,"to":[-14.400001,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1295163023_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3708.json b/assets/minecraft/models/w3708.json new file mode 100644 index 000000000..19a4d6a6f --- /dev/null +++ b/assets/minecraft/models/w3708.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.625,1.875,13,2.5]},"east":{"texture":"#0","uv":[11.75,2.5,12.375,3.5]},"north":{"texture":"#0","uv":[12.375,2.5,13,3.5]},"south":{"texture":"#0","uv":[13.625,2.5,14.25,3.5]},"up":{"texture":"#0","uv":[13,2.5,12.375,1.875]},"west":{"texture":"#0","uv":[13,2.5,13.625,3.5]}},"from":[-16,-14,-16],"shade":false,"to":[-14,-10.8,-14]},{"faces":{"down":{"texture":"#0","uv":[12.875,3.5,12.5,3.875]},"east":{"texture":"#0","uv":[11.75,3.875,12.125,4.25]},"north":{"texture":"#0","uv":[12.125,3.875,12.5,4.25]},"south":{"texture":"#0","uv":[12.875,3.875,13.25,4.25]},"up":{"texture":"#0","uv":[12.5,3.875,12.125,3.5]},"west":{"texture":"#0","uv":[12.5,3.875,12.875,4.25]}},"from":[-15.6,-15.2,-15.6],"shade":false,"to":[-14.400001,-14,-14.400001]},{"faces":{"down":{"texture":"#0","uv":[12.875,4.25,12.5,4.625]},"east":{"texture":"#0","uv":[11.75,4.625,12.125,4.875]},"north":{"texture":"#0","uv":[12.125,4.625,12.5,4.875]},"south":{"texture":"#0","uv":[12.875,4.625,13.25,4.875]},"up":{"texture":"#0","uv":[12.5,4.625,12.125,4.25]},"west":{"texture":"#0","uv":[12.5,4.625,12.875,4.875]}},"from":[-15.6,-16,-16],"shade":false,"to":[-14.400001,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1295163023_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3709.json b/assets/minecraft/models/w3709.json new file mode 100644 index 000000000..19a4d6a6f --- /dev/null +++ b/assets/minecraft/models/w3709.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.625,1.875,13,2.5]},"east":{"texture":"#0","uv":[11.75,2.5,12.375,3.5]},"north":{"texture":"#0","uv":[12.375,2.5,13,3.5]},"south":{"texture":"#0","uv":[13.625,2.5,14.25,3.5]},"up":{"texture":"#0","uv":[13,2.5,12.375,1.875]},"west":{"texture":"#0","uv":[13,2.5,13.625,3.5]}},"from":[-16,-14,-16],"shade":false,"to":[-14,-10.8,-14]},{"faces":{"down":{"texture":"#0","uv":[12.875,3.5,12.5,3.875]},"east":{"texture":"#0","uv":[11.75,3.875,12.125,4.25]},"north":{"texture":"#0","uv":[12.125,3.875,12.5,4.25]},"south":{"texture":"#0","uv":[12.875,3.875,13.25,4.25]},"up":{"texture":"#0","uv":[12.5,3.875,12.125,3.5]},"west":{"texture":"#0","uv":[12.5,3.875,12.875,4.25]}},"from":[-15.6,-15.2,-15.6],"shade":false,"to":[-14.400001,-14,-14.400001]},{"faces":{"down":{"texture":"#0","uv":[12.875,4.25,12.5,4.625]},"east":{"texture":"#0","uv":[11.75,4.625,12.125,4.875]},"north":{"texture":"#0","uv":[12.125,4.625,12.5,4.875]},"south":{"texture":"#0","uv":[12.875,4.625,13.25,4.875]},"up":{"texture":"#0","uv":[12.5,4.625,12.125,4.25]},"west":{"texture":"#0","uv":[12.5,4.625,12.875,4.875]}},"from":[-15.6,-16,-16],"shade":false,"to":[-14.400001,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1295163023_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w371.json b/assets/minecraft/models/w371.json new file mode 100644 index 000000000..cec7e8ed8 --- /dev/null +++ b/assets/minecraft/models/w371.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,6.625,2.875,6.625]},"east":{"texture":"#0","uv":[2.5,6.625,2.5,7]},"north":{"texture":"#0","uv":[2.5,6.625,2.125,7]},"south":{"texture":"#0","uv":[2.875,6.625,2.5,7]},"up":{"texture":"#0","uv":[2.125,6.625,2.5,6.625]},"west":{"texture":"#0","uv":[2.125,6.625,2.125,7]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3710.json b/assets/minecraft/models/w3710.json new file mode 100644 index 000000000..19a4d6a6f --- /dev/null +++ b/assets/minecraft/models/w3710.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.625,1.875,13,2.5]},"east":{"texture":"#0","uv":[11.75,2.5,12.375,3.5]},"north":{"texture":"#0","uv":[12.375,2.5,13,3.5]},"south":{"texture":"#0","uv":[13.625,2.5,14.25,3.5]},"up":{"texture":"#0","uv":[13,2.5,12.375,1.875]},"west":{"texture":"#0","uv":[13,2.5,13.625,3.5]}},"from":[-16,-14,-16],"shade":false,"to":[-14,-10.8,-14]},{"faces":{"down":{"texture":"#0","uv":[12.875,3.5,12.5,3.875]},"east":{"texture":"#0","uv":[11.75,3.875,12.125,4.25]},"north":{"texture":"#0","uv":[12.125,3.875,12.5,4.25]},"south":{"texture":"#0","uv":[12.875,3.875,13.25,4.25]},"up":{"texture":"#0","uv":[12.5,3.875,12.125,3.5]},"west":{"texture":"#0","uv":[12.5,3.875,12.875,4.25]}},"from":[-15.6,-15.2,-15.6],"shade":false,"to":[-14.400001,-14,-14.400001]},{"faces":{"down":{"texture":"#0","uv":[12.875,4.25,12.5,4.625]},"east":{"texture":"#0","uv":[11.75,4.625,12.125,4.875]},"north":{"texture":"#0","uv":[12.125,4.625,12.5,4.875]},"south":{"texture":"#0","uv":[12.875,4.625,13.25,4.875]},"up":{"texture":"#0","uv":[12.5,4.625,12.125,4.25]},"west":{"texture":"#0","uv":[12.5,4.625,12.875,4.875]}},"from":[-15.6,-16,-16],"shade":false,"to":[-14.400001,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1295163023_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3711.json b/assets/minecraft/models/w3711.json new file mode 100644 index 000000000..83c3e2b5b --- /dev/null +++ b/assets/minecraft/models/w3711.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,2.625,4.875,2.75]},"east":{"texture":"#0","uv":[4.625,2.75,4.75,3.25]},"north":{"texture":"#0","uv":[4.75,2.75,4.875,3.25]},"south":{"texture":"#0","uv":[5,2.75,5.125,3.25]},"up":{"texture":"#0","uv":[4.875,2.75,4.75,2.625]},"west":{"texture":"#0","uv":[4.875,2.75,5,3.25]}},"from":[-15.48,-16,-15.48],"shade":false,"to":[-14.919999,-14.4,-14.919999]},{"faces":{"down":{"texture":"#0","uv":[6.125,2.75,5.625,3.25]},"east":{"texture":"#0","uv":[4.625,3.25,5.125,3.375]},"north":{"texture":"#0","uv":[5.125,3.25,5.625,3.375]},"south":{"texture":"#0","uv":[6.125,3.25,6.625,3.375]},"up":{"texture":"#0","uv":[5.625,3.25,5.125,2.75]},"west":{"texture":"#0","uv":[5.625,3.25,6.125,3.375]}},"from":[-16,-14.4800005,-16],"shade":false,"to":[-14.4,-14,-14.4]}],"overrides":[],"textures":{"0":"item/w1295163023_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3712.json b/assets/minecraft/models/w3712.json new file mode 100644 index 000000000..83c3e2b5b --- /dev/null +++ b/assets/minecraft/models/w3712.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,2.625,4.875,2.75]},"east":{"texture":"#0","uv":[4.625,2.75,4.75,3.25]},"north":{"texture":"#0","uv":[4.75,2.75,4.875,3.25]},"south":{"texture":"#0","uv":[5,2.75,5.125,3.25]},"up":{"texture":"#0","uv":[4.875,2.75,4.75,2.625]},"west":{"texture":"#0","uv":[4.875,2.75,5,3.25]}},"from":[-15.48,-16,-15.48],"shade":false,"to":[-14.919999,-14.4,-14.919999]},{"faces":{"down":{"texture":"#0","uv":[6.125,2.75,5.625,3.25]},"east":{"texture":"#0","uv":[4.625,3.25,5.125,3.375]},"north":{"texture":"#0","uv":[5.125,3.25,5.625,3.375]},"south":{"texture":"#0","uv":[6.125,3.25,6.625,3.375]},"up":{"texture":"#0","uv":[5.625,3.25,5.125,2.75]},"west":{"texture":"#0","uv":[5.625,3.25,6.125,3.375]}},"from":[-16,-14.4800005,-16],"shade":false,"to":[-14.4,-14,-14.4]}],"overrides":[],"textures":{"0":"item/w1295163023_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3713.json b/assets/minecraft/models/w3713.json new file mode 100644 index 000000000..c38202fa9 --- /dev/null +++ b/assets/minecraft/models/w3713.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,2.625,4.875,2.75]},"east":{"texture":"#0","uv":[4.625,2.75,4.75,3.25]},"north":{"texture":"#0","uv":[4.75,2.75,4.875,3.25]},"south":{"texture":"#0","uv":[5,2.75,5.125,3.25]},"up":{"texture":"#0","uv":[4.875,2.75,4.75,2.625]},"west":{"texture":"#0","uv":[4.875,2.75,5,3.25]}},"from":[-15.48,-16,-15.48],"shade":false,"to":[-14.919999,-14.4,-14.92]},{"faces":{"down":{"texture":"#0","uv":[6.125,2.75,5.625,3.25]},"east":{"texture":"#0","uv":[4.625,3.25,5.125,3.375]},"north":{"texture":"#0","uv":[5.125,3.25,5.625,3.375]},"south":{"texture":"#0","uv":[6.125,3.25,6.625,3.375]},"up":{"texture":"#0","uv":[5.625,3.25,5.125,2.75]},"west":{"texture":"#0","uv":[5.625,3.25,6.125,3.375]}},"from":[-16,-14.4800005,-16],"shade":false,"to":[-14.4,-14,-14.4]}],"overrides":[],"textures":{"0":"item/w1295163023_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3714.json b/assets/minecraft/models/w3714.json new file mode 100644 index 000000000..4bb09d38c --- /dev/null +++ b/assets/minecraft/models/w3714.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.375,2.25,0.25,2.375]},"east":{"texture":"#0","uv":[0,2.375,0.125,2.75]},"north":{"texture":"#0","uv":[0.125,2.375,0.25,2.75]},"south":{"texture":"#0","uv":[0.375,2.375,0.5,2.75]},"up":{"texture":"#0","uv":[0.25,2.375,0.125,2.25]},"west":{"texture":"#0","uv":[0.25,2.375,0.375,2.75]}},"from":[-15.6,-16,-15.6],"shade":false,"to":[-15.200001,-14.8,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[1.125,2.75,0.75,3.125]},"east":{"texture":"#0","uv":[0,3.125,0.375,3.25]},"north":{"texture":"#0","uv":[0.375,3.125,0.75,3.25]},"south":{"texture":"#0","uv":[1.125,3.125,1.5,3.25]},"up":{"texture":"#0","uv":[0.75,3.125,0.375,2.75]},"west":{"texture":"#0","uv":[0.75,3.125,1.125,3.25]}},"from":[-16,-14.92,-16],"shade":false,"to":[-14.8,-14.52,-14.8]}],"overrides":[],"textures":{"0":"item/w1295163023_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3715.json b/assets/minecraft/models/w3715.json new file mode 100644 index 000000000..4bb09d38c --- /dev/null +++ b/assets/minecraft/models/w3715.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.375,2.25,0.25,2.375]},"east":{"texture":"#0","uv":[0,2.375,0.125,2.75]},"north":{"texture":"#0","uv":[0.125,2.375,0.25,2.75]},"south":{"texture":"#0","uv":[0.375,2.375,0.5,2.75]},"up":{"texture":"#0","uv":[0.25,2.375,0.125,2.25]},"west":{"texture":"#0","uv":[0.25,2.375,0.375,2.75]}},"from":[-15.6,-16,-15.6],"shade":false,"to":[-15.200001,-14.8,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[1.125,2.75,0.75,3.125]},"east":{"texture":"#0","uv":[0,3.125,0.375,3.25]},"north":{"texture":"#0","uv":[0.375,3.125,0.75,3.25]},"south":{"texture":"#0","uv":[1.125,3.125,1.5,3.25]},"up":{"texture":"#0","uv":[0.75,3.125,0.375,2.75]},"west":{"texture":"#0","uv":[0.75,3.125,1.125,3.25]}},"from":[-16,-14.92,-16],"shade":false,"to":[-14.8,-14.52,-14.8]}],"overrides":[],"textures":{"0":"item/w1295163023_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3716.json b/assets/minecraft/models/w3716.json new file mode 100644 index 000000000..4bb09d38c --- /dev/null +++ b/assets/minecraft/models/w3716.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.375,2.25,0.25,2.375]},"east":{"texture":"#0","uv":[0,2.375,0.125,2.75]},"north":{"texture":"#0","uv":[0.125,2.375,0.25,2.75]},"south":{"texture":"#0","uv":[0.375,2.375,0.5,2.75]},"up":{"texture":"#0","uv":[0.25,2.375,0.125,2.25]},"west":{"texture":"#0","uv":[0.25,2.375,0.375,2.75]}},"from":[-15.6,-16,-15.6],"shade":false,"to":[-15.200001,-14.8,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[1.125,2.75,0.75,3.125]},"east":{"texture":"#0","uv":[0,3.125,0.375,3.25]},"north":{"texture":"#0","uv":[0.375,3.125,0.75,3.25]},"south":{"texture":"#0","uv":[1.125,3.125,1.5,3.25]},"up":{"texture":"#0","uv":[0.75,3.125,0.375,2.75]},"west":{"texture":"#0","uv":[0.75,3.125,1.125,3.25]}},"from":[-16,-14.92,-16],"shade":false,"to":[-14.8,-14.52,-14.8]}],"overrides":[],"textures":{"0":"item/w1295163023_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3717.json b/assets/minecraft/models/w3717.json new file mode 100644 index 000000000..4bb09d38c --- /dev/null +++ b/assets/minecraft/models/w3717.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.375,2.25,0.25,2.375]},"east":{"texture":"#0","uv":[0,2.375,0.125,2.75]},"north":{"texture":"#0","uv":[0.125,2.375,0.25,2.75]},"south":{"texture":"#0","uv":[0.375,2.375,0.5,2.75]},"up":{"texture":"#0","uv":[0.25,2.375,0.125,2.25]},"west":{"texture":"#0","uv":[0.25,2.375,0.375,2.75]}},"from":[-15.6,-16,-15.6],"shade":false,"to":[-15.200001,-14.8,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[1.125,2.75,0.75,3.125]},"east":{"texture":"#0","uv":[0,3.125,0.375,3.25]},"north":{"texture":"#0","uv":[0.375,3.125,0.75,3.25]},"south":{"texture":"#0","uv":[1.125,3.125,1.5,3.25]},"up":{"texture":"#0","uv":[0.75,3.125,0.375,2.75]},"west":{"texture":"#0","uv":[0.75,3.125,1.125,3.25]}},"from":[-16,-14.92,-16],"shade":false,"to":[-14.8,-14.52,-14.8]}],"overrides":[],"textures":{"0":"item/w1295163023_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3718.json b/assets/minecraft/models/w3718.json new file mode 100644 index 000000000..4bb09d38c --- /dev/null +++ b/assets/minecraft/models/w3718.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.375,2.25,0.25,2.375]},"east":{"texture":"#0","uv":[0,2.375,0.125,2.75]},"north":{"texture":"#0","uv":[0.125,2.375,0.25,2.75]},"south":{"texture":"#0","uv":[0.375,2.375,0.5,2.75]},"up":{"texture":"#0","uv":[0.25,2.375,0.125,2.25]},"west":{"texture":"#0","uv":[0.25,2.375,0.375,2.75]}},"from":[-15.6,-16,-15.6],"shade":false,"to":[-15.200001,-14.8,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[1.125,2.75,0.75,3.125]},"east":{"texture":"#0","uv":[0,3.125,0.375,3.25]},"north":{"texture":"#0","uv":[0.375,3.125,0.75,3.25]},"south":{"texture":"#0","uv":[1.125,3.125,1.5,3.25]},"up":{"texture":"#0","uv":[0.75,3.125,0.375,2.75]},"west":{"texture":"#0","uv":[0.75,3.125,1.125,3.25]}},"from":[-16,-14.92,-16],"shade":false,"to":[-14.8,-14.52,-14.8]}],"overrides":[],"textures":{"0":"item/w1295163023_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3719.json b/assets/minecraft/models/w3719.json new file mode 100644 index 000000000..b99a5721e --- /dev/null +++ b/assets/minecraft/models/w3719.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.25,2.25,0.375,2.375]},"east":{"texture":"#0","uv":[0.375,2.375,0.25,2.75]},"north":{"texture":"#0","uv":[0.25,2.375,0.125,2.75]},"south":{"texture":"#0","uv":[0.5,2.375,0.375,2.75]},"up":{"texture":"#0","uv":[0.125,2.375,0.25,2.25]},"west":{"texture":"#0","uv":[0.125,2.375,0,2.75]}},"from":[-15.6,-16,-15.6],"shade":false,"to":[-15.200001,-14.8,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[0.75,2.75,1.125,3.125]},"east":{"texture":"#0","uv":[1.125,3.125,0.75,3.25]},"north":{"texture":"#0","uv":[0.75,3.125,0.375,3.25]},"south":{"texture":"#0","uv":[1.5,3.125,1.125,3.25]},"up":{"texture":"#0","uv":[0.375,3.125,0.75,2.75]},"west":{"texture":"#0","uv":[0.375,3.125,0,3.25]}},"from":[-16,-14.92,-16],"shade":false,"to":[-14.8,-14.52,-14.8]}],"overrides":[],"textures":{"0":"item/w1295163023_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w372.json b/assets/minecraft/models/w372.json new file mode 100644 index 000000000..cec7e8ed8 --- /dev/null +++ b/assets/minecraft/models/w372.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,6.625,2.875,6.625]},"east":{"texture":"#0","uv":[2.5,6.625,2.5,7]},"north":{"texture":"#0","uv":[2.5,6.625,2.125,7]},"south":{"texture":"#0","uv":[2.875,6.625,2.5,7]},"up":{"texture":"#0","uv":[2.125,6.625,2.5,6.625]},"west":{"texture":"#0","uv":[2.125,6.625,2.125,7]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3720.json b/assets/minecraft/models/w3720.json new file mode 100644 index 000000000..ecebaf95c --- /dev/null +++ b/assets/minecraft/models/w3720.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,0,2.25,1]},"east":{"texture":"#0","uv":[0,1,1,2]},"north":{"texture":"#0","uv":[1,1,2.25,2]},"south":{"texture":"#0","uv":[3.25,1,4.5,2]},"up":{"texture":"#0","uv":[2.25,1,1,0]},"west":{"texture":"#0","uv":[2.25,1,3.25,2]}},"from":[-14,-16,-16],"shade":false,"to":[-10,-12.8,-12.8]},{"faces":{"down":{"texture":"#0","uv":[8.875,0,9.75,0.25]},"east":{"texture":"#0","uv":[9.125,0.25,8.875,0.5]},"north":{"texture":"#0","uv":[8.875,0.25,8,0.5]},"south":{"texture":"#0","uv":[10,0.25,9.125,0.5]},"up":{"texture":"#0","uv":[8,0.25,8.875,0]},"west":{"texture":"#0","uv":[8,0.25,7.75,0.5]}},"from":[-10.8,-13.2,-15.2],"rotation":{"angle":22.5,"axis":"y","origin":[-10.4,-12.8,-14.8],"rescale":false},"shade":false,"to":[-8,-12.4,-14.4]},{"faces":{"down":{"texture":"#0","uv":[8.5,0.5,8.25,0.75]},"east":{"texture":"#0","uv":[7.75,0.75,8,0.875]},"north":{"texture":"#0","uv":[8,0.75,8.25,0.875]},"south":{"texture":"#0","uv":[8.5,0.75,8.75,0.875]},"up":{"texture":"#0","uv":[8.25,0.75,8,0.5]},"west":{"texture":"#0","uv":[8.25,0.75,8.5,0.875]}},"from":[-16,-12.4,-15.2],"rotation":{"angle":-22.5,"axis":"y","origin":[-13.6,-12.8,-14.8],"rescale":false},"shade":false,"to":[-15.2,-12,-14.4]},{"faces":{"down":{"texture":"#0","uv":[9.75,0,8.875,0.25]},"east":{"texture":"#0","uv":[7.75,0.25,8,0.5]},"north":{"texture":"#0","uv":[8,0.25,8.875,0.5]},"south":{"texture":"#0","uv":[9.125,0.25,10,0.5]},"up":{"texture":"#0","uv":[8.875,0.25,8,0]},"west":{"texture":"#0","uv":[8.875,0.25,9.125,0.5]}},"from":[-16,-13.2,-15.2],"rotation":{"angle":-22.5,"axis":"y","origin":[-13.6,-12.8,-14.8],"rescale":false},"shade":false,"to":[-13.2,-12.4,-14.4]},{"faces":{"down":{"texture":"#0","uv":[8.25,0.5,8.5,0.75]},"east":{"texture":"#0","uv":[8.5,0.75,8.25,0.875]},"north":{"texture":"#0","uv":[8.25,0.75,8,0.875]},"south":{"texture":"#0","uv":[8.75,0.75,8.5,0.875]},"up":{"texture":"#0","uv":[8,0.75,8.25,0.5]},"west":{"texture":"#0","uv":[8,0.75,7.75,0.875]}},"from":[-8.8,-12.4,-15.2],"rotation":{"angle":22.5,"axis":"y","origin":[-10.4,-12.8,-14.8],"rescale":false},"shade":false,"to":[-8,-12,-14.4]}],"overrides":[],"textures":{"0":"item/w1295163023_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3721.json b/assets/minecraft/models/w3721.json new file mode 100644 index 000000000..ae087b928 --- /dev/null +++ b/assets/minecraft/models/w3721.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[14.5,0,15.125,1.5]},"south":{"texture":"#0","uv":[15.125,0,14.5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-11.2,-16]}],"overrides":[],"textures":{"0":"item/w1295163023_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3722.json b/assets/minecraft/models/w3722.json new file mode 100644 index 000000000..ea033d26c --- /dev/null +++ b/assets/minecraft/models/w3722.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.375,0,14.25,0.125]},"east":{"texture":"#0","uv":[14,0.125,14.125,0.375]},"north":{"texture":"#0","uv":[14.125,0.125,14.25,0.375]},"south":{"texture":"#0","uv":[14.375,0.125,14.5,0.375]},"up":{"texture":"#0","uv":[14.25,0.125,14.125,0]},"west":{"texture":"#0","uv":[14.25,0.125,14.375,0.375]}},"from":[-15.1,-16,-15.1],"shade":false,"to":[-14.700001,-15.2,-14.700001]},{"faces":{"down":{"texture":"#0","uv":[13,0,12,1]},"east":{"texture":"#0","uv":[10,1,11,1.625]},"north":{"texture":"#0","uv":[11,1,12,1.625]},"south":{"texture":"#0","uv":[13,1,14,1.625]},"up":{"texture":"#0","uv":[12,1,11,0]},"west":{"texture":"#0","uv":[12,1,13,1.625]}},"from":[-16,-15.3,-16],"shade":false,"to":[-12.8,-13.3,-12.8]},{"faces":{"down":{"texture":"#0","uv":[14.375,0,14.25,0.125]},"east":{"texture":"#0","uv":[14,0.125,14.125,0.375]},"north":{"texture":"#0","uv":[14.125,0.125,14.25,0.375]},"south":{"texture":"#0","uv":[14.375,0.125,14.5,0.375]},"up":{"texture":"#0","uv":[14.25,0.125,14.125,0]},"west":{"texture":"#0","uv":[14.25,0.125,14.375,0.375]}},"from":[-14.1,-16,-15.1],"shade":false,"to":[-13.700001,-15.2,-14.700001]},{"faces":{"down":{"texture":"#0","uv":[14.375,0,14.25,0.125]},"east":{"texture":"#0","uv":[14,0.125,14.125,0.375]},"north":{"texture":"#0","uv":[14.125,0.125,14.25,0.375]},"south":{"texture":"#0","uv":[14.375,0.125,14.5,0.375]},"up":{"texture":"#0","uv":[14.25,0.125,14.125,0]},"west":{"texture":"#0","uv":[14.25,0.125,14.375,0.375]}},"from":[-14.1,-16,-14.1],"shade":false,"to":[-13.700001,-15.2,-13.700001]},{"faces":{"down":{"texture":"#0","uv":[14.375,0,14.25,0.125]},"east":{"texture":"#0","uv":[14,0.125,14.125,0.375]},"north":{"texture":"#0","uv":[14.125,0.125,14.25,0.375]},"south":{"texture":"#0","uv":[14.375,0.125,14.5,0.375]},"up":{"texture":"#0","uv":[14.25,0.125,14.125,0]},"west":{"texture":"#0","uv":[14.25,0.125,14.375,0.375]}},"from":[-15.1,-16,-14.1],"shade":false,"to":[-14.700001,-15.2,-13.700001]}],"overrides":[],"textures":{"0":"item/w1295163023_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3723.json b/assets/minecraft/models/w3723.json new file mode 100644 index 000000000..4bb09d38c --- /dev/null +++ b/assets/minecraft/models/w3723.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.375,2.25,0.25,2.375]},"east":{"texture":"#0","uv":[0,2.375,0.125,2.75]},"north":{"texture":"#0","uv":[0.125,2.375,0.25,2.75]},"south":{"texture":"#0","uv":[0.375,2.375,0.5,2.75]},"up":{"texture":"#0","uv":[0.25,2.375,0.125,2.25]},"west":{"texture":"#0","uv":[0.25,2.375,0.375,2.75]}},"from":[-15.6,-16,-15.6],"shade":false,"to":[-15.200001,-14.8,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[1.125,2.75,0.75,3.125]},"east":{"texture":"#0","uv":[0,3.125,0.375,3.25]},"north":{"texture":"#0","uv":[0.375,3.125,0.75,3.25]},"south":{"texture":"#0","uv":[1.125,3.125,1.5,3.25]},"up":{"texture":"#0","uv":[0.75,3.125,0.375,2.75]},"west":{"texture":"#0","uv":[0.75,3.125,1.125,3.25]}},"from":[-16,-14.92,-16],"shade":false,"to":[-14.8,-14.52,-14.8]}],"overrides":[],"textures":{"0":"item/w1295163023_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3724.json b/assets/minecraft/models/w3724.json new file mode 100644 index 000000000..1822dbca8 --- /dev/null +++ b/assets/minecraft/models/w3724.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0,6.125,0.75]},"east":{"texture":"#0","uv":[4.5,0.75,5.25,1.375]},"north":{"texture":"#0","uv":[5.25,0.75,6.125,1.375]},"south":{"texture":"#0","uv":[6.875,0.75,7.75,1.375]},"up":{"texture":"#0","uv":[6.125,0.75,5.25,0]},"west":{"texture":"#0","uv":[6.125,0.75,6.875,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14,-13.6]}],"overrides":[],"textures":{"0":"item/w1295163023_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3725.json b/assets/minecraft/models/w3725.json new file mode 100644 index 000000000..22fdc81f8 --- /dev/null +++ b/assets/minecraft/models/w3725.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.875,1.375,5.25,1.5]},"east":{"texture":"#0","uv":[4.5,1.5,4.625,1.875]},"north":{"texture":"#0","uv":[4.625,1.5,5.25,1.875]},"south":{"texture":"#0","uv":[5.375,1.5,6,1.875]},"up":{"texture":"#0","uv":[5.25,1.5,4.625,1.375]},"west":{"texture":"#0","uv":[5.25,1.5,5.375,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1295163023_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3726.json b/assets/minecraft/models/w3726.json new file mode 100644 index 000000000..248d18855 --- /dev/null +++ b/assets/minecraft/models/w3726.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,1.375,5.875,1.5]},"east":{"texture":"#0","uv":[5.375,1.5,5.25,1.875]},"north":{"texture":"#0","uv":[5.25,1.5,4.625,1.875]},"south":{"texture":"#0","uv":[6,1.5,5.375,1.875]},"up":{"texture":"#0","uv":[4.625,1.5,5.25,1.375]},"west":{"texture":"#0","uv":[4.625,1.5,4.5,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1295163023_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3727.json b/assets/minecraft/models/w3727.json new file mode 100644 index 000000000..6efb097f6 --- /dev/null +++ b/assets/minecraft/models/w3727.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,7,7,11]},"east":{"texture":"#0","uv":[0,11,4,14]},"north":{"texture":"#0","uv":[4,11,7,14]},"south":{"texture":"#0","uv":[11,11,14,14]},"up":{"texture":"#0","uv":[7,11,4,7]},"west":{"texture":"#0","uv":[7,11,11,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.4]}],"overrides":[],"textures":{"0":"item/w1160732645_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3728.json b/assets/minecraft/models/w3728.json new file mode 100644 index 000000000..2baca7347 --- /dev/null +++ b/assets/minecraft/models/w3728.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,0,15,7]},"east":{"texture":"#0","uv":[8,5,15,6]},"north":{"texture":"#0","uv":[15,6,16,7]},"south":{"texture":"#0","uv":[15,0,16,1]},"up":{"texture":"#0","uv":[16,7,15,0]},"west":{"texture":"#0","uv":[8,5,15,6]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-13.2]}],"overrides":[],"textures":{"0":"item/w1160732645_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3729.json b/assets/minecraft/models/w3729.json new file mode 100644 index 000000000..4a4d105ab --- /dev/null +++ b/assets/minecraft/models/w3729.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,0,6,3]},"east":{"texture":"#0","uv":[0,3,3,5]},"north":{"texture":"#0","uv":[3,3,6,5]},"south":{"texture":"#0","uv":[9,3,12,5]},"up":{"texture":"#0","uv":[6,3,3,0]},"west":{"texture":"#0","uv":[6,3,9,5]}},"from":[-15.6,-16,-16],"shade":false,"to":[-14.400001,-15.2,-14.8]},{"faces":{"down":{"texture":"#0","uv":[4,5,2,5]},"east":{"texture":"#0","uv":[0,5,0,7]},"north":{"texture":"#0","uv":[0,5,2,7]},"south":{"texture":"#0","uv":[2,5,4,7]},"up":{"texture":"#0","uv":[2,5,0,5]},"west":{"texture":"#0","uv":[2,5,2,7]}},"from":[-14.8,-15.6,-15],"shade":false,"to":[-14,-14.8,-15]},{"faces":{"down":{"texture":"#0","uv":[2,5,4,5]},"east":{"texture":"#0","uv":[2,5,2,7]},"north":{"texture":"#0","uv":[2,5,0,7]},"south":{"texture":"#0","uv":[4,5,2,7]},"up":{"texture":"#0","uv":[0,5,2,5]},"west":{"texture":"#0","uv":[0,5,0,7]}},"from":[-16,-15.6,-15],"shade":false,"to":[-15.2,-14.8,-15]}],"overrides":[],"textures":{"0":"item/w1160732645_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w373.json b/assets/minecraft/models/w373.json new file mode 100644 index 000000000..1d42cc400 --- /dev/null +++ b/assets/minecraft/models/w373.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.625,8.625,6.75,8.75]},"east":{"texture":"#0","uv":[6.75,8.75,6.625,8.875]},"north":{"texture":"#0","uv":[6.625,8.75,6.5,8.875]},"south":{"texture":"#0","uv":[6.875,8.75,6.75,8.875]},"up":{"texture":"#0","uv":[6.5,8.75,6.625,8.625]},"west":{"texture":"#0","uv":[6.5,8.75,6.375,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.426314,-15.426314,-15.592]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3730.json b/assets/minecraft/models/w3730.json new file mode 100644 index 000000000..ddc5226e5 --- /dev/null +++ b/assets/minecraft/models/w3730.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,7,7,11]},"east":{"texture":"#0","uv":[0,11,4,14]},"north":{"texture":"#0","uv":[4,11,7,14]},"south":{"texture":"#0","uv":[11,11,14,14]},"up":{"texture":"#0","uv":[7,11,4,7]},"west":{"texture":"#0","uv":[7,11,11,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.4]}],"overrides":[],"textures":{"0":"item/w1160925468_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3731.json b/assets/minecraft/models/w3731.json new file mode 100644 index 000000000..5e0f9fad7 --- /dev/null +++ b/assets/minecraft/models/w3731.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,0,15,7]},"east":{"texture":"#0","uv":[8,5,15,6]},"north":{"texture":"#0","uv":[15,6,16,7]},"south":{"texture":"#0","uv":[15,0,16,1]},"up":{"texture":"#0","uv":[16,7,15,0]},"west":{"texture":"#0","uv":[8,5,15,6]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-13.2]}],"overrides":[],"textures":{"0":"item/w1160925468_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3732.json b/assets/minecraft/models/w3732.json new file mode 100644 index 000000000..870c94178 --- /dev/null +++ b/assets/minecraft/models/w3732.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,0,6,3]},"east":{"texture":"#0","uv":[0,3,3,5]},"north":{"texture":"#0","uv":[3,3,6,5]},"south":{"texture":"#0","uv":[9,3,12,5]},"up":{"texture":"#0","uv":[6,3,3,0]},"west":{"texture":"#0","uv":[6,3,9,5]}},"from":[-15.6,-16,-16],"shade":false,"to":[-14.400001,-15.2,-14.8]},{"faces":{"down":{"texture":"#0","uv":[4,5,2,5]},"east":{"texture":"#0","uv":[0,5,0,7]},"north":{"texture":"#0","uv":[0,5,2,7]},"south":{"texture":"#0","uv":[2,5,4,7]},"up":{"texture":"#0","uv":[2,5,0,5]},"west":{"texture":"#0","uv":[2,5,2,7]}},"from":[-14.8,-15.6,-15],"shade":false,"to":[-14,-14.8,-15]},{"faces":{"down":{"texture":"#0","uv":[2,5,4,5]},"east":{"texture":"#0","uv":[2,5,2,7]},"north":{"texture":"#0","uv":[2,5,0,7]},"south":{"texture":"#0","uv":[4,5,2,7]},"up":{"texture":"#0","uv":[0,5,2,5]},"west":{"texture":"#0","uv":[0,5,0,7]}},"from":[-16,-15.6,-15],"shade":false,"to":[-15.2,-14.8,-15]}],"overrides":[],"textures":{"0":"item/w1160925468_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3733.json b/assets/minecraft/models/w3733.json new file mode 100644 index 000000000..ad86ced1e --- /dev/null +++ b/assets/minecraft/models/w3733.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,7,7,11]},"east":{"texture":"#0","uv":[0,11,4,14]},"north":{"texture":"#0","uv":[4,11,7,14]},"south":{"texture":"#0","uv":[11,11,14,14]},"up":{"texture":"#0","uv":[7,11,4,7]},"west":{"texture":"#0","uv":[7,11,11,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.4]}],"overrides":[],"textures":{"0":"item/w1180015631_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3734.json b/assets/minecraft/models/w3734.json new file mode 100644 index 000000000..c3ed8c2a1 --- /dev/null +++ b/assets/minecraft/models/w3734.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,0,15,7]},"east":{"texture":"#0","uv":[8,5,15,6]},"north":{"texture":"#0","uv":[15,6,16,7]},"south":{"texture":"#0","uv":[15,0,16,1]},"up":{"texture":"#0","uv":[16,7,15,0]},"west":{"texture":"#0","uv":[8,5,15,6]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-13.2]}],"overrides":[],"textures":{"0":"item/w1180015631_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3735.json b/assets/minecraft/models/w3735.json new file mode 100644 index 000000000..01bb30dd9 --- /dev/null +++ b/assets/minecraft/models/w3735.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,0,6,3]},"east":{"texture":"#0","uv":[0,3,3,5]},"north":{"texture":"#0","uv":[3,3,6,5]},"south":{"texture":"#0","uv":[9,3,12,5]},"up":{"texture":"#0","uv":[6,3,3,0]},"west":{"texture":"#0","uv":[6,3,9,5]}},"from":[-15.6,-16,-16],"shade":false,"to":[-14.400001,-15.2,-14.8]},{"faces":{"down":{"texture":"#0","uv":[4,5,2,5]},"east":{"texture":"#0","uv":[0,5,0,7]},"north":{"texture":"#0","uv":[0,5,2,7]},"south":{"texture":"#0","uv":[2,5,4,7]},"up":{"texture":"#0","uv":[2,5,0,5]},"west":{"texture":"#0","uv":[2,5,2,7]}},"from":[-14.8,-15.6,-15],"shade":false,"to":[-14,-14.8,-15]},{"faces":{"down":{"texture":"#0","uv":[2,5,4,5]},"east":{"texture":"#0","uv":[2,5,2,7]},"north":{"texture":"#0","uv":[2,5,0,7]},"south":{"texture":"#0","uv":[4,5,2,7]},"up":{"texture":"#0","uv":[0,5,2,5]},"west":{"texture":"#0","uv":[0,5,0,7]}},"from":[-16,-15.6,-15],"shade":false,"to":[-15.2,-14.8,-15]}],"overrides":[],"textures":{"0":"item/w1180015631_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3736.json b/assets/minecraft/models/w3736.json new file mode 100644 index 000000000..4fc9c7515 --- /dev/null +++ b/assets/minecraft/models/w3736.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.375,5.75,4.25,7.875]},"east":{"texture":"#0","uv":[0,7.875,2.125,8.375]},"north":{"texture":"#0","uv":[2.125,7.875,4.25,8.375]},"south":{"texture":"#0","uv":[6.375,7.875,8.5,8.375]},"up":{"texture":"#0","uv":[4.25,7.875,2.125,5.75]},"west":{"texture":"#0","uv":[4.25,7.875,6.375,8.375]}},"from":[-16,-16,-16],"shade":false,"to":[-9.2,-14.4,-9.2]}],"overrides":[],"textures":{"0":"item/w1477582400_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3737.json b/assets/minecraft/models/w3737.json new file mode 100644 index 000000000..1adca4c2f --- /dev/null +++ b/assets/minecraft/models/w3737.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.75,3.75,10,4.5]},"east":{"texture":"#0","uv":[8.5,4.5,9.25,6.125]},"north":{"texture":"#0","uv":[9.25,4.5,10,6.125]},"south":{"texture":"#0","uv":[10.75,4.5,11.5,6.125]},"up":{"texture":"#0","uv":[10,4.5,9.25,3.75]},"west":{"texture":"#0","uv":[10,4.5,10.75,6.125]}},"from":[-16,-16,-14.8],"shade":false,"to":[-13.6,-10.8,-12.4]},{"faces":{"down":{"texture":"#0","uv":[10.375,6.125,9.625,6.5]},"east":{"texture":"#0","uv":[8.5,6.5,8.875,6.875]},"north":{"texture":"#0","uv":[8.875,6.5,9.625,6.875]},"south":{"texture":"#0","uv":[10,6.5,10.75,6.875]},"up":{"texture":"#0","uv":[9.625,6.5,8.875,6.125]},"west":{"texture":"#0","uv":[9.625,6.5,10,6.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1477582400_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3738.json b/assets/minecraft/models/w3738.json new file mode 100644 index 000000000..c1b856de7 --- /dev/null +++ b/assets/minecraft/models/w3738.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,3.75,10.75,4.5]},"east":{"texture":"#0","uv":[10.75,4.5,10,6.125]},"north":{"texture":"#0","uv":[10,4.5,9.25,6.125]},"south":{"texture":"#0","uv":[11.5,4.5,10.75,6.125]},"up":{"texture":"#0","uv":[9.25,4.5,10,3.75]},"west":{"texture":"#0","uv":[9.25,4.5,8.5,6.125]}},"from":[-16,-16,-14.8],"shade":false,"to":[-13.6,-10.8,-12.4]},{"faces":{"down":{"texture":"#0","uv":[9.625,6.125,10.375,6.5]},"east":{"texture":"#0","uv":[10,6.5,9.625,6.875]},"north":{"texture":"#0","uv":[9.625,6.5,8.875,6.875]},"south":{"texture":"#0","uv":[10.75,6.5,10,6.875]},"up":{"texture":"#0","uv":[8.875,6.5,9.625,6.125]},"west":{"texture":"#0","uv":[8.875,6.5,8.5,6.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1477582400_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3739.json b/assets/minecraft/models/w3739.json new file mode 100644 index 000000000..141cc7154 --- /dev/null +++ b/assets/minecraft/models/w3739.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,3.875,1.75]},"east":{"texture":"#0","uv":[0,1.75,1.75,5.75]},"north":{"texture":"#0","uv":[1.75,1.75,3.875,5.75]},"south":{"texture":"#0","uv":[5.625,1.75,7.75,5.75]},"up":{"texture":"#0","uv":[3.875,1.75,1.75,0]},"west":{"texture":"#0","uv":[3.875,1.75,5.625,5.75]}},"from":[-16,-16,-14],"shade":false,"to":[-9.2,-3.1999998,-8.4]},{"faces":{"down":{"texture":"#0","uv":[9.625,0,9,0.625]},"east":{"texture":"#0","uv":[7.75,0.625,8.375,2.625]},"north":{"texture":"#0","uv":[8.375,0.625,9,2.625]},"south":{"texture":"#0","uv":[9.625,0.625,10.25,2.625]},"up":{"texture":"#0","uv":[9,0.625,8.375,0]},"west":{"texture":"#0","uv":[9,0.625,9.625,2.625]}},"from":[-13.6,-15.2,-16],"shade":false,"to":[-11.6,-8.799999,-14]},{"faces":{"down":{"texture":"#0","uv":[12.875,0,11.75,0.375]},"east":{"texture":"#0","uv":[10.25,0.375,10.625,0.875]},"north":{"texture":"#0","uv":[10.625,0.375,11.75,0.875]},"south":{"texture":"#0","uv":[12.125,0.375,13.25,0.875]},"up":{"texture":"#0","uv":[11.75,0.375,10.625,0]},"west":{"texture":"#0","uv":[11.75,0.375,12.125,0.875]}},"from":[-14.4,-15.2,-15.2],"shade":false,"to":[-10.799999,-13.599999,-14]}],"overrides":[],"textures":{"0":"item/w1477582400_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w374.json b/assets/minecraft/models/w374.json new file mode 100644 index 000000000..1f2d4d6ec --- /dev/null +++ b/assets/minecraft/models/w374.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,11.125,1.125,11.5]},"east":{"texture":"#0","uv":[1.125,11.5,0.75,12.875]},"north":{"texture":"#0","uv":[0.75,11.5,0.375,12.875]},"south":{"texture":"#0","uv":[1.5,11.5,1.125,12.875]},"up":{"texture":"#0","uv":[0.375,11.5,0.75,11.125]},"west":{"texture":"#0","uv":[0.375,11.5,0,12.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-11.6,-14.8]}],"overrides":[],"textures":{"0":"item/w974294966_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3740.json b/assets/minecraft/models/w3740.json new file mode 100644 index 000000000..2eef1e32e --- /dev/null +++ b/assets/minecraft/models/w3740.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,2.625,10.125,3.25]},"east":{"texture":"#0","uv":[9.875,3.25,9.25,3.75]},"north":{"texture":"#0","uv":[9.25,3.25,8.375,3.75]},"south":{"texture":"#0","uv":[10.75,3.25,9.875,3.75]},"up":{"texture":"#0","uv":[8.375,3.25,9.25,2.625]},"west":{"texture":"#0","uv":[8.375,3.25,7.75,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.4,-14]}],"overrides":[],"textures":{"0":"item/w1477582400_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3741.json b/assets/minecraft/models/w3741.json new file mode 100644 index 000000000..7d2f1a15b --- /dev/null +++ b/assets/minecraft/models/w3741.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.125,2.625,9.25,3.25]},"east":{"texture":"#0","uv":[7.75,3.25,8.375,3.75]},"north":{"texture":"#0","uv":[8.375,3.25,9.25,3.75]},"south":{"texture":"#0","uv":[9.875,3.25,10.75,3.75]},"up":{"texture":"#0","uv":[9.25,3.25,8.375,2.625]},"west":{"texture":"#0","uv":[9.25,3.25,9.875,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.4,-14]}],"overrides":[],"textures":{"0":"item/w1477582400_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3742.json b/assets/minecraft/models/w3742.json new file mode 100644 index 000000000..bb6dadbb9 --- /dev/null +++ b/assets/minecraft/models/w3742.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[11,0.875,10.625,1.25]},"west":{"texture":"#0","uv":[10.625,0.875,10.25,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1477582400_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3743.json b/assets/minecraft/models/w3743.json new file mode 100644 index 000000000..b2f716241 --- /dev/null +++ b/assets/minecraft/models/w3743.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[10.25,0.875,10.625,1.25]},"north":{"texture":"#0","uv":[10.625,0.875,11,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1477582400_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3744.json b/assets/minecraft/models/w3744.json new file mode 100644 index 000000000..ec58cc702 --- /dev/null +++ b/assets/minecraft/models/w3744.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,5.5,5.5,8.25]},"east":{"texture":"#0","uv":[0,8.25,2.75,9]},"north":{"texture":"#0","uv":[2.75,8.25,5.5,9]},"south":{"texture":"#0","uv":[8.25,8.25,11,9]},"up":{"texture":"#0","uv":[5.5,8.25,2.75,5.5]},"west":{"texture":"#0","uv":[5.5,8.25,8.25,9]}},"from":[-16,-16,-16],"shade":false,"to":[-11.6,-14.8,-11.6]}],"overrides":[],"textures":{"0":"item/w1996187189_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3745.json b/assets/minecraft/models/w3745.json new file mode 100644 index 000000000..3b1a9e0cc --- /dev/null +++ b/assets/minecraft/models/w3745.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.25,5,12.5,5.75]},"east":{"texture":"#0","uv":[11,5.75,11.75,7.25]},"north":{"texture":"#0","uv":[11.75,5.75,12.5,7.25]},"south":{"texture":"#0","uv":[13.25,5.75,14,7.25]},"up":{"texture":"#0","uv":[12.5,5.75,11.75,5]},"west":{"texture":"#0","uv":[12.5,5.75,13.25,7.25]}},"from":[-16,-16,-15.6],"shade":false,"to":[-14.8,-13.6,-14.400001]},{"faces":{"down":{"texture":"#0","uv":[12.75,7.25,12,7.5]},"east":{"texture":"#0","uv":[11,7.5,11.25,8]},"north":{"texture":"#0","uv":[11.25,7.5,12,8]},"south":{"texture":"#0","uv":[12.25,7.5,13,8]},"up":{"texture":"#0","uv":[12,7.5,11.25,7.25]},"west":{"texture":"#0","uv":[12,7.5,12.25,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1996187189_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3746.json b/assets/minecraft/models/w3746.json new file mode 100644 index 000000000..4a6db42a5 --- /dev/null +++ b/assets/minecraft/models/w3746.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,5,13.25,5.75]},"east":{"texture":"#0","uv":[13.25,5.75,12.5,7.25]},"north":{"texture":"#0","uv":[12.5,5.75,11.75,7.25]},"south":{"texture":"#0","uv":[14,5.75,13.25,7.25]},"up":{"texture":"#0","uv":[11.75,5.75,12.5,5]},"west":{"texture":"#0","uv":[11.75,5.75,11,7.25]}},"from":[-16,-16,-15.6],"shade":false,"to":[-14.8,-13.6,-14.400001]},{"faces":{"down":{"texture":"#0","uv":[12,7.25,12.75,7.5]},"east":{"texture":"#0","uv":[12.25,7.5,12,8]},"north":{"texture":"#0","uv":[12,7.5,11.25,8]},"south":{"texture":"#0","uv":[13,7.5,12.25,8]},"up":{"texture":"#0","uv":[11.25,7.5,12,7.25]},"west":{"texture":"#0","uv":[11.25,7.5,11,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1996187189_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3747.json b/assets/minecraft/models/w3747.json new file mode 100644 index 000000000..0e72feec9 --- /dev/null +++ b/assets/minecraft/models/w3747.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.75,0,5,2.25]},"east":{"texture":"#0","uv":[0,2.25,2.25,5.5]},"north":{"texture":"#0","uv":[2.25,2.25,5,5.5]},"south":{"texture":"#0","uv":[7.25,2.25,10,5.5]},"up":{"texture":"#0","uv":[5,2.25,2.25,0]},"west":{"texture":"#0","uv":[5,2.25,7.25,5.5]}},"from":[-16,-16,-14.8],"shade":false,"to":[-11.6,-10.8,-11.200001]},{"faces":{"down":{"texture":"#0","uv":[12.25,0,11.5,0.75]},"east":{"texture":"#0","uv":[10,0.75,10.75,3.25]},"north":{"texture":"#0","uv":[10.75,0.75,11.5,3.25]},"south":{"texture":"#0","uv":[12.25,0.75,13,3.25]},"up":{"texture":"#0","uv":[11.5,0.75,10.75,0]},"west":{"texture":"#0","uv":[11.5,0.75,12.25,3.25]}},"from":[-14.4,-15.2,-16],"shade":false,"to":[-13.2,-11.2,-14.8]},{"faces":{"down":{"texture":"#0","uv":[16,0,14.75,0.5]},"east":{"texture":"#0","uv":[13,0.5,13.5,1.25]},"north":{"texture":"#0","uv":[13.5,0.5,14.75,1.25]},"up":{"texture":"#0","uv":[14.75,0.5,13.5,0]},"west":{"texture":"#0","uv":[14.75,0.5,15.25,1.25]}},"from":[-14.8,-15.2,-15.6],"shade":false,"to":[-12.8,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1996187189_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3748.json b/assets/minecraft/models/w3748.json new file mode 100644 index 000000000..5eee60f9b --- /dev/null +++ b/assets/minecraft/models/w3748.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,3.25,12.5,4.25]},"east":{"texture":"#0","uv":[10,4.25,11,5]},"north":{"texture":"#0","uv":[11,4.25,12.5,5]},"south":{"texture":"#0","uv":[13.5,4.25,15,5]},"up":{"texture":"#0","uv":[12.5,4.25,11,3.25]},"west":{"texture":"#0","uv":[12.5,4.25,13.5,5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-14.4]}],"overrides":[],"textures":{"0":"item/w1996187189_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3749.json b/assets/minecraft/models/w3749.json new file mode 100644 index 000000000..10612c096 --- /dev/null +++ b/assets/minecraft/models/w3749.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,3.25,14,4.25]},"east":{"texture":"#0","uv":[13.5,4.25,12.5,5]},"north":{"texture":"#0","uv":[12.5,4.25,11,5]},"south":{"texture":"#0","uv":[15,4.25,13.5,5]},"up":{"texture":"#0","uv":[11,4.25,12.5,3.25]},"west":{"texture":"#0","uv":[11,4.25,10,5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-14.4]}],"overrides":[],"textures":{"0":"item/w1996187189_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w375.json b/assets/minecraft/models/w375.json new file mode 100644 index 000000000..41975eeec --- /dev/null +++ b/assets/minecraft/models/w375.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,0,2.5,2.5]},"east":{"texture":"#0","uv":[2.5,2.5,0,6]},"north":{"texture":"#0","uv":[0,2.5,2.5,6]},"south":{"texture":"#0","uv":[5,2.5,2.5,6]},"up":{"texture":"#0","uv":[2.5,2.5,0,0]},"west":{"texture":"#0","uv":[2.5,2.5,5,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-13.2,-14]}],"overrides":[],"textures":{"0":"item/w1140770226_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3750.json b/assets/minecraft/models/w3750.json new file mode 100644 index 000000000..909b21b1c --- /dev/null +++ b/assets/minecraft/models/w3750.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[13.25,1.25,12.75,1.75]},"west":{"texture":"#0","uv":[12.75,1.25,12.25,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w1996187189_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3751.json b/assets/minecraft/models/w3751.json new file mode 100644 index 000000000..1ac71f9dc --- /dev/null +++ b/assets/minecraft/models/w3751.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[12.25,1.25,12.75,1.75]},"north":{"texture":"#0","uv":[12.75,1.25,13.25,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w1996187189_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3752.json b/assets/minecraft/models/w3752.json new file mode 100644 index 000000000..6f941d29d --- /dev/null +++ b/assets/minecraft/models/w3752.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,12.5,7,13.5]},"east":{"texture":"#0","uv":[7,13.5,6,15]},"north":{"texture":"#0","uv":[6,13.5,5,15]},"south":{"texture":"#0","uv":[8,13.5,7,15]},"up":{"texture":"#0","uv":[5,13.5,6,12.5]},"west":{"texture":"#0","uv":[5,13.5,4,15]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w708225815_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3753.json b/assets/minecraft/models/w3753.json new file mode 100644 index 000000000..0ab24fded --- /dev/null +++ b/assets/minecraft/models/w3753.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,12.5,6,13.5]},"east":{"texture":"#0","uv":[4,13.5,5,15]},"north":{"texture":"#0","uv":[5,13.5,6,15]},"south":{"texture":"#0","uv":[7,13.5,8,15]},"up":{"texture":"#0","uv":[6,13.5,5,12.5]},"west":{"texture":"#0","uv":[6,13.5,7,15]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w708225815_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3754.json b/assets/minecraft/models/w3754.json new file mode 100644 index 000000000..1a68dc2bd --- /dev/null +++ b/assets/minecraft/models/w3754.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,8,7,11.5]},"east":{"texture":"#0","uv":[0,11.5,3.5,12.5]},"north":{"texture":"#0","uv":[3.5,11.5,7,12.5]},"south":{"texture":"#0","uv":[10.5,11.5,14,12.5]},"up":{"texture":"#0","uv":[7,11.5,3.5,8]},"west":{"texture":"#0","uv":[7,11.5,10.5,12.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-15.2,-13.2]}],"overrides":[],"textures":{"0":"item/w708225815_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3755.json b/assets/minecraft/models/w3755.json new file mode 100644 index 000000000..093a8d44a --- /dev/null +++ b/assets/minecraft/models/w3755.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,0,6.5,3]},"east":{"texture":"#0","uv":[0,3,3,5.5]},"north":{"texture":"#0","uv":[3,3,6.5,5.5]},"south":{"texture":"#0","uv":[9.5,3,13,5.5]},"up":{"texture":"#0","uv":[6.5,3,3,0]},"west":{"texture":"#0","uv":[6.5,3,9.5,5.5]}},"from":[-16,-16,-15.2],"shade":false,"to":[-13.18,-14,-12.799999]},{"faces":{"down":{"texture":"#0","uv":[9,6,8.5,7]},"east":{"texture":"#0","uv":[7,7,8,8]},"north":{"texture":"#0","uv":[8,7,8.5,8]},"south":{"texture":"#0","uv":[9.5,7,10,8]},"up":{"texture":"#0","uv":[8.5,7,8,6]},"west":{"texture":"#0","uv":[8.5,7,9.5,8]}},"from":[-14.8,-15.8,-16],"shade":false,"to":[-14.38,-15,-15.2]},{"faces":{"down":{"texture":"#0","uv":[13,7,11.5,7.5]},"east":{"texture":"#0","uv":[9.5,7.5,10,8]},"north":{"texture":"#0","uv":[10,7.5,11.5,8]},"south":{"texture":"#0","uv":[12,7.5,13.5,8]},"up":{"texture":"#0","uv":[11.5,7.5,10,7]},"west":{"texture":"#0","uv":[11.5,7.5,12,8]}},"from":[-15.2,-15.8,-15.6],"shade":false,"to":[-13.98,-15.400001,-15.200001]}],"overrides":[],"textures":{"0":"item/w708225815_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3756.json b/assets/minecraft/models/w3756.json new file mode 100644 index 000000000..9500cadac --- /dev/null +++ b/assets/minecraft/models/w3756.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,5.5,5.5,7]},"east":{"texture":"#0","uv":[5,7,3.5,8]},"north":{"texture":"#0","uv":[3.5,7,1.5,8]},"south":{"texture":"#0","uv":[7,7,5,8]},"up":{"texture":"#0","uv":[1.5,7,3.5,5.5]},"west":{"texture":"#0","uv":[1.5,7,0,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w708225815_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3757.json b/assets/minecraft/models/w3757.json new file mode 100644 index 000000000..af0e89f98 --- /dev/null +++ b/assets/minecraft/models/w3757.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,5.5,3.5,7]},"east":{"texture":"#0","uv":[0,7,1.5,8]},"north":{"texture":"#0","uv":[1.5,7,3.5,8]},"south":{"texture":"#0","uv":[5,7,7,8]},"up":{"texture":"#0","uv":[3.5,7,1.5,5.5]},"west":{"texture":"#0","uv":[3.5,7,5,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w708225815_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3758.json b/assets/minecraft/models/w3758.json new file mode 100644 index 000000000..c16d0b153 --- /dev/null +++ b/assets/minecraft/models/w3758.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[14,0,13.5,0.5]},"west":{"texture":"#0","uv":[13.5,0,13,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w708225815_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3759.json b/assets/minecraft/models/w3759.json new file mode 100644 index 000000000..1282e0166 --- /dev/null +++ b/assets/minecraft/models/w3759.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[13,0,13.5,0.5]},"north":{"texture":"#0","uv":[13.5,0,14,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w708225815_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w376.json b/assets/minecraft/models/w376.json new file mode 100644 index 000000000..32e7c01e7 --- /dev/null +++ b/assets/minecraft/models/w376.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,4,8.5,4.5]},"east":{"texture":"#0","uv":[8.5,4.5,8,5]},"north":{"texture":"#0","uv":[8,4.5,7.5,5]},"south":{"texture":"#0","uv":[9,4.5,8.5,5]},"up":{"texture":"#0","uv":[7.5,4.5,8,4]},"west":{"texture":"#0","uv":[7.5,4.5,7,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-15.8]}],"overrides":[],"textures":{"0":"item/w1140770226_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3760.json b/assets/minecraft/models/w3760.json new file mode 100644 index 000000000..103972c6e --- /dev/null +++ b/assets/minecraft/models/w3760.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,13,3,14]},"east":{"texture":"#0","uv":[3,14,2,15.5]},"north":{"texture":"#0","uv":[2,14,1,15.5]},"south":{"texture":"#0","uv":[4,14,3,15.5]},"up":{"texture":"#0","uv":[1,14,2,13]},"west":{"texture":"#0","uv":[1,14,0,15.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w485811783_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3761.json b/assets/minecraft/models/w3761.json new file mode 100644 index 000000000..a89cd09a0 --- /dev/null +++ b/assets/minecraft/models/w3761.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,13,2,14]},"east":{"texture":"#0","uv":[0,14,1,15.5]},"north":{"texture":"#0","uv":[1,14,2,15.5]},"south":{"texture":"#0","uv":[3,14,4,15.5]},"up":{"texture":"#0","uv":[2,14,1,13]},"west":{"texture":"#0","uv":[2,14,3,15.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w485811783_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3762.json b/assets/minecraft/models/w3762.json new file mode 100644 index 000000000..0f5b96c46 --- /dev/null +++ b/assets/minecraft/models/w3762.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,9,6,12]},"east":{"texture":"#0","uv":[0,12,3,13]},"north":{"texture":"#0","uv":[3,12,6,13]},"south":{"texture":"#0","uv":[9,12,12,13]},"up":{"texture":"#0","uv":[6,12,3,9]},"west":{"texture":"#0","uv":[6,12,9,13]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w485811783_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3763.json b/assets/minecraft/models/w3763.json new file mode 100644 index 000000000..a6987d91b --- /dev/null +++ b/assets/minecraft/models/w3763.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.5,6,12.5,6.5]},"east":{"texture":"#0","uv":[10,6.5,10.5,7]},"north":{"texture":"#0","uv":[10.5,6.5,12.5,7]},"south":{"texture":"#0","uv":[13,6.5,15,7]},"up":{"texture":"#0","uv":[12.5,6.5,10.5,6]},"west":{"texture":"#0","uv":[12.5,6.5,13,7]}},"from":[-15.59,-15.6,-15.6],"shade":false,"to":[-13.99,-15.200001,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[3,6,2,7]},"east":{"texture":"#0","uv":[0,7,1,9]},"north":{"texture":"#0","uv":[1,7,2,9]},"south":{"texture":"#0","uv":[3,7,4,9]},"up":{"texture":"#0","uv":[2,7,1,6]},"west":{"texture":"#0","uv":[2,7,3,9]}},"from":[-15.19,-15.6,-16],"shade":false,"to":[-14.389999,-14,-15.2]},{"faces":{"down":{"texture":"#0","uv":[8.5,0,5.5,2.5]},"east":{"texture":"#0","uv":[0,2.5,2.5,6]},"north":{"texture":"#0","uv":[2.5,2.5,5.5,6]},"south":{"texture":"#0","uv":[8,2.5,11,6]},"up":{"texture":"#0","uv":[5.5,2.5,2.5,0]},"west":{"texture":"#0","uv":[5.5,2.5,8,6]}},"from":[-16,-16,-15.2],"shade":false,"to":[-13.58,-13.2,-13.2]}],"overrides":[],"textures":{"0":"item/w485811783_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3764.json b/assets/minecraft/models/w3764.json new file mode 100644 index 000000000..8b85741f0 --- /dev/null +++ b/assets/minecraft/models/w3764.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,6,8.5,7.5]},"east":{"texture":"#0","uv":[8.5,7.5,7,8.5]},"north":{"texture":"#0","uv":[7,7.5,5.5,8.5]},"south":{"texture":"#0","uv":[10,7.5,8.5,8.5]},"up":{"texture":"#0","uv":[5.5,7.5,7,6]},"west":{"texture":"#0","uv":[5.5,7.5,4,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w485811783_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3765.json b/assets/minecraft/models/w3765.json new file mode 100644 index 000000000..fb70bc33d --- /dev/null +++ b/assets/minecraft/models/w3765.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,6,7,7.5]},"east":{"texture":"#0","uv":[4,7.5,5.5,8.5]},"north":{"texture":"#0","uv":[5.5,7.5,7,8.5]},"south":{"texture":"#0","uv":[8.5,7.5,10,8.5]},"up":{"texture":"#0","uv":[7,7.5,5.5,6]},"west":{"texture":"#0","uv":[7,7.5,8.5,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w485811783_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3766.json b/assets/minecraft/models/w3766.json new file mode 100644 index 000000000..aab5295ed --- /dev/null +++ b/assets/minecraft/models/w3766.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[12,0,11.5,0.5]},"west":{"texture":"#0","uv":[11.5,0,11,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w485811783_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3767.json b/assets/minecraft/models/w3767.json new file mode 100644 index 000000000..8cf472516 --- /dev/null +++ b/assets/minecraft/models/w3767.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[11,0,11.5,0.5]},"north":{"texture":"#0","uv":[11.5,0,12,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w485811783_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3768.json b/assets/minecraft/models/w3768.json new file mode 100644 index 000000000..9140ff449 --- /dev/null +++ b/assets/minecraft/models/w3768.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,10,11.5,10.75]},"east":{"texture":"#0","uv":[9.25,10.75,10,11.5]},"north":{"texture":"#0","uv":[10,10.75,11.5,11.5]},"south":{"texture":"#0","uv":[12.25,10.75,13.75,11.5]},"up":{"texture":"#0","uv":[11.5,10.75,10,10]},"west":{"texture":"#0","uv":[11.5,10.75,12.25,11.5]}},"from":[-15.496,-14.296,-15.496],"shade":false,"to":[-13.096001,-13.096,-14.2960005]},{"faces":{"down":{"texture":"#0","uv":[5,10,3,11]},"east":{"texture":"#0","uv":[0,11,1,11.75]},"north":{"texture":"#0","uv":[1,11,3,11.75]},"south":{"texture":"#0","uv":[4,11,6,11.75]},"up":{"texture":"#0","uv":[3,11,1,10]},"west":{"texture":"#0","uv":[3,11,4,11.75]}},"from":[-15.896,-15.496,-15.896],"shade":false,"to":[-12.696,-14.2960005,-14.296]},{"faces":{"east":{"texture":"#0","uv":[9,9,8,10]},"north":{"texture":"#0","uv":[9,9,11,10]},"south":{"texture":"#0","uv":[8,8,10,9]},"west":{"texture":"#0","uv":[8,9,9,10]}},"from":[-16,-16,-16],"shade":false,"to":[-12.592,-14.191999,-14.192]}],"overrides":[],"textures":{"0":"item/w104257585_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3769.json b/assets/minecraft/models/w3769.json new file mode 100644 index 000000000..81e8546f8 --- /dev/null +++ b/assets/minecraft/models/w3769.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,0.25,0.25]},"east":{"texture":"#0","uv":[0,0,0.25,0.25]},"north":{"texture":"#0","uv":[0,0,0.25,0.25]},"south":{"texture":"#0","uv":[0,0,0.25,0.25]},"up":{"texture":"#0","uv":[0,0,0.25,0.25]},"west":{"texture":"#0","uv":[0,0,0.25,0.25]}},"from":[-15,-15.9,-15.8],"shade":false,"to":[-11.8,-13.5,-14.2]},{"faces":{"down":{"texture":"#0","uv":[13,5.5,11,6.5]},"east":{"texture":"#0","uv":[8,6.5,9,8]},"north":{"texture":"#0","uv":[9,6.5,11,8]},"south":{"texture":"#0","uv":[12,6.5,14,8]},"up":{"texture":"#0","uv":[11,6.5,9,5.5]},"west":{"texture":"#0","uv":[11,6.5,12,8]}},"from":[-15.1,-16,-15.9],"shade":false,"to":[-11.700001,-13.4,-14.099999]},{"faces":{"north":{"texture":"#0","uv":[6,11.25,9.25,12.5]},"south":{"texture":"#0","uv":[6,11.25,9.25,12.5]},"up":{"texture":"#0","uv":[9.25,11.25,6,10]}},"from":[-16,-15.3,-16],"shade":false,"to":[-10.8,-13.3,-14]}],"overrides":[],"textures":{"0":"item/w104257585_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w377.json b/assets/minecraft/models/w377.json new file mode 100644 index 000000000..34ed5072b --- /dev/null +++ b/assets/minecraft/models/w377.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,4,8,4.5]},"east":{"texture":"#0","uv":[7,4.5,7.5,5]},"north":{"texture":"#0","uv":[7.5,4.5,8,5]},"south":{"texture":"#0","uv":[8.5,4.5,9,5]},"up":{"texture":"#0","uv":[8,4.5,7.5,4]},"west":{"texture":"#0","uv":[8,4.5,8.5,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-15.8]}],"overrides":[],"textures":{"0":"item/w1140770226_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3770.json b/assets/minecraft/models/w3770.json new file mode 100644 index 000000000..6874e2da1 --- /dev/null +++ b/assets/minecraft/models/w3770.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,0.25,0.25]},"east":{"texture":"#0","uv":[0,0,0.25,0.25]},"north":{"texture":"#0","uv":[0,0,0.25,0.25]},"south":{"texture":"#0","uv":[0,0,0.25,0.25]},"up":{"texture":"#0","uv":[0,0,0.25,0.25]},"west":{"texture":"#0","uv":[0,0,0.25,0.25]}},"from":[-15.8,-15.8996,-15.8],"shade":false,"to":[-12.6,-12.6996,-12.6]},{"faces":{"down":{"texture":"#0","uv":[6,0,4,2]},"east":{"texture":"#0","uv":[0,2,2,4]},"north":{"texture":"#0","uv":[2,2,4,4]},"south":{"texture":"#0","uv":[6,2,8,4]},"up":{"texture":"#0","uv":[4,2,2,0]},"west":{"texture":"#0","uv":[4,2,6,4]}},"from":[-15.9004,-16,-15.9004],"shade":false,"to":[-12.4996,-12.5992,-12.4996]},{"faces":{"east":{"texture":"#0","uv":[4,12.5,6.25,13]},"north":{"texture":"#0","uv":[6.25,12.5,8.5,13]},"south":{"texture":"#0","uv":[10.75,12.5,13,13]},"west":{"texture":"#0","uv":[8.5,12.5,10.75,13]}},"from":[-16,-13.8996,-16],"shade":false,"to":[-12.4,-13.0996,-12.4]}],"overrides":[],"textures":{"0":"item/w104257585_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3771.json b/assets/minecraft/models/w3771.json new file mode 100644 index 000000000..5c0290842 --- /dev/null +++ b/assets/minecraft/models/w3771.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,11.75,3,12.75]},"east":{"texture":"#0","uv":[3,12.75,2,14.75]},"north":{"texture":"#0","uv":[2,12.75,1,14.75]},"south":{"texture":"#0","uv":[4,12.75,3,14.75]},"up":{"texture":"#0","uv":[1,12.75,2,11.75]},"west":{"texture":"#0","uv":[1,12.75,0,14.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-12.6,-14.2]},{"faces":{"down":{"texture":"#0","uv":[0,0,0.25,0.25]},"east":{"texture":"#0","uv":[0,0,0.25,0.25]},"north":{"texture":"#0","uv":[0,0,0.25,0.25]},"south":{"texture":"#0","uv":[0,0,0.25,0.25]},"up":{"texture":"#0","uv":[0,0,0.25,0.25]},"west":{"texture":"#0","uv":[0,0,0.25,0.25]}},"from":[-15.8,-15.8,-15.8],"shade":false,"to":[-14.400001,-12.8,-14.400001]},{"faces":{"down":{"texture":"#0","uv":[7,4,6,5]},"east":{"texture":"#0","uv":[4,5,5,7]},"north":{"texture":"#0","uv":[5,5,6,7]},"south":{"texture":"#0","uv":[7,5,8,7]},"up":{"texture":"#0","uv":[6,5,5,4]},"west":{"texture":"#0","uv":[6,5,7,7]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-12.7,-14.299999]}],"overrides":[],"textures":{"0":"item/w104257585_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3772.json b/assets/minecraft/models/w3772.json new file mode 100644 index 000000000..20b972d6a --- /dev/null +++ b/assets/minecraft/models/w3772.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,0.25,0.25]},"east":{"texture":"#0","uv":[0,0,0.25,0.25]},"north":{"texture":"#0","uv":[0,0,0.25,0.25]},"south":{"texture":"#0","uv":[0,0,0.25,0.25]},"up":{"texture":"#0","uv":[0,0,0.25,0.25]},"west":{"texture":"#0","uv":[0,0,0.25,0.25]}},"from":[-15.8,-15.8,-15.8],"shade":false,"to":[-14.400001,-12.8,-14.400001]},{"faces":{"down":{"texture":"#0","uv":[3,4,2,5]},"east":{"texture":"#0","uv":[0,5,1,7]},"north":{"texture":"#0","uv":[1,5,2,7]},"south":{"texture":"#0","uv":[3,5,4,7]},"up":{"texture":"#0","uv":[2,5,1,4]},"west":{"texture":"#0","uv":[2,5,3,7]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-12.7,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[3,11.75,2,12.75]},"east":{"texture":"#0","uv":[0,12.75,1,14.75]},"north":{"texture":"#0","uv":[1,12.75,2,14.75]},"south":{"texture":"#0","uv":[3,12.75,4,14.75]},"up":{"texture":"#0","uv":[2,12.75,1,11.75]},"west":{"texture":"#0","uv":[2,12.75,3,14.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-12.6,-14.2]}],"overrides":[],"textures":{"0":"item/w104257585_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3773.json b/assets/minecraft/models/w3773.json new file mode 100644 index 000000000..eb34faa0f --- /dev/null +++ b/assets/minecraft/models/w3773.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,0.25,0.25]},"east":{"texture":"#0","uv":[0,0,0.25,0.25]},"north":{"texture":"#0","uv":[0,0,0.25,0.25]},"south":{"texture":"#0","uv":[0,0,0.25,0.25]},"up":{"texture":"#0","uv":[0,0,0.25,0.25]},"west":{"texture":"#0","uv":[0,0,0.25,0.25]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.9,-13.299999,-14.5]},{"faces":{"down":{"texture":"#0","uv":[10.5,2.75,9.75,3.75]},"east":{"texture":"#0","uv":[8,3.75,9,5.5]},"north":{"texture":"#0","uv":[9,3.75,9.75,5.5]},"south":{"texture":"#0","uv":[10.75,3.75,11.5,5.5]},"up":{"texture":"#0","uv":[9.75,3.75,9,2.75]},"west":{"texture":"#0","uv":[9.75,3.75,10.75,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.4]}],"overrides":[],"textures":{"0":"item/w104257585_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3774.json b/assets/minecraft/models/w3774.json new file mode 100644 index 000000000..428afda70 --- /dev/null +++ b/assets/minecraft/models/w3774.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,0.25,0.25]},"east":{"texture":"#0","uv":[0,0,0.25,0.25]},"north":{"texture":"#0","uv":[0,0,0.25,0.25]},"south":{"texture":"#0","uv":[0,0,0.25,0.25]},"up":{"texture":"#0","uv":[0,0,0.25,0.25]},"west":{"texture":"#0","uv":[0,0,0.25,0.25]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.9,-13.299999,-14.5]},{"faces":{"down":{"texture":"#0","uv":[14,0,13.25,1]},"east":{"texture":"#0","uv":[11.5,1,12.5,2.75]},"north":{"texture":"#0","uv":[12.5,1,13.25,2.75]},"south":{"texture":"#0","uv":[14.25,1,15,2.75]},"up":{"texture":"#0","uv":[13.25,1,12.5,0]},"west":{"texture":"#0","uv":[13.25,1,14.25,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.4]}],"overrides":[],"textures":{"0":"item/w104257585_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3775.json b/assets/minecraft/models/w3775.json new file mode 100644 index 000000000..3d686b0f0 --- /dev/null +++ b/assets/minecraft/models/w3775.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,0.25,0.25]},"east":{"texture":"#0","uv":[0,0,0.25,0.25]},"north":{"texture":"#0","uv":[0,0,0.25,0.25]},"south":{"texture":"#0","uv":[0,0,0.25,0.25]},"up":{"texture":"#0","uv":[0,0,0.25,0.25]},"west":{"texture":"#0","uv":[0,0,0.25,0.25]}},"from":[-15.896,-15.896,-15.896],"shade":false,"to":[-14.496,-12.896,-14.496]},{"faces":{"down":{"texture":"#0","uv":[7,7,6,8]},"east":{"texture":"#0","uv":[4,8,5,10]},"north":{"texture":"#0","uv":[5,8,6,10]},"south":{"texture":"#0","uv":[7,8,8,10]},"up":{"texture":"#0","uv":[6,8,5,7]},"west":{"texture":"#0","uv":[6,8,7,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.392,-12.792,-14.392]}],"overrides":[],"textures":{"0":"item/w104257585_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3776.json b/assets/minecraft/models/w3776.json new file mode 100644 index 000000000..4e3302d97 --- /dev/null +++ b/assets/minecraft/models/w3776.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,0.25,0.25]},"east":{"texture":"#0","uv":[0,0,0.25,0.25]},"north":{"texture":"#0","uv":[0,0,0.25,0.25]},"south":{"texture":"#0","uv":[0,0,0.25,0.25]},"up":{"texture":"#0","uv":[0,0,0.25,0.25]},"west":{"texture":"#0","uv":[0,0,0.25,0.25]}},"from":[-15.896,-15.896,-15.896],"shade":false,"to":[-14.496,-12.896,-14.496]},{"faces":{"down":{"texture":"#0","uv":[3,7,2,8]},"east":{"texture":"#0","uv":[0,8,1,10]},"north":{"texture":"#0","uv":[1,8,2,10]},"south":{"texture":"#0","uv":[3,8,4,10]},"up":{"texture":"#0","uv":[2,8,1,7]},"west":{"texture":"#0","uv":[2,8,3,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.392,-12.792,-14.392]}],"overrides":[],"textures":{"0":"item/w104257585_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3777.json b/assets/minecraft/models/w3777.json new file mode 100644 index 000000000..3b1214bfe --- /dev/null +++ b/assets/minecraft/models/w3777.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,14,6,13]},"east":{"texture":"#0","uv":[6,14.75,7,14]},"north":{"texture":"#0","uv":[7,14.75,8,14]},"south":{"texture":"#0","uv":[5,14.75,6,14]},"up":{"texture":"#0","uv":[6,13,7,14]},"west":{"texture":"#0","uv":[4,14.75,5,14]}},"from":[8,8,8],"shade":false,"to":[6.4,6.8,6.4]}],"overrides":[],"textures":{"0":"item/w104257585_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3778.json b/assets/minecraft/models/w3778.json new file mode 100644 index 000000000..78775a2b2 --- /dev/null +++ b/assets/minecraft/models/w3778.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,0.25,0.25]},"east":{"texture":"#0","uv":[0,0,0.25,0.25]},"north":{"texture":"#0","uv":[0,0,0.25,0.25]},"south":{"texture":"#0","uv":[0,0,0.25,0.25]},"up":{"texture":"#0","uv":[0,0,0.25,0.25]},"west":{"texture":"#0","uv":[0,0,0.25,0.25]}},"from":[-15.5,-14.7,-15.9],"shade":false,"to":[-14.5,-12.1,-14.5]},{"faces":{"down":{"texture":"#0","uv":[14,2.75,13.25,3.75]},"east":{"texture":"#0","uv":[11.5,3.75,12.5,5.5]},"north":{"texture":"#0","uv":[12.5,3.75,13.25,5.5]},"south":{"texture":"#0","uv":[14.25,3.75,15,5.5]},"up":{"texture":"#0","uv":[13.25,3.75,12.5,2.75]},"west":{"texture":"#0","uv":[13.25,3.75,14.25,5.5]}},"from":[-15.6,-14.8,-16],"shade":false,"to":[-14.400001,-12,-14.4]},{"faces":{"down":{"texture":"#0","uv":[7,13,6,14]},"east":{"texture":"#0","uv":[4,14,5,14.75]},"north":{"texture":"#0","uv":[5,14,6,14.75]},"south":{"texture":"#0","uv":[7,14,8,14.75]},"up":{"texture":"#0","uv":[6,14,5,13]},"west":{"texture":"#0","uv":[6,14,7,14.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.8,-14.4]}],"overrides":[],"textures":{"0":"item/w104257585_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3779.json b/assets/minecraft/models/w3779.json new file mode 100644 index 000000000..77ae783c8 --- /dev/null +++ b/assets/minecraft/models/w3779.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,14,10,13]},"east":{"texture":"#0","uv":[10,14.75,11,14]},"north":{"texture":"#0","uv":[11,14.75,12,14]},"south":{"texture":"#0","uv":[9,14.75,10,14]},"up":{"texture":"#0","uv":[10,13,11,14]},"west":{"texture":"#0","uv":[8,14.75,9,14]}},"from":[8,8,8],"shade":false,"to":[6.4,6.8,6.4]}],"overrides":[],"textures":{"0":"item/w104257585_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w378.json b/assets/minecraft/models/w378.json new file mode 100644 index 000000000..79f55b75a --- /dev/null +++ b/assets/minecraft/models/w378.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,0,8.5,1]},"east":{"texture":"#0","uv":[7,1,8,1.5]},"north":{"texture":"#0","uv":[8,1,8.5,1.5]},"south":{"texture":"#0","uv":[9.5,1,10,1.5]},"up":{"texture":"#0","uv":[8.5,1,8,0]},"west":{"texture":"#0","uv":[8.5,1,9.5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.4,-15.4,-15]}],"overrides":[],"textures":{"0":"item/w1140770226_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3780.json b/assets/minecraft/models/w3780.json new file mode 100644 index 000000000..3f92bedb8 --- /dev/null +++ b/assets/minecraft/models/w3780.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,0.25,0.25]},"east":{"texture":"#0","uv":[0,0,0.25,0.25]},"north":{"texture":"#0","uv":[0,0,0.25,0.25]},"south":{"texture":"#0","uv":[0,0,0.25,0.25]},"up":{"texture":"#0","uv":[0,0,0.25,0.25]},"west":{"texture":"#0","uv":[0,0,0.25,0.25]}},"from":[-15.9,-14.7,-15.9],"shade":false,"to":[-14.9,-12.1,-14.5]},{"faces":{"down":{"texture":"#0","uv":[10.5,0,9.75,1]},"east":{"texture":"#0","uv":[8,1,9,2.75]},"north":{"texture":"#0","uv":[9,1,9.75,2.75]},"south":{"texture":"#0","uv":[10.75,1,11.5,2.75]},"up":{"texture":"#0","uv":[9.75,1,9,0]},"west":{"texture":"#0","uv":[9.75,1,10.75,2.75]}},"from":[-16,-14.8,-16],"shade":false,"to":[-14.8,-12,-14.4]},{"faces":{"down":{"texture":"#0","uv":[11,13,10,14]},"east":{"texture":"#0","uv":[8,14,9,14.75]},"north":{"texture":"#0","uv":[9,14,10,14.75]},"south":{"texture":"#0","uv":[11,14,12,14.75]},"up":{"texture":"#0","uv":[10,14,9,13]},"west":{"texture":"#0","uv":[10,14,11,14.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.8,-14.4]}],"overrides":[],"textures":{"0":"item/w104257585_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3781.json b/assets/minecraft/models/w3781.json new file mode 100644 index 000000000..54682c67d --- /dev/null +++ b/assets/minecraft/models/w3781.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,9.5,7,13]},"east":{"texture":"#0","uv":[0,13,3.5,16]},"north":{"texture":"#0","uv":[3.5,13,7,16]},"south":{"texture":"#0","uv":[10.5,13,14,16]},"up":{"texture":"#0","uv":[7,13,3.5,9.5]},"west":{"texture":"#0","uv":[7,13,10.5,16]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.6,-13.2]}],"overrides":[],"textures":{"0":"item/w358564185_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3782.json b/assets/minecraft/models/w3782.json new file mode 100644 index 000000000..107d709b3 --- /dev/null +++ b/assets/minecraft/models/w3782.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,0,15,1]},"east":{"texture":"#0","uv":[15,1,14,3]},"north":{"texture":"#0","uv":[14,1,13,3]},"south":{"texture":"#0","uv":[16,1,15,3]},"up":{"texture":"#0","uv":[13,1,14,0]},"west":{"texture":"#0","uv":[13,1,12,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w358564185_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3783.json b/assets/minecraft/models/w3783.json new file mode 100644 index 000000000..ec20c5d1d --- /dev/null +++ b/assets/minecraft/models/w3783.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15,0,14,1]},"east":{"texture":"#0","uv":[12,1,13,3]},"north":{"texture":"#0","uv":[13,1,14,3]},"south":{"texture":"#0","uv":[15,1,16,3]},"up":{"texture":"#0","uv":[14,1,13,0]},"west":{"texture":"#0","uv":[14,1,15,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w358564185_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3784.json b/assets/minecraft/models/w3784.json new file mode 100644 index 000000000..a16f20792 --- /dev/null +++ b/assets/minecraft/models/w3784.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6,2,12,4]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-14.0096,-16]}],"overrides":[],"textures":{"0":"item/w358564185_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3785.json b/assets/minecraft/models/w3785.json new file mode 100644 index 000000000..8e792d232 --- /dev/null +++ b/assets/minecraft/models/w3785.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[6,0,12,2]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.0096,-11.2]}],"overrides":[],"textures":{"0":"item/w358564185_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3786.json b/assets/minecraft/models/w3786.json new file mode 100644 index 000000000..817f50cd6 --- /dev/null +++ b/assets/minecraft/models/w3786.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[6,2,12,4]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-14.0096,-16]}],"overrides":[],"textures":{"0":"item/w358564185_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3787.json b/assets/minecraft/models/w3787.json new file mode 100644 index 000000000..1336f10e3 --- /dev/null +++ b/assets/minecraft/models/w3787.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[6,0,12,2]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.0096,-11.2]}],"overrides":[],"textures":{"0":"item/w358564185_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3788.json b/assets/minecraft/models/w3788.json new file mode 100644 index 000000000..d8ca180d2 --- /dev/null +++ b/assets/minecraft/models/w3788.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,0,6]},"east":{"texture":"#0","uv":[0,6,6,7]},"north":{"texture":"#0","uv":[0,7,6,8]},"south":{"texture":"#0","uv":[0,7,6,8]},"west":{"texture":"#0","uv":[0,6,6,7]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-15.2,-11.2]},{"faces":{"up":{"texture":"#0","uv":[8,6,6,4]}},"from":[-14.4,-14.016143,-14.399758],"shade":false,"to":[-12.799999,-14.016143,-12.799758]}],"overrides":[],"textures":{"0":"item/w358564185_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3789.json b/assets/minecraft/models/w3789.json new file mode 100644 index 000000000..262634205 --- /dev/null +++ b/assets/minecraft/models/w3789.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[6,0,12,2]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.5024,-14.8]}],"overrides":[],"textures":{"0":"item/w222535019_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w379.json b/assets/minecraft/models/w379.json new file mode 100644 index 000000000..91ca81e96 --- /dev/null +++ b/assets/minecraft/models/w379.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,6,2,8]},"east":{"texture":"#0","uv":[4,8,2,9.5]},"north":{"texture":"#0","uv":[0,8,2,9.5]},"south":{"texture":"#0","uv":[4,8,6,9.5]},"up":{"texture":"#0","uv":[2,8,0,6]},"west":{"texture":"#0","uv":[2,8,4,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.8,-14.4]}],"overrides":[],"textures":{"0":"item/w1140770226_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3790.json b/assets/minecraft/models/w3790.json new file mode 100644 index 000000000..ca039c1ad --- /dev/null +++ b/assets/minecraft/models/w3790.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[6,0,12,2]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.5024,-14.8]}],"overrides":[],"textures":{"0":"item/w222535019_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3791.json b/assets/minecraft/models/w3791.json new file mode 100644 index 000000000..b483d5173 --- /dev/null +++ b/assets/minecraft/models/w3791.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[6,2,12,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.5024,-16]}],"overrides":[],"textures":{"0":"item/w222535019_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3792.json b/assets/minecraft/models/w3792.json new file mode 100644 index 000000000..ec6608650 --- /dev/null +++ b/assets/minecraft/models/w3792.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6,2,12,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.5024,-16]}],"overrides":[],"textures":{"0":"item/w222535019_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3793.json b/assets/minecraft/models/w3793.json new file mode 100644 index 000000000..d7ab9ad99 --- /dev/null +++ b/assets/minecraft/models/w3793.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,0,6]},"east":{"texture":"#0","uv":[0,6,6,7]},"north":{"texture":"#0","uv":[0,6,6,7]},"south":{"texture":"#0","uv":[0,6,6,7]},"west":{"texture":"#0","uv":[0,6,6,7]}},"from":[-16,-15,-16],"shade":false,"to":[-14.8,-14.8,-14.8]},{"faces":{"down":{"texture":"#0","uv":[6,8,3,11]},"east":{"texture":"#0","uv":[0,8,3,13]},"north":{"texture":"#0","uv":[0,8,3,13]},"south":{"texture":"#0","uv":[0,8,3,13]},"west":{"texture":"#0","uv":[0,8,3,13]}},"from":[-15.7,-16,-15.7],"shade":false,"to":[-15.099999,-15,-15.099999]},{"faces":{"up":{"texture":"#0","uv":[8,6,6,4]}},"from":[-15.6,-14.504416,-15.599999],"shade":false,"to":[-15.200001,-14.504416,-15.2]}],"overrides":[],"textures":{"0":"item/w222535019_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3794.json b/assets/minecraft/models/w3794.json new file mode 100644 index 000000000..a8e86094f --- /dev/null +++ b/assets/minecraft/models/w3794.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[6,0,12,2]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.5024,-14.8]}],"overrides":[],"textures":{"0":"item/w1255275102_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3795.json b/assets/minecraft/models/w3795.json new file mode 100644 index 000000000..68573492a --- /dev/null +++ b/assets/minecraft/models/w3795.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[6,0,12,2]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.5024,-14.8]}],"overrides":[],"textures":{"0":"item/w1255275102_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3796.json b/assets/minecraft/models/w3796.json new file mode 100644 index 000000000..df729db15 --- /dev/null +++ b/assets/minecraft/models/w3796.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[6,2,12,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.5024,-16]}],"overrides":[],"textures":{"0":"item/w1255275102_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3797.json b/assets/minecraft/models/w3797.json new file mode 100644 index 000000000..976f4222b --- /dev/null +++ b/assets/minecraft/models/w3797.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6,2,12,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.5024,-16]}],"overrides":[],"textures":{"0":"item/w1255275102_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3798.json b/assets/minecraft/models/w3798.json new file mode 100644 index 000000000..3ff336df6 --- /dev/null +++ b/assets/minecraft/models/w3798.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,0,6]},"east":{"texture":"#0","uv":[0,6,6,7]},"north":{"texture":"#0","uv":[0,6,6,7]},"south":{"texture":"#0","uv":[0,6,6,7]},"west":{"texture":"#0","uv":[0,6,6,7]}},"from":[-16,-15,-16],"shade":false,"to":[-14.8,-14.8,-14.8]},{"faces":{"down":{"texture":"#0","uv":[6,8,3,11]},"east":{"texture":"#0","uv":[0,8,3,13]},"north":{"texture":"#0","uv":[0,8,3,13]},"south":{"texture":"#0","uv":[0,8,3,13]},"west":{"texture":"#0","uv":[0,8,3,13]}},"from":[-15.7,-16,-15.7],"shade":false,"to":[-15.099999,-15,-15.099999]},{"faces":{"up":{"texture":"#0","uv":[8,6,6,4]}},"from":[-15.6,-14.504416,-15.599999],"shade":false,"to":[-15.200001,-14.504416,-15.2]}],"overrides":[],"textures":{"0":"item/w1255275102_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3799.json b/assets/minecraft/models/w3799.json new file mode 100644 index 000000000..06be73009 --- /dev/null +++ b/assets/minecraft/models/w3799.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,8,7,11.5]},"east":{"texture":"#0","uv":[0,11.5,3.5,16]},"north":{"texture":"#0","uv":[3.5,11.5,7,16]},"south":{"texture":"#0","uv":[10.5,11.5,14,16]},"up":{"texture":"#0","uv":[7,11.5,3.5,8]},"west":{"texture":"#0","uv":[7,11.5,10.5,16]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-12.4,-13.2]}],"overrides":[],"textures":{"0":"item/w1166255303_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w38.json b/assets/minecraft/models/w38.json new file mode 100644 index 000000000..27670f842 --- /dev/null +++ b/assets/minecraft/models/w38.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.75,2.5,4,2.875]},"east":{"texture":"#0","uv":[4.75,1.5,5.125,2.125]},"north":{"texture":"#0","uv":[4,0.875,4.75,1.5]},"south":{"texture":"#0","uv":[4,1.5,4.75,2.125]},"up":{"texture":"#0","uv":[4.75,2.5,4,2.125]},"west":{"texture":"#0","uv":[4.75,0.875,5.125,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1237560704_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w380.json b/assets/minecraft/models/w380.json new file mode 100644 index 000000000..75880796f --- /dev/null +++ b/assets/minecraft/models/w380.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,2.5,6.5,3]},"east":{"texture":"#0","uv":[6.5,3,6,5]},"north":{"texture":"#0","uv":[6,3,5.5,5]},"south":{"texture":"#0","uv":[7,3,6.5,5]},"up":{"texture":"#0","uv":[5.5,3,6,2.5]},"west":{"texture":"#0","uv":[5.5,3,5,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.592,-14.392,-15.592]}],"overrides":[],"textures":{"0":"item/w1140770226_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3800.json b/assets/minecraft/models/w3800.json new file mode 100644 index 000000000..23e89cfde --- /dev/null +++ b/assets/minecraft/models/w3800.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,0,15,1]},"east":{"texture":"#0","uv":[15,1,14,3.5]},"north":{"texture":"#0","uv":[14,1,13,3.5]},"south":{"texture":"#0","uv":[16,1,15,3.5]},"up":{"texture":"#0","uv":[13,1,14,0]},"west":{"texture":"#0","uv":[13,1,12,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14,-15.2]}],"overrides":[],"textures":{"0":"item/w1166255303_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3801.json b/assets/minecraft/models/w3801.json new file mode 100644 index 000000000..7e271d93d --- /dev/null +++ b/assets/minecraft/models/w3801.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15,0,14,1]},"east":{"texture":"#0","uv":[12,1,13,3.5]},"north":{"texture":"#0","uv":[13,1,14,3.5]},"south":{"texture":"#0","uv":[15,1,16,3.5]},"up":{"texture":"#0","uv":[14,1,13,0]},"west":{"texture":"#0","uv":[14,1,15,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14,-15.2]}],"overrides":[],"textures":{"0":"item/w1166255303_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3802.json b/assets/minecraft/models/w3802.json new file mode 100644 index 000000000..b74ca6edb --- /dev/null +++ b/assets/minecraft/models/w3802.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6,2,12,4]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-14.0096,-16]}],"overrides":[],"textures":{"0":"item/w1166255303_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3803.json b/assets/minecraft/models/w3803.json new file mode 100644 index 000000000..163c3f8c6 --- /dev/null +++ b/assets/minecraft/models/w3803.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[6,0,12,2]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.0096,-11.2]}],"overrides":[],"textures":{"0":"item/w1166255303_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3804.json b/assets/minecraft/models/w3804.json new file mode 100644 index 000000000..16084dfcf --- /dev/null +++ b/assets/minecraft/models/w3804.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[6,2,12,4]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-14.0096,-16]}],"overrides":[],"textures":{"0":"item/w1166255303_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3805.json b/assets/minecraft/models/w3805.json new file mode 100644 index 000000000..ce44cd57b --- /dev/null +++ b/assets/minecraft/models/w3805.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[6,0,12,2]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.0096,-11.2]}],"overrides":[],"textures":{"0":"item/w1166255303_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3806.json b/assets/minecraft/models/w3806.json new file mode 100644 index 000000000..33ee20295 --- /dev/null +++ b/assets/minecraft/models/w3806.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,0,6]},"east":{"texture":"#0","uv":[0,6,6,7]},"north":{"texture":"#0","uv":[0,7,6,8]},"south":{"texture":"#0","uv":[0,7,6,8]},"west":{"texture":"#0","uv":[0,6,6,7]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-15.2,-11.2]},{"faces":{"up":{"texture":"#0","uv":[8,6,6,4]}},"from":[-14.4,-14.016143,-14.399758],"shade":false,"to":[-12.799999,-14.016143,-12.799758]}],"overrides":[],"textures":{"0":"item/w1166255303_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3807.json b/assets/minecraft/models/w3807.json new file mode 100644 index 000000000..8f44c6753 --- /dev/null +++ b/assets/minecraft/models/w3807.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,8,7,11.5]},"east":{"texture":"#0","uv":[0,11.5,3.5,16]},"north":{"texture":"#0","uv":[3.5,11.5,7,16]},"south":{"texture":"#0","uv":[10.5,11.5,14,16]},"up":{"texture":"#0","uv":[7,11.5,3.5,8]},"west":{"texture":"#0","uv":[7,11.5,10.5,16]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-12.4,-13.2]}],"overrides":[],"textures":{"0":"item/w1813439836_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3808.json b/assets/minecraft/models/w3808.json new file mode 100644 index 000000000..90a669dc4 --- /dev/null +++ b/assets/minecraft/models/w3808.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,0,15,1]},"east":{"texture":"#0","uv":[15,1,14,3.5]},"north":{"texture":"#0","uv":[14,1,13,3.5]},"south":{"texture":"#0","uv":[16,1,15,3.5]},"up":{"texture":"#0","uv":[13,1,14,0]},"west":{"texture":"#0","uv":[13,1,12,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14,-15.2]}],"overrides":[],"textures":{"0":"item/w1813439836_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3809.json b/assets/minecraft/models/w3809.json new file mode 100644 index 000000000..6777b6ce1 --- /dev/null +++ b/assets/minecraft/models/w3809.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15,0,14,1]},"east":{"texture":"#0","uv":[12,1,13,3.5]},"north":{"texture":"#0","uv":[13,1,14,3.5]},"south":{"texture":"#0","uv":[15,1,16,3.5]},"up":{"texture":"#0","uv":[14,1,13,0]},"west":{"texture":"#0","uv":[14,1,15,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14,-15.2]}],"overrides":[],"textures":{"0":"item/w1813439836_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w381.json b/assets/minecraft/models/w381.json new file mode 100644 index 000000000..9f8160284 --- /dev/null +++ b/assets/minecraft/models/w381.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,3,9.5,3.5]},"east":{"texture":"#0","uv":[9,3.5,8.5,4]},"north":{"texture":"#0","uv":[8.5,3.5,7.5,4]},"south":{"texture":"#0","uv":[10,3.5,9,4]},"up":{"texture":"#0","uv":[7.5,3.5,8.5,3]},"west":{"texture":"#0","uv":[7.5,3.5,7,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w1140770226_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3810.json b/assets/minecraft/models/w3810.json new file mode 100644 index 000000000..bb21d820b --- /dev/null +++ b/assets/minecraft/models/w3810.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6,2,12,4]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-14.0096,-16]}],"overrides":[],"textures":{"0":"item/w1813439836_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3811.json b/assets/minecraft/models/w3811.json new file mode 100644 index 000000000..daae19dd6 --- /dev/null +++ b/assets/minecraft/models/w3811.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[6,0,12,2]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.0096,-11.2]}],"overrides":[],"textures":{"0":"item/w1813439836_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3812.json b/assets/minecraft/models/w3812.json new file mode 100644 index 000000000..5782b61e8 --- /dev/null +++ b/assets/minecraft/models/w3812.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[6,2,12,4]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-14.0096,-16]}],"overrides":[],"textures":{"0":"item/w1813439836_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3813.json b/assets/minecraft/models/w3813.json new file mode 100644 index 000000000..477318776 --- /dev/null +++ b/assets/minecraft/models/w3813.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[6,0,12,2]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.0096,-11.2]}],"overrides":[],"textures":{"0":"item/w1813439836_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3814.json b/assets/minecraft/models/w3814.json new file mode 100644 index 000000000..12b42f1f4 --- /dev/null +++ b/assets/minecraft/models/w3814.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,0,6]},"east":{"texture":"#0","uv":[0,6,6,7]},"north":{"texture":"#0","uv":[0,7,6,8]},"south":{"texture":"#0","uv":[0,7,6,8]},"west":{"texture":"#0","uv":[0,6,6,7]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-15.2,-11.2]},{"faces":{"up":{"texture":"#0","uv":[8,6,6,4]}},"from":[-14.4,-14.016143,-14.399758],"shade":false,"to":[-12.799999,-14.016143,-12.799758]}],"overrides":[],"textures":{"0":"item/w1813439836_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3815.json b/assets/minecraft/models/w3815.json new file mode 100644 index 000000000..9caf942c0 --- /dev/null +++ b/assets/minecraft/models/w3815.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,0,3,1.5]},"east":{"texture":"#0","uv":[1.5,0,3,9.75]},"north":{"texture":"#0","uv":[0,0,1.5,9.75]},"south":{"texture":"#0","uv":[1.5,0,3,9.75]},"west":{"texture":"#0","uv":[1.5,0,3,9.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-0.39999962,-13.6]}],"overrides":[],"textures":{"0":"item/w1618037994_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3816.json b/assets/minecraft/models/w3816.json new file mode 100644 index 000000000..23010cc88 --- /dev/null +++ b/assets/minecraft/models/w3816.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4.5,8.5,12.5,11.25]}},"from":[-16,-16,-16],"shade":false,"to":[-3.1999998,-10.526401,-16]}],"overrides":[],"textures":{"0":"item/w1618037994_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3817.json b/assets/minecraft/models/w3817.json new file mode 100644 index 000000000..2e6423ca9 --- /dev/null +++ b/assets/minecraft/models/w3817.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[4.5,8.5,12.5,11.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-10.526401,-3.1999998]}],"overrides":[],"textures":{"0":"item/w1618037994_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3818.json b/assets/minecraft/models/w3818.json new file mode 100644 index 000000000..243237e6a --- /dev/null +++ b/assets/minecraft/models/w3818.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[4.5,8.5,12.5,11.25]}},"from":[-16,-16,-16],"shade":false,"to":[-3.1999998,-10.526401,-16]}],"overrides":[],"textures":{"0":"item/w1618037994_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3819.json b/assets/minecraft/models/w3819.json new file mode 100644 index 000000000..963be4a71 --- /dev/null +++ b/assets/minecraft/models/w3819.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[4.5,8.5,12.5,11.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-10.526401,-3.1999998]}],"overrides":[],"textures":{"0":"item/w1618037994_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w382.json b/assets/minecraft/models/w382.json new file mode 100644 index 000000000..22e14b306 --- /dev/null +++ b/assets/minecraft/models/w382.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,6.5,0.5]},"east":{"texture":"#0","uv":[6.5,0.5,6,2.5]},"north":{"texture":"#0","uv":[6,0.5,5.5,2.5]},"south":{"texture":"#0","uv":[7,0.5,6.5,2.5]},"up":{"texture":"#0","uv":[5.5,0.5,6,0]},"west":{"texture":"#0","uv":[5.5,0.5,5,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.592,-14.392,-15.592]}],"overrides":[],"textures":{"0":"item/w1140770226_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3820.json b/assets/minecraft/models/w3820.json new file mode 100644 index 000000000..179c0a385 --- /dev/null +++ b/assets/minecraft/models/w3820.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,0.5,12.5,8.5]},"east":{"texture":"#0","uv":[4.5,0,12.5,0.5]},"north":{"texture":"#0","uv":[4.5,0,12.5,0.5]},"south":{"texture":"#0","uv":[4.5,0,12.5,0.5]},"west":{"texture":"#0","uv":[4.5,0,12.5,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-3.1999998,-15.2,-3.1999998]},{"faces":{"up":{"texture":"#0","uv":[12.5,0,15,2.5]}},"from":[-11.599752,-11.944257,-11.6],"shade":false,"to":[-7.5997524,-11.944257,-7.6000004]}],"overrides":[],"textures":{"0":"item/w1618037994_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3821.json b/assets/minecraft/models/w3821.json new file mode 100644 index 000000000..1dfbf3cdf --- /dev/null +++ b/assets/minecraft/models/w3821.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.25,11.25,2.25,12.5]},"east":{"texture":"#0","uv":[0,12.5,1.25,14.25]},"north":{"texture":"#0","uv":[1.25,12.5,2.25,14.25]},"south":{"texture":"#0","uv":[3.5,12.5,4.5,14.25]},"up":{"texture":"#0","uv":[2.25,12.5,1.25,11.25]},"west":{"texture":"#0","uv":[2.25,12.5,3.5,14.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-13.18,-14]}],"overrides":[],"textures":{"0":"item/w1618037994_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3822.json b/assets/minecraft/models/w3822.json new file mode 100644 index 000000000..4b10d131b --- /dev/null +++ b/assets/minecraft/models/w3822.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.75,11.25,6.75,12.5]},"east":{"texture":"#0","uv":[4.5,12.5,5.75,13.75]},"north":{"texture":"#0","uv":[5.75,12.5,6.75,13.75]},"south":{"texture":"#0","uv":[8,12.5,9,13.75]},"up":{"texture":"#0","uv":[6.75,12.5,5.75,11.25]},"west":{"texture":"#0","uv":[6.75,12.5,8,13.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-13.98,-14]}],"overrides":[],"textures":{"0":"item/w1618037994_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3823.json b/assets/minecraft/models/w3823.json new file mode 100644 index 000000000..948ebee03 --- /dev/null +++ b/assets/minecraft/models/w3823.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.25,11.25,2.25,12.5]},"east":{"texture":"#0","uv":[0,12.5,1.25,14.25]},"north":{"texture":"#0","uv":[1.25,12.5,2.25,14.25]},"south":{"texture":"#0","uv":[3.5,12.5,4.5,14.25]},"up":{"texture":"#0","uv":[2.25,12.5,1.25,11.25]},"west":{"texture":"#0","uv":[2.25,12.5,3.5,14.25]}},"from":[-13.2,-16,-16],"shade":false,"to":[-11.599999,-13.18,-14]},{"faces":{"down":{"texture":"#0","uv":[7.75,11.25,6.75,12.5]},"east":{"texture":"#0","uv":[4.5,12.5,5.75,13.75]},"north":{"texture":"#0","uv":[5.75,12.5,6.75,13.75]},"south":{"texture":"#0","uv":[8,12.5,9,13.75]},"up":{"texture":"#0","uv":[6.75,12.5,5.75,11.25]},"west":{"texture":"#0","uv":[6.75,12.5,8,13.75]}},"from":[-16,-16,-15.6],"shade":false,"to":[-14.4,-13.98,-13.6]}],"overrides":[],"textures":{"0":"item/w1618037994_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3824.json b/assets/minecraft/models/w3824.json new file mode 100644 index 000000000..c47d8accf --- /dev/null +++ b/assets/minecraft/models/w3824.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,0,3,1.5]},"east":{"texture":"#0","uv":[1.5,0,3,9.75]},"north":{"texture":"#0","uv":[0,0,1.5,9.75]},"south":{"texture":"#0","uv":[1.5,0,3,9.75]},"west":{"texture":"#0","uv":[1.5,0,3,9.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-0.39999962,-13.6]}],"overrides":[],"textures":{"0":"item/w1618368371_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3825.json b/assets/minecraft/models/w3825.json new file mode 100644 index 000000000..4bffd9cae --- /dev/null +++ b/assets/minecraft/models/w3825.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4.5,8.5,12.5,11.25]}},"from":[-16,-16,-16],"shade":false,"to":[-3.1999998,-10.526401,-16]}],"overrides":[],"textures":{"0":"item/w1618368371_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3826.json b/assets/minecraft/models/w3826.json new file mode 100644 index 000000000..172699e39 --- /dev/null +++ b/assets/minecraft/models/w3826.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[4.5,8.5,12.5,11.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-10.526401,-3.1999998]}],"overrides":[],"textures":{"0":"item/w1618368371_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3827.json b/assets/minecraft/models/w3827.json new file mode 100644 index 000000000..dfaabb100 --- /dev/null +++ b/assets/minecraft/models/w3827.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[4.5,8.5,12.5,11.25]}},"from":[-16,-16,-16],"shade":false,"to":[-3.1999998,-10.526401,-16]}],"overrides":[],"textures":{"0":"item/w1618368371_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3828.json b/assets/minecraft/models/w3828.json new file mode 100644 index 000000000..45f82ebd2 --- /dev/null +++ b/assets/minecraft/models/w3828.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[4.5,8.5,12.5,11.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-10.526401,-3.1999998]}],"overrides":[],"textures":{"0":"item/w1618368371_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3829.json b/assets/minecraft/models/w3829.json new file mode 100644 index 000000000..180165aad --- /dev/null +++ b/assets/minecraft/models/w3829.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,0.5,12.5,8.5]},"east":{"texture":"#0","uv":[4.5,0,12.5,0.5]},"north":{"texture":"#0","uv":[4.5,0,12.5,0.5]},"south":{"texture":"#0","uv":[4.5,0,12.5,0.5]},"west":{"texture":"#0","uv":[4.5,0,12.5,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-3.1999998,-15.2,-3.1999998]},{"faces":{"up":{"texture":"#0","uv":[12.5,0,15,2.5]}},"from":[-11.599752,-11.944257,-11.6],"shade":false,"to":[-7.5997524,-11.944257,-7.6000004]}],"overrides":[],"textures":{"0":"item/w1618368371_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w383.json b/assets/minecraft/models/w383.json new file mode 100644 index 000000000..9f8160284 --- /dev/null +++ b/assets/minecraft/models/w383.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,3,9.5,3.5]},"east":{"texture":"#0","uv":[9,3.5,8.5,4]},"north":{"texture":"#0","uv":[8.5,3.5,7.5,4]},"south":{"texture":"#0","uv":[10,3.5,9,4]},"up":{"texture":"#0","uv":[7.5,3.5,8.5,3]},"west":{"texture":"#0","uv":[7.5,3.5,7,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w1140770226_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3830.json b/assets/minecraft/models/w3830.json new file mode 100644 index 000000000..66d5f27bc --- /dev/null +++ b/assets/minecraft/models/w3830.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.25,11.25,2.25,12.5]},"east":{"texture":"#0","uv":[0,12.5,1.25,14.25]},"north":{"texture":"#0","uv":[1.25,12.5,2.25,14.25]},"south":{"texture":"#0","uv":[3.5,12.5,4.5,14.25]},"up":{"texture":"#0","uv":[2.25,12.5,1.25,11.25]},"west":{"texture":"#0","uv":[2.25,12.5,3.5,14.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-13.18,-14]}],"overrides":[],"textures":{"0":"item/w1618368371_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3831.json b/assets/minecraft/models/w3831.json new file mode 100644 index 000000000..34fa6f012 --- /dev/null +++ b/assets/minecraft/models/w3831.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.75,11.25,6.75,12.5]},"east":{"texture":"#0","uv":[4.5,12.5,5.75,13.75]},"north":{"texture":"#0","uv":[5.75,12.5,6.75,13.75]},"south":{"texture":"#0","uv":[8,12.5,9,13.75]},"up":{"texture":"#0","uv":[6.75,12.5,5.75,11.25]},"west":{"texture":"#0","uv":[6.75,12.5,8,13.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-13.98,-14]}],"overrides":[],"textures":{"0":"item/w1618368371_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3832.json b/assets/minecraft/models/w3832.json new file mode 100644 index 000000000..3ff30e38e --- /dev/null +++ b/assets/minecraft/models/w3832.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.25,11.25,2.25,12.5]},"east":{"texture":"#0","uv":[0,12.5,1.25,14.25]},"north":{"texture":"#0","uv":[1.25,12.5,2.25,14.25]},"south":{"texture":"#0","uv":[3.5,12.5,4.5,14.25]},"up":{"texture":"#0","uv":[2.25,12.5,1.25,11.25]},"west":{"texture":"#0","uv":[2.25,12.5,3.5,14.25]}},"from":[-13.2,-16,-16],"shade":false,"to":[-11.599999,-13.18,-14]},{"faces":{"down":{"texture":"#0","uv":[7.75,11.25,6.75,12.5]},"east":{"texture":"#0","uv":[4.5,12.5,5.75,13.75]},"north":{"texture":"#0","uv":[5.75,12.5,6.75,13.75]},"south":{"texture":"#0","uv":[8,12.5,9,13.75]},"up":{"texture":"#0","uv":[6.75,12.5,5.75,11.25]},"west":{"texture":"#0","uv":[6.75,12.5,8,13.75]}},"from":[-16,-16,-15.6],"shade":false,"to":[-14.4,-13.98,-13.6]}],"overrides":[],"textures":{"0":"item/w1618368371_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3833.json b/assets/minecraft/models/w3833.json new file mode 100644 index 000000000..d4375c558 --- /dev/null +++ b/assets/minecraft/models/w3833.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,0,3,1.5]},"east":{"texture":"#0","uv":[1.5,0,3,9.75]},"north":{"texture":"#0","uv":[0,0,1.5,9.75]},"south":{"texture":"#0","uv":[1.5,0,3,9.75]},"west":{"texture":"#0","uv":[1.5,0,3,9.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-0.39999962,-13.6]}],"overrides":[],"textures":{"0":"item/w565395532_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3834.json b/assets/minecraft/models/w3834.json new file mode 100644 index 000000000..746d1cd55 --- /dev/null +++ b/assets/minecraft/models/w3834.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4.5,8.5,12.5,11.25]}},"from":[-16,-16,-16],"shade":false,"to":[-3.1999998,-10.526401,-16]}],"overrides":[],"textures":{"0":"item/w565395532_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3835.json b/assets/minecraft/models/w3835.json new file mode 100644 index 000000000..323ba421d --- /dev/null +++ b/assets/minecraft/models/w3835.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[4.5,8.5,12.5,11.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-10.526401,-3.1999998]}],"overrides":[],"textures":{"0":"item/w565395532_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3836.json b/assets/minecraft/models/w3836.json new file mode 100644 index 000000000..51b16f3b7 --- /dev/null +++ b/assets/minecraft/models/w3836.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[4.5,8.5,12.5,11.25]}},"from":[-16,-16,-16],"shade":false,"to":[-3.1999998,-10.526401,-16]}],"overrides":[],"textures":{"0":"item/w565395532_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3837.json b/assets/minecraft/models/w3837.json new file mode 100644 index 000000000..9c582ff75 --- /dev/null +++ b/assets/minecraft/models/w3837.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[4.5,8.5,12.5,11.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-10.526401,-3.1999998]}],"overrides":[],"textures":{"0":"item/w565395532_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3838.json b/assets/minecraft/models/w3838.json new file mode 100644 index 000000000..bcd4d4917 --- /dev/null +++ b/assets/minecraft/models/w3838.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,0.5,12.5,8.5]},"east":{"texture":"#0","uv":[4.5,0,12.5,0.5]},"north":{"texture":"#0","uv":[4.5,0,12.5,0.5]},"south":{"texture":"#0","uv":[4.5,0,12.5,0.5]},"west":{"texture":"#0","uv":[4.5,0,12.5,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-3.1999998,-15.2,-3.1999998]},{"faces":{"up":{"texture":"#0","uv":[12.5,0,15,2.5]}},"from":[-11.599752,-11.944257,-11.6],"shade":false,"to":[-7.5997524,-11.944257,-7.6000004]}],"overrides":[],"textures":{"0":"item/w565395532_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3839.json b/assets/minecraft/models/w3839.json new file mode 100644 index 000000000..63e04ec3d --- /dev/null +++ b/assets/minecraft/models/w3839.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.25,11.25,2.25,12.5]},"east":{"texture":"#0","uv":[0,12.5,1.25,14.25]},"north":{"texture":"#0","uv":[1.25,12.5,2.25,14.25]},"south":{"texture":"#0","uv":[3.5,12.5,4.5,14.25]},"up":{"texture":"#0","uv":[2.25,12.5,1.25,11.25]},"west":{"texture":"#0","uv":[2.25,12.5,3.5,14.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-13.18,-14]}],"overrides":[],"textures":{"0":"item/w565395532_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w384.json b/assets/minecraft/models/w384.json new file mode 100644 index 000000000..75880796f --- /dev/null +++ b/assets/minecraft/models/w384.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,2.5,6.5,3]},"east":{"texture":"#0","uv":[6.5,3,6,5]},"north":{"texture":"#0","uv":[6,3,5.5,5]},"south":{"texture":"#0","uv":[7,3,6.5,5]},"up":{"texture":"#0","uv":[5.5,3,6,2.5]},"west":{"texture":"#0","uv":[5.5,3,5,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.592,-14.392,-15.592]}],"overrides":[],"textures":{"0":"item/w1140770226_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3840.json b/assets/minecraft/models/w3840.json new file mode 100644 index 000000000..16f55f595 --- /dev/null +++ b/assets/minecraft/models/w3840.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.75,11.25,6.75,12.5]},"east":{"texture":"#0","uv":[4.5,12.5,5.75,13.75]},"north":{"texture":"#0","uv":[5.75,12.5,6.75,13.75]},"south":{"texture":"#0","uv":[8,12.5,9,13.75]},"up":{"texture":"#0","uv":[6.75,12.5,5.75,11.25]},"west":{"texture":"#0","uv":[6.75,12.5,8,13.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-13.98,-14]}],"overrides":[],"textures":{"0":"item/w565395532_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3841.json b/assets/minecraft/models/w3841.json new file mode 100644 index 000000000..c4abd9d4f --- /dev/null +++ b/assets/minecraft/models/w3841.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.25,11.25,2.25,12.5]},"east":{"texture":"#0","uv":[0,12.5,1.25,14.25]},"north":{"texture":"#0","uv":[1.25,12.5,2.25,14.25]},"south":{"texture":"#0","uv":[3.5,12.5,4.5,14.25]},"up":{"texture":"#0","uv":[2.25,12.5,1.25,11.25]},"west":{"texture":"#0","uv":[2.25,12.5,3.5,14.25]}},"from":[-13.2,-16,-16],"shade":false,"to":[-11.599999,-13.18,-14]},{"faces":{"down":{"texture":"#0","uv":[7.75,11.25,6.75,12.5]},"east":{"texture":"#0","uv":[4.5,12.5,5.75,13.75]},"north":{"texture":"#0","uv":[5.75,12.5,6.75,13.75]},"south":{"texture":"#0","uv":[8,12.5,9,13.75]},"up":{"texture":"#0","uv":[6.75,12.5,5.75,11.25]},"west":{"texture":"#0","uv":[6.75,12.5,8,13.75]}},"from":[-16,-16,-15.6],"shade":false,"to":[-14.4,-13.98,-13.6]}],"overrides":[],"textures":{"0":"item/w565395532_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3842.json b/assets/minecraft/models/w3842.json new file mode 100644 index 000000000..e943adbb4 --- /dev/null +++ b/assets/minecraft/models/w3842.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.25,0,9.25,1]},"east":{"texture":"#0","uv":[6.25,1,7.25,2.75]},"north":{"texture":"#0","uv":[7.25,1,9.25,2.75]},"south":{"texture":"#0","uv":[10.25,1,12.25,2.75]},"up":{"texture":"#0","uv":[9.25,1,7.25,0]},"west":{"texture":"#0","uv":[9.25,1,10.25,2.75]}},"from":[-16,-15.8,-16],"shade":false,"to":[-12.8,-13,-14.4]},{"faces":{"down":{"texture":"#0","uv":[6,3,4,5]},"east":{"texture":"#0","uv":[0,5,2,6.5]},"north":{"texture":"#0","uv":[2,5,4,6.5]},"south":{"texture":"#0","uv":[6,5,8,6.5]},"up":{"texture":"#0","uv":[4,5,2,3]},"west":{"texture":"#0","uv":[4,5,6,6.5]}},"from":[-16,-15.8,-14.4],"shade":false,"to":[-12.8,-13.4,-11.2]},{"faces":{"down":{"texture":"#0","uv":[6.25,0,4.5,2.75]},"east":{"texture":"#0","uv":[0,2.75,2.75,3]},"north":{"texture":"#0","uv":[2.75,2.75,4.5,3]},"south":{"texture":"#0","uv":[7.25,2.75,9,3]},"up":{"texture":"#0","uv":[4.5,2.75,2.75,0]},"west":{"texture":"#0","uv":[4.5,2.75,7.25,3]}},"from":[-15.8,-16,-15.8],"shade":false,"to":[-13,-15.6,-11.4]}],"overrides":[],"textures":{"0":"item/w309053280_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3843.json b/assets/minecraft/models/w3843.json new file mode 100644 index 000000000..4e819f86d --- /dev/null +++ b/assets/minecraft/models/w3843.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,3,7.5,3.5]},"east":{"texture":"#0","uv":[6,3.5,6.5,4]},"north":{"texture":"#0","uv":[6.5,3.5,7.5,4]},"south":{"texture":"#0","uv":[8,3.5,9,4]},"up":{"texture":"#0","uv":[7.5,3.5,6.5,3]},"west":{"texture":"#0","uv":[7.5,3.5,8,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w309053280_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3844.json b/assets/minecraft/models/w3844.json new file mode 100644 index 000000000..475ffacec --- /dev/null +++ b/assets/minecraft/models/w3844.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,1.75,2,1.75]},"east":{"texture":"#0","uv":[1,1.75,1,2.5]},"north":{"texture":"#0","uv":[1,1.75,0,2.5]},"south":{"texture":"#0","uv":[2,1.75,1,2.5]},"up":{"texture":"#0","uv":[0,1.75,1,1.75]},"west":{"texture":"#0","uv":[0,1.75,0,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w309053280_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3845.json b/assets/minecraft/models/w3845.json new file mode 100644 index 000000000..0367944a9 --- /dev/null +++ b/assets/minecraft/models/w3845.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,3,8.5,3.5]},"east":{"texture":"#0","uv":[8,3.5,7.5,4]},"north":{"texture":"#0","uv":[7.5,3.5,6.5,4]},"south":{"texture":"#0","uv":[9,3.5,8,4]},"up":{"texture":"#0","uv":[6.5,3.5,7.5,3]},"west":{"texture":"#0","uv":[6.5,3.5,6,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w309053280_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3846.json b/assets/minecraft/models/w3846.json new file mode 100644 index 000000000..31c592a70 --- /dev/null +++ b/assets/minecraft/models/w3846.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,1.75,1,1.75]},"east":{"texture":"#0","uv":[0,1.75,0,2.5]},"north":{"texture":"#0","uv":[0,1.75,1,2.5]},"south":{"texture":"#0","uv":[1,1.75,2,2.5]},"up":{"texture":"#0","uv":[1,1.75,0,1.75]},"west":{"texture":"#0","uv":[1,1.75,1,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w309053280_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3847.json b/assets/minecraft/models/w3847.json new file mode 100644 index 000000000..4e819f86d --- /dev/null +++ b/assets/minecraft/models/w3847.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,3,7.5,3.5]},"east":{"texture":"#0","uv":[6,3.5,6.5,4]},"north":{"texture":"#0","uv":[6.5,3.5,7.5,4]},"south":{"texture":"#0","uv":[8,3.5,9,4]},"up":{"texture":"#0","uv":[7.5,3.5,6.5,3]},"west":{"texture":"#0","uv":[7.5,3.5,8,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w309053280_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3848.json b/assets/minecraft/models/w3848.json new file mode 100644 index 000000000..475ffacec --- /dev/null +++ b/assets/minecraft/models/w3848.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,1.75,2,1.75]},"east":{"texture":"#0","uv":[1,1.75,1,2.5]},"north":{"texture":"#0","uv":[1,1.75,0,2.5]},"south":{"texture":"#0","uv":[2,1.75,1,2.5]},"up":{"texture":"#0","uv":[0,1.75,1,1.75]},"west":{"texture":"#0","uv":[0,1.75,0,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w309053280_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3849.json b/assets/minecraft/models/w3849.json new file mode 100644 index 000000000..0367944a9 --- /dev/null +++ b/assets/minecraft/models/w3849.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,3,8.5,3.5]},"east":{"texture":"#0","uv":[8,3.5,7.5,4]},"north":{"texture":"#0","uv":[7.5,3.5,6.5,4]},"south":{"texture":"#0","uv":[9,3.5,8,4]},"up":{"texture":"#0","uv":[6.5,3.5,7.5,3]},"west":{"texture":"#0","uv":[6.5,3.5,6,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w309053280_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w385.json b/assets/minecraft/models/w385.json new file mode 100644 index 000000000..9f8160284 --- /dev/null +++ b/assets/minecraft/models/w385.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,3,9.5,3.5]},"east":{"texture":"#0","uv":[9,3.5,8.5,4]},"north":{"texture":"#0","uv":[8.5,3.5,7.5,4]},"south":{"texture":"#0","uv":[10,3.5,9,4]},"up":{"texture":"#0","uv":[7.5,3.5,8.5,3]},"west":{"texture":"#0","uv":[7.5,3.5,7,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w1140770226_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3850.json b/assets/minecraft/models/w3850.json new file mode 100644 index 000000000..31c592a70 --- /dev/null +++ b/assets/minecraft/models/w3850.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,1.75,1,1.75]},"east":{"texture":"#0","uv":[0,1.75,0,2.5]},"north":{"texture":"#0","uv":[0,1.75,1,2.5]},"south":{"texture":"#0","uv":[1,1.75,2,2.5]},"up":{"texture":"#0","uv":[1,1.75,0,1.75]},"west":{"texture":"#0","uv":[1,1.75,1,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w309053280_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3851.json b/assets/minecraft/models/w3851.json new file mode 100644 index 000000000..4e819f86d --- /dev/null +++ b/assets/minecraft/models/w3851.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,3,7.5,3.5]},"east":{"texture":"#0","uv":[6,3.5,6.5,4]},"north":{"texture":"#0","uv":[6.5,3.5,7.5,4]},"south":{"texture":"#0","uv":[8,3.5,9,4]},"up":{"texture":"#0","uv":[7.5,3.5,6.5,3]},"west":{"texture":"#0","uv":[7.5,3.5,8,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w309053280_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3852.json b/assets/minecraft/models/w3852.json new file mode 100644 index 000000000..475ffacec --- /dev/null +++ b/assets/minecraft/models/w3852.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,1.75,2,1.75]},"east":{"texture":"#0","uv":[1,1.75,1,2.5]},"north":{"texture":"#0","uv":[1,1.75,0,2.5]},"south":{"texture":"#0","uv":[2,1.75,1,2.5]},"up":{"texture":"#0","uv":[0,1.75,1,1.75]},"west":{"texture":"#0","uv":[0,1.75,0,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w309053280_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3853.json b/assets/minecraft/models/w3853.json new file mode 100644 index 000000000..0367944a9 --- /dev/null +++ b/assets/minecraft/models/w3853.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,3,8.5,3.5]},"east":{"texture":"#0","uv":[8,3.5,7.5,4]},"north":{"texture":"#0","uv":[7.5,3.5,6.5,4]},"south":{"texture":"#0","uv":[9,3.5,8,4]},"up":{"texture":"#0","uv":[6.5,3.5,7.5,3]},"west":{"texture":"#0","uv":[6.5,3.5,6,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w309053280_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3854.json b/assets/minecraft/models/w3854.json new file mode 100644 index 000000000..31c592a70 --- /dev/null +++ b/assets/minecraft/models/w3854.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,1.75,1,1.75]},"east":{"texture":"#0","uv":[0,1.75,0,2.5]},"north":{"texture":"#0","uv":[0,1.75,1,2.5]},"south":{"texture":"#0","uv":[1,1.75,2,2.5]},"up":{"texture":"#0","uv":[1,1.75,0,1.75]},"west":{"texture":"#0","uv":[1,1.75,1,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w309053280_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3855.json b/assets/minecraft/models/w3855.json new file mode 100644 index 000000000..00b933528 --- /dev/null +++ b/assets/minecraft/models/w3855.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,6.5,3,8.5]},"east":{"texture":"#0","uv":[0,8.5,2,8.75]},"north":{"texture":"#0","uv":[2,8.5,3,8.75]},"south":{"texture":"#0","uv":[5,8.5,6,8.75]},"up":{"texture":"#0","uv":[3,8.5,2,6.5]},"west":{"texture":"#0","uv":[3,8.5,5,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.599999,-12.8]}],"overrides":[],"textures":{"0":"item/w309053280_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3856.json b/assets/minecraft/models/w3856.json new file mode 100644 index 000000000..c91228b04 --- /dev/null +++ b/assets/minecraft/models/w3856.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,4.5,9,6.5]},"east":{"texture":"#0","uv":[6,6.5,8,6.75]},"north":{"texture":"#0","uv":[8,6.5,9,6.75]},"south":{"texture":"#0","uv":[11,6.5,12,6.75]},"up":{"texture":"#0","uv":[9,6.5,8,4.5]},"west":{"texture":"#0","uv":[9,6.5,11,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.599999,-12.8]}],"overrides":[],"textures":{"0":"item/w309053280_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3857.json b/assets/minecraft/models/w3857.json new file mode 100644 index 000000000..1f95d95e5 --- /dev/null +++ b/assets/minecraft/models/w3857.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0,0.75,0.5]},"east":{"texture":"#0","uv":[0,0.5,0.5,1.75]},"north":{"texture":"#0","uv":[0.5,0.5,0.75,1.75]},"south":{"texture":"#0","uv":[1.25,0.5,1.5,1.75]},"up":{"texture":"#0","uv":[0.75,0.5,0.5,0]},"west":{"texture":"#0","uv":[0.75,0.5,1.25,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14,-15.2]}],"overrides":[],"textures":{"0":"item/w309053280_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3858.json b/assets/minecraft/models/w3858.json new file mode 100644 index 000000000..d78629ce9 --- /dev/null +++ b/assets/minecraft/models/w3858.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.75,6.75,5.75,7.5]},"east":{"texture":"#0","uv":[4,7.5,4.75,8.5]},"north":{"texture":"#0","uv":[4.75,7.5,5.75,8.5]},"south":{"texture":"#0","uv":[6.5,7.5,7.5,8.5]},"up":{"texture":"#0","uv":[5.75,7.5,4.75,6.75]},"west":{"texture":"#0","uv":[5.75,7.5,6.5,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-14.8]}],"overrides":[],"textures":{"0":"item/w309053280_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3859.json b/assets/minecraft/models/w3859.json new file mode 100644 index 000000000..baf77d62f --- /dev/null +++ b/assets/minecraft/models/w3859.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.375,1.5,10.8125,1.9375]},"east":{"texture":"#0","uv":[10.8125,1.9375,10.375,2.375]},"north":{"texture":"#0","uv":[10.375,1.9375,9.9375,2.375]},"south":{"texture":"#0","uv":[11.25,1.9375,10.8125,2.375]},"up":{"texture":"#0","uv":[9.9375,1.9375,10.375,1.5]},"west":{"texture":"#0","uv":[9.9375,1.9375,9.5,2.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.2,-13.2]},{"faces":{"down":{"texture":"#0","uv":[13.3125,1.625,13.4375,2.0625]},"east":{"texture":"#0","uv":[13.75,2.0625,13.3125,2.375]},"north":{"texture":"#0","uv":[13.3125,2.0625,13.1875,2.375]},"south":{"texture":"#0","uv":[13.875,2.0625,13.75,2.375]},"up":{"texture":"#0","uv":[13.1875,2.0625,13.3125,1.625]},"west":{"texture":"#0","uv":[13.1875,2.0625,12.75,2.375]}},"from":[-14,-13.2,-16],"shade":false,"to":[-13.2,-11.2,-13.2]},{"faces":{"down":{"texture":"#0","uv":[12,1.5,12.25,1.9375]},"north":{"texture":"#0","uv":[12,1.9375,11.75,2.375]},"south":{"texture":"#0","uv":[12.6875,1.9375,12.4375,2.375]},"west":{"texture":"#0","uv":[11.75,1.9375,11.3125,2.375]}},"from":[-15.264629,-13.830315,-15.996],"rotation":{"angle":-45,"axis":"z","origin":[-14.868629,-12.634315,-14.6],"rescale":false},"shade":false,"to":[-13.672629,-11.038315,-13.204]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w386.json b/assets/minecraft/models/w386.json new file mode 100644 index 000000000..9f8160284 --- /dev/null +++ b/assets/minecraft/models/w386.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,3,9.5,3.5]},"east":{"texture":"#0","uv":[9,3.5,8.5,4]},"north":{"texture":"#0","uv":[8.5,3.5,7.5,4]},"south":{"texture":"#0","uv":[10,3.5,9,4]},"up":{"texture":"#0","uv":[7.5,3.5,8.5,3]},"west":{"texture":"#0","uv":[7.5,3.5,7,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w1140770226_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3860.json b/assets/minecraft/models/w3860.json new file mode 100644 index 000000000..440e7c788 --- /dev/null +++ b/assets/minecraft/models/w3860.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.8125,1.5,10.375,1.9375]},"east":{"texture":"#0","uv":[9.5,1.9375,9.9375,2.375]},"north":{"texture":"#0","uv":[9.9375,1.9375,10.375,2.375]},"south":{"texture":"#0","uv":[10.8125,1.9375,11.25,2.375]},"up":{"texture":"#0","uv":[10.375,1.9375,9.9375,1.5]},"west":{"texture":"#0","uv":[10.375,1.9375,10.8125,2.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.2,-13.2]},{"faces":{"down":{"texture":"#0","uv":[13.4375,1.625,13.3125,2.0625]},"east":{"texture":"#0","uv":[12.75,2.0625,13.1875,2.375]},"north":{"texture":"#0","uv":[13.1875,2.0625,13.3125,2.375]},"south":{"texture":"#0","uv":[13.75,2.0625,13.875,2.375]},"up":{"texture":"#0","uv":[13.3125,2.0625,13.1875,1.625]},"west":{"texture":"#0","uv":[13.3125,2.0625,13.75,2.375]}},"from":[-16,-13.2,-16],"shade":false,"to":[-15.2,-11.2,-13.2]},{"faces":{"down":{"texture":"#0","uv":[12.25,1.5,12,1.9375]},"east":{"texture":"#0","uv":[11.3125,1.9375,11.75,2.375]},"north":{"texture":"#0","uv":[11.75,1.9375,12,2.375]},"south":{"texture":"#0","uv":[12.4375,1.9375,12.6875,2.375]}},"from":[-15.52737,-13.830315,-15.996],"rotation":{"angle":45,"axis":"z","origin":[-14.33137,-12.634315,-14.6],"rescale":false},"shade":false,"to":[-13.93537,-11.038315,-13.204]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3861.json b/assets/minecraft/models/w3861.json new file mode 100644 index 000000000..bbaca3ef4 --- /dev/null +++ b/assets/minecraft/models/w3861.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3.4375,4.1875,2.875,4.8125]},"west":{"texture":"#0","uv":[2.875,4.1875,3.4375,4.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-12.4]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3862.json b/assets/minecraft/models/w3862.json new file mode 100644 index 000000000..1e5d77296 --- /dev/null +++ b/assets/minecraft/models/w3862.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.875,7.4375,3.1875,7.6875]},"east":{"texture":"#0","uv":[3.4375,8,3.1875,7.6875]},"north":{"texture":"#0","uv":[2.875,7.6875,3.1875,8]},"south":{"texture":"#0","uv":[3.4375,7.6875,3.75,8]},"up":{"texture":"#0","uv":[3.1875,7.6875,2.875,7.4375]},"west":{"texture":"#0","uv":[3.1875,7.6875,3.4375,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.4]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3863.json b/assets/minecraft/models/w3863.json new file mode 100644 index 000000000..9c6ee2eed --- /dev/null +++ b/assets/minecraft/models/w3863.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5625,0,13.375,0.25]},"east":{"texture":"#0","uv":[11.8125,0.25,11.5625,0.5]},"north":{"texture":"#0","uv":[11.5625,0.25,9.75,0.5]},"south":{"texture":"#0","uv":[11.5625,0.25,9.75,0.5]},"up":{"texture":"#0","uv":[9.75,0.25,11.5625,0]},"west":{"texture":"#0","uv":[9.75,0.25,9.5,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-4.3999996,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3864.json b/assets/minecraft/models/w3864.json new file mode 100644 index 000000000..1649fb7b3 --- /dev/null +++ b/assets/minecraft/models/w3864.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.375,0,11.5625,0.25]},"east":{"texture":"#0","uv":[9.5,0.25,9.75,0.5]},"north":{"texture":"#0","uv":[9.75,0.25,11.5625,0.5]},"south":{"texture":"#0","uv":[9.75,0.25,11.5625,0.5]},"up":{"texture":"#0","uv":[11.5625,0.25,9.75,0]},"west":{"texture":"#0","uv":[11.5625,0.25,11.8125,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-4.3999996,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3865.json b/assets/minecraft/models/w3865.json new file mode 100644 index 000000000..bbaca3ef4 --- /dev/null +++ b/assets/minecraft/models/w3865.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3.4375,4.1875,2.875,4.8125]},"west":{"texture":"#0","uv":[2.875,4.1875,3.4375,4.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-12.4]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3866.json b/assets/minecraft/models/w3866.json new file mode 100644 index 000000000..83bf27529 --- /dev/null +++ b/assets/minecraft/models/w3866.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.125,7.5,6.4375,7.6875]},"east":{"texture":"#0","uv":[6.625,8,6.4375,7.6875]},"north":{"texture":"#0","uv":[6.125,7.6875,6.4375,8]},"south":{"texture":"#0","uv":[6.625,7.6875,6.9375,8]},"up":{"texture":"#0","uv":[6.4375,7.6875,6.125,7.5]},"west":{"texture":"#0","uv":[6.4375,7.6875,6.625,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3867.json b/assets/minecraft/models/w3867.json new file mode 100644 index 000000000..ae332fdaa --- /dev/null +++ b/assets/minecraft/models/w3867.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5625,7.375,1.9375,7.625]},"east":{"texture":"#0","uv":[2.1875,8,1.9375,7.625]},"north":{"texture":"#0","uv":[1.5625,7.625,1.9375,8]},"south":{"texture":"#0","uv":[2.1875,7.625,2.5625,8]},"up":{"texture":"#0","uv":[1.9375,7.625,1.5625,7.375]},"west":{"texture":"#0","uv":[1.9375,7.625,2.1875,8]}},"from":[-16,-13.2,-16],"rotation":{"angle":45,"axis":"z","origin":[-14.8,-12,-15.2],"rescale":false},"shade":false,"to":[-13.6,-10.799999,-14.4]},{"faces":{"down":{"texture":"#0","uv":[1.5625,7.375,1.9375,7.625]},"east":{"texture":"#0","uv":[2.1875,8,1.9375,7.625]},"north":{"texture":"#0","uv":[1.5625,7.625,1.9375,8]},"south":{"texture":"#0","uv":[2.1875,7.625,2.5625,8]},"up":{"texture":"#0","uv":[1.9375,7.625,1.5625,7.375]},"west":{"texture":"#0","uv":[1.9375,7.625,2.1875,8]}},"from":[-16,-16,-15.2],"rotation":{"angle":45,"axis":"z","origin":[-14.8,-14.8,-14.4],"rescale":false},"shade":false,"to":[-13.6,-13.6,-13.599999]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3868.json b/assets/minecraft/models/w3868.json new file mode 100644 index 000000000..167ce5031 --- /dev/null +++ b/assets/minecraft/models/w3868.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.375,1.5,10.8125,1.9375]},"east":{"texture":"#0","uv":[10.8125,1.9375,10.375,2.375]},"north":{"texture":"#0","uv":[10.375,1.9375,9.9375,2.375]},"south":{"texture":"#0","uv":[11.25,1.9375,10.8125,2.375]},"up":{"texture":"#0","uv":[9.9375,1.9375,10.375,1.5]},"west":{"texture":"#0","uv":[9.9375,1.9375,9.5,2.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.2,-13.2]},{"faces":{"down":{"texture":"#0","uv":[13.3125,1.625,13.4375,2.0625]},"east":{"texture":"#0","uv":[13.75,2.0625,13.3125,2.375]},"north":{"texture":"#0","uv":[13.3125,2.0625,13.1875,2.375]},"south":{"texture":"#0","uv":[13.875,2.0625,13.75,2.375]},"up":{"texture":"#0","uv":[13.1875,2.0625,13.3125,1.625]},"west":{"texture":"#0","uv":[13.1875,2.0625,12.75,2.375]}},"from":[-14,-13.2,-16],"shade":false,"to":[-13.2,-11.2,-13.2]},{"faces":{"down":{"texture":"#0","uv":[12,1.5,12.25,1.9375]},"east":{"texture":"#0","uv":[12.4375,1.9375,12,2.375]},"north":{"texture":"#0","uv":[12,1.9375,11.75,2.375]},"south":{"texture":"#0","uv":[12.6875,1.9375,12.4375,2.375]},"up":{"texture":"#0","uv":[11.75,1.9375,12,1.5]},"west":{"texture":"#0","uv":[11.75,1.9375,11.3125,2.375]}},"from":[-15.26463,-13.830315,-15.996],"rotation":{"angle":-45,"axis":"z","origin":[-14.868629,-12.634315,-14.6],"rescale":false},"shade":false,"to":[-13.672629,-11.038315,-13.204]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3869.json b/assets/minecraft/models/w3869.json new file mode 100644 index 000000000..bbba3da3d --- /dev/null +++ b/assets/minecraft/models/w3869.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.8125,1.5,10.375,1.9375]},"east":{"texture":"#0","uv":[9.5,1.9375,9.9375,2.375]},"north":{"texture":"#0","uv":[9.9375,1.9375,10.375,2.375]},"south":{"texture":"#0","uv":[10.8125,1.9375,11.25,2.375]},"up":{"texture":"#0","uv":[10.375,1.9375,9.9375,1.5]},"west":{"texture":"#0","uv":[10.375,1.9375,10.8125,2.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.2,-13.2]},{"faces":{"down":{"texture":"#0","uv":[13.4375,1.625,13.3125,2.0625]},"east":{"texture":"#0","uv":[12.75,2.0625,13.1875,2.375]},"north":{"texture":"#0","uv":[13.1875,2.0625,13.3125,2.375]},"south":{"texture":"#0","uv":[13.75,2.0625,13.875,2.375]},"up":{"texture":"#0","uv":[13.3125,2.0625,13.1875,1.625]},"west":{"texture":"#0","uv":[13.3125,2.0625,13.75,2.375]}},"from":[-16,-13.2,-16],"shade":false,"to":[-15.2,-11.2,-13.2]},{"faces":{"down":{"texture":"#0","uv":[12.25,1.5,12,1.9375]},"east":{"texture":"#0","uv":[11.3125,1.9375,11.75,2.375]},"north":{"texture":"#0","uv":[11.75,1.9375,12,2.375]},"south":{"texture":"#0","uv":[12.4375,1.9375,12.6875,2.375]},"up":{"texture":"#0","uv":[12,1.9375,11.75,1.5]},"west":{"texture":"#0","uv":[12,1.9375,12.4375,2.375]}},"from":[-15.527371,-13.830315,-15.996],"rotation":{"angle":45,"axis":"z","origin":[-14.33137,-12.634315,-14.6],"rescale":false},"shade":false,"to":[-13.93537,-11.038315,-13.204]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w387.json b/assets/minecraft/models/w387.json new file mode 100644 index 000000000..b6b283d01 --- /dev/null +++ b/assets/minecraft/models/w387.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,5,6.5,5.5]},"east":{"texture":"#0","uv":[6.5,5.5,6,7.5]},"north":{"texture":"#0","uv":[6,5.5,5.5,7.5]},"south":{"texture":"#0","uv":[7,5.5,6.5,7.5]},"up":{"texture":"#0","uv":[5.5,5.5,6,5]},"west":{"texture":"#0","uv":[5.5,5.5,5,7.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.592,-14.392,-15.592]}],"overrides":[],"textures":{"0":"item/w1140770226_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3870.json b/assets/minecraft/models/w3870.json new file mode 100644 index 000000000..bbaca3ef4 --- /dev/null +++ b/assets/minecraft/models/w3870.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3.4375,4.1875,2.875,4.8125]},"west":{"texture":"#0","uv":[2.875,4.1875,3.4375,4.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-12.4]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3871.json b/assets/minecraft/models/w3871.json new file mode 100644 index 000000000..83bf27529 --- /dev/null +++ b/assets/minecraft/models/w3871.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.125,7.5,6.4375,7.6875]},"east":{"texture":"#0","uv":[6.625,8,6.4375,7.6875]},"north":{"texture":"#0","uv":[6.125,7.6875,6.4375,8]},"south":{"texture":"#0","uv":[6.625,7.6875,6.9375,8]},"up":{"texture":"#0","uv":[6.4375,7.6875,6.125,7.5]},"west":{"texture":"#0","uv":[6.4375,7.6875,6.625,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3872.json b/assets/minecraft/models/w3872.json new file mode 100644 index 000000000..9858c7f2d --- /dev/null +++ b/assets/minecraft/models/w3872.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.4375,2.4375,11.1875,2.625]},"east":{"texture":"#0","uv":[10.625,2.625,10.4375,2.8125]},"north":{"texture":"#0","uv":[10.4375,2.625,9.6875,2.8125]},"south":{"texture":"#0","uv":[11.375,2.625,10.625,2.8125]},"up":{"texture":"#0","uv":[9.6875,2.625,10.4375,2.4375]},"west":{"texture":"#0","uv":[9.6875,2.625,9.5,2.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3873.json b/assets/minecraft/models/w3873.json new file mode 100644 index 000000000..75a53b60d --- /dev/null +++ b/assets/minecraft/models/w3873.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.4375,2.875,11.1875,3.0625]},"east":{"texture":"#0","uv":[10.625,3.0625,10.4375,3.25]},"north":{"texture":"#0","uv":[10.4375,3.0625,9.6875,3.25]},"south":{"texture":"#0","uv":[11.375,3.0625,10.625,3.25]},"up":{"texture":"#0","uv":[9.6875,3.0625,10.4375,2.875]},"west":{"texture":"#0","uv":[9.6875,3.0625,9.5,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3874.json b/assets/minecraft/models/w3874.json new file mode 100644 index 000000000..b484a805c --- /dev/null +++ b/assets/minecraft/models/w3874.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.125,2.875,12.375,3.0625]},"east":{"texture":"#0","uv":[11.4375,3.0625,11.625,3.25]},"north":{"texture":"#0","uv":[11.625,3.0625,12.375,3.25]},"south":{"texture":"#0","uv":[12.5625,3.0625,13.3125,3.25]},"up":{"texture":"#0","uv":[12.375,3.0625,11.625,2.875]},"west":{"texture":"#0","uv":[12.375,3.0625,12.5625,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-11.191999,-14.792,-14.792]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3875.json b/assets/minecraft/models/w3875.json new file mode 100644 index 000000000..d5aeacafe --- /dev/null +++ b/assets/minecraft/models/w3875.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.125,2.4375,12.375,2.625]},"east":{"texture":"#0","uv":[11.4375,2.625,11.625,2.8125]},"north":{"texture":"#0","uv":[11.625,2.625,12.375,2.8125]},"south":{"texture":"#0","uv":[12.5625,2.625,13.3125,2.8125]},"up":{"texture":"#0","uv":[12.375,2.625,11.625,2.4375]},"west":{"texture":"#0","uv":[12.375,2.625,12.5625,2.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-11.191999,-14.792,-14.792]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3876.json b/assets/minecraft/models/w3876.json new file mode 100644 index 000000000..81212e4df --- /dev/null +++ b/assets/minecraft/models/w3876.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.1875,2.4375,10.4375,2.625]},"east":{"texture":"#0","uv":[9.5,2.625,9.6875,2.8125]},"north":{"texture":"#0","uv":[9.6875,2.625,10.4375,2.8125]},"south":{"texture":"#0","uv":[10.625,2.625,11.375,2.8125]},"up":{"texture":"#0","uv":[10.4375,2.625,9.6875,2.4375]},"west":{"texture":"#0","uv":[10.4375,2.625,10.625,2.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3877.json b/assets/minecraft/models/w3877.json new file mode 100644 index 000000000..fb233ecf9 --- /dev/null +++ b/assets/minecraft/models/w3877.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.1875,2.875,10.4375,3.0625]},"east":{"texture":"#0","uv":[9.5,3.0625,9.6875,3.25]},"north":{"texture":"#0","uv":[9.6875,3.0625,10.4375,3.25]},"south":{"texture":"#0","uv":[10.625,3.0625,11.375,3.25]},"up":{"texture":"#0","uv":[10.4375,3.0625,9.6875,2.875]},"west":{"texture":"#0","uv":[10.4375,3.0625,10.625,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3878.json b/assets/minecraft/models/w3878.json new file mode 100644 index 000000000..a3656cd27 --- /dev/null +++ b/assets/minecraft/models/w3878.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.375,2.875,13.125,3.0625]},"east":{"texture":"#0","uv":[12.5625,3.0625,12.375,3.25]},"north":{"texture":"#0","uv":[12.375,3.0625,11.625,3.25]},"south":{"texture":"#0","uv":[13.3125,3.0625,12.5625,3.25]},"up":{"texture":"#0","uv":[11.625,3.0625,12.375,2.875]},"west":{"texture":"#0","uv":[11.625,3.0625,11.4375,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-11.191999,-14.792,-14.792]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3879.json b/assets/minecraft/models/w3879.json new file mode 100644 index 000000000..e33da1d46 --- /dev/null +++ b/assets/minecraft/models/w3879.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.375,2.4375,13.125,2.625]},"east":{"texture":"#0","uv":[12.5625,2.625,12.375,2.8125]},"north":{"texture":"#0","uv":[12.375,2.625,11.625,2.8125]},"south":{"texture":"#0","uv":[13.3125,2.625,12.5625,2.8125]},"up":{"texture":"#0","uv":[11.625,2.625,12.375,2.4375]},"west":{"texture":"#0","uv":[11.625,2.625,11.4375,2.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-11.191999,-14.792,-14.792]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w388.json b/assets/minecraft/models/w388.json new file mode 100644 index 000000000..67f472b3b --- /dev/null +++ b/assets/minecraft/models/w388.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,2.5,6,3]},"east":{"texture":"#0","uv":[5,3,5.5,5]},"north":{"texture":"#0","uv":[5.5,3,6,5]},"south":{"texture":"#0","uv":[6.5,3,7,5]},"up":{"texture":"#0","uv":[6,3,5.5,2.5]},"west":{"texture":"#0","uv":[6,3,6.5,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.592,-14.392,-15.592]}],"overrides":[],"textures":{"0":"item/w1140770226_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3880.json b/assets/minecraft/models/w3880.json new file mode 100644 index 000000000..bbaca3ef4 --- /dev/null +++ b/assets/minecraft/models/w3880.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3.4375,4.1875,2.875,4.8125]},"west":{"texture":"#0","uv":[2.875,4.1875,3.4375,4.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-12.4]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3881.json b/assets/minecraft/models/w3881.json new file mode 100644 index 000000000..83bf27529 --- /dev/null +++ b/assets/minecraft/models/w3881.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.125,7.5,6.4375,7.6875]},"east":{"texture":"#0","uv":[6.625,8,6.4375,7.6875]},"north":{"texture":"#0","uv":[6.125,7.6875,6.4375,8]},"south":{"texture":"#0","uv":[6.625,7.6875,6.9375,8]},"up":{"texture":"#0","uv":[6.4375,7.6875,6.125,7.5]},"west":{"texture":"#0","uv":[6.4375,7.6875,6.625,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3882.json b/assets/minecraft/models/w3882.json new file mode 100644 index 000000000..614c5373c --- /dev/null +++ b/assets/minecraft/models/w3882.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.3125,3.25,2.8125,3.375]},"east":{"texture":"#0","uv":[2.4375,3.375,2.3125,3.75]},"north":{"texture":"#0","uv":[2.3125,3.375,1.8125,3.75]},"south":{"texture":"#0","uv":[2.9375,3.375,2.4375,3.75]},"up":{"texture":"#0","uv":[1.8125,3.375,2.3125,3.25]},"west":{"texture":"#0","uv":[1.8125,3.375,1.6875,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.6,-15.2]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3883.json b/assets/minecraft/models/w3883.json new file mode 100644 index 000000000..e4ac83c04 --- /dev/null +++ b/assets/minecraft/models/w3883.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.8125,3.25,1.5,3.375]},"east":{"texture":"#0","uv":[0.9375,3.375,0.8125,3.75]},"north":{"texture":"#0","uv":[0.8125,3.375,0.125,3.75]},"south":{"texture":"#0","uv":[1.625,3.375,0.9375,3.75]},"up":{"texture":"#0","uv":[0.125,3.375,0.8125,3.25]},"west":{"texture":"#0","uv":[0.125,3.375,0,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.592,-13.592001,-15.192]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3884.json b/assets/minecraft/models/w3884.json new file mode 100644 index 000000000..3e7d8f8f4 --- /dev/null +++ b/assets/minecraft/models/w3884.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.375,3.8125,2.9375,3.9375]},"east":{"texture":"#0","uv":[2.5,3.9375,2.375,4.0625]},"north":{"texture":"#0","uv":[2.375,3.9375,1.8125,4.0625]},"south":{"texture":"#0","uv":[3.0625,3.9375,2.5,4.0625]},"up":{"texture":"#0","uv":[1.8125,3.9375,2.375,3.8125]},"west":{"texture":"#0","uv":[1.8125,3.9375,1.6875,4.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.332,-15.192,-15.192]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3885.json b/assets/minecraft/models/w3885.json new file mode 100644 index 000000000..3bb36cbfa --- /dev/null +++ b/assets/minecraft/models/w3885.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.25,3.3125,3.375,3.4375]},"east":{"texture":"#0","uv":[3.375,3.4375,3.25,3.625]},"north":{"texture":"#0","uv":[3.25,3.4375,3.125,3.625]},"south":{"texture":"#0","uv":[3.5,3.4375,3.375,3.625]},"up":{"texture":"#0","uv":[3.125,3.4375,3.25,3.3125]},"west":{"texture":"#0","uv":[3.125,3.4375,3,3.625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.42,-15.2]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3886.json b/assets/minecraft/models/w3886.json new file mode 100644 index 000000000..32f23cfa7 --- /dev/null +++ b/assets/minecraft/models/w3886.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.8125,3.8125,1.5,3.9375]},"east":{"texture":"#0","uv":[0.9375,3.9375,0.8125,4.0625]},"north":{"texture":"#0","uv":[0.8125,3.9375,0.125,4.0625]},"south":{"texture":"#0","uv":[1.625,3.9375,0.9375,4.0625]},"up":{"texture":"#0","uv":[0.125,3.9375,0.8125,3.8125]},"west":{"texture":"#0","uv":[0.125,3.9375,0,4.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-11.592,-15.191999,-15.192]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3887.json b/assets/minecraft/models/w3887.json new file mode 100644 index 000000000..45aabd8a8 --- /dev/null +++ b/assets/minecraft/models/w3887.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.8125,3.25,3.9375,3.375]},"east":{"texture":"#0","uv":[3.9375,3.375,3.8125,3.6875]},"north":{"texture":"#0","uv":[3.8125,3.375,3.6875,3.6875]},"south":{"texture":"#0","uv":[4.0625,3.375,3.9375,3.6875]},"up":{"texture":"#0","uv":[3.6875,3.375,3.8125,3.25]},"west":{"texture":"#0","uv":[3.6875,3.375,3.5625,3.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.764999,-15.2]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3888.json b/assets/minecraft/models/w3888.json new file mode 100644 index 000000000..5cc1150df --- /dev/null +++ b/assets/minecraft/models/w3888.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.8125,3.25,2.3125,3.375]},"east":{"texture":"#0","uv":[1.6875,3.375,1.8125,3.75]},"north":{"texture":"#0","uv":[1.8125,3.375,2.3125,3.75]},"south":{"texture":"#0","uv":[2.4375,3.375,2.9375,3.75]},"up":{"texture":"#0","uv":[2.3125,3.375,1.8125,3.25]},"west":{"texture":"#0","uv":[2.3125,3.375,2.4375,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.6,-15.2]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3889.json b/assets/minecraft/models/w3889.json new file mode 100644 index 000000000..ec7213787 --- /dev/null +++ b/assets/minecraft/models/w3889.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,3.25,0.8125,3.375]},"east":{"texture":"#0","uv":[0,3.375,0.125,3.75]},"north":{"texture":"#0","uv":[0.125,3.375,0.8125,3.75]},"south":{"texture":"#0","uv":[0.9375,3.375,1.625,3.75]},"up":{"texture":"#0","uv":[0.8125,3.375,0.125,3.25]},"west":{"texture":"#0","uv":[0.8125,3.375,0.9375,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.592,-13.592001,-15.192]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w389.json b/assets/minecraft/models/w389.json new file mode 100644 index 000000000..653a4f10a --- /dev/null +++ b/assets/minecraft/models/w389.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,3,8.5,3.5]},"east":{"texture":"#0","uv":[7,3.5,7.5,4]},"north":{"texture":"#0","uv":[7.5,3.5,8.5,4]},"south":{"texture":"#0","uv":[9,3.5,10,4]},"up":{"texture":"#0","uv":[8.5,3.5,7.5,3]},"west":{"texture":"#0","uv":[8.5,3.5,9,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w1140770226_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3890.json b/assets/minecraft/models/w3890.json new file mode 100644 index 000000000..8e27be567 --- /dev/null +++ b/assets/minecraft/models/w3890.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.9375,3.8125,2.375,3.9375]},"east":{"texture":"#0","uv":[1.6875,3.9375,1.8125,4.0625]},"north":{"texture":"#0","uv":[1.8125,3.9375,2.375,4.0625]},"south":{"texture":"#0","uv":[2.5,3.9375,3.0625,4.0625]},"up":{"texture":"#0","uv":[2.375,3.9375,1.8125,3.8125]},"west":{"texture":"#0","uv":[2.375,3.9375,2.5,4.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.332,-15.192,-15.192]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3891.json b/assets/minecraft/models/w3891.json new file mode 100644 index 000000000..6f7a6ff07 --- /dev/null +++ b/assets/minecraft/models/w3891.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.375,3.3125,3.25,3.4375]},"east":{"texture":"#0","uv":[3,3.4375,3.125,3.625]},"north":{"texture":"#0","uv":[3.125,3.4375,3.25,3.625]},"south":{"texture":"#0","uv":[3.375,3.4375,3.5,3.625]},"up":{"texture":"#0","uv":[3.25,3.4375,3.125,3.3125]},"west":{"texture":"#0","uv":[3.25,3.4375,3.375,3.625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.42,-15.2]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3892.json b/assets/minecraft/models/w3892.json new file mode 100644 index 000000000..2cd6895ac --- /dev/null +++ b/assets/minecraft/models/w3892.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,3.8125,0.8125,3.9375]},"east":{"texture":"#0","uv":[0,3.9375,0.125,4.0625]},"north":{"texture":"#0","uv":[0.125,3.9375,0.8125,4.0625]},"south":{"texture":"#0","uv":[0.9375,3.9375,1.625,4.0625]},"up":{"texture":"#0","uv":[0.8125,3.9375,0.125,3.8125]},"west":{"texture":"#0","uv":[0.8125,3.9375,0.9375,4.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-11.592,-15.191999,-15.192]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3893.json b/assets/minecraft/models/w3893.json new file mode 100644 index 000000000..b438b5905 --- /dev/null +++ b/assets/minecraft/models/w3893.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.9375,3.25,3.8125,3.375]},"east":{"texture":"#0","uv":[3.5625,3.375,3.6875,3.6875]},"north":{"texture":"#0","uv":[3.6875,3.375,3.8125,3.6875]},"south":{"texture":"#0","uv":[3.9375,3.375,4.0625,3.6875]},"up":{"texture":"#0","uv":[3.8125,3.375,3.6875,3.25]},"west":{"texture":"#0","uv":[3.8125,3.375,3.9375,3.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.764999,-15.2]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3894.json b/assets/minecraft/models/w3894.json new file mode 100644 index 000000000..83d6d16bb --- /dev/null +++ b/assets/minecraft/models/w3894.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.375,3.3125,10.8125,3.75]},"east":{"texture":"#0","uv":[10.8125,3.75,10.375,4.1875]},"north":{"texture":"#0","uv":[10.375,3.75,9.9375,4.1875]},"south":{"texture":"#0","uv":[9.9375,3.75,10.375,4.1875]},"up":{"texture":"#0","uv":[9.9375,3.75,10.375,3.3125]},"west":{"texture":"#0","uv":[9.9375,3.75,9.5,4.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.2,-13.2]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3895.json b/assets/minecraft/models/w3895.json new file mode 100644 index 000000000..c1079683f --- /dev/null +++ b/assets/minecraft/models/w3895.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.8125,3.3125,10.375,3.75]},"east":{"texture":"#0","uv":[9.5,3.75,9.9375,4.1875]},"north":{"texture":"#0","uv":[9.9375,3.75,10.375,4.1875]},"south":{"texture":"#0","uv":[10.375,3.75,9.9375,4.1875]},"up":{"texture":"#0","uv":[10.375,3.75,9.9375,3.3125]},"west":{"texture":"#0","uv":[10.375,3.75,10.8125,4.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.2,-13.2]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3896.json b/assets/minecraft/models/w3896.json new file mode 100644 index 000000000..5aa43936f --- /dev/null +++ b/assets/minecraft/models/w3896.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[4.6875,4.1875,4.125,4.8125]},"west":{"texture":"#0","uv":[4.125,4.1875,4.6875,4.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-12.4]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3897.json b/assets/minecraft/models/w3897.json new file mode 100644 index 000000000..aea462aba --- /dev/null +++ b/assets/minecraft/models/w3897.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.25,6.6875,0.625,6.9375]},"east":{"texture":"#0","uv":[0.875,7.3125,0.625,6.9375]},"north":{"texture":"#0","uv":[0.25,6.9375,0.625,7.3125]},"south":{"texture":"#0","uv":[0.875,6.9375,1.25,7.3125]},"up":{"texture":"#0","uv":[0.625,6.9375,0.25,6.6875]},"west":{"texture":"#0","uv":[0.625,6.9375,0.875,7.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-14.4]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3898.json b/assets/minecraft/models/w3898.json new file mode 100644 index 000000000..5aa43936f --- /dev/null +++ b/assets/minecraft/models/w3898.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[4.6875,4.1875,4.125,4.8125]},"west":{"texture":"#0","uv":[4.125,4.1875,4.6875,4.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-12.4]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3899.json b/assets/minecraft/models/w3899.json new file mode 100644 index 000000000..13f8e089c --- /dev/null +++ b/assets/minecraft/models/w3899.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5625,6.6875,1.9375,6.9375]},"east":{"texture":"#0","uv":[2.1875,7.3125,1.9375,6.9375]},"north":{"texture":"#0","uv":[1.5625,6.9375,1.9375,7.3125]},"south":{"texture":"#0","uv":[2.1875,6.9375,2.5625,7.3125]},"up":{"texture":"#0","uv":[1.9375,6.9375,1.5625,6.6875]},"west":{"texture":"#0","uv":[1.9375,6.9375,2.1875,7.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-14.4]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w39.json b/assets/minecraft/models/w39.json new file mode 100644 index 000000000..d3a6837b5 --- /dev/null +++ b/assets/minecraft/models/w39.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,11.125,1,12.25]},"east":{"texture":"#0","uv":[2.125,10.25,3.25,11.125]},"north":{"texture":"#0","uv":[2,11.125,3,12]},"south":{"texture":"#0","uv":[0,11,1,11.875]},"up":{"texture":"#0","uv":[1,11,0,9.875]},"west":{"texture":"#0","uv":[1,10.25,2.125,11.125]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.2,-12.4]}],"overrides":[],"textures":{"0":"item/w1237560704_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w390.json b/assets/minecraft/models/w390.json new file mode 100644 index 000000000..0d1029cf6 --- /dev/null +++ b/assets/minecraft/models/w390.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,0,6,0.5]},"east":{"texture":"#0","uv":[5,0.5,5.5,2.5]},"north":{"texture":"#0","uv":[5.5,0.5,6,2.5]},"south":{"texture":"#0","uv":[6.5,0.5,7,2.5]},"up":{"texture":"#0","uv":[6,0.5,5.5,0]},"west":{"texture":"#0","uv":[6,0.5,6.5,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.592,-14.392,-15.592]}],"overrides":[],"textures":{"0":"item/w1140770226_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3900.json b/assets/minecraft/models/w3900.json new file mode 100644 index 000000000..0a91937c8 --- /dev/null +++ b/assets/minecraft/models/w3900.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.3125,4.875,5.6875,5.125]},"east":{"texture":"#0","uv":[4.8125,5.125,5.0625,5.375]},"north":{"texture":"#0","uv":[5.0625,5.125,5.6875,5.375]},"south":{"texture":"#0","uv":[5.9375,5.125,6.5625,5.375]},"up":{"texture":"#0","uv":[5.6875,5.125,5.0625,4.875]},"west":{"texture":"#0","uv":[5.6875,5.125,5.9375,5.375]}},"from":[-16,-16,-16],"shade":false,"to":[-11.992,-14.392,-14.392]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3901.json b/assets/minecraft/models/w3901.json new file mode 100644 index 000000000..80fd37c56 --- /dev/null +++ b/assets/minecraft/models/w3901.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4.875,4.125,5.125]},"east":{"texture":"#0","uv":[3.5,5.125,3.75,5.375]},"north":{"texture":"#0","uv":[3.75,5.125,4.125,5.375]},"south":{"texture":"#0","uv":[4.375,5.125,4.75,5.375]},"up":{"texture":"#0","uv":[4.125,5.125,3.75,4.875]},"west":{"texture":"#0","uv":[4.125,5.125,4.375,5.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3902.json b/assets/minecraft/models/w3902.json new file mode 100644 index 000000000..e7be05c93 --- /dev/null +++ b/assets/minecraft/models/w3902.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.375,4.875,0.8125,5.125]},"east":{"texture":"#0","uv":[0,5.125,0.25,5.375]},"north":{"texture":"#0","uv":[0.25,5.125,0.8125,5.375]},"south":{"texture":"#0","uv":[1.0625,5.125,1.625,5.375]},"up":{"texture":"#0","uv":[0.8125,5.125,0.25,4.875]},"west":{"texture":"#0","uv":[0.8125,5.125,1.0625,5.375]}},"from":[-16,-15.996,-15.947472],"shade":false,"to":[-12.4,-14.396,-14.347471]},{"faces":{"down":{"texture":"#0","uv":[3.1875,4.875,2.5625,5.125]},"east":{"texture":"#0","uv":[1.6875,5.125,1.9375,5.375]},"north":{"texture":"#0","uv":[1.9375,5.125,2.5625,5.375]},"south":{"texture":"#0","uv":[2.8125,5.125,3.4375,5.375]},"up":{"texture":"#0","uv":[2.5625,5.125,1.9375,4.875]},"west":{"texture":"#0","uv":[2.5625,5.125,2.8125,5.375]}},"from":[-13.086843,-16,-16],"rotation":{"angle":45,"axis":"y","origin":[-12.682842,-15.196,-15.196],"rescale":false},"shade":false,"to":[-9.078842,-14.392,-14.392]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3903.json b/assets/minecraft/models/w3903.json new file mode 100644 index 000000000..5cfe09f09 --- /dev/null +++ b/assets/minecraft/models/w3903.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.6875,4.875,6.3125,5.125]},"east":{"texture":"#0","uv":[5.9375,5.125,5.6875,5.375]},"north":{"texture":"#0","uv":[5.6875,5.125,5.0625,5.375]},"south":{"texture":"#0","uv":[6.5625,5.125,5.9375,5.375]},"up":{"texture":"#0","uv":[5.0625,5.125,5.6875,4.875]},"west":{"texture":"#0","uv":[5.0625,5.125,4.8125,5.375]}},"from":[-16,-16,-16],"shade":false,"to":[-11.992,-14.392,-14.392]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3904.json b/assets/minecraft/models/w3904.json new file mode 100644 index 000000000..28f17f63d --- /dev/null +++ b/assets/minecraft/models/w3904.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.125,4.875,4.5,5.125]},"east":{"texture":"#0","uv":[4.375,5.125,4.125,5.375]},"north":{"texture":"#0","uv":[4.125,5.125,3.75,5.375]},"south":{"texture":"#0","uv":[4.75,5.125,4.375,5.375]},"up":{"texture":"#0","uv":[3.75,5.125,4.125,4.875]},"west":{"texture":"#0","uv":[3.75,5.125,3.5,5.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3905.json b/assets/minecraft/models/w3905.json new file mode 100644 index 000000000..db8a2117b --- /dev/null +++ b/assets/minecraft/models/w3905.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.8125,4.875,1.375,5.125]},"east":{"texture":"#0","uv":[1.0625,5.125,0.8125,5.375]},"north":{"texture":"#0","uv":[0.8125,5.125,0.25,5.375]},"south":{"texture":"#0","uv":[1.625,5.125,1.0625,5.375]},"up":{"texture":"#0","uv":[0.25,5.125,0.8125,4.875]},"west":{"texture":"#0","uv":[0.25,5.125,0,5.375]}},"from":[-12.678843,-15.996,-15.947472],"shade":false,"to":[-9.078842,-14.396,-14.347471]},{"faces":{"down":{"texture":"#0","uv":[2.5625,4.875,3.1875,5.125]},"east":{"texture":"#0","uv":[2.8125,5.125,2.5625,5.375]},"north":{"texture":"#0","uv":[2.5625,5.125,1.9375,5.375]},"south":{"texture":"#0","uv":[3.4375,5.125,2.8125,5.375]},"up":{"texture":"#0","uv":[1.9375,5.125,2.5625,4.875]},"west":{"texture":"#0","uv":[1.9375,5.125,1.6875,5.375]}},"from":[-16,-16,-16],"rotation":{"angle":-45,"axis":"y","origin":[-12.396,-15.196,-15.196],"rescale":false},"shade":false,"to":[-11.992001,-14.392,-14.392]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3906.json b/assets/minecraft/models/w3906.json new file mode 100644 index 000000000..4753d179c --- /dev/null +++ b/assets/minecraft/models/w3906.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.875,3.1875,6.0625,3.6875]},"east":{"texture":"#0","uv":[4.75,3.6875,5.25,4.5]},"north":{"texture":"#0","uv":[5.25,3.6875,6.0625,4.5]},"south":{"texture":"#0","uv":[6.0625,3.6875,5.25,4.5]},"up":{"texture":"#0","uv":[6.0625,3.6875,5.25,3.1875]},"west":{"texture":"#0","uv":[6.0625,3.6875,6.5625,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-10.8,-10.8,-12.8]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3907.json b/assets/minecraft/models/w3907.json new file mode 100644 index 000000000..fa4deb034 --- /dev/null +++ b/assets/minecraft/models/w3907.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.875,3.8125,12.25,4]},"east":{"texture":"#0","uv":[12.0625,4,11.875,4.1875]},"north":{"texture":"#0","uv":[11.875,4,11.5,4.1875]},"south":{"texture":"#0","uv":[12.4375,4,12.0625,4.1875]},"up":{"texture":"#0","uv":[11.5,4,11.875,3.8125]},"west":{"texture":"#0","uv":[11.5,4,11.3125,4.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3908.json b/assets/minecraft/models/w3908.json new file mode 100644 index 000000000..fa4deb034 --- /dev/null +++ b/assets/minecraft/models/w3908.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.875,3.8125,12.25,4]},"east":{"texture":"#0","uv":[12.0625,4,11.875,4.1875]},"north":{"texture":"#0","uv":[11.875,4,11.5,4.1875]},"south":{"texture":"#0","uv":[12.4375,4,12.0625,4.1875]},"up":{"texture":"#0","uv":[11.5,4,11.875,3.8125]},"west":{"texture":"#0","uv":[11.5,4,11.3125,4.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3909.json b/assets/minecraft/models/w3909.json new file mode 100644 index 000000000..fa4deb034 --- /dev/null +++ b/assets/minecraft/models/w3909.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.875,3.8125,12.25,4]},"east":{"texture":"#0","uv":[12.0625,4,11.875,4.1875]},"north":{"texture":"#0","uv":[11.875,4,11.5,4.1875]},"south":{"texture":"#0","uv":[12.4375,4,12.0625,4.1875]},"up":{"texture":"#0","uv":[11.5,4,11.875,3.8125]},"west":{"texture":"#0","uv":[11.5,4,11.3125,4.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w391.json b/assets/minecraft/models/w391.json new file mode 100644 index 000000000..653a4f10a --- /dev/null +++ b/assets/minecraft/models/w391.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,3,8.5,3.5]},"east":{"texture":"#0","uv":[7,3.5,7.5,4]},"north":{"texture":"#0","uv":[7.5,3.5,8.5,4]},"south":{"texture":"#0","uv":[9,3.5,10,4]},"up":{"texture":"#0","uv":[8.5,3.5,7.5,3]},"west":{"texture":"#0","uv":[8.5,3.5,9,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w1140770226_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3910.json b/assets/minecraft/models/w3910.json new file mode 100644 index 000000000..3b677c9a7 --- /dev/null +++ b/assets/minecraft/models/w3910.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.9375,3.8125,13.1875,4]},"east":{"texture":"#0","uv":[13.125,4,12.9375,4.1875]},"north":{"texture":"#0","uv":[12.9375,4,12.6875,4.1875]},"south":{"texture":"#0","uv":[13.375,4,13.125,4.1875]},"up":{"texture":"#0","uv":[12.6875,4,12.9375,3.8125]},"west":{"texture":"#0","uv":[12.6875,4,12.5,4.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3911.json b/assets/minecraft/models/w3911.json new file mode 100644 index 000000000..62fce819b --- /dev/null +++ b/assets/minecraft/models/w3911.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.25,3.8125,11.875,4]},"east":{"texture":"#0","uv":[11.3125,4,11.5,4.1875]},"north":{"texture":"#0","uv":[11.5,4,11.875,4.1875]},"south":{"texture":"#0","uv":[12.0625,4,12.4375,4.1875]},"up":{"texture":"#0","uv":[11.875,4,11.5,3.8125]},"west":{"texture":"#0","uv":[11.875,4,12.0625,4.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3912.json b/assets/minecraft/models/w3912.json new file mode 100644 index 000000000..62fce819b --- /dev/null +++ b/assets/minecraft/models/w3912.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.25,3.8125,11.875,4]},"east":{"texture":"#0","uv":[11.3125,4,11.5,4.1875]},"north":{"texture":"#0","uv":[11.5,4,11.875,4.1875]},"south":{"texture":"#0","uv":[12.0625,4,12.4375,4.1875]},"up":{"texture":"#0","uv":[11.875,4,11.5,3.8125]},"west":{"texture":"#0","uv":[11.875,4,12.0625,4.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3913.json b/assets/minecraft/models/w3913.json new file mode 100644 index 000000000..62fce819b --- /dev/null +++ b/assets/minecraft/models/w3913.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.25,3.8125,11.875,4]},"east":{"texture":"#0","uv":[11.3125,4,11.5,4.1875]},"north":{"texture":"#0","uv":[11.5,4,11.875,4.1875]},"south":{"texture":"#0","uv":[12.0625,4,12.4375,4.1875]},"up":{"texture":"#0","uv":[11.875,4,11.5,3.8125]},"west":{"texture":"#0","uv":[11.875,4,12.0625,4.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3914.json b/assets/minecraft/models/w3914.json new file mode 100644 index 000000000..578446b82 --- /dev/null +++ b/assets/minecraft/models/w3914.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.1875,3.8125,12.9375,4]},"east":{"texture":"#0","uv":[12.5,4,12.6875,4.1875]},"north":{"texture":"#0","uv":[12.6875,4,12.9375,4.1875]},"south":{"texture":"#0","uv":[13.125,4,13.375,4.1875]},"up":{"texture":"#0","uv":[12.9375,4,12.6875,3.8125]},"west":{"texture":"#0","uv":[12.9375,4,13.125,4.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3915.json b/assets/minecraft/models/w3915.json new file mode 100644 index 000000000..ad18a153d --- /dev/null +++ b/assets/minecraft/models/w3915.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[2.1875,4.1875,1.625,4.8125]},"west":{"texture":"#0","uv":[1.625,4.1875,2.1875,4.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-12.4]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3916.json b/assets/minecraft/models/w3916.json new file mode 100644 index 000000000..9d1ac7c0d --- /dev/null +++ b/assets/minecraft/models/w3916.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.875,6.6875,3.25,6.9375]},"east":{"texture":"#0","uv":[3.5,7.3125,3.25,6.9375]},"north":{"texture":"#0","uv":[2.875,6.9375,3.25,7.3125]},"south":{"texture":"#0","uv":[3.5,6.9375,3.875,7.3125]},"up":{"texture":"#0","uv":[3.25,6.9375,2.875,6.6875]},"west":{"texture":"#0","uv":[3.25,6.9375,3.5,7.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-14.4]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3917.json b/assets/minecraft/models/w3917.json new file mode 100644 index 000000000..e9beb7828 --- /dev/null +++ b/assets/minecraft/models/w3917.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.9375,5.4375,6.3125,5.6875]},"east":{"texture":"#0","uv":[5.4375,5.6875,5.6875,5.9375]},"north":{"texture":"#0","uv":[5.6875,5.6875,6.3125,5.9375]},"south":{"texture":"#0","uv":[6.5625,5.6875,7.1875,5.9375]},"up":{"texture":"#0","uv":[6.3125,5.6875,5.6875,5.4375]},"west":{"texture":"#0","uv":[6.3125,5.6875,6.5625,5.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-11.992,-14.392,-14.392]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3918.json b/assets/minecraft/models/w3918.json new file mode 100644 index 000000000..534c8a45d --- /dev/null +++ b/assets/minecraft/models/w3918.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.125,5.4375,4.625,5.6875]},"east":{"texture":"#0","uv":[3.875,5.6875,4.125,5.9375]},"north":{"texture":"#0","uv":[4.125,5.6875,4.625,5.9375]},"south":{"texture":"#0","uv":[4.875,5.6875,5.375,5.9375]},"up":{"texture":"#0","uv":[4.625,5.6875,4.125,5.4375]},"west":{"texture":"#0","uv":[4.625,5.6875,4.875,5.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3919.json b/assets/minecraft/models/w3919.json new file mode 100644 index 000000000..ebe8f937d --- /dev/null +++ b/assets/minecraft/models/w3919.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,5.4375,1,5.6875]},"east":{"texture":"#0","uv":[0,5.6875,0.25,5.9375]},"north":{"texture":"#0","uv":[0.25,5.6875,1,5.9375]},"south":{"texture":"#0","uv":[1.25,5.6875,2,5.9375]},"up":{"texture":"#0","uv":[1,5.6875,0.25,5.4375]},"west":{"texture":"#0","uv":[1,5.6875,1.25,5.9375]}},"from":[-16,-15.996,-15.947472],"shade":false,"to":[-11.2,-14.396,-14.347471]},{"faces":{"down":{"texture":"#0","uv":[3.5625,5.4375,2.9375,5.6875]},"east":{"texture":"#0","uv":[2.0625,5.6875,2.3125,5.9375]},"north":{"texture":"#0","uv":[2.3125,5.6875,2.9375,5.9375]},"south":{"texture":"#0","uv":[3.1875,5.6875,3.8125,5.9375]},"up":{"texture":"#0","uv":[2.9375,5.6875,2.3125,5.4375]},"west":{"texture":"#0","uv":[2.9375,5.6875,3.1875,5.9375]}},"from":[-11.886843,-16,-16],"rotation":{"angle":45,"axis":"y","origin":[-11.482843,-15.196,-15.196],"rescale":false},"shade":false,"to":[-7.8788424,-14.392,-14.392]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w392.json b/assets/minecraft/models/w392.json new file mode 100644 index 000000000..67f472b3b --- /dev/null +++ b/assets/minecraft/models/w392.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,2.5,6,3]},"east":{"texture":"#0","uv":[5,3,5.5,5]},"north":{"texture":"#0","uv":[5.5,3,6,5]},"south":{"texture":"#0","uv":[6.5,3,7,5]},"up":{"texture":"#0","uv":[6,3,5.5,2.5]},"west":{"texture":"#0","uv":[6,3,6.5,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.592,-14.392,-15.592]}],"overrides":[],"textures":{"0":"item/w1140770226_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3920.json b/assets/minecraft/models/w3920.json new file mode 100644 index 000000000..1fad39586 --- /dev/null +++ b/assets/minecraft/models/w3920.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.3125,5.4375,6.9375,5.6875]},"east":{"texture":"#0","uv":[6.5625,5.6875,6.3125,5.9375]},"north":{"texture":"#0","uv":[6.3125,5.6875,5.6875,5.9375]},"south":{"texture":"#0","uv":[7.1875,5.6875,6.5625,5.9375]},"up":{"texture":"#0","uv":[5.6875,5.6875,6.3125,5.4375]},"west":{"texture":"#0","uv":[5.6875,5.6875,5.4375,5.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-11.992,-14.392,-14.392]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3921.json b/assets/minecraft/models/w3921.json new file mode 100644 index 000000000..163da12e8 --- /dev/null +++ b/assets/minecraft/models/w3921.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.625,5.4375,5.125,5.6875]},"east":{"texture":"#0","uv":[4.875,5.6875,4.625,5.9375]},"north":{"texture":"#0","uv":[4.625,5.6875,4.125,5.9375]},"south":{"texture":"#0","uv":[5.375,5.6875,4.875,5.9375]},"up":{"texture":"#0","uv":[4.125,5.6875,4.625,5.4375]},"west":{"texture":"#0","uv":[4.125,5.6875,3.875,5.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3922.json b/assets/minecraft/models/w3922.json new file mode 100644 index 000000000..b156b442e --- /dev/null +++ b/assets/minecraft/models/w3922.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,5.4375,1.75,5.6875]},"east":{"texture":"#0","uv":[1.25,5.6875,1,5.9375]},"north":{"texture":"#0","uv":[1,5.6875,0.25,5.9375]},"south":{"texture":"#0","uv":[2,5.6875,1.25,5.9375]},"up":{"texture":"#0","uv":[0.25,5.6875,1,5.4375]},"west":{"texture":"#0","uv":[0.25,5.6875,0,5.9375]}},"from":[-12.678843,-15.996,-15.947472],"shade":false,"to":[-7.8788424,-14.396,-14.347471]},{"faces":{"down":{"texture":"#0","uv":[2.9375,5.4375,3.5625,5.6875]},"east":{"texture":"#0","uv":[3.1875,5.6875,2.9375,5.9375]},"north":{"texture":"#0","uv":[2.9375,5.6875,2.3125,5.9375]},"south":{"texture":"#0","uv":[3.8125,5.6875,3.1875,5.9375]},"up":{"texture":"#0","uv":[2.3125,5.6875,2.9375,5.4375]},"west":{"texture":"#0","uv":[2.3125,5.6875,2.0625,5.9375]}},"from":[-16,-16,-16],"rotation":{"angle":-45,"axis":"y","origin":[-12.396,-15.196,-15.196],"rescale":false},"shade":false,"to":[-11.992,-14.392,-14.392]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3923.json b/assets/minecraft/models/w3923.json new file mode 100644 index 000000000..b7f48e168 --- /dev/null +++ b/assets/minecraft/models/w3923.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[3.875,3.75,4.6875,4]},"south":{"texture":"#0","uv":[4.6875,3.75,3.875,4]}},"from":[-16,-16,-16],"shade":false,"to":[-10.8,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3924.json b/assets/minecraft/models/w3924.json new file mode 100644 index 000000000..256bff8fb --- /dev/null +++ b/assets/minecraft/models/w3924.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4.6875,3.75,3.875,4]},"south":{"texture":"#0","uv":[3.875,3.75,4.6875,4]}},"from":[-16,-16,-16],"shade":false,"to":[-10.8,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3925.json b/assets/minecraft/models/w3925.json new file mode 100644 index 000000000..339b990bb --- /dev/null +++ b/assets/minecraft/models/w3925.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[3.875,4,4.6875,3.75]},"south":{"texture":"#0","uv":[4.6875,4,3.875,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-10.8,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3926.json b/assets/minecraft/models/w3926.json new file mode 100644 index 000000000..256bff8fb --- /dev/null +++ b/assets/minecraft/models/w3926.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4.6875,3.75,3.875,4]},"south":{"texture":"#0","uv":[3.875,3.75,4.6875,4]}},"from":[-16,-16,-16],"shade":false,"to":[-10.8,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3927.json b/assets/minecraft/models/w3927.json new file mode 100644 index 000000000..961eac226 --- /dev/null +++ b/assets/minecraft/models/w3927.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4.6875,4,3.875,3.75]},"south":{"texture":"#0","uv":[3.875,4,4.6875,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-10.8,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3928.json b/assets/minecraft/models/w3928.json new file mode 100644 index 000000000..961eac226 --- /dev/null +++ b/assets/minecraft/models/w3928.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4.6875,4,3.875,3.75]},"south":{"texture":"#0","uv":[3.875,4,4.6875,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-10.8,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3929.json b/assets/minecraft/models/w3929.json new file mode 100644 index 000000000..339b990bb --- /dev/null +++ b/assets/minecraft/models/w3929.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[3.875,4,4.6875,3.75]},"south":{"texture":"#0","uv":[4.6875,4,3.875,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-10.8,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w393.json b/assets/minecraft/models/w393.json new file mode 100644 index 000000000..653a4f10a --- /dev/null +++ b/assets/minecraft/models/w393.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,3,8.5,3.5]},"east":{"texture":"#0","uv":[7,3.5,7.5,4]},"north":{"texture":"#0","uv":[7.5,3.5,8.5,4]},"south":{"texture":"#0","uv":[9,3.5,10,4]},"up":{"texture":"#0","uv":[8.5,3.5,7.5,3]},"west":{"texture":"#0","uv":[8.5,3.5,9,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w1140770226_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3930.json b/assets/minecraft/models/w3930.json new file mode 100644 index 000000000..339b990bb --- /dev/null +++ b/assets/minecraft/models/w3930.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[3.875,4,4.6875,3.75]},"south":{"texture":"#0","uv":[4.6875,4,3.875,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-10.8,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3931.json b/assets/minecraft/models/w3931.json new file mode 100644 index 000000000..459b56eec --- /dev/null +++ b/assets/minecraft/models/w3931.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.875,3.375,12.25,3.5625]},"east":{"texture":"#0","uv":[12.0625,3.5625,11.875,3.75]},"north":{"texture":"#0","uv":[11.875,3.5625,11.5,3.75]},"south":{"texture":"#0","uv":[12.4375,3.5625,12.0625,3.75]},"up":{"texture":"#0","uv":[11.5,3.5625,11.875,3.375]},"west":{"texture":"#0","uv":[11.5,3.5625,11.3125,3.75]}},"from":[-14,-15.6,-16],"shade":false,"to":[-11.6,-14.400001,-14.8]},{"faces":{"north":{"texture":"#0","uv":[13.75,3.5,13.4375,3.75]},"south":{"texture":"#0","uv":[13.4375,3.5,13.75,3.75]}},"from":[-16,-16,-15.4],"shade":false,"to":[-14,-14.4,-15.4]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3932.json b/assets/minecraft/models/w3932.json new file mode 100644 index 000000000..459b56eec --- /dev/null +++ b/assets/minecraft/models/w3932.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.875,3.375,12.25,3.5625]},"east":{"texture":"#0","uv":[12.0625,3.5625,11.875,3.75]},"north":{"texture":"#0","uv":[11.875,3.5625,11.5,3.75]},"south":{"texture":"#0","uv":[12.4375,3.5625,12.0625,3.75]},"up":{"texture":"#0","uv":[11.5,3.5625,11.875,3.375]},"west":{"texture":"#0","uv":[11.5,3.5625,11.3125,3.75]}},"from":[-14,-15.6,-16],"shade":false,"to":[-11.6,-14.400001,-14.8]},{"faces":{"north":{"texture":"#0","uv":[13.75,3.5,13.4375,3.75]},"south":{"texture":"#0","uv":[13.4375,3.5,13.75,3.75]}},"from":[-16,-16,-15.4],"shade":false,"to":[-14,-14.4,-15.4]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3933.json b/assets/minecraft/models/w3933.json new file mode 100644 index 000000000..459b56eec --- /dev/null +++ b/assets/minecraft/models/w3933.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.875,3.375,12.25,3.5625]},"east":{"texture":"#0","uv":[12.0625,3.5625,11.875,3.75]},"north":{"texture":"#0","uv":[11.875,3.5625,11.5,3.75]},"south":{"texture":"#0","uv":[12.4375,3.5625,12.0625,3.75]},"up":{"texture":"#0","uv":[11.5,3.5625,11.875,3.375]},"west":{"texture":"#0","uv":[11.5,3.5625,11.3125,3.75]}},"from":[-14,-15.6,-16],"shade":false,"to":[-11.6,-14.400001,-14.8]},{"faces":{"north":{"texture":"#0","uv":[13.75,3.5,13.4375,3.75]},"south":{"texture":"#0","uv":[13.4375,3.5,13.75,3.75]}},"from":[-16,-16,-15.4],"shade":false,"to":[-14,-14.4,-15.4]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3934.json b/assets/minecraft/models/w3934.json new file mode 100644 index 000000000..caab81286 --- /dev/null +++ b/assets/minecraft/models/w3934.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[13.75,3.5,13.4375,3.75]},"south":{"texture":"#0","uv":[13.4375,3.5,13.75,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3935.json b/assets/minecraft/models/w3935.json new file mode 100644 index 000000000..8fe86eeef --- /dev/null +++ b/assets/minecraft/models/w3935.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.9375,3.375,13.1875,3.5625]},"east":{"texture":"#0","uv":[13.125,3.5625,12.9375,3.75]},"north":{"texture":"#0","uv":[12.9375,3.5625,12.6875,3.75]},"south":{"texture":"#0","uv":[13.375,3.5625,13.125,3.75]},"up":{"texture":"#0","uv":[12.6875,3.5625,12.9375,3.375]},"west":{"texture":"#0","uv":[12.6875,3.5625,12.5,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3936.json b/assets/minecraft/models/w3936.json new file mode 100644 index 000000000..fbe39e51a --- /dev/null +++ b/assets/minecraft/models/w3936.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.25,3.375,11.875,3.5625]},"east":{"texture":"#0","uv":[11.3125,3.5625,11.5,3.75]},"north":{"texture":"#0","uv":[11.5,3.5625,11.875,3.75]},"south":{"texture":"#0","uv":[12.0625,3.5625,12.4375,3.75]},"up":{"texture":"#0","uv":[11.875,3.5625,11.5,3.375]},"west":{"texture":"#0","uv":[11.875,3.5625,12.0625,3.75]}},"from":[-16,-15.6,-16],"shade":false,"to":[-13.6,-14.400001,-14.8]},{"faces":{"north":{"texture":"#0","uv":[13.4375,3.5,13.75,3.75]},"south":{"texture":"#0","uv":[13.75,3.5,13.4375,3.75]}},"from":[-13.6,-16,-15.4],"shade":false,"to":[-11.6,-14.4,-15.4]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3937.json b/assets/minecraft/models/w3937.json new file mode 100644 index 000000000..fbe39e51a --- /dev/null +++ b/assets/minecraft/models/w3937.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.25,3.375,11.875,3.5625]},"east":{"texture":"#0","uv":[11.3125,3.5625,11.5,3.75]},"north":{"texture":"#0","uv":[11.5,3.5625,11.875,3.75]},"south":{"texture":"#0","uv":[12.0625,3.5625,12.4375,3.75]},"up":{"texture":"#0","uv":[11.875,3.5625,11.5,3.375]},"west":{"texture":"#0","uv":[11.875,3.5625,12.0625,3.75]}},"from":[-16,-15.6,-16],"shade":false,"to":[-13.6,-14.400001,-14.8]},{"faces":{"north":{"texture":"#0","uv":[13.4375,3.5,13.75,3.75]},"south":{"texture":"#0","uv":[13.75,3.5,13.4375,3.75]}},"from":[-13.6,-16,-15.4],"shade":false,"to":[-11.6,-14.4,-15.4]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3938.json b/assets/minecraft/models/w3938.json new file mode 100644 index 000000000..fbe39e51a --- /dev/null +++ b/assets/minecraft/models/w3938.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.25,3.375,11.875,3.5625]},"east":{"texture":"#0","uv":[11.3125,3.5625,11.5,3.75]},"north":{"texture":"#0","uv":[11.5,3.5625,11.875,3.75]},"south":{"texture":"#0","uv":[12.0625,3.5625,12.4375,3.75]},"up":{"texture":"#0","uv":[11.875,3.5625,11.5,3.375]},"west":{"texture":"#0","uv":[11.875,3.5625,12.0625,3.75]}},"from":[-16,-15.6,-16],"shade":false,"to":[-13.6,-14.400001,-14.8]},{"faces":{"north":{"texture":"#0","uv":[13.4375,3.5,13.75,3.75]},"south":{"texture":"#0","uv":[13.75,3.5,13.4375,3.75]}},"from":[-13.6,-16,-15.4],"shade":false,"to":[-11.6,-14.4,-15.4]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3939.json b/assets/minecraft/models/w3939.json new file mode 100644 index 000000000..6eca2649c --- /dev/null +++ b/assets/minecraft/models/w3939.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[13.4375,3.5,13.75,3.75]},"south":{"texture":"#0","uv":[13.75,3.5,13.4375,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w394.json b/assets/minecraft/models/w394.json new file mode 100644 index 000000000..653a4f10a --- /dev/null +++ b/assets/minecraft/models/w394.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,3,8.5,3.5]},"east":{"texture":"#0","uv":[7,3.5,7.5,4]},"north":{"texture":"#0","uv":[7.5,3.5,8.5,4]},"south":{"texture":"#0","uv":[9,3.5,10,4]},"up":{"texture":"#0","uv":[8.5,3.5,7.5,3]},"west":{"texture":"#0","uv":[8.5,3.5,9,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w1140770226_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3940.json b/assets/minecraft/models/w3940.json new file mode 100644 index 000000000..61f1b9788 --- /dev/null +++ b/assets/minecraft/models/w3940.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.1875,3.375,12.9375,3.5625]},"east":{"texture":"#0","uv":[12.5,3.5625,12.6875,3.75]},"north":{"texture":"#0","uv":[12.6875,3.5625,12.9375,3.75]},"south":{"texture":"#0","uv":[13.125,3.5625,13.375,3.75]},"up":{"texture":"#0","uv":[12.9375,3.5625,12.6875,3.375]},"west":{"texture":"#0","uv":[12.9375,3.5625,13.125,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3941.json b/assets/minecraft/models/w3941.json new file mode 100644 index 000000000..037940426 --- /dev/null +++ b/assets/minecraft/models/w3941.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[2.1875,4.125,1.5625,4.8125]},"west":{"texture":"#0","uv":[1.5625,4.125,2.1875,4.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-11.6,-12]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3942.json b/assets/minecraft/models/w3942.json new file mode 100644 index 000000000..4e8aa5eb8 --- /dev/null +++ b/assets/minecraft/models/w3942.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,6.5625,4.6875,6.875]},"east":{"texture":"#0","uv":[5,7.3125,4.6875,6.875]},"north":{"texture":"#0","uv":[4.25,6.875,4.6875,7.3125]},"south":{"texture":"#0","uv":[5,6.875,5.4375,7.3125]},"up":{"texture":"#0","uv":[4.6875,6.875,4.25,6.5625]},"west":{"texture":"#0","uv":[4.6875,6.875,5,7.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.2,-14]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3943.json b/assets/minecraft/models/w3943.json new file mode 100644 index 000000000..6d6217cfe --- /dev/null +++ b/assets/minecraft/models/w3943.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[7.25,6.5625,7.6875,7]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.2,-16]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3944.json b/assets/minecraft/models/w3944.json new file mode 100644 index 000000000..5928a5c7d --- /dev/null +++ b/assets/minecraft/models/w3944.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.4375,6,6.8125,6.25]},"east":{"texture":"#0","uv":[5.9375,6.25,6.1875,6.5]},"north":{"texture":"#0","uv":[6.1875,6.25,6.8125,6.5]},"south":{"texture":"#0","uv":[7.0625,6.25,7.6875,6.5]},"up":{"texture":"#0","uv":[6.8125,6.25,6.1875,6]},"west":{"texture":"#0","uv":[6.8125,6.25,7.0625,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-11.992,-14.392,-14.392]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3945.json b/assets/minecraft/models/w3945.json new file mode 100644 index 000000000..b9d8254dc --- /dev/null +++ b/assets/minecraft/models/w3945.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.625,6,5,6.25]},"east":{"texture":"#0","uv":[4.125,6.25,4.375,6.5]},"north":{"texture":"#0","uv":[4.375,6.25,5,6.5]},"south":{"texture":"#0","uv":[5.25,6.25,5.875,6.5]},"up":{"texture":"#0","uv":[5,6.25,4.375,6]},"west":{"texture":"#0","uv":[5,6.25,5.25,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3946.json b/assets/minecraft/models/w3946.json new file mode 100644 index 000000000..35af26cbd --- /dev/null +++ b/assets/minecraft/models/w3946.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,6,1.125,6.25]},"east":{"texture":"#0","uv":[0,6.25,0.25,6.5]},"north":{"texture":"#0","uv":[0.25,6.25,1.125,6.5]},"south":{"texture":"#0","uv":[1.375,6.25,2.25,6.5]},"up":{"texture":"#0","uv":[1.125,6.25,0.25,6]},"west":{"texture":"#0","uv":[1.125,6.25,1.375,6.5]}},"from":[-16,-15.996,-15.947472],"shade":false,"to":[-10.4,-14.396,-14.347471]},{"faces":{"down":{"texture":"#0","uv":[3.8125,6,3.1875,6.25]},"east":{"texture":"#0","uv":[2.3125,6.25,2.5625,6.5]},"north":{"texture":"#0","uv":[2.5625,6.25,3.1875,6.5]},"south":{"texture":"#0","uv":[3.4375,6.25,4.0625,6.5]},"up":{"texture":"#0","uv":[3.1875,6.25,2.5625,6]},"west":{"texture":"#0","uv":[3.1875,6.25,3.4375,6.5]}},"from":[-11.0868435,-16,-16],"rotation":{"angle":45,"axis":"y","origin":[-10.682843,-15.196,-15.196],"rescale":false},"shade":false,"to":[-7.078843,-14.392,-14.392]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3947.json b/assets/minecraft/models/w3947.json new file mode 100644 index 000000000..d2e68d0e7 --- /dev/null +++ b/assets/minecraft/models/w3947.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[7.6875,6.5625,7.25,7]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.2,-16]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3948.json b/assets/minecraft/models/w3948.json new file mode 100644 index 000000000..4f730c449 --- /dev/null +++ b/assets/minecraft/models/w3948.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.8125,6,7.4375,6.25]},"east":{"texture":"#0","uv":[7.0625,6.25,6.8125,6.5]},"north":{"texture":"#0","uv":[6.8125,6.25,6.1875,6.5]},"south":{"texture":"#0","uv":[7.6875,6.25,7.0625,6.5]},"up":{"texture":"#0","uv":[6.1875,6.25,6.8125,6]},"west":{"texture":"#0","uv":[6.1875,6.25,5.9375,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-11.992,-14.392,-14.392]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3949.json b/assets/minecraft/models/w3949.json new file mode 100644 index 000000000..bcabd39e9 --- /dev/null +++ b/assets/minecraft/models/w3949.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,6,5.625,6.25]},"east":{"texture":"#0","uv":[5.25,6.25,5,6.5]},"north":{"texture":"#0","uv":[5,6.25,4.375,6.5]},"south":{"texture":"#0","uv":[5.875,6.25,5.25,6.5]},"up":{"texture":"#0","uv":[4.375,6.25,5,6]},"west":{"texture":"#0","uv":[4.375,6.25,4.125,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w395.json b/assets/minecraft/models/w395.json new file mode 100644 index 000000000..07445b35f --- /dev/null +++ b/assets/minecraft/models/w395.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,5,6,5.5]},"east":{"texture":"#0","uv":[5,5.5,5.5,7.5]},"north":{"texture":"#0","uv":[5.5,5.5,6,7.5]},"south":{"texture":"#0","uv":[6.5,5.5,7,7.5]},"up":{"texture":"#0","uv":[6,5.5,5.5,5]},"west":{"texture":"#0","uv":[6,5.5,6.5,7.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.592,-14.392,-15.592]}],"overrides":[],"textures":{"0":"item/w1140770226_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3950.json b/assets/minecraft/models/w3950.json new file mode 100644 index 000000000..40d530e42 --- /dev/null +++ b/assets/minecraft/models/w3950.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,6,2,6.25]},"east":{"texture":"#0","uv":[1.375,6.25,1.125,6.5]},"north":{"texture":"#0","uv":[1.125,6.25,0.25,6.5]},"south":{"texture":"#0","uv":[2.25,6.25,1.375,6.5]},"up":{"texture":"#0","uv":[0.25,6.25,1.125,6]},"west":{"texture":"#0","uv":[0.25,6.25,0,6.5]}},"from":[-12.678843,-15.996,-15.947472],"shade":false,"to":[-7.0788426,-14.396,-14.347471]},{"faces":{"down":{"texture":"#0","uv":[3.1875,6,3.8125,6.25]},"east":{"texture":"#0","uv":[3.4375,6.25,3.1875,6.5]},"north":{"texture":"#0","uv":[3.1875,6.25,2.5625,6.5]},"south":{"texture":"#0","uv":[4.0625,6.25,3.4375,6.5]},"up":{"texture":"#0","uv":[2.5625,6.25,3.1875,6]},"west":{"texture":"#0","uv":[2.5625,6.25,2.3125,6.5]}},"from":[-16,-16,-16],"rotation":{"angle":-45,"axis":"y","origin":[-12.396,-15.196,-15.196],"rescale":false},"shade":false,"to":[-11.992,-14.392,-14.392]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3951.json b/assets/minecraft/models/w3951.json new file mode 100644 index 000000000..299fdeb32 --- /dev/null +++ b/assets/minecraft/models/w3951.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.8125,6.5625,6.25,6.875]},"east":{"texture":"#0","uv":[6.5625,7.3125,6.25,6.875]},"north":{"texture":"#0","uv":[5.8125,6.875,6.25,7.3125]},"south":{"texture":"#0","uv":[6.5625,6.875,7,7.3125]},"up":{"texture":"#0","uv":[6.25,6.875,5.8125,6.5625]},"west":{"texture":"#0","uv":[6.25,6.875,6.5625,7.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.2,-14]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3952.json b/assets/minecraft/models/w3952.json new file mode 100644 index 000000000..aca46326d --- /dev/null +++ b/assets/minecraft/models/w3952.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.8125,0,0.6875,0]},"east":{"texture":"#0","uv":[0.5625,0,0.5625,0.125]},"north":{"texture":"#0","uv":[0.5625,0,0.6875,0.125]},"south":{"texture":"#0","uv":[0.6875,0,0.8125,0.125]},"up":{"texture":"#0","uv":[0.6875,0,0.5625,0]},"west":{"texture":"#0","uv":[0.6875,0,0.6875,0.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-16]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3953.json b/assets/minecraft/models/w3953.json new file mode 100644 index 000000000..f2648af2c --- /dev/null +++ b/assets/minecraft/models/w3953.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.6875,0,0.8125,0]},"east":{"texture":"#0","uv":[0.6875,0,0.6875,0.125]},"north":{"texture":"#0","uv":[0.6875,0,0.5625,0.125]},"south":{"texture":"#0","uv":[0.8125,0,0.6875,0.125]},"up":{"texture":"#0","uv":[0.5625,0,0.6875,0]},"west":{"texture":"#0","uv":[0.5625,0,0.5625,0.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-16]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3954.json b/assets/minecraft/models/w3954.json new file mode 100644 index 000000000..86a01d046 --- /dev/null +++ b/assets/minecraft/models/w3954.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.1875,2.5,0.6875,2.6875]},"east":{"texture":"#0","uv":[0,2.6875,0.1875,2.9375]},"north":{"texture":"#0","uv":[0.1875,2.6875,0.6875,2.9375]},"south":{"texture":"#0","uv":[0.875,2.6875,1.375,2.9375]},"up":{"texture":"#0","uv":[0.6875,2.6875,0.1875,2.5]},"west":{"texture":"#0","uv":[0.6875,2.6875,0.875,2.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.5,-14.4,-14.8]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3955.json b/assets/minecraft/models/w3955.json new file mode 100644 index 000000000..1f72a8eb1 --- /dev/null +++ b/assets/minecraft/models/w3955.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0.375,0.5,0.375]},"east":{"texture":"#0","uv":[0,0.375,0,0.75]},"north":{"texture":"#0","uv":[0,0.375,0.5,0.75]},"south":{"texture":"#0","uv":[0.5,0.375,1,0.75]},"up":{"texture":"#0","uv":[0.5,0.375,0,0.375]},"west":{"texture":"#0","uv":[0.5,0.375,0.5,0.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.5,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3956.json b/assets/minecraft/models/w3956.json new file mode 100644 index 000000000..2dd8d47ac --- /dev/null +++ b/assets/minecraft/models/w3956.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.6875,2.5,1.1875,2.6875]},"east":{"texture":"#0","uv":[0.875,2.6875,0.6875,2.9375]},"north":{"texture":"#0","uv":[0.6875,2.6875,0.1875,2.9375]},"south":{"texture":"#0","uv":[1.375,2.6875,0.875,2.9375]},"up":{"texture":"#0","uv":[0.1875,2.6875,0.6875,2.5]},"west":{"texture":"#0","uv":[0.1875,2.6875,0,2.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.5,-14.4,-14.8]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3957.json b/assets/minecraft/models/w3957.json new file mode 100644 index 000000000..63c9accdf --- /dev/null +++ b/assets/minecraft/models/w3957.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,0.375,1,0.375]},"east":{"texture":"#0","uv":[0.5,0.375,0.5,0.75]},"north":{"texture":"#0","uv":[0.5,0.375,0,0.75]},"south":{"texture":"#0","uv":[1,0.375,0.5,0.75]},"up":{"texture":"#0","uv":[0,0.375,0.5,0.375]},"west":{"texture":"#0","uv":[0,0.375,0,0.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.5,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3958.json b/assets/minecraft/models/w3958.json new file mode 100644 index 000000000..6fa938e47 --- /dev/null +++ b/assets/minecraft/models/w3958.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.4375,2.0625,0.8125,2.25]},"east":{"texture":"#0","uv":[0,2.25,0.1875,2.5]},"north":{"texture":"#0","uv":[0.1875,2.25,0.8125,2.5]},"south":{"texture":"#0","uv":[1,2.25,1.625,2.5]},"up":{"texture":"#0","uv":[0.8125,2.25,0.1875,2.0625]},"west":{"texture":"#0","uv":[0.8125,2.25,1,2.5]}},"from":[-14.804,-16,-16],"shade":false,"to":[-10.796,-14.392001,-14.792]},{"faces":{"down":{"texture":"#0","uv":[0.8125,0,0.6875,0]},"east":{"texture":"#0","uv":[0.5625,0,0.5625,0.125]},"north":{"texture":"#0","uv":[0.5625,0,0.6875,0.125]},"south":{"texture":"#0","uv":[0.6875,0,0.8125,0.125]},"up":{"texture":"#0","uv":[0.6875,0,0.5625,0]},"west":{"texture":"#0","uv":[0.6875,0,0.6875,0.125]}},"from":[-13.297056,-12.981787,-15.596],"rotation":{"angle":45,"axis":"z","origin":[-11.2,-13.996,-15.596],"rescale":false},"shade":false,"to":[-12.497056,-12.181787,-15.596]},{"faces":{"down":{"texture":"#0","uv":[0.8125,0,0.6875,0]},"east":{"texture":"#0","uv":[0.5625,0,0.5625,0.125]},"north":{"texture":"#0","uv":[0.5625,0,0.6875,0.125]},"south":{"texture":"#0","uv":[0.6875,0,0.8125,0.125]},"up":{"texture":"#0","uv":[0.6875,0,0.5625,0]},"west":{"texture":"#0","uv":[0.6875,0,0.6875,0.125]}},"from":[-12.448528,-13.830315,-15.596],"rotation":{"angle":45,"axis":"z","origin":[-11.2,-13.996,-15.596],"rescale":false},"shade":false,"to":[-11.648528,-13.030314,-15.596]},{"faces":{"down":{"texture":"#0","uv":[3.25,2.375,3.125,2.5]},"east":{"texture":"#0","uv":[2.875,2.5,3,3]},"north":{"texture":"#0","uv":[3,2.5,3.125,3]},"south":{"texture":"#0","uv":[3.25,2.5,3.375,3]},"up":{"texture":"#0","uv":[3.125,2.5,3,2.375]},"west":{"texture":"#0","uv":[3.125,2.5,3.25,3]}},"from":[-10.4,-15.996,-12.716],"shade":false,"to":[-9.599999,-12.7960005,-11.915999]},{"faces":{"down":{"texture":"#0","uv":[0.875,0.75,0.75,0.875]},"east":{"texture":"#0","uv":[0.5,0.875,0.625,1.125]},"north":{"texture":"#0","uv":[0.625,0.875,0.75,1.125]},"south":{"texture":"#0","uv":[0.875,0.875,1,1.125]},"up":{"texture":"#0","uv":[0.75,0.875,0.625,0.75]},"west":{"texture":"#0","uv":[0.75,0.875,0.875,1.125]}},"from":[-10.4,-15.996,-11.916],"shade":false,"to":[-9.599999,-14.396,-11.116]},{"faces":{"down":{"texture":"#0","uv":[2.25,2.5,2.125,2.625]},"east":{"texture":"#0","uv":[1.875,2.625,2,3.1875]},"north":{"texture":"#0","uv":[2,2.625,2.125,3.1875]},"south":{"texture":"#0","uv":[2.25,2.625,2.375,3.1875]},"up":{"texture":"#0","uv":[2.125,2.625,2,2.5]},"west":{"texture":"#0","uv":[2.125,2.625,2.25,3.1875]}},"from":[-10.396,-15.992002,-11.912],"rotation":{"angle":22.5,"axis":"x","origin":[-9.6,-15.996,-11.116],"rescale":false},"shade":false,"to":[-9.604,-12.4,-11.12]},{"faces":{"down":{"texture":"#0","uv":[2.125,2.5,2.25,2.625]},"east":{"texture":"#0","uv":[2.25,2.625,2.125,3.1875]},"north":{"texture":"#0","uv":[2.125,2.625,2,3.1875]},"south":{"texture":"#0","uv":[2.375,2.625,2.25,3.1875]},"up":{"texture":"#0","uv":[2,2.625,2.125,2.5]},"west":{"texture":"#0","uv":[2,2.625,1.875,3.1875]}},"from":[-15.996,-15.992002,-11.912],"rotation":{"angle":22.5,"axis":"x","origin":[-16,-15.996,-11.116],"rescale":false},"shade":false,"to":[-15.204,-12.4,-11.12]},{"faces":{"down":{"texture":"#0","uv":[3.125,2.375,3.25,2.5]},"east":{"texture":"#0","uv":[3.25,2.5,3.125,3]},"north":{"texture":"#0","uv":[3.125,2.5,3,3]},"south":{"texture":"#0","uv":[3.375,2.5,3.25,3]},"up":{"texture":"#0","uv":[3,2.5,3.125,2.375]},"west":{"texture":"#0","uv":[3,2.5,2.875,3]}},"from":[-16,-15.996,-12.716],"shade":false,"to":[-15.2,-12.7960005,-11.915999]},{"faces":{"down":{"texture":"#0","uv":[0.75,0.75,0.875,0.875]},"east":{"texture":"#0","uv":[0.875,0.875,0.75,1.125]},"north":{"texture":"#0","uv":[0.75,0.875,0.625,1.125]},"south":{"texture":"#0","uv":[1,0.875,0.875,1.125]},"up":{"texture":"#0","uv":[0.625,0.875,0.75,0.75]},"west":{"texture":"#0","uv":[0.625,0.875,0.5,1.125]}},"from":[-16,-15.996,-11.916],"shade":false,"to":[-15.2,-14.396,-11.116]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3959.json b/assets/minecraft/models/w3959.json new file mode 100644 index 000000000..c5c224e35 --- /dev/null +++ b/assets/minecraft/models/w3959.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.15,0.9375,3.5,1.0625]},"east":{"texture":"#0","uv":[3.5875,0.5625,3.5,0.6875]},"south":{"texture":"#0","uv":[4.15,0.9375,3.5,1.0625]},"west":{"texture":"#0","uv":[3.5875,0.5625,3.5,0.6875]}},"from":[8,8,8],"shade":false,"to":[12.16,7.2,8.8]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w396.json b/assets/minecraft/models/w396.json new file mode 100644 index 000000000..b4b4bd4a9 --- /dev/null +++ b/assets/minecraft/models/w396.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,1.5,8.5,2.5]},"east":{"texture":"#0","uv":[7,2.5,8,3]},"north":{"texture":"#0","uv":[8,2.5,8.5,3]},"south":{"texture":"#0","uv":[9.5,2.5,10,3]},"up":{"texture":"#0","uv":[8.5,2.5,8,1.5]},"west":{"texture":"#0","uv":[8.5,2.5,9.5,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-15.2]}],"overrides":[],"textures":{"0":"item/w1140770226_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3960.json b/assets/minecraft/models/w3960.json new file mode 100644 index 000000000..a3c33f26a --- /dev/null +++ b/assets/minecraft/models/w3960.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.8125,0.1875,0.6875,0.1875]},"east":{"texture":"#0","uv":[0.5625,0.1875,0.5625,0.3125]},"north":{"texture":"#0","uv":[0.5625,0.1875,0.6875,0.3125]},"south":{"texture":"#0","uv":[0.6875,0.1875,0.8125,0.3125]},"up":{"texture":"#0","uv":[0.6875,0.1875,0.5625,0.1875]},"west":{"texture":"#0","uv":[0.6875,0.1875,0.6875,0.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-16]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3961.json b/assets/minecraft/models/w3961.json new file mode 100644 index 000000000..4b846f0eb --- /dev/null +++ b/assets/minecraft/models/w3961.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.6875,0.1875,0.8125,0.1875]},"east":{"texture":"#0","uv":[0.6875,0.1875,0.6875,0.3125]},"north":{"texture":"#0","uv":[0.6875,0.1875,0.5625,0.3125]},"south":{"texture":"#0","uv":[0.8125,0.1875,0.6875,0.3125]},"up":{"texture":"#0","uv":[0.5625,0.1875,0.6875,0.1875]},"west":{"texture":"#0","uv":[0.5625,0.1875,0.5625,0.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-16]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3962.json b/assets/minecraft/models/w3962.json new file mode 100644 index 000000000..67304514f --- /dev/null +++ b/assets/minecraft/models/w3962.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.4375,0,2.25,1.125]},"east":{"texture":"#0","uv":[3.375,1.125,2.25,2.0625]},"north":{"texture":"#0","uv":[1.0625,1.125,2.25,2.0625]},"south":{"texture":"#0","uv":[3.375,1.125,4.5625,2.0625]},"up":{"texture":"#0","uv":[2.25,1.125,1.0625,0]},"west":{"texture":"#0","uv":[2.25,1.125,3.375,2.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-8.8,-10,-8.8]},{"faces":{"down":{"texture":"#0","uv":[0.8125,0.1875,0.6875,0.1875]},"east":{"texture":"#0","uv":[0.5625,0.1875,0.5625,0.3125]},"north":{"texture":"#0","uv":[0.5625,0.1875,0.6875,0.3125]},"south":{"texture":"#0","uv":[0.6875,0.1875,0.8125,0.3125]},"up":{"texture":"#0","uv":[0.6875,0.1875,0.5625,0.1875]},"west":{"texture":"#0","uv":[0.6875,0.1875,0.6875,0.3125]}},"from":[-11.250723,-15.967051,-15.52891],"rotation":{"angle":45,"axis":"z","origin":[-10.8,-16.93054,-15.073923],"rescale":false},"shade":false,"to":[-10.450723,-15.16705,-15.52891]},{"faces":{"down":{"texture":"#0","uv":[0.8125,0.1875,0.6875,0.1875]},"east":{"texture":"#0","uv":[0.5625,0.1875,0.5625,0.3125]},"north":{"texture":"#0","uv":[0.5625,0.1875,0.6875,0.3125]},"south":{"texture":"#0","uv":[0.6875,0.1875,0.8125,0.3125]},"up":{"texture":"#0","uv":[0.6875,0.1875,0.5625,0.1875]},"west":{"texture":"#0","uv":[0.6875,0.1875,0.6875,0.3125]}},"from":[-12.099251,-15.3185215,-15.52891],"rotation":{"angle":45,"axis":"z","origin":[-10.8,-17.13054,-15.073923],"rescale":false},"shade":false,"to":[-11.299251,-14.518521,-15.52891]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3963.json b/assets/minecraft/models/w3963.json new file mode 100644 index 000000000..6d0f4687d --- /dev/null +++ b/assets/minecraft/models/w3963.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4.375,0.4375,4.6875,0.8125]},"south":{"texture":"#0","uv":[4.6875,0.4375,4.375,0.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3964.json b/assets/minecraft/models/w3964.json new file mode 100644 index 000000000..cba82783c --- /dev/null +++ b/assets/minecraft/models/w3964.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4.6875,0.4375,4.375,0.8125]},"south":{"texture":"#0","uv":[4.375,0.4375,4.6875,0.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3965.json b/assets/minecraft/models/w3965.json new file mode 100644 index 000000000..cd3822508 --- /dev/null +++ b/assets/minecraft/models/w3965.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4.375,0,5.1875,0.375]},"south":{"texture":"#0","uv":[5.1875,0,4.375,0.375]}},"from":[-16,-16,-16],"shade":false,"to":[-10.799999,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3966.json b/assets/minecraft/models/w3966.json new file mode 100644 index 000000000..181bef649 --- /dev/null +++ b/assets/minecraft/models/w3966.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[5.1875,0,4.375,0.375]},"south":{"texture":"#0","uv":[4.375,0,5.1875,0.375]}},"from":[-16,-16,-16],"shade":false,"to":[-10.799999,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w1823039592_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3967.json b/assets/minecraft/models/w3967.json new file mode 100644 index 000000000..4635298aa --- /dev/null +++ b/assets/minecraft/models/w3967.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.625,0,1.375,0]},"east":{"texture":"#0","uv":[1.125,0,1.125,0.25]},"north":{"texture":"#0","uv":[1.125,0,1.375,0.25]},"south":{"texture":"#0","uv":[1.375,0,1.625,0.25]},"up":{"texture":"#0","uv":[1.375,0,1.125,0]},"west":{"texture":"#0","uv":[1.375,0,1.375,0.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-16]}],"overrides":[],"textures":{"0":"item/w105696454_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3968.json b/assets/minecraft/models/w3968.json new file mode 100644 index 000000000..92cb5e857 --- /dev/null +++ b/assets/minecraft/models/w3968.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.375,0,1.625,0]},"east":{"texture":"#0","uv":[1.375,0,1.375,0.25]},"north":{"texture":"#0","uv":[1.375,0,1.125,0.25]},"south":{"texture":"#0","uv":[1.625,0,1.375,0.25]},"up":{"texture":"#0","uv":[1.125,0,1.375,0]},"west":{"texture":"#0","uv":[1.125,0,1.125,0.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-16]}],"overrides":[],"textures":{"0":"item/w105696454_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3969.json b/assets/minecraft/models/w3969.json new file mode 100644 index 000000000..94bbbef7e --- /dev/null +++ b/assets/minecraft/models/w3969.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.375,5,1.375,5.375]},"east":{"texture":"#0","uv":[0,5.375,0.375,5.875]},"north":{"texture":"#0","uv":[0.375,5.375,1.375,5.875]},"south":{"texture":"#0","uv":[1.75,5.375,2.75,5.875]},"up":{"texture":"#0","uv":[1.375,5.375,0.375,5]},"west":{"texture":"#0","uv":[1.375,5.375,1.75,5.875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.5,-14.4,-14.8]}],"overrides":[],"textures":{"0":"item/w105696454_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w397.json b/assets/minecraft/models/w397.json new file mode 100644 index 000000000..d2a35db50 --- /dev/null +++ b/assets/minecraft/models/w397.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,5,7,6]},"up":{"texture":"#0","uv":[7.5,6,7,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1140770226_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3970.json b/assets/minecraft/models/w3970.json new file mode 100644 index 000000000..d2b2f17f3 --- /dev/null +++ b/assets/minecraft/models/w3970.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,0.75,1,0.75]},"east":{"texture":"#0","uv":[0,0.75,0,1.5]},"north":{"texture":"#0","uv":[0,0.75,1,1.5]},"south":{"texture":"#0","uv":[1,0.75,2,1.5]},"up":{"texture":"#0","uv":[1,0.75,0,0.75]},"west":{"texture":"#0","uv":[1,0.75,1,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.5,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w105696454_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3971.json b/assets/minecraft/models/w3971.json new file mode 100644 index 000000000..608f16fff --- /dev/null +++ b/assets/minecraft/models/w3971.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.375,5,2.375,5.375]},"east":{"texture":"#0","uv":[1.75,5.375,1.375,5.875]},"north":{"texture":"#0","uv":[1.375,5.375,0.375,5.875]},"south":{"texture":"#0","uv":[2.75,5.375,1.75,5.875]},"up":{"texture":"#0","uv":[0.375,5.375,1.375,5]},"west":{"texture":"#0","uv":[0.375,5.375,0,5.875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.5,-14.4,-14.8]}],"overrides":[],"textures":{"0":"item/w105696454_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3972.json b/assets/minecraft/models/w3972.json new file mode 100644 index 000000000..e8312527f --- /dev/null +++ b/assets/minecraft/models/w3972.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0.75,2,0.75]},"east":{"texture":"#0","uv":[1,0.75,1,1.5]},"north":{"texture":"#0","uv":[1,0.75,0,1.5]},"south":{"texture":"#0","uv":[2,0.75,1,1.5]},"up":{"texture":"#0","uv":[0,0.75,1,0.75]},"west":{"texture":"#0","uv":[0,0.75,0,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.5,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w105696454_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3973.json b/assets/minecraft/models/w3973.json new file mode 100644 index 000000000..b8dcb95b9 --- /dev/null +++ b/assets/minecraft/models/w3973.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.875,4.125,1.625,4.5]},"east":{"texture":"#0","uv":[0,4.5,0.375,5]},"north":{"texture":"#0","uv":[0.375,4.5,1.625,5]},"south":{"texture":"#0","uv":[2,4.5,3.25,5]},"up":{"texture":"#0","uv":[1.625,4.5,0.375,4.125]},"west":{"texture":"#0","uv":[1.625,4.5,2,5]}},"from":[-14.804,-16,-16],"shade":false,"to":[-10.796,-14.392,-14.792]},{"faces":{"down":{"texture":"#0","uv":[1.625,0,1.375,0]},"east":{"texture":"#0","uv":[1.125,0,1.125,0.25]},"north":{"texture":"#0","uv":[1.125,0,1.375,0.25]},"south":{"texture":"#0","uv":[1.375,0,1.625,0.25]},"up":{"texture":"#0","uv":[1.375,0,1.125,0]},"west":{"texture":"#0","uv":[1.375,0,1.375,0.25]}},"from":[-13.297056,-12.981787,-15.596],"rotation":{"angle":45,"axis":"z","origin":[-11.2,-13.996,-15.596],"rescale":false},"shade":false,"to":[-12.497056,-12.181787,-15.596]},{"faces":{"down":{"texture":"#0","uv":[1.625,0,1.375,0]},"east":{"texture":"#0","uv":[1.125,0,1.125,0.25]},"north":{"texture":"#0","uv":[1.125,0,1.375,0.25]},"south":{"texture":"#0","uv":[1.375,0,1.625,0.25]},"up":{"texture":"#0","uv":[1.375,0,1.125,0]},"west":{"texture":"#0","uv":[1.375,0,1.375,0.25]}},"from":[-12.448528,-13.830315,-15.596],"rotation":{"angle":45,"axis":"z","origin":[-11.2,-13.996,-15.596],"rescale":false},"shade":false,"to":[-11.648528,-13.030314,-15.596]},{"faces":{"down":{"texture":"#0","uv":[5,4.125,4.75,4.375]},"east":{"texture":"#0","uv":[4.25,4.375,4.5,5.375]},"north":{"texture":"#0","uv":[4.5,4.375,4.75,5.375]},"south":{"texture":"#0","uv":[5,4.375,5.25,5.375]},"up":{"texture":"#0","uv":[4.75,4.375,4.5,4.125]},"west":{"texture":"#0","uv":[4.75,4.375,5,5.375]}},"from":[-10.4,-15.996,-12.716],"shade":false,"to":[-9.599999,-12.7960005,-11.915999]},{"faces":{"down":{"texture":"#0","uv":[1.75,1.5,1.5,1.75]},"east":{"texture":"#0","uv":[1,1.75,1.25,2.25]},"north":{"texture":"#0","uv":[1.25,1.75,1.5,2.25]},"south":{"texture":"#0","uv":[1.75,1.75,2,2.25]},"up":{"texture":"#0","uv":[1.5,1.75,1.25,1.5]},"west":{"texture":"#0","uv":[1.5,1.75,1.75,2.25]}},"from":[-10.4,-15.996,-11.916],"shade":false,"to":[-9.599999,-14.396,-11.116]},{"faces":{"down":{"texture":"#0","uv":[4,4.125,3.75,4.375]},"east":{"texture":"#0","uv":[3.25,4.375,3.5,5.5]},"north":{"texture":"#0","uv":[3.5,4.375,3.75,5.5]},"south":{"texture":"#0","uv":[4,4.375,4.25,5.5]},"up":{"texture":"#0","uv":[3.75,4.375,3.5,4.125]},"west":{"texture":"#0","uv":[3.75,4.375,4,5.5]}},"from":[-10.396,-15.992,-11.912],"rotation":{"angle":22.5,"axis":"x","origin":[-9.6,-15.996,-11.116],"rescale":false},"shade":false,"to":[-9.604,-12.4,-11.12]},{"faces":{"down":{"texture":"#0","uv":[3.75,4.125,4,4.375]},"east":{"texture":"#0","uv":[4,4.375,3.75,5.5]},"north":{"texture":"#0","uv":[3.75,4.375,3.5,5.5]},"south":{"texture":"#0","uv":[4.25,4.375,4,5.5]},"up":{"texture":"#0","uv":[3.5,4.375,3.75,4.125]},"west":{"texture":"#0","uv":[3.5,4.375,3.25,5.5]}},"from":[-15.996,-15.992,-11.912],"rotation":{"angle":22.5,"axis":"x","origin":[-16,-15.996,-11.116],"rescale":false},"shade":false,"to":[-15.204,-12.4,-11.12]},{"faces":{"down":{"texture":"#0","uv":[4.75,4.125,5,4.375]},"east":{"texture":"#0","uv":[5,4.375,4.75,5.375]},"north":{"texture":"#0","uv":[4.75,4.375,4.5,5.375]},"south":{"texture":"#0","uv":[5.25,4.375,5,5.375]},"up":{"texture":"#0","uv":[4.5,4.375,4.75,4.125]},"west":{"texture":"#0","uv":[4.5,4.375,4.25,5.375]}},"from":[-16,-15.996,-12.716],"shade":false,"to":[-15.2,-12.7960005,-11.915999]},{"faces":{"down":{"texture":"#0","uv":[1.5,1.5,1.75,1.75]},"east":{"texture":"#0","uv":[1.75,1.75,1.5,2.25]},"north":{"texture":"#0","uv":[1.5,1.75,1.25,2.25]},"south":{"texture":"#0","uv":[2,1.75,1.75,2.25]},"up":{"texture":"#0","uv":[1.25,1.75,1.5,1.5]},"west":{"texture":"#0","uv":[1.25,1.75,1,2.25]}},"from":[-16,-15.996,-11.916],"shade":false,"to":[-15.2,-14.396,-11.116]}],"overrides":[],"textures":{"0":"item/w105696454_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3974.json b/assets/minecraft/models/w3974.json new file mode 100644 index 000000000..4270762da --- /dev/null +++ b/assets/minecraft/models/w3974.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.3,1.875,7,2.125]},"east":{"texture":"#0","uv":[7.25,1.125,7,1.375]},"south":{"texture":"#0","uv":[8.3,1.875,7,2.125]},"west":{"texture":"#0","uv":[7.25,1.125,7,1.375]}},"from":[8,8,8],"shade":false,"to":[12.16,7.2,8.8]}],"overrides":[],"textures":{"0":"item/w105696454_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3975.json b/assets/minecraft/models/w3975.json new file mode 100644 index 000000000..9da76be37 --- /dev/null +++ b/assets/minecraft/models/w3975.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.625,0.375,1.375,0.375]},"east":{"texture":"#0","uv":[1.125,0.375,1.125,0.625]},"north":{"texture":"#0","uv":[1.125,0.375,1.375,0.625]},"south":{"texture":"#0","uv":[1.375,0.375,1.625,0.625]},"up":{"texture":"#0","uv":[1.375,0.375,1.125,0.375]},"west":{"texture":"#0","uv":[1.375,0.375,1.375,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-16]}],"overrides":[],"textures":{"0":"item/w105696454_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3976.json b/assets/minecraft/models/w3976.json new file mode 100644 index 000000000..5e82e9be2 --- /dev/null +++ b/assets/minecraft/models/w3976.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.375,0.375,1.625,0.375]},"east":{"texture":"#0","uv":[1.375,0.375,1.375,0.625]},"north":{"texture":"#0","uv":[1.375,0.375,1.125,0.625]},"south":{"texture":"#0","uv":[1.625,0.375,1.375,0.625]},"up":{"texture":"#0","uv":[1.125,0.375,1.375,0.375]},"west":{"texture":"#0","uv":[1.125,0.375,1.125,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-16]}],"overrides":[],"textures":{"0":"item/w105696454_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3977.json b/assets/minecraft/models/w3977.json new file mode 100644 index 000000000..510fd5acf --- /dev/null +++ b/assets/minecraft/models/w3977.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.875,0,4.5,2.25]},"east":{"texture":"#0","uv":[6.75,2.25,4.5,4.125]},"north":{"texture":"#0","uv":[2.125,2.25,4.5,4.125]},"south":{"texture":"#0","uv":[6.75,2.25,9.125,4.125]},"up":{"texture":"#0","uv":[4.5,2.25,2.125,0]},"west":{"texture":"#0","uv":[4.5,2.25,6.75,4.125]}},"from":[-16,-16,-16],"shade":false,"to":[-8.8,-10,-8.8]},{"faces":{"down":{"texture":"#0","uv":[1.625,0.375,1.375,0.375]},"east":{"texture":"#0","uv":[1.125,0.375,1.125,0.625]},"north":{"texture":"#0","uv":[1.125,0.375,1.375,0.625]},"south":{"texture":"#0","uv":[1.375,0.375,1.625,0.625]},"up":{"texture":"#0","uv":[1.375,0.375,1.125,0.375]},"west":{"texture":"#0","uv":[1.375,0.375,1.375,0.625]}},"from":[-11.250723,-15.96705,-15.52891],"rotation":{"angle":45,"axis":"z","origin":[-10.8,-16.93054,-15.073923],"rescale":false},"shade":false,"to":[-10.450723,-15.167049,-15.52891]},{"faces":{"down":{"texture":"#0","uv":[1.625,0.375,1.375,0.375]},"east":{"texture":"#0","uv":[1.125,0.375,1.125,0.625]},"north":{"texture":"#0","uv":[1.125,0.375,1.375,0.625]},"south":{"texture":"#0","uv":[1.375,0.375,1.625,0.625]},"up":{"texture":"#0","uv":[1.375,0.375,1.125,0.375]},"west":{"texture":"#0","uv":[1.375,0.375,1.375,0.625]}},"from":[-12.099251,-15.3185215,-15.52891],"rotation":{"angle":45,"axis":"z","origin":[-10.8,-17.13054,-15.073923],"rescale":false},"shade":false,"to":[-11.299251,-14.518521,-15.52891]}],"overrides":[],"textures":{"0":"item/w105696454_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3978.json b/assets/minecraft/models/w3978.json new file mode 100644 index 000000000..d0a01661e --- /dev/null +++ b/assets/minecraft/models/w3978.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[7.375,0.875,8,1.625]},"south":{"texture":"#0","uv":[8,0.875,7.375,1.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w105696454_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3979.json b/assets/minecraft/models/w3979.json new file mode 100644 index 000000000..51fb26303 --- /dev/null +++ b/assets/minecraft/models/w3979.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[8,0.875,7.375,1.625]},"south":{"texture":"#0","uv":[7.375,0.875,8,1.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w105696454_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w398.json b/assets/minecraft/models/w398.json new file mode 100644 index 000000000..a96327ae8 --- /dev/null +++ b/assets/minecraft/models/w398.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,1.5,9,2.5]},"east":{"texture":"#0","uv":[9.5,2.5,8.5,3]},"north":{"texture":"#0","uv":[8.5,2.5,8,3]},"south":{"texture":"#0","uv":[10,2.5,9.5,3]},"up":{"texture":"#0","uv":[8,2.5,8.5,1.5]},"west":{"texture":"#0","uv":[8,2.5,7,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-15.2]}],"overrides":[],"textures":{"0":"item/w1140770226_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3980.json b/assets/minecraft/models/w3980.json new file mode 100644 index 000000000..510642e08 --- /dev/null +++ b/assets/minecraft/models/w3980.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[7,0,8.625,0.75]},"south":{"texture":"#0","uv":[8.625,0,7,0.75]}},"from":[-16,-16,-16],"shade":false,"to":[-10.799999,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w105696454_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3981.json b/assets/minecraft/models/w3981.json new file mode 100644 index 000000000..34862e970 --- /dev/null +++ b/assets/minecraft/models/w3981.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[8.625,0,7,0.75]},"south":{"texture":"#0","uv":[7,0,8.625,0.75]}},"from":[-16,-16,-16],"shade":false,"to":[-10.799999,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w105696454_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3982.json b/assets/minecraft/models/w3982.json new file mode 100644 index 000000000..083621328 --- /dev/null +++ b/assets/minecraft/models/w3982.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,10,4,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3983.json b/assets/minecraft/models/w3983.json new file mode 100644 index 000000000..ea0bb02ff --- /dev/null +++ b/assets/minecraft/models/w3983.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,16,2,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3984.json b/assets/minecraft/models/w3984.json new file mode 100644 index 000000000..706ad4dbd --- /dev/null +++ b/assets/minecraft/models/w3984.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,14,2,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.400001,-16,-14.615]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3985.json b/assets/minecraft/models/w3985.json new file mode 100644 index 000000000..ea0bb02ff --- /dev/null +++ b/assets/minecraft/models/w3985.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,16,2,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3986.json b/assets/minecraft/models/w3986.json new file mode 100644 index 000000000..03787c6d8 --- /dev/null +++ b/assets/minecraft/models/w3986.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,14,2,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.615]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3987.json b/assets/minecraft/models/w3987.json new file mode 100644 index 000000000..ea0bb02ff --- /dev/null +++ b/assets/minecraft/models/w3987.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,16,2,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3988.json b/assets/minecraft/models/w3988.json new file mode 100644 index 000000000..03787c6d8 --- /dev/null +++ b/assets/minecraft/models/w3988.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,14,2,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.615]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3989.json b/assets/minecraft/models/w3989.json new file mode 100644 index 000000000..ea0bb02ff --- /dev/null +++ b/assets/minecraft/models/w3989.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,16,2,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w399.json b/assets/minecraft/models/w399.json new file mode 100644 index 000000000..deae36066 --- /dev/null +++ b/assets/minecraft/models/w399.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,5,7.5,6]},"up":{"texture":"#0","uv":[7,6,7.5,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1140770226_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3990.json b/assets/minecraft/models/w3990.json new file mode 100644 index 000000000..03787c6d8 --- /dev/null +++ b/assets/minecraft/models/w3990.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,14,2,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.615]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3991.json b/assets/minecraft/models/w3991.json new file mode 100644 index 000000000..f4a5f991a --- /dev/null +++ b/assets/minecraft/models/w3991.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,14,2,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3992.json b/assets/minecraft/models/w3992.json new file mode 100644 index 000000000..315123bf4 --- /dev/null +++ b/assets/minecraft/models/w3992.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,14,0,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3993.json b/assets/minecraft/models/w3993.json new file mode 100644 index 000000000..f4a5f991a --- /dev/null +++ b/assets/minecraft/models/w3993.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,14,2,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3994.json b/assets/minecraft/models/w3994.json new file mode 100644 index 000000000..315123bf4 --- /dev/null +++ b/assets/minecraft/models/w3994.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,14,0,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3995.json b/assets/minecraft/models/w3995.json new file mode 100644 index 000000000..f4a5f991a --- /dev/null +++ b/assets/minecraft/models/w3995.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,14,2,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3996.json b/assets/minecraft/models/w3996.json new file mode 100644 index 000000000..315123bf4 --- /dev/null +++ b/assets/minecraft/models/w3996.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,14,0,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3997.json b/assets/minecraft/models/w3997.json new file mode 100644 index 000000000..f4a5f991a --- /dev/null +++ b/assets/minecraft/models/w3997.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,14,2,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3998.json b/assets/minecraft/models/w3998.json new file mode 100644 index 000000000..315123bf4 --- /dev/null +++ b/assets/minecraft/models/w3998.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,14,0,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w3999.json b/assets/minecraft/models/w3999.json new file mode 100644 index 000000000..1730ce642 --- /dev/null +++ b/assets/minecraft/models/w3999.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,12,2,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4.json b/assets/minecraft/models/w4.json new file mode 100644 index 000000000..0afb85963 --- /dev/null +++ b/assets/minecraft/models/w4.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,9,14.5,9]},"east":{"texture":"#0","uv":[13,9,13,10.75]},"north":{"texture":"#0","uv":[13.5,8.5,15,10.25]},"south":{"texture":"#0","uv":[15,8.5,13.5,10.25]},"up":{"texture":"#0","uv":[14.5,9,13,9]},"west":{"texture":"#0","uv":[14.5,9,14.5,10.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.2,-16]}],"overrides":[],"textures":{"0":"item/w291279173_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w40.json b/assets/minecraft/models/w40.json new file mode 100644 index 000000000..f38199d15 --- /dev/null +++ b/assets/minecraft/models/w40.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.625,0,7.375,0.875]},"east":{"texture":"#0","uv":[5.25,0.875,6.125,2]},"north":{"texture":"#0","uv":[6.125,0.875,7.375,2]},"south":{"texture":"#0","uv":[8.25,0.875,9.5,2]},"up":{"texture":"#0","uv":[7.375,0.875,6.125,0]},"west":{"texture":"#0","uv":[7.375,0.875,8.25,2]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-12.4,-13.2]}],"overrides":[],"textures":{"0":"item/w1237560704_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w400.json b/assets/minecraft/models/w400.json new file mode 100644 index 000000000..eecf5635e --- /dev/null +++ b/assets/minecraft/models/w400.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,15.875,7.875,0]},"up":{"texture":"#0","uv":[0,0,7.875,15.875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.85,-16,-9.65]}],"overrides":[],"textures":{"0":"item/w402693908_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4000.json b/assets/minecraft/models/w4000.json new file mode 100644 index 000000000..0c5919f9a --- /dev/null +++ b/assets/minecraft/models/w4000.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,12,0,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.615]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4001.json b/assets/minecraft/models/w4001.json new file mode 100644 index 000000000..1730ce642 --- /dev/null +++ b/assets/minecraft/models/w4001.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,12,2,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4002.json b/assets/minecraft/models/w4002.json new file mode 100644 index 000000000..0c5919f9a --- /dev/null +++ b/assets/minecraft/models/w4002.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,12,0,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.615]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4003.json b/assets/minecraft/models/w4003.json new file mode 100644 index 000000000..1730ce642 --- /dev/null +++ b/assets/minecraft/models/w4003.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,12,2,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4004.json b/assets/minecraft/models/w4004.json new file mode 100644 index 000000000..0c5919f9a --- /dev/null +++ b/assets/minecraft/models/w4004.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,12,0,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.615]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4005.json b/assets/minecraft/models/w4005.json new file mode 100644 index 000000000..1730ce642 --- /dev/null +++ b/assets/minecraft/models/w4005.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,12,2,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4006.json b/assets/minecraft/models/w4006.json new file mode 100644 index 000000000..0c5919f9a --- /dev/null +++ b/assets/minecraft/models/w4006.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,12,0,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.615]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4007.json b/assets/minecraft/models/w4007.json new file mode 100644 index 000000000..b2fe1a72f --- /dev/null +++ b/assets/minecraft/models/w4007.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,8,2,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4008.json b/assets/minecraft/models/w4008.json new file mode 100644 index 000000000..a78db6e4e --- /dev/null +++ b/assets/minecraft/models/w4008.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[6,10,8,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4009.json b/assets/minecraft/models/w4009.json new file mode 100644 index 000000000..0ce75faf0 --- /dev/null +++ b/assets/minecraft/models/w4009.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,14,6,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w401.json b/assets/minecraft/models/w401.json new file mode 100644 index 000000000..eecf5635e --- /dev/null +++ b/assets/minecraft/models/w401.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,15.875,7.875,0]},"up":{"texture":"#0","uv":[0,0,7.875,15.875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.85,-16,-9.65]}],"overrides":[],"textures":{"0":"item/w402693908_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4010.json b/assets/minecraft/models/w4010.json new file mode 100644 index 000000000..b35c13175 --- /dev/null +++ b/assets/minecraft/models/w4010.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,16,6,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.338]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4011.json b/assets/minecraft/models/w4011.json new file mode 100644 index 000000000..0ce75faf0 --- /dev/null +++ b/assets/minecraft/models/w4011.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,14,6,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4012.json b/assets/minecraft/models/w4012.json new file mode 100644 index 000000000..b35c13175 --- /dev/null +++ b/assets/minecraft/models/w4012.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,16,6,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.338]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4013.json b/assets/minecraft/models/w4013.json new file mode 100644 index 000000000..0ce75faf0 --- /dev/null +++ b/assets/minecraft/models/w4013.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,14,6,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4014.json b/assets/minecraft/models/w4014.json new file mode 100644 index 000000000..b35c13175 --- /dev/null +++ b/assets/minecraft/models/w4014.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,16,6,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.338]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4015.json b/assets/minecraft/models/w4015.json new file mode 100644 index 000000000..0ce75faf0 --- /dev/null +++ b/assets/minecraft/models/w4015.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,14,6,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4016.json b/assets/minecraft/models/w4016.json new file mode 100644 index 000000000..b35c13175 --- /dev/null +++ b/assets/minecraft/models/w4016.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,16,6,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.338]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4017.json b/assets/minecraft/models/w4017.json new file mode 100644 index 000000000..27fb120ca --- /dev/null +++ b/assets/minecraft/models/w4017.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,12,6,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4018.json b/assets/minecraft/models/w4018.json new file mode 100644 index 000000000..2bc96cd27 --- /dev/null +++ b/assets/minecraft/models/w4018.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[6,12,4,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4019.json b/assets/minecraft/models/w4019.json new file mode 100644 index 000000000..27fb120ca --- /dev/null +++ b/assets/minecraft/models/w4019.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,12,6,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w402.json b/assets/minecraft/models/w402.json new file mode 100644 index 000000000..07152ea24 --- /dev/null +++ b/assets/minecraft/models/w402.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,15.875,15.875,0]},"up":{"texture":"#0","uv":[8,0,15.875,15.875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.85,-15.95,-9.65]}],"overrides":[],"textures":{"0":"item/w402693908_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4020.json b/assets/minecraft/models/w4020.json new file mode 100644 index 000000000..2bc96cd27 --- /dev/null +++ b/assets/minecraft/models/w4020.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[6,12,4,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4021.json b/assets/minecraft/models/w4021.json new file mode 100644 index 000000000..27fb120ca --- /dev/null +++ b/assets/minecraft/models/w4021.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,12,6,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4022.json b/assets/minecraft/models/w4022.json new file mode 100644 index 000000000..2bc96cd27 --- /dev/null +++ b/assets/minecraft/models/w4022.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[6,12,4,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4023.json b/assets/minecraft/models/w4023.json new file mode 100644 index 000000000..27fb120ca --- /dev/null +++ b/assets/minecraft/models/w4023.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,12,6,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4024.json b/assets/minecraft/models/w4024.json new file mode 100644 index 000000000..2bc96cd27 --- /dev/null +++ b/assets/minecraft/models/w4024.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[6,12,4,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4025.json b/assets/minecraft/models/w4025.json new file mode 100644 index 000000000..8f7ba79aa --- /dev/null +++ b/assets/minecraft/models/w4025.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,10,6,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4026.json b/assets/minecraft/models/w4026.json new file mode 100644 index 000000000..83d71ff22 --- /dev/null +++ b/assets/minecraft/models/w4026.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[6,10,4,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.338]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4027.json b/assets/minecraft/models/w4027.json new file mode 100644 index 000000000..8f7ba79aa --- /dev/null +++ b/assets/minecraft/models/w4027.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,10,6,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4028.json b/assets/minecraft/models/w4028.json new file mode 100644 index 000000000..83d71ff22 --- /dev/null +++ b/assets/minecraft/models/w4028.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[6,10,4,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.338]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4029.json b/assets/minecraft/models/w4029.json new file mode 100644 index 000000000..8f7ba79aa --- /dev/null +++ b/assets/minecraft/models/w4029.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,10,6,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w403.json b/assets/minecraft/models/w403.json new file mode 100644 index 000000000..07152ea24 --- /dev/null +++ b/assets/minecraft/models/w403.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,15.875,15.875,0]},"up":{"texture":"#0","uv":[8,0,15.875,15.875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.85,-15.95,-9.65]}],"overrides":[],"textures":{"0":"item/w402693908_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4030.json b/assets/minecraft/models/w4030.json new file mode 100644 index 000000000..83d71ff22 --- /dev/null +++ b/assets/minecraft/models/w4030.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[6,10,4,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.338]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4031.json b/assets/minecraft/models/w4031.json new file mode 100644 index 000000000..8f7ba79aa --- /dev/null +++ b/assets/minecraft/models/w4031.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,10,6,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4032.json b/assets/minecraft/models/w4032.json new file mode 100644 index 000000000..83d71ff22 --- /dev/null +++ b/assets/minecraft/models/w4032.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[6,10,4,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.338]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4033.json b/assets/minecraft/models/w4033.json new file mode 100644 index 000000000..7c7b7051e --- /dev/null +++ b/assets/minecraft/models/w4033.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,10,6,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4034.json b/assets/minecraft/models/w4034.json new file mode 100644 index 000000000..7b57cf740 --- /dev/null +++ b/assets/minecraft/models/w4034.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,3.5,0,0]},"up":{"texture":"#0","uv":[4.5,0,0,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-16,-12.8]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4035.json b/assets/minecraft/models/w4035.json new file mode 100644 index 000000000..cf314e46c --- /dev/null +++ b/assets/minecraft/models/w4035.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,4.5,3.5]},"up":{"texture":"#0","uv":[0,3.5,4.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-16,-12.8]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4036.json b/assets/minecraft/models/w4036.json new file mode 100644 index 000000000..f2e068f89 --- /dev/null +++ b/assets/minecraft/models/w4036.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,3.5,0,0]},"up":{"texture":"#0","uv":[4.5,0,0,3.5]}},"from":[-13.6,-16,-16],"shade":false,"to":[-9.6,-16,-12.8]},{"faces":{"down":{"texture":"#0","uv":[0,0,4.5,3.5]},"up":{"texture":"#0","uv":[0,3.5,4.5,0]}},"from":[-16,-16,-6.3999996],"shade":false,"to":[-12,-16,-3.1999996]}],"overrides":[],"textures":{"0":"item/w1119787869_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4037.json b/assets/minecraft/models/w4037.json new file mode 100644 index 000000000..3f833b18d --- /dev/null +++ b/assets/minecraft/models/w4037.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,10,4,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4038.json b/assets/minecraft/models/w4038.json new file mode 100644 index 000000000..b794cd8cb --- /dev/null +++ b/assets/minecraft/models/w4038.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,16,2,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4039.json b/assets/minecraft/models/w4039.json new file mode 100644 index 000000000..c04d18a8a --- /dev/null +++ b/assets/minecraft/models/w4039.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,14,2,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.400001,-16,-14.615]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w404.json b/assets/minecraft/models/w404.json new file mode 100644 index 000000000..07152ea24 --- /dev/null +++ b/assets/minecraft/models/w404.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,15.875,15.875,0]},"up":{"texture":"#0","uv":[8,0,15.875,15.875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.85,-15.95,-9.65]}],"overrides":[],"textures":{"0":"item/w402693908_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4040.json b/assets/minecraft/models/w4040.json new file mode 100644 index 000000000..b794cd8cb --- /dev/null +++ b/assets/minecraft/models/w4040.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,16,2,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4041.json b/assets/minecraft/models/w4041.json new file mode 100644 index 000000000..6b94de225 --- /dev/null +++ b/assets/minecraft/models/w4041.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,14,2,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.615]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4042.json b/assets/minecraft/models/w4042.json new file mode 100644 index 000000000..b794cd8cb --- /dev/null +++ b/assets/minecraft/models/w4042.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,16,2,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4043.json b/assets/minecraft/models/w4043.json new file mode 100644 index 000000000..6b94de225 --- /dev/null +++ b/assets/minecraft/models/w4043.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,14,2,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.615]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4044.json b/assets/minecraft/models/w4044.json new file mode 100644 index 000000000..b794cd8cb --- /dev/null +++ b/assets/minecraft/models/w4044.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,16,2,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4045.json b/assets/minecraft/models/w4045.json new file mode 100644 index 000000000..6b94de225 --- /dev/null +++ b/assets/minecraft/models/w4045.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,14,2,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.615]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4046.json b/assets/minecraft/models/w4046.json new file mode 100644 index 000000000..0b869015d --- /dev/null +++ b/assets/minecraft/models/w4046.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,14,2,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4047.json b/assets/minecraft/models/w4047.json new file mode 100644 index 000000000..440e13c53 --- /dev/null +++ b/assets/minecraft/models/w4047.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,14,0,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4048.json b/assets/minecraft/models/w4048.json new file mode 100644 index 000000000..0b869015d --- /dev/null +++ b/assets/minecraft/models/w4048.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,14,2,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4049.json b/assets/minecraft/models/w4049.json new file mode 100644 index 000000000..440e13c53 --- /dev/null +++ b/assets/minecraft/models/w4049.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,14,0,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w405.json b/assets/minecraft/models/w405.json new file mode 100644 index 000000000..eecf5635e --- /dev/null +++ b/assets/minecraft/models/w405.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,15.875,7.875,0]},"up":{"texture":"#0","uv":[0,0,7.875,15.875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.85,-16,-9.65]}],"overrides":[],"textures":{"0":"item/w402693908_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4050.json b/assets/minecraft/models/w4050.json new file mode 100644 index 000000000..0b869015d --- /dev/null +++ b/assets/minecraft/models/w4050.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,14,2,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4051.json b/assets/minecraft/models/w4051.json new file mode 100644 index 000000000..440e13c53 --- /dev/null +++ b/assets/minecraft/models/w4051.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,14,0,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4052.json b/assets/minecraft/models/w4052.json new file mode 100644 index 000000000..0b869015d --- /dev/null +++ b/assets/minecraft/models/w4052.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,14,2,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4053.json b/assets/minecraft/models/w4053.json new file mode 100644 index 000000000..440e13c53 --- /dev/null +++ b/assets/minecraft/models/w4053.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,14,0,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4054.json b/assets/minecraft/models/w4054.json new file mode 100644 index 000000000..d871120da --- /dev/null +++ b/assets/minecraft/models/w4054.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,12,2,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4055.json b/assets/minecraft/models/w4055.json new file mode 100644 index 000000000..ee774fdfd --- /dev/null +++ b/assets/minecraft/models/w4055.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,12,0,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.615]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4056.json b/assets/minecraft/models/w4056.json new file mode 100644 index 000000000..d871120da --- /dev/null +++ b/assets/minecraft/models/w4056.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,12,2,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4057.json b/assets/minecraft/models/w4057.json new file mode 100644 index 000000000..ee774fdfd --- /dev/null +++ b/assets/minecraft/models/w4057.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,12,0,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.615]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4058.json b/assets/minecraft/models/w4058.json new file mode 100644 index 000000000..d871120da --- /dev/null +++ b/assets/minecraft/models/w4058.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,12,2,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4059.json b/assets/minecraft/models/w4059.json new file mode 100644 index 000000000..ee774fdfd --- /dev/null +++ b/assets/minecraft/models/w4059.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,12,0,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.615]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w406.json b/assets/minecraft/models/w406.json new file mode 100644 index 000000000..3a442b846 --- /dev/null +++ b/assets/minecraft/models/w406.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,7,0,0]},"up":{"texture":"#0","uv":[16,7,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1121841172_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4060.json b/assets/minecraft/models/w4060.json new file mode 100644 index 000000000..d871120da --- /dev/null +++ b/assets/minecraft/models/w4060.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,12,2,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4061.json b/assets/minecraft/models/w4061.json new file mode 100644 index 000000000..ee774fdfd --- /dev/null +++ b/assets/minecraft/models/w4061.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,12,0,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.615]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4062.json b/assets/minecraft/models/w4062.json new file mode 100644 index 000000000..952cc2a97 --- /dev/null +++ b/assets/minecraft/models/w4062.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,8,2,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4063.json b/assets/minecraft/models/w4063.json new file mode 100644 index 000000000..56d684e78 --- /dev/null +++ b/assets/minecraft/models/w4063.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[6,10,8,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4064.json b/assets/minecraft/models/w4064.json new file mode 100644 index 000000000..5d54223f3 --- /dev/null +++ b/assets/minecraft/models/w4064.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,14,6,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4065.json b/assets/minecraft/models/w4065.json new file mode 100644 index 000000000..6e651d126 --- /dev/null +++ b/assets/minecraft/models/w4065.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,16,6,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.338]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4066.json b/assets/minecraft/models/w4066.json new file mode 100644 index 000000000..5d54223f3 --- /dev/null +++ b/assets/minecraft/models/w4066.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,14,6,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4067.json b/assets/minecraft/models/w4067.json new file mode 100644 index 000000000..6e651d126 --- /dev/null +++ b/assets/minecraft/models/w4067.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,16,6,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.338]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4068.json b/assets/minecraft/models/w4068.json new file mode 100644 index 000000000..5d54223f3 --- /dev/null +++ b/assets/minecraft/models/w4068.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,14,6,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4069.json b/assets/minecraft/models/w4069.json new file mode 100644 index 000000000..6e651d126 --- /dev/null +++ b/assets/minecraft/models/w4069.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,16,6,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.338]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w407.json b/assets/minecraft/models/w407.json new file mode 100644 index 000000000..3a442b846 --- /dev/null +++ b/assets/minecraft/models/w407.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,7,0,0]},"up":{"texture":"#0","uv":[16,7,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1121841172_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4070.json b/assets/minecraft/models/w4070.json new file mode 100644 index 000000000..5d54223f3 --- /dev/null +++ b/assets/minecraft/models/w4070.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,14,6,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4071.json b/assets/minecraft/models/w4071.json new file mode 100644 index 000000000..6e651d126 --- /dev/null +++ b/assets/minecraft/models/w4071.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,16,6,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.338]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4072.json b/assets/minecraft/models/w4072.json new file mode 100644 index 000000000..17f5b1ac6 --- /dev/null +++ b/assets/minecraft/models/w4072.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,12,6,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4073.json b/assets/minecraft/models/w4073.json new file mode 100644 index 000000000..780149e65 --- /dev/null +++ b/assets/minecraft/models/w4073.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[6,12,4,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4074.json b/assets/minecraft/models/w4074.json new file mode 100644 index 000000000..17f5b1ac6 --- /dev/null +++ b/assets/minecraft/models/w4074.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,12,6,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4075.json b/assets/minecraft/models/w4075.json new file mode 100644 index 000000000..780149e65 --- /dev/null +++ b/assets/minecraft/models/w4075.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[6,12,4,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4076.json b/assets/minecraft/models/w4076.json new file mode 100644 index 000000000..17f5b1ac6 --- /dev/null +++ b/assets/minecraft/models/w4076.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,12,6,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4077.json b/assets/minecraft/models/w4077.json new file mode 100644 index 000000000..780149e65 --- /dev/null +++ b/assets/minecraft/models/w4077.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[6,12,4,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4078.json b/assets/minecraft/models/w4078.json new file mode 100644 index 000000000..17f5b1ac6 --- /dev/null +++ b/assets/minecraft/models/w4078.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,12,6,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4079.json b/assets/minecraft/models/w4079.json new file mode 100644 index 000000000..780149e65 --- /dev/null +++ b/assets/minecraft/models/w4079.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[6,12,4,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w408.json b/assets/minecraft/models/w408.json new file mode 100644 index 000000000..830df3e2e --- /dev/null +++ b/assets/minecraft/models/w408.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,7,0,0]},"up":{"texture":"#0","uv":[16,7,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w56034452_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4080.json b/assets/minecraft/models/w4080.json new file mode 100644 index 000000000..6757c7be5 --- /dev/null +++ b/assets/minecraft/models/w4080.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,10,6,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4081.json b/assets/minecraft/models/w4081.json new file mode 100644 index 000000000..d08c86783 --- /dev/null +++ b/assets/minecraft/models/w4081.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[6,10,4,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.338]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4082.json b/assets/minecraft/models/w4082.json new file mode 100644 index 000000000..6757c7be5 --- /dev/null +++ b/assets/minecraft/models/w4082.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,10,6,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4083.json b/assets/minecraft/models/w4083.json new file mode 100644 index 000000000..d08c86783 --- /dev/null +++ b/assets/minecraft/models/w4083.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[6,10,4,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.338]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4084.json b/assets/minecraft/models/w4084.json new file mode 100644 index 000000000..6757c7be5 --- /dev/null +++ b/assets/minecraft/models/w4084.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,10,6,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4085.json b/assets/minecraft/models/w4085.json new file mode 100644 index 000000000..d08c86783 --- /dev/null +++ b/assets/minecraft/models/w4085.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[6,10,4,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.338]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4086.json b/assets/minecraft/models/w4086.json new file mode 100644 index 000000000..6757c7be5 --- /dev/null +++ b/assets/minecraft/models/w4086.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,10,6,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4087.json b/assets/minecraft/models/w4087.json new file mode 100644 index 000000000..d08c86783 --- /dev/null +++ b/assets/minecraft/models/w4087.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[6,10,4,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.338]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4088.json b/assets/minecraft/models/w4088.json new file mode 100644 index 000000000..cb885b753 --- /dev/null +++ b/assets/minecraft/models/w4088.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,10,6,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4089.json b/assets/minecraft/models/w4089.json new file mode 100644 index 000000000..6a67fb5ba --- /dev/null +++ b/assets/minecraft/models/w4089.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,3.5,0,0]},"up":{"texture":"#0","uv":[4.5,0,0,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-16,-12.8]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w409.json b/assets/minecraft/models/w409.json new file mode 100644 index 000000000..830df3e2e --- /dev/null +++ b/assets/minecraft/models/w409.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,7,0,0]},"up":{"texture":"#0","uv":[16,7,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w56034452_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4090.json b/assets/minecraft/models/w4090.json new file mode 100644 index 000000000..2329de4f4 --- /dev/null +++ b/assets/minecraft/models/w4090.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,4.5,3.5]},"up":{"texture":"#0","uv":[0,3.5,4.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-16,-12.8]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4091.json b/assets/minecraft/models/w4091.json new file mode 100644 index 000000000..a81331a99 --- /dev/null +++ b/assets/minecraft/models/w4091.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,3.5,0,0]},"up":{"texture":"#0","uv":[4.5,0,0,3.5]}},"from":[-13.6,-16,-16],"shade":false,"to":[-9.6,-16,-12.8]},{"faces":{"down":{"texture":"#0","uv":[0,0,4.5,3.5]},"up":{"texture":"#0","uv":[0,3.5,4.5,0]}},"from":[-16,-16,-6.3999996],"shade":false,"to":[-12,-16,-3.1999996]}],"overrides":[],"textures":{"0":"item/w252986110_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4092.json b/assets/minecraft/models/w4092.json new file mode 100644 index 000000000..314e06b30 --- /dev/null +++ b/assets/minecraft/models/w4092.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,0,3.5,1.75]},"east":{"texture":"#0","uv":[0,1.75,1.75,3.5]},"north":{"texture":"#0","uv":[1.75,1.75,3.5,3.5]},"south":{"texture":"#0","uv":[3.5,1.75,1.75,3.5]},"up":{"texture":"#0","uv":[3.5,1.75,1.75,0]},"west":{"texture":"#0","uv":[3.5,1.75,5.25,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.2,-13.2]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4093.json b/assets/minecraft/models/w4093.json new file mode 100644 index 000000000..3b1fabe2a --- /dev/null +++ b/assets/minecraft/models/w4093.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[2,6,4,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4094.json b/assets/minecraft/models/w4094.json new file mode 100644 index 000000000..498492785 --- /dev/null +++ b/assets/minecraft/models/w4094.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,12,2,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4095.json b/assets/minecraft/models/w4095.json new file mode 100644 index 000000000..a5a44b773 --- /dev/null +++ b/assets/minecraft/models/w4095.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0,12,2,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.400001,-16,-14.615]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4096.json b/assets/minecraft/models/w4096.json new file mode 100644 index 000000000..498492785 --- /dev/null +++ b/assets/minecraft/models/w4096.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,12,2,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4097.json b/assets/minecraft/models/w4097.json new file mode 100644 index 000000000..94dad1c07 --- /dev/null +++ b/assets/minecraft/models/w4097.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0,12,2,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.615]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4098.json b/assets/minecraft/models/w4098.json new file mode 100644 index 000000000..498492785 --- /dev/null +++ b/assets/minecraft/models/w4098.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,12,2,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4099.json b/assets/minecraft/models/w4099.json new file mode 100644 index 000000000..94dad1c07 --- /dev/null +++ b/assets/minecraft/models/w4099.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0,12,2,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.615]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w41.json b/assets/minecraft/models/w41.json new file mode 100644 index 000000000..2725b301a --- /dev/null +++ b/assets/minecraft/models/w41.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.625,5.625,4.75,6.5]},"east":{"texture":"#0","uv":[3,6.5,3.875,7.375]},"north":{"texture":"#0","uv":[3.875,6.5,4.75,7.375]},"south":{"texture":"#0","uv":[5.625,6.5,6.5,7.375]},"up":{"texture":"#0","uv":[4.75,6.5,3.875,5.625]},"west":{"texture":"#0","uv":[4.75,6.5,5.625,7.375]}},"from":[-16,-16,-14],"shade":false,"to":[-13.2,-13.2,-11.2]},{"faces":{"down":{"texture":"#0","uv":[1.25,7.25,0.625,7.875]},"east":{"texture":"#0","uv":[0,7.875,0.625,8.375]},"north":{"texture":"#0","uv":[0.625,7.875,1.25,8.375]},"south":{"texture":"#0","uv":[1.25,7.375,1.875,7.875]},"up":{"texture":"#0","uv":[0.625,7.875,0,7.25]},"west":{"texture":"#0","uv":[1.25,7.875,1.875,8.375]}},"from":[-15.6,-15.4,-16],"shade":false,"to":[-13.6,-13.799999,-14]}],"overrides":[],"textures":{"0":"item/w1237560704_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w410.json b/assets/minecraft/models/w410.json new file mode 100644 index 000000000..b39037f99 --- /dev/null +++ b/assets/minecraft/models/w410.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,7,0,0]},"up":{"texture":"#0","uv":[16,7,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w417487020_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4100.json b/assets/minecraft/models/w4100.json new file mode 100644 index 000000000..498492785 --- /dev/null +++ b/assets/minecraft/models/w4100.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,12,2,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4101.json b/assets/minecraft/models/w4101.json new file mode 100644 index 000000000..94dad1c07 --- /dev/null +++ b/assets/minecraft/models/w4101.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0,12,2,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.615]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4102.json b/assets/minecraft/models/w4102.json new file mode 100644 index 000000000..7aa9ef8b3 --- /dev/null +++ b/assets/minecraft/models/w4102.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,10,2,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4103.json b/assets/minecraft/models/w4103.json new file mode 100644 index 000000000..fbb358205 --- /dev/null +++ b/assets/minecraft/models/w4103.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[2,10,0,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4104.json b/assets/minecraft/models/w4104.json new file mode 100644 index 000000000..7aa9ef8b3 --- /dev/null +++ b/assets/minecraft/models/w4104.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,10,2,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4105.json b/assets/minecraft/models/w4105.json new file mode 100644 index 000000000..fbb358205 --- /dev/null +++ b/assets/minecraft/models/w4105.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[2,10,0,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4106.json b/assets/minecraft/models/w4106.json new file mode 100644 index 000000000..7aa9ef8b3 --- /dev/null +++ b/assets/minecraft/models/w4106.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,10,2,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4107.json b/assets/minecraft/models/w4107.json new file mode 100644 index 000000000..fbb358205 --- /dev/null +++ b/assets/minecraft/models/w4107.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[2,10,0,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4108.json b/assets/minecraft/models/w4108.json new file mode 100644 index 000000000..7aa9ef8b3 --- /dev/null +++ b/assets/minecraft/models/w4108.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,10,2,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4109.json b/assets/minecraft/models/w4109.json new file mode 100644 index 000000000..fbb358205 --- /dev/null +++ b/assets/minecraft/models/w4109.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[2,10,0,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w411.json b/assets/minecraft/models/w411.json new file mode 100644 index 000000000..b39037f99 --- /dev/null +++ b/assets/minecraft/models/w411.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,7,0,0]},"up":{"texture":"#0","uv":[16,7,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w417487020_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4110.json b/assets/minecraft/models/w4110.json new file mode 100644 index 000000000..3e72977d1 --- /dev/null +++ b/assets/minecraft/models/w4110.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,8,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4111.json b/assets/minecraft/models/w4111.json new file mode 100644 index 000000000..1780ed06f --- /dev/null +++ b/assets/minecraft/models/w4111.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[2,6,0,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.615]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4112.json b/assets/minecraft/models/w4112.json new file mode 100644 index 000000000..3e72977d1 --- /dev/null +++ b/assets/minecraft/models/w4112.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,8,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4113.json b/assets/minecraft/models/w4113.json new file mode 100644 index 000000000..1780ed06f --- /dev/null +++ b/assets/minecraft/models/w4113.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[2,6,0,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.615]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4114.json b/assets/minecraft/models/w4114.json new file mode 100644 index 000000000..3e72977d1 --- /dev/null +++ b/assets/minecraft/models/w4114.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,8,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4115.json b/assets/minecraft/models/w4115.json new file mode 100644 index 000000000..1780ed06f --- /dev/null +++ b/assets/minecraft/models/w4115.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[2,6,0,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.615]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4116.json b/assets/minecraft/models/w4116.json new file mode 100644 index 000000000..3e72977d1 --- /dev/null +++ b/assets/minecraft/models/w4116.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,8,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4117.json b/assets/minecraft/models/w4117.json new file mode 100644 index 000000000..1780ed06f --- /dev/null +++ b/assets/minecraft/models/w4117.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[2,6,0,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.615]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4118.json b/assets/minecraft/models/w4118.json new file mode 100644 index 000000000..adf9664fe --- /dev/null +++ b/assets/minecraft/models/w4118.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0,4,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4119.json b/assets/minecraft/models/w4119.json new file mode 100644 index 000000000..15511c954 --- /dev/null +++ b/assets/minecraft/models/w4119.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[6,6,8,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w412.json b/assets/minecraft/models/w412.json new file mode 100644 index 000000000..ff25deec2 --- /dev/null +++ b/assets/minecraft/models/w412.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,7,0,0]},"up":{"texture":"#0","uv":[16,7,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1824399249_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4120.json b/assets/minecraft/models/w4120.json new file mode 100644 index 000000000..155be7e76 --- /dev/null +++ b/assets/minecraft/models/w4120.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,10,6,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4121.json b/assets/minecraft/models/w4121.json new file mode 100644 index 000000000..12c791fed --- /dev/null +++ b/assets/minecraft/models/w4121.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,12,6,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.338]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4122.json b/assets/minecraft/models/w4122.json new file mode 100644 index 000000000..155be7e76 --- /dev/null +++ b/assets/minecraft/models/w4122.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,10,6,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4123.json b/assets/minecraft/models/w4123.json new file mode 100644 index 000000000..12c791fed --- /dev/null +++ b/assets/minecraft/models/w4123.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,12,6,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.338]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4124.json b/assets/minecraft/models/w4124.json new file mode 100644 index 000000000..155be7e76 --- /dev/null +++ b/assets/minecraft/models/w4124.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,10,6,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4125.json b/assets/minecraft/models/w4125.json new file mode 100644 index 000000000..12c791fed --- /dev/null +++ b/assets/minecraft/models/w4125.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,12,6,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.338]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4126.json b/assets/minecraft/models/w4126.json new file mode 100644 index 000000000..155be7e76 --- /dev/null +++ b/assets/minecraft/models/w4126.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,10,6,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4127.json b/assets/minecraft/models/w4127.json new file mode 100644 index 000000000..12c791fed --- /dev/null +++ b/assets/minecraft/models/w4127.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,12,6,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.338]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4128.json b/assets/minecraft/models/w4128.json new file mode 100644 index 000000000..21ede42ba --- /dev/null +++ b/assets/minecraft/models/w4128.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,8,6,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4129.json b/assets/minecraft/models/w4129.json new file mode 100644 index 000000000..1aff7fd9c --- /dev/null +++ b/assets/minecraft/models/w4129.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[6,8,4,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w413.json b/assets/minecraft/models/w413.json new file mode 100644 index 000000000..ff25deec2 --- /dev/null +++ b/assets/minecraft/models/w413.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,7,0,0]},"up":{"texture":"#0","uv":[16,7,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1824399249_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4130.json b/assets/minecraft/models/w4130.json new file mode 100644 index 000000000..21ede42ba --- /dev/null +++ b/assets/minecraft/models/w4130.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,8,6,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4131.json b/assets/minecraft/models/w4131.json new file mode 100644 index 000000000..1aff7fd9c --- /dev/null +++ b/assets/minecraft/models/w4131.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[6,8,4,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4132.json b/assets/minecraft/models/w4132.json new file mode 100644 index 000000000..21ede42ba --- /dev/null +++ b/assets/minecraft/models/w4132.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,8,6,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4133.json b/assets/minecraft/models/w4133.json new file mode 100644 index 000000000..1aff7fd9c --- /dev/null +++ b/assets/minecraft/models/w4133.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[6,8,4,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4134.json b/assets/minecraft/models/w4134.json new file mode 100644 index 000000000..21ede42ba --- /dev/null +++ b/assets/minecraft/models/w4134.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,8,6,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4135.json b/assets/minecraft/models/w4135.json new file mode 100644 index 000000000..1aff7fd9c --- /dev/null +++ b/assets/minecraft/models/w4135.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[6,8,4,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4136.json b/assets/minecraft/models/w4136.json new file mode 100644 index 000000000..da064c401 --- /dev/null +++ b/assets/minecraft/models/w4136.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,6,6,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4137.json b/assets/minecraft/models/w4137.json new file mode 100644 index 000000000..bf628f40c --- /dev/null +++ b/assets/minecraft/models/w4137.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[6,6,4,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.338]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4138.json b/assets/minecraft/models/w4138.json new file mode 100644 index 000000000..da064c401 --- /dev/null +++ b/assets/minecraft/models/w4138.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,6,6,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4139.json b/assets/minecraft/models/w4139.json new file mode 100644 index 000000000..bf628f40c --- /dev/null +++ b/assets/minecraft/models/w4139.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[6,6,4,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.338]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w414.json b/assets/minecraft/models/w414.json new file mode 100644 index 000000000..ab45436ad --- /dev/null +++ b/assets/minecraft/models/w414.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,7,0,0]},"up":{"texture":"#0","uv":[16,7,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w792665774_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4140.json b/assets/minecraft/models/w4140.json new file mode 100644 index 000000000..da064c401 --- /dev/null +++ b/assets/minecraft/models/w4140.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,6,6,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4141.json b/assets/minecraft/models/w4141.json new file mode 100644 index 000000000..bf628f40c --- /dev/null +++ b/assets/minecraft/models/w4141.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[6,6,4,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.338]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4142.json b/assets/minecraft/models/w4142.json new file mode 100644 index 000000000..da064c401 --- /dev/null +++ b/assets/minecraft/models/w4142.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,6,6,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4143.json b/assets/minecraft/models/w4143.json new file mode 100644 index 000000000..bf628f40c --- /dev/null +++ b/assets/minecraft/models/w4143.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[6,6,4,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.338]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4144.json b/assets/minecraft/models/w4144.json new file mode 100644 index 000000000..98391607b --- /dev/null +++ b/assets/minecraft/models/w4144.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,6,6,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4145.json b/assets/minecraft/models/w4145.json new file mode 100644 index 000000000..729711e7d --- /dev/null +++ b/assets/minecraft/models/w4145.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,4,8.75,4.75]},"up":{"texture":"#0","uv":[8,4.75,8.75,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4146.json b/assets/minecraft/models/w4146.json new file mode 100644 index 000000000..729711e7d --- /dev/null +++ b/assets/minecraft/models/w4146.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,4,8.75,4.75]},"up":{"texture":"#0","uv":[8,4.75,8.75,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4147.json b/assets/minecraft/models/w4147.json new file mode 100644 index 000000000..729711e7d --- /dev/null +++ b/assets/minecraft/models/w4147.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,4,8.75,4.75]},"up":{"texture":"#0","uv":[8,4.75,8.75,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4148.json b/assets/minecraft/models/w4148.json new file mode 100644 index 000000000..729711e7d --- /dev/null +++ b/assets/minecraft/models/w4148.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,4,8.75,4.75]},"up":{"texture":"#0","uv":[8,4.75,8.75,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4149.json b/assets/minecraft/models/w4149.json new file mode 100644 index 000000000..729711e7d --- /dev/null +++ b/assets/minecraft/models/w4149.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,4,8.75,4.75]},"up":{"texture":"#0","uv":[8,4.75,8.75,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w415.json b/assets/minecraft/models/w415.json new file mode 100644 index 000000000..ab45436ad --- /dev/null +++ b/assets/minecraft/models/w415.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,7,0,0]},"up":{"texture":"#0","uv":[16,7,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w792665774_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4150.json b/assets/minecraft/models/w4150.json new file mode 100644 index 000000000..729711e7d --- /dev/null +++ b/assets/minecraft/models/w4150.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,4,8.75,4.75]},"up":{"texture":"#0","uv":[8,4.75,8.75,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4151.json b/assets/minecraft/models/w4151.json new file mode 100644 index 000000000..729711e7d --- /dev/null +++ b/assets/minecraft/models/w4151.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,4,8.75,4.75]},"up":{"texture":"#0","uv":[8,4.75,8.75,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4152.json b/assets/minecraft/models/w4152.json new file mode 100644 index 000000000..729711e7d --- /dev/null +++ b/assets/minecraft/models/w4152.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,4,8.75,4.75]},"up":{"texture":"#0","uv":[8,4.75,8.75,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4153.json b/assets/minecraft/models/w4153.json new file mode 100644 index 000000000..729711e7d --- /dev/null +++ b/assets/minecraft/models/w4153.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,4,8.75,4.75]},"up":{"texture":"#0","uv":[8,4.75,8.75,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4154.json b/assets/minecraft/models/w4154.json new file mode 100644 index 000000000..729711e7d --- /dev/null +++ b/assets/minecraft/models/w4154.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,4,8.75,4.75]},"up":{"texture":"#0","uv":[8,4.75,8.75,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4155.json b/assets/minecraft/models/w4155.json new file mode 100644 index 000000000..729711e7d --- /dev/null +++ b/assets/minecraft/models/w4155.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,4,8.75,4.75]},"up":{"texture":"#0","uv":[8,4.75,8.75,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4156.json b/assets/minecraft/models/w4156.json new file mode 100644 index 000000000..729711e7d --- /dev/null +++ b/assets/minecraft/models/w4156.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,4,8.75,4.75]},"up":{"texture":"#0","uv":[8,4.75,8.75,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4157.json b/assets/minecraft/models/w4157.json new file mode 100644 index 000000000..0bb0a094b --- /dev/null +++ b/assets/minecraft/models/w4157.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.75,1.5,9.25,2.25]},"east":{"texture":"#0","uv":[7,2.25,7.75,3]},"north":{"texture":"#0","uv":[7.75,2.25,9.25,3]},"south":{"texture":"#0","uv":[10,2.25,11.5,3]},"up":{"texture":"#0","uv":[9.25,2.25,7.75,1.5]},"west":{"texture":"#0","uv":[9.25,2.25,10,3]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4158.json b/assets/minecraft/models/w4158.json new file mode 100644 index 000000000..0bb0a094b --- /dev/null +++ b/assets/minecraft/models/w4158.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.75,1.5,9.25,2.25]},"east":{"texture":"#0","uv":[7,2.25,7.75,3]},"north":{"texture":"#0","uv":[7.75,2.25,9.25,3]},"south":{"texture":"#0","uv":[10,2.25,11.5,3]},"up":{"texture":"#0","uv":[9.25,2.25,7.75,1.5]},"west":{"texture":"#0","uv":[9.25,2.25,10,3]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4159.json b/assets/minecraft/models/w4159.json new file mode 100644 index 000000000..0bb0a094b --- /dev/null +++ b/assets/minecraft/models/w4159.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.75,1.5,9.25,2.25]},"east":{"texture":"#0","uv":[7,2.25,7.75,3]},"north":{"texture":"#0","uv":[7.75,2.25,9.25,3]},"south":{"texture":"#0","uv":[10,2.25,11.5,3]},"up":{"texture":"#0","uv":[9.25,2.25,7.75,1.5]},"west":{"texture":"#0","uv":[9.25,2.25,10,3]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w416.json b/assets/minecraft/models/w416.json new file mode 100644 index 000000000..6165310c9 --- /dev/null +++ b/assets/minecraft/models/w416.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,7,0,0]},"up":{"texture":"#0","uv":[16,7,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w72659297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4160.json b/assets/minecraft/models/w4160.json new file mode 100644 index 000000000..1f9e320a7 --- /dev/null +++ b/assets/minecraft/models/w4160.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.25,1.5,13.25,2.25]},"east":{"texture":"#0","uv":[11.5,2.25,12.25,3]},"north":{"texture":"#0","uv":[12.25,2.25,13.25,3]},"south":{"texture":"#0","uv":[14,2.25,15,3]},"up":{"texture":"#0","uv":[13.25,2.25,12.25,1.5]},"west":{"texture":"#0","uv":[13.25,2.25,14,3]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4161.json b/assets/minecraft/models/w4161.json new file mode 100644 index 000000000..b2924c4ae --- /dev/null +++ b/assets/minecraft/models/w4161.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.75,0,9.25,0.75]},"east":{"texture":"#0","uv":[7,0.75,7.75,1.5]},"north":{"texture":"#0","uv":[7.75,0.75,9.25,1.5]},"south":{"texture":"#0","uv":[10,0.75,11.5,1.5]},"up":{"texture":"#0","uv":[9.25,0.75,7.75,0]},"west":{"texture":"#0","uv":[9.25,0.75,10,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4162.json b/assets/minecraft/models/w4162.json new file mode 100644 index 000000000..99b5d8337 --- /dev/null +++ b/assets/minecraft/models/w4162.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,0,1.25,1]},"south":{"texture":"#0","uv":[1.25,0,0,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4163.json b/assets/minecraft/models/w4163.json new file mode 100644 index 000000000..b2924c4ae --- /dev/null +++ b/assets/minecraft/models/w4163.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.75,0,9.25,0.75]},"east":{"texture":"#0","uv":[7,0.75,7.75,1.5]},"north":{"texture":"#0","uv":[7.75,0.75,9.25,1.5]},"south":{"texture":"#0","uv":[10,0.75,11.5,1.5]},"up":{"texture":"#0","uv":[9.25,0.75,7.75,0]},"west":{"texture":"#0","uv":[9.25,0.75,10,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4164.json b/assets/minecraft/models/w4164.json new file mode 100644 index 000000000..99b5d8337 --- /dev/null +++ b/assets/minecraft/models/w4164.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,0,1.25,1]},"south":{"texture":"#0","uv":[1.25,0,0,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4165.json b/assets/minecraft/models/w4165.json new file mode 100644 index 000000000..b2924c4ae --- /dev/null +++ b/assets/minecraft/models/w4165.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.75,0,9.25,0.75]},"east":{"texture":"#0","uv":[7,0.75,7.75,1.5]},"north":{"texture":"#0","uv":[7.75,0.75,9.25,1.5]},"south":{"texture":"#0","uv":[10,0.75,11.5,1.5]},"up":{"texture":"#0","uv":[9.25,0.75,7.75,0]},"west":{"texture":"#0","uv":[9.25,0.75,10,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4166.json b/assets/minecraft/models/w4166.json new file mode 100644 index 000000000..99b5d8337 --- /dev/null +++ b/assets/minecraft/models/w4166.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,0,1.25,1]},"south":{"texture":"#0","uv":[1.25,0,0,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4167.json b/assets/minecraft/models/w4167.json new file mode 100644 index 000000000..b139b6154 --- /dev/null +++ b/assets/minecraft/models/w4167.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.25,0,13.25,0.75]},"east":{"texture":"#0","uv":[11.5,0.75,12.25,1.5]},"north":{"texture":"#0","uv":[12.25,0.75,13.25,1.5]},"south":{"texture":"#0","uv":[14,0.75,15,1.5]},"up":{"texture":"#0","uv":[13.25,0.75,12.25,0]},"west":{"texture":"#0","uv":[13.25,0.75,14,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4168.json b/assets/minecraft/models/w4168.json new file mode 100644 index 000000000..99b5d8337 --- /dev/null +++ b/assets/minecraft/models/w4168.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,0,1.25,1]},"south":{"texture":"#0","uv":[1.25,0,0,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1119953194_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4169.json b/assets/minecraft/models/w4169.json new file mode 100644 index 000000000..fa315ec6f --- /dev/null +++ b/assets/minecraft/models/w4169.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,1,7.5,1.5]},"east":{"texture":"#0","uv":[7.5,1.5,7,2.5]},"north":{"texture":"#0","uv":[7,1.5,6.5,2.5]},"south":{"texture":"#0","uv":[8,1.5,7.5,2.5]},"up":{"texture":"#0","uv":[6.5,1.5,7,1]},"west":{"texture":"#0","uv":[6.5,1.5,6,2.5]}},"from":[-15.8,-16,-15.6],"shade":false,"to":[-15.400001,-15.2,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[9,0,10,1]},"east":{"texture":"#0","uv":[10,1,9,1]},"north":{"texture":"#0","uv":[9,1,8,1]},"south":{"texture":"#0","uv":[11,1,10,1]},"up":{"texture":"#0","uv":[8,1,9,0]},"west":{"texture":"#0","uv":[8,1,7,1]}},"from":[-16,-15.99,-16],"shade":false,"to":[-15.2,-15.99,-15.2]}],"overrides":[],"textures":{"0":"item/w1940333117_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w417.json b/assets/minecraft/models/w417.json new file mode 100644 index 000000000..6165310c9 --- /dev/null +++ b/assets/minecraft/models/w417.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,7,0,0]},"up":{"texture":"#0","uv":[16,7,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w72659297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4170.json b/assets/minecraft/models/w4170.json new file mode 100644 index 000000000..e89b7fba7 --- /dev/null +++ b/assets/minecraft/models/w4170.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,1,7,1.5]},"east":{"texture":"#0","uv":[6,1.5,6.5,2.5]},"north":{"texture":"#0","uv":[6.5,1.5,7,2.5]},"south":{"texture":"#0","uv":[7.5,1.5,8,2.5]},"up":{"texture":"#0","uv":[7,1.5,6.5,1]},"west":{"texture":"#0","uv":[7,1.5,7.5,2.5]}},"from":[-15.8,-16,-15.6],"shade":false,"to":[-15.400001,-15.2,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[10,0,9,1]},"east":{"texture":"#0","uv":[7,1,8,1]},"north":{"texture":"#0","uv":[8,1,9,1]},"south":{"texture":"#0","uv":[10,1,11,1]},"up":{"texture":"#0","uv":[9,1,8,0]},"west":{"texture":"#0","uv":[9,1,10,1]}},"from":[-16,-15.99,-16],"shade":false,"to":[-15.2,-15.99,-15.2]}],"overrides":[],"textures":{"0":"item/w1940333117_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4171.json b/assets/minecraft/models/w4171.json new file mode 100644 index 000000000..8c490bacd --- /dev/null +++ b/assets/minecraft/models/w4171.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,3,4.5,5.5]},"east":{"texture":"#0","uv":[0,5.5,2.5,7.5]},"north":{"texture":"#0","uv":[2.5,5.5,4.5,7.5]},"south":{"texture":"#0","uv":[7,5.5,9,7.5]},"up":{"texture":"#0","uv":[4.5,5.5,2.5,3]},"west":{"texture":"#0","uv":[4.5,5.5,7,7.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-14]}],"overrides":[],"textures":{"0":"item/w1940333117_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4172.json b/assets/minecraft/models/w4172.json new file mode 100644 index 000000000..b9ab5b37f --- /dev/null +++ b/assets/minecraft/models/w4172.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,10.5,4,13.5]},"east":{"texture":"#0","uv":[6.5,13.5,3.5,15]},"north":{"texture":"#0","uv":[3.5,13.5,3,15]},"south":{"texture":"#0","uv":[7,13.5,6.5,15]},"up":{"texture":"#0","uv":[3,13.5,3.5,10.5]},"west":{"texture":"#0","uv":[3,13.5,0,15]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-13.6]},{"faces":{"east":{"texture":"#0","uv":[6,7.5,8,9]},"west":{"texture":"#0","uv":[8,7.5,6,9]}},"from":[-16,-16,-13.6],"shade":false,"to":[-16,-14.8,-12]}],"overrides":[],"textures":{"0":"item/w1940333117_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4173.json b/assets/minecraft/models/w4173.json new file mode 100644 index 000000000..3d37d8356 --- /dev/null +++ b/assets/minecraft/models/w4173.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,10.5,3.5,13.5]},"east":{"texture":"#0","uv":[0,13.5,3,15]},"north":{"texture":"#0","uv":[3,13.5,3.5,15]},"south":{"texture":"#0","uv":[6.5,13.5,7,15]},"up":{"texture":"#0","uv":[3.5,13.5,3,10.5]},"west":{"texture":"#0","uv":[3.5,13.5,6.5,15]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-13.6]},{"faces":{"east":{"texture":"#0","uv":[6,7.5,8,9]},"west":{"texture":"#0","uv":[8,7.5,6,9]}},"from":[-15.6,-16,-13.6],"shade":false,"to":[-15.6,-14.8,-12]}],"overrides":[],"textures":{"0":"item/w1940333117_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4174.json b/assets/minecraft/models/w4174.json new file mode 100644 index 000000000..3b8fcac28 --- /dev/null +++ b/assets/minecraft/models/w4174.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,7.5,3,9.5]},"east":{"texture":"#0","uv":[0,9.5,2,10.5]},"north":{"texture":"#0","uv":[2,9.5,3,10.5]},"south":{"texture":"#0","uv":[5,9.5,6,10.5]},"up":{"texture":"#0","uv":[3,9.5,2,7.5]},"west":{"texture":"#0","uv":[3,9.5,5,10.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1940333117_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4175.json b/assets/minecraft/models/w4175.json new file mode 100644 index 000000000..975756d94 --- /dev/null +++ b/assets/minecraft/models/w4175.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,9.5,10.5,8.5]},"east":{"texture":"#0","uv":[10.5,11,11.5,9.5]},"north":{"texture":"#0","uv":[11.5,11,13,9.5]},"south":{"texture":"#0","uv":[9,11,10.5,9.5]},"up":{"texture":"#0","uv":[10.5,8.5,12,9.5]},"west":{"texture":"#0","uv":[8,11,9,9.5]}},"from":[8,8,8],"shade":false,"to":[6.8,6.8,7.2]}],"overrides":[],"textures":{"0":"item/w1940333117_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4176.json b/assets/minecraft/models/w4176.json new file mode 100644 index 000000000..f2d9e22fb --- /dev/null +++ b/assets/minecraft/models/w4176.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,0,3,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,3]},"north":{"texture":"#0","uv":[1.5,1.5,3,3]},"south":{"texture":"#0","uv":[4.5,1.5,6,3]},"up":{"texture":"#0","uv":[3,1.5,1.5,0]},"west":{"texture":"#0","uv":[3,1.5,4.5,3]}},"from":[-16,-16,-15.6],"shade":false,"to":[-14.8,-14.8,-14.400001]},{"faces":{"down":{"texture":"#0","uv":[12,8.5,10.5,9.5]},"east":{"texture":"#0","uv":[8,9.5,9,11]},"north":{"texture":"#0","uv":[9,9.5,10.5,11]},"south":{"texture":"#0","uv":[11.5,9.5,13,11]},"up":{"texture":"#0","uv":[10.5,9.5,9,8.5]},"west":{"texture":"#0","uv":[10.5,9.5,11.5,11]}},"from":[-16,-16,-14.4],"shade":false,"to":[-14.8,-14.8,-13.599999]},{"faces":{"down":{"texture":"#0","uv":[7.5,0,7,0.5]},"east":{"texture":"#0","uv":[6,0.5,6.5,1]},"north":{"texture":"#0","uv":[6.5,0.5,7,1]},"south":{"texture":"#0","uv":[7.5,0.5,8,1]},"up":{"texture":"#0","uv":[7,0.5,6.5,0]},"west":{"texture":"#0","uv":[7,0.5,7.5,1]}},"from":[-15.6,-15.8,-16],"shade":false,"to":[-15.200001,-15.400001,-15.6]}],"overrides":[],"textures":{"0":"item/w1940333117_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4177.json b/assets/minecraft/models/w4177.json new file mode 100644 index 000000000..afaf96a90 --- /dev/null +++ b/assets/minecraft/models/w4177.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,4,10,0]},"up":{"texture":"#0","uv":[12.5,0,10,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-16,-12.8]}],"overrides":[],"textures":{"0":"item/w1940333117_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4178.json b/assets/minecraft/models/w4178.json new file mode 100644 index 000000000..276140cb6 --- /dev/null +++ b/assets/minecraft/models/w4178.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[8,11.25,7,12]},"west":{"texture":"#0","uv":[8,11.25,7,12]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.4,-15.2]}],"overrides":[],"textures":{"0":"item/w1940333117_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4179.json b/assets/minecraft/models/w4179.json new file mode 100644 index 000000000..1f91e6af1 --- /dev/null +++ b/assets/minecraft/models/w4179.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[7,11.25,8,12]},"west":{"texture":"#0","uv":[7,11.25,8,12]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.4,-15.2]}],"overrides":[],"textures":{"0":"item/w1940333117_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w418.json b/assets/minecraft/models/w418.json new file mode 100644 index 000000000..51c2099c8 --- /dev/null +++ b/assets/minecraft/models/w418.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,4,2]},"east":{"texture":"#0","uv":[0,2,2,4]},"north":{"texture":"#0","uv":[2,2,4,4]},"south":{"texture":"#0","uv":[6,2,8,4]},"up":{"texture":"#0","uv":[4,2,2,0]},"west":{"texture":"#0","uv":[4,2,6,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.8,-12.8]}],"overrides":[],"textures":{"0":"item/w550386185_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4180.json b/assets/minecraft/models/w4180.json new file mode 100644 index 000000000..cc51c7613 --- /dev/null +++ b/assets/minecraft/models/w4180.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,8,10,4]},"up":{"texture":"#0","uv":[12.5,4,10,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-16,-12.8]}],"overrides":[],"textures":{"0":"item/w1940333117_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4181.json b/assets/minecraft/models/w4181.json new file mode 100644 index 000000000..d3f269550 --- /dev/null +++ b/assets/minecraft/models/w4181.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,0,9,4.5]},"east":{"texture":"#0","uv":[0,4.5,4.5,9]},"north":{"texture":"#0","uv":[4.5,4.5,9,9]},"south":{"texture":"#0","uv":[0,0,4.5,4.5]},"up":{"texture":"#0","uv":[9,4.5,4.5,0]},"west":{"texture":"#0","uv":[9,4.5,13.5,9]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.4,-12.4]}],"overrides":[],"textures":{"0":"item/w1435518634_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4182.json b/assets/minecraft/models/w4182.json new file mode 100644 index 000000000..84f7c2ecd --- /dev/null +++ b/assets/minecraft/models/w4182.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.125,1.5,5.875,2.25]},"east":{"texture":"#0","uv":[3.875,2.25,4.625,3.125]},"north":{"texture":"#0","uv":[4.625,2.25,5.875,3.125]},"south":{"texture":"#0","uv":[6.625,2.25,7.875,3.125]},"up":{"texture":"#0","uv":[5.875,2.25,4.625,1.5]},"west":{"texture":"#0","uv":[5.875,2.25,6.625,3.125]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-13.2,-13.6]}],"overrides":[],"textures":{"0":"item/w655317825_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4183.json b/assets/minecraft/models/w4183.json new file mode 100644 index 000000000..c53e66647 --- /dev/null +++ b/assets/minecraft/models/w4183.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,9,4.375,9.625]},"east":{"texture":"#0","uv":[4.375,9.625,3.75,11]},"north":{"texture":"#0","uv":[3.75,9.625,3.125,11]},"south":{"texture":"#0","uv":[5,9.625,4.375,11]},"up":{"texture":"#0","uv":[3.125,9.625,3.75,9]},"west":{"texture":"#0","uv":[3.125,9.625,2.5,11]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-11.6,-14]}],"overrides":[],"textures":{"0":"item/w655317825_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4184.json b/assets/minecraft/models/w4184.json new file mode 100644 index 000000000..66f26d15d --- /dev/null +++ b/assets/minecraft/models/w4184.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.375,9,3.75,9.625]},"east":{"texture":"#0","uv":[2.5,9.625,3.125,11]},"north":{"texture":"#0","uv":[3.125,9.625,3.75,11]},"south":{"texture":"#0","uv":[4.375,9.625,5,11]},"up":{"texture":"#0","uv":[3.75,9.625,3.125,9]},"west":{"texture":"#0","uv":[3.75,9.625,4.375,11]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-11.6,-14]}],"overrides":[],"textures":{"0":"item/w655317825_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4185.json b/assets/minecraft/models/w4185.json new file mode 100644 index 000000000..1f2f87f78 --- /dev/null +++ b/assets/minecraft/models/w4185.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,3.25,5.75,4.25]},"east":{"texture":"#0","uv":[3.5,4.25,4.5,5.25]},"north":{"texture":"#0","uv":[4.5,4.25,5.75,5.25]},"south":{"texture":"#0","uv":[6.75,4.25,8,5.25]},"up":{"texture":"#0","uv":[5.75,4.25,4.5,3.25]},"west":{"texture":"#0","uv":[5.75,4.25,6.75,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-12.8,-12.8]}],"overrides":[],"textures":{"0":"item/w655317825_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4186.json b/assets/minecraft/models/w4186.json new file mode 100644 index 000000000..cda2a96b7 --- /dev/null +++ b/assets/minecraft/models/w4186.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,2.25,2.25,3.25]},"east":{"texture":"#0","uv":[0,3.25,1,4.25]},"north":{"texture":"#0","uv":[1,3.25,2.25,4.25]},"south":{"texture":"#0","uv":[3.25,3.25,4.5,4.25]},"up":{"texture":"#0","uv":[2.25,3.25,1,2.25]},"west":{"texture":"#0","uv":[2.25,3.25,3.25,4.25]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-12.8,-12.8]}],"overrides":[],"textures":{"0":"item/w655317825_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4187.json b/assets/minecraft/models/w4187.json new file mode 100644 index 000000000..83081c290 --- /dev/null +++ b/assets/minecraft/models/w4187.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.875,0,5.5,0.75]},"east":{"texture":"#0","uv":[3.375,0.75,4.125,1]},"north":{"texture":"#0","uv":[4.125,0.75,5.5,1]},"south":{"texture":"#0","uv":[6.25,0.75,7.625,1]},"up":{"texture":"#0","uv":[5.5,0.75,4.125,0]},"west":{"texture":"#0","uv":[5.5,0.75,6.25,1]}},"from":[-16,-16,-15.4],"shade":false,"to":[-11.6,-15.2,-13]},{"faces":{"down":{"texture":"#0","uv":[2.125,4.25,1.625,5.375]},"east":{"texture":"#0","uv":[0,5.375,1.125,6.5]},"north":{"texture":"#0","uv":[1.125,5.375,1.625,6.5]},"south":{"texture":"#0","uv":[2.75,5.375,3.25,6.5]},"up":{"texture":"#0","uv":[1.625,5.375,1.125,4.25]},"west":{"texture":"#0","uv":[1.625,5.375,2.75,6.5]}},"from":[-14.6,-15.6,-16],"shade":false,"to":[-13,-12,-12.4]}],"overrides":[],"textures":{"0":"item/w655317825_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4188.json b/assets/minecraft/models/w4188.json new file mode 100644 index 000000000..c93307124 --- /dev/null +++ b/assets/minecraft/models/w4188.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,5.625,10.5,6.25]},"east":{"texture":"#0","uv":[9.375,6.25,10,7]},"north":{"texture":"#0","uv":[10,6.25,10.5,7]},"south":{"texture":"#0","uv":[11.125,6.25,11.625,7]},"up":{"texture":"#0","uv":[10.5,6.25,10,5.625]},"west":{"texture":"#0","uv":[10.5,6.25,11.125,7]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-13.6,-14]}],"overrides":[],"textures":{"0":"item/w655317825_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4189.json b/assets/minecraft/models/w4189.json new file mode 100644 index 000000000..f16cbc5f4 --- /dev/null +++ b/assets/minecraft/models/w4189.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,8.5,9.5,9.375]},"east":{"texture":"#0","uv":[8.125,9.375,9,10.25]},"north":{"texture":"#0","uv":[9,9.375,9.5,10.25]},"south":{"texture":"#0","uv":[10.375,9.375,10.875,10.25]},"up":{"texture":"#0","uv":[9.5,9.375,9,8.5]},"west":{"texture":"#0","uv":[9.5,9.375,10.375,10.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-13.2,-13.2]}],"overrides":[],"textures":{"0":"item/w655317825_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w419.json b/assets/minecraft/models/w419.json new file mode 100644 index 000000000..0a2a9c87b --- /dev/null +++ b/assets/minecraft/models/w419.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,7.25,2,8.25]},"east":{"texture":"#0","uv":[0,8.25,1,9.5]},"north":{"texture":"#0","uv":[1,8.25,2,9.5]},"south":{"texture":"#0","uv":[3,8.25,4,9.5]},"up":{"texture":"#0","uv":[2,8.25,1,7.25]},"west":{"texture":"#0","uv":[2,8.25,3,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14,-14.4]}],"overrides":[],"textures":{"0":"item/w550386185_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4190.json b/assets/minecraft/models/w4190.json new file mode 100644 index 000000000..d3425476b --- /dev/null +++ b/assets/minecraft/models/w4190.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,5.625,11,6.25]},"east":{"texture":"#0","uv":[11.125,6.25,10.5,7]},"north":{"texture":"#0","uv":[10.5,6.25,10,7]},"south":{"texture":"#0","uv":[11.625,6.25,11.125,7]},"up":{"texture":"#0","uv":[10,6.25,10.5,5.625]},"west":{"texture":"#0","uv":[10,6.25,9.375,7]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-13.6,-14]}],"overrides":[],"textures":{"0":"item/w655317825_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4191.json b/assets/minecraft/models/w4191.json new file mode 100644 index 000000000..97e84e718 --- /dev/null +++ b/assets/minecraft/models/w4191.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,8.5,10,9.375]},"east":{"texture":"#0","uv":[10.375,9.375,9.5,10.25]},"north":{"texture":"#0","uv":[9.5,9.375,9,10.25]},"south":{"texture":"#0","uv":[10.875,9.375,10.375,10.25]},"up":{"texture":"#0","uv":[9,9.375,9.5,8.5]},"west":{"texture":"#0","uv":[9,9.375,8.125,10.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-13.2,-13.2]}],"overrides":[],"textures":{"0":"item/w655317825_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4192.json b/assets/minecraft/models/w4192.json new file mode 100644 index 000000000..0a65087b3 --- /dev/null +++ b/assets/minecraft/models/w4192.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.375,0,2.25,1.125]},"east":{"texture":"#0","uv":[0,1.125,1.125,2.25]},"north":{"texture":"#0","uv":[1.125,1.125,2.25,2.25]},"south":{"texture":"#0","uv":[3.375,1.125,4.5,2.25]},"up":{"texture":"#0","uv":[2.25,1.125,1.125,0]},"west":{"texture":"#0","uv":[2.25,1.125,3.375,2.25]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.4,-12.4]}],"overrides":[],"textures":{"0":"item/w655317825_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4193.json b/assets/minecraft/models/w4193.json new file mode 100644 index 000000000..c61e2bde3 --- /dev/null +++ b/assets/minecraft/models/w4193.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,0.125,9.375,1]},"east":{"texture":"#0","uv":[9.375,1,8.5,1.375]},"north":{"texture":"#0","uv":[8.5,1,7.625,1.375]},"south":{"texture":"#0","uv":[10.25,1,9.375,1.375]},"up":{"texture":"#0","uv":[7.625,1,8.5,0.125]},"west":{"texture":"#0","uv":[7.625,1,6.75,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.8,-13.2]},{"faces":{"down":{"texture":"#0","uv":[4.5,7.125,5.25,7.875]},"east":{"texture":"#0","uv":[5.25,7.875,4.5,9]},"north":{"texture":"#0","uv":[4.5,7.875,3.75,9]},"south":{"texture":"#0","uv":[6,7.875,5.25,9]},"up":{"texture":"#0","uv":[3.75,7.875,4.5,7.125]},"west":{"texture":"#0","uv":[3.75,7.875,3,9]}},"from":[-15.8,-15.6,-15.4],"shade":false,"to":[-13.4,-12,-13]}],"overrides":[],"textures":{"0":"item/w655317825_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4194.json b/assets/minecraft/models/w4194.json new file mode 100644 index 000000000..f51c9e794 --- /dev/null +++ b/assets/minecraft/models/w4194.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.375,0.125,8.5,1]},"east":{"texture":"#0","uv":[6.75,1,7.625,1.375]},"north":{"texture":"#0","uv":[7.625,1,8.5,1.375]},"south":{"texture":"#0","uv":[9.375,1,10.25,1.375]},"up":{"texture":"#0","uv":[8.5,1,7.625,0.125]},"west":{"texture":"#0","uv":[8.5,1,9.375,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.8,-13.2]},{"faces":{"down":{"texture":"#0","uv":[5.25,7.125,4.5,7.875]},"east":{"texture":"#0","uv":[3,7.875,3.75,9]},"north":{"texture":"#0","uv":[3.75,7.875,4.5,9]},"south":{"texture":"#0","uv":[5.25,7.875,6,9]},"up":{"texture":"#0","uv":[4.5,7.875,3.75,7.125]},"west":{"texture":"#0","uv":[4.5,7.875,5.25,9]}},"from":[-15.8,-15.6,-15.4],"shade":false,"to":[-13.4,-12,-13]}],"overrides":[],"textures":{"0":"item/w655317825_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4195.json b/assets/minecraft/models/w4195.json new file mode 100644 index 000000000..76093306b --- /dev/null +++ b/assets/minecraft/models/w4195.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,7.875,7.5,8.625]},"east":{"texture":"#0","uv":[6,8.625,6.75,9.375]},"north":{"texture":"#0","uv":[6.75,8.625,7.5,9.375]},"south":{"texture":"#0","uv":[8.25,8.625,9,9.375]},"up":{"texture":"#0","uv":[7.5,8.625,6.75,7.875]},"west":{"texture":"#0","uv":[7.5,8.625,8.25,9.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w655317825_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4196.json b/assets/minecraft/models/w4196.json new file mode 100644 index 000000000..8cd9c5681 --- /dev/null +++ b/assets/minecraft/models/w4196.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,6.125,7.625,7]},"east":{"texture":"#0","uv":[5.875,7,6.75,7.875]},"north":{"texture":"#0","uv":[6.75,7,7.625,7.875]},"south":{"texture":"#0","uv":[8.5,7,9.375,7.875]},"up":{"texture":"#0","uv":[7.625,7,6.75,6.125]},"west":{"texture":"#0","uv":[7.625,7,8.5,7.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.2,-13.2]}],"overrides":[],"textures":{"0":"item/w655317825_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4197.json b/assets/minecraft/models/w4197.json new file mode 100644 index 000000000..d727eed0f --- /dev/null +++ b/assets/minecraft/models/w4197.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.75,9.375,6.125,9.875]},"east":{"texture":"#0","uv":[5,9.875,5.5,11.125]},"north":{"texture":"#0","uv":[5.5,9.875,6.125,11.125]},"south":{"texture":"#0","uv":[6.625,9.875,7.25,11.125]},"up":{"texture":"#0","uv":[6.125,9.875,5.5,9.375]},"west":{"texture":"#0","uv":[6.125,9.875,6.625,11.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-12,-14.4]}],"overrides":[],"textures":{"0":"item/w655317825_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4198.json b/assets/minecraft/models/w4198.json new file mode 100644 index 000000000..8e5a1dc1f --- /dev/null +++ b/assets/minecraft/models/w4198.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.125,3.75,9.375,4.375]},"east":{"texture":"#0","uv":[8,4.375,8.625,5.625]},"north":{"texture":"#0","uv":[8.625,4.375,9.375,5.625]},"south":{"texture":"#0","uv":[10,4.375,10.75,5.625]},"up":{"texture":"#0","uv":[9.375,4.375,8.625,3.75]},"west":{"texture":"#0","uv":[9.375,4.375,10,5.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12,-14]}],"overrides":[],"textures":{"0":"item/w655317825_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4199.json b/assets/minecraft/models/w4199.json new file mode 100644 index 000000000..32ea158b0 --- /dev/null +++ b/assets/minecraft/models/w4199.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.875,5.25,5,6.125]},"east":{"texture":"#0","uv":[3.25,6.125,4.125,7]},"north":{"texture":"#0","uv":[4.125,6.125,5,7]},"south":{"texture":"#0","uv":[5.875,6.125,6.75,7]},"up":{"texture":"#0","uv":[5,6.125,4.125,5.25]},"west":{"texture":"#0","uv":[5,6.125,5.875,7]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.2,-13.2]}],"overrides":[],"textures":{"0":"item/w655317825_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w42.json b/assets/minecraft/models/w42.json new file mode 100644 index 000000000..a371e8269 --- /dev/null +++ b/assets/minecraft/models/w42.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,2.625,3.125,3.5]},"east":{"texture":"#0","uv":[3.125,4.375,4,5]},"north":{"texture":"#0","uv":[3.75,3.75,4.375,4.375]},"south":{"texture":"#0","uv":[2.5,3.125,3.125,3.75]},"up":{"texture":"#0","uv":[3.75,4.375,3.125,3.5]},"west":{"texture":"#0","uv":[1.625,3.125,2.5,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-13.2]}],"overrides":[],"textures":{"0":"item/w1237560704_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w420.json b/assets/minecraft/models/w420.json new file mode 100644 index 000000000..f125f1b7a --- /dev/null +++ b/assets/minecraft/models/w420.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,1.5,9.5,4]},"east":{"texture":"#0","uv":[5.5,4,8,4.75]},"north":{"texture":"#0","uv":[8,4,9.5,4.75]},"south":{"texture":"#0","uv":[12,4,13.5,4.75]},"up":{"texture":"#0","uv":[9.5,4,8,1.5]},"west":{"texture":"#0","uv":[9.5,4,12,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-12]}],"overrides":[],"textures":{"0":"item/w550386185_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4200.json b/assets/minecraft/models/w4200.json new file mode 100644 index 000000000..5fad44999 --- /dev/null +++ b/assets/minecraft/models/w4200.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.375,3.75,10.125,4.375]},"east":{"texture":"#0","uv":[10,4.375,9.375,5.625]},"north":{"texture":"#0","uv":[9.375,4.375,8.625,5.625]},"south":{"texture":"#0","uv":[10.75,4.375,10,5.625]},"up":{"texture":"#0","uv":[8.625,4.375,9.375,3.75]},"west":{"texture":"#0","uv":[8.625,4.375,8,5.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12,-14]}],"overrides":[],"textures":{"0":"item/w655317825_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4201.json b/assets/minecraft/models/w4201.json new file mode 100644 index 000000000..074722b39 --- /dev/null +++ b/assets/minecraft/models/w4201.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.125,9.375,6.75,9.875]},"east":{"texture":"#0","uv":[6.625,9.875,6.125,11.125]},"north":{"texture":"#0","uv":[6.125,9.875,5.5,11.125]},"south":{"texture":"#0","uv":[7.25,9.875,6.625,11.125]},"up":{"texture":"#0","uv":[5.5,9.875,6.125,9.375]},"west":{"texture":"#0","uv":[5.5,9.875,5,11.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-12,-14.4]}],"overrides":[],"textures":{"0":"item/w655317825_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4202.json b/assets/minecraft/models/w4202.json new file mode 100644 index 000000000..b792636d5 --- /dev/null +++ b/assets/minecraft/models/w4202.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[2.4375,10.0625,2.8125,11]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-10,-13.6]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4203.json b/assets/minecraft/models/w4203.json new file mode 100644 index 000000000..a86cdddec --- /dev/null +++ b/assets/minecraft/models/w4203.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.6875,9.375,1.1875,10.0625]},"east":{"texture":"#0","uv":[0,10.0625,0.6875,11]},"north":{"texture":"#0","uv":[0.6875,10.0625,1.1875,11]},"south":{"texture":"#0","uv":[1.875,10.0625,2.375,11]},"up":{"texture":"#0","uv":[1.1875,10.0625,0.6875,9.375]},"west":{"texture":"#0","uv":[1.1875,10.0625,1.875,11]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-10,-11.6]},{"faces":{"west":{"texture":"#0","uv":[2.125,9.6875,2.8125,10]}},"from":[-16,-10,-16],"rotation":{"angle":-22.5,"axis":"z","origin":[-16,-10,-16],"rescale":false},"shade":false,"to":[-16,-8,-11.6]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4204.json b/assets/minecraft/models/w4204.json new file mode 100644 index 000000000..bd3b389f2 --- /dev/null +++ b/assets/minecraft/models/w4204.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[2.8125,10.0625,2.4375,11]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-10,-13.6]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4205.json b/assets/minecraft/models/w4205.json new file mode 100644 index 000000000..abec72d16 --- /dev/null +++ b/assets/minecraft/models/w4205.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.1875,9.375,1.6875,10.0625]},"east":{"texture":"#0","uv":[1.875,10.0625,1.1875,11]},"north":{"texture":"#0","uv":[1.1875,10.0625,0.6875,11]},"south":{"texture":"#0","uv":[2.375,10.0625,1.875,11]},"up":{"texture":"#0","uv":[0.6875,10.0625,1.1875,9.375]},"west":{"texture":"#0","uv":[0.6875,10.0625,0,11]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-10,-11.6]},{"faces":{"east":{"texture":"#0","uv":[2.8125,9.6875,2.125,10]}},"from":[-12.8,-10,-16],"rotation":{"angle":22.5,"axis":"z","origin":[-12.8,-10,-16],"rescale":false},"shade":false,"to":[-12.8,-8,-11.6]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4206.json b/assets/minecraft/models/w4206.json new file mode 100644 index 000000000..2ed58c627 --- /dev/null +++ b/assets/minecraft/models/w4206.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1.0625,3.125,2.0625,3.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-14,-16]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4207.json b/assets/minecraft/models/w4207.json new file mode 100644 index 000000000..90a9dc9d5 --- /dev/null +++ b/assets/minecraft/models/w4207.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,3.125,1,3.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-14,-16]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4208.json b/assets/minecraft/models/w4208.json new file mode 100644 index 000000000..60b3942de --- /dev/null +++ b/assets/minecraft/models/w4208.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[5.25,3.125,4.25,3.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-14,-16]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4209.json b/assets/minecraft/models/w4209.json new file mode 100644 index 000000000..e835cbfe6 --- /dev/null +++ b/assets/minecraft/models/w4209.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[3.1875,3.125,4.1875,3.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-14,-16]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w421.json b/assets/minecraft/models/w421.json new file mode 100644 index 000000000..8031d2de0 --- /dev/null +++ b/assets/minecraft/models/w421.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,4,4,6.5]},"east":{"texture":"#0","uv":[0,6.5,2.5,7.25]},"north":{"texture":"#0","uv":[2.5,6.5,4,7.25]},"south":{"texture":"#0","uv":[6.5,6.5,8,7.25]},"up":{"texture":"#0","uv":[4,6.5,2.5,4]},"west":{"texture":"#0","uv":[4,6.5,6.5,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-12]}],"overrides":[],"textures":{"0":"item/w550386185_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4210.json b/assets/minecraft/models/w4210.json new file mode 100644 index 000000000..8184c1697 --- /dev/null +++ b/assets/minecraft/models/w4210.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[3.125,3.125,2.125,3.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-14,-16]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4211.json b/assets/minecraft/models/w4211.json new file mode 100644 index 000000000..cc6baba16 --- /dev/null +++ b/assets/minecraft/models/w4211.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,3.5,1,4.125]},"east":{"texture":"#0","uv":[1.625,4.125,1,5.375]},"north":{"texture":"#0","uv":[0,4.125,1,5.375]},"south":{"texture":"#0","uv":[1.625,4.125,2.625,5.375]},"up":{"texture":"#0","uv":[1,4.125,0,3.5]},"west":{"texture":"#0","uv":[1,4.125,1.625,5.375]}},"from":[-16,-16,-16],"shade":false,"to":[-9.575,-8,-12]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4212.json b/assets/minecraft/models/w4212.json new file mode 100644 index 000000000..5954e2154 --- /dev/null +++ b/assets/minecraft/models/w4212.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.8125,5.90625,8.8125,6.9375]},"east":{"texture":"#0","uv":[9.84375,6.9375,8.8125,7.5625]},"north":{"texture":"#0","uv":[7.8125,6.9375,8.8125,7.5625]},"south":{"texture":"#0","uv":[9.84375,6.9375,10.84375,7.5625]},"up":{"texture":"#0","uv":[8.8125,6.9375,7.8125,5.90625]},"west":{"texture":"#0","uv":[8.8125,6.9375,9.84375,7.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-12,-9.4]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4213.json b/assets/minecraft/models/w4213.json new file mode 100644 index 000000000..7eb9de2ae --- /dev/null +++ b/assets/minecraft/models/w4213.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.75,3.5625,3.75,4.5]},"east":{"texture":"#0","uv":[4.6875,4.5,3.75,5.375]},"north":{"texture":"#0","uv":[2.75,4.5,3.75,5.375]},"south":{"texture":"#0","uv":[4.6875,4.5,5.6875,5.375]},"up":{"texture":"#0","uv":[3.75,4.5,2.75,3.5625]},"west":{"texture":"#0","uv":[3.75,4.5,4.6875,5.375]}},"from":[-16,-16,-16],"shade":false,"to":[-9.575,-10.4,-10.2]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4214.json b/assets/minecraft/models/w4214.json new file mode 100644 index 000000000..5017111de --- /dev/null +++ b/assets/minecraft/models/w4214.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.625,5.5625,1.875,6.6875]},"east":{"texture":"#0","uv":[3,6.6875,1.875,7.5625]},"north":{"texture":"#0","uv":[1.125,6.6875,1.875,7.5625]},"south":{"texture":"#0","uv":[3,6.6875,3.75,7.5625]},"up":{"texture":"#0","uv":[1.875,6.6875,1.125,5.5625]},"west":{"texture":"#0","uv":[1.875,6.6875,3,7.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-10.4,-9]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4215.json b/assets/minecraft/models/w4215.json new file mode 100644 index 000000000..9039743c4 --- /dev/null +++ b/assets/minecraft/models/w4215.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.625,5.125,7.875,5.4375]},"east":{"texture":"#0","uv":[8.1875,5.4375,7.875,5.8125]},"north":{"texture":"#0","uv":[7.125,5.4375,7.875,5.8125]},"south":{"texture":"#0","uv":[8.1875,5.4375,8.9375,5.8125]},"up":{"texture":"#0","uv":[7.875,5.4375,7.125,5.125]},"west":{"texture":"#0","uv":[7.875,5.4375,8.1875,5.8125]}},"from":[-15.931,-15.996,-16],"rotation":{"angle":22.5,"axis":"x","origin":[-15.9575,-4.8,-12.804],"rescale":false},"shade":false,"to":[-11.184,-13.604,-14.008]},{"faces":{"down":{"texture":"#0","uv":[6,5.6875,5.25,6.3125]},"east":{"texture":"#0","uv":[5.875,6.3125,5.25,7.5625]},"south":{"texture":"#0","uv":[5.875,6.3125,6.625,7.5625]},"up":{"texture":"#0","uv":[5.25,6.3125,4.5,5.6875]},"west":{"texture":"#0","uv":[5.25,6.3125,5.875,7.5625]}},"from":[-16,-16,-14.004],"rotation":{"angle":22.5,"axis":"x","origin":[-15.9575,-4.8,-12.804],"rescale":false},"shade":false,"to":[-11.115,-8,-10.004]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4216.json b/assets/minecraft/models/w4216.json new file mode 100644 index 000000000..c12e9f224 --- /dev/null +++ b/assets/minecraft/models/w4216.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[1.9375,11.6875,2.5,11.875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-12.4]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4217.json b/assets/minecraft/models/w4217.json new file mode 100644 index 000000000..7e608bdf0 --- /dev/null +++ b/assets/minecraft/models/w4217.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[2.1875,11.9375,2.5,12.875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-10,-14]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4218.json b/assets/minecraft/models/w4218.json new file mode 100644 index 000000000..0aaa69ebb --- /dev/null +++ b/assets/minecraft/models/w4218.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5625,11.375,1.0625,11.9375]},"east":{"texture":"#0","uv":[0,11.9375,0.5625,12.875]},"north":{"texture":"#0","uv":[0.5625,11.9375,1.0625,12.875]},"south":{"texture":"#0","uv":[1.625,11.9375,2.125,12.875]},"up":{"texture":"#0","uv":[1.0625,11.9375,0.5625,11.375]},"west":{"texture":"#0","uv":[1.0625,11.9375,1.625,12.875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-10,-12.4]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4219.json b/assets/minecraft/models/w4219.json new file mode 100644 index 000000000..37a17cf26 --- /dev/null +++ b/assets/minecraft/models/w4219.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[2.5,11.6875,1.9375,11.875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-12.4]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w422.json b/assets/minecraft/models/w422.json new file mode 100644 index 000000000..f125f1b7a --- /dev/null +++ b/assets/minecraft/models/w422.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,1.5,9.5,4]},"east":{"texture":"#0","uv":[5.5,4,8,4.75]},"north":{"texture":"#0","uv":[8,4,9.5,4.75]},"south":{"texture":"#0","uv":[12,4,13.5,4.75]},"up":{"texture":"#0","uv":[9.5,4,8,1.5]},"west":{"texture":"#0","uv":[9.5,4,12,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-12]}],"overrides":[],"textures":{"0":"item/w550386185_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4220.json b/assets/minecraft/models/w4220.json new file mode 100644 index 000000000..fe0751465 --- /dev/null +++ b/assets/minecraft/models/w4220.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[2.5,11.9375,2.1875,12.875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-10,-14]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4221.json b/assets/minecraft/models/w4221.json new file mode 100644 index 000000000..8ff29a88c --- /dev/null +++ b/assets/minecraft/models/w4221.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.0625,11.375,1.5625,11.9375]},"east":{"texture":"#0","uv":[1.625,11.9375,1.0625,12.875]},"north":{"texture":"#0","uv":[1.0625,11.9375,0.5625,12.875]},"south":{"texture":"#0","uv":[2.125,11.9375,1.625,12.875]},"up":{"texture":"#0","uv":[0.5625,11.9375,1.0625,11.375]},"west":{"texture":"#0","uv":[0.5625,11.9375,0,12.875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-10,-12.4]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4222.json b/assets/minecraft/models/w4222.json new file mode 100644 index 000000000..d24d61840 --- /dev/null +++ b/assets/minecraft/models/w4222.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.1875,9.875,3.875,10.5625]},"east":{"texture":"#0","uv":[4.5625,10.5625,3.875,11]},"north":{"texture":"#0","uv":[3.5625,10.5625,3.875,11]},"south":{"texture":"#0","uv":[4.5625,10.5625,4.875,11]},"up":{"texture":"#0","uv":[3.875,10.5625,3.5625,9.875]},"west":{"texture":"#0","uv":[3.875,10.5625,4.5625,11]}},"from":[-16,-16,-16],"shade":false,"to":[-13.992,-13.191999,-11.592]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4223.json b/assets/minecraft/models/w4223.json new file mode 100644 index 000000000..5f89e3caf --- /dev/null +++ b/assets/minecraft/models/w4223.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.875,9.875,4.1875,10.5625]},"east":{"texture":"#0","uv":[4.5625,10.5625,3.875,11]},"north":{"texture":"#0","uv":[3.875,10.5625,3.5625,11]},"south":{"texture":"#0","uv":[4.875,10.5625,4.5625,11]},"up":{"texture":"#0","uv":[3.5625,10.5625,3.875,9.875]},"west":{"texture":"#0","uv":[3.875,10.5625,4.5625,11]}},"from":[-16,-16,-16],"shade":false,"to":[-13.992,-13.191999,-11.592]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4224.json b/assets/minecraft/models/w4224.json new file mode 100644 index 000000000..5f75b062a --- /dev/null +++ b/assets/minecraft/models/w4224.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.125,4.1875,4.8125,4.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-14]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4225.json b/assets/minecraft/models/w4225.json new file mode 100644 index 000000000..e617c84e5 --- /dev/null +++ b/assets/minecraft/models/w4225.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.450444,3.9375,5.40625,3.9816945]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.717156,-15.717156]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4226.json b/assets/minecraft/models/w4226.json new file mode 100644 index 000000000..9f023a420 --- /dev/null +++ b/assets/minecraft/models/w4226.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.46875,3.96875,5.40625,4]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.8,-15.6]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4227.json b/assets/minecraft/models/w4227.json new file mode 100644 index 000000000..d193e67ef --- /dev/null +++ b/assets/minecraft/models/w4227.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.5625,4.0625,5.4375,4.125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-15.2]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4228.json b/assets/minecraft/models/w4228.json new file mode 100644 index 000000000..50b5fd1e6 --- /dev/null +++ b/assets/minecraft/models/w4228.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.40625,4.3125,5.5625,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-15]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4229.json b/assets/minecraft/models/w4229.json new file mode 100644 index 000000000..74f76b7ed --- /dev/null +++ b/assets/minecraft/models/w4229.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.1875,4.25,5.34375,4.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.599999,-15]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w423.json b/assets/minecraft/models/w423.json new file mode 100644 index 000000000..0a2a9c87b --- /dev/null +++ b/assets/minecraft/models/w423.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,7.25,2,8.25]},"east":{"texture":"#0","uv":[0,8.25,1,9.5]},"north":{"texture":"#0","uv":[1,8.25,2,9.5]},"south":{"texture":"#0","uv":[3,8.25,4,9.5]},"up":{"texture":"#0","uv":[2,8.25,1,7.25]},"west":{"texture":"#0","uv":[2,8.25,3,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14,-14.4]}],"overrides":[],"textures":{"0":"item/w550386185_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4230.json b/assets/minecraft/models/w4230.json new file mode 100644 index 000000000..3b523e58b --- /dev/null +++ b/assets/minecraft/models/w4230.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.09375,4.375,4.8125,4.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.599999,-14.2]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4231.json b/assets/minecraft/models/w4231.json new file mode 100644 index 000000000..1eecabaa0 --- /dev/null +++ b/assets/minecraft/models/w4231.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.1875,4.0625,4.8125,4.125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-13.6]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4232.json b/assets/minecraft/models/w4232.json new file mode 100644 index 000000000..29f2f1879 --- /dev/null +++ b/assets/minecraft/models/w4232.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[4.8125,3.9375,5.1875,4]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-13.6]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4233.json b/assets/minecraft/models/w4233.json new file mode 100644 index 000000000..c116dedb6 --- /dev/null +++ b/assets/minecraft/models/w4233.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[4.8125,3.875,5.21875,3.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-13.4]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4234.json b/assets/minecraft/models/w4234.json new file mode 100644 index 000000000..eebe24ed3 --- /dev/null +++ b/assets/minecraft/models/w4234.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.28125,3.6875,4.8125,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-13]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4235.json b/assets/minecraft/models/w4235.json new file mode 100644 index 000000000..392044903 --- /dev/null +++ b/assets/minecraft/models/w4235.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[4.96875,3.625,4.8125,3.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-15]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4236.json b/assets/minecraft/models/w4236.json new file mode 100644 index 000000000..5a0e41a47 --- /dev/null +++ b/assets/minecraft/models/w4236.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.21875,3.59375,5.1875,3.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.8,-15.8]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4237.json b/assets/minecraft/models/w4237.json new file mode 100644 index 000000000..60c49d94b --- /dev/null +++ b/assets/minecraft/models/w4237.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.0429688,3.6054688,5,3.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.725,-15.725]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4238.json b/assets/minecraft/models/w4238.json new file mode 100644 index 000000000..1a1e17df1 --- /dev/null +++ b/assets/minecraft/models/w4238.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.15625,3.59375,5.125,3.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.8,-15.8]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4239.json b/assets/minecraft/models/w4239.json new file mode 100644 index 000000000..91e4d7a4e --- /dev/null +++ b/assets/minecraft/models/w4239.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.5625,4.1875,5.4375,4.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-15.2]},{"faces":{"east":{"texture":"#0","uv":[5.34375,4.3125,5.125,4.375]}},"from":[-15.98,-14.667952,-16],"shade":false,"to":[-15.98,-14.267952,-14.6]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w424.json b/assets/minecraft/models/w424.json new file mode 100644 index 000000000..f125f1b7a --- /dev/null +++ b/assets/minecraft/models/w424.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,1.5,9.5,4]},"east":{"texture":"#0","uv":[5.5,4,8,4.75]},"north":{"texture":"#0","uv":[8,4,9.5,4.75]},"south":{"texture":"#0","uv":[12,4,13.5,4.75]},"up":{"texture":"#0","uv":[9.5,4,8,1.5]},"west":{"texture":"#0","uv":[9.5,4,12,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-12]}],"overrides":[],"textures":{"0":"item/w550386185_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4240.json b/assets/minecraft/models/w4240.json new file mode 100644 index 000000000..85cbc6eb3 --- /dev/null +++ b/assets/minecraft/models/w4240.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[4.8125,4.1875,5.125,4.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-14]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4241.json b/assets/minecraft/models/w4241.json new file mode 100644 index 000000000..b12e23adc --- /dev/null +++ b/assets/minecraft/models/w4241.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[5.40625,3.9375,5.450444,3.9816945]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.717156,-15.717156]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4242.json b/assets/minecraft/models/w4242.json new file mode 100644 index 000000000..82be01fd1 --- /dev/null +++ b/assets/minecraft/models/w4242.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[5.40625,3.96875,5.46875,4]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.8,-15.6]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4243.json b/assets/minecraft/models/w4243.json new file mode 100644 index 000000000..02cf3a8e0 --- /dev/null +++ b/assets/minecraft/models/w4243.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[5.4375,4.0625,5.5625,4.125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-15.2]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4244.json b/assets/minecraft/models/w4244.json new file mode 100644 index 000000000..a255b2595 --- /dev/null +++ b/assets/minecraft/models/w4244.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[5.5625,4.3125,5.40625,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-15]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4245.json b/assets/minecraft/models/w4245.json new file mode 100644 index 000000000..07ff31aa7 --- /dev/null +++ b/assets/minecraft/models/w4245.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[5.34375,4.25,5.1875,4.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.599999,-15]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4246.json b/assets/minecraft/models/w4246.json new file mode 100644 index 000000000..dc8d7d104 --- /dev/null +++ b/assets/minecraft/models/w4246.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[4.8125,4.375,5.09375,4.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.599999,-14.2]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4247.json b/assets/minecraft/models/w4247.json new file mode 100644 index 000000000..516c749c3 --- /dev/null +++ b/assets/minecraft/models/w4247.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[4.8125,4.0625,5.1875,4.125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-13.6]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4248.json b/assets/minecraft/models/w4248.json new file mode 100644 index 000000000..cf5aa661a --- /dev/null +++ b/assets/minecraft/models/w4248.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[5.1875,3.9375,4.8125,4]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-13.6]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4249.json b/assets/minecraft/models/w4249.json new file mode 100644 index 000000000..c7aeb9428 --- /dev/null +++ b/assets/minecraft/models/w4249.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[5.21875,3.875,4.8125,3.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-13.4]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w425.json b/assets/minecraft/models/w425.json new file mode 100644 index 000000000..8031d2de0 --- /dev/null +++ b/assets/minecraft/models/w425.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,4,4,6.5]},"east":{"texture":"#0","uv":[0,6.5,2.5,7.25]},"north":{"texture":"#0","uv":[2.5,6.5,4,7.25]},"south":{"texture":"#0","uv":[6.5,6.5,8,7.25]},"up":{"texture":"#0","uv":[4,6.5,2.5,4]},"west":{"texture":"#0","uv":[4,6.5,6.5,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-12]}],"overrides":[],"textures":{"0":"item/w550386185_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4250.json b/assets/minecraft/models/w4250.json new file mode 100644 index 000000000..f42523337 --- /dev/null +++ b/assets/minecraft/models/w4250.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[4.8125,3.6875,5.28125,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-13]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4251.json b/assets/minecraft/models/w4251.json new file mode 100644 index 000000000..5cf6f8698 --- /dev/null +++ b/assets/minecraft/models/w4251.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[4.8125,3.625,4.96875,3.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-15]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4252.json b/assets/minecraft/models/w4252.json new file mode 100644 index 000000000..79326123a --- /dev/null +++ b/assets/minecraft/models/w4252.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[5.1875,3.59375,5.21875,3.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.8,-15.8]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4253.json b/assets/minecraft/models/w4253.json new file mode 100644 index 000000000..da30acf05 --- /dev/null +++ b/assets/minecraft/models/w4253.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[5,3.6054688,5.0429688,3.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.725,-15.725]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4254.json b/assets/minecraft/models/w4254.json new file mode 100644 index 000000000..e4f75e496 --- /dev/null +++ b/assets/minecraft/models/w4254.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[5.125,3.59375,5.15625,3.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.8,-15.8]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4255.json b/assets/minecraft/models/w4255.json new file mode 100644 index 000000000..77390224d --- /dev/null +++ b/assets/minecraft/models/w4255.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[5.4375,4.1875,5.5625,4.25]}},"from":[-15.98,-16,-16],"shade":false,"to":[-15.98,-15.6,-15.2]},{"faces":{"west":{"texture":"#0","uv":[5.125,4.3125,5.34375,4.375]}},"from":[-16,-14.667952,-16],"shade":false,"to":[-16,-14.267952,-14.6]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4256.json b/assets/minecraft/models/w4256.json new file mode 100644 index 000000000..e8c648018 --- /dev/null +++ b/assets/minecraft/models/w4256.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.8125,7.6875,13.8125,8.875]},"east":{"texture":"#0","uv":[11.625,8.875,12.8125,9.875]},"north":{"texture":"#0","uv":[12.8125,8.875,13.8125,9.875]},"south":{"texture":"#0","uv":[15,8.875,16,9.875]},"up":{"texture":"#0","uv":[13.8125,8.875,12.8125,7.6875]},"west":{"texture":"#0","uv":[13.8125,8.875,15,9.875]}},"from":[-16,-16,-16],"shade":false,"to":[-9.599999,-9.6,-8.4]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4257.json b/assets/minecraft/models/w4257.json new file mode 100644 index 000000000..6f4a7ca08 --- /dev/null +++ b/assets/minecraft/models/w4257.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[14.375,1.625,15,2.25]}},"from":[-16,-16,-16],"shade":false,"to":[-11.76,-11.76,-16]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4258.json b/assets/minecraft/models/w4258.json new file mode 100644 index 000000000..7ae4a1a14 --- /dev/null +++ b/assets/minecraft/models/w4258.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[13.625,1.875,13.875,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-9.6,-14.4]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4259.json b/assets/minecraft/models/w4259.json new file mode 100644 index 000000000..86d3987e9 --- /dev/null +++ b/assets/minecraft/models/w4259.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[13.875,1.875,13.625,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-9.6,-14.4]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w426.json b/assets/minecraft/models/w426.json new file mode 100644 index 000000000..0a2a9c87b --- /dev/null +++ b/assets/minecraft/models/w426.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,7.25,2,8.25]},"east":{"texture":"#0","uv":[0,8.25,1,9.5]},"north":{"texture":"#0","uv":[1,8.25,2,9.5]},"south":{"texture":"#0","uv":[3,8.25,4,9.5]},"up":{"texture":"#0","uv":[2,8.25,1,7.25]},"west":{"texture":"#0","uv":[2,8.25,3,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14,-14.4]}],"overrides":[],"textures":{"0":"item/w550386185_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4260.json b/assets/minecraft/models/w4260.json new file mode 100644 index 000000000..75765afd6 --- /dev/null +++ b/assets/minecraft/models/w4260.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[15.875,2.6875,14.375,2.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4261.json b/assets/minecraft/models/w4261.json new file mode 100644 index 000000000..bf941cdb2 --- /dev/null +++ b/assets/minecraft/models/w4261.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.875,2.4375,14.375,2.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-9.599704,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4262.json b/assets/minecraft/models/w4262.json new file mode 100644 index 000000000..d436304fe --- /dev/null +++ b/assets/minecraft/models/w4262.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,11.4375,3.1875,11.75]},"east":{"texture":"#0","uv":[2.5625,12.5,2.875,12.875]},"north":{"texture":"#0","uv":[2.875,12.5,3.1875,12.875]},"south":{"texture":"#0","uv":[3.5,12.5,3.8125,12.875]},"up":{"texture":"#0","uv":[3.1875,11.75,2.875,11.4375]},"west":{"texture":"#0","uv":[3.1875,12.5,3.5,12.875]}},"from":[-16,-16,-14.4],"shade":false,"to":[-14,-13.6,-12.4]},{"faces":{"down":{"texture":"#0","uv":[3.5,11.4375,3.1875,11.75]},"east":{"texture":"#0","uv":[2.5625,11.8125,2.875,12.5]},"north":{"texture":"#0","uv":[2.875,11.8125,3.1875,12.5]},"south":{"texture":"#0","uv":[3.5,11.8125,3.8125,12.5]},"up":{"texture":"#0","uv":[3.1875,11.75,2.875,11.4375]},"west":{"texture":"#0","uv":[3.1875,11.8125,3.5,12.5]}},"from":[-16,-13.6,-14.4],"shade":false,"to":[-14,-9.200001,-12.4]},{"faces":{"west":{"texture":"#0","uv":[1.625,11.5625,1.875,11.875]}},"from":[-16,-11.2,-16],"rotation":{"angle":-45,"axis":"y","origin":[-16,-10.2,-14.4],"rescale":false},"shade":false,"to":[-16,-9.2,-14.4]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4263.json b/assets/minecraft/models/w4263.json new file mode 100644 index 000000000..07963c4e8 --- /dev/null +++ b/assets/minecraft/models/w4263.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.1875,11.4375,3.5,11.75]},"east":{"texture":"#0","uv":[3.5,12.5,3.1875,12.875]},"north":{"texture":"#0","uv":[3.1875,12.5,2.875,12.875]},"south":{"texture":"#0","uv":[3.8125,12.5,3.5,12.875]},"up":{"texture":"#0","uv":[2.875,11.75,3.1875,11.4375]},"west":{"texture":"#0","uv":[2.875,12.5,2.5625,12.875]}},"from":[-16,-16,-14.4],"shade":false,"to":[-14,-13.6,-12.4]},{"faces":{"down":{"texture":"#0","uv":[3.1875,11.4375,3.5,11.75]},"east":{"texture":"#0","uv":[3.5,11.8125,3.1875,12.5]},"north":{"texture":"#0","uv":[3.1875,11.8125,2.875,12.5]},"south":{"texture":"#0","uv":[3.8125,11.8125,3.5,12.5]},"up":{"texture":"#0","uv":[2.875,11.75,3.1875,11.4375]},"west":{"texture":"#0","uv":[2.875,11.8125,2.5625,12.5]}},"from":[-16,-13.6,-14.4],"shade":false,"to":[-14,-9.200001,-12.4]},{"faces":{"east":{"texture":"#0","uv":[1.875,11.5625,1.625,11.875]}},"from":[-14,-11.2,-16],"rotation":{"angle":45,"axis":"y","origin":[-14,-10.2,-14.4],"rescale":false},"shade":false,"to":[-14,-9.2,-14.4]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4264.json b/assets/minecraft/models/w4264.json new file mode 100644 index 000000000..624f41ee3 --- /dev/null +++ b/assets/minecraft/models/w4264.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.875,9.625,5.5625,9.9375]},"east":{"texture":"#0","uv":[4.9375,9.9375,5.25,11]},"north":{"texture":"#0","uv":[5.25,9.9375,5.5625,11]},"south":{"texture":"#0","uv":[5.875,9.9375,6.1875,11]},"up":{"texture":"#0","uv":[5.5625,9.9375,5.25,9.625]},"west":{"texture":"#0","uv":[5.5625,9.9375,5.875,11]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-9.2,-14]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4265.json b/assets/minecraft/models/w4265.json new file mode 100644 index 000000000..6843ebcb5 --- /dev/null +++ b/assets/minecraft/models/w4265.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5625,9.625,5.875,9.9375]},"east":{"texture":"#0","uv":[5.875,9.9375,5.5625,11]},"north":{"texture":"#0","uv":[5.5625,9.9375,5.25,11]},"south":{"texture":"#0","uv":[6.1875,9.9375,5.875,11]},"up":{"texture":"#0","uv":[5.25,9.9375,5.5625,9.625]},"west":{"texture":"#0","uv":[5.25,9.9375,4.9375,11]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-9.2,-14]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4266.json b/assets/minecraft/models/w4266.json new file mode 100644 index 000000000..bbfe7c1ab --- /dev/null +++ b/assets/minecraft/models/w4266.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.25,1.375,10.75,2.3125]},"east":{"texture":"#0","uv":[11.6875,2.3125,10.75,3]},"north":{"texture":"#0","uv":[10.25,2.3125,10.75,3]},"south":{"texture":"#0","uv":[11.6875,2.3125,12.1875,3]},"up":{"texture":"#0","uv":[10.75,2.3125,10.25,1.375]},"west":{"texture":"#0","uv":[10.75,2.3125,11.6875,3]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-11.6,-10]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4267.json b/assets/minecraft/models/w4267.json new file mode 100644 index 000000000..b7ed5cf2c --- /dev/null +++ b/assets/minecraft/models/w4267.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.375,9.9375,13.0625,11.5625]},"east":{"texture":"#0","uv":[10.125,11.5625,11.75,12.875]},"north":{"texture":"#0","uv":[11.75,11.5625,13.0625,12.875]},"south":{"texture":"#0","uv":[14.6875,11.5625,16,12.875]},"up":{"texture":"#0","uv":[13.0625,11.5625,11.75,9.9375]},"west":{"texture":"#0","uv":[13.0625,11.5625,14.6875,12.875]}},"from":[-16,-16,-16],"shade":false,"to":[-7.5999994,-7.6000004,-5.6000004]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4268.json b/assets/minecraft/models/w4268.json new file mode 100644 index 000000000..34ea6f9c8 --- /dev/null +++ b/assets/minecraft/models/w4268.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.375,4.9375,13.375,6.5625]},"east":{"texture":"#0","uv":[10.75,6.5625,12.375,7.5625]},"north":{"texture":"#0","uv":[12.375,6.5625,13.375,7.5625]},"south":{"texture":"#0","uv":[15,6.5625,16,7.5625]},"up":{"texture":"#0","uv":[13.375,6.5625,12.375,4.9375]},"west":{"texture":"#0","uv":[13.375,6.5625,15,7.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-5.6000004]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4269.json b/assets/minecraft/models/w4269.json new file mode 100644 index 000000000..afd0c650f --- /dev/null +++ b/assets/minecraft/models/w4269.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.75,11.9375,4.3125,12.5625]},"east":{"texture":"#0","uv":[4.9375,12.5625,4.3125,12.8125]},"north":{"texture":"#0","uv":[3.875,12.5625,4.3125,12.8125]},"south":{"texture":"#0","uv":[4.9375,12.5625,5.375,12.8125]},"up":{"texture":"#0","uv":[4.3125,12.5625,3.875,11.9375]},"west":{"texture":"#0","uv":[4.3125,12.5625,4.9375,12.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.4,-12]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w427.json b/assets/minecraft/models/w427.json new file mode 100644 index 000000000..f125f1b7a --- /dev/null +++ b/assets/minecraft/models/w427.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,1.5,9.5,4]},"east":{"texture":"#0","uv":[5.5,4,8,4.75]},"north":{"texture":"#0","uv":[8,4,9.5,4.75]},"south":{"texture":"#0","uv":[12,4,13.5,4.75]},"up":{"texture":"#0","uv":[9.5,4,8,1.5]},"west":{"texture":"#0","uv":[9.5,4,12,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-12]}],"overrides":[],"textures":{"0":"item/w550386185_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4270.json b/assets/minecraft/models/w4270.json new file mode 100644 index 000000000..d717c62b3 --- /dev/null +++ b/assets/minecraft/models/w4270.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.3125,11.9375,4.75,12.5625]},"east":{"texture":"#0","uv":[4.9375,12.5625,4.3125,12.8125]},"north":{"texture":"#0","uv":[4.3125,12.5625,3.875,12.8125]},"south":{"texture":"#0","uv":[5.375,12.5625,4.9375,12.8125]},"up":{"texture":"#0","uv":[3.875,12.5625,4.3125,11.9375]},"west":{"texture":"#0","uv":[4.3125,12.5625,4.9375,12.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.4,-12]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4271.json b/assets/minecraft/models/w4271.json new file mode 100644 index 000000000..702c89f7a --- /dev/null +++ b/assets/minecraft/models/w4271.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.75,11.9375,4.3125,12.5625]},"east":{"texture":"#0","uv":[4.9375,12.5625,4.3125,12.8125]},"north":{"texture":"#0","uv":[3.875,12.5625,4.3125,12.8125]},"south":{"texture":"#0","uv":[4.9375,12.5625,5.375,12.8125]},"up":{"texture":"#0","uv":[4.3125,12.5625,3.875,11.9375]},"west":{"texture":"#0","uv":[4.3125,12.5625,4.9375,12.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.400001,-12]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4272.json b/assets/minecraft/models/w4272.json new file mode 100644 index 000000000..60d5b3175 --- /dev/null +++ b/assets/minecraft/models/w4272.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.3125,11.9375,4.75,12.5625]},"east":{"texture":"#0","uv":[4.9375,12.5625,4.3125,12.8125]},"north":{"texture":"#0","uv":[4.3125,12.5625,3.875,12.8125]},"south":{"texture":"#0","uv":[5.375,12.5625,4.9375,12.8125]},"up":{"texture":"#0","uv":[3.875,12.5625,4.3125,11.9375]},"west":{"texture":"#0","uv":[4.3125,12.5625,4.9375,12.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.400001,-12]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4273.json b/assets/minecraft/models/w4273.json new file mode 100644 index 000000000..d381b8e16 --- /dev/null +++ b/assets/minecraft/models/w4273.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.9375,3.4375,13.3125,4.1875]},"east":{"texture":"#0","uv":[11.9375,4.1875,12.6875,4.8125]},"north":{"texture":"#0","uv":[12.6875,4.1875,13.3125,4.8125]},"south":{"texture":"#0","uv":[14.0625,4.1875,14.6875,4.8125]},"up":{"texture":"#0","uv":[13.3125,4.1875,12.6875,3.4375]},"west":{"texture":"#0","uv":[13.3125,4.1875,14.0625,4.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-12,-11.2]},{"faces":{"east":{"texture":"#0","uv":[11.8125,4.0625,11.0625,4.8125]},"west":{"texture":"#0","uv":[11.0625,4.0625,11.8125,4.8125]}},"from":[-14,-16,-11.2],"shade":false,"to":[-14,-11.2,-6.3999996]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4274.json b/assets/minecraft/models/w4274.json new file mode 100644 index 000000000..90db48a6e --- /dev/null +++ b/assets/minecraft/models/w4274.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[7.3125,1.5625,6.8125,2.3125]},"west":{"texture":"#0","uv":[6.8125,1.5625,7.3125,2.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-11.2,-12.8]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4275.json b/assets/minecraft/models/w4275.json new file mode 100644 index 000000000..90db48a6e --- /dev/null +++ b/assets/minecraft/models/w4275.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[7.3125,1.5625,6.8125,2.3125]},"west":{"texture":"#0","uv":[6.8125,1.5625,7.3125,2.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-11.2,-12.8]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4276.json b/assets/minecraft/models/w4276.json new file mode 100644 index 000000000..a02614fc4 --- /dev/null +++ b/assets/minecraft/models/w4276.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.6875,1.625,5.375,1.75]},"east":{"texture":"#0","uv":[4.9375,1.75,5.0625,1.875]},"north":{"texture":"#0","uv":[5.0625,1.75,5.375,1.875]},"south":{"texture":"#0","uv":[5.5,1.75,5.8125,1.875]},"up":{"texture":"#0","uv":[5.375,1.75,5.0625,1.625]},"west":{"texture":"#0","uv":[5.375,1.75,5.5,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4277.json b/assets/minecraft/models/w4277.json new file mode 100644 index 000000000..6b9e31d49 --- /dev/null +++ b/assets/minecraft/models/w4277.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5625,1.5625,6.3125,1.6875]},"east":{"texture":"#0","uv":[5.9375,1.6875,6.0625,1.875]},"north":{"texture":"#0","uv":[6.0625,1.6875,6.3125,1.875]},"south":{"texture":"#0","uv":[6.4375,1.6875,6.6875,1.875]},"up":{"texture":"#0","uv":[6.3125,1.6875,6.0625,1.5625]},"west":{"texture":"#0","uv":[6.3125,1.6875,6.4375,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4278.json b/assets/minecraft/models/w4278.json new file mode 100644 index 000000000..267e80599 --- /dev/null +++ b/assets/minecraft/models/w4278.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[8.9375,3.1875,8.375,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-12.4]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4279.json b/assets/minecraft/models/w4279.json new file mode 100644 index 000000000..87d44539f --- /dev/null +++ b/assets/minecraft/models/w4279.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[8.375,3.1875,8.9375,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-12.4]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w428.json b/assets/minecraft/models/w428.json new file mode 100644 index 000000000..8031d2de0 --- /dev/null +++ b/assets/minecraft/models/w428.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,4,4,6.5]},"east":{"texture":"#0","uv":[0,6.5,2.5,7.25]},"north":{"texture":"#0","uv":[2.5,6.5,4,7.25]},"south":{"texture":"#0","uv":[6.5,6.5,8,7.25]},"up":{"texture":"#0","uv":[4,6.5,2.5,4]},"west":{"texture":"#0","uv":[4,6.5,6.5,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-12]}],"overrides":[],"textures":{"0":"item/w550386185_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4280.json b/assets/minecraft/models/w4280.json new file mode 100644 index 000000000..ce948a42b --- /dev/null +++ b/assets/minecraft/models/w4280.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.3125,1.5625,6.5625,1.6875]},"east":{"texture":"#0","uv":[6.4375,1.6875,6.3125,1.875]},"north":{"texture":"#0","uv":[6.3125,1.6875,6.0625,1.875]},"south":{"texture":"#0","uv":[6.6875,1.6875,6.4375,1.875]},"up":{"texture":"#0","uv":[6.0625,1.6875,6.3125,1.5625]},"west":{"texture":"#0","uv":[6.0625,1.6875,5.9375,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4281.json b/assets/minecraft/models/w4281.json new file mode 100644 index 000000000..d749a6696 --- /dev/null +++ b/assets/minecraft/models/w4281.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.375,1.625,5.6875,1.75]},"east":{"texture":"#0","uv":[5.5,1.75,5.375,1.875]},"north":{"texture":"#0","uv":[5.375,1.75,5.0625,1.875]},"south":{"texture":"#0","uv":[5.8125,1.75,5.5,1.875]},"up":{"texture":"#0","uv":[5.0625,1.75,5.375,1.625]},"west":{"texture":"#0","uv":[5.0625,1.75,4.9375,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4282.json b/assets/minecraft/models/w4282.json new file mode 100644 index 000000000..9f19e303f --- /dev/null +++ b/assets/minecraft/models/w4282.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.6875,1.5625,3.9375,2.375]},"east":{"texture":"#0","uv":[4.75,2.375,3.9375,3]},"north":{"texture":"#0","uv":[3.1875,2.375,3.9375,3]},"south":{"texture":"#0","uv":[4.75,2.375,5.5,3]},"up":{"texture":"#0","uv":[3.9375,2.375,3.1875,1.5625]},"west":{"texture":"#0","uv":[3.9375,2.375,4.75,3]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-12,-10.799999]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4283.json b/assets/minecraft/models/w4283.json new file mode 100644 index 000000000..85a76af7e --- /dev/null +++ b/assets/minecraft/models/w4283.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[3.25,0.375,3.1875,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-13.700001]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4284.json b/assets/minecraft/models/w4284.json new file mode 100644 index 000000000..01fc88c32 --- /dev/null +++ b/assets/minecraft/models/w4284.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[3.375,0.375,3.3125,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-13.700001]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4285.json b/assets/minecraft/models/w4285.json new file mode 100644 index 000000000..63e483c3e --- /dev/null +++ b/assets/minecraft/models/w4285.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[2.875,0.375,2.8125,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-13.699999]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4286.json b/assets/minecraft/models/w4286.json new file mode 100644 index 000000000..5ad7aab49 --- /dev/null +++ b/assets/minecraft/models/w4286.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[3,0.375,2.9375,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-13.699999]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4287.json b/assets/minecraft/models/w4287.json new file mode 100644 index 000000000..f74a2dca7 --- /dev/null +++ b/assets/minecraft/models/w4287.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[3.125,0.375,3.0625,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-13.700001]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4288.json b/assets/minecraft/models/w4288.json new file mode 100644 index 000000000..c45c3fe52 --- /dev/null +++ b/assets/minecraft/models/w4288.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[3.6875,0.3125,3.5,0.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-14.8]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4289.json b/assets/minecraft/models/w4289.json new file mode 100644 index 000000000..a23450c48 --- /dev/null +++ b/assets/minecraft/models/w4289.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.625,0.9375,2.75,1.0625]},"east":{"texture":"#0","uv":[2.75,1.0625,2.625,1.5]},"north":{"texture":"#0","uv":[2.625,1.0625,2.5,1.5]},"south":{"texture":"#0","uv":[2.875,1.0625,2.75,1.5]},"up":{"texture":"#0","uv":[2.5,1.0625,2.625,0.9375]},"west":{"texture":"#0","uv":[2.5,1.0625,2.375,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.2,-15.2]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w429.json b/assets/minecraft/models/w429.json new file mode 100644 index 000000000..0a2a9c87b --- /dev/null +++ b/assets/minecraft/models/w429.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,7.25,2,8.25]},"east":{"texture":"#0","uv":[0,8.25,1,9.5]},"north":{"texture":"#0","uv":[1,8.25,2,9.5]},"south":{"texture":"#0","uv":[3,8.25,4,9.5]},"up":{"texture":"#0","uv":[2,8.25,1,7.25]},"west":{"texture":"#0","uv":[2,8.25,3,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14,-14.4]}],"overrides":[],"textures":{"0":"item/w550386185_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4290.json b/assets/minecraft/models/w4290.json new file mode 100644 index 000000000..c25397da8 --- /dev/null +++ b/assets/minecraft/models/w4290.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.125,0.9375,2.25,1.0625]},"east":{"texture":"#0","uv":[2.25,1.0625,2.125,1.5]},"north":{"texture":"#0","uv":[2.125,1.0625,2,1.5]},"south":{"texture":"#0","uv":[2.375,1.0625,2.25,1.5]},"up":{"texture":"#0","uv":[2,1.0625,2.125,0.9375]},"west":{"texture":"#0","uv":[2,1.0625,1.875,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.199999,-15.2]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4291.json b/assets/minecraft/models/w4291.json new file mode 100644 index 000000000..75f6cc988 --- /dev/null +++ b/assets/minecraft/models/w4291.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.4375,0.6875,1.625,0.875]},"east":{"texture":"#0","uv":[1.625,0.875,1.4375,1.5]},"north":{"texture":"#0","uv":[1.4375,0.875,1.25,1.5]},"south":{"texture":"#0","uv":[1.8125,0.875,1.625,1.5]},"up":{"texture":"#0","uv":[1.25,0.875,1.4375,0.6875]},"west":{"texture":"#0","uv":[1.25,0.875,1.0625,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12,-14.8]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4292.json b/assets/minecraft/models/w4292.json new file mode 100644 index 000000000..54955bce9 --- /dev/null +++ b/assets/minecraft/models/w4292.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,0.625,0.75,0.875]},"east":{"texture":"#0","uv":[0.75,0.875,0.5,1.5]},"north":{"texture":"#0","uv":[0.5,0.875,0.25,1.5]},"south":{"texture":"#0","uv":[1,0.875,0.75,1.5]},"up":{"texture":"#0","uv":[0.25,0.875,0.5,0.625]},"west":{"texture":"#0","uv":[0.25,0.875,0,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-12,-14.400001]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4293.json b/assets/minecraft/models/w4293.json new file mode 100644 index 000000000..db1cdfe70 --- /dev/null +++ b/assets/minecraft/models/w4293.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.75,0.9375,2.625,1.0625]},"east":{"texture":"#0","uv":[2.375,1.0625,2.5,1.5]},"north":{"texture":"#0","uv":[2.5,1.0625,2.625,1.5]},"south":{"texture":"#0","uv":[2.75,1.0625,2.875,1.5]},"up":{"texture":"#0","uv":[2.625,1.0625,2.5,0.9375]},"west":{"texture":"#0","uv":[2.625,1.0625,2.75,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.2,-15.2]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4294.json b/assets/minecraft/models/w4294.json new file mode 100644 index 000000000..09616aacd --- /dev/null +++ b/assets/minecraft/models/w4294.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,0.9375,2.125,1.0625]},"east":{"texture":"#0","uv":[1.875,1.0625,2,1.5]},"north":{"texture":"#0","uv":[2,1.0625,2.125,1.5]},"south":{"texture":"#0","uv":[2.25,1.0625,2.375,1.5]},"up":{"texture":"#0","uv":[2.125,1.0625,2,0.9375]},"west":{"texture":"#0","uv":[2.125,1.0625,2.25,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.199999,-15.2]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4295.json b/assets/minecraft/models/w4295.json new file mode 100644 index 000000000..6523ecb22 --- /dev/null +++ b/assets/minecraft/models/w4295.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.625,0.6875,1.4375,0.875]},"east":{"texture":"#0","uv":[1.0625,0.875,1.25,1.5]},"north":{"texture":"#0","uv":[1.25,0.875,1.4375,1.5]},"south":{"texture":"#0","uv":[1.625,0.875,1.8125,1.5]},"up":{"texture":"#0","uv":[1.4375,0.875,1.25,0.6875]},"west":{"texture":"#0","uv":[1.4375,0.875,1.625,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12,-14.8]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4296.json b/assets/minecraft/models/w4296.json new file mode 100644 index 000000000..84d0b5ee1 --- /dev/null +++ b/assets/minecraft/models/w4296.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.625,0.5,0.875]},"east":{"texture":"#0","uv":[0,0.875,0.25,1.5]},"north":{"texture":"#0","uv":[0.25,0.875,0.5,1.5]},"south":{"texture":"#0","uv":[0.75,0.875,1,1.5]},"up":{"texture":"#0","uv":[0.5,0.875,0.25,0.625]},"west":{"texture":"#0","uv":[0.5,0.875,0.75,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-12,-14.400001]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4297.json b/assets/minecraft/models/w4297.json new file mode 100644 index 000000000..35b5bfff8 --- /dev/null +++ b/assets/minecraft/models/w4297.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.625,2.1875,8.375,2.8125]},"east":{"texture":"#0","uv":[7.5,2.8125,8.125,3]},"north":{"texture":"#0","uv":[8.125,2.8125,8.375,3]},"south":{"texture":"#0","uv":[9,2.8125,9.25,3]},"up":{"texture":"#0","uv":[8.375,2.8125,8.125,2.1875]},"west":{"texture":"#0","uv":[8.375,2.8125,9,3]}},"from":[-16,-16,-16],"shade":false,"to":[-14.5,-14.8,-12]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4298.json b/assets/minecraft/models/w4298.json new file mode 100644 index 000000000..9d630e097 --- /dev/null +++ b/assets/minecraft/models/w4298.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[8.375,3.0625,8.9375,3.125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-12.4]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4299.json b/assets/minecraft/models/w4299.json new file mode 100644 index 000000000..8024d3ccb --- /dev/null +++ b/assets/minecraft/models/w4299.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[8.9375,3.0625,8.375,3.125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-12.4]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w43.json b/assets/minecraft/models/w43.json new file mode 100644 index 000000000..d8e632340 --- /dev/null +++ b/assets/minecraft/models/w43.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.375,3.75,1.5,5]},"east":{"texture":"#0","uv":[0.875,5,2.125,5.875]},"north":{"texture":"#0","uv":[0.875,5.875,1.75,6.75]},"south":{"texture":"#0","uv":[0.625,3.25,1.5,4.125]},"up":{"texture":"#0","uv":[0.875,6.25,0,5]},"west":{"texture":"#0","uv":[0.25,4.125,1.5,5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.2,-12]}],"overrides":[],"textures":{"0":"item/w1237560704_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w430.json b/assets/minecraft/models/w430.json new file mode 100644 index 000000000..f125f1b7a --- /dev/null +++ b/assets/minecraft/models/w430.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,1.5,9.5,4]},"east":{"texture":"#0","uv":[5.5,4,8,4.75]},"north":{"texture":"#0","uv":[8,4,9.5,4.75]},"south":{"texture":"#0","uv":[12,4,13.5,4.75]},"up":{"texture":"#0","uv":[9.5,4,8,1.5]},"west":{"texture":"#0","uv":[9.5,4,12,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-12]}],"overrides":[],"textures":{"0":"item/w550386185_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4300.json b/assets/minecraft/models/w4300.json new file mode 100644 index 000000000..541946e49 --- /dev/null +++ b/assets/minecraft/models/w4300.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.125,2.3125,6.875,2.8125]},"north":{"texture":"#0","uv":[6.625,2.8125,6.875,3.0007813]},"south":{"texture":"#0","uv":[7.1875,2.8125,7.4375,3.0007813]},"up":{"texture":"#0","uv":[6.875,2.8125,6.625,2.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.392,-14.787001,-12.792002]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4301.json b/assets/minecraft/models/w4301.json new file mode 100644 index 000000000..5dd088a64 --- /dev/null +++ b/assets/minecraft/models/w4301.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[6.4375,3.4375,6.3125,3.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.192,-15.992002,-13.592001]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4302.json b/assets/minecraft/models/w4302.json new file mode 100644 index 000000000..bff27fbc1 --- /dev/null +++ b/assets/minecraft/models/w4302.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6.625,3.0625,6.875,3.1257813]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8352165,-15.594999,-15.999847]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4303.json b/assets/minecraft/models/w4303.json new file mode 100644 index 000000000..6c8c49cde --- /dev/null +++ b/assets/minecraft/models/w4303.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.375,2.1875,8.625,2.8125]},"east":{"texture":"#0","uv":[9,2.8125,8.375,3]},"north":{"texture":"#0","uv":[8.375,2.8125,8.125,3]},"south":{"texture":"#0","uv":[9.25,2.8125,9,3]},"up":{"texture":"#0","uv":[8.125,2.8125,8.375,2.1875]},"west":{"texture":"#0","uv":[8.125,2.8125,7.5,3]}},"from":[-16,-16,-16],"shade":false,"to":[-14.46,-14.8,-12]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4304.json b/assets/minecraft/models/w4304.json new file mode 100644 index 000000000..ee6e56e68 --- /dev/null +++ b/assets/minecraft/models/w4304.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,1.6875,2.125,1.75]},"east":{"texture":"#0","uv":[1.6875,1.75,1.75,2.125]},"north":{"texture":"#0","uv":[1.75,1.75,2.125,2.125]},"south":{"texture":"#0","uv":[2.1875,1.75,2.5625,2.125]},"up":{"texture":"#0","uv":[2.125,1.75,1.75,1.6875]},"west":{"texture":"#0","uv":[2.125,1.75,2.1875,2.125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-15.2]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4305.json b/assets/minecraft/models/w4305.json new file mode 100644 index 000000000..344331208 --- /dev/null +++ b/assets/minecraft/models/w4305.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.4375,0.5,2.1875,0.5625]},"east":{"texture":"#0","uv":[1.875,0.5625,1.9375,0.8125]},"north":{"texture":"#0","uv":[1.9375,0.5625,2.1875,0.8125]},"south":{"texture":"#0","uv":[2.25,0.5625,2.5,0.8125]},"up":{"texture":"#0","uv":[2.1875,0.5625,1.9375,0.5]},"west":{"texture":"#0","uv":[2.1875,0.5625,2.25,0.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.294944,-14.294945,-15.191999]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4306.json b/assets/minecraft/models/w4306.json new file mode 100644 index 000000000..f0a6d7ee2 --- /dev/null +++ b/assets/minecraft/models/w4306.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.4375,0.125,2.1875,0.1875]},"east":{"texture":"#0","uv":[1.875,0.1875,1.9375,0.4375]},"north":{"texture":"#0","uv":[1.9375,0.1875,2.1875,0.4375]},"south":{"texture":"#0","uv":[2.25,0.1875,2.5,0.4375]},"up":{"texture":"#0","uv":[2.1875,0.1875,1.9375,0.125]},"west":{"texture":"#0","uv":[2.1875,0.1875,2.25,0.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.294944,-14.294945,-15.191999]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4307.json b/assets/minecraft/models/w4307.json new file mode 100644 index 000000000..6d5c7fcd3 --- /dev/null +++ b/assets/minecraft/models/w4307.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.125,1.6875,2.5,1.75]},"east":{"texture":"#0","uv":[2.1875,1.75,2.125,2.125]},"north":{"texture":"#0","uv":[2.125,1.75,1.75,2.125]},"south":{"texture":"#0","uv":[2.5625,1.75,2.1875,2.125]},"up":{"texture":"#0","uv":[1.75,1.75,2.125,1.6875]},"west":{"texture":"#0","uv":[1.75,1.75,1.6875,2.125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-15.2]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4308.json b/assets/minecraft/models/w4308.json new file mode 100644 index 000000000..617c00282 --- /dev/null +++ b/assets/minecraft/models/w4308.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.1875,0.5,2.4375,0.5625]},"east":{"texture":"#0","uv":[2.25,0.5625,2.1875,0.8125]},"north":{"texture":"#0","uv":[2.1875,0.5625,1.9375,0.8125]},"south":{"texture":"#0","uv":[2.5,0.5625,2.25,0.8125]},"up":{"texture":"#0","uv":[1.9375,0.5625,2.1875,0.5]},"west":{"texture":"#0","uv":[1.9375,0.5625,1.875,0.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.294944,-14.294945,-15.191999]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4309.json b/assets/minecraft/models/w4309.json new file mode 100644 index 000000000..b3027d5b0 --- /dev/null +++ b/assets/minecraft/models/w4309.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.1875,0.125,2.4375,0.1875]},"east":{"texture":"#0","uv":[2.25,0.1875,2.1875,0.4375]},"north":{"texture":"#0","uv":[2.1875,0.1875,1.9375,0.4375]},"south":{"texture":"#0","uv":[2.5,0.1875,2.25,0.4375]},"up":{"texture":"#0","uv":[1.9375,0.1875,2.1875,0.125]},"west":{"texture":"#0","uv":[1.9375,0.1875,1.875,0.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.294944,-14.294945,-15.191999]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w431.json b/assets/minecraft/models/w431.json new file mode 100644 index 000000000..8031d2de0 --- /dev/null +++ b/assets/minecraft/models/w431.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,4,4,6.5]},"east":{"texture":"#0","uv":[0,6.5,2.5,7.25]},"north":{"texture":"#0","uv":[2.5,6.5,4,7.25]},"south":{"texture":"#0","uv":[6.5,6.5,8,7.25]},"up":{"texture":"#0","uv":[4,6.5,2.5,4]},"west":{"texture":"#0","uv":[4,6.5,6.5,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-12]}],"overrides":[],"textures":{"0":"item/w550386185_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4310.json b/assets/minecraft/models/w4310.json new file mode 100644 index 000000000..95600ee4a --- /dev/null +++ b/assets/minecraft/models/w4310.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.9375,0.5,5.6875,1.1875]},"east":{"texture":"#0","uv":[4.75,1.1875,5.4375,1.4375]},"north":{"texture":"#0","uv":[5.4375,1.1875,5.6875,1.4375]},"south":{"texture":"#0","uv":[6.375,1.1875,6.625,1.4375]},"up":{"texture":"#0","uv":[5.6875,1.1875,5.4375,0.5]},"west":{"texture":"#0","uv":[5.6875,1.1875,6.375,1.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-11.679998]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4311.json b/assets/minecraft/models/w4311.json new file mode 100644 index 000000000..5a35fa3b0 --- /dev/null +++ b/assets/minecraft/models/w4311.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.6875,0.5,5.9375,1.1875]},"east":{"texture":"#0","uv":[6.375,1.1875,5.6875,1.4375]},"north":{"texture":"#0","uv":[5.6875,1.1875,5.4375,1.4375]},"south":{"texture":"#0","uv":[6.625,1.1875,6.375,1.4375]},"up":{"texture":"#0","uv":[5.4375,1.1875,5.6875,0.5]},"west":{"texture":"#0","uv":[5.4375,1.1875,4.75,1.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-11.679998]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4312.json b/assets/minecraft/models/w4312.json new file mode 100644 index 000000000..0db7915c3 --- /dev/null +++ b/assets/minecraft/models/w4312.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.8125,0.625,7.5625,1.1875]},"east":{"texture":"#0","uv":[6.75,1.1875,7.3125,1.4375]},"north":{"texture":"#0","uv":[7.3125,1.1875,7.5625,1.4375]},"south":{"texture":"#0","uv":[8.125,1.1875,8.375,1.4375]},"up":{"texture":"#0","uv":[7.5625,1.1875,7.3125,0.625]},"west":{"texture":"#0","uv":[7.5625,1.1875,8.125,1.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-12.26]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4313.json b/assets/minecraft/models/w4313.json new file mode 100644 index 000000000..12a643a6e --- /dev/null +++ b/assets/minecraft/models/w4313.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.0625,0.5625,3.8125,1.1875]},"east":{"texture":"#0","uv":[2.9375,1.1875,3.5625,1.4375]},"north":{"texture":"#0","uv":[3.5625,1.1875,3.8125,1.4375]},"south":{"texture":"#0","uv":[4.4375,1.1875,4.6875,1.4375]},"up":{"texture":"#0","uv":[3.8125,1.1875,3.5625,0.5625]},"west":{"texture":"#0","uv":[3.8125,1.1875,4.4375,1.4375]}},"from":[-16,-15.299675,-16],"shade":false,"to":[-14.392,-13.661676,-11.992002]},{"faces":{"north":{"texture":"#0","uv":[6.625,3.1875,6.875,3.25]}},"from":[-15.778207,-16,-15.496733],"shade":false,"to":[-14.613207,-15.6,-15.496733]}],"overrides":[],"textures":{"0":"item/w951537421_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4314.json b/assets/minecraft/models/w4314.json new file mode 100644 index 000000000..62c73f9bc --- /dev/null +++ b/assets/minecraft/models/w4314.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[2.8125,10.0625,2.4375,11]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-10.000001,-13.6]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4315.json b/assets/minecraft/models/w4315.json new file mode 100644 index 000000000..39532f2ef --- /dev/null +++ b/assets/minecraft/models/w4315.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.1875,9.375,1.6875,10.0625]},"east":{"texture":"#0","uv":[1.875,10.0625,1.1875,11]},"north":{"texture":"#0","uv":[1.1875,10.0625,0.6875,11]},"south":{"texture":"#0","uv":[2.375,10.0625,1.875,11]},"up":{"texture":"#0","uv":[0.6875,10.0625,1.1875,9.375]},"west":{"texture":"#0","uv":[0.6875,10.0625,0,11]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-10.000001,-11.6]},{"faces":{"east":{"texture":"#0","uv":[2.8125,9.6875,2.125,10]}},"from":[-12.8,-10.000001,-16],"rotation":{"angle":22.5,"axis":"z","origin":[-12.8,-10.000001,-16],"rescale":false},"shade":false,"to":[-12.8,-8.000001,-11.6]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4316.json b/assets/minecraft/models/w4316.json new file mode 100644 index 000000000..8a2025a8a --- /dev/null +++ b/assets/minecraft/models/w4316.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[2.4375,10.0625,2.8125,11]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-10.000001,-13.6]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4317.json b/assets/minecraft/models/w4317.json new file mode 100644 index 000000000..53f22a16a --- /dev/null +++ b/assets/minecraft/models/w4317.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.6875,9.375,1.1875,10.0625]},"east":{"texture":"#0","uv":[0,10.0625,0.6875,11]},"north":{"texture":"#0","uv":[0.6875,10.0625,1.1875,11]},"south":{"texture":"#0","uv":[1.875,10.0625,2.375,11]},"up":{"texture":"#0","uv":[1.1875,10.0625,0.6875,9.375]},"west":{"texture":"#0","uv":[1.1875,10.0625,1.875,11]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-10.000001,-11.6]},{"faces":{"west":{"texture":"#0","uv":[2.125,9.6875,2.8125,10]}},"from":[-16,-10.000001,-16],"rotation":{"angle":-22.5,"axis":"z","origin":[-16,-10.000001,-16],"rescale":false},"shade":false,"to":[-16,-8.000001,-11.6]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4318.json b/assets/minecraft/models/w4318.json new file mode 100644 index 000000000..923594417 --- /dev/null +++ b/assets/minecraft/models/w4318.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1.0625,3.125,2.0625,3.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-14,-16]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4319.json b/assets/minecraft/models/w4319.json new file mode 100644 index 000000000..b779c92a4 --- /dev/null +++ b/assets/minecraft/models/w4319.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,3.125,1,3.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-14,-16]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w432.json b/assets/minecraft/models/w432.json new file mode 100644 index 000000000..0a2a9c87b --- /dev/null +++ b/assets/minecraft/models/w432.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,7.25,2,8.25]},"east":{"texture":"#0","uv":[0,8.25,1,9.5]},"north":{"texture":"#0","uv":[1,8.25,2,9.5]},"south":{"texture":"#0","uv":[3,8.25,4,9.5]},"up":{"texture":"#0","uv":[2,8.25,1,7.25]},"west":{"texture":"#0","uv":[2,8.25,3,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14,-14.4]}],"overrides":[],"textures":{"0":"item/w550386185_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4320.json b/assets/minecraft/models/w4320.json new file mode 100644 index 000000000..0c587bcac --- /dev/null +++ b/assets/minecraft/models/w4320.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[5.25,3.125,4.25,3.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-14,-16]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4321.json b/assets/minecraft/models/w4321.json new file mode 100644 index 000000000..83f6d7122 --- /dev/null +++ b/assets/minecraft/models/w4321.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[3.1875,3.125,4.1875,3.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-14,-16]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4322.json b/assets/minecraft/models/w4322.json new file mode 100644 index 000000000..6beec5006 --- /dev/null +++ b/assets/minecraft/models/w4322.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[3.125,3.125,2.125,3.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-14,-16]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4323.json b/assets/minecraft/models/w4323.json new file mode 100644 index 000000000..6b3c8720f --- /dev/null +++ b/assets/minecraft/models/w4323.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,3.5,1,4.125]},"east":{"texture":"#0","uv":[1.625,4.125,1,5.375]},"north":{"texture":"#0","uv":[0,4.125,1,5.375]},"south":{"texture":"#0","uv":[1.625,4.125,2.625,5.375]},"up":{"texture":"#0","uv":[1,4.125,0,3.5]},"west":{"texture":"#0","uv":[1,4.125,1.625,5.375]}},"from":[-16,-16,-16],"shade":false,"to":[-9.575,-8,-12]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4324.json b/assets/minecraft/models/w4324.json new file mode 100644 index 000000000..13b1d94c3 --- /dev/null +++ b/assets/minecraft/models/w4324.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.8125,5.90625,8.8125,6.9375]},"east":{"texture":"#0","uv":[9.84375,6.9375,8.8125,7.5625]},"north":{"texture":"#0","uv":[7.8125,6.9375,8.8125,7.5625]},"south":{"texture":"#0","uv":[9.84375,6.9375,10.84375,7.5625]},"up":{"texture":"#0","uv":[8.8125,6.9375,7.8125,5.90625]},"west":{"texture":"#0","uv":[8.8125,6.9375,9.84375,7.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-12,-9.4]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4325.json b/assets/minecraft/models/w4325.json new file mode 100644 index 000000000..588572743 --- /dev/null +++ b/assets/minecraft/models/w4325.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.75,3.5625,3.75,4.5]},"east":{"texture":"#0","uv":[4.6875,4.5,3.75,5.375]},"north":{"texture":"#0","uv":[2.75,4.5,3.75,5.375]},"south":{"texture":"#0","uv":[4.6875,4.5,5.6875,5.375]},"up":{"texture":"#0","uv":[3.75,4.5,2.75,3.5625]},"west":{"texture":"#0","uv":[3.75,4.5,4.6875,5.375]}},"from":[-16,-16,-16],"shade":false,"to":[-9.575,-10.4,-10.2]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4326.json b/assets/minecraft/models/w4326.json new file mode 100644 index 000000000..2e671c50b --- /dev/null +++ b/assets/minecraft/models/w4326.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.625,5.5625,1.875,6.6875]},"east":{"texture":"#0","uv":[3,6.6875,1.875,7.5625]},"north":{"texture":"#0","uv":[1.125,6.6875,1.875,7.5625]},"south":{"texture":"#0","uv":[3,6.6875,3.75,7.5625]},"up":{"texture":"#0","uv":[1.875,6.6875,1.125,5.5625]},"west":{"texture":"#0","uv":[1.875,6.6875,3,7.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-10.4,-9]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4327.json b/assets/minecraft/models/w4327.json new file mode 100644 index 000000000..19c520b59 --- /dev/null +++ b/assets/minecraft/models/w4327.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.625,5.125,7.875,5.4375]},"east":{"texture":"#0","uv":[8.1875,5.4375,7.875,5.8125]},"north":{"texture":"#0","uv":[7.125,5.4375,7.875,5.8125]},"south":{"texture":"#0","uv":[8.1875,5.4375,8.9375,5.8125]},"up":{"texture":"#0","uv":[7.875,5.4375,7.125,5.125]},"west":{"texture":"#0","uv":[7.875,5.4375,8.1875,5.8125]}},"from":[-15.931,-15.996,-16],"rotation":{"angle":22.5,"axis":"x","origin":[-15.9575,-4.8,-12.804],"rescale":false},"shade":false,"to":[-11.184,-13.604,-14.008]},{"faces":{"down":{"texture":"#0","uv":[6,5.6875,5.25,6.3125]},"east":{"texture":"#0","uv":[5.875,6.3125,5.25,7.5625]},"south":{"texture":"#0","uv":[5.875,6.3125,6.625,7.5625]},"up":{"texture":"#0","uv":[5.25,6.3125,4.5,5.6875]},"west":{"texture":"#0","uv":[5.25,6.3125,5.875,7.5625]}},"from":[-16,-16,-14.004],"rotation":{"angle":22.5,"axis":"x","origin":[-15.9575,-4.8,-12.804],"rescale":false},"shade":false,"to":[-11.115,-8,-10.004]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4328.json b/assets/minecraft/models/w4328.json new file mode 100644 index 000000000..5b0c6dbdd --- /dev/null +++ b/assets/minecraft/models/w4328.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[1.9375,11.6875,2.5,11.875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-12.4]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4329.json b/assets/minecraft/models/w4329.json new file mode 100644 index 000000000..e1e89fb4b --- /dev/null +++ b/assets/minecraft/models/w4329.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[2.1875,11.9375,2.5,12.875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-10,-14]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w433.json b/assets/minecraft/models/w433.json new file mode 100644 index 000000000..f125f1b7a --- /dev/null +++ b/assets/minecraft/models/w433.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,1.5,9.5,4]},"east":{"texture":"#0","uv":[5.5,4,8,4.75]},"north":{"texture":"#0","uv":[8,4,9.5,4.75]},"south":{"texture":"#0","uv":[12,4,13.5,4.75]},"up":{"texture":"#0","uv":[9.5,4,8,1.5]},"west":{"texture":"#0","uv":[9.5,4,12,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-12]}],"overrides":[],"textures":{"0":"item/w550386185_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4330.json b/assets/minecraft/models/w4330.json new file mode 100644 index 000000000..9005a70ea --- /dev/null +++ b/assets/minecraft/models/w4330.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5625,11.375,1.0625,11.9375]},"east":{"texture":"#0","uv":[0,11.9375,0.5625,12.875]},"north":{"texture":"#0","uv":[0.5625,11.9375,1.0625,12.875]},"south":{"texture":"#0","uv":[1.625,11.9375,2.125,12.875]},"up":{"texture":"#0","uv":[1.0625,11.9375,0.5625,11.375]},"west":{"texture":"#0","uv":[1.0625,11.9375,1.625,12.875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-10,-12.4]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4331.json b/assets/minecraft/models/w4331.json new file mode 100644 index 000000000..5b50a50f4 --- /dev/null +++ b/assets/minecraft/models/w4331.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[2.5,11.6875,1.9375,11.875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-12.4]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4332.json b/assets/minecraft/models/w4332.json new file mode 100644 index 000000000..a9702c19d --- /dev/null +++ b/assets/minecraft/models/w4332.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[2.5,11.9375,2.1875,12.875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-10,-14]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4333.json b/assets/minecraft/models/w4333.json new file mode 100644 index 000000000..9d7b76ed4 --- /dev/null +++ b/assets/minecraft/models/w4333.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.0625,11.375,1.5625,11.9375]},"east":{"texture":"#0","uv":[1.625,11.9375,1.0625,12.875]},"north":{"texture":"#0","uv":[1.0625,11.9375,0.5625,12.875]},"south":{"texture":"#0","uv":[2.125,11.9375,1.625,12.875]},"up":{"texture":"#0","uv":[0.5625,11.9375,1.0625,11.375]},"west":{"texture":"#0","uv":[0.5625,11.9375,0,12.875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-10,-12.4]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4334.json b/assets/minecraft/models/w4334.json new file mode 100644 index 000000000..1d650e54e --- /dev/null +++ b/assets/minecraft/models/w4334.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.875,9.875,4.1875,10.5625]},"east":{"texture":"#0","uv":[4.5625,10.5625,3.875,11]},"north":{"texture":"#0","uv":[3.875,10.5625,3.5625,11]},"south":{"texture":"#0","uv":[4.875,10.5625,4.5625,11]},"up":{"texture":"#0","uv":[3.5625,10.5625,3.875,9.875]},"west":{"texture":"#0","uv":[3.875,10.5625,4.5625,11]}},"from":[-16,-16,-16],"shade":false,"to":[-13.992,-13.191999,-11.592]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4335.json b/assets/minecraft/models/w4335.json new file mode 100644 index 000000000..e6f08e984 --- /dev/null +++ b/assets/minecraft/models/w4335.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.1875,9.875,3.875,10.5625]},"east":{"texture":"#0","uv":[4.5625,10.5625,3.875,11]},"north":{"texture":"#0","uv":[3.5625,10.5625,3.875,11]},"south":{"texture":"#0","uv":[4.5625,10.5625,4.875,11]},"up":{"texture":"#0","uv":[3.875,10.5625,3.5625,9.875]},"west":{"texture":"#0","uv":[3.875,10.5625,4.5625,11]}},"from":[-16,-16,-16],"shade":false,"to":[-13.992,-13.191999,-11.592]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4336.json b/assets/minecraft/models/w4336.json new file mode 100644 index 000000000..f9f96d60f --- /dev/null +++ b/assets/minecraft/models/w4336.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.8125,7.6875,13.8125,8.875]},"east":{"texture":"#0","uv":[11.625,8.875,12.8125,9.875]},"north":{"texture":"#0","uv":[12.8125,8.875,13.8125,9.875]},"south":{"texture":"#0","uv":[15,8.875,16,9.875]},"up":{"texture":"#0","uv":[13.8125,8.875,12.8125,7.6875]},"west":{"texture":"#0","uv":[13.8125,8.875,15,9.875]}},"from":[-16,-16,-16],"shade":false,"to":[-9.599999,-9.6,-8.4]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4337.json b/assets/minecraft/models/w4337.json new file mode 100644 index 000000000..84bdbb3f6 --- /dev/null +++ b/assets/minecraft/models/w4337.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[14.4375,1.625,15.1875,2.25]}},"from":[-16,-16,-16],"shade":false,"to":[-11.76,-11.76,-16]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4338.json b/assets/minecraft/models/w4338.json new file mode 100644 index 000000000..4c228e3a7 --- /dev/null +++ b/assets/minecraft/models/w4338.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[13.625,1.9375,13.875,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-9.6,-14.4]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4339.json b/assets/minecraft/models/w4339.json new file mode 100644 index 000000000..dd617410a --- /dev/null +++ b/assets/minecraft/models/w4339.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[13.875,1.9375,13.625,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-9.6,-14.4]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w434.json b/assets/minecraft/models/w434.json new file mode 100644 index 000000000..8031d2de0 --- /dev/null +++ b/assets/minecraft/models/w434.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,4,4,6.5]},"east":{"texture":"#0","uv":[0,6.5,2.5,7.25]},"north":{"texture":"#0","uv":[2.5,6.5,4,7.25]},"south":{"texture":"#0","uv":[6.5,6.5,8,7.25]},"up":{"texture":"#0","uv":[4,6.5,2.5,4]},"west":{"texture":"#0","uv":[4,6.5,6.5,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-12]}],"overrides":[],"textures":{"0":"item/w550386185_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4340.json b/assets/minecraft/models/w4340.json new file mode 100644 index 000000000..e9ad6bdc6 --- /dev/null +++ b/assets/minecraft/models/w4340.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[15.875,2.6875,14.375,2.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4341.json b/assets/minecraft/models/w4341.json new file mode 100644 index 000000000..86187ca52 --- /dev/null +++ b/assets/minecraft/models/w4341.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.875,2.4375,14.375,2.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-9.599704,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4342.json b/assets/minecraft/models/w4342.json new file mode 100644 index 000000000..38e1d6655 --- /dev/null +++ b/assets/minecraft/models/w4342.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,11.4375,3.1875,11.75]},"east":{"texture":"#0","uv":[2.5625,12.5,2.875,12.875]},"north":{"texture":"#0","uv":[2.875,12.5,3.1875,12.875]},"south":{"texture":"#0","uv":[3.5,12.5,3.8125,12.875]},"up":{"texture":"#0","uv":[3.1875,11.75,2.875,11.4375]},"west":{"texture":"#0","uv":[3.1875,12.5,3.5,12.875]}},"from":[-16,-16,-14.4],"shade":false,"to":[-14,-13.6,-12.4]},{"faces":{"down":{"texture":"#0","uv":[3.5,11.4375,3.1875,11.75]},"east":{"texture":"#0","uv":[2.5625,11.8125,2.875,12.5]},"north":{"texture":"#0","uv":[2.875,11.8125,3.1875,12.5]},"south":{"texture":"#0","uv":[3.5,11.8125,3.8125,12.5]},"up":{"texture":"#0","uv":[3.1875,11.75,2.875,11.4375]},"west":{"texture":"#0","uv":[3.1875,11.8125,3.5,12.5]}},"from":[-16,-13.6,-14.4],"shade":false,"to":[-14,-9.200001,-12.4]},{"faces":{"west":{"texture":"#0","uv":[1.625,11.5625,1.875,11.875]}},"from":[-16,-11.2,-16],"rotation":{"angle":-45,"axis":"y","origin":[-16,-10.2,-14.4],"rescale":false},"shade":false,"to":[-16,-9.2,-14.4]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4343.json b/assets/minecraft/models/w4343.json new file mode 100644 index 000000000..68cf52f35 --- /dev/null +++ b/assets/minecraft/models/w4343.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.1875,11.4375,3.5,11.75]},"east":{"texture":"#0","uv":[3.5,12.5,3.1875,12.875]},"north":{"texture":"#0","uv":[3.1875,12.5,2.875,12.875]},"south":{"texture":"#0","uv":[3.8125,12.5,3.5,12.875]},"up":{"texture":"#0","uv":[2.875,11.75,3.1875,11.4375]},"west":{"texture":"#0","uv":[2.875,12.5,2.5625,12.875]}},"from":[-16,-16,-14.4],"shade":false,"to":[-14,-13.6,-12.4]},{"faces":{"down":{"texture":"#0","uv":[3.1875,11.4375,3.5,11.75]},"east":{"texture":"#0","uv":[3.5,11.8125,3.1875,12.5]},"north":{"texture":"#0","uv":[3.1875,11.8125,2.875,12.5]},"south":{"texture":"#0","uv":[3.8125,11.8125,3.5,12.5]},"up":{"texture":"#0","uv":[2.875,11.75,3.1875,11.4375]},"west":{"texture":"#0","uv":[2.875,11.8125,2.5625,12.5]}},"from":[-16,-13.6,-14.4],"shade":false,"to":[-14,-9.200001,-12.4]},{"faces":{"east":{"texture":"#0","uv":[1.875,11.5625,1.625,11.875]}},"from":[-14,-11.2,-16],"rotation":{"angle":45,"axis":"y","origin":[-14,-10.2,-14.4],"rescale":false},"shade":false,"to":[-14,-9.2,-14.4]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4344.json b/assets/minecraft/models/w4344.json new file mode 100644 index 000000000..eda96dada --- /dev/null +++ b/assets/minecraft/models/w4344.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5625,9.625,5.875,9.9375]},"east":{"texture":"#0","uv":[5.875,9.9375,5.5625,11]},"north":{"texture":"#0","uv":[5.5625,9.9375,5.25,11]},"south":{"texture":"#0","uv":[6.1875,9.9375,5.875,11]},"up":{"texture":"#0","uv":[5.25,9.9375,5.5625,9.625]},"west":{"texture":"#0","uv":[5.25,9.9375,4.9375,11]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-9.2,-14]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4345.json b/assets/minecraft/models/w4345.json new file mode 100644 index 000000000..d28b235f5 --- /dev/null +++ b/assets/minecraft/models/w4345.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.875,9.625,5.5625,9.9375]},"east":{"texture":"#0","uv":[4.9375,9.9375,5.25,11]},"north":{"texture":"#0","uv":[5.25,9.9375,5.5625,11]},"south":{"texture":"#0","uv":[5.875,9.9375,6.1875,11]},"up":{"texture":"#0","uv":[5.5625,9.9375,5.25,9.625]},"west":{"texture":"#0","uv":[5.5625,9.9375,5.875,11]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-9.2,-14]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4346.json b/assets/minecraft/models/w4346.json new file mode 100644 index 000000000..602de70ab --- /dev/null +++ b/assets/minecraft/models/w4346.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.25,1.375,10.75,2.3125]},"east":{"texture":"#0","uv":[11.6875,2.3125,10.75,3]},"north":{"texture":"#0","uv":[10.25,2.3125,10.75,3]},"south":{"texture":"#0","uv":[11.6875,2.3125,12.1875,3]},"up":{"texture":"#0","uv":[10.75,2.3125,10.25,1.375]},"west":{"texture":"#0","uv":[10.75,2.3125,11.6875,3]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-11.6,-10]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4347.json b/assets/minecraft/models/w4347.json new file mode 100644 index 000000000..33dfb3117 --- /dev/null +++ b/assets/minecraft/models/w4347.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.375,10,13.0625,11.625]},"east":{"texture":"#0","uv":[10.125,11.625,11.75,12.9375]},"north":{"texture":"#0","uv":[11.75,11.625,13.0625,12.9375]},"south":{"texture":"#0","uv":[14.6875,11.625,16,12.9375]},"up":{"texture":"#0","uv":[13.0625,11.625,11.75,10]},"west":{"texture":"#0","uv":[13.0625,11.625,14.6875,12.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-7.5999994,-7.6000004,-5.6000004]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4348.json b/assets/minecraft/models/w4348.json new file mode 100644 index 000000000..d70956d85 --- /dev/null +++ b/assets/minecraft/models/w4348.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.3125,4,8.25,4.375]},"up":{"texture":"#0","uv":[8.25,4.75,8.1875,4]},"west":{"texture":"#0","uv":[8.375,4,8.75,4.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.195,-13.74]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4349.json b/assets/minecraft/models/w4349.json new file mode 100644 index 000000000..f7ef1cc52 --- /dev/null +++ b/assets/minecraft/models/w4349.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,4,8.3125,4.375]},"east":{"texture":"#0","uv":[8.75,4,8.375,4.125]},"up":{"texture":"#0","uv":[8.1875,4.75,8.25,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.195,-13.74]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w435.json b/assets/minecraft/models/w435.json new file mode 100644 index 000000000..c640047d8 --- /dev/null +++ b/assets/minecraft/models/w435.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,7.25,2,8.25]},"east":{"texture":"#0","uv":[0,8.25,1,9.5]},"north":{"texture":"#0","uv":[1,8.25,2,9.5]},"south":{"texture":"#0","uv":[3,8.25,4,9.5]},"up":{"texture":"#0","uv":[2,8.25,1,7.25]},"west":{"texture":"#0","uv":[2,8.25,3,9.5]}},"from":[-15.6,-16,-14.8],"rotation":{"angle":-45,"axis":"y","origin":[-6.3999996,-15.6,-14],"rescale":false},"shade":false,"to":[-14,-14,-13.2]},{"faces":{"down":{"texture":"#0","uv":[11,1.5,9.5,4]},"east":{"texture":"#0","uv":[5.5,4,8,4.75]},"north":{"texture":"#0","uv":[8,4,9.5,4.75]},"south":{"texture":"#0","uv":[12,4,13.5,4.75]},"up":{"texture":"#0","uv":[9.5,4,8,1.5]},"west":{"texture":"#0","uv":[9.5,4,12,4.75]}},"from":[-16,-15.608,-16],"rotation":{"angle":-22.5,"axis":"y","origin":[-6.3999996,-15.6,-14],"rescale":false},"shade":false,"to":[-13.6,-14.408,-12]},{"faces":{"down":{"texture":"#0","uv":[5.5,4,4,6.5]},"east":{"texture":"#0","uv":[0,6.5,2.5,7.25]},"north":{"texture":"#0","uv":[2.5,6.5,4,7.25]},"south":{"texture":"#0","uv":[6.5,6.5,8,7.25]},"up":{"texture":"#0","uv":[4,6.5,2.5,4]},"west":{"texture":"#0","uv":[4,6.5,6.5,7.25]}},"from":[-16,-15.6,-16],"rotation":{"angle":-45,"axis":"y","origin":[-6.3999996,-15.6,-14],"rescale":false},"shade":false,"to":[-13.6,-14.400001,-12]},{"faces":{"down":{"texture":"#0","uv":[3,7.25,2,8.25]},"east":{"texture":"#0","uv":[0,8.25,1,9.5]},"north":{"texture":"#0","uv":[1,8.25,2,9.5]},"south":{"texture":"#0","uv":[3,8.25,4,9.5]},"up":{"texture":"#0","uv":[2,8.25,1,7.25]},"west":{"texture":"#0","uv":[2,8.25,3,9.5]}},"from":[-15.6,-16,-14.8],"rotation":{"angle":0,"axis":"y","origin":[-6.3999996,-15.6,-14],"rescale":false},"shade":false,"to":[-14,-14,-13.2]},{"faces":{"down":{"texture":"#0","uv":[11,1.5,9.5,4]},"east":{"texture":"#0","uv":[5.5,4,8,4.75]},"north":{"texture":"#0","uv":[8,4,9.5,4.75]},"south":{"texture":"#0","uv":[12,4,13.5,4.75]},"up":{"texture":"#0","uv":[9.5,4,8,1.5]},"west":{"texture":"#0","uv":[9.5,4,12,4.75]}},"from":[-16,-15.608,-16],"rotation":{"angle":22.5,"axis":"y","origin":[-6.3999996,-15.6,-14],"rescale":false},"shade":false,"to":[-13.6,-14.408,-12]},{"faces":{"down":{"texture":"#0","uv":[5.5,4,4,6.5]},"east":{"texture":"#0","uv":[0,6.5,2.5,7.25]},"north":{"texture":"#0","uv":[2.5,6.5,4,7.25]},"south":{"texture":"#0","uv":[6.5,6.5,8,7.25]},"up":{"texture":"#0","uv":[4,6.5,2.5,4]},"west":{"texture":"#0","uv":[4,6.5,6.5,7.25]}},"from":[-16,-15.6,-16],"rotation":{"angle":0,"axis":"y","origin":[-6.3999996,-15.6,-14],"rescale":false},"shade":false,"to":[-13.6,-14.400001,-12]},{"faces":{"down":{"texture":"#0","uv":[3,7.25,2,8.25]},"east":{"texture":"#0","uv":[0,8.25,1,9.5]},"north":{"texture":"#0","uv":[1,8.25,2,9.5]},"south":{"texture":"#0","uv":[3,8.25,4,9.5]},"up":{"texture":"#0","uv":[2,8.25,1,7.25]},"west":{"texture":"#0","uv":[2,8.25,3,9.5]}},"from":[-15.6,-16,-14.8],"rotation":{"angle":45,"axis":"y","origin":[-6.3999996,-15.6,-14],"rescale":false},"shade":false,"to":[-14,-14,-13.2]},{"faces":{"down":{"texture":"#0","uv":[5.5,4,4,6.5]},"east":{"texture":"#0","uv":[0,6.5,2.5,7.25]},"north":{"texture":"#0","uv":[2.5,6.5,4,7.25]},"south":{"texture":"#0","uv":[6.5,6.5,8,7.25]},"up":{"texture":"#0","uv":[4,6.5,2.5,4]},"west":{"texture":"#0","uv":[4,6.5,6.5,7.25]}},"from":[-16,-15.6,-16],"rotation":{"angle":45,"axis":"y","origin":[-6.3999996,-15.6,-14],"rescale":false},"shade":false,"to":[-13.6,-14.400001,-12]}],"overrides":[],"textures":{"0":"item/w550386185_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4350.json b/assets/minecraft/models/w4350.json new file mode 100644 index 000000000..608a22508 --- /dev/null +++ b/assets/minecraft/models/w4350.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.625,4.1875,8.5,4.4375]},"east":{"texture":"#0","uv":[8.375,4.4375,8.625,4.5625]},"south":{"texture":"#0","uv":[8.5,4.625,8.625,4.75]},"up":{"texture":"#0","uv":[8.5,4.4375,8.375,4.1875]}},"from":[-14.282843,-14.4,-13.6],"rotation":{"angle":45,"axis":"z","origin":[-15.082843,-15.2,-12.4],"rescale":false},"shade":false,"to":[-13.482842,-13.599999,-12]},{"faces":{"down":{"texture":"#0","uv":[7.8125,4.5625,7.625,4.75]},"up":{"texture":"#0","uv":[7.5,4.75,7.3125,4.5625]}},"from":[-15.365685,-14.682843,-13.6],"rotation":{"angle":45,"axis":"z","origin":[-15.365685,-15.482843,-15.6],"rescale":false},"shade":false,"to":[-14.165686,-13.882843,-12.400001]},{"faces":{"down":{"texture":"#0","uv":[7.625,4.5625,7.8125,4.75]},"up":{"texture":"#0","uv":[7.3125,4.75,7.5,4.5625]}},"from":[-16,-14.682843,-13.6],"rotation":{"angle":-45,"axis":"z","origin":[-14.8,-15.482843,-15.6],"rescale":false},"shade":false,"to":[-14.8,-13.882843,-12.400001]},{"faces":{"down":{"texture":"#0","uv":[6.875,4.75,6.5,4.375]},"east":{"texture":"#0","uv":[6.875,4,7.25,4.375]},"north":{"texture":"#0","uv":[8.75,4.25,9.125,4.625]},"south":{"texture":"#0","uv":[7.75,4,8.125,4.375]},"up":{"texture":"#0","uv":[6.875,4.375,6.5,4]},"west":{"texture":"#0","uv":[6.875,4.375,7.25,4.75]}},"from":[-15.882843,-16,-16],"rotation":{"angle":45,"axis":"z","origin":[-15.082843,-15.2,-15.6],"rescale":false},"shade":false,"to":[-13.482843,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4351.json b/assets/minecraft/models/w4351.json new file mode 100644 index 000000000..d70956d85 --- /dev/null +++ b/assets/minecraft/models/w4351.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.3125,4,8.25,4.375]},"up":{"texture":"#0","uv":[8.25,4.75,8.1875,4]},"west":{"texture":"#0","uv":[8.375,4,8.75,4.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.195,-13.74]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4352.json b/assets/minecraft/models/w4352.json new file mode 100644 index 000000000..f7ef1cc52 --- /dev/null +++ b/assets/minecraft/models/w4352.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,4,8.3125,4.375]},"east":{"texture":"#0","uv":[8.75,4,8.375,4.125]},"up":{"texture":"#0","uv":[8.1875,4.75,8.25,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.195,-13.74]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4353.json b/assets/minecraft/models/w4353.json new file mode 100644 index 000000000..608a22508 --- /dev/null +++ b/assets/minecraft/models/w4353.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.625,4.1875,8.5,4.4375]},"east":{"texture":"#0","uv":[8.375,4.4375,8.625,4.5625]},"south":{"texture":"#0","uv":[8.5,4.625,8.625,4.75]},"up":{"texture":"#0","uv":[8.5,4.4375,8.375,4.1875]}},"from":[-14.282843,-14.4,-13.6],"rotation":{"angle":45,"axis":"z","origin":[-15.082843,-15.2,-12.4],"rescale":false},"shade":false,"to":[-13.482842,-13.599999,-12]},{"faces":{"down":{"texture":"#0","uv":[7.8125,4.5625,7.625,4.75]},"up":{"texture":"#0","uv":[7.5,4.75,7.3125,4.5625]}},"from":[-15.365685,-14.682843,-13.6],"rotation":{"angle":45,"axis":"z","origin":[-15.365685,-15.482843,-15.6],"rescale":false},"shade":false,"to":[-14.165686,-13.882843,-12.400001]},{"faces":{"down":{"texture":"#0","uv":[7.625,4.5625,7.8125,4.75]},"up":{"texture":"#0","uv":[7.3125,4.75,7.5,4.5625]}},"from":[-16,-14.682843,-13.6],"rotation":{"angle":-45,"axis":"z","origin":[-14.8,-15.482843,-15.6],"rescale":false},"shade":false,"to":[-14.8,-13.882843,-12.400001]},{"faces":{"down":{"texture":"#0","uv":[6.875,4.75,6.5,4.375]},"east":{"texture":"#0","uv":[6.875,4,7.25,4.375]},"north":{"texture":"#0","uv":[8.75,4.25,9.125,4.625]},"south":{"texture":"#0","uv":[7.75,4,8.125,4.375]},"up":{"texture":"#0","uv":[6.875,4.375,6.5,4]},"west":{"texture":"#0","uv":[6.875,4.375,7.25,4.75]}},"from":[-15.882843,-16,-16],"rotation":{"angle":45,"axis":"z","origin":[-15.082843,-15.2,-15.6],"rescale":false},"shade":false,"to":[-13.482843,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4354.json b/assets/minecraft/models/w4354.json new file mode 100644 index 000000000..d70956d85 --- /dev/null +++ b/assets/minecraft/models/w4354.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.3125,4,8.25,4.375]},"up":{"texture":"#0","uv":[8.25,4.75,8.1875,4]},"west":{"texture":"#0","uv":[8.375,4,8.75,4.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.195,-13.74]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4355.json b/assets/minecraft/models/w4355.json new file mode 100644 index 000000000..f7ef1cc52 --- /dev/null +++ b/assets/minecraft/models/w4355.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,4,8.3125,4.375]},"east":{"texture":"#0","uv":[8.75,4,8.375,4.125]},"up":{"texture":"#0","uv":[8.1875,4.75,8.25,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.195,-13.74]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4356.json b/assets/minecraft/models/w4356.json new file mode 100644 index 000000000..608a22508 --- /dev/null +++ b/assets/minecraft/models/w4356.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.625,4.1875,8.5,4.4375]},"east":{"texture":"#0","uv":[8.375,4.4375,8.625,4.5625]},"south":{"texture":"#0","uv":[8.5,4.625,8.625,4.75]},"up":{"texture":"#0","uv":[8.5,4.4375,8.375,4.1875]}},"from":[-14.282843,-14.4,-13.6],"rotation":{"angle":45,"axis":"z","origin":[-15.082843,-15.2,-12.4],"rescale":false},"shade":false,"to":[-13.482842,-13.599999,-12]},{"faces":{"down":{"texture":"#0","uv":[7.8125,4.5625,7.625,4.75]},"up":{"texture":"#0","uv":[7.5,4.75,7.3125,4.5625]}},"from":[-15.365685,-14.682843,-13.6],"rotation":{"angle":45,"axis":"z","origin":[-15.365685,-15.482843,-15.6],"rescale":false},"shade":false,"to":[-14.165686,-13.882843,-12.400001]},{"faces":{"down":{"texture":"#0","uv":[7.625,4.5625,7.8125,4.75]},"up":{"texture":"#0","uv":[7.3125,4.75,7.5,4.5625]}},"from":[-16,-14.682843,-13.6],"rotation":{"angle":-45,"axis":"z","origin":[-14.8,-15.482843,-15.6],"rescale":false},"shade":false,"to":[-14.8,-13.882843,-12.400001]},{"faces":{"down":{"texture":"#0","uv":[6.875,4.75,6.5,4.375]},"east":{"texture":"#0","uv":[6.875,4,7.25,4.375]},"north":{"texture":"#0","uv":[8.75,4.25,9.125,4.625]},"south":{"texture":"#0","uv":[7.75,4,8.125,4.375]},"up":{"texture":"#0","uv":[6.875,4.375,6.5,4]},"west":{"texture":"#0","uv":[6.875,4.375,7.25,4.75]}},"from":[-15.882843,-16,-16],"rotation":{"angle":45,"axis":"z","origin":[-15.082843,-15.2,-15.6],"rescale":false},"shade":false,"to":[-13.482843,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4357.json b/assets/minecraft/models/w4357.json new file mode 100644 index 000000000..d70956d85 --- /dev/null +++ b/assets/minecraft/models/w4357.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.3125,4,8.25,4.375]},"up":{"texture":"#0","uv":[8.25,4.75,8.1875,4]},"west":{"texture":"#0","uv":[8.375,4,8.75,4.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.195,-13.74]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4358.json b/assets/minecraft/models/w4358.json new file mode 100644 index 000000000..f7ef1cc52 --- /dev/null +++ b/assets/minecraft/models/w4358.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,4,8.3125,4.375]},"east":{"texture":"#0","uv":[8.75,4,8.375,4.125]},"up":{"texture":"#0","uv":[8.1875,4.75,8.25,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.195,-13.74]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4359.json b/assets/minecraft/models/w4359.json new file mode 100644 index 000000000..608a22508 --- /dev/null +++ b/assets/minecraft/models/w4359.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.625,4.1875,8.5,4.4375]},"east":{"texture":"#0","uv":[8.375,4.4375,8.625,4.5625]},"south":{"texture":"#0","uv":[8.5,4.625,8.625,4.75]},"up":{"texture":"#0","uv":[8.5,4.4375,8.375,4.1875]}},"from":[-14.282843,-14.4,-13.6],"rotation":{"angle":45,"axis":"z","origin":[-15.082843,-15.2,-12.4],"rescale":false},"shade":false,"to":[-13.482842,-13.599999,-12]},{"faces":{"down":{"texture":"#0","uv":[7.8125,4.5625,7.625,4.75]},"up":{"texture":"#0","uv":[7.5,4.75,7.3125,4.5625]}},"from":[-15.365685,-14.682843,-13.6],"rotation":{"angle":45,"axis":"z","origin":[-15.365685,-15.482843,-15.6],"rescale":false},"shade":false,"to":[-14.165686,-13.882843,-12.400001]},{"faces":{"down":{"texture":"#0","uv":[7.625,4.5625,7.8125,4.75]},"up":{"texture":"#0","uv":[7.3125,4.75,7.5,4.5625]}},"from":[-16,-14.682843,-13.6],"rotation":{"angle":-45,"axis":"z","origin":[-14.8,-15.482843,-15.6],"rescale":false},"shade":false,"to":[-14.8,-13.882843,-12.400001]},{"faces":{"down":{"texture":"#0","uv":[6.875,4.75,6.5,4.375]},"east":{"texture":"#0","uv":[6.875,4,7.25,4.375]},"north":{"texture":"#0","uv":[8.75,4.25,9.125,4.625]},"south":{"texture":"#0","uv":[7.75,4,8.125,4.375]},"up":{"texture":"#0","uv":[6.875,4.375,6.5,4]},"west":{"texture":"#0","uv":[6.875,4.375,7.25,4.75]}},"from":[-15.882843,-16,-16],"rotation":{"angle":45,"axis":"z","origin":[-15.082843,-15.2,-15.6],"rescale":false},"shade":false,"to":[-13.482843,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w436.json b/assets/minecraft/models/w436.json new file mode 100644 index 000000000..7ffc6c44f --- /dev/null +++ b/assets/minecraft/models/w436.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,5.75,9,7.25]},"east":{"texture":"#0","uv":[6.5,7.25,8,7.75]},"north":{"texture":"#0","uv":[8,7.25,9,7.75]},"south":{"texture":"#0","uv":[10.5,7.25,11.5,7.75]},"up":{"texture":"#0","uv":[9,7.25,8,5.75]},"west":{"texture":"#0","uv":[9,7.25,10.5,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w550386185_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4360.json b/assets/minecraft/models/w4360.json new file mode 100644 index 000000000..d70956d85 --- /dev/null +++ b/assets/minecraft/models/w4360.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.3125,4,8.25,4.375]},"up":{"texture":"#0","uv":[8.25,4.75,8.1875,4]},"west":{"texture":"#0","uv":[8.375,4,8.75,4.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.195,-13.74]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4361.json b/assets/minecraft/models/w4361.json new file mode 100644 index 000000000..f7ef1cc52 --- /dev/null +++ b/assets/minecraft/models/w4361.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,4,8.3125,4.375]},"east":{"texture":"#0","uv":[8.75,4,8.375,4.125]},"up":{"texture":"#0","uv":[8.1875,4.75,8.25,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.195,-13.74]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4362.json b/assets/minecraft/models/w4362.json new file mode 100644 index 000000000..608a22508 --- /dev/null +++ b/assets/minecraft/models/w4362.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.625,4.1875,8.5,4.4375]},"east":{"texture":"#0","uv":[8.375,4.4375,8.625,4.5625]},"south":{"texture":"#0","uv":[8.5,4.625,8.625,4.75]},"up":{"texture":"#0","uv":[8.5,4.4375,8.375,4.1875]}},"from":[-14.282843,-14.4,-13.6],"rotation":{"angle":45,"axis":"z","origin":[-15.082843,-15.2,-12.4],"rescale":false},"shade":false,"to":[-13.482842,-13.599999,-12]},{"faces":{"down":{"texture":"#0","uv":[7.8125,4.5625,7.625,4.75]},"up":{"texture":"#0","uv":[7.5,4.75,7.3125,4.5625]}},"from":[-15.365685,-14.682843,-13.6],"rotation":{"angle":45,"axis":"z","origin":[-15.365685,-15.482843,-15.6],"rescale":false},"shade":false,"to":[-14.165686,-13.882843,-12.400001]},{"faces":{"down":{"texture":"#0","uv":[7.625,4.5625,7.8125,4.75]},"up":{"texture":"#0","uv":[7.3125,4.75,7.5,4.5625]}},"from":[-16,-14.682843,-13.6],"rotation":{"angle":-45,"axis":"z","origin":[-14.8,-15.482843,-15.6],"rescale":false},"shade":false,"to":[-14.8,-13.882843,-12.400001]},{"faces":{"down":{"texture":"#0","uv":[6.875,4.75,6.5,4.375]},"east":{"texture":"#0","uv":[6.875,4,7.25,4.375]},"north":{"texture":"#0","uv":[8.75,4.25,9.125,4.625]},"south":{"texture":"#0","uv":[7.75,4,8.125,4.375]},"up":{"texture":"#0","uv":[6.875,4.375,6.5,4]},"west":{"texture":"#0","uv":[6.875,4.375,7.25,4.75]}},"from":[-15.882843,-16,-16],"rotation":{"angle":45,"axis":"z","origin":[-15.082843,-15.2,-15.6],"rescale":false},"shade":false,"to":[-13.482843,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4363.json b/assets/minecraft/models/w4363.json new file mode 100644 index 000000000..d70956d85 --- /dev/null +++ b/assets/minecraft/models/w4363.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.3125,4,8.25,4.375]},"up":{"texture":"#0","uv":[8.25,4.75,8.1875,4]},"west":{"texture":"#0","uv":[8.375,4,8.75,4.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.195,-13.74]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4364.json b/assets/minecraft/models/w4364.json new file mode 100644 index 000000000..f7ef1cc52 --- /dev/null +++ b/assets/minecraft/models/w4364.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,4,8.3125,4.375]},"east":{"texture":"#0","uv":[8.75,4,8.375,4.125]},"up":{"texture":"#0","uv":[8.1875,4.75,8.25,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.195,-13.74]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4365.json b/assets/minecraft/models/w4365.json new file mode 100644 index 000000000..608a22508 --- /dev/null +++ b/assets/minecraft/models/w4365.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.625,4.1875,8.5,4.4375]},"east":{"texture":"#0","uv":[8.375,4.4375,8.625,4.5625]},"south":{"texture":"#0","uv":[8.5,4.625,8.625,4.75]},"up":{"texture":"#0","uv":[8.5,4.4375,8.375,4.1875]}},"from":[-14.282843,-14.4,-13.6],"rotation":{"angle":45,"axis":"z","origin":[-15.082843,-15.2,-12.4],"rescale":false},"shade":false,"to":[-13.482842,-13.599999,-12]},{"faces":{"down":{"texture":"#0","uv":[7.8125,4.5625,7.625,4.75]},"up":{"texture":"#0","uv":[7.5,4.75,7.3125,4.5625]}},"from":[-15.365685,-14.682843,-13.6],"rotation":{"angle":45,"axis":"z","origin":[-15.365685,-15.482843,-15.6],"rescale":false},"shade":false,"to":[-14.165686,-13.882843,-12.400001]},{"faces":{"down":{"texture":"#0","uv":[7.625,4.5625,7.8125,4.75]},"up":{"texture":"#0","uv":[7.3125,4.75,7.5,4.5625]}},"from":[-16,-14.682843,-13.6],"rotation":{"angle":-45,"axis":"z","origin":[-14.8,-15.482843,-15.6],"rescale":false},"shade":false,"to":[-14.8,-13.882843,-12.400001]},{"faces":{"down":{"texture":"#0","uv":[6.875,4.75,6.5,4.375]},"east":{"texture":"#0","uv":[6.875,4,7.25,4.375]},"north":{"texture":"#0","uv":[8.75,4.25,9.125,4.625]},"south":{"texture":"#0","uv":[7.75,4,8.125,4.375]},"up":{"texture":"#0","uv":[6.875,4.375,6.5,4]},"west":{"texture":"#0","uv":[6.875,4.375,7.25,4.75]}},"from":[-15.882843,-16,-16],"rotation":{"angle":45,"axis":"z","origin":[-15.082843,-15.2,-15.6],"rescale":false},"shade":false,"to":[-13.482843,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4366.json b/assets/minecraft/models/w4366.json new file mode 100644 index 000000000..d70956d85 --- /dev/null +++ b/assets/minecraft/models/w4366.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.3125,4,8.25,4.375]},"up":{"texture":"#0","uv":[8.25,4.75,8.1875,4]},"west":{"texture":"#0","uv":[8.375,4,8.75,4.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.195,-13.74]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4367.json b/assets/minecraft/models/w4367.json new file mode 100644 index 000000000..f7ef1cc52 --- /dev/null +++ b/assets/minecraft/models/w4367.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,4,8.3125,4.375]},"east":{"texture":"#0","uv":[8.75,4,8.375,4.125]},"up":{"texture":"#0","uv":[8.1875,4.75,8.25,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.195,-13.74]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4368.json b/assets/minecraft/models/w4368.json new file mode 100644 index 000000000..608a22508 --- /dev/null +++ b/assets/minecraft/models/w4368.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.625,4.1875,8.5,4.4375]},"east":{"texture":"#0","uv":[8.375,4.4375,8.625,4.5625]},"south":{"texture":"#0","uv":[8.5,4.625,8.625,4.75]},"up":{"texture":"#0","uv":[8.5,4.4375,8.375,4.1875]}},"from":[-14.282843,-14.4,-13.6],"rotation":{"angle":45,"axis":"z","origin":[-15.082843,-15.2,-12.4],"rescale":false},"shade":false,"to":[-13.482842,-13.599999,-12]},{"faces":{"down":{"texture":"#0","uv":[7.8125,4.5625,7.625,4.75]},"up":{"texture":"#0","uv":[7.5,4.75,7.3125,4.5625]}},"from":[-15.365685,-14.682843,-13.6],"rotation":{"angle":45,"axis":"z","origin":[-15.365685,-15.482843,-15.6],"rescale":false},"shade":false,"to":[-14.165686,-13.882843,-12.400001]},{"faces":{"down":{"texture":"#0","uv":[7.625,4.5625,7.8125,4.75]},"up":{"texture":"#0","uv":[7.3125,4.75,7.5,4.5625]}},"from":[-16,-14.682843,-13.6],"rotation":{"angle":-45,"axis":"z","origin":[-14.8,-15.482843,-15.6],"rescale":false},"shade":false,"to":[-14.8,-13.882843,-12.400001]},{"faces":{"down":{"texture":"#0","uv":[6.875,4.75,6.5,4.375]},"east":{"texture":"#0","uv":[6.875,4,7.25,4.375]},"north":{"texture":"#0","uv":[8.75,4.25,9.125,4.625]},"south":{"texture":"#0","uv":[7.75,4,8.125,4.375]},"up":{"texture":"#0","uv":[6.875,4.375,6.5,4]},"west":{"texture":"#0","uv":[6.875,4.375,7.25,4.75]}},"from":[-15.882843,-16,-16],"rotation":{"angle":45,"axis":"z","origin":[-15.082843,-15.2,-15.6],"rescale":false},"shade":false,"to":[-13.482843,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4369.json b/assets/minecraft/models/w4369.json new file mode 100644 index 000000000..d70956d85 --- /dev/null +++ b/assets/minecraft/models/w4369.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.3125,4,8.25,4.375]},"up":{"texture":"#0","uv":[8.25,4.75,8.1875,4]},"west":{"texture":"#0","uv":[8.375,4,8.75,4.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.195,-13.74]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w437.json b/assets/minecraft/models/w437.json new file mode 100644 index 000000000..40ef76f31 --- /dev/null +++ b/assets/minecraft/models/w437.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,0,8.5,1]},"east":{"texture":"#0","uv":[6,1,7,1.5]},"north":{"texture":"#0","uv":[7,1,8.5,1.5]},"south":{"texture":"#0","uv":[9.5,1,11,1.5]},"up":{"texture":"#0","uv":[8.5,1,7,0]},"west":{"texture":"#0","uv":[8.5,1,9.5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.2,-14.4]}],"overrides":[],"textures":{"0":"item/w550386185_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4370.json b/assets/minecraft/models/w4370.json new file mode 100644 index 000000000..f7ef1cc52 --- /dev/null +++ b/assets/minecraft/models/w4370.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,4,8.3125,4.375]},"east":{"texture":"#0","uv":[8.75,4,8.375,4.125]},"up":{"texture":"#0","uv":[8.1875,4.75,8.25,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.195,-13.74]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4371.json b/assets/minecraft/models/w4371.json new file mode 100644 index 000000000..608a22508 --- /dev/null +++ b/assets/minecraft/models/w4371.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.625,4.1875,8.5,4.4375]},"east":{"texture":"#0","uv":[8.375,4.4375,8.625,4.5625]},"south":{"texture":"#0","uv":[8.5,4.625,8.625,4.75]},"up":{"texture":"#0","uv":[8.5,4.4375,8.375,4.1875]}},"from":[-14.282843,-14.4,-13.6],"rotation":{"angle":45,"axis":"z","origin":[-15.082843,-15.2,-12.4],"rescale":false},"shade":false,"to":[-13.482842,-13.599999,-12]},{"faces":{"down":{"texture":"#0","uv":[7.8125,4.5625,7.625,4.75]},"up":{"texture":"#0","uv":[7.5,4.75,7.3125,4.5625]}},"from":[-15.365685,-14.682843,-13.6],"rotation":{"angle":45,"axis":"z","origin":[-15.365685,-15.482843,-15.6],"rescale":false},"shade":false,"to":[-14.165686,-13.882843,-12.400001]},{"faces":{"down":{"texture":"#0","uv":[7.625,4.5625,7.8125,4.75]},"up":{"texture":"#0","uv":[7.3125,4.75,7.5,4.5625]}},"from":[-16,-14.682843,-13.6],"rotation":{"angle":-45,"axis":"z","origin":[-14.8,-15.482843,-15.6],"rescale":false},"shade":false,"to":[-14.8,-13.882843,-12.400001]},{"faces":{"down":{"texture":"#0","uv":[6.875,4.75,6.5,4.375]},"east":{"texture":"#0","uv":[6.875,4,7.25,4.375]},"north":{"texture":"#0","uv":[8.75,4.25,9.125,4.625]},"south":{"texture":"#0","uv":[7.75,4,8.125,4.375]},"up":{"texture":"#0","uv":[6.875,4.375,6.5,4]},"west":{"texture":"#0","uv":[6.875,4.375,7.25,4.75]}},"from":[-15.882843,-16,-16],"rotation":{"angle":45,"axis":"z","origin":[-15.082843,-15.2,-15.6],"rescale":false},"shade":false,"to":[-13.482843,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4372.json b/assets/minecraft/models/w4372.json new file mode 100644 index 000000000..d70956d85 --- /dev/null +++ b/assets/minecraft/models/w4372.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.3125,4,8.25,4.375]},"up":{"texture":"#0","uv":[8.25,4.75,8.1875,4]},"west":{"texture":"#0","uv":[8.375,4,8.75,4.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.195,-13.74]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4373.json b/assets/minecraft/models/w4373.json new file mode 100644 index 000000000..f7ef1cc52 --- /dev/null +++ b/assets/minecraft/models/w4373.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,4,8.3125,4.375]},"east":{"texture":"#0","uv":[8.75,4,8.375,4.125]},"up":{"texture":"#0","uv":[8.1875,4.75,8.25,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.195,-13.74]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4374.json b/assets/minecraft/models/w4374.json new file mode 100644 index 000000000..608a22508 --- /dev/null +++ b/assets/minecraft/models/w4374.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.625,4.1875,8.5,4.4375]},"east":{"texture":"#0","uv":[8.375,4.4375,8.625,4.5625]},"south":{"texture":"#0","uv":[8.5,4.625,8.625,4.75]},"up":{"texture":"#0","uv":[8.5,4.4375,8.375,4.1875]}},"from":[-14.282843,-14.4,-13.6],"rotation":{"angle":45,"axis":"z","origin":[-15.082843,-15.2,-12.4],"rescale":false},"shade":false,"to":[-13.482842,-13.599999,-12]},{"faces":{"down":{"texture":"#0","uv":[7.8125,4.5625,7.625,4.75]},"up":{"texture":"#0","uv":[7.5,4.75,7.3125,4.5625]}},"from":[-15.365685,-14.682843,-13.6],"rotation":{"angle":45,"axis":"z","origin":[-15.365685,-15.482843,-15.6],"rescale":false},"shade":false,"to":[-14.165686,-13.882843,-12.400001]},{"faces":{"down":{"texture":"#0","uv":[7.625,4.5625,7.8125,4.75]},"up":{"texture":"#0","uv":[7.3125,4.75,7.5,4.5625]}},"from":[-16,-14.682843,-13.6],"rotation":{"angle":-45,"axis":"z","origin":[-14.8,-15.482843,-15.6],"rescale":false},"shade":false,"to":[-14.8,-13.882843,-12.400001]},{"faces":{"down":{"texture":"#0","uv":[6.875,4.75,6.5,4.375]},"east":{"texture":"#0","uv":[6.875,4,7.25,4.375]},"north":{"texture":"#0","uv":[8.75,4.25,9.125,4.625]},"south":{"texture":"#0","uv":[7.75,4,8.125,4.375]},"up":{"texture":"#0","uv":[6.875,4.375,6.5,4]},"west":{"texture":"#0","uv":[6.875,4.375,7.25,4.75]}},"from":[-15.882843,-16,-16],"rotation":{"angle":45,"axis":"z","origin":[-15.082843,-15.2,-15.6],"rescale":false},"shade":false,"to":[-13.482843,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4375.json b/assets/minecraft/models/w4375.json new file mode 100644 index 000000000..d70956d85 --- /dev/null +++ b/assets/minecraft/models/w4375.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.3125,4,8.25,4.375]},"up":{"texture":"#0","uv":[8.25,4.75,8.1875,4]},"west":{"texture":"#0","uv":[8.375,4,8.75,4.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.195,-13.74]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4376.json b/assets/minecraft/models/w4376.json new file mode 100644 index 000000000..f7ef1cc52 --- /dev/null +++ b/assets/minecraft/models/w4376.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,4,8.3125,4.375]},"east":{"texture":"#0","uv":[8.75,4,8.375,4.125]},"up":{"texture":"#0","uv":[8.1875,4.75,8.25,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.195,-13.74]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4377.json b/assets/minecraft/models/w4377.json new file mode 100644 index 000000000..608a22508 --- /dev/null +++ b/assets/minecraft/models/w4377.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.625,4.1875,8.5,4.4375]},"east":{"texture":"#0","uv":[8.375,4.4375,8.625,4.5625]},"south":{"texture":"#0","uv":[8.5,4.625,8.625,4.75]},"up":{"texture":"#0","uv":[8.5,4.4375,8.375,4.1875]}},"from":[-14.282843,-14.4,-13.6],"rotation":{"angle":45,"axis":"z","origin":[-15.082843,-15.2,-12.4],"rescale":false},"shade":false,"to":[-13.482842,-13.599999,-12]},{"faces":{"down":{"texture":"#0","uv":[7.8125,4.5625,7.625,4.75]},"up":{"texture":"#0","uv":[7.5,4.75,7.3125,4.5625]}},"from":[-15.365685,-14.682843,-13.6],"rotation":{"angle":45,"axis":"z","origin":[-15.365685,-15.482843,-15.6],"rescale":false},"shade":false,"to":[-14.165686,-13.882843,-12.400001]},{"faces":{"down":{"texture":"#0","uv":[7.625,4.5625,7.8125,4.75]},"up":{"texture":"#0","uv":[7.3125,4.75,7.5,4.5625]}},"from":[-16,-14.682843,-13.6],"rotation":{"angle":-45,"axis":"z","origin":[-14.8,-15.482843,-15.6],"rescale":false},"shade":false,"to":[-14.8,-13.882843,-12.400001]},{"faces":{"down":{"texture":"#0","uv":[6.875,4.75,6.5,4.375]},"east":{"texture":"#0","uv":[6.875,4,7.25,4.375]},"north":{"texture":"#0","uv":[8.75,4.25,9.125,4.625]},"south":{"texture":"#0","uv":[7.75,4,8.125,4.375]},"up":{"texture":"#0","uv":[6.875,4.375,6.5,4]},"west":{"texture":"#0","uv":[6.875,4.375,7.25,4.75]}},"from":[-15.882843,-16,-16],"rotation":{"angle":45,"axis":"z","origin":[-15.082843,-15.2,-15.6],"rescale":false},"shade":false,"to":[-13.482843,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4378.json b/assets/minecraft/models/w4378.json new file mode 100644 index 000000000..5b821baf9 --- /dev/null +++ b/assets/minecraft/models/w4378.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.375,4.9375,13.375,6.5625]},"east":{"texture":"#0","uv":[10.75,6.5625,12.375,7.5625]},"north":{"texture":"#0","uv":[12.375,6.5625,13.375,7.5625]},"south":{"texture":"#0","uv":[15,6.5625,16,7.5625]},"up":{"texture":"#0","uv":[13.375,6.5625,12.375,4.9375]},"west":{"texture":"#0","uv":[13.375,6.5625,15,7.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-5.6000004]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4379.json b/assets/minecraft/models/w4379.json new file mode 100644 index 000000000..3d81a4ea3 --- /dev/null +++ b/assets/minecraft/models/w4379.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.75,11.9375,4.3125,12.5625]},"east":{"texture":"#0","uv":[4.9375,12.5625,4.3125,12.8125]},"north":{"texture":"#0","uv":[3.875,12.5625,4.3125,12.8125]},"south":{"texture":"#0","uv":[4.9375,12.5625,5.375,12.8125]},"up":{"texture":"#0","uv":[4.3125,12.5625,3.875,11.9375]},"west":{"texture":"#0","uv":[4.3125,12.5625,4.9375,12.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.200001,-14.4,-12]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w438.json b/assets/minecraft/models/w438.json new file mode 100644 index 000000000..7ffc6c44f --- /dev/null +++ b/assets/minecraft/models/w438.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,5.75,9,7.25]},"east":{"texture":"#0","uv":[6.5,7.25,8,7.75]},"north":{"texture":"#0","uv":[8,7.25,9,7.75]},"south":{"texture":"#0","uv":[10.5,7.25,11.5,7.75]},"up":{"texture":"#0","uv":[9,7.25,8,5.75]},"west":{"texture":"#0","uv":[9,7.25,10.5,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w550386185_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4380.json b/assets/minecraft/models/w4380.json new file mode 100644 index 000000000..ac959f7be --- /dev/null +++ b/assets/minecraft/models/w4380.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.3125,11.9375,4.75,12.5625]},"east":{"texture":"#0","uv":[4.9375,12.5625,4.3125,12.8125]},"north":{"texture":"#0","uv":[4.3125,12.5625,3.875,12.8125]},"south":{"texture":"#0","uv":[5.375,12.5625,4.9375,12.8125]},"up":{"texture":"#0","uv":[3.875,12.5625,4.3125,11.9375]},"west":{"texture":"#0","uv":[4.3125,12.5625,4.9375,12.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.200001,-14.4,-12]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4381.json b/assets/minecraft/models/w4381.json new file mode 100644 index 000000000..557568adf --- /dev/null +++ b/assets/minecraft/models/w4381.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.3125,11.9375,4.75,12.5625]},"east":{"texture":"#0","uv":[4.9375,12.5625,4.3125,12.8125]},"north":{"texture":"#0","uv":[4.3125,12.5625,3.875,12.8125]},"south":{"texture":"#0","uv":[5.375,12.5625,4.9375,12.8125]},"up":{"texture":"#0","uv":[3.875,12.5625,4.3125,11.9375]},"west":{"texture":"#0","uv":[4.3125,12.5625,4.9375,12.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.4,-12]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4382.json b/assets/minecraft/models/w4382.json new file mode 100644 index 000000000..f1066853c --- /dev/null +++ b/assets/minecraft/models/w4382.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.75,11.9375,4.3125,12.5625]},"east":{"texture":"#0","uv":[4.9375,12.5625,4.3125,12.8125]},"north":{"texture":"#0","uv":[3.875,12.5625,4.3125,12.8125]},"south":{"texture":"#0","uv":[4.9375,12.5625,5.375,12.8125]},"up":{"texture":"#0","uv":[4.3125,12.5625,3.875,11.9375]},"west":{"texture":"#0","uv":[4.3125,12.5625,4.9375,12.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.4,-12]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4383.json b/assets/minecraft/models/w4383.json new file mode 100644 index 000000000..8e90d13b4 --- /dev/null +++ b/assets/minecraft/models/w4383.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.9375,3.4375,13.375,4.1875]},"east":{"texture":"#0","uv":[11.9375,4.1875,12.6875,4.8125]},"north":{"texture":"#0","uv":[12.6875,4.1875,13.375,4.8125]},"south":{"texture":"#0","uv":[13.9375,4.1875,14.6875,4.8125]},"up":{"texture":"#0","uv":[13.375,4.1875,12.6875,3.4375]},"west":{"texture":"#0","uv":[13.375,4.1875,13.9375,4.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-12,-11.2]},{"faces":{"east":{"texture":"#0","uv":[11.75,4.0625,11.0625,4.8125]},"west":{"texture":"#0","uv":[11.0625,4.0625,11.75,4.8125]}},"from":[-14,-16,-11.2],"shade":false,"to":[-14,-11.2,-6.3999996]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4384.json b/assets/minecraft/models/w4384.json new file mode 100644 index 000000000..24320d357 --- /dev/null +++ b/assets/minecraft/models/w4384.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[6.8125,1.5625,7.3125,2.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-11.2,-12.8]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4385.json b/assets/minecraft/models/w4385.json new file mode 100644 index 000000000..3d587a8eb --- /dev/null +++ b/assets/minecraft/models/w4385.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[7.3125,1.5625,6.8125,2.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-11.2,-12.8]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4386.json b/assets/minecraft/models/w4386.json new file mode 100644 index 000000000..4fb8d1dfc --- /dev/null +++ b/assets/minecraft/models/w4386.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.6875,1.625,5.375,1.75]},"east":{"texture":"#0","uv":[4.9375,1.75,5.0625,1.875]},"north":{"texture":"#0","uv":[5.0625,1.75,5.375,1.875]},"south":{"texture":"#0","uv":[5.5,1.75,5.8125,1.875]},"up":{"texture":"#0","uv":[5.375,1.75,5.0625,1.625]},"west":{"texture":"#0","uv":[5.375,1.75,5.5,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4387.json b/assets/minecraft/models/w4387.json new file mode 100644 index 000000000..fde061751 --- /dev/null +++ b/assets/minecraft/models/w4387.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5625,1.5625,6.3125,1.6875]},"east":{"texture":"#0","uv":[5.9375,1.6875,6.0625,1.875]},"north":{"texture":"#0","uv":[6.0625,1.6875,6.3125,1.875]},"south":{"texture":"#0","uv":[6.4375,1.6875,6.6875,1.875]},"up":{"texture":"#0","uv":[6.3125,1.6875,6.0625,1.5625]},"west":{"texture":"#0","uv":[6.3125,1.6875,6.4375,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4388.json b/assets/minecraft/models/w4388.json new file mode 100644 index 000000000..8646da65d --- /dev/null +++ b/assets/minecraft/models/w4388.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[8.9375,3.1875,8.375,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-12.4]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4389.json b/assets/minecraft/models/w4389.json new file mode 100644 index 000000000..134469406 --- /dev/null +++ b/assets/minecraft/models/w4389.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[8.375,3.1875,8.9375,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-12.4]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w439.json b/assets/minecraft/models/w439.json new file mode 100644 index 000000000..40ef76f31 --- /dev/null +++ b/assets/minecraft/models/w439.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,0,8.5,1]},"east":{"texture":"#0","uv":[6,1,7,1.5]},"north":{"texture":"#0","uv":[7,1,8.5,1.5]},"south":{"texture":"#0","uv":[9.5,1,11,1.5]},"up":{"texture":"#0","uv":[8.5,1,7,0]},"west":{"texture":"#0","uv":[8.5,1,9.5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.2,-14.4]}],"overrides":[],"textures":{"0":"item/w550386185_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4390.json b/assets/minecraft/models/w4390.json new file mode 100644 index 000000000..4d746a00e --- /dev/null +++ b/assets/minecraft/models/w4390.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.3125,1.5625,6.5625,1.6875]},"east":{"texture":"#0","uv":[6.4375,1.6875,6.3125,1.875]},"north":{"texture":"#0","uv":[6.3125,1.6875,6.0625,1.875]},"south":{"texture":"#0","uv":[6.6875,1.6875,6.4375,1.875]},"up":{"texture":"#0","uv":[6.0625,1.6875,6.3125,1.5625]},"west":{"texture":"#0","uv":[6.0625,1.6875,5.9375,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4391.json b/assets/minecraft/models/w4391.json new file mode 100644 index 000000000..2ac5542a0 --- /dev/null +++ b/assets/minecraft/models/w4391.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.375,1.625,5.6875,1.75]},"east":{"texture":"#0","uv":[5.5,1.75,5.375,1.875]},"north":{"texture":"#0","uv":[5.375,1.75,5.0625,1.875]},"south":{"texture":"#0","uv":[5.8125,1.75,5.5,1.875]},"up":{"texture":"#0","uv":[5.0625,1.75,5.375,1.625]},"west":{"texture":"#0","uv":[5.0625,1.75,4.9375,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4392.json b/assets/minecraft/models/w4392.json new file mode 100644 index 000000000..bef36fce9 --- /dev/null +++ b/assets/minecraft/models/w4392.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.6875,1.5625,3.9375,2.375]},"east":{"texture":"#0","uv":[4.75,2.375,3.9375,3]},"north":{"texture":"#0","uv":[3.1875,2.375,3.9375,3]},"south":{"texture":"#0","uv":[4.75,2.375,5.5,3]},"up":{"texture":"#0","uv":[3.9375,2.375,3.1875,1.5625]},"west":{"texture":"#0","uv":[3.9375,2.375,4.75,3]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-12,-10.799999]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4393.json b/assets/minecraft/models/w4393.json new file mode 100644 index 000000000..07fe396c3 --- /dev/null +++ b/assets/minecraft/models/w4393.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[3.25,0.375,3.1875,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-13.699999]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4394.json b/assets/minecraft/models/w4394.json new file mode 100644 index 000000000..f594f6b5e --- /dev/null +++ b/assets/minecraft/models/w4394.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[3.375,0.375,3.3125,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-13.7]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4395.json b/assets/minecraft/models/w4395.json new file mode 100644 index 000000000..3a500a7b4 --- /dev/null +++ b/assets/minecraft/models/w4395.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[2.875,0.375,2.8125,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-13.7]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4396.json b/assets/minecraft/models/w4396.json new file mode 100644 index 000000000..115fe8943 --- /dev/null +++ b/assets/minecraft/models/w4396.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[3,0.375,2.9375,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-13.7]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4397.json b/assets/minecraft/models/w4397.json new file mode 100644 index 000000000..79975f14e --- /dev/null +++ b/assets/minecraft/models/w4397.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[3.125,0.375,3.0625,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-13.699999]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4398.json b/assets/minecraft/models/w4398.json new file mode 100644 index 000000000..1a03fbf14 --- /dev/null +++ b/assets/minecraft/models/w4398.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[3.6875,0.3125,3.5,0.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-14.8]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4399.json b/assets/minecraft/models/w4399.json new file mode 100644 index 000000000..bc904cef7 --- /dev/null +++ b/assets/minecraft/models/w4399.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.75,0.9375,2.625,1.0625]},"east":{"texture":"#0","uv":[2.375,1.0625,2.5,1.5]},"north":{"texture":"#0","uv":[2.5,1.0625,2.625,1.5]},"south":{"texture":"#0","uv":[2.75,1.0625,2.875,1.5]},"up":{"texture":"#0","uv":[2.625,1.0625,2.5,0.9375]},"west":{"texture":"#0","uv":[2.625,1.0625,2.75,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.2,-15.2]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w44.json b/assets/minecraft/models/w44.json new file mode 100644 index 000000000..559fbd790 --- /dev/null +++ b/assets/minecraft/models/w44.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.25,2.75,5.625,3.5]},"east":{"texture":"#0","uv":[2.375,4.375,3.125,5]},"north":{"texture":"#0","uv":[2.125,5,2.75,5.625]},"south":{"texture":"#0","uv":[2.75,5,3.375,5.625]},"up":{"texture":"#0","uv":[4.625,5.125,4,4.375]},"west":{"texture":"#0","uv":[2.375,3.75,3.125,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-13.6]}],"overrides":[],"textures":{"0":"item/w1237560704_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w440.json b/assets/minecraft/models/w440.json new file mode 100644 index 000000000..7ffc6c44f --- /dev/null +++ b/assets/minecraft/models/w440.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,5.75,9,7.25]},"east":{"texture":"#0","uv":[6.5,7.25,8,7.75]},"north":{"texture":"#0","uv":[8,7.25,9,7.75]},"south":{"texture":"#0","uv":[10.5,7.25,11.5,7.75]},"up":{"texture":"#0","uv":[9,7.25,8,5.75]},"west":{"texture":"#0","uv":[9,7.25,10.5,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w550386185_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4400.json b/assets/minecraft/models/w4400.json new file mode 100644 index 000000000..6c643bb43 --- /dev/null +++ b/assets/minecraft/models/w4400.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,0.9375,2.125,1.0625]},"east":{"texture":"#0","uv":[1.875,1.0625,2,1.5]},"north":{"texture":"#0","uv":[2,1.0625,2.125,1.5]},"south":{"texture":"#0","uv":[2.25,1.0625,2.375,1.5]},"up":{"texture":"#0","uv":[2.125,1.0625,2,0.9375]},"west":{"texture":"#0","uv":[2.125,1.0625,2.25,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.199999,-15.2]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4401.json b/assets/minecraft/models/w4401.json new file mode 100644 index 000000000..4ae301611 --- /dev/null +++ b/assets/minecraft/models/w4401.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.625,0.6875,1.4375,0.875]},"east":{"texture":"#0","uv":[1.0625,0.875,1.25,1.5]},"north":{"texture":"#0","uv":[1.25,0.875,1.4375,1.5]},"south":{"texture":"#0","uv":[1.625,0.875,1.8125,1.5]},"up":{"texture":"#0","uv":[1.4375,0.875,1.25,0.6875]},"west":{"texture":"#0","uv":[1.4375,0.875,1.625,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12,-14.8]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4402.json b/assets/minecraft/models/w4402.json new file mode 100644 index 000000000..0c885fb52 --- /dev/null +++ b/assets/minecraft/models/w4402.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.625,0.5,0.875]},"east":{"texture":"#0","uv":[0,0.875,0.25,1.5]},"north":{"texture":"#0","uv":[0.25,0.875,0.5,1.5]},"south":{"texture":"#0","uv":[0.75,0.875,1,1.5]},"up":{"texture":"#0","uv":[0.5,0.875,0.25,0.625]},"west":{"texture":"#0","uv":[0.5,0.875,0.75,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.400001,-12,-14.4]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4403.json b/assets/minecraft/models/w4403.json new file mode 100644 index 000000000..da52eaab3 --- /dev/null +++ b/assets/minecraft/models/w4403.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.625,0.9375,2.75,1.0625]},"east":{"texture":"#0","uv":[2.75,1.0625,2.625,1.5]},"north":{"texture":"#0","uv":[2.625,1.0625,2.5,1.5]},"south":{"texture":"#0","uv":[2.875,1.0625,2.75,1.5]},"up":{"texture":"#0","uv":[2.5,1.0625,2.625,0.9375]},"west":{"texture":"#0","uv":[2.5,1.0625,2.375,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.2,-15.2]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4404.json b/assets/minecraft/models/w4404.json new file mode 100644 index 000000000..e9c0a892e --- /dev/null +++ b/assets/minecraft/models/w4404.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.125,0.9375,2.25,1.0625]},"east":{"texture":"#0","uv":[2.25,1.0625,2.125,1.5]},"north":{"texture":"#0","uv":[2.125,1.0625,2,1.5]},"south":{"texture":"#0","uv":[2.375,1.0625,2.25,1.5]},"up":{"texture":"#0","uv":[2,1.0625,2.125,0.9375]},"west":{"texture":"#0","uv":[2,1.0625,1.875,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.199999,-15.2]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4405.json b/assets/minecraft/models/w4405.json new file mode 100644 index 000000000..8b6f7b8fa --- /dev/null +++ b/assets/minecraft/models/w4405.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.4375,0.6875,1.625,0.875]},"east":{"texture":"#0","uv":[1.625,0.875,1.4375,1.5]},"north":{"texture":"#0","uv":[1.4375,0.875,1.25,1.5]},"south":{"texture":"#0","uv":[1.8125,0.875,1.625,1.5]},"up":{"texture":"#0","uv":[1.25,0.875,1.4375,0.6875]},"west":{"texture":"#0","uv":[1.25,0.875,1.0625,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12,-14.8]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4406.json b/assets/minecraft/models/w4406.json new file mode 100644 index 000000000..f55d0b5b5 --- /dev/null +++ b/assets/minecraft/models/w4406.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,0.625,0.75,0.875]},"east":{"texture":"#0","uv":[0.75,0.875,0.5,1.5]},"north":{"texture":"#0","uv":[0.5,0.875,0.25,1.5]},"south":{"texture":"#0","uv":[1,0.875,0.75,1.5]},"up":{"texture":"#0","uv":[0.25,0.875,0.5,0.625]},"west":{"texture":"#0","uv":[0.25,0.875,0,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.400001,-12,-14.4]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4407.json b/assets/minecraft/models/w4407.json new file mode 100644 index 000000000..09e754d6c --- /dev/null +++ b/assets/minecraft/models/w4407.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.625,2.1875,8.375,2.8125]},"east":{"texture":"#0","uv":[7.5,2.8125,8.125,3]},"north":{"texture":"#0","uv":[8.125,2.8125,8.375,3]},"south":{"texture":"#0","uv":[9,2.8125,9.25,3]},"up":{"texture":"#0","uv":[8.375,2.8125,8.125,2.1875]},"west":{"texture":"#0","uv":[8.375,2.8125,9,3]}},"from":[-16,-16,-16],"shade":false,"to":[-14.5,-14.8,-12]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4408.json b/assets/minecraft/models/w4408.json new file mode 100644 index 000000000..8c48f40d5 --- /dev/null +++ b/assets/minecraft/models/w4408.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[8.375,3.0625,8.9375,3.125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-12.4]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4409.json b/assets/minecraft/models/w4409.json new file mode 100644 index 000000000..bc60e1219 --- /dev/null +++ b/assets/minecraft/models/w4409.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[8.9375,3.0625,8.375,3.125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-12.4]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w441.json b/assets/minecraft/models/w441.json new file mode 100644 index 000000000..40ef76f31 --- /dev/null +++ b/assets/minecraft/models/w441.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,0,8.5,1]},"east":{"texture":"#0","uv":[6,1,7,1.5]},"north":{"texture":"#0","uv":[7,1,8.5,1.5]},"south":{"texture":"#0","uv":[9.5,1,11,1.5]},"up":{"texture":"#0","uv":[8.5,1,7,0]},"west":{"texture":"#0","uv":[8.5,1,9.5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.2,-14.4]}],"overrides":[],"textures":{"0":"item/w550386185_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4410.json b/assets/minecraft/models/w4410.json new file mode 100644 index 000000000..41e97f225 --- /dev/null +++ b/assets/minecraft/models/w4410.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.125,2.3125,6.875,2.8125]},"north":{"texture":"#0","uv":[6.625,2.8125,6.875,3.0007813]},"south":{"texture":"#0","uv":[7.1875,2.8125,7.4375,3.0007813]},"up":{"texture":"#0","uv":[6.875,2.8125,6.625,2.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.392,-14.787003,-12.792002]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4411.json b/assets/minecraft/models/w4411.json new file mode 100644 index 000000000..2f25534da --- /dev/null +++ b/assets/minecraft/models/w4411.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[6.4375,3.4375,6.3125,3.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.192,-15.992002,-13.592001]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4412.json b/assets/minecraft/models/w4412.json new file mode 100644 index 000000000..c367d76ed --- /dev/null +++ b/assets/minecraft/models/w4412.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6.625,3.0625,6.875,3.1257813]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8352165,-15.594999,-15.9998455]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4413.json b/assets/minecraft/models/w4413.json new file mode 100644 index 000000000..da1e90857 --- /dev/null +++ b/assets/minecraft/models/w4413.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.375,2.1875,8.625,2.8125]},"east":{"texture":"#0","uv":[9,2.8125,8.375,3]},"north":{"texture":"#0","uv":[8.375,2.8125,8.125,3]},"south":{"texture":"#0","uv":[9.25,2.8125,9,3]},"up":{"texture":"#0","uv":[8.125,2.8125,8.375,2.1875]},"west":{"texture":"#0","uv":[8.125,2.8125,7.5,3]}},"from":[-16,-16,-16],"shade":false,"to":[-14.46,-14.8,-12]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4414.json b/assets/minecraft/models/w4414.json new file mode 100644 index 000000000..454f095fa --- /dev/null +++ b/assets/minecraft/models/w4414.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.9375,0.5,5.6875,1.1875]},"east":{"texture":"#0","uv":[4.75,1.1875,5.4375,1.4375]},"north":{"texture":"#0","uv":[5.4375,1.1875,5.6875,1.4375]},"south":{"texture":"#0","uv":[6.375,1.1875,6.625,1.4375]},"up":{"texture":"#0","uv":[5.6875,1.1875,5.4375,0.5]},"west":{"texture":"#0","uv":[5.6875,1.1875,6.375,1.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-11.68]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4415.json b/assets/minecraft/models/w4415.json new file mode 100644 index 000000000..cb8f61262 --- /dev/null +++ b/assets/minecraft/models/w4415.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.6875,0.5,5.9375,1.1875]},"east":{"texture":"#0","uv":[6.375,1.1875,5.6875,1.4375]},"north":{"texture":"#0","uv":[5.6875,1.1875,5.4375,1.4375]},"south":{"texture":"#0","uv":[6.625,1.1875,6.375,1.4375]},"up":{"texture":"#0","uv":[5.4375,1.1875,5.6875,0.5]},"west":{"texture":"#0","uv":[5.4375,1.1875,4.75,1.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-11.68]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4416.json b/assets/minecraft/models/w4416.json new file mode 100644 index 000000000..548e0af49 --- /dev/null +++ b/assets/minecraft/models/w4416.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.8125,0.625,7.5625,1.1875]},"east":{"texture":"#0","uv":[6.75,1.1875,7.3125,1.4375]},"north":{"texture":"#0","uv":[7.3125,1.1875,7.5625,1.4375]},"south":{"texture":"#0","uv":[8.125,1.1875,8.375,1.4375]},"up":{"texture":"#0","uv":[7.5625,1.1875,7.3125,0.625]},"west":{"texture":"#0","uv":[7.5625,1.1875,8.125,1.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-12.259999]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4417.json b/assets/minecraft/models/w4417.json new file mode 100644 index 000000000..545d54297 --- /dev/null +++ b/assets/minecraft/models/w4417.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.0625,0.5625,3.8125,1.1875]},"east":{"texture":"#0","uv":[2.9375,1.1875,3.5625,1.4375]},"north":{"texture":"#0","uv":[3.5625,1.1875,3.8125,1.4375]},"south":{"texture":"#0","uv":[4.4375,1.1875,4.6875,1.4375]},"up":{"texture":"#0","uv":[3.8125,1.1875,3.5625,0.5625]},"west":{"texture":"#0","uv":[3.8125,1.1875,4.4375,1.4375]}},"from":[-16,-15.299675,-16],"shade":false,"to":[-14.392,-13.661676,-11.992002]},{"faces":{"north":{"texture":"#0","uv":[6.625,3.1875,6.875,3.25]}},"from":[-15.778207,-16,-15.496733],"shade":false,"to":[-14.613207,-15.6,-15.496733]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4418.json b/assets/minecraft/models/w4418.json new file mode 100644 index 000000000..3a072b815 --- /dev/null +++ b/assets/minecraft/models/w4418.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,1.6875,2.125,1.75]},"east":{"texture":"#0","uv":[1.6875,1.75,1.75,2.125]},"north":{"texture":"#0","uv":[1.75,1.75,2.125,2.125]},"south":{"texture":"#0","uv":[2.1875,1.75,2.5625,2.125]},"up":{"texture":"#0","uv":[2.125,1.75,1.75,1.6875]},"west":{"texture":"#0","uv":[2.125,1.75,2.1875,2.125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-15.2]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4419.json b/assets/minecraft/models/w4419.json new file mode 100644 index 000000000..3b6c40a5b --- /dev/null +++ b/assets/minecraft/models/w4419.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.4375,0.5,2.1875,0.5625]},"east":{"texture":"#0","uv":[1.875,0.5625,1.9375,0.8125]},"north":{"texture":"#0","uv":[1.9375,0.5625,2.1875,0.8125]},"south":{"texture":"#0","uv":[2.25,0.5625,2.5,0.8125]},"up":{"texture":"#0","uv":[2.1875,0.5625,1.9375,0.5]},"west":{"texture":"#0","uv":[2.1875,0.5625,2.25,0.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.294944,-14.294945,-15.191999]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w442.json b/assets/minecraft/models/w442.json new file mode 100644 index 000000000..7ffc6c44f --- /dev/null +++ b/assets/minecraft/models/w442.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,5.75,9,7.25]},"east":{"texture":"#0","uv":[6.5,7.25,8,7.75]},"north":{"texture":"#0","uv":[8,7.25,9,7.75]},"south":{"texture":"#0","uv":[10.5,7.25,11.5,7.75]},"up":{"texture":"#0","uv":[9,7.25,8,5.75]},"west":{"texture":"#0","uv":[9,7.25,10.5,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w550386185_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4420.json b/assets/minecraft/models/w4420.json new file mode 100644 index 000000000..3b8c0f04d --- /dev/null +++ b/assets/minecraft/models/w4420.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.4375,0.125,2.1875,0.1875]},"east":{"texture":"#0","uv":[1.875,0.1875,1.9375,0.4375]},"north":{"texture":"#0","uv":[1.9375,0.1875,2.1875,0.4375]},"south":{"texture":"#0","uv":[2.25,0.1875,2.5,0.4375]},"up":{"texture":"#0","uv":[2.1875,0.1875,1.9375,0.125]},"west":{"texture":"#0","uv":[2.1875,0.1875,2.25,0.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.294944,-14.294947,-15.191999]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4421.json b/assets/minecraft/models/w4421.json new file mode 100644 index 000000000..83f105b44 --- /dev/null +++ b/assets/minecraft/models/w4421.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.125,1.6875,2.5,1.75]},"east":{"texture":"#0","uv":[2.1875,1.75,2.125,2.125]},"north":{"texture":"#0","uv":[2.125,1.75,1.75,2.125]},"south":{"texture":"#0","uv":[2.5625,1.75,2.1875,2.125]},"up":{"texture":"#0","uv":[1.75,1.75,2.125,1.6875]},"west":{"texture":"#0","uv":[1.75,1.75,1.6875,2.125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-15.2]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4422.json b/assets/minecraft/models/w4422.json new file mode 100644 index 000000000..c200763ad --- /dev/null +++ b/assets/minecraft/models/w4422.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.1875,0.5,2.4375,0.5625]},"east":{"texture":"#0","uv":[2.25,0.5625,2.1875,0.8125]},"north":{"texture":"#0","uv":[2.1875,0.5625,1.9375,0.8125]},"south":{"texture":"#0","uv":[2.5,0.5625,2.25,0.8125]},"up":{"texture":"#0","uv":[1.9375,0.5625,2.1875,0.5]},"west":{"texture":"#0","uv":[1.9375,0.5625,1.875,0.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.294944,-14.294945,-15.191999]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4423.json b/assets/minecraft/models/w4423.json new file mode 100644 index 000000000..04f7ac9fc --- /dev/null +++ b/assets/minecraft/models/w4423.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.1875,0.125,2.4375,0.1875]},"east":{"texture":"#0","uv":[2.25,0.1875,2.1875,0.4375]},"north":{"texture":"#0","uv":[2.1875,0.1875,1.9375,0.4375]},"south":{"texture":"#0","uv":[2.5,0.1875,2.25,0.4375]},"up":{"texture":"#0","uv":[1.9375,0.1875,2.1875,0.125]},"west":{"texture":"#0","uv":[1.9375,0.1875,1.875,0.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.294944,-14.294947,-15.191999]}],"overrides":[],"textures":{"0":"item/w46940346_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4424.json b/assets/minecraft/models/w4424.json new file mode 100644 index 000000000..1b9da258a --- /dev/null +++ b/assets/minecraft/models/w4424.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[4,0,4.5,12]},"north":{"texture":"#0","uv":[4,0,4.5,12]},"south":{"texture":"#0","uv":[4,0,4.5,12]},"up":{"texture":"#0","uv":[4.5,0,5,0.5]},"west":{"texture":"#0","uv":[4,0,4.5,12]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,3.2000008,-15.2]},{"faces":{"east":{"texture":"#0","uv":[5,0,5.5,12]},"north":{"texture":"#0","uv":[5.5,0,5,12]},"south":{"texture":"#0","uv":[5.5,0,5,12]},"west":{"texture":"#0","uv":[5,0,5.5,12]}},"from":[-16,3.2000008,-16],"shade":false,"to":[-15.2,22.400002,-15.2]}],"overrides":[],"textures":{"0":"item/w1767793066_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4425.json b/assets/minecraft/models/w4425.json new file mode 100644 index 000000000..74a3f9eeb --- /dev/null +++ b/assets/minecraft/models/w4425.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0,12,3,16]},"north":{"texture":"#0","uv":[0,12,3,16]},"south":{"texture":"#0","uv":[0,12,3,16]},"west":{"texture":"#0","uv":[0,12,3,16]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-9.6,-11.2]}],"overrides":[],"textures":{"0":"item/w1767793066_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4426.json b/assets/minecraft/models/w4426.json new file mode 100644 index 000000000..5fd536344 --- /dev/null +++ b/assets/minecraft/models/w4426.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[2,12,4,0]}},"from":[8,8,8],"shade":false,"to":[4.8,-11.200001,8]}],"overrides":[],"textures":{"0":"item/w1767793066_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4427.json b/assets/minecraft/models/w4427.json new file mode 100644 index 000000000..5fd536344 --- /dev/null +++ b/assets/minecraft/models/w4427.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[2,12,4,0]}},"from":[8,8,8],"shade":false,"to":[4.8,-11.200001,8]}],"overrides":[],"textures":{"0":"item/w1767793066_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4428.json b/assets/minecraft/models/w4428.json new file mode 100644 index 000000000..5fd536344 --- /dev/null +++ b/assets/minecraft/models/w4428.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[2,12,4,0]}},"from":[8,8,8],"shade":false,"to":[4.8,-11.200001,8]}],"overrides":[],"textures":{"0":"item/w1767793066_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4429.json b/assets/minecraft/models/w4429.json new file mode 100644 index 000000000..5fd536344 --- /dev/null +++ b/assets/minecraft/models/w4429.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[2,12,4,0]}},"from":[8,8,8],"shade":false,"to":[4.8,-11.200001,8]}],"overrides":[],"textures":{"0":"item/w1767793066_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w443.json b/assets/minecraft/models/w443.json new file mode 100644 index 000000000..40ef76f31 --- /dev/null +++ b/assets/minecraft/models/w443.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,0,8.5,1]},"east":{"texture":"#0","uv":[6,1,7,1.5]},"north":{"texture":"#0","uv":[7,1,8.5,1.5]},"south":{"texture":"#0","uv":[9.5,1,11,1.5]},"up":{"texture":"#0","uv":[8.5,1,7,0]},"west":{"texture":"#0","uv":[8.5,1,9.5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.2,-14.4]}],"overrides":[],"textures":{"0":"item/w550386185_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4430.json b/assets/minecraft/models/w4430.json new file mode 100644 index 000000000..58360c7ac --- /dev/null +++ b/assets/minecraft/models/w4430.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[0,12,2,0]}},"from":[8,8,8],"shade":false,"to":[4.8,-11.200001,8]}],"overrides":[],"textures":{"0":"item/w1767793066_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4431.json b/assets/minecraft/models/w4431.json new file mode 100644 index 000000000..58360c7ac --- /dev/null +++ b/assets/minecraft/models/w4431.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[0,12,2,0]}},"from":[8,8,8],"shade":false,"to":[4.8,-11.200001,8]}],"overrides":[],"textures":{"0":"item/w1767793066_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4432.json b/assets/minecraft/models/w4432.json new file mode 100644 index 000000000..58360c7ac --- /dev/null +++ b/assets/minecraft/models/w4432.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[0,12,2,0]}},"from":[8,8,8],"shade":false,"to":[4.8,-11.200001,8]}],"overrides":[],"textures":{"0":"item/w1767793066_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4433.json b/assets/minecraft/models/w4433.json new file mode 100644 index 000000000..58360c7ac --- /dev/null +++ b/assets/minecraft/models/w4433.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[0,12,2,0]}},"from":[8,8,8],"shade":false,"to":[4.8,-11.200001,8]}],"overrides":[],"textures":{"0":"item/w1767793066_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4434.json b/assets/minecraft/models/w4434.json new file mode 100644 index 000000000..058b52ce7 --- /dev/null +++ b/assets/minecraft/models/w4434.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,0,0,16]},"up":{"texture":"#0","uv":[0,0,16,16]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w907593318_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4435.json b/assets/minecraft/models/w4435.json new file mode 100644 index 000000000..89ca7580b --- /dev/null +++ b/assets/minecraft/models/w4435.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,0,0,16]},"up":{"texture":"#0","uv":[0,0,16,16]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w334634221_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4436.json b/assets/minecraft/models/w4436.json new file mode 100644 index 000000000..7ec07981c --- /dev/null +++ b/assets/minecraft/models/w4436.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[2.4375,13.1875,2.8125,14.125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-10,-13.6]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4437.json b/assets/minecraft/models/w4437.json new file mode 100644 index 000000000..8352a2bb3 --- /dev/null +++ b/assets/minecraft/models/w4437.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.6875,12.5,1.1875,13.1875]},"east":{"texture":"#0","uv":[0,13.1875,0.6875,14.125]},"north":{"texture":"#0","uv":[0.6875,13.1875,1.1875,14.125]},"south":{"texture":"#0","uv":[1.875,13.1875,2.375,14.125]},"up":{"texture":"#0","uv":[1.1875,13.1875,0.6875,12.5]},"west":{"texture":"#0","uv":[1.1875,13.1875,1.875,14.125]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-10,-11.6]},{"faces":{"west":{"texture":"#0","uv":[2.125,12.8125,2.8125,13.125]}},"from":[-16,-10,-16],"rotation":{"angle":-22.5,"axis":"z","origin":[-16,-10,-16],"rescale":false},"shade":false,"to":[-16,-8,-11.6]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4438.json b/assets/minecraft/models/w4438.json new file mode 100644 index 000000000..f1b5700ae --- /dev/null +++ b/assets/minecraft/models/w4438.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[2.8125,13.1875,2.4375,14.125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-10,-13.6]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4439.json b/assets/minecraft/models/w4439.json new file mode 100644 index 000000000..094f2ca6e --- /dev/null +++ b/assets/minecraft/models/w4439.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.1875,12.5,1.6875,13.1875]},"east":{"texture":"#0","uv":[1.875,13.1875,1.1875,14.125]},"north":{"texture":"#0","uv":[1.1875,13.1875,0.6875,14.125]},"south":{"texture":"#0","uv":[2.375,13.1875,1.875,14.125]},"up":{"texture":"#0","uv":[0.6875,13.1875,1.1875,12.5]},"west":{"texture":"#0","uv":[0.6875,13.1875,0,14.125]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-10,-11.6]},{"faces":{"east":{"texture":"#0","uv":[2.8125,12.8125,2.125,13.125]}},"from":[-12.8,-10,-16],"rotation":{"angle":22.5,"axis":"z","origin":[-12.8,-10,-16],"rescale":false},"shade":false,"to":[-12.8,-8,-11.6]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w444.json b/assets/minecraft/models/w444.json new file mode 100644 index 000000000..7ffc6c44f --- /dev/null +++ b/assets/minecraft/models/w444.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,5.75,9,7.25]},"east":{"texture":"#0","uv":[6.5,7.25,8,7.75]},"north":{"texture":"#0","uv":[8,7.25,9,7.75]},"south":{"texture":"#0","uv":[10.5,7.25,11.5,7.75]},"up":{"texture":"#0","uv":[9,7.25,8,5.75]},"west":{"texture":"#0","uv":[9,7.25,10.5,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w550386185_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4440.json b/assets/minecraft/models/w4440.json new file mode 100644 index 000000000..aa3060871 --- /dev/null +++ b/assets/minecraft/models/w4440.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1.0625,6.25,2.0625,6.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-14,-16]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4441.json b/assets/minecraft/models/w4441.json new file mode 100644 index 000000000..725d91beb --- /dev/null +++ b/assets/minecraft/models/w4441.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,6.25,1,6.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-14,-16]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4442.json b/assets/minecraft/models/w4442.json new file mode 100644 index 000000000..6cafaed19 --- /dev/null +++ b/assets/minecraft/models/w4442.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[5.25,6.25,4.25,6.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-14,-16]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4443.json b/assets/minecraft/models/w4443.json new file mode 100644 index 000000000..7892bfe11 --- /dev/null +++ b/assets/minecraft/models/w4443.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[3.1875,6.25,4.1875,6.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-14,-16]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4444.json b/assets/minecraft/models/w4444.json new file mode 100644 index 000000000..e31e69356 --- /dev/null +++ b/assets/minecraft/models/w4444.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[3.125,6.25,2.125,6.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-14,-16]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4445.json b/assets/minecraft/models/w4445.json new file mode 100644 index 000000000..cbeac8348 --- /dev/null +++ b/assets/minecraft/models/w4445.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,6.625,1,7.25]},"east":{"texture":"#0","uv":[1.625,7.25,1,8.5]},"north":{"texture":"#0","uv":[0,7.25,1,8.5]},"south":{"texture":"#0","uv":[1.625,7.25,2.625,8.5]},"up":{"texture":"#0","uv":[1,7.25,0,6.625]},"west":{"texture":"#0","uv":[1,7.25,1.625,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-9.575,-8,-12]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4446.json b/assets/minecraft/models/w4446.json new file mode 100644 index 000000000..05380d3ae --- /dev/null +++ b/assets/minecraft/models/w4446.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.8125,9.03125,8.8125,10.0625]},"east":{"texture":"#0","uv":[9.84375,10.0625,8.8125,10.6875]},"north":{"texture":"#0","uv":[7.8125,10.0625,8.8125,10.6875]},"south":{"texture":"#0","uv":[9.84375,10.0625,10.84375,10.6875]},"up":{"texture":"#0","uv":[8.8125,10.0625,7.8125,9.03125]},"west":{"texture":"#0","uv":[8.8125,10.0625,9.84375,10.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-12,-9.4]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4447.json b/assets/minecraft/models/w4447.json new file mode 100644 index 000000000..5294dbc0a --- /dev/null +++ b/assets/minecraft/models/w4447.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.75,6.6875,3.75,7.625]},"east":{"texture":"#0","uv":[4.6875,7.625,3.75,8.5]},"north":{"texture":"#0","uv":[2.75,7.625,3.75,8.5]},"south":{"texture":"#0","uv":[4.6875,7.625,5.6875,8.5]},"up":{"texture":"#0","uv":[3.75,7.625,2.75,6.6875]},"west":{"texture":"#0","uv":[3.75,7.625,4.6875,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-9.575,-10.4,-10.2]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4448.json b/assets/minecraft/models/w4448.json new file mode 100644 index 000000000..19fda2c79 --- /dev/null +++ b/assets/minecraft/models/w4448.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.625,8.6875,1.875,9.8125]},"east":{"texture":"#0","uv":[3,9.8125,1.875,10.6875]},"north":{"texture":"#0","uv":[1.125,9.8125,1.875,10.6875]},"south":{"texture":"#0","uv":[3,9.8125,3.75,10.6875]},"up":{"texture":"#0","uv":[1.875,9.8125,1.125,8.6875]},"west":{"texture":"#0","uv":[1.875,9.8125,3,10.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-10.4,-9]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4449.json b/assets/minecraft/models/w4449.json new file mode 100644 index 000000000..8200d8967 --- /dev/null +++ b/assets/minecraft/models/w4449.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.625,8.25,7.875,8.5625]},"east":{"texture":"#0","uv":[8.1875,8.5625,7.875,8.9375]},"north":{"texture":"#0","uv":[7.125,8.5625,7.875,8.9375]},"south":{"texture":"#0","uv":[8.1875,8.5625,8.9375,8.9375]},"up":{"texture":"#0","uv":[7.875,8.5625,7.125,8.25]},"west":{"texture":"#0","uv":[7.875,8.5625,8.1875,8.9375]}},"from":[-15.931,-15.996,-16],"rotation":{"angle":22.5,"axis":"x","origin":[-15.9575,-4.8,-12.804],"rescale":false},"shade":false,"to":[-11.184,-13.604,-14.008]},{"faces":{"down":{"texture":"#0","uv":[6,8.8125,5.25,9.4375]},"east":{"texture":"#0","uv":[5.875,9.4375,5.25,10.6875]},"south":{"texture":"#0","uv":[5.875,9.4375,6.625,10.6875]},"up":{"texture":"#0","uv":[5.25,9.4375,4.5,8.8125]},"west":{"texture":"#0","uv":[5.25,9.4375,5.875,10.6875]}},"from":[-16,-16,-14.004],"rotation":{"angle":22.5,"axis":"x","origin":[-15.9575,-4.8,-12.804],"rescale":false},"shade":false,"to":[-11.115,-8,-10.004]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w445.json b/assets/minecraft/models/w445.json new file mode 100644 index 000000000..40ef76f31 --- /dev/null +++ b/assets/minecraft/models/w445.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,0,8.5,1]},"east":{"texture":"#0","uv":[6,1,7,1.5]},"north":{"texture":"#0","uv":[7,1,8.5,1.5]},"south":{"texture":"#0","uv":[9.5,1,11,1.5]},"up":{"texture":"#0","uv":[8.5,1,7,0]},"west":{"texture":"#0","uv":[8.5,1,9.5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.2,-14.4]}],"overrides":[],"textures":{"0":"item/w550386185_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4450.json b/assets/minecraft/models/w4450.json new file mode 100644 index 000000000..4966a8d7f --- /dev/null +++ b/assets/minecraft/models/w4450.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[1.9375,14.8125,2.5,15]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-12.4]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4451.json b/assets/minecraft/models/w4451.json new file mode 100644 index 000000000..2a30e6129 --- /dev/null +++ b/assets/minecraft/models/w4451.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[2.1875,15.0625,2.5,16]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-10,-14]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4452.json b/assets/minecraft/models/w4452.json new file mode 100644 index 000000000..133032242 --- /dev/null +++ b/assets/minecraft/models/w4452.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5625,14.5,1.0625,15.0625]},"east":{"texture":"#0","uv":[0,15.0625,0.5625,16]},"north":{"texture":"#0","uv":[0.5625,15.0625,1.0625,16]},"south":{"texture":"#0","uv":[1.625,15.0625,2.125,16]},"up":{"texture":"#0","uv":[1.0625,15.0625,0.5625,14.5]},"west":{"texture":"#0","uv":[1.0625,15.0625,1.625,16]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-10,-12.4]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4453.json b/assets/minecraft/models/w4453.json new file mode 100644 index 000000000..ddedd2f10 --- /dev/null +++ b/assets/minecraft/models/w4453.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[2.5,14.8125,1.9375,15]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-12.4]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4454.json b/assets/minecraft/models/w4454.json new file mode 100644 index 000000000..1ad5f80d6 --- /dev/null +++ b/assets/minecraft/models/w4454.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[2.5,15.0625,2.1875,16]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-10,-14]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4455.json b/assets/minecraft/models/w4455.json new file mode 100644 index 000000000..82f83515c --- /dev/null +++ b/assets/minecraft/models/w4455.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.0625,14.5,1.5625,15.0625]},"east":{"texture":"#0","uv":[1.625,15.0625,1.0625,16]},"north":{"texture":"#0","uv":[1.0625,15.0625,0.5625,16]},"south":{"texture":"#0","uv":[2.125,15.0625,1.625,16]},"up":{"texture":"#0","uv":[0.5625,15.0625,1.0625,14.5]},"west":{"texture":"#0","uv":[0.5625,15.0625,0,16]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-10,-12.4]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4456.json b/assets/minecraft/models/w4456.json new file mode 100644 index 000000000..0097d0f8f --- /dev/null +++ b/assets/minecraft/models/w4456.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.1875,13,3.875,13.6875]},"east":{"texture":"#0","uv":[4.5625,13.6875,3.875,14.125]},"north":{"texture":"#0","uv":[3.5625,13.6875,3.875,14.125]},"south":{"texture":"#0","uv":[4.5625,13.6875,4.875,14.125]},"up":{"texture":"#0","uv":[3.875,13.6875,3.5625,13]},"west":{"texture":"#0","uv":[3.875,13.6875,4.5625,14.125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.992,-13.191999,-11.592]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4457.json b/assets/minecraft/models/w4457.json new file mode 100644 index 000000000..617e97fac --- /dev/null +++ b/assets/minecraft/models/w4457.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.875,13,4.1875,13.6875]},"east":{"texture":"#0","uv":[4.5625,13.6875,3.875,14.125]},"north":{"texture":"#0","uv":[3.875,13.6875,3.5625,14.125]},"south":{"texture":"#0","uv":[4.875,13.6875,4.5625,14.125]},"up":{"texture":"#0","uv":[3.5625,13.6875,3.875,13]},"west":{"texture":"#0","uv":[3.875,13.6875,4.5625,14.125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.992,-13.191999,-11.592]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4458.json b/assets/minecraft/models/w4458.json new file mode 100644 index 000000000..1fc5f8894 --- /dev/null +++ b/assets/minecraft/models/w4458.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.125,7.3125,4.8125,7.375]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-14]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4459.json b/assets/minecraft/models/w4459.json new file mode 100644 index 000000000..3fe0383fc --- /dev/null +++ b/assets/minecraft/models/w4459.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.450444,7.0625,5.40625,7.106694]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.717156,-15.717156]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w446.json b/assets/minecraft/models/w446.json new file mode 100644 index 000000000..7ffc6c44f --- /dev/null +++ b/assets/minecraft/models/w446.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,5.75,9,7.25]},"east":{"texture":"#0","uv":[6.5,7.25,8,7.75]},"north":{"texture":"#0","uv":[8,7.25,9,7.75]},"south":{"texture":"#0","uv":[10.5,7.25,11.5,7.75]},"up":{"texture":"#0","uv":[9,7.25,8,5.75]},"west":{"texture":"#0","uv":[9,7.25,10.5,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w550386185_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4460.json b/assets/minecraft/models/w4460.json new file mode 100644 index 000000000..39200f688 --- /dev/null +++ b/assets/minecraft/models/w4460.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.46875,7.09375,5.40625,7.125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.8,-15.6]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4461.json b/assets/minecraft/models/w4461.json new file mode 100644 index 000000000..e51b8a50a --- /dev/null +++ b/assets/minecraft/models/w4461.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.5625,7.1875,5.4375,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-15.2]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4462.json b/assets/minecraft/models/w4462.json new file mode 100644 index 000000000..9ca198c15 --- /dev/null +++ b/assets/minecraft/models/w4462.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.40625,7.4375,5.5625,7.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-15]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4463.json b/assets/minecraft/models/w4463.json new file mode 100644 index 000000000..e91c6a1a8 --- /dev/null +++ b/assets/minecraft/models/w4463.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.1875,7.375,5.34375,7.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.599999,-15]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4464.json b/assets/minecraft/models/w4464.json new file mode 100644 index 000000000..d8b09d52d --- /dev/null +++ b/assets/minecraft/models/w4464.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.09375,7.5,4.8125,7.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.599999,-14.2]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4465.json b/assets/minecraft/models/w4465.json new file mode 100644 index 000000000..69a31a1ba --- /dev/null +++ b/assets/minecraft/models/w4465.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.1875,7.1875,4.8125,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-13.6]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4466.json b/assets/minecraft/models/w4466.json new file mode 100644 index 000000000..ec0d1bf5e --- /dev/null +++ b/assets/minecraft/models/w4466.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[4.8125,7.0625,5.1875,7.125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-13.6]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4467.json b/assets/minecraft/models/w4467.json new file mode 100644 index 000000000..66f072423 --- /dev/null +++ b/assets/minecraft/models/w4467.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[4.8125,7,5.21875,6.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-13.4]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4468.json b/assets/minecraft/models/w4468.json new file mode 100644 index 000000000..cc3a27ce2 --- /dev/null +++ b/assets/minecraft/models/w4468.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.28125,6.8125,4.8125,6.875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-13]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4469.json b/assets/minecraft/models/w4469.json new file mode 100644 index 000000000..27673a424 --- /dev/null +++ b/assets/minecraft/models/w4469.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[4.96875,6.75,4.8125,6.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-15]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w447.json b/assets/minecraft/models/w447.json new file mode 100644 index 000000000..40ef76f31 --- /dev/null +++ b/assets/minecraft/models/w447.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,0,8.5,1]},"east":{"texture":"#0","uv":[6,1,7,1.5]},"north":{"texture":"#0","uv":[7,1,8.5,1.5]},"south":{"texture":"#0","uv":[9.5,1,11,1.5]},"up":{"texture":"#0","uv":[8.5,1,7,0]},"west":{"texture":"#0","uv":[8.5,1,9.5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.2,-14.4]}],"overrides":[],"textures":{"0":"item/w550386185_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4470.json b/assets/minecraft/models/w4470.json new file mode 100644 index 000000000..997be9bfd --- /dev/null +++ b/assets/minecraft/models/w4470.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.21875,6.71875,5.1875,6.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.8,-15.8]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4471.json b/assets/minecraft/models/w4471.json new file mode 100644 index 000000000..6605efc56 --- /dev/null +++ b/assets/minecraft/models/w4471.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.0429688,6.7304688,5,6.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.725,-15.725]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4472.json b/assets/minecraft/models/w4472.json new file mode 100644 index 000000000..fd1c2db55 --- /dev/null +++ b/assets/minecraft/models/w4472.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.15625,6.71875,5.125,6.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.8,-15.8]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4473.json b/assets/minecraft/models/w4473.json new file mode 100644 index 000000000..a540131e3 --- /dev/null +++ b/assets/minecraft/models/w4473.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.5625,7.3125,5.4375,7.375]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-15.2]},{"faces":{"east":{"texture":"#0","uv":[5.34375,7.4375,5.125,7.5]}},"from":[-15.98,-14.667952,-16],"shade":false,"to":[-15.98,-14.267952,-14.6]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4474.json b/assets/minecraft/models/w4474.json new file mode 100644 index 000000000..3f2871121 --- /dev/null +++ b/assets/minecraft/models/w4474.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[4.8125,7.3125,5.125,7.375]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-14]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4475.json b/assets/minecraft/models/w4475.json new file mode 100644 index 000000000..8171f2331 --- /dev/null +++ b/assets/minecraft/models/w4475.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[5.40625,7.0625,5.450444,7.106694]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.717156,-15.717156]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4476.json b/assets/minecraft/models/w4476.json new file mode 100644 index 000000000..4928fda4c --- /dev/null +++ b/assets/minecraft/models/w4476.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[5.40625,7.09375,5.46875,7.125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.8,-15.6]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4477.json b/assets/minecraft/models/w4477.json new file mode 100644 index 000000000..6babfdab1 --- /dev/null +++ b/assets/minecraft/models/w4477.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[5.4375,7.1875,5.5625,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-15.2]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4478.json b/assets/minecraft/models/w4478.json new file mode 100644 index 000000000..245d8b177 --- /dev/null +++ b/assets/minecraft/models/w4478.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[5.5625,7.4375,5.40625,7.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-15]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4479.json b/assets/minecraft/models/w4479.json new file mode 100644 index 000000000..386bf29eb --- /dev/null +++ b/assets/minecraft/models/w4479.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[5.34375,7.375,5.1875,7.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.599999,-15]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w448.json b/assets/minecraft/models/w448.json new file mode 100644 index 000000000..b115b7dbb --- /dev/null +++ b/assets/minecraft/models/w448.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,0,8.5,1]},"east":{"texture":"#0","uv":[6,1,7,1.5]},"north":{"texture":"#0","uv":[7,1,8.5,1.5]},"south":{"texture":"#0","uv":[9.5,1,11,1.5]},"up":{"texture":"#0","uv":[8.5,1,7,0]},"west":{"texture":"#0","uv":[8.5,1,9.5,1.5]}},"from":[-11.2,-15.996,-16],"shade":false,"to":[-8.799999,-15.196,-14.4]},{"faces":{"down":{"texture":"#0","uv":[10,5.75,9,7.25]},"east":{"texture":"#0","uv":[6.5,7.25,8,7.75]},"north":{"texture":"#0","uv":[8,7.25,9,7.75]},"south":{"texture":"#0","uv":[10.5,7.25,11.5,7.75]},"up":{"texture":"#0","uv":[9,7.25,8,5.75]},"west":{"texture":"#0","uv":[9,7.25,10.5,7.75]}},"from":[-16,-16,-11.2],"rotation":{"angle":-22.5,"axis":"y","origin":[-10,-15.996,-10],"rescale":false},"shade":false,"to":[-14.4,-15.2,-8.799999]},{"faces":{"down":{"texture":"#0","uv":[10,0,8.5,1]},"east":{"texture":"#0","uv":[6,1,7,1.5]},"north":{"texture":"#0","uv":[7,1,8.5,1.5]},"south":{"texture":"#0","uv":[9.5,1,11,1.5]},"up":{"texture":"#0","uv":[8.5,1,7,0]},"west":{"texture":"#0","uv":[8.5,1,9.5,1.5]}},"from":[-11.2,-15.996,-16],"rotation":{"angle":45,"axis":"y","origin":[-10,-15.996,-10],"rescale":false},"shade":false,"to":[-8.799999,-15.196,-14.4]},{"faces":{"down":{"texture":"#0","uv":[10,5.75,9,7.25]},"east":{"texture":"#0","uv":[6.5,7.25,8,7.75]},"north":{"texture":"#0","uv":[8,7.25,9,7.75]},"south":{"texture":"#0","uv":[10.5,7.25,11.5,7.75]},"up":{"texture":"#0","uv":[9,7.25,8,5.75]},"west":{"texture":"#0","uv":[9,7.25,10.5,7.75]}},"from":[-16,-16,-11.2],"rotation":{"angle":22.5,"axis":"y","origin":[-10,-15.996,-10],"rescale":false},"shade":false,"to":[-14.4,-15.2,-8.799999]}],"overrides":[],"textures":{"0":"item/w550386185_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4480.json b/assets/minecraft/models/w4480.json new file mode 100644 index 000000000..cfbc3dd5f --- /dev/null +++ b/assets/minecraft/models/w4480.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[4.8125,7.5,5.09375,7.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.599999,-14.2]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4481.json b/assets/minecraft/models/w4481.json new file mode 100644 index 000000000..f02a063a3 --- /dev/null +++ b/assets/minecraft/models/w4481.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[4.8125,7.1875,5.1875,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-13.6]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4482.json b/assets/minecraft/models/w4482.json new file mode 100644 index 000000000..69dfb0d0a --- /dev/null +++ b/assets/minecraft/models/w4482.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[5.1875,7.0625,4.8125,7.125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-13.6]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4483.json b/assets/minecraft/models/w4483.json new file mode 100644 index 000000000..425d67681 --- /dev/null +++ b/assets/minecraft/models/w4483.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[5.21875,7,4.8125,6.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-13.4]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4484.json b/assets/minecraft/models/w4484.json new file mode 100644 index 000000000..c1c69166e --- /dev/null +++ b/assets/minecraft/models/w4484.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[4.8125,6.8125,5.28125,6.875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-13]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4485.json b/assets/minecraft/models/w4485.json new file mode 100644 index 000000000..c5f91f507 --- /dev/null +++ b/assets/minecraft/models/w4485.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[4.8125,6.75,4.96875,6.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-15]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4486.json b/assets/minecraft/models/w4486.json new file mode 100644 index 000000000..8e0db9248 --- /dev/null +++ b/assets/minecraft/models/w4486.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[5.1875,6.71875,5.21875,6.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.8,-15.8]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4487.json b/assets/minecraft/models/w4487.json new file mode 100644 index 000000000..be46c6d73 --- /dev/null +++ b/assets/minecraft/models/w4487.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[5,6.7304688,5.0429688,6.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.725,-15.725]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4488.json b/assets/minecraft/models/w4488.json new file mode 100644 index 000000000..93509a95f --- /dev/null +++ b/assets/minecraft/models/w4488.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[5.125,6.71875,5.15625,6.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.8,-15.8]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4489.json b/assets/minecraft/models/w4489.json new file mode 100644 index 000000000..1cbe10e6f --- /dev/null +++ b/assets/minecraft/models/w4489.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[5.4375,7.3125,5.5625,7.375]}},"from":[-15.98,-16,-16],"shade":false,"to":[-15.98,-15.6,-15.2]},{"faces":{"west":{"texture":"#0","uv":[5.125,7.4375,5.34375,7.5]}},"from":[-16,-14.667952,-16],"shade":false,"to":[-16,-14.267952,-14.6]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w449.json b/assets/minecraft/models/w449.json new file mode 100644 index 000000000..8d457f5f5 --- /dev/null +++ b/assets/minecraft/models/w449.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,4.75,1.5,6.75]},"east":{"texture":"#0","uv":[3.5,6.75,1.5,8]},"north":{"texture":"#0","uv":[0,6.75,1.5,8]},"south":{"texture":"#0","uv":[3.5,6.75,5,8]},"up":{"texture":"#0","uv":[1.5,6.75,0,4.75]},"west":{"texture":"#0","uv":[1.5,6.75,3.5,8]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14,-12.8]}],"overrides":[],"textures":{"0":"item/w979748004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4490.json b/assets/minecraft/models/w4490.json new file mode 100644 index 000000000..d7b69a49a --- /dev/null +++ b/assets/minecraft/models/w4490.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.8125,10.8125,13.8125,12]},"east":{"texture":"#0","uv":[11.625,12,12.8125,13]},"north":{"texture":"#0","uv":[12.8125,12,13.8125,13]},"south":{"texture":"#0","uv":[15,12,16,13]},"up":{"texture":"#0","uv":[13.8125,12,12.8125,10.8125]},"west":{"texture":"#0","uv":[13.8125,12,15,13]}},"from":[-16,-16,-16],"shade":false,"to":[-9.599999,-9.6,-8.4]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4491.json b/assets/minecraft/models/w4491.json new file mode 100644 index 000000000..584912a98 --- /dev/null +++ b/assets/minecraft/models/w4491.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[14.375,4.75,15,5.375]}},"from":[-16,-16,-16],"shade":false,"to":[-11.76,-11.76,-16]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4492.json b/assets/minecraft/models/w4492.json new file mode 100644 index 000000000..c400e5e0c --- /dev/null +++ b/assets/minecraft/models/w4492.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[13.625,5,13.875,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-9.6,-14.4]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4493.json b/assets/minecraft/models/w4493.json new file mode 100644 index 000000000..46359dd0a --- /dev/null +++ b/assets/minecraft/models/w4493.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[13.875,5,13.625,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-9.6,-14.4]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4494.json b/assets/minecraft/models/w4494.json new file mode 100644 index 000000000..b9d248e04 --- /dev/null +++ b/assets/minecraft/models/w4494.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[15.875,5.8125,14.375,5.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4495.json b/assets/minecraft/models/w4495.json new file mode 100644 index 000000000..40a920b19 --- /dev/null +++ b/assets/minecraft/models/w4495.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.875,5.5625,14.375,5.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-9.599704,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4496.json b/assets/minecraft/models/w4496.json new file mode 100644 index 000000000..780f374b8 --- /dev/null +++ b/assets/minecraft/models/w4496.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,14.5625,3.1875,14.875]},"east":{"texture":"#0","uv":[2.5625,15.625,2.875,16]},"north":{"texture":"#0","uv":[2.875,15.625,3.1875,16]},"south":{"texture":"#0","uv":[3.5,15.625,3.8125,16]},"up":{"texture":"#0","uv":[3.1875,14.875,2.875,14.5625]},"west":{"texture":"#0","uv":[3.1875,15.625,3.5,16]}},"from":[-16,-16,-14.4],"shade":false,"to":[-14,-13.6,-12.4]},{"faces":{"down":{"texture":"#0","uv":[3.5,14.5625,3.1875,14.875]},"east":{"texture":"#0","uv":[2.5625,14.9375,2.875,15.625]},"north":{"texture":"#0","uv":[2.875,14.9375,3.1875,15.625]},"south":{"texture":"#0","uv":[3.5,14.9375,3.8125,15.625]},"up":{"texture":"#0","uv":[3.1875,14.875,2.875,14.5625]},"west":{"texture":"#0","uv":[3.1875,14.9375,3.5,15.625]}},"from":[-16,-13.6,-14.4],"shade":false,"to":[-14,-9.200001,-12.4]},{"faces":{"west":{"texture":"#0","uv":[1.625,14.6875,1.875,15]}},"from":[-16,-11.2,-16],"rotation":{"angle":-45,"axis":"y","origin":[-16,-10.2,-14.4],"rescale":false},"shade":false,"to":[-16,-9.2,-14.4]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4497.json b/assets/minecraft/models/w4497.json new file mode 100644 index 000000000..33b7c16a3 --- /dev/null +++ b/assets/minecraft/models/w4497.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.1875,14.5625,3.5,14.875]},"east":{"texture":"#0","uv":[3.5,15.625,3.1875,16]},"north":{"texture":"#0","uv":[3.1875,15.625,2.875,16]},"south":{"texture":"#0","uv":[3.8125,15.625,3.5,16]},"up":{"texture":"#0","uv":[2.875,14.875,3.1875,14.5625]},"west":{"texture":"#0","uv":[2.875,15.625,2.5625,16]}},"from":[-16,-16,-14.4],"shade":false,"to":[-14,-13.6,-12.4]},{"faces":{"down":{"texture":"#0","uv":[3.1875,14.5625,3.5,14.875]},"east":{"texture":"#0","uv":[3.5,14.9375,3.1875,15.625]},"north":{"texture":"#0","uv":[3.1875,14.9375,2.875,15.625]},"south":{"texture":"#0","uv":[3.8125,14.9375,3.5,15.625]},"up":{"texture":"#0","uv":[2.875,14.875,3.1875,14.5625]},"west":{"texture":"#0","uv":[2.875,14.9375,2.5625,15.625]}},"from":[-16,-13.6,-14.4],"shade":false,"to":[-14,-9.200001,-12.4]},{"faces":{"east":{"texture":"#0","uv":[1.875,14.6875,1.625,15]}},"from":[-14,-11.2,-16],"rotation":{"angle":45,"axis":"y","origin":[-14,-10.2,-14.4],"rescale":false},"shade":false,"to":[-14,-9.2,-14.4]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4498.json b/assets/minecraft/models/w4498.json new file mode 100644 index 000000000..0addb55b4 --- /dev/null +++ b/assets/minecraft/models/w4498.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.875,12.75,5.5625,13.0625]},"east":{"texture":"#0","uv":[4.9375,13.0625,5.25,14.125]},"north":{"texture":"#0","uv":[5.25,13.0625,5.5625,14.125]},"south":{"texture":"#0","uv":[5.875,13.0625,6.1875,14.125]},"up":{"texture":"#0","uv":[5.5625,13.0625,5.25,12.75]},"west":{"texture":"#0","uv":[5.5625,13.0625,5.875,14.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-9.2,-14]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4499.json b/assets/minecraft/models/w4499.json new file mode 100644 index 000000000..75e1d10ea --- /dev/null +++ b/assets/minecraft/models/w4499.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5625,12.75,5.875,13.0625]},"east":{"texture":"#0","uv":[5.875,13.0625,5.5625,14.125]},"north":{"texture":"#0","uv":[5.5625,13.0625,5.25,14.125]},"south":{"texture":"#0","uv":[6.1875,13.0625,5.875,14.125]},"up":{"texture":"#0","uv":[5.25,13.0625,5.5625,12.75]},"west":{"texture":"#0","uv":[5.25,13.0625,4.9375,14.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-9.2,-14]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w45.json b/assets/minecraft/models/w45.json new file mode 100644 index 000000000..2f672037b --- /dev/null +++ b/assets/minecraft/models/w45.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.75,10.875,4.125,11.75]},"east":{"texture":"#0","uv":[5,9.25,5.875,10.875]},"north":{"texture":"#0","uv":[4.375,9.25,5,10.875]},"south":{"texture":"#0","uv":[5.875,9.25,6.5,10.875]},"up":{"texture":"#0","uv":[4.125,11.75,3.5,10.875]},"west":{"texture":"#0","uv":[3.5,9.25,4.375,10.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-10.8,-13.2]}],"overrides":[],"textures":{"0":"item/w1237560704_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w450.json b/assets/minecraft/models/w450.json new file mode 100644 index 000000000..d76df4570 --- /dev/null +++ b/assets/minecraft/models/w450.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15,8.5,14.5,9]},"east":{"texture":"#0","uv":[13.5,9,14,10.25]},"north":{"texture":"#0","uv":[14,9,14.5,10.25]},"south":{"texture":"#0","uv":[15,9,15.5,10.25]},"up":{"texture":"#0","uv":[14.5,9,14,8.5]},"west":{"texture":"#0","uv":[14.5,9,15,10.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14,-15.2]}],"overrides":[],"textures":{"0":"item/w979748004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4500.json b/assets/minecraft/models/w4500.json new file mode 100644 index 000000000..45230cee1 --- /dev/null +++ b/assets/minecraft/models/w4500.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.25,4.5,10.75,5.4375]},"east":{"texture":"#0","uv":[11.6875,5.4375,10.75,6.125]},"north":{"texture":"#0","uv":[10.25,5.4375,10.75,6.125]},"south":{"texture":"#0","uv":[11.6875,5.4375,12.1875,6.125]},"up":{"texture":"#0","uv":[10.75,5.4375,10.25,4.5]},"west":{"texture":"#0","uv":[10.75,5.4375,11.6875,6.125]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-11.6,-10]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4501.json b/assets/minecraft/models/w4501.json new file mode 100644 index 000000000..f1a13bf42 --- /dev/null +++ b/assets/minecraft/models/w4501.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.375,13.0625,13.0625,14.6875]},"east":{"texture":"#0","uv":[10.125,14.6875,11.75,16]},"north":{"texture":"#0","uv":[11.75,14.6875,13.0625,16]},"south":{"texture":"#0","uv":[14.6875,14.6875,16,16]},"up":{"texture":"#0","uv":[13.0625,14.6875,11.75,13.0625]},"west":{"texture":"#0","uv":[13.0625,14.6875,14.6875,16]}},"from":[-16,-16,-16],"shade":false,"to":[-7.5999994,-7.6000004,-5.6000004]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4502.json b/assets/minecraft/models/w4502.json new file mode 100644 index 000000000..394e7981d --- /dev/null +++ b/assets/minecraft/models/w4502.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.375,8.0625,13.375,9.6875]},"east":{"texture":"#0","uv":[10.75,9.6875,12.375,10.6875]},"north":{"texture":"#0","uv":[12.375,9.6875,13.375,10.6875]},"south":{"texture":"#0","uv":[15,9.6875,16,10.6875]},"up":{"texture":"#0","uv":[13.375,9.6875,12.375,8.0625]},"west":{"texture":"#0","uv":[13.375,9.6875,15,10.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-5.6000004]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4503.json b/assets/minecraft/models/w4503.json new file mode 100644 index 000000000..70c24abaf --- /dev/null +++ b/assets/minecraft/models/w4503.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.75,15.0625,4.3125,15.6875]},"east":{"texture":"#0","uv":[4.9375,15.6875,4.3125,15.9375]},"north":{"texture":"#0","uv":[3.875,15.6875,4.3125,15.9375]},"south":{"texture":"#0","uv":[4.9375,15.6875,5.375,15.9375]},"up":{"texture":"#0","uv":[4.3125,15.6875,3.875,15.0625]},"west":{"texture":"#0","uv":[4.3125,15.6875,4.9375,15.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.4,-12]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4504.json b/assets/minecraft/models/w4504.json new file mode 100644 index 000000000..83f111df4 --- /dev/null +++ b/assets/minecraft/models/w4504.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.3125,15.0625,4.75,15.6875]},"east":{"texture":"#0","uv":[4.9375,15.6875,4.3125,15.9375]},"north":{"texture":"#0","uv":[4.3125,15.6875,3.875,15.9375]},"south":{"texture":"#0","uv":[5.375,15.6875,4.9375,15.9375]},"up":{"texture":"#0","uv":[3.875,15.6875,4.3125,15.0625]},"west":{"texture":"#0","uv":[4.3125,15.6875,4.9375,15.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.4,-12]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4505.json b/assets/minecraft/models/w4505.json new file mode 100644 index 000000000..784c3fa4b --- /dev/null +++ b/assets/minecraft/models/w4505.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.75,15.0625,4.3125,15.6875]},"east":{"texture":"#0","uv":[4.9375,15.6875,4.3125,15.9375]},"north":{"texture":"#0","uv":[3.875,15.6875,4.3125,15.9375]},"south":{"texture":"#0","uv":[4.9375,15.6875,5.375,15.9375]},"up":{"texture":"#0","uv":[4.3125,15.6875,3.875,15.0625]},"west":{"texture":"#0","uv":[4.3125,15.6875,4.9375,15.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.400001,-12]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4506.json b/assets/minecraft/models/w4506.json new file mode 100644 index 000000000..de808ddf1 --- /dev/null +++ b/assets/minecraft/models/w4506.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.3125,15.0625,4.75,15.6875]},"east":{"texture":"#0","uv":[4.9375,15.6875,4.3125,15.9375]},"north":{"texture":"#0","uv":[4.3125,15.6875,3.875,15.9375]},"south":{"texture":"#0","uv":[5.375,15.6875,4.9375,15.9375]},"up":{"texture":"#0","uv":[3.875,15.6875,4.3125,15.0625]},"west":{"texture":"#0","uv":[4.3125,15.6875,4.9375,15.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.400001,-12]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4507.json b/assets/minecraft/models/w4507.json new file mode 100644 index 000000000..2e6a8c071 --- /dev/null +++ b/assets/minecraft/models/w4507.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.9375,6.5625,13.3125,7.3125]},"east":{"texture":"#0","uv":[11.9375,7.3125,12.6875,7.9375]},"north":{"texture":"#0","uv":[12.6875,7.3125,13.3125,7.9375]},"south":{"texture":"#0","uv":[14.0625,7.3125,14.6875,7.9375]},"up":{"texture":"#0","uv":[13.3125,7.3125,12.6875,6.5625]},"west":{"texture":"#0","uv":[13.3125,7.3125,14.0625,7.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-12,-11.2]},{"faces":{"east":{"texture":"#0","uv":[11.8125,7.1875,11.0625,7.9375]},"west":{"texture":"#0","uv":[11.0625,7.1875,11.8125,7.9375]}},"from":[-14,-16,-11.2],"shade":false,"to":[-14,-11.2,-6.3999996]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4508.json b/assets/minecraft/models/w4508.json new file mode 100644 index 000000000..56dc359f1 --- /dev/null +++ b/assets/minecraft/models/w4508.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[7.3125,4.6875,6.8125,5.4375]},"west":{"texture":"#0","uv":[6.8125,4.6875,7.3125,5.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-11.2,-12.8]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4509.json b/assets/minecraft/models/w4509.json new file mode 100644 index 000000000..56dc359f1 --- /dev/null +++ b/assets/minecraft/models/w4509.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[7.3125,4.6875,6.8125,5.4375]},"west":{"texture":"#0","uv":[6.8125,4.6875,7.3125,5.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-11.2,-12.8]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w451.json b/assets/minecraft/models/w451.json new file mode 100644 index 000000000..ca6371be9 --- /dev/null +++ b/assets/minecraft/models/w451.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.75,8.5,12.25,9]},"east":{"texture":"#0","uv":[11.25,9,11.75,10.25]},"north":{"texture":"#0","uv":[11.75,9,12.25,10.25]},"south":{"texture":"#0","uv":[12.75,9,13.25,10.25]},"up":{"texture":"#0","uv":[12.25,9,11.75,8.5]},"west":{"texture":"#0","uv":[12.25,9,12.75,10.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14,-15.2]}],"overrides":[],"textures":{"0":"item/w979748004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4510.json b/assets/minecraft/models/w4510.json new file mode 100644 index 000000000..bee7affcb --- /dev/null +++ b/assets/minecraft/models/w4510.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.6875,4.75,5.375,4.875]},"east":{"texture":"#0","uv":[4.9375,4.875,5.0625,5]},"north":{"texture":"#0","uv":[5.0625,4.875,5.375,5]},"south":{"texture":"#0","uv":[5.5,4.875,5.8125,5]},"up":{"texture":"#0","uv":[5.375,4.875,5.0625,4.75]},"west":{"texture":"#0","uv":[5.375,4.875,5.5,5]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4511.json b/assets/minecraft/models/w4511.json new file mode 100644 index 000000000..d6c52b92b --- /dev/null +++ b/assets/minecraft/models/w4511.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5625,4.6875,6.3125,4.8125]},"east":{"texture":"#0","uv":[5.9375,4.8125,6.0625,5]},"north":{"texture":"#0","uv":[6.0625,4.8125,6.3125,5]},"south":{"texture":"#0","uv":[6.4375,4.8125,6.6875,5]},"up":{"texture":"#0","uv":[6.3125,4.8125,6.0625,4.6875]},"west":{"texture":"#0","uv":[6.3125,4.8125,6.4375,5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4512.json b/assets/minecraft/models/w4512.json new file mode 100644 index 000000000..9489e22b3 --- /dev/null +++ b/assets/minecraft/models/w4512.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[8.9375,6.3125,8.375,6.375]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-12.4]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4513.json b/assets/minecraft/models/w4513.json new file mode 100644 index 000000000..df9ccbdb7 --- /dev/null +++ b/assets/minecraft/models/w4513.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[8.375,6.3125,8.9375,6.375]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-12.4]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4514.json b/assets/minecraft/models/w4514.json new file mode 100644 index 000000000..169bbb779 --- /dev/null +++ b/assets/minecraft/models/w4514.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.3125,4.6875,6.5625,4.8125]},"east":{"texture":"#0","uv":[6.4375,4.8125,6.3125,5]},"north":{"texture":"#0","uv":[6.3125,4.8125,6.0625,5]},"south":{"texture":"#0","uv":[6.6875,4.8125,6.4375,5]},"up":{"texture":"#0","uv":[6.0625,4.8125,6.3125,4.6875]},"west":{"texture":"#0","uv":[6.0625,4.8125,5.9375,5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4515.json b/assets/minecraft/models/w4515.json new file mode 100644 index 000000000..70b91663c --- /dev/null +++ b/assets/minecraft/models/w4515.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.375,4.75,5.6875,4.875]},"east":{"texture":"#0","uv":[5.5,4.875,5.375,5]},"north":{"texture":"#0","uv":[5.375,4.875,5.0625,5]},"south":{"texture":"#0","uv":[5.8125,4.875,5.5,5]},"up":{"texture":"#0","uv":[5.0625,4.875,5.375,4.75]},"west":{"texture":"#0","uv":[5.0625,4.875,4.9375,5]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4516.json b/assets/minecraft/models/w4516.json new file mode 100644 index 000000000..978b55097 --- /dev/null +++ b/assets/minecraft/models/w4516.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.6875,4.6875,3.9375,5.5]},"east":{"texture":"#0","uv":[4.75,5.5,3.9375,6.125]},"north":{"texture":"#0","uv":[3.1875,5.5,3.9375,6.125]},"south":{"texture":"#0","uv":[4.75,5.5,5.5,6.125]},"up":{"texture":"#0","uv":[3.9375,5.5,3.1875,4.6875]},"west":{"texture":"#0","uv":[3.9375,5.5,4.75,6.125]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-12,-10.799999]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4517.json b/assets/minecraft/models/w4517.json new file mode 100644 index 000000000..e21900652 --- /dev/null +++ b/assets/minecraft/models/w4517.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[3.25,3.5,3.1875,3.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-13.700001]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4518.json b/assets/minecraft/models/w4518.json new file mode 100644 index 000000000..105724d1d --- /dev/null +++ b/assets/minecraft/models/w4518.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[3.375,3.5,3.3125,3.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-13.700001]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4519.json b/assets/minecraft/models/w4519.json new file mode 100644 index 000000000..c0b9efcc8 --- /dev/null +++ b/assets/minecraft/models/w4519.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[2.875,3.5,2.8125,3.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-13.699999]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w452.json b/assets/minecraft/models/w452.json new file mode 100644 index 000000000..d09507622 --- /dev/null +++ b/assets/minecraft/models/w452.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.25,8.5,12.75,9]},"east":{"texture":"#0","uv":[12.75,9,12.25,10.25]},"north":{"texture":"#0","uv":[12.25,9,11.75,10.25]},"south":{"texture":"#0","uv":[13.25,9,12.75,10.25]},"up":{"texture":"#0","uv":[11.75,9,12.25,8.5]},"west":{"texture":"#0","uv":[11.75,9,11.25,10.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14,-15.2]}],"overrides":[],"textures":{"0":"item/w979748004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4520.json b/assets/minecraft/models/w4520.json new file mode 100644 index 000000000..abac99c34 --- /dev/null +++ b/assets/minecraft/models/w4520.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[3,3.5,2.9375,3.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-13.699999]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4521.json b/assets/minecraft/models/w4521.json new file mode 100644 index 000000000..7a8ae9789 --- /dev/null +++ b/assets/minecraft/models/w4521.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[3.125,3.5,3.0625,3.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-13.700001]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4522.json b/assets/minecraft/models/w4522.json new file mode 100644 index 000000000..5061e87fd --- /dev/null +++ b/assets/minecraft/models/w4522.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[3.6875,3.4375,3.5,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-14.8]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4523.json b/assets/minecraft/models/w4523.json new file mode 100644 index 000000000..44bb2c417 --- /dev/null +++ b/assets/minecraft/models/w4523.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.625,4.0625,2.75,4.1875]},"east":{"texture":"#0","uv":[2.75,4.1875,2.625,4.625]},"north":{"texture":"#0","uv":[2.625,4.1875,2.5,4.625]},"south":{"texture":"#0","uv":[2.875,4.1875,2.75,4.625]},"up":{"texture":"#0","uv":[2.5,4.1875,2.625,4.0625]},"west":{"texture":"#0","uv":[2.5,4.1875,2.375,4.625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.2,-15.2]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4524.json b/assets/minecraft/models/w4524.json new file mode 100644 index 000000000..81a2f9215 --- /dev/null +++ b/assets/minecraft/models/w4524.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.125,4.0625,2.25,4.1875]},"east":{"texture":"#0","uv":[2.25,4.1875,2.125,4.625]},"north":{"texture":"#0","uv":[2.125,4.1875,2,4.625]},"south":{"texture":"#0","uv":[2.375,4.1875,2.25,4.625]},"up":{"texture":"#0","uv":[2,4.1875,2.125,4.0625]},"west":{"texture":"#0","uv":[2,4.1875,1.875,4.625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.199999,-15.2]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4525.json b/assets/minecraft/models/w4525.json new file mode 100644 index 000000000..48e7219cc --- /dev/null +++ b/assets/minecraft/models/w4525.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.4375,3.8125,1.625,4]},"east":{"texture":"#0","uv":[1.625,4,1.4375,4.625]},"north":{"texture":"#0","uv":[1.4375,4,1.25,4.625]},"south":{"texture":"#0","uv":[1.8125,4,1.625,4.625]},"up":{"texture":"#0","uv":[1.25,4,1.4375,3.8125]},"west":{"texture":"#0","uv":[1.25,4,1.0625,4.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12,-14.8]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4526.json b/assets/minecraft/models/w4526.json new file mode 100644 index 000000000..b776b33ec --- /dev/null +++ b/assets/minecraft/models/w4526.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,3.75,0.75,4]},"east":{"texture":"#0","uv":[0.75,4,0.5,4.625]},"north":{"texture":"#0","uv":[0.5,4,0.25,4.625]},"south":{"texture":"#0","uv":[1,4,0.75,4.625]},"up":{"texture":"#0","uv":[0.25,4,0.5,3.75]},"west":{"texture":"#0","uv":[0.25,4,0,4.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-12,-14.400001]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4527.json b/assets/minecraft/models/w4527.json new file mode 100644 index 000000000..26161af45 --- /dev/null +++ b/assets/minecraft/models/w4527.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.75,4.0625,2.625,4.1875]},"east":{"texture":"#0","uv":[2.375,4.1875,2.5,4.625]},"north":{"texture":"#0","uv":[2.5,4.1875,2.625,4.625]},"south":{"texture":"#0","uv":[2.75,4.1875,2.875,4.625]},"up":{"texture":"#0","uv":[2.625,4.1875,2.5,4.0625]},"west":{"texture":"#0","uv":[2.625,4.1875,2.75,4.625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.2,-15.2]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4528.json b/assets/minecraft/models/w4528.json new file mode 100644 index 000000000..f28149d0b --- /dev/null +++ b/assets/minecraft/models/w4528.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,4.0625,2.125,4.1875]},"east":{"texture":"#0","uv":[1.875,4.1875,2,4.625]},"north":{"texture":"#0","uv":[2,4.1875,2.125,4.625]},"south":{"texture":"#0","uv":[2.25,4.1875,2.375,4.625]},"up":{"texture":"#0","uv":[2.125,4.1875,2,4.0625]},"west":{"texture":"#0","uv":[2.125,4.1875,2.25,4.625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.199999,-15.2]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4529.json b/assets/minecraft/models/w4529.json new file mode 100644 index 000000000..f953c7cee --- /dev/null +++ b/assets/minecraft/models/w4529.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.625,3.8125,1.4375,4]},"east":{"texture":"#0","uv":[1.0625,4,1.25,4.625]},"north":{"texture":"#0","uv":[1.25,4,1.4375,4.625]},"south":{"texture":"#0","uv":[1.625,4,1.8125,4.625]},"up":{"texture":"#0","uv":[1.4375,4,1.25,3.8125]},"west":{"texture":"#0","uv":[1.4375,4,1.625,4.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12,-14.8]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w453.json b/assets/minecraft/models/w453.json new file mode 100644 index 000000000..360cd6401 --- /dev/null +++ b/assets/minecraft/models/w453.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.5,8.5,15,9]},"east":{"texture":"#0","uv":[15,9,14.5,10.25]},"north":{"texture":"#0","uv":[14.5,9,14,10.25]},"south":{"texture":"#0","uv":[15.5,9,15,10.25]},"up":{"texture":"#0","uv":[14,9,14.5,8.5]},"west":{"texture":"#0","uv":[14,9,13.5,10.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14,-15.2]}],"overrides":[],"textures":{"0":"item/w979748004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4530.json b/assets/minecraft/models/w4530.json new file mode 100644 index 000000000..89d663a92 --- /dev/null +++ b/assets/minecraft/models/w4530.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,3.75,0.5,4]},"east":{"texture":"#0","uv":[0,4,0.25,4.625]},"north":{"texture":"#0","uv":[0.25,4,0.5,4.625]},"south":{"texture":"#0","uv":[0.75,4,1,4.625]},"up":{"texture":"#0","uv":[0.5,4,0.25,3.75]},"west":{"texture":"#0","uv":[0.5,4,0.75,4.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-12,-14.400001]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4531.json b/assets/minecraft/models/w4531.json new file mode 100644 index 000000000..8b96e2149 --- /dev/null +++ b/assets/minecraft/models/w4531.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.625,5.3125,8.375,5.9375]},"east":{"texture":"#0","uv":[7.5,5.9375,8.125,6.125]},"north":{"texture":"#0","uv":[8.125,5.9375,8.375,6.125]},"south":{"texture":"#0","uv":[9,5.9375,9.25,6.125]},"up":{"texture":"#0","uv":[8.375,5.9375,8.125,5.3125]},"west":{"texture":"#0","uv":[8.375,5.9375,9,6.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.5,-14.8,-12]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4532.json b/assets/minecraft/models/w4532.json new file mode 100644 index 000000000..3b8fe33ed --- /dev/null +++ b/assets/minecraft/models/w4532.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[8.375,6.1875,8.9375,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-12.4]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4533.json b/assets/minecraft/models/w4533.json new file mode 100644 index 000000000..28976d5fb --- /dev/null +++ b/assets/minecraft/models/w4533.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[8.9375,6.1875,8.375,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.6,-12.4]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4534.json b/assets/minecraft/models/w4534.json new file mode 100644 index 000000000..927e9812e --- /dev/null +++ b/assets/minecraft/models/w4534.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.125,5.4375,6.875,5.9375]},"north":{"texture":"#0","uv":[6.625,5.9375,6.875,6.125781]},"south":{"texture":"#0","uv":[7.1875,5.9375,7.4375,6.125781]},"up":{"texture":"#0","uv":[6.875,5.9375,6.625,5.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.392,-14.787001,-12.792002]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4535.json b/assets/minecraft/models/w4535.json new file mode 100644 index 000000000..6f822533a --- /dev/null +++ b/assets/minecraft/models/w4535.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[6.4375,6.5625,6.3125,6.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.192,-15.992002,-13.592001]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4536.json b/assets/minecraft/models/w4536.json new file mode 100644 index 000000000..6f7b27276 --- /dev/null +++ b/assets/minecraft/models/w4536.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6.625,6.1875,6.875,6.250781]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8352165,-15.594999,-15.999847]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4537.json b/assets/minecraft/models/w4537.json new file mode 100644 index 000000000..3b8bd2846 --- /dev/null +++ b/assets/minecraft/models/w4537.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.375,5.3125,8.625,5.9375]},"east":{"texture":"#0","uv":[9,5.9375,8.375,6.125]},"north":{"texture":"#0","uv":[8.375,5.9375,8.125,6.125]},"south":{"texture":"#0","uv":[9.25,5.9375,9,6.125]},"up":{"texture":"#0","uv":[8.125,5.9375,8.375,5.3125]},"west":{"texture":"#0","uv":[8.125,5.9375,7.5,6.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.46,-14.8,-12]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4538.json b/assets/minecraft/models/w4538.json new file mode 100644 index 000000000..2ebf9f8f3 --- /dev/null +++ b/assets/minecraft/models/w4538.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,4.8125,2.125,4.875]},"east":{"texture":"#0","uv":[1.6875,4.875,1.75,5.25]},"north":{"texture":"#0","uv":[1.75,4.875,2.125,5.25]},"south":{"texture":"#0","uv":[2.1875,4.875,2.5625,5.25]},"up":{"texture":"#0","uv":[2.125,4.875,1.75,4.8125]},"west":{"texture":"#0","uv":[2.125,4.875,2.1875,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-15.2]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4539.json b/assets/minecraft/models/w4539.json new file mode 100644 index 000000000..f7cdb6e63 --- /dev/null +++ b/assets/minecraft/models/w4539.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.4375,3.625,2.1875,3.6875]},"east":{"texture":"#0","uv":[1.875,3.6875,1.9375,3.9375]},"north":{"texture":"#0","uv":[1.9375,3.6875,2.1875,3.9375]},"south":{"texture":"#0","uv":[2.25,3.6875,2.5,3.9375]},"up":{"texture":"#0","uv":[2.1875,3.6875,1.9375,3.625]},"west":{"texture":"#0","uv":[2.1875,3.6875,2.25,3.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.294944,-14.294945,-15.191999]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w454.json b/assets/minecraft/models/w454.json new file mode 100644 index 000000000..96b17f700 --- /dev/null +++ b/assets/minecraft/models/w454.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,6,7.25,7]},"east":{"texture":"#0","uv":[5.25,7,6.25,8]},"north":{"texture":"#0","uv":[6.25,7,7.25,8]},"south":{"texture":"#0","uv":[8.25,7,9.25,8]},"up":{"texture":"#0","uv":[7.25,7,6.25,6]},"west":{"texture":"#0","uv":[7.25,7,8.25,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w979748004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4540.json b/assets/minecraft/models/w4540.json new file mode 100644 index 000000000..f5a376046 --- /dev/null +++ b/assets/minecraft/models/w4540.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.4375,3.25,2.1875,3.3125]},"east":{"texture":"#0","uv":[1.875,3.3125,1.9375,3.5625]},"north":{"texture":"#0","uv":[1.9375,3.3125,2.1875,3.5625]},"south":{"texture":"#0","uv":[2.25,3.3125,2.5,3.5625]},"up":{"texture":"#0","uv":[2.1875,3.3125,1.9375,3.25]},"west":{"texture":"#0","uv":[2.1875,3.3125,2.25,3.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.294944,-14.294945,-15.191999]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4541.json b/assets/minecraft/models/w4541.json new file mode 100644 index 000000000..7179e670f --- /dev/null +++ b/assets/minecraft/models/w4541.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.125,4.8125,2.5,4.875]},"east":{"texture":"#0","uv":[2.1875,4.875,2.125,5.25]},"north":{"texture":"#0","uv":[2.125,4.875,1.75,5.25]},"south":{"texture":"#0","uv":[2.5625,4.875,2.1875,5.25]},"up":{"texture":"#0","uv":[1.75,4.875,2.125,4.8125]},"west":{"texture":"#0","uv":[1.75,4.875,1.6875,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-15.2]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4542.json b/assets/minecraft/models/w4542.json new file mode 100644 index 000000000..101500bb0 --- /dev/null +++ b/assets/minecraft/models/w4542.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.1875,3.625,2.4375,3.6875]},"east":{"texture":"#0","uv":[2.25,3.6875,2.1875,3.9375]},"north":{"texture":"#0","uv":[2.1875,3.6875,1.9375,3.9375]},"south":{"texture":"#0","uv":[2.5,3.6875,2.25,3.9375]},"up":{"texture":"#0","uv":[1.9375,3.6875,2.1875,3.625]},"west":{"texture":"#0","uv":[1.9375,3.6875,1.875,3.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.294944,-14.294945,-15.191999]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4543.json b/assets/minecraft/models/w4543.json new file mode 100644 index 000000000..fa0bca383 --- /dev/null +++ b/assets/minecraft/models/w4543.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.1875,3.25,2.4375,3.3125]},"east":{"texture":"#0","uv":[2.25,3.3125,2.1875,3.5625]},"north":{"texture":"#0","uv":[2.1875,3.3125,1.9375,3.5625]},"south":{"texture":"#0","uv":[2.5,3.3125,2.25,3.5625]},"up":{"texture":"#0","uv":[1.9375,3.3125,2.1875,3.25]},"west":{"texture":"#0","uv":[1.9375,3.3125,1.875,3.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.294944,-14.294945,-15.191999]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4544.json b/assets/minecraft/models/w4544.json new file mode 100644 index 000000000..6bbc27222 --- /dev/null +++ b/assets/minecraft/models/w4544.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.9375,3.625,5.6875,4.3125]},"east":{"texture":"#0","uv":[4.75,4.3125,5.4375,4.5625]},"north":{"texture":"#0","uv":[5.4375,4.3125,5.6875,4.5625]},"south":{"texture":"#0","uv":[6.375,4.3125,6.625,4.5625]},"up":{"texture":"#0","uv":[5.6875,4.3125,5.4375,3.625]},"west":{"texture":"#0","uv":[5.6875,4.3125,6.375,4.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-11.679998]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4545.json b/assets/minecraft/models/w4545.json new file mode 100644 index 000000000..54c537d13 --- /dev/null +++ b/assets/minecraft/models/w4545.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.6875,3.625,5.9375,4.3125]},"east":{"texture":"#0","uv":[6.375,4.3125,5.6875,4.5625]},"north":{"texture":"#0","uv":[5.6875,4.3125,5.4375,4.5625]},"south":{"texture":"#0","uv":[6.625,4.3125,6.375,4.5625]},"up":{"texture":"#0","uv":[5.4375,4.3125,5.6875,3.625]},"west":{"texture":"#0","uv":[5.4375,4.3125,4.75,4.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-11.679998]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4546.json b/assets/minecraft/models/w4546.json new file mode 100644 index 000000000..c4daae50f --- /dev/null +++ b/assets/minecraft/models/w4546.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.8125,3.75,7.5625,4.3125]},"east":{"texture":"#0","uv":[6.75,4.3125,7.3125,4.5625]},"north":{"texture":"#0","uv":[7.3125,4.3125,7.5625,4.5625]},"south":{"texture":"#0","uv":[8.125,4.3125,8.375,4.5625]},"up":{"texture":"#0","uv":[7.5625,4.3125,7.3125,3.75]},"west":{"texture":"#0","uv":[7.5625,4.3125,8.125,4.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-12.26]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4547.json b/assets/minecraft/models/w4547.json new file mode 100644 index 000000000..84e1ed214 --- /dev/null +++ b/assets/minecraft/models/w4547.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.0625,3.6875,3.8125,4.3125]},"east":{"texture":"#0","uv":[2.9375,4.3125,3.5625,4.5625]},"north":{"texture":"#0","uv":[3.5625,4.3125,3.8125,4.5625]},"south":{"texture":"#0","uv":[4.4375,4.3125,4.6875,4.5625]},"up":{"texture":"#0","uv":[3.8125,4.3125,3.5625,3.6875]},"west":{"texture":"#0","uv":[3.8125,4.3125,4.4375,4.5625]}},"from":[-16,-15.299675,-16],"shade":false,"to":[-14.392,-13.661676,-11.992002]},{"faces":{"north":{"texture":"#0","uv":[6.625,6.3125,6.875,6.375]}},"from":[-15.778207,-16,-15.496733],"shade":false,"to":[-14.613207,-15.6,-15.496733]}],"overrides":[],"textures":{"0":"item/w203359445_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4548.json b/assets/minecraft/models/w4548.json new file mode 100644 index 000000000..1d9e86043 --- /dev/null +++ b/assets/minecraft/models/w4548.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.25,3.625,11.75,4.125]},"east":{"texture":"#0","uv":[11.75,4.125,11.25,4.375]},"north":{"texture":"#0","uv":[11.25,4.125,10.75,4.375]},"south":{"texture":"#0","uv":[12.25,4.125,11.75,4.375]},"up":{"texture":"#0","uv":[10.75,4.125,11.25,3.625]},"west":{"texture":"#0","uv":[10.75,4.125,10.25,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.392,-15.191999,-14.392]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4549.json b/assets/minecraft/models/w4549.json new file mode 100644 index 000000000..b63794f4b --- /dev/null +++ b/assets/minecraft/models/w4549.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.625,2.875,8.875,3.125]},"east":{"texture":"#0","uv":[8.875,3.125,8.625,4]},"north":{"texture":"#0","uv":[8.625,3.125,8.375,4]},"south":{"texture":"#0","uv":[9.125,3.125,8.875,4]},"up":{"texture":"#0","uv":[8.375,3.125,8.625,2.875]},"west":{"texture":"#0","uv":[8.375,3.125,8.125,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.191999,-13.191999,-15.191999]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w455.json b/assets/minecraft/models/w455.json new file mode 100644 index 000000000..6f1f35699 --- /dev/null +++ b/assets/minecraft/models/w455.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[13.75,1.5,14.5,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.98,-12.6,-16]}],"overrides":[],"textures":{"0":"item/w979748004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4550.json b/assets/minecraft/models/w4550.json new file mode 100644 index 000000000..1f52bd300 --- /dev/null +++ b/assets/minecraft/models/w4550.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[9.625,2.875,9.375,3.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-16]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4551.json b/assets/minecraft/models/w4551.json new file mode 100644 index 000000000..1f52bd300 --- /dev/null +++ b/assets/minecraft/models/w4551.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[9.625,2.875,9.375,3.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-16]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4552.json b/assets/minecraft/models/w4552.json new file mode 100644 index 000000000..e1f243b27 --- /dev/null +++ b/assets/minecraft/models/w4552.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.625,2.875,6.375,3.125]},"east":{"texture":"#0","uv":[5.875,3.125,5.625,3.375]},"north":{"texture":"#0","uv":[5.625,3.125,4.875,3.375]},"south":{"texture":"#0","uv":[6.625,3.125,5.875,3.375]},"up":{"texture":"#0","uv":[4.875,3.125,5.625,2.875]},"west":{"texture":"#0","uv":[4.875,3.125,4.625,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4553.json b/assets/minecraft/models/w4553.json new file mode 100644 index 000000000..ad72e4204 --- /dev/null +++ b/assets/minecraft/models/w4553.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.75,3.25,10,3.375]},"east":{"texture":"#0","uv":[9.875,3.375,9.75,4.375]},"north":{"texture":"#0","uv":[9.75,3.375,9.5,4.375]},"south":{"texture":"#0","uv":[10.125,3.375,9.875,4.375]},"up":{"texture":"#0","uv":[9.5,3.375,9.75,3.25]},"west":{"texture":"#0","uv":[9.5,3.375,9.375,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4554.json b/assets/minecraft/models/w4554.json new file mode 100644 index 000000000..1d9e86043 --- /dev/null +++ b/assets/minecraft/models/w4554.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.25,3.625,11.75,4.125]},"east":{"texture":"#0","uv":[11.75,4.125,11.25,4.375]},"north":{"texture":"#0","uv":[11.25,4.125,10.75,4.375]},"south":{"texture":"#0","uv":[12.25,4.125,11.75,4.375]},"up":{"texture":"#0","uv":[10.75,4.125,11.25,3.625]},"west":{"texture":"#0","uv":[10.75,4.125,10.25,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.392,-15.191999,-14.392]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4555.json b/assets/minecraft/models/w4555.json new file mode 100644 index 000000000..fcca414da --- /dev/null +++ b/assets/minecraft/models/w4555.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.625,2.875,8.875,3.125]},"east":{"texture":"#0","uv":[8.875,3.125,8.625,4]},"north":{"texture":"#0","uv":[8.625,3.125,8.375,4]},"south":{"texture":"#0","uv":[9.125,3.125,8.875,4]},"up":{"texture":"#0","uv":[8.375,3.125,8.625,2.875]},"west":{"texture":"#0","uv":[8.375,3.125,8.125,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.192,-13.191999,-15.192]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4556.json b/assets/minecraft/models/w4556.json new file mode 100644 index 000000000..1f52bd300 --- /dev/null +++ b/assets/minecraft/models/w4556.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[9.625,2.875,9.375,3.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-16]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4557.json b/assets/minecraft/models/w4557.json new file mode 100644 index 000000000..1f52bd300 --- /dev/null +++ b/assets/minecraft/models/w4557.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[9.625,2.875,9.375,3.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-16]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4558.json b/assets/minecraft/models/w4558.json new file mode 100644 index 000000000..e1f243b27 --- /dev/null +++ b/assets/minecraft/models/w4558.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.625,2.875,6.375,3.125]},"east":{"texture":"#0","uv":[5.875,3.125,5.625,3.375]},"north":{"texture":"#0","uv":[5.625,3.125,4.875,3.375]},"south":{"texture":"#0","uv":[6.625,3.125,5.875,3.375]},"up":{"texture":"#0","uv":[4.875,3.125,5.625,2.875]},"west":{"texture":"#0","uv":[4.875,3.125,4.625,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4559.json b/assets/minecraft/models/w4559.json new file mode 100644 index 000000000..442a00dc2 --- /dev/null +++ b/assets/minecraft/models/w4559.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.75,3.25,10,3.375]},"east":{"texture":"#0","uv":[9.875,3.625,9.75,4.375]},"north":{"texture":"#0","uv":[9.75,3.625,9.5,4.375]},"south":{"texture":"#0","uv":[10.125,3.625,9.875,4.375]},"up":{"texture":"#0","uv":[9.5,3.375,9.75,3.25]},"west":{"texture":"#0","uv":[9.5,3.625,9.375,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.6,-15.6]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w456.json b/assets/minecraft/models/w456.json new file mode 100644 index 000000000..3c87fb910 --- /dev/null +++ b/assets/minecraft/models/w456.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[14.5,1.5,13.75,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.98,-12.6,-16]}],"overrides":[],"textures":{"0":"item/w979748004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4560.json b/assets/minecraft/models/w4560.json new file mode 100644 index 000000000..1d9e86043 --- /dev/null +++ b/assets/minecraft/models/w4560.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.25,3.625,11.75,4.125]},"east":{"texture":"#0","uv":[11.75,4.125,11.25,4.375]},"north":{"texture":"#0","uv":[11.25,4.125,10.75,4.375]},"south":{"texture":"#0","uv":[12.25,4.125,11.75,4.375]},"up":{"texture":"#0","uv":[10.75,4.125,11.25,3.625]},"west":{"texture":"#0","uv":[10.75,4.125,10.25,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.392,-15.191999,-14.392]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4561.json b/assets/minecraft/models/w4561.json new file mode 100644 index 000000000..b63794f4b --- /dev/null +++ b/assets/minecraft/models/w4561.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.625,2.875,8.875,3.125]},"east":{"texture":"#0","uv":[8.875,3.125,8.625,4]},"north":{"texture":"#0","uv":[8.625,3.125,8.375,4]},"south":{"texture":"#0","uv":[9.125,3.125,8.875,4]},"up":{"texture":"#0","uv":[8.375,3.125,8.625,2.875]},"west":{"texture":"#0","uv":[8.375,3.125,8.125,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.191999,-13.191999,-15.191999]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4562.json b/assets/minecraft/models/w4562.json new file mode 100644 index 000000000..1f52bd300 --- /dev/null +++ b/assets/minecraft/models/w4562.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[9.625,2.875,9.375,3.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-16]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4563.json b/assets/minecraft/models/w4563.json new file mode 100644 index 000000000..1f52bd300 --- /dev/null +++ b/assets/minecraft/models/w4563.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[9.625,2.875,9.375,3.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-16]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4564.json b/assets/minecraft/models/w4564.json new file mode 100644 index 000000000..e1f243b27 --- /dev/null +++ b/assets/minecraft/models/w4564.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.625,2.875,6.375,3.125]},"east":{"texture":"#0","uv":[5.875,3.125,5.625,3.375]},"north":{"texture":"#0","uv":[5.625,3.125,4.875,3.375]},"south":{"texture":"#0","uv":[6.625,3.125,5.875,3.375]},"up":{"texture":"#0","uv":[4.875,3.125,5.625,2.875]},"west":{"texture":"#0","uv":[4.875,3.125,4.625,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4565.json b/assets/minecraft/models/w4565.json new file mode 100644 index 000000000..ad72e4204 --- /dev/null +++ b/assets/minecraft/models/w4565.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.75,3.25,10,3.375]},"east":{"texture":"#0","uv":[9.875,3.375,9.75,4.375]},"north":{"texture":"#0","uv":[9.75,3.375,9.5,4.375]},"south":{"texture":"#0","uv":[10.125,3.375,9.875,4.375]},"up":{"texture":"#0","uv":[9.5,3.375,9.75,3.25]},"west":{"texture":"#0","uv":[9.5,3.375,9.375,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4566.json b/assets/minecraft/models/w4566.json new file mode 100644 index 000000000..086dc2c9e --- /dev/null +++ b/assets/minecraft/models/w4566.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.75,3.625,11.25,4.125]},"east":{"texture":"#0","uv":[10.25,4.125,10.75,4.375]},"north":{"texture":"#0","uv":[10.75,4.125,11.25,4.375]},"south":{"texture":"#0","uv":[11.75,4.125,12.25,4.375]},"up":{"texture":"#0","uv":[11.25,4.125,10.75,3.625]},"west":{"texture":"#0","uv":[11.25,4.125,11.75,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.392,-15.191999,-14.392]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4567.json b/assets/minecraft/models/w4567.json new file mode 100644 index 000000000..ef8f91e14 --- /dev/null +++ b/assets/minecraft/models/w4567.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.875,2.875,8.625,3.125]},"east":{"texture":"#0","uv":[8.125,3.125,8.375,4]},"north":{"texture":"#0","uv":[8.375,3.125,8.625,4]},"south":{"texture":"#0","uv":[8.875,3.125,9.125,4]},"up":{"texture":"#0","uv":[8.625,3.125,8.375,2.875]},"west":{"texture":"#0","uv":[8.625,3.125,8.875,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.191999,-13.191999,-15.191999]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4568.json b/assets/minecraft/models/w4568.json new file mode 100644 index 000000000..312ae3c94 --- /dev/null +++ b/assets/minecraft/models/w4568.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[9.375,2.875,9.625,3.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-16]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4569.json b/assets/minecraft/models/w4569.json new file mode 100644 index 000000000..312ae3c94 --- /dev/null +++ b/assets/minecraft/models/w4569.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[9.375,2.875,9.625,3.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-16]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w457.json b/assets/minecraft/models/w457.json new file mode 100644 index 000000000..6aece8ae3 --- /dev/null +++ b/assets/minecraft/models/w457.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,0,0,1.5]},"east":{"texture":"#0","uv":[1.5,1.5,0,4]},"north":{"texture":"#0","uv":[3.75,1.5,6,4]},"south":{"texture":"#0","uv":[1.5,1.5,3.75,4]},"up":{"texture":"#0","uv":[6,1.5,3.75,0]},"west":{"texture":"#0","uv":[0,1.5,1.5,4]}},"from":[-14.644067,-8.348799,-15.66],"shade":false,"to":[-11.584066,-4.9487987,-13.62]},{"faces":{"down":{"texture":"#0","uv":[12.75,0.75,12,1.25]},"east":{"texture":"#0","uv":[10.75,1.25,11.25,2]},"north":{"texture":"#0","uv":[11.25,1.25,12,2]},"south":{"texture":"#0","uv":[13.25,1.25,12.5,2]},"up":{"texture":"#0","uv":[12,1.25,11.25,0.75]},"west":{"texture":"#0","uv":[12,1.25,12.5,2]}},"from":[-12.604067,-4.948799,-14.9800005],"shade":false,"to":[-11.584066,-3.9287992,-14.3]},{"faces":{"down":{"texture":"#0","uv":[12,0.75,12.75,1.25]},"east":{"texture":"#0","uv":[12.5,1.25,12,2]},"north":{"texture":"#0","uv":[12,1.25,11.25,2]},"south":{"texture":"#0","uv":[12.5,1.25,13.25,2]},"up":{"texture":"#0","uv":[11.25,1.25,12,0.75]},"west":{"texture":"#0","uv":[11.25,1.25,10.75,2]}},"from":[-14.644067,-4.948799,-14.9800005],"shade":false,"to":[-13.624066,-3.9287992,-14.3]},{"faces":{"down":{"texture":"#0","uv":[8,1,7.25,1.25]},"east":{"texture":"#0","uv":[6.25,1.25,6.5,2]},"north":{"texture":"#0","uv":[6.5,1.25,7.25,2]},"south":{"texture":"#0","uv":[7.5,1.25,8.25,2]},"up":{"texture":"#0","uv":[7.25,1.25,6.5,1]},"west":{"texture":"#0","uv":[7.25,1.25,7.5,2]}},"from":[-13.624066,-8.008799,-16],"shade":false,"to":[-12.604067,-6.9887986,-15.66]},{"faces":{"down":{"texture":"#0","uv":[8.25,2.25,9,3.75]},"east":{"texture":"#0","uv":[9.75,3.75,8.25,4]},"north":{"texture":"#0","uv":[7.5,3.125,6.75,3.5]},"south":{"texture":"#0","uv":[7.5,2.625,6.75,3]},"up":{"texture":"#0","uv":[7.75,3.75,8.25,2.25]},"west":{"texture":"#0","uv":[7.75,3.75,6.25,4]}},"from":[-11.220933,-16,-15.6634],"rotation":{"angle":-45,"axis":"z","origin":[-2.874586,-7.6876545,-14.64],"rescale":false},"shade":false,"to":[-10.228133,-15.4832,-13.6166]},{"faces":{"down":{"texture":"#0","uv":[9,2.25,8.25,3.75]},"east":{"texture":"#0","uv":[6.25,3.75,7.75,4]},"north":{"texture":"#0","uv":[6.75,3.125,7.5,3.5]},"south":{"texture":"#0","uv":[6.75,2.625,7.5,3]},"up":{"texture":"#0","uv":[8.25,3.75,7.75,2.25]},"west":{"texture":"#0","uv":[8.25,3.75,9.75,4]}},"from":[-16,-16,-15.6634],"rotation":{"angle":45,"axis":"z","origin":[-23.353546,-7.6876545,-14.64],"rescale":false},"shade":false,"to":[-15.0072,-15.4832,-13.6166]}],"overrides":[],"textures":{"0":"item/w979748004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4570.json b/assets/minecraft/models/w4570.json new file mode 100644 index 000000000..93bc05db7 --- /dev/null +++ b/assets/minecraft/models/w4570.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.375,2.875,5.625,3.125]},"east":{"texture":"#0","uv":[4.625,3.125,4.875,3.375]},"north":{"texture":"#0","uv":[4.875,3.125,5.625,3.375]},"south":{"texture":"#0","uv":[5.875,3.125,6.625,3.375]},"up":{"texture":"#0","uv":[5.625,3.125,4.875,2.875]},"west":{"texture":"#0","uv":[5.625,3.125,5.875,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4571.json b/assets/minecraft/models/w4571.json new file mode 100644 index 000000000..307745495 --- /dev/null +++ b/assets/minecraft/models/w4571.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,3.25,9.75,3.375]},"east":{"texture":"#0","uv":[9.375,3.375,9.5,4.375]},"north":{"texture":"#0","uv":[9.5,3.375,9.75,4.375]},"south":{"texture":"#0","uv":[9.875,3.375,10.125,4.375]},"up":{"texture":"#0","uv":[9.75,3.375,9.5,3.25]},"west":{"texture":"#0","uv":[9.75,3.375,9.875,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4572.json b/assets/minecraft/models/w4572.json new file mode 100644 index 000000000..086dc2c9e --- /dev/null +++ b/assets/minecraft/models/w4572.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.75,3.625,11.25,4.125]},"east":{"texture":"#0","uv":[10.25,4.125,10.75,4.375]},"north":{"texture":"#0","uv":[10.75,4.125,11.25,4.375]},"south":{"texture":"#0","uv":[11.75,4.125,12.25,4.375]},"up":{"texture":"#0","uv":[11.25,4.125,10.75,3.625]},"west":{"texture":"#0","uv":[11.25,4.125,11.75,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.392,-15.191999,-14.392]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4573.json b/assets/minecraft/models/w4573.json new file mode 100644 index 000000000..3e281a279 --- /dev/null +++ b/assets/minecraft/models/w4573.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.875,2.875,8.625,3.125]},"east":{"texture":"#0","uv":[8.125,3.125,8.375,4]},"north":{"texture":"#0","uv":[8.375,3.125,8.625,4]},"south":{"texture":"#0","uv":[8.875,3.125,9.125,4]},"up":{"texture":"#0","uv":[8.625,3.125,8.375,2.875]},"west":{"texture":"#0","uv":[8.625,3.125,8.875,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.192,-13.191999,-15.192]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4574.json b/assets/minecraft/models/w4574.json new file mode 100644 index 000000000..312ae3c94 --- /dev/null +++ b/assets/minecraft/models/w4574.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[9.375,2.875,9.625,3.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-16]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4575.json b/assets/minecraft/models/w4575.json new file mode 100644 index 000000000..312ae3c94 --- /dev/null +++ b/assets/minecraft/models/w4575.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[9.375,2.875,9.625,3.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-16]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4576.json b/assets/minecraft/models/w4576.json new file mode 100644 index 000000000..93bc05db7 --- /dev/null +++ b/assets/minecraft/models/w4576.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.375,2.875,5.625,3.125]},"east":{"texture":"#0","uv":[4.625,3.125,4.875,3.375]},"north":{"texture":"#0","uv":[4.875,3.125,5.625,3.375]},"south":{"texture":"#0","uv":[5.875,3.125,6.625,3.375]},"up":{"texture":"#0","uv":[5.625,3.125,4.875,2.875]},"west":{"texture":"#0","uv":[5.625,3.125,5.875,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4577.json b/assets/minecraft/models/w4577.json new file mode 100644 index 000000000..8dc81139c --- /dev/null +++ b/assets/minecraft/models/w4577.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,3.25,9.75,3.375]},"east":{"texture":"#0","uv":[9.375,3.625,9.5,4.375]},"north":{"texture":"#0","uv":[9.5,3.625,9.75,4.375]},"south":{"texture":"#0","uv":[9.875,3.625,10.125,4.375]},"up":{"texture":"#0","uv":[9.75,3.375,9.5,3.25]},"west":{"texture":"#0","uv":[9.75,3.625,9.875,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.6,-15.6]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4578.json b/assets/minecraft/models/w4578.json new file mode 100644 index 000000000..086dc2c9e --- /dev/null +++ b/assets/minecraft/models/w4578.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.75,3.625,11.25,4.125]},"east":{"texture":"#0","uv":[10.25,4.125,10.75,4.375]},"north":{"texture":"#0","uv":[10.75,4.125,11.25,4.375]},"south":{"texture":"#0","uv":[11.75,4.125,12.25,4.375]},"up":{"texture":"#0","uv":[11.25,4.125,10.75,3.625]},"west":{"texture":"#0","uv":[11.25,4.125,11.75,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.392,-15.191999,-14.392]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4579.json b/assets/minecraft/models/w4579.json new file mode 100644 index 000000000..ef8f91e14 --- /dev/null +++ b/assets/minecraft/models/w4579.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.875,2.875,8.625,3.125]},"east":{"texture":"#0","uv":[8.125,3.125,8.375,4]},"north":{"texture":"#0","uv":[8.375,3.125,8.625,4]},"south":{"texture":"#0","uv":[8.875,3.125,9.125,4]},"up":{"texture":"#0","uv":[8.625,3.125,8.375,2.875]},"west":{"texture":"#0","uv":[8.625,3.125,8.875,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.191999,-13.191999,-15.191999]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w458.json b/assets/minecraft/models/w458.json new file mode 100644 index 000000000..cefce481a --- /dev/null +++ b/assets/minecraft/models/w458.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,5,12.5,6.5]},"east":{"texture":"#0","uv":[9.5,6.5,11,8]},"north":{"texture":"#0","uv":[11,6.5,12.5,8]},"south":{"texture":"#0","uv":[14,6.5,15.5,8]},"up":{"texture":"#0","uv":[12.5,6.5,11,5]},"west":{"texture":"#0","uv":[12.5,6.5,14,8]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w979748004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4580.json b/assets/minecraft/models/w4580.json new file mode 100644 index 000000000..312ae3c94 --- /dev/null +++ b/assets/minecraft/models/w4580.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[9.375,2.875,9.625,3.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-16]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4581.json b/assets/minecraft/models/w4581.json new file mode 100644 index 000000000..312ae3c94 --- /dev/null +++ b/assets/minecraft/models/w4581.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[9.375,2.875,9.625,3.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-16]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4582.json b/assets/minecraft/models/w4582.json new file mode 100644 index 000000000..93bc05db7 --- /dev/null +++ b/assets/minecraft/models/w4582.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.375,2.875,5.625,3.125]},"east":{"texture":"#0","uv":[4.625,3.125,4.875,3.375]},"north":{"texture":"#0","uv":[4.875,3.125,5.625,3.375]},"south":{"texture":"#0","uv":[5.875,3.125,6.625,3.375]},"up":{"texture":"#0","uv":[5.625,3.125,4.875,2.875]},"west":{"texture":"#0","uv":[5.625,3.125,5.875,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4583.json b/assets/minecraft/models/w4583.json new file mode 100644 index 000000000..307745495 --- /dev/null +++ b/assets/minecraft/models/w4583.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,3.25,9.75,3.375]},"east":{"texture":"#0","uv":[9.375,3.375,9.5,4.375]},"north":{"texture":"#0","uv":[9.5,3.375,9.75,4.375]},"south":{"texture":"#0","uv":[9.875,3.375,10.125,4.375]},"up":{"texture":"#0","uv":[9.75,3.375,9.5,3.25]},"west":{"texture":"#0","uv":[9.75,3.375,9.875,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4584.json b/assets/minecraft/models/w4584.json new file mode 100644 index 000000000..4f82e1078 --- /dev/null +++ b/assets/minecraft/models/w4584.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.625,0.125,3.5,0.875]},"up":{"texture":"#0","uv":[3.5,1.625,3.375,0.125]},"west":{"texture":"#0","uv":[3.75,0.125,4.5,0.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.195,-13.74]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4585.json b/assets/minecraft/models/w4585.json new file mode 100644 index 000000000..4d5e30012 --- /dev/null +++ b/assets/minecraft/models/w4585.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,0.125,3.625,0.875]},"east":{"texture":"#0","uv":[4.5,0.125,3.75,0.375]},"up":{"texture":"#0","uv":[3.375,1.625,3.5,0.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.195,-13.74]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4586.json b/assets/minecraft/models/w4586.json new file mode 100644 index 000000000..a51043096 --- /dev/null +++ b/assets/minecraft/models/w4586.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,0.5,4,1]},"east":{"texture":"#0","uv":[3.75,1,4.25,1.25]},"south":{"texture":"#0","uv":[4,1.375,4.25,1.625]},"up":{"texture":"#0","uv":[4,1,3.75,0.5]}},"from":[-14.282843,-14.4,-13.6],"rotation":{"angle":45,"axis":"z","origin":[-15.082843,-15.2,-12.4],"rescale":false},"shade":false,"to":[-13.482842,-13.599999,-12]},{"faces":{"down":{"texture":"#0","uv":[2.625,1.25,2.25,1.625]},"up":{"texture":"#0","uv":[2,1.625,1.625,1.25]}},"from":[-15.365685,-14.682843,-13.6],"rotation":{"angle":45,"axis":"z","origin":[-15.365685,-15.482842,-15.6],"rescale":false},"shade":false,"to":[-14.165686,-13.882843,-12.400001]},{"faces":{"down":{"texture":"#0","uv":[2.25,1.25,2.625,1.625]},"up":{"texture":"#0","uv":[1.625,1.625,2,1.25]}},"from":[-16,-14.682843,-13.6],"rotation":{"angle":-45,"axis":"z","origin":[-14.8,-15.482842,-15.6],"rescale":false},"shade":false,"to":[-14.8,-13.882843,-12.400001]},{"faces":{"down":{"texture":"#0","uv":[0.75,1.625,0,0.875]},"east":{"texture":"#0","uv":[0.75,0.125,1.5,0.875]},"north":{"texture":"#0","uv":[9,1.875,9.75,2.625]},"south":{"texture":"#0","uv":[2.5,0.125,3.25,0.875]},"up":{"texture":"#0","uv":[0.75,0.875,0,0.125]},"west":{"texture":"#0","uv":[0.75,0.875,1.5,1.625]}},"from":[-15.882843,-16,-16],"rotation":{"angle":45,"axis":"z","origin":[-15.082843,-15.2,-15.6],"rescale":false},"shade":false,"to":[-13.482843,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4587.json b/assets/minecraft/models/w4587.json new file mode 100644 index 000000000..867b11703 --- /dev/null +++ b/assets/minecraft/models/w4587.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,0.5,4,1]},"east":{"texture":"#0","uv":[3.75,1,4.25,1.25]},"south":{"texture":"#0","uv":[4,1.375,4.25,1.625]},"up":{"texture":"#0","uv":[4,1,3.75,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4588.json b/assets/minecraft/models/w4588.json new file mode 100644 index 000000000..7a1d45d5c --- /dev/null +++ b/assets/minecraft/models/w4588.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.625,1.25,2.25,1.625]},"up":{"texture":"#0","uv":[2,1.625,1.625,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4589.json b/assets/minecraft/models/w4589.json new file mode 100644 index 000000000..4f82e1078 --- /dev/null +++ b/assets/minecraft/models/w4589.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.625,0.125,3.5,0.875]},"up":{"texture":"#0","uv":[3.5,1.625,3.375,0.125]},"west":{"texture":"#0","uv":[3.75,0.125,4.5,0.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.195,-13.74]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w459.json b/assets/minecraft/models/w459.json new file mode 100644 index 000000000..41979e489 --- /dev/null +++ b/assets/minecraft/models/w459.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[14.25,16,14,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.83,-16,-15.0225]}],"overrides":[],"textures":{"0":"item/w979748004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4590.json b/assets/minecraft/models/w4590.json new file mode 100644 index 000000000..4d5e30012 --- /dev/null +++ b/assets/minecraft/models/w4590.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,0.125,3.625,0.875]},"east":{"texture":"#0","uv":[4.5,0.125,3.75,0.375]},"up":{"texture":"#0","uv":[3.375,1.625,3.5,0.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.195,-13.74]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4591.json b/assets/minecraft/models/w4591.json new file mode 100644 index 000000000..2ca78330c --- /dev/null +++ b/assets/minecraft/models/w4591.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,1.25,2.625,1.625]},"up":{"texture":"#0","uv":[1.625,1.625,2,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4592.json b/assets/minecraft/models/w4592.json new file mode 100644 index 000000000..7b9bb1685 --- /dev/null +++ b/assets/minecraft/models/w4592.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,1.625,0,0.875]},"east":{"texture":"#0","uv":[0.75,0.125,1.5,0.875]},"north":{"texture":"#0","uv":[8.125,1.875,8.875,2.625]},"south":{"texture":"#0","uv":[2.5,0.125,3.25,0.875]},"up":{"texture":"#0","uv":[0.75,0.875,0,0.125]},"west":{"texture":"#0","uv":[0.75,0.875,1.5,1.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4593.json b/assets/minecraft/models/w4593.json new file mode 100644 index 000000000..7cdf9e8bd --- /dev/null +++ b/assets/minecraft/models/w4593.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,5.375,4,5.875]},"east":{"texture":"#0","uv":[3.75,5.875,4.25,6.125]},"south":{"texture":"#0","uv":[4,6.25,4.25,6.5]},"up":{"texture":"#0","uv":[4,5.875,3.75,5.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4594.json b/assets/minecraft/models/w4594.json new file mode 100644 index 000000000..90c540f38 --- /dev/null +++ b/assets/minecraft/models/w4594.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.625,6.125,2.25,6.5]},"up":{"texture":"#0","uv":[2,6.5,1.625,6.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4595.json b/assets/minecraft/models/w4595.json new file mode 100644 index 000000000..671b61545 --- /dev/null +++ b/assets/minecraft/models/w4595.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.625,5,3.5,5.75]},"up":{"texture":"#0","uv":[3.5,6.5,3.375,5]},"west":{"texture":"#0","uv":[3.75,5,4.4375,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.195,-13.74]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4596.json b/assets/minecraft/models/w4596.json new file mode 100644 index 000000000..b2a4234d7 --- /dev/null +++ b/assets/minecraft/models/w4596.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,5,3.625,5.6875]},"east":{"texture":"#0","uv":[4.4375,5,3.75,5.25]},"up":{"texture":"#0","uv":[3.375,5.6875,3.5,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.195,-13.74]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4597.json b/assets/minecraft/models/w4597.json new file mode 100644 index 000000000..5e0518f16 --- /dev/null +++ b/assets/minecraft/models/w4597.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,6.125,2.625,6.5]},"up":{"texture":"#0","uv":[1.625,6.5,2,6.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4598.json b/assets/minecraft/models/w4598.json new file mode 100644 index 000000000..24000bcf8 --- /dev/null +++ b/assets/minecraft/models/w4598.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,6.5,0,5.75]},"east":{"texture":"#0","uv":[0.75,5,1.5,5.75]},"north":{"texture":"#0","uv":[11.625,1.875,12.375,2.625]},"south":{"texture":"#0","uv":[2.5,5,3.25,5.75]},"up":{"texture":"#0","uv":[0.75,5.75,0,5]},"west":{"texture":"#0","uv":[0.75,5.75,1.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4599.json b/assets/minecraft/models/w4599.json new file mode 100644 index 000000000..867b11703 --- /dev/null +++ b/assets/minecraft/models/w4599.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,0.5,4,1]},"east":{"texture":"#0","uv":[3.75,1,4.25,1.25]},"south":{"texture":"#0","uv":[4,1.375,4.25,1.625]},"up":{"texture":"#0","uv":[4,1,3.75,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w46.json b/assets/minecraft/models/w46.json new file mode 100644 index 000000000..65c2029b3 --- /dev/null +++ b/assets/minecraft/models/w46.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.125,10.875,4.75,11.75]},"east":{"texture":"#0","uv":[4.375,9.25,3.5,10.875]},"north":{"texture":"#0","uv":[5,9.25,4.375,10.875]},"south":{"texture":"#0","uv":[6.5,9.25,5.875,10.875]},"up":{"texture":"#0","uv":[3.5,11.75,4.125,10.875]},"west":{"texture":"#0","uv":[5.875,9.25,5,10.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-10.8,-13.2]}],"overrides":[],"textures":{"0":"item/w1237560704_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w460.json b/assets/minecraft/models/w460.json new file mode 100644 index 000000000..aece281cd --- /dev/null +++ b/assets/minecraft/models/w460.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[14.75,16,14.5,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.83,-16,-15.0225]}],"overrides":[],"textures":{"0":"item/w979748004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4600.json b/assets/minecraft/models/w4600.json new file mode 100644 index 000000000..7a1d45d5c --- /dev/null +++ b/assets/minecraft/models/w4600.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.625,1.25,2.25,1.625]},"up":{"texture":"#0","uv":[2,1.625,1.625,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4601.json b/assets/minecraft/models/w4601.json new file mode 100644 index 000000000..4f82e1078 --- /dev/null +++ b/assets/minecraft/models/w4601.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.625,0.125,3.5,0.875]},"up":{"texture":"#0","uv":[3.5,1.625,3.375,0.125]},"west":{"texture":"#0","uv":[3.75,0.125,4.5,0.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.195,-13.74]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4602.json b/assets/minecraft/models/w4602.json new file mode 100644 index 000000000..4d5e30012 --- /dev/null +++ b/assets/minecraft/models/w4602.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,0.125,3.625,0.875]},"east":{"texture":"#0","uv":[4.5,0.125,3.75,0.375]},"up":{"texture":"#0","uv":[3.375,1.625,3.5,0.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.195,-13.74]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4603.json b/assets/minecraft/models/w4603.json new file mode 100644 index 000000000..2ca78330c --- /dev/null +++ b/assets/minecraft/models/w4603.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,1.25,2.625,1.625]},"up":{"texture":"#0","uv":[1.625,1.625,2,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4604.json b/assets/minecraft/models/w4604.json new file mode 100644 index 000000000..765b54812 --- /dev/null +++ b/assets/minecraft/models/w4604.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,1.625,0,0.875]},"east":{"texture":"#0","uv":[0.75,0.125,1.5,0.875]},"north":{"texture":"#0","uv":[9.875,1.875,10.625,2.625]},"south":{"texture":"#0","uv":[2.5,0.125,3.25,0.875]},"up":{"texture":"#0","uv":[0.75,0.875,0,0.125]},"west":{"texture":"#0","uv":[0.75,0.875,1.5,1.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4605.json b/assets/minecraft/models/w4605.json new file mode 100644 index 000000000..4c0dd5b76 --- /dev/null +++ b/assets/minecraft/models/w4605.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.625,3.375,3.5,4.0625]},"up":{"texture":"#0","uv":[3.5,4.875,3.375,3.375]},"west":{"texture":"#0","uv":[3.75,3.375,4.4375,3.625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.195,-13.74]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4606.json b/assets/minecraft/models/w4606.json new file mode 100644 index 000000000..4ef88d803 --- /dev/null +++ b/assets/minecraft/models/w4606.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,3.375,3.625,4.0625]},"east":{"texture":"#0","uv":[4.4375,3.375,3.75,3.625]},"up":{"texture":"#0","uv":[3.375,4.0625,3.5,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.195,-13.74]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4607.json b/assets/minecraft/models/w4607.json new file mode 100644 index 000000000..92bf865de --- /dev/null +++ b/assets/minecraft/models/w4607.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,3.75,4,4.25]},"east":{"texture":"#0","uv":[3.75,4.25,4.25,4.5]},"south":{"texture":"#0","uv":[4,4.625,4.25,4.875]},"up":{"texture":"#0","uv":[4,4.25,3.75,3.75]}},"from":[-14.282843,-14.4,-13.6],"rotation":{"angle":45,"axis":"z","origin":[-15.082843,-15.2,-12.4],"rescale":false},"shade":false,"to":[-13.482842,-13.599999,-12]},{"faces":{"down":{"texture":"#0","uv":[2.625,4.5,2.25,4.875]},"up":{"texture":"#0","uv":[2,4.875,1.625,4.5]}},"from":[-15.365685,-14.682843,-13.6],"rotation":{"angle":45,"axis":"z","origin":[-15.365685,-15.482843,-15.6],"rescale":false},"shade":false,"to":[-14.165686,-13.882843,-12.400001]},{"faces":{"down":{"texture":"#0","uv":[2.25,4.5,2.625,4.875]},"up":{"texture":"#0","uv":[1.625,4.875,2,4.5]}},"from":[-16,-14.682843,-13.6],"rotation":{"angle":-45,"axis":"z","origin":[-14.8,-15.482843,-15.6],"rescale":false},"shade":false,"to":[-14.8,-13.882843,-12.400001]},{"faces":{"down":{"texture":"#0","uv":[0.75,4.875,0,4.125]},"east":{"texture":"#0","uv":[0.75,3.375,1.5,4.125]},"north":{"texture":"#0","uv":[1.625,3.375,2.375,4.125]},"south":{"texture":"#0","uv":[2.5,3.375,3.25,4.125]},"up":{"texture":"#0","uv":[0.75,4.125,0,3.375]},"west":{"texture":"#0","uv":[0.75,4.125,1.5,4.875]}},"from":[-15.882843,-16,-16],"rotation":{"angle":45,"axis":"z","origin":[-15.082843,-15.2,-15.6],"rescale":false},"shade":false,"to":[-13.482843,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4608.json b/assets/minecraft/models/w4608.json new file mode 100644 index 000000000..867b11703 --- /dev/null +++ b/assets/minecraft/models/w4608.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,0.5,4,1]},"east":{"texture":"#0","uv":[3.75,1,4.25,1.25]},"south":{"texture":"#0","uv":[4,1.375,4.25,1.625]},"up":{"texture":"#0","uv":[4,1,3.75,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4609.json b/assets/minecraft/models/w4609.json new file mode 100644 index 000000000..7a1d45d5c --- /dev/null +++ b/assets/minecraft/models/w4609.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.625,1.25,2.25,1.625]},"up":{"texture":"#0","uv":[2,1.625,1.625,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w461.json b/assets/minecraft/models/w461.json new file mode 100644 index 000000000..a4b6868ac --- /dev/null +++ b/assets/minecraft/models/w461.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[12.75,16,12.5,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.83,-16,-15.0225]}],"overrides":[],"textures":{"0":"item/w979748004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4610.json b/assets/minecraft/models/w4610.json new file mode 100644 index 000000000..4f82e1078 --- /dev/null +++ b/assets/minecraft/models/w4610.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.625,0.125,3.5,0.875]},"up":{"texture":"#0","uv":[3.5,1.625,3.375,0.125]},"west":{"texture":"#0","uv":[3.75,0.125,4.5,0.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.195,-13.74]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4611.json b/assets/minecraft/models/w4611.json new file mode 100644 index 000000000..4d5e30012 --- /dev/null +++ b/assets/minecraft/models/w4611.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,0.125,3.625,0.875]},"east":{"texture":"#0","uv":[4.5,0.125,3.75,0.375]},"up":{"texture":"#0","uv":[3.375,1.625,3.5,0.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.195,-13.74]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4612.json b/assets/minecraft/models/w4612.json new file mode 100644 index 000000000..2ca78330c --- /dev/null +++ b/assets/minecraft/models/w4612.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,1.25,2.625,1.625]},"up":{"texture":"#0","uv":[1.625,1.625,2,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4613.json b/assets/minecraft/models/w4613.json new file mode 100644 index 000000000..3e6d5fbe6 --- /dev/null +++ b/assets/minecraft/models/w4613.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,1.625,0,0.875]},"east":{"texture":"#0","uv":[0.75,0.125,1.5,0.875]},"north":{"texture":"#0","uv":[10.75,1.875,11.5,2.625]},"south":{"texture":"#0","uv":[2.5,0.125,3.25,0.875]},"up":{"texture":"#0","uv":[0.75,0.875,0,0.125]},"west":{"texture":"#0","uv":[0.75,0.875,1.5,1.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4614.json b/assets/minecraft/models/w4614.json new file mode 100644 index 000000000..b4ad1c332 --- /dev/null +++ b/assets/minecraft/models/w4614.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.75,0.125,11.625,0.8125]},"up":{"texture":"#0","uv":[11.625,1.625,11.5,0.125]},"west":{"texture":"#0","uv":[11.875,0.125,12.5625,0.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.195001,-13.74]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4615.json b/assets/minecraft/models/w4615.json new file mode 100644 index 000000000..c6dd8dcb9 --- /dev/null +++ b/assets/minecraft/models/w4615.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.625,0.125,11.75,0.8125]},"east":{"texture":"#0","uv":[12.5625,0.125,11.875,0.375]},"up":{"texture":"#0","uv":[11.5,0.8125,11.625,0.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.195001,-13.74]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4616.json b/assets/minecraft/models/w4616.json new file mode 100644 index 000000000..48d99c08a --- /dev/null +++ b/assets/minecraft/models/w4616.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.375,0.5,12.125,1]},"east":{"texture":"#0","uv":[11.875,1,12.375,1.25]},"south":{"texture":"#0","uv":[12.125,1.375,12.375,1.625]},"up":{"texture":"#0","uv":[12.125,1,11.875,0.5]}},"from":[-14.282843,-14.4,-13.6],"rotation":{"angle":45,"axis":"z","origin":[-15.082843,-15.2,-12.4],"rescale":false},"shade":false,"to":[-13.482842,-13.599999,-12]},{"faces":{"down":{"texture":"#0","uv":[10.125,0.875,9.75,1.25]},"up":{"texture":"#0","uv":[10.125,1.625,9.75,1.25]}},"from":[-15.365685,-14.682842,-13.6],"rotation":{"angle":45,"axis":"z","origin":[-15.365685,-15.482842,-15.6],"rescale":false},"shade":false,"to":[-14.165686,-13.882842,-12.400001]},{"faces":{"down":{"texture":"#0","uv":[9.75,0.875,10.125,1.25]},"up":{"texture":"#0","uv":[9.75,1.625,10.125,1.25]}},"from":[-16,-14.682842,-13.6],"rotation":{"angle":-45,"axis":"z","origin":[-14.8,-15.482842,-15.6],"rescale":false},"shade":false,"to":[-14.8,-13.882842,-12.400001]},{"faces":{"down":{"texture":"#0","uv":[8.875,1.625,8.125,0.875]},"east":{"texture":"#0","uv":[8.875,0.125,9.625,0.875]},"north":{"texture":"#0","uv":[9.75,0.125,10.5,0.875]},"south":{"texture":"#0","uv":[10.625,0.125,11.375,0.875]},"up":{"texture":"#0","uv":[8.875,0.875,8.125,0.125]},"west":{"texture":"#0","uv":[8.875,0.875,9.625,1.625]}},"from":[-15.882843,-16,-16],"rotation":{"angle":45,"axis":"z","origin":[-15.082843,-15.2,-15.6],"rescale":false},"shade":false,"to":[-13.482843,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4617.json b/assets/minecraft/models/w4617.json new file mode 100644 index 000000000..890ffdfad --- /dev/null +++ b/assets/minecraft/models/w4617.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.625,0,5.125,0.5]},"east":{"texture":"#0","uv":[5.625,0.5,5.125,1.625]},"north":{"texture":"#0","uv":[4.625,0.5,5.125,1.625]},"south":{"texture":"#0","uv":[5.625,0.5,6.125,1.625]},"up":{"texture":"#0","uv":[5.125,0.5,4.625,0]},"west":{"texture":"#0","uv":[5.125,0.5,5.625,1.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-12.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4618.json b/assets/minecraft/models/w4618.json new file mode 100644 index 000000000..bbf3ffd5c --- /dev/null +++ b/assets/minecraft/models/w4618.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,5.25,7.5,5.5]},"east":{"texture":"#0","uv":[7.5,5.5,7.25,7]},"north":{"texture":"#0","uv":[7.25,5.5,7,7]},"south":{"texture":"#0","uv":[7.75,5.5,7.5,7]},"up":{"texture":"#0","uv":[7,5.5,7.25,5.25]},"west":{"texture":"#0","uv":[7,5.5,6.75,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-11.2,-15.2]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4619.json b/assets/minecraft/models/w4619.json new file mode 100644 index 000000000..80bc4a500 --- /dev/null +++ b/assets/minecraft/models/w4619.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,5.25,7.25,5.5]},"east":{"texture":"#0","uv":[6.75,5.5,7,7]},"north":{"texture":"#0","uv":[7,5.5,7.25,7]},"south":{"texture":"#0","uv":[7.5,5.5,7.75,7]},"up":{"texture":"#0","uv":[7.25,5.5,7,5.25]},"west":{"texture":"#0","uv":[7.25,5.5,7.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-11.2,-15.2]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w462.json b/assets/minecraft/models/w462.json new file mode 100644 index 000000000..a0f62b902 --- /dev/null +++ b/assets/minecraft/models/w462.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[13.25,16,13,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.83,-16,-15.0225]}],"overrides":[],"textures":{"0":"item/w979748004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4620.json b/assets/minecraft/models/w4620.json new file mode 100644 index 000000000..f9b1a8e8f --- /dev/null +++ b/assets/minecraft/models/w4620.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.875,1.75,5.625,2.5]},"east":{"texture":"#0","uv":[4.625,2.5,5.375,2.75]},"north":{"texture":"#0","uv":[5.375,2.5,5.625,2.75]},"south":{"texture":"#0","uv":[6.375,2.5,6.625,2.75]},"up":{"texture":"#0","uv":[5.625,2.5,5.375,1.75]},"west":{"texture":"#0","uv":[5.625,2.5,6.375,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-14]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4621.json b/assets/minecraft/models/w4621.json new file mode 100644 index 000000000..e5723452a --- /dev/null +++ b/assets/minecraft/models/w4621.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.375,2.5,5.625,1.75]},"east":{"texture":"#0","uv":[5.625,2.75,6.375,2.5]},"north":{"texture":"#0","uv":[6.375,2.75,6.625,2.5]},"south":{"texture":"#0","uv":[5.375,2.75,5.625,2.5]},"up":{"texture":"#0","uv":[5.625,1.75,5.875,2.5]},"west":{"texture":"#0","uv":[4.625,2.75,5.375,2.5]}},"from":[8,8,8],"shade":false,"to":[7.2,7.2,6]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4622.json b/assets/minecraft/models/w4622.json new file mode 100644 index 000000000..360ec2487 --- /dev/null +++ b/assets/minecraft/models/w4622.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.75,1.75,7.125,2]},"east":{"texture":"#0","uv":[6.25,2,6.5,2.125]},"north":{"texture":"#0","uv":[6.5,2,7.125,2.125]},"south":{"texture":"#0","uv":[7.375,2,8,2.125]},"up":{"texture":"#0","uv":[7.125,2,6.5,1.75]},"west":{"texture":"#0","uv":[7.125,2,7.375,2.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-15.2]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4623.json b/assets/minecraft/models/w4623.json new file mode 100644 index 000000000..af1e2357e --- /dev/null +++ b/assets/minecraft/models/w4623.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,2,7.125,1.75]},"east":{"texture":"#0","uv":[7.125,2.125,7.375,2]},"north":{"texture":"#0","uv":[7.375,2.125,8,2]},"south":{"texture":"#0","uv":[6.5,2.125,7.125,2]},"up":{"texture":"#0","uv":[7.125,1.75,7.75,2]},"west":{"texture":"#0","uv":[6.25,2.125,6.5,2]}},"from":[8,8,8],"shade":false,"to":[6,7.6,7.2]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4624.json b/assets/minecraft/models/w4624.json new file mode 100644 index 000000000..1a2a28ce3 --- /dev/null +++ b/assets/minecraft/models/w4624.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.625,1.75,5.875,2.5]},"east":{"texture":"#0","uv":[6.375,2.5,5.625,2.75]},"north":{"texture":"#0","uv":[5.625,2.5,5.375,2.75]},"south":{"texture":"#0","uv":[6.625,2.5,6.375,2.75]},"up":{"texture":"#0","uv":[5.375,2.5,5.625,1.75]},"west":{"texture":"#0","uv":[5.375,2.5,4.625,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-14]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4625.json b/assets/minecraft/models/w4625.json new file mode 100644 index 000000000..f5f607c1d --- /dev/null +++ b/assets/minecraft/models/w4625.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.625,2.5,5.375,1.75]},"east":{"texture":"#0","uv":[5.375,2.75,4.625,2.5]},"north":{"texture":"#0","uv":[6.625,2.75,6.375,2.5]},"south":{"texture":"#0","uv":[5.625,2.75,5.375,2.5]},"up":{"texture":"#0","uv":[5.875,1.75,5.625,2.5]},"west":{"texture":"#0","uv":[6.375,2.75,5.625,2.5]}},"from":[8,8,8],"shade":false,"to":[7.2,7.2,6]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4626.json b/assets/minecraft/models/w4626.json new file mode 100644 index 000000000..7afbc5ffa --- /dev/null +++ b/assets/minecraft/models/w4626.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.125,1.75,7.75,2]},"east":{"texture":"#0","uv":[7.375,2,7.125,2.125]},"north":{"texture":"#0","uv":[7.125,2,6.5,2.125]},"south":{"texture":"#0","uv":[8,2,7.375,2.125]},"up":{"texture":"#0","uv":[6.5,2,7.125,1.75]},"west":{"texture":"#0","uv":[6.5,2,6.25,2.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-15.2]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4627.json b/assets/minecraft/models/w4627.json new file mode 100644 index 000000000..ce39a726a --- /dev/null +++ b/assets/minecraft/models/w4627.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.125,2,6.5,1.75]},"east":{"texture":"#0","uv":[6.5,2.125,6.25,2]},"north":{"texture":"#0","uv":[8,2.125,7.375,2]},"south":{"texture":"#0","uv":[7.125,2.125,6.5,2]},"up":{"texture":"#0","uv":[7.75,1.75,7.125,2]},"west":{"texture":"#0","uv":[7.375,2.125,7.125,2]}},"from":[8,8,8],"shade":false,"to":[6,7.6,7.2]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4628.json b/assets/minecraft/models/w4628.json new file mode 100644 index 000000000..eae492628 --- /dev/null +++ b/assets/minecraft/models/w4628.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,0.25,6.75,1]},"east":{"texture":"#0","uv":[7.5,1,6.75,1.625]},"north":{"texture":"#0","uv":[6.25,1,6.75,1.625]},"south":{"texture":"#0","uv":[7.5,1,8,1.625]},"up":{"texture":"#0","uv":[6.75,1,6.25,0.25]},"west":{"texture":"#0","uv":[6.75,1,7.5,1.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.392,-13.992,-13.592]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4629.json b/assets/minecraft/models/w4629.json new file mode 100644 index 000000000..29ac81bc3 --- /dev/null +++ b/assets/minecraft/models/w4629.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.125,5.5,6.375,5.75]},"east":{"texture":"#0","uv":[6.375,5.75,6.125,7]},"north":{"texture":"#0","uv":[6.125,5.75,5.875,7]},"south":{"texture":"#0","uv":[6.625,5.75,6.375,7]},"up":{"texture":"#0","uv":[5.875,5.75,6.125,5.5]},"west":{"texture":"#0","uv":[5.875,5.75,5.625,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.191999,-11.992,-15.191999]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w463.json b/assets/minecraft/models/w463.json new file mode 100644 index 000000000..edf9a844c --- /dev/null +++ b/assets/minecraft/models/w463.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[13.75,16,13.5,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.83,-16,-15.0225]}],"overrides":[],"textures":{"0":"item/w979748004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4630.json b/assets/minecraft/models/w4630.json new file mode 100644 index 000000000..b4e6da794 --- /dev/null +++ b/assets/minecraft/models/w4630.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.375,5.5,6.125,5.75]},"east":{"texture":"#0","uv":[5.625,5.75,5.875,7]},"north":{"texture":"#0","uv":[5.875,5.75,6.125,7]},"south":{"texture":"#0","uv":[6.375,5.75,6.625,7]},"up":{"texture":"#0","uv":[6.125,5.75,5.875,5.5]},"west":{"texture":"#0","uv":[6.125,5.75,6.375,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.191999,-11.992,-15.191999]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4631.json b/assets/minecraft/models/w4631.json new file mode 100644 index 000000000..961f6a068 --- /dev/null +++ b/assets/minecraft/models/w4631.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.625,1.75,3.5,2.4375]},"up":{"texture":"#0","uv":[3.5,3.25,3.375,1.75]},"west":{"texture":"#0","uv":[3.75,1.75,4.4375,2]}},"from":[-16,-16,-16],"shade":false,"to":[-15.52,-15.033999,-13.288]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4632.json b/assets/minecraft/models/w4632.json new file mode 100644 index 000000000..685a19a78 --- /dev/null +++ b/assets/minecraft/models/w4632.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,1.75,3.625,2.4375]},"east":{"texture":"#0","uv":[4.4375,1.75,3.75,2]},"up":{"texture":"#0","uv":[3.375,3.25,3.5,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.52,-15.033999,-13.288]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4633.json b/assets/minecraft/models/w4633.json new file mode 100644 index 000000000..353fb87a8 --- /dev/null +++ b/assets/minecraft/models/w4633.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[6.375,3.5,6.625,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-16,-15.12]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4634.json b/assets/minecraft/models/w4634.json new file mode 100644 index 000000000..b4cc37ab1 --- /dev/null +++ b/assets/minecraft/models/w4634.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[6.25,3.375,6.75,3.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.32,-16,-14.32]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4635.json b/assets/minecraft/models/w4635.json new file mode 100644 index 000000000..66b9d8bf5 --- /dev/null +++ b/assets/minecraft/models/w4635.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[6.375,3.5,6.625,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-16,-15.120001]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4636.json b/assets/minecraft/models/w4636.json new file mode 100644 index 000000000..353fb87a8 --- /dev/null +++ b/assets/minecraft/models/w4636.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[6.375,3.5,6.625,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-16,-15.12]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4637.json b/assets/minecraft/models/w4637.json new file mode 100644 index 000000000..7df4f07dd --- /dev/null +++ b/assets/minecraft/models/w4637.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[6.625,3.5,6.375,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-16,-15.12]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4638.json b/assets/minecraft/models/w4638.json new file mode 100644 index 000000000..32fc0f77f --- /dev/null +++ b/assets/minecraft/models/w4638.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[6.625,3.5,6.375,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-16,-15.120001]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4639.json b/assets/minecraft/models/w4639.json new file mode 100644 index 000000000..7df4f07dd --- /dev/null +++ b/assets/minecraft/models/w4639.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[6.625,3.5,6.375,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-16,-15.12]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w464.json b/assets/minecraft/models/w464.json new file mode 100644 index 000000000..eb2df4e1d --- /dev/null +++ b/assets/minecraft/models/w464.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[16,15.75,15.25,15]}},"from":[-16,-16,-16],"shade":false,"to":[-15.49,-16,-15.49]}],"overrides":[],"textures":{"0":"item/w979748004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4640.json b/assets/minecraft/models/w4640.json new file mode 100644 index 000000000..7df4f07dd --- /dev/null +++ b/assets/minecraft/models/w4640.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[6.625,3.5,6.375,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-16,-15.12]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4641.json b/assets/minecraft/models/w4641.json new file mode 100644 index 000000000..5a6684cf4 --- /dev/null +++ b/assets/minecraft/models/w4641.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3.25,6.375,2.875,7.25]},"west":{"texture":"#0","uv":[2.875,6.375,3.25,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4642.json b/assets/minecraft/models/w4642.json new file mode 100644 index 000000000..028a6c77f --- /dev/null +++ b/assets/minecraft/models/w4642.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,6.625,2.25,7.25]},"east":{"texture":"#0","uv":[1.5,6.625,0.875,6.875]},"north":{"texture":"#0","uv":[0.875,6.625,0.625,6.875]},"south":{"texture":"#0","uv":[1.75,6.625,1.5,6.875]},"up":{"texture":"#0","uv":[1.75,7.25,2,6.625]},"west":{"texture":"#0","uv":[0.625,6.625,0,6.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-14]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4643.json b/assets/minecraft/models/w4643.json new file mode 100644 index 000000000..ff283f8ea --- /dev/null +++ b/assets/minecraft/models/w4643.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,6.625,2,7.25]},"east":{"texture":"#0","uv":[0,6.625,0.625,6.875]},"north":{"texture":"#0","uv":[0.625,6.625,0.875,6.875]},"south":{"texture":"#0","uv":[1.5,6.625,1.75,6.875]},"up":{"texture":"#0","uv":[2,7.25,1.75,6.625]},"west":{"texture":"#0","uv":[0.875,6.625,1.5,6.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-14]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4644.json b/assets/minecraft/models/w4644.json new file mode 100644 index 000000000..5a6684cf4 --- /dev/null +++ b/assets/minecraft/models/w4644.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3.25,6.375,2.875,7.25]},"west":{"texture":"#0","uv":[2.875,6.375,3.25,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4645.json b/assets/minecraft/models/w4645.json new file mode 100644 index 000000000..95dc2abac --- /dev/null +++ b/assets/minecraft/models/w4645.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,2.125,4,2.625]},"east":{"texture":"#0","uv":[3.75,2.625,4.25,2.875]},"south":{"texture":"#0","uv":[4,3,4.25,3.25]},"up":{"texture":"#0","uv":[4,2.625,3.75,2.125]}},"from":[-13.939411,-14.08,-13.120001],"rotation":{"angle":45,"axis":"z","origin":[-14.899411,-15.04,-11.68],"rescale":false},"shade":false,"to":[-12.979411,-13.119999,-11.200001]},{"faces":{"down":{"texture":"#0","uv":[2,2.5,1.625,2.875]},"up":{"texture":"#0","uv":[2,3.25,1.625,2.875]}},"from":[-15.238823,-14.419412,-13.120001],"rotation":{"angle":45,"axis":"z","origin":[-15.238823,-15.379412,-15.52],"rescale":false},"shade":false,"to":[-13.798823,-13.459412,-11.68]},{"faces":{"down":{"texture":"#0","uv":[1.625,2.5,2,2.875]},"up":{"texture":"#0","uv":[1.625,3.25,2,2.875]}},"from":[-16,-14.419412,-13.120001],"rotation":{"angle":-45,"axis":"z","origin":[-14.56,-15.379412,-15.52],"rescale":false},"shade":false,"to":[-14.56,-13.459412,-11.68]},{"faces":{"down":{"texture":"#0","uv":[0.75,3.25,0,2.5]},"east":{"texture":"#0","uv":[0.75,1.75,1.5,2.5]},"north":{"texture":"#0","uv":[1.625,1.75,2.375,2.5]},"south":{"texture":"#0","uv":[2.5,1.75,3.25,2.5]},"up":{"texture":"#0","uv":[0.75,2.5,0,1.75]},"west":{"texture":"#0","uv":[2.5,2.5,3.25,3.25]}},"from":[-15.859411,-16,-16],"rotation":{"angle":45,"axis":"z","origin":[-14.899411,-15.04,-15.52],"rescale":false},"shade":false,"to":[-12.979411,-13.12,-13.120001]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4646.json b/assets/minecraft/models/w4646.json new file mode 100644 index 000000000..a519edb74 --- /dev/null +++ b/assets/minecraft/models/w4646.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[5.625,3.625,5.375,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.435,-15.2]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4647.json b/assets/minecraft/models/w4647.json new file mode 100644 index 000000000..0a3b69778 --- /dev/null +++ b/assets/minecraft/models/w4647.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,5.5,5.25,5.625]},"east":{"texture":"#0","uv":[5.125,5.625,5,7]},"north":{"texture":"#0","uv":[5,5.625,4.75,7]},"south":{"texture":"#0","uv":[5.5,5.625,5.25,7]},"up":{"texture":"#0","uv":[4.75,5.625,5,5.375]},"west":{"texture":"#0","uv":[4.75,5.625,4.625,7]}},"from":[-16,-15.12,-16],"shade":false,"to":[-15.2,-10.719999,-15.6]},{"faces":{"east":{"texture":"#0","uv":[5,3.625,4.625,4.875]},"west":{"texture":"#0","uv":[5,3.625,4.625,4.875]}},"from":[-15.6,-15.12,-16],"shade":false,"to":[-15.6,-11.12,-14.8]},{"faces":{"east":{"texture":"#0","uv":[5.25,3.625,5,4.25]},"west":{"texture":"#0","uv":[5.25,3.625,5,4.25]}},"from":[-15.625,-16,-15.2],"rotation":{"angle":-45,"axis":"x","origin":[-15.6,-15.12,-15.2],"rescale":false},"shade":false,"to":[-15.625,-14,-14.4]},{"faces":{"east":{"texture":"#0","uv":[5.25,4.25,5,4.875]},"west":{"texture":"#0","uv":[5.25,4.25,5,4.875]}},"from":[-15.625,-14.554315,-14.634315],"rotation":{"angle":-45,"axis":"x","origin":[-15.6,-14.554315,-14.634315],"rescale":false},"shade":false,"to":[-15.625,-12.634315,-13.834314]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4648.json b/assets/minecraft/models/w4648.json new file mode 100644 index 000000000..fb1e453b5 --- /dev/null +++ b/assets/minecraft/models/w4648.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.375,3.625,5.625,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.435,-15.2]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4649.json b/assets/minecraft/models/w4649.json new file mode 100644 index 000000000..968065c35 --- /dev/null +++ b/assets/minecraft/models/w4649.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,5.5,5,5.625]},"east":{"texture":"#0","uv":[4.625,5.625,4.75,7]},"north":{"texture":"#0","uv":[4.75,5.625,5,7]},"south":{"texture":"#0","uv":[5.25,5.625,5.5,7]},"up":{"texture":"#0","uv":[5,5.625,4.75,5.375]},"west":{"texture":"#0","uv":[5,5.625,5.125,7]}},"from":[-16,-15.12,-16],"shade":false,"to":[-15.2,-10.719999,-15.6]},{"faces":{"east":{"texture":"#0","uv":[4.625,3.625,5,4.875]},"west":{"texture":"#0","uv":[4.625,3.625,5,4.875]}},"from":[-15.6,-15.12,-16],"shade":false,"to":[-15.6,-11.12,-14.8]},{"faces":{"east":{"texture":"#0","uv":[5,3.625,5.25,4.25]},"west":{"texture":"#0","uv":[5,3.625,5.25,4.25]}},"from":[-15.575,-16,-15.2],"rotation":{"angle":-45,"axis":"x","origin":[-15.6,-15.12,-15.2],"rescale":false},"shade":false,"to":[-15.575,-14,-14.4]},{"faces":{"east":{"texture":"#0","uv":[5,4.25,5.25,4.875]},"west":{"texture":"#0","uv":[5,4.25,5.25,4.875]}},"from":[-15.575,-14.554315,-14.634315],"rotation":{"angle":-45,"axis":"x","origin":[-15.6,-14.554315,-14.634315],"rescale":false},"shade":false,"to":[-15.575,-12.634315,-13.834314]}],"overrides":[],"textures":{"0":"item/w1171608359_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w465.json b/assets/minecraft/models/w465.json new file mode 100644 index 000000000..a1cdd9ece --- /dev/null +++ b/assets/minecraft/models/w465.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,8.25,7.25,9.25]},"east":{"texture":"#0","uv":[5.25,9.25,6.25,10.25]},"north":{"texture":"#0","uv":[6.25,9.25,7.25,10.25]},"south":{"texture":"#0","uv":[8.25,9.25,9.25,10.25]},"up":{"texture":"#0","uv":[7.25,9.25,6.25,8.25]},"west":{"texture":"#0","uv":[7.25,9.25,8.25,10.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w979748004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4650.json b/assets/minecraft/models/w4650.json new file mode 100644 index 000000000..b8cf7fc47 --- /dev/null +++ b/assets/minecraft/models/w4650.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,4,4]},"up":{"texture":"#0","uv":[0,0,4,4]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-9.6]}],"overrides":[],"textures":{"0":"item/w24912763_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4651.json b/assets/minecraft/models/w4651.json new file mode 100644 index 000000000..184bfdc7e --- /dev/null +++ b/assets/minecraft/models/w4651.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,4,3,6]},"east":{"texture":"#0","uv":[0,6,2,9]},"north":{"texture":"#0","uv":[2,6,3,9]},"south":{"texture":"#0","uv":[5,6,6,9]},"up":{"texture":"#0","uv":[3,6,2,4]},"west":{"texture":"#0","uv":[3,6,5,9]}},"from":[-16,-16,-16],"shade":false,"to":[-14.416,-11.216001,-12.816]}],"overrides":[],"textures":{"0":"item/w76280770_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4652.json b/assets/minecraft/models/w4652.json new file mode 100644 index 000000000..14e9f66fb --- /dev/null +++ b/assets/minecraft/models/w4652.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,4,3,6]},"east":{"texture":"#0","uv":[0,6,2,9]},"north":{"texture":"#0","uv":[2,6,3,9]},"south":{"texture":"#0","uv":[5,6,6,9]},"up":{"texture":"#0","uv":[3,6,2,4]},"west":{"texture":"#0","uv":[3,6,5,9]}},"from":[-16,-16,-16],"shade":false,"to":[-14.408,-11.208,-12.808001]}],"overrides":[],"textures":{"0":"item/w76280770_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4653.json b/assets/minecraft/models/w4653.json new file mode 100644 index 000000000..fed1de84c --- /dev/null +++ b/assets/minecraft/models/w4653.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.75,4.25,11.75,5]},"east":{"texture":"#0","uv":[10,5,10.75,8]},"north":{"texture":"#0","uv":[10.75,5,11.75,8]},"south":{"texture":"#0","uv":[12.5,5,13.5,8]},"up":{"texture":"#0","uv":[11.75,5,10.75,4.25]},"west":{"texture":"#0","uv":[11.75,5,12.5,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.8]}],"overrides":[],"textures":{"0":"item/w76280770_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4654.json b/assets/minecraft/models/w4654.json new file mode 100644 index 000000000..fed1de84c --- /dev/null +++ b/assets/minecraft/models/w4654.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.75,4.25,11.75,5]},"east":{"texture":"#0","uv":[10,5,10.75,8]},"north":{"texture":"#0","uv":[10.75,5,11.75,8]},"south":{"texture":"#0","uv":[12.5,5,13.5,8]},"up":{"texture":"#0","uv":[11.75,5,10.75,4.25]},"west":{"texture":"#0","uv":[11.75,5,12.5,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.8]}],"overrides":[],"textures":{"0":"item/w76280770_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4655.json b/assets/minecraft/models/w4655.json new file mode 100644 index 000000000..fed1de84c --- /dev/null +++ b/assets/minecraft/models/w4655.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.75,4.25,11.75,5]},"east":{"texture":"#0","uv":[10,5,10.75,8]},"north":{"texture":"#0","uv":[10.75,5,11.75,8]},"south":{"texture":"#0","uv":[12.5,5,13.5,8]},"up":{"texture":"#0","uv":[11.75,5,10.75,4.25]},"west":{"texture":"#0","uv":[11.75,5,12.5,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.8]}],"overrides":[],"textures":{"0":"item/w76280770_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4656.json b/assets/minecraft/models/w4656.json new file mode 100644 index 000000000..fed1de84c --- /dev/null +++ b/assets/minecraft/models/w4656.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.75,4.25,11.75,5]},"east":{"texture":"#0","uv":[10,5,10.75,8]},"north":{"texture":"#0","uv":[10.75,5,11.75,8]},"south":{"texture":"#0","uv":[12.5,5,13.5,8]},"up":{"texture":"#0","uv":[11.75,5,10.75,4.25]},"west":{"texture":"#0","uv":[11.75,5,12.5,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.8]}],"overrides":[],"textures":{"0":"item/w76280770_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4657.json b/assets/minecraft/models/w4657.json new file mode 100644 index 000000000..86764894c --- /dev/null +++ b/assets/minecraft/models/w4657.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.75,0,10.25,1.75]},"east":{"texture":"#0","uv":[8,1.75,9.75,3.5]},"north":{"texture":"#0","uv":[9.75,1.75,10.25,3.5]},"south":{"texture":"#0","uv":[12,1.75,12.5,3.5]},"up":{"texture":"#0","uv":[10.25,1.75,9.75,0]},"west":{"texture":"#0","uv":[10.25,1.75,12,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.199999,-13.2]}],"overrides":[],"textures":{"0":"item/w76280770_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4658.json b/assets/minecraft/models/w4658.json new file mode 100644 index 000000000..86764894c --- /dev/null +++ b/assets/minecraft/models/w4658.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.75,0,10.25,1.75]},"east":{"texture":"#0","uv":[8,1.75,9.75,3.5]},"north":{"texture":"#0","uv":[9.75,1.75,10.25,3.5]},"south":{"texture":"#0","uv":[12,1.75,12.5,3.5]},"up":{"texture":"#0","uv":[10.25,1.75,9.75,0]},"west":{"texture":"#0","uv":[10.25,1.75,12,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.199999,-13.2]}],"overrides":[],"textures":{"0":"item/w76280770_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4659.json b/assets/minecraft/models/w4659.json new file mode 100644 index 000000000..86764894c --- /dev/null +++ b/assets/minecraft/models/w4659.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.75,0,10.25,1.75]},"east":{"texture":"#0","uv":[8,1.75,9.75,3.5]},"north":{"texture":"#0","uv":[9.75,1.75,10.25,3.5]},"south":{"texture":"#0","uv":[12,1.75,12.5,3.5]},"up":{"texture":"#0","uv":[10.25,1.75,9.75,0]},"west":{"texture":"#0","uv":[10.25,1.75,12,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.199999,-13.2]}],"overrides":[],"textures":{"0":"item/w76280770_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w466.json b/assets/minecraft/models/w466.json new file mode 100644 index 000000000..0d33a3fc5 --- /dev/null +++ b/assets/minecraft/models/w466.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.75,3,12,3.25]},"east":{"texture":"#0","uv":[12,3.25,11.75,4]},"north":{"texture":"#0","uv":[11.75,3.25,11.5,4]},"south":{"texture":"#0","uv":[12.25,3.25,12,4]},"up":{"texture":"#0","uv":[11.5,3.25,11.75,3]},"west":{"texture":"#0","uv":[11.5,3.25,11.25,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.66,-14.98,-15.66]}],"overrides":[],"textures":{"0":"item/w979748004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4660.json b/assets/minecraft/models/w4660.json new file mode 100644 index 000000000..86764894c --- /dev/null +++ b/assets/minecraft/models/w4660.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.75,0,10.25,1.75]},"east":{"texture":"#0","uv":[8,1.75,9.75,3.5]},"north":{"texture":"#0","uv":[9.75,1.75,10.25,3.5]},"south":{"texture":"#0","uv":[12,1.75,12.5,3.5]},"up":{"texture":"#0","uv":[10.25,1.75,9.75,0]},"west":{"texture":"#0","uv":[10.25,1.75,12,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.199999,-13.2]}],"overrides":[],"textures":{"0":"item/w76280770_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4661.json b/assets/minecraft/models/w4661.json new file mode 100644 index 000000000..a21cea058 --- /dev/null +++ b/assets/minecraft/models/w4661.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,4,2]},"east":{"texture":"#0","uv":[0,2,2,4]},"north":{"texture":"#0","uv":[2,2,4,4]},"south":{"texture":"#0","uv":[6,2,8,4]},"up":{"texture":"#0","uv":[4,2,2,0]},"west":{"texture":"#0","uv":[4,2,6,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.8,-12.8]}],"overrides":[],"textures":{"0":"item/w76280770_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4662.json b/assets/minecraft/models/w4662.json new file mode 100644 index 000000000..ac70b0fc6 --- /dev/null +++ b/assets/minecraft/models/w4662.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,4,8,5]},"east":{"texture":"#0","uv":[6,5,7,8]},"north":{"texture":"#0","uv":[7,5,8,8]},"south":{"texture":"#0","uv":[9,5,10,8]},"up":{"texture":"#0","uv":[8,5,7,4]},"west":{"texture":"#0","uv":[8,5,9,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11,-14.4]}],"overrides":[],"textures":{"0":"item/w76280770_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4663.json b/assets/minecraft/models/w4663.json new file mode 100644 index 000000000..ac70b0fc6 --- /dev/null +++ b/assets/minecraft/models/w4663.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,4,8,5]},"east":{"texture":"#0","uv":[6,5,7,8]},"north":{"texture":"#0","uv":[7,5,8,8]},"south":{"texture":"#0","uv":[9,5,10,8]},"up":{"texture":"#0","uv":[8,5,7,4]},"west":{"texture":"#0","uv":[8,5,9,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11,-14.4]}],"overrides":[],"textures":{"0":"item/w76280770_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4664.json b/assets/minecraft/models/w4664.json new file mode 100644 index 000000000..ac70b0fc6 --- /dev/null +++ b/assets/minecraft/models/w4664.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,4,8,5]},"east":{"texture":"#0","uv":[6,5,7,8]},"north":{"texture":"#0","uv":[7,5,8,8]},"south":{"texture":"#0","uv":[9,5,10,8]},"up":{"texture":"#0","uv":[8,5,7,4]},"west":{"texture":"#0","uv":[8,5,9,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11,-14.4]}],"overrides":[],"textures":{"0":"item/w76280770_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4665.json b/assets/minecraft/models/w4665.json new file mode 100644 index 000000000..ac70b0fc6 --- /dev/null +++ b/assets/minecraft/models/w4665.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,4,8,5]},"east":{"texture":"#0","uv":[6,5,7,8]},"north":{"texture":"#0","uv":[7,5,8,8]},"south":{"texture":"#0","uv":[9,5,10,8]},"up":{"texture":"#0","uv":[8,5,7,4]},"west":{"texture":"#0","uv":[8,5,9,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11,-14.4]}],"overrides":[],"textures":{"0":"item/w76280770_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4666.json b/assets/minecraft/models/w4666.json new file mode 100644 index 000000000..e7c47b19f --- /dev/null +++ b/assets/minecraft/models/w4666.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.75,0,6,1.75]},"up":{"texture":"#0","uv":[7.75,1.75,6,0]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w76280770_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4667.json b/assets/minecraft/models/w4667.json new file mode 100644 index 000000000..2139bb2ac --- /dev/null +++ b/assets/minecraft/models/w4667.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,10.75,1.5,11.5]},"east":{"texture":"#0","uv":[0,11.5,0.75,13.5]},"north":{"texture":"#0","uv":[0.75,11.5,1.5,13.5]},"south":{"texture":"#0","uv":[2.25,11.5,3,13.5]},"up":{"texture":"#0","uv":[1.5,11.5,0.75,10.75]},"west":{"texture":"#0","uv":[1.5,11.5,2.25,13.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w110990_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4668.json b/assets/minecraft/models/w4668.json new file mode 100644 index 000000000..2139bb2ac --- /dev/null +++ b/assets/minecraft/models/w4668.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,10.75,1.5,11.5]},"east":{"texture":"#0","uv":[0,11.5,0.75,13.5]},"north":{"texture":"#0","uv":[0.75,11.5,1.5,13.5]},"south":{"texture":"#0","uv":[2.25,11.5,3,13.5]},"up":{"texture":"#0","uv":[1.5,11.5,0.75,10.75]},"west":{"texture":"#0","uv":[1.5,11.5,2.25,13.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w110990_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4669.json b/assets/minecraft/models/w4669.json new file mode 100644 index 000000000..2139bb2ac --- /dev/null +++ b/assets/minecraft/models/w4669.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,10.75,1.5,11.5]},"east":{"texture":"#0","uv":[0,11.5,0.75,13.5]},"north":{"texture":"#0","uv":[0.75,11.5,1.5,13.5]},"south":{"texture":"#0","uv":[2.25,11.5,3,13.5]},"up":{"texture":"#0","uv":[1.5,11.5,0.75,10.75]},"west":{"texture":"#0","uv":[1.5,11.5,2.25,13.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w110990_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w467.json b/assets/minecraft/models/w467.json new file mode 100644 index 000000000..2ab663d75 --- /dev/null +++ b/assets/minecraft/models/w467.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,3.25,13.25,3.5]},"east":{"texture":"#0","uv":[13.25,3.5,13,4]},"north":{"texture":"#0","uv":[13,3.5,12.75,4]},"south":{"texture":"#0","uv":[13.5,3.5,13.25,4]},"up":{"texture":"#0","uv":[12.75,3.5,13,3.25]},"west":{"texture":"#0","uv":[12.75,3.5,12.5,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.66,-15.32,-15.66]}],"overrides":[],"textures":{"0":"item/w979748004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4670.json b/assets/minecraft/models/w4670.json new file mode 100644 index 000000000..2139bb2ac --- /dev/null +++ b/assets/minecraft/models/w4670.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,10.75,1.5,11.5]},"east":{"texture":"#0","uv":[0,11.5,0.75,13.5]},"north":{"texture":"#0","uv":[0.75,11.5,1.5,13.5]},"south":{"texture":"#0","uv":[2.25,11.5,3,13.5]},"up":{"texture":"#0","uv":[1.5,11.5,0.75,10.75]},"west":{"texture":"#0","uv":[1.5,11.5,2.25,13.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w110990_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4671.json b/assets/minecraft/models/w4671.json new file mode 100644 index 000000000..c709959ec --- /dev/null +++ b/assets/minecraft/models/w4671.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,4.5,7.25,8.5]},"east":{"texture":"#0","uv":[0,8.5,4,10.75]},"north":{"texture":"#0","uv":[4,8.5,7.25,10.75]},"south":{"texture":"#0","uv":[11.25,8.5,14.5,10.75]},"up":{"texture":"#0","uv":[7.25,8.5,4,4.5]},"west":{"texture":"#0","uv":[7.25,8.5,11.25,10.75]}},"from":[-16,-16,-16],"shade":false,"to":[-10.8,-12.4,-9.6]}],"overrides":[],"textures":{"0":"item/w110990_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4672.json b/assets/minecraft/models/w4672.json new file mode 100644 index 000000000..55403b321 --- /dev/null +++ b/assets/minecraft/models/w4672.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[10.5,2.75,11.5,4]},"west":{"texture":"#0","uv":[11.5,2.75,12.5,4]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14,-14.4]}],"overrides":[],"textures":{"0":"item/w110990_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4673.json b/assets/minecraft/models/w4673.json new file mode 100644 index 000000000..d911d11c3 --- /dev/null +++ b/assets/minecraft/models/w4673.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,0,5.25,2.25]},"east":{"texture":"#0","uv":[0,2.25,2.25,4.5]},"north":{"texture":"#0","uv":[2.25,2.25,5.25,4.5]},"south":{"texture":"#0","uv":[7.5,2.25,10.5,4.5]},"up":{"texture":"#0","uv":[5.25,2.25,2.25,0]},"west":{"texture":"#0","uv":[5.25,2.25,7.5,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-12.4,-12.4]}],"overrides":[],"textures":{"0":"item/w110990_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4674.json b/assets/minecraft/models/w4674.json new file mode 100644 index 000000000..2f2f61ffe --- /dev/null +++ b/assets/minecraft/models/w4674.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.75,0,12.5,0.75]},"east":{"texture":"#0","uv":[10.5,0.75,11.25,1.5]},"north":{"texture":"#0","uv":[11.25,0.75,12.5,1.5]},"south":{"texture":"#0","uv":[13.25,0.75,14.5,1.5]},"up":{"texture":"#0","uv":[12.5,0.75,11.25,0]},"west":{"texture":"#0","uv":[12.5,0.75,13.25,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w110990_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4675.json b/assets/minecraft/models/w4675.json new file mode 100644 index 000000000..80663a7ef --- /dev/null +++ b/assets/minecraft/models/w4675.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.75,1.5,14,2.5]},"east":{"texture":"#0","uv":[13.75,2.5,12.75,2.75]},"north":{"texture":"#0","uv":[12.75,2.5,11.5,2.75]},"south":{"texture":"#0","uv":[15,2.5,13.75,2.75]},"up":{"texture":"#0","uv":[11.5,2.5,12.75,1.5]},"west":{"texture":"#0","uv":[11.5,2.5,10.5,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w110990_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4676.json b/assets/minecraft/models/w4676.json new file mode 100644 index 000000000..89c222b07 --- /dev/null +++ b/assets/minecraft/models/w4676.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,1.5,12.75,2.5]},"east":{"texture":"#0","uv":[10.5,2.5,11.5,2.75]},"north":{"texture":"#0","uv":[11.5,2.5,12.75,2.75]},"south":{"texture":"#0","uv":[13.75,2.5,15,2.75]},"up":{"texture":"#0","uv":[12.75,2.5,11.5,1.5]},"west":{"texture":"#0","uv":[12.75,2.5,13.75,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w110990_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4677.json b/assets/minecraft/models/w4677.json new file mode 100644 index 000000000..1453337e0 --- /dev/null +++ b/assets/minecraft/models/w4677.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,10.75,1.5,11.5]},"east":{"texture":"#0","uv":[0,11.5,0.75,13.5]},"north":{"texture":"#0","uv":[0.75,11.5,1.5,13.5]},"south":{"texture":"#0","uv":[2.25,11.5,3,13.5]},"up":{"texture":"#0","uv":[1.5,11.5,0.75,10.75]},"west":{"texture":"#0","uv":[1.5,11.5,2.25,13.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1731681921_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4678.json b/assets/minecraft/models/w4678.json new file mode 100644 index 000000000..1453337e0 --- /dev/null +++ b/assets/minecraft/models/w4678.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,10.75,1.5,11.5]},"east":{"texture":"#0","uv":[0,11.5,0.75,13.5]},"north":{"texture":"#0","uv":[0.75,11.5,1.5,13.5]},"south":{"texture":"#0","uv":[2.25,11.5,3,13.5]},"up":{"texture":"#0","uv":[1.5,11.5,0.75,10.75]},"west":{"texture":"#0","uv":[1.5,11.5,2.25,13.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1731681921_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4679.json b/assets/minecraft/models/w4679.json new file mode 100644 index 000000000..1453337e0 --- /dev/null +++ b/assets/minecraft/models/w4679.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,10.75,1.5,11.5]},"east":{"texture":"#0","uv":[0,11.5,0.75,13.5]},"north":{"texture":"#0","uv":[0.75,11.5,1.5,13.5]},"south":{"texture":"#0","uv":[2.25,11.5,3,13.5]},"up":{"texture":"#0","uv":[1.5,11.5,0.75,10.75]},"west":{"texture":"#0","uv":[1.5,11.5,2.25,13.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1731681921_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w468.json b/assets/minecraft/models/w468.json new file mode 100644 index 000000000..8ed1d7084 --- /dev/null +++ b/assets/minecraft/models/w468.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,2.5,10.75,2.75]},"east":{"texture":"#0","uv":[10.75,2.75,10.5,4]},"north":{"texture":"#0","uv":[10.5,2.75,10.25,4]},"south":{"texture":"#0","uv":[11,2.75,10.75,4]},"up":{"texture":"#0","uv":[10.25,2.75,10.5,2.5]},"west":{"texture":"#0","uv":[10.25,2.75,10,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.49,-14.3,-15.49]}],"overrides":[],"textures":{"0":"item/w979748004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4680.json b/assets/minecraft/models/w4680.json new file mode 100644 index 000000000..1453337e0 --- /dev/null +++ b/assets/minecraft/models/w4680.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,10.75,1.5,11.5]},"east":{"texture":"#0","uv":[0,11.5,0.75,13.5]},"north":{"texture":"#0","uv":[0.75,11.5,1.5,13.5]},"south":{"texture":"#0","uv":[2.25,11.5,3,13.5]},"up":{"texture":"#0","uv":[1.5,11.5,0.75,10.75]},"west":{"texture":"#0","uv":[1.5,11.5,2.25,13.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1731681921_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4681.json b/assets/minecraft/models/w4681.json new file mode 100644 index 000000000..f5e45460a --- /dev/null +++ b/assets/minecraft/models/w4681.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,4.5,7.25,8.5]},"east":{"texture":"#0","uv":[0,8.5,4,10.75]},"north":{"texture":"#0","uv":[4,8.5,7.25,10.75]},"south":{"texture":"#0","uv":[11.25,8.5,14.5,10.75]},"up":{"texture":"#0","uv":[7.25,8.5,4,4.5]},"west":{"texture":"#0","uv":[7.25,8.5,11.25,10.75]}},"from":[-16,-16,-16],"shade":false,"to":[-10.8,-12.4,-9.6]}],"overrides":[],"textures":{"0":"item/w1731681921_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4682.json b/assets/minecraft/models/w4682.json new file mode 100644 index 000000000..64af34f58 --- /dev/null +++ b/assets/minecraft/models/w4682.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[10.5,2.75,11.5,4]},"west":{"texture":"#0","uv":[11.5,2.75,10.5,4]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14,-14.4]}],"overrides":[],"textures":{"0":"item/w1731681921_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4683.json b/assets/minecraft/models/w4683.json new file mode 100644 index 000000000..97ceaad37 --- /dev/null +++ b/assets/minecraft/models/w4683.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,0,5.25,2.25]},"east":{"texture":"#0","uv":[0,2.25,2.25,4.5]},"north":{"texture":"#0","uv":[2.25,2.25,5.25,4.5]},"south":{"texture":"#0","uv":[7.5,2.25,10.5,4.5]},"up":{"texture":"#0","uv":[5.25,2.25,2.25,0]},"west":{"texture":"#0","uv":[5.25,2.25,7.5,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-12.4,-12.4]}],"overrides":[],"textures":{"0":"item/w1731681921_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4684.json b/assets/minecraft/models/w4684.json new file mode 100644 index 000000000..048cdce7f --- /dev/null +++ b/assets/minecraft/models/w4684.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.75,0,12.5,0.75]},"east":{"texture":"#0","uv":[10.5,0.75,11.25,1.5]},"north":{"texture":"#0","uv":[11.25,0.75,12.5,1.5]},"south":{"texture":"#0","uv":[13.25,0.75,14.5,1.5]},"up":{"texture":"#0","uv":[12.5,0.75,11.25,0]},"west":{"texture":"#0","uv":[12.5,0.75,13.25,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1731681921_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4685.json b/assets/minecraft/models/w4685.json new file mode 100644 index 000000000..33f084549 --- /dev/null +++ b/assets/minecraft/models/w4685.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.75,1.5,14,2.5]},"east":{"texture":"#0","uv":[13.75,2.5,12.75,2.75]},"north":{"texture":"#0","uv":[12.75,2.5,11.5,2.75]},"south":{"texture":"#0","uv":[15,2.5,13.75,2.75]},"up":{"texture":"#0","uv":[11.5,2.5,12.75,1.5]},"west":{"texture":"#0","uv":[11.5,2.5,10.5,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w1731681921_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4686.json b/assets/minecraft/models/w4686.json new file mode 100644 index 000000000..ec73e0ae0 --- /dev/null +++ b/assets/minecraft/models/w4686.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,1.5,12.75,2.5]},"east":{"texture":"#0","uv":[10.5,2.5,11.5,2.75]},"north":{"texture":"#0","uv":[11.5,2.5,12.75,2.75]},"south":{"texture":"#0","uv":[13.75,2.5,15,2.75]},"up":{"texture":"#0","uv":[12.75,2.5,11.5,1.5]},"west":{"texture":"#0","uv":[12.75,2.5,13.75,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w1731681921_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4687.json b/assets/minecraft/models/w4687.json new file mode 100644 index 000000000..de59838ca --- /dev/null +++ b/assets/minecraft/models/w4687.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,10.75,1.5,11.5]},"east":{"texture":"#0","uv":[0,11.5,0.75,13.5]},"north":{"texture":"#0","uv":[0.75,11.5,1.5,13.5]},"south":{"texture":"#0","uv":[2.25,11.5,3,13.5]},"up":{"texture":"#0","uv":[1.5,11.5,0.75,10.75]},"west":{"texture":"#0","uv":[1.5,11.5,2.25,13.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w307496265_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4688.json b/assets/minecraft/models/w4688.json new file mode 100644 index 000000000..de59838ca --- /dev/null +++ b/assets/minecraft/models/w4688.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,10.75,1.5,11.5]},"east":{"texture":"#0","uv":[0,11.5,0.75,13.5]},"north":{"texture":"#0","uv":[0.75,11.5,1.5,13.5]},"south":{"texture":"#0","uv":[2.25,11.5,3,13.5]},"up":{"texture":"#0","uv":[1.5,11.5,0.75,10.75]},"west":{"texture":"#0","uv":[1.5,11.5,2.25,13.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w307496265_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4689.json b/assets/minecraft/models/w4689.json new file mode 100644 index 000000000..de59838ca --- /dev/null +++ b/assets/minecraft/models/w4689.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,10.75,1.5,11.5]},"east":{"texture":"#0","uv":[0,11.5,0.75,13.5]},"north":{"texture":"#0","uv":[0.75,11.5,1.5,13.5]},"south":{"texture":"#0","uv":[2.25,11.5,3,13.5]},"up":{"texture":"#0","uv":[1.5,11.5,0.75,10.75]},"west":{"texture":"#0","uv":[1.5,11.5,2.25,13.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w307496265_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w469.json b/assets/minecraft/models/w469.json new file mode 100644 index 000000000..9d9355375 --- /dev/null +++ b/assets/minecraft/models/w469.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,3,11.75,3.25]},"east":{"texture":"#0","uv":[11.25,3.25,11.5,4]},"north":{"texture":"#0","uv":[11.5,3.25,11.75,4]},"south":{"texture":"#0","uv":[12,3.25,12.25,4]},"up":{"texture":"#0","uv":[11.75,3.25,11.5,3]},"west":{"texture":"#0","uv":[11.75,3.25,12,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.66,-14.98,-15.66]}],"overrides":[],"textures":{"0":"item/w979748004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4690.json b/assets/minecraft/models/w4690.json new file mode 100644 index 000000000..de59838ca --- /dev/null +++ b/assets/minecraft/models/w4690.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,10.75,1.5,11.5]},"east":{"texture":"#0","uv":[0,11.5,0.75,13.5]},"north":{"texture":"#0","uv":[0.75,11.5,1.5,13.5]},"south":{"texture":"#0","uv":[2.25,11.5,3,13.5]},"up":{"texture":"#0","uv":[1.5,11.5,0.75,10.75]},"west":{"texture":"#0","uv":[1.5,11.5,2.25,13.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w307496265_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4691.json b/assets/minecraft/models/w4691.json new file mode 100644 index 000000000..3165a35ca --- /dev/null +++ b/assets/minecraft/models/w4691.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,4.5,7.25,8.5]},"east":{"texture":"#0","uv":[0,8.5,4,10.75]},"north":{"texture":"#0","uv":[4,8.5,7.25,10.75]},"south":{"texture":"#0","uv":[11.25,8.5,14.5,10.75]},"up":{"texture":"#0","uv":[7.25,8.5,4,4.5]},"west":{"texture":"#0","uv":[7.25,8.5,11.25,10.75]}},"from":[-16,-16,-16],"shade":false,"to":[-10.8,-12.4,-9.6]}],"overrides":[],"textures":{"0":"item/w307496265_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4692.json b/assets/minecraft/models/w4692.json new file mode 100644 index 000000000..3b231a592 --- /dev/null +++ b/assets/minecraft/models/w4692.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[10.5,2.75,11.5,4]},"west":{"texture":"#0","uv":[11.5,2.75,10.5,4]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14,-14.4]}],"overrides":[],"textures":{"0":"item/w307496265_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4693.json b/assets/minecraft/models/w4693.json new file mode 100644 index 000000000..fe5233a1d --- /dev/null +++ b/assets/minecraft/models/w4693.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,0,5.25,2.25]},"east":{"texture":"#0","uv":[0,2.25,2.25,4.5]},"north":{"texture":"#0","uv":[2.25,2.25,5.25,4.5]},"south":{"texture":"#0","uv":[7.5,2.25,10.5,4.5]},"up":{"texture":"#0","uv":[5.25,2.25,2.25,0]},"west":{"texture":"#0","uv":[5.25,2.25,7.5,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-12.4,-12.4]}],"overrides":[],"textures":{"0":"item/w307496265_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4694.json b/assets/minecraft/models/w4694.json new file mode 100644 index 000000000..b738e94f7 --- /dev/null +++ b/assets/minecraft/models/w4694.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.75,0,12.5,0.75]},"east":{"texture":"#0","uv":[10.5,0.75,11.25,1.5]},"north":{"texture":"#0","uv":[11.25,0.75,12.5,1.5]},"south":{"texture":"#0","uv":[13.25,0.75,14.5,1.5]},"up":{"texture":"#0","uv":[12.5,0.75,11.25,0]},"west":{"texture":"#0","uv":[12.5,0.75,13.25,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w307496265_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4695.json b/assets/minecraft/models/w4695.json new file mode 100644 index 000000000..a11808370 --- /dev/null +++ b/assets/minecraft/models/w4695.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.75,1.5,14,2.5]},"east":{"texture":"#0","uv":[13.75,2.5,12.75,2.75]},"north":{"texture":"#0","uv":[12.75,2.5,11.5,2.75]},"south":{"texture":"#0","uv":[15,2.5,13.75,2.75]},"up":{"texture":"#0","uv":[11.5,2.5,12.75,1.5]},"west":{"texture":"#0","uv":[11.5,2.5,10.5,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w307496265_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4696.json b/assets/minecraft/models/w4696.json new file mode 100644 index 000000000..5d97a1808 --- /dev/null +++ b/assets/minecraft/models/w4696.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,1.5,12.75,2.5]},"east":{"texture":"#0","uv":[10.5,2.5,11.5,2.75]},"north":{"texture":"#0","uv":[11.5,2.5,12.75,2.75]},"south":{"texture":"#0","uv":[13.75,2.5,15,2.75]},"up":{"texture":"#0","uv":[12.75,2.5,11.5,1.5]},"west":{"texture":"#0","uv":[12.75,2.5,13.75,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w307496265_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4697.json b/assets/minecraft/models/w4697.json new file mode 100644 index 000000000..9b75bdab2 --- /dev/null +++ b/assets/minecraft/models/w4697.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,9.5,9.5,10]},"east":{"texture":"#0","uv":[9.5,10,9,11.5]},"north":{"texture":"#0","uv":[9,10,8.5,11.5]},"south":{"texture":"#0","uv":[10,10,9.5,11.5]},"up":{"texture":"#0","uv":[8.5,10,9,9.5]},"west":{"texture":"#0","uv":[8.5,10,8,11.5]}},"from":[-15.8,-16,-15.6],"shade":false,"to":[-15.400001,-14.8,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[11.5,9.5,12.5,10.5]},"east":{"texture":"#0","uv":[12.5,10.5,11.5,10.5]},"north":{"texture":"#0","uv":[11.5,10.5,10.5,10.5]},"south":{"texture":"#0","uv":[13.5,10.5,12.5,10.5]},"up":{"texture":"#0","uv":[10.5,10.5,11.5,9.5]},"west":{"texture":"#0","uv":[10.5,10.5,9.5,10.5]}},"from":[-16,-15.98,-16],"shade":false,"to":[-15.2,-15.98,-15.2]}],"overrides":[],"textures":{"0":"item/w713005667_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4698.json b/assets/minecraft/models/w4698.json new file mode 100644 index 000000000..5d39a5b27 --- /dev/null +++ b/assets/minecraft/models/w4698.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,9.5,9,10]},"east":{"texture":"#0","uv":[8,10,8.5,11.5]},"north":{"texture":"#0","uv":[8.5,10,9,11.5]},"south":{"texture":"#0","uv":[9.5,10,10,11.5]},"up":{"texture":"#0","uv":[9,10,8.5,9.5]},"west":{"texture":"#0","uv":[9,10,9.5,11.5]}},"from":[-15.8,-16,-15.6],"shade":false,"to":[-15.400001,-14.8,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[12.5,9.5,11.5,10.5]},"east":{"texture":"#0","uv":[9.5,10.5,10.5,10.5]},"north":{"texture":"#0","uv":[10.5,10.5,11.5,10.5]},"south":{"texture":"#0","uv":[12.5,10.5,13.5,10.5]},"up":{"texture":"#0","uv":[11.5,10.5,10.5,9.5]},"west":{"texture":"#0","uv":[11.5,10.5,12.5,10.5]}},"from":[-16,-15.98,-16],"shade":false,"to":[-15.2,-15.98,-15.2]}],"overrides":[],"textures":{"0":"item/w713005667_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4699.json b/assets/minecraft/models/w4699.json new file mode 100644 index 000000000..f56036724 --- /dev/null +++ b/assets/minecraft/models/w4699.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,4,6,7.5]},"east":{"texture":"#0","uv":[0,7.5,3.5,9.5]},"north":{"texture":"#0","uv":[3.5,7.5,6,9.5]},"south":{"texture":"#0","uv":[9.5,7.5,12,9.5]},"up":{"texture":"#0","uv":[6,7.5,3.5,4]},"west":{"texture":"#0","uv":[6,7.5,9.5,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.4,-13.2]}],"overrides":[],"textures":{"0":"item/w713005667_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w47.json b/assets/minecraft/models/w47.json new file mode 100644 index 000000000..9e27948ad --- /dev/null +++ b/assets/minecraft/models/w47.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,2,7,2.75]},"east":{"texture":"#0","uv":[6.25,2.75,7,4.25]},"north":{"texture":"#0","uv":[7,2.75,7.625,4.25]},"south":{"texture":"#0","uv":[7.625,2,8.25,3.5]},"up":{"texture":"#0","uv":[7,2.75,6.375,2]},"west":{"texture":"#0","uv":[5.5,3.5,6.25,5]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-11.2,-13.6]}],"overrides":[],"textures":{"0":"item/w1237560704_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w470.json b/assets/minecraft/models/w470.json new file mode 100644 index 000000000..f31ed4e26 --- /dev/null +++ b/assets/minecraft/models/w470.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.25,3.25,13,3.5]},"east":{"texture":"#0","uv":[12.5,3.5,12.75,4]},"north":{"texture":"#0","uv":[12.75,3.5,13,4]},"south":{"texture":"#0","uv":[13.25,3.5,13.5,4]},"up":{"texture":"#0","uv":[13,3.5,12.75,3.25]},"west":{"texture":"#0","uv":[13,3.5,13.25,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.66,-15.32,-15.66]}],"overrides":[],"textures":{"0":"item/w979748004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4700.json b/assets/minecraft/models/w4700.json new file mode 100644 index 000000000..cd052ec4a --- /dev/null +++ b/assets/minecraft/models/w4700.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,0,3,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,4]},"north":{"texture":"#0","uv":[1.5,1.5,3,4]},"south":{"texture":"#0","uv":[4.5,1.5,6,4]},"up":{"texture":"#0","uv":[3,1.5,1.5,0]},"west":{"texture":"#0","uv":[3,1.5,4.5,4]}},"from":[-16,-16,-15.6],"shade":false,"to":[-14.8,-14,-14.400001]},{"faces":{"down":{"texture":"#0","uv":[8.5,1,7.5,1.5]},"east":{"texture":"#0","uv":[6,1.5,6.5,2]},"north":{"texture":"#0","uv":[6.5,1.5,7.5,2]},"south":{"texture":"#0","uv":[8,1.5,9,2]},"up":{"texture":"#0","uv":[7.5,1.5,6.5,1]},"west":{"texture":"#0","uv":[7.5,1.5,8,2]}},"from":[-15.8,-14.8,-15.8],"shade":false,"to":[-15,-14.400001,-15.400001]},{"faces":{"down":{"texture":"#0","uv":[7.5,0,7,0.5]},"east":{"texture":"#0","uv":[6,0.5,6.5,1]},"north":{"texture":"#0","uv":[6.5,0.5,7,1]},"south":{"texture":"#0","uv":[7.5,0.5,8,1]},"up":{"texture":"#0","uv":[7,0.5,6.5,0]},"west":{"texture":"#0","uv":[7,0.5,7.5,1]}},"from":[-15.6,-15,-16],"shade":false,"to":[-15.200001,-14.6,-15.6]}],"overrides":[],"textures":{"0":"item/w713005667_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4701.json b/assets/minecraft/models/w4701.json new file mode 100644 index 000000000..13a61a383 --- /dev/null +++ b/assets/minecraft/models/w4701.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,0,12.5,2]},"east":{"texture":"#0","uv":[9,2,11,3.5]},"north":{"texture":"#0","uv":[11,2,12.5,3.5]},"south":{"texture":"#0","uv":[14.5,2,16,3.5]},"up":{"texture":"#0","uv":[12.5,2,11,0]},"west":{"texture":"#0","uv":[12.5,2,14.5,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.4]}],"overrides":[],"textures":{"0":"item/w713005667_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4702.json b/assets/minecraft/models/w4702.json new file mode 100644 index 000000000..885ffc508 --- /dev/null +++ b/assets/minecraft/models/w4702.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[8,11.5,11,13]},"west":{"texture":"#0","uv":[11,11.5,8,13]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-13.6]}],"overrides":[],"textures":{"0":"item/w713005667_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4703.json b/assets/minecraft/models/w4703.json new file mode 100644 index 000000000..5783641fb --- /dev/null +++ b/assets/minecraft/models/w4703.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,9.5,4.5,13]},"east":{"texture":"#0","uv":[7.5,13,4,14.5]},"north":{"texture":"#0","uv":[4,13,3.5,14.5]},"south":{"texture":"#0","uv":[8,13,7.5,14.5]},"up":{"texture":"#0","uv":[3.5,13,4,9.5]},"west":{"texture":"#0","uv":[3.5,13,0,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-13.2]}],"overrides":[],"textures":{"0":"item/w713005667_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4704.json b/assets/minecraft/models/w4704.json new file mode 100644 index 000000000..f33db3a9b --- /dev/null +++ b/assets/minecraft/models/w4704.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,9.5,4,13]},"east":{"texture":"#0","uv":[0,13,3.5,14.5]},"north":{"texture":"#0","uv":[3.5,13,4,14.5]},"south":{"texture":"#0","uv":[7.5,13,8,14.5]},"up":{"texture":"#0","uv":[4,13,3.5,9.5]},"west":{"texture":"#0","uv":[4,13,7.5,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-13.2]}],"overrides":[],"textures":{"0":"item/w713005667_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4705.json b/assets/minecraft/models/w4705.json new file mode 100644 index 000000000..3be03ada2 --- /dev/null +++ b/assets/minecraft/models/w4705.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,9.5,9.5,10]},"east":{"texture":"#0","uv":[9.5,10,9,11.5]},"north":{"texture":"#0","uv":[9,10,8.5,11.5]},"south":{"texture":"#0","uv":[10,10,9.5,11.5]},"up":{"texture":"#0","uv":[8.5,10,9,9.5]},"west":{"texture":"#0","uv":[8.5,10,8,11.5]}},"from":[-15.8,-16,-15.6],"shade":false,"to":[-15.400001,-14.8,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[11.5,9.5,12.5,10.5]},"east":{"texture":"#0","uv":[12.5,10.5,11.5,10.5]},"north":{"texture":"#0","uv":[11.5,10.5,10.5,10.5]},"south":{"texture":"#0","uv":[13.5,10.5,12.5,10.5]},"up":{"texture":"#0","uv":[10.5,10.5,11.5,9.5]},"west":{"texture":"#0","uv":[10.5,10.5,9.5,10.5]}},"from":[-16,-15.98,-16],"shade":false,"to":[-15.2,-15.98,-15.2]}],"overrides":[],"textures":{"0":"item/w713097292_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4706.json b/assets/minecraft/models/w4706.json new file mode 100644 index 000000000..f2e29a3c4 --- /dev/null +++ b/assets/minecraft/models/w4706.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,9.5,9,10]},"east":{"texture":"#0","uv":[8,10,8.5,11.5]},"north":{"texture":"#0","uv":[8.5,10,9,11.5]},"south":{"texture":"#0","uv":[9.5,10,10,11.5]},"up":{"texture":"#0","uv":[9,10,8.5,9.5]},"west":{"texture":"#0","uv":[9,10,9.5,11.5]}},"from":[-15.8,-16,-15.6],"shade":false,"to":[-15.400001,-14.8,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[12.5,9.5,11.5,10.5]},"east":{"texture":"#0","uv":[9.5,10.5,10.5,10.5]},"north":{"texture":"#0","uv":[10.5,10.5,11.5,10.5]},"south":{"texture":"#0","uv":[12.5,10.5,13.5,10.5]},"up":{"texture":"#0","uv":[11.5,10.5,10.5,9.5]},"west":{"texture":"#0","uv":[11.5,10.5,12.5,10.5]}},"from":[-16,-15.98,-16],"shade":false,"to":[-15.2,-15.98,-15.2]}],"overrides":[],"textures":{"0":"item/w713097292_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4707.json b/assets/minecraft/models/w4707.json new file mode 100644 index 000000000..1d7328232 --- /dev/null +++ b/assets/minecraft/models/w4707.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,4,6,7.5]},"east":{"texture":"#0","uv":[0,7.5,3.5,9.5]},"north":{"texture":"#0","uv":[3.5,7.5,6,9.5]},"south":{"texture":"#0","uv":[9.5,7.5,12,9.5]},"up":{"texture":"#0","uv":[6,7.5,3.5,4]},"west":{"texture":"#0","uv":[6,7.5,9.5,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.4,-13.2]}],"overrides":[],"textures":{"0":"item/w713097292_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4708.json b/assets/minecraft/models/w4708.json new file mode 100644 index 000000000..e8b871b27 --- /dev/null +++ b/assets/minecraft/models/w4708.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,0,3,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,4]},"north":{"texture":"#0","uv":[1.5,1.5,3,4]},"south":{"texture":"#0","uv":[4.5,1.5,6,4]},"up":{"texture":"#0","uv":[3,1.5,1.5,0]},"west":{"texture":"#0","uv":[3,1.5,4.5,4]}},"from":[-16,-16,-15.6],"shade":false,"to":[-14.8,-14,-14.400001]},{"faces":{"down":{"texture":"#0","uv":[8.5,1,7.5,1.5]},"east":{"texture":"#0","uv":[6,1.5,6.5,2]},"north":{"texture":"#0","uv":[6.5,1.5,7.5,2]},"south":{"texture":"#0","uv":[8,1.5,9,2]},"up":{"texture":"#0","uv":[7.5,1.5,6.5,1]},"west":{"texture":"#0","uv":[7.5,1.5,8,2]}},"from":[-15.8,-14.8,-15.8],"shade":false,"to":[-15,-14.400001,-15.400001]},{"faces":{"down":{"texture":"#0","uv":[7.5,0,7,0.5]},"east":{"texture":"#0","uv":[6,0.5,6.5,1]},"north":{"texture":"#0","uv":[6.5,0.5,7,1]},"south":{"texture":"#0","uv":[7.5,0.5,8,1]},"up":{"texture":"#0","uv":[7,0.5,6.5,0]},"west":{"texture":"#0","uv":[7,0.5,7.5,1]}},"from":[-15.6,-15,-16],"shade":false,"to":[-15.200001,-14.6,-15.6]}],"overrides":[],"textures":{"0":"item/w713097292_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4709.json b/assets/minecraft/models/w4709.json new file mode 100644 index 000000000..72ee884f9 --- /dev/null +++ b/assets/minecraft/models/w4709.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,0,12.5,2]},"east":{"texture":"#0","uv":[9,2,11,3.5]},"north":{"texture":"#0","uv":[11,2,12.5,3.5]},"south":{"texture":"#0","uv":[14.5,2,16,3.5]},"up":{"texture":"#0","uv":[12.5,2,11,0]},"west":{"texture":"#0","uv":[12.5,2,14.5,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.4]}],"overrides":[],"textures":{"0":"item/w713097292_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w471.json b/assets/minecraft/models/w471.json new file mode 100644 index 000000000..385e5eddc --- /dev/null +++ b/assets/minecraft/models/w471.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.75,2.5,10.5,2.75]},"east":{"texture":"#0","uv":[10,2.75,10.25,4]},"north":{"texture":"#0","uv":[10.25,2.75,10.5,4]},"south":{"texture":"#0","uv":[10.75,2.75,11,4]},"up":{"texture":"#0","uv":[10.5,2.75,10.25,2.5]},"west":{"texture":"#0","uv":[10.5,2.75,10.75,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.49,-14.3,-15.49]}],"overrides":[],"textures":{"0":"item/w979748004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4710.json b/assets/minecraft/models/w4710.json new file mode 100644 index 000000000..76a4178c3 --- /dev/null +++ b/assets/minecraft/models/w4710.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[8,11.5,11,13]},"west":{"texture":"#0","uv":[11,11.5,8,13]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-13.6]}],"overrides":[],"textures":{"0":"item/w713097292_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4711.json b/assets/minecraft/models/w4711.json new file mode 100644 index 000000000..3eccb63ca --- /dev/null +++ b/assets/minecraft/models/w4711.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,9.5,4.5,13]},"east":{"texture":"#0","uv":[7.5,13,4,14.5]},"north":{"texture":"#0","uv":[4,13,3.5,14.5]},"south":{"texture":"#0","uv":[8,13,7.5,14.5]},"up":{"texture":"#0","uv":[3.5,13,4,9.5]},"west":{"texture":"#0","uv":[3.5,13,0,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-13.2]}],"overrides":[],"textures":{"0":"item/w713097292_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4712.json b/assets/minecraft/models/w4712.json new file mode 100644 index 000000000..f13371a76 --- /dev/null +++ b/assets/minecraft/models/w4712.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,9.5,4,13]},"east":{"texture":"#0","uv":[0,13,3.5,14.5]},"north":{"texture":"#0","uv":[3.5,13,4,14.5]},"south":{"texture":"#0","uv":[7.5,13,8,14.5]},"up":{"texture":"#0","uv":[4,13,3.5,9.5]},"west":{"texture":"#0","uv":[4,13,7.5,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-13.2]}],"overrides":[],"textures":{"0":"item/w713097292_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4713.json b/assets/minecraft/models/w4713.json new file mode 100644 index 000000000..2552643bc --- /dev/null +++ b/assets/minecraft/models/w4713.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,9.5,3.5,11]},"east":{"texture":"#0","uv":[0,11,1.5,13.5]},"north":{"texture":"#0","uv":[1.5,11,3.5,13.5]},"south":{"texture":"#0","uv":[5,11,7,13.5]},"up":{"texture":"#0","uv":[3.5,11,1.5,9.5]},"west":{"texture":"#0","uv":[3.5,11,5,13.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w2020580543_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4714.json b/assets/minecraft/models/w4714.json new file mode 100644 index 000000000..3abb69465 --- /dev/null +++ b/assets/minecraft/models/w4714.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,13,13,16]},"east":{"texture":"#0","uv":[13,13,16,16]},"north":{"texture":"#0","uv":[13,13,16,16]},"south":{"texture":"#0","uv":[13,13,16,16]},"up":{"texture":"#0","uv":[16,16,13,13]},"west":{"texture":"#0","uv":[13,13,16,16]}},"from":[8,8,8],"shade":false,"to":[5.36,5.3600006,5.36]}],"overrides":[],"textures":{"0":"item/w2020580543_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4715.json b/assets/minecraft/models/w4715.json new file mode 100644 index 000000000..a1741d269 --- /dev/null +++ b/assets/minecraft/models/w4715.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,0,6,3]},"east":{"texture":"#0","uv":[0,3,3,6]},"north":{"texture":"#0","uv":[3,3,6,6]},"south":{"texture":"#0","uv":[9,3,12,6]},"up":{"texture":"#0","uv":[6,3,3,0]},"west":{"texture":"#0","uv":[6,3,9,6]}},"from":[-16,-15.6,-16],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.8,-13.2,-14.8],"rescale":false},"shade":false,"to":[-13.6,-13.200001,-13.6]},{"faces":{"down":{"texture":"#0","uv":[13,9.5,11,11.5]},"east":{"texture":"#0","uv":[7,11.5,9,12]},"north":{"texture":"#0","uv":[9,11.5,11,12]},"south":{"texture":"#0","uv":[13,11.5,15,12]},"up":{"texture":"#0","uv":[11,11.5,9,9.5]},"west":{"texture":"#0","uv":[11,11.5,13,12]}},"from":[-15.6,-16,-15.6],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.8,-13.2,-14.8],"rescale":false},"shade":false,"to":[-14,-15.6,-14]}],"overrides":[],"textures":{"0":"item/w2020580543_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4716.json b/assets/minecraft/models/w4716.json new file mode 100644 index 000000000..c305ecb51 --- /dev/null +++ b/assets/minecraft/models/w4716.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,6,5,8]},"east":{"texture":"#0","uv":[0,8,2,9.5]},"north":{"texture":"#0","uv":[2,8,5,9.5]},"south":{"texture":"#0","uv":[7,8,10,9.5]},"up":{"texture":"#0","uv":[5,8,2,6]},"west":{"texture":"#0","uv":[5,8,7,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-14.4]}],"overrides":[],"textures":{"0":"item/w2020580543_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4717.json b/assets/minecraft/models/w4717.json new file mode 100644 index 000000000..d40942fce --- /dev/null +++ b/assets/minecraft/models/w4717.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[17,6,13.5,6]},"east":{"texture":"#0","uv":[10,6,10,9]},"north":{"texture":"#0","uv":[10,6,14,9]},"south":{"texture":"#0","uv":[14,6,10,9]},"up":{"texture":"#0","uv":[13.5,6,10,6]},"west":{"texture":"#0","uv":[13.5,6,13.5,9]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w2020580543_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4718.json b/assets/minecraft/models/w4718.json new file mode 100644 index 000000000..f1fda2df7 --- /dev/null +++ b/assets/minecraft/models/w4718.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,6,17,6]},"east":{"texture":"#0","uv":[13.5,6,13.5,9]},"north":{"texture":"#0","uv":[14,6,10,9]},"south":{"texture":"#0","uv":[10,6,14,9]},"up":{"texture":"#0","uv":[10,6,13.5,6]},"west":{"texture":"#0","uv":[10,6,10,9]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w2020580543_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4719.json b/assets/minecraft/models/w4719.json new file mode 100644 index 000000000..c53ca321b --- /dev/null +++ b/assets/minecraft/models/w4719.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,0,14,2]},"east":{"texture":"#0","uv":[12,2,14,4.5]},"north":{"texture":"#0","uv":[14,2,14,4.5]},"south":{"texture":"#0","uv":[16,2,16,4.5]},"up":{"texture":"#0","uv":[14,2,14,0]},"west":{"texture":"#0","uv":[14,2,12,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14,-14.4]}],"overrides":[],"textures":{"0":"item/w2020580543_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w472.json b/assets/minecraft/models/w472.json new file mode 100644 index 000000000..1e42f854a --- /dev/null +++ b/assets/minecraft/models/w472.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[9.5,8.75,11,10.25]},"west":{"texture":"#0","uv":[11,8.75,9.5,10.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w979748004_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4720.json b/assets/minecraft/models/w4720.json new file mode 100644 index 000000000..c53ca321b --- /dev/null +++ b/assets/minecraft/models/w4720.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,0,14,2]},"east":{"texture":"#0","uv":[12,2,14,4.5]},"north":{"texture":"#0","uv":[14,2,14,4.5]},"south":{"texture":"#0","uv":[16,2,16,4.5]},"up":{"texture":"#0","uv":[14,2,14,0]},"west":{"texture":"#0","uv":[14,2,12,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14,-14.4]}],"overrides":[],"textures":{"0":"item/w2020580543_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4721.json b/assets/minecraft/models/w4721.json new file mode 100644 index 000000000..c49ce3e5d --- /dev/null +++ b/assets/minecraft/models/w4721.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,3,5,6]},"east":{"texture":"#0","uv":[0,6,3,7.75]},"north":{"texture":"#0","uv":[3,6,5,7.75]},"south":{"texture":"#0","uv":[8,6,10,7.75]},"up":{"texture":"#0","uv":[5,6,3,3]},"west":{"texture":"#0","uv":[5,6,8,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.78,-13.2,-11.2]}],"overrides":[],"textures":{"0":"item/w967720287_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4722.json b/assets/minecraft/models/w4722.json new file mode 100644 index 000000000..b1cf79af5 --- /dev/null +++ b/assets/minecraft/models/w4722.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,1.75,12.75,2.5]},"east":{"texture":"#0","uv":[12.75,2.5,12,3.5]},"north":{"texture":"#0","uv":[12,2.5,11.25,3.5]},"south":{"texture":"#0","uv":[13.5,2.5,12.75,3.5]},"up":{"texture":"#0","uv":[11.25,2.5,12,1.75]},"west":{"texture":"#0","uv":[11.25,2.5,10.5,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.8]}],"overrides":[],"textures":{"0":"item/w967720287_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4723.json b/assets/minecraft/models/w4723.json new file mode 100644 index 000000000..82d2b5c29 --- /dev/null +++ b/assets/minecraft/models/w4723.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.75,1.75,12,2.5]},"east":{"texture":"#0","uv":[10.5,2.5,11.25,3.5]},"north":{"texture":"#0","uv":[11.25,2.5,12,3.5]},"south":{"texture":"#0","uv":[12.75,2.5,13.5,3.5]},"up":{"texture":"#0","uv":[12,2.5,11.25,1.75]},"west":{"texture":"#0","uv":[12,2.5,12.75,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.8]}],"overrides":[],"textures":{"0":"item/w967720287_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4724.json b/assets/minecraft/models/w4724.json new file mode 100644 index 000000000..1751d7885 --- /dev/null +++ b/assets/minecraft/models/w4724.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,11.5,0.5]},"east":{"texture":"#0","uv":[10.5,0.5,11,1.75]},"north":{"texture":"#0","uv":[11,0.5,11.5,1.75]},"south":{"texture":"#0","uv":[12,0.5,12.5,1.75]},"up":{"texture":"#0","uv":[11.5,0.5,11,0]},"west":{"texture":"#0","uv":[11.5,0.5,12,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14,-15.2]}],"overrides":[],"textures":{"0":"item/w967720287_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4725.json b/assets/minecraft/models/w4725.json new file mode 100644 index 000000000..0f467591b --- /dev/null +++ b/assets/minecraft/models/w4725.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,0,12,0.5]},"east":{"texture":"#0","uv":[12,0.5,11.5,1.75]},"north":{"texture":"#0","uv":[11.5,0.5,11,1.75]},"south":{"texture":"#0","uv":[12.5,0.5,12,1.75]},"up":{"texture":"#0","uv":[11,0.5,11.5,0]},"west":{"texture":"#0","uv":[11,0.5,10.5,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14,-15.2]}],"overrides":[],"textures":{"0":"item/w967720287_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4726.json b/assets/minecraft/models/w4726.json new file mode 100644 index 000000000..61e02414e --- /dev/null +++ b/assets/minecraft/models/w4726.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,3]},"north":{"texture":"#0","uv":[1.5,1.5,3.5,3]},"south":{"texture":"#0","uv":[5,1.5,7,3]},"up":{"texture":"#0","uv":[3.5,1.5,1.5,0]},"west":{"texture":"#0","uv":[3.5,1.5,5,3]}},"from":[-15.2,-16,-14.8],"shade":false,"to":[-12,-13.6,-12.4]},{"faces":{"down":{"texture":"#0","uv":[8,1.25,7.5,1.25]},"east":{"texture":"#0","uv":[7,1.25,7,2.25]},"north":{"texture":"#0","uv":[7,1.25,7.5,2.25]},"south":{"texture":"#0","uv":[7.5,1.25,8,2.25]},"up":{"texture":"#0","uv":[7.5,1.25,7,1.25]},"west":{"texture":"#0","uv":[7.5,1.25,7.5,2.25]}},"from":[-12,-16,-14.8],"shade":false,"to":[-11.2,-14.4,-14.8]},{"faces":{"down":{"texture":"#0","uv":[7.5,1.25,8,1.25]},"east":{"texture":"#0","uv":[7.5,1.25,7.5,2.25]},"north":{"texture":"#0","uv":[7.5,1.25,7,2.25]},"south":{"texture":"#0","uv":[8,1.25,7.5,2.25]},"up":{"texture":"#0","uv":[7,1.25,7.5,1.25]},"west":{"texture":"#0","uv":[7,1.25,7,2.25]}},"from":[-16,-16,-14.8],"shade":false,"to":[-15.2,-14.4,-14.8]},{"faces":{"down":{"texture":"#0","uv":[8.75,2.25,8,2.5]},"east":{"texture":"#0","uv":[7,2.5,7.25,3]},"north":{"texture":"#0","uv":[7.25,2.5,8,3]},"south":{"texture":"#0","uv":[8.25,2.5,9,3]},"up":{"texture":"#0","uv":[8,2.5,7.25,2.25]},"west":{"texture":"#0","uv":[8,2.5,8.25,3]}},"from":[-13.2,-13.6,-14.4],"shade":false,"to":[-12,-12.8,-14]},{"faces":{"down":{"texture":"#0","uv":[8,2.25,8.75,2.5]},"east":{"texture":"#0","uv":[8.25,2.5,8,3]},"north":{"texture":"#0","uv":[8,2.5,7.25,3]},"south":{"texture":"#0","uv":[9,2.5,8.25,3]},"up":{"texture":"#0","uv":[7.25,2.5,8,2.25]},"west":{"texture":"#0","uv":[7.25,2.5,7,3]}},"from":[-15.2,-13.6,-14.4],"shade":false,"to":[-14,-12.8,-14]},{"faces":{"down":{"texture":"#0","uv":[9.75,0,8.75,0.75]},"east":{"texture":"#0","uv":[7,0.75,7.75,1.25]},"north":{"texture":"#0","uv":[7.75,0.75,8.75,1.25]},"south":{"texture":"#0","uv":[9.5,0.75,10.5,1.25]},"up":{"texture":"#0","uv":[8.75,0.75,7.75,0]},"west":{"texture":"#0","uv":[8.75,0.75,9.5,1.25]}},"from":[-14.4,-16,-16],"shade":false,"to":[-12.799999,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w967720287_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4727.json b/assets/minecraft/models/w4727.json new file mode 100644 index 000000000..ba35b6ebd --- /dev/null +++ b/assets/minecraft/models/w4727.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.75,7.75,4.5,11]},"east":{"texture":"#0","uv":[0,11,3.25,12.25]},"north":{"texture":"#0","uv":[3.25,11,4.5,12.25]},"south":{"texture":"#0","uv":[7.75,11,9,12.25]},"up":{"texture":"#0","uv":[4.5,11,3.25,7.75]},"west":{"texture":"#0","uv":[4.5,11,7.75,12.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-10.8]}],"overrides":[],"textures":{"0":"item/w967720287_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4728.json b/assets/minecraft/models/w4728.json new file mode 100644 index 000000000..b43597a75 --- /dev/null +++ b/assets/minecraft/models/w4728.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.25,3.5,13,4.5]},"east":{"texture":"#0","uv":[13.25,4.5,12.25,4.75]},"north":{"texture":"#0","uv":[12.25,4.5,11.5,4.75]},"south":{"texture":"#0","uv":[14,4.5,13.25,4.75]},"up":{"texture":"#0","uv":[11.5,4.5,12.25,3.5]},"west":{"texture":"#0","uv":[11.5,4.5,10.5,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w967720287_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4729.json b/assets/minecraft/models/w4729.json new file mode 100644 index 000000000..94e37e70a --- /dev/null +++ b/assets/minecraft/models/w4729.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,3.5,12.25,4.5]},"east":{"texture":"#0","uv":[10.5,4.5,11.5,4.75]},"north":{"texture":"#0","uv":[11.5,4.5,12.25,4.75]},"south":{"texture":"#0","uv":[13.25,4.5,14,4.75]},"up":{"texture":"#0","uv":[12.25,4.5,11.5,3.5]},"west":{"texture":"#0","uv":[12.25,4.5,13.25,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w967720287_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w473.json b/assets/minecraft/models/w473.json new file mode 100644 index 000000000..1daa9d304 --- /dev/null +++ b/assets/minecraft/models/w473.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,6,6,0]},"east":{"texture":"#0","uv":[6,12,12,6]},"north":{"texture":"#0","uv":[12,6,6,12]},"south":{"texture":"#0","uv":[12,12,6,6]},"up":{"texture":"#0","uv":[6,6,0,12]},"west":{"texture":"#0","uv":[6,6,12,12]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-11.2]}],"overrides":[],"textures":{"0":"item/w135981545_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4730.json b/assets/minecraft/models/w4730.json new file mode 100644 index 000000000..dc68f476f --- /dev/null +++ b/assets/minecraft/models/w4730.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,0,16,0]},"east":{"texture":"#0","uv":[0,0,0,0]},"north":{"texture":"#0","uv":[0.25,0,0.25,0]},"south":{"texture":"#0","uv":[16,0,16,0]},"up":{"texture":"#0","uv":[12.25,0.25,12.25,0.25]},"west":{"texture":"#0","uv":[4,0,4,0]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-16,-16]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4731.json b/assets/minecraft/models/w4731.json new file mode 100644 index 000000000..07b3a1d3a --- /dev/null +++ b/assets/minecraft/models/w4731.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[0,5,0.75,6.75]},"north":{"texture":"#0","uv":[0.75,5,0,6.75]},"south":{"texture":"#0","uv":[0.75,5,0,6.75]},"west":{"texture":"#0","uv":[0,5,0.75,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4732.json b/assets/minecraft/models/w4732.json new file mode 100644 index 000000000..928bf8926 --- /dev/null +++ b/assets/minecraft/models/w4732.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[0.75,5,0,6.75]},"north":{"texture":"#0","uv":[0,5,0.75,6.75]},"south":{"texture":"#0","uv":[0,5,0.75,6.75]},"west":{"texture":"#0","uv":[0.75,5,0,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4733.json b/assets/minecraft/models/w4733.json new file mode 100644 index 000000000..07b3a1d3a --- /dev/null +++ b/assets/minecraft/models/w4733.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[0,5,0.75,6.75]},"north":{"texture":"#0","uv":[0.75,5,0,6.75]},"south":{"texture":"#0","uv":[0.75,5,0,6.75]},"west":{"texture":"#0","uv":[0,5,0.75,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4734.json b/assets/minecraft/models/w4734.json new file mode 100644 index 000000000..928bf8926 --- /dev/null +++ b/assets/minecraft/models/w4734.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[0.75,5,0,6.75]},"north":{"texture":"#0","uv":[0,5,0.75,6.75]},"south":{"texture":"#0","uv":[0,5,0.75,6.75]},"west":{"texture":"#0","uv":[0.75,5,0,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4735.json b/assets/minecraft/models/w4735.json new file mode 100644 index 000000000..0da07dbc8 --- /dev/null +++ b/assets/minecraft/models/w4735.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,3,0.5,4]},"south":{"texture":"#0","uv":[0.5,3,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4736.json b/assets/minecraft/models/w4736.json new file mode 100644 index 000000000..0da07dbc8 --- /dev/null +++ b/assets/minecraft/models/w4736.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,3,0.5,4]},"south":{"texture":"#0","uv":[0.5,3,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4737.json b/assets/minecraft/models/w4737.json new file mode 100644 index 000000000..dd1754974 --- /dev/null +++ b/assets/minecraft/models/w4737.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.5,3,0,4]},"south":{"texture":"#0","uv":[0,3,0.5,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4738.json b/assets/minecraft/models/w4738.json new file mode 100644 index 000000000..dd1754974 --- /dev/null +++ b/assets/minecraft/models/w4738.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.5,3,0,4]},"south":{"texture":"#0","uv":[0,3,0.5,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4739.json b/assets/minecraft/models/w4739.json new file mode 100644 index 000000000..7b71035d3 --- /dev/null +++ b/assets/minecraft/models/w4739.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.25,0.5,0,0.75]},"east":{"texture":"#0","uv":[6,13.25,10,16]},"north":{"texture":"#0","uv":[0,13.25,6,16]},"south":{"texture":"#0","uv":[0,13.25,6,16]},"up":{"texture":"#0","uv":[6,13.25,0,9.25]},"west":{"texture":"#0","uv":[6,13.25,10,16]}},"from":[-16,-16,-16],"shade":false,"to":[-6.3999996,-11.6,-9.6]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w474.json b/assets/minecraft/models/w474.json new file mode 100644 index 000000000..bd2a8f586 --- /dev/null +++ b/assets/minecraft/models/w474.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,11,0,5.5]},"east":{"texture":"#0","uv":[5.5,0,11,5.5]},"north":{"texture":"#0","uv":[5.5,5.5,0,0]},"south":{"texture":"#0","uv":[5.5,5.5,0,0]},"up":{"texture":"#0","uv":[5.5,11,0,5.5]},"west":{"texture":"#0","uv":[5.5,0,11,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-11.6,-11.6,-11.6]}],"overrides":[],"textures":{"0":"item/w2126237075_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4740.json b/assets/minecraft/models/w4740.json new file mode 100644 index 000000000..ce7cf10ff --- /dev/null +++ b/assets/minecraft/models/w4740.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,4.25,9,4]},"east":{"texture":"#0","uv":[9.25,4.25,9,4]},"north":{"texture":"#0","uv":[9.25,4.25,9,4]},"south":{"texture":"#0","uv":[9.25,4.25,9,4]},"up":{"texture":"#0","uv":[9.25,4.25,9,4]},"west":{"texture":"#0","uv":[9.25,4.25,9,4]}},"from":[8,8,8],"shade":false,"to":[4.8,4.8,4.8]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4741.json b/assets/minecraft/models/w4741.json new file mode 100644 index 000000000..36af87082 --- /dev/null +++ b/assets/minecraft/models/w4741.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]},"east":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]},"north":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]},"south":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]},"up":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]},"west":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.2,-13.2]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4742.json b/assets/minecraft/models/w4742.json new file mode 100644 index 000000000..66dd9ac7d --- /dev/null +++ b/assets/minecraft/models/w4742.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[12.75,0,11.5,2.5]},"west":{"texture":"#0","uv":[11.5,0,12.75,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-14]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4743.json b/assets/minecraft/models/w4743.json new file mode 100644 index 000000000..3d49d1393 --- /dev/null +++ b/assets/minecraft/models/w4743.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[11.5,0,12.75,2.5]},"west":{"texture":"#0","uv":[12.75,0,11.5,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-14]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4744.json b/assets/minecraft/models/w4744.json new file mode 100644 index 000000000..3d49d1393 --- /dev/null +++ b/assets/minecraft/models/w4744.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[11.5,0,12.75,2.5]},"west":{"texture":"#0","uv":[12.75,0,11.5,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-14]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4745.json b/assets/minecraft/models/w4745.json new file mode 100644 index 000000000..66dd9ac7d --- /dev/null +++ b/assets/minecraft/models/w4745.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[12.75,0,11.5,2.5]},"west":{"texture":"#0","uv":[11.5,0,12.75,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-14]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4746.json b/assets/minecraft/models/w4746.json new file mode 100644 index 000000000..f37c4221c --- /dev/null +++ b/assets/minecraft/models/w4746.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,9.25,0,13.25]},"east":{"texture":"#0","uv":[12,9.25,16,10.75]},"north":{"texture":"#0","uv":[10,13.25,16,14.75]},"south":{"texture":"#0","uv":[10,13.25,16,14.75]},"up":{"texture":"#0","uv":[12,13.25,6,9.25]},"west":{"texture":"#0","uv":[12,9.25,16,10.75]}},"from":[-16,-16,-16],"shade":false,"to":[-6.392,-13.592,-9.592]},{"faces":{"east":{"texture":"#0","uv":[4,7.5,0,8.25]},"north":{"texture":"#0","uv":[0,7.5,0.25,8.25]},"south":{"texture":"#0","uv":[3.75,7.5,4,8.25]},"up":{"texture":"#0","uv":[14.5,4,14.25,0]},"west":{"texture":"#0","uv":[0,7.5,4,8.25]}},"from":[-14.796,-13.596,-15.996],"shade":false,"to":[-14.396,-12.396,-9.596001]},{"faces":{"east":{"texture":"#0","uv":[4,7.5,0,8.25]},"north":{"texture":"#0","uv":[0,7.5,0.25,8.25]},"south":{"texture":"#0","uv":[3.75,7.5,4,8.25]},"up":{"texture":"#0","uv":[14.5,4,14.25,0]},"west":{"texture":"#0","uv":[0,7.5,4,8.25]}},"from":[-7.9960003,-13.596,-15.996],"shade":false,"to":[-7.596,-12.396,-9.596001]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4747.json b/assets/minecraft/models/w4747.json new file mode 100644 index 000000000..2fd3c716e --- /dev/null +++ b/assets/minecraft/models/w4747.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.5,4,0,5]},"south":{"texture":"#0","uv":[0,4,0.5,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4748.json b/assets/minecraft/models/w4748.json new file mode 100644 index 000000000..2fd3c716e --- /dev/null +++ b/assets/minecraft/models/w4748.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.5,4,0,5]},"south":{"texture":"#0","uv":[0,4,0.5,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4749.json b/assets/minecraft/models/w4749.json new file mode 100644 index 000000000..307384e20 --- /dev/null +++ b/assets/minecraft/models/w4749.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,0.5,5]},"south":{"texture":"#0","uv":[0.5,4,0,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w475.json b/assets/minecraft/models/w475.json new file mode 100644 index 000000000..de7d594ed --- /dev/null +++ b/assets/minecraft/models/w475.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,0,3,5]},"east":{"texture":"#0","uv":[3,0,8,1]},"north":{"texture":"#0","uv":[1,1,2,2]},"south":{"texture":"#0","uv":[1,0,2,1]},"up":{"texture":"#0","uv":[3,5,2,0]},"west":{"texture":"#0","uv":[8,0,3,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-15.2]}],"overrides":[],"textures":{"0":"item/w97410_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4750.json b/assets/minecraft/models/w4750.json new file mode 100644 index 000000000..307384e20 --- /dev/null +++ b/assets/minecraft/models/w4750.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,0.5,5]},"south":{"texture":"#0","uv":[0.5,4,0,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4751.json b/assets/minecraft/models/w4751.json new file mode 100644 index 000000000..2477807c0 --- /dev/null +++ b/assets/minecraft/models/w4751.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,4.5,4,6]},"east":{"texture":"#0","uv":[2.25,6,3.75,7.5]},"north":{"texture":"#0","uv":[3.75,6,4,7.5]},"south":{"texture":"#0","uv":[5.5,6,5.75,7.5]},"up":{"texture":"#0","uv":[4,6,3.75,4.5]},"west":{"texture":"#0","uv":[4,6,5.5,7.5]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.200001,-13.6,-13.6]},{"faces":{"down":{"texture":"#0","uv":[4,4.5,4.25,6]},"east":{"texture":"#0","uv":[5.5,6,4,7.5]},"north":{"texture":"#0","uv":[4,6,3.75,7.5]},"south":{"texture":"#0","uv":[5.75,6,5.5,7.5]},"up":{"texture":"#0","uv":[3.75,6,4,4.5]},"west":{"texture":"#0","uv":[3.75,6,2.25,7.5]}},"from":[-5.6000004,-16,-16],"shade":false,"to":[-5.2000003,-13.6,-13.6]},{"faces":{"north":{"texture":"#0","uv":[0.5,4,0,5]},"south":{"texture":"#0","uv":[0,4,0.5,5]}},"from":[-16,-13.6,-14.8],"rotation":{"angle":45,"axis":"x","origin":[-10.4,-14.8,-14.8],"rescale":false},"shade":false,"to":[-15.2,-12,-14.8]},{"faces":{"north":{"texture":"#0","uv":[0.5,4,0,5]},"south":{"texture":"#0","uv":[0,4,0.5,5]}},"from":[-16,-13.6,-14.8],"rotation":{"angle":-45,"axis":"x","origin":[-10.4,-14.8,-14.8],"rescale":false},"shade":false,"to":[-15.2,-12,-14.8]},{"faces":{"north":{"texture":"#0","uv":[0,4,0.5,5]},"south":{"texture":"#0","uv":[0.5,4,0,5]}},"from":[-5.6000004,-13.6,-14.8],"rotation":{"angle":45,"axis":"x","origin":[-10.4,-14.8,-14.8],"rescale":false},"shade":false,"to":[-4.8,-12,-14.8]},{"faces":{"north":{"texture":"#0","uv":[0,4,0.5,5]},"south":{"texture":"#0","uv":[0.5,4,0,5]}},"from":[-5.6000004,-13.6,-14.8],"rotation":{"angle":-45,"axis":"x","origin":[-10.4,-14.8,-14.8],"rescale":false},"shade":false,"to":[-4.8,-12,-14.8]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4752.json b/assets/minecraft/models/w4752.json new file mode 100644 index 000000000..82d8a292e --- /dev/null +++ b/assets/minecraft/models/w4752.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[2.25,2.25,1.5,6.75]},"north":{"texture":"#0","uv":[2.25,2.25,1.5,6.75]},"south":{"texture":"#0","uv":[1.5,2.25,2.25,6.75]},"up":{"texture":"#0","uv":[0.75,3,0,2.25]},"west":{"texture":"#0","uv":[1.5,2.25,2.25,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-8.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4753.json b/assets/minecraft/models/w4753.json new file mode 100644 index 000000000..112c34b13 --- /dev/null +++ b/assets/minecraft/models/w4753.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[13.5,0,14.25,1.5]},"south":{"texture":"#0","uv":[14.25,0,13.5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4754.json b/assets/minecraft/models/w4754.json new file mode 100644 index 000000000..dab1684ff --- /dev/null +++ b/assets/minecraft/models/w4754.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[1.5,2.25,0.75,5.75]},"north":{"texture":"#0","uv":[0.75,2.25,1.5,5.75]},"south":{"texture":"#0","uv":[1.5,2.25,0.75,5.75]},"up":{"texture":"#0","uv":[0.75,3,0,2.25]},"west":{"texture":"#0","uv":[0.75,2.25,1.5,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-10.4,-14.8]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4755.json b/assets/minecraft/models/w4755.json new file mode 100644 index 000000000..eb8875ed2 --- /dev/null +++ b/assets/minecraft/models/w4755.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[13.5,0,12.75,1.5]},"south":{"texture":"#0","uv":[12.75,0,13.5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4756.json b/assets/minecraft/models/w4756.json new file mode 100644 index 000000000..c346affd6 --- /dev/null +++ b/assets/minecraft/models/w4756.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,2.5,5,3.25]},"east":{"texture":"#0","uv":[2.25,3.25,3,4.5]},"north":{"texture":"#0","uv":[3,3.25,5,4.5]},"south":{"texture":"#0","uv":[5.75,3.25,7.75,4.5]},"up":{"texture":"#0","uv":[5,3.25,3,2.5]},"west":{"texture":"#0","uv":[5,3.25,5.75,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4757.json b/assets/minecraft/models/w4757.json new file mode 100644 index 000000000..55cd6b8b8 --- /dev/null +++ b/assets/minecraft/models/w4757.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0.5,2,0]},"east":{"texture":"#0","uv":[2,0,2.5,0.5]},"west":{"texture":"#0","uv":[2,0,2.5,0.5]}},"from":[8,8,8],"shade":false,"to":[11.2,8.8,7.2]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4758.json b/assets/minecraft/models/w4758.json new file mode 100644 index 000000000..2f6f759ea --- /dev/null +++ b/assets/minecraft/models/w4758.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,0,7,0.5]},"east":{"texture":"#0","uv":[2.5,0.5,3,2.5]},"north":{"texture":"#0","uv":[3,0.5,7,2.5]},"south":{"texture":"#0","uv":[7.5,0.5,11.5,2.5]},"up":{"texture":"#0","uv":[7,0.5,3,0]},"west":{"texture":"#0","uv":[7,0.5,7.5,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4759.json b/assets/minecraft/models/w4759.json new file mode 100644 index 000000000..5e2b2fc9e --- /dev/null +++ b/assets/minecraft/models/w4759.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,0,16,0]},"east":{"texture":"#0","uv":[0,0,0,0]},"north":{"texture":"#0","uv":[0.25,0,0.25,0]},"south":{"texture":"#0","uv":[16,0,16,0]},"up":{"texture":"#0","uv":[12.25,0.25,12.25,0.25]},"west":{"texture":"#0","uv":[4,0,4,0]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-16,-16]}],"overrides":[],"textures":{"0":"item/w1881954586_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w476.json b/assets/minecraft/models/w476.json new file mode 100644 index 000000000..c2f2ce9ec --- /dev/null +++ b/assets/minecraft/models/w476.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,2,0,3]},"up":{"texture":"#0","uv":[1,3,0,2]}},"from":[-16,-16,-16],"shade":false,"to":[-15.41,-16,-15.6]}],"overrides":[],"textures":{"0":"item/w97410_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4760.json b/assets/minecraft/models/w4760.json new file mode 100644 index 000000000..9b4f1f032 --- /dev/null +++ b/assets/minecraft/models/w4760.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[0,5,0.75,6.75]},"north":{"texture":"#0","uv":[0.75,5,0,6.75]},"south":{"texture":"#0","uv":[0.75,5,0,6.75]},"west":{"texture":"#0","uv":[0,5,0.75,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1881954586_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4761.json b/assets/minecraft/models/w4761.json new file mode 100644 index 000000000..0829fd9ed --- /dev/null +++ b/assets/minecraft/models/w4761.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[0.75,5,0,6.75]},"north":{"texture":"#0","uv":[0,5,0.75,6.75]},"south":{"texture":"#0","uv":[0,5,0.75,6.75]},"west":{"texture":"#0","uv":[0.75,5,0,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1881954586_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4762.json b/assets/minecraft/models/w4762.json new file mode 100644 index 000000000..9b4f1f032 --- /dev/null +++ b/assets/minecraft/models/w4762.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[0,5,0.75,6.75]},"north":{"texture":"#0","uv":[0.75,5,0,6.75]},"south":{"texture":"#0","uv":[0.75,5,0,6.75]},"west":{"texture":"#0","uv":[0,5,0.75,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1881954586_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4763.json b/assets/minecraft/models/w4763.json new file mode 100644 index 000000000..0829fd9ed --- /dev/null +++ b/assets/minecraft/models/w4763.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[0.75,5,0,6.75]},"north":{"texture":"#0","uv":[0,5,0.75,6.75]},"south":{"texture":"#0","uv":[0,5,0.75,6.75]},"west":{"texture":"#0","uv":[0.75,5,0,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1881954586_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4764.json b/assets/minecraft/models/w4764.json new file mode 100644 index 000000000..e48a6b263 --- /dev/null +++ b/assets/minecraft/models/w4764.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,3,0.5,4]},"south":{"texture":"#0","uv":[0.5,3,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1881954586_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4765.json b/assets/minecraft/models/w4765.json new file mode 100644 index 000000000..e48a6b263 --- /dev/null +++ b/assets/minecraft/models/w4765.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,3,0.5,4]},"south":{"texture":"#0","uv":[0.5,3,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1881954586_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4766.json b/assets/minecraft/models/w4766.json new file mode 100644 index 000000000..945f259ec --- /dev/null +++ b/assets/minecraft/models/w4766.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.5,3,0,4]},"south":{"texture":"#0","uv":[0,3,0.5,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1881954586_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4767.json b/assets/minecraft/models/w4767.json new file mode 100644 index 000000000..945f259ec --- /dev/null +++ b/assets/minecraft/models/w4767.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.5,3,0,4]},"south":{"texture":"#0","uv":[0,3,0.5,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1881954586_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4768.json b/assets/minecraft/models/w4768.json new file mode 100644 index 000000000..8e1d7705d --- /dev/null +++ b/assets/minecraft/models/w4768.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.25,0.5,0,0.75]},"east":{"texture":"#0","uv":[6,13.25,10,16]},"north":{"texture":"#0","uv":[0,13.25,6,16]},"south":{"texture":"#0","uv":[0,13.25,6,16]},"up":{"texture":"#0","uv":[6,13.25,0,9.25]},"west":{"texture":"#0","uv":[6,13.25,10,16]}},"from":[-16,-16,-16],"shade":false,"to":[-6.3999996,-11.6,-9.6]}],"overrides":[],"textures":{"0":"item/w1881954586_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4769.json b/assets/minecraft/models/w4769.json new file mode 100644 index 000000000..e71684708 --- /dev/null +++ b/assets/minecraft/models/w4769.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,4.25,9,4]},"east":{"texture":"#0","uv":[9.25,4.25,9,4]},"north":{"texture":"#0","uv":[9.25,4.25,9,4]},"south":{"texture":"#0","uv":[9.25,4.25,9,4]},"up":{"texture":"#0","uv":[9.25,4.25,9,4]},"west":{"texture":"#0","uv":[9.25,4.25,9,4]}},"from":[8,8,8],"shade":false,"to":[4.8,4.8,4.8]}],"overrides":[],"textures":{"0":"item/w1881954586_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w477.json b/assets/minecraft/models/w477.json new file mode 100644 index 000000000..c2f2ce9ec --- /dev/null +++ b/assets/minecraft/models/w477.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,2,0,3]},"up":{"texture":"#0","uv":[1,3,0,2]}},"from":[-16,-16,-16],"shade":false,"to":[-15.41,-16,-15.6]}],"overrides":[],"textures":{"0":"item/w97410_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4770.json b/assets/minecraft/models/w4770.json new file mode 100644 index 000000000..cd3f1bebb --- /dev/null +++ b/assets/minecraft/models/w4770.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]},"east":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]},"north":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]},"south":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]},"up":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]},"west":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.2,-13.2]}],"overrides":[],"textures":{"0":"item/w1881954586_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4771.json b/assets/minecraft/models/w4771.json new file mode 100644 index 000000000..c11f9c3a2 --- /dev/null +++ b/assets/minecraft/models/w4771.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[12.75,0,11.5,2.5]},"west":{"texture":"#0","uv":[11.5,0,12.75,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-14]}],"overrides":[],"textures":{"0":"item/w1881954586_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4772.json b/assets/minecraft/models/w4772.json new file mode 100644 index 000000000..4b2702ddf --- /dev/null +++ b/assets/minecraft/models/w4772.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[11.5,0,12.75,2.5]},"west":{"texture":"#0","uv":[12.75,0,11.5,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-14]}],"overrides":[],"textures":{"0":"item/w1881954586_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4773.json b/assets/minecraft/models/w4773.json new file mode 100644 index 000000000..4b2702ddf --- /dev/null +++ b/assets/minecraft/models/w4773.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[11.5,0,12.75,2.5]},"west":{"texture":"#0","uv":[12.75,0,11.5,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-14]}],"overrides":[],"textures":{"0":"item/w1881954586_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4774.json b/assets/minecraft/models/w4774.json new file mode 100644 index 000000000..c11f9c3a2 --- /dev/null +++ b/assets/minecraft/models/w4774.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[12.75,0,11.5,2.5]},"west":{"texture":"#0","uv":[11.5,0,12.75,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-14]}],"overrides":[],"textures":{"0":"item/w1881954586_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4775.json b/assets/minecraft/models/w4775.json new file mode 100644 index 000000000..662c5cd8c --- /dev/null +++ b/assets/minecraft/models/w4775.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,9.25,0,13.25]},"east":{"texture":"#0","uv":[12,9.25,16,10.75]},"north":{"texture":"#0","uv":[10,13.25,16,14.75]},"south":{"texture":"#0","uv":[10,13.25,16,14.75]},"up":{"texture":"#0","uv":[12,13.25,6,9.25]},"west":{"texture":"#0","uv":[12,9.25,16,10.75]}},"from":[-16,-16,-16],"shade":false,"to":[-6.392,-13.592,-9.592]},{"faces":{"east":{"texture":"#0","uv":[4,7.5,0,8.25]},"north":{"texture":"#0","uv":[0,7.5,0.25,8.25]},"south":{"texture":"#0","uv":[3.75,7.5,4,8.25]},"up":{"texture":"#0","uv":[14.5,4,14.25,0]},"west":{"texture":"#0","uv":[0,7.5,4,8.25]}},"from":[-14.796,-13.596,-15.996],"shade":false,"to":[-14.396,-12.396,-9.596001]},{"faces":{"east":{"texture":"#0","uv":[4,7.5,0,8.25]},"north":{"texture":"#0","uv":[0,7.5,0.25,8.25]},"south":{"texture":"#0","uv":[3.75,7.5,4,8.25]},"up":{"texture":"#0","uv":[14.5,4,14.25,0]},"west":{"texture":"#0","uv":[0,7.5,4,8.25]}},"from":[-7.9960003,-13.596,-15.996],"shade":false,"to":[-7.596,-12.396,-9.596001]}],"overrides":[],"textures":{"0":"item/w1881954586_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4776.json b/assets/minecraft/models/w4776.json new file mode 100644 index 000000000..6563ce16d --- /dev/null +++ b/assets/minecraft/models/w4776.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.5,4,0,5]},"south":{"texture":"#0","uv":[0,4,0.5,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1881954586_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4777.json b/assets/minecraft/models/w4777.json new file mode 100644 index 000000000..6563ce16d --- /dev/null +++ b/assets/minecraft/models/w4777.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.5,4,0,5]},"south":{"texture":"#0","uv":[0,4,0.5,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1881954586_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4778.json b/assets/minecraft/models/w4778.json new file mode 100644 index 000000000..26404a576 --- /dev/null +++ b/assets/minecraft/models/w4778.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,0.5,5]},"south":{"texture":"#0","uv":[0.5,4,0,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1881954586_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4779.json b/assets/minecraft/models/w4779.json new file mode 100644 index 000000000..26404a576 --- /dev/null +++ b/assets/minecraft/models/w4779.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,0.5,5]},"south":{"texture":"#0","uv":[0.5,4,0,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1881954586_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w478.json b/assets/minecraft/models/w478.json new file mode 100644 index 000000000..f9f42b1e2 --- /dev/null +++ b/assets/minecraft/models/w478.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.25,0,9.25,1]},"east":{"texture":"#0","uv":[6.25,1,7.25,2.75]},"north":{"texture":"#0","uv":[7.25,1,9.25,2.75]},"south":{"texture":"#0","uv":[10.25,1,12.25,2.75]},"up":{"texture":"#0","uv":[9.25,1,7.25,0]},"west":{"texture":"#0","uv":[9.25,1,10.25,2.75]}},"from":[-16,-15.8,-16],"shade":false,"to":[-12.8,-13,-14.4]},{"faces":{"down":{"texture":"#0","uv":[6,3,4,5]},"east":{"texture":"#0","uv":[0,5,2,6.5]},"north":{"texture":"#0","uv":[2,5,4,6.5]},"south":{"texture":"#0","uv":[6,5,8,6.5]},"up":{"texture":"#0","uv":[4,5,2,3]},"west":{"texture":"#0","uv":[4,5,6,6.5]}},"from":[-16,-15.8,-14.4],"shade":false,"to":[-12.8,-13.4,-11.2]},{"faces":{"down":{"texture":"#0","uv":[6.25,0,4.5,2.75]},"east":{"texture":"#0","uv":[0,2.75,2.75,3]},"north":{"texture":"#0","uv":[2.75,2.75,4.5,3]},"south":{"texture":"#0","uv":[7.25,2.75,9,3]},"up":{"texture":"#0","uv":[4.5,2.75,2.75,0]},"west":{"texture":"#0","uv":[4.5,2.75,7.25,3]}},"from":[-15.8,-16,-15.8],"shade":false,"to":[-13,-15.6,-11.4]}],"overrides":[],"textures":{"0":"item/w928710376_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4780.json b/assets/minecraft/models/w4780.json new file mode 100644 index 000000000..86d19d624 --- /dev/null +++ b/assets/minecraft/models/w4780.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,4.5,4,6]},"east":{"texture":"#0","uv":[2.25,6,3.75,7.5]},"north":{"texture":"#0","uv":[3.75,6,4,7.5]},"south":{"texture":"#0","uv":[5.5,6,5.75,7.5]},"up":{"texture":"#0","uv":[4,6,3.75,4.5]},"west":{"texture":"#0","uv":[4,6,5.5,7.5]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.200001,-13.6,-13.6]},{"faces":{"down":{"texture":"#0","uv":[4,4.5,4.25,6]},"east":{"texture":"#0","uv":[5.5,6,4,7.5]},"north":{"texture":"#0","uv":[4,6,3.75,7.5]},"south":{"texture":"#0","uv":[5.75,6,5.5,7.5]},"up":{"texture":"#0","uv":[3.75,6,4,4.5]},"west":{"texture":"#0","uv":[3.75,6,2.25,7.5]}},"from":[-5.6000004,-16,-16],"shade":false,"to":[-5.2000003,-13.6,-13.6]},{"faces":{"north":{"texture":"#0","uv":[0.5,4,0,5]},"south":{"texture":"#0","uv":[0,4,0.5,5]}},"from":[-16,-13.6,-14.8],"rotation":{"angle":45,"axis":"x","origin":[-10.4,-14.8,-14.8],"rescale":false},"shade":false,"to":[-15.2,-12,-14.8]},{"faces":{"north":{"texture":"#0","uv":[0.5,4,0,5]},"south":{"texture":"#0","uv":[0,4,0.5,5]}},"from":[-16,-13.6,-14.8],"rotation":{"angle":-45,"axis":"x","origin":[-10.4,-14.8,-14.8],"rescale":false},"shade":false,"to":[-15.2,-12,-14.8]},{"faces":{"north":{"texture":"#0","uv":[0,4,0.5,5]},"south":{"texture":"#0","uv":[0.5,4,0,5]}},"from":[-5.6000004,-13.6,-14.8],"rotation":{"angle":45,"axis":"x","origin":[-10.4,-14.8,-14.8],"rescale":false},"shade":false,"to":[-4.8,-12,-14.8]},{"faces":{"north":{"texture":"#0","uv":[0,4,0.5,5]},"south":{"texture":"#0","uv":[0.5,4,0,5]}},"from":[-5.6000004,-13.6,-14.8],"rotation":{"angle":-45,"axis":"x","origin":[-10.4,-14.8,-14.8],"rescale":false},"shade":false,"to":[-4.8,-12,-14.8]}],"overrides":[],"textures":{"0":"item/w1881954586_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4781.json b/assets/minecraft/models/w4781.json new file mode 100644 index 000000000..65a9a4a8c --- /dev/null +++ b/assets/minecraft/models/w4781.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[2.25,2.25,1.5,6.75]},"north":{"texture":"#0","uv":[2.25,2.25,1.5,6.75]},"south":{"texture":"#0","uv":[1.5,2.25,2.25,6.75]},"up":{"texture":"#0","uv":[0.75,3,0,2.25]},"west":{"texture":"#0","uv":[1.5,2.25,2.25,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-8.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1881954586_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4782.json b/assets/minecraft/models/w4782.json new file mode 100644 index 000000000..d5746899e --- /dev/null +++ b/assets/minecraft/models/w4782.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[13.5,0,14.25,1.5]},"south":{"texture":"#0","uv":[14.25,0,13.5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w1881954586_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4783.json b/assets/minecraft/models/w4783.json new file mode 100644 index 000000000..a96b1ef89 --- /dev/null +++ b/assets/minecraft/models/w4783.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[1.5,2.25,0.75,5.75]},"north":{"texture":"#0","uv":[0.75,2.25,1.5,5.75]},"south":{"texture":"#0","uv":[1.5,2.25,0.75,5.75]},"up":{"texture":"#0","uv":[0.75,3,0,2.25]},"west":{"texture":"#0","uv":[0.75,2.25,1.5,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-10.4,-14.8]}],"overrides":[],"textures":{"0":"item/w1881954586_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4784.json b/assets/minecraft/models/w4784.json new file mode 100644 index 000000000..e3be335fd --- /dev/null +++ b/assets/minecraft/models/w4784.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[13.5,0,12.75,1.5]},"south":{"texture":"#0","uv":[12.75,0,13.5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w1881954586_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4785.json b/assets/minecraft/models/w4785.json new file mode 100644 index 000000000..e2e28eb6d --- /dev/null +++ b/assets/minecraft/models/w4785.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,2.5,5,3.25]},"east":{"texture":"#0","uv":[2.25,3.25,3,4.5]},"north":{"texture":"#0","uv":[3,3.25,5,4.5]},"south":{"texture":"#0","uv":[5.75,3.25,7.75,4.5]},"up":{"texture":"#0","uv":[5,3.25,3,2.5]},"west":{"texture":"#0","uv":[5,3.25,5.75,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1881954586_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4786.json b/assets/minecraft/models/w4786.json new file mode 100644 index 000000000..a06abce1a --- /dev/null +++ b/assets/minecraft/models/w4786.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0.5,2,0]},"east":{"texture":"#0","uv":[2,0,2.5,0.5]},"west":{"texture":"#0","uv":[2,0,2.5,0.5]}},"from":[8,8,8],"shade":false,"to":[11.2,8.8,7.2]}],"overrides":[],"textures":{"0":"item/w1881954586_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4787.json b/assets/minecraft/models/w4787.json new file mode 100644 index 000000000..61ea7530e --- /dev/null +++ b/assets/minecraft/models/w4787.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,0,7,0.5]},"east":{"texture":"#0","uv":[2.5,0.5,3,2.5]},"north":{"texture":"#0","uv":[3,0.5,7,2.5]},"south":{"texture":"#0","uv":[7.5,0.5,11.5,2.5]},"up":{"texture":"#0","uv":[7,0.5,3,0]},"west":{"texture":"#0","uv":[7,0.5,7.5,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1881954586_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4788.json b/assets/minecraft/models/w4788.json new file mode 100644 index 000000000..df22e474c --- /dev/null +++ b/assets/minecraft/models/w4788.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,0,16,0]},"east":{"texture":"#0","uv":[0,0,0,0]},"north":{"texture":"#0","uv":[0.25,0,0.25,0]},"south":{"texture":"#0","uv":[16,0,16,0]},"up":{"texture":"#0","uv":[12.25,0.25,12.25,0.25]},"west":{"texture":"#0","uv":[4,0,4,0]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-16,-16]}],"overrides":[],"textures":{"0":"item/w362022892_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4789.json b/assets/minecraft/models/w4789.json new file mode 100644 index 000000000..66ad3b035 --- /dev/null +++ b/assets/minecraft/models/w4789.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[0,5,0.75,6.75]},"north":{"texture":"#0","uv":[0.75,5,0,6.75]},"south":{"texture":"#0","uv":[0.75,5,0,6.75]},"west":{"texture":"#0","uv":[0,5,0.75,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w362022892_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w479.json b/assets/minecraft/models/w479.json new file mode 100644 index 000000000..f6836fdb7 --- /dev/null +++ b/assets/minecraft/models/w479.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,8.75,4.5,9.25]},"east":{"texture":"#0","uv":[3,9.25,3.5,9.75]},"north":{"texture":"#0","uv":[3.5,9.25,4.5,9.75]},"south":{"texture":"#0","uv":[5,9.25,6,9.75]},"up":{"texture":"#0","uv":[4.5,9.25,3.5,8.75]},"west":{"texture":"#0","uv":[4.5,9.25,5,9.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w928710376_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4790.json b/assets/minecraft/models/w4790.json new file mode 100644 index 000000000..dc12ec5b0 --- /dev/null +++ b/assets/minecraft/models/w4790.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[0.75,5,0,6.75]},"north":{"texture":"#0","uv":[0,5,0.75,6.75]},"south":{"texture":"#0","uv":[0,5,0.75,6.75]},"west":{"texture":"#0","uv":[0.75,5,0,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w362022892_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4791.json b/assets/minecraft/models/w4791.json new file mode 100644 index 000000000..66ad3b035 --- /dev/null +++ b/assets/minecraft/models/w4791.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[0,5,0.75,6.75]},"north":{"texture":"#0","uv":[0.75,5,0,6.75]},"south":{"texture":"#0","uv":[0.75,5,0,6.75]},"west":{"texture":"#0","uv":[0,5,0.75,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w362022892_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4792.json b/assets/minecraft/models/w4792.json new file mode 100644 index 000000000..dc12ec5b0 --- /dev/null +++ b/assets/minecraft/models/w4792.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[0.75,5,0,6.75]},"north":{"texture":"#0","uv":[0,5,0.75,6.75]},"south":{"texture":"#0","uv":[0,5,0.75,6.75]},"west":{"texture":"#0","uv":[0.75,5,0,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w362022892_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4793.json b/assets/minecraft/models/w4793.json new file mode 100644 index 000000000..8f58f7e2b --- /dev/null +++ b/assets/minecraft/models/w4793.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,3,0.5,4]},"south":{"texture":"#0","uv":[0.5,3,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w362022892_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4794.json b/assets/minecraft/models/w4794.json new file mode 100644 index 000000000..8f58f7e2b --- /dev/null +++ b/assets/minecraft/models/w4794.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,3,0.5,4]},"south":{"texture":"#0","uv":[0.5,3,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w362022892_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4795.json b/assets/minecraft/models/w4795.json new file mode 100644 index 000000000..09a325d72 --- /dev/null +++ b/assets/minecraft/models/w4795.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.5,3,0,4]},"south":{"texture":"#0","uv":[0,3,0.5,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w362022892_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4796.json b/assets/minecraft/models/w4796.json new file mode 100644 index 000000000..09a325d72 --- /dev/null +++ b/assets/minecraft/models/w4796.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.5,3,0,4]},"south":{"texture":"#0","uv":[0,3,0.5,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w362022892_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4797.json b/assets/minecraft/models/w4797.json new file mode 100644 index 000000000..9b2aa1758 --- /dev/null +++ b/assets/minecraft/models/w4797.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.25,0.5,0,0.75]},"east":{"texture":"#0","uv":[6,13.25,10,16]},"north":{"texture":"#0","uv":[0,13.25,6,16]},"south":{"texture":"#0","uv":[0,13.25,6,16]},"up":{"texture":"#0","uv":[6,13.25,0,9.25]},"west":{"texture":"#0","uv":[6,13.25,10,16]}},"from":[-16,-16,-16],"shade":false,"to":[-6.3999996,-11.6,-9.6]}],"overrides":[],"textures":{"0":"item/w362022892_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4798.json b/assets/minecraft/models/w4798.json new file mode 100644 index 000000000..bc0cef92d --- /dev/null +++ b/assets/minecraft/models/w4798.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,4.25,9,4]},"east":{"texture":"#0","uv":[9.25,4.25,9,4]},"north":{"texture":"#0","uv":[9.25,4.25,9,4]},"south":{"texture":"#0","uv":[9.25,4.25,9,4]},"up":{"texture":"#0","uv":[9.25,4.25,9,4]},"west":{"texture":"#0","uv":[9.25,4.25,9,4]}},"from":[8,8,8],"shade":false,"to":[4.8,4.8,4.8]}],"overrides":[],"textures":{"0":"item/w362022892_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4799.json b/assets/minecraft/models/w4799.json new file mode 100644 index 000000000..2548fc18c --- /dev/null +++ b/assets/minecraft/models/w4799.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]},"east":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]},"north":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]},"south":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]},"up":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]},"west":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.2,-13.2]}],"overrides":[],"textures":{"0":"item/w362022892_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w48.json b/assets/minecraft/models/w48.json new file mode 100644 index 000000000..ed62d5bbf --- /dev/null +++ b/assets/minecraft/models/w48.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,2,7.625,2.75]},"east":{"texture":"#0","uv":[6.25,3.5,5.5,5]},"north":{"texture":"#0","uv":[7.625,2.75,7,4.25]},"south":{"texture":"#0","uv":[8.25,2,7.625,3.5]},"up":{"texture":"#0","uv":[6.375,2.75,7,2]},"west":{"texture":"#0","uv":[7,2.75,6.25,4.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-11.2,-13.6]}],"overrides":[],"textures":{"0":"item/w1237560704_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w480.json b/assets/minecraft/models/w480.json new file mode 100644 index 000000000..535a53cdb --- /dev/null +++ b/assets/minecraft/models/w480.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,1.75,2,1.75]},"east":{"texture":"#0","uv":[1,1.75,1,2.5]},"north":{"texture":"#0","uv":[1,1.75,0,2.5]},"south":{"texture":"#0","uv":[2,1.75,1,2.5]},"up":{"texture":"#0","uv":[0,1.75,1,1.75]},"west":{"texture":"#0","uv":[0,1.75,0,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w928710376_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4800.json b/assets/minecraft/models/w4800.json new file mode 100644 index 000000000..c62cf486e --- /dev/null +++ b/assets/minecraft/models/w4800.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[12.75,0,11.5,2.5]},"west":{"texture":"#0","uv":[11.5,0,12.75,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-14]}],"overrides":[],"textures":{"0":"item/w362022892_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4801.json b/assets/minecraft/models/w4801.json new file mode 100644 index 000000000..32618315a --- /dev/null +++ b/assets/minecraft/models/w4801.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[11.5,0,12.75,2.5]},"west":{"texture":"#0","uv":[12.75,0,11.5,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-14]}],"overrides":[],"textures":{"0":"item/w362022892_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4802.json b/assets/minecraft/models/w4802.json new file mode 100644 index 000000000..32618315a --- /dev/null +++ b/assets/minecraft/models/w4802.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[11.5,0,12.75,2.5]},"west":{"texture":"#0","uv":[12.75,0,11.5,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-14]}],"overrides":[],"textures":{"0":"item/w362022892_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4803.json b/assets/minecraft/models/w4803.json new file mode 100644 index 000000000..c62cf486e --- /dev/null +++ b/assets/minecraft/models/w4803.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[12.75,0,11.5,2.5]},"west":{"texture":"#0","uv":[11.5,0,12.75,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-14]}],"overrides":[],"textures":{"0":"item/w362022892_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4804.json b/assets/minecraft/models/w4804.json new file mode 100644 index 000000000..ec84fd2d8 --- /dev/null +++ b/assets/minecraft/models/w4804.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,9.25,0,13.25]},"east":{"texture":"#0","uv":[12,9.25,16,10.75]},"north":{"texture":"#0","uv":[10,13.25,16,14.75]},"south":{"texture":"#0","uv":[10,13.25,16,14.75]},"up":{"texture":"#0","uv":[12,13.25,6,9.25]},"west":{"texture":"#0","uv":[12,9.25,16,10.75]}},"from":[-16,-16,-16],"shade":false,"to":[-6.392,-13.592,-9.592]},{"faces":{"east":{"texture":"#0","uv":[4,7.5,0,8.25]},"north":{"texture":"#0","uv":[0,7.5,0.25,8.25]},"south":{"texture":"#0","uv":[3.75,7.5,4,8.25]},"up":{"texture":"#0","uv":[14.5,4,14.25,0]},"west":{"texture":"#0","uv":[0,7.5,4,8.25]}},"from":[-14.796,-13.596,-15.996],"shade":false,"to":[-14.396,-12.396,-9.596001]},{"faces":{"east":{"texture":"#0","uv":[4,7.5,0,8.25]},"north":{"texture":"#0","uv":[0,7.5,0.25,8.25]},"south":{"texture":"#0","uv":[3.75,7.5,4,8.25]},"up":{"texture":"#0","uv":[14.5,4,14.25,0]},"west":{"texture":"#0","uv":[0,7.5,4,8.25]}},"from":[-7.9960003,-13.596,-15.996],"shade":false,"to":[-7.596,-12.396,-9.596001]}],"overrides":[],"textures":{"0":"item/w362022892_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4805.json b/assets/minecraft/models/w4805.json new file mode 100644 index 000000000..a65f57bd8 --- /dev/null +++ b/assets/minecraft/models/w4805.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.5,4,0,5]},"south":{"texture":"#0","uv":[0,4,0.5,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w362022892_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4806.json b/assets/minecraft/models/w4806.json new file mode 100644 index 000000000..a65f57bd8 --- /dev/null +++ b/assets/minecraft/models/w4806.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.5,4,0,5]},"south":{"texture":"#0","uv":[0,4,0.5,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w362022892_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4807.json b/assets/minecraft/models/w4807.json new file mode 100644 index 000000000..aedc34af0 --- /dev/null +++ b/assets/minecraft/models/w4807.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,0.5,5]},"south":{"texture":"#0","uv":[0.5,4,0,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w362022892_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4808.json b/assets/minecraft/models/w4808.json new file mode 100644 index 000000000..aedc34af0 --- /dev/null +++ b/assets/minecraft/models/w4808.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,0.5,5]},"south":{"texture":"#0","uv":[0.5,4,0,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w362022892_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4809.json b/assets/minecraft/models/w4809.json new file mode 100644 index 000000000..f08e71c0d --- /dev/null +++ b/assets/minecraft/models/w4809.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,4.5,4,6]},"east":{"texture":"#0","uv":[2.25,6,3.75,7.5]},"north":{"texture":"#0","uv":[3.75,6,4,7.5]},"south":{"texture":"#0","uv":[5.5,6,5.75,7.5]},"up":{"texture":"#0","uv":[4,6,3.75,4.5]},"west":{"texture":"#0","uv":[4,6,5.5,7.5]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.200001,-13.6,-13.6]},{"faces":{"down":{"texture":"#0","uv":[4,4.5,4.25,6]},"east":{"texture":"#0","uv":[5.5,6,4,7.5]},"north":{"texture":"#0","uv":[4,6,3.75,7.5]},"south":{"texture":"#0","uv":[5.75,6,5.5,7.5]},"up":{"texture":"#0","uv":[3.75,6,4,4.5]},"west":{"texture":"#0","uv":[3.75,6,2.25,7.5]}},"from":[-5.6000004,-16,-16],"shade":false,"to":[-5.2000003,-13.6,-13.6]},{"faces":{"north":{"texture":"#0","uv":[0.5,4,0,5]},"south":{"texture":"#0","uv":[0,4,0.5,5]}},"from":[-16,-13.6,-14.8],"rotation":{"angle":45,"axis":"x","origin":[-10.4,-14.8,-14.8],"rescale":false},"shade":false,"to":[-15.2,-12,-14.8]},{"faces":{"north":{"texture":"#0","uv":[0.5,4,0,5]},"south":{"texture":"#0","uv":[0,4,0.5,5]}},"from":[-16,-13.6,-14.8],"rotation":{"angle":-45,"axis":"x","origin":[-10.4,-14.8,-14.8],"rescale":false},"shade":false,"to":[-15.2,-12,-14.8]},{"faces":{"north":{"texture":"#0","uv":[0,4,0.5,5]},"south":{"texture":"#0","uv":[0.5,4,0,5]}},"from":[-5.6000004,-13.6,-14.8],"rotation":{"angle":45,"axis":"x","origin":[-10.4,-14.8,-14.8],"rescale":false},"shade":false,"to":[-4.8,-12,-14.8]},{"faces":{"north":{"texture":"#0","uv":[0,4,0.5,5]},"south":{"texture":"#0","uv":[0.5,4,0,5]}},"from":[-5.6000004,-13.6,-14.8],"rotation":{"angle":-45,"axis":"x","origin":[-10.4,-14.8,-14.8],"rescale":false},"shade":false,"to":[-4.8,-12,-14.8]}],"overrides":[],"textures":{"0":"item/w362022892_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w481.json b/assets/minecraft/models/w481.json new file mode 100644 index 000000000..cb30b89e7 --- /dev/null +++ b/assets/minecraft/models/w481.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,7.75,9,8.25]},"east":{"texture":"#0","uv":[7.5,8.25,8,8.75]},"north":{"texture":"#0","uv":[8,8.25,9,8.75]},"south":{"texture":"#0","uv":[9.5,8.25,10.5,8.75]},"up":{"texture":"#0","uv":[9,8.25,8,7.75]},"west":{"texture":"#0","uv":[9,8.25,9.5,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w928710376_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4810.json b/assets/minecraft/models/w4810.json new file mode 100644 index 000000000..3f5e3811b --- /dev/null +++ b/assets/minecraft/models/w4810.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[2.25,2.25,1.5,6.75]},"north":{"texture":"#0","uv":[2.25,2.25,1.5,6.75]},"south":{"texture":"#0","uv":[1.5,2.25,2.25,6.75]},"up":{"texture":"#0","uv":[0.75,3,0,2.25]},"west":{"texture":"#0","uv":[1.5,2.25,2.25,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-8.8,-14.8]}],"overrides":[],"textures":{"0":"item/w362022892_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4811.json b/assets/minecraft/models/w4811.json new file mode 100644 index 000000000..de6daaee9 --- /dev/null +++ b/assets/minecraft/models/w4811.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[13.5,0,14.25,1.5]},"south":{"texture":"#0","uv":[14.25,0,13.5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w362022892_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4812.json b/assets/minecraft/models/w4812.json new file mode 100644 index 000000000..d45d7738a --- /dev/null +++ b/assets/minecraft/models/w4812.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[1.5,2.25,0.75,5.75]},"north":{"texture":"#0","uv":[0.75,2.25,1.5,5.75]},"south":{"texture":"#0","uv":[1.5,2.25,0.75,5.75]},"up":{"texture":"#0","uv":[0.75,3,0,2.25]},"west":{"texture":"#0","uv":[0.75,2.25,1.5,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-10.4,-14.8]}],"overrides":[],"textures":{"0":"item/w362022892_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4813.json b/assets/minecraft/models/w4813.json new file mode 100644 index 000000000..9b3d6f1f5 --- /dev/null +++ b/assets/minecraft/models/w4813.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[13.5,0,12.75,1.5]},"south":{"texture":"#0","uv":[12.75,0,13.5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w362022892_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4814.json b/assets/minecraft/models/w4814.json new file mode 100644 index 000000000..a1d2b88a2 --- /dev/null +++ b/assets/minecraft/models/w4814.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,2.5,5,3.25]},"east":{"texture":"#0","uv":[2.25,3.25,3,4.5]},"north":{"texture":"#0","uv":[3,3.25,5,4.5]},"south":{"texture":"#0","uv":[5.75,3.25,7.75,4.5]},"up":{"texture":"#0","uv":[5,3.25,3,2.5]},"west":{"texture":"#0","uv":[5,3.25,5.75,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w362022892_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4815.json b/assets/minecraft/models/w4815.json new file mode 100644 index 000000000..bea9c3330 --- /dev/null +++ b/assets/minecraft/models/w4815.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0.5,2,0]},"east":{"texture":"#0","uv":[2,0,2.5,0.5]},"west":{"texture":"#0","uv":[2,0,2.5,0.5]}},"from":[8,8,8],"shade":false,"to":[11.2,8.8,7.2]}],"overrides":[],"textures":{"0":"item/w362022892_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4816.json b/assets/minecraft/models/w4816.json new file mode 100644 index 000000000..4f820aa91 --- /dev/null +++ b/assets/minecraft/models/w4816.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,0,7,0.5]},"east":{"texture":"#0","uv":[2.5,0.5,3,2.5]},"north":{"texture":"#0","uv":[3,0.5,7,2.5]},"south":{"texture":"#0","uv":[7.5,0.5,11.5,2.5]},"up":{"texture":"#0","uv":[7,0.5,3,0]},"west":{"texture":"#0","uv":[7,0.5,7.5,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w362022892_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4817.json b/assets/minecraft/models/w4817.json new file mode 100644 index 000000000..cbd5c66fb --- /dev/null +++ b/assets/minecraft/models/w4817.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,0,16,0]},"east":{"texture":"#0","uv":[0,0,0,0]},"north":{"texture":"#0","uv":[0.25,0,0.25,0]},"south":{"texture":"#0","uv":[16,0,16,0]},"up":{"texture":"#0","uv":[12.25,0.25,12.25,0.25]},"west":{"texture":"#0","uv":[4,0,4,0]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-16,-16]}],"overrides":[],"textures":{"0":"item/w1882326893_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4818.json b/assets/minecraft/models/w4818.json new file mode 100644 index 000000000..5b61d458a --- /dev/null +++ b/assets/minecraft/models/w4818.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[0,5,0.75,6.75]},"north":{"texture":"#0","uv":[0.75,5,0,6.75]},"south":{"texture":"#0","uv":[0.75,5,0,6.75]},"west":{"texture":"#0","uv":[0,5,0.75,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1882326893_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4819.json b/assets/minecraft/models/w4819.json new file mode 100644 index 000000000..fd728be0b --- /dev/null +++ b/assets/minecraft/models/w4819.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[0.75,5,0,6.75]},"north":{"texture":"#0","uv":[0,5,0.75,6.75]},"south":{"texture":"#0","uv":[0,5,0.75,6.75]},"west":{"texture":"#0","uv":[0.75,5,0,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1882326893_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w482.json b/assets/minecraft/models/w482.json new file mode 100644 index 000000000..0c0a76234 --- /dev/null +++ b/assets/minecraft/models/w482.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,1.75,1,1.75]},"east":{"texture":"#0","uv":[0,1.75,0,2.5]},"north":{"texture":"#0","uv":[0,1.75,1,2.5]},"south":{"texture":"#0","uv":[1,1.75,2,2.5]},"up":{"texture":"#0","uv":[1,1.75,0,1.75]},"west":{"texture":"#0","uv":[1,1.75,1,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w928710376_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4820.json b/assets/minecraft/models/w4820.json new file mode 100644 index 000000000..5b61d458a --- /dev/null +++ b/assets/minecraft/models/w4820.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[0,5,0.75,6.75]},"north":{"texture":"#0","uv":[0.75,5,0,6.75]},"south":{"texture":"#0","uv":[0.75,5,0,6.75]},"west":{"texture":"#0","uv":[0,5,0.75,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1882326893_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4821.json b/assets/minecraft/models/w4821.json new file mode 100644 index 000000000..fd728be0b --- /dev/null +++ b/assets/minecraft/models/w4821.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[0.75,5,0,6.75]},"north":{"texture":"#0","uv":[0,5,0.75,6.75]},"south":{"texture":"#0","uv":[0,5,0.75,6.75]},"west":{"texture":"#0","uv":[0.75,5,0,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1882326893_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4822.json b/assets/minecraft/models/w4822.json new file mode 100644 index 000000000..54168707d --- /dev/null +++ b/assets/minecraft/models/w4822.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,3,0.5,4]},"south":{"texture":"#0","uv":[0.5,3,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1882326893_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4823.json b/assets/minecraft/models/w4823.json new file mode 100644 index 000000000..54168707d --- /dev/null +++ b/assets/minecraft/models/w4823.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,3,0.5,4]},"south":{"texture":"#0","uv":[0.5,3,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1882326893_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4824.json b/assets/minecraft/models/w4824.json new file mode 100644 index 000000000..39b20d155 --- /dev/null +++ b/assets/minecraft/models/w4824.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.5,3,0,4]},"south":{"texture":"#0","uv":[0,3,0.5,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1882326893_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4825.json b/assets/minecraft/models/w4825.json new file mode 100644 index 000000000..39b20d155 --- /dev/null +++ b/assets/minecraft/models/w4825.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.5,3,0,4]},"south":{"texture":"#0","uv":[0,3,0.5,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1882326893_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4826.json b/assets/minecraft/models/w4826.json new file mode 100644 index 000000000..7d531b21c --- /dev/null +++ b/assets/minecraft/models/w4826.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.25,0.5,0,0.75]},"east":{"texture":"#0","uv":[6,13.25,10,16]},"north":{"texture":"#0","uv":[0,13.25,6,16]},"south":{"texture":"#0","uv":[0,13.25,6,16]},"up":{"texture":"#0","uv":[6,13.25,0,9.25]},"west":{"texture":"#0","uv":[6,13.25,10,16]}},"from":[-16,-16,-16],"shade":false,"to":[-6.3999996,-11.6,-9.6]}],"overrides":[],"textures":{"0":"item/w1882326893_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4827.json b/assets/minecraft/models/w4827.json new file mode 100644 index 000000000..25bd242e3 --- /dev/null +++ b/assets/minecraft/models/w4827.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,4.25,9,4]},"east":{"texture":"#0","uv":[9.25,4.25,9,4]},"north":{"texture":"#0","uv":[9.25,4.25,9,4]},"south":{"texture":"#0","uv":[9.25,4.25,9,4]},"up":{"texture":"#0","uv":[9.25,4.25,9,4]},"west":{"texture":"#0","uv":[9.25,4.25,9,4]}},"from":[8,8,8],"shade":false,"to":[4.8,4.8,4.8]}],"overrides":[],"textures":{"0":"item/w1882326893_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4828.json b/assets/minecraft/models/w4828.json new file mode 100644 index 000000000..2f13de1f6 --- /dev/null +++ b/assets/minecraft/models/w4828.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]},"east":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]},"north":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]},"south":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]},"up":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]},"west":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.2,-13.2]}],"overrides":[],"textures":{"0":"item/w1882326893_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4829.json b/assets/minecraft/models/w4829.json new file mode 100644 index 000000000..648c63d97 --- /dev/null +++ b/assets/minecraft/models/w4829.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[12.75,0,11.5,2.5]},"west":{"texture":"#0","uv":[11.5,0,12.75,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-14]}],"overrides":[],"textures":{"0":"item/w1882326893_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w483.json b/assets/minecraft/models/w483.json new file mode 100644 index 000000000..2656b2492 --- /dev/null +++ b/assets/minecraft/models/w483.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,8.75,1.5,9.25]},"east":{"texture":"#0","uv":[0,9.25,0.5,9.75]},"north":{"texture":"#0","uv":[0.5,9.25,1.5,9.75]},"south":{"texture":"#0","uv":[2,9.25,3,9.75]},"up":{"texture":"#0","uv":[1.5,9.25,0.5,8.75]},"west":{"texture":"#0","uv":[1.5,9.25,2,9.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w928710376_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4830.json b/assets/minecraft/models/w4830.json new file mode 100644 index 000000000..c338d07d7 --- /dev/null +++ b/assets/minecraft/models/w4830.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[11.5,0,12.75,2.5]},"west":{"texture":"#0","uv":[12.75,0,11.5,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-14]}],"overrides":[],"textures":{"0":"item/w1882326893_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4831.json b/assets/minecraft/models/w4831.json new file mode 100644 index 000000000..c338d07d7 --- /dev/null +++ b/assets/minecraft/models/w4831.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[11.5,0,12.75,2.5]},"west":{"texture":"#0","uv":[12.75,0,11.5,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-14]}],"overrides":[],"textures":{"0":"item/w1882326893_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4832.json b/assets/minecraft/models/w4832.json new file mode 100644 index 000000000..648c63d97 --- /dev/null +++ b/assets/minecraft/models/w4832.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[12.75,0,11.5,2.5]},"west":{"texture":"#0","uv":[11.5,0,12.75,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-14]}],"overrides":[],"textures":{"0":"item/w1882326893_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4833.json b/assets/minecraft/models/w4833.json new file mode 100644 index 000000000..45197d252 --- /dev/null +++ b/assets/minecraft/models/w4833.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,9.25,0,13.25]},"east":{"texture":"#0","uv":[12,9.25,16,10.75]},"north":{"texture":"#0","uv":[10,13.25,16,14.75]},"south":{"texture":"#0","uv":[10,13.25,16,14.75]},"up":{"texture":"#0","uv":[12,13.25,6,9.25]},"west":{"texture":"#0","uv":[12,9.25,16,10.75]}},"from":[-16,-16,-16],"shade":false,"to":[-6.392,-13.592,-9.592]},{"faces":{"east":{"texture":"#0","uv":[4,7.5,0,8.25]},"north":{"texture":"#0","uv":[0,7.5,0.25,8.25]},"south":{"texture":"#0","uv":[3.75,7.5,4,8.25]},"up":{"texture":"#0","uv":[14.5,4,14.25,0]},"west":{"texture":"#0","uv":[0,7.5,4,8.25]}},"from":[-14.796,-13.596,-15.996],"shade":false,"to":[-14.396,-12.396,-9.596001]},{"faces":{"east":{"texture":"#0","uv":[4,7.5,0,8.25]},"north":{"texture":"#0","uv":[0,7.5,0.25,8.25]},"south":{"texture":"#0","uv":[3.75,7.5,4,8.25]},"up":{"texture":"#0","uv":[14.5,4,14.25,0]},"west":{"texture":"#0","uv":[0,7.5,4,8.25]}},"from":[-7.9960003,-13.596,-15.996],"shade":false,"to":[-7.596,-12.396,-9.596001]}],"overrides":[],"textures":{"0":"item/w1882326893_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4834.json b/assets/minecraft/models/w4834.json new file mode 100644 index 000000000..21db45f3e --- /dev/null +++ b/assets/minecraft/models/w4834.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.5,4,0,5]},"south":{"texture":"#0","uv":[0,4,0.5,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1882326893_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4835.json b/assets/minecraft/models/w4835.json new file mode 100644 index 000000000..21db45f3e --- /dev/null +++ b/assets/minecraft/models/w4835.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.5,4,0,5]},"south":{"texture":"#0","uv":[0,4,0.5,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1882326893_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4836.json b/assets/minecraft/models/w4836.json new file mode 100644 index 000000000..addeb6ae2 --- /dev/null +++ b/assets/minecraft/models/w4836.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,0.5,5]},"south":{"texture":"#0","uv":[0.5,4,0,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1882326893_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4837.json b/assets/minecraft/models/w4837.json new file mode 100644 index 000000000..addeb6ae2 --- /dev/null +++ b/assets/minecraft/models/w4837.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,0.5,5]},"south":{"texture":"#0","uv":[0.5,4,0,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1882326893_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4838.json b/assets/minecraft/models/w4838.json new file mode 100644 index 000000000..ba80bd47f --- /dev/null +++ b/assets/minecraft/models/w4838.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,4.5,4,6]},"east":{"texture":"#0","uv":[2.25,6,3.75,7.5]},"north":{"texture":"#0","uv":[3.75,6,4,7.5]},"south":{"texture":"#0","uv":[5.5,6,5.75,7.5]},"up":{"texture":"#0","uv":[4,6,3.75,4.5]},"west":{"texture":"#0","uv":[4,6,5.5,7.5]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.200001,-13.6,-13.6]},{"faces":{"down":{"texture":"#0","uv":[4,4.5,4.25,6]},"east":{"texture":"#0","uv":[5.5,6,4,7.5]},"north":{"texture":"#0","uv":[4,6,3.75,7.5]},"south":{"texture":"#0","uv":[5.75,6,5.5,7.5]},"up":{"texture":"#0","uv":[3.75,6,4,4.5]},"west":{"texture":"#0","uv":[3.75,6,2.25,7.5]}},"from":[-5.6000004,-16,-16],"shade":false,"to":[-5.2000003,-13.6,-13.6]},{"faces":{"north":{"texture":"#0","uv":[0.5,4,0,5]},"south":{"texture":"#0","uv":[0,4,0.5,5]}},"from":[-16,-13.6,-14.8],"rotation":{"angle":45,"axis":"x","origin":[-10.4,-14.8,-14.8],"rescale":false},"shade":false,"to":[-15.2,-12,-14.8]},{"faces":{"north":{"texture":"#0","uv":[0.5,4,0,5]},"south":{"texture":"#0","uv":[0,4,0.5,5]}},"from":[-16,-13.6,-14.8],"rotation":{"angle":-45,"axis":"x","origin":[-10.4,-14.8,-14.8],"rescale":false},"shade":false,"to":[-15.2,-12,-14.8]},{"faces":{"north":{"texture":"#0","uv":[0,4,0.5,5]},"south":{"texture":"#0","uv":[0.5,4,0,5]}},"from":[-5.6000004,-13.6,-14.8],"rotation":{"angle":45,"axis":"x","origin":[-10.4,-14.8,-14.8],"rescale":false},"shade":false,"to":[-4.8,-12,-14.8]},{"faces":{"north":{"texture":"#0","uv":[0,4,0.5,5]},"south":{"texture":"#0","uv":[0.5,4,0,5]}},"from":[-5.6000004,-13.6,-14.8],"rotation":{"angle":-45,"axis":"x","origin":[-10.4,-14.8,-14.8],"rescale":false},"shade":false,"to":[-4.8,-12,-14.8]}],"overrides":[],"textures":{"0":"item/w1882326893_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4839.json b/assets/minecraft/models/w4839.json new file mode 100644 index 000000000..51287b701 --- /dev/null +++ b/assets/minecraft/models/w4839.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[2.25,2.25,1.5,6.75]},"north":{"texture":"#0","uv":[2.25,2.25,1.5,6.75]},"south":{"texture":"#0","uv":[1.5,2.25,2.25,6.75]},"up":{"texture":"#0","uv":[0.75,3,0,2.25]},"west":{"texture":"#0","uv":[1.5,2.25,2.25,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-8.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1882326893_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w484.json b/assets/minecraft/models/w484.json new file mode 100644 index 000000000..535a53cdb --- /dev/null +++ b/assets/minecraft/models/w484.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,1.75,2,1.75]},"east":{"texture":"#0","uv":[1,1.75,1,2.5]},"north":{"texture":"#0","uv":[1,1.75,0,2.5]},"south":{"texture":"#0","uv":[2,1.75,1,2.5]},"up":{"texture":"#0","uv":[0,1.75,1,1.75]},"west":{"texture":"#0","uv":[0,1.75,0,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w928710376_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4840.json b/assets/minecraft/models/w4840.json new file mode 100644 index 000000000..d36d24686 --- /dev/null +++ b/assets/minecraft/models/w4840.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[13.5,0,14.25,1.5]},"south":{"texture":"#0","uv":[14.25,0,13.5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w1882326893_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4841.json b/assets/minecraft/models/w4841.json new file mode 100644 index 000000000..86b56c0a5 --- /dev/null +++ b/assets/minecraft/models/w4841.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[1.5,2.25,0.75,5.75]},"north":{"texture":"#0","uv":[0.75,2.25,1.5,5.75]},"south":{"texture":"#0","uv":[1.5,2.25,0.75,5.75]},"up":{"texture":"#0","uv":[0.75,3,0,2.25]},"west":{"texture":"#0","uv":[0.75,2.25,1.5,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-10.4,-14.8]}],"overrides":[],"textures":{"0":"item/w1882326893_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4842.json b/assets/minecraft/models/w4842.json new file mode 100644 index 000000000..ee441f813 --- /dev/null +++ b/assets/minecraft/models/w4842.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[13.5,0,12.75,1.5]},"south":{"texture":"#0","uv":[12.75,0,13.5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w1882326893_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4843.json b/assets/minecraft/models/w4843.json new file mode 100644 index 000000000..5b24c9100 --- /dev/null +++ b/assets/minecraft/models/w4843.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,2.5,5,3.25]},"east":{"texture":"#0","uv":[2.25,3.25,3,4.5]},"north":{"texture":"#0","uv":[3,3.25,5,4.5]},"south":{"texture":"#0","uv":[5.75,3.25,7.75,4.5]},"up":{"texture":"#0","uv":[5,3.25,3,2.5]},"west":{"texture":"#0","uv":[5,3.25,5.75,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1882326893_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4844.json b/assets/minecraft/models/w4844.json new file mode 100644 index 000000000..a171f80db --- /dev/null +++ b/assets/minecraft/models/w4844.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0.5,2,0]},"east":{"texture":"#0","uv":[2,0,2.5,0.5]},"west":{"texture":"#0","uv":[2,0,2.5,0.5]}},"from":[8,8,8],"shade":false,"to":[11.2,8.8,7.2]}],"overrides":[],"textures":{"0":"item/w1882326893_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4845.json b/assets/minecraft/models/w4845.json new file mode 100644 index 000000000..e5074c55a --- /dev/null +++ b/assets/minecraft/models/w4845.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,0,7,0.5]},"east":{"texture":"#0","uv":[2.5,0.5,3,2.5]},"north":{"texture":"#0","uv":[3,0.5,7,2.5]},"south":{"texture":"#0","uv":[7.5,0.5,11.5,2.5]},"up":{"texture":"#0","uv":[7,0.5,3,0]},"west":{"texture":"#0","uv":[7,0.5,7.5,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1882326893_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4846.json b/assets/minecraft/models/w4846.json new file mode 100644 index 000000000..ca7e17b32 --- /dev/null +++ b/assets/minecraft/models/w4846.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,0,16,0]},"east":{"texture":"#0","uv":[0,0,0,0]},"north":{"texture":"#0","uv":[0.25,0,0.25,0]},"south":{"texture":"#0","uv":[16,0,16,0]},"up":{"texture":"#0","uv":[12.25,0.25,12.25,0.25]},"west":{"texture":"#0","uv":[4,0,4,0]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-16,-16]}],"overrides":[],"textures":{"0":"item/w746122227_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4847.json b/assets/minecraft/models/w4847.json new file mode 100644 index 000000000..256c9e07a --- /dev/null +++ b/assets/minecraft/models/w4847.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[0,5,0.75,6.75]},"north":{"texture":"#0","uv":[0.75,5,0,6.75]},"south":{"texture":"#0","uv":[0.75,5,0,6.75]},"west":{"texture":"#0","uv":[0,5,0.75,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w746122227_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4848.json b/assets/minecraft/models/w4848.json new file mode 100644 index 000000000..99e301f34 --- /dev/null +++ b/assets/minecraft/models/w4848.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[0.75,5,0,6.75]},"north":{"texture":"#0","uv":[0,5,0.75,6.75]},"south":{"texture":"#0","uv":[0,5,0.75,6.75]},"west":{"texture":"#0","uv":[0.75,5,0,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w746122227_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4849.json b/assets/minecraft/models/w4849.json new file mode 100644 index 000000000..256c9e07a --- /dev/null +++ b/assets/minecraft/models/w4849.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[0,5,0.75,6.75]},"north":{"texture":"#0","uv":[0.75,5,0,6.75]},"south":{"texture":"#0","uv":[0.75,5,0,6.75]},"west":{"texture":"#0","uv":[0,5,0.75,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w746122227_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w485.json b/assets/minecraft/models/w485.json new file mode 100644 index 000000000..d65cf5875 --- /dev/null +++ b/assets/minecraft/models/w485.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,6.75,9,7.25]},"east":{"texture":"#0","uv":[7.5,7.25,8,7.75]},"north":{"texture":"#0","uv":[8,7.25,9,7.75]},"south":{"texture":"#0","uv":[9.5,7.25,10.5,7.75]},"up":{"texture":"#0","uv":[9,7.25,8,6.75]},"west":{"texture":"#0","uv":[9,7.25,9.5,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w928710376_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4850.json b/assets/minecraft/models/w4850.json new file mode 100644 index 000000000..99e301f34 --- /dev/null +++ b/assets/minecraft/models/w4850.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[0.75,5,0,6.75]},"north":{"texture":"#0","uv":[0,5,0.75,6.75]},"south":{"texture":"#0","uv":[0,5,0.75,6.75]},"west":{"texture":"#0","uv":[0.75,5,0,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w746122227_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4851.json b/assets/minecraft/models/w4851.json new file mode 100644 index 000000000..2d245fe51 --- /dev/null +++ b/assets/minecraft/models/w4851.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,3,0.5,4]},"south":{"texture":"#0","uv":[0.5,3,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w746122227_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4852.json b/assets/minecraft/models/w4852.json new file mode 100644 index 000000000..2d245fe51 --- /dev/null +++ b/assets/minecraft/models/w4852.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,3,0.5,4]},"south":{"texture":"#0","uv":[0.5,3,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w746122227_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4853.json b/assets/minecraft/models/w4853.json new file mode 100644 index 000000000..7403d5629 --- /dev/null +++ b/assets/minecraft/models/w4853.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.5,3,0,4]},"south":{"texture":"#0","uv":[0,3,0.5,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w746122227_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4854.json b/assets/minecraft/models/w4854.json new file mode 100644 index 000000000..7403d5629 --- /dev/null +++ b/assets/minecraft/models/w4854.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.5,3,0,4]},"south":{"texture":"#0","uv":[0,3,0.5,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w746122227_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4855.json b/assets/minecraft/models/w4855.json new file mode 100644 index 000000000..96cb5da5a --- /dev/null +++ b/assets/minecraft/models/w4855.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.25,0.5,0,0.75]},"east":{"texture":"#0","uv":[6,13.25,10,16]},"north":{"texture":"#0","uv":[0,13.25,6,16]},"south":{"texture":"#0","uv":[0,13.25,6,16]},"up":{"texture":"#0","uv":[6,13.25,0,9.25]},"west":{"texture":"#0","uv":[6,13.25,10,16]}},"from":[-16,-16,-16],"shade":false,"to":[-6.3999996,-11.6,-9.6]}],"overrides":[],"textures":{"0":"item/w746122227_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4856.json b/assets/minecraft/models/w4856.json new file mode 100644 index 000000000..be5cb213f --- /dev/null +++ b/assets/minecraft/models/w4856.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,4.25,9,4]},"east":{"texture":"#0","uv":[9.25,4.25,9,4]},"north":{"texture":"#0","uv":[9.25,4.25,9,4]},"south":{"texture":"#0","uv":[9.25,4.25,9,4]},"up":{"texture":"#0","uv":[9.25,4.25,9,4]},"west":{"texture":"#0","uv":[9.25,4.25,9,4]}},"from":[8,8,8],"shade":false,"to":[4.8,4.8,4.8]}],"overrides":[],"textures":{"0":"item/w746122227_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4857.json b/assets/minecraft/models/w4857.json new file mode 100644 index 000000000..747d4ff32 --- /dev/null +++ b/assets/minecraft/models/w4857.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]},"east":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]},"north":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]},"south":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]},"up":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]},"west":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.2,-13.2]}],"overrides":[],"textures":{"0":"item/w746122227_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4858.json b/assets/minecraft/models/w4858.json new file mode 100644 index 000000000..748f76185 --- /dev/null +++ b/assets/minecraft/models/w4858.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[12.75,0,11.5,2.5]},"west":{"texture":"#0","uv":[11.5,0,12.75,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-14]}],"overrides":[],"textures":{"0":"item/w746122227_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4859.json b/assets/minecraft/models/w4859.json new file mode 100644 index 000000000..d98db7056 --- /dev/null +++ b/assets/minecraft/models/w4859.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[11.5,0,12.75,2.5]},"west":{"texture":"#0","uv":[12.75,0,11.5,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-14]}],"overrides":[],"textures":{"0":"item/w746122227_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w486.json b/assets/minecraft/models/w486.json new file mode 100644 index 000000000..0c0a76234 --- /dev/null +++ b/assets/minecraft/models/w486.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,1.75,1,1.75]},"east":{"texture":"#0","uv":[0,1.75,0,2.5]},"north":{"texture":"#0","uv":[0,1.75,1,2.5]},"south":{"texture":"#0","uv":[1,1.75,2,2.5]},"up":{"texture":"#0","uv":[1,1.75,0,1.75]},"west":{"texture":"#0","uv":[1,1.75,1,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w928710376_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4860.json b/assets/minecraft/models/w4860.json new file mode 100644 index 000000000..d98db7056 --- /dev/null +++ b/assets/minecraft/models/w4860.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[11.5,0,12.75,2.5]},"west":{"texture":"#0","uv":[12.75,0,11.5,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-14]}],"overrides":[],"textures":{"0":"item/w746122227_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4861.json b/assets/minecraft/models/w4861.json new file mode 100644 index 000000000..748f76185 --- /dev/null +++ b/assets/minecraft/models/w4861.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[12.75,0,11.5,2.5]},"west":{"texture":"#0","uv":[11.5,0,12.75,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-14]}],"overrides":[],"textures":{"0":"item/w746122227_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4862.json b/assets/minecraft/models/w4862.json new file mode 100644 index 000000000..7d7c8c7a8 --- /dev/null +++ b/assets/minecraft/models/w4862.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,9.25,0,13.25]},"east":{"texture":"#0","uv":[12,9.25,16,10.75]},"north":{"texture":"#0","uv":[10,13.25,16,14.75]},"south":{"texture":"#0","uv":[10,13.25,16,14.75]},"up":{"texture":"#0","uv":[12,13.25,6,9.25]},"west":{"texture":"#0","uv":[12,9.25,16,10.75]}},"from":[-16,-16,-16],"shade":false,"to":[-6.392,-13.592,-9.592]},{"faces":{"east":{"texture":"#0","uv":[4,7.5,0,8.25]},"north":{"texture":"#0","uv":[0,7.5,0.25,8.25]},"south":{"texture":"#0","uv":[3.75,7.5,4,8.25]},"up":{"texture":"#0","uv":[14.5,4,14.25,0]},"west":{"texture":"#0","uv":[0,7.5,4,8.25]}},"from":[-14.796,-13.596,-15.996],"shade":false,"to":[-14.396,-12.396,-9.596001]},{"faces":{"east":{"texture":"#0","uv":[4,7.5,0,8.25]},"north":{"texture":"#0","uv":[0,7.5,0.25,8.25]},"south":{"texture":"#0","uv":[3.75,7.5,4,8.25]},"up":{"texture":"#0","uv":[14.5,4,14.25,0]},"west":{"texture":"#0","uv":[0,7.5,4,8.25]}},"from":[-7.9960003,-13.596,-15.996],"shade":false,"to":[-7.596,-12.396,-9.596001]}],"overrides":[],"textures":{"0":"item/w746122227_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4863.json b/assets/minecraft/models/w4863.json new file mode 100644 index 000000000..106bbea84 --- /dev/null +++ b/assets/minecraft/models/w4863.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.5,4,0,5]},"south":{"texture":"#0","uv":[0,4,0.5,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w746122227_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4864.json b/assets/minecraft/models/w4864.json new file mode 100644 index 000000000..106bbea84 --- /dev/null +++ b/assets/minecraft/models/w4864.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.5,4,0,5]},"south":{"texture":"#0","uv":[0,4,0.5,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w746122227_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4865.json b/assets/minecraft/models/w4865.json new file mode 100644 index 000000000..5eb714bc2 --- /dev/null +++ b/assets/minecraft/models/w4865.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,0.5,5]},"south":{"texture":"#0","uv":[0.5,4,0,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w746122227_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4866.json b/assets/minecraft/models/w4866.json new file mode 100644 index 000000000..5eb714bc2 --- /dev/null +++ b/assets/minecraft/models/w4866.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,0.5,5]},"south":{"texture":"#0","uv":[0.5,4,0,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w746122227_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4867.json b/assets/minecraft/models/w4867.json new file mode 100644 index 000000000..b6b578150 --- /dev/null +++ b/assets/minecraft/models/w4867.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,4.5,4,6]},"east":{"texture":"#0","uv":[2.25,6,3.75,7.5]},"north":{"texture":"#0","uv":[3.75,6,4,7.5]},"south":{"texture":"#0","uv":[5.5,6,5.75,7.5]},"up":{"texture":"#0","uv":[4,6,3.75,4.5]},"west":{"texture":"#0","uv":[4,6,5.5,7.5]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.200001,-13.6,-13.6]},{"faces":{"down":{"texture":"#0","uv":[4,4.5,4.25,6]},"east":{"texture":"#0","uv":[5.5,6,4,7.5]},"north":{"texture":"#0","uv":[4,6,3.75,7.5]},"south":{"texture":"#0","uv":[5.75,6,5.5,7.5]},"up":{"texture":"#0","uv":[3.75,6,4,4.5]},"west":{"texture":"#0","uv":[3.75,6,2.25,7.5]}},"from":[-5.6000004,-16,-16],"shade":false,"to":[-5.2000003,-13.6,-13.6]},{"faces":{"north":{"texture":"#0","uv":[0.5,4,0,5]},"south":{"texture":"#0","uv":[0,4,0.5,5]}},"from":[-16,-13.6,-14.8],"rotation":{"angle":45,"axis":"x","origin":[-10.4,-14.8,-14.8],"rescale":false},"shade":false,"to":[-15.2,-12,-14.8]},{"faces":{"north":{"texture":"#0","uv":[0.5,4,0,5]},"south":{"texture":"#0","uv":[0,4,0.5,5]}},"from":[-16,-13.6,-14.8],"rotation":{"angle":-45,"axis":"x","origin":[-10.4,-14.8,-14.8],"rescale":false},"shade":false,"to":[-15.2,-12,-14.8]},{"faces":{"north":{"texture":"#0","uv":[0,4,0.5,5]},"south":{"texture":"#0","uv":[0.5,4,0,5]}},"from":[-5.6000004,-13.6,-14.8],"rotation":{"angle":45,"axis":"x","origin":[-10.4,-14.8,-14.8],"rescale":false},"shade":false,"to":[-4.8,-12,-14.8]},{"faces":{"north":{"texture":"#0","uv":[0,4,0.5,5]},"south":{"texture":"#0","uv":[0.5,4,0,5]}},"from":[-5.6000004,-13.6,-14.8],"rotation":{"angle":-45,"axis":"x","origin":[-10.4,-14.8,-14.8],"rescale":false},"shade":false,"to":[-4.8,-12,-14.8]}],"overrides":[],"textures":{"0":"item/w746122227_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4868.json b/assets/minecraft/models/w4868.json new file mode 100644 index 000000000..003fb479a --- /dev/null +++ b/assets/minecraft/models/w4868.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[2.25,2.25,1.5,6.75]},"north":{"texture":"#0","uv":[2.25,2.25,1.5,6.75]},"south":{"texture":"#0","uv":[1.5,2.25,2.25,6.75]},"up":{"texture":"#0","uv":[0.75,3,0,2.25]},"west":{"texture":"#0","uv":[1.5,2.25,2.25,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-8.8,-14.8]}],"overrides":[],"textures":{"0":"item/w746122227_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4869.json b/assets/minecraft/models/w4869.json new file mode 100644 index 000000000..7fcfead43 --- /dev/null +++ b/assets/minecraft/models/w4869.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[13.5,0,14.25,1.5]},"south":{"texture":"#0","uv":[14.25,0,13.5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w746122227_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w487.json b/assets/minecraft/models/w487.json new file mode 100644 index 000000000..43644405a --- /dev/null +++ b/assets/minecraft/models/w487.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,3.5,10,4]},"east":{"texture":"#0","uv":[8.5,4,9,4.5]},"north":{"texture":"#0","uv":[9,4,10,4.5]},"south":{"texture":"#0","uv":[10.5,4,11.5,4.5]},"up":{"texture":"#0","uv":[10,4,9,3.5]},"west":{"texture":"#0","uv":[10,4,10.5,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w928710376_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4870.json b/assets/minecraft/models/w4870.json new file mode 100644 index 000000000..d7c7f5eed --- /dev/null +++ b/assets/minecraft/models/w4870.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[1.5,2.25,0.75,5.75]},"north":{"texture":"#0","uv":[0.75,2.25,1.5,5.75]},"south":{"texture":"#0","uv":[1.5,2.25,0.75,5.75]},"up":{"texture":"#0","uv":[0.75,3,0,2.25]},"west":{"texture":"#0","uv":[0.75,2.25,1.5,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-10.4,-14.8]}],"overrides":[],"textures":{"0":"item/w746122227_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4871.json b/assets/minecraft/models/w4871.json new file mode 100644 index 000000000..099a17bf3 --- /dev/null +++ b/assets/minecraft/models/w4871.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[13.5,0,12.75,1.5]},"south":{"texture":"#0","uv":[12.75,0,13.5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w746122227_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4872.json b/assets/minecraft/models/w4872.json new file mode 100644 index 000000000..773764cd8 --- /dev/null +++ b/assets/minecraft/models/w4872.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,2.5,5,3.25]},"east":{"texture":"#0","uv":[2.25,3.25,3,4.5]},"north":{"texture":"#0","uv":[3,3.25,5,4.5]},"south":{"texture":"#0","uv":[5.75,3.25,7.75,4.5]},"up":{"texture":"#0","uv":[5,3.25,3,2.5]},"west":{"texture":"#0","uv":[5,3.25,5.75,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w746122227_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4873.json b/assets/minecraft/models/w4873.json new file mode 100644 index 000000000..83b02f087 --- /dev/null +++ b/assets/minecraft/models/w4873.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0.5,2,0]},"east":{"texture":"#0","uv":[2,0,2.5,0.5]},"west":{"texture":"#0","uv":[2,0,2.5,0.5]}},"from":[8,8,8],"shade":false,"to":[11.2,8.8,7.2]}],"overrides":[],"textures":{"0":"item/w746122227_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4874.json b/assets/minecraft/models/w4874.json new file mode 100644 index 000000000..ae2adbf8b --- /dev/null +++ b/assets/minecraft/models/w4874.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,0,7,0.5]},"east":{"texture":"#0","uv":[2.5,0.5,3,2.5]},"north":{"texture":"#0","uv":[3,0.5,7,2.5]},"south":{"texture":"#0","uv":[7.5,0.5,11.5,2.5]},"up":{"texture":"#0","uv":[7,0.5,3,0]},"west":{"texture":"#0","uv":[7,0.5,7.5,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w746122227_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4875.json b/assets/minecraft/models/w4875.json new file mode 100644 index 000000000..29554ddcd --- /dev/null +++ b/assets/minecraft/models/w4875.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,0,16,0]},"east":{"texture":"#0","uv":[0,0,0,0]},"north":{"texture":"#0","uv":[0.25,0,0.25,0]},"south":{"texture":"#0","uv":[16,0,16,0]},"up":{"texture":"#0","uv":[12.25,0.25,12.25,0.25]},"west":{"texture":"#0","uv":[4,0,4,0]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-16,-16]}],"overrides":[],"textures":{"0":"item/w1238374330_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4876.json b/assets/minecraft/models/w4876.json new file mode 100644 index 000000000..14246eff0 --- /dev/null +++ b/assets/minecraft/models/w4876.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[0,5,0.75,6.75]},"north":{"texture":"#0","uv":[0.75,5,0,6.75]},"south":{"texture":"#0","uv":[0.75,5,0,6.75]},"west":{"texture":"#0","uv":[0,5,0.75,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1238374330_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4877.json b/assets/minecraft/models/w4877.json new file mode 100644 index 000000000..b3c93d0b7 --- /dev/null +++ b/assets/minecraft/models/w4877.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[0.75,5,0,6.75]},"north":{"texture":"#0","uv":[0,5,0.75,6.75]},"south":{"texture":"#0","uv":[0,5,0.75,6.75]},"west":{"texture":"#0","uv":[0.75,5,0,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1238374330_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4878.json b/assets/minecraft/models/w4878.json new file mode 100644 index 000000000..14246eff0 --- /dev/null +++ b/assets/minecraft/models/w4878.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[0,5,0.75,6.75]},"north":{"texture":"#0","uv":[0.75,5,0,6.75]},"south":{"texture":"#0","uv":[0.75,5,0,6.75]},"west":{"texture":"#0","uv":[0,5,0.75,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1238374330_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4879.json b/assets/minecraft/models/w4879.json new file mode 100644 index 000000000..b3c93d0b7 --- /dev/null +++ b/assets/minecraft/models/w4879.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[0.75,5,0,6.75]},"north":{"texture":"#0","uv":[0,5,0.75,6.75]},"south":{"texture":"#0","uv":[0,5,0.75,6.75]},"west":{"texture":"#0","uv":[0.75,5,0,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1238374330_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w488.json b/assets/minecraft/models/w488.json new file mode 100644 index 000000000..535a53cdb --- /dev/null +++ b/assets/minecraft/models/w488.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,1.75,2,1.75]},"east":{"texture":"#0","uv":[1,1.75,1,2.5]},"north":{"texture":"#0","uv":[1,1.75,0,2.5]},"south":{"texture":"#0","uv":[2,1.75,1,2.5]},"up":{"texture":"#0","uv":[0,1.75,1,1.75]},"west":{"texture":"#0","uv":[0,1.75,0,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w928710376_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4880.json b/assets/minecraft/models/w4880.json new file mode 100644 index 000000000..99e00b273 --- /dev/null +++ b/assets/minecraft/models/w4880.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,3,0.5,4]},"south":{"texture":"#0","uv":[0.5,3,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1238374330_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4881.json b/assets/minecraft/models/w4881.json new file mode 100644 index 000000000..99e00b273 --- /dev/null +++ b/assets/minecraft/models/w4881.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,3,0.5,4]},"south":{"texture":"#0","uv":[0.5,3,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1238374330_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4882.json b/assets/minecraft/models/w4882.json new file mode 100644 index 000000000..7554f4a0f --- /dev/null +++ b/assets/minecraft/models/w4882.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.5,3,0,4]},"south":{"texture":"#0","uv":[0,3,0.5,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1238374330_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4883.json b/assets/minecraft/models/w4883.json new file mode 100644 index 000000000..7554f4a0f --- /dev/null +++ b/assets/minecraft/models/w4883.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.5,3,0,4]},"south":{"texture":"#0","uv":[0,3,0.5,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1238374330_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4884.json b/assets/minecraft/models/w4884.json new file mode 100644 index 000000000..956915b1b --- /dev/null +++ b/assets/minecraft/models/w4884.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.25,0.5,0,0.75]},"east":{"texture":"#0","uv":[6,13.25,10,16]},"north":{"texture":"#0","uv":[0,13.25,6,16]},"south":{"texture":"#0","uv":[0,13.25,6,16]},"up":{"texture":"#0","uv":[6,13.25,0,9.25]},"west":{"texture":"#0","uv":[6,13.25,10,16]}},"from":[-16,-16,-16],"shade":false,"to":[-6.3999996,-11.6,-9.6]}],"overrides":[],"textures":{"0":"item/w1238374330_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4885.json b/assets/minecraft/models/w4885.json new file mode 100644 index 000000000..fc4f03a0f --- /dev/null +++ b/assets/minecraft/models/w4885.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,4.25,9,4]},"east":{"texture":"#0","uv":[9.25,4.25,9,4]},"north":{"texture":"#0","uv":[9.25,4.25,9,4]},"south":{"texture":"#0","uv":[9.25,4.25,9,4]},"up":{"texture":"#0","uv":[9.25,4.25,9,4]},"west":{"texture":"#0","uv":[9.25,4.25,9,4]}},"from":[8,8,8],"shade":false,"to":[4.8,4.8,4.8]}],"overrides":[],"textures":{"0":"item/w1238374330_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4886.json b/assets/minecraft/models/w4886.json new file mode 100644 index 000000000..1befa6750 --- /dev/null +++ b/assets/minecraft/models/w4886.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]},"east":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]},"north":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]},"south":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]},"up":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]},"west":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.2,-13.2]}],"overrides":[],"textures":{"0":"item/w1238374330_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4887.json b/assets/minecraft/models/w4887.json new file mode 100644 index 000000000..46f256ef1 --- /dev/null +++ b/assets/minecraft/models/w4887.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[12.75,0,11.5,2.5]},"west":{"texture":"#0","uv":[11.5,0,12.75,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-14]}],"overrides":[],"textures":{"0":"item/w1238374330_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4888.json b/assets/minecraft/models/w4888.json new file mode 100644 index 000000000..5d9a9dd19 --- /dev/null +++ b/assets/minecraft/models/w4888.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[11.5,0,12.75,2.5]},"west":{"texture":"#0","uv":[12.75,0,11.5,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-14]}],"overrides":[],"textures":{"0":"item/w1238374330_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4889.json b/assets/minecraft/models/w4889.json new file mode 100644 index 000000000..5d9a9dd19 --- /dev/null +++ b/assets/minecraft/models/w4889.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[11.5,0,12.75,2.5]},"west":{"texture":"#0","uv":[12.75,0,11.5,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-14]}],"overrides":[],"textures":{"0":"item/w1238374330_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w489.json b/assets/minecraft/models/w489.json new file mode 100644 index 000000000..77cfda3d8 --- /dev/null +++ b/assets/minecraft/models/w489.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,3,7.5,3.5]},"east":{"texture":"#0","uv":[6,3.5,6.5,4]},"north":{"texture":"#0","uv":[6.5,3.5,7.5,4]},"south":{"texture":"#0","uv":[8,3.5,9,4]},"up":{"texture":"#0","uv":[7.5,3.5,6.5,3]},"west":{"texture":"#0","uv":[7.5,3.5,8,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w928710376_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4890.json b/assets/minecraft/models/w4890.json new file mode 100644 index 000000000..46f256ef1 --- /dev/null +++ b/assets/minecraft/models/w4890.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[12.75,0,11.5,2.5]},"west":{"texture":"#0","uv":[11.5,0,12.75,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-14]}],"overrides":[],"textures":{"0":"item/w1238374330_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4891.json b/assets/minecraft/models/w4891.json new file mode 100644 index 000000000..e02278a7b --- /dev/null +++ b/assets/minecraft/models/w4891.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,9.25,0,13.25]},"east":{"texture":"#0","uv":[12,9.25,16,10.75]},"north":{"texture":"#0","uv":[10,13.25,16,14.75]},"south":{"texture":"#0","uv":[10,13.25,16,14.75]},"up":{"texture":"#0","uv":[12,13.25,6,9.25]},"west":{"texture":"#0","uv":[12,9.25,16,10.75]}},"from":[-16,-16,-16],"shade":false,"to":[-6.392,-13.592,-9.592]},{"faces":{"east":{"texture":"#0","uv":[4,7.5,0,8.25]},"north":{"texture":"#0","uv":[0,7.5,0.25,8.25]},"south":{"texture":"#0","uv":[3.75,7.5,4,8.25]},"up":{"texture":"#0","uv":[14.5,4,14.25,0]},"west":{"texture":"#0","uv":[0,7.5,4,8.25]}},"from":[-14.796,-13.596,-15.996],"shade":false,"to":[-14.396,-12.396,-9.596001]},{"faces":{"east":{"texture":"#0","uv":[4,7.5,0,8.25]},"north":{"texture":"#0","uv":[0,7.5,0.25,8.25]},"south":{"texture":"#0","uv":[3.75,7.5,4,8.25]},"up":{"texture":"#0","uv":[14.5,4,14.25,0]},"west":{"texture":"#0","uv":[0,7.5,4,8.25]}},"from":[-7.9960003,-13.596,-15.996],"shade":false,"to":[-7.596,-12.396,-9.596001]}],"overrides":[],"textures":{"0":"item/w1238374330_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4892.json b/assets/minecraft/models/w4892.json new file mode 100644 index 000000000..61b31f121 --- /dev/null +++ b/assets/minecraft/models/w4892.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.5,4,0,5]},"south":{"texture":"#0","uv":[0,4,0.5,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1238374330_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4893.json b/assets/minecraft/models/w4893.json new file mode 100644 index 000000000..61b31f121 --- /dev/null +++ b/assets/minecraft/models/w4893.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.5,4,0,5]},"south":{"texture":"#0","uv":[0,4,0.5,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1238374330_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4894.json b/assets/minecraft/models/w4894.json new file mode 100644 index 000000000..1adb019e8 --- /dev/null +++ b/assets/minecraft/models/w4894.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,0.5,5]},"south":{"texture":"#0","uv":[0.5,4,0,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1238374330_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4895.json b/assets/minecraft/models/w4895.json new file mode 100644 index 000000000..1adb019e8 --- /dev/null +++ b/assets/minecraft/models/w4895.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,0.5,5]},"south":{"texture":"#0","uv":[0.5,4,0,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1238374330_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4896.json b/assets/minecraft/models/w4896.json new file mode 100644 index 000000000..b9e3df974 --- /dev/null +++ b/assets/minecraft/models/w4896.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,4.5,4,6]},"east":{"texture":"#0","uv":[2.25,6,3.75,7.5]},"north":{"texture":"#0","uv":[3.75,6,4,7.5]},"south":{"texture":"#0","uv":[5.5,6,5.75,7.5]},"up":{"texture":"#0","uv":[4,6,3.75,4.5]},"west":{"texture":"#0","uv":[4,6,5.5,7.5]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.200001,-13.6,-13.6]},{"faces":{"down":{"texture":"#0","uv":[4,4.5,4.25,6]},"east":{"texture":"#0","uv":[5.5,6,4,7.5]},"north":{"texture":"#0","uv":[4,6,3.75,7.5]},"south":{"texture":"#0","uv":[5.75,6,5.5,7.5]},"up":{"texture":"#0","uv":[3.75,6,4,4.5]},"west":{"texture":"#0","uv":[3.75,6,2.25,7.5]}},"from":[-5.6000004,-16,-16],"shade":false,"to":[-5.2000003,-13.6,-13.6]},{"faces":{"north":{"texture":"#0","uv":[0.5,4,0,5]},"south":{"texture":"#0","uv":[0,4,0.5,5]}},"from":[-16,-13.6,-14.8],"rotation":{"angle":45,"axis":"x","origin":[-10.4,-14.8,-14.8],"rescale":false},"shade":false,"to":[-15.2,-12,-14.8]},{"faces":{"north":{"texture":"#0","uv":[0.5,4,0,5]},"south":{"texture":"#0","uv":[0,4,0.5,5]}},"from":[-16,-13.6,-14.8],"rotation":{"angle":-45,"axis":"x","origin":[-10.4,-14.8,-14.8],"rescale":false},"shade":false,"to":[-15.2,-12,-14.8]},{"faces":{"north":{"texture":"#0","uv":[0,4,0.5,5]},"south":{"texture":"#0","uv":[0.5,4,0,5]}},"from":[-5.6000004,-13.6,-14.8],"rotation":{"angle":45,"axis":"x","origin":[-10.4,-14.8,-14.8],"rescale":false},"shade":false,"to":[-4.8,-12,-14.8]},{"faces":{"north":{"texture":"#0","uv":[0,4,0.5,5]},"south":{"texture":"#0","uv":[0.5,4,0,5]}},"from":[-5.6000004,-13.6,-14.8],"rotation":{"angle":-45,"axis":"x","origin":[-10.4,-14.8,-14.8],"rescale":false},"shade":false,"to":[-4.8,-12,-14.8]}],"overrides":[],"textures":{"0":"item/w1238374330_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4897.json b/assets/minecraft/models/w4897.json new file mode 100644 index 000000000..4c8b61f84 --- /dev/null +++ b/assets/minecraft/models/w4897.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[2.25,2.25,1.5,6.75]},"north":{"texture":"#0","uv":[2.25,2.25,1.5,6.75]},"south":{"texture":"#0","uv":[1.5,2.25,2.25,6.75]},"up":{"texture":"#0","uv":[0.75,3,0,2.25]},"west":{"texture":"#0","uv":[1.5,2.25,2.25,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-8.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1238374330_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4898.json b/assets/minecraft/models/w4898.json new file mode 100644 index 000000000..da95ee1f1 --- /dev/null +++ b/assets/minecraft/models/w4898.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[13.5,0,14.25,1.5]},"south":{"texture":"#0","uv":[14.25,0,13.5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w1238374330_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4899.json b/assets/minecraft/models/w4899.json new file mode 100644 index 000000000..b37ffab4c --- /dev/null +++ b/assets/minecraft/models/w4899.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[1.5,2.25,0.75,5.75]},"north":{"texture":"#0","uv":[0.75,2.25,1.5,5.75]},"south":{"texture":"#0","uv":[1.5,2.25,0.75,5.75]},"up":{"texture":"#0","uv":[0.75,3,0,2.25]},"west":{"texture":"#0","uv":[0.75,2.25,1.5,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-10.4,-14.8]}],"overrides":[],"textures":{"0":"item/w1238374330_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w49.json b/assets/minecraft/models/w49.json new file mode 100644 index 000000000..0beba0d70 --- /dev/null +++ b/assets/minecraft/models/w49.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.125,3.5,0,3.875]},"east":{"texture":"#0","uv":[0.125,3.5,0.5,4]},"north":{"texture":"#0","uv":[0,3,0.125,3.5]},"south":{"texture":"#0","uv":[0,4.25,0.125,4.75]},"up":{"texture":"#0","uv":[0.125,4.25,0,3.875]},"west":{"texture":"#0","uv":[0.125,3,0.5,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.4,-14.8]}],"overrides":[],"textures":{"0":"item/w1237560704_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w490.json b/assets/minecraft/models/w490.json new file mode 100644 index 000000000..0c0a76234 --- /dev/null +++ b/assets/minecraft/models/w490.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,1.75,1,1.75]},"east":{"texture":"#0","uv":[0,1.75,0,2.5]},"north":{"texture":"#0","uv":[0,1.75,1,2.5]},"south":{"texture":"#0","uv":[1,1.75,2,2.5]},"up":{"texture":"#0","uv":[1,1.75,0,1.75]},"west":{"texture":"#0","uv":[1,1.75,1,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w928710376_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4900.json b/assets/minecraft/models/w4900.json new file mode 100644 index 000000000..926e47d94 --- /dev/null +++ b/assets/minecraft/models/w4900.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[13.5,0,12.75,1.5]},"south":{"texture":"#0","uv":[12.75,0,13.5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w1238374330_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4901.json b/assets/minecraft/models/w4901.json new file mode 100644 index 000000000..3f0990ee9 --- /dev/null +++ b/assets/minecraft/models/w4901.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,2.5,5,3.25]},"east":{"texture":"#0","uv":[2.25,3.25,3,4.5]},"north":{"texture":"#0","uv":[3,3.25,5,4.5]},"south":{"texture":"#0","uv":[5.75,3.25,7.75,4.5]},"up":{"texture":"#0","uv":[5,3.25,3,2.5]},"west":{"texture":"#0","uv":[5,3.25,5.75,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1238374330_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4902.json b/assets/minecraft/models/w4902.json new file mode 100644 index 000000000..d3a8b79f4 --- /dev/null +++ b/assets/minecraft/models/w4902.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0.5,2,0]},"east":{"texture":"#0","uv":[2,0,2.5,0.5]},"west":{"texture":"#0","uv":[2,0,2.5,0.5]}},"from":[8,8,8],"shade":false,"to":[11.2,8.8,7.2]}],"overrides":[],"textures":{"0":"item/w1238374330_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4903.json b/assets/minecraft/models/w4903.json new file mode 100644 index 000000000..48bad7eaf --- /dev/null +++ b/assets/minecraft/models/w4903.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,0,7,0.5]},"east":{"texture":"#0","uv":[2.5,0.5,3,2.5]},"north":{"texture":"#0","uv":[3,0.5,7,2.5]},"south":{"texture":"#0","uv":[7.5,0.5,11.5,2.5]},"up":{"texture":"#0","uv":[7,0.5,3,0]},"west":{"texture":"#0","uv":[7,0.5,7.5,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1238374330_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4904.json b/assets/minecraft/models/w4904.json new file mode 100644 index 000000000..e784f1588 --- /dev/null +++ b/assets/minecraft/models/w4904.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,0,16,0]},"east":{"texture":"#0","uv":[0,0,0,0]},"north":{"texture":"#0","uv":[0.25,0,0.25,0]},"south":{"texture":"#0","uv":[16,0,16,0]},"up":{"texture":"#0","uv":[12.25,0.25,12.25,0.25]},"west":{"texture":"#0","uv":[4,0,4,0]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-16,-16]}],"overrides":[],"textures":{"0":"item/w988825771_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4905.json b/assets/minecraft/models/w4905.json new file mode 100644 index 000000000..8581ee358 --- /dev/null +++ b/assets/minecraft/models/w4905.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[0,5,0.75,6.75]},"north":{"texture":"#0","uv":[0.75,5,0,6.75]},"south":{"texture":"#0","uv":[0.75,5,0,6.75]},"west":{"texture":"#0","uv":[0,5,0.75,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w988825771_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4906.json b/assets/minecraft/models/w4906.json new file mode 100644 index 000000000..333b8871e --- /dev/null +++ b/assets/minecraft/models/w4906.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[0.75,5,0,6.75]},"north":{"texture":"#0","uv":[0,5,0.75,6.75]},"south":{"texture":"#0","uv":[0,5,0.75,6.75]},"west":{"texture":"#0","uv":[0.75,5,0,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w988825771_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4907.json b/assets/minecraft/models/w4907.json new file mode 100644 index 000000000..8581ee358 --- /dev/null +++ b/assets/minecraft/models/w4907.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[0,5,0.75,6.75]},"north":{"texture":"#0","uv":[0.75,5,0,6.75]},"south":{"texture":"#0","uv":[0.75,5,0,6.75]},"west":{"texture":"#0","uv":[0,5,0.75,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w988825771_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4908.json b/assets/minecraft/models/w4908.json new file mode 100644 index 000000000..333b8871e --- /dev/null +++ b/assets/minecraft/models/w4908.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[0.75,5,0,6.75]},"north":{"texture":"#0","uv":[0,5,0.75,6.75]},"south":{"texture":"#0","uv":[0,5,0.75,6.75]},"west":{"texture":"#0","uv":[0.75,5,0,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w988825771_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4909.json b/assets/minecraft/models/w4909.json new file mode 100644 index 000000000..6cad9d274 --- /dev/null +++ b/assets/minecraft/models/w4909.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,3,0.5,4]},"south":{"texture":"#0","uv":[0.5,3,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w988825771_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w491.json b/assets/minecraft/models/w491.json new file mode 100644 index 000000000..bf711be2c --- /dev/null +++ b/assets/minecraft/models/w491.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,6.5,3,8.5]},"east":{"texture":"#0","uv":[0,8.5,2,8.75]},"north":{"texture":"#0","uv":[2,8.5,3,8.75]},"south":{"texture":"#0","uv":[5,8.5,6,8.75]},"up":{"texture":"#0","uv":[3,8.5,2,6.5]},"west":{"texture":"#0","uv":[3,8.5,5,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.599999,-12.8]}],"overrides":[],"textures":{"0":"item/w928710376_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4910.json b/assets/minecraft/models/w4910.json new file mode 100644 index 000000000..6cad9d274 --- /dev/null +++ b/assets/minecraft/models/w4910.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,3,0.5,4]},"south":{"texture":"#0","uv":[0.5,3,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w988825771_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4911.json b/assets/minecraft/models/w4911.json new file mode 100644 index 000000000..189115434 --- /dev/null +++ b/assets/minecraft/models/w4911.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.5,3,0,4]},"south":{"texture":"#0","uv":[0,3,0.5,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w988825771_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4912.json b/assets/minecraft/models/w4912.json new file mode 100644 index 000000000..189115434 --- /dev/null +++ b/assets/minecraft/models/w4912.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.5,3,0,4]},"south":{"texture":"#0","uv":[0,3,0.5,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w988825771_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4913.json b/assets/minecraft/models/w4913.json new file mode 100644 index 000000000..9537979fb --- /dev/null +++ b/assets/minecraft/models/w4913.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.25,0.5,0,0.75]},"east":{"texture":"#0","uv":[6,13.25,10,16]},"north":{"texture":"#0","uv":[0,13.25,6,16]},"south":{"texture":"#0","uv":[0,13.25,6,16]},"up":{"texture":"#0","uv":[6,13.25,0,9.25]},"west":{"texture":"#0","uv":[6,13.25,10,16]}},"from":[-16,-16,-16],"shade":false,"to":[-6.3999996,-11.6,-9.6]}],"overrides":[],"textures":{"0":"item/w988825771_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4914.json b/assets/minecraft/models/w4914.json new file mode 100644 index 000000000..972ca6a88 --- /dev/null +++ b/assets/minecraft/models/w4914.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,4.25,9,4]},"east":{"texture":"#0","uv":[9.25,4.25,9,4]},"north":{"texture":"#0","uv":[9.25,4.25,9,4]},"south":{"texture":"#0","uv":[9.25,4.25,9,4]},"up":{"texture":"#0","uv":[9.25,4.25,9,4]},"west":{"texture":"#0","uv":[9.25,4.25,9,4]}},"from":[8,8,8],"shade":false,"to":[4.8,4.8,4.8]}],"overrides":[],"textures":{"0":"item/w988825771_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4915.json b/assets/minecraft/models/w4915.json new file mode 100644 index 000000000..e1fdcb56d --- /dev/null +++ b/assets/minecraft/models/w4915.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]},"east":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]},"north":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]},"south":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]},"up":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]},"west":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.2,-13.2]}],"overrides":[],"textures":{"0":"item/w988825771_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4916.json b/assets/minecraft/models/w4916.json new file mode 100644 index 000000000..ba2366bc8 --- /dev/null +++ b/assets/minecraft/models/w4916.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[12.75,0,11.5,2.5]},"west":{"texture":"#0","uv":[11.5,0,12.75,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-14]}],"overrides":[],"textures":{"0":"item/w988825771_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4917.json b/assets/minecraft/models/w4917.json new file mode 100644 index 000000000..c527352a4 --- /dev/null +++ b/assets/minecraft/models/w4917.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[11.5,0,12.75,2.5]},"west":{"texture":"#0","uv":[12.75,0,11.5,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-14]}],"overrides":[],"textures":{"0":"item/w988825771_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4918.json b/assets/minecraft/models/w4918.json new file mode 100644 index 000000000..c527352a4 --- /dev/null +++ b/assets/minecraft/models/w4918.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[11.5,0,12.75,2.5]},"west":{"texture":"#0","uv":[12.75,0,11.5,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-14]}],"overrides":[],"textures":{"0":"item/w988825771_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4919.json b/assets/minecraft/models/w4919.json new file mode 100644 index 000000000..ba2366bc8 --- /dev/null +++ b/assets/minecraft/models/w4919.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[12.75,0,11.5,2.5]},"west":{"texture":"#0","uv":[11.5,0,12.75,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-14]}],"overrides":[],"textures":{"0":"item/w988825771_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w492.json b/assets/minecraft/models/w492.json new file mode 100644 index 000000000..efc22cfad --- /dev/null +++ b/assets/minecraft/models/w492.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,4.5,9,6.5]},"east":{"texture":"#0","uv":[6,6.5,8,6.75]},"north":{"texture":"#0","uv":[8,6.5,9,6.75]},"south":{"texture":"#0","uv":[11,6.5,12,6.75]},"up":{"texture":"#0","uv":[9,6.5,8,4.5]},"west":{"texture":"#0","uv":[9,6.5,11,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.599999,-12.8]}],"overrides":[],"textures":{"0":"item/w928710376_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4920.json b/assets/minecraft/models/w4920.json new file mode 100644 index 000000000..699f76459 --- /dev/null +++ b/assets/minecraft/models/w4920.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,9.25,0,13.25]},"east":{"texture":"#0","uv":[12,9.25,16,10.75]},"north":{"texture":"#0","uv":[10,13.25,16,14.75]},"south":{"texture":"#0","uv":[10,13.25,16,14.75]},"up":{"texture":"#0","uv":[12,13.25,6,9.25]},"west":{"texture":"#0","uv":[12,9.25,16,10.75]}},"from":[-16,-16,-16],"shade":false,"to":[-6.392,-13.592,-9.592]},{"faces":{"east":{"texture":"#0","uv":[4,7.5,0,8.25]},"north":{"texture":"#0","uv":[0,7.5,0.25,8.25]},"south":{"texture":"#0","uv":[3.75,7.5,4,8.25]},"up":{"texture":"#0","uv":[14.5,4,14.25,0]},"west":{"texture":"#0","uv":[0,7.5,4,8.25]}},"from":[-14.796,-13.596,-15.996],"shade":false,"to":[-14.396,-12.396,-9.596001]},{"faces":{"east":{"texture":"#0","uv":[4,7.5,0,8.25]},"north":{"texture":"#0","uv":[0,7.5,0.25,8.25]},"south":{"texture":"#0","uv":[3.75,7.5,4,8.25]},"up":{"texture":"#0","uv":[14.5,4,14.25,0]},"west":{"texture":"#0","uv":[0,7.5,4,8.25]}},"from":[-7.9960003,-13.596,-15.996],"shade":false,"to":[-7.596,-12.396,-9.596001]}],"overrides":[],"textures":{"0":"item/w988825771_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4921.json b/assets/minecraft/models/w4921.json new file mode 100644 index 000000000..855cd1622 --- /dev/null +++ b/assets/minecraft/models/w4921.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.5,4,0,5]},"south":{"texture":"#0","uv":[0,4,0.5,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w988825771_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4922.json b/assets/minecraft/models/w4922.json new file mode 100644 index 000000000..855cd1622 --- /dev/null +++ b/assets/minecraft/models/w4922.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.5,4,0,5]},"south":{"texture":"#0","uv":[0,4,0.5,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w988825771_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4923.json b/assets/minecraft/models/w4923.json new file mode 100644 index 000000000..18f376043 --- /dev/null +++ b/assets/minecraft/models/w4923.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,0.5,5]},"south":{"texture":"#0","uv":[0.5,4,0,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w988825771_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4924.json b/assets/minecraft/models/w4924.json new file mode 100644 index 000000000..18f376043 --- /dev/null +++ b/assets/minecraft/models/w4924.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,0.5,5]},"south":{"texture":"#0","uv":[0.5,4,0,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w988825771_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4925.json b/assets/minecraft/models/w4925.json new file mode 100644 index 000000000..c06217bd8 --- /dev/null +++ b/assets/minecraft/models/w4925.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,4.5,4,6]},"east":{"texture":"#0","uv":[2.25,6,3.75,7.5]},"north":{"texture":"#0","uv":[3.75,6,4,7.5]},"south":{"texture":"#0","uv":[5.5,6,5.75,7.5]},"up":{"texture":"#0","uv":[4,6,3.75,4.5]},"west":{"texture":"#0","uv":[4,6,5.5,7.5]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.200001,-13.6,-13.6]},{"faces":{"down":{"texture":"#0","uv":[4,4.5,4.25,6]},"east":{"texture":"#0","uv":[5.5,6,4,7.5]},"north":{"texture":"#0","uv":[4,6,3.75,7.5]},"south":{"texture":"#0","uv":[5.75,6,5.5,7.5]},"up":{"texture":"#0","uv":[3.75,6,4,4.5]},"west":{"texture":"#0","uv":[3.75,6,2.25,7.5]}},"from":[-5.6000004,-16,-16],"shade":false,"to":[-5.2000003,-13.6,-13.6]},{"faces":{"north":{"texture":"#0","uv":[0.5,4,0,5]},"south":{"texture":"#0","uv":[0,4,0.5,5]}},"from":[-16,-13.6,-14.8],"rotation":{"angle":45,"axis":"x","origin":[-10.4,-14.8,-14.8],"rescale":false},"shade":false,"to":[-15.2,-12,-14.8]},{"faces":{"north":{"texture":"#0","uv":[0.5,4,0,5]},"south":{"texture":"#0","uv":[0,4,0.5,5]}},"from":[-16,-13.6,-14.8],"rotation":{"angle":-45,"axis":"x","origin":[-10.4,-14.8,-14.8],"rescale":false},"shade":false,"to":[-15.2,-12,-14.8]},{"faces":{"north":{"texture":"#0","uv":[0,4,0.5,5]},"south":{"texture":"#0","uv":[0.5,4,0,5]}},"from":[-5.6000004,-13.6,-14.8],"rotation":{"angle":45,"axis":"x","origin":[-10.4,-14.8,-14.8],"rescale":false},"shade":false,"to":[-4.8,-12,-14.8]},{"faces":{"north":{"texture":"#0","uv":[0,4,0.5,5]},"south":{"texture":"#0","uv":[0.5,4,0,5]}},"from":[-5.6000004,-13.6,-14.8],"rotation":{"angle":-45,"axis":"x","origin":[-10.4,-14.8,-14.8],"rescale":false},"shade":false,"to":[-4.8,-12,-14.8]}],"overrides":[],"textures":{"0":"item/w988825771_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4926.json b/assets/minecraft/models/w4926.json new file mode 100644 index 000000000..7fc3ec00c --- /dev/null +++ b/assets/minecraft/models/w4926.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[2.25,2.25,1.5,6.75]},"north":{"texture":"#0","uv":[2.25,2.25,1.5,6.75]},"south":{"texture":"#0","uv":[1.5,2.25,2.25,6.75]},"up":{"texture":"#0","uv":[0.75,3,0,2.25]},"west":{"texture":"#0","uv":[1.5,2.25,2.25,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-8.8,-14.8]}],"overrides":[],"textures":{"0":"item/w988825771_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4927.json b/assets/minecraft/models/w4927.json new file mode 100644 index 000000000..10557d975 --- /dev/null +++ b/assets/minecraft/models/w4927.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[13.5,0,14.25,1.5]},"south":{"texture":"#0","uv":[14.25,0,13.5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w988825771_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4928.json b/assets/minecraft/models/w4928.json new file mode 100644 index 000000000..442336ec0 --- /dev/null +++ b/assets/minecraft/models/w4928.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[1.5,2.25,0.75,5.75]},"north":{"texture":"#0","uv":[0.75,2.25,1.5,5.75]},"south":{"texture":"#0","uv":[1.5,2.25,0.75,5.75]},"up":{"texture":"#0","uv":[0.75,3,0,2.25]},"west":{"texture":"#0","uv":[0.75,2.25,1.5,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-10.4,-14.8]}],"overrides":[],"textures":{"0":"item/w988825771_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4929.json b/assets/minecraft/models/w4929.json new file mode 100644 index 000000000..c8f6e15d8 --- /dev/null +++ b/assets/minecraft/models/w4929.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[13.5,0,12.75,1.5]},"south":{"texture":"#0","uv":[12.75,0,13.5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w988825771_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w493.json b/assets/minecraft/models/w493.json new file mode 100644 index 000000000..6f235113b --- /dev/null +++ b/assets/minecraft/models/w493.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.75,6.75,5.75,7.5]},"east":{"texture":"#0","uv":[4,7.5,4.75,8.5]},"north":{"texture":"#0","uv":[4.75,7.5,5.75,8.5]},"south":{"texture":"#0","uv":[6.5,7.5,7.5,8.5]},"up":{"texture":"#0","uv":[5.75,7.5,4.75,6.75]},"west":{"texture":"#0","uv":[5.75,7.5,6.5,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-14.8]}],"overrides":[],"textures":{"0":"item/w928710376_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4930.json b/assets/minecraft/models/w4930.json new file mode 100644 index 000000000..daabb66f4 --- /dev/null +++ b/assets/minecraft/models/w4930.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,2.5,5,3.25]},"east":{"texture":"#0","uv":[2.25,3.25,3,4.5]},"north":{"texture":"#0","uv":[3,3.25,5,4.5]},"south":{"texture":"#0","uv":[5.75,3.25,7.75,4.5]},"up":{"texture":"#0","uv":[5,3.25,3,2.5]},"west":{"texture":"#0","uv":[5,3.25,5.75,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w988825771_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4931.json b/assets/minecraft/models/w4931.json new file mode 100644 index 000000000..be4319753 --- /dev/null +++ b/assets/minecraft/models/w4931.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0.5,2,0]},"east":{"texture":"#0","uv":[2,0,2.5,0.5]},"west":{"texture":"#0","uv":[2,0,2.5,0.5]}},"from":[8,8,8],"shade":false,"to":[11.2,8.8,7.2]}],"overrides":[],"textures":{"0":"item/w988825771_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4932.json b/assets/minecraft/models/w4932.json new file mode 100644 index 000000000..143763336 --- /dev/null +++ b/assets/minecraft/models/w4932.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,0,7,0.5]},"east":{"texture":"#0","uv":[2.5,0.5,3,2.5]},"north":{"texture":"#0","uv":[3,0.5,7,2.5]},"south":{"texture":"#0","uv":[7.5,0.5,11.5,2.5]},"up":{"texture":"#0","uv":[7,0.5,3,0]},"west":{"texture":"#0","uv":[7,0.5,7.5,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w988825771_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4933.json b/assets/minecraft/models/w4933.json new file mode 100644 index 000000000..8e77c2c0e --- /dev/null +++ b/assets/minecraft/models/w4933.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,9.75,0,10.75]},"east":{"texture":"#0","uv":[0,10.75,1,11.25]},"north":{"texture":"#0","uv":[0,8.25,5,8.75]},"south":{"texture":"#0","uv":[0,8.25,5,8.75]},"up":{"texture":"#0","uv":[5,9.75,0,8.75]},"west":{"texture":"#0","uv":[0,10.75,1,11.25]}},"from":[-14.4,6,-14.4],"shade":false,"to":[-6.3999996,6.8,-12.799999]},{"faces":{"east":{"texture":"#0","uv":[6.75,0,6.25,10.5]},"north":{"texture":"#0","uv":[6.25,0,5.75,10.5]},"south":{"texture":"#0","uv":[5.75,0,6.25,10.5]},"west":{"texture":"#0","uv":[6.25,0,6.75,10.5]}},"from":[-10.8,-10.8,-14],"shade":false,"to":[-10,5.999,-13.2]},{"faces":{"east":{"texture":"#0","uv":[4,4.5,5,7.25]},"north":{"texture":"#0","uv":[4,4.5,5,7.25]},"south":{"texture":"#0","uv":[4,4.5,5,7.25]},"up":{"texture":"#0","uv":[5,8.25,4,7.25]},"west":{"texture":"#0","uv":[4,4.5,5,7.25]}},"from":[-11.2,-15.2,-14.4],"shade":false,"to":[-9.599999,-10.799999,-12.799999]},{"faces":{"down":{"texture":"#0","uv":[7.75,0.5,7.5,0.75]},"east":{"texture":"#0","uv":[6.75,3,9.75,3.5]},"north":{"texture":"#0","uv":[6.75,3,9.75,3.5]},"south":{"texture":"#0","uv":[6.75,3,9.75,3.5]},"up":{"texture":"#0","uv":[9.75,3,6.75,0]},"west":{"texture":"#0","uv":[6.75,3,9.75,3.5]}},"from":[-12.8,-16,-16],"shade":false,"to":[-8,-15.2,-11.2]},{"faces":{"north":{"texture":"#0","uv":[4,0,5.75,2.25]},"south":{"texture":"#0","uv":[5.75,0,4,2.25]}},"from":[-11.8,6.799999,-13.6],"rotation":{"angle":45,"axis":"y","origin":[-10.4,6.799999,-13.6],"rescale":false},"shade":false,"to":[-9,10.4,-13.6]},{"faces":{"north":{"texture":"#0","uv":[4,0,5.75,2.25]},"south":{"texture":"#0","uv":[5.75,0,4,2.25]}},"from":[-11.8,6.799999,-13.6],"rotation":{"angle":-45,"axis":"y","origin":[-10.4,6.799999,-13.6],"rescale":false},"shade":false,"to":[-9,10.4,-13.6]},{"faces":{"north":{"texture":"#0","uv":[4,3.25,5.25,4.5]},"south":{"texture":"#0","uv":[5.25,3.25,4,4.5]}},"from":[-10,-2.8000002,-13.6],"shade":false,"to":[-8,-0.8000002,-13.6]},{"faces":{"north":{"texture":"#0","uv":[5.25,3.25,4,4.5]},"south":{"texture":"#0","uv":[4,3.25,5.25,4.5]}},"from":[-12.8,-2.8000002,-13.6],"shade":false,"to":[-10.8,-0.8000002,-13.6]},{"faces":{"north":{"texture":"#0","uv":[5.5,2.25,4,3.25]},"south":{"texture":"#0","uv":[4,2.25,5.5,3.25]}},"from":[-7.2,6,-13.6],"rotation":{"angle":22.5,"axis":"z","origin":[-6.8,6.799999,-13.6],"rescale":false},"shade":false,"to":[-4.7999997,7.6,-13.6]},{"faces":{"north":{"texture":"#0","uv":[4,2.25,5.5,3.25]},"south":{"texture":"#0","uv":[5.5,2.25,4,3.25]}},"from":[-16,6,-13.6],"rotation":{"angle":-22.5,"axis":"z","origin":[-14,6.799999,-13.6],"rescale":false},"shade":false,"to":[-13.6,7.6,-13.6]}],"overrides":[],"textures":{"0":"item/w561523967_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4934.json b/assets/minecraft/models/w4934.json new file mode 100644 index 000000000..5c9866d24 --- /dev/null +++ b/assets/minecraft/models/w4934.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,0,4,8]},"south":{"texture":"#0","uv":[4,0,0,8]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-3.1999998,-16]}],"overrides":[],"textures":{"0":"item/w561523967_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4935.json b/assets/minecraft/models/w4935.json new file mode 100644 index 000000000..4357a8357 --- /dev/null +++ b/assets/minecraft/models/w4935.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[10.75,12.5,11.25,13.5]},"north":{"texture":"#0","uv":[11.875,12,12.5,13]},"south":{"texture":"#0","uv":[12.5,12,11.875,13]},"up":{"texture":"#0","uv":[13.375,9.125,12.75,8.625]},"west":{"texture":"#0","uv":[11.25,12.5,11.75,13.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-12.8,-14.4]}],"overrides":[],"textures":{"0":"item/w2005395590_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4936.json b/assets/minecraft/models/w4936.json new file mode 100644 index 000000000..36e5de611 --- /dev/null +++ b/assets/minecraft/models/w4936.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[11.75,12.5,11.25,13.5]},"north":{"texture":"#0","uv":[12.5,12,11.875,13]},"south":{"texture":"#0","uv":[11.875,12,12.5,13]},"up":{"texture":"#0","uv":[12.75,9.125,13.375,8.625]},"west":{"texture":"#0","uv":[11.25,12.5,10.75,13.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-12.8,-14.4]}],"overrides":[],"textures":{"0":"item/w2005395590_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4937.json b/assets/minecraft/models/w4937.json new file mode 100644 index 000000000..a9b0ea6f0 --- /dev/null +++ b/assets/minecraft/models/w4937.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.75,3.25,10.25,0.25]},"east":{"texture":"#0","uv":[15.25,15.875,12.25,15.375]},"north":{"texture":"#0","uv":[7.75,15.875,12.25,15.375]},"south":{"texture":"#0","uv":[7.75,15.875,12.25,15.375]},"west":{"texture":"#0","uv":[12.25,15.875,15.25,15.375]}},"from":[8,8,8],"shade":false,"to":[-6.3999996,6.4,-1.6000004]}],"overrides":[],"textures":{"0":"item/w2005395590_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4938.json b/assets/minecraft/models/w4938.json new file mode 100644 index 000000000..01695f6c4 --- /dev/null +++ b/assets/minecraft/models/w4938.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.625,3.375,11.875,4.125]},"east":{"texture":"#0","uv":[12.375,10.5,13.125,11.25]},"north":{"texture":"#0","uv":[11.875,3.375,12.625,4.125]},"south":{"texture":"#0","uv":[13.125,11.25,12.375,12]},"up":{"texture":"#0","uv":[13.125,12,12.375,11.25]}},"from":[4.4636,-14.8,-10.4],"rotation":{"angle":-45,"axis":"x","origin":[4.8636,-14,-9.6],"rescale":false},"shade":false,"to":[6.8636003,-12.4,-7.999]},{"faces":{"north":{"texture":"#0","uv":[11.5,4.5,12.5,5.625]},"south":{"texture":"#0","uv":[12.5,4.5,11.5,5.625]}},"from":[5.7271996,-12.20141,-9.6119995],"rotation":{"angle":-22.5,"axis":"z","origin":[8.9272,-12.20141,-10.6],"rescale":false},"shade":false,"to":[8.927199,-8.60141,-9.599999]},{"faces":{"down":{"texture":"#0","uv":[11.875,3.375,12.625,4.125]},"north":{"texture":"#0","uv":[12.625,3.375,11.875,4.125]},"south":{"texture":"#0","uv":[12.375,11.25,13.125,12]},"up":{"texture":"#0","uv":[12.375,12,13.125,11.25]},"west":{"texture":"#0","uv":[13.125,10.5,12.375,11.25]}},"from":[-13.936399,-14.8,-10.4],"rotation":{"angle":-45,"axis":"x","origin":[-11.936399,-14,-9.6],"rescale":false},"shade":false,"to":[-11.5364,-12.4,-7.999]},{"faces":{"north":{"texture":"#0","uv":[12.5,4.5,11.5,5.625]},"south":{"texture":"#0","uv":[11.5,4.5,12.5,5.625]}},"from":[-16,-12.20141,-9.6119995],"rotation":{"angle":22.5,"axis":"z","origin":[-16,-12.20141,-10.6],"rescale":false},"shade":false,"to":[-12.8,-8.60141,-9.599999]},{"faces":{"down":{"texture":"#0","uv":[5.5,4,0,8]},"east":{"texture":"#0","uv":[10.5,0.875,14.5,1.375]},"north":{"texture":"#0","uv":[6.25,9.625,11.75,10.125]},"south":{"texture":"#0","uv":[6.25,10.125,11.75,10.625]},"up":{"texture":"#0","uv":[5.5,4,0,0]},"west":{"texture":"#0","uv":[14.5,0.875,10.5,1.375]}},"from":[-12.3364,-16,-16],"shade":false,"to":[5.2636003,-14.4,-3.1999998]},{"faces":{"east":{"texture":"#0","uv":[0,11.625,0.625,13.5]},"north":{"texture":"#0","uv":[10.5,4.125,11.5,6]},"south":{"texture":"#0","uv":[5.5,10.625,6.5,12.5]},"west":{"texture":"#0","uv":[0.625,11.625,1.25,13.5]}},"from":[2.0596008,-14.4,-16],"rotation":{"angle":22.5,"axis":"x","origin":[5.2635994,-14.4,-16],"rescale":false},"shade":false,"to":[5.2596006,-8.399999,-14]},{"faces":{"north":{"texture":"#0","uv":[0,8,3.5,9.75]}},"from":[-9.1364,-14.4,-15.2],"rotation":{"angle":22.5,"axis":"x","origin":[5.2635994,-14.4,-16],"rescale":false},"shade":false,"to":[2.0635996,-8.919999,-15.2]},{"faces":{"south":{"texture":"#0","uv":[8.25,7,11.75,8.75]}},"from":[-9.1364,-14.4,-4],"rotation":{"angle":-22.5,"axis":"x","origin":[5.2635994,-14.4,-3.1999998],"rescale":false},"shade":false,"to":[2.0635996,-8.919999,-4]},{"faces":{"north":{"texture":"#0","uv":[2.875,13,3.25,13.625]},"up":{"texture":"#0","uv":[7.75,9.5,7.375,9.25]},"west":{"texture":"#0","uv":[5.25,8.625,5.5,9.25]}},"from":[0.85960007,-14.4,-16],"rotation":{"angle":22.5,"axis":"x","origin":[4.8636,-14.4,-16],"rescale":false},"shade":false,"to":[2.0596,-12.4,-15.2]},{"faces":{"down":{"texture":"#0","uv":[5.875,10.375,5.5,10.625]},"north":{"texture":"#0","uv":[7,9.25,7.375,9.625]},"west":{"texture":"#0","uv":[7.75,9.25,8,9.625]}},"from":[0.85960007,-9.6,-16],"rotation":{"angle":22.5,"axis":"x","origin":[4.8636,-14.4,-16],"rescale":false},"shade":false,"to":[2.0596,-8.4,-15.2]},{"faces":{"east":{"texture":"#0","uv":[0.625,11.625,0,13.5]},"north":{"texture":"#0","uv":[6.5,10.625,5.5,12.5]},"south":{"texture":"#0","uv":[11.5,4.125,10.5,6]},"west":{"texture":"#0","uv":[1.25,11.625,0.625,13.5]}},"from":[2.0596008,-14.4,-5.2],"rotation":{"angle":-22.5,"axis":"x","origin":[5.2635994,-14.4,-3.1999998],"rescale":false},"shade":false,"to":[5.2596006,-8.399999,-3.1999998]},{"faces":{"south":{"texture":"#0","uv":[3.25,13,2.875,13.625]},"up":{"texture":"#0","uv":[7.75,9.25,7.375,9.5]},"west":{"texture":"#0","uv":[5.5,8.625,5.25,9.25]}},"from":[0.85960007,-14.4,-4],"rotation":{"angle":-22.5,"axis":"x","origin":[4.8636,-14.4,-3.1999998],"rescale":false},"shade":false,"to":[2.0596,-12.4,-3.2]},{"faces":{"down":{"texture":"#0","uv":[5.875,10.625,5.5,10.375]},"south":{"texture":"#0","uv":[7.375,9.25,7,9.625]},"west":{"texture":"#0","uv":[8,9.25,7.75,9.625]}},"from":[0.85960007,-9.6,-4],"rotation":{"angle":-22.5,"axis":"x","origin":[4.8636,-14.4,-3.1999998],"rescale":false},"shade":false,"to":[2.0596,-8.4,-3.2]},{"faces":{"down":{"texture":"#0","uv":[5.5,10.375,4.5,13]},"east":{"texture":"#0","uv":[8.25,11,10.875,11.625]},"up":{"texture":"#0","uv":[4.5,13,3.5,10.375]}},"from":[2.0636005,-10.856723,-13.703899],"shade":false,"to":[5.2636003,-8.856723,-5.4961004]},{"faces":{"north":{"texture":"#0","uv":[5.875,10.375,6.25,10.625]},"south":{"texture":"#0","uv":[10.5,6.75,10.875,7]},"up":{"texture":"#0","uv":[2.875,14.25,2.5,11.625]},"west":{"texture":"#0","uv":[11.5,5.625,14.125,5.875]}},"from":[0.8635998,-9.656723,-13.703899],"shade":false,"to":[2.0635998,-8.856723,-5.4961004]},{"faces":{"down":{"texture":"#0","uv":[5.5,10.375,5.875,10.625]},"east":{"texture":"#0","uv":[8,9.25,7.75,9.625]},"north":{"texture":"#0","uv":[7.375,9.25,7,9.625]}},"from":[-9.1324,-9.6,-16],"rotation":{"angle":22.5,"axis":"x","origin":[-11.936399,-14.4,-16],"rescale":false},"shade":false,"to":[-7.9323997,-8.4,-15.2]},{"faces":{"east":{"texture":"#0","uv":[1.25,11.625,0.625,13.5]},"north":{"texture":"#0","uv":[11.5,4.125,10.5,6]},"south":{"texture":"#0","uv":[6.5,10.625,5.5,12.5]},"west":{"texture":"#0","uv":[0.625,11.625,0,13.5]}},"from":[-12.332399,-14.4,-16],"rotation":{"angle":22.5,"axis":"x","origin":[-12.3364,-14.4,-16],"rescale":false},"shade":false,"to":[-9.1324,-8.399999,-14]},{"faces":{"east":{"texture":"#0","uv":[5.5,8.625,5.25,9.25]},"north":{"texture":"#0","uv":[3.25,13,2.875,13.625]},"up":{"texture":"#0","uv":[7.375,9.5,7.75,9.25]}},"from":[-9.1324,-14.4,-16],"rotation":{"angle":22.5,"axis":"x","origin":[-11.936399,-14.4,-16],"rescale":false},"shade":false,"to":[-7.9323997,-12.4,-15.2]},{"faces":{"east":{"texture":"#0","uv":[14.125,5.625,11.5,5.875]},"north":{"texture":"#0","uv":[6.25,10.375,5.875,10.625]},"south":{"texture":"#0","uv":[10.875,6.75,10.5,7]},"up":{"texture":"#0","uv":[2.5,14.25,2.875,11.625]}},"from":[-9.1364,-9.656723,-13.703899],"shade":false,"to":[-7.9364004,-8.856723,-5.4961004]},{"faces":{"down":{"texture":"#0","uv":[4.5,10.375,5.5,13]},"up":{"texture":"#0","uv":[3.5,13,4.5,10.375]},"west":{"texture":"#0","uv":[10.875,11,8.25,11.625]}},"from":[-12.3364,-10.856723,-13.703899],"shade":false,"to":[-9.1364,-8.856723,-5.4961004]},{"faces":{"east":{"texture":"#0","uv":[0.625,11.625,1.25,13.5]},"north":{"texture":"#0","uv":[5.5,10.625,6.5,12.5]},"south":{"texture":"#0","uv":[10.5,4.125,11.5,6]},"west":{"texture":"#0","uv":[0,11.625,0.625,13.5]}},"from":[-12.332399,-14.4,-5.2],"rotation":{"angle":-22.5,"axis":"x","origin":[-12.3364,-14.4,-3.1999998],"rescale":false},"shade":false,"to":[-9.1324,-8.399999,-3.1999998]},{"faces":{"down":{"texture":"#0","uv":[5.5,10.625,5.875,10.375]},"east":{"texture":"#0","uv":[7.75,9.25,8,9.625]},"south":{"texture":"#0","uv":[7,9.25,7.375,9.625]}},"from":[-9.1324,-9.6,-4],"rotation":{"angle":-22.5,"axis":"x","origin":[-11.936399,-14.4,-3.1999998],"rescale":false},"shade":false,"to":[-7.9323997,-8.4,-3.2]},{"faces":{"east":{"texture":"#0","uv":[5.25,8.625,5.5,9.25]},"south":{"texture":"#0","uv":[2.875,13,3.25,13.625]},"up":{"texture":"#0","uv":[7.375,9.25,7.75,9.5]}},"from":[-9.1324,-14.4,-4],"rotation":{"angle":-22.5,"axis":"x","origin":[-11.936399,-14.4,-3.1999998],"rescale":false},"shade":false,"to":[-7.9323997,-12.4,-3.2]},{"faces":{"up":{"texture":"#0","uv":[8.25,9.25,5.5,7]}},"from":[-7.9363995,-9.643687,-13.163792],"shade":false,"to":[0.86360073,-9.643534,-6.03584]},{"faces":{"east":{"texture":"#0","uv":[3.5,9.25,6.25,10.375]},"west":{"texture":"#0","uv":[3.5,9.25,6.25,10.375]}},"from":[-11.5364,-14.4,-14],"shade":false,"to":[4.4636,-10.799999,-5.2]}],"overrides":[],"textures":{"0":"item/w2005395590_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4939.json b/assets/minecraft/models/w4939.json new file mode 100644 index 000000000..1fb6245f0 --- /dev/null +++ b/assets/minecraft/models/w4939.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.625,11.625,9.625,12.375]},"east":{"texture":"#0","uv":[7,12.25,7.75,12.875]},"north":{"texture":"#0","uv":[1.5,11.875,2.5,12.5]},"south":{"texture":"#0","uv":[8.25,11.875,9.25,12.5]},"west":{"texture":"#0","uv":[7.75,12.25,7,12.875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14,-13.6]}],"overrides":[],"textures":{"0":"item/w2005395590_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w494.json b/assets/minecraft/models/w494.json new file mode 100644 index 000000000..741b1c1d8 --- /dev/null +++ b/assets/minecraft/models/w494.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.75,8.25,6.5,11.5]},"east":{"texture":"#0","uv":[0,11.5,3.25,16]},"north":{"texture":"#0","uv":[3.25,11.5,6.5,16]},"south":{"texture":"#0","uv":[9.75,11.5,13,16]},"up":{"texture":"#0","uv":[6.5,11.5,3.25,8.25]},"west":{"texture":"#0","uv":[6.5,11.5,9.75,16]}},"from":[-16,-16,-16],"shade":false,"to":[-5.6000004,-1.6000004,-5.6000004]}],"overrides":[],"textures":{"0":"item/w447319910_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4940.json b/assets/minecraft/models/w4940.json new file mode 100644 index 000000000..6b04936de --- /dev/null +++ b/assets/minecraft/models/w4940.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,11,6.5,12]},"east":{"texture":"#0","uv":[10.875,11.25,11.875,12.5]},"north":{"texture":"#0","uv":[0,10,1.75,11.25]},"south":{"texture":"#0","uv":[1.75,10,3.5,11.25]},"up":{"texture":"#0","uv":[5.25,9,3.5,8]},"west":{"texture":"#0","uv":[11.875,11.25,10.875,12.5]}},"from":[-14,-16,-16],"shade":false,"to":[-8.4,-12,-12.8]},{"faces":{"down":{"texture":"#0","uv":[13.75,12.625,13.125,12.875]},"east":{"texture":"#0","uv":[13.25,12,13.5,12.625]},"north":{"texture":"#0","uv":[13.125,11.375,13.75,12]},"south":{"texture":"#0","uv":[13.125,10.5,13.75,11.125]},"up":{"texture":"#0","uv":[13.75,11.375,13.125,11.125]}},"from":[-8.4,-14.84,-15],"rotation":{"angle":-22.5,"axis":"z","origin":[-8.4,-12.84,-14.6],"rescale":false},"shade":false,"to":[-6.3999996,-12.84,-14.2]},{"faces":{"down":{"texture":"#0","uv":[13.125,12.625,13.75,12.875]},"north":{"texture":"#0","uv":[13.75,11.375,13.125,12]},"south":{"texture":"#0","uv":[13.75,10.5,13.125,11.125]},"up":{"texture":"#0","uv":[13.125,11.375,13.75,11.125]},"west":{"texture":"#0","uv":[13.5,12,13.25,12.625]}},"from":[-16,-14.84,-15],"rotation":{"angle":22.5,"axis":"z","origin":[-14,-12.84,-14.6],"rescale":false},"shade":false,"to":[-14,-12.84,-14.2]}],"overrides":[],"textures":{"0":"item/w2005395590_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4941.json b/assets/minecraft/models/w4941.json new file mode 100644 index 000000000..6eafd4c71 --- /dev/null +++ b/assets/minecraft/models/w4941.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[13.5,0,14.375,0.5]},"north":{"texture":"#0","uv":[14.375,0,15.25,0.5]},"south":{"texture":"#0","uv":[14.375,0,13.5,0.5]},"west":{"texture":"#0","uv":[15.25,0,14.375,0.5]}},"from":[8,8,8],"shade":false,"to":[5.2,6.4,5.2]}],"overrides":[],"textures":{"0":"item/w2005395590_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4942.json b/assets/minecraft/models/w4942.json new file mode 100644 index 000000000..66980475f --- /dev/null +++ b/assets/minecraft/models/w4942.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.875,2.75,10.5,4.125]},"east":{"texture":"#0","uv":[11.875,2.875,13.25,3.375]},"north":{"texture":"#0","uv":[11.75,8.125,13.125,8.625]},"south":{"texture":"#0","uv":[13.25,2.875,11.875,3.375]},"up":{"texture":"#0","uv":[11.875,2.75,10.5,1.375]},"west":{"texture":"#0","uv":[13.125,8.125,11.75,8.625]}},"from":[-16,-16,-16],"shade":false,"to":[-11.6,-14.4,-11.6]}],"overrides":[],"textures":{"0":"item/w2005395590_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4943.json b/assets/minecraft/models/w4943.json new file mode 100644 index 000000000..91e52e170 --- /dev/null +++ b/assets/minecraft/models/w4943.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[14.375,0,15.25,0.5]},"north":{"texture":"#0","uv":[15.25,0,14.375,0.5]},"south":{"texture":"#0","uv":[13.5,0,14.375,0.5]},"west":{"texture":"#0","uv":[14.375,0,13.5,0.5]}},"from":[8,8,8],"shade":false,"to":[5.2,6.4,5.2]}],"overrides":[],"textures":{"0":"item/w2005395590_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4944.json b/assets/minecraft/models/w4944.json new file mode 100644 index 000000000..d0dd356f3 --- /dev/null +++ b/assets/minecraft/models/w4944.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,2.75,11.875,4.125]},"east":{"texture":"#0","uv":[11.75,8.125,13.125,8.625]},"north":{"texture":"#0","uv":[13.125,8.125,11.75,8.625]},"south":{"texture":"#0","uv":[11.875,2.875,13.25,3.375]},"up":{"texture":"#0","uv":[10.5,2.75,11.875,1.375]},"west":{"texture":"#0","uv":[13.25,2.875,11.875,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-11.6,-14.4,-11.6]}],"overrides":[],"textures":{"0":"item/w2005395590_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4945.json b/assets/minecraft/models/w4945.json new file mode 100644 index 000000000..68db79ec0 --- /dev/null +++ b/assets/minecraft/models/w4945.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[11.875,10.5,12.375,12]},"north":{"texture":"#0","uv":[11.875,1.375,12.375,2.875]},"south":{"texture":"#0","uv":[6.5,12,7,13.5]},"up":{"texture":"#0","uv":[8.25,12.5,7.75,12]},"west":{"texture":"#0","uv":[12.375,10.5,11.875,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w2005395590_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4946.json b/assets/minecraft/models/w4946.json new file mode 100644 index 000000000..d17c9386a --- /dev/null +++ b/assets/minecraft/models/w4946.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[1.25,12.5,2,13]},"west":{"texture":"#0","uv":[2,12.5,1.25,13]}},"from":[-16,-16,-16],"shade":false,"to":[-15.992001,-14.4,-13.6]}],"overrides":[],"textures":{"0":"item/w2005395590_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4947.json b/assets/minecraft/models/w4947.json new file mode 100644 index 000000000..cf88e2959 --- /dev/null +++ b/assets/minecraft/models/w4947.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[12.375,2.375,13.25,2.875]},"north":{"texture":"#0","uv":[12.375,2.375,13.25,2.875]},"south":{"texture":"#0","uv":[12.375,2.375,13.25,2.875]},"up":{"texture":"#0","uv":[12.625,10.5,11.75,9.625]},"west":{"texture":"#0","uv":[12.375,2.375,13.25,2.875]}},"from":[-16,-16,-16],"rotation":{"angle":45,"axis":"y","origin":[-14.400001,-15.599999,-14.4],"rescale":false},"shade":false,"to":[-13.200001,-14.4,-13.2]},{"faces":{"east":{"texture":"#0","uv":[11.75,7.125,12.375,8.125]},"north":{"texture":"#0","uv":[2.875,12,3.5,13]},"south":{"texture":"#0","uv":[12.375,7.125,11.75,8.125]},"up":{"texture":"#0","uv":[13.25,10.25,12.625,9.625]},"west":{"texture":"#0","uv":[3.5,12,2.875,13]}},"from":[-15.6,-14.4,-15.6],"rotation":{"angle":45,"axis":"y","origin":[-14.400001,-14.4,-14.4],"rescale":false},"shade":false,"to":[-13.6,-11.2,-13.6]}],"overrides":[],"textures":{"0":"item/w2005395590_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4948.json b/assets/minecraft/models/w4948.json new file mode 100644 index 000000000..d17c9386a --- /dev/null +++ b/assets/minecraft/models/w4948.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[1.25,12.5,2,13]},"west":{"texture":"#0","uv":[2,12.5,1.25,13]}},"from":[-16,-16,-16],"shade":false,"to":[-15.992001,-14.4,-13.6]}],"overrides":[],"textures":{"0":"item/w2005395590_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4949.json b/assets/minecraft/models/w4949.json new file mode 100644 index 000000000..b7ad7a96f --- /dev/null +++ b/assets/minecraft/models/w4949.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[11.875,10.5,12.375,12]},"north":{"texture":"#0","uv":[12.375,1.375,11.875,2.875]},"south":{"texture":"#0","uv":[7,12,6.5,13.5]},"up":{"texture":"#0","uv":[7.75,12.5,8.25,12]},"west":{"texture":"#0","uv":[12.375,10.5,11.875,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w2005395590_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w495.json b/assets/minecraft/models/w495.json new file mode 100644 index 000000000..8bf7ef47e --- /dev/null +++ b/assets/minecraft/models/w495.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.75,0,8,0.75]},"east":{"texture":"#0","uv":[6.5,0.75,7.25,1.875]},"north":{"texture":"#0","uv":[7.25,0.75,8,1.875]},"south":{"texture":"#0","uv":[8.75,0.75,9.5,1.875]},"up":{"texture":"#0","uv":[8,0.75,7.25,0]},"west":{"texture":"#0","uv":[8,0.75,8.75,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12.4,-13.6]}],"overrides":[],"textures":{"0":"item/w447319910_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4950.json b/assets/minecraft/models/w4950.json new file mode 100644 index 000000000..74b5b9821 --- /dev/null +++ b/assets/minecraft/models/w4950.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[13.25,2.375,12.375,2.875]},"north":{"texture":"#0","uv":[13.25,2.375,12.375,2.875]},"south":{"texture":"#0","uv":[13.25,2.375,12.375,2.875]},"up":{"texture":"#0","uv":[11.75,10.5,12.625,9.625]},"west":{"texture":"#0","uv":[13.25,2.375,12.375,2.875]}},"from":[-16,-16,-16],"rotation":{"angle":-45,"axis":"y","origin":[-14.8,-15.599999,-14.4],"rescale":false},"shade":false,"to":[-13.200001,-14.4,-13.2]},{"faces":{"east":{"texture":"#0","uv":[2.875,12,3.5,13]},"north":{"texture":"#0","uv":[3.5,12,2.875,13]},"south":{"texture":"#0","uv":[11.75,7.125,12.375,8.125]},"up":{"texture":"#0","uv":[12.625,10.25,13.25,9.625]},"west":{"texture":"#0","uv":[12.375,7.125,11.75,8.125]}},"from":[-15.6,-14.4,-15.6],"rotation":{"angle":-45,"axis":"y","origin":[-14.8,-14.4,-14.4],"rescale":false},"shade":false,"to":[-13.6,-11.2,-13.6]}],"overrides":[],"textures":{"0":"item/w2005395590_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4951.json b/assets/minecraft/models/w4951.json new file mode 100644 index 000000000..12de5885e --- /dev/null +++ b/assets/minecraft/models/w4951.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,3.5,5.5,0]},"east":{"texture":"#0","uv":[0,11.25,3.5,11.625]},"north":{"texture":"#0","uv":[10.5,6,15.5,6.375]},"south":{"texture":"#0","uv":[10.5,6,15.5,6.375]},"up":{"texture":"#0","uv":[10.5,3.5,5.5,0]},"west":{"texture":"#0","uv":[0,11.25,3.5,11.625]}},"from":[-16,-16,-16],"shade":false,"to":[0,-14.8,-4.8]},{"faces":{"east":{"texture":"#0","uv":[10.5,0,13.5,0.875]},"north":{"texture":"#0","uv":[8.25,8.75,12.75,9.625]},"south":{"texture":"#0","uv":[8.25,8.75,12.75,9.625]},"west":{"texture":"#0","uv":[10.5,0,13.5,0.875]}},"from":[-15.2,-14.8,-15.2],"shade":false,"to":[-0.8000002,-12,-5.5999994]},{"faces":{"down":{"texture":"#0","uv":[10.5,7,5.5,3.5]},"east":{"texture":"#0","uv":[11.5,4.125,15,4.5]},"north":{"texture":"#0","uv":[10.5,6.375,15.5,6.75]},"south":{"texture":"#0","uv":[6.5,10.625,11.5,11]},"up":{"texture":"#0","uv":[10.5,7,5.5,3.5]},"west":{"texture":"#0","uv":[11.5,4.125,15,4.5]}},"from":[-16,-12,-16],"shade":false,"to":[0,-10.8,-4.8]},{"faces":{"east":{"texture":"#0","uv":[5.5,12.5,6.125,13.375]},"north":{"texture":"#0","uv":[12.5,4.5,13.125,5.375]},"south":{"texture":"#0","uv":[7.75,12.5,8.375,13.375]},"west":{"texture":"#0","uv":[8.375,12.5,9,13.375]}},"from":[-2,-14.8,-16],"shade":false,"to":[0,-12,-14]},{"faces":{"east":{"texture":"#0","uv":[9,12.5,8.375,13.375]},"north":{"texture":"#0","uv":[13.125,4.5,12.5,5.375]},"south":{"texture":"#0","uv":[8.375,12.5,7.75,13.375]},"west":{"texture":"#0","uv":[6.125,12.5,5.5,13.375]}},"from":[-16,-14.8,-16],"shade":false,"to":[-14,-12,-14]},{"faces":{"east":{"texture":"#0","uv":[8.375,12.5,9,13.375]},"north":{"texture":"#0","uv":[7.75,12.5,8.375,13.375]},"south":{"texture":"#0","uv":[12.5,4.5,13.125,5.375]},"west":{"texture":"#0","uv":[5.5,12.5,6.125,13.375]}},"from":[-16,-14.8,-6.8],"shade":false,"to":[-14,-12,-4.8]},{"faces":{"east":{"texture":"#0","uv":[6.125,12.5,5.5,13.375]},"north":{"texture":"#0","uv":[8.375,12.5,7.75,13.375]},"south":{"texture":"#0","uv":[13.125,4.5,12.5,5.375]},"west":{"texture":"#0","uv":[9,12.5,8.375,13.375]}},"from":[-2,-14.8,-6.8],"shade":false,"to":[0,-12,-4.8]}],"overrides":[],"textures":{"0":"item/w2005395590_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4952.json b/assets/minecraft/models/w4952.json new file mode 100644 index 000000000..bcf68803e --- /dev/null +++ b/assets/minecraft/models/w4952.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,15.75,5.125,15.375]},"east":{"texture":"#0","uv":[5.5,15.375,5.125,15.75]},"north":{"texture":"#0","uv":[6.125,14.875,6.5,15.25]},"south":{"texture":"#0","uv":[6.875,14.875,6.5,15.25]},"up":{"texture":"#0","uv":[6.875,15.25,6.5,14.875]},"west":{"texture":"#0","uv":[6.875,14.875,6.5,15.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w2005395590_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4953.json b/assets/minecraft/models/w4953.json new file mode 100644 index 000000000..e5a4bb406 --- /dev/null +++ b/assets/minecraft/models/w4953.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,15.75,5.125,15.375]},"east":{"texture":"#0","uv":[5.5,15.375,5.125,15.75]},"north":{"texture":"#0","uv":[5.5,15.375,5.875,15.75]},"south":{"texture":"#0","uv":[5.875,15.375,5.5,15.75]},"up":{"texture":"#0","uv":[5.125,15.75,4.75,15.375]},"west":{"texture":"#0","uv":[5.125,15.375,4.75,15.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w2005395590_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4954.json b/assets/minecraft/models/w4954.json new file mode 100644 index 000000000..9248bf871 --- /dev/null +++ b/assets/minecraft/models/w4954.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3.5,14.625,3,15.125]},"north":{"texture":"#0","uv":[3,14.875,2.5,15.375]},"south":{"texture":"#0","uv":[0.50375,0,0,0.44194174]},"up":{"texture":"#0","uv":[2.5,14.875,2,15.375]},"west":{"texture":"#0","uv":[3,14.625,3.5,15.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.388,-14.585787,-14.585787]}],"overrides":[],"textures":{"0":"item/w2005395590_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4955.json b/assets/minecraft/models/w4955.json new file mode 100644 index 000000000..0176c9c9b --- /dev/null +++ b/assets/minecraft/models/w4955.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3,14.875,2.5,15.375]},"north":{"texture":"#0","uv":[3,14.625,3.5,15.125]},"south":{"texture":"#0","uv":[3.5,14.625,3,15.125]},"up":{"texture":"#0","uv":[2,15.375,2.5,14.875]},"west":{"texture":"#0","uv":[0.50375,0,0,0.44194174]}},"from":[-16,-16,-16],"shade":false,"to":[-14.585787,-14.585787,-14.388]}],"overrides":[],"textures":{"0":"item/w2005395590_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4956.json b/assets/minecraft/models/w4956.json new file mode 100644 index 000000000..0176c9c9b --- /dev/null +++ b/assets/minecraft/models/w4956.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3,14.875,2.5,15.375]},"north":{"texture":"#0","uv":[3,14.625,3.5,15.125]},"south":{"texture":"#0","uv":[3.5,14.625,3,15.125]},"up":{"texture":"#0","uv":[2,15.375,2.5,14.875]},"west":{"texture":"#0","uv":[0.50375,0,0,0.44194174]}},"from":[-16,-16,-16],"shade":false,"to":[-14.585787,-14.585787,-14.388]}],"overrides":[],"textures":{"0":"item/w2005395590_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4957.json b/assets/minecraft/models/w4957.json new file mode 100644 index 000000000..39b7986a2 --- /dev/null +++ b/assets/minecraft/models/w4957.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[6.125,14.625,5.875,15.75]},"north":{"texture":"#0","uv":[6.125,14.625,5.875,15.75]},"south":{"texture":"#0","uv":[6.125,14.625,5.875,15.75]},"west":{"texture":"#0","uv":[6.125,14.625,5.875,15.75]}},"from":[-8.638553,-13.6,-14.4],"rotation":{"angle":-22.5,"axis":"z","origin":[-8.238553,-12.307107,-14],"rescale":false},"shade":false,"to":[-7.8385525,-10,-13.599999]},{"faces":{"north":{"texture":"#0","uv":[5.875,14.625,4.75,15.375]},"south":{"texture":"#0","uv":[4.75,14.625,5.875,15.375]},"up":{"texture":"#0","uv":[3.625,15.375,4.75,14.625]},"west":{"texture":"#0","uv":[6.5,13.875,5.75,14.625]}},"from":[-10.038553,-16,-15.2],"rotation":{"angle":-22.5,"axis":"z","origin":[-8.238553,-12.307107,-14],"rescale":false},"shade":false,"to":[-6.4385533,-13.6,-12.799999]},{"faces":{"down":{"texture":"#0","uv":[10.75,14.75,11.625,13.5]},"east":{"texture":"#0","uv":[12.875,13.5,11.625,13.875]},"north":{"texture":"#0","uv":[11.625,14.25,12.5,14.625]},"south":{"texture":"#0","uv":[12.5,14.25,11.625,14.625]},"up":{"texture":"#0","uv":[10.75,14.75,11.625,13.5]},"west":{"texture":"#0","uv":[12.875,13.875,11.625,14.25]}},"from":[-12.792,-11.817002,-12.4],"rotation":{"angle":-45,"axis":"y","origin":[-11.392,-11.217002,-10.4],"rescale":false},"shade":false,"to":[-9.992,-10.6170025,-8.4]},{"faces":{"down":{"texture":"#0","uv":[8.625,15.125,9.5,13.875]},"east":{"texture":"#0","uv":[10.75,13.875,9.5,14.25]},"north":{"texture":"#0","uv":[9.5,14.625,10.375,15]},"south":{"texture":"#0","uv":[10.375,14.625,9.5,15]},"up":{"texture":"#0","uv":[8.625,15.125,9.5,13.875]},"west":{"texture":"#0","uv":[10.75,14.25,9.5,14.625]}},"from":[-12.792,-13.017002,-12.4],"rotation":{"angle":-22.5,"axis":"y","origin":[-11.392,-12.417002,-10.4],"rescale":false},"shade":false,"to":[-9.992,-11.817002,-8.4]},{"faces":{"east":{"texture":"#0","uv":[8.625,13.625,7.375,14]},"north":{"texture":"#0","uv":[7.375,14.375,8.25,14.75]},"south":{"texture":"#0","uv":[8.25,14.375,7.375,14.75]},"up":{"texture":"#0","uv":[6.5,14.875,7.375,13.625]},"west":{"texture":"#0","uv":[8.625,14,7.375,14.375]}},"from":[-12.792,-14.217002,-12.4],"shade":false,"to":[-9.992,-13.017002,-8.4]},{"faces":{"east":{"texture":"#0","uv":[3,14,3.625,14.625]},"north":{"texture":"#0","uv":[2,14.25,2.5,14.875]},"south":{"texture":"#0","uv":[2.5,14.25,3,14.875]},"west":{"texture":"#0","uv":[3.625,14,3,14.625]}},"from":[-15.992,-14.6170025,-15.2],"rotation":{"angle":22.5,"axis":"x","origin":[-15.191999,-14.6170025,-14.2],"rescale":false},"shade":false,"to":[-14.391999,-12.6170025,-13.2]},{"faces":{"east":{"texture":"#0","uv":[3,14.625,3.5,15.125]},"north":{"texture":"#0","uv":[0,0,0.50375,0.44194174]},"south":{"texture":"#0","uv":[2.5,14.875,3,15.375]},"up":{"texture":"#0","uv":[2,14.875,2.5,15.375]},"west":{"texture":"#0","uv":[3.5,14.625,3,15.125]}},"from":[-16,-13.909895,-13.492893],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.191999,-14.6170025,-14.2],"rescale":false},"shade":false,"to":[-14.388,-12.495682,-12.07868]},{"faces":{"east":{"texture":"#0","uv":[3.625,14,3,14.625]},"north":{"texture":"#0","uv":[3,14.25,2.5,14.875]},"south":{"texture":"#0","uv":[2.5,14.25,2,14.875]},"west":{"texture":"#0","uv":[3,14,3.625,14.625]}},"from":[-5.592,-14.6170025,-10.8],"rotation":{"angle":22.5,"axis":"x","origin":[-4.792,-14.6170025,-9.8],"rescale":false},"shade":false,"to":[-3.992,-12.6170025,-8.8]},{"faces":{"east":{"texture":"#0","uv":[3,14.875,2.5,15.375]},"north":{"texture":"#0","uv":[3,14.625,3.5,15.125]},"south":{"texture":"#0","uv":[3.5,14.625,3,15.125]},"up":{"texture":"#0","uv":[2,15.375,2.5,14.875]},"west":{"texture":"#0","uv":[0.50375,0,0,0.44194174]}},"from":[-5.484893,-13.909895,-11.608],"rotation":{"angle":45,"axis":"z","origin":[-6.1919994,-14.6170025,-10.8],"rescale":false},"shade":false,"to":[-4.070679,-12.495682,-9.995999]},{"faces":{"east":{"texture":"#0","uv":[3,14.25,2.5,14.875]},"north":{"texture":"#0","uv":[3,14,3.625,14.625]},"south":{"texture":"#0","uv":[3.625,14,3,14.625]},"west":{"texture":"#0","uv":[2.5,14.25,2,14.875]}},"from":[-7.1919994,-14.6170025,-11.6],"rotation":{"angle":0,"axis":"z","origin":[-6.1919994,-14.6170025,-10.8],"rescale":false},"shade":false,"to":[-5.1919994,-12.6170025,-10]},{"faces":{"east":{"texture":"#0","uv":[3,14.875,2.5,15.375]},"north":{"texture":"#0","uv":[3,14.625,3.5,15.125]},"south":{"texture":"#0","uv":[3.5,14.625,3,15.125]},"up":{"texture":"#0","uv":[2,15.375,2.5,14.875]},"west":{"texture":"#0","uv":[0.50375,0,0,0.44194174]}},"from":[-11.484893,-13.909895,-14.408],"rotation":{"angle":45,"axis":"z","origin":[-12.191999,-14.6170025,-13.6],"rescale":false},"shade":false,"to":[-10.07068,-12.495682,-12.7960005]},{"faces":{"east":{"texture":"#0","uv":[3,14.25,2.5,14.875]},"north":{"texture":"#0","uv":[3,14,3.625,14.625]},"south":{"texture":"#0","uv":[3.625,14,3,14.625]},"west":{"texture":"#0","uv":[2.5,14.25,2,14.875]}},"from":[-13.191999,-14.6170025,-14.4],"rotation":{"angle":0,"axis":"z","origin":[-12.191999,-14.6170025,-13.6],"rescale":false},"shade":false,"to":[-11.191999,-12.6170025,-12.799999]},{"faces":{"east":{"texture":"#0","uv":[3,14.25,2.5,14.875]},"north":{"texture":"#0","uv":[3,14,3.625,14.625]},"south":{"texture":"#0","uv":[3.625,14,3,14.625]},"west":{"texture":"#0","uv":[2.5,14.25,2,14.875]}},"from":[-15.592,-14.6170025,-9.6],"rotation":{"angle":22.5,"axis":"z","origin":[-14.592,-14.6170025,-8.8],"rescale":false},"shade":false,"to":[-13.592,-12.6170025,-8]},{"faces":{"east":{"texture":"#0","uv":[3,14.25,2.5,14.875]},"north":{"texture":"#0","uv":[3,14,3.625,14.625]},"south":{"texture":"#0","uv":[3.625,14,3,14.625]},"west":{"texture":"#0","uv":[2.5,14.25,2,14.875]}},"from":[-14.392,-14.6170025,-16],"rotation":{"angle":22.5,"axis":"z","origin":[-13.392,-14.6170025,-15.2],"rescale":false},"shade":false,"to":[-12.392,-12.6170025,-14.4]},{"faces":{"east":{"texture":"#0","uv":[3,14.875,2.5,15.375]},"north":{"texture":"#0","uv":[3,14.625,3.5,15.125]},"south":{"texture":"#0","uv":[3.5,14.625,3,15.125]},"up":{"texture":"#0","uv":[2,15.375,2.5,14.875]},"west":{"texture":"#0","uv":[0.50375,0,0,0.44194174]}},"from":[-3.8848934,-13.909895,-12.808001],"rotation":{"angle":22.5,"axis":"z","origin":[-4.592,-14.6170025,-12],"rescale":false},"shade":false,"to":[-2.4706798,-12.495682,-11.196001]},{"faces":{"east":{"texture":"#0","uv":[3,14.25,2.5,14.875]},"north":{"texture":"#0","uv":[3,14,3.625,14.625]},"south":{"texture":"#0","uv":[3.625,14,3,14.625]},"west":{"texture":"#0","uv":[2.5,14.25,2,14.875]}},"from":[-5.592,-14.6170025,-12.8],"rotation":{"angle":-22.5,"axis":"z","origin":[-4.592,-14.6170025,-12],"rescale":false},"shade":false,"to":[-3.592,-12.6170025,-11.2]}],"overrides":[],"textures":{"0":"item/w2005395590_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4958.json b/assets/minecraft/models/w4958.json new file mode 100644 index 000000000..8b8333cf8 --- /dev/null +++ b/assets/minecraft/models/w4958.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[7.375,12.875,7.75,13.625]},"north":{"texture":"#0","uv":[7,12.875,7.375,13.625]},"south":{"texture":"#0","uv":[7.375,12.875,7,13.625]},"up":{"texture":"#0","uv":[6.625,9.625,6.25,9.25]},"west":{"texture":"#0","uv":[13,1.375,13.375,2.125]}},"from":[-10.697056,-14.551472,-15.996],"rotation":{"angle":45,"axis":"z","origin":[-10.379899,-12.068628,-15.4],"rescale":false},"shade":false,"to":[-9.497056,-12.151472,-14.804001]},{"faces":{"down":{"texture":"#0","uv":[7,9.25,6.625,9.625]},"east":{"texture":"#0","uv":[4.125,13,4.5,13.875]},"north":{"texture":"#0","uv":[3.25,13,3.625,13.875]},"south":{"texture":"#0","uv":[3.625,13,3.25,13.875]},"west":{"texture":"#0","uv":[3.75,13,4.125,13.875]}},"from":[-9.2,-16,-16],"shade":false,"to":[-8,-13.2,-14.8]},{"faces":{"down":{"texture":"#0","uv":[6.625,9.25,7,9.625]},"east":{"texture":"#0","uv":[9.375,12.5,9,13.875]},"north":{"texture":"#0","uv":[2.375,12.5,2,13.875]},"south":{"texture":"#0","uv":[2,12.5,2.375,13.875]},"west":{"texture":"#0","uv":[6.5,12.5,6.125,13.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-11.6,-14.8]},{"faces":{"east":{"texture":"#0","uv":[13.375,1.375,13,2.125]},"north":{"texture":"#0","uv":[7.375,12.875,7,13.625]},"south":{"texture":"#0","uv":[7,12.875,7.375,13.625]},"up":{"texture":"#0","uv":[6.25,9.625,6.625,9.25]},"west":{"texture":"#0","uv":[7.75,12.875,7.375,13.625]}},"from":[-14.502944,-12.951471,-15.996],"rotation":{"angle":-45,"axis":"z","origin":[-13.620101,-10.468629,-15.4],"rescale":false},"shade":false,"to":[-13.302944,-10.551472,-14.804001]}],"overrides":[],"textures":{"0":"item/w2005395590_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4959.json b/assets/minecraft/models/w4959.json new file mode 100644 index 000000000..c2bd907ab --- /dev/null +++ b/assets/minecraft/models/w4959.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,12.625,13.125,13.25]},"east":{"texture":"#0","uv":[10.75,12.375,10.125,13.375]},"north":{"texture":"#0","uv":[13,1.375,12.375,2.375]},"south":{"texture":"#0","uv":[10.125,12.375,9.5,13.375]},"west":{"texture":"#0","uv":[13,6.75,12.375,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-12.8,-14]}],"overrides":[],"textures":{"0":"item/w2005395590_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w496.json b/assets/minecraft/models/w496.json new file mode 100644 index 000000000..45209a654 --- /dev/null +++ b/assets/minecraft/models/w496.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,0,8.75,0.75]},"east":{"texture":"#0","uv":[8.75,0.75,8,1.875]},"north":{"texture":"#0","uv":[8,0.75,7.25,1.875]},"south":{"texture":"#0","uv":[9.5,0.75,8.75,1.875]},"up":{"texture":"#0","uv":[7.25,0.75,8,0]},"west":{"texture":"#0","uv":[7.25,0.75,6.5,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12.4,-13.6]}],"overrides":[],"textures":{"0":"item/w447319910_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4960.json b/assets/minecraft/models/w4960.json new file mode 100644 index 000000000..6271fcc69 --- /dev/null +++ b/assets/minecraft/models/w4960.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,13.25,13.125,12.625]},"east":{"texture":"#0","uv":[10.125,12.375,10.75,13.375]},"north":{"texture":"#0","uv":[9.5,12.375,10.125,13.375]},"south":{"texture":"#0","uv":[12.375,1.375,13,2.375]},"west":{"texture":"#0","uv":[12.375,6.75,13,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-12.8,-14]}],"overrides":[],"textures":{"0":"item/w2005395590_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4961.json b/assets/minecraft/models/w4961.json new file mode 100644 index 000000000..51f8d05e8 --- /dev/null +++ b/assets/minecraft/models/w4961.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.125,12.625,12.5,13.25]},"east":{"texture":"#0","uv":[12.375,6.75,13,7.75]},"north":{"texture":"#0","uv":[12.375,1.375,13,2.375]},"south":{"texture":"#0","uv":[9.5,12.375,10.125,13.375]},"west":{"texture":"#0","uv":[10.125,12.375,10.75,13.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-12.8,-14]}],"overrides":[],"textures":{"0":"item/w2005395590_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4962.json b/assets/minecraft/models/w4962.json new file mode 100644 index 000000000..eaaf26444 --- /dev/null +++ b/assets/minecraft/models/w4962.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.125,13.25,12.5,12.625]},"east":{"texture":"#0","uv":[13,6.75,12.375,7.75]},"north":{"texture":"#0","uv":[10.125,12.375,9.5,13.375]},"south":{"texture":"#0","uv":[13,1.375,12.375,2.375]},"west":{"texture":"#0","uv":[10.75,12.375,10.125,13.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-12.8,-14]}],"overrides":[],"textures":{"0":"item/w2005395590_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4963.json b/assets/minecraft/models/w4963.json new file mode 100644 index 000000000..17f43a4d1 --- /dev/null +++ b/assets/minecraft/models/w4963.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0.25,0,0,0.625]},"north":{"texture":"#0","uv":[5,13,4.5,13.625]},"south":{"texture":"#0","uv":[5,13,4.5,13.625]},"west":{"texture":"#0","uv":[0.25,0,0,0.625]}},"from":[-15.385786,-16,-15.6],"shade":false,"to":[-13.785786,-14,-14.8]},{"faces":{"down":{"texture":"#0","uv":[5.5,13.5,5,14]},"east":{"texture":"#0","uv":[5.5,13,5,13.5]},"north":{"texture":"#0","uv":[4.5,13.625,5,14.125]},"south":{"texture":"#0","uv":[5,13.625,4.5,14.125]},"up":{"texture":"#0","uv":[5,13.5,5.5,13]},"west":{"texture":"#0","uv":[5.5,13.5,5,14]}},"from":[-15.385786,-14.4800005,-16],"rotation":{"angle":45,"axis":"z","origin":[-14.585787,-13.68,-15.2],"rescale":false},"shade":false,"to":[-13.785786,-12.88,-14.4]},{"faces":{"east":{"texture":"#0","uv":[4.125,14,3.875,14.625]},"north":{"texture":"#0","uv":[4.125,14,3.875,14.625]},"south":{"texture":"#0","uv":[4.125,14,3.875,14.625]},"west":{"texture":"#0","uv":[4.125,14,3.875,14.625]}},"from":[-14.985786,-13.6,-15.6],"shade":false,"to":[-14.185786,-11.6,-14.8]},{"faces":{"down":{"texture":"#0","uv":[5.125,14.5,5.375,14.25]},"east":{"texture":"#0","uv":[5.125,14.5,4.875,14.25]},"north":{"texture":"#0","uv":[5,14,5.25,14.25]},"south":{"texture":"#0","uv":[5.25,14,5,14.25]},"up":{"texture":"#0","uv":[4.875,14.5,5.125,14.25]},"west":{"texture":"#0","uv":[5.375,14.25,5.125,14.5]}},"from":[-14.985786,-12,-15.608],"rotation":{"angle":45,"axis":"z","origin":[-14.585787,-11.6,-15.2],"rescale":false},"shade":false,"to":[-14.185786,-11.2,-14.792]},{"faces":{"down":{"texture":"#0","uv":[4.125,14.5,4.5,14.25]},"north":{"texture":"#0","uv":[4.5,14.125,4.875,14.375]},"south":{"texture":"#0","uv":[4.875,14.125,4.5,14.375]},"up":{"texture":"#0","uv":[4.125,14.25,4.5,14]},"west":{"texture":"#0","uv":[4.75,14.375,4.5,14.625]}},"from":[-16,-14.448528,-15.604],"rotation":{"angle":22.5,"axis":"z","origin":[-16,-14.528528,-15.2],"rescale":false},"shade":false,"to":[-14.8,-13.648528,-14.796]},{"faces":{"down":{"texture":"#0","uv":[4.5,14.5,4.125,14.25]},"east":{"texture":"#0","uv":[4.5,14.375,4.75,14.625]},"north":{"texture":"#0","uv":[4.875,14.125,4.5,14.375]},"south":{"texture":"#0","uv":[4.5,14.125,4.875,14.375]},"up":{"texture":"#0","uv":[4.5,14.25,4.125,14]}},"from":[-14.3715725,-14.448528,-15.604],"rotation":{"angle":-22.5,"axis":"z","origin":[-13.171573,-14.528528,-15.2],"rescale":false},"shade":false,"to":[-13.171573,-13.648528,-14.796]}],"overrides":[],"textures":{"0":"item/w2005395590_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4964.json b/assets/minecraft/models/w4964.json new file mode 100644 index 000000000..17f43a4d1 --- /dev/null +++ b/assets/minecraft/models/w4964.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0.25,0,0,0.625]},"north":{"texture":"#0","uv":[5,13,4.5,13.625]},"south":{"texture":"#0","uv":[5,13,4.5,13.625]},"west":{"texture":"#0","uv":[0.25,0,0,0.625]}},"from":[-15.385786,-16,-15.6],"shade":false,"to":[-13.785786,-14,-14.8]},{"faces":{"down":{"texture":"#0","uv":[5.5,13.5,5,14]},"east":{"texture":"#0","uv":[5.5,13,5,13.5]},"north":{"texture":"#0","uv":[4.5,13.625,5,14.125]},"south":{"texture":"#0","uv":[5,13.625,4.5,14.125]},"up":{"texture":"#0","uv":[5,13.5,5.5,13]},"west":{"texture":"#0","uv":[5.5,13.5,5,14]}},"from":[-15.385786,-14.4800005,-16],"rotation":{"angle":45,"axis":"z","origin":[-14.585787,-13.68,-15.2],"rescale":false},"shade":false,"to":[-13.785786,-12.88,-14.4]},{"faces":{"east":{"texture":"#0","uv":[4.125,14,3.875,14.625]},"north":{"texture":"#0","uv":[4.125,14,3.875,14.625]},"south":{"texture":"#0","uv":[4.125,14,3.875,14.625]},"west":{"texture":"#0","uv":[4.125,14,3.875,14.625]}},"from":[-14.985786,-13.6,-15.6],"shade":false,"to":[-14.185786,-11.6,-14.8]},{"faces":{"down":{"texture":"#0","uv":[5.125,14.5,5.375,14.25]},"east":{"texture":"#0","uv":[5.125,14.5,4.875,14.25]},"north":{"texture":"#0","uv":[5,14,5.25,14.25]},"south":{"texture":"#0","uv":[5.25,14,5,14.25]},"up":{"texture":"#0","uv":[4.875,14.5,5.125,14.25]},"west":{"texture":"#0","uv":[5.375,14.25,5.125,14.5]}},"from":[-14.985786,-12,-15.608],"rotation":{"angle":45,"axis":"z","origin":[-14.585787,-11.6,-15.2],"rescale":false},"shade":false,"to":[-14.185786,-11.2,-14.792]},{"faces":{"down":{"texture":"#0","uv":[4.125,14.5,4.5,14.25]},"north":{"texture":"#0","uv":[4.5,14.125,4.875,14.375]},"south":{"texture":"#0","uv":[4.875,14.125,4.5,14.375]},"up":{"texture":"#0","uv":[4.125,14.25,4.5,14]},"west":{"texture":"#0","uv":[4.75,14.375,4.5,14.625]}},"from":[-16,-14.448528,-15.604],"rotation":{"angle":22.5,"axis":"z","origin":[-16,-14.528528,-15.2],"rescale":false},"shade":false,"to":[-14.8,-13.648528,-14.796]},{"faces":{"down":{"texture":"#0","uv":[4.5,14.5,4.125,14.25]},"east":{"texture":"#0","uv":[4.5,14.375,4.75,14.625]},"north":{"texture":"#0","uv":[4.875,14.125,4.5,14.375]},"south":{"texture":"#0","uv":[4.5,14.125,4.875,14.375]},"up":{"texture":"#0","uv":[4.5,14.25,4.125,14]}},"from":[-14.3715725,-14.448528,-15.604],"rotation":{"angle":-22.5,"axis":"z","origin":[-13.171573,-14.528528,-15.2],"rescale":false},"shade":false,"to":[-13.171573,-13.648528,-14.796]}],"overrides":[],"textures":{"0":"item/w2005395590_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4965.json b/assets/minecraft/models/w4965.json new file mode 100644 index 000000000..fc02435a3 --- /dev/null +++ b/assets/minecraft/models/w4965.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0,0,0.25,0.625]},"north":{"texture":"#0","uv":[4.5,13,5,13.625]},"south":{"texture":"#0","uv":[4.5,13,5,13.625]},"west":{"texture":"#0","uv":[0,0,0.25,0.625]}},"from":[-15.385786,-16,-15.6],"shade":false,"to":[-13.785786,-14,-14.8]},{"faces":{"down":{"texture":"#0","uv":[5.5,14,5,13.5]},"east":{"texture":"#0","uv":[5,13.5,5.5,14]},"north":{"texture":"#0","uv":[5,13.625,4.5,14.125]},"south":{"texture":"#0","uv":[4.5,13.625,5,14.125]},"up":{"texture":"#0","uv":[5.5,13.5,5,13]},"west":{"texture":"#0","uv":[5.5,13.5,5,13]}},"from":[-15.385786,-14.4800005,-16],"rotation":{"angle":-45,"axis":"z","origin":[-14.585787,-13.68,-15.2],"rescale":false},"shade":false,"to":[-13.785786,-12.88,-14.4]},{"faces":{"east":{"texture":"#0","uv":[3.875,14,4.125,14.625]},"north":{"texture":"#0","uv":[3.875,14,4.125,14.625]},"south":{"texture":"#0","uv":[3.875,14,4.125,14.625]},"west":{"texture":"#0","uv":[3.875,14,4.125,14.625]}},"from":[-14.985786,-13.6,-15.6],"shade":false,"to":[-14.185786,-11.6,-14.8]},{"faces":{"down":{"texture":"#0","uv":[5.375,14.5,5.125,14.25]},"east":{"texture":"#0","uv":[5.125,14.25,5.375,14.5]},"north":{"texture":"#0","uv":[5.25,14,5,14.25]},"south":{"texture":"#0","uv":[5,14,5.25,14.25]},"up":{"texture":"#0","uv":[5.125,14.5,4.875,14.25]},"west":{"texture":"#0","uv":[5.125,14.25,4.875,14.5]}},"from":[-14.985786,-12,-15.608],"rotation":{"angle":-45,"axis":"z","origin":[-14.585787,-11.6,-15.2],"rescale":false},"shade":false,"to":[-14.185786,-11.2,-14.792]},{"faces":{"down":{"texture":"#0","uv":[4.5,14.5,4.125,14.25]},"east":{"texture":"#0","uv":[4.5,14.375,4.75,14.625]},"north":{"texture":"#0","uv":[4.875,14.125,4.5,14.375]},"south":{"texture":"#0","uv":[4.5,14.125,4.875,14.375]},"up":{"texture":"#0","uv":[4.5,14.25,4.125,14]}},"from":[-14.3715725,-14.448528,-15.604],"rotation":{"angle":-22.5,"axis":"z","origin":[-13.171573,-14.528528,-15.2],"rescale":false},"shade":false,"to":[-13.171573,-13.648528,-14.796]},{"faces":{"down":{"texture":"#0","uv":[4.125,14.5,4.5,14.25]},"north":{"texture":"#0","uv":[4.5,14.125,4.875,14.375]},"south":{"texture":"#0","uv":[4.875,14.125,4.5,14.375]},"up":{"texture":"#0","uv":[4.125,14.25,4.5,14]},"west":{"texture":"#0","uv":[4.75,14.375,4.5,14.625]}},"from":[-16,-14.448528,-15.604],"rotation":{"angle":22.5,"axis":"z","origin":[-16,-14.528528,-15.2],"rescale":false},"shade":false,"to":[-14.8,-13.648528,-14.796]}],"overrides":[],"textures":{"0":"item/w2005395590_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4966.json b/assets/minecraft/models/w4966.json new file mode 100644 index 000000000..2ff586019 --- /dev/null +++ b/assets/minecraft/models/w4966.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,0,6.5,4]},"east":{"texture":"#0","uv":[0,4,4,6]},"north":{"texture":"#0","uv":[4,4,6.5,6]},"south":{"texture":"#0","uv":[10.5,4,13,6]},"up":{"texture":"#0","uv":[6.5,4,4,0]},"west":{"texture":"#0","uv":[6.5,4,10.5,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.4,-12.8]}],"overrides":[],"textures":{"0":"item/w315185193_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4967.json b/assets/minecraft/models/w4967.json new file mode 100644 index 000000000..f5ae6089c --- /dev/null +++ b/assets/minecraft/models/w4967.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,6,6.5,10]},"east":{"texture":"#0","uv":[0,10,4,12]},"north":{"texture":"#0","uv":[4,10,6.5,12]},"south":{"texture":"#0","uv":[10.5,10,13,12]},"up":{"texture":"#0","uv":[6.5,10,4,6]},"west":{"texture":"#0","uv":[6.5,10,10.5,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.4,-12.8]}],"overrides":[],"textures":{"0":"item/w315185193_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4968.json b/assets/minecraft/models/w4968.json new file mode 100644 index 000000000..f7611c255 --- /dev/null +++ b/assets/minecraft/models/w4968.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,0,12,1.5]},"east":{"texture":"#0","uv":[9,1.5,10.5,3]},"north":{"texture":"#0","uv":[10.5,1.5,12,3]},"south":{"texture":"#0","uv":[13.5,1.5,15,3]},"up":{"texture":"#0","uv":[12,1.5,10.5,0]},"west":{"texture":"#0","uv":[12,1.5,13.5,3]}},"from":[-15.8,-16,-16],"shade":false,"to":[-14.6,-14.8,-14.8]},{"faces":{"down":{"texture":"#0","uv":[2,0,1.5,1]},"east":{"texture":"#0","uv":[0,1,1,2]},"north":{"texture":"#0","uv":[1,1,1.5,2]},"south":{"texture":"#0","uv":[2.5,1,3,2]},"up":{"texture":"#0","uv":[1.5,1,1,0]},"west":{"texture":"#0","uv":[1.5,1,2.5,2]}},"from":[-14.8,-15.8,-15.8],"shade":false,"to":[-14.400001,-15,-15]},{"faces":{"down":{"texture":"#0","uv":[1.5,0,2,1]},"east":{"texture":"#0","uv":[2.5,1,1.5,2]},"north":{"texture":"#0","uv":[1.5,1,1,2]},"south":{"texture":"#0","uv":[3,1,2.5,2]},"up":{"texture":"#0","uv":[1,1,1.5,0]},"west":{"texture":"#0","uv":[1,1,0,2]}},"from":[-16,-15.8,-15.8],"shade":false,"to":[-15.6,-15,-15]}],"overrides":[],"textures":{"0":"item/w315185193_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4969.json b/assets/minecraft/models/w4969.json new file mode 100644 index 000000000..d8cd26114 --- /dev/null +++ b/assets/minecraft/models/w4969.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,2,0,4]},"up":{"texture":"#0","uv":[1,4,0,2]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w315185193_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w497.json b/assets/minecraft/models/w497.json new file mode 100644 index 000000000..b433ba611 --- /dev/null +++ b/assets/minecraft/models/w497.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,5.75,5.25,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[0.79999924,-8.038401,-16]}],"overrides":[],"textures":{"0":"item/w447319910_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4970.json b/assets/minecraft/models/w4970.json new file mode 100644 index 000000000..3cfa63824 --- /dev/null +++ b/assets/minecraft/models/w4970.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,2,1,4]},"up":{"texture":"#0","uv":[0,4,1,2]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w315185193_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4971.json b/assets/minecraft/models/w4971.json new file mode 100644 index 000000000..94df4f308 --- /dev/null +++ b/assets/minecraft/models/w4971.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,0,3.25,2]},"east":{"texture":"#0","uv":[0,2,2,3]},"north":{"texture":"#0","uv":[2,2,3.25,3]},"south":{"texture":"#0","uv":[5.25,2,6.5,3]},"up":{"texture":"#0","uv":[3.25,2,2,0]},"west":{"texture":"#0","uv":[3.25,2,5.25,3]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.4,-12.8]}],"overrides":[],"textures":{"0":"item/w320005794_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4972.json b/assets/minecraft/models/w4972.json new file mode 100644 index 000000000..a18a4cf1b --- /dev/null +++ b/assets/minecraft/models/w4972.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,3,3.25,5]},"east":{"texture":"#0","uv":[0,5,2,6]},"north":{"texture":"#0","uv":[2,5,3.25,6]},"south":{"texture":"#0","uv":[5.25,5,6.5,6]},"up":{"texture":"#0","uv":[3.25,5,2,3]},"west":{"texture":"#0","uv":[3.25,5,5.25,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.4,-12.8]}],"overrides":[],"textures":{"0":"item/w320005794_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4973.json b/assets/minecraft/models/w4973.json new file mode 100644 index 000000000..d18f0812e --- /dev/null +++ b/assets/minecraft/models/w4973.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,8.25,3.75,6]},"east":{"texture":"#0","uv":[3.75,9.5,6,8.25]},"north":{"texture":"#0","uv":[6,9.5,7.5,8.25]},"south":{"texture":"#0","uv":[2.25,9.5,3.75,8.25]},"west":{"texture":"#0","uv":[0,9.5,2.25,8.25]}},"from":[8,8,8],"shade":false,"to":[5.6,5.98,4.4]}],"overrides":[],"textures":{"0":"item/w320005794_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4974.json b/assets/minecraft/models/w4974.json new file mode 100644 index 000000000..013b11d90 --- /dev/null +++ b/assets/minecraft/models/w4974.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0,8.25,2.25,9.5]},"north":{"texture":"#0","uv":[2.25,8.25,3.75,9.5]},"south":{"texture":"#0","uv":[6,8.25,7.5,9.5]},"up":{"texture":"#0","uv":[3.75,8.25,2.25,6]},"west":{"texture":"#0","uv":[3.75,8.25,6,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.98,-12.4]}],"overrides":[],"textures":{"0":"item/w320005794_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4975.json b/assets/minecraft/models/w4975.json new file mode 100644 index 000000000..29b6a04d6 --- /dev/null +++ b/assets/minecraft/models/w4975.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.75,0,6,0.75]},"east":{"texture":"#0","uv":[4.5,0.75,5.25,1.5]},"north":{"texture":"#0","uv":[5.25,0.75,6,1.5]},"south":{"texture":"#0","uv":[6.75,0.75,7.5,1.5]},"up":{"texture":"#0","uv":[6,0.75,5.25,0]},"west":{"texture":"#0","uv":[6,0.75,6.75,1.5]}},"from":[-15.8,-16,-16],"shade":false,"to":[-14.6,-14.8,-14.8]},{"faces":{"down":{"texture":"#0","uv":[1,0,0.75,0.5]},"east":{"texture":"#0","uv":[0,0.5,0.5,1]},"north":{"texture":"#0","uv":[0.5,0.5,0.75,1]},"south":{"texture":"#0","uv":[1.25,0.5,1.5,1]},"up":{"texture":"#0","uv":[0.75,0.5,0.5,0]},"west":{"texture":"#0","uv":[0.75,0.5,1.25,1]}},"from":[-14.8,-15.8,-15.8],"shade":false,"to":[-14.400001,-15,-15]},{"faces":{"down":{"texture":"#0","uv":[0.75,0,1,0.5]},"east":{"texture":"#0","uv":[1.25,0.5,0.75,1]},"north":{"texture":"#0","uv":[0.75,0.5,0.5,1]},"south":{"texture":"#0","uv":[1.5,0.5,1.25,1]},"up":{"texture":"#0","uv":[0.5,0.5,0.75,0]},"west":{"texture":"#0","uv":[0.5,0.5,0,1]}},"from":[-16,-15.8,-15.8],"shade":false,"to":[-15.6,-15,-15]}],"overrides":[],"textures":{"0":"item/w320005794_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4976.json b/assets/minecraft/models/w4976.json new file mode 100644 index 000000000..13e7f430b --- /dev/null +++ b/assets/minecraft/models/w4976.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,11.75,3.75,9.5]},"east":{"texture":"#0","uv":[3.75,13,6,11.75]},"north":{"texture":"#0","uv":[6,13,7.5,11.75]},"south":{"texture":"#0","uv":[2.25,13,3.75,11.75]},"west":{"texture":"#0","uv":[0,13,2.25,11.75]}},"from":[8,8,8],"shade":false,"to":[5.6,5.98,4.4]}],"overrides":[],"textures":{"0":"item/w320005794_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4977.json b/assets/minecraft/models/w4977.json new file mode 100644 index 000000000..10c728701 --- /dev/null +++ b/assets/minecraft/models/w4977.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0,11.75,2.25,13]},"north":{"texture":"#0","uv":[2.25,11.75,3.75,13]},"south":{"texture":"#0","uv":[6,11.75,7.5,13]},"up":{"texture":"#0","uv":[3.75,11.75,2.25,9.5]},"west":{"texture":"#0","uv":[3.75,11.75,6,13]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.98,-12.4]}],"overrides":[],"textures":{"0":"item/w320005794_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4978.json b/assets/minecraft/models/w4978.json new file mode 100644 index 000000000..c8bfcac7c --- /dev/null +++ b/assets/minecraft/models/w4978.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,1,0,2]},"up":{"texture":"#0","uv":[0.5,2,0,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w320005794_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4979.json b/assets/minecraft/models/w4979.json new file mode 100644 index 000000000..cec023076 --- /dev/null +++ b/assets/minecraft/models/w4979.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,1,0.5,2]},"up":{"texture":"#0","uv":[0,2,0.5,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w320005794_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w498.json b/assets/minecraft/models/w498.json new file mode 100644 index 000000000..93ba4b0b3 --- /dev/null +++ b/assets/minecraft/models/w498.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0,5.75,5.25,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-8.038401,0.79999924]}],"overrides":[],"textures":{"0":"item/w447319910_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4980.json b/assets/minecraft/models/w4980.json new file mode 100644 index 000000000..c066472f1 --- /dev/null +++ b/assets/minecraft/models/w4980.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.25,3.5,12.875,3]},"east":{"texture":"#0","uv":[12.875,3.75,13.375,3.5]},"north":{"texture":"#0","uv":[13.375,3.75,14,3.5]},"south":{"texture":"#0","uv":[12.25,3.75,12.875,3.5]},"up":{"texture":"#0","uv":[12.875,3,13.5,3.5]},"west":{"texture":"#0","uv":[11.75,3.75,12.25,3.5]}},"from":[8,8,8],"shade":false,"to":[6,7.2,6.4]}],"overrides":[],"textures":{"0":"item/w851866326_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4981.json b/assets/minecraft/models/w4981.json new file mode 100644 index 000000000..6704295bf --- /dev/null +++ b/assets/minecraft/models/w4981.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,4.5,3.5,4]},"east":{"texture":"#0","uv":[3.5,6,4,4.5]},"north":{"texture":"#0","uv":[4,6,5,4.5]},"south":{"texture":"#0","uv":[2.5,6,3.5,4.5]},"up":{"texture":"#0","uv":[3.5,4,4.5,4.5]},"west":{"texture":"#0","uv":[2,6,2.5,4.5]}},"from":[8,8,8],"shade":false,"to":[4.6,3,6.2]}],"overrides":[],"textures":{"0":"item/w851866326_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4982.json b/assets/minecraft/models/w4982.json new file mode 100644 index 000000000..982e233d2 --- /dev/null +++ b/assets/minecraft/models/w4982.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,2,3.5,2.5]},"east":{"texture":"#0","uv":[2,2.5,2.5,4]},"north":{"texture":"#0","uv":[2.5,2.5,3.5,4]},"south":{"texture":"#0","uv":[4,2.5,5,4]},"up":{"texture":"#0","uv":[3.5,2.5,2.5,2]},"west":{"texture":"#0","uv":[3.5,2.5,4,4]}},"from":[-15.8,-15.9,-15.9],"shade":false,"to":[-12.6,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[13.5,3,12.875,3.5]},"east":{"texture":"#0","uv":[11.75,3.5,12.25,3.75]},"north":{"texture":"#0","uv":[12.25,3.5,12.875,3.75]},"south":{"texture":"#0","uv":[13.375,3.5,14,3.75]},"up":{"texture":"#0","uv":[12.875,3.5,12.25,3]},"west":{"texture":"#0","uv":[12.875,3.5,13.375,3.75]}},"from":[-16,-15.1,-15],"shade":false,"to":[-14,-14.3,-13.4]},{"faces":{"down":{"texture":"#0","uv":[4.5,4,3.5,4.5]},"east":{"texture":"#0","uv":[2,4.5,2.5,6]},"north":{"texture":"#0","uv":[2.5,4.5,3.5,6]},"south":{"texture":"#0","uv":[4,4.5,5,6]},"up":{"texture":"#0","uv":[3.5,4.5,2.5,4]},"west":{"texture":"#0","uv":[3.5,4.5,4,6]}},"from":[-15.9,-16,-16],"shade":false,"to":[-12.5,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w851866326_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4983.json b/assets/minecraft/models/w4983.json new file mode 100644 index 000000000..3cab73dc8 --- /dev/null +++ b/assets/minecraft/models/w4983.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,4.5,1,4]},"east":{"texture":"#0","uv":[1,6,1.5,4.5]},"north":{"texture":"#0","uv":[1.5,6,2,4.5]},"south":{"texture":"#0","uv":[0.5,6,1,4.5]},"up":{"texture":"#0","uv":[1,4,1.5,4.5]},"west":{"texture":"#0","uv":[0,6,0.5,4.5]}},"from":[8,8,8],"shade":false,"to":[6.2,3,6.2]}],"overrides":[],"textures":{"0":"item/w851866326_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4984.json b/assets/minecraft/models/w4984.json new file mode 100644 index 000000000..822365977 --- /dev/null +++ b/assets/minecraft/models/w4984.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,2,1,2.5]},"east":{"texture":"#0","uv":[0,2.5,0.5,4]},"north":{"texture":"#0","uv":[0.5,2.5,1,4]},"south":{"texture":"#0","uv":[1.5,2.5,2,4]},"up":{"texture":"#0","uv":[1,2.5,0.5,2]},"west":{"texture":"#0","uv":[1,2.5,1.5,4]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[1.5,4,1,4.5]},"east":{"texture":"#0","uv":[0,4.5,0.5,6]},"north":{"texture":"#0","uv":[0.5,4.5,1,6]},"south":{"texture":"#0","uv":[1.5,4.5,2,6]},"up":{"texture":"#0","uv":[1,4.5,0.5,4]},"west":{"texture":"#0","uv":[1,4.5,1.5,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w851866326_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4985.json b/assets/minecraft/models/w4985.json new file mode 100644 index 000000000..8b51858f7 --- /dev/null +++ b/assets/minecraft/models/w4985.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,6.5,1,6]},"east":{"texture":"#0","uv":[1,8,1.5,6.5]},"north":{"texture":"#0","uv":[1.5,8,2,6.5]},"south":{"texture":"#0","uv":[0.5,8,1,6.5]},"up":{"texture":"#0","uv":[1,6,1.5,6.5]},"west":{"texture":"#0","uv":[0,8,0.5,6.5]}},"from":[8,8,8],"shade":false,"to":[6.2000003,3,6.2]}],"overrides":[],"textures":{"0":"item/w851866326_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4986.json b/assets/minecraft/models/w4986.json new file mode 100644 index 000000000..f09659b49 --- /dev/null +++ b/assets/minecraft/models/w4986.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,6,3,6.5]},"east":{"texture":"#0","uv":[2,6.5,2.5,8]},"north":{"texture":"#0","uv":[2.5,6.5,3,8]},"south":{"texture":"#0","uv":[3.5,6.5,4,8]},"up":{"texture":"#0","uv":[3,6.5,2.5,6]},"west":{"texture":"#0","uv":[3,6.5,3.5,8]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[1.5,6,1,6.5]},"east":{"texture":"#0","uv":[0,6.5,0.5,8]},"north":{"texture":"#0","uv":[0.5,6.5,1,8]},"south":{"texture":"#0","uv":[1.5,6.5,2,8]},"up":{"texture":"#0","uv":[1,6.5,0.5,6]},"west":{"texture":"#0","uv":[1,6.5,1.5,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w851866326_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4987.json b/assets/minecraft/models/w4987.json new file mode 100644 index 000000000..753c00dc9 --- /dev/null +++ b/assets/minecraft/models/w4987.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[11.25,3,11.75,3.625]},"west":{"texture":"#0","uv":[11.75,3,11.25,3.625]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14,-14.4]}],"overrides":[],"textures":{"0":"item/w851866326_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4988.json b/assets/minecraft/models/w4988.json new file mode 100644 index 000000000..753c00dc9 --- /dev/null +++ b/assets/minecraft/models/w4988.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[11.25,3,11.75,3.625]},"west":{"texture":"#0","uv":[11.75,3,11.25,3.625]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14,-14.4]}],"overrides":[],"textures":{"0":"item/w851866326_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4989.json b/assets/minecraft/models/w4989.json new file mode 100644 index 000000000..c41f57834 --- /dev/null +++ b/assets/minecraft/models/w4989.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,3,10.75,3.25]},"east":{"texture":"#0","uv":[10.25,3.25,10.5,4.125]},"north":{"texture":"#0","uv":[10.5,3.25,10.75,4.125]},"south":{"texture":"#0","uv":[11,3.25,11.25,4.125]},"up":{"texture":"#0","uv":[10.75,3.25,10.5,3]},"west":{"texture":"#0","uv":[10.75,3.25,11,4.125]}},"from":[-16,-15.8,-16],"rotation":{"angle":-22.5,"axis":"y","origin":[-15.6,-13.8,-15.6],"rescale":false},"shade":false,"to":[-15.2,-13,-15.2]},{"faces":{"down":{"texture":"#0","uv":[10.75,3,11,3.25]},"east":{"texture":"#0","uv":[11,3.25,10.75,4.125]},"north":{"texture":"#0","uv":[10.75,3.25,10.5,4.125]},"south":{"texture":"#0","uv":[11.25,3.25,11,4.125]},"up":{"texture":"#0","uv":[10.5,3.25,10.75,3]},"west":{"texture":"#0","uv":[10.5,3.25,10.25,4.125]}},"from":[-15.09,-16,-16],"rotation":{"angle":22.5,"axis":"y","origin":[-14.69,-14,-15.6],"rescale":false},"shade":false,"to":[-14.29,-13.2,-15.2]}],"overrides":[],"textures":{"0":"item/w851866326_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w499.json b/assets/minecraft/models/w499.json new file mode 100644 index 000000000..bd89192aa --- /dev/null +++ b/assets/minecraft/models/w499.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[0,5.75,5.25,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[0.79999924,-8.038401,-16]}],"overrides":[],"textures":{"0":"item/w447319910_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4990.json b/assets/minecraft/models/w4990.json new file mode 100644 index 000000000..37969fee2 --- /dev/null +++ b/assets/minecraft/models/w4990.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,1,6,0]},"east":{"texture":"#0","uv":[6,2,7,1]},"north":{"texture":"#0","uv":[7,2,8,1]},"south":{"texture":"#0","uv":[5,2,6,1]},"up":{"texture":"#0","uv":[6,0,7,1]},"west":{"texture":"#0","uv":[4,2,5,1]}},"from":[8,8,8],"shade":false,"to":[4.4,4.4,4.4]}],"overrides":[],"textures":{"0":"item/w851866326_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4991.json b/assets/minecraft/models/w4991.json new file mode 100644 index 000000000..629d9529b --- /dev/null +++ b/assets/minecraft/models/w4991.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,0,2,1]},"east":{"texture":"#0","uv":[0,1,1,2]},"north":{"texture":"#0","uv":[1,1,2,2]},"south":{"texture":"#0","uv":[3,1,4,2]},"up":{"texture":"#0","uv":[2,1,1,0]},"west":{"texture":"#0","uv":[2,1,3,2]}},"from":[-15.8,-15.8,-15.8],"shade":false,"to":[-12.6,-12.6,-12.6]},{"faces":{"down":{"texture":"#0","uv":[7,0,6,1]},"east":{"texture":"#0","uv":[4,1,5,2]},"north":{"texture":"#0","uv":[5,1,6,2]},"south":{"texture":"#0","uv":[7,1,8,2]},"up":{"texture":"#0","uv":[6,1,5,0]},"west":{"texture":"#0","uv":[6,1,7,2]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.4,-12.4]}],"overrides":[],"textures":{"0":"item/w851866326_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4992.json b/assets/minecraft/models/w4992.json new file mode 100644 index 000000000..6e5866b17 --- /dev/null +++ b/assets/minecraft/models/w4992.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,6.5,7,6]},"east":{"texture":"#0","uv":[7,8,7.5,6.5]},"north":{"texture":"#0","uv":[7.5,8,8,6.5]},"south":{"texture":"#0","uv":[6.5,8,7,6.5]},"up":{"texture":"#0","uv":[7,6,7.5,6.5]},"west":{"texture":"#0","uv":[6,8,6.5,6.5]}},"from":[8,8,8],"shade":false,"to":[6.2,3,6.2]}],"overrides":[],"textures":{"0":"item/w851866326_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4993.json b/assets/minecraft/models/w4993.json new file mode 100644 index 000000000..0a320b920 --- /dev/null +++ b/assets/minecraft/models/w4993.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,6,5,6.5]},"east":{"texture":"#0","uv":[4,6.5,4.5,8]},"north":{"texture":"#0","uv":[4.5,6.5,5,8]},"south":{"texture":"#0","uv":[5.5,6.5,6,8]},"up":{"texture":"#0","uv":[5,6.5,4.5,6]},"west":{"texture":"#0","uv":[5,6.5,5.5,8]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[7.5,6,7,6.5]},"east":{"texture":"#0","uv":[6,6.5,6.5,8]},"north":{"texture":"#0","uv":[6.5,6.5,7,8]},"south":{"texture":"#0","uv":[7.5,6.5,8,8]},"up":{"texture":"#0","uv":[7,6.5,6.5,6]},"west":{"texture":"#0","uv":[7,6.5,7.5,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w851866326_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4994.json b/assets/minecraft/models/w4994.json new file mode 100644 index 000000000..b4e4abfad --- /dev/null +++ b/assets/minecraft/models/w4994.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,4.5,6,4]},"east":{"texture":"#0","uv":[6,6,6.5,4.5]},"north":{"texture":"#0","uv":[6.5,6,7,4.5]},"south":{"texture":"#0","uv":[5.5,6,6,4.5]},"up":{"texture":"#0","uv":[6,4,6.5,4.5]},"west":{"texture":"#0","uv":[5,6,5.5,4.5]}},"from":[8,8,8],"shade":false,"to":[6.2,3,6.2]}],"overrides":[],"textures":{"0":"item/w851866326_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4995.json b/assets/minecraft/models/w4995.json new file mode 100644 index 000000000..192471b2a --- /dev/null +++ b/assets/minecraft/models/w4995.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,2,6,2.5]},"east":{"texture":"#0","uv":[5,2.5,5.5,4]},"north":{"texture":"#0","uv":[5.5,2.5,6,4]},"south":{"texture":"#0","uv":[6.5,2.5,7,4]},"up":{"texture":"#0","uv":[6,2.5,5.5,2]},"west":{"texture":"#0","uv":[6,2.5,6.5,4]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[6.5,4,6,4.5]},"east":{"texture":"#0","uv":[5,4.5,5.5,6]},"north":{"texture":"#0","uv":[5.5,4.5,6,6]},"south":{"texture":"#0","uv":[6.5,4.5,7,6]},"up":{"texture":"#0","uv":[6,4.5,5.5,4]},"west":{"texture":"#0","uv":[6,4.5,6.5,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w851866326_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4996.json b/assets/minecraft/models/w4996.json new file mode 100644 index 000000000..5d47ffd67 --- /dev/null +++ b/assets/minecraft/models/w4996.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.25,2.25,8,4.5]},"up":{"texture":"#0","uv":[10.25,2.25,8,0]}},"from":[-16,-16,-16],"shade":false,"to":[-8.8,-16,-8.8]},{"faces":{"down":{"texture":"#0","uv":[14,0,12.75,1.25]},"east":{"texture":"#0","uv":[10.25,1.25,11.5,1.75]},"north":{"texture":"#0","uv":[11.5,1.25,12.75,1.75]},"south":{"texture":"#0","uv":[14,1.25,15.25,1.75]},"up":{"texture":"#0","uv":[12.75,1.25,11.5,0]},"west":{"texture":"#0","uv":[12.75,1.25,14,1.75]}},"from":[-14.4,-16,-14.4],"shade":false,"to":[-10.4,-14.4,-10.4]}],"overrides":[],"textures":{"0":"item/w851866326_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4997.json b/assets/minecraft/models/w4997.json new file mode 100644 index 000000000..c760dab93 --- /dev/null +++ b/assets/minecraft/models/w4997.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[11.25,4.125,11.875,4.75]},"west":{"texture":"#0","uv":[11.875,4.125,11.25,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14,-14]}],"overrides":[],"textures":{"0":"item/w851866326_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4998.json b/assets/minecraft/models/w4998.json new file mode 100644 index 000000000..c25b0fe21 --- /dev/null +++ b/assets/minecraft/models/w4998.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,4.125,10.75,4.375]},"east":{"texture":"#0","uv":[10.25,4.375,10.5,5.25]},"north":{"texture":"#0","uv":[10.5,4.375,10.75,5.25]},"south":{"texture":"#0","uv":[11,4.375,11.25,5.25]},"up":{"texture":"#0","uv":[10.75,4.375,10.5,4.125]},"west":{"texture":"#0","uv":[10.75,4.375,11,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.2,-15.2]}],"overrides":[],"textures":{"0":"item/w851866326_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w4999.json b/assets/minecraft/models/w4999.json new file mode 100644 index 000000000..ca96a3098 --- /dev/null +++ b/assets/minecraft/models/w4999.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.625,1.75,10.5,1.875]},"east":{"texture":"#0","uv":[10.25,1.875,10.375,2.875]},"north":{"texture":"#0","uv":[10.375,1.875,10.5,2.875]},"south":{"texture":"#0","uv":[10.625,1.875,10.75,2.875]},"up":{"texture":"#0","uv":[10.5,1.875,10.375,1.75]},"west":{"texture":"#0","uv":[10.5,1.875,10.625,2.875]}},"from":[-15.8,-16,-15.6],"shade":false,"to":[-15.400001,-12.8,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[10.5,2.875,10.375,3]},"east":{"texture":"#0","uv":[10.125,3,10.25,3]},"north":{"texture":"#0","uv":[10.25,3,10.375,3]},"south":{"texture":"#0","uv":[10.5,3,10.625,3]},"up":{"texture":"#0","uv":[10.375,3,10.25,2.875]},"west":{"texture":"#0","uv":[10.375,3,10.5,3]}},"from":[-15.8,-16,-16],"shade":false,"to":[-15.400001,-16,-15.6]},{"faces":{"down":{"texture":"#0","uv":[11.5,1.75,11.25,2]},"east":{"texture":"#0","uv":[10.75,2,11,2.5]},"north":{"texture":"#0","uv":[11,2,11.25,2.5]},"south":{"texture":"#0","uv":[11.5,2,11.75,2.5]},"up":{"texture":"#0","uv":[11.25,2,11,1.75]},"west":{"texture":"#0","uv":[11.25,2,11.5,2.5]}},"from":[-16,-12.8,-15.6],"shade":false,"to":[-15.2,-11.2,-14.8]},{"faces":{"down":{"texture":"#0","uv":[12.25,1.75,12.125,2]},"east":{"texture":"#0","uv":[11.75,2,12,2.375]},"north":{"texture":"#0","uv":[12,2,12.125,2.375]},"south":{"texture":"#0","uv":[12.375,2,12.5,2.375]},"up":{"texture":"#0","uv":[12.125,2,12,1.75]},"west":{"texture":"#0","uv":[12.125,2,12.375,2.375]}},"from":[-15.8,-12.4,-14.8],"shade":false,"to":[-15.400001,-11.2,-14]},{"faces":{"down":{"texture":"#0","uv":[13,1.75,12.875,2]},"east":{"texture":"#0","uv":[12.5,2,12.75,2.25]},"north":{"texture":"#0","uv":[12.75,2,12.875,2.25]},"south":{"texture":"#0","uv":[13.125,2,13.25,2.25]},"up":{"texture":"#0","uv":[12.875,2,12.75,1.75]},"west":{"texture":"#0","uv":[12.875,2,13.125,2.25]}},"from":[-15.8,-11.6,-16],"shade":false,"to":[-15.400001,-10.8,-15.2]}],"overrides":[],"textures":{"0":"item/w851866326_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5.json b/assets/minecraft/models/w5.json new file mode 100644 index 000000000..9cce072f8 --- /dev/null +++ b/assets/minecraft/models/w5.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.5,5,13,6.5]},"east":{"texture":"#0","uv":[10,6.5,11.5,7]},"north":{"texture":"#0","uv":[11.5,6.5,13,7]},"south":{"texture":"#0","uv":[14.5,6.5,16,7]},"up":{"texture":"#0","uv":[13,6.5,11.5,5]},"west":{"texture":"#0","uv":[13,6.5,14.5,7]}},"from":[-16,-14.4,-16],"shade":false,"to":[-13.6,-13.599999,-13.6]},{"faces":{"down":{"texture":"#0","uv":[3.75,10.25,2.5,11.5]},"east":{"texture":"#0","uv":[0,11.5,1.25,12.5]},"north":{"texture":"#0","uv":[1.25,11.5,2.5,12.5]},"south":{"texture":"#0","uv":[3.75,11.5,5,12.5]},"up":{"texture":"#0","uv":[2.5,11.5,1.25,10.25]},"west":{"texture":"#0","uv":[2.5,11.5,3.75,12.5]}},"from":[-15.8,-16,-15.8],"shade":false,"to":[-13.8,-14.4,-13.8]}],"overrides":[],"textures":{"0":"item/w291279173_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w50.json b/assets/minecraft/models/w50.json new file mode 100644 index 000000000..0763a0b02 --- /dev/null +++ b/assets/minecraft/models/w50.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,3.5,0.125,3.875]},"east":{"texture":"#0","uv":[0.5,3,0.125,3.5]},"north":{"texture":"#0","uv":[0.125,3,0,3.5]},"south":{"texture":"#0","uv":[0.125,4.25,0,4.75]},"up":{"texture":"#0","uv":[0,4.25,0.125,3.875]},"west":{"texture":"#0","uv":[0.5,3.5,0.125,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.4,-14.8]}],"overrides":[],"textures":{"0":"item/w1237560704_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w500.json b/assets/minecraft/models/w500.json new file mode 100644 index 000000000..fafcfec2b --- /dev/null +++ b/assets/minecraft/models/w500.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[0,5.75,5.25,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-8.038401,0.79999924]}],"overrides":[],"textures":{"0":"item/w447319910_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5000.json b/assets/minecraft/models/w5000.json new file mode 100644 index 000000000..c52db219a --- /dev/null +++ b/assets/minecraft/models/w5000.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,2,1.5,2.5]},"east":{"texture":"#0","uv":[0,2.5,0.5,4]},"north":{"texture":"#0","uv":[0.5,2.5,1.5,4]},"south":{"texture":"#0","uv":[2,2.5,3,4]},"up":{"texture":"#0","uv":[1.5,2.5,0.5,2]},"west":{"texture":"#0","uv":[1.5,2.5,2,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w175574275_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5001.json b/assets/minecraft/models/w5001.json new file mode 100644 index 000000000..be5e9e902 --- /dev/null +++ b/assets/minecraft/models/w5001.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,2,7.5,2.5]},"east":{"texture":"#0","uv":[7.5,2.5,7,3.375]},"north":{"texture":"#0","uv":[7,2.5,6.5,3.375]},"south":{"texture":"#0","uv":[8,2.5,7.5,3.375]},"up":{"texture":"#0","uv":[6.5,2.5,7,2]},"west":{"texture":"#0","uv":[6.5,2.5,6,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-13.2,-14.4]}],"overrides":[],"textures":{"0":"item/w175574275_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5002.json b/assets/minecraft/models/w5002.json new file mode 100644 index 000000000..f400e5a2e --- /dev/null +++ b/assets/minecraft/models/w5002.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,2,7,2.5]},"east":{"texture":"#0","uv":[6,2.5,6.5,3.375]},"north":{"texture":"#0","uv":[6.5,2.5,7,3.375]},"south":{"texture":"#0","uv":[7.5,2.5,8,3.375]},"up":{"texture":"#0","uv":[7,2.5,6.5,2]},"west":{"texture":"#0","uv":[7,2.5,7.5,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-13.2,-14.4]}],"overrides":[],"textures":{"0":"item/w175574275_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5003.json b/assets/minecraft/models/w5003.json new file mode 100644 index 000000000..16015c801 --- /dev/null +++ b/assets/minecraft/models/w5003.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,0,2,1]},"east":{"texture":"#0","uv":[0,1,1,2]},"north":{"texture":"#0","uv":[1,1,2,2]},"south":{"texture":"#0","uv":[3,1,4,2]},"up":{"texture":"#0","uv":[2,1,1,0]},"west":{"texture":"#0","uv":[2,1,3,2]}},"from":[-15.8,-15.8,-15.8],"shade":false,"to":[-12.6,-12.6,-12.6]},{"faces":{"down":{"texture":"#0","uv":[7,0,6,1]},"east":{"texture":"#0","uv":[4,1,5,2]},"north":{"texture":"#0","uv":[5,1,6,2]},"south":{"texture":"#0","uv":[7,1,8,2]},"up":{"texture":"#0","uv":[6,1,5,0]},"west":{"texture":"#0","uv":[6,1,7,2]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.4,-12.4]}],"overrides":[],"textures":{"0":"item/w175574275_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5004.json b/assets/minecraft/models/w5004.json new file mode 100644 index 000000000..3a8da08a0 --- /dev/null +++ b/assets/minecraft/models/w5004.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,2,5.5,2.5]},"east":{"texture":"#0","uv":[5.5,2.5,5,3.375]},"north":{"texture":"#0","uv":[5,2.5,4.5,3.375]},"south":{"texture":"#0","uv":[6,2.5,5.5,3.375]},"up":{"texture":"#0","uv":[4.5,2.5,5,2]},"west":{"texture":"#0","uv":[4.5,2.5,4,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-13.2,-14.4]}],"overrides":[],"textures":{"0":"item/w175574275_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5005.json b/assets/minecraft/models/w5005.json new file mode 100644 index 000000000..e7a3d19cf --- /dev/null +++ b/assets/minecraft/models/w5005.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,2,5,2.5]},"east":{"texture":"#0","uv":[4,2.5,4.5,3.375]},"north":{"texture":"#0","uv":[4.5,2.5,5,3.375]},"south":{"texture":"#0","uv":[5.5,2.5,6,3.375]},"up":{"texture":"#0","uv":[5,2.5,4.5,2]},"west":{"texture":"#0","uv":[5,2.5,5.5,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-13.2,-14.4]}],"overrides":[],"textures":{"0":"item/w175574275_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5006.json b/assets/minecraft/models/w5006.json new file mode 100644 index 000000000..427f2ec03 --- /dev/null +++ b/assets/minecraft/models/w5006.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,3.375,7.5,3.875]},"east":{"texture":"#0","uv":[7.5,3.875,7,4.75]},"north":{"texture":"#0","uv":[7,3.875,6.5,4.75]},"south":{"texture":"#0","uv":[8,3.875,7.5,4.75]},"up":{"texture":"#0","uv":[6.5,3.875,7,3.375]},"west":{"texture":"#0","uv":[6.5,3.875,6,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.408,-13.208,-14.408]}],"overrides":[],"textures":{"0":"item/w175574275_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5007.json b/assets/minecraft/models/w5007.json new file mode 100644 index 000000000..f013317bc --- /dev/null +++ b/assets/minecraft/models/w5007.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,3.375,7,3.875]},"east":{"texture":"#0","uv":[6,3.875,6.5,4.75]},"north":{"texture":"#0","uv":[6.5,3.875,7,4.75]},"south":{"texture":"#0","uv":[7.5,3.875,8,4.75]},"up":{"texture":"#0","uv":[7,3.875,6.5,3.375]},"west":{"texture":"#0","uv":[7,3.875,7.5,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.408,-13.208,-14.408]}],"overrides":[],"textures":{"0":"item/w175574275_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5008.json b/assets/minecraft/models/w5008.json new file mode 100644 index 000000000..98fcf839e --- /dev/null +++ b/assets/minecraft/models/w5008.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,3.375,5.5,3.875]},"east":{"texture":"#0","uv":[5.5,3.875,5,4.75]},"north":{"texture":"#0","uv":[5,3.875,4.5,4.75]},"south":{"texture":"#0","uv":[6,3.875,5.5,4.75]},"up":{"texture":"#0","uv":[4.5,3.875,5,3.375]},"west":{"texture":"#0","uv":[4.5,3.875,4,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.408,-13.208,-14.408]}],"overrides":[],"textures":{"0":"item/w175574275_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5009.json b/assets/minecraft/models/w5009.json new file mode 100644 index 000000000..88e6eeefd --- /dev/null +++ b/assets/minecraft/models/w5009.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,8,1,8.25]},"east":{"texture":"#0","uv":[0.5,8.25,0.75,8.5]},"north":{"texture":"#0","uv":[0.75,8.25,1,8.5]},"south":{"texture":"#0","uv":[1.25,8.25,1.5,8.5]},"up":{"texture":"#0","uv":[1,8.25,0.75,8]},"west":{"texture":"#0","uv":[1,8.25,1.25,8.5]}},"from":[-16,-16,-14.2],"shade":false,"to":[-15.2,-15.2,-13.4]},{"faces":{"down":{"texture":"#0","uv":[0.375,8,0.25,8.125]},"east":{"texture":"#0","uv":[0,8.125,0.125,9.75]},"north":{"texture":"#0","uv":[0.125,8.125,0.25,9.75]},"south":{"texture":"#0","uv":[0.375,8.125,0.5,9.75]},"up":{"texture":"#0","uv":[0.25,8.125,0.125,8]},"west":{"texture":"#0","uv":[0.25,8.125,0.375,9.75]}},"from":[-15.8,-15.2,-14],"shade":false,"to":[-15.400001,-10,-13.6]},{"faces":{"down":{"texture":"#0","uv":[2.5,8,2.375,8.5]},"east":{"texture":"#0","uv":[1.75,8.5,2.25,8.75]},"north":{"texture":"#0","uv":[2.25,8.5,2.375,8.75]},"south":{"texture":"#0","uv":[2.875,8.5,3,8.75]},"up":{"texture":"#0","uv":[2.375,8.5,2.25,8]},"west":{"texture":"#0","uv":[2.375,8.5,2.875,8.75]}},"from":[-15.8,-11.4,-16],"shade":false,"to":[-15.400001,-10.599999,-14.4]},{"faces":{"down":{"texture":"#0","uv":[1.375,8.5,1.125,8.875]},"east":{"texture":"#0","uv":[0.5,8.875,0.875,9.25]},"north":{"texture":"#0","uv":[0.875,8.875,1.125,9.25]},"south":{"texture":"#0","uv":[1.5,8.875,1.75,9.25]},"up":{"texture":"#0","uv":[1.125,8.875,0.875,8.5]},"west":{"texture":"#0","uv":[1.125,8.875,1.5,9.25]}},"from":[-16,-11.6,-14.4],"shade":false,"to":[-15.2,-10.400001,-13.2]},{"faces":{"down":{"texture":"#0","uv":[2.5,9.5,2.375,10]},"east":{"texture":"#0","uv":[1.75,10,2.25,10.25]},"north":{"texture":"#0","uv":[2.25,10,2.375,10.25]},"south":{"texture":"#0","uv":[2.875,10,3,10.25]},"up":{"texture":"#0","uv":[2.375,10,2.25,9.5]},"west":{"texture":"#0","uv":[2.375,10,2.875,10.25]}},"from":[-15.79,-12.2,-16],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.8,-11.4,-16],"rescale":false},"shade":false,"to":[-15.41,-11.4,-14.4]},{"faces":{"down":{"texture":"#0","uv":[3.375,8,3.25,8.125]},"east":{"texture":"#0","uv":[3,8.125,3.125,8.375]},"north":{"texture":"#0","uv":[3.125,8.125,3.25,8.375]},"south":{"texture":"#0","uv":[3.375,8.125,3.5,8.375]},"up":{"texture":"#0","uv":[3.25,8.125,3.125,8]},"west":{"texture":"#0","uv":[3.25,8.125,3.375,8.375]}},"from":[-15.8,-11.4,-13.2],"shade":false,"to":[-15.400001,-10.599999,-12.8]},{"faces":{"down":{"texture":"#0","uv":[3.375,8.375,3.25,8.5]},"east":{"texture":"#0","uv":[3,8.5,3.125,8.875]},"north":{"texture":"#0","uv":[3.125,8.5,3.25,8.875]},"south":{"texture":"#0","uv":[3.375,8.5,3.5,8.875]},"up":{"texture":"#0","uv":[3.25,8.5,3.125,8.375]},"west":{"texture":"#0","uv":[3.25,8.5,3.375,8.875]}},"from":[-15.8,-11.8,-12.8],"shade":false,"to":[-15.400001,-10.6,-12.400001]},{"faces":{"down":{"texture":"#0","uv":[2.5,8.75,2.375,9.25]},"east":{"texture":"#0","uv":[1.75,9.25,2.25,9.5]},"north":{"texture":"#0","uv":[2.25,9.25,2.375,9.5]},"south":{"texture":"#0","uv":[2.875,9.25,3,9.5]},"up":{"texture":"#0","uv":[2.375,9.25,2.25,8.75]},"west":{"texture":"#0","uv":[2.375,9.25,2.875,9.5]}},"from":[-15.79,-10.6,-16],"rotation":{"angle":22.5,"axis":"x","origin":[-15.79,-10.6,-16],"rescale":false},"shade":false,"to":[-15.41,-9.8,-14.4]}],"overrides":[],"textures":{"0":"item/w175574275_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w501.json b/assets/minecraft/models/w501.json new file mode 100644 index 000000000..fa4ac0748 --- /dev/null +++ b/assets/minecraft/models/w501.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,0,0,5.25]},"east":{"texture":"#0","uv":[0,5.25,5.25,5.75]},"north":{"texture":"#0","uv":[0,5.25,5.25,5.75]},"south":{"texture":"#0","uv":[0,5.25,5.25,5.75]},"west":{"texture":"#0","uv":[0,5.25,5.25,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[0.79999924,-14.4,0.79999924]},{"faces":{"up":{"texture":"#0","uv":[6.5,1.25,5.25,0]}},"from":[-9.6,-9.6646595,-9.600014],"shade":false,"to":[-5.6000004,-9.6646595,-5.6000137]}],"overrides":[],"textures":{"0":"item/w447319910_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5010.json b/assets/minecraft/models/w5010.json new file mode 100644 index 000000000..673bc3fd3 --- /dev/null +++ b/assets/minecraft/models/w5010.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,3.375,5,3.875]},"east":{"texture":"#0","uv":[4,3.875,4.5,4.75]},"north":{"texture":"#0","uv":[4.5,3.875,5,4.75]},"south":{"texture":"#0","uv":[5.5,3.875,6,4.75]},"up":{"texture":"#0","uv":[5,3.875,4.5,3.375]},"west":{"texture":"#0","uv":[5,3.875,5.5,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.408,-13.208,-14.408]}],"overrides":[],"textures":{"0":"item/w175574275_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5011.json b/assets/minecraft/models/w5011.json new file mode 100644 index 000000000..5fcdd8833 --- /dev/null +++ b/assets/minecraft/models/w5011.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,2,1.5,2.5]},"east":{"texture":"#0","uv":[0,2.5,0.5,4]},"north":{"texture":"#0","uv":[0.5,2.5,1.5,4]},"south":{"texture":"#0","uv":[2,2.5,3,4]},"up":{"texture":"#0","uv":[1.5,2.5,0.5,2]},"west":{"texture":"#0","uv":[1.5,2.5,2,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w175574276_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5012.json b/assets/minecraft/models/w5012.json new file mode 100644 index 000000000..71214a803 --- /dev/null +++ b/assets/minecraft/models/w5012.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,2,7.5,2.5]},"east":{"texture":"#0","uv":[7.5,2.5,7,3.375]},"north":{"texture":"#0","uv":[7,2.5,6.5,3.375]},"south":{"texture":"#0","uv":[8,2.5,7.5,3.375]},"up":{"texture":"#0","uv":[6.5,2.5,7,2]},"west":{"texture":"#0","uv":[6.5,2.5,6,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-13.2,-14.4]}],"overrides":[],"textures":{"0":"item/w175574276_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5013.json b/assets/minecraft/models/w5013.json new file mode 100644 index 000000000..518ba8d04 --- /dev/null +++ b/assets/minecraft/models/w5013.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,2,7,2.5]},"east":{"texture":"#0","uv":[6,2.5,6.5,3.375]},"north":{"texture":"#0","uv":[6.5,2.5,7,3.375]},"south":{"texture":"#0","uv":[7.5,2.5,8,3.375]},"up":{"texture":"#0","uv":[7,2.5,6.5,2]},"west":{"texture":"#0","uv":[7,2.5,7.5,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-13.2,-14.4]}],"overrides":[],"textures":{"0":"item/w175574276_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5014.json b/assets/minecraft/models/w5014.json new file mode 100644 index 000000000..990f6464e --- /dev/null +++ b/assets/minecraft/models/w5014.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,0,2,1]},"east":{"texture":"#0","uv":[0,1,1,2]},"north":{"texture":"#0","uv":[1,1,2,2]},"south":{"texture":"#0","uv":[3,1,4,2]},"up":{"texture":"#0","uv":[2,1,1,0]},"west":{"texture":"#0","uv":[2,1,3,2]}},"from":[-15.8,-15.8,-15.8],"shade":false,"to":[-12.6,-12.6,-12.6]},{"faces":{"down":{"texture":"#0","uv":[7,0,6,1]},"east":{"texture":"#0","uv":[4,1,5,2]},"north":{"texture":"#0","uv":[5,1,6,2]},"south":{"texture":"#0","uv":[7,1,8,2]},"up":{"texture":"#0","uv":[6,1,5,0]},"west":{"texture":"#0","uv":[6,1,7,2]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.4,-12.4]}],"overrides":[],"textures":{"0":"item/w175574276_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5015.json b/assets/minecraft/models/w5015.json new file mode 100644 index 000000000..bc9d143f9 --- /dev/null +++ b/assets/minecraft/models/w5015.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,2,5.5,2.5]},"east":{"texture":"#0","uv":[5.5,2.5,5,3.375]},"north":{"texture":"#0","uv":[5,2.5,4.5,3.375]},"south":{"texture":"#0","uv":[6,2.5,5.5,3.375]},"up":{"texture":"#0","uv":[4.5,2.5,5,2]},"west":{"texture":"#0","uv":[4.5,2.5,4,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-13.2,-14.4]}],"overrides":[],"textures":{"0":"item/w175574276_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5016.json b/assets/minecraft/models/w5016.json new file mode 100644 index 000000000..b5ef27530 --- /dev/null +++ b/assets/minecraft/models/w5016.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,2,5,2.5]},"east":{"texture":"#0","uv":[4,2.5,4.5,3.375]},"north":{"texture":"#0","uv":[4.5,2.5,5,3.375]},"south":{"texture":"#0","uv":[5.5,2.5,6,3.375]},"up":{"texture":"#0","uv":[5,2.5,4.5,2]},"west":{"texture":"#0","uv":[5,2.5,5.5,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-13.2,-14.4]}],"overrides":[],"textures":{"0":"item/w175574276_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5017.json b/assets/minecraft/models/w5017.json new file mode 100644 index 000000000..938bb2c87 --- /dev/null +++ b/assets/minecraft/models/w5017.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,3.375,7.5,3.875]},"east":{"texture":"#0","uv":[7.5,3.875,7,4.75]},"north":{"texture":"#0","uv":[7,3.875,6.5,4.75]},"south":{"texture":"#0","uv":[8,3.875,7.5,4.75]},"up":{"texture":"#0","uv":[6.5,3.875,7,3.375]},"west":{"texture":"#0","uv":[6.5,3.875,6,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.408,-13.208,-14.408]}],"overrides":[],"textures":{"0":"item/w175574276_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5018.json b/assets/minecraft/models/w5018.json new file mode 100644 index 000000000..86de7948d --- /dev/null +++ b/assets/minecraft/models/w5018.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,3.375,7,3.875]},"east":{"texture":"#0","uv":[6,3.875,6.5,4.75]},"north":{"texture":"#0","uv":[6.5,3.875,7,4.75]},"south":{"texture":"#0","uv":[7.5,3.875,8,4.75]},"up":{"texture":"#0","uv":[7,3.875,6.5,3.375]},"west":{"texture":"#0","uv":[7,3.875,7.5,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.408,-13.208,-14.408]}],"overrides":[],"textures":{"0":"item/w175574276_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5019.json b/assets/minecraft/models/w5019.json new file mode 100644 index 000000000..0df76f168 --- /dev/null +++ b/assets/minecraft/models/w5019.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,3.125,12.75,3.375]},"east":{"texture":"#0","uv":[12.75,3.375,12.5,4.25]},"north":{"texture":"#0","uv":[12.5,3.375,12.25,4.25]},"south":{"texture":"#0","uv":[13,3.375,12.75,4.25]},"up":{"texture":"#0","uv":[12.25,3.375,12.5,3.125]},"west":{"texture":"#0","uv":[12.25,3.375,12,4.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-13.208,-15.208]}],"overrides":[],"textures":{"0":"item/w175574276_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w502.json b/assets/minecraft/models/w502.json new file mode 100644 index 000000000..d435068d2 --- /dev/null +++ b/assets/minecraft/models/w502.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.375,1.75,5.375,1.875]},"east":{"texture":"#0","uv":[5.25,1.375,5.375,1.75]},"north":{"texture":"#0","uv":[5.375,1.375,6.375,1.75]},"west":{"texture":"#0","uv":[6.5,1.375,6.375,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14.8,-14]}],"overrides":[],"textures":{"0":"item/w447319910_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5020.json b/assets/minecraft/models/w5020.json new file mode 100644 index 000000000..f546fcf70 --- /dev/null +++ b/assets/minecraft/models/w5020.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,8,1,8.25]},"east":{"texture":"#0","uv":[0.5,8.25,0.75,8.5]},"north":{"texture":"#0","uv":[0.75,8.25,1,8.5]},"south":{"texture":"#0","uv":[1.25,8.25,1.5,8.5]},"up":{"texture":"#0","uv":[1,8.25,0.75,8]},"west":{"texture":"#0","uv":[1,8.25,1.25,8.5]}},"from":[-16,-16,-14.2],"shade":false,"to":[-15.2,-15.2,-13.4]},{"faces":{"down":{"texture":"#0","uv":[0.375,8,0.25,8.125]},"east":{"texture":"#0","uv":[0,8.125,0.125,9.75]},"north":{"texture":"#0","uv":[0.125,8.125,0.25,9.75]},"south":{"texture":"#0","uv":[0.375,8.125,0.5,9.75]},"up":{"texture":"#0","uv":[0.25,8.125,0.125,8]},"west":{"texture":"#0","uv":[0.25,8.125,0.375,9.75]}},"from":[-15.8,-15.2,-14],"shade":false,"to":[-15.400001,-10,-13.6]},{"faces":{"down":{"texture":"#0","uv":[2.5,8,2.375,8.5]},"east":{"texture":"#0","uv":[1.75,8.5,2.25,8.75]},"north":{"texture":"#0","uv":[2.25,8.5,2.375,8.75]},"south":{"texture":"#0","uv":[2.875,8.5,3,8.75]},"up":{"texture":"#0","uv":[2.375,8.5,2.25,8]},"west":{"texture":"#0","uv":[2.375,8.5,2.875,8.75]}},"from":[-15.8,-11.4,-16],"shade":false,"to":[-15.400001,-10.599999,-14.4]},{"faces":{"down":{"texture":"#0","uv":[1.375,8.5,1.125,8.875]},"east":{"texture":"#0","uv":[0.5,8.875,0.875,9.25]},"north":{"texture":"#0","uv":[0.875,8.875,1.125,9.25]},"south":{"texture":"#0","uv":[1.5,8.875,1.75,9.25]},"up":{"texture":"#0","uv":[1.125,8.875,0.875,8.5]},"west":{"texture":"#0","uv":[1.125,8.875,1.5,9.25]}},"from":[-16,-11.6,-14.4],"shade":false,"to":[-15.2,-10.400001,-13.2]},{"faces":{"down":{"texture":"#0","uv":[2.5,9.5,2.375,10]},"east":{"texture":"#0","uv":[1.75,10,2.25,10.25]},"north":{"texture":"#0","uv":[2.25,10,2.375,10.25]},"south":{"texture":"#0","uv":[2.875,10,3,10.25]},"up":{"texture":"#0","uv":[2.375,10,2.25,9.5]},"west":{"texture":"#0","uv":[2.375,10,2.875,10.25]}},"from":[-15.79,-12.2,-16],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.8,-11.4,-16],"rescale":false},"shade":false,"to":[-15.41,-11.4,-14.4]},{"faces":{"down":{"texture":"#0","uv":[3.375,8,3.25,8.125]},"east":{"texture":"#0","uv":[3,8.125,3.125,8.375]},"north":{"texture":"#0","uv":[3.125,8.125,3.25,8.375]},"south":{"texture":"#0","uv":[3.375,8.125,3.5,8.375]},"up":{"texture":"#0","uv":[3.25,8.125,3.125,8]},"west":{"texture":"#0","uv":[3.25,8.125,3.375,8.375]}},"from":[-15.8,-11.4,-13.2],"shade":false,"to":[-15.400001,-10.599999,-12.8]},{"faces":{"down":{"texture":"#0","uv":[3.375,8.375,3.25,8.5]},"east":{"texture":"#0","uv":[3,8.5,3.125,8.875]},"north":{"texture":"#0","uv":[3.125,8.5,3.25,8.875]},"south":{"texture":"#0","uv":[3.375,8.5,3.5,8.875]},"up":{"texture":"#0","uv":[3.25,8.5,3.125,8.375]},"west":{"texture":"#0","uv":[3.25,8.5,3.375,8.875]}},"from":[-15.8,-11.8,-12.8],"shade":false,"to":[-15.400001,-10.6,-12.400001]},{"faces":{"down":{"texture":"#0","uv":[2.5,8.75,2.375,9.25]},"east":{"texture":"#0","uv":[1.75,9.25,2.25,9.5]},"north":{"texture":"#0","uv":[2.25,9.25,2.375,9.5]},"south":{"texture":"#0","uv":[2.875,9.25,3,9.5]},"up":{"texture":"#0","uv":[2.375,9.25,2.25,8.75]},"west":{"texture":"#0","uv":[2.375,9.25,2.875,9.5]}},"from":[-15.79,-10.6,-16],"rotation":{"angle":22.5,"axis":"x","origin":[-15.79,-10.6,-16],"rescale":false},"shade":false,"to":[-15.41,-9.8,-14.4]}],"overrides":[],"textures":{"0":"item/w175574276_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5021.json b/assets/minecraft/models/w5021.json new file mode 100644 index 000000000..30ad34bb3 --- /dev/null +++ b/assets/minecraft/models/w5021.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.75,3.125,12.5,3.375]},"east":{"texture":"#0","uv":[12,3.375,12.25,4.25]},"north":{"texture":"#0","uv":[12.25,3.375,12.5,4.25]},"south":{"texture":"#0","uv":[12.75,3.375,13,4.25]},"up":{"texture":"#0","uv":[12.5,3.375,12.25,3.125]},"west":{"texture":"#0","uv":[12.5,3.375,12.75,4.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-13.208,-15.208]}],"overrides":[],"textures":{"0":"item/w175574276_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5022.json b/assets/minecraft/models/w5022.json new file mode 100644 index 000000000..964de7b6a --- /dev/null +++ b/assets/minecraft/models/w5022.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,2,1.5,2.5]},"east":{"texture":"#0","uv":[0,2.5,0.5,4]},"north":{"texture":"#0","uv":[0.5,2.5,1.5,4]},"south":{"texture":"#0","uv":[2,2.5,3,4]},"up":{"texture":"#0","uv":[1.5,2.5,0.5,2]},"west":{"texture":"#0","uv":[1.5,2.5,2,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w175574277_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5023.json b/assets/minecraft/models/w5023.json new file mode 100644 index 000000000..d0d40ed8a --- /dev/null +++ b/assets/minecraft/models/w5023.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,2,7.5,2.5]},"east":{"texture":"#0","uv":[7.5,2.5,7,3.375]},"north":{"texture":"#0","uv":[7,2.5,6.5,3.375]},"south":{"texture":"#0","uv":[8,2.5,7.5,3.375]},"up":{"texture":"#0","uv":[6.5,2.5,7,2]},"west":{"texture":"#0","uv":[6.5,2.5,6,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-13.2,-14.4]}],"overrides":[],"textures":{"0":"item/w175574277_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5024.json b/assets/minecraft/models/w5024.json new file mode 100644 index 000000000..b8c99f56c --- /dev/null +++ b/assets/minecraft/models/w5024.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,2,14.5,2.25]},"east":{"texture":"#0","uv":[14,2.25,14.25,3.25]},"north":{"texture":"#0","uv":[14.25,2.25,14.5,3.25]},"south":{"texture":"#0","uv":[14.75,2.25,15,3.25]},"up":{"texture":"#0","uv":[14.5,2.25,14.25,2]},"west":{"texture":"#0","uv":[14.5,2.25,14.75,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w175574277_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5025.json b/assets/minecraft/models/w5025.json new file mode 100644 index 000000000..3a48e1b94 --- /dev/null +++ b/assets/minecraft/models/w5025.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,0,2,1]},"east":{"texture":"#0","uv":[0,1,1,2]},"north":{"texture":"#0","uv":[1,1,2,2]},"south":{"texture":"#0","uv":[3,1,4,2]},"up":{"texture":"#0","uv":[2,1,1,0]},"west":{"texture":"#0","uv":[2,1,3,2]}},"from":[-15.8,-15.8,-15.8],"shade":false,"to":[-12.6,-12.6,-12.6]},{"faces":{"down":{"texture":"#0","uv":[7,0,6,1]},"east":{"texture":"#0","uv":[4,1,5,2]},"north":{"texture":"#0","uv":[5,1,6,2]},"south":{"texture":"#0","uv":[7,1,8,2]},"up":{"texture":"#0","uv":[6,1,5,0]},"west":{"texture":"#0","uv":[6,1,7,2]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.4,-12.4]}],"overrides":[],"textures":{"0":"item/w175574277_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5026.json b/assets/minecraft/models/w5026.json new file mode 100644 index 000000000..3edbeb593 --- /dev/null +++ b/assets/minecraft/models/w5026.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,2,12.75,2.25]},"east":{"texture":"#0","uv":[12.75,2.25,12.5,3.125]},"north":{"texture":"#0","uv":[12.5,2.25,12.25,3.125]},"south":{"texture":"#0","uv":[13,2.25,12.75,3.125]},"up":{"texture":"#0","uv":[12.25,2.25,12.5,2]},"west":{"texture":"#0","uv":[12.25,2.25,12,3.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.2,-15.2]}],"overrides":[],"textures":{"0":"item/w175574277_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5027.json b/assets/minecraft/models/w5027.json new file mode 100644 index 000000000..1db3ebcab --- /dev/null +++ b/assets/minecraft/models/w5027.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,2,5,2.5]},"east":{"texture":"#0","uv":[4,2.5,4.5,3.375]},"north":{"texture":"#0","uv":[4.5,2.5,5,3.375]},"south":{"texture":"#0","uv":[5.5,2.5,6,3.375]},"up":{"texture":"#0","uv":[5,2.5,4.5,2]},"west":{"texture":"#0","uv":[5,2.5,5.5,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-13.2,-14.4]}],"overrides":[],"textures":{"0":"item/w175574277_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5028.json b/assets/minecraft/models/w5028.json new file mode 100644 index 000000000..bda791b9b --- /dev/null +++ b/assets/minecraft/models/w5028.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.5,3.25,14.75,3.5]},"east":{"texture":"#0","uv":[14.75,3.5,14.5,4.375]},"north":{"texture":"#0","uv":[14.5,3.5,14.25,4.375]},"south":{"texture":"#0","uv":[15,3.5,14.75,4.375]},"up":{"texture":"#0","uv":[14.25,3.5,14.5,3.25]},"west":{"texture":"#0","uv":[14.25,3.5,14,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-13.208,-15.208]}],"overrides":[],"textures":{"0":"item/w175574277_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5029.json b/assets/minecraft/models/w5029.json new file mode 100644 index 000000000..c23ddf3ff --- /dev/null +++ b/assets/minecraft/models/w5029.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,3.25,14.5,3.5]},"east":{"texture":"#0","uv":[14,3.5,14.25,4.375]},"north":{"texture":"#0","uv":[14.25,3.5,14.5,4.375]},"south":{"texture":"#0","uv":[14.75,3.5,15,4.375]},"up":{"texture":"#0","uv":[14.5,3.5,14.25,3.25]},"west":{"texture":"#0","uv":[14.5,3.5,14.75,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-13.208,-15.208]}],"overrides":[],"textures":{"0":"item/w175574277_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w503.json b/assets/minecraft/models/w503.json new file mode 100644 index 000000000..c5553671b --- /dev/null +++ b/assets/minecraft/models/w503.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.375,1.75,6.375,1.875]},"east":{"texture":"#0","uv":[6.375,1.375,6.5,1.75]},"north":{"texture":"#0","uv":[6.375,1.375,5.375,1.75]},"west":{"texture":"#0","uv":[5.375,1.375,5.25,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14.8,-14]}],"overrides":[],"textures":{"0":"item/w447319910_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5030.json b/assets/minecraft/models/w5030.json new file mode 100644 index 000000000..3eaf196e0 --- /dev/null +++ b/assets/minecraft/models/w5030.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,3.125,12.75,3.375]},"east":{"texture":"#0","uv":[12.75,3.375,12.5,4.25]},"north":{"texture":"#0","uv":[12.5,3.375,12.25,4.25]},"south":{"texture":"#0","uv":[13,3.375,12.75,4.25]},"up":{"texture":"#0","uv":[12.25,3.375,12.5,3.125]},"west":{"texture":"#0","uv":[12.25,3.375,12,4.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-13.208,-15.208]}],"overrides":[],"textures":{"0":"item/w175574277_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5031.json b/assets/minecraft/models/w5031.json new file mode 100644 index 000000000..fabb4c8b9 --- /dev/null +++ b/assets/minecraft/models/w5031.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,8,1,8.25]},"east":{"texture":"#0","uv":[0.5,8.25,0.75,8.5]},"north":{"texture":"#0","uv":[0.75,8.25,1,8.5]},"south":{"texture":"#0","uv":[1.25,8.25,1.5,8.5]},"up":{"texture":"#0","uv":[1,8.25,0.75,8]},"west":{"texture":"#0","uv":[1,8.25,1.25,8.5]}},"from":[-16,-16,-14.2],"shade":false,"to":[-15.2,-15.2,-13.4]},{"faces":{"down":{"texture":"#0","uv":[0.375,8,0.25,8.125]},"east":{"texture":"#0","uv":[0,8.125,0.125,9.75]},"north":{"texture":"#0","uv":[0.125,8.125,0.25,9.75]},"south":{"texture":"#0","uv":[0.375,8.125,0.5,9.75]},"up":{"texture":"#0","uv":[0.25,8.125,0.125,8]},"west":{"texture":"#0","uv":[0.25,8.125,0.375,9.75]}},"from":[-15.8,-15.2,-14],"shade":false,"to":[-15.400001,-10,-13.6]},{"faces":{"down":{"texture":"#0","uv":[2.5,8,2.375,8.5]},"east":{"texture":"#0","uv":[1.75,8.5,2.25,8.75]},"north":{"texture":"#0","uv":[2.25,8.5,2.375,8.75]},"south":{"texture":"#0","uv":[2.875,8.5,3,8.75]},"up":{"texture":"#0","uv":[2.375,8.5,2.25,8]},"west":{"texture":"#0","uv":[2.375,8.5,2.875,8.75]}},"from":[-15.8,-11.4,-16],"shade":false,"to":[-15.400001,-10.599999,-14.4]},{"faces":{"down":{"texture":"#0","uv":[1.375,8.5,1.125,8.875]},"east":{"texture":"#0","uv":[0.5,8.875,0.875,9.25]},"north":{"texture":"#0","uv":[0.875,8.875,1.125,9.25]},"south":{"texture":"#0","uv":[1.5,8.875,1.75,9.25]},"up":{"texture":"#0","uv":[1.125,8.875,0.875,8.5]},"west":{"texture":"#0","uv":[1.125,8.875,1.5,9.25]}},"from":[-16,-11.6,-14.4],"shade":false,"to":[-15.2,-10.400001,-13.2]},{"faces":{"down":{"texture":"#0","uv":[2.5,9.5,2.375,10]},"east":{"texture":"#0","uv":[1.75,10,2.25,10.25]},"north":{"texture":"#0","uv":[2.25,10,2.375,10.25]},"south":{"texture":"#0","uv":[2.875,10,3,10.25]},"up":{"texture":"#0","uv":[2.375,10,2.25,9.5]},"west":{"texture":"#0","uv":[2.375,10,2.875,10.25]}},"from":[-15.79,-12.2,-16],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.8,-11.4,-16],"rescale":false},"shade":false,"to":[-15.41,-11.4,-14.4]},{"faces":{"down":{"texture":"#0","uv":[3.375,8,3.25,8.125]},"east":{"texture":"#0","uv":[3,8.125,3.125,8.375]},"north":{"texture":"#0","uv":[3.125,8.125,3.25,8.375]},"south":{"texture":"#0","uv":[3.375,8.125,3.5,8.375]},"up":{"texture":"#0","uv":[3.25,8.125,3.125,8]},"west":{"texture":"#0","uv":[3.25,8.125,3.375,8.375]}},"from":[-15.8,-11.4,-13.2],"shade":false,"to":[-15.400001,-10.599999,-12.8]},{"faces":{"down":{"texture":"#0","uv":[3.375,8.375,3.25,8.5]},"east":{"texture":"#0","uv":[3,8.5,3.125,8.875]},"north":{"texture":"#0","uv":[3.125,8.5,3.25,8.875]},"south":{"texture":"#0","uv":[3.375,8.5,3.5,8.875]},"up":{"texture":"#0","uv":[3.25,8.5,3.125,8.375]},"west":{"texture":"#0","uv":[3.25,8.5,3.375,8.875]}},"from":[-15.8,-11.8,-12.8],"shade":false,"to":[-15.400001,-10.6,-12.400001]},{"faces":{"down":{"texture":"#0","uv":[2.5,8.75,2.375,9.25]},"east":{"texture":"#0","uv":[1.75,9.25,2.25,9.5]},"north":{"texture":"#0","uv":[2.25,9.25,2.375,9.5]},"south":{"texture":"#0","uv":[2.875,9.25,3,9.5]},"up":{"texture":"#0","uv":[2.375,9.25,2.25,8.75]},"west":{"texture":"#0","uv":[2.375,9.25,2.875,9.5]}},"from":[-15.79,-10.6,-16],"rotation":{"angle":22.5,"axis":"x","origin":[-15.79,-10.6,-16],"rescale":false},"shade":false,"to":[-15.41,-9.8,-14.4]}],"overrides":[],"textures":{"0":"item/w175574277_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5032.json b/assets/minecraft/models/w5032.json new file mode 100644 index 000000000..cfa57d6e5 --- /dev/null +++ b/assets/minecraft/models/w5032.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.75,3.125,12.5,3.375]},"east":{"texture":"#0","uv":[12,3.375,12.25,4.25]},"north":{"texture":"#0","uv":[12.25,3.375,12.5,4.25]},"south":{"texture":"#0","uv":[12.75,3.375,13,4.25]},"up":{"texture":"#0","uv":[12.5,3.375,12.25,3.125]},"west":{"texture":"#0","uv":[12.5,3.375,12.75,4.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-13.208,-15.208]}],"overrides":[],"textures":{"0":"item/w175574277_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5033.json b/assets/minecraft/models/w5033.json new file mode 100644 index 000000000..e55bb4a9d --- /dev/null +++ b/assets/minecraft/models/w5033.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,2,1.5,2.5]},"east":{"texture":"#0","uv":[0,2.5,0.5,4]},"north":{"texture":"#0","uv":[0.5,2.5,1.5,4]},"south":{"texture":"#0","uv":[2,2.5,3,4]},"up":{"texture":"#0","uv":[1.5,2.5,0.5,2]},"west":{"texture":"#0","uv":[1.5,2.5,2,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w175574278_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5034.json b/assets/minecraft/models/w5034.json new file mode 100644 index 000000000..6cc79bc3e --- /dev/null +++ b/assets/minecraft/models/w5034.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.5,2,14.75,2.25]},"east":{"texture":"#0","uv":[14.75,2.25,14.5,3.25]},"north":{"texture":"#0","uv":[14.5,2.25,14.25,3.25]},"south":{"texture":"#0","uv":[15,2.25,14.75,3.25]},"up":{"texture":"#0","uv":[14.25,2.25,14.5,2]},"west":{"texture":"#0","uv":[14.25,2.25,14,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w175574278_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5035.json b/assets/minecraft/models/w5035.json new file mode 100644 index 000000000..ff53493ca --- /dev/null +++ b/assets/minecraft/models/w5035.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,2,7.5,2.5]},"east":{"texture":"#0","uv":[7.5,2.5,7,3.375]},"north":{"texture":"#0","uv":[7,2.5,6.5,3.375]},"south":{"texture":"#0","uv":[8,2.5,7.5,3.375]},"up":{"texture":"#0","uv":[6.5,2.5,7,2]},"west":{"texture":"#0","uv":[6.5,2.5,6,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-13.2,-14.4]}],"overrides":[],"textures":{"0":"item/w175574278_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5036.json b/assets/minecraft/models/w5036.json new file mode 100644 index 000000000..a06d5fbde --- /dev/null +++ b/assets/minecraft/models/w5036.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,2,14.5,2.25]},"east":{"texture":"#0","uv":[14,2.25,14.25,3.25]},"north":{"texture":"#0","uv":[14.25,2.25,14.5,3.25]},"south":{"texture":"#0","uv":[14.75,2.25,15,3.25]},"up":{"texture":"#0","uv":[14.5,2.25,14.25,2]},"west":{"texture":"#0","uv":[14.5,2.25,14.75,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w175574278_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5037.json b/assets/minecraft/models/w5037.json new file mode 100644 index 000000000..8fabc69f6 --- /dev/null +++ b/assets/minecraft/models/w5037.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,0,10,1]},"east":{"texture":"#0","uv":[8,1,9,1.75]},"north":{"texture":"#0","uv":[9,1,10,1.75]},"south":{"texture":"#0","uv":[11,1,12,1.75]},"up":{"texture":"#0","uv":[10,1,9,0]},"west":{"texture":"#0","uv":[10,1,11,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.6,-12.8]}],"overrides":[],"textures":{"0":"item/w175574278_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5038.json b/assets/minecraft/models/w5038.json new file mode 100644 index 000000000..89772f735 --- /dev/null +++ b/assets/minecraft/models/w5038.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,2,12.75,2.25]},"east":{"texture":"#0","uv":[12.75,2.25,12.5,3.125]},"north":{"texture":"#0","uv":[12.5,2.25,12.25,3.125]},"south":{"texture":"#0","uv":[13,2.25,12.75,3.125]},"up":{"texture":"#0","uv":[12.25,2.25,12.5,2]},"west":{"texture":"#0","uv":[12.25,2.25,12,3.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.2,-15.2]}],"overrides":[],"textures":{"0":"item/w175574278_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5039.json b/assets/minecraft/models/w5039.json new file mode 100644 index 000000000..017d91637 --- /dev/null +++ b/assets/minecraft/models/w5039.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.75,2,12.5,2.25]},"east":{"texture":"#0","uv":[12,2.25,12.25,3.125]},"north":{"texture":"#0","uv":[12.25,2.25,12.5,3.125]},"south":{"texture":"#0","uv":[12.75,2.25,13,3.125]},"up":{"texture":"#0","uv":[12.5,2.25,12.25,2]},"west":{"texture":"#0","uv":[12.5,2.25,12.75,3.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.2,-15.2]}],"overrides":[],"textures":{"0":"item/w175574278_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w504.json b/assets/minecraft/models/w504.json new file mode 100644 index 000000000..2f0cfd213 --- /dev/null +++ b/assets/minecraft/models/w504.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.75,8.25,6.5,11.5]},"east":{"texture":"#0","uv":[0,11.5,3.25,16]},"north":{"texture":"#0","uv":[3.25,11.5,6.5,16]},"south":{"texture":"#0","uv":[9.75,11.5,13,16]},"up":{"texture":"#0","uv":[6.5,11.5,3.25,8.25]},"west":{"texture":"#0","uv":[6.5,11.5,9.75,16]}},"from":[-16,-16,-16],"shade":false,"to":[-5.6000004,-1.6000004,-5.6000004]}],"overrides":[],"textures":{"0":"item/w437347825_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5040.json b/assets/minecraft/models/w5040.json new file mode 100644 index 000000000..a5c5bda6c --- /dev/null +++ b/assets/minecraft/models/w5040.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.5,3.25,14.75,3.5]},"east":{"texture":"#0","uv":[14.75,3.5,14.5,4.375]},"north":{"texture":"#0","uv":[14.5,3.5,14.25,4.375]},"south":{"texture":"#0","uv":[15,3.5,14.75,4.375]},"up":{"texture":"#0","uv":[14.25,3.5,14.5,3.25]},"west":{"texture":"#0","uv":[14.25,3.5,14,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-13.208,-15.208]}],"overrides":[],"textures":{"0":"item/w175574278_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5041.json b/assets/minecraft/models/w5041.json new file mode 100644 index 000000000..53111bd04 --- /dev/null +++ b/assets/minecraft/models/w5041.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,3.25,14.5,3.5]},"east":{"texture":"#0","uv":[14,3.5,14.25,4.375]},"north":{"texture":"#0","uv":[14.25,3.5,14.5,4.375]},"south":{"texture":"#0","uv":[14.75,3.5,15,4.375]},"up":{"texture":"#0","uv":[14.5,3.5,14.25,3.25]},"west":{"texture":"#0","uv":[14.5,3.5,14.75,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-13.208,-15.208]}],"overrides":[],"textures":{"0":"item/w175574278_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5042.json b/assets/minecraft/models/w5042.json new file mode 100644 index 000000000..24ec2254b --- /dev/null +++ b/assets/minecraft/models/w5042.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.75,0,11,0.75]},"east":{"texture":"#0","uv":[8.375,1.75,9.125,2]},"north":{"texture":"#0","uv":[9.125,1.75,9.875,2]},"south":{"texture":"#0","uv":[10.625,1.75,11.375,2]},"up":{"texture":"#0","uv":[8.75,0,8,0.75]},"west":{"texture":"#0","uv":[9.875,1.75,10.625,2]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w175574278_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5043.json b/assets/minecraft/models/w5043.json new file mode 100644 index 000000000..3739c1df3 --- /dev/null +++ b/assets/minecraft/models/w5043.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,3.125,12.75,3.375]},"east":{"texture":"#0","uv":[12.75,3.375,12.5,4.25]},"north":{"texture":"#0","uv":[12.5,3.375,12.25,4.25]},"south":{"texture":"#0","uv":[13,3.375,12.75,4.25]},"up":{"texture":"#0","uv":[12.25,3.375,12.5,3.125]},"west":{"texture":"#0","uv":[12.25,3.375,12,4.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-13.208,-15.208]}],"overrides":[],"textures":{"0":"item/w175574278_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5044.json b/assets/minecraft/models/w5044.json new file mode 100644 index 000000000..19834d2d7 --- /dev/null +++ b/assets/minecraft/models/w5044.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,4,9.5,3.5]},"east":{"texture":"#0","uv":[10.5,4.5,11,4]},"north":{"texture":"#0","uv":[11,4.5,12,4]},"south":{"texture":"#0","uv":[9.5,4.5,10.5,4]},"up":{"texture":"#0","uv":[11.5,3.5,10.5,4]},"west":{"texture":"#0","uv":[9,4.5,9.5,4]}},"from":[8,8,8],"shade":false,"to":[4.8,6.4,6.4]}],"overrides":[],"textures":{"0":"item/w175574279_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5045.json b/assets/minecraft/models/w5045.json new file mode 100644 index 000000000..a94fad77c --- /dev/null +++ b/assets/minecraft/models/w5045.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,2.5,9.5,2]},"east":{"texture":"#0","uv":[10.5,3.5,11,2.5]},"north":{"texture":"#0","uv":[11,3.5,12,2.5]},"south":{"texture":"#0","uv":[9.5,3.5,10.5,2.5]},"up":{"texture":"#0","uv":[11.5,2,10.5,2.5]},"west":{"texture":"#0","uv":[9,3.5,9.5,2.5]}},"from":[8,8,8],"shade":false,"to":[4.8,4.8,6.4]}],"overrides":[],"textures":{"0":"item/w175574279_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5046.json b/assets/minecraft/models/w5046.json new file mode 100644 index 000000000..5b0d6c74e --- /dev/null +++ b/assets/minecraft/models/w5046.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,3.5,10.5,4]},"east":{"texture":"#0","uv":[9,4,9.5,4.5]},"north":{"texture":"#0","uv":[9.5,4,10.5,4.5]},"south":{"texture":"#0","uv":[11,4,12,4.5]},"up":{"texture":"#0","uv":[10.5,4,9.5,3.5]},"west":{"texture":"#0","uv":[10.5,4,11,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14.4,-14.4]},{"faces":{"down":{"texture":"#0","uv":[11.5,2,10.5,2.5]},"east":{"texture":"#0","uv":[9,2.5,9.5,3.5]},"north":{"texture":"#0","uv":[9.5,2.5,10.5,3.5]},"south":{"texture":"#0","uv":[11,2.5,12,3.5]},"up":{"texture":"#0","uv":[10.5,2.5,9.5,2]},"west":{"texture":"#0","uv":[10.5,2.5,11,3.5]}},"from":[-16,-14.4,-16],"shade":false,"to":[-12.8,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w175574279_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5047.json b/assets/minecraft/models/w5047.json new file mode 100644 index 000000000..e6edbbd4d --- /dev/null +++ b/assets/minecraft/models/w5047.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.5,2,14.75,2.25]},"east":{"texture":"#0","uv":[14.75,2.25,14.5,3.25]},"north":{"texture":"#0","uv":[14.5,2.25,14.25,3.25]},"south":{"texture":"#0","uv":[15,2.25,14.75,3.25]},"up":{"texture":"#0","uv":[14.25,2.25,14.5,2]},"west":{"texture":"#0","uv":[14.25,2.25,14,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w175574279_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5048.json b/assets/minecraft/models/w5048.json new file mode 100644 index 000000000..f52432f97 --- /dev/null +++ b/assets/minecraft/models/w5048.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,2,14.5,2.25]},"east":{"texture":"#0","uv":[14,2.25,14.25,3.25]},"north":{"texture":"#0","uv":[14.25,2.25,14.5,3.25]},"south":{"texture":"#0","uv":[14.75,2.25,15,3.25]},"up":{"texture":"#0","uv":[14.5,2.25,14.25,2]},"west":{"texture":"#0","uv":[14.5,2.25,14.75,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w175574279_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5049.json b/assets/minecraft/models/w5049.json new file mode 100644 index 000000000..998872c4f --- /dev/null +++ b/assets/minecraft/models/w5049.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.75,2,8.5,2.25]},"east":{"texture":"#0","uv":[8,2.25,8.25,4]},"north":{"texture":"#0","uv":[8.25,2.25,8.5,4]},"south":{"texture":"#0","uv":[8.75,2.25,9,4]},"up":{"texture":"#0","uv":[8.5,2.25,8.25,2]},"west":{"texture":"#0","uv":[8.5,2.25,8.75,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-10.4,-15.2]}],"overrides":[],"textures":{"0":"item/w175574279_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w505.json b/assets/minecraft/models/w505.json new file mode 100644 index 000000000..77a787eb1 --- /dev/null +++ b/assets/minecraft/models/w505.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.75,0,8,0.75]},"east":{"texture":"#0","uv":[6.5,0.75,7.25,1.875]},"north":{"texture":"#0","uv":[7.25,0.75,8,1.875]},"south":{"texture":"#0","uv":[8.75,0.75,9.5,1.875]},"up":{"texture":"#0","uv":[8,0.75,7.25,0]},"west":{"texture":"#0","uv":[8,0.75,8.75,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12.4,-13.6]}],"overrides":[],"textures":{"0":"item/w437347825_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5050.json b/assets/minecraft/models/w5050.json new file mode 100644 index 000000000..4aa49be6d --- /dev/null +++ b/assets/minecraft/models/w5050.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,0,10,1]},"east":{"texture":"#0","uv":[8,1,9,1.75]},"north":{"texture":"#0","uv":[9,1,10,1.75]},"south":{"texture":"#0","uv":[11,1,12,1.75]},"up":{"texture":"#0","uv":[10,1,9,0]},"west":{"texture":"#0","uv":[10,1,11,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.6,-12.8]}],"overrides":[],"textures":{"0":"item/w175574279_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5051.json b/assets/minecraft/models/w5051.json new file mode 100644 index 000000000..3030a4679 --- /dev/null +++ b/assets/minecraft/models/w5051.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,2,12.75,2.25]},"east":{"texture":"#0","uv":[12.75,2.25,12.5,3.125]},"north":{"texture":"#0","uv":[12.5,2.25,12.25,3.125]},"south":{"texture":"#0","uv":[13,2.25,12.75,3.125]},"up":{"texture":"#0","uv":[12.25,2.25,12.5,2]},"west":{"texture":"#0","uv":[12.25,2.25,12,3.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.2,-15.2]}],"overrides":[],"textures":{"0":"item/w175574279_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5052.json b/assets/minecraft/models/w5052.json new file mode 100644 index 000000000..1ac9aba11 --- /dev/null +++ b/assets/minecraft/models/w5052.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.5,3.25,14.75,3.5]},"east":{"texture":"#0","uv":[14.75,3.5,14.5,4.375]},"north":{"texture":"#0","uv":[14.5,3.5,14.25,4.375]},"south":{"texture":"#0","uv":[15,3.5,14.75,4.375]},"up":{"texture":"#0","uv":[14.25,3.5,14.5,3.25]},"west":{"texture":"#0","uv":[14.25,3.5,14,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-13.208,-15.208]}],"overrides":[],"textures":{"0":"item/w175574279_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5053.json b/assets/minecraft/models/w5053.json new file mode 100644 index 000000000..979a624fb --- /dev/null +++ b/assets/minecraft/models/w5053.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,3.25,14.5,3.5]},"east":{"texture":"#0","uv":[14,3.5,14.25,4.375]},"north":{"texture":"#0","uv":[14.25,3.5,14.5,4.375]},"south":{"texture":"#0","uv":[14.75,3.5,15,4.375]},"up":{"texture":"#0","uv":[14.5,3.5,14.25,3.25]},"west":{"texture":"#0","uv":[14.5,3.5,14.75,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-13.208,-15.208]}],"overrides":[],"textures":{"0":"item/w175574279_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5054.json b/assets/minecraft/models/w5054.json new file mode 100644 index 000000000..164c4d265 --- /dev/null +++ b/assets/minecraft/models/w5054.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.75,0,11,0.75]},"east":{"texture":"#0","uv":[8.375,1.75,9.125,2]},"north":{"texture":"#0","uv":[9.125,1.75,9.875,2]},"south":{"texture":"#0","uv":[10.625,1.75,11.375,2]},"up":{"texture":"#0","uv":[8.75,0,8,0.75]},"west":{"texture":"#0","uv":[9.875,1.75,10.625,2]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w175574279_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5055.json b/assets/minecraft/models/w5055.json new file mode 100644 index 000000000..0894f1c51 --- /dev/null +++ b/assets/minecraft/models/w5055.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,3.125,12.75,3.375]},"east":{"texture":"#0","uv":[12.75,3.375,12.5,4.25]},"north":{"texture":"#0","uv":[12.5,3.375,12.25,4.25]},"south":{"texture":"#0","uv":[13,3.375,12.75,4.25]},"up":{"texture":"#0","uv":[12.25,3.375,12.5,3.125]},"west":{"texture":"#0","uv":[12.25,3.375,12,4.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-13.208,-15.208]}],"overrides":[],"textures":{"0":"item/w175574279_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5056.json b/assets/minecraft/models/w5056.json new file mode 100644 index 000000000..743b97288 --- /dev/null +++ b/assets/minecraft/models/w5056.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,4,9.5,3.5]},"east":{"texture":"#0","uv":[10.5,4.5,11,4]},"north":{"texture":"#0","uv":[11,4.5,12,4]},"south":{"texture":"#0","uv":[9.5,4.5,10.5,4]},"up":{"texture":"#0","uv":[11.5,3.5,10.5,4]},"west":{"texture":"#0","uv":[9,4.5,9.5,4]}},"from":[8,8,8],"shade":false,"to":[4.8,6.4,6.4]}],"overrides":[],"textures":{"0":"item/w175574280_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5057.json b/assets/minecraft/models/w5057.json new file mode 100644 index 000000000..6e0886fc9 --- /dev/null +++ b/assets/minecraft/models/w5057.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,2.5,9.5,2]},"east":{"texture":"#0","uv":[10.5,3.5,11,2.5]},"north":{"texture":"#0","uv":[11,3.5,12,2.5]},"south":{"texture":"#0","uv":[9.5,3.5,10.5,2.5]},"up":{"texture":"#0","uv":[11.5,2,10.5,2.5]},"west":{"texture":"#0","uv":[9,3.5,9.5,2.5]}},"from":[8,8,8],"shade":false,"to":[4.8,4.8,6.4]}],"overrides":[],"textures":{"0":"item/w175574280_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5058.json b/assets/minecraft/models/w5058.json new file mode 100644 index 000000000..6e500ca49 --- /dev/null +++ b/assets/minecraft/models/w5058.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,3.5,10.5,4]},"east":{"texture":"#0","uv":[9,4,9.5,4.5]},"north":{"texture":"#0","uv":[9.5,4,10.5,4.5]},"south":{"texture":"#0","uv":[11,4,12,4.5]},"up":{"texture":"#0","uv":[10.5,4,9.5,3.5]},"west":{"texture":"#0","uv":[10.5,4,11,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14.4,-14.4]},{"faces":{"down":{"texture":"#0","uv":[11.5,2,10.5,2.5]},"east":{"texture":"#0","uv":[9,2.5,9.5,3.5]},"north":{"texture":"#0","uv":[9.5,2.5,10.5,3.5]},"south":{"texture":"#0","uv":[11,2.5,12,3.5]},"up":{"texture":"#0","uv":[10.5,2.5,9.5,2]},"west":{"texture":"#0","uv":[10.5,2.5,11,3.5]}},"from":[-16,-14.4,-16],"shade":false,"to":[-12.8,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w175574280_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5059.json b/assets/minecraft/models/w5059.json new file mode 100644 index 000000000..a84f873fb --- /dev/null +++ b/assets/minecraft/models/w5059.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,2,14.5,2.25]},"east":{"texture":"#0","uv":[14,2.25,14.25,3.25]},"north":{"texture":"#0","uv":[14.25,2.25,14.5,3.25]},"south":{"texture":"#0","uv":[14.75,2.25,15,3.25]},"up":{"texture":"#0","uv":[14.5,2.25,14.25,2]},"west":{"texture":"#0","uv":[14.5,2.25,14.75,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w175574280_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w506.json b/assets/minecraft/models/w506.json new file mode 100644 index 000000000..c0beb3c5b --- /dev/null +++ b/assets/minecraft/models/w506.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,0,8.75,0.75]},"east":{"texture":"#0","uv":[8.75,0.75,8,1.875]},"north":{"texture":"#0","uv":[8,0.75,7.25,1.875]},"south":{"texture":"#0","uv":[9.5,0.75,8.75,1.875]},"up":{"texture":"#0","uv":[7.25,0.75,8,0]},"west":{"texture":"#0","uv":[7.25,0.75,6.5,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12.4,-13.6]}],"overrides":[],"textures":{"0":"item/w437347825_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5060.json b/assets/minecraft/models/w5060.json new file mode 100644 index 000000000..9e1ef70aa --- /dev/null +++ b/assets/minecraft/models/w5060.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.75,2,8.5,2.25]},"east":{"texture":"#0","uv":[8,2.25,8.25,4]},"north":{"texture":"#0","uv":[8.25,2.25,8.5,4]},"south":{"texture":"#0","uv":[8.75,2.25,9,4]},"up":{"texture":"#0","uv":[8.5,2.25,8.25,2]},"west":{"texture":"#0","uv":[8.5,2.25,8.75,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-10.4,-15.2]}],"overrides":[],"textures":{"0":"item/w175574280_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5061.json b/assets/minecraft/models/w5061.json new file mode 100644 index 000000000..78f48fd37 --- /dev/null +++ b/assets/minecraft/models/w5061.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,0,10,1]},"east":{"texture":"#0","uv":[8,1,9,1.75]},"north":{"texture":"#0","uv":[9,1,10,1.75]},"south":{"texture":"#0","uv":[11,1,12,1.75]},"up":{"texture":"#0","uv":[10,1,9,0]},"west":{"texture":"#0","uv":[10,1,11,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.6,-12.8]}],"overrides":[],"textures":{"0":"item/w175574280_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5062.json b/assets/minecraft/models/w5062.json new file mode 100644 index 000000000..fe98ab0fa --- /dev/null +++ b/assets/minecraft/models/w5062.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,2,12.75,2.25]},"east":{"texture":"#0","uv":[12.75,2.25,12.5,3.125]},"north":{"texture":"#0","uv":[12.5,2.25,12.25,3.125]},"south":{"texture":"#0","uv":[13,2.25,12.75,3.125]},"up":{"texture":"#0","uv":[12.25,2.25,12.5,2]},"west":{"texture":"#0","uv":[12.25,2.25,12,3.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-13.2,-15.2]}],"overrides":[],"textures":{"0":"item/w175574280_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5063.json b/assets/minecraft/models/w5063.json new file mode 100644 index 000000000..824ac5b8b --- /dev/null +++ b/assets/minecraft/models/w5063.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,3.25,14.5,3.5]},"east":{"texture":"#0","uv":[14,3.5,14.25,4.375]},"north":{"texture":"#0","uv":[14.25,3.5,14.5,4.375]},"south":{"texture":"#0","uv":[14.75,3.5,15,4.375]},"up":{"texture":"#0","uv":[14.5,3.5,14.25,3.25]},"west":{"texture":"#0","uv":[14.5,3.5,14.75,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-13.208,-15.208]}],"overrides":[],"textures":{"0":"item/w175574280_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5064.json b/assets/minecraft/models/w5064.json new file mode 100644 index 000000000..ce9db6d9a --- /dev/null +++ b/assets/minecraft/models/w5064.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.75,0,11,0.75]},"east":{"texture":"#0","uv":[8.375,1.75,9.125,2]},"north":{"texture":"#0","uv":[9.125,1.75,9.875,2]},"south":{"texture":"#0","uv":[10.625,1.75,11.375,2]},"up":{"texture":"#0","uv":[8.75,0,8,0.75]},"west":{"texture":"#0","uv":[9.875,1.75,10.625,2]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w175574280_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5065.json b/assets/minecraft/models/w5065.json new file mode 100644 index 000000000..ef3a7df2e --- /dev/null +++ b/assets/minecraft/models/w5065.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,3.125,12.75,3.375]},"east":{"texture":"#0","uv":[12.75,3.375,12.5,4.25]},"north":{"texture":"#0","uv":[12.5,3.375,12.25,4.25]},"south":{"texture":"#0","uv":[13,3.375,12.75,4.25]},"up":{"texture":"#0","uv":[12.25,3.375,12.5,3.125]},"west":{"texture":"#0","uv":[12.25,3.375,12,4.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-13.208,-15.208]}],"overrides":[],"textures":{"0":"item/w175574280_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5066.json b/assets/minecraft/models/w5066.json new file mode 100644 index 000000000..72287c784 --- /dev/null +++ b/assets/minecraft/models/w5066.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,2.5,9.5,2]},"east":{"texture":"#0","uv":[10.5,3.5,11,2.5]},"north":{"texture":"#0","uv":[11,3.5,12,2.5]},"south":{"texture":"#0","uv":[9.5,3.5,10.5,2.5]},"up":{"texture":"#0","uv":[11.5,2,10.5,2.5]},"west":{"texture":"#0","uv":[9,3.5,9.5,2.5]}},"from":[8,8,8],"shade":false,"to":[4.8,4.8,6.4]}],"overrides":[],"textures":{"0":"item/w175574281_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5067.json b/assets/minecraft/models/w5067.json new file mode 100644 index 000000000..d2536d8dc --- /dev/null +++ b/assets/minecraft/models/w5067.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,2,10.5,2.5]},"east":{"texture":"#0","uv":[9,2.5,9.5,3.5]},"north":{"texture":"#0","uv":[9.5,2.5,10.5,3.5]},"south":{"texture":"#0","uv":[11,2.5,12,3.5]},"up":{"texture":"#0","uv":[10.5,2.5,9.5,2]},"west":{"texture":"#0","uv":[10.5,2.5,11,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.8,-14.4]}],"overrides":[],"textures":{"0":"item/w175574281_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5068.json b/assets/minecraft/models/w5068.json new file mode 100644 index 000000000..e49894a3d --- /dev/null +++ b/assets/minecraft/models/w5068.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.75,2,8.5,2.25]},"east":{"texture":"#0","uv":[8,2.25,8.25,4]},"north":{"texture":"#0","uv":[8.25,2.25,8.5,4]},"south":{"texture":"#0","uv":[8.75,2.25,9,4]},"up":{"texture":"#0","uv":[8.5,2.25,8.25,2]},"west":{"texture":"#0","uv":[8.5,2.25,8.75,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-10.4,-15.2]}],"overrides":[],"textures":{"0":"item/w175574281_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5069.json b/assets/minecraft/models/w5069.json new file mode 100644 index 000000000..9b65e5094 --- /dev/null +++ b/assets/minecraft/models/w5069.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,0,10,1]},"east":{"texture":"#0","uv":[8,1,9,1.75]},"north":{"texture":"#0","uv":[9,1,10,1.75]},"south":{"texture":"#0","uv":[11,1,12,1.75]},"up":{"texture":"#0","uv":[10,1,9,0]},"west":{"texture":"#0","uv":[10,1,11,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.6,-12.8]}],"overrides":[],"textures":{"0":"item/w175574281_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w507.json b/assets/minecraft/models/w507.json new file mode 100644 index 000000000..6c7e51f9e --- /dev/null +++ b/assets/minecraft/models/w507.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,5.75,5.25,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[0.79999924,-8.038401,-16]}],"overrides":[],"textures":{"0":"item/w437347825_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5070.json b/assets/minecraft/models/w5070.json new file mode 100644 index 000000000..0b0be4c1b --- /dev/null +++ b/assets/minecraft/models/w5070.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.75,0,11,0.75]},"east":{"texture":"#0","uv":[8.375,1.75,9.125,2]},"north":{"texture":"#0","uv":[9.125,1.75,9.875,2]},"south":{"texture":"#0","uv":[10.625,1.75,11.375,2]},"up":{"texture":"#0","uv":[8.75,0,8,0.75]},"west":{"texture":"#0","uv":[9.875,1.75,10.625,2]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w175574281_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5071.json b/assets/minecraft/models/w5071.json new file mode 100644 index 000000000..af192e39c --- /dev/null +++ b/assets/minecraft/models/w5071.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,0,6.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,5.5]},"north":{"texture":"#0","uv":[3.5,3.5,6.5,5.5]},"south":{"texture":"#0","uv":[10,3.5,13,5.5]},"up":{"texture":"#0","uv":[6.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[6.5,3.5,10,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.4,-13.2]}],"overrides":[],"textures":{"0":"item/w1672763362_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5072.json b/assets/minecraft/models/w5072.json new file mode 100644 index 000000000..32546177b --- /dev/null +++ b/assets/minecraft/models/w5072.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,7.5,8,8.5]},"east":{"texture":"#0","uv":[5,8.5,6,9.5]},"north":{"texture":"#0","uv":[6,8.5,8,9.5]},"south":{"texture":"#0","uv":[9,8.5,11,9.5]},"up":{"texture":"#0","uv":[8,8.5,6,7.5]},"west":{"texture":"#0","uv":[8,8.5,9,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w1672763362_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5073.json b/assets/minecraft/models/w5073.json new file mode 100644 index 000000000..4561b4ce2 --- /dev/null +++ b/assets/minecraft/models/w5073.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,0,9.5,2]},"up":{"texture":"#0","uv":[11,2,9.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1672763362_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5074.json b/assets/minecraft/models/w5074.json new file mode 100644 index 000000000..c3c990fd2 --- /dev/null +++ b/assets/minecraft/models/w5074.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,0,11,2]},"up":{"texture":"#0","uv":[9.5,2,11,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1672763362_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5075.json b/assets/minecraft/models/w5075.json new file mode 100644 index 000000000..6860db385 --- /dev/null +++ b/assets/minecraft/models/w5075.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,5.5,6,7.5]},"up":{"texture":"#0","uv":[8,7.5,6,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1672763362_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5076.json b/assets/minecraft/models/w5076.json new file mode 100644 index 000000000..45a9481c1 --- /dev/null +++ b/assets/minecraft/models/w5076.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,5.5,8,7.5]},"up":{"texture":"#0","uv":[6,7.5,8,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1672763362_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5077.json b/assets/minecraft/models/w5077.json new file mode 100644 index 000000000..43eb9e902 --- /dev/null +++ b/assets/minecraft/models/w5077.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,5.5,3,8.5]},"up":{"texture":"#0","uv":[4.5,8.5,3,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-13.6]}],"overrides":[],"textures":{"0":"item/w1672763362_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5078.json b/assets/minecraft/models/w5078.json new file mode 100644 index 000000000..ce3dc2098 --- /dev/null +++ b/assets/minecraft/models/w5078.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,5.5,4.5,8.5]},"up":{"texture":"#0","uv":[3,8.5,4.5,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-13.6]}],"overrides":[],"textures":{"0":"item/w1672763362_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5079.json b/assets/minecraft/models/w5079.json new file mode 100644 index 000000000..e72afb762 --- /dev/null +++ b/assets/minecraft/models/w5079.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,0,1,1]},"up":{"texture":"#0","uv":[2,1,1,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1672763362_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w508.json b/assets/minecraft/models/w508.json new file mode 100644 index 000000000..72afc8a94 --- /dev/null +++ b/assets/minecraft/models/w508.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0,5.75,5.25,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-8.038401,0.79999924]}],"overrides":[],"textures":{"0":"item/w437347825_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5080.json b/assets/minecraft/models/w5080.json new file mode 100644 index 000000000..67f7e71f3 --- /dev/null +++ b/assets/minecraft/models/w5080.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,0,3,1]},"up":{"texture":"#0","uv":[1,1,2,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1672763362_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5081.json b/assets/minecraft/models/w5081.json new file mode 100644 index 000000000..f092c73bb --- /dev/null +++ b/assets/minecraft/models/w5081.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,10,2,11]},"east":{"texture":"#0","uv":[0,11,1,13]},"north":{"texture":"#0","uv":[1,11,2,13]},"south":{"texture":"#0","uv":[3,11,4,13]},"up":{"texture":"#0","uv":[2,11,1,10]},"west":{"texture":"#0","uv":[2,11,3,13]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w142270041_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5082.json b/assets/minecraft/models/w5082.json new file mode 100644 index 000000000..b77087c34 --- /dev/null +++ b/assets/minecraft/models/w5082.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,11,5,11.5]},"east":{"texture":"#0","uv":[4,11.5,4.5,13]},"north":{"texture":"#0","uv":[4.5,11.5,5,13]},"south":{"texture":"#0","uv":[5.5,11.5,6,13]},"up":{"texture":"#0","uv":[5,11.5,4.5,11]},"west":{"texture":"#0","uv":[5,11.5,5.5,13]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w142270041_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5083.json b/assets/minecraft/models/w5083.json new file mode 100644 index 000000000..b77087c34 --- /dev/null +++ b/assets/minecraft/models/w5083.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,11,5,11.5]},"east":{"texture":"#0","uv":[4,11.5,4.5,13]},"north":{"texture":"#0","uv":[4.5,11.5,5,13]},"south":{"texture":"#0","uv":[5.5,11.5,6,13]},"up":{"texture":"#0","uv":[5,11.5,4.5,11]},"west":{"texture":"#0","uv":[5,11.5,5.5,13]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w142270041_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5084.json b/assets/minecraft/models/w5084.json new file mode 100644 index 000000000..b77087c34 --- /dev/null +++ b/assets/minecraft/models/w5084.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,11,5,11.5]},"east":{"texture":"#0","uv":[4,11.5,4.5,13]},"north":{"texture":"#0","uv":[4.5,11.5,5,13]},"south":{"texture":"#0","uv":[5.5,11.5,6,13]},"up":{"texture":"#0","uv":[5,11.5,4.5,11]},"west":{"texture":"#0","uv":[5,11.5,5.5,13]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w142270041_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5085.json b/assets/minecraft/models/w5085.json new file mode 100644 index 000000000..b77087c34 --- /dev/null +++ b/assets/minecraft/models/w5085.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,11,5,11.5]},"east":{"texture":"#0","uv":[4,11.5,4.5,13]},"north":{"texture":"#0","uv":[4.5,11.5,5,13]},"south":{"texture":"#0","uv":[5.5,11.5,6,13]},"up":{"texture":"#0","uv":[5,11.5,4.5,11]},"west":{"texture":"#0","uv":[5,11.5,5.5,13]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w142270041_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5086.json b/assets/minecraft/models/w5086.json new file mode 100644 index 000000000..f092c73bb --- /dev/null +++ b/assets/minecraft/models/w5086.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,10,2,11]},"east":{"texture":"#0","uv":[0,11,1,13]},"north":{"texture":"#0","uv":[1,11,2,13]},"south":{"texture":"#0","uv":[3,11,4,13]},"up":{"texture":"#0","uv":[2,11,1,10]},"west":{"texture":"#0","uv":[2,11,3,13]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w142270041_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5087.json b/assets/minecraft/models/w5087.json new file mode 100644 index 000000000..d8fde8195 --- /dev/null +++ b/assets/minecraft/models/w5087.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,0,6.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,5.5]},"north":{"texture":"#0","uv":[3.5,3.5,6.5,5.5]},"south":{"texture":"#0","uv":[10,3.5,13,5.5]},"up":{"texture":"#0","uv":[6.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[6.5,3.5,10,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.4,-13.2]}],"overrides":[],"textures":{"0":"item/w142270041_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5088.json b/assets/minecraft/models/w5088.json new file mode 100644 index 000000000..514204828 --- /dev/null +++ b/assets/minecraft/models/w5088.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,7.5,8,8.5]},"east":{"texture":"#0","uv":[5,8.5,6,9.5]},"north":{"texture":"#0","uv":[6,8.5,8,9.5]},"south":{"texture":"#0","uv":[9,8.5,11,9.5]},"up":{"texture":"#0","uv":[8,8.5,6,7.5]},"west":{"texture":"#0","uv":[8,8.5,9,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w142270041_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5089.json b/assets/minecraft/models/w5089.json new file mode 100644 index 000000000..97230cd05 --- /dev/null +++ b/assets/minecraft/models/w5089.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,0,9.5,2]},"up":{"texture":"#0","uv":[11,2,9.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w142270041_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w509.json b/assets/minecraft/models/w509.json new file mode 100644 index 000000000..dd8ba0334 --- /dev/null +++ b/assets/minecraft/models/w509.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[0,5.75,5.25,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[0.79999924,-8.038401,-16]}],"overrides":[],"textures":{"0":"item/w437347825_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5090.json b/assets/minecraft/models/w5090.json new file mode 100644 index 000000000..ec3a1933d --- /dev/null +++ b/assets/minecraft/models/w5090.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,0,11,2]},"up":{"texture":"#0","uv":[9.5,2,11,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w142270041_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5091.json b/assets/minecraft/models/w5091.json new file mode 100644 index 000000000..24daf4649 --- /dev/null +++ b/assets/minecraft/models/w5091.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,5.5,6,7.5]},"up":{"texture":"#0","uv":[8,7.5,6,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w142270041_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5092.json b/assets/minecraft/models/w5092.json new file mode 100644 index 000000000..e0b750c3d --- /dev/null +++ b/assets/minecraft/models/w5092.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,5.5,8,7.5]},"up":{"texture":"#0","uv":[6,7.5,8,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w142270041_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5093.json b/assets/minecraft/models/w5093.json new file mode 100644 index 000000000..441bccac7 --- /dev/null +++ b/assets/minecraft/models/w5093.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,5.5,3,8.5]},"up":{"texture":"#0","uv":[4.5,8.5,3,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-13.6]}],"overrides":[],"textures":{"0":"item/w142270041_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5094.json b/assets/minecraft/models/w5094.json new file mode 100644 index 000000000..3419b799e --- /dev/null +++ b/assets/minecraft/models/w5094.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,5.5,4.5,8.5]},"up":{"texture":"#0","uv":[3,8.5,4.5,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-13.6]}],"overrides":[],"textures":{"0":"item/w142270041_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5095.json b/assets/minecraft/models/w5095.json new file mode 100644 index 000000000..d55ad806a --- /dev/null +++ b/assets/minecraft/models/w5095.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,0,1,1]},"up":{"texture":"#0","uv":[2,1,1,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w142270041_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5096.json b/assets/minecraft/models/w5096.json new file mode 100644 index 000000000..b54a62902 --- /dev/null +++ b/assets/minecraft/models/w5096.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,0,3,1]},"up":{"texture":"#0","uv":[1,1,2,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w142270041_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5097.json b/assets/minecraft/models/w5097.json new file mode 100644 index 000000000..c2f3bc9b9 --- /dev/null +++ b/assets/minecraft/models/w5097.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,0,6.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,5.5]},"north":{"texture":"#0","uv":[3.5,3.5,6.5,5.5]},"south":{"texture":"#0","uv":[10,3.5,13,5.5]},"up":{"texture":"#0","uv":[6.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[6.5,3.5,10,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.4,-13.2]}],"overrides":[],"textures":{"0":"item/w54076915_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5098.json b/assets/minecraft/models/w5098.json new file mode 100644 index 000000000..648c13173 --- /dev/null +++ b/assets/minecraft/models/w5098.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,7.5,8,8.5]},"east":{"texture":"#0","uv":[5,8.5,6,9.5]},"north":{"texture":"#0","uv":[6,8.5,8,9.5]},"south":{"texture":"#0","uv":[9,8.5,11,9.5]},"up":{"texture":"#0","uv":[8,8.5,6,7.5]},"west":{"texture":"#0","uv":[8,8.5,9,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w54076915_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5099.json b/assets/minecraft/models/w5099.json new file mode 100644 index 000000000..8aa6fb0ad --- /dev/null +++ b/assets/minecraft/models/w5099.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,0,9.5,2]},"up":{"texture":"#0","uv":[11,2,9.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w54076915_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w51.json b/assets/minecraft/models/w51.json new file mode 100644 index 000000000..a20c9f39c --- /dev/null +++ b/assets/minecraft/models/w51.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.875,1.625,10.25,2.125]},"east":{"texture":"#0","uv":[10.25,2.25,10.75,2.375]},"north":{"texture":"#0","uv":[9.625,2.25,10.25,2.375]},"south":{"texture":"#0","uv":[9.625,2.125,10.25,2.25]},"up":{"texture":"#0","uv":[10.25,2.125,9.625,1.625]},"west":{"texture":"#0","uv":[10.25,2.125,10.75,2.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w1237560704_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w510.json b/assets/minecraft/models/w510.json new file mode 100644 index 000000000..242b974bf --- /dev/null +++ b/assets/minecraft/models/w510.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[0,5.75,5.25,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-8.038401,0.79999924]}],"overrides":[],"textures":{"0":"item/w437347825_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5100.json b/assets/minecraft/models/w5100.json new file mode 100644 index 000000000..326dec891 --- /dev/null +++ b/assets/minecraft/models/w5100.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,0,11,2]},"up":{"texture":"#0","uv":[9.5,2,11,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w54076915_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5101.json b/assets/minecraft/models/w5101.json new file mode 100644 index 000000000..987194891 --- /dev/null +++ b/assets/minecraft/models/w5101.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,5.5,6,7.5]},"up":{"texture":"#0","uv":[8,7.5,6,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w54076915_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5102.json b/assets/minecraft/models/w5102.json new file mode 100644 index 000000000..252401e48 --- /dev/null +++ b/assets/minecraft/models/w5102.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,5.5,8,7.5]},"up":{"texture":"#0","uv":[6,7.5,8,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w54076915_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5103.json b/assets/minecraft/models/w5103.json new file mode 100644 index 000000000..915f3506f --- /dev/null +++ b/assets/minecraft/models/w5103.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,5.5,3,8.5]},"up":{"texture":"#0","uv":[4.5,8.5,3,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-13.6]}],"overrides":[],"textures":{"0":"item/w54076915_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5104.json b/assets/minecraft/models/w5104.json new file mode 100644 index 000000000..acdaedc26 --- /dev/null +++ b/assets/minecraft/models/w5104.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,5.5,4.5,8.5]},"up":{"texture":"#0","uv":[3,8.5,4.5,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-13.6]}],"overrides":[],"textures":{"0":"item/w54076915_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5105.json b/assets/minecraft/models/w5105.json new file mode 100644 index 000000000..d55e361b2 --- /dev/null +++ b/assets/minecraft/models/w5105.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,0,1,1]},"up":{"texture":"#0","uv":[2,1,1,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w54076915_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5106.json b/assets/minecraft/models/w5106.json new file mode 100644 index 000000000..2bfd87937 --- /dev/null +++ b/assets/minecraft/models/w5106.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,0,3,1]},"up":{"texture":"#0","uv":[1,1,2,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w54076915_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5107.json b/assets/minecraft/models/w5107.json new file mode 100644 index 000000000..6a2468ac3 --- /dev/null +++ b/assets/minecraft/models/w5107.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,0,6.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,5.5]},"north":{"texture":"#0","uv":[3.5,3.5,6.5,5.5]},"south":{"texture":"#0","uv":[10,3.5,13,5.5]},"up":{"texture":"#0","uv":[6.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[6.5,3.5,10,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.4,-13.2]}],"overrides":[],"textures":{"0":"item/w54499597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5108.json b/assets/minecraft/models/w5108.json new file mode 100644 index 000000000..baefcc935 --- /dev/null +++ b/assets/minecraft/models/w5108.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,7.5,8,8.5]},"east":{"texture":"#0","uv":[5,8.5,6,9.5]},"north":{"texture":"#0","uv":[6,8.5,8,9.5]},"south":{"texture":"#0","uv":[9,8.5,11,9.5]},"up":{"texture":"#0","uv":[8,8.5,6,7.5]},"west":{"texture":"#0","uv":[8,8.5,9,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w54499597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5109.json b/assets/minecraft/models/w5109.json new file mode 100644 index 000000000..02593ba51 --- /dev/null +++ b/assets/minecraft/models/w5109.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,0,9.5,2]},"up":{"texture":"#0","uv":[11,2,9.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w54499597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w511.json b/assets/minecraft/models/w511.json new file mode 100644 index 000000000..910b669f3 --- /dev/null +++ b/assets/minecraft/models/w511.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,0,0,5.25]},"east":{"texture":"#0","uv":[0,5.25,5.25,5.75]},"north":{"texture":"#0","uv":[0,5.25,5.25,5.75]},"south":{"texture":"#0","uv":[0,5.25,5.25,5.75]},"west":{"texture":"#0","uv":[0,5.25,5.25,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[0.79999924,-14.4,0.79999924]},{"faces":{"up":{"texture":"#0","uv":[6.5,1.25,5.25,0]}},"from":[-9.6,-9.6646595,-9.600014],"shade":false,"to":[-5.6000004,-9.6646595,-5.6000137]}],"overrides":[],"textures":{"0":"item/w437347825_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5110.json b/assets/minecraft/models/w5110.json new file mode 100644 index 000000000..ce660415e --- /dev/null +++ b/assets/minecraft/models/w5110.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,0,11,2]},"up":{"texture":"#0","uv":[9.5,2,11,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w54499597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5111.json b/assets/minecraft/models/w5111.json new file mode 100644 index 000000000..ead9831a4 --- /dev/null +++ b/assets/minecraft/models/w5111.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,5.5,6,7.5]},"up":{"texture":"#0","uv":[8,7.5,6,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w54499597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5112.json b/assets/minecraft/models/w5112.json new file mode 100644 index 000000000..fd5dbc88a --- /dev/null +++ b/assets/minecraft/models/w5112.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,5.5,8,7.5]},"up":{"texture":"#0","uv":[6,7.5,8,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w54499597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5113.json b/assets/minecraft/models/w5113.json new file mode 100644 index 000000000..146281836 --- /dev/null +++ b/assets/minecraft/models/w5113.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,5.5,3,8.5]},"up":{"texture":"#0","uv":[4.5,8.5,3,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-13.6]}],"overrides":[],"textures":{"0":"item/w54499597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5114.json b/assets/minecraft/models/w5114.json new file mode 100644 index 000000000..81de745e5 --- /dev/null +++ b/assets/minecraft/models/w5114.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,5.5,4.5,8.5]},"up":{"texture":"#0","uv":[3,8.5,4.5,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-16,-13.6]}],"overrides":[],"textures":{"0":"item/w54499597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5115.json b/assets/minecraft/models/w5115.json new file mode 100644 index 000000000..4100efdeb --- /dev/null +++ b/assets/minecraft/models/w5115.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,0,1,1]},"up":{"texture":"#0","uv":[2,1,1,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w54499597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5116.json b/assets/minecraft/models/w5116.json new file mode 100644 index 000000000..369482658 --- /dev/null +++ b/assets/minecraft/models/w5116.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,0,3,1]},"up":{"texture":"#0","uv":[1,1,2,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w54499597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5117.json b/assets/minecraft/models/w5117.json new file mode 100644 index 000000000..eaaee9d3a --- /dev/null +++ b/assets/minecraft/models/w5117.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,6,0.5,6.5]},"east":{"texture":"#0","uv":[0.5,0,1,6]},"north":{"texture":"#0","uv":[0,0,0.5,6]},"south":{"texture":"#0","uv":[0,0,0.5,6]},"up":{"texture":"#0","uv":[0.5,6,1,6.5]},"west":{"texture":"#0","uv":[0.5,0,1,6]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-6.3999996,-15.2]}],"overrides":[],"textures":{"0":"item/w441787035_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5118.json b/assets/minecraft/models/w5118.json new file mode 100644 index 000000000..0a8b8a538 --- /dev/null +++ b/assets/minecraft/models/w5118.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,12.5,1.75,11.5]},"east":{"texture":"#0","uv":[1.75,11.5,2.75,8.5]},"north":{"texture":"#0","uv":[2.75,11.5,4.5,8.5]},"south":{"texture":"#0","uv":[0,11.5,1.75,8.5]},"west":{"texture":"#0","uv":[4.5,11.5,5.5,8.5]}},"from":[8,8,8],"shade":false,"to":[4.8,2.8000002,6]}],"overrides":[],"textures":{"0":"item/w441787035_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5119.json b/assets/minecraft/models/w5119.json new file mode 100644 index 000000000..b86a14ad6 --- /dev/null +++ b/assets/minecraft/models/w5119.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0.75,7.25,1.75]},"east":{"texture":"#0","uv":[7.25,0,8.25,0.75]},"north":{"texture":"#0","uv":[8.25,0,10,0.75]},"south":{"texture":"#0","uv":[5.5,0,7.25,0.75]},"up":{"texture":"#0","uv":[8.25,0.75,10,1.75]},"west":{"texture":"#0","uv":[10,0,11,0.75]}},"from":[-15.8,-12.2,-15.8],"shade":false,"to":[-13,-11,-14.2]},{"faces":{"east":{"texture":"#0","uv":[4.5,8.5,5.5,11.5]},"north":{"texture":"#0","uv":[0,8.5,1.75,11.5]},"south":{"texture":"#0","uv":[2.75,8.5,4.5,11.5]},"up":{"texture":"#0","uv":[0,11.5,1.75,12.5]},"west":{"texture":"#0","uv":[1.75,8.5,2.75,11.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-10.8,-14]}],"overrides":[],"textures":{"0":"item/w441787035_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w512.json b/assets/minecraft/models/w512.json new file mode 100644 index 000000000..6f14e6d82 --- /dev/null +++ b/assets/minecraft/models/w512.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.375,1.75,5.375,1.875]},"east":{"texture":"#0","uv":[5.25,1.375,5.375,1.75]},"north":{"texture":"#0","uv":[5.375,1.375,6.375,1.75]},"west":{"texture":"#0","uv":[6.5,1.375,6.375,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14.8,-14]}],"overrides":[],"textures":{"0":"item/w437347825_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5120.json b/assets/minecraft/models/w5120.json new file mode 100644 index 000000000..8e0aa20b6 --- /dev/null +++ b/assets/minecraft/models/w5120.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,3.25,10.5,3.75]},"east":{"texture":"#0","uv":[10,2.5,10.5,3.25]},"north":{"texture":"#0","uv":[10.5,2.5,11,3.25]},"south":{"texture":"#0","uv":[9.5,2.5,10,3.25]},"up":{"texture":"#0","uv":[9.5,3.25,10,3.75]},"west":{"texture":"#0","uv":[11,2.5,11.5,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w441787035_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5121.json b/assets/minecraft/models/w5121.json new file mode 100644 index 000000000..7bf27f243 --- /dev/null +++ b/assets/minecraft/models/w5121.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,7,6,7.5]},"east":{"texture":"#0","uv":[2.5,6,3,6.5]},"north":{"texture":"#0","uv":[6,7.5,3,8]},"south":{"texture":"#0","uv":[3,6.5,6,7]},"up":{"texture":"#0","uv":[3,8,6,8.5]},"west":{"texture":"#0","uv":[2,6,2.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w441787035_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5122.json b/assets/minecraft/models/w5122.json new file mode 100644 index 000000000..558b10873 --- /dev/null +++ b/assets/minecraft/models/w5122.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,7,3,7.5]},"east":{"texture":"#0","uv":[1.5,6,2,6.5]},"north":{"texture":"#0","uv":[3,7.5,0,8]},"south":{"texture":"#0","uv":[0,6.5,3,7]},"up":{"texture":"#0","uv":[0,8,3,8.5]},"west":{"texture":"#0","uv":[1,6,1.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w441787035_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5123.json b/assets/minecraft/models/w5123.json new file mode 100644 index 000000000..bb53de716 --- /dev/null +++ b/assets/minecraft/models/w5123.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[14.5,6,15.25,0]},"north":{"texture":"#0","uv":[13,12,14.5,6]},"south":{"texture":"#0","uv":[13,6,14.5,0]},"west":{"texture":"#0","uv":[14.5,12,15.25,6]}},"from":[8,8,8],"shade":false,"to":[5.2,-2,6.4]}],"overrides":[],"textures":{"0":"item/w441787035_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5124.json b/assets/minecraft/models/w5124.json new file mode 100644 index 000000000..a2a352f81 --- /dev/null +++ b/assets/minecraft/models/w5124.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,2.5,2.5,3.25]},"east":{"texture":"#0","uv":[2.5,0,3.25,2.5]},"north":{"texture":"#0","uv":[3.25,0,4.75,2.5]},"south":{"texture":"#0","uv":[1,0,2.5,2.5]},"up":{"texture":"#0","uv":[3.25,2.5,4.75,3.25]},"west":{"texture":"#0","uv":[4.75,0,5.5,2.5]}},"from":[-15.8,-10.2,-15.8],"shade":false,"to":[-13.4,-6.2,-14.6]},{"faces":{"east":{"texture":"#0","uv":[2.5,3.25,3.25,4.25]},"north":{"texture":"#0","uv":[3.25,3.25,4.75,4.25]},"south":{"texture":"#0","uv":[1,3.25,2.5,4.25]},"west":{"texture":"#0","uv":[4.75,3.25,5.5,4.25]}},"from":[-15.8,-12.2,-15.8],"shade":false,"to":[-13.4,-10.2,-14.6]},{"faces":{"east":{"texture":"#0","uv":[14.5,6,15.25,12]},"north":{"texture":"#0","uv":[13,0,14.5,6]},"south":{"texture":"#0","uv":[13,6,14.5,12]},"west":{"texture":"#0","uv":[14.5,0,15.25,6]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-6,-14.4]}],"overrides":[],"textures":{"0":"item/w441787035_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5125.json b/assets/minecraft/models/w5125.json new file mode 100644 index 000000000..9003e4bc6 --- /dev/null +++ b/assets/minecraft/models/w5125.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,2.25,9.5,4.25]},"east":{"texture":"#0","uv":[3.5,4.25,5.5,6.25]},"north":{"texture":"#0","uv":[5.5,4.25,7.5,6.25]},"south":{"texture":"#0","uv":[9.5,4.25,11.5,6.25]},"up":{"texture":"#0","uv":[5.5,2.25,7.5,4.25]},"west":{"texture":"#0","uv":[7.5,4.25,9.5,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.8,-12.8]},{"faces":{"down":{"texture":"#0","uv":[9.5,2.5,11,1.75]},"up":{"texture":"#0","uv":[9.5,1.75,11,2.5]}},"from":[-15.6,-15.846927,-14.030448],"rotation":{"angle":22.5,"axis":"x","origin":[-14.4,-16,-14.4],"rescale":false},"shade":false,"to":[-13.200001,-15.846927,-12.830448]},{"faces":{"down":{"texture":"#0","uv":[9.5,2.5,11,1.75]},"up":{"texture":"#0","uv":[9.5,1.75,11,2.5]}},"from":[-15.969552,-15.846927,-15.6],"rotation":{"angle":22.5,"axis":"z","origin":[-14.4,-16,-14.4],"rescale":false},"shade":false,"to":[-14.769552,-15.846927,-13.200001]},{"faces":{"down":{"texture":"#0","uv":[9.5,2.5,11,1.75]},"up":{"texture":"#0","uv":[9.5,1.75,11,2.5]}},"from":[-15.6,-15.846927,-15.969552],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.4,-16,-14.4],"rescale":false},"shade":false,"to":[-13.200001,-15.846927,-14.769552]},{"faces":{"down":{"texture":"#0","uv":[9.5,2.5,11,1.75]},"up":{"texture":"#0","uv":[9.5,1.75,11,2.5]}},"from":[-14.030448,-15.846927,-15.6],"rotation":{"angle":-22.5,"axis":"z","origin":[-14.4,-16,-14.4],"rescale":false},"shade":false,"to":[-12.830448,-15.846927,-13.200001]}],"overrides":[],"textures":{"0":"item/w441787035_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5126.json b/assets/minecraft/models/w5126.json new file mode 100644 index 000000000..b932dd784 --- /dev/null +++ b/assets/minecraft/models/w5126.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[10.5,3.25,11,3.75]}},"from":[-14.2,-15.8,-16],"shade":false,"to":[-13.4,-15,-16]},{"faces":{"north":{"texture":"#0","uv":[11,3.25,11.75,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w441787035_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5127.json b/assets/minecraft/models/w5127.json new file mode 100644 index 000000000..53f4bd39a --- /dev/null +++ b/assets/minecraft/models/w5127.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[10.5,6.25,13,7.25]},"north":{"texture":"#0","uv":[10.5,6.25,13,7.25]},"south":{"texture":"#0","uv":[10.5,6.25,13,7.25]},"up":{"texture":"#0","uv":[10.5,7.25,13,9.75]},"west":{"texture":"#0","uv":[10.5,6.25,13,7.25]}},"from":[-14.4,-16,-14.4],"shade":false,"to":[-10.4,-14.4,-10.4]},{"faces":{"down":{"texture":"#0","uv":[6,6.25,10.5,10.75]},"up":{"texture":"#0","uv":[6,10.75,10.5,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-8.8,-16,-8.8]},{"faces":{"east":{"texture":"#0","uv":[10.5,9.75,11.75,10.75]},"west":{"texture":"#0","uv":[10.5,9.75,11.75,10.75]}},"from":[-12.4,-14.4,-13.6],"shade":false,"to":[-12.4,-12.799999,-11.200001]},{"faces":{"north":{"texture":"#0","uv":[10.5,9.75,11.75,10.75]},"south":{"texture":"#0","uv":[10.5,9.75,11.75,10.75]}},"from":[-13.6,-14.4,-12.4],"shade":false,"to":[-11.200001,-12.799999,-12.4]}],"overrides":[],"textures":{"0":"item/w441787035_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5128.json b/assets/minecraft/models/w5128.json new file mode 100644 index 000000000..a2e6e7bdd --- /dev/null +++ b/assets/minecraft/models/w5128.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,0,0,4]},"east":{"texture":"#0","uv":[4,4,0,5]},"north":{"texture":"#0","uv":[0,3,2,4]},"south":{"texture":"#0","uv":[2,0,0,1]},"up":{"texture":"#0","uv":[2,4,0,0]},"west":{"texture":"#0","uv":[0,5,4,6]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w1956792075_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5129.json b/assets/minecraft/models/w5129.json new file mode 100644 index 000000000..df8b67f31 --- /dev/null +++ b/assets/minecraft/models/w5129.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[7,0,4,5]},"west":{"texture":"#0","uv":[4,0,7,5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1956792075_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w513.json b/assets/minecraft/models/w513.json new file mode 100644 index 000000000..54e6c55c3 --- /dev/null +++ b/assets/minecraft/models/w513.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.375,1.75,6.375,1.875]},"east":{"texture":"#0","uv":[6.375,1.375,6.5,1.75]},"north":{"texture":"#0","uv":[6.375,1.375,5.375,1.75]},"west":{"texture":"#0","uv":[5.375,1.375,5.25,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14.8,-14]}],"overrides":[],"textures":{"0":"item/w437347825_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5130.json b/assets/minecraft/models/w5130.json new file mode 100644 index 000000000..8a9a7aba9 --- /dev/null +++ b/assets/minecraft/models/w5130.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,0,4,3]},"south":{"texture":"#0","uv":[4,0,2,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w1956792075_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5131.json b/assets/minecraft/models/w5131.json new file mode 100644 index 000000000..8a9a7aba9 --- /dev/null +++ b/assets/minecraft/models/w5131.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,0,4,3]},"south":{"texture":"#0","uv":[4,0,2,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w1956792075_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5132.json b/assets/minecraft/models/w5132.json new file mode 100644 index 000000000..8a9a7aba9 --- /dev/null +++ b/assets/minecraft/models/w5132.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,0,4,3]},"south":{"texture":"#0","uv":[4,0,2,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w1956792075_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5133.json b/assets/minecraft/models/w5133.json new file mode 100644 index 000000000..2c1866e78 --- /dev/null +++ b/assets/minecraft/models/w5133.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4,0,2,3]},"south":{"texture":"#0","uv":[2,0,4,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w1956792075_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5134.json b/assets/minecraft/models/w5134.json new file mode 100644 index 000000000..2c1866e78 --- /dev/null +++ b/assets/minecraft/models/w5134.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4,0,2,3]},"south":{"texture":"#0","uv":[2,0,4,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w1956792075_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5135.json b/assets/minecraft/models/w5135.json new file mode 100644 index 000000000..2c1866e78 --- /dev/null +++ b/assets/minecraft/models/w5135.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4,0,2,3]},"south":{"texture":"#0","uv":[2,0,4,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w1956792075_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5136.json b/assets/minecraft/models/w5136.json new file mode 100644 index 000000000..df42dc869 --- /dev/null +++ b/assets/minecraft/models/w5136.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,6,2,8]},"east":{"texture":"#0","uv":[3,7,5,8]},"north":{"texture":"#0","uv":[2,7,3,8]},"south":{"texture":"#0","uv":[2,6,3,7]},"up":{"texture":"#0","uv":[3,8,2,6]},"west":{"texture":"#0","uv":[5,7,3,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-15.2]}],"overrides":[],"textures":{"0":"item/w1956792075_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5137.json b/assets/minecraft/models/w5137.json new file mode 100644 index 000000000..c2347e858 --- /dev/null +++ b/assets/minecraft/models/w5137.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,6,0,8]},"up":{"texture":"#0","uv":[2,8,0,6]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1956792075_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5138.json b/assets/minecraft/models/w5138.json new file mode 100644 index 000000000..1945e110c --- /dev/null +++ b/assets/minecraft/models/w5138.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,6,3,8]},"east":{"texture":"#0","uv":[3,7,5,8]},"north":{"texture":"#0","uv":[3,7,2,8]},"south":{"texture":"#0","uv":[3,6,2,7]},"up":{"texture":"#0","uv":[2,8,3,6]},"west":{"texture":"#0","uv":[5,7,3,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-15.2]}],"overrides":[],"textures":{"0":"item/w1956792075_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5139.json b/assets/minecraft/models/w5139.json new file mode 100644 index 000000000..78f62291b --- /dev/null +++ b/assets/minecraft/models/w5139.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,6,2,8]},"up":{"texture":"#0","uv":[0,8,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1956792075_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w514.json b/assets/minecraft/models/w514.json new file mode 100644 index 000000000..412cea113 --- /dev/null +++ b/assets/minecraft/models/w514.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.75,8.25,6.5,11.5]},"east":{"texture":"#0","uv":[0,11.5,3.25,16]},"north":{"texture":"#0","uv":[3.25,11.5,6.5,16]},"south":{"texture":"#0","uv":[9.75,11.5,13,16]},"up":{"texture":"#0","uv":[6.5,11.5,3.25,8.25]},"west":{"texture":"#0","uv":[6.5,11.5,9.75,16]}},"from":[-16,-16,-16],"shade":false,"to":[-5.6000004,-1.6000004,-5.6000004]}],"overrides":[],"textures":{"0":"item/w447403513_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5140.json b/assets/minecraft/models/w5140.json new file mode 100644 index 000000000..0c270c1d9 --- /dev/null +++ b/assets/minecraft/models/w5140.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,0,0,4]},"east":{"texture":"#0","uv":[4,4,0,5]},"north":{"texture":"#0","uv":[0,3,2,4]},"south":{"texture":"#0","uv":[2,0,0,1]},"up":{"texture":"#0","uv":[2,4,0,0]},"west":{"texture":"#0","uv":[0,5,4,6]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w548038606_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5141.json b/assets/minecraft/models/w5141.json new file mode 100644 index 000000000..f9bcac39d --- /dev/null +++ b/assets/minecraft/models/w5141.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[7,0,4,5]},"west":{"texture":"#0","uv":[4,0,7,5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w548038606_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5142.json b/assets/minecraft/models/w5142.json new file mode 100644 index 000000000..411c931f9 --- /dev/null +++ b/assets/minecraft/models/w5142.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,0,4,3]},"south":{"texture":"#0","uv":[4,0,2,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w548038606_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5143.json b/assets/minecraft/models/w5143.json new file mode 100644 index 000000000..411c931f9 --- /dev/null +++ b/assets/minecraft/models/w5143.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,0,4,3]},"south":{"texture":"#0","uv":[4,0,2,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w548038606_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5144.json b/assets/minecraft/models/w5144.json new file mode 100644 index 000000000..411c931f9 --- /dev/null +++ b/assets/minecraft/models/w5144.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,0,4,3]},"south":{"texture":"#0","uv":[4,0,2,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w548038606_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5145.json b/assets/minecraft/models/w5145.json new file mode 100644 index 000000000..18a16dc4c --- /dev/null +++ b/assets/minecraft/models/w5145.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4,0,2,3]},"south":{"texture":"#0","uv":[2,0,4,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w548038606_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5146.json b/assets/minecraft/models/w5146.json new file mode 100644 index 000000000..18a16dc4c --- /dev/null +++ b/assets/minecraft/models/w5146.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4,0,2,3]},"south":{"texture":"#0","uv":[2,0,4,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w548038606_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5147.json b/assets/minecraft/models/w5147.json new file mode 100644 index 000000000..18a16dc4c --- /dev/null +++ b/assets/minecraft/models/w5147.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4,0,2,3]},"south":{"texture":"#0","uv":[2,0,4,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w548038606_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5148.json b/assets/minecraft/models/w5148.json new file mode 100644 index 000000000..3d21abd16 --- /dev/null +++ b/assets/minecraft/models/w5148.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,6,2,8]},"east":{"texture":"#0","uv":[3,7,5,8]},"north":{"texture":"#0","uv":[2,7,3,8]},"south":{"texture":"#0","uv":[2,6,3,7]},"up":{"texture":"#0","uv":[3,8,2,6]},"west":{"texture":"#0","uv":[5,7,3,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-15.2]}],"overrides":[],"textures":{"0":"item/w548038606_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5149.json b/assets/minecraft/models/w5149.json new file mode 100644 index 000000000..ee55ee370 --- /dev/null +++ b/assets/minecraft/models/w5149.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,6,0,8]},"up":{"texture":"#0","uv":[2,8,0,6]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w548038606_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w515.json b/assets/minecraft/models/w515.json new file mode 100644 index 000000000..046d49b6c --- /dev/null +++ b/assets/minecraft/models/w515.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.75,0,8,0.75]},"east":{"texture":"#0","uv":[6.5,0.75,7.25,1.875]},"north":{"texture":"#0","uv":[7.25,0.75,8,1.875]},"south":{"texture":"#0","uv":[8.75,0.75,9.5,1.875]},"up":{"texture":"#0","uv":[8,0.75,7.25,0]},"west":{"texture":"#0","uv":[8,0.75,8.75,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12.4,-13.6]}],"overrides":[],"textures":{"0":"item/w447403513_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5150.json b/assets/minecraft/models/w5150.json new file mode 100644 index 000000000..d1bd07743 --- /dev/null +++ b/assets/minecraft/models/w5150.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,6,3,8]},"east":{"texture":"#0","uv":[3,7,5,8]},"north":{"texture":"#0","uv":[3,7,2,8]},"south":{"texture":"#0","uv":[3,6,2,7]},"up":{"texture":"#0","uv":[2,8,3,6]},"west":{"texture":"#0","uv":[5,7,3,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-15.2]}],"overrides":[],"textures":{"0":"item/w548038606_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5151.json b/assets/minecraft/models/w5151.json new file mode 100644 index 000000000..e4ed19640 --- /dev/null +++ b/assets/minecraft/models/w5151.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,6,2,8]},"up":{"texture":"#0","uv":[0,8,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w548038606_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5152.json b/assets/minecraft/models/w5152.json new file mode 100644 index 000000000..a6d58765a --- /dev/null +++ b/assets/minecraft/models/w5152.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,0,0,4]},"east":{"texture":"#0","uv":[4,4,0,5]},"north":{"texture":"#0","uv":[0,3,2,4]},"south":{"texture":"#0","uv":[2,0,0,1]},"up":{"texture":"#0","uv":[2,4,0,0]},"west":{"texture":"#0","uv":[0,5,4,6]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w548187393_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5153.json b/assets/minecraft/models/w5153.json new file mode 100644 index 000000000..ba4c75ff1 --- /dev/null +++ b/assets/minecraft/models/w5153.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[7,0,4,5]},"west":{"texture":"#0","uv":[4,0,7,5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w548187393_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5154.json b/assets/minecraft/models/w5154.json new file mode 100644 index 000000000..174186405 --- /dev/null +++ b/assets/minecraft/models/w5154.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,0,4,3]},"south":{"texture":"#0","uv":[4,0,2,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w548187393_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5155.json b/assets/minecraft/models/w5155.json new file mode 100644 index 000000000..174186405 --- /dev/null +++ b/assets/minecraft/models/w5155.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,0,4,3]},"south":{"texture":"#0","uv":[4,0,2,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w548187393_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5156.json b/assets/minecraft/models/w5156.json new file mode 100644 index 000000000..174186405 --- /dev/null +++ b/assets/minecraft/models/w5156.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,0,4,3]},"south":{"texture":"#0","uv":[4,0,2,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w548187393_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5157.json b/assets/minecraft/models/w5157.json new file mode 100644 index 000000000..71647b0d8 --- /dev/null +++ b/assets/minecraft/models/w5157.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4,0,2,3]},"south":{"texture":"#0","uv":[2,0,4,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w548187393_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5158.json b/assets/minecraft/models/w5158.json new file mode 100644 index 000000000..71647b0d8 --- /dev/null +++ b/assets/minecraft/models/w5158.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4,0,2,3]},"south":{"texture":"#0","uv":[2,0,4,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w548187393_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5159.json b/assets/minecraft/models/w5159.json new file mode 100644 index 000000000..71647b0d8 --- /dev/null +++ b/assets/minecraft/models/w5159.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4,0,2,3]},"south":{"texture":"#0","uv":[2,0,4,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w548187393_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w516.json b/assets/minecraft/models/w516.json new file mode 100644 index 000000000..0485ef2e5 --- /dev/null +++ b/assets/minecraft/models/w516.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,0,8.75,0.75]},"east":{"texture":"#0","uv":[8.75,0.75,8,1.875]},"north":{"texture":"#0","uv":[8,0.75,7.25,1.875]},"south":{"texture":"#0","uv":[9.5,0.75,8.75,1.875]},"up":{"texture":"#0","uv":[7.25,0.75,8,0]},"west":{"texture":"#0","uv":[7.25,0.75,6.5,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12.4,-13.6]}],"overrides":[],"textures":{"0":"item/w447403513_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5160.json b/assets/minecraft/models/w5160.json new file mode 100644 index 000000000..8997b252e --- /dev/null +++ b/assets/minecraft/models/w5160.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,6,2,8]},"east":{"texture":"#0","uv":[3,7,5,8]},"north":{"texture":"#0","uv":[2,7,3,8]},"south":{"texture":"#0","uv":[2,6,3,7]},"up":{"texture":"#0","uv":[3,8,2,6]},"west":{"texture":"#0","uv":[5,7,3,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-15.2]}],"overrides":[],"textures":{"0":"item/w548187393_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5161.json b/assets/minecraft/models/w5161.json new file mode 100644 index 000000000..66b8c671d --- /dev/null +++ b/assets/minecraft/models/w5161.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,6,0,8]},"up":{"texture":"#0","uv":[2,8,0,6]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w548187393_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5162.json b/assets/minecraft/models/w5162.json new file mode 100644 index 000000000..b6f9c0824 --- /dev/null +++ b/assets/minecraft/models/w5162.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,6,3,8]},"east":{"texture":"#0","uv":[3,7,5,8]},"north":{"texture":"#0","uv":[3,7,2,8]},"south":{"texture":"#0","uv":[3,6,2,7]},"up":{"texture":"#0","uv":[2,8,3,6]},"west":{"texture":"#0","uv":[5,7,3,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-15.2]}],"overrides":[],"textures":{"0":"item/w548187393_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5163.json b/assets/minecraft/models/w5163.json new file mode 100644 index 000000000..c16113d30 --- /dev/null +++ b/assets/minecraft/models/w5163.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,6,2,8]},"up":{"texture":"#0","uv":[0,8,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w548187393_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5164.json b/assets/minecraft/models/w5164.json new file mode 100644 index 000000000..35a284dae --- /dev/null +++ b/assets/minecraft/models/w5164.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,0,0,4]},"east":{"texture":"#0","uv":[4,4,0,5]},"north":{"texture":"#0","uv":[0,3,2,4]},"south":{"texture":"#0","uv":[2,0,0,1]},"up":{"texture":"#0","uv":[2,4,0,0]},"west":{"texture":"#0","uv":[0,5,4,6]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w548190164_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5165.json b/assets/minecraft/models/w5165.json new file mode 100644 index 000000000..6db9267aa --- /dev/null +++ b/assets/minecraft/models/w5165.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[7,0,4,5]},"west":{"texture":"#0","uv":[4,0,7,5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w548190164_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5166.json b/assets/minecraft/models/w5166.json new file mode 100644 index 000000000..b5d9eac39 --- /dev/null +++ b/assets/minecraft/models/w5166.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,0,4,3]},"south":{"texture":"#0","uv":[4,0,2,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w548190164_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5167.json b/assets/minecraft/models/w5167.json new file mode 100644 index 000000000..b5d9eac39 --- /dev/null +++ b/assets/minecraft/models/w5167.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,0,4,3]},"south":{"texture":"#0","uv":[4,0,2,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w548190164_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5168.json b/assets/minecraft/models/w5168.json new file mode 100644 index 000000000..b5d9eac39 --- /dev/null +++ b/assets/minecraft/models/w5168.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,0,4,3]},"south":{"texture":"#0","uv":[4,0,2,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w548190164_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5169.json b/assets/minecraft/models/w5169.json new file mode 100644 index 000000000..7c71e8345 --- /dev/null +++ b/assets/minecraft/models/w5169.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4,0,2,3]},"south":{"texture":"#0","uv":[2,0,4,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w548190164_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w517.json b/assets/minecraft/models/w517.json new file mode 100644 index 000000000..113bd8653 --- /dev/null +++ b/assets/minecraft/models/w517.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,5.75,5.25,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[0.79999924,-8.038401,-16]}],"overrides":[],"textures":{"0":"item/w447403513_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5170.json b/assets/minecraft/models/w5170.json new file mode 100644 index 000000000..7c71e8345 --- /dev/null +++ b/assets/minecraft/models/w5170.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4,0,2,3]},"south":{"texture":"#0","uv":[2,0,4,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w548190164_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5171.json b/assets/minecraft/models/w5171.json new file mode 100644 index 000000000..7c71e8345 --- /dev/null +++ b/assets/minecraft/models/w5171.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4,0,2,3]},"south":{"texture":"#0","uv":[2,0,4,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w548190164_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5172.json b/assets/minecraft/models/w5172.json new file mode 100644 index 000000000..f9b77ae7d --- /dev/null +++ b/assets/minecraft/models/w5172.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,6,2,8]},"east":{"texture":"#0","uv":[3,7,5,8]},"north":{"texture":"#0","uv":[2,7,3,8]},"south":{"texture":"#0","uv":[2,6,3,7]},"up":{"texture":"#0","uv":[3,8,2,6]},"west":{"texture":"#0","uv":[5,7,3,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-15.2]}],"overrides":[],"textures":{"0":"item/w548190164_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5173.json b/assets/minecraft/models/w5173.json new file mode 100644 index 000000000..91807582a --- /dev/null +++ b/assets/minecraft/models/w5173.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,6,0,8]},"up":{"texture":"#0","uv":[2,8,0,6]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w548190164_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5174.json b/assets/minecraft/models/w5174.json new file mode 100644 index 000000000..5dd11b561 --- /dev/null +++ b/assets/minecraft/models/w5174.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,6,3,8]},"east":{"texture":"#0","uv":[3,7,5,8]},"north":{"texture":"#0","uv":[3,7,2,8]},"south":{"texture":"#0","uv":[3,6,2,7]},"up":{"texture":"#0","uv":[2,8,3,6]},"west":{"texture":"#0","uv":[5,7,3,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-15.2]}],"overrides":[],"textures":{"0":"item/w548190164_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5175.json b/assets/minecraft/models/w5175.json new file mode 100644 index 000000000..d645ff5f2 --- /dev/null +++ b/assets/minecraft/models/w5175.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,6,2,8]},"up":{"texture":"#0","uv":[0,8,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w548190164_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5176.json b/assets/minecraft/models/w5176.json new file mode 100644 index 000000000..05e7744fa --- /dev/null +++ b/assets/minecraft/models/w5176.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,0,0,4]},"east":{"texture":"#0","uv":[4,4,0,5]},"north":{"texture":"#0","uv":[0,3,2,4]},"south":{"texture":"#0","uv":[2,0,0,1]},"up":{"texture":"#0","uv":[2,4,0,0]},"west":{"texture":"#0","uv":[0,5,4,6]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w908742818_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5177.json b/assets/minecraft/models/w5177.json new file mode 100644 index 000000000..7d724963e --- /dev/null +++ b/assets/minecraft/models/w5177.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[7,0,4,5]},"west":{"texture":"#0","uv":[4,0,7,5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w908742818_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5178.json b/assets/minecraft/models/w5178.json new file mode 100644 index 000000000..9a6fcb321 --- /dev/null +++ b/assets/minecraft/models/w5178.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,0,4,3]},"south":{"texture":"#0","uv":[4,0,2,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w908742818_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5179.json b/assets/minecraft/models/w5179.json new file mode 100644 index 000000000..9a6fcb321 --- /dev/null +++ b/assets/minecraft/models/w5179.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,0,4,3]},"south":{"texture":"#0","uv":[4,0,2,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w908742818_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w518.json b/assets/minecraft/models/w518.json new file mode 100644 index 000000000..e34c0945a --- /dev/null +++ b/assets/minecraft/models/w518.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0,5.75,5.25,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-8.038401,0.79999924]}],"overrides":[],"textures":{"0":"item/w447403513_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5180.json b/assets/minecraft/models/w5180.json new file mode 100644 index 000000000..9a6fcb321 --- /dev/null +++ b/assets/minecraft/models/w5180.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,0,4,3]},"south":{"texture":"#0","uv":[4,0,2,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w908742818_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5181.json b/assets/minecraft/models/w5181.json new file mode 100644 index 000000000..864026eed --- /dev/null +++ b/assets/minecraft/models/w5181.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4,0,2,3]},"south":{"texture":"#0","uv":[2,0,4,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w908742818_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5182.json b/assets/minecraft/models/w5182.json new file mode 100644 index 000000000..864026eed --- /dev/null +++ b/assets/minecraft/models/w5182.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4,0,2,3]},"south":{"texture":"#0","uv":[2,0,4,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w908742818_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5183.json b/assets/minecraft/models/w5183.json new file mode 100644 index 000000000..864026eed --- /dev/null +++ b/assets/minecraft/models/w5183.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4,0,2,3]},"south":{"texture":"#0","uv":[2,0,4,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w908742818_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5184.json b/assets/minecraft/models/w5184.json new file mode 100644 index 000000000..97cb307ef --- /dev/null +++ b/assets/minecraft/models/w5184.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,6,2,8]},"east":{"texture":"#0","uv":[3,7,5,8]},"north":{"texture":"#0","uv":[2,7,3,8]},"south":{"texture":"#0","uv":[2,6,3,7]},"up":{"texture":"#0","uv":[3,8,2,6]},"west":{"texture":"#0","uv":[5,7,3,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-15.2]}],"overrides":[],"textures":{"0":"item/w908742818_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5185.json b/assets/minecraft/models/w5185.json new file mode 100644 index 000000000..fe11920f8 --- /dev/null +++ b/assets/minecraft/models/w5185.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,6,0,8]},"up":{"texture":"#0","uv":[2,8,0,6]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w908742818_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5186.json b/assets/minecraft/models/w5186.json new file mode 100644 index 000000000..2fc75ef48 --- /dev/null +++ b/assets/minecraft/models/w5186.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,6,3,8]},"east":{"texture":"#0","uv":[3,7,5,8]},"north":{"texture":"#0","uv":[3,7,2,8]},"south":{"texture":"#0","uv":[3,6,2,7]},"up":{"texture":"#0","uv":[2,8,3,6]},"west":{"texture":"#0","uv":[5,7,3,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-15.2]}],"overrides":[],"textures":{"0":"item/w908742818_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5187.json b/assets/minecraft/models/w5187.json new file mode 100644 index 000000000..a2b4a0b2d --- /dev/null +++ b/assets/minecraft/models/w5187.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,6,2,8]},"up":{"texture":"#0","uv":[0,8,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w908742818_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5188.json b/assets/minecraft/models/w5188.json new file mode 100644 index 000000000..7ccd086a4 --- /dev/null +++ b/assets/minecraft/models/w5188.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,0,0,4]},"east":{"texture":"#0","uv":[4,4,0,5]},"north":{"texture":"#0","uv":[0,3,2,4]},"south":{"texture":"#0","uv":[2,0,0,1]},"up":{"texture":"#0","uv":[2,4,0,0]},"west":{"texture":"#0","uv":[0,5,4,6]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w1976075061_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5189.json b/assets/minecraft/models/w5189.json new file mode 100644 index 000000000..8ba0517a0 --- /dev/null +++ b/assets/minecraft/models/w5189.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[7,0,4,5]},"west":{"texture":"#0","uv":[4,0,7,5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1976075061_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w519.json b/assets/minecraft/models/w519.json new file mode 100644 index 000000000..36ff4c734 --- /dev/null +++ b/assets/minecraft/models/w519.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[0,5.75,5.25,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[0.79999924,-8.038401,-16]}],"overrides":[],"textures":{"0":"item/w447403513_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5190.json b/assets/minecraft/models/w5190.json new file mode 100644 index 000000000..bdd007a85 --- /dev/null +++ b/assets/minecraft/models/w5190.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,0,4,3]},"south":{"texture":"#0","uv":[4,0,2,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w1976075061_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5191.json b/assets/minecraft/models/w5191.json new file mode 100644 index 000000000..bdd007a85 --- /dev/null +++ b/assets/minecraft/models/w5191.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,0,4,3]},"south":{"texture":"#0","uv":[4,0,2,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w1976075061_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5192.json b/assets/minecraft/models/w5192.json new file mode 100644 index 000000000..bdd007a85 --- /dev/null +++ b/assets/minecraft/models/w5192.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,0,4,3]},"south":{"texture":"#0","uv":[4,0,2,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w1976075061_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5193.json b/assets/minecraft/models/w5193.json new file mode 100644 index 000000000..0ebdf8054 --- /dev/null +++ b/assets/minecraft/models/w5193.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4,0,2,3]},"south":{"texture":"#0","uv":[2,0,4,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w1976075061_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5194.json b/assets/minecraft/models/w5194.json new file mode 100644 index 000000000..0ebdf8054 --- /dev/null +++ b/assets/minecraft/models/w5194.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4,0,2,3]},"south":{"texture":"#0","uv":[2,0,4,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w1976075061_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5195.json b/assets/minecraft/models/w5195.json new file mode 100644 index 000000000..0ebdf8054 --- /dev/null +++ b/assets/minecraft/models/w5195.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4,0,2,3]},"south":{"texture":"#0","uv":[2,0,4,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w1976075061_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5196.json b/assets/minecraft/models/w5196.json new file mode 100644 index 000000000..f145e8766 --- /dev/null +++ b/assets/minecraft/models/w5196.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,6,2,8]},"east":{"texture":"#0","uv":[3,7,5,8]},"north":{"texture":"#0","uv":[2,7,3,8]},"south":{"texture":"#0","uv":[2,6,3,7]},"up":{"texture":"#0","uv":[3,8,2,6]},"west":{"texture":"#0","uv":[5,7,3,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-15.2]}],"overrides":[],"textures":{"0":"item/w1976075061_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5197.json b/assets/minecraft/models/w5197.json new file mode 100644 index 000000000..99100b09a --- /dev/null +++ b/assets/minecraft/models/w5197.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,6,0,8]},"up":{"texture":"#0","uv":[2,8,0,6]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1976075061_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5198.json b/assets/minecraft/models/w5198.json new file mode 100644 index 000000000..5edeacdee --- /dev/null +++ b/assets/minecraft/models/w5198.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,6,3,8]},"east":{"texture":"#0","uv":[3,7,5,8]},"north":{"texture":"#0","uv":[3,7,2,8]},"south":{"texture":"#0","uv":[3,6,2,7]},"up":{"texture":"#0","uv":[2,8,3,6]},"west":{"texture":"#0","uv":[5,7,3,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-15.2]}],"overrides":[],"textures":{"0":"item/w1976075061_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5199.json b/assets/minecraft/models/w5199.json new file mode 100644 index 000000000..7e2ccc8d3 --- /dev/null +++ b/assets/minecraft/models/w5199.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,6,2,8]},"up":{"texture":"#0","uv":[0,8,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1976075061_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w52.json b/assets/minecraft/models/w52.json new file mode 100644 index 000000000..f438285f3 --- /dev/null +++ b/assets/minecraft/models/w52.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,8.375,0.75,8.75]},"east":{"texture":"#0","uv":[0,8.375,0.375,8.875]},"north":{"texture":"#0","uv":[0.375,8.75,0.75,9.25]},"south":{"texture":"#0","uv":[1.125,8.375,1.5,8.875]},"up":{"texture":"#0","uv":[0.75,8.75,0.375,8.375]},"west":{"texture":"#0","uv":[0.75,8.75,1.125,9.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.8]}],"overrides":[],"textures":{"0":"item/w1237560704_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w520.json b/assets/minecraft/models/w520.json new file mode 100644 index 000000000..7ff0c50d3 --- /dev/null +++ b/assets/minecraft/models/w520.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[0,5.75,5.25,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-8.038401,0.79999924]}],"overrides":[],"textures":{"0":"item/w447403513_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5200.json b/assets/minecraft/models/w5200.json new file mode 100644 index 000000000..774819c00 --- /dev/null +++ b/assets/minecraft/models/w5200.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,3,3.75,5.5]},"east":{"texture":"#0","uv":[0,5.5,2.5,6.75]},"north":{"texture":"#0","uv":[2.5,5.5,3.75,6.75]},"south":{"texture":"#0","uv":[6.25,5.5,7.5,6.75]},"up":{"texture":"#0","uv":[3.75,5.5,2.5,3]},"west":{"texture":"#0","uv":[3.75,5.5,6.25,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-12]}],"overrides":[],"textures":{"0":"item/w1968018365_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5201.json b/assets/minecraft/models/w5201.json new file mode 100644 index 000000000..363cd1391 --- /dev/null +++ b/assets/minecraft/models/w5201.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,0,11.75,0.25]},"east":{"texture":"#0","uv":[11.75,0.25,11.5,1.25]},"north":{"texture":"#0","uv":[11.5,0.25,11.25,1.25]},"south":{"texture":"#0","uv":[12,0.25,11.75,1.25]},"up":{"texture":"#0","uv":[11.25,0.25,11.5,0]},"west":{"texture":"#0","uv":[11.25,0.25,11,1.25]}},"from":[-15.6,-16,-15.2],"shade":false,"to":[-15.200001,-14.4,-14.8]},{"faces":{"down":{"texture":"#0","uv":[12.75,0.75,12,0]},"up":{"texture":"#0","uv":[12,0.75,12.75,0]}},"from":[-16,-15.99,-16],"shade":false,"to":[-14.8,-15.99,-14.8]}],"overrides":[],"textures":{"0":"item/w1968018365_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5202.json b/assets/minecraft/models/w5202.json new file mode 100644 index 000000000..42f4f9c22 --- /dev/null +++ b/assets/minecraft/models/w5202.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.75,0,11.5,0.25]},"east":{"texture":"#0","uv":[11,0.25,11.25,1.25]},"north":{"texture":"#0","uv":[11.25,0.25,11.5,1.25]},"south":{"texture":"#0","uv":[11.75,0.25,12,1.25]},"up":{"texture":"#0","uv":[11.5,0.25,11.25,0]},"west":{"texture":"#0","uv":[11.5,0.25,11.75,1.25]}},"from":[-15.6,-16,-15.2],"shade":false,"to":[-15.200001,-14.4,-14.8]},{"faces":{"down":{"texture":"#0","uv":[12.75,0.75,12,0]},"up":{"texture":"#0","uv":[12.75,0.75,12,0]}},"from":[-16,-15.99,-16],"shade":false,"to":[-14.8,-15.99,-14.8]}],"overrides":[],"textures":{"0":"item/w1968018365_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5203.json b/assets/minecraft/models/w5203.json new file mode 100644 index 000000000..c367abac9 --- /dev/null +++ b/assets/minecraft/models/w5203.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,0,1.75,1]},"east":{"texture":"#0","uv":[0,1,1,3]},"north":{"texture":"#0","uv":[1,1,1.75,3]},"south":{"texture":"#0","uv":[2.75,1,3.5,3]},"up":{"texture":"#0","uv":[1.75,1,1,0]},"west":{"texture":"#0","uv":[1.75,1,2.75,3]}},"from":[-16,-16,-14.8],"shade":false,"to":[-14.8,-12.8,-13.2]},{"faces":{"down":{"texture":"#0","uv":[5,0,4.75,1]},"east":{"texture":"#0","uv":[3.5,1,4.5,1.25]},"north":{"texture":"#0","uv":[4.5,1,4.75,1.25]},"south":{"texture":"#0","uv":[5.75,1,6,1.25]},"up":{"texture":"#0","uv":[4.75,1,4.5,0]},"west":{"texture":"#0","uv":[4.75,1,5.75,1.25]}},"from":[-15.6,-13.6,-16],"shade":false,"to":[-15.200001,-13.200001,-14.4]}],"overrides":[],"textures":{"0":"item/w1968018365_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5204.json b/assets/minecraft/models/w5204.json new file mode 100644 index 000000000..95ab38ec2 --- /dev/null +++ b/assets/minecraft/models/w5204.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,0,8.5,1.75]},"east":{"texture":"#0","uv":[6,1.75,7.75,2.75]},"north":{"texture":"#0","uv":[7.75,1.75,8.5,2.75]},"south":{"texture":"#0","uv":[10.25,1.75,11,2.75]},"up":{"texture":"#0","uv":[8.5,1.75,7.75,0]},"west":{"texture":"#0","uv":[8.5,1.75,10.25,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-13.2]}],"overrides":[],"textures":{"0":"item/w1968018365_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5205.json b/assets/minecraft/models/w5205.json new file mode 100644 index 000000000..247f43e3b --- /dev/null +++ b/assets/minecraft/models/w5205.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.25,6.75,3.5,9.75]},"east":{"texture":"#0","uv":[6.25,9.75,3.25,10.75]},"north":{"texture":"#0","uv":[3.25,9.75,3,10.75]},"south":{"texture":"#0","uv":[6.5,9.75,6.25,10.75]},"up":{"texture":"#0","uv":[3,9.75,3.25,6.75]},"west":{"texture":"#0","uv":[3,9.75,0,10.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.4,-11.2]}],"overrides":[],"textures":{"0":"item/w1968018365_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5206.json b/assets/minecraft/models/w5206.json new file mode 100644 index 000000000..1cee2844a --- /dev/null +++ b/assets/minecraft/models/w5206.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,6.75,3.25,9.75]},"east":{"texture":"#0","uv":[0,9.75,3,10.75]},"north":{"texture":"#0","uv":[3,9.75,3.25,10.75]},"south":{"texture":"#0","uv":[6.25,9.75,6.5,10.75]},"up":{"texture":"#0","uv":[3.25,9.75,3,6.75]},"west":{"texture":"#0","uv":[3.25,9.75,6.25,10.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.4,-11.2]}],"overrides":[],"textures":{"0":"item/w1968018365_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5207.json b/assets/minecraft/models/w5207.json new file mode 100644 index 000000000..c7dcb61f0 --- /dev/null +++ b/assets/minecraft/models/w5207.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.75,1.25,4.5,2]},"east":{"texture":"#0","uv":[3.5,2,4.25,2.25]},"north":{"texture":"#0","uv":[4.25,2,4.5,2.25]},"south":{"texture":"#0","uv":[5.25,2,5.5,2.25]},"up":{"texture":"#0","uv":[4.5,2,4.25,1.25]},"west":{"texture":"#0","uv":[4.5,2,5.25,2.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1968018365_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5208.json b/assets/minecraft/models/w5208.json new file mode 100644 index 000000000..264238d7a --- /dev/null +++ b/assets/minecraft/models/w5208.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,3,5]},"east":{"texture":"#0","uv":[0,5,1,8]},"north":{"texture":"#0","uv":[1,5,3,8]},"south":{"texture":"#0","uv":[4,5,6,8]},"up":{"texture":"#0","uv":[3,5,1,4]},"west":{"texture":"#0","uv":[3,5,4,8]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1127586070_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5209.json b/assets/minecraft/models/w5209.json new file mode 100644 index 000000000..79d5a57de --- /dev/null +++ b/assets/minecraft/models/w5209.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[9,3.25,10.5,4.75]},"south":{"texture":"#0","uv":[10.5,3.25,9,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-16]},{"faces":{"north":{"texture":"#0","uv":[9,3.25,10.5,4.75]},"south":{"texture":"#0","uv":[10.5,3.25,9,4.75]}},"from":[-16,-16,-12.72],"shade":false,"to":[-13.6,-13.6,-12.72]}],"overrides":[],"textures":{"0":"item/w1127586070_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w521.json b/assets/minecraft/models/w521.json new file mode 100644 index 000000000..b5966be2a --- /dev/null +++ b/assets/minecraft/models/w521.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,0,0,5.25]},"east":{"texture":"#0","uv":[0,5.25,5.25,5.75]},"north":{"texture":"#0","uv":[0,5.25,5.25,5.75]},"south":{"texture":"#0","uv":[0,5.25,5.25,5.75]},"west":{"texture":"#0","uv":[0,5.25,5.25,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[0.79999924,-14.4,0.79999924]},{"faces":{"up":{"texture":"#0","uv":[6.5,1.25,5.25,0]}},"from":[-9.6,-9.6646595,-9.600014],"shade":false,"to":[-5.6000004,-9.6646595,-5.6000137]}],"overrides":[],"textures":{"0":"item/w447403513_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5210.json b/assets/minecraft/models/w5210.json new file mode 100644 index 000000000..79d5a57de --- /dev/null +++ b/assets/minecraft/models/w5210.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[9,3.25,10.5,4.75]},"south":{"texture":"#0","uv":[10.5,3.25,9,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-16]},{"faces":{"north":{"texture":"#0","uv":[9,3.25,10.5,4.75]},"south":{"texture":"#0","uv":[10.5,3.25,9,4.75]}},"from":[-16,-16,-12.72],"shade":false,"to":[-13.6,-13.6,-12.72]}],"overrides":[],"textures":{"0":"item/w1127586070_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5211.json b/assets/minecraft/models/w5211.json new file mode 100644 index 000000000..af43428b3 --- /dev/null +++ b/assets/minecraft/models/w5211.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.5,3,15,3.5]},"east":{"texture":"#0","uv":[14,3.5,14.5,6.25]},"north":{"texture":"#0","uv":[14.5,3.5,15,6.25]},"south":{"texture":"#0","uv":[15.5,3.5,16,6.25]},"up":{"texture":"#0","uv":[15,3.5,14.5,3]},"west":{"texture":"#0","uv":[15,3.5,15.5,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-11.6,-15.2]}],"overrides":[],"textures":{"0":"item/w1127586070_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5212.json b/assets/minecraft/models/w5212.json new file mode 100644 index 000000000..f8e43ac4a --- /dev/null +++ b/assets/minecraft/models/w5212.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15,3,15.5,3.5]},"east":{"texture":"#0","uv":[15.5,3.5,15,6.25]},"north":{"texture":"#0","uv":[15,3.5,14.5,6.25]},"south":{"texture":"#0","uv":[16,3.5,15.5,6.25]},"up":{"texture":"#0","uv":[14.5,3.5,15,3]},"west":{"texture":"#0","uv":[14.5,3.5,14,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-11.6,-15.2]}],"overrides":[],"textures":{"0":"item/w1127586070_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5213.json b/assets/minecraft/models/w5213.json new file mode 100644 index 000000000..4a8bc6249 --- /dev/null +++ b/assets/minecraft/models/w5213.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,3,13,3.5]},"east":{"texture":"#0","uv":[12,3.5,12.5,5.75]},"north":{"texture":"#0","uv":[12.5,3.5,13,5.75]},"south":{"texture":"#0","uv":[13.5,3.5,14,5.75]},"up":{"texture":"#0","uv":[13,3.5,12.5,3]},"west":{"texture":"#0","uv":[13,3.5,13.5,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.4,-15.2]}],"overrides":[],"textures":{"0":"item/w1127586070_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5214.json b/assets/minecraft/models/w5214.json new file mode 100644 index 000000000..6e3830142 --- /dev/null +++ b/assets/minecraft/models/w5214.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,3,13.5,3.5]},"east":{"texture":"#0","uv":[13.5,3.5,13,5.75]},"north":{"texture":"#0","uv":[13,3.5,12.5,5.75]},"south":{"texture":"#0","uv":[14,3.5,13.5,5.75]},"up":{"texture":"#0","uv":[12.5,3.5,13,3]},"west":{"texture":"#0","uv":[12.5,3.5,12,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.4,-15.2]}],"overrides":[],"textures":{"0":"item/w1127586070_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5215.json b/assets/minecraft/models/w5215.json new file mode 100644 index 000000000..b8f011d38 --- /dev/null +++ b/assets/minecraft/models/w5215.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,4,2]},"east":{"texture":"#0","uv":[0,2,2,4]},"north":{"texture":"#0","uv":[2,2,4,4]},"south":{"texture":"#0","uv":[6,2,8,4]},"up":{"texture":"#0","uv":[4,2,2,0]},"west":{"texture":"#0","uv":[4,2,6,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.799999,-12.8]}],"overrides":[],"textures":{"0":"item/w1127586070_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5216.json b/assets/minecraft/models/w5216.json new file mode 100644 index 000000000..06882f605 --- /dev/null +++ b/assets/minecraft/models/w5216.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,4,2]},"east":{"texture":"#0","uv":[0,2,2,4]},"north":{"texture":"#0","uv":[2,2,4,4]},"south":{"texture":"#0","uv":[6,2,8,4]},"up":{"texture":"#0","uv":[4,2,2,0]},"west":{"texture":"#0","uv":[4,2,6,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.8,-12.8]}],"overrides":[],"textures":{"0":"item/w1127586070_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5217.json b/assets/minecraft/models/w5217.json new file mode 100644 index 000000000..d5b5a904b --- /dev/null +++ b/assets/minecraft/models/w5217.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.25,0,9.5,0.75]},"east":{"texture":"#0","uv":[8,0.75,8.75,3.25]},"north":{"texture":"#0","uv":[8.75,0.75,9.5,3.25]},"south":{"texture":"#0","uv":[10.25,0.75,11,3.25]},"up":{"texture":"#0","uv":[9.5,0.75,8.75,0]},"west":{"texture":"#0","uv":[9.5,0.75,10.25,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12,-14.8]}],"overrides":[],"textures":{"0":"item/w1127586070_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5218.json b/assets/minecraft/models/w5218.json new file mode 100644 index 000000000..fa584b381 --- /dev/null +++ b/assets/minecraft/models/w5218.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,0,10.25,0.75]},"east":{"texture":"#0","uv":[10.25,0.75,9.5,3.25]},"north":{"texture":"#0","uv":[9.5,0.75,8.75,3.25]},"south":{"texture":"#0","uv":[11,0.75,10.25,3.25]},"up":{"texture":"#0","uv":[8.75,0.75,9.5,0]},"west":{"texture":"#0","uv":[8.75,0.75,8,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12,-14.8]}],"overrides":[],"textures":{"0":"item/w1127586070_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5219.json b/assets/minecraft/models/w5219.json new file mode 100644 index 000000000..c81bec4c1 --- /dev/null +++ b/assets/minecraft/models/w5219.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.25,0,12.5,0.75]},"east":{"texture":"#0","uv":[11,0.75,11.75,3]},"north":{"texture":"#0","uv":[11.75,0.75,12.5,3]},"south":{"texture":"#0","uv":[13.25,0.75,14,3]},"up":{"texture":"#0","uv":[12.5,0.75,11.75,0]},"west":{"texture":"#0","uv":[12.5,0.75,13.25,3]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.4,-14.8]}],"overrides":[],"textures":{"0":"item/w1127586070_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w522.json b/assets/minecraft/models/w522.json new file mode 100644 index 000000000..0def9624b --- /dev/null +++ b/assets/minecraft/models/w522.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.375,1.75,5.375,1.875]},"east":{"texture":"#0","uv":[5.25,1.375,5.375,1.75]},"north":{"texture":"#0","uv":[5.375,1.375,6.375,1.75]},"west":{"texture":"#0","uv":[6.5,1.375,6.375,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14.8,-14]}],"overrides":[],"textures":{"0":"item/w447403513_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5220.json b/assets/minecraft/models/w5220.json new file mode 100644 index 000000000..089c947cc --- /dev/null +++ b/assets/minecraft/models/w5220.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,0,13.25,0.75]},"east":{"texture":"#0","uv":[13.25,0.75,12.5,3]},"north":{"texture":"#0","uv":[12.5,0.75,11.75,3]},"south":{"texture":"#0","uv":[14,0.75,13.25,3]},"up":{"texture":"#0","uv":[11.75,0.75,12.5,0]},"west":{"texture":"#0","uv":[11.75,0.75,11,3]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.4,-14.8]}],"overrides":[],"textures":{"0":"item/w1127586070_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5221.json b/assets/minecraft/models/w5221.json new file mode 100644 index 000000000..06dc1e113 --- /dev/null +++ b/assets/minecraft/models/w5221.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.5,0,15,0.5]},"east":{"texture":"#0","uv":[14,0.5,14.5,3]},"north":{"texture":"#0","uv":[14.5,0.5,15,3]},"south":{"texture":"#0","uv":[15.5,0.5,16,3]},"up":{"texture":"#0","uv":[15,0.5,14.5,0]},"west":{"texture":"#0","uv":[15,0.5,15.5,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12,-15.2]}],"overrides":[],"textures":{"0":"item/w1127586070_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5222.json b/assets/minecraft/models/w5222.json new file mode 100644 index 000000000..42564edb4 --- /dev/null +++ b/assets/minecraft/models/w5222.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15,0,15.5,0.5]},"east":{"texture":"#0","uv":[15.5,0.5,15,3]},"north":{"texture":"#0","uv":[15,0.5,14.5,3]},"south":{"texture":"#0","uv":[16,0.5,15.5,3]},"up":{"texture":"#0","uv":[14.5,0.5,15,0]},"west":{"texture":"#0","uv":[14.5,0.5,14,3]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12,-15.2]}],"overrides":[],"textures":{"0":"item/w1127586070_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5223.json b/assets/minecraft/models/w5223.json new file mode 100644 index 000000000..37efd948f --- /dev/null +++ b/assets/minecraft/models/w5223.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,4,0.25]},"east":{"texture":"#0","uv":[4,0.25,3.75,1.25]},"north":{"texture":"#0","uv":[3.75,0.25,3.5,1.25]},"south":{"texture":"#0","uv":[4.25,0.25,4,1.25]},"up":{"texture":"#0","uv":[3.5,0.25,3.75,0]},"west":{"texture":"#0","uv":[3.5,0.25,3.25,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[7.75,3.875,8.375,4.5]},"east":{"texture":"#0","uv":[8.375,4.5,7.75,5.375]},"north":{"texture":"#0","uv":[7.75,4.5,7.125,5.375]},"south":{"texture":"#0","uv":[9,4.5,8.375,5.375]},"up":{"texture":"#0","uv":[7.125,4.5,7.75,3.875]},"west":{"texture":"#0","uv":[7.125,4.5,6.5,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w1742118939_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5224.json b/assets/minecraft/models/w5224.json new file mode 100644 index 000000000..37efd948f --- /dev/null +++ b/assets/minecraft/models/w5224.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,4,0.25]},"east":{"texture":"#0","uv":[4,0.25,3.75,1.25]},"north":{"texture":"#0","uv":[3.75,0.25,3.5,1.25]},"south":{"texture":"#0","uv":[4.25,0.25,4,1.25]},"up":{"texture":"#0","uv":[3.5,0.25,3.75,0]},"west":{"texture":"#0","uv":[3.5,0.25,3.25,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[7.75,3.875,8.375,4.5]},"east":{"texture":"#0","uv":[8.375,4.5,7.75,5.375]},"north":{"texture":"#0","uv":[7.75,4.5,7.125,5.375]},"south":{"texture":"#0","uv":[9,4.5,8.375,5.375]},"up":{"texture":"#0","uv":[7.125,4.5,7.75,3.875]},"west":{"texture":"#0","uv":[7.125,4.5,6.5,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w1742118939_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5225.json b/assets/minecraft/models/w5225.json new file mode 100644 index 000000000..2f6fb66ef --- /dev/null +++ b/assets/minecraft/models/w5225.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3.75,0.25]},"east":{"texture":"#0","uv":[3.25,0.25,3.5,1.25]},"north":{"texture":"#0","uv":[3.5,0.25,3.75,1.25]},"south":{"texture":"#0","uv":[4,0.25,4.25,1.25]},"up":{"texture":"#0","uv":[3.75,0.25,3.5,0]},"west":{"texture":"#0","uv":[3.75,0.25,4,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[8.375,3.875,7.75,4.5]},"east":{"texture":"#0","uv":[6.5,4.5,7.125,5.375]},"north":{"texture":"#0","uv":[7.125,4.5,7.75,5.375]},"south":{"texture":"#0","uv":[8.375,4.5,9,5.375]},"up":{"texture":"#0","uv":[7.75,4.5,7.125,3.875]},"west":{"texture":"#0","uv":[7.75,4.5,8.375,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w1742118939_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5226.json b/assets/minecraft/models/w5226.json new file mode 100644 index 000000000..2f6fb66ef --- /dev/null +++ b/assets/minecraft/models/w5226.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3.75,0.25]},"east":{"texture":"#0","uv":[3.25,0.25,3.5,1.25]},"north":{"texture":"#0","uv":[3.5,0.25,3.75,1.25]},"south":{"texture":"#0","uv":[4,0.25,4.25,1.25]},"up":{"texture":"#0","uv":[3.75,0.25,3.5,0]},"west":{"texture":"#0","uv":[3.75,0.25,4,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[8.375,3.875,7.75,4.5]},"east":{"texture":"#0","uv":[6.5,4.5,7.125,5.375]},"north":{"texture":"#0","uv":[7.125,4.5,7.75,5.375]},"south":{"texture":"#0","uv":[8.375,4.5,9,5.375]},"up":{"texture":"#0","uv":[7.75,4.5,7.125,3.875]},"west":{"texture":"#0","uv":[7.75,4.5,8.375,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w1742118939_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5227.json b/assets/minecraft/models/w5227.json new file mode 100644 index 000000000..f0eec7701 --- /dev/null +++ b/assets/minecraft/models/w5227.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,10.375,2.25]},"east":{"texture":"#0","uv":[6.5,2.25,8.75,3.75]},"north":{"texture":"#0","uv":[8.75,2.25,10.375,3.75]},"south":{"texture":"#0","uv":[12.625,2.25,14.25,3.75]},"up":{"texture":"#0","uv":[10.375,2.25,8.75,0]},"west":{"texture":"#0","uv":[10.375,2.25,12.625,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-10.8,-11.2,-8.8]},{"faces":{"down":{"texture":"#0","uv":[4.375,1.625,3.25,3.625]},"east":{"texture":"#0","uv":[0.125,3.625,2.125,4.75]},"north":{"texture":"#0","uv":[2.125,3.625,3.25,4.75]},"south":{"texture":"#0","uv":[5.25,3.625,6.375,4.75]},"up":{"texture":"#0","uv":[3.25,3.625,2.125,1.625]},"west":{"texture":"#0","uv":[3.25,3.625,5.25,4.75]}},"from":[-15.2,-15.6,-15.6],"shade":false,"to":[-11.6,-12,-9.200001]}],"overrides":[],"textures":{"0":"item/w1742118939_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5228.json b/assets/minecraft/models/w5228.json new file mode 100644 index 000000000..e9f40637e --- /dev/null +++ b/assets/minecraft/models/w5228.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,3.875,11.375,5]},"east":{"texture":"#0","uv":[9.125,5,10.25,5.5]},"north":{"texture":"#0","uv":[10.25,5,11.375,5.5]},"south":{"texture":"#0","uv":[12.5,5,13.625,5.5]},"up":{"texture":"#0","uv":[11.375,5,10.25,3.875]},"west":{"texture":"#0","uv":[11.375,5,12.5,5.5]}},"from":[-16,-14.4,-16],"shade":false,"to":[-12.4,-12.799999,-12.4]},{"faces":{"down":{"texture":"#0","uv":[8.75,5.5,7.625,6.375]},"east":{"texture":"#0","uv":[5.625,6.375,6.5,6.875]},"north":{"texture":"#0","uv":[6.5,6.375,7.625,6.875]},"south":{"texture":"#0","uv":[8.5,6.375,9.625,6.875]},"up":{"texture":"#0","uv":[7.625,6.375,6.5,5.5]},"west":{"texture":"#0","uv":[7.625,6.375,8.5,6.875]}},"from":[-16,-16,-15.2],"shade":false,"to":[-12.4,-14.4,-12.4]},{"faces":{"down":{"texture":"#0","uv":[2.375,0,1.625,0.75]},"east":{"texture":"#0","uv":[0.125,0.75,0.875,1.375]},"north":{"texture":"#0","uv":[0.875,0.75,1.625,1.375]},"south":{"texture":"#0","uv":[2.375,0.75,3.125,1.375]},"up":{"texture":"#0","uv":[1.625,0.75,0.875,0]},"west":{"texture":"#0","uv":[1.625,0.75,2.375,1.375]}},"from":[-15.4,-15.6,-15.6],"shade":false,"to":[-13,-13.6,-13.200001]}],"overrides":[],"textures":{"0":"item/w1742118939_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5229.json b/assets/minecraft/models/w5229.json new file mode 100644 index 000000000..081740ba2 --- /dev/null +++ b/assets/minecraft/models/w5229.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0.625,5.125,1]},"east":{"texture":"#0","uv":[4.375,1,4.75,1.375]},"north":{"texture":"#0","uv":[4.75,1,5.125,1.375]},"south":{"texture":"#0","uv":[5.5,1,5.875,1.375]},"up":{"texture":"#0","uv":[5.125,1,4.75,0.625]},"west":{"texture":"#0","uv":[5.125,1,5.5,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1742118939_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w523.json b/assets/minecraft/models/w523.json new file mode 100644 index 000000000..17b4db11d --- /dev/null +++ b/assets/minecraft/models/w523.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.375,1.75,6.375,1.875]},"east":{"texture":"#0","uv":[6.375,1.375,6.5,1.75]},"north":{"texture":"#0","uv":[6.375,1.375,5.375,1.75]},"west":{"texture":"#0","uv":[5.375,1.375,5.25,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14.8,-14]}],"overrides":[],"textures":{"0":"item/w447403513_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5230.json b/assets/minecraft/models/w5230.json new file mode 100644 index 000000000..137bb68be --- /dev/null +++ b/assets/minecraft/models/w5230.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,0.125,4.875,0.25]},"east":{"texture":"#0","uv":[4.375,0.25,4.5,0.5]},"north":{"texture":"#0","uv":[4.5,0.25,4.875,0.5]},"south":{"texture":"#0","uv":[5,0.25,5.375,0.5]},"up":{"texture":"#0","uv":[4.875,0.25,4.5,0.125]},"west":{"texture":"#0","uv":[4.875,0.25,5,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1742118939_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5231.json b/assets/minecraft/models/w5231.json new file mode 100644 index 000000000..0360e488b --- /dev/null +++ b/assets/minecraft/models/w5231.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.875,0.125,5.25,0.25]},"east":{"texture":"#0","uv":[5,0.25,4.875,0.5]},"north":{"texture":"#0","uv":[4.875,0.25,4.5,0.5]},"south":{"texture":"#0","uv":[5.375,0.25,5,0.5]},"up":{"texture":"#0","uv":[4.5,0.25,4.875,0.125]},"west":{"texture":"#0","uv":[4.5,0.25,4.375,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1742118939_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5232.json b/assets/minecraft/models/w5232.json new file mode 100644 index 000000000..052549c74 --- /dev/null +++ b/assets/minecraft/models/w5232.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,4,0.25]},"east":{"texture":"#0","uv":[4,0.25,3.75,1.25]},"north":{"texture":"#0","uv":[3.75,0.25,3.5,1.25]},"south":{"texture":"#0","uv":[4.25,0.25,4,1.25]},"up":{"texture":"#0","uv":[3.5,0.25,3.75,0]},"west":{"texture":"#0","uv":[3.5,0.25,3.25,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[7.75,3.875,8.375,4.5]},"east":{"texture":"#0","uv":[8.375,4.5,7.75,5.375]},"north":{"texture":"#0","uv":[7.75,4.5,7.125,5.375]},"south":{"texture":"#0","uv":[9,4.5,8.375,5.375]},"up":{"texture":"#0","uv":[7.125,4.5,7.75,3.875]},"west":{"texture":"#0","uv":[7.125,4.5,6.5,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w402566334_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5233.json b/assets/minecraft/models/w5233.json new file mode 100644 index 000000000..052549c74 --- /dev/null +++ b/assets/minecraft/models/w5233.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,4,0.25]},"east":{"texture":"#0","uv":[4,0.25,3.75,1.25]},"north":{"texture":"#0","uv":[3.75,0.25,3.5,1.25]},"south":{"texture":"#0","uv":[4.25,0.25,4,1.25]},"up":{"texture":"#0","uv":[3.5,0.25,3.75,0]},"west":{"texture":"#0","uv":[3.5,0.25,3.25,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[7.75,3.875,8.375,4.5]},"east":{"texture":"#0","uv":[8.375,4.5,7.75,5.375]},"north":{"texture":"#0","uv":[7.75,4.5,7.125,5.375]},"south":{"texture":"#0","uv":[9,4.5,8.375,5.375]},"up":{"texture":"#0","uv":[7.125,4.5,7.75,3.875]},"west":{"texture":"#0","uv":[7.125,4.5,6.5,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w402566334_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5234.json b/assets/minecraft/models/w5234.json new file mode 100644 index 000000000..12913bb8a --- /dev/null +++ b/assets/minecraft/models/w5234.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3.75,0.25]},"east":{"texture":"#0","uv":[3.25,0.25,3.5,1.25]},"north":{"texture":"#0","uv":[3.5,0.25,3.75,1.25]},"south":{"texture":"#0","uv":[4,0.25,4.25,1.25]},"up":{"texture":"#0","uv":[3.75,0.25,3.5,0]},"west":{"texture":"#0","uv":[3.75,0.25,4,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[8.375,3.875,7.75,4.5]},"east":{"texture":"#0","uv":[6.5,4.5,7.125,5.375]},"north":{"texture":"#0","uv":[7.125,4.5,7.75,5.375]},"south":{"texture":"#0","uv":[8.375,4.5,9,5.375]},"up":{"texture":"#0","uv":[7.75,4.5,7.125,3.875]},"west":{"texture":"#0","uv":[7.75,4.5,8.375,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w402566334_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5235.json b/assets/minecraft/models/w5235.json new file mode 100644 index 000000000..12913bb8a --- /dev/null +++ b/assets/minecraft/models/w5235.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3.75,0.25]},"east":{"texture":"#0","uv":[3.25,0.25,3.5,1.25]},"north":{"texture":"#0","uv":[3.5,0.25,3.75,1.25]},"south":{"texture":"#0","uv":[4,0.25,4.25,1.25]},"up":{"texture":"#0","uv":[3.75,0.25,3.5,0]},"west":{"texture":"#0","uv":[3.75,0.25,4,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[8.375,3.875,7.75,4.5]},"east":{"texture":"#0","uv":[6.5,4.5,7.125,5.375]},"north":{"texture":"#0","uv":[7.125,4.5,7.75,5.375]},"south":{"texture":"#0","uv":[8.375,4.5,9,5.375]},"up":{"texture":"#0","uv":[7.75,4.5,7.125,3.875]},"west":{"texture":"#0","uv":[7.75,4.5,8.375,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w402566334_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5236.json b/assets/minecraft/models/w5236.json new file mode 100644 index 000000000..ea81a80a1 --- /dev/null +++ b/assets/minecraft/models/w5236.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,10.375,2.25]},"east":{"texture":"#0","uv":[6.5,2.25,8.75,3.75]},"north":{"texture":"#0","uv":[8.75,2.25,10.375,3.75]},"south":{"texture":"#0","uv":[12.625,2.25,14.25,3.75]},"up":{"texture":"#0","uv":[10.375,2.25,8.75,0]},"west":{"texture":"#0","uv":[10.375,2.25,12.625,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-10.8,-11.2,-8.8]},{"faces":{"down":{"texture":"#0","uv":[4.375,1.625,3.25,3.625]},"east":{"texture":"#0","uv":[0.125,3.625,2.125,4.75]},"north":{"texture":"#0","uv":[2.125,3.625,3.25,4.75]},"south":{"texture":"#0","uv":[5.25,3.625,6.375,4.75]},"up":{"texture":"#0","uv":[3.25,3.625,2.125,1.625]},"west":{"texture":"#0","uv":[3.25,3.625,5.25,4.75]}},"from":[-15.2,-15.6,-15.6],"shade":false,"to":[-11.6,-12,-9.200001]}],"overrides":[],"textures":{"0":"item/w402566334_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5237.json b/assets/minecraft/models/w5237.json new file mode 100644 index 000000000..7eff5ccea --- /dev/null +++ b/assets/minecraft/models/w5237.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,3.875,11.375,5]},"east":{"texture":"#0","uv":[9.125,5,10.25,5.5]},"north":{"texture":"#0","uv":[10.25,5,11.375,5.5]},"south":{"texture":"#0","uv":[12.5,5,13.625,5.5]},"up":{"texture":"#0","uv":[11.375,5,10.25,3.875]},"west":{"texture":"#0","uv":[11.375,5,12.5,5.5]}},"from":[-16,-14.4,-16],"shade":false,"to":[-12.4,-12.799999,-12.4]},{"faces":{"down":{"texture":"#0","uv":[8.75,5.5,7.625,6.375]},"east":{"texture":"#0","uv":[5.625,6.375,6.5,6.875]},"north":{"texture":"#0","uv":[6.5,6.375,7.625,6.875]},"south":{"texture":"#0","uv":[8.5,6.375,9.625,6.875]},"up":{"texture":"#0","uv":[7.625,6.375,6.5,5.5]},"west":{"texture":"#0","uv":[7.625,6.375,8.5,6.875]}},"from":[-16,-16,-15.2],"shade":false,"to":[-12.4,-14.4,-12.4]},{"faces":{"down":{"texture":"#0","uv":[2.375,0,1.625,0.75]},"east":{"texture":"#0","uv":[0.125,0.75,0.875,1.375]},"north":{"texture":"#0","uv":[0.875,0.75,1.625,1.375]},"south":{"texture":"#0","uv":[2.375,0.75,3.125,1.375]},"up":{"texture":"#0","uv":[1.625,0.75,0.875,0]},"west":{"texture":"#0","uv":[1.625,0.75,2.375,1.375]}},"from":[-15.4,-15.6,-15.6],"shade":false,"to":[-13,-13.6,-13.200001]}],"overrides":[],"textures":{"0":"item/w402566334_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5238.json b/assets/minecraft/models/w5238.json new file mode 100644 index 000000000..c00d4f4a9 --- /dev/null +++ b/assets/minecraft/models/w5238.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0.625,5.125,1]},"east":{"texture":"#0","uv":[4.375,1,4.75,1.375]},"north":{"texture":"#0","uv":[4.75,1,5.125,1.375]},"south":{"texture":"#0","uv":[5.5,1,5.875,1.375]},"up":{"texture":"#0","uv":[5.125,1,4.75,0.625]},"west":{"texture":"#0","uv":[5.125,1,5.5,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w402566334_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5239.json b/assets/minecraft/models/w5239.json new file mode 100644 index 000000000..3438b0f1d --- /dev/null +++ b/assets/minecraft/models/w5239.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,0.125,4.875,0.25]},"east":{"texture":"#0","uv":[4.375,0.25,4.5,0.5]},"north":{"texture":"#0","uv":[4.5,0.25,4.875,0.5]},"south":{"texture":"#0","uv":[5,0.25,5.375,0.5]},"up":{"texture":"#0","uv":[4.875,0.25,4.5,0.125]},"west":{"texture":"#0","uv":[4.875,0.25,5,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w402566334_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w524.json b/assets/minecraft/models/w524.json new file mode 100644 index 000000000..f20789541 --- /dev/null +++ b/assets/minecraft/models/w524.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,2.375,1.625,3.125]},"east":{"texture":"#0","uv":[0,3.125,0.75,4]},"north":{"texture":"#0","uv":[0.75,3.125,1.625,4]},"south":{"texture":"#0","uv":[2.375,3.125,3.25,4]},"up":{"texture":"#0","uv":[1.625,3.125,0.75,2.375]},"west":{"texture":"#0","uv":[1.625,3.125,2.375,4]}},"from":[-16,-16,-15.9996],"rotation":{"angle":-22.5,"axis":"z","origin":[-14.552446,-13.701257,-14.8],"rescale":false},"shade":false,"to":[-13.2,-13.2,-13.6004]},{"faces":{"down":{"texture":"#0","uv":[2.5,0,1.625,0.75]},"east":{"texture":"#0","uv":[0,0.75,0.75,2]},"north":{"texture":"#0","uv":[0.75,0.75,1.625,2]},"south":{"texture":"#0","uv":[2.375,0.75,3.25,2]},"up":{"texture":"#0","uv":[1.625,0.75,0.75,0]},"west":{"texture":"#0","uv":[1.625,0.75,2.375,2]}},"from":[-15.103918,-15.4012575,-16],"rotation":{"angle":45,"axis":"z","origin":[-14.552446,-13.701257,-14.8],"rescale":false},"shade":false,"to":[-12.303918,-11.401257,-13.6]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5240.json b/assets/minecraft/models/w5240.json new file mode 100644 index 000000000..c5d0125fe --- /dev/null +++ b/assets/minecraft/models/w5240.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.875,0.125,5.25,0.25]},"east":{"texture":"#0","uv":[5,0.25,4.875,0.5]},"north":{"texture":"#0","uv":[4.875,0.25,4.5,0.5]},"south":{"texture":"#0","uv":[5.375,0.25,5,0.5]},"up":{"texture":"#0","uv":[4.5,0.25,4.875,0.125]},"west":{"texture":"#0","uv":[4.5,0.25,4.375,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w402566334_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5241.json b/assets/minecraft/models/w5241.json new file mode 100644 index 000000000..ed7973dd0 --- /dev/null +++ b/assets/minecraft/models/w5241.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,4,0.25]},"east":{"texture":"#0","uv":[4,0.25,3.75,1.25]},"north":{"texture":"#0","uv":[3.75,0.25,3.5,1.25]},"south":{"texture":"#0","uv":[4.25,0.25,4,1.25]},"up":{"texture":"#0","uv":[3.5,0.25,3.75,0]},"west":{"texture":"#0","uv":[3.5,0.25,3.25,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[7.75,3.875,8.375,4.5]},"east":{"texture":"#0","uv":[8.375,4.5,7.75,5.375]},"north":{"texture":"#0","uv":[7.75,4.5,7.125,5.375]},"south":{"texture":"#0","uv":[9,4.5,8.375,5.375]},"up":{"texture":"#0","uv":[7.125,4.5,7.75,3.875]},"west":{"texture":"#0","uv":[7.125,4.5,6.5,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w1742311762_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5242.json b/assets/minecraft/models/w5242.json new file mode 100644 index 000000000..ed7973dd0 --- /dev/null +++ b/assets/minecraft/models/w5242.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,4,0.25]},"east":{"texture":"#0","uv":[4,0.25,3.75,1.25]},"north":{"texture":"#0","uv":[3.75,0.25,3.5,1.25]},"south":{"texture":"#0","uv":[4.25,0.25,4,1.25]},"up":{"texture":"#0","uv":[3.5,0.25,3.75,0]},"west":{"texture":"#0","uv":[3.5,0.25,3.25,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[7.75,3.875,8.375,4.5]},"east":{"texture":"#0","uv":[8.375,4.5,7.75,5.375]},"north":{"texture":"#0","uv":[7.75,4.5,7.125,5.375]},"south":{"texture":"#0","uv":[9,4.5,8.375,5.375]},"up":{"texture":"#0","uv":[7.125,4.5,7.75,3.875]},"west":{"texture":"#0","uv":[7.125,4.5,6.5,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w1742311762_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5243.json b/assets/minecraft/models/w5243.json new file mode 100644 index 000000000..e4fdd3477 --- /dev/null +++ b/assets/minecraft/models/w5243.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3.75,0.25]},"east":{"texture":"#0","uv":[3.25,0.25,3.5,1.25]},"north":{"texture":"#0","uv":[3.5,0.25,3.75,1.25]},"south":{"texture":"#0","uv":[4,0.25,4.25,1.25]},"up":{"texture":"#0","uv":[3.75,0.25,3.5,0]},"west":{"texture":"#0","uv":[3.75,0.25,4,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[8.375,3.875,7.75,4.5]},"east":{"texture":"#0","uv":[6.5,4.5,7.125,5.375]},"north":{"texture":"#0","uv":[7.125,4.5,7.75,5.375]},"south":{"texture":"#0","uv":[8.375,4.5,9,5.375]},"up":{"texture":"#0","uv":[7.75,4.5,7.125,3.875]},"west":{"texture":"#0","uv":[7.75,4.5,8.375,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w1742311762_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5244.json b/assets/minecraft/models/w5244.json new file mode 100644 index 000000000..e4fdd3477 --- /dev/null +++ b/assets/minecraft/models/w5244.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3.75,0.25]},"east":{"texture":"#0","uv":[3.25,0.25,3.5,1.25]},"north":{"texture":"#0","uv":[3.5,0.25,3.75,1.25]},"south":{"texture":"#0","uv":[4,0.25,4.25,1.25]},"up":{"texture":"#0","uv":[3.75,0.25,3.5,0]},"west":{"texture":"#0","uv":[3.75,0.25,4,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[8.375,3.875,7.75,4.5]},"east":{"texture":"#0","uv":[6.5,4.5,7.125,5.375]},"north":{"texture":"#0","uv":[7.125,4.5,7.75,5.375]},"south":{"texture":"#0","uv":[8.375,4.5,9,5.375]},"up":{"texture":"#0","uv":[7.75,4.5,7.125,3.875]},"west":{"texture":"#0","uv":[7.75,4.5,8.375,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w1742311762_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5245.json b/assets/minecraft/models/w5245.json new file mode 100644 index 000000000..293daff4b --- /dev/null +++ b/assets/minecraft/models/w5245.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,10.375,2.25]},"east":{"texture":"#0","uv":[6.5,2.25,8.75,3.75]},"north":{"texture":"#0","uv":[8.75,2.25,10.375,3.75]},"south":{"texture":"#0","uv":[12.625,2.25,14.25,3.75]},"up":{"texture":"#0","uv":[10.375,2.25,8.75,0]},"west":{"texture":"#0","uv":[10.375,2.25,12.625,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-10.8,-11.2,-8.8]},{"faces":{"down":{"texture":"#0","uv":[4.375,1.625,3.25,3.625]},"east":{"texture":"#0","uv":[0.125,3.625,2.125,4.75]},"north":{"texture":"#0","uv":[2.125,3.625,3.25,4.75]},"south":{"texture":"#0","uv":[5.25,3.625,6.375,4.75]},"up":{"texture":"#0","uv":[3.25,3.625,2.125,1.625]},"west":{"texture":"#0","uv":[3.25,3.625,5.25,4.75]}},"from":[-15.2,-15.6,-15.6],"shade":false,"to":[-11.6,-12,-9.200001]}],"overrides":[],"textures":{"0":"item/w1742311762_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5246.json b/assets/minecraft/models/w5246.json new file mode 100644 index 000000000..ed82a4ac5 --- /dev/null +++ b/assets/minecraft/models/w5246.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,3.875,11.375,5]},"east":{"texture":"#0","uv":[9.125,5,10.25,5.5]},"north":{"texture":"#0","uv":[10.25,5,11.375,5.5]},"south":{"texture":"#0","uv":[12.5,5,13.625,5.5]},"up":{"texture":"#0","uv":[11.375,5,10.25,3.875]},"west":{"texture":"#0","uv":[11.375,5,12.5,5.5]}},"from":[-16,-14.4,-16],"shade":false,"to":[-12.4,-12.799999,-12.4]},{"faces":{"down":{"texture":"#0","uv":[8.75,5.5,7.625,6.375]},"east":{"texture":"#0","uv":[5.625,6.375,6.5,6.875]},"north":{"texture":"#0","uv":[6.5,6.375,7.625,6.875]},"south":{"texture":"#0","uv":[8.5,6.375,9.625,6.875]},"up":{"texture":"#0","uv":[7.625,6.375,6.5,5.5]},"west":{"texture":"#0","uv":[7.625,6.375,8.5,6.875]}},"from":[-16,-16,-15.2],"shade":false,"to":[-12.4,-14.4,-12.4]},{"faces":{"down":{"texture":"#0","uv":[2.375,0,1.625,0.75]},"east":{"texture":"#0","uv":[0.125,0.75,0.875,1.375]},"north":{"texture":"#0","uv":[0.875,0.75,1.625,1.375]},"south":{"texture":"#0","uv":[2.375,0.75,3.125,1.375]},"up":{"texture":"#0","uv":[1.625,0.75,0.875,0]},"west":{"texture":"#0","uv":[1.625,0.75,2.375,1.375]}},"from":[-15.4,-15.6,-15.6],"shade":false,"to":[-13,-13.6,-13.200001]}],"overrides":[],"textures":{"0":"item/w1742311762_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5247.json b/assets/minecraft/models/w5247.json new file mode 100644 index 000000000..33901d29b --- /dev/null +++ b/assets/minecraft/models/w5247.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0.625,5.125,1]},"east":{"texture":"#0","uv":[4.375,1,4.75,1.375]},"north":{"texture":"#0","uv":[4.75,1,5.125,1.375]},"south":{"texture":"#0","uv":[5.5,1,5.875,1.375]},"up":{"texture":"#0","uv":[5.125,1,4.75,0.625]},"west":{"texture":"#0","uv":[5.125,1,5.5,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1742311762_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5248.json b/assets/minecraft/models/w5248.json new file mode 100644 index 000000000..71a2fe3be --- /dev/null +++ b/assets/minecraft/models/w5248.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,0.125,4.875,0.25]},"east":{"texture":"#0","uv":[4.375,0.25,4.5,0.5]},"north":{"texture":"#0","uv":[4.5,0.25,4.875,0.5]},"south":{"texture":"#0","uv":[5,0.25,5.375,0.5]},"up":{"texture":"#0","uv":[4.875,0.25,4.5,0.125]},"west":{"texture":"#0","uv":[4.875,0.25,5,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1742311762_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5249.json b/assets/minecraft/models/w5249.json new file mode 100644 index 000000000..349249fdb --- /dev/null +++ b/assets/minecraft/models/w5249.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.875,0.125,5.25,0.25]},"east":{"texture":"#0","uv":[5,0.25,4.875,0.5]},"north":{"texture":"#0","uv":[4.875,0.25,4.5,0.5]},"south":{"texture":"#0","uv":[5.375,0.25,5,0.5]},"up":{"texture":"#0","uv":[4.5,0.25,4.875,0.125]},"west":{"texture":"#0","uv":[4.5,0.25,4.375,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1742311762_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w525.json b/assets/minecraft/models/w525.json new file mode 100644 index 000000000..5c03da54e --- /dev/null +++ b/assets/minecraft/models/w525.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.625,3.125,2.5,2.375]},"east":{"texture":"#0","uv":[1.625,3.125,2.375,4]},"north":{"texture":"#0","uv":[2.375,3.125,3.25,4]},"south":{"texture":"#0","uv":[0.75,3.125,1.625,4]},"up":{"texture":"#0","uv":[0.75,2.375,1.625,3.125]},"west":{"texture":"#0","uv":[0,3.125,0.75,4]}},"from":[-15.103918,-16,-15.9996],"rotation":{"angle":22.5,"axis":"z","origin":[-13.751472,-13.701257,-14.8],"rescale":false},"shade":false,"to":[-12.303918,-13.2,-13.6004]},{"faces":{"down":{"texture":"#0","uv":[1.625,0.75,2.5,0]},"east":{"texture":"#0","uv":[1.625,0.75,2.375,2]},"north":{"texture":"#0","uv":[2.375,0.75,3.25,2]},"south":{"texture":"#0","uv":[0.75,0.75,1.625,2]},"up":{"texture":"#0","uv":[0.75,0,1.625,0.75]},"west":{"texture":"#0","uv":[0,0.75,0.75,2]}},"from":[-16,-15.4012575,-16],"rotation":{"angle":-45,"axis":"z","origin":[-13.751472,-13.701257,-14.8],"rescale":false},"shade":false,"to":[-13.2,-11.401257,-13.6]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5250.json b/assets/minecraft/models/w5250.json new file mode 100644 index 000000000..61c7e90de --- /dev/null +++ b/assets/minecraft/models/w5250.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,4,0.25]},"east":{"texture":"#0","uv":[4,0.25,3.75,1.25]},"north":{"texture":"#0","uv":[3.75,0.25,3.5,1.25]},"south":{"texture":"#0","uv":[4.25,0.25,4,1.25]},"up":{"texture":"#0","uv":[3.5,0.25,3.75,0]},"west":{"texture":"#0","uv":[3.5,0.25,3.25,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[7.75,3.875,8.375,4.5]},"east":{"texture":"#0","uv":[8.375,4.5,7.75,5.375]},"north":{"texture":"#0","uv":[7.75,4.5,7.125,5.375]},"south":{"texture":"#0","uv":[9,4.5,8.375,5.375]},"up":{"texture":"#0","uv":[7.125,4.5,7.75,3.875]},"west":{"texture":"#0","uv":[7.125,4.5,6.5,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w402608007_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5251.json b/assets/minecraft/models/w5251.json new file mode 100644 index 000000000..61c7e90de --- /dev/null +++ b/assets/minecraft/models/w5251.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,4,0.25]},"east":{"texture":"#0","uv":[4,0.25,3.75,1.25]},"north":{"texture":"#0","uv":[3.75,0.25,3.5,1.25]},"south":{"texture":"#0","uv":[4.25,0.25,4,1.25]},"up":{"texture":"#0","uv":[3.5,0.25,3.75,0]},"west":{"texture":"#0","uv":[3.5,0.25,3.25,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[7.75,3.875,8.375,4.5]},"east":{"texture":"#0","uv":[8.375,4.5,7.75,5.375]},"north":{"texture":"#0","uv":[7.75,4.5,7.125,5.375]},"south":{"texture":"#0","uv":[9,4.5,8.375,5.375]},"up":{"texture":"#0","uv":[7.125,4.5,7.75,3.875]},"west":{"texture":"#0","uv":[7.125,4.5,6.5,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w402608007_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5252.json b/assets/minecraft/models/w5252.json new file mode 100644 index 000000000..7e001bf45 --- /dev/null +++ b/assets/minecraft/models/w5252.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3.75,0.25]},"east":{"texture":"#0","uv":[3.25,0.25,3.5,1.25]},"north":{"texture":"#0","uv":[3.5,0.25,3.75,1.25]},"south":{"texture":"#0","uv":[4,0.25,4.25,1.25]},"up":{"texture":"#0","uv":[3.75,0.25,3.5,0]},"west":{"texture":"#0","uv":[3.75,0.25,4,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[8.375,3.875,7.75,4.5]},"east":{"texture":"#0","uv":[6.5,4.5,7.125,5.375]},"north":{"texture":"#0","uv":[7.125,4.5,7.75,5.375]},"south":{"texture":"#0","uv":[8.375,4.5,9,5.375]},"up":{"texture":"#0","uv":[7.75,4.5,7.125,3.875]},"west":{"texture":"#0","uv":[7.75,4.5,8.375,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w402608007_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5253.json b/assets/minecraft/models/w5253.json new file mode 100644 index 000000000..7e001bf45 --- /dev/null +++ b/assets/minecraft/models/w5253.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3.75,0.25]},"east":{"texture":"#0","uv":[3.25,0.25,3.5,1.25]},"north":{"texture":"#0","uv":[3.5,0.25,3.75,1.25]},"south":{"texture":"#0","uv":[4,0.25,4.25,1.25]},"up":{"texture":"#0","uv":[3.75,0.25,3.5,0]},"west":{"texture":"#0","uv":[3.75,0.25,4,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[8.375,3.875,7.75,4.5]},"east":{"texture":"#0","uv":[6.5,4.5,7.125,5.375]},"north":{"texture":"#0","uv":[7.125,4.5,7.75,5.375]},"south":{"texture":"#0","uv":[8.375,4.5,9,5.375]},"up":{"texture":"#0","uv":[7.75,4.5,7.125,3.875]},"west":{"texture":"#0","uv":[7.75,4.5,8.375,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w402608007_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5254.json b/assets/minecraft/models/w5254.json new file mode 100644 index 000000000..5649a9af3 --- /dev/null +++ b/assets/minecraft/models/w5254.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,10.375,2.25]},"east":{"texture":"#0","uv":[6.5,2.25,8.75,3.75]},"north":{"texture":"#0","uv":[8.75,2.25,10.375,3.75]},"south":{"texture":"#0","uv":[12.625,2.25,14.25,3.75]},"up":{"texture":"#0","uv":[10.375,2.25,8.75,0]},"west":{"texture":"#0","uv":[10.375,2.25,12.625,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-10.8,-11.2,-8.8]},{"faces":{"down":{"texture":"#0","uv":[4.375,1.625,3.25,3.625]},"east":{"texture":"#0","uv":[0.125,3.625,2.125,4.75]},"north":{"texture":"#0","uv":[2.125,3.625,3.25,4.75]},"south":{"texture":"#0","uv":[5.25,3.625,6.375,4.75]},"up":{"texture":"#0","uv":[3.25,3.625,2.125,1.625]},"west":{"texture":"#0","uv":[3.25,3.625,5.25,4.75]}},"from":[-15.2,-15.6,-15.6],"shade":false,"to":[-11.6,-12,-9.200001]}],"overrides":[],"textures":{"0":"item/w402608007_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5255.json b/assets/minecraft/models/w5255.json new file mode 100644 index 000000000..d62476030 --- /dev/null +++ b/assets/minecraft/models/w5255.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,3.875,11.375,5]},"east":{"texture":"#0","uv":[9.125,5,10.25,5.5]},"north":{"texture":"#0","uv":[10.25,5,11.375,5.5]},"south":{"texture":"#0","uv":[12.5,5,13.625,5.5]},"up":{"texture":"#0","uv":[11.375,5,10.25,3.875]},"west":{"texture":"#0","uv":[11.375,5,12.5,5.5]}},"from":[-16,-14.4,-16],"shade":false,"to":[-12.4,-12.799999,-12.4]},{"faces":{"down":{"texture":"#0","uv":[8.75,5.5,7.625,6.375]},"east":{"texture":"#0","uv":[5.625,6.375,6.5,6.875]},"north":{"texture":"#0","uv":[6.5,6.375,7.625,6.875]},"south":{"texture":"#0","uv":[8.5,6.375,9.625,6.875]},"up":{"texture":"#0","uv":[7.625,6.375,6.5,5.5]},"west":{"texture":"#0","uv":[7.625,6.375,8.5,6.875]}},"from":[-16,-16,-15.2],"shade":false,"to":[-12.4,-14.4,-12.4]},{"faces":{"down":{"texture":"#0","uv":[2.375,0,1.625,0.75]},"east":{"texture":"#0","uv":[0.125,0.75,0.875,1.375]},"north":{"texture":"#0","uv":[0.875,0.75,1.625,1.375]},"south":{"texture":"#0","uv":[2.375,0.75,3.125,1.375]},"up":{"texture":"#0","uv":[1.625,0.75,0.875,0]},"west":{"texture":"#0","uv":[1.625,0.75,2.375,1.375]}},"from":[-15.4,-15.6,-15.6],"shade":false,"to":[-13,-13.6,-13.200001]}],"overrides":[],"textures":{"0":"item/w402608007_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5256.json b/assets/minecraft/models/w5256.json new file mode 100644 index 000000000..4dde45c52 --- /dev/null +++ b/assets/minecraft/models/w5256.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0.625,5.125,1]},"east":{"texture":"#0","uv":[4.375,1,4.75,1.375]},"north":{"texture":"#0","uv":[4.75,1,5.125,1.375]},"south":{"texture":"#0","uv":[5.5,1,5.875,1.375]},"up":{"texture":"#0","uv":[5.125,1,4.75,0.625]},"west":{"texture":"#0","uv":[5.125,1,5.5,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w402608007_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5257.json b/assets/minecraft/models/w5257.json new file mode 100644 index 000000000..33a7a376b --- /dev/null +++ b/assets/minecraft/models/w5257.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,0.125,4.875,0.25]},"east":{"texture":"#0","uv":[4.375,0.25,4.5,0.5]},"north":{"texture":"#0","uv":[4.5,0.25,4.875,0.5]},"south":{"texture":"#0","uv":[5,0.25,5.375,0.5]},"up":{"texture":"#0","uv":[4.875,0.25,4.5,0.125]},"west":{"texture":"#0","uv":[4.875,0.25,5,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w402608007_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5258.json b/assets/minecraft/models/w5258.json new file mode 100644 index 000000000..70b1e7eae --- /dev/null +++ b/assets/minecraft/models/w5258.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.875,0.125,5.25,0.25]},"east":{"texture":"#0","uv":[5,0.25,4.875,0.5]},"north":{"texture":"#0","uv":[4.875,0.25,4.5,0.5]},"south":{"texture":"#0","uv":[5.375,0.25,5,0.5]},"up":{"texture":"#0","uv":[4.5,0.25,4.875,0.125]},"west":{"texture":"#0","uv":[4.5,0.25,4.375,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w402608007_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5259.json b/assets/minecraft/models/w5259.json new file mode 100644 index 000000000..d3c6092e3 --- /dev/null +++ b/assets/minecraft/models/w5259.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,4,0.25]},"east":{"texture":"#0","uv":[4,0.25,3.75,1.25]},"north":{"texture":"#0","uv":[3.75,0.25,3.5,1.25]},"south":{"texture":"#0","uv":[4.25,0.25,4,1.25]},"up":{"texture":"#0","uv":[3.5,0.25,3.75,0]},"west":{"texture":"#0","uv":[3.5,0.25,3.25,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[7.75,3.875,8.375,4.5]},"east":{"texture":"#0","uv":[8.375,4.5,7.75,5.375]},"north":{"texture":"#0","uv":[7.75,4.5,7.125,5.375]},"south":{"texture":"#0","uv":[9,4.5,8.375,5.375]},"up":{"texture":"#0","uv":[7.125,4.5,7.75,3.875]},"west":{"texture":"#0","uv":[7.125,4.5,6.5,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w402720455_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w526.json b/assets/minecraft/models/w526.json new file mode 100644 index 000000000..5c03da54e --- /dev/null +++ b/assets/minecraft/models/w526.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.625,3.125,2.5,2.375]},"east":{"texture":"#0","uv":[1.625,3.125,2.375,4]},"north":{"texture":"#0","uv":[2.375,3.125,3.25,4]},"south":{"texture":"#0","uv":[0.75,3.125,1.625,4]},"up":{"texture":"#0","uv":[0.75,2.375,1.625,3.125]},"west":{"texture":"#0","uv":[0,3.125,0.75,4]}},"from":[-15.103918,-16,-15.9996],"rotation":{"angle":22.5,"axis":"z","origin":[-13.751472,-13.701257,-14.8],"rescale":false},"shade":false,"to":[-12.303918,-13.2,-13.6004]},{"faces":{"down":{"texture":"#0","uv":[1.625,0.75,2.5,0]},"east":{"texture":"#0","uv":[1.625,0.75,2.375,2]},"north":{"texture":"#0","uv":[2.375,0.75,3.25,2]},"south":{"texture":"#0","uv":[0.75,0.75,1.625,2]},"up":{"texture":"#0","uv":[0.75,0,1.625,0.75]},"west":{"texture":"#0","uv":[0,0.75,0.75,2]}},"from":[-16,-15.4012575,-16],"rotation":{"angle":-45,"axis":"z","origin":[-13.751472,-13.701257,-14.8],"rescale":false},"shade":false,"to":[-13.2,-11.401257,-13.6]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5260.json b/assets/minecraft/models/w5260.json new file mode 100644 index 000000000..d3c6092e3 --- /dev/null +++ b/assets/minecraft/models/w5260.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,4,0.25]},"east":{"texture":"#0","uv":[4,0.25,3.75,1.25]},"north":{"texture":"#0","uv":[3.75,0.25,3.5,1.25]},"south":{"texture":"#0","uv":[4.25,0.25,4,1.25]},"up":{"texture":"#0","uv":[3.5,0.25,3.75,0]},"west":{"texture":"#0","uv":[3.5,0.25,3.25,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[7.75,3.875,8.375,4.5]},"east":{"texture":"#0","uv":[8.375,4.5,7.75,5.375]},"north":{"texture":"#0","uv":[7.75,4.5,7.125,5.375]},"south":{"texture":"#0","uv":[9,4.5,8.375,5.375]},"up":{"texture":"#0","uv":[7.125,4.5,7.75,3.875]},"west":{"texture":"#0","uv":[7.125,4.5,6.5,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w402720455_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5261.json b/assets/minecraft/models/w5261.json new file mode 100644 index 000000000..147ec2b54 --- /dev/null +++ b/assets/minecraft/models/w5261.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3.75,0.25]},"east":{"texture":"#0","uv":[3.25,0.25,3.5,1.25]},"north":{"texture":"#0","uv":[3.5,0.25,3.75,1.25]},"south":{"texture":"#0","uv":[4,0.25,4.25,1.25]},"up":{"texture":"#0","uv":[3.75,0.25,3.5,0]},"west":{"texture":"#0","uv":[3.75,0.25,4,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[8.375,3.875,7.75,4.5]},"east":{"texture":"#0","uv":[6.5,4.5,7.125,5.375]},"north":{"texture":"#0","uv":[7.125,4.5,7.75,5.375]},"south":{"texture":"#0","uv":[8.375,4.5,9,5.375]},"up":{"texture":"#0","uv":[7.75,4.5,7.125,3.875]},"west":{"texture":"#0","uv":[7.75,4.5,8.375,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w402720455_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5262.json b/assets/minecraft/models/w5262.json new file mode 100644 index 000000000..147ec2b54 --- /dev/null +++ b/assets/minecraft/models/w5262.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3.75,0.25]},"east":{"texture":"#0","uv":[3.25,0.25,3.5,1.25]},"north":{"texture":"#0","uv":[3.5,0.25,3.75,1.25]},"south":{"texture":"#0","uv":[4,0.25,4.25,1.25]},"up":{"texture":"#0","uv":[3.75,0.25,3.5,0]},"west":{"texture":"#0","uv":[3.75,0.25,4,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[8.375,3.875,7.75,4.5]},"east":{"texture":"#0","uv":[6.5,4.5,7.125,5.375]},"north":{"texture":"#0","uv":[7.125,4.5,7.75,5.375]},"south":{"texture":"#0","uv":[8.375,4.5,9,5.375]},"up":{"texture":"#0","uv":[7.75,4.5,7.125,3.875]},"west":{"texture":"#0","uv":[7.75,4.5,8.375,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w402720455_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5263.json b/assets/minecraft/models/w5263.json new file mode 100644 index 000000000..e3efaeefc --- /dev/null +++ b/assets/minecraft/models/w5263.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,10.375,2.25]},"east":{"texture":"#0","uv":[6.5,2.25,8.75,3.75]},"north":{"texture":"#0","uv":[8.75,2.25,10.375,3.75]},"south":{"texture":"#0","uv":[12.625,2.25,14.25,3.75]},"up":{"texture":"#0","uv":[10.375,2.25,8.75,0]},"west":{"texture":"#0","uv":[10.375,2.25,12.625,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-10.8,-11.2,-8.8]},{"faces":{"down":{"texture":"#0","uv":[4.375,1.625,3.25,3.625]},"east":{"texture":"#0","uv":[0.125,3.625,2.125,4.75]},"north":{"texture":"#0","uv":[2.125,3.625,3.25,4.75]},"south":{"texture":"#0","uv":[5.25,3.625,6.375,4.75]},"up":{"texture":"#0","uv":[3.25,3.625,2.125,1.625]},"west":{"texture":"#0","uv":[3.25,3.625,5.25,4.75]}},"from":[-15.2,-15.6,-15.6],"shade":false,"to":[-11.6,-12,-9.200001]}],"overrides":[],"textures":{"0":"item/w402720455_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5264.json b/assets/minecraft/models/w5264.json new file mode 100644 index 000000000..84ec4cf8e --- /dev/null +++ b/assets/minecraft/models/w5264.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,3.875,11.375,5]},"east":{"texture":"#0","uv":[9.125,5,10.25,5.5]},"north":{"texture":"#0","uv":[10.25,5,11.375,5.5]},"south":{"texture":"#0","uv":[12.5,5,13.625,5.5]},"up":{"texture":"#0","uv":[11.375,5,10.25,3.875]},"west":{"texture":"#0","uv":[11.375,5,12.5,5.5]}},"from":[-16,-14.4,-16],"shade":false,"to":[-12.4,-12.799999,-12.4]},{"faces":{"down":{"texture":"#0","uv":[8.75,5.5,7.625,6.375]},"east":{"texture":"#0","uv":[5.625,6.375,6.5,6.875]},"north":{"texture":"#0","uv":[6.5,6.375,7.625,6.875]},"south":{"texture":"#0","uv":[8.5,6.375,9.625,6.875]},"up":{"texture":"#0","uv":[7.625,6.375,6.5,5.5]},"west":{"texture":"#0","uv":[7.625,6.375,8.5,6.875]}},"from":[-16,-16,-15.2],"shade":false,"to":[-12.4,-14.4,-12.4]},{"faces":{"down":{"texture":"#0","uv":[2.375,0,1.625,0.75]},"east":{"texture":"#0","uv":[0.125,0.75,0.875,1.375]},"north":{"texture":"#0","uv":[0.875,0.75,1.625,1.375]},"south":{"texture":"#0","uv":[2.375,0.75,3.125,1.375]},"up":{"texture":"#0","uv":[1.625,0.75,0.875,0]},"west":{"texture":"#0","uv":[1.625,0.75,2.375,1.375]}},"from":[-15.4,-15.6,-15.6],"shade":false,"to":[-13,-13.6,-13.200001]}],"overrides":[],"textures":{"0":"item/w402720455_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5265.json b/assets/minecraft/models/w5265.json new file mode 100644 index 000000000..bac7d5157 --- /dev/null +++ b/assets/minecraft/models/w5265.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0.625,5.125,1]},"east":{"texture":"#0","uv":[4.375,1,4.75,1.375]},"north":{"texture":"#0","uv":[4.75,1,5.125,1.375]},"south":{"texture":"#0","uv":[5.5,1,5.875,1.375]},"up":{"texture":"#0","uv":[5.125,1,4.75,0.625]},"west":{"texture":"#0","uv":[5.125,1,5.5,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w402720455_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5266.json b/assets/minecraft/models/w5266.json new file mode 100644 index 000000000..843eef34d --- /dev/null +++ b/assets/minecraft/models/w5266.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,0.125,4.875,0.25]},"east":{"texture":"#0","uv":[4.375,0.25,4.5,0.5]},"north":{"texture":"#0","uv":[4.5,0.25,4.875,0.5]},"south":{"texture":"#0","uv":[5,0.25,5.375,0.5]},"up":{"texture":"#0","uv":[4.875,0.25,4.5,0.125]},"west":{"texture":"#0","uv":[4.875,0.25,5,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w402720455_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5267.json b/assets/minecraft/models/w5267.json new file mode 100644 index 000000000..f80d415d9 --- /dev/null +++ b/assets/minecraft/models/w5267.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.875,0.125,5.25,0.25]},"east":{"texture":"#0","uv":[5,0.25,4.875,0.5]},"north":{"texture":"#0","uv":[4.875,0.25,4.5,0.5]},"south":{"texture":"#0","uv":[5.375,0.25,5,0.5]},"up":{"texture":"#0","uv":[4.5,0.25,4.875,0.125]},"west":{"texture":"#0","uv":[4.5,0.25,4.375,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w402720455_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5268.json b/assets/minecraft/models/w5268.json new file mode 100644 index 000000000..5cb9698b1 --- /dev/null +++ b/assets/minecraft/models/w5268.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,4,0.25]},"east":{"texture":"#0","uv":[4,0.25,3.75,1.25]},"north":{"texture":"#0","uv":[3.75,0.25,3.5,1.25]},"south":{"texture":"#0","uv":[4.25,0.25,4,1.25]},"up":{"texture":"#0","uv":[3.5,0.25,3.75,0]},"west":{"texture":"#0","uv":[3.5,0.25,3.25,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[7.75,3.875,8.375,4.5]},"east":{"texture":"#0","uv":[8.375,4.5,7.75,5.375]},"north":{"texture":"#0","uv":[7.75,4.5,7.125,5.375]},"south":{"texture":"#0","uv":[9,4.5,8.375,5.375]},"up":{"texture":"#0","uv":[7.125,4.5,7.75,3.875]},"west":{"texture":"#0","uv":[7.125,4.5,6.5,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w1746919199_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5269.json b/assets/minecraft/models/w5269.json new file mode 100644 index 000000000..5cb9698b1 --- /dev/null +++ b/assets/minecraft/models/w5269.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,4,0.25]},"east":{"texture":"#0","uv":[4,0.25,3.75,1.25]},"north":{"texture":"#0","uv":[3.75,0.25,3.5,1.25]},"south":{"texture":"#0","uv":[4.25,0.25,4,1.25]},"up":{"texture":"#0","uv":[3.5,0.25,3.75,0]},"west":{"texture":"#0","uv":[3.5,0.25,3.25,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[7.75,3.875,8.375,4.5]},"east":{"texture":"#0","uv":[8.375,4.5,7.75,5.375]},"north":{"texture":"#0","uv":[7.75,4.5,7.125,5.375]},"south":{"texture":"#0","uv":[9,4.5,8.375,5.375]},"up":{"texture":"#0","uv":[7.125,4.5,7.75,3.875]},"west":{"texture":"#0","uv":[7.125,4.5,6.5,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w1746919199_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w527.json b/assets/minecraft/models/w527.json new file mode 100644 index 000000000..f20789541 --- /dev/null +++ b/assets/minecraft/models/w527.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,2.375,1.625,3.125]},"east":{"texture":"#0","uv":[0,3.125,0.75,4]},"north":{"texture":"#0","uv":[0.75,3.125,1.625,4]},"south":{"texture":"#0","uv":[2.375,3.125,3.25,4]},"up":{"texture":"#0","uv":[1.625,3.125,0.75,2.375]},"west":{"texture":"#0","uv":[1.625,3.125,2.375,4]}},"from":[-16,-16,-15.9996],"rotation":{"angle":-22.5,"axis":"z","origin":[-14.552446,-13.701257,-14.8],"rescale":false},"shade":false,"to":[-13.2,-13.2,-13.6004]},{"faces":{"down":{"texture":"#0","uv":[2.5,0,1.625,0.75]},"east":{"texture":"#0","uv":[0,0.75,0.75,2]},"north":{"texture":"#0","uv":[0.75,0.75,1.625,2]},"south":{"texture":"#0","uv":[2.375,0.75,3.25,2]},"up":{"texture":"#0","uv":[1.625,0.75,0.75,0]},"west":{"texture":"#0","uv":[1.625,0.75,2.375,2]}},"from":[-15.103918,-15.4012575,-16],"rotation":{"angle":45,"axis":"z","origin":[-14.552446,-13.701257,-14.8],"rescale":false},"shade":false,"to":[-12.303918,-11.401257,-13.6]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5270.json b/assets/minecraft/models/w5270.json new file mode 100644 index 000000000..001565726 --- /dev/null +++ b/assets/minecraft/models/w5270.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3.75,0.25]},"east":{"texture":"#0","uv":[3.25,0.25,3.5,1.25]},"north":{"texture":"#0","uv":[3.5,0.25,3.75,1.25]},"south":{"texture":"#0","uv":[4,0.25,4.25,1.25]},"up":{"texture":"#0","uv":[3.75,0.25,3.5,0]},"west":{"texture":"#0","uv":[3.75,0.25,4,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[8.375,3.875,7.75,4.5]},"east":{"texture":"#0","uv":[6.5,4.5,7.125,5.375]},"north":{"texture":"#0","uv":[7.125,4.5,7.75,5.375]},"south":{"texture":"#0","uv":[8.375,4.5,9,5.375]},"up":{"texture":"#0","uv":[7.75,4.5,7.125,3.875]},"west":{"texture":"#0","uv":[7.75,4.5,8.375,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w1746919199_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5271.json b/assets/minecraft/models/w5271.json new file mode 100644 index 000000000..001565726 --- /dev/null +++ b/assets/minecraft/models/w5271.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3.75,0.25]},"east":{"texture":"#0","uv":[3.25,0.25,3.5,1.25]},"north":{"texture":"#0","uv":[3.5,0.25,3.75,1.25]},"south":{"texture":"#0","uv":[4,0.25,4.25,1.25]},"up":{"texture":"#0","uv":[3.75,0.25,3.5,0]},"west":{"texture":"#0","uv":[3.75,0.25,4,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[8.375,3.875,7.75,4.5]},"east":{"texture":"#0","uv":[6.5,4.5,7.125,5.375]},"north":{"texture":"#0","uv":[7.125,4.5,7.75,5.375]},"south":{"texture":"#0","uv":[8.375,4.5,9,5.375]},"up":{"texture":"#0","uv":[7.75,4.5,7.125,3.875]},"west":{"texture":"#0","uv":[7.75,4.5,8.375,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w1746919199_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5272.json b/assets/minecraft/models/w5272.json new file mode 100644 index 000000000..de96edf78 --- /dev/null +++ b/assets/minecraft/models/w5272.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,10.375,2.25]},"east":{"texture":"#0","uv":[6.5,2.25,8.75,3.75]},"north":{"texture":"#0","uv":[8.75,2.25,10.375,3.75]},"south":{"texture":"#0","uv":[12.625,2.25,14.25,3.75]},"up":{"texture":"#0","uv":[10.375,2.25,8.75,0]},"west":{"texture":"#0","uv":[10.375,2.25,12.625,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-10.8,-11.2,-8.8]},{"faces":{"down":{"texture":"#0","uv":[4.375,1.625,3.25,3.625]},"east":{"texture":"#0","uv":[0.125,3.625,2.125,4.75]},"north":{"texture":"#0","uv":[2.125,3.625,3.25,4.75]},"south":{"texture":"#0","uv":[5.25,3.625,6.375,4.75]},"up":{"texture":"#0","uv":[3.25,3.625,2.125,1.625]},"west":{"texture":"#0","uv":[3.25,3.625,5.25,4.75]}},"from":[-15.2,-15.6,-15.6],"shade":false,"to":[-11.6,-12,-9.200001]}],"overrides":[],"textures":{"0":"item/w1746919199_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5273.json b/assets/minecraft/models/w5273.json new file mode 100644 index 000000000..bd2ed8470 --- /dev/null +++ b/assets/minecraft/models/w5273.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,3.875,11.375,5]},"east":{"texture":"#0","uv":[9.125,5,10.25,5.5]},"north":{"texture":"#0","uv":[10.25,5,11.375,5.5]},"south":{"texture":"#0","uv":[12.5,5,13.625,5.5]},"up":{"texture":"#0","uv":[11.375,5,10.25,3.875]},"west":{"texture":"#0","uv":[11.375,5,12.5,5.5]}},"from":[-16,-14.4,-16],"shade":false,"to":[-12.4,-12.799999,-12.4]},{"faces":{"down":{"texture":"#0","uv":[8.75,5.5,7.625,6.375]},"east":{"texture":"#0","uv":[5.625,6.375,6.5,6.875]},"north":{"texture":"#0","uv":[6.5,6.375,7.625,6.875]},"south":{"texture":"#0","uv":[8.5,6.375,9.625,6.875]},"up":{"texture":"#0","uv":[7.625,6.375,6.5,5.5]},"west":{"texture":"#0","uv":[7.625,6.375,8.5,6.875]}},"from":[-16,-16,-15.2],"shade":false,"to":[-12.4,-14.4,-12.4]},{"faces":{"down":{"texture":"#0","uv":[2.375,0,1.625,0.75]},"east":{"texture":"#0","uv":[0.125,0.75,0.875,1.375]},"north":{"texture":"#0","uv":[0.875,0.75,1.625,1.375]},"south":{"texture":"#0","uv":[2.375,0.75,3.125,1.375]},"up":{"texture":"#0","uv":[1.625,0.75,0.875,0]},"west":{"texture":"#0","uv":[1.625,0.75,2.375,1.375]}},"from":[-15.4,-15.6,-15.6],"shade":false,"to":[-13,-13.6,-13.200001]}],"overrides":[],"textures":{"0":"item/w1746919199_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5274.json b/assets/minecraft/models/w5274.json new file mode 100644 index 000000000..9d9062302 --- /dev/null +++ b/assets/minecraft/models/w5274.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0.625,5.125,1]},"east":{"texture":"#0","uv":[4.375,1,4.75,1.375]},"north":{"texture":"#0","uv":[4.75,1,5.125,1.375]},"south":{"texture":"#0","uv":[5.5,1,5.875,1.375]},"up":{"texture":"#0","uv":[5.125,1,4.75,0.625]},"west":{"texture":"#0","uv":[5.125,1,5.5,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1746919199_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5275.json b/assets/minecraft/models/w5275.json new file mode 100644 index 000000000..d1b691244 --- /dev/null +++ b/assets/minecraft/models/w5275.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,0.125,4.875,0.25]},"east":{"texture":"#0","uv":[4.375,0.25,4.5,0.5]},"north":{"texture":"#0","uv":[4.5,0.25,4.875,0.5]},"south":{"texture":"#0","uv":[5,0.25,5.375,0.5]},"up":{"texture":"#0","uv":[4.875,0.25,4.5,0.125]},"west":{"texture":"#0","uv":[4.875,0.25,5,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1746919199_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5276.json b/assets/minecraft/models/w5276.json new file mode 100644 index 000000000..34b933bfd --- /dev/null +++ b/assets/minecraft/models/w5276.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.875,0.125,5.25,0.25]},"east":{"texture":"#0","uv":[5,0.25,4.875,0.5]},"north":{"texture":"#0","uv":[4.875,0.25,4.5,0.5]},"south":{"texture":"#0","uv":[5.375,0.25,5,0.5]},"up":{"texture":"#0","uv":[4.5,0.25,4.875,0.125]},"west":{"texture":"#0","uv":[4.5,0.25,4.375,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1746919199_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5277.json b/assets/minecraft/models/w5277.json new file mode 100644 index 000000000..322533fb1 --- /dev/null +++ b/assets/minecraft/models/w5277.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,4,0.25]},"east":{"texture":"#0","uv":[4,0.25,3.75,1.25]},"north":{"texture":"#0","uv":[3.75,0.25,3.5,1.25]},"south":{"texture":"#0","uv":[4.25,0.25,4,1.25]},"up":{"texture":"#0","uv":[3.5,0.25,3.75,0]},"west":{"texture":"#0","uv":[3.5,0.25,3.25,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[7.75,3.875,8.375,4.5]},"east":{"texture":"#0","uv":[8.375,4.5,7.75,5.375]},"north":{"texture":"#0","uv":[7.75,4.5,7.125,5.375]},"south":{"texture":"#0","uv":[9,4.5,8.375,5.375]},"up":{"texture":"#0","uv":[7.125,4.5,7.75,3.875]},"west":{"texture":"#0","uv":[7.125,4.5,6.5,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w503059271_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5278.json b/assets/minecraft/models/w5278.json new file mode 100644 index 000000000..322533fb1 --- /dev/null +++ b/assets/minecraft/models/w5278.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,4,0.25]},"east":{"texture":"#0","uv":[4,0.25,3.75,1.25]},"north":{"texture":"#0","uv":[3.75,0.25,3.5,1.25]},"south":{"texture":"#0","uv":[4.25,0.25,4,1.25]},"up":{"texture":"#0","uv":[3.5,0.25,3.75,0]},"west":{"texture":"#0","uv":[3.5,0.25,3.25,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[7.75,3.875,8.375,4.5]},"east":{"texture":"#0","uv":[8.375,4.5,7.75,5.375]},"north":{"texture":"#0","uv":[7.75,4.5,7.125,5.375]},"south":{"texture":"#0","uv":[9,4.5,8.375,5.375]},"up":{"texture":"#0","uv":[7.125,4.5,7.75,3.875]},"west":{"texture":"#0","uv":[7.125,4.5,6.5,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w503059271_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5279.json b/assets/minecraft/models/w5279.json new file mode 100644 index 000000000..3550dec0d --- /dev/null +++ b/assets/minecraft/models/w5279.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3.75,0.25]},"east":{"texture":"#0","uv":[3.25,0.25,3.5,1.25]},"north":{"texture":"#0","uv":[3.5,0.25,3.75,1.25]},"south":{"texture":"#0","uv":[4,0.25,4.25,1.25]},"up":{"texture":"#0","uv":[3.75,0.25,3.5,0]},"west":{"texture":"#0","uv":[3.75,0.25,4,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[8.375,3.875,7.75,4.5]},"east":{"texture":"#0","uv":[6.5,4.5,7.125,5.375]},"north":{"texture":"#0","uv":[7.125,4.5,7.75,5.375]},"south":{"texture":"#0","uv":[8.375,4.5,9,5.375]},"up":{"texture":"#0","uv":[7.75,4.5,7.125,3.875]},"west":{"texture":"#0","uv":[7.75,4.5,8.375,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w503059271_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w528.json b/assets/minecraft/models/w528.json new file mode 100644 index 000000000..f20789541 --- /dev/null +++ b/assets/minecraft/models/w528.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,2.375,1.625,3.125]},"east":{"texture":"#0","uv":[0,3.125,0.75,4]},"north":{"texture":"#0","uv":[0.75,3.125,1.625,4]},"south":{"texture":"#0","uv":[2.375,3.125,3.25,4]},"up":{"texture":"#0","uv":[1.625,3.125,0.75,2.375]},"west":{"texture":"#0","uv":[1.625,3.125,2.375,4]}},"from":[-16,-16,-15.9996],"rotation":{"angle":-22.5,"axis":"z","origin":[-14.552446,-13.701257,-14.8],"rescale":false},"shade":false,"to":[-13.2,-13.2,-13.6004]},{"faces":{"down":{"texture":"#0","uv":[2.5,0,1.625,0.75]},"east":{"texture":"#0","uv":[0,0.75,0.75,2]},"north":{"texture":"#0","uv":[0.75,0.75,1.625,2]},"south":{"texture":"#0","uv":[2.375,0.75,3.25,2]},"up":{"texture":"#0","uv":[1.625,0.75,0.75,0]},"west":{"texture":"#0","uv":[1.625,0.75,2.375,2]}},"from":[-15.103918,-15.4012575,-16],"rotation":{"angle":45,"axis":"z","origin":[-14.552446,-13.701257,-14.8],"rescale":false},"shade":false,"to":[-12.303918,-11.401257,-13.6]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5280.json b/assets/minecraft/models/w5280.json new file mode 100644 index 000000000..3550dec0d --- /dev/null +++ b/assets/minecraft/models/w5280.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3.75,0.25]},"east":{"texture":"#0","uv":[3.25,0.25,3.5,1.25]},"north":{"texture":"#0","uv":[3.5,0.25,3.75,1.25]},"south":{"texture":"#0","uv":[4,0.25,4.25,1.25]},"up":{"texture":"#0","uv":[3.75,0.25,3.5,0]},"west":{"texture":"#0","uv":[3.75,0.25,4,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[8.375,3.875,7.75,4.5]},"east":{"texture":"#0","uv":[6.5,4.5,7.125,5.375]},"north":{"texture":"#0","uv":[7.125,4.5,7.75,5.375]},"south":{"texture":"#0","uv":[8.375,4.5,9,5.375]},"up":{"texture":"#0","uv":[7.75,4.5,7.125,3.875]},"west":{"texture":"#0","uv":[7.75,4.5,8.375,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w503059271_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5281.json b/assets/minecraft/models/w5281.json new file mode 100644 index 000000000..2b0bcd38d --- /dev/null +++ b/assets/minecraft/models/w5281.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,10.375,2.25]},"east":{"texture":"#0","uv":[6.5,2.25,8.75,3.75]},"north":{"texture":"#0","uv":[8.75,2.25,10.375,3.75]},"south":{"texture":"#0","uv":[12.625,2.25,14.25,3.75]},"up":{"texture":"#0","uv":[10.375,2.25,8.75,0]},"west":{"texture":"#0","uv":[10.375,2.25,12.625,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-10.8,-11.2,-8.8]},{"faces":{"down":{"texture":"#0","uv":[4.375,1.625,3.25,3.625]},"east":{"texture":"#0","uv":[0.125,3.625,2.125,4.75]},"north":{"texture":"#0","uv":[2.125,3.625,3.25,4.75]},"south":{"texture":"#0","uv":[5.25,3.625,6.375,4.75]},"up":{"texture":"#0","uv":[3.25,3.625,2.125,1.625]},"west":{"texture":"#0","uv":[3.25,3.625,5.25,4.75]}},"from":[-15.2,-15.6,-15.6],"shade":false,"to":[-11.6,-12,-9.200001]}],"overrides":[],"textures":{"0":"item/w503059271_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5282.json b/assets/minecraft/models/w5282.json new file mode 100644 index 000000000..f344b73de --- /dev/null +++ b/assets/minecraft/models/w5282.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,3.875,11.375,5]},"east":{"texture":"#0","uv":[9.125,5,10.25,5.5]},"north":{"texture":"#0","uv":[10.25,5,11.375,5.5]},"south":{"texture":"#0","uv":[12.5,5,13.625,5.5]},"up":{"texture":"#0","uv":[11.375,5,10.25,3.875]},"west":{"texture":"#0","uv":[11.375,5,12.5,5.5]}},"from":[-16,-14.4,-16],"shade":false,"to":[-12.4,-12.799999,-12.4]},{"faces":{"down":{"texture":"#0","uv":[8.75,5.5,7.625,6.375]},"east":{"texture":"#0","uv":[5.625,6.375,6.5,6.875]},"north":{"texture":"#0","uv":[6.5,6.375,7.625,6.875]},"south":{"texture":"#0","uv":[8.5,6.375,9.625,6.875]},"up":{"texture":"#0","uv":[7.625,6.375,6.5,5.5]},"west":{"texture":"#0","uv":[7.625,6.375,8.5,6.875]}},"from":[-16,-16,-15.2],"shade":false,"to":[-12.4,-14.4,-12.4]},{"faces":{"down":{"texture":"#0","uv":[2.375,0,1.625,0.75]},"east":{"texture":"#0","uv":[0.125,0.75,0.875,1.375]},"north":{"texture":"#0","uv":[0.875,0.75,1.625,1.375]},"south":{"texture":"#0","uv":[2.375,0.75,3.125,1.375]},"up":{"texture":"#0","uv":[1.625,0.75,0.875,0]},"west":{"texture":"#0","uv":[1.625,0.75,2.375,1.375]}},"from":[-15.4,-15.6,-15.6],"shade":false,"to":[-13,-13.6,-13.200001]}],"overrides":[],"textures":{"0":"item/w503059271_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5283.json b/assets/minecraft/models/w5283.json new file mode 100644 index 000000000..2cbea63ad --- /dev/null +++ b/assets/minecraft/models/w5283.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0.625,5.125,1]},"east":{"texture":"#0","uv":[4.375,1,4.75,1.375]},"north":{"texture":"#0","uv":[4.75,1,5.125,1.375]},"south":{"texture":"#0","uv":[5.5,1,5.875,1.375]},"up":{"texture":"#0","uv":[5.125,1,4.75,0.625]},"west":{"texture":"#0","uv":[5.125,1,5.5,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w503059271_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5284.json b/assets/minecraft/models/w5284.json new file mode 100644 index 000000000..06bad7786 --- /dev/null +++ b/assets/minecraft/models/w5284.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,0.125,4.875,0.25]},"east":{"texture":"#0","uv":[4.375,0.25,4.5,0.5]},"north":{"texture":"#0","uv":[4.5,0.25,4.875,0.5]},"south":{"texture":"#0","uv":[5,0.25,5.375,0.5]},"up":{"texture":"#0","uv":[4.875,0.25,4.5,0.125]},"west":{"texture":"#0","uv":[4.875,0.25,5,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w503059271_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5285.json b/assets/minecraft/models/w5285.json new file mode 100644 index 000000000..8d9f7861b --- /dev/null +++ b/assets/minecraft/models/w5285.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.875,0.125,5.25,0.25]},"east":{"texture":"#0","uv":[5,0.25,4.875,0.5]},"north":{"texture":"#0","uv":[4.875,0.25,4.5,0.5]},"south":{"texture":"#0","uv":[5.375,0.25,5,0.5]},"up":{"texture":"#0","uv":[4.5,0.25,4.875,0.125]},"west":{"texture":"#0","uv":[4.5,0.25,4.375,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w503059271_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5286.json b/assets/minecraft/models/w5286.json new file mode 100644 index 000000000..b1a8df14c --- /dev/null +++ b/assets/minecraft/models/w5286.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,4,0.25]},"east":{"texture":"#0","uv":[4,0.25,3.75,1.25]},"north":{"texture":"#0","uv":[3.75,0.25,3.5,1.25]},"south":{"texture":"#0","uv":[4.25,0.25,4,1.25]},"up":{"texture":"#0","uv":[3.5,0.25,3.75,0]},"west":{"texture":"#0","uv":[3.5,0.25,3.25,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[7.75,3.875,8.375,4.5]},"east":{"texture":"#0","uv":[8.375,4.5,7.75,5.375]},"north":{"texture":"#0","uv":[7.75,4.5,7.125,5.375]},"south":{"texture":"#0","uv":[9,4.5,8.375,5.375]},"up":{"texture":"#0","uv":[7.125,4.5,7.75,3.875]},"west":{"texture":"#0","uv":[7.125,4.5,6.5,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w503213392_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5287.json b/assets/minecraft/models/w5287.json new file mode 100644 index 000000000..b1a8df14c --- /dev/null +++ b/assets/minecraft/models/w5287.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,4,0.25]},"east":{"texture":"#0","uv":[4,0.25,3.75,1.25]},"north":{"texture":"#0","uv":[3.75,0.25,3.5,1.25]},"south":{"texture":"#0","uv":[4.25,0.25,4,1.25]},"up":{"texture":"#0","uv":[3.5,0.25,3.75,0]},"west":{"texture":"#0","uv":[3.5,0.25,3.25,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[7.75,3.875,8.375,4.5]},"east":{"texture":"#0","uv":[8.375,4.5,7.75,5.375]},"north":{"texture":"#0","uv":[7.75,4.5,7.125,5.375]},"south":{"texture":"#0","uv":[9,4.5,8.375,5.375]},"up":{"texture":"#0","uv":[7.125,4.5,7.75,3.875]},"west":{"texture":"#0","uv":[7.125,4.5,6.5,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w503213392_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5288.json b/assets/minecraft/models/w5288.json new file mode 100644 index 000000000..d18050df1 --- /dev/null +++ b/assets/minecraft/models/w5288.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3.75,0.25]},"east":{"texture":"#0","uv":[3.25,0.25,3.5,1.25]},"north":{"texture":"#0","uv":[3.5,0.25,3.75,1.25]},"south":{"texture":"#0","uv":[4,0.25,4.25,1.25]},"up":{"texture":"#0","uv":[3.75,0.25,3.5,0]},"west":{"texture":"#0","uv":[3.75,0.25,4,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[8.375,3.875,7.75,4.5]},"east":{"texture":"#0","uv":[6.5,4.5,7.125,5.375]},"north":{"texture":"#0","uv":[7.125,4.5,7.75,5.375]},"south":{"texture":"#0","uv":[8.375,4.5,9,5.375]},"up":{"texture":"#0","uv":[7.75,4.5,7.125,3.875]},"west":{"texture":"#0","uv":[7.75,4.5,8.375,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w503213392_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5289.json b/assets/minecraft/models/w5289.json new file mode 100644 index 000000000..d18050df1 --- /dev/null +++ b/assets/minecraft/models/w5289.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3.75,0.25]},"east":{"texture":"#0","uv":[3.25,0.25,3.5,1.25]},"north":{"texture":"#0","uv":[3.5,0.25,3.75,1.25]},"south":{"texture":"#0","uv":[4,0.25,4.25,1.25]},"up":{"texture":"#0","uv":[3.75,0.25,3.5,0]},"west":{"texture":"#0","uv":[3.75,0.25,4,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[8.375,3.875,7.75,4.5]},"east":{"texture":"#0","uv":[6.5,4.5,7.125,5.375]},"north":{"texture":"#0","uv":[7.125,4.5,7.75,5.375]},"south":{"texture":"#0","uv":[8.375,4.5,9,5.375]},"up":{"texture":"#0","uv":[7.75,4.5,7.125,3.875]},"west":{"texture":"#0","uv":[7.75,4.5,8.375,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w503213392_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w529.json b/assets/minecraft/models/w529.json new file mode 100644 index 000000000..5c03da54e --- /dev/null +++ b/assets/minecraft/models/w529.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.625,3.125,2.5,2.375]},"east":{"texture":"#0","uv":[1.625,3.125,2.375,4]},"north":{"texture":"#0","uv":[2.375,3.125,3.25,4]},"south":{"texture":"#0","uv":[0.75,3.125,1.625,4]},"up":{"texture":"#0","uv":[0.75,2.375,1.625,3.125]},"west":{"texture":"#0","uv":[0,3.125,0.75,4]}},"from":[-15.103918,-16,-15.9996],"rotation":{"angle":22.5,"axis":"z","origin":[-13.751472,-13.701257,-14.8],"rescale":false},"shade":false,"to":[-12.303918,-13.2,-13.6004]},{"faces":{"down":{"texture":"#0","uv":[1.625,0.75,2.5,0]},"east":{"texture":"#0","uv":[1.625,0.75,2.375,2]},"north":{"texture":"#0","uv":[2.375,0.75,3.25,2]},"south":{"texture":"#0","uv":[0.75,0.75,1.625,2]},"up":{"texture":"#0","uv":[0.75,0,1.625,0.75]},"west":{"texture":"#0","uv":[0,0.75,0.75,2]}},"from":[-16,-15.4012575,-16],"rotation":{"angle":-45,"axis":"z","origin":[-13.751472,-13.701257,-14.8],"rescale":false},"shade":false,"to":[-13.2,-11.401257,-13.6]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5290.json b/assets/minecraft/models/w5290.json new file mode 100644 index 000000000..aad1b1f12 --- /dev/null +++ b/assets/minecraft/models/w5290.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,10.375,2.25]},"east":{"texture":"#0","uv":[6.5,2.25,8.75,3.75]},"north":{"texture":"#0","uv":[8.75,2.25,10.375,3.75]},"south":{"texture":"#0","uv":[12.625,2.25,14.25,3.75]},"up":{"texture":"#0","uv":[10.375,2.25,8.75,0]},"west":{"texture":"#0","uv":[10.375,2.25,12.625,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-10.8,-11.2,-8.8]},{"faces":{"down":{"texture":"#0","uv":[4.375,1.625,3.25,3.625]},"east":{"texture":"#0","uv":[0.125,3.625,2.125,4.75]},"north":{"texture":"#0","uv":[2.125,3.625,3.25,4.75]},"south":{"texture":"#0","uv":[5.25,3.625,6.375,4.75]},"up":{"texture":"#0","uv":[3.25,3.625,2.125,1.625]},"west":{"texture":"#0","uv":[3.25,3.625,5.25,4.75]}},"from":[-15.2,-15.6,-15.6],"shade":false,"to":[-11.6,-12,-9.200001]}],"overrides":[],"textures":{"0":"item/w503213392_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5291.json b/assets/minecraft/models/w5291.json new file mode 100644 index 000000000..cefccedce --- /dev/null +++ b/assets/minecraft/models/w5291.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,3.875,11.375,5]},"east":{"texture":"#0","uv":[9.125,5,10.25,5.5]},"north":{"texture":"#0","uv":[10.25,5,11.375,5.5]},"south":{"texture":"#0","uv":[12.5,5,13.625,5.5]},"up":{"texture":"#0","uv":[11.375,5,10.25,3.875]},"west":{"texture":"#0","uv":[11.375,5,12.5,5.5]}},"from":[-16,-14.4,-16],"shade":false,"to":[-12.4,-12.799999,-12.4]},{"faces":{"down":{"texture":"#0","uv":[8.75,5.5,7.625,6.375]},"east":{"texture":"#0","uv":[5.625,6.375,6.5,6.875]},"north":{"texture":"#0","uv":[6.5,6.375,7.625,6.875]},"south":{"texture":"#0","uv":[8.5,6.375,9.625,6.875]},"up":{"texture":"#0","uv":[7.625,6.375,6.5,5.5]},"west":{"texture":"#0","uv":[7.625,6.375,8.5,6.875]}},"from":[-16,-16,-15.2],"shade":false,"to":[-12.4,-14.4,-12.4]},{"faces":{"down":{"texture":"#0","uv":[2.375,0,1.625,0.75]},"east":{"texture":"#0","uv":[0.125,0.75,0.875,1.375]},"north":{"texture":"#0","uv":[0.875,0.75,1.625,1.375]},"south":{"texture":"#0","uv":[2.375,0.75,3.125,1.375]},"up":{"texture":"#0","uv":[1.625,0.75,0.875,0]},"west":{"texture":"#0","uv":[1.625,0.75,2.375,1.375]}},"from":[-15.4,-15.6,-15.6],"shade":false,"to":[-13,-13.6,-13.200001]}],"overrides":[],"textures":{"0":"item/w503213392_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5292.json b/assets/minecraft/models/w5292.json new file mode 100644 index 000000000..75026866f --- /dev/null +++ b/assets/minecraft/models/w5292.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0.625,5.125,1]},"east":{"texture":"#0","uv":[4.375,1,4.75,1.375]},"north":{"texture":"#0","uv":[4.75,1,5.125,1.375]},"south":{"texture":"#0","uv":[5.5,1,5.875,1.375]},"up":{"texture":"#0","uv":[5.125,1,4.75,0.625]},"west":{"texture":"#0","uv":[5.125,1,5.5,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w503213392_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5293.json b/assets/minecraft/models/w5293.json new file mode 100644 index 000000000..d6d78db18 --- /dev/null +++ b/assets/minecraft/models/w5293.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,0.125,4.875,0.25]},"east":{"texture":"#0","uv":[4.375,0.25,4.5,0.5]},"north":{"texture":"#0","uv":[4.5,0.25,4.875,0.5]},"south":{"texture":"#0","uv":[5,0.25,5.375,0.5]},"up":{"texture":"#0","uv":[4.875,0.25,4.5,0.125]},"west":{"texture":"#0","uv":[4.875,0.25,5,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w503213392_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5294.json b/assets/minecraft/models/w5294.json new file mode 100644 index 000000000..d54c69ef4 --- /dev/null +++ b/assets/minecraft/models/w5294.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.875,0.125,5.25,0.25]},"east":{"texture":"#0","uv":[5,0.25,4.875,0.5]},"north":{"texture":"#0","uv":[4.875,0.25,4.5,0.5]},"south":{"texture":"#0","uv":[5.375,0.25,5,0.5]},"up":{"texture":"#0","uv":[4.5,0.25,4.875,0.125]},"west":{"texture":"#0","uv":[4.5,0.25,4.375,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w503213392_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5295.json b/assets/minecraft/models/w5295.json new file mode 100644 index 000000000..903012fc9 --- /dev/null +++ b/assets/minecraft/models/w5295.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,4,0.25]},"east":{"texture":"#0","uv":[4,0.25,3.75,1.25]},"north":{"texture":"#0","uv":[3.75,0.25,3.5,1.25]},"south":{"texture":"#0","uv":[4.25,0.25,4,1.25]},"up":{"texture":"#0","uv":[3.5,0.25,3.75,0]},"west":{"texture":"#0","uv":[3.5,0.25,3.25,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[7.75,3.875,8.375,4.5]},"east":{"texture":"#0","uv":[8.375,4.5,7.75,5.375]},"north":{"texture":"#0","uv":[7.75,4.5,7.125,5.375]},"south":{"texture":"#0","uv":[9,4.5,8.375,5.375]},"up":{"texture":"#0","uv":[7.125,4.5,7.75,3.875]},"west":{"texture":"#0","uv":[7.125,4.5,6.5,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w402861113_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5296.json b/assets/minecraft/models/w5296.json new file mode 100644 index 000000000..903012fc9 --- /dev/null +++ b/assets/minecraft/models/w5296.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,4,0.25]},"east":{"texture":"#0","uv":[4,0.25,3.75,1.25]},"north":{"texture":"#0","uv":[3.75,0.25,3.5,1.25]},"south":{"texture":"#0","uv":[4.25,0.25,4,1.25]},"up":{"texture":"#0","uv":[3.5,0.25,3.75,0]},"west":{"texture":"#0","uv":[3.5,0.25,3.25,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[7.75,3.875,8.375,4.5]},"east":{"texture":"#0","uv":[8.375,4.5,7.75,5.375]},"north":{"texture":"#0","uv":[7.75,4.5,7.125,5.375]},"south":{"texture":"#0","uv":[9,4.5,8.375,5.375]},"up":{"texture":"#0","uv":[7.125,4.5,7.75,3.875]},"west":{"texture":"#0","uv":[7.125,4.5,6.5,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w402861113_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5297.json b/assets/minecraft/models/w5297.json new file mode 100644 index 000000000..ac8d602a9 --- /dev/null +++ b/assets/minecraft/models/w5297.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3.75,0.25]},"east":{"texture":"#0","uv":[3.25,0.25,3.5,1.25]},"north":{"texture":"#0","uv":[3.5,0.25,3.75,1.25]},"south":{"texture":"#0","uv":[4,0.25,4.25,1.25]},"up":{"texture":"#0","uv":[3.75,0.25,3.5,0]},"west":{"texture":"#0","uv":[3.75,0.25,4,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[8.375,3.875,7.75,4.5]},"east":{"texture":"#0","uv":[6.5,4.5,7.125,5.375]},"north":{"texture":"#0","uv":[7.125,4.5,7.75,5.375]},"south":{"texture":"#0","uv":[8.375,4.5,9,5.375]},"up":{"texture":"#0","uv":[7.75,4.5,7.125,3.875]},"west":{"texture":"#0","uv":[7.75,4.5,8.375,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w402861113_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5298.json b/assets/minecraft/models/w5298.json new file mode 100644 index 000000000..ac8d602a9 --- /dev/null +++ b/assets/minecraft/models/w5298.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3.75,0.25]},"east":{"texture":"#0","uv":[3.25,0.25,3.5,1.25]},"north":{"texture":"#0","uv":[3.5,0.25,3.75,1.25]},"south":{"texture":"#0","uv":[4,0.25,4.25,1.25]},"up":{"texture":"#0","uv":[3.75,0.25,3.5,0]},"west":{"texture":"#0","uv":[3.75,0.25,4,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[8.375,3.875,7.75,4.5]},"east":{"texture":"#0","uv":[6.5,4.5,7.125,5.375]},"north":{"texture":"#0","uv":[7.125,4.5,7.75,5.375]},"south":{"texture":"#0","uv":[8.375,4.5,9,5.375]},"up":{"texture":"#0","uv":[7.75,4.5,7.125,3.875]},"west":{"texture":"#0","uv":[7.75,4.5,8.375,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w402861113_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5299.json b/assets/minecraft/models/w5299.json new file mode 100644 index 000000000..181dd6b2c --- /dev/null +++ b/assets/minecraft/models/w5299.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,10.375,2.25]},"east":{"texture":"#0","uv":[6.5,2.25,8.75,3.75]},"north":{"texture":"#0","uv":[8.75,2.25,10.375,3.75]},"south":{"texture":"#0","uv":[12.625,2.25,14.25,3.75]},"up":{"texture":"#0","uv":[10.375,2.25,8.75,0]},"west":{"texture":"#0","uv":[10.375,2.25,12.625,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-10.8,-11.2,-8.8]},{"faces":{"down":{"texture":"#0","uv":[4.375,1.625,3.25,3.625]},"east":{"texture":"#0","uv":[0.125,3.625,2.125,4.75]},"north":{"texture":"#0","uv":[2.125,3.625,3.25,4.75]},"south":{"texture":"#0","uv":[5.25,3.625,6.375,4.75]},"up":{"texture":"#0","uv":[3.25,3.625,2.125,1.625]},"west":{"texture":"#0","uv":[3.25,3.625,5.25,4.75]}},"from":[-15.2,-15.6,-15.6],"shade":false,"to":[-11.6,-12,-9.200001]}],"overrides":[],"textures":{"0":"item/w402861113_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w53.json b/assets/minecraft/models/w53.json new file mode 100644 index 000000000..133d49c34 --- /dev/null +++ b/assets/minecraft/models/w53.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,7.375,4,7.875]},"east":{"texture":"#0","uv":[2.5,7.875,3,8.875]},"north":{"texture":"#0","uv":[3,7.875,3.5,8.875]},"south":{"texture":"#0","uv":[4,7.875,4.5,8.875]},"up":{"texture":"#0","uv":[4,7.875,3.5,7.375]},"west":{"texture":"#0","uv":[3.5,7.875,4,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-12.8,-14.4]}],"overrides":[],"textures":{"0":"item/w1237560704_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w530.json b/assets/minecraft/models/w530.json new file mode 100644 index 000000000..5c03da54e --- /dev/null +++ b/assets/minecraft/models/w530.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.625,3.125,2.5,2.375]},"east":{"texture":"#0","uv":[1.625,3.125,2.375,4]},"north":{"texture":"#0","uv":[2.375,3.125,3.25,4]},"south":{"texture":"#0","uv":[0.75,3.125,1.625,4]},"up":{"texture":"#0","uv":[0.75,2.375,1.625,3.125]},"west":{"texture":"#0","uv":[0,3.125,0.75,4]}},"from":[-15.103918,-16,-15.9996],"rotation":{"angle":22.5,"axis":"z","origin":[-13.751472,-13.701257,-14.8],"rescale":false},"shade":false,"to":[-12.303918,-13.2,-13.6004]},{"faces":{"down":{"texture":"#0","uv":[1.625,0.75,2.5,0]},"east":{"texture":"#0","uv":[1.625,0.75,2.375,2]},"north":{"texture":"#0","uv":[2.375,0.75,3.25,2]},"south":{"texture":"#0","uv":[0.75,0.75,1.625,2]},"up":{"texture":"#0","uv":[0.75,0,1.625,0.75]},"west":{"texture":"#0","uv":[0,0.75,0.75,2]}},"from":[-16,-15.4012575,-16],"rotation":{"angle":-45,"axis":"z","origin":[-13.751472,-13.701257,-14.8],"rescale":false},"shade":false,"to":[-13.2,-11.401257,-13.6]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5300.json b/assets/minecraft/models/w5300.json new file mode 100644 index 000000000..e59dbcc2e --- /dev/null +++ b/assets/minecraft/models/w5300.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,3.875,11.375,5]},"east":{"texture":"#0","uv":[9.125,5,10.25,5.5]},"north":{"texture":"#0","uv":[10.25,5,11.375,5.5]},"south":{"texture":"#0","uv":[12.5,5,13.625,5.5]},"up":{"texture":"#0","uv":[11.375,5,10.25,3.875]},"west":{"texture":"#0","uv":[11.375,5,12.5,5.5]}},"from":[-16,-14.4,-16],"shade":false,"to":[-12.4,-12.799999,-12.4]},{"faces":{"down":{"texture":"#0","uv":[8.75,5.5,7.625,6.375]},"east":{"texture":"#0","uv":[5.625,6.375,6.5,6.875]},"north":{"texture":"#0","uv":[6.5,6.375,7.625,6.875]},"south":{"texture":"#0","uv":[8.5,6.375,9.625,6.875]},"up":{"texture":"#0","uv":[7.625,6.375,6.5,5.5]},"west":{"texture":"#0","uv":[7.625,6.375,8.5,6.875]}},"from":[-16,-16,-15.2],"shade":false,"to":[-12.4,-14.4,-12.4]},{"faces":{"down":{"texture":"#0","uv":[2.375,0,1.625,0.75]},"east":{"texture":"#0","uv":[0.125,0.75,0.875,1.375]},"north":{"texture":"#0","uv":[0.875,0.75,1.625,1.375]},"south":{"texture":"#0","uv":[2.375,0.75,3.125,1.375]},"up":{"texture":"#0","uv":[1.625,0.75,0.875,0]},"west":{"texture":"#0","uv":[1.625,0.75,2.375,1.375]}},"from":[-15.4,-15.6,-15.6],"shade":false,"to":[-13,-13.6,-13.200001]}],"overrides":[],"textures":{"0":"item/w402861113_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5301.json b/assets/minecraft/models/w5301.json new file mode 100644 index 000000000..13e6ddad2 --- /dev/null +++ b/assets/minecraft/models/w5301.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0.625,5.125,1]},"east":{"texture":"#0","uv":[4.375,1,4.75,1.375]},"north":{"texture":"#0","uv":[4.75,1,5.125,1.375]},"south":{"texture":"#0","uv":[5.5,1,5.875,1.375]},"up":{"texture":"#0","uv":[5.125,1,4.75,0.625]},"west":{"texture":"#0","uv":[5.125,1,5.5,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w402861113_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5302.json b/assets/minecraft/models/w5302.json new file mode 100644 index 000000000..2450ddf1e --- /dev/null +++ b/assets/minecraft/models/w5302.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,0.125,4.875,0.25]},"east":{"texture":"#0","uv":[4.375,0.25,4.5,0.5]},"north":{"texture":"#0","uv":[4.5,0.25,4.875,0.5]},"south":{"texture":"#0","uv":[5,0.25,5.375,0.5]},"up":{"texture":"#0","uv":[4.875,0.25,4.5,0.125]},"west":{"texture":"#0","uv":[4.875,0.25,5,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w402861113_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5303.json b/assets/minecraft/models/w5303.json new file mode 100644 index 000000000..8ff91e13b --- /dev/null +++ b/assets/minecraft/models/w5303.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.875,0.125,5.25,0.25]},"east":{"texture":"#0","uv":[5,0.25,4.875,0.5]},"north":{"texture":"#0","uv":[4.875,0.25,4.5,0.5]},"south":{"texture":"#0","uv":[5.375,0.25,5,0.5]},"up":{"texture":"#0","uv":[4.5,0.25,4.875,0.125]},"west":{"texture":"#0","uv":[4.5,0.25,4.375,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w402861113_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5304.json b/assets/minecraft/models/w5304.json new file mode 100644 index 000000000..4fca1decb --- /dev/null +++ b/assets/minecraft/models/w5304.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,4,0.25]},"east":{"texture":"#0","uv":[4,0.25,3.75,1.25]},"north":{"texture":"#0","uv":[3.75,0.25,3.5,1.25]},"south":{"texture":"#0","uv":[4.25,0.25,4,1.25]},"up":{"texture":"#0","uv":[3.5,0.25,3.75,0]},"west":{"texture":"#0","uv":[3.5,0.25,3.25,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[7.75,3.875,8.375,4.5]},"east":{"texture":"#0","uv":[8.375,4.5,7.75,5.375]},"north":{"texture":"#0","uv":[7.75,4.5,7.125,5.375]},"south":{"texture":"#0","uv":[9,4.5,8.375,5.375]},"up":{"texture":"#0","uv":[7.125,4.5,7.75,3.875]},"west":{"texture":"#0","uv":[7.125,4.5,6.5,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w2347461_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5305.json b/assets/minecraft/models/w5305.json new file mode 100644 index 000000000..4fca1decb --- /dev/null +++ b/assets/minecraft/models/w5305.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,4,0.25]},"east":{"texture":"#0","uv":[4,0.25,3.75,1.25]},"north":{"texture":"#0","uv":[3.75,0.25,3.5,1.25]},"south":{"texture":"#0","uv":[4.25,0.25,4,1.25]},"up":{"texture":"#0","uv":[3.5,0.25,3.75,0]},"west":{"texture":"#0","uv":[3.5,0.25,3.25,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[7.75,3.875,8.375,4.5]},"east":{"texture":"#0","uv":[8.375,4.5,7.75,5.375]},"north":{"texture":"#0","uv":[7.75,4.5,7.125,5.375]},"south":{"texture":"#0","uv":[9,4.5,8.375,5.375]},"up":{"texture":"#0","uv":[7.125,4.5,7.75,3.875]},"west":{"texture":"#0","uv":[7.125,4.5,6.5,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w2347461_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5306.json b/assets/minecraft/models/w5306.json new file mode 100644 index 000000000..9e48ae2c4 --- /dev/null +++ b/assets/minecraft/models/w5306.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3.75,0.25]},"east":{"texture":"#0","uv":[3.25,0.25,3.5,1.25]},"north":{"texture":"#0","uv":[3.5,0.25,3.75,1.25]},"south":{"texture":"#0","uv":[4,0.25,4.25,1.25]},"up":{"texture":"#0","uv":[3.75,0.25,3.5,0]},"west":{"texture":"#0","uv":[3.75,0.25,4,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[8.375,3.875,7.75,4.5]},"east":{"texture":"#0","uv":[6.5,4.5,7.125,5.375]},"north":{"texture":"#0","uv":[7.125,4.5,7.75,5.375]},"south":{"texture":"#0","uv":[8.375,4.5,9,5.375]},"up":{"texture":"#0","uv":[7.75,4.5,7.125,3.875]},"west":{"texture":"#0","uv":[7.75,4.5,8.375,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w2347461_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5307.json b/assets/minecraft/models/w5307.json new file mode 100644 index 000000000..9e48ae2c4 --- /dev/null +++ b/assets/minecraft/models/w5307.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3.75,0.25]},"east":{"texture":"#0","uv":[3.25,0.25,3.5,1.25]},"north":{"texture":"#0","uv":[3.5,0.25,3.75,1.25]},"south":{"texture":"#0","uv":[4,0.25,4.25,1.25]},"up":{"texture":"#0","uv":[3.75,0.25,3.5,0]},"west":{"texture":"#0","uv":[3.75,0.25,4,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[8.375,3.875,7.75,4.5]},"east":{"texture":"#0","uv":[6.5,4.5,7.125,5.375]},"north":{"texture":"#0","uv":[7.125,4.5,7.75,5.375]},"south":{"texture":"#0","uv":[8.375,4.5,9,5.375]},"up":{"texture":"#0","uv":[7.75,4.5,7.125,3.875]},"west":{"texture":"#0","uv":[7.75,4.5,8.375,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w2347461_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5308.json b/assets/minecraft/models/w5308.json new file mode 100644 index 000000000..afd72708d --- /dev/null +++ b/assets/minecraft/models/w5308.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,10.375,2.25]},"east":{"texture":"#0","uv":[6.5,2.25,8.75,3.75]},"north":{"texture":"#0","uv":[8.75,2.25,10.375,3.75]},"south":{"texture":"#0","uv":[12.625,2.25,14.25,3.75]},"up":{"texture":"#0","uv":[10.375,2.25,8.75,0]},"west":{"texture":"#0","uv":[10.375,2.25,12.625,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-10.8,-11.2,-8.8]},{"faces":{"down":{"texture":"#0","uv":[4.375,1.625,3.25,3.625]},"east":{"texture":"#0","uv":[0.125,3.625,2.125,4.75]},"north":{"texture":"#0","uv":[2.125,3.625,3.25,4.75]},"south":{"texture":"#0","uv":[5.25,3.625,6.375,4.75]},"up":{"texture":"#0","uv":[3.25,3.625,2.125,1.625]},"west":{"texture":"#0","uv":[3.25,3.625,5.25,4.75]}},"from":[-15.2,-15.6,-15.6],"shade":false,"to":[-11.6,-12,-9.200001]}],"overrides":[],"textures":{"0":"item/w2347461_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5309.json b/assets/minecraft/models/w5309.json new file mode 100644 index 000000000..6d9b200dc --- /dev/null +++ b/assets/minecraft/models/w5309.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,3.875,11.375,5]},"east":{"texture":"#0","uv":[9.125,5,10.25,5.5]},"north":{"texture":"#0","uv":[10.25,5,11.375,5.5]},"south":{"texture":"#0","uv":[12.5,5,13.625,5.5]},"up":{"texture":"#0","uv":[11.375,5,10.25,3.875]},"west":{"texture":"#0","uv":[11.375,5,12.5,5.5]}},"from":[-16,-14.4,-16],"shade":false,"to":[-12.4,-12.799999,-12.4]},{"faces":{"down":{"texture":"#0","uv":[8.75,5.5,7.625,6.375]},"east":{"texture":"#0","uv":[5.625,6.375,6.5,6.875]},"north":{"texture":"#0","uv":[6.5,6.375,7.625,6.875]},"south":{"texture":"#0","uv":[8.5,6.375,9.625,6.875]},"up":{"texture":"#0","uv":[7.625,6.375,6.5,5.5]},"west":{"texture":"#0","uv":[7.625,6.375,8.5,6.875]}},"from":[-16,-16,-15.2],"shade":false,"to":[-12.4,-14.4,-12.4]},{"faces":{"down":{"texture":"#0","uv":[2.375,0,1.625,0.75]},"east":{"texture":"#0","uv":[0.125,0.75,0.875,1.375]},"north":{"texture":"#0","uv":[0.875,0.75,1.625,1.375]},"south":{"texture":"#0","uv":[2.375,0.75,3.125,1.375]},"up":{"texture":"#0","uv":[1.625,0.75,0.875,0]},"west":{"texture":"#0","uv":[1.625,0.75,2.375,1.375]}},"from":[-15.4,-15.6,-15.6],"shade":false,"to":[-13,-13.6,-13.200001]}],"overrides":[],"textures":{"0":"item/w2347461_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w531.json b/assets/minecraft/models/w531.json new file mode 100644 index 000000000..f20789541 --- /dev/null +++ b/assets/minecraft/models/w531.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,2.375,1.625,3.125]},"east":{"texture":"#0","uv":[0,3.125,0.75,4]},"north":{"texture":"#0","uv":[0.75,3.125,1.625,4]},"south":{"texture":"#0","uv":[2.375,3.125,3.25,4]},"up":{"texture":"#0","uv":[1.625,3.125,0.75,2.375]},"west":{"texture":"#0","uv":[1.625,3.125,2.375,4]}},"from":[-16,-16,-15.9996],"rotation":{"angle":-22.5,"axis":"z","origin":[-14.552446,-13.701257,-14.8],"rescale":false},"shade":false,"to":[-13.2,-13.2,-13.6004]},{"faces":{"down":{"texture":"#0","uv":[2.5,0,1.625,0.75]},"east":{"texture":"#0","uv":[0,0.75,0.75,2]},"north":{"texture":"#0","uv":[0.75,0.75,1.625,2]},"south":{"texture":"#0","uv":[2.375,0.75,3.25,2]},"up":{"texture":"#0","uv":[1.625,0.75,0.75,0]},"west":{"texture":"#0","uv":[1.625,0.75,2.375,2]}},"from":[-15.103918,-15.4012575,-16],"rotation":{"angle":45,"axis":"z","origin":[-14.552446,-13.701257,-14.8],"rescale":false},"shade":false,"to":[-12.303918,-11.401257,-13.6]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5310.json b/assets/minecraft/models/w5310.json new file mode 100644 index 000000000..af94d9b24 --- /dev/null +++ b/assets/minecraft/models/w5310.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0.625,5.125,1]},"east":{"texture":"#0","uv":[4.375,1,4.75,1.375]},"north":{"texture":"#0","uv":[4.75,1,5.125,1.375]},"south":{"texture":"#0","uv":[5.5,1,5.875,1.375]},"up":{"texture":"#0","uv":[5.125,1,4.75,0.625]},"west":{"texture":"#0","uv":[5.125,1,5.5,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w2347461_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5311.json b/assets/minecraft/models/w5311.json new file mode 100644 index 000000000..11c49db07 --- /dev/null +++ b/assets/minecraft/models/w5311.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,0.125,4.875,0.25]},"east":{"texture":"#0","uv":[4.375,0.25,4.5,0.5]},"north":{"texture":"#0","uv":[4.5,0.25,4.875,0.5]},"south":{"texture":"#0","uv":[5,0.25,5.375,0.5]},"up":{"texture":"#0","uv":[4.875,0.25,4.5,0.125]},"west":{"texture":"#0","uv":[4.875,0.25,5,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w2347461_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5312.json b/assets/minecraft/models/w5312.json new file mode 100644 index 000000000..7b6636f51 --- /dev/null +++ b/assets/minecraft/models/w5312.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.875,0.125,5.25,0.25]},"east":{"texture":"#0","uv":[5,0.25,4.875,0.5]},"north":{"texture":"#0","uv":[4.875,0.25,4.5,0.5]},"south":{"texture":"#0","uv":[5.375,0.25,5,0.5]},"up":{"texture":"#0","uv":[4.5,0.25,4.875,0.125]},"west":{"texture":"#0","uv":[4.5,0.25,4.375,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w2347461_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5313.json b/assets/minecraft/models/w5313.json new file mode 100644 index 000000000..4ba9714e6 --- /dev/null +++ b/assets/minecraft/models/w5313.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,4,0.25]},"east":{"texture":"#0","uv":[4,0.25,3.75,1.25]},"north":{"texture":"#0","uv":[3.75,0.25,3.5,1.25]},"south":{"texture":"#0","uv":[4.25,0.25,4,1.25]},"up":{"texture":"#0","uv":[3.5,0.25,3.75,0]},"west":{"texture":"#0","uv":[3.5,0.25,3.25,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-12.719999,-15.12]}],"overrides":[],"textures":{"0":"item/w1752883155_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5314.json b/assets/minecraft/models/w5314.json new file mode 100644 index 000000000..4ba9714e6 --- /dev/null +++ b/assets/minecraft/models/w5314.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,4,0.25]},"east":{"texture":"#0","uv":[4,0.25,3.75,1.25]},"north":{"texture":"#0","uv":[3.75,0.25,3.5,1.25]},"south":{"texture":"#0","uv":[4.25,0.25,4,1.25]},"up":{"texture":"#0","uv":[3.5,0.25,3.75,0]},"west":{"texture":"#0","uv":[3.5,0.25,3.25,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-12.719999,-15.12]}],"overrides":[],"textures":{"0":"item/w1752883155_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5315.json b/assets/minecraft/models/w5315.json new file mode 100644 index 000000000..388933ee2 --- /dev/null +++ b/assets/minecraft/models/w5315.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3.75,0.25]},"east":{"texture":"#0","uv":[3.25,0.25,3.5,1.25]},"north":{"texture":"#0","uv":[3.5,0.25,3.75,1.25]},"south":{"texture":"#0","uv":[4,0.25,4.25,1.25]},"up":{"texture":"#0","uv":[3.75,0.25,3.5,0]},"west":{"texture":"#0","uv":[3.75,0.25,4,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-12.719999,-15.12]}],"overrides":[],"textures":{"0":"item/w1752883155_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5316.json b/assets/minecraft/models/w5316.json new file mode 100644 index 000000000..388933ee2 --- /dev/null +++ b/assets/minecraft/models/w5316.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3.75,0.25]},"east":{"texture":"#0","uv":[3.25,0.25,3.5,1.25]},"north":{"texture":"#0","uv":[3.5,0.25,3.75,1.25]},"south":{"texture":"#0","uv":[4,0.25,4.25,1.25]},"up":{"texture":"#0","uv":[3.75,0.25,3.5,0]},"west":{"texture":"#0","uv":[3.75,0.25,4,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-12.719999,-15.12]}],"overrides":[],"textures":{"0":"item/w1752883155_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5317.json b/assets/minecraft/models/w5317.json new file mode 100644 index 000000000..57b9d780f --- /dev/null +++ b/assets/minecraft/models/w5317.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.375,1.625,3.25,3.625]},"east":{"texture":"#0","uv":[0.125,3.625,2.125,4.75]},"north":{"texture":"#0","uv":[2.125,3.625,3.25,4.75]},"south":{"texture":"#0","uv":[5.25,3.625,6.375,4.75]},"up":{"texture":"#0","uv":[3.25,3.625,2.125,1.625]},"west":{"texture":"#0","uv":[3.25,3.625,5.25,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.4,-9.6]}],"overrides":[],"textures":{"0":"item/w1752883155_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5318.json b/assets/minecraft/models/w5318.json new file mode 100644 index 000000000..de3a232de --- /dev/null +++ b/assets/minecraft/models/w5318.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.375,0,1.625,0.75]},"east":{"texture":"#0","uv":[0.125,0.75,0.875,1.375]},"north":{"texture":"#0","uv":[0.875,0.75,1.625,1.375]},"south":{"texture":"#0","uv":[2.375,0.75,3.125,1.375]},"up":{"texture":"#0","uv":[1.625,0.75,0.875,0]},"west":{"texture":"#0","uv":[1.625,0.75,2.375,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14,-13.6]}],"overrides":[],"textures":{"0":"item/w1752883155_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5319.json b/assets/minecraft/models/w5319.json new file mode 100644 index 000000000..5f809a9e9 --- /dev/null +++ b/assets/minecraft/models/w5319.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0.625,5.125,1]},"east":{"texture":"#0","uv":[4.375,1,4.75,1.375]},"north":{"texture":"#0","uv":[4.75,1,5.125,1.375]},"south":{"texture":"#0","uv":[5.5,1,5.875,1.375]},"up":{"texture":"#0","uv":[5.125,1,4.75,0.625]},"west":{"texture":"#0","uv":[5.125,1,5.5,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1752883155_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w532.json b/assets/minecraft/models/w532.json new file mode 100644 index 000000000..89abc66b4 --- /dev/null +++ b/assets/minecraft/models/w532.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,12,8,16]},"south":{"texture":"#0","uv":[8,12,0,16]}},"from":[-16,-16,-16],"shade":false,"to":[-7.039999,-11.5199995,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5320.json b/assets/minecraft/models/w5320.json new file mode 100644 index 000000000..21b09d304 --- /dev/null +++ b/assets/minecraft/models/w5320.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,0.125,4.875,0.25]},"east":{"texture":"#0","uv":[4.375,0.25,4.5,0.5]},"north":{"texture":"#0","uv":[4.5,0.25,4.875,0.5]},"south":{"texture":"#0","uv":[5,0.25,5.375,0.5]},"up":{"texture":"#0","uv":[4.875,0.25,4.5,0.125]},"west":{"texture":"#0","uv":[4.875,0.25,5,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1752883155_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5321.json b/assets/minecraft/models/w5321.json new file mode 100644 index 000000000..9c98fa421 --- /dev/null +++ b/assets/minecraft/models/w5321.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.875,0.125,5.25,0.25]},"east":{"texture":"#0","uv":[5,0.25,4.875,0.5]},"north":{"texture":"#0","uv":[4.875,0.25,4.5,0.5]},"south":{"texture":"#0","uv":[5.375,0.25,5,0.5]},"up":{"texture":"#0","uv":[4.5,0.25,4.875,0.125]},"west":{"texture":"#0","uv":[4.5,0.25,4.375,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1752883155_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5322.json b/assets/minecraft/models/w5322.json new file mode 100644 index 000000000..0a93b2263 --- /dev/null +++ b/assets/minecraft/models/w5322.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,4,0.25]},"east":{"texture":"#0","uv":[4,0.25,3.75,1.25]},"north":{"texture":"#0","uv":[3.75,0.25,3.5,1.25]},"south":{"texture":"#0","uv":[4.25,0.25,4,1.25]},"up":{"texture":"#0","uv":[3.5,0.25,3.75,0]},"west":{"texture":"#0","uv":[3.5,0.25,3.25,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[7.75,3.875,8.375,4.5]},"east":{"texture":"#0","uv":[8.375,4.5,7.75,5.375]},"north":{"texture":"#0","uv":[7.75,4.5,7.125,5.375]},"south":{"texture":"#0","uv":[9,4.5,8.375,5.375]},"up":{"texture":"#0","uv":[7.125,4.5,7.75,3.875]},"west":{"texture":"#0","uv":[7.125,4.5,6.5,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w696326546_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5323.json b/assets/minecraft/models/w5323.json new file mode 100644 index 000000000..0a93b2263 --- /dev/null +++ b/assets/minecraft/models/w5323.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,4,0.25]},"east":{"texture":"#0","uv":[4,0.25,3.75,1.25]},"north":{"texture":"#0","uv":[3.75,0.25,3.5,1.25]},"south":{"texture":"#0","uv":[4.25,0.25,4,1.25]},"up":{"texture":"#0","uv":[3.5,0.25,3.75,0]},"west":{"texture":"#0","uv":[3.5,0.25,3.25,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[7.75,3.875,8.375,4.5]},"east":{"texture":"#0","uv":[8.375,4.5,7.75,5.375]},"north":{"texture":"#0","uv":[7.75,4.5,7.125,5.375]},"south":{"texture":"#0","uv":[9,4.5,8.375,5.375]},"up":{"texture":"#0","uv":[7.125,4.5,7.75,3.875]},"west":{"texture":"#0","uv":[7.125,4.5,6.5,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w696326546_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5324.json b/assets/minecraft/models/w5324.json new file mode 100644 index 000000000..02585c5b2 --- /dev/null +++ b/assets/minecraft/models/w5324.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3.75,0.25]},"east":{"texture":"#0","uv":[3.25,0.25,3.5,1.25]},"north":{"texture":"#0","uv":[3.5,0.25,3.75,1.25]},"south":{"texture":"#0","uv":[4,0.25,4.25,1.25]},"up":{"texture":"#0","uv":[3.75,0.25,3.5,0]},"west":{"texture":"#0","uv":[3.75,0.25,4,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[8.375,3.875,7.75,4.5]},"east":{"texture":"#0","uv":[6.5,4.5,7.125,5.375]},"north":{"texture":"#0","uv":[7.125,4.5,7.75,5.375]},"south":{"texture":"#0","uv":[8.375,4.5,9,5.375]},"up":{"texture":"#0","uv":[7.75,4.5,7.125,3.875]},"west":{"texture":"#0","uv":[7.75,4.5,8.375,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w696326546_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5325.json b/assets/minecraft/models/w5325.json new file mode 100644 index 000000000..02585c5b2 --- /dev/null +++ b/assets/minecraft/models/w5325.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3.75,0.25]},"east":{"texture":"#0","uv":[3.25,0.25,3.5,1.25]},"north":{"texture":"#0","uv":[3.5,0.25,3.75,1.25]},"south":{"texture":"#0","uv":[4,0.25,4.25,1.25]},"up":{"texture":"#0","uv":[3.75,0.25,3.5,0]},"west":{"texture":"#0","uv":[3.75,0.25,4,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[8.375,3.875,7.75,4.5]},"east":{"texture":"#0","uv":[6.5,4.5,7.125,5.375]},"north":{"texture":"#0","uv":[7.125,4.5,7.75,5.375]},"south":{"texture":"#0","uv":[8.375,4.5,9,5.375]},"up":{"texture":"#0","uv":[7.75,4.5,7.125,3.875]},"west":{"texture":"#0","uv":[7.75,4.5,8.375,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w696326546_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5326.json b/assets/minecraft/models/w5326.json new file mode 100644 index 000000000..ae4d91670 --- /dev/null +++ b/assets/minecraft/models/w5326.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,10.375,2.25]},"east":{"texture":"#0","uv":[6.5,2.25,8.75,3.75]},"north":{"texture":"#0","uv":[8.75,2.25,10.375,3.75]},"south":{"texture":"#0","uv":[12.625,2.25,14.25,3.75]},"up":{"texture":"#0","uv":[10.375,2.25,8.75,0]},"west":{"texture":"#0","uv":[10.375,2.25,12.625,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-10.8,-11.2,-8.8]},{"faces":{"down":{"texture":"#0","uv":[4.375,1.625,3.25,3.625]},"east":{"texture":"#0","uv":[0.125,3.625,2.125,4.75]},"north":{"texture":"#0","uv":[2.125,3.625,3.25,4.75]},"south":{"texture":"#0","uv":[5.25,3.625,6.375,4.75]},"up":{"texture":"#0","uv":[3.25,3.625,2.125,1.625]},"west":{"texture":"#0","uv":[3.25,3.625,5.25,4.75]}},"from":[-15.2,-15.6,-15.6],"shade":false,"to":[-11.6,-12,-9.200001]}],"overrides":[],"textures":{"0":"item/w696326546_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5327.json b/assets/minecraft/models/w5327.json new file mode 100644 index 000000000..c961d3698 --- /dev/null +++ b/assets/minecraft/models/w5327.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,3.875,11.375,5]},"east":{"texture":"#0","uv":[9.125,5,10.25,5.5]},"north":{"texture":"#0","uv":[10.25,5,11.375,5.5]},"south":{"texture":"#0","uv":[12.5,5,13.625,5.5]},"up":{"texture":"#0","uv":[11.375,5,10.25,3.875]},"west":{"texture":"#0","uv":[11.375,5,12.5,5.5]}},"from":[-16,-14.4,-16],"shade":false,"to":[-12.4,-12.799999,-12.4]},{"faces":{"down":{"texture":"#0","uv":[8.75,5.5,7.625,6.375]},"east":{"texture":"#0","uv":[5.625,6.375,6.5,6.875]},"north":{"texture":"#0","uv":[6.5,6.375,7.625,6.875]},"south":{"texture":"#0","uv":[8.5,6.375,9.625,6.875]},"up":{"texture":"#0","uv":[7.625,6.375,6.5,5.5]},"west":{"texture":"#0","uv":[7.625,6.375,8.5,6.875]}},"from":[-16,-16,-15.2],"shade":false,"to":[-12.4,-14.4,-12.4]},{"faces":{"down":{"texture":"#0","uv":[2.375,0,1.625,0.75]},"east":{"texture":"#0","uv":[0.125,0.75,0.875,1.375]},"north":{"texture":"#0","uv":[0.875,0.75,1.625,1.375]},"south":{"texture":"#0","uv":[2.375,0.75,3.125,1.375]},"up":{"texture":"#0","uv":[1.625,0.75,0.875,0]},"west":{"texture":"#0","uv":[1.625,0.75,2.375,1.375]}},"from":[-15.4,-15.6,-15.6],"shade":false,"to":[-13,-13.6,-13.200001]}],"overrides":[],"textures":{"0":"item/w696326546_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5328.json b/assets/minecraft/models/w5328.json new file mode 100644 index 000000000..1e90f0fd4 --- /dev/null +++ b/assets/minecraft/models/w5328.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0.625,5.125,1]},"east":{"texture":"#0","uv":[4.375,1,4.75,1.375]},"north":{"texture":"#0","uv":[4.75,1,5.125,1.375]},"south":{"texture":"#0","uv":[5.5,1,5.875,1.375]},"up":{"texture":"#0","uv":[5.125,1,4.75,0.625]},"west":{"texture":"#0","uv":[5.125,1,5.5,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w696326546_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5329.json b/assets/minecraft/models/w5329.json new file mode 100644 index 000000000..9ebe7773f --- /dev/null +++ b/assets/minecraft/models/w5329.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,0.125,4.875,0.25]},"east":{"texture":"#0","uv":[4.375,0.25,4.5,0.5]},"north":{"texture":"#0","uv":[4.5,0.25,4.875,0.5]},"south":{"texture":"#0","uv":[5,0.25,5.375,0.5]},"up":{"texture":"#0","uv":[4.875,0.25,4.5,0.125]},"west":{"texture":"#0","uv":[4.875,0.25,5,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w696326546_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w533.json b/assets/minecraft/models/w533.json new file mode 100644 index 000000000..cf120d7a1 --- /dev/null +++ b/assets/minecraft/models/w533.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,0,7,0.375]},"east":{"texture":"#0","uv":[6,0.375,6.375,1]},"north":{"texture":"#0","uv":[6.375,0.375,7,1]},"south":{"texture":"#0","uv":[7.375,0.375,8,1]},"up":{"texture":"#0","uv":[7,0.375,6.375,0]},"west":{"texture":"#0","uv":[7,0.375,7.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5330.json b/assets/minecraft/models/w5330.json new file mode 100644 index 000000000..3263ed45d --- /dev/null +++ b/assets/minecraft/models/w5330.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.875,0.125,5.25,0.25]},"east":{"texture":"#0","uv":[5,0.25,4.875,0.5]},"north":{"texture":"#0","uv":[4.875,0.25,4.5,0.5]},"south":{"texture":"#0","uv":[5.375,0.25,5,0.5]},"up":{"texture":"#0","uv":[4.5,0.25,4.875,0.125]},"west":{"texture":"#0","uv":[4.5,0.25,4.375,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w696326546_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5331.json b/assets/minecraft/models/w5331.json new file mode 100644 index 000000000..6ab588ce6 --- /dev/null +++ b/assets/minecraft/models/w5331.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,4,0.25]},"east":{"texture":"#0","uv":[4,0.25,3.75,1.25]},"north":{"texture":"#0","uv":[3.75,0.25,3.5,1.25]},"south":{"texture":"#0","uv":[4.25,0.25,4,1.25]},"up":{"texture":"#0","uv":[3.5,0.25,3.75,0]},"west":{"texture":"#0","uv":[3.5,0.25,3.25,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[7.75,3.875,8.375,4.5]},"east":{"texture":"#0","uv":[8.375,4.5,7.75,5.375]},"north":{"texture":"#0","uv":[7.75,4.5,7.125,5.375]},"south":{"texture":"#0","uv":[9,4.5,8.375,5.375]},"up":{"texture":"#0","uv":[7.125,4.5,7.75,3.875]},"west":{"texture":"#0","uv":[7.125,4.5,6.5,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w402980314_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5332.json b/assets/minecraft/models/w5332.json new file mode 100644 index 000000000..6ab588ce6 --- /dev/null +++ b/assets/minecraft/models/w5332.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,4,0.25]},"east":{"texture":"#0","uv":[4,0.25,3.75,1.25]},"north":{"texture":"#0","uv":[3.75,0.25,3.5,1.25]},"south":{"texture":"#0","uv":[4.25,0.25,4,1.25]},"up":{"texture":"#0","uv":[3.5,0.25,3.75,0]},"west":{"texture":"#0","uv":[3.5,0.25,3.25,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[7.75,3.875,8.375,4.5]},"east":{"texture":"#0","uv":[8.375,4.5,7.75,5.375]},"north":{"texture":"#0","uv":[7.75,4.5,7.125,5.375]},"south":{"texture":"#0","uv":[9,4.5,8.375,5.375]},"up":{"texture":"#0","uv":[7.125,4.5,7.75,3.875]},"west":{"texture":"#0","uv":[7.125,4.5,6.5,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w402980314_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5333.json b/assets/minecraft/models/w5333.json new file mode 100644 index 000000000..9c5b2faca --- /dev/null +++ b/assets/minecraft/models/w5333.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3.75,0.25]},"east":{"texture":"#0","uv":[3.25,0.25,3.5,1.25]},"north":{"texture":"#0","uv":[3.5,0.25,3.75,1.25]},"south":{"texture":"#0","uv":[4,0.25,4.25,1.25]},"up":{"texture":"#0","uv":[3.75,0.25,3.5,0]},"west":{"texture":"#0","uv":[3.75,0.25,4,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[8.375,3.875,7.75,4.5]},"east":{"texture":"#0","uv":[6.5,4.5,7.125,5.375]},"north":{"texture":"#0","uv":[7.125,4.5,7.75,5.375]},"south":{"texture":"#0","uv":[8.375,4.5,9,5.375]},"up":{"texture":"#0","uv":[7.75,4.5,7.125,3.875]},"west":{"texture":"#0","uv":[7.75,4.5,8.375,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w402980314_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5334.json b/assets/minecraft/models/w5334.json new file mode 100644 index 000000000..9c5b2faca --- /dev/null +++ b/assets/minecraft/models/w5334.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3.75,0.25]},"east":{"texture":"#0","uv":[3.25,0.25,3.5,1.25]},"north":{"texture":"#0","uv":[3.5,0.25,3.75,1.25]},"south":{"texture":"#0","uv":[4,0.25,4.25,1.25]},"up":{"texture":"#0","uv":[3.75,0.25,3.5,0]},"west":{"texture":"#0","uv":[3.75,0.25,4,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[8.375,3.875,7.75,4.5]},"east":{"texture":"#0","uv":[6.5,4.5,7.125,5.375]},"north":{"texture":"#0","uv":[7.125,4.5,7.75,5.375]},"south":{"texture":"#0","uv":[8.375,4.5,9,5.375]},"up":{"texture":"#0","uv":[7.75,4.5,7.125,3.875]},"west":{"texture":"#0","uv":[7.75,4.5,8.375,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w402980314_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5335.json b/assets/minecraft/models/w5335.json new file mode 100644 index 000000000..f50b7a80c --- /dev/null +++ b/assets/minecraft/models/w5335.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,10.375,2.25]},"east":{"texture":"#0","uv":[6.5,2.25,8.75,3.75]},"north":{"texture":"#0","uv":[8.75,2.25,10.375,3.75]},"south":{"texture":"#0","uv":[12.625,2.25,14.25,3.75]},"up":{"texture":"#0","uv":[10.375,2.25,8.75,0]},"west":{"texture":"#0","uv":[10.375,2.25,12.625,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-10.8,-11.2,-8.8]},{"faces":{"down":{"texture":"#0","uv":[4.375,1.625,3.25,3.625]},"east":{"texture":"#0","uv":[0.125,3.625,2.125,4.75]},"north":{"texture":"#0","uv":[2.125,3.625,3.25,4.75]},"south":{"texture":"#0","uv":[5.25,3.625,6.375,4.75]},"up":{"texture":"#0","uv":[3.25,3.625,2.125,1.625]},"west":{"texture":"#0","uv":[3.25,3.625,5.25,4.75]}},"from":[-15.2,-15.6,-15.6],"shade":false,"to":[-11.6,-12,-9.200001]}],"overrides":[],"textures":{"0":"item/w402980314_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5336.json b/assets/minecraft/models/w5336.json new file mode 100644 index 000000000..00239843b --- /dev/null +++ b/assets/minecraft/models/w5336.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,3.875,11.375,5]},"east":{"texture":"#0","uv":[9.125,5,10.25,5.5]},"north":{"texture":"#0","uv":[10.25,5,11.375,5.5]},"south":{"texture":"#0","uv":[12.5,5,13.625,5.5]},"up":{"texture":"#0","uv":[11.375,5,10.25,3.875]},"west":{"texture":"#0","uv":[11.375,5,12.5,5.5]}},"from":[-16,-14.4,-16],"shade":false,"to":[-12.4,-12.799999,-12.4]},{"faces":{"down":{"texture":"#0","uv":[8.75,5.5,7.625,6.375]},"east":{"texture":"#0","uv":[5.625,6.375,6.5,6.875]},"north":{"texture":"#0","uv":[6.5,6.375,7.625,6.875]},"south":{"texture":"#0","uv":[8.5,6.375,9.625,6.875]},"up":{"texture":"#0","uv":[7.625,6.375,6.5,5.5]},"west":{"texture":"#0","uv":[7.625,6.375,8.5,6.875]}},"from":[-16,-16,-15.2],"shade":false,"to":[-12.4,-14.4,-12.4]},{"faces":{"down":{"texture":"#0","uv":[2.375,0,1.625,0.75]},"east":{"texture":"#0","uv":[0.125,0.75,0.875,1.375]},"north":{"texture":"#0","uv":[0.875,0.75,1.625,1.375]},"south":{"texture":"#0","uv":[2.375,0.75,3.125,1.375]},"up":{"texture":"#0","uv":[1.625,0.75,0.875,0]},"west":{"texture":"#0","uv":[1.625,0.75,2.375,1.375]}},"from":[-15.4,-15.6,-15.6],"shade":false,"to":[-13,-13.6,-13.200001]}],"overrides":[],"textures":{"0":"item/w402980314_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5337.json b/assets/minecraft/models/w5337.json new file mode 100644 index 000000000..2cd5fb4cd --- /dev/null +++ b/assets/minecraft/models/w5337.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0.625,5.125,1]},"east":{"texture":"#0","uv":[4.375,1,4.75,1.375]},"north":{"texture":"#0","uv":[4.75,1,5.125,1.375]},"south":{"texture":"#0","uv":[5.5,1,5.875,1.375]},"up":{"texture":"#0","uv":[5.125,1,4.75,0.625]},"west":{"texture":"#0","uv":[5.125,1,5.5,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w402980314_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5338.json b/assets/minecraft/models/w5338.json new file mode 100644 index 000000000..3e9aeddbe --- /dev/null +++ b/assets/minecraft/models/w5338.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,0.125,4.875,0.25]},"east":{"texture":"#0","uv":[4.375,0.25,4.5,0.5]},"north":{"texture":"#0","uv":[4.5,0.25,4.875,0.5]},"south":{"texture":"#0","uv":[5,0.25,5.375,0.5]},"up":{"texture":"#0","uv":[4.875,0.25,4.5,0.125]},"west":{"texture":"#0","uv":[4.875,0.25,5,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w402980314_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5339.json b/assets/minecraft/models/w5339.json new file mode 100644 index 000000000..1e80410e3 --- /dev/null +++ b/assets/minecraft/models/w5339.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.875,0.125,5.25,0.25]},"east":{"texture":"#0","uv":[5,0.25,4.875,0.5]},"north":{"texture":"#0","uv":[4.875,0.25,4.5,0.5]},"south":{"texture":"#0","uv":[5.375,0.25,5,0.5]},"up":{"texture":"#0","uv":[4.5,0.25,4.875,0.125]},"west":{"texture":"#0","uv":[4.5,0.25,4.375,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w402980314_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w534.json b/assets/minecraft/models/w534.json new file mode 100644 index 000000000..cf120d7a1 --- /dev/null +++ b/assets/minecraft/models/w534.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,0,7,0.375]},"east":{"texture":"#0","uv":[6,0.375,6.375,1]},"north":{"texture":"#0","uv":[6.375,0.375,7,1]},"south":{"texture":"#0","uv":[7.375,0.375,8,1]},"up":{"texture":"#0","uv":[7,0.375,6.375,0]},"west":{"texture":"#0","uv":[7,0.375,7.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5340.json b/assets/minecraft/models/w5340.json new file mode 100644 index 000000000..58d1d5d41 --- /dev/null +++ b/assets/minecraft/models/w5340.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,4,0.25]},"east":{"texture":"#0","uv":[4,0.25,3.75,1.25]},"north":{"texture":"#0","uv":[3.75,0.25,3.5,1.25]},"south":{"texture":"#0","uv":[4.25,0.25,4,1.25]},"up":{"texture":"#0","uv":[3.5,0.25,3.75,0]},"west":{"texture":"#0","uv":[3.5,0.25,3.25,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[7.75,3.875,8.375,4.5]},"east":{"texture":"#0","uv":[8.375,4.5,7.75,5.375]},"north":{"texture":"#0","uv":[7.75,4.5,7.125,5.375]},"south":{"texture":"#0","uv":[9,4.5,8.375,5.375]},"up":{"texture":"#0","uv":[7.125,4.5,7.75,3.875]},"west":{"texture":"#0","uv":[7.125,4.5,6.5,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w728234784_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5341.json b/assets/minecraft/models/w5341.json new file mode 100644 index 000000000..58d1d5d41 --- /dev/null +++ b/assets/minecraft/models/w5341.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,4,0.25]},"east":{"texture":"#0","uv":[4,0.25,3.75,1.25]},"north":{"texture":"#0","uv":[3.75,0.25,3.5,1.25]},"south":{"texture":"#0","uv":[4.25,0.25,4,1.25]},"up":{"texture":"#0","uv":[3.5,0.25,3.75,0]},"west":{"texture":"#0","uv":[3.5,0.25,3.25,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[7.75,3.875,8.375,4.5]},"east":{"texture":"#0","uv":[8.375,4.5,7.75,5.375]},"north":{"texture":"#0","uv":[7.75,4.5,7.125,5.375]},"south":{"texture":"#0","uv":[9,4.5,8.375,5.375]},"up":{"texture":"#0","uv":[7.125,4.5,7.75,3.875]},"west":{"texture":"#0","uv":[7.125,4.5,6.5,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w728234784_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5342.json b/assets/minecraft/models/w5342.json new file mode 100644 index 000000000..9ad65a3f9 --- /dev/null +++ b/assets/minecraft/models/w5342.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3.75,0.25]},"east":{"texture":"#0","uv":[3.25,0.25,3.5,1.25]},"north":{"texture":"#0","uv":[3.5,0.25,3.75,1.25]},"south":{"texture":"#0","uv":[4,0.25,4.25,1.25]},"up":{"texture":"#0","uv":[3.75,0.25,3.5,0]},"west":{"texture":"#0","uv":[3.75,0.25,4,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[8.375,3.875,7.75,4.5]},"east":{"texture":"#0","uv":[6.5,4.5,7.125,5.375]},"north":{"texture":"#0","uv":[7.125,4.5,7.75,5.375]},"south":{"texture":"#0","uv":[8.375,4.5,9,5.375]},"up":{"texture":"#0","uv":[7.75,4.5,7.125,3.875]},"west":{"texture":"#0","uv":[7.75,4.5,8.375,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w728234784_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5343.json b/assets/minecraft/models/w5343.json new file mode 100644 index 000000000..9ad65a3f9 --- /dev/null +++ b/assets/minecraft/models/w5343.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3.75,0.25]},"east":{"texture":"#0","uv":[3.25,0.25,3.5,1.25]},"north":{"texture":"#0","uv":[3.5,0.25,3.75,1.25]},"south":{"texture":"#0","uv":[4,0.25,4.25,1.25]},"up":{"texture":"#0","uv":[3.75,0.25,3.5,0]},"west":{"texture":"#0","uv":[3.75,0.25,4,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[8.375,3.875,7.75,4.5]},"east":{"texture":"#0","uv":[6.5,4.5,7.125,5.375]},"north":{"texture":"#0","uv":[7.125,4.5,7.75,5.375]},"south":{"texture":"#0","uv":[8.375,4.5,9,5.375]},"up":{"texture":"#0","uv":[7.75,4.5,7.125,3.875]},"west":{"texture":"#0","uv":[7.75,4.5,8.375,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w728234784_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5344.json b/assets/minecraft/models/w5344.json new file mode 100644 index 000000000..cd2664081 --- /dev/null +++ b/assets/minecraft/models/w5344.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,10.375,2.25]},"east":{"texture":"#0","uv":[6.5,2.25,8.75,3.75]},"north":{"texture":"#0","uv":[8.75,2.25,10.375,3.75]},"south":{"texture":"#0","uv":[12.625,2.25,14.25,3.75]},"up":{"texture":"#0","uv":[10.375,2.25,8.75,0]},"west":{"texture":"#0","uv":[10.375,2.25,12.625,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-10.8,-11.2,-8.8]},{"faces":{"down":{"texture":"#0","uv":[4.375,1.625,3.25,3.625]},"east":{"texture":"#0","uv":[0.125,3.625,2.125,4.75]},"north":{"texture":"#0","uv":[2.125,3.625,3.25,4.75]},"south":{"texture":"#0","uv":[5.25,3.625,6.375,4.75]},"up":{"texture":"#0","uv":[3.25,3.625,2.125,1.625]},"west":{"texture":"#0","uv":[3.25,3.625,5.25,4.75]}},"from":[-15.2,-15.6,-15.6],"shade":false,"to":[-11.6,-12,-9.200001]}],"overrides":[],"textures":{"0":"item/w728234784_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5345.json b/assets/minecraft/models/w5345.json new file mode 100644 index 000000000..35716b9e7 --- /dev/null +++ b/assets/minecraft/models/w5345.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,3.875,11.375,5]},"east":{"texture":"#0","uv":[9.125,5,10.25,5.5]},"north":{"texture":"#0","uv":[10.25,5,11.375,5.5]},"south":{"texture":"#0","uv":[12.5,5,13.625,5.5]},"up":{"texture":"#0","uv":[11.375,5,10.25,3.875]},"west":{"texture":"#0","uv":[11.375,5,12.5,5.5]}},"from":[-16,-14.4,-16],"shade":false,"to":[-12.4,-12.799999,-12.4]},{"faces":{"down":{"texture":"#0","uv":[8.75,5.5,7.625,6.375]},"east":{"texture":"#0","uv":[5.625,6.375,6.5,6.875]},"north":{"texture":"#0","uv":[6.5,6.375,7.625,6.875]},"south":{"texture":"#0","uv":[8.5,6.375,9.625,6.875]},"up":{"texture":"#0","uv":[7.625,6.375,6.5,5.5]},"west":{"texture":"#0","uv":[7.625,6.375,8.5,6.875]}},"from":[-16,-16,-15.2],"shade":false,"to":[-12.4,-14.4,-12.4]},{"faces":{"down":{"texture":"#0","uv":[2.375,0,1.625,0.75]},"east":{"texture":"#0","uv":[0.125,0.75,0.875,1.375]},"north":{"texture":"#0","uv":[0.875,0.75,1.625,1.375]},"south":{"texture":"#0","uv":[2.375,0.75,3.125,1.375]},"up":{"texture":"#0","uv":[1.625,0.75,0.875,0]},"west":{"texture":"#0","uv":[1.625,0.75,2.375,1.375]}},"from":[-15.4,-15.6,-15.6],"shade":false,"to":[-13,-13.6,-13.200001]}],"overrides":[],"textures":{"0":"item/w728234784_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5346.json b/assets/minecraft/models/w5346.json new file mode 100644 index 000000000..7037a612d --- /dev/null +++ b/assets/minecraft/models/w5346.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0.625,5.125,1]},"east":{"texture":"#0","uv":[4.375,1,4.75,1.375]},"north":{"texture":"#0","uv":[4.75,1,5.125,1.375]},"south":{"texture":"#0","uv":[5.5,1,5.875,1.375]},"up":{"texture":"#0","uv":[5.125,1,4.75,0.625]},"west":{"texture":"#0","uv":[5.125,1,5.5,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w728234784_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5347.json b/assets/minecraft/models/w5347.json new file mode 100644 index 000000000..779014596 --- /dev/null +++ b/assets/minecraft/models/w5347.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,0.125,4.875,0.25]},"east":{"texture":"#0","uv":[4.375,0.25,4.5,0.5]},"north":{"texture":"#0","uv":[4.5,0.25,4.875,0.5]},"south":{"texture":"#0","uv":[5,0.25,5.375,0.5]},"up":{"texture":"#0","uv":[4.875,0.25,4.5,0.125]},"west":{"texture":"#0","uv":[4.875,0.25,5,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w728234784_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5348.json b/assets/minecraft/models/w5348.json new file mode 100644 index 000000000..5c737ca81 --- /dev/null +++ b/assets/minecraft/models/w5348.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.875,0.125,5.25,0.25]},"east":{"texture":"#0","uv":[5,0.25,4.875,0.5]},"north":{"texture":"#0","uv":[4.875,0.25,4.5,0.5]},"south":{"texture":"#0","uv":[5.375,0.25,5,0.5]},"up":{"texture":"#0","uv":[4.5,0.25,4.875,0.125]},"west":{"texture":"#0","uv":[4.5,0.25,4.375,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w728234784_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5349.json b/assets/minecraft/models/w5349.json new file mode 100644 index 000000000..2f64e59aa --- /dev/null +++ b/assets/minecraft/models/w5349.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,4,0.25]},"east":{"texture":"#0","uv":[4,0.25,3.75,1.25]},"north":{"texture":"#0","uv":[3.75,0.25,3.5,1.25]},"south":{"texture":"#0","uv":[4.25,0.25,4,1.25]},"up":{"texture":"#0","uv":[3.5,0.25,3.75,0]},"west":{"texture":"#0","uv":[3.5,0.25,3.25,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[7.75,3.875,8.375,4.5]},"east":{"texture":"#0","uv":[8.375,4.5,7.75,5.375]},"north":{"texture":"#0","uv":[7.75,4.5,7.125,5.375]},"south":{"texture":"#0","uv":[9,4.5,8.375,5.375]},"up":{"texture":"#0","uv":[7.125,4.5,7.75,3.875]},"west":{"texture":"#0","uv":[7.125,4.5,6.5,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w1606295469_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w535.json b/assets/minecraft/models/w535.json new file mode 100644 index 000000000..cf120d7a1 --- /dev/null +++ b/assets/minecraft/models/w535.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,0,7,0.375]},"east":{"texture":"#0","uv":[6,0.375,6.375,1]},"north":{"texture":"#0","uv":[6.375,0.375,7,1]},"south":{"texture":"#0","uv":[7.375,0.375,8,1]},"up":{"texture":"#0","uv":[7,0.375,6.375,0]},"west":{"texture":"#0","uv":[7,0.375,7.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5350.json b/assets/minecraft/models/w5350.json new file mode 100644 index 000000000..2f64e59aa --- /dev/null +++ b/assets/minecraft/models/w5350.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,4,0.25]},"east":{"texture":"#0","uv":[4,0.25,3.75,1.25]},"north":{"texture":"#0","uv":[3.75,0.25,3.5,1.25]},"south":{"texture":"#0","uv":[4.25,0.25,4,1.25]},"up":{"texture":"#0","uv":[3.5,0.25,3.75,0]},"west":{"texture":"#0","uv":[3.5,0.25,3.25,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[7.75,3.875,8.375,4.5]},"east":{"texture":"#0","uv":[8.375,4.5,7.75,5.375]},"north":{"texture":"#0","uv":[7.75,4.5,7.125,5.375]},"south":{"texture":"#0","uv":[9,4.5,8.375,5.375]},"up":{"texture":"#0","uv":[7.125,4.5,7.75,3.875]},"west":{"texture":"#0","uv":[7.125,4.5,6.5,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w1606295469_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5351.json b/assets/minecraft/models/w5351.json new file mode 100644 index 000000000..1c0568d9b --- /dev/null +++ b/assets/minecraft/models/w5351.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3.75,0.25]},"east":{"texture":"#0","uv":[3.25,0.25,3.5,1.25]},"north":{"texture":"#0","uv":[3.5,0.25,3.75,1.25]},"south":{"texture":"#0","uv":[4,0.25,4.25,1.25]},"up":{"texture":"#0","uv":[3.75,0.25,3.5,0]},"west":{"texture":"#0","uv":[3.75,0.25,4,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[8.375,3.875,7.75,4.5]},"east":{"texture":"#0","uv":[6.5,4.5,7.125,5.375]},"north":{"texture":"#0","uv":[7.125,4.5,7.75,5.375]},"south":{"texture":"#0","uv":[8.375,4.5,9,5.375]},"up":{"texture":"#0","uv":[7.75,4.5,7.125,3.875]},"west":{"texture":"#0","uv":[7.75,4.5,8.375,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w1606295469_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5352.json b/assets/minecraft/models/w5352.json new file mode 100644 index 000000000..1c0568d9b --- /dev/null +++ b/assets/minecraft/models/w5352.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3.75,0.25]},"east":{"texture":"#0","uv":[3.25,0.25,3.5,1.25]},"north":{"texture":"#0","uv":[3.5,0.25,3.75,1.25]},"south":{"texture":"#0","uv":[4,0.25,4.25,1.25]},"up":{"texture":"#0","uv":[3.75,0.25,3.5,0]},"west":{"texture":"#0","uv":[3.75,0.25,4,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[8.375,3.875,7.75,4.5]},"east":{"texture":"#0","uv":[6.5,4.5,7.125,5.375]},"north":{"texture":"#0","uv":[7.125,4.5,7.75,5.375]},"south":{"texture":"#0","uv":[8.375,4.5,9,5.375]},"up":{"texture":"#0","uv":[7.75,4.5,7.125,3.875]},"west":{"texture":"#0","uv":[7.75,4.5,8.375,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w1606295469_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5353.json b/assets/minecraft/models/w5353.json new file mode 100644 index 000000000..36a5927b0 --- /dev/null +++ b/assets/minecraft/models/w5353.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,10.375,2.25]},"east":{"texture":"#0","uv":[6.5,2.25,8.75,3.75]},"north":{"texture":"#0","uv":[8.75,2.25,10.375,3.75]},"south":{"texture":"#0","uv":[12.625,2.25,14.25,3.75]},"up":{"texture":"#0","uv":[10.375,2.25,8.75,0]},"west":{"texture":"#0","uv":[10.375,2.25,12.625,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-10.8,-11.2,-8.8]},{"faces":{"down":{"texture":"#0","uv":[4.375,1.625,3.25,3.625]},"east":{"texture":"#0","uv":[0.125,3.625,2.125,4.75]},"north":{"texture":"#0","uv":[2.125,3.625,3.25,4.75]},"south":{"texture":"#0","uv":[5.25,3.625,6.375,4.75]},"up":{"texture":"#0","uv":[3.25,3.625,2.125,1.625]},"west":{"texture":"#0","uv":[3.25,3.625,5.25,4.75]}},"from":[-15.2,-15.6,-15.6],"shade":false,"to":[-11.6,-12,-9.200001]}],"overrides":[],"textures":{"0":"item/w1606295469_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5354.json b/assets/minecraft/models/w5354.json new file mode 100644 index 000000000..c0b144b6e --- /dev/null +++ b/assets/minecraft/models/w5354.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,3.875,11.375,5]},"east":{"texture":"#0","uv":[9.125,5,10.25,5.5]},"north":{"texture":"#0","uv":[10.25,5,11.375,5.5]},"south":{"texture":"#0","uv":[12.5,5,13.625,5.5]},"up":{"texture":"#0","uv":[11.375,5,10.25,3.875]},"west":{"texture":"#0","uv":[11.375,5,12.5,5.5]}},"from":[-16,-14.4,-16],"shade":false,"to":[-12.4,-12.799999,-12.4]},{"faces":{"down":{"texture":"#0","uv":[8.75,5.5,7.625,6.375]},"east":{"texture":"#0","uv":[5.625,6.375,6.5,6.875]},"north":{"texture":"#0","uv":[6.5,6.375,7.625,6.875]},"south":{"texture":"#0","uv":[8.5,6.375,9.625,6.875]},"up":{"texture":"#0","uv":[7.625,6.375,6.5,5.5]},"west":{"texture":"#0","uv":[7.625,6.375,8.5,6.875]}},"from":[-16,-16,-15.2],"shade":false,"to":[-12.4,-14.4,-12.4]},{"faces":{"down":{"texture":"#0","uv":[2.375,0,1.625,0.75]},"east":{"texture":"#0","uv":[0.125,0.75,0.875,1.375]},"north":{"texture":"#0","uv":[0.875,0.75,1.625,1.375]},"south":{"texture":"#0","uv":[2.375,0.75,3.125,1.375]},"up":{"texture":"#0","uv":[1.625,0.75,0.875,0]},"west":{"texture":"#0","uv":[1.625,0.75,2.375,1.375]}},"from":[-15.4,-15.6,-15.6],"shade":false,"to":[-13,-13.6,-13.200001]}],"overrides":[],"textures":{"0":"item/w1606295469_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5355.json b/assets/minecraft/models/w5355.json new file mode 100644 index 000000000..e0589ba54 --- /dev/null +++ b/assets/minecraft/models/w5355.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0.625,5.125,1]},"east":{"texture":"#0","uv":[4.375,1,4.75,1.375]},"north":{"texture":"#0","uv":[4.75,1,5.125,1.375]},"south":{"texture":"#0","uv":[5.5,1,5.875,1.375]},"up":{"texture":"#0","uv":[5.125,1,4.75,0.625]},"west":{"texture":"#0","uv":[5.125,1,5.5,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1606295469_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5356.json b/assets/minecraft/models/w5356.json new file mode 100644 index 000000000..2ef6ad5e1 --- /dev/null +++ b/assets/minecraft/models/w5356.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,0.125,4.875,0.25]},"east":{"texture":"#0","uv":[4.375,0.25,4.5,0.5]},"north":{"texture":"#0","uv":[4.5,0.25,4.875,0.5]},"south":{"texture":"#0","uv":[5,0.25,5.375,0.5]},"up":{"texture":"#0","uv":[4.875,0.25,4.5,0.125]},"west":{"texture":"#0","uv":[4.875,0.25,5,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1606295469_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5357.json b/assets/minecraft/models/w5357.json new file mode 100644 index 000000000..7b934d225 --- /dev/null +++ b/assets/minecraft/models/w5357.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.875,0.125,5.25,0.25]},"east":{"texture":"#0","uv":[5,0.25,4.875,0.5]},"north":{"texture":"#0","uv":[4.875,0.25,4.5,0.5]},"south":{"texture":"#0","uv":[5.375,0.25,5,0.5]},"up":{"texture":"#0","uv":[4.5,0.25,4.875,0.125]},"west":{"texture":"#0","uv":[4.5,0.25,4.375,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1606295469_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5358.json b/assets/minecraft/models/w5358.json new file mode 100644 index 000000000..d45c3fa67 --- /dev/null +++ b/assets/minecraft/models/w5358.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,4,0.25]},"east":{"texture":"#0","uv":[4,0.25,3.75,1.25]},"north":{"texture":"#0","uv":[3.75,0.25,3.5,1.25]},"south":{"texture":"#0","uv":[4.25,0.25,4,1.25]},"up":{"texture":"#0","uv":[3.5,0.25,3.75,0]},"west":{"texture":"#0","uv":[3.5,0.25,3.25,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-12.719999,-15.12]}],"overrides":[],"textures":{"0":"item/w1758853971_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5359.json b/assets/minecraft/models/w5359.json new file mode 100644 index 000000000..d45c3fa67 --- /dev/null +++ b/assets/minecraft/models/w5359.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,4,0.25]},"east":{"texture":"#0","uv":[4,0.25,3.75,1.25]},"north":{"texture":"#0","uv":[3.75,0.25,3.5,1.25]},"south":{"texture":"#0","uv":[4.25,0.25,4,1.25]},"up":{"texture":"#0","uv":[3.5,0.25,3.75,0]},"west":{"texture":"#0","uv":[3.5,0.25,3.25,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-12.719999,-15.12]}],"overrides":[],"textures":{"0":"item/w1758853971_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w536.json b/assets/minecraft/models/w536.json new file mode 100644 index 000000000..cf120d7a1 --- /dev/null +++ b/assets/minecraft/models/w536.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,0,7,0.375]},"east":{"texture":"#0","uv":[6,0.375,6.375,1]},"north":{"texture":"#0","uv":[6.375,0.375,7,1]},"south":{"texture":"#0","uv":[7.375,0.375,8,1]},"up":{"texture":"#0","uv":[7,0.375,6.375,0]},"west":{"texture":"#0","uv":[7,0.375,7.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5360.json b/assets/minecraft/models/w5360.json new file mode 100644 index 000000000..0487b58a7 --- /dev/null +++ b/assets/minecraft/models/w5360.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3.75,0.25]},"east":{"texture":"#0","uv":[3.25,0.25,3.5,1.25]},"north":{"texture":"#0","uv":[3.5,0.25,3.75,1.25]},"south":{"texture":"#0","uv":[4,0.25,4.25,1.25]},"up":{"texture":"#0","uv":[3.75,0.25,3.5,0]},"west":{"texture":"#0","uv":[3.75,0.25,4,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-12.719999,-15.12]}],"overrides":[],"textures":{"0":"item/w1758853971_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5361.json b/assets/minecraft/models/w5361.json new file mode 100644 index 000000000..0487b58a7 --- /dev/null +++ b/assets/minecraft/models/w5361.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3.75,0.25]},"east":{"texture":"#0","uv":[3.25,0.25,3.5,1.25]},"north":{"texture":"#0","uv":[3.5,0.25,3.75,1.25]},"south":{"texture":"#0","uv":[4,0.25,4.25,1.25]},"up":{"texture":"#0","uv":[3.75,0.25,3.5,0]},"west":{"texture":"#0","uv":[3.75,0.25,4,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-12.719999,-15.12]}],"overrides":[],"textures":{"0":"item/w1758853971_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5362.json b/assets/minecraft/models/w5362.json new file mode 100644 index 000000000..67fe0bf2c --- /dev/null +++ b/assets/minecraft/models/w5362.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.375,1.625,3.25,3.625]},"east":{"texture":"#0","uv":[0.125,3.625,2.125,4.75]},"north":{"texture":"#0","uv":[2.125,3.625,3.25,4.75]},"south":{"texture":"#0","uv":[5.25,3.625,6.375,4.75]},"up":{"texture":"#0","uv":[3.25,3.625,2.125,1.625]},"west":{"texture":"#0","uv":[3.25,3.625,5.25,4.75]}},"from":[-15.6,-16,-16],"shade":false,"to":[-12,-12.4,-9.6]},{"faces":{"down":{"texture":"#0","uv":[1.5,2.5,1,3]},"east":{"texture":"#0","uv":[0,3,0.5,3.5]},"north":{"texture":"#0","uv":[0.5,3,1,3.5]},"south":{"texture":"#0","uv":[1.5,3,2,3.5]},"up":{"texture":"#0","uv":[1,3,0.5,2.5]},"west":{"texture":"#0","uv":[1,3,1.5,3.5]}},"from":[-16,-13.8,-11.6],"shade":false,"to":[-14.4,-12.2,-10]},{"faces":{"down":{"texture":"#0","uv":[1.375,1.75,1,2.125]},"east":{"texture":"#0","uv":[0.25,2.125,0.625,2.5]},"north":{"texture":"#0","uv":[0.625,2.125,1,2.5]},"south":{"texture":"#0","uv":[1.375,2.125,1.75,2.5]},"up":{"texture":"#0","uv":[1,2.125,0.625,1.75]},"west":{"texture":"#0","uv":[1,2.125,1.375,2.5]}},"from":[-15.8,-13.2,-14],"shade":false,"to":[-14.6,-12,-12.8]},{"faces":{"down":{"texture":"#0","uv":[1.5,2.5,1,3]},"east":{"texture":"#0","uv":[0,3,0.5,3.5]},"north":{"texture":"#0","uv":[0.5,3,1,3.5]},"south":{"texture":"#0","uv":[1.5,3,2,3.5]},"up":{"texture":"#0","uv":[1,3,0.5,2.5]},"west":{"texture":"#0","uv":[1,3,1.5,3.5]}},"from":[-14.8,-13.2,-12.4],"shade":false,"to":[-13.2,-11.599999,-10.799999]}],"overrides":[],"textures":{"0":"item/w1758853971_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5363.json b/assets/minecraft/models/w5363.json new file mode 100644 index 000000000..63a0bfd73 --- /dev/null +++ b/assets/minecraft/models/w5363.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.375,0,1.625,0.75]},"east":{"texture":"#0","uv":[0.125,0.75,0.875,1.375]},"north":{"texture":"#0","uv":[0.875,0.75,1.625,1.375]},"south":{"texture":"#0","uv":[2.375,0.75,3.125,1.375]},"up":{"texture":"#0","uv":[1.625,0.75,0.875,0]},"west":{"texture":"#0","uv":[1.625,0.75,2.375,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14,-13.6]}],"overrides":[],"textures":{"0":"item/w1758853971_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5364.json b/assets/minecraft/models/w5364.json new file mode 100644 index 000000000..ae11d6a36 --- /dev/null +++ b/assets/minecraft/models/w5364.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0.625,5.125,1]},"east":{"texture":"#0","uv":[4.375,1,4.75,1.375]},"north":{"texture":"#0","uv":[4.75,1,5.125,1.375]},"south":{"texture":"#0","uv":[5.5,1,5.875,1.375]},"up":{"texture":"#0","uv":[5.125,1,4.75,0.625]},"west":{"texture":"#0","uv":[5.125,1,5.5,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1758853971_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5365.json b/assets/minecraft/models/w5365.json new file mode 100644 index 000000000..95545e520 --- /dev/null +++ b/assets/minecraft/models/w5365.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,0.125,4.875,0.25]},"east":{"texture":"#0","uv":[4.375,0.25,4.5,0.5]},"north":{"texture":"#0","uv":[4.5,0.25,4.875,0.5]},"south":{"texture":"#0","uv":[5,0.25,5.375,0.5]},"up":{"texture":"#0","uv":[4.875,0.25,4.5,0.125]},"west":{"texture":"#0","uv":[4.875,0.25,5,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1758853971_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5366.json b/assets/minecraft/models/w5366.json new file mode 100644 index 000000000..5f647fb11 --- /dev/null +++ b/assets/minecraft/models/w5366.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.875,0.125,5.25,0.25]},"east":{"texture":"#0","uv":[5,0.25,4.875,0.5]},"north":{"texture":"#0","uv":[4.875,0.25,4.5,0.5]},"south":{"texture":"#0","uv":[5.375,0.25,5,0.5]},"up":{"texture":"#0","uv":[4.5,0.25,4.875,0.125]},"west":{"texture":"#0","uv":[4.5,0.25,4.375,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1758853971_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5367.json b/assets/minecraft/models/w5367.json new file mode 100644 index 000000000..e9518060e --- /dev/null +++ b/assets/minecraft/models/w5367.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,4,0.25]},"east":{"texture":"#0","uv":[4,0.25,3.75,1.25]},"north":{"texture":"#0","uv":[3.75,0.25,3.5,1.25]},"south":{"texture":"#0","uv":[4.25,0.25,4,1.25]},"up":{"texture":"#0","uv":[3.5,0.25,3.75,0]},"west":{"texture":"#0","uv":[3.5,0.25,3.25,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[7.75,3.875,8.375,4.5]},"east":{"texture":"#0","uv":[8.375,4.5,7.75,5.375]},"north":{"texture":"#0","uv":[7.75,4.5,7.125,5.375]},"south":{"texture":"#0","uv":[9,4.5,8.375,5.375]},"up":{"texture":"#0","uv":[7.125,4.5,7.75,3.875]},"west":{"texture":"#0","uv":[7.125,4.5,6.5,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w864487905_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5368.json b/assets/minecraft/models/w5368.json new file mode 100644 index 000000000..e9518060e --- /dev/null +++ b/assets/minecraft/models/w5368.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,4,0.25]},"east":{"texture":"#0","uv":[4,0.25,3.75,1.25]},"north":{"texture":"#0","uv":[3.75,0.25,3.5,1.25]},"south":{"texture":"#0","uv":[4.25,0.25,4,1.25]},"up":{"texture":"#0","uv":[3.5,0.25,3.75,0]},"west":{"texture":"#0","uv":[3.5,0.25,3.25,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[7.75,3.875,8.375,4.5]},"east":{"texture":"#0","uv":[8.375,4.5,7.75,5.375]},"north":{"texture":"#0","uv":[7.75,4.5,7.125,5.375]},"south":{"texture":"#0","uv":[9,4.5,8.375,5.375]},"up":{"texture":"#0","uv":[7.125,4.5,7.75,3.875]},"west":{"texture":"#0","uv":[7.125,4.5,6.5,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w864487905_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5369.json b/assets/minecraft/models/w5369.json new file mode 100644 index 000000000..90f18f7c8 --- /dev/null +++ b/assets/minecraft/models/w5369.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3.75,0.25]},"east":{"texture":"#0","uv":[3.25,0.25,3.5,1.25]},"north":{"texture":"#0","uv":[3.5,0.25,3.75,1.25]},"south":{"texture":"#0","uv":[4,0.25,4.25,1.25]},"up":{"texture":"#0","uv":[3.75,0.25,3.5,0]},"west":{"texture":"#0","uv":[3.75,0.25,4,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[8.375,3.875,7.75,4.5]},"east":{"texture":"#0","uv":[6.5,4.5,7.125,5.375]},"north":{"texture":"#0","uv":[7.125,4.5,7.75,5.375]},"south":{"texture":"#0","uv":[8.375,4.5,9,5.375]},"up":{"texture":"#0","uv":[7.75,4.5,7.125,3.875]},"west":{"texture":"#0","uv":[7.75,4.5,8.375,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w864487905_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w537.json b/assets/minecraft/models/w537.json new file mode 100644 index 000000000..cf120d7a1 --- /dev/null +++ b/assets/minecraft/models/w537.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,0,7,0.375]},"east":{"texture":"#0","uv":[6,0.375,6.375,1]},"north":{"texture":"#0","uv":[6.375,0.375,7,1]},"south":{"texture":"#0","uv":[7.375,0.375,8,1]},"up":{"texture":"#0","uv":[7,0.375,6.375,0]},"west":{"texture":"#0","uv":[7,0.375,7.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5370.json b/assets/minecraft/models/w5370.json new file mode 100644 index 000000000..90f18f7c8 --- /dev/null +++ b/assets/minecraft/models/w5370.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3.75,0.25]},"east":{"texture":"#0","uv":[3.25,0.25,3.5,1.25]},"north":{"texture":"#0","uv":[3.5,0.25,3.75,1.25]},"south":{"texture":"#0","uv":[4,0.25,4.25,1.25]},"up":{"texture":"#0","uv":[3.75,0.25,3.5,0]},"west":{"texture":"#0","uv":[3.75,0.25,4,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[8.375,3.875,7.75,4.5]},"east":{"texture":"#0","uv":[6.5,4.5,7.125,5.375]},"north":{"texture":"#0","uv":[7.125,4.5,7.75,5.375]},"south":{"texture":"#0","uv":[8.375,4.5,9,5.375]},"up":{"texture":"#0","uv":[7.75,4.5,7.125,3.875]},"west":{"texture":"#0","uv":[7.75,4.5,8.375,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w864487905_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5371.json b/assets/minecraft/models/w5371.json new file mode 100644 index 000000000..1b5ee1aad --- /dev/null +++ b/assets/minecraft/models/w5371.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,10.375,2.25]},"east":{"texture":"#0","uv":[6.5,2.25,8.75,3.75]},"north":{"texture":"#0","uv":[8.75,2.25,10.375,3.75]},"south":{"texture":"#0","uv":[12.625,2.25,14.25,3.75]},"up":{"texture":"#0","uv":[10.375,2.25,8.75,0]},"west":{"texture":"#0","uv":[10.375,2.25,12.625,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-10.8,-11.2,-8.8]},{"faces":{"down":{"texture":"#0","uv":[4.375,1.625,3.25,3.625]},"east":{"texture":"#0","uv":[0.125,3.625,2.125,4.75]},"north":{"texture":"#0","uv":[2.125,3.625,3.25,4.75]},"south":{"texture":"#0","uv":[5.25,3.625,6.375,4.75]},"up":{"texture":"#0","uv":[3.25,3.625,2.125,1.625]},"west":{"texture":"#0","uv":[3.25,3.625,5.25,4.75]}},"from":[-15.2,-15.6,-15.6],"shade":false,"to":[-11.6,-12,-9.200001]}],"overrides":[],"textures":{"0":"item/w864487905_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5372.json b/assets/minecraft/models/w5372.json new file mode 100644 index 000000000..a831b1891 --- /dev/null +++ b/assets/minecraft/models/w5372.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,3.875,11.375,5]},"east":{"texture":"#0","uv":[9.125,5,10.25,5.5]},"north":{"texture":"#0","uv":[10.25,5,11.375,5.5]},"south":{"texture":"#0","uv":[12.5,5,13.625,5.5]},"up":{"texture":"#0","uv":[11.375,5,10.25,3.875]},"west":{"texture":"#0","uv":[11.375,5,12.5,5.5]}},"from":[-16,-14.4,-16],"shade":false,"to":[-12.4,-12.799999,-12.4]},{"faces":{"down":{"texture":"#0","uv":[8.75,5.5,7.625,6.375]},"east":{"texture":"#0","uv":[5.625,6.375,6.5,6.875]},"north":{"texture":"#0","uv":[6.5,6.375,7.625,6.875]},"south":{"texture":"#0","uv":[8.5,6.375,9.625,6.875]},"up":{"texture":"#0","uv":[7.625,6.375,6.5,5.5]},"west":{"texture":"#0","uv":[7.625,6.375,8.5,6.875]}},"from":[-16,-16,-15.2],"shade":false,"to":[-12.4,-14.4,-12.4]},{"faces":{"down":{"texture":"#0","uv":[2.375,0,1.625,0.75]},"east":{"texture":"#0","uv":[0.125,0.75,0.875,1.375]},"north":{"texture":"#0","uv":[0.875,0.75,1.625,1.375]},"south":{"texture":"#0","uv":[2.375,0.75,3.125,1.375]},"up":{"texture":"#0","uv":[1.625,0.75,0.875,0]},"west":{"texture":"#0","uv":[1.625,0.75,2.375,1.375]}},"from":[-15.4,-15.6,-15.6],"shade":false,"to":[-13,-13.6,-13.200001]}],"overrides":[],"textures":{"0":"item/w864487905_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5373.json b/assets/minecraft/models/w5373.json new file mode 100644 index 000000000..3ebf9349e --- /dev/null +++ b/assets/minecraft/models/w5373.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0.625,5.125,1]},"east":{"texture":"#0","uv":[4.375,1,4.75,1.375]},"north":{"texture":"#0","uv":[4.75,1,5.125,1.375]},"south":{"texture":"#0","uv":[5.5,1,5.875,1.375]},"up":{"texture":"#0","uv":[5.125,1,4.75,0.625]},"west":{"texture":"#0","uv":[5.125,1,5.5,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w864487905_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5374.json b/assets/minecraft/models/w5374.json new file mode 100644 index 000000000..c1e3d0212 --- /dev/null +++ b/assets/minecraft/models/w5374.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,0.125,4.875,0.25]},"east":{"texture":"#0","uv":[4.375,0.25,4.5,0.5]},"north":{"texture":"#0","uv":[4.5,0.25,4.875,0.5]},"south":{"texture":"#0","uv":[5,0.25,5.375,0.5]},"up":{"texture":"#0","uv":[4.875,0.25,4.5,0.125]},"west":{"texture":"#0","uv":[4.875,0.25,5,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w864487905_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5375.json b/assets/minecraft/models/w5375.json new file mode 100644 index 000000000..da51b6bac --- /dev/null +++ b/assets/minecraft/models/w5375.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.875,0.125,5.25,0.25]},"east":{"texture":"#0","uv":[5,0.25,4.875,0.5]},"north":{"texture":"#0","uv":[4.875,0.25,4.5,0.5]},"south":{"texture":"#0","uv":[5.375,0.25,5,0.5]},"up":{"texture":"#0","uv":[4.5,0.25,4.875,0.125]},"west":{"texture":"#0","uv":[4.5,0.25,4.375,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w864487905_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5376.json b/assets/minecraft/models/w5376.json new file mode 100644 index 000000000..a24ede794 --- /dev/null +++ b/assets/minecraft/models/w5376.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,4,0.25]},"east":{"texture":"#0","uv":[4,0.25,3.75,1.25]},"north":{"texture":"#0","uv":[3.75,0.25,3.5,1.25]},"south":{"texture":"#0","uv":[4.25,0.25,4,1.25]},"up":{"texture":"#0","uv":[3.5,0.25,3.75,0]},"west":{"texture":"#0","uv":[3.5,0.25,3.25,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[7.75,3.875,8.375,4.5]},"east":{"texture":"#0","uv":[8.375,4.5,7.75,5.375]},"north":{"texture":"#0","uv":[7.75,4.5,7.125,5.375]},"south":{"texture":"#0","uv":[9,4.5,8.375,5.375]},"up":{"texture":"#0","uv":[7.125,4.5,7.75,3.875]},"west":{"texture":"#0","uv":[7.125,4.5,6.5,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w1761401925_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5377.json b/assets/minecraft/models/w5377.json new file mode 100644 index 000000000..a24ede794 --- /dev/null +++ b/assets/minecraft/models/w5377.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,4,0.25]},"east":{"texture":"#0","uv":[4,0.25,3.75,1.25]},"north":{"texture":"#0","uv":[3.75,0.25,3.5,1.25]},"south":{"texture":"#0","uv":[4.25,0.25,4,1.25]},"up":{"texture":"#0","uv":[3.5,0.25,3.75,0]},"west":{"texture":"#0","uv":[3.5,0.25,3.25,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[7.75,3.875,8.375,4.5]},"east":{"texture":"#0","uv":[8.375,4.5,7.75,5.375]},"north":{"texture":"#0","uv":[7.75,4.5,7.125,5.375]},"south":{"texture":"#0","uv":[9,4.5,8.375,5.375]},"up":{"texture":"#0","uv":[7.125,4.5,7.75,3.875]},"west":{"texture":"#0","uv":[7.125,4.5,6.5,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w1761401925_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5378.json b/assets/minecraft/models/w5378.json new file mode 100644 index 000000000..92ff50a3e --- /dev/null +++ b/assets/minecraft/models/w5378.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3.75,0.25]},"east":{"texture":"#0","uv":[3.25,0.25,3.5,1.25]},"north":{"texture":"#0","uv":[3.5,0.25,3.75,1.25]},"south":{"texture":"#0","uv":[4,0.25,4.25,1.25]},"up":{"texture":"#0","uv":[3.75,0.25,3.5,0]},"west":{"texture":"#0","uv":[3.75,0.25,4,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[8.375,3.875,7.75,4.5]},"east":{"texture":"#0","uv":[6.5,4.5,7.125,5.375]},"north":{"texture":"#0","uv":[7.125,4.5,7.75,5.375]},"south":{"texture":"#0","uv":[8.375,4.5,9,5.375]},"up":{"texture":"#0","uv":[7.75,4.5,7.125,3.875]},"west":{"texture":"#0","uv":[7.75,4.5,8.375,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w1761401925_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5379.json b/assets/minecraft/models/w5379.json new file mode 100644 index 000000000..92ff50a3e --- /dev/null +++ b/assets/minecraft/models/w5379.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3.75,0.25]},"east":{"texture":"#0","uv":[3.25,0.25,3.5,1.25]},"north":{"texture":"#0","uv":[3.5,0.25,3.75,1.25]},"south":{"texture":"#0","uv":[4,0.25,4.25,1.25]},"up":{"texture":"#0","uv":[3.75,0.25,3.5,0]},"west":{"texture":"#0","uv":[3.75,0.25,4,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[8.375,3.875,7.75,4.5]},"east":{"texture":"#0","uv":[6.5,4.5,7.125,5.375]},"north":{"texture":"#0","uv":[7.125,4.5,7.75,5.375]},"south":{"texture":"#0","uv":[8.375,4.5,9,5.375]},"up":{"texture":"#0","uv":[7.75,4.5,7.125,3.875]},"west":{"texture":"#0","uv":[7.75,4.5,8.375,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w1761401925_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w538.json b/assets/minecraft/models/w538.json new file mode 100644 index 000000000..f2aa91678 --- /dev/null +++ b/assets/minecraft/models/w538.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[8,12,0,16]},"south":{"texture":"#0","uv":[0,12,8,16]}},"from":[-16,-16,-16],"shade":false,"to":[-7.039999,-11.5199995,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5380.json b/assets/minecraft/models/w5380.json new file mode 100644 index 000000000..14802d1a3 --- /dev/null +++ b/assets/minecraft/models/w5380.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,10.375,2.25]},"east":{"texture":"#0","uv":[6.5,2.25,8.75,3.75]},"north":{"texture":"#0","uv":[8.75,2.25,10.375,3.75]},"south":{"texture":"#0","uv":[12.625,2.25,14.25,3.75]},"up":{"texture":"#0","uv":[10.375,2.25,8.75,0]},"west":{"texture":"#0","uv":[10.375,2.25,12.625,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-10.8,-11.2,-8.8]},{"faces":{"down":{"texture":"#0","uv":[4.375,1.625,3.25,3.625]},"east":{"texture":"#0","uv":[0.125,3.625,2.125,4.75]},"north":{"texture":"#0","uv":[2.125,3.625,3.25,4.75]},"south":{"texture":"#0","uv":[5.25,3.625,6.375,4.75]},"up":{"texture":"#0","uv":[3.25,3.625,2.125,1.625]},"west":{"texture":"#0","uv":[3.25,3.625,5.25,4.75]}},"from":[-15.2,-15.6,-15.6],"shade":false,"to":[-11.6,-12,-9.200001]}],"overrides":[],"textures":{"0":"item/w1761401925_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5381.json b/assets/minecraft/models/w5381.json new file mode 100644 index 000000000..bdbba4342 --- /dev/null +++ b/assets/minecraft/models/w5381.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,3.875,11.375,5]},"east":{"texture":"#0","uv":[9.125,5,10.25,5.5]},"north":{"texture":"#0","uv":[10.25,5,11.375,5.5]},"south":{"texture":"#0","uv":[12.5,5,13.625,5.5]},"up":{"texture":"#0","uv":[11.375,5,10.25,3.875]},"west":{"texture":"#0","uv":[11.375,5,12.5,5.5]}},"from":[-16,-14.4,-16],"shade":false,"to":[-12.4,-12.799999,-12.4]},{"faces":{"down":{"texture":"#0","uv":[8.75,5.5,7.625,6.375]},"east":{"texture":"#0","uv":[5.625,6.375,6.5,6.875]},"north":{"texture":"#0","uv":[6.5,6.375,7.625,6.875]},"south":{"texture":"#0","uv":[8.5,6.375,9.625,6.875]},"up":{"texture":"#0","uv":[7.625,6.375,6.5,5.5]},"west":{"texture":"#0","uv":[7.625,6.375,8.5,6.875]}},"from":[-16,-16,-15.2],"shade":false,"to":[-12.4,-14.4,-12.4]},{"faces":{"down":{"texture":"#0","uv":[2.375,0,1.625,0.75]},"east":{"texture":"#0","uv":[0.125,0.75,0.875,1.375]},"north":{"texture":"#0","uv":[0.875,0.75,1.625,1.375]},"south":{"texture":"#0","uv":[2.375,0.75,3.125,1.375]},"up":{"texture":"#0","uv":[1.625,0.75,0.875,0]},"west":{"texture":"#0","uv":[1.625,0.75,2.375,1.375]}},"from":[-15.4,-15.6,-15.6],"shade":false,"to":[-13,-13.6,-13.200001]}],"overrides":[],"textures":{"0":"item/w1761401925_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5382.json b/assets/minecraft/models/w5382.json new file mode 100644 index 000000000..03a708067 --- /dev/null +++ b/assets/minecraft/models/w5382.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0.625,5.125,1]},"east":{"texture":"#0","uv":[4.375,1,4.75,1.375]},"north":{"texture":"#0","uv":[4.75,1,5.125,1.375]},"south":{"texture":"#0","uv":[5.5,1,5.875,1.375]},"up":{"texture":"#0","uv":[5.125,1,4.75,0.625]},"west":{"texture":"#0","uv":[5.125,1,5.5,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1761401925_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5383.json b/assets/minecraft/models/w5383.json new file mode 100644 index 000000000..2e60d4c84 --- /dev/null +++ b/assets/minecraft/models/w5383.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,0.125,4.875,0.25]},"east":{"texture":"#0","uv":[4.375,0.25,4.5,0.5]},"north":{"texture":"#0","uv":[4.5,0.25,4.875,0.5]},"south":{"texture":"#0","uv":[5,0.25,5.375,0.5]},"up":{"texture":"#0","uv":[4.875,0.25,4.5,0.125]},"west":{"texture":"#0","uv":[4.875,0.25,5,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1761401925_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5384.json b/assets/minecraft/models/w5384.json new file mode 100644 index 000000000..608427789 --- /dev/null +++ b/assets/minecraft/models/w5384.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.875,0.125,5.25,0.25]},"east":{"texture":"#0","uv":[5,0.25,4.875,0.5]},"north":{"texture":"#0","uv":[4.875,0.25,4.5,0.5]},"south":{"texture":"#0","uv":[5.375,0.25,5,0.5]},"up":{"texture":"#0","uv":[4.5,0.25,4.875,0.125]},"west":{"texture":"#0","uv":[4.5,0.25,4.375,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1761401925_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5385.json b/assets/minecraft/models/w5385.json new file mode 100644 index 000000000..3c19bd246 --- /dev/null +++ b/assets/minecraft/models/w5385.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,4,0.25]},"east":{"texture":"#0","uv":[4,0.25,3.75,1.25]},"north":{"texture":"#0","uv":[3.75,0.25,3.5,1.25]},"south":{"texture":"#0","uv":[4.25,0.25,4,1.25]},"up":{"texture":"#0","uv":[3.5,0.25,3.75,0]},"west":{"texture":"#0","uv":[3.5,0.25,3.25,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[7.75,3.875,8.375,4.5]},"east":{"texture":"#0","uv":[8.375,4.5,7.75,5.375]},"north":{"texture":"#0","uv":[7.75,4.5,7.125,5.375]},"south":{"texture":"#0","uv":[9,4.5,8.375,5.375]},"up":{"texture":"#0","uv":[7.125,4.5,7.75,3.875]},"west":{"texture":"#0","uv":[7.125,4.5,6.5,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w970938328_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5386.json b/assets/minecraft/models/w5386.json new file mode 100644 index 000000000..3c19bd246 --- /dev/null +++ b/assets/minecraft/models/w5386.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,4,0.25]},"east":{"texture":"#0","uv":[4,0.25,3.75,1.25]},"north":{"texture":"#0","uv":[3.75,0.25,3.5,1.25]},"south":{"texture":"#0","uv":[4.25,0.25,4,1.25]},"up":{"texture":"#0","uv":[3.5,0.25,3.75,0]},"west":{"texture":"#0","uv":[3.5,0.25,3.25,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[7.75,3.875,8.375,4.5]},"east":{"texture":"#0","uv":[8.375,4.5,7.75,5.375]},"north":{"texture":"#0","uv":[7.75,4.5,7.125,5.375]},"south":{"texture":"#0","uv":[9,4.5,8.375,5.375]},"up":{"texture":"#0","uv":[7.125,4.5,7.75,3.875]},"west":{"texture":"#0","uv":[7.125,4.5,6.5,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w970938328_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5387.json b/assets/minecraft/models/w5387.json new file mode 100644 index 000000000..65475e072 --- /dev/null +++ b/assets/minecraft/models/w5387.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3.75,0.25]},"east":{"texture":"#0","uv":[3.25,0.25,3.5,1.25]},"north":{"texture":"#0","uv":[3.5,0.25,3.75,1.25]},"south":{"texture":"#0","uv":[4,0.25,4.25,1.25]},"up":{"texture":"#0","uv":[3.75,0.25,3.5,0]},"west":{"texture":"#0","uv":[3.75,0.25,4,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[8.375,3.875,7.75,4.5]},"east":{"texture":"#0","uv":[6.5,4.5,7.125,5.375]},"north":{"texture":"#0","uv":[7.125,4.5,7.75,5.375]},"south":{"texture":"#0","uv":[8.375,4.5,9,5.375]},"up":{"texture":"#0","uv":[7.75,4.5,7.125,3.875]},"west":{"texture":"#0","uv":[7.75,4.5,8.375,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w970938328_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5388.json b/assets/minecraft/models/w5388.json new file mode 100644 index 000000000..65475e072 --- /dev/null +++ b/assets/minecraft/models/w5388.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,3.75,0.25]},"east":{"texture":"#0","uv":[3.25,0.25,3.5,1.25]},"north":{"texture":"#0","uv":[3.5,0.25,3.75,1.25]},"south":{"texture":"#0","uv":[4,0.25,4.25,1.25]},"up":{"texture":"#0","uv":[3.75,0.25,3.5,0]},"west":{"texture":"#0","uv":[3.75,0.25,4,1.25]}},"from":[-15.44,-16,-15.44],"shade":false,"to":[-14.559999,-12.719999,-14.559999]},{"faces":{"down":{"texture":"#0","uv":[8.375,3.875,7.75,4.5]},"east":{"texture":"#0","uv":[6.5,4.5,7.125,5.375]},"north":{"texture":"#0","uv":[7.125,4.5,7.75,5.375]},"south":{"texture":"#0","uv":[8.375,4.5,9,5.375]},"up":{"texture":"#0","uv":[7.75,4.5,7.125,3.875]},"west":{"texture":"#0","uv":[7.75,4.5,8.375,5.375]}},"from":[-16,-15.16,-16],"shade":false,"to":[-14,-12.36,-14]}],"overrides":[],"textures":{"0":"item/w970938328_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5389.json b/assets/minecraft/models/w5389.json new file mode 100644 index 000000000..429980bd1 --- /dev/null +++ b/assets/minecraft/models/w5389.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,10.375,2.25]},"east":{"texture":"#0","uv":[6.5,2.25,8.75,3.75]},"north":{"texture":"#0","uv":[8.75,2.25,10.375,3.75]},"south":{"texture":"#0","uv":[12.625,2.25,14.25,3.75]},"up":{"texture":"#0","uv":[10.375,2.25,8.75,0]},"west":{"texture":"#0","uv":[10.375,2.25,12.625,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-10.8,-11.2,-8.8]},{"faces":{"down":{"texture":"#0","uv":[4.375,1.625,3.25,3.625]},"east":{"texture":"#0","uv":[0.125,3.625,2.125,4.75]},"north":{"texture":"#0","uv":[2.125,3.625,3.25,4.75]},"south":{"texture":"#0","uv":[5.25,3.625,6.375,4.75]},"up":{"texture":"#0","uv":[3.25,3.625,2.125,1.625]},"west":{"texture":"#0","uv":[3.25,3.625,5.25,4.75]}},"from":[-15.2,-15.6,-15.6],"shade":false,"to":[-11.6,-12,-9.200001]}],"overrides":[],"textures":{"0":"item/w970938328_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w539.json b/assets/minecraft/models/w539.json new file mode 100644 index 000000000..45bdbac5f --- /dev/null +++ b/assets/minecraft/models/w539.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.375,7.625,0]},"east":{"texture":"#0","uv":[7,0.375,7.375,1]},"north":{"texture":"#0","uv":[7.375,0.375,8,1]},"south":{"texture":"#0","uv":[6.375,0.375,7,1]},"up":{"texture":"#0","uv":[6.375,0,7,0.375]},"west":{"texture":"#0","uv":[6,0.375,6.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5390.json b/assets/minecraft/models/w5390.json new file mode 100644 index 000000000..acc936933 --- /dev/null +++ b/assets/minecraft/models/w5390.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,3.875,11.375,5]},"east":{"texture":"#0","uv":[9.125,5,10.25,5.5]},"north":{"texture":"#0","uv":[10.25,5,11.375,5.5]},"south":{"texture":"#0","uv":[12.5,5,13.625,5.5]},"up":{"texture":"#0","uv":[11.375,5,10.25,3.875]},"west":{"texture":"#0","uv":[11.375,5,12.5,5.5]}},"from":[-16,-14.4,-16],"shade":false,"to":[-12.4,-12.799999,-12.4]},{"faces":{"down":{"texture":"#0","uv":[8.75,5.5,7.625,6.375]},"east":{"texture":"#0","uv":[5.625,6.375,6.5,6.875]},"north":{"texture":"#0","uv":[6.5,6.375,7.625,6.875]},"south":{"texture":"#0","uv":[8.5,6.375,9.625,6.875]},"up":{"texture":"#0","uv":[7.625,6.375,6.5,5.5]},"west":{"texture":"#0","uv":[7.625,6.375,8.5,6.875]}},"from":[-16,-16,-15.2],"shade":false,"to":[-12.4,-14.4,-12.4]},{"faces":{"down":{"texture":"#0","uv":[2.375,0,1.625,0.75]},"east":{"texture":"#0","uv":[0.125,0.75,0.875,1.375]},"north":{"texture":"#0","uv":[0.875,0.75,1.625,1.375]},"south":{"texture":"#0","uv":[2.375,0.75,3.125,1.375]},"up":{"texture":"#0","uv":[1.625,0.75,0.875,0]},"west":{"texture":"#0","uv":[1.625,0.75,2.375,1.375]}},"from":[-15.4,-15.6,-15.6],"shade":false,"to":[-13,-13.6,-13.200001]}],"overrides":[],"textures":{"0":"item/w970938328_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5391.json b/assets/minecraft/models/w5391.json new file mode 100644 index 000000000..cea60c16b --- /dev/null +++ b/assets/minecraft/models/w5391.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0.625,5.125,1]},"east":{"texture":"#0","uv":[4.375,1,4.75,1.375]},"north":{"texture":"#0","uv":[4.75,1,5.125,1.375]},"south":{"texture":"#0","uv":[5.5,1,5.875,1.375]},"up":{"texture":"#0","uv":[5.125,1,4.75,0.625]},"west":{"texture":"#0","uv":[5.125,1,5.5,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w970938328_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5392.json b/assets/minecraft/models/w5392.json new file mode 100644 index 000000000..c37a07728 --- /dev/null +++ b/assets/minecraft/models/w5392.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,0.125,4.875,0.25]},"east":{"texture":"#0","uv":[4.375,0.25,4.5,0.5]},"north":{"texture":"#0","uv":[4.5,0.25,4.875,0.5]},"south":{"texture":"#0","uv":[5,0.25,5.375,0.5]},"up":{"texture":"#0","uv":[4.875,0.25,4.5,0.125]},"west":{"texture":"#0","uv":[4.875,0.25,5,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w970938328_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5393.json b/assets/minecraft/models/w5393.json new file mode 100644 index 000000000..eea59474c --- /dev/null +++ b/assets/minecraft/models/w5393.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.875,0.125,5.25,0.25]},"east":{"texture":"#0","uv":[5,0.25,4.875,0.5]},"north":{"texture":"#0","uv":[4.875,0.25,4.5,0.5]},"south":{"texture":"#0","uv":[5.375,0.25,5,0.5]},"up":{"texture":"#0","uv":[4.5,0.25,4.875,0.125]},"west":{"texture":"#0","uv":[4.5,0.25,4.375,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w970938328_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5394.json b/assets/minecraft/models/w5394.json new file mode 100644 index 000000000..fe4c66d06 --- /dev/null +++ b/assets/minecraft/models/w5394.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,0,1,1]},"south":{"texture":"#0","uv":[0,0,1,1]}},"from":[-11.313993,-16,-15.062742],"shade":false,"to":[-6.0120573,-9.6,-15.062742]},{"faces":{"north":{"texture":"#0","uv":[0,0,1,1]},"south":{"texture":"#0","uv":[0,0,1,1]}},"from":[-6.9489183,-16,-12.800003],"rotation":{"angle":-45,"axis":"y","origin":[-3.7489185,-12.8,-12.800003],"rescale":false},"shade":false,"to":[-1.6469827,-9.6,-12.800003]},{"faces":{"east":{"texture":"#0","uv":[0,0,1,1]},"west":{"texture":"#0","uv":[0,0,1,1]}},"from":[-2.2630253,-16,-11.31371],"shade":false,"to":[-2.2630253,-9.6,-6.011774]},{"faces":{"east":{"texture":"#0","uv":[0,0,1,1]},"west":{"texture":"#0","uv":[0,0,1,1]}},"from":[-4.5260468,-16,-6.9489183],"rotation":{"angle":-45,"axis":"y","origin":[-4.5260468,-12.8,-3.7489185],"rescale":false},"shade":false,"to":[-4.5260468,-9.6,-1.6469822]},{"faces":{"north":{"texture":"#0","uv":[0,0,1,1]},"south":{"texture":"#0","uv":[0,0,1,1]}},"from":[-11.313993,-16,-2.262741],"shade":false,"to":[-6.0120573,-9.6,-2.262741]},{"faces":{"north":{"texture":"#0","uv":[0,0,1,1]},"south":{"texture":"#0","uv":[0,0,1,1]}},"from":[-16,-16,-3.7493153],"rotation":{"angle":-45,"axis":"y","origin":[-12.8,-12.8,-3.7493153],"rescale":false},"shade":false,"to":[-10.698065,-9.6,-3.7493153]},{"faces":{"east":{"texture":"#0","uv":[0,0,1,1]},"west":{"texture":"#0","uv":[0,0,1,1]}},"from":[-15.0630245,-16,-11.31371],"shade":false,"to":[-15.0630245,-9.6,-6.011774]},{"faces":{"east":{"texture":"#0","uv":[0,0,1,1]},"west":{"texture":"#0","uv":[0,0,1,1]}},"from":[-13.576735,-16,-16],"rotation":{"angle":-45,"axis":"y","origin":[-13.576735,-12.8,-12.8],"rescale":false},"shade":false,"to":[-13.576735,-9.6,-10.698065]}],"overrides":[],"textures":{"0":"item/w1830220955_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5395.json b/assets/minecraft/models/w5395.json new file mode 100644 index 000000000..ead8efc67 --- /dev/null +++ b/assets/minecraft/models/w5395.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,8,3,7]},"east":{"texture":"#0","uv":[3,9,4,8]},"north":{"texture":"#0","uv":[4,9,6,8]},"south":{"texture":"#0","uv":[1,9,3,8]},"up":{"texture":"#0","uv":[3,7,5,8]},"west":{"texture":"#0","uv":[0,9,1,8]}},"from":[8,8,8],"shade":false,"to":[4.8,6.4,6.4]}],"overrides":[],"textures":{"0":"item/w2027747405_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5396.json b/assets/minecraft/models/w5396.json new file mode 100644 index 000000000..b79e7ee58 --- /dev/null +++ b/assets/minecraft/models/w5396.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,5,3,4]},"east":{"texture":"#0","uv":[3,7,4,5]},"north":{"texture":"#0","uv":[4,7,6,5]},"south":{"texture":"#0","uv":[1,7,3,5]},"west":{"texture":"#0","uv":[0,7,1,5]}},"from":[8,8,8],"shade":false,"to":[4.8,4.8,6.4]}],"overrides":[],"textures":{"0":"item/w2027747405_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5397.json b/assets/minecraft/models/w5397.json new file mode 100644 index 000000000..b82205d32 --- /dev/null +++ b/assets/minecraft/models/w5397.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,0,13,0.5]},"east":{"texture":"#0","uv":[12,0.5,12.5,4.25]},"north":{"texture":"#0","uv":[12.5,0.5,13,4.25]},"south":{"texture":"#0","uv":[13.5,0.5,14,4.25]},"up":{"texture":"#0","uv":[13,0.5,12.5,0]},"west":{"texture":"#0","uv":[13,0.5,13.5,4.25]}},"from":[-14.8,-15.6,-14.8],"shade":false,"to":[-14,-9.6,-14]},{"faces":{"down":{"texture":"#0","uv":[5,7,3,8]},"east":{"texture":"#0","uv":[0,8,1,9]},"north":{"texture":"#0","uv":[1,8,3,9]},"south":{"texture":"#0","uv":[4,8,6,9]},"up":{"texture":"#0","uv":[3,8,1,7]},"west":{"texture":"#0","uv":[3,8,4,9]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14.4,-14.4]},{"faces":{"down":{"texture":"#0","uv":[5,4,3,5]},"east":{"texture":"#0","uv":[0,5,1,7]},"north":{"texture":"#0","uv":[1,5,3,7]},"south":{"texture":"#0","uv":[4,5,6,7]},"up":{"texture":"#0","uv":[3,5,1,4]},"west":{"texture":"#0","uv":[3,5,4,7]}},"from":[-16,-14,-16],"shade":false,"to":[-12.8,-10.8,-14.4]}],"overrides":[],"textures":{"0":"item/w2027747405_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5398.json b/assets/minecraft/models/w5398.json new file mode 100644 index 000000000..8b91d3268 --- /dev/null +++ b/assets/minecraft/models/w5398.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,0,11.5,0.5]},"east":{"texture":"#0","uv":[11.5,0.5,11,3.75]},"north":{"texture":"#0","uv":[11,0.5,10.5,3.75]},"south":{"texture":"#0","uv":[12,0.5,11.5,3.75]},"up":{"texture":"#0","uv":[10.5,0.5,11,0]},"west":{"texture":"#0","uv":[10.5,0.5,10,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-10.8,-15.2]}],"overrides":[],"textures":{"0":"item/w2027747405_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5399.json b/assets/minecraft/models/w5399.json new file mode 100644 index 000000000..8a7aeba63 --- /dev/null +++ b/assets/minecraft/models/w5399.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,0,11,0.5]},"east":{"texture":"#0","uv":[10,0.5,10.5,3.75]},"north":{"texture":"#0","uv":[10.5,0.5,11,3.75]},"south":{"texture":"#0","uv":[11.5,0.5,12,3.75]},"up":{"texture":"#0","uv":[11,0.5,10.5,0]},"west":{"texture":"#0","uv":[11,0.5,11.5,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-10.8,-15.2]}],"overrides":[],"textures":{"0":"item/w2027747405_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w54.json b/assets/minecraft/models/w54.json new file mode 100644 index 000000000..f6902e79d --- /dev/null +++ b/assets/minecraft/models/w54.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,8.375,1.125,8.75]},"east":{"texture":"#0","uv":[1.125,8.75,0.75,9.25]},"north":{"texture":"#0","uv":[0.75,8.75,0.375,9.25]},"south":{"texture":"#0","uv":[1.5,8.375,1.125,8.875]},"up":{"texture":"#0","uv":[0.375,8.75,0.75,8.375]},"west":{"texture":"#0","uv":[0.375,8.375,0,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.8]}],"overrides":[],"textures":{"0":"item/w1237560704_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w540.json b/assets/minecraft/models/w540.json new file mode 100644 index 000000000..45bdbac5f --- /dev/null +++ b/assets/minecraft/models/w540.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.375,7.625,0]},"east":{"texture":"#0","uv":[7,0.375,7.375,1]},"north":{"texture":"#0","uv":[7.375,0.375,8,1]},"south":{"texture":"#0","uv":[6.375,0.375,7,1]},"up":{"texture":"#0","uv":[6.375,0,7,0.375]},"west":{"texture":"#0","uv":[6,0.375,6.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5400.json b/assets/minecraft/models/w5400.json new file mode 100644 index 000000000..c4b3d8cb8 --- /dev/null +++ b/assets/minecraft/models/w5400.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,4,2]},"east":{"texture":"#0","uv":[0,2,2,3.5]},"north":{"texture":"#0","uv":[2,2,4,3.5]},"south":{"texture":"#0","uv":[6,2,8,3.5]},"up":{"texture":"#0","uv":[4,2,2,0]},"west":{"texture":"#0","uv":[4,2,6,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.6,-12.8]}],"overrides":[],"textures":{"0":"item/w2027747405_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5401.json b/assets/minecraft/models/w5401.json new file mode 100644 index 000000000..95ee38e6e --- /dev/null +++ b/assets/minecraft/models/w5401.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,0,9.5,0.5]},"east":{"texture":"#0","uv":[9.5,0.5,9,3.5]},"north":{"texture":"#0","uv":[9,0.5,8.5,3.5]},"south":{"texture":"#0","uv":[10,0.5,9.5,3.5]},"up":{"texture":"#0","uv":[8.5,0.5,9,0]},"west":{"texture":"#0","uv":[8.5,0.5,8,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-11.2,-15.2]}],"overrides":[],"textures":{"0":"item/w2027747405_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5402.json b/assets/minecraft/models/w5402.json new file mode 100644 index 000000000..a277c77b8 --- /dev/null +++ b/assets/minecraft/models/w5402.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,0,9,0.5]},"east":{"texture":"#0","uv":[8,0.5,8.5,3.5]},"north":{"texture":"#0","uv":[8.5,0.5,9,3.5]},"south":{"texture":"#0","uv":[9.5,0.5,10,3.5]},"up":{"texture":"#0","uv":[9,0.5,8.5,0]},"west":{"texture":"#0","uv":[9,0.5,9.5,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-11.2,-15.2]}],"overrides":[],"textures":{"0":"item/w2027747405_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5403.json b/assets/minecraft/models/w5403.json new file mode 100644 index 000000000..433964f6d --- /dev/null +++ b/assets/minecraft/models/w5403.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,0,6.5,1.5]},"east":{"texture":"#0","uv":[0.75,3.5,2.25,4]},"north":{"texture":"#0","uv":[2.25,3.5,3.75,4]},"south":{"texture":"#0","uv":[5.25,3.5,6.75,4]},"up":{"texture":"#0","uv":[1.5,0,0,1.5]},"west":{"texture":"#0","uv":[3.75,3.5,5.25,4]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w2027747405_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5404.json b/assets/minecraft/models/w5404.json new file mode 100644 index 000000000..1bbce5b29 --- /dev/null +++ b/assets/minecraft/models/w5404.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.25,7.125,5.875,7.5]},"east":{"texture":"#0","uv":[5.125,7.5,5.5,8.25]},"north":{"texture":"#0","uv":[5.5,7.5,5.875,8.25]},"south":{"texture":"#0","uv":[6.25,7.5,6.625,8.25]},"up":{"texture":"#0","uv":[5.875,7.5,5.5,7.125]},"west":{"texture":"#0","uv":[5.875,7.5,6.25,8.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.792,-13.592,-14.792]}],"overrides":[],"textures":{"0":"item/w1443555134_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5405.json b/assets/minecraft/models/w5405.json new file mode 100644 index 000000000..0cccc1232 --- /dev/null +++ b/assets/minecraft/models/w5405.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.75,7.125,1.375,8]},"east":{"texture":"#0","uv":[2.25,8,1.375,8.5]},"north":{"texture":"#0","uv":[0,8,1.375,8.5]},"south":{"texture":"#0","uv":[2.25,8,3.625,8.5]},"up":{"texture":"#0","uv":[1.375,8,0,7.125]},"west":{"texture":"#0","uv":[1.375,8,2.25,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-11.6,-14.4,-13.2]}],"overrides":[],"textures":{"0":"item/w1443555134_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5406.json b/assets/minecraft/models/w5406.json new file mode 100644 index 000000000..47dd18a79 --- /dev/null +++ b/assets/minecraft/models/w5406.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,8.5,0.5,9]},"east":{"texture":"#0","uv":[1,9,0.5,10]},"north":{"texture":"#0","uv":[0,9,0.5,10]},"south":{"texture":"#0","uv":[1,9,1.5,10]},"up":{"texture":"#0","uv":[0.5,9,0,8.5]},"west":{"texture":"#0","uv":[0.5,9,1,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-12.8,-14.4]}],"overrides":[],"textures":{"0":"item/w1443555134_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5407.json b/assets/minecraft/models/w5407.json new file mode 100644 index 000000000..8068b65d3 --- /dev/null +++ b/assets/minecraft/models/w5407.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,8.5,1,9]},"east":{"texture":"#0","uv":[1,9,0.5,10]},"north":{"texture":"#0","uv":[0.5,9,0,10]},"south":{"texture":"#0","uv":[1.5,9,1,10]},"up":{"texture":"#0","uv":[0,9,0.5,8.5]},"west":{"texture":"#0","uv":[0.5,9,1,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-12.8,-14.4]}],"overrides":[],"textures":{"0":"item/w1443555134_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5408.json b/assets/minecraft/models/w5408.json new file mode 100644 index 000000000..f59e12a5e --- /dev/null +++ b/assets/minecraft/models/w5408.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,5.875,1.5,4.875]},"east":{"texture":"#0","uv":[2.5,7.125,1.5,5.875]},"north":{"texture":"#0","uv":[2.5,7.125,4,5.875]},"south":{"texture":"#0","uv":[0,7.125,1.5,5.875]},"up":{"texture":"#0","uv":[1.5,4.875,3,5.875]},"west":{"texture":"#0","uv":[1.5,7.125,2.5,5.875]}},"from":[8,8,8],"shade":false,"to":[3.1999998,4,5]}],"overrides":[],"textures":{"0":"item/w1443555134_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5409.json b/assets/minecraft/models/w5409.json new file mode 100644 index 000000000..a0f787d49 --- /dev/null +++ b/assets/minecraft/models/w5409.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,4.875,1.5,5.875]},"east":{"texture":"#0","uv":[2.5,5.875,1.5,7.125]},"north":{"texture":"#0","uv":[0,5.875,1.5,7.125]},"south":{"texture":"#0","uv":[2.5,5.875,4,7.125]},"up":{"texture":"#0","uv":[1.5,5.875,0,4.875]},"west":{"texture":"#0","uv":[1.5,5.875,2.5,7.125]}},"from":[-16,-15.9825,-16],"shade":false,"to":[-11.2,-11.9825,-13]},{"faces":{"down":{"texture":"#0","uv":[4.75,7.125,4.375,7.5]},"east":{"texture":"#0","uv":[3.625,7.5,4,8.75]},"north":{"texture":"#0","uv":[4,7.5,4.375,8.75]},"south":{"texture":"#0","uv":[4.75,7.5,5.125,8.75]},"up":{"texture":"#0","uv":[4.375,7.5,4,7.125]},"west":{"texture":"#0","uv":[4.375,7.5,4.75,8.75]}},"from":[-14.2,-16,-13.98],"shade":false,"to":[-13,-11.975,-12.78]}],"overrides":[],"textures":{"0":"item/w1443555134_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w541.json b/assets/minecraft/models/w541.json new file mode 100644 index 000000000..45bdbac5f --- /dev/null +++ b/assets/minecraft/models/w541.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.375,7.625,0]},"east":{"texture":"#0","uv":[7,0.375,7.375,1]},"north":{"texture":"#0","uv":[7.375,0.375,8,1]},"south":{"texture":"#0","uv":[6.375,0.375,7,1]},"up":{"texture":"#0","uv":[6.375,0,7,0.375]},"west":{"texture":"#0","uv":[6,0.375,6.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5410.json b/assets/minecraft/models/w5410.json new file mode 100644 index 000000000..ce8b0aee8 --- /dev/null +++ b/assets/minecraft/models/w5410.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,8.5,2,9]},"east":{"texture":"#0","uv":[2.5,9,2,10]},"north":{"texture":"#0","uv":[1.5,9,2,10]},"south":{"texture":"#0","uv":[2.5,9,3,10]},"up":{"texture":"#0","uv":[2,9,1.5,8.5]},"west":{"texture":"#0","uv":[2,9,2.5,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-12.8,-14.4]}],"overrides":[],"textures":{"0":"item/w1443555134_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5411.json b/assets/minecraft/models/w5411.json new file mode 100644 index 000000000..b58761b31 --- /dev/null +++ b/assets/minecraft/models/w5411.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,8.5,2.5,9]},"east":{"texture":"#0","uv":[2.5,9,2,10]},"north":{"texture":"#0","uv":[2,9,1.5,10]},"south":{"texture":"#0","uv":[3,9,2.5,10]},"up":{"texture":"#0","uv":[1.5,9,2,8.5]},"west":{"texture":"#0","uv":[2,9,2.5,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-12.8,-14.4]}],"overrides":[],"textures":{"0":"item/w1443555134_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5412.json b/assets/minecraft/models/w5412.json new file mode 100644 index 000000000..fe5ade969 --- /dev/null +++ b/assets/minecraft/models/w5412.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.125,0,5.75,0.375]},"east":{"texture":"#0","uv":[6.125,0.375,5.75,1]},"north":{"texture":"#0","uv":[5.375,0.375,5.75,1]},"south":{"texture":"#0","uv":[6.125,0.375,6.5,1]},"up":{"texture":"#0","uv":[5.75,0.375,5.375,0]},"west":{"texture":"#0","uv":[5.75,0.375,6.125,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14.792,-13.992002,-14.792]}],"overrides":[],"textures":{"0":"item/w1443555134_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5413.json b/assets/minecraft/models/w5413.json new file mode 100644 index 000000000..b8e9fd351 --- /dev/null +++ b/assets/minecraft/models/w5413.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,8.75,3.625,9.75]},"east":{"texture":"#0","uv":[4.625,9.75,3.625,10.125]},"north":{"texture":"#0","uv":[3,9.75,3.625,10.125]},"south":{"texture":"#0","uv":[4.625,9.75,5.25,10.125]},"up":{"texture":"#0","uv":[3.625,9.75,3,8.75]},"west":{"texture":"#0","uv":[3.625,9.75,4.625,10.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.8,-12.8]}],"overrides":[],"textures":{"0":"item/w1443555134_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5414.json b/assets/minecraft/models/w5414.json new file mode 100644 index 000000000..f46fb4bec --- /dev/null +++ b/assets/minecraft/models/w5414.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.625,8.75,4.25,9.75]},"east":{"texture":"#0","uv":[4.625,9.75,3.625,10.125]},"north":{"texture":"#0","uv":[3.625,9.75,3,10.125]},"south":{"texture":"#0","uv":[5.25,9.75,4.625,10.125]},"up":{"texture":"#0","uv":[3,9.75,3.625,8.75]},"west":{"texture":"#0","uv":[3.625,9.75,4.625,10.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.8,-12.8]}],"overrides":[],"textures":{"0":"item/w1443555134_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5415.json b/assets/minecraft/models/w5415.json new file mode 100644 index 000000000..f2958ea66 --- /dev/null +++ b/assets/minecraft/models/w5415.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,0,1.125,1.125]},"east":{"texture":"#0","uv":[2.25,1.125,1.125,2.125]},"north":{"texture":"#0","uv":[0,1.125,1.125,2.125]},"south":{"texture":"#0","uv":[2.25,1.125,3.375,2.125]},"up":{"texture":"#0","uv":[1.125,1.125,0,0]},"west":{"texture":"#0","uv":[1.125,1.125,2.25,2.125]}},"from":[-16,-15.6,-16],"shade":false,"to":[-12.4,-12.400001,-12.4]},{"faces":{"east":{"texture":"#0","uv":[3.375,1.25,3.875,1.375]},"north":{"texture":"#0","uv":[3.875,1.25,4.75,1.375]},"south":{"texture":"#0","uv":[3.875,1.25,4.75,1.375]},"west":{"texture":"#0","uv":[4.875,1.25,5.375,1.375]}},"from":[-15.6,-16,-16],"shade":false,"to":[-12.8,-15.6,-16]}],"overrides":[],"textures":{"0":"item/w1443555134_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5416.json b/assets/minecraft/models/w5416.json new file mode 100644 index 000000000..60c3e813c --- /dev/null +++ b/assets/minecraft/models/w5416.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,8.25,6.625,8.625]},"east":{"texture":"#0","uv":[5.875,8.625,6.25,9.875]},"north":{"texture":"#0","uv":[6.25,8.625,6.625,9.875]},"south":{"texture":"#0","uv":[6.625,8.625,6.25,9.875]},"up":{"texture":"#0","uv":[6.625,8.625,6.25,8.25]},"west":{"texture":"#0","uv":[6.625,8.625,7,9.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12,-14.8]}],"overrides":[],"textures":{"0":"item/w1443555134_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5417.json b/assets/minecraft/models/w5417.json new file mode 100644 index 000000000..9a73cd65c --- /dev/null +++ b/assets/minecraft/models/w5417.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.625,8.25,7,8.625]},"east":{"texture":"#0","uv":[7,8.625,6.625,9.875]},"north":{"texture":"#0","uv":[6.625,8.625,6.25,9.875]},"south":{"texture":"#0","uv":[6.25,8.625,6.625,9.875]},"up":{"texture":"#0","uv":[6.25,8.625,6.625,8.25]},"west":{"texture":"#0","uv":[6.25,8.625,5.875,9.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12,-14.8]}],"overrides":[],"textures":{"0":"item/w1443555134_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5418.json b/assets/minecraft/models/w5418.json new file mode 100644 index 000000000..d47523fc4 --- /dev/null +++ b/assets/minecraft/models/w5418.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.625,0,4.375,0.75]},"east":{"texture":"#0","uv":[3.375,0.75,4.125,1]},"north":{"texture":"#0","uv":[4.125,0.75,4.375,1]},"south":{"texture":"#0","uv":[5.125,0.75,5.375,1]},"up":{"texture":"#0","uv":[4.375,0.75,4.125,0]},"west":{"texture":"#0","uv":[4.375,0.75,5.125,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-13.6]},{"faces":{"down":{"texture":"#0","uv":[3.25,0,2.875,0.25]},"east":{"texture":"#0","uv":[2.25,0.25,2.5,0.5]},"north":{"texture":"#0","uv":[2.5,0.25,2.875,0.5]},"south":{"texture":"#0","uv":[3.125,0.25,3.5,0.5]},"up":{"texture":"#0","uv":[2.875,0.25,2.5,0]},"west":{"texture":"#0","uv":[2.875,0.25,3.125,0.5]}},"from":[-15.2,-16,-16],"shade":false,"to":[-14,-15.2,-15.2]},{"faces":{"east":{"texture":"#0","uv":[3.375,1.125,3.875,1.25]},"north":{"texture":"#0","uv":[3.875,1.125,4.75,1.25]},"south":{"texture":"#0","uv":[5.25,1.125,6.125,1.25]},"west":{"texture":"#0","uv":[4.75,1.125,5.25,1.25]}},"from":[-16,-15.2,-16],"shade":false,"to":[-13.2,-14.8,-14.4]},{"faces":{"down":{"texture":"#0","uv":[3,0.5,2.75,0.75]},"east":{"texture":"#0","uv":[2.25,0.75,2.5,1]},"north":{"texture":"#0","uv":[2.5,0.75,2.75,1]},"south":{"texture":"#0","uv":[3,0.75,3.25,1]},"up":{"texture":"#0","uv":[2.75,0.75,2.5,0.5]},"west":{"texture":"#0","uv":[2.75,0.75,3,1]}},"from":[-16,-15.2,-14.4],"shade":false,"to":[-15.2,-14.4,-13.599999]},{"faces":{"down":{"texture":"#0","uv":[2.75,0.5,3,0.75]},"east":{"texture":"#0","uv":[3,0.75,2.75,1]},"north":{"texture":"#0","uv":[2.75,0.75,2.5,1]},"south":{"texture":"#0","uv":[3.25,0.75,3,1]},"up":{"texture":"#0","uv":[2.5,0.75,2.75,0.5]},"west":{"texture":"#0","uv":[2.5,0.75,2.25,1]}},"from":[-14,-15.2,-14.4],"shade":false,"to":[-13.2,-14.4,-13.599999]},{"faces":{"down":{"texture":"#0","uv":[4.375,0,4.625,0.75]},"east":{"texture":"#0","uv":[5.125,0.75,4.375,1]},"north":{"texture":"#0","uv":[4.375,0.75,4.125,1]},"south":{"texture":"#0","uv":[5.375,0.75,5.125,1]},"up":{"texture":"#0","uv":[4.125,0.75,4.375,0]},"west":{"texture":"#0","uv":[4.125,0.75,3.375,1]}},"from":[-14,-16,-16],"shade":false,"to":[-13.2,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w1443555134_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5419.json b/assets/minecraft/models/w5419.json new file mode 100644 index 000000000..7cef705c3 --- /dev/null +++ b/assets/minecraft/models/w5419.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.875,8.25,5.5,8.625]},"east":{"texture":"#0","uv":[5.5,8.625,5.875,9.75]},"north":{"texture":"#0","uv":[5.125,8.625,5.5,9.75]},"south":{"texture":"#0","uv":[5.5,8.625,5.125,9.75]},"up":{"texture":"#0","uv":[5.5,8.625,5.125,8.25]},"west":{"texture":"#0","uv":[5.5,8.625,5.875,9.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.4,-14.8]}],"overrides":[],"textures":{"0":"item/w1443555134_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w542.json b/assets/minecraft/models/w542.json new file mode 100644 index 000000000..45bdbac5f --- /dev/null +++ b/assets/minecraft/models/w542.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.375,7.625,0]},"east":{"texture":"#0","uv":[7,0.375,7.375,1]},"north":{"texture":"#0","uv":[7.375,0.375,8,1]},"south":{"texture":"#0","uv":[6.375,0.375,7,1]},"up":{"texture":"#0","uv":[6.375,0,7,0.375]},"west":{"texture":"#0","uv":[6,0.375,6.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5420.json b/assets/minecraft/models/w5420.json new file mode 100644 index 000000000..01e110288 --- /dev/null +++ b/assets/minecraft/models/w5420.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,8.25,5.875,8.625]},"east":{"texture":"#0","uv":[5.875,8.625,5.5,9.75]},"north":{"texture":"#0","uv":[5.5,8.625,5.125,9.75]},"south":{"texture":"#0","uv":[5.125,8.625,5.5,9.75]},"up":{"texture":"#0","uv":[5.125,8.625,5.5,8.25]},"west":{"texture":"#0","uv":[5.875,8.625,5.5,9.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.4,-14.8]}],"overrides":[],"textures":{"0":"item/w1443555134_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5421.json b/assets/minecraft/models/w5421.json new file mode 100644 index 000000000..c68c89754 --- /dev/null +++ b/assets/minecraft/models/w5421.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.875,5.875,5.25,6.5]},"east":{"texture":"#0","uv":[4,6.5,4.625,7.125]},"north":{"texture":"#0","uv":[5.25,6.5,4.625,7.125]},"south":{"texture":"#0","uv":[5.875,6.5,6.5,7.125]},"up":{"texture":"#0","uv":[5.25,6.5,4.625,5.875]},"west":{"texture":"#0","uv":[5.25,6.5,5.875,7.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14]}],"overrides":[],"textures":{"0":"item/w1443555134_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5422.json b/assets/minecraft/models/w5422.json new file mode 100644 index 000000000..5ac4d582e --- /dev/null +++ b/assets/minecraft/models/w5422.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,5.875,5.875,6.5]},"east":{"texture":"#0","uv":[5.875,6.5,5.25,7.125]},"north":{"texture":"#0","uv":[4.625,6.5,5.25,7.125]},"south":{"texture":"#0","uv":[6.5,6.5,5.875,7.125]},"up":{"texture":"#0","uv":[4.625,6.5,5.25,5.875]},"west":{"texture":"#0","uv":[4.625,6.5,4,7.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14]}],"overrides":[],"textures":{"0":"item/w1443555134_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5423.json b/assets/minecraft/models/w5423.json new file mode 100644 index 000000000..f7238c70c --- /dev/null +++ b/assets/minecraft/models/w5423.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.25,7.125,5.875,7.5]},"east":{"texture":"#0","uv":[5.125,7.5,5.5,8.25]},"north":{"texture":"#0","uv":[5.5,7.5,5.875,8.25]},"south":{"texture":"#0","uv":[6.25,7.5,6.625,8.25]},"up":{"texture":"#0","uv":[5.875,7.5,5.5,7.125]},"west":{"texture":"#0","uv":[5.875,7.5,6.25,8.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.792,-13.592,-14.792]}],"overrides":[],"textures":{"0":"item/w1777470399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5424.json b/assets/minecraft/models/w5424.json new file mode 100644 index 000000000..57a5f46db --- /dev/null +++ b/assets/minecraft/models/w5424.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.75,7.125,1.375,8]},"east":{"texture":"#0","uv":[2.25,8,1.375,8.5]},"north":{"texture":"#0","uv":[0,8,1.375,8.5]},"south":{"texture":"#0","uv":[2.25,8,3.625,8.5]},"up":{"texture":"#0","uv":[1.375,8,0,7.125]},"west":{"texture":"#0","uv":[1.375,8,2.25,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-11.6,-14.4,-13.2]}],"overrides":[],"textures":{"0":"item/w1777470399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5425.json b/assets/minecraft/models/w5425.json new file mode 100644 index 000000000..010c05e21 --- /dev/null +++ b/assets/minecraft/models/w5425.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,8.5,0.5,9]},"east":{"texture":"#0","uv":[1,9,0.5,10]},"north":{"texture":"#0","uv":[0,9,0.5,10]},"south":{"texture":"#0","uv":[1,9,1.5,10]},"up":{"texture":"#0","uv":[0.5,9,0,8.5]},"west":{"texture":"#0","uv":[0.5,9,1,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-12.8,-14.4]}],"overrides":[],"textures":{"0":"item/w1777470399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5426.json b/assets/minecraft/models/w5426.json new file mode 100644 index 000000000..c83e7f6c3 --- /dev/null +++ b/assets/minecraft/models/w5426.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,8.5,1,9]},"east":{"texture":"#0","uv":[1,9,0.5,10]},"north":{"texture":"#0","uv":[0.5,9,0,10]},"south":{"texture":"#0","uv":[1.5,9,1,10]},"up":{"texture":"#0","uv":[0,9,0.5,8.5]},"west":{"texture":"#0","uv":[0.5,9,1,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-12.8,-14.4]}],"overrides":[],"textures":{"0":"item/w1777470399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5427.json b/assets/minecraft/models/w5427.json new file mode 100644 index 000000000..70f6bb21d --- /dev/null +++ b/assets/minecraft/models/w5427.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,5.875,1.5,4.875]},"east":{"texture":"#0","uv":[2.5,7.125,1.5,5.875]},"north":{"texture":"#0","uv":[2.5,7.125,4,5.875]},"south":{"texture":"#0","uv":[0,7.125,1.5,5.875]},"up":{"texture":"#0","uv":[1.5,4.875,3,5.875]},"west":{"texture":"#0","uv":[1.5,7.125,2.5,5.875]}},"from":[8,8,8],"shade":false,"to":[3.1999998,4,5]}],"overrides":[],"textures":{"0":"item/w1777470399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5428.json b/assets/minecraft/models/w5428.json new file mode 100644 index 000000000..aff0f036c --- /dev/null +++ b/assets/minecraft/models/w5428.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.375,2.625,5.875,1.5]},"east":{"texture":"#0","uv":[5.875,3.875,7,2.625]},"north":{"texture":"#0","uv":[7,3.875,8.5,2.625]},"south":{"texture":"#0","uv":[4.375,3.875,5.875,2.625]},"up":{"texture":"#0","uv":[5.875,2.5,5.875,2.625]},"west":{"texture":"#0","uv":[3.25,3.875,4.375,2.625]}},"from":[8,8,8],"shade":false,"to":[3.12,3.9600005,4.4]}],"overrides":[],"textures":{"0":"item/w1777470399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5429.json b/assets/minecraft/models/w5429.json new file mode 100644 index 000000000..50e3b178c --- /dev/null +++ b/assets/minecraft/models/w5429.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,4.875,1.5,5.875]},"east":{"texture":"#0","uv":[2.5,5.875,1.5,7.125]},"north":{"texture":"#0","uv":[0,5.875,1.5,7.125]},"south":{"texture":"#0","uv":[2.5,5.875,4,7.125]},"up":{"texture":"#0","uv":[1.5,5.875,0,4.875]},"west":{"texture":"#0","uv":[1.5,5.875,2.5,7.125]}},"from":[-15.96,-15.9825,-15.6],"shade":false,"to":[-11.16,-11.9825,-12.6]},{"faces":{"down":{"texture":"#0","uv":[4.75,7.125,4.375,7.5]},"east":{"texture":"#0","uv":[3.625,7.5,4,8.75]},"north":{"texture":"#0","uv":[4,7.5,4.375,8.75]},"south":{"texture":"#0","uv":[4.75,7.5,5.125,8.75]},"up":{"texture":"#0","uv":[4.375,7.5,4,7.125]},"west":{"texture":"#0","uv":[4.375,7.5,4.75,8.75]}},"from":[-14.16,-16,-13.58],"shade":false,"to":[-12.96,-11.975,-12.38]},{"faces":{"down":{"texture":"#0","uv":[5.875,2.5,5.875,2.625]},"east":{"texture":"#0","uv":[3.25,2.625,4.375,3.875]},"north":{"texture":"#0","uv":[4.375,2.625,5.875,3.875]},"south":{"texture":"#0","uv":[7,2.625,8.5,3.875]},"up":{"texture":"#0","uv":[5.875,2.625,4.375,1.5]},"west":{"texture":"#0","uv":[5.875,2.625,7,3.875]}},"from":[-16,-15.9825,-16],"shade":false,"to":[-11.12,-11.942501,-12.4]}],"overrides":[],"textures":{"0":"item/w1777470399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w543.json b/assets/minecraft/models/w543.json new file mode 100644 index 000000000..45bdbac5f --- /dev/null +++ b/assets/minecraft/models/w543.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.375,7.625,0]},"east":{"texture":"#0","uv":[7,0.375,7.375,1]},"north":{"texture":"#0","uv":[7.375,0.375,8,1]},"south":{"texture":"#0","uv":[6.375,0.375,7,1]},"up":{"texture":"#0","uv":[6.375,0,7,0.375]},"west":{"texture":"#0","uv":[6,0.375,6.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5430.json b/assets/minecraft/models/w5430.json new file mode 100644 index 000000000..2f12189c7 --- /dev/null +++ b/assets/minecraft/models/w5430.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,8.5,2,9]},"east":{"texture":"#0","uv":[2.5,9,2,10]},"north":{"texture":"#0","uv":[1.5,9,2,10]},"south":{"texture":"#0","uv":[2.5,9,3,10]},"up":{"texture":"#0","uv":[2,9,1.5,8.5]},"west":{"texture":"#0","uv":[2,9,2.5,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-12.8,-14.4]}],"overrides":[],"textures":{"0":"item/w1777470399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5431.json b/assets/minecraft/models/w5431.json new file mode 100644 index 000000000..3969b3405 --- /dev/null +++ b/assets/minecraft/models/w5431.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,8.5,2.5,9]},"east":{"texture":"#0","uv":[2.5,9,2,10]},"north":{"texture":"#0","uv":[2,9,1.5,10]},"south":{"texture":"#0","uv":[3,9,2.5,10]},"up":{"texture":"#0","uv":[1.5,9,2,8.5]},"west":{"texture":"#0","uv":[2,9,2.5,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-12.8,-14.4]}],"overrides":[],"textures":{"0":"item/w1777470399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5432.json b/assets/minecraft/models/w5432.json new file mode 100644 index 000000000..e8a6a3f9f --- /dev/null +++ b/assets/minecraft/models/w5432.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.125,0,5.75,0.375]},"east":{"texture":"#0","uv":[6.125,0.375,5.75,1]},"north":{"texture":"#0","uv":[5.375,0.375,5.75,1]},"south":{"texture":"#0","uv":[6.125,0.375,6.5,1]},"up":{"texture":"#0","uv":[5.75,0.375,5.375,0]},"west":{"texture":"#0","uv":[5.75,0.375,6.125,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14.792,-13.992002,-14.792]}],"overrides":[],"textures":{"0":"item/w1777470399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5433.json b/assets/minecraft/models/w5433.json new file mode 100644 index 000000000..91e3bbce1 --- /dev/null +++ b/assets/minecraft/models/w5433.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,1,8,1.5]},"east":{"texture":"#0","uv":[8,1.5,7.5,2.375]},"north":{"texture":"#0","uv":[7.5,1.5,7,2.375]},"south":{"texture":"#0","uv":[8.5,1.5,8,2.375]},"up":{"texture":"#0","uv":[7,1.5,7.5,1]},"west":{"texture":"#0","uv":[7,1.5,6.5,2.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-13.199999,-14.4]}],"overrides":[],"textures":{"0":"item/w1777470399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5434.json b/assets/minecraft/models/w5434.json new file mode 100644 index 000000000..09082a4dd --- /dev/null +++ b/assets/minecraft/models/w5434.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,8.75,3.625,9.75]},"east":{"texture":"#0","uv":[4.625,9.75,3.625,10.125]},"north":{"texture":"#0","uv":[3,9.75,3.625,10.125]},"south":{"texture":"#0","uv":[4.625,9.75,5.25,10.125]},"up":{"texture":"#0","uv":[3.625,9.75,3,8.75]},"west":{"texture":"#0","uv":[3.625,9.75,4.625,10.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.8,-12.8]}],"overrides":[],"textures":{"0":"item/w1777470399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5435.json b/assets/minecraft/models/w5435.json new file mode 100644 index 000000000..a72677feb --- /dev/null +++ b/assets/minecraft/models/w5435.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.625,8.75,4.25,9.75]},"east":{"texture":"#0","uv":[4.625,9.75,3.625,10.125]},"north":{"texture":"#0","uv":[3.625,9.75,3,10.125]},"south":{"texture":"#0","uv":[5.25,9.75,4.625,10.125]},"up":{"texture":"#0","uv":[3,9.75,3.625,8.75]},"west":{"texture":"#0","uv":[3.625,9.75,4.625,10.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.8,-12.8]}],"overrides":[],"textures":{"0":"item/w1777470399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5436.json b/assets/minecraft/models/w5436.json new file mode 100644 index 000000000..9b96d596b --- /dev/null +++ b/assets/minecraft/models/w5436.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.875,2.625,11.125,4.125]},"east":{"texture":"#0","uv":[11.375,4.125,9.875,5.75]},"north":{"texture":"#0","uv":[9.875,4.125,8.625,5.75]},"south":{"texture":"#0","uv":[12.625,4.125,11.375,5.75]},"up":{"texture":"#0","uv":[8.625,4.125,9.875,2.625]},"west":{"texture":"#0","uv":[8.625,4.125,7.125,5.75]}},"from":[8,8,8],"shade":false,"to":[4,2.7199998,3.1999998]}],"overrides":[],"textures":{"0":"item/w1777470399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5437.json b/assets/minecraft/models/w5437.json new file mode 100644 index 000000000..9fe4fb780 --- /dev/null +++ b/assets/minecraft/models/w5437.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,0,1.125,1.125]},"east":{"texture":"#0","uv":[2.25,1.125,1.125,2.125]},"north":{"texture":"#0","uv":[0,1.125,1.125,2.125]},"south":{"texture":"#0","uv":[2.25,1.125,3.375,2.125]},"up":{"texture":"#0","uv":[1.125,1.125,0,0]},"west":{"texture":"#0","uv":[1.125,1.125,2.25,2.125]}},"from":[-15.8,-13.960001,-15.599999],"shade":false,"to":[-12.200001,-10.760001,-12]},{"faces":{"east":{"texture":"#0","uv":[3.375,1.25,3.875,1.375]},"north":{"texture":"#0","uv":[3.875,1.25,4.75,1.375]},"south":{"texture":"#0","uv":[3.875,1.25,4.75,1.375]},"west":{"texture":"#0","uv":[4.875,1.25,5.375,1.375]}},"from":[-15.4,-14.360001,-15.599999],"shade":false,"to":[-12.599999,-13.960001,-15.599999]},{"faces":{"down":{"texture":"#0","uv":[11.125,2.625,9.875,4.125]},"east":{"texture":"#0","uv":[7.125,4.125,8.625,5.75]},"north":{"texture":"#0","uv":[8.625,4.125,9.875,5.75]},"south":{"texture":"#0","uv":[11.375,4.125,12.625,5.75]},"up":{"texture":"#0","uv":[9.875,4.125,8.625,2.625]},"west":{"texture":"#0","uv":[9.875,4.125,11.375,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-10.720001,-11.2]}],"overrides":[],"textures":{"0":"item/w1777470399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5438.json b/assets/minecraft/models/w5438.json new file mode 100644 index 000000000..070d0e44d --- /dev/null +++ b/assets/minecraft/models/w5438.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,8.25,6.625,8.625]},"east":{"texture":"#0","uv":[5.875,8.625,6.25,9.875]},"north":{"texture":"#0","uv":[6.25,8.625,6.625,9.875]},"south":{"texture":"#0","uv":[6.625,8.625,6.25,9.875]},"up":{"texture":"#0","uv":[6.625,8.625,6.25,8.25]},"west":{"texture":"#0","uv":[6.625,8.625,7,9.875]}},"from":[-15.706668,-16,-15.8],"shade":false,"to":[-14.506668,-12,-14.6]},{"faces":{"down":{"texture":"#0","uv":[8,1,7.5,1.5]},"east":{"texture":"#0","uv":[6.5,1.5,7,2.375]},"north":{"texture":"#0","uv":[7,1.5,7.5,2.375]},"south":{"texture":"#0","uv":[8,1.5,8.5,2.375]},"up":{"texture":"#0","uv":[7.5,1.5,7,1]},"west":{"texture":"#0","uv":[7.5,1.5,8,2.375]}},"from":[-16,-14.733332,-16],"shade":false,"to":[-14.4,-11.933331,-14.4]}],"overrides":[],"textures":{"0":"item/w1777470399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5439.json b/assets/minecraft/models/w5439.json new file mode 100644 index 000000000..93b16326c --- /dev/null +++ b/assets/minecraft/models/w5439.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.625,8.25,7,8.625]},"east":{"texture":"#0","uv":[7,8.625,6.625,9.875]},"north":{"texture":"#0","uv":[6.625,8.625,6.25,9.875]},"south":{"texture":"#0","uv":[6.25,8.625,6.625,9.875]},"up":{"texture":"#0","uv":[6.25,8.625,6.625,8.25]},"west":{"texture":"#0","uv":[6.25,8.625,5.875,9.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12,-14.8]}],"overrides":[],"textures":{"0":"item/w1777470399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w544.json b/assets/minecraft/models/w544.json new file mode 100644 index 000000000..f2aa91678 --- /dev/null +++ b/assets/minecraft/models/w544.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[8,12,0,16]},"south":{"texture":"#0","uv":[0,12,8,16]}},"from":[-16,-16,-16],"shade":false,"to":[-7.039999,-11.5199995,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5440.json b/assets/minecraft/models/w5440.json new file mode 100644 index 000000000..02684cc11 --- /dev/null +++ b/assets/minecraft/models/w5440.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.625,0,4.375,0.75]},"east":{"texture":"#0","uv":[3.375,0.75,4.125,1]},"north":{"texture":"#0","uv":[4.125,0.75,4.375,1]},"south":{"texture":"#0","uv":[5.125,0.75,5.375,1]},"up":{"texture":"#0","uv":[4.375,0.75,4.125,0]},"west":{"texture":"#0","uv":[4.375,0.75,5.125,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-13.6]},{"faces":{"down":{"texture":"#0","uv":[3.25,0,2.875,0.25]},"east":{"texture":"#0","uv":[2.25,0.25,2.5,0.5]},"north":{"texture":"#0","uv":[2.5,0.25,2.875,0.5]},"south":{"texture":"#0","uv":[3.125,0.25,3.5,0.5]},"up":{"texture":"#0","uv":[2.875,0.25,2.5,0]},"west":{"texture":"#0","uv":[2.875,0.25,3.125,0.5]}},"from":[-15.2,-16,-16],"shade":false,"to":[-14,-15.2,-15.2]},{"faces":{"east":{"texture":"#0","uv":[3.375,1.125,3.875,1.25]},"north":{"texture":"#0","uv":[3.875,1.125,4.75,1.25]},"south":{"texture":"#0","uv":[5.25,1.125,6.125,1.25]},"west":{"texture":"#0","uv":[4.75,1.125,5.25,1.25]}},"from":[-16,-15.2,-16],"shade":false,"to":[-13.2,-14.8,-14.4]},{"faces":{"down":{"texture":"#0","uv":[3,0.5,2.75,0.75]},"east":{"texture":"#0","uv":[2.25,0.75,2.5,1]},"north":{"texture":"#0","uv":[2.5,0.75,2.75,1]},"south":{"texture":"#0","uv":[3,0.75,3.25,1]},"up":{"texture":"#0","uv":[2.75,0.75,2.5,0.5]},"west":{"texture":"#0","uv":[2.75,0.75,3,1]}},"from":[-16,-15.2,-14.4],"shade":false,"to":[-15.2,-14.4,-13.599999]},{"faces":{"down":{"texture":"#0","uv":[2.75,0.5,3,0.75]},"east":{"texture":"#0","uv":[3,0.75,2.75,1]},"north":{"texture":"#0","uv":[2.75,0.75,2.5,1]},"south":{"texture":"#0","uv":[3.25,0.75,3,1]},"up":{"texture":"#0","uv":[2.5,0.75,2.75,0.5]},"west":{"texture":"#0","uv":[2.5,0.75,2.25,1]}},"from":[-14,-15.2,-14.4],"shade":false,"to":[-13.2,-14.4,-13.599999]},{"faces":{"down":{"texture":"#0","uv":[4.375,0,4.625,0.75]},"east":{"texture":"#0","uv":[5.125,0.75,4.375,1]},"north":{"texture":"#0","uv":[4.375,0.75,4.125,1]},"south":{"texture":"#0","uv":[5.375,0.75,5.125,1]},"up":{"texture":"#0","uv":[4.125,0.75,4.375,0]},"west":{"texture":"#0","uv":[4.125,0.75,3.375,1]}},"from":[-14,-16,-16],"shade":false,"to":[-13.2,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w1777470399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5441.json b/assets/minecraft/models/w5441.json new file mode 100644 index 000000000..8bdc5f536 --- /dev/null +++ b/assets/minecraft/models/w5441.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.875,8.25,5.5,8.625]},"east":{"texture":"#0","uv":[5.5,8.625,5.875,9.75]},"north":{"texture":"#0","uv":[5.125,8.625,5.5,9.75]},"south":{"texture":"#0","uv":[5.5,8.625,5.125,9.75]},"up":{"texture":"#0","uv":[5.5,8.625,5.125,8.25]},"west":{"texture":"#0","uv":[5.5,8.625,5.875,9.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.4,-14.8]}],"overrides":[],"textures":{"0":"item/w1777470399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5442.json b/assets/minecraft/models/w5442.json new file mode 100644 index 000000000..f94011fda --- /dev/null +++ b/assets/minecraft/models/w5442.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,8.25,5.875,8.625]},"east":{"texture":"#0","uv":[5.875,8.625,5.5,9.75]},"north":{"texture":"#0","uv":[5.5,8.625,5.125,9.75]},"south":{"texture":"#0","uv":[5.125,8.625,5.5,9.75]},"up":{"texture":"#0","uv":[5.125,8.625,5.5,8.25]},"west":{"texture":"#0","uv":[5.875,8.625,5.5,9.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.4,-14.8]}],"overrides":[],"textures":{"0":"item/w1777470399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5443.json b/assets/minecraft/models/w5443.json new file mode 100644 index 000000000..d5f92a77e --- /dev/null +++ b/assets/minecraft/models/w5443.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.875,5.875,5.25,6.5]},"east":{"texture":"#0","uv":[4,6.5,4.625,7.125]},"north":{"texture":"#0","uv":[5.25,6.5,4.625,7.125]},"south":{"texture":"#0","uv":[5.875,6.5,6.5,7.125]},"up":{"texture":"#0","uv":[5.25,6.5,4.625,5.875]},"west":{"texture":"#0","uv":[5.25,6.5,5.875,7.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14]}],"overrides":[],"textures":{"0":"item/w1777470399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5444.json b/assets/minecraft/models/w5444.json new file mode 100644 index 000000000..3ffe6a892 --- /dev/null +++ b/assets/minecraft/models/w5444.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,5.875,5.875,6.5]},"east":{"texture":"#0","uv":[5.875,6.5,5.25,7.125]},"north":{"texture":"#0","uv":[4.625,6.5,5.25,7.125]},"south":{"texture":"#0","uv":[6.5,6.5,5.875,7.125]},"up":{"texture":"#0","uv":[4.625,6.5,5.25,5.875]},"west":{"texture":"#0","uv":[4.625,6.5,4,7.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14]}],"overrides":[],"textures":{"0":"item/w1777470399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5445.json b/assets/minecraft/models/w5445.json new file mode 100644 index 000000000..b1de78b3a --- /dev/null +++ b/assets/minecraft/models/w5445.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,8.25,1.5,8.75]},"east":{"texture":"#0","uv":[0,8.75,0.5,9.25]},"north":{"texture":"#0","uv":[0.5,8.75,1.5,9.25]},"south":{"texture":"#0","uv":[2,8.75,3,9.25]},"up":{"texture":"#0","uv":[1.5,8.75,0.5,8.25]},"west":{"texture":"#0","uv":[1.5,8.75,2,9.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.0208,-15.712,-15.712]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5446.json b/assets/minecraft/models/w5446.json new file mode 100644 index 000000000..151dc9a89 --- /dev/null +++ b/assets/minecraft/models/w5446.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,7.5,1.5,8]},"east":{"texture":"#0","uv":[0.5,8,1,8.75]},"north":{"texture":"#0","uv":[1,8,1.5,8.75]},"south":{"texture":"#0","uv":[2,8,2.5,8.75]},"up":{"texture":"#0","uv":[1.5,8,1,7.5]},"west":{"texture":"#0","uv":[1.5,8,2,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.792641,-15.283839,-15.71584]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5447.json b/assets/minecraft/models/w5447.json new file mode 100644 index 000000000..6565f8ac3 --- /dev/null +++ b/assets/minecraft/models/w5447.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,7.5,1.5,8]},"east":{"texture":"#0","uv":[0.5,8,1,8.75]},"north":{"texture":"#0","uv":[1,8,1.5,8.75]},"south":{"texture":"#0","uv":[2,8,2.5,8.75]},"up":{"texture":"#0","uv":[1.5,8,1,7.5]},"west":{"texture":"#0","uv":[1.5,8,2,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.79264,-15.283839,-15.71584]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5448.json b/assets/minecraft/models/w5448.json new file mode 100644 index 000000000..8710d2858 --- /dev/null +++ b/assets/minecraft/models/w5448.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,7.75,1.25,8.25]},"east":{"texture":"#0","uv":[0.25,8.25,0.75,8.75]},"north":{"texture":"#0","uv":[0.75,8.25,1.25,8.75]},"south":{"texture":"#0","uv":[1.75,8.25,2.25,8.75]},"up":{"texture":"#0","uv":[1.25,8.25,0.75,7.75]},"west":{"texture":"#0","uv":[1.25,8.25,1.75,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.7888,-15.712,-15.6736]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5449.json b/assets/minecraft/models/w5449.json new file mode 100644 index 000000000..b1de78b3a --- /dev/null +++ b/assets/minecraft/models/w5449.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,8.25,1.5,8.75]},"east":{"texture":"#0","uv":[0,8.75,0.5,9.25]},"north":{"texture":"#0","uv":[0.5,8.75,1.5,9.25]},"south":{"texture":"#0","uv":[2,8.75,3,9.25]},"up":{"texture":"#0","uv":[1.5,8.75,0.5,8.25]},"west":{"texture":"#0","uv":[1.5,8.75,2,9.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.0208,-15.712,-15.712]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w545.json b/assets/minecraft/models/w545.json new file mode 100644 index 000000000..45bdbac5f --- /dev/null +++ b/assets/minecraft/models/w545.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.375,7.625,0]},"east":{"texture":"#0","uv":[7,0.375,7.375,1]},"north":{"texture":"#0","uv":[7.375,0.375,8,1]},"south":{"texture":"#0","uv":[6.375,0.375,7,1]},"up":{"texture":"#0","uv":[6.375,0,7,0.375]},"west":{"texture":"#0","uv":[6,0.375,6.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5450.json b/assets/minecraft/models/w5450.json new file mode 100644 index 000000000..9305803f1 --- /dev/null +++ b/assets/minecraft/models/w5450.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,8.75,4.75,9.25]},"east":{"texture":"#0","uv":[3.75,9.25,4.25,10]},"north":{"texture":"#0","uv":[4.25,9.25,4.75,10]},"south":{"texture":"#0","uv":[5.25,9.25,5.75,10]},"up":{"texture":"#0","uv":[4.75,9.25,4.25,8.75]},"west":{"texture":"#0","uv":[4.75,9.25,5.25,10]}},"from":[-16,-16,-16],"shade":false,"to":[-15.8272,-15.4528,-15.712]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5451.json b/assets/minecraft/models/w5451.json new file mode 100644 index 000000000..9305803f1 --- /dev/null +++ b/assets/minecraft/models/w5451.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,8.75,4.75,9.25]},"east":{"texture":"#0","uv":[3.75,9.25,4.25,10]},"north":{"texture":"#0","uv":[4.25,9.25,4.75,10]},"south":{"texture":"#0","uv":[5.25,9.25,5.75,10]},"up":{"texture":"#0","uv":[4.75,9.25,4.25,8.75]},"west":{"texture":"#0","uv":[4.75,9.25,5.25,10]}},"from":[-16,-16,-16],"shade":false,"to":[-15.8272,-15.4528,-15.712]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5452.json b/assets/minecraft/models/w5452.json new file mode 100644 index 000000000..7676b53b1 --- /dev/null +++ b/assets/minecraft/models/w5452.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,5.5,4.5,6]},"east":{"texture":"#0","uv":[3.25,6,3.75,6.5]},"north":{"texture":"#0","uv":[3.75,6,4.5,6.5]},"south":{"texture":"#0","uv":[5,6,5.75,6.5]},"up":{"texture":"#0","uv":[4.5,6,3.75,5.5]},"west":{"texture":"#0","uv":[4.5,6,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.3088,-15.76,-16]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5453.json b/assets/minecraft/models/w5453.json new file mode 100644 index 000000000..87dd6c6b5 --- /dev/null +++ b/assets/minecraft/models/w5453.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,8,1.75,8.75]},"east":{"texture":"#0","uv":[0.5,8.75,1.25,9.5]},"north":{"texture":"#0","uv":[1.25,8.75,1.75,9.5]},"south":{"texture":"#0","uv":[2.5,8.75,3,9.5]},"up":{"texture":"#0","uv":[1.75,8.75,1.25,8]},"west":{"texture":"#0","uv":[1.75,8.75,2.5,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.83296,-15.564161,-15.27616]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5454.json b/assets/minecraft/models/w5454.json new file mode 100644 index 000000000..de7561442 --- /dev/null +++ b/assets/minecraft/models/w5454.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,7.25,1.75,8]},"east":{"texture":"#0","uv":[0.5,8,1.25,8.75]},"north":{"texture":"#0","uv":[1.25,8,1.75,8.75]},"south":{"texture":"#0","uv":[2.5,8,3,8.75]},"up":{"texture":"#0","uv":[1.75,8,1.25,7.25]},"west":{"texture":"#0","uv":[1.75,8,2.5,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.83296,-15.564161,-15.27616]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5455.json b/assets/minecraft/models/w5455.json new file mode 100644 index 000000000..67d989c50 --- /dev/null +++ b/assets/minecraft/models/w5455.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,6.5,4.5,7.25]},"east":{"texture":"#0","uv":[3.25,7.25,4,7.75]},"north":{"texture":"#0","uv":[4,7.25,4.5,7.75]},"south":{"texture":"#0","uv":[5.25,7.25,5.75,7.75]},"up":{"texture":"#0","uv":[4.5,7.25,4,6.5]},"west":{"texture":"#0","uv":[4.5,7.25,5.25,7.75]}},"from":[8,8,8],"shade":false,"to":[8,8.24,8.768]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5456.json b/assets/minecraft/models/w5456.json new file mode 100644 index 000000000..83c854f53 --- /dev/null +++ b/assets/minecraft/models/w5456.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,6.5,4.5,7.25]},"east":{"texture":"#0","uv":[3.25,7.25,4,7.75]},"north":{"texture":"#0","uv":[4,7.25,4.5,7.75]},"south":{"texture":"#0","uv":[5.25,7.25,5.75,7.75]},"up":{"texture":"#0","uv":[4.5,7.25,4,6.5]},"west":{"texture":"#0","uv":[4.5,7.25,5.25,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.76,-15.232]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5457.json b/assets/minecraft/models/w5457.json new file mode 100644 index 000000000..63943ae71 --- /dev/null +++ b/assets/minecraft/models/w5457.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,8.25,1.5,8.75]},"east":{"texture":"#0","uv":[0.25,8.75,0.75,9.5]},"north":{"texture":"#0","uv":[0.75,8.75,1.5,9.5]},"south":{"texture":"#0","uv":[2,8.75,2.75,9.5]},"up":{"texture":"#0","uv":[1.5,8.75,0.75,8.25]},"west":{"texture":"#0","uv":[1.5,8.75,2,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.40096,-15.56416,-15.80416]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5458.json b/assets/minecraft/models/w5458.json new file mode 100644 index 000000000..613245554 --- /dev/null +++ b/assets/minecraft/models/w5458.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,7.5,1.5,8]},"east":{"texture":"#0","uv":[0.5,8,1,8.75]},"north":{"texture":"#0","uv":[1,8,1.5,8.75]},"south":{"texture":"#0","uv":[2,8,2.5,8.75]},"up":{"texture":"#0","uv":[1.5,8,1,7.5]},"west":{"texture":"#0","uv":[1.5,8,2,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.70816,-15.448961,-15.70816]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5459.json b/assets/minecraft/models/w5459.json new file mode 100644 index 000000000..d937d84fa --- /dev/null +++ b/assets/minecraft/models/w5459.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,8.5,1.5,9]},"east":{"texture":"#0","uv":[0.25,9,0.75,9.5]},"north":{"texture":"#0","uv":[0.75,9,1.5,9.5]},"south":{"texture":"#0","uv":[2,9,2.75,9.5]},"up":{"texture":"#0","uv":[1.5,9,0.75,8.5]},"west":{"texture":"#0","uv":[1.5,9,2,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.40864,-15.667839,-15.71584]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w546.json b/assets/minecraft/models/w546.json new file mode 100644 index 000000000..45bdbac5f --- /dev/null +++ b/assets/minecraft/models/w546.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.375,7.625,0]},"east":{"texture":"#0","uv":[7,0.375,7.375,1]},"north":{"texture":"#0","uv":[7.375,0.375,8,1]},"south":{"texture":"#0","uv":[6.375,0.375,7,1]},"up":{"texture":"#0","uv":[6.375,0,7,0.375]},"west":{"texture":"#0","uv":[6,0.375,6.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5460.json b/assets/minecraft/models/w5460.json new file mode 100644 index 000000000..375cbb803 --- /dev/null +++ b/assets/minecraft/models/w5460.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,7.75,1.5,8.25]},"east":{"texture":"#0","uv":[0.25,8.25,0.75,8.75]},"north":{"texture":"#0","uv":[0.75,8.25,1.5,8.75]},"south":{"texture":"#0","uv":[2,8.25,2.75,8.75]},"up":{"texture":"#0","uv":[1.5,8.25,0.75,7.75]},"west":{"texture":"#0","uv":[1.5,8.25,2,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.40864,-15.667839,-15.71584]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5461.json b/assets/minecraft/models/w5461.json new file mode 100644 index 000000000..e0a54fdf8 --- /dev/null +++ b/assets/minecraft/models/w5461.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,7.5,1.5,8.25]},"east":{"texture":"#0","uv":[0,8.25,0.75,8.75]},"north":{"texture":"#0","uv":[0.75,8.25,1.5,8.75]},"south":{"texture":"#0","uv":[2.25,8.25,3,8.75]},"up":{"texture":"#0","uv":[1.5,8.25,0.75,7.5]},"west":{"texture":"#0","uv":[1.5,8.25,2.25,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.376,-15.664,-15.2896]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5462.json b/assets/minecraft/models/w5462.json new file mode 100644 index 000000000..e3cf5de3f --- /dev/null +++ b/assets/minecraft/models/w5462.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,7.5,1.5,8.25]},"east":{"texture":"#0","uv":[0,8.25,0.75,8.75]},"north":{"texture":"#0","uv":[0.75,8.25,1.5,8.75]},"south":{"texture":"#0","uv":[2.25,8.25,3,8.75]},"up":{"texture":"#0","uv":[1.5,8.25,0.75,7.5]},"west":{"texture":"#0","uv":[1.5,8.25,2.25,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.375999,-15.664,-15.2896]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5463.json b/assets/minecraft/models/w5463.json new file mode 100644 index 000000000..1fc73ae25 --- /dev/null +++ b/assets/minecraft/models/w5463.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,14.25,8,15.25]},"east":{"texture":"#0","uv":[6,15.25,7,16]},"north":{"texture":"#0","uv":[7,15.25,8,16]},"south":{"texture":"#0","uv":[9,15.25,10,16]},"up":{"texture":"#0","uv":[8,15.25,7,14.25]},"west":{"texture":"#0","uv":[8,15.25,9,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.272,-14.656001,-14.1736]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5464.json b/assets/minecraft/models/w5464.json new file mode 100644 index 000000000..6ecdd6ae5 --- /dev/null +++ b/assets/minecraft/models/w5464.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,4.25,1,4.75]},"east":{"texture":"#0","uv":[0,4.75,0.5,16]},"north":{"texture":"#0","uv":[0.5,4.75,1,16]},"south":{"texture":"#0","uv":[1.5,4.75,2,16]},"up":{"texture":"#0","uv":[1,4.75,0.5,4.25]},"west":{"texture":"#0","uv":[1,4.75,1.5,16]}},"from":[-15.786842,-15.445421,-6.8],"shade":false,"to":[-14.986842,2.5545788,-6]},{"faces":{"down":{"texture":"#0","uv":[5.75,0,5.75,5.75]},"east":{"texture":"#0","uv":[11.5,5.75,5.75,10]},"north":{"texture":"#0","uv":[5.75,5.75,5.75,10]},"south":{"texture":"#0","uv":[11.5,5.75,11.5,10]},"up":{"texture":"#0","uv":[5.75,5.75,5.75,0]},"west":{"texture":"#0","uv":[5.75,5.75,11.5,10]}},"from":[-15.386843,-4.2454214,-16],"shade":false,"to":[-15.386843,2.5545788,-6.8]},{"faces":{"down":{"texture":"#0","uv":[11.5,4,11,4.5]},"east":{"texture":"#0","uv":[10,4.5,10.5,5.25]},"north":{"texture":"#0","uv":[10.5,4.5,11,5.25]},"south":{"texture":"#0","uv":[11.5,4.5,12,5.25]},"up":{"texture":"#0","uv":[11,4.5,10.5,4]},"west":{"texture":"#0","uv":[11,4.5,11.5,5.25]}},"from":[-15.565685,-16,-6.7959995],"rotation":{"angle":45,"axis":"z","origin":[-15.386843,-15.186843,-6.3999996],"rescale":false},"shade":false,"to":[-14.773685,-14.808,-6.0039997]},{"faces":{"down":{"texture":"#0","uv":[14.75,10,14.25,10.5]},"east":{"texture":"#0","uv":[13.25,10.5,13.75,11.25]},"north":{"texture":"#0","uv":[13.75,10.5,14.25,11.25]},"south":{"texture":"#0","uv":[14.75,10.5,15.25,11.25]},"up":{"texture":"#0","uv":[14.25,10.5,13.75,10]},"west":{"texture":"#0","uv":[14.25,10.5,14.75,11.25]}},"from":[-16,-16,-6.7959995],"rotation":{"angle":-45,"axis":"z","origin":[-15.386843,-15.186843,-6.3999996],"rescale":false},"shade":false,"to":[-15.208,-14.808,-6.0039997]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5465.json b/assets/minecraft/models/w5465.json new file mode 100644 index 000000000..52b59f289 --- /dev/null +++ b/assets/minecraft/models/w5465.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.5,13.25,13.5,13.25]},"east":{"texture":"#0","uv":[11.5,13.25,11.5,16.25]},"north":{"texture":"#0","uv":[15.5,13.25,13.5,16]},"south":{"texture":"#0","uv":[13.5,13.25,15.5,16]},"up":{"texture":"#0","uv":[13.5,13.25,11.5,13.25]},"west":{"texture":"#0","uv":[13.5,13.25,13.5,16.25]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-11.2,-16]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5466.json b/assets/minecraft/models/w5466.json new file mode 100644 index 000000000..46422dda5 --- /dev/null +++ b/assets/minecraft/models/w5466.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[18,0,16,0]},"east":{"texture":"#0","uv":[14,0,14,2.5]},"north":{"texture":"#0","uv":[14,0,16,2.5]},"south":{"texture":"#0","uv":[16,0,14,2.5]},"up":{"texture":"#0","uv":[16,0,14,0]},"west":{"texture":"#0","uv":[16,0,16,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12,-16]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5467.json b/assets/minecraft/models/w5467.json new file mode 100644 index 000000000..91210b337 --- /dev/null +++ b/assets/minecraft/models/w5467.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,4,7.5,4]},"east":{"texture":"#0","uv":[5,4,5,5.5]},"north":{"texture":"#0","uv":[5,4,7.5,5.5]},"south":{"texture":"#0","uv":[7.5,4,10,5.5]},"up":{"texture":"#0","uv":[7.5,4,5,4]},"west":{"texture":"#0","uv":[7.5,4,7.5,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5468.json b/assets/minecraft/models/w5468.json new file mode 100644 index 000000000..cefb271b1 --- /dev/null +++ b/assets/minecraft/models/w5468.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,2.5,4]},"east":{"texture":"#0","uv":[0,4,0,5.5]},"north":{"texture":"#0","uv":[5,4,2.5,5.5]},"south":{"texture":"#0","uv":[2.5,4,5,5.5]},"up":{"texture":"#0","uv":[2.5,4,0,4]},"west":{"texture":"#0","uv":[2.5,4,2.5,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5469.json b/assets/minecraft/models/w5469.json new file mode 100644 index 000000000..f2aade0ab --- /dev/null +++ b/assets/minecraft/models/w5469.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[18.5,9.5,16.5,9.5]},"east":{"texture":"#0","uv":[14.5,9.5,14.5,11.5]},"north":{"texture":"#0","uv":[9.75,13.25,11.75,15.25]},"south":{"texture":"#0","uv":[11.75,13.25,9.75,15.25]},"up":{"texture":"#0","uv":[16.5,9.5,14.5,9.5]},"west":{"texture":"#0","uv":[11.75,13.25,11.75,15.25]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.8,-16]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w547.json b/assets/minecraft/models/w547.json new file mode 100644 index 000000000..45bdbac5f --- /dev/null +++ b/assets/minecraft/models/w547.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.375,7.625,0]},"east":{"texture":"#0","uv":[7,0.375,7.375,1]},"north":{"texture":"#0","uv":[7.375,0.375,8,1]},"south":{"texture":"#0","uv":[6.375,0.375,7,1]},"up":{"texture":"#0","uv":[6.375,0,7,0.375]},"west":{"texture":"#0","uv":[6,0.375,6.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5470.json b/assets/minecraft/models/w5470.json new file mode 100644 index 000000000..a60ddc24a --- /dev/null +++ b/assets/minecraft/models/w5470.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,10,5,11]},"east":{"texture":"#0","uv":[2,11,3,14]},"north":{"texture":"#0","uv":[3,11,5,14]},"south":{"texture":"#0","uv":[6,11,8,14]},"up":{"texture":"#0","uv":[5,11,3,10]},"west":{"texture":"#0","uv":[5,11,6,14]}},"from":[-15.9,-12,-15.9],"shade":false,"to":[-12.7,-7.2,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[9.75,11.5,9.75,13.25]},"east":{"texture":"#0","uv":[9.75,11.5,8,14]},"north":{"texture":"#0","uv":[9.75,13.25,9.75,15.75]},"south":{"texture":"#0","uv":[11.5,13.25,11.5,15.75]},"up":{"texture":"#0","uv":[9.75,13.25,9.75,11.5]},"west":{"texture":"#0","uv":[8,11.5,9.75,14]}},"from":[-15.9,-16,-15.9],"shade":false,"to":[-15.9,-12,-13.099999]},{"faces":{"down":{"texture":"#0","uv":[9.75,11.5,9.75,13.25]},"east":{"texture":"#0","uv":[9.75,11.5,8,14]},"north":{"texture":"#0","uv":[9.75,13.25,9.75,15.75]},"south":{"texture":"#0","uv":[9.75,13.25,9.75,15.75]},"up":{"texture":"#0","uv":[9.75,13.25,9.75,11.5]},"west":{"texture":"#0","uv":[8,11.5,9.75,14]}},"from":[-12.7,-16,-15.9],"shade":false,"to":[-12.7,-12,-13.099999]},{"faces":{"down":{"texture":"#0","uv":[13,0,11,1]},"east":{"texture":"#0","uv":[8,1,9,4]},"north":{"texture":"#0","uv":[9,1,11,4]},"south":{"texture":"#0","uv":[12,1,14,4]},"up":{"texture":"#0","uv":[11,1,9,0]},"west":{"texture":"#0","uv":[11,1,12,4]}},"from":[-16,-12.1,-16],"shade":false,"to":[-12.6,-7.1000004,-14.2]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5471.json b/assets/minecraft/models/w5471.json new file mode 100644 index 000000000..e7f32d2ca --- /dev/null +++ b/assets/minecraft/models/w5471.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,7,2,8]},"east":{"texture":"#0","uv":[0.5,8,1.5,8.75]},"north":{"texture":"#0","uv":[1.5,8,2,8.75]},"south":{"texture":"#0","uv":[3,8,3.5,8.75]},"up":{"texture":"#0","uv":[2,8,1.5,7]},"west":{"texture":"#0","uv":[2,8,3,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.83296,-15.564161,-14.89216]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5472.json b/assets/minecraft/models/w5472.json new file mode 100644 index 000000000..244fd9bb1 --- /dev/null +++ b/assets/minecraft/models/w5472.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,7,1.5,7.75]},"east":{"texture":"#0","uv":[0.25,7.75,1,8.75]},"north":{"texture":"#0","uv":[1,7.75,1.5,8.75]},"south":{"texture":"#0","uv":[2.25,7.75,2.75,8.75]},"up":{"texture":"#0","uv":[1.5,7.75,1,7]},"west":{"texture":"#0","uv":[1.5,7.75,2.25,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.8368,-14.992,-15.52]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5473.json b/assets/minecraft/models/w5473.json new file mode 100644 index 000000000..4a80621ea --- /dev/null +++ b/assets/minecraft/models/w5473.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,6.75,1.75,7.75]},"east":{"texture":"#0","uv":[0.25,7.75,1.25,8.5]},"north":{"texture":"#0","uv":[1.25,7.75,1.75,8.5]},"south":{"texture":"#0","uv":[2.75,7.75,3.25,8.5]},"up":{"texture":"#0","uv":[1.75,7.75,1.25,6.75]},"west":{"texture":"#0","uv":[1.75,7.75,2.75,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.83296,-15.564161,-14.89216]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5474.json b/assets/minecraft/models/w5474.json new file mode 100644 index 000000000..499ed097a --- /dev/null +++ b/assets/minecraft/models/w5474.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,6.5,1.75,7.25]},"east":{"texture":"#0","uv":[0.5,7.25,1.25,8.25]},"north":{"texture":"#0","uv":[1.25,7.25,1.75,8.25]},"south":{"texture":"#0","uv":[2.5,7.25,3,8.25]},"up":{"texture":"#0","uv":[1.75,7.25,1.25,6.5]},"west":{"texture":"#0","uv":[1.75,7.25,2.5,8.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.8368,-14.992,-15.52]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5475.json b/assets/minecraft/models/w5475.json new file mode 100644 index 000000000..1a54ea87a --- /dev/null +++ b/assets/minecraft/models/w5475.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,7.5,1.75,8]},"east":{"texture":"#0","uv":[0.5,8,1,8.75]},"north":{"texture":"#0","uv":[1,8,1.75,8.75]},"south":{"texture":"#0","uv":[2.25,8,3,8.75]},"up":{"texture":"#0","uv":[1.75,8,1,7.5]},"west":{"texture":"#0","uv":[1.75,8,2.25,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.20896,-15.564161,-15.80416]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5476.json b/assets/minecraft/models/w5476.json new file mode 100644 index 000000000..8cba13e1a --- /dev/null +++ b/assets/minecraft/models/w5476.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,1.25,1,1.5]},"east":{"texture":"#0","uv":[0,1.5,0.25,2]},"north":{"texture":"#0","uv":[0.25,1.5,1,2]},"south":{"texture":"#0","uv":[1.25,1.5,2,2]},"up":{"texture":"#0","uv":[1,1.5,0.25,1.25]},"west":{"texture":"#0","uv":[1,1.5,1.25,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.4]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5477.json b/assets/minecraft/models/w5477.json new file mode 100644 index 000000000..301308c4a --- /dev/null +++ b/assets/minecraft/models/w5477.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,0,7.25,0.5]},"east":{"texture":"#0","uv":[6,0.5,6.5,1]},"north":{"texture":"#0","uv":[6.5,0.5,7.25,1]},"south":{"texture":"#0","uv":[7.75,0.5,8.5,1]},"up":{"texture":"#0","uv":[7.25,0.5,6.5,0]},"west":{"texture":"#0","uv":[7.25,0.5,7.75,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14.808001,-15.208,-15.108]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5478.json b/assets/minecraft/models/w5478.json new file mode 100644 index 000000000..7038c2c06 --- /dev/null +++ b/assets/minecraft/models/w5478.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,12.75,13.5,13.25]},"east":{"texture":"#0","uv":[13,13.25,13.5,15.25]},"north":{"texture":"#0","uv":[13.5,13.25,13.5,15.25]},"south":{"texture":"#0","uv":[14,13.25,14,15.25]},"up":{"texture":"#0","uv":[13.5,13.25,13.5,12.75]},"west":{"texture":"#0","uv":[13.5,13.25,14,15.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12.8,-15]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5479.json b/assets/minecraft/models/w5479.json new file mode 100644 index 000000000..5f832c1a9 --- /dev/null +++ b/assets/minecraft/models/w5479.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.75,14.25,12.5,14.5]},"east":{"texture":"#0","uv":[12,14.5,12.25,16]},"north":{"texture":"#0","uv":[12.25,14.5,12.5,16]},"south":{"texture":"#0","uv":[12.75,14.5,13,16]},"up":{"texture":"#0","uv":[12.5,14.5,12.25,14.25]},"west":{"texture":"#0","uv":[12.5,14.5,12.75,16]}},"from":[-15.4,-16,-15.4],"shade":false,"to":[-14.799999,-13.6,-14.799999]},{"faces":{"down":{"texture":"#0","uv":[2.5,7.75,2.25,8]},"east":{"texture":"#0","uv":[1.75,8,2,8.5]},"north":{"texture":"#0","uv":[2,8,2.25,8.5]},"south":{"texture":"#0","uv":[2.5,8,2.75,8.5]},"up":{"texture":"#0","uv":[2.25,8,2,7.75]},"west":{"texture":"#0","uv":[2.25,8,2.5,8.5]}},"from":[-15.258132,-14.107421,-15.396],"rotation":{"angle":-45,"axis":"z","origin":[-15.1,-13.849289,-15.1],"rescale":false},"shade":false,"to":[-14.666132,-13.315421,-14.804]},{"faces":{"down":{"texture":"#0","uv":[2.25,8,2,8.25]},"east":{"texture":"#0","uv":[1.5,8.25,1.75,8.75]},"north":{"texture":"#0","uv":[1.75,8.25,2,8.75]},"south":{"texture":"#0","uv":[2.25,8.25,2.5,8.75]},"up":{"texture":"#0","uv":[2,8.25,1.75,8]},"west":{"texture":"#0","uv":[2,8.25,2.25,8.75]}},"from":[-15.533868,-14.107421,-15.396],"rotation":{"angle":45,"axis":"z","origin":[-15.1,-13.849289,-15.1],"rescale":false},"shade":false,"to":[-14.941868,-13.315421,-14.804]},{"faces":{"down":{"texture":"#0","uv":[2,8.25,1.75,8.5]},"east":{"texture":"#0","uv":[1.25,8.5,1.5,9]},"north":{"texture":"#0","uv":[1.5,8.5,1.75,9]},"south":{"texture":"#0","uv":[2,8.5,2.25,9]},"up":{"texture":"#0","uv":[1.75,8.5,1.5,8.25]},"west":{"texture":"#0","uv":[1.75,8.5,2,9]}},"from":[-15.533868,-11.707421,-15.396],"rotation":{"angle":45,"axis":"z","origin":[-15.1,-11.449289,-15.1],"rescale":false},"shade":false,"to":[-14.941868,-10.9154215,-14.804]},{"faces":{"down":{"texture":"#0","uv":[2.75,10,2.5,10.25]},"east":{"texture":"#0","uv":[2,10.25,2.25,10.75]},"north":{"texture":"#0","uv":[2.25,10.25,2.5,10.75]},"south":{"texture":"#0","uv":[2.75,10.25,3,10.75]},"up":{"texture":"#0","uv":[2.5,10.25,2.25,10]},"west":{"texture":"#0","uv":[2.5,10.25,2.75,10.75]}},"from":[-15.258132,-11.707421,-15.396],"rotation":{"angle":-45,"axis":"z","origin":[-15.1,-11.449289,-15.1],"rescale":false},"shade":false,"to":[-14.666132,-10.9154215,-14.804]},{"faces":{"down":{"texture":"#0","uv":[1,5,0.75,5.25]},"east":{"texture":"#0","uv":[0.25,5.25,0.5,6.75]},"north":{"texture":"#0","uv":[0.5,5.25,0.75,6.75]},"south":{"texture":"#0","uv":[1,5.25,1.25,6.75]},"up":{"texture":"#0","uv":[0.75,5.25,0.5,5]},"west":{"texture":"#0","uv":[0.75,5.25,1,6.75]}},"from":[-15.4,-13.6,-15.4],"shade":false,"to":[-14.799999,-11.200001,-14.799999]},{"faces":{"down":{"texture":"#0","uv":[5,14,4,15]},"east":{"texture":"#0","uv":[2,15,3,16]},"north":{"texture":"#0","uv":[3,15,4,16]},"south":{"texture":"#0","uv":[5,15,6,16]},"up":{"texture":"#0","uv":[4,15,3,14]},"west":{"texture":"#0","uv":[4,15,5,16]}},"from":[-16,-12.7,-16],"shade":false,"to":[-14.2,-10.9,-14.2]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w548.json b/assets/minecraft/models/w548.json new file mode 100644 index 000000000..45bdbac5f --- /dev/null +++ b/assets/minecraft/models/w548.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.375,7.625,0]},"east":{"texture":"#0","uv":[7,0.375,7.375,1]},"north":{"texture":"#0","uv":[7.375,0.375,8,1]},"south":{"texture":"#0","uv":[6.375,0.375,7,1]},"up":{"texture":"#0","uv":[6.375,0,7,0.375]},"west":{"texture":"#0","uv":[6,0.375,6.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5480.json b/assets/minecraft/models/w5480.json new file mode 100644 index 000000000..b1754822f --- /dev/null +++ b/assets/minecraft/models/w5480.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.25,10,11.25,11.25]},"east":{"texture":"#0","uv":[12.5,11.25,11.25,13.25]},"north":{"texture":"#0","uv":[9.25,11.25,11.25,11.25]},"south":{"texture":"#0","uv":[12.5,11.25,14.5,13.25]},"up":{"texture":"#0","uv":[11.25,10,9.25,10]},"west":{"texture":"#0","uv":[11.25,11.25,12.5,13.25]}},"from":[-16,-16,-16],"shade":false,"to":[-12.408,-12.408,-13.608]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5481.json b/assets/minecraft/models/w5481.json new file mode 100644 index 000000000..b838a069d --- /dev/null +++ b/assets/minecraft/models/w5481.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,7.25,1.5,8]},"east":{"texture":"#0","uv":[0.25,8,1,9]},"north":{"texture":"#0","uv":[1,8,1.5,9]},"south":{"texture":"#0","uv":[2.25,8,2.75,9]},"up":{"texture":"#0","uv":[1.5,8,1,7.25]},"west":{"texture":"#0","uv":[1.5,8,2.25,9]}},"from":[-16,-16,-16],"shade":false,"to":[-15.699327,-14.961569,-15.587968]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5482.json b/assets/minecraft/models/w5482.json new file mode 100644 index 000000000..ffeee35db --- /dev/null +++ b/assets/minecraft/models/w5482.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.5,7.25,13,8.75]},"east":{"texture":"#0","uv":[11.5,8.75,13,9.5]},"north":{"texture":"#0","uv":[13,8.75,14.5,9.5]},"south":{"texture":"#0","uv":[11.5,8,13,8.75]},"up":{"texture":"#0","uv":[14.5,8.75,13,7.25]},"west":{"texture":"#0","uv":[13,8.75,11.5,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.4944,-14.4512,-13.35172]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5483.json b/assets/minecraft/models/w5483.json new file mode 100644 index 000000000..b838a069d --- /dev/null +++ b/assets/minecraft/models/w5483.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,7.25,1.5,8]},"east":{"texture":"#0","uv":[0.25,8,1,9]},"north":{"texture":"#0","uv":[1,8,1.5,9]},"south":{"texture":"#0","uv":[2.25,8,2.75,9]},"up":{"texture":"#0","uv":[1.5,8,1,7.25]},"west":{"texture":"#0","uv":[1.5,8,2.25,9]}},"from":[-16,-16,-16],"shade":false,"to":[-15.699327,-14.961569,-15.587968]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5484.json b/assets/minecraft/models/w5484.json new file mode 100644 index 000000000..3b9ed9eeb --- /dev/null +++ b/assets/minecraft/models/w5484.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,5.75,4,6.75]},"east":{"texture":"#0","uv":[2.5,6.75,3.5,7.25]},"north":{"texture":"#0","uv":[3.5,6.75,4,7.25]},"south":{"texture":"#0","uv":[5,6.75,5.5,7.25]},"up":{"texture":"#0","uv":[4,6.75,3.5,5.75]},"west":{"texture":"#0","uv":[4,6.75,5,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.652,-14.8864]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5485.json b/assets/minecraft/models/w5485.json new file mode 100644 index 000000000..320d9fb05 --- /dev/null +++ b/assets/minecraft/models/w5485.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,5.75,4.5,6.75]},"east":{"texture":"#0","uv":[5,6.75,4,7.25]},"north":{"texture":"#0","uv":[4,6.75,3.5,7.25]},"south":{"texture":"#0","uv":[5.5,6.75,5,7.25]},"up":{"texture":"#0","uv":[3.5,6.75,4,5.75]},"west":{"texture":"#0","uv":[3.5,6.75,2.5,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.652,-14.8864]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5486.json b/assets/minecraft/models/w5486.json new file mode 100644 index 000000000..e135cb710 --- /dev/null +++ b/assets/minecraft/models/w5486.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,7.25,2,8.25]},"east":{"texture":"#0","uv":[0.5,8.25,1.5,9]},"north":{"texture":"#0","uv":[1.5,8.25,2,9]},"south":{"texture":"#0","uv":[3,8.25,3.5,9]},"up":{"texture":"#0","uv":[2,8.25,1.5,7.25]},"west":{"texture":"#0","uv":[2,8.25,3,9]}},"from":[-16,-16,-16],"shade":false,"to":[-15.7577915,-15.3680315,-14.950432]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5487.json b/assets/minecraft/models/w5487.json new file mode 100644 index 000000000..2a960b970 --- /dev/null +++ b/assets/minecraft/models/w5487.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,7.75,2,8.75]},"east":{"texture":"#0","uv":[0,8.75,1,9.5]},"north":{"texture":"#0","uv":[1,8.75,2,9.5]},"south":{"texture":"#0","uv":[3,8.75,4,9.5]},"up":{"texture":"#0","uv":[2,8.75,1,7.75]},"west":{"texture":"#0","uv":[2,8.75,3,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.0952,-15.5128,-14.96992]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5488.json b/assets/minecraft/models/w5488.json new file mode 100644 index 000000000..0270a4115 --- /dev/null +++ b/assets/minecraft/models/w5488.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,8.5,4.5,9.25]},"east":{"texture":"#0","uv":[3.25,9.25,4,10]},"north":{"texture":"#0","uv":[4,9.25,4.5,10]},"south":{"texture":"#0","uv":[5.25,9.25,5.75,10]},"up":{"texture":"#0","uv":[4.5,9.25,4,8.5]},"west":{"texture":"#0","uv":[4.5,9.25,5.25,10]}},"from":[-16,-16,-16],"shade":false,"to":[-15.74944,-15.20656,-15.5824]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5489.json b/assets/minecraft/models/w5489.json new file mode 100644 index 000000000..b1916783e --- /dev/null +++ b/assets/minecraft/models/w5489.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,8,2,8.75]},"east":{"texture":"#0","uv":[0.25,8.75,1,9.5]},"north":{"texture":"#0","uv":[1,8.75,2,9.5]},"south":{"texture":"#0","uv":[2.75,8.75,3.75,9.5]},"up":{"texture":"#0","uv":[2,8.75,1,8]},"west":{"texture":"#0","uv":[2,8.75,2.75,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.142528,-15.518368,-15.587968]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w549.json b/assets/minecraft/models/w549.json new file mode 100644 index 000000000..45bdbac5f --- /dev/null +++ b/assets/minecraft/models/w549.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.375,7.625,0]},"east":{"texture":"#0","uv":[7,0.375,7.375,1]},"north":{"texture":"#0","uv":[7.375,0.375,8,1]},"south":{"texture":"#0","uv":[6.375,0.375,7,1]},"up":{"texture":"#0","uv":[6.375,0,7,0.375]},"west":{"texture":"#0","uv":[6,0.375,6.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5490.json b/assets/minecraft/models/w5490.json new file mode 100644 index 000000000..a0b42a4b2 --- /dev/null +++ b/assets/minecraft/models/w5490.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.25,7,2,7.75]},"east":{"texture":"#0","uv":[0,7.75,0.75,8.5]},"north":{"texture":"#0","uv":[0.75,7.75,2,8.5]},"south":{"texture":"#0","uv":[2.75,7.75,4,8.5]},"up":{"texture":"#0","uv":[2,7.75,0.75,7]},"west":{"texture":"#0","uv":[2,7.75,2.75,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.58016,-15.582399,-15.5824]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5491.json b/assets/minecraft/models/w5491.json new file mode 100644 index 000000000..7a82b5f9d --- /dev/null +++ b/assets/minecraft/models/w5491.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,7,1.5,7.75]},"east":{"texture":"#0","uv":[0.25,7.75,1,8.5]},"north":{"texture":"#0","uv":[1,7.75,1.5,8.5]},"south":{"texture":"#0","uv":[2.25,7.75,2.75,8.5]},"up":{"texture":"#0","uv":[1.5,7.75,1,7]},"west":{"texture":"#0","uv":[1.5,7.75,2.25,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.69376,-15.5824,-15.52672]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5492.json b/assets/minecraft/models/w5492.json new file mode 100644 index 000000000..5aa10b830 --- /dev/null +++ b/assets/minecraft/models/w5492.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,7.25,4.25,8]},"east":{"texture":"#0","uv":[2.75,8,3.5,8.75]},"north":{"texture":"#0","uv":[3.5,8,4.25,8.75]},"south":{"texture":"#0","uv":[5,8,5.75,8.75]},"up":{"texture":"#0","uv":[4.25,8,3.5,7.25]},"west":{"texture":"#0","uv":[4.25,8,5,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.576832,-15.200992,-15.576832]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5493.json b/assets/minecraft/models/w5493.json new file mode 100644 index 000000000..0270a4115 --- /dev/null +++ b/assets/minecraft/models/w5493.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,8.5,4.5,9.25]},"east":{"texture":"#0","uv":[3.25,9.25,4,10]},"north":{"texture":"#0","uv":[4,9.25,4.5,10]},"south":{"texture":"#0","uv":[5.25,9.25,5.75,10]},"up":{"texture":"#0","uv":[4.5,9.25,4,8.5]},"west":{"texture":"#0","uv":[4.5,9.25,5.25,10]}},"from":[-16,-16,-16],"shade":false,"to":[-15.74944,-15.20656,-15.5824]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5494.json b/assets/minecraft/models/w5494.json new file mode 100644 index 000000000..e135cb710 --- /dev/null +++ b/assets/minecraft/models/w5494.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,7.25,2,8.25]},"east":{"texture":"#0","uv":[0.5,8.25,1.5,9]},"north":{"texture":"#0","uv":[1.5,8.25,2,9]},"south":{"texture":"#0","uv":[3,8.25,3.5,9]},"up":{"texture":"#0","uv":[2,8.25,1.5,7.25]},"west":{"texture":"#0","uv":[2,8.25,3,9]}},"from":[-16,-16,-16],"shade":false,"to":[-15.7577915,-15.3680315,-14.950432]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5495.json b/assets/minecraft/models/w5495.json new file mode 100644 index 000000000..9f0f0df9b --- /dev/null +++ b/assets/minecraft/models/w5495.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,7.75,4.25,8.25]},"east":{"texture":"#0","uv":[2.75,8.25,3.25,8.75]},"north":{"texture":"#0","uv":[3.25,8.25,4.25,8.75]},"south":{"texture":"#0","uv":[4.75,8.25,5.75,8.75]},"up":{"texture":"#0","uv":[4.25,8.25,3.25,7.75]},"west":{"texture":"#0","uv":[4.25,8.25,4.75,8.75]}},"from":[8,8,8],"shade":false,"to":[9.00224,8.348001,8]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5496.json b/assets/minecraft/models/w5496.json new file mode 100644 index 000000000..457d69e32 --- /dev/null +++ b/assets/minecraft/models/w5496.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.75,7.75,1.75,8.25]},"east":{"texture":"#0","uv":[0.25,8.25,0.75,9]},"north":{"texture":"#0","uv":[0.75,8.25,1.75,9]},"south":{"texture":"#0","uv":[2.25,8.25,3.25,9]},"up":{"texture":"#0","uv":[1.75,8.25,0.75,7.75]},"west":{"texture":"#0","uv":[1.75,8.25,2.25,9]}},"from":[-16,-16,-16],"shade":false,"to":[-15.1313925,-15.3680315,-15.716032]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5497.json b/assets/minecraft/models/w5497.json new file mode 100644 index 000000000..e1b063ec2 --- /dev/null +++ b/assets/minecraft/models/w5497.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,6.75,2,7.75]},"east":{"texture":"#0","uv":[0,7.75,1,8.5]},"north":{"texture":"#0","uv":[1,7.75,2,8.5]},"south":{"texture":"#0","uv":[3,7.75,4,8.5]},"up":{"texture":"#0","uv":[2,7.75,1,6.75]},"west":{"texture":"#0","uv":[2,7.75,3,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.0952,-15.5128,-14.96992]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5498.json b/assets/minecraft/models/w5498.json new file mode 100644 index 000000000..b1916783e --- /dev/null +++ b/assets/minecraft/models/w5498.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,8,2,8.75]},"east":{"texture":"#0","uv":[0.25,8.75,1,9.5]},"north":{"texture":"#0","uv":[1,8.75,2,9.5]},"south":{"texture":"#0","uv":[2.75,8.75,3.75,9.5]},"up":{"texture":"#0","uv":[2,8.75,1,8]},"west":{"texture":"#0","uv":[2,8.75,2.75,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.142528,-15.518368,-15.587968]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5499.json b/assets/minecraft/models/w5499.json new file mode 100644 index 000000000..e5bfe19b6 --- /dev/null +++ b/assets/minecraft/models/w5499.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.25,8,2,8.75]},"east":{"texture":"#0","uv":[0,8.75,0.75,9.5]},"north":{"texture":"#0","uv":[0.75,8.75,2,9.5]},"south":{"texture":"#0","uv":[2.75,8.75,4,9.5]},"up":{"texture":"#0","uv":[2,8.75,0.75,8]},"west":{"texture":"#0","uv":[2,8.75,2.75,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.58016,-15.582399,-15.5824]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w55.json b/assets/minecraft/models/w55.json new file mode 100644 index 000000000..39582fea2 --- /dev/null +++ b/assets/minecraft/models/w55.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,7.375,4.5,7.875]},"east":{"texture":"#0","uv":[4,7.875,3.5,8.875]},"north":{"texture":"#0","uv":[3.5,7.875,3,8.875]},"south":{"texture":"#0","uv":[4.5,7.875,4,8.875]},"up":{"texture":"#0","uv":[3.5,7.875,4,7.375]},"west":{"texture":"#0","uv":[3,7.875,2.5,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-12.8,-14.4]}],"overrides":[],"textures":{"0":"item/w1237560704_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w550.json b/assets/minecraft/models/w550.json new file mode 100644 index 000000000..89abc66b4 --- /dev/null +++ b/assets/minecraft/models/w550.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,12,8,16]},"south":{"texture":"#0","uv":[8,12,0,16]}},"from":[-16,-16,-16],"shade":false,"to":[-7.039999,-11.5199995,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5500.json b/assets/minecraft/models/w5500.json new file mode 100644 index 000000000..d67080155 --- /dev/null +++ b/assets/minecraft/models/w5500.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,4,14.75,5.25]},"east":{"texture":"#0","uv":[11.5,5.25,12.75,7.25]},"north":{"texture":"#0","uv":[12.75,5.25,14.75,7.25]},"south":{"texture":"#0","uv":[12.75,5.25,14.75,7.25]},"up":{"texture":"#0","uv":[14.75,5.25,12.75,4]},"west":{"texture":"#0","uv":[12.75,5.25,11.5,7.25]}},"from":[-15.8,-15.8,-14.6],"shade":false,"to":[-12.6,-12.6,-12.6]},{"faces":{"down":{"texture":"#0","uv":[6,0,4,2]},"east":{"texture":"#0","uv":[0,2,2,4]},"north":{"texture":"#0","uv":[2,2,4,4]},"south":{"texture":"#0","uv":[6,2,8,4]},"up":{"texture":"#0","uv":[4,2,2,0]},"west":{"texture":"#0","uv":[4,2,6,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.4,-12.4]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5501.json b/assets/minecraft/models/w5501.json new file mode 100644 index 000000000..0088cd31e --- /dev/null +++ b/assets/minecraft/models/w5501.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,1.25,1.75,1.5]},"east":{"texture":"#0","uv":[1.25,1.5,1,2]},"north":{"texture":"#0","uv":[1,1.5,0.25,2]},"south":{"texture":"#0","uv":[2,1.5,1.25,2]},"up":{"texture":"#0","uv":[0.25,1.5,1,1.25]},"west":{"texture":"#0","uv":[0.25,1.5,0,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.4]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5502.json b/assets/minecraft/models/w5502.json new file mode 100644 index 000000000..71c02f26d --- /dev/null +++ b/assets/minecraft/models/w5502.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,0,8,0.5]},"east":{"texture":"#0","uv":[7.75,0.5,7.25,1]},"north":{"texture":"#0","uv":[7.25,0.5,6.5,1]},"south":{"texture":"#0","uv":[8.5,0.5,7.75,1]},"up":{"texture":"#0","uv":[6.5,0.5,7.25,0]},"west":{"texture":"#0","uv":[6.5,0.5,6,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14.808001,-15.208,-15.108]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5503.json b/assets/minecraft/models/w5503.json new file mode 100644 index 000000000..a88361e73 --- /dev/null +++ b/assets/minecraft/models/w5503.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,12.75,13.5,13.25]},"east":{"texture":"#0","uv":[14,13.25,13.5,15.25]},"north":{"texture":"#0","uv":[13.5,13.25,13.5,15.25]},"south":{"texture":"#0","uv":[14,13.25,14,15.25]},"up":{"texture":"#0","uv":[13.5,13.25,13.5,12.75]},"west":{"texture":"#0","uv":[13.5,13.25,13,15.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12.8,-15]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5504.json b/assets/minecraft/models/w5504.json new file mode 100644 index 000000000..1d01c43a1 --- /dev/null +++ b/assets/minecraft/models/w5504.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,14.25,12.75,14.5]},"east":{"texture":"#0","uv":[12.75,14.5,12.5,16]},"north":{"texture":"#0","uv":[12.5,14.5,12.25,16]},"south":{"texture":"#0","uv":[13,14.5,12.75,16]},"up":{"texture":"#0","uv":[12.25,14.5,12.5,14.25]},"west":{"texture":"#0","uv":[12.25,14.5,12,16]}},"from":[-15.4,-16,-15.4],"shade":false,"to":[-14.799999,-13.6,-14.799999]},{"faces":{"down":{"texture":"#0","uv":[1.75,7.75,2,8]},"east":{"texture":"#0","uv":[2,8,1.75,8.5]},"north":{"texture":"#0","uv":[1.75,8,1.5,8.5]},"south":{"texture":"#0","uv":[2.25,8,2,8.5]},"up":{"texture":"#0","uv":[1.5,8,1.75,7.75]},"west":{"texture":"#0","uv":[1.5,8,1.25,8.5]}},"from":[-15.533868,-14.107421,-15.396],"rotation":{"angle":45,"axis":"z","origin":[-15.1,-13.849289,-15.1],"rescale":false},"shade":false,"to":[-14.941868,-13.315421,-14.804]},{"faces":{"down":{"texture":"#0","uv":[2,8.25,2.25,8.5]},"east":{"texture":"#0","uv":[2.25,8.5,2,9]},"north":{"texture":"#0","uv":[2,8.5,1.75,9]},"south":{"texture":"#0","uv":[2.5,8.5,2.25,9]},"up":{"texture":"#0","uv":[1.75,8.5,2,8.25]},"west":{"texture":"#0","uv":[1.75,8.5,1.5,9]}},"from":[-15.258132,-14.107421,-15.396],"rotation":{"angle":-45,"axis":"z","origin":[-15.1,-13.849289,-15.1],"rescale":false},"shade":false,"to":[-14.666132,-13.315421,-14.804]},{"faces":{"down":{"texture":"#0","uv":[1.75,8.25,2,8.5]},"east":{"texture":"#0","uv":[2,8.5,1.75,9]},"north":{"texture":"#0","uv":[1.75,8.5,1.5,9]},"south":{"texture":"#0","uv":[2.25,8.5,2,9]},"up":{"texture":"#0","uv":[1.5,8.5,1.75,8.25]},"west":{"texture":"#0","uv":[1.5,8.5,1.25,9]}},"from":[-15.258132,-11.707421,-15.396],"rotation":{"angle":-45,"axis":"z","origin":[-15.1,-11.449289,-15.1],"rescale":false},"shade":false,"to":[-14.666132,-10.9154215,-14.804]},{"faces":{"down":{"texture":"#0","uv":[2.5,10,2.75,10.25]},"east":{"texture":"#0","uv":[2.75,10.25,2.5,10.75]},"north":{"texture":"#0","uv":[2.5,10.25,2.25,10.75]},"south":{"texture":"#0","uv":[3,10.25,2.75,10.75]},"up":{"texture":"#0","uv":[2.25,10.25,2.5,10]},"west":{"texture":"#0","uv":[2.25,10.25,2,10.75]}},"from":[-15.533868,-11.707421,-15.396],"rotation":{"angle":45,"axis":"z","origin":[-15.1,-11.449289,-15.1],"rescale":false},"shade":false,"to":[-14.941868,-10.9154215,-14.804]},{"faces":{"down":{"texture":"#0","uv":[0.75,5,1,5.25]},"east":{"texture":"#0","uv":[1,5.25,0.75,6.75]},"north":{"texture":"#0","uv":[0.75,5.25,0.5,6.75]},"south":{"texture":"#0","uv":[1.25,5.25,1,6.75]},"up":{"texture":"#0","uv":[0.5,5.25,0.75,5]},"west":{"texture":"#0","uv":[0.5,5.25,0.25,6.75]}},"from":[-15.4,-13.6,-15.4],"shade":false,"to":[-14.799999,-11.200001,-14.799999]},{"faces":{"down":{"texture":"#0","uv":[4,14,5,15]},"east":{"texture":"#0","uv":[5,15,4,16]},"north":{"texture":"#0","uv":[4,15,3,16]},"south":{"texture":"#0","uv":[6,15,5,16]},"up":{"texture":"#0","uv":[3,15,4,14]},"west":{"texture":"#0","uv":[3,15,2,16]}},"from":[-16,-12.7,-16],"shade":false,"to":[-14.2,-10.9,-14.2]}],"overrides":[],"textures":{"0":"item/w1670121985_3"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5505.json b/assets/minecraft/models/w5505.json new file mode 100644 index 000000000..1c74bdaae --- /dev/null +++ b/assets/minecraft/models/w5505.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,8,3,7]},"east":{"texture":"#0","uv":[3,9,4,8]},"north":{"texture":"#0","uv":[4,9,6,8]},"south":{"texture":"#0","uv":[1,9,3,8]},"up":{"texture":"#0","uv":[3,7,5,8]},"west":{"texture":"#0","uv":[0,9,1,8]}},"from":[8,8,8],"shade":false,"to":[4.8,6.4,6.4]}],"overrides":[],"textures":{"0":"item/w1580828668_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5506.json b/assets/minecraft/models/w5506.json new file mode 100644 index 000000000..abd122b68 --- /dev/null +++ b/assets/minecraft/models/w5506.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,5,3,4]},"east":{"texture":"#0","uv":[3,7,4,5]},"north":{"texture":"#0","uv":[4,7,6,5]},"south":{"texture":"#0","uv":[1,7,3,5]},"west":{"texture":"#0","uv":[0,7,1,5]}},"from":[8,8,8],"shade":false,"to":[4.8,4.8,6.4]}],"overrides":[],"textures":{"0":"item/w1580828668_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5507.json b/assets/minecraft/models/w5507.json new file mode 100644 index 000000000..a0df55cc3 --- /dev/null +++ b/assets/minecraft/models/w5507.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,6,7.5,6.25]},"east":{"texture":"#0","uv":[6.25,5.25,6.5,6]},"north":{"texture":"#0","uv":[6.5,5.25,7.5,6]},"south":{"texture":"#0","uv":[7.5,5.25,8.5,6]},"up":{"texture":"#0","uv":[7.5,6.25,6.5,6]},"west":{"texture":"#0","uv":[6,5.25,6.25,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14.24,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1580828668_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5508.json b/assets/minecraft/models/w5508.json new file mode 100644 index 000000000..473491c84 --- /dev/null +++ b/assets/minecraft/models/w5508.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,0,13,0.5]},"east":{"texture":"#0","uv":[12,0.5,12.5,4.25]},"north":{"texture":"#0","uv":[12.5,0.5,13,4.25]},"south":{"texture":"#0","uv":[13.5,0.5,14,4.25]},"up":{"texture":"#0","uv":[13,0.5,12.5,0]},"west":{"texture":"#0","uv":[13,0.5,13.5,4.25]}},"from":[-14.72,-15.6,-14.72],"shade":false,"to":[-13.92,-9.6,-13.92]},{"faces":{"down":{"texture":"#0","uv":[5,7,3,8]},"east":{"texture":"#0","uv":[0,8,1,9]},"north":{"texture":"#0","uv":[1,8,3,9]},"south":{"texture":"#0","uv":[4,8,6,9]},"up":{"texture":"#0","uv":[3,8,1,7]},"west":{"texture":"#0","uv":[3,8,4,9]}},"from":[-15.92,-16,-15.92],"shade":false,"to":[-12.72,-14.4,-14.32]},{"faces":{"down":{"texture":"#0","uv":[5,4,3,5]},"east":{"texture":"#0","uv":[0,5,1,7]},"north":{"texture":"#0","uv":[1,5,3,7]},"south":{"texture":"#0","uv":[4,5,6,7]},"up":{"texture":"#0","uv":[3,5,1,4]},"west":{"texture":"#0","uv":[3,5,4,7]}},"from":[-15.92,-14,-15.92],"shade":false,"to":[-12.72,-10.8,-14.32]},{"faces":{"down":{"texture":"#0","uv":[11,3.75,9,4.75]},"east":{"texture":"#0","uv":[6,4.75,7,5.25]},"north":{"texture":"#0","uv":[7,4.75,9,5.25]},"south":{"texture":"#0","uv":[10,4.75,12,5.25]},"up":{"texture":"#0","uv":[9,4.75,7,3.75]},"west":{"texture":"#0","uv":[9,4.75,10,5.25]}},"from":[-16,-15.6,-16],"shade":false,"to":[-12.64,-14.8,-14.24]}],"overrides":[],"textures":{"0":"item/w1580828668_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5509.json b/assets/minecraft/models/w5509.json new file mode 100644 index 000000000..f805a011b --- /dev/null +++ b/assets/minecraft/models/w5509.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,0,11.5,0.5]},"east":{"texture":"#0","uv":[11.5,0.5,11,3.75]},"north":{"texture":"#0","uv":[11,0.5,10.5,3.75]},"south":{"texture":"#0","uv":[12,0.5,11.5,3.75]},"up":{"texture":"#0","uv":[10.5,0.5,11,0]},"west":{"texture":"#0","uv":[10.5,0.5,10,3.75]}},"from":[-15.8,-15.9,-15.4],"shade":false,"to":[-15,-10.7,-14.599999]},{"faces":{"down":{"texture":"#0","uv":[7.75,6.25,7,6.5]},"east":{"texture":"#0","uv":[6,6.5,6.25,7]},"north":{"texture":"#0","uv":[6.25,6.5,7,7]},"south":{"texture":"#0","uv":[7.25,6.5,8,7]},"up":{"texture":"#0","uv":[7,6.5,6.25,6.25]},"west":{"texture":"#0","uv":[7,6.5,7.25,7]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]},{"faces":{"down":{"texture":"#0","uv":[10.25,6.25,9.5,7]},"east":{"texture":"#0","uv":[8,7,8.75,8.25]},"north":{"texture":"#0","uv":[8.75,7,9.5,8.25]},"south":{"texture":"#0","uv":[10.25,7,11,8.25]},"up":{"texture":"#0","uv":[9.5,7,8.75,6.25]},"west":{"texture":"#0","uv":[9.5,7,10.25,8.25]}},"from":[-16,-16,-15.6],"shade":false,"to":[-14.8,-14,-14.400001]}],"overrides":[],"textures":{"0":"item/w1580828668_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w551.json b/assets/minecraft/models/w551.json new file mode 100644 index 000000000..cf120d7a1 --- /dev/null +++ b/assets/minecraft/models/w551.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,0,7,0.375]},"east":{"texture":"#0","uv":[6,0.375,6.375,1]},"north":{"texture":"#0","uv":[6.375,0.375,7,1]},"south":{"texture":"#0","uv":[7.375,0.375,8,1]},"up":{"texture":"#0","uv":[7,0.375,6.375,0]},"west":{"texture":"#0","uv":[7,0.375,7.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5510.json b/assets/minecraft/models/w5510.json new file mode 100644 index 000000000..2fd1feea4 --- /dev/null +++ b/assets/minecraft/models/w5510.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,0,11,0.5]},"east":{"texture":"#0","uv":[10,0.5,10.5,3.75]},"north":{"texture":"#0","uv":[10.5,0.5,11,3.75]},"south":{"texture":"#0","uv":[11.5,0.5,12,3.75]},"up":{"texture":"#0","uv":[11,0.5,10.5,0]},"west":{"texture":"#0","uv":[11,0.5,11.5,3.75]}},"from":[-15.8,-15.9,-15.4],"shade":false,"to":[-15,-10.7,-14.599999]},{"faces":{"down":{"texture":"#0","uv":[7,6.25,7.75,6.5]},"east":{"texture":"#0","uv":[7.25,6.5,7,7]},"north":{"texture":"#0","uv":[7,6.5,6.25,7]},"south":{"texture":"#0","uv":[8,6.5,7.25,7]},"up":{"texture":"#0","uv":[6.25,6.5,7,6.25]},"west":{"texture":"#0","uv":[6.25,6.5,6,7]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]},{"faces":{"down":{"texture":"#0","uv":[9.5,6.25,10.25,7]},"east":{"texture":"#0","uv":[10.25,7,9.5,8.25]},"north":{"texture":"#0","uv":[9.5,7,8.75,8.25]},"south":{"texture":"#0","uv":[11,7,10.25,8.25]},"up":{"texture":"#0","uv":[8.75,7,9.5,6.25]},"west":{"texture":"#0","uv":[8.75,7,8,8.25]}},"from":[-16,-16,-15.6],"shade":false,"to":[-14.8,-14,-14.400001]}],"overrides":[],"textures":{"0":"item/w1580828668_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5511.json b/assets/minecraft/models/w5511.json new file mode 100644 index 000000000..2512f4ddf --- /dev/null +++ b/assets/minecraft/models/w5511.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,4,2]},"east":{"texture":"#0","uv":[0,2,2,3.5]},"north":{"texture":"#0","uv":[2,2,4,3.5]},"south":{"texture":"#0","uv":[6,2,8,3.5]},"up":{"texture":"#0","uv":[4,2,2,0]},"west":{"texture":"#0","uv":[4,2,6,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.6,-12.8]}],"overrides":[],"textures":{"0":"item/w1580828668_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5512.json b/assets/minecraft/models/w5512.json new file mode 100644 index 000000000..0abe88018 --- /dev/null +++ b/assets/minecraft/models/w5512.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,0,9.5,0.5]},"east":{"texture":"#0","uv":[9.5,0.5,9,3.5]},"north":{"texture":"#0","uv":[9,0.5,8.5,3.5]},"south":{"texture":"#0","uv":[10,0.5,9.5,3.5]},"up":{"texture":"#0","uv":[8.5,0.5,9,0]},"west":{"texture":"#0","uv":[8.5,0.5,8,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-11.2,-15.2]}],"overrides":[],"textures":{"0":"item/w1580828668_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5513.json b/assets/minecraft/models/w5513.json new file mode 100644 index 000000000..1f63d453e --- /dev/null +++ b/assets/minecraft/models/w5513.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,0,9,0.5]},"east":{"texture":"#0","uv":[8,0.5,8.5,3.5]},"north":{"texture":"#0","uv":[8.5,0.5,9,3.5]},"south":{"texture":"#0","uv":[9.5,0.5,10,3.5]},"up":{"texture":"#0","uv":[9,0.5,8.5,0]},"west":{"texture":"#0","uv":[9,0.5,9.5,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-11.2,-15.2]}],"overrides":[],"textures":{"0":"item/w1580828668_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5514.json b/assets/minecraft/models/w5514.json new file mode 100644 index 000000000..9764ce046 --- /dev/null +++ b/assets/minecraft/models/w5514.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,0,6.5,1.5]},"east":{"texture":"#0","uv":[0.75,3.5,2.25,4]},"north":{"texture":"#0","uv":[2.25,3.5,3.75,4]},"south":{"texture":"#0","uv":[5.25,3.5,6.75,4]},"up":{"texture":"#0","uv":[1.5,0,0,1.5]},"west":{"texture":"#0","uv":[3.75,3.5,5.25,4]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w1580828668_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5515.json b/assets/minecraft/models/w5515.json new file mode 100644 index 000000000..ee3b036f4 --- /dev/null +++ b/assets/minecraft/models/w5515.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,8,3,7]},"east":{"texture":"#0","uv":[3,9,4,8]},"north":{"texture":"#0","uv":[4,9,6,8]},"south":{"texture":"#0","uv":[1,9,3,8]},"up":{"texture":"#0","uv":[3,7,5,8]},"west":{"texture":"#0","uv":[0,9,1,8]}},"from":[8,8,8],"shade":false,"to":[4.8,6.4,6.4]}],"overrides":[],"textures":{"0":"item/w856876674_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5516.json b/assets/minecraft/models/w5516.json new file mode 100644 index 000000000..383f89240 --- /dev/null +++ b/assets/minecraft/models/w5516.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,5,3,4]},"east":{"texture":"#0","uv":[3,7,4,5]},"north":{"texture":"#0","uv":[4,7,6,5]},"south":{"texture":"#0","uv":[1,7,3,5]},"west":{"texture":"#0","uv":[0,7,1,5]}},"from":[8,8,8],"shade":false,"to":[4.8,4.8,6.4]}],"overrides":[],"textures":{"0":"item/w856876674_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5517.json b/assets/minecraft/models/w5517.json new file mode 100644 index 000000000..2c215f1a1 --- /dev/null +++ b/assets/minecraft/models/w5517.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,6.5,7.5,6.75]},"east":{"texture":"#0","uv":[6.25,5.75,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,5.75,7.5,6.5]},"south":{"texture":"#0","uv":[7.5,5.75,8.5,6.5]},"up":{"texture":"#0","uv":[7.5,6.75,6.5,6.5]},"west":{"texture":"#0","uv":[6,5.75,6.25,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.24,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w856876674_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5518.json b/assets/minecraft/models/w5518.json new file mode 100644 index 000000000..cf22fa60d --- /dev/null +++ b/assets/minecraft/models/w5518.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,0,13,0.5]},"east":{"texture":"#0","uv":[12,0.5,12.5,4.25]},"north":{"texture":"#0","uv":[12.5,0.5,13,4.25]},"south":{"texture":"#0","uv":[13.5,0.5,14,4.25]},"up":{"texture":"#0","uv":[13,0.5,12.5,0]},"west":{"texture":"#0","uv":[13,0.5,13.5,4.25]}},"from":[-14.72,-15.6,-14.72],"shade":false,"to":[-13.92,-9.6,-13.92]},{"faces":{"down":{"texture":"#0","uv":[5,7,3,8]},"east":{"texture":"#0","uv":[0,8,1,9]},"north":{"texture":"#0","uv":[1,8,3,9]},"south":{"texture":"#0","uv":[4,8,6,9]},"up":{"texture":"#0","uv":[3,8,1,7]},"west":{"texture":"#0","uv":[3,8,4,9]}},"from":[-15.92,-16,-15.92],"shade":false,"to":[-12.72,-14.4,-14.32]},{"faces":{"down":{"texture":"#0","uv":[5,4,3,5]},"east":{"texture":"#0","uv":[0,5,1,7]},"north":{"texture":"#0","uv":[1,5,3,7]},"south":{"texture":"#0","uv":[4,5,6,7]},"up":{"texture":"#0","uv":[3,5,1,4]},"west":{"texture":"#0","uv":[3,5,4,7]}},"from":[-15.92,-14,-15.92],"shade":false,"to":[-12.72,-10.8,-14.32]},{"faces":{"down":{"texture":"#0","uv":[11,4.25,9,5.25]},"east":{"texture":"#0","uv":[6,5.25,7,5.75]},"north":{"texture":"#0","uv":[7,5.25,9,5.75]},"south":{"texture":"#0","uv":[10,5.25,12,5.75]},"up":{"texture":"#0","uv":[9,5.25,7,4.25]},"west":{"texture":"#0","uv":[9,5.25,10,5.75]}},"from":[-16,-15.6,-16],"shade":false,"to":[-12.64,-14.8,-14.24]}],"overrides":[],"textures":{"0":"item/w856876674_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5519.json b/assets/minecraft/models/w5519.json new file mode 100644 index 000000000..e190c5d8f --- /dev/null +++ b/assets/minecraft/models/w5519.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,0,11.5,0.5]},"east":{"texture":"#0","uv":[11.5,0.5,11,3.75]},"north":{"texture":"#0","uv":[11,0.5,10.5,3.75]},"south":{"texture":"#0","uv":[12,0.5,11.5,3.75]},"up":{"texture":"#0","uv":[10.5,0.5,11,0]},"west":{"texture":"#0","uv":[10.5,0.5,10,3.75]}},"from":[-15.8,-15.9,-15.4],"shade":false,"to":[-15,-10.7,-14.599999]},{"faces":{"down":{"texture":"#0","uv":[7.75,6.75,7,7]},"east":{"texture":"#0","uv":[6,7,6.25,7.5]},"north":{"texture":"#0","uv":[6.25,7,7,7.5]},"south":{"texture":"#0","uv":[7.25,7,8,7.5]},"up":{"texture":"#0","uv":[7,7,6.25,6.75]},"west":{"texture":"#0","uv":[7,7,7.25,7.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]},{"faces":{"down":{"texture":"#0","uv":[10.25,6.75,9.5,7.5]},"east":{"texture":"#0","uv":[8,7.5,8.75,8.75]},"north":{"texture":"#0","uv":[8.75,7.5,9.5,8.75]},"south":{"texture":"#0","uv":[10.25,7.5,11,8.75]},"up":{"texture":"#0","uv":[9.5,7.5,8.75,6.75]},"west":{"texture":"#0","uv":[9.5,7.5,10.25,8.75]}},"from":[-16,-16,-15.6],"shade":false,"to":[-14.8,-14,-14.400001]}],"overrides":[],"textures":{"0":"item/w856876674_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w552.json b/assets/minecraft/models/w552.json new file mode 100644 index 000000000..cf120d7a1 --- /dev/null +++ b/assets/minecraft/models/w552.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,0,7,0.375]},"east":{"texture":"#0","uv":[6,0.375,6.375,1]},"north":{"texture":"#0","uv":[6.375,0.375,7,1]},"south":{"texture":"#0","uv":[7.375,0.375,8,1]},"up":{"texture":"#0","uv":[7,0.375,6.375,0]},"west":{"texture":"#0","uv":[7,0.375,7.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5520.json b/assets/minecraft/models/w5520.json new file mode 100644 index 000000000..04edd5e95 --- /dev/null +++ b/assets/minecraft/models/w5520.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,0,11,0.5]},"east":{"texture":"#0","uv":[10,0.5,10.5,3.75]},"north":{"texture":"#0","uv":[10.5,0.5,11,3.75]},"south":{"texture":"#0","uv":[11.5,0.5,12,3.75]},"up":{"texture":"#0","uv":[11,0.5,10.5,0]},"west":{"texture":"#0","uv":[11,0.5,11.5,3.75]}},"from":[-15.8,-15.9,-15.4],"shade":false,"to":[-15,-10.7,-14.599999]},{"faces":{"down":{"texture":"#0","uv":[7,6.75,7.75,7]},"east":{"texture":"#0","uv":[7.25,7,7,7.5]},"north":{"texture":"#0","uv":[7,7,6.25,7.5]},"south":{"texture":"#0","uv":[8,7,7.25,7.5]},"up":{"texture":"#0","uv":[6.25,7,7,6.75]},"west":{"texture":"#0","uv":[6.25,7,6,7.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-15.6]},{"faces":{"down":{"texture":"#0","uv":[9.5,6.75,10.25,7.5]},"east":{"texture":"#0","uv":[10.25,7.5,9.5,8.75]},"north":{"texture":"#0","uv":[9.5,7.5,8.75,8.75]},"south":{"texture":"#0","uv":[11,7.5,10.25,8.75]},"up":{"texture":"#0","uv":[8.75,7.5,9.5,6.75]},"west":{"texture":"#0","uv":[8.75,7.5,8,8.75]}},"from":[-16,-16,-15.6],"shade":false,"to":[-14.8,-14,-14.400001]}],"overrides":[],"textures":{"0":"item/w856876674_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5521.json b/assets/minecraft/models/w5521.json new file mode 100644 index 000000000..e08c04ba9 --- /dev/null +++ b/assets/minecraft/models/w5521.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,4,2]},"east":{"texture":"#0","uv":[0,2,2,3.5]},"north":{"texture":"#0","uv":[2,2,4,3.5]},"south":{"texture":"#0","uv":[6,2,8,3.5]},"up":{"texture":"#0","uv":[4,2,2,0]},"west":{"texture":"#0","uv":[4,2,6,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.6,-12.8]}],"overrides":[],"textures":{"0":"item/w856876674_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5522.json b/assets/minecraft/models/w5522.json new file mode 100644 index 000000000..9dae67867 --- /dev/null +++ b/assets/minecraft/models/w5522.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,0,9.5,0.5]},"east":{"texture":"#0","uv":[9.5,0.5,9,3.5]},"north":{"texture":"#0","uv":[9,0.5,8.5,3.5]},"south":{"texture":"#0","uv":[10,0.5,9.5,3.5]},"up":{"texture":"#0","uv":[8.5,0.5,9,0]},"west":{"texture":"#0","uv":[8.5,0.5,8,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-11.2,-15.2]}],"overrides":[],"textures":{"0":"item/w856876674_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5523.json b/assets/minecraft/models/w5523.json new file mode 100644 index 000000000..ec75a73c0 --- /dev/null +++ b/assets/minecraft/models/w5523.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,0,9,0.5]},"east":{"texture":"#0","uv":[8,0.5,8.5,3.5]},"north":{"texture":"#0","uv":[8.5,0.5,9,3.5]},"south":{"texture":"#0","uv":[9.5,0.5,10,3.5]},"up":{"texture":"#0","uv":[9,0.5,8.5,0]},"west":{"texture":"#0","uv":[9,0.5,9.5,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-11.2,-15.2]}],"overrides":[],"textures":{"0":"item/w856876674_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5524.json b/assets/minecraft/models/w5524.json new file mode 100644 index 000000000..4e4f005da --- /dev/null +++ b/assets/minecraft/models/w5524.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,0,6.5,1.5]},"east":{"texture":"#0","uv":[0.75,3.5,2.25,4]},"north":{"texture":"#0","uv":[2.25,3.5,3.75,4]},"south":{"texture":"#0","uv":[5.25,3.5,6.75,4]},"up":{"texture":"#0","uv":[1.5,0,0,1.5]},"west":{"texture":"#0","uv":[3.75,3.5,5.25,4]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w856876674_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5525.json b/assets/minecraft/models/w5525.json new file mode 100644 index 000000000..d7661e7f0 --- /dev/null +++ b/assets/minecraft/models/w5525.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,8,3,7]},"east":{"texture":"#0","uv":[3,9,4,8]},"north":{"texture":"#0","uv":[4,9,6,8]},"south":{"texture":"#0","uv":[1,9,3,8]},"up":{"texture":"#0","uv":[3,7,5,8]},"west":{"texture":"#0","uv":[0,9,1,8]}},"from":[8,8,8],"shade":false,"to":[4.8,6.4,6.4]}],"overrides":[],"textures":{"0":"item/w1866165008_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5526.json b/assets/minecraft/models/w5526.json new file mode 100644 index 000000000..4839aa20f --- /dev/null +++ b/assets/minecraft/models/w5526.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,5,3,4]},"east":{"texture":"#0","uv":[3,7,4,5]},"north":{"texture":"#0","uv":[4,7,6,5]},"south":{"texture":"#0","uv":[1,7,3,5]},"west":{"texture":"#0","uv":[0,7,1,5]}},"from":[8,8,8],"shade":false,"to":[4.8,4.8,6.4]}],"overrides":[],"textures":{"0":"item/w1866165008_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5527.json b/assets/minecraft/models/w5527.json new file mode 100644 index 000000000..3ce33cb64 --- /dev/null +++ b/assets/minecraft/models/w5527.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,0,13,0.5]},"east":{"texture":"#0","uv":[12,0.5,12.5,4.25]},"north":{"texture":"#0","uv":[12.5,0.5,13,4.25]},"south":{"texture":"#0","uv":[13.5,0.5,14,4.25]},"up":{"texture":"#0","uv":[13,0.5,12.5,0]},"west":{"texture":"#0","uv":[13,0.5,13.5,4.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-10,-15.2]}],"overrides":[],"textures":{"0":"item/w1866165008_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5528.json b/assets/minecraft/models/w5528.json new file mode 100644 index 000000000..c822a52be --- /dev/null +++ b/assets/minecraft/models/w5528.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,0,11.5,0.5]},"east":{"texture":"#0","uv":[11.5,0.5,11,3.75]},"north":{"texture":"#0","uv":[11,0.5,10.5,3.75]},"south":{"texture":"#0","uv":[12,0.5,11.5,3.75]},"up":{"texture":"#0","uv":[10.5,0.5,11,0]},"west":{"texture":"#0","uv":[10.5,0.5,10,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-10.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1866165008_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5529.json b/assets/minecraft/models/w5529.json new file mode 100644 index 000000000..7c2ef12c3 --- /dev/null +++ b/assets/minecraft/models/w5529.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,0,11,0.5]},"east":{"texture":"#0","uv":[10,0.5,10.5,3.75]},"north":{"texture":"#0","uv":[10.5,0.5,11,3.75]},"south":{"texture":"#0","uv":[11.5,0.5,12,3.75]},"up":{"texture":"#0","uv":[11,0.5,10.5,0]},"west":{"texture":"#0","uv":[11,0.5,11.5,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-10.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1866165008_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w553.json b/assets/minecraft/models/w553.json new file mode 100644 index 000000000..cf120d7a1 --- /dev/null +++ b/assets/minecraft/models/w553.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,0,7,0.375]},"east":{"texture":"#0","uv":[6,0.375,6.375,1]},"north":{"texture":"#0","uv":[6.375,0.375,7,1]},"south":{"texture":"#0","uv":[7.375,0.375,8,1]},"up":{"texture":"#0","uv":[7,0.375,6.375,0]},"west":{"texture":"#0","uv":[7,0.375,7.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5530.json b/assets/minecraft/models/w5530.json new file mode 100644 index 000000000..287873672 --- /dev/null +++ b/assets/minecraft/models/w5530.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,4,2]},"east":{"texture":"#0","uv":[0,2,2,3.5]},"north":{"texture":"#0","uv":[2,2,4,3.5]},"south":{"texture":"#0","uv":[6,2,8,3.5]},"up":{"texture":"#0","uv":[4,2,2,0]},"west":{"texture":"#0","uv":[4,2,6,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.6,-12.8]}],"overrides":[],"textures":{"0":"item/w1866165008_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5531.json b/assets/minecraft/models/w5531.json new file mode 100644 index 000000000..c290bea73 --- /dev/null +++ b/assets/minecraft/models/w5531.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,0,9.5,0.5]},"east":{"texture":"#0","uv":[9.5,0.5,9,3.5]},"north":{"texture":"#0","uv":[9,0.5,8.5,3.5]},"south":{"texture":"#0","uv":[10,0.5,9.5,3.5]},"up":{"texture":"#0","uv":[8.5,0.5,9,0]},"west":{"texture":"#0","uv":[8.5,0.5,8,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-11.2,-15.2]}],"overrides":[],"textures":{"0":"item/w1866165008_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5532.json b/assets/minecraft/models/w5532.json new file mode 100644 index 000000000..42b6108c7 --- /dev/null +++ b/assets/minecraft/models/w5532.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,0,9,0.5]},"east":{"texture":"#0","uv":[8,0.5,8.5,3.5]},"north":{"texture":"#0","uv":[8.5,0.5,9,3.5]},"south":{"texture":"#0","uv":[9.5,0.5,10,3.5]},"up":{"texture":"#0","uv":[9,0.5,8.5,0]},"west":{"texture":"#0","uv":[9,0.5,9.5,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-11.2,-15.2]}],"overrides":[],"textures":{"0":"item/w1866165008_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5533.json b/assets/minecraft/models/w5533.json new file mode 100644 index 000000000..11ccc6023 --- /dev/null +++ b/assets/minecraft/models/w5533.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,0,6.5,1.5]},"east":{"texture":"#0","uv":[0.75,3.5,2.25,4]},"north":{"texture":"#0","uv":[2.25,3.5,3.75,4]},"south":{"texture":"#0","uv":[5.25,3.5,6.75,4]},"up":{"texture":"#0","uv":[1.5,0,0,1.5]},"west":{"texture":"#0","uv":[3.75,3.5,5.25,4]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w1866165008_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5534.json b/assets/minecraft/models/w5534.json new file mode 100644 index 000000000..fdcfb92df --- /dev/null +++ b/assets/minecraft/models/w5534.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,9.5,0.75,10.25]}},"from":[-14,-16,-16],"shade":false,"to":[-12.8,-14.8,-16]},{"faces":{"north":{"texture":"#0","uv":[1.25,9.5,2,10.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w1866165008_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5535.json b/assets/minecraft/models/w5535.json new file mode 100644 index 000000000..70955135a --- /dev/null +++ b/assets/minecraft/models/w5535.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,6,12,0]},"east":{"texture":"#0","uv":[0,8,6,4]},"north":{"texture":"#0","uv":[0,8,6,4]},"south":{"texture":"#0","uv":[0,4,6,0]},"up":{"texture":"#0","uv":[6,6,12,12]},"west":{"texture":"#0","uv":[0,8,6,4]}},"from":[8,8,8],"shade":false,"to":[-1.6000004,1.5999999,-1.6000004]}],"overrides":[],"textures":{"0":"item/w486647665_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5536.json b/assets/minecraft/models/w5536.json new file mode 100644 index 000000000..a1628db0d --- /dev/null +++ b/assets/minecraft/models/w5536.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,6,6,12]},"east":{"texture":"#0","uv":[0,4,6,8]},"north":{"texture":"#0","uv":[0,0,6,4]},"south":{"texture":"#0","uv":[0,4,6,8]},"up":{"texture":"#0","uv":[12,6,6,0]},"west":{"texture":"#0","uv":[0,4,6,8]}},"from":[-16,-16,-16],"shade":false,"to":[-6.3999996,-9.6,-6.3999996]}],"overrides":[],"textures":{"0":"item/w486647665_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5537.json b/assets/minecraft/models/w5537.json new file mode 100644 index 000000000..75a510ef2 --- /dev/null +++ b/assets/minecraft/models/w5537.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,12,4.25,14.5]},"east":{"texture":"#0","uv":[0,14.5,2.5,15.5]},"north":{"texture":"#0","uv":[2.5,14.5,4.25,15.5]},"south":{"texture":"#0","uv":[6.75,14.5,8.5,15.5]},"up":{"texture":"#0","uv":[4.25,14.5,2.5,12]},"west":{"texture":"#0","uv":[4.25,14.5,6.75,15.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.4,-12]}],"overrides":[],"textures":{"0":"item/w486647665_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5538.json b/assets/minecraft/models/w5538.json new file mode 100644 index 000000000..638ee5592 --- /dev/null +++ b/assets/minecraft/models/w5538.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,12,6,14.5]},"east":{"texture":"#0","uv":[6.75,14.5,4.25,15.5]},"north":{"texture":"#0","uv":[4.25,14.5,2.5,15.5]},"south":{"texture":"#0","uv":[8.5,14.5,6.75,15.5]},"up":{"texture":"#0","uv":[2.5,14.5,4.25,12]},"west":{"texture":"#0","uv":[2.5,14.5,0,15.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.4,-12]}],"overrides":[],"textures":{"0":"item/w486647665_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5539.json b/assets/minecraft/models/w5539.json new file mode 100644 index 000000000..23ae6d2cd --- /dev/null +++ b/assets/minecraft/models/w5539.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,8,0.75,9.75]},"south":{"texture":"#0","uv":[0.75,8,0,9.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-16]}],"overrides":[],"textures":{"0":"item/w486647665_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w554.json b/assets/minecraft/models/w554.json new file mode 100644 index 000000000..cf120d7a1 --- /dev/null +++ b/assets/minecraft/models/w554.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,0,7,0.375]},"east":{"texture":"#0","uv":[6,0.375,6.375,1]},"north":{"texture":"#0","uv":[6.375,0.375,7,1]},"south":{"texture":"#0","uv":[7.375,0.375,8,1]},"up":{"texture":"#0","uv":[7,0.375,6.375,0]},"west":{"texture":"#0","uv":[7,0.375,7.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5540.json b/assets/minecraft/models/w5540.json new file mode 100644 index 000000000..b1878e6ca --- /dev/null +++ b/assets/minecraft/models/w5540.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.75,8,0,9.75]},"south":{"texture":"#0","uv":[0,8,0.75,9.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-16]}],"overrides":[],"textures":{"0":"item/w486647665_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5541.json b/assets/minecraft/models/w5541.json new file mode 100644 index 000000000..c41738483 --- /dev/null +++ b/assets/minecraft/models/w5541.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.75,8,1.5,9]},"south":{"texture":"#0","uv":[1.5,8,0.75,9]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w486647665_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5542.json b/assets/minecraft/models/w5542.json new file mode 100644 index 000000000..cb615ceac --- /dev/null +++ b/assets/minecraft/models/w5542.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1.5,8,0.75,9]},"south":{"texture":"#0","uv":[0.75,8,1.5,9]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w486647665_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5543.json b/assets/minecraft/models/w5543.json new file mode 100644 index 000000000..57367774e --- /dev/null +++ b/assets/minecraft/models/w5543.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,8,3,8.75]},"east":{"texture":"#0","uv":[1.5,8.75,2.25,9.5]},"north":{"texture":"#0","uv":[2.25,8.75,3,9.5]},"south":{"texture":"#0","uv":[3.75,8.75,4.5,9.5]},"up":{"texture":"#0","uv":[3,8.75,2.25,8]},"west":{"texture":"#0","uv":[3,8.75,3.75,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w486647665_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5544.json b/assets/minecraft/models/w5544.json new file mode 100644 index 000000000..4b6935939 --- /dev/null +++ b/assets/minecraft/models/w5544.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,8,3.75,8.75]},"east":{"texture":"#0","uv":[3.75,8.75,3,9.5]},"north":{"texture":"#0","uv":[3,8.75,2.25,9.5]},"south":{"texture":"#0","uv":[4.5,8.75,3.75,9.5]},"up":{"texture":"#0","uv":[2.25,8.75,3,8]},"west":{"texture":"#0","uv":[2.25,8.75,1.5,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w486647665_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5545.json b/assets/minecraft/models/w5545.json new file mode 100644 index 000000000..984500e6d --- /dev/null +++ b/assets/minecraft/models/w5545.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,6,12,0]},"east":{"texture":"#0","uv":[0,8,6,4]},"north":{"texture":"#0","uv":[0,8,6,4]},"south":{"texture":"#0","uv":[0,4,6,0]},"up":{"texture":"#0","uv":[6,6,12,12]},"west":{"texture":"#0","uv":[0,8,6,4]}},"from":[8,8,8],"shade":false,"to":[-1.6000004,1.5999999,-1.6000004]}],"overrides":[],"textures":{"0":"item/w70391581_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5546.json b/assets/minecraft/models/w5546.json new file mode 100644 index 000000000..e5cad7134 --- /dev/null +++ b/assets/minecraft/models/w5546.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,6,6,12]},"east":{"texture":"#0","uv":[0,4,6,8]},"north":{"texture":"#0","uv":[0,0,6,4]},"south":{"texture":"#0","uv":[0,4,6,8]},"up":{"texture":"#0","uv":[12,6,6,0]},"west":{"texture":"#0","uv":[0,4,6,8]}},"from":[-16,-16,-16],"shade":false,"to":[-6.3999996,-9.6,-6.3999996]}],"overrides":[],"textures":{"0":"item/w70391581_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5547.json b/assets/minecraft/models/w5547.json new file mode 100644 index 000000000..9bfaa3d2e --- /dev/null +++ b/assets/minecraft/models/w5547.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,12,4.25,14.5]},"east":{"texture":"#0","uv":[0,14.5,2.5,15.5]},"north":{"texture":"#0","uv":[2.5,14.5,4.25,15.5]},"south":{"texture":"#0","uv":[6.75,14.5,8.5,15.5]},"up":{"texture":"#0","uv":[4.25,14.5,2.5,12]},"west":{"texture":"#0","uv":[4.25,14.5,6.75,15.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.4,-12]}],"overrides":[],"textures":{"0":"item/w70391581_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5548.json b/assets/minecraft/models/w5548.json new file mode 100644 index 000000000..332e7a88f --- /dev/null +++ b/assets/minecraft/models/w5548.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,12,6,14.5]},"east":{"texture":"#0","uv":[6.75,14.5,4.25,15.5]},"north":{"texture":"#0","uv":[4.25,14.5,2.5,15.5]},"south":{"texture":"#0","uv":[8.5,14.5,6.75,15.5]},"up":{"texture":"#0","uv":[2.5,14.5,4.25,12]},"west":{"texture":"#0","uv":[2.5,14.5,0,15.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.4,-12]}],"overrides":[],"textures":{"0":"item/w70391581_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5549.json b/assets/minecraft/models/w5549.json new file mode 100644 index 000000000..d3af21b39 --- /dev/null +++ b/assets/minecraft/models/w5549.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,8,3,8.75]},"east":{"texture":"#0","uv":[1.5,8.75,2.25,9.5]},"north":{"texture":"#0","uv":[2.25,8.75,3,9.5]},"south":{"texture":"#0","uv":[3.75,8.75,4.5,9.5]},"up":{"texture":"#0","uv":[3,8.75,2.25,8]},"west":{"texture":"#0","uv":[3,8.75,3.75,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w70391581_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w555.json b/assets/minecraft/models/w555.json new file mode 100644 index 000000000..cf120d7a1 --- /dev/null +++ b/assets/minecraft/models/w555.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,0,7,0.375]},"east":{"texture":"#0","uv":[6,0.375,6.375,1]},"north":{"texture":"#0","uv":[6.375,0.375,7,1]},"south":{"texture":"#0","uv":[7.375,0.375,8,1]},"up":{"texture":"#0","uv":[7,0.375,6.375,0]},"west":{"texture":"#0","uv":[7,0.375,7.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5550.json b/assets/minecraft/models/w5550.json new file mode 100644 index 000000000..01c072c3f --- /dev/null +++ b/assets/minecraft/models/w5550.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,8,3.75,8.75]},"east":{"texture":"#0","uv":[3.75,8.75,3,9.5]},"north":{"texture":"#0","uv":[3,8.75,2.25,9.5]},"south":{"texture":"#0","uv":[4.5,8.75,3.75,9.5]},"up":{"texture":"#0","uv":[2.25,8.75,3,8]},"west":{"texture":"#0","uv":[2.25,8.75,1.5,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w70391581_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5551.json b/assets/minecraft/models/w5551.json new file mode 100644 index 000000000..d46f88443 --- /dev/null +++ b/assets/minecraft/models/w5551.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,6,12,0]},"east":{"texture":"#0","uv":[0,8,6,4]},"north":{"texture":"#0","uv":[0,8,6,4]},"south":{"texture":"#0","uv":[0,4,6,0]},"up":{"texture":"#0","uv":[6,6,12,12]},"west":{"texture":"#0","uv":[0,8,6,4]}},"from":[8,8,8],"shade":false,"to":[-1.6000004,1.5999999,-1.6000004]}],"overrides":[],"textures":{"0":"item/w58473164_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5552.json b/assets/minecraft/models/w5552.json new file mode 100644 index 000000000..3ce6b1e06 --- /dev/null +++ b/assets/minecraft/models/w5552.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,6,6,12]},"east":{"texture":"#0","uv":[0,4,6,8]},"north":{"texture":"#0","uv":[0,0,6,4]},"south":{"texture":"#0","uv":[0,4,6,8]},"up":{"texture":"#0","uv":[12,6,6,0]},"west":{"texture":"#0","uv":[0,4,6,8]}},"from":[-16,-16,-16],"shade":false,"to":[-6.3999996,-9.6,-6.3999996]}],"overrides":[],"textures":{"0":"item/w58473164_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5553.json b/assets/minecraft/models/w5553.json new file mode 100644 index 000000000..6fb53fe10 --- /dev/null +++ b/assets/minecraft/models/w5553.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,12,4.25,14.5]},"east":{"texture":"#0","uv":[0,14.5,2.5,15.5]},"north":{"texture":"#0","uv":[2.5,14.5,4.25,15.5]},"south":{"texture":"#0","uv":[6.75,14.5,8.5,15.5]},"up":{"texture":"#0","uv":[4.25,14.5,2.5,12]},"west":{"texture":"#0","uv":[4.25,14.5,6.75,15.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.4,-12]}],"overrides":[],"textures":{"0":"item/w58473164_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5554.json b/assets/minecraft/models/w5554.json new file mode 100644 index 000000000..dc9ec1e04 --- /dev/null +++ b/assets/minecraft/models/w5554.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,12,6,14.5]},"east":{"texture":"#0","uv":[6.75,14.5,4.25,15.5]},"north":{"texture":"#0","uv":[4.25,14.5,2.5,15.5]},"south":{"texture":"#0","uv":[8.5,14.5,6.75,15.5]},"up":{"texture":"#0","uv":[2.5,14.5,4.25,12]},"west":{"texture":"#0","uv":[2.5,14.5,0,15.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.4,-12]}],"overrides":[],"textures":{"0":"item/w58473164_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5555.json b/assets/minecraft/models/w5555.json new file mode 100644 index 000000000..2e3b91bc1 --- /dev/null +++ b/assets/minecraft/models/w5555.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,8,0.75,9.75]},"south":{"texture":"#0","uv":[0.75,8,0,9.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-16]}],"overrides":[],"textures":{"0":"item/w58473164_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5556.json b/assets/minecraft/models/w5556.json new file mode 100644 index 000000000..3d792f046 --- /dev/null +++ b/assets/minecraft/models/w5556.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.75,8,0,9.75]},"south":{"texture":"#0","uv":[0,8,0.75,9.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-16]}],"overrides":[],"textures":{"0":"item/w58473164_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5557.json b/assets/minecraft/models/w5557.json new file mode 100644 index 000000000..dd3a488e6 --- /dev/null +++ b/assets/minecraft/models/w5557.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.75,8,1.5,9]},"south":{"texture":"#0","uv":[1.5,8,0.75,9]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w58473164_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5558.json b/assets/minecraft/models/w5558.json new file mode 100644 index 000000000..3a059cff6 --- /dev/null +++ b/assets/minecraft/models/w5558.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1.5,8,0.75,9]},"south":{"texture":"#0","uv":[0.75,8,1.5,9]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w58473164_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5559.json b/assets/minecraft/models/w5559.json new file mode 100644 index 000000000..3ec10abaa --- /dev/null +++ b/assets/minecraft/models/w5559.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,8,3,8.75]},"east":{"texture":"#0","uv":[1.5,8.75,2.25,9.5]},"north":{"texture":"#0","uv":[2.25,8.75,3,9.5]},"south":{"texture":"#0","uv":[3.75,8.75,4.5,9.5]},"up":{"texture":"#0","uv":[3,8.75,2.25,8]},"west":{"texture":"#0","uv":[3,8.75,3.75,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w58473164_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w556.json b/assets/minecraft/models/w556.json new file mode 100644 index 000000000..89abc66b4 --- /dev/null +++ b/assets/minecraft/models/w556.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,12,8,16]},"south":{"texture":"#0","uv":[8,12,0,16]}},"from":[-16,-16,-16],"shade":false,"to":[-7.039999,-11.5199995,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5560.json b/assets/minecraft/models/w5560.json new file mode 100644 index 000000000..c4c70e79e --- /dev/null +++ b/assets/minecraft/models/w5560.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,8,3.75,8.75]},"east":{"texture":"#0","uv":[3.75,8.75,3,9.5]},"north":{"texture":"#0","uv":[3,8.75,2.25,9.5]},"south":{"texture":"#0","uv":[4.5,8.75,3.75,9.5]},"up":{"texture":"#0","uv":[2.25,8.75,3,8]},"west":{"texture":"#0","uv":[2.25,8.75,1.5,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w58473164_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5561.json b/assets/minecraft/models/w5561.json new file mode 100644 index 000000000..328e8b5fa --- /dev/null +++ b/assets/minecraft/models/w5561.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,6,6,12]},"east":{"texture":"#0","uv":[0,4,6,8]},"north":{"texture":"#0","uv":[0,4,6,8]},"south":{"texture":"#0","uv":[0,4,6,8]},"up":{"texture":"#0","uv":[12,6,6,0]},"west":{"texture":"#0","uv":[0,4,6,8]}},"from":[-16,-16,-16],"shade":false,"to":[-6.3999996,-9.6,-6.3999996]}],"overrides":[],"textures":{"0":"item/w63510000_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5562.json b/assets/minecraft/models/w5562.json new file mode 100644 index 000000000..d59f62c28 --- /dev/null +++ b/assets/minecraft/models/w5562.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,0,3,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,3.25]},"north":{"texture":"#0","uv":[1.5,1.5,3,3.25]},"south":{"texture":"#0","uv":[4.5,1.5,6,3.25]},"up":{"texture":"#0","uv":[3,1.5,1.5,0]},"west":{"texture":"#0","uv":[3,1.5,4.5,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.2,-13.6]}],"overrides":[],"textures":{"0":"item/w63510000_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5563.json b/assets/minecraft/models/w5563.json new file mode 100644 index 000000000..d59f62c28 --- /dev/null +++ b/assets/minecraft/models/w5563.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,0,3,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,3.25]},"north":{"texture":"#0","uv":[1.5,1.5,3,3.25]},"south":{"texture":"#0","uv":[4.5,1.5,6,3.25]},"up":{"texture":"#0","uv":[3,1.5,1.5,0]},"west":{"texture":"#0","uv":[3,1.5,4.5,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.2,-13.6]}],"overrides":[],"textures":{"0":"item/w63510000_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5564.json b/assets/minecraft/models/w5564.json new file mode 100644 index 000000000..d59f62c28 --- /dev/null +++ b/assets/minecraft/models/w5564.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,0,3,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,3.25]},"north":{"texture":"#0","uv":[1.5,1.5,3,3.25]},"south":{"texture":"#0","uv":[4.5,1.5,6,3.25]},"up":{"texture":"#0","uv":[3,1.5,1.5,0]},"west":{"texture":"#0","uv":[3,1.5,4.5,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.2,-13.6]}],"overrides":[],"textures":{"0":"item/w63510000_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5565.json b/assets/minecraft/models/w5565.json new file mode 100644 index 000000000..d59f62c28 --- /dev/null +++ b/assets/minecraft/models/w5565.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,0,3,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,3.25]},"north":{"texture":"#0","uv":[1.5,1.5,3,3.25]},"south":{"texture":"#0","uv":[4.5,1.5,6,3.25]},"up":{"texture":"#0","uv":[3,1.5,1.5,0]},"west":{"texture":"#0","uv":[3,1.5,4.5,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.2,-13.6]}],"overrides":[],"textures":{"0":"item/w63510000_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5566.json b/assets/minecraft/models/w5566.json new file mode 100644 index 000000000..79901bd1c --- /dev/null +++ b/assets/minecraft/models/w5566.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,8,3,9.75]},"east":{"texture":"#0","uv":[0,9.75,1.75,12]},"north":{"texture":"#0","uv":[1.75,9.75,3,12]},"south":{"texture":"#0","uv":[4.75,9.75,6,12]},"up":{"texture":"#0","uv":[3,9.75,1.75,8]},"west":{"texture":"#0","uv":[3,9.75,4.75,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-12.4,-13.2]}],"overrides":[],"textures":{"0":"item/w63510000_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5567.json b/assets/minecraft/models/w5567.json new file mode 100644 index 000000000..79901bd1c --- /dev/null +++ b/assets/minecraft/models/w5567.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,8,3,9.75]},"east":{"texture":"#0","uv":[0,9.75,1.75,12]},"north":{"texture":"#0","uv":[1.75,9.75,3,12]},"south":{"texture":"#0","uv":[4.75,9.75,6,12]},"up":{"texture":"#0","uv":[3,9.75,1.75,8]},"west":{"texture":"#0","uv":[3,9.75,4.75,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-12.4,-13.2]}],"overrides":[],"textures":{"0":"item/w63510000_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5568.json b/assets/minecraft/models/w5568.json new file mode 100644 index 000000000..79901bd1c --- /dev/null +++ b/assets/minecraft/models/w5568.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,8,3,9.75]},"east":{"texture":"#0","uv":[0,9.75,1.75,12]},"north":{"texture":"#0","uv":[1.75,9.75,3,12]},"south":{"texture":"#0","uv":[4.75,9.75,6,12]},"up":{"texture":"#0","uv":[3,9.75,1.75,8]},"west":{"texture":"#0","uv":[3,9.75,4.75,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-12.4,-13.2]}],"overrides":[],"textures":{"0":"item/w63510000_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5569.json b/assets/minecraft/models/w5569.json new file mode 100644 index 000000000..160b36d85 --- /dev/null +++ b/assets/minecraft/models/w5569.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,6,12,0]},"east":{"texture":"#0","uv":[0,8,6,4]},"north":{"texture":"#0","uv":[0,8,6,4]},"south":{"texture":"#0","uv":[0,8,6,4]},"up":{"texture":"#0","uv":[6,6,12,12]},"west":{"texture":"#0","uv":[0,8,6,4]}},"from":[8,8,8],"shade":false,"to":[-1.6000004,1.5999999,-1.6000004]}],"overrides":[],"textures":{"0":"item/w70407947_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w557.json b/assets/minecraft/models/w557.json new file mode 100644 index 000000000..cf120d7a1 --- /dev/null +++ b/assets/minecraft/models/w557.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,0,7,0.375]},"east":{"texture":"#0","uv":[6,0.375,6.375,1]},"north":{"texture":"#0","uv":[6.375,0.375,7,1]},"south":{"texture":"#0","uv":[7.375,0.375,8,1]},"up":{"texture":"#0","uv":[7,0.375,6.375,0]},"west":{"texture":"#0","uv":[7,0.375,7.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5570.json b/assets/minecraft/models/w5570.json new file mode 100644 index 000000000..4e74b4afb --- /dev/null +++ b/assets/minecraft/models/w5570.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,6,6,12]},"east":{"texture":"#0","uv":[0,4,6,8]},"north":{"texture":"#0","uv":[0,4,6,8]},"south":{"texture":"#0","uv":[0,4,6,8]},"up":{"texture":"#0","uv":[12,6,6,0]},"west":{"texture":"#0","uv":[0,4,6,8]}},"from":[-16,-16,-16],"shade":false,"to":[-6.3999996,-9.6,-6.3999996]}],"overrides":[],"textures":{"0":"item/w70407947_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5571.json b/assets/minecraft/models/w5571.json new file mode 100644 index 000000000..45e6d8e38 --- /dev/null +++ b/assets/minecraft/models/w5571.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,2,2]},"east":{"texture":"#0","uv":[4,0,6,2]},"north":{"texture":"#0","uv":[0,2,2,4]},"south":{"texture":"#0","uv":[4,2,6,4]},"up":{"texture":"#0","uv":[2,2,0,0]},"west":{"texture":"#0","uv":[2,2,4,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.8,-12.8]},{"faces":{"east":{"texture":"#0","uv":[0,8,2,9.5]},"west":{"texture":"#0","uv":[2,8,0,9.5]}},"from":[-14.4,-15.6,-12.8],"rotation":{"angle":-45,"axis":"z","origin":[-14.4,-14.4,-12.8],"rescale":false},"shade":false,"to":[-14.4,-13.200001,-9.6]},{"faces":{"east":{"texture":"#0","uv":[0,8,2,9.5]},"west":{"texture":"#0","uv":[2,8,0,9.5]}},"from":[-14.4,-15.6,-12.8],"rotation":{"angle":45,"axis":"z","origin":[-14.4,-14.4,-12.8],"rescale":false},"shade":false,"to":[-14.4,-13.200001,-9.6]}],"overrides":[],"textures":{"0":"item/w70407947_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5572.json b/assets/minecraft/models/w5572.json new file mode 100644 index 000000000..8a549de13 --- /dev/null +++ b/assets/minecraft/models/w5572.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.125,5.5,4,6.75]},"east":{"texture":"#0","uv":[4.375,6.75,3.125,7.25]},"north":{"texture":"#0","uv":[3.125,6.75,2.25,7.25]},"south":{"texture":"#0","uv":[5.25,6.75,4.375,7.25]},"up":{"texture":"#0","uv":[2.25,6.75,3.125,5.5]},"west":{"texture":"#0","uv":[2.25,6.75,1,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.4,-12]}],"overrides":[],"textures":{"0":"item/w1154904139_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5573.json b/assets/minecraft/models/w5573.json new file mode 100644 index 000000000..80a2b497a --- /dev/null +++ b/assets/minecraft/models/w5573.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,5.5,3.125,6.75]},"east":{"texture":"#0","uv":[1,6.75,2.25,7.25]},"north":{"texture":"#0","uv":[2.25,6.75,3.125,7.25]},"south":{"texture":"#0","uv":[4.375,6.75,5.25,7.25]},"up":{"texture":"#0","uv":[3.125,6.75,2.25,5.5]},"west":{"texture":"#0","uv":[3.125,6.75,4.375,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.4,-12]}],"overrides":[],"textures":{"0":"item/w1154904139_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5574.json b/assets/minecraft/models/w5574.json new file mode 100644 index 000000000..fcbaeb396 --- /dev/null +++ b/assets/minecraft/models/w5574.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,3,3]},"east":{"texture":"#0","uv":[0,3,3,5.5]},"north":{"texture":"#0","uv":[3,3,6,5.5]},"south":{"texture":"#0","uv":[0,3,3,5.5]},"up":{"texture":"#0","uv":[3,3,0,0]},"west":{"texture":"#0","uv":[0,3,3,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-6.3999996,-8,-6.3999996]}],"overrides":[],"textures":{"0":"item/w1154904139_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5575.json b/assets/minecraft/models/w5575.json new file mode 100644 index 000000000..be0fdec68 --- /dev/null +++ b/assets/minecraft/models/w5575.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,5.5,0.75,5.875]},"east":{"texture":"#0","uv":[0,5.875,0.375,6.25]},"north":{"texture":"#0","uv":[0.375,5.875,0.75,6.25]},"south":{"texture":"#0","uv":[1.125,5.875,1.5,6.25]},"up":{"texture":"#0","uv":[0.75,5.875,0.375,5.5]},"west":{"texture":"#0","uv":[0.75,5.875,1.125,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1154904139_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5576.json b/assets/minecraft/models/w5576.json new file mode 100644 index 000000000..d96f32858 --- /dev/null +++ b/assets/minecraft/models/w5576.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,5.5,1.125,5.875]},"east":{"texture":"#0","uv":[1.125,5.875,0.75,6.25]},"north":{"texture":"#0","uv":[0.75,5.875,0.375,6.25]},"south":{"texture":"#0","uv":[1.5,5.875,1.125,6.25]},"up":{"texture":"#0","uv":[0.375,5.875,0.75,5.5]},"west":{"texture":"#0","uv":[0.375,5.875,0,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1154904139_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5577.json b/assets/minecraft/models/w5577.json new file mode 100644 index 000000000..80c3be46e --- /dev/null +++ b/assets/minecraft/models/w5577.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1.5,5.5,1.875,6.375]},"south":{"texture":"#0","uv":[1.875,5.5,1.5,6.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-16]}],"overrides":[],"textures":{"0":"item/w1154904139_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5578.json b/assets/minecraft/models/w5578.json new file mode 100644 index 000000000..20449aa65 --- /dev/null +++ b/assets/minecraft/models/w5578.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1.875,5.5,1.5,6.375]},"south":{"texture":"#0","uv":[1.5,5.5,1.875,6.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-16]}],"overrides":[],"textures":{"0":"item/w1154904139_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5579.json b/assets/minecraft/models/w5579.json new file mode 100644 index 000000000..ef4f2fc76 --- /dev/null +++ b/assets/minecraft/models/w5579.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2.25,5.5,1.875,6]},"south":{"texture":"#0","uv":[1.875,5.5,2.25,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1154904139_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w558.json b/assets/minecraft/models/w558.json new file mode 100644 index 000000000..cf120d7a1 --- /dev/null +++ b/assets/minecraft/models/w558.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,0,7,0.375]},"east":{"texture":"#0","uv":[6,0.375,6.375,1]},"north":{"texture":"#0","uv":[6.375,0.375,7,1]},"south":{"texture":"#0","uv":[7.375,0.375,8,1]},"up":{"texture":"#0","uv":[7,0.375,6.375,0]},"west":{"texture":"#0","uv":[7,0.375,7.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5580.json b/assets/minecraft/models/w5580.json new file mode 100644 index 000000000..f03de6351 --- /dev/null +++ b/assets/minecraft/models/w5580.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1.875,5.5,2.25,6]},"south":{"texture":"#0","uv":[2.25,5.5,1.875,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1154904139_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5581.json b/assets/minecraft/models/w5581.json new file mode 100644 index 000000000..2fc93f170 --- /dev/null +++ b/assets/minecraft/models/w5581.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.75,10.5,3.75,11.25]},"east":{"texture":"#0","uv":[2,11.25,2.75,12.75]},"north":{"texture":"#0","uv":[2.75,11.25,3.75,12.75]},"south":{"texture":"#0","uv":[4.5,11.25,5.5,12.75]},"up":{"texture":"#0","uv":[3.75,11.25,2.75,10.5]},"west":{"texture":"#0","uv":[3.75,11.25,4.5,12.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-11.2,-13.6]}],"overrides":[],"textures":{"0":"item/w1154904139_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5582.json b/assets/minecraft/models/w5582.json new file mode 100644 index 000000000..44a4426a0 --- /dev/null +++ b/assets/minecraft/models/w5582.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.75,12.75,1.75,13.5]},"east":{"texture":"#0","uv":[0,13.5,0.75,15.75]},"north":{"texture":"#0","uv":[0.75,13.5,1.75,15.75]},"south":{"texture":"#0","uv":[2.5,13.5,3.5,15.75]},"up":{"texture":"#0","uv":[1.75,13.5,0.75,12.75]},"west":{"texture":"#0","uv":[1.75,13.5,2.5,15.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-8.4,-13.2]}],"overrides":[],"textures":{"0":"item/w1154904139_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5583.json b/assets/minecraft/models/w5583.json new file mode 100644 index 000000000..df29e6877 --- /dev/null +++ b/assets/minecraft/models/w5583.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,10.75,1.5,11.25]},"east":{"texture":"#0","uv":[1.5,11.25,1,12.75]},"north":{"texture":"#0","uv":[1,11.25,0.5,12.75]},"south":{"texture":"#0","uv":[2,11.25,1.5,12.75]},"up":{"texture":"#0","uv":[0.5,11.25,1,10.75]},"west":{"texture":"#0","uv":[0.5,11.25,0,12.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1154904139_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5584.json b/assets/minecraft/models/w5584.json new file mode 100644 index 000000000..ea65cb16b --- /dev/null +++ b/assets/minecraft/models/w5584.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,10.75,6.5,11.25]},"east":{"texture":"#0","uv":[5.5,11.25,6,12.75]},"north":{"texture":"#0","uv":[6,11.25,6.5,12.75]},"south":{"texture":"#0","uv":[7,11.25,7.5,12.75]},"up":{"texture":"#0","uv":[6.5,11.25,6,10.75]},"west":{"texture":"#0","uv":[6.5,11.25,7,12.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1154904139_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5585.json b/assets/minecraft/models/w5585.json new file mode 100644 index 000000000..73b1bbc49 --- /dev/null +++ b/assets/minecraft/models/w5585.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,10.75,1,11.25]},"east":{"texture":"#0","uv":[0,11.25,0.5,12.75]},"north":{"texture":"#0","uv":[0.5,11.25,1,12.75]},"south":{"texture":"#0","uv":[1.5,11.25,2,12.75]},"up":{"texture":"#0","uv":[1,11.25,0.5,10.75]},"west":{"texture":"#0","uv":[1,11.25,1.5,12.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1154904139_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5586.json b/assets/minecraft/models/w5586.json new file mode 100644 index 000000000..9625802de --- /dev/null +++ b/assets/minecraft/models/w5586.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,8,2,9]},"east":{"texture":"#0","uv":[0,9,1,10.25]},"north":{"texture":"#0","uv":[1,9,2,10.25]},"south":{"texture":"#0","uv":[3,9,4,10.25]},"up":{"texture":"#0","uv":[2,9,1,8]},"west":{"texture":"#0","uv":[2,9,3,10.25]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12,-12.8]}],"overrides":[],"textures":{"0":"item/w1154904139_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5587.json b/assets/minecraft/models/w5587.json new file mode 100644 index 000000000..c63f9bbba --- /dev/null +++ b/assets/minecraft/models/w5587.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,10.75,7,11.25]},"east":{"texture":"#0","uv":[7,11.25,6.5,12.75]},"north":{"texture":"#0","uv":[6.5,11.25,6,12.75]},"south":{"texture":"#0","uv":[7.5,11.25,7,12.75]},"up":{"texture":"#0","uv":[6,11.25,6.5,10.75]},"west":{"texture":"#0","uv":[6,11.25,5.5,12.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1154904139_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5588.json b/assets/minecraft/models/w5588.json new file mode 100644 index 000000000..10150e8e9 --- /dev/null +++ b/assets/minecraft/models/w5588.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,8,3.5,8.25]},"east":{"texture":"#0","uv":[3,8.25,3.25,8.75]},"north":{"texture":"#0","uv":[3.25,8.25,3.5,8.75]},"south":{"texture":"#0","uv":[3.75,8.25,4,8.75]},"up":{"texture":"#0","uv":[3.5,8.25,3.25,8]},"west":{"texture":"#0","uv":[3.5,8.25,3.75,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w1154904139_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5589.json b/assets/minecraft/models/w5589.json new file mode 100644 index 000000000..f1e4ac346 --- /dev/null +++ b/assets/minecraft/models/w5589.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[8.75,8.375,9.75,9]},"south":{"texture":"#0","uv":[9.75,8.375,8.75,9]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14,-16]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w559.json b/assets/minecraft/models/w559.json new file mode 100644 index 000000000..cf120d7a1 --- /dev/null +++ b/assets/minecraft/models/w559.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,0,7,0.375]},"east":{"texture":"#0","uv":[6,0.375,6.375,1]},"north":{"texture":"#0","uv":[6.375,0.375,7,1]},"south":{"texture":"#0","uv":[7.375,0.375,8,1]},"up":{"texture":"#0","uv":[7,0.375,6.375,0]},"west":{"texture":"#0","uv":[7,0.375,7.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5590.json b/assets/minecraft/models/w5590.json new file mode 100644 index 000000000..fdeb58629 --- /dev/null +++ b/assets/minecraft/models/w5590.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,0.5,5.5,1]},"east":{"texture":"#0","uv":[4,1,4.5,1.5]},"north":{"texture":"#0","uv":[4.5,1,5.5,1.5]},"south":{"texture":"#0","uv":[6,1,7,1.5]},"up":{"texture":"#0","uv":[5.5,1,4.5,0.5]},"west":{"texture":"#0","uv":[5.5,1,6,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5591.json b/assets/minecraft/models/w5591.json new file mode 100644 index 000000000..198da18e3 --- /dev/null +++ b/assets/minecraft/models/w5591.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4.625,6.125,5.125]},"east":{"texture":"#0","uv":[4.75,5.125,5.25,6.25]},"north":{"texture":"#0","uv":[5.25,5.125,6.125,6.25]},"south":{"texture":"#0","uv":[6.625,5.125,7.5,6.25]},"up":{"texture":"#0","uv":[6.125,5.125,5.25,4.625]},"west":{"texture":"#0","uv":[6.125,5.125,6.625,6.25]}},"from":[-15.98,-16,-15.432707],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.4,-14.8,-15.032707],"rescale":false},"shade":false,"to":[-12.82,-12.4,-13.832706]},{"faces":{"north":{"texture":"#0","uv":[8.75,7.75,9.75,8.375]},"south":{"texture":"#0","uv":[9.75,7.75,8.75,8.375]}},"from":[-16,-15.552057,-16],"shade":false,"to":[-12.8,-13.552057,-16]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5592.json b/assets/minecraft/models/w5592.json new file mode 100644 index 000000000..9008baa0c --- /dev/null +++ b/assets/minecraft/models/w5592.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[2,4,2.625,5.625]},"west":{"texture":"#0","uv":[2.625,4,2,5.625]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-10.8,-14]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5593.json b/assets/minecraft/models/w5593.json new file mode 100644 index 000000000..cb523a219 --- /dev/null +++ b/assets/minecraft/models/w5593.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,4.125,8.5,4.625]},"east":{"texture":"#0","uv":[7.5,4.625,8,6]},"north":{"texture":"#0","uv":[8,4.625,8.5,6]},"south":{"texture":"#0","uv":[9,4.625,9.5,6]},"up":{"texture":"#0","uv":[8.5,4.625,8,4.125]},"west":{"texture":"#0","uv":[8.5,4.625,9,6]}},"from":[-16,-13.3,-16],"shade":false,"to":[-14.2,-8.700001,-14.2]},{"faces":{"down":{"texture":"#0","uv":[1.5,4,1,4.5]},"east":{"texture":"#0","uv":[0,4.5,0.5,6.75]},"north":{"texture":"#0","uv":[0.5,4.5,1,6.75]},"south":{"texture":"#0","uv":[1.5,4.5,2,6.75]},"up":{"texture":"#0","uv":[1,4.5,0.5,4]},"west":{"texture":"#0","uv":[1,4.5,1.5,6.75]}},"from":[-15.9,-16,-15.9],"shade":false,"to":[-14.299999,-8.8,-14.299999]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5594.json b/assets/minecraft/models/w5594.json new file mode 100644 index 000000000..9008baa0c --- /dev/null +++ b/assets/minecraft/models/w5594.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[2,4,2.625,5.625]},"west":{"texture":"#0","uv":[2.625,4,2,5.625]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-10.8,-14]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5595.json b/assets/minecraft/models/w5595.json new file mode 100644 index 000000000..c2ead396b --- /dev/null +++ b/assets/minecraft/models/w5595.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,4,1.5,4.5]},"east":{"texture":"#0","uv":[1.5,4.5,1,6.75]},"north":{"texture":"#0","uv":[1,4.5,0.5,6.75]},"south":{"texture":"#0","uv":[2,4.5,1.5,6.75]},"up":{"texture":"#0","uv":[0.5,4.5,1,4]},"west":{"texture":"#0","uv":[0.5,4.5,0,6.75]}},"from":[-15.9,-16,-15.9],"shade":false,"to":[-14.299999,-8.8,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[9,0,8.5,0.5]},"east":{"texture":"#0","uv":[7.5,0.5,8,1.875]},"north":{"texture":"#0","uv":[8,0.5,8.5,1.875]},"south":{"texture":"#0","uv":[9,0.5,9.5,1.875]},"up":{"texture":"#0","uv":[8.5,0.5,8,0]},"west":{"texture":"#0","uv":[8.5,0.5,9,1.875]}},"from":[-16,-13.3,-16],"shade":false,"to":[-14.2,-8.700001,-14.2]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5596.json b/assets/minecraft/models/w5596.json new file mode 100644 index 000000000..a0d1065cf --- /dev/null +++ b/assets/minecraft/models/w5596.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[3.25,8.5,4.25,9.25]},"south":{"texture":"#0","uv":[3.25,8.5,4.25,9.25]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5597.json b/assets/minecraft/models/w5597.json new file mode 100644 index 000000000..0adef8019 --- /dev/null +++ b/assets/minecraft/models/w5597.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[8,6.25,9.25,7.75]},"south":{"texture":"#0","uv":[8,6.25,9.25,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-11.2,-16]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5598.json b/assets/minecraft/models/w5598.json new file mode 100644 index 000000000..afad4f7da --- /dev/null +++ b/assets/minecraft/models/w5598.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[10,2.875,8.5,3.25]},"south":{"texture":"#0","uv":[8.5,2.875,10,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5599.json b/assets/minecraft/models/w5599.json new file mode 100644 index 000000000..4a62eb261 --- /dev/null +++ b/assets/minecraft/models/w5599.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[10.25,1.875,9,2.875]},"south":{"texture":"#0","uv":[9,1.875,10.25,2.875]}},"from":[-16,-16,-15.440963],"rotation":{"angle":-22.5,"axis":"x","origin":[-14,-15.2,-15.440963],"rescale":false},"shade":false,"to":[-12,-12.8,-15.440963]},{"faces":{"north":{"texture":"#0","uv":[3.25,8.5,4.25,9.25]},"south":{"texture":"#0","uv":[3.25,8.5,4.25,9.25]}},"from":[-15.6,-15.498372,-16],"rotation":{"angle":-22.5,"axis":"x","origin":[-14,-14.298372,-16],"rescale":false},"shade":false,"to":[-12.400001,-13.0983715,-16]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w56.json b/assets/minecraft/models/w56.json new file mode 100644 index 000000000..e7b07885e --- /dev/null +++ b/assets/minecraft/models/w56.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,7.375,5,7.875]},"east":{"texture":"#0","uv":[4.5,7.875,5,8.75]},"north":{"texture":"#0","uv":[5,7.875,5.5,8.75]},"south":{"texture":"#0","uv":[6,7.375,6.5,8.25]},"up":{"texture":"#0","uv":[5,7.875,4.5,7.375]},"west":{"texture":"#0","uv":[5.5,7.375,6,8.25]}},"from":[-16,-14.820282,-15.618513],"shade":false,"to":[-14.4,-12.020282,-14.018513]},{"faces":{"down":{"texture":"#0","uv":[8.375,7.5,8,8.125]},"east":{"texture":"#0","uv":[7,7.875,7.625,8.25]},"north":{"texture":"#0","uv":[7.125,8.25,7.5,8.625]},"south":{"texture":"#0","uv":[7.125,8.625,7.5,9]},"up":{"texture":"#0","uv":[8,8.125,7.625,7.5]},"west":{"texture":"#0","uv":[7,7.5,7.625,7.875]}},"from":[-15.8,-16,-16],"rotation":{"angle":-45,"axis":"x","origin":[-15,-15.6,-15.6],"rescale":false},"shade":false,"to":[-14.6,-14.8,-14]}],"overrides":[],"textures":{"0":"item/w1237560704_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w560.json b/assets/minecraft/models/w560.json new file mode 100644 index 000000000..cf120d7a1 --- /dev/null +++ b/assets/minecraft/models/w560.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,0,7,0.375]},"east":{"texture":"#0","uv":[6,0.375,6.375,1]},"north":{"texture":"#0","uv":[6.375,0.375,7,1]},"south":{"texture":"#0","uv":[7.375,0.375,8,1]},"up":{"texture":"#0","uv":[7,0.375,6.375,0]},"west":{"texture":"#0","uv":[7,0.375,7.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5600.json b/assets/minecraft/models/w5600.json new file mode 100644 index 000000000..6b115abaa --- /dev/null +++ b/assets/minecraft/models/w5600.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[6.75,6.25,5.75,7.375]},"west":{"texture":"#0","uv":[5.75,6.25,6.75,7.375]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12.4,-12.8]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5601.json b/assets/minecraft/models/w5601.json new file mode 100644 index 000000000..6b115abaa --- /dev/null +++ b/assets/minecraft/models/w5601.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[6.75,6.25,5.75,7.375]},"west":{"texture":"#0","uv":[5.75,6.25,6.75,7.375]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12.4,-12.8]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5602.json b/assets/minecraft/models/w5602.json new file mode 100644 index 000000000..6b115abaa --- /dev/null +++ b/assets/minecraft/models/w5602.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[6.75,6.25,5.75,7.375]},"west":{"texture":"#0","uv":[5.75,6.25,6.75,7.375]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12.4,-12.8]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5603.json b/assets/minecraft/models/w5603.json new file mode 100644 index 000000000..7fa7fcbf7 --- /dev/null +++ b/assets/minecraft/models/w5603.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[4.75,7.375,5.75,8.5]},"west":{"texture":"#0","uv":[5.75,7.375,4.75,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12.4,-12.8]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5604.json b/assets/minecraft/models/w5604.json new file mode 100644 index 000000000..7fa7fcbf7 --- /dev/null +++ b/assets/minecraft/models/w5604.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[4.75,7.375,5.75,8.5]},"west":{"texture":"#0","uv":[5.75,7.375,4.75,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12.4,-12.8]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5605.json b/assets/minecraft/models/w5605.json new file mode 100644 index 000000000..7fa7fcbf7 --- /dev/null +++ b/assets/minecraft/models/w5605.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[4.75,7.375,5.75,8.5]},"west":{"texture":"#0","uv":[5.75,7.375,4.75,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12.4,-12.8]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5606.json b/assets/minecraft/models/w5606.json new file mode 100644 index 000000000..684c60ada --- /dev/null +++ b/assets/minecraft/models/w5606.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.375,2,3.25,2.125]},"east":{"texture":"#0","uv":[3,2.125,3.125,2.375]},"north":{"texture":"#0","uv":[3.125,2.125,3.25,2.375]},"south":{"texture":"#0","uv":[3.375,2.125,3.5,2.375]},"up":{"texture":"#0","uv":[3.25,2.125,3.125,2]},"west":{"texture":"#0","uv":[3.25,2.125,3.375,2.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.307179,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5607.json b/assets/minecraft/models/w5607.json new file mode 100644 index 000000000..d273641af --- /dev/null +++ b/assets/minecraft/models/w5607.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.25,2,3.375,2.125]},"east":{"texture":"#0","uv":[3.375,2.125,3.25,2.375]},"north":{"texture":"#0","uv":[3.25,2.125,3.125,2.375]},"south":{"texture":"#0","uv":[3.5,2.125,3.375,2.375]},"up":{"texture":"#0","uv":[3.125,2.125,3.25,2]},"west":{"texture":"#0","uv":[3.125,2.125,3,2.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.307179,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5608.json b/assets/minecraft/models/w5608.json new file mode 100644 index 000000000..c7ad5022e --- /dev/null +++ b/assets/minecraft/models/w5608.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,2,2,3]},"east":{"texture":"#0","uv":[0,3,1,4]},"north":{"texture":"#0","uv":[1,3,2,4]},"south":{"texture":"#0","uv":[3,3,4,4]},"up":{"texture":"#0","uv":[2,3,1,2]},"west":{"texture":"#0","uv":[2,3,3,4]}},"from":[-15.9,-15.89,-15.6],"shade":false,"to":[-12.7,-12.690001,-12.400001]},{"faces":{"down":{"texture":"#0","uv":[3,0,2,1]},"east":{"texture":"#0","uv":[0,1,1,2]},"north":{"texture":"#0","uv":[1,1,2,2]},"south":{"texture":"#0","uv":[3,1,4,2]},"up":{"texture":"#0","uv":[2,1,1,0]},"west":{"texture":"#0","uv":[2,1,3,2]}},"from":[-16,-15.99,-15.7],"shade":false,"to":[-12.6,-12.59,-12.299999]},{"faces":{"down":{"texture":"#0","uv":[2.125,8.5,1.125,8.625]},"east":{"texture":"#0","uv":[0,8.625,0.125,9.5]},"north":{"texture":"#0","uv":[0.125,8.625,1.125,9.5]},"south":{"texture":"#0","uv":[1.25,8.625,2.25,9.5]},"up":{"texture":"#0","uv":[1.125,8.625,0.125,8.5]},"west":{"texture":"#0","uv":[1.125,8.625,1.25,9.5]}},"from":[-16,-15.49,-16],"shade":false,"to":[-12.6,-12.69,-15.6]},{"faces":{"down":{"texture":"#0","uv":[0.875,2.625,0.5,2.75]},"east":{"texture":"#0","uv":[0,2.75,0.125,2.875]},"north":{"texture":"#0","uv":[0.125,2.75,0.5,2.875]},"south":{"texture":"#0","uv":[0.625,2.75,1,2.875]},"up":{"texture":"#0","uv":[0.5,2.75,0.125,2.625]},"west":{"texture":"#0","uv":[0.5,2.75,0.625,2.875]}},"from":[-15.013397,-16,-15.99],"shade":false,"to":[-13.586602,-15.45,-15.59]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5609.json b/assets/minecraft/models/w5609.json new file mode 100644 index 000000000..6ecf25ce7 --- /dev/null +++ b/assets/minecraft/models/w5609.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[4,2.875,4.625,3.625]},"west":{"texture":"#0","uv":[4.625,2.875,4,3.625]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.6,-14]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w561.json b/assets/minecraft/models/w561.json new file mode 100644 index 000000000..cf120d7a1 --- /dev/null +++ b/assets/minecraft/models/w561.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,0,7,0.375]},"east":{"texture":"#0","uv":[6,0.375,6.375,1]},"north":{"texture":"#0","uv":[6.375,0.375,7,1]},"south":{"texture":"#0","uv":[7.375,0.375,8,1]},"up":{"texture":"#0","uv":[7,0.375,6.375,0]},"west":{"texture":"#0","uv":[7,0.375,7.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5610.json b/assets/minecraft/models/w5610.json new file mode 100644 index 000000000..c8931dddc --- /dev/null +++ b/assets/minecraft/models/w5610.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,6.25,2.5,6.75]},"east":{"texture":"#0","uv":[1.5,6.75,2,8.5]},"north":{"texture":"#0","uv":[2,6.75,2.5,8.5]},"south":{"texture":"#0","uv":[3,6.75,3.5,8.5]},"up":{"texture":"#0","uv":[2.5,6.75,2,6.25]},"west":{"texture":"#0","uv":[2.5,6.75,3,8.5]}},"from":[-15.9,-16,-15.9],"shade":false,"to":[-14.299999,-10.4,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[8.25,7.75,7.75,8.25]},"east":{"texture":"#0","uv":[6.75,8.25,7.25,9.125]},"north":{"texture":"#0","uv":[7.25,8.25,7.75,9.125]},"south":{"texture":"#0","uv":[8.25,8.25,8.75,9.125]},"up":{"texture":"#0","uv":[7.75,8.25,7.25,7.75]},"west":{"texture":"#0","uv":[7.75,8.25,8.25,9.125]}},"from":[-16,-13.3,-16],"shade":false,"to":[-14.2,-10.3,-14.2]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5611.json b/assets/minecraft/models/w5611.json new file mode 100644 index 000000000..6ecf25ce7 --- /dev/null +++ b/assets/minecraft/models/w5611.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[4,2.875,4.625,3.625]},"west":{"texture":"#0","uv":[4.625,2.875,4,3.625]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.6,-14]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5612.json b/assets/minecraft/models/w5612.json new file mode 100644 index 000000000..96611f4bd --- /dev/null +++ b/assets/minecraft/models/w5612.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,6.25,3,6.75]},"east":{"texture":"#0","uv":[3,6.75,2.5,8.5]},"north":{"texture":"#0","uv":[2.5,6.75,2,8.5]},"south":{"texture":"#0","uv":[3.5,6.75,3,8.5]},"up":{"texture":"#0","uv":[2,6.75,2.5,6.25]},"west":{"texture":"#0","uv":[2,6.75,1.5,8.5]}},"from":[-15.9,-16,-15.9],"shade":false,"to":[-14.299999,-10.4,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[7.75,7.75,8.25,8.25]},"east":{"texture":"#0","uv":[8.25,8.25,7.75,9.125]},"north":{"texture":"#0","uv":[7.75,8.25,7.25,9.125]},"south":{"texture":"#0","uv":[8.75,8.25,8.25,9.125]},"up":{"texture":"#0","uv":[7.25,8.25,7.75,7.75]},"west":{"texture":"#0","uv":[7.25,8.25,6.75,9.125]}},"from":[-16,-13.3,-16],"shade":false,"to":[-14.2,-10.3,-14.2]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5613.json b/assets/minecraft/models/w5613.json new file mode 100644 index 000000000..c2aaf0f00 --- /dev/null +++ b/assets/minecraft/models/w5613.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,3.75,4.25,4]},"east":{"texture":"#0","uv":[3.75,4,4,8.25]},"north":{"texture":"#0","uv":[4,4,4.25,8.25]},"south":{"texture":"#0","uv":[4.5,4,4.75,8.25]},"up":{"texture":"#0","uv":[4.25,4,4,3.75]},"west":{"texture":"#0","uv":[4.25,4,4.5,8.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-2.3999996,-15.2]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5614.json b/assets/minecraft/models/w5614.json new file mode 100644 index 000000000..5fa9ee03a --- /dev/null +++ b/assets/minecraft/models/w5614.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,2.875,6.25,3.625]},"east":{"texture":"#0","uv":[4.75,3.625,5.5,4.625]},"north":{"texture":"#0","uv":[5.5,3.625,6.25,4.625]},"south":{"texture":"#0","uv":[7,3.625,7.75,4.625]},"up":{"texture":"#0","uv":[6.25,3.625,5.5,2.875]},"west":{"texture":"#0","uv":[6.25,3.625,7,4.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12.8,-13.6]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5615.json b/assets/minecraft/models/w5615.json new file mode 100644 index 000000000..f27c12fd5 --- /dev/null +++ b/assets/minecraft/models/w5615.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0,0.5,0.25]},"east":{"texture":"#0","uv":[0,0.25,0.25,0.875]},"north":{"texture":"#0","uv":[0.25,0.25,0.5,0.875]},"south":{"texture":"#0","uv":[0.75,0.25,1,0.875]},"up":{"texture":"#0","uv":[0.5,0.25,0.25,0]},"west":{"texture":"#0","uv":[0.5,0.25,0.75,0.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14,-15.2]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5616.json b/assets/minecraft/models/w5616.json new file mode 100644 index 000000000..eaf52a084 --- /dev/null +++ b/assets/minecraft/models/w5616.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,2,0.5,2.25]},"east":{"texture":"#0","uv":[0,2.25,0.25,2.625]},"north":{"texture":"#0","uv":[0.25,2.25,0.5,2.625]},"south":{"texture":"#0","uv":[0.75,2.25,1,2.625]},"up":{"texture":"#0","uv":[0.5,2.25,0.25,2]},"west":{"texture":"#0","uv":[0.5,2.25,0.75,2.625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5617.json b/assets/minecraft/models/w5617.json new file mode 100644 index 000000000..35953f944 --- /dev/null +++ b/assets/minecraft/models/w5617.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,0,0.75,0.25]},"east":{"texture":"#0","uv":[0.75,0.25,0.5,0.875]},"north":{"texture":"#0","uv":[0.5,0.25,0.25,0.875]},"south":{"texture":"#0","uv":[1,0.25,0.75,0.875]},"up":{"texture":"#0","uv":[0.25,0.25,0.5,0]},"west":{"texture":"#0","uv":[0.25,0.25,0,0.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14,-15.2]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5618.json b/assets/minecraft/models/w5618.json new file mode 100644 index 000000000..4d8c9681e --- /dev/null +++ b/assets/minecraft/models/w5618.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,2,0.75,2.25]},"east":{"texture":"#0","uv":[0.75,2.25,0.5,2.625]},"north":{"texture":"#0","uv":[0.5,2.25,0.25,2.625]},"south":{"texture":"#0","uv":[1,2.25,0.75,2.625]},"up":{"texture":"#0","uv":[0.25,2.25,0.5,2]},"west":{"texture":"#0","uv":[0.25,2.25,0,2.625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5619.json b/assets/minecraft/models/w5619.json new file mode 100644 index 000000000..25371042f --- /dev/null +++ b/assets/minecraft/models/w5619.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,0,5.25,0.25]},"east":{"texture":"#0","uv":[3,0.25,3.25,0.5]},"north":{"texture":"#0","uv":[3.25,0.25,5.25,0.5]},"south":{"texture":"#0","uv":[5.5,0.25,7.5,0.5]},"up":{"texture":"#0","uv":[5.25,0.25,3.25,0]},"west":{"texture":"#0","uv":[5.25,0.25,5.5,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w562.json b/assets/minecraft/models/w562.json new file mode 100644 index 000000000..f2aa91678 --- /dev/null +++ b/assets/minecraft/models/w562.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[8,12,0,16]},"south":{"texture":"#0","uv":[0,12,8,16]}},"from":[-16,-16,-16],"shade":false,"to":[-7.039999,-11.5199995,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5620.json b/assets/minecraft/models/w5620.json new file mode 100644 index 000000000..8f4f522c0 --- /dev/null +++ b/assets/minecraft/models/w5620.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,1.75,5.75,2]},"east":{"texture":"#0","uv":[3.75,2,4,2.875]},"north":{"texture":"#0","uv":[4,2,5.75,2.875]},"south":{"texture":"#0","uv":[6,2,7.75,2.875]},"up":{"texture":"#0","uv":[5.75,2,4,1.75]},"west":{"texture":"#0","uv":[5.75,2,6,2.875]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-13.1,-15]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5621.json b/assets/minecraft/models/w5621.json new file mode 100644 index 000000000..4cc624c77 --- /dev/null +++ b/assets/minecraft/models/w5621.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.625,1.5,4.875,1.625]},"east":{"texture":"#0","uv":[4,1.625,4.125,1.75]},"north":{"texture":"#0","uv":[4.125,1.625,4.875,1.75]},"south":{"texture":"#0","uv":[5,1.625,5.75,1.75]},"up":{"texture":"#0","uv":[4.875,1.625,4.125,1.5]},"west":{"texture":"#0","uv":[4.875,1.625,5,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.608,-15.442315,-15.442314]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5622.json b/assets/minecraft/models/w5622.json new file mode 100644 index 000000000..db0481938 --- /dev/null +++ b/assets/minecraft/models/w5622.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,7.75,0.75,8.125]},"east":{"texture":"#0","uv":[0,8.125,0.375,8.375]},"north":{"texture":"#0","uv":[0.375,8.125,0.75,8.375]},"south":{"texture":"#0","uv":[1.125,8.125,1.5,8.375]},"up":{"texture":"#0","uv":[0.75,8.125,0.375,7.75]},"west":{"texture":"#0","uv":[0.75,8.125,1.125,8.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5623.json b/assets/minecraft/models/w5623.json new file mode 100644 index 000000000..406c7e8eb --- /dev/null +++ b/assets/minecraft/models/w5623.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.375,5.625,2.875,6]},"east":{"texture":"#0","uv":[2,6,2.375,6.25]},"north":{"texture":"#0","uv":[2.375,6,2.875,6.25]},"south":{"texture":"#0","uv":[3.25,6,3.75,6.25]},"up":{"texture":"#0","uv":[2.875,6,2.375,5.625]},"west":{"texture":"#0","uv":[2.875,6,3.25,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.208,-15.008,-14.608]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5624.json b/assets/minecraft/models/w5624.json new file mode 100644 index 000000000..2a5eb120f --- /dev/null +++ b/assets/minecraft/models/w5624.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.625,3.25,8.375,3.375]},"east":{"texture":"#0","uv":[7,3.375,7.125,3.625]},"north":{"texture":"#0","uv":[7.125,3.375,8.375,3.625]},"south":{"texture":"#0","uv":[8.5,3.375,9.75,3.625]},"up":{"texture":"#0","uv":[8.375,3.375,7.125,3.25]},"west":{"texture":"#0","uv":[8.375,3.375,8.5,3.625]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-14.9,-15.4]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5625.json b/assets/minecraft/models/w5625.json new file mode 100644 index 000000000..80aec793a --- /dev/null +++ b/assets/minecraft/models/w5625.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.875,3.625,8.875,3.75]},"east":{"texture":"#0","uv":[7.75,3.75,7.875,4]},"north":{"texture":"#0","uv":[7.875,3.75,8.875,4]},"south":{"texture":"#0","uv":[9,3.75,10,4]},"up":{"texture":"#0","uv":[8.875,3.75,7.875,3.625]},"west":{"texture":"#0","uv":[8.875,3.75,9,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.808001,-14.908,-15.408]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5626.json b/assets/minecraft/models/w5626.json new file mode 100644 index 000000000..a3b80e928 --- /dev/null +++ b/assets/minecraft/models/w5626.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.875,4,10,4.125]},"east":{"texture":"#0","uv":[9,4.125,9.125,4.375]},"north":{"texture":"#0","uv":[9.125,4.125,10,4.375]},"south":{"texture":"#0","uv":[10.125,4.125,11,4.375]},"up":{"texture":"#0","uv":[10,4.125,9.125,4]},"west":{"texture":"#0","uv":[10,4.125,10.125,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.208,-14.908,-15.408]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5627.json b/assets/minecraft/models/w5627.json new file mode 100644 index 000000000..d2ff29c53 --- /dev/null +++ b/assets/minecraft/models/w5627.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.375,3.25,9.625,3.375]},"east":{"texture":"#0","uv":[8.5,3.375,8.375,3.625]},"north":{"texture":"#0","uv":[8.375,3.375,7.125,3.625]},"south":{"texture":"#0","uv":[9.75,3.375,8.5,3.625]},"up":{"texture":"#0","uv":[7.125,3.375,8.375,3.25]},"west":{"texture":"#0","uv":[7.125,3.375,7,3.625]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-14.9,-15.4]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5628.json b/assets/minecraft/models/w5628.json new file mode 100644 index 000000000..8162b6e5d --- /dev/null +++ b/assets/minecraft/models/w5628.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.875,3.625,9.875,3.75]},"east":{"texture":"#0","uv":[9,3.75,8.875,4]},"north":{"texture":"#0","uv":[8.875,3.75,7.875,4]},"south":{"texture":"#0","uv":[10,3.75,9,4]},"up":{"texture":"#0","uv":[7.875,3.75,8.875,3.625]},"west":{"texture":"#0","uv":[7.875,3.75,7.75,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.808001,-14.908,-15.408]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5629.json b/assets/minecraft/models/w5629.json new file mode 100644 index 000000000..7e3dc6488 --- /dev/null +++ b/assets/minecraft/models/w5629.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,4,10.875,4.125]},"east":{"texture":"#0","uv":[10.125,4.125,10,4.375]},"north":{"texture":"#0","uv":[10,4.125,9.125,4.375]},"south":{"texture":"#0","uv":[11,4.125,10.125,4.375]},"up":{"texture":"#0","uv":[9.125,4.125,10,4]},"west":{"texture":"#0","uv":[9.125,4.125,9,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.208,-14.908,-15.408]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w563.json b/assets/minecraft/models/w563.json new file mode 100644 index 000000000..45bdbac5f --- /dev/null +++ b/assets/minecraft/models/w563.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.375,7.625,0]},"east":{"texture":"#0","uv":[7,0.375,7.375,1]},"north":{"texture":"#0","uv":[7.375,0.375,8,1]},"south":{"texture":"#0","uv":[6.375,0.375,7,1]},"up":{"texture":"#0","uv":[6.375,0,7,0.375]},"west":{"texture":"#0","uv":[6,0.375,6.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5630.json b/assets/minecraft/models/w5630.json new file mode 100644 index 000000000..52efe85ba --- /dev/null +++ b/assets/minecraft/models/w5630.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,6.75,0.75,7.125]},"east":{"texture":"#0","uv":[0,7.125,0.375,7.75]},"north":{"texture":"#0","uv":[0.375,7.125,0.75,7.75]},"south":{"texture":"#0","uv":[1.125,7.125,1.5,7.75]},"up":{"texture":"#0","uv":[0.75,7.125,0.375,6.75]},"west":{"texture":"#0","uv":[0.75,7.125,1.125,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5631.json b/assets/minecraft/models/w5631.json new file mode 100644 index 000000000..3f9fa22c4 --- /dev/null +++ b/assets/minecraft/models/w5631.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.75,9.125,4.5,9.5]},"east":{"texture":"#0","uv":[3.875,9.5,4.25,9.75]},"north":{"texture":"#0","uv":[4.25,9.5,4.5,9.75]},"south":{"texture":"#0","uv":[4.875,9.5,5.125,9.75]},"up":{"texture":"#0","uv":[4.5,9.5,4.25,9.125]},"west":{"texture":"#0","uv":[4.5,9.5,4.875,9.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.1594715,-15.1594715,-14.808001]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5632.json b/assets/minecraft/models/w5632.json new file mode 100644 index 000000000..bb659db33 --- /dev/null +++ b/assets/minecraft/models/w5632.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.75,8.75,6.5,9.125]},"east":{"texture":"#0","uv":[5.875,9.125,6.25,9.375]},"north":{"texture":"#0","uv":[6.25,9.125,6.5,9.375]},"south":{"texture":"#0","uv":[6.875,9.125,7.125,9.375]},"up":{"texture":"#0","uv":[6.5,9.125,6.25,8.75]},"west":{"texture":"#0","uv":[6.5,9.125,6.875,9.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.1594715,-15.1594715,-14.808001]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5633.json b/assets/minecraft/models/w5633.json new file mode 100644 index 000000000..fdd6a9207 --- /dev/null +++ b/assets/minecraft/models/w5633.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[5.25,8.5,4.25,9.125]},"south":{"texture":"#0","uv":[4.25,8.5,5.25,9.125]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14,-16]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5634.json b/assets/minecraft/models/w5634.json new file mode 100644 index 000000000..d45e95ccd --- /dev/null +++ b/assets/minecraft/models/w5634.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4.25,8.5,5.25,9.125]},"south":{"texture":"#0","uv":[5.25,8.5,4.25,9.125]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14,-16]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5635.json b/assets/minecraft/models/w5635.json new file mode 100644 index 000000000..d5bd923ba --- /dev/null +++ b/assets/minecraft/models/w5635.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[10,0,9,0.375]},"south":{"texture":"#0","uv":[9,0,10,0.375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5636.json b/assets/minecraft/models/w5636.json new file mode 100644 index 000000000..c6d43c175 --- /dev/null +++ b/assets/minecraft/models/w5636.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[9,0,10,0.375]},"south":{"texture":"#0","uv":[10,0,9,0.375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5637.json b/assets/minecraft/models/w5637.json new file mode 100644 index 000000000..c6d43c175 --- /dev/null +++ b/assets/minecraft/models/w5637.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[9,0,10,0.375]},"south":{"texture":"#0","uv":[10,0,9,0.375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14.8,-16]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5638.json b/assets/minecraft/models/w5638.json new file mode 100644 index 000000000..5fea0a03e --- /dev/null +++ b/assets/minecraft/models/w5638.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,9,9.125,9.375]},"east":{"texture":"#0","uv":[8.375,9.375,8.75,9.875]},"north":{"texture":"#0","uv":[8.75,9.375,9.125,9.875]},"south":{"texture":"#0","uv":[9.5,9.375,9.875,9.875]},"up":{"texture":"#0","uv":[9.125,9.375,8.75,9]},"west":{"texture":"#0","uv":[9.125,9.375,9.5,9.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.8]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5639.json b/assets/minecraft/models/w5639.json new file mode 100644 index 000000000..3beae52a0 --- /dev/null +++ b/assets/minecraft/models/w5639.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0.5,3.625,0.75]},"east":{"texture":"#0","uv":[3,0.75,3.25,1]},"north":{"texture":"#0","uv":[3.25,0.75,3.625,1]},"south":{"texture":"#0","uv":[3.875,0.75,4.25,1]},"up":{"texture":"#0","uv":[3.625,0.75,3.25,0.5]},"west":{"texture":"#0","uv":[3.625,0.75,3.875,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14.808001,-15.1594715,-15.159472]}],"overrides":[],"textures":{"0":"item/w527150133_4"}} \ No newline at end of file diff --git a/assets/minecraft/models/w564.json b/assets/minecraft/models/w564.json new file mode 100644 index 000000000..45bdbac5f --- /dev/null +++ b/assets/minecraft/models/w564.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.375,7.625,0]},"east":{"texture":"#0","uv":[7,0.375,7.375,1]},"north":{"texture":"#0","uv":[7.375,0.375,8,1]},"south":{"texture":"#0","uv":[6.375,0.375,7,1]},"up":{"texture":"#0","uv":[6.375,0,7,0.375]},"west":{"texture":"#0","uv":[6,0.375,6.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5640.json b/assets/minecraft/models/w5640.json new file mode 100644 index 000000000..61923da45 --- /dev/null +++ b/assets/minecraft/models/w5640.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0,3.5,4]},"east":{"texture":"#0","uv":[-4,4,0,4]},"north":{"texture":"#0","uv":[0,4,3.5,4]},"south":{"texture":"#0","uv":[7.5,4,11,4]},"up":{"texture":"#0","uv":[3.5,4,0,0]},"west":{"texture":"#0","uv":[3.5,4,7.5,4]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-16,-9.6]}],"overrides":[],"textures":{"0":"item/w1441369710_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5641.json b/assets/minecraft/models/w5641.json new file mode 100644 index 000000000..56350f745 --- /dev/null +++ b/assets/minecraft/models/w5641.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,4,5.5,7]},"east":{"texture":"#0","uv":[0,7,3,9]},"north":{"texture":"#0","uv":[3,7,5.5,9]},"south":{"texture":"#0","uv":[8.5,7,11,9]},"up":{"texture":"#0","uv":[5.5,7,3,4]},"west":{"texture":"#0","uv":[5.5,7,8.5,9]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-12.8,-11.2]}],"overrides":[],"textures":{"0":"item/w1441369710_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5642.json b/assets/minecraft/models/w5642.json new file mode 100644 index 000000000..68fa727e6 --- /dev/null +++ b/assets/minecraft/models/w5642.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,0,10.5,1.5]},"east":{"texture":"#0","uv":[7,1.5,8.5,2.75]},"north":{"texture":"#0","uv":[8.5,1.5,10.5,2.75]},"south":{"texture":"#0","uv":[12,1.5,14,2.75]},"up":{"texture":"#0","uv":[10.5,1.5,8.5,0]},"west":{"texture":"#0","uv":[10.5,1.5,12,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14,-13.6]}],"overrides":[],"textures":{"0":"item/w1441369710_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5643.json b/assets/minecraft/models/w5643.json new file mode 100644 index 000000000..accd4d8c6 --- /dev/null +++ b/assets/minecraft/models/w5643.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.75,9,4.5,11.25]},"east":{"texture":"#0","uv":[0,11.25,2.25,13.5]},"north":{"texture":"#0","uv":[2.25,11.25,4.5,13.5]},"south":{"texture":"#0","uv":[6.75,11.25,9,13.5]},"up":{"texture":"#0","uv":[4.5,11.25,2.25,9]},"west":{"texture":"#0","uv":[4.5,11.25,6.75,13.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.4,-12.4]}],"overrides":[],"textures":{"0":"item/w1441369710_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5644.json b/assets/minecraft/models/w5644.json new file mode 100644 index 000000000..caee2fb0b --- /dev/null +++ b/assets/minecraft/models/w5644.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,9.5,4.5,11.25]},"east":{"texture":"#0","uv":[0.75,11.25,2.5,13]},"north":{"texture":"#0","uv":[2.5,11.25,4.5,13]},"south":{"texture":"#0","uv":[6.25,11.25,8.25,13]},"up":{"texture":"#0","uv":[4.5,11.25,2.5,9.5]},"west":{"texture":"#0","uv":[4.5,11.25,6.25,13]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13,-13]}],"overrides":[],"textures":{"0":"item/w1441369710_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5645.json b/assets/minecraft/models/w5645.json new file mode 100644 index 000000000..4ba4c32b7 --- /dev/null +++ b/assets/minecraft/models/w5645.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,11.75,11,13.5]},"east":{"texture":"#0","uv":[7.25,13.5,9,13.5]},"north":{"texture":"#0","uv":[9,13.5,11,13.5]},"south":{"texture":"#0","uv":[12.75,13.5,14.75,13.5]},"up":{"texture":"#0","uv":[11,13.5,9,11.75]},"west":{"texture":"#0","uv":[11,13.5,12.75,13.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-16,-13]}],"overrides":[],"textures":{"0":"item/w1441369710_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5646.json b/assets/minecraft/models/w5646.json new file mode 100644 index 000000000..d115f637e --- /dev/null +++ b/assets/minecraft/models/w5646.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,9.75,8.5,10.75]},"east":{"texture":"#0","uv":[6.75,10.75,7.75,11.25]},"north":{"texture":"#0","uv":[7.75,10.75,8.5,11.25]},"south":{"texture":"#0","uv":[9.5,10.75,10.25,11.25]},"up":{"texture":"#0","uv":[8.5,10.75,7.75,9.75]},"west":{"texture":"#0","uv":[8.5,10.75,9.5,11.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.48,-14.9,-14.400001]}],"overrides":[],"textures":{"0":"item/w1441369710_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5647.json b/assets/minecraft/models/w5647.json new file mode 100644 index 000000000..b0e35816d --- /dev/null +++ b/assets/minecraft/models/w5647.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,7.5,11.75,9]},"east":{"texture":"#0","uv":[9.5,9,11,9.75]},"north":{"texture":"#0","uv":[11,9,11.75,9.75]},"south":{"texture":"#0","uv":[13.25,9,14,9.75]},"up":{"texture":"#0","uv":[11.75,9,11,7.5]},"west":{"texture":"#0","uv":[11.75,9,13.25,9.75]}},"from":[-15.8,-15.8,-14.4],"shade":false,"to":[-14.6,-14.6,-12]},{"faces":{"down":{"texture":"#0","uv":[13.25,9.75,12.25,10.75]},"east":{"texture":"#0","uv":[10.25,10.75,11.25,11.75]},"north":{"texture":"#0","uv":[11.25,10.75,12.25,11.75]},"south":{"texture":"#0","uv":[13.25,10.75,14.25,11.75]},"up":{"texture":"#0","uv":[12.25,10.75,11.25,9.75]},"west":{"texture":"#0","uv":[12.25,10.75,13.25,11.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1441369710_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5648.json b/assets/minecraft/models/w5648.json new file mode 100644 index 000000000..247b29a66 --- /dev/null +++ b/assets/minecraft/models/w5648.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,9.75,9.25,10.75]},"east":{"texture":"#0","uv":[9.5,10.75,8.5,11.25]},"north":{"texture":"#0","uv":[8.5,10.75,7.75,11.25]},"south":{"texture":"#0","uv":[10.25,10.75,9.5,11.25]},"up":{"texture":"#0","uv":[7.75,10.75,8.5,9.75]},"west":{"texture":"#0","uv":[7.75,10.75,6.75,11.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.48,-14.9,-14.400001]}],"overrides":[],"textures":{"0":"item/w1441369710_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5649.json b/assets/minecraft/models/w5649.json new file mode 100644 index 000000000..a5ca9e2ca --- /dev/null +++ b/assets/minecraft/models/w5649.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.75,7.5,12.5,9]},"east":{"texture":"#0","uv":[13.25,9,11.75,9.75]},"north":{"texture":"#0","uv":[11.75,9,11,9.75]},"south":{"texture":"#0","uv":[14,9,13.25,9.75]},"up":{"texture":"#0","uv":[11,9,11.75,7.5]},"west":{"texture":"#0","uv":[11,9,9.5,9.75]}},"from":[-15.8,-15.8,-14.4],"shade":false,"to":[-14.6,-14.6,-12]},{"faces":{"down":{"texture":"#0","uv":[12.25,9.75,13.25,10.75]},"east":{"texture":"#0","uv":[13.25,10.75,12.25,11.75]},"north":{"texture":"#0","uv":[12.25,10.75,11.25,11.75]},"south":{"texture":"#0","uv":[14.25,10.75,13.25,11.75]},"up":{"texture":"#0","uv":[11.25,10.75,12.25,9.75]},"west":{"texture":"#0","uv":[11.25,10.75,10.25,11.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1441369710_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w565.json b/assets/minecraft/models/w565.json new file mode 100644 index 000000000..45bdbac5f --- /dev/null +++ b/assets/minecraft/models/w565.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.375,7.625,0]},"east":{"texture":"#0","uv":[7,0.375,7.375,1]},"north":{"texture":"#0","uv":[7.375,0.375,8,1]},"south":{"texture":"#0","uv":[6.375,0.375,7,1]},"up":{"texture":"#0","uv":[6.375,0,7,0.375]},"west":{"texture":"#0","uv":[6,0.375,6.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5650.json b/assets/minecraft/models/w5650.json new file mode 100644 index 000000000..8e51bad49 --- /dev/null +++ b/assets/minecraft/models/w5650.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.25,4,11.5,5.75]},"east":{"texture":"#0","uv":[8,5.75,9.75,7]},"north":{"texture":"#0","uv":[9.75,5.75,11.5,7]},"south":{"texture":"#0","uv":[13.25,5.75,15,7]},"up":{"texture":"#0","uv":[11.5,5.75,9.75,4]},"west":{"texture":"#0","uv":[11.5,5.75,13.25,7]}},"from":[-16,-16,-16],"shade":false,"to":[-13,-13.9,-13.2]}],"overrides":[],"textures":{"0":"item/w1441369710_2"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5651.json b/assets/minecraft/models/w5651.json new file mode 100644 index 000000000..b4b9935a2 --- /dev/null +++ b/assets/minecraft/models/w5651.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,8,4]},"east":{"texture":"#0","uv":[0,4,4,8]},"north":{"texture":"#0","uv":[4,4,8,8]},"south":{"texture":"#0","uv":[12,4,16,8]},"up":{"texture":"#0","uv":[8,4,4,0]},"west":{"texture":"#0","uv":[8,4,12,8]}},"from":[-16,-16,-16],"shade":false,"to":[-9.584,-9.584,-9.584]}],"overrides":[],"textures":{"0":"item/w790045665_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5652.json b/assets/minecraft/models/w5652.json new file mode 100644 index 000000000..9ef0dab98 --- /dev/null +++ b/assets/minecraft/models/w5652.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,8,4]},"east":{"texture":"#0","uv":[0,4,4,8]},"north":{"texture":"#0","uv":[4,4,8,8]},"south":{"texture":"#0","uv":[12,4,16,8]},"up":{"texture":"#0","uv":[8,4,4,0]},"west":{"texture":"#0","uv":[8,4,12,8]}},"from":[-16,-16,-16],"shade":false,"to":[-9.592,-9.592,-9.592]}],"overrides":[],"textures":{"0":"item/w790045665_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5653.json b/assets/minecraft/models/w5653.json new file mode 100644 index 000000000..130ce7435 --- /dev/null +++ b/assets/minecraft/models/w5653.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,8,4]},"east":{"texture":"#0","uv":[0,4,4,8]},"north":{"texture":"#0","uv":[4,4,8,8]},"south":{"texture":"#0","uv":[12,4,16,8]},"up":{"texture":"#0","uv":[8,4,4,0]},"west":{"texture":"#0","uv":[8,4,12,8]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-9.6]}],"overrides":[],"textures":{"0":"item/w790045665_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5654.json b/assets/minecraft/models/w5654.json new file mode 100644 index 000000000..3be5a799f --- /dev/null +++ b/assets/minecraft/models/w5654.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,8,5,10.5]},"east":{"texture":"#0","uv":[0,10.5,2.5,13]},"north":{"texture":"#0","uv":[2.5,10.5,5,13]},"south":{"texture":"#0","uv":[7.5,10.5,10,13]},"up":{"texture":"#0","uv":[5,10.5,2.5,8]},"west":{"texture":"#0","uv":[5,10.5,7.5,13]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-12,-12]}],"overrides":[],"textures":{"0":"item/w790045665_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5655.json b/assets/minecraft/models/w5655.json new file mode 100644 index 000000000..84412da0a --- /dev/null +++ b/assets/minecraft/models/w5655.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,0,4.875,3.25]},"up":{"texture":"#0","uv":[7.625,3.25,4.875,0]}},"from":[-16,-15.81,-16],"shade":false,"to":[-7.2,-15.81,-5.6000004]},{"faces":{"down":{"texture":"#0","uv":[11.75,9.875,9.75,11.875]},"east":{"texture":"#0","uv":[5.75,11.875,7.75,13]},"north":{"texture":"#0","uv":[7.75,11.875,9.75,13]},"south":{"texture":"#0","uv":[11.75,11.875,13.75,13]},"up":{"texture":"#0","uv":[9.75,11.875,7.75,9.875]},"west":{"texture":"#0","uv":[9.75,11.875,11.75,13]}},"from":[-14.8,-16,-15.2],"shade":false,"to":[-8.4,-12.4,-8.799999]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5656.json b/assets/minecraft/models/w5656.json new file mode 100644 index 000000000..db1bc009b --- /dev/null +++ b/assets/minecraft/models/w5656.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,0.125,9,0.625]},"east":{"texture":"#0","uv":[8,0.625,8.5,2.625]},"north":{"texture":"#0","uv":[8.5,0.625,9,2.625]},"south":{"texture":"#0","uv":[9.5,0.625,10,2.625]},"up":{"texture":"#0","uv":[9,0.625,8.5,0.125]},"west":{"texture":"#0","uv":[9,0.625,9.5,2.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.392,-9.592001,-14.392]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5657.json b/assets/minecraft/models/w5657.json new file mode 100644 index 000000000..28049df61 --- /dev/null +++ b/assets/minecraft/models/w5657.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,0.125,9,0.625]},"east":{"texture":"#0","uv":[8,0.625,8.5,3]},"north":{"texture":"#0","uv":[8.5,0.625,9,3]},"south":{"texture":"#0","uv":[9.5,0.625,10,3]},"up":{"texture":"#0","uv":[9,0.625,8.5,0.125]},"west":{"texture":"#0","uv":[9,0.625,9.5,3]}},"from":[-16,-16,-16],"shade":false,"to":[-14.392,-8.392001,-14.392]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5658.json b/assets/minecraft/models/w5658.json new file mode 100644 index 000000000..b031d8a75 --- /dev/null +++ b/assets/minecraft/models/w5658.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.625,12.5,4.625,13]},"east":{"texture":"#0","uv":[4.125,13,4.625,14.25]},"north":{"texture":"#0","uv":[4.625,13,4.625,14.25]},"south":{"texture":"#0","uv":[5.125,13,5.125,14.25]},"up":{"texture":"#0","uv":[4.625,13,4.625,12.5]},"west":{"texture":"#0","uv":[4.625,13,5.125,14.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-14.4]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5659.json b/assets/minecraft/models/w5659.json new file mode 100644 index 000000000..2f16c63b4 --- /dev/null +++ b/assets/minecraft/models/w5659.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.25,4.875,4.25,6.875]},"east":{"texture":"#0","uv":[0.25,6.875,2.25,8.375]},"north":{"texture":"#0","uv":[2.25,6.875,4.25,8.375]},"south":{"texture":"#0","uv":[6.25,6.875,8.25,8.375]},"up":{"texture":"#0","uv":[4.25,6.875,2.25,4.875]},"west":{"texture":"#0","uv":[4.25,6.875,6.25,8.375]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-11.2,-9.6]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w566.json b/assets/minecraft/models/w566.json new file mode 100644 index 000000000..45bdbac5f --- /dev/null +++ b/assets/minecraft/models/w566.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.375,7.625,0]},"east":{"texture":"#0","uv":[7,0.375,7.375,1]},"north":{"texture":"#0","uv":[7.375,0.375,8,1]},"south":{"texture":"#0","uv":[6.375,0.375,7,1]},"up":{"texture":"#0","uv":[6.375,0,7,0.375]},"west":{"texture":"#0","uv":[6,0.375,6.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5660.json b/assets/minecraft/models/w5660.json new file mode 100644 index 000000000..c112ec6af --- /dev/null +++ b/assets/minecraft/models/w5660.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.375,12.625,4.375,13.125]},"east":{"texture":"#0","uv":[3.875,13.125,4.375,14.375]},"north":{"texture":"#0","uv":[4.375,13.125,4.375,14.375]},"south":{"texture":"#0","uv":[4.875,13.125,4.875,14.375]},"up":{"texture":"#0","uv":[4.375,13.125,4.375,12.625]},"west":{"texture":"#0","uv":[4.375,13.125,4.875,14.375]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-14.4]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5661.json b/assets/minecraft/models/w5661.json new file mode 100644 index 000000000..78d447e2d --- /dev/null +++ b/assets/minecraft/models/w5661.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,0.125,9,0.625]},"east":{"texture":"#0","uv":[8,0.625,8.5,2.5]},"north":{"texture":"#0","uv":[8.5,0.625,9,2.5]},"south":{"texture":"#0","uv":[9.5,0.625,10,2.5]},"up":{"texture":"#0","uv":[9,0.625,8.5,0.125]},"west":{"texture":"#0","uv":[9,0.625,9.5,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-10,-14.4]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5662.json b/assets/minecraft/models/w5662.json new file mode 100644 index 000000000..8c91c04bb --- /dev/null +++ b/assets/minecraft/models/w5662.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,6.25,8.875,6.5]},"east":{"texture":"#0","uv":[8.5,6.5,8.25,6.75]},"north":{"texture":"#0","uv":[8.25,6.5,7.625,6.75]},"south":{"texture":"#0","uv":[9.125,6.5,8.5,6.75]},"up":{"texture":"#0","uv":[7.625,6.5,8.25,6.25]},"west":{"texture":"#0","uv":[7.625,6.5,7.375,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.799999,-14.960001,-15.14]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5663.json b/assets/minecraft/models/w5663.json new file mode 100644 index 000000000..a57596967 --- /dev/null +++ b/assets/minecraft/models/w5663.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.625,2.5,4.25,2.875]},"east":{"texture":"#0","uv":[4,2.875,3.625,3.25]},"north":{"texture":"#0","uv":[3.625,2.875,3,3.25]},"south":{"texture":"#0","uv":[4.625,2.875,4,3.25]},"up":{"texture":"#0","uv":[3,2.875,3.625,2.5]},"west":{"texture":"#0","uv":[3,2.875,2.625,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.8,-14.64,-14.74]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5664.json b/assets/minecraft/models/w5664.json new file mode 100644 index 000000000..6fb35c6d6 --- /dev/null +++ b/assets/minecraft/models/w5664.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,4.625,1.75,5]},"east":{"texture":"#0","uv":[1.5,5,1.125,5.5]},"north":{"texture":"#0","uv":[1.125,5,0.5,5.5]},"south":{"texture":"#0","uv":[2.125,5,1.5,5.5]},"up":{"texture":"#0","uv":[0.5,5,1.125,4.625]},"west":{"texture":"#0","uv":[0.5,5,0.125,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.992,-14.392,-14.492]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5665.json b/assets/minecraft/models/w5665.json new file mode 100644 index 000000000..5e9105734 --- /dev/null +++ b/assets/minecraft/models/w5665.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,5.875,12.625,6.375]},"east":{"texture":"#0","uv":[12,6.375,11.5,6.875]},"north":{"texture":"#0","uv":[11.5,6.375,10.375,6.875]},"south":{"texture":"#0","uv":[13.125,6.375,12,6.875]},"up":{"texture":"#0","uv":[10.375,6.375,11.5,5.875]},"west":{"texture":"#0","uv":[10.375,6.375,9.875,6.875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-14.160001,-14.26]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5666.json b/assets/minecraft/models/w5666.json new file mode 100644 index 000000000..c1f98852a --- /dev/null +++ b/assets/minecraft/models/w5666.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.625,5.875,11.5,6.375]},"east":{"texture":"#0","uv":[9.875,6.375,10.375,6.875]},"north":{"texture":"#0","uv":[10.375,6.375,11.5,6.875]},"south":{"texture":"#0","uv":[12,6.375,13.125,6.875]},"up":{"texture":"#0","uv":[11.5,6.375,10.375,5.875]},"west":{"texture":"#0","uv":[11.5,6.375,12,6.875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-14.16,-14.26]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5667.json b/assets/minecraft/models/w5667.json new file mode 100644 index 000000000..8c91c04bb --- /dev/null +++ b/assets/minecraft/models/w5667.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,6.25,8.875,6.5]},"east":{"texture":"#0","uv":[8.5,6.5,8.25,6.75]},"north":{"texture":"#0","uv":[8.25,6.5,7.625,6.75]},"south":{"texture":"#0","uv":[9.125,6.5,8.5,6.75]},"up":{"texture":"#0","uv":[7.625,6.5,8.25,6.25]},"west":{"texture":"#0","uv":[7.625,6.5,7.375,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.799999,-14.960001,-15.14]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5668.json b/assets/minecraft/models/w5668.json new file mode 100644 index 000000000..307973ee7 --- /dev/null +++ b/assets/minecraft/models/w5668.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.625,2.5,4.25,2.875]},"east":{"texture":"#0","uv":[4,2.875,3.625,3.25]},"north":{"texture":"#0","uv":[3.625,2.875,3,3.25]},"south":{"texture":"#0","uv":[4.625,2.875,4,3.25]},"up":{"texture":"#0","uv":[3,2.875,3.625,2.5]},"west":{"texture":"#0","uv":[3,2.875,2.625,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.8,-14.639999,-14.74]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5669.json b/assets/minecraft/models/w5669.json new file mode 100644 index 000000000..ac6ea87da --- /dev/null +++ b/assets/minecraft/models/w5669.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,4.625,1.75,5]},"east":{"texture":"#0","uv":[1.5,5,1.125,5.5]},"north":{"texture":"#0","uv":[1.125,5,0.5,5.5]},"south":{"texture":"#0","uv":[2.125,5,1.5,5.5]},"up":{"texture":"#0","uv":[0.5,5,1.125,4.625]},"west":{"texture":"#0","uv":[0.5,5,0.125,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.992,-14.392001,-14.492]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w567.json b/assets/minecraft/models/w567.json new file mode 100644 index 000000000..45bdbac5f --- /dev/null +++ b/assets/minecraft/models/w567.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.375,7.625,0]},"east":{"texture":"#0","uv":[7,0.375,7.375,1]},"north":{"texture":"#0","uv":[7.375,0.375,8,1]},"south":{"texture":"#0","uv":[6.375,0.375,7,1]},"up":{"texture":"#0","uv":[6.375,0,7,0.375]},"west":{"texture":"#0","uv":[6,0.375,6.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5670.json b/assets/minecraft/models/w5670.json new file mode 100644 index 000000000..5e9105734 --- /dev/null +++ b/assets/minecraft/models/w5670.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,5.875,12.625,6.375]},"east":{"texture":"#0","uv":[12,6.375,11.5,6.875]},"north":{"texture":"#0","uv":[11.5,6.375,10.375,6.875]},"south":{"texture":"#0","uv":[13.125,6.375,12,6.875]},"up":{"texture":"#0","uv":[10.375,6.375,11.5,5.875]},"west":{"texture":"#0","uv":[10.375,6.375,9.875,6.875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-14.160001,-14.26]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5671.json b/assets/minecraft/models/w5671.json new file mode 100644 index 000000000..c8784ca70 --- /dev/null +++ b/assets/minecraft/models/w5671.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.625,5.875,11.5,6.375]},"east":{"texture":"#0","uv":[9.875,6.375,10.375,6.875]},"north":{"texture":"#0","uv":[10.375,6.375,11.5,6.875]},"south":{"texture":"#0","uv":[12,6.375,13.125,6.875]},"up":{"texture":"#0","uv":[11.5,6.375,10.375,5.875]},"west":{"texture":"#0","uv":[11.5,6.375,12,6.875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-14.160001,-14.26]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5672.json b/assets/minecraft/models/w5672.json new file mode 100644 index 000000000..8c91c04bb --- /dev/null +++ b/assets/minecraft/models/w5672.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,6.25,8.875,6.5]},"east":{"texture":"#0","uv":[8.5,6.5,8.25,6.75]},"north":{"texture":"#0","uv":[8.25,6.5,7.625,6.75]},"south":{"texture":"#0","uv":[9.125,6.5,8.5,6.75]},"up":{"texture":"#0","uv":[7.625,6.5,8.25,6.25]},"west":{"texture":"#0","uv":[7.625,6.5,7.375,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.799999,-14.960001,-15.14]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5673.json b/assets/minecraft/models/w5673.json new file mode 100644 index 000000000..307973ee7 --- /dev/null +++ b/assets/minecraft/models/w5673.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.625,2.5,4.25,2.875]},"east":{"texture":"#0","uv":[4,2.875,3.625,3.25]},"north":{"texture":"#0","uv":[3.625,2.875,3,3.25]},"south":{"texture":"#0","uv":[4.625,2.875,4,3.25]},"up":{"texture":"#0","uv":[3,2.875,3.625,2.5]},"west":{"texture":"#0","uv":[3,2.875,2.625,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.8,-14.639999,-14.74]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5674.json b/assets/minecraft/models/w5674.json new file mode 100644 index 000000000..ac6ea87da --- /dev/null +++ b/assets/minecraft/models/w5674.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,4.625,1.75,5]},"east":{"texture":"#0","uv":[1.5,5,1.125,5.5]},"north":{"texture":"#0","uv":[1.125,5,0.5,5.5]},"south":{"texture":"#0","uv":[2.125,5,1.5,5.5]},"up":{"texture":"#0","uv":[0.5,5,1.125,4.625]},"west":{"texture":"#0","uv":[0.5,5,0.125,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.992,-14.392001,-14.492]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5675.json b/assets/minecraft/models/w5675.json new file mode 100644 index 000000000..5e9105734 --- /dev/null +++ b/assets/minecraft/models/w5675.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,5.875,12.625,6.375]},"east":{"texture":"#0","uv":[12,6.375,11.5,6.875]},"north":{"texture":"#0","uv":[11.5,6.375,10.375,6.875]},"south":{"texture":"#0","uv":[13.125,6.375,12,6.875]},"up":{"texture":"#0","uv":[10.375,6.375,11.5,5.875]},"west":{"texture":"#0","uv":[10.375,6.375,9.875,6.875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-14.160001,-14.26]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5676.json b/assets/minecraft/models/w5676.json new file mode 100644 index 000000000..c8784ca70 --- /dev/null +++ b/assets/minecraft/models/w5676.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.625,5.875,11.5,6.375]},"east":{"texture":"#0","uv":[9.875,6.375,10.375,6.875]},"north":{"texture":"#0","uv":[10.375,6.375,11.5,6.875]},"south":{"texture":"#0","uv":[12,6.375,13.125,6.875]},"up":{"texture":"#0","uv":[11.5,6.375,10.375,5.875]},"west":{"texture":"#0","uv":[11.5,6.375,12,6.875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-14.160001,-14.26]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5677.json b/assets/minecraft/models/w5677.json new file mode 100644 index 000000000..910b0ecd2 --- /dev/null +++ b/assets/minecraft/models/w5677.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.875,6.25,8.25,6.5]},"east":{"texture":"#0","uv":[7.375,6.5,7.625,6.75]},"north":{"texture":"#0","uv":[7.625,6.5,8.25,6.75]},"south":{"texture":"#0","uv":[8.5,6.5,9.125,6.75]},"up":{"texture":"#0","uv":[8.25,6.5,7.625,6.25]},"west":{"texture":"#0","uv":[8.25,6.5,8.5,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.799999,-14.960001,-15.14]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5678.json b/assets/minecraft/models/w5678.json new file mode 100644 index 000000000..1188fea20 --- /dev/null +++ b/assets/minecraft/models/w5678.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,2.5,3.625,2.875]},"east":{"texture":"#0","uv":[2.625,2.875,3,3.25]},"north":{"texture":"#0","uv":[3,2.875,3.625,3.25]},"south":{"texture":"#0","uv":[4,2.875,4.625,3.25]},"up":{"texture":"#0","uv":[3.625,2.875,3,2.5]},"west":{"texture":"#0","uv":[3.625,2.875,4,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.8,-14.64,-14.74]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5679.json b/assets/minecraft/models/w5679.json new file mode 100644 index 000000000..5219645d2 --- /dev/null +++ b/assets/minecraft/models/w5679.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,4.625,1.125,5]},"east":{"texture":"#0","uv":[0.125,5,0.5,5.5]},"north":{"texture":"#0","uv":[0.5,5,1.125,5.5]},"south":{"texture":"#0","uv":[1.5,5,2.125,5.5]},"up":{"texture":"#0","uv":[1.125,5,0.5,4.625]},"west":{"texture":"#0","uv":[1.125,5,1.5,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.992,-14.392,-14.492]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w568.json b/assets/minecraft/models/w568.json new file mode 100644 index 000000000..f2aa91678 --- /dev/null +++ b/assets/minecraft/models/w568.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[8,12,0,16]},"south":{"texture":"#0","uv":[0,12,8,16]}},"from":[-16,-16,-16],"shade":false,"to":[-7.039999,-11.5199995,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5680.json b/assets/minecraft/models/w5680.json new file mode 100644 index 000000000..c8784ca70 --- /dev/null +++ b/assets/minecraft/models/w5680.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.625,5.875,11.5,6.375]},"east":{"texture":"#0","uv":[9.875,6.375,10.375,6.875]},"north":{"texture":"#0","uv":[10.375,6.375,11.5,6.875]},"south":{"texture":"#0","uv":[12,6.375,13.125,6.875]},"up":{"texture":"#0","uv":[11.5,6.375,10.375,5.875]},"west":{"texture":"#0","uv":[11.5,6.375,12,6.875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-14.160001,-14.26]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5681.json b/assets/minecraft/models/w5681.json new file mode 100644 index 000000000..405f381d1 --- /dev/null +++ b/assets/minecraft/models/w5681.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,5.875,12.625,6.375]},"east":{"texture":"#0","uv":[12,6.375,11.5,6.875]},"north":{"texture":"#0","uv":[11.5,6.375,10.375,6.875]},"south":{"texture":"#0","uv":[13.125,6.375,12,6.875]},"up":{"texture":"#0","uv":[10.375,6.375,11.5,5.875]},"west":{"texture":"#0","uv":[10.375,6.375,9.875,6.875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-14.16,-14.26]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5682.json b/assets/minecraft/models/w5682.json new file mode 100644 index 000000000..910b0ecd2 --- /dev/null +++ b/assets/minecraft/models/w5682.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.875,6.25,8.25,6.5]},"east":{"texture":"#0","uv":[7.375,6.5,7.625,6.75]},"north":{"texture":"#0","uv":[7.625,6.5,8.25,6.75]},"south":{"texture":"#0","uv":[8.5,6.5,9.125,6.75]},"up":{"texture":"#0","uv":[8.25,6.5,7.625,6.25]},"west":{"texture":"#0","uv":[8.25,6.5,8.5,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.799999,-14.960001,-15.14]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5683.json b/assets/minecraft/models/w5683.json new file mode 100644 index 000000000..97a4190f6 --- /dev/null +++ b/assets/minecraft/models/w5683.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,2.5,3.625,2.875]},"east":{"texture":"#0","uv":[2.625,2.875,3,3.25]},"north":{"texture":"#0","uv":[3,2.875,3.625,3.25]},"south":{"texture":"#0","uv":[4,2.875,4.625,3.25]},"up":{"texture":"#0","uv":[3.625,2.875,3,2.5]},"west":{"texture":"#0","uv":[3.625,2.875,4,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.8,-14.639999,-14.74]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5684.json b/assets/minecraft/models/w5684.json new file mode 100644 index 000000000..aa55b7c0a --- /dev/null +++ b/assets/minecraft/models/w5684.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,4.625,1.125,5]},"east":{"texture":"#0","uv":[0.125,5,0.5,5.5]},"north":{"texture":"#0","uv":[0.5,5,1.125,5.5]},"south":{"texture":"#0","uv":[1.5,5,2.125,5.5]},"up":{"texture":"#0","uv":[1.125,5,0.5,4.625]},"west":{"texture":"#0","uv":[1.125,5,1.5,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.992,-14.392001,-14.492]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5685.json b/assets/minecraft/models/w5685.json new file mode 100644 index 000000000..c8784ca70 --- /dev/null +++ b/assets/minecraft/models/w5685.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.625,5.875,11.5,6.375]},"east":{"texture":"#0","uv":[9.875,6.375,10.375,6.875]},"north":{"texture":"#0","uv":[10.375,6.375,11.5,6.875]},"south":{"texture":"#0","uv":[12,6.375,13.125,6.875]},"up":{"texture":"#0","uv":[11.5,6.375,10.375,5.875]},"west":{"texture":"#0","uv":[11.5,6.375,12,6.875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-14.160001,-14.26]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5686.json b/assets/minecraft/models/w5686.json new file mode 100644 index 000000000..5e9105734 --- /dev/null +++ b/assets/minecraft/models/w5686.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,5.875,12.625,6.375]},"east":{"texture":"#0","uv":[12,6.375,11.5,6.875]},"north":{"texture":"#0","uv":[11.5,6.375,10.375,6.875]},"south":{"texture":"#0","uv":[13.125,6.375,12,6.875]},"up":{"texture":"#0","uv":[10.375,6.375,11.5,5.875]},"west":{"texture":"#0","uv":[10.375,6.375,9.875,6.875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-14.160001,-14.26]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5687.json b/assets/minecraft/models/w5687.json new file mode 100644 index 000000000..910b0ecd2 --- /dev/null +++ b/assets/minecraft/models/w5687.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.875,6.25,8.25,6.5]},"east":{"texture":"#0","uv":[7.375,6.5,7.625,6.75]},"north":{"texture":"#0","uv":[7.625,6.5,8.25,6.75]},"south":{"texture":"#0","uv":[8.5,6.5,9.125,6.75]},"up":{"texture":"#0","uv":[8.25,6.5,7.625,6.25]},"west":{"texture":"#0","uv":[8.25,6.5,8.5,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.799999,-14.960001,-15.14]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5688.json b/assets/minecraft/models/w5688.json new file mode 100644 index 000000000..97a4190f6 --- /dev/null +++ b/assets/minecraft/models/w5688.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,2.5,3.625,2.875]},"east":{"texture":"#0","uv":[2.625,2.875,3,3.25]},"north":{"texture":"#0","uv":[3,2.875,3.625,3.25]},"south":{"texture":"#0","uv":[4,2.875,4.625,3.25]},"up":{"texture":"#0","uv":[3.625,2.875,3,2.5]},"west":{"texture":"#0","uv":[3.625,2.875,4,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.8,-14.639999,-14.74]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5689.json b/assets/minecraft/models/w5689.json new file mode 100644 index 000000000..aa55b7c0a --- /dev/null +++ b/assets/minecraft/models/w5689.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,4.625,1.125,5]},"east":{"texture":"#0","uv":[0.125,5,0.5,5.5]},"north":{"texture":"#0","uv":[0.5,5,1.125,5.5]},"south":{"texture":"#0","uv":[1.5,5,2.125,5.5]},"up":{"texture":"#0","uv":[1.125,5,0.5,4.625]},"west":{"texture":"#0","uv":[1.125,5,1.5,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.992,-14.392001,-14.492]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w569.json b/assets/minecraft/models/w569.json new file mode 100644 index 000000000..45bdbac5f --- /dev/null +++ b/assets/minecraft/models/w569.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.375,7.625,0]},"east":{"texture":"#0","uv":[7,0.375,7.375,1]},"north":{"texture":"#0","uv":[7.375,0.375,8,1]},"south":{"texture":"#0","uv":[6.375,0.375,7,1]},"up":{"texture":"#0","uv":[6.375,0,7,0.375]},"west":{"texture":"#0","uv":[6,0.375,6.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5690.json b/assets/minecraft/models/w5690.json new file mode 100644 index 000000000..c8784ca70 --- /dev/null +++ b/assets/minecraft/models/w5690.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.625,5.875,11.5,6.375]},"east":{"texture":"#0","uv":[9.875,6.375,10.375,6.875]},"north":{"texture":"#0","uv":[10.375,6.375,11.5,6.875]},"south":{"texture":"#0","uv":[12,6.375,13.125,6.875]},"up":{"texture":"#0","uv":[11.5,6.375,10.375,5.875]},"west":{"texture":"#0","uv":[11.5,6.375,12,6.875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-14.160001,-14.26]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5691.json b/assets/minecraft/models/w5691.json new file mode 100644 index 000000000..5e9105734 --- /dev/null +++ b/assets/minecraft/models/w5691.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,5.875,12.625,6.375]},"east":{"texture":"#0","uv":[12,6.375,11.5,6.875]},"north":{"texture":"#0","uv":[11.5,6.375,10.375,6.875]},"south":{"texture":"#0","uv":[13.125,6.375,12,6.875]},"up":{"texture":"#0","uv":[10.375,6.375,11.5,5.875]},"west":{"texture":"#0","uv":[10.375,6.375,9.875,6.875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-14.160001,-14.26]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5692.json b/assets/minecraft/models/w5692.json new file mode 100644 index 000000000..ee04bb4ac --- /dev/null +++ b/assets/minecraft/models/w5692.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.375,7.375,4,8.75]},"east":{"texture":"#0","uv":[0.25,8.75,1.625,8.875]},"north":{"texture":"#0","uv":[1.625,8.75,4,8.875]},"south":{"texture":"#0","uv":[5.375,8.75,7.75,8.875]},"up":{"texture":"#0","uv":[4,8.75,1.625,7.375]},"west":{"texture":"#0","uv":[4,8.75,5.375,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-5.8,-13,-8.9]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5693.json b/assets/minecraft/models/w5693.json new file mode 100644 index 000000000..e95b8e30f --- /dev/null +++ b/assets/minecraft/models/w5693.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.25,4.75,4.25,6.875]},"east":{"texture":"#0","uv":[0.125,6.875,2.25,8.5]},"north":{"texture":"#0","uv":[2.25,6.875,4.25,8.5]},"south":{"texture":"#0","uv":[6.375,6.875,8.375,8.5]},"up":{"texture":"#0","uv":[4.25,6.875,2.25,4.75]},"west":{"texture":"#0","uv":[4.25,6.875,6.375,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-10.8,-9.2]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5694.json b/assets/minecraft/models/w5694.json new file mode 100644 index 000000000..1ddb68661 --- /dev/null +++ b/assets/minecraft/models/w5694.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.25,5.375,4.25,6.875]},"east":{"texture":"#0","uv":[0.75,6.875,2.25,9.25]},"north":{"texture":"#0","uv":[2.25,6.875,4.25,9.25]},"south":{"texture":"#0","uv":[5.75,6.875,7.75,9.25]},"up":{"texture":"#0","uv":[4.25,6.875,2.25,5.375]},"west":{"texture":"#0","uv":[4.25,6.875,5.75,9.25]}},"from":[-16,-16,-16],"shade":false,"to":[-9.608,-8.033989,-11.133988]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5695.json b/assets/minecraft/models/w5695.json new file mode 100644 index 000000000..be5e6b259 --- /dev/null +++ b/assets/minecraft/models/w5695.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,7.125,4.5,8]},"east":{"texture":"#0","uv":[2.875,8,3.75,9.875]},"north":{"texture":"#0","uv":[3.75,8,4.5,9.875]},"south":{"texture":"#0","uv":[5.375,8,6.125,9.875]},"up":{"texture":"#0","uv":[4.5,8,3.75,7.125]},"west":{"texture":"#0","uv":[4.5,8,5.375,9.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-9.625987,-13.125988]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5696.json b/assets/minecraft/models/w5696.json new file mode 100644 index 000000000..b936aa54c --- /dev/null +++ b/assets/minecraft/models/w5696.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.125,5.125,8.125,5.875]},"east":{"texture":"#0","uv":[7.375,5.875,8.125,6.25]},"north":{"texture":"#0","uv":[8.125,5.875,8.125,6.25]},"south":{"texture":"#0","uv":[8.875,5.875,8.875,6.25]},"up":{"texture":"#0","uv":[8.125,5.875,8.125,5.125]},"west":{"texture":"#0","uv":[8.125,5.875,8.875,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.425989,-13.525989]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5697.json b/assets/minecraft/models/w5697.json new file mode 100644 index 000000000..b936aa54c --- /dev/null +++ b/assets/minecraft/models/w5697.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.125,5.125,8.125,5.875]},"east":{"texture":"#0","uv":[7.375,5.875,8.125,6.25]},"north":{"texture":"#0","uv":[8.125,5.875,8.125,6.25]},"south":{"texture":"#0","uv":[8.875,5.875,8.875,6.25]},"up":{"texture":"#0","uv":[8.125,5.875,8.125,5.125]},"west":{"texture":"#0","uv":[8.125,5.875,8.875,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.425989,-13.525989]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5698.json b/assets/minecraft/models/w5698.json new file mode 100644 index 000000000..b936aa54c --- /dev/null +++ b/assets/minecraft/models/w5698.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.125,5.125,8.125,5.875]},"east":{"texture":"#0","uv":[7.375,5.875,8.125,6.25]},"north":{"texture":"#0","uv":[8.125,5.875,8.125,6.25]},"south":{"texture":"#0","uv":[8.875,5.875,8.875,6.25]},"up":{"texture":"#0","uv":[8.125,5.875,8.125,5.125]},"west":{"texture":"#0","uv":[8.125,5.875,8.875,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.425989,-13.525989]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5699.json b/assets/minecraft/models/w5699.json new file mode 100644 index 000000000..b936aa54c --- /dev/null +++ b/assets/minecraft/models/w5699.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.125,5.125,8.125,5.875]},"east":{"texture":"#0","uv":[7.375,5.875,8.125,6.25]},"north":{"texture":"#0","uv":[8.125,5.875,8.125,6.25]},"south":{"texture":"#0","uv":[8.875,5.875,8.875,6.25]},"up":{"texture":"#0","uv":[8.125,5.875,8.125,5.125]},"west":{"texture":"#0","uv":[8.125,5.875,8.875,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.425989,-13.525989]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w57.json b/assets/minecraft/models/w57.json new file mode 100644 index 000000000..293ef3706 --- /dev/null +++ b/assets/minecraft/models/w57.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,7.375,5.5,7.875]},"east":{"texture":"#0","uv":[6,7.375,5.5,8.25]},"north":{"texture":"#0","uv":[5.5,7.875,5,8.75]},"south":{"texture":"#0","uv":[6.5,7.375,6,8.25]},"up":{"texture":"#0","uv":[4.5,7.875,5,7.375]},"west":{"texture":"#0","uv":[5,7.875,4.5,8.75]}},"from":[-16,-14.820282,-15.618513],"shade":false,"to":[-14.4,-12.020282,-14.018513]},{"faces":{"down":{"texture":"#0","uv":[8,7.5,8.375,8.125]},"east":{"texture":"#0","uv":[7.625,7.5,7,7.875]},"north":{"texture":"#0","uv":[7.5,8.25,7.125,8.625]},"south":{"texture":"#0","uv":[7.5,8.625,7.125,9]},"up":{"texture":"#0","uv":[7.625,8.125,8,7.5]},"west":{"texture":"#0","uv":[7.625,7.875,7,8.25]}},"from":[-15.8,-16,-16],"rotation":{"angle":-45,"axis":"x","origin":[-15.4,-15.6,-15.6],"rescale":false},"shade":false,"to":[-14.6,-14.8,-14]}],"overrides":[],"textures":{"0":"item/w1237560704_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w570.json b/assets/minecraft/models/w570.json new file mode 100644 index 000000000..45bdbac5f --- /dev/null +++ b/assets/minecraft/models/w570.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.375,7.625,0]},"east":{"texture":"#0","uv":[7,0.375,7.375,1]},"north":{"texture":"#0","uv":[7.375,0.375,8,1]},"south":{"texture":"#0","uv":[6.375,0.375,7,1]},"up":{"texture":"#0","uv":[6.375,0,7,0.375]},"west":{"texture":"#0","uv":[6,0.375,6.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5700.json b/assets/minecraft/models/w5700.json new file mode 100644 index 000000000..7be5de8ec --- /dev/null +++ b/assets/minecraft/models/w5700.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,0.125,9,0.625]},"east":{"texture":"#0","uv":[8,0.625,8.5,3.375]},"north":{"texture":"#0","uv":[8.5,0.625,9,3.375]},"south":{"texture":"#0","uv":[9.5,0.625,10,3.375]},"up":{"texture":"#0","uv":[9,0.625,8.5,0.125]},"west":{"texture":"#0","uv":[9,0.625,9.5,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-7.2,-14.4]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5701.json b/assets/minecraft/models/w5701.json new file mode 100644 index 000000000..1af3cd9b8 --- /dev/null +++ b/assets/minecraft/models/w5701.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.375,5.625,4.875,7.125]},"east":{"texture":"#0","uv":[1.875,7.125,3.375,9.125]},"north":{"texture":"#0","uv":[3.375,7.125,4.875,9.125]},"south":{"texture":"#0","uv":[6.375,7.125,7.875,9.125]},"up":{"texture":"#0","uv":[4.875,7.125,3.375,5.625]},"west":{"texture":"#0","uv":[4.875,7.125,6.375,9.125]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-9.6,-11.2]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5702.json b/assets/minecraft/models/w5702.json new file mode 100644 index 000000000..0d06cead2 --- /dev/null +++ b/assets/minecraft/models/w5702.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,4.625,4.75,6.875]},"east":{"texture":"#0","uv":[0,6.875,2.25,8.75]},"north":{"texture":"#0","uv":[2.25,6.875,4.75,8.75]},"south":{"texture":"#0","uv":[7,6.875,9.5,8.75]},"up":{"texture":"#0","uv":[4.75,6.875,2.25,4.625]},"west":{"texture":"#0","uv":[4.75,6.875,7,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-7.9919996,-9.992002,-8.792]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5703.json b/assets/minecraft/models/w5703.json new file mode 100644 index 000000000..7f30c1a8c --- /dev/null +++ b/assets/minecraft/models/w5703.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,6.125,4.75,7]},"east":{"texture":"#0","uv":[1.375,7,2.25,8.75]},"north":{"texture":"#0","uv":[2.25,7,4.75,8.75]},"south":{"texture":"#0","uv":[5.625,7,8.125,8.75]},"up":{"texture":"#0","uv":[4.75,7,2.25,6.125]},"west":{"texture":"#0","uv":[4.75,7,5.625,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-8.016001,-10.416,-13.216]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5704.json b/assets/minecraft/models/w5704.json new file mode 100644 index 000000000..6a102792a --- /dev/null +++ b/assets/minecraft/models/w5704.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,6.375,4.75,8.625]},"east":{"texture":"#0","uv":[0,8.625,2.25,9.875]},"north":{"texture":"#0","uv":[2.25,8.625,4.75,9.875]},"south":{"texture":"#0","uv":[7,8.625,9.5,9.875]},"up":{"texture":"#0","uv":[4.75,8.625,2.25,6.375]},"west":{"texture":"#0","uv":[4.75,8.625,7,9.875]}},"from":[-16,-16,-16],"shade":false,"to":[-7,-11,-7.8]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5705.json b/assets/minecraft/models/w5705.json new file mode 100644 index 000000000..959fc78e2 --- /dev/null +++ b/assets/minecraft/models/w5705.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,7.25,5.375,8]},"east":{"texture":"#0","uv":[1.75,8,2.5,9.5]},"north":{"texture":"#0","uv":[2.5,8,5.375,9.5]},"south":{"texture":"#0","uv":[6.125,8,9,9.5]},"up":{"texture":"#0","uv":[5.375,8,2.5,7.25]},"west":{"texture":"#0","uv":[5.375,8,6.125,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-6.816,-11.216001,-13.316]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5706.json b/assets/minecraft/models/w5706.json new file mode 100644 index 000000000..c95b1b22d --- /dev/null +++ b/assets/minecraft/models/w5706.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.125,7.125,4.875,8.75]},"east":{"texture":"#0","uv":[0,8.75,1.625,9.5]},"north":{"texture":"#0","uv":[1.625,8.75,4.875,9.5]},"south":{"texture":"#0","uv":[6.5,8.75,9.75,9.5]},"up":{"texture":"#0","uv":[4.875,8.75,1.625,7.125]},"west":{"texture":"#0","uv":[4.875,8.75,6.5,9.5]}},"from":[-16,-14.1,-16],"shade":false,"to":[-3.1999998,-9,-8.4]},{"faces":{"down":{"texture":"#0","uv":[6.75,7.5,4.375,8.5]},"east":{"texture":"#0","uv":[1,8.5,2,9.25]},"north":{"texture":"#0","uv":[2,8.5,4.375,9.25]},"south":{"texture":"#0","uv":[5.375,8.5,7.75,9.25]},"up":{"texture":"#0","uv":[4.375,8.5,2,7.5]},"west":{"texture":"#0","uv":[4.375,8.5,5.375,9.25]}},"from":[-14.6,-16,-14.8],"shade":false,"to":[-4.6000004,-10.9,-9.200001]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5707.json b/assets/minecraft/models/w5707.json new file mode 100644 index 000000000..606a36747 --- /dev/null +++ b/assets/minecraft/models/w5707.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.5,6.625,14.625,6.75]},"east":{"texture":"#0","uv":[13.625,6.75,13.75,7.75]},"north":{"texture":"#0","uv":[13.75,6.75,14.625,7.75]},"south":{"texture":"#0","uv":[14.75,6.75,15.625,7.75]},"up":{"texture":"#0","uv":[14.625,6.75,13.75,6.625]},"west":{"texture":"#0","uv":[14.625,6.75,14.75,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.868,-12.619998,-15.46]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5708.json b/assets/minecraft/models/w5708.json new file mode 100644 index 000000000..fc9a81dd3 --- /dev/null +++ b/assets/minecraft/models/w5708.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.25,2.125,14.75,2.25]},"east":{"texture":"#0","uv":[14.125,2.25,14.25,2.75]},"north":{"texture":"#0","uv":[14.25,2.25,14.75,2.75]},"south":{"texture":"#0","uv":[14.875,2.25,15.375,2.75]},"up":{"texture":"#0","uv":[14.75,2.25,14.25,2.125]},"west":{"texture":"#0","uv":[14.75,2.25,14.875,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.171027,-14.306702,-15.4492]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5709.json b/assets/minecraft/models/w5709.json new file mode 100644 index 000000000..784603b88 --- /dev/null +++ b/assets/minecraft/models/w5709.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,4.125,15.125,4.25]},"east":{"texture":"#0","uv":[14.875,4.25,14.75,4.75]},"north":{"texture":"#0","uv":[14.75,4.25,14.375,4.75]},"south":{"texture":"#0","uv":[15.25,4.25,14.875,4.75]},"up":{"texture":"#0","uv":[14.375,4.25,14.75,4.125]},"west":{"texture":"#0","uv":[14.375,4.25,14.25,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.532693,-14.388002,-15.468]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w571.json b/assets/minecraft/models/w571.json new file mode 100644 index 000000000..45bdbac5f --- /dev/null +++ b/assets/minecraft/models/w571.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.375,7.625,0]},"east":{"texture":"#0","uv":[7,0.375,7.375,1]},"north":{"texture":"#0","uv":[7.375,0.375,8,1]},"south":{"texture":"#0","uv":[6.375,0.375,7,1]},"up":{"texture":"#0","uv":[6.375,0,7,0.375]},"west":{"texture":"#0","uv":[6,0.375,6.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5710.json b/assets/minecraft/models/w5710.json new file mode 100644 index 000000000..252658855 --- /dev/null +++ b/assets/minecraft/models/w5710.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.625,6.625,15.5,6.75]},"east":{"texture":"#0","uv":[14.75,6.75,14.625,7.75]},"north":{"texture":"#0","uv":[14.625,6.75,13.75,7.75]},"south":{"texture":"#0","uv":[15.625,6.75,14.75,7.75]},"up":{"texture":"#0","uv":[13.75,6.75,14.625,6.625]},"west":{"texture":"#0","uv":[13.75,6.75,13.625,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.868,-12.619998,-15.46]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5711.json b/assets/minecraft/models/w5711.json new file mode 100644 index 000000000..9d765a306 --- /dev/null +++ b/assets/minecraft/models/w5711.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,2.125,15.25,2.25]},"east":{"texture":"#0","uv":[14.875,2.25,14.75,2.75]},"north":{"texture":"#0","uv":[14.75,2.25,14.25,2.75]},"south":{"texture":"#0","uv":[15.375,2.25,14.875,2.75]},"up":{"texture":"#0","uv":[14.25,2.25,14.75,2.125]},"west":{"texture":"#0","uv":[14.25,2.25,14.125,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.171027,-14.306702,-15.4492]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5712.json b/assets/minecraft/models/w5712.json new file mode 100644 index 000000000..55a9c58c8 --- /dev/null +++ b/assets/minecraft/models/w5712.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.125,4.125,14.75,4.25]},"east":{"texture":"#0","uv":[14.25,4.25,14.375,4.75]},"north":{"texture":"#0","uv":[14.375,4.25,14.75,4.75]},"south":{"texture":"#0","uv":[14.875,4.25,15.25,4.75]},"up":{"texture":"#0","uv":[14.75,4.25,14.375,4.125]},"west":{"texture":"#0","uv":[14.75,4.25,14.875,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.532693,-14.388002,-15.468]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5713.json b/assets/minecraft/models/w5713.json new file mode 100644 index 000000000..3852b52ba --- /dev/null +++ b/assets/minecraft/models/w5713.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,13.5,3,14.625]},"east":{"texture":"#0","uv":[1.875,14.625,3,15.875]},"north":{"texture":"#0","uv":[3,14.625,3,15.875]},"south":{"texture":"#0","uv":[4.125,14.625,4.125,15.875]},"up":{"texture":"#0","uv":[3,14.625,3,13.5]},"west":{"texture":"#0","uv":[3,14.625,4.125,15.875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-12.4]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5714.json b/assets/minecraft/models/w5714.json new file mode 100644 index 000000000..289c788d9 --- /dev/null +++ b/assets/minecraft/models/w5714.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[12,10.125,14,11]},"west":{"texture":"#0","uv":[14,10.125,12,11]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.2,-9.6]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5715.json b/assets/minecraft/models/w5715.json new file mode 100644 index 000000000..00541e412 --- /dev/null +++ b/assets/minecraft/models/w5715.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[12.625,0,11.5,1.25]},"west":{"texture":"#0","uv":[11.5,0,12.625,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-12.4]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5716.json b/assets/minecraft/models/w5716.json new file mode 100644 index 000000000..00541e412 --- /dev/null +++ b/assets/minecraft/models/w5716.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[12.625,0,11.5,1.25]},"west":{"texture":"#0","uv":[11.5,0,12.625,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-12.4]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5717.json b/assets/minecraft/models/w5717.json new file mode 100644 index 000000000..b615b32a5 --- /dev/null +++ b/assets/minecraft/models/w5717.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.125,0,2.125,1.125]},"east":{"texture":"#0","uv":[0,1.125,1.125,2.375]},"north":{"texture":"#0","uv":[1.125,1.125,2.125,2.375]},"south":{"texture":"#0","uv":[3.25,1.125,4.25,2.375]},"up":{"texture":"#0","uv":[2.125,1.125,1.125,0]},"west":{"texture":"#0","uv":[2.125,1.125,3.25,2.375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12,-12.4]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5718.json b/assets/minecraft/models/w5718.json new file mode 100644 index 000000000..e0cd88d6d --- /dev/null +++ b/assets/minecraft/models/w5718.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.375,13.75,13.125,15.375]},"east":{"texture":"#0","uv":[10.25,15.375,11.875,16]},"north":{"texture":"#0","uv":[11.875,15.375,13.125,16]},"south":{"texture":"#0","uv":[14.75,15.375,16,16]},"up":{"texture":"#0","uv":[13.125,15.375,11.875,13.75]},"west":{"texture":"#0","uv":[13.125,15.375,14.75,16]}},"from":[-16,-16,-16],"shade":false,"to":[-12.008,-14.008,-10.808001]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5719.json b/assets/minecraft/models/w5719.json new file mode 100644 index 000000000..49832f6d3 --- /dev/null +++ b/assets/minecraft/models/w5719.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.625,0.5,11.625,1.625]},"east":{"texture":"#0","uv":[10.5,1.625,11.625,2.875]},"north":{"texture":"#0","uv":[11.625,1.625,11.625,2.875]},"south":{"texture":"#0","uv":[12.75,1.625,12.75,2.875]},"up":{"texture":"#0","uv":[11.625,1.625,11.625,0.5]},"west":{"texture":"#0","uv":[11.625,1.625,12.75,2.875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-12.4]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w572.json b/assets/minecraft/models/w572.json new file mode 100644 index 000000000..45bdbac5f --- /dev/null +++ b/assets/minecraft/models/w572.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.375,7.625,0]},"east":{"texture":"#0","uv":[7,0.375,7.375,1]},"north":{"texture":"#0","uv":[7.375,0.375,8,1]},"south":{"texture":"#0","uv":[6.375,0.375,7,1]},"up":{"texture":"#0","uv":[6.375,0,7,0.375]},"west":{"texture":"#0","uv":[6,0.375,6.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5720.json b/assets/minecraft/models/w5720.json new file mode 100644 index 000000000..3600bc9d6 --- /dev/null +++ b/assets/minecraft/models/w5720.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.625,0.5,11.625,1.625]},"east":{"texture":"#0","uv":[10.5,1.625,11.625,2.125]},"north":{"texture":"#0","uv":[11.625,1.625,11.625,2.125]},"south":{"texture":"#0","uv":[12.75,1.625,12.75,2.125]},"up":{"texture":"#0","uv":[11.625,1.625,11.625,0.5]},"west":{"texture":"#0","uv":[11.625,1.625,12.75,2.125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.399999,-12.4]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5721.json b/assets/minecraft/models/w5721.json new file mode 100644 index 000000000..613612ded --- /dev/null +++ b/assets/minecraft/models/w5721.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.5,-1,14.5,0.125]},"east":{"texture":"#0","uv":[13.375,0.125,14.5,0.625]},"north":{"texture":"#0","uv":[14.5,0.125,14.5,0.625]},"south":{"texture":"#0","uv":[15.625,0.125,15.625,0.625]},"up":{"texture":"#0","uv":[14.5,0.125,14.5,-1]},"west":{"texture":"#0","uv":[14.5,0.125,15.625,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.400002,-12.4]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5722.json b/assets/minecraft/models/w5722.json new file mode 100644 index 000000000..f75010079 --- /dev/null +++ b/assets/minecraft/models/w5722.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.625,-1,14.625,0.125]},"east":{"texture":"#0","uv":[13.5,0.125,14.625,0.625]},"north":{"texture":"#0","uv":[14.625,0.125,14.625,0.625]},"south":{"texture":"#0","uv":[15.75,0.125,15.75,0.625]},"up":{"texture":"#0","uv":[14.625,0.125,14.625,-1]},"west":{"texture":"#0","uv":[14.625,0.125,15.75,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.4,-12.4]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5723.json b/assets/minecraft/models/w5723.json new file mode 100644 index 000000000..f75010079 --- /dev/null +++ b/assets/minecraft/models/w5723.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.625,-1,14.625,0.125]},"east":{"texture":"#0","uv":[13.5,0.125,14.625,0.625]},"north":{"texture":"#0","uv":[14.625,0.125,14.625,0.625]},"south":{"texture":"#0","uv":[15.75,0.125,15.75,0.625]},"up":{"texture":"#0","uv":[14.625,0.125,14.625,-1]},"west":{"texture":"#0","uv":[14.625,0.125,15.75,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.4,-12.4]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5724.json b/assets/minecraft/models/w5724.json new file mode 100644 index 000000000..2823e44cb --- /dev/null +++ b/assets/minecraft/models/w5724.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,0.5,11.5,1.625]},"east":{"texture":"#0","uv":[10.375,1.625,11.5,2.875]},"north":{"texture":"#0","uv":[11.5,1.625,11.5,2.875]},"south":{"texture":"#0","uv":[12.625,1.625,12.625,2.875]},"up":{"texture":"#0","uv":[11.5,1.625,11.5,0.5]},"west":{"texture":"#0","uv":[11.5,1.625,12.625,2.875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-12.4]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5725.json b/assets/minecraft/models/w5725.json new file mode 100644 index 000000000..49832f6d3 --- /dev/null +++ b/assets/minecraft/models/w5725.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.625,0.5,11.625,1.625]},"east":{"texture":"#0","uv":[10.5,1.625,11.625,2.875]},"north":{"texture":"#0","uv":[11.625,1.625,11.625,2.875]},"south":{"texture":"#0","uv":[12.75,1.625,12.75,2.875]},"up":{"texture":"#0","uv":[11.625,1.625,11.625,0.5]},"west":{"texture":"#0","uv":[11.625,1.625,12.75,2.875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-12.4]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5726.json b/assets/minecraft/models/w5726.json new file mode 100644 index 000000000..2823e44cb --- /dev/null +++ b/assets/minecraft/models/w5726.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,0.5,11.5,1.625]},"east":{"texture":"#0","uv":[10.375,1.625,11.5,2.875]},"north":{"texture":"#0","uv":[11.5,1.625,11.5,2.875]},"south":{"texture":"#0","uv":[12.625,1.625,12.625,2.875]},"up":{"texture":"#0","uv":[11.5,1.625,11.5,0.5]},"west":{"texture":"#0","uv":[11.5,1.625,12.625,2.875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-12.4]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5727.json b/assets/minecraft/models/w5727.json new file mode 100644 index 000000000..e264a47b9 --- /dev/null +++ b/assets/minecraft/models/w5727.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.75,3.375,6.375,3.875]},"east":{"texture":"#0","uv":[3.5,3.875,4,4.375]},"north":{"texture":"#0","uv":[4,3.875,6.375,4.375]},"south":{"texture":"#0","uv":[6.875,3.875,9.25,4.375]},"up":{"texture":"#0","uv":[6.375,3.875,4,3.375]},"west":{"texture":"#0","uv":[6.375,3.875,6.875,4.375]}},"from":[-16,-14.8,-14.2],"shade":false,"to":[-8.4,-13.2,-12.599999]},{"faces":{"down":{"texture":"#0","uv":[5.25,13,2.875,13.5]},"east":{"texture":"#0","uv":[0,13.5,0.5,14]},"north":{"texture":"#0","uv":[0.5,13.5,2.875,14]},"south":{"texture":"#0","uv":[3.375,13.5,5.75,14]},"up":{"texture":"#0","uv":[2.875,13.5,0.5,13]},"west":{"texture":"#0","uv":[2.875,13.5,3.375,14]}},"from":[-16,-14.88,-14.28],"shade":false,"to":[-8.24,-13.12,-12.5199995]},{"faces":{"down":{"texture":"#0","uv":[8.375,13.125,7.125,14.75]},"east":{"texture":"#0","uv":[4.25,14.75,5.875,15.375]},"north":{"texture":"#0","uv":[5.875,14.75,7.125,15.375]},"south":{"texture":"#0","uv":[8.75,14.75,10,15.375]},"up":{"texture":"#0","uv":[7.125,14.75,5.875,13.125]},"west":{"texture":"#0","uv":[7.125,14.75,8.75,15.375]}},"from":[-10.788839,-13.345175,-16],"rotation":{"angle":22.5,"axis":"z","origin":[-8.788838,-12.345175,-13.4],"rescale":false},"shade":false,"to":[-6.788839,-11.345175,-10.8]},{"faces":{"down":{"texture":"#0","uv":[5.25,7.125,4.5,8.625]},"east":{"texture":"#0","uv":[2.25,8.625,3.75,9.875]},"north":{"texture":"#0","uv":[3.75,8.625,4.5,9.875]},"south":{"texture":"#0","uv":[6,8.625,6.75,9.875]},"up":{"texture":"#0","uv":[4.5,8.625,3.75,7.125]},"west":{"texture":"#0","uv":[4.5,8.625,6,9.875]}},"from":[-8,-16,-15.8],"shade":false,"to":[-5.6,-12,-11]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5728.json b/assets/minecraft/models/w5728.json new file mode 100644 index 000000000..8a4a56473 --- /dev/null +++ b/assets/minecraft/models/w5728.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.625,-1,14.625,0.125]},"east":{"texture":"#0","uv":[15.75,0.125,14.625,0.625]},"north":{"texture":"#0","uv":[14.625,0.125,14.625,0.625]},"south":{"texture":"#0","uv":[15.75,0.125,15.75,0.625]},"up":{"texture":"#0","uv":[14.625,0.125,14.625,-1]},"west":{"texture":"#0","uv":[14.625,0.125,13.5,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.4,-12.4]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5729.json b/assets/minecraft/models/w5729.json new file mode 100644 index 000000000..8a4a56473 --- /dev/null +++ b/assets/minecraft/models/w5729.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.625,-1,14.625,0.125]},"east":{"texture":"#0","uv":[15.75,0.125,14.625,0.625]},"north":{"texture":"#0","uv":[14.625,0.125,14.625,0.625]},"south":{"texture":"#0","uv":[15.75,0.125,15.75,0.625]},"up":{"texture":"#0","uv":[14.625,0.125,14.625,-1]},"west":{"texture":"#0","uv":[14.625,0.125,13.5,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.4,-12.4]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w573.json b/assets/minecraft/models/w573.json new file mode 100644 index 000000000..45bdbac5f --- /dev/null +++ b/assets/minecraft/models/w573.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.375,7.625,0]},"east":{"texture":"#0","uv":[7,0.375,7.375,1]},"north":{"texture":"#0","uv":[7.375,0.375,8,1]},"south":{"texture":"#0","uv":[6.375,0.375,7,1]},"up":{"texture":"#0","uv":[6.375,0,7,0.375]},"west":{"texture":"#0","uv":[6,0.375,6.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5730.json b/assets/minecraft/models/w5730.json new file mode 100644 index 000000000..bddc9106d --- /dev/null +++ b/assets/minecraft/models/w5730.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,0.5,11.5,1.625]},"east":{"texture":"#0","uv":[12.625,1.625,11.5,2.875]},"north":{"texture":"#0","uv":[11.5,1.625,11.5,2.875]},"south":{"texture":"#0","uv":[12.625,1.625,12.625,2.875]},"up":{"texture":"#0","uv":[11.5,1.625,11.5,0.5]},"west":{"texture":"#0","uv":[11.5,1.625,10.375,2.875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-12.4]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5731.json b/assets/minecraft/models/w5731.json new file mode 100644 index 000000000..4f1288a83 --- /dev/null +++ b/assets/minecraft/models/w5731.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.625,0.5,11.625,1.625]},"east":{"texture":"#0","uv":[12.75,1.625,11.625,2.875]},"north":{"texture":"#0","uv":[11.625,1.625,11.625,2.875]},"south":{"texture":"#0","uv":[12.75,1.625,12.75,2.875]},"up":{"texture":"#0","uv":[11.625,1.625,11.625,0.5]},"west":{"texture":"#0","uv":[11.625,1.625,10.5,2.875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-12.4]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5732.json b/assets/minecraft/models/w5732.json new file mode 100644 index 000000000..1a301cb86 --- /dev/null +++ b/assets/minecraft/models/w5732.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.125,13.75,14.375,15.375]},"east":{"texture":"#0","uv":[14.75,15.375,13.125,16]},"north":{"texture":"#0","uv":[13.125,15.375,11.875,16]},"south":{"texture":"#0","uv":[16,15.375,14.75,16]},"up":{"texture":"#0","uv":[11.875,15.375,13.125,13.75]},"west":{"texture":"#0","uv":[11.875,15.375,10.25,16]}},"from":[-16,-16,-16],"shade":false,"to":[-12.008,-14.008,-10.808001]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5733.json b/assets/minecraft/models/w5733.json new file mode 100644 index 000000000..e52b60a26 --- /dev/null +++ b/assets/minecraft/models/w5733.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.625,0.5,11.625,1.625]},"east":{"texture":"#0","uv":[12.75,1.625,11.625,2.125]},"north":{"texture":"#0","uv":[11.625,1.625,11.625,2.125]},"south":{"texture":"#0","uv":[12.75,1.625,12.75,2.125]},"up":{"texture":"#0","uv":[11.625,1.625,11.625,0.5]},"west":{"texture":"#0","uv":[11.625,1.625,10.5,2.125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.399999,-12.4]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5734.json b/assets/minecraft/models/w5734.json new file mode 100644 index 000000000..2a3e645d7 --- /dev/null +++ b/assets/minecraft/models/w5734.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.375,-1,14.375,0.125]},"east":{"texture":"#0","uv":[15.5,0.125,14.375,0.625]},"north":{"texture":"#0","uv":[14.375,0.125,14.375,0.625]},"south":{"texture":"#0","uv":[15.5,0.125,15.5,0.625]},"up":{"texture":"#0","uv":[14.375,0.125,14.375,-1]},"west":{"texture":"#0","uv":[14.375,0.125,13.25,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.400002,-12.4]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5735.json b/assets/minecraft/models/w5735.json new file mode 100644 index 000000000..70be48bc4 --- /dev/null +++ b/assets/minecraft/models/w5735.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.625,0.5,11.625,1.625]},"east":{"texture":"#0","uv":[12.75,1.625,11.625,2.875]},"north":{"texture":"#0","uv":[11.625,1.625,11.625,2.875]},"south":{"texture":"#0","uv":[12.75,1.625,12.75,2.875]},"up":{"texture":"#0","uv":[11.625,1.625,11.625,0.5]},"west":{"texture":"#0","uv":[11.625,1.625,10.5,2.875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-12.400001]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5736.json b/assets/minecraft/models/w5736.json new file mode 100644 index 000000000..93b4c11f2 --- /dev/null +++ b/assets/minecraft/models/w5736.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,0.5,11.5,1.625]},"east":{"texture":"#0","uv":[12.625,1.625,11.5,2.875]},"north":{"texture":"#0","uv":[11.5,1.625,11.5,2.875]},"south":{"texture":"#0","uv":[12.625,1.625,12.625,2.875]},"up":{"texture":"#0","uv":[11.5,1.625,11.5,0.5]},"west":{"texture":"#0","uv":[11.5,1.625,10.375,2.875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-12.400001]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5737.json b/assets/minecraft/models/w5737.json new file mode 100644 index 000000000..4195a9e43 --- /dev/null +++ b/assets/minecraft/models/w5737.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.375,3.375,8.75,3.875]},"east":{"texture":"#0","uv":[6.875,3.875,6.375,4.375]},"north":{"texture":"#0","uv":[6.375,3.875,4,4.375]},"south":{"texture":"#0","uv":[9.25,3.875,6.875,4.375]},"up":{"texture":"#0","uv":[4,3.875,6.375,3.375]},"west":{"texture":"#0","uv":[4,3.875,3.5,4.375]}},"from":[-13.2,-14.8,-14.2],"shade":false,"to":[-5.6,-13.2,-12.599999]},{"faces":{"down":{"texture":"#0","uv":[2.875,13,5.25,13.5]},"east":{"texture":"#0","uv":[3.375,13.5,2.875,14]},"north":{"texture":"#0","uv":[2.875,13.5,0.5,14]},"south":{"texture":"#0","uv":[5.75,13.5,3.375,14]},"up":{"texture":"#0","uv":[0.5,13.5,2.875,13]},"west":{"texture":"#0","uv":[0.5,13.5,0,14]}},"from":[-13.36,-14.88,-14.28],"shade":false,"to":[-5.6,-13.12,-12.5199995]},{"faces":{"down":{"texture":"#0","uv":[7.125,13.125,8.375,14.75]},"east":{"texture":"#0","uv":[8.75,14.75,7.125,15.375]},"north":{"texture":"#0","uv":[7.125,14.75,5.875,15.375]},"south":{"texture":"#0","uv":[10,14.75,8.75,15.375]},"up":{"texture":"#0","uv":[5.875,14.75,7.125,13.125]},"west":{"texture":"#0","uv":[5.875,14.75,4.25,15.375]}},"from":[-14.811161,-13.345175,-16],"rotation":{"angle":-22.5,"axis":"z","origin":[-12.811161,-12.345175,-13.4],"rescale":false},"shade":false,"to":[-10.811161,-11.345175,-10.8]},{"faces":{"down":{"texture":"#0","uv":[4.5,7.125,5.25,8.625]},"east":{"texture":"#0","uv":[6,8.625,4.5,9.875]},"north":{"texture":"#0","uv":[4.5,8.625,3.75,9.875]},"south":{"texture":"#0","uv":[6.75,8.625,6,9.875]},"up":{"texture":"#0","uv":[3.75,8.625,4.5,7.125]},"west":{"texture":"#0","uv":[3.75,8.625,2.25,9.875]}},"from":[-16,-16,-15.8],"shade":false,"to":[-13.6,-12,-11]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5738.json b/assets/minecraft/models/w5738.json new file mode 100644 index 000000000..13aa3e59b --- /dev/null +++ b/assets/minecraft/models/w5738.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.375,7.375,4.875,8.625]},"east":{"texture":"#0","uv":[1.125,8.625,2.375,9.625]},"north":{"texture":"#0","uv":[2.375,8.625,4.875,9.625]},"south":{"texture":"#0","uv":[6.125,8.625,8.625,9.625]},"up":{"texture":"#0","uv":[4.875,8.625,2.375,7.375]},"west":{"texture":"#0","uv":[4.875,8.625,6.125,9.625]}},"from":[-16,-16,-16],"shade":false,"to":[-8.008,-12.807999,-12.008]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5739.json b/assets/minecraft/models/w5739.json new file mode 100644 index 000000000..cf09398a6 --- /dev/null +++ b/assets/minecraft/models/w5739.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.125,7.375,4.625,8.625]},"east":{"texture":"#0","uv":[0.875,8.625,2.125,9.625]},"north":{"texture":"#0","uv":[2.125,8.625,4.625,9.625]},"south":{"texture":"#0","uv":[5.875,8.625,8.375,9.625]},"up":{"texture":"#0","uv":[4.625,8.625,2.125,7.375]},"west":{"texture":"#0","uv":[4.625,8.625,5.875,9.625]}},"from":[-16,-16,-16],"shade":false,"to":[-8,-12.8,-12]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w574.json b/assets/minecraft/models/w574.json new file mode 100644 index 000000000..89abc66b4 --- /dev/null +++ b/assets/minecraft/models/w574.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,12,8,16]},"south":{"texture":"#0","uv":[8,12,0,16]}},"from":[-16,-16,-16],"shade":false,"to":[-7.039999,-11.5199995,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5740.json b/assets/minecraft/models/w5740.json new file mode 100644 index 000000000..22b984b59 --- /dev/null +++ b/assets/minecraft/models/w5740.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.875,7.375,7.375,8.625]},"east":{"texture":"#0","uv":[6.125,8.625,4.875,9.625]},"north":{"texture":"#0","uv":[4.875,8.625,2.375,9.625]},"south":{"texture":"#0","uv":[8.625,8.625,6.125,9.625]},"up":{"texture":"#0","uv":[2.375,8.625,4.875,7.375]},"west":{"texture":"#0","uv":[2.375,8.625,1.125,9.625]}},"from":[-16,-16,-16],"shade":false,"to":[-8.008,-12.807999,-12.008]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5741.json b/assets/minecraft/models/w5741.json new file mode 100644 index 000000000..4808b146c --- /dev/null +++ b/assets/minecraft/models/w5741.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.625,7.375,7.125,8.625]},"east":{"texture":"#0","uv":[5.875,8.625,4.625,9.625]},"north":{"texture":"#0","uv":[4.625,8.625,2.125,9.625]},"south":{"texture":"#0","uv":[8.375,8.625,5.875,9.625]},"up":{"texture":"#0","uv":[2.125,8.625,4.625,7.375]},"west":{"texture":"#0","uv":[2.125,8.625,0.875,9.625]}},"from":[-16,-16,-16],"shade":false,"to":[-8,-12.8,-12]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5742.json b/assets/minecraft/models/w5742.json new file mode 100644 index 000000000..25d88345c --- /dev/null +++ b/assets/minecraft/models/w5742.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.25,14.625,1.625,14.625]},"east":{"texture":"#0","uv":[0,14.625,0,15.125]},"north":{"texture":"#0","uv":[0,14.625,1.625,15.125]},"south":{"texture":"#0","uv":[1.625,14.625,3.25,15.125]},"up":{"texture":"#0","uv":[1.625,14.625,0,14.625]},"west":{"texture":"#0","uv":[1.625,14.625,1.625,15.125]}},"from":[-16,-16,-16],"shade":false,"to":[-10.719999,-14.24,-16]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5743.json b/assets/minecraft/models/w5743.json new file mode 100644 index 000000000..b0099f8af --- /dev/null +++ b/assets/minecraft/models/w5743.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,3.375,5.5,3.875]},"east":{"texture":"#0","uv":[3.5,3.875,4,4.375]},"north":{"texture":"#0","uv":[4,3.875,5.5,4.375]},"south":{"texture":"#0","uv":[6,3.875,7.5,4.375]},"up":{"texture":"#0","uv":[5.5,3.875,4,3.375]},"west":{"texture":"#0","uv":[5.5,3.875,6,4.375]}},"from":[-16,-15.92,-15.92],"shade":false,"to":[-11.2,-14.32,-14.32]},{"faces":{"down":{"texture":"#0","uv":[4.375,13.125,3,13.625]},"east":{"texture":"#0","uv":[1.125,13.625,1.625,14.125]},"north":{"texture":"#0","uv":[1.625,13.625,3,14.125]},"south":{"texture":"#0","uv":[3.5,13.625,4.875,14.125]},"up":{"texture":"#0","uv":[3,13.625,1.625,13.125]},"west":{"texture":"#0","uv":[3,13.625,3.5,14.125]}},"from":[-15.68,-16,-16],"shade":false,"to":[-11.2,-14.24,-14.24]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5744.json b/assets/minecraft/models/w5744.json new file mode 100644 index 000000000..cb4ee0b50 --- /dev/null +++ b/assets/minecraft/models/w5744.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.625,14.625,3.25,14.625]},"east":{"texture":"#0","uv":[1.625,14.625,1.625,15.125]},"north":{"texture":"#0","uv":[1.625,14.625,0,15.125]},"south":{"texture":"#0","uv":[3.25,14.625,1.625,15.125]},"up":{"texture":"#0","uv":[0,14.625,1.625,14.625]},"west":{"texture":"#0","uv":[0,14.625,0,15.125]}},"from":[-16,-16,-16],"shade":false,"to":[-10.719999,-14.24,-16]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5745.json b/assets/minecraft/models/w5745.json new file mode 100644 index 000000000..5b61ac86e --- /dev/null +++ b/assets/minecraft/models/w5745.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,3.375,7,3.875]},"east":{"texture":"#0","uv":[6,3.875,5.5,4.375]},"north":{"texture":"#0","uv":[5.5,3.875,4,4.375]},"south":{"texture":"#0","uv":[7.5,3.875,6,4.375]},"up":{"texture":"#0","uv":[4,3.875,5.5,3.375]},"west":{"texture":"#0","uv":[4,3.875,3.5,4.375]}},"from":[-16,-15.92,-15.92],"shade":false,"to":[-11.2,-14.32,-14.32]},{"faces":{"down":{"texture":"#0","uv":[3,13.125,4.375,13.625]},"east":{"texture":"#0","uv":[3.5,13.625,3,14.125]},"north":{"texture":"#0","uv":[3,13.625,1.625,14.125]},"south":{"texture":"#0","uv":[4.875,13.625,3.5,14.125]},"up":{"texture":"#0","uv":[1.625,13.625,3,13.125]},"west":{"texture":"#0","uv":[1.625,13.625,1.125,14.125]}},"from":[-16,-16,-16],"shade":false,"to":[-11.5199995,-14.24,-14.24]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5746.json b/assets/minecraft/models/w5746.json new file mode 100644 index 000000000..3fb6917fe --- /dev/null +++ b/assets/minecraft/models/w5746.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,5.625,3.875,6.875]},"east":{"texture":"#0","uv":[1,6.875,2.25,7.375]},"north":{"texture":"#0","uv":[2.25,6.875,3.875,7.375]},"south":{"texture":"#0","uv":[5.125,6.875,6.75,7.375]},"up":{"texture":"#0","uv":[3.875,6.875,2.25,5.625]},"west":{"texture":"#0","uv":[3.875,6.875,5.125,7.375]}},"from":[-16,-16,-16],"shade":false,"to":[-10.808,-14.407999,-12.008]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5747.json b/assets/minecraft/models/w5747.json new file mode 100644 index 000000000..c64846ec1 --- /dev/null +++ b/assets/minecraft/models/w5747.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,7.625,5,8.875]},"east":{"texture":"#0","uv":[2.25,8.875,3.5,9.875]},"north":{"texture":"#0","uv":[3.5,8.875,5,9.875]},"south":{"texture":"#0","uv":[6.25,8.875,7.75,9.875]},"up":{"texture":"#0","uv":[5,8.875,3.5,7.625]},"west":{"texture":"#0","uv":[5,8.875,6.25,9.875]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-12.8,-12]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5748.json b/assets/minecraft/models/w5748.json new file mode 100644 index 000000000..783f615ff --- /dev/null +++ b/assets/minecraft/models/w5748.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.875,5.625,5.5,6.875]},"east":{"texture":"#0","uv":[5.125,6.875,3.875,7.375]},"north":{"texture":"#0","uv":[3.875,6.875,2.25,7.375]},"south":{"texture":"#0","uv":[6.75,6.875,5.125,7.375]},"up":{"texture":"#0","uv":[2.25,6.875,3.875,5.625]},"west":{"texture":"#0","uv":[2.25,6.875,1,7.375]}},"from":[-16,-16,-16],"shade":false,"to":[-10.808,-14.407999,-12.008]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5749.json b/assets/minecraft/models/w5749.json new file mode 100644 index 000000000..ff15a73a7 --- /dev/null +++ b/assets/minecraft/models/w5749.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,7.625,6.5,8.875]},"east":{"texture":"#0","uv":[6.25,8.875,5,9.875]},"north":{"texture":"#0","uv":[5,8.875,3.5,9.875]},"south":{"texture":"#0","uv":[7.75,8.875,6.25,9.875]},"up":{"texture":"#0","uv":[3.5,8.875,5,7.625]},"west":{"texture":"#0","uv":[3.5,8.875,2.25,9.875]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-12.8,-12]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w575.json b/assets/minecraft/models/w575.json new file mode 100644 index 000000000..cf120d7a1 --- /dev/null +++ b/assets/minecraft/models/w575.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,0,7,0.375]},"east":{"texture":"#0","uv":[6,0.375,6.375,1]},"north":{"texture":"#0","uv":[6.375,0.375,7,1]},"south":{"texture":"#0","uv":[7.375,0.375,8,1]},"up":{"texture":"#0","uv":[7,0.375,6.375,0]},"west":{"texture":"#0","uv":[7,0.375,7.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5750.json b/assets/minecraft/models/w5750.json new file mode 100644 index 000000000..d9617abaa --- /dev/null +++ b/assets/minecraft/models/w5750.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.75,3.375,4.875,3.875]},"east":{"texture":"#0","uv":[3.5,3.875,4,4.375]},"north":{"texture":"#0","uv":[4,3.875,4.875,4.375]},"south":{"texture":"#0","uv":[5.375,3.875,6.25,4.375]},"up":{"texture":"#0","uv":[4.875,3.875,4,3.375]},"west":{"texture":"#0","uv":[4.875,3.875,5.375,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5751.json b/assets/minecraft/models/w5751.json new file mode 100644 index 000000000..b977008a9 --- /dev/null +++ b/assets/minecraft/models/w5751.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,14.125,1.5,15.25]},"east":{"texture":"#0","uv":[-1.125,15.25,0,15.25]},"north":{"texture":"#0","uv":[0,15.25,1.5,15.25]},"south":{"texture":"#0","uv":[2.625,15.25,4.125,15.25]},"up":{"texture":"#0","uv":[1.5,15.25,0,14.125]},"west":{"texture":"#0","uv":[1.5,15.25,2.625,15.25]}},"from":[-16,-16,-16],"shade":false,"to":[-11.12,-16,-12.24]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5752.json b/assets/minecraft/models/w5752.json new file mode 100644 index 000000000..5e128caba --- /dev/null +++ b/assets/minecraft/models/w5752.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,5.75,1.125,6.125]},"east":{"texture":"#0","uv":[0.125,6.125,0.5,6.375]},"north":{"texture":"#0","uv":[0.5,6.125,1.125,6.375]},"south":{"texture":"#0","uv":[1.5,6.125,2.125,6.375]},"up":{"texture":"#0","uv":[1.125,6.125,0.5,5.75]},"west":{"texture":"#0","uv":[1.125,6.125,1.5,6.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.879999,-14.8]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5753.json b/assets/minecraft/models/w5753.json new file mode 100644 index 000000000..21558ef30 --- /dev/null +++ b/assets/minecraft/models/w5753.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,10.25,0.625,10.25]},"east":{"texture":"#0","uv":[0,10.25,0,10.5]},"north":{"texture":"#0","uv":[0,10.25,0.625,10.5]},"south":{"texture":"#0","uv":[0.625,10.25,1.25,10.5]},"up":{"texture":"#0","uv":[0.625,10.25,0,10.25]},"west":{"texture":"#0","uv":[0.625,10.25,0.625,10.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.000002,-14.88,-16]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5754.json b/assets/minecraft/models/w5754.json new file mode 100644 index 000000000..d9617abaa --- /dev/null +++ b/assets/minecraft/models/w5754.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.75,3.375,4.875,3.875]},"east":{"texture":"#0","uv":[3.5,3.875,4,4.375]},"north":{"texture":"#0","uv":[4,3.875,4.875,4.375]},"south":{"texture":"#0","uv":[5.375,3.875,6.25,4.375]},"up":{"texture":"#0","uv":[4.875,3.875,4,3.375]},"west":{"texture":"#0","uv":[4.875,3.875,5.375,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5755.json b/assets/minecraft/models/w5755.json new file mode 100644 index 000000000..5e128caba --- /dev/null +++ b/assets/minecraft/models/w5755.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,5.75,1.125,6.125]},"east":{"texture":"#0","uv":[0.125,6.125,0.5,6.375]},"north":{"texture":"#0","uv":[0.5,6.125,1.125,6.375]},"south":{"texture":"#0","uv":[1.5,6.125,2.125,6.375]},"up":{"texture":"#0","uv":[1.125,6.125,0.5,5.75]},"west":{"texture":"#0","uv":[1.125,6.125,1.5,6.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.879999,-14.8]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5756.json b/assets/minecraft/models/w5756.json new file mode 100644 index 000000000..21558ef30 --- /dev/null +++ b/assets/minecraft/models/w5756.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,10.25,0.625,10.25]},"east":{"texture":"#0","uv":[0,10.25,0,10.5]},"north":{"texture":"#0","uv":[0,10.25,0.625,10.5]},"south":{"texture":"#0","uv":[0.625,10.25,1.25,10.5]},"up":{"texture":"#0","uv":[0.625,10.25,0,10.25]},"west":{"texture":"#0","uv":[0.625,10.25,0.625,10.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.000002,-14.88,-16]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5757.json b/assets/minecraft/models/w5757.json new file mode 100644 index 000000000..d9617abaa --- /dev/null +++ b/assets/minecraft/models/w5757.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.75,3.375,4.875,3.875]},"east":{"texture":"#0","uv":[3.5,3.875,4,4.375]},"north":{"texture":"#0","uv":[4,3.875,4.875,4.375]},"south":{"texture":"#0","uv":[5.375,3.875,6.25,4.375]},"up":{"texture":"#0","uv":[4.875,3.875,4,3.375]},"west":{"texture":"#0","uv":[4.875,3.875,5.375,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5758.json b/assets/minecraft/models/w5758.json new file mode 100644 index 000000000..5e128caba --- /dev/null +++ b/assets/minecraft/models/w5758.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,5.75,1.125,6.125]},"east":{"texture":"#0","uv":[0.125,6.125,0.5,6.375]},"north":{"texture":"#0","uv":[0.5,6.125,1.125,6.375]},"south":{"texture":"#0","uv":[1.5,6.125,2.125,6.375]},"up":{"texture":"#0","uv":[1.125,6.125,0.5,5.75]},"west":{"texture":"#0","uv":[1.125,6.125,1.5,6.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.879999,-14.8]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5759.json b/assets/minecraft/models/w5759.json new file mode 100644 index 000000000..21558ef30 --- /dev/null +++ b/assets/minecraft/models/w5759.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,10.25,0.625,10.25]},"east":{"texture":"#0","uv":[0,10.25,0,10.5]},"north":{"texture":"#0","uv":[0,10.25,0.625,10.5]},"south":{"texture":"#0","uv":[0.625,10.25,1.25,10.5]},"up":{"texture":"#0","uv":[0.625,10.25,0,10.25]},"west":{"texture":"#0","uv":[0.625,10.25,0.625,10.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.000002,-14.88,-16]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w576.json b/assets/minecraft/models/w576.json new file mode 100644 index 000000000..cf120d7a1 --- /dev/null +++ b/assets/minecraft/models/w576.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,0,7,0.375]},"east":{"texture":"#0","uv":[6,0.375,6.375,1]},"north":{"texture":"#0","uv":[6.375,0.375,7,1]},"south":{"texture":"#0","uv":[7.375,0.375,8,1]},"up":{"texture":"#0","uv":[7,0.375,6.375,0]},"west":{"texture":"#0","uv":[7,0.375,7.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5760.json b/assets/minecraft/models/w5760.json new file mode 100644 index 000000000..62a37f913 --- /dev/null +++ b/assets/minecraft/models/w5760.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.125,6.875,11.5,7.875]},"east":{"texture":"#0","uv":[9.875,7.875,10.875,8.875]},"north":{"texture":"#0","uv":[10.875,7.875,11.5,8.875]},"south":{"texture":"#0","uv":[12.5,7.875,13.125,8.875]},"up":{"texture":"#0","uv":[11.5,7.875,10.875,6.875]},"west":{"texture":"#0","uv":[11.5,7.875,12.5,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.007998,-12.807999,-12.808001]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5761.json b/assets/minecraft/models/w5761.json new file mode 100644 index 000000000..d8a9b3c5a --- /dev/null +++ b/assets/minecraft/models/w5761.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.625,2.5,1.75,3.375]},"east":{"texture":"#0","uv":[0,3.375,0.875,4.375]},"north":{"texture":"#0","uv":[0.875,3.375,1.75,4.375]},"south":{"texture":"#0","uv":[2.625,3.375,3.5,4.375]},"up":{"texture":"#0","uv":[1.75,3.375,0.875,2.5]},"west":{"texture":"#0","uv":[1.75,3.375,2.625,4.375]}},"from":[-16,-16,-13.12],"shade":false,"to":[-13.2,-12.8,-10.32]},{"faces":{"down":{"texture":"#0","uv":[6.75,3.375,5.375,3.875]},"east":{"texture":"#0","uv":[3.5,3.875,4,4.375]},"north":{"texture":"#0","uv":[4,3.875,5.375,4.375]},"south":{"texture":"#0","uv":[5.875,3.875,7.25,4.375]},"up":{"texture":"#0","uv":[5.375,3.875,4,3.375]},"west":{"texture":"#0","uv":[5.375,3.875,5.875,4.375]}},"from":[-15.6,-15.2,-15.92],"shade":false,"to":[-11.200001,-13.599999,-14.32]},{"faces":{"down":{"texture":"#0","uv":[4.875,13,3.5,13.5]},"east":{"texture":"#0","uv":[1.625,13.5,2.125,14]},"north":{"texture":"#0","uv":[2.125,13.5,3.5,14]},"south":{"texture":"#0","uv":[4,13.5,5.375,14]},"up":{"texture":"#0","uv":[3.5,13.5,2.125,13]},"west":{"texture":"#0","uv":[3.5,13.5,4,14]}},"from":[-15.68,-15.280001,-16],"shade":false,"to":[-11.2,-13.52,-14.24]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5762.json b/assets/minecraft/models/w5762.json new file mode 100644 index 000000000..cfc8fe2a0 --- /dev/null +++ b/assets/minecraft/models/w5762.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.875,3.375,5.75,3.875]},"east":{"texture":"#0","uv":[5.375,3.875,4.875,4.375]},"north":{"texture":"#0","uv":[4.875,3.875,4,4.375]},"south":{"texture":"#0","uv":[6.25,3.875,5.375,4.375]},"up":{"texture":"#0","uv":[4,3.875,4.875,3.375]},"west":{"texture":"#0","uv":[4,3.875,3.5,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5763.json b/assets/minecraft/models/w5763.json new file mode 100644 index 000000000..a103dfc68 --- /dev/null +++ b/assets/minecraft/models/w5763.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,14.125,3,15.25]},"east":{"texture":"#0","uv":[2.625,15.25,1.5,15.25]},"north":{"texture":"#0","uv":[1.5,15.25,0,15.25]},"south":{"texture":"#0","uv":[4.125,15.25,2.625,15.25]},"up":{"texture":"#0","uv":[0,15.25,1.5,14.125]},"west":{"texture":"#0","uv":[0,15.25,-1.125,15.25]}},"from":[-16,-16,-16],"shade":false,"to":[-11.12,-16,-12.24]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5764.json b/assets/minecraft/models/w5764.json new file mode 100644 index 000000000..ef25b0914 --- /dev/null +++ b/assets/minecraft/models/w5764.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,5.75,1.75,6.125]},"east":{"texture":"#0","uv":[1.5,6.125,1.125,6.375]},"north":{"texture":"#0","uv":[1.125,6.125,0.5,6.375]},"south":{"texture":"#0","uv":[2.125,6.125,1.5,6.375]},"up":{"texture":"#0","uv":[0.5,6.125,1.125,5.75]},"west":{"texture":"#0","uv":[0.5,6.125,0.125,6.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.879999,-14.8]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5765.json b/assets/minecraft/models/w5765.json new file mode 100644 index 000000000..c8f29a140 --- /dev/null +++ b/assets/minecraft/models/w5765.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.625,10.25,1.25,10.25]},"east":{"texture":"#0","uv":[0.625,10.25,0.625,10.5]},"north":{"texture":"#0","uv":[0.625,10.25,0,10.5]},"south":{"texture":"#0","uv":[1.25,10.25,0.625,10.5]},"up":{"texture":"#0","uv":[0,10.25,0.625,10.25]},"west":{"texture":"#0","uv":[0,10.25,0,10.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.000002,-14.88,-16]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5766.json b/assets/minecraft/models/w5766.json new file mode 100644 index 000000000..cfc8fe2a0 --- /dev/null +++ b/assets/minecraft/models/w5766.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.875,3.375,5.75,3.875]},"east":{"texture":"#0","uv":[5.375,3.875,4.875,4.375]},"north":{"texture":"#0","uv":[4.875,3.875,4,4.375]},"south":{"texture":"#0","uv":[6.25,3.875,5.375,4.375]},"up":{"texture":"#0","uv":[4,3.875,4.875,3.375]},"west":{"texture":"#0","uv":[4,3.875,3.5,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5767.json b/assets/minecraft/models/w5767.json new file mode 100644 index 000000000..ef25b0914 --- /dev/null +++ b/assets/minecraft/models/w5767.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,5.75,1.75,6.125]},"east":{"texture":"#0","uv":[1.5,6.125,1.125,6.375]},"north":{"texture":"#0","uv":[1.125,6.125,0.5,6.375]},"south":{"texture":"#0","uv":[2.125,6.125,1.5,6.375]},"up":{"texture":"#0","uv":[0.5,6.125,1.125,5.75]},"west":{"texture":"#0","uv":[0.5,6.125,0.125,6.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.879999,-14.8]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5768.json b/assets/minecraft/models/w5768.json new file mode 100644 index 000000000..c8f29a140 --- /dev/null +++ b/assets/minecraft/models/w5768.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.625,10.25,1.25,10.25]},"east":{"texture":"#0","uv":[0.625,10.25,0.625,10.5]},"north":{"texture":"#0","uv":[0.625,10.25,0,10.5]},"south":{"texture":"#0","uv":[1.25,10.25,0.625,10.5]},"up":{"texture":"#0","uv":[0,10.25,0.625,10.25]},"west":{"texture":"#0","uv":[0,10.25,0,10.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.000002,-14.88,-16]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5769.json b/assets/minecraft/models/w5769.json new file mode 100644 index 000000000..cfc8fe2a0 --- /dev/null +++ b/assets/minecraft/models/w5769.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.875,3.375,5.75,3.875]},"east":{"texture":"#0","uv":[5.375,3.875,4.875,4.375]},"north":{"texture":"#0","uv":[4.875,3.875,4,4.375]},"south":{"texture":"#0","uv":[6.25,3.875,5.375,4.375]},"up":{"texture":"#0","uv":[4,3.875,4.875,3.375]},"west":{"texture":"#0","uv":[4,3.875,3.5,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w577.json b/assets/minecraft/models/w577.json new file mode 100644 index 000000000..cf120d7a1 --- /dev/null +++ b/assets/minecraft/models/w577.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,0,7,0.375]},"east":{"texture":"#0","uv":[6,0.375,6.375,1]},"north":{"texture":"#0","uv":[6.375,0.375,7,1]},"south":{"texture":"#0","uv":[7.375,0.375,8,1]},"up":{"texture":"#0","uv":[7,0.375,6.375,0]},"west":{"texture":"#0","uv":[7,0.375,7.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5770.json b/assets/minecraft/models/w5770.json new file mode 100644 index 000000000..ef25b0914 --- /dev/null +++ b/assets/minecraft/models/w5770.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,5.75,1.75,6.125]},"east":{"texture":"#0","uv":[1.5,6.125,1.125,6.375]},"north":{"texture":"#0","uv":[1.125,6.125,0.5,6.375]},"south":{"texture":"#0","uv":[2.125,6.125,1.5,6.375]},"up":{"texture":"#0","uv":[0.5,6.125,1.125,5.75]},"west":{"texture":"#0","uv":[0.5,6.125,0.125,6.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.879999,-14.8]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5771.json b/assets/minecraft/models/w5771.json new file mode 100644 index 000000000..c8f29a140 --- /dev/null +++ b/assets/minecraft/models/w5771.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.625,10.25,1.25,10.25]},"east":{"texture":"#0","uv":[0.625,10.25,0.625,10.5]},"north":{"texture":"#0","uv":[0.625,10.25,0,10.5]},"south":{"texture":"#0","uv":[1.25,10.25,0.625,10.5]},"up":{"texture":"#0","uv":[0,10.25,0.625,10.25]},"west":{"texture":"#0","uv":[0,10.25,0,10.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.000002,-14.88,-16]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5772.json b/assets/minecraft/models/w5772.json new file mode 100644 index 000000000..a8c4ddb05 --- /dev/null +++ b/assets/minecraft/models/w5772.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,6.875,12.125,7.875]},"east":{"texture":"#0","uv":[12.5,7.875,11.5,8.875]},"north":{"texture":"#0","uv":[11.5,7.875,10.875,8.875]},"south":{"texture":"#0","uv":[13.125,7.875,12.5,8.875]},"up":{"texture":"#0","uv":[10.875,7.875,11.5,6.875]},"west":{"texture":"#0","uv":[10.875,7.875,9.875,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.007998,-12.807999,-12.808001]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5773.json b/assets/minecraft/models/w5773.json new file mode 100644 index 000000000..158e38fea --- /dev/null +++ b/assets/minecraft/models/w5773.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,2.5,2.625,3.375]},"east":{"texture":"#0","uv":[2.625,3.375,1.75,4.375]},"north":{"texture":"#0","uv":[1.75,3.375,0.875,4.375]},"south":{"texture":"#0","uv":[3.5,3.375,2.625,4.375]},"up":{"texture":"#0","uv":[0.875,3.375,1.75,2.5]},"west":{"texture":"#0","uv":[0.875,3.375,0,4.375]}},"from":[-14,-16,-13.12],"shade":false,"to":[-11.2,-12.8,-10.32]},{"faces":{"down":{"texture":"#0","uv":[5.375,3.375,6.75,3.875]},"east":{"texture":"#0","uv":[5.875,3.875,5.375,4.375]},"north":{"texture":"#0","uv":[5.375,3.875,4,4.375]},"south":{"texture":"#0","uv":[7.25,3.875,5.875,4.375]},"up":{"texture":"#0","uv":[4,3.875,5.375,3.375]},"west":{"texture":"#0","uv":[4,3.875,3.5,4.375]}},"from":[-16,-15.2,-15.92],"shade":false,"to":[-11.6,-13.599999,-14.32]},{"faces":{"down":{"texture":"#0","uv":[3.5,13,4.875,13.5]},"east":{"texture":"#0","uv":[4,13.5,3.5,14]},"north":{"texture":"#0","uv":[3.5,13.5,2.125,14]},"south":{"texture":"#0","uv":[5.375,13.5,4,14]},"up":{"texture":"#0","uv":[2.125,13.5,3.5,13]},"west":{"texture":"#0","uv":[2.125,13.5,1.625,14]}},"from":[-16,-15.280001,-16],"shade":false,"to":[-11.5199995,-13.52,-14.24]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5774.json b/assets/minecraft/models/w5774.json new file mode 100644 index 000000000..4fcbe314e --- /dev/null +++ b/assets/minecraft/models/w5774.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,7.5,6.875,8.75]},"east":{"texture":"#0","uv":[4.25,8.75,5.5,9.25]},"north":{"texture":"#0","uv":[5.5,8.75,6.875,9.25]},"south":{"texture":"#0","uv":[8.125,8.75,9.5,9.25]},"up":{"texture":"#0","uv":[6.875,8.75,5.5,7.5]},"west":{"texture":"#0","uv":[6.875,8.75,8.125,9.25]}},"from":[-16,-16,-16],"shade":false,"to":[-11.607999,-14.407999,-12.008]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5775.json b/assets/minecraft/models/w5775.json new file mode 100644 index 000000000..ff33bf6c2 --- /dev/null +++ b/assets/minecraft/models/w5775.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.25,7.625,4.75,8.875]},"east":{"texture":"#0","uv":[2,8.875,3.25,9.875]},"north":{"texture":"#0","uv":[3.25,8.875,4.75,9.875]},"south":{"texture":"#0","uv":[6,8.875,7.5,9.875]},"up":{"texture":"#0","uv":[4.75,8.875,3.25,7.625]},"west":{"texture":"#0","uv":[4.75,8.875,6,9.875]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-12.8,-12]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5776.json b/assets/minecraft/models/w5776.json new file mode 100644 index 000000000..1690ae40c --- /dev/null +++ b/assets/minecraft/models/w5776.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.875,7.5,8.25,8.75]},"east":{"texture":"#0","uv":[8.125,8.75,6.875,9.25]},"north":{"texture":"#0","uv":[6.875,8.75,5.5,9.25]},"south":{"texture":"#0","uv":[9.5,8.75,8.125,9.25]},"up":{"texture":"#0","uv":[5.5,8.75,6.875,7.5]},"west":{"texture":"#0","uv":[5.5,8.75,4.25,9.25]}},"from":[-16,-16,-16],"shade":false,"to":[-11.607999,-14.407999,-12.008]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5777.json b/assets/minecraft/models/w5777.json new file mode 100644 index 000000000..88917bb37 --- /dev/null +++ b/assets/minecraft/models/w5777.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.75,7.625,6.25,8.875]},"east":{"texture":"#0","uv":[6,8.875,4.75,9.875]},"north":{"texture":"#0","uv":[4.75,8.875,3.25,9.875]},"south":{"texture":"#0","uv":[7.5,8.875,6,9.875]},"up":{"texture":"#0","uv":[3.25,8.875,4.75,7.625]},"west":{"texture":"#0","uv":[3.25,8.875,2,9.875]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-12.8,-12]}],"overrides":[],"textures":{"0":"item/w537037264_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5778.json b/assets/minecraft/models/w5778.json new file mode 100644 index 000000000..7657b2424 --- /dev/null +++ b/assets/minecraft/models/w5778.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,0.75,0.5,1.25]},"east":{"texture":"#0","uv":[0,1.25,0.5,2.25]},"north":{"texture":"#0","uv":[0.5,1.25,0.5,2.25]},"south":{"texture":"#0","uv":[1,1.25,1,2.25]},"up":{"texture":"#0","uv":[0.5,1.25,0.5,0.75]},"west":{"texture":"#0","uv":[0.5,1.25,0,2.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w388730891_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5779.json b/assets/minecraft/models/w5779.json new file mode 100644 index 000000000..7657b2424 --- /dev/null +++ b/assets/minecraft/models/w5779.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,0.75,0.5,1.25]},"east":{"texture":"#0","uv":[0,1.25,0.5,2.25]},"north":{"texture":"#0","uv":[0.5,1.25,0.5,2.25]},"south":{"texture":"#0","uv":[1,1.25,1,2.25]},"up":{"texture":"#0","uv":[0.5,1.25,0.5,0.75]},"west":{"texture":"#0","uv":[0.5,1.25,0,2.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w388730891_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w578.json b/assets/minecraft/models/w578.json new file mode 100644 index 000000000..cf120d7a1 --- /dev/null +++ b/assets/minecraft/models/w578.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,0,7,0.375]},"east":{"texture":"#0","uv":[6,0.375,6.375,1]},"north":{"texture":"#0","uv":[6.375,0.375,7,1]},"south":{"texture":"#0","uv":[7.375,0.375,8,1]},"up":{"texture":"#0","uv":[7,0.375,6.375,0]},"west":{"texture":"#0","uv":[7,0.375,7.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5780.json b/assets/minecraft/models/w5780.json new file mode 100644 index 000000000..0ebb68884 --- /dev/null +++ b/assets/minecraft/models/w5780.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0,1.25,0.75]},"east":{"texture":"#0","uv":[0,0,0.75,0.5]},"north":{"texture":"#0","uv":[1.25,0,1.5,0.5]},"south":{"texture":"#0","uv":[1.25,0.5,1.5,1]},"up":{"texture":"#0","uv":[0.75,0.75,1,0]},"west":{"texture":"#0","uv":[0,0.5,0.75,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-14.4]}],"overrides":[],"textures":{"0":"item/w388730891_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5781.json b/assets/minecraft/models/w5781.json new file mode 100644 index 000000000..ef64c4f54 --- /dev/null +++ b/assets/minecraft/models/w5781.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,0,1,0.75]},"east":{"texture":"#0","uv":[0.75,0.5,0,1]},"north":{"texture":"#0","uv":[1.5,0,1.25,0.5]},"south":{"texture":"#0","uv":[1.5,0.5,1.25,1]},"up":{"texture":"#0","uv":[1,0.75,0.75,0]},"west":{"texture":"#0","uv":[0.75,0,0,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-14.4]}],"overrides":[],"textures":{"0":"item/w388730891_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5782.json b/assets/minecraft/models/w5782.json new file mode 100644 index 000000000..b2f0e3244 --- /dev/null +++ b/assets/minecraft/models/w5782.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,10,12.75,11.75]},"east":{"texture":"#0","uv":[10.75,11.75,12.5,12]},"north":{"texture":"#0","uv":[12.5,11.75,12.75,12]},"south":{"texture":"#0","uv":[14.5,11.75,14.75,12]},"up":{"texture":"#0","uv":[12.75,11.75,12.5,10]},"west":{"texture":"#0","uv":[12.75,11.75,14.5,12]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-12.8]}],"overrides":[],"textures":{"0":"item/w388730891_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5783.json b/assets/minecraft/models/w5783.json new file mode 100644 index 000000000..9e6505d3b --- /dev/null +++ b/assets/minecraft/models/w5783.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.75,10,13,11.75]},"east":{"texture":"#0","uv":[14.5,11.75,12.75,12]},"north":{"texture":"#0","uv":[12.75,11.75,12.5,12]},"south":{"texture":"#0","uv":[14.75,11.75,14.5,12]},"up":{"texture":"#0","uv":[12.5,11.75,12.75,10]},"west":{"texture":"#0","uv":[12.5,11.75,10.75,12]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-12.8]}],"overrides":[],"textures":{"0":"item/w388730891_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5784.json b/assets/minecraft/models/w5784.json new file mode 100644 index 000000000..00bbdd50b --- /dev/null +++ b/assets/minecraft/models/w5784.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,9.5,9.5,11]},"east":{"texture":"#0","uv":[6.5,11,8,11.75]},"north":{"texture":"#0","uv":[8,11,9.5,11.75]},"south":{"texture":"#0","uv":[11,11,12.5,11.75]},"up":{"texture":"#0","uv":[9.5,11,8,9.5]},"west":{"texture":"#0","uv":[9.5,11,11,11.75]}},"from":[-15.8,-15.2,-16],"shade":false,"to":[-13,-13.599999,-13.2]},{"faces":{"down":{"texture":"#0","uv":[15,1.25,13.25,1.75]},"east":{"texture":"#0","uv":[11,1.75,11.5,3]},"north":{"texture":"#0","uv":[11.5,1.75,13.25,3]},"south":{"texture":"#0","uv":[13.75,1.75,15.5,3]},"up":{"texture":"#0","uv":[13.25,1.75,11.5,1.25]},"west":{"texture":"#0","uv":[13.25,1.75,13.75,3]}},"from":[-16,-16,-13.2],"shade":false,"to":[-12.8,-13.6,-12]}],"overrides":[],"textures":{"0":"item/w388730891_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5785.json b/assets/minecraft/models/w5785.json new file mode 100644 index 000000000..c0b757cf3 --- /dev/null +++ b/assets/minecraft/models/w5785.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.75,4,4,6.25]},"east":{"texture":"#0","uv":[0,6.25,2.25,8]},"north":{"texture":"#0","uv":[2.25,6.25,4,8]},"south":{"texture":"#0","uv":[6.25,6.25,8,8]},"up":{"texture":"#0","uv":[4,6.25,2.25,4]},"west":{"texture":"#0","uv":[4,6.25,6.25,8]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.8,-12]}],"overrides":[],"textures":{"0":"item/w388730891_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5786.json b/assets/minecraft/models/w5786.json new file mode 100644 index 000000000..0535c7b4c --- /dev/null +++ b/assets/minecraft/models/w5786.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.75,0,8.5,1.5]},"east":{"texture":"#0","uv":[9.75,0.5,11.25,1]},"north":{"texture":"#0","uv":[6,0.5,7.25,1]},"south":{"texture":"#0","uv":[6,0,7.25,0.5]},"up":{"texture":"#0","uv":[8.5,1.5,7.25,0]},"west":{"texture":"#0","uv":[9.75,0,11.25,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.2,-13.2]}],"overrides":[],"textures":{"0":"item/w388730891_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5787.json b/assets/minecraft/models/w5787.json new file mode 100644 index 000000000..7ded32084 --- /dev/null +++ b/assets/minecraft/models/w5787.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,5.75,9.5,8]},"east":{"texture":"#0","uv":[5.75,8,8,9.5]},"north":{"texture":"#0","uv":[8,8,9.5,9.5]},"south":{"texture":"#0","uv":[11.75,8,13.25,9.5]},"up":{"texture":"#0","uv":[9.5,8,8,5.75]},"west":{"texture":"#0","uv":[9.5,8,11.75,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.2,-12]}],"overrides":[],"textures":{"0":"item/w388730891_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5788.json b/assets/minecraft/models/w5788.json new file mode 100644 index 000000000..3c0399ef5 --- /dev/null +++ b/assets/minecraft/models/w5788.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.75,0,4,2.25]},"east":{"texture":"#0","uv":[0,2.25,2.25,4]},"north":{"texture":"#0","uv":[2.25,2.25,4,4]},"south":{"texture":"#0","uv":[6.25,2.25,8,4]},"up":{"texture":"#0","uv":[4,2.25,2.25,0]},"west":{"texture":"#0","uv":[4,2.25,6.25,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.8,-12]}],"overrides":[],"textures":{"0":"item/w388730891_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5789.json b/assets/minecraft/models/w5789.json new file mode 100644 index 000000000..e775c7c49 --- /dev/null +++ b/assets/minecraft/models/w5789.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,1.75,9.5,4]},"east":{"texture":"#0","uv":[5.75,4,8,5.5]},"north":{"texture":"#0","uv":[8,4,9.5,5.5]},"south":{"texture":"#0","uv":[11.75,4,13.25,5.5]},"up":{"texture":"#0","uv":[9.5,4,8,1.75]},"west":{"texture":"#0","uv":[9.5,4,11.75,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.2,-12]}],"overrides":[],"textures":{"0":"item/w388730891_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w579.json b/assets/minecraft/models/w579.json new file mode 100644 index 000000000..cf120d7a1 --- /dev/null +++ b/assets/minecraft/models/w579.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,0,7,0.375]},"east":{"texture":"#0","uv":[6,0.375,6.375,1]},"north":{"texture":"#0","uv":[6.375,0.375,7,1]},"south":{"texture":"#0","uv":[7.375,0.375,8,1]},"up":{"texture":"#0","uv":[7,0.375,6.375,0]},"west":{"texture":"#0","uv":[7,0.375,7.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5790.json b/assets/minecraft/models/w5790.json new file mode 100644 index 000000000..85016fba3 --- /dev/null +++ b/assets/minecraft/models/w5790.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,8,3.25,10.25]},"east":{"texture":"#0","uv":[0,10.25,2.25,11.25]},"north":{"texture":"#0","uv":[2.25,10.25,3.25,11.25]},"south":{"texture":"#0","uv":[5.5,10.25,6.5,11.25]},"up":{"texture":"#0","uv":[3.25,10.25,2.25,8]},"west":{"texture":"#0","uv":[3.25,10.25,5.5,11.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-12]}],"overrides":[],"textures":{"0":"item/w388730891_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5791.json b/assets/minecraft/models/w5791.json new file mode 100644 index 000000000..2821f8d6c --- /dev/null +++ b/assets/minecraft/models/w5791.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,0,4.25,3.25]},"east":{"texture":"#0","uv":[0,3.25,3.25,3.75]},"north":{"texture":"#0","uv":[3.25,3.25,4.25,3.75]},"south":{"texture":"#0","uv":[7.5,3.25,8.5,3.75]},"up":{"texture":"#0","uv":[4.25,3.25,3.25,0]},"west":{"texture":"#0","uv":[4.25,3.25,7.5,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-10.8]}],"overrides":[],"textures":{"0":"item/w476856960_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5792.json b/assets/minecraft/models/w5792.json new file mode 100644 index 000000000..ba818aa23 --- /dev/null +++ b/assets/minecraft/models/w5792.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.75,3.75,3.25,5.5]},"east":{"texture":"#0","uv":[0,5.5,1.75,7.25]},"north":{"texture":"#0","uv":[1.75,5.5,3.25,7.25]},"south":{"texture":"#0","uv":[5,5.5,6.5,7.25]},"up":{"texture":"#0","uv":[3.25,5.5,1.75,3.75]},"west":{"texture":"#0","uv":[3.25,5.5,5,7.25]}},"from":[-16,-16,-15.6],"shade":false,"to":[-13.6,-13.2,-12.8]},{"faces":{"down":{"texture":"#0","uv":[8,3.75,6.5,4]},"east":{"texture":"#0","uv":[4.75,4,5,4.75]},"north":{"texture":"#0","uv":[5,4,6.5,4.75]},"south":{"texture":"#0","uv":[6.75,4,8.25,4.75]},"up":{"texture":"#0","uv":[6.5,4,5,3.75]},"west":{"texture":"#0","uv":[6.5,4,6.75,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w476856960_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5793.json b/assets/minecraft/models/w5793.json new file mode 100644 index 000000000..91fdb549c --- /dev/null +++ b/assets/minecraft/models/w5793.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0,0.5,0.25]},"east":{"texture":"#0","uv":[0,0.25,0.25,1]},"north":{"texture":"#0","uv":[0.25,0.25,0.5,1]},"south":{"texture":"#0","uv":[0.75,0.25,1,1]},"up":{"texture":"#0","uv":[0.5,0.25,0.25,0]},"west":{"texture":"#0","uv":[0.5,0.25,0.75,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w476856960_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5794.json b/assets/minecraft/models/w5794.json new file mode 100644 index 000000000..4e4a06a74 --- /dev/null +++ b/assets/minecraft/models/w5794.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,0,0.75,0.25]},"east":{"texture":"#0","uv":[0.75,0.25,0.5,1]},"north":{"texture":"#0","uv":[0.5,0.25,0.25,1]},"south":{"texture":"#0","uv":[1,0.25,0.75,1]},"up":{"texture":"#0","uv":[0.25,0.25,0.5,0]},"west":{"texture":"#0","uv":[0.25,0.25,0,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w476856960_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5795.json b/assets/minecraft/models/w5795.json new file mode 100644 index 000000000..fef942a27 --- /dev/null +++ b/assets/minecraft/models/w5795.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,0,4.25,3.25]},"east":{"texture":"#0","uv":[0,3.25,3.25,3.75]},"north":{"texture":"#0","uv":[3.25,3.25,4.25,3.75]},"south":{"texture":"#0","uv":[7.5,3.25,8.5,3.75]},"up":{"texture":"#0","uv":[4.25,3.25,3.25,0]},"west":{"texture":"#0","uv":[4.25,3.25,7.5,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-10.8]}],"overrides":[],"textures":{"0":"item/w34031851_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5796.json b/assets/minecraft/models/w5796.json new file mode 100644 index 000000000..ed99e6543 --- /dev/null +++ b/assets/minecraft/models/w5796.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.75,3.75,3.25,5.5]},"east":{"texture":"#0","uv":[0,5.5,1.75,7.25]},"north":{"texture":"#0","uv":[1.75,5.5,3.25,7.25]},"south":{"texture":"#0","uv":[5,5.5,6.5,7.25]},"up":{"texture":"#0","uv":[3.25,5.5,1.75,3.75]},"west":{"texture":"#0","uv":[3.25,5.5,5,7.25]}},"from":[-16,-16,-15.6],"shade":false,"to":[-13.6,-13.2,-12.8]},{"faces":{"down":{"texture":"#0","uv":[8,3.75,6.5,4]},"east":{"texture":"#0","uv":[4.75,4,5,4.75]},"north":{"texture":"#0","uv":[5,4,6.5,4.75]},"south":{"texture":"#0","uv":[6.75,4,8.25,4.75]},"up":{"texture":"#0","uv":[6.5,4,5,3.75]},"west":{"texture":"#0","uv":[6.5,4,6.75,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w34031851_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5797.json b/assets/minecraft/models/w5797.json new file mode 100644 index 000000000..161ba0a53 --- /dev/null +++ b/assets/minecraft/models/w5797.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0,0.5,0.25]},"east":{"texture":"#0","uv":[0,0.25,0.25,1]},"north":{"texture":"#0","uv":[0.25,0.25,0.5,1]},"south":{"texture":"#0","uv":[0.75,0.25,1,1]},"up":{"texture":"#0","uv":[0.5,0.25,0.25,0]},"west":{"texture":"#0","uv":[0.5,0.25,0.75,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w34031851_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5798.json b/assets/minecraft/models/w5798.json new file mode 100644 index 000000000..4e0d1bc3e --- /dev/null +++ b/assets/minecraft/models/w5798.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,0,0.75,0.25]},"east":{"texture":"#0","uv":[0.75,0.25,0.5,1]},"north":{"texture":"#0","uv":[0.5,0.25,0.25,1]},"south":{"texture":"#0","uv":[1,0.25,0.75,1]},"up":{"texture":"#0","uv":[0.25,0.25,0.5,0]},"west":{"texture":"#0","uv":[0.25,0.25,0,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w34031851_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5799.json b/assets/minecraft/models/w5799.json new file mode 100644 index 000000000..048bcba94 --- /dev/null +++ b/assets/minecraft/models/w5799.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,1,0,2]},"up":{"texture":"#0","uv":[1.75,2,0,1]}},"from":[-16,-16,-16],"shade":false,"to":[-13.200001,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w34031851_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w58.json b/assets/minecraft/models/w58.json new file mode 100644 index 000000000..9295755df --- /dev/null +++ b/assets/minecraft/models/w58.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.125,2.5,10,3.25]},"east":{"texture":"#0","uv":[9.125,3.25,9.875,3.25]},"north":{"texture":"#0","uv":[9.875,3.25,10,3.25]},"south":{"texture":"#0","uv":[10.75,3.25,10.875,3.25]},"up":{"texture":"#0","uv":[10,3.25,9.875,2.5]},"west":{"texture":"#0","uv":[10,3.25,10.75,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-13.6]}],"overrides":[],"textures":{"0":"item/w1237560704_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w580.json b/assets/minecraft/models/w580.json new file mode 100644 index 000000000..bb56f1b40 --- /dev/null +++ b/assets/minecraft/models/w580.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,4,0,6]},"south":{"texture":"#0","uv":[0,4,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5800.json b/assets/minecraft/models/w5800.json new file mode 100644 index 000000000..1c13484e2 --- /dev/null +++ b/assets/minecraft/models/w5800.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,1,1.75,2]},"up":{"texture":"#0","uv":[0,2,1.75,1]}},"from":[-16,-16,-16],"shade":false,"to":[-13.200001,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w34031851_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5801.json b/assets/minecraft/models/w5801.json new file mode 100644 index 000000000..5b1c6ae0d --- /dev/null +++ b/assets/minecraft/models/w5801.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.25,0.25,0.25,0.5]},"east":{"texture":"#0","uv":[0,0.5,0.25,1]},"north":{"texture":"#0","uv":[0.25,0.5,0.25,1]},"south":{"texture":"#0","uv":[0.5,0.5,0.5,1]},"up":{"texture":"#0","uv":[0.25,0.5,0.25,0.25]},"west":{"texture":"#0","uv":[0.25,0.5,0,1]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w1052764875_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5802.json b/assets/minecraft/models/w5802.json new file mode 100644 index 000000000..5b1c6ae0d --- /dev/null +++ b/assets/minecraft/models/w5802.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.25,0.25,0.25,0.5]},"east":{"texture":"#0","uv":[0,0.5,0.25,1]},"north":{"texture":"#0","uv":[0.25,0.5,0.25,1]},"south":{"texture":"#0","uv":[0.5,0.5,0.5,1]},"up":{"texture":"#0","uv":[0.25,0.5,0.25,0.25]},"west":{"texture":"#0","uv":[0.25,0.5,0,1]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w1052764875_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5803.json b/assets/minecraft/models/w5803.json new file mode 100644 index 000000000..efd40bee2 --- /dev/null +++ b/assets/minecraft/models/w5803.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,5.125,6.375,6]},"east":{"texture":"#0","uv":[5.375,6,6.25,6.125]},"north":{"texture":"#0","uv":[6.25,6,6.375,6.125]},"south":{"texture":"#0","uv":[7.25,6,7.375,6.125]},"up":{"texture":"#0","uv":[6.375,6,6.25,5.125]},"west":{"texture":"#0","uv":[6.375,6,7.25,6.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-12.8]}],"overrides":[],"textures":{"0":"item/w1052764875_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5804.json b/assets/minecraft/models/w5804.json new file mode 100644 index 000000000..7df21d516 --- /dev/null +++ b/assets/minecraft/models/w5804.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.375,5.125,6.5,6]},"east":{"texture":"#0","uv":[7.25,6,6.375,6.125]},"north":{"texture":"#0","uv":[6.375,6,6.25,6.125]},"south":{"texture":"#0","uv":[7.375,6,7.25,6.125]},"up":{"texture":"#0","uv":[6.25,6,6.375,5.125]},"west":{"texture":"#0","uv":[6.25,6,5.375,6.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-12.8]}],"overrides":[],"textures":{"0":"item/w1052764875_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5805.json b/assets/minecraft/models/w5805.json new file mode 100644 index 000000000..d3f7d37a3 --- /dev/null +++ b/assets/minecraft/models/w5805.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.25,0.875,0.625]},"east":{"texture":"#0","uv":[0,0,0.375,0.25]},"north":{"texture":"#0","uv":[0.75,0,0.875,0.25]},"south":{"texture":"#0","uv":[0.875,0,1,0.25]},"up":{"texture":"#0","uv":[0.875,0.625,1,0.25]},"west":{"texture":"#0","uv":[0.375,0,0.75,0.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1052764875_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5806.json b/assets/minecraft/models/w5806.json new file mode 100644 index 000000000..10e8e3aaf --- /dev/null +++ b/assets/minecraft/models/w5806.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.875,0.25,0.75,0.625]},"east":{"texture":"#0","uv":[0.75,0,0.375,0.25]},"north":{"texture":"#0","uv":[0.875,0,0.75,0.25]},"south":{"texture":"#0","uv":[1,0,0.875,0.25]},"up":{"texture":"#0","uv":[1,0.625,0.875,0.25]},"west":{"texture":"#0","uv":[0.375,0,0,0.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1052764875_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5807.json b/assets/minecraft/models/w5807.json new file mode 100644 index 000000000..e0a11a331 --- /dev/null +++ b/assets/minecraft/models/w5807.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.75,0,7,0.75]},"east":{"texture":"#0","uv":[5.5,0.75,6.25,1.125]},"north":{"texture":"#0","uv":[6.25,0.75,7,1.125]},"south":{"texture":"#0","uv":[7.75,0.75,8.5,1.125]},"up":{"texture":"#0","uv":[7,0.75,6.25,0]},"west":{"texture":"#0","uv":[7,0.75,7.75,1.125]}},"from":[-15.84,-15.2,-16],"shade":false,"to":[-13.04,-13.599999,-13.2]},{"faces":{"down":{"texture":"#0","uv":[5.625,4.75,4.75,5.375]},"east":{"texture":"#0","uv":[3.25,5.375,3.875,6]},"north":{"texture":"#0","uv":[3.875,5.375,4.75,6]},"south":{"texture":"#0","uv":[5.375,5.375,6.25,6]},"up":{"texture":"#0","uv":[4.75,5.375,3.875,4.75]},"west":{"texture":"#0","uv":[4.75,5.375,5.375,6]}},"from":[-16,-16,-13.2],"shade":false,"to":[-12.88,-13.6,-10.799999]}],"overrides":[],"textures":{"0":"item/w1052764875_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5808.json b/assets/minecraft/models/w5808.json new file mode 100644 index 000000000..5c0a3d8dd --- /dev/null +++ b/assets/minecraft/models/w5808.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.875,2,2,3.125]},"east":{"texture":"#0","uv":[0,3.125,1.125,4]},"north":{"texture":"#0","uv":[1.125,3.125,2,4]},"south":{"texture":"#0","uv":[3.125,3.125,4,4]},"up":{"texture":"#0","uv":[2,3.125,1.125,2]},"west":{"texture":"#0","uv":[2,3.125,3.125,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.8,-12]}],"overrides":[],"textures":{"0":"item/w1052764875_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5809.json b/assets/minecraft/models/w5809.json new file mode 100644 index 000000000..30312c93f --- /dev/null +++ b/assets/minecraft/models/w5809.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.875,2,7.25,2.75]},"east":{"texture":"#0","uv":[5.5,1.75,6.25,2]},"north":{"texture":"#0","uv":[6.25,1.75,6.875,2]},"south":{"texture":"#0","uv":[7.625,1.75,8.25,2]},"up":{"texture":"#0","uv":[7.25,2.75,6.625,2]},"west":{"texture":"#0","uv":[6.875,1.75,7.625,2]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.2,-13.2]}],"overrides":[],"textures":{"0":"item/w1052764875_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w581.json b/assets/minecraft/models/w581.json new file mode 100644 index 000000000..951ba5d37 --- /dev/null +++ b/assets/minecraft/models/w581.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,2,6]},"south":{"texture":"#0","uv":[2,4,0,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5810.json b/assets/minecraft/models/w5810.json new file mode 100644 index 000000000..c9c87b7af --- /dev/null +++ b/assets/minecraft/models/w5810.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,2.875,4.75,4]},"east":{"texture":"#0","uv":[2.875,4,4,4.75]},"north":{"texture":"#0","uv":[4,4,4.75,4.75]},"south":{"texture":"#0","uv":[5.875,4,6.625,4.75]},"up":{"texture":"#0","uv":[4.75,4,4,2.875]},"west":{"texture":"#0","uv":[4.75,4,5.875,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.2,-12]}],"overrides":[],"textures":{"0":"item/w1052764875_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5811.json b/assets/minecraft/models/w5811.json new file mode 100644 index 000000000..c28d511d1 --- /dev/null +++ b/assets/minecraft/models/w5811.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.875,0,2,1.125]},"east":{"texture":"#0","uv":[0,1.125,1.125,2]},"north":{"texture":"#0","uv":[1.125,1.125,2,2]},"south":{"texture":"#0","uv":[3.125,1.125,4,2]},"up":{"texture":"#0","uv":[2,1.125,1.125,0]},"west":{"texture":"#0","uv":[2,1.125,3.125,2]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.8,-12]}],"overrides":[],"textures":{"0":"item/w1052764875_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5812.json b/assets/minecraft/models/w5812.json new file mode 100644 index 000000000..1885532b9 --- /dev/null +++ b/assets/minecraft/models/w5812.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0.875,4.75,2]},"east":{"texture":"#0","uv":[2.875,2,4,2.75]},"north":{"texture":"#0","uv":[4,2,4.75,2.75]},"south":{"texture":"#0","uv":[5.875,2,6.625,2.75]},"up":{"texture":"#0","uv":[4.75,2,4,0.875]},"west":{"texture":"#0","uv":[4.75,2,5.875,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.2,-12]}],"overrides":[],"textures":{"0":"item/w1052764875_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5813.json b/assets/minecraft/models/w5813.json new file mode 100644 index 000000000..005dbe6b4 --- /dev/null +++ b/assets/minecraft/models/w5813.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.125,4,1.625,5.125]},"east":{"texture":"#0","uv":[0,5.125,1.125,5.625]},"north":{"texture":"#0","uv":[1.125,5.125,1.625,5.625]},"south":{"texture":"#0","uv":[2.75,5.125,3.25,5.625]},"up":{"texture":"#0","uv":[1.625,5.125,1.125,4]},"west":{"texture":"#0","uv":[1.625,5.125,2.75,5.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-12]}],"overrides":[],"textures":{"0":"item/w1052764875_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5814.json b/assets/minecraft/models/w5814.json new file mode 100644 index 000000000..9d10c82af --- /dev/null +++ b/assets/minecraft/models/w5814.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.25,0.25,0.25,0.5]},"east":{"texture":"#0","uv":[0,0.5,0.25,1]},"north":{"texture":"#0","uv":[0.25,0.5,0.25,1]},"south":{"texture":"#0","uv":[0.5,0.5,0.5,1]},"up":{"texture":"#0","uv":[0.25,0.5,0.25,0.25]},"west":{"texture":"#0","uv":[0.25,0.5,0,1]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w2060111030_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5815.json b/assets/minecraft/models/w5815.json new file mode 100644 index 000000000..9d10c82af --- /dev/null +++ b/assets/minecraft/models/w5815.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.25,0.25,0.25,0.5]},"east":{"texture":"#0","uv":[0,0.5,0.25,1]},"north":{"texture":"#0","uv":[0.25,0.5,0.25,1]},"south":{"texture":"#0","uv":[0.5,0.5,0.5,1]},"up":{"texture":"#0","uv":[0.25,0.5,0.25,0.25]},"west":{"texture":"#0","uv":[0.25,0.5,0,1]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w2060111030_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5816.json b/assets/minecraft/models/w5816.json new file mode 100644 index 000000000..50ce40df4 --- /dev/null +++ b/assets/minecraft/models/w5816.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,5.125,6.375,6]},"east":{"texture":"#0","uv":[5.375,6,6.25,6.125]},"north":{"texture":"#0","uv":[6.25,6,6.375,6.125]},"south":{"texture":"#0","uv":[7.25,6,7.375,6.125]},"up":{"texture":"#0","uv":[6.375,6,6.25,5.125]},"west":{"texture":"#0","uv":[6.375,6,7.25,6.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-12.8]}],"overrides":[],"textures":{"0":"item/w2060111030_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5817.json b/assets/minecraft/models/w5817.json new file mode 100644 index 000000000..a5c43f75d --- /dev/null +++ b/assets/minecraft/models/w5817.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.375,5.125,6.5,6]},"east":{"texture":"#0","uv":[7.25,6,6.375,6.125]},"north":{"texture":"#0","uv":[6.375,6,6.25,6.125]},"south":{"texture":"#0","uv":[7.375,6,7.25,6.125]},"up":{"texture":"#0","uv":[6.25,6,6.375,5.125]},"west":{"texture":"#0","uv":[6.25,6,5.375,6.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-12.8]}],"overrides":[],"textures":{"0":"item/w2060111030_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5818.json b/assets/minecraft/models/w5818.json new file mode 100644 index 000000000..0f3e2810f --- /dev/null +++ b/assets/minecraft/models/w5818.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.25,0.875,0.625]},"east":{"texture":"#0","uv":[0,0,0.375,0.25]},"north":{"texture":"#0","uv":[0.75,0,0.875,0.25]},"south":{"texture":"#0","uv":[0.875,0,1,0.25]},"up":{"texture":"#0","uv":[0.875,0.625,1,0.25]},"west":{"texture":"#0","uv":[0.375,0,0.75,0.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-14.4]}],"overrides":[],"textures":{"0":"item/w2060111030_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5819.json b/assets/minecraft/models/w5819.json new file mode 100644 index 000000000..368833b93 --- /dev/null +++ b/assets/minecraft/models/w5819.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.875,0.25,0.75,0.625]},"east":{"texture":"#0","uv":[0.75,0,0.375,0.25]},"north":{"texture":"#0","uv":[0.875,0,0.75,0.25]},"south":{"texture":"#0","uv":[1,0,0.875,0.25]},"up":{"texture":"#0","uv":[1,0.625,0.875,0.25]},"west":{"texture":"#0","uv":[0.375,0,0,0.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-14.4]}],"overrides":[],"textures":{"0":"item/w2060111030_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w582.json b/assets/minecraft/models/w582.json new file mode 100644 index 000000000..951ba5d37 --- /dev/null +++ b/assets/minecraft/models/w582.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,2,6]},"south":{"texture":"#0","uv":[2,4,0,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5820.json b/assets/minecraft/models/w5820.json new file mode 100644 index 000000000..2bf5211e2 --- /dev/null +++ b/assets/minecraft/models/w5820.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.75,0,7,0.75]},"east":{"texture":"#0","uv":[5.5,0.75,6.25,1.125]},"north":{"texture":"#0","uv":[6.25,0.75,7,1.125]},"south":{"texture":"#0","uv":[7.75,0.75,8.5,1.125]},"up":{"texture":"#0","uv":[7,0.75,6.25,0]},"west":{"texture":"#0","uv":[7,0.75,7.75,1.125]}},"from":[-15.84,-15.2,-16],"shade":false,"to":[-13.04,-13.599999,-13.2]},{"faces":{"down":{"texture":"#0","uv":[5.625,4.75,4.75,5.375]},"east":{"texture":"#0","uv":[3.25,5.375,3.875,6]},"north":{"texture":"#0","uv":[3.875,5.375,4.75,6]},"south":{"texture":"#0","uv":[5.375,5.375,6.25,6]},"up":{"texture":"#0","uv":[4.75,5.375,3.875,4.75]},"west":{"texture":"#0","uv":[4.75,5.375,5.375,6]}},"from":[-16,-16,-13.2],"shade":false,"to":[-12.88,-13.6,-10.799999]}],"overrides":[],"textures":{"0":"item/w2060111030_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5821.json b/assets/minecraft/models/w5821.json new file mode 100644 index 000000000..76abb5c86 --- /dev/null +++ b/assets/minecraft/models/w5821.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.875,2,2,3.125]},"east":{"texture":"#0","uv":[0,3.125,1.125,4]},"north":{"texture":"#0","uv":[1.125,3.125,2,4]},"south":{"texture":"#0","uv":[3.125,3.125,4,4]},"up":{"texture":"#0","uv":[2,3.125,1.125,2]},"west":{"texture":"#0","uv":[2,3.125,3.125,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.8,-12]}],"overrides":[],"textures":{"0":"item/w2060111030_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5822.json b/assets/minecraft/models/w5822.json new file mode 100644 index 000000000..1f342b3f5 --- /dev/null +++ b/assets/minecraft/models/w5822.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.875,2,7.25,2.75]},"east":{"texture":"#0","uv":[5.5,1.75,6.25,2]},"north":{"texture":"#0","uv":[6.25,1.75,6.875,2]},"south":{"texture":"#0","uv":[7.625,1.75,8.25,2]},"up":{"texture":"#0","uv":[7.25,2.75,6.625,2]},"west":{"texture":"#0","uv":[6.875,1.75,7.625,2]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.2,-13.2]}],"overrides":[],"textures":{"0":"item/w2060111030_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5823.json b/assets/minecraft/models/w5823.json new file mode 100644 index 000000000..c48cdb586 --- /dev/null +++ b/assets/minecraft/models/w5823.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,2.875,4.75,4]},"east":{"texture":"#0","uv":[2.875,4,4,4.75]},"north":{"texture":"#0","uv":[4,4,4.75,4.75]},"south":{"texture":"#0","uv":[5.875,4,6.625,4.75]},"up":{"texture":"#0","uv":[4.75,4,4,2.875]},"west":{"texture":"#0","uv":[4.75,4,5.875,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.2,-12]}],"overrides":[],"textures":{"0":"item/w2060111030_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5824.json b/assets/minecraft/models/w5824.json new file mode 100644 index 000000000..25b00a32f --- /dev/null +++ b/assets/minecraft/models/w5824.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.875,0,2,1.125]},"east":{"texture":"#0","uv":[0,1.125,1.125,2]},"north":{"texture":"#0","uv":[1.125,1.125,2,2]},"south":{"texture":"#0","uv":[3.125,1.125,4,2]},"up":{"texture":"#0","uv":[2,1.125,1.125,0]},"west":{"texture":"#0","uv":[2,1.125,3.125,2]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.8,-12]}],"overrides":[],"textures":{"0":"item/w2060111030_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5825.json b/assets/minecraft/models/w5825.json new file mode 100644 index 000000000..656e06300 --- /dev/null +++ b/assets/minecraft/models/w5825.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0.875,4.75,2]},"east":{"texture":"#0","uv":[2.875,2,4,2.75]},"north":{"texture":"#0","uv":[4,2,4.75,2.75]},"south":{"texture":"#0","uv":[5.875,2,6.625,2.75]},"up":{"texture":"#0","uv":[4.75,2,4,0.875]},"west":{"texture":"#0","uv":[4.75,2,5.875,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.2,-12]}],"overrides":[],"textures":{"0":"item/w2060111030_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5826.json b/assets/minecraft/models/w5826.json new file mode 100644 index 000000000..668689d71 --- /dev/null +++ b/assets/minecraft/models/w5826.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.125,4,1.625,5.125]},"east":{"texture":"#0","uv":[0,5.125,1.125,5.625]},"north":{"texture":"#0","uv":[1.125,5.125,1.625,5.625]},"south":{"texture":"#0","uv":[2.75,5.125,3.25,5.625]},"up":{"texture":"#0","uv":[1.625,5.125,1.125,4]},"west":{"texture":"#0","uv":[1.625,5.125,2.75,5.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-12]}],"overrides":[],"textures":{"0":"item/w2060111030_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5827.json b/assets/minecraft/models/w5827.json new file mode 100644 index 000000000..8ff9f8fed --- /dev/null +++ b/assets/minecraft/models/w5827.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.25,0.25,0.25,0.5]},"east":{"texture":"#0","uv":[0,0.5,0.25,1]},"north":{"texture":"#0","uv":[0.25,0.5,0.25,1]},"south":{"texture":"#0","uv":[0.5,0.5,0.5,1]},"up":{"texture":"#0","uv":[0.25,0.5,0.25,0.25]},"west":{"texture":"#0","uv":[0.25,0.5,0,1]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w2063121867_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5828.json b/assets/minecraft/models/w5828.json new file mode 100644 index 000000000..8ff9f8fed --- /dev/null +++ b/assets/minecraft/models/w5828.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.25,0.25,0.25,0.5]},"east":{"texture":"#0","uv":[0,0.5,0.25,1]},"north":{"texture":"#0","uv":[0.25,0.5,0.25,1]},"south":{"texture":"#0","uv":[0.5,0.5,0.5,1]},"up":{"texture":"#0","uv":[0.25,0.5,0.25,0.25]},"west":{"texture":"#0","uv":[0.25,0.5,0,1]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w2063121867_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5829.json b/assets/minecraft/models/w5829.json new file mode 100644 index 000000000..da2fdd6f6 --- /dev/null +++ b/assets/minecraft/models/w5829.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,5.125,6.375,6]},"east":{"texture":"#0","uv":[5.375,6,6.25,6.125]},"north":{"texture":"#0","uv":[6.25,6,6.375,6.125]},"south":{"texture":"#0","uv":[7.25,6,7.375,6.125]},"up":{"texture":"#0","uv":[6.375,6,6.25,5.125]},"west":{"texture":"#0","uv":[6.375,6,7.25,6.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-12.8]}],"overrides":[],"textures":{"0":"item/w2063121867_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w583.json b/assets/minecraft/models/w583.json new file mode 100644 index 000000000..bb56f1b40 --- /dev/null +++ b/assets/minecraft/models/w583.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,4,0,6]},"south":{"texture":"#0","uv":[0,4,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5830.json b/assets/minecraft/models/w5830.json new file mode 100644 index 000000000..119818c61 --- /dev/null +++ b/assets/minecraft/models/w5830.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.375,5.125,6.5,6]},"east":{"texture":"#0","uv":[7.25,6,6.375,6.125]},"north":{"texture":"#0","uv":[6.375,6,6.25,6.125]},"south":{"texture":"#0","uv":[7.375,6,7.25,6.125]},"up":{"texture":"#0","uv":[6.25,6,6.375,5.125]},"west":{"texture":"#0","uv":[6.25,6,5.375,6.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-12.8]}],"overrides":[],"textures":{"0":"item/w2063121867_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5831.json b/assets/minecraft/models/w5831.json new file mode 100644 index 000000000..2e3a096a5 --- /dev/null +++ b/assets/minecraft/models/w5831.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.25,0.875,0.625]},"east":{"texture":"#0","uv":[0,0,0.375,0.25]},"north":{"texture":"#0","uv":[0.75,0,0.875,0.25]},"south":{"texture":"#0","uv":[0.875,0,1,0.25]},"up":{"texture":"#0","uv":[0.875,0.625,1,0.25]},"west":{"texture":"#0","uv":[0.375,0,0.75,0.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-14.4]}],"overrides":[],"textures":{"0":"item/w2063121867_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5832.json b/assets/minecraft/models/w5832.json new file mode 100644 index 000000000..99d8f4eae --- /dev/null +++ b/assets/minecraft/models/w5832.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.875,0.25,0.75,0.625]},"east":{"texture":"#0","uv":[0.75,0,0.375,0.25]},"north":{"texture":"#0","uv":[0.875,0,0.75,0.25]},"south":{"texture":"#0","uv":[1,0,0.875,0.25]},"up":{"texture":"#0","uv":[1,0.625,0.875,0.25]},"west":{"texture":"#0","uv":[0.375,0,0,0.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-14.4]}],"overrides":[],"textures":{"0":"item/w2063121867_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5833.json b/assets/minecraft/models/w5833.json new file mode 100644 index 000000000..af3037440 --- /dev/null +++ b/assets/minecraft/models/w5833.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.75,0,7,0.75]},"east":{"texture":"#0","uv":[5.5,0.75,6.25,1.125]},"north":{"texture":"#0","uv":[6.25,0.75,7,1.125]},"south":{"texture":"#0","uv":[7.75,0.75,8.5,1.125]},"up":{"texture":"#0","uv":[7,0.75,6.25,0]},"west":{"texture":"#0","uv":[7,0.75,7.75,1.125]}},"from":[-15.84,-15.2,-16],"shade":false,"to":[-13.04,-13.599999,-13.2]},{"faces":{"down":{"texture":"#0","uv":[5.625,4.75,4.75,5.375]},"east":{"texture":"#0","uv":[3.25,5.375,3.875,6]},"north":{"texture":"#0","uv":[3.875,5.375,4.75,6]},"south":{"texture":"#0","uv":[5.375,5.375,6.25,6]},"up":{"texture":"#0","uv":[4.75,5.375,3.875,4.75]},"west":{"texture":"#0","uv":[4.75,5.375,5.375,6]}},"from":[-16,-16,-13.2],"shade":false,"to":[-12.88,-13.6,-10.799999]}],"overrides":[],"textures":{"0":"item/w2063121867_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5834.json b/assets/minecraft/models/w5834.json new file mode 100644 index 000000000..d76916beb --- /dev/null +++ b/assets/minecraft/models/w5834.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.875,2,2,3.125]},"east":{"texture":"#0","uv":[0,3.125,1.125,4]},"north":{"texture":"#0","uv":[1.125,3.125,2,4]},"south":{"texture":"#0","uv":[3.125,3.125,4,4]},"up":{"texture":"#0","uv":[2,3.125,1.125,2]},"west":{"texture":"#0","uv":[2,3.125,3.125,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.8,-12]}],"overrides":[],"textures":{"0":"item/w2063121867_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5835.json b/assets/minecraft/models/w5835.json new file mode 100644 index 000000000..0ef0ef0db --- /dev/null +++ b/assets/minecraft/models/w5835.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.875,2,7.25,2.75]},"east":{"texture":"#0","uv":[5.5,1.75,6.25,2]},"north":{"texture":"#0","uv":[6.25,1.75,6.875,2]},"south":{"texture":"#0","uv":[7.625,1.75,8.25,2]},"up":{"texture":"#0","uv":[7.25,2.75,6.625,2]},"west":{"texture":"#0","uv":[6.875,1.75,7.625,2]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.2,-13.2]}],"overrides":[],"textures":{"0":"item/w2063121867_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5836.json b/assets/minecraft/models/w5836.json new file mode 100644 index 000000000..ce0073302 --- /dev/null +++ b/assets/minecraft/models/w5836.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,2.875,4.75,4]},"east":{"texture":"#0","uv":[2.875,4,4,4.75]},"north":{"texture":"#0","uv":[4,4,4.75,4.75]},"south":{"texture":"#0","uv":[5.875,4,6.625,4.75]},"up":{"texture":"#0","uv":[4.75,4,4,2.875]},"west":{"texture":"#0","uv":[4.75,4,5.875,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.2,-12]}],"overrides":[],"textures":{"0":"item/w2063121867_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5837.json b/assets/minecraft/models/w5837.json new file mode 100644 index 000000000..59571169c --- /dev/null +++ b/assets/minecraft/models/w5837.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.875,0,2,1.125]},"east":{"texture":"#0","uv":[0,1.125,1.125,2]},"north":{"texture":"#0","uv":[1.125,1.125,2,2]},"south":{"texture":"#0","uv":[3.125,1.125,4,2]},"up":{"texture":"#0","uv":[2,1.125,1.125,0]},"west":{"texture":"#0","uv":[2,1.125,3.125,2]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.8,-12]}],"overrides":[],"textures":{"0":"item/w2063121867_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5838.json b/assets/minecraft/models/w5838.json new file mode 100644 index 000000000..17e0f4cec --- /dev/null +++ b/assets/minecraft/models/w5838.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0.875,4.75,2]},"east":{"texture":"#0","uv":[2.875,2,4,2.75]},"north":{"texture":"#0","uv":[4,2,4.75,2.75]},"south":{"texture":"#0","uv":[5.875,2,6.625,2.75]},"up":{"texture":"#0","uv":[4.75,2,4,0.875]},"west":{"texture":"#0","uv":[4.75,2,5.875,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.2,-12]}],"overrides":[],"textures":{"0":"item/w2063121867_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5839.json b/assets/minecraft/models/w5839.json new file mode 100644 index 000000000..060731f73 --- /dev/null +++ b/assets/minecraft/models/w5839.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.125,4,1.625,5.125]},"east":{"texture":"#0","uv":[0,5.125,1.125,5.625]},"north":{"texture":"#0","uv":[1.125,5.125,1.625,5.625]},"south":{"texture":"#0","uv":[2.75,5.125,3.25,5.625]},"up":{"texture":"#0","uv":[1.625,5.125,1.125,4]},"west":{"texture":"#0","uv":[1.625,5.125,2.75,5.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-12]}],"overrides":[],"textures":{"0":"item/w2063121867_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w584.json b/assets/minecraft/models/w584.json new file mode 100644 index 000000000..951ba5d37 --- /dev/null +++ b/assets/minecraft/models/w584.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,2,6]},"south":{"texture":"#0","uv":[2,4,0,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5840.json b/assets/minecraft/models/w5840.json new file mode 100644 index 000000000..f3cbadedf --- /dev/null +++ b/assets/minecraft/models/w5840.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.25,0.25,0.25,0.5]},"east":{"texture":"#0","uv":[0,0.5,0.25,1]},"north":{"texture":"#0","uv":[0.25,0.5,0.25,1]},"south":{"texture":"#0","uv":[0.5,0.5,0.5,1]},"up":{"texture":"#0","uv":[0.25,0.5,0.25,0.25]},"west":{"texture":"#0","uv":[0.25,0.5,0,1]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w2064223149_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5841.json b/assets/minecraft/models/w5841.json new file mode 100644 index 000000000..f3cbadedf --- /dev/null +++ b/assets/minecraft/models/w5841.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.25,0.25,0.25,0.5]},"east":{"texture":"#0","uv":[0,0.5,0.25,1]},"north":{"texture":"#0","uv":[0.25,0.5,0.25,1]},"south":{"texture":"#0","uv":[0.5,0.5,0.5,1]},"up":{"texture":"#0","uv":[0.25,0.5,0.25,0.25]},"west":{"texture":"#0","uv":[0.25,0.5,0,1]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w2064223149_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5842.json b/assets/minecraft/models/w5842.json new file mode 100644 index 000000000..c831ca951 --- /dev/null +++ b/assets/minecraft/models/w5842.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,5.125,6.375,6]},"east":{"texture":"#0","uv":[5.375,6,6.25,6.125]},"north":{"texture":"#0","uv":[6.25,6,6.375,6.125]},"south":{"texture":"#0","uv":[7.25,6,7.375,6.125]},"up":{"texture":"#0","uv":[6.375,6,6.25,5.125]},"west":{"texture":"#0","uv":[6.375,6,7.25,6.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-12.8]}],"overrides":[],"textures":{"0":"item/w2064223149_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5843.json b/assets/minecraft/models/w5843.json new file mode 100644 index 000000000..56cbaaff0 --- /dev/null +++ b/assets/minecraft/models/w5843.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.375,5.125,6.5,6]},"east":{"texture":"#0","uv":[7.25,6,6.375,6.125]},"north":{"texture":"#0","uv":[6.375,6,6.25,6.125]},"south":{"texture":"#0","uv":[7.375,6,7.25,6.125]},"up":{"texture":"#0","uv":[6.25,6,6.375,5.125]},"west":{"texture":"#0","uv":[6.25,6,5.375,6.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-12.8]}],"overrides":[],"textures":{"0":"item/w2064223149_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5844.json b/assets/minecraft/models/w5844.json new file mode 100644 index 000000000..8e6e98104 --- /dev/null +++ b/assets/minecraft/models/w5844.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.25,0.875,0.625]},"east":{"texture":"#0","uv":[0,0,0.375,0.25]},"north":{"texture":"#0","uv":[0.75,0,0.875,0.25]},"south":{"texture":"#0","uv":[0.875,0,1,0.25]},"up":{"texture":"#0","uv":[0.875,0.625,1,0.25]},"west":{"texture":"#0","uv":[0.375,0,0.75,0.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-14.4]}],"overrides":[],"textures":{"0":"item/w2064223149_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5845.json b/assets/minecraft/models/w5845.json new file mode 100644 index 000000000..145e4ccad --- /dev/null +++ b/assets/minecraft/models/w5845.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.875,0.25,0.75,0.625]},"east":{"texture":"#0","uv":[0.75,0,0.375,0.25]},"north":{"texture":"#0","uv":[0.875,0,0.75,0.25]},"south":{"texture":"#0","uv":[1,0,0.875,0.25]},"up":{"texture":"#0","uv":[1,0.625,0.875,0.25]},"west":{"texture":"#0","uv":[0.375,0,0,0.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-14.4]}],"overrides":[],"textures":{"0":"item/w2064223149_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5846.json b/assets/minecraft/models/w5846.json new file mode 100644 index 000000000..595b1c962 --- /dev/null +++ b/assets/minecraft/models/w5846.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.75,0,7,0.75]},"east":{"texture":"#0","uv":[5.5,0.75,6.25,1.125]},"north":{"texture":"#0","uv":[6.25,0.75,7,1.125]},"south":{"texture":"#0","uv":[7.75,0.75,8.5,1.125]},"up":{"texture":"#0","uv":[7,0.75,6.25,0]},"west":{"texture":"#0","uv":[7,0.75,7.75,1.125]}},"from":[-15.84,-15.2,-16],"shade":false,"to":[-13.04,-13.599999,-13.2]},{"faces":{"down":{"texture":"#0","uv":[5.625,4.75,4.75,5.375]},"east":{"texture":"#0","uv":[3.25,5.375,3.875,6]},"north":{"texture":"#0","uv":[3.875,5.375,4.75,6]},"south":{"texture":"#0","uv":[5.375,5.375,6.25,6]},"up":{"texture":"#0","uv":[4.75,5.375,3.875,4.75]},"west":{"texture":"#0","uv":[4.75,5.375,5.375,6]}},"from":[-16,-16,-13.2],"shade":false,"to":[-12.88,-13.6,-10.799999]}],"overrides":[],"textures":{"0":"item/w2064223149_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5847.json b/assets/minecraft/models/w5847.json new file mode 100644 index 000000000..6c56eec14 --- /dev/null +++ b/assets/minecraft/models/w5847.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.875,2,2,3.125]},"east":{"texture":"#0","uv":[0,3.125,1.125,4]},"north":{"texture":"#0","uv":[1.125,3.125,2,4]},"south":{"texture":"#0","uv":[3.125,3.125,4,4]},"up":{"texture":"#0","uv":[2,3.125,1.125,2]},"west":{"texture":"#0","uv":[2,3.125,3.125,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.8,-12]}],"overrides":[],"textures":{"0":"item/w2064223149_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5848.json b/assets/minecraft/models/w5848.json new file mode 100644 index 000000000..a77ed49eb --- /dev/null +++ b/assets/minecraft/models/w5848.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.875,2,7.25,2.75]},"east":{"texture":"#0","uv":[5.5,1.75,6.25,2]},"north":{"texture":"#0","uv":[6.25,1.75,6.875,2]},"south":{"texture":"#0","uv":[7.625,1.75,8.25,2]},"up":{"texture":"#0","uv":[7.25,2.75,6.625,2]},"west":{"texture":"#0","uv":[6.875,1.75,7.625,2]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.2,-13.2]}],"overrides":[],"textures":{"0":"item/w2064223149_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5849.json b/assets/minecraft/models/w5849.json new file mode 100644 index 000000000..11657cfd1 --- /dev/null +++ b/assets/minecraft/models/w5849.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,2.875,4.75,4]},"east":{"texture":"#0","uv":[2.875,4,4,4.75]},"north":{"texture":"#0","uv":[4,4,4.75,4.75]},"south":{"texture":"#0","uv":[5.875,4,6.625,4.75]},"up":{"texture":"#0","uv":[4.75,4,4,2.875]},"west":{"texture":"#0","uv":[4.75,4,5.875,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.2,-12]}],"overrides":[],"textures":{"0":"item/w2064223149_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w585.json b/assets/minecraft/models/w585.json new file mode 100644 index 000000000..bb56f1b40 --- /dev/null +++ b/assets/minecraft/models/w585.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,4,0,6]},"south":{"texture":"#0","uv":[0,4,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5850.json b/assets/minecraft/models/w5850.json new file mode 100644 index 000000000..9068d40df --- /dev/null +++ b/assets/minecraft/models/w5850.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.875,0,2,1.125]},"east":{"texture":"#0","uv":[0,1.125,1.125,2]},"north":{"texture":"#0","uv":[1.125,1.125,2,2]},"south":{"texture":"#0","uv":[3.125,1.125,4,2]},"up":{"texture":"#0","uv":[2,1.125,1.125,0]},"west":{"texture":"#0","uv":[2,1.125,3.125,2]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.8,-12]}],"overrides":[],"textures":{"0":"item/w2064223149_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5851.json b/assets/minecraft/models/w5851.json new file mode 100644 index 000000000..0100f3af5 --- /dev/null +++ b/assets/minecraft/models/w5851.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0.875,4.75,2]},"east":{"texture":"#0","uv":[2.875,2,4,2.75]},"north":{"texture":"#0","uv":[4,2,4.75,2.75]},"south":{"texture":"#0","uv":[5.875,2,6.625,2.75]},"up":{"texture":"#0","uv":[4.75,2,4,0.875]},"west":{"texture":"#0","uv":[4.75,2,5.875,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.2,-12]}],"overrides":[],"textures":{"0":"item/w2064223149_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5852.json b/assets/minecraft/models/w5852.json new file mode 100644 index 000000000..1fdd6f33a --- /dev/null +++ b/assets/minecraft/models/w5852.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.125,4,1.625,5.125]},"east":{"texture":"#0","uv":[0,5.125,1.125,5.625]},"north":{"texture":"#0","uv":[1.125,5.125,1.625,5.625]},"south":{"texture":"#0","uv":[2.75,5.125,3.25,5.625]},"up":{"texture":"#0","uv":[1.625,5.125,1.125,4]},"west":{"texture":"#0","uv":[1.625,5.125,2.75,5.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-12]}],"overrides":[],"textures":{"0":"item/w2064223149_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5853.json b/assets/minecraft/models/w5853.json new file mode 100644 index 000000000..e6210e090 --- /dev/null +++ b/assets/minecraft/models/w5853.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.625,4.125,1.625,4.75]},"east":{"texture":"#0","uv":[0,4.75,0.625,5.75]},"north":{"texture":"#0","uv":[0.625,4.75,1.625,5.75]},"south":{"texture":"#0","uv":[2.25,4.75,3.25,5.75]},"up":{"texture":"#0","uv":[1.625,4.75,0.625,4.125]},"west":{"texture":"#0","uv":[1.625,4.75,2.25,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.8,-14]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5854.json b/assets/minecraft/models/w5854.json new file mode 100644 index 000000000..d3c6d63e7 --- /dev/null +++ b/assets/minecraft/models/w5854.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.875,4.125,4.875,4.75]},"east":{"texture":"#0","uv":[3.25,4.75,3.875,5.625]},"north":{"texture":"#0","uv":[3.875,4.75,4.875,5.625]},"south":{"texture":"#0","uv":[5.5,4.75,6.5,5.625]},"up":{"texture":"#0","uv":[4.875,4.75,3.875,4.125]},"west":{"texture":"#0","uv":[4.875,4.75,5.5,5.625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.2,-14]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5855.json b/assets/minecraft/models/w5855.json new file mode 100644 index 000000000..151fb77ed --- /dev/null +++ b/assets/minecraft/models/w5855.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.625,2.25,1.625,2.875]},"east":{"texture":"#0","uv":[0,2.875,0.625,4.125]},"north":{"texture":"#0","uv":[0.625,2.875,1.625,4.125]},"south":{"texture":"#0","uv":[2.25,2.875,3.25,4.125]},"up":{"texture":"#0","uv":[1.625,2.875,0.625,2.25]},"west":{"texture":"#0","uv":[1.625,2.875,2.25,4.125]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12,-14]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5856.json b/assets/minecraft/models/w5856.json new file mode 100644 index 000000000..59b4b2e88 --- /dev/null +++ b/assets/minecraft/models/w5856.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,2.25,4.75,3]},"east":{"texture":"#0","uv":[3.25,3,4,4.125]},"north":{"texture":"#0","uv":[4,3,4.75,4.125]},"south":{"texture":"#0","uv":[5.5,3,6.25,4.125]},"up":{"texture":"#0","uv":[4.75,3,4,2.25]},"west":{"texture":"#0","uv":[4.75,3,5.5,4.125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12.4,-13.6]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5857.json b/assets/minecraft/models/w5857.json new file mode 100644 index 000000000..8efbb5ccb --- /dev/null +++ b/assets/minecraft/models/w5857.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.75,2.25,5.5,3]},"east":{"texture":"#0","uv":[5.5,3,4.75,4.125]},"north":{"texture":"#0","uv":[4.75,3,4,4.125]},"south":{"texture":"#0","uv":[6.25,3,5.5,4.125]},"up":{"texture":"#0","uv":[4,3,4.75,2.25]},"west":{"texture":"#0","uv":[4,3,3.25,4.125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12.4,-13.6]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5858.json b/assets/minecraft/models/w5858.json new file mode 100644 index 000000000..f3ded67bf --- /dev/null +++ b/assets/minecraft/models/w5858.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,4.625,7,5.625]},"east":{"texture":"#0","uv":[5.5,5.625,6.5,5.75]},"north":{"texture":"#0","uv":[6.5,5.625,7,5.75]},"south":{"texture":"#0","uv":[8,5.625,8.5,5.75]},"up":{"texture":"#0","uv":[7,5.625,6.5,4.625]},"west":{"texture":"#0","uv":[7,5.625,8,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.360001,-12.799999]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5859.json b/assets/minecraft/models/w5859.json new file mode 100644 index 000000000..6867090b7 --- /dev/null +++ b/assets/minecraft/models/w5859.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.75,3,7.25,3.5]},"east":{"texture":"#0","uv":[6.25,3.5,6.75,3.625]},"north":{"texture":"#0","uv":[6.75,3.5,7.25,3.625]},"south":{"texture":"#0","uv":[7.75,3.5,8.25,3.625]},"up":{"texture":"#0","uv":[7.25,3.5,6.75,3]},"west":{"texture":"#0","uv":[7.25,3.5,7.75,3.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.5199995,-14.4]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w586.json b/assets/minecraft/models/w586.json new file mode 100644 index 000000000..bb56f1b40 --- /dev/null +++ b/assets/minecraft/models/w586.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,4,0,6]},"south":{"texture":"#0","uv":[0,4,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5860.json b/assets/minecraft/models/w5860.json new file mode 100644 index 000000000..e0cef5fc5 --- /dev/null +++ b/assets/minecraft/models/w5860.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0.75,5.5,1.5]},"east":{"texture":"#0","uv":[4.75,1.5,5.5,1.875]},"north":{"texture":"#0","uv":[5.5,1.5,5.5,1.875]},"south":{"texture":"#0","uv":[6.25,1.5,6.25,1.875]},"up":{"texture":"#0","uv":[5.5,1.5,5.5,0.75]},"west":{"texture":"#0","uv":[5.5,1.5,6.25,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-13.6]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5861.json b/assets/minecraft/models/w5861.json new file mode 100644 index 000000000..ed698b370 --- /dev/null +++ b/assets/minecraft/models/w5861.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0.75,5.5,1.5]},"east":{"texture":"#0","uv":[6.25,1.5,5.5,1.875]},"north":{"texture":"#0","uv":[5.5,1.5,5.5,1.875]},"south":{"texture":"#0","uv":[6.25,1.5,6.25,1.875]},"up":{"texture":"#0","uv":[5.5,1.5,5.5,0.75]},"west":{"texture":"#0","uv":[5.5,1.5,4.75,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-13.6]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5862.json b/assets/minecraft/models/w5862.json new file mode 100644 index 000000000..e0ffb3de3 --- /dev/null +++ b/assets/minecraft/models/w5862.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.625,0,2.375,1.125]},"east":{"texture":"#0","uv":[0,1.125,1.125,2.25]},"north":{"texture":"#0","uv":[1.125,1.125,2.375,2.25]},"south":{"texture":"#0","uv":[3.5,1.125,4.75,2.25]},"up":{"texture":"#0","uv":[2.375,1.125,1.125,0]},"west":{"texture":"#0","uv":[2.375,1.125,3.5,2.25]}},"from":[-16,-16,-15.2],"shade":false,"to":[-12,-12.4,-11.6]},{"faces":{"down":{"texture":"#0","uv":[8.125,5.75,7,6]},"east":{"texture":"#0","uv":[5.625,6,5.875,7]},"north":{"texture":"#0","uv":[5.875,6,7,7]},"south":{"texture":"#0","uv":[7.25,6,8.375,7]},"up":{"texture":"#0","uv":[7,6,5.875,5.75]},"west":{"texture":"#0","uv":[7,6,7.25,7]}},"from":[-15.8,-16,-16],"shade":false,"to":[-12.200001,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5863.json b/assets/minecraft/models/w5863.json new file mode 100644 index 000000000..bef244165 --- /dev/null +++ b/assets/minecraft/models/w5863.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,5.75,1,6.25]},"east":{"texture":"#0","uv":[0,6.25,0.5,7.625]},"north":{"texture":"#0","uv":[0.5,6.25,1,7.625]},"south":{"texture":"#0","uv":[1.5,6.25,2,7.625]},"up":{"texture":"#0","uv":[1,6.25,0.5,5.75]},"west":{"texture":"#0","uv":[1,6.25,1.5,7.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.6,-14.4]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5864.json b/assets/minecraft/models/w5864.json new file mode 100644 index 000000000..b9139ea85 --- /dev/null +++ b/assets/minecraft/models/w5864.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,5.75,1.5,6.25]},"east":{"texture":"#0","uv":[1.5,6.25,1,7.625]},"north":{"texture":"#0","uv":[1,6.25,0.5,7.625]},"south":{"texture":"#0","uv":[2,6.25,1.5,7.625]},"up":{"texture":"#0","uv":[0.5,6.25,1,5.75]},"west":{"texture":"#0","uv":[0.5,6.25,0,7.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.6,-14.4]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5865.json b/assets/minecraft/models/w5865.json new file mode 100644 index 000000000..3b4142283 --- /dev/null +++ b/assets/minecraft/models/w5865.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.875,0.875,8.625,1.5]},"east":{"texture":"#0","uv":[7.75,1.5,8.375,1.75]},"north":{"texture":"#0","uv":[8.375,1.5,8.625,1.75]},"south":{"texture":"#0","uv":[9.25,1.5,9.5,1.75]},"up":{"texture":"#0","uv":[8.625,1.5,8.375,0.875]},"west":{"texture":"#0","uv":[8.625,1.5,9.25,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-14]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5866.json b/assets/minecraft/models/w5866.json new file mode 100644 index 000000000..e738db454 --- /dev/null +++ b/assets/minecraft/models/w5866.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.875,4.625,8.5,5.25]},"east":{"texture":"#0","uv":[7.5,5.25,8.125,5.625]},"north":{"texture":"#0","uv":[8.125,5.25,8.5,5.625]},"south":{"texture":"#0","uv":[9.125,5.25,9.5,5.625]},"up":{"texture":"#0","uv":[8.5,5.25,8.125,4.625]},"west":{"texture":"#0","uv":[8.5,5.25,9.125,5.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5867.json b/assets/minecraft/models/w5867.json new file mode 100644 index 000000000..d4a54cd27 --- /dev/null +++ b/assets/minecraft/models/w5867.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.625,0.875,8.875,1.5]},"east":{"texture":"#0","uv":[9.25,1.5,8.625,1.75]},"north":{"texture":"#0","uv":[8.625,1.5,8.375,1.75]},"south":{"texture":"#0","uv":[9.5,1.5,9.25,1.75]},"up":{"texture":"#0","uv":[8.375,1.5,8.625,0.875]},"west":{"texture":"#0","uv":[8.375,1.5,7.75,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-14]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5868.json b/assets/minecraft/models/w5868.json new file mode 100644 index 000000000..8dcac2f98 --- /dev/null +++ b/assets/minecraft/models/w5868.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,4.625,8.875,5.25]},"east":{"texture":"#0","uv":[9.125,5.25,8.5,5.625]},"north":{"texture":"#0","uv":[8.5,5.25,8.125,5.625]},"south":{"texture":"#0","uv":[9.5,5.25,9.125,5.625]},"up":{"texture":"#0","uv":[8.125,5.25,8.5,4.625]},"west":{"texture":"#0","uv":[8.125,5.25,7.5,5.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5869.json b/assets/minecraft/models/w5869.json new file mode 100644 index 000000000..3fb54be9f --- /dev/null +++ b/assets/minecraft/models/w5869.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,7,7.75,7.75]},"east":{"texture":"#0","uv":[6.75,7.75,7.5,8.25]},"north":{"texture":"#0","uv":[7.5,7.75,7.75,8.25]},"south":{"texture":"#0","uv":[8.5,7.75,8.75,8.25]},"up":{"texture":"#0","uv":[7.75,7.75,7.5,7]},"west":{"texture":"#0","uv":[7.75,7.75,8.5,8.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-13.6]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w587.json b/assets/minecraft/models/w587.json new file mode 100644 index 000000000..951ba5d37 --- /dev/null +++ b/assets/minecraft/models/w587.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,2,6]},"south":{"texture":"#0","uv":[2,4,0,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5870.json b/assets/minecraft/models/w5870.json new file mode 100644 index 000000000..a40301d6f --- /dev/null +++ b/assets/minecraft/models/w5870.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.625,2.25,3.5,2.5]},"east":{"texture":"#0","uv":[3.125,2.5,3.375,2.875]},"north":{"texture":"#0","uv":[3.375,2.5,3.5,2.875]},"south":{"texture":"#0","uv":[3.75,2.5,3.875,2.875]},"up":{"texture":"#0","uv":[3.5,2.5,3.375,2.25]},"west":{"texture":"#0","uv":[3.5,2.5,3.75,2.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.48,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5871.json b/assets/minecraft/models/w5871.json new file mode 100644 index 000000000..83975ec2e --- /dev/null +++ b/assets/minecraft/models/w5871.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.25,0,0.125,0.625]},"east":{"texture":"#0","uv":[-0.625,0.625,0,0.625]},"north":{"texture":"#0","uv":[0,0.625,0.125,0.625]},"south":{"texture":"#0","uv":[0.75,0.625,0.875,0.625]},"up":{"texture":"#0","uv":[0.125,0.625,0,0]},"west":{"texture":"#0","uv":[0.125,0.625,0.75,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-14]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5872.json b/assets/minecraft/models/w5872.json new file mode 100644 index 000000000..83975ec2e --- /dev/null +++ b/assets/minecraft/models/w5872.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.25,0,0.125,0.625]},"east":{"texture":"#0","uv":[-0.625,0.625,0,0.625]},"north":{"texture":"#0","uv":[0,0.625,0.125,0.625]},"south":{"texture":"#0","uv":[0.75,0.625,0.875,0.625]},"up":{"texture":"#0","uv":[0.125,0.625,0,0]},"west":{"texture":"#0","uv":[0.125,0.625,0.75,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-14]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5873.json b/assets/minecraft/models/w5873.json new file mode 100644 index 000000000..770a343e0 --- /dev/null +++ b/assets/minecraft/models/w5873.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.75,7,8,7.75]},"east":{"texture":"#0","uv":[8.5,7.75,7.75,8.25]},"north":{"texture":"#0","uv":[7.75,7.75,7.5,8.25]},"south":{"texture":"#0","uv":[8.75,7.75,8.5,8.25]},"up":{"texture":"#0","uv":[7.5,7.75,7.75,7]},"west":{"texture":"#0","uv":[7.5,7.75,6.75,8.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-13.6]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5874.json b/assets/minecraft/models/w5874.json new file mode 100644 index 000000000..6bfe65060 --- /dev/null +++ b/assets/minecraft/models/w5874.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,2.25,3.625,2.5]},"east":{"texture":"#0","uv":[3.75,2.5,3.5,2.875]},"north":{"texture":"#0","uv":[3.5,2.5,3.375,2.875]},"south":{"texture":"#0","uv":[3.875,2.5,3.75,2.875]},"up":{"texture":"#0","uv":[3.375,2.5,3.5,2.25]},"west":{"texture":"#0","uv":[3.375,2.5,3.125,2.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.48,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5875.json b/assets/minecraft/models/w5875.json new file mode 100644 index 000000000..63ebf6b8b --- /dev/null +++ b/assets/minecraft/models/w5875.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.125,0,0.25,0.625]},"east":{"texture":"#0","uv":[0.75,0.625,0.125,0.625]},"north":{"texture":"#0","uv":[0.125,0.625,0,0.625]},"south":{"texture":"#0","uv":[0.875,0.625,0.75,0.625]},"up":{"texture":"#0","uv":[0,0.625,0.125,0]},"west":{"texture":"#0","uv":[0,0.625,-0.625,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-14]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5876.json b/assets/minecraft/models/w5876.json new file mode 100644 index 000000000..63ebf6b8b --- /dev/null +++ b/assets/minecraft/models/w5876.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.125,0,0.25,0.625]},"east":{"texture":"#0","uv":[0.75,0.625,0.125,0.625]},"north":{"texture":"#0","uv":[0.125,0.625,0,0.625]},"south":{"texture":"#0","uv":[0.875,0.625,0.75,0.625]},"up":{"texture":"#0","uv":[0,0.625,0.125,0]},"west":{"texture":"#0","uv":[0,0.625,-0.625,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-14]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5877.json b/assets/minecraft/models/w5877.json new file mode 100644 index 000000000..8d73b503e --- /dev/null +++ b/assets/minecraft/models/w5877.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,7,5.75,7.75]},"east":{"texture":"#0","uv":[4.75,7.75,5.5,8.25]},"north":{"texture":"#0","uv":[5.5,7.75,5.75,8.25]},"south":{"texture":"#0","uv":[6.5,7.75,6.75,8.25]},"up":{"texture":"#0","uv":[5.75,7.75,5.5,7]},"west":{"texture":"#0","uv":[5.75,7.75,6.5,8.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-13.6]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5878.json b/assets/minecraft/models/w5878.json new file mode 100644 index 000000000..5d94de807 --- /dev/null +++ b/assets/minecraft/models/w5878.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.875,0.375,0.75,0.625]},"east":{"texture":"#0","uv":[0.375,0.625,0.625,1]},"north":{"texture":"#0","uv":[0.625,0.625,0.75,1]},"south":{"texture":"#0","uv":[1,0.625,1.125,1]},"up":{"texture":"#0","uv":[0.75,0.625,0.625,0.375]},"west":{"texture":"#0","uv":[0.75,0.625,1,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.48,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5879.json b/assets/minecraft/models/w5879.json new file mode 100644 index 000000000..83975ec2e --- /dev/null +++ b/assets/minecraft/models/w5879.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.25,0,0.125,0.625]},"east":{"texture":"#0","uv":[-0.625,0.625,0,0.625]},"north":{"texture":"#0","uv":[0,0.625,0.125,0.625]},"south":{"texture":"#0","uv":[0.75,0.625,0.875,0.625]},"up":{"texture":"#0","uv":[0.125,0.625,0,0]},"west":{"texture":"#0","uv":[0.125,0.625,0.75,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-14]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w588.json b/assets/minecraft/models/w588.json new file mode 100644 index 000000000..bb56f1b40 --- /dev/null +++ b/assets/minecraft/models/w588.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,4,0,6]},"south":{"texture":"#0","uv":[0,4,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5880.json b/assets/minecraft/models/w5880.json new file mode 100644 index 000000000..83975ec2e --- /dev/null +++ b/assets/minecraft/models/w5880.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.25,0,0.125,0.625]},"east":{"texture":"#0","uv":[-0.625,0.625,0,0.625]},"north":{"texture":"#0","uv":[0,0.625,0.125,0.625]},"south":{"texture":"#0","uv":[0.75,0.625,0.875,0.625]},"up":{"texture":"#0","uv":[0.125,0.625,0,0]},"west":{"texture":"#0","uv":[0.125,0.625,0.75,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-14]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5881.json b/assets/minecraft/models/w5881.json new file mode 100644 index 000000000..2f9cf0a8f --- /dev/null +++ b/assets/minecraft/models/w5881.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,0,6.375,0.75]},"east":{"texture":"#0","uv":[4.75,0.75,5.5,1.5]},"north":{"texture":"#0","uv":[5.5,0.75,6.375,1.5]},"south":{"texture":"#0","uv":[7.125,0.75,8,1.5]},"up":{"texture":"#0","uv":[6.375,0.75,5.5,0]},"west":{"texture":"#0","uv":[6.375,0.75,7.125,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5882.json b/assets/minecraft/models/w5882.json new file mode 100644 index 000000000..b969ba960 --- /dev/null +++ b/assets/minecraft/models/w5882.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.75,1.5,7,2.25]},"east":{"texture":"#0","uv":[5.5,2.25,6.25,3]},"north":{"texture":"#0","uv":[6.25,2.25,7,3]},"south":{"texture":"#0","uv":[7.75,2.25,8.5,3]},"up":{"texture":"#0","uv":[7,2.25,6.25,1.5]},"west":{"texture":"#0","uv":[7,2.25,7.75,3]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5883.json b/assets/minecraft/models/w5883.json new file mode 100644 index 000000000..d9417fafc --- /dev/null +++ b/assets/minecraft/models/w5883.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.375,0,7.25,0.75]},"east":{"texture":"#0","uv":[7.125,0.75,6.375,1.5]},"north":{"texture":"#0","uv":[6.375,0.75,5.5,1.5]},"south":{"texture":"#0","uv":[8,0.75,7.125,1.5]},"up":{"texture":"#0","uv":[5.5,0.75,6.375,0]},"west":{"texture":"#0","uv":[5.5,0.75,4.75,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5884.json b/assets/minecraft/models/w5884.json new file mode 100644 index 000000000..50e044818 --- /dev/null +++ b/assets/minecraft/models/w5884.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,1.5,7.75,2.25]},"east":{"texture":"#0","uv":[7.75,2.25,7,3]},"north":{"texture":"#0","uv":[7,2.25,6.25,3]},"south":{"texture":"#0","uv":[8.5,2.25,7.75,3]},"up":{"texture":"#0","uv":[6.25,2.25,7,1.5]},"west":{"texture":"#0","uv":[6.25,2.25,5.5,3]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5885.json b/assets/minecraft/models/w5885.json new file mode 100644 index 000000000..39b51bdae --- /dev/null +++ b/assets/minecraft/models/w5885.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.75,5.625,4,6.5]},"east":{"texture":"#0","uv":[2.375,6.5,3.25,6.875]},"north":{"texture":"#0","uv":[3.25,6.5,4,6.875]},"south":{"texture":"#0","uv":[4.875,6.5,5.625,6.875]},"up":{"texture":"#0","uv":[4,6.5,3.25,5.625]},"west":{"texture":"#0","uv":[4,6.5,4.875,6.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-13.2]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5886.json b/assets/minecraft/models/w5886.json new file mode 100644 index 000000000..e6a609564 --- /dev/null +++ b/assets/minecraft/models/w5886.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,5.625,4.75,6.5]},"east":{"texture":"#0","uv":[4.875,6.5,4,6.875]},"north":{"texture":"#0","uv":[4,6.5,3.25,6.875]},"south":{"texture":"#0","uv":[5.625,6.5,4.875,6.875]},"up":{"texture":"#0","uv":[3.25,6.5,4,5.625]},"west":{"texture":"#0","uv":[3.25,6.5,2.375,6.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-13.2]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5887.json b/assets/minecraft/models/w5887.json new file mode 100644 index 000000000..2bf10beb2 --- /dev/null +++ b/assets/minecraft/models/w5887.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.125,0,8.375,0.375]},"east":{"texture":"#0","uv":[7.25,0.375,7.625,0.75]},"north":{"texture":"#0","uv":[7.625,0.375,8.375,0.75]},"south":{"texture":"#0","uv":[8.75,0.375,9.5,0.75]},"up":{"texture":"#0","uv":[8.375,0.375,7.625,0]},"west":{"texture":"#0","uv":[8.375,0.375,8.75,0.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5888.json b/assets/minecraft/models/w5888.json new file mode 100644 index 000000000..aeebffe16 --- /dev/null +++ b/assets/minecraft/models/w5888.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.375,3.625,7.375,4.125]},"east":{"texture":"#0","uv":[5.875,4.125,6.375,4.625]},"north":{"texture":"#0","uv":[6.375,4.125,7.375,4.625]},"south":{"texture":"#0","uv":[7.875,4.125,8.875,4.625]},"up":{"texture":"#0","uv":[7.375,4.125,6.375,3.625]},"west":{"texture":"#0","uv":[7.375,4.125,7.875,4.625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.799999,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5889.json b/assets/minecraft/models/w5889.json new file mode 100644 index 000000000..6a35dbc68 --- /dev/null +++ b/assets/minecraft/models/w5889.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.875,7.625,1.125,8]},"east":{"texture":"#0","uv":[0,8,0.375,8.375]},"north":{"texture":"#0","uv":[0.375,8,1.125,8.375]},"south":{"texture":"#0","uv":[1.5,8,2.25,8.375]},"up":{"texture":"#0","uv":[1.125,8,0.375,7.625]},"west":{"texture":"#0","uv":[1.125,8,1.5,8.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w589.json b/assets/minecraft/models/w589.json new file mode 100644 index 000000000..951ba5d37 --- /dev/null +++ b/assets/minecraft/models/w589.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,2,6]},"south":{"texture":"#0","uv":[2,4,0,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5890.json b/assets/minecraft/models/w5890.json new file mode 100644 index 000000000..c65ed26e6 --- /dev/null +++ b/assets/minecraft/models/w5890.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,6.875,3.375,7.375]},"east":{"texture":"#0","uv":[2,7.375,2.5,7.875]},"north":{"texture":"#0","uv":[2.5,7.375,3.375,7.875]},"south":{"texture":"#0","uv":[3.875,7.375,4.75,7.875]},"up":{"texture":"#0","uv":[3.375,7.375,2.5,6.875]},"west":{"texture":"#0","uv":[3.375,7.375,3.875,7.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5891.json b/assets/minecraft/models/w5891.json new file mode 100644 index 000000000..39f5d28ee --- /dev/null +++ b/assets/minecraft/models/w5891.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.375,0,9.125,0.375]},"east":{"texture":"#0","uv":[8.75,0.375,8.375,0.75]},"north":{"texture":"#0","uv":[8.375,0.375,7.625,0.75]},"south":{"texture":"#0","uv":[9.5,0.375,8.75,0.75]},"up":{"texture":"#0","uv":[7.625,0.375,8.375,0]},"west":{"texture":"#0","uv":[7.625,0.375,7.25,0.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5892.json b/assets/minecraft/models/w5892.json new file mode 100644 index 000000000..27b0906ae --- /dev/null +++ b/assets/minecraft/models/w5892.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.375,3.625,8.375,4.125]},"east":{"texture":"#0","uv":[7.875,4.125,7.375,4.625]},"north":{"texture":"#0","uv":[7.375,4.125,6.375,4.625]},"south":{"texture":"#0","uv":[8.875,4.125,7.875,4.625]},"up":{"texture":"#0","uv":[6.375,4.125,7.375,3.625]},"west":{"texture":"#0","uv":[6.375,4.125,5.875,4.625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.799999,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5893.json b/assets/minecraft/models/w5893.json new file mode 100644 index 000000000..d37a090bc --- /dev/null +++ b/assets/minecraft/models/w5893.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,7.625,1.875,8]},"east":{"texture":"#0","uv":[1.5,8,1.125,8.375]},"north":{"texture":"#0","uv":[1.125,8,0.375,8.375]},"south":{"texture":"#0","uv":[2.25,8,1.5,8.375]},"up":{"texture":"#0","uv":[0.375,8,1.125,7.625]},"west":{"texture":"#0","uv":[0.375,8,0,8.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5894.json b/assets/minecraft/models/w5894.json new file mode 100644 index 000000000..592677c95 --- /dev/null +++ b/assets/minecraft/models/w5894.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.375,6.875,4.25,7.375]},"east":{"texture":"#0","uv":[3.875,7.375,3.375,7.875]},"north":{"texture":"#0","uv":[3.375,7.375,2.5,7.875]},"south":{"texture":"#0","uv":[4.75,7.375,3.875,7.875]},"up":{"texture":"#0","uv":[2.5,7.375,3.375,6.875]},"west":{"texture":"#0","uv":[2.5,7.375,2,7.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1251429564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5895.json b/assets/minecraft/models/w5895.json new file mode 100644 index 000000000..d640f3996 --- /dev/null +++ b/assets/minecraft/models/w5895.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,0,0,11]},"up":{"texture":"#0","uv":[13.5,11,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-5.2,-16,-7.2]}],"overrides":[],"textures":{"0":"item/w844452275_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5896.json b/assets/minecraft/models/w5896.json new file mode 100644 index 000000000..d640f3996 --- /dev/null +++ b/assets/minecraft/models/w5896.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,0,0,11]},"up":{"texture":"#0","uv":[13.5,11,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-5.2,-16,-7.2]}],"overrides":[],"textures":{"0":"item/w844452275_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5897.json b/assets/minecraft/models/w5897.json new file mode 100644 index 000000000..d640f3996 --- /dev/null +++ b/assets/minecraft/models/w5897.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,0,0,11]},"up":{"texture":"#0","uv":[13.5,11,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-5.2,-16,-7.2]}],"overrides":[],"textures":{"0":"item/w844452275_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5898.json b/assets/minecraft/models/w5898.json new file mode 100644 index 000000000..d640f3996 --- /dev/null +++ b/assets/minecraft/models/w5898.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,0,0,11]},"up":{"texture":"#0","uv":[13.5,11,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-5.2,-16,-7.2]}],"overrides":[],"textures":{"0":"item/w844452275_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5899.json b/assets/minecraft/models/w5899.json new file mode 100644 index 000000000..a4525ef93 --- /dev/null +++ b/assets/minecraft/models/w5899.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,0,15.5,14]},"up":{"texture":"#0","uv":[16,14,15.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-4.8]}],"overrides":[],"textures":{"0":"item/w844452275_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w59.json b/assets/minecraft/models/w59.json new file mode 100644 index 000000000..9295755df --- /dev/null +++ b/assets/minecraft/models/w59.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.125,2.5,10,3.25]},"east":{"texture":"#0","uv":[9.125,3.25,9.875,3.25]},"north":{"texture":"#0","uv":[9.875,3.25,10,3.25]},"south":{"texture":"#0","uv":[10.75,3.25,10.875,3.25]},"up":{"texture":"#0","uv":[10,3.25,9.875,2.5]},"west":{"texture":"#0","uv":[10,3.25,10.75,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-13.6]}],"overrides":[],"textures":{"0":"item/w1237560704_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w590.json b/assets/minecraft/models/w590.json new file mode 100644 index 000000000..951ba5d37 --- /dev/null +++ b/assets/minecraft/models/w590.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,2,6]},"south":{"texture":"#0","uv":[2,4,0,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5900.json b/assets/minecraft/models/w5900.json new file mode 100644 index 000000000..a4525ef93 --- /dev/null +++ b/assets/minecraft/models/w5900.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,0,15.5,14]},"up":{"texture":"#0","uv":[16,14,15.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-4.8]}],"overrides":[],"textures":{"0":"item/w844452275_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5901.json b/assets/minecraft/models/w5901.json new file mode 100644 index 000000000..e73382e2a --- /dev/null +++ b/assets/minecraft/models/w5901.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,0,15.5,14]},"up":{"texture":"#0","uv":[15.5,14,16,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-4.8]}],"overrides":[],"textures":{"0":"item/w844452275_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5902.json b/assets/minecraft/models/w5902.json new file mode 100644 index 000000000..a4525ef93 --- /dev/null +++ b/assets/minecraft/models/w5902.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,0,15.5,14]},"up":{"texture":"#0","uv":[16,14,15.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-4.8]}],"overrides":[],"textures":{"0":"item/w844452275_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5903.json b/assets/minecraft/models/w5903.json new file mode 100644 index 000000000..01af3caa0 --- /dev/null +++ b/assets/minecraft/models/w5903.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,10.5,2]},"east":{"texture":"#0","uv":[7,2,9,3]},"north":{"texture":"#0","uv":[9,2,10.5,3]},"south":{"texture":"#0","uv":[12.5,2,14,3]},"up":{"texture":"#0","uv":[10.5,2,9,0]},"west":{"texture":"#0","uv":[10.5,2,12.5,3]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.4,-12.8]}],"overrides":[],"textures":{"0":"item/w1251530469_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5904.json b/assets/minecraft/models/w5904.json new file mode 100644 index 000000000..0d6d172aa --- /dev/null +++ b/assets/minecraft/models/w5904.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,3]},"north":{"texture":"#0","uv":[1.5,1.5,3.5,3]},"south":{"texture":"#0","uv":[5,1.5,7,3]},"up":{"texture":"#0","uv":[3.5,1.5,1.5,0]},"west":{"texture":"#0","uv":[3.5,1.5,5,3]}},"from":[-15.7,-15.4,-15.6],"shade":false,"to":[-12.5,-13,-13.200001]},{"faces":{"down":{"texture":"#0","uv":[1.5,3.5,1,4]},"east":{"texture":"#0","uv":[0,4,0.5,4.5]},"north":{"texture":"#0","uv":[0.5,4,1,4.5]},"south":{"texture":"#0","uv":[1.5,4,2,4.5]},"up":{"texture":"#0","uv":[1,4,0.5,3.5]},"west":{"texture":"#0","uv":[1,4,1.5,4.5]}},"from":[-14,-14.6,-16],"shade":false,"to":[-13.2,-13.8,-15.2]},{"faces":{"down":{"texture":"#0","uv":[1.5,3.5,1,4]},"east":{"texture":"#0","uv":[0,4,0.5,4.5]},"north":{"texture":"#0","uv":[0.5,4,1,4.5]},"south":{"texture":"#0","uv":[1.5,4,2,4.5]},"up":{"texture":"#0","uv":[1,4,0.5,3.5]},"west":{"texture":"#0","uv":[1,4,1.5,4.5]}},"from":[-13.1,-14.2,-15.8],"shade":false,"to":[-12.3,-13.4,-15]},{"faces":{"down":{"texture":"#0","uv":[2.75,3.5,2.5,3.75]},"east":{"texture":"#0","uv":[2,3.75,2.25,4]},"north":{"texture":"#0","uv":[2.25,3.75,2.5,4]},"south":{"texture":"#0","uv":[2.75,3.75,3,4]},"up":{"texture":"#0","uv":[2.5,3.75,2.25,3.5]},"west":{"texture":"#0","uv":[2.5,3.75,2.75,4]}},"from":[-13.7,-13.6,-15.8],"shade":false,"to":[-13.3,-13.200001,-15.400001]},{"faces":{"down":{"texture":"#0","uv":[2.75,3.5,2.5,3.75]},"east":{"texture":"#0","uv":[2,3.75,2.25,4]},"north":{"texture":"#0","uv":[2.25,3.75,2.5,4]},"south":{"texture":"#0","uv":[2.75,3.75,3,4]},"up":{"texture":"#0","uv":[2.5,3.75,2.25,3.5]},"west":{"texture":"#0","uv":[2.5,3.75,2.75,4]}},"from":[-12.6,-13.6,-14.6],"shade":false,"to":[-12.200001,-13.200001,-14.200001]},{"faces":{"down":{"texture":"#0","uv":[2.5,3.5,2.75,3.75]},"east":{"texture":"#0","uv":[2.75,3.75,2.5,4]},"north":{"texture":"#0","uv":[2.5,3.75,2.25,4]},"south":{"texture":"#0","uv":[3,3.75,2.75,4]},"up":{"texture":"#0","uv":[2.25,3.75,2.5,3.5]},"west":{"texture":"#0","uv":[2.25,3.75,2,4]}},"from":[-16,-13.6,-14.6],"shade":false,"to":[-15.6,-13.200001,-14.200001]},{"faces":{"down":{"texture":"#0","uv":[1,3.5,1.5,4]},"east":{"texture":"#0","uv":[1.5,4,1,4.5]},"north":{"texture":"#0","uv":[1,4,0.5,4.5]},"south":{"texture":"#0","uv":[2,4,1.5,4.5]},"up":{"texture":"#0","uv":[0.5,4,1,3.5]},"west":{"texture":"#0","uv":[0.5,4,0,4.5]}},"from":[-15.9,-14.2,-15.8],"shade":false,"to":[-15.099999,-13.4,-15]},{"faces":{"down":{"texture":"#0","uv":[2.5,3.5,2.75,3.75]},"east":{"texture":"#0","uv":[2.75,3.75,2.5,4]},"north":{"texture":"#0","uv":[2.5,3.75,2.25,4]},"south":{"texture":"#0","uv":[3,3.75,2.75,4]},"up":{"texture":"#0","uv":[2.25,3.75,2.5,3.5]},"west":{"texture":"#0","uv":[2.25,3.75,2,4]}},"from":[-14.9,-13.6,-15.8],"shade":false,"to":[-14.5,-13.200001,-15.400001]},{"faces":{"down":{"texture":"#0","uv":[1,3.5,1.5,4]},"east":{"texture":"#0","uv":[1.5,4,1,4.5]},"north":{"texture":"#0","uv":[1,4,0.5,4.5]},"south":{"texture":"#0","uv":[2,4,1.5,4.5]},"up":{"texture":"#0","uv":[0.5,4,1,3.5]},"west":{"texture":"#0","uv":[0.5,4,0,4.5]}},"from":[-15,-14.6,-16],"shade":false,"to":[-14.2,-13.8,-15.2]},{"faces":{"down":{"texture":"#0","uv":[1,4.5,1.5,5]},"east":{"texture":"#0","uv":[1.5,5,1,5.75]},"north":{"texture":"#0","uv":[1,5,0.5,5.75]},"south":{"texture":"#0","uv":[2,5,1.5,5.75]},"up":{"texture":"#0","uv":[0.5,5,1,4.5]},"west":{"texture":"#0","uv":[0.5,5,0,5.75]}},"from":[-15.5,-16,-16],"rotation":{"angle":22.5,"axis":"x","origin":[-15.1,-14.8,-15.6],"rescale":false},"shade":false,"to":[-14.7,-14.8,-15.2]},{"faces":{"down":{"texture":"#0","uv":[1.5,4.5,1,5]},"east":{"texture":"#0","uv":[0,5,0.5,5.75]},"north":{"texture":"#0","uv":[0.5,5,1,5.75]},"south":{"texture":"#0","uv":[1.5,5,2,5.75]},"up":{"texture":"#0","uv":[1,5,0.5,4.5]},"west":{"texture":"#0","uv":[1,5,1.5,5.75]}},"from":[-13.5,-16,-16],"rotation":{"angle":22.5,"axis":"x","origin":[-13.1,-14.8,-15.6],"rescale":false},"shade":false,"to":[-12.7,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1251530469_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5905.json b/assets/minecraft/models/w5905.json new file mode 100644 index 000000000..e300b48db --- /dev/null +++ b/assets/minecraft/models/w5905.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1251530469_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5906.json b/assets/minecraft/models/w5906.json new file mode 100644 index 000000000..e300b48db --- /dev/null +++ b/assets/minecraft/models/w5906.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1251530469_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5907.json b/assets/minecraft/models/w5907.json new file mode 100644 index 000000000..e300b48db --- /dev/null +++ b/assets/minecraft/models/w5907.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1251530469_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5908.json b/assets/minecraft/models/w5908.json new file mode 100644 index 000000000..e300b48db --- /dev/null +++ b/assets/minecraft/models/w5908.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1251530469_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5909.json b/assets/minecraft/models/w5909.json new file mode 100644 index 000000000..73d8c812a --- /dev/null +++ b/assets/minecraft/models/w5909.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1251530469_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w591.json b/assets/minecraft/models/w591.json new file mode 100644 index 000000000..bb56f1b40 --- /dev/null +++ b/assets/minecraft/models/w591.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,4,0,6]},"south":{"texture":"#0","uv":[0,4,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5910.json b/assets/minecraft/models/w5910.json new file mode 100644 index 000000000..73d8c812a --- /dev/null +++ b/assets/minecraft/models/w5910.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1251530469_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5911.json b/assets/minecraft/models/w5911.json new file mode 100644 index 000000000..73d8c812a --- /dev/null +++ b/assets/minecraft/models/w5911.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1251530469_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5912.json b/assets/minecraft/models/w5912.json new file mode 100644 index 000000000..73d8c812a --- /dev/null +++ b/assets/minecraft/models/w5912.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1251530469_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5913.json b/assets/minecraft/models/w5913.json new file mode 100644 index 000000000..5ab43631a --- /dev/null +++ b/assets/minecraft/models/w5913.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,8,5.5,11]},"east":{"texture":"#0","uv":[0,11,3,13]},"north":{"texture":"#0","uv":[3,11,5.5,13]},"south":{"texture":"#0","uv":[8.5,11,11,13]},"up":{"texture":"#0","uv":[5.5,11,3,8]},"west":{"texture":"#0","uv":[5.5,11,8.5,13]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-12.8,-11.2]}],"overrides":[],"textures":{"0":"item/w1251530469_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5914.json b/assets/minecraft/models/w5914.json new file mode 100644 index 000000000..b785bd003 --- /dev/null +++ b/assets/minecraft/models/w5914.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1251530469_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5915.json b/assets/minecraft/models/w5915.json new file mode 100644 index 000000000..b785bd003 --- /dev/null +++ b/assets/minecraft/models/w5915.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1251530469_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5916.json b/assets/minecraft/models/w5916.json new file mode 100644 index 000000000..b785bd003 --- /dev/null +++ b/assets/minecraft/models/w5916.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1251530469_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5917.json b/assets/minecraft/models/w5917.json new file mode 100644 index 000000000..b785bd003 --- /dev/null +++ b/assets/minecraft/models/w5917.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1251530469_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5918.json b/assets/minecraft/models/w5918.json new file mode 100644 index 000000000..1f8b30448 --- /dev/null +++ b/assets/minecraft/models/w5918.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1251530469_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5919.json b/assets/minecraft/models/w5919.json new file mode 100644 index 000000000..1f8b30448 --- /dev/null +++ b/assets/minecraft/models/w5919.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1251530469_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w592.json b/assets/minecraft/models/w592.json new file mode 100644 index 000000000..951ba5d37 --- /dev/null +++ b/assets/minecraft/models/w592.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,2,6]},"south":{"texture":"#0","uv":[2,4,0,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5920.json b/assets/minecraft/models/w5920.json new file mode 100644 index 000000000..1f8b30448 --- /dev/null +++ b/assets/minecraft/models/w5920.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1251530469_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5921.json b/assets/minecraft/models/w5921.json new file mode 100644 index 000000000..1f8b30448 --- /dev/null +++ b/assets/minecraft/models/w5921.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1251530469_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5922.json b/assets/minecraft/models/w5922.json new file mode 100644 index 000000000..ebf8e2a0e --- /dev/null +++ b/assets/minecraft/models/w5922.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,10.5,2]},"east":{"texture":"#0","uv":[7,2,9,3]},"north":{"texture":"#0","uv":[9,2,10.5,3]},"south":{"texture":"#0","uv":[12.5,2,14,3]},"up":{"texture":"#0","uv":[10.5,2,9,0]},"west":{"texture":"#0","uv":[10.5,2,12.5,3]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.4,-12.8]}],"overrides":[],"textures":{"0":"item/w324902060_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5923.json b/assets/minecraft/models/w5923.json new file mode 100644 index 000000000..c05d4a2d2 --- /dev/null +++ b/assets/minecraft/models/w5923.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,3]},"north":{"texture":"#0","uv":[1.5,1.5,3.5,3]},"south":{"texture":"#0","uv":[5,1.5,7,3]},"up":{"texture":"#0","uv":[3.5,1.5,1.5,0]},"west":{"texture":"#0","uv":[3.5,1.5,5,3]}},"from":[-15.7,-15.4,-15.6],"shade":false,"to":[-12.5,-13,-13.200001]},{"faces":{"down":{"texture":"#0","uv":[1.5,3.5,1,4]},"east":{"texture":"#0","uv":[0,4,0.5,4.5]},"north":{"texture":"#0","uv":[0.5,4,1,4.5]},"south":{"texture":"#0","uv":[1.5,4,2,4.5]},"up":{"texture":"#0","uv":[1,4,0.5,3.5]},"west":{"texture":"#0","uv":[1,4,1.5,4.5]}},"from":[-14,-14.6,-16],"shade":false,"to":[-13.2,-13.8,-15.2]},{"faces":{"down":{"texture":"#0","uv":[1.5,3.5,1,4]},"east":{"texture":"#0","uv":[0,4,0.5,4.5]},"north":{"texture":"#0","uv":[0.5,4,1,4.5]},"south":{"texture":"#0","uv":[1.5,4,2,4.5]},"up":{"texture":"#0","uv":[1,4,0.5,3.5]},"west":{"texture":"#0","uv":[1,4,1.5,4.5]}},"from":[-13.1,-14.2,-15.8],"shade":false,"to":[-12.3,-13.4,-15]},{"faces":{"down":{"texture":"#0","uv":[2.75,3.5,2.5,3.75]},"east":{"texture":"#0","uv":[2,3.75,2.25,4]},"north":{"texture":"#0","uv":[2.25,3.75,2.5,4]},"south":{"texture":"#0","uv":[2.75,3.75,3,4]},"up":{"texture":"#0","uv":[2.5,3.75,2.25,3.5]},"west":{"texture":"#0","uv":[2.5,3.75,2.75,4]}},"from":[-13.7,-13.6,-15.8],"shade":false,"to":[-13.3,-13.200001,-15.400001]},{"faces":{"down":{"texture":"#0","uv":[2.75,3.5,2.5,3.75]},"east":{"texture":"#0","uv":[2,3.75,2.25,4]},"north":{"texture":"#0","uv":[2.25,3.75,2.5,4]},"south":{"texture":"#0","uv":[2.75,3.75,3,4]},"up":{"texture":"#0","uv":[2.5,3.75,2.25,3.5]},"west":{"texture":"#0","uv":[2.5,3.75,2.75,4]}},"from":[-12.6,-13.6,-14.6],"shade":false,"to":[-12.200001,-13.200001,-14.200001]},{"faces":{"down":{"texture":"#0","uv":[2.5,3.5,2.75,3.75]},"east":{"texture":"#0","uv":[2.75,3.75,2.5,4]},"north":{"texture":"#0","uv":[2.5,3.75,2.25,4]},"south":{"texture":"#0","uv":[3,3.75,2.75,4]},"up":{"texture":"#0","uv":[2.25,3.75,2.5,3.5]},"west":{"texture":"#0","uv":[2.25,3.75,2,4]}},"from":[-16,-13.6,-14.6],"shade":false,"to":[-15.6,-13.200001,-14.200001]},{"faces":{"down":{"texture":"#0","uv":[1,3.5,1.5,4]},"east":{"texture":"#0","uv":[1.5,4,1,4.5]},"north":{"texture":"#0","uv":[1,4,0.5,4.5]},"south":{"texture":"#0","uv":[2,4,1.5,4.5]},"up":{"texture":"#0","uv":[0.5,4,1,3.5]},"west":{"texture":"#0","uv":[0.5,4,0,4.5]}},"from":[-15.9,-14.2,-15.8],"shade":false,"to":[-15.099999,-13.4,-15]},{"faces":{"down":{"texture":"#0","uv":[2.5,3.5,2.75,3.75]},"east":{"texture":"#0","uv":[2.75,3.75,2.5,4]},"north":{"texture":"#0","uv":[2.5,3.75,2.25,4]},"south":{"texture":"#0","uv":[3,3.75,2.75,4]},"up":{"texture":"#0","uv":[2.25,3.75,2.5,3.5]},"west":{"texture":"#0","uv":[2.25,3.75,2,4]}},"from":[-14.9,-13.6,-15.8],"shade":false,"to":[-14.5,-13.200001,-15.400001]},{"faces":{"down":{"texture":"#0","uv":[1,3.5,1.5,4]},"east":{"texture":"#0","uv":[1.5,4,1,4.5]},"north":{"texture":"#0","uv":[1,4,0.5,4.5]},"south":{"texture":"#0","uv":[2,4,1.5,4.5]},"up":{"texture":"#0","uv":[0.5,4,1,3.5]},"west":{"texture":"#0","uv":[0.5,4,0,4.5]}},"from":[-15,-14.6,-16],"shade":false,"to":[-14.2,-13.8,-15.2]},{"faces":{"down":{"texture":"#0","uv":[1,4.5,1.5,5]},"east":{"texture":"#0","uv":[1.5,5,1,5.75]},"north":{"texture":"#0","uv":[1,5,0.5,5.75]},"south":{"texture":"#0","uv":[2,5,1.5,5.75]},"up":{"texture":"#0","uv":[0.5,5,1,4.5]},"west":{"texture":"#0","uv":[0.5,5,0,5.75]}},"from":[-15.5,-16,-16],"rotation":{"angle":22.5,"axis":"x","origin":[-15.1,-14.8,-15.6],"rescale":false},"shade":false,"to":[-14.7,-14.8,-15.2]},{"faces":{"down":{"texture":"#0","uv":[1.5,4.5,1,5]},"east":{"texture":"#0","uv":[0,5,0.5,5.75]},"north":{"texture":"#0","uv":[0.5,5,1,5.75]},"south":{"texture":"#0","uv":[1.5,5,2,5.75]},"up":{"texture":"#0","uv":[1,5,0.5,4.5]},"west":{"texture":"#0","uv":[1,5,1.5,5.75]}},"from":[-13.5,-16,-16],"rotation":{"angle":22.5,"axis":"x","origin":[-13.1,-14.8,-15.6],"rescale":false},"shade":false,"to":[-12.7,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w324902060_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5924.json b/assets/minecraft/models/w5924.json new file mode 100644 index 000000000..568c0d36b --- /dev/null +++ b/assets/minecraft/models/w5924.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w324902060_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5925.json b/assets/minecraft/models/w5925.json new file mode 100644 index 000000000..568c0d36b --- /dev/null +++ b/assets/minecraft/models/w5925.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w324902060_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5926.json b/assets/minecraft/models/w5926.json new file mode 100644 index 000000000..568c0d36b --- /dev/null +++ b/assets/minecraft/models/w5926.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w324902060_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5927.json b/assets/minecraft/models/w5927.json new file mode 100644 index 000000000..568c0d36b --- /dev/null +++ b/assets/minecraft/models/w5927.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w324902060_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5928.json b/assets/minecraft/models/w5928.json new file mode 100644 index 000000000..a0b2f045d --- /dev/null +++ b/assets/minecraft/models/w5928.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w324902060_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5929.json b/assets/minecraft/models/w5929.json new file mode 100644 index 000000000..a0b2f045d --- /dev/null +++ b/assets/minecraft/models/w5929.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w324902060_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w593.json b/assets/minecraft/models/w593.json new file mode 100644 index 000000000..bb56f1b40 --- /dev/null +++ b/assets/minecraft/models/w593.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,4,0,6]},"south":{"texture":"#0","uv":[0,4,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5930.json b/assets/minecraft/models/w5930.json new file mode 100644 index 000000000..a0b2f045d --- /dev/null +++ b/assets/minecraft/models/w5930.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w324902060_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5931.json b/assets/minecraft/models/w5931.json new file mode 100644 index 000000000..a0b2f045d --- /dev/null +++ b/assets/minecraft/models/w5931.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w324902060_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5932.json b/assets/minecraft/models/w5932.json new file mode 100644 index 000000000..76e807d67 --- /dev/null +++ b/assets/minecraft/models/w5932.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.25,9.5,2.75,9.75]},"east":{"texture":"#0","uv":[2,9.75,2.25,10.75]},"north":{"texture":"#0","uv":[2.25,9.75,2.75,10.75]},"south":{"texture":"#0","uv":[3,9.75,3.5,10.75]},"up":{"texture":"#0","uv":[2.75,9.75,2.25,9.5]},"west":{"texture":"#0","uv":[2.75,9.75,3,10.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-15.6]}],"overrides":[],"textures":{"0":"item/w324902060_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5933.json b/assets/minecraft/models/w5933.json new file mode 100644 index 000000000..400a8baa7 --- /dev/null +++ b/assets/minecraft/models/w5933.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.75,9.5,3.25,9.75]},"east":{"texture":"#0","uv":[3,9.75,2.75,10.75]},"north":{"texture":"#0","uv":[2.75,9.75,2.25,10.75]},"south":{"texture":"#0","uv":[3.5,9.75,3,10.75]},"up":{"texture":"#0","uv":[2.25,9.75,2.75,9.5]},"west":{"texture":"#0","uv":[2.25,9.75,2,10.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-15.6]}],"overrides":[],"textures":{"0":"item/w324902060_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5934.json b/assets/minecraft/models/w5934.json new file mode 100644 index 000000000..fd8d3349d --- /dev/null +++ b/assets/minecraft/models/w5934.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.75,7.25,6.75,11]},"east":{"texture":"#0","uv":[0,11,3.75,13.5]},"north":{"texture":"#0","uv":[3.75,11,6.75,13.5]},"south":{"texture":"#0","uv":[10.5,11,13.5,13.5]},"up":{"texture":"#0","uv":[6.75,11,3.75,7.25]},"west":{"texture":"#0","uv":[6.75,11,10.5,13.5]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-12,-10]}],"overrides":[],"textures":{"0":"item/w324902060_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5935.json b/assets/minecraft/models/w5935.json new file mode 100644 index 000000000..55a2d0be0 --- /dev/null +++ b/assets/minecraft/models/w5935.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w324902060_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5936.json b/assets/minecraft/models/w5936.json new file mode 100644 index 000000000..55a2d0be0 --- /dev/null +++ b/assets/minecraft/models/w5936.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w324902060_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5937.json b/assets/minecraft/models/w5937.json new file mode 100644 index 000000000..55a2d0be0 --- /dev/null +++ b/assets/minecraft/models/w5937.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w324902060_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5938.json b/assets/minecraft/models/w5938.json new file mode 100644 index 000000000..55a2d0be0 --- /dev/null +++ b/assets/minecraft/models/w5938.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w324902060_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5939.json b/assets/minecraft/models/w5939.json new file mode 100644 index 000000000..017dbeafb --- /dev/null +++ b/assets/minecraft/models/w5939.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w324902060_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w594.json b/assets/minecraft/models/w594.json new file mode 100644 index 000000000..bb56f1b40 --- /dev/null +++ b/assets/minecraft/models/w594.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,4,0,6]},"south":{"texture":"#0","uv":[0,4,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5940.json b/assets/minecraft/models/w5940.json new file mode 100644 index 000000000..017dbeafb --- /dev/null +++ b/assets/minecraft/models/w5940.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w324902060_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5941.json b/assets/minecraft/models/w5941.json new file mode 100644 index 000000000..017dbeafb --- /dev/null +++ b/assets/minecraft/models/w5941.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w324902060_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5942.json b/assets/minecraft/models/w5942.json new file mode 100644 index 000000000..017dbeafb --- /dev/null +++ b/assets/minecraft/models/w5942.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w324902060_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5943.json b/assets/minecraft/models/w5943.json new file mode 100644 index 000000000..e02296313 --- /dev/null +++ b/assets/minecraft/models/w5943.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.375,4.75,7.375,5.375]},"east":{"texture":"#0","uv":[7.375,0.75,8,1.75]},"north":{"texture":"#0","uv":[4.75,2.25,5.75,3.25]},"south":{"texture":"#0","uv":[1.25,4.875,2.25,5.875]},"up":{"texture":"#0","uv":[5.75,8,4.75,7.375]},"west":{"texture":"#0","uv":[7.375,2.75,8,3.75]}},"from":[-15.8,-14.8,-15.6],"shade":false,"to":[-12.700001,-11.6,-13.6]},{"faces":{"down":{"texture":"#0","uv":[7.5,4,6.375,4.75]},"east":{"texture":"#0","uv":[5.75,6.125,6.5,7.25]},"north":{"texture":"#0","uv":[4.625,0,5.75,1.125]},"south":{"texture":"#0","uv":[4.75,1.125,5.875,2.25]},"up":{"texture":"#0","uv":[7.375,4,6.25,3.25]},"west":{"texture":"#0","uv":[3.375,6.25,4.125,7.375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.5,-12.4,-13.5]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5944.json b/assets/minecraft/models/w5944.json new file mode 100644 index 000000000..7fca2b25d --- /dev/null +++ b/assets/minecraft/models/w5944.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.875,2,8,2.625]},"east":{"texture":"#0","uv":[3.375,5.625,4,6.25]},"north":{"texture":"#0","uv":[7.75,6.5,8.625,7.125]},"south":{"texture":"#0","uv":[8,0.75,8.875,1.375]},"up":{"texture":"#0","uv":[8.875,2,8,1.375]},"west":{"texture":"#0","uv":[8.375,4.75,9,5.375]}},"from":[-15.6,-15.6,-15.8],"shade":false,"to":[-13,-13.6,-13.700001]},{"faces":{"down":{"texture":"#0","uv":[9.5,2,8.875,2.5]},"east":{"texture":"#0","uv":[4.75,3.25,5.25,3.75]},"north":{"texture":"#0","uv":[6.25,8.625,6.875,9.125]},"south":{"texture":"#0","uv":[3.25,8.75,3.875,9.25]},"up":{"texture":"#0","uv":[9.5,2,8.875,1.5]},"west":{"texture":"#0","uv":[2.25,4.875,2.75,5.375]}},"from":[-16,-16,-16],"rotation":{"angle":-22.5,"axis":"z","origin":[-14.3,-14.4,-15.55],"rescale":false},"shade":false,"to":[-14.2,-14.4,-14.5]},{"faces":{"down":{"texture":"#0","uv":[9.5,6.875,8.875,7.375]},"east":{"texture":"#0","uv":[9,3,9.5,3.5]},"north":{"texture":"#0","uv":[8.875,4.125,9.5,4.625]},"south":{"texture":"#0","uv":[8.875,5.375,9.5,5.875]},"up":{"texture":"#0","uv":[7.5,9.375,6.875,8.875]},"west":{"texture":"#0","uv":[9,4.625,9.5,5.125]}},"from":[-14.4,-16,-16],"rotation":{"angle":22.5,"axis":"z","origin":[-14.3,-14.4,-15.55],"rescale":false},"shade":false,"to":[-12.599999,-14.4,-14.5]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5945.json b/assets/minecraft/models/w5945.json new file mode 100644 index 000000000..aa3f834d6 --- /dev/null +++ b/assets/minecraft/models/w5945.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,5.25,4,6.25]},"east":{"texture":"#0","uv":[0.875,7.125,1.875,7.875]},"north":{"texture":"#0","uv":[7,2,8,2.75]},"south":{"texture":"#0","uv":[6.5,7.125,7.5,7.875]},"up":{"texture":"#0","uv":[6.25,4.25,5.25,3.25]},"west":{"texture":"#0","uv":[7.375,0,8.375,0.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.7,-13.599999,-12.7]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5946.json b/assets/minecraft/models/w5946.json new file mode 100644 index 000000000..d22397334 --- /dev/null +++ b/assets/minecraft/models/w5946.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.75,6.5,6.5,7.125]},"east":{"texture":"#0","uv":[8.25,5.375,8.875,6.125]},"north":{"texture":"#0","uv":[5.75,2.5,7,3.25]},"south":{"texture":"#0","uv":[6.125,5.125,7.375,5.875]},"up":{"texture":"#0","uv":[7.75,6.5,6.5,5.875]},"west":{"texture":"#0","uv":[8.375,0,9,0.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.1,-13.6,-13.9]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5947.json b/assets/minecraft/models/w5947.json new file mode 100644 index 000000000..17500fcd0 --- /dev/null +++ b/assets/minecraft/models/w5947.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.125,6.125,8.25,6.5]},"east":{"texture":"#0","uv":[8.125,9.875,8.5,10.125]},"north":{"texture":"#0","uv":[9.5,1.75,10.375,2]},"south":{"texture":"#0","uv":[9.5,2,10.375,2.25]},"up":{"texture":"#0","uv":[7.25,5.125,6.375,4.75]},"west":{"texture":"#0","uv":[9.875,9.75,10.25,10]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-15.1,-14.8]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5948.json b/assets/minecraft/models/w5948.json new file mode 100644 index 000000000..e622bb656 --- /dev/null +++ b/assets/minecraft/models/w5948.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,6.125,9.125,6.5]},"east":{"texture":"#0","uv":[10.25,9.75,9.875,10]},"north":{"texture":"#0","uv":[10.375,1.75,9.5,2]},"south":{"texture":"#0","uv":[10.375,2,9.5,2.25]},"up":{"texture":"#0","uv":[6.375,5.125,7.25,4.75]},"west":{"texture":"#0","uv":[8.5,9.875,8.125,10.125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-15.1,-14.8]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5949.json b/assets/minecraft/models/w5949.json new file mode 100644 index 000000000..63d7f5c9b --- /dev/null +++ b/assets/minecraft/models/w5949.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,5.75,0,6.625]},"east":{"texture":"#0","uv":[2.5,6.5,3.375,7.375]},"north":{"texture":"#0","uv":[5.25,4.25,6.375,5.125]},"south":{"texture":"#0","uv":[5,5.25,6.125,6.125]},"up":{"texture":"#0","uv":[3.375,6.5,2.25,5.625]},"west":{"texture":"#0","uv":[0,6.625,0.875,7.5]}},"from":[-15.65,-15.7,-15.8],"shade":false,"to":[-12.049999,-12.9,-13]},{"faces":{"down":{"texture":"#0","uv":[5.125,10.125,4.875,10.25]},"east":{"texture":"#0","uv":[5.75,0,5.875,0.25]},"north":{"texture":"#0","uv":[10,8.25,10.25,8.5]},"south":{"texture":"#0","uv":[10,8.5,10.25,8.75]},"up":{"texture":"#0","uv":[4.875,10.25,4.625,10.125]},"west":{"texture":"#0","uv":[5.75,0.25,5.875,0.5]}},"from":[-14.65,-16,-16],"shade":false,"to":[-14.049999,-15.2,-15.6]},{"faces":{"down":{"texture":"#0","uv":[10.375,5.875,10.125,6]},"east":{"texture":"#0","uv":[5.75,0.5,5.875,0.75]},"north":{"texture":"#0","uv":[10,9,10.25,9.25]},"south":{"texture":"#0","uv":[10,9.5,10.25,9.75]},"up":{"texture":"#0","uv":[10.375,5.875,10.125,5.75]},"west":{"texture":"#0","uv":[5.75,0.75,5.875,1]}},"from":[-13.65,-16,-16],"shade":false,"to":[-13.049999,-15.2,-15.6]},{"faces":{"down":{"texture":"#0","uv":[10,6.25,9.125,6.5]},"east":{"texture":"#0","uv":[6.25,7.625,6.5,7.875]},"north":{"texture":"#0","uv":[9,0.5,9.875,0.75]},"south":{"texture":"#0","uv":[9,5.125,9.875,5.375]},"up":{"texture":"#0","uv":[10,4.125,9.125,3.875]},"west":{"texture":"#0","uv":[1.125,8.625,1.375,8.875]}},"from":[-16,-14.2,-14.8],"rotation":{"angle":-22.5,"axis":"y","origin":[-13.85,-13.8,-14.4],"rescale":false},"shade":false,"to":[-13.3,-13.4,-14]},{"faces":{"down":{"texture":"#0","uv":[10.375,1.5,9.5,1.75]},"east":{"texture":"#0","uv":[8.625,6.875,8.875,7.125]},"north":{"texture":"#0","uv":[3.125,9.25,4,9.5]},"south":{"texture":"#0","uv":[6.875,9.375,7.75,9.625]},"up":{"texture":"#0","uv":[10.25,9,9.375,8.75]},"west":{"texture":"#0","uv":[8.875,5.875,9.125,6.125]}},"from":[-14.4,-14.2,-14.8],"rotation":{"angle":22.5,"axis":"y","origin":[-13.85,-13.8,-14.4],"rescale":false},"shade":false,"to":[-11.7,-13.4,-14]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w595.json b/assets/minecraft/models/w595.json new file mode 100644 index 000000000..951ba5d37 --- /dev/null +++ b/assets/minecraft/models/w595.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,2,6]},"south":{"texture":"#0","uv":[2,4,0,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5950.json b/assets/minecraft/models/w5950.json new file mode 100644 index 000000000..365cad67e --- /dev/null +++ b/assets/minecraft/models/w5950.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.125,1.625,1.625,3.25]},"east":{"texture":"#0","uv":[0,0,1.625,1.5]},"north":{"texture":"#0","uv":[0,3,1.5,4.5]},"south":{"texture":"#0","uv":[3.125,0,4.625,1.5]},"up":{"texture":"#0","uv":[3.125,1.625,1.625,0]},"west":{"texture":"#0","uv":[0,1.5,1.625,3]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-10.700001]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5951.json b/assets/minecraft/models/w5951.json new file mode 100644 index 000000000..c0e552701 --- /dev/null +++ b/assets/minecraft/models/w5951.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.125,9.125,2.5,9.5]},"east":{"texture":"#0","uv":[0.375,8.625,0.75,9.625]},"north":{"texture":"#0","uv":[0,7.5,0.625,8.5]},"south":{"texture":"#0","uv":[7.5,3.75,8.125,4.75]},"up":{"texture":"#0","uv":[9.5,8.75,8.875,8.375]},"west":{"texture":"#0","uv":[0.75,8.625,1.125,9.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-12.700001,-14.66]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5952.json b/assets/minecraft/models/w5952.json new file mode 100644 index 000000000..fa97f4312 --- /dev/null +++ b/assets/minecraft/models/w5952.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,9.125,3.125,9.5]},"east":{"texture":"#0","uv":[1.125,8.625,0.75,9.625]},"north":{"texture":"#0","uv":[0.625,7.5,0,8.5]},"south":{"texture":"#0","uv":[8.125,3.75,7.5,4.75]},"up":{"texture":"#0","uv":[8.875,8.75,9.5,8.375]},"west":{"texture":"#0","uv":[0.75,8.625,0.375,9.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-12.700001,-14.66]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5953.json b/assets/minecraft/models/w5953.json new file mode 100644 index 000000000..0b1e9b8bb --- /dev/null +++ b/assets/minecraft/models/w5953.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,9.125,8.375,9.5]},"east":{"texture":"#0","uv":[7.5,8.125,7.875,9.375]},"north":{"texture":"#0","uv":[4.125,6.25,4.75,7.5]},"south":{"texture":"#0","uv":[1.875,6.5,2.5,7.75]},"up":{"texture":"#0","uv":[6.875,9.5,6.25,9.125]},"west":{"texture":"#0","uv":[8.125,7.75,8.5,9]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11.9,-14.66]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5954.json b/assets/minecraft/models/w5954.json new file mode 100644 index 000000000..6d31afa9c --- /dev/null +++ b/assets/minecraft/models/w5954.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.375,9.125,9,9.5]},"east":{"texture":"#0","uv":[8.5,7.75,8.125,9]},"north":{"texture":"#0","uv":[4.75,6.25,4.125,7.5]},"south":{"texture":"#0","uv":[2.5,6.5,1.875,7.75]},"up":{"texture":"#0","uv":[6.25,9.5,6.875,9.125]},"west":{"texture":"#0","uv":[7.875,8.125,7.5,9.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11.9,-14.66]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5955.json b/assets/minecraft/models/w5955.json new file mode 100644 index 000000000..0b1e9b8bb --- /dev/null +++ b/assets/minecraft/models/w5955.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,9.125,8.375,9.5]},"east":{"texture":"#0","uv":[7.5,8.125,7.875,9.375]},"north":{"texture":"#0","uv":[4.125,6.25,4.75,7.5]},"south":{"texture":"#0","uv":[1.875,6.5,2.5,7.75]},"up":{"texture":"#0","uv":[6.875,9.5,6.25,9.125]},"west":{"texture":"#0","uv":[8.125,7.75,8.5,9]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11.9,-14.66]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5956.json b/assets/minecraft/models/w5956.json new file mode 100644 index 000000000..6d31afa9c --- /dev/null +++ b/assets/minecraft/models/w5956.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.375,9.125,9,9.5]},"east":{"texture":"#0","uv":[8.5,7.75,8.125,9]},"north":{"texture":"#0","uv":[4.75,6.25,4.125,7.5]},"south":{"texture":"#0","uv":[2.5,6.5,1.875,7.75]},"up":{"texture":"#0","uv":[6.25,9.5,6.875,9.125]},"west":{"texture":"#0","uv":[7.875,8.125,7.5,9.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11.9,-14.66]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5957.json b/assets/minecraft/models/w5957.json new file mode 100644 index 000000000..0b1e9b8bb --- /dev/null +++ b/assets/minecraft/models/w5957.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,9.125,8.375,9.5]},"east":{"texture":"#0","uv":[7.5,8.125,7.875,9.375]},"north":{"texture":"#0","uv":[4.125,6.25,4.75,7.5]},"south":{"texture":"#0","uv":[1.875,6.5,2.5,7.75]},"up":{"texture":"#0","uv":[6.875,9.5,6.25,9.125]},"west":{"texture":"#0","uv":[8.125,7.75,8.5,9]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11.9,-14.66]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5958.json b/assets/minecraft/models/w5958.json new file mode 100644 index 000000000..6d31afa9c --- /dev/null +++ b/assets/minecraft/models/w5958.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.375,9.125,9,9.5]},"east":{"texture":"#0","uv":[8.5,7.75,8.125,9]},"north":{"texture":"#0","uv":[4.75,6.25,4.125,7.5]},"south":{"texture":"#0","uv":[2.5,6.5,1.875,7.75]},"up":{"texture":"#0","uv":[6.25,9.5,6.875,9.125]},"west":{"texture":"#0","uv":[7.875,8.125,7.5,9.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11.9,-14.66]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5959.json b/assets/minecraft/models/w5959.json new file mode 100644 index 000000000..d71bb3891 --- /dev/null +++ b/assets/minecraft/models/w5959.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.25,8.75,2.375,9.125]},"east":{"texture":"#0","uv":[10,0,10.375,0.25]},"north":{"texture":"#0","uv":[9.5,2.25,10.375,2.5]},"south":{"texture":"#0","uv":[2.5,9.5,3.375,9.75]},"up":{"texture":"#0","uv":[9.5,6.875,8.625,6.5]},"west":{"texture":"#0","uv":[0.375,10,0.75,10.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-15.08,-14.81]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w596.json b/assets/minecraft/models/w596.json new file mode 100644 index 000000000..88677906d --- /dev/null +++ b/assets/minecraft/models/w596.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,6,0,4]},"south":{"texture":"#0","uv":[0,6,2,4]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5960.json b/assets/minecraft/models/w5960.json new file mode 100644 index 000000000..83b5b6bc5 --- /dev/null +++ b/assets/minecraft/models/w5960.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.375,8.75,3.25,9.125]},"east":{"texture":"#0","uv":[0.75,10,0.375,10.25]},"north":{"texture":"#0","uv":[10.375,2.25,9.5,2.5]},"south":{"texture":"#0","uv":[3.375,9.5,2.5,9.75]},"up":{"texture":"#0","uv":[8.625,6.875,9.5,6.5]},"west":{"texture":"#0","uv":[10.375,0,10,0.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-15.08,-14.81]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5961.json b/assets/minecraft/models/w5961.json new file mode 100644 index 000000000..e2d6aceba --- /dev/null +++ b/assets/minecraft/models/w5961.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.375,5,7.25,5.125]},"east":{"texture":"#0","uv":[5.75,1,5.875,1.125]},"north":{"texture":"#0","uv":[4.625,1.375,4.75,1.5]},"south":{"texture":"#0","uv":[1.125,5.75,1.25,5.875]},"up":{"texture":"#0","uv":[7.375,5,7.25,4.875]},"west":{"texture":"#0","uv":[7.25,4.75,7.375,4.875]}},"from":[-14.8,-16,-15.6],"rotation":{"angle":22.5,"axis":"z","origin":[-14.6,-15.8,-15.4],"rescale":false},"shade":false,"to":[-14.400001,-15.6,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[10.375,4.375,10,4.625]},"east":{"texture":"#0","uv":[6,9.625,6.25,10]},"north":{"texture":"#0","uv":[2.5,9.75,2.875,10.125]},"south":{"texture":"#0","uv":[2.875,9.75,3.25,10.125]},"up":{"texture":"#0","uv":[10.375,4.125,10,3.875]},"west":{"texture":"#0","uv":[5,9.75,5.25,10.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.9,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5962.json b/assets/minecraft/models/w5962.json new file mode 100644 index 000000000..81f93e95a --- /dev/null +++ b/assets/minecraft/models/w5962.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,10,3.625,10.25]},"east":{"texture":"#0","uv":[7.875,8.5,8.125,8.875]},"north":{"texture":"#0","uv":[9.75,0.75,10.125,1.125]},"south":{"texture":"#0","uv":[9.75,1.125,10.125,1.5]},"up":{"texture":"#0","uv":[10.375,2.75,10,2.5]},"west":{"texture":"#0","uv":[1.75,9.25,2,9.625]}},"from":[-15.5,-16,-16],"shade":false,"to":[-14.4,-14.8,-15.2]},{"faces":{"down":{"texture":"#0","uv":[2.5,7.875,2.375,8]},"east":{"texture":"#0","uv":[4.625,7.5,4.75,7.625]},"north":{"texture":"#0","uv":[4,7.375,4.125,7.5]},"south":{"texture":"#0","uv":[4.625,7.625,4.75,7.75]},"up":{"texture":"#0","uv":[4.75,7.875,4.625,7.75]},"west":{"texture":"#0","uv":[2.375,7.75,2.5,7.875]}},"from":[-16,-16,-15.6],"rotation":{"angle":-22.5,"axis":"z","origin":[-15.8,-15.8,-15.4],"rescale":false},"shade":false,"to":[-15.6,-15.6,-15.200001]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5963.json b/assets/minecraft/models/w5963.json new file mode 100644 index 000000000..73be8d50f --- /dev/null +++ b/assets/minecraft/models/w5963.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,5.875,1.875,6.375]},"east":{"texture":"#0","uv":[3.375,9.5,3.875,9.875]},"north":{"texture":"#0","uv":[9.625,2.5,10,2.875]},"south":{"texture":"#0","uv":[3.875,9.625,4.25,10]},"up":{"texture":"#0","uv":[3.125,3.75,2.75,3.25]},"west":{"texture":"#0","uv":[9.5,4.375,10,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.4]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5964.json b/assets/minecraft/models/w5964.json new file mode 100644 index 000000000..4a5146437 --- /dev/null +++ b/assets/minecraft/models/w5964.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.875,5.875,2.25,6.375]},"east":{"texture":"#0","uv":[10,4.375,9.5,4.75]},"north":{"texture":"#0","uv":[10,2.5,9.625,2.875]},"south":{"texture":"#0","uv":[4.25,9.625,3.875,10]},"up":{"texture":"#0","uv":[2.75,3.75,3.125,3.25]},"west":{"texture":"#0","uv":[3.875,9.5,3.375,9.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.4]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5965.json b/assets/minecraft/models/w5965.json new file mode 100644 index 000000000..699f47c26 --- /dev/null +++ b/assets/minecraft/models/w5965.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,4,2.75,5.625]},"east":{"texture":"#0","uv":[3.125,1.5,4.75,2.75]},"north":{"texture":"#0","uv":[4,4,5.25,5.25]},"south":{"texture":"#0","uv":[0,4.5,1.25,5.75]},"up":{"texture":"#0","uv":[2.75,4.875,1.5,3.25]},"west":{"texture":"#0","uv":[3.125,2.75,4.75,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-12,-10.700001]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5966.json b/assets/minecraft/models/w5966.json new file mode 100644 index 000000000..91b091401 --- /dev/null +++ b/assets/minecraft/models/w5966.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.875,7.125,8.125,7.75]},"east":{"texture":"#0","uv":[4,7.5,4.625,8.5]},"north":{"texture":"#0","uv":[6.625,0,7.375,1]},"south":{"texture":"#0","uv":[6.625,1,7.375,2]},"up":{"texture":"#0","uv":[8.875,4.75,8.125,4.125]},"west":{"texture":"#0","uv":[7.5,7.125,8.125,8.125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.8,-12.7,-14.06]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5967.json b/assets/minecraft/models/w5967.json new file mode 100644 index 000000000..da68509bb --- /dev/null +++ b/assets/minecraft/models/w5967.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.125,7.125,8.875,7.75]},"east":{"texture":"#0","uv":[8.125,7.125,7.5,8.125]},"north":{"texture":"#0","uv":[7.375,0,6.625,1]},"south":{"texture":"#0","uv":[7.375,1,6.625,2]},"up":{"texture":"#0","uv":[8.125,4.75,8.875,4.125]},"west":{"texture":"#0","uv":[4.625,7.5,4,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.8,-12.7,-14.06]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5968.json b/assets/minecraft/models/w5968.json new file mode 100644 index 000000000..2cbba070f --- /dev/null +++ b/assets/minecraft/models/w5968.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,7.875,6.25,8.625]},"east":{"texture":"#0","uv":[1.125,5.875,1.875,7.125]},"north":{"texture":"#0","uv":[5.875,0,6.625,1.25]},"south":{"texture":"#0","uv":[5.875,1.25,6.625,2.5]},"up":{"texture":"#0","uv":[1.375,8.625,0.625,7.875]},"west":{"texture":"#0","uv":[5,6.125,5.75,7.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.8,-11.9,-13.46]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5969.json b/assets/minecraft/models/w5969.json new file mode 100644 index 000000000..f3a40dec9 --- /dev/null +++ b/assets/minecraft/models/w5969.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.25,7.875,7,8.625]},"east":{"texture":"#0","uv":[5.75,6.125,5,7.375]},"north":{"texture":"#0","uv":[6.625,0,5.875,1.25]},"south":{"texture":"#0","uv":[6.625,1.25,5.875,2.5]},"up":{"texture":"#0","uv":[0.625,8.625,1.375,7.875]},"west":{"texture":"#0","uv":[1.875,5.875,1.125,7.125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.8,-11.9,-13.46]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w597.json b/assets/minecraft/models/w597.json new file mode 100644 index 000000000..c4dea2f3c --- /dev/null +++ b/assets/minecraft/models/w597.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,6,2,4]},"south":{"texture":"#0","uv":[2,6,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5970.json b/assets/minecraft/models/w5970.json new file mode 100644 index 000000000..2cbba070f --- /dev/null +++ b/assets/minecraft/models/w5970.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,7.875,6.25,8.625]},"east":{"texture":"#0","uv":[1.125,5.875,1.875,7.125]},"north":{"texture":"#0","uv":[5.875,0,6.625,1.25]},"south":{"texture":"#0","uv":[5.875,1.25,6.625,2.5]},"up":{"texture":"#0","uv":[1.375,8.625,0.625,7.875]},"west":{"texture":"#0","uv":[5,6.125,5.75,7.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.8,-11.9,-13.46]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5971.json b/assets/minecraft/models/w5971.json new file mode 100644 index 000000000..f3a40dec9 --- /dev/null +++ b/assets/minecraft/models/w5971.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.25,7.875,7,8.625]},"east":{"texture":"#0","uv":[5.75,6.125,5,7.375]},"north":{"texture":"#0","uv":[6.625,0,5.875,1.25]},"south":{"texture":"#0","uv":[6.625,1.25,5.875,2.5]},"up":{"texture":"#0","uv":[0.625,8.625,1.375,7.875]},"west":{"texture":"#0","uv":[1.875,5.875,1.125,7.125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.8,-11.9,-13.46]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5972.json b/assets/minecraft/models/w5972.json new file mode 100644 index 000000000..2cbba070f --- /dev/null +++ b/assets/minecraft/models/w5972.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,7.875,6.25,8.625]},"east":{"texture":"#0","uv":[1.125,5.875,1.875,7.125]},"north":{"texture":"#0","uv":[5.875,0,6.625,1.25]},"south":{"texture":"#0","uv":[5.875,1.25,6.625,2.5]},"up":{"texture":"#0","uv":[1.375,8.625,0.625,7.875]},"west":{"texture":"#0","uv":[5,6.125,5.75,7.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.8,-11.9,-13.46]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5973.json b/assets/minecraft/models/w5973.json new file mode 100644 index 000000000..f3a40dec9 --- /dev/null +++ b/assets/minecraft/models/w5973.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.25,7.875,7,8.625]},"east":{"texture":"#0","uv":[5.75,6.125,5,7.375]},"north":{"texture":"#0","uv":[6.625,0,5.875,1.25]},"south":{"texture":"#0","uv":[6.625,1.25,5.875,2.5]},"up":{"texture":"#0","uv":[0.625,8.625,1.375,7.875]},"west":{"texture":"#0","uv":[1.875,5.875,1.125,7.125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.8,-11.9,-13.46]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5974.json b/assets/minecraft/models/w5974.json new file mode 100644 index 000000000..1d5cb5d09 --- /dev/null +++ b/assets/minecraft/models/w5974.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,3.125,8,3.625]},"east":{"texture":"#0","uv":[10,7.75,10.5,7.875]},"north":{"texture":"#0","uv":[9.625,2.875,10.625,3]},"south":{"texture":"#0","uv":[9.625,9.375,10.625,9.5]},"up":{"texture":"#0","uv":[9,3.125,8,2.625]},"west":{"texture":"#0","uv":[10,7.875,10.5,8]}},"from":[-16,-16,-14.722182],"shade":false,"to":[-12.9,-15.58,-13.122182]},{"faces":{"down":{"texture":"#0","uv":[2.5,10,2.25,10.25]},"east":{"texture":"#0","uv":[0.875,7,1.125,7.125]},"north":{"texture":"#0","uv":[5.875,5.125,6.125,5.25]},"south":{"texture":"#0","uv":[0.375,8.5,0.625,8.625]},"up":{"texture":"#0","uv":[8.75,10.125,8.5,9.875]},"west":{"texture":"#0","uv":[5.5,8.5,5.75,8.625]}},"from":[-12.9,-15.99,-14.722182],"shade":false,"to":[-12.099999,-15.59,-14.122182]},{"faces":{"down":{"texture":"#0","uv":[7.625,10,7.375,10.25]},"east":{"texture":"#0","uv":[9.375,9,9.625,9.125]},"north":{"texture":"#0","uv":[7.875,8.875,8.125,9]},"south":{"texture":"#0","uv":[5.25,9.5,5.5,9.625]},"up":{"texture":"#0","uv":[4.25,10.25,4,10]},"west":{"texture":"#0","uv":[9.5,5.75,9.75,5.875]}},"from":[-12.2150755,-16,-16],"rotation":{"angle":45,"axis":"y","origin":[-10.615076,-16.1,-14.9],"rescale":false},"shade":false,"to":[-11.415075,-15.58,-15.4]},{"faces":{"down":{"texture":"#0","uv":[4.75,1.125,4.625,1.375]},"east":{"texture":"#0","uv":[6.625,9.5,6.875,9.625]},"north":{"texture":"#0","uv":[7.375,3.75,7.5,3.875]},"south":{"texture":"#0","uv":[7.375,3.875,7.5,4]},"up":{"texture":"#0","uv":[1.625,3.25,1.5,3]},"west":{"texture":"#0","uv":[9.625,0.375,9.875,0.5]}},"from":[-11.773421,-15.99,-15.479002],"rotation":{"angle":22.5,"axis":"y","origin":[-10.973421,-16.09,-14.379002],"rescale":false},"shade":false,"to":[-11.373422,-15.59,-14.879002]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5975.json b/assets/minecraft/models/w5975.json new file mode 100644 index 000000000..a574312cd --- /dev/null +++ b/assets/minecraft/models/w5975.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,3.125,9,3.625]},"east":{"texture":"#0","uv":[10.5,7.875,10,8]},"north":{"texture":"#0","uv":[10.625,2.875,9.625,3]},"south":{"texture":"#0","uv":[10.625,9.375,9.625,9.5]},"up":{"texture":"#0","uv":[8,3.125,9,2.625]},"west":{"texture":"#0","uv":[10.5,7.75,10,7.875]}},"from":[-14.473421,-16,-14.722182],"shade":false,"to":[-11.373421,-15.58,-13.122182]},{"faces":{"down":{"texture":"#0","uv":[2.25,10,2.5,10.25]},"east":{"texture":"#0","uv":[5.75,8.5,5.5,8.625]},"north":{"texture":"#0","uv":[6.125,5.125,5.875,5.25]},"south":{"texture":"#0","uv":[0.625,8.5,0.375,8.625]},"up":{"texture":"#0","uv":[8.5,10.125,8.75,9.875]},"west":{"texture":"#0","uv":[1.125,7,0.875,7.125]}},"from":[-15.273421,-15.99,-14.722182],"shade":false,"to":[-14.473421,-15.59,-14.122182]},{"faces":{"down":{"texture":"#0","uv":[7.375,10,7.625,10.25]},"east":{"texture":"#0","uv":[9.75,5.75,9.5,5.875]},"north":{"texture":"#0","uv":[8.125,8.875,7.875,9]},"south":{"texture":"#0","uv":[5.5,9.5,5.25,9.625]},"up":{"texture":"#0","uv":[4,10.25,4.25,10]},"west":{"texture":"#0","uv":[9.625,9,9.375,9.125]}},"from":[-15.958345,-16,-16],"rotation":{"angle":-45,"axis":"y","origin":[-16.758345,-16.1,-14.9],"rescale":false},"shade":false,"to":[-15.158345,-15.58,-15.4]},{"faces":{"down":{"texture":"#0","uv":[4.625,1.125,4.75,1.375]},"east":{"texture":"#0","uv":[9.875,0.375,9.625,0.5]},"north":{"texture":"#0","uv":[7.5,3.75,7.375,3.875]},"south":{"texture":"#0","uv":[7.5,3.875,7.375,4]},"up":{"texture":"#0","uv":[1.5,3.25,1.625,3]},"west":{"texture":"#0","uv":[6.875,9.5,6.625,9.625]}},"from":[-16,-15.99,-15.479002],"rotation":{"angle":-22.5,"axis":"y","origin":[-16.4,-16.09,-14.379002],"rescale":false},"shade":false,"to":[-15.6,-15.59,-14.879002]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5976.json b/assets/minecraft/models/w5976.json new file mode 100644 index 000000000..61b492075 --- /dev/null +++ b/assets/minecraft/models/w5976.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.125,9.875,7.75,10.125]},"east":{"texture":"#0","uv":[0.875,6.625,1.125,7]},"north":{"texture":"#0","uv":[1.75,9.625,2.125,10]},"south":{"texture":"#0","uv":[2.125,9.625,2.5,10]},"up":{"texture":"#0","uv":[2.375,9.125,2,8.875]},"west":{"texture":"#0","uv":[4.75,6.625,5,7]}},"from":[-16,-16,-15.831286],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.5,-15.6,-15.031286],"rescale":false},"shade":false,"to":[-14.9,-15,-15.231286]},{"faces":{"down":{"texture":"#0","uv":[6.5,5.875,6.125,6.125]},"east":{"texture":"#0","uv":[1.25,4.5,1.5,4.875]},"north":{"texture":"#0","uv":[1,9.625,1.375,10]},"south":{"texture":"#0","uv":[1.375,9.625,1.75,10]},"up":{"texture":"#0","uv":[3.125,4,2.75,3.75]},"west":{"texture":"#0","uv":[4.75,6.25,5,6.625]}},"from":[-16,-15.351819,-16],"shade":false,"to":[-14.9,-14.151819,-15.4]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5977.json b/assets/minecraft/models/w5977.json new file mode 100644 index 000000000..1ecbad189 --- /dev/null +++ b/assets/minecraft/models/w5977.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.75,9.875,8.125,10.125]},"east":{"texture":"#0","uv":[5,6.625,4.75,7]},"north":{"texture":"#0","uv":[2.125,9.625,1.75,10]},"south":{"texture":"#0","uv":[2.5,9.625,2.125,10]},"up":{"texture":"#0","uv":[2,9.125,2.375,8.875]},"west":{"texture":"#0","uv":[1.125,6.625,0.875,7]}},"from":[-16,-16,-15.831286],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.4,-15.6,-15.031286],"rescale":false},"shade":false,"to":[-14.9,-15,-15.231286]},{"faces":{"down":{"texture":"#0","uv":[6.125,5.875,6.5,6.125]},"east":{"texture":"#0","uv":[5,6.25,4.75,6.625]},"north":{"texture":"#0","uv":[1.375,9.625,1,10]},"south":{"texture":"#0","uv":[1.75,9.625,1.375,10]},"up":{"texture":"#0","uv":[2.75,4,3.125,3.75]},"west":{"texture":"#0","uv":[1.5,4.5,1.25,4.875]}},"from":[-16,-15.351819,-16],"shade":false,"to":[-14.9,-14.151819,-15.4]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5978.json b/assets/minecraft/models/w5978.json new file mode 100644 index 000000000..ec16b3ef1 --- /dev/null +++ b/assets/minecraft/models/w5978.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.625,9.5,6.25,10]},"east":{"texture":"#0","uv":[1.875,7.75,2.375,8.875]},"north":{"texture":"#0","uv":[0,8.5,0.375,9.625]},"south":{"texture":"#0","uv":[4,8.5,4.375,9.625]},"up":{"texture":"#0","uv":[7.75,5.875,7.375,5.375]},"west":{"texture":"#0","uv":[7.75,5.375,8.25,6.5]}},"from":[-15.98,-12.735489,-16],"shade":false,"to":[-14.78,-9.035489,-14.46]},{"faces":{"down":{"texture":"#0","uv":[9.5,9.75,9.125,10.125]},"east":{"texture":"#0","uv":[4.25,9.75,4.625,10.125]},"north":{"texture":"#0","uv":[9.75,3.5,10.125,3.875]},"south":{"texture":"#0","uv":[4.625,9.75,5,10.125]},"up":{"texture":"#0","uv":[9.125,10.125,8.75,9.75]},"west":{"texture":"#0","uv":[9.75,5.75,10.125,6.125]}},"from":[-15.97,-9.93549,-16],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.39,-9.68549,-15.23],"rescale":false},"shade":false,"to":[-14.79,-8.635489,-14.86]},{"faces":{"down":{"texture":"#0","uv":[1,9.625,0.625,10]},"east":{"texture":"#0","uv":[4.75,8.5,5.125,9.5]},"north":{"texture":"#0","uv":[4.375,8.5,4.75,9.5]},"south":{"texture":"#0","uv":[5.125,8.5,5.5,9.5]},"up":{"texture":"#0","uv":[10,0.375,9.625,0]},"west":{"texture":"#0","uv":[8.5,7.75,8.875,8.75]}},"from":[-16,-16,-15.2506485],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.36,-14.15,-14.580648],"rescale":false},"shade":false,"to":[-14.76,-12.4,-13.910648]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5979.json b/assets/minecraft/models/w5979.json new file mode 100644 index 000000000..fde515532 --- /dev/null +++ b/assets/minecraft/models/w5979.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.25,9.5,6.625,10]},"east":{"texture":"#0","uv":[8.25,5.375,7.75,6.5]},"north":{"texture":"#0","uv":[0.375,8.5,0,9.625]},"south":{"texture":"#0","uv":[4.375,8.5,4,9.625]},"up":{"texture":"#0","uv":[7.375,5.875,7.75,5.375]},"west":{"texture":"#0","uv":[2.375,7.75,1.875,8.875]}},"from":[-15.98,-12.735489,-16],"shade":false,"to":[-14.78,-9.035489,-14.46]},{"faces":{"down":{"texture":"#0","uv":[9.125,9.75,9.5,10.125]},"east":{"texture":"#0","uv":[10.125,5.75,9.75,6.125]},"north":{"texture":"#0","uv":[10.125,3.5,9.75,3.875]},"south":{"texture":"#0","uv":[5,9.75,4.625,10.125]},"up":{"texture":"#0","uv":[8.75,10.125,9.125,9.75]},"west":{"texture":"#0","uv":[4.625,9.75,4.25,10.125]}},"from":[-15.97,-9.93549,-16],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.37,-9.68549,-15.23],"rescale":false},"shade":false,"to":[-14.79,-8.635489,-14.86]},{"faces":{"down":{"texture":"#0","uv":[0.625,9.625,1,10]},"east":{"texture":"#0","uv":[8.875,7.75,8.5,8.75]},"north":{"texture":"#0","uv":[4.75,8.5,4.375,9.5]},"south":{"texture":"#0","uv":[5.5,8.5,5.125,9.5]},"up":{"texture":"#0","uv":[9.625,0.375,10,0]},"west":{"texture":"#0","uv":[5.125,8.5,4.75,9.5]}},"from":[-16,-16,-15.2506485],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.4,-14.15,-14.580648],"rescale":false},"shade":false,"to":[-14.76,-12.4,-13.910648]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w598.json b/assets/minecraft/models/w598.json new file mode 100644 index 000000000..bb56f1b40 --- /dev/null +++ b/assets/minecraft/models/w598.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,4,0,6]},"south":{"texture":"#0","uv":[0,4,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5980.json b/assets/minecraft/models/w5980.json new file mode 100644 index 000000000..d91d33913 --- /dev/null +++ b/assets/minecraft/models/w5980.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,9.125,2,9.625]},"east":{"texture":"#0","uv":[2.5,7.375,3,8.75]},"north":{"texture":"#0","uv":[5.75,7.25,6.25,8.625]},"south":{"texture":"#0","uv":[3,7.375,3.5,8.75]},"up":{"texture":"#0","uv":[8.375,9.5,7.875,9]},"west":{"texture":"#0","uv":[3.5,7.375,4,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.5,-14.46]},{"faces":{"down":{"texture":"#0","uv":[10,7.625,9.5,8]},"east":{"texture":"#0","uv":[9.5,9.75,9.875,10.125]},"north":{"texture":"#0","uv":[9.5,6.5,10,6.875]},"south":{"texture":"#0","uv":[9.5,6.875,10,7.25]},"up":{"texture":"#0","uv":[10,7.625,9.5,7.25]},"west":{"texture":"#0","uv":[0,9.875,0.375,10.25]}},"from":[-15.99,-12.4,-16],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.01,-12.15,-15.23],"rescale":false},"shade":false,"to":[-14.41,-11.099999,-14.86]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5981.json b/assets/minecraft/models/w5981.json new file mode 100644 index 000000000..f3017ab43 --- /dev/null +++ b/assets/minecraft/models/w5981.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,9.125,2.5,9.625]},"east":{"texture":"#0","uv":[4,7.375,3.5,8.75]},"north":{"texture":"#0","uv":[6.25,7.25,5.75,8.625]},"south":{"texture":"#0","uv":[3.5,7.375,3,8.75]},"up":{"texture":"#0","uv":[7.875,9.5,8.375,9]},"west":{"texture":"#0","uv":[3,7.375,2.5,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.5,-14.46]},{"faces":{"down":{"texture":"#0","uv":[9.5,7.625,10,8]},"east":{"texture":"#0","uv":[0.375,9.875,0,10.25]},"north":{"texture":"#0","uv":[10,6.5,9.5,6.875]},"south":{"texture":"#0","uv":[10,6.875,9.5,7.25]},"up":{"texture":"#0","uv":[9.5,7.625,10,7.25]},"west":{"texture":"#0","uv":[9.875,9.75,9.5,10.125]}},"from":[-15.99,-12.4,-16],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.39,-12.15,-15.23],"rescale":false},"shade":false,"to":[-14.41,-11.099999,-14.86]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5982.json b/assets/minecraft/models/w5982.json new file mode 100644 index 000000000..d91d33913 --- /dev/null +++ b/assets/minecraft/models/w5982.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,9.125,2,9.625]},"east":{"texture":"#0","uv":[2.5,7.375,3,8.75]},"north":{"texture":"#0","uv":[5.75,7.25,6.25,8.625]},"south":{"texture":"#0","uv":[3,7.375,3.5,8.75]},"up":{"texture":"#0","uv":[8.375,9.5,7.875,9]},"west":{"texture":"#0","uv":[3.5,7.375,4,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.5,-14.46]},{"faces":{"down":{"texture":"#0","uv":[10,7.625,9.5,8]},"east":{"texture":"#0","uv":[9.5,9.75,9.875,10.125]},"north":{"texture":"#0","uv":[9.5,6.5,10,6.875]},"south":{"texture":"#0","uv":[9.5,6.875,10,7.25]},"up":{"texture":"#0","uv":[10,7.625,9.5,7.25]},"west":{"texture":"#0","uv":[0,9.875,0.375,10.25]}},"from":[-15.99,-12.4,-16],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.01,-12.15,-15.23],"rescale":false},"shade":false,"to":[-14.41,-11.099999,-14.86]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5983.json b/assets/minecraft/models/w5983.json new file mode 100644 index 000000000..f3017ab43 --- /dev/null +++ b/assets/minecraft/models/w5983.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,9.125,2.5,9.625]},"east":{"texture":"#0","uv":[4,7.375,3.5,8.75]},"north":{"texture":"#0","uv":[6.25,7.25,5.75,8.625]},"south":{"texture":"#0","uv":[3.5,7.375,3,8.75]},"up":{"texture":"#0","uv":[7.875,9.5,8.375,9]},"west":{"texture":"#0","uv":[3,7.375,2.5,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.5,-14.46]},{"faces":{"down":{"texture":"#0","uv":[9.5,7.625,10,8]},"east":{"texture":"#0","uv":[0.375,9.875,0,10.25]},"north":{"texture":"#0","uv":[10,6.5,9.5,6.875]},"south":{"texture":"#0","uv":[10,6.875,9.5,7.25]},"up":{"texture":"#0","uv":[9.5,7.625,10,7.25]},"west":{"texture":"#0","uv":[9.875,9.75,9.5,10.125]}},"from":[-15.99,-12.4,-16],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.39,-12.15,-15.23],"rescale":false},"shade":false,"to":[-14.41,-11.099999,-14.86]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5984.json b/assets/minecraft/models/w5984.json new file mode 100644 index 000000000..595b49f57 --- /dev/null +++ b/assets/minecraft/models/w5984.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,9.125,2,9.625]},"east":{"texture":"#0","uv":[2.5,7.375,3,8.75]},"north":{"texture":"#0","uv":[5.75,7.25,6.25,8.625]},"south":{"texture":"#0","uv":[3,7.375,3.5,8.75]},"up":{"texture":"#0","uv":[8.375,9.5,7.875,9]},"west":{"texture":"#0","uv":[3.5,7.375,4,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.5,-14.46]},{"faces":{"down":{"texture":"#0","uv":[10,7.625,9.5,8]},"east":{"texture":"#0","uv":[9.5,9.75,9.875,10.125]},"north":{"texture":"#0","uv":[9.5,6.5,10,6.875]},"south":{"texture":"#0","uv":[9.5,6.875,10,7.25]},"up":{"texture":"#0","uv":[10,7.625,9.5,7.25]},"west":{"texture":"#0","uv":[0,9.875,0.375,10.25]}},"from":[-15.99,-12.4,-16],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.01,-12.15,-15.23],"rescale":false},"shade":false,"to":[-14.41,-11.099999,-14.860001]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5985.json b/assets/minecraft/models/w5985.json new file mode 100644 index 000000000..b4fd7e661 --- /dev/null +++ b/assets/minecraft/models/w5985.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,9.125,2.5,9.625]},"east":{"texture":"#0","uv":[4,7.375,3.5,8.75]},"north":{"texture":"#0","uv":[6.25,7.25,5.75,8.625]},"south":{"texture":"#0","uv":[3.5,7.375,3,8.75]},"up":{"texture":"#0","uv":[7.875,9.5,8.375,9]},"west":{"texture":"#0","uv":[3,7.375,2.5,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.5,-14.46]},{"faces":{"down":{"texture":"#0","uv":[9.5,7.625,10,8]},"east":{"texture":"#0","uv":[0.375,9.875,0,10.25]},"north":{"texture":"#0","uv":[10,6.5,9.5,6.875]},"south":{"texture":"#0","uv":[10,6.875,9.5,7.25]},"up":{"texture":"#0","uv":[9.5,7.625,10,7.25]},"west":{"texture":"#0","uv":[9.875,9.75,9.5,10.125]}},"from":[-15.99,-12.4,-16],"rotation":{"angle":-22.5,"axis":"x","origin":[-15.39,-12.15,-15.23],"rescale":false},"shade":false,"to":[-14.41,-11.099999,-14.860001]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5986.json b/assets/minecraft/models/w5986.json new file mode 100644 index 000000000..47e3db9f3 --- /dev/null +++ b/assets/minecraft/models/w5986.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,7.875,8.875,8.375]},"east":{"texture":"#0","uv":[10,8,10.5,8.125]},"north":{"texture":"#0","uv":[5.25,5.125,5.875,5.25]},"south":{"texture":"#0","uv":[10,0.25,10.625,0.375]},"up":{"texture":"#0","uv":[9.5,7.875,8.875,7.375]},"west":{"texture":"#0","uv":[10,8.125,10.5,8.25]}},"from":[-14.1,-16,-16],"shade":false,"to":[-12.200001,-15.6,-14.4]},{"faces":{"down":{"texture":"#0","uv":[9.75,5.875,9.125,6.25]},"east":{"texture":"#0","uv":[1.875,6.375,2.25,6.5]},"north":{"texture":"#0","uv":[10,6.75,10.625,6.875]},"south":{"texture":"#0","uv":[10,6.875,10.625,7]},"up":{"texture":"#0","uv":[9.75,3.875,9.125,3.5]},"west":{"texture":"#0","uv":[10.125,3.625,10.5,3.75]}},"from":[-16,-16,-15.4],"shade":false,"to":[-14.1,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5987.json b/assets/minecraft/models/w5987.json new file mode 100644 index 000000000..22fb984ca --- /dev/null +++ b/assets/minecraft/models/w5987.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.875,7.875,9.5,8.375]},"east":{"texture":"#0","uv":[10.5,8.125,10,8.25]},"north":{"texture":"#0","uv":[5.875,5.125,5.25,5.25]},"south":{"texture":"#0","uv":[10.625,0.25,10,0.375]},"up":{"texture":"#0","uv":[8.875,7.875,9.5,7.375]},"west":{"texture":"#0","uv":[10.5,8,10,8.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.1,-15.6,-14.4]},{"faces":{"down":{"texture":"#0","uv":[9.125,5.875,9.75,6.25]},"east":{"texture":"#0","uv":[10.5,3.625,10.125,3.75]},"north":{"texture":"#0","uv":[10.625,6.75,10,6.875]},"south":{"texture":"#0","uv":[10.625,6.875,10,7]},"up":{"texture":"#0","uv":[9.125,3.875,9.75,3.5]},"west":{"texture":"#0","uv":[2.25,6.375,1.875,6.5]}},"from":[-14.1,-16,-15.4],"shade":false,"to":[-12.200001,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5988.json b/assets/minecraft/models/w5988.json new file mode 100644 index 000000000..11f4b1a41 --- /dev/null +++ b/assets/minecraft/models/w5988.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.625,9.875,3.25,10.25]},"east":{"texture":"#0","uv":[10,5.25,10.375,5.5]},"north":{"texture":"#0","uv":[5.25,10,5.625,10.25]},"south":{"texture":"#0","uv":[10,5.5,10.375,5.75]},"up":{"texture":"#0","uv":[10.25,0.75,9.875,0.375]},"west":{"texture":"#0","uv":[5.625,10,6,10.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.82,-15.1,-14.86]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5989.json b/assets/minecraft/models/w5989.json new file mode 100644 index 000000000..16747c3da --- /dev/null +++ b/assets/minecraft/models/w5989.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.25,9.875,3.625,10.25]},"east":{"texture":"#0","uv":[6,10,5.625,10.25]},"north":{"texture":"#0","uv":[5.625,10,5.25,10.25]},"south":{"texture":"#0","uv":[10.375,5.5,10,5.75]},"up":{"texture":"#0","uv":[9.875,0.75,10.25,0.375]},"west":{"texture":"#0","uv":[10.375,5.25,10,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.82,-15.1,-14.86]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w599.json b/assets/minecraft/models/w599.json new file mode 100644 index 000000000..951ba5d37 --- /dev/null +++ b/assets/minecraft/models/w599.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,2,6]},"south":{"texture":"#0","uv":[2,4,0,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5990.json b/assets/minecraft/models/w5990.json new file mode 100644 index 000000000..1c67e5a68 --- /dev/null +++ b/assets/minecraft/models/w5990.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,8.375,9.5,8.75]},"east":{"texture":"#0","uv":[10,4.625,10.375,4.875]},"north":{"texture":"#0","uv":[4.75,3.75,5.25,4]},"south":{"texture":"#0","uv":[2.25,5.375,2.75,5.625]},"up":{"texture":"#0","uv":[8.75,9.875,8.25,9.5]},"west":{"texture":"#0","uv":[10,4.875,10.375,5.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.42,-15.1,-14.86]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5991.json b/assets/minecraft/models/w5991.json new file mode 100644 index 000000000..6885f15af --- /dev/null +++ b/assets/minecraft/models/w5991.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,8,9.5,8.375]},"east":{"texture":"#0","uv":[5.5,8.625,5.875,9.625]},"north":{"texture":"#0","uv":[1.375,7.875,1.875,8.875]},"south":{"texture":"#0","uv":[7,7.875,7.5,8.875]},"up":{"texture":"#0","uv":[8.25,9.875,7.75,9.5]},"west":{"texture":"#0","uv":[5.875,8.625,6.25,9.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.36,-12.9,-14.86]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5992.json b/assets/minecraft/models/w5992.json new file mode 100644 index 000000000..1dce60369 --- /dev/null +++ b/assets/minecraft/models/w5992.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,8.375,10,8.75]},"east":{"texture":"#0","uv":[10.375,4.875,10,5.125]},"north":{"texture":"#0","uv":[5.25,3.75,4.75,4]},"south":{"texture":"#0","uv":[2.75,5.375,2.25,5.625]},"up":{"texture":"#0","uv":[8.25,9.875,8.75,9.5]},"west":{"texture":"#0","uv":[10.375,4.625,10,4.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.42,-15.1,-14.86]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5993.json b/assets/minecraft/models/w5993.json new file mode 100644 index 000000000..a056e4338 --- /dev/null +++ b/assets/minecraft/models/w5993.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,8,10,8.375]},"east":{"texture":"#0","uv":[6.25,8.625,5.875,9.625]},"north":{"texture":"#0","uv":[1.875,7.875,1.375,8.875]},"south":{"texture":"#0","uv":[7.5,7.875,7,8.875]},"up":{"texture":"#0","uv":[7.75,9.875,8.25,9.5]},"west":{"texture":"#0","uv":[5.875,8.625,5.5,9.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.36,-12.9,-14.86]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5994.json b/assets/minecraft/models/w5994.json new file mode 100644 index 000000000..1c67e5a68 --- /dev/null +++ b/assets/minecraft/models/w5994.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,8.375,9.5,8.75]},"east":{"texture":"#0","uv":[10,4.625,10.375,4.875]},"north":{"texture":"#0","uv":[4.75,3.75,5.25,4]},"south":{"texture":"#0","uv":[2.25,5.375,2.75,5.625]},"up":{"texture":"#0","uv":[8.75,9.875,8.25,9.5]},"west":{"texture":"#0","uv":[10,4.875,10.375,5.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.42,-15.1,-14.86]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5995.json b/assets/minecraft/models/w5995.json new file mode 100644 index 000000000..6885f15af --- /dev/null +++ b/assets/minecraft/models/w5995.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,8,9.5,8.375]},"east":{"texture":"#0","uv":[5.5,8.625,5.875,9.625]},"north":{"texture":"#0","uv":[1.375,7.875,1.875,8.875]},"south":{"texture":"#0","uv":[7,7.875,7.5,8.875]},"up":{"texture":"#0","uv":[8.25,9.875,7.75,9.5]},"west":{"texture":"#0","uv":[5.875,8.625,6.25,9.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.36,-12.9,-14.86]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5996.json b/assets/minecraft/models/w5996.json new file mode 100644 index 000000000..1dce60369 --- /dev/null +++ b/assets/minecraft/models/w5996.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,8.375,10,8.75]},"east":{"texture":"#0","uv":[10.375,4.875,10,5.125]},"north":{"texture":"#0","uv":[5.25,3.75,4.75,4]},"south":{"texture":"#0","uv":[2.75,5.375,2.25,5.625]},"up":{"texture":"#0","uv":[8.25,9.875,8.75,9.5]},"west":{"texture":"#0","uv":[10.375,4.625,10,4.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.42,-15.1,-14.86]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5997.json b/assets/minecraft/models/w5997.json new file mode 100644 index 000000000..a056e4338 --- /dev/null +++ b/assets/minecraft/models/w5997.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,8,10,8.375]},"east":{"texture":"#0","uv":[6.25,8.625,5.875,9.625]},"north":{"texture":"#0","uv":[1.875,7.875,1.375,8.875]},"south":{"texture":"#0","uv":[7.5,7.875,7,8.875]},"up":{"texture":"#0","uv":[7.75,9.875,8.25,9.5]},"west":{"texture":"#0","uv":[5.875,8.625,5.5,9.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.36,-12.9,-14.86]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5998.json b/assets/minecraft/models/w5998.json new file mode 100644 index 000000000..1c67e5a68 --- /dev/null +++ b/assets/minecraft/models/w5998.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,8.375,9.5,8.75]},"east":{"texture":"#0","uv":[10,4.625,10.375,4.875]},"north":{"texture":"#0","uv":[4.75,3.75,5.25,4]},"south":{"texture":"#0","uv":[2.25,5.375,2.75,5.625]},"up":{"texture":"#0","uv":[8.75,9.875,8.25,9.5]},"west":{"texture":"#0","uv":[10,4.875,10.375,5.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.42,-15.1,-14.86]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w5999.json b/assets/minecraft/models/w5999.json new file mode 100644 index 000000000..6885f15af --- /dev/null +++ b/assets/minecraft/models/w5999.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,8,9.5,8.375]},"east":{"texture":"#0","uv":[5.5,8.625,5.875,9.625]},"north":{"texture":"#0","uv":[1.375,7.875,1.875,8.875]},"south":{"texture":"#0","uv":[7,7.875,7.5,8.875]},"up":{"texture":"#0","uv":[8.25,9.875,7.75,9.5]},"west":{"texture":"#0","uv":[5.875,8.625,6.25,9.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.36,-12.9,-14.86]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6.json b/assets/minecraft/models/w6.json new file mode 100644 index 000000000..8c8a1bd6b --- /dev/null +++ b/assets/minecraft/models/w6.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,9,14.5,9]},"east":{"texture":"#0","uv":[13,9,13,10.75]},"north":{"texture":"#0","uv":[13.5,10.25,14.75,12.25]},"south":{"texture":"#0","uv":[14.75,10.25,13.5,12.25]},"up":{"texture":"#0","uv":[14.5,9,13,9]},"west":{"texture":"#0","uv":[14.5,9,14.5,10.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-12.8,-16]}],"overrides":[],"textures":{"0":"item/w291279173_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w60.json b/assets/minecraft/models/w60.json new file mode 100644 index 000000000..9295755df --- /dev/null +++ b/assets/minecraft/models/w60.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.125,2.5,10,3.25]},"east":{"texture":"#0","uv":[9.125,3.25,9.875,3.25]},"north":{"texture":"#0","uv":[9.875,3.25,10,3.25]},"south":{"texture":"#0","uv":[10.75,3.25,10.875,3.25]},"up":{"texture":"#0","uv":[10,3.25,9.875,2.5]},"west":{"texture":"#0","uv":[10,3.25,10.75,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-13.6]}],"overrides":[],"textures":{"0":"item/w1237560704_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w600.json b/assets/minecraft/models/w600.json new file mode 100644 index 000000000..c4dea2f3c --- /dev/null +++ b/assets/minecraft/models/w600.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,6,2,4]},"south":{"texture":"#0","uv":[2,6,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6000.json b/assets/minecraft/models/w6000.json new file mode 100644 index 000000000..1dce60369 --- /dev/null +++ b/assets/minecraft/models/w6000.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,8.375,10,8.75]},"east":{"texture":"#0","uv":[10.375,4.875,10,5.125]},"north":{"texture":"#0","uv":[5.25,3.75,4.75,4]},"south":{"texture":"#0","uv":[2.75,5.375,2.25,5.625]},"up":{"texture":"#0","uv":[8.25,9.875,8.75,9.5]},"west":{"texture":"#0","uv":[10.375,4.625,10,4.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.42,-15.1,-14.86]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6001.json b/assets/minecraft/models/w6001.json new file mode 100644 index 000000000..a056e4338 --- /dev/null +++ b/assets/minecraft/models/w6001.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,8,10,8.375]},"east":{"texture":"#0","uv":[6.25,8.625,5.875,9.625]},"north":{"texture":"#0","uv":[1.875,7.875,1.375,8.875]},"south":{"texture":"#0","uv":[7.5,7.875,7,8.875]},"up":{"texture":"#0","uv":[7.75,9.875,8.25,9.5]},"west":{"texture":"#0","uv":[5.875,8.625,5.5,9.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.36,-12.9,-14.86]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6002.json b/assets/minecraft/models/w6002.json new file mode 100644 index 000000000..758405b4d --- /dev/null +++ b/assets/minecraft/models/w6002.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.375,9.5,8.75,9.75]},"east":{"texture":"#0","uv":[0.375,9.875,0.625,10]},"north":{"texture":"#0","uv":[10,2.75,10.625,2.875]},"south":{"texture":"#0","uv":[6.75,10,7.375,10.125]},"up":{"texture":"#0","uv":[8,2,7.375,1.75]},"west":{"texture":"#0","uv":[3.625,9.875,3.875,10]}},"from":[-16,-16,-16],"shade":false,"to":[-13.8,-15.58,-15.1]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6003.json b/assets/minecraft/models/w6003.json new file mode 100644 index 000000000..7bc388424 --- /dev/null +++ b/assets/minecraft/models/w6003.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.75,9.5,9.375,9.75]},"east":{"texture":"#0","uv":[3.875,9.875,3.625,10]},"north":{"texture":"#0","uv":[10.625,2.75,10,2.875]},"south":{"texture":"#0","uv":[7.375,10,6.75,10.125]},"up":{"texture":"#0","uv":[7.375,2,8,1.75]},"west":{"texture":"#0","uv":[0.625,9.875,0.375,10]}},"from":[-16,-16,-16],"shade":false,"to":[-13.8,-15.58,-15.1]}],"overrides":[],"textures":{"0":"item/w886900139_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6004.json b/assets/minecraft/models/w6004.json new file mode 100644 index 000000000..dd5c57460 --- /dev/null +++ b/assets/minecraft/models/w6004.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,10.5,2]},"east":{"texture":"#0","uv":[7,2,9,3]},"north":{"texture":"#0","uv":[9,2,10.5,3]},"south":{"texture":"#0","uv":[12.5,2,14,3]},"up":{"texture":"#0","uv":[10.5,2,9,0]},"west":{"texture":"#0","uv":[10.5,2,12.5,3]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.4,-12.8]}],"overrides":[],"textures":{"0":"item/w1158650901_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6005.json b/assets/minecraft/models/w6005.json new file mode 100644 index 000000000..44af71c21 --- /dev/null +++ b/assets/minecraft/models/w6005.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,4.5,1.5,5]},"east":{"texture":"#0","uv":[1.5,5,1,5.75]},"north":{"texture":"#0","uv":[1,5,0.5,5.75]},"south":{"texture":"#0","uv":[2,5,1.5,5.75]},"up":{"texture":"#0","uv":[0.5,5,1,4.5]},"west":{"texture":"#0","uv":[0.5,5,0,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1158650901_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6006.json b/assets/minecraft/models/w6006.json new file mode 100644 index 000000000..0660b08d5 --- /dev/null +++ b/assets/minecraft/models/w6006.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,4.5,1,5]},"east":{"texture":"#0","uv":[0,5,0.5,5.75]},"north":{"texture":"#0","uv":[0.5,5,1,5.75]},"south":{"texture":"#0","uv":[1.5,5,2,5.75]},"up":{"texture":"#0","uv":[1,5,0.5,4.5]},"west":{"texture":"#0","uv":[1,5,1.5,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1158650901_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6007.json b/assets/minecraft/models/w6007.json new file mode 100644 index 000000000..90e187fa3 --- /dev/null +++ b/assets/minecraft/models/w6007.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.75,5,2.5,5.25]},"east":{"texture":"#0","uv":[2,5.25,2.25,5.75]},"north":{"texture":"#0","uv":[2.25,5.25,2.5,5.75]},"south":{"texture":"#0","uv":[2.75,5.25,3,5.75]},"up":{"texture":"#0","uv":[2.5,5.25,2.25,5]},"west":{"texture":"#0","uv":[2.5,5.25,2.75,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1158650901_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6008.json b/assets/minecraft/models/w6008.json new file mode 100644 index 000000000..00f29c6ca --- /dev/null +++ b/assets/minecraft/models/w6008.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,5,2.75,5.25]},"east":{"texture":"#0","uv":[2.75,5.25,2.5,5.75]},"north":{"texture":"#0","uv":[2.5,5.25,2.25,5.75]},"south":{"texture":"#0","uv":[3,5.25,2.75,5.75]},"up":{"texture":"#0","uv":[2.25,5.25,2.5,5]},"west":{"texture":"#0","uv":[2.25,5.25,2,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1158650901_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6009.json b/assets/minecraft/models/w6009.json new file mode 100644 index 000000000..0c935b437 --- /dev/null +++ b/assets/minecraft/models/w6009.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,3]},"north":{"texture":"#0","uv":[1.5,1.5,3.5,3]},"south":{"texture":"#0","uv":[5,1.5,7,3]},"up":{"texture":"#0","uv":[3.5,1.5,1.5,0]},"west":{"texture":"#0","uv":[3.5,1.5,5,3]}},"from":[-15.7,-16,-15.6],"shade":false,"to":[-12.5,-13.6,-13.200001]},{"faces":{"down":{"texture":"#0","uv":[1.5,3.5,1,4]},"east":{"texture":"#0","uv":[0,4,0.5,4.5]},"north":{"texture":"#0","uv":[0.5,4,1,4.5]},"south":{"texture":"#0","uv":[1.5,4,2,4.5]},"up":{"texture":"#0","uv":[1,4,0.5,3.5]},"west":{"texture":"#0","uv":[1,4,1.5,4.5]}},"from":[-14,-15.2,-16],"shade":false,"to":[-13.2,-14.4,-15.2]},{"faces":{"down":{"texture":"#0","uv":[1.5,3.5,1,4]},"east":{"texture":"#0","uv":[0,4,0.5,4.5]},"north":{"texture":"#0","uv":[0.5,4,1,4.5]},"south":{"texture":"#0","uv":[1.5,4,2,4.5]},"up":{"texture":"#0","uv":[1,4,0.5,3.5]},"west":{"texture":"#0","uv":[1,4,1.5,4.5]}},"from":[-13.1,-14.8,-15.8],"shade":false,"to":[-12.3,-14,-15]},{"faces":{"down":{"texture":"#0","uv":[2.75,3.5,2.5,3.75]},"east":{"texture":"#0","uv":[2,3.75,2.25,4]},"north":{"texture":"#0","uv":[2.25,3.75,2.5,4]},"south":{"texture":"#0","uv":[2.75,3.75,3,4]},"up":{"texture":"#0","uv":[2.5,3.75,2.25,3.5]},"west":{"texture":"#0","uv":[2.5,3.75,2.75,4]}},"from":[-13.7,-14.2,-15.8],"shade":false,"to":[-13.3,-13.8,-15.400001]},{"faces":{"down":{"texture":"#0","uv":[2.75,3.5,2.5,3.75]},"east":{"texture":"#0","uv":[2,3.75,2.25,4]},"north":{"texture":"#0","uv":[2.25,3.75,2.5,4]},"south":{"texture":"#0","uv":[2.75,3.75,3,4]},"up":{"texture":"#0","uv":[2.5,3.75,2.25,3.5]},"west":{"texture":"#0","uv":[2.5,3.75,2.75,4]}},"from":[-12.6,-14.2,-14.6],"shade":false,"to":[-12.200001,-13.8,-14.200001]},{"faces":{"down":{"texture":"#0","uv":[2.5,3.5,2.75,3.75]},"east":{"texture":"#0","uv":[2.75,3.75,2.5,4]},"north":{"texture":"#0","uv":[2.5,3.75,2.25,4]},"south":{"texture":"#0","uv":[3,3.75,2.75,4]},"up":{"texture":"#0","uv":[2.25,3.75,2.5,3.5]},"west":{"texture":"#0","uv":[2.25,3.75,2,4]}},"from":[-16,-14.2,-14.6],"shade":false,"to":[-15.6,-13.8,-14.200001]},{"faces":{"down":{"texture":"#0","uv":[1,3.5,1.5,4]},"east":{"texture":"#0","uv":[1.5,4,1,4.5]},"north":{"texture":"#0","uv":[1,4,0.5,4.5]},"south":{"texture":"#0","uv":[2,4,1.5,4.5]},"up":{"texture":"#0","uv":[0.5,4,1,3.5]},"west":{"texture":"#0","uv":[0.5,4,0,4.5]}},"from":[-15.9,-14.8,-15.8],"shade":false,"to":[-15.099999,-14,-15]},{"faces":{"down":{"texture":"#0","uv":[2.5,3.5,2.75,3.75]},"east":{"texture":"#0","uv":[2.75,3.75,2.5,4]},"north":{"texture":"#0","uv":[2.5,3.75,2.25,4]},"south":{"texture":"#0","uv":[3,3.75,2.75,4]},"up":{"texture":"#0","uv":[2.25,3.75,2.5,3.5]},"west":{"texture":"#0","uv":[2.25,3.75,2,4]}},"from":[-14.9,-14.2,-15.8],"shade":false,"to":[-14.5,-13.8,-15.400001]},{"faces":{"down":{"texture":"#0","uv":[1,3.5,1.5,4]},"east":{"texture":"#0","uv":[1.5,4,1,4.5]},"north":{"texture":"#0","uv":[1,4,0.5,4.5]},"south":{"texture":"#0","uv":[2,4,1.5,4.5]},"up":{"texture":"#0","uv":[0.5,4,1,3.5]},"west":{"texture":"#0","uv":[0.5,4,0,4.5]}},"from":[-15,-15.2,-16],"shade":false,"to":[-14.2,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w1158650901_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w601.json b/assets/minecraft/models/w601.json new file mode 100644 index 000000000..88677906d --- /dev/null +++ b/assets/minecraft/models/w601.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,6,0,4]},"south":{"texture":"#0","uv":[0,6,2,4]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6010.json b/assets/minecraft/models/w6010.json new file mode 100644 index 000000000..aa8c0a34f --- /dev/null +++ b/assets/minecraft/models/w6010.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1158650901_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6011.json b/assets/minecraft/models/w6011.json new file mode 100644 index 000000000..aa8c0a34f --- /dev/null +++ b/assets/minecraft/models/w6011.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1158650901_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6012.json b/assets/minecraft/models/w6012.json new file mode 100644 index 000000000..aa8c0a34f --- /dev/null +++ b/assets/minecraft/models/w6012.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1158650901_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6013.json b/assets/minecraft/models/w6013.json new file mode 100644 index 000000000..aa8c0a34f --- /dev/null +++ b/assets/minecraft/models/w6013.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1158650901_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6014.json b/assets/minecraft/models/w6014.json new file mode 100644 index 000000000..6a17f0baa --- /dev/null +++ b/assets/minecraft/models/w6014.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1158650901_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6015.json b/assets/minecraft/models/w6015.json new file mode 100644 index 000000000..6a17f0baa --- /dev/null +++ b/assets/minecraft/models/w6015.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1158650901_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6016.json b/assets/minecraft/models/w6016.json new file mode 100644 index 000000000..6a17f0baa --- /dev/null +++ b/assets/minecraft/models/w6016.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1158650901_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6017.json b/assets/minecraft/models/w6017.json new file mode 100644 index 000000000..6a17f0baa --- /dev/null +++ b/assets/minecraft/models/w6017.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1158650901_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6018.json b/assets/minecraft/models/w6018.json new file mode 100644 index 000000000..8ef7e04c1 --- /dev/null +++ b/assets/minecraft/models/w6018.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,6,0,7]},"east":{"texture":"#0","uv":[0,6,1,7]},"north":{"texture":"#0","uv":[0,6,1,7]},"south":{"texture":"#0","uv":[0,6,1,7]},"up":{"texture":"#0","uv":[1,7,0,6]},"west":{"texture":"#0","uv":[0,6,1,7]}},"from":[8,8,8],"shade":false,"to":[3.6,3.1999998,4.8]}],"overrides":[],"textures":{"0":"item/w1158650901_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6019.json b/assets/minecraft/models/w6019.json new file mode 100644 index 000000000..31ddb51fd --- /dev/null +++ b/assets/minecraft/models/w6019.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,8,5.5,11]},"east":{"texture":"#0","uv":[0,11,3,13]},"north":{"texture":"#0","uv":[8.5,11,11,13]},"south":{"texture":"#0","uv":[8.5,11,11,13]},"up":{"texture":"#0","uv":[5.5,11,3,8]},"west":{"texture":"#0","uv":[5.5,11,8.5,13]}},"from":[-16,-16,-16],"shade":false,"to":[-11.52,-12.719999,-16]}],"overrides":[],"textures":{"0":"item/w1158650901_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w602.json b/assets/minecraft/models/w602.json new file mode 100644 index 000000000..951ba5d37 --- /dev/null +++ b/assets/minecraft/models/w602.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,2,6]},"south":{"texture":"#0","uv":[2,4,0,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6020.json b/assets/minecraft/models/w6020.json new file mode 100644 index 000000000..1616735c3 --- /dev/null +++ b/assets/minecraft/models/w6020.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,8,5.5,11]},"east":{"texture":"#0","uv":[0,11,3,13]},"north":{"texture":"#0","uv":[3,11,5.5,13]},"south":{"texture":"#0","uv":[8.5,11,11,13]},"up":{"texture":"#0","uv":[5.5,11,3,8]},"west":{"texture":"#0","uv":[5.5,11,8.5,13]}},"from":[-16,-16,-16],"shade":false,"to":[-11.52,-12.719999,-16]}],"overrides":[],"textures":{"0":"item/w1158650901_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6021.json b/assets/minecraft/models/w6021.json new file mode 100644 index 000000000..87f89493a --- /dev/null +++ b/assets/minecraft/models/w6021.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,8,5.5,11]},"east":{"texture":"#0","uv":[0,11,3,13]},"north":{"texture":"#0","uv":[3,11,5.5,13]},"south":{"texture":"#0","uv":[8.5,11,11,13]},"up":{"texture":"#0","uv":[5.5,11,3,8]},"west":{"texture":"#0","uv":[5.5,11,8.5,13]}},"from":[-16,-16,-16],"shade":false,"to":[-11.52,-16,-11.12]}],"overrides":[],"textures":{"0":"item/w1158650901_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6022.json b/assets/minecraft/models/w6022.json new file mode 100644 index 000000000..f963c831e --- /dev/null +++ b/assets/minecraft/models/w6022.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,7,0,8]},"east":{"texture":"#0","uv":[0,7,1,8]},"north":{"texture":"#0","uv":[0,7,1,8]},"south":{"texture":"#0","uv":[0,7,1,8]},"up":{"texture":"#0","uv":[1,8,0,7]},"west":{"texture":"#0","uv":[0,7,1,8]}},"from":[-15.16,-15.56,-15.16],"shade":false,"to":[-12.36,-13.16,-11.96]},{"faces":{"down":{"texture":"#0","uv":[8,8,5.5,11]},"east":{"texture":"#0","uv":[0,11,3,13]},"north":{"texture":"#0","uv":[3,11,5.5,13]},"south":{"texture":"#0","uv":[8.5,11,11,13]},"up":{"texture":"#0","uv":[5.5,11,3,8]},"west":{"texture":"#0","uv":[5.5,11,8.5,13]}},"from":[-16,-16,-16],"shade":false,"to":[-11.52,-12.719999,-11.12]},{"faces":{"down":{"texture":"#0","uv":[8,8,5.5,11]},"east":{"texture":"#0","uv":[0,11,3,13]},"north":{"texture":"#0","uv":[3,11,5.5,13]},"south":{"texture":"#0","uv":[8.5,11,11,13]},"up":{"texture":"#0","uv":[5.5,11,3,8]},"west":{"texture":"#0","uv":[5.5,11,8.5,13]}},"from":[-11.559999,-16,-16],"shade":false,"to":[-11.559999,-12.719999,-11.12]},{"faces":{"down":{"texture":"#0","uv":[5.5,8,8,11]},"east":{"texture":"#0","uv":[8.5,11,5.5,13]},"north":{"texture":"#0","uv":[5.5,11,3,13]},"south":{"texture":"#0","uv":[11,11,8.5,13]},"up":{"texture":"#0","uv":[3,11,5.5,8]},"west":{"texture":"#0","uv":[3,11,0,13]}},"from":[-15.96,-16,-16],"shade":false,"to":[-15.96,-12.719999,-11.12]}],"overrides":[],"textures":{"0":"item/w1158650901_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6023.json b/assets/minecraft/models/w6023.json new file mode 100644 index 000000000..c02b54e0e --- /dev/null +++ b/assets/minecraft/models/w6023.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1158650901_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6024.json b/assets/minecraft/models/w6024.json new file mode 100644 index 000000000..c02b54e0e --- /dev/null +++ b/assets/minecraft/models/w6024.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1158650901_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6025.json b/assets/minecraft/models/w6025.json new file mode 100644 index 000000000..c02b54e0e --- /dev/null +++ b/assets/minecraft/models/w6025.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1158650901_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6026.json b/assets/minecraft/models/w6026.json new file mode 100644 index 000000000..c02b54e0e --- /dev/null +++ b/assets/minecraft/models/w6026.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1158650901_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6027.json b/assets/minecraft/models/w6027.json new file mode 100644 index 000000000..28bf4c0cc --- /dev/null +++ b/assets/minecraft/models/w6027.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1158650901_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6028.json b/assets/minecraft/models/w6028.json new file mode 100644 index 000000000..28bf4c0cc --- /dev/null +++ b/assets/minecraft/models/w6028.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1158650901_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6029.json b/assets/minecraft/models/w6029.json new file mode 100644 index 000000000..28bf4c0cc --- /dev/null +++ b/assets/minecraft/models/w6029.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1158650901_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w603.json b/assets/minecraft/models/w603.json new file mode 100644 index 000000000..bb56f1b40 --- /dev/null +++ b/assets/minecraft/models/w603.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,4,0,6]},"south":{"texture":"#0","uv":[0,4,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6030.json b/assets/minecraft/models/w6030.json new file mode 100644 index 000000000..28bf4c0cc --- /dev/null +++ b/assets/minecraft/models/w6030.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1158650901_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6031.json b/assets/minecraft/models/w6031.json new file mode 100644 index 000000000..a8ec7bab5 --- /dev/null +++ b/assets/minecraft/models/w6031.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,10.5,2]},"east":{"texture":"#0","uv":[7,2,9,3]},"north":{"texture":"#0","uv":[9,2,10.5,3]},"south":{"texture":"#0","uv":[12.5,2,14,3]},"up":{"texture":"#0","uv":[10.5,2,9,0]},"west":{"texture":"#0","uv":[10.5,2,12.5,3]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.4,-12.8]}],"overrides":[],"textures":{"0":"item/w1070445653_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6032.json b/assets/minecraft/models/w6032.json new file mode 100644 index 000000000..24f7b60f4 --- /dev/null +++ b/assets/minecraft/models/w6032.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,4.5,1.5,5]},"east":{"texture":"#0","uv":[1.5,5,1,5.75]},"north":{"texture":"#0","uv":[1,5,0.5,5.75]},"south":{"texture":"#0","uv":[2,5,1.5,5.75]},"up":{"texture":"#0","uv":[0.5,5,1,4.5]},"west":{"texture":"#0","uv":[0.5,5,0,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1070445653_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6033.json b/assets/minecraft/models/w6033.json new file mode 100644 index 000000000..727b94641 --- /dev/null +++ b/assets/minecraft/models/w6033.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,4.5,1,5]},"east":{"texture":"#0","uv":[0,5,0.5,5.75]},"north":{"texture":"#0","uv":[0.5,5,1,5.75]},"south":{"texture":"#0","uv":[1.5,5,2,5.75]},"up":{"texture":"#0","uv":[1,5,0.5,4.5]},"west":{"texture":"#0","uv":[1,5,1.5,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1070445653_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6034.json b/assets/minecraft/models/w6034.json new file mode 100644 index 000000000..db7dbe402 --- /dev/null +++ b/assets/minecraft/models/w6034.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.75,5,2.5,5.25]},"east":{"texture":"#0","uv":[2,5.25,2.25,5.75]},"north":{"texture":"#0","uv":[2.25,5.25,2.5,5.75]},"south":{"texture":"#0","uv":[2.75,5.25,3,5.75]},"up":{"texture":"#0","uv":[2.5,5.25,2.25,5]},"west":{"texture":"#0","uv":[2.5,5.25,2.75,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1070445653_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6035.json b/assets/minecraft/models/w6035.json new file mode 100644 index 000000000..944ab4f34 --- /dev/null +++ b/assets/minecraft/models/w6035.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,5,2.75,5.25]},"east":{"texture":"#0","uv":[2.75,5.25,2.5,5.75]},"north":{"texture":"#0","uv":[2.5,5.25,2.25,5.75]},"south":{"texture":"#0","uv":[3,5.25,2.75,5.75]},"up":{"texture":"#0","uv":[2.25,5.25,2.5,5]},"west":{"texture":"#0","uv":[2.25,5.25,2,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1070445653_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6036.json b/assets/minecraft/models/w6036.json new file mode 100644 index 000000000..174a49627 --- /dev/null +++ b/assets/minecraft/models/w6036.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,3]},"north":{"texture":"#0","uv":[1.5,1.5,3.5,3]},"south":{"texture":"#0","uv":[5,1.5,7,3]},"up":{"texture":"#0","uv":[3.5,1.5,1.5,0]},"west":{"texture":"#0","uv":[3.5,1.5,5,3]}},"from":[-15.7,-16,-15.6],"shade":false,"to":[-12.5,-13.6,-13.200001]},{"faces":{"down":{"texture":"#0","uv":[1.5,3.5,1,4]},"east":{"texture":"#0","uv":[0,4,0.5,4.5]},"north":{"texture":"#0","uv":[0.5,4,1,4.5]},"south":{"texture":"#0","uv":[1.5,4,2,4.5]},"up":{"texture":"#0","uv":[1,4,0.5,3.5]},"west":{"texture":"#0","uv":[1,4,1.5,4.5]}},"from":[-14,-15.2,-16],"shade":false,"to":[-13.2,-14.4,-15.2]},{"faces":{"down":{"texture":"#0","uv":[1.5,3.5,1,4]},"east":{"texture":"#0","uv":[0,4,0.5,4.5]},"north":{"texture":"#0","uv":[0.5,4,1,4.5]},"south":{"texture":"#0","uv":[1.5,4,2,4.5]},"up":{"texture":"#0","uv":[1,4,0.5,3.5]},"west":{"texture":"#0","uv":[1,4,1.5,4.5]}},"from":[-13.1,-14.8,-15.8],"shade":false,"to":[-12.3,-14,-15]},{"faces":{"down":{"texture":"#0","uv":[2.75,3.5,2.5,3.75]},"east":{"texture":"#0","uv":[2,3.75,2.25,4]},"north":{"texture":"#0","uv":[2.25,3.75,2.5,4]},"south":{"texture":"#0","uv":[2.75,3.75,3,4]},"up":{"texture":"#0","uv":[2.5,3.75,2.25,3.5]},"west":{"texture":"#0","uv":[2.5,3.75,2.75,4]}},"from":[-13.7,-14.2,-15.8],"shade":false,"to":[-13.3,-13.8,-15.400001]},{"faces":{"down":{"texture":"#0","uv":[2.75,3.5,2.5,3.75]},"east":{"texture":"#0","uv":[2,3.75,2.25,4]},"north":{"texture":"#0","uv":[2.25,3.75,2.5,4]},"south":{"texture":"#0","uv":[2.75,3.75,3,4]},"up":{"texture":"#0","uv":[2.5,3.75,2.25,3.5]},"west":{"texture":"#0","uv":[2.5,3.75,2.75,4]}},"from":[-12.6,-14.2,-14.6],"shade":false,"to":[-12.200001,-13.8,-14.200001]},{"faces":{"down":{"texture":"#0","uv":[2.5,3.5,2.75,3.75]},"east":{"texture":"#0","uv":[2.75,3.75,2.5,4]},"north":{"texture":"#0","uv":[2.5,3.75,2.25,4]},"south":{"texture":"#0","uv":[3,3.75,2.75,4]},"up":{"texture":"#0","uv":[2.25,3.75,2.5,3.5]},"west":{"texture":"#0","uv":[2.25,3.75,2,4]}},"from":[-16,-14.2,-14.6],"shade":false,"to":[-15.6,-13.8,-14.200001]},{"faces":{"down":{"texture":"#0","uv":[1,3.5,1.5,4]},"east":{"texture":"#0","uv":[1.5,4,1,4.5]},"north":{"texture":"#0","uv":[1,4,0.5,4.5]},"south":{"texture":"#0","uv":[2,4,1.5,4.5]},"up":{"texture":"#0","uv":[0.5,4,1,3.5]},"west":{"texture":"#0","uv":[0.5,4,0,4.5]}},"from":[-15.9,-14.8,-15.8],"shade":false,"to":[-15.099999,-14,-15]},{"faces":{"down":{"texture":"#0","uv":[2.5,3.5,2.75,3.75]},"east":{"texture":"#0","uv":[2.75,3.75,2.5,4]},"north":{"texture":"#0","uv":[2.5,3.75,2.25,4]},"south":{"texture":"#0","uv":[3,3.75,2.75,4]},"up":{"texture":"#0","uv":[2.25,3.75,2.5,3.5]},"west":{"texture":"#0","uv":[2.25,3.75,2,4]}},"from":[-14.9,-14.2,-15.8],"shade":false,"to":[-14.5,-13.8,-15.400001]},{"faces":{"down":{"texture":"#0","uv":[1,3.5,1.5,4]},"east":{"texture":"#0","uv":[1.5,4,1,4.5]},"north":{"texture":"#0","uv":[1,4,0.5,4.5]},"south":{"texture":"#0","uv":[2,4,1.5,4.5]},"up":{"texture":"#0","uv":[0.5,4,1,3.5]},"west":{"texture":"#0","uv":[0.5,4,0,4.5]}},"from":[-15,-15.2,-16],"shade":false,"to":[-14.2,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w1070445653_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6037.json b/assets/minecraft/models/w6037.json new file mode 100644 index 000000000..28edca48f --- /dev/null +++ b/assets/minecraft/models/w6037.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1070445653_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6038.json b/assets/minecraft/models/w6038.json new file mode 100644 index 000000000..28edca48f --- /dev/null +++ b/assets/minecraft/models/w6038.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1070445653_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6039.json b/assets/minecraft/models/w6039.json new file mode 100644 index 000000000..28edca48f --- /dev/null +++ b/assets/minecraft/models/w6039.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1070445653_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w604.json b/assets/minecraft/models/w604.json new file mode 100644 index 000000000..c4dea2f3c --- /dev/null +++ b/assets/minecraft/models/w604.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,6,2,4]},"south":{"texture":"#0","uv":[2,6,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6040.json b/assets/minecraft/models/w6040.json new file mode 100644 index 000000000..28edca48f --- /dev/null +++ b/assets/minecraft/models/w6040.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1070445653_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6041.json b/assets/minecraft/models/w6041.json new file mode 100644 index 000000000..d7e8698e4 --- /dev/null +++ b/assets/minecraft/models/w6041.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1070445653_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6042.json b/assets/minecraft/models/w6042.json new file mode 100644 index 000000000..d7e8698e4 --- /dev/null +++ b/assets/minecraft/models/w6042.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1070445653_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6043.json b/assets/minecraft/models/w6043.json new file mode 100644 index 000000000..d7e8698e4 --- /dev/null +++ b/assets/minecraft/models/w6043.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1070445653_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6044.json b/assets/minecraft/models/w6044.json new file mode 100644 index 000000000..d7e8698e4 --- /dev/null +++ b/assets/minecraft/models/w6044.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1070445653_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6045.json b/assets/minecraft/models/w6045.json new file mode 100644 index 000000000..ea21355c8 --- /dev/null +++ b/assets/minecraft/models/w6045.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,6,0,7]},"east":{"texture":"#0","uv":[0,6,1,7]},"north":{"texture":"#0","uv":[0,6,1,7]},"south":{"texture":"#0","uv":[0,6,1,7]},"up":{"texture":"#0","uv":[1,7,0,6]},"west":{"texture":"#0","uv":[0,6,1,7]}},"from":[8,8,8],"shade":false,"to":[3.6,3.1999998,4.8]}],"overrides":[],"textures":{"0":"item/w1070445653_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6046.json b/assets/minecraft/models/w6046.json new file mode 100644 index 000000000..a9bc76e73 --- /dev/null +++ b/assets/minecraft/models/w6046.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,8,5.5,11]},"east":{"texture":"#0","uv":[0,11,3,13]},"north":{"texture":"#0","uv":[8.5,11,11,13]},"south":{"texture":"#0","uv":[8.5,11,11,13]},"up":{"texture":"#0","uv":[5.5,11,3,8]},"west":{"texture":"#0","uv":[5.5,11,8.5,13]}},"from":[-16,-16,-16],"shade":false,"to":[-11.52,-12.719999,-16]}],"overrides":[],"textures":{"0":"item/w1070445653_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6047.json b/assets/minecraft/models/w6047.json new file mode 100644 index 000000000..b15f5ee4d --- /dev/null +++ b/assets/minecraft/models/w6047.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,8,5.5,11]},"east":{"texture":"#0","uv":[0,11,3,13]},"north":{"texture":"#0","uv":[3,11,5.5,13]},"south":{"texture":"#0","uv":[8.5,11,11,13]},"up":{"texture":"#0","uv":[5.5,11,3,8]},"west":{"texture":"#0","uv":[5.5,11,8.5,13]}},"from":[-16,-16,-16],"shade":false,"to":[-11.52,-12.719999,-16]}],"overrides":[],"textures":{"0":"item/w1070445653_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6048.json b/assets/minecraft/models/w6048.json new file mode 100644 index 000000000..745ce8a7d --- /dev/null +++ b/assets/minecraft/models/w6048.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,8,5.5,11]},"east":{"texture":"#0","uv":[0,11,3,13]},"north":{"texture":"#0","uv":[3,11,5.5,13]},"south":{"texture":"#0","uv":[8.5,11,11,13]},"up":{"texture":"#0","uv":[5.5,11,3,8]},"west":{"texture":"#0","uv":[5.5,11,8.5,13]}},"from":[-16,-16,-16],"shade":false,"to":[-11.52,-16,-11.12]}],"overrides":[],"textures":{"0":"item/w1070445653_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6049.json b/assets/minecraft/models/w6049.json new file mode 100644 index 000000000..ae0c3b6ef --- /dev/null +++ b/assets/minecraft/models/w6049.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,7,0,8]},"east":{"texture":"#0","uv":[0,7,1,8]},"north":{"texture":"#0","uv":[0,7,1,8]},"south":{"texture":"#0","uv":[0,7,1,8]},"up":{"texture":"#0","uv":[1,8,0,7]},"west":{"texture":"#0","uv":[0,7,1,8]}},"from":[-15.16,-15.56,-15.16],"shade":false,"to":[-12.36,-13.16,-11.96]},{"faces":{"down":{"texture":"#0","uv":[8,8,5.5,11]},"east":{"texture":"#0","uv":[0,11,3,13]},"north":{"texture":"#0","uv":[3,11,5.5,13]},"south":{"texture":"#0","uv":[8.5,11,11,13]},"up":{"texture":"#0","uv":[5.5,11,3,8]},"west":{"texture":"#0","uv":[5.5,11,8.5,13]}},"from":[-16,-16,-16],"shade":false,"to":[-11.52,-12.719999,-11.12]},{"faces":{"down":{"texture":"#0","uv":[8,8,5.5,11]},"east":{"texture":"#0","uv":[0,11,3,13]},"north":{"texture":"#0","uv":[3,11,5.5,13]},"south":{"texture":"#0","uv":[8.5,11,11,13]},"up":{"texture":"#0","uv":[5.5,11,3,8]},"west":{"texture":"#0","uv":[5.5,11,8.5,13]}},"from":[-11.559999,-16,-16],"shade":false,"to":[-11.559999,-12.719999,-11.12]},{"faces":{"down":{"texture":"#0","uv":[5.5,8,8,11]},"east":{"texture":"#0","uv":[8.5,11,5.5,13]},"north":{"texture":"#0","uv":[5.5,11,3,13]},"south":{"texture":"#0","uv":[11,11,8.5,13]},"up":{"texture":"#0","uv":[3,11,5.5,8]},"west":{"texture":"#0","uv":[3,11,0,13]}},"from":[-15.96,-16,-16],"shade":false,"to":[-15.96,-12.719999,-11.12]}],"overrides":[],"textures":{"0":"item/w1070445653_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w605.json b/assets/minecraft/models/w605.json new file mode 100644 index 000000000..88677906d --- /dev/null +++ b/assets/minecraft/models/w605.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,6,0,4]},"south":{"texture":"#0","uv":[0,6,2,4]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6050.json b/assets/minecraft/models/w6050.json new file mode 100644 index 000000000..bd2fbaaf9 --- /dev/null +++ b/assets/minecraft/models/w6050.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1070445653_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6051.json b/assets/minecraft/models/w6051.json new file mode 100644 index 000000000..bd2fbaaf9 --- /dev/null +++ b/assets/minecraft/models/w6051.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1070445653_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6052.json b/assets/minecraft/models/w6052.json new file mode 100644 index 000000000..bd2fbaaf9 --- /dev/null +++ b/assets/minecraft/models/w6052.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1070445653_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6053.json b/assets/minecraft/models/w6053.json new file mode 100644 index 000000000..bd2fbaaf9 --- /dev/null +++ b/assets/minecraft/models/w6053.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1070445653_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6054.json b/assets/minecraft/models/w6054.json new file mode 100644 index 000000000..285498fc6 --- /dev/null +++ b/assets/minecraft/models/w6054.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1070445653_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6055.json b/assets/minecraft/models/w6055.json new file mode 100644 index 000000000..285498fc6 --- /dev/null +++ b/assets/minecraft/models/w6055.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1070445653_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6056.json b/assets/minecraft/models/w6056.json new file mode 100644 index 000000000..285498fc6 --- /dev/null +++ b/assets/minecraft/models/w6056.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1070445653_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6057.json b/assets/minecraft/models/w6057.json new file mode 100644 index 000000000..285498fc6 --- /dev/null +++ b/assets/minecraft/models/w6057.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1070445653_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6058.json b/assets/minecraft/models/w6058.json new file mode 100644 index 000000000..c75dfbead --- /dev/null +++ b/assets/minecraft/models/w6058.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,10.5,2]},"east":{"texture":"#0","uv":[7,2,9,3]},"north":{"texture":"#0","uv":[9,2,10.5,3]},"south":{"texture":"#0","uv":[12.5,2,14,3]},"up":{"texture":"#0","uv":[10.5,2,9,0]},"west":{"texture":"#0","uv":[10.5,2,12.5,3]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.4,-12.8]}],"overrides":[],"textures":{"0":"item/w284370906_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6059.json b/assets/minecraft/models/w6059.json new file mode 100644 index 000000000..f368d25db --- /dev/null +++ b/assets/minecraft/models/w6059.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,4.5,1.5,5]},"east":{"texture":"#0","uv":[1.5,5,1,5.75]},"north":{"texture":"#0","uv":[1,5,0.5,5.75]},"south":{"texture":"#0","uv":[2,5,1.5,5.75]},"up":{"texture":"#0","uv":[0.5,5,1,4.5]},"west":{"texture":"#0","uv":[0.5,5,0,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w284370906_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w606.json b/assets/minecraft/models/w606.json new file mode 100644 index 000000000..951ba5d37 --- /dev/null +++ b/assets/minecraft/models/w606.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,2,6]},"south":{"texture":"#0","uv":[2,4,0,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6060.json b/assets/minecraft/models/w6060.json new file mode 100644 index 000000000..22f65fcf3 --- /dev/null +++ b/assets/minecraft/models/w6060.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,4.5,1,5]},"east":{"texture":"#0","uv":[0,5,0.5,5.75]},"north":{"texture":"#0","uv":[0.5,5,1,5.75]},"south":{"texture":"#0","uv":[1.5,5,2,5.75]},"up":{"texture":"#0","uv":[1,5,0.5,4.5]},"west":{"texture":"#0","uv":[1,5,1.5,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w284370906_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6061.json b/assets/minecraft/models/w6061.json new file mode 100644 index 000000000..da9e9e34d --- /dev/null +++ b/assets/minecraft/models/w6061.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.75,5,2.5,5.25]},"east":{"texture":"#0","uv":[2,5.25,2.25,5.75]},"north":{"texture":"#0","uv":[2.25,5.25,2.5,5.75]},"south":{"texture":"#0","uv":[2.75,5.25,3,5.75]},"up":{"texture":"#0","uv":[2.5,5.25,2.25,5]},"west":{"texture":"#0","uv":[2.5,5.25,2.75,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w284370906_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6062.json b/assets/minecraft/models/w6062.json new file mode 100644 index 000000000..5b4bce0fc --- /dev/null +++ b/assets/minecraft/models/w6062.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,5,2.75,5.25]},"east":{"texture":"#0","uv":[2.75,5.25,2.5,5.75]},"north":{"texture":"#0","uv":[2.5,5.25,2.25,5.75]},"south":{"texture":"#0","uv":[3,5.25,2.75,5.75]},"up":{"texture":"#0","uv":[2.25,5.25,2.5,5]},"west":{"texture":"#0","uv":[2.25,5.25,2,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w284370906_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6063.json b/assets/minecraft/models/w6063.json new file mode 100644 index 000000000..eda45048f --- /dev/null +++ b/assets/minecraft/models/w6063.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,3]},"north":{"texture":"#0","uv":[1.5,1.5,3.5,3]},"south":{"texture":"#0","uv":[5,1.5,7,3]},"up":{"texture":"#0","uv":[3.5,1.5,1.5,0]},"west":{"texture":"#0","uv":[3.5,1.5,5,3]}},"from":[-15.7,-16,-15.6],"shade":false,"to":[-12.5,-13.6,-13.200001]},{"faces":{"down":{"texture":"#0","uv":[1.5,3.5,1,4]},"east":{"texture":"#0","uv":[0,4,0.5,4.5]},"north":{"texture":"#0","uv":[0.5,4,1,4.5]},"south":{"texture":"#0","uv":[1.5,4,2,4.5]},"up":{"texture":"#0","uv":[1,4,0.5,3.5]},"west":{"texture":"#0","uv":[1,4,1.5,4.5]}},"from":[-14,-15.2,-16],"shade":false,"to":[-13.2,-14.4,-15.2]},{"faces":{"down":{"texture":"#0","uv":[1.5,3.5,1,4]},"east":{"texture":"#0","uv":[0,4,0.5,4.5]},"north":{"texture":"#0","uv":[0.5,4,1,4.5]},"south":{"texture":"#0","uv":[1.5,4,2,4.5]},"up":{"texture":"#0","uv":[1,4,0.5,3.5]},"west":{"texture":"#0","uv":[1,4,1.5,4.5]}},"from":[-13.1,-14.8,-15.8],"shade":false,"to":[-12.3,-14,-15]},{"faces":{"down":{"texture":"#0","uv":[2.75,3.5,2.5,3.75]},"east":{"texture":"#0","uv":[2,3.75,2.25,4]},"north":{"texture":"#0","uv":[2.25,3.75,2.5,4]},"south":{"texture":"#0","uv":[2.75,3.75,3,4]},"up":{"texture":"#0","uv":[2.5,3.75,2.25,3.5]},"west":{"texture":"#0","uv":[2.5,3.75,2.75,4]}},"from":[-13.7,-14.2,-15.8],"shade":false,"to":[-13.3,-13.8,-15.400001]},{"faces":{"down":{"texture":"#0","uv":[2.75,3.5,2.5,3.75]},"east":{"texture":"#0","uv":[2,3.75,2.25,4]},"north":{"texture":"#0","uv":[2.25,3.75,2.5,4]},"south":{"texture":"#0","uv":[2.75,3.75,3,4]},"up":{"texture":"#0","uv":[2.5,3.75,2.25,3.5]},"west":{"texture":"#0","uv":[2.5,3.75,2.75,4]}},"from":[-12.6,-14.2,-14.6],"shade":false,"to":[-12.200001,-13.8,-14.200001]},{"faces":{"down":{"texture":"#0","uv":[2.5,3.5,2.75,3.75]},"east":{"texture":"#0","uv":[2.75,3.75,2.5,4]},"north":{"texture":"#0","uv":[2.5,3.75,2.25,4]},"south":{"texture":"#0","uv":[3,3.75,2.75,4]},"up":{"texture":"#0","uv":[2.25,3.75,2.5,3.5]},"west":{"texture":"#0","uv":[2.25,3.75,2,4]}},"from":[-16,-14.2,-14.6],"shade":false,"to":[-15.6,-13.8,-14.200001]},{"faces":{"down":{"texture":"#0","uv":[1,3.5,1.5,4]},"east":{"texture":"#0","uv":[1.5,4,1,4.5]},"north":{"texture":"#0","uv":[1,4,0.5,4.5]},"south":{"texture":"#0","uv":[2,4,1.5,4.5]},"up":{"texture":"#0","uv":[0.5,4,1,3.5]},"west":{"texture":"#0","uv":[0.5,4,0,4.5]}},"from":[-15.9,-14.8,-15.8],"shade":false,"to":[-15.099999,-14,-15]},{"faces":{"down":{"texture":"#0","uv":[2.5,3.5,2.75,3.75]},"east":{"texture":"#0","uv":[2.75,3.75,2.5,4]},"north":{"texture":"#0","uv":[2.5,3.75,2.25,4]},"south":{"texture":"#0","uv":[3,3.75,2.75,4]},"up":{"texture":"#0","uv":[2.25,3.75,2.5,3.5]},"west":{"texture":"#0","uv":[2.25,3.75,2,4]}},"from":[-14.9,-14.2,-15.8],"shade":false,"to":[-14.5,-13.8,-15.400001]},{"faces":{"down":{"texture":"#0","uv":[1,3.5,1.5,4]},"east":{"texture":"#0","uv":[1.5,4,1,4.5]},"north":{"texture":"#0","uv":[1,4,0.5,4.5]},"south":{"texture":"#0","uv":[2,4,1.5,4.5]},"up":{"texture":"#0","uv":[0.5,4,1,3.5]},"west":{"texture":"#0","uv":[0.5,4,0,4.5]}},"from":[-15,-15.2,-16],"shade":false,"to":[-14.2,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w284370906_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6064.json b/assets/minecraft/models/w6064.json new file mode 100644 index 000000000..59d60fd91 --- /dev/null +++ b/assets/minecraft/models/w6064.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w284370906_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6065.json b/assets/minecraft/models/w6065.json new file mode 100644 index 000000000..59d60fd91 --- /dev/null +++ b/assets/minecraft/models/w6065.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w284370906_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6066.json b/assets/minecraft/models/w6066.json new file mode 100644 index 000000000..59d60fd91 --- /dev/null +++ b/assets/minecraft/models/w6066.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w284370906_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6067.json b/assets/minecraft/models/w6067.json new file mode 100644 index 000000000..59d60fd91 --- /dev/null +++ b/assets/minecraft/models/w6067.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w284370906_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6068.json b/assets/minecraft/models/w6068.json new file mode 100644 index 000000000..4d9544e82 --- /dev/null +++ b/assets/minecraft/models/w6068.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w284370906_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6069.json b/assets/minecraft/models/w6069.json new file mode 100644 index 000000000..4d9544e82 --- /dev/null +++ b/assets/minecraft/models/w6069.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w284370906_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w607.json b/assets/minecraft/models/w607.json new file mode 100644 index 000000000..bb56f1b40 --- /dev/null +++ b/assets/minecraft/models/w607.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,4,0,6]},"south":{"texture":"#0","uv":[0,4,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6070.json b/assets/minecraft/models/w6070.json new file mode 100644 index 000000000..4d9544e82 --- /dev/null +++ b/assets/minecraft/models/w6070.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w284370906_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6071.json b/assets/minecraft/models/w6071.json new file mode 100644 index 000000000..4d9544e82 --- /dev/null +++ b/assets/minecraft/models/w6071.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w284370906_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6072.json b/assets/minecraft/models/w6072.json new file mode 100644 index 000000000..8110c327b --- /dev/null +++ b/assets/minecraft/models/w6072.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,6,0,7]},"east":{"texture":"#0","uv":[0,6,1,7]},"north":{"texture":"#0","uv":[0,6,1,7]},"south":{"texture":"#0","uv":[0,6,1,7]},"up":{"texture":"#0","uv":[1,7,0,6]},"west":{"texture":"#0","uv":[0,6,1,7]}},"from":[8,8,8],"shade":false,"to":[3.6,3.1999998,4.8]}],"overrides":[],"textures":{"0":"item/w284370906_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6073.json b/assets/minecraft/models/w6073.json new file mode 100644 index 000000000..61e30994f --- /dev/null +++ b/assets/minecraft/models/w6073.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,8,5.5,11]},"east":{"texture":"#0","uv":[0,11,3,13]},"north":{"texture":"#0","uv":[8.5,11,11,13]},"south":{"texture":"#0","uv":[8.5,11,11,13]},"up":{"texture":"#0","uv":[5.5,11,3,8]},"west":{"texture":"#0","uv":[5.5,11,8.5,13]}},"from":[-16,-16,-16],"shade":false,"to":[-11.52,-12.719999,-16]}],"overrides":[],"textures":{"0":"item/w284370906_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6074.json b/assets/minecraft/models/w6074.json new file mode 100644 index 000000000..3f376fa2e --- /dev/null +++ b/assets/minecraft/models/w6074.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,8,5.5,11]},"east":{"texture":"#0","uv":[0,11,3,13]},"north":{"texture":"#0","uv":[3,11,5.5,13]},"south":{"texture":"#0","uv":[8.5,11,11,13]},"up":{"texture":"#0","uv":[5.5,11,3,8]},"west":{"texture":"#0","uv":[5.5,11,8.5,13]}},"from":[-16,-16,-16],"shade":false,"to":[-11.52,-12.719999,-16]}],"overrides":[],"textures":{"0":"item/w284370906_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6075.json b/assets/minecraft/models/w6075.json new file mode 100644 index 000000000..a5d0177fe --- /dev/null +++ b/assets/minecraft/models/w6075.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,8,5.5,11]},"east":{"texture":"#0","uv":[0,11,3,13]},"north":{"texture":"#0","uv":[3,11,5.5,13]},"south":{"texture":"#0","uv":[8.5,11,11,13]},"up":{"texture":"#0","uv":[5.5,11,3,8]},"west":{"texture":"#0","uv":[5.5,11,8.5,13]}},"from":[-16,-16,-16],"shade":false,"to":[-11.52,-16,-11.12]}],"overrides":[],"textures":{"0":"item/w284370906_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6076.json b/assets/minecraft/models/w6076.json new file mode 100644 index 000000000..75074047c --- /dev/null +++ b/assets/minecraft/models/w6076.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,7,0,8]},"east":{"texture":"#0","uv":[0,7,1,8]},"north":{"texture":"#0","uv":[0,7,1,8]},"south":{"texture":"#0","uv":[0,7,1,8]},"up":{"texture":"#0","uv":[1,8,0,7]},"west":{"texture":"#0","uv":[0,7,1,8]}},"from":[-15.16,-15.56,-15.16],"shade":false,"to":[-12.36,-13.16,-11.96]},{"faces":{"down":{"texture":"#0","uv":[8,8,5.5,11]},"east":{"texture":"#0","uv":[0,11,3,13]},"north":{"texture":"#0","uv":[3,11,5.5,13]},"south":{"texture":"#0","uv":[8.5,11,11,13]},"up":{"texture":"#0","uv":[5.5,11,3,8]},"west":{"texture":"#0","uv":[5.5,11,8.5,13]}},"from":[-16,-16,-16],"shade":false,"to":[-11.52,-12.719999,-11.12]},{"faces":{"down":{"texture":"#0","uv":[8,8,5.5,11]},"east":{"texture":"#0","uv":[0,11,3,13]},"north":{"texture":"#0","uv":[3,11,5.5,13]},"south":{"texture":"#0","uv":[8.5,11,11,13]},"up":{"texture":"#0","uv":[5.5,11,3,8]},"west":{"texture":"#0","uv":[5.5,11,8.5,13]}},"from":[-11.559999,-16,-16],"shade":false,"to":[-11.559999,-12.719999,-11.12]},{"faces":{"down":{"texture":"#0","uv":[5.5,8,8,11]},"east":{"texture":"#0","uv":[8.5,11,5.5,13]},"north":{"texture":"#0","uv":[5.5,11,3,13]},"south":{"texture":"#0","uv":[11,11,8.5,13]},"up":{"texture":"#0","uv":[3,11,5.5,8]},"west":{"texture":"#0","uv":[3,11,0,13]}},"from":[-15.96,-16,-16],"shade":false,"to":[-15.96,-12.719999,-11.12]}],"overrides":[],"textures":{"0":"item/w284370906_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6077.json b/assets/minecraft/models/w6077.json new file mode 100644 index 000000000..9cba69b43 --- /dev/null +++ b/assets/minecraft/models/w6077.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w284370906_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6078.json b/assets/minecraft/models/w6078.json new file mode 100644 index 000000000..9cba69b43 --- /dev/null +++ b/assets/minecraft/models/w6078.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w284370906_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6079.json b/assets/minecraft/models/w6079.json new file mode 100644 index 000000000..9cba69b43 --- /dev/null +++ b/assets/minecraft/models/w6079.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w284370906_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w608.json b/assets/minecraft/models/w608.json new file mode 100644 index 000000000..88677906d --- /dev/null +++ b/assets/minecraft/models/w608.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,6,0,4]},"south":{"texture":"#0","uv":[0,6,2,4]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6080.json b/assets/minecraft/models/w6080.json new file mode 100644 index 000000000..9cba69b43 --- /dev/null +++ b/assets/minecraft/models/w6080.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w284370906_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6081.json b/assets/minecraft/models/w6081.json new file mode 100644 index 000000000..5af9100fe --- /dev/null +++ b/assets/minecraft/models/w6081.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w284370906_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6082.json b/assets/minecraft/models/w6082.json new file mode 100644 index 000000000..5af9100fe --- /dev/null +++ b/assets/minecraft/models/w6082.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w284370906_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6083.json b/assets/minecraft/models/w6083.json new file mode 100644 index 000000000..5af9100fe --- /dev/null +++ b/assets/minecraft/models/w6083.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w284370906_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6084.json b/assets/minecraft/models/w6084.json new file mode 100644 index 000000000..5af9100fe --- /dev/null +++ b/assets/minecraft/models/w6084.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w284370906_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6085.json b/assets/minecraft/models/w6085.json new file mode 100644 index 000000000..e12847ca1 --- /dev/null +++ b/assets/minecraft/models/w6085.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,10.5,2]},"east":{"texture":"#0","uv":[7,2,9,3]},"north":{"texture":"#0","uv":[9,2,10.5,3]},"south":{"texture":"#0","uv":[12.5,2,14,3]},"up":{"texture":"#0","uv":[10.5,2,9,0]},"west":{"texture":"#0","uv":[10.5,2,12.5,3]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.4,-12.8]}],"overrides":[],"textures":{"0":"item/w1558588619_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6086.json b/assets/minecraft/models/w6086.json new file mode 100644 index 000000000..649ca5cee --- /dev/null +++ b/assets/minecraft/models/w6086.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,4.5,1.5,5]},"east":{"texture":"#0","uv":[1.5,5,1,5.75]},"north":{"texture":"#0","uv":[1,5,0.5,5.75]},"south":{"texture":"#0","uv":[2,5,1.5,5.75]},"up":{"texture":"#0","uv":[0.5,5,1,4.5]},"west":{"texture":"#0","uv":[0.5,5,0,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1558588619_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6087.json b/assets/minecraft/models/w6087.json new file mode 100644 index 000000000..c67a76129 --- /dev/null +++ b/assets/minecraft/models/w6087.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,4.5,1,5]},"east":{"texture":"#0","uv":[0,5,0.5,5.75]},"north":{"texture":"#0","uv":[0.5,5,1,5.75]},"south":{"texture":"#0","uv":[1.5,5,2,5.75]},"up":{"texture":"#0","uv":[1,5,0.5,4.5]},"west":{"texture":"#0","uv":[1,5,1.5,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1558588619_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6088.json b/assets/minecraft/models/w6088.json new file mode 100644 index 000000000..e5bf31e3f --- /dev/null +++ b/assets/minecraft/models/w6088.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.75,5,2.5,5.25]},"east":{"texture":"#0","uv":[2,5.25,2.25,5.75]},"north":{"texture":"#0","uv":[2.25,5.25,2.5,5.75]},"south":{"texture":"#0","uv":[2.75,5.25,3,5.75]},"up":{"texture":"#0","uv":[2.5,5.25,2.25,5]},"west":{"texture":"#0","uv":[2.5,5.25,2.75,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1558588619_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6089.json b/assets/minecraft/models/w6089.json new file mode 100644 index 000000000..385af928c --- /dev/null +++ b/assets/minecraft/models/w6089.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,5,2.75,5.25]},"east":{"texture":"#0","uv":[2.75,5.25,2.5,5.75]},"north":{"texture":"#0","uv":[2.5,5.25,2.25,5.75]},"south":{"texture":"#0","uv":[3,5.25,2.75,5.75]},"up":{"texture":"#0","uv":[2.25,5.25,2.5,5]},"west":{"texture":"#0","uv":[2.25,5.25,2,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1558588619_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w609.json b/assets/minecraft/models/w609.json new file mode 100644 index 000000000..c4dea2f3c --- /dev/null +++ b/assets/minecraft/models/w609.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,6,2,4]},"south":{"texture":"#0","uv":[2,6,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6090.json b/assets/minecraft/models/w6090.json new file mode 100644 index 000000000..113926206 --- /dev/null +++ b/assets/minecraft/models/w6090.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,3]},"north":{"texture":"#0","uv":[1.5,1.5,3.5,3]},"south":{"texture":"#0","uv":[5,1.5,7,3]},"up":{"texture":"#0","uv":[3.5,1.5,1.5,0]},"west":{"texture":"#0","uv":[3.5,1.5,5,3]}},"from":[-15.7,-16,-15.6],"shade":false,"to":[-12.5,-13.6,-13.200001]},{"faces":{"down":{"texture":"#0","uv":[1.5,3.5,1,4]},"east":{"texture":"#0","uv":[0,4,0.5,4.5]},"north":{"texture":"#0","uv":[0.5,4,1,4.5]},"south":{"texture":"#0","uv":[1.5,4,2,4.5]},"up":{"texture":"#0","uv":[1,4,0.5,3.5]},"west":{"texture":"#0","uv":[1,4,1.5,4.5]}},"from":[-14,-15.2,-16],"shade":false,"to":[-13.2,-14.4,-15.2]},{"faces":{"down":{"texture":"#0","uv":[1.5,3.5,1,4]},"east":{"texture":"#0","uv":[0,4,0.5,4.5]},"north":{"texture":"#0","uv":[0.5,4,1,4.5]},"south":{"texture":"#0","uv":[1.5,4,2,4.5]},"up":{"texture":"#0","uv":[1,4,0.5,3.5]},"west":{"texture":"#0","uv":[1,4,1.5,4.5]}},"from":[-13.1,-14.8,-15.8],"shade":false,"to":[-12.3,-14,-15]},{"faces":{"down":{"texture":"#0","uv":[2.75,3.5,2.5,3.75]},"east":{"texture":"#0","uv":[2,3.75,2.25,4]},"north":{"texture":"#0","uv":[2.25,3.75,2.5,4]},"south":{"texture":"#0","uv":[2.75,3.75,3,4]},"up":{"texture":"#0","uv":[2.5,3.75,2.25,3.5]},"west":{"texture":"#0","uv":[2.5,3.75,2.75,4]}},"from":[-13.7,-14.2,-15.8],"shade":false,"to":[-13.3,-13.8,-15.400001]},{"faces":{"down":{"texture":"#0","uv":[2.75,3.5,2.5,3.75]},"east":{"texture":"#0","uv":[2,3.75,2.25,4]},"north":{"texture":"#0","uv":[2.25,3.75,2.5,4]},"south":{"texture":"#0","uv":[2.75,3.75,3,4]},"up":{"texture":"#0","uv":[2.5,3.75,2.25,3.5]},"west":{"texture":"#0","uv":[2.5,3.75,2.75,4]}},"from":[-12.6,-14.2,-14.6],"shade":false,"to":[-12.200001,-13.8,-14.200001]},{"faces":{"down":{"texture":"#0","uv":[2.5,3.5,2.75,3.75]},"east":{"texture":"#0","uv":[2.75,3.75,2.5,4]},"north":{"texture":"#0","uv":[2.5,3.75,2.25,4]},"south":{"texture":"#0","uv":[3,3.75,2.75,4]},"up":{"texture":"#0","uv":[2.25,3.75,2.5,3.5]},"west":{"texture":"#0","uv":[2.25,3.75,2,4]}},"from":[-16,-14.2,-14.6],"shade":false,"to":[-15.6,-13.8,-14.200001]},{"faces":{"down":{"texture":"#0","uv":[1,3.5,1.5,4]},"east":{"texture":"#0","uv":[1.5,4,1,4.5]},"north":{"texture":"#0","uv":[1,4,0.5,4.5]},"south":{"texture":"#0","uv":[2,4,1.5,4.5]},"up":{"texture":"#0","uv":[0.5,4,1,3.5]},"west":{"texture":"#0","uv":[0.5,4,0,4.5]}},"from":[-15.9,-14.8,-15.8],"shade":false,"to":[-15.099999,-14,-15]},{"faces":{"down":{"texture":"#0","uv":[2.5,3.5,2.75,3.75]},"east":{"texture":"#0","uv":[2.75,3.75,2.5,4]},"north":{"texture":"#0","uv":[2.5,3.75,2.25,4]},"south":{"texture":"#0","uv":[3,3.75,2.75,4]},"up":{"texture":"#0","uv":[2.25,3.75,2.5,3.5]},"west":{"texture":"#0","uv":[2.25,3.75,2,4]}},"from":[-14.9,-14.2,-15.8],"shade":false,"to":[-14.5,-13.8,-15.400001]},{"faces":{"down":{"texture":"#0","uv":[1,3.5,1.5,4]},"east":{"texture":"#0","uv":[1.5,4,1,4.5]},"north":{"texture":"#0","uv":[1,4,0.5,4.5]},"south":{"texture":"#0","uv":[2,4,1.5,4.5]},"up":{"texture":"#0","uv":[0.5,4,1,3.5]},"west":{"texture":"#0","uv":[0.5,4,0,4.5]}},"from":[-15,-15.2,-16],"shade":false,"to":[-14.2,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w1558588619_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6091.json b/assets/minecraft/models/w6091.json new file mode 100644 index 000000000..4f36e8807 --- /dev/null +++ b/assets/minecraft/models/w6091.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1558588619_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6092.json b/assets/minecraft/models/w6092.json new file mode 100644 index 000000000..4f36e8807 --- /dev/null +++ b/assets/minecraft/models/w6092.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1558588619_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6093.json b/assets/minecraft/models/w6093.json new file mode 100644 index 000000000..4f36e8807 --- /dev/null +++ b/assets/minecraft/models/w6093.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1558588619_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6094.json b/assets/minecraft/models/w6094.json new file mode 100644 index 000000000..4f36e8807 --- /dev/null +++ b/assets/minecraft/models/w6094.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1558588619_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6095.json b/assets/minecraft/models/w6095.json new file mode 100644 index 000000000..cbc99289e --- /dev/null +++ b/assets/minecraft/models/w6095.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1558588619_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6096.json b/assets/minecraft/models/w6096.json new file mode 100644 index 000000000..cbc99289e --- /dev/null +++ b/assets/minecraft/models/w6096.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1558588619_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6097.json b/assets/minecraft/models/w6097.json new file mode 100644 index 000000000..cbc99289e --- /dev/null +++ b/assets/minecraft/models/w6097.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1558588619_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6098.json b/assets/minecraft/models/w6098.json new file mode 100644 index 000000000..cbc99289e --- /dev/null +++ b/assets/minecraft/models/w6098.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1558588619_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6099.json b/assets/minecraft/models/w6099.json new file mode 100644 index 000000000..8fad31c48 --- /dev/null +++ b/assets/minecraft/models/w6099.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,6,0,7]},"east":{"texture":"#0","uv":[0,6,1,7]},"north":{"texture":"#0","uv":[0,6,1,7]},"south":{"texture":"#0","uv":[0,6,1,7]},"up":{"texture":"#0","uv":[1,7,0,6]},"west":{"texture":"#0","uv":[0,6,1,7]}},"from":[8,8,8],"shade":false,"to":[3.6,3.1999998,4.8]}],"overrides":[],"textures":{"0":"item/w1558588619_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w61.json b/assets/minecraft/models/w61.json new file mode 100644 index 000000000..c7e5830db --- /dev/null +++ b/assets/minecraft/models/w61.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.125,8.25,6.625,8.875]},"east":{"texture":"#0","uv":[5.5,8.25,6.125,8.5]},"north":{"texture":"#0","uv":[6.125,8.25,6.625,8.5]},"south":{"texture":"#0","uv":[6.125,8.5,6.625,8.75]},"up":{"texture":"#0","uv":[7,8.25,6.5,7.625]},"west":{"texture":"#0","uv":[5.5,8.5,6.125,8.75]}},"from":[-16,-16,-15],"shade":false,"to":[-14.4,-15.2,-13]},{"faces":{"east":{"texture":"#0","uv":[6.875,5,7.25,5.25]},"west":{"texture":"#0","uv":[7.25,5,6.875,5.25]}},"from":[-15.2,-16,-16],"shade":false,"to":[-15.2,-15.2,-14.8]},{"faces":{"east":{"texture":"#0","uv":[6.875,5,7.25,5.25]},"west":{"texture":"#0","uv":[7.25,5,6.875,5.25]}},"from":[-15.8,-16,-16],"shade":false,"to":[-15.8,-15.2,-14.8]},{"faces":{"east":{"texture":"#0","uv":[6.875,5,7.25,5.25]},"west":{"texture":"#0","uv":[7.25,5,6.875,5.25]}},"from":[-14.6,-16,-16],"shade":false,"to":[-14.6,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1237560704_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w610.json b/assets/minecraft/models/w610.json new file mode 100644 index 000000000..bb56f1b40 --- /dev/null +++ b/assets/minecraft/models/w610.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,4,0,6]},"south":{"texture":"#0","uv":[0,4,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6100.json b/assets/minecraft/models/w6100.json new file mode 100644 index 000000000..1bcf3c6e6 --- /dev/null +++ b/assets/minecraft/models/w6100.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,8,5.5,11]},"east":{"texture":"#0","uv":[0,11,3,13]},"north":{"texture":"#0","uv":[8.5,11,11,13]},"south":{"texture":"#0","uv":[8.5,11,11,13]},"up":{"texture":"#0","uv":[5.5,11,3,8]},"west":{"texture":"#0","uv":[5.5,11,8.5,13]}},"from":[-16,-16,-16],"shade":false,"to":[-11.52,-12.719999,-16]}],"overrides":[],"textures":{"0":"item/w1558588619_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6101.json b/assets/minecraft/models/w6101.json new file mode 100644 index 000000000..6bfe73ee4 --- /dev/null +++ b/assets/minecraft/models/w6101.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,8,5.5,11]},"east":{"texture":"#0","uv":[0,11,3,13]},"north":{"texture":"#0","uv":[3,11,5.5,13]},"south":{"texture":"#0","uv":[8.5,11,11,13]},"up":{"texture":"#0","uv":[5.5,11,3,8]},"west":{"texture":"#0","uv":[5.5,11,8.5,13]}},"from":[-16,-16,-16],"shade":false,"to":[-11.52,-12.719999,-16]}],"overrides":[],"textures":{"0":"item/w1558588619_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6102.json b/assets/minecraft/models/w6102.json new file mode 100644 index 000000000..322567bab --- /dev/null +++ b/assets/minecraft/models/w6102.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,8,5.5,11]},"east":{"texture":"#0","uv":[0,11,3,13]},"north":{"texture":"#0","uv":[3,11,5.5,13]},"south":{"texture":"#0","uv":[8.5,11,11,13]},"up":{"texture":"#0","uv":[5.5,11,3,8]},"west":{"texture":"#0","uv":[5.5,11,8.5,13]}},"from":[-16,-16,-16],"shade":false,"to":[-11.52,-16,-11.12]}],"overrides":[],"textures":{"0":"item/w1558588619_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6103.json b/assets/minecraft/models/w6103.json new file mode 100644 index 000000000..a4f426459 --- /dev/null +++ b/assets/minecraft/models/w6103.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,7,0,8]},"east":{"texture":"#0","uv":[0,7,1,8]},"north":{"texture":"#0","uv":[0,7,1,8]},"south":{"texture":"#0","uv":[0,7,1,8]},"up":{"texture":"#0","uv":[1,8,0,7]},"west":{"texture":"#0","uv":[0,7,1,8]}},"from":[-15.16,-15.56,-15.16],"shade":false,"to":[-12.36,-13.16,-11.96]},{"faces":{"down":{"texture":"#0","uv":[8,8,5.5,11]},"east":{"texture":"#0","uv":[0,11,3,13]},"north":{"texture":"#0","uv":[3,11,5.5,13]},"south":{"texture":"#0","uv":[8.5,11,11,13]},"up":{"texture":"#0","uv":[5.5,11,3,8]},"west":{"texture":"#0","uv":[5.5,11,8.5,13]}},"from":[-16,-16,-16],"shade":false,"to":[-11.52,-12.719999,-11.12]},{"faces":{"down":{"texture":"#0","uv":[8,8,5.5,11]},"east":{"texture":"#0","uv":[0,11,3,13]},"north":{"texture":"#0","uv":[3,11,5.5,13]},"south":{"texture":"#0","uv":[8.5,11,11,13]},"up":{"texture":"#0","uv":[5.5,11,3,8]},"west":{"texture":"#0","uv":[5.5,11,8.5,13]}},"from":[-11.559999,-16,-16],"shade":false,"to":[-11.559999,-12.719999,-11.12]},{"faces":{"down":{"texture":"#0","uv":[5.5,8,8,11]},"east":{"texture":"#0","uv":[8.5,11,5.5,13]},"north":{"texture":"#0","uv":[5.5,11,3,13]},"south":{"texture":"#0","uv":[11,11,8.5,13]},"up":{"texture":"#0","uv":[3,11,5.5,8]},"west":{"texture":"#0","uv":[3,11,0,13]}},"from":[-15.96,-16,-16],"shade":false,"to":[-15.96,-12.719999,-11.12]}],"overrides":[],"textures":{"0":"item/w1558588619_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6104.json b/assets/minecraft/models/w6104.json new file mode 100644 index 000000000..f2e4791aa --- /dev/null +++ b/assets/minecraft/models/w6104.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1558588619_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6105.json b/assets/minecraft/models/w6105.json new file mode 100644 index 000000000..f2e4791aa --- /dev/null +++ b/assets/minecraft/models/w6105.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1558588619_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6106.json b/assets/minecraft/models/w6106.json new file mode 100644 index 000000000..f2e4791aa --- /dev/null +++ b/assets/minecraft/models/w6106.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1558588619_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6107.json b/assets/minecraft/models/w6107.json new file mode 100644 index 000000000..f2e4791aa --- /dev/null +++ b/assets/minecraft/models/w6107.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1558588619_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6108.json b/assets/minecraft/models/w6108.json new file mode 100644 index 000000000..f1a2085e5 --- /dev/null +++ b/assets/minecraft/models/w6108.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1558588619_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6109.json b/assets/minecraft/models/w6109.json new file mode 100644 index 000000000..f1a2085e5 --- /dev/null +++ b/assets/minecraft/models/w6109.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1558588619_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w611.json b/assets/minecraft/models/w611.json new file mode 100644 index 000000000..951ba5d37 --- /dev/null +++ b/assets/minecraft/models/w611.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,2,6]},"south":{"texture":"#0","uv":[2,4,0,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6110.json b/assets/minecraft/models/w6110.json new file mode 100644 index 000000000..f1a2085e5 --- /dev/null +++ b/assets/minecraft/models/w6110.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1558588619_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6111.json b/assets/minecraft/models/w6111.json new file mode 100644 index 000000000..f1a2085e5 --- /dev/null +++ b/assets/minecraft/models/w6111.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1558588619_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6112.json b/assets/minecraft/models/w6112.json new file mode 100644 index 000000000..55b0341a3 --- /dev/null +++ b/assets/minecraft/models/w6112.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,10.5,2]},"east":{"texture":"#0","uv":[7,2,9,3]},"north":{"texture":"#0","uv":[9,2,10.5,3]},"south":{"texture":"#0","uv":[12.5,2,14,3]},"up":{"texture":"#0","uv":[10.5,2,9,0]},"west":{"texture":"#0","uv":[10.5,2,12.5,3]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.4,-12.8]}],"overrides":[],"textures":{"0":"item/w684253743_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6113.json b/assets/minecraft/models/w6113.json new file mode 100644 index 000000000..1f4284655 --- /dev/null +++ b/assets/minecraft/models/w6113.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,4.5,1.5,5]},"east":{"texture":"#0","uv":[1.5,5,1,5.75]},"north":{"texture":"#0","uv":[1,5,0.5,5.75]},"south":{"texture":"#0","uv":[2,5,1.5,5.75]},"up":{"texture":"#0","uv":[0.5,5,1,4.5]},"west":{"texture":"#0","uv":[0.5,5,0,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w684253743_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6114.json b/assets/minecraft/models/w6114.json new file mode 100644 index 000000000..3bfdf5899 --- /dev/null +++ b/assets/minecraft/models/w6114.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,4.5,1,5]},"east":{"texture":"#0","uv":[0,5,0.5,5.75]},"north":{"texture":"#0","uv":[0.5,5,1,5.75]},"south":{"texture":"#0","uv":[1.5,5,2,5.75]},"up":{"texture":"#0","uv":[1,5,0.5,4.5]},"west":{"texture":"#0","uv":[1,5,1.5,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w684253743_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6115.json b/assets/minecraft/models/w6115.json new file mode 100644 index 000000000..5038cde25 --- /dev/null +++ b/assets/minecraft/models/w6115.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.75,5,2.5,5.25]},"east":{"texture":"#0","uv":[2,5.25,2.25,5.75]},"north":{"texture":"#0","uv":[2.25,5.25,2.5,5.75]},"south":{"texture":"#0","uv":[2.75,5.25,3,5.75]},"up":{"texture":"#0","uv":[2.5,5.25,2.25,5]},"west":{"texture":"#0","uv":[2.5,5.25,2.75,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w684253743_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6116.json b/assets/minecraft/models/w6116.json new file mode 100644 index 000000000..1787ad0e0 --- /dev/null +++ b/assets/minecraft/models/w6116.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,5,2.75,5.25]},"east":{"texture":"#0","uv":[2.75,5.25,2.5,5.75]},"north":{"texture":"#0","uv":[2.5,5.25,2.25,5.75]},"south":{"texture":"#0","uv":[3,5.25,2.75,5.75]},"up":{"texture":"#0","uv":[2.25,5.25,2.5,5]},"west":{"texture":"#0","uv":[2.25,5.25,2,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w684253743_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6117.json b/assets/minecraft/models/w6117.json new file mode 100644 index 000000000..bef81d9e1 --- /dev/null +++ b/assets/minecraft/models/w6117.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,3]},"north":{"texture":"#0","uv":[1.5,1.5,3.5,3]},"south":{"texture":"#0","uv":[5,1.5,7,3]},"up":{"texture":"#0","uv":[3.5,1.5,1.5,0]},"west":{"texture":"#0","uv":[3.5,1.5,5,3]}},"from":[-15.7,-16,-15.6],"shade":false,"to":[-12.5,-13.6,-13.200001]},{"faces":{"down":{"texture":"#0","uv":[1.5,3.5,1,4]},"east":{"texture":"#0","uv":[0,4,0.5,4.5]},"north":{"texture":"#0","uv":[0.5,4,1,4.5]},"south":{"texture":"#0","uv":[1.5,4,2,4.5]},"up":{"texture":"#0","uv":[1,4,0.5,3.5]},"west":{"texture":"#0","uv":[1,4,1.5,4.5]}},"from":[-14,-15.2,-16],"shade":false,"to":[-13.2,-14.4,-15.2]},{"faces":{"down":{"texture":"#0","uv":[1.5,3.5,1,4]},"east":{"texture":"#0","uv":[0,4,0.5,4.5]},"north":{"texture":"#0","uv":[0.5,4,1,4.5]},"south":{"texture":"#0","uv":[1.5,4,2,4.5]},"up":{"texture":"#0","uv":[1,4,0.5,3.5]},"west":{"texture":"#0","uv":[1,4,1.5,4.5]}},"from":[-13.1,-14.8,-15.8],"shade":false,"to":[-12.3,-14,-15]},{"faces":{"down":{"texture":"#0","uv":[2.75,3.5,2.5,3.75]},"east":{"texture":"#0","uv":[2,3.75,2.25,4]},"north":{"texture":"#0","uv":[2.25,3.75,2.5,4]},"south":{"texture":"#0","uv":[2.75,3.75,3,4]},"up":{"texture":"#0","uv":[2.5,3.75,2.25,3.5]},"west":{"texture":"#0","uv":[2.5,3.75,2.75,4]}},"from":[-13.7,-14.2,-15.8],"shade":false,"to":[-13.3,-13.8,-15.400001]},{"faces":{"down":{"texture":"#0","uv":[2.75,3.5,2.5,3.75]},"east":{"texture":"#0","uv":[2,3.75,2.25,4]},"north":{"texture":"#0","uv":[2.25,3.75,2.5,4]},"south":{"texture":"#0","uv":[2.75,3.75,3,4]},"up":{"texture":"#0","uv":[2.5,3.75,2.25,3.5]},"west":{"texture":"#0","uv":[2.5,3.75,2.75,4]}},"from":[-12.6,-14.2,-14.6],"shade":false,"to":[-12.200001,-13.8,-14.200001]},{"faces":{"down":{"texture":"#0","uv":[2.5,3.5,2.75,3.75]},"east":{"texture":"#0","uv":[2.75,3.75,2.5,4]},"north":{"texture":"#0","uv":[2.5,3.75,2.25,4]},"south":{"texture":"#0","uv":[3,3.75,2.75,4]},"up":{"texture":"#0","uv":[2.25,3.75,2.5,3.5]},"west":{"texture":"#0","uv":[2.25,3.75,2,4]}},"from":[-16,-14.2,-14.6],"shade":false,"to":[-15.6,-13.8,-14.200001]},{"faces":{"down":{"texture":"#0","uv":[1,3.5,1.5,4]},"east":{"texture":"#0","uv":[1.5,4,1,4.5]},"north":{"texture":"#0","uv":[1,4,0.5,4.5]},"south":{"texture":"#0","uv":[2,4,1.5,4.5]},"up":{"texture":"#0","uv":[0.5,4,1,3.5]},"west":{"texture":"#0","uv":[0.5,4,0,4.5]}},"from":[-15.9,-14.8,-15.8],"shade":false,"to":[-15.099999,-14,-15]},{"faces":{"down":{"texture":"#0","uv":[2.5,3.5,2.75,3.75]},"east":{"texture":"#0","uv":[2.75,3.75,2.5,4]},"north":{"texture":"#0","uv":[2.5,3.75,2.25,4]},"south":{"texture":"#0","uv":[3,3.75,2.75,4]},"up":{"texture":"#0","uv":[2.25,3.75,2.5,3.5]},"west":{"texture":"#0","uv":[2.25,3.75,2,4]}},"from":[-14.9,-14.2,-15.8],"shade":false,"to":[-14.5,-13.8,-15.400001]},{"faces":{"down":{"texture":"#0","uv":[1,3.5,1.5,4]},"east":{"texture":"#0","uv":[1.5,4,1,4.5]},"north":{"texture":"#0","uv":[1,4,0.5,4.5]},"south":{"texture":"#0","uv":[2,4,1.5,4.5]},"up":{"texture":"#0","uv":[0.5,4,1,3.5]},"west":{"texture":"#0","uv":[0.5,4,0,4.5]}},"from":[-15,-15.2,-16],"shade":false,"to":[-14.2,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w684253743_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6118.json b/assets/minecraft/models/w6118.json new file mode 100644 index 000000000..912b8c5c3 --- /dev/null +++ b/assets/minecraft/models/w6118.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w684253743_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6119.json b/assets/minecraft/models/w6119.json new file mode 100644 index 000000000..912b8c5c3 --- /dev/null +++ b/assets/minecraft/models/w6119.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w684253743_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w612.json b/assets/minecraft/models/w612.json new file mode 100644 index 000000000..88677906d --- /dev/null +++ b/assets/minecraft/models/w612.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,6,0,4]},"south":{"texture":"#0","uv":[0,6,2,4]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6120.json b/assets/minecraft/models/w6120.json new file mode 100644 index 000000000..912b8c5c3 --- /dev/null +++ b/assets/minecraft/models/w6120.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w684253743_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6121.json b/assets/minecraft/models/w6121.json new file mode 100644 index 000000000..912b8c5c3 --- /dev/null +++ b/assets/minecraft/models/w6121.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w684253743_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6122.json b/assets/minecraft/models/w6122.json new file mode 100644 index 000000000..f88f578a9 --- /dev/null +++ b/assets/minecraft/models/w6122.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w684253743_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6123.json b/assets/minecraft/models/w6123.json new file mode 100644 index 000000000..f88f578a9 --- /dev/null +++ b/assets/minecraft/models/w6123.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w684253743_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6124.json b/assets/minecraft/models/w6124.json new file mode 100644 index 000000000..f88f578a9 --- /dev/null +++ b/assets/minecraft/models/w6124.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w684253743_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6125.json b/assets/minecraft/models/w6125.json new file mode 100644 index 000000000..f88f578a9 --- /dev/null +++ b/assets/minecraft/models/w6125.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w684253743_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6126.json b/assets/minecraft/models/w6126.json new file mode 100644 index 000000000..e989f96dc --- /dev/null +++ b/assets/minecraft/models/w6126.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,6,0,7]},"east":{"texture":"#0","uv":[0,6,1,7]},"north":{"texture":"#0","uv":[0,6,1,7]},"south":{"texture":"#0","uv":[0,6,1,7]},"up":{"texture":"#0","uv":[1,7,0,6]},"west":{"texture":"#0","uv":[0,6,1,7]}},"from":[8,8,8],"shade":false,"to":[3.6,3.1999998,4.8]}],"overrides":[],"textures":{"0":"item/w684253743_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6127.json b/assets/minecraft/models/w6127.json new file mode 100644 index 000000000..009715a30 --- /dev/null +++ b/assets/minecraft/models/w6127.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,8,5.5,11]},"east":{"texture":"#0","uv":[0,11,3,13]},"north":{"texture":"#0","uv":[8.5,11,11,13]},"south":{"texture":"#0","uv":[8.5,11,11,13]},"up":{"texture":"#0","uv":[5.5,11,3,8]},"west":{"texture":"#0","uv":[5.5,11,8.5,13]}},"from":[-16,-16,-16],"shade":false,"to":[-11.52,-12.719999,-16]}],"overrides":[],"textures":{"0":"item/w684253743_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6128.json b/assets/minecraft/models/w6128.json new file mode 100644 index 000000000..ee258c124 --- /dev/null +++ b/assets/minecraft/models/w6128.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,8,5.5,11]},"east":{"texture":"#0","uv":[0,11,3,13]},"north":{"texture":"#0","uv":[3,11,5.5,13]},"south":{"texture":"#0","uv":[8.5,11,11,13]},"up":{"texture":"#0","uv":[5.5,11,3,8]},"west":{"texture":"#0","uv":[5.5,11,8.5,13]}},"from":[-16,-16,-16],"shade":false,"to":[-11.52,-12.719999,-16]}],"overrides":[],"textures":{"0":"item/w684253743_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6129.json b/assets/minecraft/models/w6129.json new file mode 100644 index 000000000..7803821e7 --- /dev/null +++ b/assets/minecraft/models/w6129.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,8,5.5,11]},"east":{"texture":"#0","uv":[0,11,3,13]},"north":{"texture":"#0","uv":[3,11,5.5,13]},"south":{"texture":"#0","uv":[8.5,11,11,13]},"up":{"texture":"#0","uv":[5.5,11,3,8]},"west":{"texture":"#0","uv":[5.5,11,8.5,13]}},"from":[-16,-16,-16],"shade":false,"to":[-11.52,-16,-11.12]}],"overrides":[],"textures":{"0":"item/w684253743_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w613.json b/assets/minecraft/models/w613.json new file mode 100644 index 000000000..c4dea2f3c --- /dev/null +++ b/assets/minecraft/models/w613.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,6,2,4]},"south":{"texture":"#0","uv":[2,6,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6130.json b/assets/minecraft/models/w6130.json new file mode 100644 index 000000000..a78ab4080 --- /dev/null +++ b/assets/minecraft/models/w6130.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,7,0,8]},"east":{"texture":"#0","uv":[0,7,1,8]},"north":{"texture":"#0","uv":[0,7,1,8]},"south":{"texture":"#0","uv":[0,7,1,8]},"up":{"texture":"#0","uv":[1,8,0,7]},"west":{"texture":"#0","uv":[0,7,1,8]}},"from":[-15.16,-15.56,-15.16],"shade":false,"to":[-12.36,-13.16,-11.96]},{"faces":{"down":{"texture":"#0","uv":[8,8,5.5,11]},"east":{"texture":"#0","uv":[0,11,3,13]},"north":{"texture":"#0","uv":[3,11,5.5,13]},"south":{"texture":"#0","uv":[8.5,11,11,13]},"up":{"texture":"#0","uv":[5.5,11,3,8]},"west":{"texture":"#0","uv":[5.5,11,8.5,13]}},"from":[-16,-16,-16],"shade":false,"to":[-11.52,-12.719999,-11.12]},{"faces":{"down":{"texture":"#0","uv":[8,8,5.5,11]},"east":{"texture":"#0","uv":[0,11,3,13]},"north":{"texture":"#0","uv":[3,11,5.5,13]},"south":{"texture":"#0","uv":[8.5,11,11,13]},"up":{"texture":"#0","uv":[5.5,11,3,8]},"west":{"texture":"#0","uv":[5.5,11,8.5,13]}},"from":[-11.559999,-16,-16],"shade":false,"to":[-11.559999,-12.719999,-11.12]},{"faces":{"down":{"texture":"#0","uv":[5.5,8,8,11]},"east":{"texture":"#0","uv":[8.5,11,5.5,13]},"north":{"texture":"#0","uv":[5.5,11,3,13]},"south":{"texture":"#0","uv":[11,11,8.5,13]},"up":{"texture":"#0","uv":[3,11,5.5,8]},"west":{"texture":"#0","uv":[3,11,0,13]}},"from":[-15.96,-16,-16],"shade":false,"to":[-15.96,-12.719999,-11.12]}],"overrides":[],"textures":{"0":"item/w684253743_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6131.json b/assets/minecraft/models/w6131.json new file mode 100644 index 000000000..5c90fca9c --- /dev/null +++ b/assets/minecraft/models/w6131.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w684253743_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6132.json b/assets/minecraft/models/w6132.json new file mode 100644 index 000000000..5c90fca9c --- /dev/null +++ b/assets/minecraft/models/w6132.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w684253743_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6133.json b/assets/minecraft/models/w6133.json new file mode 100644 index 000000000..5c90fca9c --- /dev/null +++ b/assets/minecraft/models/w6133.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w684253743_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6134.json b/assets/minecraft/models/w6134.json new file mode 100644 index 000000000..5c90fca9c --- /dev/null +++ b/assets/minecraft/models/w6134.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w684253743_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6135.json b/assets/minecraft/models/w6135.json new file mode 100644 index 000000000..f55aaa7dd --- /dev/null +++ b/assets/minecraft/models/w6135.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w684253743_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6136.json b/assets/minecraft/models/w6136.json new file mode 100644 index 000000000..f55aaa7dd --- /dev/null +++ b/assets/minecraft/models/w6136.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w684253743_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6137.json b/assets/minecraft/models/w6137.json new file mode 100644 index 000000000..f55aaa7dd --- /dev/null +++ b/assets/minecraft/models/w6137.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w684253743_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6138.json b/assets/minecraft/models/w6138.json new file mode 100644 index 000000000..f55aaa7dd --- /dev/null +++ b/assets/minecraft/models/w6138.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w684253743_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6139.json b/assets/minecraft/models/w6139.json new file mode 100644 index 000000000..2008cb448 --- /dev/null +++ b/assets/minecraft/models/w6139.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,10.5,2]},"east":{"texture":"#0","uv":[7,2,9,3]},"north":{"texture":"#0","uv":[9,2,10.5,3]},"south":{"texture":"#0","uv":[12.5,2,14,3]},"up":{"texture":"#0","uv":[10.5,2,9,0]},"west":{"texture":"#0","uv":[10.5,2,12.5,3]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.4,-12.8]}],"overrides":[],"textures":{"0":"item/w1087070498_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w614.json b/assets/minecraft/models/w614.json new file mode 100644 index 000000000..bb56f1b40 --- /dev/null +++ b/assets/minecraft/models/w614.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,4,0,6]},"south":{"texture":"#0","uv":[0,4,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6140.json b/assets/minecraft/models/w6140.json new file mode 100644 index 000000000..3e7f35554 --- /dev/null +++ b/assets/minecraft/models/w6140.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,4.5,1.5,5]},"east":{"texture":"#0","uv":[1.5,5,1,5.75]},"north":{"texture":"#0","uv":[1,5,0.5,5.75]},"south":{"texture":"#0","uv":[2,5,1.5,5.75]},"up":{"texture":"#0","uv":[0.5,5,1,4.5]},"west":{"texture":"#0","uv":[0.5,5,0,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1087070498_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6141.json b/assets/minecraft/models/w6141.json new file mode 100644 index 000000000..e35f9e070 --- /dev/null +++ b/assets/minecraft/models/w6141.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,4.5,1,5]},"east":{"texture":"#0","uv":[0,5,0.5,5.75]},"north":{"texture":"#0","uv":[0.5,5,1,5.75]},"south":{"texture":"#0","uv":[1.5,5,2,5.75]},"up":{"texture":"#0","uv":[1,5,0.5,4.5]},"west":{"texture":"#0","uv":[1,5,1.5,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1087070498_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6142.json b/assets/minecraft/models/w6142.json new file mode 100644 index 000000000..d1fb22b88 --- /dev/null +++ b/assets/minecraft/models/w6142.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.75,5,2.5,5.25]},"east":{"texture":"#0","uv":[2,5.25,2.25,5.75]},"north":{"texture":"#0","uv":[2.25,5.25,2.5,5.75]},"south":{"texture":"#0","uv":[2.75,5.25,3,5.75]},"up":{"texture":"#0","uv":[2.5,5.25,2.25,5]},"west":{"texture":"#0","uv":[2.5,5.25,2.75,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1087070498_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6143.json b/assets/minecraft/models/w6143.json new file mode 100644 index 000000000..9e8889b69 --- /dev/null +++ b/assets/minecraft/models/w6143.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,5,2.75,5.25]},"east":{"texture":"#0","uv":[2.75,5.25,2.5,5.75]},"north":{"texture":"#0","uv":[2.5,5.25,2.25,5.75]},"south":{"texture":"#0","uv":[3,5.25,2.75,5.75]},"up":{"texture":"#0","uv":[2.25,5.25,2.5,5]},"west":{"texture":"#0","uv":[2.25,5.25,2,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1087070498_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6144.json b/assets/minecraft/models/w6144.json new file mode 100644 index 000000000..a32d95a68 --- /dev/null +++ b/assets/minecraft/models/w6144.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,3]},"north":{"texture":"#0","uv":[1.5,1.5,3.5,3]},"south":{"texture":"#0","uv":[5,1.5,7,3]},"up":{"texture":"#0","uv":[3.5,1.5,1.5,0]},"west":{"texture":"#0","uv":[3.5,1.5,5,3]}},"from":[-15.7,-16,-15.6],"shade":false,"to":[-12.5,-13.6,-13.200001]},{"faces":{"down":{"texture":"#0","uv":[1.5,3.5,1,4]},"east":{"texture":"#0","uv":[0,4,0.5,4.5]},"north":{"texture":"#0","uv":[0.5,4,1,4.5]},"south":{"texture":"#0","uv":[1.5,4,2,4.5]},"up":{"texture":"#0","uv":[1,4,0.5,3.5]},"west":{"texture":"#0","uv":[1,4,1.5,4.5]}},"from":[-14,-15.2,-16],"shade":false,"to":[-13.2,-14.4,-15.2]},{"faces":{"down":{"texture":"#0","uv":[1.5,3.5,1,4]},"east":{"texture":"#0","uv":[0,4,0.5,4.5]},"north":{"texture":"#0","uv":[0.5,4,1,4.5]},"south":{"texture":"#0","uv":[1.5,4,2,4.5]},"up":{"texture":"#0","uv":[1,4,0.5,3.5]},"west":{"texture":"#0","uv":[1,4,1.5,4.5]}},"from":[-13.1,-14.8,-15.8],"shade":false,"to":[-12.3,-14,-15]},{"faces":{"down":{"texture":"#0","uv":[2.75,3.5,2.5,3.75]},"east":{"texture":"#0","uv":[2,3.75,2.25,4]},"north":{"texture":"#0","uv":[2.25,3.75,2.5,4]},"south":{"texture":"#0","uv":[2.75,3.75,3,4]},"up":{"texture":"#0","uv":[2.5,3.75,2.25,3.5]},"west":{"texture":"#0","uv":[2.5,3.75,2.75,4]}},"from":[-13.7,-14.2,-15.8],"shade":false,"to":[-13.3,-13.8,-15.400001]},{"faces":{"down":{"texture":"#0","uv":[2.75,3.5,2.5,3.75]},"east":{"texture":"#0","uv":[2,3.75,2.25,4]},"north":{"texture":"#0","uv":[2.25,3.75,2.5,4]},"south":{"texture":"#0","uv":[2.75,3.75,3,4]},"up":{"texture":"#0","uv":[2.5,3.75,2.25,3.5]},"west":{"texture":"#0","uv":[2.5,3.75,2.75,4]}},"from":[-12.6,-14.2,-14.6],"shade":false,"to":[-12.200001,-13.8,-14.200001]},{"faces":{"down":{"texture":"#0","uv":[2.5,3.5,2.75,3.75]},"east":{"texture":"#0","uv":[2.75,3.75,2.5,4]},"north":{"texture":"#0","uv":[2.5,3.75,2.25,4]},"south":{"texture":"#0","uv":[3,3.75,2.75,4]},"up":{"texture":"#0","uv":[2.25,3.75,2.5,3.5]},"west":{"texture":"#0","uv":[2.25,3.75,2,4]}},"from":[-16,-14.2,-14.6],"shade":false,"to":[-15.6,-13.8,-14.200001]},{"faces":{"down":{"texture":"#0","uv":[1,3.5,1.5,4]},"east":{"texture":"#0","uv":[1.5,4,1,4.5]},"north":{"texture":"#0","uv":[1,4,0.5,4.5]},"south":{"texture":"#0","uv":[2,4,1.5,4.5]},"up":{"texture":"#0","uv":[0.5,4,1,3.5]},"west":{"texture":"#0","uv":[0.5,4,0,4.5]}},"from":[-15.9,-14.8,-15.8],"shade":false,"to":[-15.099999,-14,-15]},{"faces":{"down":{"texture":"#0","uv":[2.5,3.5,2.75,3.75]},"east":{"texture":"#0","uv":[2.75,3.75,2.5,4]},"north":{"texture":"#0","uv":[2.5,3.75,2.25,4]},"south":{"texture":"#0","uv":[3,3.75,2.75,4]},"up":{"texture":"#0","uv":[2.25,3.75,2.5,3.5]},"west":{"texture":"#0","uv":[2.25,3.75,2,4]}},"from":[-14.9,-14.2,-15.8],"shade":false,"to":[-14.5,-13.8,-15.400001]},{"faces":{"down":{"texture":"#0","uv":[1,3.5,1.5,4]},"east":{"texture":"#0","uv":[1.5,4,1,4.5]},"north":{"texture":"#0","uv":[1,4,0.5,4.5]},"south":{"texture":"#0","uv":[2,4,1.5,4.5]},"up":{"texture":"#0","uv":[0.5,4,1,3.5]},"west":{"texture":"#0","uv":[0.5,4,0,4.5]}},"from":[-15,-15.2,-16],"shade":false,"to":[-14.2,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w1087070498_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6145.json b/assets/minecraft/models/w6145.json new file mode 100644 index 000000000..9690da018 --- /dev/null +++ b/assets/minecraft/models/w6145.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1087070498_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6146.json b/assets/minecraft/models/w6146.json new file mode 100644 index 000000000..9690da018 --- /dev/null +++ b/assets/minecraft/models/w6146.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1087070498_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6147.json b/assets/minecraft/models/w6147.json new file mode 100644 index 000000000..9690da018 --- /dev/null +++ b/assets/minecraft/models/w6147.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1087070498_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6148.json b/assets/minecraft/models/w6148.json new file mode 100644 index 000000000..9690da018 --- /dev/null +++ b/assets/minecraft/models/w6148.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1087070498_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6149.json b/assets/minecraft/models/w6149.json new file mode 100644 index 000000000..386f8b58d --- /dev/null +++ b/assets/minecraft/models/w6149.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1087070498_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w615.json b/assets/minecraft/models/w615.json new file mode 100644 index 000000000..951ba5d37 --- /dev/null +++ b/assets/minecraft/models/w615.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,2,6]},"south":{"texture":"#0","uv":[2,4,0,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6150.json b/assets/minecraft/models/w6150.json new file mode 100644 index 000000000..386f8b58d --- /dev/null +++ b/assets/minecraft/models/w6150.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1087070498_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6151.json b/assets/minecraft/models/w6151.json new file mode 100644 index 000000000..386f8b58d --- /dev/null +++ b/assets/minecraft/models/w6151.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1087070498_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6152.json b/assets/minecraft/models/w6152.json new file mode 100644 index 000000000..386f8b58d --- /dev/null +++ b/assets/minecraft/models/w6152.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1087070498_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6153.json b/assets/minecraft/models/w6153.json new file mode 100644 index 000000000..45ec63614 --- /dev/null +++ b/assets/minecraft/models/w6153.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,6,0,7]},"east":{"texture":"#0","uv":[0,6,1,7]},"north":{"texture":"#0","uv":[0,6,1,7]},"south":{"texture":"#0","uv":[0,6,1,7]},"up":{"texture":"#0","uv":[1,7,0,6]},"west":{"texture":"#0","uv":[0,6,1,7]}},"from":[8,8,8],"shade":false,"to":[3.6,3.1999998,4.8]}],"overrides":[],"textures":{"0":"item/w1087070498_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6154.json b/assets/minecraft/models/w6154.json new file mode 100644 index 000000000..df305ae4b --- /dev/null +++ b/assets/minecraft/models/w6154.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,8,5.5,11]},"east":{"texture":"#0","uv":[0,11,3,13]},"north":{"texture":"#0","uv":[8.5,11,11,13]},"south":{"texture":"#0","uv":[8.5,11,11,13]},"up":{"texture":"#0","uv":[5.5,11,3,8]},"west":{"texture":"#0","uv":[5.5,11,8.5,13]}},"from":[-16,-16,-16],"shade":false,"to":[-11.52,-12.719999,-16]}],"overrides":[],"textures":{"0":"item/w1087070498_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6155.json b/assets/minecraft/models/w6155.json new file mode 100644 index 000000000..c3a00a5f6 --- /dev/null +++ b/assets/minecraft/models/w6155.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,8,5.5,11]},"east":{"texture":"#0","uv":[0,11,3,13]},"north":{"texture":"#0","uv":[3,11,5.5,13]},"south":{"texture":"#0","uv":[8.5,11,11,13]},"up":{"texture":"#0","uv":[5.5,11,3,8]},"west":{"texture":"#0","uv":[5.5,11,8.5,13]}},"from":[-16,-16,-16],"shade":false,"to":[-11.52,-12.719999,-16]}],"overrides":[],"textures":{"0":"item/w1087070498_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6156.json b/assets/minecraft/models/w6156.json new file mode 100644 index 000000000..ced6a9f20 --- /dev/null +++ b/assets/minecraft/models/w6156.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,8,5.5,11]},"east":{"texture":"#0","uv":[0,11,3,13]},"north":{"texture":"#0","uv":[3,11,5.5,13]},"south":{"texture":"#0","uv":[8.5,11,11,13]},"up":{"texture":"#0","uv":[5.5,11,3,8]},"west":{"texture":"#0","uv":[5.5,11,8.5,13]}},"from":[-16,-16,-16],"shade":false,"to":[-11.52,-16,-11.12]}],"overrides":[],"textures":{"0":"item/w1087070498_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6157.json b/assets/minecraft/models/w6157.json new file mode 100644 index 000000000..9602128d1 --- /dev/null +++ b/assets/minecraft/models/w6157.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,7,0,8]},"east":{"texture":"#0","uv":[0,7,1,8]},"north":{"texture":"#0","uv":[0,7,1,8]},"south":{"texture":"#0","uv":[0,7,1,8]},"up":{"texture":"#0","uv":[1,8,0,7]},"west":{"texture":"#0","uv":[0,7,1,8]}},"from":[-15.16,-15.56,-15.16],"shade":false,"to":[-12.36,-13.16,-11.96]},{"faces":{"down":{"texture":"#0","uv":[8,8,5.5,11]},"east":{"texture":"#0","uv":[0,11,3,13]},"north":{"texture":"#0","uv":[3,11,5.5,13]},"south":{"texture":"#0","uv":[8.5,11,11,13]},"up":{"texture":"#0","uv":[5.5,11,3,8]},"west":{"texture":"#0","uv":[5.5,11,8.5,13]}},"from":[-16,-16,-16],"shade":false,"to":[-11.52,-12.719999,-11.12]},{"faces":{"down":{"texture":"#0","uv":[8,8,5.5,11]},"east":{"texture":"#0","uv":[0,11,3,13]},"north":{"texture":"#0","uv":[3,11,5.5,13]},"south":{"texture":"#0","uv":[8.5,11,11,13]},"up":{"texture":"#0","uv":[5.5,11,3,8]},"west":{"texture":"#0","uv":[5.5,11,8.5,13]}},"from":[-11.559999,-16,-16],"shade":false,"to":[-11.559999,-12.719999,-11.12]},{"faces":{"down":{"texture":"#0","uv":[5.5,8,8,11]},"east":{"texture":"#0","uv":[8.5,11,5.5,13]},"north":{"texture":"#0","uv":[5.5,11,3,13]},"south":{"texture":"#0","uv":[11,11,8.5,13]},"up":{"texture":"#0","uv":[3,11,5.5,8]},"west":{"texture":"#0","uv":[3,11,0,13]}},"from":[-15.96,-16,-16],"shade":false,"to":[-15.96,-12.719999,-11.12]}],"overrides":[],"textures":{"0":"item/w1087070498_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6158.json b/assets/minecraft/models/w6158.json new file mode 100644 index 000000000..cf73215de --- /dev/null +++ b/assets/minecraft/models/w6158.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1087070498_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6159.json b/assets/minecraft/models/w6159.json new file mode 100644 index 000000000..cf73215de --- /dev/null +++ b/assets/minecraft/models/w6159.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1087070498_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w616.json b/assets/minecraft/models/w616.json new file mode 100644 index 000000000..c4dea2f3c --- /dev/null +++ b/assets/minecraft/models/w616.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,6,2,4]},"south":{"texture":"#0","uv":[2,6,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6160.json b/assets/minecraft/models/w6160.json new file mode 100644 index 000000000..cf73215de --- /dev/null +++ b/assets/minecraft/models/w6160.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1087070498_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6161.json b/assets/minecraft/models/w6161.json new file mode 100644 index 000000000..cf73215de --- /dev/null +++ b/assets/minecraft/models/w6161.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1087070498_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6162.json b/assets/minecraft/models/w6162.json new file mode 100644 index 000000000..d8b3f7efc --- /dev/null +++ b/assets/minecraft/models/w6162.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1087070498_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6163.json b/assets/minecraft/models/w6163.json new file mode 100644 index 000000000..d8b3f7efc --- /dev/null +++ b/assets/minecraft/models/w6163.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1087070498_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6164.json b/assets/minecraft/models/w6164.json new file mode 100644 index 000000000..d8b3f7efc --- /dev/null +++ b/assets/minecraft/models/w6164.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1087070498_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6165.json b/assets/minecraft/models/w6165.json new file mode 100644 index 000000000..d8b3f7efc --- /dev/null +++ b/assets/minecraft/models/w6165.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1087070498_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6166.json b/assets/minecraft/models/w6166.json new file mode 100644 index 000000000..7469b78f3 --- /dev/null +++ b/assets/minecraft/models/w6166.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,10.5,2]},"east":{"texture":"#0","uv":[7,2,9,3]},"north":{"texture":"#0","uv":[9,2,10.5,3]},"south":{"texture":"#0","uv":[12.5,2,14,3]},"up":{"texture":"#0","uv":[10.5,2,9,0]},"west":{"texture":"#0","uv":[10.5,2,12.5,3]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.4,-12.8]}],"overrides":[],"textures":{"0":"item/w525175639_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6167.json b/assets/minecraft/models/w6167.json new file mode 100644 index 000000000..5cdd8f6e2 --- /dev/null +++ b/assets/minecraft/models/w6167.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,3]},"north":{"texture":"#0","uv":[1.5,1.5,3.5,3]},"south":{"texture":"#0","uv":[5,1.5,7,3]},"up":{"texture":"#0","uv":[3.5,1.5,1.5,0]},"west":{"texture":"#0","uv":[3.5,1.5,5,3]}},"from":[-15.7,-15.4,-15.6],"shade":false,"to":[-12.5,-13,-13.200001]},{"faces":{"down":{"texture":"#0","uv":[1.5,3.5,1,4]},"east":{"texture":"#0","uv":[0,4,0.5,4.5]},"north":{"texture":"#0","uv":[0.5,4,1,4.5]},"south":{"texture":"#0","uv":[1.5,4,2,4.5]},"up":{"texture":"#0","uv":[1,4,0.5,3.5]},"west":{"texture":"#0","uv":[1,4,1.5,4.5]}},"from":[-14,-14.6,-16],"shade":false,"to":[-13.2,-13.8,-15.2]},{"faces":{"down":{"texture":"#0","uv":[1.5,3.5,1,4]},"east":{"texture":"#0","uv":[0,4,0.5,4.5]},"north":{"texture":"#0","uv":[0.5,4,1,4.5]},"south":{"texture":"#0","uv":[1.5,4,2,4.5]},"up":{"texture":"#0","uv":[1,4,0.5,3.5]},"west":{"texture":"#0","uv":[1,4,1.5,4.5]}},"from":[-13.1,-14.2,-15.8],"shade":false,"to":[-12.3,-13.4,-15]},{"faces":{"down":{"texture":"#0","uv":[2.75,3.5,2.5,3.75]},"east":{"texture":"#0","uv":[2,3.75,2.25,4]},"north":{"texture":"#0","uv":[2.25,3.75,2.5,4]},"south":{"texture":"#0","uv":[2.75,3.75,3,4]},"up":{"texture":"#0","uv":[2.5,3.75,2.25,3.5]},"west":{"texture":"#0","uv":[2.5,3.75,2.75,4]}},"from":[-13.7,-13.6,-15.8],"shade":false,"to":[-13.3,-13.200001,-15.400001]},{"faces":{"down":{"texture":"#0","uv":[2.75,3.5,2.5,3.75]},"east":{"texture":"#0","uv":[2,3.75,2.25,4]},"north":{"texture":"#0","uv":[2.25,3.75,2.5,4]},"south":{"texture":"#0","uv":[2.75,3.75,3,4]},"up":{"texture":"#0","uv":[2.5,3.75,2.25,3.5]},"west":{"texture":"#0","uv":[2.5,3.75,2.75,4]}},"from":[-12.6,-13.6,-14.6],"shade":false,"to":[-12.200001,-13.200001,-14.200001]},{"faces":{"down":{"texture":"#0","uv":[2.5,3.5,2.75,3.75]},"east":{"texture":"#0","uv":[2.75,3.75,2.5,4]},"north":{"texture":"#0","uv":[2.5,3.75,2.25,4]},"south":{"texture":"#0","uv":[3,3.75,2.75,4]},"up":{"texture":"#0","uv":[2.25,3.75,2.5,3.5]},"west":{"texture":"#0","uv":[2.25,3.75,2,4]}},"from":[-16,-13.6,-14.6],"shade":false,"to":[-15.6,-13.200001,-14.200001]},{"faces":{"down":{"texture":"#0","uv":[1,3.5,1.5,4]},"east":{"texture":"#0","uv":[1.5,4,1,4.5]},"north":{"texture":"#0","uv":[1,4,0.5,4.5]},"south":{"texture":"#0","uv":[2,4,1.5,4.5]},"up":{"texture":"#0","uv":[0.5,4,1,3.5]},"west":{"texture":"#0","uv":[0.5,4,0,4.5]}},"from":[-15.9,-14.2,-15.8],"shade":false,"to":[-15.099999,-13.4,-15]},{"faces":{"down":{"texture":"#0","uv":[2.5,3.5,2.75,3.75]},"east":{"texture":"#0","uv":[2.75,3.75,2.5,4]},"north":{"texture":"#0","uv":[2.5,3.75,2.25,4]},"south":{"texture":"#0","uv":[3,3.75,2.75,4]},"up":{"texture":"#0","uv":[2.25,3.75,2.5,3.5]},"west":{"texture":"#0","uv":[2.25,3.75,2,4]}},"from":[-14.9,-13.6,-15.8],"shade":false,"to":[-14.5,-13.200001,-15.400001]},{"faces":{"down":{"texture":"#0","uv":[1,3.5,1.5,4]},"east":{"texture":"#0","uv":[1.5,4,1,4.5]},"north":{"texture":"#0","uv":[1,4,0.5,4.5]},"south":{"texture":"#0","uv":[2,4,1.5,4.5]},"up":{"texture":"#0","uv":[0.5,4,1,3.5]},"west":{"texture":"#0","uv":[0.5,4,0,4.5]}},"from":[-15,-14.6,-16],"shade":false,"to":[-14.2,-13.8,-15.2]},{"faces":{"down":{"texture":"#0","uv":[1,4.5,1.5,5]},"east":{"texture":"#0","uv":[1.5,5,1,5.75]},"north":{"texture":"#0","uv":[1,5,0.5,5.75]},"south":{"texture":"#0","uv":[2,5,1.5,5.75]},"up":{"texture":"#0","uv":[0.5,5,1,4.5]},"west":{"texture":"#0","uv":[0.5,5,0,5.75]}},"from":[-15.5,-16,-16],"rotation":{"angle":22.5,"axis":"x","origin":[-15.1,-14.8,-15.6],"rescale":false},"shade":false,"to":[-14.7,-14.8,-15.2]},{"faces":{"down":{"texture":"#0","uv":[1.5,4.5,1,5]},"east":{"texture":"#0","uv":[0,5,0.5,5.75]},"north":{"texture":"#0","uv":[0.5,5,1,5.75]},"south":{"texture":"#0","uv":[1.5,5,2,5.75]},"up":{"texture":"#0","uv":[1,5,0.5,4.5]},"west":{"texture":"#0","uv":[1,5,1.5,5.75]}},"from":[-13.5,-16,-16],"rotation":{"angle":22.5,"axis":"x","origin":[-13.1,-14.8,-15.6],"rescale":false},"shade":false,"to":[-12.7,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w525175639_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6168.json b/assets/minecraft/models/w6168.json new file mode 100644 index 000000000..abacc5bf1 --- /dev/null +++ b/assets/minecraft/models/w6168.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w525175639_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6169.json b/assets/minecraft/models/w6169.json new file mode 100644 index 000000000..abacc5bf1 --- /dev/null +++ b/assets/minecraft/models/w6169.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w525175639_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w617.json b/assets/minecraft/models/w617.json new file mode 100644 index 000000000..88677906d --- /dev/null +++ b/assets/minecraft/models/w617.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,6,0,4]},"south":{"texture":"#0","uv":[0,6,2,4]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6170.json b/assets/minecraft/models/w6170.json new file mode 100644 index 000000000..abacc5bf1 --- /dev/null +++ b/assets/minecraft/models/w6170.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w525175639_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6171.json b/assets/minecraft/models/w6171.json new file mode 100644 index 000000000..abacc5bf1 --- /dev/null +++ b/assets/minecraft/models/w6171.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w525175639_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6172.json b/assets/minecraft/models/w6172.json new file mode 100644 index 000000000..88fc1a357 --- /dev/null +++ b/assets/minecraft/models/w6172.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w525175639_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6173.json b/assets/minecraft/models/w6173.json new file mode 100644 index 000000000..88fc1a357 --- /dev/null +++ b/assets/minecraft/models/w6173.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w525175639_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6174.json b/assets/minecraft/models/w6174.json new file mode 100644 index 000000000..88fc1a357 --- /dev/null +++ b/assets/minecraft/models/w6174.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w525175639_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6175.json b/assets/minecraft/models/w6175.json new file mode 100644 index 000000000..88fc1a357 --- /dev/null +++ b/assets/minecraft/models/w6175.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w525175639_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6176.json b/assets/minecraft/models/w6176.json new file mode 100644 index 000000000..1e5e06a38 --- /dev/null +++ b/assets/minecraft/models/w6176.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,8,5.5,11]},"east":{"texture":"#0","uv":[0,11,3,13]},"north":{"texture":"#0","uv":[3,11,5.5,13]},"south":{"texture":"#0","uv":[8.5,11,11,13]},"up":{"texture":"#0","uv":[5.5,11,3,8]},"west":{"texture":"#0","uv":[5.5,11,8.5,13]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-12.8,-11.2]}],"overrides":[],"textures":{"0":"item/w525175639_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6177.json b/assets/minecraft/models/w6177.json new file mode 100644 index 000000000..8fdfd4f0f --- /dev/null +++ b/assets/minecraft/models/w6177.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w525175639_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6178.json b/assets/minecraft/models/w6178.json new file mode 100644 index 000000000..8fdfd4f0f --- /dev/null +++ b/assets/minecraft/models/w6178.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w525175639_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6179.json b/assets/minecraft/models/w6179.json new file mode 100644 index 000000000..8fdfd4f0f --- /dev/null +++ b/assets/minecraft/models/w6179.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w525175639_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w618.json b/assets/minecraft/models/w618.json new file mode 100644 index 000000000..951ba5d37 --- /dev/null +++ b/assets/minecraft/models/w618.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,2,6]},"south":{"texture":"#0","uv":[2,4,0,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6180.json b/assets/minecraft/models/w6180.json new file mode 100644 index 000000000..8fdfd4f0f --- /dev/null +++ b/assets/minecraft/models/w6180.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w525175639_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6181.json b/assets/minecraft/models/w6181.json new file mode 100644 index 000000000..b38d90acb --- /dev/null +++ b/assets/minecraft/models/w6181.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w525175639_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6182.json b/assets/minecraft/models/w6182.json new file mode 100644 index 000000000..b38d90acb --- /dev/null +++ b/assets/minecraft/models/w6182.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w525175639_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6183.json b/assets/minecraft/models/w6183.json new file mode 100644 index 000000000..b38d90acb --- /dev/null +++ b/assets/minecraft/models/w6183.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w525175639_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6184.json b/assets/minecraft/models/w6184.json new file mode 100644 index 000000000..b38d90acb --- /dev/null +++ b/assets/minecraft/models/w6184.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w525175639_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6185.json b/assets/minecraft/models/w6185.json new file mode 100644 index 000000000..3174ad22c --- /dev/null +++ b/assets/minecraft/models/w6185.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,10.5,2]},"east":{"texture":"#0","uv":[7,2,9,3]},"north":{"texture":"#0","uv":[9,2,10.5,3]},"south":{"texture":"#0","uv":[12.5,2,14,3]},"up":{"texture":"#0","uv":[10.5,2,9,0]},"west":{"texture":"#0","uv":[10.5,2,12.5,3]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.4,-12.8]}],"overrides":[],"textures":{"0":"item/w1186523970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6186.json b/assets/minecraft/models/w6186.json new file mode 100644 index 000000000..045338868 --- /dev/null +++ b/assets/minecraft/models/w6186.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,3]},"north":{"texture":"#0","uv":[1.5,1.5,3.5,3]},"south":{"texture":"#0","uv":[5,1.5,7,3]},"up":{"texture":"#0","uv":[3.5,1.5,1.5,0]},"west":{"texture":"#0","uv":[3.5,1.5,5,3]}},"from":[-15.7,-15,-15.6],"shade":false,"to":[-12.5,-12.6,-13.200001]},{"faces":{"down":{"texture":"#0","uv":[1.5,3.5,1,4]},"east":{"texture":"#0","uv":[0,4,0.5,4.5]},"north":{"texture":"#0","uv":[0.5,4,1,4.5]},"south":{"texture":"#0","uv":[1.5,4,2,4.5]},"up":{"texture":"#0","uv":[1,4,0.5,3.5]},"west":{"texture":"#0","uv":[1,4,1.5,4.5]}},"from":[-14,-14.2,-16],"shade":false,"to":[-13.2,-13.4,-15.2]},{"faces":{"down":{"texture":"#0","uv":[1.5,3.5,1,4]},"east":{"texture":"#0","uv":[0,4,0.5,4.5]},"north":{"texture":"#0","uv":[0.5,4,1,4.5]},"south":{"texture":"#0","uv":[1.5,4,2,4.5]},"up":{"texture":"#0","uv":[1,4,0.5,3.5]},"west":{"texture":"#0","uv":[1,4,1.5,4.5]}},"from":[-13.1,-13.8,-15.8],"shade":false,"to":[-12.3,-13,-15]},{"faces":{"down":{"texture":"#0","uv":[2.75,3.5,2.5,3.75]},"east":{"texture":"#0","uv":[2,3.75,2.25,4]},"north":{"texture":"#0","uv":[2.25,3.75,2.5,4]},"south":{"texture":"#0","uv":[2.75,3.75,3,4]},"up":{"texture":"#0","uv":[2.5,3.75,2.25,3.5]},"west":{"texture":"#0","uv":[2.5,3.75,2.75,4]}},"from":[-13.7,-13.2,-15.8],"shade":false,"to":[-13.3,-12.8,-15.400001]},{"faces":{"down":{"texture":"#0","uv":[2.75,3.5,2.5,3.75]},"east":{"texture":"#0","uv":[2,3.75,2.25,4]},"north":{"texture":"#0","uv":[2.25,3.75,2.5,4]},"south":{"texture":"#0","uv":[2.75,3.75,3,4]},"up":{"texture":"#0","uv":[2.5,3.75,2.25,3.5]},"west":{"texture":"#0","uv":[2.5,3.75,2.75,4]}},"from":[-12.6,-13.2,-14.6],"shade":false,"to":[-12.200001,-12.8,-14.200001]},{"faces":{"down":{"texture":"#0","uv":[2.5,3.5,2.75,3.75]},"east":{"texture":"#0","uv":[2.75,3.75,2.5,4]},"north":{"texture":"#0","uv":[2.5,3.75,2.25,4]},"south":{"texture":"#0","uv":[3,3.75,2.75,4]},"up":{"texture":"#0","uv":[2.25,3.75,2.5,3.5]},"west":{"texture":"#0","uv":[2.25,3.75,2,4]}},"from":[-16,-13.2,-14.6],"shade":false,"to":[-15.6,-12.8,-14.200001]},{"faces":{"down":{"texture":"#0","uv":[1,3.5,1.5,4]},"east":{"texture":"#0","uv":[1.5,4,1,4.5]},"north":{"texture":"#0","uv":[1,4,0.5,4.5]},"south":{"texture":"#0","uv":[2,4,1.5,4.5]},"up":{"texture":"#0","uv":[0.5,4,1,3.5]},"west":{"texture":"#0","uv":[0.5,4,0,4.5]}},"from":[-15.9,-13.8,-15.8],"shade":false,"to":[-15.099999,-13,-15]},{"faces":{"down":{"texture":"#0","uv":[2.5,3.5,2.75,3.75]},"east":{"texture":"#0","uv":[2.75,3.75,2.5,4]},"north":{"texture":"#0","uv":[2.5,3.75,2.25,4]},"south":{"texture":"#0","uv":[3,3.75,2.75,4]},"up":{"texture":"#0","uv":[2.25,3.75,2.5,3.5]},"west":{"texture":"#0","uv":[2.25,3.75,2,4]}},"from":[-14.9,-13.2,-15.8],"shade":false,"to":[-14.5,-12.8,-15.400001]},{"faces":{"down":{"texture":"#0","uv":[1,3.5,1.5,4]},"east":{"texture":"#0","uv":[1.5,4,1,4.5]},"north":{"texture":"#0","uv":[1,4,0.5,4.5]},"south":{"texture":"#0","uv":[2,4,1.5,4.5]},"up":{"texture":"#0","uv":[0.5,4,1,3.5]},"west":{"texture":"#0","uv":[0.5,4,0,4.5]}},"from":[-15,-14.2,-16],"shade":false,"to":[-14.2,-13.4,-15.2]},{"faces":{"down":{"texture":"#0","uv":[1,4.5,1.5,5]},"east":{"texture":"#0","uv":[1.5,5,1,6]},"north":{"texture":"#0","uv":[1,5,0.5,6]},"south":{"texture":"#0","uv":[2,5,1.5,6]},"up":{"texture":"#0","uv":[0.5,5,1,4.5]},"west":{"texture":"#0","uv":[0.5,5,0,6]}},"from":[-15.5,-16,-16],"rotation":{"angle":22.5,"axis":"x","origin":[-15.1,-14.4,-15.6],"rescale":false},"shade":false,"to":[-14.7,-14.4,-15.2]},{"faces":{"down":{"texture":"#0","uv":[1.5,4.5,1,5]},"east":{"texture":"#0","uv":[0,5,0.5,6]},"north":{"texture":"#0","uv":[0.5,5,1,6]},"south":{"texture":"#0","uv":[1.5,5,2,6]},"up":{"texture":"#0","uv":[1,5,0.5,4.5]},"west":{"texture":"#0","uv":[1,5,1.5,6]}},"from":[-13.5,-16,-16],"rotation":{"angle":22.5,"axis":"x","origin":[-13.1,-14.4,-15.6],"rescale":false},"shade":false,"to":[-12.7,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w1186523970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6187.json b/assets/minecraft/models/w6187.json new file mode 100644 index 000000000..88c4efdc5 --- /dev/null +++ b/assets/minecraft/models/w6187.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1186523970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6188.json b/assets/minecraft/models/w6188.json new file mode 100644 index 000000000..88c4efdc5 --- /dev/null +++ b/assets/minecraft/models/w6188.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1186523970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6189.json b/assets/minecraft/models/w6189.json new file mode 100644 index 000000000..88c4efdc5 --- /dev/null +++ b/assets/minecraft/models/w6189.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1186523970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w619.json b/assets/minecraft/models/w619.json new file mode 100644 index 000000000..bb56f1b40 --- /dev/null +++ b/assets/minecraft/models/w619.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,4,0,6]},"south":{"texture":"#0","uv":[0,4,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6190.json b/assets/minecraft/models/w6190.json new file mode 100644 index 000000000..88c4efdc5 --- /dev/null +++ b/assets/minecraft/models/w6190.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1186523970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6191.json b/assets/minecraft/models/w6191.json new file mode 100644 index 000000000..9517da5e7 --- /dev/null +++ b/assets/minecraft/models/w6191.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1186523970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6192.json b/assets/minecraft/models/w6192.json new file mode 100644 index 000000000..9517da5e7 --- /dev/null +++ b/assets/minecraft/models/w6192.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1186523970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6193.json b/assets/minecraft/models/w6193.json new file mode 100644 index 000000000..9517da5e7 --- /dev/null +++ b/assets/minecraft/models/w6193.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1186523970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6194.json b/assets/minecraft/models/w6194.json new file mode 100644 index 000000000..9517da5e7 --- /dev/null +++ b/assets/minecraft/models/w6194.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1186523970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6195.json b/assets/minecraft/models/w6195.json new file mode 100644 index 000000000..d726bbfb0 --- /dev/null +++ b/assets/minecraft/models/w6195.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,8.25,5.5,11.25]},"east":{"texture":"#0","uv":[0,11.25,3,13]},"north":{"texture":"#0","uv":[3,11.25,5.5,13]},"south":{"texture":"#0","uv":[8.5,11.25,11,13]},"up":{"texture":"#0","uv":[5.5,11.25,3,8.25]},"west":{"texture":"#0","uv":[5.5,11.25,8.5,13]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-13.2,-11.2]}],"overrides":[],"textures":{"0":"item/w1186523970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6196.json b/assets/minecraft/models/w6196.json new file mode 100644 index 000000000..777b6d295 --- /dev/null +++ b/assets/minecraft/models/w6196.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1186523970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6197.json b/assets/minecraft/models/w6197.json new file mode 100644 index 000000000..777b6d295 --- /dev/null +++ b/assets/minecraft/models/w6197.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1186523970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6198.json b/assets/minecraft/models/w6198.json new file mode 100644 index 000000000..777b6d295 --- /dev/null +++ b/assets/minecraft/models/w6198.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1186523970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6199.json b/assets/minecraft/models/w6199.json new file mode 100644 index 000000000..777b6d295 --- /dev/null +++ b/assets/minecraft/models/w6199.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1186523970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w62.json b/assets/minecraft/models/w62.json new file mode 100644 index 000000000..0889ee821 --- /dev/null +++ b/assets/minecraft/models/w62.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.625,8.25,7.125,8.875]},"east":{"texture":"#0","uv":[6.125,8.5,5.5,8.75]},"north":{"texture":"#0","uv":[6.625,8.25,6.125,8.5]},"south":{"texture":"#0","uv":[6.625,8.5,6.125,8.75]},"up":{"texture":"#0","uv":[6.5,8.25,7,7.625]},"west":{"texture":"#0","uv":[6.125,8.25,5.5,8.5]}},"from":[-16,-16,-15],"shade":false,"to":[-14.4,-15.2,-13]},{"faces":{"east":{"texture":"#0","uv":[6.875,5,7.25,5.25]},"west":{"texture":"#0","uv":[7.25,5,6.875,5.25]}},"from":[-15.2,-16,-16],"shade":false,"to":[-15.2,-15.2,-14.8]},{"faces":{"east":{"texture":"#0","uv":[6.875,5,7.25,5.25]},"west":{"texture":"#0","uv":[7.25,5,6.875,5.25]}},"from":[-14.6,-16,-16],"shade":false,"to":[-14.6,-15.2,-14.8]},{"faces":{"east":{"texture":"#0","uv":[6.875,5,7.25,5.25]},"west":{"texture":"#0","uv":[7.25,5,6.875,5.25]}},"from":[-15.8,-16,-16],"shade":false,"to":[-15.8,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1237560704_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w620.json b/assets/minecraft/models/w620.json new file mode 100644 index 000000000..c4dea2f3c --- /dev/null +++ b/assets/minecraft/models/w620.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,6,2,4]},"south":{"texture":"#0","uv":[2,6,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6200.json b/assets/minecraft/models/w6200.json new file mode 100644 index 000000000..bc11f5721 --- /dev/null +++ b/assets/minecraft/models/w6200.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1186523970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6201.json b/assets/minecraft/models/w6201.json new file mode 100644 index 000000000..bc11f5721 --- /dev/null +++ b/assets/minecraft/models/w6201.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1186523970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6202.json b/assets/minecraft/models/w6202.json new file mode 100644 index 000000000..bc11f5721 --- /dev/null +++ b/assets/minecraft/models/w6202.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1186523970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6203.json b/assets/minecraft/models/w6203.json new file mode 100644 index 000000000..bc11f5721 --- /dev/null +++ b/assets/minecraft/models/w6203.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1186523970_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6204.json b/assets/minecraft/models/w6204.json new file mode 100644 index 000000000..359a897a7 --- /dev/null +++ b/assets/minecraft/models/w6204.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,10.5,2]},"east":{"texture":"#0","uv":[7,2,9,3]},"north":{"texture":"#0","uv":[9,2,10.5,3]},"south":{"texture":"#0","uv":[12.5,2,14,3]},"up":{"texture":"#0","uv":[10.5,2,9,0]},"west":{"texture":"#0","uv":[10.5,2,12.5,3]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.4,-12.8]}],"overrides":[],"textures":{"0":"item/w1303587230_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6205.json b/assets/minecraft/models/w6205.json new file mode 100644 index 000000000..04f5e7591 --- /dev/null +++ b/assets/minecraft/models/w6205.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,3.5,1,4]},"east":{"texture":"#0","uv":[0,4,0.5,4.5]},"north":{"texture":"#0","uv":[0.5,4,1,4.5]},"south":{"texture":"#0","uv":[1.5,4,2,4.5]},"up":{"texture":"#0","uv":[1,4,0.5,3.5]},"west":{"texture":"#0","uv":[1,4,1.5,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w1303587230_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6206.json b/assets/minecraft/models/w6206.json new file mode 100644 index 000000000..ef80f2d45 --- /dev/null +++ b/assets/minecraft/models/w6206.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,3.5,1.5,4]},"east":{"texture":"#0","uv":[1.5,4,1,4.5]},"north":{"texture":"#0","uv":[1,4,0.5,4.5]},"south":{"texture":"#0","uv":[2,4,1.5,4.5]},"up":{"texture":"#0","uv":[0.5,4,1,3.5]},"west":{"texture":"#0","uv":[0.5,4,0,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w1303587230_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6207.json b/assets/minecraft/models/w6207.json new file mode 100644 index 000000000..1cfa33ca8 --- /dev/null +++ b/assets/minecraft/models/w6207.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,4.5,2,5]},"east":{"texture":"#0","uv":[1.75,5,1.25,6.25]},"north":{"texture":"#0","uv":[1.25,5,0.5,6.25]},"south":{"texture":"#0","uv":[2.5,5,1.75,6.25]},"up":{"texture":"#0","uv":[0.5,5,1.25,4.5]},"west":{"texture":"#0","uv":[0.5,5,0,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14,-15.2]}],"overrides":[],"textures":{"0":"item/w1303587230_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6208.json b/assets/minecraft/models/w6208.json new file mode 100644 index 000000000..cc8c0b939 --- /dev/null +++ b/assets/minecraft/models/w6208.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,4.5,1.25,5]},"east":{"texture":"#0","uv":[0,5,0.5,6.25]},"north":{"texture":"#0","uv":[0.5,5,1.25,6.25]},"south":{"texture":"#0","uv":[1.75,5,2.5,6.25]},"up":{"texture":"#0","uv":[1.25,5,0.5,4.5]},"west":{"texture":"#0","uv":[1.25,5,1.75,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14,-15.2]}],"overrides":[],"textures":{"0":"item/w1303587230_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6209.json b/assets/minecraft/models/w6209.json new file mode 100644 index 000000000..5c5c6aef0 --- /dev/null +++ b/assets/minecraft/models/w6209.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,3]},"north":{"texture":"#0","uv":[1.5,1.5,3.5,3]},"south":{"texture":"#0","uv":[5,1.5,7,3]},"up":{"texture":"#0","uv":[3.5,1.5,1.5,0]},"west":{"texture":"#0","uv":[3.5,1.5,5,3]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1303587230_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w621.json b/assets/minecraft/models/w621.json new file mode 100644 index 000000000..88677906d --- /dev/null +++ b/assets/minecraft/models/w621.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,6,0,4]},"south":{"texture":"#0","uv":[0,6,2,4]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6210.json b/assets/minecraft/models/w6210.json new file mode 100644 index 000000000..532901772 --- /dev/null +++ b/assets/minecraft/models/w6210.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1303587230_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6211.json b/assets/minecraft/models/w6211.json new file mode 100644 index 000000000..532901772 --- /dev/null +++ b/assets/minecraft/models/w6211.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1303587230_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6212.json b/assets/minecraft/models/w6212.json new file mode 100644 index 000000000..532901772 --- /dev/null +++ b/assets/minecraft/models/w6212.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1303587230_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6213.json b/assets/minecraft/models/w6213.json new file mode 100644 index 000000000..532901772 --- /dev/null +++ b/assets/minecraft/models/w6213.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1303587230_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6214.json b/assets/minecraft/models/w6214.json new file mode 100644 index 000000000..f3235dfa4 --- /dev/null +++ b/assets/minecraft/models/w6214.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1303587230_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6215.json b/assets/minecraft/models/w6215.json new file mode 100644 index 000000000..f3235dfa4 --- /dev/null +++ b/assets/minecraft/models/w6215.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1303587230_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6216.json b/assets/minecraft/models/w6216.json new file mode 100644 index 000000000..f3235dfa4 --- /dev/null +++ b/assets/minecraft/models/w6216.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1303587230_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6217.json b/assets/minecraft/models/w6217.json new file mode 100644 index 000000000..f3235dfa4 --- /dev/null +++ b/assets/minecraft/models/w6217.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1303587230_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6218.json b/assets/minecraft/models/w6218.json new file mode 100644 index 000000000..3c0d90bb7 --- /dev/null +++ b/assets/minecraft/models/w6218.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.75,8,5,11]},"east":{"texture":"#0","uv":[0.25,11,3.25,12.25]},"north":{"texture":"#0","uv":[3.25,11,5,12.25]},"south":{"texture":"#0","uv":[8,11,9.75,12.25]},"up":{"texture":"#0","uv":[5,11,3.25,8]},"west":{"texture":"#0","uv":[5,11,8,12.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14,-11.2]}],"overrides":[],"textures":{"0":"item/w1303587230_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6219.json b/assets/minecraft/models/w6219.json new file mode 100644 index 000000000..723f63fe1 --- /dev/null +++ b/assets/minecraft/models/w6219.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1303587230_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w622.json b/assets/minecraft/models/w622.json new file mode 100644 index 000000000..951ba5d37 --- /dev/null +++ b/assets/minecraft/models/w622.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,2,6]},"south":{"texture":"#0","uv":[2,4,0,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6220.json b/assets/minecraft/models/w6220.json new file mode 100644 index 000000000..723f63fe1 --- /dev/null +++ b/assets/minecraft/models/w6220.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1303587230_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6221.json b/assets/minecraft/models/w6221.json new file mode 100644 index 000000000..723f63fe1 --- /dev/null +++ b/assets/minecraft/models/w6221.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1303587230_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6222.json b/assets/minecraft/models/w6222.json new file mode 100644 index 000000000..723f63fe1 --- /dev/null +++ b/assets/minecraft/models/w6222.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1303587230_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6223.json b/assets/minecraft/models/w6223.json new file mode 100644 index 000000000..48d1e8b2b --- /dev/null +++ b/assets/minecraft/models/w6223.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1303587230_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6224.json b/assets/minecraft/models/w6224.json new file mode 100644 index 000000000..48d1e8b2b --- /dev/null +++ b/assets/minecraft/models/w6224.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1303587230_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6225.json b/assets/minecraft/models/w6225.json new file mode 100644 index 000000000..48d1e8b2b --- /dev/null +++ b/assets/minecraft/models/w6225.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1303587230_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6226.json b/assets/minecraft/models/w6226.json new file mode 100644 index 000000000..48d1e8b2b --- /dev/null +++ b/assets/minecraft/models/w6226.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w1303587230_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6227.json b/assets/minecraft/models/w6227.json new file mode 100644 index 000000000..0f8c71dea --- /dev/null +++ b/assets/minecraft/models/w6227.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,8,4]},"east":{"texture":"#0","uv":[0,4,4,8]},"north":{"texture":"#0","uv":[4,4,8,8]},"south":{"texture":"#0","uv":[12,4,16,8]},"up":{"texture":"#0","uv":[8,4,4,0]},"west":{"texture":"#0","uv":[8,4,12,8]}},"from":[-16,-16,-16],"shade":false,"to":[-9.584,-9.584,-9.584]}],"overrides":[],"textures":{"0":"item/w1303601506_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6228.json b/assets/minecraft/models/w6228.json new file mode 100644 index 000000000..04cb9c9ad --- /dev/null +++ b/assets/minecraft/models/w6228.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,8,4]},"east":{"texture":"#0","uv":[0,4,4,8]},"north":{"texture":"#0","uv":[4,4,8,8]},"south":{"texture":"#0","uv":[12,4,16,8]},"up":{"texture":"#0","uv":[8,4,4,0]},"west":{"texture":"#0","uv":[8,4,12,8]}},"from":[-16,-16,-16],"shade":false,"to":[-9.592,-9.592,-9.592]}],"overrides":[],"textures":{"0":"item/w1303601506_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6229.json b/assets/minecraft/models/w6229.json new file mode 100644 index 000000000..89f82a5a5 --- /dev/null +++ b/assets/minecraft/models/w6229.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,8,4]},"east":{"texture":"#0","uv":[0,4,4,8]},"north":{"texture":"#0","uv":[4,4,8,8]},"south":{"texture":"#0","uv":[12,4,16,8]},"up":{"texture":"#0","uv":[8,4,4,0]},"west":{"texture":"#0","uv":[8,4,12,8]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-9.6]}],"overrides":[],"textures":{"0":"item/w1303601506_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w623.json b/assets/minecraft/models/w623.json new file mode 100644 index 000000000..bb56f1b40 --- /dev/null +++ b/assets/minecraft/models/w623.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,4,0,6]},"south":{"texture":"#0","uv":[0,4,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6230.json b/assets/minecraft/models/w6230.json new file mode 100644 index 000000000..0be84c0f3 --- /dev/null +++ b/assets/minecraft/models/w6230.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,8,5,10.5]},"east":{"texture":"#0","uv":[0,10.5,2.5,13]},"north":{"texture":"#0","uv":[2.5,10.5,5,13]},"south":{"texture":"#0","uv":[7.5,10.5,10,13]},"up":{"texture":"#0","uv":[5,10.5,2.5,8]},"west":{"texture":"#0","uv":[5,10.5,7.5,13]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-12,-12]}],"overrides":[],"textures":{"0":"item/w1303601506_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6231.json b/assets/minecraft/models/w6231.json new file mode 100644 index 000000000..497074393 --- /dev/null +++ b/assets/minecraft/models/w6231.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,10.5,2]},"east":{"texture":"#0","uv":[7,2,9,3]},"north":{"texture":"#0","uv":[9,2,10.5,3]},"south":{"texture":"#0","uv":[12.5,2,14,3]},"up":{"texture":"#0","uv":[10.5,2,9,0]},"west":{"texture":"#0","uv":[10.5,2,12.5,3]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.4,-12.8]}],"overrides":[],"textures":{"0":"item/w319523931_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6232.json b/assets/minecraft/models/w6232.json new file mode 100644 index 000000000..9a971c146 --- /dev/null +++ b/assets/minecraft/models/w6232.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,3]},"north":{"texture":"#0","uv":[1.5,1.5,3.5,3]},"south":{"texture":"#0","uv":[5,1.5,7,3]},"up":{"texture":"#0","uv":[3.5,1.5,1.5,0]},"west":{"texture":"#0","uv":[3.5,1.5,5,3]}},"from":[-16,-15.52,-15.88],"shade":false,"to":[-12.8,-13.120001,-13.48]},{"faces":{"down":{"texture":"#0","uv":[1.25,4.75,1,5]},"east":{"texture":"#0","uv":[0.5,5,0.75,5.75]},"north":{"texture":"#0","uv":[0.75,5,1,5.75]},"south":{"texture":"#0","uv":[1.25,5,1.5,5.75]},"up":{"texture":"#0","uv":[1,5,0.75,4.75]},"west":{"texture":"#0","uv":[1,5,1.25,5.75]}},"from":[-13.84,-16,-16],"rotation":{"angle":22.5,"axis":"x","origin":[-13.440001,-14.8,-16],"rescale":false},"shade":false,"to":[-13.440001,-14.8,-15.6]},{"faces":{"down":{"texture":"#0","uv":[1,4.75,1.25,5]},"east":{"texture":"#0","uv":[1.25,5,1,5.75]},"north":{"texture":"#0","uv":[1,5,0.75,5.75]},"south":{"texture":"#0","uv":[1.5,5,1.25,5.75]},"up":{"texture":"#0","uv":[0.75,5,1,4.75]},"west":{"texture":"#0","uv":[0.75,5,0.5,5.75]}},"from":[-15.36,-16,-16],"rotation":{"angle":22.5,"axis":"x","origin":[-15.36,-14.8,-16],"rescale":false},"shade":false,"to":[-14.96,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w319523931_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6233.json b/assets/minecraft/models/w6233.json new file mode 100644 index 000000000..56e143337 --- /dev/null +++ b/assets/minecraft/models/w6233.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w319523931_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6234.json b/assets/minecraft/models/w6234.json new file mode 100644 index 000000000..56e143337 --- /dev/null +++ b/assets/minecraft/models/w6234.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w319523931_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6235.json b/assets/minecraft/models/w6235.json new file mode 100644 index 000000000..56e143337 --- /dev/null +++ b/assets/minecraft/models/w6235.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w319523931_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6236.json b/assets/minecraft/models/w6236.json new file mode 100644 index 000000000..56e143337 --- /dev/null +++ b/assets/minecraft/models/w6236.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4,6.5,4.5]},"east":{"texture":"#0","uv":[5.5,4.5,6,6.5]},"north":{"texture":"#0","uv":[6,4.5,6.5,6.5]},"south":{"texture":"#0","uv":[7,4.5,7.5,6.5]},"up":{"texture":"#0","uv":[6.5,4.5,6,4]},"west":{"texture":"#0","uv":[6.5,4.5,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w319523931_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6237.json b/assets/minecraft/models/w6237.json new file mode 100644 index 000000000..cbf1c2e0d --- /dev/null +++ b/assets/minecraft/models/w6237.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w319523931_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6238.json b/assets/minecraft/models/w6238.json new file mode 100644 index 000000000..cbf1c2e0d --- /dev/null +++ b/assets/minecraft/models/w6238.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w319523931_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6239.json b/assets/minecraft/models/w6239.json new file mode 100644 index 000000000..cbf1c2e0d --- /dev/null +++ b/assets/minecraft/models/w6239.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w319523931_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w624.json b/assets/minecraft/models/w624.json new file mode 100644 index 000000000..88677906d --- /dev/null +++ b/assets/minecraft/models/w624.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,6,0,4]},"south":{"texture":"#0","uv":[0,6,2,4]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6240.json b/assets/minecraft/models/w6240.json new file mode 100644 index 000000000..cbf1c2e0d --- /dev/null +++ b/assets/minecraft/models/w6240.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,4,7,4.5]},"east":{"texture":"#0","uv":[7,4.5,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,4.5,6,6.5]},"south":{"texture":"#0","uv":[7.5,4.5,7,6.5]},"up":{"texture":"#0","uv":[6,4.5,6.5,4]},"west":{"texture":"#0","uv":[6,4.5,5.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w319523931_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6241.json b/assets/minecraft/models/w6241.json new file mode 100644 index 000000000..a32ab7174 --- /dev/null +++ b/assets/minecraft/models/w6241.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,8,5.5,11]},"east":{"texture":"#0","uv":[0,11,3,13]},"north":{"texture":"#0","uv":[3,11,5.5,13]},"south":{"texture":"#0","uv":[8.5,11,11,13]},"up":{"texture":"#0","uv":[5.5,11,3,8]},"west":{"texture":"#0","uv":[5.5,11,8.5,13]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-12.8,-11.2]}],"overrides":[],"textures":{"0":"item/w319523931_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6242.json b/assets/minecraft/models/w6242.json new file mode 100644 index 000000000..21aa34049 --- /dev/null +++ b/assets/minecraft/models/w6242.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w319523931_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6243.json b/assets/minecraft/models/w6243.json new file mode 100644 index 000000000..21aa34049 --- /dev/null +++ b/assets/minecraft/models/w6243.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w319523931_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6244.json b/assets/minecraft/models/w6244.json new file mode 100644 index 000000000..21aa34049 --- /dev/null +++ b/assets/minecraft/models/w6244.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w319523931_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6245.json b/assets/minecraft/models/w6245.json new file mode 100644 index 000000000..21aa34049 --- /dev/null +++ b/assets/minecraft/models/w6245.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,4.5,4.5]},"east":{"texture":"#0","uv":[3.5,4.5,4,6.5]},"north":{"texture":"#0","uv":[4,4.5,4.5,6.5]},"south":{"texture":"#0","uv":[5,4.5,5.5,6.5]},"up":{"texture":"#0","uv":[4.5,4.5,4,4]},"west":{"texture":"#0","uv":[4.5,4.5,5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w319523931_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6246.json b/assets/minecraft/models/w6246.json new file mode 100644 index 000000000..be556cb5d --- /dev/null +++ b/assets/minecraft/models/w6246.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w319523931_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6247.json b/assets/minecraft/models/w6247.json new file mode 100644 index 000000000..be556cb5d --- /dev/null +++ b/assets/minecraft/models/w6247.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w319523931_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6248.json b/assets/minecraft/models/w6248.json new file mode 100644 index 000000000..be556cb5d --- /dev/null +++ b/assets/minecraft/models/w6248.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w319523931_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6249.json b/assets/minecraft/models/w6249.json new file mode 100644 index 000000000..be556cb5d --- /dev/null +++ b/assets/minecraft/models/w6249.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,4,5,4.5]},"east":{"texture":"#0","uv":[5,4.5,4.5,6.5]},"north":{"texture":"#0","uv":[4.5,4.5,4,6.5]},"south":{"texture":"#0","uv":[5.5,4.5,5,6.5]},"up":{"texture":"#0","uv":[4,4.5,4.5,4]},"west":{"texture":"#0","uv":[4,4.5,3.5,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.208,-12.808001,-15.208]}],"overrides":[],"textures":{"0":"item/w319523931_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w625.json b/assets/minecraft/models/w625.json new file mode 100644 index 000000000..c4dea2f3c --- /dev/null +++ b/assets/minecraft/models/w625.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,6,2,4]},"south":{"texture":"#0","uv":[2,6,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6250.json b/assets/minecraft/models/w6250.json new file mode 100644 index 000000000..7a7c6c36e --- /dev/null +++ b/assets/minecraft/models/w6250.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.25,6.25,4.25,8.25]},"east":{"texture":"#0","uv":[2.25,8.25,4.25,9.125]},"north":{"texture":"#0","uv":[4.25,8.25,6.25,9.125]},"south":{"texture":"#0","uv":[2.25,9.125,4.25,10]},"up":{"texture":"#0","uv":[4.25,8.25,2.25,6.25]},"west":{"texture":"#0","uv":[4.25,9.125,6.25,10]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-13.2,-9.6]},{"faces":{"down":{"texture":"#0","uv":[7.75,0.25,6.25,1.75]},"east":{"texture":"#0","uv":[6.75,1.75,8.25,5.375]},"north":{"texture":"#0","uv":[8.25,1.75,9.75,5.375]},"south":{"texture":"#0","uv":[6.75,5.375,8.25,9]},"up":{"texture":"#0","uv":[7.75,1.75,6.25,0.25]},"west":{"texture":"#0","uv":[8.25,5.375,9.75,9]}},"from":[-15.2,-13.2,-15.2],"shade":false,"to":[-10.4,-1.5999994,-10.4]}],"overrides":[],"textures":{"0":"item/w228039762_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6251.json b/assets/minecraft/models/w6251.json new file mode 100644 index 000000000..44a61d508 --- /dev/null +++ b/assets/minecraft/models/w6251.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,0.25,3.75,1.5]},"east":{"texture":"#0","uv":[1.25,1.5,2.5,1.75]},"north":{"texture":"#0","uv":[2.5,1.5,3.75,1.75]},"south":{"texture":"#0","uv":[5,1.5,6.25,1.75]},"up":{"texture":"#0","uv":[3.75,1.5,2.5,0.25]},"west":{"texture":"#0","uv":[3.75,1.5,5,1.75]}},"from":[-15.2,-5.6000004,-15.2],"shade":false,"to":[-11.2,-4.8,-11.2]},{"faces":{"down":{"texture":"#0","uv":[5,1.75,3.25,3.5]},"east":{"texture":"#0","uv":[5,1.75,6.75,2.25]},"north":{"texture":"#0","uv":[5,2.25,6.75,2.75]},"south":{"texture":"#0","uv":[5,3.25,6.75,3.75]},"up":{"texture":"#0","uv":[3.25,3.5,1.5,1.75]},"west":{"texture":"#0","uv":[5,2.75,6.75,3.25]}},"from":[-16,-4.8,-16],"shade":false,"to":[-10.4,-3.2000003,-10.4]},{"faces":{"down":{"texture":"#0","uv":[2,6.375,1,7.625]},"east":{"texture":"#0","uv":[0,7.625,1.25,7.875]},"north":{"texture":"#0","uv":[1.25,7.625,2.25,7.875]},"south":{"texture":"#0","uv":[1.25,7.875,2.25,8.125]},"up":{"texture":"#0","uv":[1,7.625,0,6.375]},"west":{"texture":"#0","uv":[0,7.875,1.25,8.125]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-15.2,-12]},{"faces":{"down":{"texture":"#0","uv":[2.75,5,1.375,5.875]},"east":{"texture":"#0","uv":[0,5.875,0.875,6.125]},"north":{"texture":"#0","uv":[0.875,5.875,2.25,6.125]},"south":{"texture":"#0","uv":[0.875,6.125,2.25,6.375]},"up":{"texture":"#0","uv":[1.375,5.875,0,5]},"west":{"texture":"#0","uv":[0,6.125,0.875,6.375]}},"from":[-16,-12,-13.2],"shade":false,"to":[-11.6,-11.2,-10.4]},{"faces":{"down":{"texture":"#0","uv":[2.75,3.75,1.375,4.25]},"east":{"texture":"#0","uv":[0,4.25,0.5,4.5]},"north":{"texture":"#0","uv":[0,4.5,1.375,4.75]},"south":{"texture":"#0","uv":[0,4.75,1.375,5]},"up":{"texture":"#0","uv":[1.375,4.25,0,3.75]},"west":{"texture":"#0","uv":[0.5,4.25,1,4.5]}},"from":[-14.8,-8,-16],"shade":false,"to":[-10.4,-7.2,-14.4]}],"overrides":[],"textures":{"0":"item/w228039762_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6252.json b/assets/minecraft/models/w6252.json new file mode 100644 index 000000000..ee446cd86 --- /dev/null +++ b/assets/minecraft/models/w6252.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,0.75,2,1]},"east":{"texture":"#0","uv":[1.5,1,1.75,1.5]},"north":{"texture":"#0","uv":[1.75,1,2,1.5]},"south":{"texture":"#0","uv":[2.25,1,2.5,1.5]},"up":{"texture":"#0","uv":[2,1,1.75,0.75]},"west":{"texture":"#0","uv":[2,1,2.25,1.5]}},"from":[-12.4,-16,-16],"shade":false,"to":[-11.599999,-14.4,-15.2]},{"faces":{"down":{"texture":"#0","uv":[1.25,0,0.75,0.25]},"east":{"texture":"#0","uv":[0,0.25,0.25,0.5]},"north":{"texture":"#0","uv":[0.25,0.25,0.75,0.5]},"south":{"texture":"#0","uv":[1,0.25,1.5,0.5]},"up":{"texture":"#0","uv":[0.75,0.25,0.25,0]},"west":{"texture":"#0","uv":[0.75,0.25,1,0.5]}},"from":[-14.8,-13.6,-16],"shade":false,"to":[-13.2,-12.8,-15.2]},{"faces":{"down":{"texture":"#0","uv":[1.25,0.5,0.75,0.75]},"east":{"texture":"#0","uv":[0,0.75,0.25,1]},"north":{"texture":"#0","uv":[0.25,0.75,0.75,1]},"south":{"texture":"#0","uv":[1,0.75,1.5,1]},"up":{"texture":"#0","uv":[0.75,0.75,0.25,0.5]},"west":{"texture":"#0","uv":[0.75,0.75,1,1]}},"from":[-14.4,-15,-16],"rotation":{"angle":45,"axis":"z","origin":[-13.2,-14.8,-15.6],"rescale":false},"shade":false,"to":[-12.799999,-14.2,-15.2]},{"faces":{"down":{"texture":"#0","uv":[0.75,1,1.25,1.25]},"east":{"texture":"#0","uv":[1,1.25,0.75,1.5]},"north":{"texture":"#0","uv":[0.75,1.25,0.25,1.5]},"south":{"texture":"#0","uv":[1.5,1.25,1,1.5]},"up":{"texture":"#0","uv":[0.25,1.25,0.75,1]},"west":{"texture":"#0","uv":[0.25,1.25,0,1.5]}},"from":[-11.2,-15,-16],"rotation":{"angle":-45,"axis":"z","origin":[-10.8,-14.8,-15.6],"rescale":false},"shade":false,"to":[-9.599999,-14.2,-15.2]},{"faces":{"down":{"texture":"#0","uv":[0.75,1.5,1.25,1.75]},"east":{"texture":"#0","uv":[1,1.75,0.75,2]},"north":{"texture":"#0","uv":[0.75,1.75,0.25,2]},"south":{"texture":"#0","uv":[1.5,1.75,1,2]},"up":{"texture":"#0","uv":[0.25,1.75,0.75,1.5]},"west":{"texture":"#0","uv":[0.25,1.75,0,2]}},"from":[-16,-15,-16],"rotation":{"angle":-45,"axis":"z","origin":[-10.8,-14.8,-15.6],"rescale":false},"shade":false,"to":[-14.4,-14.2,-15.2]},{"faces":{"down":{"texture":"#0","uv":[1.25,2,0.75,2.25]},"east":{"texture":"#0","uv":[0,2.25,0.25,2.5]},"north":{"texture":"#0","uv":[0.25,2.25,0.75,2.5]},"south":{"texture":"#0","uv":[1,2.25,1.5,2.5]},"up":{"texture":"#0","uv":[0.75,2.25,0.25,2]},"west":{"texture":"#0","uv":[0.75,2.25,1,2.5]}},"from":[-9.6,-15,-16],"rotation":{"angle":45,"axis":"z","origin":[-13.2,-14.8,-15.6],"rescale":false},"shade":false,"to":[-8,-14.2,-15.2]},{"faces":{"down":{"texture":"#0","uv":[1.25,2.5,0.75,2.75]},"east":{"texture":"#0","uv":[0,2.75,0.25,3]},"north":{"texture":"#0","uv":[0.25,2.75,0.75,3]},"south":{"texture":"#0","uv":[1,2.75,1.5,3]},"up":{"texture":"#0","uv":[0.75,2.75,0.25,2.5]},"west":{"texture":"#0","uv":[0.75,2.75,1,3]}},"from":[-10.8,-13.6,-16],"shade":false,"to":[-9.2,-12.8,-15.2]},{"faces":{"down":{"texture":"#0","uv":[2.25,0,2,0.25]},"east":{"texture":"#0","uv":[1.5,0.25,1.75,0.75]},"north":{"texture":"#0","uv":[1.75,0.25,2,0.75]},"south":{"texture":"#0","uv":[2.25,0.25,2.5,0.75]},"up":{"texture":"#0","uv":[2,0.25,1.75,0]},"west":{"texture":"#0","uv":[2,0.25,2.25,0.75]}},"from":[-12.4,-12,-16],"shade":false,"to":[-11.599999,-10.4,-15.2]},{"faces":{"down":{"texture":"#0","uv":[1.25,3,0.75,3.25]},"east":{"texture":"#0","uv":[0,3.25,0.25,3.75]},"north":{"texture":"#0","uv":[0.25,3.25,0.75,3.75]},"south":{"texture":"#0","uv":[1,3.25,1.5,3.75]},"up":{"texture":"#0","uv":[0.75,3.25,0.25,3]},"west":{"texture":"#0","uv":[0.75,3.25,1,3.75]}},"from":[-12.8,-14,-16],"shade":false,"to":[-11.2,-12.4,-15.2]}],"overrides":[],"textures":{"0":"item/w228039762_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6253.json b/assets/minecraft/models/w6253.json new file mode 100644 index 000000000..138500adf --- /dev/null +++ b/assets/minecraft/models/w6253.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.125,4.75,5.625,5.25]},"east":{"texture":"#0","uv":[4.625,5.25,5.125,5.75]},"north":{"texture":"#0","uv":[5.125,5.25,5.625,5.75]},"south":{"texture":"#0","uv":[6.125,5.25,6.625,5.75]},"up":{"texture":"#0","uv":[5.625,5.25,5.125,4.75]},"west":{"texture":"#0","uv":[5.625,5.25,6.125,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w228039762_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6254.json b/assets/minecraft/models/w6254.json new file mode 100644 index 000000000..d1ddeda03 --- /dev/null +++ b/assets/minecraft/models/w6254.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.625,5.75,6.125,5.75]},"east":{"texture":"#0","uv":[5.625,5.75,5.625,6]},"north":{"texture":"#0","uv":[5.625,5.75,6.125,6]},"south":{"texture":"#0","uv":[6.125,5.75,6.625,6]},"up":{"texture":"#0","uv":[6.125,5.75,5.625,5.75]},"west":{"texture":"#0","uv":[6.125,5.75,6.125,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-16]}],"overrides":[],"textures":{"0":"item/w228039762_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6255.json b/assets/minecraft/models/w6255.json new file mode 100644 index 000000000..6907b8008 --- /dev/null +++ b/assets/minecraft/models/w6255.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.625,5.75,5.125,5.75]},"east":{"texture":"#0","uv":[4.625,5.75,4.625,6]},"north":{"texture":"#0","uv":[4.625,5.75,5.125,6]},"south":{"texture":"#0","uv":[5.125,5.75,5.625,6]},"up":{"texture":"#0","uv":[5.125,5.75,4.625,5.75]},"west":{"texture":"#0","uv":[5.125,5.75,5.125,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-16]}],"overrides":[],"textures":{"0":"item/w228039762_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6256.json b/assets/minecraft/models/w6256.json new file mode 100644 index 000000000..3cbc37bf7 --- /dev/null +++ b/assets/minecraft/models/w6256.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.625,6,6.125,6]},"east":{"texture":"#0","uv":[5.625,6,5.625,6.25]},"north":{"texture":"#0","uv":[5.625,6,6.125,6.25]},"south":{"texture":"#0","uv":[6.125,6,6.625,6.25]},"up":{"texture":"#0","uv":[6.125,6,5.625,6]},"west":{"texture":"#0","uv":[6.125,6,6.125,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-16]}],"overrides":[],"textures":{"0":"item/w228039762_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6257.json b/assets/minecraft/models/w6257.json new file mode 100644 index 000000000..e552ee67b --- /dev/null +++ b/assets/minecraft/models/w6257.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.625,6,5.125,6]},"east":{"texture":"#0","uv":[4.625,6,4.625,6.25]},"north":{"texture":"#0","uv":[4.625,6,5.125,6.25]},"south":{"texture":"#0","uv":[5.125,6,5.625,6.25]},"up":{"texture":"#0","uv":[5.125,6,4.625,6]},"west":{"texture":"#0","uv":[5.125,6,5.125,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-16]}],"overrides":[],"textures":{"0":"item/w228039762_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6258.json b/assets/minecraft/models/w6258.json new file mode 100644 index 000000000..5f4315bab --- /dev/null +++ b/assets/minecraft/models/w6258.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.125,3.75,5.625,4.25]},"east":{"texture":"#0","uv":[4.625,4.25,5.125,4.75]},"north":{"texture":"#0","uv":[5.125,4.25,5.625,4.75]},"south":{"texture":"#0","uv":[6.125,4.25,6.625,4.75]},"up":{"texture":"#0","uv":[5.625,4.25,5.125,3.75]},"west":{"texture":"#0","uv":[5.625,4.25,6.125,4.75]}},"from":[-16,-14.8,-15.6],"shade":false,"to":[-14.4,-13.2,-14]},{"faces":{"down":{"texture":"#0","uv":[5,3.75,4.75,3.875]},"east":{"texture":"#0","uv":[4.375,3.875,4.5,4.25]},"north":{"texture":"#0","uv":[4.5,3.875,4.75,4.25]},"south":{"texture":"#0","uv":[4.875,3.875,5.125,4.25]},"up":{"texture":"#0","uv":[4.75,3.875,4.5,3.75]},"west":{"texture":"#0","uv":[4.75,3.875,4.875,4.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.6]},{"faces":{"down":{"texture":"#0","uv":[5,4.75,4.75,4.875]},"east":{"texture":"#0","uv":[4.375,4.875,4.5,5.25]},"north":{"texture":"#0","uv":[4.5,4.875,4.75,5.25]},"south":{"texture":"#0","uv":[4.875,4.875,5.125,5.25]},"up":{"texture":"#0","uv":[4.75,4.875,4.5,4.75]},"west":{"texture":"#0","uv":[4.75,4.875,4.875,5.25]}},"from":[-16,-16,-14],"shade":false,"to":[-15.2,-14.8,-13.6]}],"overrides":[],"textures":{"0":"item/w228039762_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6259.json b/assets/minecraft/models/w6259.json new file mode 100644 index 000000000..c8515a8f6 --- /dev/null +++ b/assets/minecraft/models/w6259.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,4.5,3.625,4.875]},"east":{"texture":"#0","uv":[2.875,4.875,3.25,5.25]},"north":{"texture":"#0","uv":[3.25,4.875,3.625,5.25]},"south":{"texture":"#0","uv":[4,4.875,4.375,5.25]},"up":{"texture":"#0","uv":[3.625,4.875,3.25,4.5]},"west":{"texture":"#0","uv":[3.625,4.875,4,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w228039762_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w626.json b/assets/minecraft/models/w626.json new file mode 100644 index 000000000..bb56f1b40 --- /dev/null +++ b/assets/minecraft/models/w626.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,4,0,6]},"south":{"texture":"#0","uv":[0,4,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6260.json b/assets/minecraft/models/w6260.json new file mode 100644 index 000000000..9f89fd8f1 --- /dev/null +++ b/assets/minecraft/models/w6260.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,5.25,3.625,5.25]},"east":{"texture":"#0","uv":[3.25,5.25,3.25,5.5]},"north":{"texture":"#0","uv":[3.25,5.25,3.625,5.5]},"south":{"texture":"#0","uv":[3.625,5.25,4,5.5]},"up":{"texture":"#0","uv":[3.625,5.25,3.25,5.25]},"west":{"texture":"#0","uv":[3.625,5.25,3.625,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-16]}],"overrides":[],"textures":{"0":"item/w228039762_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6261.json b/assets/minecraft/models/w6261.json new file mode 100644 index 000000000..8c640653d --- /dev/null +++ b/assets/minecraft/models/w6261.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,5.5,3.625,5.5]},"east":{"texture":"#0","uv":[3.25,5.5,3.25,5.75]},"north":{"texture":"#0","uv":[3.25,5.5,3.625,5.75]},"south":{"texture":"#0","uv":[3.625,5.5,4,5.75]},"up":{"texture":"#0","uv":[3.625,5.5,3.25,5.5]},"west":{"texture":"#0","uv":[3.625,5.5,3.625,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.199999,-16]}],"overrides":[],"textures":{"0":"item/w228039762_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6262.json b/assets/minecraft/models/w6262.json new file mode 100644 index 000000000..35e55ed8f --- /dev/null +++ b/assets/minecraft/models/w6262.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,5.75,3.625,5.75]},"east":{"texture":"#0","uv":[3.25,5.75,3.25,6]},"north":{"texture":"#0","uv":[3.25,5.75,3.625,6]},"south":{"texture":"#0","uv":[3.625,5.75,4,6]},"up":{"texture":"#0","uv":[3.625,5.75,3.25,5.75]},"west":{"texture":"#0","uv":[3.625,5.75,3.625,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-16]}],"overrides":[],"textures":{"0":"item/w228039762_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6263.json b/assets/minecraft/models/w6263.json new file mode 100644 index 000000000..214265330 --- /dev/null +++ b/assets/minecraft/models/w6263.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,6,3.625,6]},"east":{"texture":"#0","uv":[3.25,6,3.25,6.25]},"north":{"texture":"#0","uv":[3.25,6,3.625,6.25]},"south":{"texture":"#0","uv":[3.625,6,4,6.25]},"up":{"texture":"#0","uv":[3.625,6,3.25,6]},"west":{"texture":"#0","uv":[3.625,6,3.625,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-16]}],"overrides":[],"textures":{"0":"item/w228039762_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6264.json b/assets/minecraft/models/w6264.json new file mode 100644 index 000000000..fc7089273 --- /dev/null +++ b/assets/minecraft/models/w6264.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,3.75,3.625,4.125]},"east":{"texture":"#0","uv":[2.875,4.125,3.25,4.5]},"north":{"texture":"#0","uv":[3.25,4.125,3.625,4.5]},"south":{"texture":"#0","uv":[4,4.125,4.375,4.5]},"up":{"texture":"#0","uv":[3.625,4.125,3.25,3.75]},"west":{"texture":"#0","uv":[3.625,4.125,4,4.5]}},"from":[-16,-15,-15.6],"shade":false,"to":[-14.8,-13.8,-14.400001]},{"faces":{"down":{"texture":"#0","uv":[3.125,4.5,3,4.625]},"east":{"texture":"#0","uv":[2.75,4.625,2.875,4.875]},"north":{"texture":"#0","uv":[2.875,4.625,3,4.875]},"south":{"texture":"#0","uv":[3.125,4.625,3.25,4.875]},"up":{"texture":"#0","uv":[3,4.625,2.875,4.5]},"west":{"texture":"#0","uv":[3,4.625,3.125,4.875]}},"from":[-15.8,-16,-16],"shade":false,"to":[-15.400001,-15,-15.6]},{"faces":{"down":{"texture":"#0","uv":[3.125,3.75,3,3.875]},"east":{"texture":"#0","uv":[2.75,3.875,2.875,4.125]},"north":{"texture":"#0","uv":[2.875,3.875,3,4.125]},"south":{"texture":"#0","uv":[3.125,3.875,3.25,4.125]},"up":{"texture":"#0","uv":[3,3.875,2.875,3.75]},"west":{"texture":"#0","uv":[3,3.875,3.125,4.125]}},"from":[-15.8,-16,-14.4],"shade":false,"to":[-15.400001,-15,-14]}],"overrides":[],"textures":{"0":"item/w228039762_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6265.json b/assets/minecraft/models/w6265.json new file mode 100644 index 000000000..f8772240e --- /dev/null +++ b/assets/minecraft/models/w6265.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.5,0,13,1.5]},"east":{"texture":"#0","uv":[10,1.5,11.5,2.25]},"north":{"texture":"#0","uv":[11.5,1.5,13,2.25]},"south":{"texture":"#0","uv":[14.5,1.5,16,2.25]},"up":{"texture":"#0","uv":[13,1.5,11.5,0]},"west":{"texture":"#0","uv":[13,1.5,14.5,2.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.8,-13.6]}],"overrides":[],"textures":{"0":"item/w541255480_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6266.json b/assets/minecraft/models/w6266.json new file mode 100644 index 000000000..01ad8aba2 --- /dev/null +++ b/assets/minecraft/models/w6266.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15,2.25,14,3.25]},"east":{"texture":"#0","uv":[12,3.25,13,4.25]},"north":{"texture":"#0","uv":[13,3.25,14,4.25]},"south":{"texture":"#0","uv":[15,3.25,16,4.25]},"up":{"texture":"#0","uv":[14,3.25,13,2.25]},"west":{"texture":"#0","uv":[14,3.25,15,4.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w541255480_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6267.json b/assets/minecraft/models/w6267.json new file mode 100644 index 000000000..c9a7d1c24 --- /dev/null +++ b/assets/minecraft/models/w6267.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,4.25,12,6.25]},"east":{"texture":"#0","uv":[8,6.25,10,6.75]},"north":{"texture":"#0","uv":[10,6.25,12,6.75]},"south":{"texture":"#0","uv":[14,6.25,16,6.75]},"up":{"texture":"#0","uv":[12,6.25,10,4.25]},"west":{"texture":"#0","uv":[12,6.25,14,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-15.2,-12.8]}],"overrides":[],"textures":{"0":"item/w541255480_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6268.json b/assets/minecraft/models/w6268.json new file mode 100644 index 000000000..a906c7a34 --- /dev/null +++ b/assets/minecraft/models/w6268.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,0,0,8]},"up":{"texture":"#0","uv":[8,8,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-3.1999998,-15.992,-3.1999998]},{"faces":{"down":{"texture":"#0","uv":[14.5,0,13,1.5]},"east":{"texture":"#0","uv":[10,1.5,11.5,2.25]},"north":{"texture":"#0","uv":[11.5,1.5,13,2.25]},"south":{"texture":"#0","uv":[14.5,1.5,16,2.25]},"up":{"texture":"#0","uv":[13,1.5,11.5,0]},"west":{"texture":"#0","uv":[13,1.5,14.5,2.25]}},"from":[-8.8,-16,-6.3999996],"rotation":{"angle":-22.5,"axis":"y","origin":[-7.6000004,-16,-5.2],"rescale":false},"shade":false,"to":[-6.4,-14.8,-3.999]},{"faces":{"down":{"texture":"#0","uv":[15,2.25,14,3.25]},"east":{"texture":"#0","uv":[12,3.25,13,4.25]},"north":{"texture":"#0","uv":[13,3.25,14,4.25]},"south":{"texture":"#0","uv":[15,3.25,16,4.25]},"up":{"texture":"#0","uv":[14,3.25,13,2.25]},"west":{"texture":"#0","uv":[14,3.25,15,4.25]}},"from":[-15.6,-16,-8.8],"rotation":{"angle":-45,"axis":"y","origin":[-14.8,-16,-8],"rescale":false},"shade":false,"to":[-14,-14.4,-7.2000003]},{"faces":{"down":{"texture":"#0","uv":[14,4.25,12,6.25]},"east":{"texture":"#0","uv":[8,6.25,10,6.75]},"north":{"texture":"#0","uv":[10,6.25,12,6.75]},"south":{"texture":"#0","uv":[14,6.25,16,6.75]},"up":{"texture":"#0","uv":[12,6.25,10,4.25]},"west":{"texture":"#0","uv":[12,6.25,14,6.75]}},"from":[-7.6000004,-16,-14.8],"rotation":{"angle":22.5,"axis":"y","origin":[-6,-16,-13.2],"rescale":false},"shade":false,"to":[-4.4000006,-15.2,-11.6]}],"overrides":[],"textures":{"0":"item/w541255480_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6269.json b/assets/minecraft/models/w6269.json new file mode 100644 index 000000000..a0189989b --- /dev/null +++ b/assets/minecraft/models/w6269.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,7.5,0,8]},"east":{"texture":"#0","uv":[6,0,8,8]},"north":{"texture":"#0","uv":[0,0,6,8]},"south":{"texture":"#0","uv":[0,0,6,8]},"up":{"texture":"#0","uv":[6,10,0,8]},"west":{"texture":"#0","uv":[6,0,8,8]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-9.6,-14.4]}],"overrides":[],"textures":{"0":"item/w714708520_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w627.json b/assets/minecraft/models/w627.json new file mode 100644 index 000000000..951ba5d37 --- /dev/null +++ b/assets/minecraft/models/w627.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,2,6]},"south":{"texture":"#0","uv":[2,4,0,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w1905599351_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6270.json b/assets/minecraft/models/w6270.json new file mode 100644 index 000000000..2b0b8d64a --- /dev/null +++ b/assets/minecraft/models/w6270.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0.5,0.75]},"east":{"texture":"#0","uv":[0,6,6,6.5]},"north":{"texture":"#0","uv":[0,6,6,6.5]},"south":{"texture":"#0","uv":[0,6,6,6.5]},"up":{"texture":"#0","uv":[6,6,0,0]},"west":{"texture":"#0","uv":[0,6,6,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-6.3999996,-15.2,-6.3999996]}],"overrides":[],"textures":{"0":"item/w715143267_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6271.json b/assets/minecraft/models/w6271.json new file mode 100644 index 000000000..74fa4e042 --- /dev/null +++ b/assets/minecraft/models/w6271.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,0,6,5]},"east":{"texture":"#0","uv":[0,6.5,5,6.75]},"north":{"texture":"#0","uv":[6,5.25,8.5,5.5]},"south":{"texture":"#0","uv":[6,5,8.5,5.25]},"up":{"texture":"#0","uv":[8.5,5,6,0]},"west":{"texture":"#0","uv":[5,6.5,0,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-15.6,-8]},{"faces":{"down":{"texture":"#0","uv":[6.5,5.5,6.25,6.5]},"east":{"texture":"#0","uv":[5,6.5,6,7]},"north":{"texture":"#0","uv":[6,6.5,6.25,7]},"south":{"texture":"#0","uv":[7.25,6.5,7.5,7]},"up":{"texture":"#0","uv":[6.25,6.5,6,5.5]},"west":{"texture":"#0","uv":[6.25,6.5,7.25,7]}},"from":[-12.8,-15.6,-12.8],"shade":false,"to":[-12.400001,-14.8,-11.2]}],"overrides":[],"textures":{"0":"item/w715143267_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6272.json b/assets/minecraft/models/w6272.json new file mode 100644 index 000000000..e3642ce65 --- /dev/null +++ b/assets/minecraft/models/w6272.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,0,6,5]},"east":{"texture":"#0","uv":[0,6.5,5,6.75]},"north":{"texture":"#0","uv":[8.5,5.25,6,5.5]},"south":{"texture":"#0","uv":[8.5,5,6,5.25]},"up":{"texture":"#0","uv":[6,5,8.5,0]},"west":{"texture":"#0","uv":[5,6.5,0,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-15.6,-8]},{"faces":{"down":{"texture":"#0","uv":[6.5,5.5,6.25,6.5]},"east":{"texture":"#0","uv":[5,6.5,6,7]},"north":{"texture":"#0","uv":[6,6.5,6.25,7]},"south":{"texture":"#0","uv":[7.25,6.5,7.5,7]},"up":{"texture":"#0","uv":[6.25,6.5,6,5.5]},"west":{"texture":"#0","uv":[6.25,6.5,7.25,7]}},"from":[-15.6,-15.6,-12.8],"shade":false,"to":[-15.200001,-14.8,-11.2]}],"overrides":[],"textures":{"0":"item/w715143267_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6273.json b/assets/minecraft/models/w6273.json new file mode 100644 index 000000000..e3d67ed5e --- /dev/null +++ b/assets/minecraft/models/w6273.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,0,8,3]},"east":{"texture":"#0","uv":[11,3,8,13]},"north":{"texture":"#0","uv":[2,3,8,13]},"south":{"texture":"#0","uv":[4,10,5,11]},"up":{"texture":"#0","uv":[8,3,2,0]},"west":{"texture":"#0","uv":[8,3,11,13]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12,-14.8]}],"overrides":[],"textures":{"0":"item/w718958509_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6274.json b/assets/minecraft/models/w6274.json new file mode 100644 index 000000000..8301875a8 --- /dev/null +++ b/assets/minecraft/models/w6274.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0,2,2,14]},"north":{"texture":"#0","uv":[0,2,2,14]},"south":{"texture":"#0","uv":[0,2,2,14]},"up":{"texture":"#0","uv":[2,2,0,0]},"west":{"texture":"#0","uv":[0,2,2,14]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-11.2,-15.2]}],"overrides":[],"textures":{"0":"item/w718958509_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6275.json b/assets/minecraft/models/w6275.json new file mode 100644 index 000000000..f9541822b --- /dev/null +++ b/assets/minecraft/models/w6275.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,15.75,0.25,16]},"east":{"texture":"#0","uv":[0,15.75,0.25,16]},"south":{"texture":"#0","uv":[0,15.75,0.25,16]},"up":{"texture":"#0","uv":[0,15.75,0.25,16]},"west":{"texture":"#0","uv":[0,15.75,0.25,16]}},"from":[8,8,8],"shade":false,"to":[3.1999998,22,13.2]}],"overrides":[],"textures":{"0":"item/w821551957_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6276.json b/assets/minecraft/models/w6276.json new file mode 100644 index 000000000..2fcb6ebb9 --- /dev/null +++ b/assets/minecraft/models/w6276.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.25,15.75,0,16]},"east":{"texture":"#0","uv":[3.5,0,7,9]},"north":{"texture":"#0","uv":[0,0,3.5,9]},"south":{"texture":"#0","uv":[3.5,0,7,9]},"up":{"texture":"#0","uv":[10.5,3.5,7,0]},"west":{"texture":"#0","uv":[3.5,0,7,9]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-1.6000004,-10.4]}],"overrides":[],"textures":{"0":"item/w821551957_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6277.json b/assets/minecraft/models/w6277.json new file mode 100644 index 000000000..7d1fd3c24 --- /dev/null +++ b/assets/minecraft/models/w6277.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,2,15.5,2.25]},"east":{"texture":"#0","uv":[13.25,1,13.5,2]},"up":{"texture":"#0","uv":[13.5,0.75,15.5,1]},"west":{"texture":"#0","uv":[15.5,1,15.75,2]}},"from":[8,8,8],"shade":false,"to":[4.8,9.6,8.4]}],"overrides":[],"textures":{"0":"item/w821551957_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6278.json b/assets/minecraft/models/w6278.json new file mode 100644 index 000000000..d6b3363f5 --- /dev/null +++ b/assets/minecraft/models/w6278.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,8.5,16,8.75]},"east":{"texture":"#0","uv":[13,0,13.25,8.75]},"north":{"texture":"#0","uv":[13,0,16,8.75]},"south":{"texture":"#0","uv":[16,0,13,8.75]},"up":{"texture":"#0","uv":[13,0,16,0.25]},"west":{"texture":"#0","uv":[15.75,0,16,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-2,-15.6]}],"overrides":[],"textures":{"0":"item/w821551957_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6279.json b/assets/minecraft/models/w6279.json new file mode 100644 index 000000000..877040858 --- /dev/null +++ b/assets/minecraft/models/w6279.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[7,3.5,9,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w821551957_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w628.json b/assets/minecraft/models/w628.json new file mode 100644 index 000000000..e4bc88710 --- /dev/null +++ b/assets/minecraft/models/w628.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,2.375,1.625,3.125]},"east":{"texture":"#0","uv":[0,3.125,0.75,4]},"north":{"texture":"#0","uv":[0.75,3.125,1.625,4]},"south":{"texture":"#0","uv":[2.375,3.125,3.25,4]},"up":{"texture":"#0","uv":[1.625,3.125,0.75,2.375]},"west":{"texture":"#0","uv":[1.625,3.125,2.375,4]}},"from":[-16,-16,-15.9996],"rotation":{"angle":-22.5,"axis":"z","origin":[-14.552446,-13.701257,-14.8],"rescale":false},"shade":false,"to":[-13.2,-13.2,-13.6004]},{"faces":{"down":{"texture":"#0","uv":[2.5,0,1.625,0.75]},"east":{"texture":"#0","uv":[0,0.75,0.75,2]},"north":{"texture":"#0","uv":[0.75,0.75,1.625,2]},"south":{"texture":"#0","uv":[2.375,0.75,3.25,2]},"up":{"texture":"#0","uv":[1.625,0.75,0.75,0]},"west":{"texture":"#0","uv":[1.625,0.75,2.375,2]}},"from":[-15.103918,-15.4012575,-16],"rotation":{"angle":45,"axis":"z","origin":[-14.552446,-13.701257,-14.8],"rescale":false},"shade":false,"to":[-12.303918,-11.401257,-13.6]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6280.json b/assets/minecraft/models/w6280.json new file mode 100644 index 000000000..5a0e606d6 --- /dev/null +++ b/assets/minecraft/models/w6280.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,12,7.5,16]},"east":{"texture":"#0","uv":[7.5,11.5,11.5,12]},"north":{"texture":"#0","uv":[7.5,13.5,16,14]},"south":{"texture":"#0","uv":[7.5,13,16,13.5]},"up":{"texture":"#0","uv":[16,16,7.5,12]},"west":{"texture":"#0","uv":[11.5,11.5,7.5,12]}},"from":[-16,-16,-16],"shade":false,"to":[-9.2,-15.6,-12.8]}],"overrides":[],"textures":{"0":"item/w923408349_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6281.json b/assets/minecraft/models/w6281.json new file mode 100644 index 000000000..beaa57b07 --- /dev/null +++ b/assets/minecraft/models/w6281.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,12,7.5,16]},"east":{"texture":"#0","uv":[7.5,11.5,11.5,12]},"north":{"texture":"#0","uv":[7.5,13.5,16,14]},"south":{"texture":"#0","uv":[7.5,13,16,13.5]},"up":{"texture":"#0","uv":[16,16,7.5,12]},"west":{"texture":"#0","uv":[11.5,11.5,7.5,12]}},"from":[-9.2,-16,-16],"rotation":{"angle":22.5,"axis":"y","origin":[-5.8,-15.8,-14.4],"rescale":false},"shade":false,"to":[-2.3999996,-15.6,-12.8]},{"faces":{"down":{"texture":"#0","uv":[16,12,7.5,16]},"east":{"texture":"#0","uv":[7.5,11.5,11.5,12]},"north":{"texture":"#0","uv":[7.5,13.5,16,14]},"south":{"texture":"#0","uv":[7.5,13,16,13.5]},"up":{"texture":"#0","uv":[16,16,7.5,12]},"west":{"texture":"#0","uv":[11.5,11.5,7.5,12]}},"from":[-16,-16,-8],"rotation":{"angle":-22.5,"axis":"y","origin":[-12.6,-15.8,-6.3999996],"rescale":false},"shade":false,"to":[-9.2,-15.6,-4.8]}],"overrides":[],"textures":{"0":"item/w923408349_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6282.json b/assets/minecraft/models/w6282.json new file mode 100644 index 000000000..e6edc0582 --- /dev/null +++ b/assets/minecraft/models/w6282.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,0,9,6]},"east":{"texture":"#0","uv":[0,0,6,15]},"north":{"texture":"#0","uv":[6,0,7.5,15]},"south":{"texture":"#0","uv":[6,0,7.5,15]},"up":{"texture":"#0","uv":[9,6,7.5,0]},"west":{"texture":"#0","uv":[0,0,6,15]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-4,-11.2]}],"overrides":[],"textures":{"0":"item/w923408349_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6283.json b/assets/minecraft/models/w6283.json new file mode 100644 index 000000000..e5fdde682 --- /dev/null +++ b/assets/minecraft/models/w6283.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,3,10.5,0]},"east":{"texture":"#0","uv":[10.5,3,13.5,10.5]},"north":{"texture":"#0","uv":[10.5,3,13.5,10.5]},"south":{"texture":"#0","uv":[10.5,3,13.5,10.5]},"up":{"texture":"#0","uv":[13.5,3,10.5,0]},"west":{"texture":"#0","uv":[10.5,3,13.5,10.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-10,-13.6]}],"overrides":[],"textures":{"0":"item/w923408349_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6284.json b/assets/minecraft/models/w6284.json new file mode 100644 index 000000000..5a0e606d6 --- /dev/null +++ b/assets/minecraft/models/w6284.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,12,7.5,16]},"east":{"texture":"#0","uv":[7.5,11.5,11.5,12]},"north":{"texture":"#0","uv":[7.5,13.5,16,14]},"south":{"texture":"#0","uv":[7.5,13,16,13.5]},"up":{"texture":"#0","uv":[16,16,7.5,12]},"west":{"texture":"#0","uv":[11.5,11.5,7.5,12]}},"from":[-16,-16,-16],"shade":false,"to":[-9.2,-15.6,-12.8]}],"overrides":[],"textures":{"0":"item/w923408349_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6285.json b/assets/minecraft/models/w6285.json new file mode 100644 index 000000000..2c9845f81 --- /dev/null +++ b/assets/minecraft/models/w6285.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,0,7,10]},"south":{"texture":"#0","uv":[0,0,7,10]}},"from":[-16,-16,-14.6],"rotation":{"angle":45,"axis":"y","origin":[-14.6,-16,-14.6],"rescale":false},"shade":false,"to":[-13.2,-12,-14.6]},{"faces":{"east":{"texture":"#0","uv":[0,0,7,10]},"west":{"texture":"#0","uv":[0,0,7,10]}},"from":[-14.6,-16,-16],"rotation":{"angle":45,"axis":"y","origin":[-14.6,-16,-14.6],"rescale":false},"shade":false,"to":[-14.6,-12,-13.2]}],"overrides":[],"textures":{"0":"item/w725671484_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6286.json b/assets/minecraft/models/w6286.json new file mode 100644 index 000000000..1c4f2e31f --- /dev/null +++ b/assets/minecraft/models/w6286.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0,5,4.25,5.375]},"north":{"texture":"#0","uv":[0,5,4.25,5.375]},"south":{"texture":"#0","uv":[0,5,4.25,5.375]},"west":{"texture":"#0","uv":[0,5,4.25,5.375]}},"from":[8,8,8],"shade":false,"to":[-5.6000004,9.2,21.6]}],"overrides":[],"textures":{"0":"item/w785529931_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6287.json b/assets/minecraft/models/w6287.json new file mode 100644 index 000000000..e15269951 --- /dev/null +++ b/assets/minecraft/models/w6287.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0,5.75,4.25,6.125]},"north":{"texture":"#0","uv":[0,5.375,4.25,5.75]},"south":{"texture":"#0","uv":[0,6.125,4.25,6.5]},"west":{"texture":"#0","uv":[0,6.5,4.25,6.875]}},"from":[8,8,8],"shade":false,"to":[-5.6000004,9.2,21.6]}],"overrides":[],"textures":{"0":"item/w785529931_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6288.json b/assets/minecraft/models/w6288.json new file mode 100644 index 000000000..00ba6f9ac --- /dev/null +++ b/assets/minecraft/models/w6288.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.125,0.125,0,0]},"east":{"texture":"#0","uv":[5,6.25,7,6.5]},"north":{"texture":"#0","uv":[5,6.25,7,6.5]},"south":{"texture":"#0","uv":[5,6.25,7,6.5]},"up":{"texture":"#0","uv":[7,6.25,5,4.25]},"west":{"texture":"#0","uv":[5,6.25,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-15.2,-9.6]}],"overrides":[],"textures":{"0":"item/w785529931_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6289.json b/assets/minecraft/models/w6289.json new file mode 100644 index 000000000..00ba6f9ac --- /dev/null +++ b/assets/minecraft/models/w6289.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.125,0.125,0,0]},"east":{"texture":"#0","uv":[5,6.25,7,6.5]},"north":{"texture":"#0","uv":[5,6.25,7,6.5]},"south":{"texture":"#0","uv":[5,6.25,7,6.5]},"up":{"texture":"#0","uv":[7,6.25,5,4.25]},"west":{"texture":"#0","uv":[5,6.25,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-15.2,-9.6]}],"overrides":[],"textures":{"0":"item/w785529931_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w629.json b/assets/minecraft/models/w629.json new file mode 100644 index 000000000..cd4c9b06f --- /dev/null +++ b/assets/minecraft/models/w629.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.625,3.125,2.5,2.375]},"east":{"texture":"#0","uv":[1.625,3.125,2.375,4]},"north":{"texture":"#0","uv":[2.375,3.125,3.25,4]},"south":{"texture":"#0","uv":[0.75,3.125,1.625,4]},"up":{"texture":"#0","uv":[0.75,2.375,1.625,3.125]},"west":{"texture":"#0","uv":[0,3.125,0.75,4]}},"from":[-15.103918,-16,-15.9996],"rotation":{"angle":22.5,"axis":"z","origin":[-13.751472,-13.701257,-14.8],"rescale":false},"shade":false,"to":[-12.303918,-13.2,-13.6004]},{"faces":{"down":{"texture":"#0","uv":[1.625,0.75,2.5,0]},"east":{"texture":"#0","uv":[1.625,0.75,2.375,2]},"north":{"texture":"#0","uv":[2.375,0.75,3.25,2]},"south":{"texture":"#0","uv":[0.75,0.75,1.625,2]},"up":{"texture":"#0","uv":[0.75,0,1.625,0.75]},"west":{"texture":"#0","uv":[0,0.75,0.75,2]}},"from":[-16,-15.4012575,-16],"rotation":{"angle":-45,"axis":"z","origin":[-13.751472,-13.701257,-14.8],"rescale":false},"shade":false,"to":[-13.2,-11.401257,-13.6]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6290.json b/assets/minecraft/models/w6290.json new file mode 100644 index 000000000..330715cec --- /dev/null +++ b/assets/minecraft/models/w6290.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[15,12.25,7,4.25]}},"from":[8,8,8],"shade":false,"to":[30.392,7.992,30.392]}],"overrides":[],"textures":{"0":"item/w785529931_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6291.json b/assets/minecraft/models/w6291.json new file mode 100644 index 000000000..2ea800e8b --- /dev/null +++ b/assets/minecraft/models/w6291.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.125,0.125,0,0]},"east":{"texture":"#0","uv":[0,5,5,5.375]},"north":{"texture":"#0","uv":[0,5,5,5.375]},"south":{"texture":"#0","uv":[0,5,5,5.375]},"up":{"texture":"#0","uv":[5,5,0,0]},"west":{"texture":"#0","uv":[0,5,5,5.375]}},"from":[-12.796,-15.996,-14.796],"shade":false,"to":[3.196,-14.804,1.1960001]},{"faces":{"east":{"texture":"#0","uv":[0,12.25,5,12.625]},"north":{"texture":"#0","uv":[0,11.875,5,12.25]},"south":{"texture":"#0","uv":[0,12.625,5,13]},"up":{"texture":"#0","uv":[5,11.875,0,6.875]},"west":{"texture":"#0","uv":[0,13,5,13.375]}},"from":[-12.8,-16,-14.8],"shade":false,"to":[3.1999998,-14.8,1.1999998]},{"faces":{"down":{"texture":"#0","uv":[0.125,0.125,0,0]},"east":{"texture":"#0","uv":[5,6.25,7,6.5]},"north":{"texture":"#0","uv":[5,6.25,7,6.5]},"south":{"texture":"#0","uv":[5,6.25,7,6.5]},"up":{"texture":"#0","uv":[7,6.25,5,4.25]},"west":{"texture":"#0","uv":[5,6.25,7,6.5]}},"from":[-8,-16,-2],"rotation":{"angle":45,"axis":"y","origin":[-4.8,-15.6,1.2000008],"rescale":false},"shade":false,"to":[-1.5999999,-15.2,4.4]},{"faces":{"down":{"texture":"#0","uv":[0.125,0.125,0,0]},"east":{"texture":"#0","uv":[5,6.25,7,6.5]},"north":{"texture":"#0","uv":[5,6.25,7,6.5]},"south":{"texture":"#0","uv":[5,6.25,7,6.5]},"up":{"texture":"#0","uv":[7,6.25,5,4.25]},"west":{"texture":"#0","uv":[5,6.25,7,6.5]}},"from":[-16,-16,-10],"rotation":{"angle":-45,"axis":"y","origin":[-12.8,-15.6,-6.8],"rescale":false},"shade":false,"to":[-9.6,-15.2,-3.6]},{"faces":{"up":{"texture":"#0","uv":[11,1.75,9.25,0]}},"from":[1.2000008,-16,-16],"shade":false,"to":[6.8000007,-15.96,-10.4]}],"overrides":[],"textures":{"0":"item/w785529931_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6292.json b/assets/minecraft/models/w6292.json new file mode 100644 index 000000000..432e719a1 --- /dev/null +++ b/assets/minecraft/models/w6292.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6.25,6.5,7,7.375]},"south":{"texture":"#0","uv":[7,6.5,6.25,7.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.2,-16]}],"overrides":[],"textures":{"0":"item/w785529931_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6293.json b/assets/minecraft/models/w6293.json new file mode 100644 index 000000000..432e719a1 --- /dev/null +++ b/assets/minecraft/models/w6293.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6.25,6.5,7,7.375]},"south":{"texture":"#0","uv":[7,6.5,6.25,7.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.2,-16]}],"overrides":[],"textures":{"0":"item/w785529931_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6294.json b/assets/minecraft/models/w6294.json new file mode 100644 index 000000000..dd3673c06 --- /dev/null +++ b/assets/minecraft/models/w6294.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[9.25,4.25,5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-2.3999996,-16,-2.3999996]}],"overrides":[],"textures":{"0":"item/w785529931_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6295.json b/assets/minecraft/models/w6295.json new file mode 100644 index 000000000..9ea93df62 --- /dev/null +++ b/assets/minecraft/models/w6295.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.75,7.25,5,6.5]},"east":{"texture":"#0","uv":[5,7.25,5.75,7.375]},"north":{"texture":"#0","uv":[5,7.25,5.75,7.375]},"south":{"texture":"#0","uv":[5,7.25,5.75,7.375]},"up":{"texture":"#0","uv":[5.75,7.25,5,6.5]},"west":{"texture":"#0","uv":[5,7.25,5.75,7.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.6,-13.6]},{"faces":{"east":{"texture":"#0","uv":[5.75,6.5,6.25,7.5]},"north":{"texture":"#0","uv":[5.75,6.5,6.25,7.5]},"south":{"texture":"#0","uv":[5.75,6.5,6.25,7.5]},"west":{"texture":"#0","uv":[5.75,6.5,6.25,7.5]}},"from":[-15.6,-15.6,-15.6],"shade":false,"to":[-14,-12.400001,-14]},{"faces":{"down":{"texture":"#0","uv":[5.75,7.25,5,6.5]},"east":{"texture":"#0","uv":[5,7.25,5.75,7.375]},"north":{"texture":"#0","uv":[5,7.25,5.75,7.375]},"south":{"texture":"#0","uv":[5,7.25,5.75,7.375]},"up":{"texture":"#0","uv":[5.75,7.25,5,6.5]},"west":{"texture":"#0","uv":[5,7.25,5.75,7.375]}},"from":[-16,-12.4,-16],"shade":false,"to":[-13.6,-12,-13.6]}],"overrides":[],"textures":{"0":"item/w785529931_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6296.json b/assets/minecraft/models/w6296.json new file mode 100644 index 000000000..bb4ed3113 --- /dev/null +++ b/assets/minecraft/models/w6296.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6.25,7.375,7,8.125]},"south":{"texture":"#0","uv":[7,7.375,6.25,8.125]}},"from":[-16,-16,-16],"rotation":{"angle":45,"axis":"y","origin":[-14.8,-13.6,-16],"rescale":false},"shade":false,"to":[-13.6,-13.6,-16]},{"faces":{"north":{"texture":"#0","uv":[6.25,7.375,7,8.125]},"south":{"texture":"#0","uv":[7,7.375,6.25,8.125]}},"from":[-16,-16,-16],"rotation":{"angle":-45,"axis":"y","origin":[-14.8,-13.6,-16],"rescale":false},"shade":false,"to":[-13.6,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w785529931_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6297.json b/assets/minecraft/models/w6297.json new file mode 100644 index 000000000..9c020e9c0 --- /dev/null +++ b/assets/minecraft/models/w6297.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0,5,4.25,5.375]},"north":{"texture":"#0","uv":[0,5,4.25,5.375]},"south":{"texture":"#0","uv":[0,5,4.25,5.375]},"west":{"texture":"#0","uv":[0,5,4.25,5.375]}},"from":[8,8,8],"shade":false,"to":[-5.6000004,9.2,21.6]}],"overrides":[],"textures":{"0":"item/w420825825_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6298.json b/assets/minecraft/models/w6298.json new file mode 100644 index 000000000..9f6bb72d1 --- /dev/null +++ b/assets/minecraft/models/w6298.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0,5.75,4.25,6.125]},"north":{"texture":"#0","uv":[0,5.375,4.25,5.75]},"south":{"texture":"#0","uv":[0,6.125,4.25,6.5]},"west":{"texture":"#0","uv":[0,6.5,4.25,6.875]}},"from":[8,8,8],"shade":false,"to":[-5.6000004,9.2,21.6]}],"overrides":[],"textures":{"0":"item/w420825825_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6299.json b/assets/minecraft/models/w6299.json new file mode 100644 index 000000000..2de98dbb5 --- /dev/null +++ b/assets/minecraft/models/w6299.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.125,0.125,0,0]},"east":{"texture":"#0","uv":[5,6.25,7,6.5]},"north":{"texture":"#0","uv":[5,6.25,7,6.5]},"south":{"texture":"#0","uv":[5,6.25,7,6.5]},"up":{"texture":"#0","uv":[7,6.25,5,4.25]},"west":{"texture":"#0","uv":[5,6.25,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-15.2,-9.6]}],"overrides":[],"textures":{"0":"item/w420825825_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w63.json b/assets/minecraft/models/w63.json new file mode 100644 index 000000000..183fcde5f --- /dev/null +++ b/assets/minecraft/models/w63.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,0,4.75,0.25]},"east":{"texture":"#0","uv":[4,0.25,4.25,0.875]},"north":{"texture":"#0","uv":[4.25,0.25,4.75,0.875]},"south":{"texture":"#0","uv":[5,0.25,5.5,0.875]},"up":{"texture":"#0","uv":[4.75,0.25,4.25,0]},"west":{"texture":"#0","uv":[4.75,0.25,5,0.875]}},"from":[-16,-16,-14.8],"rotation":{"angle":-45,"axis":"x","origin":[-15.2,-16,-14.4],"rescale":false},"shade":false,"to":[-14.4,-14,-14]},{"faces":{"east":{"texture":"#0","uv":[6.875,5,7.25,5.25]},"west":{"texture":"#0","uv":[7.25,5,6.875,5.25]}},"from":[-14.6,-14.8,-16],"rotation":{"angle":-45,"axis":"x","origin":[-13.8,-14.8,-15.6],"rescale":false},"shade":false,"to":[-14.6,-13.6,-15.2]},{"faces":{"east":{"texture":"#0","uv":[6.875,5,7.25,5.25]},"west":{"texture":"#0","uv":[7.25,5,6.875,5.25]}},"from":[-15.8,-14.8,-16],"rotation":{"angle":-45,"axis":"x","origin":[-15,-14.8,-15.6],"rescale":false},"shade":false,"to":[-15.8,-13.6,-15.2]},{"faces":{"east":{"texture":"#0","uv":[6.875,5,7.25,5.25]},"west":{"texture":"#0","uv":[7.25,5,6.875,5.25]}},"from":[-15.2,-14.8,-16],"rotation":{"angle":-45,"axis":"x","origin":[-14.4,-14.8,-15.6],"rescale":false},"shade":false,"to":[-15.2,-13.6,-15.2]}],"overrides":[],"textures":{"0":"item/w1237560704_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w630.json b/assets/minecraft/models/w630.json new file mode 100644 index 000000000..cd4c9b06f --- /dev/null +++ b/assets/minecraft/models/w630.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.625,3.125,2.5,2.375]},"east":{"texture":"#0","uv":[1.625,3.125,2.375,4]},"north":{"texture":"#0","uv":[2.375,3.125,3.25,4]},"south":{"texture":"#0","uv":[0.75,3.125,1.625,4]},"up":{"texture":"#0","uv":[0.75,2.375,1.625,3.125]},"west":{"texture":"#0","uv":[0,3.125,0.75,4]}},"from":[-15.103918,-16,-15.9996],"rotation":{"angle":22.5,"axis":"z","origin":[-13.751472,-13.701257,-14.8],"rescale":false},"shade":false,"to":[-12.303918,-13.2,-13.6004]},{"faces":{"down":{"texture":"#0","uv":[1.625,0.75,2.5,0]},"east":{"texture":"#0","uv":[1.625,0.75,2.375,2]},"north":{"texture":"#0","uv":[2.375,0.75,3.25,2]},"south":{"texture":"#0","uv":[0.75,0.75,1.625,2]},"up":{"texture":"#0","uv":[0.75,0,1.625,0.75]},"west":{"texture":"#0","uv":[0,0.75,0.75,2]}},"from":[-16,-15.4012575,-16],"rotation":{"angle":-45,"axis":"z","origin":[-13.751472,-13.701257,-14.8],"rescale":false},"shade":false,"to":[-13.2,-11.401257,-13.6]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6300.json b/assets/minecraft/models/w6300.json new file mode 100644 index 000000000..2de98dbb5 --- /dev/null +++ b/assets/minecraft/models/w6300.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.125,0.125,0,0]},"east":{"texture":"#0","uv":[5,6.25,7,6.5]},"north":{"texture":"#0","uv":[5,6.25,7,6.5]},"south":{"texture":"#0","uv":[5,6.25,7,6.5]},"up":{"texture":"#0","uv":[7,6.25,5,4.25]},"west":{"texture":"#0","uv":[5,6.25,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-15.2,-9.6]}],"overrides":[],"textures":{"0":"item/w420825825_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6301.json b/assets/minecraft/models/w6301.json new file mode 100644 index 000000000..a4ff55064 --- /dev/null +++ b/assets/minecraft/models/w6301.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[15,12.25,7,4.25]}},"from":[8,8,8],"shade":false,"to":[30.392,7.992,30.392]}],"overrides":[],"textures":{"0":"item/w420825825_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6302.json b/assets/minecraft/models/w6302.json new file mode 100644 index 000000000..692019b50 --- /dev/null +++ b/assets/minecraft/models/w6302.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.125,0.125,0,0]},"east":{"texture":"#0","uv":[0,5,5,5.375]},"north":{"texture":"#0","uv":[0,5,5,5.375]},"south":{"texture":"#0","uv":[0,5,5,5.375]},"up":{"texture":"#0","uv":[5,5,0,0]},"west":{"texture":"#0","uv":[0,5,5,5.375]}},"from":[-12.796,-15.996,-14.796],"shade":false,"to":[3.196,-14.804,1.1960001]},{"faces":{"east":{"texture":"#0","uv":[0,12.25,5,12.625]},"north":{"texture":"#0","uv":[0,11.875,5,12.25]},"south":{"texture":"#0","uv":[0,12.625,5,13]},"up":{"texture":"#0","uv":[5,11.875,0,6.875]},"west":{"texture":"#0","uv":[0,13,5,13.375]}},"from":[-12.8,-16,-14.8],"shade":false,"to":[3.1999998,-14.8,1.1999998]},{"faces":{"down":{"texture":"#0","uv":[0.125,0.125,0,0]},"east":{"texture":"#0","uv":[5,6.25,7,6.5]},"north":{"texture":"#0","uv":[5,6.25,7,6.5]},"south":{"texture":"#0","uv":[5,6.25,7,6.5]},"up":{"texture":"#0","uv":[7,6.25,5,4.25]},"west":{"texture":"#0","uv":[5,6.25,7,6.5]}},"from":[-8,-16,-2],"rotation":{"angle":45,"axis":"y","origin":[-4.8,-15.6,1.2000008],"rescale":false},"shade":false,"to":[-1.5999999,-15.2,4.4]},{"faces":{"down":{"texture":"#0","uv":[0.125,0.125,0,0]},"east":{"texture":"#0","uv":[5,6.25,7,6.5]},"north":{"texture":"#0","uv":[5,6.25,7,6.5]},"south":{"texture":"#0","uv":[5,6.25,7,6.5]},"up":{"texture":"#0","uv":[7,6.25,5,4.25]},"west":{"texture":"#0","uv":[5,6.25,7,6.5]}},"from":[-16,-16,-10],"rotation":{"angle":-45,"axis":"y","origin":[-12.8,-15.6,-6.8],"rescale":false},"shade":false,"to":[-9.6,-15.2,-3.6]},{"faces":{"up":{"texture":"#0","uv":[11,1.75,9.25,0]}},"from":[1.2000008,-16,-16],"shade":false,"to":[6.8000007,-15.96,-10.4]}],"overrides":[],"textures":{"0":"item/w420825825_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6303.json b/assets/minecraft/models/w6303.json new file mode 100644 index 000000000..c088ab944 --- /dev/null +++ b/assets/minecraft/models/w6303.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6.25,6.5,7,7.375]},"south":{"texture":"#0","uv":[7,6.5,6.25,7.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.2,-16]}],"overrides":[],"textures":{"0":"item/w420825825_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6304.json b/assets/minecraft/models/w6304.json new file mode 100644 index 000000000..c088ab944 --- /dev/null +++ b/assets/minecraft/models/w6304.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6.25,6.5,7,7.375]},"south":{"texture":"#0","uv":[7,6.5,6.25,7.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.2,-16]}],"overrides":[],"textures":{"0":"item/w420825825_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6305.json b/assets/minecraft/models/w6305.json new file mode 100644 index 000000000..6b4ebf616 --- /dev/null +++ b/assets/minecraft/models/w6305.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[9.25,4.25,5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-2.3999996,-16,-2.3999996]}],"overrides":[],"textures":{"0":"item/w420825825_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6306.json b/assets/minecraft/models/w6306.json new file mode 100644 index 000000000..a260332be --- /dev/null +++ b/assets/minecraft/models/w6306.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.75,7.25,5,6.5]},"east":{"texture":"#0","uv":[5,7.25,5.75,7.375]},"north":{"texture":"#0","uv":[5,7.25,5.75,7.375]},"south":{"texture":"#0","uv":[5,7.25,5.75,7.375]},"up":{"texture":"#0","uv":[5.75,7.25,5,6.5]},"west":{"texture":"#0","uv":[5,7.25,5.75,7.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.6,-13.6]},{"faces":{"east":{"texture":"#0","uv":[5.75,6.5,6.25,7.5]},"north":{"texture":"#0","uv":[5.75,6.5,6.25,7.5]},"south":{"texture":"#0","uv":[5.75,6.5,6.25,7.5]},"west":{"texture":"#0","uv":[5.75,6.5,6.25,7.5]}},"from":[-15.6,-15.6,-15.6],"shade":false,"to":[-14,-12.400001,-14]},{"faces":{"down":{"texture":"#0","uv":[5.75,7.25,5,6.5]},"east":{"texture":"#0","uv":[5,7.25,5.75,7.375]},"north":{"texture":"#0","uv":[5,7.25,5.75,7.375]},"south":{"texture":"#0","uv":[5,7.25,5.75,7.375]},"up":{"texture":"#0","uv":[5.75,7.25,5,6.5]},"west":{"texture":"#0","uv":[5,7.25,5.75,7.375]}},"from":[-16,-12.4,-16],"shade":false,"to":[-13.6,-12,-13.6]}],"overrides":[],"textures":{"0":"item/w420825825_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6307.json b/assets/minecraft/models/w6307.json new file mode 100644 index 000000000..e192c78e4 --- /dev/null +++ b/assets/minecraft/models/w6307.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6.25,7.375,7,8.125]},"south":{"texture":"#0","uv":[7,7.375,6.25,8.125]}},"from":[-16,-16,-16],"rotation":{"angle":45,"axis":"y","origin":[-14.8,-13.6,-16],"rescale":false},"shade":false,"to":[-13.6,-13.6,-16]},{"faces":{"north":{"texture":"#0","uv":[6.25,7.375,7,8.125]},"south":{"texture":"#0","uv":[7,7.375,6.25,8.125]}},"from":[-16,-16,-16],"rotation":{"angle":-45,"axis":"y","origin":[-14.8,-13.6,-16],"rescale":false},"shade":false,"to":[-13.6,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w420825825_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6308.json b/assets/minecraft/models/w6308.json new file mode 100644 index 000000000..b4c82b017 --- /dev/null +++ b/assets/minecraft/models/w6308.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0,5,4.25,5.375]},"north":{"texture":"#0","uv":[0,5,4.25,5.375]},"south":{"texture":"#0","uv":[0,5,4.25,5.375]},"west":{"texture":"#0","uv":[0,5,4.25,5.375]}},"from":[8,8,8],"shade":false,"to":[-5.6000004,9.2,21.6]}],"overrides":[],"textures":{"0":"item/w743634399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6309.json b/assets/minecraft/models/w6309.json new file mode 100644 index 000000000..0a42f9136 --- /dev/null +++ b/assets/minecraft/models/w6309.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0,5.75,4.25,6.125]},"north":{"texture":"#0","uv":[0,5.375,4.25,5.75]},"south":{"texture":"#0","uv":[0,6.125,4.25,6.5]},"west":{"texture":"#0","uv":[0,6.5,4.25,6.875]}},"from":[8,8,8],"shade":false,"to":[-5.6000004,9.2,21.6]}],"overrides":[],"textures":{"0":"item/w743634399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w631.json b/assets/minecraft/models/w631.json new file mode 100644 index 000000000..e4bc88710 --- /dev/null +++ b/assets/minecraft/models/w631.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,2.375,1.625,3.125]},"east":{"texture":"#0","uv":[0,3.125,0.75,4]},"north":{"texture":"#0","uv":[0.75,3.125,1.625,4]},"south":{"texture":"#0","uv":[2.375,3.125,3.25,4]},"up":{"texture":"#0","uv":[1.625,3.125,0.75,2.375]},"west":{"texture":"#0","uv":[1.625,3.125,2.375,4]}},"from":[-16,-16,-15.9996],"rotation":{"angle":-22.5,"axis":"z","origin":[-14.552446,-13.701257,-14.8],"rescale":false},"shade":false,"to":[-13.2,-13.2,-13.6004]},{"faces":{"down":{"texture":"#0","uv":[2.5,0,1.625,0.75]},"east":{"texture":"#0","uv":[0,0.75,0.75,2]},"north":{"texture":"#0","uv":[0.75,0.75,1.625,2]},"south":{"texture":"#0","uv":[2.375,0.75,3.25,2]},"up":{"texture":"#0","uv":[1.625,0.75,0.75,0]},"west":{"texture":"#0","uv":[1.625,0.75,2.375,2]}},"from":[-15.103918,-15.4012575,-16],"rotation":{"angle":45,"axis":"z","origin":[-14.552446,-13.701257,-14.8],"rescale":false},"shade":false,"to":[-12.303918,-11.401257,-13.6]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6310.json b/assets/minecraft/models/w6310.json new file mode 100644 index 000000000..e5294a4e2 --- /dev/null +++ b/assets/minecraft/models/w6310.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.125,0.125,0,0]},"east":{"texture":"#0","uv":[5,6.25,7,6.5]},"north":{"texture":"#0","uv":[5,6.25,7,6.5]},"south":{"texture":"#0","uv":[5,6.25,7,6.5]},"up":{"texture":"#0","uv":[7,6.25,5,4.25]},"west":{"texture":"#0","uv":[5,6.25,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-15.2,-9.6]}],"overrides":[],"textures":{"0":"item/w743634399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6311.json b/assets/minecraft/models/w6311.json new file mode 100644 index 000000000..e5294a4e2 --- /dev/null +++ b/assets/minecraft/models/w6311.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.125,0.125,0,0]},"east":{"texture":"#0","uv":[5,6.25,7,6.5]},"north":{"texture":"#0","uv":[5,6.25,7,6.5]},"south":{"texture":"#0","uv":[5,6.25,7,6.5]},"up":{"texture":"#0","uv":[7,6.25,5,4.25]},"west":{"texture":"#0","uv":[5,6.25,7,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-15.2,-9.6]}],"overrides":[],"textures":{"0":"item/w743634399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6312.json b/assets/minecraft/models/w6312.json new file mode 100644 index 000000000..419ecc9a3 --- /dev/null +++ b/assets/minecraft/models/w6312.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[15,12.25,7,4.25]}},"from":[8,8,8],"shade":false,"to":[30.392,7.992,30.392]}],"overrides":[],"textures":{"0":"item/w743634399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6313.json b/assets/minecraft/models/w6313.json new file mode 100644 index 000000000..f30494932 --- /dev/null +++ b/assets/minecraft/models/w6313.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.125,0.125,0,0]},"east":{"texture":"#0","uv":[0,5,5,5.375]},"north":{"texture":"#0","uv":[0,5,5,5.375]},"south":{"texture":"#0","uv":[0,5,5,5.375]},"up":{"texture":"#0","uv":[5,5,0,0]},"west":{"texture":"#0","uv":[0,5,5,5.375]}},"from":[-12.796,-15.996,-14.796],"shade":false,"to":[3.196,-14.804,1.1960001]},{"faces":{"east":{"texture":"#0","uv":[0,12.25,5,12.625]},"north":{"texture":"#0","uv":[0,11.875,5,12.25]},"south":{"texture":"#0","uv":[0,12.625,5,13]},"up":{"texture":"#0","uv":[5,11.875,0,6.875]},"west":{"texture":"#0","uv":[0,13,5,13.375]}},"from":[-12.8,-16,-14.8],"shade":false,"to":[3.1999998,-14.8,1.1999998]},{"faces":{"down":{"texture":"#0","uv":[0.125,0.125,0,0]},"east":{"texture":"#0","uv":[5,6.25,7,6.5]},"north":{"texture":"#0","uv":[5,6.25,7,6.5]},"south":{"texture":"#0","uv":[5,6.25,7,6.5]},"up":{"texture":"#0","uv":[7,6.25,5,4.25]},"west":{"texture":"#0","uv":[5,6.25,7,6.5]}},"from":[-8,-16,-2],"rotation":{"angle":45,"axis":"y","origin":[-4.8,-15.6,1.2000008],"rescale":false},"shade":false,"to":[-1.5999999,-15.2,4.4]},{"faces":{"down":{"texture":"#0","uv":[0.125,0.125,0,0]},"east":{"texture":"#0","uv":[5,6.25,7,6.5]},"north":{"texture":"#0","uv":[5,6.25,7,6.5]},"south":{"texture":"#0","uv":[5,6.25,7,6.5]},"up":{"texture":"#0","uv":[7,6.25,5,4.25]},"west":{"texture":"#0","uv":[5,6.25,7,6.5]}},"from":[-16,-16,-10],"rotation":{"angle":-45,"axis":"y","origin":[-12.8,-15.6,-6.8],"rescale":false},"shade":false,"to":[-9.6,-15.2,-3.6]},{"faces":{"up":{"texture":"#0","uv":[11,1.75,9.25,0]}},"from":[1.2000008,-16,-16],"shade":false,"to":[6.8000007,-15.96,-10.4]}],"overrides":[],"textures":{"0":"item/w743634399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6314.json b/assets/minecraft/models/w6314.json new file mode 100644 index 000000000..489f8e867 --- /dev/null +++ b/assets/minecraft/models/w6314.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6.25,6.5,7,7.375]},"south":{"texture":"#0","uv":[7,6.5,6.25,7.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.2,-16]}],"overrides":[],"textures":{"0":"item/w743634399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6315.json b/assets/minecraft/models/w6315.json new file mode 100644 index 000000000..489f8e867 --- /dev/null +++ b/assets/minecraft/models/w6315.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6.25,6.5,7,7.375]},"south":{"texture":"#0","uv":[7,6.5,6.25,7.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.2,-16]}],"overrides":[],"textures":{"0":"item/w743634399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6316.json b/assets/minecraft/models/w6316.json new file mode 100644 index 000000000..34d860ab7 --- /dev/null +++ b/assets/minecraft/models/w6316.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[9.25,4.25,5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-2.3999996,-16,-2.3999996]}],"overrides":[],"textures":{"0":"item/w743634399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6317.json b/assets/minecraft/models/w6317.json new file mode 100644 index 000000000..14c5efdba --- /dev/null +++ b/assets/minecraft/models/w6317.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.75,7.25,5,6.5]},"east":{"texture":"#0","uv":[5,7.25,5.75,7.375]},"north":{"texture":"#0","uv":[5,7.25,5.75,7.375]},"south":{"texture":"#0","uv":[5,7.25,5.75,7.375]},"up":{"texture":"#0","uv":[5.75,7.25,5,6.5]},"west":{"texture":"#0","uv":[5,7.25,5.75,7.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.6,-13.6]},{"faces":{"east":{"texture":"#0","uv":[5.75,6.5,6.25,7.5]},"north":{"texture":"#0","uv":[5.75,6.5,6.25,7.5]},"south":{"texture":"#0","uv":[5.75,6.5,6.25,7.5]},"west":{"texture":"#0","uv":[5.75,6.5,6.25,7.5]}},"from":[-15.6,-15.6,-15.6],"shade":false,"to":[-14,-12.400001,-14]},{"faces":{"down":{"texture":"#0","uv":[5.75,7.25,5,6.5]},"east":{"texture":"#0","uv":[5,7.25,5.75,7.375]},"north":{"texture":"#0","uv":[5,7.25,5.75,7.375]},"south":{"texture":"#0","uv":[5,7.25,5.75,7.375]},"up":{"texture":"#0","uv":[5.75,7.25,5,6.5]},"west":{"texture":"#0","uv":[5,7.25,5.75,7.375]}},"from":[-16,-12.4,-16],"shade":false,"to":[-13.6,-12,-13.6]}],"overrides":[],"textures":{"0":"item/w743634399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6318.json b/assets/minecraft/models/w6318.json new file mode 100644 index 000000000..de8f5732d --- /dev/null +++ b/assets/minecraft/models/w6318.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6.25,7.375,7,8.125]},"south":{"texture":"#0","uv":[7,7.375,6.25,8.125]}},"from":[-16,-16,-16],"rotation":{"angle":45,"axis":"y","origin":[-14.8,-13.6,-16],"rescale":false},"shade":false,"to":[-13.6,-13.6,-16]},{"faces":{"north":{"texture":"#0","uv":[6.25,7.375,7,8.125]},"south":{"texture":"#0","uv":[7,7.375,6.25,8.125]}},"from":[-16,-16,-16],"rotation":{"angle":-45,"axis":"y","origin":[-14.8,-13.6,-16],"rescale":false},"shade":false,"to":[-13.6,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w743634399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6319.json b/assets/minecraft/models/w6319.json new file mode 100644 index 000000000..454891fac --- /dev/null +++ b/assets/minecraft/models/w6319.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,0,2.5,2.5]},"east":{"texture":"#0","uv":[0,2.5,2.5,6.25]},"north":{"texture":"#0","uv":[2.5,2.5,5,6.25]},"south":{"texture":"#0","uv":[7.5,2.5,10,6.25]},"up":{"texture":"#0","uv":[2.5,2.5,0,0]},"west":{"texture":"#0","uv":[5,2.5,7.5,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-10,-12]}],"overrides":[],"textures":{"0":"item/w194520903_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w632.json b/assets/minecraft/models/w632.json new file mode 100644 index 000000000..e4bc88710 --- /dev/null +++ b/assets/minecraft/models/w632.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,2.375,1.625,3.125]},"east":{"texture":"#0","uv":[0,3.125,0.75,4]},"north":{"texture":"#0","uv":[0.75,3.125,1.625,4]},"south":{"texture":"#0","uv":[2.375,3.125,3.25,4]},"up":{"texture":"#0","uv":[1.625,3.125,0.75,2.375]},"west":{"texture":"#0","uv":[1.625,3.125,2.375,4]}},"from":[-16,-16,-15.9996],"rotation":{"angle":-22.5,"axis":"z","origin":[-14.552446,-13.701257,-14.8],"rescale":false},"shade":false,"to":[-13.2,-13.2,-13.6004]},{"faces":{"down":{"texture":"#0","uv":[2.5,0,1.625,0.75]},"east":{"texture":"#0","uv":[0,0.75,0.75,2]},"north":{"texture":"#0","uv":[0.75,0.75,1.625,2]},"south":{"texture":"#0","uv":[2.375,0.75,3.25,2]},"up":{"texture":"#0","uv":[1.625,0.75,0.75,0]},"west":{"texture":"#0","uv":[1.625,0.75,2.375,2]}},"from":[-15.103918,-15.4012575,-16],"rotation":{"angle":45,"axis":"z","origin":[-14.552446,-13.701257,-14.8],"rescale":false},"shade":false,"to":[-12.303918,-11.401257,-13.6]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6320.json b/assets/minecraft/models/w6320.json new file mode 100644 index 000000000..3faa0a47f --- /dev/null +++ b/assets/minecraft/models/w6320.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4.5,6.25,0,11.25]},"south":{"texture":"#0","uv":[0,6.25,4.5,11.25]}},"from":[-16,-16,-16],"shade":false,"to":[-8.8,-8,-16]}],"overrides":[],"textures":{"0":"item/w194520903_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6321.json b/assets/minecraft/models/w6321.json new file mode 100644 index 000000000..09e80795e --- /dev/null +++ b/assets/minecraft/models/w6321.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.75,0.75,10,2.5]},"east":{"texture":"#0","uv":[11.75,3.5,13.5,4.25]},"north":{"texture":"#0","uv":[11.75,2.75,13.5,3.5]},"south":{"texture":"#0","uv":[11.75,1.25,13.5,2]},"up":{"texture":"#0","uv":[11.75,4.25,10,2.5]},"west":{"texture":"#0","uv":[11.75,2,13.5,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.8,-13.2]}],"overrides":[],"textures":{"0":"item/w194520903_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6322.json b/assets/minecraft/models/w6322.json new file mode 100644 index 000000000..0b2a29bcf --- /dev/null +++ b/assets/minecraft/models/w6322.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,4.25,12,6.25]},"east":{"texture":"#0","uv":[8,6.25,10,7.25]},"north":{"texture":"#0","uv":[10,6.25,12,7.25]},"south":{"texture":"#0","uv":[14,6.25,16,7.25]},"up":{"texture":"#0","uv":[12,6.25,10,4.25]},"west":{"texture":"#0","uv":[12,6.25,14,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14.4,-12.8]}],"overrides":[],"textures":{"0":"item/w194520903_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6323.json b/assets/minecraft/models/w6323.json new file mode 100644 index 000000000..8363093d6 --- /dev/null +++ b/assets/minecraft/models/w6323.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,6.25,5.5,7.25]},"east":{"texture":"#0","uv":[4.5,7.25,5.5,8]},"north":{"texture":"#0","uv":[5.5,7.25,6.5,8]},"south":{"texture":"#0","uv":[5.5,8,6.5,8.75]},"up":{"texture":"#0","uv":[5.5,7.25,4.5,6.25]},"west":{"texture":"#0","uv":[4.5,8,5.5,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.8,-14.4]}],"overrides":[],"textures":{"0":"item/w194520903_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6324.json b/assets/minecraft/models/w6324.json new file mode 100644 index 000000000..11c862e1c --- /dev/null +++ b/assets/minecraft/models/w6324.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,1.25,8,2]},"east":{"texture":"#0","uv":[7,1.25,7.75,2]},"north":{"texture":"#0","uv":[7.75,1.25,8,2]},"south":{"texture":"#0","uv":[8,0.5,8.25,1.25]},"up":{"texture":"#0","uv":[8,1.25,7.75,0.5]},"west":{"texture":"#0","uv":[7,0.5,7.75,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w194520903_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6325.json b/assets/minecraft/models/w6325.json new file mode 100644 index 000000000..40d601db3 --- /dev/null +++ b/assets/minecraft/models/w6325.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,1.25,8.25,2]},"east":{"texture":"#0","uv":[7.75,0.5,7,1.25]},"north":{"texture":"#0","uv":[8,1.25,7.75,2]},"south":{"texture":"#0","uv":[8.25,0.5,8,1.25]},"up":{"texture":"#0","uv":[7.75,1.25,8,0.5]},"west":{"texture":"#0","uv":[7.75,1.25,7,2]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w194520903_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6326.json b/assets/minecraft/models/w6326.json new file mode 100644 index 000000000..3909c8443 --- /dev/null +++ b/assets/minecraft/models/w6326.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,9.75,6,10.25]},"east":{"texture":"#0","uv":[5,10.25,5.5,14.5]},"north":{"texture":"#0","uv":[5.5,10.25,6,14.5]},"south":{"texture":"#0","uv":[6.5,10.25,7,14.5]},"up":{"texture":"#0","uv":[6,10.25,5.5,9.75]},"west":{"texture":"#0","uv":[6,10.25,6.5,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-9.2,-15.2]}],"overrides":[],"textures":{"0":"item/w194520903_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6327.json b/assets/minecraft/models/w6327.json new file mode 100644 index 000000000..49852e166 --- /dev/null +++ b/assets/minecraft/models/w6327.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,9.75,5.5,10.25]},"east":{"texture":"#0","uv":[5,14.5,5.5,10.25]},"north":{"texture":"#0","uv":[5.5,14.5,6,10.25]},"south":{"texture":"#0","uv":[6.5,14.5,7,10.25]},"up":{"texture":"#0","uv":[6.5,10.25,6,9.75]},"west":{"texture":"#0","uv":[6,14.5,6.5,10.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-9.2,-15.2]}],"overrides":[],"textures":{"0":"item/w194520903_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6328.json b/assets/minecraft/models/w6328.json new file mode 100644 index 000000000..3909c8443 --- /dev/null +++ b/assets/minecraft/models/w6328.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,9.75,6,10.25]},"east":{"texture":"#0","uv":[5,10.25,5.5,14.5]},"north":{"texture":"#0","uv":[5.5,10.25,6,14.5]},"south":{"texture":"#0","uv":[6.5,10.25,7,14.5]},"up":{"texture":"#0","uv":[6,10.25,5.5,9.75]},"west":{"texture":"#0","uv":[6,10.25,6.5,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-9.2,-15.2]}],"overrides":[],"textures":{"0":"item/w194520903_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6329.json b/assets/minecraft/models/w6329.json new file mode 100644 index 000000000..49852e166 --- /dev/null +++ b/assets/minecraft/models/w6329.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,9.75,5.5,10.25]},"east":{"texture":"#0","uv":[5,14.5,5.5,10.25]},"north":{"texture":"#0","uv":[5.5,14.5,6,10.25]},"south":{"texture":"#0","uv":[6.5,14.5,7,10.25]},"up":{"texture":"#0","uv":[6.5,10.25,6,9.75]},"west":{"texture":"#0","uv":[6,14.5,6.5,10.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-9.2,-15.2]}],"overrides":[],"textures":{"0":"item/w194520903_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w633.json b/assets/minecraft/models/w633.json new file mode 100644 index 000000000..cd4c9b06f --- /dev/null +++ b/assets/minecraft/models/w633.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.625,3.125,2.5,2.375]},"east":{"texture":"#0","uv":[1.625,3.125,2.375,4]},"north":{"texture":"#0","uv":[2.375,3.125,3.25,4]},"south":{"texture":"#0","uv":[0.75,3.125,1.625,4]},"up":{"texture":"#0","uv":[0.75,2.375,1.625,3.125]},"west":{"texture":"#0","uv":[0,3.125,0.75,4]}},"from":[-15.103918,-16,-15.9996],"rotation":{"angle":22.5,"axis":"z","origin":[-13.751472,-13.701257,-14.8],"rescale":false},"shade":false,"to":[-12.303918,-13.2,-13.6004]},{"faces":{"down":{"texture":"#0","uv":[1.625,0.75,2.5,0]},"east":{"texture":"#0","uv":[1.625,0.75,2.375,2]},"north":{"texture":"#0","uv":[2.375,0.75,3.25,2]},"south":{"texture":"#0","uv":[0.75,0.75,1.625,2]},"up":{"texture":"#0","uv":[0.75,0,1.625,0.75]},"west":{"texture":"#0","uv":[0,0.75,0.75,2]}},"from":[-16,-15.4012575,-16],"rotation":{"angle":-45,"axis":"z","origin":[-13.751472,-13.701257,-14.8],"rescale":false},"shade":false,"to":[-13.2,-11.401257,-13.6]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6330.json b/assets/minecraft/models/w6330.json new file mode 100644 index 000000000..f32fbcc6a --- /dev/null +++ b/assets/minecraft/models/w6330.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,9.75,6.5,10.25]},"east":{"texture":"#0","uv":[6.5,10.25,6,14.5]},"north":{"texture":"#0","uv":[6,10.25,5.5,14.5]},"south":{"texture":"#0","uv":[7,10.25,6.5,14.5]},"up":{"texture":"#0","uv":[5.5,10.25,6,9.75]},"west":{"texture":"#0","uv":[5.5,10.25,5,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-9.2,-15.2]}],"overrides":[],"textures":{"0":"item/w194520903_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6331.json b/assets/minecraft/models/w6331.json new file mode 100644 index 000000000..bdb1bc2cf --- /dev/null +++ b/assets/minecraft/models/w6331.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,9.75,6,10.25]},"east":{"texture":"#0","uv":[6.5,14.5,6,10.25]},"north":{"texture":"#0","uv":[6,14.5,5.5,10.25]},"south":{"texture":"#0","uv":[7,14.5,6.5,10.25]},"up":{"texture":"#0","uv":[6,10.25,6.5,9.75]},"west":{"texture":"#0","uv":[5.5,14.5,5,10.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-9.2,-15.2]}],"overrides":[],"textures":{"0":"item/w194520903_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6332.json b/assets/minecraft/models/w6332.json new file mode 100644 index 000000000..f32fbcc6a --- /dev/null +++ b/assets/minecraft/models/w6332.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,9.75,6.5,10.25]},"east":{"texture":"#0","uv":[6.5,10.25,6,14.5]},"north":{"texture":"#0","uv":[6,10.25,5.5,14.5]},"south":{"texture":"#0","uv":[7,10.25,6.5,14.5]},"up":{"texture":"#0","uv":[5.5,10.25,6,9.75]},"west":{"texture":"#0","uv":[5.5,10.25,5,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-9.2,-15.2]}],"overrides":[],"textures":{"0":"item/w194520903_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6333.json b/assets/minecraft/models/w6333.json new file mode 100644 index 000000000..bdb1bc2cf --- /dev/null +++ b/assets/minecraft/models/w6333.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,9.75,6,10.25]},"east":{"texture":"#0","uv":[6.5,14.5,6,10.25]},"north":{"texture":"#0","uv":[6,14.5,5.5,10.25]},"south":{"texture":"#0","uv":[7,14.5,6.5,10.25]},"up":{"texture":"#0","uv":[6,10.25,6.5,9.75]},"west":{"texture":"#0","uv":[5.5,14.5,5,10.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-9.2,-15.2]}],"overrides":[],"textures":{"0":"item/w194520903_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6334.json b/assets/minecraft/models/w6334.json new file mode 100644 index 000000000..45c2762c1 --- /dev/null +++ b/assets/minecraft/models/w6334.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,8.5,8,9]},"east":{"texture":"#0","uv":[7,9,7.5,14.5]},"north":{"texture":"#0","uv":[7.5,9,8,14.5]},"south":{"texture":"#0","uv":[8.5,9,9,14.5]},"up":{"texture":"#0","uv":[8,9,7.5,8.5]},"west":{"texture":"#0","uv":[8,9,8.5,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-7.2,-15.120001]}],"overrides":[],"textures":{"0":"item/w194520903_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6335.json b/assets/minecraft/models/w6335.json new file mode 100644 index 000000000..737510f58 --- /dev/null +++ b/assets/minecraft/models/w6335.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,8.5,8.5,9]},"east":{"texture":"#0","uv":[8.5,9,8,14.5]},"north":{"texture":"#0","uv":[8,9,7.5,14.5]},"south":{"texture":"#0","uv":[9,9,8.5,14.5]},"up":{"texture":"#0","uv":[7.5,9,8,8.5]},"west":{"texture":"#0","uv":[7.5,9,7,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-7.2,-15.120001]}],"overrides":[],"textures":{"0":"item/w194520903_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6336.json b/assets/minecraft/models/w6336.json new file mode 100644 index 000000000..13d1342d0 --- /dev/null +++ b/assets/minecraft/models/w6336.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,10,10,10.5]},"east":{"texture":"#0","uv":[9,10.5,9.5,14.5]},"north":{"texture":"#0","uv":[9.5,10.5,10,14.5]},"south":{"texture":"#0","uv":[10.5,10.5,11,14.5]},"up":{"texture":"#0","uv":[10,10.5,9.5,10]},"west":{"texture":"#0","uv":[10,10.5,10.5,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-9.6,-15.2]}],"overrides":[],"textures":{"0":"item/w194520903_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6337.json b/assets/minecraft/models/w6337.json new file mode 100644 index 000000000..b03b79f0c --- /dev/null +++ b/assets/minecraft/models/w6337.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,10,10.5,10.5]},"east":{"texture":"#0","uv":[10.5,10.5,10,14.5]},"north":{"texture":"#0","uv":[10,10.5,9.5,14.5]},"south":{"texture":"#0","uv":[11,10.5,10.5,14.5]},"up":{"texture":"#0","uv":[9.5,10.5,10,10]},"west":{"texture":"#0","uv":[9.5,10.5,9,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-9.6,-15.2]}],"overrides":[],"textures":{"0":"item/w194520903_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6338.json b/assets/minecraft/models/w6338.json new file mode 100644 index 000000000..e68389696 --- /dev/null +++ b/assets/minecraft/models/w6338.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,10.75,13,12.25]},"east":{"texture":"#0","uv":[11,12.25,12.5,14.5]},"north":{"texture":"#0","uv":[12.5,12.25,13,14.5]},"south":{"texture":"#0","uv":[14.5,12.25,15,14.5]},"up":{"texture":"#0","uv":[13,12.25,12.5,10.75]},"west":{"texture":"#0","uv":[13,12.25,14.5,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-12.32,-13.6]}],"overrides":[],"textures":{"0":"item/w194520903_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6339.json b/assets/minecraft/models/w6339.json new file mode 100644 index 000000000..3f0748dd7 --- /dev/null +++ b/assets/minecraft/models/w6339.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,10.75,13.5,12.25]},"east":{"texture":"#0","uv":[14.5,12.25,13,14.5]},"north":{"texture":"#0","uv":[13,12.25,12.5,14.5]},"south":{"texture":"#0","uv":[15,12.25,14.5,14.5]},"up":{"texture":"#0","uv":[12.5,12.25,13,10.75]},"west":{"texture":"#0","uv":[12.5,12.25,11,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-12.32,-13.6]}],"overrides":[],"textures":{"0":"item/w194520903_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w634.json b/assets/minecraft/models/w634.json new file mode 100644 index 000000000..cd4c9b06f --- /dev/null +++ b/assets/minecraft/models/w634.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.625,3.125,2.5,2.375]},"east":{"texture":"#0","uv":[1.625,3.125,2.375,4]},"north":{"texture":"#0","uv":[2.375,3.125,3.25,4]},"south":{"texture":"#0","uv":[0.75,3.125,1.625,4]},"up":{"texture":"#0","uv":[0.75,2.375,1.625,3.125]},"west":{"texture":"#0","uv":[0,3.125,0.75,4]}},"from":[-15.103918,-16,-15.9996],"rotation":{"angle":22.5,"axis":"z","origin":[-13.751472,-13.701257,-14.8],"rescale":false},"shade":false,"to":[-12.303918,-13.2,-13.6004]},{"faces":{"down":{"texture":"#0","uv":[1.625,0.75,2.5,0]},"east":{"texture":"#0","uv":[1.625,0.75,2.375,2]},"north":{"texture":"#0","uv":[2.375,0.75,3.25,2]},"south":{"texture":"#0","uv":[0.75,0.75,1.625,2]},"up":{"texture":"#0","uv":[0.75,0,1.625,0.75]},"west":{"texture":"#0","uv":[0,0.75,0.75,2]}},"from":[-16,-15.4012575,-16],"rotation":{"angle":-45,"axis":"z","origin":[-13.751472,-13.701257,-14.8],"rescale":false},"shade":false,"to":[-13.2,-11.401257,-13.6]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6340.json b/assets/minecraft/models/w6340.json new file mode 100644 index 000000000..f36ddda02 --- /dev/null +++ b/assets/minecraft/models/w6340.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,0,2.5,2.5]},"east":{"texture":"#0","uv":[0,2.5,2.5,6.25]},"north":{"texture":"#0","uv":[2.5,2.5,5,6.25]},"south":{"texture":"#0","uv":[7.5,2.5,10,6.25]},"up":{"texture":"#0","uv":[2.5,2.5,0,0]},"west":{"texture":"#0","uv":[5,2.5,7.5,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-10,-12]}],"overrides":[],"textures":{"0":"item/w480646619_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6341.json b/assets/minecraft/models/w6341.json new file mode 100644 index 000000000..2edca283e --- /dev/null +++ b/assets/minecraft/models/w6341.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4.5,6.25,0,11.25]},"south":{"texture":"#0","uv":[0,6.25,4.5,11.25]}},"from":[-16,-16,-16],"shade":false,"to":[-8.8,-8,-16]}],"overrides":[],"textures":{"0":"item/w480646619_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6342.json b/assets/minecraft/models/w6342.json new file mode 100644 index 000000000..05b328f4e --- /dev/null +++ b/assets/minecraft/models/w6342.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.75,0.75,10,2.5]},"east":{"texture":"#0","uv":[11.75,3.5,13.5,4.25]},"north":{"texture":"#0","uv":[11.75,2.75,13.5,3.5]},"south":{"texture":"#0","uv":[11.75,1.25,13.5,2]},"up":{"texture":"#0","uv":[11.75,4.25,10,2.5]},"west":{"texture":"#0","uv":[11.75,2,13.5,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.8,-13.2]}],"overrides":[],"textures":{"0":"item/w480646619_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6343.json b/assets/minecraft/models/w6343.json new file mode 100644 index 000000000..78f2ded3c --- /dev/null +++ b/assets/minecraft/models/w6343.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,4.25,12,6.25]},"east":{"texture":"#0","uv":[8,6.25,10,7.25]},"north":{"texture":"#0","uv":[10,6.25,12,7.25]},"south":{"texture":"#0","uv":[14,6.25,16,7.25]},"up":{"texture":"#0","uv":[12,6.25,10,4.25]},"west":{"texture":"#0","uv":[12,6.25,14,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14.4,-12.8]}],"overrides":[],"textures":{"0":"item/w480646619_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6344.json b/assets/minecraft/models/w6344.json new file mode 100644 index 000000000..3d522f1e0 --- /dev/null +++ b/assets/minecraft/models/w6344.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,6.25,5.5,7.25]},"east":{"texture":"#0","uv":[4.5,7.25,5.5,8]},"north":{"texture":"#0","uv":[5.5,7.25,6.5,8]},"south":{"texture":"#0","uv":[5.5,8,6.5,8.75]},"up":{"texture":"#0","uv":[5.5,7.25,4.5,6.25]},"west":{"texture":"#0","uv":[4.5,8,5.5,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.8,-14.4]}],"overrides":[],"textures":{"0":"item/w480646619_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6345.json b/assets/minecraft/models/w6345.json new file mode 100644 index 000000000..064b71033 --- /dev/null +++ b/assets/minecraft/models/w6345.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,1.25,8,2]},"east":{"texture":"#0","uv":[7,1.25,7.75,2]},"north":{"texture":"#0","uv":[7.75,1.25,8,2]},"south":{"texture":"#0","uv":[8,0.5,8.25,1.25]},"up":{"texture":"#0","uv":[8,1.25,7.75,0.5]},"west":{"texture":"#0","uv":[7,0.5,7.75,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w480646619_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6346.json b/assets/minecraft/models/w6346.json new file mode 100644 index 000000000..54b1ff608 --- /dev/null +++ b/assets/minecraft/models/w6346.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,1.25,8.25,2]},"east":{"texture":"#0","uv":[7.75,0.5,7,1.25]},"north":{"texture":"#0","uv":[8,1.25,7.75,2]},"south":{"texture":"#0","uv":[8.25,0.5,8,1.25]},"up":{"texture":"#0","uv":[7.75,1.25,8,0.5]},"west":{"texture":"#0","uv":[7.75,1.25,7,2]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w480646619_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6347.json b/assets/minecraft/models/w6347.json new file mode 100644 index 000000000..4637bee8b --- /dev/null +++ b/assets/minecraft/models/w6347.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,9.75,6,10.25]},"east":{"texture":"#0","uv":[5,10.25,5.5,14.5]},"north":{"texture":"#0","uv":[5.5,10.25,6,14.5]},"south":{"texture":"#0","uv":[6.5,10.25,7,14.5]},"up":{"texture":"#0","uv":[6,10.25,5.5,9.75]},"west":{"texture":"#0","uv":[6,10.25,6.5,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-9.2,-15.2]}],"overrides":[],"textures":{"0":"item/w480646619_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6348.json b/assets/minecraft/models/w6348.json new file mode 100644 index 000000000..ae28bdf85 --- /dev/null +++ b/assets/minecraft/models/w6348.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,9.75,5.5,10.25]},"east":{"texture":"#0","uv":[5,14.5,5.5,10.25]},"north":{"texture":"#0","uv":[5.5,14.5,6,10.25]},"south":{"texture":"#0","uv":[6.5,14.5,7,10.25]},"up":{"texture":"#0","uv":[6.5,10.25,6,9.75]},"west":{"texture":"#0","uv":[6,14.5,6.5,10.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-9.2,-15.2]}],"overrides":[],"textures":{"0":"item/w480646619_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6349.json b/assets/minecraft/models/w6349.json new file mode 100644 index 000000000..4637bee8b --- /dev/null +++ b/assets/minecraft/models/w6349.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,9.75,6,10.25]},"east":{"texture":"#0","uv":[5,10.25,5.5,14.5]},"north":{"texture":"#0","uv":[5.5,10.25,6,14.5]},"south":{"texture":"#0","uv":[6.5,10.25,7,14.5]},"up":{"texture":"#0","uv":[6,10.25,5.5,9.75]},"west":{"texture":"#0","uv":[6,10.25,6.5,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-9.2,-15.2]}],"overrides":[],"textures":{"0":"item/w480646619_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w635.json b/assets/minecraft/models/w635.json new file mode 100644 index 000000000..e4bc88710 --- /dev/null +++ b/assets/minecraft/models/w635.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,2.375,1.625,3.125]},"east":{"texture":"#0","uv":[0,3.125,0.75,4]},"north":{"texture":"#0","uv":[0.75,3.125,1.625,4]},"south":{"texture":"#0","uv":[2.375,3.125,3.25,4]},"up":{"texture":"#0","uv":[1.625,3.125,0.75,2.375]},"west":{"texture":"#0","uv":[1.625,3.125,2.375,4]}},"from":[-16,-16,-15.9996],"rotation":{"angle":-22.5,"axis":"z","origin":[-14.552446,-13.701257,-14.8],"rescale":false},"shade":false,"to":[-13.2,-13.2,-13.6004]},{"faces":{"down":{"texture":"#0","uv":[2.5,0,1.625,0.75]},"east":{"texture":"#0","uv":[0,0.75,0.75,2]},"north":{"texture":"#0","uv":[0.75,0.75,1.625,2]},"south":{"texture":"#0","uv":[2.375,0.75,3.25,2]},"up":{"texture":"#0","uv":[1.625,0.75,0.75,0]},"west":{"texture":"#0","uv":[1.625,0.75,2.375,2]}},"from":[-15.103918,-15.4012575,-16],"rotation":{"angle":45,"axis":"z","origin":[-14.552446,-13.701257,-14.8],"rescale":false},"shade":false,"to":[-12.303918,-11.401257,-13.6]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6350.json b/assets/minecraft/models/w6350.json new file mode 100644 index 000000000..ae28bdf85 --- /dev/null +++ b/assets/minecraft/models/w6350.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,9.75,5.5,10.25]},"east":{"texture":"#0","uv":[5,14.5,5.5,10.25]},"north":{"texture":"#0","uv":[5.5,14.5,6,10.25]},"south":{"texture":"#0","uv":[6.5,14.5,7,10.25]},"up":{"texture":"#0","uv":[6.5,10.25,6,9.75]},"west":{"texture":"#0","uv":[6,14.5,6.5,10.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-9.2,-15.2]}],"overrides":[],"textures":{"0":"item/w480646619_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6351.json b/assets/minecraft/models/w6351.json new file mode 100644 index 000000000..246fc04d1 --- /dev/null +++ b/assets/minecraft/models/w6351.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,9.75,6.5,10.25]},"east":{"texture":"#0","uv":[6.5,10.25,6,14.5]},"north":{"texture":"#0","uv":[6,10.25,5.5,14.5]},"south":{"texture":"#0","uv":[7,10.25,6.5,14.5]},"up":{"texture":"#0","uv":[5.5,10.25,6,9.75]},"west":{"texture":"#0","uv":[5.5,10.25,5,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-9.2,-15.2]}],"overrides":[],"textures":{"0":"item/w480646619_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6352.json b/assets/minecraft/models/w6352.json new file mode 100644 index 000000000..9ddb78b70 --- /dev/null +++ b/assets/minecraft/models/w6352.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,9.75,6,10.25]},"east":{"texture":"#0","uv":[6.5,14.5,6,10.25]},"north":{"texture":"#0","uv":[6,14.5,5.5,10.25]},"south":{"texture":"#0","uv":[7,14.5,6.5,10.25]},"up":{"texture":"#0","uv":[6,10.25,6.5,9.75]},"west":{"texture":"#0","uv":[5.5,14.5,5,10.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-9.2,-15.2]}],"overrides":[],"textures":{"0":"item/w480646619_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6353.json b/assets/minecraft/models/w6353.json new file mode 100644 index 000000000..246fc04d1 --- /dev/null +++ b/assets/minecraft/models/w6353.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,9.75,6.5,10.25]},"east":{"texture":"#0","uv":[6.5,10.25,6,14.5]},"north":{"texture":"#0","uv":[6,10.25,5.5,14.5]},"south":{"texture":"#0","uv":[7,10.25,6.5,14.5]},"up":{"texture":"#0","uv":[5.5,10.25,6,9.75]},"west":{"texture":"#0","uv":[5.5,10.25,5,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-9.2,-15.2]}],"overrides":[],"textures":{"0":"item/w480646619_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6354.json b/assets/minecraft/models/w6354.json new file mode 100644 index 000000000..9ddb78b70 --- /dev/null +++ b/assets/minecraft/models/w6354.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,9.75,6,10.25]},"east":{"texture":"#0","uv":[6.5,14.5,6,10.25]},"north":{"texture":"#0","uv":[6,14.5,5.5,10.25]},"south":{"texture":"#0","uv":[7,14.5,6.5,10.25]},"up":{"texture":"#0","uv":[6,10.25,6.5,9.75]},"west":{"texture":"#0","uv":[5.5,14.5,5,10.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-9.2,-15.2]}],"overrides":[],"textures":{"0":"item/w480646619_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6355.json b/assets/minecraft/models/w6355.json new file mode 100644 index 000000000..d6e8ecdd7 --- /dev/null +++ b/assets/minecraft/models/w6355.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,8.5,8,9]},"east":{"texture":"#0","uv":[7,9,7.5,14.5]},"north":{"texture":"#0","uv":[7.5,9,8,14.5]},"south":{"texture":"#0","uv":[8.5,9,9,14.5]},"up":{"texture":"#0","uv":[8,9,7.5,8.5]},"west":{"texture":"#0","uv":[8,9,8.5,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-7.2,-15.120001]}],"overrides":[],"textures":{"0":"item/w480646619_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6356.json b/assets/minecraft/models/w6356.json new file mode 100644 index 000000000..bb0740a8d --- /dev/null +++ b/assets/minecraft/models/w6356.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,8.5,8.5,9]},"east":{"texture":"#0","uv":[8.5,9,8,14.5]},"north":{"texture":"#0","uv":[8,9,7.5,14.5]},"south":{"texture":"#0","uv":[9,9,8.5,14.5]},"up":{"texture":"#0","uv":[7.5,9,8,8.5]},"west":{"texture":"#0","uv":[7.5,9,7,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-7.2,-15.120001]}],"overrides":[],"textures":{"0":"item/w480646619_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6357.json b/assets/minecraft/models/w6357.json new file mode 100644 index 000000000..caf36a50d --- /dev/null +++ b/assets/minecraft/models/w6357.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,10,10,10.5]},"east":{"texture":"#0","uv":[9,10.5,9.5,14.5]},"north":{"texture":"#0","uv":[9.5,10.5,10,14.5]},"south":{"texture":"#0","uv":[10.5,10.5,11,14.5]},"up":{"texture":"#0","uv":[10,10.5,9.5,10]},"west":{"texture":"#0","uv":[10,10.5,10.5,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-9.6,-15.2]}],"overrides":[],"textures":{"0":"item/w480646619_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6358.json b/assets/minecraft/models/w6358.json new file mode 100644 index 000000000..9b0f0f9da --- /dev/null +++ b/assets/minecraft/models/w6358.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,10,10.5,10.5]},"east":{"texture":"#0","uv":[10.5,10.5,10,14.5]},"north":{"texture":"#0","uv":[10,10.5,9.5,14.5]},"south":{"texture":"#0","uv":[11,10.5,10.5,14.5]},"up":{"texture":"#0","uv":[9.5,10.5,10,10]},"west":{"texture":"#0","uv":[9.5,10.5,9,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-9.6,-15.2]}],"overrides":[],"textures":{"0":"item/w480646619_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6359.json b/assets/minecraft/models/w6359.json new file mode 100644 index 000000000..95812993c --- /dev/null +++ b/assets/minecraft/models/w6359.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,10.75,13,12.25]},"east":{"texture":"#0","uv":[11,12.25,12.5,14.5]},"north":{"texture":"#0","uv":[12.5,12.25,13,14.5]},"south":{"texture":"#0","uv":[14.5,12.25,15,14.5]},"up":{"texture":"#0","uv":[13,12.25,12.5,10.75]},"west":{"texture":"#0","uv":[13,12.25,14.5,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-12.32,-13.6]}],"overrides":[],"textures":{"0":"item/w480646619_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w636.json b/assets/minecraft/models/w636.json new file mode 100644 index 000000000..070b1b258 --- /dev/null +++ b/assets/minecraft/models/w636.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,0,7,0.375]},"east":{"texture":"#0","uv":[6,0.375,6.375,1]},"north":{"texture":"#0","uv":[6.375,0.375,7,1]},"south":{"texture":"#0","uv":[7.375,0.375,8,1]},"up":{"texture":"#0","uv":[7,0.375,6.375,0]},"west":{"texture":"#0","uv":[7,0.375,7.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6360.json b/assets/minecraft/models/w6360.json new file mode 100644 index 000000000..5f833c958 --- /dev/null +++ b/assets/minecraft/models/w6360.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,10.75,13.5,12.25]},"east":{"texture":"#0","uv":[14.5,12.25,13,14.5]},"north":{"texture":"#0","uv":[13,12.25,12.5,14.5]},"south":{"texture":"#0","uv":[15,12.25,14.5,14.5]},"up":{"texture":"#0","uv":[12.5,12.25,13,10.75]},"west":{"texture":"#0","uv":[12.5,12.25,11,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-12.32,-13.6]}],"overrides":[],"textures":{"0":"item/w480646619_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6361.json b/assets/minecraft/models/w6361.json new file mode 100644 index 000000000..c67923d1a --- /dev/null +++ b/assets/minecraft/models/w6361.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,0,2.5,2.5]},"east":{"texture":"#0","uv":[0,2.5,2.5,6.25]},"north":{"texture":"#0","uv":[2.5,2.5,5,6.25]},"south":{"texture":"#0","uv":[7.5,2.5,10,6.25]},"up":{"texture":"#0","uv":[2.5,2.5,0,0]},"west":{"texture":"#0","uv":[5,2.5,7.5,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-10,-12]}],"overrides":[],"textures":{"0":"item/w194927127_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6362.json b/assets/minecraft/models/w6362.json new file mode 100644 index 000000000..b04633753 --- /dev/null +++ b/assets/minecraft/models/w6362.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4.5,6.25,0,11.25]},"south":{"texture":"#0","uv":[0,6.25,4.5,11.25]}},"from":[-16,-16,-16],"shade":false,"to":[-8.8,-8,-16]}],"overrides":[],"textures":{"0":"item/w194927127_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6363.json b/assets/minecraft/models/w6363.json new file mode 100644 index 000000000..77f42ac7c --- /dev/null +++ b/assets/minecraft/models/w6363.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.75,0.75,10,2.5]},"east":{"texture":"#0","uv":[11.75,3.5,13.5,4.25]},"north":{"texture":"#0","uv":[11.75,2.75,13.5,3.5]},"south":{"texture":"#0","uv":[11.75,1.25,13.5,2]},"up":{"texture":"#0","uv":[11.75,4.25,10,2.5]},"west":{"texture":"#0","uv":[11.75,2,13.5,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.8,-13.2]}],"overrides":[],"textures":{"0":"item/w194927127_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6364.json b/assets/minecraft/models/w6364.json new file mode 100644 index 000000000..4858914e8 --- /dev/null +++ b/assets/minecraft/models/w6364.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,4.25,12,6.25]},"east":{"texture":"#0","uv":[8,6.25,10,7.25]},"north":{"texture":"#0","uv":[10,6.25,12,7.25]},"south":{"texture":"#0","uv":[14,6.25,16,7.25]},"up":{"texture":"#0","uv":[12,6.25,10,4.25]},"west":{"texture":"#0","uv":[12,6.25,14,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14.4,-12.8]}],"overrides":[],"textures":{"0":"item/w194927127_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6365.json b/assets/minecraft/models/w6365.json new file mode 100644 index 000000000..51b2d255e --- /dev/null +++ b/assets/minecraft/models/w6365.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,6.25,5.5,7.25]},"east":{"texture":"#0","uv":[4.5,7.25,5.5,8]},"north":{"texture":"#0","uv":[5.5,7.25,6.5,8]},"south":{"texture":"#0","uv":[5.5,8,6.5,8.75]},"up":{"texture":"#0","uv":[5.5,7.25,4.5,6.25]},"west":{"texture":"#0","uv":[4.5,8,5.5,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.8,-14.4]}],"overrides":[],"textures":{"0":"item/w194927127_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6366.json b/assets/minecraft/models/w6366.json new file mode 100644 index 000000000..335c7df3f --- /dev/null +++ b/assets/minecraft/models/w6366.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,1.25,8,2]},"east":{"texture":"#0","uv":[7,1.25,7.75,2]},"north":{"texture":"#0","uv":[7.75,1.25,8,2]},"south":{"texture":"#0","uv":[8,0.5,8.25,1.25]},"up":{"texture":"#0","uv":[8,1.25,7.75,0.5]},"west":{"texture":"#0","uv":[7,0.5,7.75,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w194927127_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6367.json b/assets/minecraft/models/w6367.json new file mode 100644 index 000000000..d454b4024 --- /dev/null +++ b/assets/minecraft/models/w6367.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,1.25,8.25,2]},"east":{"texture":"#0","uv":[7.75,0.5,7,1.25]},"north":{"texture":"#0","uv":[8,1.25,7.75,2]},"south":{"texture":"#0","uv":[8.25,0.5,8,1.25]},"up":{"texture":"#0","uv":[7.75,1.25,8,0.5]},"west":{"texture":"#0","uv":[7.75,1.25,7,2]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w194927127_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6368.json b/assets/minecraft/models/w6368.json new file mode 100644 index 000000000..27cb8f1cb --- /dev/null +++ b/assets/minecraft/models/w6368.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,9.75,6,10.25]},"east":{"texture":"#0","uv":[5,10.25,5.5,14.5]},"north":{"texture":"#0","uv":[5.5,10.25,6,14.5]},"south":{"texture":"#0","uv":[6.5,10.25,7,14.5]},"up":{"texture":"#0","uv":[6,10.25,5.5,9.75]},"west":{"texture":"#0","uv":[6,10.25,6.5,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-9.2,-15.2]}],"overrides":[],"textures":{"0":"item/w194927127_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6369.json b/assets/minecraft/models/w6369.json new file mode 100644 index 000000000..1f10ccac0 --- /dev/null +++ b/assets/minecraft/models/w6369.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,9.75,5.5,10.25]},"east":{"texture":"#0","uv":[5,14.5,5.5,10.25]},"north":{"texture":"#0","uv":[5.5,14.5,6,10.25]},"south":{"texture":"#0","uv":[6.5,14.5,7,10.25]},"up":{"texture":"#0","uv":[6.5,10.25,6,9.75]},"west":{"texture":"#0","uv":[6,14.5,6.5,10.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-9.2,-15.2]}],"overrides":[],"textures":{"0":"item/w194927127_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w637.json b/assets/minecraft/models/w637.json new file mode 100644 index 000000000..070b1b258 --- /dev/null +++ b/assets/minecraft/models/w637.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,0,7,0.375]},"east":{"texture":"#0","uv":[6,0.375,6.375,1]},"north":{"texture":"#0","uv":[6.375,0.375,7,1]},"south":{"texture":"#0","uv":[7.375,0.375,8,1]},"up":{"texture":"#0","uv":[7,0.375,6.375,0]},"west":{"texture":"#0","uv":[7,0.375,7.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6370.json b/assets/minecraft/models/w6370.json new file mode 100644 index 000000000..27cb8f1cb --- /dev/null +++ b/assets/minecraft/models/w6370.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,9.75,6,10.25]},"east":{"texture":"#0","uv":[5,10.25,5.5,14.5]},"north":{"texture":"#0","uv":[5.5,10.25,6,14.5]},"south":{"texture":"#0","uv":[6.5,10.25,7,14.5]},"up":{"texture":"#0","uv":[6,10.25,5.5,9.75]},"west":{"texture":"#0","uv":[6,10.25,6.5,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-9.2,-15.2]}],"overrides":[],"textures":{"0":"item/w194927127_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6371.json b/assets/minecraft/models/w6371.json new file mode 100644 index 000000000..1f10ccac0 --- /dev/null +++ b/assets/minecraft/models/w6371.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,9.75,5.5,10.25]},"east":{"texture":"#0","uv":[5,14.5,5.5,10.25]},"north":{"texture":"#0","uv":[5.5,14.5,6,10.25]},"south":{"texture":"#0","uv":[6.5,14.5,7,10.25]},"up":{"texture":"#0","uv":[6.5,10.25,6,9.75]},"west":{"texture":"#0","uv":[6,14.5,6.5,10.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-9.2,-15.2]}],"overrides":[],"textures":{"0":"item/w194927127_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6372.json b/assets/minecraft/models/w6372.json new file mode 100644 index 000000000..901cb4202 --- /dev/null +++ b/assets/minecraft/models/w6372.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,9.75,6.5,10.25]},"east":{"texture":"#0","uv":[6.5,10.25,6,14.5]},"north":{"texture":"#0","uv":[6,10.25,5.5,14.5]},"south":{"texture":"#0","uv":[7,10.25,6.5,14.5]},"up":{"texture":"#0","uv":[5.5,10.25,6,9.75]},"west":{"texture":"#0","uv":[5.5,10.25,5,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-9.2,-15.2]}],"overrides":[],"textures":{"0":"item/w194927127_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6373.json b/assets/minecraft/models/w6373.json new file mode 100644 index 000000000..5d581ffc2 --- /dev/null +++ b/assets/minecraft/models/w6373.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,9.75,6,10.25]},"east":{"texture":"#0","uv":[6.5,14.5,6,10.25]},"north":{"texture":"#0","uv":[6,14.5,5.5,10.25]},"south":{"texture":"#0","uv":[7,14.5,6.5,10.25]},"up":{"texture":"#0","uv":[6,10.25,6.5,9.75]},"west":{"texture":"#0","uv":[5.5,14.5,5,10.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-9.2,-15.2]}],"overrides":[],"textures":{"0":"item/w194927127_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6374.json b/assets/minecraft/models/w6374.json new file mode 100644 index 000000000..901cb4202 --- /dev/null +++ b/assets/minecraft/models/w6374.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,9.75,6.5,10.25]},"east":{"texture":"#0","uv":[6.5,10.25,6,14.5]},"north":{"texture":"#0","uv":[6,10.25,5.5,14.5]},"south":{"texture":"#0","uv":[7,10.25,6.5,14.5]},"up":{"texture":"#0","uv":[5.5,10.25,6,9.75]},"west":{"texture":"#0","uv":[5.5,10.25,5,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-9.2,-15.2]}],"overrides":[],"textures":{"0":"item/w194927127_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6375.json b/assets/minecraft/models/w6375.json new file mode 100644 index 000000000..5d581ffc2 --- /dev/null +++ b/assets/minecraft/models/w6375.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,9.75,6,10.25]},"east":{"texture":"#0","uv":[6.5,14.5,6,10.25]},"north":{"texture":"#0","uv":[6,14.5,5.5,10.25]},"south":{"texture":"#0","uv":[7,14.5,6.5,10.25]},"up":{"texture":"#0","uv":[6,10.25,6.5,9.75]},"west":{"texture":"#0","uv":[5.5,14.5,5,10.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-9.2,-15.2]}],"overrides":[],"textures":{"0":"item/w194927127_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6376.json b/assets/minecraft/models/w6376.json new file mode 100644 index 000000000..4ab5c849a --- /dev/null +++ b/assets/minecraft/models/w6376.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,8.5,8,9]},"east":{"texture":"#0","uv":[7,9,7.5,14.5]},"north":{"texture":"#0","uv":[7.5,9,8,14.5]},"south":{"texture":"#0","uv":[8.5,9,9,14.5]},"up":{"texture":"#0","uv":[8,9,7.5,8.5]},"west":{"texture":"#0","uv":[8,9,8.5,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-7.2,-15.120001]}],"overrides":[],"textures":{"0":"item/w194927127_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6377.json b/assets/minecraft/models/w6377.json new file mode 100644 index 000000000..cb0024487 --- /dev/null +++ b/assets/minecraft/models/w6377.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,8.5,8.5,9]},"east":{"texture":"#0","uv":[8.5,9,8,14.5]},"north":{"texture":"#0","uv":[8,9,7.5,14.5]},"south":{"texture":"#0","uv":[9,9,8.5,14.5]},"up":{"texture":"#0","uv":[7.5,9,8,8.5]},"west":{"texture":"#0","uv":[7.5,9,7,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-7.2,-15.120001]}],"overrides":[],"textures":{"0":"item/w194927127_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6378.json b/assets/minecraft/models/w6378.json new file mode 100644 index 000000000..3f699fcd1 --- /dev/null +++ b/assets/minecraft/models/w6378.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,10,10,10.5]},"east":{"texture":"#0","uv":[9,10.5,9.5,14.5]},"north":{"texture":"#0","uv":[9.5,10.5,10,14.5]},"south":{"texture":"#0","uv":[10.5,10.5,11,14.5]},"up":{"texture":"#0","uv":[10,10.5,9.5,10]},"west":{"texture":"#0","uv":[10,10.5,10.5,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-9.6,-15.2]}],"overrides":[],"textures":{"0":"item/w194927127_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6379.json b/assets/minecraft/models/w6379.json new file mode 100644 index 000000000..755bb0df6 --- /dev/null +++ b/assets/minecraft/models/w6379.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,10,10.5,10.5]},"east":{"texture":"#0","uv":[10.5,10.5,10,14.5]},"north":{"texture":"#0","uv":[10,10.5,9.5,14.5]},"south":{"texture":"#0","uv":[11,10.5,10.5,14.5]},"up":{"texture":"#0","uv":[9.5,10.5,10,10]},"west":{"texture":"#0","uv":[9.5,10.5,9,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-9.6,-15.2]}],"overrides":[],"textures":{"0":"item/w194927127_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w638.json b/assets/minecraft/models/w638.json new file mode 100644 index 000000000..070b1b258 --- /dev/null +++ b/assets/minecraft/models/w638.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,0,7,0.375]},"east":{"texture":"#0","uv":[6,0.375,6.375,1]},"north":{"texture":"#0","uv":[6.375,0.375,7,1]},"south":{"texture":"#0","uv":[7.375,0.375,8,1]},"up":{"texture":"#0","uv":[7,0.375,6.375,0]},"west":{"texture":"#0","uv":[7,0.375,7.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6380.json b/assets/minecraft/models/w6380.json new file mode 100644 index 000000000..ced624e76 --- /dev/null +++ b/assets/minecraft/models/w6380.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,10.75,13,12.25]},"east":{"texture":"#0","uv":[11,12.25,12.5,14.5]},"north":{"texture":"#0","uv":[12.5,12.25,13,14.5]},"south":{"texture":"#0","uv":[14.5,12.25,15,14.5]},"up":{"texture":"#0","uv":[13,12.25,12.5,10.75]},"west":{"texture":"#0","uv":[13,12.25,14.5,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-12.32,-13.6]}],"overrides":[],"textures":{"0":"item/w194927127_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6381.json b/assets/minecraft/models/w6381.json new file mode 100644 index 000000000..bc9fbdbd6 --- /dev/null +++ b/assets/minecraft/models/w6381.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,10.75,13.5,12.25]},"east":{"texture":"#0","uv":[14.5,12.25,13,14.5]},"north":{"texture":"#0","uv":[13,12.25,12.5,14.5]},"south":{"texture":"#0","uv":[15,12.25,14.5,14.5]},"up":{"texture":"#0","uv":[12.5,12.25,13,10.75]},"west":{"texture":"#0","uv":[12.5,12.25,11,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-12.32,-13.6]}],"overrides":[],"textures":{"0":"item/w194927127_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6382.json b/assets/minecraft/models/w6382.json new file mode 100644 index 000000000..bc8fec589 --- /dev/null +++ b/assets/minecraft/models/w6382.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,3,10,7]},"east":{"texture":"#0","uv":[6,0,10,3]},"north":{"texture":"#0","uv":[6,0,10,3]},"south":{"texture":"#0","uv":[6,0,10,3]},"up":{"texture":"#0","uv":[10,7,6,3]},"west":{"texture":"#0","uv":[6,0,10,3]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.8,-14.4]}],"overrides":[],"textures":{"0":"item/w1067269100_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6383.json b/assets/minecraft/models/w6383.json new file mode 100644 index 000000000..5817de532 --- /dev/null +++ b/assets/minecraft/models/w6383.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,2,3,8]},"east":{"texture":"#0","uv":[0,0,6,2]},"north":{"texture":"#0","uv":[0,8,3,10]},"south":{"texture":"#0","uv":[3,8,6,10]},"up":{"texture":"#0","uv":[3,8,0,2]},"west":{"texture":"#0","uv":[6,0,0,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w1067269100_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6384.json b/assets/minecraft/models/w6384.json new file mode 100644 index 000000000..5817de532 --- /dev/null +++ b/assets/minecraft/models/w6384.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,2,3,8]},"east":{"texture":"#0","uv":[0,0,6,2]},"north":{"texture":"#0","uv":[0,8,3,10]},"south":{"texture":"#0","uv":[3,8,6,10]},"up":{"texture":"#0","uv":[3,8,0,2]},"west":{"texture":"#0","uv":[6,0,0,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w1067269100_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6385.json b/assets/minecraft/models/w6385.json new file mode 100644 index 000000000..5817de532 --- /dev/null +++ b/assets/minecraft/models/w6385.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,2,3,8]},"east":{"texture":"#0","uv":[0,0,6,2]},"north":{"texture":"#0","uv":[0,8,3,10]},"south":{"texture":"#0","uv":[3,8,6,10]},"up":{"texture":"#0","uv":[3,8,0,2]},"west":{"texture":"#0","uv":[6,0,0,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w1067269100_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6386.json b/assets/minecraft/models/w6386.json new file mode 100644 index 000000000..5817de532 --- /dev/null +++ b/assets/minecraft/models/w6386.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,2,3,8]},"east":{"texture":"#0","uv":[0,0,6,2]},"north":{"texture":"#0","uv":[0,8,3,10]},"south":{"texture":"#0","uv":[3,8,6,10]},"up":{"texture":"#0","uv":[3,8,0,2]},"west":{"texture":"#0","uv":[6,0,0,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w1067269100_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6387.json b/assets/minecraft/models/w6387.json new file mode 100644 index 000000000..5817de532 --- /dev/null +++ b/assets/minecraft/models/w6387.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,2,3,8]},"east":{"texture":"#0","uv":[0,0,6,2]},"north":{"texture":"#0","uv":[0,8,3,10]},"south":{"texture":"#0","uv":[3,8,6,10]},"up":{"texture":"#0","uv":[3,8,0,2]},"west":{"texture":"#0","uv":[6,0,0,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w1067269100_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6388.json b/assets/minecraft/models/w6388.json new file mode 100644 index 000000000..7d6c3f16e --- /dev/null +++ b/assets/minecraft/models/w6388.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,3,10,7]},"east":{"texture":"#0","uv":[6,0,10,3]},"north":{"texture":"#0","uv":[6,0,10,3]},"south":{"texture":"#0","uv":[6,0,10,3]},"up":{"texture":"#0","uv":[10,7,6,3]},"west":{"texture":"#0","uv":[6,0,10,3]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.8,-14.4]}],"overrides":[],"textures":{"0":"item/w927238821_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6389.json b/assets/minecraft/models/w6389.json new file mode 100644 index 000000000..14ee44f97 --- /dev/null +++ b/assets/minecraft/models/w6389.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,2,3,8]},"east":{"texture":"#0","uv":[0,0,6,2]},"north":{"texture":"#0","uv":[0,8,3,10]},"south":{"texture":"#0","uv":[3,8,6,10]},"up":{"texture":"#0","uv":[3,8,0,2]},"west":{"texture":"#0","uv":[6,0,0,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w927238821_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w639.json b/assets/minecraft/models/w639.json new file mode 100644 index 000000000..070b1b258 --- /dev/null +++ b/assets/minecraft/models/w639.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,0,7,0.375]},"east":{"texture":"#0","uv":[6,0.375,6.375,1]},"north":{"texture":"#0","uv":[6.375,0.375,7,1]},"south":{"texture":"#0","uv":[7.375,0.375,8,1]},"up":{"texture":"#0","uv":[7,0.375,6.375,0]},"west":{"texture":"#0","uv":[7,0.375,7.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6390.json b/assets/minecraft/models/w6390.json new file mode 100644 index 000000000..14ee44f97 --- /dev/null +++ b/assets/minecraft/models/w6390.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,2,3,8]},"east":{"texture":"#0","uv":[0,0,6,2]},"north":{"texture":"#0","uv":[0,8,3,10]},"south":{"texture":"#0","uv":[3,8,6,10]},"up":{"texture":"#0","uv":[3,8,0,2]},"west":{"texture":"#0","uv":[6,0,0,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w927238821_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6391.json b/assets/minecraft/models/w6391.json new file mode 100644 index 000000000..14ee44f97 --- /dev/null +++ b/assets/minecraft/models/w6391.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,2,3,8]},"east":{"texture":"#0","uv":[0,0,6,2]},"north":{"texture":"#0","uv":[0,8,3,10]},"south":{"texture":"#0","uv":[3,8,6,10]},"up":{"texture":"#0","uv":[3,8,0,2]},"west":{"texture":"#0","uv":[6,0,0,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w927238821_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6392.json b/assets/minecraft/models/w6392.json new file mode 100644 index 000000000..14ee44f97 --- /dev/null +++ b/assets/minecraft/models/w6392.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,2,3,8]},"east":{"texture":"#0","uv":[0,0,6,2]},"north":{"texture":"#0","uv":[0,8,3,10]},"south":{"texture":"#0","uv":[3,8,6,10]},"up":{"texture":"#0","uv":[3,8,0,2]},"west":{"texture":"#0","uv":[6,0,0,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w927238821_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6393.json b/assets/minecraft/models/w6393.json new file mode 100644 index 000000000..14ee44f97 --- /dev/null +++ b/assets/minecraft/models/w6393.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,2,3,8]},"east":{"texture":"#0","uv":[0,0,6,2]},"north":{"texture":"#0","uv":[0,8,3,10]},"south":{"texture":"#0","uv":[3,8,6,10]},"up":{"texture":"#0","uv":[3,8,0,2]},"west":{"texture":"#0","uv":[6,0,0,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w927238821_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6394.json b/assets/minecraft/models/w6394.json new file mode 100644 index 000000000..fdcb68578 --- /dev/null +++ b/assets/minecraft/models/w6394.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,3,10,7]},"east":{"texture":"#0","uv":[6,0,10,3]},"north":{"texture":"#0","uv":[6,0,10,3]},"south":{"texture":"#0","uv":[6,0,10,3]},"up":{"texture":"#0","uv":[10,7,6,3]},"west":{"texture":"#0","uv":[6,0,10,3]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.8,-14.4]}],"overrides":[],"textures":{"0":"item/w999689315_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6395.json b/assets/minecraft/models/w6395.json new file mode 100644 index 000000000..f6ad42bb3 --- /dev/null +++ b/assets/minecraft/models/w6395.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,2,3,8]},"east":{"texture":"#0","uv":[0,0,6,2]},"north":{"texture":"#0","uv":[0,8,3,10]},"south":{"texture":"#0","uv":[3,8,6,10]},"up":{"texture":"#0","uv":[3,8,0,2]},"west":{"texture":"#0","uv":[6,0,0,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w999689315_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6396.json b/assets/minecraft/models/w6396.json new file mode 100644 index 000000000..f6ad42bb3 --- /dev/null +++ b/assets/minecraft/models/w6396.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,2,3,8]},"east":{"texture":"#0","uv":[0,0,6,2]},"north":{"texture":"#0","uv":[0,8,3,10]},"south":{"texture":"#0","uv":[3,8,6,10]},"up":{"texture":"#0","uv":[3,8,0,2]},"west":{"texture":"#0","uv":[6,0,0,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w999689315_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6397.json b/assets/minecraft/models/w6397.json new file mode 100644 index 000000000..f6ad42bb3 --- /dev/null +++ b/assets/minecraft/models/w6397.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,2,3,8]},"east":{"texture":"#0","uv":[0,0,6,2]},"north":{"texture":"#0","uv":[0,8,3,10]},"south":{"texture":"#0","uv":[3,8,6,10]},"up":{"texture":"#0","uv":[3,8,0,2]},"west":{"texture":"#0","uv":[6,0,0,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w999689315_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6398.json b/assets/minecraft/models/w6398.json new file mode 100644 index 000000000..f6ad42bb3 --- /dev/null +++ b/assets/minecraft/models/w6398.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,2,3,8]},"east":{"texture":"#0","uv":[0,0,6,2]},"north":{"texture":"#0","uv":[0,8,3,10]},"south":{"texture":"#0","uv":[3,8,6,10]},"up":{"texture":"#0","uv":[3,8,0,2]},"west":{"texture":"#0","uv":[6,0,0,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w999689315_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6399.json b/assets/minecraft/models/w6399.json new file mode 100644 index 000000000..f6ad42bb3 --- /dev/null +++ b/assets/minecraft/models/w6399.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,2,3,8]},"east":{"texture":"#0","uv":[0,0,6,2]},"north":{"texture":"#0","uv":[0,8,3,10]},"south":{"texture":"#0","uv":[3,8,6,10]},"up":{"texture":"#0","uv":[3,8,0,2]},"west":{"texture":"#0","uv":[6,0,0,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w999689315_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w64.json b/assets/minecraft/models/w64.json new file mode 100644 index 000000000..20f62556f --- /dev/null +++ b/assets/minecraft/models/w64.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.75,0,5.25,0.25]},"east":{"texture":"#0","uv":[5,0.25,4.75,0.875]},"north":{"texture":"#0","uv":[4.75,0.25,4.25,0.875]},"south":{"texture":"#0","uv":[5.5,0.25,5,0.875]},"up":{"texture":"#0","uv":[4.25,0.25,4.75,0]},"west":{"texture":"#0","uv":[4.25,0.25,4,0.875]}},"from":[-16,-16,-14.8],"rotation":{"angle":-45,"axis":"x","origin":[-15.2,-16,-14.4],"rescale":false},"shade":false,"to":[-14.4,-14,-14]},{"faces":{"east":{"texture":"#0","uv":[7.25,5.25,6.875,5]},"west":{"texture":"#0","uv":[6.875,5.25,7.25,5]}},"from":[-15.8,-14.8,-16],"rotation":{"angle":-45,"axis":"x","origin":[-16.6,-14.8,-15.6],"rescale":false},"shade":false,"to":[-15.8,-13.6,-15.2]},{"faces":{"east":{"texture":"#0","uv":[7.25,5.25,6.875,5]},"west":{"texture":"#0","uv":[6.875,5.25,7.25,5]}},"from":[-14.6,-14.8,-16],"rotation":{"angle":-45,"axis":"x","origin":[-15.4,-14.8,-15.6],"rescale":false},"shade":false,"to":[-14.6,-13.6,-15.2]},{"faces":{"east":{"texture":"#0","uv":[7.25,5.25,6.875,5]},"west":{"texture":"#0","uv":[6.875,5.25,7.25,5]}},"from":[-15.2,-14.8,-16],"rotation":{"angle":-45,"axis":"x","origin":[-16,-14.8,-15.6],"rescale":false},"shade":false,"to":[-15.2,-13.6,-15.2]}],"overrides":[],"textures":{"0":"item/w1237560704_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w640.json b/assets/minecraft/models/w640.json new file mode 100644 index 000000000..070b1b258 --- /dev/null +++ b/assets/minecraft/models/w640.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,0,7,0.375]},"east":{"texture":"#0","uv":[6,0.375,6.375,1]},"north":{"texture":"#0","uv":[6.375,0.375,7,1]},"south":{"texture":"#0","uv":[7.375,0.375,8,1]},"up":{"texture":"#0","uv":[7,0.375,6.375,0]},"west":{"texture":"#0","uv":[7,0.375,7.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6400.json b/assets/minecraft/models/w6400.json new file mode 100644 index 000000000..97ffee656 --- /dev/null +++ b/assets/minecraft/models/w6400.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,3,10,7]},"east":{"texture":"#0","uv":[6,0,10,3]},"north":{"texture":"#0","uv":[6,0,10,3]},"south":{"texture":"#0","uv":[6,0,10,3]},"up":{"texture":"#0","uv":[10,7,6,3]},"west":{"texture":"#0","uv":[6,0,10,3]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.8,-14.4]}],"overrides":[],"textures":{"0":"item/w1192196788_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6401.json b/assets/minecraft/models/w6401.json new file mode 100644 index 000000000..b11758ed5 --- /dev/null +++ b/assets/minecraft/models/w6401.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,2,3,8]},"east":{"texture":"#0","uv":[0,0,6,2]},"north":{"texture":"#0","uv":[0,8,3,10]},"south":{"texture":"#0","uv":[3,8,6,10]},"up":{"texture":"#0","uv":[3,8,0,2]},"west":{"texture":"#0","uv":[6,0,0,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w1192196788_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6402.json b/assets/minecraft/models/w6402.json new file mode 100644 index 000000000..b11758ed5 --- /dev/null +++ b/assets/minecraft/models/w6402.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,2,3,8]},"east":{"texture":"#0","uv":[0,0,6,2]},"north":{"texture":"#0","uv":[0,8,3,10]},"south":{"texture":"#0","uv":[3,8,6,10]},"up":{"texture":"#0","uv":[3,8,0,2]},"west":{"texture":"#0","uv":[6,0,0,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w1192196788_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6403.json b/assets/minecraft/models/w6403.json new file mode 100644 index 000000000..b11758ed5 --- /dev/null +++ b/assets/minecraft/models/w6403.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,2,3,8]},"east":{"texture":"#0","uv":[0,0,6,2]},"north":{"texture":"#0","uv":[0,8,3,10]},"south":{"texture":"#0","uv":[3,8,6,10]},"up":{"texture":"#0","uv":[3,8,0,2]},"west":{"texture":"#0","uv":[6,0,0,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w1192196788_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6404.json b/assets/minecraft/models/w6404.json new file mode 100644 index 000000000..b11758ed5 --- /dev/null +++ b/assets/minecraft/models/w6404.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,2,3,8]},"east":{"texture":"#0","uv":[0,0,6,2]},"north":{"texture":"#0","uv":[0,8,3,10]},"south":{"texture":"#0","uv":[3,8,6,10]},"up":{"texture":"#0","uv":[3,8,0,2]},"west":{"texture":"#0","uv":[6,0,0,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w1192196788_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6405.json b/assets/minecraft/models/w6405.json new file mode 100644 index 000000000..b11758ed5 --- /dev/null +++ b/assets/minecraft/models/w6405.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,2,3,8]},"east":{"texture":"#0","uv":[0,0,6,2]},"north":{"texture":"#0","uv":[0,8,3,10]},"south":{"texture":"#0","uv":[3,8,6,10]},"up":{"texture":"#0","uv":[3,8,0,2]},"west":{"texture":"#0","uv":[6,0,0,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w1192196788_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6406.json b/assets/minecraft/models/w6406.json new file mode 100644 index 000000000..cb1d4083d --- /dev/null +++ b/assets/minecraft/models/w6406.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,4,2]},"east":{"texture":"#0","uv":[0,2,2,4]},"north":{"texture":"#0","uv":[2,2,4,4]},"south":{"texture":"#0","uv":[6,2,8,4]},"up":{"texture":"#0","uv":[4,2,2,0]},"west":{"texture":"#0","uv":[4,2,6,4]}},"from":[-16,-16,-16],"shade":false,"to":[-3.1999998,-3.2000008,-3.1999998]}],"overrides":[],"textures":{"0":"item/w936534035_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6407.json b/assets/minecraft/models/w6407.json new file mode 100644 index 000000000..3c26c6acf --- /dev/null +++ b/assets/minecraft/models/w6407.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.125,5.375,10.375,6.125]},"east":{"texture":"#0","uv":[8.875,6.125,9.625,6.875]},"north":{"texture":"#0","uv":[9.625,6.125,10.375,6.875]},"south":{"texture":"#0","uv":[11.125,6.125,11.875,6.875]},"up":{"texture":"#0","uv":[10.375,6.125,9.625,5.375]},"west":{"texture":"#0","uv":[10.375,6.125,11.125,6.875]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-11.2]}],"overrides":[],"textures":{"0":"item/w936534035_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6408.json b/assets/minecraft/models/w6408.json new file mode 100644 index 000000000..42a4f6f0a --- /dev/null +++ b/assets/minecraft/models/w6408.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.125,7.1875,9.125,8.1875]},"east":{"texture":"#0","uv":[7.125,8.1875,8.125,9.1875]},"north":{"texture":"#0","uv":[8.125,8.1875,9.125,9.1875]},"south":{"texture":"#0","uv":[10.125,8.1875,11.125,9.1875]},"up":{"texture":"#0","uv":[9.125,8.1875,8.125,7.1875]},"west":{"texture":"#0","uv":[9.125,8.1875,10.125,9.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-9.6]}],"overrides":[],"textures":{"0":"item/w936534035_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6409.json b/assets/minecraft/models/w6409.json new file mode 100644 index 000000000..251c94634 --- /dev/null +++ b/assets/minecraft/models/w6409.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.8125,8.1875,4.9375,9.0625]},"east":{"texture":"#0","uv":[3.1875,9.0625,4.0625,9.9375]},"north":{"texture":"#0","uv":[4.0625,9.0625,4.9375,9.9375]},"south":{"texture":"#0","uv":[5.8125,9.0625,6.6875,9.9375]},"up":{"texture":"#0","uv":[4.9375,9.0625,4.0625,8.1875]},"west":{"texture":"#0","uv":[4.9375,9.0625,5.8125,9.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-10.4,-10.4]}],"overrides":[],"textures":{"0":"item/w936534035_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w641.json b/assets/minecraft/models/w641.json new file mode 100644 index 000000000..d711fd39e --- /dev/null +++ b/assets/minecraft/models/w641.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.375,7.625,0]},"east":{"texture":"#0","uv":[7,0.375,7.375,1]},"north":{"texture":"#0","uv":[7.375,0.375,8,1]},"south":{"texture":"#0","uv":[6.375,0.375,7,1]},"up":{"texture":"#0","uv":[6.375,0,7,0.375]},"west":{"texture":"#0","uv":[6,0.375,6.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6410.json b/assets/minecraft/models/w6410.json new file mode 100644 index 000000000..26f00286f --- /dev/null +++ b/assets/minecraft/models/w6410.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.1875,10,3.6875,10.5]},"east":{"texture":"#0","uv":[2.6875,10.5,3.1875,11]},"north":{"texture":"#0","uv":[3.1875,10.5,3.6875,11]},"south":{"texture":"#0","uv":[4.1875,10.5,4.6875,11]},"up":{"texture":"#0","uv":[3.6875,10.5,3.1875,10]},"west":{"texture":"#0","uv":[3.6875,10.5,4.1875,11]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.8,-12.8]}],"overrides":[],"textures":{"0":"item/w936534035_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6411.json b/assets/minecraft/models/w6411.json new file mode 100644 index 000000000..ab94fe84b --- /dev/null +++ b/assets/minecraft/models/w6411.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.6875,1.9375,9.8125,2.8125]},"east":{"texture":"#0","uv":[8.0625,2.8125,8.9375,3.6875]},"north":{"texture":"#0","uv":[8.9375,2.8125,9.8125,3.6875]},"south":{"texture":"#0","uv":[10.6875,2.8125,11.5625,3.6875]},"up":{"texture":"#0","uv":[9.8125,2.8125,8.9375,1.9375]},"west":{"texture":"#0","uv":[9.8125,2.8125,10.6875,3.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-10.4,-10.400001]}],"overrides":[],"textures":{"0":"item/w936534035_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6412.json b/assets/minecraft/models/w6412.json new file mode 100644 index 000000000..f3e4957e3 --- /dev/null +++ b/assets/minecraft/models/w6412.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,6.625,2,7.625]},"east":{"texture":"#0","uv":[0,7.625,1,8.625]},"north":{"texture":"#0","uv":[1,7.625,2,8.625]},"south":{"texture":"#0","uv":[3,7.625,4,8.625]},"up":{"texture":"#0","uv":[2,7.625,1,6.625]},"west":{"texture":"#0","uv":[2,7.625,3,8.625]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.599999,-9.6]}],"overrides":[],"textures":{"0":"item/w936534035_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6413.json b/assets/minecraft/models/w6413.json new file mode 100644 index 000000000..fb4b74326 --- /dev/null +++ b/assets/minecraft/models/w6413.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.0625,6.125,6.0625,7.125]},"east":{"texture":"#0","uv":[4.0625,7.125,5.0625,8.125]},"north":{"texture":"#0","uv":[5.0625,7.125,6.0625,8.125]},"south":{"texture":"#0","uv":[7.0625,7.125,8.0625,8.125]},"up":{"texture":"#0","uv":[6.0625,7.125,5.0625,6.125]},"west":{"texture":"#0","uv":[6.0625,7.125,7.0625,8.125]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-9.6]}],"overrides":[],"textures":{"0":"item/w936534035_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6414.json b/assets/minecraft/models/w6414.json new file mode 100644 index 000000000..cc52ebe9e --- /dev/null +++ b/assets/minecraft/models/w6414.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,4.0625,2.5,5.3125]},"east":{"texture":"#0","uv":[0,5.3125,1.25,6.5625]},"north":{"texture":"#0","uv":[1.25,5.3125,2.5,6.5625]},"south":{"texture":"#0","uv":[3.75,5.3125,5,6.5625]},"up":{"texture":"#0","uv":[2.5,5.3125,1.25,4.0625]},"west":{"texture":"#0","uv":[2.5,5.3125,3.75,6.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-8,-8,-8]}],"overrides":[],"textures":{"0":"item/w936534035_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6415.json b/assets/minecraft/models/w6415.json new file mode 100644 index 000000000..d1b5248e1 --- /dev/null +++ b/assets/minecraft/models/w6415.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,4,2]},"east":{"texture":"#0","uv":[0,2,2,4]},"north":{"texture":"#0","uv":[2,2,4,4]},"south":{"texture":"#0","uv":[6,2,8,4]},"up":{"texture":"#0","uv":[4,2,2,0]},"west":{"texture":"#0","uv":[4,2,6,4]}},"from":[-16,-16,-16],"shade":false,"to":[-3.1999998,-3.2000008,-3.1999998]}],"overrides":[],"textures":{"0":"item/w121784274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6416.json b/assets/minecraft/models/w6416.json new file mode 100644 index 000000000..675e5f59b --- /dev/null +++ b/assets/minecraft/models/w6416.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.875,0,10.625,0.25]},"east":{"texture":"#0","uv":[9.125,0.25,9.375,0.5]},"north":{"texture":"#0","uv":[9.375,0.25,10.625,0.5]},"south":{"texture":"#0","uv":[10.875,0.25,12.125,0.5]},"up":{"texture":"#0","uv":[10.625,0.25,9.375,0]},"west":{"texture":"#0","uv":[10.625,0.25,10.875,0.5]}},"from":[-16,-11.2,-14.8],"shade":false,"to":[-8,-9.599999,-13.2]},{"faces":{"down":{"texture":"#0","uv":[11,4.6875,9.875,4.8125]},"east":{"texture":"#0","uv":[8.625,4.8125,8.75,4.9375]},"north":{"texture":"#0","uv":[8.75,4.8125,9.875,4.9375]},"south":{"texture":"#0","uv":[10,4.8125,11.125,4.9375]},"up":{"texture":"#0","uv":[9.875,4.8125,8.75,4.6875]},"west":{"texture":"#0","uv":[9.875,4.8125,10,4.9375]}},"from":[-15.6,-12,-14],"shade":false,"to":[-8.400001,-11.2,-13.2]},{"faces":{"down":{"texture":"#0","uv":[11.375,3.75,10.125,4]},"east":{"texture":"#0","uv":[8.625,4,8.875,4.625]},"north":{"texture":"#0","uv":[8.875,4,10.125,4.625]},"south":{"texture":"#0","uv":[10.375,4,11.625,4.625]},"up":{"texture":"#0","uv":[10.125,4,8.875,3.75]},"west":{"texture":"#0","uv":[10.125,4,10.375,4.625]}},"from":[-16,-16,-14.8],"shade":false,"to":[-8,-12,-13.2]},{"faces":{"down":{"texture":"#0","uv":[8.5625,4.0625,7.3125,5.0625]},"east":{"texture":"#0","uv":[5.0625,5.0625,6.0625,6.0625]},"north":{"texture":"#0","uv":[6.0625,5.0625,7.3125,6.0625]},"south":{"texture":"#0","uv":[8.3125,5.0625,9.5625,6.0625]},"up":{"texture":"#0","uv":[7.3125,5.0625,6.0625,4.0625]},"west":{"texture":"#0","uv":[7.3125,5.0625,8.3125,6.0625]}},"from":[-16,-16,-13.2],"shade":false,"to":[-8,-9.6,-6.7999997]},{"faces":{"down":{"texture":"#0","uv":[1.3125,0,0.8125,0.3125]},"east":{"texture":"#0","uv":[0,0.3125,0.3125,0.8125]},"north":{"texture":"#0","uv":[0.3125,0.3125,0.8125,0.8125]},"south":{"texture":"#0","uv":[1.125,0.3125,1.625,0.8125]},"up":{"texture":"#0","uv":[0.8125,0.3125,0.3125,0]},"west":{"texture":"#0","uv":[0.8125,0.3125,1.125,0.8125]}},"from":[-13.6,-14.4,-16],"shade":false,"to":[-10.400001,-11.2,-14]}],"overrides":[],"textures":{"0":"item/w121784274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6417.json b/assets/minecraft/models/w6417.json new file mode 100644 index 000000000..38b36f0a6 --- /dev/null +++ b/assets/minecraft/models/w6417.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.125,5.375,10.375,6.125]},"east":{"texture":"#0","uv":[8.875,6.125,9.625,6.875]},"north":{"texture":"#0","uv":[9.625,6.125,10.375,6.875]},"south":{"texture":"#0","uv":[11.125,6.125,11.875,6.875]},"up":{"texture":"#0","uv":[10.375,6.125,9.625,5.375]},"west":{"texture":"#0","uv":[10.375,6.125,11.125,6.875]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-11.2]}],"overrides":[],"textures":{"0":"item/w121784274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6418.json b/assets/minecraft/models/w6418.json new file mode 100644 index 000000000..f9a105b66 --- /dev/null +++ b/assets/minecraft/models/w6418.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.125,7.1875,9.125,8.1875]},"east":{"texture":"#0","uv":[7.125,8.1875,8.125,9.1875]},"north":{"texture":"#0","uv":[8.125,8.1875,9.125,9.1875]},"south":{"texture":"#0","uv":[10.125,8.1875,11.125,9.1875]},"up":{"texture":"#0","uv":[9.125,8.1875,8.125,7.1875]},"west":{"texture":"#0","uv":[9.125,8.1875,10.125,9.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-9.6]}],"overrides":[],"textures":{"0":"item/w121784274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6419.json b/assets/minecraft/models/w6419.json new file mode 100644 index 000000000..a0519dbe1 --- /dev/null +++ b/assets/minecraft/models/w6419.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.8125,8.1875,4.9375,9.0625]},"east":{"texture":"#0","uv":[3.1875,9.0625,4.0625,9.9375]},"north":{"texture":"#0","uv":[4.0625,9.0625,4.9375,9.9375]},"south":{"texture":"#0","uv":[5.8125,9.0625,6.6875,9.9375]},"up":{"texture":"#0","uv":[4.9375,9.0625,4.0625,8.1875]},"west":{"texture":"#0","uv":[4.9375,9.0625,5.8125,9.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-10.4,-10.4]}],"overrides":[],"textures":{"0":"item/w121784274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w642.json b/assets/minecraft/models/w642.json new file mode 100644 index 000000000..d711fd39e --- /dev/null +++ b/assets/minecraft/models/w642.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.375,7.625,0]},"east":{"texture":"#0","uv":[7,0.375,7.375,1]},"north":{"texture":"#0","uv":[7.375,0.375,8,1]},"south":{"texture":"#0","uv":[6.375,0.375,7,1]},"up":{"texture":"#0","uv":[6.375,0,7,0.375]},"west":{"texture":"#0","uv":[6,0.375,6.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6420.json b/assets/minecraft/models/w6420.json new file mode 100644 index 000000000..fbec2497d --- /dev/null +++ b/assets/minecraft/models/w6420.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.1875,10,3.6875,10.5]},"east":{"texture":"#0","uv":[2.6875,10.5,3.1875,11]},"north":{"texture":"#0","uv":[3.1875,10.5,3.6875,11]},"south":{"texture":"#0","uv":[4.1875,10.5,4.6875,11]},"up":{"texture":"#0","uv":[3.6875,10.5,3.1875,10]},"west":{"texture":"#0","uv":[3.6875,10.5,4.1875,11]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.8,-12.8]}],"overrides":[],"textures":{"0":"item/w121784274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6421.json b/assets/minecraft/models/w6421.json new file mode 100644 index 000000000..240f27530 --- /dev/null +++ b/assets/minecraft/models/w6421.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.6875,1.9375,9.8125,2.8125]},"east":{"texture":"#0","uv":[8.0625,2.8125,8.9375,3.6875]},"north":{"texture":"#0","uv":[8.9375,2.8125,9.8125,3.6875]},"south":{"texture":"#0","uv":[10.6875,2.8125,11.5625,3.6875]},"up":{"texture":"#0","uv":[9.8125,2.8125,8.9375,1.9375]},"west":{"texture":"#0","uv":[9.8125,2.8125,10.6875,3.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-10.4,-10.400001]}],"overrides":[],"textures":{"0":"item/w121784274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6422.json b/assets/minecraft/models/w6422.json new file mode 100644 index 000000000..d4154ac75 --- /dev/null +++ b/assets/minecraft/models/w6422.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,6.625,2,7.625]},"east":{"texture":"#0","uv":[0,7.625,1,8.625]},"north":{"texture":"#0","uv":[1,7.625,2,8.625]},"south":{"texture":"#0","uv":[3,7.625,4,8.625]},"up":{"texture":"#0","uv":[2,7.625,1,6.625]},"west":{"texture":"#0","uv":[2,7.625,3,8.625]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-9.6]}],"overrides":[],"textures":{"0":"item/w121784274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6423.json b/assets/minecraft/models/w6423.json new file mode 100644 index 000000000..5f3b65cef --- /dev/null +++ b/assets/minecraft/models/w6423.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.0625,6.125,6.0625,7.125]},"east":{"texture":"#0","uv":[4.0625,7.125,5.0625,8.125]},"north":{"texture":"#0","uv":[5.0625,7.125,6.0625,8.125]},"south":{"texture":"#0","uv":[7.0625,7.125,8.0625,8.125]},"up":{"texture":"#0","uv":[6.0625,7.125,5.0625,6.125]},"west":{"texture":"#0","uv":[6.0625,7.125,7.0625,8.125]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-9.6]}],"overrides":[],"textures":{"0":"item/w121784274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6424.json b/assets/minecraft/models/w6424.json new file mode 100644 index 000000000..67547ff15 --- /dev/null +++ b/assets/minecraft/models/w6424.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,4.0625,2.5,5.3125]},"east":{"texture":"#0","uv":[0,5.3125,1.25,6.5625]},"north":{"texture":"#0","uv":[1.25,5.3125,2.5,6.5625]},"south":{"texture":"#0","uv":[3.75,5.3125,5,6.5625]},"up":{"texture":"#0","uv":[2.5,5.3125,1.25,4.0625]},"west":{"texture":"#0","uv":[2.5,5.3125,3.75,6.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-8,-8,-8]}],"overrides":[],"textures":{"0":"item/w121784274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6425.json b/assets/minecraft/models/w6425.json new file mode 100644 index 000000000..6489a8836 --- /dev/null +++ b/assets/minecraft/models/w6425.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.0625,0,8.0625,1]},"east":{"texture":"#0","uv":[6.0625,1,7.0625,1.875]},"north":{"texture":"#0","uv":[7.0625,1,8.0625,1.875]},"south":{"texture":"#0","uv":[9.0625,1,10.0625,1.875]},"up":{"texture":"#0","uv":[8.0625,1,7.0625,0]},"west":{"texture":"#0","uv":[8.0625,1,9.0625,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-10.4,-9.6]},{"faces":{"down":{"texture":"#0","uv":[10.5625,9.25,9.9375,9.875]},"east":{"texture":"#0","uv":[8.6875,9.875,9.3125,10.125]},"north":{"texture":"#0","uv":[9.3125,9.875,9.9375,10.125]},"south":{"texture":"#0","uv":[10.5625,9.875,11.1875,10.125]},"up":{"texture":"#0","uv":[9.9375,9.875,9.3125,9.25]},"west":{"texture":"#0","uv":[9.9375,9.875,10.5625,10.125]}},"from":[-13.6,-10.4,-14.4],"shade":false,"to":[-9.600001,-8.799999,-10.4]}],"overrides":[],"textures":{"0":"item/w121784274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6426.json b/assets/minecraft/models/w6426.json new file mode 100644 index 000000000..1a13ba984 --- /dev/null +++ b/assets/minecraft/models/w6426.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.0625,0,9.0625,1]},"east":{"texture":"#0","uv":[9.0625,1,8.0625,1.875]},"north":{"texture":"#0","uv":[8.0625,1,7.0625,1.875]},"south":{"texture":"#0","uv":[10.0625,1,9.0625,1.875]},"up":{"texture":"#0","uv":[7.0625,1,8.0625,0]},"west":{"texture":"#0","uv":[7.0625,1,6.0625,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-10.4,-9.6]},{"faces":{"down":{"texture":"#0","uv":[9.9375,9.25,10.5625,9.875]},"east":{"texture":"#0","uv":[10.5625,9.875,9.9375,10.125]},"north":{"texture":"#0","uv":[9.9375,9.875,9.3125,10.125]},"south":{"texture":"#0","uv":[11.1875,9.875,10.5625,10.125]},"up":{"texture":"#0","uv":[9.3125,9.875,9.9375,9.25]},"west":{"texture":"#0","uv":[9.3125,9.875,8.6875,10.125]}},"from":[-16,-10.4,-14.4],"shade":false,"to":[-12.000001,-8.799999,-10.4]}],"overrides":[],"textures":{"0":"item/w121784274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6427.json b/assets/minecraft/models/w6427.json new file mode 100644 index 000000000..cb6ad2e86 --- /dev/null +++ b/assets/minecraft/models/w6427.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,8.6875,1.5,9.4375]},"east":{"texture":"#0","uv":[0,9.4375,0.75,10.4375]},"north":{"texture":"#0","uv":[0.75,9.4375,1.5,10.4375]},"south":{"texture":"#0","uv":[2.25,9.4375,3,10.4375]},"up":{"texture":"#0","uv":[1.5,9.4375,0.75,8.6875]},"west":{"texture":"#0","uv":[1.5,9.4375,2.25,10.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-11.199999,-9.599999,-11.2]}],"overrides":[],"textures":{"0":"item/w121784274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6428.json b/assets/minecraft/models/w6428.json new file mode 100644 index 000000000..8c95148b1 --- /dev/null +++ b/assets/minecraft/models/w6428.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,8.6875,2.25,9.4375]},"east":{"texture":"#0","uv":[2.25,9.4375,1.5,10.4375]},"north":{"texture":"#0","uv":[1.5,9.4375,0.75,10.4375]},"south":{"texture":"#0","uv":[3,9.4375,2.25,10.4375]},"up":{"texture":"#0","uv":[0.75,9.4375,1.5,8.6875]},"west":{"texture":"#0","uv":[0.75,9.4375,0,10.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-11.199999,-9.599999,-11.2]}],"overrides":[],"textures":{"0":"item/w121784274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6429.json b/assets/minecraft/models/w6429.json new file mode 100644 index 000000000..86f465e37 --- /dev/null +++ b/assets/minecraft/models/w6429.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.75,9.25,7.25,10.125]},"east":{"texture":"#0","uv":[5.875,10.125,6.75,10.75]},"north":{"texture":"#0","uv":[6.75,10.125,7.25,10.75]},"south":{"texture":"#0","uv":[8.125,10.125,8.625,10.75]},"up":{"texture":"#0","uv":[7.25,10.125,6.75,9.25]},"west":{"texture":"#0","uv":[7.25,10.125,8.125,10.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12,-10.4]}],"overrides":[],"textures":{"0":"item/w121784274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w643.json b/assets/minecraft/models/w643.json new file mode 100644 index 000000000..d711fd39e --- /dev/null +++ b/assets/minecraft/models/w643.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.375,7.625,0]},"east":{"texture":"#0","uv":[7,0.375,7.375,1]},"north":{"texture":"#0","uv":[7.375,0.375,8,1]},"south":{"texture":"#0","uv":[6.375,0.375,7,1]},"up":{"texture":"#0","uv":[6.375,0,7,0.375]},"west":{"texture":"#0","uv":[6,0.375,6.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6430.json b/assets/minecraft/models/w6430.json new file mode 100644 index 000000000..49ac43390 --- /dev/null +++ b/assets/minecraft/models/w6430.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,9.25,7.75,10.125]},"east":{"texture":"#0","uv":[8.125,10.125,7.25,10.75]},"north":{"texture":"#0","uv":[7.25,10.125,6.75,10.75]},"south":{"texture":"#0","uv":[8.625,10.125,8.125,10.75]},"up":{"texture":"#0","uv":[6.75,10.125,7.25,9.25]},"west":{"texture":"#0","uv":[6.75,10.125,5.875,10.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12,-10.4]}],"overrides":[],"textures":{"0":"item/w121784274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6431.json b/assets/minecraft/models/w6431.json new file mode 100644 index 000000000..ea306518e --- /dev/null +++ b/assets/minecraft/models/w6431.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,1,0.5,1.25]},"east":{"texture":"#0","uv":[0,1.25,0.25,1.75]},"north":{"texture":"#0","uv":[0.25,1.25,0.5,1.75]},"south":{"texture":"#0","uv":[0.75,1.25,1,1.75]},"up":{"texture":"#0","uv":[0.5,1.25,0.25,1]},"west":{"texture":"#0","uv":[0.5,1.25,0.75,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-12.8,-14.4]}],"overrides":[],"textures":{"0":"item/w121784274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6432.json b/assets/minecraft/models/w6432.json new file mode 100644 index 000000000..ad7a78e87 --- /dev/null +++ b/assets/minecraft/models/w6432.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,1,0.5,1.25]},"east":{"texture":"#0","uv":[0,1.25,0.25,1.75]},"north":{"texture":"#0","uv":[0.25,1.25,0.5,1.75]},"south":{"texture":"#0","uv":[0.75,1.25,1,1.75]},"up":{"texture":"#0","uv":[0.5,1.25,0.25,1]},"west":{"texture":"#0","uv":[0.5,1.25,0.75,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-12.8,-14.400001]}],"overrides":[],"textures":{"0":"item/w121784274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6433.json b/assets/minecraft/models/w6433.json new file mode 100644 index 000000000..ea306518e --- /dev/null +++ b/assets/minecraft/models/w6433.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,1,0.5,1.25]},"east":{"texture":"#0","uv":[0,1.25,0.25,1.75]},"north":{"texture":"#0","uv":[0.25,1.25,0.5,1.75]},"south":{"texture":"#0","uv":[0.75,1.25,1,1.75]},"up":{"texture":"#0","uv":[0.5,1.25,0.25,1]},"west":{"texture":"#0","uv":[0.5,1.25,0.75,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-12.8,-14.4]}],"overrides":[],"textures":{"0":"item/w121784274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6434.json b/assets/minecraft/models/w6434.json new file mode 100644 index 000000000..ea306518e --- /dev/null +++ b/assets/minecraft/models/w6434.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,1,0.5,1.25]},"east":{"texture":"#0","uv":[0,1.25,0.25,1.75]},"north":{"texture":"#0","uv":[0.25,1.25,0.5,1.75]},"south":{"texture":"#0","uv":[0.75,1.25,1,1.75]},"up":{"texture":"#0","uv":[0.5,1.25,0.25,1]},"west":{"texture":"#0","uv":[0.5,1.25,0.75,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-12.8,-14.4]}],"overrides":[],"textures":{"0":"item/w121784274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6435.json b/assets/minecraft/models/w6435.json new file mode 100644 index 000000000..eb2906d5f --- /dev/null +++ b/assets/minecraft/models/w6435.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,1,0.75,1.25]},"east":{"texture":"#0","uv":[0.75,1.25,0.5,1.75]},"north":{"texture":"#0","uv":[0.5,1.25,0.25,1.75]},"south":{"texture":"#0","uv":[1,1.25,0.75,1.75]},"up":{"texture":"#0","uv":[0.25,1.25,0.5,1]},"west":{"texture":"#0","uv":[0.25,1.25,0,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-12.8,-14.4]}],"overrides":[],"textures":{"0":"item/w121784274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6436.json b/assets/minecraft/models/w6436.json new file mode 100644 index 000000000..3db17a6da --- /dev/null +++ b/assets/minecraft/models/w6436.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,1,0.75,1.25]},"east":{"texture":"#0","uv":[0.75,1.25,0.5,1.75]},"north":{"texture":"#0","uv":[0.5,1.25,0.25,1.75]},"south":{"texture":"#0","uv":[1,1.25,0.75,1.75]},"up":{"texture":"#0","uv":[0.25,1.25,0.5,1]},"west":{"texture":"#0","uv":[0.25,1.25,0,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-12.8,-14.400001]}],"overrides":[],"textures":{"0":"item/w121784274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6437.json b/assets/minecraft/models/w6437.json new file mode 100644 index 000000000..eb2906d5f --- /dev/null +++ b/assets/minecraft/models/w6437.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,1,0.75,1.25]},"east":{"texture":"#0","uv":[0.75,1.25,0.5,1.75]},"north":{"texture":"#0","uv":[0.5,1.25,0.25,1.75]},"south":{"texture":"#0","uv":[1,1.25,0.75,1.75]},"up":{"texture":"#0","uv":[0.25,1.25,0.5,1]},"west":{"texture":"#0","uv":[0.25,1.25,0,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-12.8,-14.4]}],"overrides":[],"textures":{"0":"item/w121784274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6438.json b/assets/minecraft/models/w6438.json new file mode 100644 index 000000000..eb2906d5f --- /dev/null +++ b/assets/minecraft/models/w6438.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,1,0.75,1.25]},"east":{"texture":"#0","uv":[0.75,1.25,0.5,1.75]},"north":{"texture":"#0","uv":[0.5,1.25,0.25,1.75]},"south":{"texture":"#0","uv":[1,1.25,0.75,1.75]},"up":{"texture":"#0","uv":[0.25,1.25,0.5,1]},"west":{"texture":"#0","uv":[0.25,1.25,0,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-12.8,-14.4]}],"overrides":[],"textures":{"0":"item/w121784274_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6439.json b/assets/minecraft/models/w6439.json new file mode 100644 index 000000000..b54f1dd12 --- /dev/null +++ b/assets/minecraft/models/w6439.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,2,0.875,2.875]},"east":{"texture":"#0","uv":[0.875,2,1.75,2.875]},"north":{"texture":"#0","uv":[0,2,0.875,2.875]},"south":{"texture":"#0","uv":[0.875,2,1.75,2.875]},"up":{"texture":"#0","uv":[1.75,2.875,0.875,2]},"west":{"texture":"#0","uv":[0.875,2,1.75,2.875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.8,-12.8]}],"overrides":[],"textures":{"0":"item/w218290099_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w644.json b/assets/minecraft/models/w644.json new file mode 100644 index 000000000..d711fd39e --- /dev/null +++ b/assets/minecraft/models/w644.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.375,7.625,0]},"east":{"texture":"#0","uv":[7,0.375,7.375,1]},"north":{"texture":"#0","uv":[7.375,0.375,8,1]},"south":{"texture":"#0","uv":[6.375,0.375,7,1]},"up":{"texture":"#0","uv":[6.375,0,7,0.375]},"west":{"texture":"#0","uv":[6,0.375,6.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6440.json b/assets/minecraft/models/w6440.json new file mode 100644 index 000000000..4f08b8262 --- /dev/null +++ b/assets/minecraft/models/w6440.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,2,2]},"east":{"texture":"#0","uv":[0,0,2,2]},"north":{"texture":"#0","uv":[0,0,2,2]},"south":{"texture":"#0","uv":[0,0,2,2]},"up":{"texture":"#0","uv":[0,0,2,2]},"west":{"texture":"#0","uv":[0,0,2,2]}},"from":[8,8,8],"shade":false,"to":[1.5999999,1.5999999,1.5999999]}],"overrides":[],"textures":{"0":"item/w218290099_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6441.json b/assets/minecraft/models/w6441.json new file mode 100644 index 000000000..f612affd3 --- /dev/null +++ b/assets/minecraft/models/w6441.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.125,2,1.75,2.375]},"east":{"texture":"#0","uv":[1.75,2.375,2.125,2]},"north":{"texture":"#0","uv":[1.75,2.375,2.125,2]},"south":{"texture":"#0","uv":[1.75,2.375,2.125,2]},"up":{"texture":"#0","uv":[2.125,2.375,1.75,2]},"west":{"texture":"#0","uv":[1.75,2.375,2.125,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w218290099_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6442.json b/assets/minecraft/models/w6442.json new file mode 100644 index 000000000..f612affd3 --- /dev/null +++ b/assets/minecraft/models/w6442.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.125,2,1.75,2.375]},"east":{"texture":"#0","uv":[1.75,2.375,2.125,2]},"north":{"texture":"#0","uv":[1.75,2.375,2.125,2]},"south":{"texture":"#0","uv":[1.75,2.375,2.125,2]},"up":{"texture":"#0","uv":[2.125,2.375,1.75,2]},"west":{"texture":"#0","uv":[1.75,2.375,2.125,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w218290099_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6443.json b/assets/minecraft/models/w6443.json new file mode 100644 index 000000000..f612affd3 --- /dev/null +++ b/assets/minecraft/models/w6443.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.125,2,1.75,2.375]},"east":{"texture":"#0","uv":[1.75,2.375,2.125,2]},"north":{"texture":"#0","uv":[1.75,2.375,2.125,2]},"south":{"texture":"#0","uv":[1.75,2.375,2.125,2]},"up":{"texture":"#0","uv":[2.125,2.375,1.75,2]},"west":{"texture":"#0","uv":[1.75,2.375,2.125,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w218290099_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6444.json b/assets/minecraft/models/w6444.json new file mode 100644 index 000000000..f612affd3 --- /dev/null +++ b/assets/minecraft/models/w6444.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.125,2,1.75,2.375]},"east":{"texture":"#0","uv":[1.75,2.375,2.125,2]},"north":{"texture":"#0","uv":[1.75,2.375,2.125,2]},"south":{"texture":"#0","uv":[1.75,2.375,2.125,2]},"up":{"texture":"#0","uv":[2.125,2.375,1.75,2]},"west":{"texture":"#0","uv":[1.75,2.375,2.125,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w218290099_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6445.json b/assets/minecraft/models/w6445.json new file mode 100644 index 000000000..f612affd3 --- /dev/null +++ b/assets/minecraft/models/w6445.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.125,2,1.75,2.375]},"east":{"texture":"#0","uv":[1.75,2.375,2.125,2]},"north":{"texture":"#0","uv":[1.75,2.375,2.125,2]},"south":{"texture":"#0","uv":[1.75,2.375,2.125,2]},"up":{"texture":"#0","uv":[2.125,2.375,1.75,2]},"west":{"texture":"#0","uv":[1.75,2.375,2.125,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w218290099_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6446.json b/assets/minecraft/models/w6446.json new file mode 100644 index 000000000..f612affd3 --- /dev/null +++ b/assets/minecraft/models/w6446.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.125,2,1.75,2.375]},"east":{"texture":"#0","uv":[1.75,2.375,2.125,2]},"north":{"texture":"#0","uv":[1.75,2.375,2.125,2]},"south":{"texture":"#0","uv":[1.75,2.375,2.125,2]},"up":{"texture":"#0","uv":[2.125,2.375,1.75,2]},"west":{"texture":"#0","uv":[1.75,2.375,2.125,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w218290099_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6447.json b/assets/minecraft/models/w6447.json new file mode 100644 index 000000000..f612affd3 --- /dev/null +++ b/assets/minecraft/models/w6447.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.125,2,1.75,2.375]},"east":{"texture":"#0","uv":[1.75,2.375,2.125,2]},"north":{"texture":"#0","uv":[1.75,2.375,2.125,2]},"south":{"texture":"#0","uv":[1.75,2.375,2.125,2]},"up":{"texture":"#0","uv":[2.125,2.375,1.75,2]},"west":{"texture":"#0","uv":[1.75,2.375,2.125,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w218290099_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6448.json b/assets/minecraft/models/w6448.json new file mode 100644 index 000000000..f612affd3 --- /dev/null +++ b/assets/minecraft/models/w6448.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.125,2,1.75,2.375]},"east":{"texture":"#0","uv":[1.75,2.375,2.125,2]},"north":{"texture":"#0","uv":[1.75,2.375,2.125,2]},"south":{"texture":"#0","uv":[1.75,2.375,2.125,2]},"up":{"texture":"#0","uv":[2.125,2.375,1.75,2]},"west":{"texture":"#0","uv":[1.75,2.375,2.125,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w218290099_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6449.json b/assets/minecraft/models/w6449.json new file mode 100644 index 000000000..a4e798c95 --- /dev/null +++ b/assets/minecraft/models/w6449.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,2.875,0,3.125]},"east":{"texture":"#0","uv":[1.75,2.625,2,2.375]},"north":{"texture":"#0","uv":[0,3.125,1.75,2.875]},"south":{"texture":"#0","uv":[0,3.125,1.75,2.875]},"up":{"texture":"#0","uv":[1.75,3.125,0,2.875]},"west":{"texture":"#0","uv":[1.75,2.625,2,2.375]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w218290099_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w645.json b/assets/minecraft/models/w645.json new file mode 100644 index 000000000..d711fd39e --- /dev/null +++ b/assets/minecraft/models/w645.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.375,7.625,0]},"east":{"texture":"#0","uv":[7,0.375,7.375,1]},"north":{"texture":"#0","uv":[7.375,0.375,8,1]},"south":{"texture":"#0","uv":[6.375,0.375,7,1]},"up":{"texture":"#0","uv":[6.375,0,7,0.375]},"west":{"texture":"#0","uv":[6,0.375,6.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6450.json b/assets/minecraft/models/w6450.json new file mode 100644 index 000000000..a4e798c95 --- /dev/null +++ b/assets/minecraft/models/w6450.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,2.875,0,3.125]},"east":{"texture":"#0","uv":[1.75,2.625,2,2.375]},"north":{"texture":"#0","uv":[0,3.125,1.75,2.875]},"south":{"texture":"#0","uv":[0,3.125,1.75,2.875]},"up":{"texture":"#0","uv":[1.75,3.125,0,2.875]},"west":{"texture":"#0","uv":[1.75,2.625,2,2.375]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w218290099_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6451.json b/assets/minecraft/models/w6451.json new file mode 100644 index 000000000..a4e798c95 --- /dev/null +++ b/assets/minecraft/models/w6451.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,2.875,0,3.125]},"east":{"texture":"#0","uv":[1.75,2.625,2,2.375]},"north":{"texture":"#0","uv":[0,3.125,1.75,2.875]},"south":{"texture":"#0","uv":[0,3.125,1.75,2.875]},"up":{"texture":"#0","uv":[1.75,3.125,0,2.875]},"west":{"texture":"#0","uv":[1.75,2.625,2,2.375]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w218290099_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6452.json b/assets/minecraft/models/w6452.json new file mode 100644 index 000000000..a4e798c95 --- /dev/null +++ b/assets/minecraft/models/w6452.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,2.875,0,3.125]},"east":{"texture":"#0","uv":[1.75,2.625,2,2.375]},"north":{"texture":"#0","uv":[0,3.125,1.75,2.875]},"south":{"texture":"#0","uv":[0,3.125,1.75,2.875]},"up":{"texture":"#0","uv":[1.75,3.125,0,2.875]},"west":{"texture":"#0","uv":[1.75,2.625,2,2.375]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w218290099_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6453.json b/assets/minecraft/models/w6453.json new file mode 100644 index 000000000..c0c2b1382 --- /dev/null +++ b/assets/minecraft/models/w6453.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,3.125,0,2.875]},"east":{"texture":"#0","uv":[2,2.375,1.75,2.625]},"north":{"texture":"#0","uv":[1.75,2.875,0,3.125]},"south":{"texture":"#0","uv":[1.75,2.875,0,3.125]},"up":{"texture":"#0","uv":[1.75,2.875,0,3.125]},"west":{"texture":"#0","uv":[2,2.375,1.75,2.625]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w218290099_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6454.json b/assets/minecraft/models/w6454.json new file mode 100644 index 000000000..c0c2b1382 --- /dev/null +++ b/assets/minecraft/models/w6454.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,3.125,0,2.875]},"east":{"texture":"#0","uv":[2,2.375,1.75,2.625]},"north":{"texture":"#0","uv":[1.75,2.875,0,3.125]},"south":{"texture":"#0","uv":[1.75,2.875,0,3.125]},"up":{"texture":"#0","uv":[1.75,2.875,0,3.125]},"west":{"texture":"#0","uv":[2,2.375,1.75,2.625]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w218290099_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6455.json b/assets/minecraft/models/w6455.json new file mode 100644 index 000000000..c0c2b1382 --- /dev/null +++ b/assets/minecraft/models/w6455.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,3.125,0,2.875]},"east":{"texture":"#0","uv":[2,2.375,1.75,2.625]},"north":{"texture":"#0","uv":[1.75,2.875,0,3.125]},"south":{"texture":"#0","uv":[1.75,2.875,0,3.125]},"up":{"texture":"#0","uv":[1.75,2.875,0,3.125]},"west":{"texture":"#0","uv":[2,2.375,1.75,2.625]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w218290099_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6456.json b/assets/minecraft/models/w6456.json new file mode 100644 index 000000000..c0c2b1382 --- /dev/null +++ b/assets/minecraft/models/w6456.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,3.125,0,2.875]},"east":{"texture":"#0","uv":[2,2.375,1.75,2.625]},"north":{"texture":"#0","uv":[1.75,2.875,0,3.125]},"south":{"texture":"#0","uv":[1.75,2.875,0,3.125]},"up":{"texture":"#0","uv":[1.75,2.875,0,3.125]},"west":{"texture":"#0","uv":[2,2.375,1.75,2.625]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w218290099_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6457.json b/assets/minecraft/models/w6457.json new file mode 100644 index 000000000..c82214782 --- /dev/null +++ b/assets/minecraft/models/w6457.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,2.875,0,3.125]},"east":{"texture":"#0","uv":[1.75,2.375,2,2.625]},"north":{"texture":"#0","uv":[0,2.875,1.75,3.125]},"south":{"texture":"#0","uv":[0,2.875,1.75,3.125]},"up":{"texture":"#0","uv":[1.75,3.125,0,2.875]},"west":{"texture":"#0","uv":[1.75,2.375,2,2.625]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-15.2,-15.2]},{"faces":{"down":{"texture":"#0","uv":[1.75,2.875,0,3.125]},"east":{"texture":"#0","uv":[1.75,2.375,2,2.625]},"north":{"texture":"#0","uv":[0,2.875,1.75,3.125]},"south":{"texture":"#0","uv":[0,2.875,1.75,3.125]},"up":{"texture":"#0","uv":[1.75,3.125,0,2.875]},"west":{"texture":"#0","uv":[1.75,2.375,2,2.625]}},"from":[-16,-9.6,-16],"shade":false,"to":[-10.4,-8.8,-15.2]},{"faces":{"down":{"texture":"#0","uv":[1.75,2.875,0,3.125]},"east":{"texture":"#0","uv":[1.75,2.375,2,2.625]},"north":{"texture":"#0","uv":[0,2.875,1.75,3.125]},"south":{"texture":"#0","uv":[0,2.875,1.75,3.125]},"up":{"texture":"#0","uv":[1.75,3.125,0,2.875]},"west":{"texture":"#0","uv":[1.75,2.375,2,2.625]}},"from":[-16,-16,-9.6],"shade":false,"to":[-10.4,-15.2,-8.8]},{"faces":{"down":{"texture":"#0","uv":[1.75,2.875,0,3.125]},"east":{"texture":"#0","uv":[1.75,2.375,2,2.625]},"north":{"texture":"#0","uv":[0,2.875,1.75,3.125]},"south":{"texture":"#0","uv":[0,2.875,1.75,3.125]},"up":{"texture":"#0","uv":[1.75,3.125,0,2.875]},"west":{"texture":"#0","uv":[1.75,2.375,2,2.625]}},"from":[-16,-9.6,-9.6],"shade":false,"to":[-10.4,-8.8,-8.8]}],"overrides":[],"textures":{"0":"item/w218290099_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6458.json b/assets/minecraft/models/w6458.json new file mode 100644 index 000000000..ec3b0c1c1 --- /dev/null +++ b/assets/minecraft/models/w6458.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,2,10,0]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6459.json b/assets/minecraft/models/w6459.json new file mode 100644 index 000000000..37448c803 --- /dev/null +++ b/assets/minecraft/models/w6459.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,8,6,6]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w646.json b/assets/minecraft/models/w646.json new file mode 100644 index 000000000..d711fd39e --- /dev/null +++ b/assets/minecraft/models/w646.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.375,7.625,0]},"east":{"texture":"#0","uv":[7,0.375,7.375,1]},"north":{"texture":"#0","uv":[7.375,0.375,8,1]},"south":{"texture":"#0","uv":[6.375,0.375,7,1]},"up":{"texture":"#0","uv":[6.375,0,7,0.375]},"west":{"texture":"#0","uv":[6,0.375,6.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6460.json b/assets/minecraft/models/w6460.json new file mode 100644 index 000000000..a9818b7a6 --- /dev/null +++ b/assets/minecraft/models/w6460.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,6,6,8]}},"from":[-16,-16,-16],"shade":false,"to":[9.599997,-16,6.16]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6461.json b/assets/minecraft/models/w6461.json new file mode 100644 index 000000000..e249b076b --- /dev/null +++ b/assets/minecraft/models/w6461.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,8,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6462.json b/assets/minecraft/models/w6462.json new file mode 100644 index 000000000..cdccccdac --- /dev/null +++ b/assets/minecraft/models/w6462.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,6,2,8]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,6.16]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6463.json b/assets/minecraft/models/w6463.json new file mode 100644 index 000000000..bb6a1ffe4 --- /dev/null +++ b/assets/minecraft/models/w6463.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,8,14,6]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6464.json b/assets/minecraft/models/w6464.json new file mode 100644 index 000000000..6effd75a0 --- /dev/null +++ b/assets/minecraft/models/w6464.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,6,14,8]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,6.16]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6465.json b/assets/minecraft/models/w6465.json new file mode 100644 index 000000000..ff1a4d743 --- /dev/null +++ b/assets/minecraft/models/w6465.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,8,10,6]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6466.json b/assets/minecraft/models/w6466.json new file mode 100644 index 000000000..7cbb28e12 --- /dev/null +++ b/assets/minecraft/models/w6466.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,6,10,8]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,6.1600037]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6467.json b/assets/minecraft/models/w6467.json new file mode 100644 index 000000000..a14204915 --- /dev/null +++ b/assets/minecraft/models/w6467.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,6,6,4]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6468.json b/assets/minecraft/models/w6468.json new file mode 100644 index 000000000..20079383b --- /dev/null +++ b/assets/minecraft/models/w6468.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,6,4,4]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6469.json b/assets/minecraft/models/w6469.json new file mode 100644 index 000000000..0cf57619e --- /dev/null +++ b/assets/minecraft/models/w6469.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,6,2,4]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w647.json b/assets/minecraft/models/w647.json new file mode 100644 index 000000000..d711fd39e --- /dev/null +++ b/assets/minecraft/models/w647.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.375,7.625,0]},"east":{"texture":"#0","uv":[7,0.375,7.375,1]},"north":{"texture":"#0","uv":[7.375,0.375,8,1]},"south":{"texture":"#0","uv":[6.375,0.375,7,1]},"up":{"texture":"#0","uv":[6.375,0,7,0.375]},"west":{"texture":"#0","uv":[6,0.375,6.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6470.json b/assets/minecraft/models/w6470.json new file mode 100644 index 000000000..b70b23449 --- /dev/null +++ b/assets/minecraft/models/w6470.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,6,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6471.json b/assets/minecraft/models/w6471.json new file mode 100644 index 000000000..4d4f5bf18 --- /dev/null +++ b/assets/minecraft/models/w6471.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,6,14,4]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6472.json b/assets/minecraft/models/w6472.json new file mode 100644 index 000000000..15b4c8ded --- /dev/null +++ b/assets/minecraft/models/w6472.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,6,12,4]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6473.json b/assets/minecraft/models/w6473.json new file mode 100644 index 000000000..435d55863 --- /dev/null +++ b/assets/minecraft/models/w6473.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,6,10,4]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6474.json b/assets/minecraft/models/w6474.json new file mode 100644 index 000000000..3943a9c45 --- /dev/null +++ b/assets/minecraft/models/w6474.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,6,8,4]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6475.json b/assets/minecraft/models/w6475.json new file mode 100644 index 000000000..3b2bceac9 --- /dev/null +++ b/assets/minecraft/models/w6475.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,4,6,2]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6476.json b/assets/minecraft/models/w6476.json new file mode 100644 index 000000000..d6cd601a2 --- /dev/null +++ b/assets/minecraft/models/w6476.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,4,4,2]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,6.16]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6477.json b/assets/minecraft/models/w6477.json new file mode 100644 index 000000000..d4cc41f58 --- /dev/null +++ b/assets/minecraft/models/w6477.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,4,2,2]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6478.json b/assets/minecraft/models/w6478.json new file mode 100644 index 000000000..984b98350 --- /dev/null +++ b/assets/minecraft/models/w6478.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,4,0,2]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,6.16]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6479.json b/assets/minecraft/models/w6479.json new file mode 100644 index 000000000..e56da709f --- /dev/null +++ b/assets/minecraft/models/w6479.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,4,14,2]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w648.json b/assets/minecraft/models/w648.json new file mode 100644 index 000000000..d711fd39e --- /dev/null +++ b/assets/minecraft/models/w648.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.375,7.625,0]},"east":{"texture":"#0","uv":[7,0.375,7.375,1]},"north":{"texture":"#0","uv":[7.375,0.375,8,1]},"south":{"texture":"#0","uv":[6.375,0.375,7,1]},"up":{"texture":"#0","uv":[6.375,0,7,0.375]},"west":{"texture":"#0","uv":[6,0.375,6.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6480.json b/assets/minecraft/models/w6480.json new file mode 100644 index 000000000..1cc2f1a68 --- /dev/null +++ b/assets/minecraft/models/w6480.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,4,12,2]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,6.16]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6481.json b/assets/minecraft/models/w6481.json new file mode 100644 index 000000000..a832a607f --- /dev/null +++ b/assets/minecraft/models/w6481.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,4,10,2]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6482.json b/assets/minecraft/models/w6482.json new file mode 100644 index 000000000..de5d3d22f --- /dev/null +++ b/assets/minecraft/models/w6482.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,4,8,2]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,6.16]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6483.json b/assets/minecraft/models/w6483.json new file mode 100644 index 000000000..c5383cb20 --- /dev/null +++ b/assets/minecraft/models/w6483.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,8,2]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6484.json b/assets/minecraft/models/w6484.json new file mode 100644 index 000000000..d6ec7c6b3 --- /dev/null +++ b/assets/minecraft/models/w6484.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[2,10,4,8]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,12.16]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6485.json b/assets/minecraft/models/w6485.json new file mode 100644 index 000000000..aff5c5e9a --- /dev/null +++ b/assets/minecraft/models/w6485.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,14,2,16]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,12.16]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6486.json b/assets/minecraft/models/w6486.json new file mode 100644 index 000000000..95ae0e111 --- /dev/null +++ b/assets/minecraft/models/w6486.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0,16,2,14]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,8.376001]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6487.json b/assets/minecraft/models/w6487.json new file mode 100644 index 000000000..aff5c5e9a --- /dev/null +++ b/assets/minecraft/models/w6487.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,14,2,16]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,12.16]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6488.json b/assets/minecraft/models/w6488.json new file mode 100644 index 000000000..466eec2fa --- /dev/null +++ b/assets/minecraft/models/w6488.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0,16,2,14]}},"from":[-16,-16,-16],"shade":false,"to":[12.159998,-16,8.376001]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6489.json b/assets/minecraft/models/w6489.json new file mode 100644 index 000000000..aff5c5e9a --- /dev/null +++ b/assets/minecraft/models/w6489.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,14,2,16]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,12.16]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w649.json b/assets/minecraft/models/w649.json new file mode 100644 index 000000000..d711fd39e --- /dev/null +++ b/assets/minecraft/models/w649.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.375,7.625,0]},"east":{"texture":"#0","uv":[7,0.375,7.375,1]},"north":{"texture":"#0","uv":[7.375,0.375,8,1]},"south":{"texture":"#0","uv":[6.375,0.375,7,1]},"up":{"texture":"#0","uv":[6.375,0,7,0.375]},"west":{"texture":"#0","uv":[6,0.375,6.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6490.json b/assets/minecraft/models/w6490.json new file mode 100644 index 000000000..0ee4467e2 --- /dev/null +++ b/assets/minecraft/models/w6490.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0,16,2,14]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,8.375999]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6491.json b/assets/minecraft/models/w6491.json new file mode 100644 index 000000000..aff5c5e9a --- /dev/null +++ b/assets/minecraft/models/w6491.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,14,2,16]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,12.16]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6492.json b/assets/minecraft/models/w6492.json new file mode 100644 index 000000000..466eec2fa --- /dev/null +++ b/assets/minecraft/models/w6492.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0,16,2,14]}},"from":[-16,-16,-16],"shade":false,"to":[12.159998,-16,8.376001]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6493.json b/assets/minecraft/models/w6493.json new file mode 100644 index 000000000..4829d2bad --- /dev/null +++ b/assets/minecraft/models/w6493.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,12,2,14]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,12.16]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6494.json b/assets/minecraft/models/w6494.json new file mode 100644 index 000000000..191476ed9 --- /dev/null +++ b/assets/minecraft/models/w6494.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[2,12,0,14]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,12.16]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6495.json b/assets/minecraft/models/w6495.json new file mode 100644 index 000000000..4829d2bad --- /dev/null +++ b/assets/minecraft/models/w6495.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,12,2,14]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,12.16]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6496.json b/assets/minecraft/models/w6496.json new file mode 100644 index 000000000..191476ed9 --- /dev/null +++ b/assets/minecraft/models/w6496.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[2,12,0,14]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,12.16]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6497.json b/assets/minecraft/models/w6497.json new file mode 100644 index 000000000..4829d2bad --- /dev/null +++ b/assets/minecraft/models/w6497.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,12,2,14]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,12.16]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6498.json b/assets/minecraft/models/w6498.json new file mode 100644 index 000000000..191476ed9 --- /dev/null +++ b/assets/minecraft/models/w6498.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[2,12,0,14]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,12.16]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6499.json b/assets/minecraft/models/w6499.json new file mode 100644 index 000000000..4829d2bad --- /dev/null +++ b/assets/minecraft/models/w6499.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,12,2,14]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,12.16]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w65.json b/assets/minecraft/models/w65.json new file mode 100644 index 000000000..9295755df --- /dev/null +++ b/assets/minecraft/models/w65.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.125,2.5,10,3.25]},"east":{"texture":"#0","uv":[9.125,3.25,9.875,3.25]},"north":{"texture":"#0","uv":[9.875,3.25,10,3.25]},"south":{"texture":"#0","uv":[10.75,3.25,10.875,3.25]},"up":{"texture":"#0","uv":[10,3.25,9.875,2.5]},"west":{"texture":"#0","uv":[10,3.25,10.75,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-13.6]}],"overrides":[],"textures":{"0":"item/w1237560704_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w650.json b/assets/minecraft/models/w650.json new file mode 100644 index 000000000..d711fd39e --- /dev/null +++ b/assets/minecraft/models/w650.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.375,7.625,0]},"east":{"texture":"#0","uv":[7,0.375,7.375,1]},"north":{"texture":"#0","uv":[7.375,0.375,8,1]},"south":{"texture":"#0","uv":[6.375,0.375,7,1]},"up":{"texture":"#0","uv":[6.375,0,7,0.375]},"west":{"texture":"#0","uv":[6,0.375,6.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6500.json b/assets/minecraft/models/w6500.json new file mode 100644 index 000000000..191476ed9 --- /dev/null +++ b/assets/minecraft/models/w6500.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[2,12,0,14]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,12.16]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6501.json b/assets/minecraft/models/w6501.json new file mode 100644 index 000000000..b594da115 --- /dev/null +++ b/assets/minecraft/models/w6501.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,10,2,12]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,12.16]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6502.json b/assets/minecraft/models/w6502.json new file mode 100644 index 000000000..fc1d8cdf7 --- /dev/null +++ b/assets/minecraft/models/w6502.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[2,10,0,12]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,8.376003]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6503.json b/assets/minecraft/models/w6503.json new file mode 100644 index 000000000..b594da115 --- /dev/null +++ b/assets/minecraft/models/w6503.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,10,2,12]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,12.16]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6504.json b/assets/minecraft/models/w6504.json new file mode 100644 index 000000000..e019ad6be --- /dev/null +++ b/assets/minecraft/models/w6504.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[2,10,0,12]}},"from":[-16,-16,-16],"shade":false,"to":[12.159998,-16,8.376001]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6505.json b/assets/minecraft/models/w6505.json new file mode 100644 index 000000000..b594da115 --- /dev/null +++ b/assets/minecraft/models/w6505.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,10,2,12]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,12.16]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6506.json b/assets/minecraft/models/w6506.json new file mode 100644 index 000000000..26cc1694d --- /dev/null +++ b/assets/minecraft/models/w6506.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[2,10,0,12]}},"from":[-16,-16,-16],"shade":false,"to":[12.159998,-16,8.375998]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6507.json b/assets/minecraft/models/w6507.json new file mode 100644 index 000000000..b594da115 --- /dev/null +++ b/assets/minecraft/models/w6507.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,10,2,12]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,12.16]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6508.json b/assets/minecraft/models/w6508.json new file mode 100644 index 000000000..23cafdbe7 --- /dev/null +++ b/assets/minecraft/models/w6508.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[2,10,0,12]}},"from":[-16,-16,-16],"shade":false,"to":[12.159998,-16,8.375999]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6509.json b/assets/minecraft/models/w6509.json new file mode 100644 index 000000000..97c8f32dc --- /dev/null +++ b/assets/minecraft/models/w6509.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0,10,2,8]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,12.16]}],"overrides":[],"textures":{"0":"item/w114252_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w651.json b/assets/minecraft/models/w651.json new file mode 100644 index 000000000..070b1b258 --- /dev/null +++ b/assets/minecraft/models/w651.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,0,7,0.375]},"east":{"texture":"#0","uv":[6,0.375,6.375,1]},"north":{"texture":"#0","uv":[6.375,0.375,7,1]},"south":{"texture":"#0","uv":[7.375,0.375,8,1]},"up":{"texture":"#0","uv":[7,0.375,6.375,0]},"west":{"texture":"#0","uv":[7,0.375,7.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6510.json b/assets/minecraft/models/w6510.json new file mode 100644 index 000000000..e61d67b16 --- /dev/null +++ b/assets/minecraft/models/w6510.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,2,10,0]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-16,-12.9279995]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6511.json b/assets/minecraft/models/w6511.json new file mode 100644 index 000000000..c98b35180 --- /dev/null +++ b/assets/minecraft/models/w6511.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,8,6,6]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-16,-12.9279995]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6512.json b/assets/minecraft/models/w6512.json new file mode 100644 index 000000000..9171d97ce --- /dev/null +++ b/assets/minecraft/models/w6512.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,6,6,8]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-16,-13.340799]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6513.json b/assets/minecraft/models/w6513.json new file mode 100644 index 000000000..db45ba734 --- /dev/null +++ b/assets/minecraft/models/w6513.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,8,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-16,-12.9279995]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6514.json b/assets/minecraft/models/w6514.json new file mode 100644 index 000000000..f3a21708f --- /dev/null +++ b/assets/minecraft/models/w6514.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,6,2,8]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-16,-13.3408]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6515.json b/assets/minecraft/models/w6515.json new file mode 100644 index 000000000..9b148fe2d --- /dev/null +++ b/assets/minecraft/models/w6515.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,8,14,6]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-16,-12.9279995]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6516.json b/assets/minecraft/models/w6516.json new file mode 100644 index 000000000..e8f62aa1f --- /dev/null +++ b/assets/minecraft/models/w6516.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,6,14,8]}},"from":[-16,-16,-16],"shade":false,"to":[-12.928,-16,-13.3408]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6517.json b/assets/minecraft/models/w6517.json new file mode 100644 index 000000000..fb70d4c37 --- /dev/null +++ b/assets/minecraft/models/w6517.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,8,10,6]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-16,-12.9279995]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6518.json b/assets/minecraft/models/w6518.json new file mode 100644 index 000000000..f8c5a72f1 --- /dev/null +++ b/assets/minecraft/models/w6518.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,6,10,8]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-16,-13.3408]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6519.json b/assets/minecraft/models/w6519.json new file mode 100644 index 000000000..8c970d82a --- /dev/null +++ b/assets/minecraft/models/w6519.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,6,6,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-16,-12.9279995]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w652.json b/assets/minecraft/models/w652.json new file mode 100644 index 000000000..070b1b258 --- /dev/null +++ b/assets/minecraft/models/w652.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,0,7,0.375]},"east":{"texture":"#0","uv":[6,0.375,6.375,1]},"north":{"texture":"#0","uv":[6.375,0.375,7,1]},"south":{"texture":"#0","uv":[7.375,0.375,8,1]},"up":{"texture":"#0","uv":[7,0.375,6.375,0]},"west":{"texture":"#0","uv":[7,0.375,7.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6520.json b/assets/minecraft/models/w6520.json new file mode 100644 index 000000000..cfb3cdb7b --- /dev/null +++ b/assets/minecraft/models/w6520.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,6,4,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-16,-12.9279995]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6521.json b/assets/minecraft/models/w6521.json new file mode 100644 index 000000000..6ac56b5da --- /dev/null +++ b/assets/minecraft/models/w6521.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,6,2,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-16,-12.9279995]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6522.json b/assets/minecraft/models/w6522.json new file mode 100644 index 000000000..771e31b33 --- /dev/null +++ b/assets/minecraft/models/w6522.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,6,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-16,-12.9279995]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6523.json b/assets/minecraft/models/w6523.json new file mode 100644 index 000000000..5295e85e2 --- /dev/null +++ b/assets/minecraft/models/w6523.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,6,14,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-16,-12.9279995]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6524.json b/assets/minecraft/models/w6524.json new file mode 100644 index 000000000..833557dfe --- /dev/null +++ b/assets/minecraft/models/w6524.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,6,12,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-16,-12.9279995]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6525.json b/assets/minecraft/models/w6525.json new file mode 100644 index 000000000..1ffe1a796 --- /dev/null +++ b/assets/minecraft/models/w6525.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,6,10,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-16,-12.9279995]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6526.json b/assets/minecraft/models/w6526.json new file mode 100644 index 000000000..984d0c148 --- /dev/null +++ b/assets/minecraft/models/w6526.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,6,8,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-16,-12.9279995]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6527.json b/assets/minecraft/models/w6527.json new file mode 100644 index 000000000..b5f0d14ff --- /dev/null +++ b/assets/minecraft/models/w6527.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,4,6,2]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-16,-12.9279995]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6528.json b/assets/minecraft/models/w6528.json new file mode 100644 index 000000000..59b346b83 --- /dev/null +++ b/assets/minecraft/models/w6528.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,4,4,2]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-16,-13.3408]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6529.json b/assets/minecraft/models/w6529.json new file mode 100644 index 000000000..a48c25955 --- /dev/null +++ b/assets/minecraft/models/w6529.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,4,2,2]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-16,-12.9279995]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w653.json b/assets/minecraft/models/w653.json new file mode 100644 index 000000000..070b1b258 --- /dev/null +++ b/assets/minecraft/models/w653.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,0,7,0.375]},"east":{"texture":"#0","uv":[6,0.375,6.375,1]},"north":{"texture":"#0","uv":[6.375,0.375,7,1]},"south":{"texture":"#0","uv":[7.375,0.375,8,1]},"up":{"texture":"#0","uv":[7,0.375,6.375,0]},"west":{"texture":"#0","uv":[7,0.375,7.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6530.json b/assets/minecraft/models/w6530.json new file mode 100644 index 000000000..34d39b332 --- /dev/null +++ b/assets/minecraft/models/w6530.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,4,0,2]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-16,-13.3408]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6531.json b/assets/minecraft/models/w6531.json new file mode 100644 index 000000000..99360f920 --- /dev/null +++ b/assets/minecraft/models/w6531.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,4,14,2]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-16,-12.9279995]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6532.json b/assets/minecraft/models/w6532.json new file mode 100644 index 000000000..a89c14715 --- /dev/null +++ b/assets/minecraft/models/w6532.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,4,12,2]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-16,-13.340799]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6533.json b/assets/minecraft/models/w6533.json new file mode 100644 index 000000000..7117ee49e --- /dev/null +++ b/assets/minecraft/models/w6533.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,4,10,2]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-16,-12.9279995]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6534.json b/assets/minecraft/models/w6534.json new file mode 100644 index 000000000..e42e21894 --- /dev/null +++ b/assets/minecraft/models/w6534.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,4,8,2]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-16,-13.3408]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6535.json b/assets/minecraft/models/w6535.json new file mode 100644 index 000000000..ed9a80369 --- /dev/null +++ b/assets/minecraft/models/w6535.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,8,2]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-16,-12.9279995]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6536.json b/assets/minecraft/models/w6536.json new file mode 100644 index 000000000..05f12da17 --- /dev/null +++ b/assets/minecraft/models/w6536.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[2,10,4,8]}},"from":[-16,-16,-16],"shade":false,"to":[-12.6208,-16,-12.6208]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6537.json b/assets/minecraft/models/w6537.json new file mode 100644 index 000000000..da8012572 --- /dev/null +++ b/assets/minecraft/models/w6537.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,14,2,16]}},"from":[-16,-16,-16],"shade":false,"to":[-12.6208,-16,-12.6208]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6538.json b/assets/minecraft/models/w6538.json new file mode 100644 index 000000000..c882eb801 --- /dev/null +++ b/assets/minecraft/models/w6538.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0,16,2,14]}},"from":[-16,-16,-16],"shade":false,"to":[-12.6208,-16,-13.074881]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6539.json b/assets/minecraft/models/w6539.json new file mode 100644 index 000000000..da8012572 --- /dev/null +++ b/assets/minecraft/models/w6539.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,14,2,16]}},"from":[-16,-16,-16],"shade":false,"to":[-12.6208,-16,-12.6208]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w654.json b/assets/minecraft/models/w654.json new file mode 100644 index 000000000..070b1b258 --- /dev/null +++ b/assets/minecraft/models/w654.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,0,7,0.375]},"east":{"texture":"#0","uv":[6,0.375,6.375,1]},"north":{"texture":"#0","uv":[6.375,0.375,7,1]},"south":{"texture":"#0","uv":[7.375,0.375,8,1]},"up":{"texture":"#0","uv":[7,0.375,6.375,0]},"west":{"texture":"#0","uv":[7,0.375,7.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6540.json b/assets/minecraft/models/w6540.json new file mode 100644 index 000000000..969f33153 --- /dev/null +++ b/assets/minecraft/models/w6540.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0,16,2,14]}},"from":[-16,-16,-16],"shade":false,"to":[-12.6208,-16,-13.07488]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6541.json b/assets/minecraft/models/w6541.json new file mode 100644 index 000000000..da8012572 --- /dev/null +++ b/assets/minecraft/models/w6541.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,14,2,16]}},"from":[-16,-16,-16],"shade":false,"to":[-12.6208,-16,-12.6208]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6542.json b/assets/minecraft/models/w6542.json new file mode 100644 index 000000000..969f33153 --- /dev/null +++ b/assets/minecraft/models/w6542.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0,16,2,14]}},"from":[-16,-16,-16],"shade":false,"to":[-12.6208,-16,-13.07488]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6543.json b/assets/minecraft/models/w6543.json new file mode 100644 index 000000000..da8012572 --- /dev/null +++ b/assets/minecraft/models/w6543.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,14,2,16]}},"from":[-16,-16,-16],"shade":false,"to":[-12.6208,-16,-12.6208]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6544.json b/assets/minecraft/models/w6544.json new file mode 100644 index 000000000..c882eb801 --- /dev/null +++ b/assets/minecraft/models/w6544.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0,16,2,14]}},"from":[-16,-16,-16],"shade":false,"to":[-12.6208,-16,-13.074881]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6545.json b/assets/minecraft/models/w6545.json new file mode 100644 index 000000000..c82527226 --- /dev/null +++ b/assets/minecraft/models/w6545.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,12,2,14]}},"from":[-16,-16,-16],"shade":false,"to":[-12.6208,-16,-12.6208]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6546.json b/assets/minecraft/models/w6546.json new file mode 100644 index 000000000..adee01d33 --- /dev/null +++ b/assets/minecraft/models/w6546.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[2,12,0,14]}},"from":[-16,-16,-16],"shade":false,"to":[-12.6208,-16,-12.6208]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6547.json b/assets/minecraft/models/w6547.json new file mode 100644 index 000000000..c82527226 --- /dev/null +++ b/assets/minecraft/models/w6547.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,12,2,14]}},"from":[-16,-16,-16],"shade":false,"to":[-12.6208,-16,-12.6208]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6548.json b/assets/minecraft/models/w6548.json new file mode 100644 index 000000000..adee01d33 --- /dev/null +++ b/assets/minecraft/models/w6548.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[2,12,0,14]}},"from":[-16,-16,-16],"shade":false,"to":[-12.6208,-16,-12.6208]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6549.json b/assets/minecraft/models/w6549.json new file mode 100644 index 000000000..c82527226 --- /dev/null +++ b/assets/minecraft/models/w6549.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,12,2,14]}},"from":[-16,-16,-16],"shade":false,"to":[-12.6208,-16,-12.6208]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w655.json b/assets/minecraft/models/w655.json new file mode 100644 index 000000000..070b1b258 --- /dev/null +++ b/assets/minecraft/models/w655.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,0,7,0.375]},"east":{"texture":"#0","uv":[6,0.375,6.375,1]},"north":{"texture":"#0","uv":[6.375,0.375,7,1]},"south":{"texture":"#0","uv":[7.375,0.375,8,1]},"up":{"texture":"#0","uv":[7,0.375,6.375,0]},"west":{"texture":"#0","uv":[7,0.375,7.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6550.json b/assets/minecraft/models/w6550.json new file mode 100644 index 000000000..adee01d33 --- /dev/null +++ b/assets/minecraft/models/w6550.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[2,12,0,14]}},"from":[-16,-16,-16],"shade":false,"to":[-12.6208,-16,-12.6208]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6551.json b/assets/minecraft/models/w6551.json new file mode 100644 index 000000000..c82527226 --- /dev/null +++ b/assets/minecraft/models/w6551.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,12,2,14]}},"from":[-16,-16,-16],"shade":false,"to":[-12.6208,-16,-12.6208]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6552.json b/assets/minecraft/models/w6552.json new file mode 100644 index 000000000..adee01d33 --- /dev/null +++ b/assets/minecraft/models/w6552.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[2,12,0,14]}},"from":[-16,-16,-16],"shade":false,"to":[-12.6208,-16,-12.6208]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6553.json b/assets/minecraft/models/w6553.json new file mode 100644 index 000000000..4870507db --- /dev/null +++ b/assets/minecraft/models/w6553.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,10,2,12]}},"from":[-16,-16,-16],"shade":false,"to":[-12.6208,-16,-12.6208]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6554.json b/assets/minecraft/models/w6554.json new file mode 100644 index 000000000..4707ec990 --- /dev/null +++ b/assets/minecraft/models/w6554.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[2,10,0,12]}},"from":[-16,-16,-16],"shade":false,"to":[-12.6208,-16,-13.07488]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6555.json b/assets/minecraft/models/w6555.json new file mode 100644 index 000000000..4870507db --- /dev/null +++ b/assets/minecraft/models/w6555.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,10,2,12]}},"from":[-16,-16,-16],"shade":false,"to":[-12.6208,-16,-12.6208]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6556.json b/assets/minecraft/models/w6556.json new file mode 100644 index 000000000..b58c304d5 --- /dev/null +++ b/assets/minecraft/models/w6556.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[2,10,0,12]}},"from":[-16,-16,-16],"shade":false,"to":[-12.6208,-16,-13.074881]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6557.json b/assets/minecraft/models/w6557.json new file mode 100644 index 000000000..4870507db --- /dev/null +++ b/assets/minecraft/models/w6557.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,10,2,12]}},"from":[-16,-16,-16],"shade":false,"to":[-12.6208,-16,-12.6208]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6558.json b/assets/minecraft/models/w6558.json new file mode 100644 index 000000000..b58c304d5 --- /dev/null +++ b/assets/minecraft/models/w6558.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[2,10,0,12]}},"from":[-16,-16,-16],"shade":false,"to":[-12.6208,-16,-13.074881]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6559.json b/assets/minecraft/models/w6559.json new file mode 100644 index 000000000..4870507db --- /dev/null +++ b/assets/minecraft/models/w6559.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4,10,2,12]}},"from":[-16,-16,-16],"shade":false,"to":[-12.6208,-16,-12.6208]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w656.json b/assets/minecraft/models/w656.json new file mode 100644 index 000000000..070b1b258 --- /dev/null +++ b/assets/minecraft/models/w656.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,0,7,0.375]},"east":{"texture":"#0","uv":[6,0.375,6.375,1]},"north":{"texture":"#0","uv":[6.375,0.375,7,1]},"south":{"texture":"#0","uv":[7.375,0.375,8,1]},"up":{"texture":"#0","uv":[7,0.375,6.375,0]},"west":{"texture":"#0","uv":[7,0.375,7.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6560.json b/assets/minecraft/models/w6560.json new file mode 100644 index 000000000..b58c304d5 --- /dev/null +++ b/assets/minecraft/models/w6560.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[2,10,0,12]}},"from":[-16,-16,-16],"shade":false,"to":[-12.6208,-16,-13.074881]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6561.json b/assets/minecraft/models/w6561.json new file mode 100644 index 000000000..cf292ca87 --- /dev/null +++ b/assets/minecraft/models/w6561.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[0,10,2,8]}},"from":[-16,-16,-16],"shade":false,"to":[-12.6208,-16,-12.6208]}],"overrides":[],"textures":{"0":"item/w56618297_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6562.json b/assets/minecraft/models/w6562.json new file mode 100644 index 000000000..ee06bd458 --- /dev/null +++ b/assets/minecraft/models/w6562.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,0,0,8]},"east":{"texture":"#0","uv":[11,11,3,8]},"north":{"texture":"#0","uv":[0,8,3,11]},"up":{"texture":"#0","uv":[0,8,3,0]},"west":{"texture":"#0","uv":[3,8,11,11]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-12.8]}],"overrides":[],"textures":{"0":"item/w306952636_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6563.json b/assets/minecraft/models/w6563.json new file mode 100644 index 000000000..dc4496d9b --- /dev/null +++ b/assets/minecraft/models/w6563.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0,0,6,6]},"north":{"texture":"#0","uv":[5,6,6,12]},"up":{"texture":"#0","uv":[5,12,4,6]},"west":{"texture":"#0","uv":[6,0,0,6]}},"from":[-15.96,-15.6,-15.2],"rotation":{"angle":-45,"axis":"x","origin":[-15.56,-15.6,-12.8],"rescale":false},"shade":false,"to":[-15.16,-10.8,-10.4]},{"faces":{"down":{"texture":"#0","uv":[9,8,8,12]},"east":{"texture":"#0","uv":[6,0,10,5.5]},"north":{"texture":"#0","uv":[6,6.5,7,12]},"south":{"texture":"#0","uv":[7,6.5,8,12]},"up":{"texture":"#0","uv":[4,12,3,8]},"west":{"texture":"#0","uv":[10,0,6,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-11.8,-12.8]},{"faces":{"down":{"texture":"#0","uv":[2,6,1,8]},"east":{"texture":"#0","uv":[0,8,2,12]},"south":{"texture":"#0","uv":[2,8,3,12]},"up":{"texture":"#0","uv":[1,8,0,6]},"west":{"texture":"#0","uv":[2,8,0,12]}},"from":[-15.96,-15.6,-12.8],"shade":false,"to":[-15.16,-12.200001,-11.2]}],"overrides":[],"textures":{"0":"item/w290565796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6564.json b/assets/minecraft/models/w6564.json new file mode 100644 index 000000000..94d625ef5 --- /dev/null +++ b/assets/minecraft/models/w6564.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[9,9,11.5,11]},"south":{"texture":"#0","uv":[11.5,9,9,11]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w290565796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6565.json b/assets/minecraft/models/w6565.json new file mode 100644 index 000000000..8f3a6cdb3 --- /dev/null +++ b/assets/minecraft/models/w6565.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[11.5,9,9,11]},"south":{"texture":"#0","uv":[9,9,11.5,11]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w290565796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6566.json b/assets/minecraft/models/w6566.json new file mode 100644 index 000000000..0fcbf283a --- /dev/null +++ b/assets/minecraft/models/w6566.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[12,5.5,9,9]},"west":{"texture":"#0","uv":[9,5.5,12,9]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.2,-13.6]}],"overrides":[],"textures":{"0":"item/w290565796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6567.json b/assets/minecraft/models/w6567.json new file mode 100644 index 000000000..f4d7941f3 --- /dev/null +++ b/assets/minecraft/models/w6567.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[12,9,9,5.5]},"west":{"texture":"#0","uv":[9,9,12,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.2,-13.6]}],"overrides":[],"textures":{"0":"item/w290565796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6568.json b/assets/minecraft/models/w6568.json new file mode 100644 index 000000000..3e1e3a37e --- /dev/null +++ b/assets/minecraft/models/w6568.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,4,6,3]},"east":{"texture":"#0","uv":[3,3,6,4]},"north":{"texture":"#0","uv":[6,3,7,4]},"south":{"texture":"#0","uv":[7,8,8,9]},"up":{"texture":"#0","uv":[6,4,3,3]},"west":{"texture":"#0","uv":[3,3,6,4]}},"from":[-15.6,-15.2,-16],"shade":false,"to":[-15.200001,-14.8,-14.8]},{"faces":{"east":{"texture":"#0","uv":[8,0,0,3]},"west":{"texture":"#0","uv":[0,0,8,3]}},"from":[-15.37,-15.6,-14.8],"shade":false,"to":[-15.37,-14.400001,-11.6]},{"faces":{"north":{"texture":"#0","uv":[0,3,3,8]},"south":{"texture":"#0","uv":[0,3,3,8]}},"from":[-16,-16,-14.8],"shade":false,"to":[-14.8,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1065518513_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6569.json b/assets/minecraft/models/w6569.json new file mode 100644 index 000000000..3bde607a9 --- /dev/null +++ b/assets/minecraft/models/w6569.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[10,8,10.25,14]},"north":{"texture":"#0","uv":[10,8,10.25,14]},"south":{"texture":"#0","uv":[10,8,10.25,14]},"up":{"texture":"#0","uv":[10.25,8,10.5,8.25]},"west":{"texture":"#0","uv":[10,8,10.25,14]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,3.2000008,-15.2]},{"faces":{"east":{"texture":"#0","uv":[10.5,8,10.75,14]},"north":{"texture":"#0","uv":[10.75,8,10.5,14]},"south":{"texture":"#0","uv":[10.75,8,10.5,14]},"up":{"texture":"#0","uv":[10.75,8,11,8.25]},"west":{"texture":"#0","uv":[10.5,8,10.75,14]}},"from":[-16,3.2000008,-16],"shade":false,"to":[-15.2,22.400002,-15.2]}],"overrides":[],"textures":{"0":"item/w1022535760_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w657.json b/assets/minecraft/models/w657.json new file mode 100644 index 000000000..070b1b258 --- /dev/null +++ b/assets/minecraft/models/w657.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,0,7,0.375]},"east":{"texture":"#0","uv":[6,0.375,6.375,1]},"north":{"texture":"#0","uv":[6.375,0.375,7,1]},"south":{"texture":"#0","uv":[7.375,0.375,8,1]},"up":{"texture":"#0","uv":[7,0.375,6.375,0]},"west":{"texture":"#0","uv":[7,0.375,7.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6570.json b/assets/minecraft/models/w6570.json new file mode 100644 index 000000000..d70656722 --- /dev/null +++ b/assets/minecraft/models/w6570.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[8,14,9.5,16]},"north":{"texture":"#0","uv":[8,14,9.5,16]},"south":{"texture":"#0","uv":[8,14,9.5,16]},"west":{"texture":"#0","uv":[8,14,9.5,16]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-9.6,-11.2]}],"overrides":[],"textures":{"0":"item/w1022535760_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6571.json b/assets/minecraft/models/w6571.json new file mode 100644 index 000000000..33407035c --- /dev/null +++ b/assets/minecraft/models/w6571.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[9,14,10,8]}},"from":[8,8,8],"shade":false,"to":[4.8,-11.200001,8]}],"overrides":[],"textures":{"0":"item/w1022535760_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6572.json b/assets/minecraft/models/w6572.json new file mode 100644 index 000000000..33407035c --- /dev/null +++ b/assets/minecraft/models/w6572.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[9,14,10,8]}},"from":[8,8,8],"shade":false,"to":[4.8,-11.200001,8]}],"overrides":[],"textures":{"0":"item/w1022535760_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6573.json b/assets/minecraft/models/w6573.json new file mode 100644 index 000000000..33407035c --- /dev/null +++ b/assets/minecraft/models/w6573.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[9,14,10,8]}},"from":[8,8,8],"shade":false,"to":[4.8,-11.200001,8]}],"overrides":[],"textures":{"0":"item/w1022535760_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6574.json b/assets/minecraft/models/w6574.json new file mode 100644 index 000000000..33407035c --- /dev/null +++ b/assets/minecraft/models/w6574.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[9,14,10,8]}},"from":[8,8,8],"shade":false,"to":[4.8,-11.200001,8]}],"overrides":[],"textures":{"0":"item/w1022535760_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6575.json b/assets/minecraft/models/w6575.json new file mode 100644 index 000000000..4502740bd --- /dev/null +++ b/assets/minecraft/models/w6575.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[8,14,9,8]}},"from":[8,8,8],"shade":false,"to":[4.8,-11.200001,8]}],"overrides":[],"textures":{"0":"item/w1022535760_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6576.json b/assets/minecraft/models/w6576.json new file mode 100644 index 000000000..4502740bd --- /dev/null +++ b/assets/minecraft/models/w6576.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[8,14,9,8]}},"from":[8,8,8],"shade":false,"to":[4.8,-11.200001,8]}],"overrides":[],"textures":{"0":"item/w1022535760_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6577.json b/assets/minecraft/models/w6577.json new file mode 100644 index 000000000..4502740bd --- /dev/null +++ b/assets/minecraft/models/w6577.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[8,14,9,8]}},"from":[8,8,8],"shade":false,"to":[4.8,-11.200001,8]}],"overrides":[],"textures":{"0":"item/w1022535760_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6578.json b/assets/minecraft/models/w6578.json new file mode 100644 index 000000000..4502740bd --- /dev/null +++ b/assets/minecraft/models/w6578.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[8,14,9,8]}},"from":[8,8,8],"shade":false,"to":[4.8,-11.200001,8]}],"overrides":[],"textures":{"0":"item/w1022535760_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6579.json b/assets/minecraft/models/w6579.json new file mode 100644 index 000000000..053b01bb6 --- /dev/null +++ b/assets/minecraft/models/w6579.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,6,6]},"up":{"texture":"#0","uv":[0,0,6,6]}},"from":[-16,-16,-16],"shade":false,"to":[3.2000008,-16,3.2000008]}],"overrides":[],"textures":{"0":"item/w115960069_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w658.json b/assets/minecraft/models/w658.json new file mode 100644 index 000000000..070b1b258 --- /dev/null +++ b/assets/minecraft/models/w658.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,0,7,0.375]},"east":{"texture":"#0","uv":[6,0.375,6.375,1]},"north":{"texture":"#0","uv":[6.375,0.375,7,1]},"south":{"texture":"#0","uv":[7.375,0.375,8,1]},"up":{"texture":"#0","uv":[7,0.375,6.375,0]},"west":{"texture":"#0","uv":[7,0.375,7.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6580.json b/assets/minecraft/models/w6580.json new file mode 100644 index 000000000..9990666ca --- /dev/null +++ b/assets/minecraft/models/w6580.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,12,6]},"up":{"texture":"#0","uv":[6,0,12,6]}},"from":[-16,-16,-16],"shade":false,"to":[0,-16,0]}],"overrides":[],"textures":{"0":"item/w115960069_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6581.json b/assets/minecraft/models/w6581.json new file mode 100644 index 000000000..396da304d --- /dev/null +++ b/assets/minecraft/models/w6581.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,16,4]},"up":{"texture":"#0","uv":[12,0,16,4]}},"from":[-16,-16,-16],"shade":false,"to":[-3.1999998,-16,-3.1999998]}],"overrides":[],"textures":{"0":"item/w115960069_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6582.json b/assets/minecraft/models/w6582.json new file mode 100644 index 000000000..9990666ca --- /dev/null +++ b/assets/minecraft/models/w6582.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,12,6]},"up":{"texture":"#0","uv":[6,0,12,6]}},"from":[-16,-16,-16],"shade":false,"to":[0,-16,0]}],"overrides":[],"textures":{"0":"item/w115960069_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6583.json b/assets/minecraft/models/w6583.json new file mode 100644 index 000000000..78e8fe1a3 --- /dev/null +++ b/assets/minecraft/models/w6583.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,6,6]},"up":{"texture":"#0","uv":[0,0,6,6]}},"from":[-16,-16,-16],"shade":false,"to":[3.2000008,-16,3.2000008]}],"overrides":[],"textures":{"0":"item/w929760932_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6584.json b/assets/minecraft/models/w6584.json new file mode 100644 index 000000000..139705f73 --- /dev/null +++ b/assets/minecraft/models/w6584.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,12,6]},"up":{"texture":"#0","uv":[6,0,12,6]}},"from":[-16,-16,-16],"shade":false,"to":[0,-16,0]}],"overrides":[],"textures":{"0":"item/w929760932_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6585.json b/assets/minecraft/models/w6585.json new file mode 100644 index 000000000..cf5ec387e --- /dev/null +++ b/assets/minecraft/models/w6585.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,16,4]},"up":{"texture":"#0","uv":[12,0,16,4]}},"from":[-16,-16,-16],"shade":false,"to":[-3.1999998,-16,-3.1999998]}],"overrides":[],"textures":{"0":"item/w929760932_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6586.json b/assets/minecraft/models/w6586.json new file mode 100644 index 000000000..139705f73 --- /dev/null +++ b/assets/minecraft/models/w6586.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,12,6]},"up":{"texture":"#0","uv":[6,0,12,6]}},"from":[-16,-16,-16],"shade":false,"to":[0,-16,0]}],"overrides":[],"textures":{"0":"item/w929760932_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6587.json b/assets/minecraft/models/w6587.json new file mode 100644 index 000000000..b7cde0a30 --- /dev/null +++ b/assets/minecraft/models/w6587.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,1,7,8]},"south":{"texture":"#0","uv":[7,1,0,8]}},"from":[-16,-16,-16],"shade":false,"to":[28.8,28.8,-16]}],"overrides":[],"textures":{"0":"item/w1014461835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6588.json b/assets/minecraft/models/w6588.json new file mode 100644 index 000000000..0370d97ee --- /dev/null +++ b/assets/minecraft/models/w6588.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[12,14,16,16]},"south":{"texture":"#0","uv":[12,14,16,16]}},"from":[-15.2,-15.6,-16],"shade":false,"to":[10.400001,-2.8000002,-16]},{"faces":{"north":{"texture":"#0","uv":[12,12,16,14]},"south":{"texture":"#0","uv":[12,12,16,14]}},"from":[-16,-16,-15.8],"shade":false,"to":[11.200001,-2.3999996,-15.8]}],"overrides":[],"textures":{"0":"item/w1014461835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6589.json b/assets/minecraft/models/w6589.json new file mode 100644 index 000000000..b4a08bf37 --- /dev/null +++ b/assets/minecraft/models/w6589.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,9,7,16]},"south":{"texture":"#0","uv":[7,9,0,16]}},"from":[-16,-16,-16],"shade":false,"to":[28.8,28.8,-16]}],"overrides":[],"textures":{"0":"item/w1014461835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w659.json b/assets/minecraft/models/w659.json new file mode 100644 index 000000000..070b1b258 --- /dev/null +++ b/assets/minecraft/models/w659.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,0,7,0.375]},"east":{"texture":"#0","uv":[6,0.375,6.375,1]},"north":{"texture":"#0","uv":[6.375,0.375,7,1]},"south":{"texture":"#0","uv":[7.375,0.375,8,1]},"up":{"texture":"#0","uv":[7,0.375,6.375,0]},"west":{"texture":"#0","uv":[7,0.375,7.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6590.json b/assets/minecraft/models/w6590.json new file mode 100644 index 000000000..2ec708e3b --- /dev/null +++ b/assets/minecraft/models/w6590.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[8,1,15,8]},"south":{"texture":"#0","uv":[15,1,8,8]}},"from":[-16,-16,-16],"shade":false,"to":[28.8,28.8,-16]}],"overrides":[],"textures":{"0":"item/w1014461835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6591.json b/assets/minecraft/models/w6591.json new file mode 100644 index 000000000..91cdd92ac --- /dev/null +++ b/assets/minecraft/models/w6591.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,4,2]},"east":{"texture":"#0","uv":[0,2,2,4.75]},"north":{"texture":"#0","uv":[2,2,4,4.75]},"south":{"texture":"#0","uv":[6,2,8,4.75]},"up":{"texture":"#0","uv":[4,2,2,0]},"west":{"texture":"#0","uv":[4,2,6,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-11.6,-12.8]}],"overrides":[],"textures":{"0":"item/w2029609546_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6592.json b/assets/minecraft/models/w6592.json new file mode 100644 index 000000000..a8de3d95b --- /dev/null +++ b/assets/minecraft/models/w6592.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,4.75,3.5,6.5]},"east":{"texture":"#0","uv":[0,6.5,1.75,8.25]},"north":{"texture":"#0","uv":[1.75,6.5,3.5,8.25]},"south":{"texture":"#0","uv":[5.25,6.5,7,8.25]},"up":{"texture":"#0","uv":[3.5,6.5,1.75,4.75]},"west":{"texture":"#0","uv":[3.5,6.5,5.25,8.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.2,-13.2]}],"overrides":[],"textures":{"0":"item/w2029609546_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6593.json b/assets/minecraft/models/w6593.json new file mode 100644 index 000000000..4f94709d0 --- /dev/null +++ b/assets/minecraft/models/w6593.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,3.25,9.5,4.75]},"east":{"texture":"#0","uv":[6.5,4.75,8,6.5]},"north":{"texture":"#0","uv":[8,4.75,9.5,6.5]},"south":{"texture":"#0","uv":[11,4.75,12.5,6.5]},"up":{"texture":"#0","uv":[9.5,4.75,8,3.25]},"west":{"texture":"#0","uv":[9.5,4.75,11,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.2,-13.6]}],"overrides":[],"textures":{"0":"item/w2029609546_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6594.json b/assets/minecraft/models/w6594.json new file mode 100644 index 000000000..1c462ec13 --- /dev/null +++ b/assets/minecraft/models/w6594.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,7,8.25,8.25]},"east":{"texture":"#0","uv":[5.75,8.25,7,10]},"north":{"texture":"#0","uv":[7,8.25,8.25,10]},"south":{"texture":"#0","uv":[9.5,8.25,10.75,10]},"up":{"texture":"#0","uv":[8.25,8.25,7,7]},"west":{"texture":"#0","uv":[8.25,8.25,9.5,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-13.2,-14]}],"overrides":[],"textures":{"0":"item/w2029609546_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6595.json b/assets/minecraft/models/w6595.json new file mode 100644 index 000000000..c7b990a9b --- /dev/null +++ b/assets/minecraft/models/w6595.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,0,10,1]},"east":{"texture":"#0","uv":[8,1,9,2.75]},"north":{"texture":"#0","uv":[9,1,10,2.75]},"south":{"texture":"#0","uv":[11,1,12,2.75]},"up":{"texture":"#0","uv":[10,1,9,0]},"west":{"texture":"#0","uv":[10,1,11,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-13.2,-14.4]}],"overrides":[],"textures":{"0":"item/w2029609546_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6596.json b/assets/minecraft/models/w6596.json new file mode 100644 index 000000000..44dbf2072 --- /dev/null +++ b/assets/minecraft/models/w6596.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,0,5.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,5.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,5.5]},"south":{"texture":"#0","uv":[9,3.5,11,5.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-13.2]},{"faces":{"down":{"texture":"#0","uv":[10.5,6.5,9,7]},"east":{"texture":"#0","uv":[7,7,7.5,8.5]},"north":{"texture":"#0","uv":[7.5,7,9,8.5]},"south":{"texture":"#0","uv":[9.5,7,11,8.5]},"up":{"texture":"#0","uv":[9,7,7.5,6.5]},"west":{"texture":"#0","uv":[9,7,9.5,8.5]}},"from":[-15.8,-15.92,-13.32],"shade":false,"to":[-14.6,-14.72,-12.92]}],"overrides":[],"textures":{"0":"item/w723905710_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6597.json b/assets/minecraft/models/w6597.json new file mode 100644 index 000000000..8ebe7680e --- /dev/null +++ b/assets/minecraft/models/w6597.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,0,7.5,2.5]},"up":{"texture":"#0","uv":[10,2.5,7.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-13.639999,-16,-14]}],"overrides":[],"textures":{"0":"item/w723905710_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6598.json b/assets/minecraft/models/w6598.json new file mode 100644 index 000000000..e067e4c04 --- /dev/null +++ b/assets/minecraft/models/w6598.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,5.5,3.5,7.5]},"east":{"texture":"#0","uv":[0,7.5,2,9]},"north":{"texture":"#0","uv":[2,7.5,3.5,9]},"south":{"texture":"#0","uv":[5.5,7.5,7,9]},"up":{"texture":"#0","uv":[3.5,7.5,2,5.5]},"west":{"texture":"#0","uv":[3.5,7.5,5.5,9]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.4]}],"overrides":[],"textures":{"0":"item/w723905710_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6599.json b/assets/minecraft/models/w6599.json new file mode 100644 index 000000000..3c333eca7 --- /dev/null +++ b/assets/minecraft/models/w6599.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,2.5,7.5,3.5]},"up":{"texture":"#0","uv":[9.5,3.5,7.5,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w723905710_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w66.json b/assets/minecraft/models/w66.json new file mode 100644 index 000000000..9295755df --- /dev/null +++ b/assets/minecraft/models/w66.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.125,2.5,10,3.25]},"east":{"texture":"#0","uv":[9.125,3.25,9.875,3.25]},"north":{"texture":"#0","uv":[9.875,3.25,10,3.25]},"south":{"texture":"#0","uv":[10.75,3.25,10.875,3.25]},"up":{"texture":"#0","uv":[10,3.25,9.875,2.5]},"west":{"texture":"#0","uv":[10,3.25,10.75,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-13.6]}],"overrides":[],"textures":{"0":"item/w1237560704_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w660.json b/assets/minecraft/models/w660.json new file mode 100644 index 000000000..070b1b258 --- /dev/null +++ b/assets/minecraft/models/w660.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,0,7,0.375]},"east":{"texture":"#0","uv":[6,0.375,6.375,1]},"north":{"texture":"#0","uv":[6.375,0.375,7,1]},"south":{"texture":"#0","uv":[7.375,0.375,8,1]},"up":{"texture":"#0","uv":[7,0.375,6.375,0]},"west":{"texture":"#0","uv":[7,0.375,7.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6600.json b/assets/minecraft/models/w6600.json new file mode 100644 index 000000000..62f3fe8a5 --- /dev/null +++ b/assets/minecraft/models/w6600.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,2.5,9.5,3.5]},"up":{"texture":"#0","uv":[7.5,3.5,9.5,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w723905710_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6601.json b/assets/minecraft/models/w6601.json new file mode 100644 index 000000000..f6c34478a --- /dev/null +++ b/assets/minecraft/models/w6601.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,5.5,9,6]},"up":{"texture":"#0","uv":[11,6,9,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-15.6]}],"overrides":[],"textures":{"0":"item/w723905710_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6602.json b/assets/minecraft/models/w6602.json new file mode 100644 index 000000000..903001803 --- /dev/null +++ b/assets/minecraft/models/w6602.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,5.5,11,6]},"up":{"texture":"#0","uv":[9,6,11,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-15.6]}],"overrides":[],"textures":{"0":"item/w723905710_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6603.json b/assets/minecraft/models/w6603.json new file mode 100644 index 000000000..782a44d1b --- /dev/null +++ b/assets/minecraft/models/w6603.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,5.5,5,7]},"up":{"texture":"#0","uv":[7,7,5,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.8]}],"overrides":[],"textures":{"0":"item/w723905710_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6604.json b/assets/minecraft/models/w6604.json new file mode 100644 index 000000000..c0a4bd8e4 --- /dev/null +++ b/assets/minecraft/models/w6604.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,5.5,7,7]},"up":{"texture":"#0","uv":[5,7,7,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.8]}],"overrides":[],"textures":{"0":"item/w723905710_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6605.json b/assets/minecraft/models/w6605.json new file mode 100644 index 000000000..938689e03 --- /dev/null +++ b/assets/minecraft/models/w6605.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,0,5.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,5.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,5.5]},"south":{"texture":"#0","uv":[9,3.5,11,5.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-12.8]},{"faces":{"down":{"texture":"#0","uv":[10.5,6.5,9,7]},"east":{"texture":"#0","uv":[7,7,7.5,8.5]},"north":{"texture":"#0","uv":[7.5,7,9,8.5]},"south":{"texture":"#0","uv":[9.5,7,11,8.5]},"up":{"texture":"#0","uv":[9,7,7.5,6.5]},"west":{"texture":"#0","uv":[9,7,9.5,8.5]}},"from":[-15.8,-15.92,-12.92],"shade":false,"to":[-14.6,-14.72,-12.52]}],"overrides":[],"textures":{"0":"item/w2001593152_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6606.json b/assets/minecraft/models/w6606.json new file mode 100644 index 000000000..faae09486 --- /dev/null +++ b/assets/minecraft/models/w6606.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,0,11,7.5]},"up":{"texture":"#0","uv":[13.5,7.5,11,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-16,-10]}],"overrides":[],"textures":{"0":"item/w2001593152_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6607.json b/assets/minecraft/models/w6607.json new file mode 100644 index 000000000..32b3d9d0f --- /dev/null +++ b/assets/minecraft/models/w6607.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,0,13.5,7.5]},"up":{"texture":"#0","uv":[11,7.5,13.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-16,-10]}],"overrides":[],"textures":{"0":"item/w2001593152_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6608.json b/assets/minecraft/models/w6608.json new file mode 100644 index 000000000..441c110af --- /dev/null +++ b/assets/minecraft/models/w6608.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,0,7.5,2.5]},"up":{"texture":"#0","uv":[10,2.5,7.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-13.639999,-16,-14]}],"overrides":[],"textures":{"0":"item/w2001593152_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6609.json b/assets/minecraft/models/w6609.json new file mode 100644 index 000000000..8c3272a48 --- /dev/null +++ b/assets/minecraft/models/w6609.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,5.5,3.5,7.5]},"east":{"texture":"#0","uv":[0,7.5,2,9]},"north":{"texture":"#0","uv":[2,7.5,3.5,9]},"south":{"texture":"#0","uv":[5.5,7.5,7,9]},"up":{"texture":"#0","uv":[3.5,7.5,2,5.5]},"west":{"texture":"#0","uv":[3.5,7.5,5.5,9]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.4]}],"overrides":[],"textures":{"0":"item/w2001593152_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w661.json b/assets/minecraft/models/w661.json new file mode 100644 index 000000000..d711fd39e --- /dev/null +++ b/assets/minecraft/models/w661.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.375,7.625,0]},"east":{"texture":"#0","uv":[7,0.375,7.375,1]},"north":{"texture":"#0","uv":[7.375,0.375,8,1]},"south":{"texture":"#0","uv":[6.375,0.375,7,1]},"up":{"texture":"#0","uv":[6.375,0,7,0.375]},"west":{"texture":"#0","uv":[6,0.375,6.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6610.json b/assets/minecraft/models/w6610.json new file mode 100644 index 000000000..27c459f37 --- /dev/null +++ b/assets/minecraft/models/w6610.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,2.5,7.5,3.5]},"up":{"texture":"#0","uv":[9.5,3.5,7.5,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w2001593152_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6611.json b/assets/minecraft/models/w6611.json new file mode 100644 index 000000000..4e68588d5 --- /dev/null +++ b/assets/minecraft/models/w6611.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,2.5,9.5,3.5]},"up":{"texture":"#0","uv":[7.5,3.5,9.5,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w2001593152_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6612.json b/assets/minecraft/models/w6612.json new file mode 100644 index 000000000..3cc90b76b --- /dev/null +++ b/assets/minecraft/models/w6612.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,5.5,9,6]},"up":{"texture":"#0","uv":[11,6,9,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-15.6]}],"overrides":[],"textures":{"0":"item/w2001593152_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6613.json b/assets/minecraft/models/w6613.json new file mode 100644 index 000000000..6389d643e --- /dev/null +++ b/assets/minecraft/models/w6613.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,5.5,11,6]},"up":{"texture":"#0","uv":[9,6,11,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-15.6]}],"overrides":[],"textures":{"0":"item/w2001593152_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6614.json b/assets/minecraft/models/w6614.json new file mode 100644 index 000000000..e4953cac1 --- /dev/null +++ b/assets/minecraft/models/w6614.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,5.5,5,7]},"up":{"texture":"#0","uv":[7,7,5,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.8]}],"overrides":[],"textures":{"0":"item/w2001593152_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6615.json b/assets/minecraft/models/w6615.json new file mode 100644 index 000000000..43795710b --- /dev/null +++ b/assets/minecraft/models/w6615.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,5.5,7,7]},"up":{"texture":"#0","uv":[5,7,7,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.8]}],"overrides":[],"textures":{"0":"item/w2001593152_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6616.json b/assets/minecraft/models/w6616.json new file mode 100644 index 000000000..e7b40437d --- /dev/null +++ b/assets/minecraft/models/w6616.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,8,10.5,11]},"east":{"texture":"#0","uv":[5,11,8,13.5]},"north":{"texture":"#0","uv":[8,11,10.5,13.5]},"south":{"texture":"#0","uv":[13.5,11,16,13.5]},"up":{"texture":"#0","uv":[10.5,11,8,8]},"west":{"texture":"#0","uv":[10.5,11,13.5,13.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-13.6]}],"overrides":[],"textures":{"0":"item/w1746835750_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6617.json b/assets/minecraft/models/w6617.json new file mode 100644 index 000000000..2af158802 --- /dev/null +++ b/assets/minecraft/models/w6617.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,9.5,6,10.5]},"east":{"texture":"#0","uv":[6,9.5,7,10.5]},"north":{"texture":"#0","uv":[6,9.5,7,10.5]},"south":{"texture":"#0","uv":[6,9.5,7,10.5]},"up":{"texture":"#0","uv":[7,10.5,6,9.5]},"west":{"texture":"#0","uv":[6,9.5,7,10.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.76,-13.639999,-13.2]}],"overrides":[],"textures":{"0":"item/w1746835750_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6618.json b/assets/minecraft/models/w6618.json new file mode 100644 index 000000000..b8b94a582 --- /dev/null +++ b/assets/minecraft/models/w6618.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,0,5.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,5.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,5.5]},"south":{"texture":"#0","uv":[9,3.5,11,5.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-13.2]},{"faces":{"east":{"texture":"#0","uv":[6,9.5,7,10.5]},"west":{"texture":"#0","uv":[6,9.5,7,10.5]}},"from":[-15.2,-14.4,-15.6],"shade":false,"to":[-15.2,-14,-12.8]}],"overrides":[],"textures":{"0":"item/w1746835750_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6619.json b/assets/minecraft/models/w6619.json new file mode 100644 index 000000000..ca991786c --- /dev/null +++ b/assets/minecraft/models/w6619.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.5,9.5,3.5,11]},"west":{"texture":"#0","uv":[3.5,9.5,5.5,11]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-14.4]}],"overrides":[],"textures":{"0":"item/w1746835750_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w662.json b/assets/minecraft/models/w662.json new file mode 100644 index 000000000..d711fd39e --- /dev/null +++ b/assets/minecraft/models/w662.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.375,7.625,0]},"east":{"texture":"#0","uv":[7,0.375,7.375,1]},"north":{"texture":"#0","uv":[7.375,0.375,8,1]},"south":{"texture":"#0","uv":[6.375,0.375,7,1]},"up":{"texture":"#0","uv":[6.375,0,7,0.375]},"west":{"texture":"#0","uv":[6,0.375,6.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6620.json b/assets/minecraft/models/w6620.json new file mode 100644 index 000000000..b6b2c9525 --- /dev/null +++ b/assets/minecraft/models/w6620.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,0,7.5,2.5]},"up":{"texture":"#0","uv":[10,2.5,7.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-13.639999,-16,-14]}],"overrides":[],"textures":{"0":"item/w1746835750_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6621.json b/assets/minecraft/models/w6621.json new file mode 100644 index 000000000..b76ad6a7a --- /dev/null +++ b/assets/minecraft/models/w6621.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,5.5,3.5,7.5]},"east":{"texture":"#0","uv":[0,7.5,2,9]},"north":{"texture":"#0","uv":[2,7.5,3.5,9]},"south":{"texture":"#0","uv":[5.5,7.5,7,9]},"up":{"texture":"#0","uv":[3.5,7.5,2,5.5]},"west":{"texture":"#0","uv":[3.5,7.5,5.5,9]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.4]}],"overrides":[],"textures":{"0":"item/w1746835750_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6622.json b/assets/minecraft/models/w6622.json new file mode 100644 index 000000000..1fc020af8 --- /dev/null +++ b/assets/minecraft/models/w6622.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,2.5,7.5,3.5]},"up":{"texture":"#0","uv":[9.5,3.5,7.5,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1746835750_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6623.json b/assets/minecraft/models/w6623.json new file mode 100644 index 000000000..f14c1a843 --- /dev/null +++ b/assets/minecraft/models/w6623.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,2.5,9.5,3.5]},"up":{"texture":"#0","uv":[7.5,3.5,9.5,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-15.2]}],"overrides":[],"textures":{"0":"item/w1746835750_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6624.json b/assets/minecraft/models/w6624.json new file mode 100644 index 000000000..ef4b84493 --- /dev/null +++ b/assets/minecraft/models/w6624.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,5.5,9,6]},"up":{"texture":"#0","uv":[11,6,9,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-15.6]}],"overrides":[],"textures":{"0":"item/w1746835750_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6625.json b/assets/minecraft/models/w6625.json new file mode 100644 index 000000000..a8c64caf6 --- /dev/null +++ b/assets/minecraft/models/w6625.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,5.5,11,6]},"up":{"texture":"#0","uv":[9,6,11,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-15.6]}],"overrides":[],"textures":{"0":"item/w1746835750_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6626.json b/assets/minecraft/models/w6626.json new file mode 100644 index 000000000..4cc19079e --- /dev/null +++ b/assets/minecraft/models/w6626.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,5.5,5,7]},"up":{"texture":"#0","uv":[7,7,5,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.8]}],"overrides":[],"textures":{"0":"item/w1746835750_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6627.json b/assets/minecraft/models/w6627.json new file mode 100644 index 000000000..c355b193e --- /dev/null +++ b/assets/minecraft/models/w6627.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,5.5,7,7]},"up":{"texture":"#0","uv":[5,7,7,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.8]}],"overrides":[],"textures":{"0":"item/w1746835750_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6628.json b/assets/minecraft/models/w6628.json new file mode 100644 index 000000000..235f448bb --- /dev/null +++ b/assets/minecraft/models/w6628.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[6.3125,15.25,6.8125,16]},"north":{"texture":"#0","uv":[6.8125,15.25,7.0625,16]},"south":{"texture":"#0","uv":[7.0625,15.25,7.3125,16]},"up":{"texture":"#0","uv":[7.0625,15.25,6.8125,14.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-12.8]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6629.json b/assets/minecraft/models/w6629.json new file mode 100644 index 000000000..70aed8ab9 --- /dev/null +++ b/assets/minecraft/models/w6629.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[7.0625,15.25,6.8125,16]},"south":{"texture":"#0","uv":[7.3125,15.25,7.0625,16]},"up":{"texture":"#0","uv":[6.8125,15.25,7.0625,14.75]},"west":{"texture":"#0","uv":[6.8125,15.25,6.3125,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-12.8]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w663.json b/assets/minecraft/models/w663.json new file mode 100644 index 000000000..d711fd39e --- /dev/null +++ b/assets/minecraft/models/w663.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.375,7.625,0]},"east":{"texture":"#0","uv":[7,0.375,7.375,1]},"north":{"texture":"#0","uv":[7.375,0.375,8,1]},"south":{"texture":"#0","uv":[6.375,0.375,7,1]},"up":{"texture":"#0","uv":[6.375,0,7,0.375]},"west":{"texture":"#0","uv":[6,0.375,6.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6630.json b/assets/minecraft/models/w6630.json new file mode 100644 index 000000000..2a566b5ac --- /dev/null +++ b/assets/minecraft/models/w6630.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[3.375,14.625,2.8125,16]},"up":{"texture":"#0","uv":[2.4375,14.625,3,14.25]}},"from":[-16,-16,-16],"shade":false,"to":[-12.248,-6.9160004,-13.32]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6631.json b/assets/minecraft/models/w6631.json new file mode 100644 index 000000000..1567edc68 --- /dev/null +++ b/assets/minecraft/models/w6631.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[8.5625,14.625,8,16]},"up":{"texture":"#0","uv":[2.4375,14.625,3,14.25]}},"from":[-16,-16,-16],"shade":false,"to":[-12.248,-6.9160004,-13.32]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6632.json b/assets/minecraft/models/w6632.json new file mode 100644 index 000000000..86d3155e7 --- /dev/null +++ b/assets/minecraft/models/w6632.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[7.4375,14.625,8,16]},"up":{"texture":"#0","uv":[3,14.625,2.4375,14.25]}},"from":[-16,-16,-16],"shade":false,"to":[-12.248,-6.9160004,-13.32]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6633.json b/assets/minecraft/models/w6633.json new file mode 100644 index 000000000..23d3ff466 --- /dev/null +++ b/assets/minecraft/models/w6633.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[3.375,14.625,3.9375,16]},"up":{"texture":"#0","uv":[3,14.625,2.4375,14.25]}},"from":[-16,-16,-16],"shade":false,"to":[-12.248,-6.9160004,-13.32]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6634.json b/assets/minecraft/models/w6634.json new file mode 100644 index 000000000..b49dc4257 --- /dev/null +++ b/assets/minecraft/models/w6634.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[4.75,14.625,4.875,14]},"west":{"texture":"#0","uv":[4.75,14.625,4.125,16]}},"from":[-16,-16,-16],"shade":false,"to":[-15.196,-6.9160004,-11.712]},{"faces":{"east":{"texture":"#0","uv":[4.7578125,14.625,5.3828125,16]},"up":{"texture":"#0","uv":[4.875,14.625,4.75,14]}},"from":[-9.555693,-16,-16],"shade":false,"to":[-8.751693,-6.9160004,-11.712]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6635.json b/assets/minecraft/models/w6635.json new file mode 100644 index 000000000..3e9f3f40d --- /dev/null +++ b/assets/minecraft/models/w6635.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5625,12.3125,4.6875,12.9375]},"east":{"texture":"#0","uv":[3.1875,12.9375,3.8125,13.75]},"north":{"texture":"#0","uv":[3.8125,12.9375,4.6875,13.75]},"up":{"texture":"#0","uv":[4.6875,12.9375,3.8125,12.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-10.8,-12]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6636.json b/assets/minecraft/models/w6636.json new file mode 100644 index 000000000..727ebfcac --- /dev/null +++ b/assets/minecraft/models/w6636.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.375,10.375,1.5,11]},"east":{"texture":"#0","uv":[0,11,0.625,11.8125]},"south":{"texture":"#0","uv":[2.125,11,3,11.8125]},"up":{"texture":"#0","uv":[1.5,10.375,0.625,11]}},"from":[-16,-16,-16],"shade":false,"to":[-10.376,-10.776,-11.976]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6637.json b/assets/minecraft/models/w6637.json new file mode 100644 index 000000000..29ea68893 --- /dev/null +++ b/assets/minecraft/models/w6637.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.3125,13.765625,6.1875,14.390625]},"north":{"texture":"#0","uv":[5.5625,12.9375,4.6875,13.75]},"up":{"texture":"#0","uv":[5.5625,12.9375,6.4375,12.3125]},"west":{"texture":"#0","uv":[3.8125,12.9375,3.1875,13.75]}},"from":[-16,-16,-16],"shade":false,"to":[-10.392,-10.792,-11.992]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6638.json b/assets/minecraft/models/w6638.json new file mode 100644 index 000000000..02c541a60 --- /dev/null +++ b/assets/minecraft/models/w6638.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,12.3125,2.375,12.9375]},"south":{"texture":"#0","uv":[3,12.9375,2.125,13.75]},"up":{"texture":"#0","uv":[0.625,12.3125,1.5,12.9375]},"west":{"texture":"#0","uv":[0.625,12.9375,0,13.75]}},"from":[-16,-16,-16],"shade":false,"to":[-10.384,-10.783999,-11.983999]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6639.json b/assets/minecraft/models/w6639.json new file mode 100644 index 000000000..341565786 --- /dev/null +++ b/assets/minecraft/models/w6639.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.6875,11.9375,7.5,12.9375]},"east":{"texture":"#0","uv":[6.3125,13.7578125,7.3125,14.5703125]},"north":{"texture":"#0","uv":[7.3125,12.9375,7.5,13.75]},"south":{"texture":"#0","uv":[8.5,12.9375,8.6875,13.75]},"up":{"texture":"#0","uv":[7.3125,12.9375,7.125,11.9375]},"west":{"texture":"#0","uv":[7.5,12.9375,8.5,13.75]}},"from":[-6.381631,-16,-16],"shade":false,"to":[-5.189631,-10.808001,-9.608]},{"faces":{"down":{"texture":"#0","uv":[7.6875,11.9375,7.875,12.9375]},"east":{"texture":"#0","uv":[8.5,12.9375,7.5,13.75]},"north":{"texture":"#0","uv":[7.5,12.9375,7.3125,13.75]},"south":{"texture":"#0","uv":[8.6875,12.9375,8.5,13.75]},"up":{"texture":"#0","uv":[7.3125,12.9375,7.5,11.9375]},"west":{"texture":"#0","uv":[7.3125,12.9375,6.3125,13.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.808001,-10.808001,-9.608]},{"faces":{"up":{"texture":"#0","uv":[2.671875,12.140625,3.546875,12.765625]}},"from":[-13.399466,-10.792,-14.321037],"shade":false,"to":[-7.7834654,-10.776,-10.3050375]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w664.json b/assets/minecraft/models/w664.json new file mode 100644 index 000000000..d711fd39e --- /dev/null +++ b/assets/minecraft/models/w664.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.375,7.625,0]},"east":{"texture":"#0","uv":[7,0.375,7.375,1]},"north":{"texture":"#0","uv":[7.375,0.375,8,1]},"south":{"texture":"#0","uv":[6.375,0.375,7,1]},"up":{"texture":"#0","uv":[6.375,0,7,0.375]},"west":{"texture":"#0","uv":[6,0.375,6.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6640.json b/assets/minecraft/models/w6640.json new file mode 100644 index 000000000..130e94771 --- /dev/null +++ b/assets/minecraft/models/w6640.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.375,1.4375,1.625,2.3125]},"east":{"texture":"#0","uv":[0,2.3125,0.875,3.0625]},"north":{"texture":"#0","uv":[0.875,2.3125,1.625,3.0625]},"south":{"texture":"#0","uv":[2.5,2.3125,3.25,3.0625]},"up":{"texture":"#0","uv":[1.625,2.3125,0.875,1.4375]},"west":{"texture":"#0","uv":[1.625,2.3125,2.5,3.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-10.4]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6641.json b/assets/minecraft/models/w6641.json new file mode 100644 index 000000000..c2698c574 --- /dev/null +++ b/assets/minecraft/models/w6641.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.9375,1.4375,5.6875,2.3125]},"east":{"texture":"#0","uv":[5.8125,2.3125,4.9375,3.0625]},"north":{"texture":"#0","uv":[4.9375,2.3125,4.1875,3.0625]},"south":{"texture":"#0","uv":[6.5625,2.3125,5.8125,3.0625]},"up":{"texture":"#0","uv":[4.1875,2.3125,4.9375,1.4375]},"west":{"texture":"#0","uv":[4.1875,2.3125,3.3125,3.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-10.4]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6642.json b/assets/minecraft/models/w6642.json new file mode 100644 index 000000000..0d111a907 --- /dev/null +++ b/assets/minecraft/models/w6642.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.8125,3.75,7.3125,4.25]},"east":{"texture":"#0","uv":[8.3125,4.25,7.8125,4.6875]},"north":{"texture":"#0","uv":[6.8125,4.25,7.3125,4.6875]},"south":{"texture":"#0","uv":[7.8125,4.25,8.3125,4.6875]},"up":{"texture":"#0","uv":[7.3125,4.25,6.8125,3.75]},"west":{"texture":"#0","uv":[7.314453,4.25,7.814453,4.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.7,-13,-12.7]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6643.json b/assets/minecraft/models/w6643.json new file mode 100644 index 000000000..575ac6f37 --- /dev/null +++ b/assets/minecraft/models/w6643.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[13.9296875,0.03125,14.0078125,0.125]},"west":{"texture":"#0","uv":[14.0078125,0.03125,13.9296875,0.125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.4,-15.5]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6644.json b/assets/minecraft/models/w6644.json new file mode 100644 index 000000000..ff5b0609a --- /dev/null +++ b/assets/minecraft/models/w6644.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[14.0234375,0.03125,14.1015625,0.125]},"west":{"texture":"#0","uv":[14.1015625,0.03125,14.0234375,0.125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.4,-15.5]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6645.json b/assets/minecraft/models/w6645.json new file mode 100644 index 000000000..ff5b0609a --- /dev/null +++ b/assets/minecraft/models/w6645.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[14.0234375,0.03125,14.1015625,0.125]},"west":{"texture":"#0","uv":[14.1015625,0.03125,14.0234375,0.125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.4,-15.5]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6646.json b/assets/minecraft/models/w6646.json new file mode 100644 index 000000000..575ac6f37 --- /dev/null +++ b/assets/minecraft/models/w6646.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[13.9296875,0.03125,14.0078125,0.125]},"west":{"texture":"#0","uv":[14.0078125,0.03125,13.9296875,0.125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.4,-15.5]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6647.json b/assets/minecraft/models/w6647.json new file mode 100644 index 000000000..e0c170aa7 --- /dev/null +++ b/assets/minecraft/models/w6647.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[13.84375,0.03125,13.921875,0.125]},"west":{"texture":"#0","uv":[13.921875,0.03125,13.84375,0.125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.4,-15.5]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6648.json b/assets/minecraft/models/w6648.json new file mode 100644 index 000000000..e0c170aa7 --- /dev/null +++ b/assets/minecraft/models/w6648.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[13.84375,0.03125,13.921875,0.125]},"west":{"texture":"#0","uv":[13.921875,0.03125,13.84375,0.125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.4,-15.5]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6649.json b/assets/minecraft/models/w6649.json new file mode 100644 index 000000000..e0c170aa7 --- /dev/null +++ b/assets/minecraft/models/w6649.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[13.84375,0.03125,13.921875,0.125]},"west":{"texture":"#0","uv":[13.921875,0.03125,13.84375,0.125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.4,-15.5]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w665.json b/assets/minecraft/models/w665.json new file mode 100644 index 000000000..d711fd39e --- /dev/null +++ b/assets/minecraft/models/w665.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.375,7.625,0]},"east":{"texture":"#0","uv":[7,0.375,7.375,1]},"north":{"texture":"#0","uv":[7.375,0.375,8,1]},"south":{"texture":"#0","uv":[6.375,0.375,7,1]},"up":{"texture":"#0","uv":[6.375,0,7,0.375]},"west":{"texture":"#0","uv":[6,0.375,6.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6650.json b/assets/minecraft/models/w6650.json new file mode 100644 index 000000000..e0c170aa7 --- /dev/null +++ b/assets/minecraft/models/w6650.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[13.84375,0.03125,13.921875,0.125]},"west":{"texture":"#0","uv":[13.921875,0.03125,13.84375,0.125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.4,-15.5]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6651.json b/assets/minecraft/models/w6651.json new file mode 100644 index 000000000..e0c170aa7 --- /dev/null +++ b/assets/minecraft/models/w6651.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[13.84375,0.03125,13.921875,0.125]},"west":{"texture":"#0","uv":[13.921875,0.03125,13.84375,0.125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.4,-15.5]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6652.json b/assets/minecraft/models/w6652.json new file mode 100644 index 000000000..e0c170aa7 --- /dev/null +++ b/assets/minecraft/models/w6652.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[13.84375,0.03125,13.921875,0.125]},"west":{"texture":"#0","uv":[13.921875,0.03125,13.84375,0.125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.4,-15.5]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6653.json b/assets/minecraft/models/w6653.json new file mode 100644 index 000000000..e0c170aa7 --- /dev/null +++ b/assets/minecraft/models/w6653.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[13.84375,0.03125,13.921875,0.125]},"west":{"texture":"#0","uv":[13.921875,0.03125,13.84375,0.125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.4,-15.5]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6654.json b/assets/minecraft/models/w6654.json new file mode 100644 index 000000000..e0c170aa7 --- /dev/null +++ b/assets/minecraft/models/w6654.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[13.84375,0.03125,13.921875,0.125]},"west":{"texture":"#0","uv":[13.921875,0.03125,13.84375,0.125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.4,-15.5]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6655.json b/assets/minecraft/models/w6655.json new file mode 100644 index 000000000..575ac6f37 --- /dev/null +++ b/assets/minecraft/models/w6655.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[13.9296875,0.03125,14.0078125,0.125]},"west":{"texture":"#0","uv":[14.0078125,0.03125,13.9296875,0.125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.4,-15.5]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6656.json b/assets/minecraft/models/w6656.json new file mode 100644 index 000000000..1be8d1968 --- /dev/null +++ b/assets/minecraft/models/w6656.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.1875,1.625,0.375,1.875]},"west":{"texture":"#0","uv":[0.375,1.625,0.5625,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.2,-14.8]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6657.json b/assets/minecraft/models/w6657.json new file mode 100644 index 000000000..4cbab45bc --- /dev/null +++ b/assets/minecraft/models/w6657.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0.5625,1.625,0.375,1.875]},"north":{"texture":"#0","uv":[0.375,1.625,0.1875,1.875]}},"from":[8,8,8],"shade":false,"to":[6.8,9.8,9.2]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6658.json b/assets/minecraft/models/w6658.json new file mode 100644 index 000000000..8fc31d64b --- /dev/null +++ b/assets/minecraft/models/w6658.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0.1875,1.625,0.375,1.875]},"north":{"texture":"#0","uv":[0.375,1.625,0.5625,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.2,-14.8]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6659.json b/assets/minecraft/models/w6659.json new file mode 100644 index 000000000..2894ffbff --- /dev/null +++ b/assets/minecraft/models/w6659.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.5625,1.625,0.375,1.875]},"west":{"texture":"#0","uv":[0.375,1.625,0.1875,1.875]}},"from":[8,8,8],"shade":false,"to":[6.8,9.8,9.2]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w666.json b/assets/minecraft/models/w666.json new file mode 100644 index 000000000..d711fd39e --- /dev/null +++ b/assets/minecraft/models/w666.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.375,7.625,0]},"east":{"texture":"#0","uv":[7,0.375,7.375,1]},"north":{"texture":"#0","uv":[7.375,0.375,8,1]},"south":{"texture":"#0","uv":[6.375,0.375,7,1]},"up":{"texture":"#0","uv":[6.375,0,7,0.375]},"west":{"texture":"#0","uv":[6,0.375,6.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6660.json b/assets/minecraft/models/w6660.json new file mode 100644 index 000000000..4faa83985 --- /dev/null +++ b/assets/minecraft/models/w6660.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.5625,1.625,0.375,1.875]},"west":{"texture":"#0","uv":[0.375,1.625,0.1875,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.2,-14.8]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6661.json b/assets/minecraft/models/w6661.json new file mode 100644 index 000000000..43eaf7b7b --- /dev/null +++ b/assets/minecraft/models/w6661.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0.1875,1.625,0.375,1.875]},"north":{"texture":"#0","uv":[0.375,1.625,0.5625,1.875]}},"from":[8,8,8],"shade":false,"to":[6.8,9.8,9.2]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6662.json b/assets/minecraft/models/w6662.json new file mode 100644 index 000000000..fd40282df --- /dev/null +++ b/assets/minecraft/models/w6662.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0.375,1.625,0.1875,1.875]},"south":{"texture":"#0","uv":[0.5625,1.625,0.375,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.200001,-14.8]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6663.json b/assets/minecraft/models/w6663.json new file mode 100644 index 000000000..28a3207bd --- /dev/null +++ b/assets/minecraft/models/w6663.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[0.375,1.625,0.5625,1.875]},"west":{"texture":"#0","uv":[0.1875,1.625,0.375,1.875]}},"from":[8,8,8],"shade":false,"to":[6.8,9.799999,9.2]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6664.json b/assets/minecraft/models/w6664.json new file mode 100644 index 000000000..820c45192 --- /dev/null +++ b/assets/minecraft/models/w6664.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.625,0,1.8125,1]},"east":{"texture":"#0","uv":[0,1,1,1.375]},"north":{"texture":"#0","uv":[2.8125,1,3.625,1.375]},"south":{"texture":"#0","uv":[1.8125,1,1,1.375]},"up":{"texture":"#0","uv":[1.8125,1,1,0]},"west":{"texture":"#0","uv":[1.8125,1,2.8125,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-13.6,-9.6]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6665.json b/assets/minecraft/models/w6665.json new file mode 100644 index 000000000..351ba0894 --- /dev/null +++ b/assets/minecraft/models/w6665.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5625,6.25,2.25,7]},"east":{"texture":"#0","uv":[1.1875,7,1.9375,7.375]},"north":{"texture":"#0","uv":[1.9375,7,2.25,7.375]},"south":{"texture":"#0","uv":[2.25,7,1.9375,7.375]},"up":{"texture":"#0","uv":[2.25,7,1.9375,6.25]},"west":{"texture":"#0","uv":[2.25,7,3,7.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-13.6,-11.2]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6666.json b/assets/minecraft/models/w6666.json new file mode 100644 index 000000000..27f64dcb3 --- /dev/null +++ b/assets/minecraft/models/w6666.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.3125,5.75,7,6.5]},"east":{"texture":"#0","uv":[5.9375,6.5,6.6875,6.875]},"north":{"texture":"#0","uv":[6.6875,6.5,7,6.875]},"south":{"texture":"#0","uv":[7,6.5,6.6875,6.875]},"up":{"texture":"#0","uv":[7,6.5,6.6875,5.75]},"west":{"texture":"#0","uv":[7,6.5,7.75,6.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-13.6,-11.2]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6667.json b/assets/minecraft/models/w6667.json new file mode 100644 index 000000000..aba580836 --- /dev/null +++ b/assets/minecraft/models/w6667.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.9375,5.0625,3.1875,5.5625]},"east":{"texture":"#0","uv":[1.9375,5.5625,2.4375,6.1875]},"north":{"texture":"#0","uv":[2.4375,5.5625,3.1875,6.1875]},"south":{"texture":"#0","uv":[3.6875,5.5625,4.4375,6.1875]},"up":{"texture":"#0","uv":[3.1875,5.5625,2.4375,5.0625]},"west":{"texture":"#0","uv":[3.1875,5.5625,3.6875,6.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-12,-12.8]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6668.json b/assets/minecraft/models/w6668.json new file mode 100644 index 000000000..59484394d --- /dev/null +++ b/assets/minecraft/models/w6668.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.1875,5.0625,3.9375,5.5625]},"east":{"texture":"#0","uv":[3.6875,5.5625,3.1875,6.1875]},"north":{"texture":"#0","uv":[3.1875,5.5625,2.4375,6.1875]},"south":{"texture":"#0","uv":[4.4375,5.5625,3.6875,6.1875]},"up":{"texture":"#0","uv":[2.4375,5.5625,3.1875,5.0625]},"west":{"texture":"#0","uv":[2.4375,5.5625,1.9375,6.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-12,-12.8]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6669.json b/assets/minecraft/models/w6669.json new file mode 100644 index 000000000..df09d97d4 --- /dev/null +++ b/assets/minecraft/models/w6669.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.1875,3.125,1.9375,3.375]},"east":{"texture":"#0","uv":[1.4375,3.375,1.6875,3.9375]},"north":{"texture":"#0","uv":[2.1875,3.375,1.9375,3.9375]},"south":{"texture":"#0","uv":[1.6875,3.375,1.4375,3.9375]},"up":{"texture":"#0","uv":[1.9375,3.375,1.6875,3.125]},"west":{"texture":"#0","uv":[1.9375,3.375,2.1875,3.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.1,-12.4,-14.1]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w667.json b/assets/minecraft/models/w667.json new file mode 100644 index 000000000..d711fd39e --- /dev/null +++ b/assets/minecraft/models/w667.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.375,7.625,0]},"east":{"texture":"#0","uv":[7,0.375,7.375,1]},"north":{"texture":"#0","uv":[7.375,0.375,8,1]},"south":{"texture":"#0","uv":[6.375,0.375,7,1]},"up":{"texture":"#0","uv":[6.375,0,7,0.375]},"west":{"texture":"#0","uv":[6,0.375,6.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6670.json b/assets/minecraft/models/w6670.json new file mode 100644 index 000000000..9d94f4595 --- /dev/null +++ b/assets/minecraft/models/w6670.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.0625,0.2421875,0.0390625,0.2578125]},"east":{"texture":"#0","uv":[0,0.2578125,0.015625,0.265625]},"north":{"texture":"#0","uv":[0.015625,0.2578125,0.0390625,0.265625]},"south":{"texture":"#0","uv":[0.0546875,0.2578125,0.078125,0.265625]},"up":{"texture":"#0","uv":[0.0390625,0.2578125,0.015625,0.2421875]},"west":{"texture":"#0","uv":[0.0390625,0.2578125,0.0546875,0.265625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.806,-15.406,-15.106]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6671.json b/assets/minecraft/models/w6671.json new file mode 100644 index 000000000..925fbdb5f --- /dev/null +++ b/assets/minecraft/models/w6671.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.0390625,0.2421875,0.0625,0.2578125]},"east":{"texture":"#0","uv":[0.0546875,0.2578125,0.0390625,0.265625]},"north":{"texture":"#0","uv":[0.0390625,0.2578125,0.015625,0.265625]},"south":{"texture":"#0","uv":[0.078125,0.2578125,0.0546875,0.265625]},"up":{"texture":"#0","uv":[0.015625,0.2578125,0.0390625,0.2421875]},"west":{"texture":"#0","uv":[0.015625,0.2578125,0,0.265625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.806,-15.406,-15.106]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6672.json b/assets/minecraft/models/w6672.json new file mode 100644 index 000000000..d36ae7dee --- /dev/null +++ b/assets/minecraft/models/w6672.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.8125,1.5,7.4375,1.875]},"east":{"texture":"#0","uv":[8.1875,1.875,7.8125,2.25]},"north":{"texture":"#0","uv":[7.0625,1.875,7.4375,2.25]},"south":{"texture":"#0","uv":[7.8125,1.875,8.1875,2.25]},"up":{"texture":"#0","uv":[7.4375,1.875,7.0625,1.5]},"west":{"texture":"#0","uv":[7.4375,1.875,7.0625,2.25]}},"from":[-16,-15.4,-16],"rotation":{"angle":-45,"axis":"y","origin":[-14.086467,-14.119724,-14.086467],"rescale":false},"shade":false,"to":[-13.3,-13,-13.3]},{"faces":{"down":{"texture":"#0","uv":[2.8125,1.4375,2.6875,1.5625]},"east":{"texture":"#0","uv":[2.4375,1.5625,2.5625,1.625]},"north":{"texture":"#0","uv":[2.5625,1.5625,2.6875,1.625]},"south":{"texture":"#0","uv":[2.8125,1.5625,2.9375,1.625]},"up":{"texture":"#0","uv":[2.6875,1.5625,2.5625,1.4375]},"west":{"texture":"#0","uv":[2.6875,1.5625,2.5625,1.625]}},"from":[-16,-16,-16],"rotation":{"angle":-45,"axis":"y","origin":[-14.086467,-16.519724,-14.086467],"rescale":false},"shade":false,"to":[-15.1,-15.4,-15.1]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6673.json b/assets/minecraft/models/w6673.json new file mode 100644 index 000000000..96b64468d --- /dev/null +++ b/assets/minecraft/models/w6673.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.8125,3.75,6.3125,4.25]},"east":{"texture":"#0","uv":[6.8046875,3.7890625,6.3046875,4.2265625]},"north":{"texture":"#0","uv":[6.8125,4.765625,7.3125,4.9296875]},"south":{"texture":"#0","uv":[6.3046875,3.78125,6.8046875,4.21875]},"up":{"texture":"#0","uv":[6.8125,4.25,6.3125,3.75]},"west":{"texture":"#0","uv":[7.3125,4.765625,7.8125,4.9296875]}},"from":[-16,-16,-16],"shade":false,"to":[-12.7,-14.875,-12.7]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6674.json b/assets/minecraft/models/w6674.json new file mode 100644 index 000000000..3f1ab7573 --- /dev/null +++ b/assets/minecraft/models/w6674.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.8125,3.75,6.3125,4.25]},"east":{"texture":"#0","uv":[6.8046875,3.7890625,6.3046875,4.2265625]},"north":{"texture":"#0","uv":[6.8125,4.9296875,7.3125,5.09375]},"south":{"texture":"#0","uv":[6.3046875,3.78125,6.8046875,4.21875]},"up":{"texture":"#0","uv":[6.8125,4.25,6.3125,3.75]},"west":{"texture":"#0","uv":[7.3125,4.9296875,7.8125,5.09375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.7,-14.875,-12.7]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6675.json b/assets/minecraft/models/w6675.json new file mode 100644 index 000000000..91ed4dec6 --- /dev/null +++ b/assets/minecraft/models/w6675.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.8125,3.75,6.3125,4.25]},"east":{"texture":"#0","uv":[6.8046875,3.7890625,6.3046875,4.2265625]},"north":{"texture":"#0","uv":[6.8125,5.09375,7.3125,5.2578125]},"south":{"texture":"#0","uv":[6.3046875,3.78125,6.8046875,4.21875]},"up":{"texture":"#0","uv":[6.8125,4.25,6.3125,3.75]},"west":{"texture":"#0","uv":[7.3125,5.09375,7.8125,5.2578125]}},"from":[-16,-16,-16],"shade":false,"to":[-12.7,-14.875,-12.7]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6676.json b/assets/minecraft/models/w6676.json new file mode 100644 index 000000000..c80cccdcf --- /dev/null +++ b/assets/minecraft/models/w6676.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.375,0,6.6875,0.5]},"east":{"texture":"#0","uv":[5.5,0.5,6,1]},"north":{"texture":"#0","uv":[6,0.5,6.6875,1]},"south":{"texture":"#0","uv":[7.1875,0.5,7.875,1]},"up":{"texture":"#0","uv":[6.6875,0.5,6,0]},"west":{"texture":"#0","uv":[6.6875,0.5,7.1875,1]}},"from":[-16,-16,-16],"shade":false,"to":[-11.608,-12.808001,-12.808]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6677.json b/assets/minecraft/models/w6677.json new file mode 100644 index 000000000..374724fa3 --- /dev/null +++ b/assets/minecraft/models/w6677.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.6875,0,7.375,0.5]},"east":{"texture":"#0","uv":[7.1875,0.5,6.6875,1]},"north":{"texture":"#0","uv":[6.6875,0.5,6,1]},"south":{"texture":"#0","uv":[7.875,0.5,7.1875,1]},"up":{"texture":"#0","uv":[6,0.5,6.6875,0]},"west":{"texture":"#0","uv":[6,0.5,5.5,1]}},"from":[-16,-16,-16],"shade":false,"to":[-11.608,-12.808001,-12.808001]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6678.json b/assets/minecraft/models/w6678.json new file mode 100644 index 000000000..1da16358c --- /dev/null +++ b/assets/minecraft/models/w6678.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.6875,8.40625,2.5,9.28125]},"east":{"texture":"#0","uv":[2.5625,9.28125,1.6875,9.65625]},"north":{"texture":"#0","uv":[1.6875,9.671875,0.875,10.046875]},"south":{"texture":"#0","uv":[0.875,9.28125,1.6875,9.65625]},"up":{"texture":"#0","uv":[0.875,9.28125,1.6875,8.40625]},"west":{"texture":"#0","uv":[0.875,9.28125,0,9.65625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.1,-14.2,-11.8]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6679.json b/assets/minecraft/models/w6679.json new file mode 100644 index 000000000..289b38bd3 --- /dev/null +++ b/assets/minecraft/models/w6679.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,8.40625,1.6875,9.28125]},"east":{"texture":"#0","uv":[0,9.28125,0.875,9.65625]},"north":{"texture":"#0","uv":[0.875,9.671875,1.6875,10.046875]},"south":{"texture":"#0","uv":[1.6875,9.28125,0.875,9.65625]},"up":{"texture":"#0","uv":[1.6875,9.28125,0.875,8.40625]},"west":{"texture":"#0","uv":[1.6875,9.28125,2.5625,9.65625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.1,-14.2,-11.8]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w668.json b/assets/minecraft/models/w668.json new file mode 100644 index 000000000..d711fd39e --- /dev/null +++ b/assets/minecraft/models/w668.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.375,7.625,0]},"east":{"texture":"#0","uv":[7,0.375,7.375,1]},"north":{"texture":"#0","uv":[7.375,0.375,8,1]},"south":{"texture":"#0","uv":[6.375,0.375,7,1]},"up":{"texture":"#0","uv":[6.375,0,7,0.375]},"west":{"texture":"#0","uv":[6,0.375,6.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6680.json b/assets/minecraft/models/w6680.json new file mode 100644 index 000000000..af65c72bb --- /dev/null +++ b/assets/minecraft/models/w6680.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.65625,8.140625,5.90625,8.453125]},"east":{"texture":"#0","uv":[5.6875,8.53125,5.375,8.90625]},"north":{"texture":"#0","uv":[5.375,8.53125,5.125,8.90625]},"south":{"texture":"#0","uv":[5.9375,8.53125,5.6875,8.90625]},"up":{"texture":"#0","uv":[5.125,8.53125,5.375,8.21875]},"west":{"texture":"#0","uv":[5.125,8.53125,4.8125,8.90625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.5,-14.2,-14.5]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6681.json b/assets/minecraft/models/w6681.json new file mode 100644 index 000000000..29e218c9c --- /dev/null +++ b/assets/minecraft/models/w6681.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.90625,8.140625,5.65625,8.453125]},"east":{"texture":"#0","uv":[4.8125,8.53125,5.125,8.90625]},"north":{"texture":"#0","uv":[5.125,8.53125,5.375,8.90625]},"south":{"texture":"#0","uv":[5.6875,8.53125,5.9375,8.90625]},"up":{"texture":"#0","uv":[5.375,8.53125,5.125,8.21875]},"west":{"texture":"#0","uv":[5.375,8.53125,5.6875,8.90625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.5,-14.2,-14.5]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6682.json b/assets/minecraft/models/w6682.json new file mode 100644 index 000000000..2fcd9dac8 --- /dev/null +++ b/assets/minecraft/models/w6682.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.3359375,3.1640625,13.8359375,3.4140625]},"east":{"texture":"#0","uv":[13.0859375,3.4140625,13.3359375,3.8515625]},"north":{"texture":"#0","uv":[13.3359375,3.4140625,13.8359375,3.8515625]},"south":{"texture":"#0","uv":[14.0859375,3.4140625,14.5859375,3.8515625]},"up":{"texture":"#0","uv":[13.8359375,3.4140625,13.3359375,3.1640625]},"west":{"texture":"#0","uv":[13.8359375,3.4140625,14.0859375,3.8515625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.807999,-13.208,-14.408]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6683.json b/assets/minecraft/models/w6683.json new file mode 100644 index 000000000..53c955fdd --- /dev/null +++ b/assets/minecraft/models/w6683.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.8359375,3.1640625,14.3359375,3.4140625]},"east":{"texture":"#0","uv":[14.0859375,3.4140625,13.8359375,3.8515625]},"north":{"texture":"#0","uv":[13.8359375,3.4140625,13.3359375,3.8515625]},"south":{"texture":"#0","uv":[14.5859375,3.4140625,14.0859375,3.8515625]},"up":{"texture":"#0","uv":[13.3359375,3.4140625,13.8359375,3.1640625]},"west":{"texture":"#0","uv":[13.3359375,3.4140625,13.0859375,3.8515625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.807999,-13.208,-14.408]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6684.json b/assets/minecraft/models/w6684.json new file mode 100644 index 000000000..3396d6e18 --- /dev/null +++ b/assets/minecraft/models/w6684.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.1953125,5.1015625,10.0078125,6.6015625]},"east":{"texture":"#0","uv":[8.2265625,6.25,9.7265625,6.4375]},"north":{"texture":"#0","uv":[9.8203125,6.6015625,10.0078125,6.7890625]},"south":{"texture":"#0","uv":[11.5078125,6.6015625,11.6953125,6.7890625]},"up":{"texture":"#0","uv":[10.0078125,6.6015625,9.8203125,5.1015625]},"west":{"texture":"#0","uv":[10.0078125,6.6015625,11.5078125,6.7890625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-6.3999996]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6685.json b/assets/minecraft/models/w6685.json new file mode 100644 index 000000000..efc354fe3 --- /dev/null +++ b/assets/minecraft/models/w6685.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.0078125,5.1015625,10.1953125,6.6015625]},"east":{"texture":"#0","uv":[11.5078125,6.6015625,10.0078125,6.7890625]},"north":{"texture":"#0","uv":[10.0078125,6.6015625,9.8203125,6.7890625]},"south":{"texture":"#0","uv":[11.6953125,6.6015625,11.5078125,6.7890625]},"up":{"texture":"#0","uv":[10.359375,6.5625,10.546875,5.0625]},"west":{"texture":"#0","uv":[9.8203125,6.6015625,8.3203125,6.7890625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-6.3999996]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6686.json b/assets/minecraft/models/w6686.json new file mode 100644 index 000000000..9703a1452 --- /dev/null +++ b/assets/minecraft/models/w6686.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.84375,8.203125,10.09375,9.453125]},"east":{"texture":"#0","uv":[11.09375,9.453125,9.84375,9.640625]},"north":{"texture":"#0","uv":[9.84375,9.453125,9.59375,9.640625]},"south":{"texture":"#0","uv":[11.34375,9.453125,11.09375,9.640625]},"up":{"texture":"#0","uv":[9.59375,9.453125,9.84375,8.203125]},"west":{"texture":"#0","uv":[9.59375,9.453125,8.34375,9.640625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.407999,-14.808001,-8.007998]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6687.json b/assets/minecraft/models/w6687.json new file mode 100644 index 000000000..844a99a7b --- /dev/null +++ b/assets/minecraft/models/w6687.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.09375,8.203125,9.84375,9.453125]},"east":{"texture":"#0","uv":[8.34375,9.453125,9.59375,9.640625]},"north":{"texture":"#0","uv":[9.59375,9.453125,9.84375,9.640625]},"south":{"texture":"#0","uv":[11.09375,9.453125,11.34375,9.640625]},"up":{"texture":"#0","uv":[9.84375,9.453125,9.59375,8.203125]},"west":{"texture":"#0","uv":[9.84375,9.453125,11.09375,9.640625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.407999,-14.808001,-8.007998]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6688.json b/assets/minecraft/models/w6688.json new file mode 100644 index 000000000..5022baf18 --- /dev/null +++ b/assets/minecraft/models/w6688.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,2.5625,11.3125,3.6875]},"east":{"texture":"#0","uv":[9.875,4,11,3.6875]},"north":{"texture":"#0","uv":[11,3.6875,11.3125,4]},"south":{"texture":"#0","uv":[12.4375,3.6875,12.75,4]},"up":{"texture":"#0","uv":[11.3125,3.6875,11,2.5625]},"west":{"texture":"#0","uv":[11,3.6875,9.875,4]}},"from":[-13.380394,-15.596,-16],"shade":false,"to":[-11.380394,-13.596,-8.8]},{"faces":{"down":{"texture":"#0","uv":[15.4140625,3.1640625,15.1640625,3.4140625]},"east":{"texture":"#0","uv":[14.6640625,3.4140625,14.9140625,3.8515625]},"north":{"texture":"#0","uv":[14.9140625,3.4140625,15.1640625,3.8515625]},"south":{"texture":"#0","uv":[15.4140625,3.4140625,15.6640625,3.8515625]},"up":{"texture":"#0","uv":[15.1640625,3.4140625,14.9140625,3.1640625]},"west":{"texture":"#0","uv":[15.1640625,3.4140625,15.4140625,3.8515625]}},"from":[-10.25515,-16,-8.047834],"rotation":{"angle":45,"axis":"y","origin":[-9.579465,-14.771954,-7.6411753],"rescale":false},"shade":false,"to":[-8.647151,-13.191999,-6.439834]},{"faces":{"down":{"texture":"#0","uv":[15.1640625,3.1640625,15.4140625,3.4140625]},"east":{"texture":"#0","uv":[15.4140625,3.4140625,15.1640625,3.8515625]},"north":{"texture":"#0","uv":[15.1640625,3.4140625,14.9140625,3.8515625]},"south":{"texture":"#0","uv":[15.6640625,3.4140625,15.4140625,3.8515625]},"up":{"texture":"#0","uv":[14.9140625,3.4140625,15.1640625,3.1640625]},"west":{"texture":"#0","uv":[14.9140625,3.4140625,14.6640625,3.8515625]}},"from":[-16,-16,-7.77349],"rotation":{"angle":-45,"axis":"y","origin":[-14.793341,-14.771954,-7.6411753],"rescale":false},"shade":false,"to":[-14.392001,-13.191999,-6.1654897]},{"faces":{"down":{"texture":"#0","uv":[13.1484375,7.6875,12.4609375,10.125]},"east":{"texture":"#0","uv":[9.3359375,10.125,11.7734375,10.3125]},"north":{"texture":"#0","uv":[11.7734375,10.125,12.4609375,10.3125]},"south":{"texture":"#0","uv":[14.8984375,10.125,15.5859375,10.3125]},"up":{"texture":"#0","uv":[12.4609375,10.125,11.7734375,7.6875]},"west":{"texture":"#0","uv":[12.4609375,10.125,14.8984375,10.3125]}},"from":[-14.576395,-15.191999,-8.396],"shade":false,"to":[-10.184394,-14,6.7960014]},{"faces":{"down":{"texture":"#0","uv":[12.5390625,5.1484375,12.2265625,7.5234375]},"east":{"texture":"#0","uv":[9.5390625,7.5234375,11.9140625,7.5859375]},"north":{"texture":"#0","uv":[11.9140625,7.5234375,12.2265625,7.5859375]},"south":{"texture":"#0","uv":[14.6015625,7.5234375,14.9140625,7.5859375]},"up":{"texture":"#0","uv":[12.2265625,7.5234375,11.9140625,5.1484375]},"west":{"texture":"#0","uv":[12.2265625,7.5234375,14.6015625,7.5859375]}},"from":[-13.376394,-13.992,-8.796],"shade":false,"to":[-11.384393,-13.599999,6.396002]},{"faces":{"down":{"texture":"#0","uv":[13.5625,10.5546875,12.875,12.5546875]},"east":{"texture":"#0","uv":[10.1875,12.5546875,12.1875,12.6171875]},"north":{"texture":"#0","uv":[12.1875,12.5546875,12.875,12.6171875]},"south":{"texture":"#0","uv":[14.875,12.5546875,15.5625,12.6171875]},"up":{"texture":"#0","uv":[12.875,12.5546875,12.1875,10.5546875]},"west":{"texture":"#0","uv":[12.875,12.5546875,14.875,12.6171875]}},"from":[-14.572393,-15.988,-7.592],"shade":false,"to":[-10.188394,-15.604,5.1919994]},{"faces":{"down":{"texture":"#0","uv":[10.2578125,6.9375,10.0390625,7.15625]},"east":{"texture":"#0","uv":[9.6015625,7.15625,9.8203125,7.21875]},"north":{"texture":"#0","uv":[9.8203125,7.15625,10.0390625,7.21875]},"south":{"texture":"#0","uv":[10.2578125,7.15625,10.4765625,7.21875]},"up":{"texture":"#0","uv":[10.0390625,7.15625,9.8203125,6.9375]},"west":{"texture":"#0","uv":[10.0390625,7.15625,10.2578125,7.21875]}},"from":[-12.444087,-14,5.686783],"rotation":{"angle":-45,"axis":"y","origin":[-12.059235,-14.771954,5.617447],"rescale":false},"shade":false,"to":[-11.027532,-13.596,7.1033387]},{"faces":{"down":{"texture":"#0","uv":[14.859375,9.21875,14.328125,9.75]},"east":{"texture":"#0","uv":[13.265625,9.75,13.796875,9.9375]},"north":{"texture":"#0","uv":[13.796875,9.75,14.328125,9.9375]},"south":{"texture":"#0","uv":[14.859375,9.75,15.390625,9.9375]},"up":{"texture":"#0","uv":[14.328125,9.75,13.796875,9.21875]},"west":{"texture":"#0","uv":[14.328125,9.75,14.859375,9.9375]}},"from":[-13.482984,-15.2,5.795212],"rotation":{"angle":-45,"axis":"y","origin":[-12.186403,-14.771954,6.8174477],"rescale":false},"shade":false,"to":[-10.095142,-13.992,9.183055]},{"faces":{"down":{"texture":"#0","uv":[11.1875,11.5,10.5625,12.125]},"east":{"texture":"#0","uv":[9.3125,12.125,9.9375,12.3125]},"north":{"texture":"#0","uv":[9.9375,12.125,10.5625,12.3125]},"south":{"texture":"#0","uv":[11.1875,12.125,11.8125,12.3125]},"up":{"texture":"#0","uv":[10.5625,12.125,9.9375,11.5]},"west":{"texture":"#0","uv":[10.5625,12.125,11.1875,12.3125]}},"from":[-14.8007145,-16,4.347288],"rotation":{"angle":-45,"axis":"y","origin":[-12.584882,-15.571953,6.85231],"rescale":false},"shade":false,"to":[-10.701431,-14.792,8.446571]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6689.json b/assets/minecraft/models/w6689.json new file mode 100644 index 000000000..f91619fc9 --- /dev/null +++ b/assets/minecraft/models/w6689.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.1875,8.21875,4.4375,8.53125]},"east":{"texture":"#0","uv":[4.5,8.53125,4.1875,8.90625]},"north":{"texture":"#0","uv":[4.1875,8.53125,3.9375,8.90625]},"south":{"texture":"#0","uv":[4.75,8.53125,4.5,8.90625]},"up":{"texture":"#0","uv":[3.9375,8.53125,4.1875,8.21875]},"west":{"texture":"#0","uv":[3.9375,8.53125,3.625,8.90625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.2,-14.5]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w669.json b/assets/minecraft/models/w669.json new file mode 100644 index 000000000..d711fd39e --- /dev/null +++ b/assets/minecraft/models/w669.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.375,7.625,0]},"east":{"texture":"#0","uv":[7,0.375,7.375,1]},"north":{"texture":"#0","uv":[7.375,0.375,8,1]},"south":{"texture":"#0","uv":[6.375,0.375,7,1]},"up":{"texture":"#0","uv":[6.375,0,7,0.375]},"west":{"texture":"#0","uv":[6,0.375,6.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6690.json b/assets/minecraft/models/w6690.json new file mode 100644 index 000000000..806c38ec4 --- /dev/null +++ b/assets/minecraft/models/w6690.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5625,8.21875,6.8125,8.53125]},"east":{"texture":"#0","uv":[6.875,8.53125,6.5625,8.90625]},"north":{"texture":"#0","uv":[6.5625,8.53125,6.3125,8.90625]},"south":{"texture":"#0","uv":[7.125,8.53125,6.875,8.90625]},"up":{"texture":"#0","uv":[6.3125,8.53125,6.5625,8.21875]},"west":{"texture":"#0","uv":[6.3125,8.53125,6,8.90625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.2,-14.5]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6691.json b/assets/minecraft/models/w6691.json new file mode 100644 index 000000000..0d8c158dd --- /dev/null +++ b/assets/minecraft/models/w6691.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.6875,8.28125,7.9375,8.53125]},"east":{"texture":"#0","uv":[7.9375,8.53125,7.6875,8.90625]},"north":{"texture":"#0","uv":[7.6875,8.53125,7.4375,8.90625]},"south":{"texture":"#0","uv":[8.1875,8.53125,7.9375,8.90625]},"up":{"texture":"#0","uv":[7.4375,8.53125,7.6875,8.28125]},"west":{"texture":"#0","uv":[7.4375,8.53125,7.1875,8.90625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.2,-14.8]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6692.json b/assets/minecraft/models/w6692.json new file mode 100644 index 000000000..cf21acc5b --- /dev/null +++ b/assets/minecraft/models/w6692.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.4375,8.21875,4.1875,8.53125]},"east":{"texture":"#0","uv":[3.625,8.53125,3.9375,8.90625]},"north":{"texture":"#0","uv":[3.9375,8.53125,4.1875,8.90625]},"south":{"texture":"#0","uv":[4.5,8.53125,4.75,8.90625]},"up":{"texture":"#0","uv":[4.1875,8.53125,3.9375,8.21875]},"west":{"texture":"#0","uv":[4.1875,8.53125,4.5,8.90625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.2,-14.5]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6693.json b/assets/minecraft/models/w6693.json new file mode 100644 index 000000000..2269ee136 --- /dev/null +++ b/assets/minecraft/models/w6693.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.8125,8.21875,6.5625,8.53125]},"east":{"texture":"#0","uv":[6,8.53125,6.3125,8.90625]},"north":{"texture":"#0","uv":[6.3125,8.53125,6.5625,8.90625]},"south":{"texture":"#0","uv":[6.875,8.53125,7.125,8.90625]},"up":{"texture":"#0","uv":[6.5625,8.53125,6.3125,8.21875]},"west":{"texture":"#0","uv":[6.5625,8.53125,6.875,8.90625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.2,-14.5]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6694.json b/assets/minecraft/models/w6694.json new file mode 100644 index 000000000..55d6699c1 --- /dev/null +++ b/assets/minecraft/models/w6694.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.9375,8.28125,7.6875,8.53125]},"east":{"texture":"#0","uv":[7.1875,8.53125,7.4375,8.90625]},"north":{"texture":"#0","uv":[7.4375,8.53125,7.6875,8.90625]},"south":{"texture":"#0","uv":[7.9375,8.53125,8.1875,8.90625]},"up":{"texture":"#0","uv":[7.6875,8.53125,7.4375,8.28125]},"west":{"texture":"#0","uv":[7.6875,8.53125,7.9375,8.90625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.2,-14.8]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6695.json b/assets/minecraft/models/w6695.json new file mode 100644 index 000000000..00ef750e5 --- /dev/null +++ b/assets/minecraft/models/w6695.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.1015625,4.296875,12.2265625,4.671875]},"east":{"texture":"#0","uv":[12.4765625,4.671875,12.1015625,4.859375]},"north":{"texture":"#0","uv":[12.1015625,4.671875,11.9765625,4.859375]},"south":{"texture":"#0","uv":[12.6015625,4.671875,12.4765625,4.859375]},"up":{"texture":"#0","uv":[11.9765625,4.671875,12.1015625,4.296875]},"west":{"texture":"#0","uv":[11.9765625,4.671875,11.6015625,4.859375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-13.6]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6696.json b/assets/minecraft/models/w6696.json new file mode 100644 index 000000000..e93dccc88 --- /dev/null +++ b/assets/minecraft/models/w6696.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.2265625,4.296875,12.1015625,4.671875]},"east":{"texture":"#0","uv":[11.6015625,4.671875,11.9765625,4.859375]},"north":{"texture":"#0","uv":[11.9765625,4.671875,12.1015625,4.859375]},"south":{"texture":"#0","uv":[12.4765625,4.671875,12.6015625,4.859375]},"up":{"texture":"#0","uv":[12.1015625,4.671875,11.9765625,4.296875]},"west":{"texture":"#0","uv":[12.1015625,4.671875,12.4765625,4.859375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-13.6]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6697.json b/assets/minecraft/models/w6697.json new file mode 100644 index 000000000..66c5c067f --- /dev/null +++ b/assets/minecraft/models/w6697.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.6875,4.078125,10.25,4.453125]},"east":{"texture":"#0","uv":[9.875,4.453125,10.25,4.890625]},"north":{"texture":"#0","uv":[10.25,4.453125,10.6875,4.890625]},"south":{"texture":"#0","uv":[11.0625,4.453125,11.5,4.890625]},"up":{"texture":"#0","uv":[10.6875,4.453125,10.25,4.078125]},"west":{"texture":"#0","uv":[10.25,4.453125,9.875,4.890625]}},"from":[-15.6,-16,-15.2],"shade":false,"to":[-12.8,-13.2,-12.799999]},{"faces":{"down":{"texture":"#0","uv":[12.2265625,4.296875,12.1015625,4.671875]},"east":{"texture":"#0","uv":[11.6015625,4.671875,11.9765625,4.859375]},"north":{"texture":"#0","uv":[11.9765625,4.671875,12.1015625,4.859375]},"south":{"texture":"#0","uv":[12.4765625,4.671875,12.6015625,4.859375]},"up":{"texture":"#0","uv":[12.1015625,4.671875,11.9765625,4.296875]},"west":{"texture":"#0","uv":[12.1015625,4.671875,12.4765625,4.859375]}},"from":[-13.2,-15.2,-16],"shade":false,"to":[-12.4,-14,-13.6]},{"faces":{"down":{"texture":"#0","uv":[12.1015625,4.296875,12.2265625,4.671875]},"east":{"texture":"#0","uv":[12.4765625,4.671875,12.1015625,4.859375]},"north":{"texture":"#0","uv":[12.1015625,4.671875,11.9765625,4.859375]},"south":{"texture":"#0","uv":[12.6015625,4.671875,12.4765625,4.859375]},"up":{"texture":"#0","uv":[11.9765625,4.671875,12.1015625,4.296875]},"west":{"texture":"#0","uv":[11.9765625,4.671875,11.6015625,4.859375]}},"from":[-16,-15.2,-16],"shade":false,"to":[-15.2,-14,-13.6]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6698.json b/assets/minecraft/models/w6698.json new file mode 100644 index 000000000..8aa4bcc5c --- /dev/null +++ b/assets/minecraft/models/w6698.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.5390625,4.15625,14.4140625,4.40625]},"east":{"texture":"#0","uv":[13.0390625,4.40625,13.2890625,4.84375]},"north":{"texture":"#0","uv":[13.2890625,4.40625,14.4140625,4.84375]},"south":{"texture":"#0","uv":[14.6640625,4.40625,15.7890625,4.84375]},"up":{"texture":"#0","uv":[14.4140625,4.40625,13.2890625,4.15625]},"west":{"texture":"#0","uv":[14.4140625,4.40625,14.6640625,4.84375]}},"from":[-16,-16,-16],"shade":false,"to":[-8.8,-13.2,-14.4]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6699.json b/assets/minecraft/models/w6699.json new file mode 100644 index 000000000..21f376b88 --- /dev/null +++ b/assets/minecraft/models/w6699.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.734375,4.9140625,14.671875,5.2890625]},"east":{"texture":"#0","uv":[14.234375,5.2890625,14.609375,5.7265625]},"north":{"texture":"#0","uv":[14.609375,5.2890625,14.671875,5.7265625]},"south":{"texture":"#0","uv":[15.046875,5.2890625,15.109375,5.7265625]},"up":{"texture":"#0","uv":[14.671875,5.2890625,14.609375,4.9140625]},"west":{"texture":"#0","uv":[14.671875,5.2890625,15.046875,5.7265625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.592,-13.191999,-13.651999]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w67.json b/assets/minecraft/models/w67.json new file mode 100644 index 000000000..9295755df --- /dev/null +++ b/assets/minecraft/models/w67.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.125,2.5,10,3.25]},"east":{"texture":"#0","uv":[9.125,3.25,9.875,3.25]},"north":{"texture":"#0","uv":[9.875,3.25,10,3.25]},"south":{"texture":"#0","uv":[10.75,3.25,10.875,3.25]},"up":{"texture":"#0","uv":[10,3.25,9.875,2.5]},"west":{"texture":"#0","uv":[10,3.25,10.75,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-13.6]}],"overrides":[],"textures":{"0":"item/w1237560704_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w670.json b/assets/minecraft/models/w670.json new file mode 100644 index 000000000..d711fd39e --- /dev/null +++ b/assets/minecraft/models/w670.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0.375,7.625,0]},"east":{"texture":"#0","uv":[7,0.375,7.375,1]},"north":{"texture":"#0","uv":[7.375,0.375,8,1]},"south":{"texture":"#0","uv":[6.375,0.375,7,1]},"up":{"texture":"#0","uv":[6.375,0,7,0.375]},"west":{"texture":"#0","uv":[6,0.375,6.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6700.json b/assets/minecraft/models/w6700.json new file mode 100644 index 000000000..7bbf414e8 --- /dev/null +++ b/assets/minecraft/models/w6700.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.890625,5.015625,13.578125,5.265625]},"east":{"texture":"#0","uv":[13.015625,5.265625,13.265625,5.703125]},"north":{"texture":"#0","uv":[13.265625,5.265625,13.578125,5.703125]},"up":{"texture":"#0","uv":[13.578125,5.265625,13.265625,5.015625]},"west":{"texture":"#0","uv":[13.578125,5.265625,13.828125,5.703125]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-13.2,-14.4]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6701.json b/assets/minecraft/models/w6701.json new file mode 100644 index 000000000..80b81bb9d --- /dev/null +++ b/assets/minecraft/models/w6701.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.4140625,4.15625,15.5390625,4.40625]},"east":{"texture":"#0","uv":[14.6640625,4.40625,14.4140625,4.84375]},"north":{"texture":"#0","uv":[14.4140625,4.40625,13.2890625,4.84375]},"south":{"texture":"#0","uv":[15.7890625,4.40625,14.6640625,4.84375]},"up":{"texture":"#0","uv":[13.2890625,4.40625,14.4140625,4.15625]},"west":{"texture":"#0","uv":[13.2890625,4.40625,13.0390625,4.84375]}},"from":[-16,-16,-16],"shade":false,"to":[-8.8,-13.2,-14.4]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6702.json b/assets/minecraft/models/w6702.json new file mode 100644 index 000000000..ec5db6129 --- /dev/null +++ b/assets/minecraft/models/w6702.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.671875,4.9140625,14.734375,5.2890625]},"east":{"texture":"#0","uv":[15.046875,5.2890625,14.671875,5.7265625]},"north":{"texture":"#0","uv":[14.671875,5.2890625,14.609375,5.7265625]},"south":{"texture":"#0","uv":[15.109375,5.2890625,15.046875,5.7265625]},"up":{"texture":"#0","uv":[14.609375,5.2890625,14.671875,4.9140625]},"west":{"texture":"#0","uv":[14.609375,5.2890625,14.234375,5.7265625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.592001,-13.191999,-13.652]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6703.json b/assets/minecraft/models/w6703.json new file mode 100644 index 000000000..850c50662 --- /dev/null +++ b/assets/minecraft/models/w6703.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.578125,5.015625,13.890625,5.265625]},"east":{"texture":"#0","uv":[13.828125,5.265625,13.578125,5.703125]},"north":{"texture":"#0","uv":[13.578125,5.265625,13.265625,5.703125]},"up":{"texture":"#0","uv":[13.265625,5.265625,13.578125,5.015625]},"west":{"texture":"#0","uv":[13.265625,5.265625,13.015625,5.703125]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-13.2,-14.4]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6704.json b/assets/minecraft/models/w6704.json new file mode 100644 index 000000000..104d0da98 --- /dev/null +++ b/assets/minecraft/models/w6704.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.375,8.96875,5.625,9.28125]},"east":{"texture":"#0","uv":[5.6875,9.28125,5.375,9.65625]},"north":{"texture":"#0","uv":[5.375,9.28125,5.125,9.65625]},"south":{"texture":"#0","uv":[5.9375,9.28125,5.6875,9.65625]},"up":{"texture":"#0","uv":[5.125,9.28125,5.375,8.96875]},"west":{"texture":"#0","uv":[5.125,9.28125,4.8125,9.65625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.2,-14.5]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6705.json b/assets/minecraft/models/w6705.json new file mode 100644 index 000000000..7bf1b4957 --- /dev/null +++ b/assets/minecraft/models/w6705.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5625,8.96875,6.8125,9.28125]},"east":{"texture":"#0","uv":[6.875,9.28125,6.5625,9.65625]},"north":{"texture":"#0","uv":[6.5625,9.28125,6.3125,9.65625]},"south":{"texture":"#0","uv":[7.125,9.28125,6.875,9.65625]},"up":{"texture":"#0","uv":[6.3125,9.28125,6.5625,8.96875]},"west":{"texture":"#0","uv":[6.3125,9.28125,6,9.65625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.2,-14.5]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6706.json b/assets/minecraft/models/w6706.json new file mode 100644 index 000000000..66cc498ce --- /dev/null +++ b/assets/minecraft/models/w6706.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.6875,9.03125,7.9375,9.28125]},"east":{"texture":"#0","uv":[7.9375,9.28125,7.6875,9.65625]},"north":{"texture":"#0","uv":[7.6875,9.28125,7.4375,9.65625]},"south":{"texture":"#0","uv":[8.1875,9.28125,7.9375,9.65625]},"up":{"texture":"#0","uv":[7.4375,9.28125,7.6875,9.03125]},"west":{"texture":"#0","uv":[7.4375,9.28125,7.1875,9.65625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.2,-14.8]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6707.json b/assets/minecraft/models/w6707.json new file mode 100644 index 000000000..c23b627fc --- /dev/null +++ b/assets/minecraft/models/w6707.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.625,8.96875,5.375,9.28125]},"east":{"texture":"#0","uv":[4.8125,9.28125,5.125,9.65625]},"north":{"texture":"#0","uv":[5.125,9.28125,5.375,9.65625]},"south":{"texture":"#0","uv":[5.6875,9.28125,5.9375,9.65625]},"up":{"texture":"#0","uv":[5.375,9.28125,5.125,8.96875]},"west":{"texture":"#0","uv":[5.375,9.28125,5.6875,9.65625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.2,-14.5]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6708.json b/assets/minecraft/models/w6708.json new file mode 100644 index 000000000..38850fcb6 --- /dev/null +++ b/assets/minecraft/models/w6708.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.8125,8.96875,6.5625,9.28125]},"east":{"texture":"#0","uv":[6,9.28125,6.3125,9.65625]},"north":{"texture":"#0","uv":[6.3125,9.28125,6.5625,9.65625]},"south":{"texture":"#0","uv":[6.875,9.28125,7.125,9.65625]},"up":{"texture":"#0","uv":[6.5625,9.28125,6.3125,8.96875]},"west":{"texture":"#0","uv":[6.5625,9.28125,6.875,9.65625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.2,-14.5]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6709.json b/assets/minecraft/models/w6709.json new file mode 100644 index 000000000..8fd1f1882 --- /dev/null +++ b/assets/minecraft/models/w6709.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.9375,9.03125,7.6875,9.28125]},"east":{"texture":"#0","uv":[7.1875,9.28125,7.4375,9.65625]},"north":{"texture":"#0","uv":[7.4375,9.28125,7.6875,9.65625]},"south":{"texture":"#0","uv":[7.9375,9.28125,8.1875,9.65625]},"up":{"texture":"#0","uv":[7.6875,9.28125,7.4375,9.03125]},"west":{"texture":"#0","uv":[7.6875,9.28125,7.9375,9.65625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.2,-14.8]}],"overrides":[],"textures":{"0":"item/w978060411_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w671.json b/assets/minecraft/models/w671.json new file mode 100644 index 000000000..070b1b258 --- /dev/null +++ b/assets/minecraft/models/w671.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,0,7,0.375]},"east":{"texture":"#0","uv":[6,0.375,6.375,1]},"north":{"texture":"#0","uv":[6.375,0.375,7,1]},"south":{"texture":"#0","uv":[7.375,0.375,8,1]},"up":{"texture":"#0","uv":[7,0.375,6.375,0]},"west":{"texture":"#0","uv":[7,0.375,7.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6710.json b/assets/minecraft/models/w6710.json new file mode 100644 index 000000000..9c0affbf1 --- /dev/null +++ b/assets/minecraft/models/w6710.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,0,8,4.5]},"east":{"texture":"#0","uv":[0,4.5,4.5,8.5]},"north":{"texture":"#0","uv":[4.5,4.5,8,8.5]},"south":{"texture":"#0","uv":[12.5,4.5,16,8.5]},"up":{"texture":"#0","uv":[8,4.5,4.5,0]},"west":{"texture":"#0","uv":[8,4.5,12.5,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-12.8,-12.4]}],"overrides":[],"textures":{"0":"item/w2090336681_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6711.json b/assets/minecraft/models/w6711.json new file mode 100644 index 000000000..df9ea0612 --- /dev/null +++ b/assets/minecraft/models/w6711.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,8.5,4.5,11]},"east":{"texture":"#0","uv":[0,11,2.5,13]},"north":{"texture":"#0","uv":[2.5,11,4.5,13]},"south":{"texture":"#0","uv":[7,11,9,13]},"up":{"texture":"#0","uv":[4.5,11,2.5,8.5]},"west":{"texture":"#0","uv":[4.5,11,7,13]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-14]}],"overrides":[],"textures":{"0":"item/w2090336681_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6712.json b/assets/minecraft/models/w6712.json new file mode 100644 index 000000000..df9ea0612 --- /dev/null +++ b/assets/minecraft/models/w6712.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,8.5,4.5,11]},"east":{"texture":"#0","uv":[0,11,2.5,13]},"north":{"texture":"#0","uv":[2.5,11,4.5,13]},"south":{"texture":"#0","uv":[7,11,9,13]},"up":{"texture":"#0","uv":[4.5,11,2.5,8.5]},"west":{"texture":"#0","uv":[4.5,11,7,13]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-14]}],"overrides":[],"textures":{"0":"item/w2090336681_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6713.json b/assets/minecraft/models/w6713.json new file mode 100644 index 000000000..df9ea0612 --- /dev/null +++ b/assets/minecraft/models/w6713.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,8.5,4.5,11]},"east":{"texture":"#0","uv":[0,11,2.5,13]},"north":{"texture":"#0","uv":[2.5,11,4.5,13]},"south":{"texture":"#0","uv":[7,11,9,13]},"up":{"texture":"#0","uv":[4.5,11,2.5,8.5]},"west":{"texture":"#0","uv":[4.5,11,7,13]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-14]}],"overrides":[],"textures":{"0":"item/w2090336681_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6714.json b/assets/minecraft/models/w6714.json new file mode 100644 index 000000000..5f8db561d --- /dev/null +++ b/assets/minecraft/models/w6714.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,12,12,0]},"up":{"texture":"#0","uv":[12,12,0,0]}},"from":[8,8,8],"shade":false,"to":[-4.8,8,-4.8]}],"overrides":[],"textures":{"0":"item/w2090618941_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6715.json b/assets/minecraft/models/w6715.json new file mode 100644 index 000000000..dfacb9411 --- /dev/null +++ b/assets/minecraft/models/w6715.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,3,6,4]},"east":{"texture":"#0","uv":[4,4,5,4.5]},"north":{"texture":"#0","uv":[5,4.5625,6,5.0625]},"south":{"texture":"#0","uv":[6,4.5625,5,5.0625]},"up":{"texture":"#0","uv":[6,4,5,3]},"west":{"texture":"#0","uv":[6,4,7,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.022,-15.592,-15.192]}],"overrides":[],"textures":{"0":"item/w2105093914_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6716.json b/assets/minecraft/models/w6716.json new file mode 100644 index 000000000..7cb6c86a6 --- /dev/null +++ b/assets/minecraft/models/w6716.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,2.5,11,3.5]},"east":{"texture":"#0","uv":[9.5,3.5,10.5,4.5]},"north":{"texture":"#0","uv":[10.5,3.5,11,4.5]},"south":{"texture":"#0","uv":[12,3.5,12.5,4.5]},"up":{"texture":"#0","uv":[11,3.5,10.5,2.5]},"west":{"texture":"#0","uv":[11,3.5,12,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w2105093914_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6717.json b/assets/minecraft/models/w6717.json new file mode 100644 index 000000000..9ee81f464 --- /dev/null +++ b/assets/minecraft/models/w6717.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0,4,1]},"east":{"texture":"#0","uv":[0,1,1,1.5]},"north":{"texture":"#0","uv":[1,1,4,1.5]},"south":{"texture":"#0","uv":[5,1,8,1.5]},"up":{"texture":"#0","uv":[4,1,1,0]},"west":{"texture":"#0","uv":[4,1,5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.328,-15.608,-15.208]}],"overrides":[],"textures":{"0":"item/w2105093914_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6718.json b/assets/minecraft/models/w6718.json new file mode 100644 index 000000000..e9403702c --- /dev/null +++ b/assets/minecraft/models/w6718.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,3,7,4]},"east":{"texture":"#0","uv":[7,4,6,4.5]},"north":{"texture":"#0","uv":[6,4,5,4.5]},"south":{"texture":"#0","uv":[5,4,6,4.5]},"up":{"texture":"#0","uv":[5,4,6,3]},"west":{"texture":"#0","uv":[5,4,4,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.03,-15.6,-15.2]}],"overrides":[],"textures":{"0":"item/w2105093914_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6719.json b/assets/minecraft/models/w6719.json new file mode 100644 index 000000000..4c75104b4 --- /dev/null +++ b/assets/minecraft/models/w6719.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,2.5,11.5,3.5]},"east":{"texture":"#0","uv":[12,3.5,11,4.5]},"north":{"texture":"#0","uv":[11,3.5,10.5,4.5]},"south":{"texture":"#0","uv":[12.5,3.5,12,4.5]},"up":{"texture":"#0","uv":[10.5,3.5,11,2.5]},"west":{"texture":"#0","uv":[10.5,3.5,9.5,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w2105093914_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w672.json b/assets/minecraft/models/w672.json new file mode 100644 index 000000000..070b1b258 --- /dev/null +++ b/assets/minecraft/models/w672.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,0,7,0.375]},"east":{"texture":"#0","uv":[6,0.375,6.375,1]},"north":{"texture":"#0","uv":[6.375,0.375,7,1]},"south":{"texture":"#0","uv":[7.375,0.375,8,1]},"up":{"texture":"#0","uv":[7,0.375,6.375,0]},"west":{"texture":"#0","uv":[7,0.375,7.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6720.json b/assets/minecraft/models/w6720.json new file mode 100644 index 000000000..6042aa69e --- /dev/null +++ b/assets/minecraft/models/w6720.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,7,1]},"east":{"texture":"#0","uv":[5,1,4,1.5]},"north":{"texture":"#0","uv":[4,1,1,1.5]},"south":{"texture":"#0","uv":[8,1,5,1.5]},"up":{"texture":"#0","uv":[1,1,4,0]},"west":{"texture":"#0","uv":[1,1,0,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.328,-15.608,-15.208]}],"overrides":[],"textures":{"0":"item/w2105093914_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6721.json b/assets/minecraft/models/w6721.json new file mode 100644 index 000000000..8afea0703 --- /dev/null +++ b/assets/minecraft/models/w6721.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,0,11.5,1]},"east":{"texture":"#0","uv":[12,1,11,1.5]},"north":{"texture":"#0","uv":[11,1,10.5,1.5]},"south":{"texture":"#0","uv":[12.5,1,12,1.5]},"up":{"texture":"#0","uv":[10.5,1,11,0]},"west":{"texture":"#0","uv":[10.5,1,9.5,1.5]}},"from":[-14.86,-13.38,-16],"shade":false,"to":[-14.46,-12.9800005,-15.2]},{"faces":{"down":{"texture":"#0","uv":[10,5,13,5]},"east":{"texture":"#0","uv":[10,5,10,8.5]},"north":{"texture":"#0","uv":[10,5.0625,7,8.5]},"south":{"texture":"#0","uv":[13,5,10,8.5]},"up":{"texture":"#0","uv":[7,5,10,5]},"west":{"texture":"#0","uv":[7,5,7,8.5]}},"from":[-16,-16,-15.22],"shade":false,"to":[-13.32,-13.02,-15.22]},{"faces":{"down":{"texture":"#0","uv":[10,5,13,5]},"east":{"texture":"#0","uv":[10,5,10,8.5]},"north":{"texture":"#0","uv":[10,5,13,8.5]},"south":{"texture":"#0","uv":[7,5.0625,10,8.5]},"up":{"texture":"#0","uv":[7,5,10,5]},"west":{"texture":"#0","uv":[7,5,7,8.5]}},"from":[-16,-16,-15.98],"shade":false,"to":[-13.32,-13.02,-15.98]}],"overrides":[],"textures":{"0":"item/w2105093914_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6722.json b/assets/minecraft/models/w6722.json new file mode 100644 index 000000000..5aec7f670 --- /dev/null +++ b/assets/minecraft/models/w6722.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.53125,0,4.53125,0.5]},"east":{"texture":"#0","uv":[3.03125,0.5,3.53125,1.375]},"north":{"texture":"#0","uv":[3.53125,0.5,4.53125,1.375]},"south":{"texture":"#0","uv":[5.03125,0.5,6.03125,1.375]},"up":{"texture":"#0","uv":[4.53125,0.5,3.53125,0]},"west":{"texture":"#0","uv":[4.53125,0.5,5.03125,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.808001,-13.208,-14.408]}],"overrides":[],"textures":{"0":"item/w2105554233_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6723.json b/assets/minecraft/models/w6723.json new file mode 100644 index 000000000..0247318e0 --- /dev/null +++ b/assets/minecraft/models/w6723.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.53125,0,5.53125,0.5]},"east":{"texture":"#0","uv":[5.03125,0.5,4.53125,1.375]},"north":{"texture":"#0","uv":[4.53125,0.5,3.53125,1.375]},"south":{"texture":"#0","uv":[6.03125,0.5,5.03125,1.375]},"up":{"texture":"#0","uv":[3.53125,0.5,4.53125,0]},"west":{"texture":"#0","uv":[3.53125,0.5,3.03125,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.808001,-13.208,-14.408]}],"overrides":[],"textures":{"0":"item/w2105554233_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6724.json b/assets/minecraft/models/w6724.json new file mode 100644 index 000000000..7db33be90 --- /dev/null +++ b/assets/minecraft/models/w6724.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.9375,3.09375,3.5625,6.09375]},"east":{"texture":"#0","uv":[0,5.390625,3,5.765625]},"north":{"texture":"#0","uv":[3.1875,6.09375,3.5625,6.46875]},"south":{"texture":"#0","uv":[6.5625,6.09375,6.9375,6.46875]},"up":{"texture":"#0","uv":[3.5625,6.09375,3.1875,3.09375]},"west":{"texture":"#0","uv":[3.5625,6.09375,6.5625,6.46875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-6.3999996]}],"overrides":[],"textures":{"0":"item/w2105554233_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6725.json b/assets/minecraft/models/w6725.json new file mode 100644 index 000000000..a6addc285 --- /dev/null +++ b/assets/minecraft/models/w6725.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5625,3.09375,3.9375,6.09375]},"east":{"texture":"#0","uv":[6.5625,6.09375,3.5625,6.46875]},"north":{"texture":"#0","uv":[3.5625,6.09375,3.1875,6.46875]},"south":{"texture":"#0","uv":[6.9375,6.09375,6.5625,6.46875]},"up":{"texture":"#0","uv":[4.265625,6.015625,4.640625,3.015625]},"west":{"texture":"#0","uv":[3.1875,6.09375,0.1875,6.46875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-6.3999996]}],"overrides":[],"textures":{"0":"item/w2105554233_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6726.json b/assets/minecraft/models/w6726.json new file mode 100644 index 000000000..dc890ab06 --- /dev/null +++ b/assets/minecraft/models/w6726.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.125,10.203125,3.625,12.703125]},"east":{"texture":"#0","uv":[5.625,12.703125,3.125,13.078125]},"north":{"texture":"#0","uv":[3.125,12.703125,2.625,13.078125]},"south":{"texture":"#0","uv":[6.125,12.703125,5.625,13.078125]},"up":{"texture":"#0","uv":[2.625,12.703125,3.125,10.203125]},"west":{"texture":"#0","uv":[2.625,12.703125,0.125,13.078125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.408,-14.808001,-8.008]}],"overrides":[],"textures":{"0":"item/w2105554233_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6727.json b/assets/minecraft/models/w6727.json new file mode 100644 index 000000000..94b88103d --- /dev/null +++ b/assets/minecraft/models/w6727.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.625,10.203125,3.125,12.703125]},"east":{"texture":"#0","uv":[0.125,12.703125,2.625,13.078125]},"north":{"texture":"#0","uv":[2.625,12.703125,3.125,13.078125]},"south":{"texture":"#0","uv":[5.625,12.703125,6.125,13.078125]},"up":{"texture":"#0","uv":[3.125,12.703125,2.625,10.203125]},"west":{"texture":"#0","uv":[3.125,12.703125,5.625,13.078125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.408,-14.808001,-8.008]}],"overrides":[],"textures":{"0":"item/w2105554233_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6728.json b/assets/minecraft/models/w6728.json new file mode 100644 index 000000000..c990d64a9 --- /dev/null +++ b/assets/minecraft/models/w6728.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,0,2.875,2.25]},"east":{"texture":"#0","uv":[0,2.875,2.25,2.25]},"north":{"texture":"#0","uv":[2.25,2.25,2.875,2.875]},"south":{"texture":"#0","uv":[0,0,0.625,0.625]},"up":{"texture":"#0","uv":[2.875,2.25,2.25,0]},"west":{"texture":"#0","uv":[2.25,2.25,0,2.875]}},"from":[-7.4307423,-15.596,-16],"shade":false,"to":[-5.4307423,-13.596,-8.8]},{"faces":{"down":{"texture":"#0","uv":[7.6875,0,7.1875,0.5]},"east":{"texture":"#0","uv":[6.1875,0.5,6.6875,1.375]},"north":{"texture":"#0","uv":[6.6875,0.5,7.1875,1.375]},"south":{"texture":"#0","uv":[7.6875,0.5,8.1875,1.375]},"up":{"texture":"#0","uv":[7.1875,0.5,6.6875,0]},"west":{"texture":"#0","uv":[7.1875,0.5,7.6875,1.375]}},"from":[2.3911057,-16,-6.3303623],"rotation":{"angle":45,"axis":"y","origin":[-2.3546848,-19.394388,1.3010769],"rescale":false},"shade":false,"to":[3.999106,-13.191999,-4.7223625]},{"faces":{"down":{"texture":"#0","uv":[7.1875,0,7.6875,0.5]},"east":{"texture":"#0","uv":[7.6875,0.5,7.1875,1.375]},"north":{"texture":"#0","uv":[7.1875,0.5,6.6875,1.375]},"south":{"texture":"#0","uv":[8.1875,0.5,7.6875,1.375]},"up":{"texture":"#0","uv":[6.6875,0.5,7.1875,0]},"west":{"texture":"#0","uv":[6.6875,0.5,6.1875,1.375]}},"from":[-16,-16,-4.252713],"rotation":{"angle":-45,"axis":"y","origin":[-7.5685606,-19.394388,1.3010769],"rescale":false},"shade":false,"to":[-14.392,-13.191999,-2.6447132]},{"faces":{"down":{"texture":"#0","uv":[9.171875,8.5,7.796875,13.375]},"up":{"texture":"#0","uv":[7.796875,13.375,6.421875,8.5]}},"from":[-8.626741,-15.191999,-8.396001],"shade":false,"to":[-4.2347417,-14,6.7959986]},{"faces":{"down":{"texture":"#0","uv":[8.4375,3.46875,7.8125,8.21875]},"east":{"texture":"#0","uv":[2.4375,8.21875,7.1875,8.34375]},"north":{"texture":"#0","uv":[7.1875,8.21875,7.8125,8.34375]},"south":{"texture":"#0","uv":[12.5625,8.21875,13.1875,8.34375]},"up":{"texture":"#0","uv":[7.8125,8.21875,7.1875,3.46875]},"west":{"texture":"#0","uv":[7.8125,8.21875,12.5625,8.34375]}},"from":[-7.4267416,-13.992,-8.7960005],"shade":false,"to":[-5.4347415,-13.599999,6.395999]},{"faces":{"down":{"texture":"#0","uv":[13.34375,1.78125,11.96875,5.78125]},"up":{"texture":"#0","uv":[11.96875,5.78125,10.59375,1.78125]}},"from":[-8.622742,-15.988,-7.592],"shade":false,"to":[-4.238742,-15.604,5.1919994]},{"faces":{"down":{"texture":"#0","uv":[1.4375,3.109375,1,3.546875]},"east":{"texture":"#0","uv":[0.125,3.546875,0.5625,3.671875]},"north":{"texture":"#0","uv":[0.5625,3.546875,1,3.671875]},"south":{"texture":"#0","uv":[1.4375,3.546875,1.875,3.671875]},"up":{"texture":"#0","uv":[1,3.546875,0.5625,3.109375]},"west":{"texture":"#0","uv":[1,3.546875,1.4375,3.671875]}},"from":[-12.444087,-14,9.2075615],"rotation":{"angle":-45,"axis":"y","origin":[-4.8344545,-19.394388,14.559698],"rescale":false},"shade":false,"to":[-11.02753,-13.596,10.624116]},{"faces":{"down":{"texture":"#0","uv":[3.53125,6.609375,2.46875,7.671875]},"east":{"texture":"#0","uv":[0.34375,7.671875,1.40625,8.046875]},"north":{"texture":"#0","uv":[1.40625,7.671875,2.46875,8.046875]},"south":{"texture":"#0","uv":[3.53125,7.671875,4.59375,8.046875]},"up":{"texture":"#0","uv":[2.46875,7.671875,1.40625,6.609375]},"west":{"texture":"#0","uv":[2.46875,7.671875,3.53125,8.046875]}},"from":[-13.482984,-15.2,9.31599],"rotation":{"angle":-45,"axis":"y","origin":[-4.961622,-19.394388,15.759699],"rescale":false},"shade":false,"to":[-10.09514,-13.992,12.703831]},{"faces":{"down":{"texture":"#0","uv":[4.0625,8.453125,2.8125,9.703125]},"east":{"texture":"#0","uv":[0.3125,9.703125,1.5625,10.078125]},"north":{"texture":"#0","uv":[1.5625,9.703125,2.8125,10.078125]},"south":{"texture":"#0","uv":[4.0625,9.703125,5.3125,10.078125]},"up":{"texture":"#0","uv":[2.8125,9.703125,1.5625,8.453125]},"west":{"texture":"#0","uv":[2.8125,9.703125,4.0625,10.078125]}},"from":[-14.8007145,-16,7.868063],"rotation":{"angle":-45,"axis":"y","origin":[-5.3601007,-20.19439,15.794561],"rescale":false},"shade":false,"to":[-10.70143,-14.792,11.967346]}],"overrides":[],"textures":{"0":"item/w2105554233_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6729.json b/assets/minecraft/models/w6729.json new file mode 100644 index 000000000..c4db2adac --- /dev/null +++ b/assets/minecraft/models/w6729.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.234375,1.609375,5.484375,2.359375]},"east":{"texture":"#0","uv":[5.984375,2.359375,5.234375,2.734375]},"north":{"texture":"#0","uv":[5.234375,2.359375,4.984375,2.734375]},"south":{"texture":"#0","uv":[6.234375,2.359375,5.984375,2.734375]},"up":{"texture":"#0","uv":[4.984375,2.359375,5.234375,1.609375]},"west":{"texture":"#0","uv":[4.984375,2.359375,4.234375,2.734375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-13.6]}],"overrides":[],"textures":{"0":"item/w2105554233_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w673.json b/assets/minecraft/models/w673.json new file mode 100644 index 000000000..070b1b258 --- /dev/null +++ b/assets/minecraft/models/w673.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,0,7,0.375]},"east":{"texture":"#0","uv":[6,0.375,6.375,1]},"north":{"texture":"#0","uv":[6.375,0.375,7,1]},"south":{"texture":"#0","uv":[7.375,0.375,8,1]},"up":{"texture":"#0","uv":[7,0.375,6.375,0]},"west":{"texture":"#0","uv":[7,0.375,7.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6730.json b/assets/minecraft/models/w6730.json new file mode 100644 index 000000000..6018c3491 --- /dev/null +++ b/assets/minecraft/models/w6730.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.484375,1.609375,5.234375,2.359375]},"east":{"texture":"#0","uv":[4.234375,2.359375,4.984375,2.734375]},"north":{"texture":"#0","uv":[4.984375,2.359375,5.234375,2.734375]},"south":{"texture":"#0","uv":[5.984375,2.359375,6.234375,2.734375]},"up":{"texture":"#0","uv":[5.234375,2.359375,4.984375,1.609375]},"west":{"texture":"#0","uv":[5.234375,2.359375,5.984375,2.734375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-13.6]}],"overrides":[],"textures":{"0":"item/w2105554233_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6731.json b/assets/minecraft/models/w6731.json new file mode 100644 index 000000000..a5b6ba2a9 --- /dev/null +++ b/assets/minecraft/models/w6731.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.859375,0.296875,0.984375,1.046875]},"east":{"texture":"#0","uv":[0.234375,1.046875,0.984375,1.921875]},"north":{"texture":"#0","uv":[0.984375,1.046875,1.859375,1.921875]},"south":{"texture":"#0","uv":[3.125,1.625,4,2.5]},"up":{"texture":"#0","uv":[1.859375,1.046875,0.984375,0.296875]},"west":{"texture":"#0","uv":[0.984375,1.046875,0.234375,1.921875]}},"from":[-15.6,-16,-15.2],"shade":false,"to":[-12.8,-13.2,-12.799999]},{"faces":{"down":{"texture":"#0","uv":[5.484375,1.609375,5.234375,2.359375]},"east":{"texture":"#0","uv":[4.234375,2.359375,4.984375,2.734375]},"north":{"texture":"#0","uv":[4.984375,2.359375,5.234375,2.734375]},"south":{"texture":"#0","uv":[5.984375,2.359375,6.234375,2.734375]},"up":{"texture":"#0","uv":[5.234375,2.359375,4.984375,1.609375]},"west":{"texture":"#0","uv":[5.234375,2.359375,5.984375,2.734375]}},"from":[-13.2,-15.2,-16],"shade":false,"to":[-12.4,-14,-13.6]},{"faces":{"down":{"texture":"#0","uv":[5.234375,1.609375,5.484375,2.359375]},"east":{"texture":"#0","uv":[5.984375,2.359375,5.234375,2.734375]},"north":{"texture":"#0","uv":[5.234375,2.359375,4.984375,2.734375]},"south":{"texture":"#0","uv":[6.234375,2.359375,5.984375,2.734375]},"up":{"texture":"#0","uv":[4.984375,2.359375,5.234375,1.609375]},"west":{"texture":"#0","uv":[4.984375,2.359375,4.234375,2.734375]}},"from":[-16,-15.2,-16],"shade":false,"to":[-15.2,-14,-13.6]}],"overrides":[],"textures":{"0":"item/w2105554233_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6732.json b/assets/minecraft/models/w6732.json new file mode 100644 index 000000000..42e3f0e62 --- /dev/null +++ b/assets/minecraft/models/w6732.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.34375,0,11.09375,0.5]},"east":{"texture":"#0","uv":[8.34375,0.5,8.84375,1.375]},"north":{"texture":"#0","uv":[8.84375,0.5,11.09375,1.375]},"south":{"texture":"#0","uv":[11.59375,0.5,13.84375,1.375]},"up":{"texture":"#0","uv":[11.09375,0.5,8.84375,0]},"west":{"texture":"#0","uv":[11.09375,0.5,11.59375,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-8.8,-13.2,-14.4]}],"overrides":[],"textures":{"0":"item/w2105554233_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6733.json b/assets/minecraft/models/w6733.json new file mode 100644 index 000000000..12e2a58f5 --- /dev/null +++ b/assets/minecraft/models/w6733.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.390625,1.59375,9.265625,2.34375]},"east":{"texture":"#0","uv":[8.390625,2.34375,9.140625,3.21875]},"north":{"texture":"#0","uv":[9.140625,2.34375,9.265625,3.21875]},"south":{"texture":"#0","uv":[10.015625,2.34375,10.140625,3.21875]},"up":{"texture":"#0","uv":[9.265625,2.34375,9.140625,1.59375]},"west":{"texture":"#0","uv":[9.265625,2.34375,10.015625,3.21875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.592,-13.191999,-13.652]}],"overrides":[],"textures":{"0":"item/w2105554233_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6734.json b/assets/minecraft/models/w6734.json new file mode 100644 index 000000000..c4001bded --- /dev/null +++ b/assets/minecraft/models/w6734.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.21875,1.640625,7.59375,2.140625]},"east":{"texture":"#0","uv":[6.46875,2.140625,6.96875,3.015625]},"north":{"texture":"#0","uv":[6.96875,2.140625,7.59375,3.015625]},"up":{"texture":"#0","uv":[7.59375,2.140625,6.96875,1.640625]},"west":{"texture":"#0","uv":[7.59375,2.140625,8.09375,3.015625]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-13.2,-14.4]}],"overrides":[],"textures":{"0":"item/w2105554233_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6735.json b/assets/minecraft/models/w6735.json new file mode 100644 index 000000000..10cd95186 --- /dev/null +++ b/assets/minecraft/models/w6735.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.09375,0,13.34375,0.5]},"east":{"texture":"#0","uv":[11.59375,0.5,11.09375,1.375]},"north":{"texture":"#0","uv":[11.09375,0.5,8.84375,1.375]},"south":{"texture":"#0","uv":[13.84375,0.5,11.59375,1.375]},"up":{"texture":"#0","uv":[8.84375,0.5,11.09375,0]},"west":{"texture":"#0","uv":[8.84375,0.5,8.34375,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-8.8,-13.2,-14.4]}],"overrides":[],"textures":{"0":"item/w2105554233_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6736.json b/assets/minecraft/models/w6736.json new file mode 100644 index 000000000..c57c935e5 --- /dev/null +++ b/assets/minecraft/models/w6736.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.265625,1.59375,9.390625,2.34375]},"east":{"texture":"#0","uv":[10.015625,2.34375,9.265625,3.21875]},"north":{"texture":"#0","uv":[9.265625,2.34375,9.140625,3.21875]},"south":{"texture":"#0","uv":[10.140625,2.34375,10.015625,3.21875]},"up":{"texture":"#0","uv":[9.140625,2.34375,9.265625,1.59375]},"west":{"texture":"#0","uv":[9.140625,2.34375,8.390625,3.21875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.592,-13.191999,-13.652001]}],"overrides":[],"textures":{"0":"item/w2105554233_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6737.json b/assets/minecraft/models/w6737.json new file mode 100644 index 000000000..14b90a9a4 --- /dev/null +++ b/assets/minecraft/models/w6737.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.59375,1.640625,8.21875,2.140625]},"east":{"texture":"#0","uv":[8.09375,2.140625,7.59375,3.015625]},"north":{"texture":"#0","uv":[7.59375,2.140625,6.96875,3.015625]},"up":{"texture":"#0","uv":[6.96875,2.140625,7.59375,1.640625]},"west":{"texture":"#0","uv":[6.96875,2.140625,6.46875,3.015625]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-13.2,-14.4]}],"overrides":[],"textures":{"0":"item/w2105554233_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6738.json b/assets/minecraft/models/w6738.json new file mode 100644 index 000000000..b4808323c --- /dev/null +++ b/assets/minecraft/models/w6738.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[7.9375,2,11.6875,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,18.361,18.400002]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6739.json b/assets/minecraft/models/w6739.json new file mode 100644 index 000000000..48e5b6e19 --- /dev/null +++ b/assets/minecraft/models/w6739.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[5,2.5,3.75,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-8,-9.16,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w674.json b/assets/minecraft/models/w674.json new file mode 100644 index 000000000..070b1b258 --- /dev/null +++ b/assets/minecraft/models/w674.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,0,7,0.375]},"east":{"texture":"#0","uv":[6,0.375,6.375,1]},"north":{"texture":"#0","uv":[6.375,0.375,7,1]},"south":{"texture":"#0","uv":[7.375,0.375,8,1]},"up":{"texture":"#0","uv":[7,0.375,6.375,0]},"west":{"texture":"#0","uv":[7,0.375,7.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6740.json b/assets/minecraft/models/w6740.json new file mode 100644 index 000000000..dc7b752a9 --- /dev/null +++ b/assets/minecraft/models/w6740.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[3.75,0,5,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-8,-9.160001,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6741.json b/assets/minecraft/models/w6741.json new file mode 100644 index 000000000..1cbea62ac --- /dev/null +++ b/assets/minecraft/models/w6741.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[3.75,2.5,5,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-8,-9.16,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6742.json b/assets/minecraft/models/w6742.json new file mode 100644 index 000000000..aa1e146d1 --- /dev/null +++ b/assets/minecraft/models/w6742.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[5,0,3.75,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-8,-9.160001,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6743.json b/assets/minecraft/models/w6743.json new file mode 100644 index 000000000..44e9b1350 --- /dev/null +++ b/assets/minecraft/models/w6743.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[1.25,2.5,2.5,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-8,-9.16,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6744.json b/assets/minecraft/models/w6744.json new file mode 100644 index 000000000..6ccf6961d --- /dev/null +++ b/assets/minecraft/models/w6744.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[1.25,0,2.5,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-8,-9.160001,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6745.json b/assets/minecraft/models/w6745.json new file mode 100644 index 000000000..45fe39079 --- /dev/null +++ b/assets/minecraft/models/w6745.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[2.5,0,1.25,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-8,-9.160001,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6746.json b/assets/minecraft/models/w6746.json new file mode 100644 index 000000000..cc7deefc6 --- /dev/null +++ b/assets/minecraft/models/w6746.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[2.5,2.5,1.25,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-8,-9.16,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6747.json b/assets/minecraft/models/w6747.json new file mode 100644 index 000000000..1c565c494 --- /dev/null +++ b/assets/minecraft/models/w6747.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[2.5,1.25,3.75,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-8,-8,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6748.json b/assets/minecraft/models/w6748.json new file mode 100644 index 000000000..2cac12d02 --- /dev/null +++ b/assets/minecraft/models/w6748.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[3.75,2.5,2.5,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-8,-8.080404,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6749.json b/assets/minecraft/models/w6749.json new file mode 100644 index 000000000..627a2b2fd --- /dev/null +++ b/assets/minecraft/models/w6749.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[3.75,0,2.5,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-8,-8.080404,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w675.json b/assets/minecraft/models/w675.json new file mode 100644 index 000000000..070b1b258 --- /dev/null +++ b/assets/minecraft/models/w675.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,0,7,0.375]},"east":{"texture":"#0","uv":[6,0.375,6.375,1]},"north":{"texture":"#0","uv":[6.375,0.375,7,1]},"south":{"texture":"#0","uv":[7.375,0.375,8,1]},"up":{"texture":"#0","uv":[7,0.375,6.375,0]},"west":{"texture":"#0","uv":[7,0.375,7.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6750.json b/assets/minecraft/models/w6750.json new file mode 100644 index 000000000..c85d0c63e --- /dev/null +++ b/assets/minecraft/models/w6750.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[3.75,1.25,2.5,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-8,-8,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6751.json b/assets/minecraft/models/w6751.json new file mode 100644 index 000000000..04adde9d5 --- /dev/null +++ b/assets/minecraft/models/w6751.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2.5,2.5,3.75,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-8,-8.080404,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6752.json b/assets/minecraft/models/w6752.json new file mode 100644 index 000000000..420cb461b --- /dev/null +++ b/assets/minecraft/models/w6752.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2.5,0,3.75,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-8,-8.080404,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6753.json b/assets/minecraft/models/w6753.json new file mode 100644 index 000000000..1bf2ac430 --- /dev/null +++ b/assets/minecraft/models/w6753.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[3.75,1.25,5,2.5]}},"from":[-16,-10.4,-16],"rotation":{"angle":-45,"axis":"y","origin":[-12,-6.3999996,-6.3999996],"rescale":false},"shade":false,"to":[-8,-2.3999996,-16]},{"faces":{"north":{"texture":"#0","uv":[5,1.25,3.75,2.5]}},"from":[-16,-10.4,-16],"rotation":{"angle":45,"axis":"y","origin":[-12,-6.3999996,-6.3999996],"rescale":false},"shade":false,"to":[-8,-2.3999996,-16]},{"faces":{"south":{"texture":"#0","uv":[1.25,1.25,2.5,2.5]}},"from":[-16,-10.4,3.2000008],"rotation":{"angle":45,"axis":"y","origin":[-12,-6.3999996,-6.3999996],"rescale":false},"shade":false,"to":[-8,-2.3999996,3.2000008]},{"faces":{"south":{"texture":"#0","uv":[2.5,1.25,1.25,2.5]}},"from":[-16,-10.4,3.2000008],"rotation":{"angle":-45,"axis":"y","origin":[-12,-6.3999996,-6.3999996],"rescale":false},"shade":false,"to":[-8,-2.3999996,3.2000008]},{"faces":{"south":{"texture":"#0","uv":[1.25,1.25,0,2.5]}},"from":[-16,-10.4,3.2000008],"shade":false,"to":[-8,-2.3999996,3.2000008]},{"faces":{"north":{"texture":"#0","uv":[5,2.5,6.25,3.75]}},"from":[-16,-16,-10.4],"rotation":{"angle":-45,"axis":"x","origin":[-8,-16,-10.4],"rescale":false},"shade":false,"to":[-8,-8.080404,-10.4]},{"faces":{"north":{"texture":"#0","uv":[6.25,0,5,1.25]}},"from":[-16,-4.719595,-10.4],"rotation":{"angle":45,"axis":"x","origin":[-8,3.2000008,-10.4],"rescale":false},"shade":false,"to":[-8,3.2000003,-10.4]},{"faces":{"south":{"texture":"#0","uv":[1.25,0,0,1.25]}},"from":[-16,-4.719595,-2.3999996],"rotation":{"angle":-45,"axis":"x","origin":[-8,3.2000008,-2.3999996],"rescale":false},"shade":false,"to":[-8,3.2000003,-2.3999996]},{"faces":{"south":{"texture":"#0","uv":[1.25,2.5,0,3.75]}},"from":[-16,-16,-2.3999996],"rotation":{"angle":45,"axis":"x","origin":[-8,-16,-2.3999996],"rescale":false},"shade":false,"to":[-8,-8.080404,-2.3999996]},{"faces":{"down":{"texture":"#0","uv":[7.5,3.75,6.25,2.5]}},"from":[-16,-16,-10.4],"shade":false,"to":[-8,-16,-2.3999996]},{"faces":{"up":{"texture":"#0","uv":[6.25,1.25,7.5,0]}},"from":[-16,3.2000008,-10.4],"shade":false,"to":[-8,3.2000008,-2.3999996]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6754.json b/assets/minecraft/models/w6754.json new file mode 100644 index 000000000..ffe82a950 --- /dev/null +++ b/assets/minecraft/models/w6754.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[12.25,7.125,13.5,5.875]},"south":{"texture":"#0","uv":[13.5,7.125,12.25,5.875]}},"from":[-16,-16,-16],"shade":false,"to":[-1.6779995,-3.7546902,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6755.json b/assets/minecraft/models/w6755.json new file mode 100644 index 000000000..191bdf5fe --- /dev/null +++ b/assets/minecraft/models/w6755.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[13.5,7.125,12.25,5.875]},"south":{"texture":"#0","uv":[12.25,7.125,13.5,5.875]}},"from":[-16,-16,-16],"shade":false,"to":[-1.6779995,-3.7546902,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6756.json b/assets/minecraft/models/w6756.json new file mode 100644 index 000000000..878500536 --- /dev/null +++ b/assets/minecraft/models/w6756.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[11,7.125,9.75,5.875]},"south":{"texture":"#0","uv":[9.75,7.125,11,5.875]}},"from":[-16,-16,-16],"shade":false,"to":[-1.6779995,-3.7546902,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6757.json b/assets/minecraft/models/w6757.json new file mode 100644 index 000000000..76b9a3dfd --- /dev/null +++ b/assets/minecraft/models/w6757.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[9.75,7.125,11,5.875]},"south":{"texture":"#0","uv":[11,7.125,9.75,5.875]}},"from":[-16,-16,-16],"shade":false,"to":[-1.6779995,-3.7546902,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6758.json b/assets/minecraft/models/w6758.json new file mode 100644 index 000000000..706a275c4 --- /dev/null +++ b/assets/minecraft/models/w6758.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[12.25,7.75,11,7.125]},"south":{"texture":"#0","uv":[11,7.75,12.25,7.125]}},"from":[-16,-16,-16],"shade":false,"to":[-1.6779995,-8.839,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6759.json b/assets/minecraft/models/w6759.json new file mode 100644 index 000000000..530dbdb65 --- /dev/null +++ b/assets/minecraft/models/w6759.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[11,7.125,12.25,5.875]},"south":{"texture":"#0","uv":[12.25,7.125,11,5.875]}},"from":[-16,-16,-16],"shade":false,"to":[-1.6779995,-1.8219433,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w676.json b/assets/minecraft/models/w676.json new file mode 100644 index 000000000..efb0dafb9 --- /dev/null +++ b/assets/minecraft/models/w676.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,4,0,6]},"south":{"texture":"#0","uv":[0,4,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6760.json b/assets/minecraft/models/w6760.json new file mode 100644 index 000000000..706a275c4 --- /dev/null +++ b/assets/minecraft/models/w6760.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[12.25,7.75,11,7.125]},"south":{"texture":"#0","uv":[11,7.75,12.25,7.125]}},"from":[-16,-16,-16],"shade":false,"to":[-1.6779995,-8.839,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6761.json b/assets/minecraft/models/w6761.json new file mode 100644 index 000000000..530dbdb65 --- /dev/null +++ b/assets/minecraft/models/w6761.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[11,7.125,12.25,5.875]},"south":{"texture":"#0","uv":[12.25,7.125,11,5.875]}},"from":[-16,-16,-16],"shade":false,"to":[-1.6779995,-1.8219433,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6762.json b/assets/minecraft/models/w6762.json new file mode 100644 index 000000000..29c198390 --- /dev/null +++ b/assets/minecraft/models/w6762.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[11,7.75,9.75,7.125]},"south":{"texture":"#0","uv":[9.75,7.75,11,7.125]}},"from":[-16,-5.9746,8.347401],"rotation":{"angle":45,"axis":"y","origin":[-8.839,1.1863995,-8.839],"rescale":false},"shade":false,"to":[-1.6779995,1.1864004,8.347401]},{"faces":{"north":{"texture":"#0","uv":[9.75,7.75,11,7.125]},"south":{"texture":"#0","uv":[11,7.75,9.75,7.125]}},"from":[-16,-5.9746,8.347401],"rotation":{"angle":-45,"axis":"y","origin":[-8.839,1.1863995,-8.839],"rescale":false},"shade":false,"to":[-1.6779995,1.1864004,8.347401]},{"faces":{"north":{"texture":"#0","uv":[8.5,7.75,9.75,7.125]},"south":{"texture":"#0","uv":[9.75,7.75,8.5,7.125]}},"from":[-16,-5.9746,8.347401],"shade":false,"to":[-1.6779995,1.1864004,8.347401]},{"faces":{"north":{"texture":"#0","uv":[13.5,7.125,14.75,5.875]},"south":{"texture":"#0","uv":[14.75,7.125,13.5,5.875]}},"from":[-16,-16,-16],"rotation":{"angle":-45,"axis":"x","origin":[-1.6779995,-16,-16],"rescale":false},"shade":false,"to":[-1.6779995,-1.8219433,-16]},{"faces":{"north":{"texture":"#0","uv":[8.5,7.125,9.75,5.875]},"south":{"texture":"#0","uv":[9.75,7.125,8.5,5.875]}},"from":[-16,-16,-1.6779995],"rotation":{"angle":45,"axis":"x","origin":[-1.6779995,-16,-1.6779995],"rescale":false},"shade":false,"to":[-1.6779995,-1.8219433,-1.6779995]},{"faces":{"down":{"texture":"#0","uv":[16,5.875,14.75,7.125]},"up":{"texture":"#0","uv":[16,7.125,14.75,5.875]}},"from":[-16,-16,-16],"shade":false,"to":[-1.6779995,-16,-1.6779995]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6763.json b/assets/minecraft/models/w6763.json new file mode 100644 index 000000000..dfe936cc4 --- /dev/null +++ b/assets/minecraft/models/w6763.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[12.25,5.875,13.5,7.125]},"south":{"texture":"#0","uv":[13.5,5.875,12.25,7.125]}},"from":[-16,-16,-16],"shade":false,"to":[-1.6779995,-3.7546892,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6764.json b/assets/minecraft/models/w6764.json new file mode 100644 index 000000000..73831aa0a --- /dev/null +++ b/assets/minecraft/models/w6764.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[13.5,5.875,12.25,7.125]},"south":{"texture":"#0","uv":[12.25,5.875,13.5,7.125]}},"from":[-16,-16,-16],"shade":false,"to":[-1.6779995,-3.7546892,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6765.json b/assets/minecraft/models/w6765.json new file mode 100644 index 000000000..fb7d57032 --- /dev/null +++ b/assets/minecraft/models/w6765.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[11,5.875,9.75,7.125]},"south":{"texture":"#0","uv":[9.75,5.875,11,7.125]}},"from":[-16,-16,-16],"shade":false,"to":[-1.6779995,-3.7546892,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6766.json b/assets/minecraft/models/w6766.json new file mode 100644 index 000000000..eb79778ac --- /dev/null +++ b/assets/minecraft/models/w6766.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[9.75,5.875,11,7.125]},"south":{"texture":"#0","uv":[11,5.875,9.75,7.125]}},"from":[-16,-16,-16],"shade":false,"to":[-1.6779995,-3.7546892,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6767.json b/assets/minecraft/models/w6767.json new file mode 100644 index 000000000..6cab0cf47 --- /dev/null +++ b/assets/minecraft/models/w6767.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[12.25,7.125,11,7.75]},"south":{"texture":"#0","uv":[11,7.125,12.25,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-1.6779995,-8.839,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6768.json b/assets/minecraft/models/w6768.json new file mode 100644 index 000000000..42722312e --- /dev/null +++ b/assets/minecraft/models/w6768.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[11,5.875,12.25,7.125]},"south":{"texture":"#0","uv":[12.25,5.875,11,7.125]}},"from":[-16,-16,-16],"shade":false,"to":[-1.6779995,-1.8219423,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6769.json b/assets/minecraft/models/w6769.json new file mode 100644 index 000000000..6cab0cf47 --- /dev/null +++ b/assets/minecraft/models/w6769.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[12.25,7.125,11,7.75]},"south":{"texture":"#0","uv":[11,7.125,12.25,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-1.6779995,-8.839,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w677.json b/assets/minecraft/models/w677.json new file mode 100644 index 000000000..dc0ee2dc8 --- /dev/null +++ b/assets/minecraft/models/w677.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,2,6]},"south":{"texture":"#0","uv":[2,4,0,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6770.json b/assets/minecraft/models/w6770.json new file mode 100644 index 000000000..42722312e --- /dev/null +++ b/assets/minecraft/models/w6770.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[11,5.875,12.25,7.125]},"south":{"texture":"#0","uv":[12.25,5.875,11,7.125]}},"from":[-16,-16,-16],"shade":false,"to":[-1.6779995,-1.8219423,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6771.json b/assets/minecraft/models/w6771.json new file mode 100644 index 000000000..efeca18c9 --- /dev/null +++ b/assets/minecraft/models/w6771.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[11,7.125,9.75,7.75]},"south":{"texture":"#0","uv":[9.75,7.125,11,7.75]}},"from":[-16,-16,8.347401],"rotation":{"angle":45,"axis":"y","origin":[-8.839,-16,-8.839],"rescale":false},"shade":false,"to":[-1.6779995,-8.839,8.347401]},{"faces":{"north":{"texture":"#0","uv":[9.75,7.125,11,7.75]},"south":{"texture":"#0","uv":[11,7.125,9.75,7.75]}},"from":[-16,-16,8.347401],"rotation":{"angle":-45,"axis":"y","origin":[-8.839,-16,-8.839],"rescale":false},"shade":false,"to":[-1.6779995,-8.839,8.347401]},{"faces":{"north":{"texture":"#0","uv":[8.5,7.125,9.75,7.75]},"south":{"texture":"#0","uv":[9.75,7.125,8.5,7.75]}},"from":[-16,-16,8.347401],"shade":false,"to":[-1.6779995,-8.839,8.347401]},{"faces":{"north":{"texture":"#0","uv":[13.5,5.875,14.75,7.125]},"south":{"texture":"#0","uv":[14.75,5.875,13.5,7.125]}},"from":[-16,-12.991656,-16],"rotation":{"angle":45,"axis":"x","origin":[-1.6779995,1.1864014,-16],"rescale":false},"shade":false,"to":[-1.6779995,1.1864014,-16]},{"faces":{"north":{"texture":"#0","uv":[8.5,5.875,9.75,7.125]},"south":{"texture":"#0","uv":[9.75,5.875,8.5,7.125]}},"from":[-16,-12.991656,-1.6779995],"rotation":{"angle":-45,"axis":"x","origin":[-1.6779995,1.1864014,-1.6779995],"rescale":false},"shade":false,"to":[-1.6779995,1.1864014,-1.6779995]},{"faces":{"down":{"texture":"#0","uv":[16,5.875,14.75,7.125]},"up":{"texture":"#0","uv":[16,7.125,14.75,5.875]}},"from":[-16,1.1864014,-16],"shade":false,"to":[-1.6779995,1.1864014,-1.6779995]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6772.json b/assets/minecraft/models/w6772.json new file mode 100644 index 000000000..442ec25b3 --- /dev/null +++ b/assets/minecraft/models/w6772.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[3.75,5.875,5,7.125]},"south":{"texture":"#0","uv":[5,5.875,3.75,7.125]}},"from":[-16,-16,-16],"shade":false,"to":[-4,-5.74,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6773.json b/assets/minecraft/models/w6773.json new file mode 100644 index 000000000..b7ba1876f --- /dev/null +++ b/assets/minecraft/models/w6773.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[5,5.875,3.75,7.125]},"south":{"texture":"#0","uv":[3.75,5.875,5,7.125]}},"from":[-16,-16,-16],"shade":false,"to":[-4,-5.74,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6774.json b/assets/minecraft/models/w6774.json new file mode 100644 index 000000000..18ce53446 --- /dev/null +++ b/assets/minecraft/models/w6774.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[3.9375,8.4375,3.1875,9.0625]},"south":{"texture":"#0","uv":[3.1875,8.4375,3.9375,9.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-6.960001,-10,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6775.json b/assets/minecraft/models/w6775.json new file mode 100644 index 000000000..63bc3d317 --- /dev/null +++ b/assets/minecraft/models/w6775.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.1875,9.0625,3.9375,9.25]},"north":{"texture":"#0","uv":[3.9375,9.0625,3.1875,9.125]}},"from":[-16,-16,-16],"shade":false,"to":[-6.960001,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6776.json b/assets/minecraft/models/w6776.json new file mode 100644 index 000000000..103b9b60c --- /dev/null +++ b/assets/minecraft/models/w6776.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2.5,5.875,1.25,7.125]},"south":{"texture":"#0","uv":[1.25,5.875,2.5,7.125]}},"from":[-16,-16,-16],"shade":false,"to":[-4,-5.74,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6777.json b/assets/minecraft/models/w6777.json new file mode 100644 index 000000000..77fd37cb1 --- /dev/null +++ b/assets/minecraft/models/w6777.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1.25,5.875,2.5,7.125]},"south":{"texture":"#0","uv":[2.5,5.875,1.25,7.125]}},"from":[-16,-16,-16],"shade":false,"to":[-4,-5.74,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6778.json b/assets/minecraft/models/w6778.json new file mode 100644 index 000000000..66d85d25e --- /dev/null +++ b/assets/minecraft/models/w6778.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[3.1875,8.4375,3.9375,9.0625]},"south":{"texture":"#0","uv":[3.9375,8.4375,3.1875,9.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-6.960001,-10,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6779.json b/assets/minecraft/models/w6779.json new file mode 100644 index 000000000..e8fcdef0f --- /dev/null +++ b/assets/minecraft/models/w6779.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.9375,9.0625,3.1875,9.25]},"north":{"texture":"#0","uv":[3.1875,9.0625,3.9375,9.125]}},"from":[-16,-16,-16],"shade":false,"to":[-6.960001,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w678.json b/assets/minecraft/models/w678.json new file mode 100644 index 000000000..dc0ee2dc8 --- /dev/null +++ b/assets/minecraft/models/w678.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,2,6]},"south":{"texture":"#0","uv":[2,4,0,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6780.json b/assets/minecraft/models/w6780.json new file mode 100644 index 000000000..a0256c1ac --- /dev/null +++ b/assets/minecraft/models/w6780.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[3.75,7.125,2.5,7.75]},"south":{"texture":"#0","uv":[2.5,7.125,3.75,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-3.9919996,-9.992002,-15.992002]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6781.json b/assets/minecraft/models/w6781.json new file mode 100644 index 000000000..c02ef4170 --- /dev/null +++ b/assets/minecraft/models/w6781.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2.5,5.875,3.75,7.125]},"south":{"texture":"#0","uv":[3.75,5.875,2.5,7.125]}},"from":[-16,-16,-16],"shade":false,"to":[-4,-4.1206055,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6782.json b/assets/minecraft/models/w6782.json new file mode 100644 index 000000000..a0256c1ac --- /dev/null +++ b/assets/minecraft/models/w6782.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[3.75,7.125,2.5,7.75]},"south":{"texture":"#0","uv":[2.5,7.125,3.75,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-3.9919996,-9.992002,-15.992002]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6783.json b/assets/minecraft/models/w6783.json new file mode 100644 index 000000000..c02ef4170 --- /dev/null +++ b/assets/minecraft/models/w6783.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2.5,5.875,3.75,7.125]},"south":{"texture":"#0","uv":[3.75,5.875,2.5,7.125]}},"from":[-16,-16,-16],"shade":false,"to":[-4,-4.1206055,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6784.json b/assets/minecraft/models/w6784.json new file mode 100644 index 000000000..c6a97f6e8 --- /dev/null +++ b/assets/minecraft/models/w6784.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[3.75,7.125,5,7.75]},"south":{"texture":"#0","uv":[5,7.125,3.75,7.75]}},"from":[-14.86,-15.9800005,-13.2],"rotation":{"angle":-45,"axis":"y","origin":[-8.86,-15.9800005,1.2000008],"rescale":false},"shade":false,"to":[-2.8599997,-9.9800005,-13.2]},{"faces":{"north":{"texture":"#0","uv":[5,7.125,3.75,7.75]},"south":{"texture":"#0","uv":[3.75,7.125,5,7.75]}},"from":[-14.86,-15.9800005,-13.2],"rotation":{"angle":45,"axis":"y","origin":[-8.86,-15.9800005,1.2000008],"rescale":false},"shade":false,"to":[-2.8599997,-9.9800005,-13.2]},{"faces":{"down":{"texture":"#0","uv":[3.1875,9.25,3.9375,9.3125]}},"from":[-9.66,-16,-14],"rotation":{"angle":45,"axis":"y","origin":[-8.86,-15.9800005,1.2000008],"rescale":false},"shade":false,"to":[-2.6599998,-16,-13.2]},{"faces":{"north":{"texture":"#0","uv":[2.5,7.125,1.25,7.75]},"south":{"texture":"#0","uv":[1.25,7.125,2.5,7.75]}},"from":[-14.86,-15.9800005,15.6],"rotation":{"angle":45,"axis":"y","origin":[-8.86,-15.9800005,1.2000008],"rescale":false},"shade":false,"to":[-2.8599997,-9.9800005,15.6]},{"faces":{"north":{"texture":"#0","uv":[1.25,7.125,2.5,7.75]},"south":{"texture":"#0","uv":[2.5,7.125,1.25,7.75]}},"from":[-14.86,-15.9800005,15.6],"rotation":{"angle":-45,"axis":"y","origin":[-8.86,-15.9800005,1.2000008],"rescale":false},"shade":false,"to":[-2.8599997,-9.9800005,15.6]},{"faces":{"north":{"texture":"#0","uv":[0,7.125,1.25,7.75]},"south":{"texture":"#0","uv":[1.25,7.125,0,7.75]}},"from":[-14.86,-15.9800005,15.6],"shade":false,"to":[-2.8599997,-9.9800005,15.6]},{"faces":{"north":{"texture":"#0","uv":[5,7.125,6.25,7.75]},"south":{"texture":"#0","uv":[6.25,7.125,5,7.75]}},"from":[-14.86,-15.9800005,-13.2],"shade":false,"to":[-2.8599997,-9.9800005,-13.2]},{"faces":{"down":{"texture":"#0","uv":[1.875,9.0625,3.125,9.3125]}},"from":[-16,-15.9800005,-16],"shade":false,"to":[-1.7199993,-15.9800005,-13.2]},{"faces":{"north":{"texture":"#0","uv":[3.125,8.4375,1.875,9.0625]},"south":{"texture":"#0","uv":[1.875,8.4375,3.125,9.0625]}},"from":[-16,-15.9800005,-16],"shade":false,"to":[-1.7199993,-9.9800005,-16]},{"faces":{"down":{"texture":"#0","uv":[3.9375,9.25,3.1875,9.3125]}},"from":[-15.059999,-16,-14],"rotation":{"angle":-45,"axis":"y","origin":[-8.86,-15.9800005,1.2000008],"rescale":false},"shade":false,"to":[-8.059999,-16,-13.2]},{"faces":{"north":{"texture":"#0","uv":[5,5.875,6.25,7.125]},"south":{"texture":"#0","uv":[6.25,5.875,5,7.125]}},"from":[-14.86,-13.459394,-4.8],"rotation":{"angle":45,"axis":"x","origin":[-2.8600006,-1.5799999,-4.8],"rescale":false},"shade":false,"to":[-2.8599997,-1.5799999,-4.8]},{"faces":{"north":{"texture":"#0","uv":[0,5.875,1.25,7.125]},"south":{"texture":"#0","uv":[1.25,5.875,0,7.125]}},"from":[-14.86,-13.459394,7.200001],"rotation":{"angle":-45,"axis":"x","origin":[-2.8600006,-1.5799999,7.200001],"rescale":false},"shade":false,"to":[-2.8599997,-1.5799999,7.200001]},{"faces":{"down":{"texture":"#0","uv":[7.5,5.875,6.25,7.125]},"up":{"texture":"#0","uv":[7.5,7.125,6.25,5.875]}},"from":[-14.86,-1.5799999,-4.8],"shade":false,"to":[-2.8599997,-1.5799999,7.2]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6785.json b/assets/minecraft/models/w6785.json new file mode 100644 index 000000000..0c0d74b2a --- /dev/null +++ b/assets/minecraft/models/w6785.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[5,7.125,3.75,5.875]},"south":{"texture":"#0","uv":[3.75,7.125,5,5.875]}},"from":[-16,-16,-16],"shade":false,"to":[-4,-5.74,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6786.json b/assets/minecraft/models/w6786.json new file mode 100644 index 000000000..f668cd2c3 --- /dev/null +++ b/assets/minecraft/models/w6786.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[3.75,7.125,5,5.875]},"south":{"texture":"#0","uv":[5,7.125,3.75,5.875]}},"from":[-16,-16,-16],"shade":false,"to":[-4,-5.74,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6787.json b/assets/minecraft/models/w6787.json new file mode 100644 index 000000000..fb2a8aafe --- /dev/null +++ b/assets/minecraft/models/w6787.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[3.1875,9.0625,3.9375,8.4375]},"south":{"texture":"#0","uv":[3.9375,9.0625,3.1875,8.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-6.960001,-10,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6788.json b/assets/minecraft/models/w6788.json new file mode 100644 index 000000000..90d47cef2 --- /dev/null +++ b/assets/minecraft/models/w6788.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[3.1875,9.125,3.9375,9.0625]},"up":{"texture":"#0","uv":[3.9375,9.25,3.1875,9.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-6.960001,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6789.json b/assets/minecraft/models/w6789.json new file mode 100644 index 000000000..e53306118 --- /dev/null +++ b/assets/minecraft/models/w6789.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1.25,7.125,2.5,5.875]},"south":{"texture":"#0","uv":[2.5,7.125,1.25,5.875]}},"from":[-16,-16,-16],"shade":false,"to":[-4,-5.74,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w679.json b/assets/minecraft/models/w679.json new file mode 100644 index 000000000..efb0dafb9 --- /dev/null +++ b/assets/minecraft/models/w679.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,4,0,6]},"south":{"texture":"#0","uv":[0,4,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6790.json b/assets/minecraft/models/w6790.json new file mode 100644 index 000000000..7bb5928cb --- /dev/null +++ b/assets/minecraft/models/w6790.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2.5,7.125,1.25,5.875]},"south":{"texture":"#0","uv":[1.25,7.125,2.5,5.875]}},"from":[-16,-16,-16],"shade":false,"to":[-4,-5.74,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6791.json b/assets/minecraft/models/w6791.json new file mode 100644 index 000000000..b90ab8841 --- /dev/null +++ b/assets/minecraft/models/w6791.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[3.9375,9.0625,3.1875,8.4375]},"south":{"texture":"#0","uv":[3.1875,9.0625,3.9375,8.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-6.960001,-10,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6792.json b/assets/minecraft/models/w6792.json new file mode 100644 index 000000000..329fb3dc8 --- /dev/null +++ b/assets/minecraft/models/w6792.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[3.9375,9.125,3.1875,9.0625]},"up":{"texture":"#0","uv":[3.1875,9.25,3.9375,9.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-6.960001,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6793.json b/assets/minecraft/models/w6793.json new file mode 100644 index 000000000..07eed7192 --- /dev/null +++ b/assets/minecraft/models/w6793.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2.5,7.75,3.75,7.125]},"south":{"texture":"#0","uv":[3.75,7.75,2.5,7.125]}},"from":[-16,-16,-16],"shade":false,"to":[-3.9919996,-9.992001,-15.992002]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6794.json b/assets/minecraft/models/w6794.json new file mode 100644 index 000000000..21d8a67c9 --- /dev/null +++ b/assets/minecraft/models/w6794.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[3.75,7.125,2.5,5.875]},"south":{"texture":"#0","uv":[2.5,7.125,3.75,5.875]}},"from":[-16,-16,-16],"shade":false,"to":[-4,-4.1206055,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6795.json b/assets/minecraft/models/w6795.json new file mode 100644 index 000000000..07eed7192 --- /dev/null +++ b/assets/minecraft/models/w6795.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2.5,7.75,3.75,7.125]},"south":{"texture":"#0","uv":[3.75,7.75,2.5,7.125]}},"from":[-16,-16,-16],"shade":false,"to":[-3.9919996,-9.992001,-15.992002]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6796.json b/assets/minecraft/models/w6796.json new file mode 100644 index 000000000..21d8a67c9 --- /dev/null +++ b/assets/minecraft/models/w6796.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[3.75,7.125,2.5,5.875]},"south":{"texture":"#0","uv":[2.5,7.125,3.75,5.875]}},"from":[-16,-16,-16],"shade":false,"to":[-4,-4.1206055,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6797.json b/assets/minecraft/models/w6797.json new file mode 100644 index 000000000..0d5bbd311 --- /dev/null +++ b/assets/minecraft/models/w6797.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[5,7.75,3.75,7.125]},"south":{"texture":"#0","uv":[3.75,7.75,5,7.125]}},"from":[-14.86,-7.6000004,-13.2],"rotation":{"angle":45,"axis":"y","origin":[-8.86,-1.6000004,1.2000008],"rescale":false},"shade":false,"to":[-2.8599997,-1.6000004,-13.2]},{"faces":{"north":{"texture":"#0","uv":[3.75,7.75,5,7.125]},"south":{"texture":"#0","uv":[5,7.75,3.75,7.125]}},"from":[-14.86,-7.6000004,-13.2],"rotation":{"angle":-45,"axis":"y","origin":[-8.86,-1.6000004,1.2000008],"rescale":false},"shade":false,"to":[-2.8599997,-1.6000004,-13.2]},{"faces":{"up":{"texture":"#0","uv":[3.9375,9.3125,3.1875,9.25]}},"from":[-15.059999,-1.5799999,-14],"rotation":{"angle":-45,"axis":"y","origin":[-8.86,-1.6000004,1.2000008],"rescale":false},"shade":false,"to":[-8.059999,-1.5799999,-13.2]},{"faces":{"north":{"texture":"#0","uv":[1.25,7.75,2.5,7.125]},"south":{"texture":"#0","uv":[2.5,7.75,1.25,7.125]}},"from":[-14.86,-7.6000004,15.6],"rotation":{"angle":-45,"axis":"y","origin":[-8.86,-1.6000004,1.2000008],"rescale":false},"shade":false,"to":[-2.8599997,-1.6000004,15.6]},{"faces":{"north":{"texture":"#0","uv":[2.5,7.75,1.25,7.125]},"south":{"texture":"#0","uv":[1.25,7.75,2.5,7.125]}},"from":[-14.86,-7.6000004,15.6],"rotation":{"angle":45,"axis":"y","origin":[-8.86,-1.6000004,1.2000008],"rescale":false},"shade":false,"to":[-2.8599997,-1.6000004,15.6]},{"faces":{"north":{"texture":"#0","uv":[1.25,7.75,0,7.125]},"south":{"texture":"#0","uv":[0,7.75,1.25,7.125]}},"from":[-14.86,-7.6000004,15.6],"shade":false,"to":[-2.8599997,-1.6000004,15.6]},{"faces":{"north":{"texture":"#0","uv":[6.25,7.75,5,7.125]},"south":{"texture":"#0","uv":[5,7.75,6.25,7.125]}},"from":[-14.86,-7.6000004,-13.2],"shade":false,"to":[-2.8599997,-1.6000004,-13.2]},{"faces":{"north":{"texture":"#0","uv":[1.875,9.0625,3.125,8.4375]},"south":{"texture":"#0","uv":[3.125,9.0625,1.875,8.4375]}},"from":[-16,-7.6000004,-16],"shade":false,"to":[-1.7199993,-1.6000004,-16]},{"faces":{"up":{"texture":"#0","uv":[1.875,9.3125,3.125,9.0625]}},"from":[-16,-1.6000004,-16],"shade":false,"to":[-1.7199993,-1.6000004,-13.2]},{"faces":{"up":{"texture":"#0","uv":[3.1875,9.3125,3.9375,9.25]}},"from":[-9.66,-1.5799999,-14],"rotation":{"angle":45,"axis":"y","origin":[-8.86,-1.6000004,1.2000008],"rescale":false},"shade":false,"to":[-2.6599998,-1.5799999,-13.2]},{"faces":{"north":{"texture":"#0","uv":[6.25,7.125,5,5.875]},"south":{"texture":"#0","uv":[5,7.125,6.25,5.875]}},"from":[-14.86,-16,-4.8],"rotation":{"angle":-45,"axis":"x","origin":[-14.86,-16,-4.8],"rescale":false},"shade":false,"to":[-2.8599997,-4.1206055,-4.8]},{"faces":{"north":{"texture":"#0","uv":[1.25,7.125,0,5.875]},"south":{"texture":"#0","uv":[0,7.125,1.25,5.875]}},"from":[-14.86,-16,7.200001],"rotation":{"angle":45,"axis":"x","origin":[-14.86,-16,7.200001],"rescale":false},"shade":false,"to":[-2.8599997,-4.1206055,7.200001]},{"faces":{"down":{"texture":"#0","uv":[6.25,5.875,7.5,7.125]},"up":{"texture":"#0","uv":[6.25,7.125,7.5,5.875]}},"from":[-14.86,-16,-4.8],"shade":false,"to":[-2.8599997,-16,7.2]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6798.json b/assets/minecraft/models/w6798.json new file mode 100644 index 000000000..09557a6a9 --- /dev/null +++ b/assets/minecraft/models/w6798.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[12.25,2.5,13.5,3.75]},"south":{"texture":"#0","uv":[13.5,2.5,12.25,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-5.999,-7.45,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6799.json b/assets/minecraft/models/w6799.json new file mode 100644 index 000000000..ab5441015 --- /dev/null +++ b/assets/minecraft/models/w6799.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[13.5,2.5,12.25,3.75]},"south":{"texture":"#0","uv":[12.25,2.5,13.5,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-6,-7.45,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w68.json b/assets/minecraft/models/w68.json new file mode 100644 index 000000000..284f3eec6 --- /dev/null +++ b/assets/minecraft/models/w68.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.125,2.75,10,3.25]},"east":{"texture":"#0","uv":[9.375,3.25,9.875,3.25]},"north":{"texture":"#0","uv":[9.875,3.25,10,3.25]},"south":{"texture":"#0","uv":[10.5,3.25,10.625,3.25]},"up":{"texture":"#0","uv":[10,3.25,9.875,2.75]},"west":{"texture":"#0","uv":[10,3.25,10.5,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1237560704_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w680.json b/assets/minecraft/models/w680.json new file mode 100644 index 000000000..dc0ee2dc8 --- /dev/null +++ b/assets/minecraft/models/w680.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,2,6]},"south":{"texture":"#0","uv":[2,4,0,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6800.json b/assets/minecraft/models/w6800.json new file mode 100644 index 000000000..a9dfb3f7c --- /dev/null +++ b/assets/minecraft/models/w6800.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[11,1.25,9.75,0]},"south":{"texture":"#0","uv":[9.75,1.25,11,0]}},"from":[-16,-16,-16],"shade":false,"to":[-5.999,-7.45,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6801.json b/assets/minecraft/models/w6801.json new file mode 100644 index 000000000..2c74ec71c --- /dev/null +++ b/assets/minecraft/models/w6801.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[9.75,1.25,11,0]},"south":{"texture":"#0","uv":[11,1.25,9.75,0]}},"from":[-16,-16,-16],"shade":false,"to":[-6,-7.45,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6802.json b/assets/minecraft/models/w6802.json new file mode 100644 index 000000000..c1104cad8 --- /dev/null +++ b/assets/minecraft/models/w6802.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[12.25,1.875,11,1.25]},"south":{"texture":"#0","uv":[11,1.875,12.25,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-6,-11,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6803.json b/assets/minecraft/models/w6803.json new file mode 100644 index 000000000..97f010f32 --- /dev/null +++ b/assets/minecraft/models/w6803.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[11,1.25,12.25,0]},"south":{"texture":"#0","uv":[12.25,1.25,11,0]}},"from":[-16,-16,-16],"shade":false,"to":[-6,-6.100505,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6804.json b/assets/minecraft/models/w6804.json new file mode 100644 index 000000000..c1104cad8 --- /dev/null +++ b/assets/minecraft/models/w6804.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[12.25,1.875,11,1.25]},"south":{"texture":"#0","uv":[11,1.875,12.25,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-6,-11,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6805.json b/assets/minecraft/models/w6805.json new file mode 100644 index 000000000..97f010f32 --- /dev/null +++ b/assets/minecraft/models/w6805.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[11,1.25,12.25,0]},"south":{"texture":"#0","uv":[12.25,1.25,11,0]}},"from":[-16,-16,-16],"shade":false,"to":[-6,-6.100505,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6806.json b/assets/minecraft/models/w6806.json new file mode 100644 index 000000000..9e8eac4d6 --- /dev/null +++ b/assets/minecraft/models/w6806.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[15.4375,1.6875,15.375,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.5,-13.7525,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6807.json b/assets/minecraft/models/w6807.json new file mode 100644 index 000000000..21cec3261 --- /dev/null +++ b/assets/minecraft/models/w6807.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[15.5,1.6875,15.5625,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.5,-13.7525,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6808.json b/assets/minecraft/models/w6808.json new file mode 100644 index 000000000..36413e277 --- /dev/null +++ b/assets/minecraft/models/w6808.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[15.1875,1.6875,15.125,1.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.5,-14.872499,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6809.json b/assets/minecraft/models/w6809.json new file mode 100644 index 000000000..c93b28ca2 --- /dev/null +++ b/assets/minecraft/models/w6809.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[15.25,1.6875,15.3125,1.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.5,-14.892499,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w681.json b/assets/minecraft/models/w681.json new file mode 100644 index 000000000..efb0dafb9 --- /dev/null +++ b/assets/minecraft/models/w681.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,4,0,6]},"south":{"texture":"#0","uv":[0,4,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6810.json b/assets/minecraft/models/w6810.json new file mode 100644 index 000000000..abbd944d1 --- /dev/null +++ b/assets/minecraft/models/w6810.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[15.625,1.6875,15.6875,1.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.5,-15.272501,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6811.json b/assets/minecraft/models/w6811.json new file mode 100644 index 000000000..ce83d1964 --- /dev/null +++ b/assets/minecraft/models/w6811.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[15.6875,1.6875,15.625,1.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.5,-15.272501,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6812.json b/assets/minecraft/models/w6812.json new file mode 100644 index 000000000..7208fbc8e --- /dev/null +++ b/assets/minecraft/models/w6812.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[15.3125,1.6875,15.25,1.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.5,-14.892499,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6813.json b/assets/minecraft/models/w6813.json new file mode 100644 index 000000000..65c8ead96 --- /dev/null +++ b/assets/minecraft/models/w6813.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[15.125,1.6875,15.1875,1.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.5,-14.872499,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6814.json b/assets/minecraft/models/w6814.json new file mode 100644 index 000000000..2ad60fde9 --- /dev/null +++ b/assets/minecraft/models/w6814.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[15.0625,1.6875,15,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.5,-13.7525,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6815.json b/assets/minecraft/models/w6815.json new file mode 100644 index 000000000..07fb5edba --- /dev/null +++ b/assets/minecraft/models/w6815.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[14.875,1.6875,14.9375,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.5,-13.7525,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6816.json b/assets/minecraft/models/w6816.json new file mode 100644 index 000000000..d9dc12530 --- /dev/null +++ b/assets/minecraft/models/w6816.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[15,1.6875,15.0625,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.5,-13.752501,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6817.json b/assets/minecraft/models/w6817.json new file mode 100644 index 000000000..b25ec0b85 --- /dev/null +++ b/assets/minecraft/models/w6817.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[14.9375,1.6875,14.875,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.5,-13.752501,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6818.json b/assets/minecraft/models/w6818.json new file mode 100644 index 000000000..88c64920c --- /dev/null +++ b/assets/minecraft/models/w6818.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[14.75,2.5,16,3.125]},"south":{"texture":"#0","uv":[16,2.5,14.75,3.125]}},"from":[-16,-9,-16],"rotation":{"angle":-45,"axis":"y","origin":[-11,-4,-4],"rescale":false},"shade":false,"to":[-6,-4,-16]},{"faces":{"north":{"texture":"#0","uv":[13.5,1.875,12.25,2.5]},"south":{"texture":"#0","uv":[12.25,1.875,13.5,2.5]}},"from":[-16,-9,-16],"rotation":{"angle":45,"axis":"y","origin":[-11,-4,-4],"rescale":false},"shade":false,"to":[-6,-4,-16]},{"faces":{"north":{"texture":"#0","uv":[11,1.875,9.75,1.25]},"south":{"texture":"#0","uv":[9.75,1.875,11,1.25]}},"from":[-16,-9,8],"rotation":{"angle":45,"axis":"y","origin":[-11,-4,-4],"rescale":false},"shade":false,"to":[-6,-4,8]},{"faces":{"north":{"texture":"#0","uv":[9.75,1.875,11,1.25]},"south":{"texture":"#0","uv":[11,1.875,9.75,1.25]}},"from":[-16,-9,8],"rotation":{"angle":-45,"axis":"y","origin":[-11,-4,-4],"rescale":false},"shade":false,"to":[-6,-4,8]},{"faces":{"north":{"texture":"#0","uv":[13.5,1.875,14.6875,2.5]},"south":{"texture":"#0","uv":[14.6875,1.875,13.5,2.5]}},"from":[-16,-9,-16],"shade":false,"to":[-6,-4,-16]},{"faces":{"north":{"texture":"#0","uv":[8.5,1.875,9.75,1.25]},"south":{"texture":"#0","uv":[9.75,1.875,8.5,1.25]}},"from":[-16,-9,8],"shade":false,"to":[-6,-4,8]},{"faces":{"north":{"texture":"#0","uv":[13.5,2.5,14.6875,3.75]},"south":{"texture":"#0","uv":[14.6875,2.5,13.5,3.75]}},"from":[-16,-16,-9],"rotation":{"angle":-45,"axis":"x","origin":[-6,-16,-9],"rescale":false},"shade":false,"to":[-6,-6.100505,-9]},{"faces":{"north":{"texture":"#0","uv":[8.5,1.25,9.75,0]},"south":{"texture":"#0","uv":[9.75,1.25,8.5,0]}},"from":[-16,-16,1],"rotation":{"angle":45,"axis":"x","origin":[-6,-16,1],"rescale":false},"shade":false,"to":[-6,-6.100505,1]},{"faces":{"down":{"texture":"#0","uv":[16,0,14.75,1.25]},"up":{"texture":"#0","uv":[16,1.25,14.75,0]}},"from":[-16,-16,-9],"shade":false,"to":[-6,-16,1]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6819.json b/assets/minecraft/models/w6819.json new file mode 100644 index 000000000..0c497d9dc --- /dev/null +++ b/assets/minecraft/models/w6819.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[12.25,1.875,11,1.78125]},"south":{"texture":"#0","uv":[11,1.875,12.25,1.78125]}},"from":[-16,-16,-16],"shade":false,"to":[-6,-14.6,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w682.json b/assets/minecraft/models/w682.json new file mode 100644 index 000000000..efb0dafb9 --- /dev/null +++ b/assets/minecraft/models/w682.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,4,0,6]},"south":{"texture":"#0","uv":[0,4,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6820.json b/assets/minecraft/models/w6820.json new file mode 100644 index 000000000..13fdb5219 --- /dev/null +++ b/assets/minecraft/models/w6820.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[11,1.875,12.25,1.78125]},"south":{"texture":"#0","uv":[12.25,1.875,11,1.78125]}},"from":[-16,-16,-16],"shade":false,"to":[-6,-14.6,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6821.json b/assets/minecraft/models/w6821.json new file mode 100644 index 000000000..7977bcbd2 --- /dev/null +++ b/assets/minecraft/models/w6821.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[12.25,0,13.5,1.25]},"south":{"texture":"#0","uv":[13.5,0,12.25,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-5.999,-7.45,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6822.json b/assets/minecraft/models/w6822.json new file mode 100644 index 000000000..3fb9340ec --- /dev/null +++ b/assets/minecraft/models/w6822.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[13.5,0,12.25,1.25]},"south":{"texture":"#0","uv":[12.25,0,13.5,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-6,-7.45,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6823.json b/assets/minecraft/models/w6823.json new file mode 100644 index 000000000..d05af22c2 --- /dev/null +++ b/assets/minecraft/models/w6823.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[11,0,9.75,1.25]},"south":{"texture":"#0","uv":[9.75,0,11,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-5.999,-7.45,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6824.json b/assets/minecraft/models/w6824.json new file mode 100644 index 000000000..5e77d0083 --- /dev/null +++ b/assets/minecraft/models/w6824.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[9.75,0,11,1.25]},"south":{"texture":"#0","uv":[11,0,9.75,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-6,-7.45,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6825.json b/assets/minecraft/models/w6825.json new file mode 100644 index 000000000..178b37f25 --- /dev/null +++ b/assets/minecraft/models/w6825.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[14.875,1.375,14.9375,1.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.5,-13.752501,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6826.json b/assets/minecraft/models/w6826.json new file mode 100644 index 000000000..62d18eab6 --- /dev/null +++ b/assets/minecraft/models/w6826.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[15.0625,1.375,15,1.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.5,-13.752501,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6827.json b/assets/minecraft/models/w6827.json new file mode 100644 index 000000000..ea2e04a66 --- /dev/null +++ b/assets/minecraft/models/w6827.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[15,1.375,15.0625,1.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.5,-13.752501,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6828.json b/assets/minecraft/models/w6828.json new file mode 100644 index 000000000..399dcfb28 --- /dev/null +++ b/assets/minecraft/models/w6828.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[14.9375,1.375,14.875,1.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.5,-13.752501,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6829.json b/assets/minecraft/models/w6829.json new file mode 100644 index 000000000..9b09ead6f --- /dev/null +++ b/assets/minecraft/models/w6829.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[15.25,1.375,15.3125,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.5,-14.8725,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w683.json b/assets/minecraft/models/w683.json new file mode 100644 index 000000000..3026526a4 --- /dev/null +++ b/assets/minecraft/models/w683.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,6,2,8]},"south":{"texture":"#0","uv":[2,6,0,8]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6830.json b/assets/minecraft/models/w6830.json new file mode 100644 index 000000000..c1c04746e --- /dev/null +++ b/assets/minecraft/models/w6830.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[15.1875,1.375,15.125,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.5,-14.8725,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6831.json b/assets/minecraft/models/w6831.json new file mode 100644 index 000000000..48a23dc1e --- /dev/null +++ b/assets/minecraft/models/w6831.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[15.125,1.375,15.1875,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.5,-14.8725,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6832.json b/assets/minecraft/models/w6832.json new file mode 100644 index 000000000..b16801707 --- /dev/null +++ b/assets/minecraft/models/w6832.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[15.3125,1.375,15.25,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.5,-14.8725,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6833.json b/assets/minecraft/models/w6833.json new file mode 100644 index 000000000..0ac97afb0 --- /dev/null +++ b/assets/minecraft/models/w6833.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[12.25,1.25,11,1.875]},"south":{"texture":"#0","uv":[11,1.25,12.25,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-6,-11,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6834.json b/assets/minecraft/models/w6834.json new file mode 100644 index 000000000..f527f77aa --- /dev/null +++ b/assets/minecraft/models/w6834.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[11,0,12.25,1.25]},"south":{"texture":"#0","uv":[12.25,0,11,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-6,-6.100505,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6835.json b/assets/minecraft/models/w6835.json new file mode 100644 index 000000000..0ac97afb0 --- /dev/null +++ b/assets/minecraft/models/w6835.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[12.25,1.25,11,1.875]},"south":{"texture":"#0","uv":[11,1.25,12.25,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-6,-11,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6836.json b/assets/minecraft/models/w6836.json new file mode 100644 index 000000000..f527f77aa --- /dev/null +++ b/assets/minecraft/models/w6836.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[11,0,12.25,1.25]},"south":{"texture":"#0","uv":[12.25,0,11,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-6,-6.100505,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6837.json b/assets/minecraft/models/w6837.json new file mode 100644 index 000000000..1371fa4ac --- /dev/null +++ b/assets/minecraft/models/w6837.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[15.625,1.5625,15.6875,1.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.280001,-15.472499,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6838.json b/assets/minecraft/models/w6838.json new file mode 100644 index 000000000..3a863b174 --- /dev/null +++ b/assets/minecraft/models/w6838.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[15.1875,1.5625,15.125,1.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.5,-14.872499,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6839.json b/assets/minecraft/models/w6839.json new file mode 100644 index 000000000..886448b08 --- /dev/null +++ b/assets/minecraft/models/w6839.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[15.25,1.5625,15.3125,1.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.5,-14.8925,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w684.json b/assets/minecraft/models/w684.json new file mode 100644 index 000000000..5f12f1a36 --- /dev/null +++ b/assets/minecraft/models/w684.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,6,0,8]},"south":{"texture":"#0","uv":[0,6,2,8]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6840.json b/assets/minecraft/models/w6840.json new file mode 100644 index 000000000..c8f7fcbfc --- /dev/null +++ b/assets/minecraft/models/w6840.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[15.6875,1.5625,15.625,1.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.28,-15.472501,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6841.json b/assets/minecraft/models/w6841.json new file mode 100644 index 000000000..a36bfd250 --- /dev/null +++ b/assets/minecraft/models/w6841.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[15.125,1.5625,15.1875,1.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.5,-14.872499,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6842.json b/assets/minecraft/models/w6842.json new file mode 100644 index 000000000..b17c1dad8 --- /dev/null +++ b/assets/minecraft/models/w6842.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[15.3125,1.5625,15.25,1.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.5,-14.892499,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6843.json b/assets/minecraft/models/w6843.json new file mode 100644 index 000000000..ee30d2426 --- /dev/null +++ b/assets/minecraft/models/w6843.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[14.75,1.875,16,2.5]},"south":{"texture":"#0","uv":[16,1.875,14.75,2.5]}},"from":[-16,-16,-16],"rotation":{"angle":-45,"axis":"y","origin":[-11,-16,-4],"rescale":false},"shade":false,"to":[-6,-11,-16]},{"faces":{"north":{"texture":"#0","uv":[13.5,1.25,12.25,1.875]},"south":{"texture":"#0","uv":[12.25,1.25,13.5,1.875]}},"from":[-16,-16,-16],"rotation":{"angle":45,"axis":"y","origin":[-11,-16,-4],"rescale":false},"shade":false,"to":[-6,-11,-16]},{"faces":{"north":{"texture":"#0","uv":[11,1.25,9.75,1.875]},"south":{"texture":"#0","uv":[9.75,1.25,11,1.875]}},"from":[-16,-16,8],"rotation":{"angle":45,"axis":"y","origin":[-11,-16,-4],"rescale":false},"shade":false,"to":[-6,-11,8]},{"faces":{"north":{"texture":"#0","uv":[9.75,1.25,11,1.875]},"south":{"texture":"#0","uv":[11,1.25,9.75,1.875]}},"from":[-16,-16,8],"rotation":{"angle":-45,"axis":"y","origin":[-11,-16,-4],"rescale":false},"shade":false,"to":[-6,-11,8]},{"faces":{"north":{"texture":"#0","uv":[13.5,1.25,14.6875,1.875]},"south":{"texture":"#0","uv":[14.6875,1.25,13.5,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-6,-11,-16]},{"faces":{"north":{"texture":"#0","uv":[8.5,1.25,9.75,1.875]},"south":{"texture":"#0","uv":[9.75,1.25,8.5,1.875]}},"from":[-16,-16,8],"shade":false,"to":[-6,-11,8]},{"faces":{"north":{"texture":"#0","uv":[13.5,0,14.6875,1.25]},"south":{"texture":"#0","uv":[14.6875,0,13.5,1.25]}},"from":[-16,-13.899495,-9],"rotation":{"angle":45,"axis":"x","origin":[-6,-4,-9],"rescale":false},"shade":false,"to":[-6,-4,-9]},{"faces":{"north":{"texture":"#0","uv":[8.5,0,9.75,1.25]},"south":{"texture":"#0","uv":[9.75,0,8.5,1.25]}},"from":[-16,-13.899495,1],"rotation":{"angle":-45,"axis":"x","origin":[-6,-4,1],"rescale":false},"shade":false,"to":[-6,-4,1]},{"faces":{"down":{"texture":"#0","uv":[16,0,14.75,1.25]},"up":{"texture":"#0","uv":[16,1.25,14.75,0]}},"from":[-16,-4,-9],"shade":false,"to":[-6,-4,1]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6844.json b/assets/minecraft/models/w6844.json new file mode 100644 index 000000000..9bc1a5a91 --- /dev/null +++ b/assets/minecraft/models/w6844.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[5,1.25,6.25,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-8,-8,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6845.json b/assets/minecraft/models/w6845.json new file mode 100644 index 000000000..f5b1de844 --- /dev/null +++ b/assets/minecraft/models/w6845.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6.25,1.25,7.5,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-8,-8,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6846.json b/assets/minecraft/models/w6846.json new file mode 100644 index 000000000..7c886dee8 --- /dev/null +++ b/assets/minecraft/models/w6846.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,10.5,2.5,10]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-16,-12.9279995]},{"faces":{"up":{"texture":"#0","uv":[3,10,2.5,10.5]}},"from":[-16,-8.6272,-16],"shade":false,"to":[-12.9279995,-8.6272,-12.9279995]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6847.json b/assets/minecraft/models/w6847.json new file mode 100644 index 000000000..5cdce13d0 --- /dev/null +++ b/assets/minecraft/models/w6847.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.11875,9.90625,8.31875,11.153125]},"east":{"texture":"#0","uv":[8.303125,11.153125,9.55,11.958399]},"north":{"texture":"#0","uv":[9.55,11.153125,10.38125,11.958399]},"south":{"texture":"#0","uv":[9.565625,11.153125,10.396875,11.958399]},"up":{"texture":"#0","uv":[8.31875,11.153125,7.4875,9.90625]},"west":{"texture":"#0","uv":[8.31875,11.153125,9.565625,11.958399]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6779995,-9.821943,-6.3999996]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6848.json b/assets/minecraft/models/w6848.json new file mode 100644 index 000000000..3aa0d2f8c --- /dev/null +++ b/assets/minecraft/models/w6848.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.31875,9.90625,9.11875,11.153125]},"east":{"texture":"#0","uv":[9.565625,11.153125,8.31875,11.958399]},"north":{"texture":"#0","uv":[10.38125,11.153125,9.55,11.958399]},"south":{"texture":"#0","uv":[10.396875,11.153125,9.565625,11.958399]},"up":{"texture":"#0","uv":[7.4875,11.153125,8.31875,9.90625]},"west":{"texture":"#0","uv":[9.55,11.153125,8.303125,11.958399]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6779995,-9.821943,-6.3999996]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6849.json b/assets/minecraft/models/w6849.json new file mode 100644 index 000000000..1c395f7a3 --- /dev/null +++ b/assets/minecraft/models/w6849.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.125,9.875,8.3125,11.125]},"east":{"texture":"#0","uv":[9.5625,11.125,8.3125,11.9375]},"north":{"texture":"#0","uv":[9.5625,11.125,10.375,11.9375]},"south":{"texture":"#0","uv":[9.5625,11.125,10.375,11.9375]},"up":{"texture":"#0","uv":[8.3125,11.125,7.5,9.875]},"west":{"texture":"#0","uv":[8.3125,11.125,9.5625,11.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6779995,-9.821942,-6.3999996]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w685.json b/assets/minecraft/models/w685.json new file mode 100644 index 000000000..dc0ee2dc8 --- /dev/null +++ b/assets/minecraft/models/w685.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,2,6]},"south":{"texture":"#0","uv":[2,4,0,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6850.json b/assets/minecraft/models/w6850.json new file mode 100644 index 000000000..f3cb61a8d --- /dev/null +++ b/assets/minecraft/models/w6850.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.3125,9.875,9.125,11.125]},"east":{"texture":"#0","uv":[9.5625,11.125,8.3125,11.9375]},"north":{"texture":"#0","uv":[10.375,11.125,9.5625,11.9375]},"south":{"texture":"#0","uv":[10.375,11.125,9.5625,11.9375]},"up":{"texture":"#0","uv":[7.5,11.125,8.3125,9.875]},"west":{"texture":"#0","uv":[8.3125,11.125,9.5625,11.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6779995,-9.821942,-6.3999996]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6851.json b/assets/minecraft/models/w6851.json new file mode 100644 index 000000000..270f70a1e --- /dev/null +++ b/assets/minecraft/models/w6851.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,13.90625,13.6875,14.34375]},"east":{"texture":"#0","uv":[12.6875,14.34375,13.125,14.65625]},"north":{"texture":"#0","uv":[13.375,14.34375,13.6875,14.65625]},"south":{"texture":"#0","uv":[14.375,14.34375,14.6875,14.65625]},"up":{"texture":"#0","uv":[13.6875,14.34375,13.375,13.90625]},"west":{"texture":"#0","uv":[13.6875,14.34375,14.125,14.65625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.92,-13.2,-11.999]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6852.json b/assets/minecraft/models/w6852.json new file mode 100644 index 000000000..18d61e13b --- /dev/null +++ b/assets/minecraft/models/w6852.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.625,12.8125,13.375,13.0625]},"east":{"texture":"#0","uv":[12.6875,13.15625,12.9375,13.46875]},"north":{"texture":"#0","uv":[13.03125,13.15625,13.28125,13.46875]},"south":{"texture":"#0","uv":[13.71875,13.15625,13.96875,13.46875]},"up":{"texture":"#0","uv":[13.28125,13.0625,13.03125,12.8125]},"west":{"texture":"#0","uv":[13.375,13.15625,13.625,13.46875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.814112,-13.192001,-13.814112]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6853.json b/assets/minecraft/models/w6853.json new file mode 100644 index 000000000..b158a9a4b --- /dev/null +++ b/assets/minecraft/models/w6853.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.21875,14.6875,13.8125,15.375]},"east":{"texture":"#0","uv":[12.6875,15.375,13.375,15.8125]},"north":{"texture":"#0","uv":[13.375,15.375,13.78125,15.8125]},"south":{"texture":"#0","uv":[14.5,15.375,14.9375,15.8125]},"up":{"texture":"#0","uv":[13.78125,15.375,13.375,14.6875]},"west":{"texture":"#0","uv":[14.46875,15.375,13.78125,15.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-11.72,-12,-9.6]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6854.json b/assets/minecraft/models/w6854.json new file mode 100644 index 000000000..270f70a1e --- /dev/null +++ b/assets/minecraft/models/w6854.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,13.90625,13.6875,14.34375]},"east":{"texture":"#0","uv":[12.6875,14.34375,13.125,14.65625]},"north":{"texture":"#0","uv":[13.375,14.34375,13.6875,14.65625]},"south":{"texture":"#0","uv":[14.375,14.34375,14.6875,14.65625]},"up":{"texture":"#0","uv":[13.6875,14.34375,13.375,13.90625]},"west":{"texture":"#0","uv":[13.6875,14.34375,14.125,14.65625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.92,-13.2,-11.999]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6855.json b/assets/minecraft/models/w6855.json new file mode 100644 index 000000000..313c00a5a --- /dev/null +++ b/assets/minecraft/models/w6855.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.625,12.8125,13.375,13.0625]},"east":{"texture":"#0","uv":[12.6875,13.15625,12.9375,13.46875]},"north":{"texture":"#0","uv":[13.03125,13.15625,13.28125,13.46875]},"south":{"texture":"#0","uv":[13.71875,13.15625,13.96875,13.46875]},"up":{"texture":"#0","uv":[13.28125,13.0625,13.03125,12.8125]},"west":{"texture":"#0","uv":[13.375,13.15625,13.625,13.46875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.814111,-13.192001,-13.814112]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6856.json b/assets/minecraft/models/w6856.json new file mode 100644 index 000000000..ecebc2f75 --- /dev/null +++ b/assets/minecraft/models/w6856.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.21875,14.6875,13.8125,15.375]},"east":{"texture":"#0","uv":[12.6875,15.375,13.375,15.8125]},"north":{"texture":"#0","uv":[13.375,15.375,13.78125,15.8125]},"south":{"texture":"#0","uv":[14.5,15.375,14.9375,15.8125]},"up":{"texture":"#0","uv":[13.78125,15.375,13.375,14.6875]},"west":{"texture":"#0","uv":[14.46875,15.375,13.78125,15.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-11.719999,-12,-9.6]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6857.json b/assets/minecraft/models/w6857.json new file mode 100644 index 000000000..270f70a1e --- /dev/null +++ b/assets/minecraft/models/w6857.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,13.90625,13.6875,14.34375]},"east":{"texture":"#0","uv":[12.6875,14.34375,13.125,14.65625]},"north":{"texture":"#0","uv":[13.375,14.34375,13.6875,14.65625]},"south":{"texture":"#0","uv":[14.375,14.34375,14.6875,14.65625]},"up":{"texture":"#0","uv":[13.6875,14.34375,13.375,13.90625]},"west":{"texture":"#0","uv":[13.6875,14.34375,14.125,14.65625]}},"from":[-16,-16,-16],"shade":false,"to":[-12.92,-13.2,-11.999]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6858.json b/assets/minecraft/models/w6858.json new file mode 100644 index 000000000..313c00a5a --- /dev/null +++ b/assets/minecraft/models/w6858.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.625,12.8125,13.375,13.0625]},"east":{"texture":"#0","uv":[12.6875,13.15625,12.9375,13.46875]},"north":{"texture":"#0","uv":[13.03125,13.15625,13.28125,13.46875]},"south":{"texture":"#0","uv":[13.71875,13.15625,13.96875,13.46875]},"up":{"texture":"#0","uv":[13.28125,13.0625,13.03125,12.8125]},"west":{"texture":"#0","uv":[13.375,13.15625,13.625,13.46875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.814111,-13.192001,-13.814112]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6859.json b/assets/minecraft/models/w6859.json new file mode 100644 index 000000000..ecebc2f75 --- /dev/null +++ b/assets/minecraft/models/w6859.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.21875,14.6875,13.8125,15.375]},"east":{"texture":"#0","uv":[12.6875,15.375,13.375,15.8125]},"north":{"texture":"#0","uv":[13.375,15.375,13.78125,15.8125]},"south":{"texture":"#0","uv":[14.5,15.375,14.9375,15.8125]},"up":{"texture":"#0","uv":[13.78125,15.375,13.375,14.6875]},"west":{"texture":"#0","uv":[14.46875,15.375,13.78125,15.8125]}},"from":[-16,-16,-16],"shade":false,"to":[-11.719999,-12,-9.6]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w686.json b/assets/minecraft/models/w686.json new file mode 100644 index 000000000..3e3c6086e --- /dev/null +++ b/assets/minecraft/models/w686.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,4,4,6]},"south":{"texture":"#0","uv":[4,4,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6860.json b/assets/minecraft/models/w6860.json new file mode 100644 index 000000000..3c6f09dc7 --- /dev/null +++ b/assets/minecraft/models/w6860.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.375,13.90625,13.6875,14.34375]},"east":{"texture":"#0","uv":[14.125,14.65625,13.6875,14.34375]},"north":{"texture":"#0","uv":[13.6875,14.65625,13.375,14.34375]},"south":{"texture":"#0","uv":[14.6875,14.65625,14.375,14.34375]},"up":{"texture":"#0","uv":[13.6875,14.34375,14,13.90625]},"west":{"texture":"#0","uv":[13.125,14.65625,12.6875,14.34375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.92,-13.200001,-11.999]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6861.json b/assets/minecraft/models/w6861.json new file mode 100644 index 000000000..cb117a0c0 --- /dev/null +++ b/assets/minecraft/models/w6861.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.03125,12.8125,13.28125,13.0625]},"east":{"texture":"#0","uv":[13.625,13.46875,13.375,13.15625]},"north":{"texture":"#0","uv":[13.28125,13.46875,13.03125,13.15625]},"south":{"texture":"#0","uv":[13.96875,13.46875,13.71875,13.15625]},"up":{"texture":"#0","uv":[13.375,13.0625,13.625,12.8125]},"west":{"texture":"#0","uv":[12.9375,13.46875,12.6875,13.15625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.814112,-13.191999,-13.814112]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6862.json b/assets/minecraft/models/w6862.json new file mode 100644 index 000000000..eeef29d09 --- /dev/null +++ b/assets/minecraft/models/w6862.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.375,14.6875,13.78125,15.375]},"east":{"texture":"#0","uv":[13.78125,15.8125,14.46875,15.375]},"north":{"texture":"#0","uv":[13.78125,15.8125,13.375,15.375]},"south":{"texture":"#0","uv":[14.9375,15.8125,14.5,15.375]},"up":{"texture":"#0","uv":[13.8125,15.375,14.21875,14.6875]},"west":{"texture":"#0","uv":[13.375,15.8125,12.6875,15.375]}},"from":[-16,-16,-16],"shade":false,"to":[-11.72,-12,-9.6]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6863.json b/assets/minecraft/models/w6863.json new file mode 100644 index 000000000..3c6f09dc7 --- /dev/null +++ b/assets/minecraft/models/w6863.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.375,13.90625,13.6875,14.34375]},"east":{"texture":"#0","uv":[14.125,14.65625,13.6875,14.34375]},"north":{"texture":"#0","uv":[13.6875,14.65625,13.375,14.34375]},"south":{"texture":"#0","uv":[14.6875,14.65625,14.375,14.34375]},"up":{"texture":"#0","uv":[13.6875,14.34375,14,13.90625]},"west":{"texture":"#0","uv":[13.125,14.65625,12.6875,14.34375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.92,-13.200001,-11.999]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6864.json b/assets/minecraft/models/w6864.json new file mode 100644 index 000000000..bd8bd80f0 --- /dev/null +++ b/assets/minecraft/models/w6864.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.03125,12.8125,13.28125,13.0625]},"east":{"texture":"#0","uv":[13.625,13.46875,13.375,13.15625]},"north":{"texture":"#0","uv":[13.28125,13.46875,13.03125,13.15625]},"south":{"texture":"#0","uv":[13.96875,13.46875,13.71875,13.15625]},"up":{"texture":"#0","uv":[13.375,13.0625,13.625,12.8125]},"west":{"texture":"#0","uv":[12.9375,13.46875,12.6875,13.15625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.814111,-13.191999,-13.814112]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6865.json b/assets/minecraft/models/w6865.json new file mode 100644 index 000000000..5040e996f --- /dev/null +++ b/assets/minecraft/models/w6865.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.375,14.6875,13.78125,15.375]},"east":{"texture":"#0","uv":[13.78125,15.8125,14.46875,15.375]},"north":{"texture":"#0","uv":[13.78125,15.8125,13.375,15.375]},"south":{"texture":"#0","uv":[14.9375,15.8125,14.5,15.375]},"up":{"texture":"#0","uv":[13.8125,15.375,14.21875,14.6875]},"west":{"texture":"#0","uv":[13.375,15.8125,12.6875,15.375]}},"from":[-16,-16,-16],"shade":false,"to":[-11.719999,-12,-9.6]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6866.json b/assets/minecraft/models/w6866.json new file mode 100644 index 000000000..3c6f09dc7 --- /dev/null +++ b/assets/minecraft/models/w6866.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.375,13.90625,13.6875,14.34375]},"east":{"texture":"#0","uv":[14.125,14.65625,13.6875,14.34375]},"north":{"texture":"#0","uv":[13.6875,14.65625,13.375,14.34375]},"south":{"texture":"#0","uv":[14.6875,14.65625,14.375,14.34375]},"up":{"texture":"#0","uv":[13.6875,14.34375,14,13.90625]},"west":{"texture":"#0","uv":[13.125,14.65625,12.6875,14.34375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.92,-13.200001,-11.999]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6867.json b/assets/minecraft/models/w6867.json new file mode 100644 index 000000000..bd8bd80f0 --- /dev/null +++ b/assets/minecraft/models/w6867.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.03125,12.8125,13.28125,13.0625]},"east":{"texture":"#0","uv":[13.625,13.46875,13.375,13.15625]},"north":{"texture":"#0","uv":[13.28125,13.46875,13.03125,13.15625]},"south":{"texture":"#0","uv":[13.96875,13.46875,13.71875,13.15625]},"up":{"texture":"#0","uv":[13.375,13.0625,13.625,12.8125]},"west":{"texture":"#0","uv":[12.9375,13.46875,12.6875,13.15625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.814111,-13.191999,-13.814112]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6868.json b/assets/minecraft/models/w6868.json new file mode 100644 index 000000000..5040e996f --- /dev/null +++ b/assets/minecraft/models/w6868.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.375,14.6875,13.78125,15.375]},"east":{"texture":"#0","uv":[13.78125,15.8125,14.46875,15.375]},"north":{"texture":"#0","uv":[13.78125,15.8125,13.375,15.375]},"south":{"texture":"#0","uv":[14.9375,15.8125,14.5,15.375]},"up":{"texture":"#0","uv":[13.8125,15.375,14.21875,14.6875]},"west":{"texture":"#0","uv":[13.375,15.8125,12.6875,15.375]}},"from":[-16,-16,-16],"shade":false,"to":[-11.719999,-12,-9.6]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6869.json b/assets/minecraft/models/w6869.json new file mode 100644 index 000000000..02771b0c0 --- /dev/null +++ b/assets/minecraft/models/w6869.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1,10.5,1.5,11]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-13.373441,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w687.json b/assets/minecraft/models/w687.json new file mode 100644 index 000000000..efb0dafb9 --- /dev/null +++ b/assets/minecraft/models/w687.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,4,0,6]},"south":{"texture":"#0","uv":[0,4,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6870.json b/assets/minecraft/models/w6870.json new file mode 100644 index 000000000..19fef7eff --- /dev/null +++ b/assets/minecraft/models/w6870.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1.5,11.5,1,12]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-13.373441,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6871.json b/assets/minecraft/models/w6871.json new file mode 100644 index 000000000..0ff648b92 --- /dev/null +++ b/assets/minecraft/models/w6871.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[0,10.5,0.5,11]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-13.373441,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6872.json b/assets/minecraft/models/w6872.json new file mode 100644 index 000000000..27c7d7cb6 --- /dev/null +++ b/assets/minecraft/models/w6872.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[0.5,11.5,0,12]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-13.373441,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6873.json b/assets/minecraft/models/w6873.json new file mode 100644 index 000000000..11b548f36 --- /dev/null +++ b/assets/minecraft/models/w6873.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1,11,1.5,11.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-12.9279995,-16]},{"faces":{"south":{"texture":"#0","uv":[0.5,11,0,11.5]}},"from":[-16,-16,-8.6272],"shade":false,"to":[-12.9279995,-12.9279995,-8.6272]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6874.json b/assets/minecraft/models/w6874.json new file mode 100644 index 000000000..2ae3bf7af --- /dev/null +++ b/assets/minecraft/models/w6874.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2.5,10.5,2,11]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-13.373441,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6875.json b/assets/minecraft/models/w6875.json new file mode 100644 index 000000000..7568a0478 --- /dev/null +++ b/assets/minecraft/models/w6875.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,11.5,2.5,12]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-13.373441,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6876.json b/assets/minecraft/models/w6876.json new file mode 100644 index 000000000..aeb6fb5ed --- /dev/null +++ b/assets/minecraft/models/w6876.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[0,11.5,0.5,12]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-13.373441,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6877.json b/assets/minecraft/models/w6877.json new file mode 100644 index 000000000..90ed21a33 --- /dev/null +++ b/assets/minecraft/models/w6877.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[0.5,10.5,0,11]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-13.373441,-16]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6878.json b/assets/minecraft/models/w6878.json new file mode 100644 index 000000000..209a7563a --- /dev/null +++ b/assets/minecraft/models/w6878.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2.5,11,2,11.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-12.9279995,-16]},{"faces":{"south":{"texture":"#0","uv":[0,11.5,0.5,11]}},"from":[-16,-16,-8.6272],"shade":false,"to":[-12.9279995,-12.9279995,-8.6272]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6879.json b/assets/minecraft/models/w6879.json new file mode 100644 index 000000000..d76d8b482 --- /dev/null +++ b/assets/minecraft/models/w6879.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1.5,10.5,2,11]}},"from":[-16,-11.668324,-13.8496],"rotation":{"angle":45,"axis":"x","origin":[-12.9279995,-8.6272,-13.8496],"rescale":false},"shade":false,"to":[-12.9279995,-8.627201,-13.8496]},{"faces":{"north":{"texture":"#0","uv":[1.5,11.5,2,12]}},"from":[-16,-16,-13.8496],"rotation":{"angle":-45,"axis":"x","origin":[-12.9279995,-16,-13.8496],"rescale":false},"shade":false,"to":[-12.9279995,-12.958876,-13.8496]},{"faces":{"north":{"texture":"#0","uv":[1.5,11,2,11.5]}},"from":[-16,-13.8496,-16],"shade":false,"to":[-12.9279995,-10.777599,-16]},{"faces":{"south":{"texture":"#0","uv":[2.5,10.5,3,11]}},"from":[-16,-11.668324,-10.7776],"rotation":{"angle":-45,"axis":"x","origin":[-12.9279995,-8.6272,-10.7776],"rescale":false},"shade":false,"to":[-12.9279995,-8.627201,-10.7776]},{"faces":{"south":{"texture":"#0","uv":[3,11,2.5,11.5]}},"from":[-16,-13.8496,-8.6272],"shade":false,"to":[-12.9279995,-10.777599,-8.6272]},{"faces":{"south":{"texture":"#0","uv":[3,11,2.5,10.5]}},"from":[-16,-16,-10.7776],"rotation":{"angle":45,"axis":"x","origin":[-12.9279995,-16,-10.7776],"rescale":false},"shade":false,"to":[-12.9279995,-12.958876,-10.7776]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w688.json b/assets/minecraft/models/w688.json new file mode 100644 index 000000000..dc0ee2dc8 --- /dev/null +++ b/assets/minecraft/models/w688.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,2,6]},"south":{"texture":"#0","uv":[2,4,0,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6880.json b/assets/minecraft/models/w6880.json new file mode 100644 index 000000000..5a5cc59ff --- /dev/null +++ b/assets/minecraft/models/w6880.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.5,10.5,1,11]}},"from":[-16,-11.668324,-13.8496],"rotation":{"angle":45,"axis":"x","origin":[-12.9279995,-8.6272,-13.8496],"rescale":false},"shade":false,"to":[-12.9279995,-8.627201,-13.8496]},{"faces":{"north":{"texture":"#0","uv":[0.5,11.5,1,12]}},"from":[-16,-16,-13.8496],"rotation":{"angle":-45,"axis":"x","origin":[-12.9279995,-16,-13.8496],"rescale":false},"shade":false,"to":[-12.9279995,-12.958876,-13.8496]},{"faces":{"north":{"texture":"#0","uv":[1,11,0.5,11.5]}},"from":[-16,-13.8496,-16],"shade":false,"to":[-12.9279995,-10.777599,-16]},{"faces":{"south":{"texture":"#0","uv":[1,10.5,0.5,11]}},"from":[-16,-11.668324,-10.7776],"rotation":{"angle":-45,"axis":"x","origin":[-12.9279995,-8.6272,-10.7776],"rescale":false},"shade":false,"to":[-12.9279995,-8.627201,-10.7776]},{"faces":{"south":{"texture":"#0","uv":[1,11.5,0.5,12]}},"from":[-16,-16,-10.7776],"rotation":{"angle":45,"axis":"x","origin":[-12.9279995,-16,-10.7776],"rescale":false},"shade":false,"to":[-12.9279995,-12.958876,-10.7776]},{"faces":{"south":{"texture":"#0","uv":[0.5,11.5,1,11]}},"from":[-16,-13.8496,-8.6272],"shade":false,"to":[-12.9279995,-10.777599,-8.6272]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6881.json b/assets/minecraft/models/w6881.json new file mode 100644 index 000000000..441642280 --- /dev/null +++ b/assets/minecraft/models/w6881.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.11875,9.90625,8.31875,11.153125]},"east":{"texture":"#0","uv":[8.303125,11.153125,9.55,11.958399]},"north":{"texture":"#0","uv":[9.55,11.153125,10.38125,11.958399]},"south":{"texture":"#0","uv":[9.565625,11.153125,10.396875,11.958399]},"up":{"texture":"#0","uv":[8.31875,11.153125,7.4875,9.90625]},"west":{"texture":"#0","uv":[8.31875,11.153125,9.565625,11.958399]}},"from":[-16,-16,-16],"shade":false,"to":[-10.478,-10.621943,-6.3999996]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6882.json b/assets/minecraft/models/w6882.json new file mode 100644 index 000000000..386448282 --- /dev/null +++ b/assets/minecraft/models/w6882.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.31875,9.90625,9.11875,11.153125]},"east":{"texture":"#0","uv":[9.565625,11.153125,8.31875,11.958399]},"north":{"texture":"#0","uv":[10.38125,11.153125,9.55,11.958399]},"south":{"texture":"#0","uv":[10.396875,11.153125,9.565625,11.958399]},"up":{"texture":"#0","uv":[7.4875,11.153125,8.31875,9.90625]},"west":{"texture":"#0","uv":[9.55,11.153125,8.303125,11.958399]}},"from":[-16,-16,-16],"shade":false,"to":[-10.478,-10.621943,-6.3999996]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6883.json b/assets/minecraft/models/w6883.json new file mode 100644 index 000000000..a4fb85bfe --- /dev/null +++ b/assets/minecraft/models/w6883.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.11875,9.90625,8.31875,11.153125]},"east":{"texture":"#0","uv":[8.303125,11.153125,9.55,11.958399]},"north":{"texture":"#0","uv":[9.55,11.153125,10.38125,11.958399]},"south":{"texture":"#0","uv":[9.565625,11.153125,10.396875,11.958399]},"up":{"texture":"#0","uv":[8.31875,11.153125,7.4875,9.90625]},"west":{"texture":"#0","uv":[8.31875,11.153125,9.565625,11.958399]}},"from":[-16,-16,-16],"shade":false,"to":[-10.478,-10.6219425,-6.3999996]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6884.json b/assets/minecraft/models/w6884.json new file mode 100644 index 000000000..a76f73c80 --- /dev/null +++ b/assets/minecraft/models/w6884.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.31875,9.90625,9.11875,11.153125]},"east":{"texture":"#0","uv":[9.565625,11.153125,8.31875,11.958399]},"north":{"texture":"#0","uv":[10.38125,11.153125,9.55,11.958399]},"south":{"texture":"#0","uv":[10.396875,11.153125,9.565625,11.958399]},"up":{"texture":"#0","uv":[7.4875,11.153125,8.31875,9.90625]},"west":{"texture":"#0","uv":[9.55,11.153125,8.303125,11.958399]}},"from":[-16,-16,-16],"shade":false,"to":[-10.478,-10.6219425,-6.3999996]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6885.json b/assets/minecraft/models/w6885.json new file mode 100644 index 000000000..644d2713e --- /dev/null +++ b/assets/minecraft/models/w6885.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[3.03125,11,4.03125,11.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12.9279995,-9.856]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6886.json b/assets/minecraft/models/w6886.json new file mode 100644 index 000000000..0e15d4878 --- /dev/null +++ b/assets/minecraft/models/w6886.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[4.03125,11.5,3.03125,11]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12.9279995,-9.856]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6887.json b/assets/minecraft/models/w6887.json new file mode 100644 index 000000000..0e15d4878 --- /dev/null +++ b/assets/minecraft/models/w6887.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[4.03125,11.5,3.03125,11]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12.9279995,-9.856]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6888.json b/assets/minecraft/models/w6888.json new file mode 100644 index 000000000..644d2713e --- /dev/null +++ b/assets/minecraft/models/w6888.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[3.03125,11,4.03125,11.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12.9279995,-9.856]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6889.json b/assets/minecraft/models/w6889.json new file mode 100644 index 000000000..0aa181596 --- /dev/null +++ b/assets/minecraft/models/w6889.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.11875,9.90625,8.31875,11.153125]},"east":{"texture":"#0","uv":[8.303125,11.153125,9.55,11.958399]},"north":{"texture":"#0","uv":[9.55,11.153125,10.38125,11.958399]},"south":{"texture":"#0","uv":[9.565625,11.153125,10.396875,11.958399]},"up":{"texture":"#0","uv":[8.31875,11.153125,7.4875,9.90625]},"west":{"texture":"#0","uv":[8.31875,11.153125,9.565625,11.958399]}},"from":[-16,-16,-16],"shade":false,"to":[-11.277998,-11.421944,-6.3999996]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w689.json b/assets/minecraft/models/w689.json new file mode 100644 index 000000000..efb0dafb9 --- /dev/null +++ b/assets/minecraft/models/w689.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,4,0,6]},"south":{"texture":"#0","uv":[0,4,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6890.json b/assets/minecraft/models/w6890.json new file mode 100644 index 000000000..5764fc0e2 --- /dev/null +++ b/assets/minecraft/models/w6890.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.31875,9.90625,9.11875,11.153125]},"east":{"texture":"#0","uv":[9.565625,11.153125,8.31875,11.958399]},"north":{"texture":"#0","uv":[10.38125,11.153125,9.55,11.958399]},"south":{"texture":"#0","uv":[10.396875,11.153125,9.565625,11.958399]},"up":{"texture":"#0","uv":[7.4875,11.153125,8.31875,9.90625]},"west":{"texture":"#0","uv":[9.55,11.153125,8.303125,11.958399]}},"from":[-16,-16,-16],"shade":false,"to":[-11.277998,-11.421944,-6.3999996]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6891.json b/assets/minecraft/models/w6891.json new file mode 100644 index 000000000..6b6217180 --- /dev/null +++ b/assets/minecraft/models/w6891.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.11875,9.90625,8.31875,11.153125]},"east":{"texture":"#0","uv":[8.303125,11.153125,9.55,11.958399]},"north":{"texture":"#0","uv":[9.55,11.153125,10.38125,11.958399]},"south":{"texture":"#0","uv":[9.565625,11.153125,10.396875,11.958399]},"up":{"texture":"#0","uv":[8.31875,11.153125,7.4875,9.90625]},"west":{"texture":"#0","uv":[8.31875,11.153125,9.565625,11.958399]}},"from":[-16,-16,-16],"shade":false,"to":[-11.277998,-11.421942,-6.3999996]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6892.json b/assets/minecraft/models/w6892.json new file mode 100644 index 000000000..ddd0df3e4 --- /dev/null +++ b/assets/minecraft/models/w6892.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.31875,9.90625,9.11875,11.153125]},"east":{"texture":"#0","uv":[9.565625,11.153125,8.31875,11.958399]},"north":{"texture":"#0","uv":[10.38125,11.153125,9.55,11.958399]},"south":{"texture":"#0","uv":[10.396875,11.153125,9.565625,11.958399]},"up":{"texture":"#0","uv":[7.4875,11.153125,8.31875,9.90625]},"west":{"texture":"#0","uv":[9.55,11.153125,8.303125,11.958399]}},"from":[-16,-16,-16],"shade":false,"to":[-11.277998,-11.421942,-6.3999996]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6893.json b/assets/minecraft/models/w6893.json new file mode 100644 index 000000000..cae2ac7d0 --- /dev/null +++ b/assets/minecraft/models/w6893.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.11875,9.90625,8.31875,11.153125]},"east":{"texture":"#0","uv":[8.303125,11.153125,9.55,11.958399]},"north":{"texture":"#0","uv":[9.55,11.153125,10.38125,11.958399]},"south":{"texture":"#0","uv":[9.565625,11.153125,10.396875,11.958399]},"up":{"texture":"#0","uv":[8.31875,11.153125,7.4875,9.90625]},"west":{"texture":"#0","uv":[8.31875,11.153125,9.565625,11.958399]}},"from":[-16,-16,-16],"shade":false,"to":[-12.078,-12.221944,-8.8]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6894.json b/assets/minecraft/models/w6894.json new file mode 100644 index 000000000..063d112f0 --- /dev/null +++ b/assets/minecraft/models/w6894.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.31875,9.90625,9.11875,11.153125]},"east":{"texture":"#0","uv":[9.565625,11.153125,8.31875,11.958399]},"north":{"texture":"#0","uv":[10.38125,11.153125,9.55,11.958399]},"south":{"texture":"#0","uv":[10.396875,11.153125,9.565625,11.958399]},"up":{"texture":"#0","uv":[7.4875,11.153125,8.31875,9.90625]},"west":{"texture":"#0","uv":[9.55,11.153125,8.303125,11.958399]}},"from":[-16,-16,-16],"shade":false,"to":[-12.078,-12.221944,-8.8]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6895.json b/assets/minecraft/models/w6895.json new file mode 100644 index 000000000..91abee524 --- /dev/null +++ b/assets/minecraft/models/w6895.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.11875,9.90625,8.31875,11.153125]},"east":{"texture":"#0","uv":[8.303125,11.153125,9.55,11.958399]},"north":{"texture":"#0","uv":[9.55,11.153125,10.38125,11.958399]},"south":{"texture":"#0","uv":[9.565625,11.153125,10.396875,11.958399]},"up":{"texture":"#0","uv":[8.31875,11.153125,7.4875,9.90625]},"west":{"texture":"#0","uv":[8.31875,11.153125,9.565625,11.958399]}},"from":[-16,-16,-16],"shade":false,"to":[-12.078,-12.221942,-8.8]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6896.json b/assets/minecraft/models/w6896.json new file mode 100644 index 000000000..1bfa64312 --- /dev/null +++ b/assets/minecraft/models/w6896.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.31875,9.90625,9.11875,11.153125]},"east":{"texture":"#0","uv":[9.565625,11.153125,8.31875,11.958399]},"north":{"texture":"#0","uv":[10.38125,11.153125,9.55,11.958399]},"south":{"texture":"#0","uv":[10.396875,11.153125,9.565625,11.958399]},"up":{"texture":"#0","uv":[7.4875,11.153125,8.31875,9.90625]},"west":{"texture":"#0","uv":[9.55,11.153125,8.303125,11.958399]}},"from":[-16,-16,-16],"shade":false,"to":[-12.078,-12.221942,-8.8]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6897.json b/assets/minecraft/models/w6897.json new file mode 100644 index 000000000..8cd06b33c --- /dev/null +++ b/assets/minecraft/models/w6897.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.9675,10.6875,8.479688,11.1875]},"east":{"texture":"#0","uv":[8.7375,11.153125,8.303125,11.958399]},"north":{"texture":"#0","uv":[9.55,11.153125,10.38125,11.958399]},"south":{"texture":"#0","uv":[9.565625,11.153125,10.396875,11.958399]},"up":{"texture":"#0","uv":[8.321875,11.121875,7.490625,10.65625]},"west":{"texture":"#0","uv":[8.31875,11.153125,8.753125,11.958399]}},"from":[-16,-16,-16],"shade":false,"to":[-12.878,-13.021943,-12.8]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6898.json b/assets/minecraft/models/w6898.json new file mode 100644 index 000000000..15d07c3a8 --- /dev/null +++ b/assets/minecraft/models/w6898.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.479688,10.6875,8.9675,11.1875]},"east":{"texture":"#0","uv":[8.753125,11.153125,8.31875,11.958399]},"north":{"texture":"#0","uv":[10.38125,11.153125,9.55,11.958399]},"south":{"texture":"#0","uv":[10.396875,11.153125,9.565625,11.958399]},"up":{"texture":"#0","uv":[7.490625,11.121875,8.321875,10.65625]},"west":{"texture":"#0","uv":[8.303125,11.153125,8.7375,11.958399]}},"from":[-16,-16,-16],"shade":false,"to":[-12.878,-13.021943,-12.8]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6899.json b/assets/minecraft/models/w6899.json new file mode 100644 index 000000000..d9e31d678 --- /dev/null +++ b/assets/minecraft/models/w6899.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.955,10.6875,8.467188,11.1875]},"east":{"texture":"#0","uv":[8.303125,11.153125,8.7375,11.958399]},"north":{"texture":"#0","uv":[9.55,11.153125,10.38125,11.958399]},"south":{"texture":"#0","uv":[9.565625,11.153125,10.396875,11.958399]},"up":{"texture":"#0","uv":[8.319062,11.125,7.4875,10.6875]},"west":{"texture":"#0","uv":[8.31875,11.153125,8.753125,11.958399]}},"from":[-16,-16,-16],"shade":false,"to":[-12.878,-13.021942,-12.8]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w69.json b/assets/minecraft/models/w69.json new file mode 100644 index 000000000..284f3eec6 --- /dev/null +++ b/assets/minecraft/models/w69.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.125,2.75,10,3.25]},"east":{"texture":"#0","uv":[9.375,3.25,9.875,3.25]},"north":{"texture":"#0","uv":[9.875,3.25,10,3.25]},"south":{"texture":"#0","uv":[10.5,3.25,10.625,3.25]},"up":{"texture":"#0","uv":[10,3.25,9.875,2.75]},"west":{"texture":"#0","uv":[10,3.25,10.5,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1237560704_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w690.json b/assets/minecraft/models/w690.json new file mode 100644 index 000000000..efb0dafb9 --- /dev/null +++ b/assets/minecraft/models/w690.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,4,0,6]},"south":{"texture":"#0","uv":[0,4,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6900.json b/assets/minecraft/models/w6900.json new file mode 100644 index 000000000..d87978f44 --- /dev/null +++ b/assets/minecraft/models/w6900.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.467188,10.671875,8.955,11.171875]},"east":{"texture":"#0","uv":[8.753125,11.153125,8.31875,11.958399]},"north":{"texture":"#0","uv":[10.38125,11.153125,9.55,11.958399]},"south":{"texture":"#0","uv":[10.396875,11.153125,9.565625,11.958399]},"up":{"texture":"#0","uv":[7.4875,11.125,8.319062,10.6875]},"west":{"texture":"#0","uv":[8.7375,11.153125,8.303125,11.958399]}},"from":[-16,-16,-16],"shade":false,"to":[-12.878,-13.021942,-12.8]}],"overrides":[],"textures":{"0":"item/w797366627_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6901.json b/assets/minecraft/models/w6901.json new file mode 100644 index 000000000..aa5e1092c --- /dev/null +++ b/assets/minecraft/models/w6901.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,12,12,0]},"up":{"texture":"#0","uv":[12,12,0,0]}},"from":[8,8,8],"shade":false,"to":[-4.8,8,-4.8]}],"overrides":[],"textures":{"0":"item/w940431141_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6902.json b/assets/minecraft/models/w6902.json new file mode 100644 index 000000000..2a5af9a54 --- /dev/null +++ b/assets/minecraft/models/w6902.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[1,3,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-13.37344,-16]}],"overrides":[],"textures":{"0":"item/w238336367_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6903.json b/assets/minecraft/models/w6903.json new file mode 100644 index 000000000..bdd927d2f --- /dev/null +++ b/assets/minecraft/models/w6903.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[0,1,1,2]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-13.37344,-16]}],"overrides":[],"textures":{"0":"item/w238336367_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6904.json b/assets/minecraft/models/w6904.json new file mode 100644 index 000000000..f4f9f0c3a --- /dev/null +++ b/assets/minecraft/models/w6904.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[3,3,2,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-13.37344,-16]}],"overrides":[],"textures":{"0":"item/w238336367_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6905.json b/assets/minecraft/models/w6905.json new file mode 100644 index 000000000..3539dd053 --- /dev/null +++ b/assets/minecraft/models/w6905.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,1,3,2]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-13.37344,-16]}],"overrides":[],"textures":{"0":"item/w238336367_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6906.json b/assets/minecraft/models/w6906.json new file mode 100644 index 000000000..040d11359 --- /dev/null +++ b/assets/minecraft/models/w6906.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[1,1,0,2]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-13.37344,-16]}],"overrides":[],"textures":{"0":"item/w238336367_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6907.json b/assets/minecraft/models/w6907.json new file mode 100644 index 000000000..5366e1bc8 --- /dev/null +++ b/assets/minecraft/models/w6907.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[0,3,1,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-13.37344,-16]}],"overrides":[],"textures":{"0":"item/w238336367_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6908.json b/assets/minecraft/models/w6908.json new file mode 100644 index 000000000..dc470884a --- /dev/null +++ b/assets/minecraft/models/w6908.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4,3,5,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-13.37344,-16]}],"overrides":[],"textures":{"0":"item/w238336367_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6909.json b/assets/minecraft/models/w6909.json new file mode 100644 index 000000000..b446a4a40 --- /dev/null +++ b/assets/minecraft/models/w6909.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[5,1,4,2]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-13.37344,-16]}],"overrides":[],"textures":{"0":"item/w238336367_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w691.json b/assets/minecraft/models/w691.json new file mode 100644 index 000000000..3e3c6086e --- /dev/null +++ b/assets/minecraft/models/w691.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,4,4,6]},"south":{"texture":"#0","uv":[4,4,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6910.json b/assets/minecraft/models/w6910.json new file mode 100644 index 000000000..a217700eb --- /dev/null +++ b/assets/minecraft/models/w6910.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[1,3,2,2]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-12.9279995,-16]}],"overrides":[],"textures":{"0":"item/w238336367_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6911.json b/assets/minecraft/models/w6911.json new file mode 100644 index 000000000..9e5b71699 --- /dev/null +++ b/assets/minecraft/models/w6911.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[2,3,1,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-12.958876,-16]}],"overrides":[],"textures":{"0":"item/w238336367_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6912.json b/assets/minecraft/models/w6912.json new file mode 100644 index 000000000..39707fe09 --- /dev/null +++ b/assets/minecraft/models/w6912.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[2,1,1,2]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-12.958876,-16]}],"overrides":[],"textures":{"0":"item/w238336367_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6913.json b/assets/minecraft/models/w6913.json new file mode 100644 index 000000000..5b5c47f0b --- /dev/null +++ b/assets/minecraft/models/w6913.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,2,1,3]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-12.9279995,-16]}],"overrides":[],"textures":{"0":"item/w238336367_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6914.json b/assets/minecraft/models/w6914.json new file mode 100644 index 000000000..f93bad9a4 --- /dev/null +++ b/assets/minecraft/models/w6914.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1,3,2,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-12.958876,-16]}],"overrides":[],"textures":{"0":"item/w238336367_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6915.json b/assets/minecraft/models/w6915.json new file mode 100644 index 000000000..eaa14cc81 --- /dev/null +++ b/assets/minecraft/models/w6915.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1,1,2,2]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-12.958876,-16]}],"overrides":[],"textures":{"0":"item/w238336367_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6916.json b/assets/minecraft/models/w6916.json new file mode 100644 index 000000000..15fbb8bae --- /dev/null +++ b/assets/minecraft/models/w6916.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[1,2,0,3]}},"from":[-16,-13.8496,-8.6272],"rotation":{"angle":-45,"axis":"y","origin":[-14.464,-12.313601,-12.313601],"rescale":false},"shade":false,"to":[-12.9279995,-10.777599,-8.6272]},{"faces":{"north":{"texture":"#0","uv":[2,2,3,3]}},"from":[-16,-13.8496,-16],"rotation":{"angle":-45,"axis":"y","origin":[-14.464,-12.313601,-12.313601],"rescale":false},"shade":false,"to":[-12.9279995,-10.777599,-16]},{"faces":{"south":{"texture":"#0","uv":[0,3,1,2]}},"from":[-16,-13.8496,-8.6272],"rotation":{"angle":45,"axis":"y","origin":[-14.464,-12.313601,-12.313601],"rescale":false},"shade":false,"to":[-12.9279995,-10.777599,-8.6272]},{"faces":{"north":{"texture":"#0","uv":[5,2,4,3]}},"from":[-16,-13.8496,-16],"rotation":{"angle":45,"axis":"y","origin":[-14.464,-12.313601,-12.313601],"rescale":false},"shade":false,"to":[-12.9279995,-10.777599,-16]},{"faces":{"south":{"texture":"#0","uv":[6,2,5,1]}},"from":[-16,-16,-10.7776],"rotation":{"angle":45,"axis":"x","origin":[-12.9279995,-16,-10.7776],"rescale":false},"shade":false,"to":[-12.9279995,-12.958876,-10.7776]},{"faces":{"south":{"texture":"#0","uv":[6,2,5,3]}},"from":[-16,-13.8496,-8.6272],"shade":false,"to":[-12.9279995,-10.777599,-8.6272]},{"faces":{"south":{"texture":"#0","uv":[5,1,6,2]}},"from":[-16,-11.668325,-10.7776],"rotation":{"angle":-45,"axis":"x","origin":[-12.9279995,-8.6272,-10.7776],"rescale":false},"shade":false,"to":[-12.9279995,-8.627201,-10.7776]},{"faces":{"north":{"texture":"#0","uv":[3,2,4,3]}},"from":[-16,-13.8496,-16],"shade":false,"to":[-12.9279995,-10.777599,-16]},{"faces":{"north":{"texture":"#0","uv":[3,3,4,4]}},"from":[-16,-16,-13.8496],"rotation":{"angle":-45,"axis":"x","origin":[-12.9279995,-16,-13.8496],"rescale":false},"shade":false,"to":[-12.9279995,-12.958876,-13.8496]},{"faces":{"north":{"texture":"#0","uv":[3,1,4,2]}},"from":[-16,-11.668325,-13.8496],"rotation":{"angle":45,"axis":"x","origin":[-12.9279995,-8.6272,-13.8496],"rescale":false},"shade":false,"to":[-12.9279995,-8.627201,-13.8496]},{"faces":{"down":{"texture":"#0","uv":[6,1,5,0]}},"from":[-16,-16,-13.8496],"shade":false,"to":[-12.9279995,-16,-10.777599]},{"faces":{"up":{"texture":"#0","uv":[6,0,5,1]}},"from":[-16,-8.6272,-13.8496],"shade":false,"to":[-12.9279995,-8.6272,-10.777599]}],"overrides":[],"textures":{"0":"item/w238336367_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6917.json b/assets/minecraft/models/w6917.json new file mode 100644 index 000000000..2884876dc --- /dev/null +++ b/assets/minecraft/models/w6917.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[2,4.4375,4,5.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12.9279995,-9.856]}],"overrides":[],"textures":{"0":"item/w238336367_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6918.json b/assets/minecraft/models/w6918.json new file mode 100644 index 000000000..99730b129 --- /dev/null +++ b/assets/minecraft/models/w6918.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[4,5.4375,2,4.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12.928,-9.856]}],"overrides":[],"textures":{"0":"item/w238336367_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6919.json b/assets/minecraft/models/w6919.json new file mode 100644 index 000000000..c9babb892 --- /dev/null +++ b/assets/minecraft/models/w6919.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[4,5.4375,2,4.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12.9279995,-9.856]}],"overrides":[],"textures":{"0":"item/w238336367_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w692.json b/assets/minecraft/models/w692.json new file mode 100644 index 000000000..ad2f206ee --- /dev/null +++ b/assets/minecraft/models/w692.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,8,0,6]},"south":{"texture":"#0","uv":[0,8,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6920.json b/assets/minecraft/models/w6920.json new file mode 100644 index 000000000..e14150be5 --- /dev/null +++ b/assets/minecraft/models/w6920.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[2,4.4375,4,5.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12.928,-9.856]}],"overrides":[],"textures":{"0":"item/w238336367_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6921.json b/assets/minecraft/models/w6921.json new file mode 100644 index 000000000..861bb9f22 --- /dev/null +++ b/assets/minecraft/models/w6921.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,4.3125,0.4375,5.0625]},"east":{"texture":"#0","uv":[1.1875,5.5,0.4375,5.0625]},"north":{"texture":"#0","uv":[1.625,5.5,1.1875,5.0625]},"south":{"texture":"#0","uv":[1.625,5.5,1.1875,5.0625]},"up":{"texture":"#0","uv":[0.4375,5.0625,0.875,4.3125]},"west":{"texture":"#0","uv":[1.1875,5.5,0.4375,5.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.528,-14.528,-13.6]}],"overrides":[],"textures":{"0":"item/w238336367_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6922.json b/assets/minecraft/models/w6922.json new file mode 100644 index 000000000..be2bf6086 --- /dev/null +++ b/assets/minecraft/models/w6922.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.875,4.3125,0.4375,5.0625]},"east":{"texture":"#0","uv":[0.4375,5.0625,1.1875,5.5]},"north":{"texture":"#0","uv":[1.1875,5.0625,1.625,5.5]},"south":{"texture":"#0","uv":[1.1875,5.0625,1.625,5.5]},"up":{"texture":"#0","uv":[0.4375,5.0625,0,4.3125]},"west":{"texture":"#0","uv":[0.4375,5.0625,1.1875,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.528,-14.528,-13.6]}],"overrides":[],"textures":{"0":"item/w238336367_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6923.json b/assets/minecraft/models/w6923.json new file mode 100644 index 000000000..6373d5141 --- /dev/null +++ b/assets/minecraft/models/w6923.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.4375,4.3125,0,5.0625]},"east":{"texture":"#0","uv":[0.4375,5.5,1.1875,5.0625]},"north":{"texture":"#0","uv":[1.1875,5.5,1.625,5.0625]},"south":{"texture":"#0","uv":[1.1875,5.5,1.625,5.0625]},"up":{"texture":"#0","uv":[0.875,5.0625,0.4375,4.3125]},"west":{"texture":"#0","uv":[0.4375,5.5,1.1875,5.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.528,-14.528,-13.6]}],"overrides":[],"textures":{"0":"item/w238336367_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6924.json b/assets/minecraft/models/w6924.json new file mode 100644 index 000000000..1ac2b55d2 --- /dev/null +++ b/assets/minecraft/models/w6924.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.4375,4.3125,0.875,5.0625]},"east":{"texture":"#0","uv":[1.1875,5.0625,0.4375,5.5]},"north":{"texture":"#0","uv":[1.625,5.0625,1.1875,5.5]},"south":{"texture":"#0","uv":[1.625,5.0625,1.1875,5.5]},"up":{"texture":"#0","uv":[0,5.0625,0.4375,4.3125]},"west":{"texture":"#0","uv":[1.1875,5.0625,0.4375,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.528,-14.528,-13.6]}],"overrides":[],"textures":{"0":"item/w238336367_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6925.json b/assets/minecraft/models/w6925.json new file mode 100644 index 000000000..ba25e9339 --- /dev/null +++ b/assets/minecraft/models/w6925.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,4.3125,0.4375,5.0625]},"east":{"texture":"#0","uv":[1.1875,5.5,0.4375,5.0625]},"north":{"texture":"#0","uv":[1.625,5.5,1.1875,5.0625]},"south":{"texture":"#0","uv":[1.625,5.5,1.1875,5.0625]},"up":{"texture":"#0","uv":[0.4375,5.0625,0.875,4.3125]},"west":{"texture":"#0","uv":[1.1875,5.5,0.4375,5.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.728,-14.728,-13.6]}],"overrides":[],"textures":{"0":"item/w238336367_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6926.json b/assets/minecraft/models/w6926.json new file mode 100644 index 000000000..319580241 --- /dev/null +++ b/assets/minecraft/models/w6926.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.875,4.3125,0.4375,5.0625]},"east":{"texture":"#0","uv":[0.4375,5.0625,1.1875,5.5]},"north":{"texture":"#0","uv":[1.1875,5.0625,1.625,5.5]},"south":{"texture":"#0","uv":[1.1875,5.0625,1.625,5.5]},"up":{"texture":"#0","uv":[0.4375,5.0625,0,4.3125]},"west":{"texture":"#0","uv":[0.4375,5.0625,1.1875,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.728,-14.728,-13.6]}],"overrides":[],"textures":{"0":"item/w238336367_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6927.json b/assets/minecraft/models/w6927.json new file mode 100644 index 000000000..79578fe0e --- /dev/null +++ b/assets/minecraft/models/w6927.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.4375,4.3125,0,5.0625]},"east":{"texture":"#0","uv":[0.4375,5.5,1.1875,5.0625]},"north":{"texture":"#0","uv":[1.1875,5.5,1.625,5.0625]},"south":{"texture":"#0","uv":[1.1875,5.5,1.625,5.0625]},"up":{"texture":"#0","uv":[0.875,5.0625,0.4375,4.3125]},"west":{"texture":"#0","uv":[0.4375,5.5,1.1875,5.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.728,-14.728,-13.6]}],"overrides":[],"textures":{"0":"item/w238336367_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6928.json b/assets/minecraft/models/w6928.json new file mode 100644 index 000000000..0d47136e8 --- /dev/null +++ b/assets/minecraft/models/w6928.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.4375,4.3125,0.875,5.0625]},"east":{"texture":"#0","uv":[1.1875,5.0625,0.4375,5.5]},"north":{"texture":"#0","uv":[1.625,5.0625,1.1875,5.5]},"south":{"texture":"#0","uv":[1.625,5.0625,1.1875,5.5]},"up":{"texture":"#0","uv":[0,5.0625,0.4375,4.3125]},"west":{"texture":"#0","uv":[1.1875,5.0625,0.4375,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.728,-14.728,-13.6]}],"overrides":[],"textures":{"0":"item/w238336367_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6929.json b/assets/minecraft/models/w6929.json new file mode 100644 index 000000000..1c87cdc40 --- /dev/null +++ b/assets/minecraft/models/w6929.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,4.3125,0.4375,5.0625]},"east":{"texture":"#0","uv":[1.1875,5.5,0.4375,5.0625]},"north":{"texture":"#0","uv":[1.625,5.5,1.1875,5.0625]},"south":{"texture":"#0","uv":[1.625,5.5,1.1875,5.0625]},"up":{"texture":"#0","uv":[0.4375,5.0625,0.875,4.3125]},"west":{"texture":"#0","uv":[1.1875,5.5,0.4375,5.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.928,-14.9279995,-13.6]}],"overrides":[],"textures":{"0":"item/w238336367_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w693.json b/assets/minecraft/models/w693.json new file mode 100644 index 000000000..59c64d5ec --- /dev/null +++ b/assets/minecraft/models/w693.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,6,2,4]},"south":{"texture":"#0","uv":[2,6,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6930.json b/assets/minecraft/models/w6930.json new file mode 100644 index 000000000..0cb71d932 --- /dev/null +++ b/assets/minecraft/models/w6930.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.875,4.3125,0.4375,5.0625]},"east":{"texture":"#0","uv":[0.4375,5.0625,1.1875,5.5]},"north":{"texture":"#0","uv":[1.1875,5.0625,1.625,5.5]},"south":{"texture":"#0","uv":[1.1875,5.0625,1.625,5.5]},"up":{"texture":"#0","uv":[0.4375,5.0625,0,4.3125]},"west":{"texture":"#0","uv":[0.4375,5.0625,1.1875,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.9279995,-14.9279995,-13.6]}],"overrides":[],"textures":{"0":"item/w238336367_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6931.json b/assets/minecraft/models/w6931.json new file mode 100644 index 000000000..fd656eae7 --- /dev/null +++ b/assets/minecraft/models/w6931.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.4375,4.3125,0,5.0625]},"east":{"texture":"#0","uv":[0.4375,5.5,1.1875,5.0625]},"north":{"texture":"#0","uv":[1.1875,5.5,1.625,5.0625]},"south":{"texture":"#0","uv":[1.1875,5.5,1.625,5.0625]},"up":{"texture":"#0","uv":[0.875,5.0625,0.4375,4.3125]},"west":{"texture":"#0","uv":[0.4375,5.5,1.1875,5.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.928,-14.9279995,-13.6]}],"overrides":[],"textures":{"0":"item/w238336367_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6932.json b/assets/minecraft/models/w6932.json new file mode 100644 index 000000000..2176af2b2 --- /dev/null +++ b/assets/minecraft/models/w6932.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.4375,4.3125,0.875,5.0625]},"east":{"texture":"#0","uv":[1.1875,5.0625,0.4375,5.5]},"north":{"texture":"#0","uv":[1.625,5.0625,1.1875,5.5]},"south":{"texture":"#0","uv":[1.625,5.0625,1.1875,5.5]},"up":{"texture":"#0","uv":[0,5.0625,0.4375,4.3125]},"west":{"texture":"#0","uv":[1.1875,5.0625,0.4375,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.9279995,-14.9279995,-13.6]}],"overrides":[],"textures":{"0":"item/w238336367_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6933.json b/assets/minecraft/models/w6933.json new file mode 100644 index 000000000..33960fa8f --- /dev/null +++ b/assets/minecraft/models/w6933.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,4.3125,0.4375,5.0625]},"east":{"texture":"#0","uv":[1.1875,5.5,0.4375,5.0625]},"north":{"texture":"#0","uv":[1.625,5.5,1.1875,5.0625]},"south":{"texture":"#0","uv":[1.625,5.5,1.1875,5.0625]},"up":{"texture":"#0","uv":[0.4375,5.0625,0.875,4.3125]},"west":{"texture":"#0","uv":[1.1875,5.5,0.4375,5.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.128,-15.128,-13.6]}],"overrides":[],"textures":{"0":"item/w238336367_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6934.json b/assets/minecraft/models/w6934.json new file mode 100644 index 000000000..654d82006 --- /dev/null +++ b/assets/minecraft/models/w6934.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.875,4.3125,0.4375,5.0625]},"east":{"texture":"#0","uv":[0.4375,5.0625,1.1875,5.5]},"north":{"texture":"#0","uv":[1.1875,5.0625,1.625,5.5]},"south":{"texture":"#0","uv":[1.1875,5.0625,1.625,5.5]},"up":{"texture":"#0","uv":[0.4375,5.0625,0,4.3125]},"west":{"texture":"#0","uv":[0.4375,5.0625,1.1875,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.128,-15.128,-13.6]}],"overrides":[],"textures":{"0":"item/w238336367_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6935.json b/assets/minecraft/models/w6935.json new file mode 100644 index 000000000..0c4c02019 --- /dev/null +++ b/assets/minecraft/models/w6935.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.4375,4.3125,0,5.0625]},"east":{"texture":"#0","uv":[0.4375,5.5,1.1875,5.0625]},"north":{"texture":"#0","uv":[1.1875,5.5,1.625,5.0625]},"south":{"texture":"#0","uv":[1.1875,5.5,1.625,5.0625]},"up":{"texture":"#0","uv":[0.875,5.0625,0.4375,4.3125]},"west":{"texture":"#0","uv":[0.4375,5.5,1.1875,5.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.128,-15.128,-13.6]}],"overrides":[],"textures":{"0":"item/w238336367_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6936.json b/assets/minecraft/models/w6936.json new file mode 100644 index 000000000..07d1aa2b2 --- /dev/null +++ b/assets/minecraft/models/w6936.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.4375,4.3125,0.875,5.0625]},"east":{"texture":"#0","uv":[1.1875,5.0625,0.4375,5.5]},"north":{"texture":"#0","uv":[1.625,5.0625,1.1875,5.5]},"south":{"texture":"#0","uv":[1.625,5.0625,1.1875,5.5]},"up":{"texture":"#0","uv":[0,5.0625,0.4375,4.3125]},"west":{"texture":"#0","uv":[1.1875,5.0625,0.4375,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.128,-15.128,-13.6]}],"overrides":[],"textures":{"0":"item/w238336367_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6937.json b/assets/minecraft/models/w6937.json new file mode 100644 index 000000000..798b7e378 --- /dev/null +++ b/assets/minecraft/models/w6937.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3.96875,1,5.84375,2.875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,18.361,18.400002]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6938.json b/assets/minecraft/models/w6938.json new file mode 100644 index 000000000..8c66cfe3a --- /dev/null +++ b/assets/minecraft/models/w6938.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2.5,1.25,1.875,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-8,-9.16,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6939.json b/assets/minecraft/models/w6939.json new file mode 100644 index 000000000..f277853f4 --- /dev/null +++ b/assets/minecraft/models/w6939.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1.875,0,2.5,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-8,-9.160001,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w694.json b/assets/minecraft/models/w694.json new file mode 100644 index 000000000..efb0dafb9 --- /dev/null +++ b/assets/minecraft/models/w694.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,4,0,6]},"south":{"texture":"#0","uv":[0,4,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6940.json b/assets/minecraft/models/w6940.json new file mode 100644 index 000000000..c9c95e191 --- /dev/null +++ b/assets/minecraft/models/w6940.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1.875,1.25,2.5,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-8,-9.16,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6941.json b/assets/minecraft/models/w6941.json new file mode 100644 index 000000000..ab6f66079 --- /dev/null +++ b/assets/minecraft/models/w6941.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2.5,0,1.875,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-8,-9.160001,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6942.json b/assets/minecraft/models/w6942.json new file mode 100644 index 000000000..96bddfee1 --- /dev/null +++ b/assets/minecraft/models/w6942.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[0.625,1.25,1.25,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-8,-9.16,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6943.json b/assets/minecraft/models/w6943.json new file mode 100644 index 000000000..340e157a4 --- /dev/null +++ b/assets/minecraft/models/w6943.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[0.625,0,1.25,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-8,-9.160001,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6944.json b/assets/minecraft/models/w6944.json new file mode 100644 index 000000000..25f0bf6ed --- /dev/null +++ b/assets/minecraft/models/w6944.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[1.25,0,0.625,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-8,-9.160001,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6945.json b/assets/minecraft/models/w6945.json new file mode 100644 index 000000000..ff3f60a37 --- /dev/null +++ b/assets/minecraft/models/w6945.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[1.25,1.25,0.625,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-8,-9.16,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6946.json b/assets/minecraft/models/w6946.json new file mode 100644 index 000000000..8d9196c86 --- /dev/null +++ b/assets/minecraft/models/w6946.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[1.25,0.625,1.875,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-8,-8,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6947.json b/assets/minecraft/models/w6947.json new file mode 100644 index 000000000..2d72c5cb5 --- /dev/null +++ b/assets/minecraft/models/w6947.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[1.875,1.25,1.25,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-8,-8.080404,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6948.json b/assets/minecraft/models/w6948.json new file mode 100644 index 000000000..ba24ed4f8 --- /dev/null +++ b/assets/minecraft/models/w6948.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[1.875,0,1.25,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-8,-8.080404,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6949.json b/assets/minecraft/models/w6949.json new file mode 100644 index 000000000..8d5dda6c0 --- /dev/null +++ b/assets/minecraft/models/w6949.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1.875,0.625,1.25,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-8,-8,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w695.json b/assets/minecraft/models/w695.json new file mode 100644 index 000000000..dc0ee2dc8 --- /dev/null +++ b/assets/minecraft/models/w695.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,2,6]},"south":{"texture":"#0","uv":[2,4,0,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6950.json b/assets/minecraft/models/w6950.json new file mode 100644 index 000000000..80e6807e5 --- /dev/null +++ b/assets/minecraft/models/w6950.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1.25,1.25,1.875,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-8,-8.080404,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6951.json b/assets/minecraft/models/w6951.json new file mode 100644 index 000000000..66700dd3e --- /dev/null +++ b/assets/minecraft/models/w6951.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1.25,0,1.875,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-8,-8.080404,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6952.json b/assets/minecraft/models/w6952.json new file mode 100644 index 000000000..e57dba887 --- /dev/null +++ b/assets/minecraft/models/w6952.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1.875,0.625,2.5,1.25]}},"from":[-16,-10.4,-16],"rotation":{"angle":-45,"axis":"y","origin":[-12,-6.3999996,-6.3999996],"rescale":false},"shade":false,"to":[-8,-2.3999996,-16]},{"faces":{"north":{"texture":"#0","uv":[2.5,0.625,1.875,1.25]}},"from":[-16,-10.4,-16],"rotation":{"angle":45,"axis":"y","origin":[-12,-6.3999996,-6.3999996],"rescale":false},"shade":false,"to":[-8,-2.3999996,-16]},{"faces":{"south":{"texture":"#0","uv":[0.625,0.625,1.25,1.25]}},"from":[-16,-10.4,3.2000008],"rotation":{"angle":45,"axis":"y","origin":[-12,-6.3999996,-6.3999996],"rescale":false},"shade":false,"to":[-8,-2.3999996,3.2000008]},{"faces":{"south":{"texture":"#0","uv":[1.25,0.625,0.625,1.25]}},"from":[-16,-10.4,3.2000008],"rotation":{"angle":-45,"axis":"y","origin":[-12,-6.3999996,-6.3999996],"rescale":false},"shade":false,"to":[-8,-2.3999996,3.2000008]},{"faces":{"south":{"texture":"#0","uv":[0.625,0.625,0,1.25]}},"from":[-16,-10.4,3.2000008],"shade":false,"to":[-8,-2.3999996,3.2000008]},{"faces":{"north":{"texture":"#0","uv":[2.5,1.25,3.125,1.875]}},"from":[-16,-16,-10.4],"rotation":{"angle":-45,"axis":"x","origin":[-8,-16,-10.4],"rescale":false},"shade":false,"to":[-8,-8.080404,-10.4]},{"faces":{"north":{"texture":"#0","uv":[3.125,0,2.5,0.625]}},"from":[-16,-4.719595,-10.4],"rotation":{"angle":45,"axis":"x","origin":[-8,3.2000008,-10.4],"rescale":false},"shade":false,"to":[-8,3.2000003,-10.4]},{"faces":{"south":{"texture":"#0","uv":[0.625,0,0,0.625]}},"from":[-16,-4.719595,-2.3999996],"rotation":{"angle":-45,"axis":"x","origin":[-8,3.2000008,-2.3999996],"rescale":false},"shade":false,"to":[-8,3.2000003,-2.3999996]},{"faces":{"south":{"texture":"#0","uv":[0.625,1.25,0,1.875]}},"from":[-16,-16,-2.3999996],"rotation":{"angle":45,"axis":"x","origin":[-8,-16,-2.3999996],"rescale":false},"shade":false,"to":[-8,-8.080404,-2.3999996]},{"faces":{"down":{"texture":"#0","uv":[3.75,1.875,3.125,1.25]}},"from":[-16,-16,-10.4],"shade":false,"to":[-8,-16,-2.3999996]},{"faces":{"up":{"texture":"#0","uv":[3.125,0.625,3.75,0]}},"from":[-16,3.2000008,-10.4],"shade":false,"to":[-8,3.2000008,-2.3999996]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6953.json b/assets/minecraft/models/w6953.json new file mode 100644 index 000000000..22b3d7e45 --- /dev/null +++ b/assets/minecraft/models/w6953.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1.875,2.9375,2.5,3.5625]},"south":{"texture":"#0","uv":[2.5,2.9375,1.875,3.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-4,-5.74,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6954.json b/assets/minecraft/models/w6954.json new file mode 100644 index 000000000..e8865c6c4 --- /dev/null +++ b/assets/minecraft/models/w6954.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2.5,2.9375,1.875,3.5625]},"south":{"texture":"#0","uv":[1.875,2.9375,2.5,3.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-4,-5.74,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6955.json b/assets/minecraft/models/w6955.json new file mode 100644 index 000000000..d09e10605 --- /dev/null +++ b/assets/minecraft/models/w6955.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1.25,2.9375,0.625,3.5625]},"south":{"texture":"#0","uv":[0.625,2.9375,1.25,3.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-4,-5.74,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6956.json b/assets/minecraft/models/w6956.json new file mode 100644 index 000000000..62a78ffe9 --- /dev/null +++ b/assets/minecraft/models/w6956.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.625,2.9375,1.25,3.5625]},"south":{"texture":"#0","uv":[1.25,2.9375,0.625,3.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-4,-5.74,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6957.json b/assets/minecraft/models/w6957.json new file mode 100644 index 000000000..0f031db7b --- /dev/null +++ b/assets/minecraft/models/w6957.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1.875,3.5625,1.25,3.875]},"south":{"texture":"#0","uv":[1.25,3.5625,1.875,3.875]}},"from":[-16,-16,-16],"shade":false,"to":[-3.9919996,-9.992002,-15.992002]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6958.json b/assets/minecraft/models/w6958.json new file mode 100644 index 000000000..8a31d77fd --- /dev/null +++ b/assets/minecraft/models/w6958.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1.25,2.9375,1.875,3.5625]},"south":{"texture":"#0","uv":[1.875,2.9375,1.25,3.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-4,-4.1206055,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6959.json b/assets/minecraft/models/w6959.json new file mode 100644 index 000000000..0f031db7b --- /dev/null +++ b/assets/minecraft/models/w6959.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1.875,3.5625,1.25,3.875]},"south":{"texture":"#0","uv":[1.25,3.5625,1.875,3.875]}},"from":[-16,-16,-16],"shade":false,"to":[-3.9919996,-9.992002,-15.992002]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w696.json b/assets/minecraft/models/w696.json new file mode 100644 index 000000000..59c64d5ec --- /dev/null +++ b/assets/minecraft/models/w696.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,6,2,4]},"south":{"texture":"#0","uv":[2,6,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6960.json b/assets/minecraft/models/w6960.json new file mode 100644 index 000000000..8a31d77fd --- /dev/null +++ b/assets/minecraft/models/w6960.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1.25,2.9375,1.875,3.5625]},"south":{"texture":"#0","uv":[1.875,2.9375,1.25,3.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-4,-4.1206055,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6961.json b/assets/minecraft/models/w6961.json new file mode 100644 index 000000000..4440211b4 --- /dev/null +++ b/assets/minecraft/models/w6961.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1.875,3.5625,2.5,3.875]},"south":{"texture":"#0","uv":[2.5,3.5625,1.875,3.875]}},"from":[-16,-16,-16],"rotation":{"angle":-45,"axis":"y","origin":[-10,-16,-1.6000004],"rescale":false},"shade":false,"to":[-4,-10,-16]},{"faces":{"north":{"texture":"#0","uv":[2.5,3.5625,1.875,3.875]},"south":{"texture":"#0","uv":[1.875,3.5625,2.5,3.875]}},"from":[-16,-16,-16],"rotation":{"angle":45,"axis":"y","origin":[-10,-16,-1.6000004],"rescale":false},"shade":false,"to":[-4,-10,-16]},{"faces":{"north":{"texture":"#0","uv":[1.25,3.5625,0.625,3.875]},"south":{"texture":"#0","uv":[0.625,3.5625,1.25,3.875]}},"from":[-16,-16,12.799999],"rotation":{"angle":45,"axis":"y","origin":[-10,-16,-1.6000004],"rescale":false},"shade":false,"to":[-4,-10,12.799999]},{"faces":{"north":{"texture":"#0","uv":[0.625,3.5625,1.25,3.875]},"south":{"texture":"#0","uv":[1.25,3.5625,0.625,3.875]}},"from":[-16,-16,12.799999],"rotation":{"angle":-45,"axis":"y","origin":[-10,-16,-1.6000004],"rescale":false},"shade":false,"to":[-4,-10,12.799999]},{"faces":{"north":{"texture":"#0","uv":[0,3.5625,0.625,3.875]},"south":{"texture":"#0","uv":[0.625,3.5625,0,3.875]}},"from":[-16,-16,12.799999],"shade":false,"to":[-4,-10,12.799999]},{"faces":{"north":{"texture":"#0","uv":[2.5,3.5625,3.125,3.875]},"south":{"texture":"#0","uv":[3.125,3.5625,2.5,3.875]}},"from":[-16,-16,-16],"shade":false,"to":[-4,-10,-16]},{"faces":{"north":{"texture":"#0","uv":[2.5,2.9375,3.125,3.5625]},"south":{"texture":"#0","uv":[3.125,2.9375,2.5,3.5625]}},"from":[-16,-13.479395,-7.6000004],"rotation":{"angle":45,"axis":"x","origin":[-4,-1.6000004,-7.6000004],"rescale":false},"shade":false,"to":[-4,-1.6000004,-7.6000004]},{"faces":{"north":{"texture":"#0","uv":[0,2.9375,0.625,3.5625]},"south":{"texture":"#0","uv":[0.625,2.9375,0,3.5625]}},"from":[-16,-13.479395,4.3999996],"rotation":{"angle":-45,"axis":"x","origin":[-4,-1.6000004,4.3999996],"rescale":false},"shade":false,"to":[-4,-1.6000004,4.3999996]},{"faces":{"down":{"texture":"#0","uv":[3.75,2.9375,3.125,3.5625]},"up":{"texture":"#0","uv":[3.75,3.5625,3.125,2.9375]}},"from":[-16,-1.6000004,-7.6000004],"shade":false,"to":[-4,-1.6000004,4.3999996]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6962.json b/assets/minecraft/models/w6962.json new file mode 100644 index 000000000..e806f619a --- /dev/null +++ b/assets/minecraft/models/w6962.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2.5,3.5625,1.875,2.9375]},"south":{"texture":"#0","uv":[1.875,3.5625,2.5,2.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-4,-5.74,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6963.json b/assets/minecraft/models/w6963.json new file mode 100644 index 000000000..a801365f1 --- /dev/null +++ b/assets/minecraft/models/w6963.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1.875,3.5625,2.5,2.9375]},"south":{"texture":"#0","uv":[2.5,3.5625,1.875,2.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-4,-5.74,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6964.json b/assets/minecraft/models/w6964.json new file mode 100644 index 000000000..780999e01 --- /dev/null +++ b/assets/minecraft/models/w6964.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.625,3.5625,1.25,2.9375]},"south":{"texture":"#0","uv":[1.25,3.5625,0.625,2.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-4,-5.74,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6965.json b/assets/minecraft/models/w6965.json new file mode 100644 index 000000000..bdd4b03c1 --- /dev/null +++ b/assets/minecraft/models/w6965.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1.25,3.5625,0.625,2.9375]},"south":{"texture":"#0","uv":[0.625,3.5625,1.25,2.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-4,-5.74,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6966.json b/assets/minecraft/models/w6966.json new file mode 100644 index 000000000..d45fca1af --- /dev/null +++ b/assets/minecraft/models/w6966.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1.25,3.875,1.875,3.5625]},"south":{"texture":"#0","uv":[1.875,3.875,1.25,3.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-3.9919996,-9.992001,-15.992002]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6967.json b/assets/minecraft/models/w6967.json new file mode 100644 index 000000000..c50da4350 --- /dev/null +++ b/assets/minecraft/models/w6967.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1.875,3.5625,1.25,2.9375]},"south":{"texture":"#0","uv":[1.25,3.5625,1.875,2.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-4,-4.1206055,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6968.json b/assets/minecraft/models/w6968.json new file mode 100644 index 000000000..d45fca1af --- /dev/null +++ b/assets/minecraft/models/w6968.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1.25,3.875,1.875,3.5625]},"south":{"texture":"#0","uv":[1.875,3.875,1.25,3.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-3.9919996,-9.992001,-15.992002]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6969.json b/assets/minecraft/models/w6969.json new file mode 100644 index 000000000..c50da4350 --- /dev/null +++ b/assets/minecraft/models/w6969.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1.875,3.5625,1.25,2.9375]},"south":{"texture":"#0","uv":[1.25,3.5625,1.875,2.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-4,-4.1206055,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w697.json b/assets/minecraft/models/w697.json new file mode 100644 index 000000000..6a5fe1a38 --- /dev/null +++ b/assets/minecraft/models/w697.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,6,0,4]},"south":{"texture":"#0","uv":[0,6,2,4]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6970.json b/assets/minecraft/models/w6970.json new file mode 100644 index 000000000..1301bcc7a --- /dev/null +++ b/assets/minecraft/models/w6970.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2.5,3.875,1.875,3.5625]},"south":{"texture":"#0","uv":[1.875,3.875,2.5,3.5625]}},"from":[-16,-7.6000004,-16],"rotation":{"angle":45,"axis":"y","origin":[-10,-1.6000004,-1.6000004],"rescale":false},"shade":false,"to":[-4,-1.6000004,-16]},{"faces":{"north":{"texture":"#0","uv":[1.875,3.875,2.5,3.5625]},"south":{"texture":"#0","uv":[2.5,3.875,1.875,3.5625]}},"from":[-16,-7.6000004,-16],"rotation":{"angle":-45,"axis":"y","origin":[-10,-1.6000004,-1.6000004],"rescale":false},"shade":false,"to":[-4,-1.6000004,-16]},{"faces":{"north":{"texture":"#0","uv":[0.625,3.875,1.25,3.5625]},"south":{"texture":"#0","uv":[1.25,3.875,0.625,3.5625]}},"from":[-16,-7.6000004,12.799999],"rotation":{"angle":-45,"axis":"y","origin":[-10,-1.6000004,-1.6000004],"rescale":false},"shade":false,"to":[-4,-1.6000004,12.799999]},{"faces":{"north":{"texture":"#0","uv":[1.25,3.875,0.625,3.5625]},"south":{"texture":"#0","uv":[0.625,3.875,1.25,3.5625]}},"from":[-16,-7.6000004,12.799999],"rotation":{"angle":45,"axis":"y","origin":[-10,-1.6000004,-1.6000004],"rescale":false},"shade":false,"to":[-4,-1.6000004,12.799999]},{"faces":{"north":{"texture":"#0","uv":[0.625,3.875,0,3.5625]},"south":{"texture":"#0","uv":[0,3.875,0.625,3.5625]}},"from":[-16,-7.6000004,12.799999],"shade":false,"to":[-4,-1.6000004,12.799999]},{"faces":{"north":{"texture":"#0","uv":[3.125,3.875,2.5,3.5625]},"south":{"texture":"#0","uv":[2.5,3.875,3.125,3.5625]}},"from":[-16,-7.6000004,-16],"shade":false,"to":[-4,-1.6000004,-16]},{"faces":{"north":{"texture":"#0","uv":[3.125,3.5625,2.5,2.9375]},"south":{"texture":"#0","uv":[2.5,3.5625,3.125,2.9375]}},"from":[-16,-16,-7.6000004],"rotation":{"angle":-45,"axis":"x","origin":[-16,-16,-7.6000004],"rescale":false},"shade":false,"to":[-4,-4.1206055,-7.6000004]},{"faces":{"north":{"texture":"#0","uv":[0.625,3.5625,0,2.9375]},"south":{"texture":"#0","uv":[0,3.5625,0.625,2.9375]}},"from":[-16,-16,4.3999996],"rotation":{"angle":45,"axis":"x","origin":[-16,-16,4.3999996],"rescale":false},"shade":false,"to":[-4,-4.1206055,4.3999996]},{"faces":{"down":{"texture":"#0","uv":[3.125,2.9375,3.75,3.5625]},"up":{"texture":"#0","uv":[3.125,3.5625,3.75,2.9375]}},"from":[-16,-16,-7.6000004],"shade":false,"to":[-4,-16,4.3999996]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6971.json b/assets/minecraft/models/w6971.json new file mode 100644 index 000000000..04d955b48 --- /dev/null +++ b/assets/minecraft/models/w6971.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6.125,1.25,6.75,1.875]},"south":{"texture":"#0","uv":[6.75,1.25,6.125,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-5.999,-7.45,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6972.json b/assets/minecraft/models/w6972.json new file mode 100644 index 000000000..ac5cf4979 --- /dev/null +++ b/assets/minecraft/models/w6972.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6.75,1.25,6.125,1.875]},"south":{"texture":"#0","uv":[6.125,1.25,6.75,1.875]}},"from":[-16,-16,-16],"shade":false,"to":[-6,-7.45,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6973.json b/assets/minecraft/models/w6973.json new file mode 100644 index 000000000..ab7bcac84 --- /dev/null +++ b/assets/minecraft/models/w6973.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[5.5,0.625,4.875,0]},"south":{"texture":"#0","uv":[4.875,0.625,5.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-5.999,-7.45,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6974.json b/assets/minecraft/models/w6974.json new file mode 100644 index 000000000..f937be92f --- /dev/null +++ b/assets/minecraft/models/w6974.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4.875,0.625,5.5,0]},"south":{"texture":"#0","uv":[5.5,0.625,4.875,0]}},"from":[-16,-16,-16],"shade":false,"to":[-6,-7.45,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6975.json b/assets/minecraft/models/w6975.json new file mode 100644 index 000000000..2e2c86f0a --- /dev/null +++ b/assets/minecraft/models/w6975.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6.125,0.9375,5.5,0.625]},"south":{"texture":"#0","uv":[5.5,0.9375,6.125,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-6,-11,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6976.json b/assets/minecraft/models/w6976.json new file mode 100644 index 000000000..834cc8739 --- /dev/null +++ b/assets/minecraft/models/w6976.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[5.5,0.625,6.125,0]},"south":{"texture":"#0","uv":[6.125,0.625,5.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-6,-6.100505,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6977.json b/assets/minecraft/models/w6977.json new file mode 100644 index 000000000..2e2c86f0a --- /dev/null +++ b/assets/minecraft/models/w6977.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6.125,0.9375,5.5,0.625]},"south":{"texture":"#0","uv":[5.5,0.9375,6.125,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-6,-11,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6978.json b/assets/minecraft/models/w6978.json new file mode 100644 index 000000000..834cc8739 --- /dev/null +++ b/assets/minecraft/models/w6978.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[5.5,0.625,6.125,0]},"south":{"texture":"#0","uv":[6.125,0.625,5.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-6,-6.100505,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6979.json b/assets/minecraft/models/w6979.json new file mode 100644 index 000000000..002168660 --- /dev/null +++ b/assets/minecraft/models/w6979.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[7.375,1.25,8,1.5625]},"south":{"texture":"#0","uv":[8,1.25,7.375,1.5625]}},"from":[-16,-9,-16],"rotation":{"angle":-45,"axis":"y","origin":[-11,-4,-4],"rescale":false},"shade":false,"to":[-6,-4,-16]},{"faces":{"north":{"texture":"#0","uv":[6.75,0.9375,6.125,1.25]},"south":{"texture":"#0","uv":[6.125,0.9375,6.75,1.25]}},"from":[-16,-9,-16],"rotation":{"angle":45,"axis":"y","origin":[-11,-4,-4],"rescale":false},"shade":false,"to":[-6,-4,-16]},{"faces":{"north":{"texture":"#0","uv":[5.5,0.9375,4.875,0.625]},"south":{"texture":"#0","uv":[4.875,0.9375,5.5,0.625]}},"from":[-16,-9,8],"rotation":{"angle":45,"axis":"y","origin":[-11,-4,-4],"rescale":false},"shade":false,"to":[-6,-4,8]},{"faces":{"north":{"texture":"#0","uv":[4.875,0.9375,5.5,0.625]},"south":{"texture":"#0","uv":[5.5,0.9375,4.875,0.625]}},"from":[-16,-9,8],"rotation":{"angle":-45,"axis":"y","origin":[-11,-4,-4],"rescale":false},"shade":false,"to":[-6,-4,8]},{"faces":{"north":{"texture":"#0","uv":[6.75,0.9375,7.34375,1.25]},"south":{"texture":"#0","uv":[7.34375,0.9375,6.75,1.25]}},"from":[-16,-9,-16],"shade":false,"to":[-6,-4,-16]},{"faces":{"north":{"texture":"#0","uv":[4.25,0.9375,4.875,0.625]},"south":{"texture":"#0","uv":[4.875,0.9375,4.25,0.625]}},"from":[-16,-9,8],"shade":false,"to":[-6,-4,8]},{"faces":{"north":{"texture":"#0","uv":[6.75,1.25,7.34375,1.875]},"south":{"texture":"#0","uv":[7.34375,1.25,6.75,1.875]}},"from":[-16,-16,-9],"rotation":{"angle":-45,"axis":"x","origin":[-6,-16,-9],"rescale":false},"shade":false,"to":[-6,-6.100505,-9]},{"faces":{"north":{"texture":"#0","uv":[4.25,0.625,4.875,0]},"south":{"texture":"#0","uv":[4.875,0.625,4.25,0]}},"from":[-16,-16,1],"rotation":{"angle":45,"axis":"x","origin":[-6,-16,1],"rescale":false},"shade":false,"to":[-6,-6.100505,1]},{"faces":{"down":{"texture":"#0","uv":[8,0,7.375,0.625]},"up":{"texture":"#0","uv":[8,0.625,7.375,0]}},"from":[-16,-16,-9],"shade":false,"to":[-6,-16,1]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w698.json b/assets/minecraft/models/w698.json new file mode 100644 index 000000000..dc0ee2dc8 --- /dev/null +++ b/assets/minecraft/models/w698.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,2,6]},"south":{"texture":"#0","uv":[2,4,0,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6980.json b/assets/minecraft/models/w6980.json new file mode 100644 index 000000000..34e01b0a9 --- /dev/null +++ b/assets/minecraft/models/w6980.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6.125,0.9375,5.5,0.890625]},"south":{"texture":"#0","uv":[5.5,0.9375,6.125,0.890625]}},"from":[-16,-16,-16],"shade":false,"to":[-6,-14.6,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6981.json b/assets/minecraft/models/w6981.json new file mode 100644 index 000000000..9434065a0 --- /dev/null +++ b/assets/minecraft/models/w6981.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[5.5,0.9375,6.125,0.890625]},"south":{"texture":"#0","uv":[6.125,0.9375,5.5,0.890625]}},"from":[-16,-16,-16],"shade":false,"to":[-6,-14.6,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6982.json b/assets/minecraft/models/w6982.json new file mode 100644 index 000000000..3cfe25e08 --- /dev/null +++ b/assets/minecraft/models/w6982.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6.125,0,6.75,0.625]},"south":{"texture":"#0","uv":[6.75,0,6.125,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-5.999,-7.45,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6983.json b/assets/minecraft/models/w6983.json new file mode 100644 index 000000000..d86cf9d71 --- /dev/null +++ b/assets/minecraft/models/w6983.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6.75,0,6.125,0.625]},"south":{"texture":"#0","uv":[6.125,0,6.75,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-6,-7.45,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6984.json b/assets/minecraft/models/w6984.json new file mode 100644 index 000000000..c938a37ba --- /dev/null +++ b/assets/minecraft/models/w6984.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[5.5,0,4.875,0.625]},"south":{"texture":"#0","uv":[4.875,0,5.5,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-5.999,-7.45,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6985.json b/assets/minecraft/models/w6985.json new file mode 100644 index 000000000..b8b016b96 --- /dev/null +++ b/assets/minecraft/models/w6985.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4.875,0,5.5,0.625]},"south":{"texture":"#0","uv":[5.5,0,4.875,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-6,-7.45,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6986.json b/assets/minecraft/models/w6986.json new file mode 100644 index 000000000..2fd363a76 --- /dev/null +++ b/assets/minecraft/models/w6986.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6.125,0.625,5.5,0.9375]},"south":{"texture":"#0","uv":[5.5,0.625,6.125,0.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-6,-11,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6987.json b/assets/minecraft/models/w6987.json new file mode 100644 index 000000000..81c33356e --- /dev/null +++ b/assets/minecraft/models/w6987.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[5.5,0,6.125,0.625]},"south":{"texture":"#0","uv":[6.125,0,5.5,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-6,-6.100505,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6988.json b/assets/minecraft/models/w6988.json new file mode 100644 index 000000000..2fd363a76 --- /dev/null +++ b/assets/minecraft/models/w6988.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6.125,0.625,5.5,0.9375]},"south":{"texture":"#0","uv":[5.5,0.625,6.125,0.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-6,-11,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6989.json b/assets/minecraft/models/w6989.json new file mode 100644 index 000000000..81c33356e --- /dev/null +++ b/assets/minecraft/models/w6989.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[5.5,0,6.125,0.625]},"south":{"texture":"#0","uv":[6.125,0,5.5,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-6,-6.100505,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w699.json b/assets/minecraft/models/w699.json new file mode 100644 index 000000000..5f12f1a36 --- /dev/null +++ b/assets/minecraft/models/w699.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,6,0,8]},"south":{"texture":"#0","uv":[0,6,2,8]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6990.json b/assets/minecraft/models/w6990.json new file mode 100644 index 000000000..0b5919e2d --- /dev/null +++ b/assets/minecraft/models/w6990.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[7.375,0.9375,8,1.25]},"south":{"texture":"#0","uv":[8,0.9375,7.375,1.25]}},"from":[-16,-16,-16],"rotation":{"angle":-45,"axis":"y","origin":[-11,-16,-4],"rescale":false},"shade":false,"to":[-6,-11,-16]},{"faces":{"north":{"texture":"#0","uv":[6.75,0.625,6.125,0.9375]},"south":{"texture":"#0","uv":[6.125,0.625,6.75,0.9375]}},"from":[-16,-16,-16],"rotation":{"angle":45,"axis":"y","origin":[-11,-16,-4],"rescale":false},"shade":false,"to":[-6,-11,-16]},{"faces":{"north":{"texture":"#0","uv":[5.5,0.625,4.875,0.9375]},"south":{"texture":"#0","uv":[4.875,0.625,5.5,0.9375]}},"from":[-16,-16,8],"rotation":{"angle":45,"axis":"y","origin":[-11,-16,-4],"rescale":false},"shade":false,"to":[-6,-11,8]},{"faces":{"north":{"texture":"#0","uv":[4.875,0.625,5.5,0.9375]},"south":{"texture":"#0","uv":[5.5,0.625,4.875,0.9375]}},"from":[-16,-16,8],"rotation":{"angle":-45,"axis":"y","origin":[-11,-16,-4],"rescale":false},"shade":false,"to":[-6,-11,8]},{"faces":{"north":{"texture":"#0","uv":[6.75,0.625,7.34375,0.9375]},"south":{"texture":"#0","uv":[7.34375,0.625,6.75,0.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-6,-11,-16]},{"faces":{"north":{"texture":"#0","uv":[4.25,0.625,4.875,0.9375]},"south":{"texture":"#0","uv":[4.875,0.625,4.25,0.9375]}},"from":[-16,-16,8],"shade":false,"to":[-6,-11,8]},{"faces":{"north":{"texture":"#0","uv":[6.75,0,7.34375,0.625]},"south":{"texture":"#0","uv":[7.34375,0,6.75,0.625]}},"from":[-16,-13.899495,-9],"rotation":{"angle":45,"axis":"x","origin":[-6,-4,-9],"rescale":false},"shade":false,"to":[-6,-4,-9]},{"faces":{"north":{"texture":"#0","uv":[4.25,0,4.875,0.625]},"south":{"texture":"#0","uv":[4.875,0,4.25,0.625]}},"from":[-16,-13.899495,1],"rotation":{"angle":-45,"axis":"x","origin":[-6,-4,1],"rescale":false},"shade":false,"to":[-6,-4,1]},{"faces":{"down":{"texture":"#0","uv":[8,0,7.375,0.625]},"up":{"texture":"#0","uv":[8,0.625,7.375,0]}},"from":[-16,-4,-9],"shade":false,"to":[-6,-4,1]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6991.json b/assets/minecraft/models/w6991.json new file mode 100644 index 000000000..2219bdb0a --- /dev/null +++ b/assets/minecraft/models/w6991.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2.5,0.625,3.125,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-8,-8,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6992.json b/assets/minecraft/models/w6992.json new file mode 100644 index 000000000..ec1c5e42c --- /dev/null +++ b/assets/minecraft/models/w6992.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[3.125,0.625,3.75,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-8,-8,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6993.json b/assets/minecraft/models/w6993.json new file mode 100644 index 000000000..0ba16c21e --- /dev/null +++ b/assets/minecraft/models/w6993.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,5.25,1.25,5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-16,-12.9279995]},{"faces":{"up":{"texture":"#0","uv":[1.5,5,1.25,5.25]}},"from":[-16,-8.6272,-16],"shade":false,"to":[-12.9279995,-8.6272,-12.9279995]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6994.json b/assets/minecraft/models/w6994.json new file mode 100644 index 000000000..2538e511b --- /dev/null +++ b/assets/minecraft/models/w6994.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.5,5.25,0.75,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-13.373441,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6995.json b/assets/minecraft/models/w6995.json new file mode 100644 index 000000000..50e2f1459 --- /dev/null +++ b/assets/minecraft/models/w6995.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.75,5.75,0.5,6]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-13.373441,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6996.json b/assets/minecraft/models/w6996.json new file mode 100644 index 000000000..00e656fff --- /dev/null +++ b/assets/minecraft/models/w6996.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[0,5.25,0.25,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-13.373441,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6997.json b/assets/minecraft/models/w6997.json new file mode 100644 index 000000000..c193699e1 --- /dev/null +++ b/assets/minecraft/models/w6997.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[0.25,5.75,0,6]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-13.373441,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6998.json b/assets/minecraft/models/w6998.json new file mode 100644 index 000000000..2b06203f7 --- /dev/null +++ b/assets/minecraft/models/w6998.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.5,5.5,0.75,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-12.9279995,-16]},{"faces":{"south":{"texture":"#0","uv":[0.25,5.5,0,5.75]}},"from":[-16,-16,-8.6272],"shade":false,"to":[-12.9279995,-12.9279995,-8.6272]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w6999.json b/assets/minecraft/models/w6999.json new file mode 100644 index 000000000..e89fb41ba --- /dev/null +++ b/assets/minecraft/models/w6999.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1.25,5.25,1,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-13.373441,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7.json b/assets/minecraft/models/w7.json new file mode 100644 index 000000000..8c8a1bd6b --- /dev/null +++ b/assets/minecraft/models/w7.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,9,14.5,9]},"east":{"texture":"#0","uv":[13,9,13,10.75]},"north":{"texture":"#0","uv":[13.5,10.25,14.75,12.25]},"south":{"texture":"#0","uv":[14.75,10.25,13.5,12.25]},"up":{"texture":"#0","uv":[14.5,9,13,9]},"west":{"texture":"#0","uv":[14.5,9,14.5,10.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-12.8,-16]}],"overrides":[],"textures":{"0":"item/w291279173_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w70.json b/assets/minecraft/models/w70.json new file mode 100644 index 000000000..284f3eec6 --- /dev/null +++ b/assets/minecraft/models/w70.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.125,2.75,10,3.25]},"east":{"texture":"#0","uv":[9.375,3.25,9.875,3.25]},"north":{"texture":"#0","uv":[9.875,3.25,10,3.25]},"south":{"texture":"#0","uv":[10.5,3.25,10.625,3.25]},"up":{"texture":"#0","uv":[10,3.25,9.875,2.75]},"west":{"texture":"#0","uv":[10,3.25,10.5,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1237560704_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w700.json b/assets/minecraft/models/w700.json new file mode 100644 index 000000000..59c64d5ec --- /dev/null +++ b/assets/minecraft/models/w700.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,6,2,4]},"south":{"texture":"#0","uv":[2,6,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7000.json b/assets/minecraft/models/w7000.json new file mode 100644 index 000000000..2bbdecfc9 --- /dev/null +++ b/assets/minecraft/models/w7000.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1,5.75,1.25,6]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-13.373441,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7001.json b/assets/minecraft/models/w7001.json new file mode 100644 index 000000000..348288075 --- /dev/null +++ b/assets/minecraft/models/w7001.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[0,5.75,0.25,6]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-13.373441,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7002.json b/assets/minecraft/models/w7002.json new file mode 100644 index 000000000..676fe95dd --- /dev/null +++ b/assets/minecraft/models/w7002.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"south":{"texture":"#0","uv":[0.25,5.25,0,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-13.373441,-16]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7003.json b/assets/minecraft/models/w7003.json new file mode 100644 index 000000000..ff17ca304 --- /dev/null +++ b/assets/minecraft/models/w7003.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1.25,5.5,1,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.9279995,-12.9279995,-16]},{"faces":{"south":{"texture":"#0","uv":[0,5.75,0.25,5.5]}},"from":[-16,-16,-8.6272],"shade":false,"to":[-12.9279995,-12.9279995,-8.6272]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7004.json b/assets/minecraft/models/w7004.json new file mode 100644 index 000000000..737fb0718 --- /dev/null +++ b/assets/minecraft/models/w7004.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.75,5.25,1,5.5]}},"from":[-16,-11.668324,-13.8496],"rotation":{"angle":45,"axis":"x","origin":[-12.9279995,-8.6272,-13.8496],"rescale":false},"shade":false,"to":[-12.9279995,-8.627201,-13.8496]},{"faces":{"north":{"texture":"#0","uv":[0.75,5.75,1,6]}},"from":[-16,-16,-13.8496],"rotation":{"angle":-45,"axis":"x","origin":[-12.9279995,-16,-13.8496],"rescale":false},"shade":false,"to":[-12.9279995,-12.958876,-13.8496]},{"faces":{"north":{"texture":"#0","uv":[0.75,5.5,1,5.75]}},"from":[-16,-13.8496,-16],"shade":false,"to":[-12.9279995,-10.777599,-16]},{"faces":{"south":{"texture":"#0","uv":[1.25,5.25,1.5,5.5]}},"from":[-16,-11.668324,-10.7776],"rotation":{"angle":-45,"axis":"x","origin":[-12.9279995,-8.6272,-10.7776],"rescale":false},"shade":false,"to":[-12.9279995,-8.627201,-10.7776]},{"faces":{"south":{"texture":"#0","uv":[1.5,5.5,1.25,5.75]}},"from":[-16,-13.8496,-8.6272],"shade":false,"to":[-12.9279995,-10.777599,-8.6272]},{"faces":{"south":{"texture":"#0","uv":[1.5,5.5,1.25,5.25]}},"from":[-16,-16,-10.7776],"rotation":{"angle":45,"axis":"x","origin":[-12.9279995,-16,-10.7776],"rescale":false},"shade":false,"to":[-12.9279995,-12.958876,-10.7776]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7005.json b/assets/minecraft/models/w7005.json new file mode 100644 index 000000000..22953f283 --- /dev/null +++ b/assets/minecraft/models/w7005.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.25,5.25,0.5,5.5]}},"from":[-16,-11.668324,-13.8496],"rotation":{"angle":45,"axis":"x","origin":[-12.9279995,-8.6272,-13.8496],"rescale":false},"shade":false,"to":[-12.9279995,-8.627201,-13.8496]},{"faces":{"north":{"texture":"#0","uv":[0.25,5.75,0.5,6]}},"from":[-16,-16,-13.8496],"rotation":{"angle":-45,"axis":"x","origin":[-12.9279995,-16,-13.8496],"rescale":false},"shade":false,"to":[-12.9279995,-12.958876,-13.8496]},{"faces":{"north":{"texture":"#0","uv":[0.5,5.5,0.25,5.75]}},"from":[-16,-13.8496,-16],"shade":false,"to":[-12.9279995,-10.777599,-16]},{"faces":{"south":{"texture":"#0","uv":[0.5,5.25,0.25,5.5]}},"from":[-16,-11.668324,-10.7776],"rotation":{"angle":-45,"axis":"x","origin":[-12.9279995,-8.6272,-10.7776],"rescale":false},"shade":false,"to":[-12.9279995,-8.627201,-10.7776]},{"faces":{"south":{"texture":"#0","uv":[0.5,5.75,0.25,6]}},"from":[-16,-16,-10.7776],"rotation":{"angle":45,"axis":"x","origin":[-12.9279995,-16,-10.7776],"rescale":false},"shade":false,"to":[-12.9279995,-12.958876,-10.7776]},{"faces":{"south":{"texture":"#0","uv":[0.25,5.75,0.5,5.5]}},"from":[-16,-13.8496,-8.6272],"shade":false,"to":[-12.9279995,-10.777599,-8.6272]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7006.json b/assets/minecraft/models/w7006.json new file mode 100644 index 000000000..1432296b2 --- /dev/null +++ b/assets/minecraft/models/w7006.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[1.515625,5.5,2.015625,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12.9279995,-9.856]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7007.json b/assets/minecraft/models/w7007.json new file mode 100644 index 000000000..906561c52 --- /dev/null +++ b/assets/minecraft/models/w7007.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[2.015625,5.75,1.515625,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12.9279995,-9.856]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7008.json b/assets/minecraft/models/w7008.json new file mode 100644 index 000000000..906561c52 --- /dev/null +++ b/assets/minecraft/models/w7008.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[2.015625,5.75,1.515625,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12.9279995,-9.856]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7009.json b/assets/minecraft/models/w7009.json new file mode 100644 index 000000000..1432296b2 --- /dev/null +++ b/assets/minecraft/models/w7009.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"west":{"texture":"#0","uv":[1.515625,5.5,2.015625,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12.9279995,-9.856]}],"overrides":[],"textures":{"0":"item/w238452799_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w701.json b/assets/minecraft/models/w701.json new file mode 100644 index 000000000..6a5fe1a38 --- /dev/null +++ b/assets/minecraft/models/w701.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,6,0,4]},"south":{"texture":"#0","uv":[0,6,2,4]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7010.json b/assets/minecraft/models/w7010.json new file mode 100644 index 000000000..dc8befbfe --- /dev/null +++ b/assets/minecraft/models/w7010.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,4.5,3.5,4]},"east":{"texture":"#0","uv":[3.5,6,4,4.5]},"north":{"texture":"#0","uv":[4,6,5,4.5]},"south":{"texture":"#0","uv":[2.5,6,3.5,4.5]},"up":{"texture":"#0","uv":[3.5,4,4.5,4.5]},"west":{"texture":"#0","uv":[2,6,2.5,4.5]}},"from":[8,8,8],"shade":false,"to":[4.6,3,6.2]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7011.json b/assets/minecraft/models/w7011.json new file mode 100644 index 000000000..3486f51f3 --- /dev/null +++ b/assets/minecraft/models/w7011.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,2,3.5,2.5]},"east":{"texture":"#0","uv":[2,2.5,2.5,4]},"north":{"texture":"#0","uv":[2.5,2.5,3.5,4]},"south":{"texture":"#0","uv":[4,2.5,5,4]},"up":{"texture":"#0","uv":[3.5,2.5,2.5,2]},"west":{"texture":"#0","uv":[3.5,2.5,4,4]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-12.7,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[4.5,4,3.5,4.5]},"east":{"texture":"#0","uv":[2,4.5,2.5,6]},"north":{"texture":"#0","uv":[2.5,4.5,3.5,6]},"south":{"texture":"#0","uv":[4,4.5,5,6]},"up":{"texture":"#0","uv":[3.5,4.5,2.5,4]},"west":{"texture":"#0","uv":[3.5,4.5,4,6]}},"from":[-16,-16,-16],"shade":false,"to":[-12.6,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7012.json b/assets/minecraft/models/w7012.json new file mode 100644 index 000000000..f32f3d9d3 --- /dev/null +++ b/assets/minecraft/models/w7012.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,4.5,1,4]},"east":{"texture":"#0","uv":[1,6,1.5,4.5]},"north":{"texture":"#0","uv":[1.5,6,2,4.5]},"south":{"texture":"#0","uv":[0.5,6,1,4.5]},"up":{"texture":"#0","uv":[1,4,1.5,4.5]},"west":{"texture":"#0","uv":[0,6,0.5,4.5]}},"from":[8,8,8],"shade":false,"to":[6.2,3,6.2]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7013.json b/assets/minecraft/models/w7013.json new file mode 100644 index 000000000..1b6bfaf2a --- /dev/null +++ b/assets/minecraft/models/w7013.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,2,1,2.5]},"east":{"texture":"#0","uv":[0,2.5,0.5,4]},"north":{"texture":"#0","uv":[0.5,2.5,1,4]},"south":{"texture":"#0","uv":[1.5,2.5,2,4]},"up":{"texture":"#0","uv":[1,2.5,0.5,2]},"west":{"texture":"#0","uv":[1,2.5,1.5,4]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[1.5,4,1,4.5]},"east":{"texture":"#0","uv":[0,4.5,0.5,6]},"north":{"texture":"#0","uv":[0.5,4.5,1,6]},"south":{"texture":"#0","uv":[1.5,4.5,2,6]},"up":{"texture":"#0","uv":[1,4.5,0.5,4]},"west":{"texture":"#0","uv":[1,4.5,1.5,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7014.json b/assets/minecraft/models/w7014.json new file mode 100644 index 000000000..196f16c67 --- /dev/null +++ b/assets/minecraft/models/w7014.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,6.5,1,6]},"east":{"texture":"#0","uv":[1,8,1.5,6.5]},"north":{"texture":"#0","uv":[1.5,8,2,6.5]},"south":{"texture":"#0","uv":[0.5,8,1,6.5]},"up":{"texture":"#0","uv":[1,6,1.5,6.5]},"west":{"texture":"#0","uv":[0,8,0.5,6.5]}},"from":[8,8,8],"shade":false,"to":[6.2000003,3,6.2]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7015.json b/assets/minecraft/models/w7015.json new file mode 100644 index 000000000..16a67215f --- /dev/null +++ b/assets/minecraft/models/w7015.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,6,3,6.5]},"east":{"texture":"#0","uv":[2,6.5,2.5,8]},"north":{"texture":"#0","uv":[2.5,6.5,3,8]},"south":{"texture":"#0","uv":[3.5,6.5,4,8]},"up":{"texture":"#0","uv":[3,6.5,2.5,6]},"west":{"texture":"#0","uv":[3,6.5,3.5,8]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[1.5,6,1,6.5]},"east":{"texture":"#0","uv":[0,6.5,0.5,8]},"north":{"texture":"#0","uv":[0.5,6.5,1,8]},"south":{"texture":"#0","uv":[1.5,6.5,2,8]},"up":{"texture":"#0","uv":[1,6.5,0.5,6]},"west":{"texture":"#0","uv":[1,6.5,1.5,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7016.json b/assets/minecraft/models/w7016.json new file mode 100644 index 000000000..286b7839a --- /dev/null +++ b/assets/minecraft/models/w7016.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,1,6,0]},"east":{"texture":"#0","uv":[6,2,7,1]},"north":{"texture":"#0","uv":[7,2,8,1]},"south":{"texture":"#0","uv":[5,2,6,1]},"up":{"texture":"#0","uv":[6,0,7,1]},"west":{"texture":"#0","uv":[4,2,5,1]}},"from":[8,8,8],"shade":false,"to":[4.4,4.4,4.4]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7017.json b/assets/minecraft/models/w7017.json new file mode 100644 index 000000000..dcf50e527 --- /dev/null +++ b/assets/minecraft/models/w7017.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,0,2,1]},"east":{"texture":"#0","uv":[0,1,1,2]},"north":{"texture":"#0","uv":[1,1,2,2]},"south":{"texture":"#0","uv":[3,1,4,2]},"up":{"texture":"#0","uv":[2,1,1,0]},"west":{"texture":"#0","uv":[2,1,3,2]}},"from":[-15.8,-15.8,-15.8],"shade":false,"to":[-12.6,-12.6,-12.6]},{"faces":{"down":{"texture":"#0","uv":[7,0,6,1]},"east":{"texture":"#0","uv":[4,1,5,2]},"north":{"texture":"#0","uv":[5,1,6,2]},"south":{"texture":"#0","uv":[7,1,8,2]},"up":{"texture":"#0","uv":[6,1,5,0]},"west":{"texture":"#0","uv":[6,1,7,2]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.4,-12.4]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7018.json b/assets/minecraft/models/w7018.json new file mode 100644 index 000000000..6919e9526 --- /dev/null +++ b/assets/minecraft/models/w7018.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,6.5,7,6]},"east":{"texture":"#0","uv":[7,8,7.5,6.5]},"north":{"texture":"#0","uv":[7.5,8,8,6.5]},"south":{"texture":"#0","uv":[6.5,8,7,6.5]},"up":{"texture":"#0","uv":[7,6,7.5,6.5]},"west":{"texture":"#0","uv":[6,8,6.5,6.5]}},"from":[8,8,8],"shade":false,"to":[6.2,3,6.2]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7019.json b/assets/minecraft/models/w7019.json new file mode 100644 index 000000000..83342f622 --- /dev/null +++ b/assets/minecraft/models/w7019.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[9.375,0,8.75,1.375]},"south":{"texture":"#0","uv":[9.375,0,8.75,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-11.6,-16]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w702.json b/assets/minecraft/models/w702.json new file mode 100644 index 000000000..dc0ee2dc8 --- /dev/null +++ b/assets/minecraft/models/w702.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,2,6]},"south":{"texture":"#0","uv":[2,4,0,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7020.json b/assets/minecraft/models/w7020.json new file mode 100644 index 000000000..83342f622 --- /dev/null +++ b/assets/minecraft/models/w7020.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[9.375,0,8.75,1.375]},"south":{"texture":"#0","uv":[9.375,0,8.75,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-11.6,-16]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7021.json b/assets/minecraft/models/w7021.json new file mode 100644 index 000000000..d6d04541b --- /dev/null +++ b/assets/minecraft/models/w7021.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,6,5,6.5]},"east":{"texture":"#0","uv":[4,6.5,4.5,8]},"north":{"texture":"#0","uv":[4.5,6.5,5,8]},"south":{"texture":"#0","uv":[5.5,6.5,6,8]},"up":{"texture":"#0","uv":[5,6.5,4.5,6]},"west":{"texture":"#0","uv":[5,6.5,5.5,8]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[7.5,6,7,6.5]},"east":{"texture":"#0","uv":[6,6.5,6.5,8]},"north":{"texture":"#0","uv":[6.5,6.5,7,8]},"south":{"texture":"#0","uv":[7.5,6.5,8,8]},"up":{"texture":"#0","uv":[7,6.5,6.5,6]},"west":{"texture":"#0","uv":[7,6.5,7.5,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7022.json b/assets/minecraft/models/w7022.json new file mode 100644 index 000000000..c75ffb2cb --- /dev/null +++ b/assets/minecraft/models/w7022.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,4.5,6,4]},"east":{"texture":"#0","uv":[6,6,6.5,4.5]},"north":{"texture":"#0","uv":[6.5,6,7,4.5]},"south":{"texture":"#0","uv":[5.5,6,6,4.5]},"up":{"texture":"#0","uv":[6,4,6.5,4.5]},"west":{"texture":"#0","uv":[5,6,5.5,4.5]}},"from":[8,8,8],"shade":false,"to":[6.2,3,6.2]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7023.json b/assets/minecraft/models/w7023.json new file mode 100644 index 000000000..22857e2a9 --- /dev/null +++ b/assets/minecraft/models/w7023.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[8,0,8.625,1.375]},"south":{"texture":"#0","uv":[8,0,8.625,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-11.6,-16]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7024.json b/assets/minecraft/models/w7024.json new file mode 100644 index 000000000..22857e2a9 --- /dev/null +++ b/assets/minecraft/models/w7024.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[8,0,8.625,1.375]},"south":{"texture":"#0","uv":[8,0,8.625,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-11.6,-16]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7025.json b/assets/minecraft/models/w7025.json new file mode 100644 index 000000000..cd0cc0e90 --- /dev/null +++ b/assets/minecraft/models/w7025.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,2,6,2.5]},"east":{"texture":"#0","uv":[5,2.5,5.5,4]},"north":{"texture":"#0","uv":[5.5,2.5,6,4]},"south":{"texture":"#0","uv":[6.5,2.5,7,4]},"up":{"texture":"#0","uv":[6,2.5,5.5,2]},"west":{"texture":"#0","uv":[6,2.5,6.5,4]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[6.5,4,6,4.5]},"east":{"texture":"#0","uv":[5,4.5,5.5,6]},"north":{"texture":"#0","uv":[5.5,4.5,6,6]},"south":{"texture":"#0","uv":[6.5,4.5,7,6]},"up":{"texture":"#0","uv":[6,4.5,5.5,4]},"west":{"texture":"#0","uv":[6,4.5,6.5,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7026.json b/assets/minecraft/models/w7026.json new file mode 100644 index 000000000..831dbd91a --- /dev/null +++ b/assets/minecraft/models/w7026.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,9.5,6,10]},"north":{"texture":"#0","uv":[6,8,7.25,8.5]},"south":{"texture":"#0","uv":[6,8.5,7.25,9]},"up":{"texture":"#0","uv":[7.25,9.5,6,9]}},"from":[-13.4862995,-11.0545,-14.595099],"rotation":{"angle":-22.5,"axis":"z","origin":[-11.5522,-10.978899,-14.592999],"rescale":false},"shade":false,"to":[-11.424099,-10.2103,-13.750899]},{"faces":{"east":{"texture":"#0","uv":[1.75,13.25,2.25,14.75]},"north":{"texture":"#0","uv":[1.25,13.25,1.75,14.75]},"south":{"texture":"#0","uv":[5.5,8,6,9.5]},"west":{"texture":"#0","uv":[5.5,9.5,6,11]}},"from":[-10.9264,-13.0054,-14.592999],"rotation":{"angle":22.5,"axis":"z","origin":[-10.9222,-13.0159,-14.592999],"rescale":false},"shade":false,"to":[-10.0864,-10.4434,-13.752999]},{"faces":{"east":{"texture":"#0","uv":[3.5,8,4.625,9.5]},"north":{"texture":"#0","uv":[5.5,11,6,12.5]},"south":{"texture":"#0","uv":[3.5,13.5,4,15]},"up":{"texture":"#0","uv":[0.5,14.875,0,13.75]},"west":{"texture":"#0","uv":[3.5,9.5,4.625,11]}},"from":[-11.1385,-13.039,-13.7551],"rotation":{"angle":22.5,"axis":"z","origin":[-10.9222,-13.0159,-14.592999],"rescale":false},"shade":false,"to":[-10.2943,-10.5568,-11.8609]},{"faces":{"east":{"texture":"#0","uv":[4.75,9.5,5.375,11]},"north":{"texture":"#0","uv":[4.75,8,5.375,9.5]},"south":{"texture":"#0","uv":[4.75,12.25,5.375,13.75]}},"from":[-11.5585,-12.871,-11.8651],"rotation":{"angle":22.5,"axis":"z","origin":[-10.9222,-13.0159,-14.592999],"rescale":false},"shade":false,"to":[-10.5043,-10.4518,-10.8109]},{"faces":{"east":{"texture":"#0","uv":[6.25,12,6.75,13]},"north":{"texture":"#0","uv":[6,13.75,6.5,14.75]},"south":{"texture":"#0","uv":[6.5,10,7,11]},"west":{"texture":"#0","uv":[4.75,14.5,5.25,15.5]}},"from":[-11.57425,-13.91995,-14.594049],"rotation":{"angle":-22.5,"axis":"z","origin":[-11.5732,-13.9189,-14.592999],"rescale":false},"shade":false,"to":[-10.73215,-12.237849,-13.751949]},{"faces":{"down":{"texture":"#0","uv":[0.75,13.75,0.5,14.875]},"east":{"texture":"#0","uv":[3.5,12.5,4.625,13.375]},"south":{"texture":"#0","uv":[3.25,14,3.5,14.875]}},"from":[-11.3001995,-13.9189,-13.753],"rotation":{"angle":-22.5,"axis":"z","origin":[-11.5732,-13.9189,-13.753],"rescale":false},"shade":false,"to":[-10.880199,-12.3859,-11.863]},{"faces":{"east":{"texture":"#0","uv":[0,10.5,1.75,11.625]},"north":{"texture":"#0","uv":[6,10,6.5,11.125]},"south":{"texture":"#0","uv":[2.25,14,2.75,15.125]},"west":{"texture":"#0","uv":[1.75,10.5,3.5,11.625]}},"from":[-11.994249,-14.1509495,-13.754049],"rotation":{"angle":-22.5,"axis":"z","origin":[-11.8462,-13.9189,-11.653],"rescale":false},"shade":false,"to":[-11.152149,-12.32185,-10.811949]},{"faces":{"down":{"texture":"#0","uv":[7.5,13,7,13.5]},"north":{"texture":"#0","uv":[0.75,15,1.25,15.5]},"south":{"texture":"#0","uv":[7,10.5,7.5,11]},"up":{"texture":"#0","uv":[7.5,11.75,7,11.25]},"west":{"texture":"#0","uv":[3.25,15,3.75,15.5]}},"from":[-11.8252,-14.9479,-14.592999],"rotation":{"angle":22.5,"axis":"z","origin":[-12.6652,-14.1079,-14.592999],"rescale":false},"shade":false,"to":[-10.9852,-14.1079,-13.752999]},{"faces":{"down":{"texture":"#0","uv":[6.125,12.5,5.5,13.625]},"south":{"texture":"#0","uv":[7,14.75,7.625,15]},"up":{"texture":"#0","uv":[4.625,14.625,4,13.5]}},"from":[-12.6022,-10.842401,-13.753],"rotation":{"angle":-22.5,"axis":"z","origin":[-11.5522,-10.978899,-14.592999],"rescale":false},"shade":false,"to":[-11.4892,-10.4434,-11.863]},{"faces":{"east":{"texture":"#0","uv":[4,14.75,4.375,15.75]},"south":{"texture":"#0","uv":[6.75,12,7.125,13]}},"from":[-12.3082,-14.2759,-10.729],"rotation":{"angle":22.5,"axis":"x","origin":[-13.4632,-12.4069,-10.624],"rescale":false},"shade":false,"to":[-11.6782,-12.595901,-10.099]},{"faces":{"east":{"texture":"#0","uv":[5.25,14.5,5.625,15.5]},"south":{"texture":"#0","uv":[1.25,14.75,1.625,15.75]}},"from":[-12.3103,-13.186,-11.8441],"rotation":{"angle":-22.5,"axis":"x","origin":[-11.9932,-10.4749,-11.7369995],"rescale":false},"shade":false,"to":[-11.6761,-11.5018,-11.2099]},{"faces":{"down":{"texture":"#0","uv":[1.25,13.25,0.75,15]},"north":{"texture":"#0","uv":[7.25,9.75,7.75,10]},"south":{"texture":"#0","uv":[7.25,12.5,7.75,12.75]},"west":{"texture":"#0","uv":[6.5,11,8.25,11.25]}},"from":[-12.0667,-14.401899,-13.753],"shade":false,"to":[-11.2897,-14.065899,-10.813]},{"faces":{"down":{"texture":"#0","uv":[8.125,15,7.25,15.125]},"north":{"texture":"#0","uv":[6.5,13.75,7.375,14.25]},"south":{"texture":"#0","uv":[6.5,14.25,7.375,14.75]},"up":{"texture":"#0","uv":[8.125,12.875,7.25,12.75]},"west":{"texture":"#0","uv":[3.75,15,3.875,15.5]}},"from":[-12.2683,-15.37,-14.385099],"rotation":{"angle":45,"axis":"z","origin":[-12.1612,-15.1579,-14.382999],"rescale":false},"shade":false,"to":[-10.7941,-14.6098,-14.170899]},{"faces":{"down":{"texture":"#0","uv":[6,14.5,5.75,14.625]},"east":{"texture":"#0","uv":[4.5,14.75,4.625,15.25]},"north":{"texture":"#0","uv":[6,12,6.25,12.5]}},"from":[-12.2662,-15.367899,-14.592999],"rotation":{"angle":45,"axis":"z","origin":[-12.1612,-15.1579,-14.592999],"rescale":false},"shade":false,"to":[-11.9512005,-14.611899,-14.382999]},{"faces":{"down":{"texture":"#0","uv":[0.625,15.5,0,15.625]},"north":{"texture":"#0","uv":[0,15,0.625,15.5]},"south":{"texture":"#0","uv":[7,10,7.625,10.5]},"up":{"texture":"#0","uv":[7.875,15.375,7.25,15.25]}},"from":[-13.0243,-16,-14.595099],"rotation":{"angle":22.5,"axis":"z","origin":[-13.5892,-15.9769,-14.592999],"rescale":false},"shade":false,"to":[-11.970099,-15.1768,-14.380899]},{"faces":{"down":{"texture":"#0","uv":[3.375,15.5,2.75,15.625]},"north":{"texture":"#0","uv":[7.25,8.75,7.875,9]},"south":{"texture":"#0","uv":[7.25,9,7.875,9.25]},"up":{"texture":"#0","uv":[8.125,10.625,7.5,10.5]}},"from":[-12.7702,-15.3889,-14.382999],"rotation":{"angle":22.5,"axis":"z","origin":[-13.5892,-15.9769,-14.382999],"rescale":false},"shade":false,"to":[-11.531199,-14.9689,-14.172999]},{"faces":{"down":{"texture":"#0","uv":[7.625,12,7.25,12.375]},"east":{"texture":"#0","uv":[6.25,15,6.625,15.5]},"north":{"texture":"#0","uv":[5.75,15,6.125,15.5]},"south":{"texture":"#0","uv":[6.75,15,7.125,15.5]},"up":{"texture":"#0","uv":[2.625,15.625,2.25,15.25]},"west":{"texture":"#0","uv":[7.25,8,7.625,8.5]}},"from":[-12.0982,-14.5279,-14.908],"rotation":{"angle":22.5,"axis":"x","origin":[-9.6832,-14.5279,-14.908],"rescale":false},"shade":false,"to":[-11.4682,-13.6879,-14.278]},{"faces":{"down":{"texture":"#0","uv":[6,9.5,7.25,10]},"north":{"texture":"#0","uv":[7.25,8,6,8.5]},"south":{"texture":"#0","uv":[7.25,8.5,6,9]},"up":{"texture":"#0","uv":[6,9.5,7.25,9]}},"from":[-14.66125,-11.05345,-14.594049],"rotation":{"angle":22.5,"axis":"z","origin":[-14.5342,-10.978899,-14.592999],"rescale":false},"shade":false,"to":[-12.6011505,-10.2113495,-13.751949]},{"faces":{"east":{"texture":"#0","uv":[6,9.5,5.5,11]},"north":{"texture":"#0","uv":[1.75,13.25,1.25,14.75]},"south":{"texture":"#0","uv":[6,8,5.5,9.5]},"west":{"texture":"#0","uv":[2.25,13.25,1.75,14.75]}},"from":[-16,-13.0054,-14.592999],"rotation":{"angle":-22.5,"axis":"z","origin":[-15.1642,-13.0159,-14.592999],"rescale":false},"shade":false,"to":[-15.16,-10.4434,-13.752999]},{"faces":{"east":{"texture":"#0","uv":[4.625,9.5,3.5,11]},"north":{"texture":"#0","uv":[6,11,5.5,12.5]},"south":{"texture":"#0","uv":[4,13.5,3.5,15]},"up":{"texture":"#0","uv":[0,14.875,0.5,13.75]},"west":{"texture":"#0","uv":[4.625,8,3.5,9.5]}},"from":[-15.7921,-13.039,-13.7551],"rotation":{"angle":-22.5,"axis":"z","origin":[-15.1642,-13.0159,-14.592999],"rescale":false},"shade":false,"to":[-14.9479,-10.5568,-11.8609]},{"faces":{"north":{"texture":"#0","uv":[5.375,8,4.75,9.5]},"south":{"texture":"#0","uv":[5.375,12.25,4.75,13.75]},"west":{"texture":"#0","uv":[5.375,9.5,4.75,11]}},"from":[-15.5821,-12.871,-11.8651],"rotation":{"angle":-22.5,"axis":"z","origin":[-15.1642,-13.0159,-14.592999],"rescale":false},"shade":false,"to":[-14.5279,-10.4518,-10.8109]},{"faces":{"east":{"texture":"#0","uv":[5.25,14.5,4.75,15.5]},"north":{"texture":"#0","uv":[6.5,13.75,6,14.75]},"south":{"texture":"#0","uv":[7,10,6.5,11]},"west":{"texture":"#0","uv":[6.75,12,6.25,13]}},"from":[-15.35425,-13.91995,-14.594049],"rotation":{"angle":22.5,"axis":"z","origin":[-14.5132,-13.9189,-14.592999],"rescale":false},"shade":false,"to":[-14.51215,-12.237849,-13.751949]},{"faces":{"down":{"texture":"#0","uv":[0.5,13.75,0.75,14.875]},"south":{"texture":"#0","uv":[3.5,14,3.25,14.875]},"west":{"texture":"#0","uv":[4.625,12.5,3.5,13.375]}},"from":[-15.2062,-13.9189,-13.753],"rotation":{"angle":22.5,"axis":"z","origin":[-14.5132,-13.9189,-13.753],"rescale":false},"shade":false,"to":[-14.7862,-12.3859,-11.863]},{"faces":{"east":{"texture":"#0","uv":[3.5,10.5,1.75,11.625]},"north":{"texture":"#0","uv":[6.5,10,6,11.125]},"south":{"texture":"#0","uv":[2.75,14,2.25,15.125]},"west":{"texture":"#0","uv":[1.75,10.5,0,11.625]}},"from":[-14.93425,-14.1509495,-13.754049],"rotation":{"angle":22.5,"axis":"z","origin":[-14.2402,-13.9189,-11.653],"rescale":false},"shade":false,"to":[-14.09215,-12.32185,-10.811949]},{"faces":{"down":{"texture":"#0","uv":[7,13,7.5,13.5]},"east":{"texture":"#0","uv":[3.75,15,3.25,15.5]},"north":{"texture":"#0","uv":[1.25,15,0.75,15.5]},"south":{"texture":"#0","uv":[7.5,10.5,7,11]},"up":{"texture":"#0","uv":[7,11.75,7.5,11.25]}},"from":[-15.1012,-14.9479,-14.592999],"rotation":{"angle":-22.5,"axis":"z","origin":[-13.4212,-14.1079,-14.592999],"rescale":false},"shade":false,"to":[-14.2612,-14.1079,-13.752999]},{"faces":{"down":{"texture":"#0","uv":[5.5,12.5,6.125,13.625]},"south":{"texture":"#0","uv":[7.625,14.75,7,15]},"up":{"texture":"#0","uv":[4,14.625,4.625,13.5]}},"from":[-14.5972,-10.842401,-13.753],"rotation":{"angle":22.5,"axis":"z","origin":[-14.5342,-10.978899,-14.592999],"rescale":false},"shade":false,"to":[-13.4842005,-10.4434,-11.863]},{"faces":{"south":{"texture":"#0","uv":[7.125,12,6.75,13]},"west":{"texture":"#0","uv":[4.375,14.75,4,15.75]}},"from":[-14.4082,-14.2759,-10.729],"rotation":{"angle":22.5,"axis":"x","origin":[-12.623199,-12.4069,-10.624],"rescale":false},"shade":false,"to":[-13.7782,-12.595901,-10.099]},{"faces":{"south":{"texture":"#0","uv":[1.625,14.75,1.25,15.75]},"west":{"texture":"#0","uv":[5.625,14.5,5.25,15.5]}},"from":[-14.4103,-13.186,-11.8441],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.0932,-10.4749,-11.7369995],"rescale":false},"shade":false,"to":[-13.7761,-11.5018,-11.2099]},{"faces":{"down":{"texture":"#0","uv":[0.75,13.25,1.25,15]},"east":{"texture":"#0","uv":[8.25,11,6.5,11.25]},"north":{"texture":"#0","uv":[7.75,9.75,7.25,10]},"south":{"texture":"#0","uv":[7.75,12.5,7.25,12.75]}},"from":[-14.7967,-14.401899,-13.753],"shade":false,"to":[-14.019699,-14.065899,-10.813]},{"faces":{"down":{"texture":"#0","uv":[7.25,15,8.125,15.125]},"east":{"texture":"#0","uv":[3.875,15,3.75,15.5]},"north":{"texture":"#0","uv":[7.375,13.75,6.5,14.25]},"south":{"texture":"#0","uv":[7.375,14.25,6.5,14.75]},"up":{"texture":"#0","uv":[7.25,12.875,8.125,12.75]}},"from":[-15.2923,-15.37,-14.385099],"rotation":{"angle":-45,"axis":"z","origin":[-13.9251995,-15.1579,-14.382999],"rescale":false},"shade":false,"to":[-13.8181,-14.6098,-14.170899]},{"faces":{"down":{"texture":"#0","uv":[5.75,14.5,6,14.625]},"north":{"texture":"#0","uv":[6.25,12,6,12.5]},"west":{"texture":"#0","uv":[4.625,14.75,4.5,15.25]}},"from":[-14.1352,-15.367899,-14.592999],"rotation":{"angle":-45,"axis":"z","origin":[-13.9251995,-15.1579,-14.592999],"rescale":false},"shade":false,"to":[-13.8202,-14.611899,-14.382999]},{"faces":{"down":{"texture":"#0","uv":[0,15.5,0.625,15.625]},"north":{"texture":"#0","uv":[0.625,15,0,15.5]},"south":{"texture":"#0","uv":[7.625,10,7,10.5]},"up":{"texture":"#0","uv":[7.25,15.375,7.875,15.25]}},"from":[-14.11525,-15.998949,-14.594049],"rotation":{"angle":-22.5,"axis":"z","origin":[-12.4972,-15.9769,-14.592999],"rescale":false},"shade":false,"to":[-13.063149,-15.177849,-14.381949]},{"faces":{"down":{"texture":"#0","uv":[2.75,15.5,3.375,15.625]},"north":{"texture":"#0","uv":[7.875,8.75,7.25,9]},"south":{"texture":"#0","uv":[7.875,9,7.25,9.25]},"up":{"texture":"#0","uv":[7.5,10.625,8.125,10.5]}},"from":[-14.55625,-15.38995,-14.38405],"rotation":{"angle":-22.5,"axis":"z","origin":[-12.4972,-15.9769,-14.382999],"rescale":false},"shade":false,"to":[-13.315149,-14.96785,-14.17195]},{"faces":{"down":{"texture":"#0","uv":[7.25,12,7.625,12.375]},"east":{"texture":"#0","uv":[7.625,8,7.25,8.5]},"north":{"texture":"#0","uv":[6.125,15,5.75,15.5]},"south":{"texture":"#0","uv":[7.125,15,6.75,15.5]},"up":{"texture":"#0","uv":[2.25,15.625,2.625,15.25]},"west":{"texture":"#0","uv":[6.625,15,6.25,15.5]}},"from":[-14.6182,-14.5279,-14.908],"rotation":{"angle":22.5,"axis":"x","origin":[-16.4032,-14.5279,-14.908],"rescale":false},"shade":false,"to":[-13.9882,-13.6879,-14.278]},{"faces":{"east":{"texture":"#0","uv":[2.75,14,3.125,15.5]},"south":{"texture":"#0","uv":[3.5,11,4.375,12.5]},"west":{"texture":"#0","uv":[3.125,14,2.75,15.5]}},"from":[-13.7803,-13.332999,-11.319099],"rotation":{"angle":-22.5,"axis":"x","origin":[-13.4632,-10.4749,-11.527],"rescale":false},"shade":false,"to":[-12.3061,-10.8508,-10.705899]},{"faces":{"east":{"texture":"#0","uv":[1.75,14.75,2.125,15.75]},"south":{"texture":"#0","uv":[2.5,13,3.375,14]},"west":{"texture":"#0","uv":[2.125,14.75,1.75,15.75]}},"from":[-13.77925,-14.234949,-10.2050495],"rotation":{"angle":22.5,"axis":"x","origin":[-13.4632,-12.4069,-10.414],"rescale":false},"shade":false,"to":[-12.30715,-12.468849,-9.593949]},{"faces":{"down":{"texture":"#0","uv":[7.875,11.75,7,12]},"east":{"texture":"#0","uv":[2.25,13.25,2.5,13.875]},"west":{"texture":"#0","uv":[2.5,13.25,2.25,13.875]}},"from":[-13.7782,-14.401899,-10.813],"shade":false,"to":[-12.3082,-13.351899,-10.351]},{"faces":{"down":{"texture":"#0","uv":[5.375,11,4.5,12.25]},"east":{"texture":"#0","uv":[5.75,14.75,7,15]},"up":{"texture":"#0","uv":[3.375,13,2.5,11.75]},"west":{"texture":"#0","uv":[7,14.75,5.75,15]}},"from":[-13.7803,-10.518999,-13.7551],"shade":false,"to":[-12.3061,-10.094799,-11.6509]},{"faces":{"east":{"texture":"#0","uv":[7.25,8.5,7.875,8.75]},"up":{"texture":"#0","uv":[6.875,11.875,6,11.25]},"west":{"texture":"#0","uv":[7.875,8.5,7.25,8.75]}},"from":[-13.7782,-10.4329,-11.968],"rotation":{"angle":22.5,"axis":"x","origin":[-13.4632,-10.8529,-12.01],"rescale":false},"shade":false,"to":[-12.3082,-10.012899,-10.8550005]},{"faces":{"down":{"texture":"#0","uv":[2.5,12.5,0.75,13.125]},"north":{"texture":"#0","uv":[0,8,1.75,10.375]},"south":{"texture":"#0","uv":[1.75,8,3.5,10.375]},"up":{"texture":"#0","uv":[2.5,12.375,0.75,11.75]}},"from":[-14.57515,-14.40085,-11.86195],"shade":false,"to":[-11.51125,-10.496949,-10.81405]},{"faces":{"east":{"texture":"#0","uv":[0.625,11.75,0,13.75]},"west":{"texture":"#0","uv":[0,11.75,0.625,13.75]}},"from":[-15.8572,-13.9189,-16],"rotation":{"angle":45,"axis":"y","origin":[-15.0171995,-13.9189,-15.79],"rescale":false},"shade":false,"to":[-15.853,-10.5589,-14.95]},{"faces":{"east":{"texture":"#0","uv":[0.625,11.75,0,13.75]},"west":{"texture":"#0","uv":[0,11.75,0.625,13.75]}},"from":[-10.2292,-13.9189,-16],"rotation":{"angle":-45,"axis":"y","origin":[-11.0692005,-13.9189,-15.79],"rescale":false},"shade":false,"to":[-10.225,-10.5589,-14.95]},{"faces":{"down":{"texture":"#0","uv":[7,13,6.25,13.625]},"up":{"texture":"#0","uv":[7,13.625,6.25,13]}},"from":[-12.2662,-9.718901,-16],"rotation":{"angle":45,"axis":"x","origin":[-13.4632,-10.5589,-15.79],"rescale":false},"shade":false,"to":[-11.0902,-9.7147,-14.95]},{"faces":{"down":{"texture":"#0","uv":[5.875,13.75,4.75,14.375]},"up":{"texture":"#0","uv":[5.875,14.375,4.75,13.75]}},"from":[-14.0302,-9.1939,-16],"rotation":{"angle":45,"axis":"x","origin":[-14.7232,-10.033899,-15.79],"rescale":false},"shade":false,"to":[-12.0562,-9.189699,-14.95]},{"faces":{"down":{"texture":"#0","uv":[6.25,13,7,13.625]},"up":{"texture":"#0","uv":[6.25,13.625,7,13]}},"from":[-14.9962,-9.718901,-16],"rotation":{"angle":45,"axis":"x","origin":[-12.623199,-10.5589,-15.79],"rescale":false},"shade":false,"to":[-13.8202,-9.7147,-14.95]},{"faces":{"down":{"texture":"#0","uv":[8,8.5,8.125,9]},"east":{"texture":"#0","uv":[7.625,8,7.75,8.5]},"north":{"texture":"#0","uv":[7.625,8,8.125,8.5]},"up":{"texture":"#0","uv":[7.875,8.5,8,9]},"west":{"texture":"#0","uv":[8,8,8.125,8.5]}},"from":[-13.4632,-15.5989,-14.8029995],"shade":false,"to":[-12.623199,-14.7589,-14.592999]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7027.json b/assets/minecraft/models/w7027.json new file mode 100644 index 000000000..41d80695a --- /dev/null +++ b/assets/minecraft/models/w7027.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[8.876645,2,8.5,8.65625]},"north":{"texture":"#0","uv":[8.5,2,8.876645,8.65625]},"south":{"texture":"#0","uv":[8.5,2,8.876645,8.65625]},"west":{"texture":"#0","uv":[8.876645,2,8.5,8.65625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.3232,-4.0731993,-15.3232]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7028.json b/assets/minecraft/models/w7028.json new file mode 100644 index 000000000..c4bfca7fd --- /dev/null +++ b/assets/minecraft/models/w7028.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[12.391995,2.3767688,12.015351,4.0094337]},"north":{"texture":"#0","uv":[12.015351,2.3767688,12.391995,4.0094337]},"south":{"texture":"#0","uv":[12.015351,2.3767688,12.391995,4.0094337]},"west":{"texture":"#0","uv":[12.391995,2.3767688,12.015351,4.0094337]}},"from":[-16,-16,-16],"shade":false,"to":[-15.145,-12.895,-15.145]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7029.json b/assets/minecraft/models/w7029.json new file mode 100644 index 000000000..fbc9c307f --- /dev/null +++ b/assets/minecraft/models/w7029.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[10.257675,2,10.63432,3.381486]},"north":{"texture":"#0","uv":[12.391995,2,12.7686405,3.381486]},"south":{"texture":"#0","uv":[12.7686405,2,12.391995,3.381486]},"up":{"texture":"#0","uv":[11.764255,2.3767688,11.3876095,2]},"west":{"texture":"#0","uv":[8.876645,3.8838444,9.253289,5.2653303]}},"from":[-16,-16,-16],"shade":false,"to":[-15.3232,-13.5232,-15.3232]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w703.json b/assets/minecraft/models/w703.json new file mode 100644 index 000000000..efb0dafb9 --- /dev/null +++ b/assets/minecraft/models/w703.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,4,0,6]},"south":{"texture":"#0","uv":[0,4,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7030.json b/assets/minecraft/models/w7030.json new file mode 100644 index 000000000..627468bd2 --- /dev/null +++ b/assets/minecraft/models/w7030.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[9.629934,4.1350236,10.257675,4.386203]},"south":{"texture":"#0","uv":[10.257675,4.1350236,9.629934,4.386203]},"up":{"texture":"#0","uv":[12.391995,2.3767688,11.764255,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.875,-15.62875,-15.325]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7031.json b/assets/minecraft/models/w7031.json new file mode 100644 index 000000000..f10a0397e --- /dev/null +++ b/assets/minecraft/models/w7031.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[10.759869,4.386203,11.136513,5.1397405]},"north":{"texture":"#0","uv":[10.885417,3.381486,11.262061,4.1350236]},"south":{"texture":"#0","uv":[11.262061,3.381486,10.885417,4.1350236]}},"from":[-16,-16,-16],"shade":false,"to":[-15.325,-14.65,-15.325]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7032.json b/assets/minecraft/models/w7032.json new file mode 100644 index 000000000..7619cb928 --- /dev/null +++ b/assets/minecraft/models/w7032.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[11.010965,4.1350236,11.3876095,4.386203]},"south":{"texture":"#0","uv":[11.3876095,4.1350236,11.010965,4.386203]},"west":{"texture":"#0","uv":[10.508772,4.1350236,10.759869,4.386203]}},"from":[-16,-16,-16],"shade":false,"to":[-15.4357,-15.5032,-15.5482]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7033.json b/assets/minecraft/models/w7033.json new file mode 100644 index 000000000..c38afcaa7 --- /dev/null +++ b/assets/minecraft/models/w7033.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[9.629934,3.2558963,9.881031,3.381486]},"south":{"texture":"#0","uv":[9.881031,3.2558963,9.629934,3.381486]},"up":{"texture":"#0","uv":[10.508772,4.386203,10.257675,4.1350236]}},"from":[-16,-16,-16],"shade":false,"to":[-15.5725,-15.775,-15.55]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7034.json b/assets/minecraft/models/w7034.json new file mode 100644 index 000000000..f0719f47c --- /dev/null +++ b/assets/minecraft/models/w7034.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[11.764255,2.3767688,12.015351,3.0047169]},"north":{"texture":"#0","uv":[11.513158,3.6326652,11.889803,4.2606134]},"south":{"texture":"#0","uv":[11.889803,3.6326652,11.513158,4.2606134]},"west":{"texture":"#0","uv":[11.262061,3.381486,11.513158,4.0094337]}},"from":[-16,-16,-16],"shade":false,"to":[-15.4339,-14.8714,-15.5464]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7035.json b/assets/minecraft/models/w7035.json new file mode 100644 index 000000000..5c234fa2b --- /dev/null +++ b/assets/minecraft/models/w7035.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[11.513158,3.0047169,11.764255,3.6326652]},"north":{"texture":"#0","uv":[11.764255,3.0047169,12.015351,3.6326652]},"south":{"texture":"#0","uv":[12.015351,3.0047169,11.764255,3.6326652]},"west":{"texture":"#0","uv":[11.513158,2.3767688,11.764255,3.0047169]}},"from":[-16,-16,-16],"shade":false,"to":[-15.5482,-14.873201,-15.5482]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7036.json b/assets/minecraft/models/w7036.json new file mode 100644 index 000000000..e8c611a3b --- /dev/null +++ b/assets/minecraft/models/w7036.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[11.136513,3.2558963,11.3876095,3.381486]},"north":{"texture":"#0","uv":[9.629934,3.1303067,9.881031,3.2558963]},"south":{"texture":"#0","uv":[9.881031,3.1303067,9.629934,3.2558963]},"up":{"texture":"#0","uv":[11.010965,4.386203,10.759869,4.1350236]},"west":{"texture":"#0","uv":[10.63432,3.2558963,10.885417,3.381486]}},"from":[-16,-16,-16],"shade":false,"to":[-15.55,-15.775,-15.55]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7037.json b/assets/minecraft/models/w7037.json new file mode 100644 index 000000000..94d953c2a --- /dev/null +++ b/assets/minecraft/models/w7037.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[10.885417,3.2558963,11.136513,3.381486]},"north":{"texture":"#0","uv":[11.3876095,2.3767688,11.513158,2.5023584]},"south":{"texture":"#0","uv":[11.513158,2.3767688,11.3876095,2.5023584]}},"from":[-16,-16,-16],"shade":false,"to":[-15.775,-15.775,-15.55]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7038.json b/assets/minecraft/models/w7038.json new file mode 100644 index 000000000..aeb6fe110 --- /dev/null +++ b/assets/minecraft/models/w7038.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[11.136513,2.5023584,11.513158,3.2558963]},"north":{"texture":"#0","uv":[11.136513,4.386203,11.513158,5.1397405]},"south":{"texture":"#0","uv":[11.136513,4.386203,11.513158,5.1397405]}},"from":[-16,-16,-16],"shade":false,"to":[-15.325,-14.65,-15.325]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7039.json b/assets/minecraft/models/w7039.json new file mode 100644 index 000000000..c1e4bbb78 --- /dev/null +++ b/assets/minecraft/models/w7039.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[9.253289,3.8838444,8.876645,5.2653303]},"north":{"texture":"#0","uv":[12.7686405,2,12.391995,3.381486]},"south":{"texture":"#0","uv":[12.391995,2,12.7686405,3.381486]},"up":{"texture":"#0","uv":[11.3876095,2.3767688,11.764255,2]},"west":{"texture":"#0","uv":[10.63432,2,10.257675,3.381486]}},"from":[-16,-16,-16],"shade":false,"to":[-15.3232,-13.5232,-15.3232]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w704.json b/assets/minecraft/models/w704.json new file mode 100644 index 000000000..6a5fe1a38 --- /dev/null +++ b/assets/minecraft/models/w704.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,6,0,4]},"south":{"texture":"#0","uv":[0,6,2,4]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7040.json b/assets/minecraft/models/w7040.json new file mode 100644 index 000000000..c580cb0bf --- /dev/null +++ b/assets/minecraft/models/w7040.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[10.257675,4.1350236,9.629934,4.386203]},"south":{"texture":"#0","uv":[9.629934,4.1350236,10.257675,4.386203]},"up":{"texture":"#0","uv":[11.764255,2.3767688,12.391995,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.875,-15.62875,-15.325]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7041.json b/assets/minecraft/models/w7041.json new file mode 100644 index 000000000..c129724aa --- /dev/null +++ b/assets/minecraft/models/w7041.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[11.262061,3.381486,10.885417,4.1350236]},"south":{"texture":"#0","uv":[10.885417,3.381486,11.262061,4.1350236]},"west":{"texture":"#0","uv":[11.136513,4.386203,10.759869,5.1397405]}},"from":[-16,-16,-16],"shade":false,"to":[-15.325,-14.65,-15.325]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7042.json b/assets/minecraft/models/w7042.json new file mode 100644 index 000000000..e81fc8491 --- /dev/null +++ b/assets/minecraft/models/w7042.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[10.759869,4.1350236,10.508772,4.386203]},"north":{"texture":"#0","uv":[11.3876095,4.1350236,11.010965,4.386203]},"south":{"texture":"#0","uv":[11.010965,4.1350236,11.3876095,4.386203]}},"from":[-16,-16,-16],"shade":false,"to":[-15.4357,-15.5032,-15.5482]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7043.json b/assets/minecraft/models/w7043.json new file mode 100644 index 000000000..b40df814d --- /dev/null +++ b/assets/minecraft/models/w7043.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[9.881031,3.2558963,9.629934,3.381486]},"south":{"texture":"#0","uv":[9.629934,3.2558963,9.881031,3.381486]},"up":{"texture":"#0","uv":[10.257675,4.386203,10.508772,4.1350236]}},"from":[-16,-16,-16],"shade":false,"to":[-15.5725,-15.775,-15.55]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7044.json b/assets/minecraft/models/w7044.json new file mode 100644 index 000000000..e63f412a1 --- /dev/null +++ b/assets/minecraft/models/w7044.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[11.513158,3.381486,11.262061,4.0094337]},"north":{"texture":"#0","uv":[11.889803,3.6326652,11.513158,4.2606134]},"south":{"texture":"#0","uv":[11.513158,3.6326652,11.889803,4.2606134]},"west":{"texture":"#0","uv":[12.015351,2.3767688,11.764255,3.0047169]}},"from":[-16,-16,-16],"shade":false,"to":[-15.4339,-14.8714,-15.5464]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7045.json b/assets/minecraft/models/w7045.json new file mode 100644 index 000000000..c1a747e93 --- /dev/null +++ b/assets/minecraft/models/w7045.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[11.764255,2.3767688,11.513158,3.0047169]},"north":{"texture":"#0","uv":[12.015351,3.0047169,11.764255,3.6326652]},"south":{"texture":"#0","uv":[11.764255,3.0047169,12.015351,3.6326652]},"west":{"texture":"#0","uv":[11.764255,3.0047169,11.513158,3.6326652]}},"from":[-16,-16,-16],"shade":false,"to":[-15.5482,-14.873201,-15.5482]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7046.json b/assets/minecraft/models/w7046.json new file mode 100644 index 000000000..b9116be37 --- /dev/null +++ b/assets/minecraft/models/w7046.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[10.885417,3.2558963,10.63432,3.381486]},"north":{"texture":"#0","uv":[9.881031,3.1303067,9.629934,3.2558963]},"south":{"texture":"#0","uv":[9.629934,3.1303067,9.881031,3.2558963]},"up":{"texture":"#0","uv":[10.759869,4.386203,11.010965,4.1350236]},"west":{"texture":"#0","uv":[11.3876095,3.2558963,11.136513,3.381486]}},"from":[-16,-16,-16],"shade":false,"to":[-15.55,-15.775,-15.55]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7047.json b/assets/minecraft/models/w7047.json new file mode 100644 index 000000000..8807708da --- /dev/null +++ b/assets/minecraft/models/w7047.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[11.513158,2.3767688,11.3876095,2.5023584]},"south":{"texture":"#0","uv":[11.3876095,2.3767688,11.513158,2.5023584]},"west":{"texture":"#0","uv":[11.136513,3.2558963,10.885417,3.381486]}},"from":[-16,-16,-16],"shade":false,"to":[-15.775,-15.775,-15.55]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7048.json b/assets/minecraft/models/w7048.json new file mode 100644 index 000000000..6a68bbf04 --- /dev/null +++ b/assets/minecraft/models/w7048.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[11.513158,4.386203,11.136513,5.1397405]},"south":{"texture":"#0","uv":[11.513158,4.386203,11.136513,5.1397405]},"west":{"texture":"#0","uv":[11.513158,2.5023584,11.136513,3.2558963]}},"from":[-16,-16,-16],"shade":false,"to":[-15.325,-14.65,-15.325]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7049.json b/assets/minecraft/models/w7049.json new file mode 100644 index 000000000..a5a83b3d1 --- /dev/null +++ b/assets/minecraft/models/w7049.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.253289,5.014151,9.629934,3.8838444]},"east":{"texture":"#0","uv":[9.253289,3.8838444,9.629934,5.014151]},"north":{"texture":"#0","uv":[8.876645,2,10.006579,3.1303067]},"south":{"texture":"#0","uv":[10.006579,2,8.876645,3.1303067]},"up":{"texture":"#0","uv":[10.759869,4.762972,9.629934,4.386203]},"west":{"texture":"#0","uv":[10.759869,4.386203,9.629934,4.762972]}},"from":[-16,-16,-16],"shade":false,"to":[-14.061399,-14.0614,-15.3214]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w705.json b/assets/minecraft/models/w705.json new file mode 100644 index 000000000..59c64d5ec --- /dev/null +++ b/assets/minecraft/models/w705.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,6,2,4]},"south":{"texture":"#0","uv":[2,6,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7050.json b/assets/minecraft/models/w7050.json new file mode 100644 index 000000000..13cdbc21a --- /dev/null +++ b/assets/minecraft/models/w7050.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.63432,3.2558963,11.136513,2.5023584]},"east":{"texture":"#0","uv":[10.63432,2.5023584,11.136513,3.2558963]},"north":{"texture":"#0","uv":[9.629934,3.381486,10.383224,4.1350236]},"south":{"texture":"#0","uv":[10.383224,3.381486,9.629934,4.1350236]},"up":{"texture":"#0","uv":[10.383224,5.2653303,9.629934,4.762972]},"west":{"texture":"#0","uv":[10.383224,4.762972,9.629934,5.2653303]}},"from":[-16,-16,-16],"shade":false,"to":[-14.74,-14.74,-15.1]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7051.json b/assets/minecraft/models/w7051.json new file mode 100644 index 000000000..36da130be --- /dev/null +++ b/assets/minecraft/models/w7051.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[12.7686405,2,14.400767,3.7582548]},"south":{"texture":"#0","uv":[12.7686405,2,14.400767,3.7582548]}},"from":[-16,-16,-16],"shade":false,"to":[-15.3682,-15.3682,-15.2782]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7052.json b/assets/minecraft/models/w7052.json new file mode 100644 index 000000000..17f43f4e5 --- /dev/null +++ b/assets/minecraft/models/w7052.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[14.400767,2,15.65625,3.2558963]},"south":{"texture":"#0","uv":[14.400767,2,15.65625,3.2558963]}},"from":[-16,-16,-16],"shade":false,"to":[-15.5032,-15.5032,-15.2782]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7053.json b/assets/minecraft/models/w7053.json new file mode 100644 index 000000000..03e93bcf5 --- /dev/null +++ b/assets/minecraft/models/w7053.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[12.517544,3.7582548,13.52193,5.5165095]},"south":{"texture":"#0","uv":[12.517544,3.7582548,13.52193,5.5165095]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6382,-15.3682,-15.2782]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7054.json b/assets/minecraft/models/w7054.json new file mode 100644 index 000000000..df6d0714a --- /dev/null +++ b/assets/minecraft/models/w7054.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[8.84375,8.84375,15.09375,15.09375]},"south":{"texture":"#0","uv":[15.09375,8.84375,8.84375,15.09375]}},"from":[-16,-16,-16],"shade":false,"to":[-5.6499996,-5.6499996,-16]}],"overrides":[],"textures":{"0":"item/w1111193597_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7055.json b/assets/minecraft/models/w7055.json new file mode 100644 index 000000000..0084f808e --- /dev/null +++ b/assets/minecraft/models/w7055.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.5,0,12.5,1.5]},"up":{"texture":"#0","uv":[14.5,1.5,12.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-16,-13.6]}],"overrides":[],"textures":{"0":"item/w2128082939_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7056.json b/assets/minecraft/models/w7056.json new file mode 100644 index 000000000..0084f808e --- /dev/null +++ b/assets/minecraft/models/w7056.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.5,0,12.5,1.5]},"up":{"texture":"#0","uv":[14.5,1.5,12.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-16,-13.6]}],"overrides":[],"textures":{"0":"item/w2128082939_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7057.json b/assets/minecraft/models/w7057.json new file mode 100644 index 000000000..0084f808e --- /dev/null +++ b/assets/minecraft/models/w7057.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.5,0,12.5,1.5]},"up":{"texture":"#0","uv":[14.5,1.5,12.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-16,-13.6]}],"overrides":[],"textures":{"0":"item/w2128082939_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7058.json b/assets/minecraft/models/w7058.json new file mode 100644 index 000000000..0084f808e --- /dev/null +++ b/assets/minecraft/models/w7058.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.5,0,12.5,1.5]},"up":{"texture":"#0","uv":[14.5,1.5,12.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-16,-13.6]}],"overrides":[],"textures":{"0":"item/w2128082939_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7059.json b/assets/minecraft/models/w7059.json new file mode 100644 index 000000000..7fbbfcf27 --- /dev/null +++ b/assets/minecraft/models/w7059.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,10,0,0]},"up":{"texture":"#0","uv":[10,10,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[0,-16,0]}],"overrides":[],"textures":{"0":"item/w2128082939_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w706.json b/assets/minecraft/models/w706.json new file mode 100644 index 000000000..efb0dafb9 --- /dev/null +++ b/assets/minecraft/models/w706.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,4,0,6]},"south":{"texture":"#0","uv":[0,4,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7060.json b/assets/minecraft/models/w7060.json new file mode 100644 index 000000000..7776c1f1a --- /dev/null +++ b/assets/minecraft/models/w7060.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,0,8,8]},"east":{"texture":"#0","uv":[0,12,8,0]},"north":{"texture":"#0","uv":[0,12,8,0]},"south":{"texture":"#0","uv":[0,12,8,0]},"up":{"texture":"#0","uv":[16,8,8,0]},"west":{"texture":"#0","uv":[0,12,8,0]}},"from":[8,8,8],"shade":false,"to":[-4.8,-11.200001,-4.8]}],"overrides":[],"textures":{"0":"item/w1742449515_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7061.json b/assets/minecraft/models/w7061.json new file mode 100644 index 000000000..53b369f82 --- /dev/null +++ b/assets/minecraft/models/w7061.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,0,8,8]},"east":{"texture":"#0","uv":[0,0,8,12]},"north":{"texture":"#0","uv":[0,0,8,12]},"south":{"texture":"#0","uv":[0,0,8,12]},"up":{"texture":"#0","uv":[16,8,8,0]},"west":{"texture":"#0","uv":[0,0,8,12]}},"from":[-16,-16,-16],"shade":false,"to":[-3.1999998,3.2000008,-3.1999998]}],"overrides":[],"textures":{"0":"item/w1742449515_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7062.json b/assets/minecraft/models/w7062.json new file mode 100644 index 000000000..eb001e36c --- /dev/null +++ b/assets/minecraft/models/w7062.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,0,2.25,12]},"south":{"texture":"#0","uv":[0,0,2.25,12]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,3.2000008,-16]}],"overrides":[],"textures":{"0":"item/w2057888483_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7063.json b/assets/minecraft/models/w7063.json new file mode 100644 index 000000000..dd1ff354a --- /dev/null +++ b/assets/minecraft/models/w7063.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,0,2.25,12]},"south":{"texture":"#0","uv":[0,0,2.25,12]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,3.2000008,-16]},{"faces":{"north":{"texture":"#0","uv":[0,0,2.25,12]},"south":{"texture":"#0","uv":[0,0,2.25,12]}},"from":[-16,-16,-16],"rotation":{"angle":45,"axis":"y","origin":[-14.2,-6.3999996,-16],"rescale":false},"shade":false,"to":[-12.4,3.2000008,-16]},{"faces":{"north":{"texture":"#0","uv":[0,0,2.25,12]},"south":{"texture":"#0","uv":[0,0,2.25,12]}},"from":[-16,-16,-16],"rotation":{"angle":-45,"axis":"y","origin":[-14.2,-6.3999996,-16],"rescale":false},"shade":false,"to":[-12.4,3.2000008,-16]}],"overrides":[],"textures":{"0":"item/w2057888483_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7064.json b/assets/minecraft/models/w7064.json new file mode 100644 index 000000000..eb001e36c --- /dev/null +++ b/assets/minecraft/models/w7064.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,0,2.25,12]},"south":{"texture":"#0","uv":[0,0,2.25,12]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,3.2000008,-16]}],"overrides":[],"textures":{"0":"item/w2057888483_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7065.json b/assets/minecraft/models/w7065.json new file mode 100644 index 000000000..975aacaac --- /dev/null +++ b/assets/minecraft/models/w7065.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,0,2.25,12]},"south":{"texture":"#0","uv":[0,0,2.25,12]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,3.2000008,-16]},{"faces":{"north":{"texture":"#0","uv":[0,0,2.25,12]},"south":{"texture":"#0","uv":[0,0,2.25,12]}},"from":[-16,-16,-16],"rotation":{"angle":-45,"axis":"y","origin":[-14.2,-6.3999996,-16],"rescale":false},"shade":false,"to":[-12.4,3.2000008,-16]},{"faces":{"north":{"texture":"#0","uv":[0,0,2.25,12]},"south":{"texture":"#0","uv":[0,0,2.25,12]}},"from":[-16,-16,-16],"rotation":{"angle":45,"axis":"y","origin":[-14.2,-6.3999996,-16],"rescale":false},"shade":false,"to":[-12.4,3.2000008,-16]}],"overrides":[],"textures":{"0":"item/w2057888483_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7066.json b/assets/minecraft/models/w7066.json new file mode 100644 index 000000000..c0dece98d --- /dev/null +++ b/assets/minecraft/models/w7066.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,0,0,16]},"up":{"texture":"#0","uv":[3.5,16,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-16,-3.1999998]}],"overrides":[],"textures":{"0":"item/w343692679_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7067.json b/assets/minecraft/models/w7067.json new file mode 100644 index 000000000..c0dece98d --- /dev/null +++ b/assets/minecraft/models/w7067.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,0,0,16]},"up":{"texture":"#0","uv":[3.5,16,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-16,-3.1999998]}],"overrides":[],"textures":{"0":"item/w343692679_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7068.json b/assets/minecraft/models/w7068.json new file mode 100644 index 000000000..6cdf5cc9e --- /dev/null +++ b/assets/minecraft/models/w7068.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,0,0,16]},"up":{"texture":"#0","uv":[3.5,16,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-16,-3.1999998]}],"overrides":[],"textures":{"0":"item/w736432200_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7069.json b/assets/minecraft/models/w7069.json new file mode 100644 index 000000000..6cdf5cc9e --- /dev/null +++ b/assets/minecraft/models/w7069.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,0,0,16]},"up":{"texture":"#0","uv":[3.5,16,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-16,-3.1999998]}],"overrides":[],"textures":{"0":"item/w736432200_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w707.json b/assets/minecraft/models/w707.json new file mode 100644 index 000000000..dc0ee2dc8 --- /dev/null +++ b/assets/minecraft/models/w707.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,2,6]},"south":{"texture":"#0","uv":[2,4,0,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7070.json b/assets/minecraft/models/w7070.json new file mode 100644 index 000000000..478e24fe6 --- /dev/null +++ b/assets/minecraft/models/w7070.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[8,7,9,8]},"north":{"texture":"#0","uv":[8,7,9,8]},"south":{"texture":"#0","uv":[8,7,9,8]},"up":{"texture":"#0","uv":[10,8,9,7]},"west":{"texture":"#0","uv":[8,7,9,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w1742953059_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7071.json b/assets/minecraft/models/w7071.json new file mode 100644 index 000000000..7031ab271 --- /dev/null +++ b/assets/minecraft/models/w7071.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[10,7,10.5,8]},"north":{"texture":"#0","uv":[10,7,10.5,8]},"south":{"texture":"#0","uv":[10,7,10.5,8]},"up":{"texture":"#0","uv":[10.5,7.5,10,7]},"west":{"texture":"#0","uv":[10,7,10.5,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1742953059_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7072.json b/assets/minecraft/models/w7072.json new file mode 100644 index 000000000..7031ab271 --- /dev/null +++ b/assets/minecraft/models/w7072.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[10,7,10.5,8]},"north":{"texture":"#0","uv":[10,7,10.5,8]},"south":{"texture":"#0","uv":[10,7,10.5,8]},"up":{"texture":"#0","uv":[10.5,7.5,10,7]},"west":{"texture":"#0","uv":[10,7,10.5,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1742953059_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7073.json b/assets/minecraft/models/w7073.json new file mode 100644 index 000000000..478e24fe6 --- /dev/null +++ b/assets/minecraft/models/w7073.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[8,7,9,8]},"north":{"texture":"#0","uv":[8,7,9,8]},"south":{"texture":"#0","uv":[8,7,9,8]},"up":{"texture":"#0","uv":[10,8,9,7]},"west":{"texture":"#0","uv":[8,7,9,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w1742953059_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7074.json b/assets/minecraft/models/w7074.json new file mode 100644 index 000000000..478e24fe6 --- /dev/null +++ b/assets/minecraft/models/w7074.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[8,7,9,8]},"north":{"texture":"#0","uv":[8,7,9,8]},"south":{"texture":"#0","uv":[8,7,9,8]},"up":{"texture":"#0","uv":[10,8,9,7]},"west":{"texture":"#0","uv":[8,7,9,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w1742953059_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7075.json b/assets/minecraft/models/w7075.json new file mode 100644 index 000000000..7031ab271 --- /dev/null +++ b/assets/minecraft/models/w7075.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[10,7,10.5,8]},"north":{"texture":"#0","uv":[10,7,10.5,8]},"south":{"texture":"#0","uv":[10,7,10.5,8]},"up":{"texture":"#0","uv":[10.5,7.5,10,7]},"west":{"texture":"#0","uv":[10,7,10.5,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1742953059_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7076.json b/assets/minecraft/models/w7076.json new file mode 100644 index 000000000..478e24fe6 --- /dev/null +++ b/assets/minecraft/models/w7076.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[8,7,9,8]},"north":{"texture":"#0","uv":[8,7,9,8]},"south":{"texture":"#0","uv":[8,7,9,8]},"up":{"texture":"#0","uv":[10,8,9,7]},"west":{"texture":"#0","uv":[8,7,9,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w1742953059_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7077.json b/assets/minecraft/models/w7077.json new file mode 100644 index 000000000..7031ab271 --- /dev/null +++ b/assets/minecraft/models/w7077.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[10,7,10.5,8]},"north":{"texture":"#0","uv":[10,7,10.5,8]},"south":{"texture":"#0","uv":[10,7,10.5,8]},"up":{"texture":"#0","uv":[10.5,7.5,10,7]},"west":{"texture":"#0","uv":[10,7,10.5,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1742953059_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7078.json b/assets/minecraft/models/w7078.json new file mode 100644 index 000000000..ba6e8ff5b --- /dev/null +++ b/assets/minecraft/models/w7078.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,8,8,0]},"up":{"texture":"#0","uv":[8,8,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-16,-9.6]}],"overrides":[],"textures":{"0":"item/w1742953059_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7079.json b/assets/minecraft/models/w7079.json new file mode 100644 index 000000000..4f615894b --- /dev/null +++ b/assets/minecraft/models/w7079.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,6,14,0]},"up":{"texture":"#0","uv":[14,6,8,0]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-16,-11.2]}],"overrides":[],"textures":{"0":"item/w1742953059_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w708.json b/assets/minecraft/models/w708.json new file mode 100644 index 000000000..6fc12f8fa --- /dev/null +++ b/assets/minecraft/models/w708.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4,6,2,4]},"south":{"texture":"#0","uv":[2,6,4,4]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7080.json b/assets/minecraft/models/w7080.json new file mode 100644 index 000000000..a8d91d193 --- /dev/null +++ b/assets/minecraft/models/w7080.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,6,10.5,8]},"up":{"texture":"#0","uv":[10.5,6,12.5,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1742953059_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7081.json b/assets/minecraft/models/w7081.json new file mode 100644 index 000000000..e7081b0a9 --- /dev/null +++ b/assets/minecraft/models/w7081.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,11.5,0,12]},"east":{"texture":"#0","uv":[0,0,0.5,12]},"north":{"texture":"#0","uv":[0,0,0.5,12]},"south":{"texture":"#0","uv":[0,0,0.5,12]},"up":{"texture":"#0","uv":[0.5,0.5,0,0]},"west":{"texture":"#0","uv":[0,0,0.5,12]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-6.3999996,-15.6]}],"overrides":[],"textures":{"0":"item/w252432784_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7082.json b/assets/minecraft/models/w7082.json new file mode 100644 index 000000000..3d969f88e --- /dev/null +++ b/assets/minecraft/models/w7082.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,0,1,0.5]},"east":{"texture":"#0","uv":[1,8,1.5,0]},"north":{"texture":"#0","uv":[1,8,1.5,0]},"south":{"texture":"#0","uv":[1,8,1.5,0]},"up":{"texture":"#0","uv":[1.5,8,1,7.5]},"west":{"texture":"#0","uv":[1,8,1.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-9.6,-15.6]}],"overrides":[],"textures":{"0":"item/w252432784_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7083.json b/assets/minecraft/models/w7083.json new file mode 100644 index 000000000..3d969f88e --- /dev/null +++ b/assets/minecraft/models/w7083.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,0,1,0.5]},"east":{"texture":"#0","uv":[1,8,1.5,0]},"north":{"texture":"#0","uv":[1,8,1.5,0]},"south":{"texture":"#0","uv":[1,8,1.5,0]},"up":{"texture":"#0","uv":[1.5,8,1,7.5]},"west":{"texture":"#0","uv":[1,8,1.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-9.6,-15.6]}],"overrides":[],"textures":{"0":"item/w252432784_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7084.json b/assets/minecraft/models/w7084.json new file mode 100644 index 000000000..3d969f88e --- /dev/null +++ b/assets/minecraft/models/w7084.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,0,1,0.5]},"east":{"texture":"#0","uv":[1,8,1.5,0]},"north":{"texture":"#0","uv":[1,8,1.5,0]},"south":{"texture":"#0","uv":[1,8,1.5,0]},"up":{"texture":"#0","uv":[1.5,8,1,7.5]},"west":{"texture":"#0","uv":[1,8,1.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-9.6,-15.6]}],"overrides":[],"textures":{"0":"item/w252432784_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7085.json b/assets/minecraft/models/w7085.json new file mode 100644 index 000000000..3d969f88e --- /dev/null +++ b/assets/minecraft/models/w7085.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,0,1,0.5]},"east":{"texture":"#0","uv":[1,8,1.5,0]},"north":{"texture":"#0","uv":[1,8,1.5,0]},"south":{"texture":"#0","uv":[1,8,1.5,0]},"up":{"texture":"#0","uv":[1.5,8,1,7.5]},"west":{"texture":"#0","uv":[1,8,1.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-9.6,-15.6]}],"overrides":[],"textures":{"0":"item/w252432784_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7086.json b/assets/minecraft/models/w7086.json new file mode 100644 index 000000000..3d969f88e --- /dev/null +++ b/assets/minecraft/models/w7086.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,0,1,0.5]},"east":{"texture":"#0","uv":[1,8,1.5,0]},"north":{"texture":"#0","uv":[1,8,1.5,0]},"south":{"texture":"#0","uv":[1,8,1.5,0]},"up":{"texture":"#0","uv":[1.5,8,1,7.5]},"west":{"texture":"#0","uv":[1,8,1.5,0]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-9.6,-15.6]}],"overrides":[],"textures":{"0":"item/w252432784_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7087.json b/assets/minecraft/models/w7087.json new file mode 100644 index 000000000..e7081b0a9 --- /dev/null +++ b/assets/minecraft/models/w7087.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,11.5,0,12]},"east":{"texture":"#0","uv":[0,0,0.5,12]},"north":{"texture":"#0","uv":[0,0,0.5,12]},"south":{"texture":"#0","uv":[0,0,0.5,12]},"up":{"texture":"#0","uv":[0.5,0.5,0,0]},"west":{"texture":"#0","uv":[0,0,0.5,12]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-6.3999996,-15.6]}],"overrides":[],"textures":{"0":"item/w252432784_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7088.json b/assets/minecraft/models/w7088.json new file mode 100644 index 000000000..87bddd827 --- /dev/null +++ b/assets/minecraft/models/w7088.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,11.5,0,12]},"east":{"texture":"#0","uv":[0,0,0.5,12]},"north":{"texture":"#0","uv":[0,0,0.5,12]},"south":{"texture":"#0","uv":[0,0,0.5,12]},"up":{"texture":"#0","uv":[0.5,0.5,0,0]},"west":{"texture":"#0","uv":[0,0,0.5,12]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-6.3999996,-15.6]},{"faces":{"down":{"texture":"#0","uv":[1.5,0,1,0.5]},"east":{"texture":"#0","uv":[1,8,1.5,0]},"north":{"texture":"#0","uv":[1,8,1.5,0]},"south":{"texture":"#0","uv":[1,8,1.5,0]},"up":{"texture":"#0","uv":[1.5,8,1,7.5]},"west":{"texture":"#0","uv":[1,8,1.5,0]}},"from":[-16,-14.4,-13.921539],"shade":false,"to":[-15.6,-7.999,-13.52154]}],"overrides":[],"textures":{"0":"item/w252432784_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7089.json b/assets/minecraft/models/w7089.json new file mode 100644 index 000000000..5ed5a63b7 --- /dev/null +++ b/assets/minecraft/models/w7089.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.25,1.75,10.25,3.25]},"up":{"texture":"#0","uv":[12.25,3.25,10.25,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-16,-13.6]}],"overrides":[],"textures":{"0":"item/w382922671_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w709.json b/assets/minecraft/models/w709.json new file mode 100644 index 000000000..9b55a45ac --- /dev/null +++ b/assets/minecraft/models/w709.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,6,4,4]},"south":{"texture":"#0","uv":[4,6,2,4]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7090.json b/assets/minecraft/models/w7090.json new file mode 100644 index 000000000..5ed5a63b7 --- /dev/null +++ b/assets/minecraft/models/w7090.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.25,1.75,10.25,3.25]},"up":{"texture":"#0","uv":[12.25,3.25,10.25,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-16,-13.6]}],"overrides":[],"textures":{"0":"item/w382922671_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7091.json b/assets/minecraft/models/w7091.json new file mode 100644 index 000000000..5ed5a63b7 --- /dev/null +++ b/assets/minecraft/models/w7091.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.25,1.75,10.25,3.25]},"up":{"texture":"#0","uv":[12.25,3.25,10.25,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-16,-13.6]}],"overrides":[],"textures":{"0":"item/w382922671_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7092.json b/assets/minecraft/models/w7092.json new file mode 100644 index 000000000..5ed5a63b7 --- /dev/null +++ b/assets/minecraft/models/w7092.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.25,1.75,10.25,3.25]},"up":{"texture":"#0","uv":[12.25,3.25,10.25,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-16,-13.6]}],"overrides":[],"textures":{"0":"item/w382922671_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7093.json b/assets/minecraft/models/w7093.json new file mode 100644 index 000000000..7543d0697 --- /dev/null +++ b/assets/minecraft/models/w7093.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,10,0,0]},"up":{"texture":"#0","uv":[10,10,0,0]}},"from":[-16,-16,-16],"shade":false,"to":[0,-16,0]}],"overrides":[],"textures":{"0":"item/w382922671_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7094.json b/assets/minecraft/models/w7094.json new file mode 100644 index 000000000..9761640e8 --- /dev/null +++ b/assets/minecraft/models/w7094.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.75,2.75,3.5,5]},"east":{"texture":"#0","uv":[0,5,2.25,6.25]},"north":{"texture":"#0","uv":[2.25,5,3.5,6.25]},"south":{"texture":"#0","uv":[5.75,5,7,6.25]},"up":{"texture":"#0","uv":[3.5,5,2.25,2.75]},"west":{"texture":"#0","uv":[3.5,5,5.75,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-12.4]}],"overrides":[],"textures":{"0":"item/w1473744242_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7095.json b/assets/minecraft/models/w7095.json new file mode 100644 index 000000000..1038a0ed9 --- /dev/null +++ b/assets/minecraft/models/w7095.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,0,14.25,0.5]},"up":{"texture":"#0","uv":[14.75,0.5,14.25,0]}},"from":[-16,-15.99,-16],"shade":false,"to":[-15.2,-15.99,-15.2]},{"faces":{"north":{"texture":"#0","uv":[14,0,14.25,0.75]},"south":{"texture":"#0","uv":[14,0,14.25,0.75]}},"from":[-15.8,-16,-15.2],"shade":false,"to":[-15.400001,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1473744242_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7096.json b/assets/minecraft/models/w7096.json new file mode 100644 index 000000000..8b0416695 --- /dev/null +++ b/assets/minecraft/models/w7096.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.25,0,14.75,0.5]},"up":{"texture":"#0","uv":[14.25,0.5,14.75,0]}},"from":[-16,-15.99,-16],"shade":false,"to":[-15.2,-15.99,-15.2]},{"faces":{"north":{"texture":"#0","uv":[14.25,0,14,0.75]},"south":{"texture":"#0","uv":[14.25,0,14,0.75]}},"from":[-15.8,-16,-15.2],"shade":false,"to":[-15.400001,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1473744242_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7097.json b/assets/minecraft/models/w7097.json new file mode 100644 index 000000000..2c1e3794f --- /dev/null +++ b/assets/minecraft/models/w7097.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0,6.25,2]},"east":{"texture":"#0","uv":[3.5,2,5.5,2.75]},"north":{"texture":"#0","uv":[5.5,2,6.25,2.75]},"south":{"texture":"#0","uv":[8.25,2,9,2.75]},"up":{"texture":"#0","uv":[6.25,2,5.5,0]},"west":{"texture":"#0","uv":[6.25,2,8.25,2.75]}},"from":[-16,-14.4,-16],"shade":false,"to":[-14.8,-13.2,-12.8]},{"faces":{"down":{"texture":"#0","uv":[2.5,0,1.75,1]},"east":{"texture":"#0","uv":[0,1,1,2.5]},"north":{"texture":"#0","uv":[1,1,1.75,2.5]},"south":{"texture":"#0","uv":[2.75,1,3.5,2.5]},"up":{"texture":"#0","uv":[1.75,1,1,0]},"west":{"texture":"#0","uv":[1.75,1,2.75,2.5]}},"from":[-16,-16,-12.8],"shade":false,"to":[-14.8,-13.6,-11.2]}],"overrides":[],"textures":{"0":"item/w1473744242_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7098.json b/assets/minecraft/models/w7098.json new file mode 100644 index 000000000..a78d507c6 --- /dev/null +++ b/assets/minecraft/models/w7098.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,6.25,2.75,8.75]},"east":{"texture":"#0","uv":[0,8.75,2.5,9.75]},"north":{"texture":"#0","uv":[2.5,8.75,2.75,9.75]},"south":{"texture":"#0","uv":[5.25,8.75,5.5,9.75]},"up":{"texture":"#0","uv":[2.75,8.75,2.5,6.25]},"west":{"texture":"#0","uv":[2.75,8.75,5.25,9.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.4,-12]}],"overrides":[],"textures":{"0":"item/w1473744242_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7099.json b/assets/minecraft/models/w7099.json new file mode 100644 index 000000000..23a4a31f6 --- /dev/null +++ b/assets/minecraft/models/w7099.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,2.75,8.75,3.75]},"east":{"texture":"#0","uv":[7,3.75,8,4.5]},"north":{"texture":"#0","uv":[8,3.75,8.75,4.5]},"south":{"texture":"#0","uv":[9.75,3.75,10.5,4.5]},"up":{"texture":"#0","uv":[8.75,3.75,8,2.75]},"west":{"texture":"#0","uv":[8.75,3.75,9.75,4.5]}},"from":[-15.2,-16,-16],"shade":false,"to":[-14,-14.8,-14.4]},{"faces":{"down":{"texture":"#0","uv":[7,6,8.75,4.5]},"up":{"texture":"#0","uv":[7,4.5,8.75,6]}},"from":[-16,-15.2,-15.2],"shade":false,"to":[-13.2,-15.2,-12.799999]}],"overrides":[],"textures":{"0":"item/w1473744242_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w71.json b/assets/minecraft/models/w71.json new file mode 100644 index 000000000..ba580590a --- /dev/null +++ b/assets/minecraft/models/w71.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,2.625,1.25]},"east":{"texture":"#0","uv":[0,0,1.25,1.375]},"north":{"texture":"#0","uv":[1.25,1.25,2.625,2.625]},"south":{"texture":"#0","uv":[2.625,1.25,4,2.625]},"up":{"texture":"#0","uv":[2.625,1.25,1.25,0]},"west":{"texture":"#0","uv":[0,1.375,1.25,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.6,-11.6,-12]}],"overrides":[],"textures":{"0":"item/w1081588330_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w710.json b/assets/minecraft/models/w710.json new file mode 100644 index 000000000..aef411ff7 --- /dev/null +++ b/assets/minecraft/models/w710.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4,4,2,6]},"south":{"texture":"#0","uv":[2,4,4,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7100.json b/assets/minecraft/models/w7100.json new file mode 100644 index 000000000..5b709c0e9 --- /dev/null +++ b/assets/minecraft/models/w7100.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.75,6.25,3,8.75]},"east":{"texture":"#0","uv":[5.25,8.75,2.75,9.75]},"north":{"texture":"#0","uv":[2.75,8.75,2.5,9.75]},"south":{"texture":"#0","uv":[5.5,8.75,5.25,9.75]},"up":{"texture":"#0","uv":[2.5,8.75,2.75,6.25]},"west":{"texture":"#0","uv":[2.5,8.75,0,9.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.4,-12]}],"overrides":[],"textures":{"0":"item/w1473744242_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7101.json b/assets/minecraft/models/w7101.json new file mode 100644 index 000000000..a53a15f6f --- /dev/null +++ b/assets/minecraft/models/w7101.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.25,0,11.5,1.75]},"east":{"texture":"#0","uv":[9,1.75,10.75,2]},"north":{"texture":"#0","uv":[10.75,1.75,11.5,2]},"south":{"texture":"#0","uv":[13.25,1.75,14,2]},"up":{"texture":"#0","uv":[11.5,1.75,10.75,0]},"west":{"texture":"#0","uv":[11.5,1.75,13.25,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.6,-13.2]}],"overrides":[],"textures":{"0":"item/w1473744242_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7102.json b/assets/minecraft/models/w7102.json new file mode 100644 index 000000000..956e96588 --- /dev/null +++ b/assets/minecraft/models/w7102.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,2,12.25,2.75]},"east":{"texture":"#0","uv":[10.75,2.75,11.5,3.5]},"north":{"texture":"#0","uv":[11.5,2.75,12.25,3.5]},"south":{"texture":"#0","uv":[13,2.75,13.75,3.5]},"up":{"texture":"#0","uv":[12.25,2.75,11.5,2]},"west":{"texture":"#0","uv":[12.25,2.75,13,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.16,-15.16,-15]}],"overrides":[],"textures":{"0":"item/w1473744242_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7103.json b/assets/minecraft/models/w7103.json new file mode 100644 index 000000000..80a67a437 --- /dev/null +++ b/assets/minecraft/models/w7103.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,5.125,2,9.625]},"east":{"texture":"#0","uv":[0,9.625,4.5,11.125]},"north":{"texture":"#0","uv":[4,5.125,6,6.625]},"south":{"texture":"#0","uv":[4,5.125,6,6.625]},"up":{"texture":"#0","uv":[2,9.625,0,5.125]},"west":{"texture":"#0","uv":[4.5,9.625,0,11.125]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-11.2,-1.6000004]}],"overrides":[],"textures":{"0":"item/w498497362_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7104.json b/assets/minecraft/models/w7104.json new file mode 100644 index 000000000..3168fcc2c --- /dev/null +++ b/assets/minecraft/models/w7104.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[4.25,4.25,0,4.75]},"north":{"texture":"#0","uv":[1.75,0,3.5,0.5]},"south":{"texture":"#0","uv":[1.75,0,3.5,0.5]},"up":{"texture":"#0","uv":[1.75,4.25,0,0]},"west":{"texture":"#0","uv":[0,4.25,4.25,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-14.4,-2.3999996]}],"overrides":[],"textures":{"0":"item/w498497362_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7105.json b/assets/minecraft/models/w7105.json new file mode 100644 index 000000000..52d4401ae --- /dev/null +++ b/assets/minecraft/models/w7105.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.75,0,6.5,4.75]},"east":{"texture":"#0","uv":[4.25,4.75,9,5.125]},"north":{"texture":"#0","uv":[8.75,0,11,0.375]},"south":{"texture":"#0","uv":[8.75,0,11,0.375]},"up":{"texture":"#0","uv":[6.5,4.75,4.25,0]},"west":{"texture":"#0","uv":[4.25,4.75,9,5.125]}},"from":[-16,-16,-16],"shade":false,"to":[-8.8,-14.8,-0.8000002]},{"faces":{"east":{"texture":"#0","uv":[12.5,0,13.5,0.125]},"north":{"texture":"#0","uv":[11,1,12.5,1.125]},"south":{"texture":"#0","uv":[11,1,12.5,1.125]},"up":{"texture":"#0","uv":[12.5,1,11,0]},"west":{"texture":"#0","uv":[12.5,0,13.5,0.125]}},"from":[-14.8,-14.8,-14.4],"shade":false,"to":[-10,-14.400001,-11.2]}],"overrides":[],"textures":{"0":"item/w498497362_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7106.json b/assets/minecraft/models/w7106.json new file mode 100644 index 000000000..37f19117e --- /dev/null +++ b/assets/minecraft/models/w7106.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,0,2.5,5]},"east":{"texture":"#0","uv":[0,5,5,5.375]},"north":{"texture":"#0","uv":[0,5.375,2.5,5.75]},"south":{"texture":"#0","uv":[0,5.375,2.5,5.75]},"up":{"texture":"#0","uv":[2.5,5,0,0]},"west":{"texture":"#0","uv":[5,5,0,5.375]}},"from":[-16,-16,-16],"shade":false,"to":[-8,-14.8,0]},{"faces":{"east":{"texture":"#0","uv":[5,4.5,9.5,5.625]},"north":{"texture":"#0","uv":[7.25,0,9.5,1.125]},"south":{"texture":"#0","uv":[7.25,0,9.5,1.125]},"up":{"texture":"#0","uv":[7.25,4.5,5,0]},"west":{"texture":"#0","uv":[9.5,4.5,5,5.625]}},"from":[-15.6,-14.8,-15.2],"shade":false,"to":[-8.400001,-11.200001,-0.8000002]}],"overrides":[],"textures":{"0":"item/w502485590_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7107.json b/assets/minecraft/models/w7107.json new file mode 100644 index 000000000..d3a0a21b8 --- /dev/null +++ b/assets/minecraft/models/w7107.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[13.75,4.25,9.5,4.75]},"north":{"texture":"#0","uv":[11.25,0,13,0.5]},"south":{"texture":"#0","uv":[11.25,0,13,0.5]},"up":{"texture":"#0","uv":[11.25,4.25,9.5,0]},"west":{"texture":"#0","uv":[9.5,4.25,13.75,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-14.4,-2.3999996]}],"overrides":[],"textures":{"0":"item/w502485590_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7108.json b/assets/minecraft/models/w7108.json new file mode 100644 index 000000000..4ae1e7f37 --- /dev/null +++ b/assets/minecraft/models/w7108.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.75,5.75,1.375,10.75]},"east":{"texture":"#0","uv":[0,10.75,5,11]},"north":{"texture":"#0","uv":[2.75,5.75,4.125,6]},"south":{"texture":"#0","uv":[4.125,5.75,2.75,6]},"up":{"texture":"#0","uv":[1.375,10.75,0,5.75]},"west":{"texture":"#0","uv":[5,10.75,0,11]}},"from":[-16,-16,-16],"shade":false,"to":[-11.6,-15.2,0]}],"overrides":[],"textures":{"0":"item/w502485590_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7109.json b/assets/minecraft/models/w7109.json new file mode 100644 index 000000000..0eeb69047 --- /dev/null +++ b/assets/minecraft/models/w7109.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.125,5.75,5,10.5]},"east":{"texture":"#0","uv":[5,10.5,9.75,10.75]},"north":{"texture":"#0","uv":[6.125,5.75,7.25,6]},"south":{"texture":"#0","uv":[7.25,5.75,6.125,6]},"west":{"texture":"#0","uv":[5,10.5,9.75,10.75]}},"from":[-15.6,-16,-15.2],"shade":false,"to":[-12,-15.2,0]},{"faces":{"down":{"texture":"#0","uv":[10.25,8.375,10,5.75]},"east":{"texture":"#0","uv":[9.75,8.375,12.375,8.875]},"north":{"texture":"#0","uv":[10.25,5.75,10.5,6.25]},"south":{"texture":"#0","uv":[10.25,5.75,10.5,6.25]},"up":{"texture":"#0","uv":[10,8.375,9.75,5.75]},"west":{"texture":"#0","uv":[9.75,8.375,12.375,8.875]}},"from":[-16,-15.6,-16],"shade":false,"to":[-15.2,-14,-7.6000004]}],"overrides":[],"textures":{"0":"item/w502485590_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w711.json b/assets/minecraft/models/w711.json new file mode 100644 index 000000000..dc0ee2dc8 --- /dev/null +++ b/assets/minecraft/models/w711.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,2,6]},"south":{"texture":"#0","uv":[2,4,0,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7110.json b/assets/minecraft/models/w7110.json new file mode 100644 index 000000000..af09f07bb --- /dev/null +++ b/assets/minecraft/models/w7110.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.375,5.75,2.75,10.75]},"east":{"texture":"#0","uv":[0,10.75,5,11]},"north":{"texture":"#0","uv":[4.125,5.75,2.75,6]},"south":{"texture":"#0","uv":[2.75,5.75,4.125,6]},"up":{"texture":"#0","uv":[0,10.75,1.375,5.75]},"west":{"texture":"#0","uv":[5,10.75,0,11]}},"from":[-16,-16,-16],"shade":false,"to":[-11.6,-15.2,0]}],"overrides":[],"textures":{"0":"item/w502485590_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7111.json b/assets/minecraft/models/w7111.json new file mode 100644 index 000000000..ee856b5db --- /dev/null +++ b/assets/minecraft/models/w7111.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,5.75,6.125,10.5]},"east":{"texture":"#0","uv":[9.75,10.5,5,10.75]},"north":{"texture":"#0","uv":[7.25,5.75,6.125,6]},"south":{"texture":"#0","uv":[6.125,5.75,7.25,6]},"west":{"texture":"#0","uv":[9.75,10.5,5,10.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-15.2,-0.8000002]},{"faces":{"down":{"texture":"#0","uv":[10,5.75,10.25,8.375]},"east":{"texture":"#0","uv":[9.75,8.375,12.375,8.875]},"north":{"texture":"#0","uv":[10.25,5.75,10.5,6.25]},"south":{"texture":"#0","uv":[10.25,5.75,10.5,6.25]},"up":{"texture":"#0","uv":[9.75,5.75,10,8.375]},"west":{"texture":"#0","uv":[9.75,8.375,12.375,8.875]}},"from":[-12.8,-15.6,-8.4],"shade":false,"to":[-12,-14,0]}],"overrides":[],"textures":{"0":"item/w502485590_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7112.json b/assets/minecraft/models/w7112.json new file mode 100644 index 000000000..c1ef2aa3c --- /dev/null +++ b/assets/minecraft/models/w7112.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3,5,3.875,5.625]},"west":{"texture":"#0","uv":[3.875,5,4.75,5.625]}},"from":[-12.6,-11.6,-12.6],"rotation":{"angle":-22.5,"axis":"y","origin":[-11.2,-12.8,-11.2],"rescale":false},"shade":false,"to":[-12.56,-9.6,-9.8]},{"faces":{"east":{"texture":"#0","uv":[1.5,2.375,2.125,3]},"west":{"texture":"#0","uv":[2.125,2.375,2.75,3]}},"from":[-9.440001,-12,-12.6],"rotation":{"angle":22.5,"axis":"y","origin":[-11.2,-12.8,-11.2],"rescale":false},"shade":false,"to":[-9.400001,-10,-10.6]},{"faces":{"east":{"texture":"#0","uv":[1.5,1.75,2.25,2.375]},"west":{"texture":"#0","uv":[2.25,1.75,3,2.375]}},"from":[-13,-7.6000004,-12.4],"rotation":{"angle":22.5,"axis":"y","origin":[-11.2,-12.8,-11.2],"rescale":false},"shade":false,"to":[-12.96,-5.6000004,-10]},{"faces":{"north":{"texture":"#0","uv":[5.5,7.125,6.25,7.75]},"south":{"texture":"#0","uv":[6.25,7.125,7,7.75]}},"from":[-13,-7.2,-9.64],"rotation":{"angle":-22.5,"axis":"y","origin":[-11.2,-12.8,-11.2],"rescale":false},"shade":false,"to":[-10.6,-5.2,-9.6]},{"faces":{"east":{"texture":"#0","uv":[0,3.75,0.875,4.375]},"west":{"texture":"#0","uv":[0.875,3.75,1.75,4.375]}},"from":[-9.84,-7.8,-12.6],"rotation":{"angle":-22.5,"axis":"z","origin":[-10,-7.3999996,-11.2],"rescale":false},"shade":false,"to":[-9.8,-5.8,-9.8]},{"faces":{"east":{"texture":"#0","uv":[7,7.125,8,7.75]},"north":{"texture":"#0","uv":[8,7.125,9,7.75]},"south":{"texture":"#0","uv":[10,7.125,11,7.75]},"west":{"texture":"#0","uv":[9,7.125,10,7.75]}},"from":[-12.9,-15.6,-12.9],"shade":false,"to":[-9.5,-13.6,-9.5]},{"faces":{"down":{"texture":"#0","uv":[0.875,1.375,0.75,2]},"east":{"texture":"#0","uv":[0,2,0.625,3.75]},"north":{"texture":"#0","uv":[0.625,2,0.75,3.75]},"south":{"texture":"#0","uv":[1.375,2,1.5,3.75]},"up":{"texture":"#0","uv":[0.75,2,0.625,1.375]},"west":{"texture":"#0","uv":[0.75,2,1.375,3.75]}},"from":[-15.2,-16,-13.6],"shade":false,"to":[-14.8,-10.4,-11.6]},{"faces":{"down":{"texture":"#0","uv":[10.375,0,9.75,0.125]},"east":{"texture":"#0","uv":[9,0.125,9.125,1.5]},"north":{"texture":"#0","uv":[9.125,0.125,9.75,1.5]},"south":{"texture":"#0","uv":[9.875,0.125,10.5,1.5]},"up":{"texture":"#0","uv":[9.75,0.125,9.125,0]},"west":{"texture":"#0","uv":[9.75,0.125,9.875,1.5]}},"from":[-13.6,-16,-7.6000004],"shade":false,"to":[-11.6,-11.6,-7.2000003]},{"faces":{"down":{"texture":"#0","uv":[0.875,7.25,0.75,7.875]},"east":{"texture":"#0","uv":[0,7.875,0.625,9.5]},"north":{"texture":"#0","uv":[0.625,7.875,0.75,9.5]},"south":{"texture":"#0","uv":[1.375,7.875,1.5,9.5]},"up":{"texture":"#0","uv":[0.75,7.875,0.625,7.25]},"west":{"texture":"#0","uv":[0.75,7.875,1.375,9.5]}},"from":[-7.6000004,-16,-10.8],"shade":false,"to":[-7.2000003,-10.8,-8.8]},{"faces":{"down":{"texture":"#0","uv":[2.375,7.25,2.25,7.875]},"east":{"texture":"#0","uv":[1.5,7.875,2.125,9.375]},"north":{"texture":"#0","uv":[2.125,7.875,2.25,9.375]},"south":{"texture":"#0","uv":[2.875,7.875,3,9.375]},"up":{"texture":"#0","uv":[2.25,7.875,2.125,7.25]},"west":{"texture":"#0","uv":[2.25,7.875,2.875,9.375]}},"from":[-15.2,-16,-10.8],"shade":false,"to":[-14.8,-11.2,-8.8]},{"faces":{"down":{"texture":"#0","uv":[9.125,7.75,8.5,7.875]},"east":{"texture":"#0","uv":[7.75,7.875,7.875,9.75]},"north":{"texture":"#0","uv":[7.875,7.875,8.5,9.75]},"south":{"texture":"#0","uv":[8.625,7.875,9.25,9.75]},"up":{"texture":"#0","uv":[8.5,7.875,7.875,7.75]},"west":{"texture":"#0","uv":[8.5,7.875,8.625,9.75]}},"from":[-10.8,-16,-7.6000004],"shade":false,"to":[-8.8,-10,-7.2000003]},{"faces":{"down":{"texture":"#0","uv":[7.125,7.75,7,8.375]},"east":{"texture":"#0","uv":[6.25,8.375,6.875,9.75]},"north":{"texture":"#0","uv":[6.875,8.375,7,9.75]},"south":{"texture":"#0","uv":[7.625,8.375,7.75,9.75]},"up":{"texture":"#0","uv":[7,8.375,6.875,7.75]},"west":{"texture":"#0","uv":[7,8.375,7.625,9.75]}},"from":[-7.6000004,-16,-13.6],"shade":false,"to":[-7.2000003,-11.6,-11.6]},{"faces":{"down":{"texture":"#0","uv":[3,5,2,6]},"east":{"texture":"#0","uv":[0,6,1,7.25]},"north":{"texture":"#0","uv":[1,6,2,7.25]},"south":{"texture":"#0","uv":[3,6,4,7.25]},"up":{"texture":"#0","uv":[2,6,1,5]},"west":{"texture":"#0","uv":[2,6,3,7.25]}},"from":[-12.8,-6.8,-12.8],"shade":false,"to":[-9.6,-2.8000002,-9.6]},{"faces":{"down":{"texture":"#0","uv":[0.625,5.5,0.625,5.5]},"east":{"texture":"#0","uv":[0.625,5.5,0.625,5.625]},"north":{"texture":"#0","uv":[0.375,5.5,0.5,5.625]},"south":{"texture":"#0","uv":[0.5,5.5,0.375,5.625]},"up":{"texture":"#0","uv":[0.625,5.5,0.625,5.5]},"west":{"texture":"#0","uv":[0.625,5.5,0.625,5.625]}},"from":[-10.52,-5.3199997,-12.84],"shade":false,"to":[-10.280001,-5.0800004,-12.84]},{"faces":{"down":{"texture":"#0","uv":[0.625,5.5,0.625,5.5]},"east":{"texture":"#0","uv":[0.625,5.5,0.625,5.625]},"north":{"texture":"#0","uv":[0.375,5.5,0.5,5.625]},"south":{"texture":"#0","uv":[0.5,5.5,0.375,5.625]},"up":{"texture":"#0","uv":[0.625,5.5,0.625,5.5]},"west":{"texture":"#0","uv":[0.625,5.5,0.625,5.625]}},"from":[-12.12,-5.3199997,-12.84],"shade":false,"to":[-11.88,-5.0800004,-12.84]},{"faces":{"down":{"texture":"#0","uv":[0.625,5.5,0.625,5.5]},"east":{"texture":"#0","uv":[0.625,5.5,0.625,5.625]},"north":{"texture":"#0","uv":[0.375,5.5,0.5,5.625]},"south":{"texture":"#0","uv":[0.5,5.5,0.375,5.625]},"up":{"texture":"#0","uv":[0.625,5.5,0.625,5.5]},"west":{"texture":"#0","uv":[0.625,5.5,0.625,5.625]}},"from":[-11.32,-4.2,-12.84],"shade":false,"to":[-11.08,-3.9599996,-12.84]},{"faces":{"down":{"texture":"#0","uv":[10,3,9,4]},"east":{"texture":"#0","uv":[7,4,8,5.125]},"north":{"texture":"#0","uv":[8,4,9,5.125]},"south":{"texture":"#0","uv":[10,4,11,5.125]},"up":{"texture":"#0","uv":[9,4,8,3]},"west":{"texture":"#0","uv":[9,4,10,5.125]}},"from":[-12.8,-10.8,-12.8],"shade":false,"to":[-9.6,-7.2000003,-9.6]},{"faces":{"east":{"texture":"#0","uv":[3.25,7.875,4,9.5]},"north":{"texture":"#0","uv":[4,7.875,4.75,9.5]},"south":{"texture":"#0","uv":[5.5,7.875,6.25,9.5]},"west":{"texture":"#0","uv":[4.75,7.875,5.5,9.5]}},"from":[-12.4,-11.6,-12.4],"shade":false,"to":[-10,-6.4000006,-10]},{"faces":{"east":{"texture":"#0","uv":[4,6,5,7.125]},"north":{"texture":"#0","uv":[5,6,6,7.125]},"south":{"texture":"#0","uv":[7,6,8,7.125]},"up":{"texture":"#0","uv":[6,6,5,5]},"west":{"texture":"#0","uv":[6,6,7,7.125]}},"from":[-12.8,-15.2,-12.8],"shade":false,"to":[-9.6,-11.6,-9.6]},{"faces":{"down":{"texture":"#0","uv":[5.25,3,3.5,4.75]},"east":{"texture":"#0","uv":[0,4.75,1.75,5]},"north":{"texture":"#0","uv":[1.75,4.75,3.5,5]},"south":{"texture":"#0","uv":[5.25,4.75,7,5]},"up":{"texture":"#0","uv":[3.5,4.75,1.75,3]},"west":{"texture":"#0","uv":[3.5,4.75,5.25,5]}},"from":[-14,-16,-14],"shade":false,"to":[-8.4,-15.2,-8.4]},{"faces":{"up":{"texture":"#0","uv":[6,3,3,0]}},"from":[-16,-16,-16],"shade":false,"to":[-6.3999996,-15.96,-6.3999996]},{"faces":{"down":{"texture":"#0","uv":[9,5.125,8.125,5.375]},"north":{"texture":"#0","uv":[7.25,5.375,8.125,6]},"south":{"texture":"#0","uv":[8.375,5.375,9.25,6]},"up":{"texture":"#0","uv":[8.125,5.375,7.25,5.125]},"west":{"texture":"#0","uv":[8.125,5.375,8.375,6]}},"from":[-15.6,-9.2,-11.6],"shade":false,"to":[-12.8,-7.2,-10.8]},{"faces":{"down":{"texture":"#0","uv":[10.5,1.5,9.875,1.75]},"north":{"texture":"#0","uv":[9.25,1.75,9.875,2]},"south":{"texture":"#0","uv":[10.125,1.75,10.75,2]},"west":{"texture":"#0","uv":[9.875,1.75,10.125,2]}},"from":[-14.8,-10,-11.6],"shade":false,"to":[-12.8,-9.2,-10.8]},{"faces":{"down":{"texture":"#0","uv":[7.25,3,6.375,3.25]},"east":{"texture":"#0","uv":[5.25,3.25,5.5,3.875]},"north":{"texture":"#0","uv":[5.5,3.25,6.375,3.875]},"south":{"texture":"#0","uv":[6.625,3.25,7.5,3.875]},"up":{"texture":"#0","uv":[6.375,3.25,5.5,3]}},"from":[-9.6,-9.2,-11.6],"shade":false,"to":[-6.8,-7.2,-10.8]},{"faces":{"down":{"texture":"#0","uv":[6.75,3.875,6.125,4.125]},"east":{"texture":"#0","uv":[5.25,4.125,5.5,4.375]},"north":{"texture":"#0","uv":[5.5,4.125,6.125,4.375]},"south":{"texture":"#0","uv":[6.375,4.125,7,4.375]}},"from":[-9.6,-10,-11.6],"shade":false,"to":[-7.6000004,-9.2,-10.8]}],"overrides":[],"textures":{"0":"item/w1219032725_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7113.json b/assets/minecraft/models/w7113.json new file mode 100644 index 000000000..3898dc131 --- /dev/null +++ b/assets/minecraft/models/w7113.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,4.25,2,5.25]},"east":{"texture":"#0","uv":[0,5.25,1,6]},"north":{"texture":"#0","uv":[1,5.25,2,6]},"south":{"texture":"#0","uv":[3,5.25,4,6]},"up":{"texture":"#0","uv":[2,5.25,1,4.25]},"west":{"texture":"#0","uv":[2,5.25,3,6]}},"from":[-16,-16,-13.6],"shade":false,"to":[-12.8,-13.6,-10.400001]},{"faces":{"down":{"texture":"#0","uv":[1.75,6,1.25,6.75]},"east":{"texture":"#0","uv":[0,6.75,0.75,7.25]},"north":{"texture":"#0","uv":[0.75,6.75,1.25,7.25]},"up":{"texture":"#0","uv":[1.25,6.75,0.75,6]},"west":{"texture":"#0","uv":[1.25,6.75,2,7.25]}},"from":[-15.2,-15.2,-16],"shade":false,"to":[-13.599999,-13.599999,-13.6]},{"faces":{"down":{"texture":"#0","uv":[1.25,0,0.75,0.25]},"east":{"texture":"#0","uv":[0,0.25,0.25,0.375]},"north":{"texture":"#0","uv":[0.25,0.25,0.75,0.375]},"south":{"texture":"#0","uv":[1,0.25,1.5,0.375]},"west":{"texture":"#0","uv":[0.75,0.25,1,0.375]}},"from":[-15.2,-15.6,-16],"shade":false,"to":[-13.599999,-15.200001,-15.2]}],"overrides":[],"textures":{"0":"item/w791729058_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7114.json b/assets/minecraft/models/w7114.json new file mode 100644 index 000000000..2a25c4128 --- /dev/null +++ b/assets/minecraft/models/w7114.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,0,7.25,1]},"east":{"texture":"#0","uv":[5.25,1,6.25,1.625]},"north":{"texture":"#0","uv":[6.25,1,7.25,1.625]},"south":{"texture":"#0","uv":[8.25,1,9.25,1.625]},"up":{"texture":"#0","uv":[7.25,1,6.25,0]},"west":{"texture":"#0","uv":[7.25,1,8.25,1.625]}},"from":[-14.9,-15.6,-14.9],"shade":false,"to":[-11.5,-13.6,-11.5]},{"faces":{"down":{"texture":"#0","uv":[5.25,0,3.5,1.75]},"east":{"texture":"#0","uv":[0,1.75,1.75,2]},"north":{"texture":"#0","uv":[1.75,1.75,3.5,2]},"south":{"texture":"#0","uv":[5.25,1.75,7,2]},"up":{"texture":"#0","uv":[3.5,1.75,1.75,0]},"west":{"texture":"#0","uv":[3.5,1.75,5.25,2]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-15.2,-10.4]}],"overrides":[],"textures":{"0":"item/w791729058_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7115.json b/assets/minecraft/models/w7115.json new file mode 100644 index 000000000..a942c91f9 --- /dev/null +++ b/assets/minecraft/models/w7115.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3,4.125,4,5.25]},"north":{"texture":"#0","uv":[4,4.125,5,5.25]},"south":{"texture":"#0","uv":[6,4.125,7,5.25]},"up":{"texture":"#0","uv":[5,4.125,4,3.125]},"west":{"texture":"#0","uv":[5,4.125,6,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.4,-12.8]}],"overrides":[],"textures":{"0":"item/w791729058_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7116.json b/assets/minecraft/models/w7116.json new file mode 100644 index 000000000..101bf3457 --- /dev/null +++ b/assets/minecraft/models/w7116.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[3.25,6,4,7.375]},"north":{"texture":"#0","uv":[4,6,4.75,7.375]},"south":{"texture":"#0","uv":[5.5,6,6.25,7.375]},"west":{"texture":"#0","uv":[4.75,6,5.5,7.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-11.6,-13.6]}],"overrides":[],"textures":{"0":"item/w791729058_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7117.json b/assets/minecraft/models/w7117.json new file mode 100644 index 000000000..7a9a55cc0 --- /dev/null +++ b/assets/minecraft/models/w7117.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,2,4.375,2.25]},"east":{"texture":"#0","uv":[3,2.25,3.25,2.625]},"north":{"texture":"#0","uv":[3.25,2.25,4.375,2.625]},"south":{"texture":"#0","uv":[4.625,2.25,5.75,2.625]},"up":{"texture":"#0","uv":[4.375,2.25,3.25,2]},"west":{"texture":"#0","uv":[4.375,2.25,4.625,2.625]}},"from":[-16,-11.2,-14.8],"shade":false,"to":[-12.4,-10,-14]},{"faces":{"down":{"texture":"#0","uv":[8.25,5.875,7.375,6.125]},"east":{"texture":"#0","uv":[6.25,6.125,6.5,6.5]},"north":{"texture":"#0","uv":[6.5,6.125,7.375,6.5]},"south":{"texture":"#0","uv":[7.625,6.125,8.5,6.5]},"up":{"texture":"#0","uv":[7.375,6.125,6.5,5.875]}},"from":[-8.4,-13.6,-14.8],"shade":false,"to":[-5.5999994,-12.400001,-14]},{"faces":{"down":{"texture":"#0","uv":[8.25,6.5,7.375,6.75]},"east":{"texture":"#0","uv":[6.25,6.75,6.5,7.125]},"north":{"texture":"#0","uv":[6.5,6.75,7.375,7.125]},"south":{"texture":"#0","uv":[7.625,6.75,8.5,7.125]},"west":{"texture":"#0","uv":[7.375,6.75,7.625,7.125]}},"from":[-7.6000004,-12.4,-14.8],"shade":false,"to":[-4.8,-11.2,-14]},{"faces":{"down":{"texture":"#0","uv":[3,2,2,3]},"east":{"texture":"#0","uv":[0,3,1,4.125]},"north":{"texture":"#0","uv":[1,3,2,4.125]},"south":{"texture":"#0","uv":[3,3,4,4.125]},"up":{"texture":"#0","uv":[2,3,1,2]},"west":{"texture":"#0","uv":[2,3,3,4.125]}},"from":[-11.6,-16,-16],"shade":false,"to":[-8.400001,-12.4,-12.8]},{"faces":{"down":{"texture":"#0","uv":[8,2.375,6.875,2.625]},"east":{"texture":"#0","uv":[5.5,2.625,5.75,3]},"north":{"texture":"#0","uv":[5.75,2.625,6.875,3]},"south":{"texture":"#0","uv":[7.125,2.625,8.25,3]},"up":{"texture":"#0","uv":[6.875,2.625,5.75,2.375]},"west":{"texture":"#0","uv":[6.875,2.625,7.125,3]}},"from":[-7.6000004,-11.2,-14.8],"shade":false,"to":[-4.0000005,-10,-14]},{"faces":{"down":{"texture":"#0","uv":[8,3,7.125,3.25]},"east":{"texture":"#0","uv":[6,3.25,6.25,3.625]},"north":{"texture":"#0","uv":[6.25,3.25,7.125,3.625]},"south":{"texture":"#0","uv":[7.375,3.25,8.25,3.625]},"west":{"texture":"#0","uv":[7.125,3.25,7.375,3.625]}},"from":[-15.2,-12.4,-14.8],"shade":false,"to":[-12.4,-11.2,-14]},{"faces":{"down":{"texture":"#0","uv":[7.5,5.25,6.625,5.5]},"north":{"texture":"#0","uv":[5.75,5.5,6.625,5.875]},"south":{"texture":"#0","uv":[6.875,5.5,7.75,5.875]},"up":{"texture":"#0","uv":[6.625,5.5,5.75,5.25]},"west":{"texture":"#0","uv":[6.625,5.5,6.875,5.875]}},"from":[-14.4,-13.6,-14.8],"shade":false,"to":[-11.599999,-12.400001,-14]}],"overrides":[],"textures":{"0":"item/w791729058_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7118.json b/assets/minecraft/models/w7118.json new file mode 100644 index 000000000..b24a36fab --- /dev/null +++ b/assets/minecraft/models/w7118.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.875,2,0.75,2.375]},"east":{"texture":"#0","uv":[0.375,2,0.75,2.375]},"north":{"texture":"#0","uv":[0.75,2,0.875,2.375]},"south":{"texture":"#0","uv":[0.75,2,0.875,2.375]},"up":{"texture":"#0","uv":[0.875,2.375,0.75,2]},"west":{"texture":"#0","uv":[0.375,2,0.75,2.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.608,-14.808001,-14.808]}],"overrides":[],"textures":{"0":"item/w1017938483_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7119.json b/assets/minecraft/models/w7119.json new file mode 100644 index 000000000..13109a9b7 --- /dev/null +++ b/assets/minecraft/models/w7119.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.875,2,0.75,2.375]},"east":{"texture":"#0","uv":[0.375,2,0.75,2.25]},"north":{"texture":"#0","uv":[0.75,2,0.875,2.25]},"south":{"texture":"#0","uv":[0.75,2,0.875,2.25]},"up":{"texture":"#0","uv":[0.875,2.375,0.75,2]},"west":{"texture":"#0","uv":[0.375,2,0.75,2.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.25,-14.8]}],"overrides":[],"textures":{"0":"item/w1017938483_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w712.json b/assets/minecraft/models/w712.json new file mode 100644 index 000000000..59c64d5ec --- /dev/null +++ b/assets/minecraft/models/w712.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,6,2,4]},"south":{"texture":"#0","uv":[2,6,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7120.json b/assets/minecraft/models/w7120.json new file mode 100644 index 000000000..70c02f702 --- /dev/null +++ b/assets/minecraft/models/w7120.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.875,2,0.75,2.375]},"east":{"texture":"#0","uv":[0.375,2,0.75,2.25]},"north":{"texture":"#0","uv":[0.75,2,0.875,2.25]},"south":{"texture":"#0","uv":[0.75,2,0.875,2.25]},"up":{"texture":"#0","uv":[0.875,2.375,0.75,2]},"west":{"texture":"#0","uv":[0.375,2,0.75,2.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.608,-15.258,-14.808]}],"overrides":[],"textures":{"0":"item/w1017938483_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7121.json b/assets/minecraft/models/w7121.json new file mode 100644 index 000000000..f6c8a4a13 --- /dev/null +++ b/assets/minecraft/models/w7121.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.875,2,0.75,2.375]},"east":{"texture":"#0","uv":[0.375,2,0.75,2.25]},"north":{"texture":"#0","uv":[0.75,2,0.875,2.25]},"south":{"texture":"#0","uv":[0.75,2,0.875,2.25]},"up":{"texture":"#0","uv":[0.875,2.375,0.75,2]},"west":{"texture":"#0","uv":[0.375,2,0.75,2.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.35,-14.8]}],"overrides":[],"textures":{"0":"item/w1017938483_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7122.json b/assets/minecraft/models/w7122.json new file mode 100644 index 000000000..90e1cd6fc --- /dev/null +++ b/assets/minecraft/models/w7122.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.875,2,0.75,2.375]},"east":{"texture":"#0","uv":[0.375,2,0.75,2.25]},"north":{"texture":"#0","uv":[0.75,2,0.875,2.25]},"south":{"texture":"#0","uv":[0.75,2,0.875,2.25]},"up":{"texture":"#0","uv":[0.875,2.375,0.75,2]},"west":{"texture":"#0","uv":[0.375,2,0.75,2.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.320001,-14.8]}],"overrides":[],"textures":{"0":"item/w1017938483_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7123.json b/assets/minecraft/models/w7123.json new file mode 100644 index 000000000..70c02f702 --- /dev/null +++ b/assets/minecraft/models/w7123.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.875,2,0.75,2.375]},"east":{"texture":"#0","uv":[0.375,2,0.75,2.25]},"north":{"texture":"#0","uv":[0.75,2,0.875,2.25]},"south":{"texture":"#0","uv":[0.75,2,0.875,2.25]},"up":{"texture":"#0","uv":[0.875,2.375,0.75,2]},"west":{"texture":"#0","uv":[0.375,2,0.75,2.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.608,-15.258,-14.808]}],"overrides":[],"textures":{"0":"item/w1017938483_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7124.json b/assets/minecraft/models/w7124.json new file mode 100644 index 000000000..b24a36fab --- /dev/null +++ b/assets/minecraft/models/w7124.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.875,2,0.75,2.375]},"east":{"texture":"#0","uv":[0.375,2,0.75,2.375]},"north":{"texture":"#0","uv":[0.75,2,0.875,2.375]},"south":{"texture":"#0","uv":[0.75,2,0.875,2.375]},"up":{"texture":"#0","uv":[0.875,2.375,0.75,2]},"west":{"texture":"#0","uv":[0.375,2,0.75,2.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.608,-14.808001,-14.808]}],"overrides":[],"textures":{"0":"item/w1017938483_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7125.json b/assets/minecraft/models/w7125.json new file mode 100644 index 000000000..a944bb887 --- /dev/null +++ b/assets/minecraft/models/w7125.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,1,0.375,1.125]},"east":{"texture":"#0","uv":[1.125,0.625,1.25,1]},"north":{"texture":"#0","uv":[1.125,0.625,0.375,1]},"south":{"texture":"#0","uv":[0.375,0.625,1.125,1]},"up":{"texture":"#0","uv":[1.125,1.125,0.375,1]},"west":{"texture":"#0","uv":[1.125,0.625,1.25,1]}},"from":[-16,-16,-16],"shade":false,"to":[-13.478001,-14.808001,-15.608]}],"overrides":[],"textures":{"0":"item/w1017938483_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7126.json b/assets/minecraft/models/w7126.json new file mode 100644 index 000000000..437488a62 --- /dev/null +++ b/assets/minecraft/models/w7126.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.375,0.5,0.375,0.625]},"east":{"texture":"#0","uv":[1.375,0,1.5,0.5]},"north":{"texture":"#0","uv":[1.375,0,0.375,0.5]},"south":{"texture":"#0","uv":[0.375,0,1.375,0.5]},"up":{"texture":"#0","uv":[1.375,0.625,0.375,0.5]},"west":{"texture":"#0","uv":[1.375,0,1.5,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.67,-14.4,-15.6]}],"overrides":[],"textures":{"0":"item/w1017938483_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7127.json b/assets/minecraft/models/w7127.json new file mode 100644 index 000000000..3aa4f8062 --- /dev/null +++ b/assets/minecraft/models/w7127.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,1,0.375,1.125]},"east":{"texture":"#0","uv":[1.125,0.625,1.25,1]},"north":{"texture":"#0","uv":[0.375,0.625,1.125,1]},"south":{"texture":"#0","uv":[1.125,0.625,0.375,1]},"up":{"texture":"#0","uv":[1.125,1.125,0.375,1]},"west":{"texture":"#0","uv":[1.125,0.625,1.25,1]}},"from":[-16,-16,-16],"shade":false,"to":[-13.478001,-14.808001,-15.608]}],"overrides":[],"textures":{"0":"item/w1017938483_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7128.json b/assets/minecraft/models/w7128.json new file mode 100644 index 000000000..13109a9b7 --- /dev/null +++ b/assets/minecraft/models/w7128.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.875,2,0.75,2.375]},"east":{"texture":"#0","uv":[0.375,2,0.75,2.25]},"north":{"texture":"#0","uv":[0.75,2,0.875,2.25]},"south":{"texture":"#0","uv":[0.75,2,0.875,2.25]},"up":{"texture":"#0","uv":[0.875,2.375,0.75,2]},"west":{"texture":"#0","uv":[0.375,2,0.75,2.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.25,-14.8]}],"overrides":[],"textures":{"0":"item/w1017938483_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7129.json b/assets/minecraft/models/w7129.json new file mode 100644 index 000000000..54a5d7327 --- /dev/null +++ b/assets/minecraft/models/w7129.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,0.5,0.375,0.625]},"east":{"texture":"#0","uv":[1.125,0,1.25,0.5]},"north":{"texture":"#0","uv":[0.375,0,1.25,0.5]},"south":{"texture":"#0","uv":[1.25,0,0.375,0.5]},"up":{"texture":"#0","uv":[4.875,1.375,4,1.25]},"west":{"texture":"#0","uv":[1.125,0,1.25,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.07,-14.4,-15.6]}],"overrides":[],"textures":{"0":"item/w1017938483_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w713.json b/assets/minecraft/models/w713.json new file mode 100644 index 000000000..ad2f206ee --- /dev/null +++ b/assets/minecraft/models/w713.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,8,0,6]},"south":{"texture":"#0","uv":[0,8,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7130.json b/assets/minecraft/models/w7130.json new file mode 100644 index 000000000..56956750e --- /dev/null +++ b/assets/minecraft/models/w7130.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.375,2.75,0,3.125]},"east":{"texture":"#0","uv":[0.375,0,0,2.75]},"north":{"texture":"#0","uv":[0,0,0.375,2.75]},"south":{"texture":"#0","uv":[0,0,0.375,2.75]},"up":{"texture":"#0","uv":[0.375,3.125,0,2.75]},"west":{"texture":"#0","uv":[0.375,0,0,2.75]}},"from":[-15.6,-16,-15.6],"shade":false,"to":[-14.400001,-7.2,-14.400001]},{"faces":{"down":{"texture":"#0","uv":[1,1.375,0.375,2]},"east":{"texture":"#0","uv":[1,1.125,0.375,1.375]},"north":{"texture":"#0","uv":[0.375,1.125,1,1.375]},"south":{"texture":"#0","uv":[0.375,1.125,1,1.375]},"up":{"texture":"#0","uv":[1,2,0.375,1.375]},"west":{"texture":"#0","uv":[1,1.125,0.375,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.2,-14]},{"faces":{"down":{"texture":"#0","uv":[1,1.375,0.375,2]},"east":{"texture":"#0","uv":[1,1.125,0.375,1.375]},"north":{"texture":"#0","uv":[0.375,1.125,1,1.375]},"south":{"texture":"#0","uv":[0.375,1.125,1,1.375]},"up":{"texture":"#0","uv":[1,2,0.375,1.375]},"west":{"texture":"#0","uv":[1,1.125,0.375,1.375]}},"from":[-16,-14.4,-16],"shade":false,"to":[-14,-13.599999,-14]},{"faces":{"down":{"texture":"#0","uv":[1,1.375,0.375,2]},"east":{"texture":"#0","uv":[1,1.125,0.375,1.375]},"north":{"texture":"#0","uv":[0.375,1.125,1,1.375]},"south":{"texture":"#0","uv":[0.375,1.125,1,1.375]},"up":{"texture":"#0","uv":[1,2,0.375,1.375]},"west":{"texture":"#0","uv":[1,1.125,0.375,1.375]}},"from":[-16,-12.8,-16],"shade":false,"to":[-14,-12,-14]},{"faces":{"down":{"texture":"#0","uv":[2.125,0.75,1.5,1.375]},"east":{"texture":"#0","uv":[2.125,0,2.75,0.75]},"north":{"texture":"#0","uv":[1.5,0,2.125,0.75]},"south":{"texture":"#0","uv":[1.5,0,2.125,0.75]},"up":{"texture":"#0","uv":[2.125,1.375,1.5,0.75]},"west":{"texture":"#0","uv":[2.125,0,2.75,0.75]}},"from":[-16,-10.8,-16],"shade":false,"to":[-14,-8.4,-14]}],"overrides":[],"textures":{"0":"item/w1017938483_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7131.json b/assets/minecraft/models/w7131.json new file mode 100644 index 000000000..dc8b8303f --- /dev/null +++ b/assets/minecraft/models/w7131.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.75,2.75,3.5,5]},"east":{"texture":"#0","uv":[0,5,2.25,6.25]},"north":{"texture":"#0","uv":[2.25,5,3.5,6.25]},"south":{"texture":"#0","uv":[5.75,5,7,6.25]},"up":{"texture":"#0","uv":[3.5,5,2.25,2.75]},"west":{"texture":"#0","uv":[3.5,5,5.75,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-12.4]}],"overrides":[],"textures":{"0":"item/w1279592502_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7132.json b/assets/minecraft/models/w7132.json new file mode 100644 index 000000000..46910df36 --- /dev/null +++ b/assets/minecraft/models/w7132.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,0,14.25,0.5]},"up":{"texture":"#0","uv":[14.75,0.5,14.25,0]}},"from":[-16,-15.99,-16],"shade":false,"to":[-15.2,-15.99,-15.2]},{"faces":{"north":{"texture":"#0","uv":[14,0,14.25,0.75]},"south":{"texture":"#0","uv":[14,0,14.25,0.75]}},"from":[-15.8,-16,-15.2],"shade":false,"to":[-15.400001,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1279592502_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7133.json b/assets/minecraft/models/w7133.json new file mode 100644 index 000000000..b4d623946 --- /dev/null +++ b/assets/minecraft/models/w7133.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.25,0,14.75,0.5]},"up":{"texture":"#0","uv":[14.25,0.5,14.75,0]}},"from":[-16,-15.99,-16],"shade":false,"to":[-15.2,-15.99,-15.2]},{"faces":{"north":{"texture":"#0","uv":[14.25,0,14,0.75]},"south":{"texture":"#0","uv":[14.25,0,14,0.75]}},"from":[-15.8,-16,-15.2],"shade":false,"to":[-15.400001,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1279592502_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7134.json b/assets/minecraft/models/w7134.json new file mode 100644 index 000000000..2827564b0 --- /dev/null +++ b/assets/minecraft/models/w7134.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0,6.25,2]},"east":{"texture":"#0","uv":[3.5,2,5.5,2.75]},"north":{"texture":"#0","uv":[5.5,2,6.25,2.75]},"south":{"texture":"#0","uv":[8.25,2,9,2.75]},"up":{"texture":"#0","uv":[6.25,2,5.5,0]},"west":{"texture":"#0","uv":[6.25,2,8.25,2.75]}},"from":[-16,-14.4,-16],"shade":false,"to":[-14.8,-13.2,-12.8]},{"faces":{"down":{"texture":"#0","uv":[2.5,0,1.75,1]},"east":{"texture":"#0","uv":[0,1,1,2.5]},"north":{"texture":"#0","uv":[1,1,1.75,2.5]},"south":{"texture":"#0","uv":[2.75,1,3.5,2.5]},"up":{"texture":"#0","uv":[1.75,1,1,0]},"west":{"texture":"#0","uv":[1.75,1,2.75,2.5]}},"from":[-16,-16,-12.8],"shade":false,"to":[-14.8,-13.6,-11.2]}],"overrides":[],"textures":{"0":"item/w1279592502_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7135.json b/assets/minecraft/models/w7135.json new file mode 100644 index 000000000..0561a2be7 --- /dev/null +++ b/assets/minecraft/models/w7135.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,6.25,2.75,8.75]},"east":{"texture":"#0","uv":[0,8.75,2.5,9.75]},"north":{"texture":"#0","uv":[2.5,8.75,2.75,9.75]},"south":{"texture":"#0","uv":[5.25,8.75,5.5,9.75]},"up":{"texture":"#0","uv":[2.75,8.75,2.5,6.25]},"west":{"texture":"#0","uv":[2.75,8.75,5.25,9.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.4,-12]}],"overrides":[],"textures":{"0":"item/w1279592502_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7136.json b/assets/minecraft/models/w7136.json new file mode 100644 index 000000000..73f7849cf --- /dev/null +++ b/assets/minecraft/models/w7136.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,2.75,8.75,3.75]},"east":{"texture":"#0","uv":[7,3.75,8,4.5]},"north":{"texture":"#0","uv":[8,3.75,8.75,4.5]},"south":{"texture":"#0","uv":[9.75,3.75,10.5,4.5]},"up":{"texture":"#0","uv":[8.75,3.75,8,2.75]},"west":{"texture":"#0","uv":[8.75,3.75,9.75,4.5]}},"from":[-15.2,-16,-16],"shade":false,"to":[-14,-14.8,-14.4]},{"faces":{"down":{"texture":"#0","uv":[7,6,8.75,4.5]},"up":{"texture":"#0","uv":[7,4.5,8.75,6]}},"from":[-16,-15.2,-15.2],"shade":false,"to":[-13.2,-15.2,-12.799999]}],"overrides":[],"textures":{"0":"item/w1279592502_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7137.json b/assets/minecraft/models/w7137.json new file mode 100644 index 000000000..6d23993e6 --- /dev/null +++ b/assets/minecraft/models/w7137.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.75,6.25,3,8.75]},"east":{"texture":"#0","uv":[5.25,8.75,2.75,9.75]},"north":{"texture":"#0","uv":[2.75,8.75,2.5,9.75]},"south":{"texture":"#0","uv":[5.5,8.75,5.25,9.75]},"up":{"texture":"#0","uv":[2.5,8.75,2.75,6.25]},"west":{"texture":"#0","uv":[2.5,8.75,0,9.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.4,-12]}],"overrides":[],"textures":{"0":"item/w1279592502_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7138.json b/assets/minecraft/models/w7138.json new file mode 100644 index 000000000..395555a5b --- /dev/null +++ b/assets/minecraft/models/w7138.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.25,0,11.5,1.75]},"east":{"texture":"#0","uv":[9,1.75,10.75,2]},"north":{"texture":"#0","uv":[10.75,1.75,11.5,2]},"south":{"texture":"#0","uv":[13.25,1.75,14,2]},"up":{"texture":"#0","uv":[11.5,1.75,10.75,0]},"west":{"texture":"#0","uv":[11.5,1.75,13.25,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.6,-13.2]}],"overrides":[],"textures":{"0":"item/w1279592502_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7139.json b/assets/minecraft/models/w7139.json new file mode 100644 index 000000000..634bacc3e --- /dev/null +++ b/assets/minecraft/models/w7139.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,7.5,0,13.5]},"east":{"texture":"#0","uv":[0,15,6,13.5]},"north":{"texture":"#0","uv":[0,15,6,13.5]},"south":{"texture":"#0","uv":[0,15,6,13.5]},"up":{"texture":"#0","uv":[12,13.5,6,7.5]},"west":{"texture":"#0","uv":[0,15,6,13.5]}},"from":[8,8,8],"shade":false,"to":[-4.8,4.8,-4.8]}],"overrides":[],"textures":{"0":"item/w1890994207_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w714.json b/assets/minecraft/models/w714.json new file mode 100644 index 000000000..3026526a4 --- /dev/null +++ b/assets/minecraft/models/w714.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,6,2,8]},"south":{"texture":"#0","uv":[2,6,0,8]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7140.json b/assets/minecraft/models/w7140.json new file mode 100644 index 000000000..e9ebbc5ee --- /dev/null +++ b/assets/minecraft/models/w7140.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0,6,6,7.5]},"north":{"texture":"#0","uv":[0,6,6,7.5]},"south":{"texture":"#0","uv":[0,6,6,7.5]},"up":{"texture":"#0","uv":[6,6,0,0]},"west":{"texture":"#0","uv":[0,6,6,7.5]}},"from":[-16,-16,-16],"shade":false,"to":[-6.3999996,-13.6,-6.3999996]}],"overrides":[],"textures":{"0":"item/w1890994207_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7141.json b/assets/minecraft/models/w7141.json new file mode 100644 index 000000000..9b6989f7a --- /dev/null +++ b/assets/minecraft/models/w7141.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.125,5.5,3.125,6]},"east":{"texture":"#0","uv":[7.375,2.125,7.875,2.75]},"north":{"texture":"#0","uv":[4.375,4.25,5.375,4.875]},"south":{"texture":"#0","uv":[4.5,0,5.5,0.625]},"up":{"texture":"#0","uv":[6,4,5,3.5]},"west":{"texture":"#0","uv":[7.375,2.875,7.875,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.808001,-14.008,-14.408]}],"overrides":[],"textures":{"0":"item/w1057345076_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7142.json b/assets/minecraft/models/w7142.json new file mode 100644 index 000000000..f83c1bf28 --- /dev/null +++ b/assets/minecraft/models/w7142.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,4.875,7.75,5.375]},"east":{"texture":"#0","uv":[5,5,5.5,6]},"north":{"texture":"#0","uv":[4.375,5,4.875,6]},"south":{"texture":"#0","uv":[0,5.125,0.5,6.125]},"up":{"texture":"#0","uv":[7.625,8.125,7.125,7.625]},"west":{"texture":"#0","uv":[5.375,0.75,5.875,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-12.8,-14.4]}],"overrides":[],"textures":{"0":"item/w1057345076_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7143.json b/assets/minecraft/models/w7143.json new file mode 100644 index 000000000..6a9506448 --- /dev/null +++ b/assets/minecraft/models/w7143.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,0.5,8,1]},"east":{"texture":"#0","uv":[0.625,5.625,1.125,6.625]},"north":{"texture":"#0","uv":[1.25,5.5,1.75,6.5]},"south":{"texture":"#0","uv":[5.625,1.875,6.125,2.875]},"up":{"texture":"#0","uv":[8.375,6,7.875,5.5]},"west":{"texture":"#0","uv":[5.625,4.125,6.125,5.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-12.8,-14.4]}],"overrides":[],"textures":{"0":"item/w1057345076_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7144.json b/assets/minecraft/models/w7144.json new file mode 100644 index 000000000..6e908a618 --- /dev/null +++ b/assets/minecraft/models/w7144.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,8.5,0.5,10.125]},"south":{"texture":"#0","uv":[0.5,8.5,0,10.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.392,-10.792,-15.992]}],"overrides":[],"textures":{"0":"item/w1057345076_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7145.json b/assets/minecraft/models/w7145.json new file mode 100644 index 000000000..b315e087a --- /dev/null +++ b/assets/minecraft/models/w7145.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.75,5.625,7,6.125]},"east":{"texture":"#0","uv":[0,3.625,0.5,5]},"north":{"texture":"#0","uv":[1.375,0,2.125,1.375]},"south":{"texture":"#0","uv":[1.375,1.5,2.125,2.875]},"up":{"texture":"#0","uv":[7.625,5.5,6.875,5]},"west":{"texture":"#0","uv":[0.625,4.125,1.125,5.5]}},"from":[-15.2,-15.2,-14.8],"shade":false,"to":[-12.799999,-10.799999,-13.2]},{"faces":{"down":{"texture":"#0","uv":[5.125,7.375,4.625,7.875]},"east":{"texture":"#0","uv":[7.5,6.75,8,7.125]},"north":{"texture":"#0","uv":[5.125,7.375,5.625,7.75]},"south":{"texture":"#0","uv":[2.125,7.875,2.625,8.25]},"up":{"texture":"#0","uv":[3,7.875,2.5,7.375]},"west":{"texture":"#0","uv":[5.5,8.375,6,8.75]}},"from":[-14.8,-14.6,-15.2],"shade":false,"to":[-13.2,-13.400001,-13.599999]},{"faces":{"down":{"texture":"#0","uv":[4.625,7.375,3.75,8]},"east":{"texture":"#0","uv":[6.125,2.625,6.75,2.875]},"north":{"texture":"#0","uv":[6,3.375,6.875,3.625]},"south":{"texture":"#0","uv":[6,3.625,6.875,3.875]},"up":{"texture":"#0","uv":[2.5,7.875,1.625,7.25]},"west":{"texture":"#0","uv":[6.375,7.25,7,7.5]}},"from":[-15.4,-14.4,-15],"shade":false,"to":[-12.599999,-13.599999,-13]},{"faces":{"down":{"texture":"#0","uv":[6.25,5.625,5.5,6.125]},"east":{"texture":"#0","uv":[5.5,0.375,6,0.625]},"north":{"texture":"#0","uv":[4.875,4,5.625,4.25]},"south":{"texture":"#0","uv":[6,2.875,6.75,3.125]},"up":{"texture":"#0","uv":[6.25,5.625,5.5,5.125]},"west":{"texture":"#0","uv":[6,3.125,6.5,3.375]}},"from":[-15.2,-16,-14.8],"shade":false,"to":[-12.799999,-15.2,-13.2]},{"faces":{"down":{"texture":"#0","uv":[4.625,2,3.375,2.75]},"east":{"texture":"#0","uv":[2.25,3.375,3,4.5]},"north":{"texture":"#0","uv":[0,0,1.25,1.125]},"south":{"texture":"#0","uv":[0,1.25,1.25,2.375]},"up":{"texture":"#0","uv":[4.625,1.875,3.375,1.125]},"west":{"texture":"#0","uv":[3.375,2.875,4.125,4]}},"from":[-16,-12.8,-16],"shade":false,"to":[-12,-9.200001,-13.6]}],"overrides":[],"textures":{"0":"item/w1057345076_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7146.json b/assets/minecraft/models/w7146.json new file mode 100644 index 000000000..ab8527d0b --- /dev/null +++ b/assets/minecraft/models/w7146.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,7.625,6.5,8.125]},"east":{"texture":"#0","uv":[3.125,4.125,3.625,5.375]},"north":{"texture":"#0","uv":[1.25,4.125,1.75,5.375]},"south":{"texture":"#0","uv":[3.75,4.125,4.25,5.375]},"up":{"texture":"#0","uv":[8.125,6.75,7.625,6.25]},"west":{"texture":"#0","uv":[4.375,2.875,4.875,4.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.392,-11.992,-14.392]}],"overrides":[],"textures":{"0":"item/w1057345076_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7147.json b/assets/minecraft/models/w7147.json new file mode 100644 index 000000000..f2b87f9aa --- /dev/null +++ b/assets/minecraft/models/w7147.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,1.75,8,2.25]},"east":{"texture":"#0","uv":[2.5,4.625,3,5.875]},"north":{"texture":"#0","uv":[1.875,4.625,2.375,5.875]},"south":{"texture":"#0","uv":[4.75,0.75,5.25,2]},"up":{"texture":"#0","uv":[8.5,1.625,8,1.125]},"west":{"texture":"#0","uv":[5,2.125,5.5,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.392,-11.992,-14.392]}],"overrides":[],"textures":{"0":"item/w1057345076_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7148.json b/assets/minecraft/models/w7148.json new file mode 100644 index 000000000..b49ddb83f --- /dev/null +++ b/assets/minecraft/models/w7148.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.625,0.875,4.375,1.125]},"east":{"texture":"#0","uv":[4.125,3,4.375,3.25]},"north":{"texture":"#0","uv":[4.125,2.75,4.375,3]},"south":{"texture":"#0","uv":[4.125,3.25,4.375,3.5]},"up":{"texture":"#0","uv":[4.375,4,4.125,3.75]},"west":{"texture":"#0","uv":[4.125,3.5,4.375,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w1057345076_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7149.json b/assets/minecraft/models/w7149.json new file mode 100644 index 000000000..fb31fa00a --- /dev/null +++ b/assets/minecraft/models/w7149.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.375,0.875,4.625,1.125]},"east":{"texture":"#0","uv":[4.375,3.5,4.125,3.75]},"north":{"texture":"#0","uv":[4.375,2.75,4.125,3]},"south":{"texture":"#0","uv":[4.375,3.25,4.125,3.5]},"up":{"texture":"#0","uv":[4.125,4,4.375,3.75]},"west":{"texture":"#0","uv":[4.375,3,4.125,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w1057345076_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w715.json b/assets/minecraft/models/w715.json new file mode 100644 index 000000000..aef411ff7 --- /dev/null +++ b/assets/minecraft/models/w715.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4,4,2,6]},"south":{"texture":"#0","uv":[2,4,4,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7150.json b/assets/minecraft/models/w7150.json new file mode 100644 index 000000000..04231a623 --- /dev/null +++ b/assets/minecraft/models/w7150.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.375,0,3.375,1]},"east":{"texture":"#0","uv":[2.25,1.125,3.25,2.125]},"north":{"texture":"#0","uv":[2.25,0,3.25,1]},"south":{"texture":"#0","uv":[2.25,2.25,3.25,3.25]},"up":{"texture":"#0","uv":[2.125,4,1.125,3]},"west":{"texture":"#0","uv":[0,2.5,1,3.5]}},"from":[-16,-14.8,-14.692598],"shade":false,"to":[-12.8,-11.6,-11.492599]},{"faces":{"down":{"texture":"#0","uv":[5.875,0,5.625,0.375]},"east":{"texture":"#0","uv":[8.5,3.75,8.875,4]},"north":{"texture":"#0","uv":[8.625,0.5,8.875,0.75]},"south":{"texture":"#0","uv":[0.75,8.625,1,8.875]},"up":{"texture":"#0","uv":[2.125,4.5,1.875,4.125]},"west":{"texture":"#0","uv":[4.375,8.5,4.75,8.75]}},"from":[-14.8,-14.490501,-15.158512],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.4,-15.290501,-15.558513],"rescale":false},"shade":false,"to":[-14,-13.690501,-13.958512]},{"faces":{"down":{"texture":"#0","uv":[8.875,6.875,8.625,7.125]},"east":{"texture":"#0","uv":[8.625,1.25,8.875,1.5]},"north":{"texture":"#0","uv":[8.625,0.875,8.875,1.125]},"south":{"texture":"#0","uv":[8.625,1.625,8.875,1.875]},"up":{"texture":"#0","uv":[8.875,2.25,8.625,2]},"west":{"texture":"#0","uv":[1.75,8.625,2,8.875]}},"from":[-14.8,-14.658381,-16],"rotation":{"angle":22.5,"axis":"x","origin":[-14.4,-14.258382,-15.4],"rescale":false},"shade":false,"to":[-14,-13.858381,-15.2]},{"faces":{"down":{"texture":"#0","uv":[9.5,3.5,8.5,3.625]},"east":{"texture":"#0","uv":[1.125,2.5,1.25,2.875]},"north":{"texture":"#0","uv":[7,7.125,8,7.5]},"south":{"texture":"#0","uv":[7.25,0,8.25,0.375]},"up":{"texture":"#0","uv":[9.25,6.75,8.25,6.625]},"west":{"texture":"#0","uv":[5.625,7.5,5.75,7.875]}},"from":[-16,-12.8,-15.092599],"shade":false,"to":[-12.8,-11.6,-14.692599]},{"faces":{"down":{"texture":"#0","uv":[5.125,8,4.625,8.375]},"east":{"texture":"#0","uv":[0.625,8,1,8.5]},"north":{"texture":"#0","uv":[7.75,7.625,8.25,8.125]},"south":{"texture":"#0","uv":[1.125,7.875,1.625,8.375]},"up":{"texture":"#0","uv":[4.5,8.375,4,8]},"west":{"texture":"#0","uv":[8,3.5,8.375,4]}},"from":[-15.2,-16,-14.892599],"shade":false,"to":[-13.599999,-14.4,-13.692599]}],"overrides":[],"textures":{"0":"item/w1057345076_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7151.json b/assets/minecraft/models/w7151.json new file mode 100644 index 000000000..554b69484 --- /dev/null +++ b/assets/minecraft/models/w7151.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[6,0.875,6.625,1.625]},"north":{"texture":"#0","uv":[0,7.25,0.5,8]},"south":{"texture":"#0","uv":[7.375,0.5,7.875,1.25]},"up":{"texture":"#0","uv":[7.875,4.25,7.375,3.625]}},"from":[8,8,8],"shade":false,"to":[9.608,10.407999,6.008]}],"overrides":[],"textures":{"0":"item/w1057345076_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7152.json b/assets/minecraft/models/w7152.json new file mode 100644 index 000000000..bf7b73bdd --- /dev/null +++ b/assets/minecraft/models/w7152.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[6,0.875,6.625,1.625]},"north":{"texture":"#0","uv":[0,7.25,0.5,8]},"south":{"texture":"#0","uv":[7.375,0.5,7.875,1.25]},"up":{"texture":"#0","uv":[7.875,4.25,7.375,3.625]}},"from":[-16,-14.204,-16],"shade":false,"to":[-14.392,-11.796001,-13.992]},{"faces":{"down":{"texture":"#0","uv":[7.125,8.25,6.75,8.625]},"east":{"texture":"#0","uv":[4.375,6.125,4.75,7.375]},"north":{"texture":"#0","uv":[3.875,6.125,4.25,7.375]},"south":{"texture":"#0","uv":[4.875,6.125,5.25,7.375]},"up":{"texture":"#0","uv":[6.625,8.625,6.25,8.25]},"west":{"texture":"#0","uv":[5.375,6.125,5.75,7.375]}},"from":[-15.996,-16,-15.596],"shade":false,"to":[-14.7960005,-12,-14.396]}],"overrides":[],"textures":{"0":"item/w1057345076_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7153.json b/assets/minecraft/models/w7153.json new file mode 100644 index 000000000..08eac23dc --- /dev/null +++ b/assets/minecraft/models/w7153.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[7,6.25,7.5,7]},"south":{"texture":"#0","uv":[5.875,7.125,6.375,7.875]},"up":{"texture":"#0","uv":[7.875,2,7.375,1.375]},"west":{"texture":"#0","uv":[6,0,6.625,0.75]}},"from":[8,8,8],"shade":false,"to":[9.608,10.407999,6.008]}],"overrides":[],"textures":{"0":"item/w1057345076_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7154.json b/assets/minecraft/models/w7154.json new file mode 100644 index 000000000..77117c2bf --- /dev/null +++ b/assets/minecraft/models/w7154.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[7,6.25,7.5,7]},"south":{"texture":"#0","uv":[5.875,7.125,6.375,7.875]},"up":{"texture":"#0","uv":[7.875,2,7.375,1.375]},"west":{"texture":"#0","uv":[6,0,6.625,0.75]}},"from":[-16,-14.204,-16],"shade":false,"to":[-14.392,-11.796001,-13.992]},{"faces":{"down":{"texture":"#0","uv":[6,3,5.625,3.375]},"east":{"texture":"#0","uv":[2.375,6,2.75,7.25]},"north":{"texture":"#0","uv":[1.875,6,2.25,7.25]},"south":{"texture":"#0","uv":[2.875,6.125,3.25,7.375]},"up":{"texture":"#0","uv":[1,4,0.625,3.625]},"west":{"texture":"#0","uv":[3.375,6.125,3.75,7.375]}},"from":[-15.596,-16,-15.596],"shade":false,"to":[-14.396,-12,-14.396]}],"overrides":[],"textures":{"0":"item/w1057345076_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7155.json b/assets/minecraft/models/w7155.json new file mode 100644 index 000000000..2c4355a75 --- /dev/null +++ b/assets/minecraft/models/w7155.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,6.25,0,7.125]},"east":{"texture":"#0","uv":[8,2.375,8.875,2.625]},"north":{"texture":"#0","uv":[8.375,5.125,8.875,5.375]},"south":{"texture":"#0","uv":[8.375,7.875,8.875,8.125]},"up":{"texture":"#0","uv":[6.375,7,5.875,6.125]},"west":{"texture":"#0","uv":[8,2.75,8.875,3]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-13.2]}],"overrides":[],"textures":{"0":"item/w1057345076_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7156.json b/assets/minecraft/models/w7156.json new file mode 100644 index 000000000..11fba975f --- /dev/null +++ b/assets/minecraft/models/w7156.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.75,3.875,6.25,4.75]},"east":{"texture":"#0","uv":[3,8,3.875,8.25]},"north":{"texture":"#0","uv":[1.125,8.5,1.625,8.75]},"south":{"texture":"#0","uv":[3.75,8.5,4.25,8.75]},"up":{"texture":"#0","uv":[6.75,2.625,6.25,1.75]},"west":{"texture":"#0","uv":[8,3.125,8.875,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-15.2,-13.2]}],"overrides":[],"textures":{"0":"item/w1057345076_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7157.json b/assets/minecraft/models/w7157.json new file mode 100644 index 000000000..1e4d3deff --- /dev/null +++ b/assets/minecraft/models/w7157.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.375,0.625,1.25,1.25]},"east":{"texture":"#0","uv":[0,1.125,0.625,1.25]},"north":{"texture":"#0","uv":[1.25,1.25,1.375,1.375]},"south":{"texture":"#0","uv":[1.25,1.375,1.375,1.5]},"up":{"texture":"#0","uv":[1.375,0.625,1.25,0]},"west":{"texture":"#0","uv":[0.625,1.125,1.25,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-14]}],"overrides":[],"textures":{"0":"item/w1057345076_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7158.json b/assets/minecraft/models/w7158.json new file mode 100644 index 000000000..ca720996b --- /dev/null +++ b/assets/minecraft/models/w7158.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[2,8.625,2.75,9]},"west":{"texture":"#0","uv":[8.625,4,9.375,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.992,-14.792002,-13.592]}],"overrides":[],"textures":{"0":"item/w1057345076_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7159.json b/assets/minecraft/models/w7159.json new file mode 100644 index 000000000..27180ef93 --- /dev/null +++ b/assets/minecraft/models/w7159.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.875,2.125,4.75,2.75]},"east":{"texture":"#0","uv":[4.875,8.5,5.5,8.625]},"north":{"texture":"#0","uv":[4.5,0.75,4.625,0.875]},"south":{"texture":"#0","uv":[5.375,1.875,5.5,2]},"up":{"texture":"#0","uv":[3.25,4,3.125,3.375]},"west":{"texture":"#0","uv":[8.5,5.5,9.125,5.625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-14]}],"overrides":[],"textures":{"0":"item/w1057345076_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w716.json b/assets/minecraft/models/w716.json new file mode 100644 index 000000000..59c64d5ec --- /dev/null +++ b/assets/minecraft/models/w716.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,6,2,4]},"south":{"texture":"#0","uv":[2,6,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7160.json b/assets/minecraft/models/w7160.json new file mode 100644 index 000000000..ab518d844 --- /dev/null +++ b/assets/minecraft/models/w7160.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[7.375,4.375,8.125,4.75]},"west":{"texture":"#0","uv":[3,7.5,3.75,7.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.992,-14.792002,-13.592]}],"overrides":[],"textures":{"0":"item/w1057345076_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7161.json b/assets/minecraft/models/w7161.json new file mode 100644 index 000000000..14c623e27 --- /dev/null +++ b/assets/minecraft/models/w7161.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.125,8.25,7.75,8.625]},"east":{"texture":"#0","uv":[6.875,1.25,7.25,2.375]},"north":{"texture":"#0","uv":[0.625,6.75,1,7.875]},"south":{"texture":"#0","uv":[6.875,2.5,7.25,3.625]},"up":{"texture":"#0","uv":[7.625,8.625,7.25,8.25]},"west":{"texture":"#0","uv":[6.875,3.75,7.25,4.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.792,-12.392,-14.792]}],"overrides":[],"textures":{"0":"item/w1057345076_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7162.json b/assets/minecraft/models/w7162.json new file mode 100644 index 000000000..820923ee9 --- /dev/null +++ b/assets/minecraft/models/w7162.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.125,8,5.75,8.375]},"east":{"texture":"#0","uv":[6.5,6.125,6.875,7.25]},"north":{"texture":"#0","uv":[6.375,4.875,6.75,6]},"south":{"texture":"#0","uv":[1.25,6.625,1.625,7.75]},"up":{"texture":"#0","uv":[5.625,8.375,5.25,8]},"west":{"texture":"#0","uv":[6.75,0,7.125,1.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.792,-12.392,-14.792]}],"overrides":[],"textures":{"0":"item/w1057345076_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7163.json b/assets/minecraft/models/w7163.json new file mode 100644 index 000000000..9f11bdf5d --- /dev/null +++ b/assets/minecraft/models/w7163.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.75,7.375,8.375,7.75]},"east":{"texture":"#0","uv":[8.375,0,8.75,0.375]},"north":{"texture":"#0","uv":[8.25,8.25,8.625,8.625]},"south":{"texture":"#0","uv":[2.75,8.375,3.125,8.75]},"up":{"texture":"#0","uv":[8.75,5,8.375,4.625]},"west":{"texture":"#0","uv":[3.25,8.375,3.625,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1057345076_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7164.json b/assets/minecraft/models/w7164.json new file mode 100644 index 000000000..c4d46efd1 --- /dev/null +++ b/assets/minecraft/models/w7164.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.625,6.125,8.25,6.5]},"east":{"texture":"#0","uv":[1.75,8.125,2.125,8.5]},"north":{"texture":"#0","uv":[0,8.125,0.375,8.5]},"south":{"texture":"#0","uv":[8.125,6.875,8.5,7.25]},"up":{"texture":"#0","uv":[8.625,4.5,8.25,4.125]},"west":{"texture":"#0","uv":[2.25,8.25,2.625,8.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1057345076_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7165.json b/assets/minecraft/models/w7165.json new file mode 100644 index 000000000..f97acfdc0 --- /dev/null +++ b/assets/minecraft/models/w7165.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.875,1.75,14.75,3.25]},"east":{"texture":"#0","uv":[14.375,0,15.875,0.125]},"north":{"texture":"#0","uv":[15.875,1,16,1.125]},"south":{"texture":"#0","uv":[13.75,3.375,13.875,3.5]},"up":{"texture":"#0","uv":[14.625,3.25,14.5,1.75]},"west":{"texture":"#0","uv":[14.375,0.25,15.875,0.375]}},"from":[-15.8,-15.4,-9.2],"shade":false,"to":[-15.400001,-15,-4.3999996]},{"faces":{"down":{"texture":"#0","uv":[15.875,2,15.75,2.375]},"east":{"texture":"#0","uv":[15,1.75,15.375,2.125]},"north":{"texture":"#0","uv":[15.5,1.5,15.625,1.875]},"south":{"texture":"#0","uv":[15.5,2,15.625,2.375]},"up":{"texture":"#0","uv":[15.875,1.875,15.75,1.5]},"west":{"texture":"#0","uv":[15,2.25,15.375,2.625]}},"from":[-15.8,-15,-5.2],"shade":false,"to":[-15.400001,-13.8,-3.999]},{"faces":{"down":{"texture":"#0","uv":[13.125,1.75,12.875,3.5]},"east":{"texture":"#0","uv":[12.5,0,14.25,0.375]},"north":{"texture":"#0","uv":[15.125,1,15.375,1.375]},"south":{"texture":"#0","uv":[15,2.75,15.25,3.125]},"up":{"texture":"#0","uv":[12.75,3.5,12.5,1.75]},"west":{"texture":"#0","uv":[12.5,0.5,14.25,0.875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-10.4]},{"faces":{"down":{"texture":"#0","uv":[13.875,1.75,13.625,3.25]},"east":{"texture":"#0","uv":[14.375,0.5,15.875,0.625]},"north":{"texture":"#0","uv":[15.125,1.5,15.375,1.625]},"south":{"texture":"#0","uv":[15.75,2.75,16,2.875]},"up":{"texture":"#0","uv":[13.5,3.25,13.25,1.75]},"west":{"texture":"#0","uv":[14.375,0.75,15.875,0.875]}},"from":[-16,-14.4,-16],"shade":false,"to":[-15.2,-14,-11.2]},{"faces":{"down":{"texture":"#0","uv":[15.75,1,15.5,1.375]},"east":{"texture":"#0","uv":[15.5,2.5,15.875,2.625]},"north":{"texture":"#0","uv":[15.5,3.25,15.75,3.375]},"south":{"texture":"#0","uv":[15.75,3,16,3.125]},"up":{"texture":"#0","uv":[15.625,3.125,15.375,2.75]},"west":{"texture":"#0","uv":[15,3.25,15.375,3.375]}},"from":[-16,-14.8,-12.4],"shade":false,"to":[-15.2,-14.400001,-11.2]},{"faces":{"down":{"texture":"#0","uv":[14.375,1.75,14.25,4.25]},"east":{"texture":"#0","uv":[12.5,1,15,1.25]},"north":{"texture":"#0","uv":[13.25,3.375,13.375,3.625]},"south":{"texture":"#0","uv":[13.5,3.375,13.625,3.625]},"up":{"texture":"#0","uv":[14.125,4.25,14,1.75]},"west":{"texture":"#0","uv":[12.5,1.375,15,1.625]}},"from":[-15.804,-15.204,-15.604],"shade":false,"to":[-15.396,-14.396,-7.5959997]}],"overrides":[],"textures":{"0":"item/w1057345076_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7166.json b/assets/minecraft/models/w7166.json new file mode 100644 index 000000000..7f6a13ead --- /dev/null +++ b/assets/minecraft/models/w7166.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.3125,0.8125,1.1875,1.5625]},"east":{"texture":"#0","uv":[0,2.6875,0.75,3.5]},"north":{"texture":"#0","uv":[0,0,1.125,0.8125]},"south":{"texture":"#0","uv":[0,0.875,1.125,1.6875]},"up":{"texture":"#0","uv":[2.3125,0.75,1.1875,0]},"west":{"texture":"#0","uv":[2.8125,2.5625,3.5625,3.375]}},"from":[-16,-16,-15.2],"shade":false,"to":[-8.8,-10.8,-10.4]},{"faces":{"down":{"texture":"#0","uv":[3.375,2.4375,2.875,2.5625]},"east":{"texture":"#0","uv":[0.6875,3.5,0.8125,4]},"north":{"texture":"#0","uv":[0.375,6.3125,0.875,6.8125]},"south":{"texture":"#0","uv":[2.1875,6.3125,2.6875,6.8125]},"up":{"texture":"#0","uv":[2.8125,1.625,2.3125,1.5]},"west":{"texture":"#0","uv":[4.5,4.75,4.625,5.25]}},"from":[-14,-16,-16],"shade":false,"to":[-10.8,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1724908523_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7167.json b/assets/minecraft/models/w7167.json new file mode 100644 index 000000000..e93971336 --- /dev/null +++ b/assets/minecraft/models/w7167.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.3125,3.5625,4.875,4]},"east":{"texture":"#0","uv":[4.3125,0,4.75,0.5]},"north":{"texture":"#0","uv":[4.125,4.25,4.5625,4.75]},"south":{"texture":"#0","uv":[4.375,2.9375,4.8125,3.4375]},"up":{"texture":"#0","uv":[5.25,0.4375,4.8125,0]},"west":{"texture":"#0","uv":[4.375,3.5,4.8125,4]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-12.8,-13.2]}],"overrides":[],"textures":{"0":"item/w1724908523_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7168.json b/assets/minecraft/models/w7168.json new file mode 100644 index 000000000..95d0e5c45 --- /dev/null +++ b/assets/minecraft/models/w7168.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,1,5.0625,1.4375]},"east":{"texture":"#0","uv":[4.5625,1.125,5,1.625]},"north":{"texture":"#0","uv":[4.5625,0.5625,5,1.0625]},"south":{"texture":"#0","uv":[0.5625,4.625,1,5.125]},"up":{"texture":"#0","uv":[5.5,0.9375,5.0625,0.5]},"west":{"texture":"#0","uv":[1.0625,4.625,1.5,5.125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-12.8,-13.2]}],"overrides":[],"textures":{"0":"item/w1724908523_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7169.json b/assets/minecraft/models/w7169.json new file mode 100644 index 000000000..04c198eed --- /dev/null +++ b/assets/minecraft/models/w7169.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6.125,6.3125,6.75,7.125]},"south":{"texture":"#0","uv":[6.75,6.3125,6.125,7.125]}},"from":[-16,-16,-16],"shade":false,"to":[-11.992,-10.792,-15.992]}],"overrides":[],"textures":{"0":"item/w1724908523_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w717.json b/assets/minecraft/models/w717.json new file mode 100644 index 000000000..6fc12f8fa --- /dev/null +++ b/assets/minecraft/models/w717.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[4,6,2,4]},"south":{"texture":"#0","uv":[2,6,4,4]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7170.json b/assets/minecraft/models/w7170.json new file mode 100644 index 000000000..63a0f4b7c --- /dev/null +++ b/assets/minecraft/models/w7170.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.75,2.5625,1.875,3.3125]},"east":{"texture":"#0","uv":[2.125,1.625,2.875,2.5]},"north":{"texture":"#0","uv":[1.1875,1.625,2.0625,2.5]},"south":{"texture":"#0","uv":[0,1.75,0.875,2.625]},"up":{"texture":"#0","uv":[1.8125,3.3125,0.9375,2.5625]},"west":{"texture":"#0","uv":[2.375,0,3.125,0.875]}},"from":[-15.8,-16,-15.6],"shade":false,"to":[-10.200001,-10.4,-10.8]},{"faces":{"down":{"texture":"#0","uv":[0.8125,6.0625,0.375,6.1875]},"east":{"texture":"#0","uv":[0.5625,3.5625,0.6875,4]},"north":{"texture":"#0","uv":[5.0625,1.5,5.5,1.9375]},"south":{"texture":"#0","uv":[5.0625,2,5.5,2.4375]},"up":{"texture":"#0","uv":[6.4375,2.0625,6,1.9375]},"west":{"texture":"#0","uv":[3.75,6,3.875,6.4375]}},"from":[-16,-14.4,-16],"shade":false,"to":[-13.2,-11.599999,-15.2]},{"faces":{"down":{"texture":"#0","uv":[6.5625,2.625,6.125,2.75]},"east":{"texture":"#0","uv":[5,6.125,5.125,6.5625]},"north":{"texture":"#0","uv":[5.0625,4.0625,5.5,4.5]},"south":{"texture":"#0","uv":[5.0625,4.5625,5.5,5]},"up":{"texture":"#0","uv":[6.5625,2.5625,6.125,2.4375]},"west":{"texture":"#0","uv":[5.1875,6.125,5.3125,6.5625]}},"from":[-12.8,-14.4,-16],"shade":false,"to":[-10,-11.599999,-15.2]}],"overrides":[],"textures":{"0":"item/w1724908523_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7171.json b/assets/minecraft/models/w7171.json new file mode 100644 index 000000000..2dfc6996b --- /dev/null +++ b/assets/minecraft/models/w7171.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,5.5625,3.125,5.9375]},"east":{"texture":"#0","uv":[4.625,1.6875,5,2.25]},"north":{"texture":"#0","uv":[1.5625,4.625,1.9375,5.1875]},"south":{"texture":"#0","uv":[2,4.625,2.375,5.1875]},"up":{"texture":"#0","uv":[5.9375,2.0625,5.5625,1.6875]},"west":{"texture":"#0","uv":[4.625,2.3125,5,2.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12.4,-13.6]}],"overrides":[],"textures":{"0":"item/w1724908523_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7172.json b/assets/minecraft/models/w7172.json new file mode 100644 index 000000000..9ce1714d2 --- /dev/null +++ b/assets/minecraft/models/w7172.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.0625,2.4375,5.6875,2.8125]},"east":{"texture":"#0","uv":[2.4375,4.8125,2.8125,5.375]},"north":{"texture":"#0","uv":[4.625,4.6875,5,5.25]},"south":{"texture":"#0","uv":[2.875,4.8125,3.25,5.375]},"up":{"texture":"#0","uv":[5.9375,4.9375,5.5625,4.5625]},"west":{"texture":"#0","uv":[4.125,4.8125,4.5,5.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12.4,-13.6]}],"overrides":[],"textures":{"0":"item/w1724908523_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7173.json b/assets/minecraft/models/w7173.json new file mode 100644 index 000000000..aad92b1da --- /dev/null +++ b/assets/minecraft/models/w7173.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,5.5625,0.875,5.75]},"east":{"texture":"#0","uv":[4.375,4.0625,4.5625,4.1875]},"north":{"texture":"#0","uv":[6.3125,3.875,6.4375,4]},"south":{"texture":"#0","uv":[6.3125,4.0625,6.4375,4.1875]},"up":{"texture":"#0","uv":[5.5,4,5.375,3.8125]},"west":{"texture":"#0","uv":[6.25,0.5625,6.4375,0.6875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1724908523_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7174.json b/assets/minecraft/models/w7174.json new file mode 100644 index 000000000..99f9a5cd4 --- /dev/null +++ b/assets/minecraft/models/w7174.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.375,1.125,6.25,1.3125]},"east":{"texture":"#0","uv":[6.25,0.75,6.4375,0.875]},"north":{"texture":"#0","uv":[6.3125,4.5,6.4375,4.625]},"south":{"texture":"#0","uv":[6.3125,4.6875,6.4375,4.8125]},"up":{"texture":"#0","uv":[1.125,6.4375,1,6.25]},"west":{"texture":"#0","uv":[6.25,0.9375,6.4375,1.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1724908523_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7175.json b/assets/minecraft/models/w7175.json new file mode 100644 index 000000000..c4c298d12 --- /dev/null +++ b/assets/minecraft/models/w7175.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,3.5625,0,4.0625]},"east":{"texture":"#0","uv":[2.9375,0.9375,3.4375,1.5]},"north":{"texture":"#0","uv":[2.375,0.9375,2.875,1.5]},"south":{"texture":"#0","uv":[2.9375,1.5625,3.4375,2.125]},"up":{"texture":"#0","uv":[4,2.5,3.5,2]},"west":{"texture":"#0","uv":[3.1875,0,3.6875,0.5625]}},"from":[-15.8,-14.4,-14.307823],"shade":false,"to":[-12.6,-10.799999,-11.107823]},{"faces":{"down":{"texture":"#0","uv":[0.375,6.25,0.25,6.5]},"east":{"texture":"#0","uv":[2.4375,4.625,2.6875,4.75]},"north":{"texture":"#0","uv":[4.1875,2.9375,4.3125,3.0625]},"south":{"texture":"#0","uv":[2.25,5.25,2.375,5.375]},"up":{"texture":"#0","uv":[3.75,3.375,3.625,3.125]},"west":{"texture":"#0","uv":[6.1875,0.25,6.4375,0.375]}},"from":[-14.6,-13.475698,-15.693853],"rotation":{"angle":-22.5,"axis":"x","origin":[-14.2,-13.075699,-14.893853],"rescale":false},"shade":false,"to":[-13.8,-12.675698,-14.093853]},{"faces":{"down":{"texture":"#0","uv":[6.75,0.4375,6.25,0.5]},"east":{"texture":"#0","uv":[0.8125,3.125,0.875,3.3125]},"north":{"texture":"#0","uv":[6,1.6875,6.5,1.875]},"south":{"texture":"#0","uv":[6,3.625,6.5,3.8125]},"up":{"texture":"#0","uv":[0.9375,6.3125,0.4375,6.25]},"west":{"texture":"#0","uv":[4.0625,2.25,4.125,2.4375]}},"from":[-15.8,-12,-14.707823],"shade":false,"to":[-12.6,-10.8,-14.307823]},{"faces":{"down":{"texture":"#0","uv":[6.4375,3.3125,6.3125,3.4375]},"east":{"texture":"#0","uv":[4.1875,6.25,4.3125,6.375]},"north":{"texture":"#0","uv":[5.8125,3.625,5.9375,3.75]},"south":{"texture":"#0","uv":[4.375,6.25,4.5,6.375]},"up":{"texture":"#0","uv":[4.875,6.375,4.75,6.25]},"west":{"texture":"#0","uv":[4.5625,6.25,4.6875,6.375]}},"from":[-14.6,-14.087992,-16],"rotation":{"angle":22.5,"axis":"x","origin":[-14.2,-13.687991,-15.2],"rescale":false},"shade":false,"to":[-13.8,-13.287992,-15.2]},{"faces":{"down":{"texture":"#0","uv":[6.125,4.25,5.5625,4.5]},"east":{"texture":"#0","uv":[6,3.875,6.25,4.1875]},"north":{"texture":"#0","uv":[5.0625,2.5,5.625,2.8125]},"south":{"texture":"#0","uv":[0.4375,5.1875,1,5.5]},"up":{"texture":"#0","uv":[6.125,2.375,5.5625,2.125]},"west":{"texture":"#0","uv":[6,4.5625,6.25,4.875]}},"from":[-16,-16,-14.707823],"shade":false,"to":[-12.4,-14,-13.107822]}],"overrides":[],"textures":{"0":"item/w1724908523_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7176.json b/assets/minecraft/models/w7176.json new file mode 100644 index 000000000..e3b67acdd --- /dev/null +++ b/assets/minecraft/models/w7176.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,4.125,0,4.625]},"east":{"texture":"#0","uv":[1.125,4.0625,1.625,4.5625]},"north":{"texture":"#0","uv":[0.5625,4.0625,1.0625,4.5625]},"south":{"texture":"#0","uv":[1.6875,4.0625,2.1875,4.5625]},"up":{"texture":"#0","uv":[2.75,4.5625,2.25,4.0625]},"west":{"texture":"#0","uv":[4.0625,1.6875,4.5625,2.1875]}},"from":[-16,-12.396,-16],"shade":false,"to":[-12.8,-9.196,-12.8]},{"faces":{"down":{"texture":"#0","uv":[6.125,2.875,5.8125,3.25]},"east":{"texture":"#0","uv":[4.875,2.9375,5.25,3.5]},"north":{"texture":"#0","uv":[1.0625,5.1875,1.375,5.75]},"south":{"texture":"#0","uv":[1.4375,5.25,1.75,5.8125]},"up":{"texture":"#0","uv":[1.1875,6.1875,0.875,5.8125]},"west":{"texture":"#0","uv":[3.3125,4.9375,3.6875,5.5]}},"from":[-15.404,-16,-15.604],"shade":false,"to":[-13.396,-12.392,-13.196]}],"overrides":[],"textures":{"0":"item/w1724908523_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7177.json b/assets/minecraft/models/w7177.json new file mode 100644 index 000000000..3edb17760 --- /dev/null +++ b/assets/minecraft/models/w7177.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,1.125,4,1.625]},"east":{"texture":"#0","uv":[3.75,0,4.25,0.5]},"north":{"texture":"#0","uv":[3.625,2.5625,4.125,3.0625]},"south":{"texture":"#0","uv":[3.8125,3.125,4.3125,3.625]},"up":{"texture":"#0","uv":[4.5,1.0625,4,0.5625]},"west":{"texture":"#0","uv":[3.8125,3.6875,4.3125,4.1875]}},"from":[-16,-12.396,-16],"shade":false,"to":[-12.8,-9.196,-12.8]},{"faces":{"down":{"texture":"#0","uv":[6.125,0,5.8125,0.375]},"east":{"texture":"#0","uv":[4.625,4.0625,5,4.625]},"north":{"texture":"#0","uv":[3.75,4.9375,4.0625,5.5]},"south":{"texture":"#0","uv":[5.0625,5.0625,5.375,5.625]},"up":{"texture":"#0","uv":[0.3125,6.1875,0,5.8125]},"west":{"texture":"#0","uv":[0,4.6875,0.375,5.25]}},"from":[-15.404,-16,-15.604],"shade":false,"to":[-13.396,-12.392,-13.196]}],"overrides":[],"textures":{"0":"item/w1724908523_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7178.json b/assets/minecraft/models/w7178.json new file mode 100644 index 000000000..2e81e7e57 --- /dev/null +++ b/assets/minecraft/models/w7178.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,3.375,1.3125,4]},"east":{"texture":"#0","uv":[5.5625,0.4375,6.1875,0.6875]},"north":{"texture":"#0","uv":[2.9375,2.1875,3.375,2.4375]},"south":{"texture":"#0","uv":[5.8125,3.3125,6.25,3.5625]},"up":{"texture":"#0","uv":[1.25,4,0.8125,3.375]},"west":{"texture":"#0","uv":[5.5625,0.75,6.1875,1]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.4,-12]}],"overrides":[],"textures":{"0":"item/w1724908523_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7179.json b/assets/minecraft/models/w7179.json new file mode 100644 index 000000000..de6c984e4 --- /dev/null +++ b/assets/minecraft/models/w7179.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,3.4375,3.3125,4.0625]},"east":{"texture":"#0","uv":[5.5625,1.0625,6.1875,1.3125]},"north":{"texture":"#0","uv":[1.25,5.875,1.6875,6.125]},"south":{"texture":"#0","uv":[2.25,5.9375,2.6875,6.1875]},"up":{"texture":"#0","uv":[3.25,4.0625,2.8125,3.4375]},"west":{"texture":"#0","uv":[5.5625,1.375,6.1875,1.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.4,-12]}],"overrides":[],"textures":{"0":"item/w1724908523_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w718.json b/assets/minecraft/models/w718.json new file mode 100644 index 000000000..dc0ee2dc8 --- /dev/null +++ b/assets/minecraft/models/w718.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,2,6]},"south":{"texture":"#0","uv":[2,4,0,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7180.json b/assets/minecraft/models/w7180.json new file mode 100644 index 000000000..b1c3907b3 --- /dev/null +++ b/assets/minecraft/models/w7180.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.125,6.25,4.0625,6.625]},"east":{"texture":"#0","uv":[6.25,1.5,6.625,1.5625]},"north":{"texture":"#0","uv":[3.4375,4.8125,3.5,4.875]},"south":{"texture":"#0","uv":[3.5625,4.8125,3.625,4.875]},"up":{"texture":"#0","uv":[4,6.625,3.9375,6.25]},"west":{"texture":"#0","uv":[2.25,6.25,2.625,6.3125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1724908523_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7181.json b/assets/minecraft/models/w7181.json new file mode 100644 index 000000000..07985005d --- /dev/null +++ b/assets/minecraft/models/w7181.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5.9375,5,6.375,5.25]},"west":{"texture":"#0","uv":[5.9375,5.3125,6.375,5.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.992,-14.392001,-13.191999]}],"overrides":[],"textures":{"0":"item/w1724908523_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7182.json b/assets/minecraft/models/w7182.json new file mode 100644 index 000000000..93c3d4e19 --- /dev/null +++ b/assets/minecraft/models/w7182.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,4.6875,0.4375,5.0625]},"east":{"texture":"#0","uv":[4.5625,5.8125,4.9375,5.875]},"north":{"texture":"#0","uv":[3.6875,4.125,3.75,4.1875]},"south":{"texture":"#0","uv":[3.3125,4.8125,3.375,4.875]},"up":{"texture":"#0","uv":[0.875,3.0625,0.8125,2.6875]},"west":{"texture":"#0","uv":[6.25,1.375,6.625,1.4375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1724908523_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7183.json b/assets/minecraft/models/w7183.json new file mode 100644 index 000000000..5a9954188 --- /dev/null +++ b/assets/minecraft/models/w7183.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[4,5.9375,4.4375,6.1875]},"west":{"texture":"#0","uv":[4.5,5.9375,4.9375,6.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.992,-14.392001,-13.191999]}],"overrides":[],"textures":{"0":"item/w1724908523_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7184.json b/assets/minecraft/models/w7184.json new file mode 100644 index 000000000..84f543f35 --- /dev/null +++ b/assets/minecraft/models/w7184.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.375,2.125,6.1875,2.3125]},"east":{"texture":"#0","uv":[1.25,6.1875,1.4375,6.375]},"north":{"texture":"#0","uv":[6.1875,0,6.375,0.1875]},"south":{"texture":"#0","uv":[1.5,6.1875,1.6875,6.375]},"up":{"texture":"#0","uv":[2.1875,6.375,2,6.1875]},"west":{"texture":"#0","uv":[1.75,6.1875,1.9375,6.375]}},"from":[-16,-16,-14.8],"shade":false,"to":[-14.8,-14.8,-13.6]},{"faces":{"down":{"texture":"#0","uv":[3.375,0.625,3.1875,0.8125]},"east":{"texture":"#0","uv":[2.75,5.9375,2.9375,6.4375]},"north":{"texture":"#0","uv":[0.9375,1.75,1.125,2.25]},"south":{"texture":"#0","uv":[5.4375,5.9375,5.625,6.4375]},"up":{"texture":"#0","uv":[1.125,2.5,0.9375,2.3125]},"west":{"texture":"#0","uv":[5.9375,5.625,6.125,6.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1724908523_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7185.json b/assets/minecraft/models/w7185.json new file mode 100644 index 000000000..c4deb60b2 --- /dev/null +++ b/assets/minecraft/models/w7185.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.125,6.1875,5.9375,6.375]},"east":{"texture":"#0","uv":[6.1875,3.0625,6.375,3.25]},"north":{"texture":"#0","uv":[6.1875,2.8125,6.375,3]},"south":{"texture":"#0","uv":[6.1875,4.25,6.375,4.4375]},"up":{"texture":"#0","uv":[6.375,6.0625,6.1875,5.875]},"west":{"texture":"#0","uv":[6.1875,5.625,6.375,5.8125]}},"from":[-16,-16,-14.8],"shade":false,"to":[-14.8,-14.8,-13.6]},{"faces":{"down":{"texture":"#0","uv":[0.1875,6.25,0,6.4375]},"east":{"texture":"#0","uv":[3,6,3.1875,6.5]},"north":{"texture":"#0","uv":[5.6875,5.9375,5.875,6.4375]},"south":{"texture":"#0","uv":[3.25,6,3.4375,6.5]},"up":{"texture":"#0","uv":[6.375,6.3125,6.1875,6.125]},"west":{"texture":"#0","uv":[3.5,6,3.6875,6.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1724908523_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7186.json b/assets/minecraft/models/w7186.json new file mode 100644 index 000000000..4614c2d64 --- /dev/null +++ b/assets/minecraft/models/w7186.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.0625,5.4375,2.6875,5.875]},"east":{"texture":"#0","uv":[3.5,0.625,3.9375,1.25]},"north":{"texture":"#0","uv":[4.1875,2.25,4.5625,2.875]},"south":{"texture":"#0","uv":[3.6875,4.25,4.0625,4.875]},"up":{"texture":"#0","uv":[2.625,5.875,2.25,5.4375]},"west":{"texture":"#0","uv":[3.5,1.3125,3.9375,1.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12,-13.2]}],"overrides":[],"textures":{"0":"item/w1724908523_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7187.json b/assets/minecraft/models/w7187.json new file mode 100644 index 000000000..a71825213 --- /dev/null +++ b/assets/minecraft/models/w7187.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.375,5.3125,0,5.75]},"east":{"texture":"#0","uv":[1.8125,3.375,2.25,4]},"north":{"texture":"#0","uv":[2.8125,4.125,3.1875,4.75]},"south":{"texture":"#0","uv":[3.25,4.125,3.625,4.75]},"up":{"texture":"#0","uv":[2.1875,5.6875,1.8125,5.25]},"west":{"texture":"#0","uv":[2.3125,3.375,2.75,4]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12,-13.2]}],"overrides":[],"textures":{"0":"item/w1724908523_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7188.json b/assets/minecraft/models/w7188.json new file mode 100644 index 000000000..26d3d78e8 --- /dev/null +++ b/assets/minecraft/models/w7188.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.8125,5.5625,0.4375,6]},"east":{"texture":"#0","uv":[5.4375,5.0625,5.875,5.4375]},"north":{"texture":"#0","uv":[5,5.6875,5.375,6.0625]},"south":{"texture":"#0","uv":[1.8125,5.75,2.1875,6.125]},"up":{"texture":"#0","uv":[4.5,5.875,4.125,5.4375]},"west":{"texture":"#0","uv":[5.4375,5.5,5.875,5.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-13.2]}],"overrides":[],"textures":{"0":"item/w1724908523_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7189.json b/assets/minecraft/models/w7189.json new file mode 100644 index 000000000..471c1ed14 --- /dev/null +++ b/assets/minecraft/models/w7189.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.75,3.3125,5.375,3.75]},"east":{"texture":"#0","uv":[5.3125,0,5.75,0.375]},"north":{"texture":"#0","uv":[3.5625,5.5625,3.9375,5.9375]},"south":{"texture":"#0","uv":[5.5625,3.8125,5.9375,4.1875]},"up":{"texture":"#0","uv":[4.9375,5.75,4.5625,5.3125]},"west":{"texture":"#0","uv":[5.3125,2.875,5.75,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-13.2]}],"overrides":[],"textures":{"0":"item/w1724908523_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w719.json b/assets/minecraft/models/w719.json new file mode 100644 index 000000000..efb0dafb9 --- /dev/null +++ b/assets/minecraft/models/w719.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,4,0,6]},"south":{"texture":"#0","uv":[0,4,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7190.json b/assets/minecraft/models/w7190.json new file mode 100644 index 000000000..3bcd21a47 --- /dev/null +++ b/assets/minecraft/models/w7190.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.3125,2.4375,10.1875,2.5625]},"east":{"texture":"#0","uv":[9.625,2.125,9.75,2.6875]},"north":{"texture":"#0","uv":[9.625,1.5,9.75,2.0625]},"south":{"texture":"#0","uv":[9.625,2.75,9.75,3.3125]},"up":{"texture":"#0","uv":[10.3125,2.375,10.1875,2.25]},"west":{"texture":"#0","uv":[9.6875,0,9.8125,0.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.191999,-12.392,-15.191999]}],"overrides":[],"textures":{"0":"item/w1724908523_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7191.json b/assets/minecraft/models/w7191.json new file mode 100644 index 000000000..26f840797 --- /dev/null +++ b/assets/minecraft/models/w7191.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.3125,3.1875,10.1875,3.3125]},"east":{"texture":"#0","uv":[6.9375,3,7.0625,3.5625]},"north":{"texture":"#0","uv":[6.75,3,6.875,3.5625]},"south":{"texture":"#0","uv":[7.125,3,7.25,3.5625]},"up":{"texture":"#0","uv":[10.3125,3.125,10.1875,3]},"west":{"texture":"#0","uv":[9.4375,3,9.5625,3.5625]}},"from":[-16,-16,-16],"shade":false,"to":[-15.191999,-12.392,-15.191999]}],"overrides":[],"textures":{"0":"item/w1724908523_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7192.json b/assets/minecraft/models/w7192.json new file mode 100644 index 000000000..c4f4d25a9 --- /dev/null +++ b/assets/minecraft/models/w7192.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.375,0.375,10.25,0.5]},"east":{"texture":"#0","uv":[9.5,0,9.625,0.6875]},"north":{"texture":"#0","uv":[9.4375,2.25,9.5625,2.9375]},"south":{"texture":"#0","uv":[8.9375,2.75,9.0625,3.4375]},"up":{"texture":"#0","uv":[10.375,0.3125,10.25,0.1875]},"west":{"texture":"#0","uv":[8.125,2.8125,8.25,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.191999,-11.592,-15.191999]}],"overrides":[],"textures":{"0":"item/w1724908523_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7193.json b/assets/minecraft/models/w7193.json new file mode 100644 index 000000000..7fafb18ac --- /dev/null +++ b/assets/minecraft/models/w7193.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.0625,2.5,7.9375,3.375]},"east":{"texture":"#0","uv":[9.25,1.125,10.125,1.25]},"north":{"texture":"#0","uv":[7.9375,0.9375,8.0625,1.0625]},"south":{"texture":"#0","uv":[8.125,0.9375,8.25,1.0625]},"up":{"texture":"#0","uv":[7.875,3.375,7.75,2.5]},"west":{"texture":"#0","uv":[9.25,1.3125,10.125,1.4375]}},"from":[-15.2,-11.2,-7.6000004],"shade":false,"to":[-14.4,-10.4,-2.0000005]},{"faces":{"down":{"texture":"#0","uv":[10.1875,0,10.0625,0.25]},"east":{"texture":"#0","uv":[8.8125,0,9.0625,0.5625]},"north":{"texture":"#0","uv":[8.3125,2.8125,8.4375,3.375]},"south":{"texture":"#0","uv":[8.5,2.8125,8.625,3.375]},"up":{"texture":"#0","uv":[9.625,1,9.5,0.75]},"west":{"texture":"#0","uv":[8.875,0.625,9.125,1.1875]}},"from":[-15.2,-13.6,-2],"shade":false,"to":[-14.4,-10,-0.39999998]},{"faces":{"down":{"texture":"#0","uv":[8.0625,3.4375,7.9375,3.5625]},"east":{"texture":"#0","uv":[7.3125,3.5,7.4375,3.5625]},"north":{"texture":"#0","uv":[9.875,1,10,1.0625]},"south":{"texture":"#0","uv":[10.25,0.5625,10.375,0.625]},"up":{"texture":"#0","uv":[8.4375,1.0625,8.3125,0.9375]},"west":{"texture":"#0","uv":[10.25,0.6875,10.375,0.75]}},"from":[-15.2,-10.4,-2.8000002],"shade":false,"to":[-14.4,-10,-2.0000002]},{"faces":{"down":{"texture":"#0","uv":[10.3125,1.875,10.1875,2]},"east":{"texture":"#0","uv":[10.1875,1.5,10.3125,1.625]},"north":{"texture":"#0","uv":[10.1875,1.3125,10.3125,1.4375]},"south":{"texture":"#0","uv":[8.3125,3.4375,8.4375,3.5625]},"up":{"texture":"#0","uv":[8.625,3.5625,8.5,3.4375]},"west":{"texture":"#0","uv":[10.1875,1.6875,10.3125,1.8125]}},"from":[-15.2,-13.6,-2.8000002],"shade":false,"to":[-14.4,-12.8,-2.0000002]},{"faces":{"down":{"texture":"#0","uv":[8.75,0,8.375,0.875]},"east":{"texture":"#0","uv":[6.75,1.125,7.625,1.75]},"north":{"texture":"#0","uv":[7.375,1.8125,7.75,2.4375]},"south":{"texture":"#0","uv":[7.8125,1.8125,8.1875,2.4375]},"up":{"texture":"#0","uv":[8.3125,0.875,7.9375,0]},"west":{"texture":"#0","uv":[7.6875,1.125,8.5625,1.75]}},"from":[-16,-12.8,-16],"shade":false,"to":[-13.6,-8.8,-10.4]},{"faces":{"down":{"texture":"#0","uv":[10.1875,0.5625,10.0625,0.75]},"east":{"texture":"#0","uv":[8.25,1.8125,8.4375,2.75]},"north":{"texture":"#0","uv":[7.375,2.5,7.5,3.4375]},"south":{"texture":"#0","uv":[7.5625,2.5,7.6875,3.4375]},"up":{"texture":"#0","uv":[10.1875,0.5,10.0625,0.3125]},"west":{"texture":"#0","uv":[8.5,1.8125,8.6875,2.75]}},"from":[-15.2,-13.2,-14.8],"shade":false,"to":[-14.4,-7.2,-13.6]},{"faces":{"down":{"texture":"#0","uv":[10.3125,2.0625,10.1875,2.1875]},"east":{"texture":"#0","uv":[9.8125,1.5,9.9375,1.9375]},"north":{"texture":"#0","uv":[9.6875,0.625,9.8125,1.0625]},"south":{"texture":"#0","uv":[9.8125,2,9.9375,2.4375]},"up":{"texture":"#0","uv":[8.8125,3.5625,8.6875,3.4375]},"west":{"texture":"#0","uv":[9.8125,2.5,9.9375,2.9375]}},"from":[-15.2,-16,-14.4],"shade":false,"to":[-14.4,-13.2,-13.599999]},{"faces":{"down":{"texture":"#0","uv":[9.75,3.375,9.625,3.5625]},"east":{"texture":"#0","uv":[8.625,0.9375,8.8125,1.75]},"north":{"texture":"#0","uv":[9.25,1.5,9.375,2.3125]},"south":{"texture":"#0","uv":[9.25,2.375,9.375,3.1875]},"up":{"texture":"#0","uv":[10.1875,1,10.0625,0.8125]},"west":{"texture":"#0","uv":[8.75,1.8125,8.9375,2.625]}},"from":[-15.2,-13.2,-12.4],"shade":false,"to":[-14.4,-8,-11.2]},{"faces":{"down":{"texture":"#0","uv":[10.3125,2.8125,10.1875,2.9375]},"east":{"texture":"#0","uv":[9.875,0,10,0.4375]},"north":{"texture":"#0","uv":[9.8125,3,9.9375,3.4375]},"south":{"texture":"#0","uv":[9.875,0.5,10,0.9375]},"up":{"texture":"#0","uv":[10.3125,2.75,10.1875,2.625]},"west":{"texture":"#0","uv":[10,1.5,10.125,1.9375]}},"from":[-15.2,-15.2,-9.6],"shade":false,"to":[-14.4,-12.4,-8.8]},{"faces":{"down":{"texture":"#0","uv":[10.3125,1.0625,10.1875,1.25]},"east":{"texture":"#0","uv":[9,1.25,9.1875,1.9375]},"north":{"texture":"#0","uv":[9.4375,1.5,9.5625,2.1875]},"south":{"texture":"#0","uv":[8.75,2.6875,8.875,3.375]},"up":{"texture":"#0","uv":[7.875,3.625,7.75,3.4375]},"west":{"texture":"#0","uv":[9,2,9.1875,2.6875]}},"from":[-15.2,-12.4,-10],"shade":false,"to":[-14.4,-7.999,-8.8]},{"faces":{"down":{"texture":"#0","uv":[10.375,0,10.25,0.125]},"east":{"texture":"#0","uv":[9.125,3.25,9.25,3.6875]},"north":{"texture":"#0","uv":[10,2,10.125,2.4375]},"south":{"texture":"#0","uv":[10,2.5,10.125,2.9375]},"up":{"texture":"#0","uv":[10.3125,3.5,10.1875,3.375]},"west":{"texture":"#0","uv":[10,3,10.125,3.4375]}},"from":[-15.2,-16,-12],"shade":false,"to":[-14.4,-13.2,-11.2]},{"faces":{"down":{"texture":"#0","uv":[7.3125,1.8125,7.0625,2.9375]},"east":{"texture":"#0","uv":[6.75,0,7.875,0.5]},"north":{"texture":"#0","uv":[9.125,0,9.375,0.5]},"south":{"texture":"#0","uv":[9.1875,0.5625,9.4375,1.0625]},"up":{"texture":"#0","uv":[7,2.9375,6.75,1.8125]},"west":{"texture":"#0","uv":[6.75,0.5625,7.875,1.0625]}},"from":[-15.6,-13.2,-14],"shade":false,"to":[-14,-10,-6.8]}],"overrides":[],"textures":{"0":"item/w1724908523_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7194.json b/assets/minecraft/models/w7194.json new file mode 100644 index 000000000..0ca73d935 --- /dev/null +++ b/assets/minecraft/models/w7194.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,0,0,0]},"east":{"texture":"#0","uv":[0,0,0,14]},"north":{"texture":"#0","uv":[14,0,0,14]},"south":{"texture":"#0","uv":[0,0,14,14]},"up":{"texture":"#0","uv":[14,0,0,0]},"west":{"texture":"#0","uv":[0,0,0,14]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-10.4,-16]}],"overrides":[],"textures":{"0":"item/w765661244_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7195.json b/assets/minecraft/models/w7195.json new file mode 100644 index 000000000..0ca73d935 --- /dev/null +++ b/assets/minecraft/models/w7195.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,0,0,0]},"east":{"texture":"#0","uv":[0,0,0,14]},"north":{"texture":"#0","uv":[14,0,0,14]},"south":{"texture":"#0","uv":[0,0,14,14]},"up":{"texture":"#0","uv":[14,0,0,0]},"west":{"texture":"#0","uv":[0,0,0,14]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-10.4,-16]}],"overrides":[],"textures":{"0":"item/w765661244_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7196.json b/assets/minecraft/models/w7196.json new file mode 100644 index 000000000..0ca73d935 --- /dev/null +++ b/assets/minecraft/models/w7196.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,0,0,0]},"east":{"texture":"#0","uv":[0,0,0,14]},"north":{"texture":"#0","uv":[14,0,0,14]},"south":{"texture":"#0","uv":[0,0,14,14]},"up":{"texture":"#0","uv":[14,0,0,0]},"west":{"texture":"#0","uv":[0,0,0,14]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-10.4,-16]}],"overrides":[],"textures":{"0":"item/w765661244_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7197.json b/assets/minecraft/models/w7197.json new file mode 100644 index 000000000..02db925e3 --- /dev/null +++ b/assets/minecraft/models/w7197.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,4,7,5]},"east":{"texture":"#0","uv":[4,5,5,8]},"north":{"texture":"#0","uv":[5,5,7,8]},"south":{"texture":"#0","uv":[8,5,10,8]},"up":{"texture":"#0","uv":[7,5,5,4]},"west":{"texture":"#0","uv":[7,5,8,8]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-12.7,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[9,8,7,9]},"east":{"texture":"#0","uv":[4,9,5,12]},"north":{"texture":"#0","uv":[5,9,7,12]},"south":{"texture":"#0","uv":[8,9,10,12]},"up":{"texture":"#0","uv":[7,9,5,8]},"west":{"texture":"#0","uv":[7,9,8,12]}},"from":[-16,-16,-16],"shade":false,"to":[-12.6,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w690640828_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7198.json b/assets/minecraft/models/w7198.json new file mode 100644 index 000000000..72dfc09b3 --- /dev/null +++ b/assets/minecraft/models/w7198.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,12,6,13]},"east":{"texture":"#0","uv":[4,13,5,16]},"north":{"texture":"#0","uv":[5,13,6,16]},"south":{"texture":"#0","uv":[7,13,8,16]},"up":{"texture":"#0","uv":[6,13,5,12]},"west":{"texture":"#0","uv":[6,13,7,16]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[3,12,2,13]},"east":{"texture":"#0","uv":[0,13,1,16]},"north":{"texture":"#0","uv":[1,13,2,16]},"south":{"texture":"#0","uv":[3,13,4,16]},"up":{"texture":"#0","uv":[2,13,1,12]},"west":{"texture":"#0","uv":[2,13,3,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w690640828_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7199.json b/assets/minecraft/models/w7199.json new file mode 100644 index 000000000..b7a32e890 --- /dev/null +++ b/assets/minecraft/models/w7199.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,4,2,5]},"east":{"texture":"#0","uv":[0,5,1,8]},"north":{"texture":"#0","uv":[1,5,2,8]},"south":{"texture":"#0","uv":[3,5,4,8]},"up":{"texture":"#0","uv":[2,5,1,4]},"west":{"texture":"#0","uv":[2,5,3,8]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[3,8,2,9]},"east":{"texture":"#0","uv":[0,9,1,12]},"north":{"texture":"#0","uv":[1,9,2,12]},"south":{"texture":"#0","uv":[3,9,4,12]},"up":{"texture":"#0","uv":[2,9,1,8]},"west":{"texture":"#0","uv":[2,9,3,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w690640828_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w72.json b/assets/minecraft/models/w72.json new file mode 100644 index 000000000..f133e60e3 --- /dev/null +++ b/assets/minecraft/models/w72.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.75,2.5,4,2.875]},"east":{"texture":"#0","uv":[4.75,1.5,5.125,2.125]},"north":{"texture":"#0","uv":[4,0.875,4.75,1.5]},"south":{"texture":"#0","uv":[4,1.5,4.75,2.125]},"up":{"texture":"#0","uv":[4.75,2.5,4,2.125]},"west":{"texture":"#0","uv":[4.75,0.875,5.125,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1081588330_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w720.json b/assets/minecraft/models/w720.json new file mode 100644 index 000000000..6a5fe1a38 --- /dev/null +++ b/assets/minecraft/models/w720.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,6,0,4]},"south":{"texture":"#0","uv":[0,6,2,4]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7200.json b/assets/minecraft/models/w7200.json new file mode 100644 index 000000000..204f1ccfe --- /dev/null +++ b/assets/minecraft/models/w7200.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,4,2]},"east":{"texture":"#0","uv":[0,2,2,4]},"north":{"texture":"#0","uv":[2,2,4,4]},"south":{"texture":"#0","uv":[6,2,8,4]},"up":{"texture":"#0","uv":[4,2,2,0]},"west":{"texture":"#0","uv":[4,2,6,4]}},"from":[-15.8,-15.8,-15.8],"shade":false,"to":[-12.6,-12.6,-12.6]},{"faces":{"down":{"texture":"#0","uv":[14,0,12,2]},"east":{"texture":"#0","uv":[8,2,10,4]},"north":{"texture":"#0","uv":[10,2,12,4]},"south":{"texture":"#0","uv":[14,2,16,4]},"up":{"texture":"#0","uv":[12,2,10,0]},"west":{"texture":"#0","uv":[12,2,14,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.4,-12.4]}],"overrides":[],"textures":{"0":"item/w690640828_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7201.json b/assets/minecraft/models/w7201.json new file mode 100644 index 000000000..ceee7b783 --- /dev/null +++ b/assets/minecraft/models/w7201.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,4,12,5]},"east":{"texture":"#0","uv":[10,5,11,8]},"north":{"texture":"#0","uv":[11,5,12,8]},"south":{"texture":"#0","uv":[13,5,14,8]},"up":{"texture":"#0","uv":[12,5,11,4]},"west":{"texture":"#0","uv":[12,5,13,8]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[13,8,12,9]},"east":{"texture":"#0","uv":[10,9,11,12]},"north":{"texture":"#0","uv":[11,9,12,12]},"south":{"texture":"#0","uv":[13,9,14,12]},"up":{"texture":"#0","uv":[12,9,11,8]},"west":{"texture":"#0","uv":[12,9,13,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w690640828_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7202.json b/assets/minecraft/models/w7202.json new file mode 100644 index 000000000..9b6644012 --- /dev/null +++ b/assets/minecraft/models/w7202.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,12,10,13]},"east":{"texture":"#0","uv":[8,13,9,16]},"north":{"texture":"#0","uv":[9,13,10,16]},"south":{"texture":"#0","uv":[11,13,12,16]},"up":{"texture":"#0","uv":[10,13,9,12]},"west":{"texture":"#0","uv":[10,13,11,16]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[15,12,14,13]},"east":{"texture":"#0","uv":[12,13,13,16]},"north":{"texture":"#0","uv":[13,13,14,16]},"south":{"texture":"#0","uv":[15,13,16,16]},"up":{"texture":"#0","uv":[14,13,13,12]},"west":{"texture":"#0","uv":[14,13,15,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w690640828_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7203.json b/assets/minecraft/models/w7203.json new file mode 100644 index 000000000..c49f1ed59 --- /dev/null +++ b/assets/minecraft/models/w7203.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,1.875,5.625,2.125]},"north":{"texture":"#0","uv":[5.5,1.875,5.625,2.125]},"south":{"texture":"#0","uv":[5.875,1.875,6,2.125]},"up":{"texture":"#0","uv":[5.875,1.875,6,2.125]}},"from":[8,8,8],"shade":false,"to":[8.4,7.2,8.8]}],"overrides":[],"textures":{"0":"item/w1708147980_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7204.json b/assets/minecraft/models/w7204.json new file mode 100644 index 000000000..15dbae3a3 --- /dev/null +++ b/assets/minecraft/models/w7204.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.375,0.375,4.375,0]},"east":{"texture":"#0","uv":[4,0,4.375,8]},"north":{"texture":"#0","uv":[4,0,0,8]},"south":{"texture":"#0","uv":[0,0,4,8]},"up":{"texture":"#0","uv":[8.375,0.75,4.375,0.375]},"west":{"texture":"#0","uv":[4,0,4.375,8]}},"from":[-16,-16,-14.4],"shade":false,"to":[-3.1999998,9.6,-13.2]},{"faces":{"down":{"texture":"#0","uv":[8.375,1.5,4.375,1.75]},"east":{"texture":"#0","uv":[8.375,0.75,8.625,1.25]},"north":{"texture":"#0","uv":[4.375,0.75,8.375,1.25]},"up":{"texture":"#0","uv":[8.375,1.5,4.375,1.25]},"west":{"texture":"#0","uv":[8.375,0.75,8.625,1.25]}},"from":[-16,-14.4,-15.2],"shade":false,"to":[-3.1999998,-12.799999,-14.4]},{"faces":{"down":{"texture":"#0","uv":[8.375,1.5,4.375,1.75]},"east":{"texture":"#0","uv":[8.375,0.75,8.625,1.25]},"north":{"texture":"#0","uv":[4.375,0.75,8.375,1.25]},"up":{"texture":"#0","uv":[8.375,1.5,4.375,1.25]},"west":{"texture":"#0","uv":[8.375,0.75,8.625,1.25]}},"from":[-16,3.2000008,-15.2],"shade":false,"to":[-3.1999998,4.8000007,-14.4]},{"faces":{"down":{"texture":"#0","uv":[6.25,2.25,6,1.75]},"east":{"texture":"#0","uv":[5.5,1.75,6,2.25]},"north":{"texture":"#0","uv":[6,1.75,6.25,2.25]},"up":{"texture":"#0","uv":[6.25,2.25,6,1.75]},"west":{"texture":"#0","uv":[5.5,1.75,6,2.25]}},"from":[-6,-8.8,-16],"shade":false,"to":[-5.2,-7.2000003,-14.4]}],"overrides":[],"textures":{"0":"item/w1708147980_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7205.json b/assets/minecraft/models/w7205.json new file mode 100644 index 000000000..c49f1ed59 --- /dev/null +++ b/assets/minecraft/models/w7205.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,1.875,5.625,2.125]},"north":{"texture":"#0","uv":[5.5,1.875,5.625,2.125]},"south":{"texture":"#0","uv":[5.875,1.875,6,2.125]},"up":{"texture":"#0","uv":[5.875,1.875,6,2.125]}},"from":[8,8,8],"shade":false,"to":[8.4,7.2,8.8]}],"overrides":[],"textures":{"0":"item/w1708147980_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7206.json b/assets/minecraft/models/w7206.json new file mode 100644 index 000000000..b5e92f491 --- /dev/null +++ b/assets/minecraft/models/w7206.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.375,0.375,4.375,0]},"east":{"texture":"#0","uv":[4,0,4.375,8]},"north":{"texture":"#0","uv":[4,0,0,8]},"south":{"texture":"#0","uv":[4,0,0,8]},"up":{"texture":"#0","uv":[4.375,0.75,8.375,0.375]},"west":{"texture":"#0","uv":[4,0,4.375,8]}},"from":[-16,-16,-14.4],"shade":false,"to":[-3.1999998,9.6,-13.2]},{"faces":{"down":{"texture":"#0","uv":[8.375,1.5,4.375,1.75]},"east":{"texture":"#0","uv":[8.625,0.75,8.375,1.25]},"north":{"texture":"#0","uv":[8.375,0.75,4.375,1.25]},"up":{"texture":"#0","uv":[8.375,1.5,4.375,1.25]},"west":{"texture":"#0","uv":[8.375,0.75,8.625,1.25]}},"from":[-16,-14.4,-15.2],"shade":false,"to":[-3.1999998,-12.799999,-14.4]},{"faces":{"down":{"texture":"#0","uv":[8.375,1.5,4.375,1.75]},"east":{"texture":"#0","uv":[8.625,0.75,8.375,1.25]},"north":{"texture":"#0","uv":[8.375,0.75,4.375,1.25]},"up":{"texture":"#0","uv":[8.375,1.5,4.375,1.25]},"west":{"texture":"#0","uv":[8.375,0.75,8.625,1.25]}},"from":[-16,3.2000008,-15.2],"shade":false,"to":[-3.1999998,4.8000007,-14.4]},{"faces":{"down":{"texture":"#0","uv":[6,2.25,6.25,1.75]},"east":{"texture":"#0","uv":[5.5,1.75,6,2.25]},"north":{"texture":"#0","uv":[6.25,1.75,6,2.25]},"up":{"texture":"#0","uv":[6,2.25,6.25,1.75]},"west":{"texture":"#0","uv":[5.5,1.75,6,2.25]}},"from":[-14,-8.8,-16],"shade":false,"to":[-13.2,-7.2000003,-14.4]}],"overrides":[],"textures":{"0":"item/w1708147980_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7207.json b/assets/minecraft/models/w7207.json new file mode 100644 index 000000000..934b1f416 --- /dev/null +++ b/assets/minecraft/models/w7207.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.625,2.5,5.125,2.625]},"east":{"texture":"#0","uv":[4.5,2,4.625,2.5]},"up":{"texture":"#0","uv":[4.625,2.5,5.125,2.625]},"west":{"texture":"#0","uv":[5.125,2,5.25,2.5]}},"from":[8,8,8],"shade":false,"to":[9.6,6.4,8.4]}],"overrides":[],"textures":{"0":"item/w1708147980_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7208.json b/assets/minecraft/models/w7208.json new file mode 100644 index 000000000..53fe8e159 --- /dev/null +++ b/assets/minecraft/models/w7208.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.375,2.875,4.375,2.75]},"east":{"texture":"#0","uv":[5.375,1.75,5.5,2.75]},"north":{"texture":"#0","uv":[4.375,1.75,5.375,2.75]},"south":{"texture":"#0","uv":[4.375,1.75,5.375,2.75]},"up":{"texture":"#0","uv":[5.375,2.875,4.375,2.75]},"west":{"texture":"#0","uv":[5.375,1.75,5.5,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1708147980_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7209.json b/assets/minecraft/models/w7209.json new file mode 100644 index 000000000..934b1f416 --- /dev/null +++ b/assets/minecraft/models/w7209.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.625,2.5,5.125,2.625]},"east":{"texture":"#0","uv":[4.5,2,4.625,2.5]},"up":{"texture":"#0","uv":[4.625,2.5,5.125,2.625]},"west":{"texture":"#0","uv":[5.125,2,5.25,2.5]}},"from":[8,8,8],"shade":false,"to":[9.6,6.4,8.4]}],"overrides":[],"textures":{"0":"item/w1708147980_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w721.json b/assets/minecraft/models/w721.json new file mode 100644 index 000000000..59c64d5ec --- /dev/null +++ b/assets/minecraft/models/w721.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,6,2,4]},"south":{"texture":"#0","uv":[2,6,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7210.json b/assets/minecraft/models/w7210.json new file mode 100644 index 000000000..b5244e7dd --- /dev/null +++ b/assets/minecraft/models/w7210.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.375,2.875,5.375,2.75]},"east":{"texture":"#0","uv":[5.375,1.75,5.5,2.75]},"north":{"texture":"#0","uv":[5.375,1.75,4.375,2.75]},"south":{"texture":"#0","uv":[4.375,1.75,5.375,2.75]},"up":{"texture":"#0","uv":[4.375,2.875,5.375,2.75]},"west":{"texture":"#0","uv":[5.375,1.75,5.5,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1708147980_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7211.json b/assets/minecraft/models/w7211.json new file mode 100644 index 000000000..563cc42b6 --- /dev/null +++ b/assets/minecraft/models/w7211.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,1.875,5.625,2.125]},"north":{"texture":"#0","uv":[5.5,1.875,5.625,2.125]},"south":{"texture":"#0","uv":[5.875,1.875,6,2.125]},"up":{"texture":"#0","uv":[5.875,1.875,6,2.125]}},"from":[8,8,8],"shade":false,"to":[8.4,7.2,8.8]}],"overrides":[],"textures":{"0":"item/w2060413512_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7212.json b/assets/minecraft/models/w7212.json new file mode 100644 index 000000000..f7a1f9892 --- /dev/null +++ b/assets/minecraft/models/w7212.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.375,0.375,4.375,0]},"east":{"texture":"#0","uv":[4,0,4.375,8]},"north":{"texture":"#0","uv":[4,0,0,8]},"south":{"texture":"#0","uv":[0,0,4,8]},"up":{"texture":"#0","uv":[8.375,0.75,4.375,0.375]},"west":{"texture":"#0","uv":[4,0,4.375,8]}},"from":[-16,-16,-14.4],"shade":false,"to":[-3.1999998,9.6,-13.2]},{"faces":{"down":{"texture":"#0","uv":[8.375,1.5,4.375,1.75]},"east":{"texture":"#0","uv":[8.375,0.75,8.625,1.25]},"north":{"texture":"#0","uv":[4.375,0.75,8.375,1.25]},"up":{"texture":"#0","uv":[8.375,1.5,4.375,1.25]},"west":{"texture":"#0","uv":[8.375,0.75,8.625,1.25]}},"from":[-16,-14.4,-15.2],"shade":false,"to":[-3.1999998,-12.799999,-14.4]},{"faces":{"down":{"texture":"#0","uv":[8.375,1.5,4.375,1.75]},"east":{"texture":"#0","uv":[8.375,0.75,8.625,1.25]},"north":{"texture":"#0","uv":[4.375,0.75,8.375,1.25]},"up":{"texture":"#0","uv":[8.375,1.5,4.375,1.25]},"west":{"texture":"#0","uv":[8.375,0.75,8.625,1.25]}},"from":[-16,3.2000008,-15.2],"shade":false,"to":[-3.1999998,4.8000007,-14.4]},{"faces":{"down":{"texture":"#0","uv":[6.25,2.25,6,1.75]},"east":{"texture":"#0","uv":[5.5,1.75,6,2.25]},"north":{"texture":"#0","uv":[6,1.75,6.25,2.25]},"up":{"texture":"#0","uv":[6.25,2.25,6,1.75]},"west":{"texture":"#0","uv":[5.5,1.75,6,2.25]}},"from":[-6,-8.8,-16],"shade":false,"to":[-5.2,-7.2000003,-14.4]}],"overrides":[],"textures":{"0":"item/w2060413512_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7213.json b/assets/minecraft/models/w7213.json new file mode 100644 index 000000000..563cc42b6 --- /dev/null +++ b/assets/minecraft/models/w7213.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,1.875,5.625,2.125]},"north":{"texture":"#0","uv":[5.5,1.875,5.625,2.125]},"south":{"texture":"#0","uv":[5.875,1.875,6,2.125]},"up":{"texture":"#0","uv":[5.875,1.875,6,2.125]}},"from":[8,8,8],"shade":false,"to":[8.4,7.2,8.8]}],"overrides":[],"textures":{"0":"item/w2060413512_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7214.json b/assets/minecraft/models/w7214.json new file mode 100644 index 000000000..dbc783032 --- /dev/null +++ b/assets/minecraft/models/w7214.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.375,0.375,4.375,0]},"east":{"texture":"#0","uv":[4,0,4.375,8]},"north":{"texture":"#0","uv":[4,0,0,8]},"south":{"texture":"#0","uv":[0,0,4,8]},"up":{"texture":"#0","uv":[8.375,0.75,4.375,0.375]},"west":{"texture":"#0","uv":[4,0,4.375,8]}},"from":[-16,-16,-14.4],"shade":false,"to":[-3.1999998,9.6,-13.2]},{"faces":{"down":{"texture":"#0","uv":[8.375,1.5,4.375,1.75]},"east":{"texture":"#0","uv":[8.625,0.75,8.375,1.25]},"north":{"texture":"#0","uv":[8.375,0.75,4.375,1.25]},"up":{"texture":"#0","uv":[8.375,1.5,4.375,1.25]},"west":{"texture":"#0","uv":[8.375,0.75,8.625,1.25]}},"from":[-16,-14.4,-15.2],"shade":false,"to":[-3.1999998,-12.799999,-14.4]},{"faces":{"down":{"texture":"#0","uv":[8.375,1.5,4.375,1.75]},"east":{"texture":"#0","uv":[8.625,0.75,8.375,1.25]},"north":{"texture":"#0","uv":[8.375,0.75,4.375,1.25]},"up":{"texture":"#0","uv":[8.375,1.5,4.375,1.25]},"west":{"texture":"#0","uv":[8.375,0.75,8.625,1.25]}},"from":[-16,3.2000008,-15.2],"shade":false,"to":[-3.1999998,4.8000007,-14.4]},{"faces":{"down":{"texture":"#0","uv":[6,2.25,6.25,1.75]},"east":{"texture":"#0","uv":[5.5,1.75,6,2.25]},"north":{"texture":"#0","uv":[6.25,1.75,6,2.25]},"up":{"texture":"#0","uv":[6,2.25,6.25,1.75]},"west":{"texture":"#0","uv":[5.5,1.75,6,2.25]}},"from":[-14,-8.8,-16],"shade":false,"to":[-13.2,-7.2000003,-14.4]}],"overrides":[],"textures":{"0":"item/w2060413512_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7215.json b/assets/minecraft/models/w7215.json new file mode 100644 index 000000000..fc1c33f2e --- /dev/null +++ b/assets/minecraft/models/w7215.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.625,2.5,5.125,2.625]},"east":{"texture":"#0","uv":[4.5,2,4.625,2.5]},"up":{"texture":"#0","uv":[4.625,2.5,5.125,2.625]},"west":{"texture":"#0","uv":[5.125,2,5.25,2.5]}},"from":[8,8,8],"shade":false,"to":[9.6,6.4,8.4]}],"overrides":[],"textures":{"0":"item/w2060413512_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7216.json b/assets/minecraft/models/w7216.json new file mode 100644 index 000000000..f4c99ec5d --- /dev/null +++ b/assets/minecraft/models/w7216.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.375,2.875,4.375,2.75]},"east":{"texture":"#0","uv":[5.375,1.75,5.5,2.75]},"north":{"texture":"#0","uv":[4.375,1.75,5.375,2.75]},"south":{"texture":"#0","uv":[4.375,1.75,5.375,2.75]},"up":{"texture":"#0","uv":[5.375,2.875,4.375,2.75]},"west":{"texture":"#0","uv":[5.375,1.75,5.5,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.8,-15.6]}],"overrides":[],"textures":{"0":"item/w2060413512_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7217.json b/assets/minecraft/models/w7217.json new file mode 100644 index 000000000..fc1c33f2e --- /dev/null +++ b/assets/minecraft/models/w7217.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.625,2.5,5.125,2.625]},"east":{"texture":"#0","uv":[4.5,2,4.625,2.5]},"up":{"texture":"#0","uv":[4.625,2.5,5.125,2.625]},"west":{"texture":"#0","uv":[5.125,2,5.25,2.5]}},"from":[8,8,8],"shade":false,"to":[9.6,6.4,8.4]}],"overrides":[],"textures":{"0":"item/w2060413512_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7218.json b/assets/minecraft/models/w7218.json new file mode 100644 index 000000000..0df54fad8 --- /dev/null +++ b/assets/minecraft/models/w7218.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.375,2.875,5.375,2.75]},"east":{"texture":"#0","uv":[5.375,1.75,5.5,2.75]},"north":{"texture":"#0","uv":[5.375,1.75,4.375,2.75]},"south":{"texture":"#0","uv":[4.375,1.75,5.375,2.75]},"up":{"texture":"#0","uv":[4.375,2.875,5.375,2.75]},"west":{"texture":"#0","uv":[5.375,1.75,5.5,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.8,-15.6]}],"overrides":[],"textures":{"0":"item/w2060413512_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7219.json b/assets/minecraft/models/w7219.json new file mode 100644 index 000000000..84140ee6d --- /dev/null +++ b/assets/minecraft/models/w7219.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,0,0,0.5]},"east":{"texture":"#0","uv":[0,0,0.5,0.5]},"north":{"texture":"#0","uv":[0,0,0.5,0.5]},"south":{"texture":"#0","uv":[0,0,0.5,0.5]},"up":{"texture":"#0","uv":[0.5,0.5,0,0]},"west":{"texture":"#0","uv":[0,0,0.5,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.4,-14]}],"overrides":[],"textures":{"0":"item/w1787240722_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w722.json b/assets/minecraft/models/w722.json new file mode 100644 index 000000000..efb0dafb9 --- /dev/null +++ b/assets/minecraft/models/w722.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2,4,0,6]},"south":{"texture":"#0","uv":[0,4,2,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7220.json b/assets/minecraft/models/w7220.json new file mode 100644 index 000000000..987223806 --- /dev/null +++ b/assets/minecraft/models/w7220.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,0,0,0.5]},"east":{"texture":"#0","uv":[0,0,0.5,0.5]},"north":{"texture":"#0","uv":[0,0,0.5,0.5]},"south":{"texture":"#0","uv":[0,0,0.5,0.5]},"up":{"texture":"#0","uv":[0.5,0.5,0,0]},"west":{"texture":"#0","uv":[0,0,0.5,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12,-14.4]}],"overrides":[],"textures":{"0":"item/w1787240722_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7221.json b/assets/minecraft/models/w7221.json new file mode 100644 index 000000000..eab89e732 --- /dev/null +++ b/assets/minecraft/models/w7221.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0,0.5,0.5]},"east":{"texture":"#0","uv":[0.5,0,1,0.5]},"north":{"texture":"#0","uv":[0.5,0,1,0.5]},"south":{"texture":"#0","uv":[0.5,0,1,0.5]},"up":{"texture":"#0","uv":[1,0.5,0.5,0]},"west":{"texture":"#0","uv":[0.5,0,1,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.4,-14]}],"overrides":[],"textures":{"0":"item/w1787240722_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7222.json b/assets/minecraft/models/w7222.json new file mode 100644 index 000000000..9c82f6ae8 --- /dev/null +++ b/assets/minecraft/models/w7222.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0,0.5,0.5]},"east":{"texture":"#0","uv":[0.5,0,1,0.5]},"north":{"texture":"#0","uv":[0.5,0,1,0.5]},"south":{"texture":"#0","uv":[0.5,0,1,0.5]},"up":{"texture":"#0","uv":[1,0.5,0.5,0]},"west":{"texture":"#0","uv":[0.5,0,1,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12,-14.4]}],"overrides":[],"textures":{"0":"item/w1787240722_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7223.json b/assets/minecraft/models/w7223.json new file mode 100644 index 000000000..68d74b999 --- /dev/null +++ b/assets/minecraft/models/w7223.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0.5,0.5,1]},"east":{"texture":"#0","uv":[0.5,0.5,1,1]},"north":{"texture":"#0","uv":[0.5,0.5,1,1]},"south":{"texture":"#0","uv":[0.5,0.5,1,1]},"up":{"texture":"#0","uv":[1,1,0.5,0.5]},"west":{"texture":"#0","uv":[0.5,0.5,1,1]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.4,-14]}],"overrides":[],"textures":{"0":"item/w1787240722_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7224.json b/assets/minecraft/models/w7224.json new file mode 100644 index 000000000..c5c945d61 --- /dev/null +++ b/assets/minecraft/models/w7224.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0.5,0.5,1]},"east":{"texture":"#0","uv":[0.5,0.5,1,1]},"north":{"texture":"#0","uv":[0.5,0.5,1,1]},"south":{"texture":"#0","uv":[0.5,0.5,1,1]},"up":{"texture":"#0","uv":[1,1,0.5,0.5]},"west":{"texture":"#0","uv":[0.5,0.5,1,1]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12,-14.4]}],"overrides":[],"textures":{"0":"item/w1787240722_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7225.json b/assets/minecraft/models/w7225.json new file mode 100644 index 000000000..ce92b1f56 --- /dev/null +++ b/assets/minecraft/models/w7225.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,0.5,0,1]},"east":{"texture":"#0","uv":[0,0.5,0.5,1]},"north":{"texture":"#0","uv":[0,0.5,0.5,1]},"south":{"texture":"#0","uv":[0,0.5,0.5,1]},"up":{"texture":"#0","uv":[0.5,1,0,0.5]},"west":{"texture":"#0","uv":[0,0.5,0.5,1]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.4,-14]}],"overrides":[],"textures":{"0":"item/w1787240722_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7226.json b/assets/minecraft/models/w7226.json new file mode 100644 index 000000000..545d20d4b --- /dev/null +++ b/assets/minecraft/models/w7226.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,0.5,0,1]},"east":{"texture":"#0","uv":[0,0.5,0.5,1]},"north":{"texture":"#0","uv":[0,0.5,0.5,1]},"south":{"texture":"#0","uv":[0,0.5,0.5,1]},"up":{"texture":"#0","uv":[0.5,1,0,0.5]},"west":{"texture":"#0","uv":[0,0.5,0.5,1]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12,-14.4]}],"overrides":[],"textures":{"0":"item/w1787240722_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7227.json b/assets/minecraft/models/w7227.json new file mode 100644 index 000000000..a112ec163 --- /dev/null +++ b/assets/minecraft/models/w7227.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0.25,2.75,0.25]},"east":{"texture":"#0","uv":[0,0.25,0,4]},"north":{"texture":"#0","uv":[10.25,1,0,16]},"south":{"texture":"#0","uv":[0,1,10.25,16]},"up":{"texture":"#0","uv":[2.75,0.25,0,0.25]},"west":{"texture":"#0","uv":[2.75,0.25,2.75,4]}},"from":[-16,-16,-16],"shade":false,"to":[-11.6,-10,-16]}],"overrides":[],"textures":{"0":"item/w1787240722_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7228.json b/assets/minecraft/models/w7228.json new file mode 100644 index 000000000..ff3dd61fb --- /dev/null +++ b/assets/minecraft/models/w7228.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,0,0,0.5]},"east":{"texture":"#0","uv":[0,0,0.5,0.5]},"north":{"texture":"#0","uv":[0,0,0.5,0.5]},"south":{"texture":"#0","uv":[0,0,0.5,0.5]},"up":{"texture":"#0","uv":[0.5,0.5,0,0]},"west":{"texture":"#0","uv":[0,0,0.5,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-6.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1787240722_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7229.json b/assets/minecraft/models/w7229.json new file mode 100644 index 000000000..944f20e91 --- /dev/null +++ b/assets/minecraft/models/w7229.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0,0.5,0.5]},"east":{"texture":"#0","uv":[0.5,0,1,0.5]},"north":{"texture":"#0","uv":[0.5,0,1,0.5]},"south":{"texture":"#0","uv":[0.5,0,1,0.5]},"up":{"texture":"#0","uv":[1,0.5,0.5,0]},"west":{"texture":"#0","uv":[0.5,0,1,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-6.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1787240722_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w723.json b/assets/minecraft/models/w723.json new file mode 100644 index 000000000..dc0ee2dc8 --- /dev/null +++ b/assets/minecraft/models/w723.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,2,6]},"south":{"texture":"#0","uv":[2,4,0,6]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-9.6,-16]}],"overrides":[],"textures":{"0":"item/w629366835_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7230.json b/assets/minecraft/models/w7230.json new file mode 100644 index 000000000..f20769e66 --- /dev/null +++ b/assets/minecraft/models/w7230.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,0.5,0,1]},"east":{"texture":"#0","uv":[0,0.5,0.5,1]},"north":{"texture":"#0","uv":[0,0.5,0.5,1]},"south":{"texture":"#0","uv":[0,0.5,0.5,1]},"up":{"texture":"#0","uv":[0.5,1,0,0.5]},"west":{"texture":"#0","uv":[0,0.5,0.5,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-6.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1787240722_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7231.json b/assets/minecraft/models/w7231.json new file mode 100644 index 000000000..ad231c748 --- /dev/null +++ b/assets/minecraft/models/w7231.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0.5,0.5,1]},"east":{"texture":"#0","uv":[0.5,0.5,1,1]},"north":{"texture":"#0","uv":[0.5,0.5,1,1]},"south":{"texture":"#0","uv":[0.5,0.5,1,1]},"up":{"texture":"#0","uv":[1,1,0.5,0.5]},"west":{"texture":"#0","uv":[0.5,0.5,1,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-6.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1787240722_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7232.json b/assets/minecraft/models/w7232.json new file mode 100644 index 000000000..6f462f370 --- /dev/null +++ b/assets/minecraft/models/w7232.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,0.5,0.5]},"east":{"texture":"#0","uv":[0.5,0,0,0.5]},"north":{"texture":"#0","uv":[0.5,0,0,0.5]},"south":{"texture":"#0","uv":[0.5,0,0,0.5]},"up":{"texture":"#0","uv":[0,0.5,0.5,0]},"west":{"texture":"#0","uv":[0.5,0,0,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-6.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1787240722_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7233.json b/assets/minecraft/models/w7233.json new file mode 100644 index 000000000..c8da841e5 --- /dev/null +++ b/assets/minecraft/models/w7233.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,0,1,0.5]},"east":{"texture":"#0","uv":[1,0,0.5,0.5]},"north":{"texture":"#0","uv":[1,0,0.5,0.5]},"south":{"texture":"#0","uv":[1,0,0.5,0.5]},"up":{"texture":"#0","uv":[0.5,0.5,1,0]},"west":{"texture":"#0","uv":[1,0,0.5,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-6.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1787240722_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7234.json b/assets/minecraft/models/w7234.json new file mode 100644 index 000000000..6bc56d6fe --- /dev/null +++ b/assets/minecraft/models/w7234.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0.5,0.5,1]},"east":{"texture":"#0","uv":[0.5,0.5,0,1]},"north":{"texture":"#0","uv":[0.5,0.5,0,1]},"south":{"texture":"#0","uv":[0.5,0.5,0,1]},"up":{"texture":"#0","uv":[0,1,0.5,0.5]},"west":{"texture":"#0","uv":[0.5,0.5,0,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-6.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1787240722_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7235.json b/assets/minecraft/models/w7235.json new file mode 100644 index 000000000..fc4a51bd4 --- /dev/null +++ b/assets/minecraft/models/w7235.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,0.5,1,1]},"east":{"texture":"#0","uv":[1,0.5,0.5,1]},"north":{"texture":"#0","uv":[1,0.5,0.5,1]},"south":{"texture":"#0","uv":[1,0.5,0.5,1]},"up":{"texture":"#0","uv":[0.5,1,1,0.5]},"west":{"texture":"#0","uv":[1,0.5,0.5,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-6.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1787240722_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7236.json b/assets/minecraft/models/w7236.json new file mode 100644 index 000000000..6ea4fdceb --- /dev/null +++ b/assets/minecraft/models/w7236.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,0,0,0.5]},"east":{"texture":"#0","uv":[0,0,0.5,0.5]},"north":{"texture":"#0","uv":[0,0,0.5,0.5]},"south":{"texture":"#0","uv":[0,0,0.5,0.5]},"up":{"texture":"#0","uv":[0.5,0.5,0,0]},"west":{"texture":"#0","uv":[0,0,0.5,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14.4,-12.8]}],"overrides":[],"textures":{"0":"item/w1787240722_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7237.json b/assets/minecraft/models/w7237.json new file mode 100644 index 000000000..ae44a83fd --- /dev/null +++ b/assets/minecraft/models/w7237.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,0,0,0.5]},"east":{"texture":"#0","uv":[0,0,0.5,0.5]},"north":{"texture":"#0","uv":[0,0,0.5,0.5]},"south":{"texture":"#0","uv":[0,0,0.5,0.5]},"up":{"texture":"#0","uv":[0.5,0.5,0,0]},"west":{"texture":"#0","uv":[0,0,0.5,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-13.2,-12.8]}],"overrides":[],"textures":{"0":"item/w1787240722_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7238.json b/assets/minecraft/models/w7238.json new file mode 100644 index 000000000..ea96c6113 --- /dev/null +++ b/assets/minecraft/models/w7238.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0,0.5,0.5]},"east":{"texture":"#0","uv":[0.5,0,1,0.5]},"north":{"texture":"#0","uv":[0.5,0,1,0.5]},"south":{"texture":"#0","uv":[0.5,0,1,0.5]},"up":{"texture":"#0","uv":[1,0.5,0.5,0]},"west":{"texture":"#0","uv":[0.5,0,1,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14.4,-12.8]}],"overrides":[],"textures":{"0":"item/w1787240722_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7239.json b/assets/minecraft/models/w7239.json new file mode 100644 index 000000000..bffe8bcec --- /dev/null +++ b/assets/minecraft/models/w7239.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0,0.5,0.5]},"east":{"texture":"#0","uv":[0.5,0,1,0.5]},"north":{"texture":"#0","uv":[0.5,0,1,0.5]},"south":{"texture":"#0","uv":[0.5,0,1,0.5]},"up":{"texture":"#0","uv":[1,0.5,0.5,0]},"west":{"texture":"#0","uv":[0.5,0,1,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-13.2,-12.8]}],"overrides":[],"textures":{"0":"item/w1787240722_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w724.json b/assets/minecraft/models/w724.json new file mode 100644 index 000000000..c58de331f --- /dev/null +++ b/assets/minecraft/models/w724.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,0,6,3]},"east":{"texture":"#0","uv":[0,3,3,6]},"north":{"texture":"#0","uv":[3,3,6,6]},"south":{"texture":"#0","uv":[9,3,12,6]},"up":{"texture":"#0","uv":[6,3,3,0]},"west":{"texture":"#0","uv":[6,3,9,6]}},"from":[-16,-16,-15.6],"shade":false,"to":[-14.8,-14.8,-14.400001]},{"faces":{"down":{"texture":"#0","uv":[15,0,14,1]},"east":{"texture":"#0","uv":[12,1,13,2]},"north":{"texture":"#0","uv":[13,1,14,2]},"south":{"texture":"#0","uv":[15,1,16,2]},"up":{"texture":"#0","uv":[14,1,13,0]},"west":{"texture":"#0","uv":[14,1,15,2]}},"from":[-15.6,-15.8,-16],"shade":false,"to":[-15.200001,-15.400001,-15.6]}],"overrides":[],"textures":{"0":"item/w471978016_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7240.json b/assets/minecraft/models/w7240.json new file mode 100644 index 000000000..15f003ba6 --- /dev/null +++ b/assets/minecraft/models/w7240.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,0.5,0,1]},"east":{"texture":"#0","uv":[0,0.5,0.5,1]},"north":{"texture":"#0","uv":[0,0.5,0.5,1]},"south":{"texture":"#0","uv":[0,0.5,0.5,1]},"up":{"texture":"#0","uv":[0.5,1,0,0.5]},"west":{"texture":"#0","uv":[0,0.5,0.5,1]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14.4,-12.8]}],"overrides":[],"textures":{"0":"item/w1787240722_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7241.json b/assets/minecraft/models/w7241.json new file mode 100644 index 000000000..7d2ba002e --- /dev/null +++ b/assets/minecraft/models/w7241.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,0.5,0,1]},"east":{"texture":"#0","uv":[0,0.5,0.5,1]},"north":{"texture":"#0","uv":[0,0.5,0.5,1]},"south":{"texture":"#0","uv":[0,0.5,0.5,1]},"up":{"texture":"#0","uv":[0.5,1,0,0.5]},"west":{"texture":"#0","uv":[0,0.5,0.5,1]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-13.2,-12.8]}],"overrides":[],"textures":{"0":"item/w1787240722_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7242.json b/assets/minecraft/models/w7242.json new file mode 100644 index 000000000..5581b6a21 --- /dev/null +++ b/assets/minecraft/models/w7242.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0.5,0.5,1]},"east":{"texture":"#0","uv":[0.5,0.5,1,1]},"north":{"texture":"#0","uv":[0.5,0.5,1,1]},"south":{"texture":"#0","uv":[0.5,0.5,1,1]},"up":{"texture":"#0","uv":[1,1,0.5,0.5]},"west":{"texture":"#0","uv":[0.5,0.5,1,1]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14.4,-12.8]}],"overrides":[],"textures":{"0":"item/w1787240722_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7243.json b/assets/minecraft/models/w7243.json new file mode 100644 index 000000000..205547255 --- /dev/null +++ b/assets/minecraft/models/w7243.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0.5,0.5,1]},"east":{"texture":"#0","uv":[0.5,0.5,1,1]},"north":{"texture":"#0","uv":[0.5,0.5,1,1]},"south":{"texture":"#0","uv":[0.5,0.5,1,1]},"up":{"texture":"#0","uv":[1,1,0.5,0.5]},"west":{"texture":"#0","uv":[0.5,0.5,1,1]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-13.2,-12.8]}],"overrides":[],"textures":{"0":"item/w1787240722_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7244.json b/assets/minecraft/models/w7244.json new file mode 100644 index 000000000..cca970d8d --- /dev/null +++ b/assets/minecraft/models/w7244.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,0,0,0.5]},"east":{"texture":"#0","uv":[0,0,0.5,0.5]},"north":{"texture":"#0","uv":[0,0,0.5,0.5]},"south":{"texture":"#0","uv":[0,0,0.5,0.5]},"up":{"texture":"#0","uv":[0.5,0.5,0,0]},"west":{"texture":"#0","uv":[0,0,0.5,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-2.3999996,-15.2]}],"overrides":[],"textures":{"0":"item/w1787240722_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7245.json b/assets/minecraft/models/w7245.json new file mode 100644 index 000000000..0289b3383 --- /dev/null +++ b/assets/minecraft/models/w7245.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0,0.5,0.5]},"east":{"texture":"#0","uv":[0.5,0,1,0.5]},"north":{"texture":"#0","uv":[0.5,0,1,0.5]},"south":{"texture":"#0","uv":[0.5,0,1,0.5]},"up":{"texture":"#0","uv":[1,0.5,0.5,0]},"west":{"texture":"#0","uv":[0.5,0,1,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-2.3999996,-15.2]}],"overrides":[],"textures":{"0":"item/w1787240722_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7246.json b/assets/minecraft/models/w7246.json new file mode 100644 index 000000000..094d541b3 --- /dev/null +++ b/assets/minecraft/models/w7246.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,0.5,0,1]},"east":{"texture":"#0","uv":[0,0.5,0.5,1]},"north":{"texture":"#0","uv":[0,0.5,0.5,1]},"south":{"texture":"#0","uv":[0,0.5,0.5,1]},"up":{"texture":"#0","uv":[0.5,1,0,0.5]},"west":{"texture":"#0","uv":[0,0.5,0.5,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-2.3999996,-15.2]}],"overrides":[],"textures":{"0":"item/w1787240722_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7247.json b/assets/minecraft/models/w7247.json new file mode 100644 index 000000000..1ff9ef6fc --- /dev/null +++ b/assets/minecraft/models/w7247.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0.5,0.5,1]},"east":{"texture":"#0","uv":[0.5,0.5,1,1]},"north":{"texture":"#0","uv":[0.5,0.5,1,1]},"south":{"texture":"#0","uv":[0.5,0.5,1,1]},"up":{"texture":"#0","uv":[1,1,0.5,0.5]},"west":{"texture":"#0","uv":[0.5,0.5,1,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-2.3999996,-15.2]}],"overrides":[],"textures":{"0":"item/w1787240722_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7248.json b/assets/minecraft/models/w7248.json new file mode 100644 index 000000000..da7696e81 --- /dev/null +++ b/assets/minecraft/models/w7248.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,0.5,0.5]},"east":{"texture":"#0","uv":[0.5,0,0,0.5]},"north":{"texture":"#0","uv":[0.5,0,0,0.5]},"south":{"texture":"#0","uv":[0.5,0,0,0.5]},"up":{"texture":"#0","uv":[0,0.5,0.5,0]},"west":{"texture":"#0","uv":[0.5,0,0,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-2.3999996,-15.2]}],"overrides":[],"textures":{"0":"item/w1787240722_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7249.json b/assets/minecraft/models/w7249.json new file mode 100644 index 000000000..f2f618129 --- /dev/null +++ b/assets/minecraft/models/w7249.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,0,1,0.5]},"east":{"texture":"#0","uv":[1,0,0.5,0.5]},"north":{"texture":"#0","uv":[1,0,0.5,0.5]},"south":{"texture":"#0","uv":[1,0,0.5,0.5]},"up":{"texture":"#0","uv":[0.5,0.5,1,0]},"west":{"texture":"#0","uv":[1,0,0.5,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-2.3999996,-15.2]}],"overrides":[],"textures":{"0":"item/w1787240722_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w725.json b/assets/minecraft/models/w725.json new file mode 100644 index 000000000..8be8baad7 --- /dev/null +++ b/assets/minecraft/models/w725.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,4,13,5]},"east":{"texture":"#0","uv":[11,5,12,5]},"north":{"texture":"#0","uv":[12,5,13,5]},"south":{"texture":"#0","uv":[14,5,15,5]},"up":{"texture":"#0","uv":[13,5,12,4]},"west":{"texture":"#0","uv":[13,5,14,5]}},"from":[-16,-15.99,-16],"shade":false,"to":[-15.6,-15.99,-15.6]},{"faces":{"down":{"texture":"#0","uv":[14,2,13,2]},"east":{"texture":"#0","uv":[12,2,12,4]},"north":{"texture":"#0","uv":[12,2,13,4]},"south":{"texture":"#0","uv":[13,2,14,4]},"up":{"texture":"#0","uv":[13,2,12,2]},"west":{"texture":"#0","uv":[13,2,13,4]}},"from":[-16,-16,-15.6],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w471978016_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7250.json b/assets/minecraft/models/w7250.json new file mode 100644 index 000000000..7fcb6e018 --- /dev/null +++ b/assets/minecraft/models/w7250.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0.5,0.5,1]},"east":{"texture":"#0","uv":[0.5,0.5,0,1]},"north":{"texture":"#0","uv":[0.5,0.5,0,1]},"south":{"texture":"#0","uv":[0.5,0.5,0,1]},"up":{"texture":"#0","uv":[0,1,0.5,0.5]},"west":{"texture":"#0","uv":[0.5,0.5,0,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-2.3999996,-15.2]}],"overrides":[],"textures":{"0":"item/w1787240722_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7251.json b/assets/minecraft/models/w7251.json new file mode 100644 index 000000000..37fc6c496 --- /dev/null +++ b/assets/minecraft/models/w7251.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,0.5,1,1]},"east":{"texture":"#0","uv":[1,0.5,0.5,1]},"north":{"texture":"#0","uv":[1,0.5,0.5,1]},"south":{"texture":"#0","uv":[1,0.5,0.5,1]},"up":{"texture":"#0","uv":[0.5,1,1,0.5]},"west":{"texture":"#0","uv":[1,0.5,0.5,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-2.3999996,-15.2]}],"overrides":[],"textures":{"0":"item/w1787240722_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7252.json b/assets/minecraft/models/w7252.json new file mode 100644 index 000000000..c25c5c2f9 --- /dev/null +++ b/assets/minecraft/models/w7252.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,4,2]},"east":{"texture":"#0","uv":[0,2,2,4]},"north":{"texture":"#0","uv":[2,2,4,4]},"south":{"texture":"#0","uv":[6,2,8,4]},"up":{"texture":"#0","uv":[4,2,2,0]},"west":{"texture":"#0","uv":[4,2,6,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1152110723_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7253.json b/assets/minecraft/models/w7253.json new file mode 100644 index 000000000..a9bf5a247 --- /dev/null +++ b/assets/minecraft/models/w7253.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,1.5,8,3]},"up":{"texture":"#0","uv":[9,3,8,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-14.8]}],"overrides":[],"textures":{"0":"item/w1152110723_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7254.json b/assets/minecraft/models/w7254.json new file mode 100644 index 000000000..154123a1f --- /dev/null +++ b/assets/minecraft/models/w7254.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,5,8,7]},"east":{"texture":"#0","uv":[5,7,7,7.5]},"north":{"texture":"#0","uv":[7,7,8,7.5]},"south":{"texture":"#0","uv":[10,7,11,7.5]},"up":{"texture":"#0","uv":[8,7,7,5]},"west":{"texture":"#0","uv":[8,7,10,7.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1152110723_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7255.json b/assets/minecraft/models/w7255.json new file mode 100644 index 000000000..5a8028127 --- /dev/null +++ b/assets/minecraft/models/w7255.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,1.5,9,3]},"up":{"texture":"#0","uv":[8,3,9,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-14.8]}],"overrides":[],"textures":{"0":"item/w1152110723_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7256.json b/assets/minecraft/models/w7256.json new file mode 100644 index 000000000..c59fb99d6 --- /dev/null +++ b/assets/minecraft/models/w7256.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,3.5,6]},"east":{"texture":"#0","uv":[0,6,2,7]},"north":{"texture":"#0","uv":[2,6,3.5,7]},"south":{"texture":"#0","uv":[5.5,6,7,7]},"up":{"texture":"#0","uv":[3.5,6,2,4]},"west":{"texture":"#0","uv":[3.5,6,5.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1152110723_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7257.json b/assets/minecraft/models/w7257.json new file mode 100644 index 000000000..f07ecabd1 --- /dev/null +++ b/assets/minecraft/models/w7257.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,7,2.5,8]},"east":{"texture":"#0","uv":[0,8,1,9.5]},"north":{"texture":"#0","uv":[1,8,2.5,9.5]},"south":{"texture":"#0","uv":[3.5,8,5,9.5]},"up":{"texture":"#0","uv":[2.5,8,1,7]},"west":{"texture":"#0","uv":[2.5,8,3.5,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1152110723_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7258.json b/assets/minecraft/models/w7258.json new file mode 100644 index 000000000..5273ab17b --- /dev/null +++ b/assets/minecraft/models/w7258.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,3,9.5,4]},"east":{"texture":"#0","uv":[7,4,8,4.5]},"north":{"texture":"#0","uv":[8,4,9.5,4.5]},"south":{"texture":"#0","uv":[10.5,4,12,4.5]},"up":{"texture":"#0","uv":[9.5,4,8,3]},"west":{"texture":"#0","uv":[9.5,4,10.5,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.6,-15.2]}],"overrides":[],"textures":{"0":"item/w1152110723_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7259.json b/assets/minecraft/models/w7259.json new file mode 100644 index 000000000..aff791e30 --- /dev/null +++ b/assets/minecraft/models/w7259.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,0,8.5,1]},"east":{"texture":"#0","uv":[6,1,7,1.5]},"north":{"texture":"#0","uv":[7,1,8.5,1.5]},"south":{"texture":"#0","uv":[9.5,1,11,1.5]},"up":{"texture":"#0","uv":[8.5,1,7,0]},"west":{"texture":"#0","uv":[8.5,1,9.5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.6,-15.2]}],"overrides":[],"textures":{"0":"item/w1152110723_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w726.json b/assets/minecraft/models/w726.json new file mode 100644 index 000000000..99c8df2ee --- /dev/null +++ b/assets/minecraft/models/w726.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,4,14,5]},"east":{"texture":"#0","uv":[14,5,13,5]},"north":{"texture":"#0","uv":[13,5,12,5]},"south":{"texture":"#0","uv":[15,5,14,5]},"up":{"texture":"#0","uv":[12,5,13,4]},"west":{"texture":"#0","uv":[12,5,11,5]}},"from":[-16,-15.99,-16],"shade":false,"to":[-15.6,-15.99,-15.6]},{"faces":{"down":{"texture":"#0","uv":[13,2,14,2]},"east":{"texture":"#0","uv":[13,2,13,4]},"north":{"texture":"#0","uv":[13,2,12,4]},"south":{"texture":"#0","uv":[14,2,13,4]},"up":{"texture":"#0","uv":[12,2,13,2]},"west":{"texture":"#0","uv":[12,2,12,4]}},"from":[-16,-16,-15.6],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w471978016_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7260.json b/assets/minecraft/models/w7260.json new file mode 100644 index 000000000..736924b9b --- /dev/null +++ b/assets/minecraft/models/w7260.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,0,6,6]},"south":{"texture":"#0","uv":[0,0,6,6]}},"from":[-16,-16,-16],"shade":false,"to":[22.400002,22.400002,-13.2]}],"overrides":[],"textures":{"0":"item/w1152137355_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7261.json b/assets/minecraft/models/w7261.json new file mode 100644 index 000000000..5da0bdd62 --- /dev/null +++ b/assets/minecraft/models/w7261.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[6,0,12,6]},"south":{"texture":"#0","uv":[12,0,6,6]}},"from":[-16,-16,-16],"shade":false,"to":[22.400002,22.400002,-14.8]}],"overrides":[],"textures":{"0":"item/w1152137355_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7262.json b/assets/minecraft/models/w7262.json new file mode 100644 index 000000000..a1ab1d73d --- /dev/null +++ b/assets/minecraft/models/w7262.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,6,6,12]},"south":{"texture":"#0","uv":[6,6,0,12]}},"from":[-16,-16,-16],"shade":false,"to":[22.400002,22.400002,-16]}],"overrides":[],"textures":{"0":"item/w1152137355_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7263.json b/assets/minecraft/models/w7263.json new file mode 100644 index 000000000..b99d1f6e3 --- /dev/null +++ b/assets/minecraft/models/w7263.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.375,1.8125,13.125,2.5625]},"east":{"texture":"#0","uv":[13.1875,1,13.9375,1.75]},"north":{"texture":"#0","uv":[14,1,14.75,1.75]},"south":{"texture":"#0","uv":[12.375,1,13.125,1.75]},"up":{"texture":"#0","uv":[14.8125,0.1875,15.5625,0.9375]},"west":{"texture":"#0","uv":[14.8125,1,15.5625,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-11.2]}],"overrides":[],"textures":{"0":"item/w1152137355_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7264.json b/assets/minecraft/models/w7264.json new file mode 100644 index 000000000..b99d1f6e3 --- /dev/null +++ b/assets/minecraft/models/w7264.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.375,1.8125,13.125,2.5625]},"east":{"texture":"#0","uv":[13.1875,1,13.9375,1.75]},"north":{"texture":"#0","uv":[14,1,14.75,1.75]},"south":{"texture":"#0","uv":[12.375,1,13.125,1.75]},"up":{"texture":"#0","uv":[14.8125,0.1875,15.5625,0.9375]},"west":{"texture":"#0","uv":[14.8125,1,15.5625,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-11.2]}],"overrides":[],"textures":{"0":"item/w1152137355_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7265.json b/assets/minecraft/models/w7265.json new file mode 100644 index 000000000..b99d1f6e3 --- /dev/null +++ b/assets/minecraft/models/w7265.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.375,1.8125,13.125,2.5625]},"east":{"texture":"#0","uv":[13.1875,1,13.9375,1.75]},"north":{"texture":"#0","uv":[14,1,14.75,1.75]},"south":{"texture":"#0","uv":[12.375,1,13.125,1.75]},"up":{"texture":"#0","uv":[14.8125,0.1875,15.5625,0.9375]},"west":{"texture":"#0","uv":[14.8125,1,15.5625,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-11.2]}],"overrides":[],"textures":{"0":"item/w1152137355_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7266.json b/assets/minecraft/models/w7266.json new file mode 100644 index 000000000..b99d1f6e3 --- /dev/null +++ b/assets/minecraft/models/w7266.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.375,1.8125,13.125,2.5625]},"east":{"texture":"#0","uv":[13.1875,1,13.9375,1.75]},"north":{"texture":"#0","uv":[14,1,14.75,1.75]},"south":{"texture":"#0","uv":[12.375,1,13.125,1.75]},"up":{"texture":"#0","uv":[14.8125,0.1875,15.5625,0.9375]},"west":{"texture":"#0","uv":[14.8125,1,15.5625,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-11.2]}],"overrides":[],"textures":{"0":"item/w1152137355_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7267.json b/assets/minecraft/models/w7267.json new file mode 100644 index 000000000..b99d1f6e3 --- /dev/null +++ b/assets/minecraft/models/w7267.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.375,1.8125,13.125,2.5625]},"east":{"texture":"#0","uv":[13.1875,1,13.9375,1.75]},"north":{"texture":"#0","uv":[14,1,14.75,1.75]},"south":{"texture":"#0","uv":[12.375,1,13.125,1.75]},"up":{"texture":"#0","uv":[14.8125,0.1875,15.5625,0.9375]},"west":{"texture":"#0","uv":[14.8125,1,15.5625,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-11.2]}],"overrides":[],"textures":{"0":"item/w1152137355_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7268.json b/assets/minecraft/models/w7268.json new file mode 100644 index 000000000..b99d1f6e3 --- /dev/null +++ b/assets/minecraft/models/w7268.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.375,1.8125,13.125,2.5625]},"east":{"texture":"#0","uv":[13.1875,1,13.9375,1.75]},"north":{"texture":"#0","uv":[14,1,14.75,1.75]},"south":{"texture":"#0","uv":[12.375,1,13.125,1.75]},"up":{"texture":"#0","uv":[14.8125,0.1875,15.5625,0.9375]},"west":{"texture":"#0","uv":[14.8125,1,15.5625,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-11.2]}],"overrides":[],"textures":{"0":"item/w1152137355_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7269.json b/assets/minecraft/models/w7269.json new file mode 100644 index 000000000..b99d1f6e3 --- /dev/null +++ b/assets/minecraft/models/w7269.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.375,1.8125,13.125,2.5625]},"east":{"texture":"#0","uv":[13.1875,1,13.9375,1.75]},"north":{"texture":"#0","uv":[14,1,14.75,1.75]},"south":{"texture":"#0","uv":[12.375,1,13.125,1.75]},"up":{"texture":"#0","uv":[14.8125,0.1875,15.5625,0.9375]},"west":{"texture":"#0","uv":[14.8125,1,15.5625,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-11.2]}],"overrides":[],"textures":{"0":"item/w1152137355_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w727.json b/assets/minecraft/models/w727.json new file mode 100644 index 000000000..75b122bd6 --- /dev/null +++ b/assets/minecraft/models/w727.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,6,5,9]},"east":{"texture":"#0","uv":[7,9,4,11]},"north":{"texture":"#0","uv":[4,9,3,11]},"south":{"texture":"#0","uv":[8,9,7,11]},"up":{"texture":"#0","uv":[3,9,4,6]},"west":{"texture":"#0","uv":[3,9,0,11]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w471978016_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7270.json b/assets/minecraft/models/w7270.json new file mode 100644 index 000000000..b99d1f6e3 --- /dev/null +++ b/assets/minecraft/models/w7270.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.375,1.8125,13.125,2.5625]},"east":{"texture":"#0","uv":[13.1875,1,13.9375,1.75]},"north":{"texture":"#0","uv":[14,1,14.75,1.75]},"south":{"texture":"#0","uv":[12.375,1,13.125,1.75]},"up":{"texture":"#0","uv":[14.8125,0.1875,15.5625,0.9375]},"west":{"texture":"#0","uv":[14.8125,1,15.5625,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-11.2]}],"overrides":[],"textures":{"0":"item/w1152137355_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7271.json b/assets/minecraft/models/w7271.json new file mode 100644 index 000000000..b99d1f6e3 --- /dev/null +++ b/assets/minecraft/models/w7271.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.375,1.8125,13.125,2.5625]},"east":{"texture":"#0","uv":[13.1875,1,13.9375,1.75]},"north":{"texture":"#0","uv":[14,1,14.75,1.75]},"south":{"texture":"#0","uv":[12.375,1,13.125,1.75]},"up":{"texture":"#0","uv":[14.8125,0.1875,15.5625,0.9375]},"west":{"texture":"#0","uv":[14.8125,1,15.5625,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-11.2]}],"overrides":[],"textures":{"0":"item/w1152137355_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7272.json b/assets/minecraft/models/w7272.json new file mode 100644 index 000000000..b99d1f6e3 --- /dev/null +++ b/assets/minecraft/models/w7272.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.375,1.8125,13.125,2.5625]},"east":{"texture":"#0","uv":[13.1875,1,13.9375,1.75]},"north":{"texture":"#0","uv":[14,1,14.75,1.75]},"south":{"texture":"#0","uv":[12.375,1,13.125,1.75]},"up":{"texture":"#0","uv":[14.8125,0.1875,15.5625,0.9375]},"west":{"texture":"#0","uv":[14.8125,1,15.5625,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-11.2]}],"overrides":[],"textures":{"0":"item/w1152137355_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7273.json b/assets/minecraft/models/w7273.json new file mode 100644 index 000000000..b99d1f6e3 --- /dev/null +++ b/assets/minecraft/models/w7273.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.375,1.8125,13.125,2.5625]},"east":{"texture":"#0","uv":[13.1875,1,13.9375,1.75]},"north":{"texture":"#0","uv":[14,1,14.75,1.75]},"south":{"texture":"#0","uv":[12.375,1,13.125,1.75]},"up":{"texture":"#0","uv":[14.8125,0.1875,15.5625,0.9375]},"west":{"texture":"#0","uv":[14.8125,1,15.5625,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-11.2]}],"overrides":[],"textures":{"0":"item/w1152137355_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7274.json b/assets/minecraft/models/w7274.json new file mode 100644 index 000000000..b99d1f6e3 --- /dev/null +++ b/assets/minecraft/models/w7274.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.375,1.8125,13.125,2.5625]},"east":{"texture":"#0","uv":[13.1875,1,13.9375,1.75]},"north":{"texture":"#0","uv":[14,1,14.75,1.75]},"south":{"texture":"#0","uv":[12.375,1,13.125,1.75]},"up":{"texture":"#0","uv":[14.8125,0.1875,15.5625,0.9375]},"west":{"texture":"#0","uv":[14.8125,1,15.5625,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-11.2]}],"overrides":[],"textures":{"0":"item/w1152137355_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7275.json b/assets/minecraft/models/w7275.json new file mode 100644 index 000000000..b99d1f6e3 --- /dev/null +++ b/assets/minecraft/models/w7275.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.375,1.8125,13.125,2.5625]},"east":{"texture":"#0","uv":[13.1875,1,13.9375,1.75]},"north":{"texture":"#0","uv":[14,1,14.75,1.75]},"south":{"texture":"#0","uv":[12.375,1,13.125,1.75]},"up":{"texture":"#0","uv":[14.8125,0.1875,15.5625,0.9375]},"west":{"texture":"#0","uv":[14.8125,1,15.5625,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-11.2]}],"overrides":[],"textures":{"0":"item/w1152137355_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7276.json b/assets/minecraft/models/w7276.json new file mode 100644 index 000000000..b99d1f6e3 --- /dev/null +++ b/assets/minecraft/models/w7276.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.375,1.8125,13.125,2.5625]},"east":{"texture":"#0","uv":[13.1875,1,13.9375,1.75]},"north":{"texture":"#0","uv":[14,1,14.75,1.75]},"south":{"texture":"#0","uv":[12.375,1,13.125,1.75]},"up":{"texture":"#0","uv":[14.8125,0.1875,15.5625,0.9375]},"west":{"texture":"#0","uv":[14.8125,1,15.5625,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-11.2]}],"overrides":[],"textures":{"0":"item/w1152137355_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7277.json b/assets/minecraft/models/w7277.json new file mode 100644 index 000000000..b99d1f6e3 --- /dev/null +++ b/assets/minecraft/models/w7277.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.375,1.8125,13.125,2.5625]},"east":{"texture":"#0","uv":[13.1875,1,13.9375,1.75]},"north":{"texture":"#0","uv":[14,1,14.75,1.75]},"south":{"texture":"#0","uv":[12.375,1,13.125,1.75]},"up":{"texture":"#0","uv":[14.8125,0.1875,15.5625,0.9375]},"west":{"texture":"#0","uv":[14.8125,1,15.5625,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-11.2]}],"overrides":[],"textures":{"0":"item/w1152137355_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7278.json b/assets/minecraft/models/w7278.json new file mode 100644 index 000000000..b99d1f6e3 --- /dev/null +++ b/assets/minecraft/models/w7278.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.375,1.8125,13.125,2.5625]},"east":{"texture":"#0","uv":[13.1875,1,13.9375,1.75]},"north":{"texture":"#0","uv":[14,1,14.75,1.75]},"south":{"texture":"#0","uv":[12.375,1,13.125,1.75]},"up":{"texture":"#0","uv":[14.8125,0.1875,15.5625,0.9375]},"west":{"texture":"#0","uv":[14.8125,1,15.5625,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-11.2]}],"overrides":[],"textures":{"0":"item/w1152137355_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7279.json b/assets/minecraft/models/w7279.json new file mode 100644 index 000000000..b99d1f6e3 --- /dev/null +++ b/assets/minecraft/models/w7279.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.375,1.8125,13.125,2.5625]},"east":{"texture":"#0","uv":[13.1875,1,13.9375,1.75]},"north":{"texture":"#0","uv":[14,1,14.75,1.75]},"south":{"texture":"#0","uv":[12.375,1,13.125,1.75]},"up":{"texture":"#0","uv":[14.8125,0.1875,15.5625,0.9375]},"west":{"texture":"#0","uv":[14.8125,1,15.5625,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-11.2]}],"overrides":[],"textures":{"0":"item/w1152137355_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w728.json b/assets/minecraft/models/w728.json new file mode 100644 index 000000000..e97d87f6f --- /dev/null +++ b/assets/minecraft/models/w728.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,6,4,9]},"east":{"texture":"#0","uv":[0,9,3,11]},"north":{"texture":"#0","uv":[3,9,4,11]},"south":{"texture":"#0","uv":[7,9,8,11]},"up":{"texture":"#0","uv":[4,9,3,6]},"west":{"texture":"#0","uv":[4,9,7,11]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w471978016_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7280.json b/assets/minecraft/models/w7280.json new file mode 100644 index 000000000..b99d1f6e3 --- /dev/null +++ b/assets/minecraft/models/w7280.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.375,1.8125,13.125,2.5625]},"east":{"texture":"#0","uv":[13.1875,1,13.9375,1.75]},"north":{"texture":"#0","uv":[14,1,14.75,1.75]},"south":{"texture":"#0","uv":[12.375,1,13.125,1.75]},"up":{"texture":"#0","uv":[14.8125,0.1875,15.5625,0.9375]},"west":{"texture":"#0","uv":[14.8125,1,15.5625,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-11.2]}],"overrides":[],"textures":{"0":"item/w1152137355_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7281.json b/assets/minecraft/models/w7281.json new file mode 100644 index 000000000..b99d1f6e3 --- /dev/null +++ b/assets/minecraft/models/w7281.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.375,1.8125,13.125,2.5625]},"east":{"texture":"#0","uv":[13.1875,1,13.9375,1.75]},"north":{"texture":"#0","uv":[14,1,14.75,1.75]},"south":{"texture":"#0","uv":[12.375,1,13.125,1.75]},"up":{"texture":"#0","uv":[14.8125,0.1875,15.5625,0.9375]},"west":{"texture":"#0","uv":[14.8125,1,15.5625,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-11.2]}],"overrides":[],"textures":{"0":"item/w1152137355_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7282.json b/assets/minecraft/models/w7282.json new file mode 100644 index 000000000..b99d1f6e3 --- /dev/null +++ b/assets/minecraft/models/w7282.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.375,1.8125,13.125,2.5625]},"east":{"texture":"#0","uv":[13.1875,1,13.9375,1.75]},"north":{"texture":"#0","uv":[14,1,14.75,1.75]},"south":{"texture":"#0","uv":[12.375,1,13.125,1.75]},"up":{"texture":"#0","uv":[14.8125,0.1875,15.5625,0.9375]},"west":{"texture":"#0","uv":[14.8125,1,15.5625,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-11.2]}],"overrides":[],"textures":{"0":"item/w1152137355_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7283.json b/assets/minecraft/models/w7283.json new file mode 100644 index 000000000..b99d1f6e3 --- /dev/null +++ b/assets/minecraft/models/w7283.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.375,1.8125,13.125,2.5625]},"east":{"texture":"#0","uv":[13.1875,1,13.9375,1.75]},"north":{"texture":"#0","uv":[14,1,14.75,1.75]},"south":{"texture":"#0","uv":[12.375,1,13.125,1.75]},"up":{"texture":"#0","uv":[14.8125,0.1875,15.5625,0.9375]},"west":{"texture":"#0","uv":[14.8125,1,15.5625,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-11.2]}],"overrides":[],"textures":{"0":"item/w1152137355_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7284.json b/assets/minecraft/models/w7284.json new file mode 100644 index 000000000..b99d1f6e3 --- /dev/null +++ b/assets/minecraft/models/w7284.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.375,1.8125,13.125,2.5625]},"east":{"texture":"#0","uv":[13.1875,1,13.9375,1.75]},"north":{"texture":"#0","uv":[14,1,14.75,1.75]},"south":{"texture":"#0","uv":[12.375,1,13.125,1.75]},"up":{"texture":"#0","uv":[14.8125,0.1875,15.5625,0.9375]},"west":{"texture":"#0","uv":[14.8125,1,15.5625,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-11.2]}],"overrides":[],"textures":{"0":"item/w1152137355_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7285.json b/assets/minecraft/models/w7285.json new file mode 100644 index 000000000..b99d1f6e3 --- /dev/null +++ b/assets/minecraft/models/w7285.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.375,1.8125,13.125,2.5625]},"east":{"texture":"#0","uv":[13.1875,1,13.9375,1.75]},"north":{"texture":"#0","uv":[14,1,14.75,1.75]},"south":{"texture":"#0","uv":[12.375,1,13.125,1.75]},"up":{"texture":"#0","uv":[14.8125,0.1875,15.5625,0.9375]},"west":{"texture":"#0","uv":[14.8125,1,15.5625,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-11.2]}],"overrides":[],"textures":{"0":"item/w1152137355_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7286.json b/assets/minecraft/models/w7286.json new file mode 100644 index 000000000..b99d1f6e3 --- /dev/null +++ b/assets/minecraft/models/w7286.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.375,1.8125,13.125,2.5625]},"east":{"texture":"#0","uv":[13.1875,1,13.9375,1.75]},"north":{"texture":"#0","uv":[14,1,14.75,1.75]},"south":{"texture":"#0","uv":[12.375,1,13.125,1.75]},"up":{"texture":"#0","uv":[14.8125,0.1875,15.5625,0.9375]},"west":{"texture":"#0","uv":[14.8125,1,15.5625,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-11.2]}],"overrides":[],"textures":{"0":"item/w1152137355_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7287.json b/assets/minecraft/models/w7287.json new file mode 100644 index 000000000..b99d1f6e3 --- /dev/null +++ b/assets/minecraft/models/w7287.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.375,1.8125,13.125,2.5625]},"east":{"texture":"#0","uv":[13.1875,1,13.9375,1.75]},"north":{"texture":"#0","uv":[14,1,14.75,1.75]},"south":{"texture":"#0","uv":[12.375,1,13.125,1.75]},"up":{"texture":"#0","uv":[14.8125,0.1875,15.5625,0.9375]},"west":{"texture":"#0","uv":[14.8125,1,15.5625,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-11.2]}],"overrides":[],"textures":{"0":"item/w1152137355_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7288.json b/assets/minecraft/models/w7288.json new file mode 100644 index 000000000..b99d1f6e3 --- /dev/null +++ b/assets/minecraft/models/w7288.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.375,1.8125,13.125,2.5625]},"east":{"texture":"#0","uv":[13.1875,1,13.9375,1.75]},"north":{"texture":"#0","uv":[14,1,14.75,1.75]},"south":{"texture":"#0","uv":[12.375,1,13.125,1.75]},"up":{"texture":"#0","uv":[14.8125,0.1875,15.5625,0.9375]},"west":{"texture":"#0","uv":[14.8125,1,15.5625,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-11.2]}],"overrides":[],"textures":{"0":"item/w1152137355_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7289.json b/assets/minecraft/models/w7289.json new file mode 100644 index 000000000..b99d1f6e3 --- /dev/null +++ b/assets/minecraft/models/w7289.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.375,1.8125,13.125,2.5625]},"east":{"texture":"#0","uv":[13.1875,1,13.9375,1.75]},"north":{"texture":"#0","uv":[14,1,14.75,1.75]},"south":{"texture":"#0","uv":[12.375,1,13.125,1.75]},"up":{"texture":"#0","uv":[14.8125,0.1875,15.5625,0.9375]},"west":{"texture":"#0","uv":[14.8125,1,15.5625,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-11.2]}],"overrides":[],"textures":{"0":"item/w1152137355_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w729.json b/assets/minecraft/models/w729.json new file mode 100644 index 000000000..e481c6970 --- /dev/null +++ b/assets/minecraft/models/w729.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,0,6,3]},"east":{"texture":"#0","uv":[0,3,3,6]},"north":{"texture":"#0","uv":[3,3,6,6]},"south":{"texture":"#0","uv":[9,3,12,6]},"up":{"texture":"#0","uv":[6,3,3,0]},"west":{"texture":"#0","uv":[6,3,9,6]}},"from":[-16,-16,-15.6],"shade":false,"to":[-14.8,-14.8,-14.400001]},{"faces":{"down":{"texture":"#0","uv":[15,0,14,1]},"east":{"texture":"#0","uv":[12,1,13,2]},"north":{"texture":"#0","uv":[13,1,14,2]},"south":{"texture":"#0","uv":[15,1,16,2]},"up":{"texture":"#0","uv":[14,1,13,0]},"west":{"texture":"#0","uv":[14,1,15,2]}},"from":[-15.6,-15.8,-16],"shade":false,"to":[-15.200001,-15.400001,-15.6]}],"overrides":[],"textures":{"0":"item/w1746590256_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7290.json b/assets/minecraft/models/w7290.json new file mode 100644 index 000000000..b99d1f6e3 --- /dev/null +++ b/assets/minecraft/models/w7290.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.375,1.8125,13.125,2.5625]},"east":{"texture":"#0","uv":[13.1875,1,13.9375,1.75]},"north":{"texture":"#0","uv":[14,1,14.75,1.75]},"south":{"texture":"#0","uv":[12.375,1,13.125,1.75]},"up":{"texture":"#0","uv":[14.8125,0.1875,15.5625,0.9375]},"west":{"texture":"#0","uv":[14.8125,1,15.5625,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-11.2]}],"overrides":[],"textures":{"0":"item/w1152137355_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7291.json b/assets/minecraft/models/w7291.json new file mode 100644 index 000000000..b99d1f6e3 --- /dev/null +++ b/assets/minecraft/models/w7291.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.375,1.8125,13.125,2.5625]},"east":{"texture":"#0","uv":[13.1875,1,13.9375,1.75]},"north":{"texture":"#0","uv":[14,1,14.75,1.75]},"south":{"texture":"#0","uv":[12.375,1,13.125,1.75]},"up":{"texture":"#0","uv":[14.8125,0.1875,15.5625,0.9375]},"west":{"texture":"#0","uv":[14.8125,1,15.5625,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-11.2]}],"overrides":[],"textures":{"0":"item/w1152137355_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7292.json b/assets/minecraft/models/w7292.json new file mode 100644 index 000000000..b99d1f6e3 --- /dev/null +++ b/assets/minecraft/models/w7292.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.375,1.8125,13.125,2.5625]},"east":{"texture":"#0","uv":[13.1875,1,13.9375,1.75]},"north":{"texture":"#0","uv":[14,1,14.75,1.75]},"south":{"texture":"#0","uv":[12.375,1,13.125,1.75]},"up":{"texture":"#0","uv":[14.8125,0.1875,15.5625,0.9375]},"west":{"texture":"#0","uv":[14.8125,1,15.5625,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-11.2]}],"overrides":[],"textures":{"0":"item/w1152137355_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7293.json b/assets/minecraft/models/w7293.json new file mode 100644 index 000000000..b99d1f6e3 --- /dev/null +++ b/assets/minecraft/models/w7293.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.375,1.8125,13.125,2.5625]},"east":{"texture":"#0","uv":[13.1875,1,13.9375,1.75]},"north":{"texture":"#0","uv":[14,1,14.75,1.75]},"south":{"texture":"#0","uv":[12.375,1,13.125,1.75]},"up":{"texture":"#0","uv":[14.8125,0.1875,15.5625,0.9375]},"west":{"texture":"#0","uv":[14.8125,1,15.5625,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-11.2]}],"overrides":[],"textures":{"0":"item/w1152137355_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7294.json b/assets/minecraft/models/w7294.json new file mode 100644 index 000000000..b99d1f6e3 --- /dev/null +++ b/assets/minecraft/models/w7294.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.375,1.8125,13.125,2.5625]},"east":{"texture":"#0","uv":[13.1875,1,13.9375,1.75]},"north":{"texture":"#0","uv":[14,1,14.75,1.75]},"south":{"texture":"#0","uv":[12.375,1,13.125,1.75]},"up":{"texture":"#0","uv":[14.8125,0.1875,15.5625,0.9375]},"west":{"texture":"#0","uv":[14.8125,1,15.5625,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-11.2,-11.2]}],"overrides":[],"textures":{"0":"item/w1152137355_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7295.json b/assets/minecraft/models/w7295.json new file mode 100644 index 000000000..3db3dab60 --- /dev/null +++ b/assets/minecraft/models/w7295.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,1.5,2.5,2.75]},"east":{"texture":"#0","uv":[0,2.75,1.25,2.875]},"north":{"texture":"#0","uv":[1.25,2.75,2.5,2.875]},"south":{"texture":"#0","uv":[3.75,2.75,5,2.875]},"up":{"texture":"#0","uv":[2.5,2.75,1.25,1.5]},"west":{"texture":"#0","uv":[2.5,2.75,3.75,2.875]}},"from":[-15.6,-12.8,-15.6],"shade":false,"to":[-7.6000004,-12,-7.6000004]},{"faces":{"down":{"texture":"#0","uv":[4.125,0,2.75,1.375]},"east":{"texture":"#0","uv":[0,1.375,1.375,1.5]},"north":{"texture":"#0","uv":[1.375,1.375,2.75,1.5]},"south":{"texture":"#0","uv":[4.125,1.375,5.5,1.5]},"up":{"texture":"#0","uv":[2.75,1.375,1.375,0]},"west":{"texture":"#0","uv":[2.75,1.375,4.125,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-7.2,-15.2,-7.2]},{"faces":{"down":{"texture":"#0","uv":[3.375,2.875,2.25,4]},"east":{"texture":"#0","uv":[0,4,1.125,4.375]},"north":{"texture":"#0","uv":[1.125,4,2.25,4.375]},"south":{"texture":"#0","uv":[3.375,4,4.5,4.375]},"up":{"texture":"#0","uv":[2.25,4,1.125,2.875]},"west":{"texture":"#0","uv":[2.25,4,3.375,4.375]}},"from":[-15.2,-15.2,-15.2],"shade":false,"to":[-8,-12.799999,-8]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7296.json b/assets/minecraft/models/w7296.json new file mode 100644 index 000000000..773f842cf --- /dev/null +++ b/assets/minecraft/models/w7296.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.375,0.6875,2.3125,0.75]},"east":{"texture":"#0","uv":[2.1875,0.75,2.25,1]},"north":{"texture":"#0","uv":[2.25,0.75,2.3125,1]},"south":{"texture":"#0","uv":[2.375,0.75,2.4375,1]},"up":{"texture":"#0","uv":[2.3125,0.75,2.25,0.6875]},"west":{"texture":"#0","uv":[2.3125,0.75,2.375,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.4,-15.6]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7297.json b/assets/minecraft/models/w7297.json new file mode 100644 index 000000000..b335c86f8 --- /dev/null +++ b/assets/minecraft/models/w7297.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.3125,0.6875,2.375,0.75]},"east":{"texture":"#0","uv":[2.375,0.75,2.3125,1]},"north":{"texture":"#0","uv":[2.3125,0.75,2.25,1]},"south":{"texture":"#0","uv":[2.4375,0.75,2.375,1]},"up":{"texture":"#0","uv":[2.25,0.75,2.3125,0.6875]},"west":{"texture":"#0","uv":[2.25,0.75,2.1875,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.4,-15.6]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7298.json b/assets/minecraft/models/w7298.json new file mode 100644 index 000000000..364f68cb6 --- /dev/null +++ b/assets/minecraft/models/w7298.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.3125,0.75,2.375,0.6875]},"east":{"texture":"#0","uv":[2.3125,0.75,2.375,1]},"north":{"texture":"#0","uv":[2.375,0.75,2.4375,1]},"south":{"texture":"#0","uv":[2.25,0.75,2.3125,1]},"up":{"texture":"#0","uv":[2.25,0.6875,2.3125,0.75]},"west":{"texture":"#0","uv":[2.1875,0.75,2.25,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.4,-15.6]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7299.json b/assets/minecraft/models/w7299.json new file mode 100644 index 000000000..8ee5ffadd --- /dev/null +++ b/assets/minecraft/models/w7299.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.375,0.75,2.3125,0.6875]},"east":{"texture":"#0","uv":[2.25,0.75,2.1875,1]},"north":{"texture":"#0","uv":[2.4375,0.75,2.375,1]},"south":{"texture":"#0","uv":[2.3125,0.75,2.25,1]},"up":{"texture":"#0","uv":[2.3125,0.6875,2.25,0.75]},"west":{"texture":"#0","uv":[2.375,0.75,2.3125,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.4,-15.6]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w73.json b/assets/minecraft/models/w73.json new file mode 100644 index 000000000..62d39a1f2 --- /dev/null +++ b/assets/minecraft/models/w73.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,11.125,1,12.25]},"east":{"texture":"#0","uv":[2.125,10.25,3.25,11.125]},"north":{"texture":"#0","uv":[2,11.125,3,12]},"south":{"texture":"#0","uv":[0,11,1,11.875]},"up":{"texture":"#0","uv":[1,11,0,9.875]},"west":{"texture":"#0","uv":[1,10.25,2.125,11.125]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.2,-12.4]}],"overrides":[],"textures":{"0":"item/w1081588330_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w730.json b/assets/minecraft/models/w730.json new file mode 100644 index 000000000..1155d0b8b --- /dev/null +++ b/assets/minecraft/models/w730.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,4,13,5]},"east":{"texture":"#0","uv":[11,5,12,5]},"north":{"texture":"#0","uv":[12,5,13,5]},"south":{"texture":"#0","uv":[14,5,15,5]},"up":{"texture":"#0","uv":[13,5,12,4]},"west":{"texture":"#0","uv":[13,5,14,5]}},"from":[-16,-15.99,-16],"shade":false,"to":[-15.6,-15.99,-15.6]},{"faces":{"down":{"texture":"#0","uv":[14,2,13,2]},"east":{"texture":"#0","uv":[12,2,12,4]},"north":{"texture":"#0","uv":[12,2,13,4]},"south":{"texture":"#0","uv":[13,2,14,4]},"up":{"texture":"#0","uv":[13,2,12,2]},"west":{"texture":"#0","uv":[13,2,13,4]}},"from":[-16,-16,-15.6],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1746590256_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7300.json b/assets/minecraft/models/w7300.json new file mode 100644 index 000000000..c6884c107 --- /dev/null +++ b/assets/minecraft/models/w7300.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0.3125,1.3125,0]},"east":{"texture":"#0","uv":[0.9375,0.5625,0.625,0.3125]},"north":{"texture":"#0","uv":[1.25,0.5625,0.9375,0.3125]},"south":{"texture":"#0","uv":[0.625,0.5625,0.3125,0.3125]},"up":{"texture":"#0","uv":[0.6875,0,1,0.3125]},"west":{"texture":"#0","uv":[0.3125,0.5625,0,0.3125]}},"from":[8,8,8],"shade":false,"to":[6,6.4000006,6]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7301.json b/assets/minecraft/models/w7301.json new file mode 100644 index 000000000..3d93e13c0 --- /dev/null +++ b/assets/minecraft/models/w7301.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.625,0.8125,0.4375,1.0625]},"east":{"texture":"#0","uv":[0.25,1.1875,0,1.0625]},"north":{"texture":"#0","uv":[0.6875,1.1875,0.875,1.0625]},"south":{"texture":"#0","uv":[0.25,1.1875,0.4375,1.0625]},"up":{"texture":"#0","uv":[0.4375,1.0625,0.25,0.8125]},"west":{"texture":"#0","uv":[0.6875,1.1875,0.4375,1.0625]}},"from":[8,8,8],"shade":false,"to":[6.7999997,7.2,6.4]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7302.json b/assets/minecraft/models/w7302.json new file mode 100644 index 000000000..a70ebada9 --- /dev/null +++ b/assets/minecraft/models/w7302.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.375,0.6875,2.3125,0.75]},"east":{"texture":"#0","uv":[2.1875,0.75,2.25,1]},"north":{"texture":"#0","uv":[2.25,0.75,2.3125,1]},"south":{"texture":"#0","uv":[2.375,0.75,2.4375,1]},"up":{"texture":"#0","uv":[2.3125,0.75,2.25,0.6875]},"west":{"texture":"#0","uv":[2.3125,0.75,2.375,1]}},"from":[-15.2,-16,-14.4],"shade":false,"to":[-14.8,-14.4,-14]},{"faces":{"down":{"texture":"#0","uv":[1.3125,0,1,0.3125]},"east":{"texture":"#0","uv":[0,0.3125,0.3125,0.5625]},"north":{"texture":"#0","uv":[0.3125,0.3125,0.625,0.5625]},"south":{"texture":"#0","uv":[0.9375,0.3125,1.25,0.5625]},"up":{"texture":"#0","uv":[1,0.3125,0.6875,0]},"west":{"texture":"#0","uv":[0.625,0.3125,0.9375,0.5625]}},"from":[-16,-14.4,-16],"rotation":{"angle":-22.5,"axis":"x","origin":[-15,-14.4,-14],"rescale":false},"shade":false,"to":[-14,-12.8,-14]},{"faces":{"down":{"texture":"#0","uv":[0.625,0.8125,0.4375,1.0625]},"east":{"texture":"#0","uv":[0,1.0625,0.25,1.1875]},"north":{"texture":"#0","uv":[0.25,1.0625,0.4375,1.1875]},"south":{"texture":"#0","uv":[0.6875,1.0625,0.875,1.1875]},"up":{"texture":"#0","uv":[0.4375,1.0625,0.25,0.8125]},"west":{"texture":"#0","uv":[0.4375,1.0625,0.6875,1.1875]}},"from":[-15.6,-15.2,-16],"rotation":{"angle":-22.5,"axis":"x","origin":[-15,-14.4,-14],"rescale":false},"shade":false,"to":[-14.400001,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7303.json b/assets/minecraft/models/w7303.json new file mode 100644 index 000000000..6b2b78144 --- /dev/null +++ b/assets/minecraft/models/w7303.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.3125,0.3125,1,0]},"east":{"texture":"#0","uv":[0,0.5625,0.3125,0.3125]},"north":{"texture":"#0","uv":[0.9375,0.5625,1.25,0.3125]},"south":{"texture":"#0","uv":[0.3125,0.5625,0.625,0.3125]},"up":{"texture":"#0","uv":[1,0,0.6875,0.3125]},"west":{"texture":"#0","uv":[0.625,0.5625,0.9375,0.3125]}},"from":[8,8,8],"shade":false,"to":[6,6.4000006,6]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7304.json b/assets/minecraft/models/w7304.json new file mode 100644 index 000000000..e7056a652 --- /dev/null +++ b/assets/minecraft/models/w7304.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.4375,0.8125,0.625,1.0625]},"east":{"texture":"#0","uv":[0.4375,1.1875,0.6875,1.0625]},"north":{"texture":"#0","uv":[0.875,1.1875,0.6875,1.0625]},"south":{"texture":"#0","uv":[0.4375,1.1875,0.25,1.0625]},"up":{"texture":"#0","uv":[0.25,1.0625,0.4375,0.8125]},"west":{"texture":"#0","uv":[0,1.1875,0.25,1.0625]}},"from":[8,8,8],"shade":false,"to":[6.7999997,7.2,6.4]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7305.json b/assets/minecraft/models/w7305.json new file mode 100644 index 000000000..7ec685c52 --- /dev/null +++ b/assets/minecraft/models/w7305.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.3125,0.6875,2.375,0.75]},"east":{"texture":"#0","uv":[2.375,0.75,2.3125,1]},"north":{"texture":"#0","uv":[2.3125,0.75,2.25,1]},"south":{"texture":"#0","uv":[2.4375,0.75,2.375,1]},"up":{"texture":"#0","uv":[2.25,0.75,2.3125,0.6875]},"west":{"texture":"#0","uv":[2.25,0.75,2.1875,1]}},"from":[-15.2,-16,-14.4],"shade":false,"to":[-14.8,-14.4,-14]},{"faces":{"down":{"texture":"#0","uv":[1,0,1.3125,0.3125]},"east":{"texture":"#0","uv":[0.9375,0.3125,0.625,0.5625]},"north":{"texture":"#0","uv":[0.625,0.3125,0.3125,0.5625]},"south":{"texture":"#0","uv":[1.25,0.3125,0.9375,0.5625]},"up":{"texture":"#0","uv":[0.6875,0.3125,1,0]},"west":{"texture":"#0","uv":[0.3125,0.3125,0,0.5625]}},"from":[-16,-14.4,-16],"rotation":{"angle":-22.5,"axis":"x","origin":[-15,-14.4,-14],"rescale":false},"shade":false,"to":[-14,-12.8,-14]},{"faces":{"down":{"texture":"#0","uv":[0.4375,0.8125,0.625,1.0625]},"east":{"texture":"#0","uv":[0.6875,1.0625,0.4375,1.1875]},"north":{"texture":"#0","uv":[0.4375,1.0625,0.25,1.1875]},"south":{"texture":"#0","uv":[0.875,1.0625,0.6875,1.1875]},"up":{"texture":"#0","uv":[0.25,1.0625,0.4375,0.8125]},"west":{"texture":"#0","uv":[0.25,1.0625,0,1.1875]}},"from":[-15.6,-15.2,-16],"rotation":{"angle":-22.5,"axis":"x","origin":[-15,-14.4,-14],"rescale":false},"shade":false,"to":[-14.400001,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7306.json b/assets/minecraft/models/w7306.json new file mode 100644 index 000000000..d65092fc5 --- /dev/null +++ b/assets/minecraft/models/w7306.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.3125,0,1,0.3125]},"east":{"texture":"#0","uv":[0.3125,0.5625,0,0.3125]},"north":{"texture":"#0","uv":[0.625,0.5625,0.3125,0.3125]},"south":{"texture":"#0","uv":[1.25,0.5625,0.9375,0.3125]},"up":{"texture":"#0","uv":[1,0.3125,0.6875,0]},"west":{"texture":"#0","uv":[0.9375,0.5625,0.625,0.3125]}},"from":[8,8,8],"shade":false,"to":[6,6.4000006,6]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7307.json b/assets/minecraft/models/w7307.json new file mode 100644 index 000000000..a362eefd8 --- /dev/null +++ b/assets/minecraft/models/w7307.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.4375,1.0625,0.625,0.8125]},"east":{"texture":"#0","uv":[0.6875,1.1875,0.4375,1.0625]},"north":{"texture":"#0","uv":[0.25,1.1875,0.4375,1.0625]},"south":{"texture":"#0","uv":[0.6875,1.1875,0.875,1.0625]},"up":{"texture":"#0","uv":[0.25,0.8125,0.4375,1.0625]},"west":{"texture":"#0","uv":[0.25,1.1875,0,1.0625]}},"from":[8,8,8],"shade":false,"to":[6.7999997,7.2,6.4]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7308.json b/assets/minecraft/models/w7308.json new file mode 100644 index 000000000..4b746d883 --- /dev/null +++ b/assets/minecraft/models/w7308.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.3125,0.75,2.375,0.6875]},"east":{"texture":"#0","uv":[2.3125,0.75,2.375,1]},"north":{"texture":"#0","uv":[2.375,0.75,2.4375,1]},"south":{"texture":"#0","uv":[2.25,0.75,2.3125,1]},"up":{"texture":"#0","uv":[2.25,0.6875,2.3125,0.75]},"west":{"texture":"#0","uv":[2.1875,0.75,2.25,1]}},"from":[-15.2,-16,-16],"shade":false,"to":[-14.8,-14.4,-15.6]},{"faces":{"down":{"texture":"#0","uv":[1,0.3125,1.3125,0]},"east":{"texture":"#0","uv":[0.625,0.3125,0.9375,0.5625]},"north":{"texture":"#0","uv":[0.9375,0.3125,1.25,0.5625]},"south":{"texture":"#0","uv":[0.3125,0.3125,0.625,0.5625]},"up":{"texture":"#0","uv":[0.6875,0,1,0.3125]},"west":{"texture":"#0","uv":[0,0.3125,0.3125,0.5625]}},"from":[-16,-14.4,-16],"rotation":{"angle":22.5,"axis":"x","origin":[-15,-14.4,-16],"rescale":false},"shade":false,"to":[-14,-12.8,-14]},{"faces":{"down":{"texture":"#0","uv":[0.4375,1.0625,0.625,0.8125]},"east":{"texture":"#0","uv":[0.4375,1.0625,0.6875,1.1875]},"north":{"texture":"#0","uv":[0.6875,1.0625,0.875,1.1875]},"south":{"texture":"#0","uv":[0.25,1.0625,0.4375,1.1875]},"up":{"texture":"#0","uv":[0.25,0.8125,0.4375,1.0625]},"west":{"texture":"#0","uv":[0,1.0625,0.25,1.1875]}},"from":[-15.6,-15.2,-15.6],"rotation":{"angle":22.5,"axis":"x","origin":[-15,-14.4,-16],"rescale":false},"shade":false,"to":[-14.400001,-14.4,-14]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7309.json b/assets/minecraft/models/w7309.json new file mode 100644 index 000000000..a75b60ac6 --- /dev/null +++ b/assets/minecraft/models/w7309.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0,1.3125,0.3125]},"east":{"texture":"#0","uv":[0.625,0.5625,0.9375,0.3125]},"north":{"texture":"#0","uv":[0.3125,0.5625,0.625,0.3125]},"south":{"texture":"#0","uv":[0.9375,0.5625,1.25,0.3125]},"up":{"texture":"#0","uv":[0.6875,0.3125,1,0]},"west":{"texture":"#0","uv":[0,0.5625,0.3125,0.3125]}},"from":[8,8,8],"shade":false,"to":[6,6.4000006,6]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w731.json b/assets/minecraft/models/w731.json new file mode 100644 index 000000000..d3970d79e --- /dev/null +++ b/assets/minecraft/models/w731.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,4,14,5]},"east":{"texture":"#0","uv":[14,5,13,5]},"north":{"texture":"#0","uv":[13,5,12,5]},"south":{"texture":"#0","uv":[15,5,14,5]},"up":{"texture":"#0","uv":[12,5,13,4]},"west":{"texture":"#0","uv":[12,5,11,5]}},"from":[-16,-15.99,-16],"shade":false,"to":[-15.6,-15.99,-15.6]},{"faces":{"down":{"texture":"#0","uv":[13,2,14,2]},"east":{"texture":"#0","uv":[13,2,13,4]},"north":{"texture":"#0","uv":[13,2,12,4]},"south":{"texture":"#0","uv":[14,2,13,4]},"up":{"texture":"#0","uv":[12,2,13,2]},"west":{"texture":"#0","uv":[12,2,12,4]}},"from":[-16,-16,-15.6],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1746590256_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7310.json b/assets/minecraft/models/w7310.json new file mode 100644 index 000000000..314511ba6 --- /dev/null +++ b/assets/minecraft/models/w7310.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.625,1.0625,0.4375,0.8125]},"east":{"texture":"#0","uv":[0,1.1875,0.25,1.0625]},"north":{"texture":"#0","uv":[0.4375,1.1875,0.25,1.0625]},"south":{"texture":"#0","uv":[0.875,1.1875,0.6875,1.0625]},"up":{"texture":"#0","uv":[0.4375,0.8125,0.25,1.0625]},"west":{"texture":"#0","uv":[0.4375,1.1875,0.6875,1.0625]}},"from":[8,8,8],"shade":false,"to":[6.7999997,7.2,6.4]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7311.json b/assets/minecraft/models/w7311.json new file mode 100644 index 000000000..e6d4f56d2 --- /dev/null +++ b/assets/minecraft/models/w7311.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.375,0.75,2.3125,0.6875]},"east":{"texture":"#0","uv":[2.25,0.75,2.1875,1]},"north":{"texture":"#0","uv":[2.4375,0.75,2.375,1]},"south":{"texture":"#0","uv":[2.3125,0.75,2.25,1]},"up":{"texture":"#0","uv":[2.3125,0.6875,2.25,0.75]},"west":{"texture":"#0","uv":[2.375,0.75,2.3125,1]}},"from":[-15.2,-16,-16],"shade":false,"to":[-14.8,-14.4,-15.6]},{"faces":{"down":{"texture":"#0","uv":[1.3125,0.3125,1,0]},"east":{"texture":"#0","uv":[0.3125,0.3125,0,0.5625]},"north":{"texture":"#0","uv":[1.25,0.3125,0.9375,0.5625]},"south":{"texture":"#0","uv":[0.625,0.3125,0.3125,0.5625]},"up":{"texture":"#0","uv":[1,0,0.6875,0.3125]},"west":{"texture":"#0","uv":[0.9375,0.3125,0.625,0.5625]}},"from":[-16,-14.4,-16],"rotation":{"angle":22.5,"axis":"x","origin":[-15,-14.4,-16],"rescale":false},"shade":false,"to":[-14,-12.8,-14]},{"faces":{"down":{"texture":"#0","uv":[0.625,1.0625,0.4375,0.8125]},"east":{"texture":"#0","uv":[0.25,1.0625,0,1.1875]},"north":{"texture":"#0","uv":[0.875,1.0625,0.6875,1.1875]},"south":{"texture":"#0","uv":[0.4375,1.0625,0.25,1.1875]},"up":{"texture":"#0","uv":[0.4375,0.8125,0.25,1.0625]},"west":{"texture":"#0","uv":[0.6875,1.0625,0.4375,1.1875]}},"from":[-15.6,-15.2,-15.6],"rotation":{"angle":22.5,"axis":"x","origin":[-15,-14.4,-16],"rescale":false},"shade":false,"to":[-14.400001,-14.4,-14]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7312.json b/assets/minecraft/models/w7312.json new file mode 100644 index 000000000..efb3c2344 --- /dev/null +++ b/assets/minecraft/models/w7312.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.875,5.375,4.25,5.75]},"east":{"texture":"#0","uv":[3.25,5.75,3.625,7.3125]},"north":{"texture":"#0","uv":[3.625,5.75,4.25,7.3125]},"south":{"texture":"#0","uv":[4.625,5.75,5.25,7.3125]},"up":{"texture":"#0","uv":[4.25,5.75,3.625,5.375]},"west":{"texture":"#0","uv":[4.25,5.75,4.625,7.3125]}},"from":[-16,-14.4,-15.9],"shade":false,"to":[-12,-4.3999996,-13.5]},{"faces":{"down":{"texture":"#0","uv":[1.375,7.6875,0.75,7.8125]},"east":{"texture":"#0","uv":[0,7.8125,0.125,7.875]},"north":{"texture":"#0","uv":[0.125,7.8125,0.75,7.875]},"south":{"texture":"#0","uv":[0.875,7.8125,1.5,7.875]},"up":{"texture":"#0","uv":[0.75,7.8125,0.125,7.6875]},"west":{"texture":"#0","uv":[0.75,7.8125,0.875,7.875]}},"from":[-16,-14.8,-15.9],"shade":false,"to":[-12,-14.400001,-14.9]},{"faces":{"down":{"texture":"#0","uv":[3.0625,6.9375,2.625,7.125]},"east":{"texture":"#0","uv":[2,7.125,2.1875,7.1875]},"north":{"texture":"#0","uv":[2.1875,7.125,2.625,7.1875]},"south":{"texture":"#0","uv":[2.8125,7.125,3.25,7.1875]},"up":{"texture":"#0","uv":[2.625,7.125,2.1875,6.9375]},"west":{"texture":"#0","uv":[2.625,7.125,2.8125,7.1875]}},"from":[-16,-15.2,-15.9],"shade":false,"to":[-13.2,-14.8,-14.7]},{"faces":{"down":{"texture":"#0","uv":[6.6875,3.5625,6.4375,3.75]},"east":{"texture":"#0","uv":[6,3.75,6.1875,3.8125]},"north":{"texture":"#0","uv":[6.1875,3.75,6.4375,3.8125]},"south":{"texture":"#0","uv":[6.625,3.75,6.875,3.8125]},"up":{"texture":"#0","uv":[6.4375,3.75,6.1875,3.5625]},"west":{"texture":"#0","uv":[6.4375,3.75,6.625,3.8125]}},"from":[-16,-15.6,-15.9],"shade":false,"to":[-14.4,-15.200001,-14.7]},{"faces":{"down":{"texture":"#0","uv":[6.9375,7.3125,6.8125,7.5]},"east":{"texture":"#0","uv":[6.5,7.5,6.6875,7.5625]},"north":{"texture":"#0","uv":[6.6875,7.5,6.8125,7.5625]},"south":{"texture":"#0","uv":[7,7.5,7.125,7.5625]},"up":{"texture":"#0","uv":[6.8125,7.5,6.6875,7.3125]},"west":{"texture":"#0","uv":[6.8125,7.5,7,7.5625]}},"from":[-16,-16,-15.9],"shade":false,"to":[-15.2,-15.6,-14.7]},{"faces":{"north":{"texture":"#0","uv":[9.375,0.0625,9.75,0.4375]},"south":{"texture":"#0","uv":[9.75,0.0625,9.375,0.4375]}},"from":[-15.2,-6.8,-16],"shade":false,"to":[-12.799999,-4.4,-16]},{"faces":{"north":{"texture":"#0","uv":[9.75,0.0625,10.125,0.4375]},"south":{"texture":"#0","uv":[10.125,0.0625,9.75,0.4375]}},"from":[-15.2,-9.6,-16],"shade":false,"to":[-12.799999,-7.2000003,-16]},{"faces":{"north":{"texture":"#0","uv":[10.125,0.0625,10.5,0.4375]},"south":{"texture":"#0","uv":[10.5,0.0625,10.125,0.4375]}},"from":[-15.2,-12.4,-16],"shade":false,"to":[-12.799999,-10,-16]},{"faces":{"north":{"texture":"#0","uv":[10.5,0.0625,10.875,0.4375]},"south":{"texture":"#0","uv":[10.875,0.0625,10.5,0.4375]}},"from":[-15.2,-15.2,-16],"shade":false,"to":[-12.799999,-12.799999,-16]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7313.json b/assets/minecraft/models/w7313.json new file mode 100644 index 000000000..b37163d80 --- /dev/null +++ b/assets/minecraft/models/w7313.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[9.75,0.5625,9.375,0.9375]},"south":{"texture":"#0","uv":[9.375,0.5625,9.75,0.9375]}},"from":[-15.2,-6.8227825,-13.507043],"shade":false,"to":[-12.799999,-4.422784,-13.507043]},{"faces":{"north":{"texture":"#0","uv":[10.125,0.5625,9.75,0.9375]},"south":{"texture":"#0","uv":[9.75,0.5625,10.125,0.9375]}},"from":[-15.2,-9.622783,-13.507043],"shade":false,"to":[-12.799999,-7.2227826,-13.507043]},{"faces":{"north":{"texture":"#0","uv":[10.5,0.5625,10.125,0.9375]},"south":{"texture":"#0","uv":[10.125,0.5625,10.5,0.9375]}},"from":[-15.2,-12.422783,-13.507043],"shade":false,"to":[-12.799999,-10.022783,-13.507043]},{"faces":{"north":{"texture":"#0","uv":[10.875,0.5625,10.5,0.9375]},"south":{"texture":"#0","uv":[10.5,0.5625,10.875,0.9375]}},"from":[-15.2,-15.222783,-13.507043],"shade":false,"to":[-12.799999,-12.8227825,-13.507043]},{"faces":{"down":{"texture":"#0","uv":[8.625,1.9375,8,2.3125]},"east":{"texture":"#0","uv":[7,2.3125,7.375,3.875]},"north":{"texture":"#0","uv":[7.375,2.3125,8,3.875]},"south":{"texture":"#0","uv":[8.375,2.3125,9,3.875]},"up":{"texture":"#0","uv":[8,2.3125,7.375,1.9375]},"west":{"texture":"#0","uv":[8,2.3125,8.375,3.875]}},"from":[-16,-14.4,-16],"shade":false,"to":[-12,-4.3999996,-13.6]},{"faces":{"down":{"texture":"#0","uv":[4.75,7.6875,4.125,7.8125]},"east":{"texture":"#0","uv":[3.375,7.8125,3.5,7.875]},"north":{"texture":"#0","uv":[3.5,7.8125,4.125,7.875]},"south":{"texture":"#0","uv":[4.25,7.8125,4.875,7.875]},"up":{"texture":"#0","uv":[4.125,7.8125,3.5,7.6875]},"west":{"texture":"#0","uv":[4.125,7.8125,4.25,7.875]}},"from":[-16,-14.8,-14.6],"shade":false,"to":[-12,-14.400001,-13.6]},{"faces":{"down":{"texture":"#0","uv":[1.0625,7.875,0.625,8.0625]},"east":{"texture":"#0","uv":[0,8.0625,0.1875,8.125]},"north":{"texture":"#0","uv":[0.1875,8.0625,0.625,8.125]},"south":{"texture":"#0","uv":[0.8125,8.0625,1.25,8.125]},"up":{"texture":"#0","uv":[0.625,8.0625,0.1875,7.875]},"west":{"texture":"#0","uv":[0.625,8.0625,0.8125,8.125]}},"from":[-16,-15.2,-14.8],"shade":false,"to":[-13.2,-14.8,-13.6]},{"faces":{"down":{"texture":"#0","uv":[6.0625,8.3125,5.8125,8.5]},"east":{"texture":"#0","uv":[5.375,8.5,5.5625,8.5625]},"north":{"texture":"#0","uv":[5.5625,8.5,5.8125,8.5625]},"south":{"texture":"#0","uv":[6,8.5,6.25,8.5625]},"up":{"texture":"#0","uv":[5.8125,8.5,5.5625,8.3125]},"west":{"texture":"#0","uv":[5.8125,8.5,6,8.5625]}},"from":[-16,-15.6,-14.8],"shade":false,"to":[-14.4,-15.200001,-13.6]},{"faces":{"down":{"texture":"#0","uv":[5.6875,8.5625,5.5625,8.75]},"east":{"texture":"#0","uv":[5.25,8.75,5.4375,8.8125]},"north":{"texture":"#0","uv":[5.4375,8.75,5.5625,8.8125]},"south":{"texture":"#0","uv":[5.75,8.75,5.875,8.8125]},"up":{"texture":"#0","uv":[5.5625,8.75,5.4375,8.5625]},"west":{"texture":"#0","uv":[5.5625,8.75,5.75,8.8125]}},"from":[-16,-16,-14.8],"shade":false,"to":[-15.2,-15.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7314.json b/assets/minecraft/models/w7314.json new file mode 100644 index 000000000..5392246f2 --- /dev/null +++ b/assets/minecraft/models/w7314.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[9.75,1.0625,9.375,1.4375]},"south":{"texture":"#0","uv":[9.375,1.0625,9.75,1.4375]}},"from":[-15.2,-7.6000004,-13.507043],"shade":false,"to":[-12.799999,-5.2000017,-13.507043]},{"faces":{"north":{"texture":"#0","uv":[10.125,0.5625,9.75,0.9375]},"south":{"texture":"#0","uv":[9.75,1.0625,10.125,1.4375]}},"from":[-15.2,-10.4,-13.507043],"shade":false,"to":[-12.799999,-7.999,-13.507043]},{"faces":{"north":{"texture":"#0","uv":[10.5,0.5625,10.125,0.9375]},"south":{"texture":"#0","uv":[10.125,1.0625,10.5,1.4375]}},"from":[-15.2,-13.2,-13.507043],"shade":false,"to":[-12.799999,-10.799999,-13.507043]},{"faces":{"north":{"texture":"#0","uv":[10.875,0.5625,10.5,0.9375]},"south":{"texture":"#0","uv":[10.5,1.0625,10.875,1.4375]}},"from":[-15.2,-16,-13.507043],"shade":false,"to":[-12.799999,-13.6,-13.507043]},{"faces":{"down":{"texture":"#0","uv":[6.875,5.375,6.25,5.75]},"east":{"texture":"#0","uv":[5.25,5.75,5.625,7.3125]},"north":{"texture":"#0","uv":[5.625,5.75,6.25,7.3125]},"south":{"texture":"#0","uv":[6.625,5.75,7.25,7.3125]},"up":{"texture":"#0","uv":[6.25,5.75,5.625,5.375]},"west":{"texture":"#0","uv":[6.25,5.75,6.625,7.3125]}},"from":[-16,-15.1772175,-16],"shade":false,"to":[-12,-5.1772175,-13.6]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7315.json b/assets/minecraft/models/w7315.json new file mode 100644 index 000000000..7fbcc31d2 --- /dev/null +++ b/assets/minecraft/models/w7315.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[9.375,1.5625,9.75,1.9375]},"south":{"texture":"#0","uv":[9.75,1.5625,9.375,1.9375]}},"from":[-15.2,-6.3999996,-16],"shade":false,"to":[-12.799999,-3.999,-16]},{"faces":{"north":{"texture":"#0","uv":[9.75,1.5625,10.125,1.9375]},"south":{"texture":"#0","uv":[10.125,1.5625,9.75,1.9375]}},"from":[-15.2,-9.2,-16],"shade":false,"to":[-12.799999,-6.7999997,-16]},{"faces":{"north":{"texture":"#0","uv":[10.125,1.5625,10.5,1.9375]},"south":{"texture":"#0","uv":[10.5,1.5625,10.125,1.9375]}},"from":[-15.2,-12,-16],"shade":false,"to":[-12.799999,-9.6,-16]},{"faces":{"north":{"texture":"#0","uv":[10.5,1.5625,10.875,1.9375]},"south":{"texture":"#0","uv":[10.875,1.5625,10.5,1.9375]}},"from":[-15.2,-14.8,-16],"shade":false,"to":[-12.799999,-12.4,-16]},{"faces":{"down":{"texture":"#0","uv":[1.375,7.375,0.75,7.5]},"east":{"texture":"#0","uv":[0,7.5,0.125,7.6875]},"north":{"texture":"#0","uv":[0.125,7.5,0.75,7.6875]},"south":{"texture":"#0","uv":[0.875,7.5,1.5,7.6875]},"up":{"texture":"#0","uv":[0.75,7.5,0.125,7.375]},"west":{"texture":"#0","uv":[0.75,7.5,0.875,7.6875]}},"from":[-16,-16,-15.9],"shade":false,"to":[-12,-14.8,-15.099999]},{"faces":{"down":{"texture":"#0","uv":[6.875,1.25,6.25,1.375]},"east":{"texture":"#0","uv":[5.5,1.375,5.625,1.5]},"north":{"texture":"#0","uv":[5.625,1.375,6.25,1.5]},"south":{"texture":"#0","uv":[6.375,1.375,7,1.5]},"up":{"texture":"#0","uv":[6.25,1.375,5.625,1.25]},"west":{"texture":"#0","uv":[6.25,1.375,6.375,1.5]}},"from":[-16,-15.6,-15.1],"shade":false,"to":[-12,-14.8,-14.3]},{"faces":{"down":{"texture":"#0","uv":[5.875,4.1875,5.25,4.3125]},"east":{"texture":"#0","uv":[4.5,4.3125,4.625,4.375]},"north":{"texture":"#0","uv":[4.625,4.3125,5.25,4.375]},"south":{"texture":"#0","uv":[5.375,4.3125,6,4.375]},"up":{"texture":"#0","uv":[5.25,4.3125,4.625,4.1875]},"west":{"texture":"#0","uv":[5.25,4.3125,5.375,4.375]}},"from":[-16,-15.2,-14.3],"shade":false,"to":[-12,-14.8,-13.5]},{"faces":{"down":{"texture":"#0","uv":[6.625,1.5,6,1.875]},"east":{"texture":"#0","uv":[5,1.875,5.375,3.5625]},"north":{"texture":"#0","uv":[5.375,1.875,6,3.5625]},"south":{"texture":"#0","uv":[6.375,1.875,7,3.5625]},"up":{"texture":"#0","uv":[6,1.875,5.375,1.5]},"west":{"texture":"#0","uv":[6,1.875,6.375,3.5625]}},"from":[-16,-14.8,-15.9],"shade":false,"to":[-12,-4,-13.5]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7316.json b/assets/minecraft/models/w7316.json new file mode 100644 index 000000000..03f311427 --- /dev/null +++ b/assets/minecraft/models/w7316.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[11.25,0.5625,10.875,0.9375]},"south":{"texture":"#0","uv":[10.875,0.5625,11.25,0.9375]}},"from":[-15.2,-8,-13.507043],"shade":false,"to":[-12.799999,-5.5999994,-13.507043]},{"faces":{"north":{"texture":"#0","uv":[11.6875,0.5625,11.3125,0.9375]},"south":{"texture":"#0","uv":[11.3125,0.5625,11.6875,0.9375]}},"from":[-15.2,-10.8,-13.507043],"shade":false,"to":[-12.799999,-8.4,-13.507043]},{"faces":{"north":{"texture":"#0","uv":[12.0625,0.5625,11.6875,0.9375]},"south":{"texture":"#0","uv":[11.6875,0.5625,12.0625,0.9375]}},"from":[-15.2,-13.200001,-13.507043],"shade":false,"to":[-12.799999,-10.800001,-13.507043]},{"faces":{"north":{"texture":"#0","uv":[12.4375,0.5625,12.0625,0.9375]},"south":{"texture":"#0","uv":[12.0625,0.5625,12.4375,0.9375]}},"from":[-15.2,-16,-13.507043],"shade":false,"to":[-12.799999,-13.6,-13.507043]},{"faces":{"down":{"texture":"#0","uv":[1.625,5.4375,1,5.8125]},"east":{"texture":"#0","uv":[0,5.8125,0.375,7.375]},"north":{"texture":"#0","uv":[0.375,5.8125,1,7.375]},"south":{"texture":"#0","uv":[1.375,5.8125,2,7.375]},"up":{"texture":"#0","uv":[1,5.8125,0.375,5.4375]},"west":{"texture":"#0","uv":[1,5.8125,1.375,7.375]}},"from":[-16,-15.977217,-16],"shade":false,"to":[-12,-5.9772167,-13.6]},{"faces":{"down":{"texture":"#0","uv":[4,7.875,3.875,8.25]},"east":{"texture":"#0","uv":[3.375,8.25,3.75,8.375]},"north":{"texture":"#0","uv":[3.75,8.25,3.875,8.375]},"south":{"texture":"#0","uv":[4.25,8.25,4.375,8.375]},"up":{"texture":"#0","uv":[3.875,8.25,3.75,7.875]},"west":{"texture":"#0","uv":[3.875,8.25,4.25,8.375]}},"from":[-12.8,-5.9772167,-16],"shade":false,"to":[-12,-5.1772165,-13.6]},{"faces":{"down":{"texture":"#0","uv":[6,7.875,5.875,8.25]},"east":{"texture":"#0","uv":[5.375,8.25,5.75,8.3125]},"north":{"texture":"#0","uv":[5.75,8.25,5.875,8.3125]},"south":{"texture":"#0","uv":[6.25,8.25,6.375,8.3125]},"up":{"texture":"#0","uv":[5.875,8.25,5.75,7.875]},"west":{"texture":"#0","uv":[5.875,8.25,6.25,8.3125]}},"from":[-12.8,-5.1772175,-16],"shade":false,"to":[-12,-4.7772174,-13.6]},{"faces":{"down":{"texture":"#0","uv":[7.125,7.6875,6.9375,8.0625]},"east":{"texture":"#0","uv":[6.375,8.0625,6.75,8.125]},"north":{"texture":"#0","uv":[6.75,8.0625,6.9375,8.125]},"south":{"texture":"#0","uv":[7.3125,8.0625,7.5,8.125]},"up":{"texture":"#0","uv":[6.9375,8.0625,6.75,7.6875]},"west":{"texture":"#0","uv":[6.9375,8.0625,7.3125,8.125]}},"from":[-14,-5.9772167,-16],"shade":false,"to":[-12.8,-5.5772166,-13.6]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7317.json b/assets/minecraft/models/w7317.json new file mode 100644 index 000000000..8f60a14e9 --- /dev/null +++ b/assets/minecraft/models/w7317.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[10.875,0.0625,11.25,0.4375]},"south":{"texture":"#0","uv":[11.25,0.0625,10.875,0.4375]}},"from":[-15.2,-8,-16],"shade":false,"to":[-12.799999,-5.6,-16]},{"faces":{"north":{"texture":"#0","uv":[11.3125,0.0625,11.6875,0.4375]},"south":{"texture":"#0","uv":[11.6875,0.0625,11.3125,0.4375]}},"from":[-15.2,-10.8,-16],"shade":false,"to":[-12.799999,-8.4,-16]},{"faces":{"north":{"texture":"#0","uv":[11.6875,0.0625,12.0625,0.4375]},"south":{"texture":"#0","uv":[12.0625,0.0625,11.6875,0.4375]}},"from":[-15.2,-13.2,-16],"shade":false,"to":[-12.799999,-10.799999,-16]},{"faces":{"north":{"texture":"#0","uv":[12.0625,0.0625,12.4375,0.4375]},"south":{"texture":"#0","uv":[12.4375,0.0625,12.0625,0.4375]}},"from":[-15.2,-16,-16],"shade":false,"to":[-12.799999,-13.6,-16]},{"faces":{"down":{"texture":"#0","uv":[8.875,3.875,8.25,4.25]},"east":{"texture":"#0","uv":[7.25,4.25,7.625,5.8125]},"north":{"texture":"#0","uv":[7.625,4.25,8.25,5.8125]},"south":{"texture":"#0","uv":[8.625,4.25,9.25,5.8125]},"up":{"texture":"#0","uv":[8.25,4.25,7.625,3.875]},"west":{"texture":"#0","uv":[8.25,4.25,8.625,5.8125]}},"from":[-16,-16,-15.9],"shade":false,"to":[-12,-6,-13.5]},{"faces":{"down":{"texture":"#0","uv":[5,7.875,4.875,8.25]},"east":{"texture":"#0","uv":[4.375,8.25,4.75,8.375]},"north":{"texture":"#0","uv":[4.75,8.25,4.875,8.375]},"south":{"texture":"#0","uv":[5.25,8.25,5.375,8.375]},"up":{"texture":"#0","uv":[4.875,8.25,4.75,7.875]},"west":{"texture":"#0","uv":[4.875,8.25,5.25,8.375]}},"from":[-12.8,-6,-15.9],"shade":false,"to":[-12,-5.2,-13.5]},{"faces":{"down":{"texture":"#0","uv":[1.875,7.9375,1.75,8.3125]},"east":{"texture":"#0","uv":[1.25,8.3125,1.625,8.375]},"north":{"texture":"#0","uv":[1.625,8.3125,1.75,8.375]},"south":{"texture":"#0","uv":[2.125,8.3125,2.25,8.375]},"up":{"texture":"#0","uv":[1.75,8.3125,1.625,7.9375]},"west":{"texture":"#0","uv":[1.75,8.3125,2.125,8.375]}},"from":[-12.8,-5.2,-15.9],"shade":false,"to":[-12,-4.7999997,-13.5]},{"faces":{"down":{"texture":"#0","uv":[8.25,7.6875,8.0625,8.0625]},"east":{"texture":"#0","uv":[7.5,8.0625,7.875,8.125]},"north":{"texture":"#0","uv":[7.875,8.0625,8.0625,8.125]},"south":{"texture":"#0","uv":[8.4375,8.0625,8.625,8.125]},"up":{"texture":"#0","uv":[8.0625,8.0625,7.875,7.6875]},"west":{"texture":"#0","uv":[8.0625,8.0625,8.4375,8.125]}},"from":[-14,-6,-15.9],"shade":false,"to":[-12.8,-5.6,-13.5]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7318.json b/assets/minecraft/models/w7318.json new file mode 100644 index 000000000..25c606c65 --- /dev/null +++ b/assets/minecraft/models/w7318.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[11.25,1.0625,10.875,1.4375]},"south":{"texture":"#0","uv":[10.875,1.0625,11.25,1.4375]}},"from":[-15.2,-8,-13.507043],"shade":false,"to":[-12.799999,-5.5999994,-13.507043]},{"faces":{"north":{"texture":"#0","uv":[11.6875,1.0625,11.3125,1.4375]},"south":{"texture":"#0","uv":[11.3125,1.0625,11.6875,1.4375]}},"from":[-15.2,-10.6,-13.507043],"shade":false,"to":[-12.799999,-8.200001,-13.507043]},{"faces":{"north":{"texture":"#0","uv":[12.0625,1.0625,11.6875,1.4375]},"south":{"texture":"#0","uv":[11.6875,1.0625,12.0625,1.4375]}},"from":[-15.2,-13.200001,-13.507043],"shade":false,"to":[-12.799999,-10.800001,-13.507043]},{"faces":{"north":{"texture":"#0","uv":[12.4375,1.0625,12.0625,1.4375]},"south":{"texture":"#0","uv":[12.0625,1.0625,12.4375,1.4375]}},"from":[-15.2,-16,-13.507043],"shade":false,"to":[-12.799999,-13.6,-13.507043]},{"faces":{"down":{"texture":"#0","uv":[8.625,0,8,0.375]},"east":{"texture":"#0","uv":[7,0.375,7.375,1.9375]},"north":{"texture":"#0","uv":[7.375,0.375,8,1.9375]},"south":{"texture":"#0","uv":[8.375,0.375,9,1.9375]},"up":{"texture":"#0","uv":[8,0.375,7.375,0]},"west":{"texture":"#0","uv":[8,0.375,8.375,1.9375]}},"from":[-16,-15.977217,-16],"shade":false,"to":[-12,-5.9772167,-13.6]},{"faces":{"down":{"texture":"#0","uv":[4.75,7.3125,4.125,7.4375]},"east":{"texture":"#0","uv":[3.375,7.4375,3.5,7.6875]},"north":{"texture":"#0","uv":[3.5,7.4375,4.125,7.6875]},"south":{"texture":"#0","uv":[4.25,7.4375,4.875,7.6875]},"up":{"texture":"#0","uv":[4.125,7.4375,3.5,7.3125]},"west":{"texture":"#0","uv":[4.125,7.4375,4.25,7.6875]}},"from":[-16,-5.9772167,-14.4],"shade":false,"to":[-12,-4.377217,-13.599999]},{"faces":{"down":{"texture":"#0","uv":[6.25,7.5625,5.625,7.6875]},"east":{"texture":"#0","uv":[4.875,7.6875,5,7.875]},"north":{"texture":"#0","uv":[5,7.6875,5.625,7.875]},"south":{"texture":"#0","uv":[5.75,7.6875,6.375,7.875]},"up":{"texture":"#0","uv":[5.625,7.6875,5,7.5625]},"west":{"texture":"#0","uv":[5.625,7.6875,5.75,7.875]}},"from":[-16,-5.9772167,-15.2],"shade":false,"to":[-12,-4.777217,-14.4]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7319.json b/assets/minecraft/models/w7319.json new file mode 100644 index 000000000..40116e79e --- /dev/null +++ b/assets/minecraft/models/w7319.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[10.875,1.5625,11.25,1.9375]},"south":{"texture":"#0","uv":[11.25,1.5625,10.875,1.9375]}},"from":[-15.2,-8,-16],"shade":false,"to":[-12.799999,-5.6,-16]},{"faces":{"north":{"texture":"#0","uv":[11.3125,1.5625,11.6875,1.9375]},"south":{"texture":"#0","uv":[11.6875,1.5625,11.3125,1.9375]}},"from":[-15.2,-10.8,-16],"shade":false,"to":[-12.799999,-8.4,-16]},{"faces":{"north":{"texture":"#0","uv":[11.6875,1.5625,12.0625,1.9375]},"south":{"texture":"#0","uv":[12.0625,1.5625,11.6875,1.9375]}},"from":[-15.2,-13.2,-16],"shade":false,"to":[-12.799999,-10.799999,-16]},{"faces":{"north":{"texture":"#0","uv":[12.0625,1.5625,12.4375,1.9375]},"south":{"texture":"#0","uv":[12.4375,1.5625,12.0625,1.9375]}},"from":[-15.2,-16,-16],"shade":false,"to":[-12.799999,-13.6,-16]},{"faces":{"down":{"texture":"#0","uv":[8.875,5.8125,8.25,6.1875]},"east":{"texture":"#0","uv":[7.25,6.1875,7.625,7.6875]},"north":{"texture":"#0","uv":[7.625,6.1875,8.25,7.6875]},"south":{"texture":"#0","uv":[8.625,6.1875,9.25,7.6875]},"up":{"texture":"#0","uv":[8.25,6.1875,7.625,5.8125]},"west":{"texture":"#0","uv":[8.25,6.1875,8.625,7.6875]}},"from":[-16,-16,-15.9],"shade":false,"to":[-12,-6.3999996,-13.5]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w732.json b/assets/minecraft/models/w732.json new file mode 100644 index 000000000..ab314ea74 --- /dev/null +++ b/assets/minecraft/models/w732.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,6,5,9]},"east":{"texture":"#0","uv":[7,9,4,11]},"north":{"texture":"#0","uv":[4,9,3,11]},"south":{"texture":"#0","uv":[8,9,7,11]},"up":{"texture":"#0","uv":[3,9,4,6]},"west":{"texture":"#0","uv":[3,9,0,11]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1746590256_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7320.json b/assets/minecraft/models/w7320.json new file mode 100644 index 000000000..7d7243899 --- /dev/null +++ b/assets/minecraft/models/w7320.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.625,0,0.3125,0.0625]},"east":{"texture":"#0","uv":[0.6875,0,0.625,0.0625]},"north":{"texture":"#0","uv":[0.3125,0.0625,0,0.125]},"south":{"texture":"#0","uv":[0.625,0.0625,0.3125,0.125]},"up":{"texture":"#0","uv":[0.3125,0,0,0.0625]},"west":{"texture":"#0","uv":[0.6875,0.0625,0.625,0.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7321.json b/assets/minecraft/models/w7321.json new file mode 100644 index 000000000..3ca91322f --- /dev/null +++ b/assets/minecraft/models/w7321.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.3125,0,0.625,0.0625]},"east":{"texture":"#0","uv":[0.625,0.0625,0.6875,0.125]},"north":{"texture":"#0","uv":[0,0.0625,0.3125,0.125]},"south":{"texture":"#0","uv":[0.3125,0.0625,0.625,0.125]},"up":{"texture":"#0","uv":[0,0,0.3125,0.0625]},"west":{"texture":"#0","uv":[0.625,0,0.6875,0.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7322.json b/assets/minecraft/models/w7322.json new file mode 100644 index 000000000..c938b35aa --- /dev/null +++ b/assets/minecraft/models/w7322.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,1.75,0.75,2]},"east":{"texture":"#0","uv":[0.25,1.5,0.5,1.75]},"north":{"texture":"#0","uv":[0,1.5,0.25,1.75]},"south":{"texture":"#0","uv":[0,1.75,0.25,2]},"up":{"texture":"#0","uv":[0.5,1.5,0.75,1.75]},"west":{"texture":"#0","uv":[0.25,1.75,0.5,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7323.json b/assets/minecraft/models/w7323.json new file mode 100644 index 000000000..3ca91322f --- /dev/null +++ b/assets/minecraft/models/w7323.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.3125,0,0.625,0.0625]},"east":{"texture":"#0","uv":[0.625,0.0625,0.6875,0.125]},"north":{"texture":"#0","uv":[0,0.0625,0.3125,0.125]},"south":{"texture":"#0","uv":[0.3125,0.0625,0.625,0.125]},"up":{"texture":"#0","uv":[0,0,0.3125,0.0625]},"west":{"texture":"#0","uv":[0.625,0,0.6875,0.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7324.json b/assets/minecraft/models/w7324.json new file mode 100644 index 000000000..7d7243899 --- /dev/null +++ b/assets/minecraft/models/w7324.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.625,0,0.3125,0.0625]},"east":{"texture":"#0","uv":[0.6875,0,0.625,0.0625]},"north":{"texture":"#0","uv":[0.3125,0.0625,0,0.125]},"south":{"texture":"#0","uv":[0.625,0.0625,0.3125,0.125]},"up":{"texture":"#0","uv":[0.3125,0,0,0.0625]},"west":{"texture":"#0","uv":[0.6875,0.0625,0.625,0.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7325.json b/assets/minecraft/models/w7325.json new file mode 100644 index 000000000..f46a96d97 --- /dev/null +++ b/assets/minecraft/models/w7325.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,1.75,0.5,2]},"east":{"texture":"#0","uv":[0.5,1.75,0.25,2]},"north":{"texture":"#0","uv":[0.25,1.5,0,1.75]},"south":{"texture":"#0","uv":[0.25,1.75,0,2]},"up":{"texture":"#0","uv":[0.75,1.5,0.5,1.75]},"west":{"texture":"#0","uv":[0.5,1.5,0.25,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7326.json b/assets/minecraft/models/w7326.json new file mode 100644 index 000000000..cb1aad654 --- /dev/null +++ b/assets/minecraft/models/w7326.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.3125,0.0625,0.625,0]},"east":{"texture":"#0","uv":[0.6875,0.0625,0.625,0.125]},"north":{"texture":"#0","uv":[0.625,0.0625,0.3125,0.125]},"south":{"texture":"#0","uv":[0.3125,0.0625,0,0.125]},"up":{"texture":"#0","uv":[0,0.0625,0.3125,0]},"west":{"texture":"#0","uv":[0.6875,0,0.625,0.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7327.json b/assets/minecraft/models/w7327.json new file mode 100644 index 000000000..003369a4c --- /dev/null +++ b/assets/minecraft/models/w7327.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.625,0.0625,0.3125,0]},"east":{"texture":"#0","uv":[0.625,0,0.6875,0.0625]},"north":{"texture":"#0","uv":[0.3125,0.0625,0.625,0.125]},"south":{"texture":"#0","uv":[0,0.0625,0.3125,0.125]},"up":{"texture":"#0","uv":[0.3125,0.0625,0,0]},"west":{"texture":"#0","uv":[0.625,0.0625,0.6875,0.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7328.json b/assets/minecraft/models/w7328.json new file mode 100644 index 000000000..68e6a382a --- /dev/null +++ b/assets/minecraft/models/w7328.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,2,0.5,1.75]},"east":{"texture":"#0","uv":[0.25,1.75,0.5,2]},"north":{"texture":"#0","uv":[0,1.75,0.25,2]},"south":{"texture":"#0","uv":[0,1.5,0.25,1.75]},"up":{"texture":"#0","uv":[0.75,1.75,0.5,1.5]},"west":{"texture":"#0","uv":[0.25,1.5,0.5,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7329.json b/assets/minecraft/models/w7329.json new file mode 100644 index 000000000..003369a4c --- /dev/null +++ b/assets/minecraft/models/w7329.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.625,0.0625,0.3125,0]},"east":{"texture":"#0","uv":[0.625,0,0.6875,0.0625]},"north":{"texture":"#0","uv":[0.3125,0.0625,0.625,0.125]},"south":{"texture":"#0","uv":[0,0.0625,0.3125,0.125]},"up":{"texture":"#0","uv":[0.3125,0.0625,0,0]},"west":{"texture":"#0","uv":[0.625,0.0625,0.6875,0.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w733.json b/assets/minecraft/models/w733.json new file mode 100644 index 000000000..440b7684a --- /dev/null +++ b/assets/minecraft/models/w733.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,6,4,9]},"east":{"texture":"#0","uv":[0,9,3,11]},"north":{"texture":"#0","uv":[3,9,4,11]},"south":{"texture":"#0","uv":[7,9,8,11]},"up":{"texture":"#0","uv":[4,9,3,6]},"west":{"texture":"#0","uv":[4,9,7,11]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1746590256_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7330.json b/assets/minecraft/models/w7330.json new file mode 100644 index 000000000..cb1aad654 --- /dev/null +++ b/assets/minecraft/models/w7330.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.3125,0.0625,0.625,0]},"east":{"texture":"#0","uv":[0.6875,0.0625,0.625,0.125]},"north":{"texture":"#0","uv":[0.625,0.0625,0.3125,0.125]},"south":{"texture":"#0","uv":[0.3125,0.0625,0,0.125]},"up":{"texture":"#0","uv":[0,0.0625,0.3125,0]},"west":{"texture":"#0","uv":[0.6875,0,0.625,0.0625]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7331.json b/assets/minecraft/models/w7331.json new file mode 100644 index 000000000..b8cc22d94 --- /dev/null +++ b/assets/minecraft/models/w7331.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,2,0.75,1.75]},"east":{"texture":"#0","uv":[0.5,1.5,0.25,1.75]},"north":{"texture":"#0","uv":[0.25,1.75,0,2]},"south":{"texture":"#0","uv":[0.25,1.5,0,1.75]},"up":{"texture":"#0","uv":[0.5,1.75,0.75,1.5]},"west":{"texture":"#0","uv":[0.5,1.75,0.25,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7332.json b/assets/minecraft/models/w7332.json new file mode 100644 index 000000000..9d918b7b5 --- /dev/null +++ b/assets/minecraft/models/w7332.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.4375,4.375,4.8125,5.3125]},"east":{"texture":"#0","uv":[3.25,5.3125,4.1875,5.375]},"north":{"texture":"#0","uv":[4.1875,5.3125,4.8125,5.375]},"south":{"texture":"#0","uv":[5.75,5.3125,6.375,5.375]},"up":{"texture":"#0","uv":[4.8125,5.3125,4.1875,4.375]},"west":{"texture":"#0","uv":[4.8125,5.3125,5.75,5.375]}},"from":[-15,-15.987833,-16],"shade":false,"to":[-11,-15.587833,-9.7]},{"faces":{"down":{"texture":"#0","uv":[6.3125,0.625,6.1875,1.1875]},"east":{"texture":"#0","uv":[5.5,1.1875,6.0625,1.25]},"north":{"texture":"#0","uv":[6.0625,1.1875,6.1875,1.25]},"south":{"texture":"#0","uv":[6.75,1.1875,6.875,1.25]},"up":{"texture":"#0","uv":[6.1875,1.1875,6.0625,0.625]},"west":{"texture":"#0","uv":[6.1875,1.1875,6.75,1.25]}},"from":[-11,-16,-14.6666],"shade":false,"to":[-10,-15.6,-10.7666]},{"faces":{"down":{"texture":"#0","uv":[2.8125,7.3125,2.6875,7.875]},"east":{"texture":"#0","uv":[2,7.875,2.5625,7.9375]},"north":{"texture":"#0","uv":[2.5625,7.875,2.6875,7.9375]},"south":{"texture":"#0","uv":[3.25,7.875,3.375,7.9375]},"up":{"texture":"#0","uv":[2.6875,7.875,2.5625,7.3125]},"west":{"texture":"#0","uv":[2.6875,7.875,3.25,7.9375]}},"from":[-16,-16,-14.6666],"shade":false,"to":[-15,-15.6,-10.7666]},{"faces":{"down":{"texture":"#0","uv":[6.6875,3.875,6.5625,4.3125]},"east":{"texture":"#0","uv":[6,4.3125,6.4375,4.375]},"north":{"texture":"#0","uv":[6.4375,4.3125,6.5625,4.375]},"south":{"texture":"#0","uv":[7,4.3125,7.125,4.375]},"up":{"texture":"#0","uv":[6.5625,4.3125,6.4375,3.875]},"west":{"texture":"#0","uv":[6.5625,4.3125,7,4.375]}},"from":[-11,-15.6,-14.6666],"shade":false,"to":[-10,-15.200001,-11.566601]},{"faces":{"down":{"texture":"#0","uv":[2.6875,6.4375,2.5625,6.875]},"east":{"texture":"#0","uv":[2,6.875,2.4375,6.9375]},"north":{"texture":"#0","uv":[2.4375,6.875,2.5625,6.9375]},"south":{"texture":"#0","uv":[3,6.875,3.125,6.9375]},"up":{"texture":"#0","uv":[2.5625,6.875,2.4375,6.4375]},"west":{"texture":"#0","uv":[2.5625,6.875,3,6.9375]}},"from":[-16,-15.6,-14.6666],"shade":false,"to":[-15,-15.200001,-11.566601]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7333.json b/assets/minecraft/models/w7333.json new file mode 100644 index 000000000..5a7a4bf1a --- /dev/null +++ b/assets/minecraft/models/w7333.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,4.375,1.625,5.375]},"east":{"texture":"#0","uv":[0,5.375,1,5.4375]},"north":{"texture":"#0","uv":[1,5.375,1.625,5.4375]},"south":{"texture":"#0","uv":[2.625,5.375,3.25,5.4375]},"up":{"texture":"#0","uv":[1.625,5.375,1,4.375]},"west":{"texture":"#0","uv":[1.625,5.375,2.625,5.4375]}},"from":[-14.8,-15.587834,-16],"shade":false,"to":[-10.8,-15.187835,-9.5]},{"faces":{"down":{"texture":"#0","uv":[6.3125,7.3125,5.6875,7.5]},"east":{"texture":"#0","uv":[4.875,7.5,5.0625,7.5625]},"north":{"texture":"#0","uv":[5.0625,7.5,5.6875,7.5625]},"south":{"texture":"#0","uv":[5.875,7.5,6.5,7.5625]},"up":{"texture":"#0","uv":[5.6875,7.5,5.0625,7.3125]},"west":{"texture":"#0","uv":[5.6875,7.5,5.875,7.5625]}},"from":[-14.8,-15.987834,-11.6],"shade":false,"to":[-10.8,-15.587834,-10.3]},{"faces":{"down":{"texture":"#0","uv":[5.4375,3.5625,5.25,4.125]},"east":{"texture":"#0","uv":[4.5,4.125,5.0625,4.1875]},"north":{"texture":"#0","uv":[5.0625,4.125,5.25,4.1875]},"south":{"texture":"#0","uv":[5.8125,4.125,6,4.1875]},"up":{"texture":"#0","uv":[5.25,4.125,5.0625,3.5625]},"west":{"texture":"#0","uv":[5.25,4.125,5.8125,4.1875]}},"from":[-10.8,-15.6,-14.7066],"shade":false,"to":[-9.6,-15.200001,-10.806601]},{"faces":{"down":{"texture":"#0","uv":[6.4375,0,6.25,0.5625]},"east":{"texture":"#0","uv":[5.5,0.5625,6.0625,0.625]},"north":{"texture":"#0","uv":[6.0625,0.5625,6.25,0.625]},"south":{"texture":"#0","uv":[6.8125,0.5625,7,0.625]},"up":{"texture":"#0","uv":[6.25,0.5625,6.0625,0]},"west":{"texture":"#0","uv":[6.25,0.5625,6.8125,0.625]}},"from":[-16,-15.6,-14.7066],"shade":false,"to":[-14.8,-15.200001,-10.806601]},{"faces":{"down":{"texture":"#0","uv":[2.8125,5.4375,2.625,5.875]},"east":{"texture":"#0","uv":[2,5.875,2.4375,5.9375]},"north":{"texture":"#0","uv":[2.4375,5.875,2.625,5.9375]},"south":{"texture":"#0","uv":[3.0625,5.875,3.25,5.9375]},"up":{"texture":"#0","uv":[2.625,5.875,2.4375,5.4375]},"west":{"texture":"#0","uv":[2.625,5.875,3.0625,5.9375]}},"from":[-10.8,-16,-14.306601],"shade":false,"to":[-9.6,-15.6,-11.2066]},{"faces":{"down":{"texture":"#0","uv":[2.8125,5.9375,2.625,6.375]},"east":{"texture":"#0","uv":[2,6.375,2.4375,6.4375]},"north":{"texture":"#0","uv":[2.4375,6.375,2.625,6.4375]},"south":{"texture":"#0","uv":[3.0625,6.375,3.25,6.4375]},"up":{"texture":"#0","uv":[2.625,6.375,2.4375,5.9375]},"west":{"texture":"#0","uv":[2.625,6.375,3.0625,6.4375]}},"from":[-16,-16,-14.306601],"shade":false,"to":[-14.8,-15.6,-11.2066]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7334.json b/assets/minecraft/models/w7334.json new file mode 100644 index 000000000..4efc42870 --- /dev/null +++ b/assets/minecraft/models/w7334.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.625,0,0.3125,0.0625]},"east":{"texture":"#0","uv":[0.6875,0,0.625,0.0625]},"north":{"texture":"#0","uv":[0.3125,0.0625,0,0.125]},"south":{"texture":"#0","uv":[0.625,0.0625,0.3125,0.125]},"up":{"texture":"#0","uv":[0.3125,0,0,0.0625]},"west":{"texture":"#0","uv":[0.6875,0.0625,0.625,0.125]}},"from":[-14.36,-15.8,-15.6],"shade":false,"to":[-12.36,-15.400001,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[0.0625,0.0625,0,0.125]},"east":{"texture":"#0","uv":[0.0625,0.0625,0,0.125]},"north":{"texture":"#0","uv":[0.0625,0.0625,0,0.125]},"south":{"texture":"#0","uv":[0.0625,0.0625,0,0.125]},"up":{"texture":"#0","uv":[0.0625,0.0625,0,0.125]},"west":{"texture":"#0","uv":[0.0625,0.0625,0,0.125]}},"from":[-15.16,-16,-15.6],"shade":false,"to":[-14.36,-15.2,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[0.125,0.25,0,0.125]},"up":{"texture":"#0","uv":[0.125,0.125,0,0.25]}},"from":[-15.88,-15.2,-15.88],"rotation":{"angle":22.5,"axis":"y","origin":[-15.56,-15.2,-15.6],"rescale":false},"shade":false,"to":[-15.08,-15.2,-15.08]},{"faces":{"down":{"texture":"#0","uv":[0.125,0.25,0,0.125]},"up":{"texture":"#0","uv":[0.125,0.125,0,0.25]}},"from":[-16,-15.6,-15.96],"rotation":{"angle":45,"axis":"y","origin":[-15.56,-15.6,-15.6],"rescale":false},"shade":false,"to":[-15.2,-15.6,-15.16]},{"faces":{"down":{"texture":"#0","uv":[0.125,0.25,0,0.125]},"up":{"texture":"#0","uv":[0.125,0.125,0,0.25]}},"from":[-15.96,-16,-16],"shade":false,"to":[-15.16,-16,-15.2]},{"faces":{"down":{"texture":"#0","uv":[0.125,0.25,0,0.125]},"up":{"texture":"#0","uv":[0.125,0.125,0,0.25]}},"from":[-15.56,-14.4,-16],"rotation":{"angle":-45,"axis":"z","origin":[-15.56,-15.2,-15.6],"rescale":false},"shade":false,"to":[-14.76,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7335.json b/assets/minecraft/models/w7335.json new file mode 100644 index 000000000..895c7d25f --- /dev/null +++ b/assets/minecraft/models/w7335.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.3125,0,0.625,0.0625]},"east":{"texture":"#0","uv":[0.625,0.0625,0.6875,0.125]},"north":{"texture":"#0","uv":[0,0.0625,0.3125,0.125]},"south":{"texture":"#0","uv":[0.3125,0.0625,0.625,0.125]},"up":{"texture":"#0","uv":[0,0,0.3125,0.0625]},"west":{"texture":"#0","uv":[0.625,0,0.6875,0.0625]}},"from":[-16,-15.8,-15.6],"shade":false,"to":[-14,-15.400001,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[0,0.0625,0.0625,0.125]},"east":{"texture":"#0","uv":[0,0.0625,0.0625,0.125]},"north":{"texture":"#0","uv":[0,0.0625,0.0625,0.125]},"south":{"texture":"#0","uv":[0,0.0625,0.0625,0.125]},"up":{"texture":"#0","uv":[0,0.0625,0.0625,0.125]},"west":{"texture":"#0","uv":[0,0.0625,0.0625,0.125]}},"from":[-14,-16,-15.6],"shade":false,"to":[-13.2,-15.2,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[0,0.25,0.125,0.125]},"up":{"texture":"#0","uv":[0,0.125,0.125,0.25]}},"from":[-13.28,-15.2,-15.88],"rotation":{"angle":-22.5,"axis":"y","origin":[-12.8,-15.2,-15.6],"rescale":false},"shade":false,"to":[-12.48,-15.2,-15.08]},{"faces":{"down":{"texture":"#0","uv":[0,0.25,0.125,0.125]},"up":{"texture":"#0","uv":[0,0.125,0.125,0.25]}},"from":[-13.16,-15.6,-15.96],"rotation":{"angle":-45,"axis":"y","origin":[-12.8,-15.6,-15.6],"rescale":false},"shade":false,"to":[-12.36,-15.6,-15.16]},{"faces":{"down":{"texture":"#0","uv":[0,0.25,0.125,0.125]},"up":{"texture":"#0","uv":[0,0.125,0.125,0.25]}},"from":[-13.2,-16,-16],"shade":false,"to":[-12.4,-16,-15.2]},{"faces":{"down":{"texture":"#0","uv":[0,0.25,0.125,0.125]},"up":{"texture":"#0","uv":[0,0.125,0.125,0.25]}},"from":[-13.6,-14.4,-16],"rotation":{"angle":45,"axis":"z","origin":[-12.8,-15.2,-15.6],"rescale":false},"shade":false,"to":[-12.8,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7336.json b/assets/minecraft/models/w7336.json new file mode 100644 index 000000000..08f14e68e --- /dev/null +++ b/assets/minecraft/models/w7336.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.3125,0,0.625,0.0625]},"east":{"texture":"#0","uv":[0.625,0.0625,0.6875,0.125]},"north":{"texture":"#0","uv":[0,0.0625,0.3125,0.125]},"south":{"texture":"#0","uv":[0.3125,0.0625,0.625,0.125]},"up":{"texture":"#0","uv":[0,0,0.3125,0.0625]},"west":{"texture":"#0","uv":[0.625,0,0.6875,0.0625]}},"from":[-16,-15.8,-15.6],"shade":false,"to":[-14,-15.400001,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[0,0.0625,0.0625,0.125]},"east":{"texture":"#0","uv":[0,0.0625,0.0625,0.125]},"north":{"texture":"#0","uv":[0,0.0625,0.0625,0.125]},"south":{"texture":"#0","uv":[0,0.0625,0.0625,0.125]},"up":{"texture":"#0","uv":[0,0.0625,0.0625,0.125]},"west":{"texture":"#0","uv":[0,0.0625,0.0625,0.125]}},"from":[-14,-16,-15.6],"shade":false,"to":[-13.2,-15.2,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[0,0.25,0.125,0.125]},"up":{"texture":"#0","uv":[0,0.125,0.125,0.25]}},"from":[-13.280001,-15.2,-15.88],"rotation":{"angle":-22.5,"axis":"y","origin":[-12.8,-15.2,-15.6],"rescale":false},"shade":false,"to":[-12.4800005,-15.2,-15.08]},{"faces":{"down":{"texture":"#0","uv":[0,0.25,0.125,0.125]},"up":{"texture":"#0","uv":[0,0.125,0.125,0.25]}},"from":[-13.16,-15.6,-15.96],"rotation":{"angle":-45,"axis":"y","origin":[-12.8,-15.6,-15.6],"rescale":false},"shade":false,"to":[-12.36,-15.6,-15.16]},{"faces":{"down":{"texture":"#0","uv":[0,0.25,0.125,0.125]},"up":{"texture":"#0","uv":[0,0.125,0.125,0.25]}},"from":[-13.2,-16,-16],"shade":false,"to":[-12.4,-16,-15.2]},{"faces":{"down":{"texture":"#0","uv":[0,0.25,0.125,0.125]},"up":{"texture":"#0","uv":[0,0.125,0.125,0.25]}},"from":[-13.6,-14.4,-16],"rotation":{"angle":45,"axis":"z","origin":[-12.8,-15.2,-15.6],"rescale":false},"shade":false,"to":[-12.8,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7337.json b/assets/minecraft/models/w7337.json new file mode 100644 index 000000000..7534fc562 --- /dev/null +++ b/assets/minecraft/models/w7337.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.625,0,0.3125,0.0625]},"east":{"texture":"#0","uv":[0.6875,0,0.625,0.0625]},"north":{"texture":"#0","uv":[0.3125,0.0625,0,0.125]},"south":{"texture":"#0","uv":[0.625,0.0625,0.3125,0.125]},"up":{"texture":"#0","uv":[0.3125,0,0,0.0625]},"west":{"texture":"#0","uv":[0.6875,0.0625,0.625,0.125]}},"from":[-14.36,-15.8,-15.6],"shade":false,"to":[-12.36,-15.400001,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[0.0625,0.0625,0,0.125]},"east":{"texture":"#0","uv":[0.0625,0.0625,0,0.125]},"north":{"texture":"#0","uv":[0.0625,0.0625,0,0.125]},"south":{"texture":"#0","uv":[0.0625,0.0625,0,0.125]},"up":{"texture":"#0","uv":[0.0625,0.0625,0,0.125]},"west":{"texture":"#0","uv":[0.0625,0.0625,0,0.125]}},"from":[-15.16,-16,-15.6],"shade":false,"to":[-14.36,-15.2,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[0.125,0.25,0,0.125]},"up":{"texture":"#0","uv":[0.125,0.125,0,0.25]}},"from":[-15.88,-15.2,-15.88],"rotation":{"angle":22.5,"axis":"y","origin":[-15.559999,-15.2,-15.6],"rescale":false},"shade":false,"to":[-15.08,-15.2,-15.08]},{"faces":{"down":{"texture":"#0","uv":[0.125,0.25,0,0.125]},"up":{"texture":"#0","uv":[0.125,0.125,0,0.25]}},"from":[-16,-15.6,-15.96],"rotation":{"angle":45,"axis":"y","origin":[-15.559999,-15.6,-15.6],"rescale":false},"shade":false,"to":[-15.2,-15.6,-15.16]},{"faces":{"down":{"texture":"#0","uv":[0.125,0.25,0,0.125]},"up":{"texture":"#0","uv":[0.125,0.125,0,0.25]}},"from":[-15.96,-16,-16],"shade":false,"to":[-15.16,-16,-15.2]},{"faces":{"down":{"texture":"#0","uv":[0.125,0.25,0,0.125]},"up":{"texture":"#0","uv":[0.125,0.125,0,0.25]}},"from":[-15.559999,-14.4,-16],"rotation":{"angle":-45,"axis":"z","origin":[-15.559999,-15.2,-15.6],"rescale":false},"shade":false,"to":[-14.759999,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7338.json b/assets/minecraft/models/w7338.json new file mode 100644 index 000000000..a14aa3369 --- /dev/null +++ b/assets/minecraft/models/w7338.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.3125,0.0625,0.625,0]},"east":{"texture":"#0","uv":[0.6875,0.0625,0.625,0.125]},"north":{"texture":"#0","uv":[0.625,0.0625,0.3125,0.125]},"south":{"texture":"#0","uv":[0.3125,0.0625,0,0.125]},"up":{"texture":"#0","uv":[0,0.0625,0.3125,0]},"west":{"texture":"#0","uv":[0.6875,0,0.625,0.0625]}},"from":[-16,-15.8,-15.88],"shade":false,"to":[-14,-15.400001,-15.4800005]},{"faces":{"down":{"texture":"#0","uv":[0,0.125,0.0625,0.0625]},"east":{"texture":"#0","uv":[0.0625,0.0625,0,0.125]},"north":{"texture":"#0","uv":[0.0625,0.0625,0,0.125]},"south":{"texture":"#0","uv":[0.0625,0.0625,0,0.125]},"up":{"texture":"#0","uv":[0,0.125,0.0625,0.0625]},"west":{"texture":"#0","uv":[0.0625,0.0625,0,0.125]}},"from":[-14,-16,-15.88],"shade":false,"to":[-13.2,-15.2,-15.4800005]},{"faces":{"down":{"texture":"#0","uv":[0,0.125,0.125,0.25]},"up":{"texture":"#0","uv":[0,0.25,0.125,0.125]}},"from":[-13.280001,-15.2,-16],"rotation":{"angle":22.5,"axis":"y","origin":[-12.8,-15.2,-15.48],"rescale":false},"shade":false,"to":[-12.4800005,-15.2,-15.2]},{"faces":{"down":{"texture":"#0","uv":[0,0.125,0.125,0.25]},"up":{"texture":"#0","uv":[0,0.25,0.125,0.125]}},"from":[-13.16,-15.6,-15.92],"rotation":{"angle":45,"axis":"y","origin":[-12.8,-15.6,-15.48],"rescale":false},"shade":false,"to":[-12.36,-15.6,-15.12]},{"faces":{"down":{"texture":"#0","uv":[0,0.125,0.125,0.25]},"up":{"texture":"#0","uv":[0,0.25,0.125,0.125]}},"from":[-13.2,-16,-15.88],"shade":false,"to":[-12.4,-16,-15.08]},{"faces":{"down":{"texture":"#0","uv":[0,0.125,0.125,0.25]},"up":{"texture":"#0","uv":[0,0.25,0.125,0.125]}},"from":[-13.6,-14.4,-15.88],"rotation":{"angle":45,"axis":"z","origin":[-12.8,-15.2,-15.48],"rescale":false},"shade":false,"to":[-12.8,-14.4,-15.08]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7339.json b/assets/minecraft/models/w7339.json new file mode 100644 index 000000000..97910a38d --- /dev/null +++ b/assets/minecraft/models/w7339.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.625,0.0625,0.3125,0]},"east":{"texture":"#0","uv":[0.625,0,0.6875,0.0625]},"north":{"texture":"#0","uv":[0.3125,0.0625,0.625,0.125]},"south":{"texture":"#0","uv":[0,0.0625,0.3125,0.125]},"up":{"texture":"#0","uv":[0.3125,0.0625,0,0]},"west":{"texture":"#0","uv":[0.625,0.0625,0.6875,0.125]}},"from":[-14.36,-15.8,-15.88],"shade":false,"to":[-12.36,-15.400001,-15.4800005]},{"faces":{"down":{"texture":"#0","uv":[0.0625,0.125,0,0.0625]},"east":{"texture":"#0","uv":[0,0.0625,0.0625,0.125]},"north":{"texture":"#0","uv":[0,0.0625,0.0625,0.125]},"south":{"texture":"#0","uv":[0,0.0625,0.0625,0.125]},"up":{"texture":"#0","uv":[0.0625,0.125,0,0.0625]},"west":{"texture":"#0","uv":[0,0.0625,0.0625,0.125]}},"from":[-15.16,-16,-15.88],"shade":false,"to":[-14.36,-15.2,-15.4800005]},{"faces":{"down":{"texture":"#0","uv":[0.125,0.125,0,0.25]},"up":{"texture":"#0","uv":[0.125,0.25,0,0.125]}},"from":[-15.88,-15.2,-16],"rotation":{"angle":-22.5,"axis":"y","origin":[-15.559999,-15.2,-15.48],"rescale":false},"shade":false,"to":[-15.08,-15.2,-15.2]},{"faces":{"down":{"texture":"#0","uv":[0.125,0.125,0,0.25]},"up":{"texture":"#0","uv":[0.125,0.25,0,0.125]}},"from":[-16,-15.6,-15.92],"rotation":{"angle":-45,"axis":"y","origin":[-15.559999,-15.6,-15.48],"rescale":false},"shade":false,"to":[-15.2,-15.6,-15.12]},{"faces":{"down":{"texture":"#0","uv":[0.125,0.125,0,0.25]},"up":{"texture":"#0","uv":[0.125,0.25,0,0.125]}},"from":[-15.96,-16,-15.88],"shade":false,"to":[-15.16,-16,-15.08]},{"faces":{"down":{"texture":"#0","uv":[0.125,0.125,0,0.25]},"up":{"texture":"#0","uv":[0.125,0.25,0,0.125]}},"from":[-15.559999,-14.4,-15.88],"rotation":{"angle":-45,"axis":"z","origin":[-15.559999,-15.2,-15.48],"rescale":false},"shade":false,"to":[-14.759999,-14.4,-15.08]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w734.json b/assets/minecraft/models/w734.json new file mode 100644 index 000000000..4ffec0ba7 --- /dev/null +++ b/assets/minecraft/models/w734.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,4.5,6,8.5]},"east":{"texture":"#0","uv":[0,8.5,4,10]},"north":{"texture":"#0","uv":[4,8.5,6,10]},"south":{"texture":"#0","uv":[10,8.5,12,10]},"up":{"texture":"#0","uv":[6,8.5,4,4.5]},"west":{"texture":"#0","uv":[6,8.5,10,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.8,-12.8]}],"overrides":[],"textures":{"0":"item/w470059371_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7340.json b/assets/minecraft/models/w7340.json new file mode 100644 index 000000000..28db4432c --- /dev/null +++ b/assets/minecraft/models/w7340.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.625,0.0625,0.3125,0]},"east":{"texture":"#0","uv":[0.625,0,0.6875,0.0625]},"north":{"texture":"#0","uv":[0.3125,0.0625,0.625,0.125]},"south":{"texture":"#0","uv":[0,0.0625,0.3125,0.125]},"up":{"texture":"#0","uv":[0.3125,0.0625,0,0]},"west":{"texture":"#0","uv":[0.625,0.0625,0.6875,0.125]}},"from":[-14.36,-15.8,-15.88],"shade":false,"to":[-12.36,-15.400001,-15.4800005]},{"faces":{"down":{"texture":"#0","uv":[0.0625,0.125,0,0.0625]},"east":{"texture":"#0","uv":[0,0.0625,0.0625,0.125]},"north":{"texture":"#0","uv":[0,0.0625,0.0625,0.125]},"south":{"texture":"#0","uv":[0,0.0625,0.0625,0.125]},"up":{"texture":"#0","uv":[0.0625,0.125,0,0.0625]},"west":{"texture":"#0","uv":[0,0.0625,0.0625,0.125]}},"from":[-15.16,-16,-15.88],"shade":false,"to":[-14.36,-15.2,-15.4800005]},{"faces":{"down":{"texture":"#0","uv":[0.125,0.125,0,0.25]},"up":{"texture":"#0","uv":[0.125,0.25,0,0.125]}},"from":[-15.88,-15.2,-16],"rotation":{"angle":-22.5,"axis":"y","origin":[-15.56,-15.2,-15.48],"rescale":false},"shade":false,"to":[-15.08,-15.2,-15.2]},{"faces":{"down":{"texture":"#0","uv":[0.125,0.125,0,0.25]},"up":{"texture":"#0","uv":[0.125,0.25,0,0.125]}},"from":[-16,-15.6,-15.92],"rotation":{"angle":-45,"axis":"y","origin":[-15.56,-15.6,-15.48],"rescale":false},"shade":false,"to":[-15.2,-15.6,-15.12]},{"faces":{"down":{"texture":"#0","uv":[0.125,0.125,0,0.25]},"up":{"texture":"#0","uv":[0.125,0.25,0,0.125]}},"from":[-15.96,-16,-15.88],"shade":false,"to":[-15.16,-16,-15.08]},{"faces":{"down":{"texture":"#0","uv":[0.125,0.125,0,0.25]},"up":{"texture":"#0","uv":[0.125,0.25,0,0.125]}},"from":[-15.56,-14.4,-15.88],"rotation":{"angle":-45,"axis":"z","origin":[-15.56,-15.2,-15.48],"rescale":false},"shade":false,"to":[-14.76,-14.4,-15.08]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7341.json b/assets/minecraft/models/w7341.json new file mode 100644 index 000000000..3717d1667 --- /dev/null +++ b/assets/minecraft/models/w7341.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.3125,0.0625,0.625,0]},"east":{"texture":"#0","uv":[0.6875,0.0625,0.625,0.125]},"north":{"texture":"#0","uv":[0.625,0.0625,0.3125,0.125]},"south":{"texture":"#0","uv":[0.3125,0.0625,0,0.125]},"up":{"texture":"#0","uv":[0,0.0625,0.3125,0]},"west":{"texture":"#0","uv":[0.6875,0,0.625,0.0625]}},"from":[-16,-15.8,-15.88],"shade":false,"to":[-14,-15.400001,-15.4800005]},{"faces":{"down":{"texture":"#0","uv":[0,0.125,0.0625,0.0625]},"east":{"texture":"#0","uv":[0.0625,0.0625,0,0.125]},"north":{"texture":"#0","uv":[0.0625,0.0625,0,0.125]},"south":{"texture":"#0","uv":[0.0625,0.0625,0,0.125]},"up":{"texture":"#0","uv":[0,0.125,0.0625,0.0625]},"west":{"texture":"#0","uv":[0.0625,0.0625,0,0.125]}},"from":[-14,-16,-15.88],"shade":false,"to":[-13.2,-15.2,-15.4800005]},{"faces":{"down":{"texture":"#0","uv":[0,0.125,0.125,0.25]},"up":{"texture":"#0","uv":[0,0.25,0.125,0.125]}},"from":[-13.28,-15.2,-16],"rotation":{"angle":22.5,"axis":"y","origin":[-12.8,-15.2,-15.48],"rescale":false},"shade":false,"to":[-12.48,-15.2,-15.2]},{"faces":{"down":{"texture":"#0","uv":[0,0.125,0.125,0.25]},"up":{"texture":"#0","uv":[0,0.25,0.125,0.125]}},"from":[-13.16,-15.6,-15.92],"rotation":{"angle":45,"axis":"y","origin":[-12.8,-15.6,-15.48],"rescale":false},"shade":false,"to":[-12.36,-15.6,-15.12]},{"faces":{"down":{"texture":"#0","uv":[0,0.125,0.125,0.25]},"up":{"texture":"#0","uv":[0,0.25,0.125,0.125]}},"from":[-13.2,-16,-15.88],"shade":false,"to":[-12.4,-16,-15.08]},{"faces":{"down":{"texture":"#0","uv":[0,0.125,0.125,0.25]},"up":{"texture":"#0","uv":[0,0.25,0.125,0.125]}},"from":[-13.6,-14.4,-15.88],"rotation":{"angle":45,"axis":"z","origin":[-12.8,-15.2,-15.48],"rescale":false},"shade":false,"to":[-12.8,-14.4,-15.08]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7342.json b/assets/minecraft/models/w7342.json new file mode 100644 index 000000000..3b8ca357f --- /dev/null +++ b/assets/minecraft/models/w7342.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.625,4.375,6.5625,4.5]},"east":{"texture":"#0","uv":[6.375,4.5,6.5,5.1875]},"north":{"texture":"#0","uv":[6.5,4.5,6.5625,5.1875]},"south":{"texture":"#0","uv":[6.6875,4.5,6.75,5.1875]},"up":{"texture":"#0","uv":[6.5625,4.5,6.5,4.375]},"west":{"texture":"#0","uv":[6.5625,4.5,6.6875,5.1875]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-11.6,-15.2]},{"faces":{"down":{"texture":"#0","uv":[4.75,2.875,4.6875,3]},"east":{"texture":"#0","uv":[4.5,3,4.625,3.4375]},"north":{"texture":"#0","uv":[4.625,3,4.6875,3.4375]},"south":{"texture":"#0","uv":[4.8125,3,4.875,3.4375]},"up":{"texture":"#0","uv":[4.6875,3,4.625,2.875]},"west":{"texture":"#0","uv":[4.6875,3,4.8125,3.4375]}},"from":[-15.2,-15.6,-16],"shade":false,"to":[-14.8,-12.8,-15.2]},{"faces":{"down":{"texture":"#0","uv":[6.125,8.5625,6.0625,8.6875]},"east":{"texture":"#0","uv":[5.875,8.6875,6,9]},"north":{"texture":"#0","uv":[6,8.6875,6.0625,9]},"south":{"texture":"#0","uv":[6.1875,8.6875,6.25,9]},"up":{"texture":"#0","uv":[6.0625,8.6875,6,8.5625]},"west":{"texture":"#0","uv":[6.0625,8.6875,6.1875,9]}},"from":[-14.8,-15.6,-16],"shade":false,"to":[-14.400001,-13.6,-15.2]},{"faces":{"down":{"texture":"#0","uv":[6.5,8.875,6.4375,9]},"east":{"texture":"#0","uv":[6.25,9,6.375,9.125]},"north":{"texture":"#0","uv":[6.375,9,6.4375,9.125]},"south":{"texture":"#0","uv":[6.5625,9,6.625,9.125]},"up":{"texture":"#0","uv":[6.4375,9,6.375,8.875]},"west":{"texture":"#0","uv":[6.4375,9,6.5625,9.125]}},"from":[-14.4,-15.2,-16],"shade":false,"to":[-14,-14.4,-15.2]},{"faces":{"down":{"texture":"#0","uv":[6.625,8.125,6.5625,8.25]},"east":{"texture":"#0","uv":[6.375,8.25,6.5,8.875]},"north":{"texture":"#0","uv":[6.5,8.25,6.5625,8.875]},"south":{"texture":"#0","uv":[6.6875,8.25,6.75,8.875]},"up":{"texture":"#0","uv":[6.5625,8.25,6.5,8.125]},"west":{"texture":"#0","uv":[6.5625,8.25,6.6875,8.875]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.200001,-12,-15.2]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7343.json b/assets/minecraft/models/w7343.json new file mode 100644 index 000000000..266f06aa7 --- /dev/null +++ b/assets/minecraft/models/w7343.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,4.375,6.9375,4.5]},"east":{"texture":"#0","uv":[6.75,4.5,6.875,5.1875]},"north":{"texture":"#0","uv":[6.875,4.5,6.9375,5.1875]},"south":{"texture":"#0","uv":[7.0625,4.5,7.125,5.1875]},"up":{"texture":"#0","uv":[6.9375,4.5,6.875,4.375]},"west":{"texture":"#0","uv":[6.9375,4.5,7.0625,5.1875]}},"from":[-14.4,-16,-16],"shade":false,"to":[-14,-11.6,-15.2]},{"faces":{"down":{"texture":"#0","uv":[1.75,7.375,1.6875,7.5]},"east":{"texture":"#0","uv":[1.5,7.5,1.625,7.9375]},"north":{"texture":"#0","uv":[1.625,7.5,1.6875,7.9375]},"south":{"texture":"#0","uv":[1.8125,7.5,1.875,7.9375]},"up":{"texture":"#0","uv":[1.6875,7.5,1.625,7.375]},"west":{"texture":"#0","uv":[1.6875,7.5,1.8125,7.9375]}},"from":[-15.2,-15.6,-16],"shade":false,"to":[-14.8,-12.8,-15.2]},{"faces":{"down":{"texture":"#0","uv":[8.875,7.6875,8.8125,7.8125]},"east":{"texture":"#0","uv":[8.625,7.8125,8.75,8.125]},"north":{"texture":"#0","uv":[8.75,7.8125,8.8125,8.125]},"south":{"texture":"#0","uv":[8.9375,7.8125,9,8.125]},"up":{"texture":"#0","uv":[8.8125,7.8125,8.75,7.6875]},"west":{"texture":"#0","uv":[8.8125,7.8125,8.9375,8.125]}},"from":[-15.6,-15.6,-16],"shade":false,"to":[-15.200001,-13.6,-15.2]},{"faces":{"down":{"texture":"#0","uv":[6.875,8.875,6.8125,9]},"east":{"texture":"#0","uv":[6.625,9,6.75,9.125]},"north":{"texture":"#0","uv":[6.75,9,6.8125,9.125]},"south":{"texture":"#0","uv":[6.9375,9,7,9.125]},"up":{"texture":"#0","uv":[6.8125,9,6.75,8.875]},"west":{"texture":"#0","uv":[6.8125,9,6.9375,9.125]}},"from":[-16,-15.2,-16],"shade":false,"to":[-15.6,-14.4,-15.2]},{"faces":{"down":{"texture":"#0","uv":[7,8.125,6.9375,8.25]},"east":{"texture":"#0","uv":[6.75,8.25,6.875,8.875]},"north":{"texture":"#0","uv":[6.875,8.25,6.9375,8.875]},"south":{"texture":"#0","uv":[7.0625,8.25,7.125,8.875]},"up":{"texture":"#0","uv":[6.9375,8.25,6.875,8.125]},"west":{"texture":"#0","uv":[6.9375,8.25,7.0625,8.875]}},"from":[-14.8,-16,-16],"shade":false,"to":[-14.400001,-12,-15.2]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7344.json b/assets/minecraft/models/w7344.json new file mode 100644 index 000000000..0012bb914 --- /dev/null +++ b/assets/minecraft/models/w7344.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.625,8.125,0.5625,8.25]},"east":{"texture":"#0","uv":[0.375,8.25,0.5,8.9375]},"north":{"texture":"#0","uv":[0.5,8.25,0.5625,8.9375]},"south":{"texture":"#0","uv":[0.6875,8.25,0.75,8.9375]},"up":{"texture":"#0","uv":[0.5625,8.25,0.5,8.125]},"west":{"texture":"#0","uv":[0.5625,8.25,0.6875,8.9375]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-11.6,-15.2]},{"faces":{"down":{"texture":"#0","uv":[4.75,8.375,4.6875,8.5]},"east":{"texture":"#0","uv":[4.5,8.5,4.625,8.9375]},"north":{"texture":"#0","uv":[4.625,8.5,4.6875,8.9375]},"south":{"texture":"#0","uv":[4.8125,8.5,4.875,8.9375]},"up":{"texture":"#0","uv":[4.6875,8.5,4.625,8.375]},"west":{"texture":"#0","uv":[4.6875,8.5,4.8125,8.9375]}},"from":[-15.2,-15.6,-16],"shade":false,"to":[-14.8,-12.8,-15.2]},{"faces":{"down":{"texture":"#0","uv":[3.25,8.75,3.1875,8.875]},"east":{"texture":"#0","uv":[3,8.875,3.125,9.1875]},"north":{"texture":"#0","uv":[3.125,8.875,3.1875,9.1875]},"south":{"texture":"#0","uv":[3.3125,8.875,3.375,9.1875]},"up":{"texture":"#0","uv":[3.1875,8.875,3.125,8.75]},"west":{"texture":"#0","uv":[3.1875,8.875,3.3125,9.1875]}},"from":[-14.8,-15.6,-16],"shade":false,"to":[-14.400001,-13.6,-15.2]},{"faces":{"down":{"texture":"#0","uv":[0.25,8.9375,0.1875,9.0625]},"east":{"texture":"#0","uv":[0,9.0625,0.125,9.1875]},"north":{"texture":"#0","uv":[0.125,9.0625,0.1875,9.1875]},"south":{"texture":"#0","uv":[0.3125,9.0625,0.375,9.1875]},"up":{"texture":"#0","uv":[0.1875,9.0625,0.125,8.9375]},"west":{"texture":"#0","uv":[0.1875,9.0625,0.3125,9.1875]}},"from":[-14.4,-15.2,-16],"shade":false,"to":[-14,-14.4,-15.2]},{"faces":{"down":{"texture":"#0","uv":[1.375,8.375,1.3125,8.5]},"east":{"texture":"#0","uv":[1.125,8.5,1.25,9.125]},"north":{"texture":"#0","uv":[1.25,8.5,1.3125,9.125]},"south":{"texture":"#0","uv":[1.4375,8.5,1.5,9.125]},"up":{"texture":"#0","uv":[1.3125,8.5,1.25,8.375]},"west":{"texture":"#0","uv":[1.3125,8.5,1.4375,9.125]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.200001,-12,-15.2]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7345.json b/assets/minecraft/models/w7345.json new file mode 100644 index 000000000..01b4e0171 --- /dev/null +++ b/assets/minecraft/models/w7345.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,8.125,0.9375,8.25]},"east":{"texture":"#0","uv":[0.75,8.25,0.875,8.9375]},"north":{"texture":"#0","uv":[0.875,8.25,0.9375,8.9375]},"south":{"texture":"#0","uv":[1.0625,8.25,1.125,8.9375]},"up":{"texture":"#0","uv":[0.9375,8.25,0.875,8.125]},"west":{"texture":"#0","uv":[0.9375,8.25,1.0625,8.9375]}},"from":[-14.4,-16,-16],"shade":false,"to":[-14,-11.6,-15.2]},{"faces":{"down":{"texture":"#0","uv":[5.125,8.375,5.0625,8.5]},"east":{"texture":"#0","uv":[4.875,8.5,5,8.9375]},"north":{"texture":"#0","uv":[5,8.5,5.0625,8.9375]},"south":{"texture":"#0","uv":[5.1875,8.5,5.25,8.9375]},"up":{"texture":"#0","uv":[5.0625,8.5,5,8.375]},"west":{"texture":"#0","uv":[5.0625,8.5,5.1875,8.9375]}},"from":[-15.2,-15.6,-16],"shade":false,"to":[-14.8,-12.8,-15.2]},{"faces":{"down":{"texture":"#0","uv":[5.5,8.8125,5.4375,8.9375]},"east":{"texture":"#0","uv":[5.25,8.9375,5.375,9.25]},"north":{"texture":"#0","uv":[5.375,8.9375,5.4375,9.25]},"south":{"texture":"#0","uv":[5.5625,8.9375,5.625,9.25]},"up":{"texture":"#0","uv":[5.4375,8.9375,5.375,8.8125]},"west":{"texture":"#0","uv":[5.4375,8.9375,5.5625,9.25]}},"from":[-15.6,-15.6,-16],"shade":false,"to":[-15.200001,-13.6,-15.2]},{"faces":{"down":{"texture":"#0","uv":[0.625,8.9375,0.5625,9.0625]},"east":{"texture":"#0","uv":[0.375,9.0625,0.5,9.1875]},"north":{"texture":"#0","uv":[0.5,9.0625,0.5625,9.1875]},"south":{"texture":"#0","uv":[0.6875,9.0625,0.75,9.1875]},"up":{"texture":"#0","uv":[0.5625,9.0625,0.5,8.9375]},"west":{"texture":"#0","uv":[0.5625,9.0625,0.6875,9.1875]}},"from":[-16,-15.2,-16],"shade":false,"to":[-15.6,-14.4,-15.2]},{"faces":{"down":{"texture":"#0","uv":[1.75,8.375,1.6875,8.5]},"east":{"texture":"#0","uv":[1.5,8.5,1.625,9.125]},"north":{"texture":"#0","uv":[1.625,8.5,1.6875,9.125]},"south":{"texture":"#0","uv":[1.8125,8.5,1.875,9.125]},"up":{"texture":"#0","uv":[1.6875,8.5,1.625,8.375]},"west":{"texture":"#0","uv":[1.6875,8.5,1.8125,9.125]}},"from":[-14.8,-16,-16],"shade":false,"to":[-14.400001,-12,-15.2]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7346.json b/assets/minecraft/models/w7346.json new file mode 100644 index 000000000..e09cd9ca9 --- /dev/null +++ b/assets/minecraft/models/w7346.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,7.9375,2.4375,8.0625]},"east":{"texture":"#0","uv":[2.25,8.0625,2.375,8.75]},"north":{"texture":"#0","uv":[2.375,8.0625,2.4375,8.75]},"south":{"texture":"#0","uv":[2.5625,8.0625,2.625,8.75]},"up":{"texture":"#0","uv":[2.4375,8.0625,2.375,7.9375]},"west":{"texture":"#0","uv":[2.4375,8.0625,2.5625,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-11.6,-15.2]},{"faces":{"down":{"texture":"#0","uv":[2.125,8.375,2.0625,8.5]},"east":{"texture":"#0","uv":[1.875,8.5,2,8.9375]},"north":{"texture":"#0","uv":[2,8.5,2.0625,8.9375]},"south":{"texture":"#0","uv":[2.1875,8.5,2.25,8.9375]},"up":{"texture":"#0","uv":[2.0625,8.5,2,8.375]},"west":{"texture":"#0","uv":[2.0625,8.5,2.1875,8.9375]}},"from":[-15.2,-15.6,-16],"shade":false,"to":[-14.8,-12.8,-15.2]},{"faces":{"down":{"texture":"#0","uv":[8.875,8.125,8.8125,8.25]},"east":{"texture":"#0","uv":[8.625,8.25,8.75,8.5625]},"north":{"texture":"#0","uv":[8.75,8.25,8.8125,8.5625]},"south":{"texture":"#0","uv":[8.9375,8.25,9,8.5625]},"up":{"texture":"#0","uv":[8.8125,8.25,8.75,8.125]},"west":{"texture":"#0","uv":[8.8125,8.25,8.9375,8.5625]}},"from":[-14.8,-15.6,-16],"shade":false,"to":[-14.400001,-13.6,-15.2]},{"faces":{"down":{"texture":"#0","uv":[7.25,8.875,7.1875,9]},"east":{"texture":"#0","uv":[7,9,7.125,9.125]},"north":{"texture":"#0","uv":[7.125,9,7.1875,9.125]},"south":{"texture":"#0","uv":[7.3125,9,7.375,9.125]},"up":{"texture":"#0","uv":[7.1875,9,7.125,8.875]},"west":{"texture":"#0","uv":[7.1875,9,7.3125,9.125]}},"from":[-14.4,-15.2,-16],"shade":false,"to":[-14,-14.4,-15.2]},{"faces":{"down":{"texture":"#0","uv":[7.375,8.125,7.3125,8.25]},"east":{"texture":"#0","uv":[7.125,8.25,7.25,8.875]},"north":{"texture":"#0","uv":[7.25,8.25,7.3125,8.875]},"south":{"texture":"#0","uv":[7.4375,8.25,7.5,8.875]},"up":{"texture":"#0","uv":[7.3125,8.25,7.25,8.125]},"west":{"texture":"#0","uv":[7.3125,8.25,7.4375,8.875]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.200001,-12,-15.2]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7347.json b/assets/minecraft/models/w7347.json new file mode 100644 index 000000000..30c946286 --- /dev/null +++ b/assets/minecraft/models/w7347.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.875,7.9375,2.8125,8.0625]},"east":{"texture":"#0","uv":[2.625,8.0625,2.75,8.75]},"north":{"texture":"#0","uv":[2.75,8.0625,2.8125,8.75]},"south":{"texture":"#0","uv":[2.9375,8.0625,3,8.75]},"up":{"texture":"#0","uv":[2.8125,8.0625,2.75,7.9375]},"west":{"texture":"#0","uv":[2.8125,8.0625,2.9375,8.75]}},"from":[-14.4,-16,-16],"shade":false,"to":[-14,-11.6,-15.2]},{"faces":{"down":{"texture":"#0","uv":[3.625,8.375,3.5625,8.5]},"east":{"texture":"#0","uv":[3.375,8.5,3.5,8.9375]},"north":{"texture":"#0","uv":[3.5,8.5,3.5625,8.9375]},"south":{"texture":"#0","uv":[3.6875,8.5,3.75,8.9375]},"up":{"texture":"#0","uv":[3.5625,8.5,3.5,8.375]},"west":{"texture":"#0","uv":[3.5625,8.5,3.6875,8.9375]}},"from":[-15.2,-15.6,-16],"shade":false,"to":[-14.8,-12.8,-15.2]},{"faces":{"down":{"texture":"#0","uv":[8.875,8.5625,8.8125,8.6875]},"east":{"texture":"#0","uv":[8.625,8.6875,8.75,9]},"north":{"texture":"#0","uv":[8.75,8.6875,8.8125,9]},"south":{"texture":"#0","uv":[8.9375,8.6875,9,9]},"up":{"texture":"#0","uv":[8.8125,8.6875,8.75,8.5625]},"west":{"texture":"#0","uv":[8.8125,8.6875,8.9375,9]}},"from":[-15.6,-15.6,-16],"shade":false,"to":[-15.200001,-13.6,-15.2]},{"faces":{"down":{"texture":"#0","uv":[7.625,8.875,7.5625,9]},"east":{"texture":"#0","uv":[7.375,9,7.5,9.125]},"north":{"texture":"#0","uv":[7.5,9,7.5625,9.125]},"south":{"texture":"#0","uv":[7.6875,9,7.75,9.125]},"up":{"texture":"#0","uv":[7.5625,9,7.5,8.875]},"west":{"texture":"#0","uv":[7.5625,9,7.6875,9.125]}},"from":[-16,-15.2,-16],"shade":false,"to":[-15.6,-14.4,-15.2]},{"faces":{"down":{"texture":"#0","uv":[7.75,8.125,7.6875,8.25]},"east":{"texture":"#0","uv":[7.5,8.25,7.625,8.875]},"north":{"texture":"#0","uv":[7.625,8.25,7.6875,8.875]},"south":{"texture":"#0","uv":[7.8125,8.25,7.875,8.875]},"up":{"texture":"#0","uv":[7.6875,8.25,7.625,8.125]},"west":{"texture":"#0","uv":[7.6875,8.25,7.8125,8.875]}},"from":[-14.8,-16,-16],"shade":false,"to":[-14.400001,-12,-15.2]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7348.json b/assets/minecraft/models/w7348.json new file mode 100644 index 000000000..132d6c780 --- /dev/null +++ b/assets/minecraft/models/w7348.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.25,7.9375,3.1875,8.0625]},"east":{"texture":"#0","uv":[3,8.0625,3.125,8.75]},"north":{"texture":"#0","uv":[3.125,8.0625,3.1875,8.75]},"south":{"texture":"#0","uv":[3.3125,8.0625,3.375,8.75]},"up":{"texture":"#0","uv":[3.1875,8.0625,3.125,7.9375]},"west":{"texture":"#0","uv":[3.1875,8.0625,3.3125,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-11.6,-15.2]},{"faces":{"down":{"texture":"#0","uv":[4,8.375,3.9375,8.5]},"east":{"texture":"#0","uv":[3.75,8.5,3.875,8.9375]},"north":{"texture":"#0","uv":[3.875,8.5,3.9375,8.9375]},"south":{"texture":"#0","uv":[4.0625,8.5,4.125,8.9375]},"up":{"texture":"#0","uv":[3.9375,8.5,3.875,8.375]},"west":{"texture":"#0","uv":[3.9375,8.5,4.0625,8.9375]}},"from":[-15.2,-15.6,-16],"shade":false,"to":[-14.8,-12.8,-15.2]},{"faces":{"down":{"texture":"#0","uv":[2.5,8.75,2.4375,8.875]},"east":{"texture":"#0","uv":[2.25,8.875,2.375,9.1875]},"north":{"texture":"#0","uv":[2.375,8.875,2.4375,9.1875]},"south":{"texture":"#0","uv":[2.5625,8.875,2.625,9.1875]},"up":{"texture":"#0","uv":[2.4375,8.875,2.375,8.75]},"west":{"texture":"#0","uv":[2.4375,8.875,2.5625,9.1875]}},"from":[-14.8,-15.6,-16],"shade":false,"to":[-14.400001,-13.6,-15.2]},{"faces":{"down":{"texture":"#0","uv":[8,8.875,7.9375,9]},"east":{"texture":"#0","uv":[7.75,9,7.875,9.125]},"north":{"texture":"#0","uv":[7.875,9,7.9375,9.125]},"south":{"texture":"#0","uv":[8.0625,9,8.125,9.125]},"up":{"texture":"#0","uv":[7.9375,9,7.875,8.875]},"west":{"texture":"#0","uv":[7.9375,9,8.0625,9.125]}},"from":[-14.4,-15.2,-16],"shade":false,"to":[-14,-14.4,-15.2]},{"faces":{"down":{"texture":"#0","uv":[8.125,8.125,8.0625,8.25]},"east":{"texture":"#0","uv":[7.875,8.25,8,8.875]},"north":{"texture":"#0","uv":[8,8.25,8.0625,8.875]},"south":{"texture":"#0","uv":[8.1875,8.25,8.25,8.875]},"up":{"texture":"#0","uv":[8.0625,8.25,8,8.125]},"west":{"texture":"#0","uv":[8.0625,8.25,8.1875,8.875]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.200001,-12,-15.2]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7349.json b/assets/minecraft/models/w7349.json new file mode 100644 index 000000000..6c140a65c --- /dev/null +++ b/assets/minecraft/models/w7349.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.25,8.125,0.1875,8.25]},"east":{"texture":"#0","uv":[0,8.25,0.125,8.9375]},"north":{"texture":"#0","uv":[0.125,8.25,0.1875,8.9375]},"south":{"texture":"#0","uv":[0.3125,8.25,0.375,8.9375]},"up":{"texture":"#0","uv":[0.1875,8.25,0.125,8.125]},"west":{"texture":"#0","uv":[0.1875,8.25,0.3125,8.9375]}},"from":[-14.4,-16,-16],"shade":false,"to":[-14,-11.6,-15.2]},{"faces":{"down":{"texture":"#0","uv":[4.375,8.375,4.3125,8.5]},"east":{"texture":"#0","uv":[4.125,8.5,4.25,8.9375]},"north":{"texture":"#0","uv":[4.25,8.5,4.3125,8.9375]},"south":{"texture":"#0","uv":[4.4375,8.5,4.5,8.9375]},"up":{"texture":"#0","uv":[4.3125,8.5,4.25,8.375]},"west":{"texture":"#0","uv":[4.3125,8.5,4.4375,8.9375]}},"from":[-15.2,-15.6,-16],"shade":false,"to":[-14.8,-12.8,-15.2]},{"faces":{"down":{"texture":"#0","uv":[2.875,8.75,2.8125,8.875]},"east":{"texture":"#0","uv":[2.625,8.875,2.75,9.1875]},"north":{"texture":"#0","uv":[2.75,8.875,2.8125,9.1875]},"south":{"texture":"#0","uv":[2.9375,8.875,3,9.1875]},"up":{"texture":"#0","uv":[2.8125,8.875,2.75,8.75]},"west":{"texture":"#0","uv":[2.8125,8.875,2.9375,9.1875]}},"from":[-15.6,-15.6,-16],"shade":false,"to":[-15.200001,-13.6,-15.2]},{"faces":{"down":{"texture":"#0","uv":[8.375,8.875,8.3125,9]},"east":{"texture":"#0","uv":[8.125,9,8.25,9.125]},"north":{"texture":"#0","uv":[8.25,9,8.3125,9.125]},"south":{"texture":"#0","uv":[8.4375,9,8.5,9.125]},"up":{"texture":"#0","uv":[8.3125,9,8.25,8.875]},"west":{"texture":"#0","uv":[8.3125,9,8.4375,9.125]}},"from":[-16,-15.2,-16],"shade":false,"to":[-15.6,-14.4,-15.2]},{"faces":{"down":{"texture":"#0","uv":[8.5,8.125,8.4375,8.25]},"east":{"texture":"#0","uv":[8.25,8.25,8.375,8.875]},"north":{"texture":"#0","uv":[8.375,8.25,8.4375,8.875]},"south":{"texture":"#0","uv":[8.5625,8.25,8.625,8.875]},"up":{"texture":"#0","uv":[8.4375,8.25,8.375,8.125]},"west":{"texture":"#0","uv":[8.4375,8.25,8.5625,8.875]}},"from":[-14.8,-16,-16],"shade":false,"to":[-14.400001,-12,-15.2]}],"overrides":[],"textures":{"0":"item/w1632024796_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w735.json b/assets/minecraft/models/w735.json new file mode 100644 index 000000000..f16824355 --- /dev/null +++ b/assets/minecraft/models/w735.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,3.5,13.5,4]},"east":{"texture":"#0","uv":[13.5,4,13,5.5]},"north":{"texture":"#0","uv":[13,4,12.5,5.5]},"south":{"texture":"#0","uv":[14,4,13.5,5.5]},"up":{"texture":"#0","uv":[12.5,4,13,3.5]},"west":{"texture":"#0","uv":[12.5,4,12,5.5]}},"from":[-15.8,-16,-15.6],"shade":false,"to":[-15.400001,-14.8,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[15,3.5,16,4.5]},"east":{"texture":"#0","uv":[16,4.5,15,4.5]},"north":{"texture":"#0","uv":[15,4.5,14,4.5]},"south":{"texture":"#0","uv":[17,4.5,16,4.5]},"up":{"texture":"#0","uv":[14,4.5,15,3.5]},"west":{"texture":"#0","uv":[14,4.5,13,4.5]}},"from":[-16,-15.99,-16],"shade":false,"to":[-15.2,-15.99,-15.2]}],"overrides":[],"textures":{"0":"item/w470059371_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7350.json b/assets/minecraft/models/w7350.json new file mode 100644 index 000000000..de7cd1306 --- /dev/null +++ b/assets/minecraft/models/w7350.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,1,5,3]},"east":{"texture":"#0","uv":[1,3,3,5]},"north":{"texture":"#0","uv":[3,3,5,5]},"south":{"texture":"#0","uv":[7,3,9,5]},"up":{"texture":"#0","uv":[5,3,3,1]},"west":{"texture":"#0","uv":[5,3,7,5]}},"from":[8,8,8],"shade":false,"to":[7.2,7.2,7.2]}],"overrides":[],"textures":{"0":"item/w1219619842_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7351.json b/assets/minecraft/models/w7351.json new file mode 100644 index 000000000..5d6503c31 --- /dev/null +++ b/assets/minecraft/models/w7351.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,5,2,6]},"east":{"texture":"#0","uv":[0,6,1,7]},"north":{"texture":"#0","uv":[1,6,2,7]},"south":{"texture":"#0","uv":[3,6,4,7]},"up":{"texture":"#0","uv":[2,6,1,5]},"west":{"texture":"#0","uv":[2,6,3,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w1219619842_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7352.json b/assets/minecraft/models/w7352.json new file mode 100644 index 000000000..bad9cad6e --- /dev/null +++ b/assets/minecraft/models/w7352.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,3.5,6.25,4.75]},"east":{"texture":"#0","uv":[3,4.75,4.25,6.25]},"north":{"texture":"#0","uv":[4.25,4.75,6.25,6.25]},"south":{"texture":"#0","uv":[7.5,4.75,9.5,6.25]},"up":{"texture":"#0","uv":[6.25,4.75,4.25,3.5]},"west":{"texture":"#0","uv":[6.25,4.75,7.5,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.6,-14]}],"overrides":[],"textures":{"0":"item/w1754158903_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7353.json b/assets/minecraft/models/w7353.json new file mode 100644 index 000000000..ca0f50475 --- /dev/null +++ b/assets/minecraft/models/w7353.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,0,9,1]},"east":{"texture":"#0","uv":[6,1,7,1.5]},"north":{"texture":"#0","uv":[7,1,9,1.5]},"south":{"texture":"#0","uv":[10,1,12,1.5]},"up":{"texture":"#0","uv":[9,1,7,0]},"west":{"texture":"#0","uv":[9,1,10,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-15.2,-14.4]},{"faces":{"down":{"texture":"#0","uv":[11.75,1.5,10.25,2.25]},"east":{"texture":"#0","uv":[8,2.25,8.75,3.5]},"north":{"texture":"#0","uv":[8.75,2.25,10.25,3.5]},"south":{"texture":"#0","uv":[11,2.25,12.5,3.5]},"up":{"texture":"#0","uv":[10.25,2.25,8.75,1.5]},"west":{"texture":"#0","uv":[10.25,2.25,11,3.5]}},"from":[-15.6,-15.2,-15.8],"shade":false,"to":[-13.200001,-13.2,-14.6]}],"overrides":[],"textures":{"0":"item/w1754158903_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7354.json b/assets/minecraft/models/w7354.json new file mode 100644 index 000000000..1a5b32d5c --- /dev/null +++ b/assets/minecraft/models/w7354.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,6.5,4.75,7.25]},"east":{"texture":"#0","uv":[3.25,7.25,4,11.5]},"north":{"texture":"#0","uv":[4,7.25,4.75,11.5]},"south":{"texture":"#0","uv":[5.5,7.25,6.25,11.5]},"up":{"texture":"#0","uv":[4.75,7.25,4,6.5]},"west":{"texture":"#0","uv":[4.75,7.25,5.5,11.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-9.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1754158903_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7355.json b/assets/minecraft/models/w7355.json new file mode 100644 index 000000000..c878000cd --- /dev/null +++ b/assets/minecraft/models/w7355.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.75,6.5,5.5,7.25]},"east":{"texture":"#0","uv":[5.5,7.25,4.75,11.5]},"north":{"texture":"#0","uv":[4.75,7.25,4,11.5]},"south":{"texture":"#0","uv":[6.25,7.25,5.5,11.5]},"up":{"texture":"#0","uv":[4,7.25,4.75,6.5]},"west":{"texture":"#0","uv":[4,7.25,3.25,11.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-9.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1754158903_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7356.json b/assets/minecraft/models/w7356.json new file mode 100644 index 000000000..07b40c190 --- /dev/null +++ b/assets/minecraft/models/w7356.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,6.25,9.5,7.75]},"east":{"texture":"#0","uv":[6.5,7.75,8,8.75]},"north":{"texture":"#0","uv":[8,7.75,9.5,8.75]},"south":{"texture":"#0","uv":[11,7.75,12.5,8.75]},"up":{"texture":"#0","uv":[9.5,7.75,8,6.25]},"west":{"texture":"#0","uv":[9.5,7.75,11,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.4,-13.6]}],"overrides":[],"textures":{"0":"item/w1754158903_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7357.json b/assets/minecraft/models/w7357.json new file mode 100644 index 000000000..a3a43f242 --- /dev/null +++ b/assets/minecraft/models/w7357.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,4,2]},"east":{"texture":"#0","uv":[0,2,2,3.5]},"north":{"texture":"#0","uv":[2,2,4,3.5]},"south":{"texture":"#0","uv":[6,2,8,3.5]},"up":{"texture":"#0","uv":[4,2,2,0]},"west":{"texture":"#0","uv":[4,2,6,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.6,-12.8]}],"overrides":[],"textures":{"0":"item/w1754158903_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7358.json b/assets/minecraft/models/w7358.json new file mode 100644 index 000000000..cfabd3f3e --- /dev/null +++ b/assets/minecraft/models/w7358.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,3.75,1.5,4.5]},"east":{"texture":"#0","uv":[0.25,4.5,1,11.5]},"north":{"texture":"#0","uv":[1,4.5,1.5,11.5]},"south":{"texture":"#0","uv":[2.25,4.5,2.75,11.5]},"up":{"texture":"#0","uv":[1.5,4.5,1,3.75]},"west":{"texture":"#0","uv":[1.5,4.5,2.25,11.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-4.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1754158903_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7359.json b/assets/minecraft/models/w7359.json new file mode 100644 index 000000000..e673ffecf --- /dev/null +++ b/assets/minecraft/models/w7359.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,3.75,2,4.5]},"east":{"texture":"#0","uv":[2.25,4.5,1.5,11.5]},"north":{"texture":"#0","uv":[1.5,4.5,1,11.5]},"south":{"texture":"#0","uv":[2.75,4.5,2.25,11.5]},"up":{"texture":"#0","uv":[1,4.5,1.5,3.75]},"west":{"texture":"#0","uv":[1,4.5,0.25,11.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-4.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1754158903_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w736.json b/assets/minecraft/models/w736.json new file mode 100644 index 000000000..9cda6b3f7 --- /dev/null +++ b/assets/minecraft/models/w736.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,3.5,13,4]},"east":{"texture":"#0","uv":[12,4,12.5,5.5]},"north":{"texture":"#0","uv":[12.5,4,13,5.5]},"south":{"texture":"#0","uv":[13.5,4,14,5.5]},"up":{"texture":"#0","uv":[13,4,12.5,3.5]},"west":{"texture":"#0","uv":[13,4,13.5,5.5]}},"from":[-15.8,-16,-15.6],"shade":false,"to":[-15.400001,-14.8,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[16,3.5,15,4.5]},"east":{"texture":"#0","uv":[13,4.5,14,4.5]},"north":{"texture":"#0","uv":[14,4.5,15,4.5]},"south":{"texture":"#0","uv":[16,4.5,17,4.5]},"up":{"texture":"#0","uv":[15,4.5,14,3.5]},"west":{"texture":"#0","uv":[15,4.5,16,4.5]}},"from":[-16,-15.99,-16],"shade":false,"to":[-15.2,-15.99,-15.2]}],"overrides":[],"textures":{"0":"item/w470059371_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7360.json b/assets/minecraft/models/w7360.json new file mode 100644 index 000000000..0fd5f9fc3 --- /dev/null +++ b/assets/minecraft/models/w7360.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,3.5,6.25,4.75]},"east":{"texture":"#0","uv":[3,4.75,4.25,6.25]},"north":{"texture":"#0","uv":[4.25,4.75,6.25,6.25]},"south":{"texture":"#0","uv":[7.5,4.75,9.5,6.25]},"up":{"texture":"#0","uv":[6.25,4.75,4.25,3.5]},"west":{"texture":"#0","uv":[6.25,4.75,7.5,6.25]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.6,-14]}],"overrides":[],"textures":{"0":"item/w876358331_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7361.json b/assets/minecraft/models/w7361.json new file mode 100644 index 000000000..4377ed373 --- /dev/null +++ b/assets/minecraft/models/w7361.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,10.5,13.5,11]},"east":{"texture":"#0","uv":[11.75,11,12.25,12]},"north":{"texture":"#0","uv":[12.25,11,13.5,12]},"south":{"texture":"#0","uv":[14,11,15.25,12]},"up":{"texture":"#0","uv":[13.5,11,12.25,10.5]},"west":{"texture":"#0","uv":[13.5,11,14,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.4,-15.2]}],"overrides":[],"textures":{"0":"item/w876358331_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7362.json b/assets/minecraft/models/w7362.json new file mode 100644 index 000000000..446aaffd2 --- /dev/null +++ b/assets/minecraft/models/w7362.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,0,9,1]},"east":{"texture":"#0","uv":[6,1,7,1.5]},"north":{"texture":"#0","uv":[7,1,9,1.5]},"south":{"texture":"#0","uv":[10,1,12,1.5]},"up":{"texture":"#0","uv":[9,1,7,0]},"west":{"texture":"#0","uv":[9,1,10,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-15.2,-14.4]},{"faces":{"down":{"texture":"#0","uv":[11.75,1.5,10.25,2.25]},"east":{"texture":"#0","uv":[8,2.25,8.75,3.5]},"north":{"texture":"#0","uv":[8.75,2.25,10.25,3.5]},"south":{"texture":"#0","uv":[11,2.25,12.5,3.5]},"up":{"texture":"#0","uv":[10.25,2.25,8.75,1.5]},"west":{"texture":"#0","uv":[10.25,2.25,11,3.5]}},"from":[-15.6,-15.2,-15.8],"shade":false,"to":[-13.200001,-13.2,-14.6]}],"overrides":[],"textures":{"0":"item/w876358331_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7363.json b/assets/minecraft/models/w7363.json new file mode 100644 index 000000000..fa053db2e --- /dev/null +++ b/assets/minecraft/models/w7363.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,6.5,4.75,7.25]},"east":{"texture":"#0","uv":[3.25,7.25,4,11.5]},"north":{"texture":"#0","uv":[4,7.25,4.75,11.5]},"south":{"texture":"#0","uv":[5.5,7.25,6.25,11.5]},"up":{"texture":"#0","uv":[4.75,7.25,4,6.5]},"west":{"texture":"#0","uv":[4.75,7.25,5.5,11.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-9.2,-14.8]}],"overrides":[],"textures":{"0":"item/w876358331_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7364.json b/assets/minecraft/models/w7364.json new file mode 100644 index 000000000..ca70f584f --- /dev/null +++ b/assets/minecraft/models/w7364.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.75,6.5,5.5,7.25]},"east":{"texture":"#0","uv":[5.5,7.25,4.75,11.5]},"north":{"texture":"#0","uv":[4.75,7.25,4,11.5]},"south":{"texture":"#0","uv":[6.25,7.25,5.5,11.5]},"up":{"texture":"#0","uv":[4,7.25,4.75,6.5]},"west":{"texture":"#0","uv":[4,7.25,3.25,11.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-9.2,-14.8]}],"overrides":[],"textures":{"0":"item/w876358331_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7365.json b/assets/minecraft/models/w7365.json new file mode 100644 index 000000000..6760e2392 --- /dev/null +++ b/assets/minecraft/models/w7365.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,6.25,9.5,7.75]},"east":{"texture":"#0","uv":[6.5,7.75,8,8.75]},"north":{"texture":"#0","uv":[8,7.75,9.5,8.75]},"south":{"texture":"#0","uv":[11,7.75,12.5,8.75]},"up":{"texture":"#0","uv":[9.5,7.75,8,6.25]},"west":{"texture":"#0","uv":[9.5,7.75,11,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.4,-13.6]}],"overrides":[],"textures":{"0":"item/w876358331_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7366.json b/assets/minecraft/models/w7366.json new file mode 100644 index 000000000..0e89b9ac4 --- /dev/null +++ b/assets/minecraft/models/w7366.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,4,2]},"east":{"texture":"#0","uv":[0,2,2,3.5]},"north":{"texture":"#0","uv":[2,2,4,3.5]},"south":{"texture":"#0","uv":[6,2,8,3.5]},"up":{"texture":"#0","uv":[4,2,2,0]},"west":{"texture":"#0","uv":[4,2,6,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.6,-12.8]}],"overrides":[],"textures":{"0":"item/w876358331_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7367.json b/assets/minecraft/models/w7367.json new file mode 100644 index 000000000..cbad9cb88 --- /dev/null +++ b/assets/minecraft/models/w7367.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,9.5,9.25,10.75]},"east":{"texture":"#0","uv":[6.75,10.75,8,12]},"north":{"texture":"#0","uv":[8,10.75,9.25,12]},"south":{"texture":"#0","uv":[10.5,10.75,11.75,12]},"up":{"texture":"#0","uv":[9.25,10.75,8,9.5]},"west":{"texture":"#0","uv":[9.25,10.75,10.5,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14]}],"overrides":[],"textures":{"0":"item/w876358331_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7368.json b/assets/minecraft/models/w7368.json new file mode 100644 index 000000000..fee6ada77 --- /dev/null +++ b/assets/minecraft/models/w7368.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,3.75,1.5,4.5]},"east":{"texture":"#0","uv":[0.25,4.5,1,11.5]},"north":{"texture":"#0","uv":[1,4.5,1.5,11.5]},"south":{"texture":"#0","uv":[2.25,4.5,2.75,11.5]},"up":{"texture":"#0","uv":[1.5,4.5,1,3.75]},"west":{"texture":"#0","uv":[1.5,4.5,2.25,11.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-4.8,-14.8]}],"overrides":[],"textures":{"0":"item/w876358331_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7369.json b/assets/minecraft/models/w7369.json new file mode 100644 index 000000000..690fac534 --- /dev/null +++ b/assets/minecraft/models/w7369.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,3.75,2,4.5]},"east":{"texture":"#0","uv":[2.25,4.5,1.5,11.5]},"north":{"texture":"#0","uv":[1.5,4.5,1,11.5]},"south":{"texture":"#0","uv":[2.75,4.5,2.25,11.5]},"up":{"texture":"#0","uv":[1,4.5,1.5,3.75]},"west":{"texture":"#0","uv":[1,4.5,0.25,11.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-4.8,-14.8]}],"overrides":[],"textures":{"0":"item/w876358331_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w737.json b/assets/minecraft/models/w737.json new file mode 100644 index 000000000..45dc199f5 --- /dev/null +++ b/assets/minecraft/models/w737.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,5.5,13,6]},"east":{"texture":"#0","uv":[12,6,12.5,8]},"north":{"texture":"#0","uv":[12.5,6,13,8]},"south":{"texture":"#0","uv":[13.5,6,14,8]},"up":{"texture":"#0","uv":[13,6,12.5,5.5]},"west":{"texture":"#0","uv":[13,6,13.5,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.4,-15.6]}],"overrides":[],"textures":{"0":"item/w470059371_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7370.json b/assets/minecraft/models/w7370.json new file mode 100644 index 000000000..bad6e07b3 --- /dev/null +++ b/assets/minecraft/models/w7370.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[13.25,0,15.75,3.5]},"north":{"texture":"#0","uv":[13.25,0,15.75,3.5]},"south":{"texture":"#0","uv":[13.25,0,15.75,3.5]},"west":{"texture":"#0","uv":[13.25,0,15.75,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-8,-4.8,-8]}],"overrides":[],"textures":{"0":"item/w1152584414_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7371.json b/assets/minecraft/models/w7371.json new file mode 100644 index 000000000..be1b0a45e --- /dev/null +++ b/assets/minecraft/models/w7371.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.25,2.75,10.5,0]},"east":{"texture":"#0","uv":[10.5,2.75,13.25,4]},"north":{"texture":"#0","uv":[10.5,2.75,13.25,4]},"south":{"texture":"#0","uv":[10.5,2.75,13.25,4]},"up":{"texture":"#0","uv":[13.25,6.75,10.5,4]},"west":{"texture":"#0","uv":[10.5,2.75,13.25,4]}},"from":[-16,-16,-16],"shade":false,"to":[-7.2,-12,-7.2]}],"overrides":[],"textures":{"0":"item/w1152584414_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7372.json b/assets/minecraft/models/w7372.json new file mode 100644 index 000000000..fa8a85f99 --- /dev/null +++ b/assets/minecraft/models/w7372.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,0,0,4]},"east":{"texture":"#0","uv":[0,4,4,5.625]},"north":{"texture":"#0","uv":[0,4,4,5.625]},"south":{"texture":"#0","uv":[0,4,4,5.625]},"up":{"texture":"#0","uv":[4,4,0,0]},"west":{"texture":"#0","uv":[0,4,4,5.625]}},"from":[-16,-16,-16],"shade":false,"to":[-3.1999998,-10.8,-3.1999998]}],"overrides":[],"textures":{"0":"item/w1152584414_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7373.json b/assets/minecraft/models/w7373.json new file mode 100644 index 000000000..1483878bf --- /dev/null +++ b/assets/minecraft/models/w7373.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,3,4,0]},"east":{"texture":"#0","uv":[4,3,7,4.25]},"north":{"texture":"#0","uv":[4,3,7,4.25]},"south":{"texture":"#0","uv":[4,3,7,4.25]},"up":{"texture":"#0","uv":[7,3,4,0]},"west":{"texture":"#0","uv":[4,3,7,4.25]}},"from":[-16,-16,-16],"shade":false,"to":[-6.3999996,-12,-6.3999996]}],"overrides":[],"textures":{"0":"item/w1152584414_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7374.json b/assets/minecraft/models/w7374.json new file mode 100644 index 000000000..a7af0f8c2 --- /dev/null +++ b/assets/minecraft/models/w7374.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,0,7,3.5]},"east":{"texture":"#0","uv":[7,3.5,10.5,4.75]},"north":{"texture":"#0","uv":[7,3.5,10.5,4.75]},"south":{"texture":"#0","uv":[7,3.5,10.5,4.75]},"up":{"texture":"#0","uv":[10.5,3.5,7,0]},"west":{"texture":"#0","uv":[7,3.5,10.5,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-4.8,-11.2,-4.8]}],"overrides":[],"textures":{"0":"item/w1152584414_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7375.json b/assets/minecraft/models/w7375.json new file mode 100644 index 000000000..d94e0fd9d --- /dev/null +++ b/assets/minecraft/models/w7375.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,5.625,1.375,6.375]},"east":{"texture":"#0","uv":[0,6.375,0.75,6.875]},"north":{"texture":"#0","uv":[0.75,6.375,1.375,6.875]},"south":{"texture":"#0","uv":[2.125,6.375,2.75,6.875]},"up":{"texture":"#0","uv":[1.375,6.375,0.75,5.625]},"west":{"texture":"#0","uv":[1.375,6.375,2.125,6.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.4,-13.6]},{"faces":{"north":{"texture":"#0","uv":[1.75,7.625,2.625,8.875]},"south":{"texture":"#0","uv":[2.625,7.625,1.75,8.875]}},"from":[-15.6,-14,-14.8],"shade":false,"to":[-12.8,-10,-14.8]},{"faces":{"down":{"texture":"#0","uv":[1.5,6.875,0.875,7.125]},"east":{"texture":"#0","uv":[0,7.125,0.25,7.625]},"north":{"texture":"#0","uv":[0.25,7.125,0.875,7.625]},"south":{"texture":"#0","uv":[1.125,7.125,1.75,7.625]},"up":{"texture":"#0","uv":[0.875,7.125,0.25,6.875]},"west":{"texture":"#0","uv":[0.875,7.125,1.125,7.625]}},"from":[-15.6,-14.8,-15.2],"shade":false,"to":[-13.6,-13.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1152584414_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7376.json b/assets/minecraft/models/w7376.json new file mode 100644 index 000000000..d94e0fd9d --- /dev/null +++ b/assets/minecraft/models/w7376.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,5.625,1.375,6.375]},"east":{"texture":"#0","uv":[0,6.375,0.75,6.875]},"north":{"texture":"#0","uv":[0.75,6.375,1.375,6.875]},"south":{"texture":"#0","uv":[2.125,6.375,2.75,6.875]},"up":{"texture":"#0","uv":[1.375,6.375,0.75,5.625]},"west":{"texture":"#0","uv":[1.375,6.375,2.125,6.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.4,-13.6]},{"faces":{"north":{"texture":"#0","uv":[1.75,7.625,2.625,8.875]},"south":{"texture":"#0","uv":[2.625,7.625,1.75,8.875]}},"from":[-15.6,-14,-14.8],"shade":false,"to":[-12.8,-10,-14.8]},{"faces":{"down":{"texture":"#0","uv":[1.5,6.875,0.875,7.125]},"east":{"texture":"#0","uv":[0,7.125,0.25,7.625]},"north":{"texture":"#0","uv":[0.25,7.125,0.875,7.625]},"south":{"texture":"#0","uv":[1.125,7.125,1.75,7.625]},"up":{"texture":"#0","uv":[0.875,7.125,0.25,6.875]},"west":{"texture":"#0","uv":[0.875,7.125,1.125,7.625]}},"from":[-15.6,-14.8,-15.2],"shade":false,"to":[-13.6,-13.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1152584414_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7377.json b/assets/minecraft/models/w7377.json new file mode 100644 index 000000000..d94e0fd9d --- /dev/null +++ b/assets/minecraft/models/w7377.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,5.625,1.375,6.375]},"east":{"texture":"#0","uv":[0,6.375,0.75,6.875]},"north":{"texture":"#0","uv":[0.75,6.375,1.375,6.875]},"south":{"texture":"#0","uv":[2.125,6.375,2.75,6.875]},"up":{"texture":"#0","uv":[1.375,6.375,0.75,5.625]},"west":{"texture":"#0","uv":[1.375,6.375,2.125,6.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.4,-13.6]},{"faces":{"north":{"texture":"#0","uv":[1.75,7.625,2.625,8.875]},"south":{"texture":"#0","uv":[2.625,7.625,1.75,8.875]}},"from":[-15.6,-14,-14.8],"shade":false,"to":[-12.8,-10,-14.8]},{"faces":{"down":{"texture":"#0","uv":[1.5,6.875,0.875,7.125]},"east":{"texture":"#0","uv":[0,7.125,0.25,7.625]},"north":{"texture":"#0","uv":[0.25,7.125,0.875,7.625]},"south":{"texture":"#0","uv":[1.125,7.125,1.75,7.625]},"up":{"texture":"#0","uv":[0.875,7.125,0.25,6.875]},"west":{"texture":"#0","uv":[0.875,7.125,1.125,7.625]}},"from":[-15.6,-14.8,-15.2],"shade":false,"to":[-13.6,-13.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1152584414_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7378.json b/assets/minecraft/models/w7378.json new file mode 100644 index 000000000..477887b02 --- /dev/null +++ b/assets/minecraft/models/w7378.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,6.875,0.875,7.125]},"east":{"texture":"#0","uv":[0.25,7.125,0.875,7.625]},"north":{"texture":"#0","uv":[0.875,7.125,1.125,7.625]},"south":{"texture":"#0","uv":[0,7.125,0.25,7.625]},"up":{"texture":"#0","uv":[0.875,7.125,0.25,6.875]},"west":{"texture":"#0","uv":[1.125,7.125,1.75,7.625]}},"from":[-15.2,-14.8,-15.6],"shade":false,"to":[-14.4,-13.2,-13.6]},{"faces":{"east":{"texture":"#0","uv":[1.75,7.625,2.625,8.875]},"west":{"texture":"#0","uv":[2.625,7.625,1.75,8.875]}},"from":[-14.8,-14,-15.6],"shade":false,"to":[-14.8,-10,-12.8]},{"faces":{"down":{"texture":"#0","uv":[2,5.625,1.375,6.375]},"east":{"texture":"#0","uv":[0.75,6.375,1.375,6.875]},"north":{"texture":"#0","uv":[1.375,6.375,2.125,6.875]},"south":{"texture":"#0","uv":[0,6.375,0.75,6.875]},"up":{"texture":"#0","uv":[1.375,6.375,0.75,5.625]},"west":{"texture":"#0","uv":[2.125,6.375,2.75,6.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.4,-14]}],"overrides":[],"textures":{"0":"item/w1152584414_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7379.json b/assets/minecraft/models/w7379.json new file mode 100644 index 000000000..477887b02 --- /dev/null +++ b/assets/minecraft/models/w7379.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,6.875,0.875,7.125]},"east":{"texture":"#0","uv":[0.25,7.125,0.875,7.625]},"north":{"texture":"#0","uv":[0.875,7.125,1.125,7.625]},"south":{"texture":"#0","uv":[0,7.125,0.25,7.625]},"up":{"texture":"#0","uv":[0.875,7.125,0.25,6.875]},"west":{"texture":"#0","uv":[1.125,7.125,1.75,7.625]}},"from":[-15.2,-14.8,-15.6],"shade":false,"to":[-14.4,-13.2,-13.6]},{"faces":{"east":{"texture":"#0","uv":[1.75,7.625,2.625,8.875]},"west":{"texture":"#0","uv":[2.625,7.625,1.75,8.875]}},"from":[-14.8,-14,-15.6],"shade":false,"to":[-14.8,-10,-12.8]},{"faces":{"down":{"texture":"#0","uv":[2,5.625,1.375,6.375]},"east":{"texture":"#0","uv":[0.75,6.375,1.375,6.875]},"north":{"texture":"#0","uv":[1.375,6.375,2.125,6.875]},"south":{"texture":"#0","uv":[0,6.375,0.75,6.875]},"up":{"texture":"#0","uv":[1.375,6.375,0.75,5.625]},"west":{"texture":"#0","uv":[2.125,6.375,2.75,6.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.4,-14]}],"overrides":[],"textures":{"0":"item/w1152584414_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w738.json b/assets/minecraft/models/w738.json new file mode 100644 index 000000000..24edc56f2 --- /dev/null +++ b/assets/minecraft/models/w738.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,10,10,13]},"east":{"texture":"#0","uv":[12.5,13,9.5,14.5]},"north":{"texture":"#0","uv":[9.5,13,9,14.5]},"south":{"texture":"#0","uv":[13,13,12.5,14.5]},"up":{"texture":"#0","uv":[9,13,9.5,10]},"west":{"texture":"#0","uv":[9,13,6,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-13.6]}],"overrides":[],"textures":{"0":"item/w470059371_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7380.json b/assets/minecraft/models/w7380.json new file mode 100644 index 000000000..477887b02 --- /dev/null +++ b/assets/minecraft/models/w7380.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,6.875,0.875,7.125]},"east":{"texture":"#0","uv":[0.25,7.125,0.875,7.625]},"north":{"texture":"#0","uv":[0.875,7.125,1.125,7.625]},"south":{"texture":"#0","uv":[0,7.125,0.25,7.625]},"up":{"texture":"#0","uv":[0.875,7.125,0.25,6.875]},"west":{"texture":"#0","uv":[1.125,7.125,1.75,7.625]}},"from":[-15.2,-14.8,-15.6],"shade":false,"to":[-14.4,-13.2,-13.6]},{"faces":{"east":{"texture":"#0","uv":[1.75,7.625,2.625,8.875]},"west":{"texture":"#0","uv":[2.625,7.625,1.75,8.875]}},"from":[-14.8,-14,-15.6],"shade":false,"to":[-14.8,-10,-12.8]},{"faces":{"down":{"texture":"#0","uv":[2,5.625,1.375,6.375]},"east":{"texture":"#0","uv":[0.75,6.375,1.375,6.875]},"north":{"texture":"#0","uv":[1.375,6.375,2.125,6.875]},"south":{"texture":"#0","uv":[0,6.375,0.75,6.875]},"up":{"texture":"#0","uv":[1.375,6.375,0.75,5.625]},"west":{"texture":"#0","uv":[2.125,6.375,2.75,6.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.4,-14]}],"overrides":[],"textures":{"0":"item/w1152584414_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7381.json b/assets/minecraft/models/w7381.json new file mode 100644 index 000000000..c2ea805e1 --- /dev/null +++ b/assets/minecraft/models/w7381.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.375,5.625,2,6.375]},"east":{"texture":"#0","uv":[2.125,6.375,1.375,6.875]},"north":{"texture":"#0","uv":[1.375,6.375,0.75,6.875]},"south":{"texture":"#0","uv":[2.75,6.375,2.125,6.875]},"up":{"texture":"#0","uv":[0.75,6.375,1.375,5.625]},"west":{"texture":"#0","uv":[0.75,6.375,0,6.875]}},"from":[-14.8,-16,-16],"shade":false,"to":[-12.8,-14.4,-13.6]},{"faces":{"north":{"texture":"#0","uv":[2.625,7.625,1.75,8.875]},"south":{"texture":"#0","uv":[1.75,7.625,2.625,8.875]}},"from":[-16,-14,-14.8],"shade":false,"to":[-13.2,-10,-14.8]},{"faces":{"down":{"texture":"#0","uv":[0.875,6.875,1.5,7.125]},"east":{"texture":"#0","uv":[1.125,7.125,0.875,7.625]},"north":{"texture":"#0","uv":[0.875,7.125,0.25,7.625]},"south":{"texture":"#0","uv":[1.75,7.125,1.125,7.625]},"up":{"texture":"#0","uv":[0.25,7.125,0.875,6.875]},"west":{"texture":"#0","uv":[0.25,7.125,0,7.625]}},"from":[-15.2,-14.8,-15.2],"shade":false,"to":[-13.2,-13.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1152584414_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7382.json b/assets/minecraft/models/w7382.json new file mode 100644 index 000000000..c2ea805e1 --- /dev/null +++ b/assets/minecraft/models/w7382.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.375,5.625,2,6.375]},"east":{"texture":"#0","uv":[2.125,6.375,1.375,6.875]},"north":{"texture":"#0","uv":[1.375,6.375,0.75,6.875]},"south":{"texture":"#0","uv":[2.75,6.375,2.125,6.875]},"up":{"texture":"#0","uv":[0.75,6.375,1.375,5.625]},"west":{"texture":"#0","uv":[0.75,6.375,0,6.875]}},"from":[-14.8,-16,-16],"shade":false,"to":[-12.8,-14.4,-13.6]},{"faces":{"north":{"texture":"#0","uv":[2.625,7.625,1.75,8.875]},"south":{"texture":"#0","uv":[1.75,7.625,2.625,8.875]}},"from":[-16,-14,-14.8],"shade":false,"to":[-13.2,-10,-14.8]},{"faces":{"down":{"texture":"#0","uv":[0.875,6.875,1.5,7.125]},"east":{"texture":"#0","uv":[1.125,7.125,0.875,7.625]},"north":{"texture":"#0","uv":[0.875,7.125,0.25,7.625]},"south":{"texture":"#0","uv":[1.75,7.125,1.125,7.625]},"up":{"texture":"#0","uv":[0.25,7.125,0.875,6.875]},"west":{"texture":"#0","uv":[0.25,7.125,0,7.625]}},"from":[-15.2,-14.8,-15.2],"shade":false,"to":[-13.2,-13.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1152584414_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7383.json b/assets/minecraft/models/w7383.json new file mode 100644 index 000000000..c2ea805e1 --- /dev/null +++ b/assets/minecraft/models/w7383.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.375,5.625,2,6.375]},"east":{"texture":"#0","uv":[2.125,6.375,1.375,6.875]},"north":{"texture":"#0","uv":[1.375,6.375,0.75,6.875]},"south":{"texture":"#0","uv":[2.75,6.375,2.125,6.875]},"up":{"texture":"#0","uv":[0.75,6.375,1.375,5.625]},"west":{"texture":"#0","uv":[0.75,6.375,0,6.875]}},"from":[-14.8,-16,-16],"shade":false,"to":[-12.8,-14.4,-13.6]},{"faces":{"north":{"texture":"#0","uv":[2.625,7.625,1.75,8.875]},"south":{"texture":"#0","uv":[1.75,7.625,2.625,8.875]}},"from":[-16,-14,-14.8],"shade":false,"to":[-13.2,-10,-14.8]},{"faces":{"down":{"texture":"#0","uv":[0.875,6.875,1.5,7.125]},"east":{"texture":"#0","uv":[1.125,7.125,0.875,7.625]},"north":{"texture":"#0","uv":[0.875,7.125,0.25,7.625]},"south":{"texture":"#0","uv":[1.75,7.125,1.125,7.625]},"up":{"texture":"#0","uv":[0.25,7.125,0.875,6.875]},"west":{"texture":"#0","uv":[0.25,7.125,0,7.625]}},"from":[-15.2,-14.8,-15.2],"shade":false,"to":[-13.2,-13.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1152584414_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7384.json b/assets/minecraft/models/w7384.json new file mode 100644 index 000000000..6cef8634e --- /dev/null +++ b/assets/minecraft/models/w7384.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.875,6.875,1.5,7.125]},"east":{"texture":"#0","uv":[0.875,7.125,0.25,7.625]},"north":{"texture":"#0","uv":[0.25,7.125,0,7.625]},"south":{"texture":"#0","uv":[1.125,7.125,0.875,7.625]},"up":{"texture":"#0","uv":[0.25,7.125,0.875,6.875]},"west":{"texture":"#0","uv":[1.75,7.125,1.125,7.625]}},"from":[-15.2,-14.8,-15.2],"shade":false,"to":[-14.4,-13.2,-13.2]},{"faces":{"east":{"texture":"#0","uv":[2.625,7.625,1.75,8.875]},"west":{"texture":"#0","uv":[1.75,7.625,2.625,8.875]}},"from":[-14.8,-14,-16],"shade":false,"to":[-14.8,-10,-13.2]},{"faces":{"down":{"texture":"#0","uv":[1.375,5.625,2,6.375]},"east":{"texture":"#0","uv":[1.375,6.375,0.75,6.875]},"north":{"texture":"#0","uv":[0.75,6.375,0,6.875]},"south":{"texture":"#0","uv":[2.125,6.375,1.375,6.875]},"up":{"texture":"#0","uv":[0.75,6.375,1.375,5.625]},"west":{"texture":"#0","uv":[2.75,6.375,2.125,6.875]}},"from":[-16,-16,-14.8],"shade":false,"to":[-13.6,-14.4,-12.8]}],"overrides":[],"textures":{"0":"item/w1152584414_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7385.json b/assets/minecraft/models/w7385.json new file mode 100644 index 000000000..6cef8634e --- /dev/null +++ b/assets/minecraft/models/w7385.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.875,6.875,1.5,7.125]},"east":{"texture":"#0","uv":[0.875,7.125,0.25,7.625]},"north":{"texture":"#0","uv":[0.25,7.125,0,7.625]},"south":{"texture":"#0","uv":[1.125,7.125,0.875,7.625]},"up":{"texture":"#0","uv":[0.25,7.125,0.875,6.875]},"west":{"texture":"#0","uv":[1.75,7.125,1.125,7.625]}},"from":[-15.2,-14.8,-15.2],"shade":false,"to":[-14.4,-13.2,-13.2]},{"faces":{"east":{"texture":"#0","uv":[2.625,7.625,1.75,8.875]},"west":{"texture":"#0","uv":[1.75,7.625,2.625,8.875]}},"from":[-14.8,-14,-16],"shade":false,"to":[-14.8,-10,-13.2]},{"faces":{"down":{"texture":"#0","uv":[1.375,5.625,2,6.375]},"east":{"texture":"#0","uv":[1.375,6.375,0.75,6.875]},"north":{"texture":"#0","uv":[0.75,6.375,0,6.875]},"south":{"texture":"#0","uv":[2.125,6.375,1.375,6.875]},"up":{"texture":"#0","uv":[0.75,6.375,1.375,5.625]},"west":{"texture":"#0","uv":[2.75,6.375,2.125,6.875]}},"from":[-16,-16,-14.8],"shade":false,"to":[-13.6,-14.4,-12.8]}],"overrides":[],"textures":{"0":"item/w1152584414_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7386.json b/assets/minecraft/models/w7386.json new file mode 100644 index 000000000..6cef8634e --- /dev/null +++ b/assets/minecraft/models/w7386.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.875,6.875,1.5,7.125]},"east":{"texture":"#0","uv":[0.875,7.125,0.25,7.625]},"north":{"texture":"#0","uv":[0.25,7.125,0,7.625]},"south":{"texture":"#0","uv":[1.125,7.125,0.875,7.625]},"up":{"texture":"#0","uv":[0.25,7.125,0.875,6.875]},"west":{"texture":"#0","uv":[1.75,7.125,1.125,7.625]}},"from":[-15.2,-14.8,-15.2],"shade":false,"to":[-14.4,-13.2,-13.2]},{"faces":{"east":{"texture":"#0","uv":[2.625,7.625,1.75,8.875]},"west":{"texture":"#0","uv":[1.75,7.625,2.625,8.875]}},"from":[-14.8,-14,-16],"shade":false,"to":[-14.8,-10,-13.2]},{"faces":{"down":{"texture":"#0","uv":[1.375,5.625,2,6.375]},"east":{"texture":"#0","uv":[1.375,6.375,0.75,6.875]},"north":{"texture":"#0","uv":[0.75,6.375,0,6.875]},"south":{"texture":"#0","uv":[2.125,6.375,1.375,6.875]},"up":{"texture":"#0","uv":[0.75,6.375,1.375,5.625]},"west":{"texture":"#0","uv":[2.75,6.375,2.125,6.875]}},"from":[-16,-16,-14.8],"shade":false,"to":[-13.6,-14.4,-12.8]}],"overrides":[],"textures":{"0":"item/w1152584414_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7387.json b/assets/minecraft/models/w7387.json new file mode 100644 index 000000000..7a24a98e3 --- /dev/null +++ b/assets/minecraft/models/w7387.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,5,0,10]},"east":{"texture":"#0","uv":[10,8.5,15,5]},"north":{"texture":"#0","uv":[10,8.5,15,5]},"south":{"texture":"#0","uv":[10,8.5,15,5]},"up":{"texture":"#0","uv":[10,10,5,5]},"west":{"texture":"#0","uv":[10,8.5,15,5]}},"from":[8,8,8],"shade":false,"to":[2.4,3.6,2.4]}],"overrides":[],"textures":{"0":"item/w1164131818_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7388.json b/assets/minecraft/models/w7388.json new file mode 100644 index 000000000..55444187e --- /dev/null +++ b/assets/minecraft/models/w7388.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,0,5,5]},"east":{"texture":"#0","uv":[10,0,15,3.5]},"north":{"texture":"#0","uv":[10,0,15,3.5]},"south":{"texture":"#0","uv":[10,0,15,3.5]},"up":{"texture":"#0","uv":[5,5,0,0]},"west":{"texture":"#0","uv":[10,0,15,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-13.2,-12]}],"overrides":[],"textures":{"0":"item/w1164131818_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7389.json b/assets/minecraft/models/w7389.json new file mode 100644 index 000000000..35f8d1aeb --- /dev/null +++ b/assets/minecraft/models/w7389.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,4,3,7]},"east":{"texture":"#0","uv":[0,4,3,7]},"north":{"texture":"#0","uv":[0,4,3,7]},"south":{"texture":"#0","uv":[0,4,3,7]},"up":{"texture":"#0","uv":[0,4,3,7]},"west":{"texture":"#0","uv":[0,4,3,7]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w452281536_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w739.json b/assets/minecraft/models/w739.json new file mode 100644 index 000000000..d029d96a0 --- /dev/null +++ b/assets/minecraft/models/w739.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,10,9.5,13]},"east":{"texture":"#0","uv":[6,13,9,14.5]},"north":{"texture":"#0","uv":[9,13,9.5,14.5]},"south":{"texture":"#0","uv":[12.5,13,13,14.5]},"up":{"texture":"#0","uv":[9.5,13,9,10]},"west":{"texture":"#0","uv":[9.5,13,12.5,14.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-13.6]}],"overrides":[],"textures":{"0":"item/w470059371_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7390.json b/assets/minecraft/models/w7390.json new file mode 100644 index 000000000..e207a3643 --- /dev/null +++ b/assets/minecraft/models/w7390.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,4,2]},"east":{"texture":"#0","uv":[0,2,2,4]},"north":{"texture":"#0","uv":[2,2,4,4]},"south":{"texture":"#0","uv":[6,2,8,4]},"up":{"texture":"#0","uv":[4,2,2,0]},"west":{"texture":"#0","uv":[4,2,6,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w452281536_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7391.json b/assets/minecraft/models/w7391.json new file mode 100644 index 000000000..93708b587 --- /dev/null +++ b/assets/minecraft/models/w7391.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,0,6.25,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,4.75]},"north":{"texture":"#0","uv":[3.5,3.5,6.25,4.75]},"south":{"texture":"#0","uv":[9.75,3.5,12.5,4.75]},"up":{"texture":"#0","uv":[6.25,3.5,3.5,0]},"west":{"texture":"#0","uv":[6.25,3.5,9.75,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-11.6,-14,-10.4]}],"overrides":[],"textures":{"0":"item/w1355786594_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7392.json b/assets/minecraft/models/w7392.json new file mode 100644 index 000000000..dacbc87af --- /dev/null +++ b/assets/minecraft/models/w7392.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.25,4.75,10.75,5.5]},"east":{"texture":"#0","uv":[8.5,5.5,9.25,6.25]},"north":{"texture":"#0","uv":[9.25,5.5,10.75,6.25]},"south":{"texture":"#0","uv":[11.5,5.5,13,6.25]},"up":{"texture":"#0","uv":[10.75,5.5,9.25,4.75]},"west":{"texture":"#0","uv":[10.75,5.5,11.5,6.25]}},"from":[-15.6,-16,-16],"shade":false,"to":[-13.200001,-14.8,-14.8]},{"faces":{"down":{"texture":"#0","uv":[12.75,6.75,10.75,8]},"east":{"texture":"#0","uv":[7.5,8,8.75,9]},"north":{"texture":"#0","uv":[8.75,8,10.75,9]},"south":{"texture":"#0","uv":[12,8,14,9]},"up":{"texture":"#0","uv":[10.75,8,8.75,6.75]},"west":{"texture":"#0","uv":[10.75,8,12,9]}},"from":[-16,-16,-14.8],"shade":false,"to":[-12.8,-14.4,-12.8]}],"overrides":[],"textures":{"0":"item/w1355786594_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7393.json b/assets/minecraft/models/w7393.json new file mode 100644 index 000000000..d6e391f2e --- /dev/null +++ b/assets/minecraft/models/w7393.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,6.75,1.5,8.25]},"east":{"texture":"#0","uv":[0,8.25,1.5,8.25]},"north":{"texture":"#0","uv":[1.5,8.25,3.75,8.25]},"south":{"texture":"#0","uv":[5.25,8.25,7.5,8.25]},"up":{"texture":"#0","uv":[3.75,8.25,1.5,6.75]},"west":{"texture":"#0","uv":[3.75,8.25,5.25,8.25]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-16,-13.6]}],"overrides":[],"textures":{"0":"item/w1355786594_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7394.json b/assets/minecraft/models/w7394.json new file mode 100644 index 000000000..a3b2de593 --- /dev/null +++ b/assets/minecraft/models/w7394.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,6.75,3.75,8.25]},"east":{"texture":"#0","uv":[5.25,8.25,3.75,8.25]},"north":{"texture":"#0","uv":[3.75,8.25,1.5,8.25]},"south":{"texture":"#0","uv":[7.5,8.25,5.25,8.25]},"up":{"texture":"#0","uv":[1.5,8.25,3.75,6.75]},"west":{"texture":"#0","uv":[1.5,8.25,0,8.25]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-16,-13.6]}],"overrides":[],"textures":{"0":"item/w1355786594_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7395.json b/assets/minecraft/models/w7395.json new file mode 100644 index 000000000..db09b5e16 --- /dev/null +++ b/assets/minecraft/models/w7395.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,8.25,0.75,9]},"east":{"texture":"#0","uv":[0,9,0.75,9]},"north":{"texture":"#0","uv":[0.75,9,3,9]},"south":{"texture":"#0","uv":[3.75,9,6,9]},"up":{"texture":"#0","uv":[3,9,0.75,8.25]},"west":{"texture":"#0","uv":[3,9,3.75,9]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-16,-14.8]}],"overrides":[],"textures":{"0":"item/w1355786594_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7396.json b/assets/minecraft/models/w7396.json new file mode 100644 index 000000000..586d6f593 --- /dev/null +++ b/assets/minecraft/models/w7396.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,8.25,3,9]},"east":{"texture":"#0","uv":[3.75,9,3,9]},"north":{"texture":"#0","uv":[3,9,0.75,9]},"south":{"texture":"#0","uv":[6,9,3.75,9]},"up":{"texture":"#0","uv":[0.75,9,3,8.25]},"west":{"texture":"#0","uv":[0.75,9,0,9]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-16,-14.8]}],"overrides":[],"textures":{"0":"item/w1355786594_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7397.json b/assets/minecraft/models/w7397.json new file mode 100644 index 000000000..7d560a000 --- /dev/null +++ b/assets/minecraft/models/w7397.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,4.75,2,6.75]},"east":{"texture":"#0","uv":[0,6.75,2,6.75]},"north":{"texture":"#0","uv":[2,6.75,4.25,6.75]},"south":{"texture":"#0","uv":[6.25,6.75,8.5,6.75]},"up":{"texture":"#0","uv":[4.25,6.75,2,4.75]},"west":{"texture":"#0","uv":[4.25,6.75,6.25,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-16,-12.8]}],"overrides":[],"textures":{"0":"item/w1355786594_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7398.json b/assets/minecraft/models/w7398.json new file mode 100644 index 000000000..f7c94634e --- /dev/null +++ b/assets/minecraft/models/w7398.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,4.75,4.25,6.75]},"east":{"texture":"#0","uv":[6.25,6.75,4.25,6.75]},"north":{"texture":"#0","uv":[4.25,6.75,2,6.75]},"south":{"texture":"#0","uv":[8.5,6.75,6.25,6.75]},"up":{"texture":"#0","uv":[2,6.75,4.25,4.75]},"west":{"texture":"#0","uv":[2,6.75,0,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-16,-12.8]}],"overrides":[],"textures":{"0":"item/w1355786594_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7399.json b/assets/minecraft/models/w7399.json new file mode 100644 index 000000000..cc2d3269d --- /dev/null +++ b/assets/minecraft/models/w7399.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,9,0.75,10]},"east":{"texture":"#0","uv":[0,10,1,10]},"north":{"texture":"#0","uv":[1,10,2.25,10]},"south":{"texture":"#0","uv":[3.25,10,4.5,10]},"up":{"texture":"#0","uv":[2,10,0.75,9]},"west":{"texture":"#0","uv":[2.25,10,3.25,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1355786594_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w74.json b/assets/minecraft/models/w74.json new file mode 100644 index 000000000..7b9185bd2 --- /dev/null +++ b/assets/minecraft/models/w74.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.625,0,7.375,0.875]},"east":{"texture":"#0","uv":[5.25,0.875,6.125,2]},"north":{"texture":"#0","uv":[6.125,0.875,7.375,2]},"south":{"texture":"#0","uv":[8.25,0.875,9.5,2]},"up":{"texture":"#0","uv":[7.375,0.875,6.125,0]},"west":{"texture":"#0","uv":[7.375,0.875,8.25,2]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-12.4,-13.2]}],"overrides":[],"textures":{"0":"item/w1081588330_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w740.json b/assets/minecraft/models/w740.json new file mode 100644 index 000000000..619f893db --- /dev/null +++ b/assets/minecraft/models/w740.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,10,3,11.5]},"east":{"texture":"#0","uv":[0,11.5,1.5,12.5]},"north":{"texture":"#0","uv":[1.5,11.5,3,12.5]},"south":{"texture":"#0","uv":[4.5,11.5,6,12.5]},"up":{"texture":"#0","uv":[3,11.5,1.5,10]},"west":{"texture":"#0","uv":[3,11.5,4.5,12.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w470059371_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7400.json b/assets/minecraft/models/w7400.json new file mode 100644 index 000000000..c798a1e65 --- /dev/null +++ b/assets/minecraft/models/w7400.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,9,2,10]},"east":{"texture":"#0","uv":[3.25,10,2.25,10]},"north":{"texture":"#0","uv":[2.25,10,1,10]},"south":{"texture":"#0","uv":[4.5,10,3.25,10]},"up":{"texture":"#0","uv":[0.75,10,2,9]},"west":{"texture":"#0","uv":[1,10,0,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1355786594_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7401.json b/assets/minecraft/models/w7401.json new file mode 100644 index 000000000..c8da69c6d --- /dev/null +++ b/assets/minecraft/models/w7401.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.125,9.5,7.5,11.5]},"north":{"texture":"#0","uv":[6,10.375,6.625,11.875]},"south":{"texture":"#0","uv":[6,10.375,6.625,11.875]},"up":{"texture":"#0","uv":[7.375,11.5,6.75,9.5]}},"from":[-8.195,-9.6,-16],"shade":false,"to":[-6.205,-4.8,-9.6]},{"faces":{"down":{"texture":"#0","uv":[8.125,9.5,7.5,11.5]},"north":{"texture":"#0","uv":[6,10.375,6.625,11.875]},"south":{"texture":"#0","uv":[6,10.375,6.625,11.875]},"up":{"texture":"#0","uv":[7.375,11.5,6.75,9.5]}},"from":[-8.195,-9.6,-16],"rotation":{"angle":-45,"axis":"z","origin":[-7.2,-7.2,-12.8],"rescale":false},"shade":false,"to":[-6.205,-4.8,-9.6]},{"faces":{"down":{"texture":"#0","uv":[8.125,9.5,7.5,11.5]},"north":{"texture":"#0","uv":[6,10.375,6.625,11.875]},"south":{"texture":"#0","uv":[6,10.375,6.625,11.875]},"up":{"texture":"#0","uv":[7.375,11.5,6.75,9.5]}},"from":[-8.195,-9.6,-16],"rotation":{"angle":45,"axis":"z","origin":[-7.2,-7.2,-12.8],"rescale":false},"shade":false,"to":[-6.205,-4.8,-9.6]},{"faces":{"east":{"texture":"#0","uv":[8.25,9.5,10.25,10.125]},"north":{"texture":"#0","uv":[10.375,9.5,11.875,10.125]},"south":{"texture":"#0","uv":[10.375,9.5,11.875,10.125]},"west":{"texture":"#0","uv":[10.25,8,12.25,8.625]}},"from":[-9.6,-8.195,-16],"shade":false,"to":[-4.8,-6.2049994,-9.6]},{"faces":{"down":{"texture":"#0","uv":[11.375,10.75,11,11.125]},"east":{"texture":"#0","uv":[5.25,4.75,5.625,10.25]},"north":{"texture":"#0","uv":[4.75,4.75,5.125,10.25]},"south":{"texture":"#0","uv":[5.75,4.75,6.125,10.25]},"up":{"texture":"#0","uv":[11.25,2.375,10.875,2]},"west":{"texture":"#0","uv":[6.25,4.75,6.625,10.25]}},"from":[-7.8,-16,-13.6],"shade":false,"to":[-6.6000004,1.6000004,-12.400001]},{"faces":{"down":{"texture":"#0","uv":[12.25,6.25,6.75,6.625]},"east":{"texture":"#0","uv":[11.25,7.375,11.625,7.75]},"north":{"texture":"#0","uv":[6.75,4.75,12.25,5.125]},"south":{"texture":"#0","uv":[6.75,5.25,12.25,5.625]},"up":{"texture":"#0","uv":[12.25,6.125,6.75,5.75]},"west":{"texture":"#0","uv":[11,11.25,11.375,11.625]}},"from":[-16,-7.8,-13.6],"shade":false,"to":[1.6000004,-6.6000004,-12.400001]},{"faces":{"north":{"texture":"#0","uv":[6.75,6.75,8.125,8.125]},"south":{"texture":"#0","uv":[8.125,6.75,6.75,8.125]}},"from":[-9.4375,-9.4375,-15.992],"shade":false,"to":[-4.9625,-4.9625,-9.608]}],"overrides":[],"textures":{"0":"item/w1032032292_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7402.json b/assets/minecraft/models/w7402.json new file mode 100644 index 000000000..013cd69d3 --- /dev/null +++ b/assets/minecraft/models/w7402.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2.5,0,10.75,2.375]},"south":{"texture":"#0","uv":[10.75,0,2.5,2.375]}},"from":[-16,-14.4,-15.2],"shade":false,"to":[10.4,-6.7999997,-14.8]},{"faces":{"down":{"texture":"#0","uv":[9.375,8,8.875,8.125]},"east":{"texture":"#0","uv":[9,10.875,9.125,13.25]},"north":{"texture":"#0","uv":[4.75,10.375,5.25,12.75]},"south":{"texture":"#0","uv":[5.375,10.375,5.875,12.75]},"up":{"texture":"#0","uv":[8.75,8.125,8.25,8]},"west":{"texture":"#0","uv":[9.25,10.875,9.375,13.25]}},"from":[8,-14.4,-16],"shade":false,"to":[9.6,-6.7999997,-15.6]},{"faces":{"down":{"texture":"#0","uv":[11.875,2,11.375,2.125]},"east":{"texture":"#0","uv":[8.5,10.875,8.625,13.75]},"north":{"texture":"#0","uv":[1.25,8.375,1.75,11.25]},"south":{"texture":"#0","uv":[1.875,8.375,2.375,11.25]},"up":{"texture":"#0","uv":[10,8.125,9.5,8]},"west":{"texture":"#0","uv":[8.75,10.875,8.875,13.75]}},"from":[-0.8000002,-15.2,-16],"shade":false,"to":[0.79999983,-6,-15.6]},{"faces":{"down":{"texture":"#0","uv":[12,1,11.5,1.125]},"east":{"texture":"#0","uv":[10.75,10.75,10.875,14.125]},"north":{"texture":"#0","uv":[0,8.375,0.5,11.75]},"south":{"texture":"#0","uv":[0.625,8.375,1.125,11.75]},"up":{"texture":"#0","uv":[11.875,2.375,11.375,2.25]},"west":{"texture":"#0","uv":[8.25,10.875,8.375,14.25]}},"from":[-10.4,-16,-16],"shade":false,"to":[-8.799999,-5.2,-15.6]},{"faces":{"down":{"texture":"#0","uv":[8.75,8.125,8.25,8]},"east":{"texture":"#0","uv":[9.125,13.25,9,10.875]},"north":{"texture":"#0","uv":[5.875,12.75,5.375,10.375]},"south":{"texture":"#0","uv":[5.25,12.75,4.75,10.375]},"up":{"texture":"#0","uv":[9.375,8,8.875,8.125]},"west":{"texture":"#0","uv":[9.375,13.25,9.25,10.875]}},"from":[8,-14.4,-14.4],"shade":false,"to":[9.6,-6.7999997,-14]},{"faces":{"down":{"texture":"#0","uv":[10,8.125,9.5,8]},"east":{"texture":"#0","uv":[8.625,13.75,8.5,10.875]},"north":{"texture":"#0","uv":[2.375,11.25,1.875,8.375]},"south":{"texture":"#0","uv":[1.75,11.25,1.25,8.375]},"up":{"texture":"#0","uv":[11.875,2,11.375,2.125]},"west":{"texture":"#0","uv":[8.875,13.75,8.75,10.875]}},"from":[-0.8000002,-15.2,-14.4],"shade":false,"to":[0.79999983,-6,-14]},{"faces":{"down":{"texture":"#0","uv":[11.875,2.375,11.375,2.25]},"east":{"texture":"#0","uv":[10.875,14.125,10.75,10.75]},"north":{"texture":"#0","uv":[1.125,11.75,0.625,8.375]},"south":{"texture":"#0","uv":[0.5,11.75,0,8.375]},"up":{"texture":"#0","uv":[12,1,11.5,1.125]},"west":{"texture":"#0","uv":[8.375,14.25,8.25,10.875]}},"from":[-10.4,-16,-14.4],"shade":false,"to":[-8.799999,-5.2,-14]}],"overrides":[],"textures":{"0":"item/w1032032292_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7403.json b/assets/minecraft/models/w7403.json new file mode 100644 index 000000000..5a4ade951 --- /dev/null +++ b/assets/minecraft/models/w7403.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[10.75,2.375,2.5,0]},"south":{"texture":"#0","uv":[2.5,2.375,10.75,0]}},"from":[-16,-14.4,-15.2],"shade":false,"to":[10.4,-6.7999997,-14.8]},{"faces":{"down":{"texture":"#0","uv":[8.25,8,8.75,8.125]},"east":{"texture":"#0","uv":[9.375,13.25,9.25,10.875]},"north":{"texture":"#0","uv":[5.25,12.75,4.75,10.375]},"south":{"texture":"#0","uv":[5.875,12.75,5.375,10.375]},"up":{"texture":"#0","uv":[8.875,8.125,9.375,8]},"west":{"texture":"#0","uv":[9.125,13.25,9,10.875]}},"from":[-15.2,-14.4,-16],"shade":false,"to":[-13.599999,-6.7999997,-15.6]},{"faces":{"down":{"texture":"#0","uv":[9.5,8,10,8.125]},"east":{"texture":"#0","uv":[8.875,13.75,8.75,10.875]},"north":{"texture":"#0","uv":[1.75,11.25,1.25,8.375]},"south":{"texture":"#0","uv":[2.375,11.25,1.875,8.375]},"up":{"texture":"#0","uv":[11.375,2.125,11.875,2]},"west":{"texture":"#0","uv":[8.625,13.75,8.5,10.875]}},"from":[-6.3999996,-15.2,-16],"shade":false,"to":[-4.7999997,-6,-15.6]},{"faces":{"down":{"texture":"#0","uv":[11.375,2.25,11.875,2.375]},"east":{"texture":"#0","uv":[8.375,14.25,8.25,10.875]},"north":{"texture":"#0","uv":[0.5,11.75,0,8.375]},"south":{"texture":"#0","uv":[1.125,11.75,0.625,8.375]},"up":{"texture":"#0","uv":[11.5,1.125,12,1]},"west":{"texture":"#0","uv":[10.875,14.125,10.75,10.75]}},"from":[3.2000008,-16,-16],"shade":false,"to":[4.8000007,-5.2,-15.6]},{"faces":{"down":{"texture":"#0","uv":[8.875,8.125,9.375,8]},"east":{"texture":"#0","uv":[9.25,10.875,9.375,13.25]},"north":{"texture":"#0","uv":[5.375,10.375,5.875,12.75]},"south":{"texture":"#0","uv":[4.75,10.375,5.25,12.75]},"up":{"texture":"#0","uv":[8.25,8,8.75,8.125]},"west":{"texture":"#0","uv":[9,10.875,9.125,13.25]}},"from":[-15.2,-14.4,-14.4],"shade":false,"to":[-13.599999,-6.7999997,-14]},{"faces":{"down":{"texture":"#0","uv":[11.375,2.125,11.875,2]},"east":{"texture":"#0","uv":[8.75,10.875,8.875,13.75]},"north":{"texture":"#0","uv":[1.875,8.375,2.375,11.25]},"south":{"texture":"#0","uv":[1.25,8.375,1.75,11.25]},"up":{"texture":"#0","uv":[9.5,8,10,8.125]},"west":{"texture":"#0","uv":[8.5,10.875,8.625,13.75]}},"from":[-6.3999996,-15.2,-14.4],"shade":false,"to":[-4.7999997,-6,-14]},{"faces":{"down":{"texture":"#0","uv":[11.5,1.125,12,1]},"east":{"texture":"#0","uv":[8.25,10.875,8.375,14.25]},"north":{"texture":"#0","uv":[0.625,8.375,1.125,11.75]},"south":{"texture":"#0","uv":[0,8.375,0.5,11.75]},"up":{"texture":"#0","uv":[11.375,2.25,11.875,2.375]},"west":{"texture":"#0","uv":[10.75,10.75,10.875,14.125]}},"from":[3.2000008,-16,-14.4],"shade":false,"to":[4.8000007,-5.2,-14]}],"overrides":[],"textures":{"0":"item/w1032032292_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7404.json b/assets/minecraft/models/w7404.json new file mode 100644 index 000000000..73c837635 --- /dev/null +++ b/assets/minecraft/models/w7404.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,0,2.375,8.25]},"south":{"texture":"#0","uv":[2.375,0,0,8.25]}},"from":[-14.4,-16,-15.2],"shade":false,"to":[-6.7999997,10.4,-14.8]},{"faces":{"down":{"texture":"#0","uv":[13.25,0.75,10.875,0.875]},"east":{"texture":"#0","uv":[10.5,10.875,10.625,11.375]},"north":{"texture":"#0","uv":[9.75,8.875,12.125,9.375]},"south":{"texture":"#0","uv":[8.25,10.25,10.625,10.75]},"up":{"texture":"#0","uv":[13.25,0.625,10.875,0.5]},"west":{"texture":"#0","uv":[1.25,11.375,1.375,11.875]}},"from":[-14.4,-15.2,-16],"shade":false,"to":[-6.7999997,-13.599999,-15.6]},{"faces":{"down":{"texture":"#0","uv":[13.75,0.25,10.875,0.375]},"east":{"texture":"#0","uv":[1.5,11.375,1.625,11.875]},"north":{"texture":"#0","uv":[8.25,7.375,11.125,7.875]},"south":{"texture":"#0","uv":[6.75,8.875,9.625,9.375]},"up":{"texture":"#0","uv":[13.75,0.125,10.875,0]},"west":{"texture":"#0","uv":[1.75,11.375,1.875,11.875]}},"from":[-15.2,-6.3999996,-16],"shade":false,"to":[-6,-4.7999997,-15.6]},{"faces":{"down":{"texture":"#0","uv":[14.125,10.5,10.75,10.625]},"east":{"texture":"#0","uv":[2,11.375,2.125,11.875]},"north":{"texture":"#0","uv":[6.75,8.25,10.125,8.75]},"south":{"texture":"#0","uv":[8.25,6.75,11.625,7.25]},"up":{"texture":"#0","uv":[14.125,10.375,10.75,10.25]},"west":{"texture":"#0","uv":[2.25,11.375,2.375,11.875]}},"from":[-16,3.2000008,-16],"shade":false,"to":[-5.2,4.8000007,-15.6]},{"faces":{"down":{"texture":"#0","uv":[10.875,0.875,13.25,0.75]},"east":{"texture":"#0","uv":[1.25,11.375,1.375,11.875]},"north":{"texture":"#0","uv":[8.25,10.25,10.625,10.75]},"south":{"texture":"#0","uv":[9.75,8.875,12.125,9.375]},"up":{"texture":"#0","uv":[10.875,0.5,13.25,0.625]},"west":{"texture":"#0","uv":[10.5,10.875,10.625,11.375]}},"from":[-14.4,-15.2,-14.4],"shade":false,"to":[-6.7999997,-13.599999,-14]},{"faces":{"down":{"texture":"#0","uv":[10.875,0.375,13.75,0.25]},"east":{"texture":"#0","uv":[1.75,11.375,1.875,11.875]},"north":{"texture":"#0","uv":[6.75,8.875,9.625,9.375]},"south":{"texture":"#0","uv":[8.25,7.375,11.125,7.875]},"up":{"texture":"#0","uv":[10.875,0,13.75,0.125]},"west":{"texture":"#0","uv":[1.5,11.375,1.625,11.875]}},"from":[-15.2,-6.3999996,-14.4],"shade":false,"to":[-6,-4.7999997,-14]},{"faces":{"down":{"texture":"#0","uv":[10.75,10.625,14.125,10.5]},"east":{"texture":"#0","uv":[2.25,11.375,2.375,11.875]},"north":{"texture":"#0","uv":[8.25,6.75,11.625,7.25]},"south":{"texture":"#0","uv":[6.75,8.25,10.125,8.75]},"up":{"texture":"#0","uv":[10.75,10.25,14.125,10.375]},"west":{"texture":"#0","uv":[2,11.375,2.125,11.875]}},"from":[-16,3.2000008,-14.4],"shade":false,"to":[-5.2,4.8000007,-14]}],"overrides":[],"textures":{"0":"item/w1032032292_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7405.json b/assets/minecraft/models/w7405.json new file mode 100644 index 000000000..c1b635309 --- /dev/null +++ b/assets/minecraft/models/w7405.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[2.375,8.25,0,0]},"south":{"texture":"#0","uv":[0,8.25,2.375,0]}},"from":[-14.4,-16,-15.2],"shade":false,"to":[-6.7999997,10.4,-14.8]},{"faces":{"down":{"texture":"#0","uv":[10.875,0.5,13.25,0.625]},"east":{"texture":"#0","uv":[1.375,11.875,1.25,11.375]},"north":{"texture":"#0","uv":[12.125,9.375,9.75,8.875]},"south":{"texture":"#0","uv":[10.625,10.75,8.25,10.25]},"up":{"texture":"#0","uv":[10.875,0.875,13.25,0.75]},"west":{"texture":"#0","uv":[10.625,11.375,10.5,10.875]}},"from":[-14.4,8,-16],"shade":false,"to":[-6.7999997,9.6,-15.6]},{"faces":{"down":{"texture":"#0","uv":[10.875,0,13.75,0.125]},"east":{"texture":"#0","uv":[1.875,11.875,1.75,11.375]},"north":{"texture":"#0","uv":[11.125,7.875,8.25,7.375]},"south":{"texture":"#0","uv":[9.625,9.375,6.75,8.875]},"up":{"texture":"#0","uv":[10.875,0.375,13.75,0.25]},"west":{"texture":"#0","uv":[1.625,11.875,1.5,11.375]}},"from":[-15.2,-0.8000002,-16],"shade":false,"to":[-6,0.79999983,-15.6]},{"faces":{"down":{"texture":"#0","uv":[10.75,10.25,14.125,10.375]},"east":{"texture":"#0","uv":[2.375,11.875,2.25,11.375]},"north":{"texture":"#0","uv":[10.125,8.75,6.75,8.25]},"south":{"texture":"#0","uv":[11.625,7.25,8.25,6.75]},"up":{"texture":"#0","uv":[10.75,10.625,14.125,10.5]},"west":{"texture":"#0","uv":[2.125,11.875,2,11.375]}},"from":[-16,-10.4,-16],"shade":false,"to":[-5.2,-8.799999,-15.6]},{"faces":{"down":{"texture":"#0","uv":[13.25,0.625,10.875,0.5]},"east":{"texture":"#0","uv":[10.625,11.375,10.5,10.875]},"north":{"texture":"#0","uv":[10.625,10.75,8.25,10.25]},"south":{"texture":"#0","uv":[12.125,9.375,9.75,8.875]},"up":{"texture":"#0","uv":[13.25,0.75,10.875,0.875]},"west":{"texture":"#0","uv":[1.375,11.875,1.25,11.375]}},"from":[-14.4,8,-14.4],"shade":false,"to":[-6.7999997,9.6,-14]},{"faces":{"down":{"texture":"#0","uv":[13.75,0.125,10.875,0]},"east":{"texture":"#0","uv":[1.625,11.875,1.5,11.375]},"north":{"texture":"#0","uv":[9.625,9.375,6.75,8.875]},"south":{"texture":"#0","uv":[11.125,7.875,8.25,7.375]},"up":{"texture":"#0","uv":[13.75,0.25,10.875,0.375]},"west":{"texture":"#0","uv":[1.875,11.875,1.75,11.375]}},"from":[-15.2,-0.8000002,-14.4],"shade":false,"to":[-6,0.79999983,-14]},{"faces":{"down":{"texture":"#0","uv":[14.125,10.375,10.75,10.25]},"east":{"texture":"#0","uv":[2.125,11.875,2,11.375]},"north":{"texture":"#0","uv":[11.625,7.25,8.25,6.75]},"south":{"texture":"#0","uv":[10.125,8.75,6.75,8.25]},"up":{"texture":"#0","uv":[14.125,10.5,10.75,10.625]},"west":{"texture":"#0","uv":[2.375,11.875,2.25,11.375]}},"from":[-16,-10.4,-14.4],"shade":false,"to":[-5.2,-8.799999,-14]}],"overrides":[],"textures":{"0":"item/w1032032292_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7406.json b/assets/minecraft/models/w7406.json new file mode 100644 index 000000000..0f107ba29 --- /dev/null +++ b/assets/minecraft/models/w7406.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.75,4.25,4.75,4.625]},"east":{"texture":"#0","uv":[9.5,10.875,9.875,11.375]},"north":{"texture":"#0","uv":[3.75,2.5,12.75,3]},"south":{"texture":"#0","uv":[3.75,3.125,12.75,3.625]},"up":{"texture":"#0","uv":[13.75,4.125,4.75,3.75]},"west":{"texture":"#0","uv":[10,10.875,10.375,11.375]}},"from":[-16,-16,-16],"shade":false,"to":[12.799999,-14.4,-14.8]}],"overrides":[],"textures":{"0":"item/w1032032292_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7407.json b/assets/minecraft/models/w7407.json new file mode 100644 index 000000000..0f107ba29 --- /dev/null +++ b/assets/minecraft/models/w7407.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.75,4.25,4.75,4.625]},"east":{"texture":"#0","uv":[9.5,10.875,9.875,11.375]},"north":{"texture":"#0","uv":[3.75,2.5,12.75,3]},"south":{"texture":"#0","uv":[3.75,3.125,12.75,3.625]},"up":{"texture":"#0","uv":[13.75,4.125,4.75,3.75]},"west":{"texture":"#0","uv":[10,10.875,10.375,11.375]}},"from":[-16,-16,-16],"shade":false,"to":[12.799999,-14.4,-14.8]}],"overrides":[],"textures":{"0":"item/w1032032292_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7408.json b/assets/minecraft/models/w7408.json new file mode 100644 index 000000000..e2f0b5e9d --- /dev/null +++ b/assets/minecraft/models/w7408.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.75,3.75,13.75,4.125]},"east":{"texture":"#0","uv":[10.375,11.375,10,10.875]},"north":{"texture":"#0","uv":[12.75,3,3.75,2.5]},"south":{"texture":"#0","uv":[12.75,3.625,3.75,3.125]},"up":{"texture":"#0","uv":[4.75,4.625,13.75,4.25]},"west":{"texture":"#0","uv":[9.875,11.375,9.5,10.875]}},"from":[-16,-16,-16],"shade":false,"to":[12.799999,-14.4,-14.8]}],"overrides":[],"textures":{"0":"item/w1032032292_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7409.json b/assets/minecraft/models/w7409.json new file mode 100644 index 000000000..e2f0b5e9d --- /dev/null +++ b/assets/minecraft/models/w7409.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.75,3.75,13.75,4.125]},"east":{"texture":"#0","uv":[10.375,11.375,10,10.875]},"north":{"texture":"#0","uv":[12.75,3,3.75,2.5]},"south":{"texture":"#0","uv":[12.75,3.625,3.75,3.125]},"up":{"texture":"#0","uv":[4.75,4.625,13.75,4.25]},"west":{"texture":"#0","uv":[9.875,11.375,9.5,10.875]}},"from":[-16,-16,-16],"shade":false,"to":[12.799999,-14.4,-14.8]}],"overrides":[],"textures":{"0":"item/w1032032292_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w741.json b/assets/minecraft/models/w741.json new file mode 100644 index 000000000..07123364f --- /dev/null +++ b/assets/minecraft/models/w741.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.5,0,14,0.5]},"east":{"texture":"#0","uv":[13,0.5,13.5,2]},"north":{"texture":"#0","uv":[13.5,0.5,14,2]},"south":{"texture":"#0","uv":[14.5,0.5,15,2]},"up":{"texture":"#0","uv":[14,0.5,13.5,0]},"west":{"texture":"#0","uv":[14,0.5,14.5,2]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w470059371_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7410.json b/assets/minecraft/models/w7410.json new file mode 100644 index 000000000..5415e9cf8 --- /dev/null +++ b/assets/minecraft/models/w7410.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.375,1.5,10.875,1.875]},"east":{"texture":"#0","uv":[3.75,3.75,4.125,12.75]},"north":{"texture":"#0","uv":[2.5,2.5,3,11.5]},"south":{"texture":"#0","uv":[3.125,2.5,3.625,11.5]},"up":{"texture":"#0","uv":[11.375,1.375,10.875,1]},"west":{"texture":"#0","uv":[4.25,3.75,4.625,12.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,12.799999,-14.8]}],"overrides":[],"textures":{"0":"item/w1032032292_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7411.json b/assets/minecraft/models/w7411.json new file mode 100644 index 000000000..5415e9cf8 --- /dev/null +++ b/assets/minecraft/models/w7411.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.375,1.5,10.875,1.875]},"east":{"texture":"#0","uv":[3.75,3.75,4.125,12.75]},"north":{"texture":"#0","uv":[2.5,2.5,3,11.5]},"south":{"texture":"#0","uv":[3.125,2.5,3.625,11.5]},"up":{"texture":"#0","uv":[11.375,1.375,10.875,1]},"west":{"texture":"#0","uv":[4.25,3.75,4.625,12.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,12.799999,-14.8]}],"overrides":[],"textures":{"0":"item/w1032032292_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7412.json b/assets/minecraft/models/w7412.json new file mode 100644 index 000000000..0c8f20ce0 --- /dev/null +++ b/assets/minecraft/models/w7412.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.875,1,11.375,1.375]},"east":{"texture":"#0","uv":[4.625,12.75,4.25,3.75]},"north":{"texture":"#0","uv":[3,11.5,2.5,2.5]},"south":{"texture":"#0","uv":[3.625,11.5,3.125,2.5]},"up":{"texture":"#0","uv":[10.875,1.875,11.375,1.5]},"west":{"texture":"#0","uv":[4.125,12.75,3.75,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,12.799999,-14.8]}],"overrides":[],"textures":{"0":"item/w1032032292_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7413.json b/assets/minecraft/models/w7413.json new file mode 100644 index 000000000..0c8f20ce0 --- /dev/null +++ b/assets/minecraft/models/w7413.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.875,1,11.375,1.375]},"east":{"texture":"#0","uv":[4.625,12.75,4.25,3.75]},"north":{"texture":"#0","uv":[3,11.5,2.5,2.5]},"south":{"texture":"#0","uv":[3.625,11.5,3.125,2.5]},"up":{"texture":"#0","uv":[10.875,1.875,11.375,1.5]},"west":{"texture":"#0","uv":[4.125,12.75,3.75,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,12.799999,-14.8]}],"overrides":[],"textures":{"0":"item/w1032032292_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7414.json b/assets/minecraft/models/w7414.json new file mode 100644 index 000000000..caae3a83a --- /dev/null +++ b/assets/minecraft/models/w7414.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.25,7.125,5.875,7.5]},"east":{"texture":"#0","uv":[5.125,7.5,5.5,8.25]},"north":{"texture":"#0","uv":[5.5,7.5,5.875,8.25]},"south":{"texture":"#0","uv":[6.25,7.5,6.625,8.25]},"up":{"texture":"#0","uv":[5.875,7.5,5.5,7.125]},"west":{"texture":"#0","uv":[5.875,7.5,6.25,8.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.792,-13.592,-14.792]},{"faces":{"east":{"texture":"#0","uv":[4.625,3.375,4.25,4.125]},"west":{"texture":"#0","uv":[4.25,3.375,4.625,4.125]}},"from":[-15.4,-16,-14.8],"shade":false,"to":[-15.391999,-13.592,-13.592]}],"overrides":[],"textures":{"0":"item/w546717779_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7415.json b/assets/minecraft/models/w7415.json new file mode 100644 index 000000000..633640420 --- /dev/null +++ b/assets/minecraft/models/w7415.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.75,7.125,1.375,8]},"east":{"texture":"#0","uv":[2.25,8,1.375,8.5]},"north":{"texture":"#0","uv":[0,8,1.375,8.5]},"south":{"texture":"#0","uv":[2.25,8,3.625,8.5]},"up":{"texture":"#0","uv":[1.375,8,0,7.125]},"west":{"texture":"#0","uv":[1.375,8,2.25,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-11.6,-14.4,-13.2]}],"overrides":[],"textures":{"0":"item/w546717779_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7416.json b/assets/minecraft/models/w7416.json new file mode 100644 index 000000000..1b8668385 --- /dev/null +++ b/assets/minecraft/models/w7416.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,8.5,0.5,9]},"east":{"texture":"#0","uv":[1,9,0.5,10]},"north":{"texture":"#0","uv":[0,9,0.5,10]},"south":{"texture":"#0","uv":[1,9,1.5,10]},"up":{"texture":"#0","uv":[0.5,9,0,8.5]},"west":{"texture":"#0","uv":[0.5,9,1,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-12.8,-14.4]}],"overrides":[],"textures":{"0":"item/w546717779_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7417.json b/assets/minecraft/models/w7417.json new file mode 100644 index 000000000..9ab12f714 --- /dev/null +++ b/assets/minecraft/models/w7417.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.5,8.5,1,9]},"east":{"texture":"#0","uv":[1,9,0.5,10]},"north":{"texture":"#0","uv":[0.5,9,0,10]},"south":{"texture":"#0","uv":[1.5,9,1,10]},"up":{"texture":"#0","uv":[0,9,0.5,8.5]},"west":{"texture":"#0","uv":[0.5,9,1,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-12.8,-14.4]}],"overrides":[],"textures":{"0":"item/w546717779_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7418.json b/assets/minecraft/models/w7418.json new file mode 100644 index 000000000..57f03754e --- /dev/null +++ b/assets/minecraft/models/w7418.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,3.125,5.25,4.125]},"up":{"texture":"#0","uv":[6.5,4.125,5.25,3.125]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-16,-12.8]}],"overrides":[],"textures":{"0":"item/w546717779_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7419.json b/assets/minecraft/models/w7419.json new file mode 100644 index 000000000..fd09403bb --- /dev/null +++ b/assets/minecraft/models/w7419.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,5.875,1.5,4.875]},"east":{"texture":"#0","uv":[2.5,7.125,1.5,5.875]},"north":{"texture":"#0","uv":[2.5,7.125,4,5.875]},"south":{"texture":"#0","uv":[0,7.125,1.5,5.875]},"up":{"texture":"#0","uv":[1.5,4.875,3,5.875]},"west":{"texture":"#0","uv":[1.5,7.125,2.5,5.875]}},"from":[8,8,8],"shade":false,"to":[3.1999998,4,5]}],"overrides":[],"textures":{"0":"item/w546717779_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w742.json b/assets/minecraft/models/w742.json new file mode 100644 index 000000000..985f79b04 --- /dev/null +++ b/assets/minecraft/models/w742.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,5.5,13,6]},"east":{"texture":"#0","uv":[12,6,12.5,8]},"north":{"texture":"#0","uv":[12.5,6,13,8]},"south":{"texture":"#0","uv":[13.5,6,14,8]},"up":{"texture":"#0","uv":[13,6,12.5,5.5]},"west":{"texture":"#0","uv":[13,6,13.5,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.608,-14.408,-15.608]}],"overrides":[],"textures":{"0":"item/w470059371_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7420.json b/assets/minecraft/models/w7420.json new file mode 100644 index 000000000..e9fcec7ba --- /dev/null +++ b/assets/minecraft/models/w7420.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,4.875,1.5,5.875]},"east":{"texture":"#0","uv":[2.5,5.875,1.5,7.125]},"north":{"texture":"#0","uv":[0,5.875,1.5,7.125]},"south":{"texture":"#0","uv":[2.5,5.875,4,7.125]},"up":{"texture":"#0","uv":[1.5,5.875,0,4.875]},"west":{"texture":"#0","uv":[1.5,5.875,2.5,7.125]}},"from":[-16,-15.9825,-16],"shade":false,"to":[-11.2,-11.9825,-13]},{"faces":{"down":{"texture":"#0","uv":[4.75,7.125,4.375,7.5]},"east":{"texture":"#0","uv":[3.625,7.5,4,8.75]},"north":{"texture":"#0","uv":[4,7.5,4.375,8.75]},"south":{"texture":"#0","uv":[4.75,7.5,5.125,8.75]},"up":{"texture":"#0","uv":[4.375,7.5,4,7.125]},"west":{"texture":"#0","uv":[4.375,7.5,4.75,8.75]}},"from":[-14.2,-16,-13.98],"shade":false,"to":[-13,-11.975,-12.78]},{"faces":{"east":{"texture":"#0","uv":[4.25,3.375,3.875,4.625]},"west":{"texture":"#0","uv":[3.875,3.375,4.25,4.6328125]}},"from":[-13.6,-16,-12.78],"shade":false,"to":[-13.6,-11.975,-11.58]}],"overrides":[],"textures":{"0":"item/w546717779_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7421.json b/assets/minecraft/models/w7421.json new file mode 100644 index 000000000..ac69f3e81 --- /dev/null +++ b/assets/minecraft/models/w7421.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,8.5,2,9]},"east":{"texture":"#0","uv":[2.5,9,2,10]},"north":{"texture":"#0","uv":[1.5,9,2,10]},"south":{"texture":"#0","uv":[2.5,9,3,10]},"up":{"texture":"#0","uv":[2,9,1.5,8.5]},"west":{"texture":"#0","uv":[2,9,2.5,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-12.8,-14.4]}],"overrides":[],"textures":{"0":"item/w546717779_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7422.json b/assets/minecraft/models/w7422.json new file mode 100644 index 000000000..f0b9a8489 --- /dev/null +++ b/assets/minecraft/models/w7422.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,8.5,2.5,9]},"east":{"texture":"#0","uv":[2.5,9,2,10]},"north":{"texture":"#0","uv":[2,9,1.5,10]},"south":{"texture":"#0","uv":[3,9,2.5,10]},"up":{"texture":"#0","uv":[1.5,9,2,8.5]},"west":{"texture":"#0","uv":[2,9,2.5,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-12.8,-14.4]}],"overrides":[],"textures":{"0":"item/w546717779_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7423.json b/assets/minecraft/models/w7423.json new file mode 100644 index 000000000..1a7125923 --- /dev/null +++ b/assets/minecraft/models/w7423.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,4.125,6.5,5.125]},"up":{"texture":"#0","uv":[5.25,5.125,6.5,4.125]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-16,-12.8]}],"overrides":[],"textures":{"0":"item/w546717779_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7424.json b/assets/minecraft/models/w7424.json new file mode 100644 index 000000000..c93c2fc42 --- /dev/null +++ b/assets/minecraft/models/w7424.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,2.125,5.25,3.125]},"up":{"texture":"#0","uv":[6.5,3.125,5.25,2.125]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-16,-12.8]}],"overrides":[],"textures":{"0":"item/w546717779_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7425.json b/assets/minecraft/models/w7425.json new file mode 100644 index 000000000..2dadf6658 --- /dev/null +++ b/assets/minecraft/models/w7425.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.125,0,5.75,0.375]},"east":{"texture":"#0","uv":[6.125,0.375,5.75,1]},"north":{"texture":"#0","uv":[5.375,0.375,5.75,1]},"south":{"texture":"#0","uv":[6.125,0.375,6.5,1]},"up":{"texture":"#0","uv":[5.75,0.375,5.375,0]},"west":{"texture":"#0","uv":[5.75,0.375,6.125,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14.792,-13.992002,-14.792]}],"overrides":[],"textures":{"0":"item/w546717779_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7426.json b/assets/minecraft/models/w7426.json new file mode 100644 index 000000000..ee762fc14 --- /dev/null +++ b/assets/minecraft/models/w7426.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[5,3.375,4.625,4]},"west":{"texture":"#0","uv":[4.625,3.375,5,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.992,-13.992002,-14.792]}],"overrides":[],"textures":{"0":"item/w546717779_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7427.json b/assets/minecraft/models/w7427.json new file mode 100644 index 000000000..db75a7efa --- /dev/null +++ b/assets/minecraft/models/w7427.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,8.75,3.625,9.75]},"east":{"texture":"#0","uv":[4.625,9.75,3.625,10.125]},"north":{"texture":"#0","uv":[3,9.75,3.625,10.125]},"south":{"texture":"#0","uv":[4.625,9.75,5.25,10.125]},"up":{"texture":"#0","uv":[3.625,9.75,3,8.75]},"west":{"texture":"#0","uv":[3.625,9.75,4.625,10.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.8,-12.8]}],"overrides":[],"textures":{"0":"item/w546717779_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7428.json b/assets/minecraft/models/w7428.json new file mode 100644 index 000000000..560ba6a82 --- /dev/null +++ b/assets/minecraft/models/w7428.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.625,8.75,4.25,9.75]},"east":{"texture":"#0","uv":[4.625,9.75,3.625,10.125]},"north":{"texture":"#0","uv":[3.625,9.75,3,10.125]},"south":{"texture":"#0","uv":[5.25,9.75,4.625,10.125]},"up":{"texture":"#0","uv":[3,9.75,3.625,8.75]},"west":{"texture":"#0","uv":[3.625,9.75,4.625,10.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.8,-12.8]}],"overrides":[],"textures":{"0":"item/w546717779_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7429.json b/assets/minecraft/models/w7429.json new file mode 100644 index 000000000..9ddbb9a6f --- /dev/null +++ b/assets/minecraft/models/w7429.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,0,1.125,1.125]},"east":{"texture":"#0","uv":[1.125,1.125,2.25,2.125]},"north":{"texture":"#0","uv":[0,1.125,1.125,2.125]},"south":{"texture":"#0","uv":[2.25,1.125,3.375,2.125]},"up":{"texture":"#0","uv":[1.125,1.125,0,0]},"west":{"texture":"#0","uv":[1.125,1.125,2.25,2.125]}},"from":[-16,-15.6,-16],"shade":false,"to":[-12.4,-12.400001,-12.4]},{"faces":{"east":{"texture":"#0","uv":[3.375,1.25,3.875,1.375]},"north":{"texture":"#0","uv":[3.875,1.25,4.75,1.375]},"south":{"texture":"#0","uv":[3.875,1.25,4.75,1.375]},"west":{"texture":"#0","uv":[4.875,1.25,5.375,1.375]}},"from":[-15.6,-16,-16],"shade":false,"to":[-12.8,-15.6,-16]}],"overrides":[],"textures":{"0":"item/w546717779_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w743.json b/assets/minecraft/models/w743.json new file mode 100644 index 000000000..ce7bfaf0c --- /dev/null +++ b/assets/minecraft/models/w743.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,4.5,3]},"east":{"texture":"#0","uv":[0,3,3,4.5]},"north":{"texture":"#0","uv":[3,3,4.5,4.5]},"south":{"texture":"#0","uv":[7.5,3,9,4.5]},"up":{"texture":"#0","uv":[4.5,3,3,0]},"west":{"texture":"#0","uv":[4.5,3,7.5,4.5]}},"from":[-16,-16,-15.2],"shade":false,"to":[-14.8,-14.8,-12.799999]},{"faces":{"down":{"texture":"#0","uv":[11.5,0,10.5,0.5]},"east":{"texture":"#0","uv":[9,0.5,9.5,1.5]},"north":{"texture":"#0","uv":[9.5,0.5,10.5,1.5]},"south":{"texture":"#0","uv":[11,0.5,12,1.5]},"up":{"texture":"#0","uv":[10.5,0.5,9.5,0]},"west":{"texture":"#0","uv":[10.5,0.5,11,1.5]}},"from":[-15.8,-15.8,-15.6],"shade":false,"to":[-15,-15,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[12.5,1.5,11,2]},"east":{"texture":"#0","uv":[9,2,9.5,3.5]},"north":{"texture":"#0","uv":[9.5,2,11,3.5]},"south":{"texture":"#0","uv":[11.5,2,13,3.5]},"up":{"texture":"#0","uv":[11,2,9.5,1.5]},"west":{"texture":"#0","uv":[11,2,11.5,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w470059371_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7430.json b/assets/minecraft/models/w7430.json new file mode 100644 index 000000000..e7000e7f4 --- /dev/null +++ b/assets/minecraft/models/w7430.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,8.25,6.625,8.625]},"east":{"texture":"#0","uv":[5.875,8.625,6.25,9.875]},"north":{"texture":"#0","uv":[6.25,8.625,6.625,9.875]},"south":{"texture":"#0","uv":[6.625,8.625,6.25,9.875]},"up":{"texture":"#0","uv":[6.625,8.625,6.25,8.25]},"west":{"texture":"#0","uv":[6.625,8.625,7,9.875]}},"from":[-14.4,-16,-16],"shade":false,"to":[-13.2,-12,-14.8]},{"faces":{"north":{"texture":"#0","uv":[4.625,0,5.375,0.375]},"south":{"texture":"#0","uv":[5.375,0,4.625,0.375]}},"from":[-16,-13.6,-15.4],"rotation":{"angle":-45,"axis":"z","origin":[-13.6,-13.6,-15.4],"rescale":false},"shade":false,"to":[-13.6,-12.400001,-15.4]}],"overrides":[],"textures":{"0":"item/w546717779_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7431.json b/assets/minecraft/models/w7431.json new file mode 100644 index 000000000..e964004a7 --- /dev/null +++ b/assets/minecraft/models/w7431.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.625,8.25,7,8.625]},"east":{"texture":"#0","uv":[7,8.625,6.625,9.875]},"north":{"texture":"#0","uv":[6.625,8.625,6.25,9.875]},"south":{"texture":"#0","uv":[6.25,8.625,6.625,9.875]},"up":{"texture":"#0","uv":[6.25,8.625,6.625,8.25]},"west":{"texture":"#0","uv":[6.25,8.625,5.875,9.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12,-14.8]},{"faces":{"north":{"texture":"#0","uv":[5.375,0,4.625,0.375]},"south":{"texture":"#0","uv":[4.625,0,5.375,0.375]}},"from":[-15.6,-13.6,-15.4],"rotation":{"angle":45,"axis":"z","origin":[-15.6,-13.6,-15.4],"rescale":false},"shade":false,"to":[-13.200001,-12.400001,-15.4]}],"overrides":[],"textures":{"0":"item/w546717779_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7432.json b/assets/minecraft/models/w7432.json new file mode 100644 index 000000000..ab4df7ce8 --- /dev/null +++ b/assets/minecraft/models/w7432.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.875,3.375,5.25,2.125]},"east":{"texture":"#0","uv":[0,4.875,1.25,2.125]},"north":{"texture":"#0","uv":[2.625,4.875,3.875,2.125]},"south":{"texture":"#0","uv":[1.25,4.875,2.625,2.125]},"west":{"texture":"#0","uv":[1.25,4.875,0,2.125]}},"from":[8,8,8],"shade":false,"to":[4,-1,3.6]}],"overrides":[],"textures":{"0":"item/w546717779_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7433.json b/assets/minecraft/models/w7433.json new file mode 100644 index 000000000..a5971ec8d --- /dev/null +++ b/assets/minecraft/models/w7433.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0,2.125,1.25,4.875]},"north":{"texture":"#0","uv":[1.25,2.125,2.625,4.875]},"south":{"texture":"#0","uv":[2.625,2.125,3.875,4.875]},"up":{"texture":"#0","uv":[5.25,3.375,3.875,2.125]},"west":{"texture":"#0","uv":[1.25,2.125,0,4.875]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-7,-11.6]}],"overrides":[],"textures":{"0":"item/w546717779_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7434.json b/assets/minecraft/models/w7434.json new file mode 100644 index 000000000..3f7c36f4d --- /dev/null +++ b/assets/minecraft/models/w7434.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.625,0,4.375,0.75]},"east":{"texture":"#0","uv":[3.375,0.75,4.125,1]},"north":{"texture":"#0","uv":[4.125,0.75,4.375,1]},"south":{"texture":"#0","uv":[5.125,0.75,5.375,1]},"up":{"texture":"#0","uv":[4.375,0.75,4.125,0]},"west":{"texture":"#0","uv":[4.375,0.75,5.125,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-13.6]},{"faces":{"down":{"texture":"#0","uv":[3.25,0,2.875,0.25]},"east":{"texture":"#0","uv":[2.25,0.25,2.5,0.5]},"north":{"texture":"#0","uv":[2.5,0.25,2.875,0.5]},"south":{"texture":"#0","uv":[3.125,0.25,3.5,0.5]},"up":{"texture":"#0","uv":[2.875,0.25,2.5,0]},"west":{"texture":"#0","uv":[2.875,0.25,3.125,0.5]}},"from":[-15.2,-16,-16],"shade":false,"to":[-14,-15.2,-15.2]},{"faces":{"east":{"texture":"#0","uv":[3.375,1.125,3.875,1.25]},"north":{"texture":"#0","uv":[3.875,1.125,4.75,1.25]},"south":{"texture":"#0","uv":[5.25,1.125,6.125,1.25]},"west":{"texture":"#0","uv":[4.75,1.125,5.25,1.25]}},"from":[-16,-15.2,-16],"shade":false,"to":[-13.2,-14.8,-14.4]},{"faces":{"down":{"texture":"#0","uv":[3,0.5,2.75,0.75]},"east":{"texture":"#0","uv":[2.25,0.75,2.5,1]},"north":{"texture":"#0","uv":[2.5,0.75,2.75,1]},"south":{"texture":"#0","uv":[3,0.75,3.25,1]},"up":{"texture":"#0","uv":[2.75,0.75,2.5,0.5]},"west":{"texture":"#0","uv":[2.75,0.75,3,1]}},"from":[-16,-15.2,-14.4],"shade":false,"to":[-15.2,-14.4,-13.599999]},{"faces":{"down":{"texture":"#0","uv":[2.75,0.5,3,0.75]},"east":{"texture":"#0","uv":[3,0.75,2.75,1]},"north":{"texture":"#0","uv":[2.75,0.75,2.5,1]},"south":{"texture":"#0","uv":[3.25,0.75,3,1]},"up":{"texture":"#0","uv":[2.5,0.75,2.75,0.5]},"west":{"texture":"#0","uv":[2.5,0.75,2.25,1]}},"from":[-14,-15.2,-14.4],"shade":false,"to":[-13.2,-14.4,-13.599999]},{"faces":{"down":{"texture":"#0","uv":[4.375,0,4.625,0.75]},"east":{"texture":"#0","uv":[5.125,0.75,4.375,1]},"north":{"texture":"#0","uv":[4.375,0.75,4.125,1]},"south":{"texture":"#0","uv":[5.375,0.75,5.125,1]},"up":{"texture":"#0","uv":[4.125,0.75,4.375,0]},"west":{"texture":"#0","uv":[4.125,0.75,3.375,1]}},"from":[-14,-16,-16],"shade":false,"to":[-13.2,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w546717779_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7435.json b/assets/minecraft/models/w7435.json new file mode 100644 index 000000000..3815482c8 --- /dev/null +++ b/assets/minecraft/models/w7435.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.875,8.25,5.5,8.625]},"east":{"texture":"#0","uv":[5.5,8.625,5.875,9.75]},"north":{"texture":"#0","uv":[5.125,8.625,5.5,9.75]},"south":{"texture":"#0","uv":[5.5,8.625,5.125,9.75]},"up":{"texture":"#0","uv":[5.5,8.625,5.125,8.25]},"west":{"texture":"#0","uv":[5.5,8.625,5.875,9.75]}},"from":[-14,-16,-16],"shade":false,"to":[-12.8,-12.4,-14.8]},{"faces":{"north":{"texture":"#0","uv":[4.625,0,5.375,0.375]},"south":{"texture":"#0","uv":[5.375,0,4.625,0.375]}},"from":[-16,-13.2,-15.4],"rotation":{"angle":-45,"axis":"z","origin":[-13.6,-13.2,-15.4],"rescale":false},"shade":false,"to":[-13.6,-12,-15.4]}],"overrides":[],"textures":{"0":"item/w546717779_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7436.json b/assets/minecraft/models/w7436.json new file mode 100644 index 000000000..929a41660 --- /dev/null +++ b/assets/minecraft/models/w7436.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,8.25,5.875,8.625]},"east":{"texture":"#0","uv":[5.875,8.625,5.5,9.75]},"north":{"texture":"#0","uv":[5.5,8.625,5.125,9.75]},"south":{"texture":"#0","uv":[5.125,8.625,5.5,9.75]},"up":{"texture":"#0","uv":[5.125,8.625,5.5,8.25]},"west":{"texture":"#0","uv":[5.875,8.625,5.5,9.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.4,-14.8]},{"faces":{"north":{"texture":"#0","uv":[5.375,0,4.625,0.375]},"south":{"texture":"#0","uv":[4.625,0,5.375,0.375]}},"from":[-15.2,-13.2,-15.4],"rotation":{"angle":45,"axis":"z","origin":[-15.2,-13.2,-15.4],"rescale":false},"shade":false,"to":[-12.799999,-12,-15.4]}],"overrides":[],"textures":{"0":"item/w546717779_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7437.json b/assets/minecraft/models/w7437.json new file mode 100644 index 000000000..52de3f015 --- /dev/null +++ b/assets/minecraft/models/w7437.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.875,5.875,5.25,6.5]},"east":{"texture":"#0","uv":[4,6.5,4.625,7.125]},"north":{"texture":"#0","uv":[5.25,6.5,4.625,7.125]},"south":{"texture":"#0","uv":[5.875,6.5,6.5,7.125]},"up":{"texture":"#0","uv":[5.25,6.5,4.625,5.875]},"west":{"texture":"#0","uv":[5.25,6.5,5.875,7.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14]}],"overrides":[],"textures":{"0":"item/w546717779_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7438.json b/assets/minecraft/models/w7438.json new file mode 100644 index 000000000..973ecfc25 --- /dev/null +++ b/assets/minecraft/models/w7438.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,5.875,5.875,6.5]},"east":{"texture":"#0","uv":[5.875,6.5,5.25,7.125]},"north":{"texture":"#0","uv":[4.625,6.5,5.25,7.125]},"south":{"texture":"#0","uv":[6.5,6.5,5.875,7.125]},"up":{"texture":"#0","uv":[4.625,6.5,5.25,5.875]},"west":{"texture":"#0","uv":[4.625,6.5,4,7.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14]}],"overrides":[],"textures":{"0":"item/w546717779_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7439.json b/assets/minecraft/models/w7439.json new file mode 100644 index 000000000..f90e6ae87 --- /dev/null +++ b/assets/minecraft/models/w7439.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,7.5,0,13.5]},"east":{"texture":"#0","uv":[0,15,6,13.5]},"north":{"texture":"#0","uv":[0,15,6,13.5]},"south":{"texture":"#0","uv":[0,15,6,13.5]},"up":{"texture":"#0","uv":[12,13.5,6,7.5]},"west":{"texture":"#0","uv":[0,15,6,13.5]}},"from":[8,8,8],"shade":false,"to":[-4.8,4.8,-4.8]}],"overrides":[],"textures":{"0":"item/w897979551_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w744.json b/assets/minecraft/models/w744.json new file mode 100644 index 000000000..362fb6223 --- /dev/null +++ b/assets/minecraft/models/w744.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[12,0,12.5,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.8,-15.8,-16]}],"overrides":[],"textures":{"0":"item/w470059371_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7440.json b/assets/minecraft/models/w7440.json new file mode 100644 index 000000000..0c50e9d0a --- /dev/null +++ b/assets/minecraft/models/w7440.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0,6,6,7.5]},"north":{"texture":"#0","uv":[0,6,6,7.5]},"south":{"texture":"#0","uv":[0,6,6,7.5]},"up":{"texture":"#0","uv":[6,6,0,0]},"west":{"texture":"#0","uv":[0,6,6,7.5]}},"from":[-16,-16,-16],"shade":false,"to":[-6.3999996,-13.6,-6.3999996]}],"overrides":[],"textures":{"0":"item/w897979551_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7441.json b/assets/minecraft/models/w7441.json new file mode 100644 index 000000000..4e0a38993 --- /dev/null +++ b/assets/minecraft/models/w7441.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,5,0,10]},"east":{"texture":"#0","uv":[10,8.5,15,5]},"north":{"texture":"#0","uv":[10,8.5,15,5]},"south":{"texture":"#0","uv":[10,8.5,15,5]},"up":{"texture":"#0","uv":[10,10,5,5]},"west":{"texture":"#0","uv":[10,8.5,15,5]}},"from":[8,8,8],"shade":false,"to":[2.4,3.6,2.4]}],"overrides":[],"textures":{"0":"item/w778977673_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7442.json b/assets/minecraft/models/w7442.json new file mode 100644 index 000000000..1139478f3 --- /dev/null +++ b/assets/minecraft/models/w7442.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,0,5,5]},"east":{"texture":"#0","uv":[10,0,15,3.5]},"north":{"texture":"#0","uv":[10,0,15,3.5]},"south":{"texture":"#0","uv":[10,0,15,3.5]},"up":{"texture":"#0","uv":[5,5,0,0]},"west":{"texture":"#0","uv":[10,0,15,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-13.2,-12]}],"overrides":[],"textures":{"0":"item/w778977673_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7443.json b/assets/minecraft/models/w7443.json new file mode 100644 index 000000000..f35763e0c --- /dev/null +++ b/assets/minecraft/models/w7443.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,7.5,6.5,8]},"east":{"texture":"#0","uv":[5.5,8,6,9.75]},"north":{"texture":"#0","uv":[6,8,6.5,9.75]},"south":{"texture":"#0","uv":[7,8,7.5,9.75]},"up":{"texture":"#0","uv":[6.5,8,6,7.5]},"west":{"texture":"#0","uv":[6.5,8,7,9.75]}},"from":[-16,-15.6,-15.48],"shade":false,"to":[-15.2,-12.8,-14.679999]},{"faces":{"down":{"texture":"#0","uv":[6.25,3.5,5.75,4.25]},"east":{"texture":"#0","uv":[4.5,4.25,5.25,4.5]},"north":{"texture":"#0","uv":[5.25,4.25,5.75,4.5]},"south":{"texture":"#0","uv":[6.5,4.25,7,4.5]},"up":{"texture":"#0","uv":[5.75,4.25,5.25,3.5]},"west":{"texture":"#0","uv":[5.75,4.25,6.5,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w2064247440_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7444.json b/assets/minecraft/models/w7444.json new file mode 100644 index 000000000..31c3671fa --- /dev/null +++ b/assets/minecraft/models/w7444.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,7.5,7,8]},"east":{"texture":"#0","uv":[7,8,6.5,9.75]},"north":{"texture":"#0","uv":[6.5,8,6,9.75]},"south":{"texture":"#0","uv":[7.5,8,7,9.75]},"up":{"texture":"#0","uv":[6,8,6.5,7.5]},"west":{"texture":"#0","uv":[6,8,5.5,9.75]}},"from":[-16,-15.6,-15.48],"shade":false,"to":[-15.2,-12.8,-14.679999]},{"faces":{"down":{"texture":"#0","uv":[5.75,3.5,6.25,4.25]},"east":{"texture":"#0","uv":[6.5,4.25,5.75,4.5]},"north":{"texture":"#0","uv":[5.75,4.25,5.25,4.5]},"south":{"texture":"#0","uv":[7,4.25,6.5,4.5]},"up":{"texture":"#0","uv":[5.25,4.25,5.75,3.5]},"west":{"texture":"#0","uv":[5.25,4.25,4.5,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w2064247440_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7445.json b/assets/minecraft/models/w7445.json new file mode 100644 index 000000000..e1dbb3bc2 --- /dev/null +++ b/assets/minecraft/models/w7445.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,0,7.25,1]},"east":{"texture":"#0","uv":[5.5,1,6.5,2]},"north":{"texture":"#0","uv":[6.5,1,7.25,2]},"south":{"texture":"#0","uv":[8.25,1,9,2]},"up":{"texture":"#0","uv":[7.25,1,6.5,0]},"west":{"texture":"#0","uv":[7.25,1,8.25,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w2064247440_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7446.json b/assets/minecraft/models/w7446.json new file mode 100644 index 000000000..a3012b9a3 --- /dev/null +++ b/assets/minecraft/models/w7446.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,5.5,6.5,6]},"east":{"texture":"#0","uv":[6,6,6.5,6.75]},"north":{"texture":"#0","uv":[6.5,6,6.5,6.75]},"south":{"texture":"#0","uv":[7,6,7,6.75]},"up":{"texture":"#0","uv":[6.5,6,6.5,5.5]},"west":{"texture":"#0","uv":[6.5,6,7,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w2064247440_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7447.json b/assets/minecraft/models/w7447.json new file mode 100644 index 000000000..542f71d26 --- /dev/null +++ b/assets/minecraft/models/w7447.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,0,1,0.5]},"east":{"texture":"#0","uv":[0,0.5,0.5,1.75]},"north":{"texture":"#0","uv":[0.5,0.5,1,1.75]},"south":{"texture":"#0","uv":[1.5,0.5,2,1.75]},"up":{"texture":"#0","uv":[1,0.5,0.5,0]},"west":{"texture":"#0","uv":[1,0.5,1.5,1.75]}},"from":[-16,-15.6,-15.44],"shade":false,"to":[-15.2,-13.6,-14.639999]},{"faces":{"down":{"texture":"#0","uv":[9.75,0,9.25,0.75]},"east":{"texture":"#0","uv":[8,0.75,8.75,1]},"north":{"texture":"#0","uv":[8.75,0.75,9.25,1]},"south":{"texture":"#0","uv":[10,0.75,10.5,1]},"up":{"texture":"#0","uv":[9.25,0.75,8.75,0]},"west":{"texture":"#0","uv":[9.25,0.75,10,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w2064247440_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7448.json b/assets/minecraft/models/w7448.json new file mode 100644 index 000000000..6094bba95 --- /dev/null +++ b/assets/minecraft/models/w7448.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,0,8,1]},"east":{"texture":"#0","uv":[8.25,1,7.25,2]},"north":{"texture":"#0","uv":[7.25,1,6.5,2]},"south":{"texture":"#0","uv":[9,1,8.25,2]},"up":{"texture":"#0","uv":[6.5,1,7.25,0]},"west":{"texture":"#0","uv":[6.5,1,5.5,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w2064247440_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7449.json b/assets/minecraft/models/w7449.json new file mode 100644 index 000000000..8998c568d --- /dev/null +++ b/assets/minecraft/models/w7449.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,5.5,6.5,6]},"east":{"texture":"#0","uv":[7,6,6.5,6.75]},"north":{"texture":"#0","uv":[6.5,6,6.5,6.75]},"south":{"texture":"#0","uv":[7,6,7,6.75]},"up":{"texture":"#0","uv":[6.5,6,6.5,5.5]},"west":{"texture":"#0","uv":[6.5,6,6,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w2064247440_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w745.json b/assets/minecraft/models/w745.json new file mode 100644 index 000000000..fb1c1ec17 --- /dev/null +++ b/assets/minecraft/models/w745.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,6,15,8]},"east":{"texture":"#0","uv":[12,8,14,8]},"north":{"texture":"#0","uv":[14,8,15,8]},"south":{"texture":"#0","uv":[17,8,18,8]},"up":{"texture":"#0","uv":[15,8,14,6]},"west":{"texture":"#0","uv":[15,8,17,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w470059371_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7450.json b/assets/minecraft/models/w7450.json new file mode 100644 index 000000000..a1aa87293 --- /dev/null +++ b/assets/minecraft/models/w7450.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0,1.5,0.5]},"east":{"texture":"#0","uv":[1.5,0.5,1,1.75]},"north":{"texture":"#0","uv":[1,0.5,0.5,1.75]},"south":{"texture":"#0","uv":[2,0.5,1.5,1.75]},"up":{"texture":"#0","uv":[0.5,0.5,1,0]},"west":{"texture":"#0","uv":[0.5,0.5,0,1.75]}},"from":[-16,-15.6,-15.44],"shade":false,"to":[-15.2,-13.6,-14.639999]},{"faces":{"down":{"texture":"#0","uv":[9.25,0,9.75,0.75]},"east":{"texture":"#0","uv":[10,0.75,9.25,1]},"north":{"texture":"#0","uv":[9.25,0.75,8.75,1]},"south":{"texture":"#0","uv":[10.5,0.75,10,1]},"up":{"texture":"#0","uv":[8.75,0.75,9.25,0]},"west":{"texture":"#0","uv":[8.75,0.75,8,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w2064247440_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7451.json b/assets/minecraft/models/w7451.json new file mode 100644 index 000000000..c81a2b2d3 --- /dev/null +++ b/assets/minecraft/models/w7451.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,3.5,3,5]},"east":{"texture":"#0","uv":[0,5,1.5,7.25]},"north":{"texture":"#0","uv":[1.5,5,3,7.25]},"south":{"texture":"#0","uv":[4.5,5,6,7.25]},"up":{"texture":"#0","uv":[3,5,1.5,3.5]},"west":{"texture":"#0","uv":[3,5,4.5,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12.4,-13.4]}],"overrides":[],"textures":{"0":"item/w2064247440_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7452.json b/assets/minecraft/models/w7452.json new file mode 100644 index 000000000..b9692d88d --- /dev/null +++ b/assets/minecraft/models/w7452.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,8.5,3.5,9]},"east":{"texture":"#0","uv":[2.5,9,3,9.5]},"north":{"texture":"#0","uv":[3,9,3.5,9.5]},"south":{"texture":"#0","uv":[4,9,4.5,9.5]},"up":{"texture":"#0","uv":[3.5,9,3,8.5]},"west":{"texture":"#0","uv":[3.5,9,4,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w2064247440_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7453.json b/assets/minecraft/models/w7453.json new file mode 100644 index 000000000..f701a13bb --- /dev/null +++ b/assets/minecraft/models/w7453.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.75,2]},"east":{"texture":"#0","uv":[0,2,2,3.5]},"north":{"texture":"#0","uv":[2,2,3.75,3.5]},"south":{"texture":"#0","uv":[5.75,2,7.5,3.5]},"up":{"texture":"#0","uv":[3.75,2,2,0]},"west":{"texture":"#0","uv":[3.75,2,5.75,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.6,-12.8]}],"overrides":[],"textures":{"0":"item/w2064247440_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7454.json b/assets/minecraft/models/w7454.json new file mode 100644 index 000000000..da96f5bf0 --- /dev/null +++ b/assets/minecraft/models/w7454.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,3.5,0.75,3.5]},"east":{"texture":"#0","uv":[0,3.5,0,4.5]},"north":{"texture":"#0","uv":[0,3.5,0.75,4.5]},"south":{"texture":"#0","uv":[0.75,3.5,1.5,4.5]},"up":{"texture":"#0","uv":[0.75,3.5,0,3.5]},"west":{"texture":"#0","uv":[0.75,3.5,0.75,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w2064247440_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7455.json b/assets/minecraft/models/w7455.json new file mode 100644 index 000000000..0c9235d38 --- /dev/null +++ b/assets/minecraft/models/w7455.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,3.5,1.5,3.5]},"east":{"texture":"#0","uv":[0.75,3.5,0.75,4.5]},"north":{"texture":"#0","uv":[0.75,3.5,0,4.5]},"south":{"texture":"#0","uv":[1.5,3.5,0.75,4.5]},"up":{"texture":"#0","uv":[0,3.5,0.75,3.5]},"west":{"texture":"#0","uv":[0,3.5,0,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w2064247440_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7456.json b/assets/minecraft/models/w7456.json new file mode 100644 index 000000000..b7c1c8525 --- /dev/null +++ b/assets/minecraft/models/w7456.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,2,9.25,3]},"east":{"texture":"#0","uv":[7.5,3,8.5,3.25]},"north":{"texture":"#0","uv":[8.5,3,9,3.25]},"south":{"texture":"#0","uv":[10,3,10.5,3.25]},"up":{"texture":"#0","uv":[9.25,3,8.5,2]},"west":{"texture":"#0","uv":[9,3,10,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.88,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w2064247440_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7457.json b/assets/minecraft/models/w7457.json new file mode 100644 index 000000000..a8c5a5163 --- /dev/null +++ b/assets/minecraft/models/w7457.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,3.5,8.5,4.5]},"east":{"texture":"#0","uv":[6,4.5,7,6]},"north":{"texture":"#0","uv":[7,4.5,8.5,6]},"south":{"texture":"#0","uv":[9.5,4.5,11,6]},"up":{"texture":"#0","uv":[8.5,4.5,7,3.5]},"west":{"texture":"#0","uv":[8.5,4.5,9.5,6]}},"from":[-16,-16,-14.4],"shade":false,"to":[-13.6,-13.6,-12.799999]},{"faces":{"down":{"texture":"#0","uv":[8.5,6,7.75,7]},"east":{"texture":"#0","uv":[6,7,7,7.5]},"north":{"texture":"#0","uv":[7,7,7.75,7.5]},"south":{"texture":"#0","uv":[8.75,7,9.5,7.5]},"up":{"texture":"#0","uv":[7.75,7,7,6]},"west":{"texture":"#0","uv":[7.75,7,8.75,7.5]}},"from":[-15.4,-15.752,-16],"shade":false,"to":[-14.2,-14.952,-14.4]}],"overrides":[],"textures":{"0":"item/w2064247440_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7458.json b/assets/minecraft/models/w7458.json new file mode 100644 index 000000000..8501c63e2 --- /dev/null +++ b/assets/minecraft/models/w7458.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,7.5,8.5,8]},"east":{"texture":"#0","uv":[7.5,8,8,9]},"north":{"texture":"#0","uv":[8,8,8.5,9]},"south":{"texture":"#0","uv":[9,8,9.5,9]},"up":{"texture":"#0","uv":[8.5,8,8,7.5]},"west":{"texture":"#0","uv":[8.5,8,9,9]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-15.04]}],"overrides":[],"textures":{"0":"item/w2064247440_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7459.json b/assets/minecraft/models/w7459.json new file mode 100644 index 000000000..3355979b4 --- /dev/null +++ b/assets/minecraft/models/w7459.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,7.25,1.25,8]},"east":{"texture":"#0","uv":[0,8,0.75,9.5]},"north":{"texture":"#0","uv":[0.75,8,1.25,9.5]},"south":{"texture":"#0","uv":[2,8,2.5,9.5]},"up":{"texture":"#0","uv":[1.25,8,0.75,7.25]},"west":{"texture":"#0","uv":[1.25,8,2,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-13.6,-14.8]}],"overrides":[],"textures":{"0":"item/w2064247440_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w746.json b/assets/minecraft/models/w746.json new file mode 100644 index 000000000..fb1c1ec17 --- /dev/null +++ b/assets/minecraft/models/w746.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,6,15,8]},"east":{"texture":"#0","uv":[12,8,14,8]},"north":{"texture":"#0","uv":[14,8,15,8]},"south":{"texture":"#0","uv":[17,8,18,8]},"up":{"texture":"#0","uv":[15,8,14,6]},"west":{"texture":"#0","uv":[15,8,17,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w470059371_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7460.json b/assets/minecraft/models/w7460.json new file mode 100644 index 000000000..39e8aaa41 --- /dev/null +++ b/assets/minecraft/models/w7460.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.75,6,9.25,6.25]},"east":{"texture":"#0","uv":[8.5,6.25,8.75,7]},"north":{"texture":"#0","uv":[8.75,6.25,9.25,7]},"south":{"texture":"#0","uv":[9.5,6.25,10,7]},"up":{"texture":"#0","uv":[9.25,6.25,8.75,6]},"west":{"texture":"#0","uv":[9.25,6.25,9.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w2064247440_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7461.json b/assets/minecraft/models/w7461.json new file mode 100644 index 000000000..051416a83 --- /dev/null +++ b/assets/minecraft/models/w7461.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,6,9.75,6.25]},"east":{"texture":"#0","uv":[9.5,6.25,9.25,7]},"north":{"texture":"#0","uv":[9.25,6.25,8.75,7]},"south":{"texture":"#0","uv":[10,6.25,9.5,7]},"up":{"texture":"#0","uv":[8.75,6.25,9.25,6]},"west":{"texture":"#0","uv":[8.75,6.25,8.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w2064247440_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7462.json b/assets/minecraft/models/w7462.json new file mode 100644 index 000000000..eb8bd758c --- /dev/null +++ b/assets/minecraft/models/w7462.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,7.25,4,8.25]},"east":{"texture":"#0","uv":[2.5,8.25,3.5,8.5]},"north":{"texture":"#0","uv":[3.5,8.25,4,8.5]},"south":{"texture":"#0","uv":[5,8.25,5.5,8.5]},"up":{"texture":"#0","uv":[4,8.25,3.5,7.25]},"west":{"texture":"#0","uv":[4,8.25,5,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.88,-15.599999,-14.4]}],"overrides":[],"textures":{"0":"item/w2064247440_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7463.json b/assets/minecraft/models/w7463.json new file mode 100644 index 000000000..02daf4eb2 --- /dev/null +++ b/assets/minecraft/models/w7463.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,7.5,6.5,8]},"east":{"texture":"#0","uv":[5.5,8,6,9.75]},"north":{"texture":"#0","uv":[6,8,6.5,9.75]},"south":{"texture":"#0","uv":[7,8,7.5,9.75]},"up":{"texture":"#0","uv":[6.5,8,6,7.5]},"west":{"texture":"#0","uv":[6.5,8,7,9.75]}},"from":[-16,-15.6,-15.48],"shade":false,"to":[-15.2,-12.8,-14.679999]},{"faces":{"down":{"texture":"#0","uv":[6.25,3.5,5.75,4.25]},"east":{"texture":"#0","uv":[4.5,4.25,5.25,4.5]},"north":{"texture":"#0","uv":[5.25,4.25,5.75,4.5]},"south":{"texture":"#0","uv":[6.5,4.25,7,4.5]},"up":{"texture":"#0","uv":[5.75,4.25,5.25,3.5]},"west":{"texture":"#0","uv":[5.75,4.25,6.5,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1668447488_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7464.json b/assets/minecraft/models/w7464.json new file mode 100644 index 000000000..507970eda --- /dev/null +++ b/assets/minecraft/models/w7464.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,7.5,7,8]},"east":{"texture":"#0","uv":[7,8,6.5,9.75]},"north":{"texture":"#0","uv":[6.5,8,6,9.75]},"south":{"texture":"#0","uv":[7.5,8,7,9.75]},"up":{"texture":"#0","uv":[6,8,6.5,7.5]},"west":{"texture":"#0","uv":[6,8,5.5,9.75]}},"from":[-16,-15.6,-15.48],"shade":false,"to":[-15.2,-12.8,-14.679999]},{"faces":{"down":{"texture":"#0","uv":[5.75,3.5,6.25,4.25]},"east":{"texture":"#0","uv":[6.5,4.25,5.75,4.5]},"north":{"texture":"#0","uv":[5.75,4.25,5.25,4.5]},"south":{"texture":"#0","uv":[7,4.25,6.5,4.5]},"up":{"texture":"#0","uv":[5.25,4.25,5.75,3.5]},"west":{"texture":"#0","uv":[5.25,4.25,4.5,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1668447488_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7465.json b/assets/minecraft/models/w7465.json new file mode 100644 index 000000000..80558a582 --- /dev/null +++ b/assets/minecraft/models/w7465.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,0,7.25,1]},"east":{"texture":"#0","uv":[5.5,1,6.5,2]},"north":{"texture":"#0","uv":[6.5,1,7.25,2]},"south":{"texture":"#0","uv":[8.25,1,9,2]},"up":{"texture":"#0","uv":[7.25,1,6.5,0]},"west":{"texture":"#0","uv":[7.25,1,8.25,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1668447488_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7466.json b/assets/minecraft/models/w7466.json new file mode 100644 index 000000000..08bd8d3e5 --- /dev/null +++ b/assets/minecraft/models/w7466.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,5.5,6.5,6]},"east":{"texture":"#0","uv":[6,6,6.5,6.75]},"north":{"texture":"#0","uv":[6.5,6,6.5,6.75]},"south":{"texture":"#0","uv":[7,6,7,6.75]},"up":{"texture":"#0","uv":[6.5,6,6.5,5.5]},"west":{"texture":"#0","uv":[6.5,6,7,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1668447488_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7467.json b/assets/minecraft/models/w7467.json new file mode 100644 index 000000000..8157fd1fd --- /dev/null +++ b/assets/minecraft/models/w7467.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,0,1,0.5]},"east":{"texture":"#0","uv":[0,0.5,0.5,1.75]},"north":{"texture":"#0","uv":[0.5,0.5,1,1.75]},"south":{"texture":"#0","uv":[1.5,0.5,2,1.75]},"up":{"texture":"#0","uv":[1,0.5,0.5,0]},"west":{"texture":"#0","uv":[1,0.5,1.5,1.75]}},"from":[-16,-15.6,-15.44],"shade":false,"to":[-15.2,-13.6,-14.639999]},{"faces":{"down":{"texture":"#0","uv":[9.75,0,9.25,0.75]},"east":{"texture":"#0","uv":[8,0.75,8.75,1]},"north":{"texture":"#0","uv":[8.75,0.75,9.25,1]},"south":{"texture":"#0","uv":[10,0.75,10.5,1]},"up":{"texture":"#0","uv":[9.25,0.75,8.75,0]},"west":{"texture":"#0","uv":[9.25,0.75,10,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1668447488_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7468.json b/assets/minecraft/models/w7468.json new file mode 100644 index 000000000..cf7b857ad --- /dev/null +++ b/assets/minecraft/models/w7468.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,0,8,1]},"east":{"texture":"#0","uv":[8.25,1,7.25,2]},"north":{"texture":"#0","uv":[7.25,1,6.5,2]},"south":{"texture":"#0","uv":[9,1,8.25,2]},"up":{"texture":"#0","uv":[6.5,1,7.25,0]},"west":{"texture":"#0","uv":[6.5,1,5.5,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1668447488_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7469.json b/assets/minecraft/models/w7469.json new file mode 100644 index 000000000..e9f358316 --- /dev/null +++ b/assets/minecraft/models/w7469.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,5.5,6.5,6]},"east":{"texture":"#0","uv":[7,6,6.5,6.75]},"north":{"texture":"#0","uv":[6.5,6,6.5,6.75]},"south":{"texture":"#0","uv":[7,6,7,6.75]},"up":{"texture":"#0","uv":[6.5,6,6.5,5.5]},"west":{"texture":"#0","uv":[6.5,6,6,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1668447488_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w747.json b/assets/minecraft/models/w747.json new file mode 100644 index 000000000..fb1c1ec17 --- /dev/null +++ b/assets/minecraft/models/w747.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,6,15,8]},"east":{"texture":"#0","uv":[12,8,14,8]},"north":{"texture":"#0","uv":[14,8,15,8]},"south":{"texture":"#0","uv":[17,8,18,8]},"up":{"texture":"#0","uv":[15,8,14,6]},"west":{"texture":"#0","uv":[15,8,17,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w470059371_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7470.json b/assets/minecraft/models/w7470.json new file mode 100644 index 000000000..b12636b8b --- /dev/null +++ b/assets/minecraft/models/w7470.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0,1.5,0.5]},"east":{"texture":"#0","uv":[1.5,0.5,1,1.75]},"north":{"texture":"#0","uv":[1,0.5,0.5,1.75]},"south":{"texture":"#0","uv":[2,0.5,1.5,1.75]},"up":{"texture":"#0","uv":[0.5,0.5,1,0]},"west":{"texture":"#0","uv":[0.5,0.5,0,1.75]}},"from":[-16,-15.6,-15.44],"shade":false,"to":[-15.2,-13.6,-14.639999]},{"faces":{"down":{"texture":"#0","uv":[9.25,0,9.75,0.75]},"east":{"texture":"#0","uv":[10,0.75,9.25,1]},"north":{"texture":"#0","uv":[9.25,0.75,8.75,1]},"south":{"texture":"#0","uv":[10.5,0.75,10,1]},"up":{"texture":"#0","uv":[8.75,0.75,9.25,0]},"west":{"texture":"#0","uv":[8.75,0.75,8,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1668447488_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7471.json b/assets/minecraft/models/w7471.json new file mode 100644 index 000000000..4a2988c3b --- /dev/null +++ b/assets/minecraft/models/w7471.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,3.5,3,5]},"east":{"texture":"#0","uv":[0,5,1.5,7.25]},"north":{"texture":"#0","uv":[1.5,5,3,7.25]},"south":{"texture":"#0","uv":[4.5,5,6,7.25]},"up":{"texture":"#0","uv":[3,5,1.5,3.5]},"west":{"texture":"#0","uv":[3,5,4.5,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12.4,-13.4]}],"overrides":[],"textures":{"0":"item/w1668447488_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7472.json b/assets/minecraft/models/w7472.json new file mode 100644 index 000000000..b08290098 --- /dev/null +++ b/assets/minecraft/models/w7472.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,8.5,3.5,9]},"east":{"texture":"#0","uv":[2.5,9,3,9.5]},"north":{"texture":"#0","uv":[3,9,3.5,9.5]},"south":{"texture":"#0","uv":[4,9,4.5,9.5]},"up":{"texture":"#0","uv":[3.5,9,3,8.5]},"west":{"texture":"#0","uv":[3.5,9,4,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w1668447488_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7473.json b/assets/minecraft/models/w7473.json new file mode 100644 index 000000000..991cfaaed --- /dev/null +++ b/assets/minecraft/models/w7473.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.75,2]},"east":{"texture":"#0","uv":[0,2,2,3.5]},"north":{"texture":"#0","uv":[2,2,3.75,3.5]},"south":{"texture":"#0","uv":[5.75,2,7.5,3.5]},"up":{"texture":"#0","uv":[3.75,2,2,0]},"west":{"texture":"#0","uv":[3.75,2,5.75,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.6,-12.8]}],"overrides":[],"textures":{"0":"item/w1668447488_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7474.json b/assets/minecraft/models/w7474.json new file mode 100644 index 000000000..c2b3a4d9c --- /dev/null +++ b/assets/minecraft/models/w7474.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,3.5,0.75,3.5]},"east":{"texture":"#0","uv":[0,3.5,0,4.5]},"north":{"texture":"#0","uv":[0,3.5,0.75,4.5]},"south":{"texture":"#0","uv":[0.75,3.5,1.5,4.5]},"up":{"texture":"#0","uv":[0.75,3.5,0,3.5]},"west":{"texture":"#0","uv":[0.75,3.5,0.75,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1668447488_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7475.json b/assets/minecraft/models/w7475.json new file mode 100644 index 000000000..e4251bc6f --- /dev/null +++ b/assets/minecraft/models/w7475.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,3.5,1.5,3.5]},"east":{"texture":"#0","uv":[0.75,3.5,0.75,4.5]},"north":{"texture":"#0","uv":[0.75,3.5,0,4.5]},"south":{"texture":"#0","uv":[1.5,3.5,0.75,4.5]},"up":{"texture":"#0","uv":[0,3.5,0.75,3.5]},"west":{"texture":"#0","uv":[0,3.5,0,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1668447488_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7476.json b/assets/minecraft/models/w7476.json new file mode 100644 index 000000000..5e130ddfa --- /dev/null +++ b/assets/minecraft/models/w7476.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,2,9.25,3]},"east":{"texture":"#0","uv":[7.5,3,8.5,3.25]},"north":{"texture":"#0","uv":[8.5,3,9,3.25]},"south":{"texture":"#0","uv":[10,3,10.5,3.25]},"up":{"texture":"#0","uv":[9.25,3,8.5,2]},"west":{"texture":"#0","uv":[9,3,10,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.88,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w1668447488_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7477.json b/assets/minecraft/models/w7477.json new file mode 100644 index 000000000..1a793eab7 --- /dev/null +++ b/assets/minecraft/models/w7477.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,3.5,8.5,4.5]},"east":{"texture":"#0","uv":[6,4.5,7,6]},"north":{"texture":"#0","uv":[7,4.5,8.5,6]},"south":{"texture":"#0","uv":[9.5,4.5,11,6]},"up":{"texture":"#0","uv":[8.5,4.5,7,3.5]},"west":{"texture":"#0","uv":[8.5,4.5,9.5,6]}},"from":[-16,-16,-14.4],"shade":false,"to":[-13.6,-13.6,-12.799999]},{"faces":{"down":{"texture":"#0","uv":[8.5,6,7.75,7]},"east":{"texture":"#0","uv":[6,7,7,7.5]},"north":{"texture":"#0","uv":[7,7,7.75,7.5]},"south":{"texture":"#0","uv":[8.75,7,9.5,7.5]},"up":{"texture":"#0","uv":[7.75,7,7,6]},"west":{"texture":"#0","uv":[7.75,7,8.75,7.5]}},"from":[-15.4,-15.752,-16],"shade":false,"to":[-14.2,-14.952,-14.4]}],"overrides":[],"textures":{"0":"item/w1668447488_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7478.json b/assets/minecraft/models/w7478.json new file mode 100644 index 000000000..24fb6d02b --- /dev/null +++ b/assets/minecraft/models/w7478.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,7.5,8.5,8]},"east":{"texture":"#0","uv":[7.5,8,8,9]},"north":{"texture":"#0","uv":[8,8,8.5,9]},"south":{"texture":"#0","uv":[9,8,9.5,9]},"up":{"texture":"#0","uv":[8.5,8,8,7.5]},"west":{"texture":"#0","uv":[8.5,8,9,9]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-15.04]}],"overrides":[],"textures":{"0":"item/w1668447488_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7479.json b/assets/minecraft/models/w7479.json new file mode 100644 index 000000000..e9de67b0f --- /dev/null +++ b/assets/minecraft/models/w7479.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,7.25,1.25,8]},"east":{"texture":"#0","uv":[0,8,0.75,9.5]},"north":{"texture":"#0","uv":[0.75,8,1.25,9.5]},"south":{"texture":"#0","uv":[2,8,2.5,9.5]},"up":{"texture":"#0","uv":[1.25,8,0.75,7.25]},"west":{"texture":"#0","uv":[1.25,8,2,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-13.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1668447488_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w748.json b/assets/minecraft/models/w748.json new file mode 100644 index 000000000..fb1c1ec17 --- /dev/null +++ b/assets/minecraft/models/w748.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,6,15,8]},"east":{"texture":"#0","uv":[12,8,14,8]},"north":{"texture":"#0","uv":[14,8,15,8]},"south":{"texture":"#0","uv":[17,8,18,8]},"up":{"texture":"#0","uv":[15,8,14,6]},"west":{"texture":"#0","uv":[15,8,17,8]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w470059371_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7480.json b/assets/minecraft/models/w7480.json new file mode 100644 index 000000000..7cdd71d11 --- /dev/null +++ b/assets/minecraft/models/w7480.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.75,6,9.25,6.25]},"east":{"texture":"#0","uv":[8.5,6.25,8.75,7]},"north":{"texture":"#0","uv":[8.75,6.25,9.25,7]},"south":{"texture":"#0","uv":[9.5,6.25,10,7]},"up":{"texture":"#0","uv":[9.25,6.25,8.75,6]},"west":{"texture":"#0","uv":[9.25,6.25,9.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1668447488_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7481.json b/assets/minecraft/models/w7481.json new file mode 100644 index 000000000..2432e5062 --- /dev/null +++ b/assets/minecraft/models/w7481.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,6,9.75,6.25]},"east":{"texture":"#0","uv":[9.5,6.25,9.25,7]},"north":{"texture":"#0","uv":[9.25,6.25,8.75,7]},"south":{"texture":"#0","uv":[10,6.25,9.5,7]},"up":{"texture":"#0","uv":[8.75,6.25,9.25,6]},"west":{"texture":"#0","uv":[8.75,6.25,8.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1668447488_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7482.json b/assets/minecraft/models/w7482.json new file mode 100644 index 000000000..721f8222f --- /dev/null +++ b/assets/minecraft/models/w7482.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,7.25,4,8.25]},"east":{"texture":"#0","uv":[2.5,8.25,3.5,8.5]},"north":{"texture":"#0","uv":[3.5,8.25,4,8.5]},"south":{"texture":"#0","uv":[5,8.25,5.5,8.5]},"up":{"texture":"#0","uv":[4,8.25,3.5,7.25]},"west":{"texture":"#0","uv":[4,8.25,5,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.88,-15.599999,-14.4]}],"overrides":[],"textures":{"0":"item/w1668447488_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7483.json b/assets/minecraft/models/w7483.json new file mode 100644 index 000000000..ee958180c --- /dev/null +++ b/assets/minecraft/models/w7483.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,7.5,6.5,8]},"east":{"texture":"#0","uv":[5.5,8,6,9.75]},"north":{"texture":"#0","uv":[6,8,6.5,9.75]},"south":{"texture":"#0","uv":[7,8,7.5,9.75]},"up":{"texture":"#0","uv":[6.5,8,6,7.5]},"west":{"texture":"#0","uv":[6.5,8,7,9.75]}},"from":[-16,-15.6,-15.48],"shade":false,"to":[-15.2,-12.8,-14.679999]},{"faces":{"down":{"texture":"#0","uv":[6.25,3.5,5.75,4.25]},"east":{"texture":"#0","uv":[4.5,4.25,5.25,4.5]},"north":{"texture":"#0","uv":[5.25,4.25,5.75,4.5]},"south":{"texture":"#0","uv":[6.5,4.25,7,4.5]},"up":{"texture":"#0","uv":[5.75,4.25,5.25,3.5]},"west":{"texture":"#0","uv":[5.75,4.25,6.5,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w2064327493_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7484.json b/assets/minecraft/models/w7484.json new file mode 100644 index 000000000..3917a33e3 --- /dev/null +++ b/assets/minecraft/models/w7484.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,7.5,7,8]},"east":{"texture":"#0","uv":[7,8,6.5,9.75]},"north":{"texture":"#0","uv":[6.5,8,6,9.75]},"south":{"texture":"#0","uv":[7.5,8,7,9.75]},"up":{"texture":"#0","uv":[6,8,6.5,7.5]},"west":{"texture":"#0","uv":[6,8,5.5,9.75]}},"from":[-16,-15.6,-15.48],"shade":false,"to":[-15.2,-12.8,-14.679999]},{"faces":{"down":{"texture":"#0","uv":[5.75,3.5,6.25,4.25]},"east":{"texture":"#0","uv":[6.5,4.25,5.75,4.5]},"north":{"texture":"#0","uv":[5.75,4.25,5.25,4.5]},"south":{"texture":"#0","uv":[7,4.25,6.5,4.5]},"up":{"texture":"#0","uv":[5.25,4.25,5.75,3.5]},"west":{"texture":"#0","uv":[5.25,4.25,4.5,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w2064327493_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7485.json b/assets/minecraft/models/w7485.json new file mode 100644 index 000000000..77f23bfec --- /dev/null +++ b/assets/minecraft/models/w7485.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,0,7.25,1]},"east":{"texture":"#0","uv":[5.5,1,6.5,2]},"north":{"texture":"#0","uv":[6.5,1,7.25,2]},"south":{"texture":"#0","uv":[8.25,1,9,2]},"up":{"texture":"#0","uv":[7.25,1,6.5,0]},"west":{"texture":"#0","uv":[7.25,1,8.25,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w2064327493_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7486.json b/assets/minecraft/models/w7486.json new file mode 100644 index 000000000..acf3fd50c --- /dev/null +++ b/assets/minecraft/models/w7486.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,5.5,6.5,6]},"east":{"texture":"#0","uv":[6,6,6.5,6.75]},"north":{"texture":"#0","uv":[6.5,6,6.5,6.75]},"south":{"texture":"#0","uv":[7,6,7,6.75]},"up":{"texture":"#0","uv":[6.5,6,6.5,5.5]},"west":{"texture":"#0","uv":[6.5,6,7,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w2064327493_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7487.json b/assets/minecraft/models/w7487.json new file mode 100644 index 000000000..39640b7a7 --- /dev/null +++ b/assets/minecraft/models/w7487.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,0,1,0.5]},"east":{"texture":"#0","uv":[0,0.5,0.5,1.75]},"north":{"texture":"#0","uv":[0.5,0.5,1,1.75]},"south":{"texture":"#0","uv":[1.5,0.5,2,1.75]},"up":{"texture":"#0","uv":[1,0.5,0.5,0]},"west":{"texture":"#0","uv":[1,0.5,1.5,1.75]}},"from":[-16,-15.6,-15.44],"shade":false,"to":[-15.2,-13.6,-14.639999]},{"faces":{"down":{"texture":"#0","uv":[9.75,0,9.25,0.75]},"east":{"texture":"#0","uv":[8,0.75,8.75,1]},"north":{"texture":"#0","uv":[8.75,0.75,9.25,1]},"south":{"texture":"#0","uv":[10,0.75,10.5,1]},"up":{"texture":"#0","uv":[9.25,0.75,8.75,0]},"west":{"texture":"#0","uv":[9.25,0.75,10,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w2064327493_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7488.json b/assets/minecraft/models/w7488.json new file mode 100644 index 000000000..399fd8409 --- /dev/null +++ b/assets/minecraft/models/w7488.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,0,8,1]},"east":{"texture":"#0","uv":[8.25,1,7.25,2]},"north":{"texture":"#0","uv":[7.25,1,6.5,2]},"south":{"texture":"#0","uv":[9,1,8.25,2]},"up":{"texture":"#0","uv":[6.5,1,7.25,0]},"west":{"texture":"#0","uv":[6.5,1,5.5,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w2064327493_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7489.json b/assets/minecraft/models/w7489.json new file mode 100644 index 000000000..4fea90b4e --- /dev/null +++ b/assets/minecraft/models/w7489.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,5.5,6.5,6]},"east":{"texture":"#0","uv":[7,6,6.5,6.75]},"north":{"texture":"#0","uv":[6.5,6,6.5,6.75]},"south":{"texture":"#0","uv":[7,6,7,6.75]},"up":{"texture":"#0","uv":[6.5,6,6.5,5.5]},"west":{"texture":"#0","uv":[6.5,6,6,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w2064327493_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w749.json b/assets/minecraft/models/w749.json new file mode 100644 index 000000000..fa6dcb380 --- /dev/null +++ b/assets/minecraft/models/w749.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,0,6,3]},"east":{"texture":"#0","uv":[0,3,3,6]},"north":{"texture":"#0","uv":[3,3,6,6]},"south":{"texture":"#0","uv":[9,3,12,6]},"up":{"texture":"#0","uv":[6,3,3,0]},"west":{"texture":"#0","uv":[6,3,9,6]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]},{"faces":{"down":{"texture":"#0","uv":[11,3,11,6]},"east":{"texture":"#0","uv":[8,6,11,9]},"north":{"texture":"#0","uv":[11,6,11,9]},"south":{"texture":"#0","uv":[14,6,14,9]},"up":{"texture":"#0","uv":[11,6,11,3]},"west":{"texture":"#0","uv":[11,6,14,9]}},"from":[-15.4,-16,-14.8],"shade":false,"to":[-15.4,-14.8,-13.6]}],"overrides":[],"textures":{"0":"item/w1054333355_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7490.json b/assets/minecraft/models/w7490.json new file mode 100644 index 000000000..a22f741ec --- /dev/null +++ b/assets/minecraft/models/w7490.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0,1.5,0.5]},"east":{"texture":"#0","uv":[1.5,0.5,1,1.75]},"north":{"texture":"#0","uv":[1,0.5,0.5,1.75]},"south":{"texture":"#0","uv":[2,0.5,1.5,1.75]},"up":{"texture":"#0","uv":[0.5,0.5,1,0]},"west":{"texture":"#0","uv":[0.5,0.5,0,1.75]}},"from":[-16,-15.6,-15.44],"shade":false,"to":[-15.2,-13.6,-14.639999]},{"faces":{"down":{"texture":"#0","uv":[9.25,0,9.75,0.75]},"east":{"texture":"#0","uv":[10,0.75,9.25,1]},"north":{"texture":"#0","uv":[9.25,0.75,8.75,1]},"south":{"texture":"#0","uv":[10.5,0.75,10,1]},"up":{"texture":"#0","uv":[8.75,0.75,9.25,0]},"west":{"texture":"#0","uv":[8.75,0.75,8,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w2064327493_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7491.json b/assets/minecraft/models/w7491.json new file mode 100644 index 000000000..28a5677d8 --- /dev/null +++ b/assets/minecraft/models/w7491.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,3.5,3,5]},"east":{"texture":"#0","uv":[0,5,1.5,7.25]},"north":{"texture":"#0","uv":[1.5,5,3,7.25]},"south":{"texture":"#0","uv":[4.5,5,6,7.25]},"up":{"texture":"#0","uv":[3,5,1.5,3.5]},"west":{"texture":"#0","uv":[3,5,4.5,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12.4,-13.4]}],"overrides":[],"textures":{"0":"item/w2064327493_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7492.json b/assets/minecraft/models/w7492.json new file mode 100644 index 000000000..d9f91abde --- /dev/null +++ b/assets/minecraft/models/w7492.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,8.5,3.5,9]},"east":{"texture":"#0","uv":[2.5,9,3,9.5]},"north":{"texture":"#0","uv":[3,9,3.5,9.5]},"south":{"texture":"#0","uv":[4,9,4.5,9.5]},"up":{"texture":"#0","uv":[3.5,9,3,8.5]},"west":{"texture":"#0","uv":[3.5,9,4,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w2064327493_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7493.json b/assets/minecraft/models/w7493.json new file mode 100644 index 000000000..4af379466 --- /dev/null +++ b/assets/minecraft/models/w7493.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.75,2]},"east":{"texture":"#0","uv":[0,2,2,3.5]},"north":{"texture":"#0","uv":[2,2,3.75,3.5]},"south":{"texture":"#0","uv":[5.75,2,7.5,3.5]},"up":{"texture":"#0","uv":[3.75,2,2,0]},"west":{"texture":"#0","uv":[3.75,2,5.75,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.6,-12.8]}],"overrides":[],"textures":{"0":"item/w2064327493_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7494.json b/assets/minecraft/models/w7494.json new file mode 100644 index 000000000..70a585512 --- /dev/null +++ b/assets/minecraft/models/w7494.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,3.5,0.75,3.5]},"east":{"texture":"#0","uv":[0,3.5,0,4.5]},"north":{"texture":"#0","uv":[0,3.5,0.75,4.5]},"south":{"texture":"#0","uv":[0.75,3.5,1.5,4.5]},"up":{"texture":"#0","uv":[0.75,3.5,0,3.5]},"west":{"texture":"#0","uv":[0.75,3.5,0.75,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w2064327493_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7495.json b/assets/minecraft/models/w7495.json new file mode 100644 index 000000000..6919c1995 --- /dev/null +++ b/assets/minecraft/models/w7495.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,3.5,1.5,3.5]},"east":{"texture":"#0","uv":[0.75,3.5,0.75,4.5]},"north":{"texture":"#0","uv":[0.75,3.5,0,4.5]},"south":{"texture":"#0","uv":[1.5,3.5,0.75,4.5]},"up":{"texture":"#0","uv":[0,3.5,0.75,3.5]},"west":{"texture":"#0","uv":[0,3.5,0,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w2064327493_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7496.json b/assets/minecraft/models/w7496.json new file mode 100644 index 000000000..48a65fa58 --- /dev/null +++ b/assets/minecraft/models/w7496.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,2,9.25,3]},"east":{"texture":"#0","uv":[7.5,3,8.5,3.25]},"north":{"texture":"#0","uv":[8.5,3,9,3.25]},"south":{"texture":"#0","uv":[10,3,10.5,3.25]},"up":{"texture":"#0","uv":[9.25,3,8.5,2]},"west":{"texture":"#0","uv":[9,3,10,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.88,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w2064327493_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7497.json b/assets/minecraft/models/w7497.json new file mode 100644 index 000000000..a68340452 --- /dev/null +++ b/assets/minecraft/models/w7497.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,3.5,8.5,4.5]},"east":{"texture":"#0","uv":[6,4.5,7,6]},"north":{"texture":"#0","uv":[7,4.5,8.5,6]},"south":{"texture":"#0","uv":[9.5,4.5,11,6]},"up":{"texture":"#0","uv":[8.5,4.5,7,3.5]},"west":{"texture":"#0","uv":[8.5,4.5,9.5,6]}},"from":[-16,-16,-14.4],"shade":false,"to":[-13.6,-13.6,-12.799999]},{"faces":{"down":{"texture":"#0","uv":[8.5,6,7.75,7]},"east":{"texture":"#0","uv":[6,7,7,7.5]},"north":{"texture":"#0","uv":[7,7,7.75,7.5]},"south":{"texture":"#0","uv":[8.75,7,9.5,7.5]},"up":{"texture":"#0","uv":[7.75,7,7,6]},"west":{"texture":"#0","uv":[7.75,7,8.75,7.5]}},"from":[-15.4,-15.752,-16],"shade":false,"to":[-14.2,-14.952,-14.4]}],"overrides":[],"textures":{"0":"item/w2064327493_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7498.json b/assets/minecraft/models/w7498.json new file mode 100644 index 000000000..1533d4278 --- /dev/null +++ b/assets/minecraft/models/w7498.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,7.5,8.5,8]},"east":{"texture":"#0","uv":[7.5,8,8,9]},"north":{"texture":"#0","uv":[8,8,8.5,9]},"south":{"texture":"#0","uv":[9,8,9.5,9]},"up":{"texture":"#0","uv":[8.5,8,8,7.5]},"west":{"texture":"#0","uv":[8.5,8,9,9]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-15.04]}],"overrides":[],"textures":{"0":"item/w2064327493_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7499.json b/assets/minecraft/models/w7499.json new file mode 100644 index 000000000..d03fce546 --- /dev/null +++ b/assets/minecraft/models/w7499.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,7.25,1.25,8]},"east":{"texture":"#0","uv":[0,8,0.75,9.5]},"north":{"texture":"#0","uv":[0.75,8,1.25,9.5]},"south":{"texture":"#0","uv":[2,8,2.5,9.5]},"up":{"texture":"#0","uv":[1.25,8,0.75,7.25]},"west":{"texture":"#0","uv":[1.25,8,2,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-13.6,-14.8]}],"overrides":[],"textures":{"0":"item/w2064327493_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w75.json b/assets/minecraft/models/w75.json new file mode 100644 index 000000000..35ef03e0a --- /dev/null +++ b/assets/minecraft/models/w75.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.625,5.625,4.75,6.5]},"east":{"texture":"#0","uv":[3,6.5,3.875,7.375]},"north":{"texture":"#0","uv":[3.875,6.5,4.75,7.375]},"south":{"texture":"#0","uv":[5.625,6.5,6.5,7.375]},"up":{"texture":"#0","uv":[4.75,6.5,3.875,5.625]},"west":{"texture":"#0","uv":[4.75,6.5,5.625,7.375]}},"from":[-16,-16,-14],"shade":false,"to":[-13.2,-13.2,-11.2]},{"faces":{"down":{"texture":"#0","uv":[1.25,7.25,0.625,7.875]},"east":{"texture":"#0","uv":[0,7.875,0.625,8.375]},"north":{"texture":"#0","uv":[0.625,7.875,1.25,8.375]},"south":{"texture":"#0","uv":[1.25,7.375,1.875,7.875]},"up":{"texture":"#0","uv":[0.625,7.875,0,7.25]},"west":{"texture":"#0","uv":[1.25,7.875,1.875,8.375]}},"from":[-15.6,-15.4,-16],"shade":false,"to":[-13.6,-13.799999,-14]}],"overrides":[],"textures":{"0":"item/w1081588330_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w750.json b/assets/minecraft/models/w750.json new file mode 100644 index 000000000..1badce2fe --- /dev/null +++ b/assets/minecraft/models/w750.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,4,13,5]},"east":{"texture":"#0","uv":[11,5,12,5]},"north":{"texture":"#0","uv":[12,5,13,5]},"south":{"texture":"#0","uv":[14,5,15,5]},"up":{"texture":"#0","uv":[13,5,12,4]},"west":{"texture":"#0","uv":[13,5,14,5]}},"from":[-16,-15.99,-16],"shade":false,"to":[-15.6,-15.99,-15.6]},{"faces":{"down":{"texture":"#0","uv":[14,2,13,2]},"east":{"texture":"#0","uv":[12,2,12,4]},"north":{"texture":"#0","uv":[12,2,13,4]},"south":{"texture":"#0","uv":[13,2,14,4]},"up":{"texture":"#0","uv":[13,2,12,2]},"west":{"texture":"#0","uv":[13,2,13,4]}},"from":[-16,-16,-15.6],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1054333355_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7500.json b/assets/minecraft/models/w7500.json new file mode 100644 index 000000000..fc2ac07ee --- /dev/null +++ b/assets/minecraft/models/w7500.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.75,6,9.25,6.25]},"east":{"texture":"#0","uv":[8.5,6.25,8.75,7]},"north":{"texture":"#0","uv":[8.75,6.25,9.25,7]},"south":{"texture":"#0","uv":[9.5,6.25,10,7]},"up":{"texture":"#0","uv":[9.25,6.25,8.75,6]},"west":{"texture":"#0","uv":[9.25,6.25,9.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w2064327493_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7501.json b/assets/minecraft/models/w7501.json new file mode 100644 index 000000000..deb01f38c --- /dev/null +++ b/assets/minecraft/models/w7501.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,6,9.75,6.25]},"east":{"texture":"#0","uv":[9.5,6.25,9.25,7]},"north":{"texture":"#0","uv":[9.25,6.25,8.75,7]},"south":{"texture":"#0","uv":[10,6.25,9.5,7]},"up":{"texture":"#0","uv":[8.75,6.25,9.25,6]},"west":{"texture":"#0","uv":[8.75,6.25,8.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w2064327493_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7502.json b/assets/minecraft/models/w7502.json new file mode 100644 index 000000000..cc644ab38 --- /dev/null +++ b/assets/minecraft/models/w7502.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,7.25,4,8.25]},"east":{"texture":"#0","uv":[2.5,8.25,3.5,8.5]},"north":{"texture":"#0","uv":[3.5,8.25,4,8.5]},"south":{"texture":"#0","uv":[5,8.25,5.5,8.5]},"up":{"texture":"#0","uv":[4,8.25,3.5,7.25]},"west":{"texture":"#0","uv":[4,8.25,5,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.88,-15.599999,-14.4]}],"overrides":[],"textures":{"0":"item/w2064327493_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7503.json b/assets/minecraft/models/w7503.json new file mode 100644 index 000000000..bbe3ef6ba --- /dev/null +++ b/assets/minecraft/models/w7503.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,7.5,6.5,8]},"east":{"texture":"#0","uv":[5.5,8,6,9.75]},"north":{"texture":"#0","uv":[6,8,6.5,9.75]},"south":{"texture":"#0","uv":[7,8,7.5,9.75]},"up":{"texture":"#0","uv":[6.5,8,6,7.5]},"west":{"texture":"#0","uv":[6.5,8,7,9.75]}},"from":[-16,-15.6,-15.48],"shade":false,"to":[-15.2,-12.8,-14.679999]},{"faces":{"down":{"texture":"#0","uv":[6.25,3.5,5.75,4.25]},"east":{"texture":"#0","uv":[4.5,4.25,5.25,4.5]},"north":{"texture":"#0","uv":[5.25,4.25,5.75,4.5]},"south":{"texture":"#0","uv":[6.5,4.25,7,4.5]},"up":{"texture":"#0","uv":[5.75,4.25,5.25,3.5]},"west":{"texture":"#0","uv":[5.75,4.25,6.5,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1717485251_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7504.json b/assets/minecraft/models/w7504.json new file mode 100644 index 000000000..fc3e31dc8 --- /dev/null +++ b/assets/minecraft/models/w7504.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,7.5,7,8]},"east":{"texture":"#0","uv":[7,8,6.5,9.75]},"north":{"texture":"#0","uv":[6.5,8,6,9.75]},"south":{"texture":"#0","uv":[7.5,8,7,9.75]},"up":{"texture":"#0","uv":[6,8,6.5,7.5]},"west":{"texture":"#0","uv":[6,8,5.5,9.75]}},"from":[-16,-15.6,-15.48],"shade":false,"to":[-15.2,-12.8,-14.679999]},{"faces":{"down":{"texture":"#0","uv":[5.75,3.5,6.25,4.25]},"east":{"texture":"#0","uv":[6.5,4.25,5.75,4.5]},"north":{"texture":"#0","uv":[5.75,4.25,5.25,4.5]},"south":{"texture":"#0","uv":[7,4.25,6.5,4.5]},"up":{"texture":"#0","uv":[5.25,4.25,5.75,3.5]},"west":{"texture":"#0","uv":[5.25,4.25,4.5,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1717485251_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7505.json b/assets/minecraft/models/w7505.json new file mode 100644 index 000000000..7e441bed3 --- /dev/null +++ b/assets/minecraft/models/w7505.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,0,7.25,1]},"east":{"texture":"#0","uv":[5.5,1,6.5,2]},"north":{"texture":"#0","uv":[6.5,1,7.25,2]},"south":{"texture":"#0","uv":[8.25,1,9,2]},"up":{"texture":"#0","uv":[7.25,1,6.5,0]},"west":{"texture":"#0","uv":[7.25,1,8.25,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1717485251_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7506.json b/assets/minecraft/models/w7506.json new file mode 100644 index 000000000..d9a616eac --- /dev/null +++ b/assets/minecraft/models/w7506.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,5.5,6.5,6]},"east":{"texture":"#0","uv":[6,6,6.5,6.75]},"north":{"texture":"#0","uv":[6.5,6,6.5,6.75]},"south":{"texture":"#0","uv":[7,6,7,6.75]},"up":{"texture":"#0","uv":[6.5,6,6.5,5.5]},"west":{"texture":"#0","uv":[6.5,6,7,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1717485251_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7507.json b/assets/minecraft/models/w7507.json new file mode 100644 index 000000000..5e3d3e76a --- /dev/null +++ b/assets/minecraft/models/w7507.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,0,1,0.5]},"east":{"texture":"#0","uv":[0,0.5,0.5,1.75]},"north":{"texture":"#0","uv":[0.5,0.5,1,1.75]},"south":{"texture":"#0","uv":[1.5,0.5,2,1.75]},"up":{"texture":"#0","uv":[1,0.5,0.5,0]},"west":{"texture":"#0","uv":[1,0.5,1.5,1.75]}},"from":[-16,-15.6,-15.44],"shade":false,"to":[-15.2,-13.6,-14.639999]},{"faces":{"down":{"texture":"#0","uv":[9.75,0,9.25,0.75]},"east":{"texture":"#0","uv":[8,0.75,8.75,1]},"north":{"texture":"#0","uv":[8.75,0.75,9.25,1]},"south":{"texture":"#0","uv":[10,0.75,10.5,1]},"up":{"texture":"#0","uv":[9.25,0.75,8.75,0]},"west":{"texture":"#0","uv":[9.25,0.75,10,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1717485251_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7508.json b/assets/minecraft/models/w7508.json new file mode 100644 index 000000000..84ccf321c --- /dev/null +++ b/assets/minecraft/models/w7508.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,0,8,1]},"east":{"texture":"#0","uv":[8.25,1,7.25,2]},"north":{"texture":"#0","uv":[7.25,1,6.5,2]},"south":{"texture":"#0","uv":[9,1,8.25,2]},"up":{"texture":"#0","uv":[6.5,1,7.25,0]},"west":{"texture":"#0","uv":[6.5,1,5.5,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1717485251_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7509.json b/assets/minecraft/models/w7509.json new file mode 100644 index 000000000..9e3519349 --- /dev/null +++ b/assets/minecraft/models/w7509.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,5.5,6.5,6]},"east":{"texture":"#0","uv":[7,6,6.5,6.75]},"north":{"texture":"#0","uv":[6.5,6,6.5,6.75]},"south":{"texture":"#0","uv":[7,6,7,6.75]},"up":{"texture":"#0","uv":[6.5,6,6.5,5.5]},"west":{"texture":"#0","uv":[6.5,6,6,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1717485251_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w751.json b/assets/minecraft/models/w751.json new file mode 100644 index 000000000..6a08f0e65 --- /dev/null +++ b/assets/minecraft/models/w751.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,4,14,5]},"east":{"texture":"#0","uv":[14,5,13,5]},"north":{"texture":"#0","uv":[13,5,12,5]},"south":{"texture":"#0","uv":[15,5,14,5]},"up":{"texture":"#0","uv":[12,5,13,4]},"west":{"texture":"#0","uv":[12,5,11,5]}},"from":[-16,-15.99,-16],"shade":false,"to":[-15.6,-15.99,-15.6]},{"faces":{"down":{"texture":"#0","uv":[13,2,14,2]},"east":{"texture":"#0","uv":[13,2,13,4]},"north":{"texture":"#0","uv":[13,2,12,4]},"south":{"texture":"#0","uv":[14,2,13,4]},"up":{"texture":"#0","uv":[12,2,13,2]},"west":{"texture":"#0","uv":[12,2,12,4]}},"from":[-16,-16,-15.6],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1054333355_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7510.json b/assets/minecraft/models/w7510.json new file mode 100644 index 000000000..bdeca2721 --- /dev/null +++ b/assets/minecraft/models/w7510.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0,1.5,0.5]},"east":{"texture":"#0","uv":[1.5,0.5,1,1.75]},"north":{"texture":"#0","uv":[1,0.5,0.5,1.75]},"south":{"texture":"#0","uv":[2,0.5,1.5,1.75]},"up":{"texture":"#0","uv":[0.5,0.5,1,0]},"west":{"texture":"#0","uv":[0.5,0.5,0,1.75]}},"from":[-16,-15.6,-15.44],"shade":false,"to":[-15.2,-13.6,-14.639999]},{"faces":{"down":{"texture":"#0","uv":[9.25,0,9.75,0.75]},"east":{"texture":"#0","uv":[10,0.75,9.25,1]},"north":{"texture":"#0","uv":[9.25,0.75,8.75,1]},"south":{"texture":"#0","uv":[10.5,0.75,10,1]},"up":{"texture":"#0","uv":[8.75,0.75,9.25,0]},"west":{"texture":"#0","uv":[8.75,0.75,8,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1717485251_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7511.json b/assets/minecraft/models/w7511.json new file mode 100644 index 000000000..cb7671719 --- /dev/null +++ b/assets/minecraft/models/w7511.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,3.5,3,5]},"east":{"texture":"#0","uv":[0,5,1.5,7.25]},"north":{"texture":"#0","uv":[1.5,5,3,7.25]},"south":{"texture":"#0","uv":[4.5,5,6,7.25]},"up":{"texture":"#0","uv":[3,5,1.5,3.5]},"west":{"texture":"#0","uv":[3,5,4.5,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12.4,-13.4]}],"overrides":[],"textures":{"0":"item/w1717485251_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7512.json b/assets/minecraft/models/w7512.json new file mode 100644 index 000000000..306e5f2d6 --- /dev/null +++ b/assets/minecraft/models/w7512.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,8.5,3.5,9]},"east":{"texture":"#0","uv":[2.5,9,3,9.5]},"north":{"texture":"#0","uv":[3,9,3.5,9.5]},"south":{"texture":"#0","uv":[4,9,4.5,9.5]},"up":{"texture":"#0","uv":[3.5,9,3,8.5]},"west":{"texture":"#0","uv":[3.5,9,4,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w1717485251_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7513.json b/assets/minecraft/models/w7513.json new file mode 100644 index 000000000..859f4df0f --- /dev/null +++ b/assets/minecraft/models/w7513.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.75,2]},"east":{"texture":"#0","uv":[0,2,2,3.5]},"north":{"texture":"#0","uv":[2,2,3.75,3.5]},"south":{"texture":"#0","uv":[5.75,2,7.5,3.5]},"up":{"texture":"#0","uv":[3.75,2,2,0]},"west":{"texture":"#0","uv":[3.75,2,5.75,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.6,-12.8]}],"overrides":[],"textures":{"0":"item/w1717485251_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7514.json b/assets/minecraft/models/w7514.json new file mode 100644 index 000000000..7bfe66861 --- /dev/null +++ b/assets/minecraft/models/w7514.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,3.5,0.75,3.5]},"east":{"texture":"#0","uv":[0,3.5,0,4.5]},"north":{"texture":"#0","uv":[0,3.5,0.75,4.5]},"south":{"texture":"#0","uv":[0.75,3.5,1.5,4.5]},"up":{"texture":"#0","uv":[0.75,3.5,0,3.5]},"west":{"texture":"#0","uv":[0.75,3.5,0.75,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1717485251_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7515.json b/assets/minecraft/models/w7515.json new file mode 100644 index 000000000..1792f744c --- /dev/null +++ b/assets/minecraft/models/w7515.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,3.5,1.5,3.5]},"east":{"texture":"#0","uv":[0.75,3.5,0.75,4.5]},"north":{"texture":"#0","uv":[0.75,3.5,0,4.5]},"south":{"texture":"#0","uv":[1.5,3.5,0.75,4.5]},"up":{"texture":"#0","uv":[0,3.5,0.75,3.5]},"west":{"texture":"#0","uv":[0,3.5,0,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1717485251_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7516.json b/assets/minecraft/models/w7516.json new file mode 100644 index 000000000..afc865d1c --- /dev/null +++ b/assets/minecraft/models/w7516.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,2,9.25,3]},"east":{"texture":"#0","uv":[7.5,3,8.5,3.25]},"north":{"texture":"#0","uv":[8.5,3,9,3.25]},"south":{"texture":"#0","uv":[10,3,10.5,3.25]},"up":{"texture":"#0","uv":[9.25,3,8.5,2]},"west":{"texture":"#0","uv":[9,3,10,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.88,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w1717485251_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7517.json b/assets/minecraft/models/w7517.json new file mode 100644 index 000000000..01f720e41 --- /dev/null +++ b/assets/minecraft/models/w7517.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,3.5,8.5,4.5]},"east":{"texture":"#0","uv":[6,4.5,7,6]},"north":{"texture":"#0","uv":[7,4.5,8.5,6]},"south":{"texture":"#0","uv":[9.5,4.5,11,6]},"up":{"texture":"#0","uv":[8.5,4.5,7,3.5]},"west":{"texture":"#0","uv":[8.5,4.5,9.5,6]}},"from":[-16,-16,-14.4],"shade":false,"to":[-13.6,-13.6,-12.799999]},{"faces":{"down":{"texture":"#0","uv":[8.5,6,7.75,7]},"east":{"texture":"#0","uv":[6,7,7,7.5]},"north":{"texture":"#0","uv":[7,7,7.75,7.5]},"south":{"texture":"#0","uv":[8.75,7,9.5,7.5]},"up":{"texture":"#0","uv":[7.75,7,7,6]},"west":{"texture":"#0","uv":[7.75,7,8.75,7.5]}},"from":[-15.4,-15.752,-16],"shade":false,"to":[-14.2,-14.952,-14.4]}],"overrides":[],"textures":{"0":"item/w1717485251_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7518.json b/assets/minecraft/models/w7518.json new file mode 100644 index 000000000..cfa558682 --- /dev/null +++ b/assets/minecraft/models/w7518.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,7.5,8.5,8]},"east":{"texture":"#0","uv":[7.5,8,8,9]},"north":{"texture":"#0","uv":[8,8,8.5,9]},"south":{"texture":"#0","uv":[9,8,9.5,9]},"up":{"texture":"#0","uv":[8.5,8,8,7.5]},"west":{"texture":"#0","uv":[8.5,8,9,9]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-15.04]}],"overrides":[],"textures":{"0":"item/w1717485251_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7519.json b/assets/minecraft/models/w7519.json new file mode 100644 index 000000000..250562224 --- /dev/null +++ b/assets/minecraft/models/w7519.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,7.25,1.25,8]},"east":{"texture":"#0","uv":[0,8,0.75,9.5]},"north":{"texture":"#0","uv":[0.75,8,1.25,9.5]},"south":{"texture":"#0","uv":[2,8,2.5,9.5]},"up":{"texture":"#0","uv":[1.25,8,0.75,7.25]},"west":{"texture":"#0","uv":[1.25,8,2,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-13.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1717485251_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w752.json b/assets/minecraft/models/w752.json new file mode 100644 index 000000000..0ca114a01 --- /dev/null +++ b/assets/minecraft/models/w752.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,6,5,9]},"east":{"texture":"#0","uv":[7,9,4,11]},"north":{"texture":"#0","uv":[4,9,3,11]},"south":{"texture":"#0","uv":[8,9,7,11]},"up":{"texture":"#0","uv":[3,9,4,6]},"west":{"texture":"#0","uv":[3,9,0,11]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1054333355_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7520.json b/assets/minecraft/models/w7520.json new file mode 100644 index 000000000..7a43ad2bb --- /dev/null +++ b/assets/minecraft/models/w7520.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.75,6,9.25,6.25]},"east":{"texture":"#0","uv":[8.5,6.25,8.75,7]},"north":{"texture":"#0","uv":[8.75,6.25,9.25,7]},"south":{"texture":"#0","uv":[9.5,6.25,10,7]},"up":{"texture":"#0","uv":[9.25,6.25,8.75,6]},"west":{"texture":"#0","uv":[9.25,6.25,9.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1717485251_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7521.json b/assets/minecraft/models/w7521.json new file mode 100644 index 000000000..469bc350e --- /dev/null +++ b/assets/minecraft/models/w7521.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,6,9.75,6.25]},"east":{"texture":"#0","uv":[9.5,6.25,9.25,7]},"north":{"texture":"#0","uv":[9.25,6.25,8.75,7]},"south":{"texture":"#0","uv":[10,6.25,9.5,7]},"up":{"texture":"#0","uv":[8.75,6.25,9.25,6]},"west":{"texture":"#0","uv":[8.75,6.25,8.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1717485251_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7522.json b/assets/minecraft/models/w7522.json new file mode 100644 index 000000000..18d5dd4da --- /dev/null +++ b/assets/minecraft/models/w7522.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,7.25,4,8.25]},"east":{"texture":"#0","uv":[2.5,8.25,3.5,8.5]},"north":{"texture":"#0","uv":[3.5,8.25,4,8.5]},"south":{"texture":"#0","uv":[5,8.25,5.5,8.5]},"up":{"texture":"#0","uv":[4,8.25,3.5,7.25]},"west":{"texture":"#0","uv":[4,8.25,5,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.88,-15.599999,-14.4]}],"overrides":[],"textures":{"0":"item/w1717485251_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7523.json b/assets/minecraft/models/w7523.json new file mode 100644 index 000000000..b006f1829 --- /dev/null +++ b/assets/minecraft/models/w7523.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,7.5,6.5,8]},"east":{"texture":"#0","uv":[5.5,8,6,9.75]},"north":{"texture":"#0","uv":[6,8,6.5,9.75]},"south":{"texture":"#0","uv":[7,8,7.5,9.75]},"up":{"texture":"#0","uv":[6.5,8,6,7.5]},"west":{"texture":"#0","uv":[6.5,8,7,9.75]}},"from":[-16,-15.6,-15.48],"shade":false,"to":[-15.2,-12.8,-14.679999]},{"faces":{"down":{"texture":"#0","uv":[6.25,3.5,5.75,4.25]},"east":{"texture":"#0","uv":[4.5,4.25,5.25,4.5]},"north":{"texture":"#0","uv":[5.25,4.25,5.75,4.5]},"south":{"texture":"#0","uv":[6.5,4.25,7,4.5]},"up":{"texture":"#0","uv":[5.75,4.25,5.25,3.5]},"west":{"texture":"#0","uv":[5.75,4.25,6.5,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1718961564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7524.json b/assets/minecraft/models/w7524.json new file mode 100644 index 000000000..8882bd38d --- /dev/null +++ b/assets/minecraft/models/w7524.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,7.5,7,8]},"east":{"texture":"#0","uv":[7,8,6.5,9.75]},"north":{"texture":"#0","uv":[6.5,8,6,9.75]},"south":{"texture":"#0","uv":[7.5,8,7,9.75]},"up":{"texture":"#0","uv":[6,8,6.5,7.5]},"west":{"texture":"#0","uv":[6,8,5.5,9.75]}},"from":[-16,-15.6,-15.48],"shade":false,"to":[-15.2,-12.8,-14.679999]},{"faces":{"down":{"texture":"#0","uv":[5.75,3.5,6.25,4.25]},"east":{"texture":"#0","uv":[6.5,4.25,5.75,4.5]},"north":{"texture":"#0","uv":[5.75,4.25,5.25,4.5]},"south":{"texture":"#0","uv":[7,4.25,6.5,4.5]},"up":{"texture":"#0","uv":[5.25,4.25,5.75,3.5]},"west":{"texture":"#0","uv":[5.25,4.25,4.5,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1718961564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7525.json b/assets/minecraft/models/w7525.json new file mode 100644 index 000000000..8d0edea47 --- /dev/null +++ b/assets/minecraft/models/w7525.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,0,7.25,1]},"east":{"texture":"#0","uv":[5.5,1,6.5,2]},"north":{"texture":"#0","uv":[6.5,1,7.25,2]},"south":{"texture":"#0","uv":[8.25,1,9,2]},"up":{"texture":"#0","uv":[7.25,1,6.5,0]},"west":{"texture":"#0","uv":[7.25,1,8.25,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1718961564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7526.json b/assets/minecraft/models/w7526.json new file mode 100644 index 000000000..8155e38b9 --- /dev/null +++ b/assets/minecraft/models/w7526.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,5.5,6.5,6]},"east":{"texture":"#0","uv":[6,6,6.5,6.75]},"north":{"texture":"#0","uv":[6.5,6,6.5,6.75]},"south":{"texture":"#0","uv":[7,6,7,6.75]},"up":{"texture":"#0","uv":[6.5,6,6.5,5.5]},"west":{"texture":"#0","uv":[6.5,6,7,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1718961564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7527.json b/assets/minecraft/models/w7527.json new file mode 100644 index 000000000..aaa6a0471 --- /dev/null +++ b/assets/minecraft/models/w7527.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,0,1,0.5]},"east":{"texture":"#0","uv":[0,0.5,0.5,1.75]},"north":{"texture":"#0","uv":[0.5,0.5,1,1.75]},"south":{"texture":"#0","uv":[1.5,0.5,2,1.75]},"up":{"texture":"#0","uv":[1,0.5,0.5,0]},"west":{"texture":"#0","uv":[1,0.5,1.5,1.75]}},"from":[-16,-15.6,-15.44],"shade":false,"to":[-15.2,-13.6,-14.639999]},{"faces":{"down":{"texture":"#0","uv":[9.75,0,9.25,0.75]},"east":{"texture":"#0","uv":[8,0.75,8.75,1]},"north":{"texture":"#0","uv":[8.75,0.75,9.25,1]},"south":{"texture":"#0","uv":[10,0.75,10.5,1]},"up":{"texture":"#0","uv":[9.25,0.75,8.75,0]},"west":{"texture":"#0","uv":[9.25,0.75,10,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1718961564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7528.json b/assets/minecraft/models/w7528.json new file mode 100644 index 000000000..dcc9c5a0a --- /dev/null +++ b/assets/minecraft/models/w7528.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,0,8,1]},"east":{"texture":"#0","uv":[8.25,1,7.25,2]},"north":{"texture":"#0","uv":[7.25,1,6.5,2]},"south":{"texture":"#0","uv":[9,1,8.25,2]},"up":{"texture":"#0","uv":[6.5,1,7.25,0]},"west":{"texture":"#0","uv":[6.5,1,5.5,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1718961564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7529.json b/assets/minecraft/models/w7529.json new file mode 100644 index 000000000..16c808fa3 --- /dev/null +++ b/assets/minecraft/models/w7529.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,5.5,6.5,6]},"east":{"texture":"#0","uv":[7,6,6.5,6.75]},"north":{"texture":"#0","uv":[6.5,6,6.5,6.75]},"south":{"texture":"#0","uv":[7,6,7,6.75]},"up":{"texture":"#0","uv":[6.5,6,6.5,5.5]},"west":{"texture":"#0","uv":[6.5,6,6,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1718961564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w753.json b/assets/minecraft/models/w753.json new file mode 100644 index 000000000..e25333b24 --- /dev/null +++ b/assets/minecraft/models/w753.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,6,4,9]},"east":{"texture":"#0","uv":[0,9,3,11]},"north":{"texture":"#0","uv":[3,9,4,11]},"south":{"texture":"#0","uv":[7,9,8,11]},"up":{"texture":"#0","uv":[4,9,3,6]},"west":{"texture":"#0","uv":[4,9,7,11]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1054333355_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7530.json b/assets/minecraft/models/w7530.json new file mode 100644 index 000000000..11e84fca5 --- /dev/null +++ b/assets/minecraft/models/w7530.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0,1.5,0.5]},"east":{"texture":"#0","uv":[1.5,0.5,1,1.75]},"north":{"texture":"#0","uv":[1,0.5,0.5,1.75]},"south":{"texture":"#0","uv":[2,0.5,1.5,1.75]},"up":{"texture":"#0","uv":[0.5,0.5,1,0]},"west":{"texture":"#0","uv":[0.5,0.5,0,1.75]}},"from":[-16,-15.6,-15.44],"shade":false,"to":[-15.2,-13.6,-14.639999]},{"faces":{"down":{"texture":"#0","uv":[9.25,0,9.75,0.75]},"east":{"texture":"#0","uv":[10,0.75,9.25,1]},"north":{"texture":"#0","uv":[9.25,0.75,8.75,1]},"south":{"texture":"#0","uv":[10.5,0.75,10,1]},"up":{"texture":"#0","uv":[8.75,0.75,9.25,0]},"west":{"texture":"#0","uv":[8.75,0.75,8,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1718961564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7531.json b/assets/minecraft/models/w7531.json new file mode 100644 index 000000000..87bcf2ad1 --- /dev/null +++ b/assets/minecraft/models/w7531.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,3.5,3,5]},"east":{"texture":"#0","uv":[0,5,1.5,7.25]},"north":{"texture":"#0","uv":[1.5,5,3,7.25]},"south":{"texture":"#0","uv":[4.5,5,6,7.25]},"up":{"texture":"#0","uv":[3,5,1.5,3.5]},"west":{"texture":"#0","uv":[3,5,4.5,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12.4,-13.4]}],"overrides":[],"textures":{"0":"item/w1718961564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7532.json b/assets/minecraft/models/w7532.json new file mode 100644 index 000000000..3cf4dae83 --- /dev/null +++ b/assets/minecraft/models/w7532.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,8.5,3.5,9]},"east":{"texture":"#0","uv":[2.5,9,3,9.5]},"north":{"texture":"#0","uv":[3,9,3.5,9.5]},"south":{"texture":"#0","uv":[4,9,4.5,9.5]},"up":{"texture":"#0","uv":[3.5,9,3,8.5]},"west":{"texture":"#0","uv":[3.5,9,4,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w1718961564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7533.json b/assets/minecraft/models/w7533.json new file mode 100644 index 000000000..108a3a2aa --- /dev/null +++ b/assets/minecraft/models/w7533.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.75,2]},"east":{"texture":"#0","uv":[0,2,2,3.5]},"north":{"texture":"#0","uv":[2,2,3.75,3.5]},"south":{"texture":"#0","uv":[5.75,2,7.5,3.5]},"up":{"texture":"#0","uv":[3.75,2,2,0]},"west":{"texture":"#0","uv":[3.75,2,5.75,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.6,-12.8]}],"overrides":[],"textures":{"0":"item/w1718961564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7534.json b/assets/minecraft/models/w7534.json new file mode 100644 index 000000000..7fb22e52b --- /dev/null +++ b/assets/minecraft/models/w7534.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,3.5,0.75,3.5]},"east":{"texture":"#0","uv":[0,3.5,0,4.5]},"north":{"texture":"#0","uv":[0,3.5,0.75,4.5]},"south":{"texture":"#0","uv":[0.75,3.5,1.5,4.5]},"up":{"texture":"#0","uv":[0.75,3.5,0,3.5]},"west":{"texture":"#0","uv":[0.75,3.5,0.75,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1718961564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7535.json b/assets/minecraft/models/w7535.json new file mode 100644 index 000000000..713da84b4 --- /dev/null +++ b/assets/minecraft/models/w7535.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,3.5,1.5,3.5]},"east":{"texture":"#0","uv":[0.75,3.5,0.75,4.5]},"north":{"texture":"#0","uv":[0.75,3.5,0,4.5]},"south":{"texture":"#0","uv":[1.5,3.5,0.75,4.5]},"up":{"texture":"#0","uv":[0,3.5,0.75,3.5]},"west":{"texture":"#0","uv":[0,3.5,0,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1718961564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7536.json b/assets/minecraft/models/w7536.json new file mode 100644 index 000000000..43ee2e655 --- /dev/null +++ b/assets/minecraft/models/w7536.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,2,9.25,3]},"east":{"texture":"#0","uv":[7.5,3,8.5,3.25]},"north":{"texture":"#0","uv":[8.5,3,9,3.25]},"south":{"texture":"#0","uv":[10,3,10.5,3.25]},"up":{"texture":"#0","uv":[9.25,3,8.5,2]},"west":{"texture":"#0","uv":[9,3,10,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.88,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w1718961564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7537.json b/assets/minecraft/models/w7537.json new file mode 100644 index 000000000..b7fae62ee --- /dev/null +++ b/assets/minecraft/models/w7537.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,3.5,8.5,4.5]},"east":{"texture":"#0","uv":[6,4.5,7,6]},"north":{"texture":"#0","uv":[7,4.5,8.5,6]},"south":{"texture":"#0","uv":[9.5,4.5,11,6]},"up":{"texture":"#0","uv":[8.5,4.5,7,3.5]},"west":{"texture":"#0","uv":[8.5,4.5,9.5,6]}},"from":[-16,-16,-14.4],"shade":false,"to":[-13.6,-13.6,-12.799999]},{"faces":{"down":{"texture":"#0","uv":[8.5,6,7.75,7]},"east":{"texture":"#0","uv":[6,7,7,7.5]},"north":{"texture":"#0","uv":[7,7,7.75,7.5]},"south":{"texture":"#0","uv":[8.75,7,9.5,7.5]},"up":{"texture":"#0","uv":[7.75,7,7,6]},"west":{"texture":"#0","uv":[7.75,7,8.75,7.5]}},"from":[-15.4,-15.752,-16],"shade":false,"to":[-14.2,-14.952,-14.4]}],"overrides":[],"textures":{"0":"item/w1718961564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7538.json b/assets/minecraft/models/w7538.json new file mode 100644 index 000000000..5744a3d0e --- /dev/null +++ b/assets/minecraft/models/w7538.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,7.5,8.5,8]},"east":{"texture":"#0","uv":[7.5,8,8,9]},"north":{"texture":"#0","uv":[8,8,8.5,9]},"south":{"texture":"#0","uv":[9,8,9.5,9]},"up":{"texture":"#0","uv":[8.5,8,8,7.5]},"west":{"texture":"#0","uv":[8.5,8,9,9]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-15.04]}],"overrides":[],"textures":{"0":"item/w1718961564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7539.json b/assets/minecraft/models/w7539.json new file mode 100644 index 000000000..2b585e966 --- /dev/null +++ b/assets/minecraft/models/w7539.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,7.25,1.25,8]},"east":{"texture":"#0","uv":[0,8,0.75,9.5]},"north":{"texture":"#0","uv":[0.75,8,1.25,9.5]},"south":{"texture":"#0","uv":[2,8,2.5,9.5]},"up":{"texture":"#0","uv":[1.25,8,0.75,7.25]},"west":{"texture":"#0","uv":[1.25,8,2,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-13.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1718961564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w754.json b/assets/minecraft/models/w754.json new file mode 100644 index 000000000..0367736de --- /dev/null +++ b/assets/minecraft/models/w754.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,0,6,3]},"east":{"texture":"#0","uv":[0,3,3,6]},"north":{"texture":"#0","uv":[3,3,6,6]},"south":{"texture":"#0","uv":[9,3,12,6]},"up":{"texture":"#0","uv":[6,3,3,0]},"west":{"texture":"#0","uv":[6,3,9,6]}},"from":[-16,-16,-15.6],"shade":false,"to":[-14.8,-14.8,-14.400001]},{"faces":{"down":{"texture":"#0","uv":[15,0,14,1]},"east":{"texture":"#0","uv":[12,1,13,2]},"north":{"texture":"#0","uv":[13,1,14,2]},"south":{"texture":"#0","uv":[15,1,16,2]},"up":{"texture":"#0","uv":[14,1,13,0]},"west":{"texture":"#0","uv":[14,1,15,2]}},"from":[-15.6,-15.8,-16],"shade":false,"to":[-15.200001,-15.400001,-15.6]}],"overrides":[],"textures":{"0":"item/w472132137_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7540.json b/assets/minecraft/models/w7540.json new file mode 100644 index 000000000..705aa6f84 --- /dev/null +++ b/assets/minecraft/models/w7540.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.75,6,9.25,6.25]},"east":{"texture":"#0","uv":[8.5,6.25,8.75,7]},"north":{"texture":"#0","uv":[8.75,6.25,9.25,7]},"south":{"texture":"#0","uv":[9.5,6.25,10,7]},"up":{"texture":"#0","uv":[9.25,6.25,8.75,6]},"west":{"texture":"#0","uv":[9.25,6.25,9.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1718961564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7541.json b/assets/minecraft/models/w7541.json new file mode 100644 index 000000000..9d4a7956f --- /dev/null +++ b/assets/minecraft/models/w7541.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,6,9.75,6.25]},"east":{"texture":"#0","uv":[9.5,6.25,9.25,7]},"north":{"texture":"#0","uv":[9.25,6.25,8.75,7]},"south":{"texture":"#0","uv":[10,6.25,9.5,7]},"up":{"texture":"#0","uv":[8.75,6.25,9.25,6]},"west":{"texture":"#0","uv":[8.75,6.25,8.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1718961564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7542.json b/assets/minecraft/models/w7542.json new file mode 100644 index 000000000..06dd77804 --- /dev/null +++ b/assets/minecraft/models/w7542.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,7.25,4,8.25]},"east":{"texture":"#0","uv":[2.5,8.25,3.5,8.5]},"north":{"texture":"#0","uv":[3.5,8.25,4,8.5]},"south":{"texture":"#0","uv":[5,8.25,5.5,8.5]},"up":{"texture":"#0","uv":[4,8.25,3.5,7.25]},"west":{"texture":"#0","uv":[4,8.25,5,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.88,-15.599999,-14.4]}],"overrides":[],"textures":{"0":"item/w1718961564_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7543.json b/assets/minecraft/models/w7543.json new file mode 100644 index 000000000..f792fd737 --- /dev/null +++ b/assets/minecraft/models/w7543.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,7.5,6.5,8]},"east":{"texture":"#0","uv":[5.5,8,6,9.75]},"north":{"texture":"#0","uv":[6,8,6.5,9.75]},"south":{"texture":"#0","uv":[7,8,7.5,9.75]},"up":{"texture":"#0","uv":[6.5,8,6,7.5]},"west":{"texture":"#0","uv":[6.5,8,7,9.75]}},"from":[-16,-15.6,-15.48],"shade":false,"to":[-15.2,-12.8,-14.679999]},{"faces":{"down":{"texture":"#0","uv":[6.25,3.5,5.75,4.25]},"east":{"texture":"#0","uv":[4.5,4.25,5.25,4.5]},"north":{"texture":"#0","uv":[5.25,4.25,5.75,4.5]},"south":{"texture":"#0","uv":[6.5,4.25,7,4.5]},"up":{"texture":"#0","uv":[5.75,4.25,5.25,3.5]},"west":{"texture":"#0","uv":[5.75,4.25,6.5,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w127800188_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7544.json b/assets/minecraft/models/w7544.json new file mode 100644 index 000000000..b9809d12a --- /dev/null +++ b/assets/minecraft/models/w7544.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,7.5,7,8]},"east":{"texture":"#0","uv":[7,8,6.5,9.75]},"north":{"texture":"#0","uv":[6.5,8,6,9.75]},"south":{"texture":"#0","uv":[7.5,8,7,9.75]},"up":{"texture":"#0","uv":[6,8,6.5,7.5]},"west":{"texture":"#0","uv":[6,8,5.5,9.75]}},"from":[-16,-15.6,-15.48],"shade":false,"to":[-15.2,-12.8,-14.679999]},{"faces":{"down":{"texture":"#0","uv":[5.75,3.5,6.25,4.25]},"east":{"texture":"#0","uv":[6.5,4.25,5.75,4.5]},"north":{"texture":"#0","uv":[5.75,4.25,5.25,4.5]},"south":{"texture":"#0","uv":[7,4.25,6.5,4.5]},"up":{"texture":"#0","uv":[5.25,4.25,5.75,3.5]},"west":{"texture":"#0","uv":[5.25,4.25,4.5,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w127800188_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7545.json b/assets/minecraft/models/w7545.json new file mode 100644 index 000000000..4186548f8 --- /dev/null +++ b/assets/minecraft/models/w7545.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,0,7.25,1]},"east":{"texture":"#0","uv":[5.5,1,6.5,2]},"north":{"texture":"#0","uv":[6.5,1,7.25,2]},"south":{"texture":"#0","uv":[8.25,1,9,2]},"up":{"texture":"#0","uv":[7.25,1,6.5,0]},"west":{"texture":"#0","uv":[7.25,1,8.25,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w127800188_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7546.json b/assets/minecraft/models/w7546.json new file mode 100644 index 000000000..8aff5db85 --- /dev/null +++ b/assets/minecraft/models/w7546.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,5.5,6.5,6]},"east":{"texture":"#0","uv":[6,6,6.5,6.75]},"north":{"texture":"#0","uv":[6.5,6,6.5,6.75]},"south":{"texture":"#0","uv":[7,6,7,6.75]},"up":{"texture":"#0","uv":[6.5,6,6.5,5.5]},"west":{"texture":"#0","uv":[6.5,6,7,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w127800188_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7547.json b/assets/minecraft/models/w7547.json new file mode 100644 index 000000000..cd8b9b177 --- /dev/null +++ b/assets/minecraft/models/w7547.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,0,1,0.5]},"east":{"texture":"#0","uv":[0,0.5,0.5,1.75]},"north":{"texture":"#0","uv":[0.5,0.5,1,1.75]},"south":{"texture":"#0","uv":[1.5,0.5,2,1.75]},"up":{"texture":"#0","uv":[1,0.5,0.5,0]},"west":{"texture":"#0","uv":[1,0.5,1.5,1.75]}},"from":[-16,-15.6,-15.44],"shade":false,"to":[-15.2,-13.6,-14.639999]},{"faces":{"down":{"texture":"#0","uv":[9.75,0,9.25,0.75]},"east":{"texture":"#0","uv":[8,0.75,8.75,1]},"north":{"texture":"#0","uv":[8.75,0.75,9.25,1]},"south":{"texture":"#0","uv":[10,0.75,10.5,1]},"up":{"texture":"#0","uv":[9.25,0.75,8.75,0]},"west":{"texture":"#0","uv":[9.25,0.75,10,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w127800188_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7548.json b/assets/minecraft/models/w7548.json new file mode 100644 index 000000000..e57317905 --- /dev/null +++ b/assets/minecraft/models/w7548.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,0,8,1]},"east":{"texture":"#0","uv":[8.25,1,7.25,2]},"north":{"texture":"#0","uv":[7.25,1,6.5,2]},"south":{"texture":"#0","uv":[9,1,8.25,2]},"up":{"texture":"#0","uv":[6.5,1,7.25,0]},"west":{"texture":"#0","uv":[6.5,1,5.5,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w127800188_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7549.json b/assets/minecraft/models/w7549.json new file mode 100644 index 000000000..2d7c1c0fa --- /dev/null +++ b/assets/minecraft/models/w7549.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,5.5,6.5,6]},"east":{"texture":"#0","uv":[7,6,6.5,6.75]},"north":{"texture":"#0","uv":[6.5,6,6.5,6.75]},"south":{"texture":"#0","uv":[7,6,7,6.75]},"up":{"texture":"#0","uv":[6.5,6,6.5,5.5]},"west":{"texture":"#0","uv":[6.5,6,6,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w127800188_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w755.json b/assets/minecraft/models/w755.json new file mode 100644 index 000000000..bd33bcd67 --- /dev/null +++ b/assets/minecraft/models/w755.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,4,13,5]},"east":{"texture":"#0","uv":[11,5,12,5]},"north":{"texture":"#0","uv":[12,5,13,5]},"south":{"texture":"#0","uv":[14,5,15,5]},"up":{"texture":"#0","uv":[13,5,12,4]},"west":{"texture":"#0","uv":[13,5,14,5]}},"from":[-16,-15.99,-16],"shade":false,"to":[-15.6,-15.99,-15.6]},{"faces":{"down":{"texture":"#0","uv":[14,2,13,2]},"east":{"texture":"#0","uv":[12,2,12,4]},"north":{"texture":"#0","uv":[12,2,13,4]},"south":{"texture":"#0","uv":[13,2,14,4]},"up":{"texture":"#0","uv":[13,2,12,2]},"west":{"texture":"#0","uv":[13,2,13,4]}},"from":[-16,-16,-15.6],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w472132137_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7550.json b/assets/minecraft/models/w7550.json new file mode 100644 index 000000000..2e24dcf6c --- /dev/null +++ b/assets/minecraft/models/w7550.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0,1.5,0.5]},"east":{"texture":"#0","uv":[1.5,0.5,1,1.75]},"north":{"texture":"#0","uv":[1,0.5,0.5,1.75]},"south":{"texture":"#0","uv":[2,0.5,1.5,1.75]},"up":{"texture":"#0","uv":[0.5,0.5,1,0]},"west":{"texture":"#0","uv":[0.5,0.5,0,1.75]}},"from":[-16,-15.6,-15.44],"shade":false,"to":[-15.2,-13.6,-14.639999]},{"faces":{"down":{"texture":"#0","uv":[9.25,0,9.75,0.75]},"east":{"texture":"#0","uv":[10,0.75,9.25,1]},"north":{"texture":"#0","uv":[9.25,0.75,8.75,1]},"south":{"texture":"#0","uv":[10.5,0.75,10,1]},"up":{"texture":"#0","uv":[8.75,0.75,9.25,0]},"west":{"texture":"#0","uv":[8.75,0.75,8,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w127800188_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7551.json b/assets/minecraft/models/w7551.json new file mode 100644 index 000000000..bd19b581e --- /dev/null +++ b/assets/minecraft/models/w7551.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,3.5,3,5]},"east":{"texture":"#0","uv":[0,5,1.5,7.25]},"north":{"texture":"#0","uv":[1.5,5,3,7.25]},"south":{"texture":"#0","uv":[4.5,5,6,7.25]},"up":{"texture":"#0","uv":[3,5,1.5,3.5]},"west":{"texture":"#0","uv":[3,5,4.5,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12.4,-13.4]}],"overrides":[],"textures":{"0":"item/w127800188_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7552.json b/assets/minecraft/models/w7552.json new file mode 100644 index 000000000..3766eee96 --- /dev/null +++ b/assets/minecraft/models/w7552.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,8.5,3.5,9]},"east":{"texture":"#0","uv":[2.5,9,3,9.5]},"north":{"texture":"#0","uv":[3,9,3.5,9.5]},"south":{"texture":"#0","uv":[4,9,4.5,9.5]},"up":{"texture":"#0","uv":[3.5,9,3,8.5]},"west":{"texture":"#0","uv":[3.5,9,4,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w127800188_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7553.json b/assets/minecraft/models/w7553.json new file mode 100644 index 000000000..2c55bf9b6 --- /dev/null +++ b/assets/minecraft/models/w7553.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.75,2]},"east":{"texture":"#0","uv":[0,2,2,3.5]},"north":{"texture":"#0","uv":[2,2,3.75,3.5]},"south":{"texture":"#0","uv":[5.75,2,7.5,3.5]},"up":{"texture":"#0","uv":[3.75,2,2,0]},"west":{"texture":"#0","uv":[3.75,2,5.75,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.6,-12.8]}],"overrides":[],"textures":{"0":"item/w127800188_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7554.json b/assets/minecraft/models/w7554.json new file mode 100644 index 000000000..e93ea864b --- /dev/null +++ b/assets/minecraft/models/w7554.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,3.5,0.75,3.5]},"east":{"texture":"#0","uv":[0,3.5,0,4.5]},"north":{"texture":"#0","uv":[0,3.5,0.75,4.5]},"south":{"texture":"#0","uv":[0.75,3.5,1.5,4.5]},"up":{"texture":"#0","uv":[0.75,3.5,0,3.5]},"west":{"texture":"#0","uv":[0.75,3.5,0.75,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w127800188_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7555.json b/assets/minecraft/models/w7555.json new file mode 100644 index 000000000..d7ed6e446 --- /dev/null +++ b/assets/minecraft/models/w7555.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,3.5,1.5,3.5]},"east":{"texture":"#0","uv":[0.75,3.5,0.75,4.5]},"north":{"texture":"#0","uv":[0.75,3.5,0,4.5]},"south":{"texture":"#0","uv":[1.5,3.5,0.75,4.5]},"up":{"texture":"#0","uv":[0,3.5,0.75,3.5]},"west":{"texture":"#0","uv":[0,3.5,0,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w127800188_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7556.json b/assets/minecraft/models/w7556.json new file mode 100644 index 000000000..3b32813dd --- /dev/null +++ b/assets/minecraft/models/w7556.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,2,9.25,3]},"east":{"texture":"#0","uv":[7.5,3,8.5,3.25]},"north":{"texture":"#0","uv":[8.5,3,9,3.25]},"south":{"texture":"#0","uv":[10,3,10.5,3.25]},"up":{"texture":"#0","uv":[9.25,3,8.5,2]},"west":{"texture":"#0","uv":[9,3,10,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.88,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w127800188_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7557.json b/assets/minecraft/models/w7557.json new file mode 100644 index 000000000..5b116d48d --- /dev/null +++ b/assets/minecraft/models/w7557.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,3.5,8.5,4.5]},"east":{"texture":"#0","uv":[6,4.5,7,6]},"north":{"texture":"#0","uv":[7,4.5,8.5,6]},"south":{"texture":"#0","uv":[9.5,4.5,11,6]},"up":{"texture":"#0","uv":[8.5,4.5,7,3.5]},"west":{"texture":"#0","uv":[8.5,4.5,9.5,6]}},"from":[-16,-16,-14.4],"shade":false,"to":[-13.6,-13.6,-12.799999]},{"faces":{"down":{"texture":"#0","uv":[8.5,6,7.75,7]},"east":{"texture":"#0","uv":[6,7,7,7.5]},"north":{"texture":"#0","uv":[7,7,7.75,7.5]},"south":{"texture":"#0","uv":[8.75,7,9.5,7.5]},"up":{"texture":"#0","uv":[7.75,7,7,6]},"west":{"texture":"#0","uv":[7.75,7,8.75,7.5]}},"from":[-15.4,-15.752,-16],"shade":false,"to":[-14.2,-14.952,-14.4]}],"overrides":[],"textures":{"0":"item/w127800188_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7558.json b/assets/minecraft/models/w7558.json new file mode 100644 index 000000000..068687360 --- /dev/null +++ b/assets/minecraft/models/w7558.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,7.5,8.5,8]},"east":{"texture":"#0","uv":[7.5,8,8,9]},"north":{"texture":"#0","uv":[8,8,8.5,9]},"south":{"texture":"#0","uv":[9,8,9.5,9]},"up":{"texture":"#0","uv":[8.5,8,8,7.5]},"west":{"texture":"#0","uv":[8.5,8,9,9]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-15.04]}],"overrides":[],"textures":{"0":"item/w127800188_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7559.json b/assets/minecraft/models/w7559.json new file mode 100644 index 000000000..0e8037c53 --- /dev/null +++ b/assets/minecraft/models/w7559.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,7.25,1.25,8]},"east":{"texture":"#0","uv":[0,8,0.75,9.5]},"north":{"texture":"#0","uv":[0.75,8,1.25,9.5]},"south":{"texture":"#0","uv":[2,8,2.5,9.5]},"up":{"texture":"#0","uv":[1.25,8,0.75,7.25]},"west":{"texture":"#0","uv":[1.25,8,2,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-13.6,-14.8]}],"overrides":[],"textures":{"0":"item/w127800188_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w756.json b/assets/minecraft/models/w756.json new file mode 100644 index 000000000..f65544431 --- /dev/null +++ b/assets/minecraft/models/w756.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,4,14,5]},"east":{"texture":"#0","uv":[14,5,13,5]},"north":{"texture":"#0","uv":[13,5,12,5]},"south":{"texture":"#0","uv":[15,5,14,5]},"up":{"texture":"#0","uv":[12,5,13,4]},"west":{"texture":"#0","uv":[12,5,11,5]}},"from":[-16,-15.99,-16],"shade":false,"to":[-15.6,-15.99,-15.6]},{"faces":{"down":{"texture":"#0","uv":[13,2,14,2]},"east":{"texture":"#0","uv":[13,2,13,4]},"north":{"texture":"#0","uv":[13,2,12,4]},"south":{"texture":"#0","uv":[14,2,13,4]},"up":{"texture":"#0","uv":[12,2,13,2]},"west":{"texture":"#0","uv":[12,2,12,4]}},"from":[-16,-16,-15.6],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w472132137_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7560.json b/assets/minecraft/models/w7560.json new file mode 100644 index 000000000..9e3acb232 --- /dev/null +++ b/assets/minecraft/models/w7560.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.75,6,9.25,6.25]},"east":{"texture":"#0","uv":[8.5,6.25,8.75,7]},"north":{"texture":"#0","uv":[8.75,6.25,9.25,7]},"south":{"texture":"#0","uv":[9.5,6.25,10,7]},"up":{"texture":"#0","uv":[9.25,6.25,8.75,6]},"west":{"texture":"#0","uv":[9.25,6.25,9.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w127800188_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7561.json b/assets/minecraft/models/w7561.json new file mode 100644 index 000000000..5c956193d --- /dev/null +++ b/assets/minecraft/models/w7561.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,6,9.75,6.25]},"east":{"texture":"#0","uv":[9.5,6.25,9.25,7]},"north":{"texture":"#0","uv":[9.25,6.25,8.75,7]},"south":{"texture":"#0","uv":[10,6.25,9.5,7]},"up":{"texture":"#0","uv":[8.75,6.25,9.25,6]},"west":{"texture":"#0","uv":[8.75,6.25,8.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w127800188_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7562.json b/assets/minecraft/models/w7562.json new file mode 100644 index 000000000..c445d4d9d --- /dev/null +++ b/assets/minecraft/models/w7562.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,7.25,4,8.25]},"east":{"texture":"#0","uv":[2.5,8.25,3.5,8.5]},"north":{"texture":"#0","uv":[3.5,8.25,4,8.5]},"south":{"texture":"#0","uv":[5,8.25,5.5,8.5]},"up":{"texture":"#0","uv":[4,8.25,3.5,7.25]},"west":{"texture":"#0","uv":[4,8.25,5,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.88,-15.599999,-14.4]}],"overrides":[],"textures":{"0":"item/w127800188_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7563.json b/assets/minecraft/models/w7563.json new file mode 100644 index 000000000..71258f9f7 --- /dev/null +++ b/assets/minecraft/models/w7563.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,7.5,6.5,8]},"east":{"texture":"#0","uv":[5.5,8,6,9.75]},"north":{"texture":"#0","uv":[6,8,6.5,9.75]},"south":{"texture":"#0","uv":[7,8,7.5,9.75]},"up":{"texture":"#0","uv":[6.5,8,6,7.5]},"west":{"texture":"#0","uv":[6.5,8,7,9.75]}},"from":[-16,-15.6,-15.48],"shade":false,"to":[-15.2,-12.8,-14.679999]},{"faces":{"down":{"texture":"#0","uv":[6.25,3.5,5.75,4.25]},"east":{"texture":"#0","uv":[4.5,4.25,5.25,4.5]},"north":{"texture":"#0","uv":[5.25,4.25,5.75,4.5]},"south":{"texture":"#0","uv":[6.5,4.25,7,4.5]},"up":{"texture":"#0","uv":[5.75,4.25,5.25,3.5]},"west":{"texture":"#0","uv":[5.75,4.25,6.5,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1721179335_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7564.json b/assets/minecraft/models/w7564.json new file mode 100644 index 000000000..98b1cf06b --- /dev/null +++ b/assets/minecraft/models/w7564.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,7.5,7,8]},"east":{"texture":"#0","uv":[7,8,6.5,9.75]},"north":{"texture":"#0","uv":[6.5,8,6,9.75]},"south":{"texture":"#0","uv":[7.5,8,7,9.75]},"up":{"texture":"#0","uv":[6,8,6.5,7.5]},"west":{"texture":"#0","uv":[6,8,5.5,9.75]}},"from":[-16,-15.6,-15.48],"shade":false,"to":[-15.2,-12.8,-14.679999]},{"faces":{"down":{"texture":"#0","uv":[5.75,3.5,6.25,4.25]},"east":{"texture":"#0","uv":[6.5,4.25,5.75,4.5]},"north":{"texture":"#0","uv":[5.75,4.25,5.25,4.5]},"south":{"texture":"#0","uv":[7,4.25,6.5,4.5]},"up":{"texture":"#0","uv":[5.25,4.25,5.75,3.5]},"west":{"texture":"#0","uv":[5.25,4.25,4.5,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1721179335_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7565.json b/assets/minecraft/models/w7565.json new file mode 100644 index 000000000..05ee1e097 --- /dev/null +++ b/assets/minecraft/models/w7565.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,0,7.25,1]},"east":{"texture":"#0","uv":[5.5,1,6.5,2]},"north":{"texture":"#0","uv":[6.5,1,7.25,2]},"south":{"texture":"#0","uv":[8.25,1,9,2]},"up":{"texture":"#0","uv":[7.25,1,6.5,0]},"west":{"texture":"#0","uv":[7.25,1,8.25,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1721179335_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7566.json b/assets/minecraft/models/w7566.json new file mode 100644 index 000000000..19191b431 --- /dev/null +++ b/assets/minecraft/models/w7566.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,5.5,6.5,6]},"east":{"texture":"#0","uv":[6,6,6.5,6.75]},"north":{"texture":"#0","uv":[6.5,6,6.5,6.75]},"south":{"texture":"#0","uv":[7,6,7,6.75]},"up":{"texture":"#0","uv":[6.5,6,6.5,5.5]},"west":{"texture":"#0","uv":[6.5,6,7,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1721179335_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7567.json b/assets/minecraft/models/w7567.json new file mode 100644 index 000000000..d9d50942f --- /dev/null +++ b/assets/minecraft/models/w7567.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,0,1,0.5]},"east":{"texture":"#0","uv":[0,0.5,0.5,1.75]},"north":{"texture":"#0","uv":[0.5,0.5,1,1.75]},"south":{"texture":"#0","uv":[1.5,0.5,2,1.75]},"up":{"texture":"#0","uv":[1,0.5,0.5,0]},"west":{"texture":"#0","uv":[1,0.5,1.5,1.75]}},"from":[-16,-15.6,-15.44],"shade":false,"to":[-15.2,-13.6,-14.639999]},{"faces":{"down":{"texture":"#0","uv":[9.75,0,9.25,0.75]},"east":{"texture":"#0","uv":[8,0.75,8.75,1]},"north":{"texture":"#0","uv":[8.75,0.75,9.25,1]},"south":{"texture":"#0","uv":[10,0.75,10.5,1]},"up":{"texture":"#0","uv":[9.25,0.75,8.75,0]},"west":{"texture":"#0","uv":[9.25,0.75,10,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1721179335_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7568.json b/assets/minecraft/models/w7568.json new file mode 100644 index 000000000..82ebd037b --- /dev/null +++ b/assets/minecraft/models/w7568.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,0,8,1]},"east":{"texture":"#0","uv":[8.25,1,7.25,2]},"north":{"texture":"#0","uv":[7.25,1,6.5,2]},"south":{"texture":"#0","uv":[9,1,8.25,2]},"up":{"texture":"#0","uv":[6.5,1,7.25,0]},"west":{"texture":"#0","uv":[6.5,1,5.5,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1721179335_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7569.json b/assets/minecraft/models/w7569.json new file mode 100644 index 000000000..e2bc2297c --- /dev/null +++ b/assets/minecraft/models/w7569.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,5.5,6.5,6]},"east":{"texture":"#0","uv":[7,6,6.5,6.75]},"north":{"texture":"#0","uv":[6.5,6,6.5,6.75]},"south":{"texture":"#0","uv":[7,6,7,6.75]},"up":{"texture":"#0","uv":[6.5,6,6.5,5.5]},"west":{"texture":"#0","uv":[6.5,6,6,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1721179335_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w757.json b/assets/minecraft/models/w757.json new file mode 100644 index 000000000..b3d6de0b2 --- /dev/null +++ b/assets/minecraft/models/w757.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,6,5,9]},"east":{"texture":"#0","uv":[7,9,4,11]},"north":{"texture":"#0","uv":[4,9,3,11]},"south":{"texture":"#0","uv":[8,9,7,11]},"up":{"texture":"#0","uv":[3,9,4,6]},"west":{"texture":"#0","uv":[3,9,0,11]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w472132137_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7570.json b/assets/minecraft/models/w7570.json new file mode 100644 index 000000000..4f7bcfa68 --- /dev/null +++ b/assets/minecraft/models/w7570.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0,1.5,0.5]},"east":{"texture":"#0","uv":[1.5,0.5,1,1.75]},"north":{"texture":"#0","uv":[1,0.5,0.5,1.75]},"south":{"texture":"#0","uv":[2,0.5,1.5,1.75]},"up":{"texture":"#0","uv":[0.5,0.5,1,0]},"west":{"texture":"#0","uv":[0.5,0.5,0,1.75]}},"from":[-16,-15.6,-15.44],"shade":false,"to":[-15.2,-13.6,-14.639999]},{"faces":{"down":{"texture":"#0","uv":[9.25,0,9.75,0.75]},"east":{"texture":"#0","uv":[10,0.75,9.25,1]},"north":{"texture":"#0","uv":[9.25,0.75,8.75,1]},"south":{"texture":"#0","uv":[10.5,0.75,10,1]},"up":{"texture":"#0","uv":[8.75,0.75,9.25,0]},"west":{"texture":"#0","uv":[8.75,0.75,8,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1721179335_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7571.json b/assets/minecraft/models/w7571.json new file mode 100644 index 000000000..0522ae4cf --- /dev/null +++ b/assets/minecraft/models/w7571.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,3.5,3,5]},"east":{"texture":"#0","uv":[0,5,1.5,7.25]},"north":{"texture":"#0","uv":[1.5,5,3,7.25]},"south":{"texture":"#0","uv":[4.5,5,6,7.25]},"up":{"texture":"#0","uv":[3,5,1.5,3.5]},"west":{"texture":"#0","uv":[3,5,4.5,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12.4,-13.4]}],"overrides":[],"textures":{"0":"item/w1721179335_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7572.json b/assets/minecraft/models/w7572.json new file mode 100644 index 000000000..3f66f32ae --- /dev/null +++ b/assets/minecraft/models/w7572.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,8.5,3.5,9]},"east":{"texture":"#0","uv":[2.5,9,3,9.5]},"north":{"texture":"#0","uv":[3,9,3.5,9.5]},"south":{"texture":"#0","uv":[4,9,4.5,9.5]},"up":{"texture":"#0","uv":[3.5,9,3,8.5]},"west":{"texture":"#0","uv":[3.5,9,4,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w1721179335_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7573.json b/assets/minecraft/models/w7573.json new file mode 100644 index 000000000..82720fd1a --- /dev/null +++ b/assets/minecraft/models/w7573.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.75,2]},"east":{"texture":"#0","uv":[0,2,2,3.5]},"north":{"texture":"#0","uv":[2,2,3.75,3.5]},"south":{"texture":"#0","uv":[5.75,2,7.5,3.5]},"up":{"texture":"#0","uv":[3.75,2,2,0]},"west":{"texture":"#0","uv":[3.75,2,5.75,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.6,-12.8]}],"overrides":[],"textures":{"0":"item/w1721179335_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7574.json b/assets/minecraft/models/w7574.json new file mode 100644 index 000000000..2bea731f0 --- /dev/null +++ b/assets/minecraft/models/w7574.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,3.5,0.75,3.5]},"east":{"texture":"#0","uv":[0,3.5,0,4.5]},"north":{"texture":"#0","uv":[0,3.5,0.75,4.5]},"south":{"texture":"#0","uv":[0.75,3.5,1.5,4.5]},"up":{"texture":"#0","uv":[0.75,3.5,0,3.5]},"west":{"texture":"#0","uv":[0.75,3.5,0.75,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1721179335_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7575.json b/assets/minecraft/models/w7575.json new file mode 100644 index 000000000..5eadb5cc6 --- /dev/null +++ b/assets/minecraft/models/w7575.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,3.5,1.5,3.5]},"east":{"texture":"#0","uv":[0.75,3.5,0.75,4.5]},"north":{"texture":"#0","uv":[0.75,3.5,0,4.5]},"south":{"texture":"#0","uv":[1.5,3.5,0.75,4.5]},"up":{"texture":"#0","uv":[0,3.5,0.75,3.5]},"west":{"texture":"#0","uv":[0,3.5,0,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1721179335_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7576.json b/assets/minecraft/models/w7576.json new file mode 100644 index 000000000..3dfd0c9ac --- /dev/null +++ b/assets/minecraft/models/w7576.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,2,9.25,3]},"east":{"texture":"#0","uv":[7.5,3,8.5,3.25]},"north":{"texture":"#0","uv":[8.5,3,9,3.25]},"south":{"texture":"#0","uv":[10,3,10.5,3.25]},"up":{"texture":"#0","uv":[9.25,3,8.5,2]},"west":{"texture":"#0","uv":[9,3,10,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.88,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w1721179335_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7577.json b/assets/minecraft/models/w7577.json new file mode 100644 index 000000000..43aa0b7b6 --- /dev/null +++ b/assets/minecraft/models/w7577.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,3.5,8.5,4.5]},"east":{"texture":"#0","uv":[6,4.5,7,6]},"north":{"texture":"#0","uv":[7,4.5,8.5,6]},"south":{"texture":"#0","uv":[9.5,4.5,11,6]},"up":{"texture":"#0","uv":[8.5,4.5,7,3.5]},"west":{"texture":"#0","uv":[8.5,4.5,9.5,6]}},"from":[-16,-16,-14.4],"shade":false,"to":[-13.6,-13.6,-12.799999]},{"faces":{"down":{"texture":"#0","uv":[8.5,6,7.75,7]},"east":{"texture":"#0","uv":[6,7,7,7.5]},"north":{"texture":"#0","uv":[7,7,7.75,7.5]},"south":{"texture":"#0","uv":[8.75,7,9.5,7.5]},"up":{"texture":"#0","uv":[7.75,7,7,6]},"west":{"texture":"#0","uv":[7.75,7,8.75,7.5]}},"from":[-15.4,-15.752,-16],"shade":false,"to":[-14.2,-14.952,-14.4]}],"overrides":[],"textures":{"0":"item/w1721179335_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7578.json b/assets/minecraft/models/w7578.json new file mode 100644 index 000000000..5135bfe05 --- /dev/null +++ b/assets/minecraft/models/w7578.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,7.5,8.5,8]},"east":{"texture":"#0","uv":[7.5,8,8,9]},"north":{"texture":"#0","uv":[8,8,8.5,9]},"south":{"texture":"#0","uv":[9,8,9.5,9]},"up":{"texture":"#0","uv":[8.5,8,8,7.5]},"west":{"texture":"#0","uv":[8.5,8,9,9]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-15.04]}],"overrides":[],"textures":{"0":"item/w1721179335_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7579.json b/assets/minecraft/models/w7579.json new file mode 100644 index 000000000..4b6287d0f --- /dev/null +++ b/assets/minecraft/models/w7579.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,7.25,1.25,8]},"east":{"texture":"#0","uv":[0,8,0.75,9.5]},"north":{"texture":"#0","uv":[0.75,8,1.25,9.5]},"south":{"texture":"#0","uv":[2,8,2.5,9.5]},"up":{"texture":"#0","uv":[1.25,8,0.75,7.25]},"west":{"texture":"#0","uv":[1.25,8,2,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-13.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1721179335_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w758.json b/assets/minecraft/models/w758.json new file mode 100644 index 000000000..804879fa7 --- /dev/null +++ b/assets/minecraft/models/w758.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,6,4,9]},"east":{"texture":"#0","uv":[0,9,3,11]},"north":{"texture":"#0","uv":[3,9,4,11]},"south":{"texture":"#0","uv":[7,9,8,11]},"up":{"texture":"#0","uv":[4,9,3,6]},"west":{"texture":"#0","uv":[4,9,7,11]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w472132137_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7580.json b/assets/minecraft/models/w7580.json new file mode 100644 index 000000000..12c7dd69e --- /dev/null +++ b/assets/minecraft/models/w7580.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.75,6,9.25,6.25]},"east":{"texture":"#0","uv":[8.5,6.25,8.75,7]},"north":{"texture":"#0","uv":[8.75,6.25,9.25,7]},"south":{"texture":"#0","uv":[9.5,6.25,10,7]},"up":{"texture":"#0","uv":[9.25,6.25,8.75,6]},"west":{"texture":"#0","uv":[9.25,6.25,9.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1721179335_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7581.json b/assets/minecraft/models/w7581.json new file mode 100644 index 000000000..e8302f5b0 --- /dev/null +++ b/assets/minecraft/models/w7581.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,6,9.75,6.25]},"east":{"texture":"#0","uv":[9.5,6.25,9.25,7]},"north":{"texture":"#0","uv":[9.25,6.25,8.75,7]},"south":{"texture":"#0","uv":[10,6.25,9.5,7]},"up":{"texture":"#0","uv":[8.75,6.25,9.25,6]},"west":{"texture":"#0","uv":[8.75,6.25,8.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1721179335_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7582.json b/assets/minecraft/models/w7582.json new file mode 100644 index 000000000..04150d8fa --- /dev/null +++ b/assets/minecraft/models/w7582.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,7.25,4,8.25]},"east":{"texture":"#0","uv":[2.5,8.25,3.5,8.5]},"north":{"texture":"#0","uv":[3.5,8.25,4,8.5]},"south":{"texture":"#0","uv":[5,8.25,5.5,8.5]},"up":{"texture":"#0","uv":[4,8.25,3.5,7.25]},"west":{"texture":"#0","uv":[4,8.25,5,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.88,-15.599999,-14.4]}],"overrides":[],"textures":{"0":"item/w1721179335_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7583.json b/assets/minecraft/models/w7583.json new file mode 100644 index 000000000..04e653014 --- /dev/null +++ b/assets/minecraft/models/w7583.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,7.5,6.5,8]},"east":{"texture":"#0","uv":[5.5,8,6,9.75]},"north":{"texture":"#0","uv":[6,8,6.5,9.75]},"south":{"texture":"#0","uv":[7,8,7.5,9.75]},"up":{"texture":"#0","uv":[6.5,8,6,7.5]},"west":{"texture":"#0","uv":[6.5,8,7,9.75]}},"from":[-16,-15.6,-15.48],"shade":false,"to":[-15.2,-12.8,-14.679999]},{"faces":{"down":{"texture":"#0","uv":[6.25,3.5,5.75,4.25]},"east":{"texture":"#0","uv":[4.5,4.25,5.25,4.5]},"north":{"texture":"#0","uv":[5.25,4.25,5.75,4.5]},"south":{"texture":"#0","uv":[6.5,4.25,7,4.5]},"up":{"texture":"#0","uv":[5.75,4.25,5.25,3.5]},"west":{"texture":"#0","uv":[5.75,4.25,6.5,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w2006258482_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7584.json b/assets/minecraft/models/w7584.json new file mode 100644 index 000000000..4249162cf --- /dev/null +++ b/assets/minecraft/models/w7584.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,7.5,7,8]},"east":{"texture":"#0","uv":[7,8,6.5,9.75]},"north":{"texture":"#0","uv":[6.5,8,6,9.75]},"south":{"texture":"#0","uv":[7.5,8,7,9.75]},"up":{"texture":"#0","uv":[6,8,6.5,7.5]},"west":{"texture":"#0","uv":[6,8,5.5,9.75]}},"from":[-16,-15.6,-15.48],"shade":false,"to":[-15.2,-12.8,-14.679999]},{"faces":{"down":{"texture":"#0","uv":[5.75,3.5,6.25,4.25]},"east":{"texture":"#0","uv":[6.5,4.25,5.75,4.5]},"north":{"texture":"#0","uv":[5.75,4.25,5.25,4.5]},"south":{"texture":"#0","uv":[7,4.25,6.5,4.5]},"up":{"texture":"#0","uv":[5.25,4.25,5.75,3.5]},"west":{"texture":"#0","uv":[5.25,4.25,4.5,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w2006258482_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7585.json b/assets/minecraft/models/w7585.json new file mode 100644 index 000000000..c698bcc80 --- /dev/null +++ b/assets/minecraft/models/w7585.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,0,7.25,1]},"east":{"texture":"#0","uv":[5.5,1,6.5,2]},"north":{"texture":"#0","uv":[6.5,1,7.25,2]},"south":{"texture":"#0","uv":[8.25,1,9,2]},"up":{"texture":"#0","uv":[7.25,1,6.5,0]},"west":{"texture":"#0","uv":[7.25,1,8.25,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w2006258482_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7586.json b/assets/minecraft/models/w7586.json new file mode 100644 index 000000000..afc77c9a4 --- /dev/null +++ b/assets/minecraft/models/w7586.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,5.5,6.5,6]},"east":{"texture":"#0","uv":[6,6,6.5,6.75]},"north":{"texture":"#0","uv":[6.5,6,6.5,6.75]},"south":{"texture":"#0","uv":[7,6,7,6.75]},"up":{"texture":"#0","uv":[6.5,6,6.5,5.5]},"west":{"texture":"#0","uv":[6.5,6,7,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w2006258482_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7587.json b/assets/minecraft/models/w7587.json new file mode 100644 index 000000000..1418f6ff2 --- /dev/null +++ b/assets/minecraft/models/w7587.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,0,1,0.5]},"east":{"texture":"#0","uv":[0,0.5,0.5,1.75]},"north":{"texture":"#0","uv":[0.5,0.5,1,1.75]},"south":{"texture":"#0","uv":[1.5,0.5,2,1.75]},"up":{"texture":"#0","uv":[1,0.5,0.5,0]},"west":{"texture":"#0","uv":[1,0.5,1.5,1.75]}},"from":[-16,-15.6,-15.44],"shade":false,"to":[-15.2,-13.6,-14.639999]},{"faces":{"down":{"texture":"#0","uv":[9.75,0,9.25,0.75]},"east":{"texture":"#0","uv":[8,0.75,8.75,1]},"north":{"texture":"#0","uv":[8.75,0.75,9.25,1]},"south":{"texture":"#0","uv":[10,0.75,10.5,1]},"up":{"texture":"#0","uv":[9.25,0.75,8.75,0]},"west":{"texture":"#0","uv":[9.25,0.75,10,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w2006258482_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7588.json b/assets/minecraft/models/w7588.json new file mode 100644 index 000000000..ebbed6709 --- /dev/null +++ b/assets/minecraft/models/w7588.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,0,8,1]},"east":{"texture":"#0","uv":[8.25,1,7.25,2]},"north":{"texture":"#0","uv":[7.25,1,6.5,2]},"south":{"texture":"#0","uv":[9,1,8.25,2]},"up":{"texture":"#0","uv":[6.5,1,7.25,0]},"west":{"texture":"#0","uv":[6.5,1,5.5,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w2006258482_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7589.json b/assets/minecraft/models/w7589.json new file mode 100644 index 000000000..f876a6715 --- /dev/null +++ b/assets/minecraft/models/w7589.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,5.5,6.5,6]},"east":{"texture":"#0","uv":[7,6,6.5,6.75]},"north":{"texture":"#0","uv":[6.5,6,6.5,6.75]},"south":{"texture":"#0","uv":[7,6,7,6.75]},"up":{"texture":"#0","uv":[6.5,6,6.5,5.5]},"west":{"texture":"#0","uv":[6.5,6,6,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w2006258482_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w759.json b/assets/minecraft/models/w759.json new file mode 100644 index 000000000..570c5d7ae --- /dev/null +++ b/assets/minecraft/models/w759.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,0,6,3]},"east":{"texture":"#0","uv":[0,3,3,6]},"north":{"texture":"#0","uv":[3,3,6,6]},"south":{"texture":"#0","uv":[9,3,12,6]},"up":{"texture":"#0","uv":[6,3,3,0]},"west":{"texture":"#0","uv":[6,3,9,6]}},"from":[-16,-16,-15.6],"shade":false,"to":[-14.8,-14.8,-14.400001]},{"faces":{"down":{"texture":"#0","uv":[15,0,14,1]},"east":{"texture":"#0","uv":[12,1,13,2]},"north":{"texture":"#0","uv":[13,1,14,2]},"south":{"texture":"#0","uv":[15,1,16,2]},"up":{"texture":"#0","uv":[14,1,13,0]},"west":{"texture":"#0","uv":[14,1,15,2]}},"from":[-15.6,-15.8,-16],"shade":false,"to":[-15.200001,-15.400001,-15.6]}],"overrides":[],"textures":{"0":"item/w1054345227_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7590.json b/assets/minecraft/models/w7590.json new file mode 100644 index 000000000..fd65e0fb6 --- /dev/null +++ b/assets/minecraft/models/w7590.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0,1.5,0.5]},"east":{"texture":"#0","uv":[1.5,0.5,1,1.75]},"north":{"texture":"#0","uv":[1,0.5,0.5,1.75]},"south":{"texture":"#0","uv":[2,0.5,1.5,1.75]},"up":{"texture":"#0","uv":[0.5,0.5,1,0]},"west":{"texture":"#0","uv":[0.5,0.5,0,1.75]}},"from":[-16,-15.6,-15.44],"shade":false,"to":[-15.2,-13.6,-14.639999]},{"faces":{"down":{"texture":"#0","uv":[9.25,0,9.75,0.75]},"east":{"texture":"#0","uv":[10,0.75,9.25,1]},"north":{"texture":"#0","uv":[9.25,0.75,8.75,1]},"south":{"texture":"#0","uv":[10.5,0.75,10,1]},"up":{"texture":"#0","uv":[8.75,0.75,9.25,0]},"west":{"texture":"#0","uv":[8.75,0.75,8,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w2006258482_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7591.json b/assets/minecraft/models/w7591.json new file mode 100644 index 000000000..54e394bc6 --- /dev/null +++ b/assets/minecraft/models/w7591.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,3.5,3,5]},"east":{"texture":"#0","uv":[0,5,1.5,7.25]},"north":{"texture":"#0","uv":[1.5,5,3,7.25]},"south":{"texture":"#0","uv":[4.5,5,6,7.25]},"up":{"texture":"#0","uv":[3,5,1.5,3.5]},"west":{"texture":"#0","uv":[3,5,4.5,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12.4,-13.4]}],"overrides":[],"textures":{"0":"item/w2006258482_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7592.json b/assets/minecraft/models/w7592.json new file mode 100644 index 000000000..66662e517 --- /dev/null +++ b/assets/minecraft/models/w7592.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,8.5,3.5,9]},"east":{"texture":"#0","uv":[2.5,9,3,9.5]},"north":{"texture":"#0","uv":[3,9,3.5,9.5]},"south":{"texture":"#0","uv":[4,9,4.5,9.5]},"up":{"texture":"#0","uv":[3.5,9,3,8.5]},"west":{"texture":"#0","uv":[3.5,9,4,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w2006258482_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7593.json b/assets/minecraft/models/w7593.json new file mode 100644 index 000000000..009a94e62 --- /dev/null +++ b/assets/minecraft/models/w7593.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.75,2]},"east":{"texture":"#0","uv":[0,2,2,3.5]},"north":{"texture":"#0","uv":[2,2,3.75,3.5]},"south":{"texture":"#0","uv":[5.75,2,7.5,3.5]},"up":{"texture":"#0","uv":[3.75,2,2,0]},"west":{"texture":"#0","uv":[3.75,2,5.75,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.6,-12.8]}],"overrides":[],"textures":{"0":"item/w2006258482_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7594.json b/assets/minecraft/models/w7594.json new file mode 100644 index 000000000..cddf486ac --- /dev/null +++ b/assets/minecraft/models/w7594.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,3.5,0.75,3.5]},"east":{"texture":"#0","uv":[0,3.5,0,4.5]},"north":{"texture":"#0","uv":[0,3.5,0.75,4.5]},"south":{"texture":"#0","uv":[0.75,3.5,1.5,4.5]},"up":{"texture":"#0","uv":[0.75,3.5,0,3.5]},"west":{"texture":"#0","uv":[0.75,3.5,0.75,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w2006258482_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7595.json b/assets/minecraft/models/w7595.json new file mode 100644 index 000000000..1e1be6fa3 --- /dev/null +++ b/assets/minecraft/models/w7595.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,3.5,1.5,3.5]},"east":{"texture":"#0","uv":[0.75,3.5,0.75,4.5]},"north":{"texture":"#0","uv":[0.75,3.5,0,4.5]},"south":{"texture":"#0","uv":[1.5,3.5,0.75,4.5]},"up":{"texture":"#0","uv":[0,3.5,0.75,3.5]},"west":{"texture":"#0","uv":[0,3.5,0,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w2006258482_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7596.json b/assets/minecraft/models/w7596.json new file mode 100644 index 000000000..9b0925abe --- /dev/null +++ b/assets/minecraft/models/w7596.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,2,9.25,3]},"east":{"texture":"#0","uv":[7.5,3,8.5,3.25]},"north":{"texture":"#0","uv":[8.5,3,9,3.25]},"south":{"texture":"#0","uv":[10,3,10.5,3.25]},"up":{"texture":"#0","uv":[9.25,3,8.5,2]},"west":{"texture":"#0","uv":[9,3,10,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.88,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w2006258482_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7597.json b/assets/minecraft/models/w7597.json new file mode 100644 index 000000000..e4517de39 --- /dev/null +++ b/assets/minecraft/models/w7597.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,3.5,8.5,4.5]},"east":{"texture":"#0","uv":[6,4.5,7,6]},"north":{"texture":"#0","uv":[7,4.5,8.5,6]},"south":{"texture":"#0","uv":[9.5,4.5,11,6]},"up":{"texture":"#0","uv":[8.5,4.5,7,3.5]},"west":{"texture":"#0","uv":[8.5,4.5,9.5,6]}},"from":[-16,-16,-14.4],"shade":false,"to":[-13.6,-13.6,-12.799999]},{"faces":{"down":{"texture":"#0","uv":[8.5,6,7.75,7]},"east":{"texture":"#0","uv":[6,7,7,7.5]},"north":{"texture":"#0","uv":[7,7,7.75,7.5]},"south":{"texture":"#0","uv":[8.75,7,9.5,7.5]},"up":{"texture":"#0","uv":[7.75,7,7,6]},"west":{"texture":"#0","uv":[7.75,7,8.75,7.5]}},"from":[-15.4,-15.752,-16],"shade":false,"to":[-14.2,-14.952,-14.4]}],"overrides":[],"textures":{"0":"item/w2006258482_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7598.json b/assets/minecraft/models/w7598.json new file mode 100644 index 000000000..57f079e72 --- /dev/null +++ b/assets/minecraft/models/w7598.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,7.5,8.5,8]},"east":{"texture":"#0","uv":[7.5,8,8,9]},"north":{"texture":"#0","uv":[8,8,8.5,9]},"south":{"texture":"#0","uv":[9,8,9.5,9]},"up":{"texture":"#0","uv":[8.5,8,8,7.5]},"west":{"texture":"#0","uv":[8.5,8,9,9]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-15.04]}],"overrides":[],"textures":{"0":"item/w2006258482_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7599.json b/assets/minecraft/models/w7599.json new file mode 100644 index 000000000..51fadc11d --- /dev/null +++ b/assets/minecraft/models/w7599.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,7.25,1.25,8]},"east":{"texture":"#0","uv":[0,8,0.75,9.5]},"north":{"texture":"#0","uv":[0.75,8,1.25,9.5]},"south":{"texture":"#0","uv":[2,8,2.5,9.5]},"up":{"texture":"#0","uv":[1.25,8,0.75,7.25]},"west":{"texture":"#0","uv":[1.25,8,2,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-13.6,-14.8]}],"overrides":[],"textures":{"0":"item/w2006258482_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w76.json b/assets/minecraft/models/w76.json new file mode 100644 index 000000000..2e892ae1a --- /dev/null +++ b/assets/minecraft/models/w76.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,2.625,3.125,3.5]},"east":{"texture":"#0","uv":[3.125,4.375,4,5]},"north":{"texture":"#0","uv":[3.75,3.75,4.375,4.375]},"south":{"texture":"#0","uv":[2.5,3.125,3.125,3.75]},"up":{"texture":"#0","uv":[3.75,4.375,3.125,3.5]},"west":{"texture":"#0","uv":[1.625,3.125,2.5,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-13.2]}],"overrides":[],"textures":{"0":"item/w1081588330_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w760.json b/assets/minecraft/models/w760.json new file mode 100644 index 000000000..28a8b45c3 --- /dev/null +++ b/assets/minecraft/models/w760.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,4,13,5]},"east":{"texture":"#0","uv":[11,5,12,5]},"north":{"texture":"#0","uv":[12,5,13,5]},"south":{"texture":"#0","uv":[14,5,15,5]},"up":{"texture":"#0","uv":[13,5,12,4]},"west":{"texture":"#0","uv":[13,5,14,5]}},"from":[-16,-15.99,-16],"shade":false,"to":[-15.6,-15.99,-15.6]},{"faces":{"down":{"texture":"#0","uv":[14,2,13,2]},"east":{"texture":"#0","uv":[12,2,12,4]},"north":{"texture":"#0","uv":[12,2,13,4]},"south":{"texture":"#0","uv":[13,2,14,4]},"up":{"texture":"#0","uv":[13,2,12,2]},"west":{"texture":"#0","uv":[13,2,13,4]}},"from":[-16,-16,-15.6],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1054345227_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7600.json b/assets/minecraft/models/w7600.json new file mode 100644 index 000000000..714feeb7b --- /dev/null +++ b/assets/minecraft/models/w7600.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.75,6,9.25,6.25]},"east":{"texture":"#0","uv":[8.5,6.25,8.75,7]},"north":{"texture":"#0","uv":[8.75,6.25,9.25,7]},"south":{"texture":"#0","uv":[9.5,6.25,10,7]},"up":{"texture":"#0","uv":[9.25,6.25,8.75,6]},"west":{"texture":"#0","uv":[9.25,6.25,9.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w2006258482_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7601.json b/assets/minecraft/models/w7601.json new file mode 100644 index 000000000..28ddd1edb --- /dev/null +++ b/assets/minecraft/models/w7601.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,6,9.75,6.25]},"east":{"texture":"#0","uv":[9.5,6.25,9.25,7]},"north":{"texture":"#0","uv":[9.25,6.25,8.75,7]},"south":{"texture":"#0","uv":[10,6.25,9.5,7]},"up":{"texture":"#0","uv":[8.75,6.25,9.25,6]},"west":{"texture":"#0","uv":[8.75,6.25,8.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w2006258482_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7602.json b/assets/minecraft/models/w7602.json new file mode 100644 index 000000000..496e5dce2 --- /dev/null +++ b/assets/minecraft/models/w7602.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,7.25,4,8.25]},"east":{"texture":"#0","uv":[2.5,8.25,3.5,8.5]},"north":{"texture":"#0","uv":[3.5,8.25,4,8.5]},"south":{"texture":"#0","uv":[5,8.25,5.5,8.5]},"up":{"texture":"#0","uv":[4,8.25,3.5,7.25]},"west":{"texture":"#0","uv":[4,8.25,5,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.88,-15.599999,-14.4]}],"overrides":[],"textures":{"0":"item/w2006258482_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7603.json b/assets/minecraft/models/w7603.json new file mode 100644 index 000000000..44ca25de8 --- /dev/null +++ b/assets/minecraft/models/w7603.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,1.5,7,3]},"east":{"texture":"#0","uv":[4.25,3,5.75,4.5]},"north":{"texture":"#0","uv":[5.75,3,7,4.5]},"south":{"texture":"#0","uv":[8.5,3,9.75,4.5]},"up":{"texture":"#0","uv":[7,3,5.75,1.5]},"west":{"texture":"#0","uv":[7,3,8.5,4.5]}},"from":[-16,-15.2,-16],"shade":false,"to":[-12,-10.4,-11.2]},{"faces":{"down":{"texture":"#0","uv":[4.875,6,4.875,7.5]},"east":{"texture":"#0","uv":[3.375,7.5,4.875,7.75]},"north":{"texture":"#0","uv":[4.875,7.5,4.875,7.75]},"south":{"texture":"#0","uv":[6.375,7.5,6.375,7.75]},"up":{"texture":"#0","uv":[4.875,7.5,4.875,6]},"west":{"texture":"#0","uv":[4.875,7.5,3.375,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.2,-11.2]},{"faces":{"down":{"texture":"#0","uv":[4.875,6,4.875,7.5]},"east":{"texture":"#0","uv":[3.375,7.5,4.875,7.75]},"north":{"texture":"#0","uv":[4.875,7.5,4.875,7.75]},"south":{"texture":"#0","uv":[6.375,7.5,6.375,7.75]},"up":{"texture":"#0","uv":[4.875,7.5,4.875,6]},"west":{"texture":"#0","uv":[4.875,7.5,3.375,7.75]}},"from":[-12,-16,-16],"shade":false,"to":[-12,-15.2,-11.2]}],"overrides":[],"textures":{"0":"item/w1724276494_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7604.json b/assets/minecraft/models/w7604.json new file mode 100644 index 000000000..c0cd72b59 --- /dev/null +++ b/assets/minecraft/models/w7604.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.625,0,9.875,0.875]},"east":{"texture":"#0","uv":[8.25,0.875,9.125,2.125]},"north":{"texture":"#0","uv":[9.125,0.875,9.875,2.125]},"south":{"texture":"#0","uv":[10.75,0.875,11.5,2.125]},"up":{"texture":"#0","uv":[9.875,0.875,9.125,0]},"west":{"texture":"#0","uv":[9.875,0.875,10.75,2.125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12,-13.2]}],"overrides":[],"textures":{"0":"item/w1724276494_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7605.json b/assets/minecraft/models/w7605.json new file mode 100644 index 000000000..f626349e3 --- /dev/null +++ b/assets/minecraft/models/w7605.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.875,0,10.625,0.875]},"east":{"texture":"#0","uv":[10.75,0.875,9.875,2.125]},"north":{"texture":"#0","uv":[9.875,0.875,9.125,2.125]},"south":{"texture":"#0","uv":[11.5,0.875,10.75,2.125]},"up":{"texture":"#0","uv":[9.125,0.875,9.875,0]},"west":{"texture":"#0","uv":[9.125,0.875,8.25,2.125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12,-13.2]}],"overrides":[],"textures":{"0":"item/w1724276494_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7606.json b/assets/minecraft/models/w7606.json new file mode 100644 index 000000000..eacaa0050 --- /dev/null +++ b/assets/minecraft/models/w7606.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.875,8.375,8.25,9]},"east":{"texture":"#0","uv":[7,9,7.625,10.25]},"north":{"texture":"#0","uv":[7.625,9,8.25,10.25]},"south":{"texture":"#0","uv":[8.875,9,9.5,10.25]},"up":{"texture":"#0","uv":[8.25,9,7.625,8.375]},"west":{"texture":"#0","uv":[8.25,9,8.875,10.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-12,-14]}],"overrides":[],"textures":{"0":"item/w1724276494_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7607.json b/assets/minecraft/models/w7607.json new file mode 100644 index 000000000..944d64f8a --- /dev/null +++ b/assets/minecraft/models/w7607.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,8.375,8.875,9]},"east":{"texture":"#0","uv":[8.875,9,8.25,10.25]},"north":{"texture":"#0","uv":[8.25,9,7.625,10.25]},"south":{"texture":"#0","uv":[9.5,9,8.875,10.25]},"up":{"texture":"#0","uv":[7.625,9,8.25,8.375]},"west":{"texture":"#0","uv":[7.625,9,7,10.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-12,-14]}],"overrides":[],"textures":{"0":"item/w1724276494_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7608.json b/assets/minecraft/models/w7608.json new file mode 100644 index 000000000..c681ba9c1 --- /dev/null +++ b/assets/minecraft/models/w7608.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,3,2.875,4.5]},"east":{"texture":"#0","uv":[0,4.5,1.5,5.875]},"north":{"texture":"#0","uv":[1.5,4.5,2.875,5.875]},"south":{"texture":"#0","uv":[4.375,4.5,5.75,5.875]},"up":{"texture":"#0","uv":[2.875,4.5,1.5,3]},"west":{"texture":"#0","uv":[2.875,4.5,4.375,5.875]}},"from":[-16,-14.8,-16],"shade":false,"to":[-11.6,-10.4,-11.2]},{"faces":{"down":{"texture":"#0","uv":[7.25,3.5,7.25,5]},"east":{"texture":"#0","uv":[5.75,5,7.25,5.375]},"north":{"texture":"#0","uv":[7.25,5,7.25,5.375]},"south":{"texture":"#0","uv":[8.75,5,8.75,5.375]},"up":{"texture":"#0","uv":[7.25,5,7.25,3.5]},"west":{"texture":"#0","uv":[7.25,5,5.75,5.375]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-11.2]},{"faces":{"down":{"texture":"#0","uv":[7.25,3.5,7.25,5]},"east":{"texture":"#0","uv":[5.75,5,7.25,5.375]},"north":{"texture":"#0","uv":[7.25,5,7.25,5.375]},"south":{"texture":"#0","uv":[8.75,5,8.75,5.375]},"up":{"texture":"#0","uv":[7.25,5,7.25,3.5]},"west":{"texture":"#0","uv":[7.25,5,5.75,5.375]}},"from":[-11.6,-16,-16],"shade":false,"to":[-11.6,-14.8,-11.2]}],"overrides":[],"textures":{"0":"item/w1724276494_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7609.json b/assets/minecraft/models/w7609.json new file mode 100644 index 000000000..b40f4eab4 --- /dev/null +++ b/assets/minecraft/models/w7609.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,0,2.875,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,3]},"north":{"texture":"#0","uv":[1.5,1.5,2.875,3]},"south":{"texture":"#0","uv":[4.375,1.5,5.75,3]},"up":{"texture":"#0","uv":[2.875,1.5,1.5,0]},"west":{"texture":"#0","uv":[2.875,1.5,4.375,3]}},"from":[-15.2,-14.4,-16],"shade":false,"to":[-10.799999,-9.599999,-11.2]},{"faces":{"down":{"texture":"#0","uv":[4.875,6.25,4.875,7.75]},"east":{"texture":"#0","uv":[3.375,7.75,4.875,8]},"north":{"texture":"#0","uv":[4.875,7.75,4.875,8]},"south":{"texture":"#0","uv":[6.375,7.75,6.375,8]},"up":{"texture":"#0","uv":[4.875,7.75,4.875,6.25]},"west":{"texture":"#0","uv":[4.875,7.75,3.375,8]}},"from":[-15.2,-15.2,-16],"shade":false,"to":[-15.2,-14.4,-11.2]},{"faces":{"down":{"texture":"#0","uv":[4.875,6.25,4.875,7.75]},"east":{"texture":"#0","uv":[3.375,7.75,4.875,8]},"north":{"texture":"#0","uv":[4.875,7.75,4.875,8]},"south":{"texture":"#0","uv":[6.375,7.75,6.375,8]},"up":{"texture":"#0","uv":[4.875,7.75,4.875,6.25]},"west":{"texture":"#0","uv":[4.875,7.75,3.375,8]}},"from":[-10.8,-15.2,-16],"shade":false,"to":[-10.8,-14.4,-11.2]},{"faces":{"down":{"texture":"#0","uv":[7.25,3,7.25,4.5]},"east":{"texture":"#0","uv":[5.75,4.5,7.25,5]},"north":{"texture":"#0","uv":[7.25,4.5,7.25,5]},"south":{"texture":"#0","uv":[8.75,4.5,8.75,5]},"up":{"texture":"#0","uv":[7.25,4.5,7.25,3]},"west":{"texture":"#0","uv":[7.25,4.5,5.75,5]}},"from":[-13,-16,-16],"shade":false,"to":[-13,-14.4,-11.2]},{"faces":{"down":{"texture":"#0","uv":[7.25,3.875,7.25,5.375]},"east":{"texture":"#0","uv":[5.75,5.375,7.25,5.75]},"north":{"texture":"#0","uv":[7.25,5.375,7.25,5.75]},"south":{"texture":"#0","uv":[8.75,5.375,8.75,5.75]},"up":{"texture":"#0","uv":[7.25,5.375,7.25,3.875]},"west":{"texture":"#0","uv":[7.25,5.375,5.75,5.75]}},"from":[-13,-9.6,-16],"shade":false,"to":[-13,-8.400001,-11.2]},{"faces":{"down":{"texture":"#0","uv":[5,10.125,4.75,10.125]},"east":{"texture":"#0","uv":[4.5,10.125,4.5,11.625]},"north":{"texture":"#0","uv":[4.5,10.125,4.75,11.625]},"south":{"texture":"#0","uv":[4.75,10.125,4.5,11.625]},"up":{"texture":"#0","uv":[4.75,10.125,4.5,10.125]},"west":{"texture":"#0","uv":[4.75,10.125,4.75,11.625]}},"from":[-16,-14.4,-16],"shade":false,"to":[-15.2,-9.599999,-16]},{"faces":{"down":{"texture":"#0","uv":[4.75,10.125,5,10.125]},"east":{"texture":"#0","uv":[4.75,10.125,4.75,11.625]},"north":{"texture":"#0","uv":[4.75,10.125,4.5,11.625]},"south":{"texture":"#0","uv":[4.5,10.125,4.75,11.625]},"up":{"texture":"#0","uv":[4.5,10.125,4.75,10.125]},"west":{"texture":"#0","uv":[4.5,10.125,4.5,11.625]}},"from":[-10.8,-14.4,-16],"shade":false,"to":[-10,-9.599999,-16]},{"faces":{"down":{"texture":"#0","uv":[12.75,4.75,11.375,4.75]},"east":{"texture":"#0","uv":[10,4.75,10,5]},"north":{"texture":"#0","uv":[10,4.75,11.375,5]},"south":{"texture":"#0","uv":[11.375,4.75,10,5]},"up":{"texture":"#0","uv":[11.375,4.75,10,4.75]},"west":{"texture":"#0","uv":[11.375,4.75,11.375,5]}},"from":[-15.2,-9.6,-16],"shade":false,"to":[-10.799999,-8.8,-16]},{"faces":{"down":{"texture":"#0","uv":[7,1.25,5.625,1.25]},"east":{"texture":"#0","uv":[4.25,1.25,4.25,1.5]},"north":{"texture":"#0","uv":[4.25,1.25,5.625,1.5]},"south":{"texture":"#0","uv":[5.625,1.25,4.25,1.5]},"up":{"texture":"#0","uv":[5.625,1.25,4.25,1.25]},"west":{"texture":"#0","uv":[5.625,1.25,5.625,1.5]}},"from":[-15.2,-15.2,-16],"shade":false,"to":[-10.799999,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1724276494_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w761.json b/assets/minecraft/models/w761.json new file mode 100644 index 000000000..9a8a99c36 --- /dev/null +++ b/assets/minecraft/models/w761.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,4,14,5]},"east":{"texture":"#0","uv":[14,5,13,5]},"north":{"texture":"#0","uv":[13,5,12,5]},"south":{"texture":"#0","uv":[15,5,14,5]},"up":{"texture":"#0","uv":[12,5,13,4]},"west":{"texture":"#0","uv":[12,5,11,5]}},"from":[-16,-15.99,-16],"shade":false,"to":[-15.6,-15.99,-15.6]},{"faces":{"down":{"texture":"#0","uv":[13,2,14,2]},"east":{"texture":"#0","uv":[13,2,13,4]},"north":{"texture":"#0","uv":[13,2,12,4]},"south":{"texture":"#0","uv":[14,2,13,4]},"up":{"texture":"#0","uv":[12,2,13,2]},"west":{"texture":"#0","uv":[12,2,12,4]}},"from":[-16,-16,-15.6],"shade":false,"to":[-15.6,-15.2,-15.6]}],"overrides":[],"textures":{"0":"item/w1054345227_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7610.json b/assets/minecraft/models/w7610.json new file mode 100644 index 000000000..e62d5ec1d --- /dev/null +++ b/assets/minecraft/models/w7610.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.625,7.25,6.625,7.5]},"east":{"texture":"#0","uv":[6.375,7.5,6.625,8.75]},"north":{"texture":"#0","uv":[6.625,7.5,6.625,8.75]},"south":{"texture":"#0","uv":[6.875,7.5,6.875,8.75]},"up":{"texture":"#0","uv":[6.625,7.5,6.625,7.25]},"west":{"texture":"#0","uv":[6.625,7.5,6.375,8.75]}},"from":[-16,-16,-14.4],"shade":false,"to":[-16,-12,-13.599999]},{"faces":{"down":{"texture":"#0","uv":[11,8.375,10.5,8.875]},"east":{"texture":"#0","uv":[9.5,8.875,10,10.125]},"north":{"texture":"#0","uv":[10,8.875,10.5,10.125]},"south":{"texture":"#0","uv":[11,8.875,11.5,10.125]},"up":{"texture":"#0","uv":[10.5,8.875,10,8.375]},"west":{"texture":"#0","uv":[10.5,8.875,11,10.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-12,-14.4]}],"overrides":[],"textures":{"0":"item/w1724276494_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7611.json b/assets/minecraft/models/w7611.json new file mode 100644 index 000000000..d8600ad36 --- /dev/null +++ b/assets/minecraft/models/w7611.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.625,7.25,6.625,7.5]},"east":{"texture":"#0","uv":[6.375,7.5,6.625,8.75]},"north":{"texture":"#0","uv":[6.625,7.5,6.625,8.75]},"south":{"texture":"#0","uv":[6.875,7.5,6.875,8.75]},"up":{"texture":"#0","uv":[6.625,7.5,6.625,7.25]},"west":{"texture":"#0","uv":[6.625,7.5,6.375,8.75]}},"from":[-14.4,-16,-14.4],"shade":false,"to":[-14.4,-12,-13.599999]},{"faces":{"down":{"texture":"#0","uv":[10.5,8.375,11,8.875]},"east":{"texture":"#0","uv":[11,8.875,10.5,10.125]},"north":{"texture":"#0","uv":[10.5,8.875,10,10.125]},"south":{"texture":"#0","uv":[11.5,8.875,11,10.125]},"up":{"texture":"#0","uv":[10,8.875,10.5,8.375]},"west":{"texture":"#0","uv":[10,8.875,9.5,10.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-12,-14.4]}],"overrides":[],"textures":{"0":"item/w1724276494_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7612.json b/assets/minecraft/models/w7612.json new file mode 100644 index 000000000..4ba527f2a --- /dev/null +++ b/assets/minecraft/models/w7612.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,7.75,6,8]},"east":{"texture":"#0","uv":[5.75,8,6,9.125]},"north":{"texture":"#0","uv":[6,8,6,9.125]},"south":{"texture":"#0","uv":[6.25,8,6.25,9.125]},"up":{"texture":"#0","uv":[6,8,6,7.75]},"west":{"texture":"#0","uv":[6,8,5.75,9.125]}},"from":[-16,-16,-14.4],"shade":false,"to":[-16,-12.4,-13.599999]},{"faces":{"down":{"texture":"#0","uv":[11.25,2.125,10.75,2.625]},"east":{"texture":"#0","uv":[9.75,2.625,10.25,3.75]},"north":{"texture":"#0","uv":[10.25,2.625,10.75,3.75]},"south":{"texture":"#0","uv":[11.25,2.625,11.75,3.75]},"up":{"texture":"#0","uv":[10.75,2.625,10.25,2.125]},"west":{"texture":"#0","uv":[10.75,2.625,11.25,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-12.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1724276494_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7613.json b/assets/minecraft/models/w7613.json new file mode 100644 index 000000000..e5f0a94e7 --- /dev/null +++ b/assets/minecraft/models/w7613.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,7.75,6,8]},"east":{"texture":"#0","uv":[5.75,8,6,9.125]},"north":{"texture":"#0","uv":[6,8,6,9.125]},"south":{"texture":"#0","uv":[6.25,8,6.25,9.125]},"up":{"texture":"#0","uv":[6,8,6,7.75]},"west":{"texture":"#0","uv":[6,8,5.75,9.125]}},"from":[-14.4,-16,-14.4],"shade":false,"to":[-14.4,-12.4,-13.599999]},{"faces":{"down":{"texture":"#0","uv":[10.75,2.125,11.25,2.625]},"east":{"texture":"#0","uv":[11.25,2.625,10.75,3.75]},"north":{"texture":"#0","uv":[10.75,2.625,10.25,3.75]},"south":{"texture":"#0","uv":[11.75,2.625,11.25,3.75]},"up":{"texture":"#0","uv":[10.25,2.625,10.75,2.125]},"west":{"texture":"#0","uv":[10.25,2.625,9.75,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-12.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1724276494_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7614.json b/assets/minecraft/models/w7614.json new file mode 100644 index 000000000..05eaae0b7 --- /dev/null +++ b/assets/minecraft/models/w7614.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.75,8.125,5,9.375]},"east":{"texture":"#0","uv":[3,9.375,4.25,10.125]},"north":{"texture":"#0","uv":[4.25,9.375,5,10.125]},"south":{"texture":"#0","uv":[6.25,9.375,7,10.125]},"up":{"texture":"#0","uv":[5,9.375,4.25,8.125]},"west":{"texture":"#0","uv":[5,9.375,6.25,10.125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-12]}],"overrides":[],"textures":{"0":"item/w1724276494_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7615.json b/assets/minecraft/models/w7615.json new file mode 100644 index 000000000..74f114f9b --- /dev/null +++ b/assets/minecraft/models/w7615.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.625,9.25,3.625,10.125]},"east":{"texture":"#0","uv":[2.75,10.125,3.625,10.875]},"north":{"texture":"#0","uv":[3.625,10.125,3.625,10.875]},"south":{"texture":"#0","uv":[4.5,10.125,4.5,10.875]},"up":{"texture":"#0","uv":[3.625,10.125,3.625,9.25]},"west":{"texture":"#0","uv":[3.625,10.125,2.75,10.875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.6,-13.2]}],"overrides":[],"textures":{"0":"item/w1724276494_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7616.json b/assets/minecraft/models/w7616.json new file mode 100644 index 000000000..74f114f9b --- /dev/null +++ b/assets/minecraft/models/w7616.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.625,9.25,3.625,10.125]},"east":{"texture":"#0","uv":[2.75,10.125,3.625,10.875]},"north":{"texture":"#0","uv":[3.625,10.125,3.625,10.875]},"south":{"texture":"#0","uv":[4.5,10.125,4.5,10.875]},"up":{"texture":"#0","uv":[3.625,10.125,3.625,9.25]},"west":{"texture":"#0","uv":[3.625,10.125,2.75,10.875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.6,-13.2]}],"overrides":[],"textures":{"0":"item/w1724276494_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7617.json b/assets/minecraft/models/w7617.json new file mode 100644 index 000000000..528a8c922 --- /dev/null +++ b/assets/minecraft/models/w7617.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.375,7.5,2.125,8.375]},"east":{"texture":"#0","uv":[0,8.375,0.875,9.375]},"north":{"texture":"#0","uv":[0.875,8.375,2.125,9.375]},"south":{"texture":"#0","uv":[3,8.375,4.25,9.375]},"up":{"texture":"#0","uv":[2.125,8.375,0.875,7.5]},"west":{"texture":"#0","uv":[2.125,8.375,3,9.375]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-12.8,-13.2]}],"overrides":[],"textures":{"0":"item/w1724276494_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7618.json b/assets/minecraft/models/w7618.json new file mode 100644 index 000000000..34ddb1bc4 --- /dev/null +++ b/assets/minecraft/models/w7618.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,9.375,1.375,10.125]},"east":{"texture":"#0","uv":[0,10.125,0.75,10.375]},"north":{"texture":"#0","uv":[0.75,10.125,1.375,10.375]},"south":{"texture":"#0","uv":[2.125,10.125,2.75,10.375]},"up":{"texture":"#0","uv":[1.375,10.125,0.75,9.375]},"west":{"texture":"#0","uv":[1.375,10.125,2.125,10.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w1724276494_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7619.json b/assets/minecraft/models/w7619.json new file mode 100644 index 000000000..0db739baf --- /dev/null +++ b/assets/minecraft/models/w7619.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.375,9.375,2,10.125]},"east":{"texture":"#0","uv":[2.125,10.125,1.375,10.375]},"north":{"texture":"#0","uv":[1.375,10.125,0.75,10.375]},"south":{"texture":"#0","uv":[2.75,10.125,2.125,10.375]},"up":{"texture":"#0","uv":[0.75,10.125,1.375,9.375]},"west":{"texture":"#0","uv":[0.75,10.125,0,10.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w1724276494_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w762.json b/assets/minecraft/models/w762.json new file mode 100644 index 000000000..22693ea00 --- /dev/null +++ b/assets/minecraft/models/w762.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,6,5,9]},"east":{"texture":"#0","uv":[7,9,4,11]},"north":{"texture":"#0","uv":[4,9,3,11]},"south":{"texture":"#0","uv":[8,9,7,11]},"up":{"texture":"#0","uv":[3,9,4,6]},"west":{"texture":"#0","uv":[3,9,0,11]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1054345227_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7620.json b/assets/minecraft/models/w7620.json new file mode 100644 index 000000000..a1c8bf6aa --- /dev/null +++ b/assets/minecraft/models/w7620.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,3.75,10.375,4.5]},"east":{"texture":"#0","uv":[9,4.5,9.75,4.75]},"north":{"texture":"#0","uv":[9.75,4.5,10.375,4.75]},"south":{"texture":"#0","uv":[11.125,4.5,11.75,4.75]},"up":{"texture":"#0","uv":[10.375,4.5,9.75,3.75]},"west":{"texture":"#0","uv":[10.375,4.5,11.125,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w1724276494_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7621.json b/assets/minecraft/models/w7621.json new file mode 100644 index 000000000..d8cf19960 --- /dev/null +++ b/assets/minecraft/models/w7621.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.375,3.75,11,4.5]},"east":{"texture":"#0","uv":[11.125,4.5,10.375,4.75]},"north":{"texture":"#0","uv":[10.375,4.5,9.75,4.75]},"south":{"texture":"#0","uv":[11.75,4.5,11.125,4.75]},"up":{"texture":"#0","uv":[9.75,4.5,10.375,3.75]},"west":{"texture":"#0","uv":[9.75,4.5,9,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w1724276494_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7622.json b/assets/minecraft/models/w7622.json new file mode 100644 index 000000000..b06b888cb --- /dev/null +++ b/assets/minecraft/models/w7622.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.125,3.75,2.125,5.875]},"east":{"texture":"#0","uv":[0,5.875,2.125,7.5]},"north":{"texture":"#0","uv":[2.125,5.875,2.125,7.5]},"south":{"texture":"#0","uv":[4.25,5.875,4.25,7.5]},"up":{"texture":"#0","uv":[2.125,5.875,2.125,3.75]},"west":{"texture":"#0","uv":[2.125,5.875,0,7.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-10.8,-9.2]}],"overrides":[],"textures":{"0":"item/w1724276494_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7623.json b/assets/minecraft/models/w7623.json new file mode 100644 index 000000000..f3a03e411 --- /dev/null +++ b/assets/minecraft/models/w7623.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.25,5.875,9.375,7.5]},"east":{"texture":"#0","uv":[6.875,7.5,8.5,8.375]},"north":{"texture":"#0","uv":[8.5,7.5,9.375,8.375]},"south":{"texture":"#0","uv":[11,7.5,11.875,8.375]},"up":{"texture":"#0","uv":[9.375,7.5,8.5,5.875]},"west":{"texture":"#0","uv":[9.375,7.5,11,8.375]}},"from":[-16,-14.8,-15.6],"shade":false,"to":[-13.2,-12,-10.400001]},{"faces":{"down":{"texture":"#0","uv":[6.375,3.75,6.375,5.875]},"east":{"texture":"#0","uv":[4.25,5.875,6.375,7.5]},"north":{"texture":"#0","uv":[6.375,5.875,6.375,7.5]},"south":{"texture":"#0","uv":[8.5,5.875,8.5,7.5]},"up":{"texture":"#0","uv":[6.375,5.875,6.375,3.75]},"west":{"texture":"#0","uv":[6.375,5.875,4.25,7.5]}},"from":[-14.6,-16,-16],"shade":false,"to":[-14.6,-10.8,-9.2]}],"overrides":[],"textures":{"0":"item/w1724276494_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7624.json b/assets/minecraft/models/w7624.json new file mode 100644 index 000000000..918655a3a --- /dev/null +++ b/assets/minecraft/models/w7624.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,0,7.625,0.5]},"east":{"texture":"#0","uv":[6.5,0.5,7,0.625]},"north":{"texture":"#0","uv":[7,0.5,7.625,0.625]},"south":{"texture":"#0","uv":[8.125,0.5,8.75,0.625]},"up":{"texture":"#0","uv":[7.625,0.5,7,0]},"west":{"texture":"#0","uv":[7.625,0.5,8.125,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.68,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w1724276494_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7625.json b/assets/minecraft/models/w7625.json new file mode 100644 index 000000000..a4a8a192d --- /dev/null +++ b/assets/minecraft/models/w7625.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,0,5.75,0.75]},"east":{"texture":"#0","uv":[4.25,0.75,5,1.25]},"north":{"texture":"#0","uv":[5,0.75,5.75,1.25]},"south":{"texture":"#0","uv":[6.5,0.75,7.25,1.25]},"up":{"texture":"#0","uv":[5.75,0.75,5,0]},"west":{"texture":"#0","uv":[5.75,0.75,6.5,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.4,-13.6]}],"overrides":[],"textures":{"0":"item/w1724276494_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7626.json b/assets/minecraft/models/w7626.json new file mode 100644 index 000000000..9b704ea0b --- /dev/null +++ b/assets/minecraft/models/w7626.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,3,0.75,3.25]},"east":{"texture":"#0","uv":[0,3.25,0.25,3.875]},"north":{"texture":"#0","uv":[0.25,3.25,0.75,3.875]},"south":{"texture":"#0","uv":[1,3.25,1.5,3.875]},"up":{"texture":"#0","uv":[0.75,3.25,0.25,3]},"west":{"texture":"#0","uv":[0.75,3.25,1,3.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14,-15.2]}],"overrides":[],"textures":{"0":"item/w1724276494_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7627.json b/assets/minecraft/models/w7627.json new file mode 100644 index 000000000..0251aa573 --- /dev/null +++ b/assets/minecraft/models/w7627.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,3,1.25,3.25]},"east":{"texture":"#0","uv":[1,3.25,0.75,3.875]},"north":{"texture":"#0","uv":[0.75,3.25,0.25,3.875]},"south":{"texture":"#0","uv":[1.5,3.25,1,3.875]},"up":{"texture":"#0","uv":[0.25,3.25,0.75,3]},"west":{"texture":"#0","uv":[0.25,3.25,0,3.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14,-15.2]}],"overrides":[],"textures":{"0":"item/w1724276494_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7628.json b/assets/minecraft/models/w7628.json new file mode 100644 index 000000000..13968cc7c --- /dev/null +++ b/assets/minecraft/models/w7628.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,4.875,9.375,5.75]},"east":{"texture":"#0","uv":[7.875,5.75,8.75,5.875]},"north":{"texture":"#0","uv":[8.75,5.75,9.375,5.875]},"south":{"texture":"#0","uv":[10.25,5.75,10.875,5.875]},"up":{"texture":"#0","uv":[9.375,5.75,8.75,4.875]},"west":{"texture":"#0","uv":[9.375,5.75,10.25,5.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.68,-15.6,-13.2]}],"overrides":[],"textures":{"0":"item/w1724276494_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7629.json b/assets/minecraft/models/w7629.json new file mode 100644 index 000000000..810a9c0ab --- /dev/null +++ b/assets/minecraft/models/w7629.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.75,0.25,12.25,1]},"east":{"texture":"#0","uv":[11,1,11.75,1]},"north":{"texture":"#0","uv":[11.75,1,12.25,1]},"south":{"texture":"#0","uv":[13,1,13.5,1]},"up":{"texture":"#0","uv":[12.25,1,11.75,0.25]},"west":{"texture":"#0","uv":[12.25,1,13,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.6]}],"overrides":[],"textures":{"0":"item/w1724276494_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w763.json b/assets/minecraft/models/w763.json new file mode 100644 index 000000000..26068b5cd --- /dev/null +++ b/assets/minecraft/models/w763.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,6,4,9]},"east":{"texture":"#0","uv":[0,9,3,11]},"north":{"texture":"#0","uv":[3,9,4,11]},"south":{"texture":"#0","uv":[7,9,8,11]},"up":{"texture":"#0","uv":[4,9,3,6]},"west":{"texture":"#0","uv":[4,9,7,11]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1054345227_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7630.json b/assets/minecraft/models/w7630.json new file mode 100644 index 000000000..cdb09df6e --- /dev/null +++ b/assets/minecraft/models/w7630.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,1.5,7,3]},"east":{"texture":"#0","uv":[4.25,3,5.75,4.5]},"north":{"texture":"#0","uv":[5.75,3,7,4.5]},"south":{"texture":"#0","uv":[8.5,3,9.75,4.5]},"up":{"texture":"#0","uv":[7,3,5.75,1.5]},"west":{"texture":"#0","uv":[7,3,8.5,4.5]}},"from":[-16,-15.2,-16],"shade":false,"to":[-12,-10.4,-11.2]},{"faces":{"down":{"texture":"#0","uv":[4.875,6,4.875,7.5]},"east":{"texture":"#0","uv":[3.375,7.5,4.875,7.75]},"north":{"texture":"#0","uv":[4.875,7.5,4.875,7.75]},"south":{"texture":"#0","uv":[6.375,7.5,6.375,7.75]},"up":{"texture":"#0","uv":[4.875,7.5,4.875,6]},"west":{"texture":"#0","uv":[4.875,7.5,3.375,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.2,-11.2]},{"faces":{"down":{"texture":"#0","uv":[4.875,6,4.875,7.5]},"east":{"texture":"#0","uv":[3.375,7.5,4.875,7.75]},"north":{"texture":"#0","uv":[4.875,7.5,4.875,7.75]},"south":{"texture":"#0","uv":[6.375,7.5,6.375,7.75]},"up":{"texture":"#0","uv":[4.875,7.5,4.875,6]},"west":{"texture":"#0","uv":[4.875,7.5,3.375,7.75]}},"from":[-12,-16,-16],"shade":false,"to":[-12,-15.2,-11.2]}],"overrides":[],"textures":{"0":"item/w918905176_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7631.json b/assets/minecraft/models/w7631.json new file mode 100644 index 000000000..e8b5781a1 --- /dev/null +++ b/assets/minecraft/models/w7631.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.875,8.375,8.25,9]},"east":{"texture":"#0","uv":[7,9,7.625,10.25]},"north":{"texture":"#0","uv":[7.625,9,8.25,10.25]},"south":{"texture":"#0","uv":[8.875,9,9.5,10.25]},"up":{"texture":"#0","uv":[8.25,9,7.625,8.375]},"west":{"texture":"#0","uv":[8.25,9,8.875,10.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-12,-14]}],"overrides":[],"textures":{"0":"item/w918905176_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7632.json b/assets/minecraft/models/w7632.json new file mode 100644 index 000000000..ecd185234 --- /dev/null +++ b/assets/minecraft/models/w7632.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,8.375,8.875,9]},"east":{"texture":"#0","uv":[8.875,9,8.25,10.25]},"north":{"texture":"#0","uv":[8.25,9,7.625,10.25]},"south":{"texture":"#0","uv":[9.5,9,8.875,10.25]},"up":{"texture":"#0","uv":[7.625,9,8.25,8.375]},"west":{"texture":"#0","uv":[7.625,9,7,10.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-12,-14]}],"overrides":[],"textures":{"0":"item/w918905176_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7633.json b/assets/minecraft/models/w7633.json new file mode 100644 index 000000000..194bc341b --- /dev/null +++ b/assets/minecraft/models/w7633.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.625,0,9.875,0.875]},"east":{"texture":"#0","uv":[8.25,0.875,9.125,2.125]},"north":{"texture":"#0","uv":[9.125,0.875,9.875,2.125]},"south":{"texture":"#0","uv":[10.75,0.875,11.5,2.125]},"up":{"texture":"#0","uv":[9.875,0.875,9.125,0]},"west":{"texture":"#0","uv":[9.875,0.875,10.75,2.125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12,-13.2]}],"overrides":[],"textures":{"0":"item/w918905176_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7634.json b/assets/minecraft/models/w7634.json new file mode 100644 index 000000000..a3f6e2b69 --- /dev/null +++ b/assets/minecraft/models/w7634.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.875,0,10.625,0.875]},"east":{"texture":"#0","uv":[10.75,0.875,9.875,2.125]},"north":{"texture":"#0","uv":[9.875,0.875,9.125,2.125]},"south":{"texture":"#0","uv":[11.5,0.875,10.75,2.125]},"up":{"texture":"#0","uv":[9.125,0.875,9.875,0]},"west":{"texture":"#0","uv":[9.125,0.875,8.25,2.125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12,-13.2]}],"overrides":[],"textures":{"0":"item/w918905176_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7635.json b/assets/minecraft/models/w7635.json new file mode 100644 index 000000000..3621d740b --- /dev/null +++ b/assets/minecraft/models/w7635.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,3,2.875,4.5]},"east":{"texture":"#0","uv":[0,4.5,1.5,5.875]},"north":{"texture":"#0","uv":[1.5,4.5,2.875,5.875]},"south":{"texture":"#0","uv":[4.375,4.5,5.75,5.875]},"up":{"texture":"#0","uv":[2.875,4.5,1.5,3]},"west":{"texture":"#0","uv":[2.875,4.5,4.375,5.875]}},"from":[-16,-14.8,-16],"shade":false,"to":[-11.6,-10.4,-11.2]},{"faces":{"down":{"texture":"#0","uv":[7.25,3.5,7.25,5]},"east":{"texture":"#0","uv":[5.75,5,7.25,5.375]},"north":{"texture":"#0","uv":[7.25,5,7.25,5.375]},"south":{"texture":"#0","uv":[8.75,5,8.75,5.375]},"up":{"texture":"#0","uv":[7.25,5,7.25,3.5]},"west":{"texture":"#0","uv":[7.25,5,5.75,5.375]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-11.2]},{"faces":{"down":{"texture":"#0","uv":[7.25,3.5,7.25,5]},"east":{"texture":"#0","uv":[5.75,5,7.25,5.375]},"north":{"texture":"#0","uv":[7.25,5,7.25,5.375]},"south":{"texture":"#0","uv":[8.75,5,8.75,5.375]},"up":{"texture":"#0","uv":[7.25,5,7.25,3.5]},"west":{"texture":"#0","uv":[7.25,5,5.75,5.375]}},"from":[-11.6,-16,-16],"shade":false,"to":[-11.6,-14.8,-11.2]}],"overrides":[],"textures":{"0":"item/w918905176_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7636.json b/assets/minecraft/models/w7636.json new file mode 100644 index 000000000..48792d27a --- /dev/null +++ b/assets/minecraft/models/w7636.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,0,2.875,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,3]},"north":{"texture":"#0","uv":[1.5,1.5,2.875,3]},"south":{"texture":"#0","uv":[4.375,1.5,5.75,3]},"up":{"texture":"#0","uv":[2.875,1.5,1.5,0]},"west":{"texture":"#0","uv":[2.875,1.5,4.375,3]}},"from":[-15.2,-14.4,-16],"shade":false,"to":[-10.799999,-9.599999,-11.2]},{"faces":{"down":{"texture":"#0","uv":[4.875,6.25,4.875,7.75]},"east":{"texture":"#0","uv":[3.375,7.75,4.875,8]},"north":{"texture":"#0","uv":[4.875,7.75,4.875,8]},"south":{"texture":"#0","uv":[6.375,7.75,6.375,8]},"up":{"texture":"#0","uv":[4.875,7.75,4.875,6.25]},"west":{"texture":"#0","uv":[4.875,7.75,3.375,8]}},"from":[-15.2,-15.2,-16],"shade":false,"to":[-15.2,-14.4,-11.2]},{"faces":{"down":{"texture":"#0","uv":[4.875,6.25,4.875,7.75]},"east":{"texture":"#0","uv":[3.375,7.75,4.875,8]},"north":{"texture":"#0","uv":[4.875,7.75,4.875,8]},"south":{"texture":"#0","uv":[6.375,7.75,6.375,8]},"up":{"texture":"#0","uv":[4.875,7.75,4.875,6.25]},"west":{"texture":"#0","uv":[4.875,7.75,3.375,8]}},"from":[-10.8,-15.2,-16],"shade":false,"to":[-10.8,-14.4,-11.2]},{"faces":{"down":{"texture":"#0","uv":[7.25,3,7.25,4.5]},"east":{"texture":"#0","uv":[5.75,4.5,7.25,5]},"north":{"texture":"#0","uv":[7.25,4.5,7.25,5]},"south":{"texture":"#0","uv":[8.75,4.5,8.75,5]},"up":{"texture":"#0","uv":[7.25,4.5,7.25,3]},"west":{"texture":"#0","uv":[7.25,4.5,5.75,5]}},"from":[-13,-16,-16],"shade":false,"to":[-13,-14.4,-11.2]},{"faces":{"down":{"texture":"#0","uv":[7.25,3.875,7.25,5.375]},"east":{"texture":"#0","uv":[5.75,5.375,7.25,5.75]},"north":{"texture":"#0","uv":[7.25,5.375,7.25,5.75]},"south":{"texture":"#0","uv":[8.75,5.375,8.75,5.75]},"up":{"texture":"#0","uv":[7.25,5.375,7.25,3.875]},"west":{"texture":"#0","uv":[7.25,5.375,5.75,5.75]}},"from":[-13,-9.6,-16],"shade":false,"to":[-13,-8.400001,-11.2]},{"faces":{"down":{"texture":"#0","uv":[5,10.125,4.75,10.125]},"east":{"texture":"#0","uv":[4.5,10.125,4.5,11.625]},"north":{"texture":"#0","uv":[4.5,10.125,4.75,11.625]},"south":{"texture":"#0","uv":[4.75,10.125,4.5,11.625]},"up":{"texture":"#0","uv":[4.75,10.125,4.5,10.125]},"west":{"texture":"#0","uv":[4.75,10.125,4.75,11.625]}},"from":[-16,-14.4,-16],"shade":false,"to":[-15.2,-9.599999,-16]},{"faces":{"down":{"texture":"#0","uv":[4.75,10.125,5,10.125]},"east":{"texture":"#0","uv":[4.75,10.125,4.75,11.625]},"north":{"texture":"#0","uv":[4.75,10.125,4.5,11.625]},"south":{"texture":"#0","uv":[4.5,10.125,4.75,11.625]},"up":{"texture":"#0","uv":[4.5,10.125,4.75,10.125]},"west":{"texture":"#0","uv":[4.5,10.125,4.5,11.625]}},"from":[-10.8,-14.4,-16],"shade":false,"to":[-10,-9.599999,-16]},{"faces":{"down":{"texture":"#0","uv":[12.75,4.75,11.375,4.75]},"east":{"texture":"#0","uv":[10,4.75,10,5]},"north":{"texture":"#0","uv":[10,4.75,11.375,5]},"south":{"texture":"#0","uv":[11.375,4.75,10,5]},"up":{"texture":"#0","uv":[11.375,4.75,10,4.75]},"west":{"texture":"#0","uv":[11.375,4.75,11.375,5]}},"from":[-15.2,-9.6,-16],"shade":false,"to":[-10.799999,-8.8,-16]},{"faces":{"down":{"texture":"#0","uv":[7,1.25,5.625,1.25]},"east":{"texture":"#0","uv":[4.25,1.25,4.25,1.5]},"north":{"texture":"#0","uv":[4.25,1.25,5.625,1.5]},"south":{"texture":"#0","uv":[5.625,1.25,4.25,1.5]},"up":{"texture":"#0","uv":[5.625,1.25,4.25,1.25]},"west":{"texture":"#0","uv":[5.625,1.25,5.625,1.5]}},"from":[-15.2,-15.2,-16],"shade":false,"to":[-10.799999,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w918905176_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7637.json b/assets/minecraft/models/w7637.json new file mode 100644 index 000000000..83e54d63a --- /dev/null +++ b/assets/minecraft/models/w7637.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,7.75,6,8]},"east":{"texture":"#0","uv":[5.75,8,6,9.125]},"north":{"texture":"#0","uv":[6,8,6,9.125]},"south":{"texture":"#0","uv":[6.25,8,6.25,9.125]},"up":{"texture":"#0","uv":[6,8,6,7.75]},"west":{"texture":"#0","uv":[6,8,5.75,9.125]}},"from":[-15.8,-15.2,-13.4],"shade":false,"to":[-15.8,-11.6,-12.599999]},{"faces":{"down":{"texture":"#0","uv":[11.25,2.125,10.75,2.625]},"east":{"texture":"#0","uv":[9.75,2.625,10.25,3.75]},"north":{"texture":"#0","uv":[10.25,2.625,10.75,3.75]},"south":{"texture":"#0","uv":[11.25,2.625,11.75,3.75]},"up":{"texture":"#0","uv":[10.75,2.625,10.25,2.125]},"west":{"texture":"#0","uv":[10.75,2.625,11.25,3.75]}},"from":[-15.8,-15.2,-15],"shade":false,"to":[-14.2,-11.6,-13.4]},{"faces":{"down":{"texture":"#0","uv":[11,3.75,10.375,4.5]},"east":{"texture":"#0","uv":[9,4.5,9.75,4.75]},"north":{"texture":"#0","uv":[9.75,4.5,10.375,4.75]},"south":{"texture":"#0","uv":[11.125,4.5,11.75,4.75]},"up":{"texture":"#0","uv":[10.375,4.5,9.75,3.75]},"west":{"texture":"#0","uv":[10.375,4.5,11.125,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w918905176_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7638.json b/assets/minecraft/models/w7638.json new file mode 100644 index 000000000..12a9f6306 --- /dev/null +++ b/assets/minecraft/models/w7638.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,7.75,6,8]},"east":{"texture":"#0","uv":[5.75,8,6,9.125]},"north":{"texture":"#0","uv":[6,8,6,9.125]},"south":{"texture":"#0","uv":[6.25,8,6.25,9.125]},"up":{"texture":"#0","uv":[6,8,6,7.75]},"west":{"texture":"#0","uv":[6,8,5.75,9.125]}},"from":[-14.2,-15.2,-13.4],"shade":false,"to":[-14.2,-11.6,-12.599999]},{"faces":{"down":{"texture":"#0","uv":[10.75,2.125,11.25,2.625]},"east":{"texture":"#0","uv":[11.25,2.625,10.75,3.75]},"north":{"texture":"#0","uv":[10.75,2.625,10.25,3.75]},"south":{"texture":"#0","uv":[11.75,2.625,11.25,3.75]},"up":{"texture":"#0","uv":[10.25,2.625,10.75,2.125]},"west":{"texture":"#0","uv":[10.25,2.625,9.75,3.75]}},"from":[-15.8,-15.2,-15],"shade":false,"to":[-14.2,-11.6,-13.4]},{"faces":{"down":{"texture":"#0","uv":[10.375,3.75,11,4.5]},"east":{"texture":"#0","uv":[11.125,4.5,10.375,4.75]},"north":{"texture":"#0","uv":[10.375,4.5,9.75,4.75]},"south":{"texture":"#0","uv":[11.75,4.5,11.125,4.75]},"up":{"texture":"#0","uv":[9.75,4.5,10.375,3.75]},"west":{"texture":"#0","uv":[9.75,4.5,9,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w918905176_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7639.json b/assets/minecraft/models/w7639.json new file mode 100644 index 000000000..55af3b61a --- /dev/null +++ b/assets/minecraft/models/w7639.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.625,7.25,6.625,7.5]},"east":{"texture":"#0","uv":[6.375,7.5,6.625,8.75]},"north":{"texture":"#0","uv":[6.625,7.5,6.625,8.75]},"south":{"texture":"#0","uv":[6.875,7.5,6.875,8.75]},"up":{"texture":"#0","uv":[6.625,7.5,6.625,7.25]},"west":{"texture":"#0","uv":[6.625,7.5,6.375,8.75]}},"from":[-15.8,-15.2,-13.4],"shade":false,"to":[-15.8,-11.2,-12.599999]},{"faces":{"down":{"texture":"#0","uv":[11,8.375,10.5,8.875]},"east":{"texture":"#0","uv":[9.5,8.875,10,10.125]},"north":{"texture":"#0","uv":[10,8.875,10.5,10.125]},"south":{"texture":"#0","uv":[11,8.875,11.5,10.125]},"up":{"texture":"#0","uv":[10.5,8.875,10,8.375]},"west":{"texture":"#0","uv":[10.5,8.875,11,10.125]}},"from":[-15.8,-15.2,-15],"shade":false,"to":[-14.2,-11.2,-13.4]},{"faces":{"down":{"texture":"#0","uv":[2,9.375,1.375,10.125]},"east":{"texture":"#0","uv":[0,10.125,0.75,10.375]},"north":{"texture":"#0","uv":[0.75,10.125,1.375,10.375]},"south":{"texture":"#0","uv":[2.125,10.125,2.75,10.375]},"up":{"texture":"#0","uv":[1.375,10.125,0.75,9.375]},"west":{"texture":"#0","uv":[1.375,10.125,2.125,10.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w918905176_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w764.json b/assets/minecraft/models/w764.json new file mode 100644 index 000000000..0e1aced46 --- /dev/null +++ b/assets/minecraft/models/w764.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.25,0,5,0.5]},"east":{"texture":"#0","uv":[3.25,0.5,3.75,1]},"north":{"texture":"#0","uv":[3.75,0.5,5,1]},"south":{"texture":"#0","uv":[5.5,0.5,6.75,1]},"up":{"texture":"#0","uv":[5,0.5,3.75,0]},"west":{"texture":"#0","uv":[5,0.5,5.5,1]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w750562988_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7640.json b/assets/minecraft/models/w7640.json new file mode 100644 index 000000000..f221fcad5 --- /dev/null +++ b/assets/minecraft/models/w7640.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.625,7.25,6.625,7.5]},"east":{"texture":"#0","uv":[6.375,7.5,6.625,8.75]},"north":{"texture":"#0","uv":[6.625,7.5,6.625,8.75]},"south":{"texture":"#0","uv":[6.875,7.5,6.875,8.75]},"up":{"texture":"#0","uv":[6.625,7.5,6.625,7.25]},"west":{"texture":"#0","uv":[6.625,7.5,6.375,8.75]}},"from":[-14.2,-15.2,-13.4],"shade":false,"to":[-14.2,-11.2,-12.599999]},{"faces":{"down":{"texture":"#0","uv":[10.5,8.375,11,8.875]},"east":{"texture":"#0","uv":[11,8.875,10.5,10.125]},"north":{"texture":"#0","uv":[10.5,8.875,10,10.125]},"south":{"texture":"#0","uv":[11.5,8.875,11,10.125]},"up":{"texture":"#0","uv":[10,8.875,10.5,8.375]},"west":{"texture":"#0","uv":[10,8.875,9.5,10.125]}},"from":[-15.8,-15.2,-15],"shade":false,"to":[-14.2,-11.2,-13.4]},{"faces":{"down":{"texture":"#0","uv":[1.375,9.375,2,10.125]},"east":{"texture":"#0","uv":[2.125,10.125,1.375,10.375]},"north":{"texture":"#0","uv":[1.375,10.125,0.75,10.375]},"south":{"texture":"#0","uv":[2.75,10.125,2.125,10.375]},"up":{"texture":"#0","uv":[0.75,10.125,1.375,9.375]},"west":{"texture":"#0","uv":[0.75,10.125,0,10.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w918905176_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7641.json b/assets/minecraft/models/w7641.json new file mode 100644 index 000000000..7366b8bba --- /dev/null +++ b/assets/minecraft/models/w7641.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.125,3.75,2.125,5.875]},"east":{"texture":"#0","uv":[0,5.875,2.125,7.5]},"north":{"texture":"#0","uv":[2.125,5.875,2.125,7.5]},"south":{"texture":"#0","uv":[4.25,5.875,4.25,7.5]},"up":{"texture":"#0","uv":[2.125,5.875,2.125,3.75]},"west":{"texture":"#0","uv":[2.125,5.875,0,7.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-10.8,-9.2]}],"overrides":[],"textures":{"0":"item/w918905176_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7642.json b/assets/minecraft/models/w7642.json new file mode 100644 index 000000000..5ab4cf7a4 --- /dev/null +++ b/assets/minecraft/models/w7642.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.75,8.125,5,9.375]},"east":{"texture":"#0","uv":[3,9.375,4.25,10.125]},"north":{"texture":"#0","uv":[4.25,9.375,5,10.125]},"south":{"texture":"#0","uv":[6.25,9.375,7,10.125]},"up":{"texture":"#0","uv":[5,9.375,4.25,8.125]},"west":{"texture":"#0","uv":[5,9.375,6.25,10.125]}},"from":[-15.8,-14.8,-16],"shade":false,"to":[-13.4,-12.4,-12]},{"faces":{"down":{"texture":"#0","uv":[10.25,5.875,9.375,7.5]},"east":{"texture":"#0","uv":[6.875,7.5,8.5,8.375]},"north":{"texture":"#0","uv":[8.5,7.5,9.375,8.375]},"south":{"texture":"#0","uv":[11,7.5,11.875,8.375]},"up":{"texture":"#0","uv":[9.375,7.5,8.5,5.875]},"west":{"texture":"#0","uv":[9.375,7.5,11,8.375]}},"from":[-16,-14.8,-12],"shade":false,"to":[-13.2,-12,-6.8]},{"faces":{"down":{"texture":"#0","uv":[6.375,3.75,6.375,5.875]},"east":{"texture":"#0","uv":[4.25,5.875,6.375,7.5]},"north":{"texture":"#0","uv":[6.375,5.875,6.375,7.5]},"south":{"texture":"#0","uv":[8.5,5.875,8.5,7.5]},"up":{"texture":"#0","uv":[6.375,5.875,6.375,3.75]},"west":{"texture":"#0","uv":[6.375,5.875,4.25,7.5]}},"from":[-14.6,-16,-12.4],"shade":false,"to":[-14.6,-10.8,-5.5999994]}],"overrides":[],"textures":{"0":"item/w918905176_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7643.json b/assets/minecraft/models/w7643.json new file mode 100644 index 000000000..666c40137 --- /dev/null +++ b/assets/minecraft/models/w7643.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.625,9.25,3.625,10.125]},"east":{"texture":"#0","uv":[2.75,10.125,3.625,10.875]},"north":{"texture":"#0","uv":[3.625,10.125,3.625,10.875]},"south":{"texture":"#0","uv":[4.5,10.125,4.5,10.875]},"up":{"texture":"#0","uv":[3.625,10.125,3.625,9.25]},"west":{"texture":"#0","uv":[3.625,10.125,2.75,10.875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.6,-13.2]}],"overrides":[],"textures":{"0":"item/w918905176_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7644.json b/assets/minecraft/models/w7644.json new file mode 100644 index 000000000..666c40137 --- /dev/null +++ b/assets/minecraft/models/w7644.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.625,9.25,3.625,10.125]},"east":{"texture":"#0","uv":[2.75,10.125,3.625,10.875]},"north":{"texture":"#0","uv":[3.625,10.125,3.625,10.875]},"south":{"texture":"#0","uv":[4.5,10.125,4.5,10.875]},"up":{"texture":"#0","uv":[3.625,10.125,3.625,9.25]},"west":{"texture":"#0","uv":[3.625,10.125,2.75,10.875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.6,-13.2]}],"overrides":[],"textures":{"0":"item/w918905176_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7645.json b/assets/minecraft/models/w7645.json new file mode 100644 index 000000000..38902916c --- /dev/null +++ b/assets/minecraft/models/w7645.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.375,7.5,2.125,8.375]},"east":{"texture":"#0","uv":[0,8.375,0.875,9.375]},"north":{"texture":"#0","uv":[0.875,8.375,2.125,9.375]},"south":{"texture":"#0","uv":[3,8.375,4.25,9.375]},"up":{"texture":"#0","uv":[2.125,8.375,0.875,7.5]},"west":{"texture":"#0","uv":[2.125,8.375,3,9.375]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-12.8,-13.2]}],"overrides":[],"textures":{"0":"item/w918905176_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7646.json b/assets/minecraft/models/w7646.json new file mode 100644 index 000000000..cdbb1faca --- /dev/null +++ b/assets/minecraft/models/w7646.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,0,7.625,0.5]},"east":{"texture":"#0","uv":[6.5,0.5,7,0.625]},"north":{"texture":"#0","uv":[7,0.5,7.625,0.625]},"south":{"texture":"#0","uv":[8.125,0.5,8.75,0.625]},"up":{"texture":"#0","uv":[7.625,0.5,7,0]},"west":{"texture":"#0","uv":[7.625,0.5,8.125,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.68,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w918905176_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7647.json b/assets/minecraft/models/w7647.json new file mode 100644 index 000000000..4b3a32f88 --- /dev/null +++ b/assets/minecraft/models/w7647.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,0,5.75,0.75]},"east":{"texture":"#0","uv":[4.25,0.75,5,1.25]},"north":{"texture":"#0","uv":[5,0.75,5.75,1.25]},"south":{"texture":"#0","uv":[6.5,0.75,7.25,1.25]},"up":{"texture":"#0","uv":[5.75,0.75,5,0]},"west":{"texture":"#0","uv":[5.75,0.75,6.5,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.4,-13.6]}],"overrides":[],"textures":{"0":"item/w918905176_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7648.json b/assets/minecraft/models/w7648.json new file mode 100644 index 000000000..63a049dcb --- /dev/null +++ b/assets/minecraft/models/w7648.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,3,0.75,3.25]},"east":{"texture":"#0","uv":[0,3.25,0.25,3.875]},"north":{"texture":"#0","uv":[0.25,3.25,0.75,3.875]},"south":{"texture":"#0","uv":[1,3.25,1.5,3.875]},"up":{"texture":"#0","uv":[0.75,3.25,0.25,3]},"west":{"texture":"#0","uv":[0.75,3.25,1,3.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14,-15.2]}],"overrides":[],"textures":{"0":"item/w918905176_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7649.json b/assets/minecraft/models/w7649.json new file mode 100644 index 000000000..cc6b41502 --- /dev/null +++ b/assets/minecraft/models/w7649.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,3,1.25,3.25]},"east":{"texture":"#0","uv":[1,3.25,0.75,3.875]},"north":{"texture":"#0","uv":[0.75,3.25,0.25,3.875]},"south":{"texture":"#0","uv":[1.5,3.25,1,3.875]},"up":{"texture":"#0","uv":[0.25,3.25,0.75,3]},"west":{"texture":"#0","uv":[0.25,3.25,0,3.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14,-15.2]}],"overrides":[],"textures":{"0":"item/w918905176_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w765.json b/assets/minecraft/models/w765.json new file mode 100644 index 000000000..905b72364 --- /dev/null +++ b/assets/minecraft/models/w765.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,4.375,1.25,4.875]},"east":{"texture":"#0","uv":[0,4.875,0.5,5.75]},"north":{"texture":"#0","uv":[0.5,4.875,1.25,5.75]},"south":{"texture":"#0","uv":[1.75,4.875,2.5,5.75]},"up":{"texture":"#0","uv":[1.25,4.875,0.5,4.375]},"west":{"texture":"#0","uv":[1.25,4.875,1.75,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.2,-14.4]}],"overrides":[],"textures":{"0":"item/w750562988_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7650.json b/assets/minecraft/models/w7650.json new file mode 100644 index 000000000..0f97d0b71 --- /dev/null +++ b/assets/minecraft/models/w7650.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,4.875,9.375,5.75]},"east":{"texture":"#0","uv":[7.875,5.75,8.75,5.875]},"north":{"texture":"#0","uv":[8.75,5.75,9.375,5.875]},"south":{"texture":"#0","uv":[10.25,5.75,10.875,5.875]},"up":{"texture":"#0","uv":[9.375,5.75,8.75,4.875]},"west":{"texture":"#0","uv":[9.375,5.75,10.25,5.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.68,-15.6,-13.2]}],"overrides":[],"textures":{"0":"item/w918905176_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7651.json b/assets/minecraft/models/w7651.json new file mode 100644 index 000000000..a9d5b62f4 --- /dev/null +++ b/assets/minecraft/models/w7651.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,1.5,7,3]},"east":{"texture":"#0","uv":[4.25,3,5.75,4.5]},"north":{"texture":"#0","uv":[5.75,3,7,4.5]},"south":{"texture":"#0","uv":[8.5,3,9.75,4.5]},"up":{"texture":"#0","uv":[7,3,5.75,1.5]},"west":{"texture":"#0","uv":[7,3,8.5,4.5]}},"from":[-16,-15.2,-16],"shade":false,"to":[-12,-10.4,-11.2]},{"faces":{"down":{"texture":"#0","uv":[4.875,6,4.875,7.5]},"east":{"texture":"#0","uv":[3.375,7.5,4.875,7.75]},"north":{"texture":"#0","uv":[4.875,7.5,4.875,7.75]},"south":{"texture":"#0","uv":[6.375,7.5,6.375,7.75]},"up":{"texture":"#0","uv":[4.875,7.5,4.875,6]},"west":{"texture":"#0","uv":[4.875,7.5,3.375,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-15.2,-11.2]},{"faces":{"down":{"texture":"#0","uv":[4.875,6,4.875,7.5]},"east":{"texture":"#0","uv":[3.375,7.5,4.875,7.75]},"north":{"texture":"#0","uv":[4.875,7.5,4.875,7.75]},"south":{"texture":"#0","uv":[6.375,7.5,6.375,7.75]},"up":{"texture":"#0","uv":[4.875,7.5,4.875,6]},"west":{"texture":"#0","uv":[4.875,7.5,3.375,7.75]}},"from":[-12,-16,-16],"shade":false,"to":[-12,-15.2,-11.2]}],"overrides":[],"textures":{"0":"item/w1332801006_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7652.json b/assets/minecraft/models/w7652.json new file mode 100644 index 000000000..dc07e9b97 --- /dev/null +++ b/assets/minecraft/models/w7652.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.875,8.375,8.25,9]},"east":{"texture":"#0","uv":[7,9,7.625,10.25]},"north":{"texture":"#0","uv":[7.625,9,8.25,10.25]},"south":{"texture":"#0","uv":[8.875,9,9.5,10.25]},"up":{"texture":"#0","uv":[8.25,9,7.625,8.375]},"west":{"texture":"#0","uv":[8.25,9,8.875,10.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-12,-14]}],"overrides":[],"textures":{"0":"item/w1332801006_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7653.json b/assets/minecraft/models/w7653.json new file mode 100644 index 000000000..bdeff4925 --- /dev/null +++ b/assets/minecraft/models/w7653.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,8.375,8.875,9]},"east":{"texture":"#0","uv":[8.875,9,8.25,10.25]},"north":{"texture":"#0","uv":[8.25,9,7.625,10.25]},"south":{"texture":"#0","uv":[9.5,9,8.875,10.25]},"up":{"texture":"#0","uv":[7.625,9,8.25,8.375]},"west":{"texture":"#0","uv":[7.625,9,7,10.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-12,-14]}],"overrides":[],"textures":{"0":"item/w1332801006_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7654.json b/assets/minecraft/models/w7654.json new file mode 100644 index 000000000..243b24314 --- /dev/null +++ b/assets/minecraft/models/w7654.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.625,0,9.875,0.875]},"east":{"texture":"#0","uv":[8.25,0.875,9.125,2.125]},"north":{"texture":"#0","uv":[9.125,0.875,9.875,2.125]},"south":{"texture":"#0","uv":[10.75,0.875,11.5,2.125]},"up":{"texture":"#0","uv":[9.875,0.875,9.125,0]},"west":{"texture":"#0","uv":[9.875,0.875,10.75,2.125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12,-13.2]}],"overrides":[],"textures":{"0":"item/w1332801006_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7655.json b/assets/minecraft/models/w7655.json new file mode 100644 index 000000000..8f71900bd --- /dev/null +++ b/assets/minecraft/models/w7655.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.875,0,10.625,0.875]},"east":{"texture":"#0","uv":[10.75,0.875,9.875,2.125]},"north":{"texture":"#0","uv":[9.875,0.875,9.125,2.125]},"south":{"texture":"#0","uv":[11.5,0.875,10.75,2.125]},"up":{"texture":"#0","uv":[9.125,0.875,9.875,0]},"west":{"texture":"#0","uv":[9.125,0.875,8.25,2.125]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12,-13.2]}],"overrides":[],"textures":{"0":"item/w1332801006_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7656.json b/assets/minecraft/models/w7656.json new file mode 100644 index 000000000..382a3bb1d --- /dev/null +++ b/assets/minecraft/models/w7656.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,3,2.875,4.5]},"east":{"texture":"#0","uv":[0,4.5,1.5,5.875]},"north":{"texture":"#0","uv":[1.5,4.5,2.875,5.875]},"south":{"texture":"#0","uv":[4.375,4.5,5.75,5.875]},"up":{"texture":"#0","uv":[2.875,4.5,1.5,3]},"west":{"texture":"#0","uv":[2.875,4.5,4.375,5.875]}},"from":[-16,-14.8,-16],"shade":false,"to":[-11.6,-10.4,-11.2]},{"faces":{"down":{"texture":"#0","uv":[7.25,3.5,7.25,5]},"east":{"texture":"#0","uv":[5.75,5,7.25,5.375]},"north":{"texture":"#0","uv":[7.25,5,7.25,5.375]},"south":{"texture":"#0","uv":[8.75,5,8.75,5.375]},"up":{"texture":"#0","uv":[7.25,5,7.25,3.5]},"west":{"texture":"#0","uv":[7.25,5,5.75,5.375]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-11.2]},{"faces":{"down":{"texture":"#0","uv":[7.25,3.5,7.25,5]},"east":{"texture":"#0","uv":[5.75,5,7.25,5.375]},"north":{"texture":"#0","uv":[7.25,5,7.25,5.375]},"south":{"texture":"#0","uv":[8.75,5,8.75,5.375]},"up":{"texture":"#0","uv":[7.25,5,7.25,3.5]},"west":{"texture":"#0","uv":[7.25,5,5.75,5.375]}},"from":[-11.6,-16,-16],"shade":false,"to":[-11.6,-14.8,-11.2]}],"overrides":[],"textures":{"0":"item/w1332801006_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7657.json b/assets/minecraft/models/w7657.json new file mode 100644 index 000000000..a4f72a941 --- /dev/null +++ b/assets/minecraft/models/w7657.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,0,2.875,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,3]},"north":{"texture":"#0","uv":[1.5,1.5,2.875,3]},"south":{"texture":"#0","uv":[4.375,1.5,5.75,3]},"up":{"texture":"#0","uv":[2.875,1.5,1.5,0]},"west":{"texture":"#0","uv":[2.875,1.5,4.375,3]}},"from":[-15.2,-14.4,-16],"shade":false,"to":[-10.799999,-9.599999,-11.2]},{"faces":{"down":{"texture":"#0","uv":[4.875,6.25,4.875,7.75]},"east":{"texture":"#0","uv":[3.375,7.75,4.875,8]},"north":{"texture":"#0","uv":[4.875,7.75,4.875,8]},"south":{"texture":"#0","uv":[6.375,7.75,6.375,8]},"up":{"texture":"#0","uv":[4.875,7.75,4.875,6.25]},"west":{"texture":"#0","uv":[4.875,7.75,3.375,8]}},"from":[-15.2,-15.2,-16],"shade":false,"to":[-15.2,-14.4,-11.2]},{"faces":{"down":{"texture":"#0","uv":[4.875,6.25,4.875,7.75]},"east":{"texture":"#0","uv":[3.375,7.75,4.875,8]},"north":{"texture":"#0","uv":[4.875,7.75,4.875,8]},"south":{"texture":"#0","uv":[6.375,7.75,6.375,8]},"up":{"texture":"#0","uv":[4.875,7.75,4.875,6.25]},"west":{"texture":"#0","uv":[4.875,7.75,3.375,8]}},"from":[-10.8,-15.2,-16],"shade":false,"to":[-10.8,-14.4,-11.2]},{"faces":{"down":{"texture":"#0","uv":[7.25,3,7.25,4.5]},"east":{"texture":"#0","uv":[5.75,4.5,7.25,5]},"north":{"texture":"#0","uv":[7.25,4.5,7.25,5]},"south":{"texture":"#0","uv":[8.75,4.5,8.75,5]},"up":{"texture":"#0","uv":[7.25,4.5,7.25,3]},"west":{"texture":"#0","uv":[7.25,4.5,5.75,5]}},"from":[-13,-16,-16],"shade":false,"to":[-13,-14.4,-11.2]},{"faces":{"down":{"texture":"#0","uv":[7.25,3.875,7.25,5.375]},"east":{"texture":"#0","uv":[5.75,5.375,7.25,5.75]},"north":{"texture":"#0","uv":[7.25,5.375,7.25,5.75]},"south":{"texture":"#0","uv":[8.75,5.375,8.75,5.75]},"up":{"texture":"#0","uv":[7.25,5.375,7.25,3.875]},"west":{"texture":"#0","uv":[7.25,5.375,5.75,5.75]}},"from":[-13,-9.6,-16],"shade":false,"to":[-13,-8.400001,-11.2]},{"faces":{"down":{"texture":"#0","uv":[5,10.125,4.75,10.125]},"east":{"texture":"#0","uv":[4.5,10.125,4.5,11.625]},"north":{"texture":"#0","uv":[4.5,10.125,4.75,11.625]},"south":{"texture":"#0","uv":[4.75,10.125,4.5,11.625]},"up":{"texture":"#0","uv":[4.75,10.125,4.5,10.125]},"west":{"texture":"#0","uv":[4.75,10.125,4.75,11.625]}},"from":[-16,-14.4,-16],"shade":false,"to":[-15.2,-9.599999,-16]},{"faces":{"down":{"texture":"#0","uv":[4.75,10.125,5,10.125]},"east":{"texture":"#0","uv":[4.75,10.125,4.75,11.625]},"north":{"texture":"#0","uv":[4.75,10.125,4.5,11.625]},"south":{"texture":"#0","uv":[4.5,10.125,4.75,11.625]},"up":{"texture":"#0","uv":[4.5,10.125,4.75,10.125]},"west":{"texture":"#0","uv":[4.5,10.125,4.5,11.625]}},"from":[-10.8,-14.4,-16],"shade":false,"to":[-10,-9.599999,-16]},{"faces":{"down":{"texture":"#0","uv":[12.75,4.75,11.375,4.75]},"east":{"texture":"#0","uv":[10,4.75,10,5]},"north":{"texture":"#0","uv":[10,4.75,11.375,5]},"south":{"texture":"#0","uv":[11.375,4.75,10,5]},"up":{"texture":"#0","uv":[11.375,4.75,10,4.75]},"west":{"texture":"#0","uv":[11.375,4.75,11.375,5]}},"from":[-15.2,-9.6,-16],"shade":false,"to":[-10.799999,-8.8,-16]},{"faces":{"down":{"texture":"#0","uv":[7,1.25,5.625,1.25]},"east":{"texture":"#0","uv":[4.25,1.25,4.25,1.5]},"north":{"texture":"#0","uv":[4.25,1.25,5.625,1.5]},"south":{"texture":"#0","uv":[5.625,1.25,4.25,1.5]},"up":{"texture":"#0","uv":[5.625,1.25,4.25,1.25]},"west":{"texture":"#0","uv":[5.625,1.25,5.625,1.5]}},"from":[-15.2,-15.2,-16],"shade":false,"to":[-10.799999,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1332801006_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7658.json b/assets/minecraft/models/w7658.json new file mode 100644 index 000000000..eaedfb31b --- /dev/null +++ b/assets/minecraft/models/w7658.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,7.75,6,8]},"east":{"texture":"#0","uv":[5.75,8,6,9.125]},"north":{"texture":"#0","uv":[6,8,6,9.125]},"south":{"texture":"#0","uv":[6.25,8,6.25,9.125]},"up":{"texture":"#0","uv":[6,8,6,7.75]},"west":{"texture":"#0","uv":[6,8,5.75,9.125]}},"from":[-15.8,-15.2,-13.4],"shade":false,"to":[-15.8,-11.6,-12.599999]},{"faces":{"down":{"texture":"#0","uv":[11.25,2.125,10.75,2.625]},"east":{"texture":"#0","uv":[9.75,2.625,10.25,3.75]},"north":{"texture":"#0","uv":[10.25,2.625,10.75,3.75]},"south":{"texture":"#0","uv":[11.25,2.625,11.75,3.75]},"up":{"texture":"#0","uv":[10.75,2.625,10.25,2.125]},"west":{"texture":"#0","uv":[10.75,2.625,11.25,3.75]}},"from":[-15.8,-15.2,-15],"shade":false,"to":[-14.2,-11.6,-13.4]},{"faces":{"down":{"texture":"#0","uv":[11,3.75,10.375,4.5]},"east":{"texture":"#0","uv":[9,4.5,9.75,4.75]},"north":{"texture":"#0","uv":[9.75,4.5,10.375,4.75]},"south":{"texture":"#0","uv":[11.125,4.5,11.75,4.75]},"up":{"texture":"#0","uv":[10.375,4.5,9.75,3.75]},"west":{"texture":"#0","uv":[10.375,4.5,11.125,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w1332801006_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7659.json b/assets/minecraft/models/w7659.json new file mode 100644 index 000000000..04111ebdf --- /dev/null +++ b/assets/minecraft/models/w7659.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,7.75,6,8]},"east":{"texture":"#0","uv":[5.75,8,6,9.125]},"north":{"texture":"#0","uv":[6,8,6,9.125]},"south":{"texture":"#0","uv":[6.25,8,6.25,9.125]},"up":{"texture":"#0","uv":[6,8,6,7.75]},"west":{"texture":"#0","uv":[6,8,5.75,9.125]}},"from":[-14.2,-15.2,-13.4],"shade":false,"to":[-14.2,-11.6,-12.599999]},{"faces":{"down":{"texture":"#0","uv":[10.75,2.125,11.25,2.625]},"east":{"texture":"#0","uv":[11.25,2.625,10.75,3.75]},"north":{"texture":"#0","uv":[10.75,2.625,10.25,3.75]},"south":{"texture":"#0","uv":[11.75,2.625,11.25,3.75]},"up":{"texture":"#0","uv":[10.25,2.625,10.75,2.125]},"west":{"texture":"#0","uv":[10.25,2.625,9.75,3.75]}},"from":[-15.8,-15.2,-15],"shade":false,"to":[-14.2,-11.6,-13.4]},{"faces":{"down":{"texture":"#0","uv":[10.375,3.75,11,4.5]},"east":{"texture":"#0","uv":[11.125,4.5,10.375,4.75]},"north":{"texture":"#0","uv":[10.375,4.5,9.75,4.75]},"south":{"texture":"#0","uv":[11.75,4.5,11.125,4.75]},"up":{"texture":"#0","uv":[9.75,4.5,10.375,3.75]},"west":{"texture":"#0","uv":[9.75,4.5,9,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w1332801006_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w766.json b/assets/minecraft/models/w766.json new file mode 100644 index 000000000..4f58fdecf --- /dev/null +++ b/assets/minecraft/models/w766.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,3.625,5.625,4.375]},"east":{"texture":"#0","uv":[4,4.375,4.75,5.25]},"north":{"texture":"#0","uv":[4.75,4.375,5.625,5.25]},"south":{"texture":"#0","uv":[6.375,4.375,7.25,5.25]},"up":{"texture":"#0","uv":[5.625,4.375,4.75,3.625]},"west":{"texture":"#0","uv":[5.625,4.375,6.375,5.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.2,-13.6]}],"overrides":[],"textures":{"0":"item/w750562988_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7660.json b/assets/minecraft/models/w7660.json new file mode 100644 index 000000000..28630a7ea --- /dev/null +++ b/assets/minecraft/models/w7660.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.625,7.25,6.625,7.5]},"east":{"texture":"#0","uv":[6.375,7.5,6.625,8.75]},"north":{"texture":"#0","uv":[6.625,7.5,6.625,8.75]},"south":{"texture":"#0","uv":[6.875,7.5,6.875,8.75]},"up":{"texture":"#0","uv":[6.625,7.5,6.625,7.25]},"west":{"texture":"#0","uv":[6.625,7.5,6.375,8.75]}},"from":[-15.8,-15.2,-13.4],"shade":false,"to":[-15.8,-11.2,-12.599999]},{"faces":{"down":{"texture":"#0","uv":[11,8.375,10.5,8.875]},"east":{"texture":"#0","uv":[9.5,8.875,10,10.125]},"north":{"texture":"#0","uv":[10,8.875,10.5,10.125]},"south":{"texture":"#0","uv":[11,8.875,11.5,10.125]},"up":{"texture":"#0","uv":[10.5,8.875,10,8.375]},"west":{"texture":"#0","uv":[10.5,8.875,11,10.125]}},"from":[-15.8,-15.2,-15],"shade":false,"to":[-14.2,-11.2,-13.4]},{"faces":{"down":{"texture":"#0","uv":[2,9.375,1.375,10.125]},"east":{"texture":"#0","uv":[0,10.125,0.75,10.375]},"north":{"texture":"#0","uv":[0.75,10.125,1.375,10.375]},"south":{"texture":"#0","uv":[2.125,10.125,2.75,10.375]},"up":{"texture":"#0","uv":[1.375,10.125,0.75,9.375]},"west":{"texture":"#0","uv":[1.375,10.125,2.125,10.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w1332801006_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7661.json b/assets/minecraft/models/w7661.json new file mode 100644 index 000000000..107b705e4 --- /dev/null +++ b/assets/minecraft/models/w7661.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.625,7.25,6.625,7.5]},"east":{"texture":"#0","uv":[6.375,7.5,6.625,8.75]},"north":{"texture":"#0","uv":[6.625,7.5,6.625,8.75]},"south":{"texture":"#0","uv":[6.875,7.5,6.875,8.75]},"up":{"texture":"#0","uv":[6.625,7.5,6.625,7.25]},"west":{"texture":"#0","uv":[6.625,7.5,6.375,8.75]}},"from":[-14.2,-15.2,-13.4],"shade":false,"to":[-14.2,-11.2,-12.599999]},{"faces":{"down":{"texture":"#0","uv":[10.5,8.375,11,8.875]},"east":{"texture":"#0","uv":[11,8.875,10.5,10.125]},"north":{"texture":"#0","uv":[10.5,8.875,10,10.125]},"south":{"texture":"#0","uv":[11.5,8.875,11,10.125]},"up":{"texture":"#0","uv":[10,8.875,10.5,8.375]},"west":{"texture":"#0","uv":[10,8.875,9.5,10.125]}},"from":[-15.8,-15.2,-15],"shade":false,"to":[-14.2,-11.2,-13.4]},{"faces":{"down":{"texture":"#0","uv":[1.375,9.375,2,10.125]},"east":{"texture":"#0","uv":[2.125,10.125,1.375,10.375]},"north":{"texture":"#0","uv":[1.375,10.125,0.75,10.375]},"south":{"texture":"#0","uv":[2.75,10.125,2.125,10.375]},"up":{"texture":"#0","uv":[0.75,10.125,1.375,9.375]},"west":{"texture":"#0","uv":[0.75,10.125,0,10.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.2,-13.6]}],"overrides":[],"textures":{"0":"item/w1332801006_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7662.json b/assets/minecraft/models/w7662.json new file mode 100644 index 000000000..3f9eb46c2 --- /dev/null +++ b/assets/minecraft/models/w7662.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.125,3.75,2.125,5.875]},"east":{"texture":"#0","uv":[0,5.875,2.125,7.5]},"north":{"texture":"#0","uv":[2.125,5.875,2.125,7.5]},"south":{"texture":"#0","uv":[4.25,5.875,4.25,7.5]},"up":{"texture":"#0","uv":[2.125,5.875,2.125,3.75]},"west":{"texture":"#0","uv":[2.125,5.875,0,7.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-10.8,-9.2]}],"overrides":[],"textures":{"0":"item/w1332801006_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7663.json b/assets/minecraft/models/w7663.json new file mode 100644 index 000000000..3ca2c53fb --- /dev/null +++ b/assets/minecraft/models/w7663.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.75,8.125,5,9.375]},"east":{"texture":"#0","uv":[3,9.375,4.25,10.125]},"north":{"texture":"#0","uv":[4.25,9.375,5,10.125]},"south":{"texture":"#0","uv":[6.25,9.375,7,10.125]},"up":{"texture":"#0","uv":[5,9.375,4.25,8.125]},"west":{"texture":"#0","uv":[5,9.375,6.25,10.125]}},"from":[-15.8,-14.8,-16],"shade":false,"to":[-13.4,-12.4,-12]},{"faces":{"down":{"texture":"#0","uv":[10.25,5.875,9.375,7.5]},"east":{"texture":"#0","uv":[6.875,7.5,8.5,8.375]},"north":{"texture":"#0","uv":[8.5,7.5,9.375,8.375]},"south":{"texture":"#0","uv":[11,7.5,11.875,8.375]},"up":{"texture":"#0","uv":[9.375,7.5,8.5,5.875]},"west":{"texture":"#0","uv":[9.375,7.5,11,8.375]}},"from":[-16,-14.8,-12],"shade":false,"to":[-13.2,-12,-6.8]},{"faces":{"down":{"texture":"#0","uv":[6.375,3.75,6.375,5.875]},"east":{"texture":"#0","uv":[4.25,5.875,6.375,7.5]},"north":{"texture":"#0","uv":[6.375,5.875,6.375,7.5]},"south":{"texture":"#0","uv":[8.5,5.875,8.5,7.5]},"up":{"texture":"#0","uv":[6.375,5.875,6.375,3.75]},"west":{"texture":"#0","uv":[6.375,5.875,4.25,7.5]}},"from":[-14.6,-16,-12.4],"shade":false,"to":[-14.6,-10.8,-5.5999994]}],"overrides":[],"textures":{"0":"item/w1332801006_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7664.json b/assets/minecraft/models/w7664.json new file mode 100644 index 000000000..c4a95b603 --- /dev/null +++ b/assets/minecraft/models/w7664.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.625,9.25,3.625,10.125]},"east":{"texture":"#0","uv":[2.75,10.125,3.625,10.875]},"north":{"texture":"#0","uv":[3.625,10.125,3.625,10.875]},"south":{"texture":"#0","uv":[4.5,10.125,4.5,10.875]},"up":{"texture":"#0","uv":[3.625,10.125,3.625,9.25]},"west":{"texture":"#0","uv":[3.625,10.125,2.75,10.875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.6,-13.2]}],"overrides":[],"textures":{"0":"item/w1332801006_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7665.json b/assets/minecraft/models/w7665.json new file mode 100644 index 000000000..c4a95b603 --- /dev/null +++ b/assets/minecraft/models/w7665.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.625,9.25,3.625,10.125]},"east":{"texture":"#0","uv":[2.75,10.125,3.625,10.875]},"north":{"texture":"#0","uv":[3.625,10.125,3.625,10.875]},"south":{"texture":"#0","uv":[4.5,10.125,4.5,10.875]},"up":{"texture":"#0","uv":[3.625,10.125,3.625,9.25]},"west":{"texture":"#0","uv":[3.625,10.125,2.75,10.875]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.6,-13.2]}],"overrides":[],"textures":{"0":"item/w1332801006_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7666.json b/assets/minecraft/models/w7666.json new file mode 100644 index 000000000..034e2e109 --- /dev/null +++ b/assets/minecraft/models/w7666.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.375,7.5,2.125,8.375]},"east":{"texture":"#0","uv":[0,8.375,0.875,9.375]},"north":{"texture":"#0","uv":[0.875,8.375,2.125,9.375]},"south":{"texture":"#0","uv":[3,8.375,4.25,9.375]},"up":{"texture":"#0","uv":[2.125,8.375,0.875,7.5]},"west":{"texture":"#0","uv":[2.125,8.375,3,9.375]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-12.8,-13.2]}],"overrides":[],"textures":{"0":"item/w1332801006_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7667.json b/assets/minecraft/models/w7667.json new file mode 100644 index 000000000..a672a207c --- /dev/null +++ b/assets/minecraft/models/w7667.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,0,7.625,0.5]},"east":{"texture":"#0","uv":[6.5,0.5,7,0.625]},"north":{"texture":"#0","uv":[7,0.5,7.625,0.625]},"south":{"texture":"#0","uv":[8.125,0.5,8.75,0.625]},"up":{"texture":"#0","uv":[7.625,0.5,7,0]},"west":{"texture":"#0","uv":[7.625,0.5,8.125,0.625]}},"from":[-16,-16,-16],"shade":false,"to":[-13.68,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w1332801006_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7668.json b/assets/minecraft/models/w7668.json new file mode 100644 index 000000000..fcd67937b --- /dev/null +++ b/assets/minecraft/models/w7668.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,0,5.75,0.75]},"east":{"texture":"#0","uv":[4.25,0.75,5,1.25]},"north":{"texture":"#0","uv":[5,0.75,5.75,1.25]},"south":{"texture":"#0","uv":[6.5,0.75,7.25,1.25]},"up":{"texture":"#0","uv":[5.75,0.75,5,0]},"west":{"texture":"#0","uv":[5.75,0.75,6.5,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.4,-13.6]}],"overrides":[],"textures":{"0":"item/w1332801006_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7669.json b/assets/minecraft/models/w7669.json new file mode 100644 index 000000000..cf656a851 --- /dev/null +++ b/assets/minecraft/models/w7669.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,3,0.75,3.25]},"east":{"texture":"#0","uv":[0,3.25,0.25,3.875]},"north":{"texture":"#0","uv":[0.25,3.25,0.75,3.875]},"south":{"texture":"#0","uv":[1,3.25,1.5,3.875]},"up":{"texture":"#0","uv":[0.75,3.25,0.25,3]},"west":{"texture":"#0","uv":[0.75,3.25,1,3.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14,-15.2]}],"overrides":[],"textures":{"0":"item/w1332801006_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w767.json b/assets/minecraft/models/w767.json new file mode 100644 index 000000000..80ebf5b0a --- /dev/null +++ b/assets/minecraft/models/w767.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,2.375,2.375,3.375]},"east":{"texture":"#0","uv":[0,3.375,1,4.375]},"north":{"texture":"#0","uv":[1,3.375,2.375,4.375]},"south":{"texture":"#0","uv":[3.375,3.375,4.75,4.375]},"up":{"texture":"#0","uv":[2.375,3.375,1,2.375]},"west":{"texture":"#0","uv":[2.375,3.375,3.375,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-11.6,-12.8,-12.8]}],"overrides":[],"textures":{"0":"item/w750562988_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7670.json b/assets/minecraft/models/w7670.json new file mode 100644 index 000000000..4cd34d6e0 --- /dev/null +++ b/assets/minecraft/models/w7670.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,3,1.25,3.25]},"east":{"texture":"#0","uv":[1,3.25,0.75,3.875]},"north":{"texture":"#0","uv":[0.75,3.25,0.25,3.875]},"south":{"texture":"#0","uv":[1.5,3.25,1,3.875]},"up":{"texture":"#0","uv":[0.25,3.25,0.75,3]},"west":{"texture":"#0","uv":[0.25,3.25,0,3.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14,-15.2]}],"overrides":[],"textures":{"0":"item/w1332801006_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7671.json b/assets/minecraft/models/w7671.json new file mode 100644 index 000000000..fc4922271 --- /dev/null +++ b/assets/minecraft/models/w7671.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,4.875,9.375,5.75]},"east":{"texture":"#0","uv":[7.875,5.75,8.75,5.875]},"north":{"texture":"#0","uv":[8.75,5.75,9.375,5.875]},"south":{"texture":"#0","uv":[10.25,5.75,10.875,5.875]},"up":{"texture":"#0","uv":[9.375,5.75,8.75,4.875]},"west":{"texture":"#0","uv":[9.375,5.75,10.25,5.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.68,-15.6,-13.2]}],"overrides":[],"textures":{"0":"item/w1332801006_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7672.json b/assets/minecraft/models/w7672.json new file mode 100644 index 000000000..987208d4a --- /dev/null +++ b/assets/minecraft/models/w7672.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,7.5,6.5,8]},"east":{"texture":"#0","uv":[5.5,8,6,9.75]},"north":{"texture":"#0","uv":[6,8,6.5,9.75]},"south":{"texture":"#0","uv":[7,8,7.5,9.75]},"up":{"texture":"#0","uv":[6.5,8,6,7.5]},"west":{"texture":"#0","uv":[6.5,8,7,9.75]}},"from":[-16,-15.6,-15.48],"shade":false,"to":[-15.2,-12.8,-14.679999]},{"faces":{"down":{"texture":"#0","uv":[6.25,3.5,5.75,4.25]},"east":{"texture":"#0","uv":[4.5,4.25,5.25,4.5]},"north":{"texture":"#0","uv":[5.25,4.25,5.75,4.5]},"south":{"texture":"#0","uv":[6.5,4.25,7,4.5]},"up":{"texture":"#0","uv":[5.75,4.25,5.25,3.5]},"west":{"texture":"#0","uv":[5.75,4.25,6.5,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1725796940_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7673.json b/assets/minecraft/models/w7673.json new file mode 100644 index 000000000..b3128dbaf --- /dev/null +++ b/assets/minecraft/models/w7673.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,7.5,7,8]},"east":{"texture":"#0","uv":[7,8,6.5,9.75]},"north":{"texture":"#0","uv":[6.5,8,6,9.75]},"south":{"texture":"#0","uv":[7.5,8,7,9.75]},"up":{"texture":"#0","uv":[6,8,6.5,7.5]},"west":{"texture":"#0","uv":[6,8,5.5,9.75]}},"from":[-16,-15.6,-15.48],"shade":false,"to":[-15.2,-12.8,-14.679999]},{"faces":{"down":{"texture":"#0","uv":[5.75,3.5,6.25,4.25]},"east":{"texture":"#0","uv":[6.5,4.25,5.75,4.5]},"north":{"texture":"#0","uv":[5.75,4.25,5.25,4.5]},"south":{"texture":"#0","uv":[7,4.25,6.5,4.5]},"up":{"texture":"#0","uv":[5.25,4.25,5.75,3.5]},"west":{"texture":"#0","uv":[5.25,4.25,4.5,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1725796940_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7674.json b/assets/minecraft/models/w7674.json new file mode 100644 index 000000000..bf597cc72 --- /dev/null +++ b/assets/minecraft/models/w7674.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,0,7.25,1]},"east":{"texture":"#0","uv":[5.5,1,6.5,2]},"north":{"texture":"#0","uv":[6.5,1,7.25,2]},"south":{"texture":"#0","uv":[8.25,1,9,2]},"up":{"texture":"#0","uv":[7.25,1,6.5,0]},"west":{"texture":"#0","uv":[7.25,1,8.25,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1725796940_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7675.json b/assets/minecraft/models/w7675.json new file mode 100644 index 000000000..4e839e6f2 --- /dev/null +++ b/assets/minecraft/models/w7675.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,5.5,6.5,6]},"east":{"texture":"#0","uv":[6,6,6.5,6.75]},"north":{"texture":"#0","uv":[6.5,6,6.5,6.75]},"south":{"texture":"#0","uv":[7,6,7,6.75]},"up":{"texture":"#0","uv":[6.5,6,6.5,5.5]},"west":{"texture":"#0","uv":[6.5,6,7,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1725796940_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7676.json b/assets/minecraft/models/w7676.json new file mode 100644 index 000000000..ee6b44ae0 --- /dev/null +++ b/assets/minecraft/models/w7676.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,0,1,0.5]},"east":{"texture":"#0","uv":[0,0.5,0.5,1.75]},"north":{"texture":"#0","uv":[0.5,0.5,1,1.75]},"south":{"texture":"#0","uv":[1.5,0.5,2,1.75]},"up":{"texture":"#0","uv":[1,0.5,0.5,0]},"west":{"texture":"#0","uv":[1,0.5,1.5,1.75]}},"from":[-16,-15.6,-15.44],"shade":false,"to":[-15.2,-13.6,-14.639999]},{"faces":{"down":{"texture":"#0","uv":[9.75,0,9.25,0.75]},"east":{"texture":"#0","uv":[8,0.75,8.75,1]},"north":{"texture":"#0","uv":[8.75,0.75,9.25,1]},"south":{"texture":"#0","uv":[10,0.75,10.5,1]},"up":{"texture":"#0","uv":[9.25,0.75,8.75,0]},"west":{"texture":"#0","uv":[9.25,0.75,10,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1725796940_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7677.json b/assets/minecraft/models/w7677.json new file mode 100644 index 000000000..5b3242d88 --- /dev/null +++ b/assets/minecraft/models/w7677.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,0,8,1]},"east":{"texture":"#0","uv":[8.25,1,7.25,2]},"north":{"texture":"#0","uv":[7.25,1,6.5,2]},"south":{"texture":"#0","uv":[9,1,8.25,2]},"up":{"texture":"#0","uv":[6.5,1,7.25,0]},"west":{"texture":"#0","uv":[6.5,1,5.5,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1725796940_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7678.json b/assets/minecraft/models/w7678.json new file mode 100644 index 000000000..03a5080bd --- /dev/null +++ b/assets/minecraft/models/w7678.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,5.5,6.5,6]},"east":{"texture":"#0","uv":[7,6,6.5,6.75]},"north":{"texture":"#0","uv":[6.5,6,6.5,6.75]},"south":{"texture":"#0","uv":[7,6,7,6.75]},"up":{"texture":"#0","uv":[6.5,6,6.5,5.5]},"west":{"texture":"#0","uv":[6.5,6,6,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1725796940_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7679.json b/assets/minecraft/models/w7679.json new file mode 100644 index 000000000..e4327e18e --- /dev/null +++ b/assets/minecraft/models/w7679.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0,1.5,0.5]},"east":{"texture":"#0","uv":[1.5,0.5,1,1.75]},"north":{"texture":"#0","uv":[1,0.5,0.5,1.75]},"south":{"texture":"#0","uv":[2,0.5,1.5,1.75]},"up":{"texture":"#0","uv":[0.5,0.5,1,0]},"west":{"texture":"#0","uv":[0.5,0.5,0,1.75]}},"from":[-16,-15.6,-15.44],"shade":false,"to":[-15.2,-13.6,-14.639999]},{"faces":{"down":{"texture":"#0","uv":[9.25,0,9.75,0.75]},"east":{"texture":"#0","uv":[10,0.75,9.25,1]},"north":{"texture":"#0","uv":[9.25,0.75,8.75,1]},"south":{"texture":"#0","uv":[10.5,0.75,10,1]},"up":{"texture":"#0","uv":[8.75,0.75,9.25,0]},"west":{"texture":"#0","uv":[8.75,0.75,8,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1725796940_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w768.json b/assets/minecraft/models/w768.json new file mode 100644 index 000000000..31033dee6 --- /dev/null +++ b/assets/minecraft/models/w768.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.625,6.375,1,6.75]},"east":{"texture":"#0","uv":[0,6.75,0.375,7.25]},"north":{"texture":"#0","uv":[0.375,6.75,1,7.25]},"south":{"texture":"#0","uv":[1.375,6.75,2,7.25]},"up":{"texture":"#0","uv":[1,6.75,0.375,6.375]},"west":{"texture":"#0","uv":[1,6.75,1.375,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.4,-14.8]}],"overrides":[],"textures":{"0":"item/w750562988_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7680.json b/assets/minecraft/models/w7680.json new file mode 100644 index 000000000..2f1d067ef --- /dev/null +++ b/assets/minecraft/models/w7680.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,3.5,3,5]},"east":{"texture":"#0","uv":[0,5,1.5,7.25]},"north":{"texture":"#0","uv":[1.5,5,3,7.25]},"south":{"texture":"#0","uv":[4.5,5,6,7.25]},"up":{"texture":"#0","uv":[3,5,1.5,3.5]},"west":{"texture":"#0","uv":[3,5,4.5,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12.4,-13.4]}],"overrides":[],"textures":{"0":"item/w1725796940_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7681.json b/assets/minecraft/models/w7681.json new file mode 100644 index 000000000..7f1233a77 --- /dev/null +++ b/assets/minecraft/models/w7681.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,8.5,3.5,9]},"east":{"texture":"#0","uv":[2.5,9,3,9.5]},"north":{"texture":"#0","uv":[3,9,3.5,9.5]},"south":{"texture":"#0","uv":[4,9,4.5,9.5]},"up":{"texture":"#0","uv":[3.5,9,3,8.5]},"west":{"texture":"#0","uv":[3.5,9,4,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w1725796940_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7682.json b/assets/minecraft/models/w7682.json new file mode 100644 index 000000000..3d8c47a5a --- /dev/null +++ b/assets/minecraft/models/w7682.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.75,2]},"east":{"texture":"#0","uv":[0,2,2,3.5]},"north":{"texture":"#0","uv":[2,2,3.75,3.5]},"south":{"texture":"#0","uv":[5.75,2,7.5,3.5]},"up":{"texture":"#0","uv":[3.75,2,2,0]},"west":{"texture":"#0","uv":[3.75,2,5.75,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.6,-12.8]}],"overrides":[],"textures":{"0":"item/w1725796940_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7683.json b/assets/minecraft/models/w7683.json new file mode 100644 index 000000000..df25c0cbe --- /dev/null +++ b/assets/minecraft/models/w7683.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,3.5,0.75,3.5]},"east":{"texture":"#0","uv":[0,3.5,0,4.5]},"north":{"texture":"#0","uv":[0,3.5,0.75,4.5]},"south":{"texture":"#0","uv":[0.75,3.5,1.5,4.5]},"up":{"texture":"#0","uv":[0.75,3.5,0,3.5]},"west":{"texture":"#0","uv":[0.75,3.5,0.75,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1725796940_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7684.json b/assets/minecraft/models/w7684.json new file mode 100644 index 000000000..40d4789cd --- /dev/null +++ b/assets/minecraft/models/w7684.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,3.5,1.5,3.5]},"east":{"texture":"#0","uv":[0.75,3.5,0.75,4.5]},"north":{"texture":"#0","uv":[0.75,3.5,0,4.5]},"south":{"texture":"#0","uv":[1.5,3.5,0.75,4.5]},"up":{"texture":"#0","uv":[0,3.5,0.75,3.5]},"west":{"texture":"#0","uv":[0,3.5,0,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1725796940_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7685.json b/assets/minecraft/models/w7685.json new file mode 100644 index 000000000..ebb1face4 --- /dev/null +++ b/assets/minecraft/models/w7685.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,2,9.25,3]},"east":{"texture":"#0","uv":[7.5,3,8.5,3.25]},"north":{"texture":"#0","uv":[8.5,3,9,3.25]},"south":{"texture":"#0","uv":[10,3,10.5,3.25]},"up":{"texture":"#0","uv":[9.25,3,8.5,2]},"west":{"texture":"#0","uv":[9,3,10,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.88,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w1725796940_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7686.json b/assets/minecraft/models/w7686.json new file mode 100644 index 000000000..13adb05ea --- /dev/null +++ b/assets/minecraft/models/w7686.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,3.5,8.5,4.5]},"east":{"texture":"#0","uv":[6,4.5,7,6]},"north":{"texture":"#0","uv":[7,4.5,8.5,6]},"south":{"texture":"#0","uv":[9.5,4.5,11,6]},"up":{"texture":"#0","uv":[8.5,4.5,7,3.5]},"west":{"texture":"#0","uv":[8.5,4.5,9.5,6]}},"from":[-16,-16,-14.4],"shade":false,"to":[-13.6,-13.6,-12.799999]},{"faces":{"down":{"texture":"#0","uv":[8.5,6,7.75,7]},"east":{"texture":"#0","uv":[6,7,7,7.5]},"north":{"texture":"#0","uv":[7,7,7.75,7.5]},"south":{"texture":"#0","uv":[8.75,7,9.5,7.5]},"up":{"texture":"#0","uv":[7.75,7,7,6]},"west":{"texture":"#0","uv":[7.75,7,8.75,7.5]}},"from":[-15.4,-15.752,-16],"shade":false,"to":[-14.2,-14.952,-14.4]}],"overrides":[],"textures":{"0":"item/w1725796940_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7687.json b/assets/minecraft/models/w7687.json new file mode 100644 index 000000000..6c1b7ec9c --- /dev/null +++ b/assets/minecraft/models/w7687.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,7.5,8.5,8]},"east":{"texture":"#0","uv":[7.5,8,8,9]},"north":{"texture":"#0","uv":[8,8,8.5,9]},"south":{"texture":"#0","uv":[9,8,9.5,9]},"up":{"texture":"#0","uv":[8.5,8,8,7.5]},"west":{"texture":"#0","uv":[8.5,8,9,9]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-15.04]}],"overrides":[],"textures":{"0":"item/w1725796940_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7688.json b/assets/minecraft/models/w7688.json new file mode 100644 index 000000000..2aeec1fa5 --- /dev/null +++ b/assets/minecraft/models/w7688.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,7.25,1.25,8]},"east":{"texture":"#0","uv":[0,8,0.75,9.5]},"north":{"texture":"#0","uv":[0.75,8,1.25,9.5]},"south":{"texture":"#0","uv":[2,8,2.5,9.5]},"up":{"texture":"#0","uv":[1.25,8,0.75,7.25]},"west":{"texture":"#0","uv":[1.25,8,2,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-13.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1725796940_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7689.json b/assets/minecraft/models/w7689.json new file mode 100644 index 000000000..b33076cb9 --- /dev/null +++ b/assets/minecraft/models/w7689.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.75,6,9.25,6.25]},"east":{"texture":"#0","uv":[8.5,6.25,8.75,7]},"north":{"texture":"#0","uv":[8.75,6.25,9.25,7]},"south":{"texture":"#0","uv":[9.5,6.25,10,7]},"up":{"texture":"#0","uv":[9.25,6.25,8.75,6]},"west":{"texture":"#0","uv":[9.25,6.25,9.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1725796940_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w769.json b/assets/minecraft/models/w769.json new file mode 100644 index 000000000..880016957 --- /dev/null +++ b/assets/minecraft/models/w769.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,6.375,1.625,6.75]},"east":{"texture":"#0","uv":[1.375,6.75,1,7.25]},"north":{"texture":"#0","uv":[1,6.75,0.375,7.25]},"south":{"texture":"#0","uv":[2,6.75,1.375,7.25]},"up":{"texture":"#0","uv":[0.375,6.75,1,6.375]},"west":{"texture":"#0","uv":[0.375,6.75,0,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.4,-14.8]}],"overrides":[],"textures":{"0":"item/w750562988_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7690.json b/assets/minecraft/models/w7690.json new file mode 100644 index 000000000..ca1e9c6ff --- /dev/null +++ b/assets/minecraft/models/w7690.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,6,9.75,6.25]},"east":{"texture":"#0","uv":[9.5,6.25,9.25,7]},"north":{"texture":"#0","uv":[9.25,6.25,8.75,7]},"south":{"texture":"#0","uv":[10,6.25,9.5,7]},"up":{"texture":"#0","uv":[8.75,6.25,9.25,6]},"west":{"texture":"#0","uv":[8.75,6.25,8.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1725796940_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7691.json b/assets/minecraft/models/w7691.json new file mode 100644 index 000000000..cb9726515 --- /dev/null +++ b/assets/minecraft/models/w7691.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,7.25,4,8.25]},"east":{"texture":"#0","uv":[2.5,8.25,3.5,8.5]},"north":{"texture":"#0","uv":[3.5,8.25,4,8.5]},"south":{"texture":"#0","uv":[5,8.25,5.5,8.5]},"up":{"texture":"#0","uv":[4,8.25,3.5,7.25]},"west":{"texture":"#0","uv":[4,8.25,5,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.88,-15.599999,-14.4]}],"overrides":[],"textures":{"0":"item/w1725796940_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7692.json b/assets/minecraft/models/w7692.json new file mode 100644 index 000000000..d80195c43 --- /dev/null +++ b/assets/minecraft/models/w7692.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,7.5,6.5,8]},"east":{"texture":"#0","uv":[5.5,8,6,9.75]},"north":{"texture":"#0","uv":[6,8,6.5,9.75]},"south":{"texture":"#0","uv":[7,8,7.5,9.75]},"up":{"texture":"#0","uv":[6.5,8,6,7.5]},"west":{"texture":"#0","uv":[6.5,8,7,9.75]}},"from":[-16,-15.6,-15.48],"shade":false,"to":[-15.2,-12.8,-14.679999]},{"faces":{"down":{"texture":"#0","uv":[6.25,3.5,5.75,4.25]},"east":{"texture":"#0","uv":[4.5,4.25,5.25,4.5]},"north":{"texture":"#0","uv":[5.25,4.25,5.75,4.5]},"south":{"texture":"#0","uv":[6.5,4.25,7,4.5]},"up":{"texture":"#0","uv":[5.75,4.25,5.25,3.5]},"west":{"texture":"#0","uv":[5.75,4.25,6.5,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1730414824_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7693.json b/assets/minecraft/models/w7693.json new file mode 100644 index 000000000..c4aaa79a6 --- /dev/null +++ b/assets/minecraft/models/w7693.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,7.5,7,8]},"east":{"texture":"#0","uv":[7,8,6.5,9.75]},"north":{"texture":"#0","uv":[6.5,8,6,9.75]},"south":{"texture":"#0","uv":[7.5,8,7,9.75]},"up":{"texture":"#0","uv":[6,8,6.5,7.5]},"west":{"texture":"#0","uv":[6,8,5.5,9.75]}},"from":[-16,-15.6,-15.48],"shade":false,"to":[-15.2,-12.8,-14.679999]},{"faces":{"down":{"texture":"#0","uv":[5.75,3.5,6.25,4.25]},"east":{"texture":"#0","uv":[6.5,4.25,5.75,4.5]},"north":{"texture":"#0","uv":[5.75,4.25,5.25,4.5]},"south":{"texture":"#0","uv":[7,4.25,6.5,4.5]},"up":{"texture":"#0","uv":[5.25,4.25,5.75,3.5]},"west":{"texture":"#0","uv":[5.25,4.25,4.5,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1730414824_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7694.json b/assets/minecraft/models/w7694.json new file mode 100644 index 000000000..456d38cd9 --- /dev/null +++ b/assets/minecraft/models/w7694.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,0,7.25,1]},"east":{"texture":"#0","uv":[5.5,1,6.5,2]},"north":{"texture":"#0","uv":[6.5,1,7.25,2]},"south":{"texture":"#0","uv":[8.25,1,9,2]},"up":{"texture":"#0","uv":[7.25,1,6.5,0]},"west":{"texture":"#0","uv":[7.25,1,8.25,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1730414824_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7695.json b/assets/minecraft/models/w7695.json new file mode 100644 index 000000000..49ec313f8 --- /dev/null +++ b/assets/minecraft/models/w7695.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,5.5,6.5,6]},"east":{"texture":"#0","uv":[6,6,6.5,6.75]},"north":{"texture":"#0","uv":[6.5,6,6.5,6.75]},"south":{"texture":"#0","uv":[7,6,7,6.75]},"up":{"texture":"#0","uv":[6.5,6,6.5,5.5]},"west":{"texture":"#0","uv":[6.5,6,7,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1730414824_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7696.json b/assets/minecraft/models/w7696.json new file mode 100644 index 000000000..2c0f703ea --- /dev/null +++ b/assets/minecraft/models/w7696.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,0,1,0.5]},"east":{"texture":"#0","uv":[0,0.5,0.5,1.75]},"north":{"texture":"#0","uv":[0.5,0.5,1,1.75]},"south":{"texture":"#0","uv":[1.5,0.5,2,1.75]},"up":{"texture":"#0","uv":[1,0.5,0.5,0]},"west":{"texture":"#0","uv":[1,0.5,1.5,1.75]}},"from":[-16,-15.6,-15.44],"shade":false,"to":[-15.2,-13.6,-14.639999]},{"faces":{"down":{"texture":"#0","uv":[9.75,0,9.25,0.75]},"east":{"texture":"#0","uv":[8,0.75,8.75,1]},"north":{"texture":"#0","uv":[8.75,0.75,9.25,1]},"south":{"texture":"#0","uv":[10,0.75,10.5,1]},"up":{"texture":"#0","uv":[9.25,0.75,8.75,0]},"west":{"texture":"#0","uv":[9.25,0.75,10,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1730414824_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7697.json b/assets/minecraft/models/w7697.json new file mode 100644 index 000000000..c24f18da1 --- /dev/null +++ b/assets/minecraft/models/w7697.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,0,8,1]},"east":{"texture":"#0","uv":[8.25,1,7.25,2]},"north":{"texture":"#0","uv":[7.25,1,6.5,2]},"south":{"texture":"#0","uv":[9,1,8.25,2]},"up":{"texture":"#0","uv":[6.5,1,7.25,0]},"west":{"texture":"#0","uv":[6.5,1,5.5,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1730414824_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7698.json b/assets/minecraft/models/w7698.json new file mode 100644 index 000000000..b3ef46528 --- /dev/null +++ b/assets/minecraft/models/w7698.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,5.5,6.5,6]},"east":{"texture":"#0","uv":[7,6,6.5,6.75]},"north":{"texture":"#0","uv":[6.5,6,6.5,6.75]},"south":{"texture":"#0","uv":[7,6,7,6.75]},"up":{"texture":"#0","uv":[6.5,6,6.5,5.5]},"west":{"texture":"#0","uv":[6.5,6,6,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1730414824_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7699.json b/assets/minecraft/models/w7699.json new file mode 100644 index 000000000..611143dba --- /dev/null +++ b/assets/minecraft/models/w7699.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0,1.5,0.5]},"east":{"texture":"#0","uv":[1.5,0.5,1,1.75]},"north":{"texture":"#0","uv":[1,0.5,0.5,1.75]},"south":{"texture":"#0","uv":[2,0.5,1.5,1.75]},"up":{"texture":"#0","uv":[0.5,0.5,1,0]},"west":{"texture":"#0","uv":[0.5,0.5,0,1.75]}},"from":[-16,-15.6,-15.44],"shade":false,"to":[-15.2,-13.6,-14.639999]},{"faces":{"down":{"texture":"#0","uv":[9.25,0,9.75,0.75]},"east":{"texture":"#0","uv":[10,0.75,9.25,1]},"north":{"texture":"#0","uv":[9.25,0.75,8.75,1]},"south":{"texture":"#0","uv":[10.5,0.75,10,1]},"up":{"texture":"#0","uv":[8.75,0.75,9.25,0]},"west":{"texture":"#0","uv":[8.75,0.75,8,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1730414824_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w77.json b/assets/minecraft/models/w77.json new file mode 100644 index 000000000..6c4d0b68b --- /dev/null +++ b/assets/minecraft/models/w77.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.375,3.75,1.5,5]},"east":{"texture":"#0","uv":[0.875,5,2.125,5.875]},"north":{"texture":"#0","uv":[0.875,5.875,1.75,6.75]},"south":{"texture":"#0","uv":[0.625,3.25,1.5,4.125]},"up":{"texture":"#0","uv":[0.875,6.25,0,5]},"west":{"texture":"#0","uv":[0.25,4.125,1.5,5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.2,-12]}],"overrides":[],"textures":{"0":"item/w1081588330_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w770.json b/assets/minecraft/models/w770.json new file mode 100644 index 000000000..8fcc8933b --- /dev/null +++ b/assets/minecraft/models/w770.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,1.375,5.875,2.375]},"east":{"texture":"#0","uv":[3.75,2.375,4.75,3.25]},"north":{"texture":"#0","uv":[4.75,2.375,5.875,3.25]},"south":{"texture":"#0","uv":[6.875,2.375,8,3.25]},"up":{"texture":"#0","uv":[5.875,2.375,4.75,1.375]},"west":{"texture":"#0","uv":[5.875,2.375,6.875,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-13.2,-12.8]}],"overrides":[],"textures":{"0":"item/w750562988_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7700.json b/assets/minecraft/models/w7700.json new file mode 100644 index 000000000..58c75cd5f --- /dev/null +++ b/assets/minecraft/models/w7700.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,3.5,3,5]},"east":{"texture":"#0","uv":[0,5,1.5,7.25]},"north":{"texture":"#0","uv":[1.5,5,3,7.25]},"south":{"texture":"#0","uv":[4.5,5,6,7.25]},"up":{"texture":"#0","uv":[3,5,1.5,3.5]},"west":{"texture":"#0","uv":[3,5,4.5,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12.4,-13.4]}],"overrides":[],"textures":{"0":"item/w1730414824_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7701.json b/assets/minecraft/models/w7701.json new file mode 100644 index 000000000..45d625d2a --- /dev/null +++ b/assets/minecraft/models/w7701.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,8.5,3.5,9]},"east":{"texture":"#0","uv":[2.5,9,3,9.5]},"north":{"texture":"#0","uv":[3,9,3.5,9.5]},"south":{"texture":"#0","uv":[4,9,4.5,9.5]},"up":{"texture":"#0","uv":[3.5,9,3,8.5]},"west":{"texture":"#0","uv":[3.5,9,4,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w1730414824_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7702.json b/assets/minecraft/models/w7702.json new file mode 100644 index 000000000..95172e329 --- /dev/null +++ b/assets/minecraft/models/w7702.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.75,2]},"east":{"texture":"#0","uv":[0,2,2,3.5]},"north":{"texture":"#0","uv":[2,2,3.75,3.5]},"south":{"texture":"#0","uv":[5.75,2,7.5,3.5]},"up":{"texture":"#0","uv":[3.75,2,2,0]},"west":{"texture":"#0","uv":[3.75,2,5.75,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.6,-12.8]}],"overrides":[],"textures":{"0":"item/w1730414824_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7703.json b/assets/minecraft/models/w7703.json new file mode 100644 index 000000000..45b60cdaf --- /dev/null +++ b/assets/minecraft/models/w7703.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,3.5,0.75,3.5]},"east":{"texture":"#0","uv":[0,3.5,0,4.5]},"north":{"texture":"#0","uv":[0,3.5,0.75,4.5]},"south":{"texture":"#0","uv":[0.75,3.5,1.5,4.5]},"up":{"texture":"#0","uv":[0.75,3.5,0,3.5]},"west":{"texture":"#0","uv":[0.75,3.5,0.75,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1730414824_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7704.json b/assets/minecraft/models/w7704.json new file mode 100644 index 000000000..a2ef255ae --- /dev/null +++ b/assets/minecraft/models/w7704.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,3.5,1.5,3.5]},"east":{"texture":"#0","uv":[0.75,3.5,0.75,4.5]},"north":{"texture":"#0","uv":[0.75,3.5,0,4.5]},"south":{"texture":"#0","uv":[1.5,3.5,0.75,4.5]},"up":{"texture":"#0","uv":[0,3.5,0.75,3.5]},"west":{"texture":"#0","uv":[0,3.5,0,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1730414824_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7705.json b/assets/minecraft/models/w7705.json new file mode 100644 index 000000000..2b00ffb02 --- /dev/null +++ b/assets/minecraft/models/w7705.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,2,9.25,3]},"east":{"texture":"#0","uv":[7.5,3,8.5,3.25]},"north":{"texture":"#0","uv":[8.5,3,9,3.25]},"south":{"texture":"#0","uv":[10,3,10.5,3.25]},"up":{"texture":"#0","uv":[9.25,3,8.5,2]},"west":{"texture":"#0","uv":[9,3,10,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.88,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w1730414824_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7706.json b/assets/minecraft/models/w7706.json new file mode 100644 index 000000000..15521322a --- /dev/null +++ b/assets/minecraft/models/w7706.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,3.5,8.5,4.5]},"east":{"texture":"#0","uv":[6,4.5,7,6]},"north":{"texture":"#0","uv":[7,4.5,8.5,6]},"south":{"texture":"#0","uv":[9.5,4.5,11,6]},"up":{"texture":"#0","uv":[8.5,4.5,7,3.5]},"west":{"texture":"#0","uv":[8.5,4.5,9.5,6]}},"from":[-16,-16,-14.4],"shade":false,"to":[-13.6,-13.6,-12.799999]},{"faces":{"down":{"texture":"#0","uv":[8.5,6,7.75,7]},"east":{"texture":"#0","uv":[6,7,7,7.5]},"north":{"texture":"#0","uv":[7,7,7.75,7.5]},"south":{"texture":"#0","uv":[8.75,7,9.5,7.5]},"up":{"texture":"#0","uv":[7.75,7,7,6]},"west":{"texture":"#0","uv":[7.75,7,8.75,7.5]}},"from":[-15.4,-15.752,-16],"shade":false,"to":[-14.2,-14.952,-14.4]}],"overrides":[],"textures":{"0":"item/w1730414824_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7707.json b/assets/minecraft/models/w7707.json new file mode 100644 index 000000000..83c0cd3b1 --- /dev/null +++ b/assets/minecraft/models/w7707.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,7.5,8.5,8]},"east":{"texture":"#0","uv":[7.5,8,8,9]},"north":{"texture":"#0","uv":[8,8,8.5,9]},"south":{"texture":"#0","uv":[9,8,9.5,9]},"up":{"texture":"#0","uv":[8.5,8,8,7.5]},"west":{"texture":"#0","uv":[8.5,8,9,9]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-15.04]}],"overrides":[],"textures":{"0":"item/w1730414824_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7708.json b/assets/minecraft/models/w7708.json new file mode 100644 index 000000000..b1f34f49a --- /dev/null +++ b/assets/minecraft/models/w7708.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,7.25,1.25,8]},"east":{"texture":"#0","uv":[0,8,0.75,9.5]},"north":{"texture":"#0","uv":[0.75,8,1.25,9.5]},"south":{"texture":"#0","uv":[2,8,2.5,9.5]},"up":{"texture":"#0","uv":[1.25,8,0.75,7.25]},"west":{"texture":"#0","uv":[1.25,8,2,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-13.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1730414824_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7709.json b/assets/minecraft/models/w7709.json new file mode 100644 index 000000000..702c080b9 --- /dev/null +++ b/assets/minecraft/models/w7709.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.75,6,9.25,6.25]},"east":{"texture":"#0","uv":[8.5,6.25,8.75,7]},"north":{"texture":"#0","uv":[8.75,6.25,9.25,7]},"south":{"texture":"#0","uv":[9.5,6.25,10,7]},"up":{"texture":"#0","uv":[9.25,6.25,8.75,6]},"west":{"texture":"#0","uv":[9.25,6.25,9.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1730414824_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w771.json b/assets/minecraft/models/w771.json new file mode 100644 index 000000000..a696e0a39 --- /dev/null +++ b/assets/minecraft/models/w771.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.875,6.125,4.75,6.25]},"east":{"texture":"#0","uv":[4.5,6.25,4.625,8.125]},"north":{"texture":"#0","uv":[4.625,6.25,4.75,8.125]},"south":{"texture":"#0","uv":[4.875,6.25,5,8.125]},"up":{"texture":"#0","uv":[4.75,6.25,4.625,6.125]},"west":{"texture":"#0","uv":[4.75,6.25,4.875,8.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-10,-15.6]}],"overrides":[],"textures":{"0":"item/w750562988_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7710.json b/assets/minecraft/models/w7710.json new file mode 100644 index 000000000..78d587231 --- /dev/null +++ b/assets/minecraft/models/w7710.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,6,9.75,6.25]},"east":{"texture":"#0","uv":[9.5,6.25,9.25,7]},"north":{"texture":"#0","uv":[9.25,6.25,8.75,7]},"south":{"texture":"#0","uv":[10,6.25,9.5,7]},"up":{"texture":"#0","uv":[8.75,6.25,9.25,6]},"west":{"texture":"#0","uv":[8.75,6.25,8.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1730414824_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7711.json b/assets/minecraft/models/w7711.json new file mode 100644 index 000000000..4129e52e4 --- /dev/null +++ b/assets/minecraft/models/w7711.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,7.25,4,8.25]},"east":{"texture":"#0","uv":[2.5,8.25,3.5,8.5]},"north":{"texture":"#0","uv":[3.5,8.25,4,8.5]},"south":{"texture":"#0","uv":[5,8.25,5.5,8.5]},"up":{"texture":"#0","uv":[4,8.25,3.5,7.25]},"west":{"texture":"#0","uv":[4,8.25,5,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.88,-15.599999,-14.4]}],"overrides":[],"textures":{"0":"item/w1730414824_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7712.json b/assets/minecraft/models/w7712.json new file mode 100644 index 000000000..2fa56e496 --- /dev/null +++ b/assets/minecraft/models/w7712.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,7.5,6.5,8]},"east":{"texture":"#0","uv":[5.5,8,6,9.75]},"north":{"texture":"#0","uv":[6,8,6.5,9.75]},"south":{"texture":"#0","uv":[7,8,7.5,9.75]},"up":{"texture":"#0","uv":[6.5,8,6,7.5]},"west":{"texture":"#0","uv":[6.5,8,7,9.75]}},"from":[-16,-15.6,-15.48],"shade":false,"to":[-15.2,-12.8,-14.679999]},{"faces":{"down":{"texture":"#0","uv":[6.25,3.5,5.75,4.25]},"east":{"texture":"#0","uv":[4.5,4.25,5.25,4.5]},"north":{"texture":"#0","uv":[5.25,4.25,5.75,4.5]},"south":{"texture":"#0","uv":[6.5,4.25,7,4.5]},"up":{"texture":"#0","uv":[5.75,4.25,5.25,3.5]},"west":{"texture":"#0","uv":[5.75,4.25,6.5,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1731126057_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7713.json b/assets/minecraft/models/w7713.json new file mode 100644 index 000000000..30bd537e2 --- /dev/null +++ b/assets/minecraft/models/w7713.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,7.5,7,8]},"east":{"texture":"#0","uv":[7,8,6.5,9.75]},"north":{"texture":"#0","uv":[6.5,8,6,9.75]},"south":{"texture":"#0","uv":[7.5,8,7,9.75]},"up":{"texture":"#0","uv":[6,8,6.5,7.5]},"west":{"texture":"#0","uv":[6,8,5.5,9.75]}},"from":[-16,-15.6,-15.48],"shade":false,"to":[-15.2,-12.8,-14.679999]},{"faces":{"down":{"texture":"#0","uv":[5.75,3.5,6.25,4.25]},"east":{"texture":"#0","uv":[6.5,4.25,5.75,4.5]},"north":{"texture":"#0","uv":[5.75,4.25,5.25,4.5]},"south":{"texture":"#0","uv":[7,4.25,6.5,4.5]},"up":{"texture":"#0","uv":[5.25,4.25,5.75,3.5]},"west":{"texture":"#0","uv":[5.25,4.25,4.5,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1731126057_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7714.json b/assets/minecraft/models/w7714.json new file mode 100644 index 000000000..1647cb0cb --- /dev/null +++ b/assets/minecraft/models/w7714.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,0,7.25,1]},"east":{"texture":"#0","uv":[5.5,1,6.5,2]},"north":{"texture":"#0","uv":[6.5,1,7.25,2]},"south":{"texture":"#0","uv":[8.25,1,9,2]},"up":{"texture":"#0","uv":[7.25,1,6.5,0]},"west":{"texture":"#0","uv":[7.25,1,8.25,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1731126057_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7715.json b/assets/minecraft/models/w7715.json new file mode 100644 index 000000000..b1ce2ce3d --- /dev/null +++ b/assets/minecraft/models/w7715.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,5.5,6.5,6]},"east":{"texture":"#0","uv":[6,6,6.5,6.75]},"north":{"texture":"#0","uv":[6.5,6,6.5,6.75]},"south":{"texture":"#0","uv":[7,6,7,6.75]},"up":{"texture":"#0","uv":[6.5,6,6.5,5.5]},"west":{"texture":"#0","uv":[6.5,6,7,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1731126057_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7716.json b/assets/minecraft/models/w7716.json new file mode 100644 index 000000000..18e9bcc30 --- /dev/null +++ b/assets/minecraft/models/w7716.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,0,1,0.5]},"east":{"texture":"#0","uv":[0,0.5,0.5,1.75]},"north":{"texture":"#0","uv":[0.5,0.5,1,1.75]},"south":{"texture":"#0","uv":[1.5,0.5,2,1.75]},"up":{"texture":"#0","uv":[1,0.5,0.5,0]},"west":{"texture":"#0","uv":[1,0.5,1.5,1.75]}},"from":[-16,-15.6,-15.44],"shade":false,"to":[-15.2,-13.6,-14.639999]},{"faces":{"down":{"texture":"#0","uv":[9.75,0,9.25,0.75]},"east":{"texture":"#0","uv":[8,0.75,8.75,1]},"north":{"texture":"#0","uv":[8.75,0.75,9.25,1]},"south":{"texture":"#0","uv":[10,0.75,10.5,1]},"up":{"texture":"#0","uv":[9.25,0.75,8.75,0]},"west":{"texture":"#0","uv":[9.25,0.75,10,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1731126057_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7717.json b/assets/minecraft/models/w7717.json new file mode 100644 index 000000000..299d82c6c --- /dev/null +++ b/assets/minecraft/models/w7717.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,0,8,1]},"east":{"texture":"#0","uv":[8.25,1,7.25,2]},"north":{"texture":"#0","uv":[7.25,1,6.5,2]},"south":{"texture":"#0","uv":[9,1,8.25,2]},"up":{"texture":"#0","uv":[6.5,1,7.25,0]},"west":{"texture":"#0","uv":[6.5,1,5.5,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1731126057_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7718.json b/assets/minecraft/models/w7718.json new file mode 100644 index 000000000..41599b1f8 --- /dev/null +++ b/assets/minecraft/models/w7718.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,5.5,6.5,6]},"east":{"texture":"#0","uv":[7,6,6.5,6.75]},"north":{"texture":"#0","uv":[6.5,6,6.5,6.75]},"south":{"texture":"#0","uv":[7,6,7,6.75]},"up":{"texture":"#0","uv":[6.5,6,6.5,5.5]},"west":{"texture":"#0","uv":[6.5,6,6,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1731126057_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7719.json b/assets/minecraft/models/w7719.json new file mode 100644 index 000000000..06bc242aa --- /dev/null +++ b/assets/minecraft/models/w7719.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0,1.5,0.5]},"east":{"texture":"#0","uv":[1.5,0.5,1,1.75]},"north":{"texture":"#0","uv":[1,0.5,0.5,1.75]},"south":{"texture":"#0","uv":[2,0.5,1.5,1.75]},"up":{"texture":"#0","uv":[0.5,0.5,1,0]},"west":{"texture":"#0","uv":[0.5,0.5,0,1.75]}},"from":[-16,-15.6,-15.44],"shade":false,"to":[-15.2,-13.6,-14.639999]},{"faces":{"down":{"texture":"#0","uv":[9.25,0,9.75,0.75]},"east":{"texture":"#0","uv":[10,0.75,9.25,1]},"north":{"texture":"#0","uv":[9.25,0.75,8.75,1]},"south":{"texture":"#0","uv":[10.5,0.75,10,1]},"up":{"texture":"#0","uv":[8.75,0.75,9.25,0]},"west":{"texture":"#0","uv":[8.75,0.75,8,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1731126057_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w772.json b/assets/minecraft/models/w772.json new file mode 100644 index 000000000..c2d0c3f93 --- /dev/null +++ b/assets/minecraft/models/w772.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.75,6.125,4.875,6.25]},"east":{"texture":"#0","uv":[4.875,6.25,4.75,8.125]},"north":{"texture":"#0","uv":[4.75,6.25,4.625,8.125]},"south":{"texture":"#0","uv":[5,6.25,4.875,8.125]},"up":{"texture":"#0","uv":[4.625,6.25,4.75,6.125]},"west":{"texture":"#0","uv":[4.625,6.25,4.5,8.125]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-10,-15.6]}],"overrides":[],"textures":{"0":"item/w750562988_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7720.json b/assets/minecraft/models/w7720.json new file mode 100644 index 000000000..69b014479 --- /dev/null +++ b/assets/minecraft/models/w7720.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,3.5,3,5]},"east":{"texture":"#0","uv":[0,5,1.5,7.25]},"north":{"texture":"#0","uv":[1.5,5,3,7.25]},"south":{"texture":"#0","uv":[4.5,5,6,7.25]},"up":{"texture":"#0","uv":[3,5,1.5,3.5]},"west":{"texture":"#0","uv":[3,5,4.5,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12.4,-13.4]}],"overrides":[],"textures":{"0":"item/w1731126057_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7721.json b/assets/minecraft/models/w7721.json new file mode 100644 index 000000000..8726c9efe --- /dev/null +++ b/assets/minecraft/models/w7721.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,8.5,3.5,9]},"east":{"texture":"#0","uv":[2.5,9,3,9.5]},"north":{"texture":"#0","uv":[3,9,3.5,9.5]},"south":{"texture":"#0","uv":[4,9,4.5,9.5]},"up":{"texture":"#0","uv":[3.5,9,3,8.5]},"west":{"texture":"#0","uv":[3.5,9,4,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w1731126057_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7722.json b/assets/minecraft/models/w7722.json new file mode 100644 index 000000000..7d2192d1b --- /dev/null +++ b/assets/minecraft/models/w7722.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.75,2]},"east":{"texture":"#0","uv":[0,2,2,3.5]},"north":{"texture":"#0","uv":[2,2,3.75,3.5]},"south":{"texture":"#0","uv":[5.75,2,7.5,3.5]},"up":{"texture":"#0","uv":[3.75,2,2,0]},"west":{"texture":"#0","uv":[3.75,2,5.75,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.6,-12.8]}],"overrides":[],"textures":{"0":"item/w1731126057_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7723.json b/assets/minecraft/models/w7723.json new file mode 100644 index 000000000..cc28a2011 --- /dev/null +++ b/assets/minecraft/models/w7723.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,3.5,0.75,3.5]},"east":{"texture":"#0","uv":[0,3.5,0,4.5]},"north":{"texture":"#0","uv":[0,3.5,0.75,4.5]},"south":{"texture":"#0","uv":[0.75,3.5,1.5,4.5]},"up":{"texture":"#0","uv":[0.75,3.5,0,3.5]},"west":{"texture":"#0","uv":[0.75,3.5,0.75,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1731126057_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7724.json b/assets/minecraft/models/w7724.json new file mode 100644 index 000000000..d5bb73f23 --- /dev/null +++ b/assets/minecraft/models/w7724.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,3.5,1.5,3.5]},"east":{"texture":"#0","uv":[0.75,3.5,0.75,4.5]},"north":{"texture":"#0","uv":[0.75,3.5,0,4.5]},"south":{"texture":"#0","uv":[1.5,3.5,0.75,4.5]},"up":{"texture":"#0","uv":[0,3.5,0.75,3.5]},"west":{"texture":"#0","uv":[0,3.5,0,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1731126057_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7725.json b/assets/minecraft/models/w7725.json new file mode 100644 index 000000000..f619c8cc0 --- /dev/null +++ b/assets/minecraft/models/w7725.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,2,9.25,3]},"east":{"texture":"#0","uv":[7.5,3,8.5,3.25]},"north":{"texture":"#0","uv":[8.5,3,9,3.25]},"south":{"texture":"#0","uv":[10,3,10.5,3.25]},"up":{"texture":"#0","uv":[9.25,3,8.5,2]},"west":{"texture":"#0","uv":[9,3,10,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.88,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w1731126057_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7726.json b/assets/minecraft/models/w7726.json new file mode 100644 index 000000000..0517c512d --- /dev/null +++ b/assets/minecraft/models/w7726.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,3.5,8.5,4.5]},"east":{"texture":"#0","uv":[6,4.5,7,6]},"north":{"texture":"#0","uv":[7,4.5,8.5,6]},"south":{"texture":"#0","uv":[9.5,4.5,11,6]},"up":{"texture":"#0","uv":[8.5,4.5,7,3.5]},"west":{"texture":"#0","uv":[8.5,4.5,9.5,6]}},"from":[-16,-16,-14.4],"shade":false,"to":[-13.6,-13.6,-12.799999]},{"faces":{"down":{"texture":"#0","uv":[8.5,6,7.75,7]},"east":{"texture":"#0","uv":[6,7,7,7.5]},"north":{"texture":"#0","uv":[7,7,7.75,7.5]},"south":{"texture":"#0","uv":[8.75,7,9.5,7.5]},"up":{"texture":"#0","uv":[7.75,7,7,6]},"west":{"texture":"#0","uv":[7.75,7,8.75,7.5]}},"from":[-15.4,-15.752,-16],"shade":false,"to":[-14.2,-14.952,-14.4]}],"overrides":[],"textures":{"0":"item/w1731126057_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7727.json b/assets/minecraft/models/w7727.json new file mode 100644 index 000000000..e31d7d976 --- /dev/null +++ b/assets/minecraft/models/w7727.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,7.5,8.5,8]},"east":{"texture":"#0","uv":[7.5,8,8,9]},"north":{"texture":"#0","uv":[8,8,8.5,9]},"south":{"texture":"#0","uv":[9,8,9.5,9]},"up":{"texture":"#0","uv":[8.5,8,8,7.5]},"west":{"texture":"#0","uv":[8.5,8,9,9]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-15.04]}],"overrides":[],"textures":{"0":"item/w1731126057_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7728.json b/assets/minecraft/models/w7728.json new file mode 100644 index 000000000..e2156014e --- /dev/null +++ b/assets/minecraft/models/w7728.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,7.25,1.25,8]},"east":{"texture":"#0","uv":[0,8,0.75,9.5]},"north":{"texture":"#0","uv":[0.75,8,1.25,9.5]},"south":{"texture":"#0","uv":[2,8,2.5,9.5]},"up":{"texture":"#0","uv":[1.25,8,0.75,7.25]},"west":{"texture":"#0","uv":[1.25,8,2,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-13.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1731126057_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7729.json b/assets/minecraft/models/w7729.json new file mode 100644 index 000000000..47b90f0cf --- /dev/null +++ b/assets/minecraft/models/w7729.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.75,6,9.25,6.25]},"east":{"texture":"#0","uv":[8.5,6.25,8.75,7]},"north":{"texture":"#0","uv":[8.75,6.25,9.25,7]},"south":{"texture":"#0","uv":[9.5,6.25,10,7]},"up":{"texture":"#0","uv":[9.25,6.25,8.75,6]},"west":{"texture":"#0","uv":[9.25,6.25,9.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1731126057_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w773.json b/assets/minecraft/models/w773.json new file mode 100644 index 000000000..318443d6b --- /dev/null +++ b/assets/minecraft/models/w773.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.875,6.125,2.75,6.25]},"east":{"texture":"#0","uv":[2.5,6.25,2.625,8.75]},"north":{"texture":"#0","uv":[2.625,6.25,2.75,8.75]},"south":{"texture":"#0","uv":[2.875,6.25,3,8.75]},"up":{"texture":"#0","uv":[2.75,6.25,2.625,6.125]},"west":{"texture":"#0","uv":[2.75,6.25,2.875,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-8,-15.6]}],"overrides":[],"textures":{"0":"item/w750562988_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7730.json b/assets/minecraft/models/w7730.json new file mode 100644 index 000000000..2fd0b71cf --- /dev/null +++ b/assets/minecraft/models/w7730.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,6,9.75,6.25]},"east":{"texture":"#0","uv":[9.5,6.25,9.25,7]},"north":{"texture":"#0","uv":[9.25,6.25,8.75,7]},"south":{"texture":"#0","uv":[10,6.25,9.5,7]},"up":{"texture":"#0","uv":[8.75,6.25,9.25,6]},"west":{"texture":"#0","uv":[8.75,6.25,8.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1731126057_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7731.json b/assets/minecraft/models/w7731.json new file mode 100644 index 000000000..14902a3c0 --- /dev/null +++ b/assets/minecraft/models/w7731.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,7.25,4,8.25]},"east":{"texture":"#0","uv":[2.5,8.25,3.5,8.5]},"north":{"texture":"#0","uv":[3.5,8.25,4,8.5]},"south":{"texture":"#0","uv":[5,8.25,5.5,8.5]},"up":{"texture":"#0","uv":[4,8.25,3.5,7.25]},"west":{"texture":"#0","uv":[4,8.25,5,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.88,-15.599999,-14.4]}],"overrides":[],"textures":{"0":"item/w1731126057_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7732.json b/assets/minecraft/models/w7732.json new file mode 100644 index 000000000..e4ca2a8b0 --- /dev/null +++ b/assets/minecraft/models/w7732.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,7.5,6.5,8]},"east":{"texture":"#0","uv":[5.5,8,6,9.75]},"north":{"texture":"#0","uv":[6,8,6.5,9.75]},"south":{"texture":"#0","uv":[7,8,7.5,9.75]},"up":{"texture":"#0","uv":[6.5,8,6,7.5]},"west":{"texture":"#0","uv":[6.5,8,7,9.75]}},"from":[-16,-15.6,-15.48],"shade":false,"to":[-15.2,-12.8,-14.679999]},{"faces":{"down":{"texture":"#0","uv":[6.25,3.5,5.75,4.25]},"east":{"texture":"#0","uv":[4.5,4.25,5.25,4.5]},"north":{"texture":"#0","uv":[5.25,4.25,5.75,4.5]},"south":{"texture":"#0","uv":[6.5,4.25,7,4.5]},"up":{"texture":"#0","uv":[5.75,4.25,5.25,3.5]},"west":{"texture":"#0","uv":[5.75,4.25,6.5,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1732248939_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7733.json b/assets/minecraft/models/w7733.json new file mode 100644 index 000000000..f204d6775 --- /dev/null +++ b/assets/minecraft/models/w7733.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,7.5,7,8]},"east":{"texture":"#0","uv":[7,8,6.5,9.75]},"north":{"texture":"#0","uv":[6.5,8,6,9.75]},"south":{"texture":"#0","uv":[7.5,8,7,9.75]},"up":{"texture":"#0","uv":[6,8,6.5,7.5]},"west":{"texture":"#0","uv":[6,8,5.5,9.75]}},"from":[-16,-15.6,-15.48],"shade":false,"to":[-15.2,-12.8,-14.679999]},{"faces":{"down":{"texture":"#0","uv":[5.75,3.5,6.25,4.25]},"east":{"texture":"#0","uv":[6.5,4.25,5.75,4.5]},"north":{"texture":"#0","uv":[5.75,4.25,5.25,4.5]},"south":{"texture":"#0","uv":[7,4.25,6.5,4.5]},"up":{"texture":"#0","uv":[5.25,4.25,5.75,3.5]},"west":{"texture":"#0","uv":[5.25,4.25,4.5,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1732248939_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7734.json b/assets/minecraft/models/w7734.json new file mode 100644 index 000000000..dd0e6ae72 --- /dev/null +++ b/assets/minecraft/models/w7734.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,0,7.25,1]},"east":{"texture":"#0","uv":[5.5,1,6.5,2]},"north":{"texture":"#0","uv":[6.5,1,7.25,2]},"south":{"texture":"#0","uv":[8.25,1,9,2]},"up":{"texture":"#0","uv":[7.25,1,6.5,0]},"west":{"texture":"#0","uv":[7.25,1,8.25,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1732248939_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7735.json b/assets/minecraft/models/w7735.json new file mode 100644 index 000000000..cecc46c0d --- /dev/null +++ b/assets/minecraft/models/w7735.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,5.5,6.5,6]},"east":{"texture":"#0","uv":[6,6,6.5,6.75]},"north":{"texture":"#0","uv":[6.5,6,6.5,6.75]},"south":{"texture":"#0","uv":[7,6,7,6.75]},"up":{"texture":"#0","uv":[6.5,6,6.5,5.5]},"west":{"texture":"#0","uv":[6.5,6,7,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1732248939_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7736.json b/assets/minecraft/models/w7736.json new file mode 100644 index 000000000..9c1d14581 --- /dev/null +++ b/assets/minecraft/models/w7736.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,0,1,0.5]},"east":{"texture":"#0","uv":[0,0.5,0.5,1.75]},"north":{"texture":"#0","uv":[0.5,0.5,1,1.75]},"south":{"texture":"#0","uv":[1.5,0.5,2,1.75]},"up":{"texture":"#0","uv":[1,0.5,0.5,0]},"west":{"texture":"#0","uv":[1,0.5,1.5,1.75]}},"from":[-16,-15.6,-15.44],"shade":false,"to":[-15.2,-13.6,-14.639999]},{"faces":{"down":{"texture":"#0","uv":[9.75,0,9.25,0.75]},"east":{"texture":"#0","uv":[8,0.75,8.75,1]},"north":{"texture":"#0","uv":[8.75,0.75,9.25,1]},"south":{"texture":"#0","uv":[10,0.75,10.5,1]},"up":{"texture":"#0","uv":[9.25,0.75,8.75,0]},"west":{"texture":"#0","uv":[9.25,0.75,10,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1732248939_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7737.json b/assets/minecraft/models/w7737.json new file mode 100644 index 000000000..a6d7f72d4 --- /dev/null +++ b/assets/minecraft/models/w7737.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,0,8,1]},"east":{"texture":"#0","uv":[8.25,1,7.25,2]},"north":{"texture":"#0","uv":[7.25,1,6.5,2]},"south":{"texture":"#0","uv":[9,1,8.25,2]},"up":{"texture":"#0","uv":[6.5,1,7.25,0]},"west":{"texture":"#0","uv":[6.5,1,5.5,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w1732248939_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7738.json b/assets/minecraft/models/w7738.json new file mode 100644 index 000000000..a4900337d --- /dev/null +++ b/assets/minecraft/models/w7738.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,5.5,6.5,6]},"east":{"texture":"#0","uv":[7,6,6.5,6.75]},"north":{"texture":"#0","uv":[6.5,6,6.5,6.75]},"south":{"texture":"#0","uv":[7,6,7,6.75]},"up":{"texture":"#0","uv":[6.5,6,6.5,5.5]},"west":{"texture":"#0","uv":[6.5,6,6,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1732248939_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7739.json b/assets/minecraft/models/w7739.json new file mode 100644 index 000000000..fb4ae763b --- /dev/null +++ b/assets/minecraft/models/w7739.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0,1.5,0.5]},"east":{"texture":"#0","uv":[1.5,0.5,1,1.75]},"north":{"texture":"#0","uv":[1,0.5,0.5,1.75]},"south":{"texture":"#0","uv":[2,0.5,1.5,1.75]},"up":{"texture":"#0","uv":[0.5,0.5,1,0]},"west":{"texture":"#0","uv":[0.5,0.5,0,1.75]}},"from":[-16,-15.6,-15.44],"shade":false,"to":[-15.2,-13.6,-14.639999]},{"faces":{"down":{"texture":"#0","uv":[9.25,0,9.75,0.75]},"east":{"texture":"#0","uv":[10,0.75,9.25,1]},"north":{"texture":"#0","uv":[9.25,0.75,8.75,1]},"south":{"texture":"#0","uv":[10.5,0.75,10,1]},"up":{"texture":"#0","uv":[8.75,0.75,9.25,0]},"west":{"texture":"#0","uv":[8.75,0.75,8,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1732248939_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w774.json b/assets/minecraft/models/w774.json new file mode 100644 index 000000000..237da0dc8 --- /dev/null +++ b/assets/minecraft/models/w774.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.75,6.125,2.875,6.25]},"east":{"texture":"#0","uv":[2.875,6.25,2.75,8.75]},"north":{"texture":"#0","uv":[2.75,6.25,2.625,8.75]},"south":{"texture":"#0","uv":[3,6.25,2.875,8.75]},"up":{"texture":"#0","uv":[2.625,6.25,2.75,6.125]},"west":{"texture":"#0","uv":[2.625,6.25,2.5,8.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-8,-15.6]}],"overrides":[],"textures":{"0":"item/w750562988_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7740.json b/assets/minecraft/models/w7740.json new file mode 100644 index 000000000..5cf807def --- /dev/null +++ b/assets/minecraft/models/w7740.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,3.5,3,5]},"east":{"texture":"#0","uv":[0,5,1.5,7.25]},"north":{"texture":"#0","uv":[1.5,5,3,7.25]},"south":{"texture":"#0","uv":[4.5,5,6,7.25]},"up":{"texture":"#0","uv":[3,5,1.5,3.5]},"west":{"texture":"#0","uv":[3,5,4.5,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12.4,-13.4]},{"faces":{"down":{"texture":"#0","uv":[1.5,0,1,0.5]},"east":{"texture":"#0","uv":[0,0.5,0.5,1]},"north":{"texture":"#0","uv":[0.5,0.5,1,1]},"south":{"texture":"#0","uv":[1.5,0.5,2,1]},"up":{"texture":"#0","uv":[1,0.5,0.5,0]},"west":{"texture":"#0","uv":[1,0.5,1.5,1]}},"from":[-15.2,-12.8,-15.2],"shade":false,"to":[-14.4,-12,-14.4]}],"overrides":[],"textures":{"0":"item/w1732248939_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7741.json b/assets/minecraft/models/w7741.json new file mode 100644 index 000000000..e31dc73d3 --- /dev/null +++ b/assets/minecraft/models/w7741.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,8.5,3.5,9]},"east":{"texture":"#0","uv":[2.5,9,3,9.5]},"north":{"texture":"#0","uv":[3,9,3.5,9.5]},"south":{"texture":"#0","uv":[4,9,4.5,9.5]},"up":{"texture":"#0","uv":[3.5,9,3,8.5]},"west":{"texture":"#0","uv":[3.5,9,4,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w1732248939_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7742.json b/assets/minecraft/models/w7742.json new file mode 100644 index 000000000..53d5b46f0 --- /dev/null +++ b/assets/minecraft/models/w7742.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0,9.5,1.25,10.25]},"west":{"texture":"#0","uv":[1.25,9.5,0,10.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-14]}],"overrides":[],"textures":{"0":"item/w1732248939_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7743.json b/assets/minecraft/models/w7743.json new file mode 100644 index 000000000..53d5b46f0 --- /dev/null +++ b/assets/minecraft/models/w7743.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0,9.5,1.25,10.25]},"west":{"texture":"#0","uv":[1.25,9.5,0,10.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-14]}],"overrides":[],"textures":{"0":"item/w1732248939_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7744.json b/assets/minecraft/models/w7744.json new file mode 100644 index 000000000..d415d58ac --- /dev/null +++ b/assets/minecraft/models/w7744.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.75,2]},"east":{"texture":"#0","uv":[0,2,2,3.5]},"north":{"texture":"#0","uv":[2,2,3.75,3.5]},"south":{"texture":"#0","uv":[5.75,2,7.5,3.5]},"up":{"texture":"#0","uv":[3.75,2,2,0]},"west":{"texture":"#0","uv":[3.75,2,5.75,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.6,-12.8]}],"overrides":[],"textures":{"0":"item/w1732248939_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7745.json b/assets/minecraft/models/w7745.json new file mode 100644 index 000000000..322268564 --- /dev/null +++ b/assets/minecraft/models/w7745.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,3.5,1.25,4.5]},"south":{"texture":"#0","uv":[1.25,3.5,0,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1732248939_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7746.json b/assets/minecraft/models/w7746.json new file mode 100644 index 000000000..d8af1dac8 --- /dev/null +++ b/assets/minecraft/models/w7746.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1.25,3.5,0,4.5]},"south":{"texture":"#0","uv":[0,3.5,1.25,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1732248939_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7747.json b/assets/minecraft/models/w7747.json new file mode 100644 index 000000000..883073d7f --- /dev/null +++ b/assets/minecraft/models/w7747.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,2,9.25,3]},"east":{"texture":"#0","uv":[7.5,3,8.5,3.25]},"north":{"texture":"#0","uv":[8.5,3,9,3.25]},"south":{"texture":"#0","uv":[10,3,10.5,3.25]},"up":{"texture":"#0","uv":[9.25,3,8.5,2]},"west":{"texture":"#0","uv":[9,3,10,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.88,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w1732248939_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7748.json b/assets/minecraft/models/w7748.json new file mode 100644 index 000000000..229bcdd7f --- /dev/null +++ b/assets/minecraft/models/w7748.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,3.5,8.5,4.5]},"east":{"texture":"#0","uv":[6,4.5,7,6]},"north":{"texture":"#0","uv":[7,4.5,8.5,6]},"south":{"texture":"#0","uv":[9.5,4.5,11,6]},"up":{"texture":"#0","uv":[8.5,4.5,7,3.5]},"west":{"texture":"#0","uv":[8.5,4.5,9.5,6]}},"from":[-16,-15.648,-14.4],"shade":false,"to":[-13.6,-13.247999,-12.799999]},{"faces":{"down":{"texture":"#0","uv":[8.5,6,7.75,7]},"east":{"texture":"#0","uv":[6,7,7,7.5]},"north":{"texture":"#0","uv":[7,7,7.75,7.5]},"south":{"texture":"#0","uv":[8.75,7,9.5,7.5]},"up":{"texture":"#0","uv":[7.75,7,7,6]},"west":{"texture":"#0","uv":[7.75,7,8.75,7.5]}},"from":[-15.4,-15.4,-16],"shade":false,"to":[-14.2,-14.599999,-14.4]},{"faces":{"down":{"texture":"#0","uv":[9,6,9,6.25]},"east":{"texture":"#0","uv":[8.75,6.25,9,6.75]},"north":{"texture":"#0","uv":[9,6.25,9,6.75]},"south":{"texture":"#0","uv":[9.25,6.25,9.25,6.75]},"up":{"texture":"#0","uv":[9,6.25,9,6]},"west":{"texture":"#0","uv":[9,6.25,9.25,6.75]}},"from":[-15.38,-16,-15.6],"shade":false,"to":[-15.38,-15.2,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[9,6,9,6.25]},"east":{"texture":"#0","uv":[9.25,6.25,9,6.75]},"north":{"texture":"#0","uv":[9,6.25,9,6.75]},"south":{"texture":"#0","uv":[9.25,6.25,9.25,6.75]},"up":{"texture":"#0","uv":[9,6.25,9,6]},"west":{"texture":"#0","uv":[9,6.25,8.75,6.75]}},"from":[-14.22,-16,-15.6],"shade":false,"to":[-14.22,-15.2,-15.200001]}],"overrides":[],"textures":{"0":"item/w1732248939_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7749.json b/assets/minecraft/models/w7749.json new file mode 100644 index 000000000..7b3a0c5a7 --- /dev/null +++ b/assets/minecraft/models/w7749.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,7.5,8.5,8]},"east":{"texture":"#0","uv":[7.5,8,8,9]},"north":{"texture":"#0","uv":[8,8,8.5,9]},"south":{"texture":"#0","uv":[9,8,9.5,9]},"up":{"texture":"#0","uv":[8.5,8,8,7.5]},"west":{"texture":"#0","uv":[8.5,8,9,9]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-15.04]}],"overrides":[],"textures":{"0":"item/w1732248939_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w775.json b/assets/minecraft/models/w775.json new file mode 100644 index 000000000..6190cb5e1 --- /dev/null +++ b/assets/minecraft/models/w775.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.25,0,2.375,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,2.375]},"north":{"texture":"#0","uv":[1.5,1.5,2.375,2.375]},"south":{"texture":"#0","uv":[3.875,1.5,4.75,2.375]},"up":{"texture":"#0","uv":[2.375,1.5,1.5,0]},"west":{"texture":"#0","uv":[2.375,1.5,3.875,2.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.2,-11.2]}],"overrides":[],"textures":{"0":"item/w750562988_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7750.json b/assets/minecraft/models/w7750.json new file mode 100644 index 000000000..0fb25c3bf --- /dev/null +++ b/assets/minecraft/models/w7750.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,7.25,1.25,8]},"east":{"texture":"#0","uv":[0,8,0.75,9.5]},"north":{"texture":"#0","uv":[0.75,8,1.25,9.5]},"south":{"texture":"#0","uv":[2,8,2.5,9.5]},"up":{"texture":"#0","uv":[1.25,8,0.75,7.25]},"west":{"texture":"#0","uv":[1.25,8,2,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-13.6,-14.8]}],"overrides":[],"textures":{"0":"item/w1732248939_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7751.json b/assets/minecraft/models/w7751.json new file mode 100644 index 000000000..0488b7307 --- /dev/null +++ b/assets/minecraft/models/w7751.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.25,6,10.75,6.25]},"east":{"texture":"#0","uv":[10,6.25,10.25,7.25]},"north":{"texture":"#0","uv":[10.25,6.25,10.75,7.25]},"south":{"texture":"#0","uv":[11,6.25,11.5,7.25]},"up":{"texture":"#0","uv":[10.75,6.25,10.25,6]},"west":{"texture":"#0","uv":[10.75,6.25,11,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-15.6]}],"overrides":[],"textures":{"0":"item/w1732248939_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7752.json b/assets/minecraft/models/w7752.json new file mode 100644 index 000000000..df4ab5cbc --- /dev/null +++ b/assets/minecraft/models/w7752.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.75,6,11.25,6.25]},"east":{"texture":"#0","uv":[11,6.25,10.75,7.25]},"north":{"texture":"#0","uv":[10.75,6.25,10.25,7.25]},"south":{"texture":"#0","uv":[11.5,6.25,11,7.25]},"up":{"texture":"#0","uv":[10.25,6.25,10.75,6]},"west":{"texture":"#0","uv":[10.25,6.25,10,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-15.6]}],"overrides":[],"textures":{"0":"item/w1732248939_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7753.json b/assets/minecraft/models/w7753.json new file mode 100644 index 000000000..00970f3ae --- /dev/null +++ b/assets/minecraft/models/w7753.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,7.25,4,8.25]},"east":{"texture":"#0","uv":[2.5,8.25,3.5,8.5]},"north":{"texture":"#0","uv":[3.5,8.25,4,8.5]},"south":{"texture":"#0","uv":[5,8.25,5.5,8.5]},"up":{"texture":"#0","uv":[4,8.25,3.5,7.25]},"west":{"texture":"#0","uv":[4,8.25,5,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.88,-15.599999,-14.4]}],"overrides":[],"textures":{"0":"item/w1732248939_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7754.json b/assets/minecraft/models/w7754.json new file mode 100644 index 000000000..51a76d437 --- /dev/null +++ b/assets/minecraft/models/w7754.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,7.5,6.5,8]},"east":{"texture":"#0","uv":[5.5,8,6,9.75]},"north":{"texture":"#0","uv":[6,8,6.5,9.75]},"south":{"texture":"#0","uv":[7,8,7.5,9.75]},"up":{"texture":"#0","uv":[6.5,8,6,7.5]},"west":{"texture":"#0","uv":[6.5,8,7,9.75]}},"from":[-16,-15.6,-15.48],"shade":false,"to":[-15.2,-12.8,-14.679999]},{"faces":{"down":{"texture":"#0","uv":[6.25,3.5,5.75,4.25]},"east":{"texture":"#0","uv":[4.5,4.25,5.25,4.5]},"north":{"texture":"#0","uv":[5.25,4.25,5.75,4.5]},"south":{"texture":"#0","uv":[6.5,4.25,7,4.5]},"up":{"texture":"#0","uv":[5.75,4.25,5.25,3.5]},"west":{"texture":"#0","uv":[5.75,4.25,6.5,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w994731153_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7755.json b/assets/minecraft/models/w7755.json new file mode 100644 index 000000000..303690491 --- /dev/null +++ b/assets/minecraft/models/w7755.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,7.5,7,8]},"east":{"texture":"#0","uv":[7,8,6.5,9.75]},"north":{"texture":"#0","uv":[6.5,8,6,9.75]},"south":{"texture":"#0","uv":[7.5,8,7,9.75]},"up":{"texture":"#0","uv":[6,8,6.5,7.5]},"west":{"texture":"#0","uv":[6,8,5.5,9.75]}},"from":[-16,-15.6,-15.48],"shade":false,"to":[-15.2,-12.8,-14.679999]},{"faces":{"down":{"texture":"#0","uv":[5.75,3.5,6.25,4.25]},"east":{"texture":"#0","uv":[6.5,4.25,5.75,4.5]},"north":{"texture":"#0","uv":[5.75,4.25,5.25,4.5]},"south":{"texture":"#0","uv":[7,4.25,6.5,4.5]},"up":{"texture":"#0","uv":[5.25,4.25,5.75,3.5]},"west":{"texture":"#0","uv":[5.25,4.25,4.5,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w994731153_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7756.json b/assets/minecraft/models/w7756.json new file mode 100644 index 000000000..cc5bcc952 --- /dev/null +++ b/assets/minecraft/models/w7756.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,0,7.25,1]},"east":{"texture":"#0","uv":[5.5,1,6.5,2]},"north":{"texture":"#0","uv":[6.5,1,7.25,2]},"south":{"texture":"#0","uv":[8.25,1,9,2]},"up":{"texture":"#0","uv":[7.25,1,6.5,0]},"west":{"texture":"#0","uv":[7.25,1,8.25,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w994731153_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7757.json b/assets/minecraft/models/w7757.json new file mode 100644 index 000000000..0a2360e39 --- /dev/null +++ b/assets/minecraft/models/w7757.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,5.5,6.5,6]},"east":{"texture":"#0","uv":[6,6,6.5,6.75]},"north":{"texture":"#0","uv":[6.5,6,6.5,6.75]},"south":{"texture":"#0","uv":[7,6,7,6.75]},"up":{"texture":"#0","uv":[6.5,6,6.5,5.5]},"west":{"texture":"#0","uv":[6.5,6,7,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w994731153_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7758.json b/assets/minecraft/models/w7758.json new file mode 100644 index 000000000..09028a045 --- /dev/null +++ b/assets/minecraft/models/w7758.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.5,0,1,0.5]},"east":{"texture":"#0","uv":[0,0.5,0.5,1.75]},"north":{"texture":"#0","uv":[0.5,0.5,1,1.75]},"south":{"texture":"#0","uv":[1.5,0.5,2,1.75]},"up":{"texture":"#0","uv":[1,0.5,0.5,0]},"west":{"texture":"#0","uv":[1,0.5,1.5,1.75]}},"from":[-16,-15.6,-15.44],"shade":false,"to":[-15.2,-13.6,-14.639999]},{"faces":{"down":{"texture":"#0","uv":[9.75,0,9.25,0.75]},"east":{"texture":"#0","uv":[8,0.75,8.75,1]},"north":{"texture":"#0","uv":[8.75,0.75,9.25,1]},"south":{"texture":"#0","uv":[10,0.75,10.5,1]},"up":{"texture":"#0","uv":[9.25,0.75,8.75,0]},"west":{"texture":"#0","uv":[9.25,0.75,10,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w994731153_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7759.json b/assets/minecraft/models/w7759.json new file mode 100644 index 000000000..43be7d528 --- /dev/null +++ b/assets/minecraft/models/w7759.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.25,0,8,1]},"east":{"texture":"#0","uv":[8.25,1,7.25,2]},"north":{"texture":"#0","uv":[7.25,1,6.5,2]},"south":{"texture":"#0","uv":[9,1,8.25,2]},"up":{"texture":"#0","uv":[6.5,1,7.25,0]},"west":{"texture":"#0","uv":[6.5,1,5.5,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w994731153_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w776.json b/assets/minecraft/models/w776.json new file mode 100644 index 000000000..31a3e972a --- /dev/null +++ b/assets/minecraft/models/w776.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.125,6.125,3.75,6.5]},"east":{"texture":"#0","uv":[3,6.5,3.375,7.75]},"north":{"texture":"#0","uv":[3.375,6.5,3.75,7.75]},"south":{"texture":"#0","uv":[4.125,6.5,4.5,7.75]},"up":{"texture":"#0","uv":[3.75,6.5,3.375,6.125]},"west":{"texture":"#0","uv":[3.75,6.5,4.125,7.75]}},"from":[-15.6,-15.2,-16],"shade":false,"to":[-14.400001,-11.2,-14.8]},{"faces":{"down":{"texture":"#0","uv":[0.75,2.375,0.5,2.625]},"east":{"texture":"#0","uv":[0,2.625,0.25,2.875]},"north":{"texture":"#0","uv":[0.25,2.625,0.5,2.875]},"south":{"texture":"#0","uv":[0.75,2.625,1,2.875]},"up":{"texture":"#0","uv":[0.5,2.625,0.25,2.375]},"west":{"texture":"#0","uv":[0.5,2.625,0.75,2.875]}},"from":[-15.4,-16,-15.8],"shade":false,"to":[-14.599999,-15.2,-15]},{"faces":{"down":{"texture":"#0","uv":[2.375,6.375,2.25,6.5]},"east":{"texture":"#0","uv":[2,6.5,2.125,8]},"north":{"texture":"#0","uv":[2.125,6.5,2.25,8]},"south":{"texture":"#0","uv":[2.375,6.5,2.5,8]},"up":{"texture":"#0","uv":[2.25,6.5,2.125,6.375]},"west":{"texture":"#0","uv":[2.25,6.5,2.375,8]}},"from":[-15.2,-11.2,-15.6],"shade":false,"to":[-14.8,-6.3999996,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[7.75,0.75,7.25,1]},"east":{"texture":"#0","uv":[6.5,1,6.75,1.25]},"north":{"texture":"#0","uv":[6.75,1,7.25,1.25]},"south":{"texture":"#0","uv":[7.5,1,8,1.25]},"up":{"texture":"#0","uv":[7.25,1,6.75,0.75]},"west":{"texture":"#0","uv":[7.25,1,7.5,1.25]}},"from":[-16,-6.3999996,-15.8],"shade":false,"to":[-14.4,-5.5999994,-15]}],"overrides":[],"textures":{"0":"item/w750562988_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7760.json b/assets/minecraft/models/w7760.json new file mode 100644 index 000000000..7e160d408 --- /dev/null +++ b/assets/minecraft/models/w7760.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.5,5.5,6.5,6]},"east":{"texture":"#0","uv":[7,6,6.5,6.75]},"north":{"texture":"#0","uv":[6.5,6,6.5,6.75]},"south":{"texture":"#0","uv":[7,6,7,6.75]},"up":{"texture":"#0","uv":[6.5,6,6.5,5.5]},"west":{"texture":"#0","uv":[6.5,6,6,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w994731153_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7761.json b/assets/minecraft/models/w7761.json new file mode 100644 index 000000000..3a92d405f --- /dev/null +++ b/assets/minecraft/models/w7761.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1,0,1.5,0.5]},"east":{"texture":"#0","uv":[1.5,0.5,1,1.75]},"north":{"texture":"#0","uv":[1,0.5,0.5,1.75]},"south":{"texture":"#0","uv":[2,0.5,1.5,1.75]},"up":{"texture":"#0","uv":[0.5,0.5,1,0]},"west":{"texture":"#0","uv":[0.5,0.5,0,1.75]}},"from":[-16,-15.6,-15.44],"shade":false,"to":[-15.2,-13.6,-14.639999]},{"faces":{"down":{"texture":"#0","uv":[9.25,0,9.75,0.75]},"east":{"texture":"#0","uv":[10,0.75,9.25,1]},"north":{"texture":"#0","uv":[9.25,0.75,8.75,1]},"south":{"texture":"#0","uv":[10.5,0.75,10,1]},"up":{"texture":"#0","uv":[8.75,0.75,9.25,0]},"west":{"texture":"#0","uv":[8.75,0.75,8,1]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.6,-14.8]}],"overrides":[],"textures":{"0":"item/w994731153_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7762.json b/assets/minecraft/models/w7762.json new file mode 100644 index 000000000..82a1f1fdd --- /dev/null +++ b/assets/minecraft/models/w7762.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,3.5,3,5]},"east":{"texture":"#0","uv":[0,5,1.5,7.25]},"north":{"texture":"#0","uv":[1.5,5,3,7.25]},"south":{"texture":"#0","uv":[4.5,5,6,7.25]},"up":{"texture":"#0","uv":[3,5,1.5,3.5]},"west":{"texture":"#0","uv":[3,5,4.5,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12.4,-13.4]},{"faces":{"down":{"texture":"#0","uv":[1.5,0,1,0.5]},"east":{"texture":"#0","uv":[0,0.5,0.5,1]},"north":{"texture":"#0","uv":[0.5,0.5,1,1]},"south":{"texture":"#0","uv":[1.5,0.5,2,1]},"up":{"texture":"#0","uv":[1,0.5,0.5,0]},"west":{"texture":"#0","uv":[1,0.5,1.5,1]}},"from":[-15.2,-12.8,-15.2],"shade":false,"to":[-14.4,-12,-14.4]}],"overrides":[],"textures":{"0":"item/w994731153_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7763.json b/assets/minecraft/models/w7763.json new file mode 100644 index 000000000..66fd9f1b5 --- /dev/null +++ b/assets/minecraft/models/w7763.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,8.5,3.5,9]},"east":{"texture":"#0","uv":[2.5,9,3,9.5]},"north":{"texture":"#0","uv":[3,9,3.5,9.5]},"south":{"texture":"#0","uv":[4,9,4.5,9.5]},"up":{"texture":"#0","uv":[3.5,9,3,8.5]},"west":{"texture":"#0","uv":[3.5,9,4,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w994731153_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7764.json b/assets/minecraft/models/w7764.json new file mode 100644 index 000000000..f4f8a1f57 --- /dev/null +++ b/assets/minecraft/models/w7764.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0,9.5,1.25,10.25]},"west":{"texture":"#0","uv":[1.25,9.5,0,10.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-14]}],"overrides":[],"textures":{"0":"item/w994731153_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7765.json b/assets/minecraft/models/w7765.json new file mode 100644 index 000000000..f4f8a1f57 --- /dev/null +++ b/assets/minecraft/models/w7765.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[0,9.5,1.25,10.25]},"west":{"texture":"#0","uv":[1.25,9.5,0,10.25]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14.8,-14]}],"overrides":[],"textures":{"0":"item/w994731153_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7766.json b/assets/minecraft/models/w7766.json new file mode 100644 index 000000000..c6723ca51 --- /dev/null +++ b/assets/minecraft/models/w7766.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.75,2]},"east":{"texture":"#0","uv":[0,2,2,3.5]},"north":{"texture":"#0","uv":[2,2,3.75,3.5]},"south":{"texture":"#0","uv":[5.75,2,7.5,3.5]},"up":{"texture":"#0","uv":[3.75,2,2,0]},"west":{"texture":"#0","uv":[3.75,2,5.75,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.6,-12.8]}],"overrides":[],"textures":{"0":"item/w994731153_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7767.json b/assets/minecraft/models/w7767.json new file mode 100644 index 000000000..1cee33300 --- /dev/null +++ b/assets/minecraft/models/w7767.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,3.5,1.25,4.5]},"south":{"texture":"#0","uv":[1.25,3.5,0,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w994731153_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7768.json b/assets/minecraft/models/w7768.json new file mode 100644 index 000000000..084c9e892 --- /dev/null +++ b/assets/minecraft/models/w7768.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[1.25,3.5,0,4.5]},"south":{"texture":"#0","uv":[0,3.5,1.25,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w994731153_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7769.json b/assets/minecraft/models/w7769.json new file mode 100644 index 000000000..6cb6c89ed --- /dev/null +++ b/assets/minecraft/models/w7769.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,2,9.25,3]},"east":{"texture":"#0","uv":[7.5,3,8.5,3.25]},"north":{"texture":"#0","uv":[8.5,3,9,3.25]},"south":{"texture":"#0","uv":[10,3,10.5,3.25]},"up":{"texture":"#0","uv":[9.25,3,8.5,2]},"west":{"texture":"#0","uv":[9,3,10,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.88,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w994731153_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w777.json b/assets/minecraft/models/w777.json new file mode 100644 index 000000000..e73750534 --- /dev/null +++ b/assets/minecraft/models/w777.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,6.125,4.125,6.5]},"east":{"texture":"#0","uv":[4.125,6.5,3.75,7.75]},"north":{"texture":"#0","uv":[3.75,6.5,3.375,7.75]},"south":{"texture":"#0","uv":[4.5,6.5,4.125,7.75]},"up":{"texture":"#0","uv":[3.375,6.5,3.75,6.125]},"west":{"texture":"#0","uv":[3.375,6.5,3,7.75]}},"from":[-16,-15.2,-16],"shade":false,"to":[-14.8,-11.2,-14.8]},{"faces":{"down":{"texture":"#0","uv":[0.5,2.375,0.75,2.625]},"east":{"texture":"#0","uv":[0.75,2.625,0.5,2.875]},"north":{"texture":"#0","uv":[0.5,2.625,0.25,2.875]},"south":{"texture":"#0","uv":[1,2.625,0.75,2.875]},"up":{"texture":"#0","uv":[0.25,2.625,0.5,2.375]},"west":{"texture":"#0","uv":[0.25,2.625,0,2.875]}},"from":[-15.8,-16,-15.8],"shade":false,"to":[-15,-15.2,-15]},{"faces":{"down":{"texture":"#0","uv":[2.25,6.375,2.375,6.5]},"east":{"texture":"#0","uv":[2.375,6.5,2.25,8]},"north":{"texture":"#0","uv":[2.25,6.5,2.125,8]},"south":{"texture":"#0","uv":[2.5,6.5,2.375,8]},"up":{"texture":"#0","uv":[2.125,6.5,2.25,6.375]},"west":{"texture":"#0","uv":[2.125,6.5,2,8]}},"from":[-15.6,-11.2,-15.6],"shade":false,"to":[-15.200001,-6.3999996,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[7.25,0.75,7.75,1]},"east":{"texture":"#0","uv":[7.5,1,7.25,1.25]},"north":{"texture":"#0","uv":[7.25,1,6.75,1.25]},"south":{"texture":"#0","uv":[8,1,7.5,1.25]},"up":{"texture":"#0","uv":[6.75,1,7.25,0.75]},"west":{"texture":"#0","uv":[6.75,1,6.5,1.25]}},"from":[-16,-6.3999996,-15.8],"shade":false,"to":[-14.4,-5.5999994,-15]}],"overrides":[],"textures":{"0":"item/w750562988_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7770.json b/assets/minecraft/models/w7770.json new file mode 100644 index 000000000..6eff9c19f --- /dev/null +++ b/assets/minecraft/models/w7770.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10,3.5,8.5,4.5]},"east":{"texture":"#0","uv":[6,4.5,7,6]},"north":{"texture":"#0","uv":[7,4.5,8.5,6]},"south":{"texture":"#0","uv":[9.5,4.5,11,6]},"up":{"texture":"#0","uv":[8.5,4.5,7,3.5]},"west":{"texture":"#0","uv":[8.5,4.5,9.5,6]}},"from":[-16,-15.648,-14.4],"shade":false,"to":[-13.6,-13.247999,-12.799999]},{"faces":{"down":{"texture":"#0","uv":[8.5,6,7.75,7]},"east":{"texture":"#0","uv":[6,7,7,7.5]},"north":{"texture":"#0","uv":[7,7,7.75,7.5]},"south":{"texture":"#0","uv":[8.75,7,9.5,7.5]},"up":{"texture":"#0","uv":[7.75,7,7,6]},"west":{"texture":"#0","uv":[7.75,7,8.75,7.5]}},"from":[-15.4,-15.4,-16],"shade":false,"to":[-14.2,-14.599999,-14.4]},{"faces":{"down":{"texture":"#0","uv":[9,6,9,6.25]},"east":{"texture":"#0","uv":[8.75,6.25,9,6.75]},"north":{"texture":"#0","uv":[9,6.25,9,6.75]},"south":{"texture":"#0","uv":[9.25,6.25,9.25,6.75]},"up":{"texture":"#0","uv":[9,6.25,9,6]},"west":{"texture":"#0","uv":[9,6.25,9.25,6.75]}},"from":[-15.38,-16,-15.6],"shade":false,"to":[-15.38,-15.2,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[9,6,9,6.25]},"east":{"texture":"#0","uv":[9.25,6.25,9,6.75]},"north":{"texture":"#0","uv":[9,6.25,9,6.75]},"south":{"texture":"#0","uv":[9.25,6.25,9.25,6.75]},"up":{"texture":"#0","uv":[9,6.25,9,6]},"west":{"texture":"#0","uv":[9,6.25,8.75,6.75]}},"from":[-14.22,-16,-15.6],"shade":false,"to":[-14.22,-15.2,-15.200001]}],"overrides":[],"textures":{"0":"item/w994731153_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7771.json b/assets/minecraft/models/w7771.json new file mode 100644 index 000000000..1c29cd164 --- /dev/null +++ b/assets/minecraft/models/w7771.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,7.5,8.5,8]},"east":{"texture":"#0","uv":[7.5,8,8,9]},"north":{"texture":"#0","uv":[8,8,8.5,9]},"south":{"texture":"#0","uv":[9,8,9.5,9]},"up":{"texture":"#0","uv":[8.5,8,8,7.5]},"west":{"texture":"#0","uv":[8.5,8,9,9]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-15.04]}],"overrides":[],"textures":{"0":"item/w994731153_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7772.json b/assets/minecraft/models/w7772.json new file mode 100644 index 000000000..565a9e55d --- /dev/null +++ b/assets/minecraft/models/w7772.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,7.25,1.25,8]},"east":{"texture":"#0","uv":[0,8,0.75,9.5]},"north":{"texture":"#0","uv":[0.75,8,1.25,9.5]},"south":{"texture":"#0","uv":[2,8,2.5,9.5]},"up":{"texture":"#0","uv":[1.25,8,0.75,7.25]},"west":{"texture":"#0","uv":[1.25,8,2,9.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-13.6,-14.8]}],"overrides":[],"textures":{"0":"item/w994731153_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7773.json b/assets/minecraft/models/w7773.json new file mode 100644 index 000000000..9b1fa83b1 --- /dev/null +++ b/assets/minecraft/models/w7773.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.25,6,10.75,6.25]},"east":{"texture":"#0","uv":[10,6.25,10.25,7.25]},"north":{"texture":"#0","uv":[10.25,6.25,10.75,7.25]},"south":{"texture":"#0","uv":[11,6.25,11.5,7.25]},"up":{"texture":"#0","uv":[10.75,6.25,10.25,6]},"west":{"texture":"#0","uv":[10.75,6.25,11,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-15.6]}],"overrides":[],"textures":{"0":"item/w994731153_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7774.json b/assets/minecraft/models/w7774.json new file mode 100644 index 000000000..a31b3e0ea --- /dev/null +++ b/assets/minecraft/models/w7774.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.75,6,11.25,6.25]},"east":{"texture":"#0","uv":[11,6.25,10.75,7.25]},"north":{"texture":"#0","uv":[10.75,6.25,10.25,7.25]},"south":{"texture":"#0","uv":[11.5,6.25,11,7.25]},"up":{"texture":"#0","uv":[10.25,6.25,10.75,6]},"west":{"texture":"#0","uv":[10.25,6.25,10,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-15.6]}],"overrides":[],"textures":{"0":"item/w994731153_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7775.json b/assets/minecraft/models/w7775.json new file mode 100644 index 000000000..9f3d0e65c --- /dev/null +++ b/assets/minecraft/models/w7775.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,7.25,4,8.25]},"east":{"texture":"#0","uv":[2.5,8.25,3.5,8.5]},"north":{"texture":"#0","uv":[3.5,8.25,4,8.5]},"south":{"texture":"#0","uv":[5,8.25,5.5,8.5]},"up":{"texture":"#0","uv":[4,8.25,3.5,7.25]},"west":{"texture":"#0","uv":[4,8.25,5,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.88,-15.599999,-14.4]}],"overrides":[],"textures":{"0":"item/w994731153_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7776.json b/assets/minecraft/models/w7776.json new file mode 100644 index 000000000..f45a47622 --- /dev/null +++ b/assets/minecraft/models/w7776.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.25,0,4.25,2.25]},"east":{"texture":"#0","uv":[0,2.25,2.25,4.25]},"north":{"texture":"#0","uv":[2.25,2.25,4.25,4.25]},"south":{"texture":"#0","uv":[6.5,2.25,8.5,4.25]},"up":{"texture":"#0","uv":[4.25,2.25,2.25,0]},"west":{"texture":"#0","uv":[4.25,2.25,6.5,4.25]}},"from":[-15.9,-15.6,-15.9],"shade":false,"to":[-12.7,-12.400001,-12.299999]},{"faces":{"down":{"texture":"#0","uv":[6.25,4.5,4.25,6.75]},"east":{"texture":"#0","uv":[0,6.75,2.25,8.75]},"north":{"texture":"#0","uv":[2.25,6.75,4.25,8.75]},"south":{"texture":"#0","uv":[6.5,6.75,8.5,8.75]},"up":{"texture":"#0","uv":[4.25,6.75,2.25,4.5]},"west":{"texture":"#0","uv":[4.25,6.75,6.5,8.75]}},"from":[-16,-15.7,-16],"shade":false,"to":[-12.6,-12.299999,-12.2]},{"faces":{"down":{"texture":"#0","uv":[1.5,1,1,1.5]},"east":{"texture":"#0","uv":[0,1.5,0.5,1.75]},"north":{"texture":"#0","uv":[0.5,1.5,1,1.75]},"south":{"texture":"#0","uv":[1.5,1.5,2,1.75]},"up":{"texture":"#0","uv":[1,1.5,0.5,1]},"west":{"texture":"#0","uv":[1,1.5,1.5,1.75]}},"from":[-15.9,-16,-15.5],"shade":false,"to":[-15.099999,-15.6,-14.7]},{"faces":{"down":{"texture":"#0","uv":[1.5,0,1,0.5]},"east":{"texture":"#0","uv":[0,0.5,0.5,0.75]},"north":{"texture":"#0","uv":[0.5,0.5,1,0.75]},"south":{"texture":"#0","uv":[1.5,0.5,2,0.75]},"up":{"texture":"#0","uv":[1,0.5,0.5,0]},"west":{"texture":"#0","uv":[1,0.5,1.5,0.75]}},"from":[-15.9,-16,-13.5],"shade":false,"to":[-15.099999,-15.6,-12.7]},{"faces":{"down":{"texture":"#0","uv":[1,1,1.5,1.5]},"east":{"texture":"#0","uv":[1.5,1.5,1,1.75]},"north":{"texture":"#0","uv":[1,1.5,0.5,1.75]},"south":{"texture":"#0","uv":[2,1.5,1.5,1.75]},"up":{"texture":"#0","uv":[0.5,1.5,1,1]},"west":{"texture":"#0","uv":[0.5,1.5,0,1.75]}},"from":[-13.5,-16,-15.5],"shade":false,"to":[-12.7,-15.6,-14.7]},{"faces":{"down":{"texture":"#0","uv":[1,0,1.5,0.5]},"east":{"texture":"#0","uv":[1.5,0.5,1,0.75]},"north":{"texture":"#0","uv":[1,0.5,0.5,0.75]},"south":{"texture":"#0","uv":[2,0.5,1.5,0.75]},"up":{"texture":"#0","uv":[0.5,0.5,1,0]},"west":{"texture":"#0","uv":[0.5,0.5,0,0.75]}},"from":[-13.5,-16,-13.5],"shade":false,"to":[-12.7,-15.6,-12.7]}],"overrides":[],"textures":{"0":"item/w113601127_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7777.json b/assets/minecraft/models/w7777.json new file mode 100644 index 000000000..ac285d050 --- /dev/null +++ b/assets/minecraft/models/w7777.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,4.5,8.5,4.5]},"east":{"texture":"#0","uv":[6.5,4.5,6.5,6]},"north":{"texture":"#0","uv":[6.5,4.5,8.5,6]},"south":{"texture":"#0","uv":[8.5,4.5,10.5,6]},"up":{"texture":"#0","uv":[8.5,4.5,6.5,4.5]},"west":{"texture":"#0","uv":[8.5,4.5,8.5,6]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w113601127_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7778.json b/assets/minecraft/models/w7778.json new file mode 100644 index 000000000..ed16d60eb --- /dev/null +++ b/assets/minecraft/models/w7778.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,2.25,10.75,3.5]},"east":{"texture":"#0","uv":[8.75,3.5,10,4]},"north":{"texture":"#0","uv":[10,3.5,10.75,4]},"south":{"texture":"#0","uv":[12,3.5,12.75,4]},"up":{"texture":"#0","uv":[10.75,3.5,10,2.25]},"west":{"texture":"#0","uv":[10.75,3.5,12,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-14]}],"overrides":[],"textures":{"0":"item/w113601127_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7779.json b/assets/minecraft/models/w7779.json new file mode 100644 index 000000000..b7ed0830c --- /dev/null +++ b/assets/minecraft/models/w7779.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.75,2.25,11.5,3.5]},"east":{"texture":"#0","uv":[12,3.5,10.75,4]},"north":{"texture":"#0","uv":[10.75,3.5,10,4]},"south":{"texture":"#0","uv":[12.75,3.5,12,4]},"up":{"texture":"#0","uv":[10,3.5,10.75,2.25]},"west":{"texture":"#0","uv":[10,3.5,8.75,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.2,-14]}],"overrides":[],"textures":{"0":"item/w113601127_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w778.json b/assets/minecraft/models/w778.json new file mode 100644 index 000000000..b90ac39ae --- /dev/null +++ b/assets/minecraft/models/w778.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.875,5.25,6.25,5.625]},"east":{"texture":"#0","uv":[5.25,5.625,5.625,6.625]},"north":{"texture":"#0","uv":[5.625,5.625,6.25,6.625]},"south":{"texture":"#0","uv":[6.625,5.625,7.25,6.625]},"up":{"texture":"#0","uv":[6.25,5.625,5.625,5.25]},"west":{"texture":"#0","uv":[6.25,5.625,6.625,6.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w750562988_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7780.json b/assets/minecraft/models/w7780.json new file mode 100644 index 000000000..8edc6aa6e --- /dev/null +++ b/assets/minecraft/models/w7780.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.75,0,12.25,1]},"east":{"texture":"#0","uv":[10.75,1,11.75,1.75]},"north":{"texture":"#0","uv":[11.75,1,12.25,1.75]},"south":{"texture":"#0","uv":[13.25,1,13.75,1.75]},"up":{"texture":"#0","uv":[12.25,1,11.75,0]},"west":{"texture":"#0","uv":[12.25,1,13.25,1.75]}},"from":[-16,-15.2,-16],"shade":false,"to":[-15.2,-14,-14.4]},{"faces":{"down":{"texture":"#0","uv":[14.5,0,14,0.5]},"east":{"texture":"#0","uv":[13,0.5,13.5,0.75]},"north":{"texture":"#0","uv":[13.5,0.5,14,0.75]},"south":{"texture":"#0","uv":[14.5,0.5,15,0.75]},"up":{"texture":"#0","uv":[14,0.5,13.5,0]},"west":{"texture":"#0","uv":[14,0.5,14.5,0.75]}},"from":[-16,-15.6,-15.2],"shade":false,"to":[-15.2,-15.200001,-14.4]},{"faces":{"down":{"texture":"#0","uv":[13.5,2,13,2.75]},"east":{"texture":"#0","uv":[11.75,2.75,12.5,3]},"north":{"texture":"#0","uv":[12.5,2.75,13,3]},"south":{"texture":"#0","uv":[13.75,2.75,14.25,3]},"up":{"texture":"#0","uv":[13,2.75,12.5,2]},"west":{"texture":"#0","uv":[13,2.75,13.75,3]}},"from":[-16,-16,-15.6],"shade":false,"to":[-15.2,-15.6,-14.400001]}],"overrides":[],"textures":{"0":"item/w113601127_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7781.json b/assets/minecraft/models/w7781.json new file mode 100644 index 000000000..2b574b935 --- /dev/null +++ b/assets/minecraft/models/w7781.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.25,0,12.75,1]},"east":{"texture":"#0","uv":[13.25,1,12.25,1.75]},"north":{"texture":"#0","uv":[12.25,1,11.75,1.75]},"south":{"texture":"#0","uv":[13.75,1,13.25,1.75]},"up":{"texture":"#0","uv":[11.75,1,12.25,0]},"west":{"texture":"#0","uv":[11.75,1,10.75,1.75]}},"from":[-16,-15.2,-16],"shade":false,"to":[-15.2,-14,-14.4]},{"faces":{"down":{"texture":"#0","uv":[14,0,14.5,0.5]},"east":{"texture":"#0","uv":[14.5,0.5,14,0.75]},"north":{"texture":"#0","uv":[14,0.5,13.5,0.75]},"south":{"texture":"#0","uv":[15,0.5,14.5,0.75]},"up":{"texture":"#0","uv":[13.5,0.5,14,0]},"west":{"texture":"#0","uv":[13.5,0.5,13,0.75]}},"from":[-16,-15.6,-15.2],"shade":false,"to":[-15.2,-15.200001,-14.4]},{"faces":{"down":{"texture":"#0","uv":[13,2,13.5,2.75]},"east":{"texture":"#0","uv":[13.75,2.75,13,3]},"north":{"texture":"#0","uv":[13,2.75,12.5,3]},"south":{"texture":"#0","uv":[14.25,2.75,13.75,3]},"up":{"texture":"#0","uv":[12.5,2.75,13,2]},"west":{"texture":"#0","uv":[12.5,2.75,11.75,3]}},"from":[-16,-16,-15.6],"shade":false,"to":[-15.2,-15.6,-14.400001]}],"overrides":[],"textures":{"0":"item/w113601127_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7782.json b/assets/minecraft/models/w7782.json new file mode 100644 index 000000000..a98400c5f --- /dev/null +++ b/assets/minecraft/models/w7782.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,0,8.5,1]},"east":{"texture":"#0","uv":[6.5,1,7.5,2]},"north":{"texture":"#0","uv":[7.5,1,8.5,2]},"south":{"texture":"#0","uv":[9.5,1,10.5,2]},"up":{"texture":"#0","uv":[8.5,1,7.5,0]},"west":{"texture":"#0","uv":[8.5,1,9.5,2]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-14.4]}],"overrides":[],"textures":{"0":"item/w113601127_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7783.json b/assets/minecraft/models/w7783.json new file mode 100644 index 000000000..79b4f52b9 --- /dev/null +++ b/assets/minecraft/models/w7783.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,4,7,5]},"east":{"texture":"#0","uv":[4,5,5,8]},"north":{"texture":"#0","uv":[5,5,7,8]},"south":{"texture":"#0","uv":[8,5,10,8]},"up":{"texture":"#0","uv":[7,5,5,4]},"west":{"texture":"#0","uv":[7,5,8,8]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w817467480_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7784.json b/assets/minecraft/models/w7784.json new file mode 100644 index 000000000..cfc0eed44 --- /dev/null +++ b/assets/minecraft/models/w7784.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,4,2,5]},"east":{"texture":"#0","uv":[0,5,1,8]},"north":{"texture":"#0","uv":[1,5,2,8]},"south":{"texture":"#0","uv":[3,5,4,8]},"up":{"texture":"#0","uv":[2,5,1,4]},"west":{"texture":"#0","uv":[2,5,3,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w817467480_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7785.json b/assets/minecraft/models/w7785.json new file mode 100644 index 000000000..ffa344c49 --- /dev/null +++ b/assets/minecraft/models/w7785.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,12,6,13]},"east":{"texture":"#0","uv":[4,13,5,16]},"north":{"texture":"#0","uv":[5,13,6,16]},"south":{"texture":"#0","uv":[7,13,8,16]},"up":{"texture":"#0","uv":[6,13,5,12]},"west":{"texture":"#0","uv":[6,13,7,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w817467480_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7786.json b/assets/minecraft/models/w7786.json new file mode 100644 index 000000000..a784b9d06 --- /dev/null +++ b/assets/minecraft/models/w7786.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,4,2]},"east":{"texture":"#0","uv":[0,2,2,4]},"north":{"texture":"#0","uv":[2,2,4,4]},"south":{"texture":"#0","uv":[6,2,8,4]},"up":{"texture":"#0","uv":[4,2,2,0]},"west":{"texture":"#0","uv":[4,2,6,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.8,-12.8]}],"overrides":[],"textures":{"0":"item/w817467480_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7787.json b/assets/minecraft/models/w7787.json new file mode 100644 index 000000000..1a8165d04 --- /dev/null +++ b/assets/minecraft/models/w7787.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,12,10,13]},"east":{"texture":"#0","uv":[8,13,9,16]},"north":{"texture":"#0","uv":[9,13,10,16]},"south":{"texture":"#0","uv":[11,13,12,16]},"up":{"texture":"#0","uv":[10,13,9,12]},"west":{"texture":"#0","uv":[10,13,11,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w817467480_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7788.json b/assets/minecraft/models/w7788.json new file mode 100644 index 000000000..f6568502f --- /dev/null +++ b/assets/minecraft/models/w7788.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,4,12,5]},"east":{"texture":"#0","uv":[10,5,11,8]},"north":{"texture":"#0","uv":[11,5,12,8]},"south":{"texture":"#0","uv":[13,5,14,8]},"up":{"texture":"#0","uv":[12,5,11,4]},"west":{"texture":"#0","uv":[12,5,13,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w817467480_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7789.json b/assets/minecraft/models/w7789.json new file mode 100644 index 000000000..c909bb138 --- /dev/null +++ b/assets/minecraft/models/w7789.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,4,7,5]},"east":{"texture":"#0","uv":[4,5,5,8]},"north":{"texture":"#0","uv":[5,5,7,8]},"south":{"texture":"#0","uv":[8,5,10,8]},"up":{"texture":"#0","uv":[7,5,5,4]},"west":{"texture":"#0","uv":[7,5,8,8]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1764863845_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w779.json b/assets/minecraft/models/w779.json new file mode 100644 index 000000000..1ed608db1 --- /dev/null +++ b/assets/minecraft/models/w779.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,1,4,1.25]},"east":{"texture":"#0","uv":[3.25,1.25,3.5,1.5]},"north":{"texture":"#0","uv":[3.5,1.25,4,1.5]},"south":{"texture":"#0","uv":[4.25,1.25,4.75,1.5]},"up":{"texture":"#0","uv":[4,1.25,3.5,1]},"west":{"texture":"#0","uv":[4,1.25,4.25,1.5]}},"from":[-16,-9.6,-15.8],"shade":false,"to":[-14.4,-8.8,-15]},{"faces":{"down":{"texture":"#0","uv":[6.875,3.25,6.75,3.375]},"east":{"texture":"#0","uv":[6.5,3.375,6.625,4.375]},"north":{"texture":"#0","uv":[6.625,3.375,6.75,4.375]},"south":{"texture":"#0","uv":[6.875,3.375,7,4.375]},"up":{"texture":"#0","uv":[6.75,3.375,6.625,3.25]},"west":{"texture":"#0","uv":[6.75,3.375,6.875,4.375]}},"from":[-15.2,-12.8,-15.6],"shade":false,"to":[-14.8,-9.6,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[1.125,0,0.75,0.375]},"east":{"texture":"#0","uv":[0,0.375,0.375,1.375]},"north":{"texture":"#0","uv":[0.375,0.375,0.75,1.375]},"south":{"texture":"#0","uv":[1.125,0.375,1.5,1.375]},"up":{"texture":"#0","uv":[0.75,0.375,0.375,0]},"west":{"texture":"#0","uv":[0.75,0.375,1.125,1.375]}},"from":[-15.6,-16,-16],"shade":false,"to":[-14.400001,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w750562988_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7790.json b/assets/minecraft/models/w7790.json new file mode 100644 index 000000000..b2ca43b93 --- /dev/null +++ b/assets/minecraft/models/w7790.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,4,2,5]},"east":{"texture":"#0","uv":[0,5,1,8]},"north":{"texture":"#0","uv":[1,5,2,8]},"south":{"texture":"#0","uv":[3,5,4,8]},"up":{"texture":"#0","uv":[2,5,1,4]},"west":{"texture":"#0","uv":[2,5,3,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1764863845_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7791.json b/assets/minecraft/models/w7791.json new file mode 100644 index 000000000..96e83b9d4 --- /dev/null +++ b/assets/minecraft/models/w7791.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,12,6,13]},"east":{"texture":"#0","uv":[4,13,5,16]},"north":{"texture":"#0","uv":[5,13,6,16]},"south":{"texture":"#0","uv":[7,13,8,16]},"up":{"texture":"#0","uv":[6,13,5,12]},"west":{"texture":"#0","uv":[6,13,7,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1764863845_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7792.json b/assets/minecraft/models/w7792.json new file mode 100644 index 000000000..d393ed6f8 --- /dev/null +++ b/assets/minecraft/models/w7792.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,4,2]},"east":{"texture":"#0","uv":[0,2,2,4]},"north":{"texture":"#0","uv":[2,2,4,4]},"south":{"texture":"#0","uv":[6,2,8,4]},"up":{"texture":"#0","uv":[4,2,2,0]},"west":{"texture":"#0","uv":[4,2,6,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.8,-12.8]}],"overrides":[],"textures":{"0":"item/w1764863845_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7793.json b/assets/minecraft/models/w7793.json new file mode 100644 index 000000000..bd9565b86 --- /dev/null +++ b/assets/minecraft/models/w7793.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,12,10,13]},"east":{"texture":"#0","uv":[8,13,9,16]},"north":{"texture":"#0","uv":[9,13,10,16]},"south":{"texture":"#0","uv":[11,13,12,16]},"up":{"texture":"#0","uv":[10,13,9,12]},"west":{"texture":"#0","uv":[10,13,11,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1764863845_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7794.json b/assets/minecraft/models/w7794.json new file mode 100644 index 000000000..ffd18eb4f --- /dev/null +++ b/assets/minecraft/models/w7794.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,4,12,5]},"east":{"texture":"#0","uv":[10,5,11,8]},"north":{"texture":"#0","uv":[11,5,12,8]},"south":{"texture":"#0","uv":[13,5,14,8]},"up":{"texture":"#0","uv":[12,5,11,4]},"west":{"texture":"#0","uv":[12,5,13,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1764863845_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7795.json b/assets/minecraft/models/w7795.json new file mode 100644 index 000000000..666ad2fb5 --- /dev/null +++ b/assets/minecraft/models/w7795.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,12.5,1.5,11.5]},"east":{"texture":"#0","uv":[1.25,15.5,2.25,16]},"north":{"texture":"#0","uv":[4.5,18.5,4.75,19]},"south":{"texture":"#0","uv":[1.25,15.25,1,14.75]},"up":{"texture":"#0","uv":[1.25,16,1,15]},"west":{"texture":"#0","uv":[2.25,15.5,1.25,16]}},"from":[-16,-16,-16],"shade":false,"to":[-15.62,-15.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1764863845_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7796.json b/assets/minecraft/models/w7796.json new file mode 100644 index 000000000..b8e7caa89 --- /dev/null +++ b/assets/minecraft/models/w7796.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,8,2,8.5]},"east":{"texture":"#0","uv":[1,8.5,1.5,9]},"north":{"texture":"#0","uv":[1.5,8.5,2,9]},"south":{"texture":"#0","uv":[2.5,8.5,3,9]},"up":{"texture":"#0","uv":[2,8.5,1.5,8]},"west":{"texture":"#0","uv":[2,8.5,2.5,9]}},"from":[-16,-16,-15],"shade":false,"to":[-15.2,-15.2,-14.2]},{"faces":{"down":{"texture":"#0","uv":[0.75,8,0.5,8.25]},"east":{"texture":"#0","uv":[0,8.25,0.25,11.5]},"north":{"texture":"#0","uv":[0.25,8.25,0.5,11.5]},"south":{"texture":"#0","uv":[0.75,8.25,1,11.5]},"up":{"texture":"#0","uv":[0.5,8.25,0.25,8]},"west":{"texture":"#0","uv":[0.5,8.25,0.75,11.5]}},"from":[-15.8,-15.2,-14.8],"shade":false,"to":[-15.400001,-10,-14.400001]},{"faces":{"down":{"texture":"#0","uv":[0.5,13,2.25,12.75]},"east":{"texture":"#0","uv":[0.5,12.5,2.25,13]},"north":{"texture":"#0","uv":[6.75,10.25,7,10.75]},"south":{"texture":"#0","uv":[8.75,10.25,9,10.75]},"up":{"texture":"#0","uv":[2.25,12.75,0.5,12.5]},"west":{"texture":"#0","uv":[2.25,12.5,0.5,13]}},"from":[-15.8,-11.4,-16],"shade":false,"to":[-15.400001,-10.599999,-13.2]},{"faces":{"down":{"texture":"#0","uv":[2.75,9,2.25,9.75]},"east":{"texture":"#0","uv":[1,9.75,1.75,10.5]},"north":{"texture":"#0","uv":[1.75,9.75,2.25,10.5]},"south":{"texture":"#0","uv":[3,9.75,3.5,10.5]},"up":{"texture":"#0","uv":[2.25,9.75,1.75,9]},"west":{"texture":"#0","uv":[2.25,9.75,3,10.5]}},"from":[-16,-11.6,-15.2],"shade":false,"to":[-15.2,-10.400001,-14]},{"faces":{"down":{"texture":"#0","uv":[1.25,12.75,1.5,11.75]},"east":{"texture":"#0","uv":[1.25,14,2.25,14.5]},"north":{"texture":"#0","uv":[4.75,14,4.75,14.5]},"south":{"texture":"#0","uv":[1.25,13.75,1,13.25]},"up":{"texture":"#0","uv":[1.25,14.5,1,13.5]},"west":{"texture":"#0","uv":[2.25,14,1.25,14.5]}},"from":[-15.79,-11.8,-13.360001],"rotation":{"angle":45,"axis":"x","origin":[-15.79,-11,-12.8],"rescale":false},"shade":false,"to":[-15.41,-11,-11.76]}],"overrides":[],"textures":{"0":"item/w1764863845_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7797.json b/assets/minecraft/models/w7797.json new file mode 100644 index 000000000..580d98b70 --- /dev/null +++ b/assets/minecraft/models/w7797.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,4,7,5]},"east":{"texture":"#0","uv":[4,5,5,8]},"north":{"texture":"#0","uv":[5,5,7,8]},"south":{"texture":"#0","uv":[8,5,10,8]},"up":{"texture":"#0","uv":[7,5,5,4]},"west":{"texture":"#0","uv":[7,5,8,8]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w817467481_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7798.json b/assets/minecraft/models/w7798.json new file mode 100644 index 000000000..80088f100 --- /dev/null +++ b/assets/minecraft/models/w7798.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,4,2,5]},"east":{"texture":"#0","uv":[0,5,1,8]},"north":{"texture":"#0","uv":[1,5,2,8]},"south":{"texture":"#0","uv":[3,5,4,8]},"up":{"texture":"#0","uv":[2,5,1,4]},"west":{"texture":"#0","uv":[2,5,3,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w817467481_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7799.json b/assets/minecraft/models/w7799.json new file mode 100644 index 000000000..9c336a53a --- /dev/null +++ b/assets/minecraft/models/w7799.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,12,6,13]},"east":{"texture":"#0","uv":[4,13,5,16]},"north":{"texture":"#0","uv":[5,13,6,16]},"south":{"texture":"#0","uv":[7,13,8,16]},"up":{"texture":"#0","uv":[6,13,5,12]},"west":{"texture":"#0","uv":[6,13,7,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w817467481_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w78.json b/assets/minecraft/models/w78.json new file mode 100644 index 000000000..884a8030a --- /dev/null +++ b/assets/minecraft/models/w78.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.25,2.75,5.625,3.5]},"east":{"texture":"#0","uv":[2.375,4.375,3.125,5]},"north":{"texture":"#0","uv":[2.125,5,2.75,5.625]},"south":{"texture":"#0","uv":[2.75,5,3.375,5.625]},"up":{"texture":"#0","uv":[4.625,5.125,4,4.375]},"west":{"texture":"#0","uv":[2.375,3.75,3.125,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-13.6]}],"overrides":[],"textures":{"0":"item/w1081588330_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w780.json b/assets/minecraft/models/w780.json new file mode 100644 index 000000000..d76fd194d --- /dev/null +++ b/assets/minecraft/models/w780.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.25,5.25,6.875,5.625]},"east":{"texture":"#0","uv":[6.625,5.625,6.25,6.625]},"north":{"texture":"#0","uv":[6.25,5.625,5.625,6.625]},"south":{"texture":"#0","uv":[7.25,5.625,6.625,6.625]},"up":{"texture":"#0","uv":[5.625,5.625,6.25,5.25]},"west":{"texture":"#0","uv":[5.625,5.625,5.25,6.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w750562988_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7800.json b/assets/minecraft/models/w7800.json new file mode 100644 index 000000000..af7443093 --- /dev/null +++ b/assets/minecraft/models/w7800.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,4,2]},"east":{"texture":"#0","uv":[0,2,2,4]},"north":{"texture":"#0","uv":[2,2,4,4]},"south":{"texture":"#0","uv":[6,2,8,4]},"up":{"texture":"#0","uv":[4,2,2,0]},"west":{"texture":"#0","uv":[4,2,6,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.8,-12.8]}],"overrides":[],"textures":{"0":"item/w817467481_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7801.json b/assets/minecraft/models/w7801.json new file mode 100644 index 000000000..386fc038c --- /dev/null +++ b/assets/minecraft/models/w7801.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,12,10,13]},"east":{"texture":"#0","uv":[8,13,9,16]},"north":{"texture":"#0","uv":[9,13,10,16]},"south":{"texture":"#0","uv":[11,13,12,16]},"up":{"texture":"#0","uv":[10,13,9,12]},"west":{"texture":"#0","uv":[10,13,11,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w817467481_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7802.json b/assets/minecraft/models/w7802.json new file mode 100644 index 000000000..8f21d737b --- /dev/null +++ b/assets/minecraft/models/w7802.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,4,12,5]},"east":{"texture":"#0","uv":[10,5,11,8]},"north":{"texture":"#0","uv":[11,5,12,8]},"south":{"texture":"#0","uv":[13,5,14,8]},"up":{"texture":"#0","uv":[12,5,11,4]},"west":{"texture":"#0","uv":[12,5,13,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w817467481_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7803.json b/assets/minecraft/models/w7803.json new file mode 100644 index 000000000..5eaf66cb0 --- /dev/null +++ b/assets/minecraft/models/w7803.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,4,7,5]},"east":{"texture":"#0","uv":[4,5,5,8]},"north":{"texture":"#0","uv":[5,5,7,8]},"south":{"texture":"#0","uv":[8,5,10,8]},"up":{"texture":"#0","uv":[7,5,5,4]},"west":{"texture":"#0","uv":[7,5,8,8]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w817467482_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7804.json b/assets/minecraft/models/w7804.json new file mode 100644 index 000000000..4a5b2dd17 --- /dev/null +++ b/assets/minecraft/models/w7804.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,4,2,5]},"east":{"texture":"#0","uv":[0,5,1,8]},"north":{"texture":"#0","uv":[1,5,2,8]},"south":{"texture":"#0","uv":[3,5,4,8]},"up":{"texture":"#0","uv":[2,5,1,4]},"west":{"texture":"#0","uv":[2,5,3,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w817467482_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7805.json b/assets/minecraft/models/w7805.json new file mode 100644 index 000000000..2c1b88940 --- /dev/null +++ b/assets/minecraft/models/w7805.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,12,6,13]},"east":{"texture":"#0","uv":[4,13,5,16]},"north":{"texture":"#0","uv":[5,13,6,16]},"south":{"texture":"#0","uv":[7,13,8,16]},"up":{"texture":"#0","uv":[6,13,5,12]},"west":{"texture":"#0","uv":[6,13,7,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w817467482_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7806.json b/assets/minecraft/models/w7806.json new file mode 100644 index 000000000..d92519876 --- /dev/null +++ b/assets/minecraft/models/w7806.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,4,2]},"east":{"texture":"#0","uv":[0,2,2,4]},"north":{"texture":"#0","uv":[2,2,4,4]},"south":{"texture":"#0","uv":[6,2,8,4]},"up":{"texture":"#0","uv":[4,2,2,0]},"west":{"texture":"#0","uv":[4,2,6,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.8,-12.8]}],"overrides":[],"textures":{"0":"item/w817467482_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7807.json b/assets/minecraft/models/w7807.json new file mode 100644 index 000000000..7a595ef20 --- /dev/null +++ b/assets/minecraft/models/w7807.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,12,10,13]},"east":{"texture":"#0","uv":[8,13,9,16]},"north":{"texture":"#0","uv":[9,13,10,16]},"south":{"texture":"#0","uv":[11,13,12,16]},"up":{"texture":"#0","uv":[10,13,9,12]},"west":{"texture":"#0","uv":[10,13,11,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w817467482_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7808.json b/assets/minecraft/models/w7808.json new file mode 100644 index 000000000..271c526cb --- /dev/null +++ b/assets/minecraft/models/w7808.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,4,12,5]},"east":{"texture":"#0","uv":[10,5,11,8]},"north":{"texture":"#0","uv":[11,5,12,8]},"south":{"texture":"#0","uv":[13,5,14,8]},"up":{"texture":"#0","uv":[12,5,11,4]},"west":{"texture":"#0","uv":[12,5,13,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w817467482_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7809.json b/assets/minecraft/models/w7809.json new file mode 100644 index 000000000..14380452c --- /dev/null +++ b/assets/minecraft/models/w7809.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,0,8.75,1.5]},"east":{"texture":"#0","uv":[5,1.5,6.5,4]},"north":{"texture":"#0","uv":[6.5,1.5,8.75,4]},"south":{"texture":"#0","uv":[10.25,1.5,12.5,4]},"up":{"texture":"#0","uv":[8.75,1.5,6.5,0]},"west":{"texture":"#0","uv":[8.75,1.5,10.25,4]}},"from":[-16,-16,-16],"shade":false,"to":[-8.8,-8,-11.2]}],"overrides":[],"textures":{"0":"item/w1101740439_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w781.json b/assets/minecraft/models/w781.json new file mode 100644 index 000000000..08bc40488 --- /dev/null +++ b/assets/minecraft/models/w781.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,1,4.5,1.25]},"east":{"texture":"#0","uv":[4.25,1.25,4,1.5]},"north":{"texture":"#0","uv":[4,1.25,3.5,1.5]},"south":{"texture":"#0","uv":[4.75,1.25,4.25,1.5]},"up":{"texture":"#0","uv":[3.5,1.25,4,1]},"west":{"texture":"#0","uv":[3.5,1.25,3.25,1.5]}},"from":[-16,-9.6,-15.8],"shade":false,"to":[-14.4,-8.8,-15]},{"faces":{"down":{"texture":"#0","uv":[6.75,3.25,6.875,3.375]},"east":{"texture":"#0","uv":[6.875,3.375,6.75,4.375]},"north":{"texture":"#0","uv":[6.75,3.375,6.625,4.375]},"south":{"texture":"#0","uv":[7,3.375,6.875,4.375]},"up":{"texture":"#0","uv":[6.625,3.375,6.75,3.25]},"west":{"texture":"#0","uv":[6.625,3.375,6.5,4.375]}},"from":[-15.6,-12.8,-15.6],"shade":false,"to":[-15.200001,-9.6,-15.200001]},{"faces":{"down":{"texture":"#0","uv":[0.75,0,1.125,0.375]},"east":{"texture":"#0","uv":[1.125,0.375,0.75,1.375]},"north":{"texture":"#0","uv":[0.75,0.375,0.375,1.375]},"south":{"texture":"#0","uv":[1.5,0.375,1.125,1.375]},"up":{"texture":"#0","uv":[0.375,0.375,0.75,0]},"west":{"texture":"#0","uv":[0.375,0.375,0,1.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w750562988_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7810.json b/assets/minecraft/models/w7810.json new file mode 100644 index 000000000..bb6086245 --- /dev/null +++ b/assets/minecraft/models/w7810.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,4,2.625,4.875]},"east":{"texture":"#0","uv":[2.625,4.875,1.75,6.375]},"north":{"texture":"#0","uv":[1.75,4.875,0.875,6.375]},"south":{"texture":"#0","uv":[3.5,4.875,2.625,6.375]},"up":{"texture":"#0","uv":[0.875,4.875,1.75,4]},"west":{"texture":"#0","uv":[0.875,4.875,0,6.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-11.200001,-13.2]}],"overrides":[],"textures":{"0":"item/w1101740439_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7811.json b/assets/minecraft/models/w7811.json new file mode 100644 index 000000000..d34d2b04f --- /dev/null +++ b/assets/minecraft/models/w7811.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.625,4,1.75,4.875]},"east":{"texture":"#0","uv":[0,4.875,0.875,6.375]},"north":{"texture":"#0","uv":[0.875,4.875,1.75,6.375]},"south":{"texture":"#0","uv":[2.625,4.875,3.5,6.375]},"up":{"texture":"#0","uv":[1.75,4.875,0.875,4]},"west":{"texture":"#0","uv":[1.75,4.875,2.625,6.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-11.200001,-13.2]}],"overrides":[],"textures":{"0":"item/w1101740439_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7812.json b/assets/minecraft/models/w7812.json new file mode 100644 index 000000000..a9d084ca4 --- /dev/null +++ b/assets/minecraft/models/w7812.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.625,6.375,0.875,6.5]},"east":{"texture":"#0","uv":[0,6.5,0.125,6.75]},"north":{"texture":"#0","uv":[0.125,6.5,0.875,6.75]},"south":{"texture":"#0","uv":[1,6.5,1.75,6.75]},"up":{"texture":"#0","uv":[0.875,6.5,0.125,6.375]},"west":{"texture":"#0","uv":[0.875,6.5,1,6.75]}},"from":[-16,-14.8,-16],"shade":false,"to":[-13.6,-14,-15.6]},{"faces":{"down":{"texture":"#0","uv":[3.375,6.375,2.625,6.5]},"east":{"texture":"#0","uv":[1.75,6.5,1.875,6.75]},"north":{"texture":"#0","uv":[1.875,6.5,2.625,6.75]},"south":{"texture":"#0","uv":[2.75,6.5,3.5,6.75]},"up":{"texture":"#0","uv":[2.625,6.5,1.875,6.375]},"west":{"texture":"#0","uv":[2.625,6.5,2.75,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.2,-15.6]},{"faces":{"down":{"texture":"#0","uv":[4.375,6.5,4.25,6.625]},"east":{"texture":"#0","uv":[4,6.625,4.125,6.75]},"north":{"texture":"#0","uv":[4.125,6.625,4.25,6.75]},"south":{"texture":"#0","uv":[4.375,6.625,4.5,6.75]},"up":{"texture":"#0","uv":[4.25,6.625,4.125,6.5]},"west":{"texture":"#0","uv":[4.25,6.625,4.375,6.75]}},"from":[-16,-15.2,-15.8],"shade":false,"to":[-15.6,-14.8,-15.6]},{"faces":{"down":{"texture":"#0","uv":[3.875,6.5,3.75,6.625]},"east":{"texture":"#0","uv":[3.5,6.625,3.625,6.75]},"north":{"texture":"#0","uv":[3.625,6.625,3.75,6.75]},"south":{"texture":"#0","uv":[3.875,6.625,4,6.75]},"up":{"texture":"#0","uv":[3.75,6.625,3.625,6.5]},"west":{"texture":"#0","uv":[3.75,6.625,3.875,6.75]}},"from":[-14,-15.2,-15.8],"shade":false,"to":[-13.6,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1101740439_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7813.json b/assets/minecraft/models/w7813.json new file mode 100644 index 000000000..029247517 --- /dev/null +++ b/assets/minecraft/models/w7813.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.25,0,15.125,0.875]},"east":{"texture":"#0","uv":[15.125,0.875,14.25,2.25]},"north":{"texture":"#0","uv":[14.25,0.875,13.375,2.25]},"south":{"texture":"#0","uv":[16,0.875,15.125,2.25]},"up":{"texture":"#0","uv":[13.375,0.875,14.25,0]},"west":{"texture":"#0","uv":[13.375,0.875,12.5,2.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-11.6,-13.2]}],"overrides":[],"textures":{"0":"item/w1101740439_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7814.json b/assets/minecraft/models/w7814.json new file mode 100644 index 000000000..65f25d613 --- /dev/null +++ b/assets/minecraft/models/w7814.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.125,0,14.25,0.875]},"east":{"texture":"#0","uv":[12.5,0.875,13.375,2.25]},"north":{"texture":"#0","uv":[13.375,0.875,14.25,2.25]},"south":{"texture":"#0","uv":[15.125,0.875,16,2.25]},"up":{"texture":"#0","uv":[14.25,0.875,13.375,0]},"west":{"texture":"#0","uv":[14.25,0.875,15.125,2.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-11.6,-13.2]}],"overrides":[],"textures":{"0":"item/w1101740439_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7815.json b/assets/minecraft/models/w7815.json new file mode 100644 index 000000000..00b200873 --- /dev/null +++ b/assets/minecraft/models/w7815.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,2.5,1.25]},"east":{"texture":"#0","uv":[0,1.25,1.25,2.125]},"north":{"texture":"#0","uv":[1.25,1.25,2.5,2.125]},"south":{"texture":"#0","uv":[3.75,1.25,5,2.125]},"up":{"texture":"#0","uv":[2.5,1.25,1.25,0]},"west":{"texture":"#0","uv":[2.5,1.25,3.75,2.125]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-13.2,-12]}],"overrides":[],"textures":{"0":"item/w1101740439_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7816.json b/assets/minecraft/models/w7816.json new file mode 100644 index 000000000..3a66afac4 --- /dev/null +++ b/assets/minecraft/models/w7816.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,5.75,4.75]},"east":{"texture":"#0","uv":[5.75,4.75,5,6]},"north":{"texture":"#0","uv":[5,4.75,4.25,6]},"south":{"texture":"#0","uv":[6.5,4.75,5.75,6]},"up":{"texture":"#0","uv":[4.25,4.75,5,4]},"west":{"texture":"#0","uv":[4.25,4.75,3.5,6]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12,-13.6]}],"overrides":[],"textures":{"0":"item/w1101740439_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7817.json b/assets/minecraft/models/w7817.json new file mode 100644 index 000000000..bdd978bc1 --- /dev/null +++ b/assets/minecraft/models/w7817.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.75,4,5,4.75]},"east":{"texture":"#0","uv":[3.5,4.75,4.25,6]},"north":{"texture":"#0","uv":[4.25,4.75,5,6]},"south":{"texture":"#0","uv":[5.75,4.75,6.5,6]},"up":{"texture":"#0","uv":[5,4.75,4.25,4]},"west":{"texture":"#0","uv":[5,4.75,5.75,6]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12,-13.6]}],"overrides":[],"textures":{"0":"item/w1101740439_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7818.json b/assets/minecraft/models/w7818.json new file mode 100644 index 000000000..db93632bb --- /dev/null +++ b/assets/minecraft/models/w7818.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,2.25,14.75,3]},"east":{"texture":"#0","uv":[14.75,3,14,4.375]},"north":{"texture":"#0","uv":[14,3,13.25,4.375]},"south":{"texture":"#0","uv":[15.5,3,14.75,4.375]},"up":{"texture":"#0","uv":[13.25,3,14,2.25]},"west":{"texture":"#0","uv":[13.25,3,12.5,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-11.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1101740439_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7819.json b/assets/minecraft/models/w7819.json new file mode 100644 index 000000000..edc37c731 --- /dev/null +++ b/assets/minecraft/models/w7819.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,2.25,14,3]},"east":{"texture":"#0","uv":[12.5,3,13.25,4.375]},"north":{"texture":"#0","uv":[13.25,3,14,4.375]},"south":{"texture":"#0","uv":[14.75,3,15.5,4.375]},"up":{"texture":"#0","uv":[14,3,13.25,2.25]},"west":{"texture":"#0","uv":[14,3,14.75,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-11.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1101740439_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w782.json b/assets/minecraft/models/w782.json new file mode 100644 index 000000000..352c0c0ee --- /dev/null +++ b/assets/minecraft/models/w782.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.875,5.25,3.875,5.625]},"east":{"texture":"#0","uv":[2.5,5.625,2.875,6.125]},"north":{"texture":"#0","uv":[2.875,5.625,3.875,6.125]},"south":{"texture":"#0","uv":[4.25,5.625,5.25,6.125]},"up":{"texture":"#0","uv":[3.875,5.625,2.875,5.25]},"west":{"texture":"#0","uv":[3.875,5.625,4.25,6.125]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14.4,-14.8]}],"overrides":[],"textures":{"0":"item/w750562988_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7820.json b/assets/minecraft/models/w7820.json new file mode 100644 index 000000000..1866126d5 --- /dev/null +++ b/assets/minecraft/models/w7820.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,2.125,2,3.125]},"east":{"texture":"#0","uv":[0,3.125,1,3.5]},"north":{"texture":"#0","uv":[1,3.125,2,3.5]},"south":{"texture":"#0","uv":[3,3.125,4,3.5]},"up":{"texture":"#0","uv":[2,3.125,1,2.125]},"west":{"texture":"#0","uv":[2,3.125,3,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14.8,-12.8]}],"overrides":[],"textures":{"0":"item/w1101740439_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7821.json b/assets/minecraft/models/w7821.json new file mode 100644 index 000000000..0cd7219e6 --- /dev/null +++ b/assets/minecraft/models/w7821.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.625,4,9.5,5.25]},"east":{"texture":"#0","uv":[9.875,5.25,8.625,5.75]},"north":{"texture":"#0","uv":[8.625,5.25,7.75,5.75]},"south":{"texture":"#0","uv":[10.75,5.25,9.875,5.75]},"up":{"texture":"#0","uv":[7.75,5.25,8.625,4]},"west":{"texture":"#0","uv":[7.75,5.25,6.5,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.4,-12]}],"overrides":[],"textures":{"0":"item/w1101740439_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7822.json b/assets/minecraft/models/w7822.json new file mode 100644 index 000000000..49456cc14 --- /dev/null +++ b/assets/minecraft/models/w7822.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,4,8.625,5.25]},"east":{"texture":"#0","uv":[6.5,5.25,7.75,5.75]},"north":{"texture":"#0","uv":[7.75,5.25,8.625,5.75]},"south":{"texture":"#0","uv":[9.875,5.25,10.75,5.75]},"up":{"texture":"#0","uv":[8.625,5.25,7.75,4]},"west":{"texture":"#0","uv":[8.625,5.25,9.875,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.4,-12]}],"overrides":[],"textures":{"0":"item/w1101740439_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7823.json b/assets/minecraft/models/w7823.json new file mode 100644 index 000000000..df7bdd157 --- /dev/null +++ b/assets/minecraft/models/w7823.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,4.375,14.75,5.125]},"east":{"texture":"#0","uv":[14.75,5.125,14,5.875]},"north":{"texture":"#0","uv":[14,5.125,13.25,5.875]},"south":{"texture":"#0","uv":[15.5,5.125,14.75,5.875]},"up":{"texture":"#0","uv":[13.25,5.125,14,4.375]},"west":{"texture":"#0","uv":[13.25,5.125,12.5,5.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1101740439_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7824.json b/assets/minecraft/models/w7824.json new file mode 100644 index 000000000..d35116091 --- /dev/null +++ b/assets/minecraft/models/w7824.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,4.375,14,5.125]},"east":{"texture":"#0","uv":[12.5,5.125,13.25,5.875]},"north":{"texture":"#0","uv":[13.25,5.125,14,5.875]},"south":{"texture":"#0","uv":[14.75,5.125,15.5,5.875]},"up":{"texture":"#0","uv":[14,5.125,13.25,4.375]},"west":{"texture":"#0","uv":[14,5.125,14.75,5.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1101740439_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7825.json b/assets/minecraft/models/w7825.json new file mode 100644 index 000000000..e20efdbcc --- /dev/null +++ b/assets/minecraft/models/w7825.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,14,11,14.5]},"east":{"texture":"#0","uv":[10,14.5,10.5,16]},"north":{"texture":"#0","uv":[10.5,14.5,11,16]},"south":{"texture":"#0","uv":[11.5,14.5,12,16]},"up":{"texture":"#0","uv":[11,14.5,10.5,14]},"west":{"texture":"#0","uv":[11,14.5,11.5,16]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[9.5,14,9,14.5]},"east":{"texture":"#0","uv":[8,14.5,8.5,16]},"north":{"texture":"#0","uv":[8.5,14.5,9,16]},"south":{"texture":"#0","uv":[9.5,14.5,10,16]},"up":{"texture":"#0","uv":[9,14.5,8.5,14]},"west":{"texture":"#0","uv":[9,14.5,9.5,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w1101740439_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7826.json b/assets/minecraft/models/w7826.json new file mode 100644 index 000000000..0b455c6c0 --- /dev/null +++ b/assets/minecraft/models/w7826.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,10,11.5,10.5]},"east":{"texture":"#0","uv":[10,10.5,10.5,12]},"north":{"texture":"#0","uv":[10.5,10.5,11.5,12]},"south":{"texture":"#0","uv":[12,10.5,13,12]},"up":{"texture":"#0","uv":[11.5,10.5,10.5,10]},"west":{"texture":"#0","uv":[11.5,10.5,12,12]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-12.7,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[12.5,12,11.5,12.5]},"east":{"texture":"#0","uv":[10,12.5,10.5,14]},"north":{"texture":"#0","uv":[10.5,12.5,11.5,14]},"south":{"texture":"#0","uv":[12,12.5,13,14]},"up":{"texture":"#0","uv":[11.5,12.5,10.5,12]},"west":{"texture":"#0","uv":[11.5,12.5,12,14]}},"from":[-16,-16,-16],"shade":false,"to":[-12.6,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w1101740439_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7827.json b/assets/minecraft/models/w7827.json new file mode 100644 index 000000000..3733832e2 --- /dev/null +++ b/assets/minecraft/models/w7827.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,14,13,14.5]},"east":{"texture":"#0","uv":[12,14.5,12.5,16]},"north":{"texture":"#0","uv":[12.5,14.5,13,16]},"south":{"texture":"#0","uv":[13.5,14.5,14,16]},"up":{"texture":"#0","uv":[13,14.5,12.5,14]},"west":{"texture":"#0","uv":[13,14.5,13.5,16]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[15.5,14,15,14.5]},"east":{"texture":"#0","uv":[14,14.5,14.5,16]},"north":{"texture":"#0","uv":[14.5,14.5,15,16]},"south":{"texture":"#0","uv":[15.5,14.5,16,16]},"up":{"texture":"#0","uv":[15,14.5,14.5,14]},"west":{"texture":"#0","uv":[15,14.5,15.5,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w1101740439_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7828.json b/assets/minecraft/models/w7828.json new file mode 100644 index 000000000..21f9a229d --- /dev/null +++ b/assets/minecraft/models/w7828.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.5,10,14,10.5]},"east":{"texture":"#0","uv":[13,10.5,13.5,12]},"north":{"texture":"#0","uv":[13.5,10.5,14,12]},"south":{"texture":"#0","uv":[14.5,10.5,15,12]},"up":{"texture":"#0","uv":[14,10.5,13.5,10]},"west":{"texture":"#0","uv":[14,10.5,14.5,12]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[14.5,12,14,12.5]},"east":{"texture":"#0","uv":[13,12.5,13.5,14]},"north":{"texture":"#0","uv":[13.5,12.5,14,14]},"south":{"texture":"#0","uv":[14.5,12.5,15,14]},"up":{"texture":"#0","uv":[14,12.5,13.5,12]},"west":{"texture":"#0","uv":[14,12.5,14.5,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w1101740439_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7829.json b/assets/minecraft/models/w7829.json new file mode 100644 index 000000000..b7e4f75c2 --- /dev/null +++ b/assets/minecraft/models/w7829.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,8,10,9]},"east":{"texture":"#0","uv":[8,9,9,10]},"north":{"texture":"#0","uv":[9,9,10,10]},"south":{"texture":"#0","uv":[11,9,12,10]},"up":{"texture":"#0","uv":[10,9,9,8]},"west":{"texture":"#0","uv":[10,9,11,10]}},"from":[-15.8,-15.8,-15.8],"shade":false,"to":[-12.6,-12.6,-12.6]},{"faces":{"down":{"texture":"#0","uv":[15,8,14,9]},"east":{"texture":"#0","uv":[12,9,13,10]},"north":{"texture":"#0","uv":[13,9,14,10]},"south":{"texture":"#0","uv":[15,9,16,10]},"up":{"texture":"#0","uv":[14,9,13,8]},"west":{"texture":"#0","uv":[14,9,15,10]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.4,-12.4]}],"overrides":[],"textures":{"0":"item/w1101740439_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w783.json b/assets/minecraft/models/w783.json new file mode 100644 index 000000000..3ab8d0341 --- /dev/null +++ b/assets/minecraft/models/w783.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,4.375,3,4.625]},"east":{"texture":"#0","uv":[2,4.625,2.25,4.875]},"north":{"texture":"#0","uv":[2.25,4.625,3,4.875]},"south":{"texture":"#0","uv":[3.25,4.625,4,4.875]},"up":{"texture":"#0","uv":[3,4.625,2.25,4.375]},"west":{"texture":"#0","uv":[3,4.625,3.25,4.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w750562988_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7830.json b/assets/minecraft/models/w7830.json new file mode 100644 index 000000000..9ef8ad406 --- /dev/null +++ b/assets/minecraft/models/w7830.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,10,9,10.5]},"east":{"texture":"#0","uv":[8,10.5,8.5,12]},"north":{"texture":"#0","uv":[8.5,10.5,9,12]},"south":{"texture":"#0","uv":[9.5,10.5,10,12]},"up":{"texture":"#0","uv":[9,10.5,8.5,10]},"west":{"texture":"#0","uv":[9,10.5,9.5,12]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[9.5,12,9,12.5]},"east":{"texture":"#0","uv":[8,12.5,8.5,14]},"north":{"texture":"#0","uv":[8.5,12.5,9,14]},"south":{"texture":"#0","uv":[9.5,12.5,10,14]},"up":{"texture":"#0","uv":[9,12.5,8.5,12]},"west":{"texture":"#0","uv":[9,12.5,9.5,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w1101740439_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7831.json b/assets/minecraft/models/w7831.json new file mode 100644 index 000000000..2ea956aa0 --- /dev/null +++ b/assets/minecraft/models/w7831.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,4,7,5]},"east":{"texture":"#0","uv":[4,5,5,8]},"north":{"texture":"#0","uv":[5,5,7,8]},"south":{"texture":"#0","uv":[8,5,10,8]},"up":{"texture":"#0","uv":[7,5,5,4]},"west":{"texture":"#0","uv":[7,5,8,8]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1754769426_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7832.json b/assets/minecraft/models/w7832.json new file mode 100644 index 000000000..f5cc64f61 --- /dev/null +++ b/assets/minecraft/models/w7832.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,4,2,5]},"east":{"texture":"#0","uv":[0,5,1,8]},"north":{"texture":"#0","uv":[1,5,2,8]},"south":{"texture":"#0","uv":[3,5,4,8]},"up":{"texture":"#0","uv":[2,5,1,4]},"west":{"texture":"#0","uv":[2,5,3,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1754769426_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7833.json b/assets/minecraft/models/w7833.json new file mode 100644 index 000000000..1c3958843 --- /dev/null +++ b/assets/minecraft/models/w7833.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,4,3,5]},"east":{"texture":"#0","uv":[3,5,2,8]},"north":{"texture":"#0","uv":[2,5,1,8]},"south":{"texture":"#0","uv":[4,5,3,8]},"up":{"texture":"#0","uv":[1,5,2,4]},"west":{"texture":"#0","uv":[1,5,0,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1754769426_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7834.json b/assets/minecraft/models/w7834.json new file mode 100644 index 000000000..2dedb7f21 --- /dev/null +++ b/assets/minecraft/models/w7834.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,4,2]},"east":{"texture":"#0","uv":[0,2,2,4]},"north":{"texture":"#0","uv":[2,2,4,4]},"south":{"texture":"#0","uv":[6,2,8,4]},"up":{"texture":"#0","uv":[4,2,2,0]},"west":{"texture":"#0","uv":[4,2,6,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.8,-12.8]}],"overrides":[],"textures":{"0":"item/w1754769426_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7835.json b/assets/minecraft/models/w7835.json new file mode 100644 index 000000000..8198199e9 --- /dev/null +++ b/assets/minecraft/models/w7835.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,4,13,5]},"east":{"texture":"#0","uv":[13,5,12,8]},"north":{"texture":"#0","uv":[12,5,11,8]},"south":{"texture":"#0","uv":[14,5,13,8]},"up":{"texture":"#0","uv":[11,5,12,4]},"west":{"texture":"#0","uv":[11,5,10,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1754769426_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7836.json b/assets/minecraft/models/w7836.json new file mode 100644 index 000000000..5937ae58c --- /dev/null +++ b/assets/minecraft/models/w7836.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,4,12,5]},"east":{"texture":"#0","uv":[10,5,11,8]},"north":{"texture":"#0","uv":[11,5,12,8]},"south":{"texture":"#0","uv":[13,5,14,8]},"up":{"texture":"#0","uv":[12,5,11,4]},"west":{"texture":"#0","uv":[12,5,13,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w1754769426_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7837.json b/assets/minecraft/models/w7837.json new file mode 100644 index 000000000..de63411be --- /dev/null +++ b/assets/minecraft/models/w7837.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,4,7,5]},"east":{"texture":"#0","uv":[4,5,5,8]},"north":{"texture":"#0","uv":[5,5,7,8]},"south":{"texture":"#0","uv":[8,5,10,8]},"up":{"texture":"#0","uv":[7,5,5,4]},"west":{"texture":"#0","uv":[7,5,8,8]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w560586197_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7838.json b/assets/minecraft/models/w7838.json new file mode 100644 index 000000000..29c9b3486 --- /dev/null +++ b/assets/minecraft/models/w7838.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,4,2,5]},"east":{"texture":"#0","uv":[0,5,1,8]},"north":{"texture":"#0","uv":[1,5,2,8]},"south":{"texture":"#0","uv":[3,5,4,8]},"up":{"texture":"#0","uv":[2,5,1,4]},"west":{"texture":"#0","uv":[2,5,3,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w560586197_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7839.json b/assets/minecraft/models/w7839.json new file mode 100644 index 000000000..434002c62 --- /dev/null +++ b/assets/minecraft/models/w7839.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,4,3,5]},"east":{"texture":"#0","uv":[3,5,2,8]},"north":{"texture":"#0","uv":[2,5,1,8]},"south":{"texture":"#0","uv":[4,5,3,8]},"up":{"texture":"#0","uv":[1,5,2,4]},"west":{"texture":"#0","uv":[1,5,0,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w560586197_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w784.json b/assets/minecraft/models/w784.json new file mode 100644 index 000000000..13525349d --- /dev/null +++ b/assets/minecraft/models/w784.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.875,1,5.25,1.125]},"east":{"texture":"#0","uv":[4.5,1.125,4.625,1.25]},"north":{"texture":"#0","uv":[4.625,1.125,5.25,1.25]},"south":{"texture":"#0","uv":[5.375,1.125,6,1.25]},"up":{"texture":"#0","uv":[5.25,1.125,4.625,1]},"west":{"texture":"#0","uv":[5.25,1.125,5.375,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w750562988_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7840.json b/assets/minecraft/models/w7840.json new file mode 100644 index 000000000..9062fbefc --- /dev/null +++ b/assets/minecraft/models/w7840.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,4,2]},"east":{"texture":"#0","uv":[0,2,2,4]},"north":{"texture":"#0","uv":[2,2,4,4]},"south":{"texture":"#0","uv":[6,2,8,4]},"up":{"texture":"#0","uv":[4,2,2,0]},"west":{"texture":"#0","uv":[4,2,6,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.8,-12.8]}],"overrides":[],"textures":{"0":"item/w560586197_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7841.json b/assets/minecraft/models/w7841.json new file mode 100644 index 000000000..004eb007e --- /dev/null +++ b/assets/minecraft/models/w7841.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,4,13,5]},"east":{"texture":"#0","uv":[13,5,12,8]},"north":{"texture":"#0","uv":[12,5,11,8]},"south":{"texture":"#0","uv":[14,5,13,8]},"up":{"texture":"#0","uv":[11,5,12,4]},"west":{"texture":"#0","uv":[11,5,10,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w560586197_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7842.json b/assets/minecraft/models/w7842.json new file mode 100644 index 000000000..99d85bda2 --- /dev/null +++ b/assets/minecraft/models/w7842.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,4,12,5]},"east":{"texture":"#0","uv":[10,5,11,8]},"north":{"texture":"#0","uv":[11,5,12,8]},"south":{"texture":"#0","uv":[13,5,14,8]},"up":{"texture":"#0","uv":[12,5,11,4]},"west":{"texture":"#0","uv":[12,5,13,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w560586197_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7843.json b/assets/minecraft/models/w7843.json new file mode 100644 index 000000000..79313d3ee --- /dev/null +++ b/assets/minecraft/models/w7843.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,4,7,5]},"east":{"texture":"#0","uv":[4,5,5,8]},"north":{"texture":"#0","uv":[5,5,7,8]},"south":{"texture":"#0","uv":[8,5,10,8]},"up":{"texture":"#0","uv":[7,5,5,4]},"west":{"texture":"#0","uv":[7,5,8,8]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w569638674_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7844.json b/assets/minecraft/models/w7844.json new file mode 100644 index 000000000..49f31e529 --- /dev/null +++ b/assets/minecraft/models/w7844.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,4,2,5]},"east":{"texture":"#0","uv":[0,5,1,8]},"north":{"texture":"#0","uv":[1,5,2,8]},"south":{"texture":"#0","uv":[3,5,4,8]},"up":{"texture":"#0","uv":[2,5,1,4]},"west":{"texture":"#0","uv":[2,5,3,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w569638674_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7845.json b/assets/minecraft/models/w7845.json new file mode 100644 index 000000000..b448e4f01 --- /dev/null +++ b/assets/minecraft/models/w7845.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,12,6,13]},"east":{"texture":"#0","uv":[4,13,5,16]},"north":{"texture":"#0","uv":[5,13,6,16]},"south":{"texture":"#0","uv":[7,13,8,16]},"up":{"texture":"#0","uv":[6,13,5,12]},"west":{"texture":"#0","uv":[6,13,7,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w569638674_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7846.json b/assets/minecraft/models/w7846.json new file mode 100644 index 000000000..1c7a74027 --- /dev/null +++ b/assets/minecraft/models/w7846.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,13.75,3,13.75]},"east":{"texture":"#0","uv":[0.75,13.75,0.75,16]},"north":{"texture":"#0","uv":[0,8,2.25,10.5]},"south":{"texture":"#0","uv":[2.25,8,0,10.5]},"up":{"texture":"#0","uv":[3,13.75,0.75,13.75]},"west":{"texture":"#0","uv":[3,13.75,3,16]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12,-16]}],"overrides":[],"textures":{"0":"item/w569638674_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7847.json b/assets/minecraft/models/w7847.json new file mode 100644 index 000000000..4f0a5b18a --- /dev/null +++ b/assets/minecraft/models/w7847.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,8,3.25,8.25]},"east":{"texture":"#0","uv":[2.25,8.25,2.5,9.25]},"north":{"texture":"#0","uv":[2.5,8.25,3.25,9.25]},"south":{"texture":"#0","uv":[3.5,8.25,4.25,9.25]},"up":{"texture":"#0","uv":[3.25,8.25,2.5,8]},"west":{"texture":"#0","uv":[3.25,8.25,3.5,9.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.32,-13.76,-14.96]}],"overrides":[],"textures":{"0":"item/w569638674_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7848.json b/assets/minecraft/models/w7848.json new file mode 100644 index 000000000..f2b47711f --- /dev/null +++ b/assets/minecraft/models/w7848.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,4,2]},"east":{"texture":"#0","uv":[0,2,2,4]},"north":{"texture":"#0","uv":[2,2,4,4]},"south":{"texture":"#0","uv":[6,2,8,4]},"up":{"texture":"#0","uv":[4,2,2,0]},"west":{"texture":"#0","uv":[4,2,6,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.8,-12.8]}],"overrides":[],"textures":{"0":"item/w569638674_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7849.json b/assets/minecraft/models/w7849.json new file mode 100644 index 000000000..19b99efc1 --- /dev/null +++ b/assets/minecraft/models/w7849.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,8,2.25,8]},"east":{"texture":"#0","uv":[0,8,0,10.5]},"north":{"texture":"#0","uv":[0,8,2.25,10.5]},"south":{"texture":"#0","uv":[2.25,8,0,10.5]},"up":{"texture":"#0","uv":[2.25,8,0,8]},"west":{"texture":"#0","uv":[2.25,8,2.25,10.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.000001,-16]}],"overrides":[],"textures":{"0":"item/w569638674_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w785.json b/assets/minecraft/models/w785.json new file mode 100644 index 000000000..393e3ddb1 --- /dev/null +++ b/assets/minecraft/models/w785.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,5.75,1.25,6]},"east":{"texture":"#0","uv":[0,6,0.25,6.375]},"north":{"texture":"#0","uv":[0.25,6,1.25,6.375]},"south":{"texture":"#0","uv":[1.5,6,2.5,6.375]},"up":{"texture":"#0","uv":[1.25,6,0.25,5.75]},"west":{"texture":"#0","uv":[1.25,6,1.5,6.375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w750562988_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7850.json b/assets/minecraft/models/w7850.json new file mode 100644 index 000000000..24715cef0 --- /dev/null +++ b/assets/minecraft/models/w7850.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,10.75,1.25,11.25]},"east":{"texture":"#0","uv":[0,11.25,0.5,12.75]},"north":{"texture":"#0","uv":[0.5,11.25,1.25,12.75]},"south":{"texture":"#0","uv":[1.75,11.25,2.5,12.75]},"up":{"texture":"#0","uv":[1.25,11.25,0.5,10.75]},"west":{"texture":"#0","uv":[1.25,11.25,1.75,12.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.6,-15.2]}],"overrides":[],"textures":{"0":"item/w569638674_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7851.json b/assets/minecraft/models/w7851.json new file mode 100644 index 000000000..90f444fdd --- /dev/null +++ b/assets/minecraft/models/w7851.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,12,10,13]},"east":{"texture":"#0","uv":[8,13,9,16]},"north":{"texture":"#0","uv":[9,13,10,16]},"south":{"texture":"#0","uv":[11,13,12,16]},"up":{"texture":"#0","uv":[10,13,9,12]},"west":{"texture":"#0","uv":[10,13,11,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w569638674_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7852.json b/assets/minecraft/models/w7852.json new file mode 100644 index 000000000..8522071eb --- /dev/null +++ b/assets/minecraft/models/w7852.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,4,12,5]},"east":{"texture":"#0","uv":[10,5,11,8]},"north":{"texture":"#0","uv":[11,5,12,8]},"south":{"texture":"#0","uv":[13,5,14,8]},"up":{"texture":"#0","uv":[12,5,11,4]},"west":{"texture":"#0","uv":[12,5,13,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w569638674_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7853.json b/assets/minecraft/models/w7853.json new file mode 100644 index 000000000..e35c0248f --- /dev/null +++ b/assets/minecraft/models/w7853.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,4,7,5]},"east":{"texture":"#0","uv":[4,5,5,8]},"north":{"texture":"#0","uv":[5,5,7,8]},"south":{"texture":"#0","uv":[8,5,10,8]},"up":{"texture":"#0","uv":[7,5,5,4]},"west":{"texture":"#0","uv":[7,5,8,8]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w572736903_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7854.json b/assets/minecraft/models/w7854.json new file mode 100644 index 000000000..d1e540563 --- /dev/null +++ b/assets/minecraft/models/w7854.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,4,2,5]},"east":{"texture":"#0","uv":[0,5,1,8]},"north":{"texture":"#0","uv":[1,5,2,8]},"south":{"texture":"#0","uv":[3,5,4,8]},"up":{"texture":"#0","uv":[2,5,1,4]},"west":{"texture":"#0","uv":[2,5,3,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w572736903_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7855.json b/assets/minecraft/models/w7855.json new file mode 100644 index 000000000..cd6e0ffdc --- /dev/null +++ b/assets/minecraft/models/w7855.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,12,6,13]},"east":{"texture":"#0","uv":[4,13,5,16]},"north":{"texture":"#0","uv":[5,13,6,16]},"south":{"texture":"#0","uv":[7,13,8,16]},"up":{"texture":"#0","uv":[6,13,5,12]},"west":{"texture":"#0","uv":[6,13,7,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w572736903_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7856.json b/assets/minecraft/models/w7856.json new file mode 100644 index 000000000..2e6dd6d86 --- /dev/null +++ b/assets/minecraft/models/w7856.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,13.75,3,13.75]},"east":{"texture":"#0","uv":[0.75,13.75,0.75,16]},"north":{"texture":"#0","uv":[0,8,2.25,10.5]},"south":{"texture":"#0","uv":[2.25,8,0,10.5]},"up":{"texture":"#0","uv":[3,13.75,0.75,13.75]},"west":{"texture":"#0","uv":[3,13.75,3,16]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.000001,-16]}],"overrides":[],"textures":{"0":"item/w572736903_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7857.json b/assets/minecraft/models/w7857.json new file mode 100644 index 000000000..9a3b69d91 --- /dev/null +++ b/assets/minecraft/models/w7857.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,8,3.25,8.25]},"east":{"texture":"#0","uv":[2.25,8.25,2.5,9.25]},"north":{"texture":"#0","uv":[2.5,8.25,3.25,9.25]},"south":{"texture":"#0","uv":[3.5,8.25,4.25,9.25]},"up":{"texture":"#0","uv":[3.25,8.25,2.5,8]},"west":{"texture":"#0","uv":[3.25,8.25,3.5,9.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.32,-13.76,-14.96]}],"overrides":[],"textures":{"0":"item/w572736903_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7858.json b/assets/minecraft/models/w7858.json new file mode 100644 index 000000000..58bfc301d --- /dev/null +++ b/assets/minecraft/models/w7858.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,0,4,2]},"east":{"texture":"#0","uv":[0,2,2,4]},"north":{"texture":"#0","uv":[2,2,4,4]},"south":{"texture":"#0","uv":[6,2,8,4]},"up":{"texture":"#0","uv":[4,2,2,0]},"west":{"texture":"#0","uv":[4,2,6,4]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-12.8,-12.8]}],"overrides":[],"textures":{"0":"item/w572736903_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7859.json b/assets/minecraft/models/w7859.json new file mode 100644 index 000000000..0a8b8048f --- /dev/null +++ b/assets/minecraft/models/w7859.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,8,2.25,8]},"east":{"texture":"#0","uv":[0,8,0,10.5]},"north":{"texture":"#0","uv":[0,8,2.25,10.5]},"south":{"texture":"#0","uv":[2.25,8,0,10.5]},"up":{"texture":"#0","uv":[2.25,8,0,8]},"west":{"texture":"#0","uv":[2.25,8,2.25,10.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.000001,-16]}],"overrides":[],"textures":{"0":"item/w572736903_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w786.json b/assets/minecraft/models/w786.json new file mode 100644 index 000000000..30c0d7354 --- /dev/null +++ b/assets/minecraft/models/w786.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.375,6.625,5.25,6.75]},"east":{"texture":"#0","uv":[5,6.75,5.125,7.25]},"north":{"texture":"#0","uv":[5.125,6.75,5.25,7.25]},"south":{"texture":"#0","uv":[5.375,6.75,5.5,7.25]},"up":{"texture":"#0","uv":[5.25,6.75,5.125,6.625]},"west":{"texture":"#0","uv":[5.25,6.75,5.375,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.4,-15.6]}],"overrides":[],"textures":{"0":"item/w750562988_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7860.json b/assets/minecraft/models/w7860.json new file mode 100644 index 000000000..521109684 --- /dev/null +++ b/assets/minecraft/models/w7860.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2,10.75,1.25,11.25]},"east":{"texture":"#0","uv":[0,11.25,0.5,12.75]},"north":{"texture":"#0","uv":[0.5,11.25,1.25,12.75]},"south":{"texture":"#0","uv":[1.75,11.25,2.5,12.75]},"up":{"texture":"#0","uv":[1.25,11.25,0.5,10.75]},"west":{"texture":"#0","uv":[1.25,11.25,1.75,12.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.6,-15.2]}],"overrides":[],"textures":{"0":"item/w572736903_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7861.json b/assets/minecraft/models/w7861.json new file mode 100644 index 000000000..71a8b81a8 --- /dev/null +++ b/assets/minecraft/models/w7861.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,12,10,13]},"east":{"texture":"#0","uv":[8,13,9,16]},"north":{"texture":"#0","uv":[9,13,10,16]},"south":{"texture":"#0","uv":[11,13,12,16]},"up":{"texture":"#0","uv":[10,13,9,12]},"west":{"texture":"#0","uv":[10,13,11,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w572736903_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7862.json b/assets/minecraft/models/w7862.json new file mode 100644 index 000000000..f342451ee --- /dev/null +++ b/assets/minecraft/models/w7862.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,4,12,5]},"east":{"texture":"#0","uv":[10,5,11,8]},"north":{"texture":"#0","uv":[11,5,12,8]},"south":{"texture":"#0","uv":[13,5,14,8]},"up":{"texture":"#0","uv":[12,5,11,4]},"west":{"texture":"#0","uv":[12,5,13,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-11.2,-14.4]}],"overrides":[],"textures":{"0":"item/w572736903_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7863.json b/assets/minecraft/models/w7863.json new file mode 100644 index 000000000..a780e2d62 --- /dev/null +++ b/assets/minecraft/models/w7863.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,0,8.75,1.5]},"east":{"texture":"#0","uv":[5,1.5,6.5,4]},"north":{"texture":"#0","uv":[6.5,1.5,8.75,4]},"south":{"texture":"#0","uv":[10.25,1.5,12.5,4]},"up":{"texture":"#0","uv":[8.75,1.5,6.5,0]},"west":{"texture":"#0","uv":[8.75,1.5,10.25,4]}},"from":[-16,-16,-16],"shade":false,"to":[-8.8,-8,-11.2]}],"overrides":[],"textures":{"0":"item/w711234505_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7864.json b/assets/minecraft/models/w7864.json new file mode 100644 index 000000000..0ebe13c5f --- /dev/null +++ b/assets/minecraft/models/w7864.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,4,2.625,4.875]},"east":{"texture":"#0","uv":[2.625,4.875,1.75,6.375]},"north":{"texture":"#0","uv":[1.75,4.875,0.875,6.375]},"south":{"texture":"#0","uv":[3.5,4.875,2.625,6.375]},"up":{"texture":"#0","uv":[0.875,4.875,1.75,4]},"west":{"texture":"#0","uv":[0.875,4.875,0,6.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-11.200001,-13.2]}],"overrides":[],"textures":{"0":"item/w711234505_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7865.json b/assets/minecraft/models/w7865.json new file mode 100644 index 000000000..ae7122356 --- /dev/null +++ b/assets/minecraft/models/w7865.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.625,4,1.75,4.875]},"east":{"texture":"#0","uv":[0,4.875,0.875,6.375]},"north":{"texture":"#0","uv":[0.875,4.875,1.75,6.375]},"south":{"texture":"#0","uv":[2.625,4.875,3.5,6.375]},"up":{"texture":"#0","uv":[1.75,4.875,0.875,4]},"west":{"texture":"#0","uv":[1.75,4.875,2.625,6.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-11.200001,-13.2]}],"overrides":[],"textures":{"0":"item/w711234505_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7866.json b/assets/minecraft/models/w7866.json new file mode 100644 index 000000000..2427db505 --- /dev/null +++ b/assets/minecraft/models/w7866.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.25,0,15.125,0.875]},"east":{"texture":"#0","uv":[15.125,0.875,14.25,2.25]},"north":{"texture":"#0","uv":[14.25,0.875,13.375,2.25]},"south":{"texture":"#0","uv":[16,0.875,15.125,2.25]},"up":{"texture":"#0","uv":[13.375,0.875,14.25,0]},"west":{"texture":"#0","uv":[13.375,0.875,12.5,2.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-11.6,-13.2]}],"overrides":[],"textures":{"0":"item/w711234505_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7867.json b/assets/minecraft/models/w7867.json new file mode 100644 index 000000000..175bb68d5 --- /dev/null +++ b/assets/minecraft/models/w7867.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.125,0,14.25,0.875]},"east":{"texture":"#0","uv":[12.5,0.875,13.375,2.25]},"north":{"texture":"#0","uv":[13.375,0.875,14.25,2.25]},"south":{"texture":"#0","uv":[15.125,0.875,16,2.25]},"up":{"texture":"#0","uv":[14.25,0.875,13.375,0]},"west":{"texture":"#0","uv":[14.25,0.875,15.125,2.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-11.6,-13.2]}],"overrides":[],"textures":{"0":"item/w711234505_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7868.json b/assets/minecraft/models/w7868.json new file mode 100644 index 000000000..63fad7ed8 --- /dev/null +++ b/assets/minecraft/models/w7868.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,2.5,1.25]},"east":{"texture":"#0","uv":[0,1.25,1.25,2.125]},"north":{"texture":"#0","uv":[1.25,1.25,2.5,2.125]},"south":{"texture":"#0","uv":[3.75,1.25,5,2.125]},"up":{"texture":"#0","uv":[2.5,1.25,1.25,0]},"west":{"texture":"#0","uv":[2.5,1.25,3.75,2.125]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-13.2,-12]}],"overrides":[],"textures":{"0":"item/w711234505_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7869.json b/assets/minecraft/models/w7869.json new file mode 100644 index 000000000..a7b3bb047 --- /dev/null +++ b/assets/minecraft/models/w7869.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,5.75,4.75]},"east":{"texture":"#0","uv":[5.75,4.75,5,6]},"north":{"texture":"#0","uv":[5,4.75,4.25,6]},"south":{"texture":"#0","uv":[6.5,4.75,5.75,6]},"up":{"texture":"#0","uv":[4.25,4.75,5,4]},"west":{"texture":"#0","uv":[4.25,4.75,3.5,6]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12,-13.6]}],"overrides":[],"textures":{"0":"item/w711234505_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w787.json b/assets/minecraft/models/w787.json new file mode 100644 index 000000000..e78581ad3 --- /dev/null +++ b/assets/minecraft/models/w787.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.5,0,7.5,0.25]},"east":{"texture":"#0","uv":[6.25,0.25,6.5,0.5]},"north":{"texture":"#0","uv":[6.5,0.25,7.5,0.5]},"south":{"texture":"#0","uv":[7.75,0.25,8.75,0.5]},"up":{"texture":"#0","uv":[7.5,0.25,6.5,0]},"west":{"texture":"#0","uv":[7.5,0.25,7.75,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w750562988_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7870.json b/assets/minecraft/models/w7870.json new file mode 100644 index 000000000..fd29c16b4 --- /dev/null +++ b/assets/minecraft/models/w7870.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.75,4,5,4.75]},"east":{"texture":"#0","uv":[3.5,4.75,4.25,6]},"north":{"texture":"#0","uv":[4.25,4.75,5,6]},"south":{"texture":"#0","uv":[5.75,4.75,6.5,6]},"up":{"texture":"#0","uv":[5,4.75,4.25,4]},"west":{"texture":"#0","uv":[5,4.75,5.75,6]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12,-13.6]}],"overrides":[],"textures":{"0":"item/w711234505_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7871.json b/assets/minecraft/models/w7871.json new file mode 100644 index 000000000..e332fb2b8 --- /dev/null +++ b/assets/minecraft/models/w7871.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,2.25,14.75,3]},"east":{"texture":"#0","uv":[14.75,3,14,4.375]},"north":{"texture":"#0","uv":[14,3,13.25,4.375]},"south":{"texture":"#0","uv":[15.5,3,14.75,4.375]},"up":{"texture":"#0","uv":[13.25,3,14,2.25]},"west":{"texture":"#0","uv":[13.25,3,12.5,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-11.6,-13.6]}],"overrides":[],"textures":{"0":"item/w711234505_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7872.json b/assets/minecraft/models/w7872.json new file mode 100644 index 000000000..fb65a3b61 --- /dev/null +++ b/assets/minecraft/models/w7872.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,2.25,14,3]},"east":{"texture":"#0","uv":[12.5,3,13.25,4.375]},"north":{"texture":"#0","uv":[13.25,3,14,4.375]},"south":{"texture":"#0","uv":[14.75,3,15.5,4.375]},"up":{"texture":"#0","uv":[14,3,13.25,2.25]},"west":{"texture":"#0","uv":[14,3,14.75,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-11.6,-13.6]}],"overrides":[],"textures":{"0":"item/w711234505_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7873.json b/assets/minecraft/models/w7873.json new file mode 100644 index 000000000..56303e82e --- /dev/null +++ b/assets/minecraft/models/w7873.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,2.125,2,3.125]},"east":{"texture":"#0","uv":[0,3.125,1,3.5]},"north":{"texture":"#0","uv":[1,3.125,2,3.5]},"south":{"texture":"#0","uv":[3,3.125,4,3.5]},"up":{"texture":"#0","uv":[2,3.125,1,2.125]},"west":{"texture":"#0","uv":[2,3.125,3,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14.8,-12.8]}],"overrides":[],"textures":{"0":"item/w711234505_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7874.json b/assets/minecraft/models/w7874.json new file mode 100644 index 000000000..82eb1fe89 --- /dev/null +++ b/assets/minecraft/models/w7874.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.625,4,9.5,5.25]},"east":{"texture":"#0","uv":[9.875,5.25,8.625,5.75]},"north":{"texture":"#0","uv":[8.625,5.25,7.75,5.75]},"south":{"texture":"#0","uv":[10.75,5.25,9.875,5.75]},"up":{"texture":"#0","uv":[7.75,5.25,8.625,4]},"west":{"texture":"#0","uv":[7.75,5.25,6.5,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.4,-12]}],"overrides":[],"textures":{"0":"item/w711234505_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7875.json b/assets/minecraft/models/w7875.json new file mode 100644 index 000000000..19f4b926c --- /dev/null +++ b/assets/minecraft/models/w7875.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,4,8.625,5.25]},"east":{"texture":"#0","uv":[6.5,5.25,7.75,5.75]},"north":{"texture":"#0","uv":[7.75,5.25,8.625,5.75]},"south":{"texture":"#0","uv":[9.875,5.25,10.75,5.75]},"up":{"texture":"#0","uv":[8.625,5.25,7.75,4]},"west":{"texture":"#0","uv":[8.625,5.25,9.875,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.4,-12]}],"overrides":[],"textures":{"0":"item/w711234505_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7876.json b/assets/minecraft/models/w7876.json new file mode 100644 index 000000000..a368f1bca --- /dev/null +++ b/assets/minecraft/models/w7876.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,4.375,14.75,5.125]},"east":{"texture":"#0","uv":[14.75,5.125,14,5.875]},"north":{"texture":"#0","uv":[14,5.125,13.25,5.875]},"south":{"texture":"#0","uv":[15.5,5.125,14.75,5.875]},"up":{"texture":"#0","uv":[13.25,5.125,14,4.375]},"west":{"texture":"#0","uv":[13.25,5.125,12.5,5.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w711234505_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7877.json b/assets/minecraft/models/w7877.json new file mode 100644 index 000000000..2c638c866 --- /dev/null +++ b/assets/minecraft/models/w7877.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,4.375,14,5.125]},"east":{"texture":"#0","uv":[12.5,5.125,13.25,5.875]},"north":{"texture":"#0","uv":[13.25,5.125,14,5.875]},"south":{"texture":"#0","uv":[14.75,5.125,15.5,5.875]},"up":{"texture":"#0","uv":[14,5.125,13.25,4.375]},"west":{"texture":"#0","uv":[14,5.125,14.75,5.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w711234505_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7878.json b/assets/minecraft/models/w7878.json new file mode 100644 index 000000000..fc11258c8 --- /dev/null +++ b/assets/minecraft/models/w7878.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,0,8.75,1.5]},"east":{"texture":"#0","uv":[5,1.5,6.5,4]},"north":{"texture":"#0","uv":[6.5,1.5,8.75,4]},"south":{"texture":"#0","uv":[10.25,1.5,12.5,4]},"up":{"texture":"#0","uv":[8.75,1.5,6.5,0]},"west":{"texture":"#0","uv":[8.75,1.5,10.25,4]}},"from":[-16,-16,-16],"shade":false,"to":[-8.8,-8,-11.2]}],"overrides":[],"textures":{"0":"item/w1161261399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7879.json b/assets/minecraft/models/w7879.json new file mode 100644 index 000000000..77f1217b1 --- /dev/null +++ b/assets/minecraft/models/w7879.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.75,4,2.625,4.875]},"east":{"texture":"#0","uv":[2.625,4.875,1.75,6.375]},"north":{"texture":"#0","uv":[1.75,4.875,0.875,6.375]},"south":{"texture":"#0","uv":[3.5,4.875,2.625,6.375]},"up":{"texture":"#0","uv":[0.875,4.875,1.75,4]},"west":{"texture":"#0","uv":[0.875,4.875,0,6.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-11.200001,-13.2]}],"overrides":[],"textures":{"0":"item/w1161261399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w788.json b/assets/minecraft/models/w788.json new file mode 100644 index 000000000..31f181b29 --- /dev/null +++ b/assets/minecraft/models/w788.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,0.875,9.125,1.125]},"east":{"texture":"#0","uv":[8.5,1.125,8.75,1.5]},"north":{"texture":"#0","uv":[8.75,1.125,9.125,1.5]},"south":{"texture":"#0","uv":[9.375,1.125,9.75,1.5]},"up":{"texture":"#0","uv":[9.125,1.125,8.75,0.875]},"west":{"texture":"#0","uv":[9.125,1.125,9.375,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.12,-15.12,-15.36]}],"overrides":[],"textures":{"0":"item/w750562988_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7880.json b/assets/minecraft/models/w7880.json new file mode 100644 index 000000000..5463c1cde --- /dev/null +++ b/assets/minecraft/models/w7880.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.625,4,1.75,4.875]},"east":{"texture":"#0","uv":[0,4.875,0.875,6.375]},"north":{"texture":"#0","uv":[0.875,4.875,1.75,6.375]},"south":{"texture":"#0","uv":[2.625,4.875,3.5,6.375]},"up":{"texture":"#0","uv":[1.75,4.875,0.875,4]},"west":{"texture":"#0","uv":[1.75,4.875,2.625,6.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-11.200001,-13.2]}],"overrides":[],"textures":{"0":"item/w1161261399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7881.json b/assets/minecraft/models/w7881.json new file mode 100644 index 000000000..ba181c72e --- /dev/null +++ b/assets/minecraft/models/w7881.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.625,6.375,0.875,6.5]},"east":{"texture":"#0","uv":[0,6.5,0.125,6.75]},"north":{"texture":"#0","uv":[0.125,6.5,0.875,6.75]},"south":{"texture":"#0","uv":[1,6.5,1.75,6.75]},"up":{"texture":"#0","uv":[0.875,6.5,0.125,6.375]},"west":{"texture":"#0","uv":[0.875,6.5,1,6.75]}},"from":[-16,-14.8,-16],"shade":false,"to":[-13.6,-14,-15.6]},{"faces":{"down":{"texture":"#0","uv":[3.375,6.375,2.625,6.5]},"east":{"texture":"#0","uv":[1.75,6.5,1.875,6.75]},"north":{"texture":"#0","uv":[1.875,6.5,2.625,6.75]},"south":{"texture":"#0","uv":[2.75,6.5,3.5,6.75]},"up":{"texture":"#0","uv":[2.625,6.5,1.875,6.375]},"west":{"texture":"#0","uv":[2.625,6.5,2.75,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.2,-15.6]},{"faces":{"down":{"texture":"#0","uv":[4.375,6.5,4.25,6.625]},"east":{"texture":"#0","uv":[4,6.625,4.125,6.75]},"north":{"texture":"#0","uv":[4.125,6.625,4.25,6.75]},"south":{"texture":"#0","uv":[4.375,6.625,4.5,6.75]},"up":{"texture":"#0","uv":[4.25,6.625,4.125,6.5]},"west":{"texture":"#0","uv":[4.25,6.625,4.375,6.75]}},"from":[-16,-15.2,-15.8],"shade":false,"to":[-15.6,-14.8,-15.6]},{"faces":{"down":{"texture":"#0","uv":[3.875,6.5,3.75,6.625]},"east":{"texture":"#0","uv":[3.5,6.625,3.625,6.75]},"north":{"texture":"#0","uv":[3.625,6.625,3.75,6.75]},"south":{"texture":"#0","uv":[3.875,6.625,4,6.75]},"up":{"texture":"#0","uv":[3.75,6.625,3.625,6.5]},"west":{"texture":"#0","uv":[3.75,6.625,3.875,6.75]}},"from":[-14,-15.2,-15.8],"shade":false,"to":[-13.6,-14.8,-15.6]}],"overrides":[],"textures":{"0":"item/w1161261399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7882.json b/assets/minecraft/models/w7882.json new file mode 100644 index 000000000..16ef88b00 --- /dev/null +++ b/assets/minecraft/models/w7882.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.25,0,15.125,0.875]},"east":{"texture":"#0","uv":[15.125,0.875,14.25,2.25]},"north":{"texture":"#0","uv":[14.25,0.875,13.375,2.25]},"south":{"texture":"#0","uv":[16,0.875,15.125,2.25]},"up":{"texture":"#0","uv":[13.375,0.875,14.25,0]},"west":{"texture":"#0","uv":[13.375,0.875,12.5,2.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-11.6,-13.2]}],"overrides":[],"textures":{"0":"item/w1161261399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7883.json b/assets/minecraft/models/w7883.json new file mode 100644 index 000000000..28b0ad967 --- /dev/null +++ b/assets/minecraft/models/w7883.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[15.125,0,14.25,0.875]},"east":{"texture":"#0","uv":[12.5,0.875,13.375,2.25]},"north":{"texture":"#0","uv":[13.375,0.875,14.25,2.25]},"south":{"texture":"#0","uv":[15.125,0.875,16,2.25]},"up":{"texture":"#0","uv":[14.25,0.875,13.375,0]},"west":{"texture":"#0","uv":[14.25,0.875,15.125,2.25]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-11.6,-13.2]}],"overrides":[],"textures":{"0":"item/w1161261399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7884.json b/assets/minecraft/models/w7884.json new file mode 100644 index 000000000..6cc05713c --- /dev/null +++ b/assets/minecraft/models/w7884.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.75,0,2.5,1.25]},"east":{"texture":"#0","uv":[0,1.25,1.25,2.125]},"north":{"texture":"#0","uv":[1.25,1.25,2.5,2.125]},"south":{"texture":"#0","uv":[3.75,1.25,5,2.125]},"up":{"texture":"#0","uv":[2.5,1.25,1.25,0]},"west":{"texture":"#0","uv":[2.5,1.25,3.75,2.125]}},"from":[-16,-16,-16],"shade":false,"to":[-12,-13.2,-12]}],"overrides":[],"textures":{"0":"item/w1161261399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7885.json b/assets/minecraft/models/w7885.json new file mode 100644 index 000000000..2e7ac7d69 --- /dev/null +++ b/assets/minecraft/models/w7885.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,4,5.75,4.75]},"east":{"texture":"#0","uv":[5.75,4.75,5,6]},"north":{"texture":"#0","uv":[5,4.75,4.25,6]},"south":{"texture":"#0","uv":[6.5,4.75,5.75,6]},"up":{"texture":"#0","uv":[4.25,4.75,5,4]},"west":{"texture":"#0","uv":[4.25,4.75,3.5,6]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12,-13.6]}],"overrides":[],"textures":{"0":"item/w1161261399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7886.json b/assets/minecraft/models/w7886.json new file mode 100644 index 000000000..24758373c --- /dev/null +++ b/assets/minecraft/models/w7886.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.75,4,5,4.75]},"east":{"texture":"#0","uv":[3.5,4.75,4.25,6]},"north":{"texture":"#0","uv":[4.25,4.75,5,6]},"south":{"texture":"#0","uv":[5.75,4.75,6.5,6]},"up":{"texture":"#0","uv":[5,4.75,4.25,4]},"west":{"texture":"#0","uv":[5,4.75,5.75,6]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-12,-13.6]}],"overrides":[],"textures":{"0":"item/w1161261399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7887.json b/assets/minecraft/models/w7887.json new file mode 100644 index 000000000..d5b3191dc --- /dev/null +++ b/assets/minecraft/models/w7887.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,2.25,14.75,3]},"east":{"texture":"#0","uv":[14.75,3,14,4.375]},"north":{"texture":"#0","uv":[14,3,13.25,4.375]},"south":{"texture":"#0","uv":[15.5,3,14.75,4.375]},"up":{"texture":"#0","uv":[13.25,3,14,2.25]},"west":{"texture":"#0","uv":[13.25,3,12.5,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-11.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1161261399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7888.json b/assets/minecraft/models/w7888.json new file mode 100644 index 000000000..74f74cd4e --- /dev/null +++ b/assets/minecraft/models/w7888.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,2.25,14,3]},"east":{"texture":"#0","uv":[12.5,3,13.25,4.375]},"north":{"texture":"#0","uv":[13.25,3,14,4.375]},"south":{"texture":"#0","uv":[14.75,3,15.5,4.375]},"up":{"texture":"#0","uv":[14,3,13.25,2.25]},"west":{"texture":"#0","uv":[14,3,14.75,4.375]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-11.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1161261399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7889.json b/assets/minecraft/models/w7889.json new file mode 100644 index 000000000..321314bb3 --- /dev/null +++ b/assets/minecraft/models/w7889.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,2.125,2,3.125]},"east":{"texture":"#0","uv":[0,3.125,1,3.5]},"north":{"texture":"#0","uv":[1,3.125,2,3.5]},"south":{"texture":"#0","uv":[3,3.125,4,3.5]},"up":{"texture":"#0","uv":[2,3.125,1,2.125]},"west":{"texture":"#0","uv":[2,3.125,3,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14.8,-12.8]}],"overrides":[],"textures":{"0":"item/w1161261399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w789.json b/assets/minecraft/models/w789.json new file mode 100644 index 000000000..744e1ebc7 --- /dev/null +++ b/assets/minecraft/models/w789.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.125,0.875,9.5,1.125]},"east":{"texture":"#0","uv":[9.375,1.125,9.125,1.5]},"north":{"texture":"#0","uv":[9.125,1.125,8.75,1.5]},"south":{"texture":"#0","uv":[9.75,1.125,9.375,1.5]},"up":{"texture":"#0","uv":[8.75,1.125,9.125,0.875]},"west":{"texture":"#0","uv":[8.75,1.125,8.5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.04,-15.039999,-15.320001]}],"overrides":[],"textures":{"0":"item/w750562988_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7890.json b/assets/minecraft/models/w7890.json new file mode 100644 index 000000000..4e6e212e1 --- /dev/null +++ b/assets/minecraft/models/w7890.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.625,4,9.5,5.25]},"east":{"texture":"#0","uv":[9.875,5.25,8.625,5.75]},"north":{"texture":"#0","uv":[8.625,5.25,7.75,5.75]},"south":{"texture":"#0","uv":[10.75,5.25,9.875,5.75]},"up":{"texture":"#0","uv":[7.75,5.25,8.625,4]},"west":{"texture":"#0","uv":[7.75,5.25,6.5,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.4,-12]}],"overrides":[],"textures":{"0":"item/w1161261399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7891.json b/assets/minecraft/models/w7891.json new file mode 100644 index 000000000..b90739b67 --- /dev/null +++ b/assets/minecraft/models/w7891.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,4,8.625,5.25]},"east":{"texture":"#0","uv":[6.5,5.25,7.75,5.75]},"north":{"texture":"#0","uv":[7.75,5.25,8.625,5.75]},"south":{"texture":"#0","uv":[9.875,5.25,10.75,5.75]},"up":{"texture":"#0","uv":[8.625,5.25,7.75,4]},"west":{"texture":"#0","uv":[8.625,5.25,9.875,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-14.4,-12]}],"overrides":[],"textures":{"0":"item/w1161261399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7892.json b/assets/minecraft/models/w7892.json new file mode 100644 index 000000000..2bb6316bf --- /dev/null +++ b/assets/minecraft/models/w7892.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,4.375,14.75,5.125]},"east":{"texture":"#0","uv":[14.75,5.125,14,5.875]},"north":{"texture":"#0","uv":[14,5.125,13.25,5.875]},"south":{"texture":"#0","uv":[15.5,5.125,14.75,5.875]},"up":{"texture":"#0","uv":[13.25,5.125,14,4.375]},"west":{"texture":"#0","uv":[13.25,5.125,12.5,5.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1161261399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7893.json b/assets/minecraft/models/w7893.json new file mode 100644 index 000000000..08113e554 --- /dev/null +++ b/assets/minecraft/models/w7893.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.75,4.375,14,5.125]},"east":{"texture":"#0","uv":[12.5,5.125,13.25,5.875]},"north":{"texture":"#0","uv":[13.25,5.125,14,5.875]},"south":{"texture":"#0","uv":[14.75,5.125,15.5,5.875]},"up":{"texture":"#0","uv":[14,5.125,13.25,4.375]},"west":{"texture":"#0","uv":[14,5.125,14.75,5.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1161261399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7894.json b/assets/minecraft/models/w7894.json new file mode 100644 index 000000000..1c4fa8f13 --- /dev/null +++ b/assets/minecraft/models/w7894.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,14,11,14.5]},"east":{"texture":"#0","uv":[10,14.5,10.5,16]},"north":{"texture":"#0","uv":[10.5,14.5,11,16]},"south":{"texture":"#0","uv":[11.5,14.5,12,16]},"up":{"texture":"#0","uv":[11,14.5,10.5,14]},"west":{"texture":"#0","uv":[11,14.5,11.5,16]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[9.5,14,9,14.5]},"east":{"texture":"#0","uv":[8,14.5,8.5,16]},"north":{"texture":"#0","uv":[8.5,14.5,9,16]},"south":{"texture":"#0","uv":[9.5,14.5,10,16]},"up":{"texture":"#0","uv":[9,14.5,8.5,14]},"west":{"texture":"#0","uv":[9,14.5,9.5,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w1161261399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7895.json b/assets/minecraft/models/w7895.json new file mode 100644 index 000000000..182cac279 --- /dev/null +++ b/assets/minecraft/models/w7895.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,10,11.5,10.5]},"east":{"texture":"#0","uv":[10,10.5,10.5,12]},"north":{"texture":"#0","uv":[10.5,10.5,11.5,12]},"south":{"texture":"#0","uv":[12,10.5,13,12]},"up":{"texture":"#0","uv":[11.5,10.5,10.5,10]},"west":{"texture":"#0","uv":[11.5,10.5,12,12]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-12.7,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[12.5,12,11.5,12.5]},"east":{"texture":"#0","uv":[10,12.5,10.5,14]},"north":{"texture":"#0","uv":[10.5,12.5,11.5,14]},"south":{"texture":"#0","uv":[12,12.5,13,14]},"up":{"texture":"#0","uv":[11.5,12.5,10.5,12]},"west":{"texture":"#0","uv":[11.5,12.5,12,14]}},"from":[-16,-16,-16],"shade":false,"to":[-12.6,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w1161261399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7896.json b/assets/minecraft/models/w7896.json new file mode 100644 index 000000000..0f940a8ff --- /dev/null +++ b/assets/minecraft/models/w7896.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.5,14,13,14.5]},"east":{"texture":"#0","uv":[12,14.5,12.5,16]},"north":{"texture":"#0","uv":[12.5,14.5,13,16]},"south":{"texture":"#0","uv":[13.5,14.5,14,16]},"up":{"texture":"#0","uv":[13,14.5,12.5,14]},"west":{"texture":"#0","uv":[13,14.5,13.5,16]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[15.5,14,15,14.5]},"east":{"texture":"#0","uv":[14,14.5,14.5,16]},"north":{"texture":"#0","uv":[14.5,14.5,15,16]},"south":{"texture":"#0","uv":[15.5,14.5,16,16]},"up":{"texture":"#0","uv":[15,14.5,14.5,14]},"west":{"texture":"#0","uv":[15,14.5,15.5,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w1161261399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7897.json b/assets/minecraft/models/w7897.json new file mode 100644 index 000000000..beed624f2 --- /dev/null +++ b/assets/minecraft/models/w7897.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.5,10,14,10.5]},"east":{"texture":"#0","uv":[13,10.5,13.5,12]},"north":{"texture":"#0","uv":[13.5,10.5,14,12]},"south":{"texture":"#0","uv":[14.5,10.5,15,12]},"up":{"texture":"#0","uv":[14,10.5,13.5,10]},"west":{"texture":"#0","uv":[14,10.5,14.5,12]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[14.5,12,14,12.5]},"east":{"texture":"#0","uv":[13,12.5,13.5,14]},"north":{"texture":"#0","uv":[13.5,12.5,14,14]},"south":{"texture":"#0","uv":[14.5,12.5,15,14]},"up":{"texture":"#0","uv":[14,12.5,13.5,12]},"west":{"texture":"#0","uv":[14,12.5,14.5,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w1161261399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7898.json b/assets/minecraft/models/w7898.json new file mode 100644 index 000000000..8e7c372c9 --- /dev/null +++ b/assets/minecraft/models/w7898.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,8,10,9]},"east":{"texture":"#0","uv":[8,9,9,10]},"north":{"texture":"#0","uv":[9,9,10,10]},"south":{"texture":"#0","uv":[11,9,12,10]},"up":{"texture":"#0","uv":[10,9,9,8]},"west":{"texture":"#0","uv":[10,9,11,10]}},"from":[-15.8,-15.8,-15.8],"shade":false,"to":[-12.6,-12.6,-12.6]},{"faces":{"down":{"texture":"#0","uv":[15,8,14,9]},"east":{"texture":"#0","uv":[12,9,13,10]},"north":{"texture":"#0","uv":[13,9,14,10]},"south":{"texture":"#0","uv":[15,9,16,10]},"up":{"texture":"#0","uv":[14,9,13,8]},"west":{"texture":"#0","uv":[14,9,15,10]}},"from":[-16,-16,-16],"shade":false,"to":[-12.4,-12.4,-12.4]}],"overrides":[],"textures":{"0":"item/w1161261399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w7899.json b/assets/minecraft/models/w7899.json new file mode 100644 index 000000000..d616e34ce --- /dev/null +++ b/assets/minecraft/models/w7899.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,10,9,10.5]},"east":{"texture":"#0","uv":[8,10.5,8.5,12]},"north":{"texture":"#0","uv":[8.5,10.5,9,12]},"south":{"texture":"#0","uv":[9.5,10.5,10,12]},"up":{"texture":"#0","uv":[9,10.5,8.5,10]},"west":{"texture":"#0","uv":[9,10.5,9.5,12]}},"from":[-15.9,-15.9,-15.9],"shade":false,"to":[-14.299999,-11.099999,-14.299999]},{"faces":{"down":{"texture":"#0","uv":[9.5,12,9,12.5]},"east":{"texture":"#0","uv":[8,12.5,8.5,14]},"north":{"texture":"#0","uv":[8.5,12.5,9,14]},"south":{"texture":"#0","uv":[9.5,12.5,10,14]},"up":{"texture":"#0","uv":[9,12.5,8.5,12]},"west":{"texture":"#0","uv":[9,12.5,9.5,14]}},"from":[-16,-16,-16],"shade":false,"to":[-14.2,-11,-14.2]}],"overrides":[],"textures":{"0":"item/w1161261399_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w79.json b/assets/minecraft/models/w79.json new file mode 100644 index 000000000..e92775a19 --- /dev/null +++ b/assets/minecraft/models/w79.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.875,11.375,0.875,12.25]},"east":{"texture":"#0","uv":[0,12.25,0.875,13.125]},"north":{"texture":"#0","uv":[0.875,12.25,0.875,13.125]},"south":{"texture":"#0","uv":[1.75,12.25,1.75,13.125]},"up":{"texture":"#0","uv":[0.875,12.25,0.875,11.375]},"west":{"texture":"#0","uv":[0.875,12.25,0,13.125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.2,-13.2]}],"overrides":[],"textures":{"0":"item/w1081588330_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w790.json b/assets/minecraft/models/w790.json new file mode 100644 index 000000000..b581528bc --- /dev/null +++ b/assets/minecraft/models/w790.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.875,5.25,4.875,5.625]},"east":{"texture":"#0","uv":[4.25,5.625,3.875,6.125]},"north":{"texture":"#0","uv":[3.875,5.625,2.875,6.125]},"south":{"texture":"#0","uv":[5.25,5.625,4.25,6.125]},"up":{"texture":"#0","uv":[2.875,5.625,3.875,5.25]},"west":{"texture":"#0","uv":[2.875,5.625,2.5,6.125]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14.4,-14.8]}],"overrides":[],"textures":{"0":"item/w750562988_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w791.json b/assets/minecraft/models/w791.json new file mode 100644 index 000000000..ee74f2246 --- /dev/null +++ b/assets/minecraft/models/w791.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,4.375,3.75,4.625]},"east":{"texture":"#0","uv":[3.25,4.625,3,4.875]},"north":{"texture":"#0","uv":[3,4.625,2.25,4.875]},"south":{"texture":"#0","uv":[4,4.625,3.25,4.875]},"up":{"texture":"#0","uv":[2.25,4.625,3,4.375]},"west":{"texture":"#0","uv":[2.25,4.625,2,4.875]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w750562988_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w792.json b/assets/minecraft/models/w792.json new file mode 100644 index 000000000..5c08ba69e --- /dev/null +++ b/assets/minecraft/models/w792.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,1,5.875,1.125]},"east":{"texture":"#0","uv":[5.375,1.125,5.25,1.25]},"north":{"texture":"#0","uv":[5.25,1.125,4.625,1.25]},"south":{"texture":"#0","uv":[6,1.125,5.375,1.25]},"up":{"texture":"#0","uv":[4.625,1.125,5.25,1]},"west":{"texture":"#0","uv":[4.625,1.125,4.5,1.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-15.6]}],"overrides":[],"textures":{"0":"item/w750562988_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w793.json b/assets/minecraft/models/w793.json new file mode 100644 index 000000000..4b2e88a70 --- /dev/null +++ b/assets/minecraft/models/w793.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.25,5.75,2.25,6]},"east":{"texture":"#0","uv":[1.5,6,1.25,6.375]},"north":{"texture":"#0","uv":[1.25,6,0.25,6.375]},"south":{"texture":"#0","uv":[2.5,6,1.5,6.375]},"up":{"texture":"#0","uv":[0.25,6,1.25,5.75]},"west":{"texture":"#0","uv":[0.25,6,0,6.375]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14.8,-15.2]}],"overrides":[],"textures":{"0":"item/w750562988_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w794.json b/assets/minecraft/models/w794.json new file mode 100644 index 000000000..69fec328b --- /dev/null +++ b/assets/minecraft/models/w794.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,6.625,5.375,6.75]},"east":{"texture":"#0","uv":[5.375,6.75,5.25,7.25]},"north":{"texture":"#0","uv":[5.25,6.75,5.125,7.25]},"south":{"texture":"#0","uv":[5.5,6.75,5.375,7.25]},"up":{"texture":"#0","uv":[5.125,6.75,5.25,6.625]},"west":{"texture":"#0","uv":[5.125,6.75,5,7.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.4,-15.6]}],"overrides":[],"textures":{"0":"item/w750562988_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w795.json b/assets/minecraft/models/w795.json new file mode 100644 index 000000000..02a65fd7f --- /dev/null +++ b/assets/minecraft/models/w795.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,0,8.5,0.25]},"east":{"texture":"#0","uv":[7.75,0.25,7.5,0.5]},"north":{"texture":"#0","uv":[7.5,0.25,6.5,0.5]},"south":{"texture":"#0","uv":[8.75,0.25,7.75,0.5]},"up":{"texture":"#0","uv":[6.5,0.25,7.5,0]},"west":{"texture":"#0","uv":[6.5,0.25,6.25,0.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-15.2,-15.2]}],"overrides":[],"textures":{"0":"item/w750562988_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w796.json b/assets/minecraft/models/w796.json new file mode 100644 index 000000000..0f9df5528 --- /dev/null +++ b/assets/minecraft/models/w796.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.125,0.875,9.5,1.125]},"east":{"texture":"#0","uv":[9.375,1.125,9.125,1.5]},"north":{"texture":"#0","uv":[9.125,1.125,8.75,1.5]},"south":{"texture":"#0","uv":[9.75,1.125,9.375,1.5]},"up":{"texture":"#0","uv":[8.75,1.125,9.125,0.875]},"west":{"texture":"#0","uv":[8.75,1.125,8.5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.24,-15.240001,-15.4]}],"overrides":[],"textures":{"0":"item/w750562988_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w797.json b/assets/minecraft/models/w797.json new file mode 100644 index 000000000..cd6c0c645 --- /dev/null +++ b/assets/minecraft/models/w797.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,4,8,0]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w798.json b/assets/minecraft/models/w798.json new file mode 100644 index 000000000..09b250487 --- /dev/null +++ b/assets/minecraft/models/w798.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,16,4,12]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w799.json b/assets/minecraft/models/w799.json new file mode 100644 index 000000000..aa862626e --- /dev/null +++ b/assets/minecraft/models/w799.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,12,4,16]}},"from":[-16,-16,-16],"shade":false,"to":[9.599997,-16,6.16]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w8.json b/assets/minecraft/models/w8.json new file mode 100644 index 000000000..9cce072f8 --- /dev/null +++ b/assets/minecraft/models/w8.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14.5,5,13,6.5]},"east":{"texture":"#0","uv":[10,6.5,11.5,7]},"north":{"texture":"#0","uv":[11.5,6.5,13,7]},"south":{"texture":"#0","uv":[14.5,6.5,16,7]},"up":{"texture":"#0","uv":[13,6.5,11.5,5]},"west":{"texture":"#0","uv":[13,6.5,14.5,7]}},"from":[-16,-14.4,-16],"shade":false,"to":[-13.6,-13.599999,-13.6]},{"faces":{"down":{"texture":"#0","uv":[3.75,10.25,2.5,11.5]},"east":{"texture":"#0","uv":[0,11.5,1.25,12.5]},"north":{"texture":"#0","uv":[1.25,11.5,2.5,12.5]},"south":{"texture":"#0","uv":[3.75,11.5,5,12.5]},"up":{"texture":"#0","uv":[2.5,11.5,1.25,10.25]},"west":{"texture":"#0","uv":[2.5,11.5,3.75,12.5]}},"from":[-15.8,-16,-15.8],"shade":false,"to":[-13.8,-14.4,-13.8]}],"overrides":[],"textures":{"0":"item/w291279173_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w80.json b/assets/minecraft/models/w80.json new file mode 100644 index 000000000..ece4df205 --- /dev/null +++ b/assets/minecraft/models/w80.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.75,10.875,4.125,11.75]},"east":{"texture":"#0","uv":[5,9.25,5.875,10.875]},"north":{"texture":"#0","uv":[4.375,9.25,5,10.875]},"south":{"texture":"#0","uv":[5.875,9.25,6.5,10.875]},"up":{"texture":"#0","uv":[4.125,11.75,3.5,10.875]},"west":{"texture":"#0","uv":[3.5,9.25,4.375,10.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-10.8,-13.2]}],"overrides":[],"textures":{"0":"item/w1081588330_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w800.json b/assets/minecraft/models/w800.json new file mode 100644 index 000000000..09b250487 --- /dev/null +++ b/assets/minecraft/models/w800.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,16,4,12]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w801.json b/assets/minecraft/models/w801.json new file mode 100644 index 000000000..5f504a52d --- /dev/null +++ b/assets/minecraft/models/w801.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,12,4,16]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,6.16]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w802.json b/assets/minecraft/models/w802.json new file mode 100644 index 000000000..09b250487 --- /dev/null +++ b/assets/minecraft/models/w802.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,16,4,12]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w803.json b/assets/minecraft/models/w803.json new file mode 100644 index 000000000..5f504a52d --- /dev/null +++ b/assets/minecraft/models/w803.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,12,4,16]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,6.16]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w804.json b/assets/minecraft/models/w804.json new file mode 100644 index 000000000..09b250487 --- /dev/null +++ b/assets/minecraft/models/w804.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,16,4,12]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w805.json b/assets/minecraft/models/w805.json new file mode 100644 index 000000000..0dac0b93d --- /dev/null +++ b/assets/minecraft/models/w805.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,12,4,16]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,6.1600037]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w806.json b/assets/minecraft/models/w806.json new file mode 100644 index 000000000..3a2634aef --- /dev/null +++ b/assets/minecraft/models/w806.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,12,4,8]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w807.json b/assets/minecraft/models/w807.json new file mode 100644 index 000000000..7d258255f --- /dev/null +++ b/assets/minecraft/models/w807.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,12,0,8]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w808.json b/assets/minecraft/models/w808.json new file mode 100644 index 000000000..3a2634aef --- /dev/null +++ b/assets/minecraft/models/w808.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,12,4,8]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w809.json b/assets/minecraft/models/w809.json new file mode 100644 index 000000000..7d258255f --- /dev/null +++ b/assets/minecraft/models/w809.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,12,0,8]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w81.json b/assets/minecraft/models/w81.json new file mode 100644 index 000000000..e92775a19 --- /dev/null +++ b/assets/minecraft/models/w81.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.875,11.375,0.875,12.25]},"east":{"texture":"#0","uv":[0,12.25,0.875,13.125]},"north":{"texture":"#0","uv":[0.875,12.25,0.875,13.125]},"south":{"texture":"#0","uv":[1.75,12.25,1.75,13.125]},"up":{"texture":"#0","uv":[0.875,12.25,0.875,11.375]},"west":{"texture":"#0","uv":[0.875,12.25,0,13.125]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.2,-13.2]}],"overrides":[],"textures":{"0":"item/w1081588330_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w810.json b/assets/minecraft/models/w810.json new file mode 100644 index 000000000..3a2634aef --- /dev/null +++ b/assets/minecraft/models/w810.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,12,4,8]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w811.json b/assets/minecraft/models/w811.json new file mode 100644 index 000000000..7d258255f --- /dev/null +++ b/assets/minecraft/models/w811.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,12,0,8]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w812.json b/assets/minecraft/models/w812.json new file mode 100644 index 000000000..3a2634aef --- /dev/null +++ b/assets/minecraft/models/w812.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,12,4,8]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w813.json b/assets/minecraft/models/w813.json new file mode 100644 index 000000000..7d258255f --- /dev/null +++ b/assets/minecraft/models/w813.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,12,0,8]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w814.json b/assets/minecraft/models/w814.json new file mode 100644 index 000000000..bdd59bd6d --- /dev/null +++ b/assets/minecraft/models/w814.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,8,4,4]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w815.json b/assets/minecraft/models/w815.json new file mode 100644 index 000000000..4723b6e56 --- /dev/null +++ b/assets/minecraft/models/w815.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,8,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,6.16]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w816.json b/assets/minecraft/models/w816.json new file mode 100644 index 000000000..bdd59bd6d --- /dev/null +++ b/assets/minecraft/models/w816.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,8,4,4]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w817.json b/assets/minecraft/models/w817.json new file mode 100644 index 000000000..4723b6e56 --- /dev/null +++ b/assets/minecraft/models/w817.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,8,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,6.16]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w818.json b/assets/minecraft/models/w818.json new file mode 100644 index 000000000..bdd59bd6d --- /dev/null +++ b/assets/minecraft/models/w818.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,8,4,4]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w819.json b/assets/minecraft/models/w819.json new file mode 100644 index 000000000..4723b6e56 --- /dev/null +++ b/assets/minecraft/models/w819.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,8,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,6.16]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w82.json b/assets/minecraft/models/w82.json new file mode 100644 index 000000000..fa52bc684 --- /dev/null +++ b/assets/minecraft/models/w82.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.125,10.875,4.75,11.75]},"east":{"texture":"#0","uv":[4.375,9.25,3.5,10.875]},"north":{"texture":"#0","uv":[5,9.25,4.375,10.875]},"south":{"texture":"#0","uv":[6.5,9.25,5.875,10.875]},"up":{"texture":"#0","uv":[3.5,11.75,4.125,10.875]},"west":{"texture":"#0","uv":[5.875,9.25,5,10.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-10.8,-13.2]}],"overrides":[],"textures":{"0":"item/w1081588330_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w820.json b/assets/minecraft/models/w820.json new file mode 100644 index 000000000..bdd59bd6d --- /dev/null +++ b/assets/minecraft/models/w820.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,8,4,4]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w821.json b/assets/minecraft/models/w821.json new file mode 100644 index 000000000..4723b6e56 --- /dev/null +++ b/assets/minecraft/models/w821.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,8,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,6.16]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w822.json b/assets/minecraft/models/w822.json new file mode 100644 index 000000000..332f00ec8 --- /dev/null +++ b/assets/minecraft/models/w822.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,4,4]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,-16,9.6]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w823.json b/assets/minecraft/models/w823.json new file mode 100644 index 000000000..b50b1a632 --- /dev/null +++ b/assets/minecraft/models/w823.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[12,4,16,0]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,12.16]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w824.json b/assets/minecraft/models/w824.json new file mode 100644 index 000000000..2d9db31f5 --- /dev/null +++ b/assets/minecraft/models/w824.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[16,12,12,16]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,12.16]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w825.json b/assets/minecraft/models/w825.json new file mode 100644 index 000000000..44aaf8a31 --- /dev/null +++ b/assets/minecraft/models/w825.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,16,12,12]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,8.376001]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w826.json b/assets/minecraft/models/w826.json new file mode 100644 index 000000000..2d9db31f5 --- /dev/null +++ b/assets/minecraft/models/w826.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[16,12,12,16]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,12.16]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w827.json b/assets/minecraft/models/w827.json new file mode 100644 index 000000000..2863cb074 --- /dev/null +++ b/assets/minecraft/models/w827.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,16,12,12]}},"from":[-16,-16,-16],"shade":false,"to":[12.159998,-16,8.376001]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w828.json b/assets/minecraft/models/w828.json new file mode 100644 index 000000000..2d9db31f5 --- /dev/null +++ b/assets/minecraft/models/w828.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[16,12,12,16]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,12.16]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w829.json b/assets/minecraft/models/w829.json new file mode 100644 index 000000000..225c78cd4 --- /dev/null +++ b/assets/minecraft/models/w829.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,16,12,12]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,8.375999]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w83.json b/assets/minecraft/models/w83.json new file mode 100644 index 000000000..497a5ae41 --- /dev/null +++ b/assets/minecraft/models/w83.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.625,2,7,2.75]},"east":{"texture":"#0","uv":[6.25,2.75,7,4.25]},"north":{"texture":"#0","uv":[7,2.75,7.625,4.25]},"south":{"texture":"#0","uv":[7.625,2,8.25,3.5]},"up":{"texture":"#0","uv":[7,2.75,6.375,2]},"west":{"texture":"#0","uv":[5.5,3.5,6.25,5]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-11.2,-13.6]}],"overrides":[],"textures":{"0":"item/w1081588330_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w830.json b/assets/minecraft/models/w830.json new file mode 100644 index 000000000..2d9db31f5 --- /dev/null +++ b/assets/minecraft/models/w830.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[16,12,12,16]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,12.16]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w831.json b/assets/minecraft/models/w831.json new file mode 100644 index 000000000..2863cb074 --- /dev/null +++ b/assets/minecraft/models/w831.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,16,12,12]}},"from":[-16,-16,-16],"shade":false,"to":[12.159998,-16,8.376001]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w832.json b/assets/minecraft/models/w832.json new file mode 100644 index 000000000..a7c2ca4c9 --- /dev/null +++ b/assets/minecraft/models/w832.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[16,8,12,12]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,12.16]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w833.json b/assets/minecraft/models/w833.json new file mode 100644 index 000000000..7dd716ecd --- /dev/null +++ b/assets/minecraft/models/w833.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[12,8,8,12]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,12.16]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w834.json b/assets/minecraft/models/w834.json new file mode 100644 index 000000000..a7c2ca4c9 --- /dev/null +++ b/assets/minecraft/models/w834.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[16,8,12,12]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,12.16]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w835.json b/assets/minecraft/models/w835.json new file mode 100644 index 000000000..7dd716ecd --- /dev/null +++ b/assets/minecraft/models/w835.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[12,8,8,12]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,12.16]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w836.json b/assets/minecraft/models/w836.json new file mode 100644 index 000000000..a7c2ca4c9 --- /dev/null +++ b/assets/minecraft/models/w836.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[16,8,12,12]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,12.16]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w837.json b/assets/minecraft/models/w837.json new file mode 100644 index 000000000..7dd716ecd --- /dev/null +++ b/assets/minecraft/models/w837.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[12,8,8,12]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,12.16]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w838.json b/assets/minecraft/models/w838.json new file mode 100644 index 000000000..a7c2ca4c9 --- /dev/null +++ b/assets/minecraft/models/w838.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[16,8,12,12]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,12.16]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w839.json b/assets/minecraft/models/w839.json new file mode 100644 index 000000000..7dd716ecd --- /dev/null +++ b/assets/minecraft/models/w839.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[12,8,8,12]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,12.16]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w84.json b/assets/minecraft/models/w84.json new file mode 100644 index 000000000..3ce6a3057 --- /dev/null +++ b/assets/minecraft/models/w84.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,2,7.625,2.75]},"east":{"texture":"#0","uv":[6.25,3.5,5.5,5]},"north":{"texture":"#0","uv":[7.625,2.75,7,4.25]},"south":{"texture":"#0","uv":[8.25,2,7.625,3.5]},"up":{"texture":"#0","uv":[6.375,2.75,7,2]},"west":{"texture":"#0","uv":[7,2.75,6.25,4.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-11.2,-13.6]}],"overrides":[],"textures":{"0":"item/w1081588330_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w840.json b/assets/minecraft/models/w840.json new file mode 100644 index 000000000..34b936145 --- /dev/null +++ b/assets/minecraft/models/w840.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[16,4,12,8]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,12.16]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w841.json b/assets/minecraft/models/w841.json new file mode 100644 index 000000000..855881971 --- /dev/null +++ b/assets/minecraft/models/w841.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[12,4,8,8]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,8.376003]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w842.json b/assets/minecraft/models/w842.json new file mode 100644 index 000000000..34b936145 --- /dev/null +++ b/assets/minecraft/models/w842.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[16,4,12,8]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,12.16]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w843.json b/assets/minecraft/models/w843.json new file mode 100644 index 000000000..ce6437dd8 --- /dev/null +++ b/assets/minecraft/models/w843.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[12,4,8,8]}},"from":[-16,-16,-16],"shade":false,"to":[12.159998,-16,8.376001]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w844.json b/assets/minecraft/models/w844.json new file mode 100644 index 000000000..34b936145 --- /dev/null +++ b/assets/minecraft/models/w844.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[16,4,12,8]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,12.16]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w845.json b/assets/minecraft/models/w845.json new file mode 100644 index 000000000..c54f0d97f --- /dev/null +++ b/assets/minecraft/models/w845.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[12,4,8,8]}},"from":[-16,-16,-16],"shade":false,"to":[12.159998,-16,8.375998]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w846.json b/assets/minecraft/models/w846.json new file mode 100644 index 000000000..34b936145 --- /dev/null +++ b/assets/minecraft/models/w846.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[16,4,12,8]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,12.16]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w847.json b/assets/minecraft/models/w847.json new file mode 100644 index 000000000..cab26f596 --- /dev/null +++ b/assets/minecraft/models/w847.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[12,4,8,8]}},"from":[-16,-16,-16],"shade":false,"to":[12.159998,-16,8.375999]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w848.json b/assets/minecraft/models/w848.json new file mode 100644 index 000000000..e1ba0bb26 --- /dev/null +++ b/assets/minecraft/models/w848.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,4,12,0]}},"from":[-16,-16,-16],"shade":false,"to":[12.16,-16,12.16]}],"overrides":[],"textures":{"0":"item/w1332899135_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w849.json b/assets/minecraft/models/w849.json new file mode 100644 index 000000000..b308b7f58 --- /dev/null +++ b/assets/minecraft/models/w849.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,0,0,8]},"east":{"texture":"#0","uv":[11,11,3,8]},"north":{"texture":"#0","uv":[0,8,3,11]},"up":{"texture":"#0","uv":[0,8,3,0]},"west":{"texture":"#0","uv":[3,8,11,11]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-12.8]}],"overrides":[],"textures":{"0":"item/w633443534_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w85.json b/assets/minecraft/models/w85.json new file mode 100644 index 000000000..87e3f500a --- /dev/null +++ b/assets/minecraft/models/w85.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.125,3.5,0,3.875]},"east":{"texture":"#0","uv":[0.125,3.5,0.5,4]},"north":{"texture":"#0","uv":[0,3,0.125,3.5]},"south":{"texture":"#0","uv":[0,4.25,0.125,4.75]},"up":{"texture":"#0","uv":[0.125,4.25,0,3.875]},"west":{"texture":"#0","uv":[0.125,3,0.5,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.4,-14.8]}],"overrides":[],"textures":{"0":"item/w1081588330_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w850.json b/assets/minecraft/models/w850.json new file mode 100644 index 000000000..52f6b1f3b --- /dev/null +++ b/assets/minecraft/models/w850.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,4,8,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w851.json b/assets/minecraft/models/w851.json new file mode 100644 index 000000000..cb9400333 --- /dev/null +++ b/assets/minecraft/models/w851.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,16,4,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w852.json b/assets/minecraft/models/w852.json new file mode 100644 index 000000000..be816f333 --- /dev/null +++ b/assets/minecraft/models/w852.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,12,4,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.400001,-16,-14.615]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w853.json b/assets/minecraft/models/w853.json new file mode 100644 index 000000000..cb9400333 --- /dev/null +++ b/assets/minecraft/models/w853.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,16,4,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w854.json b/assets/minecraft/models/w854.json new file mode 100644 index 000000000..9c933792b --- /dev/null +++ b/assets/minecraft/models/w854.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,12,4,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.615]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w855.json b/assets/minecraft/models/w855.json new file mode 100644 index 000000000..cb9400333 --- /dev/null +++ b/assets/minecraft/models/w855.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,16,4,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w856.json b/assets/minecraft/models/w856.json new file mode 100644 index 000000000..9c933792b --- /dev/null +++ b/assets/minecraft/models/w856.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,12,4,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.615]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w857.json b/assets/minecraft/models/w857.json new file mode 100644 index 000000000..cb9400333 --- /dev/null +++ b/assets/minecraft/models/w857.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,16,4,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w858.json b/assets/minecraft/models/w858.json new file mode 100644 index 000000000..9c933792b --- /dev/null +++ b/assets/minecraft/models/w858.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,12,4,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.615]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w859.json b/assets/minecraft/models/w859.json new file mode 100644 index 000000000..5d91ebc15 --- /dev/null +++ b/assets/minecraft/models/w859.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,12,4,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w86.json b/assets/minecraft/models/w86.json new file mode 100644 index 000000000..23b88bd82 --- /dev/null +++ b/assets/minecraft/models/w86.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,3.5,0.125,3.875]},"east":{"texture":"#0","uv":[0.5,3,0.125,3.5]},"north":{"texture":"#0","uv":[0.125,3,0,3.5]},"south":{"texture":"#0","uv":[0.125,4.25,0,4.75]},"up":{"texture":"#0","uv":[0,4.25,0.125,3.875]},"west":{"texture":"#0","uv":[0.5,3.5,0.125,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-14.4,-14.8]}],"overrides":[],"textures":{"0":"item/w1081588330_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w860.json b/assets/minecraft/models/w860.json new file mode 100644 index 000000000..28af02519 --- /dev/null +++ b/assets/minecraft/models/w860.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,12,0,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w861.json b/assets/minecraft/models/w861.json new file mode 100644 index 000000000..5d91ebc15 --- /dev/null +++ b/assets/minecraft/models/w861.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,12,4,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w862.json b/assets/minecraft/models/w862.json new file mode 100644 index 000000000..28af02519 --- /dev/null +++ b/assets/minecraft/models/w862.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,12,0,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w863.json b/assets/minecraft/models/w863.json new file mode 100644 index 000000000..5d91ebc15 --- /dev/null +++ b/assets/minecraft/models/w863.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,12,4,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w864.json b/assets/minecraft/models/w864.json new file mode 100644 index 000000000..28af02519 --- /dev/null +++ b/assets/minecraft/models/w864.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,12,0,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w865.json b/assets/minecraft/models/w865.json new file mode 100644 index 000000000..5d91ebc15 --- /dev/null +++ b/assets/minecraft/models/w865.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,12,4,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w866.json b/assets/minecraft/models/w866.json new file mode 100644 index 000000000..28af02519 --- /dev/null +++ b/assets/minecraft/models/w866.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,12,0,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w867.json b/assets/minecraft/models/w867.json new file mode 100644 index 000000000..85b911818 --- /dev/null +++ b/assets/minecraft/models/w867.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,8,4,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w868.json b/assets/minecraft/models/w868.json new file mode 100644 index 000000000..ab7112149 --- /dev/null +++ b/assets/minecraft/models/w868.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,8,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.615]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w869.json b/assets/minecraft/models/w869.json new file mode 100644 index 000000000..85b911818 --- /dev/null +++ b/assets/minecraft/models/w869.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,8,4,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w87.json b/assets/minecraft/models/w87.json new file mode 100644 index 000000000..b65b26fcb --- /dev/null +++ b/assets/minecraft/models/w87.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.875,1.625,10.25,2.125]},"east":{"texture":"#0","uv":[10.25,2.25,10.75,2.375]},"north":{"texture":"#0","uv":[9.625,2.25,10.25,2.375]},"south":{"texture":"#0","uv":[9.625,2.125,10.25,2.25]},"up":{"texture":"#0","uv":[10.25,2.125,9.625,1.625]},"west":{"texture":"#0","uv":[10.25,2.125,10.75,2.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w1081588330_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w870.json b/assets/minecraft/models/w870.json new file mode 100644 index 000000000..ab7112149 --- /dev/null +++ b/assets/minecraft/models/w870.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,8,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.615]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w871.json b/assets/minecraft/models/w871.json new file mode 100644 index 000000000..85b911818 --- /dev/null +++ b/assets/minecraft/models/w871.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,8,4,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w872.json b/assets/minecraft/models/w872.json new file mode 100644 index 000000000..ab7112149 --- /dev/null +++ b/assets/minecraft/models/w872.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,8,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.615]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w873.json b/assets/minecraft/models/w873.json new file mode 100644 index 000000000..85b911818 --- /dev/null +++ b/assets/minecraft/models/w873.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8,8,4,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w874.json b/assets/minecraft/models/w874.json new file mode 100644 index 000000000..ab7112149 --- /dev/null +++ b/assets/minecraft/models/w874.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,8,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.615]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w875.json b/assets/minecraft/models/w875.json new file mode 100644 index 000000000..49f2bc1b7 --- /dev/null +++ b/assets/minecraft/models/w875.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0,4,4]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-14.4]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w876.json b/assets/minecraft/models/w876.json new file mode 100644 index 000000000..008a91e2f --- /dev/null +++ b/assets/minecraft/models/w876.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[12,4,16,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w877.json b/assets/minecraft/models/w877.json new file mode 100644 index 000000000..0584c0a2d --- /dev/null +++ b/assets/minecraft/models/w877.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[16,12,12,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w878.json b/assets/minecraft/models/w878.json new file mode 100644 index 000000000..556ae888b --- /dev/null +++ b/assets/minecraft/models/w878.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,16,12,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.338]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w879.json b/assets/minecraft/models/w879.json new file mode 100644 index 000000000..0584c0a2d --- /dev/null +++ b/assets/minecraft/models/w879.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[16,12,12,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w88.json b/assets/minecraft/models/w88.json new file mode 100644 index 000000000..1f6327688 --- /dev/null +++ b/assets/minecraft/models/w88.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[1.125,8.375,0.75,8.75]},"east":{"texture":"#0","uv":[0,8.375,0.375,8.875]},"north":{"texture":"#0","uv":[0.375,8.75,0.75,9.25]},"south":{"texture":"#0","uv":[1.125,8.375,1.5,8.875]},"up":{"texture":"#0","uv":[0.75,8.75,0.375,8.375]},"west":{"texture":"#0","uv":[0.75,8.75,1.125,9.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.8]}],"overrides":[],"textures":{"0":"item/w1081588330_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w880.json b/assets/minecraft/models/w880.json new file mode 100644 index 000000000..556ae888b --- /dev/null +++ b/assets/minecraft/models/w880.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,16,12,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.338]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w881.json b/assets/minecraft/models/w881.json new file mode 100644 index 000000000..0584c0a2d --- /dev/null +++ b/assets/minecraft/models/w881.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[16,12,12,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w882.json b/assets/minecraft/models/w882.json new file mode 100644 index 000000000..556ae888b --- /dev/null +++ b/assets/minecraft/models/w882.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,16,12,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.338]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w883.json b/assets/minecraft/models/w883.json new file mode 100644 index 000000000..0584c0a2d --- /dev/null +++ b/assets/minecraft/models/w883.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[16,12,12,16]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w884.json b/assets/minecraft/models/w884.json new file mode 100644 index 000000000..556ae888b --- /dev/null +++ b/assets/minecraft/models/w884.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,16,12,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.338]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w885.json b/assets/minecraft/models/w885.json new file mode 100644 index 000000000..feacb62c6 --- /dev/null +++ b/assets/minecraft/models/w885.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[16,8,12,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w886.json b/assets/minecraft/models/w886.json new file mode 100644 index 000000000..be6a60644 --- /dev/null +++ b/assets/minecraft/models/w886.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[12,8,8,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w887.json b/assets/minecraft/models/w887.json new file mode 100644 index 000000000..feacb62c6 --- /dev/null +++ b/assets/minecraft/models/w887.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[16,8,12,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w888.json b/assets/minecraft/models/w888.json new file mode 100644 index 000000000..be6a60644 --- /dev/null +++ b/assets/minecraft/models/w888.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[12,8,8,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w889.json b/assets/minecraft/models/w889.json new file mode 100644 index 000000000..feacb62c6 --- /dev/null +++ b/assets/minecraft/models/w889.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[16,8,12,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w89.json b/assets/minecraft/models/w89.json new file mode 100644 index 000000000..db088b66c --- /dev/null +++ b/assets/minecraft/models/w89.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,7.375,4,7.875]},"east":{"texture":"#0","uv":[2.5,7.875,3,8.875]},"north":{"texture":"#0","uv":[3,7.875,3.5,8.875]},"south":{"texture":"#0","uv":[4,7.875,4.5,8.875]},"up":{"texture":"#0","uv":[4,7.875,3.5,7.375]},"west":{"texture":"#0","uv":[3.5,7.875,4,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-12.8,-14.4]}],"overrides":[],"textures":{"0":"item/w1081588330_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w890.json b/assets/minecraft/models/w890.json new file mode 100644 index 000000000..be6a60644 --- /dev/null +++ b/assets/minecraft/models/w890.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[12,8,8,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w891.json b/assets/minecraft/models/w891.json new file mode 100644 index 000000000..feacb62c6 --- /dev/null +++ b/assets/minecraft/models/w891.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[16,8,12,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w892.json b/assets/minecraft/models/w892.json new file mode 100644 index 000000000..be6a60644 --- /dev/null +++ b/assets/minecraft/models/w892.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[12,8,8,12]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w893.json b/assets/minecraft/models/w893.json new file mode 100644 index 000000000..132dd0938 --- /dev/null +++ b/assets/minecraft/models/w893.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[16,4,12,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w894.json b/assets/minecraft/models/w894.json new file mode 100644 index 000000000..6b7e091a1 --- /dev/null +++ b/assets/minecraft/models/w894.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[12,4,8,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.338]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w895.json b/assets/minecraft/models/w895.json new file mode 100644 index 000000000..132dd0938 --- /dev/null +++ b/assets/minecraft/models/w895.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[16,4,12,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w896.json b/assets/minecraft/models/w896.json new file mode 100644 index 000000000..6b7e091a1 --- /dev/null +++ b/assets/minecraft/models/w896.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[12,4,8,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.338]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w897.json b/assets/minecraft/models/w897.json new file mode 100644 index 000000000..132dd0938 --- /dev/null +++ b/assets/minecraft/models/w897.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[16,4,12,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w898.json b/assets/minecraft/models/w898.json new file mode 100644 index 000000000..6b7e091a1 --- /dev/null +++ b/assets/minecraft/models/w898.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[12,4,8,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.338]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w899.json b/assets/minecraft/models/w899.json new file mode 100644 index 000000000..132dd0938 --- /dev/null +++ b/assets/minecraft/models/w899.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[16,4,12,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w9.json b/assets/minecraft/models/w9.json new file mode 100644 index 000000000..945964d38 --- /dev/null +++ b/assets/minecraft/models/w9.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,5,5,7.5]},"east":{"texture":"#0","uv":[0,7.5,2.5,10.25]},"north":{"texture":"#0","uv":[2.5,7.5,5,10.25]},"south":{"texture":"#0","uv":[7.5,7.5,10,10.25]},"up":{"texture":"#0","uv":[5,7.5,2.5,5]},"west":{"texture":"#0","uv":[5,7.5,7.5,10.25]}},"from":[-15.6,-16,-15.6],"shade":false,"to":[-11.6,-11.6,-11.6]},{"faces":{"down":{"texture":"#0","uv":[14.5,5,13,6.5]},"east":{"texture":"#0","uv":[10,6.5,11.5,7]},"north":{"texture":"#0","uv":[11.5,6.5,13,7]},"south":{"texture":"#0","uv":[14.5,6.5,16,7]},"up":{"texture":"#0","uv":[13,6.5,11.5,5]},"west":{"texture":"#0","uv":[13,6.5,14.5,7]}},"from":[-14.8,-10.8,-14.8],"shade":false,"to":[-12.4,-10,-12.4]},{"faces":{"down":{"texture":"#0","uv":[13,7,12,8]},"east":{"texture":"#0","uv":[10,8,11,8.5]},"north":{"texture":"#0","uv":[11,8,12,8.5]},"south":{"texture":"#0","uv":[13,8,14,8.5]},"up":{"texture":"#0","uv":[12,8,11,7]},"west":{"texture":"#0","uv":[12,8,13,8.5]}},"from":[-14.4,-11.6,-14.4],"shade":false,"to":[-12.799999,-10.8,-12.799999]},{"faces":{"down":{"texture":"#0","uv":[9,0,6,3]},"east":{"texture":"#0","uv":[0,3,3,5]},"north":{"texture":"#0","uv":[3,3,6,5]},"south":{"texture":"#0","uv":[9,3,12,5]},"up":{"texture":"#0","uv":[6,3,3,0]},"west":{"texture":"#0","uv":[6,3,9,5]}},"from":[-16,-15.6,-16],"shade":false,"to":[-11.2,-12.400001,-11.2]}],"overrides":[],"textures":{"0":"item/w291279173_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w90.json b/assets/minecraft/models/w90.json new file mode 100644 index 000000000..921fb3a65 --- /dev/null +++ b/assets/minecraft/models/w90.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,8.375,1.125,8.75]},"east":{"texture":"#0","uv":[1.125,8.75,0.75,9.25]},"north":{"texture":"#0","uv":[0.75,8.75,0.375,9.25]},"south":{"texture":"#0","uv":[1.5,8.375,1.125,8.875]},"up":{"texture":"#0","uv":[0.375,8.75,0.75,8.375]},"west":{"texture":"#0","uv":[0.375,8.375,0,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.8]}],"overrides":[],"textures":{"0":"item/w1081588330_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w900.json b/assets/minecraft/models/w900.json new file mode 100644 index 000000000..6b7e091a1 --- /dev/null +++ b/assets/minecraft/models/w900.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[12,4,8,8]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.338]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w901.json b/assets/minecraft/models/w901.json new file mode 100644 index 000000000..8f6c9c523 --- /dev/null +++ b/assets/minecraft/models/w901.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"up":{"texture":"#0","uv":[8,4,12,0]}},"from":[-16,-16,-16],"shade":false,"to":[-14.08,-16,-14.08]}],"overrides":[],"textures":{"0":"item/w1222788329_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w902.json b/assets/minecraft/models/w902.json new file mode 100644 index 000000000..fc563c7ac --- /dev/null +++ b/assets/minecraft/models/w902.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.25,7.125,5.875,7.5]},"east":{"texture":"#0","uv":[5.125,7.5,5.5,8.25]},"north":{"texture":"#0","uv":[5.5,7.5,5.875,8.25]},"south":{"texture":"#0","uv":[6.25,7.5,6.625,8.25]},"up":{"texture":"#0","uv":[5.875,7.5,5.5,7.125]},"west":{"texture":"#0","uv":[5.875,7.5,6.25,8.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14.792,-13.592,-14.792]}],"overrides":[],"textures":{"0":"item/w107622195_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w903.json b/assets/minecraft/models/w903.json new file mode 100644 index 000000000..8d70c45c3 --- /dev/null +++ b/assets/minecraft/models/w903.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.75,7.125,1.375,8]},"east":{"texture":"#0","uv":[2.25,8,1.375,8.5]},"north":{"texture":"#0","uv":[0,8,1.375,8.5]},"south":{"texture":"#0","uv":[2.25,8,3.625,8.5]},"up":{"texture":"#0","uv":[1.375,8,0,7.125]},"west":{"texture":"#0","uv":[1.375,8,2.25,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-11.6,-14.4,-13.2]}],"overrides":[],"textures":{"0":"item/w107622195_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w904.json b/assets/minecraft/models/w904.json new file mode 100644 index 000000000..8bde838ab --- /dev/null +++ b/assets/minecraft/models/w904.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,5.875,1.5,4.875]},"east":{"texture":"#0","uv":[2.5,7.125,1.5,5.875]},"north":{"texture":"#0","uv":[2.5,7.125,4,5.875]},"south":{"texture":"#0","uv":[0,7.125,1.5,5.875]},"up":{"texture":"#0","uv":[1.5,4.875,3,5.875]},"west":{"texture":"#0","uv":[1.5,7.125,2.5,5.875]}},"from":[8,8,8],"shade":false,"to":[3.1999998,4,5]}],"overrides":[],"textures":{"0":"item/w107622195_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w905.json b/assets/minecraft/models/w905.json new file mode 100644 index 000000000..1dbd83f36 --- /dev/null +++ b/assets/minecraft/models/w905.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,4.875,1.5,5.875]},"east":{"texture":"#0","uv":[2.5,5.875,1.5,7.125]},"north":{"texture":"#0","uv":[0,5.875,1.5,7.125]},"south":{"texture":"#0","uv":[2.5,5.875,4,7.125]},"up":{"texture":"#0","uv":[1.5,5.875,0,4.875]},"west":{"texture":"#0","uv":[1.5,5.875,2.5,7.125]}},"from":[-16,-15.9825,-16],"shade":false,"to":[-11.2,-11.9825,-13]},{"faces":{"down":{"texture":"#0","uv":[4.75,7.125,4.375,7.5]},"east":{"texture":"#0","uv":[3.625,7.5,4,8.75]},"north":{"texture":"#0","uv":[4,7.5,4.375,8.75]},"south":{"texture":"#0","uv":[4.75,7.5,5.125,8.75]},"up":{"texture":"#0","uv":[4.375,7.5,4,7.125]},"west":{"texture":"#0","uv":[4.375,7.5,4.75,8.75]}},"from":[-14.2,-16,-13.98],"shade":false,"to":[-13,-11.975,-12.78]}],"overrides":[],"textures":{"0":"item/w107622195_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w906.json b/assets/minecraft/models/w906.json new file mode 100644 index 000000000..4861ab030 --- /dev/null +++ b/assets/minecraft/models/w906.json @@ -0,0 +1 @@ +{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.875,3.125,2.375,3.625]},"east":{"texture":"#0","uv":[2.375,3.125,2.875,3.625]},"north":{"texture":"#0","uv":[2.375,3.125,2.875,3.625]},"south":{"texture":"#0","uv":[2.375,3.125,2.875,3.625]},"up":{"texture":"#0","uv":[2.875,3.625,2.375,3.125]},"west":{"texture":"#0","uv":[2.375,3.125,2.875,3.625]}},"from":[8,8,8],"shade":false,"to":[6,6,6]}],"overrides":[],"textures":{"0":"item/w107622195_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w907.json b/assets/minecraft/models/w907.json new file mode 100644 index 000000000..5a4e40c7b --- /dev/null +++ b/assets/minecraft/models/w907.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.375,3.125,1.875,3.625]},"east":{"texture":"#0","uv":[1.875,3.125,2.375,3.625]},"north":{"texture":"#0","uv":[1.875,3.125,2.375,3.625]},"south":{"texture":"#0","uv":[1.875,3.125,2.375,3.625]},"up":{"texture":"#0","uv":[2.375,3.625,1.875,3.125]},"west":{"texture":"#0","uv":[1.875,3.125,2.375,3.625]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-14.4,-14.2]}],"overrides":[],"textures":{"0":"item/w107622195_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w908.json b/assets/minecraft/models/w908.json new file mode 100644 index 000000000..fa6b7bf34 --- /dev/null +++ b/assets/minecraft/models/w908.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.125,0,5.75,0.375]},"east":{"texture":"#0","uv":[6.125,0.375,5.75,1]},"north":{"texture":"#0","uv":[5.375,0.375,5.75,1]},"south":{"texture":"#0","uv":[6.125,0.375,6.5,1]},"up":{"texture":"#0","uv":[5.75,0.375,5.375,0]},"west":{"texture":"#0","uv":[5.75,0.375,6.125,1]}},"from":[-16,-16,-16],"shade":false,"to":[-14.792,-13.992002,-14.792]}],"overrides":[],"textures":{"0":"item/w107622195_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w909.json b/assets/minecraft/models/w909.json new file mode 100644 index 000000000..b869dae00 --- /dev/null +++ b/assets/minecraft/models/w909.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,0,1.125,1.125]},"east":{"texture":"#0","uv":[2.25,1.125,1.125,2.5]},"north":{"texture":"#0","uv":[0,1.125,1.125,2.5]},"south":{"texture":"#0","uv":[2.25,1.125,3.375,2.5]},"up":{"texture":"#0","uv":[1.125,1.125,0,0]},"west":{"texture":"#0","uv":[1.125,1.125,2.25,2.5]}},"from":[-15.6,-16,-16],"shade":false,"to":[-12,-11.6,-12.4]},{"faces":{"down":{"texture":"#0","uv":[1.375,2.5,1.25,2.75]},"east":{"texture":"#0","uv":[0.875,2.75,1.125,3.5]},"north":{"texture":"#0","uv":[1.125,2.75,1.25,3.5]},"south":{"texture":"#0","uv":[1.5,2.75,1.625,3.5]},"up":{"texture":"#0","uv":[1.25,2.75,1.125,2.5]},"west":{"texture":"#0","uv":[1.25,2.75,1.5,3.5]}},"from":[-16,-15.2,-15.2],"shade":false,"to":[-15.6,-12.799999,-14.4]},{"faces":{"down":{"texture":"#0","uv":[1.25,2.5,1.375,2.75]},"east":{"texture":"#0","uv":[1.5,2.75,1.25,3.5]},"north":{"texture":"#0","uv":[1.25,2.75,1.125,3.5]},"south":{"texture":"#0","uv":[1.625,2.75,1.5,3.5]},"up":{"texture":"#0","uv":[1.125,2.75,1.25,2.5]},"west":{"texture":"#0","uv":[1.125,2.75,0.875,3.5]}},"from":[-12,-15.2,-15.2],"shade":false,"to":[-11.6,-12.799999,-14.4]},{"faces":{"down":{"texture":"#0","uv":[0.75,2.625,0.5,2.75]},"east":{"texture":"#0","uv":[0.125,2.75,0.25,3]},"north":{"texture":"#0","uv":[0.25,2.75,0.5,3]},"south":{"texture":"#0","uv":[0.625,2.75,0.875,3]},"up":{"texture":"#0","uv":[0.5,2.75,0.25,2.625]},"west":{"texture":"#0","uv":[0.5,2.75,0.625,3]}},"from":[-14.2,-14.8,-16],"rotation":{"angle":22.5,"axis":"x","origin":[-12.4,-14,-15.86],"rescale":false},"shade":false,"to":[-13.4,-14,-15.6]}],"overrides":[],"textures":{"0":"item/w107622195_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w91.json b/assets/minecraft/models/w91.json new file mode 100644 index 000000000..9c7f9b974 --- /dev/null +++ b/assets/minecraft/models/w91.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,7.375,4.5,7.875]},"east":{"texture":"#0","uv":[4,7.875,3.5,8.875]},"north":{"texture":"#0","uv":[3.5,7.875,3,8.875]},"south":{"texture":"#0","uv":[4.5,7.875,4,8.875]},"up":{"texture":"#0","uv":[3.5,7.875,4,7.375]},"west":{"texture":"#0","uv":[3,7.875,2.5,8.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-12.8,-14.4]}],"overrides":[],"textures":{"0":"item/w1081588330_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w910.json b/assets/minecraft/models/w910.json new file mode 100644 index 000000000..44e7bf172 --- /dev/null +++ b/assets/minecraft/models/w910.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,8.25,6.625,8.625]},"east":{"texture":"#0","uv":[5.875,8.625,6.25,9.875]},"north":{"texture":"#0","uv":[6.25,8.625,6.625,9.875]},"south":{"texture":"#0","uv":[6.625,8.625,6.25,9.875]},"up":{"texture":"#0","uv":[6.625,8.625,6.25,8.25]},"west":{"texture":"#0","uv":[6.625,8.625,7,9.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12,-14.8]}],"overrides":[],"textures":{"0":"item/w107622195_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w911.json b/assets/minecraft/models/w911.json new file mode 100644 index 000000000..91af8b1c2 --- /dev/null +++ b/assets/minecraft/models/w911.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.625,8.25,7,8.625]},"east":{"texture":"#0","uv":[7,8.625,6.625,9.875]},"north":{"texture":"#0","uv":[6.625,8.625,6.25,9.875]},"south":{"texture":"#0","uv":[6.25,8.625,6.625,9.875]},"up":{"texture":"#0","uv":[6.25,8.625,6.625,8.25]},"west":{"texture":"#0","uv":[6.25,8.625,5.875,9.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12,-14.8]}],"overrides":[],"textures":{"0":"item/w107622195_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w912.json b/assets/minecraft/models/w912.json new file mode 100644 index 000000000..4f6f37803 --- /dev/null +++ b/assets/minecraft/models/w912.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.875,8.25,5.5,8.625]},"east":{"texture":"#0","uv":[5.5,8.625,5.875,9.75]},"north":{"texture":"#0","uv":[5.125,8.625,5.5,9.75]},"south":{"texture":"#0","uv":[5.5,8.625,5.125,9.75]},"up":{"texture":"#0","uv":[5.5,8.625,5.125,8.25]},"west":{"texture":"#0","uv":[5.5,8.625,5.875,9.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.4,-14.8]}],"overrides":[],"textures":{"0":"item/w107622195_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w913.json b/assets/minecraft/models/w913.json new file mode 100644 index 000000000..49eb389f1 --- /dev/null +++ b/assets/minecraft/models/w913.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,8.25,5.875,8.625]},"east":{"texture":"#0","uv":[5.875,8.625,5.5,9.75]},"north":{"texture":"#0","uv":[5.5,8.625,5.125,9.75]},"south":{"texture":"#0","uv":[5.125,8.625,5.5,9.75]},"up":{"texture":"#0","uv":[5.125,8.625,5.5,8.25]},"west":{"texture":"#0","uv":[5.875,8.625,5.5,9.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.4,-14.8]}],"overrides":[],"textures":{"0":"item/w107622195_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w914.json b/assets/minecraft/models/w914.json new file mode 100644 index 000000000..638823dd9 --- /dev/null +++ b/assets/minecraft/models/w914.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.875,5.875,5.25,6.5]},"east":{"texture":"#0","uv":[4,6.5,4.625,7.125]},"north":{"texture":"#0","uv":[5.25,6.5,4.625,7.125]},"south":{"texture":"#0","uv":[5.875,6.5,6.5,7.125]},"up":{"texture":"#0","uv":[5.25,6.5,4.625,5.875]},"west":{"texture":"#0","uv":[5.25,6.5,5.875,7.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14]}],"overrides":[],"textures":{"0":"item/w107622195_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w915.json b/assets/minecraft/models/w915.json new file mode 100644 index 000000000..c48f58c36 --- /dev/null +++ b/assets/minecraft/models/w915.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,5.875,5.875,6.5]},"east":{"texture":"#0","uv":[5.875,6.5,5.25,7.125]},"north":{"texture":"#0","uv":[4.625,6.5,5.25,7.125]},"south":{"texture":"#0","uv":[6.5,6.5,5.875,7.125]},"up":{"texture":"#0","uv":[4.625,6.5,5.25,5.875]},"west":{"texture":"#0","uv":[4.625,6.5,4,7.125]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14]}],"overrides":[],"textures":{"0":"item/w107622195_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w916.json b/assets/minecraft/models/w916.json new file mode 100644 index 000000000..3f3e290e4 --- /dev/null +++ b/assets/minecraft/models/w916.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,10,3,11.5]},"east":{"texture":"#0","uv":[0,11.5,1.5,15.5]},"north":{"texture":"#0","uv":[1.5,11.5,3,15.5]},"south":{"texture":"#0","uv":[4.5,11.5,6,15.5]},"up":{"texture":"#0","uv":[3,11.5,1.5,10]},"west":{"texture":"#0","uv":[3,11.5,4.5,15.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w735431008_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w917.json b/assets/minecraft/models/w917.json new file mode 100644 index 000000000..34ca5d03a --- /dev/null +++ b/assets/minecraft/models/w917.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,3.5,12.5,6]},"east":{"texture":"#0","uv":[10,6,12.5,9]},"north":{"texture":"#0","uv":[12.5,6,12.5,9]},"south":{"texture":"#0","uv":[15,6,15,9]},"up":{"texture":"#0","uv":[12.5,6,12.5,3.5]},"west":{"texture":"#0","uv":[12.5,6,10,9]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.6,-14]}],"overrides":[],"textures":{"0":"item/w735431008_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w918.json b/assets/minecraft/models/w918.json new file mode 100644 index 000000000..54746cf85 --- /dev/null +++ b/assets/minecraft/models/w918.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,7,5,9.5]},"east":{"texture":"#0","uv":[0,9.5,2.5,10]},"north":{"texture":"#0","uv":[2.5,9.5,5,10]},"south":{"texture":"#0","uv":[7.5,9.5,10,10]},"up":{"texture":"#0","uv":[5,9.5,2.5,7]},"west":{"texture":"#0","uv":[5,9.5,7.5,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-14]},{"faces":{"down":{"texture":"#0","uv":[10.5,10,9,11.5]},"east":{"texture":"#0","uv":[6,11.5,7.5,12]},"north":{"texture":"#0","uv":[7.5,11.5,9,12]},"south":{"texture":"#0","uv":[10.5,11.5,12,12]},"up":{"texture":"#0","uv":[9,11.5,7.5,10]},"west":{"texture":"#0","uv":[9,11.5,10.5,12]}},"from":[-15.6,-15.8,-15.6],"shade":false,"to":[-14.400001,-15.400001,-14.400001]},{"faces":{"down":{"texture":"#0","uv":[12.5,3.5,12.5,6]},"east":{"texture":"#0","uv":[10,6,12.5,9]},"north":{"texture":"#0","uv":[12.5,6,12.5,9]},"south":{"texture":"#0","uv":[15,6,15,9]},"up":{"texture":"#0","uv":[12.5,6,12.5,3.5]},"west":{"texture":"#0","uv":[12.5,6,10,9]}},"from":[-15,-15.4,-16],"shade":false,"to":[-15,-13,-14]}],"overrides":[],"textures":{"0":"item/w735431008_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w919.json b/assets/minecraft/models/w919.json new file mode 100644 index 000000000..ddcd044dd --- /dev/null +++ b/assets/minecraft/models/w919.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w735431008_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w92.json b/assets/minecraft/models/w92.json new file mode 100644 index 000000000..b9234c2a6 --- /dev/null +++ b/assets/minecraft/models/w92.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,7.375,5,7.875]},"east":{"texture":"#0","uv":[4.5,7.875,5,8.75]},"north":{"texture":"#0","uv":[5,7.875,5.5,8.75]},"south":{"texture":"#0","uv":[6,7.375,6.5,8.25]},"up":{"texture":"#0","uv":[5,7.875,4.5,7.375]},"west":{"texture":"#0","uv":[5.5,7.375,6,8.25]}},"from":[-16,-14.820282,-15.618513],"shade":false,"to":[-14.4,-12.020282,-14.018513]},{"faces":{"down":{"texture":"#0","uv":[8.375,7.5,8,8.125]},"east":{"texture":"#0","uv":[7,7.875,7.625,8.25]},"north":{"texture":"#0","uv":[7.125,8.25,7.5,8.625]},"south":{"texture":"#0","uv":[7.125,8.625,7.5,9]},"up":{"texture":"#0","uv":[8,8.125,7.625,7.5]},"west":{"texture":"#0","uv":[7,7.5,7.625,7.875]}},"from":[-15.8,-16,-16],"rotation":{"angle":-45,"axis":"x","origin":[-15,-15.6,-15.6],"rescale":false},"shade":false,"to":[-14.6,-14.8,-14]}],"overrides":[],"textures":{"0":"item/w1081588330_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w920.json b/assets/minecraft/models/w920.json new file mode 100644 index 000000000..ddcd044dd --- /dev/null +++ b/assets/minecraft/models/w920.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w735431008_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w921.json b/assets/minecraft/models/w921.json new file mode 100644 index 000000000..ddcd044dd --- /dev/null +++ b/assets/minecraft/models/w921.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w735431008_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w922.json b/assets/minecraft/models/w922.json new file mode 100644 index 000000000..ddcd044dd --- /dev/null +++ b/assets/minecraft/models/w922.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w735431008_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w923.json b/assets/minecraft/models/w923.json new file mode 100644 index 000000000..ddcd044dd --- /dev/null +++ b/assets/minecraft/models/w923.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w735431008_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w924.json b/assets/minecraft/models/w924.json new file mode 100644 index 000000000..ddcd044dd --- /dev/null +++ b/assets/minecraft/models/w924.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w735431008_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w925.json b/assets/minecraft/models/w925.json new file mode 100644 index 000000000..ddcd044dd --- /dev/null +++ b/assets/minecraft/models/w925.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w735431008_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w926.json b/assets/minecraft/models/w926.json new file mode 100644 index 000000000..ddcd044dd --- /dev/null +++ b/assets/minecraft/models/w926.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w735431008_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w927.json b/assets/minecraft/models/w927.json new file mode 100644 index 000000000..a918a6ca2 --- /dev/null +++ b/assets/minecraft/models/w927.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,10,3,11.5]},"east":{"texture":"#0","uv":[0,11.5,1.5,15.5]},"north":{"texture":"#0","uv":[1.5,11.5,3,15.5]},"south":{"texture":"#0","uv":[4.5,11.5,6,15.5]},"up":{"texture":"#0","uv":[3,11.5,1.5,10]},"west":{"texture":"#0","uv":[3,11.5,4.5,15.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1255943376_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w928.json b/assets/minecraft/models/w928.json new file mode 100644 index 000000000..6307e0b57 --- /dev/null +++ b/assets/minecraft/models/w928.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,3.5,12.5,6]},"east":{"texture":"#0","uv":[10,6,12.5,9]},"north":{"texture":"#0","uv":[12.5,6,12.5,9]},"south":{"texture":"#0","uv":[15,6,15,9]},"up":{"texture":"#0","uv":[12.5,6,12.5,3.5]},"west":{"texture":"#0","uv":[12.5,6,10,9]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.6,-14]}],"overrides":[],"textures":{"0":"item/w1255943376_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w929.json b/assets/minecraft/models/w929.json new file mode 100644 index 000000000..358338f98 --- /dev/null +++ b/assets/minecraft/models/w929.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,7,5,9.5]},"east":{"texture":"#0","uv":[0,9.5,2.5,10]},"north":{"texture":"#0","uv":[2.5,9.5,5,10]},"south":{"texture":"#0","uv":[7.5,9.5,10,10]},"up":{"texture":"#0","uv":[5,9.5,2.5,7]},"west":{"texture":"#0","uv":[5,9.5,7.5,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-14]},{"faces":{"down":{"texture":"#0","uv":[10.5,10,9,11.5]},"east":{"texture":"#0","uv":[6,11.5,7.5,12]},"north":{"texture":"#0","uv":[7.5,11.5,9,12]},"south":{"texture":"#0","uv":[10.5,11.5,12,12]},"up":{"texture":"#0","uv":[9,11.5,7.5,10]},"west":{"texture":"#0","uv":[9,11.5,10.5,12]}},"from":[-15.6,-15.8,-15.6],"shade":false,"to":[-14.400001,-15.400001,-14.400001]},{"faces":{"down":{"texture":"#0","uv":[12.5,3.5,12.5,6]},"east":{"texture":"#0","uv":[10,6,12.5,9]},"north":{"texture":"#0","uv":[12.5,6,12.5,9]},"south":{"texture":"#0","uv":[15,6,15,9]},"up":{"texture":"#0","uv":[12.5,6,12.5,3.5]},"west":{"texture":"#0","uv":[12.5,6,10,9]}},"from":[-15,-15.4,-16],"shade":false,"to":[-15,-13,-14]}],"overrides":[],"textures":{"0":"item/w1255943376_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w93.json b/assets/minecraft/models/w93.json new file mode 100644 index 000000000..f421ef5fa --- /dev/null +++ b/assets/minecraft/models/w93.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5,7.375,5.5,7.875]},"east":{"texture":"#0","uv":[6,7.375,5.5,8.25]},"north":{"texture":"#0","uv":[5.5,7.875,5,8.75]},"south":{"texture":"#0","uv":[6.5,7.375,6,8.25]},"up":{"texture":"#0","uv":[4.5,7.875,5,7.375]},"west":{"texture":"#0","uv":[5,7.875,4.5,8.75]}},"from":[-16,-14.820282,-15.618513],"shade":false,"to":[-14.4,-12.020282,-14.018513]},{"faces":{"down":{"texture":"#0","uv":[8,7.5,8.375,8.125]},"east":{"texture":"#0","uv":[7.625,7.5,7,7.875]},"north":{"texture":"#0","uv":[7.5,8.25,7.125,8.625]},"south":{"texture":"#0","uv":[7.5,8.625,7.125,9]},"up":{"texture":"#0","uv":[7.625,8.125,8,7.5]},"west":{"texture":"#0","uv":[7.625,7.875,7,8.25]}},"from":[-15.8,-16,-16],"rotation":{"angle":-45,"axis":"x","origin":[-15.4,-15.6,-15.6],"rescale":false},"shade":false,"to":[-14.6,-14.8,-14]}],"overrides":[],"textures":{"0":"item/w1081588330_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w930.json b/assets/minecraft/models/w930.json new file mode 100644 index 000000000..c9de5bcc6 --- /dev/null +++ b/assets/minecraft/models/w930.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1255943376_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w931.json b/assets/minecraft/models/w931.json new file mode 100644 index 000000000..c9de5bcc6 --- /dev/null +++ b/assets/minecraft/models/w931.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1255943376_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w932.json b/assets/minecraft/models/w932.json new file mode 100644 index 000000000..c9de5bcc6 --- /dev/null +++ b/assets/minecraft/models/w932.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1255943376_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w933.json b/assets/minecraft/models/w933.json new file mode 100644 index 000000000..c9de5bcc6 --- /dev/null +++ b/assets/minecraft/models/w933.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1255943376_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w934.json b/assets/minecraft/models/w934.json new file mode 100644 index 000000000..c9de5bcc6 --- /dev/null +++ b/assets/minecraft/models/w934.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1255943376_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w935.json b/assets/minecraft/models/w935.json new file mode 100644 index 000000000..c9de5bcc6 --- /dev/null +++ b/assets/minecraft/models/w935.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1255943376_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w936.json b/assets/minecraft/models/w936.json new file mode 100644 index 000000000..c9de5bcc6 --- /dev/null +++ b/assets/minecraft/models/w936.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1255943376_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w937.json b/assets/minecraft/models/w937.json new file mode 100644 index 000000000..c9de5bcc6 --- /dev/null +++ b/assets/minecraft/models/w937.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1255943376_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w938.json b/assets/minecraft/models/w938.json new file mode 100644 index 000000000..3c3ed38e0 --- /dev/null +++ b/assets/minecraft/models/w938.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,10,3,11.5]},"east":{"texture":"#0","uv":[0,11.5,1.5,15.5]},"north":{"texture":"#0","uv":[1.5,11.5,3,15.5]},"south":{"texture":"#0","uv":[4.5,11.5,6,15.5]},"up":{"texture":"#0","uv":[3,11.5,1.5,10]},"west":{"texture":"#0","uv":[3,11.5,4.5,15.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1218166624_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w939.json b/assets/minecraft/models/w939.json new file mode 100644 index 000000000..58dae9c0a --- /dev/null +++ b/assets/minecraft/models/w939.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,3.5,12.5,6]},"east":{"texture":"#0","uv":[10,6,12.5,9]},"north":{"texture":"#0","uv":[12.5,6,12.5,9]},"south":{"texture":"#0","uv":[15,6,15,9]},"up":{"texture":"#0","uv":[12.5,6,12.5,3.5]},"west":{"texture":"#0","uv":[12.5,6,10,9]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.6,-14]}],"overrides":[],"textures":{"0":"item/w1218166624_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w94.json b/assets/minecraft/models/w94.json new file mode 100644 index 000000000..e1253a348 --- /dev/null +++ b/assets/minecraft/models/w94.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.125,2.5,10,3.25]},"east":{"texture":"#0","uv":[9.125,3.25,9.875,3.25]},"north":{"texture":"#0","uv":[9.875,3.25,10,3.25]},"south":{"texture":"#0","uv":[10.75,3.25,10.875,3.25]},"up":{"texture":"#0","uv":[10,3.25,9.875,2.5]},"west":{"texture":"#0","uv":[10,3.25,10.75,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-13.6]}],"overrides":[],"textures":{"0":"item/w1081588330_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w940.json b/assets/minecraft/models/w940.json new file mode 100644 index 000000000..f6786fbf2 --- /dev/null +++ b/assets/minecraft/models/w940.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,7,5,9.5]},"east":{"texture":"#0","uv":[0,9.5,2.5,10]},"north":{"texture":"#0","uv":[2.5,9.5,5,10]},"south":{"texture":"#0","uv":[7.5,9.5,10,10]},"up":{"texture":"#0","uv":[5,9.5,2.5,7]},"west":{"texture":"#0","uv":[5,9.5,7.5,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-14]},{"faces":{"down":{"texture":"#0","uv":[10.5,10,9,11.5]},"east":{"texture":"#0","uv":[6,11.5,7.5,12]},"north":{"texture":"#0","uv":[7.5,11.5,9,12]},"south":{"texture":"#0","uv":[10.5,11.5,12,12]},"up":{"texture":"#0","uv":[9,11.5,7.5,10]},"west":{"texture":"#0","uv":[9,11.5,10.5,12]}},"from":[-15.6,-15.8,-15.6],"shade":false,"to":[-14.400001,-15.400001,-14.400001]},{"faces":{"down":{"texture":"#0","uv":[12.5,3.5,12.5,6]},"east":{"texture":"#0","uv":[10,6,12.5,9]},"north":{"texture":"#0","uv":[12.5,6,12.5,9]},"south":{"texture":"#0","uv":[15,6,15,9]},"up":{"texture":"#0","uv":[12.5,6,12.5,3.5]},"west":{"texture":"#0","uv":[12.5,6,10,9]}},"from":[-15,-15.4,-16],"shade":false,"to":[-15,-13,-14]}],"overrides":[],"textures":{"0":"item/w1218166624_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w941.json b/assets/minecraft/models/w941.json new file mode 100644 index 000000000..9cb20ea77 --- /dev/null +++ b/assets/minecraft/models/w941.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1218166624_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w942.json b/assets/minecraft/models/w942.json new file mode 100644 index 000000000..9cb20ea77 --- /dev/null +++ b/assets/minecraft/models/w942.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1218166624_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w943.json b/assets/minecraft/models/w943.json new file mode 100644 index 000000000..9cb20ea77 --- /dev/null +++ b/assets/minecraft/models/w943.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1218166624_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w944.json b/assets/minecraft/models/w944.json new file mode 100644 index 000000000..9cb20ea77 --- /dev/null +++ b/assets/minecraft/models/w944.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1218166624_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w945.json b/assets/minecraft/models/w945.json new file mode 100644 index 000000000..9cb20ea77 --- /dev/null +++ b/assets/minecraft/models/w945.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1218166624_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w946.json b/assets/minecraft/models/w946.json new file mode 100644 index 000000000..9cb20ea77 --- /dev/null +++ b/assets/minecraft/models/w946.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1218166624_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w947.json b/assets/minecraft/models/w947.json new file mode 100644 index 000000000..9cb20ea77 --- /dev/null +++ b/assets/minecraft/models/w947.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1218166624_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w948.json b/assets/minecraft/models/w948.json new file mode 100644 index 000000000..9cb20ea77 --- /dev/null +++ b/assets/minecraft/models/w948.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1218166624_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w949.json b/assets/minecraft/models/w949.json new file mode 100644 index 000000000..6a71a5bd4 --- /dev/null +++ b/assets/minecraft/models/w949.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,10,3,11.5]},"east":{"texture":"#0","uv":[0,11.5,1.5,15.5]},"north":{"texture":"#0","uv":[1.5,11.5,3,15.5]},"south":{"texture":"#0","uv":[4.5,11.5,6,15.5]},"up":{"texture":"#0","uv":[3,11.5,1.5,10]},"west":{"texture":"#0","uv":[3,11.5,4.5,15.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1255962469_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w95.json b/assets/minecraft/models/w95.json new file mode 100644 index 000000000..e1253a348 --- /dev/null +++ b/assets/minecraft/models/w95.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.125,2.5,10,3.25]},"east":{"texture":"#0","uv":[9.125,3.25,9.875,3.25]},"north":{"texture":"#0","uv":[9.875,3.25,10,3.25]},"south":{"texture":"#0","uv":[10.75,3.25,10.875,3.25]},"up":{"texture":"#0","uv":[10,3.25,9.875,2.5]},"west":{"texture":"#0","uv":[10,3.25,10.75,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-13.6]}],"overrides":[],"textures":{"0":"item/w1081588330_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w950.json b/assets/minecraft/models/w950.json new file mode 100644 index 000000000..0b3a61237 --- /dev/null +++ b/assets/minecraft/models/w950.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,3.5,12.5,6]},"east":{"texture":"#0","uv":[10,6,12.5,9]},"north":{"texture":"#0","uv":[12.5,6,12.5,9]},"south":{"texture":"#0","uv":[15,6,15,9]},"up":{"texture":"#0","uv":[12.5,6,12.5,3.5]},"west":{"texture":"#0","uv":[12.5,6,10,9]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.6,-14]}],"overrides":[],"textures":{"0":"item/w1255962469_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w951.json b/assets/minecraft/models/w951.json new file mode 100644 index 000000000..3b115ff4f --- /dev/null +++ b/assets/minecraft/models/w951.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,7,5,9.5]},"east":{"texture":"#0","uv":[0,9.5,2.5,10]},"north":{"texture":"#0","uv":[2.5,9.5,5,10]},"south":{"texture":"#0","uv":[7.5,9.5,10,10]},"up":{"texture":"#0","uv":[5,9.5,2.5,7]},"west":{"texture":"#0","uv":[5,9.5,7.5,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-14]},{"faces":{"down":{"texture":"#0","uv":[10.5,10,9,11.5]},"east":{"texture":"#0","uv":[6,11.5,7.5,12]},"north":{"texture":"#0","uv":[7.5,11.5,9,12]},"south":{"texture":"#0","uv":[10.5,11.5,12,12]},"up":{"texture":"#0","uv":[9,11.5,7.5,10]},"west":{"texture":"#0","uv":[9,11.5,10.5,12]}},"from":[-15.6,-15.8,-15.6],"shade":false,"to":[-14.400001,-15.400001,-14.400001]},{"faces":{"down":{"texture":"#0","uv":[12.5,3.5,12.5,6]},"east":{"texture":"#0","uv":[10,6,12.5,9]},"north":{"texture":"#0","uv":[12.5,6,12.5,9]},"south":{"texture":"#0","uv":[15,6,15,9]},"up":{"texture":"#0","uv":[12.5,6,12.5,3.5]},"west":{"texture":"#0","uv":[12.5,6,10,9]}},"from":[-15,-15.4,-16],"shade":false,"to":[-15,-13,-14]}],"overrides":[],"textures":{"0":"item/w1255962469_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w952.json b/assets/minecraft/models/w952.json new file mode 100644 index 000000000..95f451eae --- /dev/null +++ b/assets/minecraft/models/w952.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1255962469_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w953.json b/assets/minecraft/models/w953.json new file mode 100644 index 000000000..95f451eae --- /dev/null +++ b/assets/minecraft/models/w953.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1255962469_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w954.json b/assets/minecraft/models/w954.json new file mode 100644 index 000000000..95f451eae --- /dev/null +++ b/assets/minecraft/models/w954.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1255962469_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w955.json b/assets/minecraft/models/w955.json new file mode 100644 index 000000000..95f451eae --- /dev/null +++ b/assets/minecraft/models/w955.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1255962469_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w956.json b/assets/minecraft/models/w956.json new file mode 100644 index 000000000..95f451eae --- /dev/null +++ b/assets/minecraft/models/w956.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1255962469_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w957.json b/assets/minecraft/models/w957.json new file mode 100644 index 000000000..95f451eae --- /dev/null +++ b/assets/minecraft/models/w957.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1255962469_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w958.json b/assets/minecraft/models/w958.json new file mode 100644 index 000000000..95f451eae --- /dev/null +++ b/assets/minecraft/models/w958.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1255962469_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w959.json b/assets/minecraft/models/w959.json new file mode 100644 index 000000000..95f451eae --- /dev/null +++ b/assets/minecraft/models/w959.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1255962469_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w96.json b/assets/minecraft/models/w96.json new file mode 100644 index 000000000..e1253a348 --- /dev/null +++ b/assets/minecraft/models/w96.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.125,2.5,10,3.25]},"east":{"texture":"#0","uv":[9.125,3.25,9.875,3.25]},"north":{"texture":"#0","uv":[9.875,3.25,10,3.25]},"south":{"texture":"#0","uv":[10.75,3.25,10.875,3.25]},"up":{"texture":"#0","uv":[10,3.25,9.875,2.5]},"west":{"texture":"#0","uv":[10,3.25,10.75,3.25]}},"from":[-16,-16,-16],"shade":false,"to":[-15.6,-16,-13.6]}],"overrides":[],"textures":{"0":"item/w1081588330_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w960.json b/assets/minecraft/models/w960.json new file mode 100644 index 000000000..7d90add0d --- /dev/null +++ b/assets/minecraft/models/w960.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,10,3,11.5]},"east":{"texture":"#0","uv":[0,11.5,1.5,15.5]},"north":{"texture":"#0","uv":[1.5,11.5,3,15.5]},"south":{"texture":"#0","uv":[4.5,11.5,6,15.5]},"up":{"texture":"#0","uv":[3,11.5,1.5,10]},"west":{"texture":"#0","uv":[3,11.5,4.5,15.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1616577473_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w961.json b/assets/minecraft/models/w961.json new file mode 100644 index 000000000..76fc576f8 --- /dev/null +++ b/assets/minecraft/models/w961.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,3.5,12.5,6]},"east":{"texture":"#0","uv":[10,6,12.5,9]},"north":{"texture":"#0","uv":[12.5,6,12.5,9]},"south":{"texture":"#0","uv":[15,6,15,9]},"up":{"texture":"#0","uv":[12.5,6,12.5,3.5]},"west":{"texture":"#0","uv":[12.5,6,10,9]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.6,-14]}],"overrides":[],"textures":{"0":"item/w1616577473_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w962.json b/assets/minecraft/models/w962.json new file mode 100644 index 000000000..b3a3f4302 --- /dev/null +++ b/assets/minecraft/models/w962.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,7,5,9.5]},"east":{"texture":"#0","uv":[0,9.5,2.5,10]},"north":{"texture":"#0","uv":[2.5,9.5,5,10]},"south":{"texture":"#0","uv":[7.5,9.5,10,10]},"up":{"texture":"#0","uv":[5,9.5,2.5,7]},"west":{"texture":"#0","uv":[5,9.5,7.5,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-14]},{"faces":{"down":{"texture":"#0","uv":[10.5,10,9,11.5]},"east":{"texture":"#0","uv":[6,11.5,7.5,12]},"north":{"texture":"#0","uv":[7.5,11.5,9,12]},"south":{"texture":"#0","uv":[10.5,11.5,12,12]},"up":{"texture":"#0","uv":[9,11.5,7.5,10]},"west":{"texture":"#0","uv":[9,11.5,10.5,12]}},"from":[-15.6,-15.8,-15.6],"shade":false,"to":[-14.400001,-15.400001,-14.400001]},{"faces":{"down":{"texture":"#0","uv":[12.5,3.5,12.5,6]},"east":{"texture":"#0","uv":[10,6,12.5,9]},"north":{"texture":"#0","uv":[12.5,6,12.5,9]},"south":{"texture":"#0","uv":[15,6,15,9]},"up":{"texture":"#0","uv":[12.5,6,12.5,3.5]},"west":{"texture":"#0","uv":[12.5,6,10,9]}},"from":[-15,-15.4,-16],"shade":false,"to":[-15,-13,-14]}],"overrides":[],"textures":{"0":"item/w1616577473_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w963.json b/assets/minecraft/models/w963.json new file mode 100644 index 000000000..d445d0284 --- /dev/null +++ b/assets/minecraft/models/w963.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1616577473_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w964.json b/assets/minecraft/models/w964.json new file mode 100644 index 000000000..d445d0284 --- /dev/null +++ b/assets/minecraft/models/w964.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1616577473_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w965.json b/assets/minecraft/models/w965.json new file mode 100644 index 000000000..d445d0284 --- /dev/null +++ b/assets/minecraft/models/w965.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1616577473_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w966.json b/assets/minecraft/models/w966.json new file mode 100644 index 000000000..d445d0284 --- /dev/null +++ b/assets/minecraft/models/w966.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1616577473_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w967.json b/assets/minecraft/models/w967.json new file mode 100644 index 000000000..d445d0284 --- /dev/null +++ b/assets/minecraft/models/w967.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1616577473_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w968.json b/assets/minecraft/models/w968.json new file mode 100644 index 000000000..d445d0284 --- /dev/null +++ b/assets/minecraft/models/w968.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1616577473_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w969.json b/assets/minecraft/models/w969.json new file mode 100644 index 000000000..d445d0284 --- /dev/null +++ b/assets/minecraft/models/w969.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1616577473_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w97.json b/assets/minecraft/models/w97.json new file mode 100644 index 000000000..7224c5b33 --- /dev/null +++ b/assets/minecraft/models/w97.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.125,8.25,6.625,8.875]},"east":{"texture":"#0","uv":[5.5,8.25,6.125,8.5]},"north":{"texture":"#0","uv":[6.125,8.25,6.625,8.5]},"south":{"texture":"#0","uv":[6.125,8.5,6.625,8.75]},"up":{"texture":"#0","uv":[7,8.25,6.5,7.625]},"west":{"texture":"#0","uv":[5.5,8.5,6.125,8.75]}},"from":[-16,-16,-15],"shade":false,"to":[-14.4,-15.2,-13]},{"faces":{"down":{"texture":"#0","uv":[7.375,6.25,7.375,6.625]},"east":{"texture":"#0","uv":[6.875,5,7.25,5.25]},"north":{"texture":"#0","uv":[7.375,6.625,7.375,6.875]},"south":{"texture":"#0","uv":[7.75,6.625,7.75,6.875]},"up":{"texture":"#0","uv":[7.375,6.625,7.375,6.25]},"west":{"texture":"#0","uv":[7.25,5,6.875,5.25]}},"from":[-15.2,-16,-16],"shade":false,"to":[-15.2,-15.2,-14.8]},{"faces":{"down":{"texture":"#0","uv":[7.375,6.25,7.375,6.625]},"east":{"texture":"#0","uv":[6.875,5,7.25,5.25]},"north":{"texture":"#0","uv":[7.375,6.625,7.375,6.875]},"south":{"texture":"#0","uv":[7.75,6.625,7.75,6.875]},"up":{"texture":"#0","uv":[7.375,6.625,7.375,6.25]},"west":{"texture":"#0","uv":[7.25,5,6.875,5.25]}},"from":[-15.8,-16,-16],"shade":false,"to":[-15.8,-15.2,-14.8]},{"faces":{"down":{"texture":"#0","uv":[7.375,6.25,7.375,6.625]},"east":{"texture":"#0","uv":[6.875,5,7.25,5.25]},"north":{"texture":"#0","uv":[7.375,6.625,7.375,6.875]},"south":{"texture":"#0","uv":[7.75,6.625,7.75,6.875]},"up":{"texture":"#0","uv":[7.375,6.625,7.375,6.25]},"west":{"texture":"#0","uv":[7.25,5,6.875,5.25]}},"from":[-14.6,-16,-16],"shade":false,"to":[-14.6,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1081588330_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w970.json b/assets/minecraft/models/w970.json new file mode 100644 index 000000000..d445d0284 --- /dev/null +++ b/assets/minecraft/models/w970.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1616577473_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w971.json b/assets/minecraft/models/w971.json new file mode 100644 index 000000000..5e1f6377f --- /dev/null +++ b/assets/minecraft/models/w971.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.5,10,3,11.5]},"east":{"texture":"#0","uv":[0,11.5,1.5,15.5]},"north":{"texture":"#0","uv":[1.5,11.5,3,15.5]},"south":{"texture":"#0","uv":[4.5,11.5,6,15.5]},"up":{"texture":"#0","uv":[3,11.5,1.5,10]},"west":{"texture":"#0","uv":[3,11.5,4.5,15.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1256319553_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w972.json b/assets/minecraft/models/w972.json new file mode 100644 index 000000000..ef8c38fe4 --- /dev/null +++ b/assets/minecraft/models/w972.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.5,3.5,12.5,6]},"east":{"texture":"#0","uv":[10,6,12.5,9]},"north":{"texture":"#0","uv":[12.5,6,12.5,9]},"south":{"texture":"#0","uv":[15,6,15,9]},"up":{"texture":"#0","uv":[12.5,6,12.5,3.5]},"west":{"texture":"#0","uv":[12.5,6,10,9]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-13.6,-14]}],"overrides":[],"textures":{"0":"item/w1256319553_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w973.json b/assets/minecraft/models/w973.json new file mode 100644 index 000000000..9d34328eb --- /dev/null +++ b/assets/minecraft/models/w973.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7.5,7,5,9.5]},"east":{"texture":"#0","uv":[0,9.5,2.5,10]},"north":{"texture":"#0","uv":[2.5,9.5,5,10]},"south":{"texture":"#0","uv":[7.5,9.5,10,10]},"up":{"texture":"#0","uv":[5,9.5,2.5,7]},"west":{"texture":"#0","uv":[5,9.5,7.5,10]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-14]},{"faces":{"down":{"texture":"#0","uv":[10.5,10,9,11.5]},"east":{"texture":"#0","uv":[6,11.5,7.5,12]},"north":{"texture":"#0","uv":[7.5,11.5,9,12]},"south":{"texture":"#0","uv":[10.5,11.5,12,12]},"up":{"texture":"#0","uv":[9,11.5,7.5,10]},"west":{"texture":"#0","uv":[9,11.5,10.5,12]}},"from":[-15.6,-15.8,-15.6],"shade":false,"to":[-14.400001,-15.400001,-14.400001]},{"faces":{"down":{"texture":"#0","uv":[12.5,3.5,12.5,6]},"east":{"texture":"#0","uv":[10,6,12.5,9]},"north":{"texture":"#0","uv":[12.5,6,12.5,9]},"south":{"texture":"#0","uv":[15,6,15,9]},"up":{"texture":"#0","uv":[12.5,6,12.5,3.5]},"west":{"texture":"#0","uv":[12.5,6,10,9]}},"from":[-15,-15.4,-16],"shade":false,"to":[-15,-13,-14]}],"overrides":[],"textures":{"0":"item/w1256319553_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w974.json b/assets/minecraft/models/w974.json new file mode 100644 index 000000000..ace95c4bc --- /dev/null +++ b/assets/minecraft/models/w974.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1256319553_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w975.json b/assets/minecraft/models/w975.json new file mode 100644 index 000000000..ace95c4bc --- /dev/null +++ b/assets/minecraft/models/w975.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1256319553_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w976.json b/assets/minecraft/models/w976.json new file mode 100644 index 000000000..ace95c4bc --- /dev/null +++ b/assets/minecraft/models/w976.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1256319553_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w977.json b/assets/minecraft/models/w977.json new file mode 100644 index 000000000..ace95c4bc --- /dev/null +++ b/assets/minecraft/models/w977.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1256319553_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w978.json b/assets/minecraft/models/w978.json new file mode 100644 index 000000000..ace95c4bc --- /dev/null +++ b/assets/minecraft/models/w978.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1256319553_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w979.json b/assets/minecraft/models/w979.json new file mode 100644 index 000000000..ace95c4bc --- /dev/null +++ b/assets/minecraft/models/w979.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1256319553_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w98.json b/assets/minecraft/models/w98.json new file mode 100644 index 000000000..84c5fbd18 --- /dev/null +++ b/assets/minecraft/models/w98.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6.625,8.25,7.125,8.875]},"east":{"texture":"#0","uv":[6.125,8.5,5.5,8.75]},"north":{"texture":"#0","uv":[6.625,8.25,6.125,8.5]},"south":{"texture":"#0","uv":[6.625,8.5,6.125,8.75]},"up":{"texture":"#0","uv":[6.5,8.25,7,7.625]},"west":{"texture":"#0","uv":[6.125,8.25,5.5,8.5]}},"from":[-16,-16,-15],"shade":false,"to":[-14.4,-15.2,-13]},{"faces":{"down":{"texture":"#0","uv":[7.375,6.25,7.375,6.625]},"east":{"texture":"#0","uv":[6.875,5,7.25,5.25]},"north":{"texture":"#0","uv":[7.375,6.625,7.375,6.875]},"south":{"texture":"#0","uv":[7.75,6.625,7.75,6.875]},"up":{"texture":"#0","uv":[7.375,6.625,7.375,6.25]},"west":{"texture":"#0","uv":[7.25,5,6.875,5.25]}},"from":[-15.2,-16,-16],"shade":false,"to":[-15.2,-15.2,-14.8]},{"faces":{"down":{"texture":"#0","uv":[7.375,6.25,7.375,6.625]},"east":{"texture":"#0","uv":[6.875,5,7.25,5.25]},"north":{"texture":"#0","uv":[7.375,6.625,7.375,6.875]},"south":{"texture":"#0","uv":[7.75,6.625,7.75,6.875]},"up":{"texture":"#0","uv":[7.375,6.625,7.375,6.25]},"west":{"texture":"#0","uv":[7.25,5,6.875,5.25]}},"from":[-14.6,-16,-16],"shade":false,"to":[-14.6,-15.2,-14.8]},{"faces":{"down":{"texture":"#0","uv":[7.375,6.25,7.375,6.625]},"east":{"texture":"#0","uv":[6.875,5,7.25,5.25]},"north":{"texture":"#0","uv":[7.375,6.625,7.375,6.875]},"south":{"texture":"#0","uv":[7.75,6.625,7.75,6.875]},"up":{"texture":"#0","uv":[7.375,6.625,7.375,6.25]},"west":{"texture":"#0","uv":[7.25,5,6.875,5.25]}},"from":[-15.8,-16,-16],"shade":false,"to":[-15.8,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1081588330_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w980.json b/assets/minecraft/models/w980.json new file mode 100644 index 000000000..ace95c4bc --- /dev/null +++ b/assets/minecraft/models/w980.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1256319553_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w981.json b/assets/minecraft/models/w981.json new file mode 100644 index 000000000..ace95c4bc --- /dev/null +++ b/assets/minecraft/models/w981.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,5.5,3.5]},"south":{"texture":"#0","uv":[9,3.5,11,3.5]},"up":{"texture":"#0","uv":[5.5,3.5,3.5,0]},"west":{"texture":"#0","uv":[5.5,3.5,9,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.4,-16,-13.2]}],"overrides":[],"textures":{"0":"item/w1256319553_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w982.json b/assets/minecraft/models/w982.json new file mode 100644 index 000000000..cdee40613 --- /dev/null +++ b/assets/minecraft/models/w982.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,10.75,1.5,11.5]},"east":{"texture":"#0","uv":[0,11.5,0.75,13.5]},"north":{"texture":"#0","uv":[0.75,11.5,1.5,13.5]},"south":{"texture":"#0","uv":[2.25,11.5,3,13.5]},"up":{"texture":"#0","uv":[1.5,11.5,0.75,10.75]},"west":{"texture":"#0","uv":[1.5,11.5,2.25,13.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w3029310_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w983.json b/assets/minecraft/models/w983.json new file mode 100644 index 000000000..cdee40613 --- /dev/null +++ b/assets/minecraft/models/w983.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,10.75,1.5,11.5]},"east":{"texture":"#0","uv":[0,11.5,0.75,13.5]},"north":{"texture":"#0","uv":[0.75,11.5,1.5,13.5]},"south":{"texture":"#0","uv":[2.25,11.5,3,13.5]},"up":{"texture":"#0","uv":[1.5,11.5,0.75,10.75]},"west":{"texture":"#0","uv":[1.5,11.5,2.25,13.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w3029310_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w984.json b/assets/minecraft/models/w984.json new file mode 100644 index 000000000..cdee40613 --- /dev/null +++ b/assets/minecraft/models/w984.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,10.75,1.5,11.5]},"east":{"texture":"#0","uv":[0,11.5,0.75,13.5]},"north":{"texture":"#0","uv":[0.75,11.5,1.5,13.5]},"south":{"texture":"#0","uv":[2.25,11.5,3,13.5]},"up":{"texture":"#0","uv":[1.5,11.5,0.75,10.75]},"west":{"texture":"#0","uv":[1.5,11.5,2.25,13.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w3029310_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w985.json b/assets/minecraft/models/w985.json new file mode 100644 index 000000000..cdee40613 --- /dev/null +++ b/assets/minecraft/models/w985.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,10.75,1.5,11.5]},"east":{"texture":"#0","uv":[0,11.5,0.75,13.5]},"north":{"texture":"#0","uv":[0.75,11.5,1.5,13.5]},"south":{"texture":"#0","uv":[2.25,11.5,3,13.5]},"up":{"texture":"#0","uv":[1.5,11.5,0.75,10.75]},"west":{"texture":"#0","uv":[1.5,11.5,2.25,13.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w3029310_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w986.json b/assets/minecraft/models/w986.json new file mode 100644 index 000000000..45a090d5e --- /dev/null +++ b/assets/minecraft/models/w986.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.5,4.5,7.25,8.5]},"east":{"texture":"#0","uv":[0,8.5,4,10.75]},"north":{"texture":"#0","uv":[4,8.5,7.25,10.75]},"south":{"texture":"#0","uv":[11.25,8.5,14.5,10.75]},"up":{"texture":"#0","uv":[7.25,8.5,4,4.5]},"west":{"texture":"#0","uv":[7.25,8.5,11.25,10.75]}},"from":[-16,-16,-16],"shade":false,"to":[-10.8,-12.4,-9.6]},{"faces":{"east":{"texture":"#0","uv":[15,2.75,11.5,4]},"west":{"texture":"#0","uv":[11.5,2.75,15,4]}},"from":[-13.4,-12.4,-16],"shade":false,"to":[-13.4,-10.4,-10.4]}],"overrides":[],"textures":{"0":"item/w3029310_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w987.json b/assets/minecraft/models/w987.json new file mode 100644 index 000000000..f0d920b93 --- /dev/null +++ b/assets/minecraft/models/w987.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[10.5,2.75,11.5,4]},"west":{"texture":"#0","uv":[11.5,2.75,10.5,4]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-14,-14.4]}],"overrides":[],"textures":{"0":"item/w3029310_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w988.json b/assets/minecraft/models/w988.json new file mode 100644 index 000000000..7a72fc9b9 --- /dev/null +++ b/assets/minecraft/models/w988.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,5.5,2.5,6.5]},"east":{"texture":"#0","uv":[1,6.5,2,7]},"north":{"texture":"#0","uv":[2,6.5,2.5,7]},"south":{"texture":"#0","uv":[3.5,6.5,4,7]},"up":{"texture":"#0","uv":[2.5,6.5,2,5.5]},"west":{"texture":"#0","uv":[2.5,6.5,3.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-14.4]}],"overrides":[],"textures":{"0":"item/w3029310_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w989.json b/assets/minecraft/models/w989.json new file mode 100644 index 000000000..fffc443b6 --- /dev/null +++ b/assets/minecraft/models/w989.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.5,5.5,3,6.5]},"east":{"texture":"#0","uv":[3.5,6.5,2.5,7]},"north":{"texture":"#0","uv":[2.5,6.5,2,7]},"south":{"texture":"#0","uv":[4,6.5,3.5,7]},"up":{"texture":"#0","uv":[2,6.5,2.5,5.5]},"west":{"texture":"#0","uv":[2,6.5,1,7]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-15.2,-14.4]}],"overrides":[],"textures":{"0":"item/w3029310_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w99.json b/assets/minecraft/models/w99.json new file mode 100644 index 000000000..650d620f6 --- /dev/null +++ b/assets/minecraft/models/w99.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.25,0,4.75,0.25]},"east":{"texture":"#0","uv":[4,0.25,4.25,0.875]},"north":{"texture":"#0","uv":[4.25,0.25,4.75,0.875]},"south":{"texture":"#0","uv":[5,0.25,5.5,0.875]},"up":{"texture":"#0","uv":[4.75,0.25,4.25,0]},"west":{"texture":"#0","uv":[4.75,0.25,5,0.875]}},"from":[-16,-16,-14.8],"rotation":{"angle":-45,"axis":"x","origin":[-15.2,-16,-14.4],"rescale":false},"shade":false,"to":[-14.4,-14,-14]},{"faces":{"down":{"texture":"#0","uv":[7.5,4.75,7.5,5]},"east":{"texture":"#0","uv":[6.875,5,7.25,5.25]},"north":{"texture":"#0","uv":[7.5,5,7.5,5.375]},"south":{"texture":"#0","uv":[7.75,5,7.75,5.375]},"up":{"texture":"#0","uv":[7.5,5,7.5,4.75]},"west":{"texture":"#0","uv":[7.25,5,6.875,5.25]}},"from":[-14.6,-14.8,-16],"rotation":{"angle":-45,"axis":"x","origin":[-13.8,-14.8,-15.6],"rescale":false},"shade":false,"to":[-14.6,-13.6,-15.2]},{"faces":{"down":{"texture":"#0","uv":[7.5,4.75,7.5,5]},"east":{"texture":"#0","uv":[6.875,5,7.25,5.25]},"north":{"texture":"#0","uv":[7.5,5,7.5,5.375]},"south":{"texture":"#0","uv":[7.75,5,7.75,5.375]},"up":{"texture":"#0","uv":[7.5,5,7.5,4.75]},"west":{"texture":"#0","uv":[7.25,5,6.875,5.25]}},"from":[-15.8,-14.8,-16],"rotation":{"angle":-45,"axis":"x","origin":[-15,-14.8,-15.6],"rescale":false},"shade":false,"to":[-15.8,-13.6,-15.2]},{"faces":{"down":{"texture":"#0","uv":[7.5,4.75,7.5,5]},"east":{"texture":"#0","uv":[6.875,5,7.25,5.25]},"north":{"texture":"#0","uv":[7.5,5,7.5,5.375]},"south":{"texture":"#0","uv":[7.75,5,7.75,5.375]},"up":{"texture":"#0","uv":[7.5,5,7.5,4.75]},"west":{"texture":"#0","uv":[7.25,5,6.875,5.25]}},"from":[-15.2,-14.8,-16],"rotation":{"angle":-45,"axis":"x","origin":[-14.4,-14.8,-15.6],"rescale":false},"shade":false,"to":[-15.2,-13.6,-15.2]}],"overrides":[],"textures":{"0":"item/w1081588330_1"}} \ No newline at end of file diff --git a/assets/minecraft/models/w990.json b/assets/minecraft/models/w990.json new file mode 100644 index 000000000..8c8f628e0 --- /dev/null +++ b/assets/minecraft/models/w990.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,5,2.75,5.25]},"east":{"texture":"#0","uv":[1.75,5.25,2,5.5]},"north":{"texture":"#0","uv":[2,5.25,2.75,5.5]},"south":{"texture":"#0","uv":[3,5.25,3.75,5.5]},"up":{"texture":"#0","uv":[2.75,5.25,2,5]},"west":{"texture":"#0","uv":[2.75,5.25,3,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.68,-15.5199995,-15.6]}],"overrides":[],"textures":{"0":"item/w3029310_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w991.json b/assets/minecraft/models/w991.json new file mode 100644 index 000000000..4797d4ed6 --- /dev/null +++ b/assets/minecraft/models/w991.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.75,5,3.5,5.25]},"east":{"texture":"#0","uv":[3,5.25,2.75,5.5]},"north":{"texture":"#0","uv":[2.75,5.25,2,5.5]},"south":{"texture":"#0","uv":[3.75,5.25,3,5.5]},"up":{"texture":"#0","uv":[2,5.25,2.75,5]},"west":{"texture":"#0","uv":[2,5.25,1.75,5.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.68,-15.5199995,-15.6]}],"overrides":[],"textures":{"0":"item/w3029310_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w992.json b/assets/minecraft/models/w992.json new file mode 100644 index 000000000..ae3e15fc4 --- /dev/null +++ b/assets/minecraft/models/w992.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[8.25,0,5.25,2.25]},"east":{"texture":"#0","uv":[0,2.25,2.25,4.5]},"north":{"texture":"#0","uv":[2.25,2.25,5.25,4.5]},"south":{"texture":"#0","uv":[7.5,2.25,10.5,4.5]},"up":{"texture":"#0","uv":[5.25,2.25,2.25,0]},"west":{"texture":"#0","uv":[5.25,2.25,7.5,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-11.2,-12.4,-12.4]}],"overrides":[],"textures":{"0":"item/w3029310_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w993.json b/assets/minecraft/models/w993.json new file mode 100644 index 000000000..83f2e65fa --- /dev/null +++ b/assets/minecraft/models/w993.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13.75,0,12.5,0.75]},"east":{"texture":"#0","uv":[10.5,0.75,11.25,1.5]},"north":{"texture":"#0","uv":[11.25,0.75,12.5,1.5]},"south":{"texture":"#0","uv":[13.25,0.75,14.5,1.5]},"up":{"texture":"#0","uv":[12.5,0.75,11.25,0]},"west":{"texture":"#0","uv":[12.5,0.75,13.25,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w3029310_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w994.json b/assets/minecraft/models/w994.json new file mode 100644 index 000000000..0a85faf1d --- /dev/null +++ b/assets/minecraft/models/w994.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.75,1.5,14,2.5]},"east":{"texture":"#0","uv":[13.75,2.5,12.75,2.75]},"north":{"texture":"#0","uv":[12.75,2.5,11.5,2.75]},"south":{"texture":"#0","uv":[15,2.5,13.75,2.75]},"up":{"texture":"#0","uv":[11.5,2.5,12.75,1.5]},"west":{"texture":"#0","uv":[11.5,2.5,10.5,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w3029310_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w995.json b/assets/minecraft/models/w995.json new file mode 100644 index 000000000..2786b0f1e --- /dev/null +++ b/assets/minecraft/models/w995.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[14,1.5,12.75,2.5]},"east":{"texture":"#0","uv":[10.5,2.5,11.5,2.75]},"north":{"texture":"#0","uv":[11.5,2.5,12.75,2.75]},"south":{"texture":"#0","uv":[13.75,2.5,15,2.75]},"up":{"texture":"#0","uv":[12.75,2.5,11.5,1.5]},"west":{"texture":"#0","uv":[12.75,2.5,13.75,2.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w3029310_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w996.json b/assets/minecraft/models/w996.json new file mode 100644 index 000000000..882894deb --- /dev/null +++ b/assets/minecraft/models/w996.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,10.75,1.5,11.5]},"east":{"texture":"#0","uv":[0,11.5,0.75,13.5]},"north":{"texture":"#0","uv":[0.75,11.5,1.5,13.5]},"south":{"texture":"#0","uv":[2.25,11.5,3,13.5]},"up":{"texture":"#0","uv":[1.5,11.5,0.75,10.75]},"west":{"texture":"#0","uv":[1.5,11.5,2.25,13.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1616426741_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w997.json b/assets/minecraft/models/w997.json new file mode 100644 index 000000000..882894deb --- /dev/null +++ b/assets/minecraft/models/w997.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,10.75,1.5,11.5]},"east":{"texture":"#0","uv":[0,11.5,0.75,13.5]},"north":{"texture":"#0","uv":[0.75,11.5,1.5,13.5]},"south":{"texture":"#0","uv":[2.25,11.5,3,13.5]},"up":{"texture":"#0","uv":[1.5,11.5,0.75,10.75]},"west":{"texture":"#0","uv":[1.5,11.5,2.25,13.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1616426741_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w998.json b/assets/minecraft/models/w998.json new file mode 100644 index 000000000..882894deb --- /dev/null +++ b/assets/minecraft/models/w998.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,10.75,1.5,11.5]},"east":{"texture":"#0","uv":[0,11.5,0.75,13.5]},"north":{"texture":"#0","uv":[0.75,11.5,1.5,13.5]},"south":{"texture":"#0","uv":[2.25,11.5,3,13.5]},"up":{"texture":"#0","uv":[1.5,11.5,0.75,10.75]},"west":{"texture":"#0","uv":[1.5,11.5,2.25,13.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1616426741_0"}} \ No newline at end of file diff --git a/assets/minecraft/models/w999.json b/assets/minecraft/models/w999.json new file mode 100644 index 000000000..882894deb --- /dev/null +++ b/assets/minecraft/models/w999.json @@ -0,0 +1 @@ +{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[2.25,10.75,1.5,11.5]},"east":{"texture":"#0","uv":[0,11.5,0.75,13.5]},"north":{"texture":"#0","uv":[0.75,11.5,1.5,13.5]},"south":{"texture":"#0","uv":[2.25,11.5,3,13.5]},"up":{"texture":"#0","uv":[1.5,11.5,0.75,10.75]},"west":{"texture":"#0","uv":[1.5,11.5,2.25,13.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-12.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1616426741_0"}} \ No newline at end of file diff --git a/assets/minecraft/shaders/core/position_color.json b/assets/minecraft/shaders/core/position_color.json new file mode 100644 index 000000000..81bac4b5c --- /dev/null +++ b/assets/minecraft/shaders/core/position_color.json @@ -0,0 +1 @@ +{"blend":{"func":"add","srcrgb":"srcalpha","dstrgb":"1-srcalpha"},"vertex":"render/gui","fragment":"position_color","attributes":["Color"],"samplers":[],"uniforms":[{"name":"ModelViewMat","type":"matrix4x4","count":16,"values":[1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0]},{"name":"ProjMat","type":"matrix4x4","count":16,"values":[1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0]},{"name":"ColorModulator","type":"float","count":4,"values":[1.0,1.0,1.0,1.0]}]} \ No newline at end of file diff --git a/assets/minecraft/shaders/core/position_tex.json b/assets/minecraft/shaders/core/position_tex.json new file mode 100644 index 000000000..b6878d89b --- /dev/null +++ b/assets/minecraft/shaders/core/position_tex.json @@ -0,0 +1 @@ +{"blend":{"func":"add","srcrgb":"srcalpha","dstrgb":"1-srcalpha"},"vertex":"render/texture","fragment":"render/texture","attributes":["Position","UV0"],"samplers":[{"name":"Sampler0"}],"uniforms":[{"name":"ModelViewMat","type":"matrix4x4","count":16,"values":[1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0]},{"name":"ProjMat","type":"matrix4x4","count":16,"values":[1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0]},{"name":"ColorModulator","type":"float","count":4,"values":[1.0,1.0,1.0,1.0]},{"name":"ScreenSize","type":"float","count":2,"values":[0.0,0.0]},{"name":"GameTime","type":"float","count":1,"values":[1.0]}]} \ No newline at end of file diff --git a/assets/minecraft/shaders/core/render/glint.fsh b/assets/minecraft/shaders/core/render/glint.fsh new file mode 100644 index 000000000..0343d6be3 --- /dev/null +++ b/assets/minecraft/shaders/core/render/glint.fsh @@ -0,0 +1,33 @@ +#version 150 + +#moj_import +#moj_import +#moj_import + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; +uniform float FogStart; +uniform float FogEnd; +uniform float GlintAlpha; + +uniform mat4 TextureMat; + +in float vertexDistance; +in vec2 texCoord0; + +in vec2 edgeUV; + +out vec4 fragColor; + +void main() { + vec2 texCoord0 = scale(texCoord0, vec2(4, 2)); + texCoord0 = (TextureMat * vec4(texCoord0, 0, 1)).xy; + vec4 color = texture(Sampler0, texCoord0) * ColorModulator; + + float edge = edge(edgeUV); + color /= edge; + + float fade = linear_fog_fade(vertexDistance, FogStart, FogEnd) * GlintAlpha; + fragColor = vec4(color.rgb * fade, color.a); +} diff --git a/assets/minecraft/shaders/core/render/glint.vsh b/assets/minecraft/shaders/core/render/glint.vsh new file mode 100644 index 000000000..cc02fc847 --- /dev/null +++ b/assets/minecraft/shaders/core/render/glint.vsh @@ -0,0 +1,29 @@ +#version 150 + +#moj_import +#moj_import +#moj_import +#moj_import + +in vec3 Position; +in vec2 UV0; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; +uniform mat4 TextureMat; +uniform int FogShape; + +out float vertexDistance; +out vec2 texCoord0; + +out vec2 edgeUV; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexDistance = fog_distance_custom(Position, FogShape); + texCoord0 = UV0; + + int vertIndex = gl_VertexID & 3; + edgeUV = uvs[vertIndex]; +} diff --git a/assets/minecraft/shaders/core/render/gui.fsh b/assets/minecraft/shaders/core/render/gui.fsh new file mode 100644 index 000000000..47d9d20e4 --- /dev/null +++ b/assets/minecraft/shaders/core/render/gui.fsh @@ -0,0 +1,21 @@ +#version 150 +#define FRAGMENT_SHADER +#define RENDERTYPE_GUI + +#moj_import +#moj_import + +in vec4 vertexColor; + +uniform vec4 ColorModulator; + +out vec4 fragColor; + +void main() { + transform.color = vertexColor; + + if(transform.color.a == 0.0) + discard; + + fragColor = transform.color * ColorModulator; +} \ No newline at end of file diff --git a/assets/minecraft/shaders/core/render/gui.vsh b/assets/minecraft/shaders/core/render/gui.vsh new file mode 100644 index 000000000..c776b7bbb --- /dev/null +++ b/assets/minecraft/shaders/core/render/gui.vsh @@ -0,0 +1,29 @@ +#version 150 +#define VERTEX_SHADER +#define RENDERTYPE_GUI +#define POSITION_COLOR + +#moj_import +#moj_import +#moj_import + +in vec3 Position; +in vec4 Color; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; + +out vec4 vertexColor; + +void main() { + transform.color = Color; + transform.position = Position; + transform.projMat = ProjMat; + transform.vertexColor = Color; + + gl_Position = ProjMat * ModelViewMat * vec4(transform.position, 1.0); + + disableBadges(2); + disableTooltips(); + vertexColor = transform.vertexColor; +} \ No newline at end of file diff --git a/assets/minecraft/shaders/core/render/item.fsh b/assets/minecraft/shaders/core/render/item.fsh new file mode 100644 index 000000000..a388053de --- /dev/null +++ b/assets/minecraft/shaders/core/render/item.fsh @@ -0,0 +1,49 @@ +#version 150 +#define FRAGMENT_SHADER +#define RENDERTYPE_ENTITY_TRANSLUCENT_CULL + +#moj_import +#moj_import +#moj_import +#moj_import + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; +uniform float FogStart; +uniform float FogEnd; +uniform vec4 FogColor; + +in float depth; +in float vertexDistance; +in vec4 vertexColor; +in vec4 overlayColor; +in vec4 shadeColor; +in vec4 lightColor; +in vec2 texCoord0; + +out vec4 fragColor; + +void main() { + transform.vertexDistance = vertexDistance; + transform.texColor = texture(Sampler0, texCoord0); + transform.vertColor = vertexColor; + transform.colorMod = ColorModulator; + transform.shadeColor = shadeColor; + transform.lightColor = lightColor; + transform.alpha = textureLod(Sampler0, texCoord0, 0).a * 255.0; + transform.overlayColor = overlayColor; + transform.depth = depth; + + emissiveModel(); + #if defined(MC_1_21_2) + perspectiveModel(253.0, 252.0, -800.0); + #else + perspectiveModel(253.0, 252.0, 2.0); + #endif + + if(transform.color.a < 0.1) + discard; + + fragColor = linear_fog(transform.color, transform.vertexDistance - (1.0 - transform.emissive) * 4.0, FogStart, FogEnd, FogColor); +} diff --git a/assets/minecraft/shaders/core/render/item.vsh b/assets/minecraft/shaders/core/render/item.vsh new file mode 100644 index 000000000..cb4cfc0dd --- /dev/null +++ b/assets/minecraft/shaders/core/render/item.vsh @@ -0,0 +1,57 @@ +#version 150 +#define VERTEX_SHADER +#define RENDERTYPE_ENTITY_TRANSLUCENT_CULL + +#moj_import +#moj_import +#moj_import +#moj_import +#moj_import + +in vec3 Position; +in vec4 Color; +in vec2 UV0; +in vec2 UV1; +in ivec2 UV2; +in vec3 Normal; + +uniform sampler2D Sampler2; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; +uniform int FogShape; + +uniform vec3 Light0_Direction; +uniform vec3 Light1_Direction; + +out float depth; +out float vertexDistance; +out vec4 vertexColor; +out vec4 overlayColor; +out vec4 shadeColor; +out vec4 lightColor; +out vec2 texCoord0; +out vec2 texCoord1; +out vec2 texCoord2; + +void main() { + transform.color = Color; + transform.position = Position; + + #if defined(MC_1_20_5) || defined(MC_1_21_2) + anchorZ(551, 2201); + #endif + + gl_Position = ProjMat * ModelViewMat * vec4(transform.position, 1.0); + + depth = Position.z; + overlayColor = vec4(1); + shadeColor = Color; + lightColor = texelFetch(Sampler2, UV2 / 16, 0); + + vertexColor = minecraft_mix_light(Light0_Direction, Light1_Direction, Normal, transform.color); + vertexDistance = fog_distance_custom((ModelViewMat * vec4(transform.position, 1)).xyz, FogShape); + texCoord0 = UV0; + texCoord1 = UV1; + texCoord2 = UV2; +} diff --git a/assets/minecraft/shaders/core/render/text.fsh b/assets/minecraft/shaders/core/render/text.fsh new file mode 100644 index 000000000..5b5212a18 --- /dev/null +++ b/assets/minecraft/shaders/core/render/text.fsh @@ -0,0 +1,41 @@ +#version 150 +#define FRAGMENT_SHADER +#define RENDERTYPE_TEXT + +#moj_import +#moj_import +#moj_import + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; +uniform float FogStart; +uniform float FogEnd; +uniform vec4 FogColor; + +in float vertexDistance; +in vec4 vertexColor; +in vec2 texCoord0; +in float depth; + +out vec4 fragColor; + +void main() { + transform.vertexColor = vertexColor; + transform.colorMod = ColorModulator; + transform.texColor = texture(Sampler0, texCoord0); + transform.color = transform.texColor * vertexColor * ColorModulator; + transform.textDepth = depth; + + #if defined(MC_1_20_2) + disableShadow(0); + #elif defined(MC_1_20_5) + disableShadow(2200); + #elif defined(MC_1_21_2) + disableShadow(2200); + disableShadow(1200); + disableShadow(-1000); + #endif + + fragColor = linear_fog(transform.color, vertexDistance, FogStart, FogEnd, FogColor); +} \ No newline at end of file diff --git a/assets/minecraft/shaders/core/render/text.vsh b/assets/minecraft/shaders/core/render/text.vsh new file mode 100644 index 000000000..80f9af72b --- /dev/null +++ b/assets/minecraft/shaders/core/render/text.vsh @@ -0,0 +1,64 @@ +#version 150 +#define VERTEX_SHADER +#define RENDERTYPE_TEXT + +#moj_import +#moj_import +#moj_import +#moj_import + +in vec3 Position; +in vec4 Color; +in vec2 UV0; +in ivec2 UV2; + +uniform sampler2D Sampler0; +uniform sampler2D Sampler2; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; +uniform int FogShape; +uniform vec2 ScreenSize; + +out float vertexDistance; +out vec4 vertexColor; +out vec2 texCoord0; + +out float depth; + +void main() { + transform.color = Color; + transform.topRight = texelFetch(Sampler0, ivec2(6, 0), 0) * 255.0; + transform.topLeft = texelFetch(Sampler0, ivec2(0, 0), 0) * 255.0; + transform.centerRight = texelFetch(Sampler0, ivec2(6, 8), 0) * 255.0; + transform.textureColor = getVertexColor(Sampler0, gl_VertexID, UV0) * 255; + transform.textureUV = UV0; + transform.screenSize = ScreenSize; + transform.position = Position; + transform.screenOffset = vec4(0); + transform.initScreen = ProjMat * ModelViewMat * vec4(Position, 1.0); + transform.textDepth = Position.z; + + #if defined(MC_1_20_2) + hideScoreboardNumbers(vec3(0.94, -0.35, 0), vec3(255, 85, 85), 4); + anchorZ(1.0, 0.03, -1); + #elif defined(MC_1_20_5) || defined(MC_1_21_2) + hideScoreboardNumbers(vec3(0.94, -0.35, 2000), vec3(255, 85, 85), 4); + anchorZ(1.0, 2200.03, -2200.03); + #endif + + verticalSlide(2, Color.a); + atlasOffset(transform.topRight, vec4(44, 255, 0, 199), vec2(5, 0), vec2(1, 1.98)); + atlasOffset(transform.topLeft, vec4(45, 255, 0, 15), vec2(0, 0), vec2(-1, 1.98)); + atlasOffset(transform.topLeft, vec4(46, 255, 0, 15), vec2(0, 0), vec2(1, 1)); + atlasOffset(transform.centerRight, vec4(47, 255, 0, 15), vec2(0, 0), vec2(1, 1)); + atlasOffset(transform.centerRight, vec4(48, 255, 0, 15), vec2(0, 0), vec2(-1, 1)); + atlasOffset(transform.centerRight, vec4(49, 255, 0, 15), vec2(0, 0), vec2(0, 1.98)); + offset(3, vec2(0, 0), vec2(0, 1), true); + + depth = Position.z; + texCoord0 = transform.textureUV; + vertexDistance = fog_distance_custom(transform.position, FogShape); + vertexColor = transform.color * texelFetch(Sampler2, UV2 / 16, 0); + gl_Position = (ProjMat * ModelViewMat * vec4(transform.position, 1.0)) + transform.screenOffset; +} \ No newline at end of file diff --git a/assets/minecraft/shaders/core/render/texture.fsh b/assets/minecraft/shaders/core/render/texture.fsh new file mode 100644 index 000000000..6eaf48aa8 --- /dev/null +++ b/assets/minecraft/shaders/core/render/texture.fsh @@ -0,0 +1,35 @@ +#version 150 +#define FRAGMENT_SHADER +#define POSITION_TEX +#define POSITION_TEX_COLOR + +#moj_import +#moj_import +#moj_import + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; + +in vec2 texCoord0; +in vec4 vertexColor; + +out vec4 fragColor; + +void main() { + transform.textureUV = texCoord0; + transform.colorMod = ColorModulator; + #if defined(MC_1_21_2) + transform.color = texture(Sampler0, texCoord0) * vertexColor; + #else + transform.color = texture(Sampler0, texCoord0); + #endif + + removePixel(Sampler0, ivec2(0, 0), ivec4(255, 0, 0, 255)); + removePixel(Sampler0, ivec2(0, 1), ivec4(255, 0, 0, 255)); + + if(transform.color.a == 0.0 || transform.color.a == 1.0 / 255.0) + discard; + + fragColor = transform.color * transform.colorMod; +} \ No newline at end of file diff --git a/assets/minecraft/shaders/core/render/texture.vsh b/assets/minecraft/shaders/core/render/texture.vsh new file mode 100644 index 000000000..f4d00b5e7 --- /dev/null +++ b/assets/minecraft/shaders/core/render/texture.vsh @@ -0,0 +1,47 @@ +#version 150 +#define VERTEX_SHADER +#define POSITION_TEX +#define POSITION_TEX_COLOR + +#moj_import +#moj_import +#moj_import + +in vec3 Position; +in vec2 UV0; +in vec4 Color; + +uniform sampler2D Sampler0; +uniform vec2 ScreenSize; +uniform float GameTime; +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; + +out vec2 texCoord0; +out vec4 vertexColor; + +void main() { + texCoord0 = UV0; + + transform.position = Position; + transform.vertexColor = Color; + transform.textureUV = UV0; + transform.gameTime = GameTime; + transform.guiScale = getGuiScale(ProjMat, ScreenSize); + transform.color = getVertexColor(Sampler0, gl_VertexID, texCoord0) * 255.0; + transform.elementDepth = Position.z; + + #if defined(MC_1_20_5) + anchorZ(400, 1300); + #endif + + paddingElement(Sampler0); + offsetElement(1.0, 0, -200); + + gl_Position = ProjMat * ModelViewMat * vec4(transform.position, 1.0); + texCoord0 = transform.textureUV; + + #if defined(MC_1_21_2) + vertexColor = transform.vertexColor; + #endif +} \ No newline at end of file diff --git a/assets/minecraft/shaders/core/rendertype_armor_entity_glint.json b/assets/minecraft/shaders/core/rendertype_armor_entity_glint.json new file mode 100644 index 000000000..4f314cab6 --- /dev/null +++ b/assets/minecraft/shaders/core/rendertype_armor_entity_glint.json @@ -0,0 +1 @@ +{"blend":{"func":"add","srcrgb":"srcalpha","dstrgb":"1-srcalpha"},"vertex":"render/glint","fragment":"render/glint","samplers":[{"name":"Sampler0"}],"uniforms":[{"name":"ModelViewMat","type":"matrix4x4","count":16,"values":[1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0]},{"name":"ProjMat","type":"matrix4x4","count":16,"values":[1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0]},{"name":"ColorModulator","type":"float","count":4,"values":[1.0,1.0,1.0,1.0]},{"name":"GlintAlpha","type":"float","count":1,"values":[1.0]},{"name":"FogStart","type":"float","count":1,"values":[0.0]},{"name":"FogEnd","type":"float","count":1,"values":[1.0]},{"name":"FogShape","type":"int","count":1,"values":[0]},{"name":"TextureMat","type":"matrix4x4","count":16,"values":[1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0]}]} \ No newline at end of file diff --git a/assets/minecraft/shaders/core/rendertype_entity_solid.fsh b/assets/minecraft/shaders/core/rendertype_entity_solid.fsh new file mode 100644 index 000000000..9f35ffb94 --- /dev/null +++ b/assets/minecraft/shaders/core/rendertype_entity_solid.fsh @@ -0,0 +1,30 @@ +#version 150 + +#moj_import + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; +uniform float FogStart; +uniform float FogEnd; +uniform vec4 FogColor; + +in float vertexDistance; +in vec4 vertexColor; +in vec4 lightMapColor; +in vec4 overlayColor; +in vec2 texCoord0; +in vec4 normal; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0); + if (color.a < 0.1) { + discard; + } + color *= vertexColor * ColorModulator; + color.rgb = mix(overlayColor.rgb, color.rgb, overlayColor.a); + color *= lightMapColor; + fragColor = linear_fog(color, vertexDistance, FogStart, FogEnd, FogColor); +} diff --git a/assets/minecraft/shaders/core/rendertype_entity_translucent_cull.json b/assets/minecraft/shaders/core/rendertype_entity_translucent_cull.json new file mode 100644 index 000000000..56bc5c7bb --- /dev/null +++ b/assets/minecraft/shaders/core/rendertype_entity_translucent_cull.json @@ -0,0 +1 @@ +{"blend":{"func":"add","srcrgb":"srcalpha","dstrgb":"1-srcalpha"},"vertex":"render/item","fragment":"render/item","attributes":["Position","Color","UV0","UV1","UV2","Normal"],"samplers":[{"name":"Sampler0"},{"name":"Sampler2"}],"uniforms":[{"name":"ModelViewMat","type":"matrix4x4","count":16,"values":[1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0]},{"name":"ProjMat","type":"matrix4x4","count":16,"values":[1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0]},{"name":"ColorModulator","type":"float","count":4,"values":[1.0,1.0,1.0,1.0]},{"name":"Light0_Direction","type":"float","count":3,"values":[0.0,0.0,0.0]},{"name":"Light1_Direction","type":"float","count":3,"values":[0.0,0.0,0.0]},{"name":"FogStart","type":"float","count":1,"values":[0.0]},{"name":"FogEnd","type":"float","count":1,"values":[1.0]},{"name":"FogColor","type":"float","count":4,"values":[0.0,0.0,0.0,0.0]},{"name":"FogShape","type":"int","count":1,"values":[0]}]} \ No newline at end of file diff --git a/assets/minecraft/shaders/core/rendertype_glint.json b/assets/minecraft/shaders/core/rendertype_glint.json new file mode 100644 index 000000000..4f314cab6 --- /dev/null +++ b/assets/minecraft/shaders/core/rendertype_glint.json @@ -0,0 +1 @@ +{"blend":{"func":"add","srcrgb":"srcalpha","dstrgb":"1-srcalpha"},"vertex":"render/glint","fragment":"render/glint","samplers":[{"name":"Sampler0"}],"uniforms":[{"name":"ModelViewMat","type":"matrix4x4","count":16,"values":[1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0]},{"name":"ProjMat","type":"matrix4x4","count":16,"values":[1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0]},{"name":"ColorModulator","type":"float","count":4,"values":[1.0,1.0,1.0,1.0]},{"name":"GlintAlpha","type":"float","count":1,"values":[1.0]},{"name":"FogStart","type":"float","count":1,"values":[0.0]},{"name":"FogEnd","type":"float","count":1,"values":[1.0]},{"name":"FogShape","type":"int","count":1,"values":[0]},{"name":"TextureMat","type":"matrix4x4","count":16,"values":[1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0]}]} \ No newline at end of file diff --git a/assets/minecraft/shaders/core/rendertype_glint_direct.json b/assets/minecraft/shaders/core/rendertype_glint_direct.json new file mode 100644 index 000000000..4f314cab6 --- /dev/null +++ b/assets/minecraft/shaders/core/rendertype_glint_direct.json @@ -0,0 +1 @@ +{"blend":{"func":"add","srcrgb":"srcalpha","dstrgb":"1-srcalpha"},"vertex":"render/glint","fragment":"render/glint","samplers":[{"name":"Sampler0"}],"uniforms":[{"name":"ModelViewMat","type":"matrix4x4","count":16,"values":[1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0]},{"name":"ProjMat","type":"matrix4x4","count":16,"values":[1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0]},{"name":"ColorModulator","type":"float","count":4,"values":[1.0,1.0,1.0,1.0]},{"name":"GlintAlpha","type":"float","count":1,"values":[1.0]},{"name":"FogStart","type":"float","count":1,"values":[0.0]},{"name":"FogEnd","type":"float","count":1,"values":[1.0]},{"name":"FogShape","type":"int","count":1,"values":[0]},{"name":"TextureMat","type":"matrix4x4","count":16,"values":[1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0]}]} \ No newline at end of file diff --git a/assets/minecraft/shaders/core/rendertype_gui.json b/assets/minecraft/shaders/core/rendertype_gui.json new file mode 100644 index 000000000..9b4da0f6f --- /dev/null +++ b/assets/minecraft/shaders/core/rendertype_gui.json @@ -0,0 +1 @@ +{"blend":{"func":"add","srcrgb":"srcalpha","dstrgb":"1-srcalpha"},"vertex":"render/gui","fragment":"render/gui","attributes":["Color"],"samplers":[],"uniforms":[{"name":"ModelViewMat","type":"matrix4x4","count":16,"values":[1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0]},{"name":"ProjMat","type":"matrix4x4","count":16,"values":[1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0]},{"name":"ColorModulator","type":"float","count":4,"values":[1.0,1.0,1.0,1.0]}]} \ No newline at end of file diff --git a/assets/minecraft/shaders/core/rendertype_text.json b/assets/minecraft/shaders/core/rendertype_text.json new file mode 100644 index 000000000..d24f712f2 --- /dev/null +++ b/assets/minecraft/shaders/core/rendertype_text.json @@ -0,0 +1 @@ +{"blend":{"func":"add","srcrgb":"srcalpha","dstrgb":"1-srcalpha"},"vertex":"render/text","fragment":"render/text","attributes":["Position","Color","UV0","UV2"],"samplers":[{"name":"Sampler0"},{"name":"Sampler2"}],"uniforms":[{"name":"ModelViewMat","type":"matrix4x4","count":16,"values":[1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0]},{"name":"ProjMat","type":"matrix4x4","count":16,"values":[1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0]},{"name":"ColorModulator","type":"float","count":4,"values":[1.0,1.0,1.0,1.0]},{"name":"FogStart","type":"float","count":1,"values":[0.0]},{"name":"FogEnd","type":"float","count":1,"values":[1.0]},{"name":"FogColor","type":"float","count":4,"values":[0.0,0.0,0.0,0.0]},{"name":"ScreenSize","type":"float","count":2,"values":[1.0,1.0]}]} \ No newline at end of file diff --git a/assets/minecraft/shaders/include/glint.glsl b/assets/minecraft/shaders/include/glint.glsl new file mode 100644 index 000000000..2b3c95cf2 --- /dev/null +++ b/assets/minecraft/shaders/include/glint.glsl @@ -0,0 +1,13 @@ +#define pi (3.1415926538) +#define brightness (0.1) + +const vec2 uvs[4] = vec2[](vec2(0, 0), vec2(0, 1), vec2(1, 1), vec2(1, 0)); + +float edge(vec2 uv) { + return (1 - brightness) + sin(pi * uv.x) * sin(pi * uv.y); +} + +vec2 scale(vec2 pos, vec2 size) { + pos *= floor(size); + return pos; +} diff --git a/assets/minecraft/shaders/include/gui.glsl b/assets/minecraft/shaders/include/gui.glsl new file mode 100644 index 000000000..1efa77759 --- /dev/null +++ b/assets/minecraft/shaders/include/gui.glsl @@ -0,0 +1,42 @@ +#version 150 +#if defined(RENDERTYPE_GUI) || defined(POSITION_COLOR) + +#ifdef VERTEX_SHADER + +struct Transform { + vec4 color; + vec4 vertexColor; + vec3 position; + mat4 projMat; +} transform; + +void disableBadges(float x) { + if (transform.position.x <= x) { + switch (toInt(ivec3(transform.color.rgb*254.5))) { + case 0xE6AF49: + case 0x77B3E9: + case 0xA0A0A0: + case 0xE84F58: + case 0xEAC864: + case 0xCFCFCF: + transform.vertexColor = vec4(0); + break; + } + } +} + +void disableTooltips() { + if (isTooltip(transform.projMat, transform.position) && (gl_Position.x > 1 || gl_Position.x < -0.99)) { + transform.vertexColor = vec4(0); + } +} +#endif + +#ifdef FRAGMENT_SHADER + +struct Transform { + vec4 color; +} transform; +#endif + +#endif \ No newline at end of file diff --git a/assets/minecraft/shaders/include/item.glsl b/assets/minecraft/shaders/include/item.glsl new file mode 100644 index 000000000..0bbc259f7 --- /dev/null +++ b/assets/minecraft/shaders/include/item.glsl @@ -0,0 +1,57 @@ +#version 150 +#if defined(RENDERTYPE_ENTITY_TRANSLUCENT_CULL) + +#ifdef VERTEX_SHADER + +struct Transform { + vec3 position; + vec4 color; +} transform; + +void anchorZ(float depth, float target) { + if(transform.position.z != depth) { + return; + } + + transform.position.z = target; +} +#endif + +#ifdef FRAGMENT_SHADER + +struct Transform { + vec4 vertColor; + vec4 overlayColor; + vec4 shadeColor; + vec4 lightColor; + vec4 texColor; + vec4 color; + vec4 colorMod; + float vertexDistance; + float alpha; + float emissive; + float depth; +} transform; + +void emissiveModel() { + transform.emissive = sign(abs(transform.texColor.a - 254.0 / 255.0)); + transform.texColor.a = mix(1, transform.texColor.a, transform.emissive); + transform.color = transform.texColor * mix(transform.shadeColor, transform.vertColor, transform.emissive) * transform.colorMod; + transform.color.rgb = mix(transform.overlayColor.rgb, transform.color.rgb, transform.overlayColor.a); + transform.color *= mix(vec4(1), transform.lightColor, transform.emissive); +} + +void perspectiveModel(float worldAlpha, float interfaceAlpha, float depth) { + if(alpha(transform.alpha, worldAlpha) && transform.vertexDistance < 800) + discard; + + if(transform.vertexDistance >= 800) { + if(alpha(transform.alpha, worldAlpha) && transform.depth < depth) + discard; + else if(alpha(transform.alpha, interfaceAlpha) && transform.depth >= depth) + discard; + } +} +#endif + +#endif \ No newline at end of file diff --git a/assets/minecraft/shaders/include/text.glsl b/assets/minecraft/shaders/include/text.glsl new file mode 100644 index 000000000..6172beabc --- /dev/null +++ b/assets/minecraft/shaders/include/text.glsl @@ -0,0 +1,103 @@ +#version 150 +#if defined(RENDERTYPE_TEXT) + +#ifdef VERTEX_SHADER + +struct Transform { + vec4 color; + vec4 topRight; + vec4 topLeft; + vec4 centerRight; + vec4 textureColor; + vec2 textureUV; + vec2 screenSize; + vec3 position; + vec4 screenOffset; + vec4 initScreen; + float textDepth; +} transform; + +void hideScoreboardNumbers(vec3 position, vec3 numberColor, int vertex) { + if(transform.position.z != position.z || gl_VertexID % vertex > 0) + return; + if(transform.initScreen.x < position.x || transform.initScreen.y < position.y) + return; + if(transform.color.r != numberColor.r / 255.0 || transform.color.g != numberColor.g / 255.0 || transform.color.b != numberColor.b / 255.0) + return; + + transform.position.x += transform.screenSize.x + 100; +} + +void offset(float alpha, vec2 gui, vec2 screen, bool align) { + if(transform.textureColor.a != alpha) { + return; + } + + if(align && mod(round(transform.screenSize.x), 2) != 0) { + transform.position.x += 1; + } + + transform.position.x += gui.x; + transform.position.y += gui.y; + transform.screenOffset.x += screen.x; + transform.screenOffset.y += screen.y; +} + +void atlasOffset(vec4 atlas, vec4 color, vec2 gui, vec2 screen) { + if(atlas != color) { + return; + } + + transform.position.x += gui.x; + transform.position.y += gui.y; + transform.screenOffset.x += screen.x; + transform.screenOffset.y += screen.y; +} + +void anchorZ(float alpha, float depth, float target) { + if(transform.textureColor.a != alpha) { + return; + } + if(transform.textDepth != depth) { + return; + } + transform.position.z = target; +} + +void verticalSlide(float alpha, float time) { + if(transform.textureColor.a != alpha) { + return; + } + + transform.position.y += (time * 15) - 10; +} +#endif + +#ifdef FRAGMENT_SHADER + +struct Transform { + vec4 texColor; + vec4 color; + vec4 colorMod; + vec4 vertexColor; + float textDepth; +} transform; + +void disableShadow(float depth) { + if(transform.color.a < 0.1 || transform.color.a == 1.0 / 255.0) { + discard; + } + + if(transform.texColor.a < 1.0) { + if(transform.textDepth == depth || transform.textDepth == 0) { + discard; + } + + if(transform.texColor.a == 254.0 / 255.0) { + transform.color = vec4(transform.texColor.rgb, 1.0) * transform.vertexColor * transform.colorMod; + } + } +} +#endif + +#endif \ No newline at end of file diff --git a/assets/minecraft/shaders/include/texture.glsl b/assets/minecraft/shaders/include/texture.glsl new file mode 100644 index 000000000..bac77a86e --- /dev/null +++ b/assets/minecraft/shaders/include/texture.glsl @@ -0,0 +1,62 @@ +#version 150 +#if defined(POSITION_TEX) || defined(POSITION_TEX_COLOR) + +#ifdef VERTEX_SHADER + +struct Transform { + vec4 color; + vec4 vertexColor; + float guiScale; + float gameTime; + float elementDepth; + vec3 position; + vec2 textureUV; +} transform; + +void offsetElement(float alpha, float x, float y) { + if(transform.color.a == alpha) { + transform.position.x -= x * transform.guiScale; + transform.position.y -= y * transform.guiScale; + } +} + +void paddingElement(sampler2D Sampler0) { + ivec4 check = getVertex(Sampler0, 0, 1); + if(check != ivec4(255, 0, 0, 255)) { + return; + } + ivec4 element = getVertex(Sampler0, 0, 0); + if(element.a != 0 && element.a != 255) { + transform.textureUV = corners[gl_VertexID % 4]; + transform.position.xy += (transform.textureUV - 0.5) * (ivec2(256) - element.ba); + int frame = int(transform.gameTime * element.y * 1400.0) % element.x; + ivec2 cells = textureSize(Sampler0, 0) / 256; + transform.textureUV += ivec2(frame % cells.x, frame / cells.y); + transform.textureUV /= cells; + } +} + +void anchorZ(float depth, float target) { + if(transform.elementDepth != depth) { + return; + } + transform.position.z = target; +} +#endif + +#ifdef FRAGMENT_SHADER + +struct Transform { + vec4 color; + vec4 colorMod; + vec2 textureUV; +} transform; + +void removePixel(sampler2D Sampler0, ivec2 coordinate, ivec4 color) { + ivec4 check = getVertex(Sampler0, 0, 1); + if(ivec2(transform.textureUV * textureSize(Sampler0, 0)) == coordinate && check == color) + discard; +} +#endif + +#endif \ No newline at end of file diff --git a/assets/minecraft/shaders/include/util.glsl b/assets/minecraft/shaders/include/util.glsl new file mode 100644 index 000000000..cb7aa0460 --- /dev/null +++ b/assets/minecraft/shaders/include/util.glsl @@ -0,0 +1 @@ +const vec2[] corners=vec2[4](vec2(0,0),vec2(0,1),vec2(1,1),vec2(1,0));vec4 getVertexColor(sampler2D Sampler,int vertexID,vec2 coords){ivec2 texSize=textureSize(Sampler,0);vec2 offset=vec2(0.);float pixelX=1./texSize.x/2.;float pixelY=1./texSize.y/2.;vertexID=vertexID%4;switch(vertexID){case 1:offset=vec2(-pixelX,pixelY);break;case 2:offset=vec2(pixelX,pixelY);break;case 3:offset=vec2(pixelX,-pixelY);break;case 0:offset=vec2(-pixelX,-pixelY);break;default:offset=vec2(0.);break;}return texture(Sampler,coords-offset);}bool alpha(float textureAlpha,float targetAlpha){float targetLess=targetAlpha-0.01;float targetMore=targetAlpha+0.01;return textureAlpha>targetLess&&textureAlpha300&&Position.z<500;}float fog_distance_custom(vec3 pos,int shape){if(shape==0)return length(pos);else {float distXZ=length(pos.xz);float distY=abs(pos.y);return max(distXZ,distY);}} \ No newline at end of file diff --git a/assets/minecraft/shaders/include/version.glsl b/assets/minecraft/shaders/include/version.glsl new file mode 100644 index 000000000..253d8906d --- /dev/null +++ b/assets/minecraft/shaders/include/version.glsl @@ -0,0 +1 @@ +#define MC_1_20_2 \ No newline at end of file diff --git a/assets/minecraft/shaders/post/entity_outline.json b/assets/minecraft/shaders/post/entity_outline.json new file mode 100644 index 000000000..6512b46b1 --- /dev/null +++ b/assets/minecraft/shaders/post/entity_outline.json @@ -0,0 +1 @@ +{"targets":["swap","final"],"passes":[{"name":"entity_outline","intarget":"final","outtarget":"swap"},{"name":"blit","intarget":"swap","outtarget":"final"}]} \ No newline at end of file diff --git a/assets/minecraft/sounds.json b/assets/minecraft/sounds.json new file mode 100644 index 000000000..0d15c8579 --- /dev/null +++ b/assets/minecraft/sounds.json @@ -0,0 +1 @@ +{"block.tripwire.click_on":{"replace":true,"sounds":["other/blank"]},"block.tripwire.click_off":{"replace":true,"sounds":["other/blank"]},"entity.zombie.attack_wooden_door":{"replace":true,"sounds":[{"name":"mob/zombie/wood1","volume":0.6},{"name":"mob/zombie/wood2","volume":0.6},{"name":"mob/zombie/wood3","volume":0.6},{"name":"mob/zombie/wood4","volume":0.6}],"subtitle":"subtitles.entity.zombie.attack_wooden_door"},"entity.zombie.break_wooden_door":{"replace":true,"sounds":[{"name":"mob/zombie/woodbreak","volume":0.6}],"subtitle":"subtitles.entity.zombie.break_wooden_door"},"item.totem.use":{"replace":true,"sounds":[{"name":"item/totem/use_totem","volume":0.4}],"subtitle":"subtitles.item.totem.use"},"ui.toast.challenge_complete":{"replace":true,"sounds":["other/blank"]},"music.creative":{"replace":true,"sounds":["other/blank"]},"music.credits":{"replace":true,"sounds":["other/blank"]},"music.end":{"replace":true,"sounds":["other/blank"]},"music.nether":{"replace":true,"sounds":["other/blank"]},"music.game":{"replace":true,"sounds":["other/blank"]},"music.menu":{"replace":true,"sounds":["other/blank"]},"music.under_water":{"replace":true,"sounds":["other/blank"]},"music.nether.basalt_deltas":{"replace":true,"sounds":["other/blank"]},"music.nether.nether_wastes":{"replace":true,"sounds":["other/blank"]},"music.nether.crimson_forest":{"replace":true,"sounds":["other/blank"]},"music.nether.soul_sand_valley":{"replace":true,"sounds":["other/blank"]},"music.nether.warped_forest":{"replace":true,"sounds":["other/blank"]},"music.overworld.badlands":{"replace":true,"sounds":["other/blank"]},"music.overworld.bamboo_jungle":{"replace":true,"sounds":["other/blank"]},"music.overworld.cherry_grove":{"replace":true,"sounds":["other/blank"]},"music.overworld.deep_dark":{"replace":true,"sounds":["other/blank"]},"music.overworld.desert":{"replace":true,"sounds":["other/blank"]},"music.overworld.dripstone_caves":{"replace":true,"sounds":["other/blank"]},"music.overworld.flower_forest":{"replace":true,"sounds":["other/blank"]},"music.overworld.forest":{"replace":true,"sounds":["other/blank"]},"music.overworld.frozen_peaks":{"replace":true,"sounds":["other/blank"]},"music.overworld.grove":{"replace":true,"sounds":["other/blank"]},"music.overworld.jagged_peaks":{"replace":true,"sounds":["other/blank"]},"music.overworld.jungle":{"replace":true,"sounds":["other/blank"]},"music.overworld.lush_caves":{"replace":true,"sounds":["other/blank"]},"music.overworld.meadow":{"replace":true,"sounds":["other/blank"]},"music.overworld.old_growth_taiga":{"replace":true,"sounds":["other/blank"]},"music.overworld.snowy_slopes":{"replace":true,"sounds":["other/blank"]},"music.overworld.sparse_jungle":{"replace":true,"sounds":["other/blank"]},"music.overworld.stony_peaks":{"replace":true,"sounds":["other/blank"]},"music.overworld.swamp":{"replace":true,"sounds":["other/blank"]},"block.note_block.basedrum":{"category":"music","replace":true,"sounds":["instrument/drum"]},"block.note_block.bass":{"category":"music","replace":true,"sounds":["instrument/bass"]},"block.note_block.bell":{"category":"music","replace":true,"sounds":["note/bell"]},"block.note_block.chime":{"category":"music","replace":true,"sounds":["note/icechime"]},"block.note_block.flute":{"category":"music","replace":true,"sounds":["note/flute"]},"block.note_block.guitar":{"category":"music","replace":true,"sounds":["note/guitar"]},"block.note_block.harp":{"category":"music","replace":true,"sounds":["instrument/harp"]},"block.note_block.hat":{"category":"music","replace":true,"sounds":["instrument/hat"]},"block.note_block.pling":{"category":"music","replace":true,"sounds":["note/pling"]},"block.note_block.snare":{"category":"music","replace":true,"sounds":["instrument/snare"]},"block.note_block.xylophone":{"category":"music","replace":true,"sounds":["note/xylobone"]},"block.note.basedrum":{"category":"music","replace":true,"sounds":["instrument/drum"]},"block.note.bass":{"category":"music","replace":true,"sounds":["instrument/bass"]},"block.note.bell":{"category":"music","replace":true,"sounds":["note/bell"]},"block.note.chime":{"category":"music","replace":true,"sounds":["note/icechime"]},"block.note.flute":{"category":"music","replace":true,"sounds":["note/flute"]},"block.note.guitar":{"category":"music","replace":true,"sounds":["note/guitar"]},"block.note.harp":{"category":"music","replace":true,"sounds":["instrument/harp"]},"block.note.hat":{"category":"music","replace":true,"sounds":["instrument/hat"]},"block.note.pling":{"category":"music","replace":true,"sounds":["note/pling"]},"block.note.snare":{"category":"music","replace":true,"sounds":["instrument/snare"]},"block.note.xylophone":{"category":"music","replace":true,"sounds":["note/xylobone"]},"note.bassattack":{"category":"music","replace":true,"sounds":["instrument/bass"]},"note.bd":{"category":"music","replace":true,"sounds":["instrument/drum"]},"note.harp":{"category":"music","replace":true,"sounds":["instrument/harp"]},"note.hat":{"category":"music","replace":true,"sounds":["instrument/hat"]},"note.snare":{"category":"music","replace":true,"sounds":["instrument/snare"]},"wynn.instrument.bass":{"category":"music","sounds":["instrument/bass"]},"wynn.instrument.bell":{"category":"music","sounds":["instrument/bell"]},"wynn.instrument.brass":{"category":"music","sounds":["instrument/brass"]},"wynn.instrument.drum":{"category":"music","sounds":["instrument/drum"]},"wynn.instrument.flute":{"category":"music","sounds":["instrument/flute"]},"wynn.instrument.guitar":{"category":"music","sounds":["instrument/guitar"]},"wynn.instrument.harp":{"category":"music","sounds":["instrument/harp"]},"wynn.instrument.hat":{"category":"music","sounds":["instrument/hat"]},"wynn.instrument.kora":{"category":"music","sounds":["instrument/kora"]},"wynn.instrument.marimba":{"category":"music","sounds":["instrument/marimba"]},"wynn.instrument.piano":{"category":"music","sounds":["instrument/piano"]},"wynn.instrument.pizz":{"category":"music","sounds":["instrument/pizz"]},"wynn.instrument.snare":{"category":"music","sounds":["instrument/snare"]},"wynn.instrument.tamborine":{"category":"music","sounds":["instrument/tamborine"]},"wynn.instrument.tom":{"category":"music","sounds":["instrument/tom"]},"wynn.instrument.vibraphone":{"category":"music","sounds":["instrument/vibraphone"]},"wynn.instrument.woodblock":{"category":"music","sounds":["instrument/woodblock"]},"wynn.ui.challenge_complete":{"sounds":[{"name":"ui/toast/challenge_complete","volume":0.2}]},"wynn.npc.question":{"category":"master","sounds":["mob/villager/haggle1"]},"wynn.npc.powder_master":{"category":"master","sounds":["entity/glow_squid/ambient1"]},"wynn.world.chime":{"category":"master","sounds":["block/amethyst/shimmer"]},"wynn.world.trident":{"category":"master","sounds":["item/trident/return1"]},"wynn.world.soul":{"category":"master","sounds":["enchant/soulspeed/soulspeed13"]},"wynn.world.basalt_triller":{"category":"master","sounds":["ambient/nether/basalt_deltas/active4"]},"wynn.world.marker":{"category":"master","sounds":["block/amethyst/resonate2"]},"wynn.world.amethyst_break":{"category":"master","sounds":["block/amethyst/break1"]},"wynn.world.triller":{"category":"master","sounds":["ambient/nether/nether_wastes/mood3"]},"wynn.world.wrench":{"category":"master","sounds":["item/spyglass/use"]},"wynn.world.magic_ringing":{"category":"master","sounds":["block/trial_spawner/spawn_item_begin3"]},"wynn.world.metalic_door_unlock":{"category":"master","sounds":["block/chest/open_locked"]},"wynn.world.gate":{"category":"master","sounds":["mob/breeze/idle_air1"]},"wynn.ui.click":{"category":"master","sounds":[{"name":"ui/click","volume":0.7}]}} \ No newline at end of file diff --git a/assets/minecraft/sounds/instrument/bass.ogg b/assets/minecraft/sounds/instrument/bass.ogg new file mode 100644 index 0000000000000000000000000000000000000000..20f0388cff0590d61db3c9bb07ca867116ac87ff GIT binary patch literal 7890 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 H4!!*!ioslA literal 0 HcmV?d00001 diff --git a/assets/minecraft/sounds/instrument/bell.ogg b/assets/minecraft/sounds/instrument/bell.ogg new file mode 100644 index 0000000000000000000000000000000000000000..ab6feffc39ea25d33a8d18bc6cb0d1eaa8312d8d GIT binary patch literal 10624 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 F{{e9LyzT%1 literal 0 HcmV?d00001 diff --git a/assets/minecraft/sounds/instrument/brass.ogg b/assets/minecraft/sounds/instrument/brass.ogg new file mode 100644 index 0000000000000000000000000000000000000000..441844ce668d441998576f196206b2acfd3d67a3 GIT binary patch literal 10319 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/sounds/instrument/drum.ogg b/assets/minecraft/sounds/instrument/drum.ogg new file mode 100644 index 0000000000000000000000000000000000000000..1f43758d511aa2dedd41f7571baf872086842aa9 GIT binary patch literal 10304 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/sounds/instrument/flute.ogg b/assets/minecraft/sounds/instrument/flute.ogg new file mode 100644 index 0000000000000000000000000000000000000000..391403e0202e728a5704ee566fea21ca814ecb60 GIT binary patch literal 10895 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 Q{-0m`{{BCJ{37wc06)pda{vGU literal 0 HcmV?d00001 diff --git a/assets/minecraft/sounds/instrument/guitar.ogg b/assets/minecraft/sounds/instrument/guitar.ogg new file mode 100644 index 0000000000000000000000000000000000000000..88faa1e2a9a69deea56bdd889bad0115d926b68b GIT binary patch literal 11298 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/sounds/instrument/harp.ogg b/assets/minecraft/sounds/instrument/harp.ogg new file mode 100644 index 0000000000000000000000000000000000000000..15a447107bbfc9c77cb9b0495ccc395d3513fc22 GIT binary patch literal 10806 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/sounds/instrument/hat.ogg b/assets/minecraft/sounds/instrument/hat.ogg new file mode 100644 index 0000000000000000000000000000000000000000..183b4abb4a8b1ee6c6af9a68ee3f3e3dc72699b5 GIT binary patch literal 9894 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 LJADHF9QuC%2FdPS literal 0 HcmV?d00001 diff --git a/assets/minecraft/sounds/instrument/kora.ogg b/assets/minecraft/sounds/instrument/kora.ogg new file mode 100644 index 0000000000000000000000000000000000000000..777bf718a0c928404fa47b71d93cce2a842c5696 GIT binary patch literal 12922 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/sounds/instrument/marimba.ogg b/assets/minecraft/sounds/instrument/marimba.ogg new file mode 100644 index 0000000000000000000000000000000000000000..7e639c3af86d4787ee4056f4a87f5a59443d4e6b GIT binary patch literal 11636 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 ZL0=ob-cA|&NB~14wL`?36+8$o{TH27_ZI*F literal 0 HcmV?d00001 diff --git a/assets/minecraft/sounds/instrument/piano.ogg b/assets/minecraft/sounds/instrument/piano.ogg new file mode 100644 index 0000000000000000000000000000000000000000..05b6f690b8e31a669be2d15074e6201d365f2a26 GIT binary patch literal 12273 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 V#d99ZN4Qex;~%6qKau=*{C`^WM;HJA literal 0 HcmV?d00001 diff --git a/assets/minecraft/sounds/instrument/snare.ogg b/assets/minecraft/sounds/instrument/snare.ogg new file mode 100644 index 0000000000000000000000000000000000000000..329a845cdfb772a161826b5b4efe2cd936d9999c GIT binary patch literal 12938 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

TJ^&$ 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 bZ%2kdO4lewP+Fc$i2wV?Gx*Q;|4sh`R_)*U literal 0 HcmV?d00001 diff --git a/assets/minecraft/sounds/instrument/vibraphone.ogg b/assets/minecraft/sounds/instrument/vibraphone.ogg new file mode 100644 index 0000000000000000000000000000000000000000..ea43a471e137655fe01f09d7189e74904d52d038 GIT binary patch literal 9914 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/sounds/other/blank.ogg b/assets/minecraft/sounds/other/blank.ogg new file mode 100644 index 0000000000000000000000000000000000000000..7e8efbf1c522447901f701d1bf896c9a6fe792eb GIT binary patch literal 153 zcmeZIPY-5bVt@jx94jy@O5>Ae}5=Z0006a9$o+d literal 0 HcmV?d00001 diff --git a/assets/minecraft/sounds/ui/click.ogg b/assets/minecraft/sounds/ui/click.ogg new file mode 100644 index 0000000000000000000000000000000000000000..17f50f65d1bf025473619fee65947873119b27d1 GIT binary patch literal 2948 zcmeHJdr(wm6hHUgeX+Z(1S=qJcv&vA>e`@EEe+N3$QJUkYQidM=)wSEhMEfD#Ak{c zW~@YnPU0>Q1#aVNrlwt*1sqaIS>Vt%t_NCu45{9+O(RbpQpTdH_^d(s8O#g*6c4hvS%Rq5E(a z0Gol>yv0s}5{pYU#Z|lk$#E=Au`Ng?2HuJQ1ORBG&1eNHfIh2r5{K3kz8;wXmiCA= zusA+XkzPUM6}((>-$EgmuS6~aImNHiQR!m=BtQd*z>U;krsulg8+=g8x#uDqq#3an z4=1s=8|r5G*PWRFSQ|v@XMc74fR|Q^#n`1{GNFczZMO6k=qtgQ0ctC40_-QQ+OUg`Ij4T4* z-9*|dC^r+O8C=bnkbor(ZV_-TAoIxg#M%x*8)+)X?dM4$vy6oE1JI5r_aLYMM{*N8 zau&b|g+A)GU0ON}E>$ zu)WbC_qsd6aS1UV7yf7Tw$RB0(r~lNO9B8Tp231n>%;@P5&Ncy=r^i$iknev(@!2x z3=t|Y@{z10t-_eqnglchtTn&#dUW|UO{sZdB|ftb>u6-}4tH~ebD_9g!fr6tXVfdA zdK)Pms~Bi0usu3to``Bp9smu{#}fF7(?q3*gGCH!7FA*?b9NOIg=*WQc3*GT#sKRc z&(?h0PJm~7xUN>Wej^BrE!tuiz&rv}#Wo$&veOgwZ;S-iUj<0I!t_9IO_tW-w7dm+ z5uhfciqdfd_U^`!NJjvb=9&30O8S4VdDQVABt4*&n<+G~$tT0g?>-4o!%ikKj^t*P zce*k@I29%qUuh&wkPtau1+?Gak~RQ}jZ-Hw28N%P3`14lazEQY&UibE{i@q`?6QQObU?xwSc4I6?*?S7t3SIjU z{{FBV2ZyCQ6yYnzPdORw9J5~;zl+S$6=nr~Cbz!ObzQLq|2u@2|X( zQk3U+wQifpK2yk^c{X4};74Tp!rY+t8!p#UjlrO9t4}GY{@}wF=Jh#k8;CXsmJQK*L*gXS}zV_p8H~o_}t9o3p10y`aa$q zkzDcG)Mx6J=WL|Z-%K9&@OgQ^QbJU9^IgxFt|9P*lxEEC9K&7%K3t`%XSa1uKy})_%<|EJDgo}_MQ9WcEc-~e;%J9 zu1z@;{osa@j+{YzVaaccAv{I=^QRrw^_8NMmC9RJEWL9P&!_?;<3g@NUL59fE)W{(e!eezvt<{NqTih*QV<>0#huKt&A zcb*+8C~Vj=d~&#O@9}T{jO>mqxSif=10P$>Qa37Ju> literal 0 HcmV?d00001 diff --git a/assets/minecraft/texts/splashes.txt b/assets/minecraft/texts/splashes.txt new file mode 100644 index 000000000..91bee1ca9 --- /dev/null +++ b/assets/minecraft/texts/splashes.txt @@ -0,0 +1 @@ +Wynncraft! \ No newline at end of file diff --git a/assets/minecraft/textures/block/acacia_door_bottom.png b/assets/minecraft/textures/block/acacia_door_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..3d979fe15374c00dad3a75bc7e8f9b7123fcd455 GIT binary patch literal 216 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5njtf#OX2$4G z3{h|QQLT4VF0_zIH5A{!|FSnwnyDnnFZe&hJJXg6Kwi41i(^Q|Et@XJK37E^rjNQI zd;hmiUv$64XVy!GOFuqWaOgbM>9b}SSiq|JN4j~#O^s(mycZ%HeJD5vM_qX zghyvvS&QXfiCwLYymF-Oy+ybNz;EDtQ%Rf+Z literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/acacia_door_top.png b/assets/minecraft/textures/block/acacia_door_top.png new file mode 100644 index 0000000000000000000000000000000000000000..d4fcd3550d5e8dc9b42df6570114f95e28913642 GIT binary patch literal 220 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5njtf#OX2$4G z3{h|QQLT4VF0_zIH5A{!|FSnwnyDnnFZe&hJJXg6Kwh?|i(^Q|E#EVYTt^Lfm;yGh zy!o#FVf^emiH-^40=2QfSTcl!&TLc2t9Tl|dh0I6taV2iSDyIvlHqk)<|8-n`hts+ zu?r6DRbsd`!S9@#7<&WXj(5!b3TLNYYpb+YOE#ETf$)4z-ppZt9NqB<@ZXg!0c LtDno#16L#fbbe8E literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/acacia_log.png b/assets/minecraft/textures/block/acacia_log.png new file mode 100644 index 0000000000000000000000000000000000000000..eaecd634fac5d38b9a7eda2c5511be23034952e3 GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYq5(c3uI&xEvnDr8=qPEZOsgtM zD$b3~O%GpwrQkeJLB6MpV@Sm<)`NzV4lD3DT(tLCRQ^!T*n9m(ONO{PSG1hw|DLb( zp7DB{P(Za~)`FuhF>*a?j4qv9WPfDl#Y*#Q1{O~C%2VQ;t_k`j|FZ6#Y<5J~GUDyR yy2eA{PTB=~)@8K5dvm+Kt=e5!@<;L_v-)++&zAMJ#(M&-X7F_Nb6I-eiUa^GG)?~i literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/acacia_log_top.png b/assets/minecraft/textures/block/acacia_log_top.png new file mode 100644 index 0000000000000000000000000000000000000000..6ed0dc03b43d0845bca3193c615cfdf1e930b30d GIT binary patch literal 202 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nL<4+6TpKFWCUlhSDfe%0$X%c1 zQdN?)D9KLpf{h+fL4l`>V@Sm?LYocPG$1aUFUFv;rgq?3J-c!&Sq?s z+G953%oMFO*QYZ$63%{+{2ImfgTfbz!eDqzzs_L literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/acacia_planks.png b/assets/minecraft/textures/block/acacia_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..bb0bf0b2e8442e17a79c4bd980f6424585b838bf GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5ngaUj*TqlO8FG#VN8Kd9sqgwB# zTw$vq*x-2tC>!VL;uunK%eSAA&q0yH>1*Wo{h!n$URyuiDs^U+G{5fLceA_}&b-{< zp(nUKYpraDYxw?0KO0|rd&Rz+%CY(v8_$e#{@cfM)n%r+URxsbDnO;_zucY$8`Iis ej{mm%!pL#y1)H;ISUAuo22WQ%m!$`;NB{r>K|%Wf literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/acacia_sapling.png b/assets/minecraft/textures/block/acacia_sapling.png new file mode 100644 index 0000000000000000000000000000000000000000..d5f810afc13cfba69580944249ac409df8bc37a4 GIT binary patch literal 187 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY(g8jpu0VR)w5|nHWI7tf3JbHc z3dAEK0up2S1AV!9Cp)wNr5Q_t{DK+0Q*!`Yy+_i9QbL8xBZl f@&&L(7&Dk3e&SrTQFas1WCl-HKbNHku1Ej?iK#ik literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/activator_rail.png b/assets/minecraft/textures/block/activator_rail.png new file mode 100644 index 0000000000000000000000000000000000000000..c751feb8502cb38dd03a574b41bd3f0b85b0aea4 GIT binary patch literal 155 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY`~f~8u0XmW(xp7mKF`l0$<^TT zDx0}LA;yv*zhDOMl$<|6j+Lj2V@SoV_!?F4h15 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/allium.png b/assets/minecraft/textures/block/allium.png new file mode 100644 index 0000000000000000000000000000000000000000..8dcd452a3f2485b724bb223b149509f2a17506fc GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYasfUet|0ENn^%_}Kisf+ZQ6<% zzLT|TjWyB@H9`&L-PJB_Q#uV)!B`UH7tG+DlJf`1G52(F45_%4tRTdp?U13Sn9R`} zX?cX<5QkxD1INrZ2hn1Y16!s#W^QBCP@c=E#*|!eV2Onz3&Smrw=60fnzevNFnGH9 Kxhy?!MFIdOy)pOz literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/andesite.png b/assets/minecraft/textures/block/andesite.png new file mode 100644 index 0000000000000000000000000000000000000000..219b76132ebfc8a311a1a81276046e409b9ae10d GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nd_0g&3WZwLbpTC9$Z-{z7KRt5l+qzvdmd`f%_PSjDu!Z;ElO^W@?k@G% zu*f|7ex8|nxziQq&)2p0Z&{aBu#Erq`XjObCu_Nd&O3Jf^|S&em5D%m89ZJ6T$UcV GA^`w9W>{kY literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/anvil.png b/assets/minecraft/textures/block/anvil.png new file mode 100644 index 0000000000000000000000000000000000000000..e34b1ee0f9125d782fd0d1f5a5983d7c6fe2a5ff GIT binary patch literal 157 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?wt<7iRz|&H$efS8Xi~O${|QRb{(s ze@_?3kcwM8Cl?B~7zngo%+J3z=lAr354KG)Xm&W}(%>(z$>_ZQh|T96Rn<2ah1fiq zBUUiO!JaEhZFQ!?X~t^11}&zu1s@cCESFw;|NbF{Zmx%^X&Wwo0~*cX>FVdQ^uQGf E0A`#v0{{R3 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/anvil_top.png b/assets/minecraft/textures/block/anvil_top.png new file mode 100644 index 0000000000000000000000000000000000000000..92c0df21618a9632d3c939eb0d3565ecfccff1a8 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nL<4+6T!FNOxv8;{fq{XZww8vb zhMJnH@{(5Z!$1kfk|4ie2Je)dKR}MJr;B4q#jV)BK)wSCJgsY--q$}lJL9a@{3oq@ zz8TfsTEv{@b>GR+UQnk;tEJ}>!RJ zR;{r{y5X$t%xi%Xj3q&S!3^FhIe&m0b59q?kcwN$3uGjmGQ~{AIGRm$9U0CPaF`e} z8B5#@36^!>NewqM?U0)8!rbxdO2~@3Z7d3m4CcviJnvpS=>ar?!PC{xW$A${5&%3~ BFLwX{ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/beacon.png b/assets/minecraft/textures/block/beacon.png new file mode 100644 index 0000000000000000000000000000000000000000..9ac4774314e6ae08f2532a3017a3263beb352111 GIT binary patch literal 211 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n)B}7%To1i?{Nn$ghrhm0xOp-8 z;<30Rd!u)3i`=#)V(aFRjqCkZuk>EA%yZci>2E87fm+f%T^vIyZpEH=WMXvSalUxw z3HOV?=e@ZT7TMNP0A;=BzL|a;w_gO!C0yjlRroMRV6DtYY+@ z9^5py?Z&eiN2-`rEcY}{d&haSLv?ba$&QKFUp6wF6rS~|?%jUrnfz}v^_QIiIhMiG L)z4+=fh!UK`f^;- literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/bedrock.png b/assets/minecraft/textures/block/bedrock.png new file mode 100644 index 0000000000000000000000000000000000000000..a0bfcfc07a5d212f4ed83ceeea9b9863afc5a2ab GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nbOU@sTot5c4R!SNv~{%9G_+OK zHPzI$RMk}#l~oj#R27sIWaQ*!WTnL=rNkwq#UyOog35pz`#oJ8Ln?0R_HtLb8nUn* z5B=vnYxDo7)83oCH(*0bTVoP0 zIHfJ-Vq4~ql$8~g@hi^o*Ov24nVIZoAr&-r;k)Pi>UTA~?@E~|;|_EhgQu&X%hCf^ FBmi&yV>bW* literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/birch_door_bottom.png b/assets/minecraft/textures/block/birch_door_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..8551e76b10773f1d1b6276885cf18ed806b12fc7 GIT binary patch literal 233 zcmVB5Q%aG&SBYyzOE=eed`Gmt=$ zvZWORnk>5#Lk5afR)AaqAT1VU1p|X}m}1nx$iq)(>$9N>$l?1(EMOV}^fA4GS10B~ jONCli(TYlU*Wbnq``_WmYx_Ii00000NkvXXrNGn}J?Uu8 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/birch_door_top.png b/assets/minecraft/textures/block/birch_door_top.png new file mode 100644 index 0000000000000000000000000000000000000000..e0e32038da1f111a5ac50168a7ec72e20ff47184 GIT binary patch literal 218 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n)B}7%T(54c*f=F}=j?<}?_T`) z`r+xLyZ3Khp5N@XvM1>Bsr_%xPd>CH literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/birch_leaves.png b/assets/minecraft/textures/block/birch_leaves.png new file mode 100644 index 0000000000000000000000000000000000000000..708782ae3a4095a5531301f7db28af85a728e854 GIT binary patch literal 216 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYLIFM@uCAHJKxTG-Y(jHzc(tc( zqV|j*j(R{Lrjj7P;QtKoOj|AhdBvVCjv*DdSPxnXwHWZQ9GJNJge_B%yer?Plixo) z6Z>C(rp#G?!=6BaSuZAUIr#AFfoqDhluh&#Y*(%pv{ZV1m%GpJu?)XKjYYY_dm-oL zhi>egwI<`AXJG}4ijQ8>4vE&8y!-W6s&S`z-+5Qn^zf*W>0ic)Pkz3BQ5_cyw4TA! L)z4+=fh!UK9ad28 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/birch_log.png b/assets/minecraft/textures/block/birch_log.png new file mode 100644 index 0000000000000000000000000000000000000000..3ac76e44ded68a21586c7aaa4e4af1cfd36a6005 GIT binary patch literal 269 zcmV+o0rLKdP)X`s4< zBvjSi#ai>ljf&S|uC<;bBa(Wq$rvpVH_-qNxZ;d2k>Prdx%Yrl_#lnFfA$=hq)60% zJqY_{`9E~|rwHf*$AnQ?D9NscOswUFxp$QO#(95vD4zTHoWuKZ$E6zI=X`zvoAK>O T*a6@G00000NkvXXrNGn}9D;q+ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/birch_log_top.png b/assets/minecraft/textures/block/birch_log_top.png new file mode 100644 index 0000000000000000000000000000000000000000..678b34abca9576901b4fc634c4996531abe00583 GIT binary patch literal 213 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nqyv0HTvsffws-r=E$bE@UR$<( ze#ZQnJ!_}NF6jxK)ZP54Lh~k2S*fRsV@Sm<)BZ#z2St|Vbl$uFkMP^p&)O%(yq~Z9 zLPrq0p2uZNNuy02=eIh{H8OeO<+b$^qqeSlj|4;M!WsJR4DRzCxenc0J3&rA;N6)r z9+erAf4|7EKUg7hyX5$@zNhj!W-}hUhUb(_XfE5i-I(*o-s>M3&BI@H?eALb1ats{ Mr>mdK(gRl{0Q09*VE_OC literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/birch_planks.png b/assets/minecraft/textures/block/birch_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..675222c069a863ed186d62ab45be3db4aefb98cd GIT binary patch literal 186 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYLIFM@t|wRLJv`icbz8;$MQNL- zMz8D%y1GQv3@DrI>EaktaZ9zgk<;0bgLQox(@UmfX$&vp6>mCxk6+rR^`60R-V66! zvkpOtj}Q79rKj%Bo1woqS)k0cx3%Pi%~bX7Z~6HGjUNSm2o(#be-BK{UH0nxedT7w j?}_h=7Sw(Z`OBa`>-Wd(>nG!Y)-iax`nfDUa76+Dbka&a literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/birch_sapling.png b/assets/minecraft/textures/block/birch_sapling.png new file mode 100644 index 0000000000000000000000000000000000000000..c2e866f59f3f188f1188d9982032d65e9123b8ca GIT binary patch literal 197 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYiUB?$u0VR;j0yGKsud;qNyRF$ zks(pZQrXUloXu%vTg4he*!_Ds7_!q% qb6ce(?l7bpupf{x5Okg(#n3waM~&_O*)BlS89ZJ6T$UcVA^`x5G(S23 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/black_stained_glass.png b/assets/minecraft/textures/block/black_stained_glass.png new file mode 100644 index 0000000000000000000000000000000000000000..7e78e00cd69ef181839e08dc25fd68e0b02550a6 GIT binary patch literal 189 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wniUG#3D=7Ec$)kcwNW6C2rB9C@6%EdtZu z@PEI)UT)$>^|WQV^YU(7+Vl0y%zK|BGrdI8D;TAsOBj+qywPROj#8D5IA60;Pod_2 zzE|5`+p4b&c4Cj38MJTj={+Zt-{2GAQu3k5#Q9u;jDk^8<|)_35ywuoUdTP&VDxGI nqP$;TdCDi9+qP_-5n*aCb)Tm=OM6%-U)-wJ2~MVLy0 z{DRZdTdE5zfjo6j7srr_TgeR!ZW68Y&o|6J&!NWgnR7;0K);@|)O-5nL<4+6Tvfyb)FlMf#06Ew1yscZ zltuZKMESohzgY-WkmKp%7*cV|w%1XLA&{f7y7RYu-5n3aFB+B*-tg9u9UHFslGX%RF5iLn?0B_B$4_7;qeR z$?Ev~pTGR%met)3;%xtBTCK`HuyW(VuZG_9vn0NjCb==Jl0PA)@_gGW6Cd*l0#_>b zroOdVBjlZQ=aOaCkJY-020>T7%?uWOmAJ9E@rK8)a`WQ}>?gEh_RoBipUa}a`RPu) db3McC_;0MQq~$Ih{sVLYgQu&X%hCf^Bmf$7TrmIu literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/blue_stained_glass_pane_top.png b/assets/minecraft/textures/block/blue_stained_glass_pane_top.png new file mode 100644 index 0000000000000000000000000000000000000000..0808932b309f420033523c25d82d4db43dcc215d GIT binary patch literal 137 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nI0Jk_T)l&5re>}44xJ;I)uRR! zWG)Hv3raFb{~nC|pJkYRGaf+Xih&Y4Zi-5nv;urWT)nKL100h5?UVfN6aDNG z{Osa=ZR34x<9uvly{%(Bt)e`vB0Vf4+$|$sGu$}_)Yata;uunK%eLP=iN%qFIeU_n z)R+J7t2XS77B3Qz|Fomz9owz+GUqkdjgHi^Jn6byHjydfIP*N7pvv}h&Yo@zW@)UZ zWk$)To4wm5-Yj$4rN_GFq>~4S)ZX8HtRajmSMqQcUwNQ6ZOeC;r%hRhpY-13-SHu# m+v&iUX2+l!-6Py3ADO>1ys>xjJn8~;4TGnvpUct%S0n(x8dxg; literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/blue_wool.png b/assets/minecraft/textures/block/blue_wool.png new file mode 100644 index 0000000000000000000000000000000000000000..7d33ea7d748a031548cf8206feddbc5aa51dd64d GIT binary patch literal 169 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?wt<7iRz|o&cW^S1rSAZR27My%bfgIJG&_ zNDT*)qBJjHC>| z%$x%Y!j>#MqHyx?!NU)h#Vk8hu%+;jBU`d*YBF1&$ATG~b_EzZ9~L>z$x!w3FL(Nb SN!&m?7(8A5T$UcVA^`vxn>|(l literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/bookshelf.png b/assets/minecraft/textures/block/bookshelf.png new file mode 100644 index 0000000000000000000000000000000000000000..b589ff72d1fdad807b11042492ad5f441ec8da2d GIT binary patch literal 359 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nx&nMcTy;GZ%-vN5b>yvMz4g6q zwF5K5E8DfBv*c`i#q?}-!b)Tvqe=<_6Qix7HI&??L`qGx+g;7AJv1T;9kZLFJW}+P zEF|=86m7ya6s1I@MEGY^1{H>xb!WTOCs>EsYbJUcx(2HyU zTwsz&ZgsoQ&bYqkdCNVa>aT9;AGjqR>gDwsnEUAK9slm8uzDZgvK_CY_wQ`YTB!7- zJUr#i6qXzL8VOTNSSBb`sJVE|7LYh4;Sj~JkI`u7-fx2OQeS~?WbkzLb6I-eiUa^c Ce0lT$ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/brewing_stand.png b/assets/minecraft/textures/block/brewing_stand.png new file mode 100644 index 0000000000000000000000000000000000000000..8d1b8c867d688578b419043102c0c823e1cfab70 GIT binary patch literal 261 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5noC178T!FN!i>Zn5b}O zM#6_P#?N=FoGzBR&?vVzS@h~;h1Jfcr?LWiZ48fjTGZ5(HRJ=GH^^p<& z8@(Im0Zm~n3GxeO@J`A31LPEXx;TbZ+$!yBWn@w0VJWl_pY$*K@7aB~=NJWkZ~pTq zbl>+i2bjN#*e!MVu(adZs~I-+jCCeg#J=cVamf^n|7LOiU5!pNr{7Dzb&~(~H7b~f zq)iZJQ_VT`dE1#s&XUdLOXOcGhB-MZH-5nL<4+6Tzx%lOLF3~QzKGigJL6n zLjv4f9L;Q*B~yS3ay(reLn>~Wo?~S?puod?KvTh5pVBLMu?m%|gmu){zHR^qT%R8e^ vcz$tQGPhPC+k$GllYSyiC%^1&nklcq{%U@VO8aY|y$qhNelAN7T#*0()D=hz literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/bricks.png b/assets/minecraft/textures/block/bricks.png new file mode 100644 index 0000000000000000000000000000000000000000..f58f58ecd4608ad55d4bd67aab00e4aac9fc61d8 GIT binary patch literal 244 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nv;urWT(iw}*OmLtD-K(j>%BI` zZ$g^af*9`!2@dtq&JzM1nnNv{+%3!PP2vpHyQj)d0P1S>ba4!+xTWgfD#&2S^XPTv ziGQ!{Vpa->Kao1bHA}TYGTT)p*eQic=#Z0_LHNOTAr^)%_y7C;H$6>u0VS0((VJ?b5w16a9=6+)cym^!&`!9JFMT-u-t0DrGDQ@(X70PRaQL-5G zvBdd>re0>M!mRAHsH$g70?A)z8t-=CX}fE^tK3<{(A1&Skj+8T$AHb)=hPNv4+aJy X(I;i;8*85ejbZR~^>bNz;EDtQBL_AY literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/brown_mushroom_block.png b/assets/minecraft/textures/block/brown_mushroom_block.png new file mode 100644 index 0000000000000000000000000000000000000000..71aa1714babf4dc9a80a2b4db31791db552f1ecb GIT binary patch literal 277 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n`~rMJT+8B|N@5%eB5X?IoQh){ z%RyYnqFCpeWVfm$x2k0Kq6q7{H1FzUkK$OTvN)i)Yk8bQO`30YvRhf4V?`WLi(_fL zb6uKOb+UWJv9A|_CO3JyIEGZ*5R;`B*DTXdPk zg^zZ6TubS3@t(Zqy~1|!(6@D8-^@9k;1cra^Wy49v&1?22tDno#16L#fkKt|- literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/brown_stained_glass.png b/assets/minecraft/textures/block/brown_stained_glass.png new file mode 100644 index 0000000000000000000000000000000000000000..1f5c9f05b848998ce9af9024697c6d4edfacf6fe GIT binary patch literal 190 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n_yc@GTT-5n*aCb)TaFb}Af4*V&zv*50{ZowrRED-&lim3n#;@Z Y;@QjZzW*(ofm#?mUHx2^9=IX_0JqL1egFUf literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/brown_terracotta.png b/assets/minecraft/textures/block/brown_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..1b04ff3e98712f61fd2f1cfc1e8802014eec849a GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nv;urWTz!p{L(J5IO;v+TRRe*@ zL?r--j8*)NRs4*UeGHYnfyh9~%Ro_&>HZ|3t|m_x$B>F!w*Br&ERGz^*^{KCzWje* zwPA0xc#(koryV8l*lwklIj^~HbflK$N!Q)7iA)j4ndk8YRkojV_H<(~OJg-HGfF<) z?AO;JY`5jCHW z_CWCnPZ!6Kid)GymQ9&==E7sa!v{A+th_Pf;emt9?vj(PPC6rLQ(>DT*)qBJjHC>| z%$x%Y!j>#MqHyx?!NU)h#Vk8hu%+;jBU`d*YBF1&$ATG~b_EzZ9~L>z$x!w3FL(Nb SN!&m?7(8A5T$UcVA^`yX13e`G literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/cactus_bottom.png b/assets/minecraft/textures/block/cactus_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..77680498fa31f223a02941951a27271e8efaf811 GIT binary patch literal 223 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n22P#p+d0wQ zyTZUFSKA^=Mc+qG%|^l}TEZKsg0UpXFPOnQCFc*2lke%`7*cU7#g~Gcg3Io zhnFO%(tD literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/cactus_side.png b/assets/minecraft/textures/block/cactus_side.png new file mode 100644 index 0000000000000000000000000000000000000000..3d9ecf3a53206e43e317b2db12267bf610459e6c GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nqyv0HT!C~%pG82Uv3G@mORly> zl#0HOoSKbeve=r(LVIIp(+BT=kh#Vx#F#zmolWk)IVVH(qbuygW-rzCnEXAvdU2UT+PPMf2|Lynhx)N7PJdiu fC>&aFaGm|c)2{gTfbz!eDqXL4GY literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/cactus_top.png b/assets/minecraft/textures/block/cactus_top.png new file mode 100644 index 0000000000000000000000000000000000000000..a0e9e1d2bc041fc0799471b87a2bc97cc12e3621 GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nBm#UwT!C~%pG82Uv3G@mORly> zl#0HOoSKcqfxXIRKsm;eAirP+@06TBKu)2ji(^Q|t<)aJGKN5oLs~3*{`Xq{OV!@J z=g9p3*L7a1{oN)X!Q*kP$j;%(#DdiMf;P&^XLI;(%v~sT*7(%ZV^Rl=Sy)$`Y%E~1 zE94jP-nyjHP5I=V^Di0wc04HHzoB;~Vs@>kg4%ZPX{9%|v>5-pqhFW$nsN76aWSCf O44$rjE=vzwkpKV`-cAPq literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/carrots_stage3.png b/assets/minecraft/textures/block/carrots_stage3.png new file mode 100644 index 0000000000000000000000000000000000000000..b42c5fedd40f6c7a17cd7064c6c89488f7f8cf51 GIT binary patch literal 212 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n6a#!hT!Hk%nf#Z!`Sum^IQ5yV z@#nHE(4B40VHl^T=`XM3Bo)BCr4y)#u_VYZn87$hA2b$9I#`udbs&%3(jcgTfb Hz!eDqF>g)` literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/carved_pumpkin.png b/assets/minecraft/textures/block/carved_pumpkin.png new file mode 100644 index 0000000000000000000000000000000000000000..f972ee0c3d0dd34e68bf31e74a7178cb39f1ecfc GIT binary patch literal 192 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5ngaUj*T#x6A-K>{-JVEx^Vx_$a zg6sYH_#FRF1IlK4x;TbZ+=}gDVe?bE3dnI^p1W!Xftc#64elerm6is6(>$^oYmyjetbgXsq}Sz q7CARWzqLGU*7*cVI_vH4(BL*Ta2e)${*xqx)p;k*-*7*cVI_vH4(BL*Ta2e)${*xqx)p;k*--5nf~%Cs-GTnI(D} zhS_Vn+FN^=sTk;JYADH+Yt3r{sx0z!aSW-rmD|slhJ%F$4&1$n84;3 z$S5Kw$5=IwSz_m^m`E$uR#j1N@%caBq&@p>xhLKD{riARp)Yk}6M9k(gt2oi)(&j) z+SR1J;oJ9D-$Z44wkM}K`yH9~=dz>B>-JX;|04sIem{5Tmi~LjxBC)Wr9iebc)I$z JEIn{V0sw((PqhF5 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/cauldron_top.png b/assets/minecraft/textures/block/cauldron_top.png new file mode 100644 index 0000000000000000000000000000000000000000..56c78f8e952443ab7a91c5967ce73c7dce4d5613 GIT binary patch literal 187 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nBm#UwT)VSffXo?{LG=mNg<)oi zo`zxenjU5<9-5nBm#UwT!FNOxv8;{fq{XZww8vb zhMJnHvZ8|AttaN~Ksm;eAirP+@06TBKu)r!i(^Q|E#Lm@jLe2SPUoL7{`Q|E_w$S9 zudh~~N{+ksZD(Abc3yc~$bb1Jwku!jmrPXr&+e%;XQIZmgP#=+9hfB|{CtL9!-|`q zGp2qs$#t2U*x(S>mdFz!6D)oIm~P|6D*Jg8p1dxY$Nc0Y&^iWBS3j4f2d+o}09>9( AWB>pF literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/chiseled_quartz_block.png b/assets/minecraft/textures/block/chiseled_quartz_block.png new file mode 100644 index 0000000000000000000000000000000000000000..d6c9c1e1ad03f21d0eb89961fe7c882151c8aee0 GIT binary patch literal 529 zcmV+s0`C2ZP)G7s{^%VNjXuWgldb>^A( zc~V_NE2LFselIH#*bmpZnfk@luUrl7_xBjPoQ_S75|7?jmrWu6Y9r0bi>w_pAr_ri$UhVSzRMjEH62 zJnJdCI)%GPJ@|N@#ufl%U7b*=iwGo|RF+w7GgL*iS$~~q^NtR$=nw%033B0VY^6u072v%kL!1c8S!@BB2sM*89Jmi_OKxJn}d-A z0q=Z@fn=NCPhSDBgah-qemlHni9g%jjR}#gM0r>zx3PA!`XGvxMM=l${x1Z=3uPy1@>GPgOd;qrnX#aj;T1fo`iKl+o T*7j4F00000NkvXXrNGn}e~k1> literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/chiseled_quartz_block_top.png b/assets/minecraft/textures/block/chiseled_quartz_block_top.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0181ee7aa37393f5c97344b7d245eb0e556d4f GIT binary patch literal 530 zcmV+t0`2{YP)l;uSVNWOv#winiWvrfF~@IJKT-x2xYRN0>x=@J>bmn^DbXmg7Cj zzjH5=ud7K)p6u7>^)wr1-(V1hM8K-b$O?~_M_A0V_qW^I>y`KW)jw{YJo8EFZ3pnU zpCjOOv!3Myn~r{y=XSOCnm5LF-SuMNgOmKpet(`#66Q7#-H`xbZ?88P-Vu@d z+PGWYwAFSt{@s*oG+@9i0pR`ZPIFc@jE_9TCId6X+BN$*K(&bguqyM1j| zxAcuSqMtnZIvxGOIhJH)Nl(OsK`cvkWn1l-2MpdyoS3-PRm@;y2}e&bY>m3f!`uK6 zCxuz#-R~4QX1I7sPfW0%9f6UI=VuSYe&_*)0mKYimYk*4G=*V(vvEQ{%Xxu#nT^wa zr^IrmivZr}>?I_%wbcgOa}NTBezvomBC&SO?jr+t#5W=y051UCooR6Gy;XPo1N~TX U=r1YJ_W%F@07*qoM5Vyg7$uSfKmY&$ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/chiseled_red_sandstone.png b/assets/minecraft/textures/block/chiseled_red_sandstone.png new file mode 100644 index 0000000000000000000000000000000000000000..67d63e97d0418877cb0a946c11aa88009e29cd77 GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nBm#UwTqk()9n2Tsnku?JUSxHQ z@cdxGnf?N;PQ3lwuIvG-DfD!445_%KdzO)lC6I$D!2ImH`p0MO|0=c|U-08<-S<^p z63ImyCjVaID5zlj%1Q`H$kFK2s)8_DXb%Kl*1Vt$q8b7S5!pydpnu6`~{4_uJ| E0O(Rl>i_@% literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/chiseled_sandstone.png b/assets/minecraft/textures/block/chiseled_sandstone.png new file mode 100644 index 0000000000000000000000000000000000000000..991ec74475bd309bc160b6d5b5f67c10a4c08203 GIT binary patch literal 218 zcmV<0044v4P)_cxi}msNN|Yms_ft=-p{So4r?9+J#NHcH?;?3wxbthd_2uEjO;c}bZ4{`6Vu UwL?kqO#lD@07*qoM5Vyg7#fsjMgRZ+ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/chiseled_stone_bricks.png b/assets/minecraft/textures/block/chiseled_stone_bricks.png new file mode 100644 index 0000000000000000000000000000000000000000..98afbeb5a40c8a85060aab8d4eee79320b4f59a9 GIT binary patch literal 212 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nqyv0HTr*R`rgRlHR;HF0B@|>Q zBqaoehq?v_IQaQkuaaq<2UJ$#>Eaktam%)!k&9VTfO&ad-sAuAcUq=NvmTO|>N@}Y zNj~8%FEkon91<`L5ZxiVuU;oqBeS`d{l8T051D8k(SQFFLK?SU*SeLE(yw$=R_jC7 zxsJC7{S_E-5nbOU@sT-{Xs_IAad2<_e+(6b=Y ztY1B^&@gGLihP-DRFrx|wWxi9n1_Xeo0g=tsF3H2Xt9Z}%u zUbZmc;D7t_qq6U2F9_h=Y{L94QK2s?Wp_{XhQ$knI71k1x&1V?63SIxEb-oBZL9I? zOY*7>f-{#Kljxr;-MYf^U> GD-r+^RA;&X literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/chorus_flower_dead.png b/assets/minecraft/textures/block/chorus_flower_dead.png new file mode 100644 index 0000000000000000000000000000000000000000..6df30d5f49525e312650004fd05fbdf6dae7d402 GIT binary patch literal 221 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY(g8jpu5K!Rb3<$UJ@T8ZQwt4~ zqSPZS6x_5Vtwn{@XGoa+0V=EYba4!+xW#+SknfO!NW;VW26pz3OnmQpS1wghOd`TFCU zRoRa2`{GL0U)i{)_>9=EXLd>lvNUH}KRQ}B|4fO#YD>jo%PWSiPKLKGd}Hp+`64UD S*BbzI2!p4qpUct%S0n(eyHc(I literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/chorus_plant.png b/assets/minecraft/textures/block/chorus_plant.png new file mode 100644 index 0000000000000000000000000000000000000000..ca022d9cdf0fdd63f28cf004cebf08f61f077638 GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYLIFM@u5K!Rg@#E{>Jb(SZd#Jo zqC)BsK9T`I*&F!yvLR@9&un`IB0t*v3|v2yC=T%rSIxRvj@`)RHg>J(42W#fbHgs^BIo}B)*!+o=z>@zNGQts+T!a3MxvqSxqKs yKMHU=nZN9T!K&5S(ThyG)wW-m8&NjxFFSX~^Cw@cvW^06XYh3Ob6I-eiUa@|NlID( literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/clay.png b/assets/minecraft/textures/block/clay.png new file mode 100644 index 0000000000000000000000000000000000000000..f7d315c15b10756cd869771da9d9d88b91d74eb5 GIT binary patch literal 185 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY`~f~8u9N%f7tQLJHMPFCqpYo| zK>5I?b3mz7PZ!6Kid(#0TN#fy2rxenKQ~`0!kN+Pgzw+)PrO^0Z&uf^?23Bgp)a4!5jfs^PhTXx z@$-G%6Z?&FUo2iHEUxOl_TrqEQhIGw&!&mL|2{=>&C4(;p{=_fZkrQ#RO-zWfgt_2 dfj&NF_7-YS?jBvt^A%_rgQu&X%hCf^Bmm)WKbrsm literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/coal_ore.png b/assets/minecraft/textures/block/coal_ore.png new file mode 100644 index 0000000000000000000000000000000000000000..42bd2908eb07568e2bbf57afbcf6c11bcef61455 GIT binary patch literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n>Kx;TbZ+~Pf@D0Ij`fc1iYnVkoZct-w(lZ?~Um`)1X z8K)*M&Pe4wyY=N|{)bzy8?cLSdL5WBxqa#K1(r8Wni}Rj+x?+VQ;)qPJ75*J!?n3* zS?Ah)SD0oaVBKod<9UYl=+yR;LO1HSSK1Wc-N()yzUEFAxAKjo-mnksraw+z(|LGS R6X*;EPgg&er3bD^002UkQJ4S# literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/cobblestone.png b/assets/minecraft/textures/block/cobblestone.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca8324333303311dc45fd1ac444d8b41865bdcc GIT binary patch literal 213 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYq5(c3u9<0JvnN(hXfJNAO)t%l zi;8dy^tWr+xrP&{pxV>LF{I*_=qX3OCI=qY3-U8}iTg3^WjHsbcIn*O#Rl0)O5g39 zW^J#%aozE|gTh9UsNbyqhC4TD95UIu&SJy=s|~)pdTSXY{v3M7Z8d#*w~)rU0xM?s zeOF8VFYQgO<9}pv=2cit+cvSOx7aUV>V5N(A$wYmsk3I7xL5qqRiAf#TA<1ZbOwW` LtDno#16L#fb!t=5 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/cobweb.png b/assets/minecraft/textures/block/cobweb.png new file mode 100644 index 0000000000000000000000000000000000000000..dbf756aab9dc60928d0026f129572c269438b1fa GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5ncmjMvT!Hkbw~rp)I&=BduDzQ7 z4*>a$B|(0{4Bja@e}Eh>PZ!6Kid(6DjBKrmJclrqyo@X O22WQ%m!$`;NB{s)gg<%! literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/comparator.png b/assets/minecraft/textures/block/comparator.png new file mode 100644 index 0000000000000000000000000000000000000000..581d03a3123d5ac919b9b7717884ba812c11d40c GIT binary patch literal 192 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYLIFM@t_9f%jg_h8MG2WHVKGs@ z;i0Z&g$?I{vYDPPjv*DdWX~StJ!Bx@a#4SCbVJ~d{52vCDMj0Tm=9m7*B6L)U;Lf% z#(TzZg^_ZHoWu|Ljd9%fU!{yLk}VdYlF3sDCq-Y%$oR6KiKaLKoZ qrxzaYoFghYZQ1EXp;gO|@UvZb9_9S$nFP>M22WQ%m!$`;NB{u3{!POG literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/comparator_on.png b/assets/minecraft/textures/block/comparator_on.png new file mode 100644 index 0000000000000000000000000000000000000000..aada1024969a817c8f88780e9a7f2326f7050849 GIT binary patch literal 308 zcmV-40n7f0P)XHPSVf zMO<1XBI0001|NklhMmUTLqPNoaNoEJfx{P!Mw_BGi@nGh6tIBv0fv~0-!%^r4M@-)7yYH zNu?+)({4+5Kqj+boY%Du2mU2u-5nsEnups;u{PaSW-rrP}A%bi{$9r6XwV=l}fqRgXD$27Ivj z8ZvQRmV`#bvzQA<{VQ~?+*dc4?Hz9Nz;ioS_uVHx&hI;$-_GPcaMSkinK$SD{d=#v z>t~Vw-RyON$JqrBTuTYw$-5n6a#!hTdtm43^PmgGz_!X^tV)yIJzMNs5r;d#WAGfmTxa37qg-O^Yf_eGynb{G-Y|f z*3;brXDT!{eURqeQv+x~f&g<6Ti|e|i-5nBm#UwTlmpwd)t3wom@t-(Jb4r*nI~)uxh9tW{aBu5(S4ECSlj;OXk;vh=_e F2>|R*QN#cM literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/crafting_table_top.png b/assets/minecraft/textures/block/crafting_table_top.png new file mode 100644 index 0000000000000000000000000000000000000000..17f861137c76a621f4ceb8a4ab9cb0e76f8d96f2 GIT binary patch literal 212 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nqyv0HT)VSf?wsFs^Z2^+JLVo* z)xV@ScSdDUeS&pinAx|(j~IcD4CZufF)S8=rsp;V_(ckm;t3T5f?01~=Wr@RWnY(+`KGeBb70x+me#ty+UCI8b z)*2iiV}0E3n+tR8UmKQT^;#=>join7X5rgo?(Oq(o_1+!z~j2IORrvt3v2xa+RxzW L>gTfbz!eDq!B|(9 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/cut_red_sandstone.png b/assets/minecraft/textures/block/cut_red_sandstone.png new file mode 100644 index 0000000000000000000000000000000000000000..b4da275163127610ab2040b1c2e653a835a25761 GIT binary patch literal 188 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nBm#UwT$e-$%?}ow=`S$Bldsi@ zcWbKX`goD$kwOLUiVg$S#Cy6phE&{g?d}w0FyvrjEWT8KT-~_RY`r$q-M_iJdIc*a zSd^HRbyN=WIy5TJiCg!Lg3>w>pp9c5j&+6-5nBm#UwTyJ0Mzkas!{IRxE2kQ54 zEq!)>>4Tf|?_Haexl3UmP))q2i(^Q|E!XZ&K?Xw(CdT4R^~cqXE6vtxGu{20yQ^2Q zLV`t!Sy@NrAg@EC@|?JJ-#8B6jCPwN*mA4$$ZhwQ$x+c24iXdJm`xEYncXN@UdPRH m=&&t>U>D-r+|xl7al literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/cyan_stained_glass.png b/assets/minecraft/textures/block/cyan_stained_glass.png new file mode 100644 index 0000000000000000000000000000000000000000..f7db6b62083c10b2c61f75212ea7a81cbe021a53 GIT binary patch literal 211 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nL<4+6T%&rXButnQH(^>_-?SJY z>X{PJHR+A+p)Q~T_L3mK;Ccu+cxQnnP$-5nI0Jk_T%&rYR4-Xwy=3M8ldrD< z1({2N{DMC6nTgkGLgTfbz!eDq%Xcmm literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/cyan_terracotta.png b/assets/minecraft/textures/block/cyan_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..04c12373dd1a233a261aa355d8d7018f44f615f9 GIT binary patch literal 229 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nR04cLT*IQGA|ivsBYK`BH3QYxc)B=-RNS)dH!M3~z;X1+lKVGa{QI6O z5v5zz(a2su=j*ebOuuAWZ_Q_1F+a4REOx6U;|=WxB9p#_&6|37C6mZa*Z$=_(e3BB z7_?$f{$7^g-|EHT@oCN0#=Hk9W``RswK6tOwpPw{*7gzK$z*me|0+v@x`N8edgt1P bv-%;{Z$9bIefSIL4hBzGKbNHku1Ej?V8U3N literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/cyan_wool.png b/assets/minecraft/textures/block/cyan_wool.png new file mode 100644 index 0000000000000000000000000000000000000000..9f6cfdf85069f15703f6da0c7affd2c6b0cf14ab GIT binary patch literal 169 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?wt<7iRz|o&cW^SN*IK!~7cElpL*?G-d6q z`#|vsPZ!6Kid)GymQ9&==E7sa!v{A+th_Pf;emt9?vj(PPC6rLQ(>DT*)qBJjHC>| z%$x%Y!j>#MqHyx?!NU)h#Vk8hu%+;jBU`d*YBF1&$ATG~b_EzZ9~L>z$x!w3FL(Nb SN!&m?7(8A5T$UcVA^`y3Og{nu literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/damaged_anvil_top.png b/assets/minecraft/textures/block/damaged_anvil_top.png new file mode 100644 index 0000000000000000000000000000000000000000..20d2e4c366f0c4a2e3d873bc16fccfaf33de6ab0 GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nBm#UwT!FNOxv8;{fq{XZww8vb zhMJnHvZ8|AttaN~Ksm;eAirP+@06TBKu(IMi(^Q|E!W=TjE5K)n65S_|L=V3`Qu`K zzQguO1-~CoJbCSlzDtnKPwuzV9DZ`Y^q6dWj@MqKnB&re5Beu2y^P$MA9m)ih>Pzz zmSajg<9d>(H#~YGV8yX3d&|~$6@gm$|0*jP>*l@YD(5Lt1lq^o>FVdQ^uQGf09j#4 Al>h($ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/dandelion.png b/assets/minecraft/textures/block/dandelion.png new file mode 100644 index 0000000000000000000000000000000000000000..39283dacd7d48570246f19adf06bbeded1c58384 GIT binary patch literal 169 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYasfUeu0ZQhTJlm(Y zzD!Q5)>tFmP$Se(-d#<%I#wE}g0UpXFPOnQCFc*2W9jMQ7*cU7SwY-DOT$^h$;pW= zp>5-8-5nBm#UwT(zb6qpVef%@n=#Wn8r+ z?9{|8ltc{WgktqnegW0wc)B=-RNOM@X5>1+z`=C;%CG y?me%qQ+jhE>yCoY<|bn$(fXjm^549T5)9I!uS#l+9K?Y3GI+ZBxhy?!MFIeo0!Etv literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/dark_oak_door_top.png b/assets/minecraft/textures/block/dark_oak_door_top.png new file mode 100644 index 0000000000000000000000000000000000000000..84f8efe74f66d32576435b953af8844c8cdb7744 GIT binary patch literal 204 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nBm#UwT)p&V4CRC@lthBf6r-$F zwWav&)Wlr1B!0IVl>*h|d%8G=RNQjyX5>0zAi$LFyZHbAk2|L4T06mZVbw|B+wUJvI&FEr*kWz*4EbQ~S1aZ(jC}yKn!(f6&t>U>D-r-4 C)lGi@ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/dark_oak_leaves.png b/assets/minecraft/textures/block/dark_oak_leaves.png new file mode 100644 index 0000000000000000000000000000000000000000..b2eebb17267d3422c740600412397a542fce78a4 GIT binary patch literal 208 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY`~f~8uF9ciK&F1Xhen~DjH`}4 zqgo7*&r}lR7yO^$ooUMjATQ6;#WAGf7SHj6qRfgMtOxpY7!y4i?Upc@h&9}*_y1_d ztP#3YV1-{#_7v;o75YIj2@mq5Vx=;q(o5Q}1c$9H{3!Wnb*Eg_DLzNv=8u9~-lk0E zY!2S{Pw&HFA45L5s@tc+3`(u_(~r~(q;oJZ2+nvuMM3;n8qj72Pgg&er3bD^000D! BLd5_8 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/dark_oak_log.png b/assets/minecraft/textures/block/dark_oak_log.png new file mode 100644 index 0000000000000000000000000000000000000000..85466cb4facc197d448241bbecaa9da664c4adf4 GIT binary patch literal 198 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYq5(c3t`3F@{&t$~<|Z*k+B znkk=qpT68AW20LtAuOirCU|FR_0-0fmsd4>eeKuxV5N}0V{FN}&a25{!Z%FWbA{{= teb6=xS!UP!`~MWF$yajBvMzRq#Vfj;UEiYA8Vj_S!PC{xW$A${5&)*pMnwPs literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/dark_oak_log_top.png b/assets/minecraft/textures/block/dark_oak_log_top.png new file mode 100644 index 0000000000000000000000000000000000000000..3feec2e4e872a3581c3ff2f27cdb9dea8057e1f6 GIT binary patch literal 196 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nL<4+6Ty+(NBis!A?KIuZRU8Zz ztaN0J)Ff7k>qG$+WO=$chE&`N?Qa)lcHnSgZT#zgZt|Dc?f1=QN_Wn!zPIfttHaH! zE(x3=R*eihpWJQdP*7M9&S!C1jKTILZytZ;8Lo&odJDHZwnsBVy(XF{k=QK?(EXD(d*0Q4o!Hy&(-Bx1<+OoPgg&er3bD^006KmMT-Cc literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/dark_oak_planks.png b/assets/minecraft/textures/block/dark_oak_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..0f0d8556ba5622e83d310292f38f8df6c5d926c0 GIT binary patch literal 186 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYLIFM@u6Al-UivbwS`rpYB8GB8 z+EV;-CXyiK$(}BbAr-e&dmA~O4LMlXr!l=`I+n)pGG6hf!}s{5ZCdXc{N}xI&o%21 zl=%3duTgsH?z|cLdy@sqOnX~PPS{LU@BWsbFVOf=;D=DLaQgSawA^K{zTa1FR{Wm$ gzGy-1_mIB~`m=t2%)Wjy4rm>Nr>mdK(gRl{0EA*d@Bjb+ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/dark_oak_sapling.png b/assets/minecraft/textures/block/dark_oak_sapling.png new file mode 100644 index 0000000000000000000000000000000000000000..5916a1517ac72866749c6bb63d8dae6d8ad643eb GIT binary patch literal 208 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYasfUeu0T4cTeTz2GP+o$B;3$9 zSt`*}(>_Qf*iPBhjsJIt%{8D3#*!evU18g%`S$Q2yR&QKr zFhf*FMtL3@O1TaS$g1#1OVn0 BLAw9| literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/dark_prismarine.png b/assets/minecraft/textures/block/dark_prismarine.png new file mode 100644 index 0000000000000000000000000000000000000000..f1898d361b8f87a90baa423916b0380a9c9806cd GIT binary patch literal 204 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYLIFM@u7&}Q)=e4qxiJ<=fhJ)d z>UL%gQx-b_WlKF>978H@iJmp&Yc}90p`gi_o<=*@E^5JFv zC}H8OxRM76x44$rjE=vzwkpKXw C1Wqde literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/dead_bush.png b/assets/minecraft/textures/block/dead_bush.png new file mode 100644 index 0000000000000000000000000000000000000000..660db049bb7bf98d89cd6c2b012f9308f78935bd GIT binary patch literal 185 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5ngaUj*T!D0fpIWA;O01(ou(`B{ zp@f-+^K_snV@Z%-FoSnW&L1Er)YHW=q~ca@k0YOpqR63NE#?2U{W~U|`Bc78U`@^Q zKliirk_6meglb2gU{Oz=yQ*A7`TCA?gt_-%XP!J>!R$^@0`1jo%4)b ey)`5L2V;xsi<_6dL;nFSVDNPHb6I-eiUa`C%0U_c literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/detector_rail.png b/assets/minecraft/textures/block/detector_rail.png new file mode 100644 index 0000000000000000000000000000000000000000..fa573b7224033fba10f7b92e1a13449404caf6de GIT binary patch literal 455 zcmV;&0XY7NP)m1zi4 z1aoL*`)jiS8a5ZlEy^ZwOB~YPjERd{8&Q))-rDSNfQHqXVX~2KiPF+!e}D!S!dff- xZb?~{(psKWTNuyWcwqx72ZF{FV z-Dod>|P9{j|_H383 z@T)$auKFxmk5T0|C|MXG+oJ697`5*Ymr)F#&o>B2ugwm|EChXK?a#|i6howd2C$%F zVdx~Sq!2_gAaLmw4y}y-MlJ;E&ZZ%U{_pKRisAMC+^Xsp6AU}F2%;EnPPTa~Ul$bg znv}5&x2L-nWjBJ*qK>6(Z)72Oy*&*x(CMqg4YQ)NrnEqC@lPKv_M;e%w-ynI&5}(m zIo(-~V%T4wHOV_dv&0~sEE$-nohc((I^J~7j3Nz&XT+# rtGhO%xjdD3*A^vOm0e4dy?%y&_gp4kachpF00000NkvXXrNGn}_?yJI literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/diamond_block.png b/assets/minecraft/textures/block/diamond_block.png new file mode 100644 index 0000000000000000000000000000000000000000..0b5fb4acdcd84bc73f4612ca15d63e62b4afbbb4 GIT binary patch literal 398 zcmV;90df9`P)7f7||q*#Cam{(jf~e%1bb*8F_c{CU*Q5`f$tnY{~a)$o6c<_i4xVSh(y~xbIZ7>rk=hq{%5!0002FNkl&F;I7A9fPt0LXrAcnD7aHj*9 zQ(S>&appRp8WdKaWDy66Yb>uKWj_nh7AKOrE;E|h==BDc+-$f+#!qRy&)IaL8_L-I zQybX3voiUqj1lnE`{kR`Ky7fZrzBQ}UCaW2{qyJ>Zk+p7iDJGu%H2iTYF`F;lz8-q su#+rV`2LxtluT-FPw78Z!-_%p0O=q8B)SqX`2YX_07*qoM5Vyg7}ew7pa1{> literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/diamond_ore.png b/assets/minecraft/textures/block/diamond_ore.png new file mode 100644 index 0000000000000000000000000000000000000000..05337bce6d4c4ca047370f72ac00fcf5d605ce3c GIT binary patch literal 223 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nv;urWTnn-jZhrr{?&rUn@Bh*t z{7*ggKX}hi+a+(Ob`>^Orj{2aW~PKEB?Lu=dvhMYDFoD2;OXKRQgJKPzg@6FL7@x;29ziX;$yG|Xom0-KSKcsl_WR-|YwqsRq Vd*$29C4qJ`c)I$zEIn{V0swebTBZO1 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/diorite.png b/assets/minecraft/textures/block/diorite.png new file mode 100644 index 0000000000000000000000000000000000000000..68d17d4d2bef1c87631a7fc8dbd9fafe4300dcb7 GIT binary patch literal 171 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5ngaUj*T<<-&|LfPU7q4Glxq1D} z#q(=6tb3{6pa+x<@pN$vskr5Oj*;z%1H;h^*Z-XRyME7`1r6;2iCw%2ywM!Sd-A!e zZro3LCDBxVq|^I+TB?0HweD!6N;?eaE?h`0U59QpCZ Vt-5nBm#UwTsu?Em)HBxEOPG4w5y9T zC=1ic^HocAQ&eruUJO)|=jq}YQgO?)w~^DuP~^}hso&r4{}9+QOElTJI`PD BPE`N^ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/dirt_path_side.png b/assets/minecraft/textures/block/dirt_path_side.png new file mode 100644 index 0000000000000000000000000000000000000000..e9ada009ad9683556032e9f9a23b4c54a8e98d2f GIT binary patch literal 289 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n>;rs4Tsu?Efz0Lg{xgf5JBwU9 z3SCS7E^;|$Bfbn?Ts@_f}&{ghJO6jL1)qs(MxSlv4f z)X!8B`y*%4L{CVH5{v)?6zn>`)KR<^%bn6V?o!3`6U0|8d zEGF1+(C=Y`!!P^NquqP&m!~^2nkX3UmELG-n@Y@Ni0igG i%k!Q~dnWU{2mC7S58ea|&R_>Rjlt8^&t>U>D-r-D&~H)z literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/dirt_path_top.png b/assets/minecraft/textures/block/dirt_path_top.png new file mode 100644 index 0000000000000000000000000000000000000000..c159a42be2a4632b4ec4344c5b0e3d0fc35b0fcc GIT binary patch literal 243 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYDgizruB~~Fokgx4g)R-5HuV|S zb?H{sDdttlW|c{%m5Ig`i6(_ny89|3ZUNPIdAc};RNUe{+PI9#QH1S5{hLScSfAf$ zWZA@$;Q#*^--Q{i47N_wSY8Cq5|dJR!C7_i*8}JHet#|PJOAT+jhNg1e_toH=z+<{ z2Q`KozBf``!`+hCx=dalsAt3UA?AE-V@J_F?uS;%6+if6G9w=qI7gTrJEFT~{bK(B pi^oUeIdXJU7{g9S1}A=H4UPNsT1={!5$GxgPgg&er3bD^0093lU0MJD literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/dispenser_front.png b/assets/minecraft/textures/block/dispenser_front.png new file mode 100644 index 0000000000000000000000000000000000000000..cc03b9645d6b2005579f065a9ee535ccae399c68 GIT binary patch literal 264 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nj01c^Tubxgmdx&$Kdo`*r1~jc zC6hWUdYbc_Ytw5hGBeY{k`jC)!koiHodf;t0{m=TosF$6wOCIFZ3Jqc;OXKRQgJJ^ z{bpl}0gtnMx3asM+@<=>#dT}*7XJ9HcyEG`=D*rgW(gZkhuU0=>RqyA{Z_dKYtv%^ zY0?K={dmucq#9@+H!MDvT#y*keQSBiyGN^-%x^~Tw9a&9wLSJTRQMRzF3Uduwl1%u z^M3d4bk5ZHZTEg}{?^z995t)Gwx9go*|Fr^;~%vXZ#=oRyY4mXI??x<4wKik0o}&n M>FVdQ^uQGf0F&Nr#sB~S literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/dispenser_front_vertical.png b/assets/minecraft/textures/block/dispenser_front_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..130a85a32829cd7cefd294551bfe95304a13437e GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n6a#!hTqDAqw{Kj!WOm2QN%fOD zD>_?>YAZ5J^W!qp!jckv1O4p`RcB5GDsJ_3aSW-rCEF9o#Nf!{v{v9<{e#>eGd`Kj zJZo}Ocjm@e;{&Ghf)gXv6nb6uvRg7~swl_=GTpLk7yi%{w7g+*!gS+TQ{(I+Udrw? z>tfo-{r}0CSvs3i=Ut0qpYh^%kQK*|=)UU`%rE=;1?7$7l>$`aLQ`csYCcZZwiVW$ hI4iB(w|(Yk`|P!E85>q8Jpnq1!PC{xW$A${5&*c9SNH$` literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/dragon_egg.png b/assets/minecraft/textures/block/dragon_egg.png new file mode 100644 index 0000000000000000000000000000000000000000..df8fb109852426e42564d7759177b547e3c8e420 GIT binary patch literal 200 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYLIFM@t`V6=N#!nCMOK+bCYfm_ zjxolU%|6HgWeYuB978H@@%pHXF$Z$YxnHu&?|L+c)!WCF-aGz>HqEm8P@~n8>hf3S z!H>QQjybcW+|<=yu`b-+YZc(Pqhg-5n)B}7%T$2)fOY`GuD>6G*?YcQgKVwx1EvMk%Q^t>UZ|} zJNoxBNku$~@^iS~&DT3i*&_FDI!ap+hG^7OR%mt9d#ce)3$nh5z1>-?<-s x4-2WiHqQ`WwpVdqXZ3UTs(j`W_ARsJ+qb literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/dropper_front_vertical.png b/assets/minecraft/textures/block/dropper_front_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..49e74fd73de13c1cc60b3756ad82151faf7ddcc5 GIT binary patch literal 238 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n)B}7%TqDAqw{Kj!WOm2QN%fOD zD>_?>YAZ5J^W!qp!jckv1O4q>osF$6wXVdi-44{!aY_$+PuWht-MO#dUFQ?6aKymT*n%h>~=2M)Ns@fBMz;ilZR1+sDv=g#I5*ghq0 zfp**d-}}B_yRe}7X}3g8XN7zBx)fEXw_DS^t&Ux)xU;lDtv&sXq?Z?_d82 meAHn6B7A9aU*8nV&-UtFZ#M5tihBuk4TGnvpUct%S0n&8e`mP> literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/emerald_block.png b/assets/minecraft/textures/block/emerald_block.png new file mode 100644 index 0000000000000000000000000000000000000000..1d890c74f0510f643a82c076c41d2fb92997b3b2 GIT binary patch literal 170 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nBm#UwT*Gd;dtUV3|7^{oXLWb~ zpOKv!X|*gNU~j@5{`C<+HNKuMjv*Dde9t@bF&pqO9W2dw`~UxrNx}g;-`+`3nQPvu zR#e?^{(hPxYiPr{LxthC9@3X=JQj1m+_j+OfNX*ElsJi^y!||X&sIrof69I*>2>d> Tg6>YB!3>_RelAN7T#*0(a1%l& literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/emerald_ore.png b/assets/minecraft/textures/block/emerald_ore.png new file mode 100644 index 0000000000000000000000000000000000000000..edd7c43102571add25a976f008231370dfc4a630 GIT binary patch literal 230 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nbOU@sTnn-j9{#_u>ED7m-`n%v z2IgD|N!;r-rK>PxkzHeDYI#wDTeoRuN?1}tP+UyFQ|D_=K#e7yE{-7;w|xB@g`5>R z7EL`@bK`&gyQo{aW#JsMGCLj@?~->p$MUX@vEvfg7RM>Gnj)6`Iai+`pe1$3rfaI5 z%elVd;M=QT&)PpjHLH7PXOZ#7CimuTc_r&h8qA&~{)+f@bMuUcnN5Gwwntz7zw7AT do$U9U`Aah1tmtug{uF3GgQu&X%hCf^BmmdcWQ_m- literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/enchanting_table_bottom.png b/assets/minecraft/textures/block/enchanting_table_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..5e72c8efd77c1151e43d6090d508ba5c8ae47b05 GIT binary patch literal 200 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYLIFM@u8OkqRwib~y8626nrcca zvXWBYHMBv>3q4&NLn?0Z`lyRB2Xf50U$V>ZdNhaC+sBpOJN}0@&9eJYqt%n@@>k}; zkG=|yIkTkP)YV_HF5KR072vm{VxM-7+-e=iEg$@+FkD;q)s=0VocP%VYn!>0PaMkn w%*i2{)O%Ux*&E64TDM;Ob6lMibL=1ccA@{9vZ95hftE9Py85{+J#a+=02up6YXATM literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/enchanting_table_side.png b/assets/minecraft/textures/block/enchanting_table_side.png new file mode 100644 index 0000000000000000000000000000000000000000..432acd5000a21703b0670ce035d14acaa627083f GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n6a#!hT!FN%x~8n8l%lM>v97+A ziJ6*`ijt|nj$^EWN2Xa|^*ht~l0Zd_B|(0{4Bja@e}J3}PZ!6Kid#tw*ci4L$g}aZ z81T4G+_&O4zl?L=xnjoX?D@6Rjy1F~y`Hk>$g;?;Ydb$NdVF2o$>O{8%K9R%HQZAF z<&Lqk_3!)^7i?rxP@=E7u(9RKoRX-32mjvNx^?&AN(TS{ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/enchanting_table_top.png b/assets/minecraft/textures/block/enchanting_table_top.png new file mode 100644 index 0000000000000000000000000000000000000000..ebe5961e0daa1d7ccbd22a43dc5fbb60ac9d9003 GIT binary patch literal 255 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nv;urWToq;IZ|$<$y})qIWF3dF zdb7Z46aO+}p8^AqOdZEqV_kh+bxk!T6~X~!OZA6 zLF@beyvO->-PP@Kj=g)^+bj3mGR^7rROuMo=YI^1?=YXYRO53|TDjKOOSnMovZDK* zC-!PnqH?XBSxz{+UJO{bXUC=~Rc-07dUOtyOFn(+bJpp^i=zb&GynT9kNl9nV~*KY zzP3+4xn^g7FWz@)wR^>Lzx7Fb|6DK8PA~pmy>CC$={My^oy85{+J#a+=0F{M8w*UYD literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/end_portal_frame_side.png b/assets/minecraft/textures/block/end_portal_frame_side.png new file mode 100644 index 0000000000000000000000000000000000000000..1d67567c1e6eb458e6fdeef13ace3da7c162d350 GIT binary patch literal 345 zcmV-f0jBiS%9+>Epw`l)&&r+Q*{$v6xY*F6;M%Iu$(+^F zq|VBn>*u-T+Nba4v)|jT?B=z}#h3Z@$NKcc`}4>8^~cV{k!_5CQ*dPm5*HmoM-?+W z3K<{|BrY|F?_&S}00DGTPE!C&WNiEZ005OqL_t(|+F~FB0J@e21B!tdnzrfLSDX8< z_{}&EXS#3Oe$6yJZvn?&z`D%)v$xxZkA$YBaaUzr=a&9e@Udg^uA$TvSp$u4MwBRumUBilkmf)PG rDh6w6Cn%)?M6IO^QMmdl^io^^&dug6V&`V^00000NkvXXrNGn}R<))$ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/end_portal_frame_top.png b/assets/minecraft/textures/block/end_portal_frame_top.png new file mode 100644 index 0000000000000000000000000000000000000000..23f8c0eb0177353957345924731b6d57951eea06 GIT binary patch literal 347 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nssnsNT-k-hRh*n+Y6^l2QgeG6 zBn`}Ej4dp}0u)_bMJ?>b_02`i?ZqtYMD@*8U0o#2ZKZ7;#mwzQ46P(A>?Ca+B@8X% zY6|@GQ>-I{gNxHbN-`C!?ZgZ$LQ6Bl%d^BS?W3#ng>;O=$}%G>b0sb9WgXo`jjdUE z_?bDlyv?^~0-Z72)5S5Q;#O!s>!M}@p0>*-P4+Xb`M%pfob=Of#nJi~zw6%oJ}5Dl zjm@=3WaGBCSF{dva2C2|`mrxdF`wBO@{c*mqU+Ku`~0#-qy(tX0!b-=47hq4iOoEitydsg4Et+~qANZ>`HU_;%1pdX4GfV{ZSKe(4u8 r`*oA&_HK*&yZqEM5{ek)o{O?KJag!LesV9+nGBw;elAN7T#*0(``CHG literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/end_stone.png b/assets/minecraft/textures/block/end_stone.png new file mode 100644 index 0000000000000000000000000000000000000000..19ce9e18ad3496f47ead8e1c52c50728b80f7944 GIT binary patch literal 338 zcmV-Y0j>UtP)ih+pXZ*s^QtK&&r+G(V*7Sr0eIo;M=Y3<+#ww znb^>y)zYNS%AL{4obTqd%Eg!a^T)}>m&?PK{q({3tsC$F006d0L_t(|+6_(xk^?ae zlkLEj`Tt)mcSF`?G$@uU_#w6qomgTBgWUy=1?%>N?E-bKFQ4}f{OhT0 zl19fzHU3zUR;yJDOnLW(V1X<0S54T5HiVEZ4yw#Z6y(mSzf0j_#{37*f1x-qYLoLH zo(RC#*VR=dSRa%J;;H`JbtOtH*byl6@qR6keE90yW{=`$!X=2rx{1d2R#OTsRga!X k(1Hq7jqs_|0)ZySKQ*F`Zy^#S-v9sr07*qoM5Vyg7*}1d+e9$5H)zyGmD%%Q_bsQ49dcE z@_f}QAAUFrlr8aeaSW-r#d|7HwAp}%^}_XVmVy zYYRIMcMJ2#7W+DeTW@G}@R!b43#gBBy>p;O_T0i7>*hwzzax~L^KM1_imlNKk-PN# zKFrH|tMx+tXJk=*%KF8AOu@I7NLLkn6#B&eCHzOdxAqn*p#2PPx# literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/farmland_moist.png b/assets/minecraft/textures/block/farmland_moist.png new file mode 100644 index 0000000000000000000000000000000000000000..bf9b9cb2f87a1286c534fd9997d02348a4ee6a3c GIT binary patch literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYLIFM@u37$iC1FM>-kQ-aDq;4D z0hY44!Uh3A*%D6|$B>F!yr%+1n+*MZf@lKJ3`qx?^eXG*cz=6xl7OQ z!@Rt=S})XpMi$kltY7TM6ntxmbXCDep-=2z!hh6zYj3dv+RxzW>gTfbz!eDqNP-kQ-aDq;4D z0hY44!Uh3A*%D6|$B>F!yr%+1n+*MZf@lKJ3`qx?^eXG*cz=6xl7OQ z!@Rt=S})XpMi$kltY7TM6ntxmbXCDep-=2z!hh6zYj3dv+RxzW>gTfbz!eDqNP-5n_yc@GT!D0WpIKn5u~)giQ>NCc zY3;H=A;yv*zhDOMl$<|6j<2VSV@SoV-X2H30|p$2=d}FaUwPTV>F&yRD~}j`=QyII zZkOJ%)tVuVccI{SCNp*}`$b#r4+d|%pmRAdG;d}0tCWioGfw@ssh^_t_yF@Io0s|D TL}q>m8qDD7>gTfbz!eDq@?JeM literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/fire_0.png b/assets/minecraft/textures/block/fire_0.png new file mode 100644 index 0000000000000000000000000000000000000000..0167f264c8ad838f8e0ff767c46e1f8cbbfa3593 GIT binary patch literal 346 zcmV-g0j2(lP)M~|LIx({C)q8AsDnxumAu60d!JMQvge3Z2SNK0P{&iK~#9!VxT1eG)u>Z zZa^^%0}p(E|Bp=S z{AVT$xbl1DbXc487q sRa*j8?&IwiQE*jto!gzefrI1DKZ4+?L7PW*EdT%j07*qoM5Vyg7?C24Y5)KL literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/fire_0.png.mcmeta b/assets/minecraft/textures/block/fire_0.png.mcmeta new file mode 100644 index 000000000..cc0cf1468 --- /dev/null +++ b/assets/minecraft/textures/block/fire_0.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2}} \ No newline at end of file diff --git a/assets/minecraft/textures/block/fire_1.png b/assets/minecraft/textures/block/fire_1.png new file mode 100644 index 0000000000000000000000000000000000000000..cff779472f4bfcc3f415d5e9dc98f0c4e10035c7 GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^0zjO=!3-oddbe=^DbWC*5LY05$y)YFs`kG{M*m+% z{{K_^zgJOWi|+=Y1Y=2%UoeArO3oi3XTPV5V@SoVt5+1um>dLHF2?V@^Z!`lVuL;6 zvOiWG>&y7R=KJo3MvkO7FQX+PQ`sI)GgzYVNucvVrhvEReU%F-4NK;3%?v1&lkt2%_pOqt{2Hq$Ef`lPJ9Ns(J)KAq}V&|mMtEg|4*sOgjbRHH9# qUG{1(rJ2t|S%X&XD%xrPo3*~}&+M%XyH5eV!rM~|LIx({C)q8AsDnxumAu60d!JMQvge3Z2SNK0P#sgK~#9!&Cnqd8vzUi z!5*Fe|K!`C5c8DNXau$XslM+54nz-5nL<4+6T!Hkm;<%aV!4ngF+9O;W z0&ELhjN0#B<_AhJmIV0)GkB-u`~h-oJzX3_DsF8(ageuxLF7=t!{Bf7H;)K&-w6IZ z@Bb#%Y=_2*0}R|u7aEu&C#2|$WUx>2mUwWeR8fXobxMBx%BYtDr88Vt01aaBboFyt Idf-5nR04cLTubxg=1*&!(pA#aoZnoV zo|zVwl;9f|;}IU}9N=f;>TGOnsgKB%sReQ}i@P$r{_c6B<;H9yuf}@qr?C5`13z~i>7JzU+gQXX`?Pew cDffSdn_u55*F^=K20Dbn)78&q>47T}06OzqVE_OC literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/furnace_front_on.png b/assets/minecraft/textures/block/furnace_front_on.png new file mode 100644 index 0000000000000000000000000000000000000000..9d05cf6c8ff8fce6d51225105cb5216f5a0a318a GIT binary patch literal 1001 zcmVyHNwQ>6RG-7Nf(Q=@ zzw^WQ-+Ncr6w7wNUrHGGzseDf#Yk8r<;t(Ve~*4^IPedJ-rsD%_pF`|sX zEKS4ES})JtJ$$0VdJmW3g%)7w%FSu@`s9m)lb~Hs;dZ2|x~j`>UwtLU0h`U~-RsZ5 zVD~~zbq)KDBXR6=~PCcaq=Q&_H-5ad8SS2kqT;O51qbh!(=U7*`QI4Wg+ zX;({B^C%@etCt;QJJMvn$qQ9gt5O2jetJCS(q zSVpDl{)he151n4IU@X5r>;^`Zuy7I@)eEk+9aiQKZ11~1CJFnG2OQ#i_tylIUvF=i zMzvBh|H?z{XC8)>U<7&5(h8O)1fdF}aKS(EAd)2KA@Wwk;pD<@FT`Pgx^4>|5|ES<0ODCs&+mz(# zY3tx-5hZH|AXVHrkn24cXU(l1XoBIyMVk+%%#zZMt<3LSYflcIDAP_?1robEj=ns& zHue3z%Ma3wnTkdkMvP&YWhuo@5_a9;Yi(Bizew*UP~!84)8<#FA5Hs_+ex`h0n!yi z@bGF(L%Lc9N7r7iuNqHp!v`NSvntWhq=mLp9U>kSWz#*qxgm~hTAo~AsB_;LcaKgVxLBl&oep5P`S_Ydp*sJ6YiH(RoY0>D XJML|W8`O|i00000NkvXXrNGn}h=trw literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/furnace_front_on.png.mcmeta b/assets/minecraft/textures/block/furnace_front_on.png.mcmeta new file mode 100644 index 000000000..341cb026e --- /dev/null +++ b/assets/minecraft/textures/block/furnace_front_on.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":28,"interpolate":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/block/furnace_side.png b/assets/minecraft/textures/block/furnace_side.png new file mode 100644 index 0000000000000000000000000000000000000000..333676450ffe09160fef7724f8699c8478b45c96 GIT binary patch literal 220 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nuo literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/furnace_top.png b/assets/minecraft/textures/block/furnace_top.png new file mode 100644 index 0000000000000000000000000000000000000000..3dfa1d70fc795aa5796edfaacc0e8e6e8679c445 GIT binary patch literal 213 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n%IjMe9XGLdA zQEf$LX?|R0T3AwoZ=k>3nKY@{K$S(FE{-7;w_N?$nOqe)9x+b6_y5rSAKhiA7*?IT z_xwy?YhFVQlh-$<1D2vQN*GN{?a$o*yJP*DgG)p5%0#9~Ur?B`L8{cho5%aW&!9tI z?JFKs&fz;hQS|#EvA^YICUzGWP3EulJgvRRPbKyEg54J#Lf`2NuYcwB#N|XN&~^q- MS3j4f2d+o}08xQeP5=M^ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/glass.png b/assets/minecraft/textures/block/glass.png new file mode 100644 index 0000000000000000000000000000000000000000..2c0ad62ee47de1c272c0d445271d3a42d09fa0a3 GIT binary patch literal 95 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BKHBT4EkcwN$JN`U8TkmDSJVQZP srt0I2D7GFcgRBE97!#Uecs9u}gl8MFFKuEw1k}Oc>FVdQ^uQGf05}F3mjD0& literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/glass_pane_top.png b/assets/minecraft/textures/block/glass_pane_top.png new file mode 100644 index 0000000000000000000000000000000000000000..0b4b55a81ec882f431f652362c3ddf3993b0da21 GIT binary patch literal 97 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BK4Nn)xkcwN$2iW!MD?ZD&d|bJ3 vEn|C}%|HGl%&(b#RU|&(l`u`X!oZ+=Wp?}5DM@NTJq(_%elAN7T#*0(vSc0! literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/glowstone.png b/assets/minecraft/textures/block/glowstone.png new file mode 100644 index 0000000000000000000000000000000000000000..662bf157299c2bf73ec9e2e12e0a121cecdaf802 GIT binary patch literal 322 zcmV-I0lof-P)Q4LI4OVvNE+yTMZ!9wHmwf^ob- zfMgAn0i9-0q8oDpnGN(z0DI3@rYVyk_qL@b>qOe<{907*qoM5Vyg82DL}O#lD@ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/glowstone.png.mcmeta b/assets/minecraft/textures/block/glowstone.png.mcmeta new file mode 100644 index 000000000..71bbb0475 --- /dev/null +++ b/assets/minecraft/textures/block/glowstone.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":36,"interpolate":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/block/gold_block.png b/assets/minecraft/textures/block/gold_block.png new file mode 100644 index 0000000000000000000000000000000000000000..66d041c1a35730d23ef31e6355511340fb1b4833 GIT binary patch literal 179 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nqyv0HTo2E-{``3L`%BHwPNv-2 z5^#C7_m&>Bt)12j3k)A@HChK$7VPQb7*cV|_q-z?b09}kqSlMofBo-#>79`Hy}pxM zag))ejgRCw=3i%<(4|}Io%FD2ceSEyK{gOSKXP}EL%G6U^(C{#9X7qH?0ByK`7GOU b*`JJ|R<9gB?8!X>G@ilJ)z4+=fh!UK3pGh6 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/gold_ore.png b/assets/minecraft/textures/block/gold_ore.png new file mode 100644 index 0000000000000000000000000000000000000000..42ad3c6422e5338e4c1d758881a3613b341976a4 GIT binary patch literal 229 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nbOU@sTnn-jKHpsa?oiFsZP7R8 zyX|PUn9^0avdFx#GPS%YVQ#E(W=dF6LQto>Ze+N3tm?lzK#j$oE{-7;w@m$6nHUs# zHgTW(Z~xuJ+$VzlxJ>dn1%|^*m_L4&G!C$52rBs^TJ4~_G-!+MJ@1n*H3Am2Obzx~ zJ)Nuj!K>G|HK+Gwp1PM}8CMkeR{Vy&Q%+RB!bhpl+wZ<#TIKzccioMgn!0?I*}cbd cC0PGtt$Oq7gq^De(0T?>S3j4f2d+o}0P$m7G5`Po literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/granite.png b/assets/minecraft/textures/block/granite.png new file mode 100644 index 0000000000000000000000000000000000000000..ddf11bcd4900d396448148695fe12a3a8e69a75f GIT binary patch literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nqyv0HT(`C*UR+drcuM~M3EBJl zvo^QHudWGST;jj5$XBei<0ep9wx^3@NX4ztK1MEQMV_Odw(5WWr+!cWRf0%X^OvPA zDu2>ozg=*Qfpq>}h(t&+IDR;rc)4UCJJ@Rg*<`?0ewu^z_2bC7)Wv{mv<@ z*|B|B^Srr*dQ-NAeotGNan0uX<$URB|6*6YoT6`X_|;?;O_Mc1YZ*LU{altFxFP`n Dr4LuS literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/grass.png b/assets/minecraft/textures/block/grass.png new file mode 100644 index 0000000000000000000000000000000000000000..f70b2ccaf33d3b7fea1f1972edb1b2cc6e427453 GIT binary patch literal 152 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?wt<7iRz|o&cW^S0EiX)jFWw*rQO-L+o)e zkk42WiK!7@LGnIZPc!>h>+$94ftVeoYIb6I-eiUa^_CM#wD literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/grass_block_side.png b/assets/minecraft/textures/block/grass_block_side.png new file mode 100644 index 0000000000000000000000000000000000000000..1760a31e9ec93d4345d88f7177333f7bde303e39 GIT binary patch literal 249 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n3<7*YTsu?E`*tK%tPWUS@1H)` zX=aggbf0Nork!7ddR>e`S(uJ

&?FTB@63s-t3*nGExkquoHgEuJopAr-ewdm4of zD{we3PLk}|`v3pt-L~hXeRJYMp3f{4tDBYV!_0GV+3B{}5Q&Gm-k0~?Igp`eUc620 zVov<3RkJJSUH`rFy_Tx)CKH!5uZ1rfSRMYa50fjof16XQ(@o*A+ydh)cGIU~9`TVo wcfHcJc=+Rk1P_O+*vfbt_YMQG^e@c2eIIiD`tqq4=pF`7S3j4f2d+o}0AxvDlmGw# literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/grass_block_side_overlay.png b/assets/minecraft/textures/block/grass_block_side_overlay.png new file mode 100644 index 0000000000000000000000000000000000000000..defe55e85ab6dd279157ff03adc18e06fe8451a2 GIT binary patch literal 163 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYq5(c3u0XnPM^eS=fb_Xe(S4?V z4eHK?($TUrW&tG_OM?7@8N5?+{s1{Po-U3d6}OTDf`WvCfmdK(gRl{ E0DFWg+yDRo literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/grass_block_snow.png b/assets/minecraft/textures/block/grass_block_snow.png new file mode 100644 index 0000000000000000000000000000000000000000..a4fc3c06634ff765d63f7fe5a4f335fb3515062f GIT binary patch literal 243 zcmVP$HbVjucv=cnQ}vpX+C~jFm_ffZcQd-Mj>TEAzC&Z`MyP{0001f zNklRvO5j4nUv@&H(i;2h?Z;YU> tu4|_GWiGS6gvxl{ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/grass_block_top.png b/assets/minecraft/textures/block/grass_block_top.png new file mode 100644 index 0000000000000000000000000000000000000000..7fbeba2e2ef336b666a024c19e5acb3217ff06fa GIT binary patch literal 170 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?wt<7iRz|o&cW^*X$X--RsgT7e^*_JFnhc zc^)Vp>FMGaQgJK!LR!LugoyQpUEK#S{9Yi;oXu>{+{|`(9xKoKnNlVa6*)V8NQ%{L zNJ_}qz_jXdV$!yx3y}wsk8gO;%Ej+|Sx%6Rt?etoU~u&NQBx=! RkqWeg!PC{xW$A${5&(lOIxheK literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/grass_path_side.png b/assets/minecraft/textures/block/grass_path_side.png new file mode 100644 index 0000000000000000000000000000000000000000..e9ada009ad9683556032e9f9a23b4c54a8e98d2f GIT binary patch literal 289 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n>;rs4Tsu?Efz0Lg{xgf5JBwU9 z3SCS7E^;|$Bfbn?Ts@_f}&{ghJO6jL1)qs(MxSlv4f z)X!8B`y*%4L{CVH5{v)?6zn>`)KR<^%bn6V?o!3`6U0|8d zEGF1+(C=Y`!!P^NquqP&m!~^2nkX3UmELG-n@Y@Ni0igG i%k!Q~dnWU{2mC7S58ea|&R_>Rjlt8^&t>U>D-r-D&~H)z literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/grass_path_top.png b/assets/minecraft/textures/block/grass_path_top.png new file mode 100644 index 0000000000000000000000000000000000000000..c159a42be2a4632b4ec4344c5b0e3d0fc35b0fcc GIT binary patch literal 243 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYDgizruB~~Fokgx4g)R-5HuV|S zb?H{sDdttlW|c{%m5Ig`i6(_ny89|3ZUNPIdAc};RNUe{+PI9#QH1S5{hLScSfAf$ zWZA@$;Q#*^--Q{i47N_wSY8Cq5|dJR!C7_i*8}JHet#|PJOAT+jhNg1e_toH=z+<{ z2Q`KozBf``!`+hCx=dalsAt3UA?AE-V@J_F?uS;%6+if6G9w=qI7gTrJEFT~{bK(B pi^oUeIdXJU7{g9S1}A=H4UPNsT1={!5$GxgPgg&er3bD^0093lU0MJD literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/gravel.png b/assets/minecraft/textures/block/gravel.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe7738b6a85f3bd946378a2364c719271393f5d GIT binary patch literal 216 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nqyv0HTr=Zc3RAtxvjS=h!us0^ z+Nu(3@(+Z+BL(l2DKn7F-G+{Z;? zqV6-58Poq?6JEsb^UmI9L6e8bLD7eHuMb809B_a8^YaD`$5)%9&kG5#7DTf=Qc?1^ z=ubJPBKYr)^Rc97|CS3+Ox0IQ=Q*_DuF~XRUX9b%9Ti;S^xbamkA0ipyskEkxX=J} O1B0ilpUct%S0n&ZfK|%? literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/gray_stained_glass.png b/assets/minecraft/textures/block/gray_stained_glass.png new file mode 100644 index 0000000000000000000000000000000000000000..5f336fc6ea8c17b792931cabe30e1c3f81470231 GIT binary patch literal 229 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nqyv0HToV!^va(XLvXU|~64KJ* zQc_})lA_|`!eU}VgqOIw0hMu<1o;Km!@%BcaX)~91)eUBAr-f5`%f~uD2g2V6#C?A z{Ko@1F&%}^r~l5;mHx0Mdcq}>Tm28bzV$GN*s(8TJNa0rzGOF7$C_jJm(5+;`?W)@ zL-p-l(fHK`2fpml%Biya^`xm-5n*aCb)T;t;-%F6PEFV|HAMVLy0 z{DM-5n)B}7%T-{Ced@YT9EDgOafXKkh z+`!XZ-_uOr!&J}BMAsFFjCEX$b-bfi+yrWA^mK6yskmj^AKrA>fx~%zHyc~Y|Ih0_ zs#V&5QQG&U@Z}xeE$82~Mf9h3{N^|zy8EpX>ju6?_2!U!3qJ=;5^U&=bnKmb=Ef)Q zmjcaqLp-i8{qd%Gf`CcYH(Bl#OhGMiLeEwljMd3}-+7AlYTHTa&C&%AFN(D`yku`) g@*}c?{lz1Gi-47T}02}*T1^@s6 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/gray_wool.png b/assets/minecraft/textures/block/gray_wool.png new file mode 100644 index 0000000000000000000000000000000000000000..a38d9d5d163720813c6d72a880802906f3469390 GIT binary patch literal 169 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?wt<7iRz|o&cW^R|gwYCkIPAOCw8D{WUWg z+<@W{o-U3d6}OUaESoa#%!S8-hYxOuSb1Z{!vhDI-6bboopeUhrouKwvSo7b8A%y_ znK=g*ge_TiMB(J&gNGk1i&=K2U`yd4N48|s)MU0kj|DR}?Fuk-J}h#alcDP6U+(k= SlemF)FnGH9xhy?!MFIdcggur3 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/green_stained_glass.png b/assets/minecraft/textures/block/green_stained_glass.png new file mode 100644 index 0000000000000000000000000000000000000000..d5eb3d180eafa987dbebb4ab3d0d2a9131e03da1 GIT binary patch literal 232 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nqyv0HT=o2TOoBv=f`p6$gbV@% z4E*@?{P=WyxOBX@l4Gp&fXX;ag8YK(VPNmJxF0~lVow*xkcwNjy^hnE12_&nk{5Yj z|0pp2cFutv4f>+~iOla-=&tmfRx>fcYxnJ736c5>*%R*gxvp5@lknulk=fa1ciTmi zW_ATv`E$z87GhF%owKP?XyxJr_ut1RmWb!wZ~kol{I!Xwey@azWBfCH#rEi5?4nCw Vxt)rhI}K<(gQu&X%hCf^BmfY#QFQ-5n*aCb)Ty_0;+)^}teB8aFb}Af4*V&zv*50{ZowrRED-&lim3n#;@Z Y;@QjZzW*(ofm#?mUHx2^9=IX_0Lr{2xc~qF literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/green_terracotta.png b/assets/minecraft/textures/block/green_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..4e37068b822a142c2a6075638811ce7ec775ce50 GIT binary patch literal 234 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n)B}7%Tz!HxgClhUBXk18wF7`C zOxr(H%MXY`w0wg#y#qD80yI4R)mQD~%K&Pr^K@|xskmj^?^wj*$Z`0JacASU|Nrml zw6D?ADp`2OzBtbIdc)@)-dK6&3--$sSFIN|W?J!?`)1RVJJ*U$e9R{Ztom4W`qs%L zS;h$x+rR9~TCw(m5R&VA>NSI}m2CZJ0gJYD@DT*)qBJjHC>| z%$x%Y!j>#MqHyx?!NU)h#Vk8hu%+;jBU`d*YBF1&$ATG~b_EzZ9~L>z$x!w3FL(Nb SN!&m?7(8A5T$UcVA^`wXV?Evg literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/hay_block_side.png b/assets/minecraft/textures/block/hay_block_side.png new file mode 100644 index 0000000000000000000000000000000000000000..cd0f5a47f03c7400ed9d66c6a05802cb6a46ea3e GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYDgizrt{X~hUYw|Wu&3bahP0!z zg7^1(?`U(Vh&Rs;GzfQ;^*5LFHIeXtIQ2MCeUYb&V@Sm<(VmT>M+`WeO`W)$-!iR; zO$akqu4uLCFA#omw@7h;Q|rIuBKe|+QWOh~BsTAiNLU}EUHsVYyygGjjhkm{Yq!jC z=`y;gc17ZimP>2Bu-WScl2xu#W4>C8*FDv|cyQ@LvAxMIF8y`}ZawegtS^3(cpv{( Q0%$vfr>mdK(gRl{04fesr~m)} literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/hay_block_top.png b/assets/minecraft/textures/block/hay_block_top.png new file mode 100644 index 0000000000000000000000000000000000000000..43619a159172dd49668c10447b535d17ba80f3a3 GIT binary patch literal 194 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nBm#UwT(53OdvT)j!JdM1OXH5t z3f|xEy`#-xQ?47T}0JNk}00000 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/hopper_inside.png b/assets/minecraft/textures/block/hopper_inside.png new file mode 100644 index 0000000000000000000000000000000000000000..fb4848717af7b84dae88497d538d3ebdeb3418dd GIT binary patch literal 153 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?wt<7iRz|&H$efS8Xi~O${|QRb{(s zZ%-G;kcwN$9X`Bs4=HHA5IAr^N#nqw2RpN-F*n~{6Uxiuw7Q{1p+lf`lZ?cSu(eza zLYvhXb~-qfs0Q@7PH>#i7~I%8QPIRyi-#d<$^WeVOWw=@8q476>gTfbz!eDqk;*QQ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/hopper_outside.png b/assets/minecraft/textures/block/hopper_outside.png new file mode 100644 index 0000000000000000000000000000000000000000..258691d839c85d8b534c7a3c7cba0287e2f35cb8 GIT binary patch literal 182 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYLIFM@uG(4}7UrhLMg|53dYT$) zYO2bex7Tz4W#c_v978H@B?$zXg(VmS8KoI8Y%w@yCctdSlkAv3NzkZ)EB^hXP5-s{ znePh-5nL<4+6TrJE^flOl~0|Ns+Z7mH= z4K+1Y<=uZawgN?&N`m}?|1-QZZMgvC`FOfGhE&{2^>1Zta1d~6xm}<9_uW5kruT*p zo_z(@GnvcoeN|DgO+I14#8|*47T}0K>03nE(I) literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/ice.png b/assets/minecraft/textures/block/ice.png new file mode 100644 index 0000000000000000000000000000000000000000..c797ce30ff7429d598d0787bd74a52b22edc0aa4 GIT binary patch literal 216 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+C#`JOJ0Ar-f#PG)3xaujI!{@mVy zNvM%8@#Yk!rUnL%_Sf4}G|ug)d~L9H$KSlPJ)7_D)Rq3PGeh8i`bW#(@?pYO_g+n% zzWtue zw|I-3@=i$?+Au$6pYekK2}Z2PH+LSY`61Sl8y2{+XWHd&KPUY$RpZ;QQV-5nqyv0HT!HlQ{TsJ$SiE3PUu$z& zMR9g!N^E4PzptlDoHxripfqDikY6x^cS_D5ASce##WAGfmal&+?*RvnBZ>bzqfO)w zS~4-)aZBWuJI%sOhj}U$eTr*04F`!Liq~Sngc;-ea=qn#B_d yS?Rc_+NIZ9PxAkd>1dB$^md`#g-5nBm#UwTvsfabMxx?v!{+8+P`Dx z*0r0~t(Z4!(uD4ofR8j0 z6S0l`(AV1xK^vFmdFsd%lx<*-e9hfBbZiJoTTeKgv@{wl= zC3655r+<;h)*jFt4i?FKnsUhj;By7W7&Kx`)AbXbCNTR^&p82vxB@m-#E5V_ILp}V zh1`m;GA4&VUPs6~S|)l1e1X;s5{u literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/iron_door_top.png b/assets/minecraft/textures/block/iron_door_top.png new file mode 100644 index 0000000000000000000000000000000000000000..952d49095691414dfc5dca26db263d0ca047bb5d GIT binary patch literal 247 zcmVK~#9!U5$YX0x=9jldeZA3^?%r|5IRc z)}ZCsgM}ny6d5s^h-ojv@xyTh5_aPWWR94bvtGu4iaAV_f&Q=SLSrZh!KFg0ZLt^2 xO}PK(d{isn(plPBSNP>k9@6u)doH1EnIGLq_%Hu?ZkqrA002ovPDG`^)ELgoa`ylL literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/iron_ore.png b/assets/minecraft/textures/block/iron_ore.png new file mode 100644 index 0000000000000000000000000000000000000000..beec42a3440f9e07e160de319ee56e50fefd005b GIT binary patch literal 204 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n6a#!hTnn-j&hFW;Z`GV76B-sb zq&HTkPRtK3FG|Qv2}?={DvoekrF3u}P;r{4i(^Q|E!+NRA!bJorn7q*?)*QX8Th#W z_LSRJhOO0%^%I2;dZxZP_UP|T8I$#&XFSffzI5yTX@*BOm4|X#Zz*oexYpyb;%)sz zCB{gx&VyE0I&-?@<}cnARKC7mclGyKPwn1s`pho%{FSkFin1ioMg~t;KbNHku1Ej? D^p#Yu literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/item_frame.png b/assets/minecraft/textures/block/item_frame.png new file mode 100644 index 0000000000000000000000000000000000000000..7c563e83c0e793b0e7ed7834f2da1f32a066491b GIT binary patch literal 156 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?wt<7iRz|o&cW^*G@n6jehEj{nV>mV=7cJV^@|3i5a#Wbtq^ zH7Q|hPRq)$Xb#H=F=>v{nozMdC(G>cb9?z2jIVZn+7vW-rXJ8(22WQ%m!$`;NB{tR C{V=`& literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/jack_o_lantern.png b/assets/minecraft/textures/block/jack_o_lantern.png new file mode 100644 index 0000000000000000000000000000000000000000..051734ef028e690e90e174b136807cc48d88c94f GIT binary patch literal 222 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nn2_`|VuEv&Bk}C&=Ec zmpYy=wl_g=y+7aoFL(dHKf6RSXd_T%wWo_?NX0GF(~NvA4jj%Gow)nH@Bi@6B9bRU zPSSVI`u+14FOj|ccB8G+#yl$-hH%kNW=4taEk0gZ`U!Iv_ssaVICJ~?+n?o}8wkKm#-2zdV%%D(un^D%J?2TF_f`z82n&8#9)1@R*2W&#JTX6^m^&H WuY|;{Ud98R!QkoY=d$#`6$t=sLs|&{ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/jukebox_side.png b/assets/minecraft/textures/block/jukebox_side.png new file mode 100644 index 0000000000000000000000000000000000000000..a4452a2fecd4baec39b1a0016fa45919058fd0b0 GIT binary patch literal 283 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nJOX?|TrD-F)BH?QeT@^n3==#I zqTKXCowWV!G<|KfTx;TbZ+)8@j$l5UN8S}v;0T!keys=4D4DahNFa0y~O1gKZzG}AD zN?xfiQ-a!}7#C!-Epm)Lq_ifsHik>V$7j18%LkJU|IaRE6}W%<&byOB7iKIwb;Z(P z-xRN{lD9lB{pXowa5q@{O@Q=nf!91C8HH>9Zgy@}m5JRi8O!{S=Rjk!!YyuIljooJ dOnm&Co%7P8;P7x3H=xTHJYD@-5n%mREuTrD-F)BH?QeT@^n3==#I zqTKXCowWV!G<|K>u>+kR?DkN2It zTygTQYhiQsLb{p?S*|j#opvN;{lsf5okuK1r4Dv9aTzLcvPD=OG&g7Yq-h>ey^X!z hlqJr+Vg76Jmv7H)TzTquBG7IIPgg&er3bD^0059mP*wl{ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/jungle_door_bottom.png b/assets/minecraft/textures/block/jungle_door_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..3c4f6f47435fac1a7f4df2dc29d9b475f47bc626 GIT binary patch literal 202 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nBm#UwT;~)7Oh|Q0bvG;wv|3r0 zu&EgTfbz!eDqW;RRV literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/jungle_door_top.png b/assets/minecraft/textures/block/jungle_door_top.png new file mode 100644 index 0000000000000000000000000000000000000000..dea9c82f83e95c75daeaf73e86dcd9b0e4770f1a GIT binary patch literal 247 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n)B}7%TvOc*fy|Y433CbpCZxI* zW+XSoI1~n2#RhnWTdRB9n%L>9YADIg@Kd(|s$(h%@(cdY@Xoa50+3hh>EaktaVxg3 zk*n2!hxxOQPwChH`@frND0FT3T6Tvme|Fsdz$qHtYPwe&a$MOA9JWN1X-YJ_ICQmk z;TndbXZLHIkC?PR1@<2AF&AI653w}Cp-S8xIy!r~ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/jungle_leaves.png b/assets/minecraft/textures/block/jungle_leaves.png new file mode 100644 index 0000000000000000000000000000000000000000..9443835c8d03abdd22b26118df867bfa9e9b5bc1 GIT binary patch literal 220 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYLIFM@u0T3|npIf0u5YcTYqqLw zq=Jc7kr_~wu_VYZn87J|{u65*`59{aYrQA!_1bm( z(w+ZW=NK;j+QeA!^2yDjV?oV#W2ItvR96Vp-BwQBEAs5?&e`?J5BWQznQh{AGW|~^ zZW82ZS{W|i61Cv7j$B#FcOfZ<_{Rq4Zv2SuU&XXbGixTVQQGd?AL^|N|F4|(m1#ZD P4Gf;HelAN7T#*0((Tq?5 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/jungle_log.png b/assets/minecraft/textures/block/jungle_log.png new file mode 100644 index 0000000000000000000000000000000000000000..fc0bf055f1b493d62588a49652e28b843fc06921 GIT binary patch literal 205 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYq5(c3u0akeeGN9Xxu&_%hKc^# zk?!iA=CUCs;WK~=ialK%Ln?0Zp4vF^hye%d1$hq90#y%L4!!R@4`wi!m2GhTue#>4 zIseJy|7NgG-edCXpy`>b`-5nyf}5j aWqXC-SJP9U)vN@%g~8L+&t>U>D-r<9f?HPr literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/jungle_planks.png b/assets/minecraft/textures/block/jungle_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..739dbcb6698eee2efdae26c1ca3840b8c7fd8224 GIT binary patch literal 186 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYLIFM@t`kz-R@NoVDF|qaaVQM5 zN_98964)jMluh<@aSW-rrP|xb>1@csx;~BRCDXAqhL`b*HyysmFKyF$&)_%jg?p}9 zhoHpA2YrpwQ+Mah(BGRZP-fcOT5`f>s(Sag{Ct7Nj{-l0iiOj^2d3pNd-eUkaxDYQKm4Wze7X`(yU?lW{=n7(8A5T$UcVA^`wiQ$|z( literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/jungle_sapling.png b/assets/minecraft/textures/block/jungle_sapling.png new file mode 100644 index 0000000000000000000000000000000000000000..d7fd4b61fb3f65df093ba92362f3d31e0211f8c9 GIT binary patch literal 188 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nL<4+6T!D1-1Y_SSZKo7fOIu!j z0}f>swst+CK%fL;NswPKgLg{KA0Q{x)5S5Q;#O_n>O$8*o+IDx*Pm4UIJbG;gr$ZN zf1K}@-rFAdK;w7QBA>N|OYU|}_r22Tv9|a8-7Ug3M?bwVRobV%bK3_;{)$+`j}KDB i;;bHodz4@P&)}W?V$U4;l^1{(FnGH9xhy?!MFId^yG2p} literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/ladder.png b/assets/minecraft/textures/block/ladder.png new file mode 100644 index 0000000000000000000000000000000000000000..a66f1da3969880f567035a3e115b22cd0a5ed1c2 GIT binary patch literal 183 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5ngaUj*T!D0Trh9t0d9;syh_jlf zrCd6r?L(j_V@Z%-FoSnW&L1Er*we)^q~ca-zoF0(0}f_ZkN^KaMLHzkPr00PFeil} zFyh!JfnHVyUs;dNS|^?CpZ7Zsnwl@koncoa{l4$ihxARWq=gr{e$T)DD7k&6?3K^c cc1YRV*}uq~{dCSUpz#czu6`~{4_uJ|04#++G5`Po literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/lapis_block.png b/assets/minecraft/textures/block/lapis_block.png new file mode 100644 index 0000000000000000000000000000000000000000..b4d299373926847d36af980c0aabfad77f55ffa9 GIT binary patch literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nqyv0HT$S{aom0B(gE}l+OHCZA z46TbaEvq%m%G68>3#Qbq04gi-5n6a#!hTnn-jrgRlHR;HF0C1j?A zxuvuxB?QHUdt3Wd=vkyFXvZ{s`eX@IT3Qd_R}NEc@IM+ndb%E~TuIPk)-V%oR0q z|32<bDUIw4bK4ym@tsuj%033tPXZTrAjfH0!5I@8>-mwUqua&hdM#_V3fV5TNA@ Np00i_OAlO;006BXRxAJj literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/large_fern_bottom.png b/assets/minecraft/textures/block/large_fern_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..8134dafe0f5d2459af0cf8ba523e771efd67bdb5 GIT binary patch literal 177 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?wt<7iRz|o&cW^S0EkUXBOCM>{YJszv)%4Eh8b}S(3$p19uLVG&FYdA9{YJszvURUk(qA2nJ4eJ2tjuY-$SGN}Hvbn>jWs zOgO2-pkg5+5h78+Bf%nB!YeUDf~SGyF&i@*UmG*GM8ym#DTbGq9?qJz*K0q}R0dC1 LKbNHku1Ej?AKxl7 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/lava_flow.png b/assets/minecraft/textures/block/lava_flow.png new file mode 100644 index 0000000000000000000000000000000000000000..e49980ef3068d5fe932a8db0487d04c039f82c3a GIT binary patch literal 4900 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 J>$=`Z{s-}Ydh-AP literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/lava_flow.png.mcmeta b/assets/minecraft/textures/block/lava_flow.png.mcmeta new file mode 100644 index 000000000..064f5d93e --- /dev/null +++ b/assets/minecraft/textures/block/lava_flow.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":6,"interpolate":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/block/lava_still.png b/assets/minecraft/textures/block/lava_still.png new file mode 100644 index 0000000000000000000000000000000000000000..a6be2b57dceffce35beb33b922d0a84e1cc11214 GIT binary patch literal 3990 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/lava_still.png.mcmeta b/assets/minecraft/textures/block/lava_still.png.mcmeta new file mode 100644 index 000000000..8883ce0db --- /dev/null +++ b/assets/minecraft/textures/block/lava_still.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":50,"interpolate":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/block/lever.png b/assets/minecraft/textures/block/lever.png new file mode 100644 index 0000000000000000000000000000000000000000..cdaf90c5e62cda5909d4ca77129ffc3795e8e29b GIT binary patch literal 127 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BKH%}MGkcwN$5^oYjwuCMDd)}Y# zm;W}#iH&;yYh!i)^CyZgX`lVS|Jz0N`wg#rzW;Y{)-Ymt#q_J1G0~x8v(!&EhFtXw a28QWe=Nhjriq-;}$l&Sf=d$#`6$t>VYb-5n6a#!hT+_Oa6-+vnH{n!H9}u0$ z>N%0ob0V$lL{i7Gq>dvAZHMHn9)J{cmjw9**CT*wkaQbRxWd!LF{I*_ZNFm?ivh>s zDNEXJ{I4&V?z4LrM@iy?`El;Qr3%V!2mG3`@SIl0)zYLWhA8_9njYtL-!5IYx}jyk zp~srZ&l7bGRgS67UEH)kN{C7M?bk`XTQqE?o@FSQO?o%?tlFVdQ^uQGf0BEmdTmS$7 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/light_blue_stained_glass_pane_top.png b/assets/minecraft/textures/block/light_blue_stained_glass_pane_top.png new file mode 100644 index 0000000000000000000000000000000000000000..6948354e7f1ed1c27f6815e297f2cdee38112da9 GIT binary patch literal 137 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nI0Jk_TvIzwv@gDz(Ru2={25W8 zAahBOUvN@VlHY~2XdqX|)5S5Q;#P74gPTO_!E~n&f((=U6(l)7a?Wg8CO6YnYQCWL he8I>r&QN_}hF8yDp2_dlIt$dt;OXk;vh=_e2>|2!DrW!y literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/light_blue_terracotta.png b/assets/minecraft/textures/block/light_blue_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..c2e5e90f19f20add40a0ef394025e8b06a4ce3d4 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nv;urWT=TQLD@&)A7f&uLnp9di zv9w@9NkM;cet%J3UqMb!URGyrW=Bp&dvbNz;EDtQJzHQ5 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/light_blue_wool.png b/assets/minecraft/textures/block/light_blue_wool.png new file mode 100644 index 0000000000000000000000000000000000000000..cf370f6bf1a54e94bc8942eddacfba8d3e2c0418 GIT binary patch literal 169 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?wt<7iRz|o&cW^SO3fzetE0>lRG^l>n~o5 ztpt-9YL9 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/light_gray_stained_glass.png b/assets/minecraft/textures/block/light_gray_stained_glass.png new file mode 100644 index 0000000000000000000000000000000000000000..d0ed45dc2581dff6949e5de2b0f030514b874001 GIT binary patch literal 240 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nW!aidi`Hydv|`=7U9Znf2dd;M3GxfBhl5=P%ql?9a!(h>kcwNjy^LMV1_DgJ z#d&xB*Z*+S5Opx-iTqo%&R)OgjeBBGrfKo{fO*qnCveyPTcSI0ZtaWXQ&%$`T)f5m z)(YRA>jqOdzCU_p`X@1EqyM6sn%j^0diJl|vhwNoU#FI7?b!2N&LQB!&StG9eUIuo fUEV-5nI0Jk_T-R-0viH!|bz7I5zL9kp zD9BtA%nxV4}uJn`xPWPKXT4&S|&HsRcgMV i^?bp|F3wPWVTM=FU!KYD);bH+$KdJe=d$#`6$t>Y^DNT< literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/light_gray_terracotta.png b/assets/minecraft/textures/block/light_gray_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..33c435fd283cf169b0f3d50950d225b313586746 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nv;urWTsyOpCKqQ6yW>Mf nx6^?y&5l7ex<|N6J~Dr2cw_J4dDI2y8U{~SKbNHku1Ej?vm9Nc literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/light_gray_wool.png b/assets/minecraft/textures/block/light_gray_wool.png new file mode 100644 index 0000000000000000000000000000000000000000..bfef621987e5ca75a1c9ea5c8be2948f036eb495 GIT binary patch literal 169 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?wt<7iRz|o&cW^*Z%J6$&*?-TZ-!{b4m)l zB!S`)o-U3d6}OUaESoa#%!S8-hYxOuSb1Z{!vhDI-6bboopeUhrouKwvSo7b8A%y_ znK=g*ge_TiMB(J&gNGk1i&=K2U`yd4N48|s)MU0kj|DR}?Fuk-J}h#alcDP6U+(k= SlemF)FnGH9xhy?!MFIf3M?k>< literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/lilac_bottom.png b/assets/minecraft/textures/block/lilac_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..28c4dd01fdfd14905d0efe2bf76101faaa8922df GIT binary patch literal 196 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nqyv0HT!Hl5l9f}E7T1SN(W*7h zcWBc{H`E9=&SS)KeIyIXf}hVtDno#16L#fL$p4n literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/lily_pad.png b/assets/minecraft/textures/block/lily_pad.png new file mode 100644 index 0000000000000000000000000000000000000000..5bb7614035ac3f6075e147553f2390904d621a1f GIT binary patch literal 270 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nYyx~jT!D1{GN0l_VM#OX)24cc zH`w~O=>#{Kc@*k-<{LVc%eoY+Tc;@6B&paXXqu-<8AVGNM@pN9E9k`vR-2jr2kK`m z3GxeO@J`A31LQP#x;TbZ+{*2CWjbQO!z^tw{nP*b>$aAxx^=+k$y?3udmryu_xf;k zOr!CmPun>rdKB;Mu9ur(`Fi>MHwNe4*eG$IW=osQCtV{`BEfmYahjs?s}{k{ztoy7 z6;?dwW!Zi3OVsb2&C{I{LcFq-5ni56vG(u#`fK7@ Z@k=3Z58jQi?*&@U;OXk;vh=_e2>`0`V!QwV literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/lime_stained_glass_pane_top.png b/assets/minecraft/textures/block/lime_stained_glass_pane_top.png new file mode 100644 index 0000000000000000000000000000000000000000..ce0fe1e7beff81d316568194f2552d35f0f96f7a GIT binary patch literal 128 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n*aCb)T=O5gPWf2k_omq&D8f_{ zaFb}Af4*V&zv*50{ZowrRED-&lim3n#;@Z Y;@QjZzW*(ofm#?mUHx2^9=IX_07<1MDgXcg literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/lime_terracotta.png b/assets/minecraft/textures/block/lime_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..c424f7399d9f82b2e2f5d1550ebb2a79f8d09573 GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n)B}7%TvLjTa%;`9t4*`2OfxG@ zGAc~c%Z<~^j8jXDl8X$J3Jntr3=;AUK3sV=8K|Yv)5S5Q;+E}s!y*So4z`E>!Y&hk z&o@7>cKgkr+Xf6bl8@PlZ-2gTddz&se?2MdZMN@z(_mWnGTbF(evf6+?U^sGg{^uX zK5w;rtRYiL{8YhWw@qR=oki1S3j4f2d+o}01Gu?GXMYp literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/lime_wool.png b/assets/minecraft/textures/block/lime_wool.png new file mode 100644 index 0000000000000000000000000000000000000000..8ebc810da8e67295ae71b9be7376f129ac624599 GIT binary patch literal 169 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?wt<7iRz|o&cW^SKAp{_KWna`qfPuRN6}H zS%BgZo-U3d6}OUaESoa#%!S8-hYxOuSb1Z{!vhDI-6bboopeUhrouKwvSo7b8A%y_ znK=g*ge_TiMB(J&gNGk1i&=K2U`yd4N48|s)MU0kj|DR}?Fuk-J}h#alcDP6U+(k= SlemF)FnGH9xhy?!MFIew**-5n6a#!hTu&A4IahPwT-AYd75mNr zQQ5vTCHu}4?KxGj>qNn>V|hFF@#|dzD&{T;@(Zp<0Mj7pHlT2Yr;B4q#Vy-@$08O3 zj>A)ywB7h$UohQg_b!f-#0T@^+hr z%Ys9XHIttw>KdvXQ=PlGX@8Uulk(fIlX$mi*h)RiP%xYHZthvb8;nL=*YnjrM@uq# iG}&Cg9w2|U>D-r-**=G6x literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/magenta_stained_glass_pane_top.png b/assets/minecraft/textures/block/magenta_stained_glass_pane_top.png new file mode 100644 index 0000000000000000000000000000000000000000..b273ac16bc88f55928dabfdeaa75a45177bc19d4 GIT binary patch literal 137 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nI0Jk_T+bBlz1Dx`eBu7noNEez zg3KjBe!;1!sk3$!?*ejlJY5_^DsCk=Ft|yy9!z)oAjmMeUqO=dBj?PfWpXoJrRED- i&limB;tbUnW_b1d<(d3$t+POV44$rjE=vzwkpKW(Gb`Ny literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/magenta_terracotta.png b/assets/minecraft/textures/block/magenta_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..a4909a098e438165b0fac8a150ee6efba01b5d7e GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nv;urWT&IU+FNiCh7gIbprf5!d z;hd;~*--_vBJ*cPw;yN@-5apg)L&f+T%^rmh3?((!L>+qA_o4h+d oWOO?n_|ohcRHJ)@yW}JDcZN6iE}lnSfUaTiboFytdf!q)#!PE^?B%m<+qP}nw%7LVw{80$^B)^Oy8Er_lq+v#Dbt;|*D z8;P^;>E1qN7V%5%?T>`s8x5T`&aXSrqwZ z#>j1f`;ezF61(;3oco<4ou^8yLhOK&C7f-fCcU?=4E#2)1#K+(gM(tz>n#+l-uLEERmx$Txh06yYgj>}O?)-dLOCBd z@_=%BP~?9o_!Q>@9tVF``Q~?Zx|tFTSUMWrkb5A@)uFad2;8SQ{fd&cQmkk8ra7{8 z0b2zY)k;&{eb80wDLFB42hy+~kj9OC!PThuq;@d-tdSrU5`c{Lik-Xa$ztJWv@mKq z60q=tuQ)}SgD(4V28UNFr;&s`J!FF4N;<$M_%1yh8hOBNq`>FcRY&GA0w$9Hzjuu~ zK#G-&ej58<>*0M@|741fD0h01x)5vP}u<0~ojfc3xj;_vpTr)5Xg?eHEjxary*!(SG&#JQAqRW(Fx#I4E@EEO@>oXdk-tX|zCm@jV-n>+`VABg8w%N3uBSg@ z_HmRP6u6BvtmJXe6HwzH3HB3W|C!l0IJ~ot324$)1A>2t6;~GuODQBl!8VMZ94I~F za7g#+G+Z?j{(}{*6|UMT#kW}Tok9VWJ}!$6^UXJxINRpir%LfKC7>WuG*&Nz;pjY_}ec z4ZROtb#^I6elP~CSu5Bq91%$X>9LY4lmijwyYw&_`8T_&zLy@}r(^~JSO5|Q(bbK* zJ&TYZd=B8S+PQ(!s^CyIq;g<6c|eLe1Z?b^_mhL=3FQ>t@u3vMf+Ki3ms^It=REx& zBU`Ecd%-uk3h90fHgi&;?|=P$e_{4rTEaWtr3B`)d5J&TDg%AHULG^@H#PfA-@vRo zg&T&Y8i_R=pdC;jub$-$AcvcK^Z>8_tZLPwt{y;-7X*iqC0+K1T|J;b4DZrIQ*c1K zV|Ra8z&h#)wa{HXxJDjYO1{~0CaXcuTW52*W5|8b;cq(PN>F2|cHWwx*z3kliG5h1 z@0+ymSw@U4$OsF+|4UI1|B5_Ypkb zAQ+@?y%@ODoRYUlT~(B=$!$c$Q8&3?2$KMGlTUx{~ob5tH3>YLX& z#V;fL-pHk)3sNkf;Xh;c4;=p6!^MTZc`pq+PK^GrrdWKI64)b>^QmCVMxz7!^Mi&n z><4ORlc2}Dx|IZ&t-5nBm#UwTs!8=&fTWb+9#9SCsWZP zmRuzjn=kH_C_K?#%@wGo%G1R$q~exn7b72o0S}|E_y7NoCq^uL&Ja;`VF{0%&~}f? zXVn$?YmP^ppCz?my}>a}g;SD`U%vl7;Z7>g2i{dIDrX+t;Vf=lxW)R}oQbl_TC4)u z9tP*%a_&A;bkKCC)=iTH?h~Jb%6Qi0TW`xqels(A)}*Cv+o~4q_!HUns_#%=I}gwm O44$rjE=vzwkpKV?T2yTS literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/melon_top.png b/assets/minecraft/textures/block/melon_top.png new file mode 100644 index 0000000000000000000000000000000000000000..2bbd2ffd36449e013d9b264087a8ccba63c5eac1 GIT binary patch literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYq5(c3t{wAb=Wf$z?UTvvlS!_U zip>}IN)%R}bbCKgL5-)2V@Sm<-czcx8WJSf4t$^7S2m|7ZBEbiumAtKN6cHvg094Pu}N7PUxQ2K088Br#5BIlE?}33^u6h4mzp?x^`Iqmd=rphN%Dh0&|5}sk^`-wRoY-dd0_Y9~ NPgg&er3bD^002EAR9FB2 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/mob_spawner.png b/assets/minecraft/textures/block/mob_spawner.png new file mode 100644 index 0000000000000000000000000000000000000000..52e3dc13eb738fe2e392b220443490b27431404f GIT binary patch literal 188 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n_yc@GT!A!)kd%;&HX{==3n%aE zSS=Hv5MxP@UoeArO3oi3C)(4+F{I*FYF}$210xU9`-Z>a>%N=5Ys^|SdzOog!yE?b zf9b}Jih^R?zoH)~XezPyE_!!jtIl&jkDC)dyA*zliJWNL_vrQ74Lg`6ZZpkvD*Ry2 hsGYt0?e(pHSrVqdxNe*)aT{n2gQu&X%hCf^Bmgv0KN$c3 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/mossy_cobblestone.png b/assets/minecraft/textures/block/mossy_cobblestone.png new file mode 100644 index 0000000000000000000000000000000000000000..f4dd2d3aeeaefec7f6e9b753da32a7c5557d4388 GIT binary patch literal 244 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n6a#!hT%#h~W>2i1&|chJn_ik9 zmzfskUZ`Q8rWELJXBsK3=P$Z&ez6u%ai6D)V@Sm<(X*|L2OM~q9Hbtf{Kq_f&ud1H z)jDgvznkq++H52(8n4oD;#1t;cZ;|dY}#e|=8WP6vv0E)`uV4RQMI_=VxguH<~zgc zjic21Z)U075z_B1?;f0I%j14TYI9PGsq@*_KlH*RDo>Z*QCWE`HCuiED_j0^&g%BZ sxugzqXHDwzT6-}|_}%I?_twelmb}SSU%NyG=rRURS3j4f2d+o}0F0Pji~s-t literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/mossy_stone_bricks.png b/assets/minecraft/textures/block/mossy_stone_bricks.png new file mode 100644 index 0000000000000000000000000000000000000000..e3df5509722835faacc3ff3de91afea08d7f68eb GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nv;urWTnn-jrgRlHR;HF0B?MNO zWTu2AB?P$_YJ`Wn+NUW62RQioSer&l>-mdv3-P7`b@h3=IEGZ*((MZrI;z0Iy!~p& z#)AK^?PgZmKT3sCXXJI9o|$pMMmcT&3y1PE zW=eBgcgP6(p4)nJ>eR?{cB{<}-(6_$+xuNM!92~U@xlJ$XC`|WbidkUY|_Bkbd|Sx z;m7hQFMdz%i^(^)vSg*se?RBct?!>|)BiKf{QJJ&KCHGC=rRURS3j4f2d+o}0QiPu Aj{pDw literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/mushroom_block_inside.png b/assets/minecraft/textures/block/mushroom_block_inside.png new file mode 100644 index 0000000000000000000000000000000000000000..28c1624a9eb1598163b3c3e66a478078f80c6d26 GIT binary patch literal 228 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nbOU@sTyO4}aDB&w8`~#b-#+2m z*1oG-`>$*PqP{DedoOS9yR@n2;>O;K8+tBm=-n~5R^+(BU7*GyPZ!6Kid(z~8ylMq zcvuWrW#(-A@lF1F{33C4fBAALMt_q7;l~%U`i9dnZ<``Y5o-r{{~_rh59 zT>mCNndt3(k!Q8QxwYT)v<}#PG)*=xNSKitFfXWj!~KJ{+A&|PZ}Keccy`#(xAgU+ bl0S@s`LFDH933KowljFT`nfDUa76+Dph01N literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/mushroom_stem.png b/assets/minecraft/textures/block/mushroom_stem.png new file mode 100644 index 0000000000000000000000000000000000000000..384e7f2856b59db97b57490fb7317dd88aa5589b GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYq5(c3u9prhyLWEO^<%5g?OAYo z$DHF^XB^r%d0wFWWuSt5PZ!6Kid(D)4JRE|;BmNU@3E--p`5Yz`i+(hadWO{InDn) zU+F#L^){h^YR9YvM_pp%de#_SI=9IF$jpnC=GP1?oa~jS#5r9P^h^F_-8zJP{>urtq1X|7D>FVdQ^uQGf0Pe9; Ar2qf` literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/mycelium_side.png b/assets/minecraft/textures/block/mycelium_side.png new file mode 100644 index 0000000000000000000000000000000000000000..0ef76a8e01b3dfc101826c990e670ef9f6cacc37 GIT binary patch literal 254 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n3<7*YTsu?Em)HBxEOPG4v@1(a zE{Kb%i!mq*(@75t%JWr=^>s^iQ%rSK405uGGLvz)G+r}%c`;CLr>Bc!NX0GNUREX+ zMIPqnkbb@Y|KFyH&RxRhd0z98Ux86fji1ok*R1mEgw)O~>J;+-sOuM6DK*dh-I-N$ zELN@CterhMVPjat5vy-@)ASq`W~J?65WL@)wq0iNcSna9&IM1ToDWKfpIf~pvn=4! zbDr$wrL7Cx*6v?@Q}e)LG4+*?{1k&eH(CB*788EI&gzf99?($?p00i_OAlO;0089Y BUOfN+ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/mycelium_top.png b/assets/minecraft/textures/block/mycelium_top.png new file mode 100644 index 0000000000000000000000000000000000000000..816a2a78fab1256ebe39423dd454c6032bcec872 GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY`~f~8uIXVx{RIVO$;kzAF|odG zPY+&Z1xh7)x;TbZ+~Pgc$a%zo$N6HsxAGl^Ww8g2NFI>6TfdA=-5nYyx~jTven*b(Q2b|_(b@4q=fioMFiEP#H~Wk+y$C5 z$J50zq~exrf2-&b0}coKCHK^B{M#+}zCc`dreS)@Di3Sso37v1*ltZ&Jy&brd)DQ= z?043muK5{dI9>O!i~r4NGv2$h%^9msX)TsH|DmA&&!sbWEnHljzg)a#<-dZdy`AZq zyNlbc-*MkfjgpkA<{ZEG)c2;4!a}JZbEf_GKUT5#VmM3e&Dg&!f7W(hx*9LSYM>?` hQ0`*Cd71k^hWBS4%r1SXkqvYwgQu&X%hCf^Bmmz@W5NIc literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/nether_quartz_ore.png b/assets/minecraft/textures/block/nether_quartz_ore.png new file mode 100644 index 0000000000000000000000000000000000000000..71795cd938ba8da7ed8039e63f5cd06be465cec6 GIT binary patch literal 245 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nv;urWTy2F#OoW7W1%;w5EndHT zd}8m;_wQald30w|RYh$=e5#vErlw@Lytt>Rn6rSF0#H|*r;B4q#Vy_bMnMKa0cK$a zy}#Rki+^S?OFkIy#Pm|^l%l)CrM)djf;uisixeg@6l}eCl7qqS`po2cK9AUH*4aH1 zikLGof979~!sc(0>VKadk2i{_78czwCFsWIMJ8HHw;5(Pp7ty0w&i5JGE?JHFk@?j ti?!h2WgAv}{Z)V7?e+Zw+YNs(yo`Mlv+>CUSD=d+JYD@et3&P zK%kR<3;U^y;?Fok1p33LH%4jb@omw)A0m39A-m)1)a}6ntVS~$X3U@eS)bil!12kw z&422@Kly#!{C)#ZhsTzQhnnBtzyI%F>xMvYzYFg1V&}ewPi0YxEsW#1e%nE81;ZgW ZhEK literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/nether_wart_stage1.png b/assets/minecraft/textures/block/nether_wart_stage1.png new file mode 100644 index 0000000000000000000000000000000000000000..b6fa958ac23f169b0a0304cac25341498d5bba82 GIT binary patch literal 317 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SDq*-&q5s*h+%@f`K#;q^fM@22!6qT^vIy zZY3XJb8}oZ!$P2yn@e!@u2bRs9b7&kf>n2Z{8TuWkj0?Iq;>XE0Gm<^lLEH}mkC?2 z|BM9z%i4;%fLeBb`poDWp&+z>-=E})f3la`Lf_wS-C$Vz<2U<>y6^AJL$1u2ESn*8 zfyYLVXPTg~z=NhDo}U(TU0EmCa(z_YG|!?ml3g-U@7<$ncKs?)@7Y4bwrP;OXk; Jvh=_e2>{KpbISk# literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/nether_wart_stage2.png b/assets/minecraft/textures/block/nether_wart_stage2.png new file mode 100644 index 0000000000000000000000000000000000000000..c7e6da79b93c6be5c46de3db3024aadbb0ac6900 GIT binary patch literal 341 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nS^|7RT!D1BppY9sp9v>>ikP@7 zKc5jVXOfI$u#A|UlBm8gk0BptqP$eRx{QO2aG;_@tggJSIG?sOzm}Y!pN3S7zPz=D zM5MWrrNNL zgcVEIzNt!?!p8CDz2pAu%xG(ghd)@1EbV7McpbNz;EDtQ_+)Ou literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/netherrack.png b/assets/minecraft/textures/block/netherrack.png new file mode 100644 index 0000000000000000000000000000000000000000..3e40f31cda9047be4df664c476ddbcf8e2d5832a GIT binary patch literal 199 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYLIFM@uC~G=nVOQ}^5UMNVkSbu zx`IM?_II-ZWeYrA978H@@p^}g9x>p#ob9tf@q!LRT_9sh-Ti0&Pxs{VM#yO8Dn<*Y zGk(AR@dIPVr|kPI9{kF0mLIorUMjIfy;RfNBJpK@4f+FZ|hX~%y) v&1WqC>>Cv-6B)(RsW5%#%7QMp*dNSGzWq{ow!+XFXg7nWtDno#16L#feqTmF literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/note_block.png b/assets/minecraft/textures/block/note_block.png new file mode 100644 index 0000000000000000000000000000000000000000..5802cdb7f27a3a92bfb658888b3e480d46e53a0c GIT binary patch literal 230 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nj01c^TrD-F)BH?QeT@^n3==#I zqTKXCowWV!G<|K1Svirz9?rIV*;L=9RM0<;`B9 zw~fxFxQRNij_o`d*SAH@GNjO9sno#^C9NYJDk%*YSvV6|9;N8*yb~$@XNlqm3-!;H aUwKQaj_k5Cy{HDXnZeW5&t>U>D-r+;Q%w5+ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/oak_door_bottom.png b/assets/minecraft/textures/block/oak_door_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..8369d5c45547784c4c4f81626da00bc5d5f5ca89 GIT binary patch literal 230 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n)B}7%T%B!=CztqkXS=kf+Seyo zrzeLMhM7f#dL?=qdb!zz*=w4c=;&%G`)^$K1gNFT)5S5Q;+CslE8_tJj?+z3Zkmkjr!;(DwV=lEsHa)gF^W(B@uHRwC0aLZt! zRmdK(gRl{0L&v;TmS$7 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/oak_door_top.png b/assets/minecraft/textures/block/oak_door_top.png new file mode 100644 index 0000000000000000000000000000000000000000..e04c7713a55e8d8641663be39f60d13ac8396321 GIT binary patch literal 254 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n)B}7%Tq8ogfXvAyzOAYD^$FJL z$zg?IW{IALUT!vF_L|PN#^xqEx?0MfmRjF|>X=G`{DS{8yfbaN0OYlJx;TbZ+=}&M zZ93w>;oU9v?Em|{Pin-=oAMO)aRiuI|8?GMJ>&NLExY!fnSYzzIX`UEB(^gzw1cm$ z5zM-NE@xvhgU;!)b=lMA^7z_V&N;F~O<>Q~=Sp**&SaQ$yq($BX6>Q6T8dEL4sZtz?1+6P8f>o?82**;kV-NWGN>gTfbz!eDqoPuB- literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/oak_leaves.png b/assets/minecraft/textures/block/oak_leaves.png new file mode 100644 index 0000000000000000000000000000000000000000..455fe4942b14cc349da8a65253b09a94a94b8910 GIT binary patch literal 216 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYLIFM@uC66AKxWmtpsWQhu@lU! zQbjpDwRM0(OeH~n!T%ZFnYLU2@`^oO978H@u^zM(YBAtpIWTec30tNjc~`zoC%=Dq zCicJnOqsL(hCP7-vtCTza`55T1J@L1DVyjg*sfeHXsPu2E_a{bV;O#f8jEs;_d?Fg z58c=~YfZ*K&%z286(7B%9TKfGdH3tDRO3$bzVoiC>ETf$)4z-ppZt9NqB<@ZXg!0c LtDno#16L#fVvtX{ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/oak_log.png b/assets/minecraft/textures/block/oak_log.png new file mode 100644 index 0000000000000000000000000000000000000000..305e32da9fa8ae42cd1b6e09034f5aef6187f537 GIT binary patch literal 197 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYq5(c3uCZ>~^$9jbVWw%m24N2B z0X8ZgCbGuirWb$;vOQfKLn>~u9=s@c$bg4AVC%dk$Ju-yc<>}FlDls=Dfz!(1^>#& zi7(hL`?pG`&j>$ZAbwQH=5+C$wjQzfE^DqY+cm+D|E<&7M+fIUc=b3%c=Io*i*1`v v+~8hY<30b_`5&t`U7VJcwXiLq>lgE>11D_0pE;`ww3fls)z4+=fh!UKKzL34 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/oak_log_top.png b/assets/minecraft/textures/block/oak_log_top.png new file mode 100644 index 0000000000000000000000000000000000000000..433ad3805632314f00ffa0e5f9f48fec52d23686 GIT binary patch literal 195 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nL<4+6Ts=%=dvZPN6KsmYOw)V~ zV%@X@Y*b!f`*RhjAk)*uF{I*FsDCTt0RtW-rvLNzTsk9F-ngODmvj5sa~9F+tI5g_ibeMl3t9_A;y6A=%&$Y@1d+TAeU`?W`_=jJJyCFQmU+ t!B!%(?ERND&r1rO&KDbXPf57Iy5qy^eWxq->;YQJ;OXk;vh=_e2>^27Oy>Xq literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/oak_planks.png b/assets/minecraft/textures/block/oak_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..4668f7324a5f76e300003e7b4ae79e4d0afc0f9c GIT binary patch literal 184 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5ngaUj*TaSW-rW$Mew#9+wc_2d6^{qWlX3Tu*1A2f1i)@4^Lno{N0IRD+d zGa76MtvZG7DKow=6_eXAQN%jCv)d@7?4*3Lv-5nw`xb4WpuGhNw}eJ zvQ(m{rhSk|u${808~^VPn`=N7j3q&S!3^FhIe&nhP)`@fkcwM#&p7fOQQ&b7obkY7 z-~ZO*T3uedbB;XQ&+zzn0-K!ZXMq;!4l(_QwvIW42Ut4`85u9R&flmyJ;dnS`cqSv rdL7o>T^;sxX4|{p$5z+>eZnt(?e%MB@wXd+7BG0a`nfDUa76+D_-5n6a#!hT-|N-fy^0|LEYId^$FI6 zVP>&`j)|UzA@1g3_L|m)YPuqJQa}|Fu%5r%Zon?G^^AAW z-5n`~rMJTzi`H=TB>#(pA!2n_ik9 zmzfrpl;9g4>g?}j>E>u;VXSFxtYM_5VyLHVq@%2(A+N0=r=upPrX;1RB&nt#DK8_Y zASLF<%wosLq`}P6>SR3yX!0CS7srr_TfXk0Nz8!)O*1_=MQ{Hdzv2Gt_l~gz9R_xe z3{FBE|Nq-a8#pvC=-kD=gyT<0TtR|uvg!`4^k+-&yfHaBncH17X79>{CiC{VZ` ykr*^*{ZFq0y=&UKd969}7B1;z`0;V~-29xpzI9$R{4{{>WbkzLb6I-eiUa`Yf@@F! literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/observer_back_on.png b/assets/minecraft/textures/block/observer_back_on.png new file mode 100644 index 0000000000000000000000000000000000000000..ba154470cb46a27015124cbb58f9bc67fb5c1a10 GIT binary patch literal 403 zcmV;E0c`$>P)_&BQh=|R7Ev0E+Zx)8b+MlTL1t6 zwMj%lRCwA=iUV>sVGxA-nHN7|7E_Myf0bAVh(B|;V+>pT1-+Nw*CG2icV7J8U%#90 z7&Z3O<|Bs^*!p@ABu-PVum8Moc^cR?Uh|R;8z1Cobv)HcoL`jFhJ4cGRJf>S+mxH; zFzu0Ed&Pe&+Ihz_(raR^9WtLc{qlbjPOpCJ{J+*Lr8;pS#&XBjvoa<` x-(CFNVbN9ub-nd#H9-jI@P|sZg~ZfTzW~ZZi-Ws$qUZns002ovPDG`^)EF*qpl1L8 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/observer_front.png b/assets/minecraft/textures/block/observer_front.png new file mode 100644 index 0000000000000000000000000000000000000000..b4d1113ff944c1c91cb6c843bded1c29bf11784d GIT binary patch literal 271 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nYyx~jT$^jt=TB>#(pA#aoL`zB zmzfrpl;9g4>g?}j>E>u;VXSGSr(&q5Y^0;Cqam-YA*Z7zr>Z2WrXVRVBlf5I&oZDn zeV#6kAr-fL&o-vHIP$bU{QpEnSZqb*|K~aS)#+9-YyY+BOhP}tvF=bNz;EDtQ`0i-U literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/observer_side.png b/assets/minecraft/textures/block/observer_side.png new file mode 100644 index 0000000000000000000000000000000000000000..d750e295af694b37c9c316387e8ce99d7b92aeee GIT binary patch literal 286 zcmV+(0pb3MP)#WgO;=SzPf9sPK{7ZqDK|4HGA<-BE+aB5BP=K%D<~c;CLSgt z8YLnbCLkFf92OuN7MduSGynhqlu1NERCwA=hsR-LF$_Z=NX`$Z?Z428l8AM-ks-o- zKtPj%@ZYb^V2}~AsDIEM!FT1(;IZ)#dUW2DdwJSvNf#HR3fG!FsXi}$MQM%o)b-5n6a#!hTqDAqH?EwyWOm2QN%fOD zD>_?>YAZ5J^W!qp!jckv1O4r`z5e*;OU$pZrV{`tI8lZa^JYD@-5n_yc@GTn%;ftW3<*lvEU?Wu?R= zB9hp|fKo}GE{-7;w_ML|WOOm)I2=&h`8R!^ib(iD?VM!eEKV&M_M_huTUo2#_XLtI_4--nFTO`W+Za4u{altFxFP`nm+3<< literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/orange_stained_glass.png b/assets/minecraft/textures/block/orange_stained_glass.png new file mode 100644 index 0000000000000000000000000000000000000000..de8fa99aaf96d3ac545ef1cc4e232ffa3687dd64 GIT binary patch literal 231 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nqyv0HT%XJfdbT9y*`latiz1#a z2z#<1jj;r1JA-5nI0Jk_T%XPlc(u9Y#lqmz@yi*3 zg3KjBe!;1!sk3$!?*ejlJY5_^DsCk=Ft|yy9!z)oAjmMeUqO=dBj?PfWpXoJrRED- i&limB;tbUnW_b1d<(d3$t+POV44$rjE=vzwkpKWLv@2Es literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/orange_terracotta.png b/assets/minecraft/textures/block/orange_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..dbee3866b3ab665b9d85b36ade4a991e81d97230 GIT binary patch literal 234 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n)B}7%To(qZtc+A&9-+28Ty0sn z+R`x9C84T|LsS9SVCX2>(-pwh%`xTR z8=l}4hJ`mIgcNwLwJ?NnC@Uz6D2axNv88QTKFwKl>QZwDiMNstObp!X-qp>qKlK!7 O5`(9!pUct%S0n(*pD}v? literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/orange_wool.png b/assets/minecraft/textures/block/orange_wool.png new file mode 100644 index 0000000000000000000000000000000000000000..b4214027c50ee79197cfbd6fbf850d1a9ca09767 GIT binary patch literal 169 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?wt<7iRz|o&cW^*V9?L7xE1crD$!A(U5;^ z-wG6u@N{tuskoJVW7(8>XD&PzJbZ9N#L62p9v(Qz>@GR!>ZCK0HWjuhk}Z>a&q&Jf z%gi~jAZ*F9BMK)EA3XeESU>D-r;eW%v`^U3Q6M?t;E9td87xAALiri94sr-(K6{Yj q!Jw@*JCMh4VlC5^7hm`k7#TKSf7JO!ysHps0fVQjpUct%S0n%#3qi~P literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/packed_ice.png b/assets/minecraft/textures/block/packed_ice.png new file mode 100644 index 0000000000000000000000000000000000000000..51948aa03f4c9ae2a81456b0f19fc5e9e2b6ae18 GIT binary patch literal 334 zcmV-U0kQsxP)==96n^vc@vvdZ(Q#qy}e z@~Ou2smSxH$@H|&^|a9Tw9oak&h@j-^s37AtIPGO$n>el^RmqIv&{6pl&0_i005>* zL_t(|+BJ?>!Xq&V#>AK2d%%-joBN;gpZY{cV!QD#PpwwUF2dJr;zQL#IyOrAIez+* zPuWGUq>F!ifi$j=mA(U+2_-(=n`#NBWO&GoD4oD36qU{|9nZwAkR7QC!ZrkHzc|Ee24;1$p)XwC+PX_yxlcE|Ae#l g&G+3Nl5+I<13@6?c%)Lw?EnA(07*qoM5Vyg7}5Q@djJ3c literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/peony_bottom.png b/assets/minecraft/textures/block/peony_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..d2490905c5e0d9c0d5c26815da9e9f31308c6140 GIT binary patch literal 223 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n~Wo;u#hY{0J zquZ3(vv*{_f4Sha@Ao(f+cvhVRg;>O@60ZgKAK>A@vdUkilD|x(^qELPmljx{7N98 Tz~L6qY6eeNKbNHku1Ej?q4QQ! literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/peony_top.png b/assets/minecraft/textures/block/peony_top.png new file mode 100644 index 0000000000000000000000000000000000000000..401475a3daf44ec277eafaf08c086e357d65ba8c GIT binary patch literal 198 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYasfUet|0ENn^%_}Khn2lSIr8I zNiLez4%+Ds%8|wjUiuqbE`n4rmIV0)GkB-u`~h;pJY5_^DsCk!$g{LGYKFD(C^HHu z_n3M{3VLi_I*pZElDYMebWpU&TvG`Ni_6lNd}FvIBrc_;Y+3H_&(LL}b^e40`>IrN oqe~tg2?-B8Ov1MG@FXxWw8Z`_ni6HB1hj#{)78&q>47T}0M5ldRsaA1 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/pink_stained_glass.png b/assets/minecraft/textures/block/pink_stained_glass.png new file mode 100644 index 0000000000000000000000000000000000000000..e6881b54d3d814de33a8935c98f5e02158e59d19 GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5ngaUj*T>sD7^MApC|MT|!pR@1( zj9tH`?RdDz{R>c*tt7}VxE>51*u6CZillnFIEGZ*vh8PNb1)P+yvcO$|Ec?p_6vBw zHvBhd_TmOx4HfptBL5i|%6O~ia?gznocuY=;k1dJ(Jj3+YcrwAcXl7$?8$NBo$tak z>m$?3I9E-6*E&_yp?#6V(l_~^<}dI0`Lp2@-5nI0Jk_T>sD7`+wb;|Lab=F1Q>F z6l5+5@(WH)O`Wx?co&eX<>}%WQgJJ}fk91zm9?jUYii^C^Big%pE+lA1@!AVOU)Ow go-f!^_>z_3)ti?m^4M3z19dTYy85{+J#a+=09BVP3IG5A literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/pink_terracotta.png b/assets/minecraft/textures/block/pink_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..3f74ff05e82d668ce31077776d7c507dac2add0b GIT binary patch literal 234 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n)B}7%TsH*-?2d@o6&}7bENo|J z=#J3P?I9uCfG9Y4b70^`fBy}Be(QXFt%DsTfm-T3T^vIyZrS!b7O^;T9KK@Q*|_ch z|9d*^YxJ~A7M`&$jxGS(R($5Z+4SVjwPF(=^9cg0K31K+ zbuvkoae~D5FZ;4qti2$_q-^_KB!O8uDvIq}rh=L3-QClZH!!D&u4|m}W}6w41}D>` gU)eAC6F#$Z-+AK|wAq{q=n@7`S3j4f2d+o}0G3Btm;e9( literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/pink_tulip.png b/assets/minecraft/textures/block/pink_tulip.png new file mode 100644 index 0000000000000000000000000000000000000000..4ab421fb102767e233a6780e974d45bc4d609297 GIT binary patch literal 170 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY(g8jpu0Z1g@_ zty*J^bVH3$LwR?#-(pHjfzpg6L4Lsu-YGeMfE-&-7srr_TgeJS28NE3JzW88-5gU6 zzTpW@VOV%WLP&w~cS6x&2^-F7W4Z~X>?TgDA64D6=w6b)7WS^^DX N@O1TaS$g1#1OOx5Fe3l} literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/pink_wool.png b/assets/minecraft/textures/block/pink_wool.png new file mode 100644 index 0000000000000000000000000000000000000000..35299997568b40a04995c77d7a06e2c1b14bdf6f GIT binary patch literal 169 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?wt<7iRz|o&cW^*E1!h7i(LNW@he8OikV9 z_YEi>;pyTSQgJK!#-`<9wQ7qO6!k&V?4%Rb`D!-qg7qdt34!J9 z(F}62?Nys9m?pXHdAMv@h~-B4{jWc0ZJoCGi~Y>-ABp~~OVxn3GkCiCxhy?!MFIe3 Cs7@IG literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/piston_inner.png b/assets/minecraft/textures/block/piston_inner.png new file mode 100644 index 0000000000000000000000000000000000000000..438f7a05a23d3aef48bff310a22514ce3aa9c34b GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYq5(c3uHD%#Gb)4X6RZov%o05f z!|XLZ%v64!k(dWmP~z$07*cUdwCm#5W&h~O?$(h;pX|2?_sOaGG48}Qcqh8MZEy zZmbW~yka6N5N0veUS?)qc+c}foB3_xUXLer9_JVD`Mo2mY*jPReg;ohKbNHku1Ej? D-5nf~%Cs-GTnI(D} zhS_Vn+FN^=sTk;JYADH+Yt3r{sx0z!aSW-rmD|slhJ%F$4&1$n84;3 z$S5Kw$5=IwSz_m^m`E$uR#j1N@%caBq&@p>xhLKD{riARp)Yk}6M9k(gt2oi)(&j) z+SR1J;oJ9D-$Z44wkM}K`yH9~=dz>B>-JX;|04sIem{5Tmi~LjxBC)Wr9iebc)I$z JEIn{V0sw((PqhF5 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/piston_top.png b/assets/minecraft/textures/block/piston_top.png new file mode 100644 index 0000000000000000000000000000000000000000..0833d7ada044539c65e9a47ed565e212cd44a335 GIT binary patch literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYq5(c3uHD%#Gb)4X6RZov%o05f z!|XLZ%v64!k(dWmQ0VF67*cUd)+FVdQ^uQGf0P508 A?*IS* literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/piston_top_sticky.png b/assets/minecraft/textures/block/piston_top_sticky.png new file mode 100644 index 0000000000000000000000000000000000000000..a7dc4a9c7d979dbf998eb09b8888c6e0f08f7dca GIT binary patch literal 209 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYq5(c3uHD%#Gb)4X6RZov%o05f z!|XLZ%v64!k(dWmQ10pC7*cUd_S8Y%Lk2vp57lqqS(w^zg0o!2ib1GQe8nZ>prCK^ zjLYADv3+^mrZKPN?gyjQSFbT2+EpV|dPe5jdn403rZ=nun^SB$w>HmAdS;VU6yzEt zwdR4x#k(>c_ewo@UL8M}ctl!nk<%geSO2Wr-3_&?U)FzH`s<|0^kou2Cop)r`nfDU Ha76+D?-No> literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/podzol_side.png b/assets/minecraft/textures/block/podzol_side.png new file mode 100644 index 0000000000000000000000000000000000000000..ad0eb2eaae481ebdbcc610ff68d832f617c434fb GIT binary patch literal 261 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nj01c^T&Nf;3`W6w-ZFQeyNv)66T9jZ@tem)HBxEOPG4wChYYpCx#9Gf;c4r;B4q#Vy$` z)+Sd)4%dw*e)@mkf6J1sAlT-#txc%2?&>2ZcSO>D1S&c#+ZDP}eP%{V>&+sosSAx( zt}~s!I;vG)^71vAAmo*-X|+iWBZt{f>R@s>G{XZ(!2I_>0*xLgm8jhLUsk|CQba%x|pX1Uiht)78&q I>47T}0Ky(-eEg978H@u^!yGt671E?Seg%wZ=R11=V|Q>C4Hk{2%+^q2O z>CzPpZC5M~TdY~&?pyJ9wqK5{NoCFXul&7BSl9kz7rgdEV}{`I9H1K*JYD@-5nqyv0HT-#d9CQhiEHM4i=k{LU; zug%YiD=SV(P7JB5&c0sxB_60O)zif>q~eyZUn?VnBS+Kgzv^`p^mnr^?rslVCMc0G znP0Xr-RQ*p=9Qi8eMLE6j;!2y;nGUkFvpe7W>rDjob#2nKGc7<{B`%_#XFzZsn46P vmv)pfS6-$duJ~&!-!-pyoNIReFJZj&@%8-HL#Gpf7BYCc`nfDUa76+D>yl6k literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/polished_diorite.png b/assets/minecraft/textures/block/polished_diorite.png new file mode 100644 index 0000000000000000000000000000000000000000..53cf341e38f67b14e8495f3c072d59ae3c734e91 GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n!`27Dju#ckB@ZpihN3uksFesCAL7Tjrwp)V?RWIGB)(mrR&OD hVwSG^^EOY&@dMyc?Q>XRwNn59002ovPDG`^)EF%)WN`oh literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/poppy.png b/assets/minecraft/textures/block/poppy.png new file mode 100644 index 0000000000000000000000000000000000000000..9fc64d68b3c75293341ab52a65fcd90d864932cf GIT binary patch literal 169 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYasfUeu0Z;OjgD5W@kL1vjda6F zn(`WQ9h?#5Y4i2kTI}8jqY+S0bbL&=1gAFNbJWhL@^hkK1(K~0N nsp+2Hg|;_Jo}Eg#ti@p1^;31(`E^}DqZvG1{altFxFP`nR^U94 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/powered_rail.png b/assets/minecraft/textures/block/powered_rail.png new file mode 100644 index 0000000000000000000000000000000000000000..c15bb499836a0727675fe75f018fac1e57289fbe GIT binary patch literal 471 zcmV;|0Vw{7P)xL!ddcXqyQ*vEe(yF0m_ig#zl5CHGvd(ko@S$NsJ{v? zLx!(OJ2ma37kq3CFkJ>HU!ooZmTdy;k2g!{h=}$L0gOfDyTpYlL=pXaG2zE}6L@jw zVylvovuVFaFW)@4jO)YWt9ZV;clr74iwMA~7vflUMjWF~MZu-PL(v4lngPEeWzmMM z@(#neTSEZeAp=AOhc@fgb{L4jA;X`abXW-NFd!gi{D61J08t}kEC$UThJLfiBY%cR z^kMzP6rxs0LtuxYmWy&ppWv+-0Fd)AK@zi&P^X+t+GnWe<6P46AC590(68tJF+90- zzLE}cetabQ@cqS&&rh$tzJD2YLqtzorQ{AnHsW3fP&%6M|6YQ~r+mrBygLlZpq>5w z0~&Xf0eCU5d50nDF+)AImtcjQ`W=RVU5(F*jd{obkw^OEG0WEse*vt+2^;lS_=Ere N002ovPDG`^)EGta(&GRC literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/powered_rail_on.png b/assets/minecraft/textures/block/powered_rail_on.png new file mode 100644 index 0000000000000000000000000000000000000000..3192c72e906d2d5791de0cad587c89bcad9e39c2 GIT binary patch literal 471 zcmV;|0Vw{7P)-o6%iVB{U6uk?mlN`|H3ZfvKRm9e( z*tQ?Wwr$(Ctvw_w$S$&))acF|U3OP>&7A+9zI6rzOd)cPzxk}nQ^cWSJx>PhQ2%6J z`!wI9=Hs}PoN>`Hz;qfo`WAF(uxt^af4-fI2Y93(2w==RyiZ)1LgbNuW+QHl7lBvz z&eaMDF`e|c_xjzV3%EW#y@cnR2Nz!6J%<3Sawd#rtEzg9f`mzehoT99IRk!0NF#M? z`89@qvxES=Z3c)E25HnPtuYXRZH9lp$*>SuV?cmU`2}yA0iuFSnRKda4DD)`b@&w? z(TDjHQ;13~34t|+QYy$i_yTXv0DzQ(3X+iF0CkG#2b&D#beMTC{fC_l2(-)T6~nVT zX9{s2em>84n5R;dkL1$s$OI8nC1Aa*qGZ45LpLb9D4Db;Xked0Lr=%F!}%h N002ovPDG`^)EEQV(4GJQ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/prismarine.png b/assets/minecraft/textures/block/prismarine.png new file mode 100644 index 0000000000000000000000000000000000000000..27e167e1a91b118d63bbe5eee5cf9b47d1c93c3c GIT binary patch literal 577 zcmeAS@N?(olHy`uVBq!ia0vp^0zmA*!3-qz6*t=fDft9RZ%zvJ%Z%{Q;i zIlpW6>HSlV9jw~Ep?Kr;?73^>mQ0JAwOMxYyIgF{I*_X+I}lvjGpwb`g&qP8R?EUpwcqYN^7t>KlI7OkeL@_x$sm znj@CieS+r&7qBt;tPN>1=2*a%J6R}hk>pZE7QRN`oX52%gtDJ!K36pD+N3_0<4?NH zjepJZveS;QkkD6rU&EoEp7fp3w0~j%M}L8+v+b(N-N8RS zx9Q&An0vfdzDCJzn@{jN=K>ZcpWKi(WsHE^dzLBtdE#?Tq=4%M2Hb7D0rwCXaL?J7 YFFyC~C6Di7V47g?boFytdfdcV@BWx}T4CHNV*B6a4(t(}~AeG!>`a4=H?` zUa)IcSn;JRzuvGNxo@^Ymb=TCFUq2~{wL$Nr@vE;y9DilmNR&|`nfDUa76+DHPchn literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/pumpkin_side.png b/assets/minecraft/textures/block/pumpkin_side.png new file mode 100644 index 0000000000000000000000000000000000000000..f972ee0c3d0dd34e68bf31e74a7178cb39f1ecfc GIT binary patch literal 192 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5ngaUj*T#x6A-K>{-JVEx^Vx_$a zg6sYH_#FRF1IlK4x;TbZ+=}gDVe?bE3dnI^p1W!Xftc#64elerm6is6(>$^oYmyjetbgXsq}Sz q7CARWzqLGU-5nqyv0HTpv%6J)SRivtBB&PuD(I z*`rQ#Z-QXNOv7i3mEtYRJb}szJY5_^DsJia9&L09WN2>quKL$}kJUwGjU)eClXUNW zk1>xvbnRYpTsm*UYl}~L%#82YV$(aMTz=kB=?OB@7u)3cJv2^e#naN0rCt2Tp6`11 zIin-(myMZ2WKxS_&Xt_047Zsi*DAD~Zk&+e(NzDJZOyLNo5i{q+JSa6c)I$zEIn{V F0sxuVPxb%+ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/purple_stained_glass.png b/assets/minecraft/textures/block/purple_stained_glass.png new file mode 100644 index 0000000000000000000000000000000000000000..0ca4635c535a8245a41213ba745119f0604fffcb GIT binary patch literal 245 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n6a#!hT)TXhOo~`FDPqNh5FlFC z7qqM=U|Emfk}j`B9bSvtJmyu!Pf7tQ<}L~H3$8~1(;(?Kpm2q!i(^Q|E!%#_A{GOV z!&8>D-S}T$Fx_YOE{>AK2lM0He@hjV-46IQW8pcijH{(dQ4CS`6Er=}>AqdMY;{A+ zf-5nI0Jk_T)VuNEGgXD>$faphuL$W zAahBOUvO$_>a1PGyMSCBPZ!6Kid)GI3~myw2h*KC2r^9WSCHiV$T_oVncPfQsriD| h^93WjI79V?8D2eqc_zPG>nu-5nv;urWT+=NB3hg5DZNu_y!t!jw za&1C$Y(lfGL$a)cGOPmAEc{a~{8B7@lg)iI^pkf2bv1dqIEGZ*vh8wKkX=a$95~d%z4dqqa(E}PrB}wO=OBV&ODDNsIvW>v!@$_SsJTp znNjlTX76^1H_M!M>9MXk>Eyv7wfA=)YY5}Yl{}oqS03n1+w$GzX;aqWC%rd$cYMg` mb~^B-*)ga__Xu~%N9OMgZ|q$>kGcR|!{F)a=d$#`6$t?9Jy=Nq literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/purple_wool.png b/assets/minecraft/textures/block/purple_wool.png new file mode 100644 index 0000000000000000000000000000000000000000..3b4a4987463ce37dcc71bb661f0928b7defd48d3 GIT binary patch literal 169 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?wt<7iRz|o&cW^*COlM3WxS=i?T%He4Z~! z)DT*)qBJjHC>| z%$x%Y!j>#MqHyx?!NU)h#Vk8hu%+;jBU`d*YBF1&$ATG~b_EzZ9~L>z$x!w3FL(Nb SN!&m?7(8A5T$UcVA^`v!OFw%6 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/purpur_block.png b/assets/minecraft/textures/block/purpur_block.png new file mode 100644 index 0000000000000000000000000000000000000000..45f0d28282a351ea744194210c07c2abd0f21c41 GIT binary patch literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYq5(c3uE{}`-8H_|*{*r94l&*) zVQxl#wp#3=Jbpk0g`O^sAr-eoPi*9MQWR;ssNcl5fIH(IQ;YpK5%Jg4Ij*d4{Oc}o zx>)1Xoux-IE;`3f{_e>0QDp14tzp_Ms!y4lZ`@hQyXmdhg`781!XC@FJl`4mNW;d3 z@kpu6|KcDs;fJgn&tLs>`skFVy9aiEewqD`;gaiz%}Uc)1Xoux-IE;`3f{_e>0QDp14tzp_Ms!y4lZ`@hQyXmdhg`781!XC@FJl`4mNW;d3 z@kpu6|KcDs;fJgn&tLs>`skFVy9aiEewqD`;gaiz%}Uc-5nBm#UwT>Wgd%DZM}HcU(^?}#aA zNDi`$@iqx_GrFmxYzS0S?CIhdQgO?*-?7itkmr!WmXm+;ZJcEPZui=7rz=A>vplVA z_sW-2^MCj)es=5t<8wd917$fLjRDJy}R!*V03U96d-TVLfKf_Y4*LkKr$$UWT89ZJ6T$UcV GA^`xYG*P7h literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/quartz_block_bottom.png b/assets/minecraft/textures/block/quartz_block_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..f41b653ec1d6585d989bf099011e02753da32359 GIT binary patch literal 452 zcmV;#0XzPQP)M z@a*jB*?X^>E-b5>gwp@@bByD=;Y?)-s|b)?CIq1?&|OD=;h*?a|?dI+5 z=I-q1@9yXD@9OXF>G1FA?d#?4?C0+7=k4p}>geI);oIcm-0SJ%>F40;=;G<;;p5@j z=;q((=HBk@=;`O*@9ya7=i=(;;_vP0=jGk$=-}ky+v(`x>gnR^>f`6--s|Y&?CRv} z=;G?=;OOSy>gVC+Kx$n8007iUL_t(|+6{{}V#81jhV@JGqcSryY`y*ODG3yfi8tXfh40000M z@a*jB*?X^>E-b5>gwp@@bByD=;Y?)-s|b)?CIq1?&|OD=;h*?a|?dI+5 z=I-q1@9yXD@9OXF>G1FA?d#?4?C0+7=k4p}>geI);oIcm-0SJ%>F40;=;G<;;p5@j z=;q((=HBk@=;`O*@9ya7=i=(;;_vP0=jGk$=-}ky+v(`x>gnR^>f`6--s|Y&?CRv} z=;G?=;OOSy>gVC+Kx$n8007iUL_t(|+6{{}V#81jhV@JGqcSryY`y*ODG3yfi8tXfh40000M z@a*jB*?X^>E-b5>gwp@@bByD=;Y?)-s|b)?CIq1?&|OD=;h*?a|?dI+5 z=I-q1@9yXD@9OXF>G1FA?d#?4?C0+7=k4p}>geI);oIcm-0SJ%>F40;=;G<;;p5@j z=;q((=HBk@=;`O*@9ya7=i=(;;_vP0=jGk$=-}ky+v(`x>gnR^>f`6--s|Y&?CRv} z=;G?=;OOSy>gVC+Kx$n8007iUL_t(|+6{{}V#81jhV@JGqcSryY`y*ODG3yfi8tXfh40000`b{3dz@iw+JaE=j^|?H%ED|Ei#O;#@;Z*{)|!zpJa1+Y-1fCbINU?wUkP+ zb+IS4M*rVhqX$?BF{2|xXpJ!{#DGb;K5E?%4e8RaR!rI9>0H)LjYa!ju%Hf(0$eGk zwHJAcNOC!X2N~|936aj<`IvKd-h(E;)>C?i%h7SQMC2l+w=Zuvfr;~s!_w$+^uYA% z_g|}4=Il(cpW}|fm#c#r0DLwAJCMxH5BuG9u(lZ=gGP7|5zLw3ug~YF&i7TRz1&g^{9n( z%9)8f_#jO=nQgD{A@X`XQ9$QnZeACl@)Y=Ba!;)>hcQMe#ruGjobu;>Ae-dfot@d& zs*!V^3w$x_R35!`-9w|)8i$78gYvZN_7%%t11=WEy9&i_-uA002ov JPDG`^)EHj2;+_Bi literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/quartz_pillar_top.png b/assets/minecraft/textures/block/quartz_pillar_top.png new file mode 100644 index 0000000000000000000000000000000000000000..aaada518bd849454d9915f9a85da1a89128cccad GIT binary patch literal 494 zcmV+0k0?&$03<>=+$=H%V-@$BT{+|kX)^6~BL>f`O} z=H%hq=H%Y&>gCM@a*yM>hSOD?CRv@FMX-*(Y4^zZid@b>lb?CR$3?B~zS#o^!C>*(R`?dR3f%+}J(SU&+90002p zNkleuNUqmdk2^h2agApKB- zZg3p6)c@_Kh^p~h%3(IX*qW#P_(PR=brEKb5Ivql--=ceiot|YIn8^E=4rst0p4#) zVtQW$fAXWA#2+mz56ff?4LT_!^=PJi1pG1^P6TG3g&l$N#z*%8&%^O|xl~yF@Y<@u z-aHP-X=Z#!22n|~`5Rgs^OX{*@r%y{!rLg!EBxg^04gnjnH4n7EY7RbK~#A|fclu* kK*o)nwz^~|+InpN0NCb(q#fC~`Tzg`07*qoM5Vyg7}mfwJpcdz literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/rail.png b/assets/minecraft/textures/block/rail.png new file mode 100644 index 0000000000000000000000000000000000000000..8c3c7b2a9be1ad1bf956fad168c44ec8cee165a4 GIT binary patch literal 405 zcmV;G0c!q)BCrX!UW;PYS2F)40yY?hhF5(TF%e=GQrby_26SPNjlT`p)zFx4pj~~;#{693 zJv1P3ao?6{K0Z#ew=vYL;JXvDvtpP&AG4e9dFTPTmezdrc#5(Z(aln%i% z%rbQAc`<{CG6<-|PBph-=rxM40c8-=iNj`b!!X-`GQbpU*f78b9{CYvkaNi6c4foR zs$`hB8-5nVgr0aT!D03T}g6eKy{{jh_jlV zk+hkPcy&=)q@P=FTkX`o_9?xsle(KHbT(S)Nrrp7l;$L~6a{pahcs5?Mftmj`?yvX zq|}w>gn7GI>Pp%eNPAi-MEmHchnqJQ_{AJQ8343^u_VYZn87SsVoH}S{Q#eafe?ITSx~-oZTY=7E@O1TaS$g1# F1OWFxblLy_ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/red_mushroom.png b/assets/minecraft/textures/block/red_mushroom.png new file mode 100644 index 0000000000000000000000000000000000000000..143763aa1aac19b4c0b61882e6eebe7182dbcd8e GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYS^+*Gu0Zq4)--$Fx+AP23(^b literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/red_mushroom_block.png b/assets/minecraft/textures/block/red_mushroom_block.png new file mode 100644 index 0000000000000000000000000000000000000000..417fa0e70a4945d476316c45ba4c1dbd2ce02446 GIT binary patch literal 191 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nBm#UwTn}k!{Qv*|=l}m7|Negd z{p)dk-D7$>yOkBiT$3V!YLYx%978H@h5E5FF*)!&V*2sFe`?~oX4ZQuK~v^W^tEvO z%(5tnaeHI2f$8!|=WK;E7p5GRbzu9qH)6&T!)()f@vY~5HXoR&V{&DZtnpSiN7Dm) qWk211>$-C&ht$g2(vIqFQ`a1oz+jgLB44$rjE=vzwkpKY1o=r&r literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/red_sand.png b/assets/minecraft/textures/block/red_sand.png new file mode 100644 index 0000000000000000000000000000000000000000..21c59069d3f4496d2d1efabfe9fb60e563034aa0 GIT binary patch literal 166 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n_yc@GT$d**Z^%+xnWnlZPHBFO zqRHI%OhBn1PZ!6Kid&&)5Aq&i;9x$;S@z#_{-f)y_Zcp|vX-5ngaUj*T-U@3Z%Y$hA1|^rLTEv# z;7oskgd5tgfU11d-?h1aC}q!qZ-1} zS>d8PF=0ZicvLtuhoOR)_2h`3JGpkM7#8@xab>mr=sm|mm2u5f!(+CSR1f%WaEd)F dHzni~yYHG8GbjFMvjW=0;OXk;vh=_e2>>6aJ#zp6 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/red_sandstone_bottom.png b/assets/minecraft/textures/block/red_sandstone_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..ac045cbf26daa0c74e79bb3f104c86aeeee1fc00 GIT binary patch literal 193 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYLIFM@u1g|>*2jx1j})38EI7?i zV1g%~ZiLuxplp_>i(^Q|E#Btsh0cZoF7r1`KmGi^$%cZTXA?xa*Zq$=kv`s%`B7QxBT~$FG%XUAFxt?Ntf4}P9qiy=H qdv6G7{&JUp^d*QhU*u-RN0zg9p6gC(zWEJkD}$%2pUct%S0n(s^GWvr literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/red_sandstone_top.png b/assets/minecraft/textures/block/red_sandstone_top.png new file mode 100644 index 0000000000000000000000000000000000000000..51372168f121f09e6db465947a592241efa8a7ca GIT binary patch literal 170 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?wt<7iRz|o&cW^*Ci1`>*Gb1M+(gk7IX{Q z&I%Nd^mK6yskoJ#kTB!f;e_nNI~yCd6A#L>v7Sq-ZaX?ll847^c?F+=gt5eGLxVLJ zx)@ePUp=!yr?I{J;Z?0Rdmj0)&z}uG7|UCnIgl)}x52U7eRX>x>)~`}h9l4a*sUw$ Rlm=SD;OXk;vh=_e2>@X;Ik5l$ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/red_stained_glass.png b/assets/minecraft/textures/block/red_stained_glass.png new file mode 100644 index 0000000000000000000000000000000000000000..631d02a487fcabd0de974b306db87dfd6b201e26 GIT binary patch literal 245 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n6a#!hT;G|fy>l{q=V0>A&fuMm z!8-5nI0Jk_T;Ch1eu@fyZ>l9<#xw~i z$XpWS7o3`!I%`+)E+ALO)5S5Q;#P74gPTO_!E~n&f((=U6(l)7a?Wg8CO6YnYQCWL he8I>r&QN_}hF8yDp2_dlIt$dt;OXk;vh=_e2>@n1DIWj; literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/red_terracotta.png b/assets/minecraft/textures/block/red_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..77060d349cdc396d9f127e2c5fa2f9b74d4029da GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nv;urWT>Gu{W;z&6w>O+-Z#dP? zV2Yi=WLtwtw)zuo^e0&B^;+rnSm}0K>U3G^%1EDqt{WYxWqHzdw`?L)#Bt_%JVBN1=bSy=7|haG zP0NguPd9tFOT1a;v`de5%}FN@4ynDr`&dI5SFYsYEWYwUZ`zjcE>D}X4nOI=$-Co2 oMz_;}FU^iYHM&Q*OFlAxXLw`p;(62s=o$u3S3j4f2d+o}0E1FlG5`Po literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/red_tulip.png b/assets/minecraft/textures/block/red_tulip.png new file mode 100644 index 0000000000000000000000000000000000000000..3e9cf0a2d314b1bc078e22f6e840bd3871481394 GIT binary patch literal 170 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY(g8jpu0Z;=zJ*q;@l|ORjda8P z{1O_WhO>Eu<=xffwP!K{r5Q_t{DK+0Q*!-5nqyv0HT(^jc%@Yt11BslbDCg)-V;! zJ;LfOU=+?~c1cFfd`FB@qslqG=@(LZgm!9&J@sULb?|=hugSsxH?_RpI%VSFs*U3(u^<>qarqAmN_$L t9OOwC6Yh{wQ)d+HC}VYFf2702@W1wz-;@P-5n_yc@GT!Hkp$^MOQrmx-}yLl_aSW-r72A7|_lSeQA%hF`XTR^zNW5-e?dHTEqQ1|` zaq=87-k;j>2PW;(_uM+=-r^sA69Pl#ygDM;sdZt}gTtDyYtP%SRD4;_VDk74&_D)H MS3j4f2d+o}0C(&>vH$=8 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/redstone_dust_line1.png b/assets/minecraft/textures/block/redstone_dust_line1.png new file mode 100644 index 0000000000000000000000000000000000000000..5c29412f04a0a95a3224e10118ba450e445c899e GIT binary patch literal 166 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n_yc@GT!Hkp$^MOQrmx-}yLl_aSW-r72A7|_lSeQA%hF`XTR^zNW5-e?dHTEqQ1|` zaq=87-k;j>2PW;(_uM+=-r^sA69Pl#ygDM;sdZt}gTtDyYtP%SRD4;_VDk74&_D)H MS3j4f2d+o}0C(&>vH$=8 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/redstone_lamp.png b/assets/minecraft/textures/block/redstone_lamp.png new file mode 100644 index 0000000000000000000000000000000000000000..e71443545f873f403ec1918022be39eddca9d2a1 GIT binary patch literal 307 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nLIQk3T!neLS(%yD#RaWZq%0K0 zQ|z?Ej1;2HRIHRG?A2wYh4?fig|wtZ^yS4R1$fjY1SJJ{jg+PQwWXZ2P3_kgZZ+h+q%xwr2EoIHhZ4JiTJ(dj_+$^D7)b{{88oufx4*cM!wQ z+5VqnV)om}+3&xi9dO{U47;j{`DJI#1wZ5eF<1&eu=v)YeF^AF22WQ%m!$`;NB{s{ C{$I@i literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/redstone_lamp_on.png b/assets/minecraft/textures/block/redstone_lamp_on.png new file mode 100644 index 0000000000000000000000000000000000000000..dd6ee272e1fc1f2204031a48540af7f2a82752ae GIT binary patch literal 580 zcmV-K0=xZ*P)J%wd9 zgtbnRV!;pC}~J1XhS7oMJrxFD_uS+L@pRXEF(cG7(gf%Gb9`{ zBNiYR5F!>29TgD?1p@^G0|f&C0|Eh_Y8gua00BrzL_t(|+HKGUmfJ8808p=1R4Hhz z*$#7J)I#omuFgacN&&-vqao+xuaD#GlPpg5{kYAtEZIFBC!v&ccN}L_2%Z6CloH}z zZ!~=0R;$J(4ooe^RCh{>C69RVY@aTF!{ z@q3#kFeJe9&(DAMaVhGuxD4i8*L87%BZZVog~oVNYgGf(QZg1kT8}X)5eluDXVwSf zS-^j_2m|9Q#Uz{z&zMwc zOahfWHYqLWr8yo=$k?k&!I)y3$HQaV_EEBT+d2Y9oXb2fF6Q%G7ck_%`}hT;2+>z& S;HGH+0000-5nECYN(Tnn-j{_i^TW5M=cZPWf{ zm;Or0o6=SIIWoDiGPS%Y;fIF#8x6C}l&~9mR>w^2lM;erqI{Pd+x2LfWy-F-0W>7n z)5S5Q;+AhetI%Ns9+ty9wl4kif8*DyduMh?vK_9Jd7k-uz0{54r3xpvB(Ik)cgs$Q zkx>u0AL`WTd#Et->((D19@zy%tCk8p4gOJ?^z(J8daYsBiOO5@HHoqvI{qij1OzKq iO{rh~jgjr)2iAsbZ?1ZC{NE3>n8DN4&t>U>D-r;t-D2PX literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/redstone_torch.png b/assets/minecraft/textures/block/redstone_torch.png new file mode 100644 index 0000000000000000000000000000000000000000..6c5fbde68d320860704dd044aa104bd3153bdff0 GIT binary patch literal 237 zcmVq|A$AW{s*yfsbj+Fg|FWjSh#o@elu}^*(4kA zhl!ox-K*Ci1AuHc(gX40>2?1g+q literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/redstone_torch_off.png b/assets/minecraft/textures/block/redstone_torch_off.png new file mode 100644 index 0000000000000000000000000000000000000000..c8e16a9b33418cf4171e8654b9f387b5d5d6fa37 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYiUB?$u0Z0zsHYpVTDbAk>~5o1Y^UoeArO3oi3$I#QoF{I*FvVy!$!=<)! z0c}D(i6T6y7Htla=M3BeG^Sh(V_RscrNwoC=bYqRVF?L_&&S?Lm>k>;(#+uL>gTfb Hz!eDqI^s63 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/repeater.png b/assets/minecraft/textures/block/repeater.png new file mode 100644 index 0000000000000000000000000000000000000000..1959635338fb88de004be41d899cdfde42fbebc7 GIT binary patch literal 272 zcmV+r0q_2aP)T%_C54fY)18h|4dBtEnwmW-J%R9OP8r#I+y9?c_4@}a W=;1ZK0Zxnn0000T%_C54fY)18h|4dBtEnwmW-J%R9OP8r#I+y9?c_4@}a W=;1ZK0Zxnn0000-5n~mo^EeEqQK*F@wn84 z`v0u)A=g-Lm_M7#f54@E>$wJI|7(0-_DJyD_%2-i^k?~<+7;I44fT!Mt-5n2YH(vcvvqUEMt@jYEYGm=zR0nc^X&5_xoN>e(w#W zR;36Syko6rT>S92q_p|%dmibt%>8(m)NZt}%FoyC78i>6!fkXiPQ1)!p_*XLDz7!G r|GV}xKQ^B-<$-DHgfA;U{$N$P^}ELXn8#h9tqh*7elAN7T#*0(_8Lq7 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/sandstone.png b/assets/minecraft/textures/block/sandstone.png new file mode 100644 index 0000000000000000000000000000000000000000..c56832edc946e762b5ead152b7a700ef1c1e78b4 GIT binary patch literal 185 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nL<4+6TyJ0Me|&q^gPZg3U7K|M zZ0Gr7ZKn>@TLf;(04j+0ba4!+xE0#V$i=K6aM;NA@Bhim%Y9-Pk9^5U@SBm`^Z6Zn z-ZGKegMZjH7c4N;?vnm?=UtW5ji-J#UzVp_RW)Cyva0`))Z!ZtH0}Qyaz;$EbFoUB j^MG~Q=JcGzNvrm=oO>bSYdI?vXcdE}tDno#16L#fK~78a literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/sandstone_bottom.png b/assets/minecraft/textures/block/sandstone_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..e8374568ade781c91128b8569b29b24ad595d71a GIT binary patch literal 193 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYLIFM@uD37sKe##n-nB{B&vu?W z(tPSb{pty4&H-h!JY5_^DsJ&MZ!dH<6mXfpVfyLk_f0kw{5+c=(!K6~)QNPi+1!d3 zY}@x;wm2gZ<#9hH&v7^JqF&E4|ICldS|5>OzN2Z8s2-AWLcZ2kvzvbVvp+kJI=BJ1IFW`-lr|Jbc7 SuKtR3;r3pu0KXj-`?Pc9R_i!!`QSf=;o7pV zu58=n#Lq5R+svhW;!xISP7cYW-pex2-bjAey7l6p-5nhA1lZf>lst|}-h$w*0w(AHEaktam&?@k;~PPx2^15`$ z^0`*tb|zzs(D{Mc6Qz|xrXSSW#&Jz3_@T?5lbSZ3%NNU-5nhA1lZf>lst|}-h$w*0w(AHEaktam%)kk?)8B$KfJ@s9*p2s)hw9Wv>#K@RhUz2EH*^uGNbHQjy&&~^q- MS3j4f2d+o}07hU{!2kdN literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/snow.png b/assets/minecraft/textures/block/snow.png new file mode 100644 index 0000000000000000000000000000000000000000..28ad7dc65a8908aba4fad0c5c8a5b7f2b7efc79f GIT binary patch literal 170 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?wt<7iRz|o&cW^*N=aH|NsC0=l}oDzkglz zk*Oaj9_i`g7*cU7IU!-jw8IJ6hj%tMY9}6)XJb8=R^4`VmLw04+42fL0|{e^)rJOZ zE_5-hioSYggHB_6w_~>GVfi-x)jumGe$3>TNqb<}6?b64(ZyE}Z)keBnUUe7`k#AU THVdx+En)C<^>bNz;EDtQUwK4Z literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/soul_sand.png b/assets/minecraft/textures/block/soul_sand.png new file mode 100644 index 0000000000000000000000000000000000000000..ddd77ae8d668bd36f75bee2d01e12d163e2ae869 GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYLIFM@u6BlUJ~nF3CW_|T(#9H+ z`l{k$vciTy*&F!yk|BFHXHCbT+HueEJ|Tio)mX*+4H2O&-tqVhdTZ4Vvn2_ zQ_t(WOpx!&`5k#F{hJk+{Rok%k8QBsvfujTroMkAEB5;2GWS0`y=~2#ID?A~zYE-) yRk>CDdj8&?ZB^X+*y_xM4@%qAy3Q=){CBeP_eVYP`}{!L89ZJ6T$UcVA^`xK-b$7L literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/sponge.png b/assets/minecraft/textures/block/sponge.png new file mode 100644 index 0000000000000000000000000000000000000000..6cfa0903b6d816c4722982b81b72f735bea8f0dd GIT binary patch literal 2625 zcmV-H3cmG;P)X>!%jAM2ZN^Fp(;gA}*=5TYq_v_n7 z`h9v~)~Z#js(SBJyEa<%!#Bgj6$;{TihGJF2Wm1T62OHkP*NE4Fr*e&4_+$ySjk>{0rC2gTGQjSYp!( zpCD!gitQZ%MShDT33DjSqQ=9Lq>{qNnCsKe047C zpc@o(Hs??`d>J8YHOq;0av?eOs zv$@8IR27TcF@eR=n0arnCMYt<*g#z(X*=#a{z#CbLMo#J4z?T~btlvI!=pO1ahd(> zi+*q@0UJ^o21@o1Tcd>Ai~`MN6d{?iLJX045a3=cUbVHusW}pm++c>Jm02Vm53H1P%LpHaX4~&`P#uV_g>`Ru~A!kX3>l;ql|svkvSY zk9K>j8tB4gd&faYDT;$VyL!X!b_4#T;1`$b1Lkp}u#QccocZl*4f3)25+)hl_BO0JAU}{nXW| zuuwmwIGZCzh-@HQ>IA7C$~owHig_UCP&ahvIai)(S1NiGDxgVXfVj3_TkX+MsBCeF z7y5|x`c9*I19r8gP54%m)^yAEYq`cAsj53}#{?F)#>`juY8pib85^ieU1>Y+8~RA- zjtUJK9dNMa{!w>N+J610j#?LIC%@e}Jd8=7`YF-6pGFpyUu*Nb|zSmGjVzryq4DYU9f*wCM_VPiwkFt~4PkFy2z zP`0LSL)Ss9Fc6L*tAt*e$Bz#}|AF1<(O%iE2D&gA+;KFJQWTdD?CK4-b{p^~1;5a| zH>jMAr1aLqDVGKS$?|E98cw0a__cnhsHb@CN@0>we(T3&_D2&Os zD0JktHngB~KS7O$PkA5fgA2dxtf7Q+(Z!1J{3-VXij$W9>V2$Pf1(!`N?t!W<$rN{ zbHNZ>E!$iwKMGRVA@!g~H%o|;BzJTVWwR0=u<>Dd? zgk#7m!Qgv}A0GsRvT~Yg!<3t;+~MKSK#A>kF}L!fP2vUM{|hjLD{961BH-oPMpGL|!+K%>Syh2yX<7 zM=9Dmi;MscXdt|n>9?h~qr#&C`ordxdw;5@_2QeplDnJStlvDo&Ay-n z+_0t}_A;Z88?sEl(%%l1jCi?;!a^v-9EB)63<@*VKQk1;0rYr)IA5Sxue|SNN1;B( zJ_wk`+@=u>vvsS)_QY!*r39EoN6jmuiK-Wc*|+6)A<|PaOrN(;g>CdC(Ks2l&8izV z%`;*Bq-dBBt&@=cPEQXdA3R$qzCw4J@2{P^=B=ETYo4e#U{?S)Kv?meb#63V^XQ#* z)WgvmVDW}=B<^^&roV-Z4b-K8g`SnNK6P701DavfuqD~H5U@-ntDmFwm?l2#Tm^>` zupy`)g_1XW@y zp_)sS(8)^9i{UmC>9Y8njdG(V)uhe$*-~BH*H?K;zzt#@L)uM{o9(xUnwea)HqmPX z85^JwbJWV9GjrM5^4DJ$!2$GmVE=kO3b~sneLU3f4)E!2HrmNy`00(N{VNXA%~1l( zqN5R)(#1l(GUSZ38X=O@Y3cI=)wux&-Oypq4LQ^e`ED-X#whI-%8&r*QVRpb{`Fdq zQ$u%lSwzPL(r(?k-KgGxUFl8}zNMQra<4sivr+1+iuc+vfyJ>7^WN1Ov6(@p8{krU z(2n~)x-3L{g-nYMIM{MD-kt8ZAKk1&8*gX7nCS-x1iB&PVxZ)3xRvyB(GD{dDg#2Q z#|kl|g9icb#rvyv`Z)E5-PTe}5gUyR-5nR04cLT+@AYVqH{&Y!qFL6>N2+ zM1(|*^$q;}eBxuHZEY;oRW%C3%rti8uK}tr@N{tuskjw-_WDL=MxK^{8&hkWf35%i z)S`G_qk31PQ%OaFg9b}`qVhqngc)~N%_`@a+94IvHql|jgFMYCx=)-XU*w4`G~yAv z+k1`2T(d6q(nE{>*Zs}UOYhd(R5l2FaGn|3*}}_rG~+?`k&=IvtScA1mh9Y+`v+(@ NgQu&X%hCf^Bmk?sPQm~H literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/spruce_door_top.png b/assets/minecraft/textures/block/spruce_door_top.png new file mode 100644 index 0000000000000000000000000000000000000000..43b986f52d500347189172a29901803be4bef593 GIT binary patch literal 227 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n)B}7%T+@AYVqH{&Y!qFL6>N2+ z)KxWXZ7kzsqy7DSjP(sfghVT1Yzo87ocN~g0BR}sba4!+xaHf=*mc-}=g5+clfBpf z{{Ovl_{n~v_Tzvj#o4A@E^ZSyvEzAh& zZrb2A``9&ywO2ij!@Pye&tCbs?~KZt!tRw3wwVgm$0NTKm+hYQ^4NRp@>VcvBIhPe~?_O(Z?CI61UBxKnvVL>^O#Ya=DMb?skH~U5 xz5kJUwEA+M(~eJnJX#ax^d{cFYGC!Eeoyl=HL+^-9Y9+dJYD@45_#!dgdVSAqO6o1G%b;7}?D?JYUN2x~C$#Xv#lthJTA2 z-_%U`-23$9CK(&uQVC%(T{poyQ>&*ozP!Au;p=O^z6UFX^c`bM&UIc*78AZ<%APA^ vf9Qj@VaPJO-rxVHNKL+yW0rNXJ1kz&-5nL<4+6T&*?43q!2aJPo3qw1ceG zyiAqsb!A&7?D-2+knQQ>7*cU7w7*sKfPsM1!|1JiPsz50G%xmodh i;`^cnwckVjGU(6x{W1Ic$vB{O44$rjE=vzwkpKX73q-mA literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/spruce_sapling.png b/assets/minecraft/textures/block/spruce_sapling.png new file mode 100644 index 0000000000000000000000000000000000000000..6a7546399862dc51de224f9a974936b9a16a1c80 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nBm#UwT!FM@l%<}hUVxdDlBtrl zhOn%jtfma_7A1ytKsm;eAirP+@06TBK#rHEi(^Q|t=N7?J_bdBLplro{Xbr97&&pW ziE807&c~f{LRT1CUtP>%eQmm;_r{{uotKXUu3INM^Pjl(AEsM^-&-{ECRHpuzxn)Q Z=0(LXt$r~q;|7|_;OXk;vh=_e2>?2nJ39aX literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/stone.png b/assets/minecraft/textures/block/stone.png new file mode 100644 index 0000000000000000000000000000000000000000..e3aec7ebd8990de6bb64df83234de56ba5fe52f4 GIT binary patch literal 191 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nBm#UwTnn-j=1i`c(pA`4nOa_y zkeL#eln@ji=9Alb&l;#E$8SeJRH{14k3``-JY o!1E_RLlsYYahg9X-Ta5)xYFzPy_LTWfwnPty85{+J#a+=0FN$Af&c&j literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/stone_bricks.png b/assets/minecraft/textures/block/stone_bricks.png new file mode 100644 index 0000000000000000000000000000000000000000..96345cf8408d6a587835960681ae24ee7b5c0066 GIT binary patch literal 224 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYasfUet_9f%Q@RQpD^tsh5;9Z5 zk`jW#LtTRd9Q=H&-CWINaSW-rC41~3ZDs!c_h**;Zzyx|>A3dq((D^9Q;yZjs81`c z-urz^K-;HjtpyJ=N<#G%&h34-xKM1SwyR;yx?)p_nyz~s_j*1zXudXHntEGa{sznE V-|Kg;nGbXbgQu&X%hCf^BmkyGS0(@e literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/stone_slab_side.png b/assets/minecraft/textures/block/stone_slab_side.png new file mode 100644 index 0000000000000000000000000000000000000000..c742b03ad67a02fb045638c35a143eab5ff1245e GIT binary patch literal 213 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nhA1lZf>lst|}-h$w*0w(AHEaktam%)kk?)8B$KfJ@s9*p2s)hw9Wv>#K@RhUz2EH*^uGNbHQjy&&~^q- MS3j4f2d+o}07hU{!2kdN literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/stone_slab_top.png b/assets/minecraft/textures/block/stone_slab_top.png new file mode 100644 index 0000000000000000000000000000000000000000..2d3536191e47efdf8a5cd280975c1cf55f18697c GIT binary patch literal 213 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nhA1lZf>lst|}-h$w*0w(AHEaktam&?@k;~PPx2^15`$ z^0`*tb|zzs(D{Mc6Qz|xrXSSW#&Jz3_@T?5lbSZ3%NNU-5nL<4+6T!Hkyv(9Vw+00vQT+*r# zUn=Sm!xhuPCJmHeED7=pX7EnQ`2*yHdAc};RNS)ZW8`vB6ggD$_uAk7Kbo!$9j3mX z_un;sdAFeSpu`$q9-w>#Tk$-#9hTkKDx%(GuB-ift#G>1(yn&}p~VkUjz5rHdNYxM hv2M;`dzp6(41#Z7gx9{c;Rf2k;OXk;vh=_e2>=p{Lv8>7 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/sunflower_back.png b/assets/minecraft/textures/block/sunflower_back.png new file mode 100644 index 0000000000000000000000000000000000000000..4699f3b323c66247ffc4a257288b01d744cb68cc GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYasfUeu0Z-5n_yc@GT!FMkx}ip>p}f1AR;@8J zYnv@lh_NKdFPOnQCFc*2ZT~el#omj3Yrk{bVIGD1(hAR=4Q{eI#5hd*ubAkt@a+`oNq&hE0?F14 Y8WuNn;%ZrAf#xxIy85{+J#a+=0P>+J9smFU literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/tall_grass_bottom.png b/assets/minecraft/textures/block/tall_grass_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..49101afabbf54009f759a03eb3d27d27beb59732 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?wt<7iRz|o&cW^S0EiX)jFWw*rQO-L+o)e zkk42Wz~Y3!k;H;2jva>=v^vf>zNpo)qn-K4Ba4Fz zmN2VK5w)>$aN%#>q|~vLL&VtZ5o6KR3J0A&W1eHjYy_AXrl0y5@Zg`PD9}g-Pgg&e Jr3bD^008X8GiCq) literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/tall_grass_top.png b/assets/minecraft/textures/block/tall_grass_top.png new file mode 100644 index 0000000000000000000000000000000000000000..ba38eb3d040ed12b178e3862bd796650ea97939f GIT binary patch literal 152 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?wt<7iRz|o&cW^S0EiX)jFWw*rQO-L+o)e zkk42WU@ vD9gW)j=a=$>@jx66Ac|@%Th0_;x+F-{3c{~$(=huQy4s5{altFxFP`n`F$-`<9wQ7qO6!k&V?4%Rb`D!-qg7qdt34!J9 z(F}62?Nys9m?pXHdAMv@h~-B4{jWc0ZJoCGi~Y>-ABp~~OVxn3GkCiCxhy?!MFIe3 Cs7@IG literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/tnt_side.png b/assets/minecraft/textures/block/tnt_side.png new file mode 100644 index 0000000000000000000000000000000000000000..f3f08b2438c965075dd7874983395fc2dd10cdcf GIT binary patch literal 349 zcmV-j0iyniP)VVM#GxNHADIDpo%! zN;f4)HY9{9d@TR~0H#SqK~#9!6~+aE!T=0J(T}@+98$7md;cRs8<}|+TU55&?oEk^ zOrpA~>`7Wc*^7>mHrMkd?X)E!KG(x!xOuyOq_h%$v&HJXd^-5nR04cLT)VSfW>f~s({P!FM3}v%hnY&VG#|TBz7J4+iKmNWNX0GR-atMVMGofGT}vze|JG~V z-kJ8paIV+<2VC(Rekl45iD{bF)H!-cX_ myc~sL%J&%-yk+5KVAz*-bJ{Xxm3*Mt44$rjE=vzwkpKYhp)v#j literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/trip_wire_hook.png b/assets/minecraft/textures/block/trip_wire_hook.png new file mode 100644 index 0000000000000000000000000000000000000000..b14bb961956427e0e6aeff321be55037aab4ec75 GIT binary patch literal 156 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+C#WKS2zkcwN$63Y@E_MG~EJM7zn zgb5O!Y+Fp9{#k#n-|d)+WWyrHl!&q>`$XmoCINX26WS_UU6=)CB}hC{4RS2scKW}I z|Ka~B?$3KpDV*Zf;4xmjoN-2CLlVPZ=8bj-XDwi4xZKcuyGejA4rm>Nr>mdK(gRl{ E0Gg3FxBvhE literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/tripwire.png b/assets/minecraft/textures/block/tripwire.png new file mode 100644 index 0000000000000000000000000000000000000000..27bcb8ee50313252373014ffc6e01cd6a9d7988c GIT binary patch literal 71 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wniUG#3CVK2I0NkcwN$4or&^L>L%;Uw`>h TM)OGmP=>+N)z4+=fh!UK`HB(` literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/vine.png b/assets/minecraft/textures/block/vine.png new file mode 100644 index 0000000000000000000000000000000000000000..42d0f462a780dbf131cc39977c4a5517d68d293b GIT binary patch literal 183 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?wt<7iRz|o&cW^S0HUsqhXMyq!uB?e&%yghmN0m_`nfDUa76+D3a&aX literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/water_flow.png b/assets/minecraft/textures/block/water_flow.png new file mode 100644 index 0000000000000000000000000000000000000000..21d6aedc054094fc03bd0009dc92a20722c155e1 GIT binary patch literal 243 zcmeAS@N?(olHy`uVBq!ia0vp^3JeU43{1>G))HThdLYFU;1lA?8hL>s{V7NC4VJ*u z9E&O^0>xQMg8YITfFQ{&P%L7rl15d)$lIYL?000SeQchEZgoK2IgoK2I7!C7d000Jm zNklq z-Z`#IT)KIyWG^jYO`j<#uMQAk74&r=SE5%uA58liuP@mHVt1M6bkhmWF5Bs9QC`W~ z%WcKt3#!TgM&9)084aYzXm94cPA`D{YH1qAxpYAqC{Uk~n4rga-1ni813zD}Qh`HI5UOHb*CN9!lQ zdny;DS7HzZ6LHb^f8q`})1F)QKiNd#lh)@u8ea+&n$Mf_yT8Y!Sd`EF#BTc_boh83 zZLPNVq;gJ!ZXXf^P?2H#S|!p#S^-i=`(rsR3tBdcw^ToPQ4B-MOI;sNVSt#^Bj>KM z;g!C;HVcRg%lNwK7`zkOI_1!bX;M{xIZlwC4eQrk*)I{;Gw&5@)p={Taz?>C;qER* zL<@L+k&CTrttn{3HDS4@Pe|}UiRq-D3bGddSVS3C0!BtSfdVQ^ttR&r!gw^A@5Pmn zj7O2#e+4Z8Z4+zvSz@c!QwDqSs`+)8KRvA0yyo-cF)q}EiLdNBHPLCocwN1)ohwwS z(FNXsDxyHBl-BGI+H_`=!(u}LM!_yzvf!mybxmykC80=qP*jL(gRMU37;P5Dvs|Lj z;)fFx)_}}Q;V^Xd!5R7S&CMXHzZ39*?`wvShk>_lVUtzOvthlT(IYQyMq-$@yoLui zRg&XFFZZ}#`JIQ9o^j21VqM;NOI>eC0?XqHroaM;{7-H|x*@QZoyvHu%JahWBPI|W zM8BZsOI!`fw!9s^{gxPT(6Om*oO4TEew-tb{ZTqT2z>Be$`{5>_9ioW8#k?NE0sOk~_Bw+l7xnjAG-2x*XOui68k*K4KaQ2i^u6;7cQv7^J|jPf%=L{K=tvG9$pU2X z_%)qy5eBy8M0!UOXq7q;GZ&rIxm-aOnezNJ3f>k(1EODnm@hdMP#0Ly50fcNgM-Xk zvA?v;id#>y1In>cCcs2Y8R23@=|=e3mFL&1U`^FJ)Y%Duw|>C>a$}^B4)y0 zPXzX3$~ZiX`my?S2BZzQV89-StcqoC`|F}q2qNbk2`-Va?-UQAw`1kd`^D@82P!V6 zU)-$V18tR3`9}gSoS~#X`mIO4OFgo9)t(+~L=*5MH{?gRA{ci&EeaikgO#-kAK1Cb zpyt7!44MBDgJn(#`WejV5&3a?u=Sy~Z~B1@=mc7d6Si{o9g_xMro1p|0w1DBCcEB6 zL{woW8V8tI>cbp}nPS-@=5Ur5_$VG9#n{T&5c<8Q%NBe~hYwyEh&?YG@Tzzi7Rc#l zRJm)7%n&`Tx_Nn8%en)g_OQ`|AEU`mbFh{e%3>dhEPp45R5!<$=wwzdhfp+Ptn!;MZV!wLt)%kh#5H0)SOynrFxTZ?!hMKf zE&;f>=`8XtZ?7jyS;{Li9stNCVVmxTs}L45)HyX9X<%x%D#gnxBB56J(qf}BUX-2P zj;U*;qemnwx24n^00(b(4mFdJdP|)?gXAHv! zs-qaYzf45qxg&TKhLu@3Ig86AwM0l6BguA8lM>RZNL0dX(A9GQyHVtJ=~afL`_&I% Wy4z+Z;LI@q00000WbcEP)7}N*l!_m2p3%eTwMWhaR}GgZ^6P@rKUZKiy|3{ zWHY3HPQRLC)UN?@O#oUwO9??;4pF*muBKO-jXr^NCTQ(P*j4}l0WnELK~#9!)s%+; zAO{SCK)&?4|Ef7#*&y}n3KHP&yyKdU8(*`PJ|U%rWI9Lp?SR+-4FwjF`5tH)kvk2? z14Cd&l9zU*Z0XogcrA^EkWpx)sr<3&1Y3`q(ol|Jp(zisb-L}8tv*89sc)K+5Z>(} zp|&ZT2hy+vLrY7S)~BXcjD z$8a<#ii6ha^V9#|*g<$2bA>khJ{$9y6FWW`l(Pu*aVxg;~HjIB?bg0000EjDRLEc)I$z JEIn{V0su2@AuIp@ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/wheat_stage7.png b/assets/minecraft/textures/block/wheat_stage7.png new file mode 100644 index 0000000000000000000000000000000000000000..48f8cdb5883cbcf5e21261160689871fa4f48ba4 GIT binary patch literal 209 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nL<4+6T!Hk%14XA61a4@so|R`< zAEuG&AliEFR~t}*u_VYZn87}%WQgO?+gOkZ6kfX_C?Qi+YeVg|#Wk~oj zUuo7)uZ;^9e)ABtsdL$?bYj(mKtY2HpR=VdOBZ`IYfW1#))V-9TeEb}R!5T~iYL;Y zn6rXTm@2evZdBzC6-vFCee5-F((Hz_KQ}!qdh?Mf`tl36?y9!^KwB9+UHx2^9=IX_ E0Jc9*82|tP literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/white_stained_glass.png b/assets/minecraft/textures/block/white_stained_glass.png new file mode 100644 index 0000000000000000000000000000000000000000..dfa207bb92d8f49c1362b9d6d72b4a8459a27cad GIT binary patch literal 134 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!D3?%jT-`oMD*aCb)T>t<7|LfPUP>ts6KoO>r zAiv=HdQqMNGaygb)5S5Q;#M*P6RSd6a)LmbKtjTa3ke+m4jeelz+A(_>&nw4#iPZ; en literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/white_stained_glass_pane_top.png b/assets/minecraft/textures/block/white_stained_glass_pane_top.png new file mode 100644 index 0000000000000000000000000000000000000000..1ce59a89014dda65e99028a5a1d811c176b204f3 GIT binary patch literal 137 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nI0Jk_Tz~%j`Tzg_pMU;5J(4v8 zD9BtA%nxV4}uJn`xPWPKXT4&S|&HsRcgMV i^?bp|F3wPWVTM=FU!KYD);bH+$KdJe=d$#`6$t>5)h|Z? literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/white_terracotta.png b/assets/minecraft/textures/block/white_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..e1d789c7a0e10648d11c529ae0f1cadf78d07e06 GIT binary patch literal 234 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n)B}7%T(53la%1nB8+%q?-?Qra zZXjBDZP$uxJC|SGvGmHe#aFg2x(q~H7IrP$I}50#&eO#)q~exszq=EQBM)=-q$|0v z|G!V=d2{WkWe5N39VPGBte(GO`@NNCAOGP^Bb{ut}; hFloQoAEwwp3_8tknv-U>-37XY!PC{xW$A${5&%JgXz&04 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/white_tulip.png b/assets/minecraft/textures/block/white_tulip.png new file mode 100644 index 0000000000000000000000000000000000000000..fd1df6bdcd7020b58a41b942e5ca4c0316b0982a GIT binary patch literal 169 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY(g8jpu0Z<7hZlElT{(67+}bTW zwQ7wu(hW624dva{&Tg}u4wPmr3GxeO@J`A31LW9vx;TbZ+)7puGB9+M?CA<%>*knp z@C{FJ3d6!15<&_**IF7FIFuC>MU+Itq}V2U>$YoY`M1ByThAcGz-5nqyv0HT%X)Ydv>qj*}c4H_i~=y z%X)GzEaktam%)MqbN%t2h&gW zRe!^4oHwaFI1yZ1_4K|@;``;QTMAuc*BgF+BYUE;PBpgU&EAFo<`k`RD9C=SSh(t< zm95K_ZLz6R3p*lPrtV}{%GZ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/yellow_stained_glass_pane_top.png b/assets/minecraft/textures/block/yellow_stained_glass_pane_top.png new file mode 100644 index 0000000000000000000000000000000000000000..2101662b216ed64dda84fdebfc8d2fd9413292c7 GIT binary patch literal 137 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nI0Jk_T%X=cdG)mU#l7_Kt%;|A zg3KjBe!;1!sk3$!?*ejlJY5_^DsCk=Ft|yy9!z)oAjmMeUqO=dBj?PfWpXoJrRED- i&limB;tbUnW_b1d<(d3$t+POV44$rjE=vzwkpKXo{VbpW literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/yellow_terracotta.png b/assets/minecraft/textures/block/yellow_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..8c741605966f82a7c9e560a7fbdab20d70f6aee5 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nv;urWT=#dW9-X3bWRm*fiRyrmO-uCljHWlyW}2C-EIKwV9qE{-7;w`}{}lUN)%n6oEI zNqzbMzG}nXXz?Ne`A<7a-m%?EFLPdV-RMXy%ag9VWfPeqjx*2W394*A=j`dmV3x*e zT4t1dy4ky3;>|LrU3#o*PC9vTNbUXI#~Q-8awQLE@s$U9)3$tfdD@h9_(|_g-W?w@ nx}6SuX?6^%(LKUl@{##F!y9`S&!a9t*D!dx`nfDUa76+D%ywTp literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/yellow_wool.png b/assets/minecraft/textures/block/yellow_wool.png new file mode 100644 index 0000000000000000000000000000000000000000..17be9784fcee63fefb4baa9b5cc549bff8571507 GIT binary patch literal 169 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?wt<7iRz|o&cW^*X;{c_N-J}KT~m0kGycX zcL7j5!qdeuq~cccjb&5jow@K>@bJM65i4)ZczEC-v%BP^tCP-1+Em!4NVZJwJtHZ@ zFEi)Bg0LmajwqZweDLstWiiXn6l^Ix$+K!=<)!0c}Dv5>?J5i0~wF rSQ}cjHArZ+@tji(Sh*lTftR8E_FKIv)7Cox^)Yz5`nfDUa76+DNC7e% literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/candle_base.png b/assets/minecraft/textures/block_variants/candle_base.png new file mode 100644 index 0000000000000000000000000000000000000000..2c47b37844cfcfee0096a98990b959ba4b14150d GIT binary patch literal 173 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5ngaUj*T-}^)V#3`5z3si+ZJg}P zY;8?Hq;!09a~e)8XA=h^c6Uf*0D-mgmBO*f@)?>(CQ-)G~C VsS}I#Yz5lD;OXk;vh=_e2>^LnKkonl literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/candle_flame.png b/assets/minecraft/textures/block_variants/candle_flame.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe32ef16a93c8760ab80c6ebc7ae226906a75bc GIT binary patch literal 319 zcmV-F0l@x=P)a_ol0P;WpAVs-p00001bW%=J083>;^<*Dz(#OelU9Jt?atZ%W0yn#PGns1~UZESbD1 zA$w<+$5CcV8KE%l2g>mUs{HqY+4~xJT7uEX2~|$04O7Lk2TDASP&G!#c@OGCNwDPh zL0N0(_Zux02*r0ysR2|AN+S&=>=*toulA!@5h@-nm4Z45^_?V0jO_!&g8)GXqd>-x RJAnWI002ovPDG`^)EGAhfr>L2X#cs@M*Gd5)nuIn(CQ3bYT z_3t2ukq?KF7n3-_s$zT%a4itr26kZWhV&NkdDVvfIEbc44(a_8Ks260G72Q(?UV-R zZ4MP5f%JX}AT>$N5{LvQ;`NLf!@3jsfD-kL>30jsunwzf9?6jAv9&J&?y8|>7H&e7 QT>t<807*qoM5Vyg7#NOL*8l(j literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/candle_on_wall.png b/assets/minecraft/textures/block_variants/candle_on_wall.png new file mode 100644 index 0000000000000000000000000000000000000000..cbeaf29429f4f8f643979f061c06463242895f43 GIT binary patch literal 172 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nL<4+6Tn)7qa}xby1093hEj?`Y zZH?8`m1W%yUk?K+2=a7s45_$P+UF>AK!Jye+2#NLCuX|AJ4^P?2)$r6K`3(T_iYz= z)6*BSpVzdpo+PXHS73z~!-h$5yib?5vX-_dxcsZq{5a>~-__~oxGt`(Oi&UJW`A*& UYqHL2py>>ru6`~{4_uJ|0Aubtk^lez literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/candle_pillar_bottom.png b/assets/minecraft/textures/block_variants/candle_pillar_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..28f199e202209cf749f5c2c9828cbe6ba8ed905a GIT binary patch literal 175 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY`~f~8u0Xn`ASNf#KQ_=Y$lcO3 zR@4V5#8?vK7tG+DlJf`1@$+`I2-5n_yc@GT!C~=K}=4fe{7&*kh`U6 ztf&uAh_NKdFPOnQCFc*2W9RAO7*cWTXg4b(g8|RsUupkz=La6F)O_)p>v4PL@31?S zGo2$Fc1?P*X5D5Mx7Y_^h9`W>UN8ODGO;b?5Ht7b)|a8XLZmE!CNX%r`nfDUa76+D DZ5uVX literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/cauldron_bottom.png b/assets/minecraft/textures/block_variants/cauldron_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..a179831d1ab3201c709e53b6aac3a95ae9b53cdc GIT binary patch literal 200 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYq5(c3uHD%#Gb)4X6RZov%o05f z!|XLZ%v64!k(dWmkmu>*7*cVI_vH4(BL*Ta2e)${*xqx)p;k*-*7*cVI_vH4(BL*Ta2e)${*xqx)p;k*--5nf~%Cs-GTnI(D} zhS_Vn+FN^=sTk;JYADH+Yt3r{sx0z!aSW-rmD|slhJ%F$4&1$n84;3 z$S5Kw$5=IwSz_m^m`E$uR#j1N@%caBq&@p>xhLKD{riARp)Yk}6M9k(gt2oi)(&j) z+SR1J;oJ9D-$Z44wkM}K`yH9~=dz>B>-JX;|04sIem{5Tmi~LjxBC)Wr9iebc)I$z JEIn{V0sw((PqhF5 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/cauldron_top.png b/assets/minecraft/textures/block_variants/cauldron_top.png new file mode 100644 index 0000000000000000000000000000000000000000..56c78f8e952443ab7a91c5967ce73c7dce4d5613 GIT binary patch literal 187 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nBm#UwT)VSffXo?{LG=mNg<)oi zo`zxenjU5<9bhHZ9>ypD8J?4iMlJ z^mQOxqFY=aO#2$QFS!L`@0jQG(h1HT*Xe0dUdh?bUd7@Is>%OG-t^@e4W!FxcV^vA zH-PXeU#uU$~-3Qg~mZWRxU-)Hk30w}Efyf`4iqfM~|1p3)( zEfl3+7xq!6^%@_V5}4b*PM?1Hio(@RSLugK>nFc^Di@_!Vh{uqk=6Hq;tn{|o?G@m z*+k)!*5^AKUkVhO&ztkRzsI3il+XOcZu=l~_;?*{t+w~1a&Cie9})ymkzx8;CDKA# z0a8c%V>vAgS~iNeR6lr83`5FGT^~-Al|H;S3y2HD_&Vtryc60w<(^b`FA7<_uvKIbWL>X2BMn*V+0xCS%vqClvW*6a_ObY_&pVnYE& z!7f~~;H6k~O-%kJp-6gARETSXtv=`&Z3f1(T%yn7hZ7UlfXqwbFm(078Ts+;%^<43 z6YzoWYle@9g||*&l2y&KVZ5KwBQH%xVwtwQh6guQlIue+_c&kqorjd3am{#QT;6(1 zU2jPO%i{{RzygW*^TP8ZCJdeDGb$7sgHYBr|#%H?3^swgAVuu>FSY``{5?8>}xuMRQE1Hve-^ zUA(@}Vcg+pDo@E!uUlB29u{c>R4czlu0!i_`zN!x3aC^;F z=qz0>#~{qyWgr`c#+aVxRq>M3GkM-Xh16JGTncg^xgtV&jCm z9M(09n4Ukg zn${yfj+Mytz4HrqHKD3LBR`1D^^INVNDd##0%Y*`HJxw~2DaoxdPfpyl{yeJ7oF6( zTtOC@^87Rk-WEgyqF;g7FF6%Z2N=;0n<-0!i_BWFzqHJXTTihA%CS-9ZgelL_;n~U zsUID~4ilRNpLw-6KDY`Muyd0gyhu)%n6xetH77ELuUD1ML;+v{K8?}&|9uM)nZZkV zP~mMNng4kbB2S%L8B^~WznJ`4&(|_VFtXyQc`NKJcUJAnxAE%GUx2=&y`(j z7m=FsQhd7$83`2xK9D>;p5;rhWvid+vtvvmX2M@@1omUfI6RE{vHEldqz$)Vz#f;Z zie+#5>!MT$BIg_l4w10$6c3@NW98EO#q0zZDh{?^+^paOO_fslM*=RKp`2bfsu!yJg2V%Z|*aF!SN zC>|fh*vi-t`n{&h7JN&G4_+CFJue&Zs(2U{$n9oSxoeHg61}aud3hSkIt!rYu+f7b zqsJGseF)=N)mppw5i1|u-h1PY2AL^M@xEdb(wu?^9evhm3D?kAmG`Wk&lgTGg}t~C zVFPva)b!=4t8_$6PrX3nwZ)z|89oeBj--G{!Z3tL%4a=f)s#FavAg8Dpa?KwaraTo zyw!YV)tUBPOTF!uwNGGv)M*b$zCpHAhtiqKV<^O2xEPH^-OgWL7SR zP&8t!@|!Sj4~z?~r1Is&HDWzj1{Z2D*X3TqeTZN#0XVqnEb=aIuQy9s$}2J+0LUd_ zo9>3A5Ee7kIW-$;U}~l+#mg!pp;q|PVxux%l%1W9sbi$0Myg$k`( zH>{o;ah~>4UMI>HWCi5{cmju&?Zh}x(DglM48sSiqZqrtOhn_kBX|^+m037Bi^C+f zL`WGU$#!p(64I(jRKjf0)q4QDQRH^%RfeSd)ep;8y?u002ovPDG`^)EG0* BLk9o= literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/cauldron_water.png.mcmeta b/assets/minecraft/textures/block_variants/cauldron_water.png.mcmeta new file mode 100644 index 000000000..42911b20b --- /dev/null +++ b/assets/minecraft/textures/block_variants/cauldron_water.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2,"interpolate":true,"frames":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15]}} \ No newline at end of file diff --git a/assets/minecraft/textures/block_variants/chiseled_red_sandstone_0.png b/assets/minecraft/textures/block_variants/chiseled_red_sandstone_0.png new file mode 100644 index 0000000000000000000000000000000000000000..358b51fa72552046e383a867ecc8229f6d19c560 GIT binary patch literal 195 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYq5(c3uB}eITT?~X$BV3v5uP6` zIMZKXf+yb#p@?{(f=o{r$B>F!xo0+t9yZ`$xlnzMNzbT(dv2DvgM4<=0hXq}-5nqyv0HTnn-j8Y@%FixM(Z!jck# zT%9e=OmtL~Wu+uV_qd&!15{Sz>Eaktam%)!vCmbJgSm0#gTMZJZh!b=%K5S(=^I6#r|3t+--UibKR*7Nzd|cXQNgX74n5u{KM9ZI|-r%PCd7lccw|-e zF0OcEwISC=O9eBw-5nL<4+6T%#h~W>2i1&|chJn_ik9 zmzfq8=x-F!vVHBM%z-?IL-D>Aiy8B$9}c_uVDgcV8~+~4K0E8sZIQJh{h_a)neDFrU7j6u{9w1?)t?PNs literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/cobweb_0.png b/assets/minecraft/textures/block_variants/cobweb_0.png new file mode 100644 index 0000000000000000000000000000000000000000..92bfe6872ff2bd1e50fc245bda4aed6a95edf6bb GIT binary patch literal 169 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5ncmjMvT!HlEQ@cLBef03wnUm+| zZ3prhOM?7@8N5?+{s1}No-U3d6}Lir7`YBGa4@C+`+qh%@wi6ACyVN`Q;|xq)9$~q zZF+jo=%zB?w9`9o=lfb7?>~LTF2Tl2*0J?Nc)Y`{$8)ADw74dwY~fG)|DyWel`}j* PV;MYM{altFxFP`nu{%M< literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/cobweb_1.png b/assets/minecraft/textures/block_variants/cobweb_1.png new file mode 100644 index 0000000000000000000000000000000000000000..556558604e888373650c1d7b20394b6e9b2b0326 GIT binary patch literal 172 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?wt<7iRz|o&cW^S0MfA?W2dc&RjmVYp>@2 z13*4wNswPKgLg{KA0Wri)5S5Q;#P9RfddA!59Y;xVPsR|R%2sxi_2qUOG^`1xcH&1 zvGJfIgNF=*AU{t-iv#NfgB(VoYc>u}?fs37D;st;I?io;$aa{Gjm?hX598C9yVEOb QfhIF}y85{+J#a+=0KWq_jQ{`u literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/cobweb_2.png b/assets/minecraft/textures/block_variants/cobweb_2.png new file mode 100644 index 0000000000000000000000000000000000000000..e308b2053f1f86486e42ff4277cda173180d1306 GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?wt<7iRz|o&cW^S0MfA?W2dc&RjmVYp>@2 z13*4wNswPKgLg{KA0Wre)5S5Q;#P7-Ld1a+9~ure&OX@nGJu!)^JNV-Ha0$Pg@uQ? zRaj=oN?4dPh@QzzxR92x=T5L-5n`~rMJTx+rudMi_#ixO5Q25pLP z?@tY072)5N5V#`9d2x_;cT_-0O4wo_r^ZOHj!>tj5RcR--y(mf3LoqEP}gE_$4oEl z0(aAFH!FW%hXe;hlY7x?fhMo_ba4!+xFvc#aFLQC56c0yHEgq74kStx{qJ74{vTJv zB!*Ykoe$36=={j=d771;!}p54-%DN;UmGqt42k^+de)$^TxV%5_N(g#&Zi zGI8Mm&)gJx)U>D-r-^-hUJT literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/comparator_blood_spikes.png b/assets/minecraft/textures/block_variants/comparator_blood_spikes.png new file mode 100644 index 0000000000000000000000000000000000000000..8c8d2a4423170fe28378c0b2f13f739375aa75d0 GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nj01c^T!D0Ad~mU!L!GB-RETG( zyIrQcRk4#nkdJe=gN3h$eS(8&rj1ULm2s4fVUmSrw7EfMRrx}oHpY@5zhDOMl$<|6 zPL`*OV@SoVBn4>$<&85Ju&8fRS&+Wbib0`eVFZ8qjrv>MzXH8Ko1C?IpsD`I+I{9W zwh*Px#l83j-5Vs<}ZT gQ}aO~HIGlsW+Jb5>p1eL0&QjRboFytdf-5nBm#UwTnn-j8Y@%FixM(Z!cr0g zW1@V+LtXuS9gH2P)&kY!c)B=-RNQjyW8`vBwnq&I*XsXpTAXHeb7De1LM6nuP=#BpVSPrm%-E3&t>U>D-r-(+e_>K literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/comparator_spikes.png b/assets/minecraft/textures/block_variants/comparator_spikes.png new file mode 100644 index 0000000000000000000000000000000000000000..77ef71804f41dcd1017653015f5e16c25ff468e1 GIT binary patch literal 163 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY`~f~8u0T35J~%4GGswr;*TbIc zZ%r~#h_NKdFPOnQCFc*2R{2t~a|Ng9Aqq>kkeWgQma1e-D0ip6S0? zDS$=tXB0!{K8q&Z#_1YPTD5Fjb6;~zTRXAU@WwXP4~$(0AFfn#FYg7K#^CAd=d$#` G6$t-5n6a#!hTnn-jGE>5m5`w}*U4sK0 z{CuoqqI}$3&8Bn}HddyV7bTe337h~bZuWF>45_%Kdd{-5n6a#!hTnn-jrgRlHR;HF0C1j?A zB_#yKMEQh=x&{Y0`1x47xteWQq?iR%-011z7*cV|_G}|tYa&PU!|$uFzS{qv+pcNy zLOHbx{kS_RYN;FyoUIGkWo71Oe&bKS%Ffy39sW!vKy}4D7I_cVt;;Po*lzw^yW2W> z@`_vKyN#80ZZera+k-5nqyv0HTpjJqV#C}5yzRZ*ZQPt~ zY;BCqOtnpnGz|4sn-@>p0#sJw>Eaktam%)!k&9VTfO&ad-sAuAcUq=NvmTO|>N@}Y zNj~8%FEkon91<`L5ZxiVuU;oqBeS`d{l8T051D8k(SQFFLK?SU*SeLE(yw$=R_jC7 zxsJC7{S_E~Go^s@Ca^PXTAU|`LxF5q_hI3PDm(HzSY>=I#^xeK` z*7n*P*B!q*C~Opo`pxQZxO0=nA(O4^EH?bV+TgpZx0W&D&!K1BR@0|<3u&Ayuwr)K zceUjI(%#fM{zn#PUWL`PZ4;Y%i~aJY-Zvi^vZv*kI%|fBd&M7J^?BE)1*(idXE1oW L`nfDUa76+Djq*^^ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/dark_cobblestone_0.png b/assets/minecraft/textures/block_variants/dark_cobblestone_0.png new file mode 100644 index 0000000000000000000000000000000000000000..59ef7e2fdd1c78110ef579c557bafe453a4e6712 GIT binary patch literal 204 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nL<4+6TrJGBa#BK*WBejRTzx%l zT^!8~^_62yD~|&e6nVNhhE&{=?Q0ih4&*r`B5<$%$)4Zu?lL?JXU|DKvt`?FDa{F4 zuis@`%$Ps@aM;ZUlaGAd`1eru*;$8fi>wXl4}Ja2Y?bY=JPlJBQHE7d0()Gt}L(o>5!&mg(-5n4*bIOGnV!&;R-Js~&Ui4ESL4 zHDuztED4Q&xvy?8+dJIkf#-Iv?z>NXoZojgzn#f@;HK^2GjGoQ`}baT z*UuvVyV>gkkFyINxRw&UlcV*>8#@MGCN<-gCQM6g&C?}a&i?N2^F90~x<0)oy6hi= Yf7q*tu)UYh1D(R)>FVdQ^uQGf01#AI1poj5 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/dark_cracked_stone_bricks_0.png b/assets/minecraft/textures/block_variants/dark_cracked_stone_bricks_0.png new file mode 100644 index 0000000000000000000000000000000000000000..472d0fe7be1b5aa1551f0b22a7fd304e25249441 GIT binary patch literal 233 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n6a#!hT-}^)9PP|(ZH&!KwM~pP z4E0qlE%bG?m14u(0=(_L+-=sq@$&>KZuWF>45_%Kdd{-5n6a#!hT-}^)V#C}5yzRZ*Z5-{) zY;BA!E%ePywM~pP4E0rYw3SS+UziP4-011z7*cV|_G}|tYa&PU!|$uFzS{qv+pcNy zLOHbx{kS_RYN;FyoUIGkWo71Oe&bKS%Ffy39sW!vKy}4D7I_cVt;;Po*lzw^yW2W> z@`_vKyN#80ZZera+kSO literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/dark_mossy_stone_bricks.png b/assets/minecraft/textures/block_variants/dark_mossy_stone_bricks.png new file mode 100644 index 0000000000000000000000000000000000000000..0343eb1bd295e3bbae5bfac72798fbde1c0d964e GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nv;urWT-}^)V#C}5yzRZ*ZH&AX z9PP|(ZH#r?B+X2<)g44lj5G}ORTa$zWes`Leyx8F)Ya$d;uunKOSdmj=%@k*^Y*J9 z8w>uwwwqaL|0pen)8_o|Juf+)H}L8=Y_WM8!(OTo&(|Jno{`sadS=E28|Ae9FC5Cx zm?_O|-613Bdv5E^sZ%4**{wD^e0QO}Z|`^61oJeX#s~Y0pPB4k(EVzYu}K4C(^cN) zg&)hKy!bu2FDBpI%952j|NWd(x4wU>P5;j@^Y8n9`>@(ppvxFMUHx2^9=IX_0DJ#n AoB#j- literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/dark_mossy_stone_bricks_0.png b/assets/minecraft/textures/block_variants/dark_mossy_stone_bricks_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c8fcbd2b091f34b2b0812ad88d907675e649a561 GIT binary patch literal 251 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nv;urWT-}^)V#C}5yzRZ*ZH&AX z9PP|(ZH#r?B+X2<)g44lj5G}ORTa$zWes`Leyx8F)YaqZ;uunK%e0pw3)xWLe&&)O`ItRh`k#{7ZlX{qKiTook;k@Qf3p5=d83@X!RP|eT@0SCelAN7T#*0(Uu$6g literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/dark_mossy_stone_bricks_1.png b/assets/minecraft/textures/block_variants/dark_mossy_stone_bricks_1.png new file mode 100644 index 0000000000000000000000000000000000000000..a1c253b85df12a0f88021a29b1dc63c73c8f51e6 GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n)B}7%T-}^)V#C}5yzRZ*ZH&AX z9PP|(ZH#r?B+X2<)g44lj5HL@1!WC+Ee=-g1!`&bba4!+xMkbN*u@se(KL6~zj?{u z?cb~Me^WM4QGHPPh;#DH1B^`GqFP)RwsXa-W+=+}Gg)_`&D7I=Dg+CW7Na$@6AZsX@8;fozuND{b$3vL-Puk mo>07A_@riWYRWU~`qlT}+>*;$^c?6M22WQ%m!$`;NB{tC-&ijI literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/dark_mossy_stone_bricks_2.png b/assets/minecraft/textures/block_variants/dark_mossy_stone_bricks_2.png new file mode 100644 index 0000000000000000000000000000000000000000..21813e40607225f777f4bca4c098ee4aa819f3c1 GIT binary patch literal 233 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nR04cLT-}^)0=(_L+-;1!6&&r% zY;BBn+$7CRwbdO&O^h@Y%>`u*c^C8wy$7mq@N{tusko)v!`a8Iz{9*(WyiYD|NpOR z_Ih`bBj#ih7yC5(jCXs#Jk-xS?JBzcRI{DVv#Z*Y;*ncsE@$QHliSpts41CRoB2Vu zKXv)0v+TgTfbz!eDq8pTu` literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/dark_stone.png b/assets/minecraft/textures/block_variants/dark_stone.png new file mode 100644 index 0000000000000000000000000000000000000000..7c0d90bcb331bf632122dae9568faae7ccda8cec GIT binary patch literal 170 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5ngaUj*T-}^)V#3`5z3si+ZJg}P zY;8W-TW5p)-iD}HXKfM RTLLtm!PC{xW$A${5&%P`JSG4D literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/dark_stone_0.png b/assets/minecraft/textures/block_variants/dark_stone_0.png new file mode 100644 index 0000000000000000000000000000000000000000..476fbfd3119f60fbf160b741d818df6deb6cdea8 GIT binary patch literal 174 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nL<4+6T-}^)V#3`5z3si+ZJg}P zY;8=;OtlwVc0C0u2=R1r45_%~+s`W0U?9L;{OiBE^RjN8piUp{fYh*)CF;@UKAX0< zXaD`NzN^h4W1<}AjrNM_CQrrIV(8ix9+I@(INFFu(7R9Wlk;uunKOZM17-X;eDhl~AuVh*fnTN^wx5)#@Q z%!QaD7)u^pYP`|-bk)Ag%GzB5Ubck{)3tR?@6Rmx-%#e_({b(JrP()JrW~u4QJ+>? zz4!Z;fVNN5S_>X#l!WRjoZI_uaiQ2uZCAsZb;YI22WQ%m!$`;NB{tcKU5X~ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/dirt_0.png b/assets/minecraft/textures/block_variants/dirt_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5adc36644e4d4f61dac42216b64f8718e927ca45 GIT binary patch literal 198 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nBm#UwTsu?Em)HBxEOPG4w5y9T zC=1ic^HocAQ&eruUJO)|>FMGaQgKVQmyxf*f#dMAwR8Ue-)QE-db>wQV1_l%5?>QV zlO_Gf%=<3ybE)@}{h##MK6UGX=9Nz~;wE^Xv{F+0v~JdR%^x~a>pI_Fo^faC`cEnE v-`%MUsXp}QjCV%s8J^<5$<8M%Lm8I-9+Esj~SUcr|4 z_j-qUUuIks=iZXf(tpV4^s&t^WuEmJC>34UBNpp)XIbC*JC0U$&%2iCzyB>#&G#{M z^1G|67A?AbndkG_BA3Nqx-NO1ex$YKnPvD#_VBR3ixn?E_zSd|!PC{xW$A${5&-$g BQWXFI literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/dirt_top.png b/assets/minecraft/textures/block_variants/dirt_top.png new file mode 100644 index 0000000000000000000000000000000000000000..e0bdb93ca48958c29564be5bb5a9e24294b7e776 GIT binary patch literal 194 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nL<4+6Tsu?Em)HBxEOPG4v};K) zs*5ow3)8W8h&T#Vkm2d#7*cV|#FtTs!I8!3=70O2A;oE8(NlkM8_#%@`@~nuseQNa z-yP{nY=67G4YQ25FR5yc*uXY#@#o`D1Q@m#3Mn5bt7(7DGC3jhl;Q67%Mz(#A(6K{ qt0Zf79k7@-5n_yc@GTsu?EXBIj4W!kkQ7}doX z%#EA55-1hv>Eaktam)2QBO8mO2=m43Q}_O#IXyFt=~LiWS5~X#i%ZIKR+z02KFSlT zP?vn_iv-iR&Eh{C(x$t(@;~-5nv;urWTnn-j9{#_u>ED7m-`n%v z2IgD|N!;r-rK>PxkzHeDYI#vYW=dF6LQq^xfG_j&3ZSkWPZ!6Kid(+^tV}G594X$Z zZ2$h>wKjOkH1JM zhD_QYZQp;7tU9T4{jZ4lG1-&3q4&NLn?0Z`lyRB2Xf50U$V>ZdNhaC+sBpOJN}0@&9eJYqt%n@@>k}; zkG=|yIkTkP)YV_HF5KR072vm{VxM-7+-e=iEg$@+FkD;q)s=0VocP%VYn!>0PaMkn w%*i2{)O%Ux*&E64TDM;Ob6lMibL=1ccA@{9vZ95hftE9Py85{+J#a+=02up6YXATM literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/enchanting_table_item_book.png b/assets/minecraft/textures/block_variants/enchanting_table_item_book.png new file mode 100644 index 0000000000000000000000000000000000000000..ef786a45ee03ee60b79418122e332bec469ba8e3 GIT binary patch literal 202 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYDgizru2G?3_b)Fyvb}r7?A-F4 z;P_BmYgsi5c_n=*Ic*6kHBoUz0YPOs@pz#6L{AsTkcwN$H*B-7ubIl@ut6!?ElhfX zTgRCf8u{xPy4S>QEfVe6SoF;6{L}=u=a)2%9eQTU%1)dsaMXbzsU&5~($oeCx2C41 yQwgTVR%vHiJeC?Z985`7|F!2jKR~@&t>U>D-r-5n6a#!hT!FN%x~8n8l%lM>v97+A ziJ6*`ijt|nj$^EWN2Xa|^*ht~l0Zd_B|(0{4Bja@e}J3}PZ!6Kid#tw*ci4L$g}aZ z81T4G+_&O4zl?L=xnjoX?D@6Rjy1F~y`Hk>$g;?;Ydb$NdVF2o$>O{8%K9R%HQZAF z<&Lqk_3!)^7i?rxP@=E7u(9RKoRX-32mjvNx^?&AN(TS{ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/enchanting_table_top.png b/assets/minecraft/textures/block_variants/enchanting_table_top.png new file mode 100644 index 0000000000000000000000000000000000000000..ebe5961e0daa1d7ccbd22a43dc5fbb60ac9d9003 GIT binary patch literal 255 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nv;urWToq;IZ|$<$y})qIWF3dF zdb7Z46aO+}p8^AqOdZEqV_kh+bxk!T6~X~!OZA6 zLF@beyvO->-PP@Kj=g)^+bj3mGR^7rROuMo=YI^1?=YXYRO53|TDjKOOSnMovZDK* zC-!PnqH?XBSxz{+UJO{bXUC=~Rc-07dUOtyOFn(+bJpp^i=zb&GynT9kNl9nV~*KY zzP3+4xn^g7FWz@)wR^>Lzx7Fb|6DK8PA~pmy>CC$={My^9T(ZI>hsOBc%JV8;R!O_EIVWXp`!$XGVZIc?A fnm0|HXvnbXz}uKV4xz0;Z492SelAN7T#*0(?foR^ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/grass_1.png b/assets/minecraft/textures/block_variants/grass_1.png new file mode 100644 index 0000000000000000000000000000000000000000..0aab3ef5c2859cbd5c398082f74d7e4eb4810f24 GIT binary patch literal 138 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+C#Ku;IPkcwN$5?%=+M|`*b^Y2nR z#q01vFo&s4LFA#afZyZIoOca!Ok(&IkFp#wh!qUT=UHAT$v0I!hk;{p=Ao2okynWs lN7VZC+LIVInwXg}eET@jdvT2UOQ7Klp00i_OAlO;000VSD=Gj0 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/grass_2.png b/assets/minecraft/textures/block_variants/grass_2.png new file mode 100644 index 0000000000000000000000000000000000000000..35b89472181d59d9a09b5520c4d530b367aeaf3c GIT binary patch literal 160 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5ncmjMvT!D1lRO^6xV~;{T53$F^ zKt5whkY6x^cS_D5Ajiqm#WAGf)>QAKj1GYuOgHNv-%q?ZPq%UEgFP=g;)4$@TB5)F zO|amfcS6gVdlLVbtVEx?xt|rF`%XKsA51v^QfGY*_QaAvUo22WQ%m!$`;NB{s{C^@(Q literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/grass_block_0.png b/assets/minecraft/textures/block_variants/grass_block_0.png new file mode 100644 index 0000000000000000000000000000000000000000..95b8c773b7f336c605fc3aadccc5f1f2666d02fa GIT binary patch literal 124 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?wt<7iRz|o&cW^S0J4=-y^omKBUHKcf9%@ zAfK@$$S;_|J0<52kR#{m;uunKD|rD6hmnPWLG<49KMp@pG`l?Y<40CDZicgy-aj$* SWuFC9$>8bg=d$#`6$t><)gwXx literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/grass_top_0.png b/assets/minecraft/textures/block_variants/grass_top_0.png new file mode 100644 index 0000000000000000000000000000000000000000..cfebf832d647a6285be5d028ba5120b5accccc50 GIT binary patch literal 272 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY1_3@HuBFR@Tel^bEe$SP5>l}! zqIzL)!93r*`Mw2n{qpAoX3lU+pXru2)h% z|3AaCwG3(L@1CbKKC4}QvxS-S6Z2>HNxfVi$5@%qvogFo*Y4uYP_&A{b2mep08`FC zfx-iB3<69__f5q9=q#0BO3?gb@MqnhWF~Kh3wilJJO44VU%6v`lI3d{6LZXF$tM^1 z9xyNE6O%X9)SkxTD5AZ||M1!0Ow7CgI&VD?C(SfLL27~?(+@MI&q@>KFc{P_DA-+a Udaj+S2y`Zcr>mdK(gRl{05}|EW&i*H literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/grass_top_1.png b/assets/minecraft/textures/block_variants/grass_top_1.png new file mode 100644 index 0000000000000000000000000000000000000000..72848d9bed562528baf5ac19e2d1b26b340db010 GIT binary patch literal 169 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?wt<7iRz|o&cW^*X$X--RsgT7e^*_JFnhc zc^)Vp;pyTSQgJIeqS&FaapA+mvzU2e#Hx8Dw(R6lk$5vp!bPIaP^Hj7MJM9=fejAL zI~yAxvIfjO*3a54Dfi37%GiL_poZbo&NmWLaoGljHzaBz4jee2u$hg)^4Gu3Pa--d Q1MOh&boFytdf-BZ?VWQ-iOd}jE9sk^PY3*)ai;v*AFB~B1> ziqmG!yiX^f(W-$&?M_8-Pm?K5dt2)Z1wVGTHEby-*MaVkFrvivyHV<5t!HMs-y>j-lh09rlj)vj2D4LXDSMuO_4EnUpI9tWTkmT3n_$fwRK()6epw-A(EpBldd>4iL2<~6Q z!-10f0LAARos)bQ!8a-S-QYh&9K7c2i#Xn#n5OCq9{S43Rf4_>!_QFs9HUp1Jd&_e z@nB1>^ai7Aj5Kn#iiau5pT_YGf;U+`RC3Kmd80v3CA}ozQxpvmq*wCLW#lD{Ze!H1 zmhs>O%%S+pFg#3gX(bQ7D7FcB5JjVu*yTKQ0=AWhlW5h6a`Kjvmna_7qH|pyCQI%&8NEgEJ^`1kx`X12glws#RjbzLp<>km q&c2PJccZ$;b>SvTdNa3{hra;PsB@T{h;z&U0000i!i*1?4v*BdIoGddlGcz+Y^Ie&lnO>o{eSzNXqg1U@FT?kVb&mDZu@h-k zv_Zl40dPX{^ zzf#K`1TSG^1wt!)zg3A?D{at}OeA;}#k*p9ETzs-g*Q;N$49$3nXP40D2Jn93-K3e z)tyG;6x%@YUJRFWe@{zrugaZ+0a+{jX%9$^W1$vZ5SnU(i>soeIqwdHMHg3&-4sb3xr^A9srt<-TNlx0N-{=bTMaf31;KtJ z;B+XVce=z|-Tb|7wl5;HC{7s}Ary6C3C7~8qGvn!sX9JAqT?dEC>09>*40ocGX1br zV#ASidCJa|>8wg@5}cS5ExQ{>Rc&m~0D#1yTLK)5*&!-<~9=otv^yY3;3-q!Rl z?m6#6a2~;BN=%Hy{J)y13*~yjZbGmZfos4!#_6mq>dvCBay&+HXHrepl|_|Ms{g}R zTS?~!>3?F6weuDd+ zr-vp+&J*|ta@VKYBskT|{1FElDy>b=(nAX;`w@HtdOHG9&0awdQ#t+EE!}WSgPc82 a5B~sYC`*%1JdO?k0000Tgzbye*t${QvAyvnyEvdQM8 zKj>g!saUI0$rc%QD&^+_w%zAbd{Ne_wf})_!1k<_eYQ@LGYaqZ#cUn4rjdO*Br{;( zX1Xt~QFt1`X_6=5|L2*_eSm?jNAVMmv)^&2YJZ}9SQh$wL2jWGory^%#s|5Q(d`f( zqGX|9Q(`@{TIkA0)xzj}NDy3%(KYDacXQWV=L#i91YK;wl7s0=#GDT2Lm^bXzF0!= z1_X~l_a^jyh0br#0pGgL7K|p>izD*E`d}-f#;KM2eTe_zIq)g;K6Kp!l21>x9-R+8 zsd>c7XUGG~i;1=GZP&d8y+ssH3RPtoAMD9e?LYFoy-NJYhtAY&Bj`iue1qJpfmm79 zwdx=~wEE%>^gg3#ML7kHuml)QXXFZjKVtXK0^Yb?A$r~4WHgm@oebdk{olH0hojmC#&LC+xg0d%i&x-eAj sscCH*lMhP-`^w2ZcXG1@8;uYD0zZgN7=Yk1PXGV_07*qoM5Vyg80oIOmH+?% literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/molten_rock_1.png.mcmeta b/assets/minecraft/textures/block_variants/molten_rock_1.png.mcmeta new file mode 100644 index 000000000..1563594da --- /dev/null +++ b/assets/minecraft/textures/block_variants/molten_rock_1.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":20,"interpolate":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/block_variants/molten_rock_2.png b/assets/minecraft/textures/block_variants/molten_rock_2.png new file mode 100644 index 0000000000000000000000000000000000000000..4f8cec30700091b98c76209f48b32903dc87dd6e GIT binary patch literal 855 zcmV-d1E~CoP)+IFr{XT8O7^rtcQ&9MyzT|XiGSu*>j#z zw*b36ik6h@iFNrQZ~5!fQhdw_?_R^M5Nt)s+Z5b}{7NHM1z(YHmP=<`GGtZW#w47g zM6t%%#lSl#ig0;l zK(_{@lA6H=Ug*?KxwXIt1=!6iuXwjLsRqSRO+I>J`tcxMmdZSUcJskT9?B1ejJg(U z9r^Zzx?{)=#ohl~g?eRO6dyWucXA>=nZax7s-wHF%jzgI-QAS?K_ecj%bR*|u~TdA zs-;E|rLr}RxLEN=6+OM0wQ8;iOYvt*Ep6E>YWXOTduTMJaqIauAGY!^Xw*Gnc#rR| z1i^G-kHo{Il9zLSA*I7EIT84M0OVs^;nN-^ky~o z3K$Ulth!rK;*}_T()Ul6T>!EzJk(;ng77yDz3;-{K@vSI_$!RQMxw_#eT89WB8Pw@C)9{MD_p~bsHmis8Fo19$CBKBhB`#^zDu?rMCW@bY h|INUkN4Xyl{{!yAbB2(X@-hGb002ovPDG`^)EInPnuGuV literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/molten_rock_2.png.mcmeta b/assets/minecraft/textures/block_variants/molten_rock_2.png.mcmeta new file mode 100644 index 000000000..1563594da --- /dev/null +++ b/assets/minecraft/textures/block_variants/molten_rock_2.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":20,"interpolate":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/block_variants/mossy_cobblestone_0.png b/assets/minecraft/textures/block_variants/mossy_cobblestone_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ec58a4ab460622e7011de802389c8e37acd7cc12 GIT binary patch literal 233 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n6a#!hTumdTXHTr2&|chJn_ik9 zmzfskUZ@cj;bxzv6zFfK=P%kDePlOKakHn3V@Sm<*?z}Ku7(^;zg=Aq{pGj$y!qv( zmN*9)C$&bE=GN7#(|*@17xN6bT72IAx9J(5_j9$X=WCeF{L6l!lyCF2ll(Tq-bOYH z)^#5=Y;kyZH^4csO`AJ^+w0#kO8y}h@uAW!6PrWxxP=rt_83PT`gJzrc$HVmO`|>i f6WO1-TG#vNzxlV5%{Lb490pHUKbNHku1Ej?mFHLd literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/mossy_stone_bricks_0.png b/assets/minecraft/textures/block_variants/mossy_stone_bricks_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ae7d621730df539d2ea1e431cfce3f82355a262c GIT binary patch literal 251 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nv;urWTnn-jrgRlHR;HF0B?MNO zWTu2AB?P$_YJ`Wn+NUW62RQioSer&l>-mdv3-P7`b@h0{cl{RE?-5n)B}7%Tnn-jrgRlHR;HF0B?MNO zWTu2AB?P$_YJ`Wn+NUW62RN8UO6&QHHa=Se)WOi~>Eaktam%)kv5PH`qiOD}fAf;R z+rL-i|E6r9qWYln5$EKY2N;>WMYXstZ0Cwu%}|u{XR_`>p%vCAw;#XME1&iBs-5nR04cLTnn-j8Y@%FixL7WOfpl# zk`jX43pK(+UG3A9f&&~(Bc=8HMX${H#tu~9;OXKRQgKVShqI4afrojo%8qrP|Nmdt z?Dg&sb)K!XIHf)#Ur=OT+YhXC%36PQByLtHuHmQ zf9mp0XW5r8-t6{h7u$!9r9pwbKfc!+7B=qZtB+hK8nx!cG7WCVX*;c7a{Tp3S~8bi f;<-oen?LMDXWnZ+NHz)vx`n~h)z4+=fh!UKRuEXv literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/netherrack_0.png b/assets/minecraft/textures/block_variants/netherrack_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7adc741bbc3f91086d7c68f65854a970555ea149 GIT binary patch literal 199 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYLIFM@uC~G=nVOQ}^5UMNVkSbu zx`IM?_II-ZWeYrA978H@@t!)kw#9&l;i979_x~#u61X-bacu}YXWO3hf341?Id1$5 zX1FZMKli`4KXk7QuhXQ`#+o?8XO3C@pX;Vu2Kzc#PWvAA@saYW%aT{Wxmq!Av!A)) w_|~oYhm1u#^F*dv+ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/netherrack_1.png b/assets/minecraft/textures/block_variants/netherrack_1.png new file mode 100644 index 0000000000000000000000000000000000000000..c324dceffb230b3556066ce503462a4708049790 GIT binary patch literal 191 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5ngaUj*Ty2F#GBqW`<;6Wk#Y}{R zbp?g)?C)j+%4T@FIEGZ*vh8i;bPnWU(tmZk{%MiJeuog%jvF2mmrc4n&3K8a%Y3m! z-L2C$y!<}z*`Z~Z%_an>?PU*r>~-o-!_}z=*XSi2mF2fL;wiiN?%As!{BbI5%UpAM pweI=vx^(OAGB%spn$mw5ZY+6y@M~Y+bfBFKp00i_OAlO;006STN1p%y literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/oak_fence.png b/assets/minecraft/textures/block_variants/oak_fence.png new file mode 100644 index 0000000000000000000000000000000000000000..cab697c21b12ae7fad5c402035b7b91a82b2bdc3 GIT binary patch literal 170 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY`~f~8uHD%#Gb)4X6RZov%o05f zzx_V%2b2o)ba4!+xFvgru~*rEf!Q&8JBOTO3cF+QzZ-G87!5KverpSRD8AxEx7>~W zN9S7h=!f4{DBr|lxAnB7(X1ZUeThH+*?yVwRoM1%QS;pEu9b83rC+~(Z{K_GLH--9 SquYTtFnGH9xhy?!MFIe%ctAG* literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/oak_planks_flat.png b/assets/minecraft/textures/block_variants/oak_planks_flat.png new file mode 100644 index 0000000000000000000000000000000000000000..9a2911f8468ae48d342a870295d1bd6f70ab613d GIT binary patch literal 170 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY`~f~8uJsAlGb)3+vt0_q%o05f zvo_eI0Hwk_T^vIyZs~Th^Ew9#9A3lStYop2MQJI|zsLS7t({M&z4`h(q(WMvIXUBN z-hue;pPN}1M&?9S>51li-pH|9=+K&SAOEXiJ@@C{Uc|ugRL<>TRZNJj{?z2B4XUh- RLO>fBJYD@-`<9wQ7qO6!k&V?4%Rb`D!-qg7qdt34!J9 z(F}62?Nys9m?pXHdAMv@h~-B4{jWc0ZJoCGi~Y>-ABp~~OVxn3GkCiCxhy?!MFIe3 Cs7@IG literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/piston_inner.png b/assets/minecraft/textures/block_variants/piston_inner.png new file mode 100644 index 0000000000000000000000000000000000000000..438f7a05a23d3aef48bff310a22514ce3aa9c34b GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYq5(c3uHD%#Gb)4X6RZov%o05f z!|XLZ%v64!k(dWmP~z$07*cUdwCm#5W&-5nf~%Cs-GTnI(D} zhS_Vn+FN^=sTk;JYADH+Yt3r{sx0z!aSW-rmD|slhJ%F$4&1$n84;3 z$S5Kw$5=IwSz_m^m`E$uR#j1N@%caBq&@p>xhLKD{riARp)Yk}6M9k(gt2oi)(&j) z+SR1J;oJ9D-$Z44wkM}K`yH9~=dz>B>-JX;|04sIem{5Tmi~LjxBC)Wr9iebc)I$z JEIn{V0sw((PqhF5 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/piston_top_sticky.png b/assets/minecraft/textures/block_variants/piston_top_sticky.png new file mode 100644 index 0000000000000000000000000000000000000000..8372b9b6b1ab0f527b30ff843a17c2a1d3a97af6 GIT binary patch literal 208 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYq5(c3uHD%#Gb)4X6RZov%o05f z!|XLZ%v64!k(dWmQ0D347*cUd*2jF>p#Xu)lmA`wekFVC%8_{%b`8Pa&;Ge5I7~HK zCR}hPu)DYVe)V6cpqUXLJ69GJT3057JzJ_}H{qJW${MFdYq$QJCOO4+)g;H}6B!5P z9XHr&)=hf)^{Rl&&iB2#|AKa=T;l%w;UDAY&A%%x?CsN*{5shbV}2j#0tQc4KbNHk Hu1Ej?u!>c; literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/potted_cactus.png b/assets/minecraft/textures/block_variants/potted_cactus.png new file mode 100644 index 0000000000000000000000000000000000000000..3f67092a22a5ada243e1bf665b9c1d8e38658b20 GIT binary patch literal 162 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYq5(c3u0T4X&my4F*dEaktaVz-%{|uf5Jj%%&XT>tOgatht3}mJ* zRPs9)VA`h^urfh>MaN|AklxLiOj90mO)hHGWb0&LsAYLqmocrR1!xR|r>mdK(gRl{ E0P$Qb)&Kwi literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/pumpkin_bottom.png b/assets/minecraft/textures/block_variants/pumpkin_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..d77c1713fcb1b74c7592430512509ef9490af458 GIT binary patch literal 172 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?wt<7iRz|o&cW^*W>wO&lW2^o*;X(Uh0#* z({G@7w5N+>NX0G20EYGd8MxlBe!yb8D=mFf4soeU15sg~EB3n;%&vSZ0Xu zXfUX*(Rs?S;m@xROh3!dePv<~*l)<>b;3-E`Cj0=aAw2Bzn(CDRdx_z5mB;W2swTt V*{R9l5zrb2Pgg&er3bD^0013^JTm|Q literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/redstone_ore_0.png b/assets/minecraft/textures/block_variants/redstone_ore_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1f35b20390ac7938ef1fe3c9ddacd561b65ef689 GIT binary patch literal 233 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nj01c^Tnn-jek|Djt8Ln^l)Ncj zg`Xpn8!J=GixPfln7`35%S;Kop=Wi>#6Bq@C??8xxv^c3mf3yli#$N>g`O^sAr-em z`&$`X9C%p7+b!Sjk4*V&wfv(?{B!_ud3}Tt`9Ds+`IFtzs7^?h#MjgUT0k0Hgo%~M>oCBe3Co4 gdFpl^g_aUVn`3Vl3+|Z24YZuW)78&q>47T}0JJ4va{vGU literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/sandstone_0.png b/assets/minecraft/textures/block_variants/sandstone_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fc3bcfe07e40cc920c4b972206dc2372aa7823ab GIT binary patch literal 186 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nL<4+6TyJ0Me|&q^gPZg3U7K|M zZ0Gr7ZKn>@TLf;(04hlEba4!+xD|Sqk&D@Y!};R=UzdN&S9UGlz`npk<$z=;*J}~w zO(GZXR4;B=^D9Jjg3GFnj>qKWqMxs`xw-5nL<4+6Tnn-jrgRlHR;HF0C1j?A zB_#xfhq^k~Pm%^I2=R1r45_%~+s`W0U?9L;{OiBE^RjN8piUp{fYh*)CF;@UKAX0< zXaD`NzN^h4W1<}AjrNM@K41U< literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/stone_1.png b/assets/minecraft/textures/block_variants/stone_1.png new file mode 100644 index 0000000000000000000000000000000000000000..5f89074cbadfa0df419f269c80eb7782ef85565f GIT binary patch literal 162 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY`~f~8t_9f%jg_h8MG2WHVMz%= zh7USc0HypqT^vIyZt0$4>|cn-0)q22WQ% Km!$`;NB{sSi#S{W literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block_variants/sunflower_back.png b/assets/minecraft/textures/block_variants/sunflower_back.png new file mode 100644 index 0000000000000000000000000000000000000000..fbe923f53bf383ed9f92e0374ca273e622d7b928 GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYasfUeu0ZtFmP$Se(-d*j8 zed7zD5MxP@UoeArO3oi3$I;WpF{I*FG6RzuGaE-jNW%pVLALZ69n3zxj2-NP!YsjE zUR_KA`-DPz7a8?18Xp%pln|8AGHdaYBMg&^9JVnre9V7)ap|gAUx9`(c)I$zEIn{V F0sz))EgTfbz!eDqpYsqv literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/colormap/foliage.png b/assets/minecraft/textures/colormap/foliage.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0126fddbe2f71120e5811bdcdccf650c011dcb GIT binary patch literal 9632 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/colormap/grass.png b/assets/minecraft/textures/colormap/grass.png new file mode 100644 index 0000000000000000000000000000000000000000..74b82e85ad4844b0e927d337d2e57d3e6466b0da GIT binary patch literal 4971 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 Xx5eB2MET&7i3Z$%^4$Fg)@A&EB`Y7v literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/entity/armorstand/wood.png b/assets/minecraft/textures/entity/armorstand/wood.png new file mode 100644 index 0000000000000000000000000000000000000000..c93221e67111e770e968e74c3100d9fd8df4f4a9 GIT binary patch literal 575 zcmV-F0>J%=P)(PVt<#{$Rv9K#r`UYnP)t-s0002r z>g)E`fbPdzxx>WPt1+6dv5uUbxr85;b;P8BRdP0003GNklG^J7V1VFqXPrHtZvb)%G%dG2@D>R`+)^VB<9wc*?@ z^X2LYV_K4hoI^N{ZQJA{zavydYUcMT?t0%fhg=!*sySEM?fX3M#M~L-O?nQ|U*ek# z%)eYC{*VL%>J@C@&;*bHbr=FrqcP6a$`2ok0GEhgBM4$J>4^t0n5@im?`^At){D$j zZ)w$rwO;1S)e>5_B#SA10Bb(IuTVaThbRA}e@vUp$=C;$L1 W!{P~=R6k7s0000+9?4>gws~>FDU_=jZ3<=H}() z<>ch#gkB`jo;$aw=SG~zNdZZtXb!_mU)=tlOE4gmA#^P$M-yc zeDAw{0f4jC(S2k$g0Z`&`=7RUP=IIqp8)`~7tZQ|g5G)rIh@pi1jmv5BLLvsOJjHm z8ak_*SZAc6Ddj28IrDq~z<8Om^+*{+v!fz9h_K*rWj5F%$Lyl)=K-|qkdj4^t6;Pn zVVhwy0H_iQwQ2ys9O8JqYZ50022|H{f_J2b)kUbeFxJ zArOSSqcG&s2R9eO^sb@O0cjM>>s6?N7_e7G5Kv1I+a(JV1vnLu2Bl(C93U>t78EuB zQ$SH8ih>OQGb1KY8?Y!;K?y(x08C#ZZZHNgU;v6W)SfZ`Fy|Qox}g@ZLkLi>Gb;(v z2q0o8062=2YYqx90H{p>Dgd()02qY{*bpnQw{lIQt3aTz9iXca%P;}mVCZWC1<;-Q zp#VY%*kS{K$*zlny&C}l#;eS}34ArjJEICvibAj61`rldJ7hAgjf4=8%NOqURcdQH zg@XzT2Gg$!QUC(1$qKND4I7keBZ(c96fjbV)D5K&u4N1o24!*dINe2np0>yVG+7rx zLFo}3&2d1LNS)~RDifnyL-*`Z&b!*A8<~x4*unt-a~1+A-O{e7DkTay2~YqSkN2d} zDV_h^RAFS%wzvmzVY0|p_C#7oGbjT|ra%q$SHCcu4l#`k&PRL0O`Fnb?~#`B)f~Jz zAI?&{p)vP4`*x{_Lem1ShMC;AJE3<~>9N&K!Y;>c;VF=kbrsC}$NQ9one+bcN#@O6 zXW0Trwr3pmE!|JiB($VbFT82|Ox|BE+_JQz;^ z6CwZzA^-)(Rv2Oc7(W0I6aWQY02eU}5+VQxDgpsT01=E20dfEwB>@LA3=<^)2_ygs zaR3}Q5g#Z50v-SdJO~qr5CJX=5p)#+7XSeo00tWX2TlMJKLHSt4goO$43atp+hhUx zlq|wW0LfYe=7%9+4*)0v11A9is1yMIqbSi+7;F{`>~45lpr`I0RExgP(nA7TI(UjY~Y(M$i`d;i;VZU7tSLjc=)A?bD@|FRzc$w;zG z82_Uy!dDpEc_A_h0soFF|Ck=cSQzeq8vmat|DGuSn*jgUe*e8K|9}A0M^1MD0004W zQchCP0005eNkl`)c)i-#X z&nPDm020x|&v)6^FbbobOam-Ern_!&vF8S1#(*Tr^23XQq9X61+>8P7QHW_!@-W)1 ztI2!?2+I%YsMK>GiOg4k<(=I<4MX5PR2~LdtRN<1tO0Xbts8}Y=C=SC)Q2zEcWd6W z%k%+36a<9(4OJ09QL&-ki}Q2B9o&I_fo_HC)WDT-|Dm@}Rp232vC$!1tOx^rqjx9g zo9DM;O5pzLRZr{vTh%sAP)yTSZ;snf#lgOz;j`0?_471<<(}6qt!*8qWx`l)^4jwh1aYJ|W6sUw#Nf!6k3)<5zki*k1}fhK&H43t zZTTe5dE8;dA$j>D-@Y$)F8rOGnVw1s1fAWD^$q!XloHMfV|iO{WmW!f+io?h@C(AOlGXj$nf;W&|5C}Q2%;#2LR)$x93b}VaP?mX zM#F9OdmT`m&j6XwJ7CTM?+NBE2DHfz24Hqcu-g^#e@h6u01Cz-A;#=%=5&!@I literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/entity/chest/ender.png b/assets/minecraft/textures/entity/chest/ender.png new file mode 100644 index 0000000000000000000000000000000000000000..40d44bfd4ed3ed0635db630ad258e641b0525784 GIT binary patch literal 716 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 LNkvXXrNGn}@(M7b literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/entity/chest/normal_right.png b/assets/minecraft/textures/entity/chest/normal_right.png new file mode 100644 index 0000000000000000000000000000000000000000..199230e549df7e15694c7b4d7400fd4fd4634818 GIT binary patch literal 744 zcmVP)P0006fNklo+=axa3SyRxCaM!!yF{$ zlw>x6HSTZWVHS}4udlDOiBF7_^q*t`YdqY+<9rMH&(CuQ0}(S*G=an54$seD&y|ml zk9Q3q3!tL|-rnBcFD9@fq8KBa921c7;^NZ5j(J?U$uR*>c$*)g21JTva@;Yv zx|H7pcBC+yz+t{6z|nvZBe9@zT)@sQW#eBAoe+Wv9OmC%V2!fM(2oKQ1NJ%%#qf<5 z>PDAhs$QqXy0q@S-!;IlRDn}2B`2n&$4rX>8ge2j2j-+l)B|WdLP3aBiZlc($ghJ2 ztyr&2R0D7y(6BzZ{Vc2pgyzJ%HHE`q$MZ|C?|$aMVHOuZZU|^@zl{O@0N51JJc70a zG!MZI0qtWL!-fEV5o`-+Uqu*C4rpJ7g-#Ec9%&|}TJy&QAlfs>WC5)4{8E%*=uxO{ zQfQcZYHtnDt&=&65UQ(I1R8Q3vR)5JiN`~iD55yCCeXk>q`e;SB;{!LUqEqgMHT_< zozm+8+3x-*#SYE!=tQ6)M(@;KF!~)?sw_HGXLjX-fV@*=7NE5#Lum})YCXWo$ve|; zz;~XmI@Zln=XM$Joa>NG9)NOUQp#Bt98g`gvRDLoXVzXY%0B)NZ#Bw5Z7>Q(!6+C7 aqW}PIZDZ_G14Oj|0000%J+Pd+J2IwdqE7&RstHzyf4CK){}95yByN;)M_JtkyJ zFkneBWlc0`Q8dr4Q_ZYV)Us3G#B=A2RZo)Jtdk6$r%g zK`LfVGDkNfNjM`&H6l1D88ajpN;xG|K`T^3Dr8JCJu4eFB^fm)7$g}GO*|(uBp5m> z8a*r>J1QJME*(HG9z!x8L^B{kFdsrN9zro5MKd8rH6lhbAU`Y~KrJ4ES1_P)Gy*A3 zwEzGB0d!JMQvge3Z2SNK0uI-*Pr z0lB~&qE53efp}_aG8rfWCOSGgZlN>SY^2Rsl)93P(_A77lDoRAABg$NSy z34yb-vy)Q?WtRacDV0PTITN?jR!WUxw-!O?d#XF#qk4HyPs^o?g+z3FxKXc zD2g&Bx3=a(b~gtGgr%14?eS;d05OQ}14NFy1t#|nAh-a561Q*{&~?ASo?FQU1d!rZ zm5#tWfan6y49KSkG%`vl4g}8$Lc(=D8-{@ zvdm~_rGKZk^J>&OoMl;I)!!9XdwqKJ=+UFce-X`2!6~=NasU7T07*qoM5Vyg80Rmv AIRF3v literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/entity/chest/trapped_double.png b/assets/minecraft/textures/entity/chest/trapped_double.png new file mode 100644 index 0000000000000000000000000000000000000000..40adf355527d0c69baa2fe0a788f8c9f3c4912e6 GIT binary patch literal 1108 zcmV-a1grarP)ZoxGa*MeBW6u9epN73K`M`5F*+(5 z=+>6s#dXS{M$@rVx{El1S1=?Q5Hchfpm8*1O*3XrG(asL3*U1W00001bW%=J083Jc4-WLfxs|BZz@wl>?tXr`snm z6TF1r0*9v!m^=nPer6(qf&N8^nP|YM{eE{HHj{yd-Qda&Rv?JXMQQc=_3Oj_5e|pF zy<{<<0z2+58v}`O*t^!i@%ZN0;?=8HhhI1z5BUtdByueXOavSB(!xM-IvuaWWHRu9 zt+k8?Ko)BfWOf&2iWe_lJWn`1fX!o|EZ>oBLBy0+P-;Z$QP?_*f!K<7+N6GKuqJ_4 zY$X*}D?pjGK97N_RK~j;%2kZGp);Ms~E8LtxZWs+~R!>$6TDRt#HZ zpxfVOqgy~BJ6>x*gWBoS(0lppVhFX_tk;E#M?9;FE?X$cj@L#MEunUG8=l^Dfyba$ zIpFb8H6aKCkzM@xdpRp4fn&0H4AjjZqiAZ?$fO2YOUzwhw9aEdJ!L?thFcINvP2SC zv;A8P5RqfYiLiI;0@B6bWdPH;BWCV{zs&$Hnur}s@OK$t#sf$c(FZ2ij%eIKP%5PR zO+?fO_U`X8KroPqC`fM5u@~_tNf5)!z4K6GimF_i+QW$8m4qa)ALbvNLLDeD{QnZ8uO_ zWqN(NXe$EQ@mgS5JEQe5Q~IdPHYy^~=5jG2kR7S*{~B#M4uhj zUirTashwkB(9fZI%>yCXv051DYiAkYK|hBQja7tXpRVP;cDe!S@6@(aDA8C&AUmUW zx&gFTX{S)4v5G);M(uP1JnUvrqOpoVc1G=V0};QvnW%?nh3C|+{wr9pV8Ma~3l=O` au;5Q7kuX!MHhT{M0000Z+xuZI?TXv`Ki)}LcI1qi;qtkNf4uygM8%86ak$BAvh~bIn56NHj|XHnbK6grn4%L_qVQld#BY@RaNb4Ulg+j8j0

MCPmiCtAWW|e0F?#xhMqMjLrG^0Uk}gE4_{Fs ztX$|H<9*h^3%>7nyZi5XMI^Ey@mER7$bw9~0Uvr;<`~G*Q_BC8s5Zl3QvAA^80ef{ zxN5(NK~^`)0bp-2kR#|egXs{Q7-Y@F=@_0GWKCuHBDl#wzKTFi4OEVSd>KlE>_SpX z)1ehD)INq$=9F@Q#EC>4_k|#@nP^-g1;_odK&}vtmghQHfw;EfB%)55St$C^5_$#2ThnB1*s4X4I@$Vo01*2dTi~<0^xQzZ0Kg0I`0000RILh literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/entity/chest/trapped_right.png b/assets/minecraft/textures/entity/chest/trapped_right.png new file mode 100644 index 0000000000000000000000000000000000000000..de80d0d9a4c8189dccc458d3fbfdb87b44466dc4 GIT binary patch literal 990 zcmV<410np0P)nsqDi=kI7c=kk6$rHH6qTfQ^lP~vV}KLJtjCP8B{_l zWJ@qJBp6CLB~(ExX;Cy~O*B6&9!4@CWK1zVD;qW?8DL2U2rAhO4l&9T`aX=6&2n;17xNrF8Jn4M$e{WMw@p~lDGDXo>lo$OJ-_#7MS zCvNhyv$HFw3;srGnklV44j6mOCIUd2UtC;z@l;BM`Jy)Vq5$BRm-}||>FMbS0b~u3 ztpUf!$0yfLhY4m1AyjQ`0ES;*-+3J#Nt&x5vNnKQei!KA$bJJt)HXa|j{rgnSzEjB z;QkIbr-LO)QmVEVfKdPfjgK!0Ar(Z{29TAdyOgbPDJM{xrqH~M;QW&IniwXOA)wU0<{<&|`g0Tsq=4ML+E zeYLv$`MXwXck|2g>IWnxk%XYjH;n;CV^E|@X(7?*Mi&?6|7_Bi^z+C3!h56?qHheh zBnHrkEun_SW;ISt{@v(7zkW|nO(O9?F(9m;N4WJt!+=4m);!UsvAl`;~+6CYbf=&Pt9YtIW4Uj543`gbg zfM!dxmicJC4FIxxPHk9BRUr159&T){C~^)p$$8xBdYaw_K<^F@1CyLm6JasH_>%4Q z0Iik%>a-Lb$wycWP`*UH9&n3cQLn$0Bl!p$04U#yUJo$!>K7PHc%76@uoxhO??i6{ z$V=&{N+q0(3xp7yWqPIoK$3eh@X-c?z0LKrb zwJ`>zlv8RVo(2HE(@?KJPP57>vwHf{3oB@3|3+;v3P!;w7zLvM075InityVlp8x;= M07*qoM5Vyg7`@(^{Qv*} literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/entity/enchanting_table_book.png b/assets/minecraft/textures/entity/enchanting_table_book.png new file mode 100644 index 0000000000000000000000000000000000000000..488061c0b94f8db481bd97f6a01df3d0734e7b26 GIT binary patch literal 334 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 F)EI$XU1$IR literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/entity/equipment/humanoid/chainmail.png b/assets/minecraft/textures/entity/equipment/humanoid/chainmail.png new file mode 100644 index 0000000000000000000000000000000000000000..ae93cb4ed421d13fb14e742b350f370e71b2a539 GIT binary patch literal 722 zcmV;@0xkWCP)>NmqL7rE zf`*L{5E4Y!|Ih#c00DGTPE!C&WNiEZ00It4L_t(|+N6;Ussb?#gwuBS7H*qA?|;QN zmKZ<@KG;um8ezh;LvLDdeYEjx@u3gqa<^fu0Z^byWRA1qNIiz?th&T+JGekE|- zc%9%F@Ye}UH%1kspL;`BsTVx40sb<9J}wp!rwUXzUjAow1v8#& zeYcSP7y9bo9ACu(SMxotxk9u59&Z_Qs;ltzP=gfK5MZADk7zUI)H#urg@x$hM1mud&;17GzOw&F z&|*$iSicZf(*?U)_8-0Vm{X}j2C|>? z0Piub5!;~`1m^&;1&jtCF9L|-8X}PfNFyR?(w^is8vOBZRECH?1taw!0U;pBi;@bX z!Phknfd0`aSmOaaq6}TCpN0RmU}f8Cz29rywo+;>(2<}}_aTzp2H!QDXcwq-c;8Fe z6>>;xBy`P7gqLAvN}|W}`OtZ@_U2Sx8~9;cgJ}RSZ1Z_$E9PK6jLIqGO!qJ^pjvXa zi8#i&iiS{^;)~~RJ7|-u;xjj(m{;66YP!%00001bW%=J083pWokk3_c z8slqYOk=(UfbkrF5kM_fXRM8RD)$!EA4Eh|M!+tJ$g0vNF15ZN?ZR(gvZ|YXKDh$& z^D*n%C4_witorj&D1Z%S4IBZNUhWEC0jvHT;5j19IA(u*AZI;Qe&Vxn1Z^J37y*%C z8>iSW2+(%U-hT~%{9QoGi&uE&^f?Sp@vFHVGk`dn?NHF#ya}@Igt~dq!z7%C?SugB z`UzQgf&k(6#qnbR0kDBF;1W*W{^?iPe{QdIN}rGS`x@=IeL}+SYF!%X5^TcgQr^VN zcANmJYoHHZa%|Fb23+fXKxH!BHDo23=a3nZbJ^#u?E8Q!dZts05p*><#QQlo#ZTMm zm7cw8s6Ln|fmFZEU#hg+>T-hTHOszfQ#UT`6l$LSaQZSUxmSIWSE%EJ`yhM=>fwE+>3p z1snhX00DGTPE!C&WNiEZ00DE72ltUf zB>LW;KW zhx0%t+SeJ$V*;j}fWFSjZA*Cr%+4*gLf&A-KQQ?G2@7Ba9yC;;d)%#robmPR>vH7a zQinsknX5Uapxe2@?Rvc(Ik?v}qhXFHD`pO+4j>S+6Oad?_U4_ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/entity/equipment/humanoid/iron.png b/assets/minecraft/textures/entity/equipment/humanoid/iron.png new file mode 100644 index 0000000000000000000000000000000000000000..a2c1b6befb2de4b437c30aaaa7b8f8e46a3095e2 GIT binary patch literal 572 zcmV-C0>k}@P)ls#~?UQCfb4r z?Gt>L0L7I6#f1PdIbRZ!&kHVd0guA*sa(*6^HaG1VFc06*z@ z`94?(Sh3w;o86-dZkrXznyoHtiSk%^DF6Kq5aD-($EJe2M*z(5A|z1mD_8s5E#wrK z9^R-|VN;NE9ykQ%D|h=-Kt{N;La)`Ndjy%8EK&ki9xFfkpL7yM_G6eR$lg=z(}Zqi zqL}SBK`mwWVjr#H7-N>S0jLeRk|Z36^2)|2OYB%9qEHnQsa_zFqM7 zN4OLLn>qtXx~q4GJFxCR&BdbtxX=B_WSAEgh`)|7MXK~aWbL~i#apHxLzsW2ypj^FpzE}EF#?9klZ%ruloS=ZU@G2jsbLpn_+`{ z9per_0^iq{U+^35b&SuUjGshBblhMWXQcekfakApK;v;MEOnZ(H%iyb08Z8=h~~=? zpn%>6z$f93rnacNdG8MBdObnJjQD$kZtN|p(si8Cax^ttly2zV&0Q}87zJhGEk@fAz sMF35#7LS0^P2)YHSflr2+W1F*07sP~X23T`FaQ7m07*qoM5Vyg7@qF1yZ`_I literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/entity/equipment/humanoid_leggings/chainmail.png b/assets/minecraft/textures/entity/equipment/humanoid_leggings/chainmail.png new file mode 100644 index 0000000000000000000000000000000000000000..572a8b5c834513d39b5dcd43f0df12baac1aa57e GIT binary patch literal 321 zcmeAS@N?(olHy`uVBq!ia0vp^4nVBH!VDy%4X^70DXjpX5LX~QY5IbujtS+}O)2TQ zVUh9PejyGn?xq&jI{HQ`Y8rA1N)nP%0s=w@85nl~RWp_Z`2{n0r{w$ra*lesIEGZ* zN^)RboFFpCl6hhH(j9B9m|1p+T5MQjRsBszj+KqUaJ^OW^K-IyxI`FoFE$=!b`)Su zxD$WCUy8$%mr+4eN!G>6ga0Piqh*cO@1<@SioV&is3=+SbVW_X`P-?>-*9c0E4KH$ zQJSE!W@-DD|MqvUu5xy~xLNRe_XfwVC)`of&vUiCY$~doK9l1!>y^~Crwn2l0=ohZ zFZ{4W*6;c6*OK`WS`y3bnNI0A@m@Z}wszI6Lt7qf>#Q)>ov}Ub+F#rMOh1=-FZb|i Ry9V?SgQu&X%hCf^Bmk*$cYy!^ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/entity/equipment/humanoid_leggings/diamond.png b/assets/minecraft/textures/entity/equipment/humanoid_leggings/diamond.png new file mode 100644 index 0000000000000000000000000000000000000000..b89683f8de4d7737418e98dff40ed774f79e1745 GIT binary patch literal 279 zcmV+y0qFjTP)#i&iiS{^;)~~RJ7|*vFAaIx}2L_X#fBK0d!JMQvge3Z2SNK0HjGo zK~#9!V?YI?U=*a65l~QGPEY}5R)mJ8rG!S18-iuSVfiuUqk7Z*3I3ewU-j9pxTq>GCyE(Kw! dt`HJg900wW*t&t;hwuOZ002ovPDG`^)EJ#;cGUm? literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/entity/equipment/humanoid_leggings/gold.png b/assets/minecraft/textures/entity/equipment/humanoid_leggings/gold.png new file mode 100644 index 0000000000000000000000000000000000000000..36c6137df71443be5c76f87cb55f465caa8b19d4 GIT binary patch literal 256 zcmV+b0ssDqP)h ztfC4Mxe|b6>sphZ50LWX^jK*j(4`P{PUZs^+zQQ*mjcan1IM(a9n+$`<_&dLVfiiq zTe1Om82I~xVwnpfs|;DPtTt=z>7!bd*BJTa_q#&3u5p90000*L_t(|+U=5oh66AVMDLoNnb~dn|G#^CQLf-LEed(qA$TUt*WqwDJVJ?Y z3DmqT_}mx724JI?nkYhy;BOl6z5pR-S^=5d7o_C;jme2)krM8*@w}`7BFH}IyFv}IGizHSSN^dfu#FfI our1vs-kG+9)qnM{Wd9@h0a?oLT79FLI{*Lx07*qoM5Vyg7}9fqlK=n! literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/entity/equipment/humanoid_leggings/leather.png b/assets/minecraft/textures/entity/equipment/humanoid_leggings/leather.png new file mode 100644 index 0000000000000000000000000000000000000000..791c8cc21381a2ea90289caa21731a5b5e5b0f95 GIT binary patch literal 218 zcmeAS@N?(olHy`uVBq!ia0vp^4nVBH0VEiDN~RtHQcNX5e!&b3wStw4fV|0`E{-7; zx86?Nn0wSf;OM6M_3zjou;j$A)H6OhVPA8+?*^h zdi^Sfcb)V1HP|lTxhV2#N*seuj&ozN=t76;@M~r#9TIPC(h>M0exUgQe~qU0cl%6! QkS`cKUHx2^9=IX_04can=l}o! literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/entity/fishing_hook.png b/assets/minecraft/textures/entity/fishing_hook.png new file mode 100644 index 0000000000000000000000000000000000000000..4c2c695d93c6813fd573e85764e0d105cd898b36 GIT binary patch literal 118 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BKTTd6qkcwN$5_=wedV2c*#E(Zh zg%8f?W6Q|=>wavml9GatKeK?J`>`(u48jd22Tl3vnFXZS&M}nqnwT>%D7~0qdGN>c Rbf7^Dp00i_OAlO;007fwCK><$ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/entity/iron_golem.png b/assets/minecraft/textures/entity/iron_golem.png new file mode 100644 index 0000000000000000000000000000000000000000..337bd9f841db2ba0ff2a302cf77758d545d2468a GIT binary patch literal 1904 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/entity/player/slim/alex.png b/assets/minecraft/textures/entity/player/slim/alex.png new file mode 100644 index 0000000000000000000000000000000000000000..721ef42f42c1e786a4605d99d94feeabd9aba718 GIT binary patch literal 1090 zcmV-I1ikx-P)P-OxAft&1^&{C@6twSc!9FSxG(~ML|VHMLj(|J3Bi+KR-=PO-V^fHa0d{Sy|Gx zo27zamvmB6Qc{n5ZIgj?mxp|ujf6fvK0!f2p_Gc|$z;KoJm}83B2i4gn4o4yH~;_t z;Ki#F2n6%m!jo}YbVN5VVOt+gNnSQ9?$o>B!>Q-Zv`QcpKN}GnML;=nYb;(^G;3ut zWnV5}S|n3Wum4;r00001bW%=J083pGU1WZHZH5Ue+wUlB_})xI$xAfZZYe`xG~7X%bCEKsS^-Kc<|gmHliwi7%V zxdJA*d(*uT$usfFg-;eF9fI$Ad3$_kM0&oD050pI1Pa8620LC~&}F{e=9VBDl_129 z6I7_S{&Jq@^X2BVLm(g>0!>@L&i5yaP^1vC;9miSwKlgT*9}T&*VRW}AL-t3`kFpeb zs6BVU2*X3|-;`FhF~3NRDU#pt(2V_W&gFU^)T--ni@m#5b8uCtB$*03z=P*MuPmD70h=zShzLAgl3s zIvWc>R+yXxfd>gWOz@y54gk<)jav(lWkWrlOviedWjQ2(xwSM;XznG2ftLix7+e=z z+I5I6Kw4$llc!IgWLcGFX_|S6aUOqLzd^3$i~5-Wu84Zxs#9IQB%(xcGD}rTRA28m9u6o4W#L+JUG(Qq>gqg`&goZ4g2WYId z%{H6`;D(rmLuUbQ7K@u3tPsN0e|>+Y=>^`h%+mY!)2uAhdqr{YWI$1%mOg%r9o%_- z450sI@=$xOv@)huL>lJP09xzS`Z7Q#gXTnlQVJRL0CwisCosF9ZeP&AZ7prf104hi z!Uuv3x_v<`2*NpB7Zju?+6yNB`!H-_9{|iuvO^+=02==3Y@!7Ob^C%?5Mp`w3Sc~& zj>ifkC}t7Yt6s%^VYcfRj9G`iz!-!55rA&LVBWoq013wcI-mR45XAQ23_!j2bw8pW zRApI6>P1;r@_Kgw{q>+bmwo^ZL2M6>s0ZD-^aFSiLU;qFB literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/entity/player/wide/steve.png b/assets/minecraft/textures/entity/player/wide/steve.png new file mode 100644 index 0000000000000000000000000000000000000000..99b09f5fb463bcf446f9e5e9de1ddf08c08f77fb GIT binary patch literal 1456 zcmV;h1yA~kP)D{qw~UV9o#Sv!BaL@y{Wb)GA0izHliK$2=*00001bW%=J z083*?FqooAvWMXGP!b@~B&&v5u}-`~^z1BiQqUG9u_rUgL{kb8c*)}dDoo0ns_HyR>sr#` z=oPSepl59UX>?0*@wBx1wk?xOAJYsak_uq;SQ^k4tR4@DD)UtQ_Wg(HiO;4`BN{h<2aFGC@8=Mz=FZnDaHdXc7K93|7=T}&kyKW z>Y38T?S%^l!(&j&?ZxHA=~Yh`x0q_3re2k${rIsoucLXYwnf*=e!?v}OIr*6GfEa) zY{NhlZFs9lqex*|wwp3{6B29;|Nk$2GY%K;7@mF3TwCx0Z=_)8v_)Bi0w4->rap6d zKkfIYT5r~fk30)(^95TUg{zP!vzZUJpu zL)F@nWapgs&h@&F^(d%si~zZ9tG)Ha*?KT>uK%syyPl|r->(mc!;!&lG#-!0yDd3S zoGnczFwh_W;BY*EPoHp?H0CBh+0sM=V@ot~nTR|K z+O5aB3SztnVmtx)D)&sBmA?^zqfYy=u7bRe@$H*8Z)4o&m~#|?_v9`DbbF#d{s9Cz zg&#jcLOA7o8UbrPcUj5A(a~%^pUr2B#jH8!e-)t1lJrYvtXVD15~tDHESIa*Rj>~s z@vo;4_C-pC(ZJ}Jue3R%88gEVEEcQgX?gz#A;kRSM~)$67Bm~OEX%5_s^;MxpX`HJ zsSOGbS3ycS=8qq7LHFrYR7}ZKmx%VV)bcB8I9#KC)>;O+3By1X&8i2WYk>9^AuEr? zito6I?|+y6aflR684*|FNoXdEJWV7#{xo!!?P0=N3{%e2=Fu0VwHPvazo7jS42fXS zZb0otBu0@!CQ`<+WL8&jB@h~h2<=lOfr62Oc@a!(d_mt|5oLfxXrB-Q4H(Hxv=&xZ z(CbSv3qtf1#O?e z37k(b6f$qHw{ktsq!5<;RIoaz3v~0;8^nk`(}aW0SyNHeO@l-v$qf2 zyimiz<#amMfN(y%+z0kq;{eam5)YUUUhV_?tZ_ikfxi7Lss93E(1-YjNE>_r0000< KMNUMez|uwGs^C|;&7S@&j8;!Geh&+3~^Zo5MJ6oLREMf=k;0b=@t=lt+{%jdj;G3RUOCASKRU7 z-LI3=nAcFvw!h}`JjR`jxuVTCPrZnrzrjs>P z0002hNklI`4m$h%H zLpif9ZI8nTQVSJ9($HcXY-89AQvrRp+M;h-*tZDV`fDd*+izO9xx_u9cP&TkcbE9@ zXQX%*rm-ba^&g8z*bg8kwdf~C%+e+H>@rFbIjm+#6m5#b3bSPVvhW1^0sQ(iPW+K( gq?A%hDW#Nt00MIDge-ZHQ~&?~07*qoM5Vyg7%r)e)Bpeg literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/entity/projectiles/tipped_arrow.png b/assets/minecraft/textures/entity/projectiles/tipped_arrow.png new file mode 100644 index 0000000000000000000000000000000000000000..47de68d149733e0c1be7ed5c43779553139f9243 GIT binary patch literal 328 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?!$Snw9}6^#Gp`S0H`=)$5&ykIY)Xv2V`Y zC5@rwEv-{ZeCrde!x9n;!^{#r4a4j;*~9Kt0hKbA1o;Isc&Ft20dmfJx;TbZ+uwGs^C|;&7S@&j8;!Geh&+3~^Zo5MJ6oLREMf=k;0b=@t=lt+{%jdj;G3RUOCASKRU7 z-LI3=nAcFvw!h}`JjR`jxuVTCPrZnrzrjs>gww6@9**P z@$>WZ^78Wa_4V}h^y%s8=;-L~?(XgF?dRv`-QC^X+}v?oJz7UBRYNFZPB3n8cV%X6 zHC(k%00001bW%=J083ee#6Vd?)rI!G@%Cc{iG z+YU9kDpDe9qCJT>_Xl)pd7wQ!Jj9Eqg)Y(R?D}Zisw%#1;&vNERaCT(dL*XJw3;@x zZ9oya;4%8c-iP~u*fBfdmzwiol!QGXTp p4Atlzs>3i0!!QiP<7fg#0RZSmvSoj=d3gW;002ovPDG`^)EFcG-Ms(+ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/entity/shulker/shulker_purple.png b/assets/minecraft/textures/entity/shulker/shulker_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..def10525b42dc88e247edfe4820f957c0394e6f5 GIT binary patch literal 1308 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 AV*mgE literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/entity/skeleton/stray_overlay.png b/assets/minecraft/textures/entity/skeleton/stray_overlay.png new file mode 100644 index 0000000000000000000000000000000000000000..243e00ab671769a4087cdcd840af3c6bad3ceb7c GIT binary patch literal 449 zcmV;y0Y3hTP)h0g(-^SeZugvSg!NFvCfLm~PNnvSAU}rv4TFOEck^lez0d!JMQvge3Z2SNK0ZvIo zK~#9!h0#H396b=l@rS|o*E)r_-w|?xY>iJao4kj1fj|}IQz)Aj>Xmjw&nYuKu{|MH zdVUQ8!Jnd0VIxY|lXW9FD06=T55gYVjleAXe&90fp=rjykd$VtypRTgwA5H>G~?i3 zB&}$H#pGnPK@h;yfumO{mcb*v;$n)X936iPFK}=u3dN!d0<+=l)ucbz)yvAA|mo=f|x|f8r-rM)^zAV%F*#E;oKb0lU rN17&#^?phv^^~??ETL>?!k>NtfYEZ7v+8tv00000NkvXXrNGn}!r{+8 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/entity/skeleton/wither_skeleton.png b/assets/minecraft/textures/entity/skeleton/wither_skeleton.png new file mode 100644 index 0000000000000000000000000000000000000000..2eea39afbe7d299a1a61f0547eafb38e4aa92bf4 GIT binary patch literal 588 zcmV-S0<-;zP)Io z{~FDRT2u8i^v96MOw}yzZy1zPTz&wk?Mf$#HxM+P~ieLo&2kMGq-!1%twd<>Rh zt#8I`z};*&kHLa1BxaVtESoPE9J&NbndP zM@& zIv}61B*-tA!8;}A50Inc>EaktaVuG3oZ7vSzcpoPeW@>LQhjyW=lX~Mm%9fJ2gsqT|ziqLN`T7O+QCFKSM`gH7im&GCD#w zIXpi#I6Fo%D>OPVL@+2oE+#85C?+c-Gb9lsBO~G5tWN*{00DGTPE!C&WNiEZ00L=A zL_t(|+RT$jV&gCjMU^EDcgvB$2z2lE{jWD4Aer7c{cRAJ|4<@V85f~URn2CTN%egk zrTEw=7sU1sf*TmqY&ICFqD+8%7HGIoK=f;Z{;y7;{huGP6!d@2_XXr$K)F(?Ukiw0 zj^Y(fL64LOBISZSEk)A&e^Wp%hOP#sC$daneeWK6y@xyNUn~G_Og%tjN5uk4f)z*t zDi$~hjB&ve`G0dy#{Kb;Vu5q+`+_srfoB5CyLSXUpEK`~+wPw(I50?sLkIM3a zV81_|(1(2|p2c3l*S0WNFbm{E!O0@rcG5<{2?A-oU><-IuvTWC=L2TJc>|EJ2pYB` z_R98FLHgZMCJHW>g9Z6Gmpc9IRU~RTF(t5OKVZ#K? zbXwQLVO>wBO=y~s{tGH#2<(-;&^T`K-$eY(eucEer#?L3fc|MGJehB8*9=m+^ zNeJwhhn*RLe|U^&!nk<1`#B_7{ca8lX1kw*3A5eL8$pae5QrQHEBpF_`F&6o$QWoq zZC|+n8L$!1uZEtu0x#$dVF93I;ZLxNv;ejb6a+>|KvojEhyaCzMY|tQ%P(lNgojDT P00000NkvXXrNGn}Cy{D1 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/entity/villager/farmer.png b/assets/minecraft/textures/entity/villager/farmer.png new file mode 100644 index 0000000000000000000000000000000000000000..410a016f2325d4c329443dafc53ac49a743e3ff5 GIT binary patch literal 941 zcmV;e15*5nP)<&5vwLEicWsPpWN>tPOFc7DK{rA*E;ubFF()BnW^7qrV^338MMzCGI6FT> zM>#w{PCGYNK|EzlMl&NFI3^%KEF?80A3Q1}M=>fmCm~@&IblUQTtYZlJ~UA|FjhP> zQ#vtVH7mY|Y&D2^|Ns9pBoQMcBamK0qFz|5WL}I-NS0Spc3Dz-TvdT%TYXBx zqZHr(0004WQchCP0008KNklkBxJ&!UBkLo86aZs~ z4Mk9FHvo);?Ir-TC#flxmBjrQg|5iHh24h!Oxo#ahE1 znly#p3tk23h6qrRwvtd=4503Nt@O3~)Fu-J6o77u0D?Dx)GtfmdjC8H|0sadtsN=J z`bzvQ_V{8&hyKrEyc_L`uAI8w!V&^7xryH4U@Gc*2BQ=pzlj!!F45nE{dl|S|CR&T zhsE$EF46<`;%!U-5Tc0w_wD{~jv|K(D4~d`+@uKAs-^$^PpMX=mAM5#+#~{pgP9p9 zhLH%F=QgD63{wEe0%*kLAr$rm&LIi_L!xaZKma>(fH;6b0!bnX7yvN70iqfNBF3VS zPy~T#T1+mvsCKEO!M+Fr7nUGZfr<*460sKq04Ww=udPNYP!vpKM`MJ}1>&$zma*&) zDMXXrbXuQV&8|`r*lQKSVb5rV>rGWI?PDQBz#cS!LY8v90LOqQ*Q|qxVgcazip$Mq zj9huZut`R)yl#ykx|IBQg~>_*Nl`=$3>#FJ(kt($;}iU|K)-*w9FfH{u9ftf`*Gsq zkDWM%W8XhzBq}$n16SVv5&n2|1V=~TKRx#N<3~qFk3Y73Rt~_hBsN445TFW%6-J@J z46uV(WB7w>{DH-i*(wA65CQxVMzAu5i9Z0?;SYp)XSP^j1e^dT3a8nb?ar-`KNqA% z6(sFw+K=2`{!k(ReDW_J_@frdKY=G#R$`lfQvUf*h=0sFYghM!K$r<)N7hCVpcWuu znUz>$3cyDIv6~527l9TcXx}?O89B+B6>^O7{8zZ}kN_{h*V8%2Fcbg)Fv+gidjScD P00000NkvXXrNGn}xS@u~ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/entity/villager/librarian.png b/assets/minecraft/textures/entity/villager/librarian.png new file mode 100644 index 0000000000000000000000000000000000000000..0affc6e3df6c784aec37c74250ef04bbb5aaef8c GIT binary patch literal 1220 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 IM5Vyg7~`-dF8}}l literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/entity/villager/profession/butcher.png b/assets/minecraft/textures/entity/villager/profession/butcher.png new file mode 100644 index 0000000000000000000000000000000000000000..29e1240da3b274523dadb8d6f11b3c56c9ffa388 GIT binary patch literal 435 zcmV;k0ZjghP)X!^6Y9y}hxqv20I6YfVCCOF&{qJYhvUT|ziqLN`)6GDb2hL@+2oE++aQ zgv9^=00DGTPE!C&WNiEZ00ApWL_t(|+U${mYQ!KAMDOCo)Y;6Y_y0fJ-AxD-n)X!S z3iv?G5ay|R8w>`6zZiTR)91~>JDU2dwE*EgK8N3i|+w*DbKvoL4CuJ#S@Zu@prQjJAl$FH=9+fOYPz}2R_zYmV z6nF)Nh1?TKxZw5*$C}1y%bl)!+f+3iu$0PUjXD7G!Q=aFP zS`0ZzbM)tYl5A91y!`zP_m(R-1>R590>6UX@d$B>W*&oWK%3Z@6vu zS6N4WPdV3LYP?iWkm=|Dy2BzBALs2dl=*@9FGsnItb-OKZ7v|S7M|!@P-!5SLwTd~i z>GA*B1RKC4K==0~!t$#H_kh7)CWtM_vtVm;b88#uxU;>z^Hq2aAWVs|$vs zo(6lP;SklVUI9J=z5WUM-_Tia!~8lVvgA?hGRFegS&;bNl)@rpfahF$D zmrm+MCRG&$2_OQ*U*3!_yI}?r=-7!U6#&3hJuajjyjKZLSwq zh*1Jdq99X2KDoY`c-DC>V4;vII6gjVv76l7j2%O#0%jsk791TM9!Ng98INnqiYWbMJUBRLaR)6l zZzOGjs){A?Rp1O*?p)qXt~zXW&LR~~RieNu;>_iham@l*!BM5Pkh@N&ct literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/entity/villager/profession/cleric.png.mcmeta b/assets/minecraft/textures/entity/villager/profession/cleric.png.mcmeta new file mode 100644 index 000000000..2c12373ef --- /dev/null +++ b/assets/minecraft/textures/entity/villager/profession/cleric.png.mcmeta @@ -0,0 +1 @@ +{"villager":{"hat":"full"}} \ No newline at end of file diff --git a/assets/minecraft/textures/entity/villager/profession/farmer.png b/assets/minecraft/textures/entity/villager/profession/farmer.png new file mode 100644 index 0000000000000000000000000000000000000000..b7886e6f9328d7bc39c25846544acd25efbc88a9 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0J3?ze(-Y5rBiUB?$u8fR~SsAG)2mCpr<}*Iqph5i)4Z~uj)#z5LxOW_Q8_SJJ~Wblbz??5B`7r{C^R4> zE-EcLw2U^Pa51%eXDmK;8y+VuF+Zos*i%SeH7-0!KT|+ANi!=sIWRy>LRLvWQcglx zGDwK?z9}}Q7nmeI)rkpu z#^8dJvB_OQlJ+##)vD^H3Bqxb8sqWD)Awoz=evG7!XBri^sb=S#*zfXw+a% zt@1?x77G+$k!4v?WZ5@B*mc*-g7td6TxQt<`JzAtkOmMif7czf*UN&n3h?+MM{cbY z4cdWYq-*%fN~{oAt?>9F$EmCGBFj60=IN>c&x1U#LwUYZG>u={HzSSRIlkNhSg#?_ z&|0fP%dBXFjsULTS37_J4P=b~LueWj#Lfata$^-b0V;r^5ddb#9)hCI;5b!E-~%E{ zbdV#TbpllS8N39TS{DxF5Og0gt0mq7L~4-hD%{>4L0WFhg`+TH0US}u5}c9eAK>|( zfOfUO3G*)8k_*nrj~DRcj(}+!mURbAWw;}GT)^9K%K}Je`Gvrysl6p2fX-=4hy$E= zbe4#%1@^9>M2cN=uk*No6t*!oE2O+S=R}XA_$kBW)!$)o%qt zC6$e!SxE@O@agF(lsGYQY(3lNTw}RvG z_4Ro4{075;G8_-a!_)l`1x|j;sOw1k*?2bFldfWjw;yYKM^M3ZIGIGGd1Czr;=PQ3 zqRF`ah}r=W;_mp+GSY4`m`@Mf6i2R{dte!n;RBX&wu3-Na8qVILh1hiLyCfakWrr7X+CKKM`Y6LY;~r9Canu>b%7 M07*qoM5Vyg7>>lY;s5{u literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/entity/villager/profession/librarian.png.mcmeta b/assets/minecraft/textures/entity/villager/profession/librarian.png.mcmeta new file mode 100644 index 000000000..d56fd2433 --- /dev/null +++ b/assets/minecraft/textures/entity/villager/profession/librarian.png.mcmeta @@ -0,0 +1 @@ +{"villager":{"hat":"partial"}} \ No newline at end of file diff --git a/assets/minecraft/textures/entity/villager/profession/nitwit.png b/assets/minecraft/textures/entity/villager/profession/nitwit.png new file mode 100644 index 0000000000000000000000000000000000000000..41aeb6673f831e17196655faf7bf585f74ae97d2 GIT binary patch literal 557 zcmV+|0@D47P)oiJRx=|q z9wsmwBP$)sb>Mpg2HS@Mj1<3)ckCbhfEr3-4*{YO0U?aN2O(dF#lspjo zw27_GUbI=QCjh%_QWcn8n{~Q~$eFufKvBS(7pbQJv6&Kp7Rw31o*kX9MO+YZPm+Mg zcdApPDQCYtAPy86fUnk4zAy$O)3;_!ej9KB&^3TjFxnjvGZLkM-tC9v^Qg@TWMn4J z0{Vv-fE5Lp5s@heOdkR&FdzY*0l)zOZ>^I9m5=24czrEp|D8 zuB{;|z?1`e(+mI}30MH=fVe1DoM(!<&{tbBr=BddRR{QPo00000NkvXXrNGn}ts>ce literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/entity/villager/profession/toolsmith.png b/assets/minecraft/textures/entity/villager/profession/toolsmith.png new file mode 100644 index 0000000000000000000000000000000000000000..8b40d508275a897e9de8c61541ff4dd1790690e2 GIT binary patch literal 642 zcmV-|0)737P)so8sHwBcywKT*q(^OSCIkipip-t`%gtcaGdHFpDD5 zAlQQjfiUBw2-@l6ejoexypssTwF`Oy{T%{V&Xrg+anEOA5nD>pEPX5x8lL6FEG82i z9}7$jfo?@2AF+F>5yae=JvJszz$#yDGsNxj2#k+X63d2~Z@@&{<0W7+FMwbuACDkm zl#d3$B5?wiq+$vwzxO>3M{w{H&3>A3$;fP4=1&V2$7cYJ`f+q+}+SH)bplIv)? zKbOznE?-uDAAtvdyI=&noemushLH>*1n)zbfd~1j`i5x4kK-7^fV}sp0MZ}?xMq(a z8bF}03uX$?d{E?O;;#e-LAkyv*degnq4}UVl}de33Md=Fn`?pgKsAR{cZ6w0poSgb z5-~Kh@+?E0;2OyT2o#{0nO3b4lz*WJPyrOT3OqAjOGT;$SYuV>LlL0jGSsdC|2Uu! zltm0#QY}D)sIHaj2U9qat{rB7z2Lv#zhIiS+tWSyL*~?;Ul3oG7Q=}!kJD*o!Eu8H z;b(K$+&G03fnd!qHwvcBW`dx35zouAY|rh2<(${>4gtcK%lUARfV2xX(=;uhS+MeT c3_}k901cEMQA!WXE`@mJ~U%CHDNb3Q8_R^K0Zq~GFLAzJvlc=F)B7T zHaRsjO)Du$C?_#7F)%PNMJ6RNE-gGNBP}g0H61RCwB?lYxfDFc5^hxq)RI1F)(@-v1qMH+qgj za{VVwE34nvF3Is5%0;J+w@G$hht2$7Ksw+|L1bPCFd4&IuuAg?Z|`}7XJGFI4Vm_V z!0!8Q=!8AHpy!aB)LMY2p?HukBIie$oW2xL%CFvw(Z^g!voB$z1=YT9IW5y#K5K?* zoH}DEC_bTP_LV8eEF^7V=k}?(xu5RHfHh$lh{6JFcjPFQw2LVsE&l%>xtFI`*wEQT z0Nsbp^_2IucdnH$gk$%yMI;yw?@ZJvpsWXXcQNLISqYhC z!n7fRty@JOMr-u0Xo6wkk0((b?H~lIccM zAfK@$$S;_|J0<52kR$Ku;uunKD_No@L8PZC@W7o0wF4b`2U_$F)HM7%$HH*z`0GWx TZ!S6wRLbD#>gTfbz!eDqiV`O{ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/entity/villager/smith.png b/assets/minecraft/textures/entity/villager/smith.png new file mode 100644 index 0000000000000000000000000000000000000000..28fd55fa53e899fd881dded986cdf30e188b29e7 GIT binary patch literal 922 zcmV;L17-Y)P)Vk*I6I@R3~`J4+nN^dX}DI#7YPA)XV$dIBajClP(O5L2dG(@#ejOITpMU5p5~2s z>f0sjyn`KJts)ZuOPm{kOJN;yaKv-%09K@tI7se3gEyywBxrwqcY_A#LOfUA*{sz9 zq>`DYi52;o*EZUjgh+y9rj=@&Ix(hZ+gxqi=!n|t)aW#s5RgeaB~8;fF_P305SAt( zZPGfiH!RDW0k1BGTFH^riAg+N)I;XsVe+6ZPm*rwR^!C>=KO|O)+M=IR!6gTV@x)$ zo;G-@H2dcAJGMQIKBe=N$LW(3c?(GNz!ohCm3r|1E^hkxH^GYl__Eu^ZQ44=4j;lB z@m*IX>K}as->E#DH9+IGQfC2)XBoEz;kFQfd@x!hx}xvFvTff?^NI`DOT`5n4vhFZ z<{y&V&P-o4udJni21zIq6zu*^L3weMf`X=@3Q(9^0c%l8(NZapB)JauxXMBbm1_u6 z==Y(5tC4712`CbT5hNCb7TQ)@Fu0oE2@q?5V5Anb1Vv%rm))Z`sV$Wt00I;cg{Ual z6Y)ktTm=*asqo+*?X%IC(4!!fX$mN*#0|UVXf<1<(o#FMLSZUZx9n9O-x!OGK!8*U zVu_mqcnLn|H3j)Mx21JZ5v&lAR7x^l>M-W$-GZtb5Z?4D`I!P+luIM^?@ z1J2I?WIFw)&wx0x`cIw#v|C5Jd!`F;z=iAo_!o_T(GKt_zwplp@bVbQ=iDoQTAxt4 zKOrx{3KapchR;2}!4hz7;FDjv>lQjm5?t4R`p#Q8Dx0e>`NCZd{46uS_?i0+5aC__ w%0qhR&!g}B7XrK!{`r6vg8Z`qyVtMZ0%V_!MzQ0^!vFvP07*qoM5Vyg7={att^fc4 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/entity/villager/type/plains.png b/assets/minecraft/textures/entity/villager/type/plains.png new file mode 100644 index 0000000000000000000000000000000000000000..6afd4cb890a867ae841ae8fb8e586143ab0a8c86 GIT binary patch literal 677 zcmV;W0$TlvP)H})bVi>A=lLC;8yh&6VR{_5WW!l~g8={`l7u|Ra|=mg8)FD=5wP&H0{tXGX%gKFkzE(g|Wb?cE@QfZ2FP!xU|MRPHbh)oaxG#J2H5~+)UvCtTy zdx6@{?U>`dHBf2elA-o}&V5%Q+H#g5(00QVb-`NYc8f`dfHOz|fsVK!Kmc{XfzEN) z0Fo2l&jh2t-K|v}?%Xdo-gD!F7Rfum-F-CENO$)e-s3$2@%LTZIA8#P0!*Xjc%Yy_ z1xyEwLV*Qfhodt%`HvIB=;Dw8rzqeCW^u5vassg9L|ArI0<&5VMRJ&LpeAnAtNIrvwLEo|Ns9Qe~hADSgT}Sj7>-J<;w%-8csq5e=ay4JGZaT zVOSxxGIq`|Sryw2Cx^sajAUey-yg(QW8?|v%6KBD%wu}R(4tgNRZAb(u#H7+HAIP3 zs5sZ~R>{a%F3h|Ex9{6!6Oe(9JUl{#qb@4*NXV zA0BN#NRl|m1RpWs?=uecmn)ZFqdns&r=GjwDgr-!U9qv*q zFYiKOcE=r1?9Dw0xxP+97S}MZhZ$FpKWfFW-|J#YAb^R^5HpxbAPY&r z#O`0BAMO<(B1MX5=FvdV5Tuyy?<3LtQ;-G&4l{wBqEUfbt7$YTB+Z-x8jO1|nnbD; zC<;bH2#7$;+A$jfTAlOqrwy`R2}6cJk{Pq8=ZxyiY+gu#0a8E~n&GX+*zLyRl(4f! z^vS(-fGkeMcAS1ZP6=_QAfo8nHx3{winZ^y4UmAfZ(f25UAuSh-o5)D`43Z#KV#Rn Ro?QR{002ovPDG`^)EG?yBgOy# literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/entity/witch.png b/assets/minecraft/textures/entity/witch.png new file mode 100644 index 0000000000000000000000000000000000000000..0194811b63cf48601fb6629c3bd5ffbaea3afbe6 GIT binary patch literal 1558 zcmV+x2I={UP)XUm+eGCnY2!BO`!vUYdw>EGZcO|No$p zfUBK}V?tM5K6YV4Iir+=tDlWiIx$>AI95C}Q8_SJJ~T@+UR612Ryu1>HDyOISw1RF zI4DI83=2mwDm*G9H6P000Eh zNkl(zSx&A}fKF3@$v<=U)Tvo=?=5%ix?XxsFSVF!r-NkK}J7E%NS zVrZ9yU07}1YPZ&Gp4a_n*h9>E>#gw zfk+M&vU`CmiPSBA4M+_EAb@cA?gelXd`+&V8!O_?0;lN9f<^G%3)1A@rI+|b0irmR z6x#7!5O&e#Qp&tu=Vw33>s&XjSjltAr97Xpi;|-+#`43n;9(B8m(n6Vk3zu@>gnRY zjUR>SYQa=!sp;k`TLhSa9JipzwMc^ELP^a--hZkNcCy>zuM{5c3z%g zjbIH)v=L-4vnLr-0wb37x3~Ml;mw<$tRRzF_E+vp6*yyo%?8CM_rT3q)~WjmXI{Rj zysW~@?9D;#`jyMQ%e^bt59Zv=27^I=63If&LJ@XK3Zn`kIZ9OFOi|!J|D49Gv=A;x zRSZt*6oOQmOjt%>n##L5Nj!nabz$=c_ zlmAXhWO0)6%Cf4M(g_m+cjo`Uta?hKEGLx^MMPLmj?7VDFbElFGJyo5WGYOh{3Rh0 zfr+!-@?Qdqgk>tGQBshCDN2c^fta!-&+mZviWQzdd-m+<`}extt^NJGdA+sO&Fk(K zZS3yu?d|Q3MsMNmXmsc9o%?&cozAdRX?={-P1Lz_y69ey?d{%9ul*@ZCl!TJO2G%2 z7H01-!iWDJ{mc7!pV)4DjIxcX`N&SDmv|rQsqG#ZW0NTz9v))ERrsm>Ri53*47h^x zXyt8VJcjZ3G`VmZ{%glBtmKBFFbeg?un*r!U z6Vhx^_pX;qy|6U_fY#qX5fCgXOSYx}C^(LgSegaqhdCS$hr{9U4`fjq2d?-{ga7~l07*qo IM5Vyg7z5zNwg3PC literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/entity/zombie/zombie.png b/assets/minecraft/textures/entity/zombie/zombie.png new file mode 100644 index 0000000000000000000000000000000000000000..ecb920981ca1a103a8ebae04f69a253a9ce47c48 GIT binary patch literal 659 zcmV;E0&M+>P)P)t-s0002b z%dWz{o3pQuZ+u5)b3$8aH&tRVYfeHfyFDN)KA3Q1}DIyn&sHb570004WQchCP0005@NklY?#q|IG(mNjNcFJo`ni8zz&c8GMiGPpc4#Lb3PY56=cqdN?K#bSZ0y7wS zMPR*=7X-ZoPY)uDQ1S3I0<4;eph0)NLbwBW2$Tx9o|x;U;o>fV!IY?mIIm{7yDKWI zR=n$EEFzrYJpu<$V{(`U4W>kRKvQz(9)O|mXI+1iJQfS{XYB-0o?IbU}Uq0y&}No#}*)PR~J6FU>wIx7TS`U znOasR0BC{gJgs<~e#cdiW64_TwjKpe%%HOs*4Em%ZX+g=eV4b-RqB5uTXkc`10fB-W!FUv? z3+tL|ra4rvqs2zNU4WaspSlo90SBQC;(8pvv_Mh2h~fOiRp4WcLy58_!NW;t3@9Q- zz-zf!EEmgCmd9&x6$Cs=gpxyi+k#E5HY;A6{eH7rWq$laiB?#hk6PPmC?u=Mnxrn- z0DfaWS>3ik)5FwL&~>$&&$`*X>*g(-*KWpd^ZkaEZ}yHrIA1;q;0<~rRsY+-<4u*f ta43a2tlG`I9eWBUCMG5(CMG7n=RZDVz=rzcu literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/entity/zombie/zombie_villager.png b/assets/minecraft/textures/entity/zombie/zombie_villager.png new file mode 100644 index 0000000000000000000000000000000000000000..73f0afe41d358bddc6fd85fd6c44728a937193ae GIT binary patch literal 723 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/entity/zombie_villager/profession/cleric.png.mcmeta b/assets/minecraft/textures/entity/zombie_villager/profession/cleric.png.mcmeta new file mode 100644 index 000000000..2c12373ef --- /dev/null +++ b/assets/minecraft/textures/entity/zombie_villager/profession/cleric.png.mcmeta @@ -0,0 +1 @@ +{"villager":{"hat":"full"}} \ No newline at end of file diff --git a/assets/minecraft/textures/entity/zombie_villager/profession/farmer.png b/assets/minecraft/textures/entity/zombie_villager/profession/farmer.png new file mode 100644 index 0000000000000000000000000000000000000000..b7886e6f9328d7bc39c25846544acd25efbc88a9 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0J3?ze(-Y5rBiUB?$u8fR~SsAGP0007ONklXSNAo70%3Hpt24KDv;4*ef4$Rpr=^JMVo zAWRNFY-*gFldGGjzIHTs4g+4!*EB>up7$|I^s4!|M!2cR&Se}t0!@?JR87Yd+|770 zrXl7jR@az3-bpo|PUe&NqDO9S`sYKC$Ak&QF&Su%FrF-2PXXUy#Nt1V9w&h$>$zh=W}z01#Ldh$vl33W@=Yo680ELZF)~ z1VB~vL%}~dG4LtvLZ=M0vr3tsN%fGx$|w+4Ekj}Q@?U;D9(z9^P%A>E%&b<0()gud z92pd75ej8saV~EKfQJrIX@wyU@GcFK+$khMg_KHPpXVcFJ?a}=o~`FjM3_b13Rtb5 z!=tP)WwHQFeC=!J*aGd*ab!jB1Z^n^O<6udO*TA5F)KG7CNLW#EE%Hxs=WXJ00DGTPE!C& zWNiEZ008<)L_t(|+U(LXO2j}E#__KZ%(7Z}lw?V(_<{#m!<@ig$PBY(Aj-V8vYh7$ z%$#9wAbSGMU7R3x4{KTSFY*=nH3JVzC*RW2lF$7K9)a`!4R#!^fwMdh+p1LngByUj z;HRqGs-U0@dhk%uMgjdVCHTW%!LBE^)$6dhZX{;gWU=1Vb z{m#~<0$!51%M2v8UEQg#kPb6o*O3NNinl<$Ph$+8)tjdq;Hn~`? literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/entity/zombie_villager/profession/toolsmith.png b/assets/minecraft/textures/entity/zombie_villager/profession/toolsmith.png new file mode 100644 index 0000000000000000000000000000000000000000..81d4a19281f32616972177b3d9ceb01a41700670 GIT binary patch literal 886 zcmV-+1Bv{JP)h{vE}M5L6dc~znO|3C0Gxc7Sd&dxIJm%1 z_X^%}K2g!_fDoK9E&!0AI{>D5$eaRPFXvKn?tZ^=`06+4DhGq>ivF7b!^cf1Q)PK`4Z!8K!bc*P0>YJl?GRuO9}|Q!#cV<*T=NZ} zR{dcMTybKO4We95z)a*mA&IyYfIYaP1Wtt5Q+x(f2;-^2IB`DqyiXSa@WWsXfdMy0 zWdd$Ww7>eRg6{x0_#q+;aQ?Si&#J1L&1OH|bR(cTX#D^{HH|t3uuw`PeH~zS9Kfj_ zURAc7PM2^dfv5)IRq@AlELyj1Yi-*KWFdjPxAr)onSg*j!1}gQlGTcq3;;_k zjDn{J;V7V+6u@8*JyvZ*x{fNPR3=Cy@sLmyjpuQIo&bU04+aR^0YDj7X%7G)iMEz> zjKiTmQ9>r5M2r01cUXTisT49a*;v;w>RMAC438&(M5wW?$0-@mRFG;~3%?%1S!=C_ z(1`>@LI~j7SHMKUuMkQ@0Mv))iB?7tZ1O80<}f*dj@b42csw7^otq!7@fm>409-Cs}($0TBDQsNS^>d+n)mr27(}n zqI;2n<`1QM?|;2Wiwyy$2eIr2pdRJw=vUhZ_&@Lf5p#NHuXpb6kpvyV)n_kXVJ~O~ z{d^dU7hK8TJ&Qn$5e2kzBrvlNkOJ)h%JWR^0979t5dqK!u8#Zl0)EzpbsSvq&j0`b M07*qoM5Vyg7@eDIz5oCK literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/entity/zombie_villager/profession/weaponsmith.png b/assets/minecraft/textures/entity/zombie_villager/profession/weaponsmith.png new file mode 100644 index 0000000000000000000000000000000000000000..ae74dfcb7b299f8cd2402e5c1aa1712025bfdbac GIT binary patch literal 1007 zcmVfkHa0mmGfgWgNhl{VF)=VOFhwRMF)l4UDkCi|Ej1+{Dkmm0BOfOxCnO{!FCQ5n zA0HhN7L=s;b^rhX0d!JMQvge3Z2SNK0{BTpK~#9!)RTv<;xG_JUrp>##_(ilLjzUBDci3k*R4X9(OnL+*IN zE!Od%IS?J@oaV}SFq!+FWNyvc9MK>_jzI7e_Gt!H`z zX)5#vPmcq+jbM`pL^#3v-?ErgRW+GRUVY(2LA7CVfxtA4*(UIylz}}?Fxf81rM^FE z3cCeIG*EU=VNU}=_r{n?NsF{*(YCGkZ7aY70Wo^NUC@kRz-NH*ePu*x#fl2x5|5zZ z7-85d=tgV7-Cc?pwGrt$s*EvekVF!JP!fydc7Yv1f%ot3P_~1BR9D#u0ilWYo@`3@ z_jbn=)PN~^^pCN__@hx}(4o;_T_b2~OL}s@y#WxR#S*^qyPVFHzs~+s>7^1he}Plv)q|a0;xu?Od}{FuU8%7d%vO@G}CDeb<$I`=IeW z7zZK-9l-KUFTmrlF#OdaIVRty@JOMr-u0Xo6wkk0((b?H~lIccM zAfK@$$S;_|J0<52kR$Ku;uunKD_No@L8PZC@W7o0wF4b`2U_$F)HM7%$HH*z`0GWx TZ!S6wRLbD#>gTfbz!eDqiV`O{ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/entity/zombie_villager/type/plains.png b/assets/minecraft/textures/entity/zombie_villager/type/plains.png new file mode 100644 index 0000000000000000000000000000000000000000..ab2500690c06f0c878bbb0c53685c53aef394357 GIT binary patch literal 604 zcmV-i0;BzjP)vnp?C*$)Dr28~nD_nrdkK+zG{GeIhcf2NMI3qorinXT-*K8KZZ70wt~mG zK+!=ELF%Af6wv9N=@bD7lV1qjF|a_X4FY^x6f|ahQV1HMo6owy>@-}0e&xjO`KXpG zupr`}NCxx=xq;8JCBG_&FAMNR0sch5Fcj_yo~klcg$}Wx zdQ_uSW@T64pY*6IQ&Ki(KmgAKRE3&?)$&j=}bTLmVnm>KK|!ihy-RzUg4MLKIvLUwvjZgELuXFpwG zIaXRVN;51^HZMdkC@V1yq@<)a9u_z+A1ELcjFVY_hfmMTuCuR>!oHhaKQ>`QIaoe4 zQ8_S8H7yhtNKgO(00DGTPE!C&WNiEZ00KuzL_t(|+SJbhYaCS+1>oUq*U9`hOjF{l*@+?q)DumPMnU8o zGOmC65^=_GRFrb^`&)SWfU4GW4Nh9rGtHdzQSOiD$v22Z(FdMv0q9x$r-aj zsWdcAG%8f;j5%788frN8k%~BDkdX-M+BS)dh!E$^Xf%?FW|c;$igRX0HJz@&M4{TBmZjnj|SWwY!93uW5jn%V@wwpo7vIqnM%{OXIJRD*7t=m{yE^@z4HXM zu8wlWBJ8k~KZGg>Qq^dDri7@<9>b!nEP#Ymh{{N`M2k>CDa=ckc8!HaML;{O5{)Dn z8YOK=0fVZR#eGO6GG|>grwOcUtwjW=qk%Z8+$TtygJvKxl8m5QiU0;6>xUbd zwqtvDHEmyQr*Sad+}#}B+c!6FZf|aGAG+JyyPG%P^5XLH^5XJho;K5FJ~WU?Wx3C? zYnr~;qSiDurR>v)dS{CA=W48n=ZAdp*9IFH1*2dTjDk@x3IJuxJ002ov JPDG`^)EF)>U{wGB literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/environment/clouds.png b/assets/minecraft/textures/environment/clouds.png new file mode 100644 index 0000000000000000000000000000000000000000..fd74caae80bbe344afa3cd73d3a92ea1dccb2751 GIT binary patch literal 4609 zcmV+c68`OpP)H4L_t(|+C|iNlpOVeAmHy;RjO)3Yr14@Xr0E> z&8Evo>8)*APlLLIc)&VoFK^z)u$i-Z^ROCbO29*0658wtzMSvmi|oNeCBq3eip%*_ zSn}e1$5}1QxAd%4znOsUHEXPqO)`xFIa!Fe7V;nc036FwEx16~v7_XCzr$QJQHhfNZ|~ z_$CpN@YoaWDD+u`r~UxEcCOjPM0S2v+E&(BAM`4K`08Lbu6S9mS~Faw#~~4r6SwDP z%LFnxUqQz8lQro4H{osVa=J+2E{KS^{Co|etkB{8i3sH8sCxRd{Esc$+dZ+>nKHW^gk+tR?#NC`BJ%GVKoBc2dZ97A@ z_-`PC1W&zf_}{DUPzX;wvp{b)2LX9PINZp74!u*SZu=k}noc3vM=T|bXR;Zxi%&f9 zG`@Y<1UT_1(vmNMrzgZ0pLnUjzJFCK{59>f$Z7_S?1|5?wnKu^uBMROAI>d6B5Qng z)$kYQQwiZ&(?WL|XB+qI9Ngr|zz4UrI}>lhzTQsCpDqtNZKITz~3|;N+H-GP!+n zSdiRQ_A0ka=$$;x^B;S)3RZPP*JKlEG07^cZj)u%IrLI1=W|(*lp7`TVGjyx!`{+O zQq}@lrB`pj)A^u}zOOppTcPZ-hJ-|cP#oOCeiuaBm)jcp zLJe~FPbA7h4z^!xFJM?mfrHvcq8^12L;lyGeFB@)C;<*=8i z5fNXD1#Hic4=~E(8Zs=;fIY-GF~1L{Ll9!aFuTqgF&Vyf_R2|;S*6zy0-@SpSqDj? zym$7>OHkSSaY9gq>W8an3nZ9aJHG_}`6LnD0&~_ucgS!&oI?_iW~3!)ahIm2mSvXc>u0FLpr1PBs`F#_k0Vq zOI$-XGg-+hG+PqA^Dly8d#PLH1PLpD0>k?cqf`ErH$nT!L_t7UonyHBgXouY=!Ula zpR5bHh^a(h!06*MbeV%pqeg3wX_;V%sb#QdOf{kO_r`ho0r=QJ)^D}tx41{^8 zQJ&a7%Ur$rLJ*n};+tnfm;?8=Gj4chRtDjgg9u>;3XqqB1ykecBx1BTAvT4g54w5_ z?y)t6{)w6ueb~rL;Je=qi;0}DELqjnK`{h2vuYAiB3NQg0+S8EpW1I2Bf?tCdop0M zBMF$i?Rf?$S9z?Z98}=^Tp4iUP_GL6G29eC_IhPy=|5GpHqZm1(|K4{B0+Hc!r9sT`d_R*f4(+3fHVgO*yiH(Y&@?C9XNaZ;u(8qpm%2N!t=TK z>1c4HAp;-0c(v(2|0MXpTYaxcn1%E06?$NP{8FP`2gj>yX^9Zpni$NtcNW^SF^sG1 zvr+%?XhpnJtpK*$Ge6snMmcOh(*D}LXGz%!DRgODdp>IL-{T=|ys&eY$Ks3a%GW`6 zXnZ5zyUh2`qCO{1Ewg99)kU%bU2a<%x1({B^@aA4OW7*oYJ2W9l#E|So+N`NDf3 z5i&?)17YR$r`yHt)nxS>F1KB4umVVfOG5h72j5s;!{N65x_AXr0fg9pCGF=|UY!+e zx8t|RrxGMW#U}&Kpm5;w&P&Rh+vi3?{U*qDksCsE+tqoUl)Kv{Wd-hL1tTw@6pqa$ zvbLSMA4r1y7byIOj$s_m&X8SgXXV#m9aICRF6bbvmn7Ncww~r#BbOUg`KDT$abT2^ zbgd3&81~rv=z`(!FuKS^xVcQgfiHoTiDKvhXsCP#adr<3n{ONvFDIrm4au%XAeF~U z5Ss0pBfnAT9zIzx*K*>%f;6@{#Z%pVv~c? z*Ah3PwTBjQ6mQ2LH;8Mz2OvSH*&NI{IKD=E?gf%N0GuSoX7;~ycFq;UWV>A@c{hNV zfJ3h?ML+y>k?(4k2}#>vq63+j!DqLtIIQ}QZ_Jw*$10SK0OCro8Jr)uQXOqC*N9Jf z6YwS|d!PE*lLPlvN3X{1;Ly{d z!df}a0g3MMRxa3;Z{u(bw?%RQ`NhTKu~_GD8%QK~GN=^ffTN2t7T8*5NLKz2`zzR( z7QPOXEtyXWZIdEd+nT%yEQ%5E+2}Vy!}wYP-#cz>SBU@HzOx{EElaF3-l-nOu5&YO z1vk~Nfoyp@%UP_@o9B!tf(=I#R3HHy2Bmln` zGTPVDq@>(?mH(EM4GKIo>s67I$*s+c6|rI)$(<91ut^Lyj{i=tBDT@s{TJ2%pQBg7 zwEaJ~)ud*1t{z`mrvrUfz=KymKd9-3zj5VDU{>(U)r3`273OWdHYD-HGH3TUK26+| ziB(Y!Msp)1x<3p*+9#Xpmg`m2k4y+Jn?vXh5w6e4X8E1|F`>%ur#Cm36aM8b71_0g zvUj=WqdH}JctW;e0`awTHQ6%@dNZc$OtKCD(zAyulJOdYIn!YkHdGbjT8wUS8cq+n;`J74lEKqDCH` zd4+ChFcJst8||%fbndNZc&n2KNI)SvXnPiSts*&5!k*;7Go(X!kagoKoUB&}v%!do zF!;unHE^g38`>(%uB-$keG=Z1xAZzNj&7Os+L_)gy$k>?Sp(y^Z9-c~XT1gqNQA4z zGx-0z+r|?_lU~iNmqL1E-{SYcGHYLx*Syf1`MP|!8r>t~rMS-F?s$8l$XV$%iaxLs z#;YhG593;a-mzMq>_`SUa(K?#&mHS|76fBS;?l<-KrAf7Wtp8aeI*+=uz)nBvsv^?11<~cLu@gsEy z+3VM9FD_(%4Wqace}=OOZ$Eq&NEh)LyAsD=LzofYUB#mz`RZhnV%Sedc6a@?O(+WC zs*oe!S5Dvqd71{eANP)OZ)yLge1>5??_hhDW+B3z_~8-nZZFD9sOR5AGN>FqnUWKf zUE*_B|8fp*X$DgaV*fCbvw z1&uz4E-gnA>^lTyd%j);H9<-C`f{ID{E>$<9S%KGr!d4RCAYS33~j>U3=ZaUB{?C1 zpFDo8F^8?)Fvp&XKDu!3!h=oNf#t8m1_W|^An$W7TNbx`4r%*&ILyR-6?EDQ-%rRE zMKMQm;-k<5z=;b8*|Mk))*>fPt8~JQF5ub%Vej&T4pll1!X%#6b_46w#2>l(sp+87 zSAkH~lT~1on!EqSZzN?&K?HkKVFXN)A=*zY#ZBZg5yIN4n+u4GJc9ObJ(sAA8YqQT z`Wq0>R>7tE*=Wde4jBxGCm^18MS0NPbuJK|T>^|KA)O^8M~qKz1$rB8EjP)BHvd*t z!pbd`>_RDiY%9pq`MAOzIqfr*lJMGrlSz1`_MvQxJh_w*hNpAdpH-KH&*xuDbJ8Sh?K62G>!e=kadM*-rUv&7vpK#_jkH@=KgThW8i`|nM}YFWVOWHqco>mGwE z2#;L9645U~U;W3*5U^1%L`#TYU7W1KOb75?{1)OGCB&yjfjyAOkt6}30}!e{`cYBQ z3>mI`Z;bE~LWSI6K&q(Gox}(g;tKuSmL#=G92J$IsA3$2B!@vu%21SpvbbC9Yay|P zaVytRi2A_jeS$-YBqYhbrO;lLW6CDbPfd)^ltSYDWbG14Ov*lP0ptHs0Xw>(_KRDLJP#w_k&5+j+Dyjs(g$mQ5IhX6b{ zM^iJbL0$=A>JI@D=7P!ntV1Cu?3z17kR(=_4#TL~VjYHL`VY;k?Yb<7s{?%|W!SLE zsuD2zzJ)D8zWY|ukoP%c#9Cbg`s3fRb}F!Y3R4c60w6hfTiAxJe49cYTRVWh4Z?ny{@u3ujqIPLeq-lv7U zq+}0BW*cuT_M{}C%n&aGUPg7Gs=-Fv?oB?(C%Z9@&MDCgRZxQm#*00VjgqA9_jNp9 rQ+_SIP8DLhRKI!f%7LmVQbu0@3h=^`zyk#n00000NkvXXrNGn}5_#Ex literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/environment/snow.png b/assets/minecraft/textures/environment/snow.png new file mode 100644 index 0000000000000000000000000000000000000000..ca43ee9b6f5c7ab6c2d35be578d72adce3105fdf GIT binary patch literal 208 zcmeAS@N?(olHy`uVBq!ia0vp^4h#&842;Y`mJwIjeIUga;1l8sr2qf_zb;za9mrxT z3GxeOIP?DScS|6z+|$J|q~g}ytEP<3h7t`2wT*iuwI6zRO!4@+G&E|uk@4Lxy$^4M z{#>9o;YQ!oN1I>GTi^IhD{jpvw!?2v*eN<*j^5%}(Y|5nLwz6F>9vcW*mgbdTt4T6 zcbZ&a_ue1RuCJ^6`{()ZkFLx7?OA-cXWD$*x!`rvtZuOsyZ2&N(^l*OI)TB{)z4+= Hfh!UK{PtI) literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/accented.png b/assets/minecraft/textures/font/accented.png new file mode 100644 index 0000000000000000000000000000000000000000..5bcea8af18b8499f447624243d1b10887514c2dc GIT binary patch literal 16708 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/ascii.png b/assets/minecraft/textures/font/ascii.png new file mode 100644 index 0000000000000000000000000000000000000000..0dff6410f1145835c8106058cf51883ea0aca940 GIT binary patch literal 1617 zcmV-X2Cn&uP)6)b#--whO8Mpe0I~Ni@g;*nTdM zSgQu1g(870ZdeeNkk}+J(nyV>52@EG7-)!^FcOamjQ!Mygd&wslT_Y^F;mZn1m32O zgrXm_@~#B%DS;&;MWF{xXf-m>*h*^HCD4EYrM?beVJk@>s7_5nI)KXFiWyNIqP0J^ zBDJpHYDxztL^XhIbGN}L^=#YUp#*HJslm|!2dUW?$I?Iri29Ge4dCR6bS)~%N!o+* zvK*{JnuG6J2UZ90AkivxlMjvbpf)uj0@56`_Tr;zXvIoW-fFS((%$Y-T~;0^DSuhQ(E&#WjxP`!9;c{2QG1k6>~4aoDT7w6fsnv8 zfGtrWX<2Ultw-XfGPvfN%8LaxtvWylobN%+7;#071jx2} zB>MqciJA$rAFf3xg$&XpYi5YaDezanO{ivpcykKe`d=hFFT}V9YcI*bw?yj&MCCK! zIRQHv68I>ih*1w#lI&#g*R%$r_KdX8V0l+l~z8oQuN9vjQt%L={L1{PHj#|eSsbk zPx;?36zsiJ0#Y#W0kKsVz}ZuZ24vt<304INr$Epl%rmwUQU-QD1cd~0xkrM5R#xJ$ z%;NCb&{)@&=@fA|xdcWATCJIL@_dLMVC5M~w7cU(=9HNr0?YXzxJK-_ZwA2vrS=jA z!5neLTEG+U^n}wMDJRN6UYKo^GH4Anh#8hv5BklvIiFEd%`jH5}4kvedjfMcZvCBPY25ajqZA*bfBQ5Jzj^fOkvPOTM+ zvaO~B)Hrob8YN&~Ru4|S6P5wMXXiDqncBT#FmFA;*fW&>lZ_*WG8aI724H~8;PQcZ z30x@gRY4TM_7d20A$MHJoH8uabvEy~=WNEjP^O-*DMQ7YGPCB{QzjmPMfhHn*&LPl zUW-7P7w(Hqf@eQ#D09#93@D?45`uXQd-8Hp+nl97R z?v;QafBf#dAAT4HUvz|MAS$Mh;@{wGH0KClj%K;OOshzYo9j4sBhi}w6Xpahr#*xhmh=s3LFN{ zB`$-qOr?H-x%X!PS=rZuJq^bQv3tb-4v5h{h?PBK{CrRjZO_jH(K3yxM7mp4MT?os z0P^vde|lZ-&j*Gw-A={1xV<|MnnlCe+}z!8Hu_bZ&BOKrSpOrQ7n}M5c&x?Qe7FSe zu5S2a8x?mKw)(xM;>)CFP6fNF_%CL)qXY}aj6NCQ?ij>f&5Q}vKdVHS^DPG0mtc}e zRd?XN$>4X$i5jyo059QCf(S%N&RL|+1yTR08Y!t(!6F0;Ej(B~~hGI*iS6pmAI&u|PZIhFqaN10_QM}lLD P00000NkvXXrNGn}Jge-u literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/badge.png b/assets/minecraft/textures/font/badge.png new file mode 100644 index 0000000000000000000000000000000000000000..9035fd535765dae3e93a939095bb86f704c2d589 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^9ze{&!2%?I+a0w6QrVs^jv*Dd&Q4-vI}pI*{J-qK zb-t^InZM)34N$VVCyJuQ`C&_^Kf<05PC2RJuo=5>+jl~z=j1na8zS=qjygOJq^m6d5 z)pn}LaZ)ngplpt@WPZQJ-`-*3;^O@dhV>UPd7}}@_jw0DeKZe0{HhH&xRPyiiz!&` z^n!Z{itWaht;j}Ax6IR@9wp$JEFE?$kMrenI+=||9c#DyEpFrEb_u5(f>40`366WF z98*@~VB;jzq1%J7u)}*ItS5{=TYxg_2g_9pC9Y(ef==ihf||r?x>gPIcL(_bR0@?kEP){FRc|ZGw;ldohwv}> z@`4;M$1vHng~&KP-TJ+fhBxd**qYg}N57L_7ZzW9HJY&G%hR4sfX@k56J}4ySY;=} zwZrt@0cDYH%FJ)C_yZjpCnuje7&hO)%Q0m% zc2*8T6Q(@~3)_7rqSY|^3Q&6e;ObhP#F?2c!X$Jwf$GGn`)F1CbAo&Ut6o}*Z#&#w oac{;A%LxSh-XK+g@C8Kx0KfcpfN#6-ZvX%Q07*qoM5Vyg7=?HCjQ{`u literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/chat.png b/assets/minecraft/textures/font/chat.png new file mode 100644 index 0000000000000000000000000000000000000000..9cb9a6b6d15317f7f028a442f497e2796b632b31 GIT binary patch literal 249 zcmeAS@N?(olHy`uVBq!ia0vp^Q9vxs2qYNphYJ1yQcNX5e!&b3wStw4fV@qfE{-7; zw~{kfBs4H9xHmRR9yAn4$ZsgtQJG+2W+afxA=x7LkJ)3{L5mgN{;a=W|NrlI5V1Z# zp+au^|FV1E)vj&(&&SKtUTfy^e5$yusTIc~i?uTrEH%4%eFgK0%6HpB9GXKb@@~&b zTF`S_sk0|6_kJ<2gJ1G1rkT^-^KEU*1deFltABo0MEhFt|3(>+Y6l6vdFo1q=d2Y9 s`PdZ;<$eKarQ%r=Essz9vfu_Y!%D49b1WsUW`q3X>FVdQ^uQGf0DGHZVE_OC literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/chat/banner.png b/assets/minecraft/textures/font/chat/banner.png new file mode 100644 index 0000000000000000000000000000000000000000..71b2de6928e8516e4f3f5fea75c7c659a9a457a1 GIT binary patch literal 70 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ;0VEh$E3dBxQoNonjv*Ddl7H~C9SLUmvHpPl Toz2shffRVU`nfDUa76+D`BoC$ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/chat/banner_end.png b/assets/minecraft/textures/font/chat/banner_end.png new file mode 100644 index 0000000000000000000000000000000000000000..bbbb748da16e7d4170620ef073466e3f187b0255 GIT binary patch literal 77 zcmeAS@N?(olHy`uVBq!ia0vp^OhC-e!2%?kKRjpyQX-x%jv*Ddl7IZ4-^l2}psB+W aA;u8z`;Sp>sU>D-r;Apc5hh literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/chat/banner_end_alt.png b/assets/minecraft/textures/font/chat/banner_end_alt.png new file mode 100644 index 0000000000000000000000000000000000000000..4333369cf1f9898eee9f20783f982e39afd80b7a GIT binary patch literal 73 zcmeAS@N?(olHy`uVBq!ia0vp^j6lrJ!2%>Rjz_lwDFIIx$B>F!$qY^Z|4$SQU|^V- W{Xkw`>uoYnj=|H_&t>U>D-r-3MiO5D literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/chat/banner_full.png b/assets/minecraft/textures/font/chat/banner_full.png new file mode 100644 index 0000000000000000000000000000000000000000..6a09637055ddf6993d73e2016a9f1b19b3435add GIT binary patch literal 70 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRZ0VEi{6!oY9DPB(($B>F!$v^m+r)*%zd3Ifk TDRIXPkOEIvKbNHku1Ej?>u(Xa literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/chat/banner_short.png b/assets/minecraft/textures/font/chat/banner_short.png new file mode 100644 index 0000000000000000000000000000000000000000..995e708479b02be3ee38708e83d7c29b5f82c81c GIT binary patch literal 70 zcmeAS@N?(olHy`uVBq!ia0vp^tU%1p0VEjS`Q@wtQoNonjv*Ddl7H|s9htzOy6&`D TL*Tq9kOEIvKbNHku1Ej??2i$V literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/chat/banner_start.png b/assets/minecraft/textures/font/chat/banner_start.png new file mode 100644 index 0000000000000000000000000000000000000000..aea3bc6b20a4a6710cf843c3dbf219a5f6d46032 GIT binary patch literal 75 zcmeAS@N?(olHy`uVBq!ia0vp^OhC-e!2%?kKRjpyQbL|Cjv*Ddk`oes{Fm?8Ae<1% ZkRJMv@%~zl(?D4UPgg&er3bD^004iG6&e5l literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/class.png b/assets/minecraft/textures/font/class.png new file mode 100644 index 0000000000000000000000000000000000000000..b12c4a14a46f284b8414014a7b6dad21cb1d05ee GIT binary patch literal 137 zcmeAS@N?(olHy`uVBq!ia0vp^xw>jeM{<(3opi1J6yv(FWJ7@g&};@zS3j4f2d+o}0E0I+?f?J) literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/common.png b/assets/minecraft/textures/font/common.png new file mode 100644 index 0000000000000000000000000000000000000000..b4ac2529988a7e893d7abca8558468bdf99d802b GIT binary patch literal 1426 zcmV;D1#S9?P){QsQb*k{1Nz_qPINFK~#9!>{my! zWV;Ha88Gf85IJC7ga+(?3I7X{^Q!83Z`CGcFbPLDQdj;?Bfe`BNY2dVmyHzp@|BYw zN4_+E1XSD&gXl1U$p78^(9B3hT`<65y$_%^s()d`1tN&+>Q7)UXs$8!g3pQc0Y30MVIv2ehjC z6R*1!x+D!V!(EHaQMY!=in+z!x08-lEQwfRWHus79M%a+0xN1U`GFTzbm+GDw0(972O{3* zI;c(}PJKU9qKWrTTuY;FzY@qZghEIrB8zH=+(cPqI@3Tfy;3 z*i>`%^67XOrUPd#i=8<@|LMlEMW~6ZTLIwvNk(Zgy{B~W@~N5W5U?g7hYn+3N&U`l zKod;93AOq2(joRrpe|NQW7^;&Mlql$IIl)Cl{Cqbzk1Q2$|_zSoyn|^l=LSYFDahN ziAq{s?66eNw>wZ#r>N&S=a!k>0AB*{B55-ju#!2*vf0fKm6eY*v z*Mhs&fjCL~S+BovEaA^JG4L(Nt*rlk!|SEs8M!@{t(*bY{bTaFCbG~^ew&i`#}4Da zzux$7;Ah%9|NU&4{*+guLmfXSoIj-V7ZFf}J7t$J6PG0h5WlNMcvw{B=gIngz7sff zGK0+2v&O@Y&6Z~iU@=%wU#P))!UPV1Kk$>oQb$(t6zr1dg2(pm~C>rsfE zbmDP?V9u@jz_s6APMIsn7*H#ePpj(D0pd+;G-tNwnPqmd|7@mdKV(0_i*BbXe*uk4 zz-nu&afc(Q!j&_56FK@k1loqePw4%CXuQce(aLJ-iK#H@x&Bo=|8Ci~EF-bT+9wPf zP{l&|?be>-^&t`UUGIS{T)uD6pE}P9UkQG`a0t)HOd8Dkf9;q71_Ln=MMuJ%qxJ;D zWb6Sd_5eu$D98oU-oGRvpaA`gyc0Zp-k8niCqh`ft{P$l5?H{ZOaXUb1WZ7=Ts){#z~E6IaX_bl?MQk;NCE>hLw)tT=V8w|H-e1tboFytdfF!$qF3*7Bet;O*pzi tL{HPdaz3itGd@JY9G}$mHqb7*cWT&D4vl zju>#bY%AeJrpZT_AXvbgwSo7!rQ~X8CzJODY z8~tT8eyr+KpW<|!`Am%Hyr%zU;W5uoo$Y9_uzYZCp}KU4DC_^1>n=qNtoV7%_pZQfDc#S3aUcHX&kS!l7Zdy8?fTk~Ev5hLwYIfKM0$$JA4?GF bVPYsh_=smN=bZJxKw|K8^>bNz;EDtQA8xXN literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/hud/gameplay/default/bottom_middle/display.png b/assets/minecraft/textures/font/hud/gameplay/default/bottom_middle/display.png new file mode 100644 index 0000000000000000000000000000000000000000..554cc21208bdf5547c81fff441051d12bb93012f GIT binary patch literal 178 zcmeAS@N?(olHy`uVBq!ia0vp^0YEIk2qYL5Z7BQ(q?k&A{DK)6Y6UA70eRV;E{-7; zw_<#x84d>sbYHf#U2b_a)30#Wjnq}AQt z7$5I7OWrZbDq-m(8CUi*?i05+trFe!{{efa%CTuxYnkLr>}Kijs(ER1H^XjsaIa5H aI~PM&&~e88qm2tej`4K$b6I-eiUa`R=s|h_ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/hud/gameplay/default/bottom_middle/health.png b/assets/minecraft/textures/font/hud/gameplay/default/bottom_middle/health.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f914d83780562bb06b72b718b614c1096808b3 GIT binary patch literal 366 zcmeAS@N?(olHy`uVBq!ia0vp^9zd+X!3-pO#j0)qDf>)opHp!=+Geh?ajm%F93vwedEX$tv@C~)*{RFYs~fzd;*9MaRCM&>Jj?@3b+ylL z6b2e0S`y?J%ZGq3e%kXt z++KA@;@OHnSC%cd%s+laE>;+*d_G)xrCNjUiq9AS9+8{szhjG*x!cd1i)Af$sWuqA zoCs5t{Jat~~?TL%!OdOM|fcXCG9}G#d|NCFb9c`T1AEEvos49H* gXS*}@JKXgd&=w2Sw{?b*z7G=#@=50`v3R( zD~pzvRQDYTYHHJGk7a90bYQW}QFLK-aM0m$xfAn6_1XQdBWi!cnJbC}i=JtA{Hi_| zt0$HE{m%9y##{|XZg*;rD?U_AntUa=!B*~nL`o0ut$+mKj%`dX*K)GIal2l7bFG4F z(a(#wLNdSQ1h2gLIqvMXwCK%iZ(e&7RmrvJYvk*o%x|l_SKd55D;F&D{^}b6ppGwM zPC=PvT%Id$o}Bf!E6rNfCuNaz_qoZ>{}gim*S4xJ+uYxC zT-tKfTkvmUK?1{P#l`ynKRV*twrpxkIrp0 zvcNm>6OW*SB6C`Qw^DPO{~u1@c{dhRsvluH8*OcK!gaE`)(e%OV;Tk-N2)$01ZQ(k viIU#e(I=O4ZlQx^=3&PYv)~Qeg6$bm9 zwENw-t=$i1{Q3AwwP>f)3GFp6XU;onmA6RmWl~Pa+9gq$TVE&TT-!S7mB;GZd54#Z e2T!YGVCZ9c?e+D^-w8k`F?hQAxhy?!MFIeJUR~e- literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/hud/gameplay/default/bottom_middle/mana.png b/assets/minecraft/textures/font/hud/gameplay/default/bottom_middle/mana.png new file mode 100644 index 0000000000000000000000000000000000000000..70af51609a4dc7f8e079c568d9fff6de8c3958a6 GIT binary patch literal 208 zcmeAS@N?(olHy`uVBq!ia0vp^9ze{&!3-qRUjA(cQqloFA+A7LTS9^EE{~1los#OtoVxmavuQwfTRwCB#%hl6BYQe51+rD; yqUT-C%h~@y^0(aMw{d-Jr#@}r-_L8tz%c*7Dc6Xk+Df1`44$rjE=vzwkpKX}$W9Re literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/hud/gameplay/default/bottom_middle/mana_background.png b/assets/minecraft/textures/font/hud/gameplay/default/bottom_middle/mana_background.png new file mode 100644 index 0000000000000000000000000000000000000000..5410be8173ed65797c90a43864704534762ad201 GIT binary patch literal 220 zcmeAS@N?(olHy`uVBq!ia0vp^9zZO@!3-pY{@N!4Da8Pv5Z9(upEwWmWnIMqrn=e^ z5`yImtv8NJmkGv-T|qULc3NB*-uL9|SNk{`+?VUi>cX_hNrSfrew$4+GXaXCFk#WyD5YbBNnuFyYVh3%l=b42ZUR6J^A_RIBzy zVcb-9rsxZ?p%3|AeVO{M<3@mg&^Bge7ky3!<#Oe{!e<-L@T>AZpT^Db<~PVap00i_ JOAlO;004%!Q78Za literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/hud/gameplay/default/bottom_middle/meter.png b/assets/minecraft/textures/font/hud/gameplay/default/bottom_middle/meter.png new file mode 100644 index 0000000000000000000000000000000000000000..94a723530cbda6f1744ea82234b46370d3f19139 GIT binary patch literal 1626 zcmaKsdsNbA7{`A|N#3#2SczI@mgS|jEQirNX@s}s{Z^!@Sy~Drg2NlFOe<4Ua~fzj zB{e1QVkwlE*XhiZbRsAkQxg?hRI;CAowNP9=e*DRd7k%=?|Z)IJm<+g>4DMF+^Pux zfDZPAlb4Fis%+Z;Ro%6N4H+tgoOJVXR`KLPtHb7|dl3lx3QqahD5#WyAXuLrUtbSo zWdTGY;9YD}ACD=I1+q>9_1l1=Er2o2!K=s`$3o*y9MUJ>2hJ4%zG;7ST>^y!5WL5G zaPDEh7Y9tc9N{)a5i3-Gn8tf~ctcdW{}U6@!3wxqtc`0_TG&$2m!Jz`E?V$MCj zn=r}DMAK1&I}S-_Q+7q$)CI^dstL{z=fv#aGxx<{MvdzN8jsmVR?Sbp?uzTH+nhI5 zj>zkoyrEra{PNEzmqlf)wC?G)enw<&rz#uu9K&1UyYX{5ok-V#tY8;2iFR{BxBa1* z4Lc<8pe^4*~th*jG4df#POPtlChGY z7pu6h2fgl8ubS4lm&?GO&i1Z+S(BbXpdc@MvPA7r>8dS$P8Tl}!jzCy?q?0kPwLN7 zxF*Zd*2X`FIjDD0v~R7%iq1b>g)c7-k)RWbHT9ban-CraLbf>#D3Ev|M3KC?Wx`ZW zUhn@c!|M=D>wSkKOO!0+!hc1of$4Kg zojQ);gtpX~>-%bY-WBh&p4=Wzn9G?eS=_GjTF2%HH;hf>h94D%w?tCA-xXi1$$ZF$ zE0gl3N|v_Yjjm&#lOf$d%H5@G3o6mwj!z}R^3IHGFMW>@wzgv})|ARHiPUc*BXl>= z_Z?M#@Y`XYeA7l5$Qm>Fa8CetbdSjQd~)~dkG~DE(WDQR=J{sQzixH6E*SKu7}ZkX z)h`>P-jR@!!Lt605V1>y_hLSpro zig?|dsW|itled|B3v%Wg`W0%gDkmfnOEo^uMigtfTam=PQo%if*L!ZWL>rbnU!TuM zOJo5R`JWFslU&N^gLR=tOI@*^3~1Q;b1H0H>(o3ou%~iUat)js{OD$QuXbO`A5DRJsAxyJ1X=1uui1cpc%!D z|Ex@*^@K9PEdbML*Kx?Jj=Y*6t~&iR$@=IqhbMGQl_K=@V8I!?aP_nOx=_BcM%gCTsryTi$pzbBN;_&dKK19NQcHt_`n^4|nrZ&JLFK9xUx>-j0n40mI#j>o_F1sEgLa=J1$LF>ahq_4$ogz%a*q`_jX)3 zRe8tw(-|gAN~4O51FCigp%SzFunh^at<|^BFU}kcG9Mc6iEc2_j9#4i&c*z`GVPc9 z)LS@TdWxJ5f}W`XPbQCGSUch05DfUKcsKHzr=^Ay>MzckEGyXCm+oODI2cDHGr-DO zvDh8gXeymb>%I<49Jw6ekl{DAN*%c@=U)oef5AKR(N}BWxnSl^lk`ia^8gz+`>6BR zyPT-pL78Z{?*==tvxBxW*k|zxN?n=vw^|5=hBYEbRg=Mq3gqit9vdZT%>OeN2bNS$ zJ|yKn_MKxG&pfT8 z^$B+fxfh?*rKvOonT*vYHN?7*-7RaQIIg{`kvZf1nphcSkJp1kGax+REU-Tf@q@Oh zx~jEmE`z{q1kJkAqzno1!hq=YwNIf@iAHc&tVJ{A>>PI1*3_@q=MH3lg>zJH&?CdI z_=x;Z;9tF@?vS5#>=0i?|9R8GJ}`iz?pRJkYN;EKYny(&IDP`)p-&hOnxws5cQ%}% U@gZ63ifVxaSZ5EXGVUA1-~HP-F8}}l literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/hud/gameplay/default/bottom_middle/special.png b/assets/minecraft/textures/font/hud/gameplay/default/bottom_middle/special.png new file mode 100644 index 0000000000000000000000000000000000000000..a6b5c0f576b54072e804bfcf750fc55ca8341fcd GIT binary patch literal 1689 zcmeAS@N?(olHy`uVBq!ia0y~yU~~Yo4{$I8Nl)&7c|d{F0X`wFK<wDU^g<@wR`tzWN_;AKV)EO?>~)!f%%E2 zi(^Q|tv44G`3^ZSxLl0)+9dI=K7eOgB#Y=-939 zin3eji?hyr+abRpdH&*Avav_6efoDla{fEP0#zS7plT3kn9s(lkXgIHLSTQ(1n`Zh@3=3&Te#i(by4#tO4J$5>Py?l3PmbmSJeejwAwK(eEF zVur)+GLFYFf~|=^vfuxC`*v?^4(~3u*yiI441bs?zEESi-?Ct~z@CHBdk#tOImrF# zJ=5;F)hA~xPCLhWa$Crre#wu|W?Y=lrJGv9`>pZ%>*O!{_P_mWxy;nBVSXLI;@9_^;;a7EersJ- zKfiY2tNZELgfxD`LKYmlx2vw#D*Qem@`gFMs^{MK?R)(X)>isXdbw=re*QUI?)|iV z+g!)7>n*eN-EWP(bv*C(`|Y}P_3F9>Vh8OC4BczHs$Mm%^V{sUT>Izu zu6L%TH{W;ta(Z^}_klToY7@eWzBfkxdhmwXJN)_`_Ne?f%xlfRHC~f1lRsg10UXIt zV$W;43AGQDZm{c#^CCe1pC+Pi?AA*yUFHs(D`wYpnKJsk!U6)~|mN7hE9!U8VSa?St31?z8X9 zdJA&LdmwRr)lU8`_ijKOWd8bAM}xAOl| ze9>FG;49EMzd%ua>fGO*U+%mUpSmveEAv*)Z;i9}FPhiBAe&sg@l|te!vFFs zpVeO6Vu_Uox#b|#EqkZ${BHLl^~?80eW|&%2`_J1{XTHX)Z}~PHR<0DuR)&sp9zd3 c0kB&h#9y`ZNvH|BYzyLgy85{+J#a+=0DYlHo&W#< literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/hud/gameplay/default/bottom_middle/spell.png b/assets/minecraft/textures/font/hud/gameplay/default/bottom_middle/spell.png new file mode 100644 index 0000000000000000000000000000000000000000..b094a8cd272d8f08348073fcfc141b7927285946 GIT binary patch literal 381 zcmeAS@N?(olHy`uVBq!ia0vp^1wbso!3-ondFOWBGj0*!p`5CwZUdQ{VfjWgsg8YIRG{E5RKR8H?IV1y= zed6ij7*cWT>P5ybCPSXqhkn_cddrUO`5j-zn`@OL$?BE((Y=NJL3q-S{wu#WoQ!&D zD>v)2=8YZq&->m^o4<74jvF?G8!Im!?d(3&Tr3_ayZ5oh76+Gr?Hzl*?R#Gu+%r*V z|GvssjkD_A0z@4&Wp!A?*n^XvO<8u(F=T3vXJ$gCG_OzL=A=g}yKkI-%s<06ChwMw zoqkg3hPQk|8?QS2IBmmoU`Hj(*T^;M1v@+QPVOpXzWZ5Wr`nD?GPAG$cXri{$yZu; zm9s_gi$M;%EnjvKW4@XGx0nOB&wAT(Uu!=b_TyR|BhUGNJ)0ZmsRRAX;OXk;vh=_e F2>|Yes2l(Q literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/hud/gameplay/default/bottom_middle/sprint.png b/assets/minecraft/textures/font/hud/gameplay/default/bottom_middle/sprint.png new file mode 100644 index 0000000000000000000000000000000000000000..5447c9ae98940fae5314eab8a8e9e12e9c86e8e0 GIT binary patch literal 360 zcmeAS@N?(olHy`uVBq!ia0vp^6M$HngBeJ!&voJkaRPioT!HleKcD{pfB66Zg8%mm zpWoZ?;&^U=sjjw!#FV~nkbcgRAirRie^8+HzWE1G@Uy3jV@SoVH`4;Um=y(F%C~HJ z{ZIYg#JDw~Y*sEa_3y{WEm$pZ`I);6U;CWzzn5C|s`Kmom}+%>sn_F*2Pc^~#;>{@ zpn5fvVRQZr)_AVbX1)m?BAvRQ|d*0l8t4_`;BGnlO0}&%HE&4 zV#1r46G7)Xb&kBrf6~hSdUMX>%}$Huo6bI0XIiX(tVH?0h>l6!+6m8+?G&fE2vz)S zdGML@OsiLO#aF({ymRxctAqaSji0G${^j=iWS0MfN#OnPE+Lm<{H>LW- zd6=IO5t%6=5n!rotR$-~A+cw}+!H`W+$BMN!3_W4;OIH;4xn(Lr;B4q#jRwAhQ2;F zgVdZy7a0~=8AaJhNX)XfGPaJAl8~}a4?CBWl@OtG!*H=@DdXWJVMo=e7g%}X)Q;&X r2J-MMT-_79NX)=s4HJ_BD>Fl^^M?Z6kX001Zi0{{R3fPh#r0000RP)t-s0002~ z{{E(lbES!Lf@MrzNH;z{K2S9+D;OAF-+3GW000SeQchC<{{H^{{{H^{cLUP&00072 zNkl8nu6ot>0S;7V9h$#F3eS#1mG-r`#yHGd>ZGfy9^VsEw_&`vH!hyS_ z96p@O`(qCGSbBYZ)pgKSb()4O4ZsSF7ffKx9SG&F2tl?2Td&5};{>cg6W|V&lQcC3 zqSAEWjtNuh;Lg43tXvK=YIYd)f>eTRlFBNneq>kb$VM`%K{d03IGkzq0}eefD&e_$ z;7nM6pGCE0=|F)HE!?@9D@q7ME=dATG=B8B96Q>Rw1BQaBe8JT5y!V4HMP?I-Hw3PCN$Wi3AwW zdFPZeRH>#a?u_WDu>xbJI6bhI4BQeWf`NrJPN`rUSV#;dq5Ml_M$PLskUJ;hJnJ&n z&vYNE27POiV)ZW#11eAq98MxzLHLDBJMQdqT)49$0UWkwb&|2Tj#1w6&*M$TS9OZj zHIVjB0m!cGlqt)f6OgUQ+8+)ziZ)C#f;@tJk6mP^3_m0tP(ahvD#c0T=QtFY)TXW1u*%)YJ=VndNM{4BQqw=$%`aHTDCebz&FxmzuDJVkL{>t@D0h zsiLFD{I0(w!6h6B=X0~a_wE4-(Z;~|@UmaX@5)~ifo8ibPgcP0aj|GS(eWs8*}*6JZL|plmGw#07*qoM5Vyg7|$+I(*OVf literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/hud/gameplay/default/top_right/marker.png b/assets/minecraft/textures/font/hud/gameplay/default/top_right/marker.png new file mode 100644 index 0000000000000000000000000000000000000000..0075bef6fc0d0fed84451a3997a9171b6b95b87c GIT binary patch literal 79 zcmeAS@N?(olHy`uVBq!ia0vp^j3C6p24q$4S-}LP#5`RbLn>}1U-)^xpoT?g@evI} cuO1-=S!L-TT^-*tfGQX~UHx2^9=IX_0Hd=NFaQ7m literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/hud/selector/default/bottom_middle/class.png b/assets/minecraft/textures/font/hud/selector/default/bottom_middle/class.png new file mode 100644 index 0000000000000000000000000000000000000000..e0b86a7f93cedf1242458e289ad198ea4395a317 GIT binary patch literal 775 zcmeAS@N?(olHy`uVBq!ia0vp^3xHUFgBeJ!jWqZGq$&b@LR^8gj-+Iii=JLef|83* zZ=T!Y8O=|wA2_;Wo}#mNc&3?Wq<&w%dqJpagp*FBvu=co-kp!v{Cb1ZFZ!ol3i!8t z#yNX+9bWb@Nj}}=cqJz<{nU6R7q3_Qg7lN)?_WLA+gQ-oRQTZ9(U*Gzk4@I^$#pFZ zGt-ukxOO=59?))$k|4iehJVBX##frh85o$vJY5_^DsD}g+CJ^E0*~v&1Hs#`&-Cn1 z+57+hVct%`wk?~jc%OF8el6$c8r&MW@S86KL#p7e`@6-aS5{v9Cw<}ZCy@uI9|jz| zQ}O0|wRp|KfCh=<7Ym{m%ytiL?$D}=JGgg}tih9+Tnb7ve&?DA>j!L8UUd9kemHCV z2`+&%X(#I1^8Q^(-|m0-!%wF3h3gjwnzp1kYDn!rwD{7sD8B=$pX@AuzGR>(D*ohjG!oqtjF zo;SyzF#P@N9#Fhyj(En+pN(^#yPi4H+CD|-|Bsi3Nj`6EI%@U=SL`~wxhj}l!SVjT zS1|$M@5-$voZ^;vG3U6X#pgshwu*k|{n{J30uKxCD%m5ayllx%mj}@<;la*(;}2xq z{#$1K{OF6yZ=H`bPX3W(ls%m3ro(zfZWwe|&PECM4+zIa$u@r@O1TaS$g1#1OQV;e;fb+ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/hud/selector/default/bottom_middle/control.png b/assets/minecraft/textures/font/hud/selector/default/bottom_middle/control.png new file mode 100644 index 0000000000000000000000000000000000000000..1a0cc436333b8c93a1b27722a05e171060ed1380 GIT binary patch literal 275 zcmeAS@N?(olHy`uVBq!ia0vp^4nQox!3-p4?Y3iCJJ&{+G_l9{)U3T_SSx zUogWzg5a3tn+*&Mj2k^&978H@y}jC)o)Rv?_Thdx?~N^&(-v{gblv^`|NgCx;ZqWu z?|zxfx5MxFy^t51PVgUozUO;ywcb2_-hbcU9G>BH{(Z7-{PWeC1`O}-y?po4L3-WW z@7H)drafK%p}TK=Li+^u%c(!}=g(Uc_-5|6Su4t#c9fhiY>QS{-5RS}ownb~m_H$) z6bLz|* zp4()XUHBckQ=~XJ=J)H1y=M}4{_^qB%rSbe!0(x~YrnnQGuffB(qB-$Pnb4eu_3`^W&V(-i zDfjbi{qKMGo9&lf`20TdO#D>#1zzDCwL89iD*57G_49S^{WHw2s>K4bvyYr!6*99* zVv4uxSBBeJs<)4Rz8zVe=7I_NhVRL=NoKOQFYqkUvRdW!CBtjgkMjKy5^uk| zW=eZ`Y}$2ipJMZ>D>GNFikDit`j%N|-sZ2r;e_x$u^twtOHDS zwIw9pa3^#EMcGP%{DK+&fxzsag@HhkAWs*^kcwMtyBgUX40(=RTlf2ad|mL$!ygYY z&H8dpdDTB})>oX8pO5K&ypb*v)4J}D>&|qYpIJ`#o*p@8Qy^+o9y6D9xy9%7hs^(G g91+qAt~|;f()q%*<3;mApy>>ru6`~{4_uJ|0H^{;?*IS* literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/hud/selector/default/center_left/archetype.png b/assets/minecraft/textures/font/hud/selector/default/center_left/archetype.png new file mode 100644 index 0000000000000000000000000000000000000000..8f052d198db5d9028d672fe09ac059a518184086 GIT binary patch literal 1253 zcmV%`umrFllp?aw~XbV4R7GxUjJQpjX*$ zNRlfyaygE!OTFto{?v~nqhAv6#5LOBX~CpI-Qs&N{{X?V^mPCL03LKwPE!E>{{H^{ z{{H^{{{H^{{{H^{{{H^{{{H^{{{H?Cjb^Ad000CWNklp+Hbss^$o#63jJbYZ& z1%1TufwpI6-Gb2mSwH=cd{GX-9}$q>O78>BKB9}EM>Xv?_#>v#%;PvRqx8B|QJgp# zKB&vrfIngyrOsqj(0xSE1f<)?<^e=ZJ`Ml}*%m0j2DZ@oA$_S;QY}FGxD>>?&ZY)J zkzSOr7B*pz(rXOu((U)=q?Yq8um7mOezq!At;|P# z#-CJTs5AMuAAgOX7ktZ4Yo&YD`Z<|j>#I3u@24`3uznVQp;$lFPATPV{Zu&w7(W%x zpP$eirM6zvgzBg2!+%z3~BvDcsxP~#!qEl6u|k(sJ0oZI>`so`U$G8%=CVe zbVEyZuQz_GRdVEKN%eED5{mJ2Kkd*@7(a;U_Mx)swlAu*&20T79*+kY40TGc^LwE2bDl^+Nm@TYPz0Tys^2xB9m-{z)Q9ym z5aoEl`q_gddNY)AmT-O&P?>Ok_InyXE6LtZ9{9;U_WpVLdHVSu`I-OHPaOEEF4DpM z6W&j}zLw?vWJXTNx%E>blx6+I`+Hg5PcWyH6B|D<3&YV1?l`-*O!-dHGURP zb5g9IEb;!Xd~Vy5tL-xvRFm-&9Xma+ev(gxZ2e@S5~I6+-nyF}I6pzv{m_({B8{Kw ze+1S~<@tmk%1G6npS)3z^|SVkpV;fp&zt@R4*cYSpWwm$lgiKV^Yrr%2nm=ahDtZg P00000NkvXXrNGn}A)1JX literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/hud/selector/default/center_left/marker.png b/assets/minecraft/textures/font/hud/selector/default/center_left/marker.png new file mode 100644 index 0000000000000000000000000000000000000000..17bf3950e03f0088a2495bfa8710829c83969b8a GIT binary patch literal 79 zcmeAS@N?(olHy`uVBq!ia0vp^j3C6p24q$4S-}LP#5`RbLn>}18~iwbz@DiyFlmZ} csv9SRY|!-|H}X6EfGQX~UHx2^9=IX_0F@LJ+W-In literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/hud/selector/default/center_right/card_archer.png b/assets/minecraft/textures/font/hud/selector/default/center_right/card_archer.png new file mode 100644 index 0000000000000000000000000000000000000000..09d772bcd368d4bc6d6afcd4566d0933233e26c2 GIT binary patch literal 8853 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/hud/selector/default/center_right/card_archer_create.png b/assets/minecraft/textures/font/hud/selector/default/center_right/card_archer_create.png new file mode 100644 index 0000000000000000000000000000000000000000..68c9953c417f8e46eb76bcd3b2a071b72ae55a4e GIT binary patch literal 9011 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/hud/selector/default/center_right/card_assassin_create.png b/assets/minecraft/textures/font/hud/selector/default/center_right/card_assassin_create.png new file mode 100644 index 0000000000000000000000000000000000000000..e712a531b78bd2d33e1456110f81448d159aab07 GIT binary patch literal 7088 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 LT~uM)B;)@9A|Bu` literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/hud/selector/default/center_right/card_hunter.png b/assets/minecraft/textures/font/hud/selector/default/center_right/card_hunter.png new file mode 100644 index 0000000000000000000000000000000000000000..542328b6db2d4b26b9dce108060624d61db241e5 GIT binary patch literal 9794 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 UFVd#@KR^I?G<31~&EHx62UO(kB>(^b literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/hud/selector/default/center_right/card_knight.png b/assets/minecraft/textures/font/hud/selector/default/center_right/card_knight.png new file mode 100644 index 0000000000000000000000000000000000000000..77c7a4f20c743277b89d2c0405eead9dba33053d GIT binary patch literal 7163 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/hud/selector/default/center_right/card_mage.png b/assets/minecraft/textures/font/hud/selector/default/center_right/card_mage.png new file mode 100644 index 0000000000000000000000000000000000000000..cbaebe023f9c725a91f066db27df72efaa33d4cf GIT binary patch literal 7605 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/hud/selector/default/center_right/card_mage_create.png b/assets/minecraft/textures/font/hud/selector/default/center_right/card_mage_create.png new file mode 100644 index 0000000000000000000000000000000000000000..2620ed2ac5ed6cc84dd96e93f198e2857f75e2da GIT binary patch literal 7772 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 Tjg#y64-x}iV@y%&1lRunC4}~e literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/hud/selector/default/center_right/card_ninja.png b/assets/minecraft/textures/font/hud/selector/default/center_right/card_ninja.png new file mode 100644 index 0000000000000000000000000000000000000000..9dde4e9b37cae87be4b8216e249c78668173db9f GIT binary patch literal 8823 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/hud/selector/default/center_right/card_shaman.png b/assets/minecraft/textures/font/hud/selector/default/center_right/card_shaman.png new file mode 100644 index 0000000000000000000000000000000000000000..8dcf3a6239ad3e3d5ec3dabea9a2f4e9680f19f2 GIT binary patch literal 8143 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%0D;D*OnpNt&Ll#XTy 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 Yz&tBD6;F~q{2wVNP0x@E-wlfW7ovUHw*UYD literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/hud/selector/default/center_right/card_warrior_create.png b/assets/minecraft/textures/font/hud/selector/default/center_right/card_warrior_create.png new file mode 100644 index 0000000000000000000000000000000000000000..b719b73102d0d886ea2de85881e033dc92a4a0bd GIT binary patch literal 6921 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/hud/selector/default/center_right/marker.png b/assets/minecraft/textures/font/hud/selector/default/center_right/marker.png new file mode 100644 index 0000000000000000000000000000000000000000..df09702569adc11468db29016d5d7728df9e413d GIT binary patch literal 79 zcmeAS@N?(olHy`uVBq!ia0vp^j3C6p24q$4S-}LP#5`RbLn>}1U-*CifIU-ZVA2!` cRX0wC*#=jBBuq%r0jgl|boFytdfX9oth@H~vVDJT%G z+W1bZ(5LL)gspm49;UU&tk1G9486n<+^@FI%TDcI($xQgcZ2M<0_|k*boFytdfLQUCw| literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/hud/selector/default/center_right/wynncraft_outline_condensed.png b/assets/minecraft/textures/font/hud/selector/default/center_right/wynncraft_outline_condensed.png new file mode 100644 index 0000000000000000000000000000000000000000..725bf900c26a25f5a3220e919507346803c3665a GIT binary patch literal 645 zcmV;00($+4P)001Zg0{{R355TRF00009P)t-s00030 z|Nko(7~LzL_QoF3RF+ zc@=Cme{lE2X7PE{Y;ey{WfAcc0?RM$X2gd?+}C{5Z$dW`kq@#(#BM>{J>TEN6%ICJ zhdug>ct;Q)(OML2r;2KwR1xkX9;Y)}BkH$TCmM;vt*zZUtxSBhTa#F9&=Fn7gNawy z5#LzNnZGQNqJ)4R!3YPx@pk4Ht@vZ^0(z7xVMTnS-#R@o64R4mRW=VqgEwNjVXp9y zJ}UjFX=aEnPa{5@HnHnQ;#8Sc4O;KysuF<>m8*^w^$}L z!OV(mEpQi6w`PCdIyAw>s69|Xkd6sW$HhP$S@9c7MqUU-VPRO#4kH_JCb&Xp=t>M; zXL^liK-_w=e5j&Rqn~F2l#kJ22JsXI3jKu$E zhMtM2;TorKJR>VEA~Mae&CJnXIKm2pajqy~T2UBkW|~mrTA+2DJ^6akX2FDUor~+? z5csS#g#{BYTzEW9AxBzIQJO$g=(skm^&a^rfd}#@vNa;pH%TZlV-%>2W1}cD*t!uv zaqYz2;a$-+h?*#XT`jgEx`rz_{lB-jo=DuR)tPHMV{~D~e(O{dWk!)R7fXqpmtNt8 fFnu8)lsT<`N(9xOu&E}P00000NkvXXrNGn}_n#P9 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/hud/selector/default/top_left/wynncraft.png b/assets/minecraft/textures/font/hud/selector/default/top_left/wynncraft.png new file mode 100644 index 0000000000000000000000000000000000000000..dad70b84442ce9b145a9cc75b0d0103b98311ab0 GIT binary patch literal 31137 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

k0q2>$Qb5)YiZDuBxnI8~`e{P0tFU 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 T;8z_<3INd2GSDnR|K#`|YeT~A literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/hud/selector/default/top_middle/marker.png b/assets/minecraft/textures/font/hud/selector/default/top_middle/marker.png new file mode 100644 index 0000000000000000000000000000000000000000..3563332b4c2d54efdba8dd9b036a36ba7448fb6b GIT binary patch literal 79 zcmeAS@N?(olHy`uVBq!ia0vp^j3C6p24q$4S-}LP#5`RbLn>}18~izcz@DiyFlmZ} csv9T6{MKtfSiOvRfGQX~UHx2^9=IX_0E`3_0ssI2 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/hud/selector/default/top_right/marker.png b/assets/minecraft/textures/font/hud/selector/default/top_right/marker.png new file mode 100644 index 0000000000000000000000000000000000000000..0075bef6fc0d0fed84451a3997a9171b6b95b87c GIT binary patch literal 79 zcmeAS@N?(olHy`uVBq!ia0vp^j3C6p24q$4S-}LP#5`RbLn>}1U-)^xpoT?g@evI} cuO1-=S!L-TT^-*tfGQX~UHx2^9=IX_0Hd=NFaQ7m literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/hud/selector/default/top_right/wynncraft_condensed.png b/assets/minecraft/textures/font/hud/selector/default/top_right/wynncraft_condensed.png new file mode 100644 index 0000000000000000000000000000000000000000..4ca5727f6abf1c712710929d9970a282b1c08c53 GIT binary patch literal 431 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 Nz|z##o+sSsy8S?2$x~+=a)I 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 I(P7^I0fUf6umAu6 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/interface/bank/bank.png b/assets/minecraft/textures/font/interface/bank/bank.png new file mode 100644 index 0000000000000000000000000000000000000000..579113068ef3ab8f8433c8781e9c269d1f68f9e5 GIT binary patch literal 1154 zcmZ`(X;4#V6usX|fL9VA40{Op0zqWo%2t-VwgHl|_{ySK1p*_rP$?~FK{lTV11PQ0 zR>2Knq#djZDOd)zV8)>=ibVz#QLCYVbXdw#kVb+uIMW~f(K~nM+;iugIsZ-t6&0qZ z%hd${J&9Np4S+N!0-T`%sq4(I8u*xshz-%8z>4c?XTvo!O{PLW2=Wf}aPoED>|t-? zBH#V((~W;AqVe`FX^Ue(_@A4oPrndO)Kr zlJa(Glu4>`L$i0eyK=dSV&CG_h!@8%{j!n2FFGm)!gudg12FDLMDNDtKAw46mi5G) z-L>FulXAx?e@m9vvvs@6O_QwDEjw$&dGmA6Zud`DE@oxLQv;G8Z*L2!d#avvET$(^ zd})3W{-|aX);d{6&;Ey!3o18PHeNE@J(iT1-fn>R-TEy>{g^fJY@MU0{lIr8ASNh}4!s%3SeXmNFnF*Fc#R^0<1CO5-ubXZ!$h?xMLI>J12 zbLYMsO93KkwUj4>^aA@RMFyFR@|l`ONQz;@h{ujNl?mgpi` z2JpV|V#~Hx#B~@tvTBv>v@^~4LnxR4eL}^PS}RaQW(i31ZABf1iyLlZHxW-qsS!;h>S=*RtO#-kuxCJgS;=wDTG;EgfcRsc$tq0W4vMyHAF`8yc8$JGTJ zY}1Kmwi1d$dloJDP#yfQceRr9q-@FCr28aR&X#W98pdd|@CNmzi-<^ixO^|tpMJa1 z5nhij--Y@W@H`wzCk(HxsE%ooWk~u-ms+@fF(#vLeQ9X0%@bw?ctOkgPIW{6!Ph?9 zr>yTsO<(A6l8+6$5i5riL!7_IO`g)@hLURh5@1b~x#~XI#HBv7ZBX7fN0D zQe%Q;uGNDb{T9kCKvFk~ zt-StyFwi6)mZHOFZg>JSg0cIMSPW#C1z@d+kXi!9R_xLn(WdD%z&i_l5HbI-_xVdD lslCw_vRlhR9UD#ZKckPOsr6DEt@))J0!c`e=sU%b`9I*Yxu5_5 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/interface/bank/title.png b/assets/minecraft/textures/font/interface/bank/title.png new file mode 100644 index 0000000000000000000000000000000000000000..6e50ac3ed1acc4aab76c5f79b973513a52d9ab89 GIT binary patch literal 867 zcmV-p1DyPcP)KoD;OB&`t;QR0004WQchCP0008^NklK3K&43$e18d2dQIMCaln?0AV0uBa4(^AXEt_04Xd9g#lwgdv>rRNf849^v2z{ z_#p%zurb7u3(FS(XG<8xXS0==l~Z2zphm2aS}Gq>uAY#`Gc7%JSMkI8p#}NhgP(TL zY*nPZTk`W6RMa&mkQsHhPzsuXD0sqeDJPsR=1De%15)hj(@IFQB;3Ry;EP0Moh3UH8?mx)LRAdLfq%Q^7~f-ATw zWS$cZ9>MGr6=R~ou_MPIQgiWq-;rkNIF3&BCc28GYy3p4+sE6-+sBvlQ6_s;gcW_t)z=N+cKwf#=K`SC_eY~5PH6C}c z1ZUB?scbx6g3M|0qO!6Yk7rP%tPLVfbsldYZy#?TU(QD^B8#)C;dt?plSpCfc)_uK zzy3slHWrWQI9_)Ao`M3<7*aADSQ?7=~oVg(zHUk8Vw@4)7`uq1PXbnoaev?oFdMLY}+AXjirv>pUADsg^rTsuZ(wV)`iJB~bj zbRBKU)a~Q#5kwoa12}`ikKxEl zj9{MMU=gDeY6sIeDvNn!#$|eS8D9q@YTsgv8e=m6fh}mj+(AIIa|_N@GS*|6HO$C< t4}e9phK7`>aVZ@KUHA9v+sFU0{sxU}^XaZ!Rj2>}002ovPDG`^)ELqRg%tn* literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/interface/blacksmith/repair.png b/assets/minecraft/textures/font/interface/blacksmith/repair.png new file mode 100644 index 0000000000000000000000000000000000000000..c5ccc13daf6e11d101afc06f078bbf24d54e2999 GIT binary patch literal 1154 zcma)*TTIh;9L2xCfBSEtg2k!Wf|Zg{29iQWQ4k`nioh&wfifoJQkYWMI*MSR-r7Gz znF2~jBZACfAmgGE7*OS6wcOg_(_VLSlFxZL=k1)7h(hgY zPBZ|p4-eZJ1%Q?!0vpm2WZn~xmJlfsN<)??@#AiGU6;R4m>9Mt+Hu_}H}=(y?p_Rr z)oQIP%+8MIomK79Yr{G2-aOxJNeA*nMTs7aRRIB94u|dI!x0EJ#m0v0kKKM>v_8Yd zbvz6IFp3UDiK1cmUc~|cX&`*3K&tBPIy;nA&vrO|?U2{Etq${#CoS~2%z)_T3**H) zTXn5rYkT+N`htb%Ddw=>`P(;4O&x13p2aWCZ%;DHM^-fVI@Pte4s&U|?TOho?HihV zw_fWh*ZZMOd^BsUdgb@re19$wj{u^h!j3{#Tp>h5T$AQ&a{_AU#x{GE2po5JlFiCf zuURI#(>XBcpQ2P_N<%@imdQ%PD5thCMky>!7%0ZHapkR)JCW*K+${Jp9Q9%F;Ebz` z`Ex=XVIjAj;OSGmJqGUtvYqelpp`7+SuSFG-&Cupnexf0n|fl$2Zy;|IUe{}u3tAFGgtakmW zwE2v?i|sQd<2n0F4ytSXj&hvSC15WdeUo1)&y8*Cmhg}766e?4dcu|!-n`dxcZEUP z>=nNeMHu)NL<<|7b!V&oxZ6EcL=M_hadEn`GIDZw0g4c5Dqz_>1|ExlH zY7fGzq0$Z#nRu>tTZtxGDycBf!g~Q_I)JRH((n*pJ5FlQkQ)YKWHe&B^YpG;&GgB8 zY6WweM!tkFn7_RZa~Py%7P%M>2b0qfX3zwa8Q_~m^*FwgU47*5H`+1FO*a>6o00^` znXh(+6jB?Pm?zaL1l3AWST1GdhPIEv=*!jQpVt0-(H*pY=m$qO=*gOHD3QNS+6;ujU++Jz0O{_~V(@T<_|gZ~8xd2C&R@QHCPrGGl_G2D{1oJnX6t`! z(GA)V1ooiQBS~KvHYCsX^gY2P9bHgRQ{kjbwU)#3ai7bNO*up-JLaLOvq$;~!}JmK z>&EJE2O}M;B~x+5o(^mSO%@EoL#sjjZsi4Bn_Zf~ua^%|8eAYM z8t)Mk%)uby^rU+-I?*@x6@58*>AXNJBsmLW{;$xC-h8C7?>_xQH9SPLv)0hX_!mf; B-unOm literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/interface/blacksmith/sell.png b/assets/minecraft/textures/font/interface/blacksmith/sell.png new file mode 100644 index 0000000000000000000000000000000000000000..5badaa2035f73fe06580213f9d3860ea392e1991 GIT binary patch literal 1156 zcma)*|5MX-9LL}9&jx-55<@`eGWakSaHud^3~_w<@MSO#nwujvfw2)S6T}(NjZ@%r zD6!x`#6%B4mx5v%5*z~Yr4KUP$OIxLG(>l1sEC3Q1g5t}e?hNbo{t}%ch7r0@19?Y zMX?TcOgjL8L!2;rCjiij5TF#R$o*!ARz;kUD6ne!_AM8)BFgs!yYAYmI29dH$n(vJ zomR(WCv$inZbhFYhy%Cky)U7w$vHbkQV^e>`5FMqXk2teqS`cDQ}X#Uj4qI# z`Zjm2*kZX|QvAaCmcbCkvk%YYxi(_2JF2{Xb1)-@A@rM@X;CRU4YsijPkmB?dNomW5Cg6YBlRv0-nLA(Y__dH?KaSh*57 zXpe)DgIBAU12y=ch;JDDa0a1+a~=fB_S2>fxHflLmw}KJmfU_Km9<5iHl0lNmDB<% z!AHg|{DtMW5oN0zH12pQTdX_=YWhGbxc{KvX};fI9>Xo)fj9fUDHX`bpV2c@o51U9 zFJqwua#h(toX@_AC~>n3T|;ybGp8$E%|Qe(!~$e_ZNjIx7ho!&i5%Ngi2@d;X4dYP zlg?mhQh|8^Tai1eqL3@Nu7WrN4zoL;d;_Srk+anZ8BV3c2*|-yc3>3IHNjcbKwBR1 zk0k&Lk(2A2)lO+A40Nscody4edXJBwdo_T%|0>*8<#zITf8M#_$H%{a5+0|&M+LKW zodil*yI5xDgUIpT0&OW#_`DC&tZOB-mg|#FjhR;be~0hOKh!^!cQ|j=9w!h*H;`kD Fe*q8{#asXY literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/interface/character_info/character_info.png b/assets/minecraft/textures/font/interface/character_info/character_info.png new file mode 100644 index 0000000000000000000000000000000000000000..02bac79723747cf25b6f1c1b7e232045c49a39f8 GIT binary patch literal 975 zcmV;=12FuFP)}aFo(V)!A-13!zrBrP@;%{BYE{$_D3Tv z0VuAWpE@oe<0*is_*_$t_F}a>0cd9e9?MFghl)`@0LK%6!XJRwx)N?Bqh2tOXDj zuqCHmOn_Y(2kdry)Ang?fGTg|)d9}Ct!iC>iUMfD0R=|@Jahs4LezdFpz;PNe*op; zk|ca%7*K=*s%IgHgu6%o2-05T8_56!gT1x@EE2BpB?SO07{2<706_Br+6UkyqzjPV z0Cng9>e+xi0KfoH5&*>j&>%n(l9PZuDIo7&d=!A(3t9`{B*;mm1&I3t$PR!L00;>W zfT+5F=7Ry{GC(r|$X!657U2FqSO9kAGC)2Iu%78a7+lGuMA*j3#bPHGzwsDo`V2a&s)O*_z6(y z1z<*3Pjnr?yhq23JRz4?VEW;4C;;`pHZ{$9cnp9D09+lFegM0(5KvQJjG6=h|A1W| z;4a1mD4Oi})d9*MQ1=1!IH0AeT0Ik>4p9MYOg#@ka{#KXsWqb=GUKEN0P1Z5poz$x zJGh_75BzAa@&TL|6a8Vq3Gmwj*aiH2KP4n&iPDTAb^+U8@3yzp0PO5LfISWp1F*C2 z0C>AU$Eg9BadtAzd_HJ5Da+UjUKJbn#ORuc6ky5HOs9+){Jq_z4J&`zgJS{!004wR x_D}7<48Q^a000000000000000000000N}`})S^%25Ags1002ovPDG`^)ELC%kaPe5 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/interface/character_select/backups.png b/assets/minecraft/textures/font/interface/character_select/backups.png new file mode 100644 index 0000000000000000000000000000000000000000..be519b97bf2f112b01e4c3ab2b0e874505a74180 GIT binary patch literal 1476 zcmai!`#02i9LC?D?_9AOB2BG|w3TYeeah|I(&p09C?>@+h0t)=uvDY@Mv8L`-#y%&cI1Wu`{@{+ySwDU zl(_qw$GK0zbvsXIR(3D2aLZ@`YtlV zk8PPgMiDqsTbAO~KI)0Y>ml8;7$2#xx>NIOpWK?)oC0?845$3N{&n8LgyFuk{Rdq1 z+}}Q0F=N|u+a8y$?!fLo3+RhD(Wv!c3-0%@ZFGGITNWcCDwD6lC7sizehJu%fCD~` z@FZ^H@bUMWFwuO0jiEr@~P2?CQXT4uNfiI*H_mx%!vSn_B5U zW#B_2#>{JaqBzs`@-eXU*MVoK@#XscJ$dIciTd8>%m? zvTK|iR}oryb#qi45m{6wX;$!#Gi9e4X^-WRhk(*K^(MP3~8`w|oni zW!J%KXeb)jQyij+%!R_0hR|sQYW4de5o3WvQh2oy4aV)ndm%T#WheC$t@RnJ)mG$ot{K=*HCT>q9_R@bm8sNujEyRab_*RJmoi+8*FY5! z)dm?U{wNIiYIuLxYNC)~U?_9O-7ptVZL&$8lNh6%Z>6(NDnbewI!sA`-W~TghM;V4 zAGfl$a0Xq!byI@Hf`?n9k;s)MS(9yYw8|cw-UJ=(fwxxUTU!cVxo7|8sDV#%e5cQy zbBwhlo~Ut&CHU=S5v=eEI6BBk6A_mrT!jz|RL$YhZkFFDl7)62qpKIN`sH+03D! v%3uThnNrAFwzB^PY)Nw` literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/interface/character_select/cancel.png b/assets/minecraft/textures/font/interface/character_select/cancel.png new file mode 100644 index 0000000000000000000000000000000000000000..570b9d13b614ffae9118c2b75eee91527586ddbd GIT binary patch literal 1541 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 F{|C88i@*Q? literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/interface/character_select/delete.png b/assets/minecraft/textures/font/interface/character_select/delete.png new file mode 100644 index 0000000000000000000000000000000000000000..c77d788d3981a4f99cc6e905ebdfc5e42fc51ae6 GIT binary patch literal 1383 zcmai!*H@DV7{=c(2>}A6K~7}|1`#a^BB0D5iI}JeCIP8p5fg}FIAz%qKv|!14pW8$ z4OA4Y$WRios30rIbTVWp2qjR42%^YPPDq;m1$}OQzl-<07th6$%4Y7mpDe1KJ<sZBo1UuU`l^5gqV_Y?;aHF>j$aTsN%3h5p3 z74mJcvDXl~UFe6vrFndQqfLCL)zf3$qD%x`EyWZmV*#a6~a4J(L^!6QsI({%f>5X?Q1Rf!Rd z{o)r=(+B*cj?mq+9-i^K<7;O$qTu^JoBC}7*&`XqKE1sQ%jvPH)xOU16RK7oSA{#bT$7&}oRw(9LG0@f+$0M~?HI0t z7+n5GOmyq+c(lVFo)fuquN!yOsQTj3GMuDoK8hdz=i^&XkkHd;q4e3VG46H2u>3|4xSoTjyR$@NTz3tJ7_BdESyKo_~4$ig_C9*c` zl?H9uaag}XL>HGL2gxlR54t|U62!|uhCpeNLU=(@hPQ^ zS39eNTmm6=9c+SyQBf35U%OQ&oiZv_PbMQ%!5~yL8Qrf{sb{g)HmrP)^l`pUMq{oC zNxUUt%&;0q3oUd;zYm5d8PT=?NwVw=Be8cB;mOs?qP{@;zz2W%tO#+42n(N_cwB_- z+z#wiioZH72AQHktQ#-or!)erZk6ydbIDzL zD#LAll8Q`|m zDpna`c*x5s@Q7Ext?yz!0WecT0xJa(UUKw7n-p38`^ROhnaR(a(7iWZLosHI+tWC+ zhr|i{w9V(skjlOmxHB+>@aSc>pl0T6APK+mLui#Y*j4wH;?UpXJ_kULUm3=%?ll!n z07qrXRFp7>EyGm}4dAP+?X|*rmsLls1q8Hhhg}j`JenaO)!6CY#g7an;Lins&5oS= znW|g@Hv8St4+5D{xGNgfH++K(o2j&MM4~P%G=#LPr7H;A4j7Z_u$7FO2-YA)fsk`r zRnvcw%%x8!rGew6dT{Scl&2@1$NQ93r;!>Tj5EFDM z90Tx_dY^5BX4_FGxqD;z1t|+Vvf3Ug=dNC3;z{OlteZy0xijt{dT%GmS%;~@2h;~n z%~HQaf#{H5MSxXUT^CZ~0lwsoXS%qi(me)ke}Y13tkdY* RLIwKYp&NrqFOu}={R=kSP&)ts literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/interface/character_select/gamemode.png b/assets/minecraft/textures/font/interface/character_select/gamemode.png new file mode 100644 index 0000000000000000000000000000000000000000..461396b6bc0a997fe5a3424ef2031616cd7ed597 GIT binary patch literal 1417 zcmZ8hcTm#@6n?)9_K4U(kgyaK!iv!%+aCx8ghK?*0Rci0r3{%TBaB}xWe6vVQjpRT zu@;ar9Sj+9U{Dbd2g*!EQ4lIa3SlHguV=4)_uYNpd+*-6ckhoc%iYaUUS^XF0LVK# z*?RyW>kBda-5TP(Ky?K{C$d;WbMtAIqo5^Jl(F-A7{-jzTNavSLf`KUnLbA zRL~oJ$vAMPvwGb^f)M$R z-B*d+{+(5P%z+WP_zFJ=WIX%dWkw7dZH^C?&e{yQ*BZl72tV2~ai6EtrE>L@i&O4LSa1 zH#IwBa8@a`3TI{xKg$V3+{KKES$$9f>Y@%kY$a+cKpbHuo4(Bk1JrakG?&8SHc`s> z;H<^+m;p9q0L3H-6d#fy*&R{=+1LifQv4-7iajQ*Mtsff#~z8mPY5$P(c zrT+J6pbqp@X-HIN%~fpEsH42nKOu?_;*fjI&0*Z64){H{&@g!Jayy0q_`l zlEAsK33MdU?$4(w%v4YXp4%~hL!_8kBL%joG^)br;RGRaylfaa24)AuG9)9A>V(%N z63J0e&5{+2adV}SKF)hUqoJCNWkV#NxdGAZ9UNte93<}3RvdoU;9e+Hy*v;w;VL>eHlzcPK3;J7JAZh?_AG+;G5Y!^H~oK*X!ypx T$8>WVKQ){k-0Uy&o>Kk>pu;vm literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/interface/character_select/icon.png b/assets/minecraft/textures/font/interface/character_select/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..980c0c1da9d0ccd55661085a8e0c4188ce8729c2 GIT binary patch literal 1662 zcmZWqdr*^i7QMgk%Zm_9D8)ofO+;uAgfc4-UWE@93amUu!BGl95D=AzQj9dfhoXgA zYbdKLby-u;TJRABM}cbi)bg;1Mjj=KNVHg6i4V~7GC$d4NiiL#* zCxPJV7YXXB9b_6&RS*&F?p$>s>B?!v&le9wxve^*+T!z0FK=yREUZc0ZUmrDh6M$z zlixQyC@-k><`9oiYE};a;8gLwgN@NB*HG`kx>YsYw7%Hl=2Mr2{Ppf{)LO^-^JACs zHv_s$O|fNa$V=?fEc@KZ95^fOi42DN@jHLAp{I8C5`Ly2Zhf8dR@&+MQ1{@EesBbL zSf@xXEwAj#coEyvaejsS;6t2vEjd$r^_x1|3jwiz;3tz2a-tQBf6uYg%HR&Ly!R{rk^PYxuuTj9AD+%QZ#oxSb# z!!^kEFlJaLvruikvhtVMZ7;~~(HK&5AN1<{lX3X(MFStgoMAx2hNbMrl;Wq=OI7Jj zY6dlN@0#v7Qc9TmnYL4MI*Vopdvn9_V__ok`z(r%EnY-Qh&_-XM#|!Fv%ar!;t7lJ zG27hUbqkafJALzxRf27MIqP;(k* z3>4v5s9FbA(p5d~XTkXCw{xWv>v(Ld;V zY%4U!Gr$kYI=#LsJuYv?6yx_a(CZ{5{MtOg=XTY9(w*T$WEVe4CnC5PWfSRXeWtw? zxYo$Vav_dJ^p5SWyitRCH&Hy&5R|bRT$GHACK#0jYITfP+V4@2BrpWyiOO`$vJo0J zL|2+m?}z4axEA}U8h7h7U4wxwCV>-e0FJW`(E#?$oQ7RcpWToO-xgcLOt}&x6-8d; zbWj5_xc^+Q8DJfQWAeaG94b3 zD=kS;iI}dklLX$TQCb^#F(nCfSqd?H{U^LpcqWpb#)&@#8`6+`618q^%Kfg1qm{OC zTZ5@Fxt?FFSb%Qd>`5QjI|A4^@9WJ5I~7uDFL1~nzg}ENNA<`p)V*W565{xjeye$O zwn)@*GzxOPGz@4*@@&WuMOeyK?iI^0Wjzb!7r>37wh$3dr(ThseG8&GK23%RF_@^YN#sWp9L61;wr{ZeI#cHpvLVFMX5hl+A zj=ibo->R{Gas42k2hSjZ?78zc@gwhS=cggBm**A!++{C1%oEL{NIp7Lh%36k}>}cD)55GCk(vHOjVH?>2LY4vawUyJyj3Wjq{S( z?x^d7hyH#Hm3<{}n&VE?_|5sRh9y>x#^MCOY9WI3m9IhyZ`_I literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/interface/character_select/select.png b/assets/minecraft/textures/font/interface/character_select/select.png new file mode 100644 index 0000000000000000000000000000000000000000..cdc8469a89124a9cb0cf1b3f006106ac026e4162 GIT binary patch literal 3703 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/interface/content_book/content_book.png b/assets/minecraft/textures/font/interface/content_book/content_book.png new file mode 100644 index 0000000000000000000000000000000000000000..fef34c11bf2898707d9574400a28585e5ffe444c GIT binary patch literal 1490 zcmY*Xc~H}55Zzx$AP}Mnq6GsIQbbTJhj_#&Bq&E9Kmy@VIRym`AaaNlMn6QXNNqx^ zj-ZGKEfhvVJz_LbA|g~q@j@erXQNmRHj0V`LW+2degC|-`*wDAcDIxt;!if4Y6bvg zZotwo0BlTRKr|YogzvPSV>E})6Z(!Zf9~vsD9ka~&tnZg)YGNo#J1MPBK7%lX+^qL zUH71)vNT7);Ih-gy?0~_W?5Oq9|#=$&@3k`Bpia0(?$RY!Q7=B;l`fUF2V%lW?u4$ zEc-1zu0%`LaL%tkL=6uXxWUtU*)-dZh51xEihW#j}}fw8$mZewLYGj3p)?J5ddR&!a>(a{B;rb zvKro8+40^LP0{vpGH~wZeu=-Y(mu#>A8byiNhtRs-*uHgP;k6_OHGOTb*^YYKwulD zfo!2MZqcz}s`nKFpUO@Pvqg%YzBp3~O=x;he#%uy(%n+d2Uf;kWBd6C)MtYSu&aQ1 zwrrU-vi)0pc-$D~Z2_KfH11@YrvtCqYGhGPFq8`b*zcx?C7E*5$p;Z33SFX7qfpx8;k=e*J5BXjdbu4 zRGLcoo5zPl>)v%Dbvnhk<(D`k%9?8igGgO_Uy@y=&|pWoOm2F=Ma{4lyVNziul;iH zeu{va@&jIybUE33Q`sb@(eA7Tex5c+!3^nju;BZJQHU3ekYXe?$}vGF1o@f$lC~CW z%t@>Wyd1QA&$ezu6C9>cIoq~ndD;L0*S(8-zu$^&y;XK;2GC{3vU-;)L24ni#B;WI z1R2bV+!jHiKgbog`?DS=gDz!c*;#5eRpqF;a(wMK@_$d6py7)4XF=0&OTc9b+!=3h##T;4^`h)t>f(_6fxEv`AtsOC^4F#5oka`ctwOvs9<* zEm{Rfx`#o2l_xLnRm{6#qpY)G|0r6&)79rN4dUZ%m6lUHGOj0|vqLz2UysmwH)(of z)!7qAA|Q1zxHYkfOn<+DbO^3xVA|89k?3h9kJjF7@EVfyFelM*ry<$%fbG=jE1B~d z@W)GzheoQ2aG4)%BAIySuC~}?W>SuE5~joMnNL=~ZZoUKlia5%H1@e8W#!+O4lGo5 zT#Xn`=&kz}4Y4AnIY?SrxGd7X!Ir;&O8dShzs}hrCy#p=r949TtN#Et0!ml_ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/interface/item_identifier/augment.png b/assets/minecraft/textures/font/interface/item_identifier/augment.png new file mode 100644 index 0000000000000000000000000000000000000000..16b87ec56d9541ee4692ba1bf21793aa6fc347ff GIT binary patch literal 1328 zcma)+{ZrC;5XV1X1VIqNG$nNm=s|oSvCPL(@DYoQh|C_;?_KJcX`+~CljYZEP4n5~ zEDO8JsmvsEuA033YMPZ6d085HBPN!WgpJ0Q`cC}(rsw)KZjMS5R2%!~DLImUMvI@4J+ zOAm&x+r`n*czL(1OPTIEQlx0R87|p z?!CaF7RcP6yl)w5w?5K*Nvkj4nlNI~-!sCb=Ev9#fWa@eif>C6ea4D;&ZAO|RtC*Y zKFGLx{D!?J$Ca`p#8ZA}nrYnXX#C6`?c=EDTXV)&Vkbg@ zsMV;=y0TEj)VLzLf|b=X3kUdV2k8{(bzwQ;+y3&keX;Z%gNvtCd~SP{lupsyxk*)+ zz$$sjIbS^F&hc}?Lv6$tdG^u@cB9KKvoeE>%n=z~k!f4dfGw++Yg`&>4IMbkRdf=o zKaRxu5()LP1ZkvemIxQrVtNGtb}E45mZg~Tk?%*qMT zID^P?P%NJ6%fhNzxx_v{c&(wk>}Ue?L3#D+hd--AgFjR5x+WOXKI4*t{_NiIgKrs) zHF9Gc$y5sc7^K<)Wc`zSyXJUG9&%#&h$m5U#i_#(1)|a2FWrsjw%2rmx3UFuBf|pq zHz_m54VdwUbcbwcVEY{7R1WbE?-DcefEbX~^F)bmvR5FvvwwDottQ91(sOX|e8nn~ z*H85#q+g!jIp#pl$NZbIA{2FG!q@;PW!Wl%m$w+79LjTUd;e>pCAv_Jxkt9a+*@-x z0(HDt(>cyn&Cc$dVKUn}ll~#$4E@LzqZbiBa86ECQoI({oU+cT%pB8i9-cBuuZyqV zTlUO9a09Jd=O)4u(RUv#)FfmKF!FC-P&br5DWLj5TxagmqH_OrDWJlw+_>rciRZ*G zt~P76TC)T!Ax_WkIpe$-C_Zu)2w@|D>2Rdl%`d8#mcam^ce`m(_ufg9*`hc0-kG0XhscKZ4xaLy$rpm`Mq^j-!)7t|_o{c3LCA&@HRhKD*Q9@#+KrZoe;d9s6+h)jCos@66qLdho#+7`2>YBoE_Y6Om z=$%1pk0yi=U%F3qKsmc1{!HZ#`n&D?Byb+6_!opWE6D@niZ&@^VK&DFoBY-vkt zhPwOO{7_5OEiJqCflqDRA;zPLy$b|*O&KQB%%2HqyGl1qrfQdvWlPOAnomEo`uW!w zH9Wl{*x2tAbMg>Yd+AbHbD2|9%EX%@P4Ejkv**scA1_oqRCEt>;FW;P2b}!3j8)lwfBCs3Zog*pwBOTM2|0NV+G*Z|M+BHwtRqzcA6J_V7{~X-lb+~8 zp$1J;DGc9Z$7cF%1W_~t-86Zi;6xx&90V7M<@h3Z93 zTnKu^f;zz0v3jcQouQ|IZR(BxNe=4KCS#IaAu}2w23m(HbHNik(F;Zp1Gv{RdpJyR z7FCnWH~NByVTcHq;-2&Mrr5z5a03k$M{=-Z7@I9PdK12Wu5cEeb3_V+iMou1Z`jmf zDrqsUEbDKc{GI>0xRcm5>3q^G04-=~$E|6~l2{#UMZgOP-AJIg2ddE+o@J^_cavsH^iIEpGZr g0D6qKtRf=+=kRV@MJYc_z~N7ul0d2G0`-{xA3-zFkN^Mx literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/interface/lootrun/boon.png b/assets/minecraft/textures/font/interface/lootrun/boon.png new file mode 100644 index 0000000000000000000000000000000000000000..7e0b043e0510bc2609a70dc27aa9b07aabb0ecaf GIT binary patch literal 796 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 N002ovPDG`^)EJK=>#+a; literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/interface/lootrun/title.png b/assets/minecraft/textures/font/interface/lootrun/title.png new file mode 100644 index 0000000000000000000000000000000000000000..4545d2a5a2ad0e09b74df49e6f58e31efa44e97f GIT binary patch literal 1505 zcmV<71s?i|P)$p&1Ij7pXT?HS*|_VQmE!< zxo`JP0R`9lCh>a1r}+^zNv0pCm5;&v=;HDKSu)XX9wcPaZs8$QDvapzrV{Xy5QcF~creo_e z1kFAk>7nH*2wp4A`Vu;cZqc3%sG?4U20edAXjV^<9!ArW5DhC-Np7&g~5XH6}C-8lC7sK)XZZ1js&6 z-jn@}F;05L*OcSI`~Dycpj zK!j_6sIh}~&SMX`x%JtZ7gJdRg6JA$|B>&Y3aSikU4HCY~JV458&hVQYp-DY8dHE)MjgXRm^uEjV5_Cc&odQWZ z1(I|Mr0^_gy8Lh73@~MTdLX`rpjHxDNR-49+8;r-f`m-UxIE1tUVQD3Ah8vW0W43W52mlZ12u<^B~?P3x>*!bFK**jlr1d?U8a?-`%4BGnI{J$Yg zCEN%@Vg_w}Z3J0Tc+8EFGid8;BM7k!a{1B{qZzdIwHdU=8Yz{zT+6-D_&5yY; z5%6a3Yjd{OSbLjW(CN+fwd-rw*ZwJ&%jI%?ZOg{jj@bCxhEreLv+=d?=*wEcdiHRS z{w8AYYssVsWjXqMfLq@ZOxmBd$HOLma`l$jmG#OEC$%s74RB}nQZ3Ds~?$qGtA z@4l8y8P_K&Xq}WP#8TRRN5&Ult2t7AlHskghHyH?o+F0#zBXuvmLB`sp1rT_+4|a^ zb6?xD^R+$K*RHQ!U;Fo5E|<&oHMNeYL}U@?z7{5Y4kaRs`s;j~|~`dbf! z)uvrp8&CT+IU|hjqI&l)6#A}T)8F@NA@(d!-9GQv(lBRvtok1IYrPe@W;#3=h!XFk zer;?;GLbddS>k=@Yhx=i6NqP$c;;)p6m0 ztstnniE=i%w!SuH4e?VJRZsHcY~1_Wl(iPNFvL2Rvnhq&`dSD;S_gri%T7eJ!+_^^Y=^!!=DCf(4yXOvm}j#Yblk6vdDctN z-q*%Fo66l1sq=lvG0$?5P6p%qeaN`J_8r&PuCHA#m&^YEIMC(A&Pb_l00000NkvXX HrNGn}!4d#; literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/interface/lootrun/treasure.png b/assets/minecraft/textures/font/interface/lootrun/treasure.png new file mode 100644 index 0000000000000000000000000000000000000000..8cafd424b247da8e8837d0625049c487076c0906 GIT binary patch literal 1680 zcmY+FdpMMN8^?dYXT}(F&=^w;#nd<-a$K7%4LO!~!VF8fcqDdT<HX97l6Hoj;H}3u>!n3g=tS0u8bBfo6&spt4kf` zW$&U}Q_W=iE~7HbzK$1V!*{WZIksm$%zC#p{N>A7aZBdW6W@Mw?s{7X$luRC`y7cp zCnu$x2slQR$|v*lIzHjm)B1?_<@^t^4yORD@hhXQUSBrFa25!NCM&Lp$vcWzh>)p; zjw~%I8m8mlRaui03ZFKNTd52gi6v>bkow~z5k8#$TFs_`pNP^@7fiLOdR!Y`M~t|Z zsu-TJX&4OoJi{Nej7mR0bQ`Fndu{^*=wXd3K52Tpz%D0kh6x&+w|m_1Ncf61eL(!w z7-lcx^oZHBii(Eax^+yqMkCQbMQ>PLu{mX>cmT zv{5Us*b#CdLy@{mV<+;doqOf!VvK*b9Z48J7~kJ=H{v|Ko&25g&2x+lK6q_rrWOD` znYG*%^xfMQm zWHF%}`=20%qc@`^{r~Qma$r0hOV6m!_9#AzY`;)rDosw6qkba&v%QM`Tcx^5>eWU! zjfiZY@Y$TrmTN^CK?eQQumjNH&)tE4vpRd6_ES}$!7F`c8)xUmR4F)!IT>FjsY-7lU#3Pbm zsmHZ+gcrH34!n-jzDjDft0GvSS|IP=R{)9?YuXPwxBdc@uLshJ&IBI3xdHWfG(_mr ziH*yrPJ z%o)&P+d1&@X*xdD8|K{0jQVAm7fV1l0tIjZS=8k}xLMI(I891mB_j9_y_0$IXG}kW zbw5(EmfVdsf-z<$oVZ8^hpC68pw8|qCdg1nUz?rIstfNv%AL+qH;1iAVj0AwiMQrt z1}OV2dPbT-2?CNqx82oxeB$8TPD`No0(vTmgQ5x(Oc!}xqf6!+;O_G7HoR18WY|w* z-Wt4&24s%A)$5^Tkn*JJV57SEn5GE;92)+nHR@8Rep-+M7T^pTgTuoBM2O@+%=fdJ zmw+EiCjGhoo&T!H@yEFKM8aR#pE)j4d79ul`q@`&yC2&Hg;z9t$9*Z;Ruj6v&Xu5j zI!2$;XvcO~TwQzS-aa`J9~?QNDHdLNd5T?F6!+QBjh7GaI9zJ9+6~pN{@y(vcdI5E zu8??LniY9zMAS%VKh*~cA1-1yNLWLsBbScHuW;5dQh$t& zZ9!dmhRcC>&cU%agC9(V4)Dq{?VGwpQse$YQgYjygN(vmo@{7GXotBiNvE48R+>&_ z(s*~=V9{ZR`#ivh?_GmW=>HCt CCcL%) literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/interface/mastery_tome/mastery_tome.png b/assets/minecraft/textures/font/interface/mastery_tome/mastery_tome.png new file mode 100644 index 0000000000000000000000000000000000000000..dce5bb324617089a974370de0541f683774c5b93 GIT binary patch literal 3764 zcmZ8kdo+}Z8~(m;F2*p;ka67%ja)(|6{5^kS|z#X5;Cz;gi060%r`Eflu=}h&Dd6C zQ&WgGnNL|P7Oh$$%@EPjHZIl7_{{w5zrXjK_dM@;p7WgNocI0f&GYecClL*a005Bo z?s4-20B~gl0Rm&mE$hLJ_{x;nM3+tZAwDVJZx41bP4slgi1r-o zDsFS+rT-Uo+Rw`$*!RP66aZFf?RDD`kUTtbbLP}-XG&Iq4bM?Tj}WVNkbk!RH}`wv z4ELE~kDyx9mOW{-OjgbEgIzoS;EEi_0=1uio^-!I_HCYO4J51Xa+;1MoKO$=|TPAAhhKP}~Ew1m;{ z_mz+jHt<(Fg5YI1I*G$?D4C%`D78t0UF7n(u9u8))F*uGH?1fKP8xA3(muS$vNwLG zAGl-~H1f;?;feGu)lDmPM(59IV#&%~Zt_e~DX%JW=a4PJW43qW&=z0trXDq`Kh`CF zidp2?Jhz*-TrBL^u@5+ToI^M<8PpPgM!O7aa*WQzwl!9k!nLTHE>cR$`WGq^WzmsR zYVu_euSzF6eCTSMZB5l<^c$4Tj4 z(-BOUU5+h*!r;8f0gB;ZVl&Q!g47hqQ3{-s87V2s79)C?_hnO=f(k)75U}jC6O%H0 zgId=8X``d;NvOkqOq(8f>?t&8%ED^y(emlEP+ollU|}xLJC#VmkkXWqx1qjCiWXy= zU*|$wn6lXL$3xw#WK>${04sK$-jE@(G`XjaEGIr@6b;Vn%Kf*@Yw)qM3xIEb1OR~s zgUrtP9wv@9aZ1^j(&`PkN(%QxNpG(?d)Vj%^+azrmx%4*@wUDFaMfw*V!3-t*}`vt zt7Tq>66&Q$qfPo2X!@OwVXJSv8ltzvBOhX1`ZU{C4yP_VEC_?FCKsGlbD{aZu=n=$ zf`qCHfe7vh0MI&~y|S{%UjBscAO2{*w3!T)A4TsxzI{$#`i*LWesf94vZ|e*2`GX7 zv3Ps3SJ<-{nAFu{@6S00%EPdN32UWG0`M_#F6t>qA~Bqmp0_QG6kLP(8cbXOx@*HG z`eelRB=)Xc@9u0rqAL?8q)#{3A#=VX7P$#$Oaw~xe z_-Mua`|BAWi}874OR((#AX}}A(L?L|rkGx*2m{ZjUU==}Rj*yIuqVxODOvDyZ?LNm z3cjbBE*@>y!{k0@XmfjY!6j1GTFF^&tMuB;nE5!c^B*-GLcU}KA53Wr!rX%RfHK8E zr*7w1hw>i<`PX0>PRu~A|8VPN5FqpJG=tFw`1M|Ea@c=7s}Ljo9l17H5rpN7%*fBl z3o}U$YxBR#gD{FDEm(*}aeU^KC&vo@TS5LAeGDvb!40jWY{$aPXzA@l=?Ek(+^#f2 zb4}ssX;k`xcs7AFWDj(2goT8_PKtE@~c&43e zcw=kci?~og6A;-7V)rhMKY~TDjN&ubaS*<*GP}{)Kmx=R#wkisi!*^RX0MS;1}Cb3 zL!d&G-m{x+$dFc2KXym3WU{71{XQ3fF+K3^!N!NUepq4z{bH90nuamiChbO88<{m& z;N3#I`i0W=qwFuw(Gn4S;%RuI>ROWd#mhBp{bzX&;g*c0uS#<2oQ64fyPr?)__WZc{bp5n8>KeDNEZ|g zn6~RX$LJKn4dC#k>&AEFofvNq|4XMHQsMX;bQY>3nAK%4EWt&>n>8YJw#vH_XE@k# zGa9_k^qhM)^Uxj1Ls6&Ak4oB`6ErZowGSsb>8AslYE#@37HRPl?9Z=TwkZf)1C7!jnTU0(c-2y`@~g;W;tQ{@PmQZm>s| z+9|G~oF&TEftz7%hAbL<9s2td3a%&Q5SfAIZEc?}TJ%>m{sCai;;J&Os9-}>i%f;% zgyJZYh;Tlz&Pi+~*j7F~Us-(sxdN`f2dpw&t2)4vTD4{mzG3B8Md2j2ch|Bz_yz=t za3hgmddKN=)Z&KI>Q3u8#A+ip?d7{2{_DU?FEQGD`LdhwuASs}a!Qzkj~=oIF~)rH zjq+To-Z;Mx-d6||x73(eok)jbudUbB6pD|Ck-hhGP>c1u))e zI4%dsH^hjjj2B+&>MDgIhd**w-RUP6%@g%OA8SRCzzis=1xj49$}Vxn$)BjmD_lSD z+3>eXWs0svdK?runEBGb8u)VI<2m@8>+(!BP|P|2xGz{C?j5}BO7Ly^FVZBv^~jVq z|AORO0HCRP22(cre0&#>kh}3uZTQIr*}OljnI-W%qVC!tgcKHo>1kPjF@7S4=Z>p< zcp^sH>J55nari(0O9Z>qVSKgV1XgEiAPbQ0LPnAOEa`ZVwu%QCTfqytg`()l=nebR zhDmmgVA3CIW0#m3gdFwcEcl;$5pK^zHsFfptXTLV8e2|YEj?OCf$w5>xPj4_HVYUoX9W@JsX~&`Jnp(VppXa{$9m z=pL`48X(MWZuK9LQlF8IU{0PqW^++|P6x*JBO~VemVGwiw}K4@Hoo}oO|kDffm^$` z)_+dRhz&nOy-qz|t8KdRmq?(!0B$KMhwxP9rt52j>W+U0#7xjU3~G5giMy1&kdLKc zoOP@;Sk7B)s{*0`sFN$H8v707!KzXp3cW+B z|Cs?OUC9ie3l`i_c;WDkoGXJ7TNB-k+b?30ffSxN;C)kqv%1vF_|P4-N_QmWO@i9@}6XiaH@}Q6&1#;;ka1XIUZ zo&KAozR|kMHBTQH?uj@P@hZ{aHR~_wQ=$*aNl*Dh`IT6ci;*T-t3>h6eWHgw~p$iVSWsB77qG8a2^lF`>rb6L75~>n;9zCyDX|bmYyvQL82i&lpMY z4dB1YSYvQ2?|02yx(9xZt%*nmFJHF od`XN~V_Hl|g32==uMq!V;N-j9A1!pW%Kj7f?)Gx4L|*Ct4{bZFL;wH) literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/interface/powder_master/infuse.png b/assets/minecraft/textures/font/interface/powder_master/infuse.png new file mode 100644 index 0000000000000000000000000000000000000000..e063546a8cae0625fe103939d39df5ea69bee5c5 GIT binary patch literal 1811 zcma)-`#;o)8pogSjA0lw2(zx^lKW-Iy)a4{p1bKRigTU%SdeKLMGt=#(O ziTo+I#}6l)8#`&^bDH;Os9}k85`lUpO3kW?RJ7++AIcCQMIU zM+z%wyfP%<>F@ z&Y(MZ%`=U#Fgx8Xq1v0#M1(zK^CXj<@xw?=1p`}1nKQkwv$Vdq1{n0kgV}6phkXx5 z2=vJ4EK_PfB3^v&hAFbd-0_dtjyK_kabC6_E!z65mBa{np1W0LaALr6LmDw~e|TWb zKM{{AXOEg!xGQ|#-^zl%2L8qWYFZ(MSkY^)KR*|=HJx5J8aLxJ?9OFk z{4wXUjYR^O1W;U446xdx+9(sdEv#m6b!4B);}`BMfOmv4b;Cw&2fc z_D>T$q+~(`F8)&AeV{xIlpQvopaSWYXq>IWntOM%#V@m(nuULvwU_>a@fd zuI?BKJpBx+gVD48zeY8m0)@FI3D(s*A7TP@h15vDA;F{sxj&|m0=JeB-Z>oaRy)+G zIbLfhToxIc=Wn8ZqIfZyV zBFWG+FRj^ISHDJghzIshwB@SYbVu#3;bKKMvRjcTNJ7Mi#{=|=dUAPyM>@U4v@t-BRVMWm<@JGCZx?@<=LgP8zw_3Q> zGKqKkDET~ohy!=wb-~ULziX{idV5C?RI;ruR(Q5P6mmoCE7H4kvk3I;83~t;ytN1C z1)eTPs^;eZD=N^#wUu3XvWr<}Tm6aAXIskV35n01gmxXzd8(AR7UvKY(o1F=aP&VXFY_dWwKQrcc;BMdq!X%O+Mr8gTkRGO? zgu&iq1P9TLn6_q!IU0gy$+ALlrHb5=zJA<*#@;kLAyFG^v5sP^l;1B%LUA*2(8E{BRTnK$|itFNc=9{urI9`wcZ*>$aCg6{`!>55dn-) z1v!oe(^67`Ows3dAOot{(CkNpQleJet$z(0{F}V-<#a>E940A?-4&~n1$hJ1xZ-)X z%Q2{_s0x584S22#I!qaCXqE~-$`DS0@;Z6Y9>!7Arpq(G6_)tE%@>tzol@mvj`VH) aKW9u;VIsMRI;`XJ?ZEwjmuodPLHQdGHUT{V literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/interface/powder_master/remove.png b/assets/minecraft/textures/font/interface/powder_master/remove.png new file mode 100644 index 0000000000000000000000000000000000000000..d5414c6f635635a1f50979e96c52c1812c3a8d9d GIT binary patch literal 1740 zcma)+`8(Tr0>?k!Z$jc~ViPM{stP!3@YcC zS#7LK?vD;EGKueGIu&uY`?7gcph>kSx%rG)koC7wG+o5cv?$biVN!EDJ&rQ6L=;Y~ zZjp1xJs(R#88JU6d098!A$u}I&Lv!Zd17rDOX)DcH3%XBJ(PAfFSvTkWMFkkx7jrN#BU%aLZn7FB(k%7h2Qm*BZ_ zC$8pvLc{sYODWF=wB(>}bN?d1?9~#w7k#KdXa9RT^>_PDU^u5)7~fXP4Av&Ff73#* zdIeFQo|`mv046ssS5wD>Ar z3ctM<1%2K#73~{2^MZBc^VE_3wm1Vn2Dxv8HLwTsaWptgd!N1hlH5b>Q9{(R2!%XS~80(W7UbEddH> z$L?h&Pp6`))wl8?c)-<#pnmbx8@l>Z<^4qqQKS|B1MayHog=%pKuU9rt;znEyA@cN zsgj4NwM&@m6uy)0{FA8OpPoH^u?6!c@ND!vN!cv_xhu%_LkdPo2y(WyfVispL;mxD zJd~a&wyK5fTmT%`Kk)Kbr?x8LjVr;BhbrJczekTO&I=AeBiZkvGDJFRiR>s5-qw3S zAA8Tt#+a(pwX(sI(!XVo;xLVos8B+`@TF3husv(c(4)2)RSd7~NJY~dx{kS>6`JJx z%Wp)rS3vLfymAnuNS;vr7+P@_tHHnC!`Lere@X#(x&b^?Z7go@@sQ`j5!Q;}d!+z> z_1W>j-S+tvV6jfbuuo4!Vch_&Bk=k|m_82`hX;Od1RlKrLz)mj#tc}G_>9yX+jzK@ z&cKj%D)l;={*Enu*P(wyif6#2RA=PlP3t1t#Sx}(gL5b?SL4d+!J&Ll3^zP3E*`n5 z0_v*~#wTMCE2?t!{o+VwgAkllPRy)o_9=LM&?vDH)M143Lla3F&XS!bvoGG2%UGtkH3SRS9pa%;&N;;t~ml1bC!kE-bP~ zu?O376#RggYlRseKBUp~UKuaao0C}9%`O&BAK=B&9j&mL)Ik~Rr~!Ng37zoX@JE}H zBn6m{L8QZuNTkJexdSa^LeLMhLXqk{h_Xgi2CxFKhr+W_eK_$dwho5`>}Cvni76hsP5L*W11i2aiZf@N;&{q5Fl7#CMniJDtBG-lE61eUW^OXpZt5gX?2T^9 zfcH1nQWI}*!H>5FYZ7Tnle6gP3r-+MLjH5mbN0j0vcwb`0DkInzYy)#K51KW%IABR zQKd=Yg?-S#qQvtzI#KPJU1Zr4)rh`Zaa@&kwTLs4sIj(=F8B z8QxaoI*D;9IMi;dKbq7L0!GeS-UT}%j&YCkgeM13>QX`C$09UBN3)-TJn=s;BnZ*T zL+&3ZVn~rdX26|N1(5QlzUTndZRYU(;t>Qf;BE_KE+D`e=wEn+$B_^h8oMX?)P?m^ z%Uac5c#=MV2@6Y}8Z(uL5Lpi2lJZouk*K|M47Y)dzuQ?2##1MipCZbO^p z-l^0u+;(}bx5=^KMaDG#aC59d5}zczgn*0Z?>2`ta+t zLA_16E~9>5=$Dh@$QxzG2;$H}pky^eLT&yd=&!WEQrBVRFOxXR*Ejz^vwKG~u}fG~ R7G3{8!ONZLRxchU{0Aj);H>}v literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/interface/powder_master/upgrade.png b/assets/minecraft/textures/font/interface/powder_master/upgrade.png new file mode 100644 index 0000000000000000000000000000000000000000..20619fcffebf65b3e2d0faa61d56b63444965753 GIT binary patch literal 1819 zcma)+`8S(+8^*uSlY}%aVvnVEMH5SPtVJG6B$m;P55LxU^JCM9n}_Hsio3V#!eljW65j&gZKL7b6?jv_Ye2|!<{wCx(MN z0MPyj0X$|OY=gytecWccdeZjEG||rpcJ*hNd1%TNIIBH4bA(JH35CMBHS+YRe9KZ` z!7%;lU+*3^@{HchsJ4&&8fc8V9}Txr@iCUIrIR0c>+urwxz0D`g0GROx(bBDqN24uN^{4OO`1gWDcQ+5<5)`=ufQY)2gRLiL z^ld3rT&G5)$%oubD9BfzhfF^TL&##CgpSvLFNc3fb~-jB)hqPO3lN(jc#l1=4$u{@ zq|C7D7ycafWn5ex9sHUnXWQsE?}*KGtx8tN>{|ML<8Y0^V+r1&Zn59V+O496Yafb`DL|)GG3uJRH>D%r(a&&q>L}a zgq5w$!Cc*RF6Hc0;@9_laD4IL2uBpFhbn#6EbB5Uxfi{yy>$$R4Jg&|(V4)miafq8 z11+T@(YYO*!36s=s;H%7*{c!J5xH1hQ{4E(c35P~842yuIQIqmzVwL|Hy>eChF8r+6kM-T zLs4}})gp67PUi|!+;agzuaP8ynm|D_DV&p6hkYl`u1XZ;u>C-H`XoWkdH2?jHz0du zu9eGPT#Es_UkgJRnQOS8{OGy$q4rIY>9Z7kO=fwzVjv>PG>K&UDS6^NW>TP%WKF(y zy`;z=xFNp0YIjyC+R_F=*d4`bdWs*ifoJITO&Zm#^#6Deh1|;HXM21vN<{C`_!GT{ z1&T0u#ebOaAG?CAl6rl841I@ziuEV)wctI5cup)3`09W|SWnj{_z<}E?Z;#}WV z-r86CYjtN8i`}2s%FI#qt=%!P*r5YRmyCwgNeur*k$aYJ*svk;J0hbkA(6Xh`g*np zdn8^QL~y!7W+&OLf4vkLyrN?E{^y26TrCQJO2<1?X$WG^(4{Uqr`xhxK18;*(fq1) zqy~lD`Y;W;eQ7XJ1o+Owh_si^o~Puu-%}-PQUZS4iR!mzQ25qX*3=>iK^oFi-Pv{7 zO(*_Ekrp;6jaAC~@@BHz<&GQ1s{1X#-;lMU+_2aX$jHbIR_IdO)688}V;Ua+~Nda-6kjUxV zF|)v~PLkOJa2?DD`9~bEA{P5o)tjLwCQ9qjm6SAA%W1JTqA%urjHxM-#p!xqdaCvG z16GtzbH|=(gde0Np!-Z&YiJ!rIF?=yrrrb#b8+~JD=(hd&j(z%?qs60wgJJY*LD?E zUq0_?a=+K$lH`(k&$28Y0`rRNE|E7pIK8o zST!H|fK+KgtlqleSlUF(e&z&hX-Cw9N;U-abjKuOcNJfg0SpU@5N;* zajX7vY-OMcihsdfV!b6Z&&ut;%%>5Y8!#mE->p~RNJ3)U1cA8;_Yv?H@?+%GxWjn8 za~Lph0Xrc0pqK07}i*6{Y7r|MwMNP9p zg@KCtpfoDb`jQ+dk3~<^C|zyEKB@sWs}0*YB7|YXMK8NRY(q&#-SV&@69e09&haZ_ zGcch(@D~h%!wB5w&_sJE{_yQENS6x2oq;2pgkDd#1O4)7ISGZsi0I9FT+Losc46** q>l5)CF;SPP@;L~DZ@BOOPxT#Y?xp%1^}_W2yWm7~bGXHSOZp$t>i#(Z literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/interface/raid/start_guild.png b/assets/minecraft/textures/font/interface/raid/start_guild.png new file mode 100644 index 0000000000000000000000000000000000000000..f0c2c0b6b6e25751bfeeafe73ab14e7683ce175c GIT binary patch literal 1528 zcmai!|3A}t0LR~-&rCDlwirufrBmU-j;SW{q0y*0x5=0DZ9?-cl+|&^`uLKrFZ7i% z`BI4yk2zoC%2r)r&CFHTr7pA*C*`Qnu+v{~uV0?8$K&;SyncKg_xIbWk2k{u0Q7yB z3^oAJvV{N+vkb2NJH;}b{C5Xuq^KdyZ!$_4?T)Tdq}IdeHH8jL-JtfL$?33jko#d>9@9>4WdePM*8!tCv4% zt#DLt7*o4X(l-$c_7+#?;+!JCb@N)yUOZxd@izS!M(>!J;{3k}hRzpiJa{5@>UP$f zh0Ydlu;!7RKoJoT4!vxQM1m>JT0IsPj5&X1=fP^A7?)ikm}KmB>J@rmUCYk#Dj05t z@L=GIZBHah19kQ9G@rMg0VtWuD$QB)HyPFCDCX%^x&mhV;L<%M5lhay*4 zQD&<+Ywe~l?P~&Ir=xJ^NBG+Z+?iG|?P;u4!l#q@^^5!)rGf%oW&mC{Nw^XMv#>OV zK9B@8bUky4leu5KT`HVtr$Q);LqRUx$8R-3#-D6bM$qCiovD}Md-Z;Wc&3+aBTQqJ zfaRF2qk?I|WV2vS+o-WJBnZ*jX^YevrB*qfOVhuZB>V%X9BD-vvF6cO^V$f|+HNFZ zKI?pn;vv4CX(cc43QC(cNA877U(6i~apNom+TZh3VK2P>5L8x+e{^G2_L>l1K!3e( zaDYxS>rugGmeG_5LhK z^OtIu9<72h>^c>0JKPoIboLXL+`}HIEs?vxui{6WS3oS1Ee@dw+V{bcDW<4B;pX2| zFJxvPG`9YXV)D z%(uK7bx}X<&4NyLz{+<0(HWb>@uCW3+pi5 z1$a@9*lr_5Jf~Y(qF@26Ztx(&5X91dZY{yU<`fMVqmPgzgHY1MKvT4)F)D$cP&8#U8>%HGv}v zxrPk&Ia$r@(m@DCa3)4=ipUI25V!K|qgvFQVI1@t7kAi>`>}FS*WVSAC2MVTz$#C# zMBYbg>aEZZs3R{wUP0&T(DrNbLL!DDhNPd--OWL~McB$;v=XWmIsh2^qAJIbu zc@I5J3^kVYi^1IkaAz`gij+SpL2tI%YBNA8%k&E(mG8v?IGb=Lq=T6 zE7hkvXA+kP&|)ioFibryc|N-EF8cvDsyM0vH=mw0dc&QXo95=TBA?p)OCfkmCfBnD z42hQFemQEe&fJP(@fctpVXFeH(bn2R$Wkn3NnM)8&eV+`(bL6baZpVLQ<&d2G55Kx zuLI}#UTOVLUaLdP4)UPET^M>b*u*!5;O$iRsuF9dv_1{)2n(4fBvH0X@C4{fqns)y zrk2GJ4f>9Z*RAf}Jo&t^rUb0c?-iW9b2$9!hM(h?5)BKn%a;nY=R?1X-suc~_5UYG W=ANk9eQSsMYthHck8xf4nEW5Ls)FhO literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/interface/raid/start_normal.png b/assets/minecraft/textures/font/interface/raid/start_normal.png new file mode 100644 index 0000000000000000000000000000000000000000..228ac9e5c0ec3a52d5ad322de8904ea7e142b2ae GIT binary patch literal 1333 zcma)+`#aNn0LMSyukVIAV{Y59w2GEXsD*OSEV60MrFEp7B2E`)(s2v9d`+QFYDJRm z$(+MMj@;(*l$ek%)Y3|-Bc2{v4{~ygj2-@i^Zw=a{^9++etci><9g$9rZ@lqp3U+M z003I45YWvlY<&I6SWv?jxG#SWv6z8~?Po=)Q4qu2--jyGsoOC1~AeNL5_)4>}k76W%WG~L>NK_vYX46o!Dia7C?--c}LWpPQ6Sn978lJ5_6EU_o* zQS&G#tW2KlfZ?omn;=KDRYA}c*nr!$Ci4AWenSqh~7IG_WO z`h+AjV!I!C^I{iK#%D9ihFb{08WYUQdK#6!ko}4Vk#VrpY>00&#GHl8i=0)8I{RcS zPaB28pf~S)AiL>BP?&1mtY3DzGs~S+TAu3O=84`-Ga9PEjW%EpTcWrGbrqP*!zQzV zn~)x2&-hmOLAB=0T5;g;R9V!?g}QSo7*q^UZ{yD+{=j&^1FhSc5Ti>wST`0b>3Od2 zz-f7fn=kb8U9f_QLV=w}k+ck)y-O)6afI@URWqTOyhWQkJ1&6~XHHei-*{+5=VD+Z z4UASAQz(W83($J zB%hB2_qU=`KJt826`L5@0dIPG3m)7n(UdObRvH|p4gJhXs5bi7p*|PPG|?p_KVjeI z#A4ti;WC!{?jtqYl^CN>IP6=Z-0j-UwClj>0gn+ONr8~mTC~R${!xqI#I!~HJQ)2o z==dLV81x#DUjjlBNWG56y0;xW0&UHB8A)fF%>h>6xIM!nvaG0rAas3EgGx`BMDTT# z7|QgG_BwDLa%o1Vy8qb-#Rfx38ntO6_$RUii||y73DN95unK$G7QMZg5sxGs2}O0S z&}Bpw4~1KD<8q-hryadV2K5duEF?~g1a$|B+%K|M)SR*VnP0b z0^zbej#-6H|B8gXxuDCRR9i#jZ@ij@HV_8EkHi7v8#S7G#*FRX2cRrQd98rS?^5S_ ze>!fhS!;-L&S9M#sji>$k2=nVrO7CrTwvg>ahxt!>%QyqDL_t_8^~O>vjd{)nX~f? z_hDj%e#`eQxj_Z^Q-5WO35%i@#n<|a`j>+f&BvA^p!K0iRs3kW<5i{Jhl|zSp#*+_ zHnc(12@fCIbS0y!SK%J|5S`qMG#mavjcWj-u`p6hUR4oVa||4sBOZ!Q;ikz?Y<+Ju z$5FpnPrqv%*(K~C5n!4ic(=eL`y;gpZyjGToJ1lV;I3zj;$UL-`v8+7+wE>9W)5HU zpf}TDLF~7DeFDuA*)oyl+qJH-IE>%giwkexw!=KXQxO>MQ_-uQ8#=IZMIc1jHtR6Q bTdn^qB9P~+m!pIV0$1m3FRo{)OhNt+k^LoQ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/interface/raid/title.png b/assets/minecraft/textures/font/interface/raid/title.png new file mode 100644 index 0000000000000000000000000000000000000000..3986d833ab3352d347e5236ba93499ae6a574108 GIT binary patch literal 1194 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/interface/raid/treasure_reward.png b/assets/minecraft/textures/font/interface/raid/treasure_reward.png new file mode 100644 index 0000000000000000000000000000000000000000..c21edf21d9fc4c4a2a90f81103235e45f7cc7f98 GIT binary patch literal 3229 zcmYjTc{J4f`+wf^8OEBmvJ6J~McETkVw8||h`7<6u~V1EC6Snq%F-`y6aN0MKfR zKnz-l!I=twN`{ z*y)-YtLdDI4rK<>1NOUnS=kn4v*MXSv~3oL_U%1#(A~pwXSvCySC(57f7OfdKSXzT z^RV3QXkyh(p|F@i`56hVwMT!H-ii$ma@cC=VQEuQcqYQ%FX?Dt-uV-_iE?j47@g+I z&{KBVpcK8|;C!%oX`*xTv9QJ~2VKowa(w`fUk7GJT(|jb~iVY&D)e{$M9^zG}1cN$|$mJMS?9A+)8{ca96d&vD;&_N!bOE@topg(}m z3Y`%(g(|6|_K+!fvzfUm z|0hcK@~W%hpY$3TOd-bZTvt)A8|#%Kc)8&9A<>}qH-QK)UZDYdMPhqmIopYTBB;m^ zqQ$d%4T+s}AAIhsAYear=m^ReAXx%jS|_GCrjOv&Ql18C6Rfp)THIqxi2*-1pP_d` zF`DXosNZcM$hyyS;;Z;?gEQI6UY1}K^c4#M1hTKI#P_whW z&Y8E=fqPHom9mIolSwngZJ@LPU{pU>j(sj3!ZL-%y)yVy!eSt!%pNa#8}(A4A^3%j zxHP27jhYU+!4Y5;AO48`$k+JJ&wmOVD)@`wMkeV?Qk9a@R#If=(iYGk6E}Yq`tCTw zIzQK#54b!XyTd6yk+YUkH$ChtA73a+6Sz}@QC*Aqr)%)=gFy8W%ZS_DZ1$0P1(+*7 z>fDBn{|H?+3P}7&sA$G~LUkn>eL*<`wUs^L*2JE3j^J8;!5L)mtpdbcnjL4FTlNmj zYjd&RecL~+AmK`xmE~-T6H+g+f?{cy!p&9Hlb=E3X&`5YqMpceu`ieV!FVBFN0Mnt zpv3A)w}!y8vNb@MYCXJiMW)SUj*p&|Nl|?z*bz@^8{fmu-gkww7=tPb#QX4#Ss$S- zLMcXE?YZ&s^08tS?)!&OPhyV2RY%0EGVZdL$DP0vj9mGWh*m%#2T1U2I!NrP{y=;` zY!P9m-vE7mDPHfjbT>hm2wp&D&*k5P`HgG}F7~477kJ`5 zT>^7_NGiK}QuH!bozr7jC=a-&JaxPZ1=UM4q#w$)iZj$Osxvm+LI_Jf1!_t-&OV1+=@-i=EKGj_tqPZuqIimJX0MM-E zFbD_1$rN<$b`Ou4tAHnn;)zyU9#~_oriS?F8=$hu+~XKq;61Ml5Ao-Re6_$M9F7SS z43LjL5tqjkT$fXa2wA6n!1O@5OUm;14m-U(Rl7n)45>U`Nr7X{#oungmq%11G7uWjD?S`9q7x~iAR7dhE;4M+Ga~#S)Txim z`4$FcwcCC3wUgC?oB_envb~`7mc*T*;he`i@X;fHQ&iX~Fpa$|gvn8rpa0GrlY=PKe@?g{U{+?~KbYp+Mj3PF^&hGG>XU_MrbE)1c+ z6{%UuweoPGJ_Mka3=`82oGn(}U(iCNMvz*Y_-OL56WrF`b7i&h`!K5@5tkeUE$iPo*iTfS#3pB;RF;4=!nd}N*r3=C+L~U zc0%VRKW@gm9AGSSM0cMA)l{2$qlqlXv5!VEgwJlZuM3it@Yb@U>w{Un4m! zMa0PR=U+IrR#8v-PTR|@`l8c%7cS_VRHDqrh4Jsiydzb&S@5a2@Gtcwz3m!QwdFwm zpBLVzCL8^^@sEyM7yGwaZZV&;_8RxhW`!{hvNH&O=7(d11C?n6qhx=4S{MZ+;?issbmd;m zuvmDn1fiGP=Inu{SJ1N&kC)?avcIRq^FnVFjGosA;k>)SV=_odK@ul&?;N_@5rdCj zIFvx_)X(uTDgvpo2u;76d*=o44D%Fux;bFk_Sg%K?nbgm3SsK$7$jXC~HKTON+-d58MJa=!+{_i8#RS$!Spyt|2`O!->`XOtYroat*5*5g7Xc597M1Sk%m-&|Hj(3+_Q zQYov2wE5h`^|RT-$~1MZ)W@BoIZIj%`$Brm#)8Bx$F-9aC=7j6@BsYVjTq3|WQ z;xwlxHs`+Py}_hp($0*_$couvm}~>02{7U{upLB`f}4__Fsvg&TYbbrE49Dri2xxt zau2#%wt))HbI`Nkvx2(@fB#M?ig|7EAok5&I<8Q9l;5I@ zKaQqLALlPs``|yfbg#Z9SamRK8+Y-H+Soh7r@B4~AkBZHh{Q=!!`xT0uR*jJ}fKaa%Gswoyz4|E~OP@N%9>rX+EArgXCi71JC1Y`CCXR<~0p-gz7KOU8AR zAlAB9lq`RL2p7D=g$l&#ZAg(@96Rj8w^0%$FqdFuc28={TmQp?Ww(#h=UxFAHwoEFVztOfuv= zYYWhcl71~-QyD~KDNBV^*S$TYKX*HbaFw+znlzM@1D=5;t6q2zMyuo6(|Jmk#(|GKU^k3`S>8 j3n|*X^#6@vY#JQ=r;;C+9lWxt3)r{U)%FIrUFrV;&m3%O literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/interface/rekindled/beta.png b/assets/minecraft/textures/font/interface/rekindled/beta.png new file mode 100644 index 0000000000000000000000000000000000000000..d3d3608e61e995d76a0cd2ef8f9c4879c0d4e74b GIT binary patch literal 3962 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/interface/rekindled/release.png b/assets/minecraft/textures/font/interface/rekindled/release.png new file mode 100644 index 0000000000000000000000000000000000000000..71c338df4e07489a92fc36114dde9c0069d5295e GIT binary patch literal 4396 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/interface/shop/shop.png b/assets/minecraft/textures/font/interface/shop/shop.png new file mode 100644 index 0000000000000000000000000000000000000000..c99b5819e3ab3e3e19591741b746585024fb0122 GIT binary patch literal 588 zcmeAS@N?(olHy`uVBq!ia0y~yU<5K58CaNs)Y5y5=Yf<#fKP}kkk(ZYK|}8zZM|@4 z=Ghemdl%R2ZI4;jRos;76X#(bV5)1iv->zu4|_?FUoZm;2akZbymrl@eL%C1c)B=- zRNQ)VWn=DZ1A$|OdpWlpl2+1Am2tXOg213re1Dx;aO4 z@&R^6w;%7<{rr%9Vv)w(t?!wFUM1XIvC)dLK}Kh*)ay%(6Ao@Fp1!7Z!Jh<`hC8Zf zdz(UjAIxY-O!Hpj@Ds>LO>>SBUUH1zjk%&@hQm)s1qJ3P-S?4<$4*s;9k}jvN28&> z&A{O`d$7F{*Y;SSJ4_RP2}Vj?dUGgu`oZXD?8=O55sKG2GQ){>OEIzpKoc$w+}2h~lb*O5YnZt=cL) zSIb7hR$)Q$g8kCD%+KvcXD!HpTG%&b7>EP)E ziu8FjFfjI=5R?=GipWf4U}OTSHd5((0ZJ3d;0SN@hpwa2ckC8{L_J;oT$UcVA^`v^ CmEV{E literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/interface/trade_market/buy.png b/assets/minecraft/textures/font/interface/trade_market/buy.png new file mode 100644 index 0000000000000000000000000000000000000000..711d63f7c9e7c2c3a1e8143e550a8113d45f07e5 GIT binary patch literal 2270 zcmZWrc{r2{7eDVi?~Jj#Q)6dFqOyHjjV-S&xnw3wCEG-nXd%jS!%Ml97Fy6|NeD?X z35DL2@2i`bN(@s>a!aLa%k5^HtG~bVJm>kH<)7aEQ)#J9p0l&~;p$?7b8EMlQ#A zi8(55j-6(EFM7NDFJkYSIFsOHX=lRrrY1j^uv6`fM-QVmmn3Iyoe>NTDRZ_hSN}9- z&%EbZUtb?k*XnX}Am{VFB}Q@gwfisP{I*{+s%ty^9?L_GXYSEuoNn&beV#8>0*50j zd%CE$KA$YN+{VW0g+U9&{zZh-{?(Z&H64BVYR1!Yz*mcCo^ zS=gCk3(H&FU@{!9p)i)$aOaeP2r(cA&*>JT$F)AKrzI*pc!T_Ai}6ya@L;}K`EKgRrYgeAZkNsvO=1JJs9~)}=nq3I zxKWs?wF@l@{<2Yg1o!^3Y{gw$Fer6kYvu-piCK7~p+2^9-lnJCVH$hhbt@poH`GU{ ziY*T+Z@*&)$-cZpU+e8`qNkSChV?Z0H1BS!E&2}xK?__!BmSnSytfA7g;AnqSKvP$ zqwl3-^lzDdFgA+ff}UT1;LfPDL-6cSA=;mstdN2vsKMZM85KJwp)L>WjTRLLx4wG& z^3_15tQf&-vcHG!RMm6|ZCO=$`GiU7Dg5fAFsig%a^O_fgyAYz=0AUqMP{g>>NI08 ztVrKHw_l#K$x*D-u|@3lRFPj#?HUMIkMQZn?p|-D-R3>Po8?m~rFY8TakR42!S}$@hV4&xY+DYi0O{(A!iwuyFV`H4^6AQ=(&o5 z5ewce5bb=c@nX_3FM9megjR;$;~%;qq`svas)AXuYDW;xXd#tweyXKE81YBs36-!= zQ-xpM4Pf-GA3XW|ml|>`V=};@2_r7wS0L(-)9|t#kUIaWBGxyLihnVS>O!hUAagks z=&FhkhdhLsj_Gc@dmh^x?bWOHy7eq+F7JFT>yrdUXAtt0Zs&p1(bA!Vu*K0%Y!of{d)*Ax*SFKRx_ih?(GTn5dHxo>wOe7j+?4xQq%1 zdu-+ zM`|z5cBvMP?%2N)+)tzrbwY4xyEIndjmVv&u~josC#n-{WPvNHy+$hTt3grtb}LbU z5f-;FB5}1Lk43b=NfunF!-)EQ2B6-5Pof4-AzPWO?(s_vhQ+Crl4fdmT{<-x&H|f8 z2E!SBqO%YqL%^FwIDi+8RDS3Pla1>L;?NTdWa-{E$-FC?6tE^{ca|Y-IdaL?{ZIULj*{Hg5z1v>_eX`(2(6UV`>Z zXA#NVOGYu^G90f|@m0#tj|A-JyAS)*WmVV`^k@2i#!fKVik3$9j{WSoI(s;kl3nWm E0>G2IiU0rr literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/interface/trade_market/filter.png b/assets/minecraft/textures/font/interface/trade_market/filter.png new file mode 100644 index 0000000000000000000000000000000000000000..9160dcce13d806392224d03acefdd4742d608e90 GIT binary patch literal 1775 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 wC3jyaIf|OZl*5B`}tHUIzs literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/interface/trade_market/order.png b/assets/minecraft/textures/font/interface/trade_market/order.png new file mode 100644 index 0000000000000000000000000000000000000000..918e2478afc79da8b72ddf8cfa34e0f435f6c60a GIT binary patch literal 2067 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 SHgex)Ee`hQaT?{1js6E(Le8`R literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/interface/trade_market/sell.png b/assets/minecraft/textures/font/interface/trade_market/sell.png new file mode 100644 index 0000000000000000000000000000000000000000..5f8a97da83bd94fcb8e24a3b7f025db073af1c2e GIT binary patch literal 2281 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/language/five.png b/assets/minecraft/textures/font/language/five.png new file mode 100644 index 0000000000000000000000000000000000000000..9f4071eec0de6d4e4e93226a9298439a3de54576 GIT binary patch literal 704 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 HrNGn}o08i> literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/language/wynncraft.png b/assets/minecraft/textures/font/language/wynncraft.png new file mode 100644 index 0000000000000000000000000000000000000000..597d3d662e0051794596ca140fcf8446489f8f7f GIT binary patch literal 758 zcmVE?gdpgXc<6+b&U#4x5o zRU|(Nn&ttOT?h#=jJdd=Q5Vt9vxRsn@InqkiOJVLAPR~q$0$ybQc^9o6oP{7&9-XE z3^HomNs7Of%~YjI!jEi|N*O`Pg?lNfrAaJ-AcBd;0*PC4RVY&}sl>BTB08az$)j3q zx-`A9f(5E(l1x9|8+T^vLS5|i_AbPvHcfX`(%x?|v__#8MTnyvW+5mRPtiD8ji;R8 z*Gsb-r|xy1!JKR%lBx`Z&=A9rRpbUH-xeZgaRI1V$~N43@FaF-EOSvjoS-O)jA~N-ECv)7A!RCKk#W*wdOsCN=1gW9AIJzkUzX)?wTt9svV#g@S zJCmdDF+t&gK#*0-N{GsPC}lTJ=I?LS#VatoS8*{|ye=WMxVX)ucmYhKCb8Y^kaQ86 zbn>f%@5rizV4?8eWeaH~uHl=N5XdW0VLUDVRW#Va8eyRn)+B@At+7xIg6nG*#sUqn zw|wUOxTtjzvEz$;{rw+Z*Y(i%J{_F@_Tx${MeAt~{o_O5qWCiky0iZ5?73*|;n9nS z$H&&5cl16z&_%Hpv127VAHwkW?;pjczqtA|U(BE8L$Te04{YW+=HkjPM*-1z5es~H zfr#ni=$NUmXHJFBX5*(-(H#{(&-2x0b2ZP+|4w}kbbTE05-$}izP)74cfy)qlr`@g zYkt))?fCr?PRWv9B`EL}1^6lF{3hjh25GVev?Om5A3|7eOOaBebS|VVJ5u5u9cDEO oi1q_8KoqUDWCUBDNreM{0nWvI&7)1?Q2+n{07*qoM5Vyg7i_@% literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/language/wynnic.png b/assets/minecraft/textures/font/language/wynnic.png new file mode 100644 index 0000000000000000000000000000000000000000..acc17310feefdecb4600229903ea0c0f1d718a5d GIT binary patch literal 1537 zcmV+c2LAbpP)F4JRns=Z|0=Gb5Bs-{2cUtP?9 z_%L}#BsmfXHG&X{8w0}a7`Wp$4(_>&gFW|g(6EmKM-v4~Mk0L5r~IJ#4WE;OKt+nM zBLo5R9=uSnq~SnFas;Kkuq!H7dZhta1^;NlS~eVTR4fL-SO9i-aZK4EI5G|aFa^j# z!Gs+kr0jZ-GXYpZSArR<9)OqbUNO@G3QC)?`r;Jq$O7<^$by3ekfLu`Xo(&aycBek z0jwwhaxLL)EnACzW&k-g8U<9c1wEz!pgOLQ;>26@sKYC8Lm)gCbUp$J;4F{mI^_jm z0$N+%n` zyv%6et_QDJ@N=G2Pk#Ff00&Ij!+jL&V1EJBz^nt!1yBGP&%wPHRAhK5Sizfl$vfb9igX~IA!49H@3rMtf$%-91Iv`xGDV!HErAza=KoaihPng$jJI|zPP{Fh zw;X|?=tj5Td%XR%B(~eWg2Z|S84XkG-Cs$0W|KcsB?_7jY%sjzIoEi1$J%~wlRx(> zY@1(N!vhA-6>Ao3@jNAIyaI&l7W@u_u@l~sv9SxTNnBsTF>S$f42ewGXvZzMB9R`f z#k63Bffg8Mh~%Uswg;soEvQe9x`rbFFjN8P%n>{`6`Hj@AfaOy2;@^YS)lti4fqx~ z4qO4O5GdyEs_4MRPMaL*9!V(y_6RIeZfb;TyO@wyFRW0L@|6W%_26Hw1GhyBTn7qL zwEHZ2u+??%>IpxS4lGEKA(&cZ?RM@qH?{*ADWKpM1t4DT=?^f{A7G?Ez({{!tUoZ;A7G?Ez(?v2GX%#nzt|tH5E^dki~XU{`@vo84;@;t zkqiAH0Jzv6YJ?29*dH9iEY=?s#QKAli1i2EWUN0Zi1i0Os91l{qmK258G?)ThYy`k z`II>ThKsqjXb0p{ejxyJ;Zkw|NFx9R{P(~EP>zG~5+4zG0oaX!10z{6lAMz)SrW~! zxFMP;4-Av$8%|=_Ficjzu?*um1%-Pi47265#4{-z!#r>^I3##uvzlRUSVqAyax4)A zXPfl+A<)l^fpAbCKc9W}?YG~3XQaF4OMv;Zopm$mj83(>g7~2B<;-SPi7?v?|{J`+^V*onn*b$u-dk?;w z{0{@X*B9RC?ET}xaA}<%3A|?RyApG+5#u###sP%(7k+wR`(wa2SFa87A$(O&!2HAP|{SD1ZmomtYIbn=`PHyayWv z!x9+002ny~8MBKZe5L|e<_g%Hf*jL>n_2;Hh9wBwBIUuM`3l|-HiG6U3_r8GI&jQ2 nAp`KhF>}shxFH(DlK165cmJs{3ZX9!00000NkvXXrNGn}MFyr3 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/marker/focus.png b/assets/minecraft/textures/font/marker/focus.png new file mode 100644 index 0000000000000000000000000000000000000000..058a15ab6bb22b9033583918ed02385846e2bfe0 GIT binary patch literal 450 zcmV;z0X_bSP)00CM_L_t(|+P&BTh66Da z#_?}wI|Z;u$Pr2|u*d-l4}bx={}FaJd_?|=ntFjP#{2u}>`YSq$m@{Tm$;@2_0EM@ z_pX%H?}xDVk7v#bL5kH7^1Kp_!yRtQpk zh^vs}+{z)S{incrRA#n~9QPIuL8H;YIZNaK)DfHlv2p+!kqVBqkwZ{O0J+dsjtDCF zhB}fS4^VS%<=0E!PqCa3mXoQ=o$5KjgUT*=}NbTR98JkV1~L zyqkl=&m_iIaQp!rcLNU~&jzRp#hFpaahOk=@MwU>a3nX#z!~Mh3&N8Ds<^?8@Mm(I z=G!0^jHq)$07*qoM5Vyg7(PJKCIA2c literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/marker/prism.png b/assets/minecraft/textures/font/marker/prism.png new file mode 100644 index 0000000000000000000000000000000000000000..096a369763aafc16365088f1f5e18c6c78ac22de GIT binary patch literal 1749 zcmZuxYgAKL7QRV9!qtd`I|vjJvu?b>R9A%u4M*)36001a_loJmC1P`2hlSz2o>0NmrPpxsWiP3mo#n-ak;c(18;#(}1 z`UeijjquB#4X&!aJ3hV{XxG{mfdx8?sl@0wx8AQ`J}8j^-Im?@LAhMMyJL_26rev- zN$to1TE4U#I+;>z3Q$|NnUKMF2&if5;H9V&iylY#k@d-&^+8m5hb02&5AhL;#StlT z(>}8P_k2L6q{w%ZbM%0m`(>bKStz?8Jl(_u0I^)Z)eSf-0VMu;Tiq7?+Dh^35(?vm z34kCodkFxXpYl18iRVTOhe@B~FYEh9)|HN&@zv9U#_JzWhAi#e*wsz$zV_PCcg&|E zcbZPQ4T^}aW>TG7S(NUsuYuf~LL@z7 zLfSuBJ&O`JL^bz{&}CB$EQJ_%IPUycM<3mhRmIL4!&Ew;GC$Xv`{d#FpSlhC{1KK; z-C%agr9oP+vLQ8%YRIlLkKL?5-EN`?>utY}x3rMy8hq^Am#wbR@Iv>G-DuIgnug7J z{DjXyx;J;#PX~#2V73bn8>SCPvFdaU2jQ}H-Um+)`qFjq`oFW8aLU!e>HvKFjn1Bt z7ule#ZS}&DBZ|~FEx8xm+R9{-c+yB{>}BuAE8pje-T&p9m2urNv9faY$!xkk#ADrJ zHfx}!ZGPcwXn5LQzqX2N12_7&cGY!VVAX@sUc(ae(}R8t3W-40qCSJy=EI8(9|!_E z5+OrLhGfS4;QMxJ^vJn>RruZ26Z_U3_3-lw9$P#$m+`3HsztU8NJx8lyoS`}e9C$y z8lUu_E1i}8(o4aCueXeU@al0~BKEGP{N1FWD+2A_keQ>m5!^T{TkbaA+lz9rmeF}x zh+W^e-`dW=4Sog|a~!TSx~v`5@t!Fi$r;!H)A&hS4wYrID`o4}c#g|h=Kc4BL$;?$B>}KOQlcqP#QGk{8Cx*oTB6)fs??AjkQ9W zJJ>l_>(Q)3FO9qa`e7oaUj(Atq*Z60zWQ7fW(yk01C@<(XF~0i`u@y~C)27PQJP-> z4O0-Sr#zgPaOLsn^BJ58#39Y2^3sJHaQaT#i&RbO&~w?g*NcB^T9RUOB~)uG3WBR+ zAqjs5l@DElF*n9vO4>uUD@S2A;XhzYzQI zc|pM>JPw%-6|C`NZJVh)zW=UW!ifXveUt17WO={5_db7U?$#HF*R;`@PzLkBt-BVy z&pX*sz<6y6Zq(|+z-Xc}?sO>!nUA1V)!000mO0{{R3tywVe00033P)t-s0000> zG9@Dv4_sV8o0@OJzm3^HA?AuM|JFc1TU=3qdV7|Kh*m0}ZadPccCdd+!jobD^vs5_ zXmOcPe|}udoIQqhd2VBJzjG$%=g{WQUi<%m{QUg8p{<~alzv|)Uq>KGE*Rk5qkpbL zW@7+NHwvw|9*U?el+97Z>97Cr@Q#uckdzdb$D?14TxhAnhRoS`LpfP9D#eT!=+HA} zWHnrHaNO~io5x)wkXcp3GQ-$|C$J%Go12{9-{Rn#9hF&D+DA~mV4~)J-T%y#l1;j{ zaz`)`r-&w&a3XeC9aB9Llhf0Ixw)mAee>_rD;OB5eKv?$EMhz+P&F+k6cUR2uc80| z00DGTPE!C&WNiEZ00QqxL_t(|+Pu?++OkR%hT*-i3FYhV?(Vh)Tj%^wWxp^p3;4Sq zlN#@fasK;95&Es`zc>8%j>iGx@%Xb7GKk{mM`M!eo8z~V$3MA*W@qUew}YsNT$hxu z*Xw;Eq;x8kO0$p#g8^Q0lOFExAA(n6$mB+|g<|`tQVpWW7Z(y)mT5+(gJ;|G^D`ya z(7s5>J|R-+v|!)2fJBs~I1jbrM5+$jKPQLWdXS3`> z?84Vg0;fY@CIk|6L^RaE=jW#<`6BI0PO#@mqVEI9J_gdtO44Ue9qeuI?6HtaF6MW} zEjmiv?{=|Dd zcXoCsr+AJX*To{SiyGMPjyvN{d)$tI)0xdp`0!nfMxqvkFX6Tr2^4obz=ENCMaOY$d%>{{Uc{Z3mrh3mDVw+1iZTTeE57{0?TFTE9+B?)m6jTSYMMuDp*@vJKI}RlM+Zy$z51p zUWU(x5Iza)v^6l8TY`oGZ|CQ4NR2n(Nc$!x@;Mfg=U?Gp2p&D^p%1_?2&E4|+&?)s1CatEUL<-OLcV`YZ1E66mc%I-e?!r38^mCl z#P-42flm!6XP6T@-jp8+!T&?I94J6GV1fcv(SQIX7cmTD002hQDZ()Yl7RpK002ov JPDG`^)EL8-{xJXm literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/nameplate/corrupt/active.png b/assets/minecraft/textures/font/nameplate/corrupt/active.png new file mode 100644 index 0000000000000000000000000000000000000000..c7281670f6562c8b93705ebfd56c571a38df983d GIT binary patch literal 264 zcmeAS@N?(olHy`uVBq!ia0vp^0YEIk!VDxUo(5(BDWL$L5LY1m9|-1D+>W+6qb1+W z!?S!A!v&xyV@Z%-FoSnW&L1FWiKmNWNX4zW6B<_@cHnW|+O&wZ&gP(b)B*=K4To>> zOIIfIIlTz1`tYekkV*RXHrWL>%-YP^3@IWP<4&Kx&6?84mLoc|E#}JpS-+MvF5zD4 zIM3qlXTc*G3Z}Dk=5ITvCZ}c^b>nT=&I9}2v%lqx-~apUu|I{pdK*PjrYwFgSbsfX zu5$HhlRL$~|4S|5S!sSvWyO~rbyZ?-1YT~kV|i~b{aL-PNu-c~78w89ZJ6 KT$UcVA^`wXqiG)i literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/nameplate/corrupt/bar.png b/assets/minecraft/textures/font/nameplate/corrupt/bar.png new file mode 100644 index 0000000000000000000000000000000000000000..aeee4abf65867ed40280c93602015f57949ba2e6 GIT binary patch literal 209 zcmeAS@N?(olHy`uVBq!ia0vp^4nQox!3-p4?Y3Y5OC+=DcrJQDNvfRB*-tA!8;}A50I1M>EaktaqG>QtBgkjIG6)uzQzCW ze3iG~_iIdxz+$`YKHsin{ayLhE}VU9$XSV`?7b_*Lq6}?{oG!Use4P={A`F_Lk!u$J9eWJq(_%elAN7T#*0(j5aCn literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/nameplate/corrupt/status.png b/assets/minecraft/textures/font/nameplate/corrupt/status.png new file mode 100644 index 0000000000000000000000000000000000000000..76b14f037c57240c80ab2da14fba1a9bcac33fb9 GIT binary patch literal 700 zcmV;t0z>_YP)#8%M& z0004WQchCP0006vNklu%Y|G)N}k!8huJV2go9t^a$ zt2^A1fzRdV9Xtmn$20M|=lQI`DG1b3rIbo~VY>)U!Axy|YrB4g+#t_OF7SH266^Ds zc(wdpV0&1$5U^^!om8U6=%4`e5vL04wSc}6kSuVTz!}W_e;xy`u?Ie1=0$x@e+-g< zl?(ylW5K`}IXC!BKuQ_rY=9{QTlc5MEJDD3_EBIS1U9;F+e1S@cxc20+@%oX!bBq|dqi_F@xU;P8Xo=hj|VrTsb_;+bna zLc~;D00a6VAY)-z96uCbH|@e41EoK#$AN%dI`7urUMy<}{5-_;-)Pb*@qV>6fJL17 z81sJ?Q1SSjCx{jH>V1KCKgPDK@BR;%0YM`KM53@G@5I%)rGhP`bNypZ{g_*YZ9T8`9VS0000W+Mi%<3N z@HaEF(A6`jdlK3Xlw&Lj@(X70PRaQLy0nSea zksg6UMSYh-E2@`vSuTmm`S8hLwac<*`Hi|WDx=pyjZwb_{Xo~ zaYs)-HWWyfS-)Q_vRNi{kL3FK9scsix7|mnPBN7N2cob7S3eppgq*QG1@-VAJqJtl?Etq**3J;QZT{0I!TOsKY zNzk$^g_?W({oCA(vZKG31nW2CLBQ?EO!;u^a{kb7D=ako_oZ(KQwQ9Gs>QxG5F{A Y4Wpv6k}4C}*#H0l07*qoM5Vyg7|oZ3KL7v# literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/nameplate/dark/phase.png b/assets/minecraft/textures/font/nameplate/dark/phase.png new file mode 100644 index 0000000000000000000000000000000000000000..a20a6e5c5f3caa62d80bb21276488ab822807e82 GIT binary patch literal 140 zcmeAS@N?(olHy`uVBq!ia0vp^0zk~c!3HFMe>u$yq=G$N978H@B{wu~`Elhx&y0o% zHcp=&wg3NbYxC#-<4MyePi8*-_!7@CTlaU3q6<&2UbX75L7B5d(??_ezvjl98$6Ou qHODYaJkDD3mB(SykEiYG3=GSy?>jjyTfGEmJcFmJpUct%S0n%r6FAlY literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/nameplate/dark/status.png b/assets/minecraft/textures/font/nameplate/dark/status.png new file mode 100644 index 0000000000000000000000000000000000000000..a1f95813ab2be17e483c899c80359453c37e408c GIT binary patch literal 713 zcmV;)0yh1LP)Wxlx@Npf46o+jWySwA@q2#w-WJ@uh{NFh{Oe4=qF6Na=xZgp zi>v=}b%l>G=;r2;VBZ=h>$Br&>F0xYoIzkOyOpw&T3DOml+2VxydT$(P#E;{(iiys z{Y@s%XUCKBZ-MzonNvX3^rEifVsub|`H0gF`?Y|-5wKohlfahD^?$AnPjL@&J`SVD zocawz7`ZU`Ou$NM=G*`&B&+*VkwpsV&(aDEjlfLzdH(SfFdiBUfp95A zT$tF7!6yRr*J3euwXY5yECcn|l7$zaxB90M$tMEFAvOyE-?pv3^AX|ztlHp7 zVOjDHj3f0u1?KJ$he0v3IJ6c923xQ(Kko(3ZccNqgVi~gpOb*}b4Iqj$B z5D)D62ob3u5C-%^z}mvF1tM_!-{^|~cT*d444nS3uPXv|6EAA77t53aFNavsR-2qV zp`UV!F$kgH@Pm)*FR~W_w+Qoif>>dy$5MHTW2|L*_dOs3f<_9MW#K^H9q(@ijxL=* z&Z(bsMeUDWlUa3H+9t=KL7v#0d!JMQvge3Z2SNK0L)25K~#9!m5@PaL_rXQ zi%9PM^bgn_at|x_ZA#9MWcIwL_y2!FrW9|)@?@LOXId$y(R&|2J_P4zI5!}MMYFXZ zUSt6z6G4E(qKZfwz0){Y1S$xTMMM~uc47wihKSson6#O0ii84ti>y7<7TC6JU?1`C zdAymHuiCHDoTV*7x0BJdysT*Lgzt};^Et}D)JF*5)%GTiK2sVHwV9NnB$Ne<R0d!JMQvge3Z2SNK0Lw{4K~#9!m5>2uL@^kI zN81Yo{{v9l3p~vhfJF|lKOF#emE8Xb%@`83Jl$b@GRBY}wbo&XhsM2h+&fSP5A}6%0h^v;Y7A07*qoM5Vyg E7?BQs9{>OV literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/nameplate/default/phase.png b/assets/minecraft/textures/font/nameplate/default/phase.png new file mode 100644 index 0000000000000000000000000000000000000000..7d31aaa4beab2d33cbe9f93bfb05bdd76bb76dec GIT binary patch literal 132 zcmeAS@N?(olHy`uVBq!ia0vp^0zk~c!3HFMe>u$yq`W;{978H@B{wuK3z`3)XGX&W z8>df?+W-G|G|{VM=T+TcqjxspPVtj_|1J1G|9|m`aoH{do{8@43I~78Y!{d`;}gf( i9Sk8t`~Q4kVMslCfm7$^wGN=M44$rjE=vzwkpKW`#WLyu literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/nameplate/default/status.png b/assets/minecraft/textures/font/nameplate/default/status.png new file mode 100644 index 0000000000000000000000000000000000000000..bcd29816c2e798cde40bb1750366a0f8a50405e4 GIT binary patch literal 713 zcmV;)0yh1LP)Wxlx@Npf46o+jWySwA@q2#w+7?{9h{NFh{Oe4=qF6Na=xZgp zi>v>Bb%pmZ=;r2;U_Tlr+q2_o>F0xYoIzkMtCg~nT3DOml+2VxyzbYJP#E;{(iiys z{Y@s%XUCKBZ-MzonNvX3^rEifVsub|`H0gB`?Y|-5wKq1kie15^?z;+PjL@&J`SVD zocawz7`ZU`Ou$NM=G*`&B&+*VkwpsV&(aDEjlfLzdH(SfFdiBUfp95A zT$tF3!6yRr*J3euwXY5yECcn|l7$zaxB90M$tMEFAvOyEKaQim^AX|zY}(*S zVOjDHj3f0u1?KJ$he0v3IJ6c923xQ(Kko(3ZccNqgVi~gpOb*}b4Iqj$B z5D)D62ob3u5C-%^z}mvF1tM_!-{^|~cT*d444nS3ZyN%26EAA77t53aFNavsR-2qF zp`UV!F$kgH@Pqg3FR~W_w+Qoif>>dy$5MHTW2|L*_dOs3f<_9MW#K^H9j|W%_AZ@3 z&Z(bsMeX;7Hxj(m>})U@cM?3;z*S(UShU>FV55IB0L%DVfc_WrTUK#}?f&0)2K2jS v8C?EYJOAsCISiWIvyv5oE-}2Af1CdT^m&@J2|uIL00000NkvXXrNGn}ht*G4 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/nameplate/gold/active.png b/assets/minecraft/textures/font/nameplate/gold/active.png new file mode 100644 index 0000000000000000000000000000000000000000..5227c15955be92950285383b8b1c841da3b6217c GIT binary patch literal 264 zcmeAS@N?(olHy`uVBq!ia0vp^0YEIk!VDxUo(5(BDWL$L5LY1m|NsA+&jS9>so3A6 zc01a}@#K-*p~T{063UcXllC~CbH#*2 zPC+BB(*L5*TR6^nE}A3t!%aY}s%tabqRS6#&NmjHynnwoeRF-xQC)N4iRa$feXbPU z+xIGb+JbjWuZQw*rR<-47T}0NVR)eE;L|n&jS9>sW`LQ zcz=)D?P#0L>Cz3J!f6&1jiNd;8=JDa;{uK;_Kl5+LOtu3JP}$o?ZANv%cLGHS;Fuz z+r+@2#Nmg7fRvORQ^*7%IVmZI$IPNz8h$1O#KrNYv`(Kcp73d*Qo3?UUgDa>?63Cop)r`nfDUa76+D2t-Zr literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/nameplate/gold/inactive.png b/assets/minecraft/textures/font/nameplate/gold/inactive.png new file mode 100644 index 0000000000000000000000000000000000000000..ded2e0d68e48a56123397f011033f01cdd5aacb1 GIT binary patch literal 264 zcmeAS@N?(olHy`uVBq!ia0vp^0YEIk!VDxUo(5(BDWL$L5LY1m|NsA+&jR-Ms5N*B zr&(~Fzn0Dm6lE+4@(X70PRaQLI59*y-<_! zKlGK{A=Q>yY;k<@=b5;F@8f?E(`d|<&M26=>T^lnIsOG50ty#XxTbuZ*;}uv;M}I^ zazf+k-|#uYN*3y!MOhD|9V1?7o|EbDYkq9Oc22dv{`=gs{|ZI7-|}&>T>X31_0TU? zo8o6S?V3I>+)!h}-y}VkWzW6^Yj0fIvG0TPp7%N5-b)%xU}Xrpc(F0W=rAkLy$qhN LelAN7T#*0(vYKe{ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/nameplate/gold/phase.png b/assets/minecraft/textures/font/nameplate/gold/phase.png new file mode 100644 index 0000000000000000000000000000000000000000..33697d2161cb789dfc50941f132ca0b47936ecd9 GIT binary patch literal 152 zcmeAS@N?(olHy`uVBq!ia0vp^0zk~c!VDxiZ(XwkQgQ)4A+A9B;)nk?p9S z@%|pQ_?d?`r%U&TsWdoBZsVAA2&jUwB*-tA!8;}A50Inb>EaktaVt3?AfX{aO;BMT vQ;G!_yFo<>i-Ez0Wz2=v%mN|}hCmCnbKWKzsAuT`^)Pt4`nfDUa76+Dp|mVL literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/nameplate/gold/status.png b/assets/minecraft/textures/font/nameplate/gold/status.png new file mode 100644 index 0000000000000000000000000000000000000000..0931d95cc37452fede24f1f3c25e98b71827ca16 GIT binary patch literal 708 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%0DDw`DO>T2f!ZX?cG5~ ztY48_f|O)X1p)T%K>kn#16>fHZG!^z-2p+QC3X216tEKqzp{XWEpz%t67 zbYVXm==6nYpVbnBz~N^DQcyA(fB^m3!0#S%u9UsTEQ7x14kk1xu8o)94c5OaL?-m zC}7D-&jq$ELn~3miq3!}B5{lk8!+XeflXM+Op_4s$UQ{!G_XV@5}t;L1&M9|Rj^1@ zaR4_0Lf@xm*+(Ll12_e#tz;Fq0_X;CXrM#H=C2*;eA9tw-E-NtASJj1s-_D9QVt9F zl2!{05Q`>inbvN}N|LB)wIKH3yb&sZ^n`%q<@jvS2)J+?00Y)o;RHt?ZMFO)nXLb z&=R(%Li7jDN18$R$iQZ4msr`tifAm0Cz{2hzOOaXMEC%&K#HZ%Ldq0)AWaG29R&6_ zBXe-`JDY4(fNbK))4*#jxP2PP&M|@bIOy=&@?H!36%N^<)%mLweUpG4zTVy?hAK@h zD(z~SerhnB06rk}!-i|&kdyk?>8D5oQi=*9?M_xuWF!sHfUa%V+J%AF4?wi~q`x~i zV4Zbp1syAGeXbPL2E4v(eN8~0loPn7??JSzre-!^=Lt3yAsdeKPz}JIEvG#=?7`yA z?rj2Oh9*NN9B&8I$$=W7RS;;*Z$JrxTAtP8;JWX83qb_jF1S%3+ss|?3dEH=)w&=% z*Pkn#*T3jhiMV%%S{L>xb-+NC)*`gjiErGw)&;NKd<`tq&lRooaP1aBO3-Sj0X;*= zx=aga|K*Y!0A1DtAazH#z@DB|HbB!m)5(AjQjrJn#gd04uXTz9XRZQS;oiVmQw3S6 zbdvd`iO|mF2H1GW%Aro4OBRj&WlBidtc$fTC4B=znf4wB9s_vfjZ>!cIS8XqfZ=RW zg(tvpwpj8l!1~$S)wk*3_3Hne9@TJA15)k^R$ZtBtbDA34+_%U?f?ah&lm-a=jD@kGGzO^!oEn^4^+c7x#@@wH|nN-zPp z1`7asy+qWa6b<&%9l%W23qAY3vad-tpbOjJj9nPvL3l;bvrmGH@HLBvpk4!TPdlm> zVFwgV1_MR702BKja3%Zj5O7GsZg#K;Pl6@E2Itt@1+?9?i!JVvg&nX|V3%vj;o|B3 za`uts{VwoZYXVlAD$~hq?=P_%HXzviF=4r{?9-6rkMaJG{y6{n`~TFvk5Ba9-2z{S zgY@|J?8Tpb{)=ZncF*tv_AM6EGPKEl8$3ScEPh&F%#Pg5njc3{fP2}*)IF?NCNgLn>G%|JevZo3j4?z{W=3oOl9=rkMcRm44 z0?6M0_c*{P0o};WZocSuv*QXm_L|e(j4Jz#>a4BS&9M`FV_A)-LP0Amyz7vqNG`y< zqqC&u1yl6i4*XFVg@<6$PMBg>Arp}6jk4Gr20n^2%=l5f#waK_Sv>@fP9`o;P?Lyb zOQL8~DP}&C?y4zvmwfi3qok8>fuH)HZh&(M6dXXFJGZykTR3W5EK)5c5*U)m$F9UV zw!rVYJ&&?MqTtT$jTIrQUavvQfhwQgj* zidXvQm_V4sCDWFUVOQtON26Qt4NepkA%Sm_wVQv7(d4XSO z{9BykPPajlyF`=FJSkq`T;n$ihHdywkgLT{2*_1lFUELt{DhrRiL&tN^=>mZzLi=;RPRN1dh%-0@C9qopF_ zf)xBr-Y1{q3X3$!HUD)2D;(lL!8lIkG;x6yuG91tzmh{vPbD5cfmxXWHLmmm(m=nC z(`VPI9%G#Wj}>a%BZB(E$>~1X29IM8u6l5{0}3j*O5_}y^P>PuViXiyppk3UHn5E} zkn53sjjJu-Y&R_l19Iit26>+k0*0*K2A0*bo4bXz0a94bW$&gwWOa^O|9R`#;$WfB zbA^C5$7?PX9AL5mK|#&zSPt|%1s)$`-v7%VXyM^CGnd0dL4rqXkn=UG0J(<}@KplB zuhBGEzxjVncnGL0J=6(&y#^k&tO%&t^?PxI=@&_8TS~qS?t1Vso;w341|$i&PJBfV zqUHpL^G4~dB~b+dvRVb=H4DspP}@en=2U@HdE;1br0!%raJKq+5uLJodjj~6I0=4uOcjQF3ZfqSfa@B!~10HPM~4X#oW9U^=GV#Y`|Gqu%Lj8v@VD2`R7vX8$cpUG2#bl zeTqt+ni5+BuE9v(eamwv!8bvfCUVJjR__9*fYid;fOq@NgnQc!YWX%0ZA=lJI(Gew zft^I9?O7%Pl>#Z!tOGGO#Iyc$cp~BfI9US?kT`(#7C_Pt1lh`|mEAVrQy>R6z>?VX zop}uK{}mwG4d4cF7i?$Ll3IZt26D)1YvruMo1iZ&rX~4q-jJ?4YIM+v9k+(M3VPry z89CI1Y7LfJC$I>_9UI*_nIdu+I11nk>UFo{idsw$fX5zR$O(ix2ASl5Ow}43APbd& znim2fz=sVO!3RykUQ|*udXEB@n#4X{*hZ2I1vWDv8#xwWHRx;y{8^|Inn@DNcmN}LQ+{rIx8`x*9c2v=&TxJgvqGa_3cscxZnM0;^ zVOem%*4Nxwzvc-%096=(tyR0gs%Va3En)|74Qx$kcd)Oy<#iqOO_oPynjIF;--QHXlQ&Ty>YEJf7zB{8J93Vi^n6PN>5fE!??u)tJ- zeMr6oVgl#kDC_{PfmC>TGOFp>SryuV8KVCBR*BFXd#O5rF)FPpcKF;N$EhY!>5&yn zxfhF4T`i*o%wuOqcNS1a`vg4zxyDmFw+|%;M**(G0Ok*SPuUY5A*_Zc+z>tU0aRfC z6;Tec+JGeo5P>+vh&A9E5a19gfSj*8v2_$M=iE95vV*MY8?+7RaLQAnA4cUT0&1Do zNp#_cH-z@oIpc4Fg0nS{^+k&4%jptwn~2NpZLoS|eV&*L@H;?)B(b1@O$T91LcyY` zNCPeR*IkTlBbQtzU?Vc^0~JTGW19x_0ASx~bp%YA;f$NY0z7?O(nbc!uzk>OLTST< z7Jvbdo#5oO-UElngKs>2)A31At$bAQRJhGu=|DUg>Rb+|2&sDRj`rx*AuU6NF2!Qi zI*)PyRT##IsnT4cfti6R>;$?ewLs4JP1fX^#MpohYITr+1+4Z~YtW)=m+VrUq6n8t ztE=LrftdmBfUYh+S1@d(odu?v#DWbe*PYF7&YYCpQo)kvdIih`NJa^mG`?dLevjqXCAbABAQ&KX`9;)qulGuM!xmDq^3CD^h^U8&fDcvz z$PZT9i*f*!9;_hh;-wwG#Y?^28i1GN4CFn?Np1iJ!2O)Mo^Qa}1CT3N_Fy4E&Lg{^ z8o=iXoI^K{Hs2pd+2yp9v%}5H{jpvK(W2Ge(x4`&An$t?El9+gK%ywt;I#rzZ>bvq;D*hT z-Q2qCXA6+qz~lQtllNcTLvReccB4ZSkgG+$2K5>Q_F!)pSbzIHDp>ho zZMLlqzbasg1cH65kTn%X5Fm$>#2%dK@n|=i`zYWOyQLICh0TZ&lwT8LjDpab5`2(W z>D*2LIebIR^px >5~xM7{;81j>Hk*lYB_E1-e}$k;y$2n2It8uqn8!hqHctr2bj zA9A#klGh~GgRj!gh8zWy%o<5ZKwmSo@$z2(rR=G1c!zOKpR5_fxTc$6)yp{fSiSN= zfF!v0IIv$=N{ReU00lk>A`UiSsv9(QaygVsYr&{@_!7Z1RZ@1LTG<8F8qgMDYCFj^ zeW@qmSGPC(map}wzrz_P=y;iMN7UBKv6hQ^Eo*wqE-kDzC#((FYjv__5soR3fnO3V zIU{=z;u<*Cx(2!w5E*hb{-;fMd!n&W+XrS!4RS(xs!G zhMW$+yNFVDvL<&TQXj~V7w$UIe0g?j_xI9eadQv)3r3ObGyfVCz_EUaGCJ*b%tpxgjSkN2`2B&4W4q@bjR zR;bbvB|&+aa7tn_fT*7o1~2s?ve3irMhA87G>MhdLncj9Xq@z2rMr+o5YUuT1@;E; zkv`kXQ^h1rvYSkyNK4NIBAq_ll1oX9`vPKG4@Ia1R5t#EmSP6lFd^kp*yA2=q?CM0 zLV}cH7G&d=jLz-_7Fsf#*nMo6Lgou8(P+0_l2LM~=!1{d29FylNgim;xDn9xjS|Je6{= z%DzHnW9x?m()`{4cxDHi{wNvrA!{w2(EuzMkSun*vI~>}AMDS$Bmuoa0t8YKOF zD|D>`9u2)^)cTCT5%<`yhsQp*VMefDe|-EHNsXW}2jrWAYZSEGpxg#SpSNugw?P)( z1bhGh_8%@^q7&21wG$BKnHS9f?h|+w6s%5lTv(!7Rbe%NQCj(y6mWIZ5AqntOO6MS zrPvs#7q-+3L~fv#Yu0d&s0#s$9FGAhja^_#C|JmuUfddZJ^(kAlCfr+o0kGA16_Yd zeaZuftaLX8EHD7A=yT?P)(K+XfcpZ5ASW&KCv_`haKzIskfH&P0c4z`4>=!pxotqx z|Hr^LYx-ccst$dqo&rH{i@N-lOnPWizk{dDJDd@EM)clIp?B#Y{r zRay?s`ZZm7#*4J3Ad(4qu7dz4bN1tj$=`LC9su-Uq97`WZ-6LwgOPP!DyVh=D z=HyO+kBmzLr2#LCDx9}n19a5pz91k`tO$uZ6VCx&`7Ia09pn_%xU)IC~mQ8u_UUJHXyL)ttE^fyfSN>OmyV zX>Xk>P8zrqd(KSr;S+l-?D-N?775Jh8R0qQ@R9zTr+z!_Ft@CJ4ES9jQ~tmebgtFt z+*6=zH9i4yG||N-=CR>ZfQ}8vOn_P&Jnq)xi8Y+VF;8(uryvYx1p_Od;6vs-h##hC zt;?GCXG5vTv&vuIP3}&o_tT$YQ@q@O@Z5jr@BDNBvEK%;J9}B*pN^*o632*J;7rfc zTGYSS#~jrfSR-m~U?Mr8LZlzu%^9anDU$_oc&%O4|_0QgCj0Dri$G-Uh@ICD1&Si|NXuH_z@3|$vD2boofH}!m2^Zt}SPO`s=^{Bgfp4KhGESze+$J zf~K+&kRJZL zoWJLJ+2jh2^?X}KCWbqInE>k3E>T z^YK`^E;Wrl9_IUtT)^T-zjXg3KMKt6Pxjx-A>V>XH!9>A6UeamL;%VBJdSe7>%t0S zJTh*NQ>{HOWT(X+j`>Pz1QMq-@H!w#mXJaWW0<8fI!OFFY zlhqTq@OCcnESkqagGU2%xp657tiBISi0oy@yA(UhGIwy9)2`=vGW-Y_<=bF98$cWj z_;cVe$5xonWf&OWPMc~a;Mc&({x&!{?C!h!>VDezM!;VKab*8^pHP?59L15-&iE3+ z>}_E2SQ3uo2s-`}i06-Oq@2VA{2ipR)OJy$?51lWs>7aJB$1& zf%0*XLBM|?5a0H2$G3nM?I#6Wq-l%R`q$0|GrSKI-ebbwJ`P4H&Sc^!3@_64C1e9o zNEWhCrunDLZ~$_-1)_jG{{MV|y>J~ePPI#bC6VFZq14LE_ZSm9$B6diJ%B&KOn?nj z3SMBJ(y{UYIjBiEi z9!>)Kjm*M7(A{*}HQ@kq`Z_?rn*v7o$C^>c+Cef;K;{N0;66pk>ffYkJF6Y~tZtzN zg-f=NgLfC^I-j+9Tj;Gxw|mLAhn4r*f7ng}^|2URFSGmaHp7qJ<3G}77s=a>IhqYv z;5`7(cu3bj&dEh(WuW6_OG_dZJ`8Bazj_SF+rkFTu1G=nNCtd6L254NTC0N(xtXfUNFz9%J4u=oHtn|$!*f{OO zNbNY-O5)jzN%XuygX7Trqd;;1n3V=sbk@*!YaGo<4&`=9@dt`n|Vu6bUe3L`6WCPY8 zm)wMZ{fv3F60kcmzkNl~lr!datzevh-vRSxRt`W*KHDUr0C*L<_V`$VQ?S{{af-ls z=vwD`&^;KLf0g1U2-wM}2F)&T=qU3BoxRsm+ELfJ1y=nR{xUySkk;*=bQ;GvBkU!A z-%1?mpkSt87-r2t1V8}}Q|6md=|TF?;UvY5S?~g$$Ab+B^2)Lca|1Sz&S7a;ox_HC zihw?E(Z<2>aqfg9v>4>!5k}kuJjur-^}d`(gZ>g3>>0i#RgYs5;zgik7z(P4cJT*Xp&u#nBx}q zZzzbX6}U1WgV#uHs&Og+HuzCpgY^L-tG+|nZ<-u8{ata2Ucq{hNObyuy-;95&fCZM zp5WZ~^oyf&Am}OUW{VW%cqIiy1C@YiV3Oh(rIf1tLIEOW-9BuXX^c1uTYwv&1z19g zL6hj(tO3b6yEx@IB`IgCYt%S^b6emvf#)%&fkn7LF2I$NMAncubmd_=3i6=taK`f< zxB)Ea+}ue^!t(^|#o^4MQ(*mXWmT@1so)jNF=@8IvIjFa@4*R*rawPO0#yQS0+Xic zlc;qY*a%}=p?VvjPK$LX{*E1L%5OCHs37*B3JQXOXzjF>^DNcdxfVR5 zfl~Y7!0>!g-3r zcFzoGjii8_J}j^Z11LehRvZMo) zydmZo#vsk@VxsjFzJI|Zz{78Vg-2T$9v0Ty!PB_Oe)PRyZ#8nj@IeO`wt+fX@4M{f zKTk{DO#`xvOPwn1G&;&JQH9OWOj2BuIcc)jxrcet{C2ay=L)8F2eO;8=F>J-9V!L#POb`;#FF+M>!!OFUyWBK`=Yf_p8R z7ZP2HwpPEuhyVF{pZI4ea%P{Si4w~=OY>El>WCkI{PS_dpJ0-6l;cB6T=EaoT&6FH zUyR?IHTW0!IOqNt9|nnM;SbYXrZ2|muEcYQ)2i|^`KO6P2 zO%cyVlkoG|7%AooX8CM?cBrvU5wpXO_}7!P#JrZ#LE!Qf=Nj7-;pQcOS;)2FqpH$lA zMxNqf1IXOaH^pCnMCJvLkGnSNgSx{<1R&`wWT5cR%NWO#=v>#@mBYaaxNm>kl3nY^ zw@ovjmD2>yqu$}m2|a<6ZxtNQzid_~&OQI4YcC^vZ~&anK3xfzoh+JHx6X}Y*VZ5w zk_0N?u>7bIP_{SCWo_UV#JPel;NZpYN3vQqDc_k}60(UGXj80-$%{Woz&Bqvz7>!* za^=I4^%}&9g3CDR!A;bUkR=HL(&i8au=v|JK0f~Jc%e7#uMOA(NX1FK2d>MRWHnJl z$!dp=wLQXk7CeEB&17JdfQNx~;{_6y2#2iT34bNb-M97UR@$h4_l zHWM=grF{18V~$A_FzUfEFn4mZ=VFdr%9OLxC$O){dR#U*RPZ4UR61_t7Faku&_w_M002ovPDG`^)EI{LSO@?B literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/offset/five.png b/assets/minecraft/textures/font/offset/five.png new file mode 100644 index 0000000000000000000000000000000000000000..37bfdf8d1675125d90ec6e7ad27a54ecb20e0f41 GIT binary patch literal 418 zcmV;T0bTxyP)KC|jVH z`+{mdZ|IF^+KzM`HKw5!{LwjlRJg(2ALZ_9Rc|uoZUBU^ySunarfC2!5U!TtEi&Eh z*nBPRM$-+MUmwh`g{|IV3PVU<%5faWziyef?U!xYEei}}Q6HqML_Nv0O{Jz~x!Jah zWd&jQMNQF8HI#fVV0qYW7uzx{OEQq*CmqLeEX(%1-ELJ6s#Gm*eUj8W-Q;&4mH$;+ z>fzzm?wuZT@80tV`)fhfySho;DpURQhOGbB!&1Aad7fNj^m}jMinp$0Is=~K)b!O-~a#s M07*qoM5Vyg7}4Cw-T(jq literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/offset/wynncraft.png b/assets/minecraft/textures/font/offset/wynncraft.png new file mode 100644 index 0000000000000000000000000000000000000000..be4171fbc52653831af138b5e21acb9f47ce6b47 GIT binary patch literal 461 zcmV;;0W$uHP)*eJ=00002bW%=J004av zd7=OS0ftFLK~#9!?bI2(B|8*_@n!Gz9H;Hn*toGVP8%EJw6Jjf+M)2^aVn>S7vmHx z?4;_BatF_M#`52Anf`x%eaS zc-!wk@Z&Fu=Ml5n8-+)t7A*p!fHvtTl_bDG;p!=6(j?NGC-jf0(xU)`1#TW`Pt}zG zhdboQ1}>4-2t;j>Vw?p6aLi^ODxyYhEmVJrivk*vk|*)*CR`wrqtdTpLI zE)v+p`z7muXM0EogvKcxKWgKY+3Z8rsIhD5wT+tr>e&H_^n3sZXZL9Z0`F=za~v5NFTm-4frzzKX<5`dd3<03hrD7LfG78u`#-gW{4^Hfg+xB743B zut@-!58gSm!jL>B9$-g(H`zKy4qWo{3lsq|9007sCWpWQdjP2X0R4xg_7(#GJ}OXD z$n*f4kk9B{!FG}LP#}B0_^1P**zrnx8n3|gU!tuowuPNm&M54E65B+T24BuA zD2ljqo@_tvT;HW58Mcf8xdXY6XdQS~&$yS^q_SeQT~vSfrN_M^TVO#EtAm8%yGM`v zn>;4C;%hZEHRXO#Jc>IdNx||ZDt=jKIVRg{=W^A9fB`j18 zuw86&`iUNdRm=|;SWwr3BK8elqr%kG)Ypn4AaRtoOl%Bk#KLf2RA|5N;{znL9*Gk& zCuv?mMe*{U3>m{|4?ZOKv5MXer`sb|ByMrlIF{cHr)2<+=qD>@+`x$kz|&9W0Y}5x z0(jnmGl~N?k?*b;@&6)8k`+}*2uB}R{AWK|d`$QvO-)U$AK3x|ecC|&07gG|{2eFv z9Z51s`el+5{b2h`#>xGX#q_d5sZ439hA;oRvoTX*UUY=Tz+Dn|g9ZengXD!8f~ ztSD^2CDw2jtM>p6iM3<#B#(C(yKtHD5(*ZWPp(3ANRja!Tm%SieUVE}O-=m+Fu*G& T7z!9O00000NkvXXrNGn}KPY)I literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/overlay/pause.png b/assets/minecraft/textures/font/overlay/pause.png new file mode 100644 index 0000000000000000000000000000000000000000..3e5d287ef84c4378c3584f27c8a0487b8d47d990 GIT binary patch literal 9111 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/rank.png b/assets/minecraft/textures/font/rank.png new file mode 100644 index 0000000000000000000000000000000000000000..fd42bf82e91c19d9c590b17c456da5fc68b46b88 GIT binary patch literal 1485 zcmV;;1v2`HP)_) z%tWd)0II5^M5;t>yT3D;{~{uQRRA?`CN)Wq(Gd{Y(q&N&kH96-Tm>0{P`~N?0PwO&TUJr$A*q}yNw&&@f!Y;s!+0WE$ z!j!+q5NY(?s{s3F&z{{N(mnkfn%>)|`9}WNufO(RZ@zxLamD)s2Vl*BU|@Ulb3o(> z<3AnM6)4psE{^xAu7R$%o5#jkSiBDGW1UUr7YrHda4-dwCr_Sqh^vR_d$&yG8~JbE zbmdJaEd)f}QfPSr)&wX5U|kQe1b``n+z{#P3QF*jYiODTT~Agz&CkMSl-su1-j20aar-Sk#6vwGKLT6yQ++v-%3kSp~ivk_w6|K3tec zj}&2I78DSVXBsQ&-&hCsVuqdPuQ7xMp^u20M;wul0M_@gZyf8>K}7gdhP>k*jdkP) zVEyRPxAmiMcNLG$olyWb23Vt5{3$j9z}DnXRS=o}!x$WrMk;_1ryJ_;Aif0GH5i=* zd1xQfSy;RdtbWy{k2bZiR>1G47!bn5-6y*r;2d%HX#*4#3xKr(boOpe1rXxY&WXoi z^DLD1Sy;9Xl9#N8{Qb#7@kW4Nvt5%{?Bq=q-K!12<^VhjU^c%3VtWOSP*6UE_F0I~ zHjRtdfwir{{En0W(mPU#{5dz2?oHeYS^<7waW9&CN19WC6XGp9xd!_UXk_%$432b%Ip^-oL-tzP~u>Hrglzs|8>eE_VTD?G*^q zT7dwVFis#Jvl+91E4cmp>!5wxmux&Ex_To8#C}ccQCjuJ6!(L3t$kyP-FxTiQqBQY zccfAxH84>@J>a|otW<9QhqK`x@_%msD{qM-+f1Y$&@UKi^D{1H0neXtIY7;L#?7su z<2SbgV%sw=77~uMKjW6K1N)L%n!nq*xGADOQU};Qe!N32A7j$Xot$yZQo!4{Z!dLl z(vwE_Ed;9qh=Ke8uqwc%|IRDGYAYbK&xkri0+10j0VA`}2kc*72lj4(_4%8PWP?f2 zXnQ9{LI!}%{rel_nkbPHT==ILQPW$>7vTBx=hr$mL)~nKBivFJU$E2in&mWBM1wu^4VB%Q+0{gB8eI`fD&Jj zI<()ysgXY51Q>ill9tMslK{8{V8F}r0}x-3;`D75=nE3jMXFZSHHc>!5ow%-Vkc3{n-OaO$Jei4AC4zKzCI9KG1p^~Z{%NH9gbHAlpjF~P5%JFDghWFltBTk z8i2>43a-e{Du58DgA=qKBf|Vy!1JqEVGS#B_7@D-nE?H#ZOJ!i6}vVFwh&;p=tGn$ znExF~cc7WGAfI&=|LWBYI4lNYAiT72w4f|DfG6_*|KWW}fOAf#<-T2$dd!I31@e9} zG_K#!{O*3SawB?xZ`<;1p&NMnrGWEXelD~=9RJIJp$C+c0Psuhpj$wyUiumIH6UG! z|9b~8|KO%SA|@+0l7tix`);utxKL`9Mf}6K=?zGGUZ8Ws)_+j**?hU3tB5doOC@Owsk-)zzq7R3|@4Q n3DpI(YG=^bzVdT3u_LUO=@BkTF;m-d(W}}sE5JR)z4+=fh!UKUfvr{ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/screen/death.png b/assets/minecraft/textures/font/screen/death.png new file mode 100644 index 0000000000000000000000000000000000000000..fb3107045baaa05bbeb54b3cf103cb3f2de6e275 GIT binary patch literal 210 zcmeAS@N?(olHy`uVBq!ia0vp^0YL1)#0(^VYp<~fQk(%kA+A6g2>$>7-w|K!0c0_i z1o;IsFin=1=mYY~JY5_^DsH_!%gA=vL8Rs3$);JsAqP)s7Hts?sO}Q{uqRk-US7pT zwt!juAEep1nOY4Vo|W}1%vXQBOYX=eKfOfbO*bdl&ikRLqIz*v`R$`os++q0$aK4Y ziETOdDSF8>vwQt_C*Ijmd1F_*-L$2>PxtSP5mUL$EgpA!dE$kuvLL5a4Dy~X vjv*Dd-X3J+1@aCl{9bN$+&lru1cO5M8^>S1+^jLD7R2>*^>bNz;EDtQ+{|00gkpO#f6G zcmZtRrKYRg{XWwH00000000000000$W9JTG+&H2zj(_^*YT1>gQiB3ZwN8dsgRU}I zP_9D5gN4TxFsjUT92uUDbB$C`PAhX66a>YRmGf22<<53ryf3>uJDMHOADH|C_Dz(X z^^Tlj_D0^1-0@EFpA+|Y4gIGmop|dWC8?hMHcBU6GX=`Zt~hPnjv<`lHgR{2ydS3% zuT4-|cEv|=I+NTY^A;>Kz)bOR;y!EQjMRxQ4NzKk#e0!DliVWn7A$kXQ1O1^K5XJP zQfJ!VQuDW9rnp7sEm$@KVDOrGet!NSoY6QRA0JoV-8AsAT)(Is?&J>)0StvR8t+5* zeq}ce+=}(nd>FzHL%&xZ8@uPDp#D(VCqW&?0dU7RBv;*SC?7+2TisoKr#)RC-CYNDASaHxJ9@D`flTvND8JQxRKxFl z`MvIwK+b%)6W&9v58pN!S8|K*p3?^Qy{+V?@a;~z_!qoB=l~+!H-Vg1^^ zbQC-EnH0~y3E(xZkK(I9$qugh-um%TOfKfveG-uq7gEj~P9PjiJ-2?`Hg>k-uEcq8 zr@Ha)=Ic)Js9loktHk}Tdrst%j$(&4&J+-Zb6VOi`reB9g1EB26pz|BIG67KD8A7h z*Ae?#cihC~6npjZ4l;kvUlm`h;&*-iXq^Awp>GNdH|-% zuRn3z7G{YxWS)EnE>z#d>s!_J^$G06X*UIA9{t*O+kdgz{E<0NcWAQ&wiC!aITyO` zM)A5?p7)KIKY*+2e}&_oK3zfP&-V|DPP>>dekV@)&!6rg^W+QYzQ2vvuQXTY3-6T2 z#qzwOdp>HxKPtYf;1f@-uMZ(BAPecX<6gw%6z{sulzngGbN%{>q{|UWm!o#tn7!Ml z)dXbumq~5=Z^71wIJ8Dt**B5J}1mpj{b-}6zPDvB=3cOgB%e8gLW z&mZE@>B4+(&w20jN89duKIS8Z_>T-c`RwIm2w`J`L*rum4~6;6MNX0002U|FscRRaI40 tRaI40RaI40Rb@jRIN+CN9NO}u@&IvgWvLw7K}rAs002ovPDG`^)EK9uL_7ch literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/screen/trans.png b/assets/minecraft/textures/font/screen/trans.png new file mode 100644 index 0000000000000000000000000000000000000000..64ab005953c9b06dbd2c2b715777f3a0ffea1f84 GIT binary patch literal 116 zcmeAS@N?(olHy`uVBq!ia0y~yU<5K585o&?RIXj$ejvph;1lBd|Ns9rZtH>a42&f~ ze!)=(Ze0-ra^yW-978H@y*gTfb Hz!eDqbAKTJ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/screen/warp.png b/assets/minecraft/textures/font/screen/warp.png new file mode 100644 index 0000000000000000000000000000000000000000..25f9ce05d770cc5f2cb0ca418046a9727f53e7ee GIT binary patch literal 194 zcmeAS@N?(olHy`uVBq!ia0vp^0YL1)!2%?8e0tP@RHvtlV@SoVHiZHCwe+s!rU%h|RVXe~Im^TfZb+mn7DI+?Q6`s@p{ piYB>#pK=+2MuLEa`HAVz85tfVq}5K?eEtha$kWx&W$A${5&$YwQ8NGl literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/font/screen/wynncraft.png b/assets/minecraft/textures/font/screen/wynncraft.png new file mode 100644 index 0000000000000000000000000000000000000000..f5d7fdb1b07c6f5ea145f07190859c390773fdfd GIT binary patch literal 30307 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

H)wKoy*wKg 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/advancements/window.png b/assets/minecraft/textures/gui/advancements/window.png new file mode 100644 index 0000000000000000000000000000000000000000..ea7c369d6f9f8b815d0375d13961b5fefdbed07c GIT binary patch literal 407 zcmeAS@N?(olHy`uVBq!ia0y~yU<5K58CaNs)Y5y5=Yf=TfKP}kkcNY0UBykQK5-uA z0j9dz5)!-j)cgd>v6KY)1vAK6M|^#IX&*UJNxvK`iw2=DpM92f5Yy+~TX z-+V1lZl4j;Jr)iD1qYBqmMKBsiup5=-Z7@yw~BH^oUv2rE9Q@wu@EE&SA@w(VZSm< zMqv7rhEz|!9TAN{)yqDb-+lEmkNFzsFUI+^S?=#`*yI~f#hAIP!Ta0mYR2nE+m_vV zdxiDN#<{QV{^PgUnp=D2r-(iCXBbf1rY5J>DIZxB%Ga#;~tDno# H16L#f6pE0w literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/book.png b/assets/minecraft/textures/gui/book.png new file mode 100644 index 0000000000000000000000000000000000000000..55aaced607ff44e459e3199da0cd93d4c13c2d7a GIT binary patch literal 4458 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 F{y*rRd#3;Z literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png b/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png new file mode 100644 index 0000000000000000000000000000000000000000..e19b77c1f822a6eb5407e43b6b9dcda833fd0525 GIT binary patch literal 535 zcmeAS@N?(olHy`uVBq!ia0y~yU<5K58CaNs)Y5y5=Yf<&fKP}kkUqPjU~hZOvaaH$ zRG&Bx^8iy_Z3&48##=HV9VJ12!3^FhIe&ocwVp1HAr-gY+}hZ6$U)%P$C7KxN9;6f z7$3$xDBCVxR`qq--fK=@zP|6<_<>7StbAt1K6@X@AA*xMSd{H7-Tkhx^71x*-Va+d z=WrF|{=UL+()1mt!-=Ssx(^Jp*3M=+v|{=#Cbp_On+y{a);^uh?7`pgovq?hH^UxP z1@E*51Fw@@1rkfQN+wJ=zel!V$xo(lDr*^L=q7jv@iQ=NX04dCNc6zQ7Gp)As~HaD zFj(%c&h=bfex7;Pd*WH*@@KPjehdC_E|i{}|tcnYO284We#;%)cn~VCGFprYD*kZq502-8!L4VPg6L zK85^7#RtD+H|$|HN@EaD&0(+*^?!Z8#GRGlz|FhUVk=MDYOQFfx&3iYcd(u&i%wDI z{qE-s)9Yn-cgNjSm3pw;)dE9j!(pj# zbH*`-3+rT8s|m0$N^IM_&*9SXL*geh-rOR#X#M;p#=h4Sm5X-1e=T13E<$43 zOSU7qd%rM!D@Kn5)peo^71QZfXuiQ#uPKwsP#CX(ALSezxSL{AXyX`(l?5&p5vVFqb7WJ5WMf_W_ z3HR5T3tnaC5ZKUl_R8`{JL+b?TgEq+fpPhcD@ytD`yqa`S&c(+yaSuy85{+J#a+=08=-d9smFU literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png b/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png new file mode 100644 index 0000000000000000000000000000000000000000..81175448ebbbfbbc95172d8925601e5682a934eb GIT binary patch literal 421 zcmeAS@N?(olHy`uVBq!ia0y~yU<5K58CaNs)Y5y5=Yf<&fKP}kkUqPjU~hZOvaaH$ zRG&Bx^8iy_Z3&48##=HV9VJ12!3^FhIe&m`Yfl%)kcwML9*a#q5)SZR>dE9j!(pj# zbH*`-3+rT8s|m0$N^IM_&*9SXL*geh-rOR#X#M;p#=h4Sm5X-1e=T13E<$43 zOSU7qd%rM!D@Kn5)peo^71QZfXuiQ#uPKwsP#CX(ALSezxSL{AXyX`(l?5&p5vVFqb7WJ5WMf_W_ z3HR5T3tnaC5ZKUl_R8`{JL+b?TgEq+fpPhcD@ytD`yqa`S&c(+yaSuy85{+J#a+=08=-d9smFU literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/container/generic_54.png b/assets/minecraft/textures/gui/container/generic_54.png new file mode 100644 index 0000000000000000000000000000000000000000..85d177efa5c0ca1a5264d3ae9d0ec32ff2a9fb0c GIT binary patch literal 748 zcmeAS@N?(olHy`uVBq!ia0y~yU<5K58CaNs)Y5y5=Yf=TfKP}kkUq0K|LDxLJ#EoT zJBu1qykp(X{7rPU#KlieKD8R8sU*lRn87cHO@EgmJDxM`XVnKnl>qk&%xSk)3S~}lZ)Pe>u)XY-S=gc$l@T^oX5&jA2E8% z9=KfLus+BpVJWl3B%t{~kRY*nn-`moN;ZEGV{=O0RGtjqW2;IWvNwgv${k4IJ8+OO zO|AH|EkrRo`QYwK=C(&Ej4#z0#huY55&VYDli5X92eZ$4dvGa(!~a7mZ_DO$&DeYL z)}IyIYnVXls?Q&`zjyK8=g|E(-roDn-hAp_@#prO@2}-MI!YNn@Bj41R^N5cf)e}N zxBfS-t`*qmzh@WU0k7Pc#0^Syn}Vh*)m>ng2=0tm;aPg(XP`o_hjHK$=65_?((~I3 zDh@MFU+H<}<~fgQ#uZZ;mUTDR%gwo}I)ROiN<^PGG5X_? z^Gg1kmH6TfYeLkwS2haU*{8CrU4A%EjMG`Q_s7aP*TlcCHahTYbB)BQ(<_B0Zo0-6 zBX>8kVDeO}7)8t5AkY~@pk`PhDt^VR40W)CT02J5NEPeWlK=x)MQ}uToKARqs4^b?Mdb{E14P2l!4L?0^}!19GBgn6JB%A@PXU@ zxBcHU>D-r-qfijQ) literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/container/horse.png b/assets/minecraft/textures/gui/container/horse.png new file mode 100644 index 0000000000000000000000000000000000000000..835cba611c1c6cfc8a71bf92db9ae68ce12462c1 GIT binary patch literal 1002 zcmeAS@N?(olHy`uVBq!ia0y~yU<5K58911MRD#}{b3n>Cz$e5NNCN>Qm)W;FQK2Jgb6eS} z|NpnIms@w|jL_ZPnfwViW`1eln~>=6Z1$%YzqroH%?f1hP5xqVI%RLzfoqP&c~TxS zi`yliy*|qHjnC}yKi0QiFOp>zmhX2eX7lxCHF3)?*sps)o8`yCU6JKyU zpZh>G(}yh#CT{B)^0*yZ862v`xEr_}{201e61FzTG1<6tWXLS`<$QMf>3*lj-nx9jBNqYYgdZ#%oQEgW{$C!-mi@}8Xm4rJ?Kl7II|P=u*4$nf z@#b#??*;Ft@~c1Jh9 zJvu@kpKV%F({S?Y+}QUX^H@uC_Ay^bV(8bl6r1V)MzeO-%HG4J@r)Zi*I3Wy>2p75 z;%CF~d28*h~eF*O>^y36cSrPy$zOvh+$M{7gdq)3g-)P|qie(!!1 zm#MNUNG9R`rF;HKW_3puEZoF0H5oSE)!KZr=Amrhn|N-AlKpS$jO1TUIT5myz&@VGIroJIotEfmP1-0z}~g2VxnxIKG5E zu=h;8_KBgc^s~Ny{@Z&D(Yp;D-n@VQRV;pPskOfSci9IU>lqte7%W$tGfwzi#m>O+ z^f1Lp<%^1Si8@Bsff2vHI6FD=TA>@@x!`t}1 spJr@luUM$e-)EftTR{mM*i~%LxKMD<*(?KhQ08UuboFytdfu-qKr8w!BT5&;b}lbk>DlbM1gL1BJoHU~oAk3OmHY0vL!%Ihpmy!GvowsZTB zS8ly^Tvl=-IpUm0_P!wbHcxJn8#hT59pGvLkcyop@A8&~yvqu4c7NO2Wwn(fhx53Z za5k^QQbL2b11jm+<*x;xq-^$mKP;_xq!C#H&(3N%iqV%pjYs)FF%jr z%r`agvxj3QUa2PU_#Jv!sLW5W*5{m`zz%^ktjTX`(P7sXohB`QdDds1&s|+IWdwUr zJ&U(2UC)W>D{xXTlslH%X>NHR3F0Oll0Jx3lLuh4C@XiM5lzY=&+mBbkwe6@R`*Ar!RJYuc7^rS($ ze>``!E-IYj&w$aj=5olhW#hn9-9$O9-(qMlBW z6d8Ug>_!LzTJ#R%JVGl)JS=1!mXiKEL z-D)RZ&H$;aJLTSzT=+hG*kuXYl5rvqJcHDtXlMK|$yHpK z5l;O&Odw8+5CwkG7g9eMl+~;ttHe8nGrwDPpGWl{O!RSiYXZk%&FzzO+ zsnB(Y@^xKjrX}7~(-;n;2i>6b!qvvvDE>SNo^pUH);#|TJKbX|P%Nz+NL@*Mv96N# z(1mtC3ysL+642ft&H{IbAqk1^+(n7@_%#ZoVIB8&_RZ+}kF7Q-z9`g6uPptP8&PKTC#SG zWk@Er?SQ!5kUzyKl2zF(=@95Heiq9H86~k`YEBd3u&Vg{H`WkOg#bG*{7J>f(N)#` zx@n@rS0ghU#`oDxOJ#;W-JrvAeXVrr`$~s8YwCc?>V=AJ%!?Ncg(a;Bvk_i}M9}~G z=l`!i$k<30-s404Op7duE!lT>fUMtHZr3=(7k$IPuUChWCCtKH({7^d+5$YXuxz`b zXnK09xX>v9F8vv9lilyZtuDyUQwaHl#RCs(yc-b~ac!m0l@}+BmwyR}<)$jjHWzKHi^u^s{WdS_XGG)7h`9EPY6AQz z5j*}D_+1v`lS6@<=IKRmk%Z2mh>wMwvS1$!Z$G*?tVs(R#Q`D6pqCx-kd61W?e)TW zqjq`EUg)ckmHT?UQ!w@;A|9Xo!OixyvCg#4EfZzp6BWx*z?dWKf`Bn6&~E2Kuh*(* z>|Y1<(TNX@MpHA}Z^iXB-P=w=X%x^**Su~NMBWa*(1NKi_hEm$jBXfr>BQ!|GsoKu t&$~aEY48v+-#k&~z(*b(tT*bPAR>d3?Yr%~m7l)pH~R(q78Bi^zW@d9j+p=e literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/options_background.png b/assets/minecraft/textures/gui/options_background.png new file mode 100644 index 0000000000000000000000000000000000000000..393336c26cda242b9624d9493ecc51c7dfe86346 GIT binary patch literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nBm#UwTsu?Em)HBxEOPG4w5y9T zC=1ic^HocAQ&eruUJO)|=jq}YQgO?)w~^DuP~^}hso&r4{}9+QOElTJI`PD BPE`N^ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/advancements/box_obtained.png b/assets/minecraft/textures/gui/sprites/advancements/box_obtained.png new file mode 100644 index 0000000000000000000000000000000000000000..68b1a48d8d5adece353169edd3886e495b2952ac GIT binary patch literal 137 zcmeAS@N?(olHy`uVBq!ia0vp^CxBRri5W;Of+n(<{V^ gHc7lpxFF`m5E^QIQ^wWuI8YaZr>mdK(gRl{0Km{EcK`qY literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/advancements/box_unobtained.png b/assets/minecraft/textures/gui/sprites/advancements/box_unobtained.png new file mode 100644 index 0000000000000000000000000000000000000000..cd93c2ebbc2f025e8d9be531528503c0106f4031 GIT binary patch literal 137 zcmeAS@N?(olHy`uVBq!ia0vp^CxBRri5W;Of+n(<{V^ gHc7lpxFF`m5E^QIQ^wWuI8YaZr>mdK(gRl{0FBfp+yDRo literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/advancements/challenge_frame_obtained.png b/assets/minecraft/textures/gui/sprites/advancements/challenge_frame_obtained.png new file mode 100644 index 0000000000000000000000000000000000000000..8d733c6a63eca95b77e9bbd48f6a1e5c08993ce5 GIT binary patch literal 202 zcmeAS@N?(olHy`uVBq!ia0vp^QXtI23?u`dJxvEv`~f~8u0VQOS8-FSPk^bewuHni zp3E6QA;yv*zhDOMl$<|6PNt`eV@SoVwPzXGm>qdqA0B_lnw0-x8~crOuNmFczuN~3 zE1z1>_4nfsg@bA#yFP4LFeTajgv#vV1sApE-H>=PM>}Ncg^0O7;!jVl{_^?v?5oLF x&*j^y8mgPF=+fso8Cx90x8r$Bnfuef%ymhJuV!!D_8e#_gQu&X%hCf^Bmj`;PNV<; literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/advancements/challenge_frame_unobtained.png b/assets/minecraft/textures/gui/sprites/advancements/challenge_frame_unobtained.png new file mode 100644 index 0000000000000000000000000000000000000000..979f023328a8610bb1fc48b5f2553f60d5cc2b34 GIT binary patch literal 202 zcmeAS@N?(olHy`uVBq!ia0vp^QXtI23?u`dJxvEv`~f~8u0Xme)hEuwJit^}TSDTJ zqT2?b5MxP@UoeArO3oi3C)3l#F{I+w+Ov#o%#J**50AfNP0IhUjs3>C*NkrJ-|d5i zl}|0``up*R!a=o=T_3hAn3C*%LS=UGf{R-7Zb&?tqaCvJLd4u3@u#O&fBF1-_SNL8 x=kje;4b@Fobm{Y)j4cl0+wr`m%>C(K=DMWASF<;6dk(ae!PC{xW$A${5&%8@P9OjP literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/advancements/goal_frame_obtained.png b/assets/minecraft/textures/gui/sprites/advancements/goal_frame_obtained.png new file mode 100644 index 0000000000000000000000000000000000000000..3f6258755b3d266cc7fb17b91aadbbcbe435ff09 GIT binary patch literal 172 zcmeAS@N?(olHy`uVBq!ia0vp^QXtI13?!$Daijq${s5m4S0KHttGFrEC%{x!TS8(M zPv#7u5MxP@UoeArO3oi3$J^7zF{I+w+mnWT4F)2I0~G%MOHb>V%A*i^_w~j1UW~XZyKh#hb)6u>lCmjO^+=jebHhbV7tP14@h9HSd~x<% R4$xQzPgg&er3bD^007{dI)eZJ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/advancements/goal_frame_unobtained.png b/assets/minecraft/textures/gui/sprites/advancements/goal_frame_unobtained.png new file mode 100644 index 0000000000000000000000000000000000000000..091d478b2df38cdefdd941bc1d5e76de33a54b41 GIT binary patch literal 172 zcmeAS@N?(olHy`uVBq!ia0vp^QXtI13?!$Daijq${s5m4S0LS#>J#T-9$>1gEg^A9 z(QN}zh_NKdFPOnQCFc*2BrKfdFn*OI-8ZY$x=s*bN!b*tdL+%Kx#6Owi{@k2_!DnuzBqd> Q2WTvVr>mdK(gRl{0G%i~{{R30 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/advancements/tab_above_left.png b/assets/minecraft/textures/gui/sprites/advancements/tab_above_left.png new file mode 100644 index 0000000000000000000000000000000000000000..3d056f2f145df30b15faf73ea133a41b0e0d0977 GIT binary patch literal 138 zcmeAS@N?(olHy`uVBq!ia0vp^GC-`r!3HF`%-7riQh}Z>jv*Ddk|pdCL^8ZR{w!BL zwqcFt)%Ix;IhwmtOE!ueJ!HXO9F?#}tVt!Kll_|01P0p=4N(?Z4_CA<7VCpC*k-)C f#A_TN-NVGdsUeeOy~Z&bXgGtXtDno#16L#f(K0OF literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/advancements/tab_above_left_selected.png b/assets/minecraft/textures/gui/sprites/advancements/tab_above_left_selected.png new file mode 100644 index 0000000000000000000000000000000000000000..2a63b319b165eaa39f20d3554904de35feea99ab GIT binary patch literal 140 zcmeAS@N?(olHy`uVBq!ia0vp^GC-`r#0(_MBVD|K6iBpW&Tp%LO1$*VDx@q~caGM*;(57~A?#g$)xNxqa3rT=>V&q%ZO1;1_<2 jT>fSMc?y5o_pmW+S{<6a;J$VwP$Pq`4Cl1e{4k*D44$rjE=vzwkpKW5DK1t3 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/advancements/tab_above_middle_selected.png b/assets/minecraft/textures/gui/sprites/advancements/tab_above_middle_selected.png new file mode 100644 index 0000000000000000000000000000000000000000..724f134518d82a3ddcc5c37f3a20da97bed1f02c GIT binary patch literal 141 zcmeAS@N?(olHy`uVBq!ia0vp^GC-`r#0(_MBVD|K6iBpW&Tp%LO1$&(p;*q~caGM*;(57~A?#g$)xNxqa3rT=>V&q%ZO1;1_<2 kT>fSMc_M$=vmD4^Sfm~P*j)FXIZ!8qr>mdK(gRl{044G$RR910 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/advancements/tab_above_right.png b/assets/minecraft/textures/gui/sprites/advancements/tab_above_right.png new file mode 100644 index 0000000000000000000000000000000000000000..e27fc9e0081458e038060221346d728787b9d3fb GIT binary patch literal 140 zcmeAS@N?(olHy`uVBq!ia0vp^GC-`r!3HF`%-7riQo)`sjv*Ddk|pdCL^8ZR{w!BL zwqcFt)%Ix;IhwmtOE!ueJ!HXO9F?#}tVt!Kll_|01P0p=4UraE4_CA<7VC?GGT3Ik j`nO!TEy5$$fQ#WxsZ7$o6D>P|#xr=j`nfDUa76+Dahfp6 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/advancements/tab_above_right_selected.png b/assets/minecraft/textures/gui/sprites/advancements/tab_above_right_selected.png new file mode 100644 index 0000000000000000000000000000000000000000..8f0330ab8a9f475e53011bfbda461ceca6b4a672 GIT binary patch literal 140 zcmeAS@N?(olHy`uVBq!ia0vp^GC-`r#0(_MBVD|K6iBpW&Tp%LO1$*VDx@q~caGM*;(57~A?#g$)xNxqa3rT=>V&q%ZO1;1_<2 jT>fSMc_M$=Ywu-+09`v0=? zpxCj>8JC&)SF|n`>x;6;dI)1AHmuZJtIK@TaD!Nrfv)c14HJ$@Br2|1=^=jl#Vxy3 e39|$d1_s@5wbTE;CY1w?X7F_Nb6I-eiUa_!2`%{m literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/advancements/tab_below_left_selected.png b/assets/minecraft/textures/gui/sprites/advancements/tab_below_left_selected.png new file mode 100644 index 0000000000000000000000000000000000000000..c485aa706c09d6000f9c73442aade1b5b402f906 GIT binary patch literal 149 zcmeAS@N?(olHy`uVBq!ia0vp^GC-`r!3-pAU&g!wQv3lvA+7u-+09`v0=? zpxCj>8JC&)SF|n`>x;6;dI)1AHmuZJtIK@TaD!Nrfv)c14HJ$@Br2|1=^=jl#Vxy3 e39|$d1_s@5wbTE;CY1w?X7F_Nb6I-eiUa_!2`%{m literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/advancements/tab_below_middle_selected.png b/assets/minecraft/textures/gui/sprites/advancements/tab_below_middle_selected.png new file mode 100644 index 0000000000000000000000000000000000000000..fd16e1c92c4adc9dd25c91c358935faf93ad747d GIT binary patch literal 148 zcmeAS@N?(olHy`uVBq!ia0vp^GC-`r!3-pAU&g!wQv3lvA+7^@HG7kU% literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/advancements/tab_below_right.png b/assets/minecraft/textures/gui/sprites/advancements/tab_below_right.png new file mode 100644 index 0000000000000000000000000000000000000000..0340b37bc3627eff48099b5c4c6a8d0a171a10a5 GIT binary patch literal 136 zcmeAS@N?(olHy`uVBq!ia0vp^GC-`r!3HF`%-7riQvRMUjv*Ddk{4J>u-+09`v0=? zpxCj>8JC&)SF|n`>x;6;dI)1AHmuZJtIK@TaD!Nrfv)c14HJ$@Br2|1=^=jl#Vxy3 e39|$d1_s@5wbTE;CY1w?X7F_Nb6I-eiUa_!2`%{m literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/advancements/tab_below_right_selected.png b/assets/minecraft/textures/gui/sprites/advancements/tab_below_right_selected.png new file mode 100644 index 0000000000000000000000000000000000000000..e49690eb0a8c97adbca8b85c7395fb61db47d891 GIT binary patch literal 148 zcmeAS@N?(olHy`uVBq!ia0vp^GC-`r!VDyTNN#)$r1%4TLR!ZCKeXPJBzOTU2n5R0H~Y6)78&q>47T}0O{y0#Q*>R literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/advancements/tab_left_bottom.png b/assets/minecraft/textures/gui/sprites/advancements/tab_left_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..eb735f4f744d2bc5e40ef4c680c493a7a998e7d9 GIT binary patch literal 146 zcmeAS@N?(olHy`uVBq!ia0vp^3P3Ew!VDyT=81FzDgFST5LY1Gl8W4$S;_|J0<52kYniS;uunKE17{woTY%_VyFj|g_uf${DS{8yfbaN0OXl?x;TbZ+eUC(+#BWG&e9*;aH$^z$mR{kD*ZzK-Y^Q8W4$S;_|J0<52kYniS;uunKE17{woTY%_VyFj|g_uf${DS{8yfbaN0OXl?x;TbZ+8W4$S;_|J0<52kYnoU;uunKE17{woTY%_VyFj|g_uf${DS{8yfbaN0OT2ax;TbZ+HkEw(wl6_#IGx$_T;Hy;d=3X=Z7Y?AWYn`y)A4?yh8W4$S;_|J0<52kYnWO;uunKD>)&d(2;>nAVJWDfxU!La6^L-Qv%0|0M~?& q21(BYEIJ823=&KSIu3PsG3=4MdCGj@ISrt022WQ%m!$`;NB{sE(yFj|g_uf${DS{8yfbaN0OT2Yx;TbZ+c_6!1G6rEL<^k@2+uYVg|e-vho{pl$|FS3j4f2d+o}0QBZBEC2ui literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/advancements/tab_right_middle.png b/assets/minecraft/textures/gui/sprites/advancements/tab_right_middle.png new file mode 100644 index 0000000000000000000000000000000000000000..587cc63d3cb7af999840a80bc069bd6a11e2af57 GIT binary patch literal 147 zcmeAS@N?(olHy`uVBq!ia0vp^3P3Ew!VDyT=81FzDgFST5LY1Gl8W4$S;_|J0<52kYnWO;uunKD>)&d(2;>nAVJWDfxU!La6^L-Qv%0|0QZED p100G8OkxIZ3_OepE{QIx44Ze~yxX{<;S^9egQu&X%hCf^BmnTXB)k9s literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/advancements/tab_right_middle_selected.png b/assets/minecraft/textures/gui/sprites/advancements/tab_right_middle_selected.png new file mode 100644 index 0000000000000000000000000000000000000000..e53e33bcf36e88de0061e2017942507b4d831e3c GIT binary patch literal 155 zcmeAS@N?(olHy`uVBq!ia0vp^3P3Ew!3-pA=KbsfQbGYfA+AlSK0xNOuHrZk^8iy_ zZ3&5Y>yFj|g_uf${DS{8yfbaN0OXl@x;TbZ+IJ zusXQgzxi?xEk9qLm`OqPs8if8wWnk2AaU&>FVdQ^uQGf0RE~o A#Q*>R literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/advancements/tab_right_top.png b/assets/minecraft/textures/gui/sprites/advancements/tab_right_top.png new file mode 100644 index 0000000000000000000000000000000000000000..8fd2711cd7c6b4d24d5dd181e2cfa6f6345ea187 GIT binary patch literal 150 zcmeAS@N?(olHy`uVBq!ia0vp^3P3Ew!VDyT=81FzDgFST5LY1Gl8W4$S;_|J0<52kYnoU;uunKD>)&d(2;>nAVI{1fxU!La6^L-Qv++n1eTB$ t$_82qEdmCN+!D$RZ43sB3>FD796EgSh;Zz8ai9SVp00i_OAlO;002o^B(DGf literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/advancements/tab_right_top_selected.png b/assets/minecraft/textures/gui/sprites/advancements/tab_right_top_selected.png new file mode 100644 index 0000000000000000000000000000000000000000..4aa1cfbf4a8d13fb0352a64dd3e9ee93d9e06f38 GIT binary patch literal 156 zcmeAS@N?(olHy`uVBq!ia0vp^3P3Ew!3-pA=KbsfQbGYfA+AlSK0xNOuHrZk^8iy_ zZ3&5Y>yFj|g_uf${DS{8yfbaN0OXl_x;TbZ+wh3Ukt*USHW7d`|ug2B_(&t>U>D-r}1O9%)gtol8Fmc(+^ z)4RG>b_q^PjB@fmEg)vP^jCmz@>UKNM{b)>I#OFRt}F`dcGJByZNh??t`3{qce|Q& ws85&~p}UCFEuv*Z&$4L=5pKR`347T}05Rk;od5s; literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/advancements/task_frame_unobtained.png b/assets/minecraft/textures/gui/sprites/advancements/task_frame_unobtained.png new file mode 100644 index 0000000000000000000000000000000000000000..1a2d39f90bcbc6f12faee1ce531ad8129523841c GIT binary patch literal 148 zcmeAS@N?(olHy`uVBq!ia0vp^QXtI11|%1q_z?o6qCH(4Ln>}1O9%)gtol8Fmc(*Z z-<5VDM>$R#=q_BE%F+GE=FG~@jZrL<7O=`yiuFdBWL;e0x>zjJ+vCC+r3E(+-&K-2 wB7DMUjo3vNWgVvow_tAroyBTt5*!Q+0nG3A#!p~84YY>A)78&q>47T}01;_1TL1t6 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/advancements/title_box.png b/assets/minecraft/textures/gui/sprites/advancements/title_box.png new file mode 100644 index 0000000000000000000000000000000000000000..4a51c4c7dc901cb01f54c3cb53d6de055a14170a GIT binary patch literal 137 zcmeAS@N?(olHy`uVBq!ia0vp^CxBRri5WQc z8bA(HNswRge};FaEf;`1El(H6kcwN$9IBERJh>$uvPC-+SeyUV3mxniT%8(ndWBfg gCW)5`7sR|6^1j8EF?@==4AjNo>FVdQ^uQGf0EqM_KmY&$ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/advancements/title_box.png.mcmeta b/assets/minecraft/textures/gui/sprites/advancements/title_box.png.mcmeta new file mode 100644 index 000000000..f242d089d --- /dev/null +++ b/assets/minecraft/textures/gui/sprites/advancements/title_box.png.mcmeta @@ -0,0 +1 @@ +{"gui":{"scaling":{"type":"nine_slice","width":200,"height":26,"border":10}}} \ No newline at end of file diff --git a/assets/minecraft/textures/gui/sprites/boss_bar/blue_background.png b/assets/minecraft/textures/gui/sprites/boss_bar/blue_background.png new file mode 100644 index 0000000000000000000000000000000000000000..66a1d8459d0b36fd406902642f25c5ef54545529 GIT binary patch literal 126 zcmeAS@N?(olHy`uVBq!ia0vp^+klvrgAGVN)>-5Vq+C5+978H@B{MMA3*Y^Jn6>{= zAdmkQA4S>2Y#^rJWuAZ!|KGh-?05gD(Z;Onc`|WoG?2-*G_&H799xA*e^SLFHii-l W&+Y$axvv8n$l&Sf=d$#`6$t<&hAO83 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/boss_bar/blue_progress.png b/assets/minecraft/textures/gui/sprites/boss_bar/blue_progress.png new file mode 100644 index 0000000000000000000000000000000000000000..12d6ea52ad83eac1c5b4bd0be3c4a7917f98acf9 GIT binary patch literal 145 zcmeAS@N?(olHy`uVBq!ia0vp^+klvrgBeI(`4m(Rq$C1-LR|e#bb(Ck%_juP7BGc$ z_?zkZo9JmtN?zw=WCuzxl?3?(|7Un-+HwKNQ}c9j45_$v^&mSVgMt8y!WH?y(z72Q pFud%UW^u=%qVWdTmUC=Y@(Z(`t6ZMCP#vg)!PC{xW$A${5&$2dD!>2$ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/boss_bar/green_background.png b/assets/minecraft/textures/gui/sprites/boss_bar/green_background.png new file mode 100644 index 0000000000000000000000000000000000000000..1150cfe4eac4233215d852e015c67e40acbba0e9 GIT binary patch literal 127 zcmeAS@N?(olHy`uVBq!ia0vp^+klvrgAGVN)>-5Vq})7R978H@B{MMA3*Y^Jn6>{= zAdml*Prlb6OusumJOLm69{a7>@BUGvjak?8Wa89lAd_urX2l~pwhEE{q>4ps46;5h Vsm8%y+<_)Cc)I$zEIn{V0sxmGD+vGq literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/boss_bar/green_progress.png b/assets/minecraft/textures/gui/sprites/boss_bar/green_progress.png new file mode 100644 index 0000000000000000000000000000000000000000..274656df0816553c5518eb7cd9816489ba236904 GIT binary patch literal 145 zcmeAS@N?(olHy`uVBq!ia0vp^+klvrgBeI(`4m(Rq$C1-LR|e#bb-wM&x+$W*vmIr z`s%D)7Qp%n#jv*Ddk{9Spu<}h=yW rg^!h5xYVkSzR-|Z*J#V-#>im)@U^av`2-)Jat2RVKbNHku1Ej?@n;#; literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/boss_bar/notched_10_progress.png b/assets/minecraft/textures/gui/sprites/boss_bar/notched_10_progress.png new file mode 100644 index 0000000000000000000000000000000000000000..46e289df35f4b332ef02e4a1de5e27676b03909b GIT binary patch literal 92 zcmeAS@N?(olHy`uVBq!ia0vp^+klvrg9S)>s%D)7Qp%n#jv*Ddk{9Spu<}h=yW rg^!h5xYVkSzR-|Z*J#V-#>im)@U^av`2-)Jat2RVKbNHku1Ej?@n;#; literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/boss_bar/notched_12_background.png b/assets/minecraft/textures/gui/sprites/boss_bar/notched_12_background.png new file mode 100644 index 0000000000000000000000000000000000000000..acb4ec1304f66f6004540379ad58960b411e8405 GIT binary patch literal 92 zcmeAS@N?(olHy`uVBq!ia0vp^+klvrg9S)>s%D)7Qp%n#jv*Ddk{9Spu=4$Q%C`K? qg+g(szRoy9E3UTeg#M;L28OL7uhvdyUfc^*&fw|l=d$#`6$t?Oo*IV$ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/boss_bar/notched_12_progress.png b/assets/minecraft/textures/gui/sprites/boss_bar/notched_12_progress.png new file mode 100644 index 0000000000000000000000000000000000000000..acb4ec1304f66f6004540379ad58960b411e8405 GIT binary patch literal 92 zcmeAS@N?(olHy`uVBq!ia0vp^+klvrg9S)>s%D)7Qp%n#jv*Ddk{9Spu=4$Q%C`K? qg+g(szRoy9E3UTeg#M;L28OL7uhvdyUfc^*&fw|l=d$#`6$t?Oo*IV$ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/boss_bar/notched_20_background.png b/assets/minecraft/textures/gui/sprites/boss_bar/notched_20_background.png new file mode 100644 index 0000000000000000000000000000000000000000..99c62e8328473d2e587379d30691f4c64a054c31 GIT binary patch literal 91 zcmeAS@N?(olHy`uVBq!ia0vp^+klvrg9S)>s%D)7Qc9jKjv*Ddk{9Spu=36Lb5P&t q$(s%D)7Qc9jKjv*Ddk{9Spu=36Lb5P&t q$(s%D)7Qp%n#jv*Ddk{9Spu=0Jm?peS0 r%XZ0Nb>Y29B_cf656H1DW?;~id7(S=>xNFCat2RVKbNHku1Ej?_a7R9 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/boss_bar/notched_6_progress.png b/assets/minecraft/textures/gui/sprites/boss_bar/notched_6_progress.png new file mode 100644 index 0000000000000000000000000000000000000000..31da5ed1a213cbfeca66dc2058440f56947cb146 GIT binary patch literal 92 zcmeAS@N?(olHy`uVBq!ia0vp^+klvrg9S)>s%D)7Qp%n#jv*Ddk{9Spu=0Jm?peS0 r%XZ0Nb>Y29B_cf656H1DW?;~id7(S=>xNFCat2RVKbNHku1Ej?_a7R9 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/boss_bar/pink_background.png b/assets/minecraft/textures/gui/sprites/boss_bar/pink_background.png new file mode 100644 index 0000000000000000000000000000000000000000..5b7469fd1347a192088554b162caa8625727d156 GIT binary patch literal 79 zcmeAS@N?(olHy`uVBq!ia0vp^+klvrg9S)>s%D)7QevJijv*Ddk`J&fP7vv73N+wy dJE+0H@bB5nmu(x}cLG%~c)I$zEIn{V0sy%R7C8U_ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/boss_bar/pink_progress.png b/assets/minecraft/textures/gui/sprites/boss_bar/pink_progress.png new file mode 100644 index 0000000000000000000000000000000000000000..5b7469fd1347a192088554b162caa8625727d156 GIT binary patch literal 79 zcmeAS@N?(olHy`uVBq!ia0vp^+klvrg9S)>s%D)7QevJijv*Ddk`J&fP7vv73N+wy dJE+0H@bB5nmu(x}cLG%~c)I$zEIn{V0sy%R7C8U_ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/boss_bar/purple_background.png b/assets/minecraft/textures/gui/sprites/boss_bar/purple_background.png new file mode 100644 index 0000000000000000000000000000000000000000..a0566a0ebdcf6a91dfdc1f44c363870b48e7a99f GIT binary patch literal 127 zcmeAS@N?(olHy`uVBq!ia0vp^+klvrgAGVN)>-5Vq})7R978H@B{MMA3*Y^Jn6>{= zAdml*#$PWXOusumJOLkGJ^rlN@BUGvjak?8Wa89lAd_urX2l~pwhEE{q>4ps4Du3T Vs?JqaOMxabc)I$zEIn{V0sy9~D-{3$ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/boss_bar/purple_progress.png b/assets/minecraft/textures/gui/sprites/boss_bar/purple_progress.png new file mode 100644 index 0000000000000000000000000000000000000000..e89e6356af65670d786e8f1218475af18c3d7bbc GIT binary patch literal 140 zcmeAS@N?(olHy`uVBq!ia0vp^+klvrgAGVN)>-5Vq=G$N978H@y}cAD=)fSra8X)U zkBLEm+3SKQW8t66tPMOHtUpVw$r0_e7Vj)S(JI(H`?5Okfp$tRBai%P>(J;e-+{(6c)I$zEIn{V0sv&!F}?r* literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/boss_bar/red_background.png b/assets/minecraft/textures/gui/sprites/boss_bar/red_background.png new file mode 100644 index 0000000000000000000000000000000000000000..c819f62a8fcc1de22d8af6fee3aca6294e2cb09c GIT binary patch literal 127 zcmeAS@N?(olHy`uVBq!ia0vp^+klvrgAGVN)>-5Vq})7R978H@B{MMA3*Y^Jn6>{= zAdml*VjrJ2Zn>k2CFbmyDY4+e!O8W`av&M@s7aF!Yi;iXGQBQ;IAY85K|}872Nzxj Y=B13aujVVr08M1@boFytdf literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/boss_bar/red_progress.png b/assets/minecraft/textures/gui/sprites/boss_bar/red_progress.png new file mode 100644 index 0000000000000000000000000000000000000000..79ab3fe2c13a05e39892838fd983fd239bb80547 GIT binary patch literal 140 zcmeAS@N?(olHy`uVBq!ia0vp^+klvrgAGVN)>-5Vq=G$N978H@y}iW9*qGd pIm1`;YAn;C50`7-X)xITWzeZ=u-Ew@90oL=!PC{xW$A${5&$kiGgANn literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/boss_bar/white_background.png b/assets/minecraft/textures/gui/sprites/boss_bar/white_background.png new file mode 100644 index 0000000000000000000000000000000000000000..664a6a3ee6be03d8c1b3f408d0464c756f0b3afa GIT binary patch literal 127 zcmeAS@N?(olHy`uVBq!ia0vp^+klvrgAGVN)>-5Vq})7R978H@B{MMA3*Y^Jn6>{= zAdmkQw{LwArr#YOo`4S@@9tLYcmJr-#;ogkGI44&kjb_*v*M8)TZKq}QpF-RhLTNF Vnd`Eft^iGB@O1TaS$g1#1OSYmE3*Iq literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/boss_bar/white_progress.png b/assets/minecraft/textures/gui/sprites/boss_bar/white_progress.png new file mode 100644 index 0000000000000000000000000000000000000000..d9338dfcbd83b9ad30a7d827ddde450c0daa27bf GIT binary patch literal 140 zcmeAS@N?(olHy`uVBq!ia0vp^+klvrgAGVN)>-5Vq=G$N978H@B{MMA3*Y_!PpwKI z$Lz=l4Y{Lg25Y#FeQ^2v^8EjYP3|8x*wpjH0v_3wJ<~b7foXAqNQS4^zx8W!CCn;B o`jY}?wW+^LYyc{2Q_o^p_Q(0-v8%6KfW|X;y85{+J#a+=0Bfx@aR2}S literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/boss_bar/yellow_background.png b/assets/minecraft/textures/gui/sprites/boss_bar/yellow_background.png new file mode 100644 index 0000000000000000000000000000000000000000..f823dc8ad318a310952dbd86cf49cb5f89ce7e45 GIT binary patch literal 127 zcmeAS@N?(olHy`uVBq!ia0vp^+klvrgAGVN)>-5Vq})7R978H@B{MMA3*Y^Jn6>{= zAdml*)m2a1xaE#6mYB0+ro@5=*AB-!%YkIrqb5x{thK!l$n?7W;fO8I2MxKSA6$4D Zo=)D8#rgE&aiEC|p00i_OAlO;007&CE~Eee literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/boss_bar/yellow_progress.png b/assets/minecraft/textures/gui/sprites/boss_bar/yellow_progress.png new file mode 100644 index 0000000000000000000000000000000000000000..5f1b391a8ae77b5073cc93a5f3edef8977b57cb6 GIT binary patch literal 145 zcmeAS@N?(olHy`uVBq!ia0vp^+klvrgBeI(`4m(Rq$C1-LR|e#bb-uYuMWK4s=lgM z&fiSW-$YMKQqukW4i=yUQ%R6t@PCGPrY#qMJT*@j$B>F!R}Zo?GAIbJC|r^MD?R)1 q0mI9lX%=@JDjIKaZ8^tgCBHE1xyt3K3)O)-7(8A5T$UcVA^`v?YAvt; literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/container/creative_inventory/scroller.png b/assets/minecraft/textures/gui/sprites/container/creative_inventory/scroller.png new file mode 100644 index 0000000000000000000000000000000000000000..10c0346d675139da0b950a13023c6424386448bc GIT binary patch literal 102 zcmeAS@N?(olHy`uVBq!ia0vp^JV4CP!3HF6C(pVJq;x%9978H@B|ES&F5C5gW8w^( zwnxiC!`X y+areH*fkO=?cU70Ub2`vd|bi1*lfa_C`P_Mx6{urNxuN+)a3Z6iJ#T-e&uHU zTOfz2B*-uLKf^oImJ2|huBVG*NX4z>3sJ00+!tQ7DSAgYzGN=A#pklt?m)tSc@{o{ jAI+JJZ47Jz91INCHfF~Co&B%_sFA_b)z4+=fh!UKO%f>^ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_bottom_selected_2.png b/assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_bottom_selected_2.png new file mode 100644 index 0000000000000000000000000000000000000000..d30b0a06a2c8ae48bee41d12a8b7438ad4fd8abc GIT binary patch literal 141 zcmeAS@N?(olHy`uVBq!ia0vp^Qb4T0#0(^>+)a3Z6iJ#T-e&uHU zTOfz2B*-uLKf^oImJ2|ho~MgrNX4z>2v#=k2V2BuOV literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_bottom_selected_3.png b/assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_bottom_selected_3.png new file mode 100644 index 0000000000000000000000000000000000000000..d30b0a06a2c8ae48bee41d12a8b7438ad4fd8abc GIT binary patch literal 141 zcmeAS@N?(olHy`uVBq!ia0vp^Qb4T0#0(^>+)a3Z6iJ#T-e&uHU zTOfz2B*-uLKf^oImJ2|ho~MgrNX4z>2v#=k2V2BuOV literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_bottom_selected_4.png b/assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_bottom_selected_4.png new file mode 100644 index 0000000000000000000000000000000000000000..d30b0a06a2c8ae48bee41d12a8b7438ad4fd8abc GIT binary patch literal 141 zcmeAS@N?(olHy`uVBq!ia0vp^Qb4T0#0(^>+)a3Z6iJ#T-e&uHU zTOfz2B*-uLKf^oImJ2|ho~MgrNX4z>2v#=k2V2BuOV literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_bottom_selected_5.png b/assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_bottom_selected_5.png new file mode 100644 index 0000000000000000000000000000000000000000..d30b0a06a2c8ae48bee41d12a8b7438ad4fd8abc GIT binary patch literal 141 zcmeAS@N?(olHy`uVBq!ia0vp^Qb4T0#0(^>+)a3Z6iJ#T-e&uHU zTOfz2B*-uLKf^oImJ2|ho~MgrNX4z>2v#=k2V2BuOV literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_bottom_selected_6.png b/assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_bottom_selected_6.png new file mode 100644 index 0000000000000000000000000000000000000000..d30b0a06a2c8ae48bee41d12a8b7438ad4fd8abc GIT binary patch literal 141 zcmeAS@N?(olHy`uVBq!ia0vp^Qb4T0#0(^>+)a3Z6iJ#T-e&uHU zTOfz2B*-uLKf^oImJ2|ho~MgrNX4z>2v#=k2V2BuOV literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_bottom_selected_7.png b/assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_bottom_selected_7.png new file mode 100644 index 0000000000000000000000000000000000000000..12c216c33cdc4490c716469f773aab959cb3441d GIT binary patch literal 138 zcmeAS@N?(olHy`uVBq!ia0vp^Qb4T0#0(^>+)a3Z6iJ#T-e&uHU zTOfz2B*-uLKf^oImJ2|hwx^3@NX4z>2v#=Uf~f3{%V7z>80Kta4qVM|aN|FFBQwvx hgs29^21XVp29b{$^Q!a?{0C}d@O1TaS$g1#1OU}4CyW39 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_bottom_unselected_1.png b/assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_bottom_unselected_1.png new file mode 100644 index 0000000000000000000000000000000000000000..3371c0f3bf6ea5d811c00dae675cc8fc6a37575a GIT binary patch literal 134 zcmeAS@N?(olHy`uVBq!ia0vp^Qb4T0!3HGRHSf#^Qof!pjv*Ddk}gb}@I(H2B40*6 zpAJJ8qeREQR=Wk&CI2(EI5YzMrgF1SXjd-@;ZcMDo>`BVPpG-yDAbrE5WaAYL|4ku dj(zFR#2S=-dK}M8Oa&Uu;OXk;vh=_e2>_wMD)0aR literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_bottom_unselected_2.png b/assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_bottom_unselected_2.png new file mode 100644 index 0000000000000000000000000000000000000000..b6220ac7491b255eeb45d065ef3f6fc0367d6169 GIT binary patch literal 136 zcmeAS@N?(olHy`uVBq!ia0vp^Qb4T0!3HGRHSf#^QvRMUjv*Ddk~%&c{P*X#;nBS` zZ34p<^W$m^4GcUiu_rFs-l>=JoOtS&;6wRK&k9u9CV+te+gnpjmHYV%dK~mRq8Enn hxCR*}9p3knLErlKxn29#o&_4s;OXk;vh=_e2>`M2FW3M8 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_bottom_unselected_3.png b/assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_bottom_unselected_3.png new file mode 100644 index 0000000000000000000000000000000000000000..8e4f05f847d96fd70c6292c39da63005f22f27a9 GIT binary patch literal 137 zcmeAS@N?(olHy`uVBq!ia0vp^Qb4T0!3HGRHSf#^QURVWjv*Ddk~=;d{P*X#*`sr5 z+JqnH8C2S~xh@v#jWWr)xB|)uY*?wcR)=w>t$|phfv(QM4IN<;iGmyql3TX1Fgh@8 gIl$x0*2BbLT=~Oi!o2#uK(iSjv*Ddk~=;d{P*YgvG3lZ zs*;h%d7&>c;o=I{#bUitCRtF1NWv;_ZEuG({vKBaA8v00okgN<5iCp&Y-@EL87463 g8XTU$xR`;VsQ$+(g=Fa(py3Rju6`~{4_uJ|025Cr%>V!Z literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_bottom_unselected_5.png b/assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_bottom_unselected_5.png new file mode 100644 index 0000000000000000000000000000000000000000..6cfae8f586004754cf96dc0ebff3a04b20be6894 GIT binary patch literal 138 zcmeAS@N?(olHy`uVBq!ia0vp^Qb4T0!3HGRHSf#^Qh}Z>jv*Ddk~=;d{P*YgvG3lZ zs*;h%d7&>c;o=I{#bUitCRtF1NWv;_ZEuG({vKBaA8v00okgN<5iCp&Y-@EL87463 g8XTU$xR`;VsQ$+(g=Fa(py3Rju6`~{4_uJ|025Cr%>V!Z literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_bottom_unselected_6.png b/assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_bottom_unselected_6.png new file mode 100644 index 0000000000000000000000000000000000000000..6cfae8f586004754cf96dc0ebff3a04b20be6894 GIT binary patch literal 138 zcmeAS@N?(olHy`uVBq!ia0vp^Qb4T0!3HGRHSf#^Qh}Z>jv*Ddk~=;d{P*YgvG3lZ zs*;h%d7&>c;o=I{#bUitCRtF1NWv;_ZEuG({vKBaA8v00okgN<5iCp&Y-@EL87463 g8XTU$xR`;VsQ$+(g=Fa(py3Rju6`~{4_uJ|025Cr%>V!Z literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_bottom_unselected_7.png b/assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_bottom_unselected_7.png new file mode 100644 index 0000000000000000000000000000000000000000..24fe3634a37c97618657dc0caad1a9f1a80e3bbb GIT binary patch literal 144 zcmeAS@N?(olHy`uVBq!ia0vp^Qb4T0!3-n~zU!<7Qak}ZA+FjI5|eX~ oq;Y$fd3>rus!ONH>epYHu5!MKwGzGj6sVcO)78&q>47T}04p>ty8r+H literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_top_selected_1.png b/assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_top_selected_1.png new file mode 100644 index 0000000000000000000000000000000000000000..67465303c681eadb2d4aa94574e847500e203b32 GIT binary patch literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^Qb4T0!3HGRHSf#^QlXwMjv*Ddk{cQsg75y{av{altFxFP`n1?nW$ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_top_unselected_2.png b/assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_top_unselected_2.png new file mode 100644 index 0000000000000000000000000000000000000000..272a5297b869d3146bafda21f34c115ff7dbb6f3 GIT binary patch literal 132 zcmeAS@N?(olHy`uVBq!ia0vp^Qb4T0!3HGRHSf#^Qr?~}jv*Ddk|g#yL_0BExF-|D z$iQSE(&Ng?B3U4^&|(GWJ)LTfeHOLa2PauZwHWz3-4y&9mG?U>D-r;V&nI{Q literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_top_unselected_3.png b/assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_top_unselected_3.png new file mode 100644 index 0000000000000000000000000000000000000000..180f2d6959768de4d03ec10491654b3b648c4780 GIT binary patch literal 133 zcmeAS@N?(olHy`uVBq!ia0vp^Qb4T0!3HGRHSf#^Qa+w8jv*Ddk|g#yL_0BExF-|D z$iQSE(&Ng?B3U4^&|(GWJ)LTfeHOLa2PauZwHWz3-4y&9weFL~gcGwhrg8{Ez{TT% cR)Jd>FO?=tI-Ov<7icbnr>mdK(gRl{0IRqsi~s-t literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_top_unselected_4.png b/assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_top_unselected_4.png new file mode 100644 index 0000000000000000000000000000000000000000..fe728a7fddff774a28e7e28759d8e33637ea3276 GIT binary patch literal 131 zcmeAS@N?(olHy`uVBq!ia0vp^Qb4T0!3HGRHSf#^QeK`ejv*Ddk|g#yL_0BExF>U) zfx(ecK=w2jm+=doq(ZGv&aW5kd~`KmVBM1KO*bNaF6g+KE?<5wL$$?TP|&3&1qMtQ Y`Pvc%D%jp-08M4^boFytdfUH||9 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_top_unselected_5.png b/assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_top_unselected_5.png new file mode 100644 index 0000000000000000000000000000000000000000..fe728a7fddff774a28e7e28759d8e33637ea3276 GIT binary patch literal 131 zcmeAS@N?(olHy`uVBq!ia0vp^Qb4T0!3HGRHSf#^QeK`ejv*Ddk|g#yL_0BExF>U) zfx(ecK=w2jm+=doq(ZGv&aW5kd~`KmVBM1KO*bNaF6g+KE?<5wL$$?TP|&3&1qMtQ Y`Pvc%D%jp-08M4^boFytdfUH||9 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_top_unselected_6.png b/assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_top_unselected_6.png new file mode 100644 index 0000000000000000000000000000000000000000..fe728a7fddff774a28e7e28759d8e33637ea3276 GIT binary patch literal 131 zcmeAS@N?(olHy`uVBq!ia0vp^Qb4T0!3HGRHSf#^QeK`ejv*Ddk|g#yL_0BExF>U) zfx(ecK=w2jm+=doq(ZGv&aW5kd~`KmVBM1KO*bNaF6g+KE?<5wL$$?TP|&3&1qMtQ Y`Pvc%D%jp-08M4^boFytdfUH||9 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_top_unselected_7.png b/assets/minecraft/textures/gui/sprites/container/creative_inventory/tab_top_unselected_7.png new file mode 100644 index 0000000000000000000000000000000000000000..fe728a7fddff774a28e7e28759d8e33637ea3276 GIT binary patch literal 131 zcmeAS@N?(olHy`uVBq!ia0vp^Qb4T0!3HGRHSf#^QeK`ejv*Ddk|g#yL_0BExF>U) zfx(ecK=w2jm+=doq(ZGv&aW5kd~`KmVBM1KO*bNaF6g+KE?<5wL$$?TP|&3&1qMtQ Y`Pvc%D%jp-08M4^boFytdfUH||9 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/container/horse/armor_slot.png b/assets/minecraft/textures/gui/sprites/container/horse/armor_slot.png new file mode 100644 index 0000000000000000000000000000000000000000..2fcce7efe1ff13b1ad25c5b8646f1286b7f983b7 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^LLkh+3?#EAo%#>r1o(uw#(9_nnP*oN9GjKCw>>7n zRM)KRd>>GVsU*lR_&>ut)0PWBp1-GyV@SoV+_T(VE`c0PiDz&9pXQ!-;NXn;-^GPa zbb1t6NgXOW6LL{;s@cL*e3tXAslup)XaGLfjbb3kquQV!2Bk;0cbRXr>mdK(gRl{0I_>OX8-^I literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/container/horse/chest_slots.png b/assets/minecraft/textures/gui/sprites/container/horse/chest_slots.png new file mode 100644 index 0000000000000000000000000000000000000000..ba8235f1299612fe07f50e3ee09675da207045c2 GIT binary patch literal 170 zcmeAS@N?(olHy`uVBq!ia0vp^Q9x|Q!3-p;51r};Qv3lvA+B*A=0N7z6$N|SV**Td zWA1aV1@f6ng8YL2GrTixxd7yOc)B=-RNQ)dW+U%m0|sWteMkPL^D&jbyD3r69J4@J zpi14V%Kg{+^9O?GcNW&Vt%;u$5seJ$*DYH-(?RV4yT8Wy&wTSzPXNti@O1TaS$g1# F1OU|UI*#k+2nITC%r{tlT}L`BD)z4+=fh!UK7?m`A literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/container/horse/saddle_slot.png b/assets/minecraft/textures/gui/sprites/container/horse/saddle_slot.png new file mode 100644 index 0000000000000000000000000000000000000000..ebc55d3f0e697c7b3bfdbafb61052db3d29035a3 GIT binary patch literal 184 zcmeAS@N?(olHy`uVBq!ia0vp^LLkh+3?#EAo%#>r1o(uw#(9_nnP*oN9GjKCw>>7n zRM)KRd>>GVsU*lR_&>ut)0PWBUa+T&V@SoV+*6EPE{Xz84-41)j<4iBxb5Lzfn(vU zZ`2oTxPIBqHEGc@y`0{x%T^QTIoJ8-K2rJW*b@*^yX%sul5YKz;?C~LSC;(YQ5A0E dY^Y+YlU?+xWK%;cFLhtanZo?1GKbY!;Gd0HlRooiCWb9bu5Djh{_rx;7zR&QKbNHku1Ej?zThuc literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/container/inventory/effect_background_small.png b/assets/minecraft/textures/gui/sprites/container/inventory/effect_background_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e4e1fc894c28f208fb39c1620c8ec2b1774769a5 GIT binary patch literal 146 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnH3?x~nsr>~~JOMr-uG$h3KxR{_Pk^be{ywGx zAcv_W$S?Rm!#mTK3qYQ+r;B4q#jRwH1P10nw)LS27fvl;P1H%b@Qa^KTVji1kNDvp o#_tMe-fK%VCDidZvT$oNXw6amdK(gRl{0EPx9zyJUM literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/container/slot.png b/assets/minecraft/textures/gui/sprites/container/slot.png new file mode 100644 index 0000000000000000000000000000000000000000..cb964de493409b955ced0b41e2ab262d81f3453e GIT binary patch literal 131 zcmeAS@N?(olHy`uVBq!ia0vp^LLkh+1|(yBtj+={FHaZ8kcwN$4UG)JcmF?0SW(uZ zSbaPB#36;fFWLf9B9C&+A$l5KHyIA c;dWzWaIXtv`E0bm2WTjRr>mdK(gRl{0JbNz;EDtQ>FG1R literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/container/slot/helmet.png b/assets/minecraft/textures/gui/sprites/container/slot/helmet.png new file mode 100644 index 0000000000000000000000000000000000000000..49596a462c1ec08d03696a72c9a6ee80443cddc9 GIT binary patch literal 115 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BKD^C~4kcwN$5^WD|toic4`gZb$ zqzN(`XPq==S<_*#Y$+p0dXu5l{5&>+V@tjXx#4zbmZnjQNcv=PIhS26M(Z1&Y*?YJ d{I`dRfzh9%+m!S7RG^^@p00i_OAlO;005tlD#ri- literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/container/slot/leggings.png b/assets/minecraft/textures/gui/sprites/container/slot/leggings.png new file mode 100644 index 0000000000000000000000000000000000000000..8f329d4b81276d634fe1230cf3380cc787b69a5e GIT binary patch literal 127 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BKH%}MGkcwN$5;YHQtoic4`gZb$ zqzN*P%nn>16OD3?m$1I&Y0yyW>D(r((&jx!gE^tdf=A&^jZM+vGYl*a{2DQgHam>u Z8E&-QzBb$QCddi~Pgg&er3bD^0091+DFOfh literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/container/slot/llama_armor.png b/assets/minecraft/textures/gui/sprites/container/slot/llama_armor.png new file mode 100644 index 0000000000000000000000000000000000000000..061c81a6df462bd55e5a17a941826419142e2cc8 GIT binary patch literal 107 zcmeAS@N?(olHy`uVBq!ia0vp^LLkh+1|(yBtj+={BTpB{kcwN$5=IFkJx$4*Fa3X? z+s~LRFq?_lz|f;liJ3#XBaFVdQ^uQGf E09rC0vj6}9 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/container/slot/saddle.png b/assets/minecraft/textures/gui/sprites/container/slot/saddle.png new file mode 100644 index 0000000000000000000000000000000000000000..f47723b1abf43ed822911c1e8ea60a4101372bae GIT binary patch literal 152 zcmeAS@N?(olHy`uVBq!ia0vp^LLkh<3?vnlF2w;U&H$efS0H_CR{Gxdn3a8cFMu4z zk|4ie2Je)dKR}MHr;B4q#jWH6EIryc!wd`z)^SQqnXF2ZTMjI_vTCZs wr0lCg0+ObTE=7%7Jexe(I5bZ-ure^5zxK5A&FsoLpg|0tu6`~{4_uJ|01IX?UH||9 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/container/slot/shield.png b/assets/minecraft/textures/gui/sprites/container/slot/shield.png new file mode 100644 index 0000000000000000000000000000000000000000..27bcb8ee50313252373014ffc6e01cd6a9d7988c GIT binary patch literal 71 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wniUG#3CVK2I0NkcwN$4or&^L>L%;Uw`>h TM)OGmP=>+N)z4+=fh!UK`HB(` literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/air.png b/assets/minecraft/textures/gui/sprites/hud/air.png new file mode 100644 index 0000000000000000000000000000000000000000..3f06f891d718e6fcd9f5dcbdb457de80ff3b04cd GIT binary patch literal 132 zcmeAS@N?(olHy`uVBq!ia0vp^oFL4>1|(k#Z|VY4-kvUwAr-fh8JOHu{>ZmoJR-=o z>zWPo;|J@~Gq?n~0!kKZx@g>}e08&4z%9IE8OQQW9tU#;mBg-#qJ~Z)kIIFWCpmE( f`y%_WfQcc^ds#Kt3B}bwV;MYM{altFxFP`nV}~hX literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/air_bursting.png b/assets/minecraft/textures/gui/sprites/hud/air_bursting.png new file mode 100644 index 0000000000000000000000000000000000000000..caed1c4f7ae68f3adbaa3cd1b23f28672a46c1b9 GIT binary patch literal 124 zcmeAS@N?(olHy`uVBq!ia0vp^oFL4>1|(k#Z|VY4&YmugAr-fh8JOHs?reQ_v%bWT zErqkBtU!DUuj)T#&wuVg4FN4Wom2VMIFfy~E37$O@}u751|(k#Z|VY4dY&$hAr-fh8JOIhX6U&7Pn4Lx z=s({|-h?#^7d9>vIM|?hU^RzI=b{cB^FTQk2Jx?-`rk+AEduIf@O1TaS$g1#1OP(2 BAFBWW literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/armor_empty.png b/assets/minecraft/textures/gui/sprites/hud/armor_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..07cd387663aa327e70924b714e66e03108002051 GIT binary patch literal 89 zcmeAS@N?(olHy`uVBq!ia0vp^oFL4>0wf)!su+Qkf~SjPNX4yWhNk}-0zChu4=6fu mDEZeaYB=0zXE>3^#NcIc^#CvDJ8qy_22WQ%m!$`;NB{r^dlhd0 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/armor_full.png b/assets/minecraft/textures/gui/sprites/hud/armor_full.png new file mode 100644 index 0000000000000000000000000000000000000000..7829b5ce22cf7608a24eb42073410ce85169cec8 GIT binary patch literal 136 zcmeAS@N?(olHy`uVBq!ia0vp^oFL4>1|(k#Z|VY4{+=$5Ar-fh8=C&_Fl71@za!)A ze|7)3W`hpiLo>R{-q1|(k#Z|VY4_MR?|Ar-fh8=C&_Fl71@za!)A ze|7)3=8cVwj2y{Yw>Ey};Aj?Q{%I1%GD&64iiI1wmoT&|`LuGd-e6ewfstYIu73Yc TxyzYAqZmA0{altFxFP`nAmt}{ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/crosshair.png b/assets/minecraft/textures/gui/sprites/hud/crosshair.png new file mode 100644 index 0000000000000000000000000000000000000000..b7c5335cf015f91b448cb7a03fb30d37343ae4c6 GIT binary patch literal 80 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wniUG#3CVaZeY=kcwN$67wGXufG%I(2(%Z dI8lX(;alA!*|V&DUO*)bp00i_OAlO;0086J7OVgO literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/crosshair_attack_indicator_background.png b/assets/minecraft/textures/gui/sprites/hud/crosshair_attack_indicator_background.png new file mode 100644 index 0000000000000000000000000000000000000000..ece98f90c4f0e62444089f2ef83624570edd7f11 GIT binary patch literal 68 zcmeAS@N?(olHy`uVBq!ia0vp^0zk~d!2%@J><|A1Qrw;{jv*Ddk|ls*Kb>E`JhE5p Q1W=g4)78&q>47T}0KYj9{{R30 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/crosshair_attack_indicator_full.png b/assets/minecraft/textures/gui/sprites/hud/crosshair_attack_indicator_full.png new file mode 100644 index 0000000000000000000000000000000000000000..27bcb8ee50313252373014ffc6e01cd6a9d7988c GIT binary patch literal 71 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wniUG#3CVK2I0NkcwN$4or&^L>L%;Uw`>h TM)OGmP=>+N)z4+=fh!UK`HB(` literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/crosshair_attack_indicator_progress.png b/assets/minecraft/textures/gui/sprites/hud/crosshair_attack_indicator_progress.png new file mode 100644 index 0000000000000000000000000000000000000000..ece98f90c4f0e62444089f2ef83624570edd7f11 GIT binary patch literal 68 zcmeAS@N?(olHy`uVBq!ia0vp^0zk~d!2%@J><|A1Qrw;{jv*Ddk|ls*Kb>E`JhE5p Q1W=g4)78&q>47T}0KYj9{{R30 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/effect_background.png b/assets/minecraft/textures/gui/sprites/hud/effect_background.png new file mode 100644 index 0000000000000000000000000000000000000000..ff5aa822d1535f762cc21ad39164d218ccfb4f63 GIT binary patch literal 126 zcmeAS@N?(olHy`uVBq!ia0vp^5+KaM1|(m9?MwnvuAVNAAr-fh8yIsrJO5uf5|Av| zX1?@SfN-744$rjE=vzwkpKYuO(|Re literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/effect_background_ambient.png b/assets/minecraft/textures/gui/sprites/hud/effect_background_ambient.png new file mode 100644 index 0000000000000000000000000000000000000000..ceece0dddfce46cf91c92c665035cbfc25393df2 GIT binary patch literal 126 zcmeAS@N?(olHy`uVBq!ia0vp^5+KaM1|(m9?MwnvuAVNAAr-fh8yYS6KmWgSBp_L^ zZGLQ^gD=lEmct(yf@8B1LcAMT&J<)N{faWkI=F&$u~-j;VY1#RGw$W(JvW&c1j3Iz UR6O753p9|y)78&q>47T}09PF=i~s-t literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/experience_bar_background.png b/assets/minecraft/textures/gui/sprites/hud/experience_bar_background.png new file mode 100644 index 0000000000000000000000000000000000000000..5b7469fd1347a192088554b162caa8625727d156 GIT binary patch literal 79 zcmeAS@N?(olHy`uVBq!ia0vp^+klvrg9S)>s%D)7QevJijv*Ddk`J&fP7vv73N+wy dJE+0H@bB5nmu(x}cLG%~c)I$zEIn{V0sy%R7C8U_ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/experience_bar_progress.png b/assets/minecraft/textures/gui/sprites/hud/experience_bar_progress.png new file mode 100644 index 0000000000000000000000000000000000000000..64bfda92d6d0640feb7ece9adbebf3581495e361 GIT binary patch literal 141 zcmeAS@N?(olHy`uVBq!ia0vp^+klvrgAGVN)>-5Vq(VGh978H@B}-gO5b0^!@wM!K zVd6v$ZJkGpv)Hu!T-+WvC(JQWWKUVMizlo{(|lE%UjvJI@2Z1bPo#4HJwEUtrb*Lo nRok`BStUTxM2T}iQjy{vvV=Xg-6dtDno#16L#fA(AoW literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/food_empty.png b/assets/minecraft/textures/gui/sprites/hud/food_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..85abc6d17a257dc120f36200c1b223bed9d28144 GIT binary patch literal 99 zcmeAS@N?(olHy`uVBq!ia0vp^oFL4>0wf)!su+QkmZytjNX4z>ganqu{}nh=omqGs w1k^ah8dfxNI!Sso9pOrx)tad+R?f&EBXWu3bNse)pe_baS3j4f2d+o}0Lz#d1^@s6 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/food_empty_hunger.png b/assets/minecraft/textures/gui/sprites/hud/food_empty_hunger.png new file mode 100644 index 0000000000000000000000000000000000000000..85abc6d17a257dc120f36200c1b223bed9d28144 GIT binary patch literal 99 zcmeAS@N?(olHy`uVBq!ia0vp^oFL4>0wf)!su+QkmZytjNX4z>ganqu{}nh=omqGs w1k^ah8dfxNI!Sso9pOrx)tad+R?f&EBXWu3bNse)pe_baS3j4f2d+o}0Lz#d1^@s6 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/food_full.png b/assets/minecraft/textures/gui/sprites/hud/food_full.png new file mode 100644 index 0000000000000000000000000000000000000000..cb4d081eb48765146d5fa1d454cff36750725d58 GIT binary patch literal 149 zcmeAS@N?(olHy`uVBq!ia0vp^oFL4>1|(k#Z|VY4F`h1tAr-fh8JOIfBxW9d67oU5 zMUuDq|6)xi4THHGzwZC~O!z1|(k#Z|VY4F`h1tAr-fh8JOIfBxWYdW&M(G zDZRV(|6)xi4UIP^e#KiaeNyi+QGS1|(k#Z|VY49-c0aAr-fh8JOIhW|X-4__6+X zoN>|Mhy5(27N*OR(f{ZF`XTCaSR_g7RmE4)p0(!l53J)*(TLb5u!O-SS<5MmeERX;I literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/food_half_hunger.png b/assets/minecraft/textures/gui/sprites/hud/food_half_hunger.png new file mode 100644 index 0000000000000000000000000000000000000000..234c04f10e3ba65fa18ab84211a12b7e81354515 GIT binary patch literal 128 zcmeAS@N?(olHy`uVBq!ia0vp^oFL4>1|(k#Z|VY4?w&4=Ar-fh8JOIhW|X)-Te$4M zW5o5?-}bYVTAB{^t@%GaZ$9fqgVq^c+vH+-k8KV1+MvzE*(UO{QKTWm$MpnP;tZSn af`=H)wjScx82AokB!j1`pUct%S0n(jf-I;2 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/heart/absorbing_full.png b/assets/minecraft/textures/gui/sprites/hud/heart/absorbing_full.png new file mode 100644 index 0000000000000000000000000000000000000000..7551c2b6cac42670c96ad13c8c272ca39411d73b GIT binary patch literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^oFL4?3?wCO*Y5;U(g8jpu0Z^ZC)=7Y&hO1A1C(Yg3GxeOv`LQ10&;XcT^vIyZY4J~m3(7kV>4TLiHD7? yZ1M&!HnzSACHxC2qP>_WJo&(&oz<|CjluWv`&-hrMovJD44$rjE=vzwkpKWQY%p~I literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/heart/absorbing_full_blinking.png b/assets/minecraft/textures/gui/sprites/hud/heart/absorbing_full_blinking.png new file mode 100644 index 0000000000000000000000000000000000000000..7551c2b6cac42670c96ad13c8c272ca39411d73b GIT binary patch literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^oFL4?3?wCO*Y5;U(g8jpu0Z^ZC)=7Y&hO1A1C(Yg3GxeOv`LQ10&;XcT^vIyZY4J~m3(7kV>4TLiHD7? yZ1M&!HnzSACHxC2qP>_WJo&(&oz<|CjluWv`&-hrMovJD44$rjE=vzwkpKWQY%p~I literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/heart/absorbing_half.png b/assets/minecraft/textures/gui/sprites/hud/heart/absorbing_half.png new file mode 100644 index 0000000000000000000000000000000000000000..d481c2140f22aa7cf02644c13621276e8eb692f3 GIT binary patch literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^oFL4>1|(k#Z|VY4p`I>|Ar-fh8JOIfB#v2Z_j~sL zmEFz%5uyi0{`@L={r~;--y5}A1Qj~<&8z(QM*a= q$V)wg#sCf@-hQPPr#D?3i3~41@9sV7^p6Q>0fVQjpUct%S0n(Tf;WEv literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/heart/absorbing_half_blinking.png b/assets/minecraft/textures/gui/sprites/hud/heart/absorbing_half_blinking.png new file mode 100644 index 0000000000000000000000000000000000000000..d481c2140f22aa7cf02644c13621276e8eb692f3 GIT binary patch literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^oFL4>1|(k#Z|VY4p`I>|Ar-fh8JOIfB#v2Z_j~sL zmEFz%5uyi0{`@L={r~;--y5}A1Qj~<&8z(QM*a= q$V)wg#sCf@-hQPPr#D?3i3~41@9sV7^p6Q>0fVQjpUct%S0n(Tf;WEv literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/heart/absorbing_hardcore_full.png b/assets/minecraft/textures/gui/sprites/hud/heart/absorbing_hardcore_full.png new file mode 100644 index 0000000000000000000000000000000000000000..b0b5111d2a462c5f680b686437af08f239466dae GIT binary patch literal 157 zcmeAS@N?(olHy`uVBq!ia0vp^oFL4?3?wCO*Y5;UasfUeu0ZAi%0tic-ishPrJ6~n#bxe$yRpF3WjA;3?6si|DD$=cnheJ!PC{xW$A${5&)7) BG93T_ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/heart/absorbing_hardcore_full_blinking.png b/assets/minecraft/textures/gui/sprites/hud/heart/absorbing_hardcore_full_blinking.png new file mode 100644 index 0000000000000000000000000000000000000000..b0b5111d2a462c5f680b686437af08f239466dae GIT binary patch literal 157 zcmeAS@N?(olHy`uVBq!ia0vp^oFL4?3?wCO*Y5;UasfUeu0ZAi%0tic-ishPrJ6~n#bxe$yRpF3WjA;3?6si|DD$=cnheJ!PC{xW$A${5&)7) BG93T_ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/heart/absorbing_hardcore_half.png b/assets/minecraft/textures/gui/sprites/hud/heart/absorbing_hardcore_half.png new file mode 100644 index 0000000000000000000000000000000000000000..74a5abb335192d4ce7c1d1301e7b70a620d3087f GIT binary patch literal 140 zcmeAS@N?(olHy`uVBq!ia0vp^oFL4>1|(k#Z|VY4!JaOTAr-fh8JOIfB#v2Z_j~sL zmEFz%5uyi0{`@L={r~;--y5}A1Qj^-t?&K6Xvg$_{`#b&>sFY?%cyXMahQniR+`~7 o=N*$UM=OhnqDWG>3kNfU{o`XM6}kliK;s!aUHx2^9=IX_02`<;EdT%j literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/heart/absorbing_hardcore_half_blinking.png b/assets/minecraft/textures/gui/sprites/hud/heart/absorbing_hardcore_half_blinking.png new file mode 100644 index 0000000000000000000000000000000000000000..74a5abb335192d4ce7c1d1301e7b70a620d3087f GIT binary patch literal 140 zcmeAS@N?(olHy`uVBq!ia0vp^oFL4>1|(k#Z|VY4!JaOTAr-fh8JOIfB#v2Z_j~sL zmEFz%5uyi0{`@L={r~;--y5}A1Qj^-t?&K6Xvg$_{`#b&>sFY?%cyXMahQniR+`~7 o=N*$UM=OhnqDWG>3kNfU{o`XM6}kliK;s!aUHx2^9=IX_02`<;EdT%j literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/heart/container.png b/assets/minecraft/textures/gui/sprites/hud/heart/container.png new file mode 100644 index 0000000000000000000000000000000000000000..4c5b2c00ad9f388528b8175867c686bc3c6ffc9e GIT binary patch literal 113 zcmeAS@N?(olHy`uVBq!ia0vp^oFL4>0wf)!su+Qkg{O;SNX4z%6Yh)$40xCwI2~6^ zvEOl|de5u3%qxDHWCy+6<1cL2ulVQgX3qad4&5;^lJR(SKtNg}Lg>O9eQxRFKr0wf)!su+Qkm8XkiNX4z(6OOzLjyz6*1zY~j z4dFfguz2<)fnO@8U#^w@`N{Nkkkyqn!m|AfsweUA#V|3h;BYv+R^IvC;xP8DD<%O= OVeoYIb6I-eiUa`M?0wf)!su+Qkg{O;SNX4z%6Yh)$40xCwI2~6^ zvEOl|de5u3%qxDHWCy+6<1cL2ulVQgX3qad4&5;^lJR(SKtNg}Lg>O9eQxRFKr0wf)!su+Qkm8XkiNX4z(6OOzLjyz6*1zY~j z4dFfguz2<)fnO@8U#^w@`N{Nkkkyqn!m|AfsweUA#V|3h;BYv+R^IvC;xP8DD<%O= OVeoYIb6I-eiUa`M?xGQn zURkZn99lDFH48-LeB&-007^5K1o;Is+9bzh0Xe#!E{-7;w~`y03cj(iv4t(%#KFc^ yHu(w{8(ZI$0{#UR*&fUjo_t`?&T3f6#t^pW{f|Sd8VZ3L89ZJ6T$UcVA^`xpEij}2 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/heart/full_blinking.png b/assets/minecraft/textures/gui/sprites/hud/heart/full_blinking.png new file mode 100644 index 0000000000000000000000000000000000000000..a2a3adf247954a76797e64e02dfc03ecddaacd5d GIT binary patch literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^oFL4?3?wCO*Y5;U(g8jpu0Zy#90O{Ey0+ePf3GxeOv`LQ10&;XcT^vIyZY4J~6?|i3V+&ijiGz); yZ1NQ@HnzSg1^f#tvOSn5Jo&(&oz<|CjUjB$`yYo^H539hGI+ZBxhy?!MFIevhBc`G literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/heart/half.png b/assets/minecraft/textures/gui/sprites/hud/heart/half.png new file mode 100644 index 0000000000000000000000000000000000000000..06ef92356d77db3a13670b6a9ffadc88bc1779c4 GIT binary patch literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^oFL4>1|(k#Z|VY4p`I>|Ar-fh8JOIfB#zzCUj4Ox z*_vndYq}D+>SFi*{(t>l@(s}@jtNJW_eK7XKXK#l{xb_(V*?vk$an~?$yl$$=W5Vu qahFw1fXi{&!@!n+j#xoO9)?W*L(3Pr2W$aaz~JfX=d$#`6$t1|(k#Z|VY4p`I>|Ar-fh8JOIfB#u>t#r*ys zQ+T$1O;-ZfzuI5F{@y#7(#^Q^e` zV{+}e;+l=QB`cD%=7hy6^za-3s$eV$@(X6PNsh?^a&$di978H@B{wjcZ)0L(6I&Qk z&c?P)Qt+~*#0_QLvyG2b53)K;x+}A01;a8ahCq`yn&s=P6@eNVJYD@1|(k#Z|VY4p`I>|Ar-fh8JOIfB#zzCUj4Ox z*_vndYq}D+>SFi*{(t>l@(s}@jtMPh?C0y*c+d;9fWgz%&t>U>D-r;XBr-by literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/heart/hardcore_half_blinking.png b/assets/minecraft/textures/gui/sprites/hud/heart/hardcore_half_blinking.png new file mode 100644 index 0000000000000000000000000000000000000000..f1e88aba4cf1895c974d060bfe05b321a38d922e GIT binary patch literal 143 zcmeAS@N?(olHy`uVBq!ia0vp^oFL4>1|(k#Z|VY4VV*9IAr-fh8JOIfB#u>t#r*ys zQ+T$1O;-ZfzuI5F{@#^YkfZDA;uunKE4iVmvttB-I_aXQBGrL`rLN^eL!i(k|4ieMw{fAEFeeM)5S5Q;#P7)Q^_|rHa4?`mw4FN y$|i5%Vq@!@P{O~UBHD|2!jlgS+F1=N*%*8uzrQ72Yvcsf$l&Sf=d$#`6$t?PQZnBF literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/heart/poisoned_half.png b/assets/minecraft/textures/gui/sprites/hud/heart/poisoned_half.png new file mode 100644 index 0000000000000000000000000000000000000000..5213c33e12f66c698c809490e500bf13a51a25d2 GIT binary patch literal 140 zcmeAS@N?(olHy`uVBq!ia0vp^oFL4>1|(k#Z|VY4!JaOTAr-fh8JOIfB#xa}x9O++ z)TB@HtCeOnd7EGVXJ4BtR@SP(q_XjE!PEciUY`4}9aW%F^eKqhvq_ZE_vku~Wdh50 oA7F7(JYizfCBU^&Td9TdebUio)B42j0gY$yboFytdf1|(k#Z|VY4p`I>|Ar-fh8JOIfB#uSwGX4I4 zi>u}Tjap5b6(2J0|F7oXmJrUNU>D-r;^g)`a! literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/heart/poisoned_hardcore_full.png b/assets/minecraft/textures/gui/sprites/hud/heart/poisoned_hardcore_full.png new file mode 100644 index 0000000000000000000000000000000000000000..53551fb37f0a8ab6d54c085508c37948e1e1abb7 GIT binary patch literal 157 zcmeAS@N?(olHy`uVBq!ia0vp^oFL4?3?wCO*Y5;UasfUeu0ZmdK(gRl{07g$P A-~a#s literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/heart/poisoned_hardcore_full_blinking.png b/assets/minecraft/textures/gui/sprites/hud/heart/poisoned_hardcore_full_blinking.png new file mode 100644 index 0000000000000000000000000000000000000000..a1461d77984b7b6927cf8156fc1c1e1c9ebf6473 GIT binary patch literal 157 zcmeAS@N?(olHy`uVBq!ia0vp^oFL4?3?wCO*Y5;UasfUeu0Z<1qkZ=tY}s)nXZ^0E zrCW2SEy`)^Oi#=63yX1#dsfN6~n#bxe$yRpF3WjA;3?6si|DD$=cnheJ!PC{xW$A${5&#Sd BGkX94 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/heart/poisoned_hardcore_half.png b/assets/minecraft/textures/gui/sprites/hud/heart/poisoned_hardcore_half.png new file mode 100644 index 0000000000000000000000000000000000000000..f38b755e0f864fae659eb0ba3761b3c356f9c031 GIT binary patch literal 138 zcmeAS@N?(olHy`uVBq!ia0vp^oFL4>1|(k#Z|VY4fu1goAr-fh8JOIfB#xa}x9O++ z)TB@HtCeOnd7EGVXJ4BtR@SP(q_S|4=CAulqTbcJa`U{fD;VA%8L;H;euM~r}mGkCiCxhy?!MFIdpB`?7M literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/heart/poisoned_hardcore_half_blinking.png b/assets/minecraft/textures/gui/sprites/hud/heart/poisoned_hardcore_half_blinking.png new file mode 100644 index 0000000000000000000000000000000000000000..acc9f74c83ab08b5762df322b5c1cfe2089cd854 GIT binary patch literal 140 zcmeAS@N?(olHy`uVBq!ia0vp^oFL4>1|(k#Z|VY4!JaOTAr-fh8JOIfB#uSwGX4I4 zi>u}Tjap5b6(2J0|F7oXmJrUN0wf)!su+Qkg{O;SNX4z%6Yh)$40xCwI2~6^ zvEOl|de5u3%qxDHWCy+6<1cL2ulVQgX3qad4&5;^lJR(SKtNg}Lg>O9eQxRFKr zU5rCVh()@$xsSPq)RpzsKxxL3AirQno8*`*AV=5J#WAGfR&qmA!8bNGwy=epIM~?A xCST!VW9yqzz`vj(+k<(+lMf8qSq&@M7{d0v|8ZzlLm^NjgQu&X%hCf^Bmj1MFa!Vq literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/heart/vehicle_half.png b/assets/minecraft/textures/gui/sprites/hud/heart/vehicle_half.png new file mode 100644 index 0000000000000000000000000000000000000000..af4d4473db840b55cb960d6db2056cb116600006 GIT binary patch literal 124 zcmeAS@N?(olHy`uVBq!ia0vp^oFL4>1|(k#Z|VY4&YmugAr-fh8JOIfBxWb<+Wxa% zzPR^)fng4pm6OiD>qjjPh$Lw>X*SGkyR0HGZ|<{Bcfn;$KCUOY3V@;q0$ezl85#x8 V=O<0@`3p3T!PC{xW$A${5&&XzC#3)Y literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/heart/withered_full.png b/assets/minecraft/textures/gui/sprites/hud/heart/withered_full.png new file mode 100644 index 0000000000000000000000000000000000000000..d12600ef78b329b8b4a11759aa6f1bdab0c34fdc GIT binary patch literal 161 zcmeAS@N?(olHy`uVBq!ia0vp^oFL4>3?%QIb=m=>qyv0HT!D00dbW2|oKs+kmAhA@ zrlyXWg^G@zgRHC?_u4Z+X~vQuzhFk2mMT`({CxI&7w31go|AcTa&sr|HK2Y5Pgg&er3bD^ F0021EFXR9K literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/heart/withered_full_blinking.png b/assets/minecraft/textures/gui/sprites/hud/heart/withered_full_blinking.png new file mode 100644 index 0000000000000000000000000000000000000000..c4bd0ff9b116a803dcc9ba569fd4f08f0f9593aa GIT binary patch literal 161 zcmeAS@N?(olHy`uVBq!ia0vp^oFL4>3?%QIb=m=>qyv0HT!Hle|Nn2^yxBN;dRc2% zZcTk^QE6C0l3!TF+$H9`KxxL3AirQno8*`*Ajibh#WAGfmgzA@E(S*qr@+nEcKz=R zZ=Bd~!;tdnRdA;EjIe&suXn!+-I?h!BZ~D|^Us85byt;NGQ6K%ycnpT!PC{xW$A${ F5&)21|(k#Z|VY437#&FAr-fh8JOGz$|g+x%YR70 zjEzlj;;dQ!=Q26}i{4rNmwl6==pm5`_oILLz0b309tmOD!lc3&wqVg>_Cq&BU(SeZ z@L@_ckX}7|0hgoNqp+4`0=tz=T7QTriY)48WGGR&Tl{THuR72!22WQ%m!$`;NB{tV C<}*S7 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/heart/withered_half_blinking.png b/assets/minecraft/textures/gui/sprites/hud/heart/withered_half_blinking.png new file mode 100644 index 0000000000000000000000000000000000000000..632e43ef6a4592cf43953b6ec001555e602589d4 GIT binary patch literal 151 zcmeAS@N?(olHy`uVBq!ia0vp^oFL4>1|(k#Z|VY4ah@)YAr-fh8JOGz_Emm7G3Tr$B>F!$qh{A+nCtc#1@8> zv$1WH6uc}caYI@6a^oY_L{^7Mwz6whFf5Z|@Kk+&#@;vSAW$QNr>mdK(gRl{0KJ(m AZ2$lO literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/heart/withered_hardcore_half.png b/assets/minecraft/textures/gui/sprites/hud/heart/withered_hardcore_half.png new file mode 100644 index 0000000000000000000000000000000000000000..43c1aa23b4811b1f87ec76167c0f800bc872b856 GIT binary patch literal 138 zcmeAS@N?(olHy`uVBq!ia0vp^oFL4>1|(k#Z|VY4fu1goAr-fh8JOIfB#wD(-tbR8 zDdCg+YNZ)XhyNP?d%ynefpr2d4JsinNB>EmIPvei;ihBjPJ~5@s&IzQNNaQ!^ilLH mZ{%!oV(Jp$+NiD6!k9nfl;_I}RpLOy89ZJ6T$UcVA^`x?YB2Z! literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/heart/withered_hardcore_half_blinking.png b/assets/minecraft/textures/gui/sprites/hud/heart/withered_hardcore_half_blinking.png new file mode 100644 index 0000000000000000000000000000000000000000..86bbc838ddc98fd592b68fe7a28065a96afe0892 GIT binary patch literal 138 zcmeAS@N?(olHy`uVBq!ia0vp^oFL4>1|(k#Z|VY4fu1goAr-fh8JOIfB#zCHpZjCK zw%$woFjoWC<>~tW>#H6yz2S0X@ld*R@MZm`{`>z`9W6ve-H$V=DsnY0OA2QR?zkMA lz_f5egHnsrn=Xz-29CVrU+$-0*$XtB!PC{xW$A${5&+T)F0TLp literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/hotbar.png b/assets/minecraft/textures/gui/sprites/hud/hotbar.png new file mode 100644 index 0000000000000000000000000000000000000000..f6e0079310ab19fbfc9453aa321c5a37ce3ddb8b GIT binary patch literal 250 zcmeAS@N?(olHy`uVBq!ia0vp^+kjY%gBeH$ZcuUpQgQ)4A+7LW-d6);9>FG#HYD-8+ROZhIN;8!N`33)HcxT#j0m$q0ba4!+xb^m2AQzJ%Ps_uN zYKyD?b4R-i++NPHTe|zF9J^3m$({R8dw(}C>Mso0qH){6z_PxWTPdG`_j+SpT8>=G zscT=q7^i<;kiPBv=WmYBJ)@^=y8Ys-QR462IgQVA_Ro&JnIl|vE9~a-+^MlQr`8@{ x_WP$*`ft74mIWtoExP&T>4x;?(+9sX+}U!mtMlHGe4wKkJYD@?pY&=~YLn>}1FOZgCt>U`$U-Mu} zWX8hPCY?e)YmWMqa32fwcGs2NT5{zQh_Tc@V4}!hf6g=so&*sFhRd^8KKEJ@xdmtr NgQu&X%hCf^Bmn5hBg_B* literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/hotbar_offhand_right.png b/assets/minecraft/textures/gui/sprites/hud/hotbar_offhand_right.png new file mode 100644 index 0000000000000000000000000000000000000000..5b8a6c2bae124a96910a8140249592fd180899eb GIT binary patch literal 116 zcmeAS@N?(olHy`uVBq!ia0vp^vOp}s!3Gk!?ptUX;ELn>}1ONbcZA_msGqAHXZf(!m~Ee+g(?7Ysr;MV1|o>YtR>a)fstwvaAf3N>)Bsf7_=GG={;` L)z4+=fh!UK+GQiT literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/hotbar_selection.png b/assets/minecraft/textures/gui/sprites/hud/hotbar_selection.png new file mode 100644 index 0000000000000000000000000000000000000000..eaed51b10b14b3c266d43b4a868154220658fccc GIT binary patch literal 123 zcmeAS@N?(olHy`uVBq!ia0vp^5h}n Xy5{Bl2XAeGrZITB`nfDUa76+D`Zy;u literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/jump_bar_background.png b/assets/minecraft/textures/gui/sprites/hud/jump_bar_background.png new file mode 100644 index 0000000000000000000000000000000000000000..5b7469fd1347a192088554b162caa8625727d156 GIT binary patch literal 79 zcmeAS@N?(olHy`uVBq!ia0vp^+klvrg9S)>s%D)7QevJijv*Ddk`J&fP7vv73N+wy dJE+0H@bB5nmu(x}cLG%~c)I$zEIn{V0sy%R7C8U_ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/jump_bar_cooldown.png b/assets/minecraft/textures/gui/sprites/hud/jump_bar_cooldown.png new file mode 100644 index 0000000000000000000000000000000000000000..5b7469fd1347a192088554b162caa8625727d156 GIT binary patch literal 79 zcmeAS@N?(olHy`uVBq!ia0vp^+klvrg9S)>s%D)7QevJijv*Ddk`J&fP7vv73N+wy dJE+0H@bB5nmu(x}cLG%~c)I$zEIn{V0sy%R7C8U_ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/hud/jump_bar_progress.png b/assets/minecraft/textures/gui/sprites/hud/jump_bar_progress.png new file mode 100644 index 0000000000000000000000000000000000000000..495416a303da7024c4b8e64316a8fde9035367cb GIT binary patch literal 141 zcmeAS@N?(olHy`uVBq!ia0vp^+klvrgAGVN)>-5Vq(VGh978H@B}-gO5b0q$_^I`O zVWQf5E}chdwk@c=!~Sr pSs8Ijliw{1H03!g+0zsVv}L)=$-=j{b%EwHc)I$zEIn{V0st&pGM@kd literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/recipe_book/button.png b/assets/minecraft/textures/gui/sprites/recipe_book/button.png new file mode 100644 index 0000000000000000000000000000000000000000..78b8d91da5a843002bcc7d29514b48a316149c30 GIT binary patch literal 71 zcmeAS@N?(olHy`uVBq!ia0vp^B0wy}!2%?IMK>`5DLzjZ$B>F!$r9HRM0%JQeyhHG U$rhMt4U}Q`5DLzjZ$B>F!$r9HRM0%JQeyhHG U$rhMt4U}Qc6QTLoV~0h+?#>FVdQ^uQGf0RChy AegFUf literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/widget/button.png.mcmeta b/assets/minecraft/textures/gui/sprites/widget/button.png.mcmeta new file mode 100644 index 000000000..d1f46f02e --- /dev/null +++ b/assets/minecraft/textures/gui/sprites/widget/button.png.mcmeta @@ -0,0 +1 @@ +{"gui":{"scaling":{"type":"nine_slice","width":200,"height":20,"border":{"left":20,"top":4,"right":20,"bottom":4}}}} \ No newline at end of file diff --git a/assets/minecraft/textures/gui/sprites/widget/button_disabled.png b/assets/minecraft/textures/gui/sprites/widget/button_disabled.png new file mode 100644 index 0000000000000000000000000000000000000000..b3d0ab60664aa75065fd481a168cbf66c3f69c89 GIT binary patch literal 155 zcmeAS@N?(olHy`uVBq!ia0vp^CxBRlg&9a1a@8CAX$rnH1>#B6z-q!3CKO1|2&t$XGBj$O`nfDUa76+DY>p%| literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/widget/locked_button_highlighted.png b/assets/minecraft/textures/gui/sprites/widget/locked_button_highlighted.png new file mode 100644 index 0000000000000000000000000000000000000000..835f95e3e474771919a0b084ce8b0a2d2959892b GIT binary patch literal 191 zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc3?w&Rja&+(Bm#UwT!Hkj+YJwoR-W9L9`7jT zX25Tz%B?LSAz#gg4+WlW`+YU{$+i3~p7;9FjRhz0FA$QH*rI;8_JkaOO>Uic2RK?)w>gTfbz!eDq=e`wO literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/widget/scroller.png.mcmeta b/assets/minecraft/textures/gui/sprites/widget/scroller.png.mcmeta new file mode 100644 index 000000000..385edf254 --- /dev/null +++ b/assets/minecraft/textures/gui/sprites/widget/scroller.png.mcmeta @@ -0,0 +1 @@ +{"gui":{"scaling":{"type":"nine_slice","width":6,"height":32,"border":1}}} \ No newline at end of file diff --git a/assets/minecraft/textures/gui/sprites/widget/scroller_background.png b/assets/minecraft/textures/gui/sprites/widget/scroller_background.png new file mode 100644 index 0000000000000000000000000000000000000000..4b5d7708ad7e24673de3be5224bc3746b4bc682e GIT binary patch literal 71 zcmeAS@N?(olHy`uVBq!ia0vp^Y(T8Q0VEjYFFaBOQhc5+jv*Ddk|!`UCwen7Nc8=F TIm2td6i9`qtDno#16L#f=jstX literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/widget/scroller_background.png.mcmeta b/assets/minecraft/textures/gui/sprites/widget/scroller_background.png.mcmeta new file mode 100644 index 000000000..385edf254 --- /dev/null +++ b/assets/minecraft/textures/gui/sprites/widget/scroller_background.png.mcmeta @@ -0,0 +1 @@ +{"gui":{"scaling":{"type":"nine_slice","width":6,"height":32,"border":1}}} \ No newline at end of file diff --git a/assets/minecraft/textures/gui/sprites/widget/slider.png b/assets/minecraft/textures/gui/sprites/widget/slider.png new file mode 100644 index 0000000000000000000000000000000000000000..b3d0ab60664aa75065fd481a168cbf66c3f69c89 GIT binary patch literal 155 zcmeAS@N?(olHy`uVBq!ia0vp^CxBRlg&9a1a@c6QTLoV~0h+?#>FVdQ^uQGf0RChy AegFUf literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/widget/slider_handle.png.mcmeta b/assets/minecraft/textures/gui/sprites/widget/slider_handle.png.mcmeta new file mode 100644 index 000000000..d1f46f02e --- /dev/null +++ b/assets/minecraft/textures/gui/sprites/widget/slider_handle.png.mcmeta @@ -0,0 +1 @@ +{"gui":{"scaling":{"type":"nine_slice","width":200,"height":20,"border":{"left":20,"top":4,"right":20,"bottom":4}}}} \ No newline at end of file diff --git a/assets/minecraft/textures/gui/sprites/widget/slider_handle_highlighted.png b/assets/minecraft/textures/gui/sprites/widget/slider_handle_highlighted.png new file mode 100644 index 0000000000000000000000000000000000000000..6eda68086e5caec3d3ea23c2fe8ed4a0eb26b3c4 GIT binary patch literal 156 zcmeAS@N?(olHy`uVBq!ia0vp^CxBRlg&9a1a@8CAX$rnH1>#B6z-q!3CKO1|2&t$XGBj$O4hl!T9 zgoG3y-yS|w4xj{MNswPKgLg{KA0Q{v)5S5Q;#QIZH^Z+9{LBoA5^POnDjWZwaH#qp zGXKZYn}51z>D2W8lKz?9Ki~7dZSubTGlUc*8(ZQQcZRsM$Yj)uHi~|<*_Tj|E1+Fx kskX*cBzx1Wtg@G^!6~nId~=>+1hj;~)78&q>47T}0F4Dc@&Et; literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/sprites/widget/unlocked_button_disabled.png b/assets/minecraft/textures/gui/sprites/widget/unlocked_button_disabled.png new file mode 100644 index 0000000000000000000000000000000000000000..0971597511709fe2f1a4610b0b522fbb68344379 GIT binary patch literal 117 zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|-|KS55~~Hl8kyAr-fhCE^^q`rq4|`M4ey zn99&G2gqzX?O4K--}Np}qfm zTdl0;m;IGbT5`>1k<{%)QI}6#v2XL-xV_^2#0Vh;$;PHH=FeKVl6EueRtvrm{Qd6l rlI(^ThD9bnzCAp+{jgo_W>@vF%dZ;?#LClw)-ZUw`nfDUa76+D|Jp~) literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/title/background/panorama_0.png b/assets/minecraft/textures/gui/title/background/panorama_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c47ffdb026f0ba5829946e98772e8919f0d00ab3 GIT binary patch literal 418693 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

~LjRVac4v`MflgZKnF8oCwA4ms) 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%0A-k04 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

xr1NUbwQD%rCI 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

NrUi$Wc7a63C8A1; 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℞gbAN^hf$**>cmT#^z|J%A7p?)D>W4^ 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 P00000NkvXXrNGn}6cNX0 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/title/background/panorama_1.png b/assets/minecraft/textures/gui/title/background/panorama_1.png new file mode 100644 index 0000000000000000000000000000000000000000..c4cff0b834ce1557abc9495d2c07b325b31e4859 GIT binary patch literal 405974 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 =(D%ouZ}Z|srFA} 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%0A+L}hc*4a~klDbg(+-k%fp*uRysGEzkPA(#=$ zpPmd_suoL5I&Eq(a3$QOn3N~g2*sKmT-c=KCn0d~=*A;8z!BSVNeMe7JRV7m_v<-7 zHsm^)JmT}309ZnRZ)3dDXSvYNJSx`t)mw1Tr0`>V0-$-n`kxcIWBaP8Nf<9Qw?TZS z#z0bj;&+?^%4mS4#i$aalu8oVn6d3-WQY;HyS_^dJFCpK*e#=SMQ$b9)!PS&Yny3- z3|OC_Khu>#Y*$%2TZj;-H~r{IwRQm&aH1SMG!uqy7`9$H zMHi-&M_WY!P@?p_SnHyu__YGk$ff}RHGU5TYT-=+a@$cNm61qg4!C;~v{-z`1IwiqkrGa08e06F__WB-|(z$q!< zr0|kDc|C11u*1!fCCQ!>tumJHktqu44*O5FF@6dXQYji>HyQUdfO!B`pxR^q#(RiU zR*STDV?Rp|@P4y`=C^JUD7j9c!wyc-8<^Ds2q}ASiKeiy9NUH{RH*QOjC9a`C+nBr z5Y)tMjZPf$5wdCF{pTm%UyT1(zBE7LbYu>gXA;lLE4JxwD_w*P*s)-#zDdalV%DLZ z)^(ovY{ANSNJ^lrn>DZj#4w>-CVONT;5pk+L=smC+spwt*=Ml-69`#>Bq+wQD9r^> zic+H*be}pKoz2D!4Fo;yuxO=clbRm;Hw};rUYX!bU)A7L$glau_5V}>`Y1WT)rv8- zVryieWr-6{M+ZKupL1@0om^Tjd)JjIh?g$q4u&)2qeFUfrVW%MH$J1tB5F{^%$=1| z+v$d5s7bMsea9^jpDU66;>xYCBW9i#gp^`ulQEyu>n?en%qgQ3AM2t$zoVue4>rXx zNNy$u8mSL#CzkP8>f7!r&7>9fFW&EaWWasizuif^0WSjJKc*FIoZex4g8US!B-80LDwTuBV8iybL z?6^k&i`j{kQ{EHSHBf3yZ@3xxlJGtpCZVBNAEDUL1GS}&^UNJZ-(hf_v*&+vRgi8BxeDu_3H`{cnubDjygXEDYEO4OHOlc?bv~phwfIU4H?v zorRicE|>L)j095+8ga9AwaE_TN!^?mIkRp)JJ7Wn9xl&H& zMyExx1ABq7`$-!GPieXVKti3U)NmLEa7H-wf-CoxCFKx2AJ9g<96%zKmDDWlh30SD zYckpBF{WN0+kn@!@g@By(6$qd(dn=pV75v@R;#u8jaxA(7|5G#KJd7Y`lF967PyPS zt8xcpG#3$8d7l9I`+vox5qr{ihBVgt5;q@5sQ(80U!N2QllfnNdd=az5v_wR5Od0J zbLqR-zkb^SECRDu^jZ$B3oEbB*4r`fe+#}~kNpG9mVRN%X`Z#T4V1~GOx5tOl6kvY zW~9R+7hy>RaQgZu((zb@#rPj9tp{D2 z{S$uQ2ZS6jDHHC!Hvq7v)}98aU&!#+ia1rWUpFt03mWGm1D4rNv{9;T1EG}h{sJRM zGxKD^#}VM%I6Bl3PAD54u{!V_Wk<0=`gL~^AeHL4aWF}TkaK0Ys(KOfjnahyPDd9l zslNeK1?tG`2&a~w&-2R;_!IlTa+m_=>3R~-Iw+^i1Jq!262boIdraPoO<3jU6 z0;#9qt)nei3$>s49%VGLWK}?eaN))z+SvclSQ#kcrPNCQ9*p~B!27lY@6!N}e|Sj% zXzZSVN^&_4Qr1e`HhQVFg*^NY`yWS^BPy6PhK^qlg>dpd3QbUYKsRr4kNu<2;511V z?L_JgPamD%FHTp_9Vr*3QrzS{^hO<&5?3K)+9;edl{qPEU9K*5P>>na3r#uqOG71N+!{9yP{NJV6E&=Mqt%j^jf8$0HE{ zzFd?C`yWICUq$moz-|`? zn89rn3anvkfg~eX)jgX#R^Nt&E;Oron+ztL>H}M$7sFt0x*d7{jy8x^z}Of=c>@?2 z45N0+wk@ux*YiJ*r2=%NRW2cbd;v+Ph&udLp>qj!{wkPJcN>iX>vWZj^$p8@_}X;d zjD&IUuE~T_%eEBJ1AslOPon^hjuhwtic<^+r3BfSWQIT3osBJ;8U@ zi<5*pGvU^Cdtv|iXteE_^>JxcJ$m0>9ZX%QXV|B?C2*F`ZaxegdS4s_t3gzAnj3OA1 zbh?RCn#CA-hNi&ARLCD{9p8a7y&CMl3ea|&jc-*<@Pffp#!Z~E$Np0wONgTy^|y2wk&nCtnUovO zd^cYd=+}-B(llSsz`ZTy4iT+ZQpXyQV?UBc>P>PMh)#M2p3gurrW5-1EQ*FZBF5EdN7Sap-J74t*lA6-!*U_U;`6$qbfT;bOi0Kd-j#?SS{?` znPMuuH*NQoMqYxxtc3LwDC!RaPFZ+Yi|DU{D}x4jT>I1$3Hfy}}%l_h7JL z`+|1|i({aPW>v&9$)YAkf}p(uZP!mbsTy;ic9n9VmfILeTaZXqf!9h7&nesInuF`F{n>_TQ z|Knj^zzVsgs^gmkz+vpaB_%L_p(m*!g7vQB#N2Ml*Vh@#k~MF4rm( zcs}dud%1m|X3ThTs}lYwtgiBXsNgrbTPz9p7$_4$+gGs>S^}!;fz4TO*J^=;cXodN zQs!DIQ1QZGW~=5xZA%Vte$oKn z78&rUbRLg0>O;Vyw&4cDP9e@ZHw)3bFnZz)n8qfqHRxIho%AvUghT?B|IAvZctQi9 zE~rKQ6GhWv(8I7)4?+QThM5N5*y_A)xlOB|_5ZAL$w8`>(wK;aaZ+6$l^66P3d~&a z^f6PxDMNB6(mrsj2!y)bI*spsXEMO-|G%CFI5Ca0Rp-(+0SgL36*pu5-(h{=wFkeS zlEy%Obl?>R&8o`>pAjBo-;;KMn%^q+>|0yiglK*eH@9@7*VTN8eQLPh6b&=qlvdaHGS@s zQ~D2MiGLsreA)%kk0+kqzwA352wVfaeC>Z-Y{mU!ajB&n!Y18ZCgjgN*U1;7)a}m4 zah}H|3OFv*e<=thsB>{B(=%f0cifIJ!ijjz?>axk71~aSEH8-CSBLQNEI)Un5A=#i z5NUM4en7+I4ys?J%A<4u6s_RK6e0gp$k(cpNem&>5SDhmNfbc`N(rjy0Z>XH7O}3P z$C7#gqt(IkeYl4^G{D#p0r^=9Iqmm`?@I%mq<$GjTJw<+cymNY_um(x9A3q}aB$i^ zuX1QtDE~}JMMG!z?0>IfUDPfb$5?NyOA>53+-w#pEng}0!W85`3K_WJ5stGL8V7EO zY6evg)SgyPl7*Ryd?St70(*ti5B5J3 zHZm;CLg8ijMZ9W~32(IBG92rRdKhy`usx`!uDstPtQg%>KrY>ffsZCcD9pHU7~8zr zA6b;i7;F*nR5EWeN8Q`8^+iwsr8jG#nO@I($U;a%R)@ zLFx}Qet|sPQ?H;PMd{7tZo5=qQ6pTgG?Afpf!#?bjk;@ij4_9JrTQfBM>GBQ*C+}I zr53V&6S?T^1Fjlg3X5I?CoU9bK&(H2y$2xj<1l~3HreE0WZ^oea3-E7Zl(&7gj4@{JFi2?6o zC3=0B#9*ns7)*Un1`ye3lI?trPtV=~iG^uHO723f3i&Zx^gdukkuy95nxR-W{XdQ~ zYl6M>rfpDCQIA72JA2Iz@YvasNLClz!i~2Ndz3iJ4!xA* ziRfGVwaSeQ(|6D9IQ9LA8_?UAQn;@O1e;RPST1fS*DO_`Sj3*y;n52RVcO#~1(rx)21B(}rPKXeAm) zA}32xpLk^l<}?jpKj@?Z=!(4_GKDJt?t}ot(*5-`z$uO^XBz(<=Jf~T`qq<{5?%zB zpUGRioHl7|;MS_6v6oWvRg*Cm(jKz*W=%#LkNUz+yN#QVaf9UxApXhZ6QodV!ya>9 z;TM?t|K^c*%el``I1%mUEJ#&f$Vaj^kvn2{3yt_9-Dj`S9;xY|>oT@lm2W67iTMSu z3}I1%{a+10bT=Yf@$#8A(v}H3ZqUixczx!n8oVUK-r!ZwD^0(X$Eu%^cxx%58It|> z=3C0UI!naO+Xv{8a#3wc5lN9s^`b95*;epM)x^Vh%#hmhWdoG&=5nUza%hV|imdI0 ztZGOBFe=o1;&yfj!|9s!WQ%lW3cwpp?(hV$b8XmTUYb8e35->qV}SNehXkh=K40}< zX9IGfgDZ_wz`O`Atp;7_Gh{N0n*UJgM2ANK9gWhuXpF9e#{0Xyg=Fh|W`m6To znPc#!^Hi8H<_lTyW}xHi9D));lVc3lSMI~suP zuR|Dht}G-93;AUS$BlFcsU`u|(*X16;oM76#Qp~sXes=>OYS$@A=J#UT7gov8Ba|( zh`bwTCmCd+mFdouxBgi28zt^ueFCH{&|=bKwh@X2<`i-W<+Pynr*E1-+dGCYO;hVu zp-Kk&8_d`R$Qd`MCPkA0?UcXe*eCt8-U%6GS+oAFaJr7XGmZpoY{1 zhzR)dIDV|7JO$L}zG4C_v&CjDl&LYf)p!x=W+8bd5Ncr5O-FhAepadWwd2Yo?+y(h zIg8xiRMO%S(1;itc zg__rZLiu<~@PCXmop>U0S;9-K1mYhM>hbxkl;&fu>K!yS4~wr82PHB~S(J zluB5(g4Azlfcla2J{$~tKxU{y3*%O*d+bR9YkZmpVA=5apZ@NjZFSBGL*8B@iliWI zyDGG>V?3LY)*F!8-FV&(g@j0tG6E^0X@&^ZdctVKD_aNT|EY!A`SvNJ31&^oS`YoU zr`U~7h7L{ej;K3y0Re{n{%H`Yx0}{g-eE$iR}^Y!(eQS{S?np#_z(wR-nFlh09Qsu zj06MW=3ZSBzA zBPux2{>@m6W8E3h+wG%ib4YJALndDl$EC`rw;RiJM(0f!c&pwpO9FhE285VSDSX1! zLlWik;mhHnYhtih&1lG-H{cji4C*5KJT*BZJ%2&C83?|6Cfs#|{v0mzbOM1p0WS9sU6o;mKr39l8ErAK)^Ok)aj0i&Ek{&J}Po?S>vK6dS;iY2?FwXd_bB*0T_N%>Xw!qahgBZRo znW0|#^V#4J5mJQ=@Y31$CtnR4ybr&Fz9Lm5%X3{6)oOAsA=QQbKQE;Jq5&@K|0;jh zAJ6Nz&vnU=XV|cS$t5ok#-tc&V)V*etYGAY#GcLCRc*#U^+&g0MIiS-@5m*CL@I;T z&Z8p$>VdDL{Dv-ZHjo=_&hR-$>e+`Wq~tI?ha-ijhHjUtE#er7N|p zfd<$zAR!KH148DU5eq>+$qJf?U+A%svh^z2H#-WaDoxT5Ene)!xm0}?_W$i%sQ=1e>5LG7 zD|J5Q4We#PHyyLegrSkI4B)8q$1Iz@a9E#5%0cFEhz`RG*Knck_{K7&7Ydv^l#*gR zTij^VzN(dmC?+T9{yb5-+AIVR#YzCz7$kl{#G>daAD{uyo(A_n^T`sMOUgJ~l2SeB zI4o=CJ4hh!0nM4h{xA0b%9kAA*W=gF0F^IgwwPN;P71uOCrgG(d{A^n=oVUWnLU-& zMsB`H+c}OFe;}fAD+e&}2ISp?21u*39ujD85$*yDi#XfClc(`s{^B_gohkhv(Ey#P z5%F2>L{~1=2ykQt!z@N1rUBIF+#GaxKal<^fXUR;03rj7fpbxy#6ZRh_00Dr06jUt zxQYnLeUAnpTb=~Kzpm3s1_XrAr-JTwdt^G`cbU{Sw+-kwr)EL+GcVMTctB>6scs5E zWD*L{haEzc@dI)nA%=U-S|Y$h+PJ>yqkE-2SwGa7u&{WZPTE>-)NAqNChr?A#<0pFV5_%8bEw#VXO>Ek z1*Of{05FW~QNh|6pR@@38y(GD*Qz&QX-FqYy}v1l2Vci(B$fx3*`X_XomkV>LF3ub!LWI*O8 zRU8NA3UCDi{JAA3$r@2WBmmEt0mKI2v*!3B67b@HA=*Y+nyJS(X(^=GfYd`w?JHLe z{^YPPSCeD%)bbYlxRmvQOG5O5Z{z^2z+Um6IO7QRf3fppC|qPfpC%mdKXWgcCR-&a zgo}Dk3JH9(fY1iPAtFv*r%5_(PFk^nhM^*m9V-Re05kxS1pk;x3^4M!N zH4kX^d(8%;Pc!w!E_n3B;V|JO&|)d8u4#5 z<~g-TE0XqAz!aB1T7)6W45Dm4c`5pzg8&*;t-!r7juBjAi;k$i7sT0G!IUcA#5IQt zMf@l^z-0jN%8zGh0j-mz8OX)JVR9u05P=t#GfnBKyklz*L)r!P-C+M@RZFT)WMTuE zX1-*|7vaolqtS1&;~5*cGMpXvph`MtMj8+$pIrI*9kwY^rzx2fnSfWNuJN_Yg+(DgjguXd*ngo%;5^Ep6Y6RM-J3D8@{gw$ zDVt^tGdl+KNzYM75zU+TPe@ycBe78qJgvaS+M!Z}bYFJ2)A)e3GMM>1gOo8U*D{_< zvTw(E9@f4qIPeCV5kTpmbQ*C_Y=I08KiZ%TA=iTM*)U+G<$Ltwiw1~6@bmas5&%0S z@Jq;fI;2tKhm4ggUYQ(oVKJy{5dj3zJE)YHkH#dRf#JDjKT*-)$B0YUOWO9t!fg`p zd}YDrAvzGm+iNbH!^{c+^vAY7w$f|B=SU#JwFV4dxg;1ye<*}hxwmbDs|SPSv~(7pKSm7cjoW zB8Bxv#91VwB-)xqgi7z%fh)XykYDS)6%CJ2;&GelgM!j0Ehc; z+LQSP#e*x;yzF>=#FiDVq5gxW)HfURNVLv(ZX9$#J2Hqp*rM%#Qh6Fd7;;>Y1I8Da zTv8y4H}j&-XM=#zV9yRmIjq zh=8hI^@@>t&)9*z7Pas!Dp^tz4d6A{^6TSDD|_WF)EPPa zSUhJz&M5cZb{?r?Xz zn@BN!Ld8*-p)SCBR0mWq0PC|-ZQSzpU{!eDE=`6%b_ninHdvjx%Asr5BL?qJRA97- zG>W&Kyc=O%EC7jIM+|K1t9nPJ9Xij)tc0;)$LsM0jYg2LIH7kFWPtCJkj$KOhzG=NndO+d>Q|*H@~cX%+ky?OD+dHg zMTfz$Zxx_L$EHjBl^bwI7;LhtXa=q`LexnD%vKR&;t}hhwPd8OX$HwYC9A|!hniDpN70KJhXumKk8&<%;j9t619UU+VCktVAak-1h8uPT<_z$D5Cb>xf7T3)w``;6PL>#J zZxCSI+=PKs0t2tC%Fbs+9d<}_Kh|$z1F)NpA1-@75@O#18Cr% zc@ex{q3^P^_VN*+r8u;9N-(Nin-Ay7PseZ}>wI~-97&E~-fknD%X8)>h24J(WQ@zU z8S74gI_bmbV~k$l4RJ4an2o9xpi~tG2^fTLyF1|(K5N%&2;>7TG1hxaj zO6u93Es%frx$U=8F!&CAEHMMR7Trs|b%w$Qo+Jx=x3ML1WX_3EHZhs<4bb}z|;{b08UXs@5{p2O+ zDZz267_PPwXV2CgOW{cF10AZ^F`(yIoLW>NdDYN=Fa#(&Ad$fT`K&x()W3jpam)MH zP6}r0u7A@Z)RC<`I|rG*H)w!)XGjC00fMWie%w%@IC|iw4yV6zfb-X=0I5hq0AYCV z(*W^qb^`kkdSel$<7&~|5Vs!(?=HQ6VgDNjiEx^9Gwx^IO;G|@odgRh$$c2bGQM3_ zPqs+rze38q@IE!VxIa6f6C<<#dnHMmSf+2mH-(DXCO+U@Frg%LZEnO1{50Zd zR}-lXa$_XJv<%#{cJwiweM0Yy`(I{r+e!x!@Lc8Ao+eJTQREZDUtDGHuf-;g}>I1A9_g+FLs5-fHigy#@1)6YkjXb<3>}{fe3}-;3ll zjp6xrZW!n-@-NrPBZu-EX04#nktA~peZ{d};USABf|=Ka{g3lv{6CfiV5Q@T?mdP<-&lryn6GyqWIzbv1bxRo`wA-Mb?a$L73`afIjpLu;FB0m=drBMZTwXOVV z$4Mhm4R4WBu`6lW|GAxXZecKbCH5+~{+^i;DpgWE`O#?pAfFvVZ1zW5eB`Uj?2e`q z{0~UAV9VXFTrnyP6Gc?`E~slozKeiNFXwxa_$AW8m6}>2fVB6qe>H-nrFXR zYsonkVMjDBPX9vsU+MAfcs$1A97`JTMU{_9PFy(hEBP%7FN72W7~oJY#+4;Ajo8#| zhTS|ipWr^sPKh8i0KN!twe)Cxm&a>qN9xU3JvC$aPUncr1m(Tf85AC^l@f8LNiU8}hx&U#<#z4<-z-uZ+x}+exA!li(8e5YWRYW-cL+{^Y<4!P zP1J`6(16iMIS?V7B?Spt_RAXw&=43h1Ks~B*93~h)#$LnR2f>vE*0A6@dJI@yn_@l1EL`O`0Hd>&jktM}t)mHOdrNHT zma5T4`#u=$9vJ={veSFfyCdFJ*73fB=u>_9NHl{B`(FkCk8fB0IIet@7SJbjI^3Pz zIrXS=HfR8%M%5-eN-Cgo2)IZxj+nCf*#eO=K!?PWxZjIj^d&uxzX2IjT&TV1;Kv}T zxPv~NCKatPgGKBC&lew8*gxh$K-yB29o+|-n&<_r4^mf~dr7UT<;4u;8*ShF(g0*K z36LxR7;9%exg-D{Yx&j3=Wv8r2RH;89$pAnga)Z%U^?cGm>Mwq{~*X`G~*u!8-{!% z{Vcww?1`uQc5+(;eY(comB4KY;pIqWd$@ zUxeAtle`YLC4dKKs;O~=h*L6rfw`(HxAg+_N3k4@=EZ8zHxR6NqkY(pH7k$9*Jc!#V1 z$_%_g5&`_^!@$+0QUi?>8Q1h+HY@aCT z>%*tPmr(^vz5tHWcOY-;a4S#41Ui*T6((tR4$WkoDD?#DEPi(|4Pa~FWaJT!h6Xri z6$x2&r2J!_(QfdB5|C9NaiIGuh~s(X!Ns#E3lnJB|H9$w4pkGJ+wu*x59pNdSP3mu zuhC<=4#AxtH_TxMcz@{8e2X1)^s-mRM#sP!JV&r)3j5!nAiU2Fg?>y~oiLg>_c*4W zyxFP)d>e)UT#$zOQ8tRD4c;@-p=hILNUj8udxvBh!Kzsp3BXEc6`=p4HVSw`?f|?$ zPTDCJ6BQ-&AI&D=T^ZxDQU1mdcwm|_#)xSx&g%Sv;j|TBzD}+So3Rjd2q`No064F2 znwqS3qKs|;d|P2lN=l_b>WUb~ycLQd=9zXy311fR?+LU92vbLem5HV`%;Ws6JluSSYHfJ7 zVmLako~2+|c}Ii&XCX7@Iy?4%6M+^CGu{H|2+)5w*LQUD(7**%I4eIFQ|FcEL2CO! zqU_zm8idm$lPb7ma`)nuOYVm)nqZofOUy9#4@uTtpdUts)=Mp+4R)Dq7nOuoAi-8E z$5?Bwj@wq45j-J0a|Y5Eg*|%fkBdM&G{aYKACdkC5263F(UM8ek;unAZR#U+UAoe@ zZxKVf%Xd6cb7@zHJ4aqXsMZ3;hpE3RJ)by)<1a!F=s)J%>N5KXXOV4@oL2F(zG%A8Y^%KBRF2CCHYXfNt%9oT zase3a8reFoKSU@CbpR))$P+x_D&J3ag^$Vt^I3n0;ZRv%oq`CFRi8tPpN__*-R~g^ zKmkhmE43Fo55*QU8e&~?#UFwLw5tkg6}{(2&c`gTwajI?Z?S*N7I>I;p{0l+Cx!Ud zc$?w$e$yR?5P|bdqp~I#BVn8c3~bacfcq|xBX6MK0D9k|`?mV;Nt=~ZbZLwnasbLq z?*k?P?`OKgz(8Ruv-yxO*YjRTJ<^h!7uq)s*lzCVfFxW3_SRXWqUuC#27T_Jcdj zSF#Z9@|a2@r>=GeZ=_u~!xub({(~@RxbngKwehEESv{c0wt*0ek$cbp1S!QvP{pu) zDMO)a-2w}DX~JaYR7re#-h2;WU6=uTnqQl)J_s2s0yUpg5Jx9?|81|D_uxs-l-ZbGLtq$fF07L95yY34ac`VV_JOxDO=I6grpTyIK1NP2vFn& z>XPDAf7O#c4S=@zeHtKZw0Zc!>%lVls!UdtKtYXJ3dvV>F5f2I+(4Ov;(S}~;+{79 zJ~^W%r<{|6_hXW*7|2P6eOTq91Tf=L&h3NcBdsjNKpl{1SS32yoeUfVCP31A;P3z} zfCLaK82<0$-~HV`kKl0mm+m-t@KMecD|&bV2@nMo!V&27{@K*cb~W_gil>5G!|;H2 zY`2iv-O+92{*(ow82>A0KWNxSwR=GGJcm&|C&=^h2*Pg9r+c;hbV}N&`${8*{qv4( z1J%VV`LY;(!D#)6QnxNszeeFSgU~s=f!za86M($eR~g7Ranr_2Vq@{k;VUjHHO&NGctmTE$yEO=6{QFoYYS;0#92WvFVhQu#3y&%qu;eczA-smLSdT5}*SO%)YTS(=6(NLr@PIWA$s z@qCWw^UCK{IoF*tiG`wyFJyAvZUCW^2E|FZ4291~DN&n8-)n2EId1Gpl@pIK349!a zFTSS%jQyYWpDB^!I?QU55AytZoa?0~1woJG`*}?RsF7M{7@?i~Li>xdF>sAiev*$2 zOGSxAIO^L_lS+z5FgfTT`gv)nqvmlUHfo%EUFQ4H`vjuPTWnX_w;uog@Bd}cIxYWH zsi1Nztg@1|P0IJgYz|EL1I(Nb``>7g>zqUC4TZyTHI>vDNHedAVa2x%_7?4euvF7l zN|^IQ0Y++2z&%952|>>D;ZvO3jkE90FuWd5VfNp^{xznu#MHzFq^70f9O8Q52iegB z(2!|JR*{a|=nQEhUl1Xk(u}Vo@yR!4f7lVynKetpZd@2YX@JN1naV!cUNPMK9{aD% z)H0?S@MF2e6^#?>la#NKp=ehhCo4xpZQ-3;p&#hJ^{GhbR7w-uNiv0;^yo6SdXzv~ zp$KEK8%jSx95dB>T7&YKJ z*I_QgavsfQ#4F#?09o%c`uMK`%Z2yn8=r9!`wzX4LVmf21OLg)S_0Pss6XgB>9d8h zN}dCv_@V|yB?g{C=IkTUE$Uhk&0nL(3&;WZCcf^%rt7Q#GT70TCc32xyz#Ncq;y zopAj-JCi|P9aBi#2LFtC+-;Af%qLAT2l-h`}bgWIN;9r&iLQ{@&5r1UFC)bXuLYs zpF{!ab0bnK^Y$eyyujc?m5TsaWgFxfJd@eOS~-cx zHrxy~oeyIPJ?^U=8BfxN&Dw)U4NZ1cW!n+%!I}r2uHB@Kpo-$M(YB5;q*sAM#tu(y z|3D63i+TsQ>U*l#-H%cM`srjU?EgXipT3!ND9&lTW4zs(KVuWou|pX%h$krXm1{3B zGj!|NQpa++fz8#>$TlT!*@5R*Dtd6dq8w~*)AZGrfY@|pPuU9{5m|14$!jxXcMUe> z38rDc2YLgdu!U^*=S2YgI)DB1Ck^oD7t;Sp0L&r)=FhMC7Y*<_=i|7{NEBJ`9_GP4 zCF6E?wRJBVgYm`opvMv=AcD-O|6Q>87G$_7mR+RW<5A#6%Y***=9x6^v0mBSS)R1*m>RJ# zwdK2FgRykW;*nAHWt%d-MFNoYS-A`VmaIU_m@ul8M8@a<;I%@aI?wU_OpqH;SY7W} zZW@ib=OGe1jL}&0`e@_eVgfsu(Z5y6bfeoe!0tD~crQR3eX^^zZhu{m6SQps?#|f# zVib)ON%kDw+Z$i(UNRwZt3?1jKM8=3Uye^9z(oLr2KcW8z^})z7Xk2$lM-HQ-omS+ z|J<;9Zcc`NLmA$n?h^pS_*Lc^(}MEbsQ(x^+R^}3AUf#j?K|#8B4{NTy`lm7-vK}j zU>MoLv`cwU#h9Jx2Hb!R`vp&pjunf{;uo5XVqw`Z)>8h_G=Ljx82`sV{pV|pCG<4s z7=4pQQ%P5x?1Gzk8DA4zZHG=tjv-7AmF*DSrvZFTo{vexLt51BweWkI7GoEbB8LK7 z=mzQ0n0mrFw5Q8|^=$4A-0}Hf{e~eWZ29(#wd}|_I)xc#-wECdn zfG;_&BDXMx7#15L*!``I06aqjXaP#uKm=K4oqHMp zQ(bR2VKy6+ImY`Z)ghh&^(beesB9Sdi!oIWatcOI-`SY5_4(+veTNCAobXrbl>$=> zfG7M{4`7a58G2#N~%VKyh?$`-)rZgzHTj|`E7i`gbs(V2qylb5j z&{@O$uC_f|h`>rQHG2a4r^c6zJq8^moroU-Va1Tj4SYAVtLL3~7SJnQ zDnQ52Us^yf3BW7OkLMQ+Fej*R%mab3X$3_MZn=A{-S)XL<)D82Ry}rsEKp4VxP96g zT-fve8^@Y91du)eUs}DrD)xks(Rk4S^|vwOgOM)mW-B`;dsl;I?B687RyGdF#eF&d zUF_eexlin|f5nO(zT59Y17Hwu5CCg_5Pc*tpaBCY{MQr+fK|p`pghtRIk%>+C53lhQJ37gM*V|QAW~cNsuJ}_uC7=gUx7GG0KCe@{*U?ZcIk5a z{FSB8L>ap^jU6xHMin-OC=kk-r@rS0&RcwQGK=R?KFZgaUWcL$gDWx~)`_?Ei2Hkk zQ2&|v1p%qxX1k65*Ii8jRMu_;`(f?mGke1C{*3KsZ*b!0Q8*I`fR#%E0QP?({$hO7 z_Lu=2uPZ-)U8catFE5OL2?74}S@_dSCh(#PUSGXV_&7c;l_8qo3mr7f{MmmF-cWC+ zW;a)jW5 zCp5tNFb#m-Bd5aS>84E)aX1iq_aS4hhq1dONwHX`rT6RUiGA4xSNxvhS9a zaF4W^THTBbi?$SXw-Rs@IbuOO9qUKED;D^7na#c z77jTN(9&rvoR3wBA%|9Va7;{TVgHU;7q^#R@%XAxP6a#liyjb@nkgOZsI;RMY$wU~ zl4#Ys3T~z78a0f@{u`;0Q%X&uZ{?M@Sd0TK)`&Z3E-_%(?I^N2eJEQk^*)R)jSPbC zA}>N7*7^tZ!@8=JF!ydjuGlnD_dbS{zln5a1mjN~Ncn{Af$h^Xb`>3LI5gO|mA?*O z>8y~z*?MG!dTa1w6)NhWJ{d5zg2GllE9h6^elb39KA(va05sH)g>M7(4607c8Xcl7 zAVfVe`s(=nLwP8l5GP6&QC+%?`G6OQO3e+Bu^qkgtj0tQFUAvTkM9-0W&yWE%k0lto zhg3P)1*!|J8x8Yio%9^oeY7I?(mhrR=z}|DwwS z>_6r@paB?$e@CKP|0fe!Z`l9SJ{pYX6HBNR6dd~xPS~Wk!MLIELuvl($$C=sx{nya z=^1+dB-cO4|BVhHgUyR_$hpw35W(wLYz37@xSmlckbeP03*Q&U#uTsjBHf9bd+$$4 zKXTGKu32*mMswyk)e+VKLc(Q&0=EURk@g19IAHIaH~oF+C8alXPUhx^iXaY9jWht> z$C3SPlIw7wgZ*2jVq<#%tXS_VK7KHaM#_0j&;VC{1@pd=LnDLLdw(|AqP!}FSO@1z25eq%2;D~x9NxD>UNAwE0GglQ z>Vqzfutn&e5M!$M8~n*qE`cNfs0kL2ka|@xTZn{)At$q2GE9Bmb+X6NW*&igA98C3 zF{bB~{6WAhY-;M44&@X0o1y{E$v}N+ID6Ugz^`LRKaGIf+wC6@6XiQGq*AsunS>Rg zmZ>7vSktcT{mqq43)_sY=mH*DG^h%)EY!MVX}#zD{5~?P4(7DI;f>C7ShQ9CBVkmg zPLyt!^te)&DJxn{)IJu@|cFx*7=5l1lLQBm!${6h3Y16283WIzzeA%%4C0sxdL2^Do) zZlKJ-G00>k{x^BBvhNJOrip=lqmmlcwYNmw_n}aGOu}^pvoQFylzpnaH{#E69Bp+*uA(KebLMQBm!_bH|6^%@6V$eRA2+m)3mHr2 zDKvOLWxF~-Z6u;Rf=mhfhw%7qnAtxhoLb+YAc#hw*#F!kgiB2c>nZ4d5AS!q^ak$w zE*aj~fcz!lm^U!>JeH`&47VwE2a4pFEjFW@m*kUsx~ls-I~8uR2f^v21Koo zR@_EQIlZBOD;+XSh5z>ojR}5Fgf^%%7js13ik6Vvug4zXl^$Q|@i+?mACDprVoaRn z-4XrGFUToOG&iw?%iM0CVMm<}FMqqv>!E)nq`&k=-(WWhW`~IU|ID3fawEABg_&UY z9K!Y~yi7R4=kfN>+vP2Z1&aXFPcObm=ai|Q83;lFU~O3IJ}?``;=9Eo-m|?Ee)nn9$9h0|e*i zaX(!&L=c;m7n`#5&yKlBlLl&WAiIJn&4gt(+eWz1KqGwQCq&^ls-ubYe4Z&hC#v-n z?|s_wS;UWlqeCN{gY{|Ln(En_3t$llli-g{4Y(1#^Fq#_2`xh_B;*I3<06p4#VJexc@^wnkYcq<_+3B2@t0=eG2^1TS`E*2w3|ZIqN?<1h z-dx-}(l=dC23Bfaz_({(nSj5%kUf$n4S-uq&UY|k{VylU0B;C`>Sis!YC%O9QZ?g* zBXQz_4>Tza=B%p~33TwFQ86Dq?k4e^<$QYyfNALAp|(ujcM{wg>RX_Ue?s(cC_lp! zxSwP@5-nS+6oigL5ku-$@!wST;`|pC9VDu+5K2)L$(Q7rIu_g9{qUZ*K3xvTxDH5v`9dx z05wANFGXGZjAb&mpPL4V1^xE|fQkkPqX7s3wcD&&n;YTYekb%N7!=9ikS+k+Piy4+ z-TyH_X2|YrO;<1phZEJC&9qtg2As)o0cel$gRY6 zDC?Spz$45XC|=aKrBBfSdF^RQ2rA7xx+zIH_V?emg~@S_A`DP71MMdn4V+{Q!8#3{_}<~2eAe$(JHm^oR=P% zP{Xr`Q+*aK`0-`(wqtzM2ud0tx9|cGtlbDtj`BR>ys~=Sy>k^g1qmz>NPd8kZe~eJ3BlnTzT##Qh!1X$=`>qcqE;WkAckL2hsrg^=UWI;yS7iWcRgjSIoz94OJ}0i#1KDi$o#7)6l;L z9RtLNq!@19n0+mP7r{{caiKra|9N;9omvK-P&SZPPVgnp`+NZ)3Cq%nD3x`>K!fYl zc-&G}1Aubufml1jk6^FdUwgRoo3}!C$OfN%Ct)f0>Kz4jnU&8^y9hYng_pM$I&_{? zNMt7h-kl^xi35rLB?%sJIk*3h6RWk?!TIfz%KZ|bn>Tnh!9ATqO=Yd;cos?qEY4ei z7ROx+Paux2W~Biu)^n`y3Vo^z9mW0^hxIj+EuApw>Tq?U3a##incq}v#LE!V#b&c8X#4G77eh0++|0?^}3Dw zD{QuW29ek%oD-av3*N0{{xCB62z7Jf=V-Nh=y08Q!#X&2&({!2%i77`>}`jYUr=xR zeH8v9T_oP{&}&#+5h&$jyZ?^;k4%VbRFsURDvugBYevb1;1k(ztiJbSB0&FVApY3i>wTy5$MC)yI#<80NY+D!*Nm@278Ao{9kEz~%5N5V9unxM(1}twU{qQOgz05HiW@E%SM*@mIcz2i>(4=+nSj#glc^3LZwhrgT zDwgv_)wuZ#m&wztYO`V!F@JM9KQpFki!0@z12plQ%R36~m`n-T8ZkhmJEwO3J<>Mt zvBK?dE8PBmW=!$+d~>&aoOe5K$03HO&H{v0#MlQr+)k99|JOi}$WQrI^SMq3UfDq2 zP+}hv?1}lU%y9ZenYzeOUt&kBoK=QFPlb*3N&jNPfyP3sq90P|A=2ezxV*si&L5B# z2qilj4kJW0^C~E5fIPL4Mb#%T5LM&}61}A=)b*NiNjy|c-Pu3OQLaozB|HIy6^Fb2 z<`=&YhlBElTQx^$@JVH^r2)P@^jA?&t`i~$O9`|9026S(TN2&*{0Kd{jUU&LXTVY# z76i1;m-LU#ax=iaj#(`M=GJw!^Ug*XeF0yrAVQFn_n{;D_e#Q9a-P;Vl0pDKO$<)s zNoTZh6KR|eTjc6;vm$=b95vlB}y1i{pCz&b(mtkxNy_^c$%Mn@6|IdPJ7&569G*mi_ zz}OMCZyp`*M`^sfH|1jET{YTRd2}&@<~rqow3AeJdJBa#%H@ScXsA1TqIz58b8}WX zc6>qqxe57zvZ-d?a{;fYY1X8LF~$&ZMhp01$kvLc)EV$16wy7)6)P+5e1Oy`0yqwBaNd zwqs=#JVyZdLa%xQjQHbk|CV{h7hAKlQPkl56I799-oG?T@U#SkG6ACJc116E_~@tl z!f{=YF0WqlSw~CqD=KJCoT4N4E%miojymN8Y)iZTbTmkGYAbkQXe+5Q8>3$y?clJh zNo59TCps?Ol}Z4~0J=aatd+g<&aS`#aTZplOTA|#v;S+{MY>#dLs1v9z z>aC5-*Xl(E935)qZuaOppo;9A3w=X5iqYxuXltXs;8Vf+17BIO-UX89QT(}!F|{iO zN4>0^oop0yL_lQF3gs&2v~M`VSn>9qeISDjfby$vg{ETS?7+NexEH^XJCM?z<97GA zw|INKyuDmrUgG6F{Pzl9;`R0NdW+lJ<(5RkoYIful9w7%(4cP?ahh%$Cj`6fI97Q7 zGo!5CqTXWrqF@s;23&#;Rw$m+6mFxhZWceIWW8iI7>(Uf(mCK8mk64-qR3uRfIiyDm-K?SlT25f*lwIgRX%c+E|KlFa{FBqm__mL(6$eyak#V%fT)-E? zNo*aIF-MQIOKq6YPiKEazWrGDtYT{Sl93$XH(Spj)mEIY4!~%KWG1M=-3^XoMZGiN z+h1GX3y*RN;QYmg^Eek93|A79)5*avVuJof=VUw`nR#k8#m}REMo8twpMUp{l{RPr zG5{PzpHi8x>R^-fta{Hp1B!dP0@m1pS~|`lIH>{XFX&(&7);)jOLQU$LTB#gq9|C! zbD4(oYvXG6_i`B{-O5sB{uHA-U)!~J@RD<1inNJ5&%U1cncKsS$Ib#y6yQxJX0}Q zga?NS##fy1fD21E!^ynmD)1u@^A;6u}|9a>8$DIaPk(UPn5VzYy zFGv!Ayn8c`!W^%m|ID+20oK$MyZ1OY@>@>aUvvgX?CHQ_2NmTG`+6o^;nm91Lv;YW zE;z>uJ0RqbWVMs?Q*$Y!w4&<>hO9L zE3pXu6(OZfNA%B}=0m3BIn5#!Q+*fD#5jYL!*RcQg4Iocl09?Pju5fJhF9HBa(Vs{No@qFU;9I+y&YyDJFBqbal2s3Tx5n&v zlx(bn5JD{hU`hM^!B9*}-dML*1`g!IAvNm9g&r=t6tzRq9~~uxzPC@OshvD?Ko3MFZ$H>Y0StF$hsvY}c-V-JU!l9%}#=#J?@Lzi5CR zj@S3(+dWeffbB7Ll-&*h&JI~2*at!xngloIKjc2@0@b`;YGmk#0x?0)4=Z26Xvqv} z0YUZ1PN&@1Z_XA!vC2;ouykBm#9x}7j%`c$00-fKw=^MJEzguJCqInz>Xqcfde=Y%_6XLJm|H~)4 z>411P=9meEGeQEOMgN^Bpb_rir}9}+&CCF$&NJ{73^3Y!U?0OvfQ3WxZlSDVsFeI9 zy)uLw8g~||e-M)Ch~=a^a)M@~uewT89FUwya7Qv!n|D%E0 zbs6VYd2%4LW2If9ZU6dsRDvC;#W3YDtVBmiuF zrbVD;x~9}uG!j~jY)ny!paFD7yFlDhWDm*(_{ZUEJci(3MbA1J|L*4wv%*ag5ko5g zK0|L(aAsA=Y-Q`-nPL4+d;D#1zjXcAVt{cc0R9`k#qAbvw{^}Y7%JWG+34E|>$?!Z zh0KOovoZyS1pCDM)t#XSq)PN7+3f%bIm_vyVZGm<<0(N)BLPTrP>~$B4MqFKZ-%g0 zu@jW8Llb{L@hdDlSW~cCvev>gsDWF@`Jj&;CcJr(kBqmerXg&rljESv1=JwkZIXW$qz*p6_z5 zc8O{A2s`h!qa@VkCu~ugDcDj377X2n*3h}lT#G~H)Rb9|1EA1N2=1gHta|nG&L=ZG zq&MK>1yc1?werZ?+s+wT0pJMvtjj&eyH6p&Rs_2HaZjf9|DgU4Mg7qE?zGaIeIB|0 zk24(5vPRshXTzczkb)kmgenN6H8tze%e@8{D|M!|v098tOOI_BxMEXZA0zX~UNhAKQqwAHpR=kq%J z$oxJydEzDTnGhqvwjRm11SSo;DG2){0OI3xeax5{&N=29;rIBOII^_E`wqM_-TI0j-rE2j7KqEvA!0Y%z}dDIkqkTkc)90hUY@R=KE{^&&)Rbchzn}JFaam zBjfq_o!ow?R`I$D{LjHX*P-$RjY_Wwy2}Xzai%V*ZHr_R0$!D=>a;gEWW~=k(LAfd z$pF++Rq{bwb@(6p0R%vj1ajep)%~q8R9X}0td`56ln0t32J z=-)UK?sR!a9>}XUQ9N-boJY=&s?7Pg?N1cT6$9jT%Y9VxxWGn_&eMhBjF9@zs0Ogv z3UPuhYgSm{n8yn5k@R;5*0pdIlm{DS2cmzq3oYfjjeOoNcx&B6rF9TVc6oZMaGgcw zffAa#s3I0-vdy00JjI=--?4Pq2^#H_2nY5pVX^JjfR}Q*${!jTDfv~+;`=NXeGZZg zCdEckTK{F!iZy9fy&|gc9Cbd*Y#Ez+xRN>_=${K)kEsG4=`#oCyPAkbE+~4@LOXDa z-;c3;h+}PjzK2p}v00^Yq`ECfBzorPHI?wj6vY91XY!ZeHF9qMyy#kx?9v5?OrtfS zKBG$X4rUhica$df!~rp<92iB;xj|hrUq)R)U%>w~cP=`v>M#_=od5r3u5LTl($CXhTttSk1bx8!iPcius-$bRRz5vXfT2|Nwr#78V!N0#M-P6p3Ge2aLdu!91F_`H)Dj2X19x&xF}&f$Q>@>$qmG^=qygZAB9;|ZBr@sb+2~~p zjUuH_ijFoik-fA};< zM*i9W+K`NbvS0ggT?0q>5G2beJ87MbtV=@5T1?y-@-hi|KMV<3a88a3o2musOG;7j zoGg@%;A`Bs0%uEABExq@S`Zs>PE-g6aZG?+b6m{>K!tVvWn<%0+mNm&Zx7l-7h0?I zBER=im0YH~YXW}=KLCeG&^{3@w$kf5&IaU@` zAVdTa!GVVY0)~TLMX!ITYlThv#fyhwwZ#8|KTq^O4=cX&EMxkWq#z*pEj5ek(cjsF z&yu4R?sFQ;GPXpH9-I|po6FMvkFw3u3zF8nj*6-<$Pr+x7aXe~B!jUp zod887Jiu%FQV6uQ1337YZnkV-4>*KwAzNbQ0K;7!ygXv<}e{mG*olDkkL(AD4Q?f|L z{*J3e`3aKz`eaS;RrimBAUKWlh<*d4_R|=VusPn4b@Dq;_Hz(7ZwMQK2?6USMFY>0 zkvAkt;4q(y>I;W##Y-Ov1E!+U$_E&J`L9$>&S?t6<2b%#`WH+U|DwTng7T6rAvfB1xkfuZPiDRIO6AnEVMP`^09vuG zCXn{;@&I?gC+unf3}F;m{O3GCS1vW=;yr`?fc|G*pY0K-dh=v0!UlkfUjj*fMHki= z9sxCalpD~0Ad?W+4I?OY<`PKTG@3fe><2*7?LZ$Nln#-x`Zf0Da=BLQTi&<313Vbw z3+Qx~$mxCFfd7?cF3hn>0J+)2sUbxI|!?eclf0ZYNTd78`U)AtoCmKfUm0sy9q zfWmB-CNF7@bjID0B57jIxT)Fs6!tpQc5Y^SIm=uubQTO%JH&GgwMqcdSMm-18d=b` z1XVAe-hY0z0&<-giB#KPace8Yac}}mwgC(%K>mtWH@G3Zp@QH{M3>x~sd};S8~4jw zz+La{!@GkiZYQPz(CE)6%8K;PPZfAuI;IkvE2f-n=o#$U<+SPXzP((-2BZ%>NRA5z zTQW$bs{%*J11Y@d!UH^VH^`CZ+fPV*%S!263Gd5@|Nq=j*iNMpo+n=|Z=1m39Jpr> zBZLh{#4!t^VS29{1NOGM6PzAxpJ>b=G|_)Z38>24$tmcyN1^1%>OyN6Uq1Q2(~FSbYY43#%M(@9}F!{3PuV5F15 z!QA=JZTf1=Vm>zSYw2cVY<~+AA+A{$%|YZ1};7Bq4l5ys22af zw|aSPlyj59-p1k;JzMgtU^@oO7rOz5Y{F?l-QKIiQSl@O(L2dhK0q7L>5QsqUPtjN za8gJhF!MOM=IV;p(#&(Wd zompsv*_(Eb*FN0}P#$cbNJ2<;r#+sF7TzZOpP*HRRvHaJ2=@4jO7`KYVflxYLT)eA z-@$&dvk;}o5=UqMYRw;^d#QIIAgLs%-=O-^FQ|DYDjyf0Ix~{HB|B%K?g8#IzO)I@ zRqQ`?JxFlS9-mRNC*+aE-{tSXDS-WZ%eQH5D4k*0!|mL#i3}h4>6L3elkFO(5H7z6 z+L(F`G$?qPpQMu||7%ngF0NTnA>T}Wie6zPnHm6+)YDKNATiQed4!Oslvk1}KzuVk zc3DFYlhgH#I3dul@&H&R;gN7a|Nb@Eom@P`V4qjDr`my3HY<{fk|^`LYS9HylZyz)<J0?}g>d1SU>7KE{-C5>r0{>TxZVJ`hEBX`)8zmgbJ0I_ym0Ta3 zHNrk54Iz(csuq4t&Ie);*`k|k zK4Qa4|Jyv7%i5W3>!)wBKLn z0V@7l0HX1CN|?c%ub?TNLgnHAyF#m|GmW%T}~oJpTFjn=JJH{%RB(W z+`DggK>rI+Nw!@WeG&gFb0PigZv4Y+&^xSokT79bam#iV|CgpyVb+5)iv>WXA4C`J zVlt&m#Qsyk24!Hvh38T8@y~BAWHh^@_|^1czQlT5>It7`96pyXsRWrTF%L(#ASv&PF{)Y911^YFvr+pCok~+mQ?!lcP!G|6Vd&<;-L~UO+-N*w4byxJ4Yz^P@A~tuz1n%_p-C^qN3_I^ zSC>~^Gx7^!eGMG^Cr@mGjlAt#F?=xs;R?YWv;FWg8{B53%|{NM>)<-Qzs9tqpdL^6 znu*N33J_NpV_00>sUqbl{pU(6K-MPpQ$AWzKlmxEY?$2hB(TSD>Kg|>>7pSK%WiYT zJDqFgVQ|8_`oWt3LleNmuvqzpCIxU^%!4R`+Ct-&$Fm$a#UO!fz;G*Djeg??_%H3t zi=T`1X|1eXldLoBs*UPp_v$4%bVbuF!|2>tI;T<$9c2=Z6dZ1imDQB!2H>|mKYCB&5{w}%#SR>uq|y)2g@hNeO;ejXOz@vVnl<{l7DWl$NecS(zs;rc4D-W1Xv z%dImmC7XvrnC`0N`4Vk45>$0TGH%nzO;fEK3V3dIfxfa#iM zgwLg_G(y}`VnWCk-4$rE&7jzx31Wsb=~K|z-UlxhAD9))!F*RkwBWK=>#3zEA2oiv$3NHJOSQ}v4Ov{(rWZ>u6{#`)u3S1-mIEPQ{ ziN_w#h<`SDU1CyT_{4K*R@tx{M8bGlp^}AC9)}`ARC;%~1`R|LUm%7pkaLlYn59W2 z1T|ROOK*UDc0_VqaLk|^0SN$D5?jZ}Bf~97jT8%)0fTtiKlZL|TT&GUQvLtm+;tvU zTA^0BD0ZKjS)HA&5o~V+sDz+3V+{^ctA`0sIVfT3kG(5!drJkIUmE-9pW+$%cVb-X zc)rX#5v)F9+%GWcoX!}9u%4p-yDE0psh1&QH^&bHGH1#{?4)5&%F4 za+^R(lA!;dqfE(lYd}5}BQPT+73X&|ZX9qAaGy&=9YkU`0n6xr*@cOUw^m};~mN1jKm*+|GA?jasZV21j6|7zN; z%#IY<^fXto;VWl{Z`v&}Z>IJDo3x@yL{?@Y#bwyx1&YPB7?ME% z_;DxB{<+g;(lH6OK^wYg(}})LB|`~>dych+6w!2!3a1E;W&l5X;CsdZgf?3Lu8<^L zear@^G>8vYwaxrOTY#ti*) z1N{T#6%8zFLyVV*J^0+n8Ic{n8H3ctBtGP^cs09}+9k)r>w>mexrKoMs^FC_f-~lY z0xuf1QmC>8{2V=w1g+H}vFKlwu1CmH;Cm#_nK=Ooz`ZdAWm4VWyq_ax zn1opnD9swE|30Ds3Gh1xq9p)9e+kSHyrF@+-4ZO8cM`UvoV@G+YO~38kfB`kPD#5U zd$7M4poa+-?qh>Ff`HQ0nlZEiBaL5^ z74BC)9sh#AfhZI^Nk zi%KzSM))u2kgS0`?o^by&Ybx1Kp@=wxgPqZo)9gVMwXL?|2X;|L4T!Bh+5lx7{=m( zUAE1@d%E35SR>6cW56^@xA7qQM=5xz?wT2JTX8v0AS?B)>c=NAhZ1isB;R z?kvnEIU;MeK)MCUfiXaZv!*tr`hj(Los6k^cOZ9PPB0m>lP9>>Xf;^ee~+~M&8Rh# zc;+bbKp@O@j+E?AR$C6Esw^-Z<#=!fM^G%yxZHTaw^c@(b3E>aELU*A=k`g?I0*=_ z9V7?B5AuJO6jTr)piTUTif>{AcwNY9Pd*U7h}Q*`>CoRt0M^C<&i#Fc)&b*Dia>uk z{rztR0$Dha#sBD9i%waY76s&0zbJ7WdF^ra7Wfyu_-+Sy8V(ULsolvp1b}3Az&Mg6 z=*klh+<5A;vhlzWG&7oZVKxMe0 zSynhBkI=~7|0er1MIQ14=pRsQ?Td7OU6mfS0loyX_idB!Ul=>Dz0n{*ie^-tFkh}& z1MCixAVh(JvFKT4t46voGPLwfP`hGUr;5;RdbFuULvj{5-vgOmzmc*#mPE=A_jQp} z+U$;$!$&Lu$Fd@7$!3$8HtCk&4IW^j)`zxWIMaW>HtC56mDegS$`tpbO+0`P1|1_Z z3t@1s%0GwyM+s7Yhh(pa{v86!29T+Muv_aCc9nMWmp%1&kl7I2|9mrq)}M)Mtm~24{_}AFcH>|a*x5A$D#JLV7%=3V zRmylKNa+5uXN?@0_oDrIZ}$Z@}yPgSB?CGMH}`GpCf)y27);(l}rVo;hnTPBg|$!Mq;ztErO36c^9 zq##ALp{BYXm^?K6j?k#Ti@JW=-e+lmIpPEeOZ<-CjR*40958bs`po{Orp^u#uWRUpUaSq+TrX56juF6hV8yK!05(0fz?t$t^zS0V{I8 zCf4K2{cpcYS-GTKE;0k8bSL^R1r_?2=>EqUgc1h<>Jbo6;}*}m%9WZ6^_opW-E!6{ouh=y#_S_Dzy{jE>{3*hY@bkxqBILjmFFnxNEiCk zILWelqFie`SarNL1Ed&8qLH!0UBV2O9|C6RpS*+q&xN7?V-m1Md^~6a@VkJPODGuZSl5AOLB(BgaH#iIzLK{=^KxVhwP!EoisJ^jsY4(XST?k*()3@}SyZ zFwnE)qkMJcFt8a6ZNF*Qf_|VT+l!?DbOz<<%rX1R`-Ms50&U*oDIOjFT*-K7#@E0C zjQ{}U5QsD0?c66D+#(9itWU`w2P!M&N~yXTkTb+-Xv;y9dgo@}lJCDb!?4w?Rh&;% z`o0YSab}dHq*4lFZAmYJ0jf|RkvaZz=${ZRi=Gf=rX`TSy-2hi_G3@<5@GK9H(`|^ zxEuW-RXiI#%>f|CHo!hK$MStEto(6mhrO^mLgzql2|HY`qNLXLS{NrE!BZTpro$EFT zAW(QQ|F(Jm+bJBf?@98ga6Fg7EcsVsjP)xW$~boV;PJqCJOdUmz-da=4|zFIbPN{V zgqpXUzIJZ6A$H8)2?uflfK{lF9A(uX;soj0m3HEJhZoXKESGHlL_}VZq~S@7vqU<+ zzw%PK{L?k1Hb7K~FA_%0D7Ng-In5p@ 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

wh8vM#PL^M7~H@#E22M(hW)lstsnIr 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 z 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%0ACgbE+7xbT-xJUmNoDI`905U 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%0DjRNCtsk<#}Z`59(YQ&Dd;4lwxfc}KLWpAWG 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 IM5Vyg7*rE=zyJUM literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/title/background/panorama_3.png b/assets/minecraft/textures/gui/title/background/panorama_3.png new file mode 100644 index 0000000000000000000000000000000000000000..2025d138ca57ccaa03f6876e3d3fd579ad780851 GIT binary patch literal 416291 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

} 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%0A(UF(vK?9bfT% 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

BieAt}o5xJlSp?qO|g#PjsnASuEUz$h|XKTG# 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 Te``C?5(ZCKKbNHku1Ej?)gDIc literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/armor_stand.png b/assets/minecraft/textures/item/armor_stand.png new file mode 100644 index 0000000000000000000000000000000000000000..6fce27629a86b059ee1594b03d7d305002d6ba65 GIT binary patch literal 184 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nXg()78&q>47T}0RF~1CIA2c literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/arrow.png b/assets/minecraft/textures/item/arrow.png new file mode 100644 index 0000000000000000000000000000000000000000..d346090b8f7f9a5baaf720baf1a06d0483c7d21a GIT binary patch literal 186 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY>H$6>u0Z5iVaLQijyQNT-5n)B}7%T!HkD3vKVNv^+VI{c=~* z%~gRXrdw^D;jq5NWp24%Tc+KtP=;J{#t;AG)&rF?mIV0)GkB-u`~h+zJY5_^DsJ_j zJj!_3LBKh%dd9Ey=G}>x-qy-5nO4&dRGkdP3RvDyJt!B`UH7tG+DlJf`1@$qzV45_#^x9cKbg8>Kg_A=*R z|Lt|GVmkbf?JFo>`1kh1?}qhzzH{@Qc$Bc9G~lO_(97LNE^Tgj{C19(oSEB{M{7mm im+XwMX}n_hmPIr2MZhH4Q#+^Sa4aNMJX!oIE6<#B4vfy`3d$#r-tbhBJ>d~r7R2{D zDd9nue<tDno#16L#f;%-9& literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/blaze_rod.png b/assets/minecraft/textures/item/blaze_rod.png new file mode 100644 index 0000000000000000000000000000000000000000..b4b1043b59cdb7c14258a4641d474910f380eb30 GIT binary patch literal 126 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BKS5FtmkcwN$5>*N=lb+k(oaO!H z$^ZZV1Ha3saNL|V|EhE|uY}SpN2z(T<*eD$CQMN9|7_>|vhl*6OGO!(ZVU_DI-V)A ZGFTMsd6YigsTXJ_Y|uD+ivYC2Lt*JCoyC$d2o&?s$Lps2!p4qpUct% GS0n%yV=(Xl literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/book.png b/assets/minecraft/textures/item/book.png new file mode 100644 index 0000000000000000000000000000000000000000..5959574a6cfa1d7d2a07f078d875418d97bdc039 GIT binary patch literal 188 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5ne(6pw#E6^tc8e!&dhDLH?D93M{?$B>F!r6*b$nH2?C1Lyqx zE8gQ*)c4Nj`%abE%~QH2v`t_Z5Sq1U7Q^gtzse3rF*TNylpf|)@{`KgCf|0N^<>+e iqSF&kOyu~v&FX2+E3S)SmMTDV89ZJ6T$UcVA^`xJ5J0&A literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/bowl.png b/assets/minecraft/textures/item/bowl.png new file mode 100644 index 0000000000000000000000000000000000000000..4867908f231b23ab7eae6c19fa319e1a83275c2b GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY(g8jpu0VQoPyGBUzorz2ykL_^ z7aey~MGGw{MRA@P2V@(7(u^fRe!&dhDLH?D91l+y$B>F!$qIZMmM&Fo$oQ6`s=Ap; zVetu_y*iQ1Co}>z^~*mo81}HV`Y1K@1f?fWzrdr=tbF8%=^Dl*YY(ezVNMEgXRqsK ZuyJ^PMe5*2NuZewp00i_OAlO;0067mHsJsO literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/bread.png b/assets/minecraft/textures/item/bread.png new file mode 100644 index 0000000000000000000000000000000000000000..2af87f9fb0d41d4c4b6c795082cf9301bb7a4a0d GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n8Z4_W4XR9tMAt5oVK0XH$6>u0Z<#qvW^yoL;Okm^^v% z`8tit%F6ZWvT12)(b3UiVPP&VE{2AN0%hMTfJzxlg8YIRyi;=i067t!E{-7;w~`NV zMKCLTVN7F`6F6J@Yr(mBybf&qhv!}9VL!m*#;m~1V&?8FQoKDXr@`RTVTB&!m8t0t zUtZ09r@FbEQS!J^+PR$5jG6X#r)^|kRC``BWj3Rh_lKC=nYJLOGI+ZBxhy?!MFIdf Cc}DgC literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/brick.png b/assets/minecraft/textures/item/brick.png new file mode 100644 index 0000000000000000000000000000000000000000..547a8a9bd491744cb1bc1d89dd6138a17a2c4be3 GIT binary patch literal 184 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n}fJ+YnffC0}Dhi4o9 zA9`lJT4WdV+bKJ>T8jl&xqkP2YHphCbuoNdS7WiKp_fZd!BgXsV@qG;Dar7(3-rZT dHJe#6{L*~=d-}tsk3cgSJYD@H$6>u0VQmYxIoDpzds!`ULC3 zFtflQuS8EnPj?q93o}<;FDmfTu1a~O=oLg!m6Z!XVMp9r*>!PC{xW$A${5&$(FP1FDY literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/carrot.png b/assets/minecraft/textures/item/carrot.png new file mode 100644 index 0000000000000000000000000000000000000000..f16382c024044be575aee4df9ae7c536564ee409 GIT binary patch literal 200 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n6a#!hT!HlegXRC1+yC$5G~Q=$ zIg3|*mdqMU2Ih3;QVk}C0ER`!-d_YNVk`;r3uf?6$@v51gnGI-hE&|D^=@TkP~=#0 z@P7S+{OC-*1W~1HifW9Kd-iYVlK&pRQz*MdHu9m*l9wF61=UsdP4s`fv~*Mmp; uj7Pp}-~Cftcfj}he|PZ*OTF*BSMxin{d#TvV-b*B89ZJ6T$UcVA^`y1u1LrL literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/cauldron.png b/assets/minecraft/textures/item/cauldron.png new file mode 100644 index 0000000000000000000000000000000000000000..48a15046905013c5fab85a701de510eb920913c8 GIT binary patch literal 233 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nbOU@sT!FNQnM!xI%Z$n(6CIT> zdrdtZEhPo{L{G!QFthpuYfpEV$nX#=3o{i3nYT)e6Mz~ROM?7@8N5?+{s1{yo-U3d z6}OTO@G*q;T;yvu;9;Krz~RlbfB&E7nOqI|^KA0FoV?wi9v3jazI>R0Tb*l1;<+si zHVJJ3eN1mX|43EpUa(d*I#Ul%J6w3Wfr)z4+=fh!UKCR-5n(gJ)!T!Azn52v!cgocW&my@Z2 zthj}tx~aZeLa4K@hJvq)nUl4?qm`bCo~oU>wz{%RZGME0v#F2(ub41@u%}g2fW3sM zAP+aEyS6S$N=U?{QT=3^R#$}?NyCo;E z@okok7L@TnH!GCo_s3r)fiu1G7j5p2Z`#MbMDts81&f%+3?7{;`)6p~xzOyj$*w|v ug5$Y<9@iCKZQgHnRvA7meSPc4UG{R5hX#+$stSNkVDNPHb6I-eiUa^-09=s( literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/chorus_fruit.png b/assets/minecraft/textures/item/chorus_fruit.png new file mode 100644 index 0000000000000000000000000000000000000000..003babbde627ef044a1f31ec93ce050c63279053 GIT binary patch literal 199 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYiUB?$u0VRH>x5S8l1Vbf+4`9w zI&qbvaW3j1Ndi8`^6pY%`VSc0ZGnmyOM?7@8N5?+{s1{4o-U3d6}OTPa9LPME#PtN z<`f9qY#7l|o7NJ^))A<(;!+yt5=+t6m_=(Gctq8|a;|ppa+-2SykUw@X<;d=@v

-5nqyv0HT!FN^o12}DjggU&rlzKf zii*6vyo7{=fPjFKRqiUFG-FASUoeArO3oi3C*0G;F{I*F(g8+>&{Lh9EQUPJfo8id z)gR5?z@Ak2uYJ-RwHbGxznB;zZ}pl%BfeXu;K^?$Rnt2k+#9w;uZz^3nsOj?+noTV pn{CUulRWP#yPljY7q#;n`|(Y$eeLCXrvt5E@O1TaS$g1#1OPZuKY;)M literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/cod.png b/assets/minecraft/textures/item/cod.png new file mode 100644 index 0000000000000000000000000000000000000000..47de42e353b89d56a42b5cd09e715edd85387bb2 GIT binary patch literal 187 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nqyv0HT!D1o>b)iX^W!SogELC) zgW?PwJ>)cX#pDz}c-K1sr5Q_t{DK+0Q*!aWOHneOW`ti~>#;pCdjh7jNx8 gH1p-DUBAmsm7l)wo2uYa1vHt#)78&q>47T}0AgrEF#rGn literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/compass_00.png b/assets/minecraft/textures/item/compass_00.png new file mode 100644 index 0000000000000000000000000000000000000000..24d54c526bd3fff120299494663d72b07abfebdd GIT binary patch literal 250 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nYyx~jT!Hl46RY1GU$t+3>+gF;SK?R+810kWf2s!U)vQ zSQ6wH%;24p^9RVu@pN$vskqhKyHV`00uS>_Mq$V7=^y_8m(u2mEN-qWm-2Z3;q2n5 zY+F8qi(5_0i{H!ooqzVQEPf4#P||aopHn#MH%k7gC=2*G-5nYyx~jT!Hl46RY1GU$t+3>+gF;SK?R+810kWf2s!U)vQ zSQ6wH%;24p^9RVu@pN$vskqhKyHV`00uOUAvs%*?y@&t*Zx!Q-EN-qWm$JC`aJKu_ zDMj-V7GiHKZhlLo@|I++I7>U^R=x(t}08XTnuXn u`*8i!EEpU?)`la$p=7t89ZJ6T$UcVA^`y7H(hD~ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/compass_02.png b/assets/minecraft/textures/item/compass_02.png new file mode 100644 index 0000000000000000000000000000000000000000..ca1b3871ca0a75211da831cc60bd959e6a35796f GIT binary patch literal 250 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nYyx~jT!Hl46RY1GU$t+3>+gF;SK?R+810kWf2s!U)vQ zSQ6wH%;24p^9RVu@pN$vskqhKyHV`00uOUAvs%*?y@&t*Zx!Q-EN-qWm$JC`aJKu_ zDMj-V7GiHKZhlLo@|I++I7>U^R=x(t}08XTnuXn u`*8i!EEpU?)`la$p=7t89ZJ6T$UcVA^`y7H(hD~ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/compass_03.png b/assets/minecraft/textures/item/compass_03.png new file mode 100644 index 0000000000000000000000000000000000000000..2a6b6001bf4056611ffa863de618a7ea3d9105fa GIT binary patch literal 251 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nYyx~jT!Hl46RY1GU$t+3>+gF;SK?R+810kWf2s!U)vQ zSQ6wH%;24p^9RVu^>lFzskqg9cB2%FAdhRJ^bwZXImdqQfBh`T$9nq%>-|nu=GN7d zve#Z$RWR9}wk&OL_rlFlTiykSF=W2^CLPZCW8$vgf2!UvTy}rnb1CRp+pP|b=P^t2 w1@fBWk56Fqc+F^%!nyf@WbF%`y|?9U-oAS~t@2P5&|(HpS3j4f2d+o}0Mk-nOaK4? literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/compass_04.png b/assets/minecraft/textures/item/compass_04.png new file mode 100644 index 0000000000000000000000000000000000000000..7280a9b38f8bb9650db382272433aa616a77df45 GIT binary patch literal 251 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nYyx~jT!Hl46RY1GU$t+3>+gF;SK?R+810kWf2s!U)vQ zSQ6wH%;24p^9RVu^>lFzskqg9cB2%FAdhRJ^bwZXImdqQfBh`T$9nq%>-|nu=GN7d zve#Z$RWR9}wk&OL_rlFlTiykSF=W2^CLPZCW8$vgf2!UvTuwhHxpZj{?^eOUb2~lm wE8Jn(->1kt;Tm(s38A!u#=kB^R&BSpef;iq#+2I|ffh4(y85{+J#a+=0IpzQ6951J literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/compass_05.png b/assets/minecraft/textures/item/compass_05.png new file mode 100644 index 0000000000000000000000000000000000000000..7280a9b38f8bb9650db382272433aa616a77df45 GIT binary patch literal 251 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nYyx~jT!Hl46RY1GU$t+3>+gF;SK?R+810kWf2s!U)vQ zSQ6wH%;24p^9RVu^>lFzskqg9cB2%FAdhRJ^bwZXImdqQfBh`T$9nq%>-|nu=GN7d zve#Z$RWR9}wk&OL_rlFlTiykSF=W2^CLPZCW8$vgf2!UvTuwhHxpZj{?^eOUb2~lm wE8Jn(->1kt;Tm(s38A!u#=kB^R&BSpef;iq#+2I|ffh4(y85{+J#a+=0IpzQ6951J literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/compass_06.png b/assets/minecraft/textures/item/compass_06.png new file mode 100644 index 0000000000000000000000000000000000000000..ce933035d5bbc0617ee45bc34b1d94b901271e55 GIT binary patch literal 250 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nYyx~jT!Hl46RY1GU$t+3>+gF;SK?R+810kWf2s!U)vQ zSQ6wH%;24p^9RVu@pN$vskqg9)=-K?P{1Yec1G}xcc$;^uZOZs_G7JiFV6A)S-OAL zxu3fnlCm}5J&V(xBYQUdwwnRB(`>c>& u!1`yasfp7J{tcSKs~#Btz7Scl-QJ4#-D|h92Xle;GI+ZBxhy?!MFIfO*Ib7H literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/compass_07.png b/assets/minecraft/textures/item/compass_07.png new file mode 100644 index 0000000000000000000000000000000000000000..d6d715ea4a2bfdc9bd3570c4a60f5af9985a5ece GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nYyx~jT!Hl46RY1GU$t+3>+gF;SK?R+810kWf2s!U)vQ zSQ6wH%;24p^9RVu@^oDw3Wfr)z4+=fh!UK*u_|* literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/compass_08.png b/assets/minecraft/textures/item/compass_08.png new file mode 100644 index 0000000000000000000000000000000000000000..d6d715ea4a2bfdc9bd3570c4a60f5af9985a5ece GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nYyx~jT!Hl46RY1GU$t+3>+gF;SK?R+810kWf2s!U)vQ zSQ6wH%;24p^9RVu@^oDw3Wfr)z4+=fh!UK*u_|* literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/compass_09.png b/assets/minecraft/textures/item/compass_09.png new file mode 100644 index 0000000000000000000000000000000000000000..d6d715ea4a2bfdc9bd3570c4a60f5af9985a5ece GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nYyx~jT!Hl46RY1GU$t+3>+gF;SK?R+810kWf2s!U)vQ zSQ6wH%;24p^9RVu@^oDw3Wfr)z4+=fh!UK*u_|* literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/compass_10.png b/assets/minecraft/textures/item/compass_10.png new file mode 100644 index 0000000000000000000000000000000000000000..d5207b048d6cf4b7af8b7ef8ae70a48108437665 GIT binary patch literal 251 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nYyx~jT!Hl46RY1GU$t+3>+gF;SK?R+810kWf2s!U)vQ zSQ6wH%;24p^9RVu^>lFzskqhK>nh};$irIL;j`iQe9`r@-sXQP75Lg)^Yi$Fz5bl@ zPAMLnqnhq=LoNEG_UV}m^%GlWM(1uS@D@?tYV`lrqppN4I^p4WFACa8C9m1a_kn{$ w@Y{M9hv*gm#I5r$E3({pI(z%B75P3EhVNc3nYCgf&|(HpS3j4f2d+o}0BF2kC;$Ke literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/compass_11.png b/assets/minecraft/textures/item/compass_11.png new file mode 100644 index 0000000000000000000000000000000000000000..4e6cca41d5c7a3873942253418a0209c0d1d5e4c GIT binary patch literal 249 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nYyx~jT!Hl46RY1GU$t+3>+gF;SK?R+810kWf2s!U)vQ zSQ6wH%;24p^9RVu_H=O!skqhK8z|Ny$l=Bq;+ycldhUZc|F5#{lb&Jz>S4F$u?Vi1 z(BN}hz1DVY@c9~KdU{^ss)9pa@{3qR&w9R}TOVtwWT|~R)AoXxq4o1U-x&+IJtVKK tcX9BZ@w0R4^qCWc)_gkUE_+70-r~r+7w0_hd<9y|;OXk;vh=_e2>>bOTw4GD literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/compass_12.png b/assets/minecraft/textures/item/compass_12.png new file mode 100644 index 0000000000000000000000000000000000000000..4ae11f2a1bede4c26a9bb9109688e1f651570a82 GIT binary patch literal 251 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nYyx~jT!Hl46RY1GU$t+3>+gF;SK?R+810kWf2s!U)vQ zSQ6wH%;24p^9RVu^>lFzskqg9)=`K>P{1XS!C+?Z@B5`(N>#V(!`D01b}ujIx%Yd@ zC)G9y&k0MPsBTG6R&aWvnb2@8N`Ate1IZVv^Y`n?a=0bWd=q>3!D7Q>QLl?`PH;Z+ v`g&Ax?1E?9*>Oh29F=R&?|HFg-&c0aSMSC3HAS8PEoSg^^>bNz;EDtQ&FfuF literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/compass_13.png b/assets/minecraft/textures/item/compass_13.png new file mode 100644 index 0000000000000000000000000000000000000000..afad70fd60f1a90d8ade23b827c43678d662c194 GIT binary patch literal 251 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nYyx~jT!Hl46RY1GU$t+3>+gF;SK?R+810kWf2s!U)vQ zSQ6wH%;24p^9RVu^>lFzskqg9*0AY_0!M42xM=exgP!mEUw=rNXjcE-j_cI!KVN*_ z?Tw$_u%VKtym)@FLfqNVvq5)K)C2gg{)oCJWS1hi@c%^FgkQ!H_ipc6$gi|&tJzF* v4*rAJx27gTfbz!eDq%)nh? literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/compass_14.png b/assets/minecraft/textures/item/compass_14.png new file mode 100644 index 0000000000000000000000000000000000000000..d3784e087579cd7dab5dcc046cd1c31df54abadd GIT binary patch literal 250 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nYyx~jT!Hl46RY1GU$t+3>+gF;SK?R+810kWf2s!U)vQ zSQ6wH%;24p^9RVu@pN$vskqg9){yD20*`ZG)&UoXx7+UgU$^zp1W{hj|ArIJJ*)Q5 zTKjdELsEA3yJz>T=gfU^?w5djUD|}sw&awVw v%V3U|Wp18ujXCF3lUBvv*;}Tc`^Ii@_T9^XnxpH1_A+?7`nfDUa76+Dvlw4* literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/compass_15.png b/assets/minecraft/textures/item/compass_15.png new file mode 100644 index 0000000000000000000000000000000000000000..5c6b36852f11c97da6c50a874ae8e84aa2d1f27a GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nYyx~jT!Hl46RY1GU$t+3>+gF;SK?R+810kWf2s!U)vQ zSQ6wH%;24p^9RVu@^ofO6H8t&B+KwB9+UHx2^9=IX_0MG_si~s-t literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/compass_16.png b/assets/minecraft/textures/item/compass_16.png new file mode 100644 index 0000000000000000000000000000000000000000..94e244ed09faf297dcd98e0f8f165c714fca767d GIT binary patch literal 249 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nYyx~jT!Hl46RY1GU$t+3>+gF;SK?R+810kcchMF$3yn zED7=pX7EnQ`2*x+d%8G=RNU(A4HRP*6kuUAVBYaR*4TH_-@8n^ZdG5g{`Iu;VD~bsTQy7B6LGA1*dL7WKNwQmK8$ tN9{m0j;->IJe!L-Buzhsihu3nx7qaW!TszueW0}rp00i_OAlO;005C7Th#yn literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/compass_17.png b/assets/minecraft/textures/item/compass_17.png new file mode 100644 index 0000000000000000000000000000000000000000..cbb64d22b0431bcc262d9c89f91719ecdd8a5e04 GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nYyx~jT!Hl46RY1GU$t+3>+gF;SK?R+810kcchMF$3yn zED7=pX7EnQ`2*x+dAc};RNU(A-6+PS$irgju!GenFQ6j%-L=nu&JmorPwCCoRRlSUX5p rl=ASjZJFng9vQ&8|D|>ACCPfLfA8KryHL3wXe)!KtDno#16L#fxUgD? literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/compass_18.png b/assets/minecraft/textures/item/compass_18.png new file mode 100644 index 0000000000000000000000000000000000000000..38cdeffab28b9d3339c645bfaf5642481e475320 GIT binary patch literal 249 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nYyx~jT!Hl46RY1GU$t+3>+gF;SK?R+810kcchMF$3yn zED7=pX7EnQ`2*x+d%8G=RNU(A-6+PS$irgju!Genm7ofEap00i_OAlO;002qETay3) literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/compass_19.png b/assets/minecraft/textures/item/compass_19.png new file mode 100644 index 0000000000000000000000000000000000000000..253b2db5fd62173ad65b26d4158d8dc95aa5ef75 GIT binary patch literal 250 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nYyx~jT!Hl46RY1GU$t+3>+gF;SK?R+810kcchMF$3yn zED7=pX7EnQ`2*zSc)B=-RNU(Ay~@a<$irIL5wqc6_1=`PM`{<(-?Q<_oakon zuR+=GFIg+icp11WP4JoChESHkYbn=MS4uc8`;-5nYyx~jT!Hl46RY1GU$t+3>+gF;SK?R+810kcchMF$3yn zED7=pX7EnQ`2*zSdAc};RNU(Ab!9qiz{7HO#X6?{|FgFiK77S_L%F2-#iRAA&+kN~ zcf@6dw!V^xeJPm5w?gArZX?5ED_0f|F$*TY$Ex3=8-;8foV`ACK9O?jFkEIg&q04{ v@#{IYMi1WAH=H|h*ZZZ9etO2kZxzgz>)wk`Nk6|7XfuPStDno#16L#ftY}@M literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/compass_21.png b/assets/minecraft/textures/item/compass_21.png new file mode 100644 index 0000000000000000000000000000000000000000..3664df1525433a306e534d9db3415d884cc16bf6 GIT binary patch literal 249 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nYyx~jT!Hl46RY1GU$t+3>+gF;SK?R+810kcchMF$3yn zED7=pX7EnQ`2*x+d%8G=RNU(AH559mz{AqXkl0w1PELoAfy+_Z!Srt&#o-cPb z>UE)naBOsOd-eNgUwHVBN6i*wIr!g-c?yU9LD8D?Gh{>T7Hv0sd&f9LBd&xS_;@7(uO%8XL0j*{5boFytdf-5nYyx~jT!Hl46RY1GU$t+3>+gF;SK?R+810kcchMF$3yn zED7=pX7EnQ`2*zSdAc};RNU%4yHV`00!M3NcbB8)l^_4!N3G+FEM`Cd)1Lj(?w>a& z$7Ju-V_dk?w7mFztjyfAi*xsHVmguZeNX6BuLJ!#$M&r%mP`00ac0ewjSJ0`PFae- xlx~^*;FW|CL#Ay*n@*xw&0_w!OUr*VTmOIe^38oqHlWQ6p00i_OAlO;008R4VJ-jw literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/compass_23.png b/assets/minecraft/textures/item/compass_23.png new file mode 100644 index 0000000000000000000000000000000000000000..6ab82a349cd5959735361f5b4474bfb161c00997 GIT binary patch literal 247 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nYyx~jT!Hl46RY1GU$t+3>+gF;SK?R+810kcchMF$3yn zED7=pX7EnQ`2*x+db&7%&Yy^GoGq^-)s2p#DaT<`u;rkeorwH zDe5RZXPB-jnRd(2l7FW0MuTR{-wA~}(a-5nYyx~jT!Hl46RY1GU$t+3>+gF;SK?R+810kcchMF$3yn zED7=pX7EnQ`2*x+db&7%&Yy^GoGq^-)s2p#DaT<`u;rkeorwH zDe5RZXPB-jnRd(2l7FW0MuTR{-wA~}(a-5nYyx~jT!Hl46RY1GU$t+3>+gF;SK?R+810kcchMF$3yn zED7=pX7EnQ`2*x+db&7%&Yy^GoGq^-)s2p#DaT<`u;rkeorwH zDe5RZXPB-jnRd(2l7FW0MuTR{-wA~}(a-5nYyx~jT!Hl46RY1GU$t+3>+gF;SK?R+810kcchMF$3yn zED7=pX7EnQ`2*zSc)B=-RNU%4YbeDcDBzNKJ0tkUJJWad*F#w*`?1!%7w35YEZslr z+|OMON!gn3p2ca;kv$uJ+s;tDW9{9?&!&p~IdbgQ_V0##D{6YKReR++>nRB(`>c>& u!1`yasfp7J{tcSKs~#Btz7Scl-QLRj-D`!y7EPeN44$rjE=vzwkpKV$$6RUv literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/compass_27.png b/assets/minecraft/textures/item/compass_27.png new file mode 100644 index 0000000000000000000000000000000000000000..8773987a23638a5ccb1d2c7823eb5e3950eca705 GIT binary patch literal 251 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nYyx~jT!Hl46RY1GU$t+3>+gF;SK?R+810kcchMF$3yn zED7=pX7EnQ`2*zSdb&7L=FB~_I5+kT!^Ru6cmF(Tn14g`cb|oHh@F_(u@gJ>H9}p2yd-lO uw=}K)*5_yOj5+62i`I{7^UU`Z+wE<;-@WGFY>@)An8DN4&t>U>D-r;EAYJAF literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/compass_28.png b/assets/minecraft/textures/item/compass_28.png new file mode 100644 index 0000000000000000000000000000000000000000..8773987a23638a5ccb1d2c7823eb5e3950eca705 GIT binary patch literal 251 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nYyx~jT!Hl46RY1GU$t+3>+gF;SK?R+810kcchMF$3yn zED7=pX7EnQ`2*zSdb&7L=FB~_I5+kT!^Ru6cmF(Tn14g`cb|oHh@F_(u@gJ>H9}p2yd-lO uw=}K)*5_yOj5+62i`I{7^UU`Z+wE<;-@WGFY>@)An8DN4&t>U>D-r;EAYJAF literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/compass_29.png b/assets/minecraft/textures/item/compass_29.png new file mode 100644 index 0000000000000000000000000000000000000000..91c67d15e972a88405e28a6d63cbbaa546f20bb3 GIT binary patch literal 251 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nYyx~jT!Hl46RY1GU$t+3>+gF;SK?R+810kcchMF$3yn zED7=pX7EnQ`2*zSdb&7nLC%U#@Japce?!12ku2t_cN6nUMi;*dub*+=ekTO)_Wm+ vfcM{P2?@ST+XuT(Ga3J}EL*Oz_cgyw-5nYyx~jT!Hl46RY1GU$t+3>+gF;SK?R+810kcchMF$3yn zED7=pX7EnQ`2*zSc)B=-RNU(A-6(cgfrmMmS*_`c-oyX@w~FyZ7B^RxOIh4|INN>e zl%jbFi?Y|gdv;H1&b%{+b7RkNBptNPv$H(ppTiPAPd3CZ?eVUp^R=x(t}08XTnuXn u`*8i!E7J;?tOV*W)IL_22WQ%m!$`;NB{sTJ6-5nYyx~jT!Hl46RY1GU$t+3>+gF;SK?R+810kcchMF$3yn zED7=pX7EnQ`2*zSc)B=-RNU(A-6(cgfrmMmS*_`c-oyX@w~FyZ7B^RxOIh4|INN>e zl%jbFi?Y|gdv;H1&b%{+b7RkNBptNPv$H(ppTiPAPd3CZ?eVUp^R=x(t}08XTnuXn u`*8i!E7J;?tOV*W)IL_22WQ%m!$`;NB{sTJ6YYPdQb%A%AnSy{C9l@Z+Bd7Q xvD&pTqv|@_f_Hbdt-{{2N$;sP?>NT7pjr6ww8Eqfnm`*EJYD@gK)}^rY!WwQLo?>$@ zgXXJx>rcf@HG9o4!7zK`t5aVUCQkLflD3x7Xib{$$(VY^6B8omn!RR>`1&w3U9s%s doJ0pUhW+nPfA`t`vIuA?gQu&X%hCf^Bmj-oR`UP= literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/cooked_cod.png b/assets/minecraft/textures/item/cooked_cod.png new file mode 100644 index 0000000000000000000000000000000000000000..16bd269cf0669734c53d5acaebb91f58bcb814ad GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY5&=FTu0ZEaktaVz-%tIz_I*%DJGuHX|DFk=tS z^gOqa)xpa1=7}pTCp^T$jLP)cPpL?1?iOnZ;aDlr_=D%os#WiJ650d6ooIZ~H!u5!$9 zO)WLZO?mZ(FDT>5E1?*M6qTK`T4pp#oYYcW_fSFgjhogo)&yTw1;z~lm5gE8j0R^P VrLV}#^#B^l;OXk;vh=_e2>|2wH{SpN literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/cooked_porkchop.png b/assets/minecraft/textures/item/cooked_porkchop.png new file mode 100644 index 0000000000000000000000000000000000000000..000748eff3c59c5a722b7bcb811909c28e04488c GIT binary patch literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYiUB?$u0ZENo; z4Kq__Rys8%Xvh1j+v@XcD)3Z4s1pM!Vk`;r3uf?6$@v51Bzw9zhE&{2c3?O+(^#=* z3G8*Z`)91cAhsUdu%Ac#|hk+V>17nh}WlfU;b5fk;z!qM; zXvO4HObXedm0bZE6BtvrF1KKmOxRe$(VXbYKIPz6u7?~9=O_N#ym*OoAJ94mPgg&e Jr3bD^005x8NbLXs literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/cooked_rabbit.png b/assets/minecraft/textures/item/cooked_rabbit.png new file mode 100644 index 0000000000000000000000000000000000000000..c01f532f4cf33971c707dcf6c5ca8d08c96559f2 GIT binary patch literal 198 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nBm#UwT!HlS{flldZM@W%v@+hP z!(Fk;RwhzcL~h@74xk)kNswPKgLg{KA0Q{j)5S5Q;#TX4i;OJ>JWK(cDsT3G6b!ZZ z-=e$cv47gL-01eB-j{;f52!BIidmV(exj-@voUCiN|7Q{mo8I^zC=K@#|&A8TejX)S3j4f2d+o}08;QqT>t<8 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/cooked_salmon.png b/assets/minecraft/textures/item/cooked_salmon.png new file mode 100644 index 0000000000000000000000000000000000000000..27c464b97e29fd2d4f29de971dd69510b366454b GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n>;rs4T!FNlj^?}O@QZ0yXOqnK zhiL5ZRovhzxx!X(kvaDqL)IQG#!3~&6gkFlDMnv$MlW$jJ7GpcenwqBMkQ{>ZL=G~ zfkrTu1o;IsFmj1`ngDsRo-U3d6}M_nu?n>q2)JBiob<8cUH#Qk@w%6=t_Um1# z_WQn#d-i!Qs@^~O%!#Zib*8a%()U|Q&Yd=yaUEYyO5A+6kj?E27cSaAOYr93M2W*U jk2g#|)_h<0!(G8?JKp9eXYSnuw1~me)z4+=fh!UKf`e3u literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/cookie.png b/assets/minecraft/textures/item/cookie.png new file mode 100644 index 0000000000000000000000000000000000000000..998d998730b1556871743a1bb8c76498ae49476e GIT binary patch literal 216 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n6a#!hT!HlJuK2l)Q4>l7+cQ0@ z;#~8>>;oM1oQxF>R77M%xNaTs$^)O+KuIN zPb`|r?)ct#VNyjXpY6;Hi-5n6a#!hT!Hk(4DG#PIx7QodOg%j zEaX!Rr6RN?{MAHkB)P=J#XDzuz literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/diamond.png b/assets/minecraft/textures/item/diamond.png new file mode 100644 index 0000000000000000000000000000000000000000..8ef957a26974ff8bcc7452fc856a54ae474f8ac0 GIT binary patch literal 190 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n6a#!hT!Hle|NpQ2emU>ciyc)Q{GQF`V1&TrcRq k)Q`NTfAe1aqWYKo>1?kpec5lk2O7)Z>FVdQ^uQGf05`uyDF6Tf literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/diamond_axe.png b/assets/minecraft/textures/item/diamond_axe.png new file mode 100644 index 0000000000000000000000000000000000000000..1df174a5b57fb302095367cbdf34894430d0dd3d GIT binary patch literal 217 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nj01c^T!FM>&%6~+?w|eep#0F$ zzy<4d@|$fvd}34c^$g96Dq0niO8GtF4fHiNRAep84P|AdpHEfZ1=Pk^666=m;GL55 z2gnKWba4!+xK(@7l8MQX$2qWf;`R+s|1DQFIhGgjeP4j`%C2X(Z<^{}c9P2awY6%? zf{^5}9Y@ai?+iDnP}$0~A^g$BzxNpa{jhxdIbJ*N1$W_@2c7rrZZy1J^($!dZJ_xK Np00i_OAlO;000FiRBZqN literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/diamond_hoe.png b/assets/minecraft/textures/item/diamond_hoe.png new file mode 100644 index 0000000000000000000000000000000000000000..86f6e50afa8ffd7d52f6a03a054f1e598ec80505 GIT binary patch literal 198 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY1_3@Hu0Zo_VpU`8xT{wjMtG9`P3DhI)qP2Kt&BDzdUN(h3{??*r;#ED7=pX7EnQ`2*y* zc)B=-RNP8-VAIhHa9b20)pGD+(w#_#R8{$gj>2804icCB8&_KXF%+;n|DIof?SJhG rO9`gU3z-&{1~e|>3~*CDQo@it`nfDUa76+D+b=>9 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/diamond_pickaxe.png b/assets/minecraft/textures/item/diamond_pickaxe.png new file mode 100644 index 0000000000000000000000000000000000000000..99c39f3893f4d3f735012406dfba6a4b42b676a8 GIT binary patch literal 221 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY1_3@Hu0Zo_VpU`8xT{3Q4859zOgY@fPNWdWPl(`kJyb(h~L_$AEemOM?7@8N5?+{s1}A zo-U3d6}OTdnDq4WI1|`rFPL<+$UuAT;S~LlvQGAvXRCa(8I1SE-C#@mFhBi<5#x~` z-y0LTIu8Dy*O+M3@$oq`GxKwn4L}!4p0;;5!?CtWDryVEsTI2z7BZSzeDJxT=wbo1 OhQZU-&t>U>D-r;EXG>`S literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/diamond_shovel.png b/assets/minecraft/textures/item/diamond_shovel.png new file mode 100644 index 0000000000000000000000000000000000000000..9168671d59cce386708fb5811a71f3e90020d43a GIT binary patch literal 197 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY1_3@Hu0Zo_VpU`8xT{3Q4859zGW4hI)qP2Kt&BDzdUN(s#_=41jtVOM?7@8N5?+{s1}7 zo-U3d6}OTdSaUK1+!hru&v+(K)?^^%J4dZSGDdHffa+;}N0uMS7K%*!?Hw}y{pPV? p33Fz3dcA`wRJn8@d literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/diamond_sword.png b/assets/minecraft/textures/item/diamond_sword.png new file mode 100644 index 0000000000000000000000000000000000000000..35557d90388ec422471f15a48883e57474825510 GIT binary patch literal 217 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nj01c^T!Hl24-Zy6xj*sR)$&6} zQ`c<{T(G{VqSdiyUTkWByJ-}-I8 z`_RnoxAn!)7-e&{>K?J|TIm^Kvv;hYF0^zFBaL|A5zPpO|0wSb*j; Nc)I$zEIn{V0s!|SR#yN3 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/dragon_breath.png b/assets/minecraft/textures/item/dragon_breath.png new file mode 100644 index 0000000000000000000000000000000000000000..9acc691d11edf18dc7fd7a783a836b468307c65a GIT binary patch literal 238 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nj01c^T!Hj|Ah`GU;qAwdZ#@0J zbz}j=Yik_ZIryN(vs`X@;FRWXcU2{n9 z`(l>jz9Y%s-Z1LysFili;#1CS>dX?Ic<-J_@;OE|{l?wO24RaH>T9e$RlWV9c80l& iRMNBmypu&fFmF2g=GU>ABA0=dGI+ZBxhy?!MFIeir()Xx literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/egg.png b/assets/minecraft/textures/item/egg.png new file mode 100644 index 0000000000000000000000000000000000000000..5ab607cd69f6d217e5782f107eacaa889ccad04f GIT binary patch literal 159 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY5&=FTu0Z-5nBm#UwT!Hl6|7R9Gs|&m39FOzQEzKHc2y^_8x=7?&no&x1L#Gx2TqrLCxod_GA0H R1whjnJYD@9C&+A$l5KHyIA c;dWzWaIXtv`E0bm2WTjRr>mdK(gRl{0JbNz;EDtQ>FG1R literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/empty_armor_slot_helmet.png b/assets/minecraft/textures/item/empty_armor_slot_helmet.png new file mode 100644 index 0000000000000000000000000000000000000000..49596a462c1ec08d03696a72c9a6ee80443cddc9 GIT binary patch literal 115 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BKD^C~4kcwN$5^WD|toic4`gZb$ zqzN(`XPq==S<_*#Y$+p0dXu5l{5&>+V16OD3?m$1I&Y0yyW>D(r((&jx!gE^tdf=A&^jZM+vGYl*a{2DQgHam>u Z8E&-QzBb$QCddi~Pgg&er3bD^0091+DFOfh literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/empty_armor_slot_shield.png b/assets/minecraft/textures/item/empty_armor_slot_shield.png new file mode 100644 index 0000000000000000000000000000000000000000..27bcb8ee50313252373014ffc6e01cd6a9d7988c GIT binary patch literal 71 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wniUG#3CVK2I0NkcwN$4or&^L>L%;Uw`>h TM)OGmP=>+N)z4+=fh!UK`HB(` literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/enchanted_book.png b/assets/minecraft/textures/item/enchanted_book.png new file mode 100644 index 0000000000000000000000000000000000000000..b6355f4c8c4289447657644219f296c6d7104233 GIT binary patch literal 204 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n)B}7%T!HlK*RMZ6UVZcC&1WZ5 zcJ11Ad9}A|aa?R{tVx`&ez1#%hmC}U#P{9rjscZ2mIV0)GkB-u`~h-;JzX3_DsGjY zY-K#Gz`z<9^Z(!Lr11Qv`-kuFdESrAz8oHQU7+Z%dW(zG-9^*pZz`J}7@~ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/ender_eye.png b/assets/minecraft/textures/item/ender_eye.png new file mode 100644 index 0000000000000000000000000000000000000000..07a75dcb21610c663aac16825deb421bebfd2eaa GIT binary patch literal 381 zcmV-@0fPRCP)vGL@CW(IU#OBX>5O)e|-r=1gGkVp8AdVPW=D> zfA5nWt$XsaW~7F;X4&Qz0Hv^NDBsu!RK50Q^`v&enryD3>7LCy3xT$=D`;X-owu?- zcUIELm#e0)(98{Ei*#g|y+X5ax@XOnYWw^=xE_RtfQI76jTOtzdv4h%<*mhFEXx37 z^lVJco|Ww1P=c-j$WNG1GU@oN?sfJ+bwJfXJv%l^O*%R$duED8Kp>l#47vuO4Gr5% z7oGK;x?CIR9-ym$s%w@8PCYqC#V-V+0bNgcTW0I7{HmpaKp#)(6s%biwBz9cpnIUI zF*T_9g?N-E#C9bl^+n~*N}hId4p6m_nF~|{CICtRk*I~eW}v@DfWN4@Ban-%8lN_p bQu+e`LotzI2Ds<%00000NkvXXrNGn}X1Jy) literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/ender_pearl.png b/assets/minecraft/textures/item/ender_pearl.png new file mode 100644 index 0000000000000000000000000000000000000000..a38921414209e001582ff39e5a0719b09b47edb1 GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYDgizru0ZO}dNW)b%!K676#6@5`r(X<13T0nJ-B|(0{4Bja@e}J3_PZ!6Kid)GCxUABg zGOuq4RhXshaYD70vEyOJBPq5dAI?>C}e0XPWG%}G^5wglo(3gFJ<1 zZB?DnROXJ0^PauoOfp!Lwf+XLVU>BuF&2jZG9OsBXIAe4+QH!I>gTfbz!eDq6>USD literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/experience_bottle.png b/assets/minecraft/textures/item/experience_bottle.png new file mode 100644 index 0000000000000000000000000000000000000000..4d817ba82186da3ba47e6d80bff43ccd34526821 GIT binary patch literal 289 zcmV++0p9+JP)xl#PZ6(|AnvrXvxvfqUL^w`y!sMs#e-ZP`zLP<^ZUJC3sW-I!;L-I5HR* z7=7IzcK`qY0d!JMQvge3Z2SNK0G3HaK~#9!UC>nm1R)FqP-t<7`yY188e#I6H%inu z%<2ly$#-u}1iJ3sF9t~3rwc|(LjZ2j{@fzqL&(_!u-4i*1i2wILXjZ24Gtlfk`E|e zj+sy2B7rW#&+`*K`kZw4)==oP2LbFoF4%h&RBp`500000NkvXXrNGn}g!6X; literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/experience_bottle.png.mcmeta b/assets/minecraft/textures/item/experience_bottle.png.mcmeta new file mode 100644 index 000000000..60421dd27 --- /dev/null +++ b/assets/minecraft/textures/item/experience_bottle.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":24,"interpolate":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/item/feather.png b/assets/minecraft/textures/item/feather.png new file mode 100644 index 0000000000000000000000000000000000000000..0df7ca1295d7b7b17ff23c9097f9557a07ff9049 GIT binary patch literal 177 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nL<4+6T!HkjU%#F`dv@f=k=E8$ z8!atuMMc}v!bG(I literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/fermented_spider_eye.png b/assets/minecraft/textures/item/fermented_spider_eye.png new file mode 100644 index 0000000000000000000000000000000000000000..9ba82790ab64cde170731081c601dcff07853c53 GIT binary patch literal 204 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYiUB?$u0Z<5_Eo3T{hCcx;tf@t z^o3LS_;h7C{Mm)gS$I?!*y0O!S^yO>mIV0)GkB-u`~h+zJzX3_DsCk^Fotp~nCx~H zn_*hKDw3-5n=PQD6=fLh>f057Di}+G{DK+0Q*!-h{bZBf)`GL*8gmmTUM#S$`F*fHEz@&@ z+Jd*ieD|!_%vu&O3jBGZcH!I16GaNl4L{T-o~vglBqSwN#EBHkseH3$EtIvm?B zeYaZ2v1k6~^8MOuo*$pTeZ7X|wb2fN;OXk; Jvh=_e2>{u$N>cy; literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/fishing_rod.png b/assets/minecraft/textures/item/fishing_rod.png new file mode 100644 index 0000000000000000000000000000000000000000..3be1f0f32c1ab4952f4a913ab6966cfbc085e51c GIT binary patch literal 221 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nj01c^T!D0$y{3)6a$%U6w1jA) zr(srFN=s8?eS)=Jf`ng@Onkk3%}llBix(Z*z4QF(qqlFL|Li~iGEf_1NswPKgLg{K zA0Q{f)5S5Q;#SfDeumJVRz?Oz5hweI>(Bq4zIFG2aCRAQdimNHuU_w5zlQ(R?M=cb zcAhXVI3#eXhl>FIBqx!oI&qb-Qwu Q1!xC@r>mdK(gRl{0P>SmU;qFB literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/fishing_rod_cast.png b/assets/minecraft/textures/item/fishing_rod_cast.png new file mode 100644 index 0000000000000000000000000000000000000000..43a6eeed9b31bc3322a7d5ae7bad7172790e782f GIT binary patch literal 186 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n)B}7%T!FN-glM9tVOCm7OH*Ub zOttuWdA}l=`UGpc1c|~hGaG&7Fni6WcXIqdrHmy(e!&dhDLH?D97j(V$B>F!wZ2Cg z84NjAM{oMS>v>SCc%kZiQ{82ob@d9qKXmyP_T1d*6w<`dt2% exZvqtvG-5nqyv0HT!HkGB}*C_8nUyqeSLi$ z92^V`476os^S-5{)eX> zPwbCm=8hA6wL#=&*Bjq+Ztd(*hi$8^3@U7n86B<_V$R)ATNUcJKJNpc+O`)uN7?6Z Q0~*EP>FVdQ^uQGf0E6o{1^@s6 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/flint_and_steel.png b/assets/minecraft/textures/item/flint_and_steel.png new file mode 100644 index 0000000000000000000000000000000000000000..409a47f99ce86a6d02af939c5bfccf89702bd483 GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nR04cLT!HlM+qZY_+__}Ql7@zc z?Cfk`Utb3Y2Ll5GZCP0f2?=>o(av*K2Z8DsOM?7@8N5?+{s1|_o-U3d6}Mtf2l6#2 z@UR3rEX~>Zzji6#tSf($;xZy9d(Fzax_{zdbFW4H>{6n&jQ>jem+KcSXTNZ$B#Qrr vlk@?{?RR-jCZy#vzf>|eC=#DP`8aQU{i~DK`(sxFjc4$5^>bNz;EDtQ8WKi* literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/glass_bottle.png b/assets/minecraft/textures/item/glass_bottle.png new file mode 100644 index 0000000000000000000000000000000000000000..bc23ae41591f0c3308fa65a998c3711c7b2f3e85 GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nR04cLT!Hle|Nrkidbt1O@pO8C%*xM0TU%Q~LgG>R^;tl5j3q&S!3^FhIe&nhNKY5XkcwNOXB>r? z6**ikF3fa0`uo1Q(n6tsec=Z_pZ%Np^S4>y8P5Ogq8ZHArV&p*l{tPYf2@=>El57o z{lHv?PKFG|84DZAl5;hz-%NCpWz_t*>Dh!g=j7Kbyn6WL+?nk_OBg&|{altFxFP`n D)J{;l literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/glistering_melon_slice.png b/assets/minecraft/textures/item/glistering_melon_slice.png new file mode 100644 index 0000000000000000000000000000000000000000..c15cedf9ef69073cd801aa644fcddf533c7560f5 GIT binary patch literal 225 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n)B}7%T!Hkjk7s|qSaRd>^eZ=t zKAuqjc!>ShN`~exg++A?K}Avq5kkT$tOn;!eFZ9IED7=pX7EnQ`2*x+c)B=-RNM;f zcjP-_z`>l&#mV{S|K98^YctNAT>P=IyYay@3A~GMXFG ztWWqZmX%uAoUoVAC}wA7`|O}u9-1!Me3xt7ZhuWHQNNdd;?DeYqMzpf6ATLf%l^Cf W?Se~HR)s)289ZJ6T$UcVA^`w%cUnUL literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/gold_ingot.png b/assets/minecraft/textures/item/gold_ingot.png new file mode 100644 index 0000000000000000000000000000000000000000..c28320a4556deed5eba433092b6e37e6ac486687 GIT binary patch literal 202 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYDgizru0Z$0jCWCV)nHWDUu_YNGm w`b>gpN#m?CmG-#DWg5WH{7B8MeLd6a}hdED7=pX7EnQ`2*xQc)B=-RNP8d5Gpy- zazUnTnec%gH$_$bj)qB#PBAGo8()c3&0+4C_(*6TTatlJsi!xq@s4RzT%ErZzrELR bU5;VRrY9cdea!Aavlu*G{altFxFP`nTzx#{ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/golden_apple.png b/assets/minecraft/textures/item/golden_apple.png new file mode 100644 index 0000000000000000000000000000000000000000..73f7b7b49e8eedcea0ffd08343230d169b52b7f0 GIT binary patch literal 232 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nYyx~jT!HlG$E)98YJPSy<<^#f z%d5Q)&$iy$X}z$(u%uNXzErd|R?{PfE8a!X%8SFtSlCLPO;&|VM}|X1jIH*?X%nD+ z#*!evUp|22>IhoZi8>hUetR;)Q{?LRjt zdD+yKDASV2D31(}PCH(`C%yCB0-NIH-Wc&Pq^^cN bP^`D8e6=Z})A%{i76wmOKbNHku1Ej?OgB+N literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/golden_axe.png b/assets/minecraft/textures/item/golden_axe.png new file mode 100644 index 0000000000000000000000000000000000000000..1ed91e8f92a40a4553661b72e773eeb435c774dd GIT binary patch literal 230 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nYyx~jT!Hk*Co3MFDmuR`>cE2d z^__0(nvLgGIrnAT)F+ta1<0lQX~w#%MLCE^*vSR!r`afZnW+dF%js)Ms=eN3Yy{NL zSQ6wH%;24p^9RU@@N{tuskl|r$;#xa$ic$;rtkOsug|r!d1l0JYoB1{&hVgl@s7C+ z6IVRDr@HNS>$Y!`U(_q?^Pa-^lH*HynC!mKi=G{ucje0O8^`yBpPI7H{7FRn=YO^; aatv=JU-y36E8z>YgTd3)&t>U>D-r;T30MvQ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/golden_carrot.png b/assets/minecraft/textures/item/golden_carrot.png new file mode 100644 index 0000000000000000000000000000000000000000..6271a386822a0a3f3a3fb6e3ff27772228c6d6a8 GIT binary patch literal 199 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n6a#!hT!Hkz|Ic2%3x9Lk_4Xp+ zO(}wf0UY7BY{8mrAwrx6Vhj$Z4?=*77)yfuf*HJ1a{d50A)YRdAr-f3yIUC<40)Iy zZ~K4Xebhp(m;@E$|EhV6-5n`~rMJT!D06fZX|IQR|wGyV9-u zvTbtwv|`=W()~2+6HMk+IZrLLdv>wy)}D;@oo*kWtT?o@+*-SYVQyXQZ= zTX}JA>bNz;EDtQ=L3h7l$dq zHJ@J=1)@QG(p-@2q40n2R8R6WN7%{zKd?0Gzn_J~|Hl`*|5wGR5U<%-P9LnE)!>>)(j2UxhN79qHX{OzJe%iLIsdOuF!{e>T0SJeNChCx&rkLL rPxsRVY9<4KG{(BC{r9(3BG~`{TsLiEwXo%M00000NkvXXrNGn}?6PYx literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/golden_sword.png b/assets/minecraft/textures/item/golden_sword.png new file mode 100644 index 0000000000000000000000000000000000000000..fa1752accae83afcc82cc43db659fcadb42316cf GIT binary patch literal 195 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nR04cLT!Hk*Co7&^Y`e85@9p0WyH3r`WRASqU#EH|wm5l`ap?}mS*ne<8C`3n?lhl% pzy3hBj=RTy!_75r1~nef-5nqyv0HT!C~_Vp33Oke82_ql=@R zot=e+g@J*Ah=|DH$_Yt8X~vQuzhDOMl$<|6PLQXIV@SoVo}Poe2OKyKuVdu+?SDsk zk47T}0D%lYI{*Lx literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/ink_sac.png b/assets/minecraft/textures/item/ink_sac.png new file mode 100644 index 0000000000000000000000000000000000000000..3efb673d874ccf0110a4d81dac926755d0c38450 GIT binary patch literal 193 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYDgizru0ZgR8NzrH+oNii)jOQZ+FEH%5-}@ZK211gWSdwAIM4ht?vjiv0zGB|t2y`cd Mr>mdK(gRl{0Fm=jGXMYp literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/iron_ingot.png b/assets/minecraft/textures/item/iron_ingot.png new file mode 100644 index 0000000000000000000000000000000000000000..41c0b2a0393b1bc25439c1f2bd65d05cc7f8486b GIT binary patch literal 205 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY>H$6>u0ZEnBMZQrzh-SVXi z=gpZhW9pQ?o{oyrqLjo0ZEt5GZ8c$G(V#^Y3xG-)OM?7@8N5?+{s1{4o-U3d6}OTP zFoqp`(ZwsU%Ve#z&-B)|$Q*{x!M)A9C3kQ+AMUw)s8(WHdzaSow$L+)HzK7ZW`!9( zXJG#Rlu*Ftlgz|mzTwMWl|6e80nKOdboFytdf<{9 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/iron_pickaxe.png b/assets/minecraft/textures/item/iron_pickaxe.png new file mode 100644 index 0000000000000000000000000000000000000000..f7e6f51c48f9fb38b75f32e95abe211aef7057ee GIT binary patch literal 222 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n%mREuT!FNvf~2#)ijj(JkfpY^ zEVG@3p|**&s*<9*g6!>^H$Q&-c=q(k(xRNr8`rh9G(?B{XQjozx@%Yh)X7*9s+W)jJWX1SMoWv zp{chI|4vt%Ehl^@O8b82y#K6U_rHI3qwx4*G41l#@@09G R{{n4b@O1TaS$g1#1OUaJQ+EIW literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/iron_shovel.png b/assets/minecraft/textures/item/iron_shovel.png new file mode 100644 index 0000000000000000000000000000000000000000..f2fd77a4bff5e894ed1182a602cefba44a9ea11d GIT binary patch literal 193 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+C#4o?@ykcwN$3$!zGSN-HaoRazP z(@R;2_}wMH>I36`)lV{&x7r}S=I7VV?Fq~sS9vb6T;e&L!2D>jb4R&jwD;k91vUT8 z%bK3lr`L*3P@CZGaa|^5v|r2&cb{iJcZ+rE1iFdA)78&q>47T}0P$o`+W-In literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/iron_sword.png b/assets/minecraft/textures/item/iron_sword.png new file mode 100644 index 0000000000000000000000000000000000000000..9a5aaa06f41e462e40d0b0d5e845ae97a445b64a GIT binary patch literal 236 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nTmyVUT!Hl4w{IUmynFu4iLIMA zEL*yG$->!-7tEe9W7?z%UA_Gi8|$l!^0MNiLqY@Hg9AKV9W8<^wH?eqjrEOG zWHl8e4W?WGna)@e{eZo<^pP1kNsSNy`d gt3+%=GS6e{lQFNw^}UyK0xe+hboFytdf-5nECYN(T!Hle|Nl>}3OPE*V}57- z+|Ih$9ktWjs+TufP0Kg!^iwYj=C5**FEEjgvgM4?6!tV=Q&UsZkmJ4)Fm)ABGh<1R zUoeArO3oi3r_j^IF{I*FukTUD!wx*$&ku;ax6fIs{XNv!>+=1g*!4xR^ER!^KAzAy zJ;Idl%-zt;xF-E)T5Gq~hUuHJo%%P!{G!xj*XYy9c1vD-5n6a#!hT!HlK*ROBhyt!-FF2{1; z*w|RZL?@k4OEoW3P7N^$2?^ba48lM~j3q&S!3^FhIe&m0KTj9OkcwNSCyp{U1n?ZV zkbm_r`?5CYyvn!cf;;t(Pw5)N&(xsovL#<@&~yD3lku01na oG3~0tlTDh_eRt-Z+PU8B=K5DMB1%pDK$96fUHx2^9=IX_0EXH}3jhEB literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/lapis_lazuli.png b/assets/minecraft/textures/item/lapis_lazuli.png new file mode 100644 index 0000000000000000000000000000000000000000..5b97de903e4d1af7bd84e569697d3d37136bbfca GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nBm#UwT!FMv)phH%^A;g%HEjCC zv`R#kA~^W9MY?={0p%D=g8YIRyi;=i06AWsE{-7;w|Y-(XFQ-F;2gO4z}x*BPcC#` zb?^VY>975aRSohNOYBY&(&*jDbRcQ1Le~_T!_yj0>n#gc@X7qiy|Z>li;}y}^i5y3 Z$Sa?F5odQ)u?J`>gQu&X%hCf^BmgF}J?{Vj literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/lava_bucket.png b/assets/minecraft/textures/item/lava_bucket.png new file mode 100644 index 0000000000000000000000000000000000000000..927f3fd6c0d721760e47750d15a76b568848a0f9 GIT binary patch literal 258 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nYyx~jT!HkLH4Lw77#6oi&!`OQ z&UQKN$xxqQT^ME-803}cY3S+hGDn`l!%W4>!pv1y%vN1UPmbS{iNT72;j}_S4^Tg2 zNswPKgLg{KA0Vg1)5S5Q;#TfyN1}1JFv;h3UnPd ztv%$Uuz2ZFQ=QAgCms}paT?BKNRrUzl5CdXxjczw?SWOx+qtS18ZB$pXk2P>nWy!x zScAl|re&E4ZJWEIEju=-5nj01c^T!HldlgI!6|9|JvLpYD?blyZEXn&iNrnYx`5g^OM?7@85$-}o;+pB$!Ez2HvIq!MtZt9 zhE&|@J+qaO*-*gcqVVOQ|5u}UX4aeefA}kXeO_$GDczo}>>Lex4<<1z$ay%0>yeRemMJ#moqCzR7)qax^rE8pY2l9Z~U*ny}h-c<99pI5(ZCK LKbNHku1Ej?TZUuw literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/magma_cream.png b/assets/minecraft/textures/item/magma_cream.png new file mode 100644 index 0000000000000000000000000000000000000000..ccabffa603d151a6b3b99516f8824b1e1235c2e6 GIT binary patch literal 411 zcmV;M0c8G(P)UqK~#9!W1s?H*W-XAqLfz8a5q0(2t>)17C^3wATv(Y+0C|g2XcLG zH7H%IQ`ns2HajG%)TGZ>7^(+TgXz(t@SoF;{@WS!dxp-birglf1#Alc&o9RJY2SX^kaA zfi4R~HKqoTNj_2xyB(Q4Wti4jF;-|Wth8owQD8-Az|`X^&vGw{3&@!5%Izz~aM%ao zdYpP5RO-5n=PQD6=fLh>f057Di}+G{DK+0Q*! zg0cPI?N2~a#*!evU-5n)B}7%T!HkpZL^O}s%Ys{xE}0u z(akKVQ0jn*+HP@f{cxcs0S;?9Aw5Zfw)gb8fMp`S5DB%$^E+-PBjY=hMDDyjdlGD$agK^j#Ac|MI7X zto+9huWaAgarGs?>70vu4gGH&o_SeSqk6@y?|M$5uOe;JFJuF4VDNPHb6I-eiUa@; Cv`nJ_ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/milk_bucket.png b/assets/minecraft/textures/item/milk_bucket.png new file mode 100644 index 0000000000000000000000000000000000000000..ec6b00e5076c048d0b46bb613c1adb948f66e2ec GIT binary patch literal 243 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nj01c^T!Hle|NrlP{<`MO)y1vR zGb)3+vt8;FtP8`;0)xB~Jqb+UMN-ELXKh~E zcvp81vyK1VxOWPS+#N@s^B!8H^SrFNIaE+|>q|zqo8tSNC6e~-U9l)>b?#?gzvV|t op53}IY1*aj`%cy#-XF^lGW$)&-XA83K${snUHx2^9=IX_0JU3Q9{>OV literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/mushroom_stew.png b/assets/minecraft/textures/item/mushroom_stew.png new file mode 100644 index 0000000000000000000000000000000000000000..d13b15269ce2c1ea273be4559f00a583aac8b1f0 GIT binary patch literal 200 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYS^+*Gu0ZO&V8mef#dzD sbCIj{8@Aki8&fKtbRkxum!E;*l-tMK3;5b|f#x!Jy85{+J#a+=0Q0~^oB#j- literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/mutton.png b/assets/minecraft/textures/item/mutton.png new file mode 100644 index 0000000000000000000000000000000000000000..b85d4b1bfa32d28f758a1c64b1c857ceea798558 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY(g8jpu0Zgo&rxu#*wwMygkvfHY zm2-x(GB3wkDG|n?44GGtZZM>X%(R-_(I}yMO7EPcf~t()sWjdM-?fPjj2i;nnZvRf Z|4n+DH1nWEF3?B@Pgg&er3bD^004R&IoALH literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/name_tag.png b/assets/minecraft/textures/item/name_tag.png new file mode 100644 index 0000000000000000000000000000000000000000..d57e2488b61e14a883acd2ca41bc781420f54af9 GIT binary patch literal 211 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n)B}7%T!HknXV1=`KY#P^{IgrS zcP}iRHf>sQadCNma%gC1xQ~^kiH?MX1Z%7SA5bY{NswPKgLg{KA0Q{n)5S5Q;#SfD zW`@u+tb9itc$g0unEd|#UT*%>ZQjY=g41q1JF!po()zg%zG{^hSUwkUJ*@SzIl)K! z7F*d`t8ymLm@2b-Yv&#RzH59Z>yW>-G?wjxdyVp?bNz H;EDtQd8JZV literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/nether_star.png b/assets/minecraft/textures/item/nether_star.png new file mode 100644 index 0000000000000000000000000000000000000000..87724547dedd38a85212d8a19d4077219f2d5c18 GIT binary patch literal 211 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYx&b~Ru0ZMVI|`ci<=iGF(!TRG1dLXU_5JTkFk7% zq?1;x0^9qN!y77j6pr|sK7*&LpUct% GS0n(QyHQR6 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/nether_wart.png b/assets/minecraft/textures/item/nether_wart.png new file mode 100644 index 0000000000000000000000000000000000000000..40745e6fbf99efcf0586894d95cd51473399718d GIT binary patch literal 229 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nECYN(T!HjD6Z^F$j%!WqCoAbp zR??cHs53=Tt5#etR#Y}tR61HrI#yINPDI*INX$oA%uh(fUr@|nP~`2t2UbAMj3q&S z!3^FhIe&nhC{Gv1kcwNqJzE(a6nR|wANXzhzwZ9l$EC|>sJHCza9JO0eo-5n~yp5x|fHsoM=_^sUi z@n8KI6Af0bzZLHsn%2vI@_zrlYK@oOq?w$YRx_sE4`Auwl)B?Ek>S35fTGm{!R4*b q<&NDv9QEqV41xbm?2 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/paper.png b/assets/minecraft/textures/item/paper.png new file mode 100644 index 0000000000000000000000000000000000000000..1c946018e06af2095b7adf67c392a8f88b9a3ebb GIT binary patch literal 192 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nqyv0HT!D0HS^oe3U!J|Vb@B4C z!$)_zx;Zwt)JjQ78JeVZ1Em>Dg8YIRyi;=i06D>)E{-7;x2Bxh&UnCp!zIw@jr~Uc zIafR1+4q_CRc4C*+xp;#C8|pwkj3q&S!3^FhIe&m0 zUr!gukcwN$3Sw{eaWCAd{yc`^V)=IIswYgD_maK568}0J>lG_Zz8t6UxM-5nL<4+6T!HjX*9ooGCE5C!Av$p` z>LF5M`cc2lTYwUbB|(0{4Bja@e}J4sPZ!6Kid#K>j$F(RJWQ+I{{MfXcIZ;J?Ms8i z@1OJEMEvt*RQfPsd+~;aySHb!F>u%9$p&do=!x>wcRBOU_?ZJsPu~9YO{q4g4~l&F u#Tjx?bAe~(r@Cv>yLPMe?mzs@mqGW|3;puVZu@|iF?hQAxhy?!MFIe*a7exY literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/porkchop.png b/assets/minecraft/textures/item/porkchop.png new file mode 100644 index 0000000000000000000000000000000000000000..3669e5dbc2c16ab41687984c231ccbe1634aa274 GIT binary patch literal 215 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n)B}7%T!HkTCy#!eJN0Jg=I@)= zeVsG)b63;L`qI;#a!+3a7mpNSgn;rip?3Hb#>%mx{O$?r{ LelAN7T#*0(Zzoh3 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/potion.png b/assets/minecraft/textures/item/potion.png new file mode 100644 index 0000000000000000000000000000000000000000..4fb75a4328be620b1f77d599774456cb23cbecd7 GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n%mREuT!Hle|Nrkidbt1O@%Y>{ z2pdR37(l^!>sHoH>bR2YIo({$%FjbvTU$ax;>4~Ur-3>-N`m}?872e4lqt{Bc0FwZ zip6=lIEGZ*iapKB*I>Zle9`dx)Zg-A&%Q0L_4MRdaOYq=Ze}R;CSmJF_8)f`Pws4a z{BTaRd`9lxc&61opCeaPO9xC9o)To{@J(OVp=u5D?gvlT@49WiS8$ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/potion_overlay.png b/assets/minecraft/textures/item/potion_overlay.png new file mode 100644 index 0000000000000000000000000000000000000000..ab96cb4bc3873535e6e3224955f50a1b27e6cf5e GIT binary patch literal 120 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wniUG#3CVdrud~kcwN$4y=nG{I5^BS1ZA< z*ue1p;0KOXLK7|+iFBl~dF*25)N?j}$f3w8>(H30aY?p-l|z+-U1~_!9hhp!t#sh-PU$Sk8Ey;=*Sr3RF)jQg4>X#=)78&q>47T}0F|XjssI20 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/pufferfish.png b/assets/minecraft/textures/item/pufferfish.png new file mode 100644 index 0000000000000000000000000000000000000000..076b71825cffea252cc8d4b7503f78c277291e02 GIT binary patch literal 256 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n%mREuT!HkjU%&o5-Sh7J?Efb@ zelO>_w8Yo@@P!*wrS`W-JI&s;twK$&YU9Lc(dGcYcnj75HD*~Iwf682en6d!B|(0{ z4Bja@e}J3{PZ!6Kid&`K;Y>#qI9xV9R8YM5JH9Nvx;{Smss7u;ZS0HdzCYZ$jpOy> zF!L&g#qsKlTiUi5v~fDFVNpK2?e3EA4F|m%cfM9UG=KKgtyfH+Yxs(3XXCB46jD2d?50)+x&o5G4CiZW+&CDZD)YWHdzxC!>KW`V%4Gf;HelAN7T#*0( De;H?> literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/pumpkin_seeds.png b/assets/minecraft/textures/item/pumpkin_seeds.png new file mode 100644 index 0000000000000000000000000000000000000000..489c80307b80475d2cc8787dac0bc7d037a52e07 GIT binary patch literal 200 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY5&=FTu0ZEaktaVz-%pU?u4*%C9-guR9Q7>q@l zLtGqn%2b7oUCR}e4R3~A+`(`pfK#N%hgnOo)US*$$d5sblbcJ(jD3};iKtNs<4Vo4 s;F2&l!yBi4Pn}gPn_?`Y5Xr+3C^q4n4Y(?NJvzKZ(Z;4nlW>KWLoGn?xYXC`tvTbn|(~Zd5=AT?S2n;fcJgH-3$!L XF5d$8X~|9m+Q;DO>gTfbz!eDqJ-Jtr literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/rabbit.png b/assets/minecraft/textures/item/rabbit.png new file mode 100644 index 0000000000000000000000000000000000000000..264ab66c7782bdf5f19f2a9c9675dfa0e2385769 GIT binary patch literal 198 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nBm#UwT!HkzrQi_GIsaHPA&8b zvR3gi7S@;Jlow``pE>&gP@1tM$S;_|J0<52kYnrV;uunKD_Mcz#w8(zlCF)`GbSc2 zk>L|F2r|-T;MUNtbYKZ-kv_oVE-Yx!eD~s2rX;V8?#wL*FFG8sV@L>ja6eEgKM-gT NgQu&X%hCf^BmjnWF|z;w literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/rabbit_hide.png b/assets/minecraft/textures/item/rabbit_hide.png new file mode 100644 index 0000000000000000000000000000000000000000..4f28bfbabecdb802036554e04b426b04f33909dc GIT binary patch literal 192 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYq5(c3u0Z47T}04*#z%m4rY literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/rabbit_raw.png b/assets/minecraft/textures/item/rabbit_raw.png new file mode 100644 index 0000000000000000000000000000000000000000..264ab66c7782bdf5f19f2a9c9675dfa0e2385769 GIT binary patch literal 198 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nBm#UwT!Hkzr-5nTmyVUT!HlegXOn3P5-~#{>;pZ z|9zZWTT_kq8O*QpyPU&4RVtiRrW*_|yUu{&Mv zcbVDddGb=bZEfs4&+*%?{<8SK*o9Tk_bDA*I+xS!w?@xmW1sXX0;hIVHX229}soLMFK5k@O1TaS$g1#1OP{FT`>Rv literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/repeater.png b/assets/minecraft/textures/item/repeater.png new file mode 100644 index 0000000000000000000000000000000000000000..560c7e9ae331f06fa68039de4757b02e1fac3a41 GIT binary patch literal 217 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nj01c^T!FNak*0_Ue@aTk@+EU- zPV1jMsk^8o!^1>2)=j%8%yjem<#*k*kI2hs2nik9yVcdz_Ly4Ke4sYQk|4ie2Je)d zKR`~1r;B4q#jTPPt&9wc9IOG&{km`VzbR!uYg~Wv_v7_%wN~xjx~}Sv(xk~#HgyY4 zPlqbXN)56Ilae|padBSV8S7wvtfaWuJ My85{+J#a+=04q&OjQ{`u literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/rotten_flesh.png b/assets/minecraft/textures/item/rotten_flesh.png new file mode 100644 index 0000000000000000000000000000000000000000..4ebbcc0e95f75e9dbb0984efc86cc6c2c75b1a69 GIT binary patch literal 361 zcmV-v0ha!WP)*H<}@IvLw!H9HmuE{ux300001bW%=J083)Q-G=D?CFh5sQk{{dZEF^BN+ul-g zJi)nnvG%63rK#)Mp_~lEZ4%4*Lbw`;(^YCTMb*3hNI4+l4fkDJ8D8bQhVR&iA3$YnTD@+ce*o?Tq`{yo2oOLIK)>t(=RxJB8Z)PB00000NkvXX HrNGn}Zu*Y( literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/saddle.png b/assets/minecraft/textures/item/saddle.png new file mode 100644 index 0000000000000000000000000000000000000000..3434dc5d848b336ccf9e3e9ce84bf8585a1523c4 GIT binary patch literal 212 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n6a#!hT!D0dPv_QB$AYZXDX})S zLHebh`oU&OcIpy(vO*FP67P&fa)62$OM?7@8N5?+{s1|No-U3d6}NJ`8M&ApIhb>! z&d>O7za!CBAc0v!^7xL{M>+dsJ*u=1KJ+=E*dE}keXZ*S^A*XMY3I0w)&22WQ%m!$`; GNB{uQ2S)+` literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/salmon.png b/assets/minecraft/textures/item/salmon.png new file mode 100644 index 0000000000000000000000000000000000000000..b205e0959c3ca25a2f272c55964da8e0be3e1de2 GIT binary patch literal 247 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n>;rs4T!Hl7N!=@oGILrwrpJdx z<`tc@lk$v9tZ}q(2n^XSz*nTJXz1V^ucg?|z@(t9>ntIZ$sjAPpy0zGYQ(^szelAU zXar+PkY6x^cS_D5AScb!#WAGfR?-3f9T$K0?8&HcxSw3e;K0Fr@bKNs^{aRMdAHM= z+4F;LkL1itKV}%l1U-LrGA4VS@YLN8jDJg%U#l_sSCcSP!s4!vM6k%zdHoY+PL()# rHg4CZDjCt^>bNz;EDtQ8eUnb literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/slime_ball.png b/assets/minecraft/textures/item/slime_ball.png new file mode 100644 index 0000000000000000000000000000000000000000..424a1c1991c0a155db8ceea473e91c7900d276ba GIT binary patch literal 218 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYDgizru0ZRhu> z+hL%%R$F?$3V*R6mlqGS0SmJV%Ywg3sX%p%B|(0{4Bja@e}J46PZ!6Kid)GJY^%c@ zGsVpfy0wp}nA9?MJXCoi#g?Q~C}QHhmdR)u8|ThxY0Q$*4q2-jdvf&>S3bS#z*g>( zQTdxq;PB=>xok58uiBNGF?R%Rtv<0(3? literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/snowball.png b/assets/minecraft/textures/item/snowball.png new file mode 100644 index 0000000000000000000000000000000000000000..0f0b96a885f682067036811a8e8602f627815300 GIT binary patch literal 185 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYiUB?$u0ZF!$p`qYtQ1Vz zH=krNSnPW8hOo{9l@&Q=j7JQFLdsYTEqbT=IEgh#D5@-5n3<7*YT!Hl8Psg>TSZ7tRb!WSL zxD+#^GHBl%!QYSDDr1=@PMmmT|NgI^KNW_V*($UB|NYAS*)Ct89>$U&zhDOMl$<|6 zPLQXIV@SoV(DUAW&Vd|E7Y@CRZ~gmz+g#g{G7hz>(~Z4bR4ael7&V;xEg-qau0+qq zb4mNYoY#KprkN|-Il_HoSyxn7iGEod$KG)CukiN&p1;`TzP_3syP4%M&~ye*S3j4f I2d+o}0QHYj_y7O^ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/spider_eye.png b/assets/minecraft/textures/item/spider_eye.png new file mode 100644 index 0000000000000000000000000000000000000000..1a32e5eb210775505731baa7ea1df25c44721f6b GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY(g8jpu0Z<#|Nn27ExYRK-X*J; z%^@4gq$D9BVa+Jc*t@97e7nNK(Y$bv(j3NB{KpdX8)kM09AIPM(|mmG({_fxKqDADUHx2^ I9=IX_0O~(7p8x;= literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/splash_potion.png b/assets/minecraft/textures/item/splash_potion.png new file mode 100644 index 0000000000000000000000000000000000000000..f2f6b5519cd8d9cf4a244280e754446e7c5519b4 GIT binary patch literal 231 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n3<7*YT!Hle|Nrkidbt1O@%Y>{ z2pdR37(l^!>sHoH>ag-5n)B}7%T!HkQ$u;fuS>;6u87U!! zVP+9wUWuNDVfLCX&elHW$~OAS(h{Q4;irp$N*POn{DK+0Q*!3Y_KZk`oGs|@61}|3yRqb1^vUnmY9D3zAb)h+;yv0b<#I-nUB5N_kZiHN8dZ% or*mK6u77G?_vOpUmdK(gRl{0I+dJP5=M^ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/stone_hoe.png b/assets/minecraft/textures/item/stone_hoe.png new file mode 100644 index 0000000000000000000000000000000000000000..7f963e1d916a207272907b178231d5682aa4c003 GIT binary patch literal 193 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+C#4o?@ykcwN$3phQzIezdTPLULl zdh)IQ-4QMWKYtz;X_sk=f{O3{r~7NLCr(g&A{`Pp<-`8Pda^x@H3n)oC%oBWFu^h5 z*3p}@Oqk#BhB|DUwBGWL*)&Ps1>KO&4ctA9H0JePwA0QPFOW=|ByPB|(0{4Bja@e}J4oPZ!6K zid)GJOluZ02DB~EnsRmFlidu5vI2K8Bo;{Qbe1sRKBGDFUg@1f7apE>;kji%Y-zDD>X1MymJ06uO++UCD3pNPgg&er3bD^000z+ BK!X4P literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/stone_shovel.png b/assets/minecraft/textures/item/stone_shovel.png new file mode 100644 index 0000000000000000000000000000000000000000..adc5f3ec499deb68bd1b8a4f7a011933fe8698c0 GIT binary patch literal 188 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY>H$6>u0VRuF!$p;uC zVixeYE3$VqOh{syF)`(h1>>0q1{Yg2Ztmk$I&k+er(i@KgH!QQ2i}`pqBmlhMQ;=` foO-}$40I8n#M2tz_K&(i;}|?${altFxFP`nIubZ? literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/stone_sword.png b/assets/minecraft/textures/item/stone_sword.png new file mode 100644 index 0000000000000000000000000000000000000000..97836da6e73be89d5104ff654844350e8cf4ab41 GIT binary patch literal 183 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nR04cLT!HkQ$u;fuS>;6u87U!! zVP+9wUWuNDF3#3I=E^qu%F+^|=9TBFf$A7bg8YIRyi;=i06C7HE{-7;w`z|YiZLk& zI3LtG@|FAh{`Io`CO+m>o93>6^=C!j`NI9De?C0PS$XkDYp1u*qy74M>*}X1IDgYS caq)8dprjYGuR7Vw01adCboFytdf-(lb4}$#<819Ih_*8`d$!KR@(HG=Ev$ aVSWY~@$1&PwjO~X*Lb@6xhy?!MFIf0z&|zs literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/sugar_cane.png b/assets/minecraft/textures/item/sugar_cane.png new file mode 100644 index 0000000000000000000000000000000000000000..135c5ee3840779313658668068d6d890f036485c GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n%mREuT!Hkyv(9Vw+00vQT+*sA zBZDWtRP?-}Vxd33M+{e}C5yQm&oT}U8*MH{P3|HF25SZeH3kMlj|w2kz*rLG7tG+D zlJf`1$@Fw_45_#kddjiMRglLeP&bg_@23A}>lloz&6l2=TC{McLceLX&`#b@JeKQ{ z-lqQu+M4Dhv+&RDBPBBfxKB)fc;-XQ>21pVvF7(TasFujc6lpHKxt&yqZ5+y`m+=6 k{5UV9^5kXYl$d{v6HDG2S6LJ?0WD?lboFytdf}59Q+Wd#IZPUh z_%(Fd1QWu&nhdy(sw^;a3t)2&W}b49aUnx?+rvFN#TD5=tqh*7elAN7T#*0(c6}_a literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/tipped_arrow_head.png b/assets/minecraft/textures/item/tipped_arrow_head.png new file mode 100644 index 0000000000000000000000000000000000000000..9abc31fb5825a94843733eaeea503fd641487f5a GIT binary patch literal 153 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYq5(c3u0Z)G!iuS(!FBVei3DnKt>FVdQ^uQGf057pEZ2$lO literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/tropical_fish.png b/assets/minecraft/textures/item/tropical_fish.png new file mode 100644 index 0000000000000000000000000000000000000000..2905da38cd5e2ae41e3ecdf9ba72bbd4a64486b0 GIT binary patch literal 200 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY>H$6>u0Z^BZLN@>a literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1000699119_0.png b/assets/minecraft/textures/item/w1000699119_0.png new file mode 100644 index 0000000000000000000000000000000000000000..85ac09214b91767812ccc9a32daf500d5026fdcd GIT binary patch literal 706 zcmV;z0zLhSP)ot<=wUdQeYby?P*Y6R;9SF9twUMo{k&0y6J+^-e z>?N?uwi?xSHLg_a7{Tz^-vX<&u4@)lnMh4y%j$Qwpx*>F1?G)ZJl+vl6K}0hwHtOA+IKVs8=wU|9ER5Vb1X~I|T1YHRmCH62h~`RuEM+rh6c8{CL75I> zzE~>}F*gYOz89WdmS%^;o|0~VLE7vwUJQ8=(aHkR{l z0ip>E9}6CRIDRBR7hp)uhXRm!%)&>5h#Xp<`4hjUk@pKm60Lycr-k%J3y>TZAi{TK ozu^B3FE9#5!6+C7qhJ&O0KFRCpdBp@6aWAK07*qoM5Vyg7-`fYA^-pY literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w100357_0.png b/assets/minecraft/textures/item/w100357_0.png new file mode 100644 index 0000000000000000000000000000000000000000..744c0f81c78ca26a43e79337fb11466b3bdba16f GIT binary patch literal 250 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?!$Snw9}6%K)DcS0Mc#1VH4fRiXd??>_?s zGt(YFK6d~9{WE7apV{2-{Q0>zkFPwueBjFA^=G#BA6Z?qV@8pw_a0B6X5Nw@zhDMN zMkZz!R#r|9E-ukf^#e{oiDXX~$B>F!Z_aIHWHuCVxu}0SC)@Gw_o|44aW?w$3D3=X zR^PG7={flD{z{|b?Vla%543ApOUqQ4?+AXHHqm(UJ*hi!A+4@wEGK_U`Mgxi_8j|i mx6rgF@7g=S;DpsHW`>4+ujJo6`U>D-r-lr*239 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1007818512_0.png b/assets/minecraft/textures/item/w1007818512_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9b4a433672da5acfd070a6f3e29a1388bebbd81b GIT binary patch literal 273 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
    kjFqSCktu49VBm;GVvsm;Hfl+|ukF|t0 zfE(804({MnkSF3G?x8xO;|NtK0EYljfVr!0czmp?mB*7m4aej^RppfZxeoSQB_9JY z0|X4Db7n9^5R!g+`c&X)?rfJermaogleyOLulW&faR z#_jYRVXx;^5DV$E`=HRFJ_lB*CD03PH!rGz?*y=l zSlJ_J8k$zccos>0!sNFxP z0001_NklI%;h%PNX$tNpI0!Dq$yo}n-CgAca)1}erg(>f2WTLZ zH*+vU-WB}D-}E(ln6=R(pqpQVMtkd_>{Q?|LY*(hzODt1GobE!o~VF=`d}daWHQLsYQ;xZY#5o9HiZ0ebW@JD?CcZ=C4Rz{dF00000NkvXXrNGn}M233W literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1724276494_0.png b/assets/minecraft/textures/item/w1724276494_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1a7ad35b96df36b055d5c5d1ce62de10afc492a1 GIT binary patch literal 2393 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 Z007Ort6F@)A!h&p002ovPDG`^)EFi&evtqG literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w172762590_0.png b/assets/minecraft/textures/item/w172762590_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a40135f6e16c68811d63e46f968958a3a61eefed GIT binary patch literal 640 zcmV-`0)PF9P)O3(Y40QrpwHuyv3Hq$BeM5n}@%Ezru8+osD^$jCq}hd6I;3l6i8Hcyf|* zj+1AN#~4nl4pXBDT{bH?P#8)rATc2nBaX327XSbN0d!JMQvge3Z2SNK0o_SNK~#9! zq?3oTr63SQhwhQpcXJN^|DoFs%HyVurzBO;$1q}*6nH1xDg;2fJMA}w0I3VC0u%!q zffI=!-wS?px*7pVP_zQ1MB-H-Z|c4}T~=WLwA(2`Ci1fY65y=>N%r=&5j0r*YmeSQVpo`3CQoyIH4MXYX-i=?=j-<>26iK~pd`<6 zH4MV6yf-xv31nS&QO}l~-^_y~YW3a$#IWdd?D5<$G%Vu^0TR6HTERW8nM4zc6X4jS zuwgSSH^l(ai6(x_`Sz_yZuJrB0}Nv=WAPhheEZ74*7dZ;_{gXTkWU#5|#lW)1dt@@BcPn`> zhOjs6Hrt&MKK(QfP6wQsPFz5()?a0085yH(5F}iB3Yz;(aLq z0004WQchCP0007QNkl^GBGXo3;wA+VJQ1y5Gi^vCr@Ooi#!r#l?PS1UqV*&^#kZp%K1Shock|ebD7jD@UI4xl|AUy8?6Da z*Q?$5_}Cp_t?|n+hL$Mxp4q?oe!iZ!J8ZgAk-h}(B~>V@MQfPH>v8|QdD9m&{voIg z;vxoZ@p_#f)q=T0H@-5{gw=`WoE#i0|7?lRs#Xegj)>^ k^aZ0}6pVsVFbYNi09rTl!+K&6HUIzs07*qoM5Vyg7@7e>RsaA1 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1731126057_0.png b/assets/minecraft/textures/item/w1731126057_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1a9492e5f9ff19a9d6964f5689b2fc2691d78402 GIT binary patch literal 757 zcmVqjN9jyc71+3~0ApV}aen5|&<5OKagO33KZ4{y#X+^f?RHxUGE$ZC{!1cD zIU*IxDPSp3&s3y@H*>fuvrCaZLv4Ur3FsNsRpK~yNu9_J!&?F8@>vx@s*^CcA4s|q zQdy$?CgVsnfP&)cKc9fTD8Xk68aV(ySniqK_icAkOV_iaIb?^XsrQ-M^1K#^DU~!q$v+(Bu zii}?L>Ys zFW$wd{|GWlaVXlr58t0d@YuG!eS_*ug9j*}6a_at1YW<0lNz+i>jiUUhI1cUehYk^ z(DP}}(Y}i|07d(O?MtxlA3y_jLU=zh@D>z?s#*wA zV6rM(gQA_BhdM$9m8qqmpaM<-T-(A30Yt0>A*LWWnTl)tlPJ$Jqu}3x06TK4fq-Vh ntp*1Af>AIEM!_f;1)~4}0pP%mQs3;b00000NkvXXrNGn}zYtj{ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1731681921_0.png b/assets/minecraft/textures/item/w1731681921_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b68c5f1bea1026c6cb7de4ebafa605f068760d89 GIT binary patch literal 700 zcmV;t0z>_YP)D`LCbnww~jqi|(F+)RKAQjAp%TReee`0001qrO?j+0004WQchCP z0006*Nkle<;@THn7x4?pL0nW=7W=Kw6n+}CdI$LHs#%U|7FpOAXRG>fth z5(H|jfTwQmhc93LeE$7z!q^WmGPr>A9~GR>=NmW+93ya=8HkkPJr0 zb;8rf2^jhj0E2kwS~3pOcW>?5OL}|BD+vFk9Nz%}knNbKuH`r&U7uiFKzl@ub%hKv zHju^vNWBJuanK}y=x>iAeLcEVpyK^LsYMxklcX?5+C6l)TpdwdauirHH`49&=?)<5 z^M8f-`LhR%t%qOlz!a@ApW)jToVxdDk)wVJS;9$1kh^#X#e=X491P1PYPq{BSimJ@ z#!|NulR~Tt)@f_NRrjil%$!#N_A=;x%48L5Anm1Bndo$`0zn1G16ylgOwvm_v+UO*r;4O!U0OMfN>uooAFXlw1 zBnyx_5yrQW>UXUoKPqP6Humb4V~OywKY-@hX${Py3gcSgw>ll13Kw*IIVO50000P)t-s0002O zyREXSnVXY?hI(OqZdGYtL~&(GWLrUZYEXJH9-mVyZDwAQh;qfZoI5-?v!;w(Q%ZU< z9)3(QgJ40FigB!>jz~#CUR66)$j^HK000bhQchC<|NsC0|NsC0|Nj1LTIFj100OT` zL_t(|+Ju&kZtN%wh4JyRO>TF$o&UW5ldcUnZ6!^TZx{>`d=q;>N^8y3tTo8^xcA=O zTcQjbBZ6oL&`KasRfzXu2uQaW0#$9h7*hZkv_SMCTH@X zAYUm^V9z0d6q_L2Jwlmbx`Nt{5LGG3mI8|@NNib_69Gs-6@*q#X2{NLJc(KFUV?Ls z3T5?D(JTg@SUUm&5zvgl3^^4*#-}B2ek7o%KrA6xA!jNiRCHDzhT}&!HFkHS(%k!) zTQ=l(2=rJ`Yt4H%g;vRGUPOhK2;@lMVO8<124iU99&TZ-fFywK3p^5XmOtZG`+2F( zF)N*Gs@81&{)(Mk!SFrZ#qXZEOX#Cv2zV>WXK)EZ3@d(kAAQJxEzjAt4;HU;V zreMiDCIG_XjTmO8RfBae9j|5?hg#uEBnv^0uRu2K(0SR9xyXPPPRG|==b`ne2+T-zn2p*3( ztih53ZU>er_}f-0WB}#CVJd-9%K#|tThJ_;h+MDNHhEpX{Jp?t5oHw7YIka?V+wB9 zTl@U1{jbaA@_Jjus8ghXX7HSbCDE+66x^@(+?(tCD+RvuH>QCAbN`stuaBkjkKAwf zHdz15D!vy`-R2Q8SC)WW91ux?2rva-?!I#tNs%_WUbi8hPvBovXg{0^ZZ}|#+@TdE zITxsY3sg4&hf4KCpj2klx$%CV(S0INg&Zmrn#^@`D2cgSeFe#}0HR4P{GE#xB@jT) z1W0OK3X)%M4Q7<$SRhl7FxeC(6jItbGE+#DNsfQNHMDai7t8KjLp!GwkM{p40SN7* hU=)mkQ7{Td0RSe3^rv3*EXV)=002ovPDG`^)EIZ3d7l6P literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1740230836_0.png b/assets/minecraft/textures/item/w1740230836_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7e72cb184dfb2211e4a1e10625cacaf68607c4fc GIT binary patch literal 1074 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1744838273_0.png b/assets/minecraft/textures/item/w1744838273_0.png new file mode 100644 index 0000000000000000000000000000000000000000..cf9ba7ad57f23976fb97a5fa8b5fa5fff19093a2 GIT binary patch literal 1074 zcmV-21kL-2P)FwvC^Zu#IV+dslv9J5Nw7NJ%L?KqW9VA1N;#AR`tM6b%3X0CHTl4gdfE0d!JM zQvge3Z2SNK1G7m)K~#9!q?a*l>_iZTEgm4{5+wR6G}KX^=$oT~mQX-LL&HO~(Yw4} z7ebMW%gzPqy373IA{}^Uky4V|q3;_?`jV9|5_iw{e2)FEBinNJ^FMzwD{t|?M%A1Z zX1XXg_2JpskHAB*Uk7|KW2J!mZNPZ^DunwEfYEYt4mXM0Z~I_8{)WS%3&2X%#6h+J z?~lh{Lb^COz?^w?b4d-r7on4b1D?#-bw>%`GIh$}_lp^fN!|+atIuBnodC%->CJTW zZA29AC@?dCy(OgEz#O&`N7fyl)FH$fo9L$9Bw~Q6#uduFB~))_if~DbqMr^^sfnl4 z&=+t}%>!%wSLmnu{{UgyyM)p5Vg^NM@4S7zV8DP9=FD!05B)PZ=T*+2cL~eMYfVhj z8=yj(+Znw9$cifQc_A_af&?(uV&Zuo#Hb|b{o;CY-42AR+{qoQLOcOlQoup_113Zirqmw* zfhYz!m`pfeSOzykO2`H-1UA5d2nK~XznuuvfDqr5@zxLrWFS(yd(lI@Tr$7T08qXH zR%!J-07xfuh$je<1|)wbK#f`J1x70twP*LFr)0iXvgH2kBn&FDo-a_bo~wecOr;ng zu5d#`0ICKXI%O#jP0Th}b z4FFVNod8Kz$*k$%QK#J;xUWpD@f~3)apw>dC7yb2-{@KyNC-2&d@&E@({|?~aR_6QntS{dYL4u*)1KPf-5nR04cLT!HlKbJ34CdtaGhKCLpW zG}=Bc)H~5r-`U30-B{5;Ta8~p#Qe}@cc41Pk|4ie2Je)dKR`~Xr;B4q#jTj0R>lSc z0cLG^r-c8N3-i9O(_?H(IydilDvwx_M(NuNFPi;N);_PDkYFURRB>;T5$CRTd*t_= xKlRPrd8h1$j2qV!&hVU`6k&1y&tg3WhIEeC2Npbk{|;yYgQu&X%hCf^BmfyrNaX+k literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1746835750_0.png b/assets/minecraft/textures/item/w1746835750_0.png new file mode 100644 index 0000000000000000000000000000000000000000..0f7c3f31a501558d9e83dda0f1d5ce22d6f24d43 GIT binary patch literal 386 zcmV-|0e$|7P)%lzudnY%YvRHiJ$keK#p^H6Ly-A7L&UU?vt&7%mCN00003 zbW%=J0BQao&VR800090;L_t(|+I*0K&aEH}gEH8G#lmA zzHNI*HC1jDt;J7D^A^~okW9V3B|tsi65z%0mJn^fahEMhxe|NKlUmvpINH&4+nNBi zN46`_j!2|Mw6x=YyH5AhQHCTte^N45k?g&znbGlg6Ne`t|3NSah!#(PRb%IaNrwqA zIHfy)U%-IxIVcHo&^b;(w{-V(C*a610DKy_RzuIdF88onJ|87mt=>sq0MC*DVaCzf z$J17H3g|Zg9Zo6B*@Ikwd=BSafH{fHZ%wEb=ySdfR3k;K3A&xnF+WchDhn{=3?0>> g%CWxZzYT5x0Egb^K+jbl(*OVf07*qoM5Vyg7}GzUI{*Lx literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1746919199_0.png b/assets/minecraft/textures/item/w1746919199_0.png new file mode 100644 index 0000000000000000000000000000000000000000..20905a697620a6f8449d07f34b2abc5dc07cfd18 GIT binary patch literal 1164 zcmV;71atd|P)P000CBNkl1F%vfg0KlvqhW5$pCH5 z|NYurT)h9Vedg!8@3o1hHEU_sJa+ic{Apu4j_SxG2{i$MoSmSyCi7)B`0c3(rj^ke zb~XTiUYKTqHz!Llt#;fx_XpkjrVTKk1;N6~whh;jeJYd%w5J`& zj2M{DFc=MHHZWtb7>sDx=qW&u3Y5<*46v{PHZ;J{n3=(z0wx9v`HT&dFj8)zl7gxMOX*p>2kM;mpWwGAciP_651)HcPSZC>#1S`F4# zHi%6Fxn*r_*@u@4F!04)K3{of7ENO_Z|!PhO=Cug3j}YL|9F8jv33UZ;cLevjiT+m zr?+iUEXgeCdcnQdX9;54=4&`ap+t3YSENt`Z#(40X8Zc80(%HJN(jO}+>0QjoJ^J% zN_hdNlsv=1N>Z}QsLAVOWcQ4`aL(b2f&upUGz%eHkxEktt!hRIG(NHg18@&$p7E}h zrbMi*QY)EsB6SOJhBJ+Zm&=hZU_bset0`Ano7M&JK4t3;=>GK6tb%mbgm}q}Iid6L z3BILiPCJ7T)f$X$Iosv{+#j02h$6HWROrfdg^H-i4+R*FHr0_)S>vuEYbpu_pXH|< zM6=Y@8b$;9_@RIRp0Arn$4~nGfI$CRKtl3u@4h2ogy#GDpT>4z_~j)WU}HnSHG%gH z8BiMb%70Kg!B>sjoo00000 e0000007e09WGf9Q7+9SE0000=CrOen8)k+tS+byvD47>rl{v?i$ zHzeVpPn?RWJk2+<^^d!y&XIhrxAj<_yM{VB4z=FbV|wj6xWv7{G+f?*;?;VGdfN-& zKR`L2BB%R4pcfcZS*K<}?ea~1zzU!D|&v<@N0(}r( zfSM_E-H#XD1$;1a^h-FE1(4M97bU%Jzk*N|QsOmBuiw8t_wo0 z3opR`S7#CQ$x6Dl0xUSzlIy(@II+M2Xfx0=0ax?Qz&l15YK*BFKy+B5+5teIsQPw* z$k_ti8i5`hO;J^w0q0l_U4h&n`M@Lgf&*u-sX2)P$kqFHfB^MK63^<`*Kz=elUg!M zxBZg=5Y?2uML_^yi$I$L)jI+JhvtxNhE;Pc4(YlT00f5s3TgJ!TZ1gDA2;v7fG{|u zP%9HKtUb;8v>BjBf{{>T&5wek!x0^&%hRXLU)d<&Y0&vHJt~e9dS(ehHUktCgYcNg z>B1CbSeluOTsME`Nhw4M+0Q{Z35VHdw#{q(zSPL6_+%QB`9Do9J~!{g@AlwW00000 lV35D{G zrsK!w?$|eF{nqZq>kIp)#MCxzK5=61j{QK{t|jXV`lrO!G;cb75~OC`wyvdXfokGv zn>HOkHE+k>DeJ)^y&yFkkDmrA=maVNa;uxa{rP+J+Et(+NZGoroy#ENO>XgNmj0ny zHjWWWSGj>sQ7#Gc3ubTyf-o@127^{GSPBMbLExW^=;Uh*3`}!9T^vIyZuMMd&C|Ip z+WIj6tzLU3)59a%ru;nrWYJN_jfWD-=Ze;y*ZTVQcD>c9`^+^Z$Oi)fbis-CntGqrR$CW5Xqf#g<%Zi{|)$ zu@Uk~y`b--ILngj(TUovp3Ag89Sk+Ah}r+@KI5FGb^3kRB{QOrd#FvgqhPTmcm+e@ z+_T9an~&5md^6)*J+&ro!m*QGJHB@rZ~2?4JWGSOT`o>*e%VJljBwfvVHfsT6=t<2jANLC% zJM|-n-|b;gmc02FyBC*T9RpM!DE@5z_in;zl~+Q|Dw#|yMVixh>IkT$F?C(j7P>xJ z!l|`gilc4yp_bTSBC|MHgM1w0MDLKvQsu z$-Fy<*t}ZzpSk2=dPmFSB3Gu0)vL6FpTAW8KebPK5|`56NC6d9o8?wg+Ih(woh)9_ zYol-OS)%W&{72c=Dz49$n3Kn8v=p~ mrT^biU|O6Y($f^kz>rs1!>{?`tr0L?GkCiCxhy?!MFIdNi>=@Q literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1754769426_0.png b/assets/minecraft/textures/item/w1754769426_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e8ad05f65c9390f1c1036e5bc020254c49bff59a GIT binary patch literal 747 zcmVKzdwHhi_tNSWaG0NFEs-QbUVUs+Y+p-OO+QUWJU%xrJ~1vpDJ4}cCPg+a zK`kmF5)T>-2@wbeHy;~NFDXwpGFC@FNj)_{H7+(TC@&}@8WtHA6BQ8%4)Yx>MF0Q* z0d!JMQvge3Z2SNK0su)wK~#9!?a;-#D@7Ou(6y^OIOIDr!QGwre+ArOhP!)CdgE~Y zCiAS8s>!bbxLsK$BcSiw%>Yo0B1y1sf@)iBAl*B`(y#ip0{eHsSk^rPBH8Sn;LD{g z(0srD2-Y=KqB2YEXa=a!36`_zm+^hc8o;6rnIfHX}@Y+ z%`Boa)e)&CY^SX*$F6P;6_dx zAXdM{EUsdPRP?CrS7)ou9FUuTvx8X*e_7<@6+i(` zk}r(qBmWx^7inEWDYV#+O(ly_X?^6<4h{|u d4h{|ueg_(e?>0yTa?$_*002ovPDG`^)EGOIC+GkG literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w175574275_1.png b/assets/minecraft/textures/item/w175574275_1.png new file mode 100644 index 0000000000000000000000000000000000000000..30a8170c8413334336c5d5737889b9f0c24695eb GIT binary patch literal 1567 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

    _+T zceTV@zK1#7d2&`cfCcv@}Ad;!>Vc;h+ z3Ph2VX;>J(bIPln+J8ba#;JdP7t<~QBs~@l?ZhdP=m1k?Ih{=fw+VC6obkl1Q?=>A zF~)^A9sxRq#SOPcRc$6jnaM`S&*>*h$hRRa@jdhJ6iDI%z^dP_bzraxQB^kk;f?S5 zzOxNwxnj-cb7j?e*Y%gJ>sqD2k3H9<`5^8~RL@SPl? zy(eR*{*N!m%ZuZOE2gWn}6>{Ug15if`0J@$SZfGxnJwCp=yt=p^ zuZ}ea>H-ADRVW7A-(Ozdjh(j`RJE-uXLkT(<$Cu>+S~uU!KMTl zi&V>yiZn61*-1eH2(Jaues?$a-FaV)HG4mu7`-;#F{bbfp)P$9tud!R(lF3*7a+I( z5T>HdXKPBWWlF6dgWabL1VAgABkP)t-s0002n z)wS*G%gn)`wXKhwn1WtmSBHmp{r~IZz*N?zNym;!n|)PxT{nzvLTghoe`7m>KB9as zK{GKgCM6^v9vr|zNUAtMkuyLe0J!A<0004WQchCP000C6NklIYnn9Y)z_WuZ4rX#*Z7)M|n18#6u2ukyLxj;EL zb)y`eBPQVE^l^gmf&e+9T$q>vd`@xAxo*rL3E=dxg@BV^m`b*2K0iNoXw&F`)J6xM zvz5T*e7@-TqQRdNN;zp+M^K8uvIhqyaFh~b7w7Ahde(uafIrZD0ViR#K*%yH@3A9bq>iD908BGN=f6=P|sQ{r9mKR<(rwt4u z5WCx+BXcTQ;QjECT`A7F{4obPcO)VPOWj+*v6~7Nfujn{DpFL|2gxWe3Wwz)mnREefVQX96~Vhb|_%E+o3u0*f(R)w=qv>T zB#uDxl15L_%L~ZyFAGdhzi9{T+#X7r$pjEfd_Ent(fI8I?DKEuWri}qrg@GN*q8VK zY|K#bh2InSKk<74oCO#Y;{)~=Fb@9Uafg@X{RJ$_o{Y8D{sNxzVFGun`wKW7CQz+z zE#NufF~Ke$nr_(Y7QxS{1P0~p0;B^uzVB~V-yuLuPNVd!&*k6x>-z78i2hr@pfY50c4 zwGMV{`5qv{33SK&9=O5Y1N&p|fpgQe%^8rUomV&E>C@FwKB`rpk9P_zcfeM65(wiM zpYOo03s7b|0pm`xe}lO#iKiEYM(IVh#_JK%BoHijv;y7oqL00&yu&q2K-KccAYOkQw9z0(uNc zG_CAFv+oXcF^n+@1TdVFlIU#*q+m}ZSzk$jiMR+1T3Y@3Q?_AW0Rw;Aonrz301yCS x8MJ>`ZNalqfW{^R000000002Y*AK)8y#s@gdnhQ1jUoU5002ovPDG`^)EH=)5iS4# literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1761401925_0.png b/assets/minecraft/textures/item/w1761401925_0.png new file mode 100644 index 0000000000000000000000000000000000000000..aac767616264a547b69a701178dcebe3cc7407f6 GIT binary patch literal 1144 zcmV-;1c&>HP)*nA3`1Q%Sv*X*<5()`9Bp@ah6GAK|*S46?sgTT@e#wq;!hm7QOA-12 z0004WQchCP000B?Nklc zUbWPv08cg*_TK=X_M3j;Hty6_Tjn~W(QMv!0J|;;0r|tfyrza2D^E`P&n}{?sn)U7g%;z?ybE=cKB-8{1a>G4fwKW-l+2DWN6v4DI zTEo153IrQ~i2;v);$0@SR&vX|#|7*d)+6|zqzTqEUlf9{YR9>nx#1YU`W55)+cO|Z z@cjIo+%gu+!C`JW&?&N=pmPEe4-b#`ySIILF3dnnBT#a~z3iW)DL+|?_{|)bFq^kD z5X=PVT>))mvLeVY09wE6`F?pr7NA)$xgGG|ZuuWKEm)SEi`dxhfUl-y)`GQ}n~u*t zJw7}>{Kv!N)6=KFT-_F6GM8c42LddZ#FEQ4a^uU1|u3ax)mTu z1snl&%U(`=xX z%o1j6pkkMl|L$m`E@y2+iEF6V9{7vH4S8CCi)*=(LJ+h8k@Om zmp0ZkW`wwa;Lh?pFF6xyXF$)s?3kocw4M8Ow=Ie#nI&Cbx~|LT62!L6n+{PZQC+xJ zq)-HRI|P8u_T^m_*o}argdptMbs-2TCzIucQeNVel6N^+NlI23H7QAr>^dVaoOAd> z!2o+ZpoCCXq|y{Zsu-mz;rZJ2TonKpkaxNBuN72rYLSwHs!phN`c-h?(5s0u9qMwM zd;jIOI=#SXh6?jDIkE`yPKPiuj%^- z1o~kC3CV}u`-p%Mnvd(_lMM%k@4OHWu(6@P0009%Nkl z2_HyeWp*i)Ca8vXkE)buBH<|joS~vF82|tx4v+xI;{ZCN6d^%|09*nAa18(un+QSE z;{c{lf5FG+=f?v8lyvN$1z8t&ZC)#Yi3*FK<>z++A|m}GastS@4T!`k^J0 zqWb<0yuYhT`v8cQ;3hz1QY9rf0#KbI50Y;JRI_-#fBXJBim3fdNwf71fJzhIK0n_O zww|=RM|P~%pLyYF_+(bAe`Q^<;b>+x89M6zyAD(U22I;EN;p`r|c z4p3`@m{!^oe;}o_se`#QKwE`>_kc*emlvOwd0TfQqCW}q zvTjcRmU&({h5&!NwsqY&h5-M${4viP{l@{zvJURzzpmj7au4QZc5xa2{O?+}#l>j= z@Q-U-Hy5YD40fZ+4ALIn#I(nc@mbBW`^#V{rRU;$DudOP?~0?LyZccfd5N6WehyBS z0WUt_1aKCn$?ApZ^M1egx#xz5Hei??7Iv^Tk4#uRm*-L`-89R-~Xic zc>*e;N`P{h3f1)o7mqOkV8m*w%mjk$2eLo7Sjs8>946$b#tDG_*&mz*^lt<6+xIJ5rM0Y0yJ3KGFN hah|yQQJd#l{Xds>p8M;pQl$U@002ovPDG`^)EJZ5#wq{+ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1767793066_0.png b/assets/minecraft/textures/item/w1767793066_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a237f00110e860d461065c806012f2c43b651e5c GIT binary patch literal 364 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0J3?ze(-Y5rB(g8jpu0Z;KIm7=Bw*PBw{-3G% ze}C!!w`c!@LHhbzxI`f4ug)#n8paHb+^?=-_1LjF}1( zoLU4Jf{&Ccov@g)rMQK$G3ZFdCn=w@fT9l~7nvPrd7oohz~tE6yiB^3SMJ=Q%Wj!F zzS-(swz#8VI@vk)|L;Q$%nN7s-|N3+={9fdNg#QpeEms~ig`e&kYQoDZm)l>hSwto==1_6VotDno# H16L#fzzmqc literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1777470399_0.png b/assets/minecraft/textures/item/w1777470399_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c8036cfcc638deae6448f6e52c353eb215fb8de0 GIT binary patch literal 1694 zcmV;P24VS$P)uF8-9|2jdkV}qo^w7RVl0S5K&tl^@d`k@ zza_w@{{kYYT#(-`13*sz0%SY@R(Jt{BM420QY6@qIzBx)nhOvh05306Yx~2#9%_~J z25@q6G6%r=AOOJ(xW53Fg+g6nOJBOZ?3NhwK$hItfnZf-b;p?fUtVkOe^8Ord_j3T zvzv4Xi;M<92lPozxCFMeA9wa(@#nQLc~TF2`sU-7dVdUT3;&4TigM;+9;t%w#U&Xu;twhcFv-Y;w4g+fSZsxyB+zj0$+c%m3$wsPka9D^0@AS z4j?NqV_jzxj#Wtg-vqwh((f&}T7Q2mzXdwLT1;31D$qGWg8wM+-TQC0^cteVAc+UrCT^ORIdhYif!*Pz zO$zbE#VV!6v7X2zbw_OOhd>g>Y^YtDOfoV>Xb0iB0!hUn>9GQL0~MxH)8I0g!qCw) zdL}VSv3oxR1gSEK)C`l+5ecm&;K>5Y43T~zz|4#!JVZtsDWP-}^kkew%3BXiaFnGt zt56fEv?-)|I>|W&S0{=V5i`Y!ltM^B&nNa(2bV-AnF^~MG{F>o83H&8(U-x=?RK@} z&ziJA8sbyHfs)vgtk8n>3PLF~Ao+HcbRnStA(rB_Bji;AX&D0PZB8Lw3dD|6hF>JW zN;XvNw>fRyv=Cw=HzS}|KylN$oP&D3x*DaaZQ_wSuM&vsft%Y+2e+HiAQet(4`KN8 zujBV0KW%(`zyBiHUdG?Q-%daNsJ|jbc*ON7aKAflsA?Ei9g{y5&>6lv<9GTiGB6r3 zzTZy)#SM5k85WNE8Uc?usvVsIx0_-_Je1T%R{a`*Mln|Qv}Y4qaihw{j%;2eKosyJ ztrkngZiH>*NX}mg{P^QK{;_~fj?bjUp<--oN7lw)3h3Rw|5E`G3+d!kVP%c}29H0~ z>$1jhOa2pW=AmOL6vI$$RReV&+xhf2yK$^ni9_Lfei+>4B%HB0FCRFpFeQuZu?zZ zjh(i!j{s!>@zCjKAP)cS~>fb009i-4Zv$2m}7nwKw+O9`UWtt1OD>m z=gM7Q)dQ_PcFUg*eEItGDhKe!eY=~%iN}fg(}CO9hn3sD2;e!@!}*w^(y zXP9Z@-sMSXN;2!HZ|`B3^#Hqv@s3H`fHQ3;=HS3rB&6FK3g|o&4uuEX03OO1KF)$~ zU)EK~wX72XjBGt}31(O`mjge)a+L#4?LNz@MB~hwxxWB*e=!n(A;BjCw07PAqsbFM zlM!fL`;~-DXPU`eUIGCk$pUDqPG;Kai2w(w5eOs%$ZfpjIIGdf<#L6AAlDg zoLYi+DA9_${w@K5MA2ygN+kOgk@Cy|__GO>YXDZ*D~y>aS|zZJG5BPF{u3YsS5@A% zTGs)edL>jV^$EZX?+C#jW)f*K&s|>7gc3X;Dh{fuB(Y;D{loO@C4?jZJ@uZlNawS22!3-jDimGaQhDPR=w(dTGQE_oeDcR*!Q)bVez4YwA#R7X0 z85kHpc)B=-RNQ)d_2RiHX$&n7%Wu_{UAxt{KQ}VA{`o)s&72z!PTsUbCbNc*L-A*v z+MENwzt6WTJoNLxbbWdIdHjD?)P4HCKf&tvqdB}Y(r0W4sBqhM;E3^~j+tHaBp-O5 ziRsQ)I4Yp*%ndR37)gJCZ7 zE`#k^iNzg?D{@&LGp+c{lJapzld(Lf!4X>n3zv%?>1=EadC_MWPfElx3N>u~BJ|ne z!u98Zn^Pw_q=hdj+f!Wubot^&jvb0S7{DD7ZZv<1KO`guSLx&yiUDKD)UK?kySz=3k2ji64 zwZ9GOo2Gf6J*BYG+53QL-tYYXnt!4Wc{SXaSgp`;RsX%$nY85#Bqm60{P@;QNS=dd zk);7=!t4)X2kIgu9w=VvT>tZ_nfQlBPJ;mT&5mWO*KSDXk;qar+j25~dNQNH;R>S} zN1uzC9J|QG<*iuDyf~Lfp>G$%Jf^qpb$PtcW^-(4{U>D-r|%hFT!2rAE0A7Z??1E1xi8bMGu6B< z#-J=rC(l|%hFP=HT}E0EqcA#+AWY-_52S(HbP zukE{@P9~rzV@Z%-FoSnW&L1Er)6>N+%rUbgL&ouglw!ohQo4{!No)UfUHadwgAXEfLAGI=dMvd}ys!^CaY z=>(~s<;^d7JC0u7_}yjY+F1X8%B($2feZ`=e_t?d-D9{4XeooItDno#16L#fdyY#= literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w180734798_0.png b/assets/minecraft/textures/item/w180734798_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1c1f28039d5e294b2937dc6270d1189d518b9fa6 GIT binary patch literal 836 zcmV-K1H1f*P)P0008NNkl&l7P~7M7hwL?L_+Ac#2co51q&1pTd`9syz#9N<5o%;$NAss;cStu}Z77iIDD)JqZO8bGZ-YoIDQ{CVePXDI^oP7pcv zB{(P+E&-!c8}|gPJ1XQa3kYiw82tt^qzO2L9Sw>Ay#Q}d9(RWz-%g++?s2Uo9yv`F zpc`-i;n>HRM1#e@1wvfi_4D~`phVs4Yhd|yXy%2tkL)6<9%Z24K)53Yf$#iL$x{Mt z^sI11xFX6qz8^=F02|g@Uk8TK1ke)51}dC;D2=F103b_X1jJ=mL0DAMs#chU5|kSW z|IJX`JtQDhfpG&a%=?uNT!)u-Vh4~%?q+onapVrHA0A!?Y#IUZ@GBdccaPE{wvMdL zfvvRmdx5qHwAM$rAAsHn0IdU~4Z=CCuK{zQ!3EG*1Bj?My8v1NtaUV)Hs>NR8ucr0 zWGjH(0AYYNU|J_@lk5jzSVwxbLgtLF4#S8RfSCXaq%;_u||z4-Q_gOlnP=!CE9X6azA+B(L#<85T%cRnk_{~xx}xq zTkeFD`5i$PNrBq=w+{AY7ecXq)8X`%5&a^7PFw_#6aN?Za_zuthcT{i7z2I?e&H2> ziGLOw_F4EL`GdV}u|dn9HxCYh?6?RYs1>MzXX%7iz}$$lQ1nh4b~T^kyRW|iiQs2+ Sg;E;;00006>fW>r30N-9}NGE_w`PCp|}J|aRj9X>H0HY*q~Bo!$j z5+NB8-#r*<00001bW%=J083{w+7wi&O;w>7pjk*nJZ*5MU^@YOvr2mM zs9{bic^5>W?uz3Ms^0OdITvgSOj_82U}T)`z({PrXFrb`XgTE!p$d)>(QiQi!3Nv6 z&J450$4>(k8H|K-<@@XFOWsnw1nUI6wtv4~@&`fho!#k>6F;w?vdCMaxeI>!7=IKn zm~jzE@p={n!x01+8@+-Dqu-8S&9i_$fKe@Dr&d*U(gEi`1s?U&@T*{}dbxbN%EyaD z496IrEj!sb27Cm-3fTYr2l?*YZ$LD_X*0N;5Q(pi-AfQ?tu;hX#|D>sg3slV3RsDpotC*XbRT= zRxRZmK=A%YQc}!WP)T|hs5T|N3P2j<{zj$4o^2Iewp4Tw$a4Qj^?N)XkC`7*1>fPx S)oJno0000UP)y@hFHM zdL;Xt*?-T0C)#LDezhyr7T}S!y7p}&-3MSnWyvlJWc0i2TP^=czR~b$9TF@gozILBSp7sT@R`wp#(%BexFVN5iw7v-(b97zU*=R$K!G5~Md4FO+1J7UK|oQ_$=$N^SbhX#3YW~^_h+?LzY`dq_**hs z_*Vj6?X^HI`HlcrVkP&gyYE0CZqH^=u(Bth9K0hCS+@{?;z#X|1w0JU1%8wP(iD`G z!0nX)!dJ_8e$oRZO<|ox7r?GS0j(uqrw0^!csUR-<}=9%L94>ZRaE0@ZD+K_nnk zaL|Ozf`veR5{Lw?|bYqb!lZwSz&8}U5^3Vw1I zWU;D~a2Z5H9teQEr@(+BfoQ|=1Ymd>1OO59A0XXKcNYHw0+r{qr!209rR#xH%t*Qx$K-EIrK34X}Ev zZwRQ=`RPUa6&g!bvyMk%fbtaKbe5<8IUGczpj|3Q@B2XSsS^`;GKEu@}rL!+k zUHX8!$i2FHtQE0tagYLWz1fbB0#((>j5Ps$?Jj41f87&sT9mB`z`c*@u~OKr1tKj% zOD9WDZfPf^umh@k{b4UOH0Du7K|7!hUvA_b>K+XgN z1Ox;G1Ox;G1Ox;G1Ox;G1Ox;G1Ox;G1Ox;G1Ox;G1Ox;G1Ox;G3JFIVDyEbqpa1{> M07*qoM5Vyg7?i$63;+NC literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1823039592_0.png b/assets/minecraft/textures/item/w1823039592_0.png new file mode 100644 index 0000000000000000000000000000000000000000..efd3f42f5ff54b04545b364ae96aefe536d8ebc8 GIT binary patch literal 2978 zcmaKuX*kq<7sr498DqxSg&2&fh%A$}C^2(KnJi7BD9czHWxJJar1-Z|*(FoSmL;K7 zVzTvTkUh&?$rdWgmL-&B=IMT}>v{Wp&x_AF=Q`K-y1wtu4Z7_?Q9J<;01%~Fn%e;Y z{b?b9L;nGTJl**RwsdQIi$CP^`NL~`H{QpJ<{9I`Ve*UD+wK$xFv>}PCpcLo+wWtk z(j$rXEW$y5#eJS8n#T!7zOn|Mdq`Btt@fhw79vu+#Kd+=h^h;tp~0Rcl|POW!FIMs z0q=j}^Zu=8CoDAqz%SCwsrIb?!GUOxu}ax%?s;iJLD$g{B{d7Yo#!3OpKVK_Uze?= zr=PyZlRS`-jF;uFC8UNXch(7Gc2;sdHx?Y%y*+{Q%(A|Tspi%&=vX515|ZwE%73+rHJiqG=v}FpxE*`%TLVq(*nJ;%z^B7D@uQN?8~=#wP*xZkDwg!VC(%{&Tmi0-6mKza7*@ zHa0%*6fM>8M&9L!!?AHz!WUoK;XUECU~Ndu|G6Vgm7)#DGC%!5=f4?cqSQknrl4Jg zGAaM?Auqzp9VTVqf|e}d-QnH_e}Sy)0HX=(eooClc1yt-I)P<`8MpH$Oxvtrx6_D+ zqN1?sf+J*Zb3_3hOqPbvTrkxE5y_iMnSHo(hvE`$yO1bqXU7ph6awWRB|*`u;^G9d z(Ta+>7JM2sNyXf%qg`V8EGDQM_NHR!7c#l1=7HS)6qG*Jl7U0U(;;)a0rXWaN?PCx z>d~c?vIRHAI?MuP+i-;i=Ua>ugDV?77^QF$#}L82Qwk^Edz zBW$4$3Jy~{vb~&(Be7}EMl4ois`Ef~Tf=Hn!fau^sy@1!E?C(+^`Og8!07#f=Gl|* zTO7lu9VFhNX<+@@pZH=dqvVmpD)&i&QNEsK}>Nyea5UU6W zjj_Qg-A{VXQdKaCzodZ5bwKKc8+e)|Yqe2_%4!_)m&}`6TVh~f8|%`%R5uLawt7}_ z+{Hklq);(hu0Tt-_^nF>cJAer7$c;sR){ncX6z@pm1tR#ck8BcgXf>A{ym6r5%pnl za)4Q1IjX)BqDU^eM}u6GAt}2}$7L9=oJ0BKrXqKi+*I^R{*EwSX-Q5}vhD-)y`@3v z?Oc(RBT7WX$;AeaO1l>4(bPM-{4RjyMhNe=aoc)y2jw$B5YV(-M{OC^{vJ+U+_Q|T)|%J;1+zWYx=>- zvtoA^M`RA@T`%pMdPGOgi&S`buF%wnZ3zMbbyI3*0zd~(k!Q^P(`65@-n`vb) zI`~wCTRvJtl2rilcB54HNTnqkIBmMnx?12@^Dxg#S@}D`W*IqgYZo%N;_jKcr1PQ! za@|VVK_7QRNv~mJGCzKH%T5OdR3Mw!yag2M2ugs>A(No}i#C<;)jz8n$R!c3mTf-t zd1-S~1mEmhQ4X=)=BZ?3hL)g==V^L;F1i#rPRk;e z{lmiMx_n&L5$AQRa_+0>A7~S0MWC{_Li!|y&}SpC0Lxs6y_Rg*k!Mp0X6%10rz;U) z-`Nd*iY-$Xx_K_W%l78Ho@H8+nrm4Y9R16WrEH>3InLmyoS8~>h`Zb?fMk3MVEaZy zt}Ye?0G_>aG(VjEzB&dN?5Co5E6}dlY|+AP{vwDIyfDc>Y8p;NI~)GQjQPF*8BE-q z6&4%kERiL7bN;<_)qzCJJc zf%>7NM)sT9E>Q_ZHf9bdk#SFPOT_O-u00_s<^*pC5e0nvlyS_@fg6m;M8|yMZZgU0 zwX0~?XFa^%Xeb(k7)1L+DD90%>!9!a>GbY^DHD+^ivkllINED|3NKLopzXuOhgCtL ztuDcIZN_>r=g`Ejqn>>kkDoT}*;9f*IR*7%yJIuzEnqD%apuI~*JHTWJa9X?rIBv*PdlX&>qx_Pa(tg@tRp8hx{XO@UOIy^+BC*=bs8y zUMON0ml#pm+uUNj8+x5ORo4UjL{7`@o0y-pf?b4s_By@1eZ_81W*G~^Se@MA=XSU( zJ*ovy|DpqV{iK2uc_l-&Ng1E4-_;!irM0d89~j}}n>)F&dO17;Pf zs~Q=#EfM>s_PDriTI+f*cfKmIvbBoYQuOVyL*S5RiPOyZ{8InyeT#*BTEVbFPWZu< zdom-D907*)6SxELdVjt`=1+oULko;im0t||hQI2fOWK5f4W@g+ z;s;d+5}$GR_P2(nTjR%iB%Woz9M_#PFh4UvXPI4Ob$_Ixwe!=3IEzo}CKP zE4bX1z#oLUENDxjsK7~EGo9uRAXQfh`rU&2+1T*$#b%{QUSrZv|Cq=;k7t7=+A;+% zdLFOb+voZ!UK&)wd*Mb2Fi}FDWSrSzJdMpmOL)!376uL`Y&)+}L69 zJ(Gb6SCC9ViE{d8Wp2~I83XLLg15es1^_E>)gOrhN}-BtLh!Ig9hv4VO^FFyIVvcM zZ1D)Qk_P#u17i?^M-BV_e0TKA@Ac@von2lEkqRIAt}Xd&of9MNj@>Bj4()ts@ONk> z{r3(y|LQVnaf`*~!`oBec6fDef)Xj4z8#3UuVO=|Tr9iYV|;f(5tLv+2wG5wy2T7V zl5QO?0u)8QkzK1Gik$A~e$aWg^&x;`iMC?^)^FPQ@4^%0npc<$GFsyJ(Ln2lx?Sz+ n(|tw~e?DCR7NYzG9R9y#%r95SC7x8J{(Dceur<#^{*n6+!&5V9 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1824399249_0.png b/assets/minecraft/textures/item/w1824399249_0.png new file mode 100644 index 0000000000000000000000000000000000000000..433ec9aecc0bc70997906624d90af0aa7b4bfd1c GIT binary patch literal 139 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+C#AWs*^kcwN$3#={bOP|%hFS%6Q7E0F&D|If4kzmIOxpT66% zYn$WInfhzy>Q7x_aI{Ome3fTkXr!cwt2cZhE&{Ia@H{EumOj|#e7Z~NfqaJ^*7y$Gi<-CJ-{v+m~1?Ia{fM} zW?iSL`P+owS}43*A~5sxLfNzIqMNrSsAsKk+j8D^zu?IwVfs__k5zvC_v*0bj~_k1 zO8Hz?@@#GiN!+(`&bw7wS{(s9-&LRc&Jwcn3&+1Jl^>ew#n|}g%;%Lh;9~eJ`t~KG T(!E87TI7Itt)*3@dS6BO+g6Utu46N%n8XwUJWZ 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 fm_js3G@GUXa4}00000NkvXXrNGn}%EsCB literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1905599351_0.png b/assets/minecraft/textures/item/w1905599351_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3c01164949fb7483e9a9704e265789ac2ebeb9b1 GIT binary patch literal 1013 zcmV@QJrfj69v(gw6ipu=Yg=4hJ3MM#UTRug zUpzfZA0S{oK43mTIua2^935s^T4h*SNF5$pI5{#I6j(Vrq5uH$saDx*EW$1kgE=f< zAr?Fm5?Mk%S~xnG01r(MBFO*%00DGTPE!C&WNiEZ00Q+%L_t(|+U(YalG`vC1mGK# zWWF$`%xwh!Zv6f)RxlJjN6y%#O-w`j#JW0H;SV`~m#d#rs;GE(di!R%KI|u|{3TcS zOcww*0hH2tyqM~Ewb^BnR+j{TRd6FZT7QTfhfMH()ta<$IIP=f!mT`qc%x!1)kB z0^&h3cvgY9Za_8cwTWY0o|MT=?^)mkp)Sy&Y4zr_8&FqRX;q$1)uS&!Kx;`6=cEOI zq?2wy+2#wNNiP6ESZjlK!Uo_3^d2_=I?`(vfCN0)2%Pi5lLG>pNr3NKfP(`FYnw7X zMgfqv*@i$42sq!I|A2u3WB|$W0PumM0-Ps_FdjfaYs07jSb*aJfM7}fv(u0y;DzKU zfc7NjMCgSB1HdLC&N&~19s>a&;sh-K;+<5VVJHBrD*F&>06bBj(l`_VP6W;TBU?!L z)NZ|?#tuU<7?$M6p3eR^c4O>vE;FIL;uwlPhE7cY{Un9vwfBKG_1;VA*DrWmiy-Sj zMl>7<81vF7V8{C!$GkKOI?e=WIf>)J0kqMhB(J5X>)&;3&YRkaoz(^-%1qmZ@Z zpdRcvsYS<8t>LWOeKRvNGcz+YGcz+YGcz;t_bY!fAYy)9coF_rO3^@aUjQ+zd3^;G ziPI}L{VM=J7;{$1KDd))b<4O6rl@EWE%zc8N0kJ87)H(^$+GBwE2q?r5TLOZ}0Nw^@XF!s` z6)<+myrK+!RMBTZ;KCRIIS7?ae}vNQDPn#ybYFmYiOADB$MF4s2@hNQYby6|0(2qq jhPWJhG0Fs({dNBUvEg35<3f=600000NkvXXrNGn}ll`M} literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1917714267_0.png b/assets/minecraft/textures/item/w1917714267_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3431279b16bb14e9cac06c514143e46a99c37bce GIT binary patch literal 914 zcmV;D18w|?P)TW6bKki^;oRHxUQ>pDgb|^iB ztthqvUqFNuVFhs&B|V~UVPQUULT2``4Pt?z2)zZDLqWX`tKfN`f)zz(XuB~4qOKqY z`wZ-{&w#l=>uBK?gPUX%f`oTKo1kv2*u*2eZxY-wENFlis2e0vf{)V@)VWI{H3Z(g zuju*1lM5=EQxvnMXkRrVV^-e7SAV<2^ zQB8|7yC8E*3$D)i&?V4XjoGNrZRK z1<`ZJZ9k@>3|OtQGwPL912%cwuGib`_Iy69XwAKE3joymxvfN1LiF9ImH_z9pt+-s za4>wK4Z%vTJDUXENo9r=4q!yP6f=Hi@bw8bvau5|xBvn(c+|AEBOuuZ#e6%RU`o{r zrhw8WkVx$M4+N#A0APkTg%uIGuwq zMg}P|N#(*2NRjTgV+{={Dqil2-9&&kIR0(s%%Ip!Wi>GyXqL%2M;TNluC>hn8ND?@ z#Sj2hh+l%%>4`<^Y{W4jlQ3yX-72L5d`OIo%G0Av6~&1D1G zDYLClWX;YwXzM?)Z|gs>Z|i>#aCby1<5xjP$<&YGtvMF#M*_Is9*(dd5qZ1ZLD`Rh oeB7Vp@1GzgQwsZMBNmJT0FIB>f-+Xur2qf`07*qoM5Vyg7)~OZq5uE@ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1920576398_0.png b/assets/minecraft/textures/item/w1920576398_0.png new file mode 100644 index 0000000000000000000000000000000000000000..765b45d9bed69a10d588ffd44463c841592b870e GIT binary patch literal 379 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1929792504_0.png b/assets/minecraft/textures/item/w1929792504_0.png new file mode 100644 index 0000000000000000000000000000000000000000..0f3db357d0e990fc48b6f6f67f1945f633d80434 GIT binary patch literal 109 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BK6Hgb%kcwN$0ihv(_M86sZqKH` zaCr$+C~NC~1!spG17EEN;t%~9FB*t9@Gi8MU|pOb!oaZa=}#}WHAjnq`WZZ3{altF HxFP`n;He;z literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w193160378_0.png b/assets/minecraft/textures/item/w193160378_0.png new file mode 100644 index 0000000000000000000000000000000000000000..281ecf24610464ec5960e9bab2516cca8f311cde GIT binary patch literal 537 zcmV+!0_OdRP)|Uzxdx;)k z7k@F>&j(1Uh?J!Dw5~F84+9$c7lX2&53sxBI#tTJMGug?k&S;bsOJNy@3bbBuhpeJ z{2*-;LD*h`X`A`u)ImHm?LHb=4oD*rTZ(|wrsYAgMvH&{Y7(phv*~cv%E0H zeEde!-2Wr+)+>mg%gf8l b%VWL(mU8rve*&w+00000NkvXXrNGn}PZjLi literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1940333117_0.png b/assets/minecraft/textures/item/w1940333117_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c6d4f3682dd1554fccafe6517cbc427d8bc8af47 GIT binary patch literal 334 zcmV-U0kQsxP)v)#nZrQy*U(#dDoiRqZZY`#B4IMjgJctqi0004WQchCP0002tNkl@OOuYALkFjA>=1-%k_E) z02O}p!MZL>hu6jX0u4k$-TNIT55R9s->T~h-aCL?wz>fG`~vt$xjcZ&Y#M~3Pr$ea z$Dr{6;AkKkMqnyYz5reyRAU`Y+8-80R3zRKQvyJPwbtvF@sk7CG)mN5!S&Xt5CjZ{ zRtt>L0tAfdPznI9HQct6Q-l)-(|#yr-y#6VIz6`I2x){fyIl4#Gv?Et#M+@VivQo? g;;fp+i@y;B0FMpE79WaJr2qf`07*qoM5Vyg7#!V+z5oCK literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w194520903_1.png b/assets/minecraft/textures/item/w194520903_1.png new file mode 100644 index 0000000000000000000000000000000000000000..0b3cd80fc41a9ca3710336aa0595046f90c9a883 GIT binary patch literal 914 zcmV;D18w|?P)a7||KsET|NsB+@ER2w5DpR+6B!&BAtoU$K~H@)Lu)HG zSSBt>A0|2$8!1gutvvt$01R|ePE!E?|NsC0{{H^{{{ABv5-b1!0`o~kK~#9!l-2=< zUD<+$;pbZ^12mGV{{KI)s}g!J1GV4FQ@sMV0pAI4_?&f6~GA~ADpMj4F=|R zY_Rz_ruQ8WvVwbpWNmr$e?Dm0ayy7Hx{CSSh`Bw%7A(X3DXR^IO==^{+zu7-@KZr? z1v{hZVL~F2K_0(NV)XG9L8()+p@vTKvzCac*v0cX+W6dyy2xcz>!VVDpKyRE*Q7BeK~u>9Y}~R zf{=poZUDZo_p5yeI9!|9FlHlL7>&6N4uCUV8!+hr+jZG2H3Kk+J8)F85z8i(vsr61 z0M|pnR@s=r*i;)MGXP)P`LezO9L_O=!C>Yb*l2Eh?t1Te00X>qeR&1`z?Q$kpAAhl zoBN!$9pFXv;uZm2P(`ZXszeQrAX? z{bnGRff}u0!Hf3#^T6ELY=674=BMV{wFBVle0Q7YiC3RHw%pqMGshlBJSac&rJ}{{R30 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w194927127_1.png b/assets/minecraft/textures/item/w194927127_1.png new file mode 100644 index 0000000000000000000000000000000000000000..221a62583c3c63d90e4e5c2015e59856bae74fc1 GIT binary patch literal 882 zcmV-&1C9KNP)9K3G9(1@Hg>01c3gz1DN>n1Vk8}VtzMbZco^PWte2Op|F|S$TGJ>MfmwwL2-gzqiM_SNF*|d zpWjSk^tlC5f(`>IqL>r0sEOOjL{XdWlPSi?JwMCs&}>vLq}VJF>lm?*EgUv&BiOJl z8_W!J^7({k*4kjuFwIH>!X(#|$E!Es$R=tPDfd?g#_ieT^u!%Vh%JJUg7Gi_kM_RS z1K@Brv0=ug>I2yi;@3;193dip<5LsQMB`>bsTII80|26Ui`RKcml zeM!OX>U{x;sxj*>%~(%xI&-db0X$w$e6~N&Pdr+?dYtRIHC@+&(2}Cb9x?a z{_dQ#nyr?Ov#R{b(XK75?OLXd`I9H7?Q(e6+1L*9Cnr`wjoQHrobx!o>XcmInC;?r zcCPs*&vRelbiLgE@tU~&?$~l`^JjMex6eTN=IJ_fn+rU~g~)tySZ)na5Vm-n({B?n zw}F4~c0z#F@agcz?LLH{{QEC+9(+2V6Wo>oQ~^#W-vf#Qm4E=s?TNRa$UrO!%qPbu z5n2RC6+q&9;2c8%1_EN=13+oPY7nq(Zcm?>c1$d{)6;8ru?xp1M+X~hT-fwHJqzbV zeha)2%!X2U9;as&>i0nQ-sb$AU}Xm){2EvVrpgLtHjwXuZSEfpn9dA_{Ti?h7B<(+ zw%6FpHrc+ek+FcW-IHN+v2R;=gV{C$yso{#<|qHzK!Q;K0BC0_&~d`iv;Y7A07*qo IM5Vyg7`m6W2LJ#7 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1956792075_0.png b/assets/minecraft/textures/item/w1956792075_0.png new file mode 100644 index 0000000000000000000000000000000000000000..acc6f929d60fb08e276248fe8347dcdc6c7c541d GIT binary patch literal 155 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYLIFM@u0UE@O;ui5Nm5Q$L`qVK zlS?*akseT#tt7}VnBhMV{A2r*@(Czn#(N77P&+3l9qf z2owhn9SapZ5gtbs8D}CQ@%{Vf_w~)?;#<@?T>t<80d!JMQvge3Z2SNK3T#P4K~#9! ztd@1*nDL~Gg zC2w2FU4Kc!ob8~kYg|%Ncv8b(0H`$gcL1J7iHk%rVJEgNH{A!|0n7Nj5}zT_1?nVz z-GUl0c<4Jr2cF(wh;+-ZPi4 z&LtNifM>&_2rUuQ99|E@FkZ=l;~v}qXw}7nq?O?#t04CP%WdD-s3NWu^xr&lmQ}~C zOTskMT!vw|%mwN%0QTb+ng^@Y&@t6Jw@M%lHp%DRGUUZNW5*1bAMyV1^`0 zsJDwjm8gXc;V>O$T-g5!_i21R(zz+Zn40;fNrS0V8=@o#SLHGv%CSsn-bRfXTz|VsK zCT#?Y#1dqcbgUoZA*x;Z-LZ*a30$IiuGFpK2U>>N!H#;rTZ_GCzGLB zPSBH62iP|NRslc^)Pn$w{{8*^r9oZLFEq(u@`iFO)7Q740kotW9|KUe?f(Ay{6PfZ(j9PY?CRnr8M9K{6ufUL=0;q>r1Udi_4rA@y z1yFr#E31=Q+kF0yS2ON$6o;X>1ly`{^4I#=nezQV==nLcbV_v^xX~F%5VO_$;UpwH zwyx2HL8xIzJtI9TnPS+bBJZ9fk|guNHEME*7&JEQd&)Xh@}=w*Kw^{%2i_QRYpm^X z5FotSA^?c+aj=GVfV=~6F8Gb8*Ng;E?EdL8 zn*eu=*u7=bGB$%6-j_((UlmYe;?BpiYyi6qa2?PZOe5X^mIUCBlKXsA0xSz6%syuT zArE_-O!LWHRTKO_0aWVeF!UV&UD4Jw3Emfp_XIeff!bPMEt=35iE`QA3ZE`^i?9z( zKo2N>3nhS^0cfrHK;WZheKRdlv;6*P3Ty$}_l^Labk-TuIe>1>Iihbj4}j}6s@wXG z;4fxkYij#6hdu#jz2KtrIRHmD0ys5G5054)0(5EgR<1RpZE;QOr#!v{$ogkixq3bd zU>(g{wPF-5?lD|3Kiy+~|9l6}y`D~WPC zmKOk7y~124$K-w80LBvSNLV+RHuDBUkzQQj5E0fUg)ai@SCB_YSxOSF%Vd-GeU*F& z0NoVYVI6`{73&%&#+o3!!<2aeph##rXNRx5TW!s^*|F4P08Ri0+W}%Opl~OTS`gi+ z&CHf(p1D$&sEt>Asc6=0WvCH;48R`txH_DPa9vLokUkO}Lo)$7C5i-7Ee;6;p|5HU z$5}?XG0T|n5>uhOm1TX{wFZBS(t_z!VCbL_%TP4w1fZP49VCZ%kT|00l<}-JxVsQcg;c4Y;^*sumdia6M`Q* z;jK)VBcsy>Ks7bw5#?i$bnI9CzW`8#8GW5rQ*C6{*~Hv=xJ`p#PDkdEg6rin9X0J= zCsGdh>-Y}`&-D-h`y288JNl!6kn(FA5NAI8+2Y$oS{`%k66f*&KuA#csk3_(+6_H|P*IFcbqI+CBC?z#kf=^K>`^-mI|@6tAs_6(<0?H66OSJprZx zuzeJ|WN``o>CC6AX5GjDhgfee=vFH$xNhnH=o)OfzhA>8j~;ND8R;1Y(vJY#9M-L) zslx*YQB_jG#*OocQu!?S9P>nzIx|3@Hoqd#u>KhU4AkTl0JGpQn8S_o6#tut;$Hx0 z$}Z#6)ikYM>C7?mld$aHQ%(UkPw=t6pu7!T9^44Sl=LsK1|Fj3k0ssI20E7Ik hN3pL000000U=UWU+#Y5)ZRY?0002ovPDG`^)EHh}6bk?V literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1963216811_0.png b/assets/minecraft/textures/item/w1963216811_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fcbde96feffe85d34d8e9b09ee7c1c899b16e54d GIT binary patch literal 291 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFO@L2`E0DgOe|LAp?uE_^C)ssw z^e$iKGH+kZt{Q~`a}kpmh46Wfi*M!L+Yz?+TG85%Ii-(cV;;oD91ri^W$PKwVDb~F zpQ|LuFPPy!6#Qf2nGgjO?eTPR45_#^Wx`R$0|6Y)-B(06{a^QX<-gu+xd}_OW-s%8 zkt;0L*|6r$2pJUp>35o~eS_MW<-p*ugc)I$zEIn{V0svDXdbO;L3%CnGvNJ1-j3q)~eS z0004WQchCP0004sNkl}~vbbH#?c-MdVrH)GfT$53ujkX{cG(P&v>8xqUH^4W zm+LnHR9Q^Z*9LT!?jvnH41fSK1(r)p({xRxLtt%iN##$Fo6*dLlsE2QJ`#wv!6w6} zaECr&X)8dk@(-{Vz_13isDVVJylyR8*;1p{=!bM$^sfhyA^|SH<`(p&=M%Bs7yIh! zEvWC_gs=`wzc&+e(tOT-t(GnBk|@ca$_OIIbB@NqXmAKa0isif19HTikp_goa?HFX z2o3}w{~+L94PZGV0W=tY9zdkN6#$U)b=n;TGg87zBKsCK>uUf2 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1969616221_0.png b/assets/minecraft/textures/item/w1969616221_0.png new file mode 100644 index 0000000000000000000000000000000000000000..64dcf419d13d752b32b5ac26895a63fd782a8d00 GIT binary patch literal 2758 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 M07*qoM5Vyg7#iHDZvX%Q literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1974018007_0.png b/assets/minecraft/textures/item/w1974018007_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f39430e28143a1dbd874ccad540d6cb492ecd700 GIT binary patch literal 364 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0J3?ze(-Y5rB(g8jpu0Z-f9QiW*@ALV8V9tLq zINm)W9VpFN666=mAQ#oM<ip%mr0lM%AGrO*)4O&H(R~S7I!pE zCp*Xf|9z-|dEw0d+j8q=EQF16{=RqP3|Hb%Uf${a^_go)K%awZkjvbl@+W-rzsf0{ z@{m60Xg2$#qfkbbxF28Yk_!h_|4dX)YS$0Hdg{N^_Ag?bNz;EDtQEcBHB literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1975017321_0.png b/assets/minecraft/textures/item/w1975017321_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5961367d9299aa274c47b304c6c610cbcc69a491 GIT binary patch literal 269 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?#d*U5*7(x&b~Ru0Z<8kt1t2ZJN1s{iMm0 z`#U0rX!Bzv*z*rLG7tG+DlJf`1>GO1P z45_%4%+P4;#j_$|s)939*MV5aG#*Cg5XPk`Y$l=^ZSx8pg-ti`IJ$$M#;}+kF;>fKR zStOhmR)smfeVb&|#G>to zd3kubgc%nDMcGP%{DK+&1HnJGKPjJpB1WDrjv*Ddk_*a85*U~j)!bMO4!6v7WH=L$ y63}#lwOhjZN{fcEL&HYKDF>gtIpE;Sz>p&ID)g1)?XN)H44$rjE=vzwkpKWASv33r literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1976682995_0.png b/assets/minecraft/textures/item/w1976682995_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d91b363c1812b269b255bc3c1b7c5463d22d9e1f GIT binary patch literal 479 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?!$Snw9}6n*g5>S0F7eEXdEx!@AirRS{~+)W z1m=8uQ^ml*=Nx4|`_dB!kIj~=JXIe1OMMQTa1eVm zL&ofN+435@V<$Ro;xuk}cGKiMU+Q&Zp{d!MowS%^t$hmIZ)WnWQC~2j?WeJUjkzwD zp1O+MG|r~1dAYw|+Js z_Wxo-8#xYlxUje`bXz0LV)#zY>}B=)yUYm_9@g?TOYNNHc;L)2hY;4jn+MGA1cts4 z?ECR-Nx;!Y299aWsyzJfC%aFm@JzAzch9a-Ie+)vyzRH&-rKFe;^q_2+v+_+z>sF} MboFytdf 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 E3z?iW!vFvP literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1984143817_0.png b/assets/minecraft/textures/item/w1984143817_0.png new file mode 100644 index 0000000000000000000000000000000000000000..281ecf24610464ec5960e9bab2516cca8f311cde GIT binary patch literal 537 zcmV+!0_OdRP)|Uzxdx;)k z7k@F>&j(1Uh?J!Dw5~F84+9$c7lX2&53sxBI#tTJMGug?k&S;bsOJNy@3bbBuhpeJ z{2*-;LD*h`X`A`u)ImHm?LHb=4oD*rTZ(|wrsYAgMvH&{Y7(phv*~cv%E0H zeEde!-2Wr+)+>mg%gf8l b%VWL(mU8rve*&w+00000NkvXXrNGn}PZjLi literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1985940056_0.png b/assets/minecraft/textures/item/w1985940056_0.png new file mode 100644 index 0000000000000000000000000000000000000000..82b9f25cb11b900848ab0e423b2b2cd5c65ee9f6 GIT binary patch literal 334 zcmeAS@N?(olHy`uVBq!ia0vp^4Is?I3?!{4ok#*w`~f~8u0Z-7gW(ef=DiFIQ(0M4 zcHMdo6k;q1@(X70PRaQLvk3N0%>-qoQ({n!dZ$5LuSH+q4<|d(F5bhE+?l!)gVS$6}pV$_^b?k!5c<{`EKn zHMT4WvoZORty@oB=)|u0Yz6p&3YS=A7#Wq?k&A z{DK+&sf#Sz3FNtXx;TbZ+)7SJh+t(&=wjpwOI^sl=8(XQtvt@GEk`sbw8kIRQen8h zLCBSX^FZuIu2@!&2~5s`b3FPO4qZ^xbCBq13S?k-X;Xf>IPc{{pot8gu6`~{4_uJ| E06I-BHvj+t literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1995941004_0.png b/assets/minecraft/textures/item/w1995941004_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ebf55e3ceddb2c2d1248e4415f06e1d8bb036ff1 GIT binary patch literal 2890 zcmV-Q3$^r#P){ww5^^15y74-JIDiUx5!zn}stL{y9#%){Vm_5^aZ8;6i$J4U9tMO`53Vnbke>|_!M9~ z2IoHm;>PjO1s=x{!J$K6Uqps$^HFUC;@mQe+Qq;Q0eA@LbJqH+9T+IG85W z6Z)nC`yde4O8iOySs{1=GlESu1a9ZvVTGXf-KQ}8QNZd7ltWczPbSo4yWv3JP^er5a>_BU6(7>a29P6idv|vm1T!X)Hg|*} z0Q|U@vbz8d-}hfI9RCAed%`}fcYQn3338Yb(+TbIRbUv==~q^9*)M2GfgJTxVOTLu_5R~lEKt%&jL6OBKSHLUzU=`2v?UcEoyX=&uE!*1VOtESqKdOk#3;7N8QKejWgyKY#x47ICrekt(u@ ztC~H|m;V0qmoJ~;cTT_80`ve7F%uP0WR~U9-^1)*zJB`j_1yqnY|MwvV_`7qMx`47 zdo{op$eS%-$9Tw)@Ov~502=@n0IzYuy8*f#-5XLJ0DiQtVSb%wl_+0QzRm9g5QA!@ zz%Y3Oz!>>96W~2T7!wVXiC+S^EDXYTx*((t7i?od6=nOI01U#m+5iCle*=j5M*fKl z#^|f}lLh(}0PhXLp?tN#E9QZ{0h~fB5I_lFx}5Fry5M{<>Y^euvW`3>%gz8kv<-#h zsP%j?s+AQ>8y5?}D1Z=-1Uf4DZiGCud^Lb5J4ar8 zOy7z%X>LM*rGd&~{w0fC9Ro7kV&S1mp*uR~>yO6W@R7}e$}NCh0$Bg4_Oif}CQFc& zGRv$Sr5qtLm$C$@7^?XA&07~-55O+b^%Pzn0DK2#Fhqn*s%V0%0MJbk>h&%ds@OX+ z#7u0v6M)QQ#Fa+<`WV_CF5tU9tvcIKvnl}3JZi*nSk&wv0|6lGu0taRVuZX{YlHx- z6H%0QdI}T@=LZ*@Vj!?)(FYgcV%FecJ0k2b4=~gSpqm(gA{Ig!0T}ZE5cMwsP<}&R z;R2D>1!fN}Fk4)Jym3L?3Kv`rpwz3&pw8F(z(QsJ0NfLHt_kG~AfG1VT((eP9UtxX0_eT=T6#P+GQ;T|iy*4jrPeJDPG^K>WBTXokd&=!r?ym=E@hxoVPx%2L4atWC0BG}c zIN*yh65rUAwhpW0pyhS1*iZZLT$7( zh6+hJ0idVsiIO=F42pu&t^lPMCq!+--KXa*Lx$mV$1e*R0O5z7Es#se1aVY_R0Y0RP+r1T^N_feVqw_gfD$t0U#Lz0L-nKCngie zVj+k`Mc&5O{V!!){;Sk%arm-k05$N)!kwlv41(Bp_QnFR`W9l2PS~x@%o!0}0EHPOvl`n~Y;_0Z^-m?ZV;_5LWBo20%+A zFwYhN0BHWV)dF0)B?*A21%Sso+5qUMOwrEg5BDy+`BwnN3!smMWuOq5qo*?z0A&jh zrEupJN*kw2u|+!L5*7P`qWCJk21*iv1z@@aK+Lru{YL;m5L1)e6vPiFLt}wR4nWLg zMh|%kX48Hun+mvEScS%U0F_nsR{;CH1z|!VS^=2v@Q=no3dRB86??Q`p3SJWMjtaY z1#ehVH~=u7f;k0%iOHFW1M~)6^&-R+2z7?@W8BM}hQ@NF1#L>a)dFB%De zVhfi`Ea3iDA!4t?>;UUCqyWy-YXBxv@DBM3>hDFsYjjh=uFhhb4mx!}O61y;8-Y%X_*k zp4SgruzEcFkzRz{8&!`$we}DI#+efDeoivs6Tg+7D!go|Hc$Ce(CHKa00adG2Z%%u zjQ-x?4)FOD)B#Rhgz@UL0+=#@aW&PK0>r*Y>*=NvSpndV-nSH~Ry(CxVFtka$XG#SsP_X1#l*pGKF@iV?XK+KYP#}WN*5Q^6B o1rX0W#1Q#eI|=a6Lk~Ul6W4Tl5QC^{82|tP07*qoM5Vyg7~&@)$p8QV literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1996187189_0.png b/assets/minecraft/textures/item/w1996187189_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bbbccc1b6218482c56e82769ff493be7c1269818 GIT binary patch literal 610 zcmV-o0-gPdP)j_panPrFc9$=*bX|v z8eXv}Py^wMyFjR>T7xoekTPrFuM1BBkeRi#1j{gx@`sX~1U3u%FM)Ixgl*hEWh#4o z6R7s5#1=40WXr~n@9*!&2^EzB&u49aJ{cL5!0{va?>91=&%NickdA_{i~jfi zOhI0PJPN!8T~~7}Shk>E$4S5zFqi^?4etcn0s&s!1evx|lKvF*h{4 zuIx7Tct^@!&BRI;eyKt6cuS_5Om>T&f{O8*V1p!C-2;Co`pxDm5{|{b;Ag>ZK+7VP wY`*+)!QW@ljJ#9BDF6Tf07*qoM5Vyg7+VGtKmY&$ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w2001593152_0.png b/assets/minecraft/textures/item/w2001593152_0.png new file mode 100644 index 0000000000000000000000000000000000000000..6924863510ee9f0c5f1c4bb6458de7aed8b37902 GIT binary patch literal 391 zcmV;20eJq2P)P)t-s00030 z^X32V+yCp&|KYs<-m>-6rOKm?$efSCnS-^Ddb^EtvxRJ^forIGVVG=Gx?u*cPY0qv z2%RbhP8wL z`NrbQ#W)^Sc)=Y@T4~+G3bcLO{u7X&CmJ9TaOe11!|xx2|9L**Q%J`UGEIum0|DdAEHlw4}lUj6D2 zf&~;h(n)g_;5DFR6qxLHP>z@!UY_+toO2_b?7mSvfiD}h4@a1SPQg=JkA l94BCnN-|*BZ5V@5005iW@pkCJRtW$A002ovPDG`^)EM!grm6q{ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w2005395590_2.png b/assets/minecraft/textures/item/w2005395590_2.png new file mode 100644 index 0000000000000000000000000000000000000000..789d411972d29e670603bbcb162392d7d7be715a GIT binary patch literal 2996 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w2020580543_0.png b/assets/minecraft/textures/item/w2020580543_0.png new file mode 100644 index 0000000000000000000000000000000000000000..763a3f9321875858b61feaab2c64ec5cb02d42c9 GIT binary patch literal 487 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%gaQGic~E0A9EAB6t@y7&L+IRH|Ni~^4+dPbZ6-1>FmiahIEGZ*S~`(+))57sR^xYhSE3cZ?|)<`mL+}de?Hsk z?rAoWvs5ylg?BM>=g4(UY*6t0r`EAVgG)-GTgU4ZyV}laF24o-eDny~85UdFFa7SZ zXmn8UgRczwJHPQh`sejT>-GCV|7a1R7X^cP2DaqGv)^zn(UHGv(Q!hygHmF{hdf=MI z*DYbT^N)SnFjrRr^OdNWuIlIpO!eyXSNoJ=SX1tFX$3{Lg_xkv(`I$w|@0S0K<;K)78&q I>47T}05$341ONa4 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w2027747405_0.png b/assets/minecraft/textures/item/w2027747405_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fafd0dcaedaaa09f809e1c3890b19c93ed2a047d GIT binary patch literal 566 zcmV-60?GY}P)P0005WNkll*25Cz}|M9wazKOiLKbWM14&`}Y^qN8E)G^a?(?j8CE+8^FK7&Qvi_L9#KAR7;Q zej+Nbn0h<3k{cQ~I0meR+(V(Z6}EqIm3cjWDS$B&Xi#8DTJvJK$<5lTv%RtMX#(oG zy`leLdktv1zY8|_;3dnafPJV_UTeX^J2RxGy4E#wAt*`06x%1}2y!%wr#m9~ea2sd z>kSDAigTKVdEW6tr-05R=Lo`i3KSE4Zc?cxYX=QX#>mwVvy?yecQmBnplsipe=n^# zxQCicicrpND<8JJ9-MR5xD<2ImnKaPO4^oBzrXz2eUoPAqE-Y?lzE9zGsVNlpWlCM zlPn~f%|rVdhB^5-IjF`n=>nR$>49;{Jm(@aO9Iq}*2dfxlE5BNdKRZA;I=YJDa)%{ zUvUy;299=XUGSgNVF4K^c%R!5SHxo=o&P7o`;gd&;ByI=p3vO`DegB3=S+{AmptAK zm$&%P-TQ!RrVQzMy)Y)Bd%PJDFIH?)0DRnEe-o)=9&yPY*x=o+oak&LE#pKaxi8M`1XrMLKwN{kgx*T)%yl?& z0lfvG7oZR~(0N}R`!u9zQooZ!6_>!_z9Rn#;KyFPtyBQ8)&NN4u~j%Q6rU(*M{$GB!rGZ|#`;1LTUB8}=0AM%C$d1y!(8!SxSvGe?M z+aV`$2yHN$2>~dKA$0By1_Q@fO-^&d(D(FeyPRS_UFGv{bjJ00ZGxZz&IX@!oz)gR53?1jM(BS-|BkW&oPG6DiRdUFme4nXc}>`7>>bHF0dECh1o#x#fDPDyEulNm+8-;vA29kfL0Vn=ejww&9$`HoBQT!Xj1$a&`p1~jx5C}=Iy8fpb6vperWutAPF6+xZC`gE7@#KY>RU zz-)r|_ty;2uL3BS9e`d0QvG)U!3vNO=&e970J$mvf-!vrARVhu59G50ej4XHfjoK& zaIgY;4FC*%Eg-5Tz`O;(BM*3tg$-B)a9VvpFr_yF81rrq`1JtJWe2bXYyk3Yz-9icq_280%8T4GT=87 WnAbi@UAm&PB^0HQ zeJlNlFKMOXhfE^YcO}*(I?pq z9h%E1p8C2h+k`7OUEi?0LqhVQ)EVttMf#;(rkHQO{nb-}$nbj5sfu>p=y*MNta;8m)F-scBA6AY+%4oZfv-CV zp_kvQ;2&L?%a9YdNPRo#j-m40ehYMw+GZ)&FquLBvu?0W3`6~ViZSNKKQdxH{s%vo z8wGO0d{WKxBm5xnX#Iws4J*nqLo$~zHN_oM|IKa5A2q zw|S)ZdqPfl`e)gDv(vpqop#ao@GUxz{){J@c|n0c7~4xVc-!;XDbopun+^6m1ba2K zJa}&F)V;~M!$8Q5xMEqbR94)Y*xU-2E@bHSq?cuHL+1^Sx#=m62${@JIPhH6RYz<)>uu0R&?rDDnF~PwvA@HL#M6#_*j{c?H#Uwcmuum z1I~5k)8|JS1_jbWD>DCpiotF!73uR7FD8T1uj9lHquiUy6mEc06;9-U@lf@Vgz8nz(xV0X;g?`Jud*yS;?W&sw$q$cf6q&clymwwBX7{=Lsnde zo8XkdAX0}!2E+$knz*TuP~B?3E(Inw=c>%aFtN+l+-p>N@(x0Pvf!b0Hz*}E0d*9#E`z2Dn{ailmFmzqJMdIj3#MgY8}V>4{7SA`Wcap_2TjE z_FXRDVgymk?wuCl5rBixL6OR(nL{%YQ8G%mcQtXzR@i!$JLZ{jzei-y7nMCE-2GOw zIrlU*(~S5ju4iXNrn%n+DG!pG!2)&JqY=x}Q4w zL=`T(I%2|O0e0bSPXID|V%8U9uW$_gT z8E`R>BOumF*0^`I7BkLumtW8F&5>c*I^UCq`mxjJJDz37t>E77xRkC4&M9jCl&FQ zb+_U4c4wrBuOek;A=ngnI2ecMP+-CPBa`)eU ze_jF{zFGy!LE7V})vC70Bok@SfQ^H3Gk#@f=|Kt2QX-KWEr9Q9$h%lt`_`-K7A97U zGNg~P(FR5?NDFcDy&H*b3M*CMR=I{O90`0Mu3<+|ci=O*oB%KF-;qC$&%pjV;$tm- zYIBvL>!HTXAO-H^hLH2T>Ay?gcRo>vA?=7mw~^X!xvdl&!)p;=t>pB|H7lSJwoe=n z8@sPqoj!*>tswf5IrgMkOW+3gNDJ=E4basH9fg*(DJ$}T1HUd8j{l&At4vc-JV2u- zJ~@Bl@)>Js2Af}J0EN6tlWFaY2CpZgJ{#xDHHMyukPJ4Le~RaQH2Nuo-G7iAW51ii z8ia>lzQaxX`AL@(ZBU^g@i2jf(#NKdD${_`Ti?9xE;OYaKRBbH9xmWt~s*wB;G`KVN^ zVS#vtEvk#`lYeXrSWHDq8wQ#eAjp1b@~`cL>NczuDfX^Z32uqwUYKzhghKCfdR+PK zmdZ&zhWkg7T(Z#giD)WdNdsF*4KH@0%zQU0hsQ06UC;UD0=X(I=dIe)ORdACCNk?D zwTV`$Qh>#FA$js*0`~>-+HN?)5HKWB)6ju|pYVo6@S_OfKOHFqbouUDW#s6^yEV#` zI0|?jm!te~Y2VIt(7k~Iabe0FoS@CkfCs9xSv{V=XC43zoFS-IsJ}MNPGyr1XCT>R?2G5m=}UD>M_Cmya4-p4*Tg2uE9!m z|<-7DL4Qn#MatzP~GUmx!u zNBA-l=ISY)WUCrZg(5@Vl^oYnR|KpEG4*KuS%sIL=mF_1FyK&VJ>C-x`D`lvMOt>& zCLGbf9&xpvE^${9No<4Sn>BZ7GTZC7D>ZiY2JDY~k?yS?p|o*`Ik7mV2MNz?(+W?4 z)3BL8J&(F=K4ON>!WTX%z(VwN8&;-bWH%$FXqk4U<*^2CYTIn@;vEyX*A)QwK9k^q zzvm9S`VS39sD5QU>}_@xPJ$!>U@wJApSxbwzwNHP!_v*Tv+`=2K;Kv}Sh4|r zf-{aX-*8{PrV=ZLHb9~vc=Mg)oo5Zr*zHd*KI^ebYX1?vxYV3;fxpF+40t<$??%!J zB?F6e{2rTDShvYoh`ojfwt~7ZGZ6c@`GUWuke4} literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w2047181238_0.png b/assets/minecraft/textures/item/w2047181238_0.png new file mode 100644 index 0000000000000000000000000000000000000000..6d105fd41aca8ffd01330d144c592dc10da6a3ed GIT binary patch literal 628 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w2057983610_1.png b/assets/minecraft/textures/item/w2057983610_1.png new file mode 100644 index 0000000000000000000000000000000000000000..fb0ae75fd55d6cf2352ce36f46cd628a8259dca2 GIT binary patch literal 1529 zcmV2-x+w1;90>;*dI!AxI?l<|P>pr7uK`;^g+WpvP08ibo`}aS(?rvCtPgP9Hgss;= z#95&Hz5VBC_1LNwe+AUY6?m(D=m+WU`YL4@tE!f#p8<<~syDJP_h#!x4ARR3NWS{x z-$%q5;M8xu!G;579r5?i6O4HoxYJoiJrV$4P2ju&czl%pP;~3>pMfCH0^2V?NtGf~ znp(VZ9h?X5`dP-|XsT+jCgAxA{@V1rvI6y(%D+S;^VNZ%%? zg#^F==43j6Gs@>SXz!cE1%?apkTD6Ku(W2HGmq(GqBm%6bV86f56%4m#Uqs~I z+*&f5sEYSP^X)q31;F>^+4G3`X#23ubj^m|Y`sZTXP}a*dHj+W5iUfm{ogTv2_A@xCG2?NyS`HM`%nw7TX*8<}4yoDRLH==Nt)D z1?L#YvAC@@5mM4%A!mX0_-6(ahG6oz3P5w9AAoy;;Fq&NTb3nBCW2&4)8s*bDPjh0 z;VhsY%%;9gy(`^v9C{WPX_Z6&Jard3?ep^>awH7wIMs5@5XpG1W#M%IObu-2?1E{Y z6k#+A=5@fMh#b<fR87Xj@H*Y*i0{0`g={qZsoFyy`tcWF&t?y~Ab+X?kq7b;u%AXVn010~ZP1?JzJz`_W?ZocS`5GnShohl|0Xy*K3v{| zeR{xvU}Bp<`b6w!p_a+)5|ID;^PkZi%^l75kqUrTWw2VTm-5!DX=;;&Mb0`#TH4~v zerGmwlJGLuF?;V|O4*j7Dae(Xh@O`3Tk$T&UVlBB%>^i%eZW{x(*GW2o?=Hnne zfPDxv2Fb;yUjakyBNZSCXyj1(k>sqR0J_W7Q5h|`m7dhOILVe4B)iMCQW_D={U5zn zXIju`#8rS#jY;kc4*Jr(1=A-i*DV1S`Qp70Y1l8wKqjKQrcXb7h5a^`*>%}~HfbB{ zEN5TvuRi1MM#fZT1QKIilCz5ZbslKfozzWo5; z={%4xm+*UJFnKDNkp#{?3>-)m)zYn5-9Jm>`y1?!~pO}{On$_rq=x2NuM4vbdo39#WI6YT(W-QB*omotM~(Xs=W z?}Ow6d5}SRc@((_v<hxUZT)rkRt5_bkCYGR#|t%;4g&DR>7^%oq1oJEjG< znmOMCXlXt+?LJx=XP+bMhXM1ZCDJ|&G{Btc9|ph#NPHOJw>~}rnwHnkzFW6$-MV$_ f)~#E&Zr%DXJMI;n38DGN00000NkvXXrNGn}3=-hE literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w2060111030_0.png b/assets/minecraft/textures/item/w2060111030_0.png new file mode 100644 index 0000000000000000000000000000000000000000..cc3d9028a667da58961e40f6210c159bd563cb35 GIT binary patch literal 1196 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w2063121867_0.png b/assets/minecraft/textures/item/w2063121867_0.png new file mode 100644 index 0000000000000000000000000000000000000000..163d2a4907fdce61aa27419fb0f7387ea68ecabd GIT binary patch literal 1047 zcmV+y1nB#TP)fFDv*jRn~x}zi72IwC;zs#|MK$x|NsBZ&Hr=~|CliUyhu;Wn7{)HLNu?y-iJxQ%@)@4{CTO&L3l#0000JbW%=J0RR90|NsC0|NsC0 z|NsB~{{H^r-()fX00Uo1L_t(|+Pv09!sG0WiVa8T6|pAKdV;)eVyBhRN_MmnsczR~ zf_~4>lM0pg`+VTlkK7|~cG8X#RBX~6fnG%-DwFGoYxdCV=o#kTX*KFx3P_ zs76+#{Z8ob?ms$CZc3vQq*>JjD6OUu0!-5Jz<|s(+lsVFqZL852?26moQZf~K%al3J8g<5mXwR**-8pvyjC0n5hrKV6|RNHj1g}>^}4sq-m-R6{hF3L`Sko6RD6! zq;aosGZmc)c<-5BxB|0-`iu$sD%88D2FMP5 ztyiZNq!dZia{^MY^@=7MJ);ta4Uk0E6P$>4RuHBV7|a4s922^6RL-&Qz|iqo8w6bs zGj3>&28hOINhJ`EbGVVI&mAQ$%KF8^*Q+0iw^NWN}DG8sREJ=fwHY6ZGEbMafq9` zFf9A@fEUc)#0ajX|1g82f_7ySpglMi00000802p~i(M4}0000000000@Cur?@xk{C R1ZV&N002ovPDG`^)EIJY?`Qx3 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w2064223149_0.png b/assets/minecraft/textures/item/w2064223149_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f10edaaf82ff62d273cbfa5de1fb7d1b97d3a26e GIT binary patch literal 1077 zcmV-51j_q~P) zHYQO%Dpf=+TS+imHz-{*A#5@kJSrXk|No!%HPHV^DIgN}|49GM&HwW9|F*V}Wn7{) zHLNu?jZ;s(O-*f7Jeh)Gka}E*b5?_FPJd)dbz4FtQI2Q;000hjQchC<|NsC0|NsC0 z|Nj2|{)?((3jhEEe@R3^RCwCF)&+88*%d|6b?#TUnMpAJnYpSYGn4Y)#%iP97L^=};|c-5 z5SQZ|Z8h<>6iF(%LcmY^S9FLS4J6)nCY;1I-0ds;lcvWxi8SJEQ%q+~uMqIJ?*a74 z(Qaw#n~dZfjpomLw5|~Fy?+BFv1AbdM;rN#sArX5`}3<$f99oijeyU`Z;+TT1#EJ6 z*{FDEJL~7CW8H6(cOM@Ri4wp|rD@0~dTDYb+NOE$`tA~uruvGQCZxO~5^1ZrNr2F_ zKuIHwLfCVXRBjWnX=4RorHu+~G&&8r%?u=)*m%(Rz^Ew?B_Harww1VnJf$_8Xi2oQ zlB!1D=Ps{(Eb{8pHcB-49~bU^_i;1Ov}qekqpDJ+a6wY>$zG1FW9K5rk zv+8q>^XmVBD4>l-J@!2)XhB_Ho;vRnONG%sZd5)*ixi2Pq}{n(cLp~1%`~9dot8Dp zf`SfqHmPfhH;ww7kTmU;XTY1L9w~(PiSBV`d|NYccu;`&fP<6swgGQDs?tu=`m1riDf8V3Ls2m}xY0}loR4Fm!W0{}|3 zA-ezo00VSVPE!E>{vpm|YybcP07*naRCwBq(+6@RArt^n9JH3cr}@qOFS{@W&c=Eb z6sL<=N@)#CaY8DVt~vBKc4eanSOIb1Qvh~>HfZ}Ea0NuluN;prD^O=zQxy1p7XD;Z z+hAte%8p9+WdtjbK<)z!f}b?!)Dm2QJ(n@?DbrKgajSI4aqJ>E;DQ6`kfl?%fq*1j zf{Y4Dt(7|i0Rh^S907tFl^Wa;5F#NtR}Z2Jp#d2lPKW*;Kt3#gwSrPfEPo?b22ITm z_s?ZJh4;N6Q5YY&KS0C^Kq~ou{}9A|KuhOGD4-$;c9cEr@U+4(12}C0AFlBV;3B&~ zlA^U!M2*A*+vCIS_VCzbHw^-*m7pge%#0cW^H%FVkY|9nMo`JfT7yVrJ=X1~KoZ?` zBr@pEG3W~DE&!39kN1EX0cj9Li+Z_S%Hiv4`4xu32!Ij5S{O?4+k8OZU{*{Cs>ey8RT$Ac7>4xOHUe3S`7J zGIJLoxCWU~il%DAIE03racV&=WGC;$Ke07*qoM5Vyg7=`}@TL1t6 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w2064327493_0.png b/assets/minecraft/textures/item/w2064327493_0.png new file mode 100644 index 0000000000000000000000000000000000000000..805a49a52bb91c4ec3d488919adb1482bca87bc9 GIT binary patch literal 755 zcmV{vpm|YybcPX-PyuRCwBil!30}C=dkMWu`OLu{YWO|JlRl{H&8M zq!hKR2uchvwAQvwv<9{TA&EBFjPdvY(-sUtwuTQ#4sr^BW2OYF=>vQ7M2tXfV0#Kk z>$AYebnwp#&iq$xmj#&ue-L1E;0ZIw-0gs>^43-WnG&Al%u7(2S!;o$OfCc03VfDk zN@69r@dO{GGfh=s*GN-vciPuZm>qPj4Dk6wt9>XHY0q~l5s)QH>HYUF``7Q?xhg{`0uBL$ zlBy#m!P(V-BoF>yP$7D8ES`#*7kMO#Ob;?+T|#7a<^X!7;`k#2uKgFVxJ>F<_~!wN zj9&EY4I1!%zuU&2KdS@GIe!|))D)@SBl?5K>;2kxSiDL}_!hXQl%>j6)iBTZbN{<} z@h(RFN03p9L(vBQ>*s3-_HElg3aHLB9Ek!-QSiV+;Ps0*sX?2(-`8L>ocqx7UEuqK zUa#va@4ILNP_!@Dz6JaKBgosnpzwgoYJ=x<3if@hegytng31F`2=6BbE}LU6w z(dw~PE&dfyBd-B#`k^1Bd)rqj!&p_d{P-ncvA4Ps`}xUiJrINR@(hw+{qlzqaRa#I zO>eN_fLTX;{IbEA_kp)M%cw^J;8zWt4*;i=^oOEbK7I)Vc@x-v_)e-6nbOqa%5`uX zc-yZd3`bK{`>FwNH~4A|oyU;~J1whM~8ns%}Hy zR}12Ae*?D$!QB5c$*T?MZd$d9NYSF!8kdvEVG;q>Q?TFPw-OAuW+-oN&wX1NQPB4)510D`L*dzgSup% z75f7PdW@Kg6|-vR6|g83M5 z5|KkXT6CWD;07=oqjk5#Eh2RgDcI6=#t!`KnHXmOz5`@4kIOOG{+gcv@4UIUAG_PB zDsq6C?F~Xw{shdX=KsD6XkWNyZ$ROnz}ule-UkAP+~;tY*5uQptoj^z4_F52r+tK= zFr^a_k~<*sOx^?b(`W{>PSC9xv?sWa&=1Fq2abUj1F!09uv7YO!9*wWVollZ8djI!0RB;>&(#Hgl5j zGU%GVHe3P5>XHaT!9++av%nyO^du9dnl~#Iu}}1M4#PM`j{Ep?K5)>N<}H{$VR>u>SmY<`LZo58AOo3*?vcFvY!~)sEVJvf0d3MY)>&>X@LzA^ z-j0l^%m^gLx+G^6`TjQ0o<0HI9Vbh+Aehdur5n?&o0WW#|XpFH1RQcHQ%SFm%ErfH_AM9rgyW z=VjS}y@5RhfTQVeBUJeWn4j#&2LJ~~tMvld@SKTu0M-j)KeqQ{2DhSR2QWVc$!GGg z{~LD_xeK%nu(A22!2!Iu`{voa-30(EsOGpdI5;n^uRwF)5nzNhgEe=|BGOy2j`&%g zK=J_qXzB3Mybgn$hKkyE!T-uLGx8yT4Gm?kI>;T+aRjWuMUjqaTD0U2zF995Dwkw$gV3u4HF9Wz#wT?`{#)csI z0)Sf<*A)N&002ovPDG`^)EJA5*5LpE literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w2072135620_0.png b/assets/minecraft/textures/item/w2072135620_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3046106cd4c7450a6a587d88c36fe3738b5c4bd3 GIT binary patch literal 318 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFbbwEYE0At3FU^RF+F&g1WMyfh zucsy}BPAj%%FU7Kvos$l%~BHN7tHYg|G)Dqj}9ozS@IkbwZp`d!A? z|Nnm!&fApP%U{s2O|`h%`xRr!_2#!>Q?Ilxsh*P`&1c79CA4jq>=nrisZ5*(^QPJ? zv2=W2TM&NsU|6(o$?qlnucVu*zsG3@L{;mSByW!w4#;X<{MMfHgR_%~yfsHhr4kd@ zweD@IDiZ{9s(1D8b(JYr`c}6ukSXz=_4SSuHb&eMn}h-am+MvvyZziC&=!=w>{OTd z!slJ$jpmGjS;x!|c0JYZkx8(&yRdTNrB!b$9%lZQczy84!n$Yt=ThEHcKH%)0Q4Dy Mr>mdK(gRl{09lTDg#Z8m literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w2074829423_0.png b/assets/minecraft/textures/item/w2074829423_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c687633c8a7a6dc96a9e9ca12235a52da2b2cdfa GIT binary patch literal 1220 zcmV;#1UvhQP)Z5gVtP_P7+FOb(UWb|ns=I>sB>LKJXdW?CL)ccxPqLpUP>8CH5+3^ z9&=D4G)!MS9vhpmz;%+TFMdo2n*&cFG_5O%G&SQopqw8u9TXh>$8u< z&DfBXo06BHf`*NPh>*Fx#HXvZczlC;S1Uj{FGoQ*f?Y0sCJt~I2Z}EXG=54800001 zbW%=J083K=al_zv)&KuiP!+cIGW1^C&`&2Zv)62Dtnr^q{MlvtE!A0!fnR&*}Ig^>}l-nILzD7cUZ;^Ry3a!U*|=03(MG8V#L9&vP8YDgi~GD5e6Lif4}yD3Nmt%pZ$r#0BA*h5&&B z$c!yr*K{=K1Zal9 zA#rkBx1Aj(DaesGS@ETO*Uks*%Q6O#-)+n+6Ee^p^7J>1kPBRA(j5XH{8}K(=Z|N27cvFxJ2j)kRg^-B)Kg zW2h?IG)*n(_BDwPVGpIYlSRD!0 zU@3I%Otl>ln7#fI;PSFBAOl`U;h^jx0bfE0z8=_u0Du#ZCV?InP(1+f!@aCaJHHC| zl~y+zH2fX-x&Da^KWwG!7ZF@0u*7;nG8d>=P!!tc~KnB?P60T1mYu!D3=5nhBS8e!gSu5tAlvo{ zVnUz59EW}&^as4-x_Nylu^`|!E@?h3tFzE2Fvr{vFk%WZRfW|AD+10~5wNg$&P&D% z=1kXCgae}2GCUF78_3F>CdFF(^1Az|j6vk+NNmfsW=zd4j-9(z?S-4 z315^HDe#ArWT`t{2Xz801x`3|sXJYOs+A-F<(XgyI>lU03uh@U0q;kGY67!x;?;$9 z?L)yT;}4KTglXBzX=?^g&|NaI614v*r;QyeaIKkC+!8ckY5*5lSaNO&IC!Gh7LuX+ z&x{qQe=|dJHPQ(UKzkSiSguCq0i={O{Az^Tb#Eydel`N&Jyrd`hp$Ff0cz?)h|$sW zTK}F|z bricCkVy()^&s(l500000NkvXXrNGn}&am32 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w2090336681_0.png b/assets/minecraft/textures/item/w2090336681_0.png new file mode 100644 index 0000000000000000000000000000000000000000..476756863aed0a0c53f0e0b75ee1af296ba42447 GIT binary patch literal 442 zcmV;r0Y(0aP)CLNNp6c~0 zkT5AT15;f82l_SylLqMtxRVAKSC4oCge?mWXy5@Dg1v0iskR3Ie|Z@Wx{l!i`0Mp@ z>;cE@Jb-d{H1ney=Y9b9X_!1RVfP=PzOA&n0b53Qmf7CSQ~{_9dyeKZgsT^*am(PO zhtY5~=nO1zyJiYD%`k8%ow~}PmpHNR7DmuliwHV35({!&(=Zd$ z5TP}SAcfA9twdj^4vbVH0Si%x42-1KLS6TWmNGj>eB`tMC`V-D=ZDaFQlI;J7aCnj z;Vsx3ou91V0tSZE{TAqB*L}_-sBlWQt9sYz$^QV@2x9Nu*wy&&BBGfPlnT{m)IT6o kfsit@8}VhJEHMlL098`>3^T2b*Z=?k07*qoM5Vyg7^3^FO8@`> literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w2090618941_0.png b/assets/minecraft/textures/item/w2090618941_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ace19022b029473490195a50935c202ee7d45006 GIT binary patch literal 226 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%fvPk>K|E07jx`>2|HMA&^tkBU(& zkk3*Q3xKhD>Df9-!InOviU#UTx8K14=`KxemZgfn>l|1^8v6fKGBVA6 Wy)MOBI}PX<22WQ%m!$`;NB{tIc2vIr literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w2101038637_0.png b/assets/minecraft/textures/item/w2101038637_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3ec23b88d0e1fec140a2113b38ccb0db064914f0 GIT binary patch literal 314 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?#d*U5*7(iUB?$u0T4kyCx>X&nL*<&Bxl_ z#ni+?TT53(R!%}pOh`b0SNt*m3!ozAk|4iehJXJQ&n4#oxko)+978H@B?&ME*qU$W zJ!~M-uygW7-X|%hnxwHy+KIfcup!DDwr+{xe zK1R+sAJEOmuxK9hm8y1GM$61wV#Z+$Zr^JAFw1PhfP000A2Nklb;7U0jUlE zL;x<$OFaNSlk^{WHGO`lK0j8Mdu4hDpc_E)kKeIm+5k%>0H8{W-8xr1L8_txz|u7V ze0~7V+W?-Q%bNkSl7!dgkgA~<)D2jecTtH<7FE`)0 zq+CH;3uuJwe=FVZB~nS`4zCU74hriG`kV$6Ovd>!0szhr5s(1m{0IR6!1y5ol8fw> zKb&9w={G%q%k+ZJGyfLbiOBKHvp1Z zag@H~xj)k4wv*@teyr#-)l{HKD=%9U_kKpC56 zC@vyg7EoNVoGxNqv!R4(h=15WkCbZ$H;tiKJ~A$Q2+L-GF)j)iwxSV6xnlTV?_&r; zINa(N7*_?H_9ag_IJuP0|AV;{j>+i0ssI20E7Ik_YR^000000 j0000000000004jq6%qiB^q}1%00000NkvXXrNGn}{~?kq literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w2105554233_1.png b/assets/minecraft/textures/item/w2105554233_1.png new file mode 100644 index 0000000000000000000000000000000000000000..15891bda9451123ab7ed452135a3981b45f394e7 GIT binary patch literal 10748 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 Z00gsmmPOpp`ab{w002ovPDG`^)EEw`gUkQ` literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w2113610614_7.png b/assets/minecraft/textures/item/w2113610614_7.png new file mode 100644 index 0000000000000000000000000000000000000000..a697b673671074e6ce46610c04efe6f734d9e770 GIT binary patch literal 1381 zcmV-r1)BPaP)i_5e`v3p`CnX&uBOER)Bfq3Dw*UYD0d!JMQvge3Z2SNK1j0!~K~#9! ztk{K;+)B0u(6v*lsy4SDzxn@fyMZ^{zUbqYe=R1rzgXxCPh@l45*?GwrbiGh^?9| zqhfC(O8_fYM_a1}P%R3htzz`8!33XM+dZ#6thcX&foOp!%47ls7=Hw|cWv8uo13lQ z`%k{@f)pJ)qlExe$Ba1EN=g(I=qOS!gE>Xp8pDzDU(o`d(!EV(iDs`ROT+k>p-s%b z`@9AmvIg>BNvq(gVZ`)fUgrM7HZf=4_I-{!HZ9^FRP3OLLw3 ze0(`(=wHp&w2qQD6#}O8>HO2>F{3X;QKAW|@@pz>Al=+*?JO`X`s?VU>g>}9`=Sgx z5=hDWexME+h!J26tiQB%>PgRQY}=v&L?N_uwrJgMxtm$WvIMEw6~?kZt=ne0bkE4N zCc~)l*tmYGg1Xh(G=t1GV^y#TTiSfG01I|iP)8XRZMEdnUa;ysw`$yJ!f4yHXj_L_ zQvubMfHm3QeRRs@iAI1@)S(3=w86DHSJ=agcb{_EGc{C5>S%+uHAHjQ^9j;=dVD%x zu11AM+e#g5)ijad{B(Jek!{tI)~JF|;x`X~dtZHb+Xyg5yGUlQO>LQHUKpdNga~aV z`oQIPc+k&oo&s~<=2h_0ly+WUztqmQJ5WHlz{Np^NUWQ%(!0}W=SvC*1RyRPS-~hZ zTR^MIb3e1Z(3+Y1HnrM) zk|4UzxvRJWSI1ZzohsVL)7Eq5q{U8zmYRifz2J%m_inbF5kb6qTGmAqMrI;H0u>l# z{~dhT&cEJ4e!S^aEI}*FFRyGW)mRc#BME55SLrX8xK(`f_Q|3=jBr{u2NN zxcA_KtNZV6D&WO?KS=Y&hs&-RQ?oq4OFriafPRj^1zi2&U$uJfBU3)UGrO8y*d}m^ z4R@b>bN7dcUca84u5K#e{G&I<^y81`#$(ADKrLbO%(l|P^~(s{R)CiI?5H!q{R6OG zuI2#v^mPqfU0k`pZ3>Dp$86Hkg3+%@a0#z6r;+)qb%XmaCAfF%2qX;8#0*~s;c|_S zd0ZA;+;RDq^&W05AO(_|ONz1k=6dnK*k8uBTYGhY)i;mtKmJ(Z&4*K+O+(|^cE2>; z^Yh)h>YW!3@Mq_NA1nTF9%zhNSspy|-z|Xe9X$f456;R5C(ERX!E=cT)G_jQv!c`D zS#!6bv#Y0kiC!XR>2YJQHcFvssYaVpqVYAFsMLYhvTLNuUWDpi2`W<+rEO9NzaeP~ zd~OvL0ijBn(K^(c!Dt{P4P@}8iO~Q}WIE8gm;{4=+|-zk6d1`)|ME55U-qnRsiO=? zJQw+!JrYM6{!+Dnqj$U&D$fJ3q#%U_*r0W!3<#n%t>k?_WX3cy^ZOo5qfrWEKkP(= z&{8I2wwArjvFv7BFg3Iwb%+EYN=2el%BU!XH0rB5LjGDHDg~)1;J59;F#!Mo00A)l nOH;zRtpNZ400000008(KfuH3cL|%hFXn;?ME08|YsJ}Z)rPE%g)>JK5 zODRQ3u6?J|WS|6NNswPKgLg{KA0TInr;B4q#jQCLS{YjnM3^&+PyUmxKX{kvYxOOQ zwuZ+yx6Pb#r2eV?0@<02ZWs8h|0iz#&``x_wv=PG<$)i5IxA1iWOnBA6Iva1^5ik* z=JrLqJ~gm4_J)L6O0@Bqhvxi#kSo8=dgtC)O~)GVe1oNU+ w3$`hf1^5niJhqFt{m<^@lkyOz#S9D?ci&%o<@U24=spHdS3j4f2d+o}0OX5a=Kufz literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w2127992409_0.png b/assets/minecraft/textures/item/w2127992409_0.png new file mode 100644 index 0000000000000000000000000000000000000000..4e548eada7633200f0b443b8554c87ee69fb8846 GIT binary patch literal 1945 zcmV;K2WI$*P){{H^{oB453000LtNklzIhuM&wbawNhTECN#o)UL5bvSh@yj+3co*pUX4t^$7K zAp&rrfLp+%D6Ek>WTf>i4g^`e5`<9%QG*mPl#%-9B{8A?Vz-xaG0i?TVL;-*O{s(W;cOf9%MG&J1a5~;4^v5mW zdI2}|$32#56_()yOlqhzp!jtQnk%-~O9V)y0RH-9DgG-U)rnK+6qL&Y1n3_Mh_S`L zp0cEaEX9<8CDoaOPSq0g`TQ$)Mr0rhG}!%iT1{AlfJx;-0gsn#=^#sS zE40-F=#45ufXG(vWZ91bw(|wZp9)9_5U?f4w!K`&O0W&FGF1_u3nUqSm$4FTL##}d zoR8m0$D5SQn^SJeUIziJ{RG_5|7D`C70}C)HZ%oW!wB%6SezxTX$oa4$`gxfxtn4> zY60p51bAXuQf8Go!sQ8Fs8p~Y9SSfnS_H;< zVlux|f)^0ui2*wqjwVEUV!%#@qY2TLw7LbEr=tbPkpPMq+@KNrsRAYiD`iu7YES`d z9YpKGQ*i>+3t)k)1q5ip3=?t&#{yX>Kzgn%-u*7wJTp{hQ*}Pq7+7^c$$7wSrr`R)z^Vi4d{;^!?mpEH?&hfw z0Ysni(s?QpH}uFbkqs`ucV)}iLZ-<+Kmhk_iWFRbHW2)-)!h_pX92iC9CF)4#w^C; z3lp5(Z`(w+2C~G1?(mY`Z`(vRt1Qu=Ia|GiMijTU>J(p`WBDvG`WHty->CJH6t!0o2c&P^0bI^z1--m87@ z4fWN5HPs;mxUajXK(6kZVofcxWzsp0ms z1=aWHY+S;KRLed!K_-@@9rhTpI0M!9==L${T>sY-SlDC4;uI7srt~Nwit~gLB~dkd zx?ekv09-fb6hbwHS^&W~&4GcAF$C=0P_oLA+G6A;gv=4x2obP(0oxS<#0xM43GhS2 zSmJ7GBA37lob&6%maL&IwSa4In`IqR!10|76+OXx zkO0w^CRbvl09Ew@{BT78ipjGpNOeQI;fjcPg%+u9Xg^#LgyKE9J7{ZE#R~AfVPD^lI0SlZjFjbvs|OG; zF^bTbP-yB#0N1LP{%#)u5-eaXzxAnF3rqmiE}ZiOiU3857oed6`1aT$Vn@y@mrTeM zSfEQdtyj#{u*`GL=0dZBO_rI}>OGughlM8~%aXID(93gw0=66R1Tb3s=aTv*gr?Sm zcR&fT0(9*qpv)+#TDE&|=hjP2=pbP2BOrUP-1THifktuDFSYX6I&Pf=5P}47Cj>ZG zETxVWKs)#)jSDtfs4GyvEI^z9+QDyWT(HqXU4i;dfH)m!ay2d#x(kj35O3Uw#&JWI z`f~*MUv%W0y#?qc0*c*ZA(XQVXd2JBUIGb4G_b=}znswV31GrF)Uetr#(j(cML?PJ zRrx3ZyWQKGnE}p@0=O>;p}PRNN`Tp2-!vxgBB9I|yQv8v{otC$)O`gI@Bb^?jT<*^ f+_-V$Ml}8guOg#j6M)It00000NkvXXrNGn}Pz`vq literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w2128082939_0.png b/assets/minecraft/textures/item/w2128082939_0.png new file mode 100644 index 0000000000000000000000000000000000000000..90d36405f08c4cd26f2fa756bacba52cb20b8f05 GIT binary patch literal 454 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?!$Snw9}6tpJ}8S0MfW-=}|nKmYyn<@U{A zw{HBtb>r93i@%Os_`U4l`{}!1v~7M^y7FDzoc|TqLq7pk^OXeo1vC6Z1{wa#lNlHo zZ9QEaLn>~)oz}f-wSj=^^y_wR-+%nyU(NeF7(;uB!&S1HJ>7~0*(wZ5bGU>{g#2jW` z{NRLj??-WIjzZ6xPb)8LY1+5VzxMp+(flQ!YZ9H4;*78SJQToHa&A7a7VEh#?iBCG ze_v@V&`6wj|F;I$3hy0i;WswTxS#N~<{~5OJI2fR9n<;WIh3+$RR=f(O%l*zUF1@) zDv_V~$6e;X^l|wmAKfe8q)JuHJ^P@IsX1DzCwEm^O0>Lv#6C&;Tfg|PH?4cTcftFn rzzfw!cP{upDKt3#a~>E}{p4ry{&npRTWuFGh#5Rx{altFxFP`nHJ{iQ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w218290099_0.png b/assets/minecraft/textures/item/w218290099_0.png new file mode 100644 index 0000000000000000000000000000000000000000..45a57cf36681fa4149fd6fc86083811b181ffc41 GIT binary patch literal 397 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w24912763_1.png b/assets/minecraft/textures/item/w24912763_1.png new file mode 100644 index 0000000000000000000000000000000000000000..1258c55676941f7bf6fedf535bf0f6a7828107da GIT binary patch literal 1638 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 Qg#Z8m07*qoM5Vyg7zIx|%>V!Z literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w280473093_0.png b/assets/minecraft/textures/item/w280473093_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d452219e8f7b2fc62e841a0a13173a829f94a592 GIT binary patch literal 615 zcmV-t0+{`YP)dskXbV^Z za?XIRP9x~(JgUJJICZcUICbEwb7)~}Fu6Huo+8Pg5dcmzx8ryZ;1tsE7^A4GIqar_ z#ZUmYW5yI2z3caZOyYhMfQOOuD&2{_d$$LiO4#&W0T38K?RGGC+Y3Ty%(g+o+ljlL zcbYlp5Qw-Wlt73%l33mW$ebcGB4dgvLI{jxybHv5mDrS>Gi543wD{dA+}F?ET6Z6O z!6lGpik8uKfo;TxanVaD*KL|su$$5dHD{>2R6=xR-v@lLd1B}4q9sMoxE~AyY@~uf zndT|3>;t~Xro*j#GG~C%`;B87T|<;^&MMmW znu7S8w1bjNCgtO0bEQ&pVU?nr=J`SRi2=OaNzr24>dQADZFvA{&FK5)GF2h*{&CG91XfW+=h0#W2i zP`9`QRB!0002KNvD&6zu*7>002ovPDG`^)EF2s BBrpH~ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w284370906_0.png b/assets/minecraft/textures/item/w284370906_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fb151c445d2237415aa462fb4496315f6e3b5066 GIT binary patch literal 618 zcmV-w0+s!VP)u|bh9UOEsmKnGId59lhUuG&zs?&kZl*Kc9!u`Hfs%ggV_EiRe%>w$qm7oF z1*0TU>cd1aD~U-k3hcMCeiE=wc^?8sPT4FOm}qSb2hSK8(wUzIlrk*BQ^j83&gh4q zF@2vZ5=ZP9rD{MaU6=V=kz@)eMaEf8N+}|RB8V^7bb?+dqvO_S@_~{Is~~>kZQPyW zRyi@pys;b;hn2TJ2NyOz=7cJ+gde}Wu$P=A#LOkYIr-h!6y~}Cv(!M$IR)|cRs;XZ z#T+l*q2c@z7Z*70{rUJ>WSj$^FXwX<(T{WJdWk|}PIYkTYJtM7^R^BSe7c$~UVVi1 z66)Z4b2khW+recx*|km?oTIfjmg4h_yJYdbGtI1(_X*E)+x#=ZyY zsB?b;cA$ao_J4~VI)>3@O{2j>=SY(wO#I{NfS0`@)qg?vcp4lLSxf?o6GKG$9)%B% zt;Zg6mYpS35EksSTsa)&0}K0rqkfMc90VU21~nK30K0&B`eIyzMF0Q*07*qoM5Vyg E81%ah3;+NC literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w290565796_0.png b/assets/minecraft/textures/item/w290565796_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1c196fb79b3056e140e9ff65e92d3776add9dfd8 GIT binary patch literal 391 zcmV;20eJq2P)nM?1PS2MYDUfb1mU0Qj9a=_Y7ReAI zrV3ZkJp;6_01!G)1#mCMn3`;zUbpQMR2@Ze2obHxX7iZjsNLr>OCjsGDHnB6HH|}9 lZpnxskA_PA4trFM0sw;q`|Qlh@QMHc002ovPDG`^)EFiOqF(?2 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w291279173_0.png b/assets/minecraft/textures/item/w291279173_0.png new file mode 100644 index 0000000000000000000000000000000000000000..11f96e54b713e371b8ef9b5ad8d2fe6121387c61 GIT binary patch literal 671 zcmV;Q0$}}#P)l)Q^IMStaMGLb6!=VCy`p$nP*d%X-bh` zOfriehgd~=N4tPfJ#a)aV>&7sVIN31Togta{r1vZ00001bW%=J083-yk>qk`3tBIG|si!T4wVDUDQGnd!Awj#krEMbjpy^nmT-K67M! zMh^r>L~Mg4>2l=tX$13%N_7>dhg+jZ~#s%LjA_W7f9s7@LA(^Rsmat&Pk2a1}{*m z+B6r-89wXKe!#f4?X>FrhXd+1tW34=Xz|ND$c(kq?u7+QMcef|M|}!$XD9PkM^}|B})JR002ovPDG`^ F)EHdyK}Y}q literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w296143620_0.png b/assets/minecraft/textures/item/w296143620_0.png new file mode 100644 index 0000000000000000000000000000000000000000..78209e37cd2337564863c1d6f8afac6745af5194 GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?!$Snw9}6xd5LKS0Md=y2JnFA^*4M{y*IK z|IXU~&yW27^x*%WU;m$9Tzy<@2T%n^NswPKgMvds!+{4Ms@j`*fnsf*E{-7;x1OGf z=5taMU`ftCYPn5~)4ST{H}*cuk-z2W_E=G_dw8!wInUBuw&>gTfbz!eDqeRpX$ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w3029310_0.png b/assets/minecraft/textures/item/w3029310_0.png new file mode 100644 index 0000000000000000000000000000000000000000..01f24a2d85f275c6749d6361d34dcdfa883e5b89 GIT binary patch literal 770 zcmV+d1O5DoP)P0007gNklz6lDJKMyG_${D{IhcwKhdt6#Pce`rbT{VIWx&f49E2?LntGG-DI$Q>TxL zX#F8UP8|Y_5kcj6b{I?aqpo{LAOu~zsPsV5ndgAWul4%S12gb=ydUQ```}331DHWk z&1~hW^eiwjbxd#>Wq~N-%4=hu2nm{L@3=tt4UqX}p;;k$)zOOT5k{3u#>bb2I<0@# zE0keWN(P|rKTtk{M65hU`5rzMcs`|wIY_|w0*f+%>H?2SccgfqFAACq=#x{=f9$)>VF;om<0{|$UOaYz-_d(X zK=XBZA&AG|)|a{bE#y&*+_?0oiYr0jud)1&xp9xc>~8n+BTO^iDZp<6bw4_d-vse} z{VpKs2l%^ydjyOg>{x~SUHi_D@&5)GjDk@B01)h_-7n{MUjP6A07*qoM5Vyg7`VM( AtpET3 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w3029700_0.png b/assets/minecraft/textures/item/w3029700_0.png new file mode 100644 index 0000000000000000000000000000000000000000..28a110ef51335021ce397442dbe6f17d932ce57d GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYq5(c3u0Z<6u}x>TFFd|#>h1+y zEBdSY3geeZc1;6HFqQ=Q1v7Z3}17ZeJGgoP9)Borisa3(M?vZq~U zF>tmdK(gRl{0CS)?`~Uy| literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w3045944_0.png b/assets/minecraft/textures/item/w3045944_0.png new file mode 100644 index 0000000000000000000000000000000000000000..830b361c9884db54a492a6a2e5220177cf4fe8e1 GIT binary patch literal 285 zcmV+&0pk9NP)P z0001_NklI%;h%PNX$tNpI0!Dq$yo}n-CgAca)1}erg(>f2WTLZ zH*+vU-WB}D-}E(ln6=R(pqpQVMtkd_>{Q?|LY*(hzODt1GobE!o~VF=`d}daWHQLsYQ;xZY#5o9HiZ0ebW@JD?CcZ=C4Rz{dF00000NkvXXrNGn}M233W literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w30472746_0.png b/assets/minecraft/textures/item/w30472746_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3c83b6900b01746117e0feed32c6cbbea48d69f3 GIT binary patch literal 337 zcmV-X0j~auP)1wuZF^ZrGYkUCNChd;_D3ZX{Uqk^j00~r8X2udED8M_w79d->1__f#Aob5RDA1C3 zqx}ff_xHRD)p-Mn)BVH}G}??Um+B%wZgCf^8!+8$@budoFjb*dVf>rOy5C2oy5%ba4!+xRvaY(9pypq0MlNgS){fMs@*@ zxWwTj45tj5jC*`z4m((hPK`PAKq-?)g^9sd;+=4mrrj2xZU#?RKbNHku1Ej?5hO8| literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w307496265_0.png b/assets/minecraft/textures/item/w307496265_0.png new file mode 100644 index 0000000000000000000000000000000000000000..01cfee4785cdf25649f595e1d0d03e3e5c6cef1c GIT binary patch literal 709 zcmV;$0y_PPP)eu_$wC>Ef>%OV^ub=0(p5vv9?w*3wl6m8dX1#1xeM&O`0083t#}@zq00DGTPE!C& zWNiEZ00K!#L_t(|+Jw`ArYlzz#_@sPw1E2x0ia+;C{SiuQJ_!?IAr^l0S=D!*+AhE z2V8Ksr7v&<6yWL$TmXHd?md%}lf!iS7qKHhYuS?NS~~||Ia;5)*7q+j&zC>C*FGTi zim8dR4iW@vtbmVQ>$^{%et-G(4PfjC7#Uo^`L_zr=kpDm1{n_%Tl0#``P;YW%jI$d z0w5WTj_ZWy_Y*MmBLD{R(9Ov>NZ-A-OAx3tB6tPiKb6xPAOLc{W?j*89FeXk7#A=f zQDa>pgN!ps;{c>ygTOdw5fz|N z{##suZUS>vrA2EMV9s*;p50xuooAFIpl~k_AYe2;*x=^|MxypA-$ajlH_%SR#DvkDz&W+6>yL!njuWrA`N@LdF6z z1n)r7$?yLD48nq(3CUbwx!i$n$NboB^+S%&+aSLF)oqmL)&B=<16bq&Yyi-F6Bv!~ rO~7ry$YuK$fB*TFrTcd@2crN08H{Sv6XSpU00000NkvXXrNGn}+M!9S literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w3088982_0.png b/assets/minecraft/textures/item/w3088982_0.png new file mode 100644 index 0000000000000000000000000000000000000000..00dc27e70cb207e231d1fbf0a9b4f11c2cf92af9 GIT binary patch literal 594 zcmV-Y0V#V0C$QV^dFIXkku4Sx-qlPE|`mJS#asIx#FRB_bCU66lVu?f?J)0d!JM zQvge3Z2SNK0n|P78$lGtABdz5Dy{`!jDk~*F%1fgF`R>o+;(wrV(u}v z3YCjGI6xd|E1m1>LIDwlqAC^&3UUNcmHaQA$()s@_YK~D^Zn+%-B|#z+z|onE!NB6 z7C!;VBS5Hk8ZhT6Y^1H(mk5}^*Mwr`_7}i1ti9RnYY6;AZv&hktXH8nr>kZ3E%HS4 zX?&GpRGc$|h|nCTLoIKS=yRME^_m?l*i-br1{zjt#IxChM9{0-^}-R+IBFU@90Q0j z@H)+?HT`q_dvm671|Xr?yxIX);S17Bz5^jd6Si_x$`n8Hyo$z?Cz%P@mR0IWag*ic zhK~2RBg+Q77)p5=jl^@Y3n(^Vha=g28_i4d*?$24z>Y@k$Ct@AwCVJo?Ew5JYww>X z+cJmU{2##T2`{9OFYW;6^6v3AfNEljTy{_I1JG)Wz@}QxF#trFtO3OsH;zy<#x&!M zJK6}fNq}V`jtdn>rIpc+N+PTKCkgPebz3}&BglsM#85T&I_t^=RD|w*=V2$5vhw12 zDIMJqos0c;0_Gw3*6Z{lSbY?-%r9_wfunFO38>~(_5DqMSjC607*qoM5Vyg80IVqSpWb4 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w309053280_0.png b/assets/minecraft/textures/item/w309053280_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3489ddc26c62c062b999e5f0a722492f63e272a3 GIT binary patch literal 580 zcmV-K0=xZ*P)Sy^#XEoD(rP((yYKR;1EC_pziLNqryFfcYTGCeRNH!m|g=>FXM3* zfL$CoSm2j{KMjxsb`}WXOTdFtxD|#F$ejgU+V9H`y6XX5Sirz|a~v?ku=gkk0stBS z0df==++f_WT42}%oB=)cDDZv{R(ZcS3zYvl4iq~JOqiVp^a6JU8B_zQc}7ahU_aun zVckp`Bd6?kps8vLRBc&cEMVl~O{iaW8|zn`GBsiaxf>`8++DGGwee+lMCR^doC91h z5CS4X_ni={X{wsAUeK|J#3=3v;1f()K4>WOwd3Pstm8=_cpv(|fj%7uz!V_T+rnu; z2%!J41o-IzP>Rl5pg9W|ni8OqnHmeAw*}R4KviZXP%d0_NDIyaSqbP$2Y78Nb>9If zX}in*-H|^X4COcwDEaZGQR8m$A4sfYx~+i>_X9Su1jZ1?p9H)Gnn=5}34xQj6X+qa ziqS6rF;=)6@F~#5@k?f3lh|f00001bW%=J083&S()3hU)A`=O`{N0G9TlM@JRl>l zF6Z;N%JX;jx-sM#wWzx7Q0Hy$EH}T^QKsx0xa5}y&^2&l1jNw5#67gpW6+Xo>H3e) z6-@0Q;ga-TL5Z+!nA@s?ilb7+(8r6?*b@0ATs@n&jf{fZGeF*Xj_du3`(F0eLBR4Up8zgn(TFF2mh*tM6+jXcMDPem zd=yX|vz6r_A4(5y+43g&VQC@Ci`#@fyOe?tL`f>AIE Y0J02(A(BK{q5uE@07*qoM5Vyg7>U*F!~g&Q literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w315185193_0.png b/assets/minecraft/textures/item/w315185193_0.png new file mode 100644 index 0000000000000000000000000000000000000000..071f658028676ab69ed4ff948f73848bc9dfebf7 GIT binary patch literal 315 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFdVo)eE08|7y5`>D2_Nn*-_j8y zBreXu#RWt_Mw+96iXf-8yr93H+`U;A8-PmLOM?7@8U6#ozkdfF3U31n?eTPR45_&F zb`t9(7efx0iSG;kf7Z+Vap=|*-T?YWim_^aXV=s!#1zgACs zA^%MM@9DjD-TQ8q{T1DEJnMSBEswv>lr69G`JLtEY8aR8dlP;!ZkHp_9}J$ZelAN7 HT#*0(m-&0o literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w317392845_0.png b/assets/minecraft/textures/item/w317392845_0.png new file mode 100644 index 0000000000000000000000000000000000000000..54f6fcb6e9eeef872feffadbeaa480d221d41503 GIT binary patch literal 353 zcmV-n0iOPeP)k0d!JMQvge3Z2SNK0QyNpK~#9!jnC0-#2^gD z@h@b77&1U?GC+vw`}Ocm(8~ht{yUU|sEyQ@{+`fZHj)7ZKudm@igON?2RNd^~m8P_bX&vgxA$dIPY>4Wr!G*93mlPtAa92&%Z?6ps&d zdkE|~3B}+wD_~j6XDsqna<+%nV8!(9&|J(~s0NOUs$%dHdZ3k~>=VJErBUrYP?{!S zKPMtDRT{00000NkvXXrNGn}0&bJY literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w319523931_0.png b/assets/minecraft/textures/item/w319523931_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0a009516ef4937ad4b69f85c580a410a87e156 GIT binary patch literal 612 zcmV-q0-ODbP)YgkTQQc$%dB34L8S3fyRJ3B`{HIx$*Lp3!#E-o=5B4D^p#{d8T0d!JM zQvge3Z2SNK0p&?VK~#9!+|n^_R51_+;Bc96fTt%~=;&7?_i0i<1$r4-N|_=TK-Ngk z4WOl@17tLle$k9CKVV$&ye>Gm&{$#I5dom|X&ReZ^@+-x%Et4e(BU&!| zwJqM<+3gxk{h@R`wj5?<9Uh~uPzXYaCwEA+=JlHPM^LxI}M&hsU&T?TZwspO1h~( zUVr&iw~=#Uy^$zYlWrx~vixS#58uUDS~E3Qo&nb)`)(R@djYdGkZUb!(!Lt_*J8G- zezNSU8_Tt{I14!{W<7Gcgk005{Gqx8Xu%G3n`M(`Smx?nSaXCmUqfOY`QfF3%5-j1$;)C2zA z=mMuczyLmI>h~c8^uCx`{(B3Fg5QDQiO|!uc}DBor*Rl?g2_1?25a^Ux5kcxIjdH0@#cWJ%_^+1^}NTrx+Ub#KyD&Oo$k{B_Sfsu%@^I#`BUW y8;hnHnn_h#fojT}cP%K)V)dav-p>sv7zF?Zr+o&F;i?P(0000R26R$R zQvm<}|Nj0T=T)-+00B5jL_t(|+U=Bqio-AnhBfYXi)!EhanIPWI}3p6VB?@4tyI9D zX#E2Kw;MRvT0`hJJgs0jffgG3;{Fik6tVf01zAEHrNID!BFBWm?wxn*mjtE zMS~fFsEyE>Io{eBz9ar^p?mei>x%;SI|RQiz&WBeST01bob5l8@m2*0i9C4pFq4&5 z8g0#MTFfB6wwXW;q7BiX$w+ADT|*3B|BcxT%cNEQzb&K-Wu1Jbz3zpTS)}!!$U z`ag|<8#bts);}2o7BLl3gY&333gvH5MlO@e36ufYj2Rqevyp4*1O=`|y6pU}TlrwWY|e__!F~sGRs^#B mvNK8A$mI;Z!{TiF&SVd6-*xyAOr*!0s?L^ z6!8E600DGTPE!C&WNiEZ00A>eL_t(|+U?VUYJ)%!1klk$b33!$B>(@jJATTY%y!MF`ueaCf;> lE*B(ifq&z0I2;a#!#jT4=NHTxZXW;u002ovPDG`^)EKnhupj^c literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w324902060_0.png b/assets/minecraft/textures/item/w324902060_0.png new file mode 100644 index 0000000000000000000000000000000000000000..398b25d1d811df9edce49337e55b093d9ad4a9a1 GIT binary patch literal 811 zcmV+`1JwM9P)sWzEiF<2kR>ZfAja8~&I+*%o)Rc-m+SR% z3m+8N_iN>D3n(36x4;&w;eM8dvhajJet z3eO7&I~(au=gE^5_nh-lN0*hX;uIB~9MhfHre$4sQ$ zBTe-s*$NR8JHk^a|Ak_k^PDLu2Px*N1%}18HD@--iYXP^3Wx@&0G5@25SLXbzkLe3 zD!vM65$pn!y@At2cL70}va6sOHUhasslYp|#(%sL#~4Co3;IV=>EPMx-o zIG%tEdLk@rU*%P4w=ANp%~O!luvH-e3YsQC+z0?B(wr{QA<#cg(1e}MJ9~cFc$(nX p?jtyyBdz4Gfvbr@21das008E#@!(<>fj$5L002ovPDG`^)EIP!UPAx? literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w3292336_0.png b/assets/minecraft/textures/item/w3292336_0.png new file mode 100644 index 0000000000000000000000000000000000000000..6910d33d16c6c1c29aecd323b5db377cf2e7caa2 GIT binary patch literal 391 zcmV;20eJq2P)P0002?NklJ~FOu?6j>ii>&tHJM zq=y`aAAeDt0l0%x5Ah>H{0BI8Da1Ss^PC%Z;QD$=kyU;S30003hNklHH&>|JJ{mH;z~M7lx( zAVXMpPXQQ-jT(?#*F6>x0UH2RL?h~*vBnjJfkgYtr!eETZKV$Fk%6=N_L5#(+<_t8 z1PtZfVk;J(R<2&VPeCF;e*EK%JALu&H7!6A+y}Pm_wG4Y?^7_6b_fMcQ>f#62(V)7 z*!Liv)c3o#IMv2hf0<^H@;Hg4%n-Nt47H)f*$mA}c?u+F823q(c45bC)f7db>PIi2 zsO`cm+Pz;tV+~Ex?7HaU>i2)ZfRsXH&DneJr=ry$+Qm78gR2mWd^B5nqLo_dFDTVp dgZ$r61OS!R{u4Qk3cmmV002ovPDG`^)EJGlwu}G( literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w334634221_0.png b/assets/minecraft/textures/item/w334634221_0.png new file mode 100644 index 0000000000000000000000000000000000000000..176fc40e4368aed22a90de67b80d046d73223c78 GIT binary patch literal 897 zcmV-{1AhF8P)l(PknqT zy5*`Me^Xg?cz)I0XJo!_#o*e8<%8$17+f*R0Jynr#sQ4V2lR7%k8YB0X|{_z!XWc} zKCH{v8}J3(Krk=(0+KH`Aj8TM$*c`v_g7>-sog{7Cub>m<-?_2xK&q!Iv{heFel(Ux8kLcO(U%hH8Pv&y{50xB~oG`v&|} zUqP$@Ka78aEH8kBAVvT$`x#^@IZB}MllV6X7vKl+Z;-CdLddsjYq&=Vxc?$xT1Zlg z6sW5L)wGZ(j}-7@3YZp>m0|^I{NEr8^H>4r&m!f30x4Rc@;?hD>39MqTA(ZhER?0d z*+RK|ws-F~5raV#g$Gx#PyuWU^xqp1$p{g_|2a4}BS3Q`93cBX7Qpp<&QWdO;kADL zcU^Y_IQJJ=7d=1#;2B&eJwO298QeELKmY-}yuHtHT_2Ad0lYrur1nt{5I_JVF86&k zfB*srAb0GipAqpxDt=1FkLmb1AwH<& zC#C$TmY)^#!)kt7Zuq#~_<2D;usD2Ta{S2VfSJ)PFtoZQre?R$*zVS!98W2wlv4Tv XEByP{c8-Up00000NkvXXrNGn}CrqKl literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w336675831_0.png b/assets/minecraft/textures/item/w336675831_0.png new file mode 100644 index 0000000000000000000000000000000000000000..af63df4058a1364a6f44a24e8eb89824c874eff1 GIT binary patch literal 353 zcmV-n0iOPeP)d^~m8P_bX&vgxA$dIPY>4Wr!G*93mlPtAa92&%Z?6ps&d zdkE|~3B}+wD_~j6XDsqna<+%nV8!(9&|J(~s0NOUs$%dHdZ3k~>=VJErBUrYP?{!S zKPMtDRT{00000NkvXXrNGn}+q<35 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w34031851_0.png b/assets/minecraft/textures/item/w34031851_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c0033bff2bc1c1925d6b6f5f0195eef3a53ba549 GIT binary patch literal 428 zcmV;d0aN~oP)j?=Kxz`|`@ig-40LzBalrrb z=W9{oOn}o0yfXgEp_GgXFM3;`5GEwTrO=ZwArmg_E-^4?$9+S$%TIy;Z!@F*}w)J#R4RJD?7t1uHGR#5SF z_--n~*q$FENQ4*6>k)eR$xe~D+X8RJ@Y(BGReA(tVZFc@iS8=xA;v_n0%O#x%PH*z za>7y@jIr46RCS6;|%hFT!2rAE0F&8^82kDzmHt_z3kxo z>APRFZGIR~xY;#vnWgWv$p$Y@168n>1o;Is`~!pj#ZNv0h2lJ2978H@ZJn@@m&K8X ziG9wU@A2=}Zn@9Ma?Q7gEr&tapmkwF)q#q1jTv&6R!D5QeSw$l&&S0r*TQwQr^uT5 z%zAXXIzDgBj*U&sa|8r9TplSJO=~~Vzf7WxP0s8OW7o8Y6O*+gc!4%Cc)I$zEIn{V F0sv0&RYd>* literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w358564185_0.png b/assets/minecraft/textures/item/w358564185_0.png new file mode 100644 index 0000000000000000000000000000000000000000..11556ed50d602759f36dffd95a563c8cfbe8ab8b GIT binary patch literal 398 zcmV;90df9`P)Fn{@7fOg4mW*Crk8 zAQ)}N3tY1F>Cb8^N}R+>&%%TLF|5oZOcaRk(uGr_8XS&kMb{m~zz{qHhtY+sV zZkdy8qg*>$&qj(s(Zd&`qe67#Xii^bDN$*zXgy1!q;H>Eyu5IJ7sT5K$#)xHQQFM@!)2;zR+mM5p#T>g=VpS@%7+R$o!KUl58=c@B?|L(z{ sEz&mbUu$S#C2exbXnI*~A}Ry?1%@~ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w362022892_0.png b/assets/minecraft/textures/item/w362022892_0.png new file mode 100644 index 0000000000000000000000000000000000000000..4c402369bfe4ebf5c164a909ac110a9c1ee2518b GIT binary patch literal 1026 zcmV+d1pWJoP))|Nqr{>VR?XJDTU&OHxBEYMTOu7K0j zhIDKg)I_o&14HMMJO!YHlskdDODF7M1|=-OR02)`k>HhRoq|A$%D}T1X3ql4>=3&M z)UT5cWjR0{J_`fUF~BlaO)M{us1>V#`Ref5Eu)+W6j^g3)jY zOocoPT*G{`aZ5wpRqfa%IgyxCFV6xuj^g;SflO7O2zn2K644KtDLqL$J{bZT#6?ho z`)%APy#t}I@8nCKxeAJ@;-FwCydMbtq~YsRo+;Bbs-P^WxE1_-etv!aCeRcZGfUJO zR;%6c^YgX+{#{@YCf>h%fNg0TzpkKm9B2q2M1iq;oE&>EKu0-mi0{#=kV z?(20poezE0GO$9x@yI`94Kyrmjes)-y@d9*gm^88T(q&@+=C>y^=+LJWMQsT<4MJt1pv9lpFdzHp}N_=06KOdHt{PjAitE=Ixj&ciMVH zJa>976dM_LzgxZL8E3Eg=XW<`;4Ce8U1V(Izpt2Bi_@% literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w382922671_0.png b/assets/minecraft/textures/item/w382922671_0.png new file mode 100644 index 0000000000000000000000000000000000000000..90d36405f08c4cd26f2fa756bacba52cb20b8f05 GIT binary patch literal 454 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?!$Snw9}6tpJ}8S0MfW-=}|nKmYyn<@U{A zw{HBtb>r93i@%Os_`U4l`{}!1v~7M^y7FDzoc|TqLq7pk^OXeo1vC6Z1{wa#lNlHo zZ9QEaLn>~)oz}f-wSj=^^y_wR-+%nyU(NeF7(;uB!&S1HJ>7~0*(wZ5bGU>{g#2jW` z{NRLj??-WIjzZ6xPb)8LY1+5VzxMp+(flQ!YZ9H4;*78SJQToHa&A7a7VEh#?iBCG ze_v@V&`6wj|F;I$3hy0i;WswTxS#N~<{~5OJI2fR9n<;WIh3+$RR=f(O%l*zUF1@) zDv_V~$6e;X^l|wmAKfe8q)JuHJ^P@IsX1DzCwEm^O0>Lv#6C&;Tfg|PH?4cTcftFn rzzfw!cP{upDKt3#a~>E}{p4ry{&npRTWuFGh#5Rx{altFxFP`nHJ{iQ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w385945444_5.png b/assets/minecraft/textures/item/w385945444_5.png new file mode 100644 index 0000000000000000000000000000000000000000..1cc46da9ba067a108b0a9b7677e240561e168aca GIT binary patch literal 1471 zcmV;w1wi_VP)#XMngPGM?5_|GdVafK|VIF9UaC}F5Z1a{M)ks|Nkc? z9U~DDF&-X4BO{Q9bAx?nb#Gp2W>#8QMrsfD4gdfE0d!JMQvge3Z2SNK1sq94K~#9! z?3n3-syGmZ<)*d-x7(l)-v2@8R7!1TUyT3e>xBxvoX<+4$l-7}pHGd$!Ty8;Fbei( zJ8`{SF6R&s&8qkkH4_vViD(F9${AnX1yWSHXu_CP|w$o#9nz~y>5qXUj< zW}-xF*&P@qY7K#)zrYDgpnXLLC?%x2KsHLC)mBQeASxOhvOWTl9vw&#s%9DjDFpT) z|3^T5dJy;`)EuEjy#wi29mv^=<@^BwGyrV~0Ske=p8|CO6H#rO!a56_V-Gegw}pq) zHU+UDLtv}RvetE3>ehD+#4dO!MAkUcD7$T_zl~Y$%d&w^yTCi}5)j2Kk2lJO+6UhC z-wNFC_nrbi2TuXBv5YjK(^l-oA9P^tC*TiM)fy;e)@`cmeerV&#D6Yozz2$S7gzv} z9R!3@z-+=up0~NywNAv$6EhKsBtY!wirni3=_{(WM+Ye4L0jwVe7nJ566SgKd=3FZ z1#HEmKc7|{Ko0>U1gI$jRgrva%*)F2dcRFYCQ?nwyDtiXT0Oiz=+OZt%>YL$JV(B# zu+Q^6P0URo17Wgl^B-;xdaMBim{}Gg8`tIjG}y+vVm_!K)Kba@loAA7p`(DewF#u8 z1(~;Co(u+48ih$MQ3#}Dhu#=*y9)6(r>#B~0op%}W1`WNNFV@3Kpznx14StbrEQwq z3fihYd2_ocA z1nB>LLO$mLv62#kqXU^)h-d_E@Z-U|0!fizL<|A0b)9{inebz3LcksZ+VVj^0ZNw5 z^I4C?8%8=Jh=h6~VBz#<>?52MqZix8se{1tYDYxNbUdO` zeD1G;6c~tKq8D}BrlE1@M0>`?M@qJPCw6cKdcrU0$uK;piT9wCA{GK8W(OSi0&(UzM!xf=Kvw?x8os_*vuSDT@>>8L zA+Z-QoESm34rHM(hvoI&7{_0&0Yk_{4{Wyv2=Q;P0fWGR4-#LC$-yxMT8K{sU9RWj z@q9TE9V5OG)w=?if??PT(5nN0MmiqxWIYpT6Ea5Xj`!Dq3$WU24eSNbfa-6WVnKR* zXMr@tCWu`S+dy6dfX1yt;nr5)5cCxoR7B%>0LSd3a@Z615`sf_EN+e1Z=MPF;GW(& zfI!!)Vr8~{$s8rY=XLgSz5e`pL3+;~D06!g&g^lmB$V`hmR@Ji$j4pHz5>XI*IhF4 z3Lr{|$P4!JdBtF-EAr1U=qftx^#ChW3;+NC00000 Z00gsmmPOpp`ab{w002ovPDG`^)EMnGh?W2V literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w387800523_3.png b/assets/minecraft/textures/item/w387800523_3.png new file mode 100644 index 0000000000000000000000000000000000000000..28a5fe263d24ee7b9fac7e55fae1ad3096f30516 GIT binary patch literal 1381 zcmV-r1)BPaP)qYe=R1rzgXxCPh@l45*?GwrbiGh^?9| zqhfC(O8_fYM_a1}P%R3htzz`8!33XM+dZ#6thcX&foOp!%47ls7=Hw|cWv8uo13lQ z`%k{@f)pJ)qlExe$Ba1EN=g(I=qOS!gE>Xp8pDzDU(o`d(!EV(iDs`ROT+k>p-s%b z`@9AmvIg>BNvq(gVZ`)fUgrM7HZf=4_I-{!HZ9^FRP3OLLw3 ze0(`(=wHp&w2qQD6#}O8>HO2>F{3X;QKAW|@@pz>Al=+*?JO`X`s?VU>g>}9`=Sgx z5=hDWexME+h!J26tiQB%>PgRQY}=v&L?N_uwrJgMxtm$WvIMEw6~?kZt=ne0bkE4N zCc~)l*tmYGg1Xh(G=t1GV^y#TTiSfG01I|iP)8XRZMEdnUa;ysw`$yJ!f4yHXj_L_ zQvubMfHm3QeRRs@iAI1@)S(3=w86DHSJ=agcb{_EGc{C5>S%+uHAHjQ^9j;=dVD%x zu11AM+e#g5)ijad{B(Jek!{tI)~JF|;x`X~dtZHb+Xyg5yGUlQO>LQHUKpdNga~aV z`oQIPc+k&oo&s~<=2h_0ly+WUztqmQJ5WHlz{Np^NUWQ%(!0}W=SvC*1RyRPS-~hZ zTR^MIb3e1Z(3+Y1HnrM) zk|4UzxvRJWSI1ZzohsVL)7Eq5q{U8zmYRifz2J%m_inbF5kb6qTGmAqMrI;H0u>l# z{~dhT&cEJ4e!S^aEI}*FFRyGW)mRc#BME55SLrX8xK(`f_Q|3=jBr{u2NN zxcA_KtNZV6D&WO?KS=Y&hs&-RQ?oq4OFriafPRj^1zi2&U$uJfBU3)UGrO8y*d}m^ z4R@b>bN7dcUca84u5K#e{G&I<^y81`#$(ADKrLbO%(l|P^~(s{R)CiI?5H!q{R6OG zuI2#v^mPqfU0k`pZ3>Dp$86Hkg3+%@a0#z6r;+)qb%XmaCAfF%2qX;8#0*~s;c|_S zd0ZA;+;RDq^&W05AO(_|ONz1k=6dnK*k8uBTYGhY)i;mtKmJ(Z&4*K+O+(|^cE2>; z^Yh)h>YW!3@Mq_NA1nTF9%zhNSspy|-z|Xe9X$f456;R5C(ERX!E=cT)G_jQv!c`D zS#!6bv#Y0kiC!XR>2YJQHcFvssYaVpqVYAFsMLYhvTLNuUWDpi2`W<+rEO9NzaeP~ zd~OvL0ijBn(K^(c!Dt{P4P@}8iO~Q}WIE8gm;{4=+|-zk6d1`)|ME55U-qnRsiO=? zJQw+!JrYM6{!+Dnqj$U&D$fJ3q#%U_*r0W!3<#n%t>k?_WX3cy^ZOo5qfrWEKkP(= z&{8I2wwArjvFv7BFg3Iwb%+EYN=2el%BU!XH0rB5LjGDHDg~)1;J59;F#!Mo00A)l nOH;zRtpNZ400000008(KfuH3cLReL zu#AF1osvjsY+YVxT})S5N!kSZ00001bW%=J083pCU)`QCqaBS1kxWMyCudSzNG!J2c)8Aan6!Twc3C|ZItAasJV z?|WIdKiis0DG5_ep@driD*?y|$V*uNtXnR7$>CSLz5B*{fKlPqrfu7j<o8Aj+a8i-XIu4v!6k!hl&?POoZ{)hoZS_+KB-aV$F z14IFl2(3=NAc}y*5t}=HmnO!VN?hW=VqZE=doU$n;>d)=uAl8AA2AxDVQvj>XV~@Y z5m8il4?KgLa4S2{P(uku)Yd71%HHpaT@C#O5Nr zARso@8M;Z1dC)(&DtF()$pL2WTNv}fT6?20Kn$nv-?qTya|7;{0LMUJg&S_n2d_d2 za7thvvxODDck9&+q6p%RfkN)MqXakIc+QA7pR+rT(DhTY)A{hY4+wyUO}m_qE{$W} zO;_s>hk&~n#tqcNIe`F(CVGg|hxM4%J)9FDTC=H(Gvpb{^l;t-LBbgE=C^V{8lGABR;T$Nz;oG$$%NJQw+ ztpKU3TwNuQb*l-?3F5*4EK(N+5Me+z&Ab^&OH12Y6Yvu7A_MLckDoRbdIlmOd8^1% zfYRB!U=#oVu7~#IS6QuT00000NkvXXrNGn})5Mg& literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w402566334_0.png b/assets/minecraft/textures/item/w402566334_0.png new file mode 100644 index 0000000000000000000000000000000000000000..376a4320f7a851b4658f0fefb947433defaef010 GIT binary patch literal 1164 zcmV;71atd|P)P000CBNkl1F%vfg0KlvqhW5$pCH5 z|NYurT)h9Vedg!8@3o1hHEU_sJa+ic{Apu4j_SxG2{i$MoSmSyCi7)B`0c3(rj^ke zb~XTiUYKTqHz!Llt#;fx_XpkjrVTKk1;N6~whh;jeJYd%w5J`& zj2M{DFc=MHHZWtb7>sDx=qW&u3Y5<*46v{PHZ;J{n3=(z0wx9v`HT&dFj8)zl7gxMOX*p>2kM;mpWwGAciP_651)HcPSZC>#1S`F4# zHi%6Fxn*r_*@u@4F!04)K3{of7ENO_Z|!PhO=Cug3j}YL|9F8jv33UZ;cLevjiT+m zr?+iUEXgeCdcnQdX9;54=4&`ap+t3YSENt`Z#(40X8Zc80(%HJN(jO}+>0QjoJ^J% zN_hdNlsv=1N>Z}QsLAVOWcQ4`aL(b2f&upUGz%eHkxEktt!hRIG(NHg18@&$p7E}h zrbMi*QY)EsB6SOJhBJ+Zm&=hZU_bset0`Ano7M&JK4t3;=>GK6tb%mbgm}q}Iid6L z3BILiPCJ7T)f$X$Iosv{+#j02h$6HWROrfdg^H-i4+R*FHr0_)S>vuEYbpu_pXH|< zM6=Y@8b$;9_@RIRp0Arn$4~nGfI$CRKtl3u@4h2ogy#GDpT>4z_~j)WU}HnSHG%gH z8BiMb%70Kg!B>sjoo00000 e0000007e09WGf9Q7+9SE0000P000CBNkl1F%vfg0KlvqhW5$pCH5 z|NYurT)h9Vedg!8@3o1hHEU_sJa+ic{Apu4j_SxG2{i$MoSmSyCi7)B`0c3(rj^ke zb~XTiUYKTqHz!Llt#;fx_XpkjrVTKk1;N6~whh;jeJYd%w5J`& zj2M{DFc=MHHZWtb7>sDx=qW&u3Y5<*46v{PHZ;J{n3=(z0wx9v`HT&dFj8)zl7gxMOX*p>2kM;mpWwGAciP_651)HcPSZC>#1S`F4# zHi%6Fxn*r_*@u@4F!04)K3{of7ENO_Z|!PhO=Cug3j}YL|9F8jv33UZ;cLevjiT+m zr?+iUEXgeCdcnQdX9;54=4&`ap+t3YSENt`Z#(40X8Zc80(%HJN(jO}+>0QjoJ^J% zN_hdNlsv=1N>Z}QsLAVOWcQ4`aL(b2f&upUGz%eHkxEktt!hRIG(NHg18@&$p7E}h zrbMi*QY)EsB6SOJhBJ+Zm&=hZU_bset0`Ano7M&JK4t3;=>GK6tb%mbgm}q}Iid6L z3BILiPCJ7T)f$X$Iosv{+#j02h$6HWROrfdg^H-i4+R*FHr0_)S>vuEYbpu_pXH|< zM6=Y@8b$;9_@RIRp0Arn$4~nGfI$CRKtl3u@4h2ogy#GDpT>4z_~j)WU}HnSHG%gH z8BiMb%70Kg!B>sjoo00000 e0000007e09WGf9Q7+9SE0000ks>z$ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w402611145_0.png b/assets/minecraft/textures/item/w402611145_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b058235c80d0ad740f34de81771c0963f47d3891 GIT binary patch literal 1037 zcmV+o1oHcdP)xQB4 zX}gYJ@5Q-&GU^xT`(Xe!j;_La*KzK>`xgKO$bl%hiiGZ803e{%%2kA3t^6N#5H_b&h%5Uo^5fVbm#{{oo6n${I2q|Nv#u2`7Z};4FWWg z0v)a)2@k*yCjm`!ICx(ZQVX=uo(Kkv2slCS_XYSVCGs-V<0k+fk0c-^1YE+CPzs2g z;}s7Nv^5Bn__7EI6qEpV-K(I`KkEOVX3{G2zK#9&DKZ8<&!c&4Nolcj_`J7VQh6IY-i$u93hl~^y zbqG9_1ZhY@<##+b4JCM<;&e)hDVa}1;DF1AAMgmyY7pp(2#F{{Qm~W&-!#|j?N%1y z(+N=IMac2{0$uld8B$*0H4)qPa-jsh{J6>;0e3V}CZT){)ge$uEJvXcN$@2orR$X` z83}NO!238aFGuwWkO0sT@eVoqdmp)GQ0)G1AR8ft9`txZI!s1sV~+FKtkup)q58C7~t(Qv#mc zqQM~Fr1AwSq{>aIn1mYi=}oF?1d5Hy{9p5Oqf!O=+(spE1ri$d>5a;I1hiRQZqdAb zvpPD(t61D}v${5cf9=7600000fFOVCL9X}$00000004jhhl9nMw%%@v00000NkvXX HrNGn}IYrUY literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w402693908_0.png b/assets/minecraft/textures/item/w402693908_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2238832df8ced786bc9b87e4fed4ff8e55c350e5 GIT binary patch literal 651 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w417487020_0.png b/assets/minecraft/textures/item/w417487020_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7451bf4d40ac99ddcf7c46f2416aad4d33d1f171 GIT binary patch literal 143 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+C#Fi#i9kcwN$3#4{r9{K&ge)pgK z?-P^$JLF6af8LxmgTfbz!eDqv`;of literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w419070065_0.png b/assets/minecraft/textures/item/w419070065_0.png new file mode 100644 index 0000000000000000000000000000000000000000..8c04e706e89392783e54dbc1d9b67514ddd61268 GIT binary patch literal 1038 zcmV+p1o8WcP)}`x9~g>FCa8%; zt&BxDDIZ5KA0!_anO{1OSTsE=ATuiVeb8I=Y0rB zJt6-qPoJlw2k;1a4Za#cg$?uVCWOs41WPCC>O+?c6auUbVZWF0!JZbJ&aa!0)x+_5 zz|i1gf~CO9x#f~2z6Azuxx*b7L4vUpa97lR6mZ-$u)sNGq8HGl6NqR5QV7B% zp)4^l?Q38XgFsLMigW`0#{%$Z0!QzU&J$etrw}-LIVkhe3!oCfK2pC14*UJ#u)jP= zCN|scX0r_l=bSl+i|q#5762$Hw-jjwZf~Q&dVPrZ@`765g;*1-fK^>rRaN&?$pkuu zG{sf83mfEG43uGQ+QskL6WhE|fv0~8`sVqM&VK4kOMzSq2<2E<3lxiD zXhvijV*#GH@=Wno1oAizQ$dU`M)@k|-2Z|VMcfLJ35@Dqqu(8&RSrV|W-JA1tXMo6 zkJ9g*_4;}FAkh)ip|ol03JJq=k{;K!K=XJ4H@_7qjRl_aDL{e+002Rn{}8(i6zPm0 z6Pu?x`w=AvEfxaO*hMJ&?B@n_GZApT0OL`iRqO@&c`)XgKyD~Nw-`auUmfsD*a`Fz z6x1_b6y%g>O)tPW*()IADVUAw=GO(XUqJX6`Za(HYxI5rv<&b8K!v%0-Y=*H*&5)e z&94VKMZ?q;Arj5k_TZQR0001Cko{9zVka;F00000hyeh=0hA>PPwz@^asU7T07*qo IM5Vyg81PTGDgXcg literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w419724285_1.png b/assets/minecraft/textures/item/w419724285_1.png new file mode 100644 index 0000000000000000000000000000000000000000..0b46ed12ec209157d88294242860e47508c37521 GIT binary patch literal 1529 zcmV2-x+w1;90>;*dI!AxI?l<|P>pr7uK`;^g+WpvP08ibo`}aS(?rvCtPgP9Hgss;= z#95&Hz5VBC_1LNwe+AUY6?m(D=m+WU`YL4@tE!f#p8<<~syDJP_h#!x4ARR3NWS{x z-$%q5;M8xu!G;579r5?i6O4HoxYJoiJrV$4P2ju&czl%pP;~3>pMfCH0^2V?NtGf~ znp(VZ9h?X5`dP-|XsT+jCgAxA{@V1rvI6y(%D+S;^VNZ%%? zg#^F==43j6Gs@>SXz!cE1%?apkTD6Ku(W2HGmq(GqBm%6bV86f56%4m#Uqs~I z+*&f5sEYSP^X)q31;F>^+4G3`X#23ubj^m|Y`sZTXP}a*dHj+W5iUfm{ogTv2_A@xCG2?NyS`HM`%nw7TX*8<}4yoDRLH==Nt)D z1?L#YvAC@@5mM4%A!mX0_-6(ahG6oz3P5w9AAoy;;Fq&NTb3nBCW2&4)8s*bDPjh0 z;VhsY%%;9gy(`^v9C{WPX_Z6&Jard3?ep^>awH7wIMs5@5XpG1W#M%IObu-2?1E{Y z6k#+A=5@fMh#b<fR87Xj@H*Y*i0{0`g={qZsoFyy`tcWF&t?y~Ab+X?kq7b;u%AXVn010~ZP1?JzJz`_W?ZocS`5GnShohl|0Xy*K3v{| zeR{xvU}Bp<`b6w!p_a+)5|ID;^PkZi%^l75kqUrTWw2VTm-5!DX=;;&Mb0`#TH4~v zerGmwlJGLuF?;V|O4*j7Dae(Xh@O`3Tk$T&UVlBB%>^i%eZW{x(*GW2o?=Hnne zfPDxv2Fb;yUjakyBNZSCXyj1(k>sqR0J_W7Q5h|`m7dhOILVe4B)iMCQW_D={U5zn zXIju`#8rS#jY;kc4*Jr(1=A-i*DV1S`Qp70Y1l8wKqjKQrcXb7h5a^`*>%}~HfbB{ zEN5TvuRi1MM#fZT1QKIilCz5ZbslKfozzWo5; z={%4xm+*UJFnKDNkp#{?3>-)m)zYn5-9Jm>`y1?!~pO}{On$_rq=x2NuM4vbdo39#WI6YT(W-QB*omotM~(Xs=W z?}Ow6d5}SRc@((_v<hxUZT)rkRt5_bkCYGR#|t%;4g&DR>7^%oq1oJEjG< znmOMCXlXt+?LJx=XP+bMhXM1ZCDJ|&G{Btc9|ph#NPHOJw>~}rnwHnkzFW6$-MV$_ f)~#E&Zr%DXJMI;n38DGN00000NkvXXrNGn}zCht% literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w420825825_0.png b/assets/minecraft/textures/item/w420825825_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ca86328e33ed27ed8b4c857c207d283243438e1a GIT binary patch literal 1213 zcmV;u1Va0XP) z{{R2}|Ns8}|Ns8}m7o>n000CuNklArNVF|c(*1#eDu-DLlLi2U-EMP# zU;qKUbugM0I3WUv?!5*Xgu$4jPyiAfQ$zh4AS_rG%mFiFA%aFAepLs|C9psM1o76l z10Ii^%uyvkaA33r5{G?304HF}ErGrR*jP9f9I)VdOCWaQjWI#kRX|{AxrlLag#vS7 z4uSxH8tT;ma79{}@5I~SjdiXONa}!4R9|8Th%p9ES^_-;7#JG_e*fyIp}{GTcJ({pGy+)-VBy(VXu1}K{RmL=Kw+-}fc?kmZIH%GIDM!Nm;nUM$t+c%`BOLrGH(GV zqKE+Ot+WIt0GtF-$H4;(YG`~441;qHfx&Ptgs^A?E^7dR69sq)iq{Q=p-zho_flx&}WV0lb(pu@635?5c(PX?+lR&`rab4ROxRK8qJ z*VJpZct;KMD{4`Z9s$E=U($1G)5F7CO>gRFU+djTEsEY80&(x# z^esK6Pi;6|cLOvBT2Z$i(L3tY1A0r{8qz-+s9Vu)L!G+VmK}j~N1b{&>Ua&^0qzJ~ z*p6!u{a8}Bu%Z8O-R~2oZe7f%t3c=ecj<)FE&qnP#dP1c-Y~jcYdJF`yXgjSBT#$< zfM?z|0MU$^+k#Ox0xv$cA@6peyDM3N#<2T5_5z(ayG{<&EjAq<=Og-@yD%x8J9qBf bxpRL3f7VxMdVu4i00000NkvXXrNGn}KK>}5 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w437347825_0.png b/assets/minecraft/textures/item/w437347825_0.png new file mode 100644 index 0000000000000000000000000000000000000000..00c4f26cdc04229e2de878f2a4e538a1da920df3 GIT binary patch literal 1159 zcmV;21bF+2P){KoVooR5i=KYHCja5d%;d zm+uGIG(c{20a_bU&lT>v@792{Vdvi^sQwb5+5i018=gRI z$4}*4Yc5K$e&GmmPj>{%8DOENFO{{e{2VGT=YaYveG%FaqqbchxVE8f0P@LmcH00t z2l5p2BhVtub9VAK53r@tUyv@atAV=#?2o`cfPE3#v|)Q)$LKwX6sI{rOwCipqYa6f zzx5o5Hv(*%{}UKr$I*Na5EFmDIl%P(zP|^$1hV)2J-`g=F$cQ8V!Np9_w4q2fP7Tt zC6t`zK)UgLz<3U*;ig(~2#|WixhAv=5YuQlex$N%!+V$pKw|trNup{N02+aTD{Zg$ zRy7cU*h>Tz2ILB6McBT6@iKrF61vO=5x%Ga1A=~v3dgTGBFOM@fc` zaHcMHhZMDZEE0^mV5KxG_Ax;GYN-RzB7q?RPznH0O9QxoVgODsc}fAGJp_P40PqR` zssVZi)KU(>5&O?l006t=)l>!OFy<))K%C-S2^cJ%y8+w`Sg!$~{yyL-zYlbYtM#{H z&n~G1s7o=RCqOkoLn;B*0l4QqVNa+8IHCUs6aqYWu05DoQGObL(Z%r9#3lzY+}H5Y z+$IO4x7C@=F+k%)U~`+#fWK$@KlXS$TGtNVg>Pi0h+lff@=ey92lUN+0OP_p%x!YO z0*njaFtNEEumC^)B3yt4;N1iXml_8snj-+H3mA5>Ax<0ud<3W^p6IVNVBdW{kbmBDqB-%k Z_CGGHj0fUVVeS9`002ovPDG`^)EFK^A4UKG literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w439336394_0.png b/assets/minecraft/textures/item/w439336394_0.png new file mode 100644 index 0000000000000000000000000000000000000000..90ce29e61d0040965f4e8232a00c7e732ccb8cc7 GIT binary patch literal 951 zcmV;o14#UdP)eXSm;euXn?l0?0004WQchCP000A4Nkl;7ocCK4}_NJhB@7B_3UQF$tW`&2<;Oi9@ZW)cSq+ z>F_fK)mfxhb&_lmcRqq*(9L6!6Z%>Y1@3B{1;S{uVe4sp`3oomTaPM!AWtlS9e?!W zgAImN{xB|o3v!6>d>B9vZ*~mohUj%^D=>HgjtK(v%PzZF_I#iHpbZ54+#Sb=zM3+AT;2#gl!PXPafp-e}EeGP*ZYp{kW zSg+#>6$q5cpq){mNaG3?xXTZDUjx7=+hU;=J@$Dp?R7qI1^WX@m01x9l^F}OhWx@`ZK6)fP7 zx5l--fIs52HUi!371jTJKQ$4!p9wtL2uxl_?|;yF0`^3o+-j}mO|A8+Pwd4uKlQp< z|C8bi_y%VJDyOI;5GG&1ojvXuX1qW*`R%L!SvTPYsyI{%v={KZ*na*zf#P-z-!}dQ zFW{D`YcEis$tgeq3Q(Ydz{fSk`JEBR0~`}33*=8s@~38;9pe`$@|S4x7pd}>=~^#T ze*RKz+r{eq<@)>$i~KE{{7tL;ZM*!9%lxg|{LSl>?R!jCc!BmuIDDEOV(|eT;{l+# zHPHSjSAz;wtU&wYd_M34jR6dw99$$nH2}+f0L>0IBQtem0l*Kp2QX;D0PQb0_%y!a zfyvs@#2X~UM_+Ub(Eh5I5BRcM0PuCc0DudRSc8Q4;7hLo@Yj9=_!pnsgTDG50C4#o z=P=19K?os)5JCtcgb+dqA%qY@2qAqO{(}PL$)#>w^@aUGU)<`( zS9v2iN{J}Q{~baIA;a=(1;$mxOm$8ZSVT;<&dJZd&lE6C6`1Am6qqE5t?1n(^|uO4 zBBs(!<$9M4x=G~m6u4Y1N#Ol5i^{JRc%-%i-JIMIZIKfNs;a$TG)Lg7cYD3)U6L`$ Z<{v>~VZ~G3-&ZMD-#I#*6Rt6(2fuCP9QW*Kv#AOiF4%?1~8Cd0yOB(s3!rS2>7P)xi9lN0snFY zP$!9103>uqQn@m0=zyVn7MP~>2p}zN&J{Wy`2Eng>jrH2xCtCTq`vJh7o^*8>pG+! z60lWZ8sXz2;C&ImW-Z!F*S6iI9ncv*$oDEi8RLE21fus*yV}(5tv4T#yEWm94EM7`dg1V`r&pP`cCGQpbT(n8Yg5Rd7os1!8!A zJl-D!fJ|B7H4B80$kt??BWKAP@#7J21D_x7kB_5(Tn;%Rurf5_c!`wp`1mYG5CP!> z`EC#I{rNT0HwYCXMIfa>E4o5FTXzCf;OE)zKiHvz4`*u;8217x?F9M@Iw75{l<_(u z_P@0K5r!7tovpNBFA!6Tw4z-)wP!0G5$8Gn#{@^Dc}}}aTsjSB>yH94$am&L3`Ae= z{cNQp<`iN~kV%;2fJ%&!0InEbY3ym*e(S!uUa!ry@iImT0eip)A+thIrND)RW(_*S zXu4;CtRSQ)9x(%Qir8TR2?8)=w8rl3<todUj#6%(#0T?f6s=EvdZ9>2!j)l zrbF7 z-hiqA^+U~JR3olL`!9ewbWGAR(-=7kJYPW-RPJcXC;&Hrj->fa53>S<`j=p1!XS(4G5Hi4M?B03eddiDZ{6S1n3PN4HCe@ z79cVj;0^E%fb7PoEq@$lD{fTIx=lq$#rz+h f7*3r!_22aclVyjUG&j?t00000NkvXXrNGn}$z%LI literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w443089212_0.png b/assets/minecraft/textures/item/w443089212_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1370d8f0f2a73d5b14bdae6b03c5e65cd11138eb GIT binary patch literal 1430 zcmV;H1!?+;P)S)T7jLg#EYx zK<@}b8jB^6A2LKhs517K&$$S>BT4`u$Dwoqmw=A@1Y(R?h*r_)j;Q==3v$VIe*zr< z5I{>WgH#n4@ISI?skdAU=mGRGJ_U|ikE3K&DCPMqHpxYkc!u3T5&*;iaS6bo)KWEa z5vV@7>25#-&>uiy2=Z|lRIU8zuL(RXfn!$!qpw>} zjw^BNMtZs!*94?|t;h4IbxQ&sJHFigE-@6XE__QZ0Sp8T+sH9LyyI6xyN$%1eH3j( z)&hgWltAS+3Ov@(MrY-pPZxOnB+%1-fv7_Tgy-=Tay|uw9DR5KYYVm~5dS8y6#VH| zi%{1|pxL=6Sfsw~8i-%7f%2KWu%;#Oq{&j*0BGU26y>}KSBE*%58vP^3Y->5zZa0K z&mET9$5Rf~&wmmiso%V1%TND(0#yZcf7fXhMKKkRa2N>7V_DstfRljqf?WM~c`U2*JtY`A*+Hrr$kEGxr_p*>(Ol^M*K=h$-x|c?`kua#OMPZ~*`N5CR4L&u=-&yPlt(RhZvjo? zGlBe)K#4aANL}V>2O>S0Q)VvVU)0~c1;jeEs77FOf!T_NQgbnpoTL4hVcws>WWW10 z1)nG;U@bxf{2Ll$e+u4t4Bw2)br3_$X9AB~5+F@~Dn#TnPvGR{1paRijs*Y!000L0 kTMuJTbprqZ00000Akv$Ww)$L|H2?qr07*qoM5Vyg7_erBr~m)} literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w447319910_0.png b/assets/minecraft/textures/item/w447319910_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9c705017ba2a0d7ba395ded7f7efe8d16f6345de GIT binary patch literal 234 zcmeAS@N?(olHy`uVBq!ia0vp^4Is?K3?#Q+vONT(cmjMvTtR{!6aN4I4`l4scAEyI zm`j5Ef*Jn)<9ckc9?0$Tba4!+xb@~7Bb$?>h}%Q$13F7Xw@ne0xUbcGko&Jdoc?zP ziyx;pN}Z{CUv&80k;JgMc@;tD*Qk>ivjD;g+ zHn^PN*gcbTjgNzZ3yb7OXWsTSe%mh}-abeUmx-IbD=Skhj`er=+IrWWOjVV|AqQ79 c1+p^y+;`4QxFB>3&{Yhcu6`~{4_uJ|0BYS=;{X5v literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w447403513_0.png b/assets/minecraft/textures/item/w447403513_0.png new file mode 100644 index 0000000000000000000000000000000000000000..636c825cb4cb08df7d3ee752384b888361b61283 GIT binary patch literal 1373 zcmV-j1)}#|_ho^Ffo!0`FmBrt6Y35y@k@CR-yTWoBaLQVK7X^IX>xLDKR*`DH{I z`b@M`RC=x4Gm!oW#~}eZBHB9EoN}h3h>fMPD%giR28fag4s%imR2okPv=Da;yT6^n_E`gIXh55=fNK+O8=l(+k_xw+BuA_@C*1)e;sOgQ-N&~LBo(a0 zaTWtab^n>ly8ZlYYaib{1qX;R9+f`pOU~K=OvD@Hwm!aTAiiusH-K5xpx4FsdjKU6 zOj3iA1oXi2;Nu41z~mcdK#$>8IfW1RfF48BHwVDxK$HLdUAL`HAdRxZBk|T8Fn#06 zKt5GnI7RVCXiFWe6}&jAxe(hMdTFk$eIoXF2WPQ74%N#%G9U&7S@f&PLL$+DY) zqHv{L(Y3vM^#EkJfp<%w)JJe@LcRT}p@Re@JZ^)C9D3jeY*$gde1UcwOY|KF&<=t3 zb|mKObKtN;`YR5atPO^_4pv03*Kl;&}72dC;+vp^-h82^2pr++$`|>Hvru6I#BD40xk9E z{+D8h8%{>3WwSt6xbJja*(nfBfP1b9o5EHBEA(H$Mga%sy*DPYDL-0(pe1nYDl!#t zK^5WBrDP)T@@4f(G8YhPK@iuH69Sn&v|*p0pUSU{MUi>ON#%Kg9CIFrE|4Qx0?SSb zWUd4NZz9tNdjpt!e0*47EKHUi-wb8)QXq6ZOfd-X^}K%gYXO+dI`!lhFqsIb4|6F( zwX008FqwDqUjdU70!|+$$;c~{MaSfETL>^3ec0%Dw*WSHek10cJQCovfTJ2FBk$5= z*)jQ^K)xLIS|BeH$b)!THi1SeQ=+^^Aa@H~OMbL~jvC@Z@`eE1E}#^*37|ox+XUqM z{J#PmRS*oK01ke* zzXvt4=t$wB$xI-G_v70L3ZjSwj>(IT1&T}sKrIl&o1|7S6>y3AX*??4BM>J)A9(qB f&zt1rzqS7WttDS4e(l*U00000NkvXXrNGn}3-@|Z literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w452281536_0.png b/assets/minecraft/textures/item/w452281536_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7e11f280d98e119ec721b6bca41abbf91837fef1 GIT binary patch literal 120 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 U3e#@1c=5|}clL5B;5V!O2U2Fl)&Kwi literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w470059371_0.png b/assets/minecraft/textures/item/w470059371_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2aa2130a5c97b476c26c719804ef8fa2a417daee GIT binary patch literal 388 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFL4Z$)E09jkDD@AHv$l8BHMCGr z(Uy^s5fTz|b#?7g5qb3b=iyV=)^6E9XVL1e2{TKp8+KQSH3Ic;l?3?(GyI2we@r|R zqJW}5JzX3_DsGirV4rr_frB|;ae)dsAm1(S{ZO>vbo$cL-q(EUK0BF1Sx>&?vOLYe`9;&{sm`6fljf}Z f|2TPpI0M6i$j4zjPfl$I1_FbptDno#16L#f4SJ=y literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w471978016_0.png b/assets/minecraft/textures/item/w471978016_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b17d8fac3be50187d7879f21805accb5204c97bd GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY>H$6>u0Zwv{ zT&TBUY`?ROskVuYl9r*gqPmo{jEImx*1cDgfl3)mg8YIRyi;=i06C$aE{-7;w~`Yc ze2LlF&{)mP%A6dBu!*xDpzjjhtEm?U%Er^&pYA$aP*29JQijH^0q z3J*LI8W{W}nol!2m9LAs$(Xie=Z>X@6Sx>o_5Gb>bN1Iqpal$`u6`~{4_uJ|0A7nl AcmMzZ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w472132137_0.png b/assets/minecraft/textures/item/w472132137_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ffaffb6f0089031254d74ec16120e6dfeeeba7fa GIT binary patch literal 211 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYS^+*Gt|0E!Q-=;5*syBloGFv; z)!AJu)18*-y*5I3PO#EeXDxRpM+045egTn_1y!qnsu@dy{DK+0Q*!Y)0E+O!scOZQa}GS+V&; z+QCDSJPxL;JOT$6F{BzeyT47T} E0P(a(ssI20 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w473538924_6.png b/assets/minecraft/textures/item/w473538924_6.png new file mode 100644 index 0000000000000000000000000000000000000000..8e485a6482be0e64c588e94d0c99090401c8f737 GIT binary patch literal 1381 zcmV-r1)BPaP)-n(TyxIFC{cGC^j`KT~qYe=R1rzgXxCPh@l45*?GwrbiGh^?9| zqhfC(O8_fYM_a1}P%R3htzz`8!33XM+dZ#6thcX&foOp!%47ls7=Hw|cWv8uo13lQ z`%k{@f)pJ)qlExe$Ba1EN=g(I=qOS!gE>Xp8pDzDU(o`d(!EV(iDs`ROT+k>p-s%b z`@9AmvIg>BNvq(gVZ`)fUgrM7HZf=4_I-{!HZ9^FRP3OLLw3 ze0(`(=wHp&w2qQD6#}O8>HO2>F{3X;QKAW|@@pz>Al=+*?JO`X`s?VU>g>}9`=Sgx z5=hDWexME+h!J26tiQB%>PgRQY}=v&L?N_uwrJgMxtm$WvIMEw6~?kZt=ne0bkE4N zCc~)l*tmYGg1Xh(G=t1GV^y#TTiSfG01I|iP)8XRZMEdnUa;ysw`$yJ!f4yHXj_L_ zQvubMfHm3QeRRs@iAI1@)S(3=w86DHSJ=agcb{_EGc{C5>S%+uHAHjQ^9j;=dVD%x zu11AM+e#g5)ijad{B(Jek!{tI)~JF|;x`X~dtZHb+Xyg5yGUlQO>LQHUKpdNga~aV z`oQIPc+k&oo&s~<=2h_0ly+WUztqmQJ5WHlz{Np^NUWQ%(!0}W=SvC*1RyRPS-~hZ zTR^MIb3e1Z(3+Y1HnrM) zk|4UzxvRJWSI1ZzohsVL)7Eq5q{U8zmYRifz2J%m_inbF5kb6qTGmAqMrI;H0u>l# z{~dhT&cEJ4e!S^aEI}*FFRyGW)mRc#BME55SLrX8xK(`f_Q|3=jBr{u2NN zxcA_KtNZV6D&WO?KS=Y&hs&-RQ?oq4OFriafPRj^1zi2&U$uJfBU3)UGrO8y*d}m^ z4R@b>bN7dcUca84u5K#e{G&I<^y81`#$(ADKrLbO%(l|P^~(s{R)CiI?5H!q{R6OG zuI2#v^mPqfU0k`pZ3>Dp$86Hkg3+%@a0#z6r;+)qb%XmaCAfF%2qX;8#0*~s;c|_S zd0ZA;+;RDq^&W05AO(_|ONz1k=6dnK*k8uBTYGhY)i;mtKmJ(Z&4*K+O+(|^cE2>; z^Yh)h>YW!3@Mq_NA1nTF9%zhNSspy|-z|Xe9X$f456;R5C(ERX!E=cT)G_jQv!c`D zS#!6bv#Y0kiC!XR>2YJQHcFvssYaVpqVYAFsMLYhvTLNuUWDpi2`W<+rEO9NzaeP~ zd~OvL0ijBn(K^(c!Dt{P4P@}8iO~Q}WIE8gm;{4=+|-zk6d1`)|ME55U-qnRsiO=? zJQw+!JrYM6{!+Dnqj$U&D$fJ3q#%U_*r0W!3<#n%t>k?_WX3cy^ZOo5qfrWEKkP(= z&{8I2wwArjvFv7BFg3Iwb%+EYN=2el%BU!XH0rB5LjGDHDg~)1;J59;F#!Mo00A)l nOH;zRtpNZ400000008(KfuH3cL@WA7otG?(+SA{rkN>k~|3+>~{|SylHe_VP>ZKr!}9#CPz-?_5YQTpd!t+xA|go ziu2O)gso3?%Wapy< z^shCat`E1(G%sZR~Sr!NyOnTEZ zL3V*5pM7rcho|P(-7d()J>|1F`_NoF^s^MN-Jwr6qw_CVHW~lmS4ZrQyibMJP!&#YNr&a4fdY$_L^XX2D+d#5?3@393C d{R^*WI6L!^GLd literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w477003417_0.png b/assets/minecraft/textures/item/w477003417_0.png new file mode 100644 index 0000000000000000000000000000000000000000..4504d1317f0a16ff0173937b3602bdd52d889ae5 GIT binary patch literal 824 zcmV-81IPS{P)ArH%&-4Q&d1+Sw;{L z4Hgy>9Ud4eEhIEJD?davg^YD{er7SE{vH4T01tFhPE!E?|NsC0|Ns8}{{H^{{%I!H z7ytkQib+I4RCwCNl;L*MFbsvI1O~7HES6;H{a+NxI$p`_a&Y=%x2I8(`hK}qT*Fz+ zBEn3r5`tB^zdFI~$8lT%hyyqPN9YP5o-dO5F9NCqxTLNDNca%|SE`Qz;zQQ~!d0p~ z0H^_Yu!-Cg91ky~4_M0Uf2Oo_F?T?SoANYo-)WmmY92etEy7+?an&>joE4ljo^s?5 zcM|09;i}0<=Ro1lFC_HwWs zUP?>KH+hO%7o@^WT%Nx_M}jOpfA0ayZ59;`0S5rR{P-C?$Rd){XL4~WV>mz+O~)Rz zCT7WX%+%B}^mA$eGlLDz${|wH(r3_LLBjeRU=jdWV(Cz6m7BuefC+CG98xtHlU`B`@awL4}2gIUMOv!h9-b zpd)~uK9d8S(gAr6qtwubY4huGyyixJ1H{F|uQ~&Sr2(jPK%prB)Kmw66n8j4&Hxz! z7CpcTfT+lS0o2Tf1e^e7;lBYa46_JmBj9%_zdE3#e-79XOmPJ8(-)Gy6?Fg+!$?rn z;bwH7(tZ-rDSUiwGmI|e7c_dhA_G)31$BF?uqboe2IwEvEi$YFHgG^ZUlF{(s&tEO zL?O2~g;klmJOj34P*#=h9YOuL4(Qw9uDLy$UIc(8ApPrz07NgB0S1KgX>n*jH@F!X+om!;0M*>mmA{7a8^o_TiX+1EE;|KEA}Y3KQ8^KU-txpOn#HtrnIS%xJ+e!&a@Bmzy& zt|A5orsJM2jv*DdS}(g!O5H2V`tkn7)yFbFpRxJ&&pfe>cSd%S+uwfsbbCl>Emzbc@2meCrd_!* zQ&d1{h0&@Db6Br)dPgnLeGyqOcf;CUCqshMr%f|p6X$dJ%an^?TF?}8x#Y<^{i`Y0 zA~y4IzDWs_WWT0*xa6L2CO~Z;upzCz` ze_Q=WTU)+gw%NE&^3wN9Hr(qZAMG{aU$ZP>_01)l*WaHTv044L*wq+a7zvDxX@ zhaGmy|68qR{PO9+ue+VQ9UnKoKYZRX@AcFC{_Y6gl2xId4BIV=mam!=GBtzYwVBZRsMdq?2fxFUY%z5GCnQ)|L6VP z-S%78eipf9oK*Vy#BfN46|OXApRP&eSCKoIeD$RV*bbb zc;nKGSsH=jY1aY+mWE`uzW%YXFVdQ^uQGf06@Ui AsQ>@~ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w480646619_1.png b/assets/minecraft/textures/item/w480646619_1.png new file mode 100644 index 0000000000000000000000000000000000000000..36e199bfc168d89d2c1726f12211e8df315a8e08 GIT binary patch literal 923 zcmV;M17!S(P)6TpJcB5DpR+6B!&BAtoU$hhsK?RW5!^ zCv!j=ZZ#NYDHE}-FgySN01R|ePE!E?|NsC0{{H^{{{ABv5-b1!0{lrtK~#9!?9t~= z-VEA>(X}1EIu&?w{^yrEy~o#dO96p+|Ic!7TlbdtUST7rnSJzjcUXovK)l_N*-W1K z@BjXv|NURDy9-DL$Ys3)JOZCRaSULd*_7wr9^mxE?e_Tac)PhA0pywEZp(KD=5lAk z^n8}ic`EC>fJxStr+)95mMxb95k_Y*FB?6nfGt>tc`vICg-vREUg4l3p6n_p&S1xA zdQu^g$RJPeO=2{#?*o*elYtab%o(w$$;FY0qBdPurWhmF{Cr+wU}m5*&nw(ztqleZ)2uWgOmck2t94waxC>XYQyxrcv7+@{~+m|og9#O#bV!&sY>w+*S$HCkl z-#h_eGk_|q^i%N;&@Y64@)z+R~E+!$&Ehbn-?>jB4M*Z_fm*y{m6 zS;4kJT$h(S&ynpkW4YY=>VB--(5IIsIPAcJjT4)`9{XB2&&W#w-w72as)Jfcvw1u=$T4=C7kE003wY3&F#Azj*)v002ovPDG`^)ELi*w}k)z literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w485811783_0.png b/assets/minecraft/textures/item/w485811783_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1e2a2d1bc4cb0ba807996604a5056970c8d594ae GIT binary patch literal 351 zcmV-l0igbgP)o5?;@h`~*-YV|^Xq60Y@X9lk9`w0quyq9vKofcjd~7t4$;b`AarM`F z7r+wl3_gtFsIzGCG?rF_ndTc3YHYS<~Kp85}hD&%XC zJ5{ZrGv-VSorN{1_LFLeOf@7m(ljPUR5W039I%Jt0e}gx(>Oq(D3Zkz94}bC=m}n2 zunyIe9FdqJ*@TVDZOxoVtPTJ(C-%+A^YV4Obsu?LJ|^p%E$8bSjkr5F@y##ndJ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w486647665_0.png b/assets/minecraft/textures/item/w486647665_0.png new file mode 100644 index 0000000000000000000000000000000000000000..89de77d8be5db75c229215c61f76c6e525ace639 GIT binary patch literal 633 zcmV-<0*3vGP)5ExAtNWy?g z2m!tUBT7nv5CbZtp3Mh%+@p>0%6Q?0T2p21H|V+o}*nkd>+h# zndIT~fD8aS;5{GD<-5I?QnqbdERr_413Z?;a{z1E>MKCHkYnKcu{5Fmv94>abq3}= z6a&u=wDqrFzrNN|N-bxBvHn`h&+nf$UbpH14*^SG|F+e(g1Yri0^dvAKCsjL6NemjPP00bT>>aTgGbs4eG{A;^6IxCr>~ass#nhyuI_hz7Rq0MzaP zz-<7y1f-M(z*B(#0#d+(COZHO06O4=?P}}*gx(Gk_FNm+_5jjv2H@`w{NMcnS;qcL TsAO-h00000NkvXXrNGn}v5yY5 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w498497362_0.png b/assets/minecraft/textures/item/w498497362_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9853a497d8fe4090cbf0ed6e40d147f0e148b922 GIT binary patch literal 1478 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 nOH;zRtpNZ400000008(KfuH3cLKCzRis7yo2J z!M!q%TNA#YVqgbKu$Kh+1vC5ugZ{-&J_3cbJY5_^DsCkQ6ecw=To*85bJ9BL%6q7Q rE40xd$my;EkJ&?(6-v%*Squ#KCcQcS*Z;2pP#1%ztDno#16L#fE2K3s literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w524137970_0.png b/assets/minecraft/textures/item/w524137970_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1c8cef94129439e2f6822b8c7e434a2d41f0fe0d GIT binary patch literal 858 zcmV-g1Eu_lP)Clsc+0008%NklL671_6NX>S0^i?2c)sj)HRXXE(YV@kMM;-)MJ%o+x6z_?`xwniV;`&In#l0{Ql>nUB9gDB1G{LTG6*b|B zijoQdO^nAn#MZO3FeZKt+P!7r(Qy_;e*XREPZ2LBEJP*raWH}Cxe)?jud1?ZEZBsQ zx>JhjFMxTiS^|iz7*;D3z0|4>8KPfPg5g?bVQzeVtdE!n%Nd2uFdz$^ zh>8SXQzBR zfQ|{O$67tnIt$>cWMadFm{R_!R;60Xrh_rq8!@I!AIfS9GDlm}EMP?|qLL3Q0?=s~ zwEwqIl!ZNaXL^@py%0d%N=vq$>#*9zTf0 zC_F52<9A`l4q0$aU&hgS!HtTGk{*#4ipQ@3wlmy#;etj%o^a(6H=d}hnDR=pR2X^K zPD_-`B>>OBO_+4!#n}(Qk3O$(Ka{%1114M#&iQm21`WiEJ!Y72JvjX)3?Eg&KNfG8 zEvLe`I;TQEx^0=>zb-MK2)Bb1-nBa-#P?TATmjccZs%h0ZQX65r*BpQemPc|jQt`! z>ej9Y?1A~q>P|o?)HFR@dJ|-(V-G#lFykvGOvfIJ!y3jO6Q*NtkCwP&GWP#W00=Pv kBH7~rh-8lfM!_fm0MtJJy-;!dS^xk507*qoM5Vyg7|_{=P5=M^ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w525175639_0.png b/assets/minecraft/textures/item/w525175639_0.png new file mode 100644 index 0000000000000000000000000000000000000000..88187f673c9c05e10e6358352e6f97c64deb6206 GIT binary patch literal 717 zcmV;;0y6!HP)P0006=NklVrFZ7htHRR2bJY;9d!T1`yK(8kf|52_p3qKmukPzziU_JGm)A(heZV z0Jyj>1Ry6c0nv>T^woZvH;~uslDb|=gbhlBxrk^z8;s^RP6)W%{o2%m93b;EGV_K0 zv;UC1X*dx@kI7~6h!oYokr;z79zB9?USy_Z5m`Xs2EbEW37#5&e@E}{Z*LhM1$;C@ zi-jpp~(u|MTv4h z1*ioefl^&e=_Fu=T*6#MQrVpXl*^iSDIS9u`Z)k4cNdGuZ08-QsW~8}_1{?sVL%K3 zo6Z7iSO^1E9dNP)qy@1|4?3{8hPVWK@C>XLN-WjXukmaNRzRW{TwVV6q*_Z;g&76_ zX45)fG5&|_+eR#tkz=T63Ye{PuozDnvPd)VuiqzNx*rFE800000NkvXXrNGn}naDV8 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w525713560_1.png b/assets/minecraft/textures/item/w525713560_1.png new file mode 100644 index 0000000000000000000000000000000000000000..b6566e4beec0ae464ed29988ee02978fdbc1eb0b GIT binary patch literal 1528 zcmVyNEv+ca~(}{=$6rkW??V zrKC(-NBhEq8*lHrALOU5dylFG!9?)i-Iu%v@S*!Y|NCdxJq)YhT@{luVdGmt#6>~* zWqWe8dTdpTe+om43@rK!aW z(e|*-bj60=Y@H-3^3z3uCHdSd0Z@k{8CKOy3s=_uwdqQN zx@0~p_5}rcjF^fQvue+)Y)v3f*93E0QZX0Q5gL<^#de0iIg5x?id+=TbB=_nf^&@H zSlm{c2q|f>kc)!#`ez0chG6oz8i3|NKLC#e!H*XOZCREinFx|GO_K)!ridB1fr|q5 zU^ewF^=|2wQm%3!7@lc z?Ii?-DV>Or+yx>}97BY=4kF{wnr)eT9v_Sv0lncThr7g3yYj}jI^}Hmwje7 zbCU2f=t^H3UJ#7cB@u*ziI7%ifk6i8NhV4)Z&oT|ujpG2!#GBcd--$ZJohIdDAmd) zpc_`KF$jK7Aj4tAbFqzj#C+;SoK2c}BFH!|a7of$5cE^_j%JQF#4_}925;L zj6rg->3f2q_K^yZ1T=Ce{YY|FQ2^a_>Zpts+(=LAT%2S}3zFS+S}BbP=Ki49>P!n7 zjkrnRQ)7~Q!9ib|w_y5&<+c)Fk)Q1gk%oOh1~L)dExh~U6!ybdX4hpCv`O1oXSuk+ ze{+m`7#UNU5lD=6NzN+r^JPJM{7mrfI9ajArmc@Zqu` zKQH0O$YAnJFe3?ES_~XW71h$MSly2$@#l_por9s5p&ztcsdCKhx~IJ{biyqHbB-!H z>VpwyL0Cf;nnPE{I?>U>6~R8zqEsVw6Ej%E7r%NIxnP8*3RPh#n|CHZI&qeCeZIAw5iHH$a$lUzA%(zkgF! zGc4W1eZ`+;Qc_YIGd@v;yA>!dB~g1QW2Au$PE!E?|NsC0{{H^{{{H^{|NsC0 z|NsC0|NsC0|NsC0|NsC0{{Hx+jw1j72YN|FK~#9!#F~eio4yi92N{Ii%l7o%dr!6( zH-z5*b?$E@E#?9#R-EsDgc?b9jzCOYvsqaH@t?o2(7H(3m!Mq>zo=0=wUG=UwrUbs;4@cpfMviZFP$q31cTs; z52|r?c6M@lLO`@Et^-uUjJItWo3Wt~lvJsdscIHDJ0%c%ngm8epMcOzq-olbvXfGU zlQZVzWC$jPaVk45-1fgzxOfdDNZU-$_RS4%M3-5u?s3l=!Xfl|!u zyf}@WhoFe+dNu%JCBX3^F&vFXf$_iLC<}bE2cP2s2W`bkjHAV4M@ax6`=eli_a8rf zdi(a%NAi5+*{6^1`8@aKw1Wl#gdd=WXMpGuwRGarp5(-!p?<&H?Q#WF2YYZZ*c%K% zn82m2^;32Ua7fQj3=o~R_GoJ`7;X(h1)5L$P1u%l?vV4gq#9dWu0zkG&C_ld0`0l{ z)hF?Ugiwm;0$idB4^1Y-$abF`vQM%$FE~CtJ~}+&Zhe711n>dQFV4>|FGXY#lgZc` z$Rh7)o7%N`0iq)~ck70iNV4p=k-Q7UuL-2GT?$y67aV`L89+ztAr(Foj?44&i*M)W zg#cN~0Xz6xwRyqO_ag-7j@CmdC8bn~cL0)bQ5EQrydI@8t<4L5eE)&q+|im$knHie z*aLL|#z(BrO9n1@NPG(~!FhQJ0zmL^>=KkO!vd2Vax7-}&2Z*gDr1bvapbuPxD);c zqjPP@@%0Osx|XP-U`79dfL>~ykz@Mh>(?(|T}yRLVCpXr293v0i+R4(v?Ryu%h%%I zTVh+vwA1Oxf;lRM20WKe; zSGm3V`gQho;aVvXJ?-^+EYJff9Aub4a*@O$@rW2x7V!Accp{oE>Mh9%0Ro5^BW~is zAcjvNumDIt!d)%uEk9LQr0ddjeSy!PBN4}uHxN-Ai|F&`iokq&g>dy2+n`qx=*c#P z5QE}@!vMNw;hA3{TtiDMx(=nRQGkFDzZ94vT)kaA9rskvM()~7^i;S2-%}d}rt^Bc z66i{06}mROlHp6xEHIlc5VY170^tn69_kSA7y`L&5WsiPyx#s3fxJP0K+7Q<1jgF~ z`*wnW8Jlsi05byI=Q`KT0{+P~cC3DYdm;)>#LzPW+(RJC*Ac+K^gm}a0y@i=KNA2A z0=r%y&>-@R0QY*S8w6}*&H!2<>`;uDA_Jq%3Fu}4ix;phM@O}RG1!nmrZXz=FDK`S zj>A`^A{GLb*9>oGMjI6%jZzk{#l9O!Vi6~Thf#tABoQuLHrR~709XMc+)cX*R0JZM z`p5|&5fI=z$k1mXcoW*+f}&^(c!9LrO;e>(7MQsrY;d~+?9lCo!4~a7VL)K8HAEi( z)-p~YAW&QG@{--I^ck4XTq#BM!vw=E0()Dw+amNK@XtzkW!<}|mP%9E?@Oeh(^j4N zl`A%ClHjje0bvCMZGx6Hi0w_D4+UhG+m4c**_A7>D>C55_$QkZaPQzemTjiF$QcaXdr4TyjN4H-B*vULR_a}LaM z69NhNe}UQDmD0;NTUX@x@-imZ%Y2gpLR-y$%8blk%@*H>nwf zhl1t>3j>)~QlZ5YmH)nrESQu8Za%x&{1zmZ z+yWa65Lw&9P%!pgM~XqRe{gWH4+T(Jg8e)Dbc8!li5te;AkTf@g$hV7z{D(I_drq- zczWk4Zh=Qs!f0*Cb6|)1fPzp`mNO7L0jx(g1AGT+7TDM3z-Y4{7G1UbeW@@=Vw3~| zpdvtb_%?Xdyad3|zR?tdeVDhqK&eC|A{LQH#8lz1{ONOJTn5k?FY&j;5lY;O1c+Mk zF9l$rGbfPgoWh~;WDF**U_{sOwQX`v?9F?3@7=viCG5>dFP*?rYrp+(g~Y!WC?HRE zEpYRWrTTh&X}kaiw>k7Jv>^%DL2xt;0$FY{vqT2&atg?k0to1gmgEE|qwU+bZg10e zfWYJdf=_nPRRxwg1kg|gem7|h;n2jOGeig;#-oQYK>UY~sscJ+=5WwW0@WRVddmOf zB23`X!-wPX!-tRR0=&I5qtC!9dO=0tG*sZp<1uGo{P;;BP~lGm-h^jh=P}~L;PKAy z1)AafLjdjR*(q%rj(%$Eul^1e;0;=In-?hfMFtSs9w*4ae*vc+@lPOdLjP+I4oCn1 n000F2f8CBi1poj5007ttsAY00000NkvXXrNGn}W9t~p literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w528450365_0.png b/assets/minecraft/textures/item/w528450365_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bd47920f231debc11dd09c2fa07e844552f4f413 GIT binary patch literal 179 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%fvPk>K|E0AtC|L?|E!p+FBW5$W; zKt4-JkY6yvzkmO(7ta3#-Tkl2v$Kq4bZ+|RdTmBKUD Y(q%9B3)H%ShBGjDy85{+J#a+=01vx5%>V!Z literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w537037264_0.png b/assets/minecraft/textures/item/w537037264_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5ea874b7e1df8fe0e9cdc8e898be7dd501bb1049 GIT binary patch literal 2594 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 E7`Gs<1ONa4 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w537061449_1.png b/assets/minecraft/textures/item/w537061449_1.png new file mode 100644 index 0000000000000000000000000000000000000000..b1ffecdbd1b46f2c91c7f0f413a54945fbae43a2 GIT binary patch literal 930 zcmV;T16}-yP)?OC3itCr2?RIw&kYCmS*$ zB`+HiCm9?g8WIx?4jTmF1ONa40d!JMQvge3Z2SNK0}Dw+K~#9!q?U)W>M#sMO`GEJ zh`T7f|Nqpd-DqMn2`!uyIYkFqw3G$F62J$_z-@}-jDO0F*t(fl-#kxnq#{%eH1vE0w-8T6pR#d#kFCa2w-sM8c0BN!hrE) zfqMaP<aKQ32r+fR5yVdu44Ko}}88HLTKTtjcuzcsOm#^@tK>45|=Rg783tZ@D zK>|gl6Di*3%V13cXcA1Ha(mZ<%lUj^96r6ZVdS0Ql!D48I2ubpui&lVd^nvK0i2fF z3>|wTI2{hBoWdaJ274vAT+XKuL=Beh9XL95J1c722b zn6B%xR-Z!`WJ!)yzUy3GmVjq;-yneNeR(0s%Z9B_=JG70NP4bt*Hy-qAkl3o`*9h6 z5xC#|zBe1gjDHl^J^{O*owj`f1Gw%N0MKUGFTf7L|3>M+LINm^f$)Goi3rZw{#!lE z74SY&!c=DaKk?faPgbCoTNppTpU=1V8JiSh3_jmVrAt<%!&aWKNEC29R9d z6r{#Y9d-hpTAmr5$xdS{_#}^xC%W08)~!7iOJ3~o!8vKoPln<>SlZ3*da1@Lf_9PrX`>**(w+Q03!~NeP*6UN&o-=07*qoM5Vyg E7_D@mK>z>% literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w54076915_0.png b/assets/minecraft/textures/item/w54076915_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c2d8367477160dc6320cc40faf5c353420bb5ee1 GIT binary patch literal 277 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFT!2rAE0F%bLi~TD_?cGMds$?$&V|GhX_dC}Fcz0*O~n|sKLOn YS?K-#o68EDfv#onboFytdfLI?5v+#~kOkksv?-xWsi8{g8J!^Fa)D>G zW&3UIA3Mb#5nC|E6n_V{SO0_S$L|2&7vQoIOR#FK{||6$o&T7DjhqAYWF6uN8W0so zB>_O@>M@3J0BQ#ylvWkgDm|y~%#7A$aMZ6#8*@zO^lTlH=bq3mMzWT<6Dx~d&oP8< z0d5B1eBczntOD*bDAD&ELeEI;+YD3>8L%hrLI_NAAY~=u4-!D;5YscYQxi&pY5+vM zB{zUiH-Xn?Z?vlSX&Ri*0CDPp(T6w_+MGe(CD4(}-Fp_&OiO_ldyarT**w5!xLyF) zF$X5b0qo#%2Fln5GLs)?QtZS6oNQVPWIW|TY^wXs3>4HlL{IUb!TPFh=AcCD82z-| z>uaUvpjaV#MmsJQTsQRs6eVGsziZXV3hKR5=Y2PA+C0t1XqC2;d2Qn7!?bU)_}b6| fqhJ(_f>8hf&44}Ap2xKI00000NkvXXrNGn})N;^L literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w54499597_0.png b/assets/minecraft/textures/item/w54499597_0.png new file mode 100644 index 0000000000000000000000000000000000000000..323e512bec128188288d8d36715971502e942f66 GIT binary patch literal 313 zcmV-90mlA`P)yyY1gLrkj95)wHEj5UAApjsJcoZ9DTH^Lb00001 zbW%=J083DsUFW52S^ecpah|ns`v#}tQo$6u34)vG{=Vw9ae})z z_wy&=_J7=<$5fYjm8o}cZ$t=O!{^o7>jM$o!JhCpZm=ao5sU%=HIU(i1{YAL00000 LNkvXXrNGn}907fr literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w546717779_0.png b/assets/minecraft/textures/item/w546717779_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2094b5748a50d3079f101832a1cf479bcab7e676 GIT binary patch literal 1289 zcmV+k1@`)hP)Bc z84HVVbpQYW0d!JMQvge3Z2SNK1b#_GK~#9!?3mGV>nIF{mBeY25QOx<|HH0+2(G>L z_6m}l{VYI-&K!MFFw?1&Ux)z6IZGqw)KYh2$XE^qqPm&=2$(?K3mg#>1rjOc`Aj9n zl#&pH4G;!`gov3PV0{Xh*-oHHg#vIlpCo`rRC@-}$*VvLsDMcV86^J}Fn>=6xGg~}lmOyD72uKjs=^*;l z=SKwQ<8kklIP;$q0K9Pepg{5RL4o96Lc!C=1XA*N(#Hf&=W~tIsV*GM`{o9btB~s) zf%8sa-Bi`;6RTXW@`(Bq1TH^SWtHdx=Vdu9OBmd*U-Ed!^>!aGaB1aYk&|4QcPkPC zT<%|A_uJ!s8!m9E0ueDzU4WZ(P;CK2HVt?VPOKh$4;N^)_<7G&;LPeh^wiON)E5bZSprKJh`a|2 z^R=Kz2uLtopm&>d6=2@Km#D819PW>%bu@_)aKss>`v-)k4 zz$s>FL|*^RNk|vCQDFF0Tnmv^;IzR?`4RZ0!0@ZMBd22l>F^T1Jvhr?gEiKT{mv?I zWB3aJAY2?yUl_NgW{W@+V3RKBWWJJ7C8hSkFM2*a5Tu z7SyaUVnVDf8-E7e_h(@97QFtB9HAah&15i00pu73U_TtU@3Y1>6%@ zFS*M~s;oKEQ~>~Wbb*i|b$gr75~!b^UFZU}Y&A09=92_q=EMwd>;Sy}&&O}UVF!Xq z0$$--b-28v17`eWT-=DmxK-zOoB{k?zSY2MZZQ9M2UH_OL`&q5QMB5v+IHdCbzr@P zB3IXu9e}!P%~gS%A)R-0z>B$?Idd&VvzIKL^b$yJPJw1p%E)ub;$FHy)?AuEBw2w7 zA=R#+WXst~E_wP_pkQ?t?E+RzEte3mYy$;0L=9zGid2F6TC4&V0-9BG&N@ecg;9zs z$Faam4;cCt^ufY?kb|!Pr79McQPg7YufgIiM`M2owM-J|!+jkNM`k6LMr=Cxzy}N1 zp#VRt^VAh-{M-Z78z^8QU`+ryqmL@!IZ~SOQV=rX5UK){h=C3D!w2rg!!8u%y(r>o zUDt-Zmw(!WV*vmF0DwXM*0b1E0RR91005T&hn#L%ZB|^v00000NkvXXrNGn}hL$#g literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w548038606_0.png b/assets/minecraft/textures/item/w548038606_0.png new file mode 100644 index 0000000000000000000000000000000000000000..36a4da51e5d2de1c5dba3428e57254746bcec83a GIT binary patch literal 150 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYLIFM@u0UGDt3bg%TU66uSjkh0 zgDuqQ&k>*~V@Z%-FoSnW&L1Gh$kW9!q~cbxfuTtP1GA!<8>_+LnXQftX97|JnohKG s>~^@qvf99*p__Ti!IY!}4!#TwC2L=K_V75o2kK_LM3GSiXaOh8IN w(+SpY3Fj*<8paL{8yTk@eDdaigD(R^ip;CfSCY5C0(CQZy85{+J#a+=06tzb1ONa4 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w548190164_0.png b/assets/minecraft/textures/item/w548190164_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f3db1ce47825b0a0390c1aeeceff0e77030e3a4f GIT binary patch literal 155 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYLIFM@u0Z<5vFd9J^|uzP^mr+A za{8L=J~!ACN%;g6G4gbA45_%4Tu@e$z`(4i=EiDpxMijz!Hpf=|K*JT-fgzr|NqHZ|Fg6IyjlO1mH(Jo|A&YFhgVs!|5=&;|7$h>UPt&& zBI`OJ`ztFsU+~}*6w(n9#S14UG0h4QJOv9b0|z2hfQNbj0004WQchCP0005Z zNklAI3gf9cq~wXB*r&_jHmrvaLZ-iu~7QJ=OJ*T zAfv$8Y_oZ??i$E00Bg$<78JLc$=V{@5TICQPt$p>8wEm&^)#3)qX6fYKx-8Q^*k@D z4+4cJDK7)B1jUY^S(bI3-V0<4kQ8Qb3w~NxKYiFjXrejPMDM5RV-vsoHXePDWtRN%r#>Jr~YNZqHoAhngxvq2X*bp?{Cu*AO_X2QC zP|uS}yl*bwO4@krLFsQQ)=g8_-t*I%h~)nx?mhIP@qc*_PEJlvPENi6Z8g9Kp#7ql P00000NkvXXrNGn}Lcb^g literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w56034452_0.png b/assets/minecraft/textures/item/w56034452_0.png new file mode 100644 index 0000000000000000000000000000000000000000..59a2384a6cf13dbf0db077107825b3bd1a70c5c7 GIT binary patch literal 163 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYasfUeu0XnHO~%}=s_LwWmL!MZ zD(74;qZl7+Z67rsT{)YQf_Fd_oFzei!3_WY|Njrf|LiALC<6txJzX3_DsCk=G$paI z@foZ=a6sbJsRIF7M-J#n$$UBN>RQhp!?KQTVfQTthNq9-olR1{YX#KC;OXk;vh=_e F2>=}mH>Lmp literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w560586197_0.png b/assets/minecraft/textures/item/w560586197_0.png new file mode 100644 index 0000000000000000000000000000000000000000..4225c46d700beee34dd1a785caf2a9d8fdfdbb7e GIT binary patch literal 626 zcmV-&0*(ENP)_PUZB6ov7%Tt)00DGTPE!C&WNiEZ00FK^L_t(|+U?T;hn?FQ#qr;I&l$bo0yJ8x zA>aQC6%!~TMN^QNp7&q0VVIJW78lMB_J+MY*7gkG_lBH-eRiJ%z+kAt&j!r4*@EVO zo#1C3-uSHo3d&&abp;^c7;>+D|9=~bAq@HS!wF`{VA*KdAU_Pq_eW?}K<;sk2{#uv z7e#33t`ZyeQKl9ozr4Ox5uwVD7WB&1?IR?RlM}?fp0Sx~X5lfBHDqB$@FM zuV0s5P6??8*R)4>6D3Bc9KG6+FsClKOOBLf-0b&Ug<*2Hbc zVq(bA+OdB+*47PR^T)q><%347d3FEXvYn2seDU8sJUl!+JUl%73)Mgt!5PywD*ylh M07*qoM5Vyg7?i;ewg3PC literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w561523967_0.png b/assets/minecraft/textures/item/w561523967_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fa6f5dd46420efec4feacb65048d737d3c86ebea GIT binary patch literal 584 zcmV-O0=NB%P);jPkOVxv0n+`q#;KJ?G}TB00J

      v6#+!>vTHc$l>LWon3`5z`^q}lH+{+|>bVDjn2 zgoxvisN?4c{&)o-$v9_4^q6p@f*0=}NaYK}xrKTdc^uW*yd?;E0MwaPEw%^9yHFa@ z22JA39KrD=#}|>0?)F2m+d$gw%$in;RN%!EI1rR`DXIcO zZ3sWTL0mMDP>Rj#<%T5*K$HEB4-i*Op(UyfdZV|hDNSlm910qD7Er0pW$t2rKsB$iWc?Tac_VHg*}u}cMNS66w3WCP~AWhNN+5l zKp{bJbAf^+x%tKdC=yV%E7n_t1~gQ0wYN6X2&ySy8&|B6Kxs^F_9j}0l0aeX>nBu5 zRC}{Gp_CG(f~&n%RYXwbPH&Wd_HoA&q17m=?pT#ZpeTZ0E?U9Mf42(o?c29+-~Ixh W=i<;vV7BT20000|MJpdJCLAUn79PZ*Y$6sWX+LX9E>|=p zLL(b5P0-s>0000GbW%=J0RR90|NsC0|NsC0|Nj5}y%%M80007_Nklhng8!;ook>e z8l(u(fWMFm7+tJ(-S=uZSNxt zWcz^K01yBrf!HsQpzMxp9e~h8Fc2jD*KQTfbob;ysSqOsF$rXl0aDd%7+XRtkWO`(qcfIgp9N2Pxo@Q7N_Si z8mS3b3f)9OU0p!$Qtz0zk{D`GM9_?0OMXu!aQ>lXW^fO=(S@Uc=Jtl!$$$X8&^#P* zoEyjN(k`L1oe8_6n_XBSOcA0}4IIT4>b1n&g`rR~g%`J(Nakq_RXol=)zku7BCwq$ z`LUqX@&=&e=Wl&}m0$dUfan9`BFF2pJB`NGJ58XjA%|2%$Cm*|W;k(ueyPSAL(9uo z++G=PuDs2~+cv>#EGzN8N#K(EXdc&RCdl=(cZZVb2gdy68=n`9Dj4gh`k{5d8g7Lk z`;jDibZ9|arFs%AYw`BjBw*;TenB8TErE?=0c$N{&69ZjS9+8I$$1VqTCvL+XZuwS z6d@BnM63DvB$G7O;$wp9IcFiM2mNWOY9u1_?Bm3>IsWm7@eN|ek&P`OT-X2r002ov JPDG`^)EIl(f%pIb literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w56618297_0.png b/assets/minecraft/textures/item/w56618297_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c78eba15a350954acbc60811861d69997eedf291 GIT binary patch literal 504 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 Tk5x4F00000NkvXXrNGn}CVvgr literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w595064768_0.png b/assets/minecraft/textures/item/w595064768_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b571dd2f88b03062de16e88a6468fdc44357b58f GIT binary patch literal 646 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 l$~Xmkaont4<oLNqm5IZ0?tS0)w~IYdfJQ(7Z3 zH%A~hB?%%285buO7BL?ni*9qpARs9i7c?OuP)bTrOG{8mN<=j_G9VyDH#bB!HZL9?CKVM-M@LOaNH88BKr%8T z85ch?GnH$2Iu15k6;pIRUuPv%xSXMcdvR=ES6W9zSvxjACLt&o7(+TZeVP%E00001 zbW%=J0839`}KZNg=Hr1|4xT+eAW7^ zWncLxU2Q*LSD|-F;ZM2zklrupXZiHg`NPLzb3Dwm{%`5sGj#ym1jsUN>}sLydb=Ox zI%^UDrr<_^*4hl0!;v+%D6GkKa{xdRK>SUBX&wQa&0%Ne^A~nB%d^G+R4O?HHvtNx zCd0|E(@TQ4Llz!!viKoJ}Nb8N%qbg_8%zJVifUIZi%JW>ZT1;Nz=Qrl}|t?r*Q zW6Yzczy(NI(1Dkf>(6>Xx!^4B!}**(9t#La-5+AbPys;Fg?hmEQW22yNB}@6rNq0y zE5HTNd)y58o(84>B#>I51UN6AY!PrB0{pN8Y#l%-b*<^q34l~UstK}1z~$yV0a^x- z0+QVU;Dwz6oF@tC4v_vBq*DMC&}9!m6v_W~3`qh$kn99d-Nal7jEa^4;58u%oR?@o zO8~@@0TlqjyO4fLTL7jddyx_VPn5Sbwgo_1GDIao1rfFdsPgP9F?3*JAq)gzcwl$I z2Sj3`pp|G$`mgI$j`Q*g*!ddxhmm!a3x28YyI$Z#LdbcZ-+ry79EV$f7{k5buiwsk zFYxO>cy3#}hxO3Om)f2MdZ;PoFy?1PHlpSS}o zP9JigJ%If{iqSx{rNkXzOEPc=7^uv^#qR&K2L}QG0000${;!Ros;a80s;a6AZPLu# T7_>&800000NkvXXrNGn}UBrS1 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w633443534_1.png b/assets/minecraft/textures/item/w633443534_1.png new file mode 100644 index 0000000000000000000000000000000000000000..4ded91bc807f70bb201c88a17699e3f07afc48f5 GIT binary patch literal 159 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYq5(c3u0Z;U%h&T-UslV%X%o90 zFL2zHt95JeS$CiWdr6RAFvCAE=wJNgBT&f5)5S5Q;#RUpLPHaagf_!54(IqYC1IyL6d1EowJ6($B-iFd+Lns!@&x*0rO{altFxFP`n(N!~w literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w633456371_0.png b/assets/minecraft/textures/item/w633456371_0.png new file mode 100644 index 0000000000000000000000000000000000000000..35a60b60469b8808f153eb035be1a3d3610fe133 GIT binary patch literal 734 zcmV<40wMj0P)VwX}nB`VqN@0K-BV zQz|K8p(;9Unqag6Bb7C-8&s+u3;@gEgf_}{3XIaGy%cntL}b7PmMj<{!G^$}>;t)h zD5cdKg^)7?Xo)x#8Aiv>KO`6;-zw>Ky`5@`Nm)>4LQ|1SeLf4vNEjR4RyV}T{a&aU zV%-xpA-?=t5fgDC@BA)tmkOqYj1d3X)Axcoc}rYF2<=%2c`0rjJ`#B*agP`Kt? zYI`?x5fh5W{}(Uz1@o>KVw@l+C2aIUmoKLGTl48d;(BmU3JV!?1OUMxR^$Y#8Qa-Y zTPh2Kn0y{U0TbnF>eItuC`y!&%UvsW#|Pd zZ#yT%le5o{#e(^(vw44n_r0Lk9f$w;a(;Q0kmu(tSRFzWGAgOMTjDn%zy99-PO}iw ztW(PTDL|Zg7QhDAC!}ZEn7d*L4h4Wt@>UazhxUV)=%=F}b7P2R{x6};7Xuv_D>bH^ z_m>6dL&FCE&~}_tdb%uxD>&S28sq3d^~m8P_bX&vgxA$dIPY>4Wr!G*93mlPtAa92&%Z?6ps&d zdkE|~3B}+wD_~j6XDsqna<+%nV8!(9&|J(~s0NOUs$%dHdZ3k~>=VJErBUrYP?{!S zKPMtDRT{00000NkvXXrNGn}1lgDb literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w633856213_0.png b/assets/minecraft/textures/item/w633856213_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9cc97b251a2e2125fa38d7d47ff1e700ad49b90f GIT binary patch literal 353 zcmV-n0iOPeP)V^vB|KsN;k3?yH!5C8xG0d!JMQvge3Z2SNK0QyNpK~#9!jnC0-#2^gD z@h@b77&1U?GC+vw`}Ocm(8~ht{yUU|sEyQ@{+`fZHj)7ZKudm@igON?2RNd^~m8P_bX&vgxA$dIPY>4Wr!G*93mlPtAa92&%Z?6ps&d zdkE|~3B}+wD_~j6XDsqna<+%nV8!(9&|J(~s0NOUs$%dHdZ3k~>=VJErBUrYP?{!S zKPMtDRT{00000NkvXXrNGn}=8Ko- literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w63510000_0.png b/assets/minecraft/textures/item/w63510000_0.png new file mode 100644 index 0000000000000000000000000000000000000000..0999af3779d76750a33d1a985f7f3c7083902c14 GIT binary patch literal 822 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w680019582_0.png b/assets/minecraft/textures/item/w680019582_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d09936a21c0ab8c089760d241992a2a8445e0916 GIT binary patch literal 3573 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 JPDG`^)EK%X4-^0Z literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w686210047_0.png b/assets/minecraft/textures/item/w686210047_0.png new file mode 100644 index 0000000000000000000000000000000000000000..863cf498f65ea9b037cf5c8a68b5f0ee9f096db1 GIT binary patch literal 250 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFbbwEYE0A7u^JByATZyYL0MW|Z zpMdD-i|FfeLg%_rH{||^tp9H4qT3F)~mT+Tex9wf+TZw;_}_;{F5d=3_T&cLsU?4!4CJ` zd3%$ucZaO~n{acI?z`TIcQa)kW$>z>ne_bOVR8M3vwwFzsr}dBDnIv{aKc8t)PK$P ue)AekR%fv%KQL#Rn8x=fU!XCNfnn1A=kuOFd7TS%6N9I#pUct%S0n)H-fn~d literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w686620774_0.png b/assets/minecraft/textures/item/w686620774_0.png new file mode 100644 index 0000000000000000000000000000000000000000..4f141802e0c222b4339ee521f8b6fca7231bdbf5 GIT binary patch literal 269 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?#d*U5*7(S^+*Gu0VSCu}wQp*!bsD{Jt6il4LzsG6}P$S;_|J0<52kTcQK#WAGf zRx(551!EaLo)ZUt@XTiDa(MAhtfbM6Ekt*BBg-nu45p_otX{p&zNaU$l;!i9@y_p5 zDR`E$^W_`k6HMuT@9mhy1z0MZ0~tIV85Tz~O%U%)3R?D46YJkFd93?V7!q=fuW^a35n N;OXk;vh=_e2>@dNUNZmy literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w686650531_0.png b/assets/minecraft/textures/item/w686650531_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1f4f4aee8e5b55f3562c0c63b84b276258225464 GIT binary patch literal 268 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?#d*U5*7(>H$6>u0VRz+8KN17tfwnwW2$$ zt0iM%xn*94cXhHsR)|WNt%QTAu(2%9$5ZZUK&6Z&L4Lsu-YGeMfSk#mE{-7;w~`YQ zZXB4ft;?~2kuS{HV8@yylLQC0OygGO3oKre0S%{pMD$MZm^AVoV#?La%#-zCGG4xP zN2-GKo-Ehd(a*I~8bh_y*EMmoG|QaK(%|{byIZkChnKHiQ=|1{$r%@6kJk-ZoNX%` zESK0YXiZ?ddMJ)7nDMem4#USylf0#}B!0-ecHlJ=Ur^pA#K4ddea@2qRdFBCc?_Pe LelAN7T#*0(nL}A> literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w687229723_0.png b/assets/minecraft/textures/item/w687229723_0.png new file mode 100644 index 0000000000000000000000000000000000000000..24009a286abc3a4790e69ccfe9c83c7ae4f1c5e9 GIT binary patch literal 341 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFUw}`DE0AvDKGw{0JVRhMkdY}k zCt9kuk?Uxd(CjFw8W*X!M(!h7LbIZ!Yh9(|7k&8y~ejvZ@>JaiuWuE&!=3_=dI|jVNY+Fx$|*lccWD2aa%SOOM8Lz zSAA>G6y0Na_n&E1K#yg^J3Y0uR|g~Sv1w)<;(f5BDsQ{THV-K^(=)&_2HJ&s#kPnZ1v?;3p8R`a*Y3< e)uw|Q3=GEpPxVhPyKD(`GJ~h9pUct%S0n(CWrJb> literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w690640828_0.png b/assets/minecraft/textures/item/w690640828_0.png new file mode 100644 index 0000000000000000000000000000000000000000..23c0afb9afd6e385f8cb4f39ed9fca08cd2abccf GIT binary patch literal 980 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 IM5Vyg7+P&H9smFU literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w708225815_0.png b/assets/minecraft/textures/item/w708225815_0.png new file mode 100644 index 0000000000000000000000000000000000000000..be73087829c25647929e9f84fcb0bd20a18e0413 GIT binary patch literal 357 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?#d*U5*7((g8jpu0Za!O-P zRa&H6mwS-AgSD~V%QVlQKxy`pAirRS{~+-1<}ao1K%q~bE{-7;w|Xx)dN~^k9Q&xh zk^RLIxdk)7-#I;dhq%#A@!9R>9~hKwY~6KY<q*%^oCW*uDGdZQs(;2CGwolYGkCz(#h3h}g3>C`6W zhn3S`L&k^g@%jT%4b)4{_2psVZ(4P|8&wuIRF*{}Tm$&zA?O#>(q9AL%vdw<`l}r8|aqWtH!nMmllEp9U zHCy&dtw|+Y-$oVmN+!z~9J$62l_ht;Oyd7Lc9;J*p9`{0`UdnpgQu&X%hCf^Bmiv> Bmb?G} literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w709345667_1.png b/assets/minecraft/textures/item/w709345667_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d07ad8de3569f3bec7a22a388745443ca9b68c0a GIT binary patch literal 861 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w713097292_0.png b/assets/minecraft/textures/item/w713097292_0.png new file mode 100644 index 0000000000000000000000000000000000000000..0bca7274c523f1347a5d01d1356935b2b921639b GIT binary patch literal 386 zcmV-|0e$|7P)Y^N<0Auo zK}b+e8b)lkl5z-?N^hBoR_2_yQOaCGa3|S9m7BKLhdtmR;;%PCeAwwXLUcj{W7h^eyLUvNKDb0YV|AEXzfxOWBVP g3ANe-zoQWV0BxT6mfmvZegFUf07*qoM5Vyg7=9j^eE|%hFXn;?ME0B&2a|`gccXPI}wJ|m` z)i%^u?GV3p2q?i=666=m;GL552gvF0ba4!+xRrBpXX8-@fkOe(oiF!4w*CJ$@YHDw zCY9%vY7Q25)wezM6wc{xZmyj2=0No1158>f37kcYB2leOyBfoywaQp0u&ml9p5Uqd zlQ~aeyW48%2kU*x4Hj@+-WGmg=UX4^w@g*pR>t85#loNOvpUF?%SZnbuy(l3^opEW literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w715143267_0.png b/assets/minecraft/textures/item/w715143267_0.png new file mode 100644 index 0000000000000000000000000000000000000000..cc57dcc4049b037ddf22ec907ffaadb33e1f8545 GIT binary patch literal 338 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0J3?ze(-Y5rB5&=FTu0T38BF@`4(AmY^%Gy@n zz(iA1S5Z;9Rd`JXP>!)A$S;_|J0<52kn_UR#WAGfR?Wrhi7f^KEs0SICI>pQ9X6XJ z=+>17u=>f)_|`w?=6oJ`OU2rmjG1ggsk4+UpLB}c6|}e%_~j|b1-+kpn#CM0-hIgu z^V|CBBComi_DuiIKR6%ScaCX|L!FG{kJv|xx&E<~uzm{Q=gxThAjjbq=LxYNS~YTv z;Q~?<#1fRVnxmNa`#QYZ{&C?FFp%f0;Nkn3;&3z-_9rNm@{2U!8e%MWs-P! zhm^<5G~bewJNas~Jm319S>M3c^g{UT`*jyYcdyG2Ok+?D5M8PN`N#{)&nnN0MB5g! hxE<7xU|r0>@U$gwHpkKn;Xpq#c)I$zEIn{V0syY%eeD1M literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w718958509_0.png b/assets/minecraft/textures/item/w718958509_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9a8bfc44b806501800b5f470e2a7f802e55ba43a GIT binary patch literal 234 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nECYN(T!D0$y=J1PVPTkAcecyq z65rNT`}zcHFE^WrP_OjlFlSq1RTY`oFt-42dpBnrM>{h!Q*A?i)zXTcxisH0^eMpGm>4O4*I?OJ!$8%I|eL>EoyV bQ9ZsV>Fl3}mYX&Ltzz(W^>bNz;EDtQ4AxEx literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w723905710_0.png b/assets/minecraft/textures/item/w723905710_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c237562b49c198b3ba285ee88638dbf6ec102a18 GIT binary patch literal 313 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFWq?nJE08|5xc9`I{)01{xAs@< z?k(QjnzN!Ydqq{^jGT~NiEQiq*%vu*%++G^lVNa@U@+uo(BfoJU}xCwT`&cxnXx3u zFPOnQCFc*2v(D4SF{I*F%>-7aW&<7u?To3P{vUrgNwQ8_!2I*U=-2KVO*<1_{7!7^ zI#Yb?5C`|CPaz8xw=d_)HO;P`^U&f^A-CEJ_VWwu6P5q{J!kP+r|GJAS66*O)jg9B zV(ML8vl&FZPdwM}>Z%U%vV8u&Gi&AX;G+_z3uZ|tO=yVnkoh9>%z;Dksmdh<{+!>( zC0ZneeIk}+KG-aI;b_P0mkWYw<}J_VU*ma#tL=K5p#&?#&8~OH?kMQH0bS1E>FVdQ I^uQGf09@&Lu>b%7 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w725671484_0.png b/assets/minecraft/textures/item/w725671484_0.png new file mode 100644 index 0000000000000000000000000000000000000000..82105419d53658c5c477bbd8a7c005fb5da1278e GIT binary patch literal 143 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYLIFM@u0Z<7<-gCfe;)Pzuw4ID zhw`n&*P9!FqKqX$e!&dhDLH?D9Boe*$B>F!$qo!^63v3g0!$o|4LGfwr*iCaknrkK m6tGNP9KhZopv}z6!0P000CBNkl1F%vfg0KlvqhW5$pCH5 z|NYurT)h9Vedg!8@3o1hHEU_sJa+ic{Apu4j_SxG2{i$MoSmSyCi7)B`0c3(rj^ke zb~XTiUYKTqHz!Llt#;fx_XpkjrVTKk1;N6~whh;jeJYd%w5J`& zj2M{DFc=MHHZWtb7>sDx=qW&u3Y5<*46v{PHZ;J{n3=(z0wx9v`HT&dFj8)zl7gxMOX*p>2kM;mpWwGAciP_651)HcPSZC>#1S`F4# zHi%6Fxn*r_*@u@4F!04)K3{of7ENO_Z|!PhO=Cug3j}YL|9F8jv33UZ;cLevjiT+m zr?+iUEXgeCdcnQdX9;54=4&`ap+t3YSENt`Z#(40X8Zc80(%HJN(jO}+>0QjoJ^J% zN_hdNlsv=1N>Z}QsLAVOWcQ4`aL(b2f&upUGz%eHkxEktt!hRIG(NHg18@&$p7E}h zrbMi*QY)EsB6SOJhBJ+Zm&=hZU_bset0`Ano7M&JK4t3;=>GK6tb%mbgm}q}Iid6L z3BILiPCJ7T)f$X$Iosv{+#j02h$6HWROrfdg^H-i4+R*FHr0_)S>vuEYbpu_pXH|< zM6=Y@8b$;9_@RIRp0Arn$4~nGfI$CRKtl3u@4h2ogy#GDpT>4z_~j)WU}HnSHG%gH z8BiMb%70Kg!B>sjoo00000 e0000007e09WGf9Q7+9SE0000|%hFeSlAhE08{(XSy-MbYY0uRa>6M zAd{Q?wPD^p!4huw)yn1legFW@QRA)!)I&i;|R`%j4q6HB+< zA}zb5b>ea6t$$v=ZvFTBRp8g!h3}f@UtY9VyTrodVEdH`ISWi=H;C`~-Y6pEby)q| zo<$uQiCp)m3Yyej-}i9J(g~L`+b1u}bm0=&^SL2XK*Qqs8K;X)woaQLmv2ZgR+K(; zsO_`YZiQJVwzMzJh+4Kcc0zsXt;2d#N?TKFYvy+CpUA<`lKVizc#aG!(8&y*u6`~{ I4_uJ|08PnwJOBUy literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w736432200_0.png b/assets/minecraft/textures/item/w736432200_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d8e3a19566ca864b33aeb7d122c32b4c8b154b72 GIT binary patch literal 212 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFT!2rAE0F&8^82kDzmHt_z3kxo z>APRFZGIR~xY;#vnWgWv$p$Y@168n>1o;Is`~!pj#ZNv0h2lJ2978H@ZJn@@m&K8X ziG9wU@A2=}Zn@9Ma?Q7gEr&tapmkwF)q#q1jTv&6R!D5QeSw$l&&S0r*TQwQr^uT5 z%zAXXIzDgBj*U&sa|8r9TplSJO=~~Vzf7WxP0s8OW7o8Y6O*+gc!4%Cc)I$zEIn{V F0sv0&RYd>* literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w743634399_0.png b/assets/minecraft/textures/item/w743634399_0.png new file mode 100644 index 0000000000000000000000000000000000000000..4ce31d2128de04a562a15be1a322c50198430f72 GIT binary patch literal 1212 zcmV;t1Vj6YP)|0e{FbmVsmqIZ){s*U{jPS$|C>(01R|ePE!E> z{{H^|{{Q~}|Niqlz{vmr1T{%SK~#9!?bZQ@Bgq@b@rRwI?aqQfe*pGy0QOXz1}rI2 z9Do)MK$Lm|Q4)*LrToYXh>krL#+a7laA*Pp=iKP9aL%pi_i|5%C7E=3(o^o(yL`8I zGKPFqKj}^vRaIH$nYBq`Gk(ePvZ??L_>scrh^UxRbNBg8mSqbTh7*2aV!1I|8)!Me zR&s)Ym&IFZ?o)MN=5?#PoGZ&swebep8zNg&@|Aw35Cb_l$8Lc|&)6!J z0|O(aH}C+crC|dAoyMv7mgn!CP+GSFwh8cQeGzNG@JgUfM_>pK0inEs+rDaQX>tfy zhwWDiJ84`Wtw7cQC^#t;IG#nS9szC-0qIx(u>ClBlBV?(4uH#vlmI-ZO+RL!{Zlvu zGN%A-3?l}RPMMCta=UtO*wJuIfLdA{0#mQGhL@1gnonfZ3S2h;2HG$n2Y@zwv;hr| zwpZ`4Z6pmit{G@~xMnspj-Sj+5!t^!g9l3up%N#f1Njlf+K4tp1;GtQ{_|me;@2Zqd4VqgGXAeq%E`-i~cy zm#a-x@72cH_?Nx+&yPIa@@%`ovpo2O6+2nxx#jrxy%o&Ya^4Kw@bYc8;5YCZ_{g@v zc)YyYT|rbhp{S{f&!M`%%UAr--R0$G!+)^c@Bx5611-JWU7qE52EXnBz>Hdo9s+z4 z*R<0UfZ-kx0n}df(>`DsXsu-pmgD|WpdfA^;5q=H-Li>I>dW)VKz(7=w!MGg0{!PY$2**`+*=Au(y7gzkO(=~qAz-C76!;xAbkXY zlXBhyM15*+4vC@_c=Ol;dA$Z5uaFG1hV_^6EQms{%!`=9k|N;iyhmSh7b2!}=gyrw ackVBv*0*^3C*!LC0000Mbk*jKQu&8yWj|0^2y$qLFO=6(CF7PzQDZTnqEL0AxNDAc
        kjFqSCktu49VBm;GVvsm;Hfl+|ukF|t0 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 HT#*0(7{r>` literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w765661244_0.png b/assets/minecraft/textures/item/w765661244_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ad19820d6361e57dfb0ec7a330c572e56ce3b91a GIT binary patch literal 186 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nL<4+6T!D0^r%HjJTClmahoMAW zq;9OELiXBrZlDBXNswPKgLg{KA0Q{#)5S5Q;#Tjut&B$u1XvC{{byb0=04BE>e%Um z1I{I^XXYnyKU}`6L-hUfc}eel`{y_J=sYiH3_Zp8^W7&UN%@q3uKD#0dn%=X#xr=j`nfDUa76+DH--5ngaUj*T!D0fpIWA;O01(ou(`B{ zp@f-+^K_snV@Z%-FoSnW&L1Er)YHW=q~ca@k0YOpqR63NE#?2U{W~U|`Bc78U`@^Q zKliirk_6meglb2gU{Oz=yQ*A7`TCA?gt_-%XP!J>!R$^@0`1jo%4)b ey)`5L2V;xsi<_6dL;nFSVDNPHb6I-eiUa`C%0U_c literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w778977673_0.png b/assets/minecraft/textures/item/w778977673_0.png new file mode 100644 index 0000000000000000000000000000000000000000..dbeecc895928cfb8098739ad5431a0485d3d7216 GIT binary patch literal 246 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFdVo)eE0AvUoS0^oAD|xYChut` zW~#-nk!@8Pq#fxX?`k1wr7ftX$g9vM>+=Grl(!_vFPLE|82keR$DR#efD(nCE{-7; zw_;8*y0JPiv>p6;t?6C;6_$#60dHo5+M5A<&NVq2_UrhsrKDWWF|r6w`plD4I4#L6 zCnr#auT8;A>%{|!U<1Lq{|Y1FVdQ^uQGf01fq3iU0rr literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w785529931_0.png b/assets/minecraft/textures/item/w785529931_0.png new file mode 100644 index 0000000000000000000000000000000000000000..149b22c601a5ae02fbbe7d28f8efef22f1c24315 GIT binary patch literal 1203 zcmV;k1WfyhP) z{{H^{{{C5E9gF|~1TaZNK~#9!?bgAH+g23D@dFu@K$2DI1EkP>%5}94`1tk(e9zjT zdp~cxDDo@V^aU(CFJL)^EHfh)vTQpxWZ5>Ocj=L7z#eOqQA7)A{U6WR4ETq1ZRs8= z%k8$vvurxea(&8+ZCL^i2t$hx5m7p#`fiG=JkM7u%oh5j#Cj*r2^l3ap>4Ojau)Jbp@GXE1`n?c5 z4 zYXF$U0B{1U2)vEP-tzKmY{s*0%$mtegx`B|vas zv;{JUeL(;xV9PCmxdYf(I29Z)ckskg0QQAz|wLNr@y$S&KAE&oL8c*T$rn+DT5Hu(KSb^qG;S|Wd1)PW?0aB9olj@^{eT-Cakj;Ww$+Ta%jVPNo8{#nbQDkz z6sv{)%ymjz8Ct+MrIS5~vyJfHt^^#1W3 zyIYZ01Kxg6oT`#7)MHdd z%A4zAqaWRMvEA+TADK401)#4$Lk|xRFVl1lemw$!5j7Ou2J|E@=^(TRW=B8-P;=4u z$3Uh)tD?~np#7^rO4>1?wE#ee<%?`ueLX)JsJ>X$Wl7B)t^QHPcDpHQ)@t#NS{B={ zOc!8Q7SFzT^y6!4Q4${k%V%HGOKQ`D!%Iys>Stf;)k!UiUK|3`**Ec9dP1Mta#MB# zGzZ#Iw;t0w>eM58OWj)1KN_f8(PTuOx)`S&fp|ildeG~54&4Fn2wd2XYY=^xQnxUo z|8kwL6Q*um^r@>r|GUoVgwrkmg1W_Y-^SiBx}0m;H$6M*25=*gd<1}J9yb6{pPCzk zkv0O)Kei!HCZM}Zxe?GX`8@UlojAKr4%96+9d746`kcEkF`YYi?%cU^e*rbmtK%fy RnM(iw002ovPDG`^)EJLyE201Z literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w790045665_0.png b/assets/minecraft/textures/item/w790045665_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e7b1b5104eb98c7ad50322275cd2601ab06faf28 GIT binary patch literal 1938 zcmV;D2W|L?P)R>>-4Dp zJ-qz;I`I5<^8>FR|Bp|%seNfn{es&1f9(8|0EQ^WNf1YJGWLn*+}}w6cUDfQ&xA1N z0WN@eItZWzI#3vg&vl!lwE(ue?pW-nQxe+y1@MKsW6>cKDUB8A#Iz8=;m6(ukjv1q5>H{qsIKmUcOgY4bDazsna--;^MwadIAm z=@J3>`8t1OHUHS%nG7-61xm52JZcXLNbZ>L63n+YjOXCFoM)s#uwcBeVV;duKLDJs z@ThOhl&nbY4JEM>kJ^3(P~mgr7B-c{N<3$-;YR;L-u?9@F}q?>0OrZ?H4WNDI%3Qn&GR_8gu0^~bI0zd%8@0$spH69lrkzvXS_mBcB?Harrmhp_)XDr+KzVW=+PGbu^ zAr&_8;tPop2?Aq;WjriE?yn0_!!n*fw~yb{mxY#N!3{*O)a^%R?=0_zli$eyl-Z zjBsx=Il;q1_~SWih;jtBd;_8UyCKl^#ymn9jQeCnj8!z=Erp=a4dz8TT@zz6x*_v) zOq_3-^+MS;!nzW+jRNqj3Sb#l3xz0LN1^MCPdDQRG==E zb})W%G$@qYV9&1ro0Zc46T-WN@{&i7XoB-WkVB z=JAk7#`7z{n}sJxRfs1fKu`!OY?py;iSM(H#ylGPQP^KIDH-ErfHANASa!AWtwiMC zjLBdVjq@a2N8|CBP++$SEE?h0`{ao>m9Sm~Q~-m=Q(`?=wyQu0f(RUM`S}$cHa?%>I&i z*aVtN$yqpFvhOpBvM%8|!s(KjMx&j0eg$}HVO1-e5?B6dg09OhjAbdjr~``_I9w+G zPXyXF5d=0fAx&_&W}^Ceo?iiu*DUKsm_(V)gzI^tEQD-;!4F}N(liP;M5t1duG!F>RIGhj~#$aiN!EU9u1aZ#=S^1 zj%0QNbi7aGAe5zIy>Yo^UcW4eQNUnSH%8Q@=F2@Vib9WVHk&3~P^+0RZ`9qS0EbI* zSNXXeV_Y=45fRMbI2n(Z%q)NgL1$2vO5bPtHsvY`{b-!~mSHeQw;zo2c>*Gvr6PhC zbGHu6q7Wm#Z#Nhw&~}M)KwfNhts;ox6CwtPQJh_W+D|m4QdP?5j(EN2yjca#m*k>W z7vjjK37T45*zUb@I3-X#nN<_e1&pKde&>mjGwe^v=X}ma+Zpp(nG)RE%%T!rE|lLL z6B>o{CFK~!+vs}F)TM*qhA9TyLeD=_kjl*dI!_j=TQWv*b0kStQfjshRH zireJTsLQ~uGfsE&B3$pjuN$MXfcLIJ!tYKQ9SjvX-pxnn=NG|3cv*<|XbA9hak}zx zU0^oy*co*tp6ECl7+l-T+pV&R1^XU;v+sHTB9bd(UMZ7-nK2>|C3V)8=WTi7m@ z*BkG9L={zIFjy>s@45K@>spWO(X@%he|ZYTnn(W{x@!bD;@%7{=2eoNn$Bd?lGDqiU3)l+Ry) zY>>f|9w(fh!)SypB$2%Vsb*bD1HjMy~O=!E!rOoaPKdgn* zs9Xo5AI-1PECmrrhOZ&cR~Jw|u9bBaxh8xpe(sQ;{_Is+)xt2Ct91fWg4I&7j3*L< zAVDaC_qbCtM%dKq3!7xPpw&@a?1lt6n|p%WJy8Uq9n7t9%5XR*%7Fhyg|;_O_I`I3 zaPKp!;spT$pD|+FX75W6V7F2?G3QIh{CDtv1lS*wdwhV^Jn(7`WfABN9{0%+z77e% zjmb%70Kg!B>rw2h4gdfE Y0lwd;D=3WBx&QzG07*qoM5Vyg7^QHV2mk;8 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w791729058_0.png b/assets/minecraft/textures/item/w791729058_0.png new file mode 100644 index 0000000000000000000000000000000000000000..0dce4bbf046c76bc2d2e97a77cfc0dce700a51d8 GIT binary patch literal 1302 zcmV+x1?l>UP)FT(X5=#FKT0Sy@MMC`Kh8J}erh4K6k&6;U1_r9VQCE-_?5 zL4Q3kpH4Q#dsTXs1!H|K0%eK4OvFM&2LWh*L6CMFp&1|B&HBR~xm~V6rV+4+Em~Gfrl(`Fgdt@^PYfgA|Ngx4^NMe5Kv?-0;k&n!>&I*J;C8{ zP;-H-fMK4yim6VMCEY|I;aT^H1Gq;GNU8$BYf?qdrs>Q~T);IHA>y;ie7(&M$m~1t zAP>lBvkQP?U@B@V8C5O4)i9+t0=jzc&pIQhdw>vmL`=;L`K-*5H@TM~?ph!=J4Has zxbhK2HXt%*#20*kgSOcLQLHui4HLAQ z$|PD2gH4%50D^w@Iyhbr)E&n#cxl;)@%kE_$2O!Tt^&Feh<^6?Cp65D71$x+ZrI_$ zuE!A>OPrQCz7e>+LGhPY2W-L3?Xd!Qs2wiw>leCz<08=TtLQrd-oUTji1u&1?7&t6 zOYwg&R)M&gKrR08;TWT7vbDfz@boEI3dxdM5RcVcHQV4Qh>4lkPd7@Yq6vK>GL2Z$ zWO<$13vfRG4riI5oY)M#`UwcLs)#pb_P%{BaNqYU0gB{#1RbfQeDg|VDJD`&)Lwvk zhQlHt8gM0z`P3~&!%9domjJXj5MURe{{^~J6UpHp6kyN)g8~#CqLaVipzeAu_dZR* zM`A2tjU)HO7c1(Akw|#AAc}1ynPWelpHGn|z|rS@WbOl#ciRh4;69%J4n-jRK94;I z&y5u5)&e0=#8p0wk6wtFdg!gbC;uhT6}G5^7w`(Y73UZ4U)u=aC;L74 zj=(V13S4Tkfxt6(-S5A(14{)iHQ7o4bSo}CV5z{RCR+%+;1Ixf1e$+2b5H;;KO|5R zzkodMU%}@B%a=k>ej@0O0r}tngPQ#t0%QGBxO`1KPGAp%=Zw$Z3S3@YUirANd?{SM zCLSrUf33%W$#(?0Q}N>h|Fs9l0ssI20E7IkXR)gS000000001hM|8nKh=CU-egFUf M07*qoM5Vyg7|d=n%>V!Z literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w792350238_0.png b/assets/minecraft/textures/item/w792350238_0.png new file mode 100644 index 0000000000000000000000000000000000000000..84963278a5d0df6c69aa803c5ca85b312f924631 GIT binary patch literal 249 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?#d*U5*7(5&=FTu0ZC-bhtbbPnoyOql>gTfbz!eDqj@V$O literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w792665774_0.png b/assets/minecraft/textures/item/w792665774_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a21f9d3c8d51c3e2e854d9f260e04699823ae305 GIT binary patch literal 148 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w817467481_0.png b/assets/minecraft/textures/item/w817467481_0.png new file mode 100644 index 0000000000000000000000000000000000000000..214838a5a6d5499106ffbcb718035ac61e9b035d GIT binary patch literal 776 zcmV+j1NZ!iP)zwQ)d*j0FHBHT_>cnRBdx>fEGN%#?f2sdT9z5xI!!ZiT89gxMiD+&4@AczD2 zd;`E}BBFFVKzP-Q&ySDK8vyt$Tt6MW#G&TZ1c*{)`P=;c5MaEq>S4e}cpLzf@e=dX z7hMHFL?E-TFZlX0Q~dyABwPhZVV0EH2r!G`Bgt0*W^?kqzP!ExNVTL?xg7wQO1yu3 zyrYs`bULDT?rr^_dwBJrwcgLYwPmu^g#883du#5j0J8yTeF3mdm)`;a{R*i19pF9? zM}{B`2j~93A;kZOknc!9sh?Z8`vh!`>nU6bz%$Ur{`uVhjW$5%9;Ur0WHD8R36;68 z6D&;@q*>2AWbSgW#{$CxGB@S-6)>zfQ#D;u*{qPH?coC?ZF}d^151FJWY(;?rS{ph z>p9@l^`|m;l^+t)Nn0^FKO(+3~W=7$*)=FaythvXW)+0_wbk|*X-IWIo%f5%Bn>LZ$3gH6qZCAbtAYcbD zcCw!i;h2MYPnh?Hc^^;)&Q-v?C-f0*9Oupe9cW~?Hj4X*aiIuENE`q(Sy|6VZ@ta? zfRE5sfJtTvu#9F(`L62#Krqq=bL_Rc&f%M1mH(lG$6 zW4@$#=_mlGs@ol)c}pt>R#HSlWOf~Z;9`02fBpStBK-r`c(pq4Y=$NP0000| literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w817467482_0.png b/assets/minecraft/textures/item/w817467482_0.png new file mode 100644 index 0000000000000000000000000000000000000000..dd85ab082f64ca9b40fb804ceeb4802c58a5d199 GIT binary patch literal 858 zcmV-g1Eu_lP)LlDHSOn6e$@LFeMlp91gRpf{cP?Gd3L5&ZBczNxGwon}ltEXjDBZ zB3DH@N;fSPx#0d!JMQvge3Z2SNK0=G#-K~#9! zq|wCz!$1r~(P%de*8%lkXyo9{_{{W8yD#}g_}DFFXS!?(s2U&&R|F(7TO(1(<$+AM zh#(1YU7)oVom5#7kfTTMLA@*wP|;hDMjcP5W;l3XqJi z0y7`CDQ61s-04DuDmd(G7d}={ZIr--9nfr+fLLNaGdW6tXT>tTb{v+WVv`S#PRcAF zjhR@Y;ne^a0kbIrx8kEdi1VC}MJ$ua;vV&T6;SE$n1db>DzhRI*W;8>Qbr_S#=uL! zJ;EIho$I}tvKomsVq)E7@Jh7nC?wACYdYcx5`;%8JGvSpPAXU1q1$`!_3Swx( zk<3V~^++p)ibTEE3a023IRrDnEXjJH6x3!CpNJ9?B4%Kw;(a2?B0#bQlBk6VTX?@9 zp``+{M_kkQ_V)bt_WJhv^71-qb7Z@C51)wlwE}gRK^DV=_Q1-uUi%1#DtO?52Ojtf zumfDqex8iG4iUhNya}Wh$AH}>5L^rgO9J*^T^PGvXrIu&q5VKqaKksYPcQ{^owu>r zu)gL{vMFRJ23aCwLjd8k^m-T!?FUZ9hI5T@F9ENBUw)wRw*ad}gL_rNVEX~pzzu;2 z61wMIGeF9Ok4^W^z9&_TZs>;nEkJ(gbNhkz2fG5~#}H@V5Zt kYWyr*|9rGIzq9)P07e^R?pZ`QL8X)N*0(zNJW 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w851866326_0.png b/assets/minecraft/textures/item/w851866326_0.png new file mode 100644 index 0000000000000000000000000000000000000000..8d757a408743600ca06fea74f8bcd6f8c11607b6 GIT binary patch literal 1843 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 BCLsU- literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w886900139_1.png b/assets/minecraft/textures/item/w886900139_1.png new file mode 100644 index 0000000000000000000000000000000000000000..a3787e8438cf111733deb7038568d6856fc52506 GIT binary patch literal 1753 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w897979551_0.png b/assets/minecraft/textures/item/w897979551_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3b8c320224573de7b3c5e8f1fa54897275726946 GIT binary patch literal 541 zcmV+&0^2Lnv!He7=*v*>Gyx!#bEvgELu~!18@Tr zR5)2DOJEETf`2^Y#bzV0$%e;**0Nmd9hL8mV<{_^U8-Q)>b^;s0kWSxV z7#mjXHUb7PV5e&w7Jn2VKF!XqYUS=8KB{~Qs#z5pk?=N+J;Zw}-Q=JFIww>#|6)~{w>mI}an1ul# zY;>seFd&dwmpT_r6f`~rVB7wCP)r1ffZgjX0NSO_V}LQAz^@cj-b>2V>8wBok-eCCT{aNQhLD@_L=ua1K73B0TuT;7sh}p z)R(k1gQ2E?0U~y*a|(c{`V>$ARBc2eOmMGrz!(;Njq8*F)hpo1|NQoa-=6X7WsC_y fm_js3G@GUXa4}00000NkvXXrNGn}CwSdY literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w901491293_0.png b/assets/minecraft/textures/item/w901491293_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c4bbe90ff7b0c3da8aff26a50443c1375b57db26 GIT binary patch literal 215 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY1_3@Hu0VR@^p4dNo8~qZPpQe@ zoFBY0&AT@@W_5~Hdq%|E7_-KRu!eB=#sH71pn!Zw>y3)nCj<2`mIV0)GkB-u`~h-8 zJzX3_DsCk+G#RH$C_MOIukqNfXXAU>DTU%{o1}G${(XCUxBC8n%fm+&tjWn?nYt?F zMFeY_hH;Cd#Jshcva$&iLme2z5*wPN3?gG}jxWElaS|gR!<)h{KK9%%S%4NWc)I$z JEIn{V0swKSO&GspAH(N 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 JKM;N~{y$?sd$<4q literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w908742818_0.png b/assets/minecraft/textures/item/w908742818_0.png new file mode 100644 index 0000000000000000000000000000000000000000..8fee9ba9ed67633d940bcb550cd5419691871863 GIT binary patch literal 150 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYLIFM@u0Z5++*l0`x6E{8I1`W(&~$>e tTf+HDi-xg7!$!s_2cNt-;NZ)^kRtOc^p)i8uRz@lp00i_OAlO;007+cERg^J literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w910796284_1.png b/assets/minecraft/textures/item/w910796284_1.png new file mode 100644 index 0000000000000000000000000000000000000000..90c3c9d253ffc0cc511c617488b8b8186c578fc6 GIT binary patch literal 1395 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w918905176_0.png b/assets/minecraft/textures/item/w918905176_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b9ea112384f01b92c572eb998f029b5543092ad1 GIT binary patch literal 2332 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w927238821_0.png b/assets/minecraft/textures/item/w927238821_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3bde6ee14028ac3cb352c792b449d2f85f55c79c GIT binary patch literal 185 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYasfUeu0Z;GP0y!{st2LzH$9S0 zI;CyZkC>woohhbi%PZmaSvvu!g0UpXFPOnQCFc*22 zIaT2Bi8W_#NE`_W2@4gOWhs0@z)VnN&drkt6jr>_(y(AwS+s~}qLC4!HmjkJ0#Ew& d0Jcwz4044}H}tWFw*w7j@O1TaS$g1#1OV7&IOYHV literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w928710376_0.png b/assets/minecraft/textures/item/w928710376_0.png new file mode 100644 index 0000000000000000000000000000000000000000..797bd5edf7194544e8412ae1f030af5396910da9 GIT binary patch literal 650 zcmV;50(Jd~P)5MJc3!1d(GBrDFdZeHXB%ls7n}GyUUCQ+}$$m0c;tigCdf3ZOdZFbrymBG34P z0!Yh5+)7@MNx)QBWlj9+1XR`~e&|;TR1m+a%c`!3SkyV3U_kzw{KLa>fh`PN5)lJD z%B wZKuXP%HqCig#OxsD~kL5&&817lYWI;ChX)T(AEnF!_PKeFn4OHj@?D0g5Bw zZDx3vr5NZ-%~X$-1L^wFLXa`>wxDl12%5Vmh!KJrjp?IVL3ioyp}T}JfqEC{TY~R1 zaF!Gx-%jW+_i({MBsKyVG%t`a3uK!>g;`alc*QL=*^f^Jo1-4;eChMEm6TvJht8riFpcF`hr7Dd ztH1^m9r4ie9$5PUqVfuqSAbNow(uM%Ll}Xbu7D@@Y6ELP4sVchMG9a7h}N;Y0Zi2h z^cK)R2N=yF0Z<^k1Bez-d=GE}C;=iCAo2vz6i6ii3E09cdjUwpW)^Vx5kN%yMF_M; zMPaqsxdCS0XO)Pc5@zuO00j)?TYzQ&_zJ)a-1Q#-_pfZ^J4{Bt<7{OC@Bxl1&B}MF zI{Guf`Lw+_=>cXu@1O0~0R;d65Jj>6tuMoQ@Uf*>2*%`*QuBH=dv$xZL-&6G00000 Y4g^`gu^nmJ2LJ#707*qoM5Vyg7&ErT{Qv*} literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w93029210_0.png b/assets/minecraft/textures/item/w93029210_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e5d6e9bd5d6757548abb91a167f744d94a9b5bdb GIT binary patch literal 182 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nqyv0HT!D1`Je!az)wQ~6)1(v| zgyp=nCGz;BEEL7EmL=^0N;8%O`2{n0r{w$ray&g<978H@<#e+$H8=<`SxUzI|DU+K zbQ`m7g8Gt@gycyv+)OL83q7|r<{Gy5?qR%l!=7PMf=I;Isj40OzWkrPtlRO`tYv}1 a3=C&(y>KYwvC0D)%HZkh=d$#`6$t>*WI22Q literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w936534035_0.png b/assets/minecraft/textures/item/w936534035_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9d4157ef8d449f823bb3d6b2e23a209f83e23837 GIT binary patch literal 4228 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w953456107_0.png b/assets/minecraft/textures/item/w953456107_0.png new file mode 100644 index 0000000000000000000000000000000000000000..6f9f3e8f1e42da540b8660572fd4a6cab7dd3063 GIT binary patch literal 493 zcmV+3XLNO{|Atot08z(jzM;sqI8XX%e6cr&5HbdJr0000E zbW%=J0RR90{{H^||Nj5~{{B0sI0^s&0bWT&K~#9!?aTqk+dv%0@!u9?ifQ@^()JBh zg3uRG1`Hbt3>`*C2+pq5Ucz7@41+CPxdBQ;28_LjjRGa*e+6LVcIpAWYYRLe9{^up z`~iGk6KQqA+hPgJZ@?3Z)W6jUuU@}^sB?>@AJHve}01t z3&5{+BM-^9*)pFkUgAOy^eS~&Z`p@=@%PKGPq6u7mrVtmz$xRLnIMsps3ryr-&CTa zom85P1QtO@@l!V&Qd(;o!&0lZQo1Sm$^^$47NxaNddFf$<}iYV6tViaWqhMe5I6!^ z#zJI?*|g38Lf|9%0Q@Klf?Nv5H~#? zPwpI&6lY-=x({p*U5T{7W$^ZZW26R$R zQvm+||Ns6woJ~Ri00NdtL_t(|+N9DkXd68g2k=L}@RicJJKO~q(j}aX(PHp(9pt}OkF!l zc;FbVOrGT#IRAZpB98%z8F<97!-s0rp9k2cJa7RE9x4(dUJf}pD>skW0ThlG7*LWh zC7C;-;3h!NzL>1Yy}-M(?mF)eg*$4=q|!<%qrE_{l{S=_Uj+eFQq*GgubPWqqu1a< z87a-<5GvPp^6MFbrP1bL*kW8T#&;r^yI-*VIuHf+!y6lfTpA-+pZ^TxY@;s0q8H=x zVaQZg6!}Wn+?WTlv<{dwoHCd|Xfxv{3**yecQQM1Gf&2@lNx*!OGa^`)c_MF zG2vVY@VP62lWN=sm$H2eb;hKiwrOLFn&?(w z`*i!gG+K<&7+FMO_+9s+`*H8HF-A}05|_72d|&pp+-=!6I)LDI+TOI=X)bOIBNvPU Y0L}sNyclA=vH$=807*qoM5Vyg7>+q-MF0Q* literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w970938328_0.png b/assets/minecraft/textures/item/w970938328_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c676ab531a757691927796a0f7dbe6b0a92d98d2 GIT binary patch literal 1164 zcmV;71atd|P)P000CBNkl1F%vfg0KlvqhW5$pCH5 z|NYurT)h9Vedg!8@3o1hHEU_sJa+ic{Apu4j_SxG2{i$MoSmSyCi7)B`0c3(rj^ke zb~XTiUYKTqHz!Llt#;fx_XpkjrVTKk1;N6~whh;jeJYd%w5J`& zj2M{DFc=MHHZWtb7>sDx=qW&u3Y5<*46v{PHZ;J{n3=(z0wx9v`HT&dFj8)zl7gxMOX*p>2kM;mpWwGAciP_651)HcPSZC>#1S`F4# zHi%6Fxn*r_*@u@4F!04)K3{of7ENO_Z|!PhO=Cug3j}YL|9F8jv33UZ;cLevjiT+m zr?+iUEXgeCdcnQdX9;54=4&`ap+t3YSENt`Z#(40X8Zc80(%HJN(jO}+>0QjoJ^J% zN_hdNlsv=1N>Z}QsLAVOWcQ4`aL(b2f&upUGz%eHkxEktt!hRIG(NHg18@&$p7E}h zrbMi*QY)EsB6SOJhBJ+Zm&=hZU_bset0`Ano7M&JK4t3;=>GK6tb%mbgm}q}Iid6L z3BILiPCJ7T)f$X$Iosv{+#j02h$6HWROrfdg^H-i4+R*FHr0_)S>vuEYbpu_pXH|< zM6=Y@8b$;9_@RIRp0Arn$4~nGfI$CRKtl3u@4h2ogy#GDpT>4z_~j)WU}HnSHG%gH z8BiMb%70Kg!B>sjoo00000 e0000007e09WGf9Q7+9SE0000tN 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 LNkvXXrNGn}7>a3| literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w978060411_1.png b/assets/minecraft/textures/item/w978060411_1.png new file mode 100644 index 0000000000000000000000000000000000000000..21c62d016c20ddd5c88eaca609797d98e682a7f6 GIT binary patch literal 73137 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

        k&E&Ck4P1Ib^?6yrO4Tvax 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w979748004_0.png b/assets/minecraft/textures/item/w979748004_0.png new file mode 100644 index 0000000000000000000000000000000000000000..101e92a67faeaed72f77a10b22e5f597c92c38f1 GIT binary patch literal 731 zcmV<10wn#3P)Xq~0fY#RV|IwS`(bWIXi2t{J|FmntyVd`l zWB-?9|B^}nf>4~5u=8a$=0+=2NL8R&C7%EQ00DGTPE!C&WNiEZ00KKnL_t(|+U=DG zf}=1DMFoi=v+{U(R;mqQ zmApUz?h@R7Nc5_=2;{F+wN)LuApn&?I8P+<|DqG@Tn|I5u%aF4oq{c(0@Kupa{*_F zv;vUB`(EeFnzx1~<+9dj7ia}`{hqT!7U+JY5wIGVwTc*mu!In4LE1bD?3%Xc61Z2x zro(o(aW@3xfhuC#1Hf7Z7Ml&{S$;%C1(F5hem^#qHv)FTj3Pv>nzRLvmfT&v} z>%*QHh=|J?NmvM`q=!Vx9Q*?`j$NlN-AgSnIK*p4DM4DlYm0zs1eVK9lF~le4Tr;_ z7JMtXXCRqp3VL>r6ij{?{4go=D&T&3iTObR4Bk(f_GNlx2J<}I;L|Z4pCXt{pdu(p4Nnoov%n^T;fON0U@MOj%y~`< zdXO}yl+wELq5Sg8FTebuD@;4u(lgnf6)zX;cH0*Tu-Ls&aP>j~xCXdE(y#sYYqS6W N002ovPDG`^)EFF`QZfJl literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w98699_0.png b/assets/minecraft/textures/item/w98699_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fe91b2bf86b8be41de8354ce3617f4cb3a8244b2 GIT binary patch literal 1157 zcmV;01bX|4P)P000B@Nkl-1Fs3Ve&H%sxF5vfo?}%+=KLhX+z-0OxfS>laY6F~K z{t}>0qD0CYl^4YnTVCwn0sN$&0N??js(Xz~c0IijT7!V^08_E={DT*Jd5G75-B4uBpf*Gab7 zUZy-q5_3JTn~dO`Lt(KlniAjrJN~V%nZw%r~AF z&u{z;4EhJ3iI8_Z4yFKT6F6b4F~epwU|#&>jSxQp{sy?7fJY0(eb^nyV$0-0bB$~M zXaM})i|NA;TnpeKOPlWV%&k~4hDG_cG;`X#YbIlvvG&z7kVzB~XtjA@3M$ruCH1@=WiuR#ELF^u?Z1j3|q z2Y}`sa|auNy^N;;X(x7n5HQ=38i9Ohw86ZR7DNmBU+Y57It%Iq`<1L}EB-Bca7p(uAl2OD$WYyR_%R}YH? zz{3~7Xar+|yPVr5+K6C_!uDk5tM@wrw$LrprN?u!wPpbZFv5L&ZO}2c21fi9Kl6@< z-7SDFbUndl+qIa1#eMCz+{Lh+V9VBKw198hyzgpeHIgGNgxg>n2y7-WLrXHT0mAq* z(Qmw?iwVF9o`5#VW{qeag1W;sb00Ui7^H1%;feZiu0Kg!B>wA3F4*&oF0000000004 XyQyOI_9_YC00000NkvXXrNGn}sGSC+ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w988825771_0.png b/assets/minecraft/textures/item/w988825771_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a470660fd9e3bd847da6df8674b4f29074e17808 GIT binary patch literal 1026 zcmV+d1pWJoP)v_1c>v!;Da-o)|Nqr{>VR?XJDTU&OHxBEYMTOu7K0j zhIDKg)I_o&14HMMJO!YHlskdDODF7M1|=-OR02)`k>HhRoq|A$%D}T1X3ql4>=3&M z)UT5cWjR0{J_`fUF~BlaO)M{us1>V#`Ref5Eu)+W6j^g3)jY zOocoPT*G{`aZ5wpRqfa%IgyxCFV6xuj^g;SflO7O2zn2K644KtDLqL$J{bZT#6?ho z`)%APy#t}I@8nCKxeAJ@;-FwCydMbtq~YsRo+;Bbs-P^WxE1_-etv!aCeRcZGfUJO zR;%6c^YgX+{#{@YCf>h%fNg0TzpkKm9B2q2M1iq;oE&>EKu0-mi0{#=kV z?(20poezE0GO$9x@yI`94Kyrmjes)-y@d9*gm^88T(q&@+=C>y^=+LJWMQsT<4MJt1pv9lpFdzHp}N_=06KOdHt{PjAitE=Ixj&ciMVH zJa>976dM_LzgxZL8E3Eg=XW<`;4Ce8U1V(Izpt2BP00082Nkl=b_oGegrbG`NZ}N?JNZe00#^jXlDsw1_^&mJjkb1iBVjO^@D9p;fXP7hYk$XlV<= zttx)jV06tRJj^W=kOa_cL3l#W@@G72KQGliX4_VpnjTE%{d*$AF=2AFD~?{Rm%v>C z^?&!TA3Yx`plnz8*n;=OiG=^|Upb>Iu&RL$d6XdL)aQBso||oM+bm;S(~DuyI8*D} z6l|HtWFep?G*)ve-CQ=841Fqk`-zbz=jJ(*o^K?dWB+CGYd<1Z0=Lav0VzWbO5x#0 zxBwA=c&t*Wm*5x&4)9Dn@y+e%{&+wHkB2X7u%&?Kfn^H*JO>prfO2t|N?_D7080BS zXy#2s_I+=Y&zHo{0-HsYQADfNsi}r3c<=A_`**GXe0_a=ek`KbDN;Z)L=N2&Z`NxE zul?0NwJszDaq$|{K!CY^jOxFSsS@&fzuMq|%hFS%6Q7E0Eq~^S?iKRdK+qM31f@ z$EH%L13=_uU1DPt7R$ZVSlvZaK~GcOP*qY*MpR8!SXN9x%zxUwJfKeYk|4iehW{Y& z@8&P1??9pBo-U3d6}MW>u_rMZ^0-{&jB8Y%boAH1>AhZ6k1x*L&wAjkq(E@7pFQ&< zOO<=~Z0;Hvl&@XDQ^%5e?ANmby z?gcUoPxde!cammyZ0J1@=(wz_Y$wBlgzyHQG}a^Rq3^gBtxwSOyxMyIBa hF&{T2GP^M{><{_*Y*O#zPe3m*c)I$zEIn{V0szaGg&hC@ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w999689315_0.png b/assets/minecraft/textures/item/w999689315_0.png new file mode 100644 index 0000000000000000000000000000000000000000..4b413879430703513ca0276b9827dddfe2343c12 GIT binary patch literal 185 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYasfUeu0ZGRPG^-O$Gx-VQXB!PC{xW$A${5&+;jIQIYm literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/water_bucket.png b/assets/minecraft/textures/item/water_bucket.png new file mode 100644 index 0000000000000000000000000000000000000000..798c4b9ec5c45e3f9ab6ac6386b5c2008dc62b33 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n%mREuT!FNn9KWr)P zr(t)t%Z$pPz#uPAcNZ%QGl`DVl1na2Zn|8%9f|$zxv*75^b!v{@%aQzkhe}{kCT%;^%U< z7sf6&_uhFmY<;P!MYQ~0^K&c*YIoIqx*^cwaN$*3@KTp48lv(GyjglV9oyeLXMJsx wwbE3dPfB6&&EkX6Jq?B5r`^epsO4iYOMW~1a)5IV(0&F_S3j4f2d+o}054o#6aWAK literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/wheat.png b/assets/minecraft/textures/item/wheat.png new file mode 100644 index 0000000000000000000000000000000000000000..8f7e1155a7c6498bddf17f8156c9a730ff0a32de GIT binary patch literal 234 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY1_3@Hu0Z<#-Rb`?mA~E6%Oy* zS?g{+q0n{jn!QT$8l@*wDqU~03mmR#UuetR@o-@bx7qumjrudvcD&h|J fnWr$8GBIR5JohF?*z_gPP6kg`KbNHku1Ej?mFF3|nG(L!}ye4oz`*c%VpOapYPRm76RpRs^bOMxJ2SIP_5KO~x&TOZO5b nm_m5OUNM|%XqAxKaFd6j&*rE5)>q0P$1!-i`nfDUa76+D12#V@ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/wooden_axe.png b/assets/minecraft/textures/item/wooden_axe.png new file mode 100644 index 0000000000000000000000000000000000000000..0c969360d851cc612ba88437036c67bc98fe44ea GIT binary patch literal 170 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nqyv0HT!HkG#?UDxzV!*#g<)oi zo`zxenl}2%(h{QULhgJ7N;8%O`2{n0r{w$ra%??a978H@O+Dc#)}X+^6v)H!zW!0z z)HO9{-|^4ONj{&-5nqyv0HT!HkG#?UDxzV!*#g<)oi zo`zxenl}2%(h{QULhgJ7N;8%O`2{n0r{w$rax6Vv978H@P4(H%$e_UE)%vG?fs63(VV3F~r;zOHvCHFgquWz5RSL~VVV}I|jyBI^0Uo8H1`{aF~Aq<|b LelAN7T#*0(?zuVH literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/wooden_pickaxe.png b/assets/minecraft/textures/item/wooden_pickaxe.png new file mode 100644 index 0000000000000000000000000000000000000000..c75c18d0d7728772e4fe1fcd041feb6bf4834ae3 GIT binary patch literal 271 zcmV+q0r38bP)zrps z&V7xv<4T*TmwG~1cqrgAY5gE>xj-lOs7(|TAj0kFBS!Uayk6}n3&bRZ`K8G7bqw{e z`5c5?AIIRgUwDWA=Tw~_YC2~#Uaq#mF(nl6Q9RU$iOmmqz9hUz(sqey`v;}KowOkQ ze}-Z0djn>2u4@WV4d06kLVssyMHbCsDTnUF1%$<$#iO}dJVu)tHk+OfFdM@_001

        9Nt6!Z)c2CIOTUkoQd%VOV0y zA5s_lbRHZ0)kvE1WEKBKV?x|iv-*6xBEk+=xzQxAG20B4Q}Qb6Vs3#n zyLPe_v$%(W&j;MyMtG7Oa}<)?WkPYZVUjcgP;boiw#95ByAz=dZ> zXQ-N%Qq{$PNBm29-7C#gG&M9@T_4V5o&H-Wz(ldO{{YV_@G}TY&JRt%JFHFmgNl@> zQJRpscnemGR`?Mi(b$e8ki-c3=@um+5(GlwzaGny%aI%&OJ_A_>R>~r?|HRA4Y#V4 zZ9#h`3u$8jwF_HNIb=ql~**6xl67adU+VXF7Ugs$Nh;g6ezMP|C_Os@rQW%At)oEF8%WV+|^X+ zI*5{`*3@7=ziftF7eNxIrT&J#2hy0jkcSrdCUH)ATgUqsoNxDSgAr`DCFw)4MY;)V zW{pA#?JzBms;l9-{I1@YWuM)g(WM7g6JMi>Ws9Dvn?Mhet!7L1JAvc1+dsarVuo&mMb6#_>!m&-+Lfy9MR)Cs Rz5Xfykd;!DEP_uH|39CHJnR4f literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/hunter_hat.png b/assets/minecraft/textures/skins/hunter_hat.png new file mode 100644 index 0000000000000000000000000000000000000000..4e0e29938add791ebd15060be441997aafd21f8c GIT binary patch literal 1108 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 LNkvXXrNGn})>uHt literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/ivy_horns.png b/assets/minecraft/textures/skins/ivy_horns.png new file mode 100644 index 0000000000000000000000000000000000000000..f07280e7ddf67b76085285adeb97650863c76419 GIT binary patch literal 361 zcmV-v0ha!WP)xS`p4)K?2rfu;a7-J1%&Eb`XI#Ikz zfitf*+(&#QSr+G7#W!8cED~Q-@1GO)+a*V^y#G?a8!`X@ovz^GZYn;900000NkvXX HrNGn}0N$Ci literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/kasa_gradient.png b/assets/minecraft/textures/skins/kasa_gradient.png new file mode 100644 index 0000000000000000000000000000000000000000..23b995c79c9d7647e9c8f936bfe570073d8e7e35 GIT binary patch literal 1167 zcmV;A1aSL_P)G?@-`2+8*2Ub?!Q0Tj+R(k)(6`sjxYx_I*2=Wh$h6eQ zw$sM2(#5pW#jeuCvd_V;&%vqBz^>20tpc-k8PxkWu%N`q>E&vi(;dRVx5XT9<%Yk$hK>dQ^{kRFHX8k9ky;cT9|TQj2#|h;2iEWIRi7ZhK)mNpNmOY-@F0 zHbZP{HCn}vO)G=q5c$XF-!2JS!aC}irhnT$wJFe^l}lZer9}d?@aVC z-Y8jm^&D~t$WZUKB-JJ!>PZJ?kLI3Jm5T}j5dl3ZRz$8+-Zvj`AK$oV{L=Oj==Y;< zOB2!K+ZcGlqim{5LJ~e}6!}O}l+-jE@dOS{J>0z2g%mEj2zC~c$A}@t$Z56@e60uIFrH?Wc8~h@aKT6Y7b98}jx23tA6?gFd@8A`8 z$l9!1UHC4PER-9EfdHywE;BPT*Pfhfog6BYPvIELpf-t%;rw?uG*q$&rNyWB;hpdO zfOuB3lw&FASjQ%o=T~}dz00sRfGrM#vhg+PDCCiRoCBNlWLO@s_0}}>RaAVh{8#{c zo7lTjPC|@hvrfS|Z_Exh_SONGUkHG}v!HnFdQA;QD0MgmQ84BQhT;BaMa7>lpP>iT zh^P0i*CHXW!&|7}6aYO$^!$SCLWNjdks={VnZvQLK8)vw2bz038)hmhezg|BLW{%b z+9{1d1njY3gZqXi09#Q4i*6sTG=)Yu4)0<-EI$(r#nMWIo=L}?*RhS|g=d1HTwK$l zG{iB7AQ-~%bHUO{EvlT+V~Gg{{LchK>4!UIO*y6#$1uj*&jds1?Eeep0xI}9b731l z6Aaxy>KoCp#}jdjbFMk@nP4b!uUi`jVdiF{OEgBF35ISGmmW_zV&~mKLPpGIf}#7A zZmB2sAiqg=h&-~=JlQ-}^xl0+;hS+ zw@G9o|C^pHkgTZsUgVHTSo((N+|BcbD2ji@t-*=jCE!q1=8(zmU#d{S9+)%cRz-PQ h9$%`i&yy^2cme|vOl>x$y>b8m002ovPDG`^)EN4kQdj^0 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/lapis_gradient.png b/assets/minecraft/textures/skins/lapis_gradient.png new file mode 100644 index 0000000000000000000000000000000000000000..6518144c6d78c01b68251acef581ed94991e790a GIT binary patch literal 306 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?#d*U5*7(asfUeu0UEWGnXMTgCQc0!6cGF zIh29Vhk+d^uFJq6YLd#<3RJ;Z666=m;GL552go_(>EaktacgbwMPFt^p0@gc%JpZN zERHi=Nn~iTb>dU&uws14@s=%SyQ=%r;39=1&il>lFTLk)Sh(qElP$xJySm@!CO*p) zly>*8itPN@K11ES_ruPj`yIW!3v#t%l11;jvB;|JFuVNxVXn_QksmihnU)1h-Zd3C zeo&eFTH$6>u0XnTw_L?aA@|k;8B=&- zS~x6=R{B=jJ7rsH#7(k_Hc|?1RP|O1c<|X7sFblJ$S;_|J0<52kdx%;;uunKD>)(J zz=5L&j!Zbfz#Ow&VwY4)%jAblGU^glQZ6m(hgql1kGOhu=^`^;y?}jt7O!ren#erK z;pi+;9*+e{qO%;1uUu!kdIIY%KhZUj4O$ltFfW=Y+s4Lca6zJniNR~zm!A&iN&A4d OF?hQAxhy?!MFIeL{7Y5< literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/livid.png b/assets/minecraft/textures/skins/livid.png new file mode 100644 index 0000000000000000000000000000000000000000..9e8080439af7caf8194d40b322a21de8caa601a1 GIT binary patch literal 605 zcmV-j0;2tiP)r3#aq-@9@SmQM(q-+9j)2Bn@yAl+&PVXMP35^z)P8nhd~{%XabJ0G zUZ*_NZf<6EY+H3}TUc38gCfdRL^5m{z)CtOJuDh8Fefu07$YMiAt50kArdPa4m1Z@ zB?mSU5fL2+ArKG{8wVT@4-Xj!7Y+^%7Y7v<2News4Gatn3kwUaH^V{z0007XQchF< z0PZz}&;S4dcS%G+RCwBT(1l{dFbo9H)0lZ{z;VdI;{Si$baokTE9&JU7h~VI8t3Y| zcCKxE|6U^xFVAn^5yo*xf*>JyySll(i_rHMhUJZb~SqW^! zY@A7Ixh1$%AZ1x*W!7$p*ve=L!s$uM3^eVUh&9G4(5 zw1scHkgBqkwUCRceDM46_4UqNVEFs|`1pGN__zpG%wjQJEQVodnx-g8wQK~#9!)tLj7YgZS?ckJBQ_IM^9GZ|Z1WAoXzZTr2Y&$eyUw%sn& zP4{bRW~$u#A0sFEowI#_Msa=J055&V9{*MN*&kL?6(D{?^!qD_BO|;$!*c2Y#2@Q^ z4%bfiIh?-$rzk*@_cU&vo zR3|t&&g&1*+yGQ^;&{C2cgwYVV!T~V;+T`SF(w=Tesh-(M=dw%T=U zlpAyK*0i$7o(I-Wx5c8_@t@n?_^#8Ymsf>76+xGt02TiOPhrx@$OW)!wr9LM zS{-(Hol1{E=yj=DBZ1oDEWbyi#1#coZ3ZAl6V=;kV`3uJ3)R&)!twb!vI6Pfb#UfI$|31tYEHetSu-0k^z7;LNtk zTsr<|Zm*o+kOg3(r!E?D`aP=d`od^Ix|GXRa6fxBrIbesfHe#HM?0%Z@=V2fR`gnp zkS(SswG>7nvH-MIZ=x{jN4ac0m+NCB{Vwx`@@Eyy<3m1L)z#Db&&L_Biz z#4~;MUY8PcZJFPp70qE007y9irr!R}>VR3!F3d59GYv{!ViD?`0OqgCfZe8INAlCG zN>&oVhh%wR!BAr;U5lx=DA$6e88S@Dl3hnF7o;9wx+mguDKae*tCHXVtad;zJK1&g zY9jRj-8H^UlNbwT8IQ*Wn6H7>q+OH4NVO9m-!fg3@ASKs7(Mwc*3lAJ>w?C20mz?; z53HMLE_PQ19ce}hm%&)?ffMD>!ve}U@s=fnk+3_O@6IqQj+N3D>0zY}+JQPguy%e= zh1XVFl#yXpZ_kB&Ay{sKPy&Dwwa}W`Sf$?*$@gf4!Xw3Su?`O8Lub+eMy)i(0P_bM z%e@wC0MsJU{xBRa!Y~T$6e{LABHnPiCX}I<6U3oH+PP}j<%5x=%ORagoMM3X$}F!# z7D&@NG_o;*IVFcqfFOm!XmhbA$0o%x4&Ox_PCpkmrq3Y{sAT+9pFmk!j{W)xpcQF^ zG%O-U#ZV8FDkU%tyY&P%VipCH1JDK#V^GJ0P}L!uPRw`deFCUn!2U5Cel)B}`yt)+QJg2O=oYzA0BwU)9Z&r(<5!s(|&BgCSb z0aR-#QPF^r1k6`_UORLSRxTktKu^X|GF-T_v6X zCIoKM0A#t~z@{wIEI|`OL&CxizrpT|T(wXVhhV{BI^M+Kbq0+F2&3-`Z zftG`>I}uV=xpGX*@p6t2eTKuv`}Zu8RasebPeXDe>AK`A+q>);k(3tb2}W<3G=S z`J0A&_8Wh)R7C-RclGZh&T})w)%n7;W#Ya}PSDEhv~W-MNGJo4&|eSOXA0SSN0gI3 z{%}|_oXPD-V^9eop+6i6EQ_$dJ!&}6DeBAu>H(m>x54~}1DPdqwwDjh9-tn;KlZ5> zMCeu;41{2Ql!5?{U)1jG<+uO}6%a8|5CC;)skti$rpjTmjG6#H+Fj5egk8fLayT&w Z^d=?Tqyp8oWo-Ze002ovPDG`^)EJi9<`n<{ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/lotr_set/lotr_dagger.png b/assets/minecraft/textures/skins/lotr_set/lotr_dagger.png new file mode 100644 index 0000000000000000000000000000000000000000..80e4a78864c2df5e3def49d61df700c757a16ccb GIT binary patch literal 860 zcmV-i1Ec(jP)eLF92{(@uf+<;%ggKT z?k*P!EKH110(d-Lb8~ZJL!Gg)G1gz8si}z^8Zb1_LkSQF1nuqZuokkhu|WwCiA1mr z0KmoB5hb9oAg`~l4*;1NX(#~#e#y|#5CD9Wb7pCv->X4Sg2`DPe2S87Er-HmJN&t&V2LSZ- z%O{k8@UW0!fU1fTN0H4p#;c);!rDWj-(5TsZy4olK5CB4g10^IR zPy${&e+maQ?rtt`-@L*H*t+!y7%rWEv}MbdSFaEPHf-1rfRyBnty{Oge)R$$AR{AV z^X5bR5@Bp)gsiMAK0st-B%94XbLzISuC9c{4+3Kp3T4x#JTR1XowOJ5fPD|o<3>POlxaPlz^b1 zAh^T?fS|xIlmG_@2QHT@;unGeC1CgrX>n1({5k8f0s;dA=`_mJNlUQ;f`fxuH0tab ztFZ!-;}eqNqGwE9ffbO;Vej2_764+gm_QMXJNDkp%nUxl-o&wkM`^r#G=O0Pn?)Oa zKd!Q|H6epSK!^-*pFDXHJSS#S-`?0m42Q^&LSew&+uQBIu_a6YB~T{&^bp)HZl6lv z?cJ4)S9VTD43K+v@b-b(hyluPPChxk5-~vI(@?|Np{5LP8A<4H+334h{}KKR-4$HX|b=8yg!I78X4{JwQM}|NqJV|Hc3R+yDR9 z|Ngb--k<;fxBK#~_3Nnr|HS|Q$MNc>|Nq1P_OSc&t^fbM`R}Xw@T~v*v;Y6u|Nq$k z|NZ~}=>PSv|Np`N|LXbitnuij`0uOiP0004#NklUigxn))wAnYFAip81=wO?er|4pVN9|wG~W{3HOWGPrf7!4&E2v%f=KC{ z^=0t>cnuk5OGjr2DH=xR1TpLFk@F5>{S#Hyt#^q{vn8?CXk%L^)G7@6k*oo_h31W=7$c~W9ZRiMvqH_Bg3jg=*p{js8 zXSY-Z@>#b{DEMBnWuQ>+hebjmbVrqeLfSJs5enSQ141EprZZ6BE>C7CaKrZ!6j+-k zK*5mIMR}jfBOdU8P#{?l$_h~7h)}VI0V;kcLxtPg0xN_{*=4BA>=~#Odk!l0eS%7S uN2vJZp<=9oPJ|MnWT0gKd4cf93w#2LP}+&n$M{VE0000DJ+^25wrzY|dxJIKKiHcz`v$9%^j4=0 zf7KOoUYBdo1iVU%j0W!dg>yg;k zHH3f&G9BP*H5B`rikTur2oR%dRT!8Df@Mb+)?_j=y z^h!kr0H%s;f1+*naswZ;C5Y3xG6I0CCSLC#%{>=M4h|P!Z|ufEn$xeDtSz)yb6cj_ z_Y_T0YN|@vp}Bj|e*NG4K zrv=1vVXh1ZARU==6IoiUnPpW4zz4Wo3I5xyioRvcIIQyB5UsXg03j*hc+Oj_L97EG ztc|&?zV`1<|6m$Y0ycYvuTM7DJB|;qPH;TE=8c?j_2G_h?o?x(Jkyx z)Q%0-->4|#2o^xx7E%FF1028th5=Xs8(qwnn4dsu;0By7*xZ1hT{1uh$N(AO+XfZ@ Y0B50t6-=-5n)B}7%T!Hk?c_*)Lf4sPHb9t?K zLV`)x1REb;z5A&dpI5GU)!Fs)#_7K7dD-#&Za}4sB|(0{4Bja@e}J59PZ!6Kid(TK zS{t1Wc~}j8w%VoqFYRBr_GVKAqP6tAX?4_!C!3$i6fbl7 z^stkEf{lax+#l?+t-qR>9z6cNM%p~!rY8S|tnlJ{?=JVhIaX?=-@rS4zx<9q@eK{- Zr@y>D?#4EE4$xW#Pgg&er3bD^0001xU8n#6 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/lumberjack_stump.png b/assets/minecraft/textures/skins/lumberjack_stump.png new file mode 100644 index 0000000000000000000000000000000000000000..fc3f0d3ba87a36477efe3cabc6887225a68f1049 GIT binary patch literal 344 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFS%6Q7E09j}HSjQz4X{y(b<-{i zGp$dsN%7I|%W=|_7c*9qw9%GoNb~3~5BI6CQ}tGJ%C@wMHsZAswgBp6ED7=pX7EnQ z`2*x!@N{tuskoJMfw4`7QN;D)=ep1&fkof<7%G51Y`O+eF z=N&Js)-`dT(2=l8PbOhQz-H#luWoX;dImpnw>vC&htqY&%8cL7AFKPkxTs=f_401W zFVdQ^uQGf0Q?Gw{{R30 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/mage.png b/assets/minecraft/textures/skins/mage.png new file mode 100644 index 0000000000000000000000000000000000000000..e31fa5217cad6c48b376df6d89e511b549492f09 GIT binary patch literal 368 zcmV-$0gwKPP)3np+qVB9nr9x{wrx&g+m%<(>|Sd>cGcPEUcMuJJRA;gMqBDf);XRz3eC-un z%_jVh2S>$P7bWyKdQCaIPddBpczTm*XHTH~c@i20F4NL4)6)P7zU(kZcDxknut7(kv5opHGx$jP0ue&@e z4iMDyA6y*n+qu3^+?{h>$jx#2p2G#lP0sUw4k+E8h2%Ad=fvF?=i@(2@9Tq)#@HsS z*etz|ZHA3eR^}tS-rB?w5=cwd^+r}qRs#n%ewmp-wuV*{J3>S3b#An6jzu;IM2Ddl zgHH>bCfZjEf3<*5i#{!`w}%BBWy&GWHh>9%c|!U#WIsXf-yzcr(r|%hFaez;VE0FHm){(b7H+p`w&rDyJ zKDTr3*87|+&1x?p%E!294sQl{bJH%pf<*mAirP+@06TB zK+Z8w7srr_TQ%ncH?33PVNMYBy8Pw&sej?s3;ng`PF7F<Zz(liN*A;uHE6 z4vMds&ssL2UiXV$KEnr__N?r;yA&=dRxroCyU72!TOr`J@S1;R=E32+^(RSZoYgt< zN5f{{&v3WwRo_kSMRDB;$^B}!=L_$KGtbQLoT)1>Yf`NVW1sIo{>sY{agzbQ_6GxgE!z2eDm+5mA!q49eZV-55>~rvy!BrW@eIEpl|DVY3 b#>l|P@^r&D#RoruK4S26^>bNz;EDtQ!*G8Y literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/merchant_bicorne.png b/assets/minecraft/textures/skins/merchant_bicorne.png new file mode 100644 index 0000000000000000000000000000000000000000..1c56cb559ae7814631b738e83c47f9f02f5d57b3 GIT binary patch literal 499 zcmVb%#C3HCxZaFqt zI~-;=7hE+DP&E-tEFdBx9v>eX8yglE7ZVf|5D*au2M0e@1v3Bu00DGTPE!C&WNiEZ z00BoyL_t(|+Le)o7TYikMHMo&ZX3>%vj6|h$#dBm-9p}xZj6L&-PUyjWkiT!pkKC) zjnS)+`rAec08GLTaLmy+ZM3BAL=x1k9g#D2-PN^=L+giu);q+k<8(|kP18-8n#%i@ zC@mo&jL;bere&FyXtjW06CQq`V1%nMG1M?UeZtM1^EXFyTN@PLhpI^PzCj zpD3S#WI^^sHq56Wxx7EgBNV&|!MHyPN_Z2%Oc@6B!U6hZQ^2H%8mesu(f&bi#r p*Pf1;`-gbk@8^$DG8f@Lg`d8D*nwKI&m#Z;002ovPDG`^)EMAk)_4E_ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/miner_helmet.png b/assets/minecraft/textures/skins/miner_helmet.png new file mode 100644 index 0000000000000000000000000000000000000000..bb1a42251dc802b0bf4d9968c21fab9030daea0e GIT binary patch literal 377 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/monster_mask.png b/assets/minecraft/textures/skins/monster_mask.png new file mode 100644 index 0000000000000000000000000000000000000000..a5bb9dfb6275b60277c15ad6ee016bf730187ed2 GIT binary patch literal 448 zcmV;x0YCnUP)TqAg0McmWJx+t$U}w{5W@J0q(sCIC^g zmvy7f>$?1U0>B^G9S>-@AYCCZVDuQIwfn1?G#|h@a>}AjhD|6#*h=7RXLzpBLcu}{ zxh7O;YE&C~BiggZ-1H)Yc~hU8+4lbhO14B)f7+`cmxMOv?|l*P+-!YB%5&fakSC&^ zC3NQtkkKp=yX-%`0aLW0FugWt=7J2tBI;F4qwbubK!^$0RsQ-vy!K9O0GKiGobL(? z;Fq{FO!}2;KhQwF0K!wj5e)=chk84Z`PqOv_#Dl&MI#)tbR+;=4Q6*ngsB3E<6r{S q0D%@_aD@_54}hQu5szI(cm5B1+~AA+2x^r80000#o7c(39{+*GtGxG6254enY+BWLNyqvf&-^I`OjLS>( zS(?2^8XkCH=UMb}V%!68$K9R(<5}ODE7z3LUD2$J)`-DsTfJ@6v39W8gWA=oYJseM3#zz)G(nvMrVP9|rXU(l#fs)zEdO00000NkvXXrNGn}N^`?- literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/moonlit_chapeau.png b/assets/minecraft/textures/skins/moonlit_chapeau.png new file mode 100644 index 0000000000000000000000000000000000000000..4f4c1c45442d15f5ef9f78ee61aa848fcc6458b6 GIT binary patch literal 2112 zcmV-G2*3A%#700001bW%=J083?{AJmKg`WMw7*+YpO^E0Cq*B^AjXtZj6t9`awegb@;vtg z?!_3NQi$wj>3|uZ2XOeGK;8mcac9tb8+5?J5O9b2DP{bH^e&LSUj|5KIoqN`VhXrJ z0cjtkAt4>S`+BTpg-*aHCy z5ugSE1}_z4A4Ay&3dK(_Fc_0kL}Vf04g`=LVgPu7UjjLg`zI}d0-k4ffRP#HYu$~r z&bbo-Khrlb*aCa|W2`wrU>acU>Y|OYiGW5t(PiDi4*0OxEsUET4+4VkRCfi~Jir2m zRw2;K?WTaaESaBgEP~$xn~y*qF!EC_cPbSX&@Z?tMVgrg7m2`S+!y)(2zWo0rT};3 zrkqhgE47XaWbJSSW-TxYf5=|e4T({Yz;X zHKz&#QTPNe2{b?-Zd>e2Rig;<|Nq}To5hKY+?nPZ4Ku#%$4NG;UWnNO32h3XaUUz?!i7MaKaRvIc<`-Ri`u zu3>3mMWA%9G?T$H1oi$K*8-1m@R?tKEpS~T5CO{o9AL|;vh5+onYp3}AXmKxc9|Jp^p&xcj(KfP>$l z;HsTy_yeu*5NI+57{EBN)YcAM&q=__U4UT{ft|tbK_MQ&1Sky!e5SxOTqkLzm-^2m zxwMt#?hkikSkzz>zP|T9Q{ZfFJVK8@!>3cKuU)u00vKWd#jI^O5LrejEDv-|robHQ zUui%Eok}dfet+=w*@q5;nN{FEP5i`#E>OG*v|WSt{kIl|jm+~-RDl9~q<`l7eg8#z zd5Bgdpom={a8wR>qC*tu+TZQ~4UD{U&^^!$xNrs8lfLId#Oo4W@qgarGV~&m$B%G0 z9FNDt;U|Jf|MgA!zGn(&a*arE_sA@)1$_73$c31PmOlw}NCFylA47N&n1xv05Ip0V z0Q{TJuYWwA_)&+Hz@Esm7P!yi6|WB~jB1pF)lI|FbKL#{-5CYscNc?Mcv9ioOBNcnyr zt~3bqIGRTSf6Oj~8Tdzxd7wFxgJ2YX`U;yIHwq-(|9%UoR8_rkW~%)8P3YV_3xqL# zd1`0c@vQdUb#=j)j+kMNy*jw%5 zr$BhoBzvVC7r5l(PlL-^hfB@{w8I5>VcAZ#Mn`gy6?h-NHjRKd?FkO0KosX~ai?Ob1%GyY+rZ)QB!EWy3N^OyMaA|Mpk5F#-Png3O@>X@S% zAH720=T$&Jy$t~~Et5}+(gOm|i1fIu2G`3n9XwY7p2N0tq0(5#}o{v>H-z=n`3Raq-HvZFu27y_So}${*t$l#>7rU zwig&V7-=|Kf)MUGjy^Yq_3@L#R0A3fi`pIo|=v!0`_`$QekA^xu49rmf`{$ z0xW8kw9f4`12}j9d6dgUJj-C#0wt)L0+mTw7(%7?&U79nXyaw(T>R$(%0Ha~rp?+A zfLDMEw2o5+a@}m%SC{6R2Al%i%$l|`1vmuwOaX3;gStfHMoGDG(opKw&aL2xy1k zOaYq$YJI=`b8_kiTtGtrDPSzZX9`pokPxWMlI+(G3=xDt%b_$8oGYNq36!#4gQN!> zv0OkaRh|OeUL;_qIqzCcvN;_9;ND`bX&?5yv3M3kotuLoQ-2{@;1(@(3a%T7JI20b)Oh~sTygH z7GX1Qayxx%ICgkIhc2Q`B!D_9m_;X#KXslMF>ib=WNa^LbShkCD>HK_E@Ub(Yb7dP zhSG*Y0004INklosZnV#d))hjKFZjV2n^V1>zPMnRId?cK8NFzj92;l49;r7L>fII}WRoC%k-qlKous_h7q#0FZ5B$7XME9U zn~ENPRce-fq~PD4J)4ye61q!9rsv0dhy9pZxP(0K|G7VEU_!{pT=s~G%r{LE=5Dyvd>hQq41`++dn2!Wkl$mR2lVa>C%3q!+A4ep%z5Jw&CVB4jf$((S zI{cAoK0m$o3@IJSUUzsodv`(vz literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/nature_gradient.png b/assets/minecraft/textures/skins/nature_gradient.png new file mode 100644 index 0000000000000000000000000000000000000000..81efbbe4b4a7411f6a63e5b5cc9fb0666444011c GIT binary patch literal 341 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFaez;VE09i)(f3F+uuf2p^it6d zlu`+i(hiXFw2+l>k#NwEl`xawx8`TilHpS4Vio6SWo7NElbQ_F##j>M7tG+DlJf`1 zx!~#I7*cU7X@R%|YtNmALnj=N}-! zaB%^zLWi3LE8`X!nWc^n`FWGXWtR5LVV}RZeAcIy1FiC`Pda2u3UvO+@-_KPGFnS>+q`D>47T}01Fy?jsO4v literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/nutcracker_hat.png b/assets/minecraft/textures/skins/nutcracker_hat.png new file mode 100644 index 0000000000000000000000000000000000000000..54679d2bf485af062cace09844a63213cda3901a GIT binary patch literal 339 zcmV-Z0j&OsP)RCwCu%_Ud>K@bJt=^t(xPgFYY4Y!0#L1!zv5^?C^uE&{6 zxO>4n(i_YjPH(*Re+^cvd2==D7WZ$s5ei002ovPDG`^)EM2%jcfn_ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/oar_palette.png b/assets/minecraft/textures/skins/oar_palette.png new file mode 100644 index 0000000000000000000000000000000000000000..7a75eba99f4a978ddf34ddc3d4cc7cf913476882 GIT binary patch literal 460 zcmV;-0W%TsI z$VS8Yc$7M|qqTl;ilV6RFCRc>X5%in3ch;@;>N~C!!Y9UI94P{%4XI57q3wJXXuWO z4pmhlXIYllnX_#Y=prpYNmZ3(bT)XN2Y{j|n1N5~=xRUcP1D3Q{;~bv{TM^jG*V(6 zqra|we?qCUOeS&yHGKvz3Z^p|)0nSn`)!4Kgs)#yfvKL&TwY3^$M5FfFk>Q7* zKT&&EYk&Ssc63xG5?R+Jl0=K5*!Q~C$fnU%)0uMU|GV}3V~x)9Tvx!O4jm%fXScx# zGC&=<@m*eCj`mO#ES0>WMwVsqOZ+YE^Jkzo7zF^#Ei?_&fSJ<(0000*Y))8@9pRBg(CK-D&1xk&B?&ZNDH|v1^>rIKe57P($t^w<`#IE|J!c=$2HXZ z=>Px!9C($=NDJL&751nq?}Z}&$2GiXH2d+N(0@S2cRJaMNdM@S=A}~o)pzc@ULt-9 zfB*mh8gx=lQvm<}|NsC0|NsC0|Nj2|{{R2}{{H^{{{H@5;U8Q800WsxL_t(|+H{qN z-m4%CM?V8T5Kyq8o+fWEHl3NOXWAnfh+u#K5nYSKDS}vuht(^Kc(k%>)}^-@1R9=$b0WZf3h2o5 znF-#D!)Z3w5;3y)Dwyb*1i{C9wiqblLR#BewqFI(L@6PA(+@-6_wr6E2%zhh#(xux z5cC^?bA9hz6aWuQjVAmSygmd&B)v!AgwmO<{UOjIkX468K#BPN2vetQKBkT>ge|O0xrX1O0MDO-0)jpo{FLjMK`4}E!)#LM z_s+TA4JuCpSr>bu+zs;e`iJMg>vayy(>Z^QQtA-VZvnfn{ROztG?bX~Nq_uGIY@&P zFHe$Nz?r3$v;4nby40u;4_0|3zMo&K(xIwhaBdK2feklp+g&c_hO|;kkbZBfxw+2K zSNLQsXd1cH>19wY zm>b4imRgBGEdpB_<6KpF-(6Z-Ikj%%Gf`lfohvKn&?;Jy;Fx~2#EPm) zzDZ>kg^08!Vk`c#R0UeK31=3ADCX7cs;q0~B*+Uim6RfqK8c_xXvIlzG=N!fgy3kR zAWfvq4oZyosw`C3Eh$)D4NF%cI3DE+u|qMrbfXi7zLwX6pR7@lBT!<@U!Gq00000NkvXXrNGn}N46ws literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/orphion_messenger_a.png b/assets/minecraft/textures/skins/orphion_messenger_a.png new file mode 100644 index 0000000000000000000000000000000000000000..a675f6039cd39cec4ecd28c0ee641a9455e1bab7 GIT binary patch literal 306 zcmeAS@N?(olHy`uVBq!ia0vp^0t^g{3M|Y(mP=67MIfaZ;1l8sr2qf_f93bfE5BbX z{PbkOrzi72JxjfG#bM(idm!3yXzKQxQ-O-OOM?7@8UDe+(R1D%K;f;PE{-7;x9*-} zWNQwPIPlS4kV)_igCIlvv2_LwHw7GyykVM~=zc?R*Ru=1Kbce|#_Ru{`+z-V&9uh7 zYZ6V~JS?7TcQ!!i!;w3&_KW6=-`J1l2+@(ZJr{2Tih>IXfu6(6ae zocYl%=YQh^b={U3^DBAYH{Vsyd1?IeXR`dYKbO;u+p{MFJ;31U>gTfbz!eDq|4Wrm literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/orphion_messenger_a.png.mcmeta b/assets/minecraft/textures/skins/orphion_messenger_a.png.mcmeta new file mode 100644 index 000000000..fe157d638 --- /dev/null +++ b/assets/minecraft/textures/skins/orphion_messenger_a.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":1,"frames":[0,1,2,3,4,5,6,7,{"index":8,"time":100},9,10,11,12,13,14,15,16,{"index":17,"time":50}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/skins/pan.png b/assets/minecraft/textures/skins/pan.png new file mode 100644 index 0000000000000000000000000000000000000000..9a1bd213bc01ebc677ee96b7413755d25891f75c GIT binary patch literal 309 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFQ-Dv1E0E^r=XZ8?cF<$=F=z5N zX9==qNbzK~(Pk)!+P)jU$OP*%}+DrQ`mf!{1)w# zdFjV7uRqV_|Kr;(t&AVmo(evwdu&Ef*UP9G4~lEPziTePm;R40DtdOYrfPBdjmwS4 z4~B#s6P`L@jrtRDMuythS6*xMXMNAgbxCLTtcuQ9?D*izt>6V>jf@9b?;NxeS>P@q z&k`7^zeV@Bo0 znavKYi;@mp(U6q!6i9fmgk!=Etp|P_9SJK|?@u_-CMnlgKA)fSqI5{%iHDNjQzP`) z){E?H3*UH9uh@9U(x0!>|3%*RO}Bb@(pp^V-Z{=fmevEk3T!q_`wlB|Cbs&*Kd>-_DW6=FG3DZZpeGnSUHx2^9=IX_0ICjgAOHXW literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/phoenix_atlas.png b/assets/minecraft/textures/skins/phoenix_atlas.png new file mode 100644 index 0000000000000000000000000000000000000000..db274ba2f74a411a9e088b682e3724d5000a6b8d GIT binary patch literal 20594 zcmX`S1zc1A_dk9Yu#J!rk^%!HM37QCMk^pC0-~}JA}T2%&1j?*Bm`l?n@~VOML}wW zl%z=4kS^)2|HaSm`-jJa@z{3necf|j=XsvzdCq-qsIN^+#ZCnP0PT(I8pZ$s0sn;n zNGSL+_%gZ>e4%tV*1rY52mW3OBC!L2q2LV-RTHn_ry(qykq1e(XIS%x%@~+w*u$J z7$0h6LC$fC1e^0(_#Fi^?A51#rDzOjTq`;?`&(K?W0R_0<2n;iic7t}kK)hr92!#L zDf(E1Qe-zd}` z>~J2O%4oh;xe_eIYccBcqlSPC;)2!%pfG@c$T0(!9Bpu)Irtcwe}6q0$JGDLfu6Oq z;zSQ0VGwY<_6T*vwq5}r6msBB2MswCaH3l`Ddx7WE_CWRc6CUUm>hUTv;2>TrVBS_@S}bS zHz(z%=N{WZ*>09K9!o?Z;T{X=MYo;$yQbmO!B3ido|l5{qfl2M^AFg^VDfXR4fw_K zSnv3>pb#W^&=@W&NNYl=v`j~YyrDT9Q3l2plMPC6$Q^1YC{O*PbZqsb3u4>~wSHSw zZ1`WrZbgV$DQw1ZnlAN6rV3b33UJkh$~yBT3cwGJh@DUb@qNE;C#CPHywT=3GK!i# zaO4Jl=63Ax7^`Y>d&C}?gO`+B@VhG_h!C1(V>saYmgCB(z&Cv)-|p-3gE!A z&w$2ORIhPZl>uaerL_Xc=3b5u#2H2r7^?_$=w+6+Djo+KuJP~b*j^{e&(tPb!0G2I z5%}T51mW>Afi-K|(`Uk(EzmtJz$yWOp?Qy_sd2{dIzi<8=N+s(Ei|%hPm!{9e_==S zyAA_&>KuE3Kjr*QTCS*Lk3F$L?o%xq#OT`J`@#C8)RXNu3SkaPKOGai)wxIw#J!ro zgeKKNZY=EV1pl@iSs5F!#FG5-Rl9=l(g20{N|OQ3HW{BK?(*`}s|d8KF=U6@@GH9y zKfop)9HA=Fu~5#~4$l=zP^jAjt^j^OZ9oZ*e9$ge7w|S6tF6``b6!XKjkC{cPtbPy zDKA<-n3&?fzc3P3=`<$XKA06TzHP9m_Y;Pud$J}88J6G(#F!d16NC(x@dNa(?Lw~J zzmPmCahr9kGZ%fqaBe?W&lsq-+Aar(4pGoF!09AMNzF4@#mkf)$(CDq=j*F*A@6;;k{`##GP- z51d`sY%#qSCmCY@wMU6YhY4w;RQdZa{7DoE<+KOXo!rS>todV;0a}m5z(PPCrFsSsXLv5>Kd@PglRlNNxxkEP0C+QsfbYO4s#Enwal+AV zLji+T5wZc*DMixq2IxYJpRs{qd?(ra$8j`P?yCNppcuoJ+9P}s9r=M8XtzNzJP1?o zUSq3&MB)PSlVa{st>bicAu_!=Gv}>B37Duk$gq`RT;m8T%TJHK1wI95Ot?=%%u8XN z%NW~9mrS&x;R#cMk85~ExHV8|ak1h;+FNlx=a*SNG145etU>ldXAN)6)NL*j%MV{BAzbJ;g_-~QbRLz471QpNB_t(@(N z`m_B&_VZrzdxhd;u#%&i4v+YV{P`f2CT&pPrk=R21#Vs}u$&!s23MeA-)~DZVzsV> zwHRT#;FteX=PhbGPlV%`y3k8fz;H;1&`RvwNfHQdsdO$YuqWfa6`xV$rm@O=QNlRo z)6x?0vrSv_*<07*B7tFphG2IONRS=BUhenk239vEV?77z)&o@r^ABkQlBDkD3x=Ez z7;@%H%#=5C(Q;Jq{L8~LilkR`LQtJlxw6~~;hyvlB8zDmCTO5%J7~Oxm7DN_gR!6s z_%hxo!-5qKyKY1jX4I3sOigBtzXH{1neqn_<8MM&3REgXo98`NlU;vpRvD-%XVrUo zm&M!RT|IGFkAJvtb4hB7Qx!VjM@-{aWCVAe%A?Z&9)&t{1)(6wwaY=f^+zrclHE&& z-xsIg&WkV%K=>MR41F&CwU-LqTmEBk`9E;txi0vc#^A?f-f0b1mR3REI~+!semWOr z0W_4T7-u#KViuw6e$BP`(P{TXniB6NC^0JwW$1eFO_!eabA`2LTT`}|C-0;mP3E)Z z(Mt|;RsEJb@rH8$Lu|c!PrrBFd|C|0F20TksrqkAZ>^C6|HGwwAQP1!RTn>8aSPu* z8+98obM-53_Q((Z|3_K!C;~(@KP^2>n~YGHb>f&4^yVGF@*J()`-f0;gDR|*<7-gh zG0mIV5j+o|qeGAN^bTAtVQ1?+pX(~f%1F%^c?0z)SQ+Lp?jvz;)*T7#P*?3GyoqsS zTxNN%NQh9iQsE6chMv!BTyPDxs!f0sIr+o=2?Ony$D>eW-Ob~Ye&-|YP!mm~uA$o6 zO*`Y6ZaS64f|z!jbq-1-NI>Q;?1yE2FGtGJbt6M&$KIA*PWNP?)xhbtXWowj4KN|3 zNrJceQb{~*2zXn-&nWbdJLz3g_ASB9|4!4F$VkVg3dQ`r0toYQ8AhQIcb22s-hAvw zhI~@EdiYdLSqm4{_lYrv@)OR zGDO8JiU5dvfl>SWRaPwG5N40>Mp;gj=4?QMkB1N~PkC1lIi5VZ17@H*0Jq337OYHA zK_%0l`J93NP}M`rkG7hFHqTa>|B$;K4pTJi1-{x2lX%+w0aoJzMI5%Us>0quXD$q3z2tWoS)rYq0biEDWo{O z+?+Cm?-eiba|)UlCvf<~{jN)4Z4_Kb zkpuM0&$uzLK+YV{NqA`KHT&6& zgAnLmOG9)5qt!G7bNQUB0!>t`>bYnk^ezeDUe*SFk%|L9Id>z8c|fq; zMesdDU+4v4e!2vMaJN|Tf^l|Q6C=zDO>-No9WW?n%Z*j=yaD6=lF)E#J+xN%;D+LW zWF1qsJ`T7KG^CLoK4?@fPV*)p`REMaQM|iaPn4r_UmUiGgOH{4Y^s5%aYhV`Fv%=aa5u9% zuse^;s^232!nV%hAbbF3NcEzFW1b>5w4DJ*mq3AKW#Y#N+HgvAp((7LxsRd(h14c( zO7>DmsCS&FVSc?|BS@A9#SqAv`)3pt@!RA!u$D=Rq$UKhDOlxf1Je*cUnH-%xwiN# zp@gdmVWAfITGE#gzDZ@E(%`cyddIi~=fW6yld}@#u2F$nSNF&II|-#F`gnPjpoZkHI7>?%cX4z8XQ7_>aS-w%65!9IPJ8 z5K8&Us-;IaHd!c(f*bp1I_LKE&cmj?n)_=fw}(xv8H&#qY9m<(H+ahH;H5;Efe2l; zZtq;M>^oqj_+#f148pn$BOOLPThDO_K|VNPH4S{6x;h#;17aP>PO7-@dIGGF1mu%q z#NL#NNyY~Q)}%+FeU=(QvTTB>RA3oLhONcz0U{;KQdp;I+K-5WPxX!vvcyt(F#^A0 zeqM~-lBtW&@Hx~~vX`Rr)%-_pzw7j}LC+dN8@RlF0!jM5DFq^mvrCPA^Q^r)Yy90b z{7>%N?RMs6_a~+YhWTDD-;acj*;I7G8v?F&cfwr!)wD)wlIix?K*wuqrK2!>2sidL zJUn4jd&NHp>H23NPw+?c{;5#99)^l(nMGJ|Z)m!HTKeiHFshyf@hN<*BIIi#kg5oH z^z;lLLQC(W@=J?Ez&ojBpil!|F&;U%aeSh48DncjT>t+1ctQ1Ag$KYzcKsEdg`(f~a8d`Y*D0X{c6PnL$SL!6l{wF$sfnp1;Mb`y<_Q z|A2RGPhjJ$@F`{{n1x8L$w=0j@9%s0;xNKYUSd>olhxWmYn`s3ACXx0@^v~-Gmv7a zoIFSqb36B=FCjhkQaGdXK`6LxOWYZ~rp!gJ=!u&ud-TLA0-6YikuEgHvKfNUlJw$- zLNm&al5h-F1{z;ce&SYhy*5iLaf?RKZ>troN*y-{G?H~R0ql1+Nm(~BU9iYw=%J!7 zYZ8)XT==aXJmJytcTR;p8kgZ+0ttZ;83DQK(`foyMTf&3nlAWegDwyxLXaC+nuEKA zBFxd+8{$G-$Z=r>va6N4gg4<|z}iaf&C)=>z!eZG zy_oF98H-#x1g~URB{*8wV&9D}lUG+6T!NKo+A3|RCz-WX2D6HDYQ;3kHhu>$hp+b@ zlVRk@&))$#BlEgjK*%vj`cmJce&3DRGo^jab&|OW4BKmrFwBzq9HN_gjcz19kh5|G zZ|V`;+3PsQmr9vb`*cJatPN?o$pfZlVal*AQ|%zX8y9=pGf@4+>kbcH22|}rL;!m%Hli4*_cxEsL6!l++aNZ=nw*A3)q8F%#$2*js#~kZF!4!)t_| zHlA}kbm6K~_>zen>>ZPc4)IKTC0(XbIr?X}xXGVB2l8?}8kNrVsJd|HPnupIe9_VC z#`MR(gFFf7wQb_$QSqX}4=>V?|ma1KV$CAD{ohkh% zI;_Cp&$m3?Wc7^=tUeb3($_$&>dwKMuk61@VibnZ1OC9ywY1|KTJ(Z~5b<0?1xMc- zE}cvk&b54yc@=jeUmBhTIPJJx?}zE~285XuX`*^&j4&DaWNI@gK7v~>MU@+*N*OUI z_c=LpCG~w_DULb!MLpv4&6(UlW6M)tZA~Dwy0>Jt6@KUgWIkw&DjEJE;=u(#z*6Z^ zV-9u*6@H8aXvuj9N`HcG=bq7+0T{18!RnH|B@K_GBR$qS3ca}rpno?I+vT_@+Vou% zUp(qYDW4#cU3(G!1bi*ALUV5I&OIPySm5n&;Ip%=*mN?upwhHKeB(^Kv;$r^P-`&H z8z?$Q7g8@551oW>#+9IVsBQcJk;_}l0%)1`NYc4wMyVj5=$=}8N~Cam`CgbWrMUMy z%-ZAbs?)r|+DBYKun+4OdWw2fo_Vn~&(D4E+KIZ=->lB)2*u_T$h1`|6_f?g%f08_ ztBB>J8IFU#Q$w}R;xt@W@GKG$Hdlt@Ng zS6}c8`bnwKFf$k^MMq>|p!fr(7L6dU9WEo{;Va&0j)H%g*!RZ`nB0dxFhavA67Ju4 z-)|nDegk`p|H9~)5FPpQ`GIFE4B*94Tv{4TNQlduSU7=>GU?28lUY=I80(A;yq;o-y)My`h7%$;aXgQcd~=iTY5@OxhiTS%p(l- zBRBw23P=tDf)nJhkCvu9eYbJ^w_+AClg zGPEpLht_4socU~B&}LGI8_;hE2&%Lej+Uaxz767dV*Uf@c3x~LROCc5&}?~E&n2&H zkb6Z{SGS(*20~F(?(azGdj3&dDMI7A(E~SH@C;LDD|Q-#zXT+!BWa{1>q4gFU%fra zAlHctB^&cmUG$!QMgwwNYy*Py@du)1M``K82miUT-`=A=Ch{vqa2I?OxR*I0;$CwS zl`l|v8iMgl@q?x6toP{1R))fhlsVY>X0ve&!2$Zh^nWM8)T`6t{wa&2=LOJWSwz%t z3Sus42tlX;6Bxhz&}a(f#`(s8x&~t7T_vi<3%s*$A+x!%+0Q8;38qi}>1~c)lt2Yj z_6t;#0bZ{-vVN`02NVf5@<7dFM@r$WQUM8JP>(X!@%JMc1^@A=(WP0~bzk?qZlB)Q z_~L!*Z5un|SEx>f2CG8SZ{gwjB?yQcfFf0+^iy-?iB!HWfJr1~3nIQa*h61tGwx!R ziXDZeq7er)YySyS{GuTdGwX?8r7l#}?)&?OUg-Fb^#dp6gQDvF_#LE1P{DPZ?iu>p zo&ieb5*+J4BmZw(Y<@r|sr_ex8DWbH`}}*8h6-=Xnsi=JBj~B->wfidlPD6i)4}Cv zDeVKG)H0ue)R!N}48)T&HI_ufPau~wgaX>&0}2i6k+`Pi3iCXSi>cKm#^uJ4=&l*VW^tP7tiZZCl3$rknPt;fiGlP5&!NDv#LfK8Qx&VF*8BpxLV8kR6p8v5jq;$Tb%Y@9O zI1F2Uo*lHe`y&@g%T4;rOlIQnw~kX53mNYh5| zN$QX@>yVP||CDzR_yz9%GePe*M}RU3@)O?0{dCwzi*@RmC+i>?{`0?5Axm~pN7EA# z5%NO~ifNqENR+R@QjtSk$Bd>X5kPxos@js{-ae4P_b}Mm`_vL7Sl&-GyzYTQ^EAXs zM2&|==Uz(=Hr4!3?!(|4q2Qv!>B!OI-dHVAw0o3_g^mBXXyM$@gYeh&9)69|lM%2IKpxy$qDQei>@Ut>%e319(uNF)bA%jc>`?+63vam z`CZDc(rSg4S!e8DR7~WR^Z4H2ddt%BYbSp~Fg^xa*{+A^k;j;JfYB36AY$DHo&T;F?xpi^9 zDw>4Rd_a)dnygjoaveHO7veYUBDhT{DG1dvGyNbrj}&uI;wKiLM^L`M!b)2-vT!^Qdl|2h4)ZxAih zA;-bmL8;y@!MAZt3Rk&~Mh*mq_*rTmS58cr-(~y+eAyBizCVj=-V`A(#kcSOp7tkj zQPd+^JXLNKYVpRrid{KV3ojk)3ZXw*ccQ@bPEZ;2??!+%R&@NoT7toH2VUnBiOGw)BHiLZak9O z7}t@cmThCqG!OmP{Y|vqb<+$YI($7;f(pI1gOK81cmwS|84!?GJJ<@cLZ%ggvr~Y$ zCi*Q!n2M=CP!C#q5u=w4G>BUc{n3_HnMMJ>~ zCdH`=EDsbp`2A#kDQ>mHpF!X&)*>_zjZjN13S~g0stbtubO*RtKYV5}hD07a9j5Dl zojrr6s?k^gavkQ#O*V$jbo*sL?5eZY7x`{UeYHX;0fo_iM0wM@tus{Ei2utbz(rX- z6TeFp8q@#z!D+12#*Z`zz7~CK*8Xe{)$G#^VjWN{)AJFY_~(w6l|>^^WIY)8ip)+5gJOF*sH*lWeGvx#ZA;tS zHJ5y078QXt%|+V=`%{uSW^5U(;Kqt{#E1+Z)+8257@8tD%u%qs&6eU2tVxt%1>4~t zS(#gwU#LzxH6^mraS8{;O4gOsz8|mK4psMFBzconYq=;NERsY8sNmGDU|)~KlKIK; z7B`_1tk%Bjr&K4sS+IEwIeKX_Fp{LhqwIg&h1 zf&MH}jE4!K^?sl}=n=P9tL}ob;?O5~tAH*LQluEh!7Q8sDog(wG$zRIH+V*D9Q2xG zUAFH7ffvYz$_{Vf$`h;ZizuG`iK@qZg0dDRfy{RPw)AUfdZj@2-nX-Y_6(+j!&dax z-juy*eWck^+9LvN04E|Q^+egWnteJM^@`eY`IpZW`^^ldlh0Iesa&L7xGyR5Ryc#D z_-a*v$9Y5^1Br2WC0+KC50g;u52-psLy~#d^O8k2W*uS1NuHHg9#2Uc8}Dakj%q~q zqGU9Ipd*uml!fD$U~gL+&*sq6sX%!)%Ro4cJ4^duz6UojhUfKy6zNf=C#tmYLqdl; z9J51>B%djlpGqxP#@N7HH$r2t!PfFXnDPhU{a|L2j)(F9LQ84n+RK`RPjd98X~WQ` z*0%gKi~uC>-otf>q>zWldm~p4_UHMyqS!(Cy6T}6GHTMYG0Q=TbU5yA?4hyb z;gkN9X};&l6KK_zBJgNH1jtS^U+beTG^Va6nhSKlIWp^~1L-=XQGgaCP4}`^2tpBH zvv5?95*$DvBbPk#^rE;Ze2y}epdwp(F49K*qV&?K2qH6bgPzhuFcpe;7JL>N#3@H^ zA~<3&BVEO-$KLWlS{X*Zq;(p`%mMn3HRcWjJZ->sZjTeRA^>;Qp5DXrS%5l zFzkggVKF6JX#kEsLFp92NzBpJH*@-+NJBAfQj-+eY6sy4WJ_ytYdxExS80|io;^>& z`3y%9tfur`O1L3JNS_#};$j4y!r5y;SLj@wm#yY!{*yp>7J%&S$j#1o9! z562{A$mseNXt-=wb;FAvLiHuCg5|FvE~5Vhsd8fs9)PG63*GmZV;?$SUcX3A5$7G*zZ8fX?Gz9G~IW> z(q}sQy@3S5g;sHg4RC&SpJP!Ybq0bLcCY<&qP8w%C|#+D8=}`!5(O)TYN)ZDA2LjmGq3i;Z~4-UTn}|jLf~m*BhD(8XJCs3 zfRxi=!=#k4XVT3|=Y!6Z!H0|emvGPZK7`dym6%y&n2!l4)Q|8z9^lNCZw4BR#AIyOEWc$hA zi*P%VUw)KKZ^^16 z^aA)bmLv~f{7Y6Ok`6HbE<0TWsEBv2v*dknBE1X-O+jbN`+ zk+EGUeazHr^ejVzqET>MOyCA2Q?xj5y5TxE@Z!Jsyny;VX#3CqtoTtoX`g33m&w>m} zM!Fa>V?hO*F2sik+5AE`_Zogya`sQ&Y<|Xc z-JG}?pIf3AJgN1@`CVe?ewX)LSlZumgHZ$CZwz^|YSixc9EL1DJV?COR0y^*n|_|& zv1In6#6a|9h0X<#>oi&0VI^V-5vod58Vf=pSKQPdKwbUczg&ZCG>0EU1rdi78m!AK z<(E(3hEpqafxAXXH8BGID@m;)Fq3ak%%wAs>fOb0mR=ttz8PrUFa>#*Iq(lhg9|hv z)T|7Y=@>UbeO}%Q6j&awsMEYzk&?QZFcMESdZSj%JcB z`rDiasN^pm6_qYl?BqpA>#J1yuDuJBe^vuii1ubdIIZgQ(db-)yKm{0XkTv(;NiX) z^0V)sTWYB7#^;+8OG|4achEMiA>Th>Xd7!Ep0vaxM`8Gehu~lkgQ?`+&wtc(%?&6s z9z0*9J$3VW>0Z(Nt@(WB`ZufC3l>O(Qy_-0ku&jGNhEEL<&G@Oj}nh=i?;hyv8cuj zphUdH(UfIlZ}+cw#W|PY3hW5m+r0Sx99}15cD(rCGYi;LfJm;xGkCs!N;`qiId-1s zr-Mixj4tHhZ}(6$a_1o~n}KjO!GmMu0t)QHxaL>;RyWojbbQEsrvFC8l+SP1Q$w;a zEMk8>CL?{TL@B!gAlWVm>!YrVDuns(k>BKd7Ecno zr{_T8`dO-&%$en2(EK*w@MKfvxYICV*MivK2EqM#<>z^E=V^zlR2!nKhtg;EcE;z0 z4i$Z>Z%o&grww9s@?7-$o9_^9YT&;;gTD=0Io;mKM~pS zz!KaZCqDAo9l*h`^;bZkg{<~qS86%iObDplI>(r~>QBvrO;531`dAgKl<%?4tzws= z$qAEp!u6ipOB|%2>(rA|J_D4`!pIDn$f>Yj*x5VD*Pv_SLW!5YGKR~BTw(UU1~c3v zD+9HczuwD&{9cd(W=S!-bwDhbNPg$bQ^RY~b5YxerHBL$b|^h8gF zay(Tzxx#<$`sFXmpTt^0e{lcV-Yeo*p@KXCi)n{^5de2q?1BA;n383%u?iP&I8X}v zN(UTLD4&zSc?Q@qTl>>-BObnffDP3s$AFvBvL@IA!JHOoKhA0RIJK(Fn^R8ldlFm%zWG_I+NWSu*WO4*R%&% zNOHW<;^xc5y;!^O()=5D6K-bC@5tzeO@^Pg$BDJ0V^CZ_$IOGoQ@l?=*NkAnX7k9m zDMQh2E3fQL${X(U1`k`-Sr2Y0uH;(c4G%3IQI?yXrx4ccwz$hi8N(f`!Fu>|&WL+1 z=tjayO2u_Ps?dq&(!s|_4B=<3W*5ro0I>Gv&{H1eLb1p2*6`XceB5vY4K_h1H~|4u z3}Bk^$whfkOxyv~i@>Tg)DmDVz<@L{3#@ofK|6XK=Pp0Iip~l2o?cvR^~v^;M8P!= zriR!ccCA{x%ivH5mJ8!ceZJGO!NGTLmXg!FgZ;J0dalUlB=xo;-(%z{-_4e1K-Sfe)*9tV_ku7tf&vN$j zSZyp~PNZs1k|o(qsos|2G`JIyIk+&@ZDBaJ?`rhLv{Xf^>3@74zQ>gtvlDrd%;0QJimo8@9!}KJKl-sY+S--A}M|f9M{4O65~w(sor>P`&n} zyv+fZq;c^F`7Jl)sF!SG02}LpU2~kr4mkb1zI`7NKhGD zz1ZJTqG#E~kMv?{d4oS2PZ9St4pq;LER>il2LkE{@A?U~Q4div1fWVI7NiE#yG7<&GqhmsX@DU0!IHK$M3FZx8Le)w!jwKf3bOjpgV<+$3NU5AI=82gW>+c z^QG$~7OihW3{{Yz-Z~rb$G-3P zxT^k`t9O?;6{WH`*K&;a!yf%S##e!qa$@k8bhy97<;qcPsTvHBhA5ni%lU>~1gdKOSfo6j?be|7z!hxyP|IR$HZp8sod@mBQHy{$>@j3z49 zfS(2`9}=qLL)n{eOE3Gs+VjEfdi!n-9Yu>8x}6@Bl^G;S*3g}5?bKHJAC^rWBsFF# z{*KT0ud%a||+74y??3AF_;yT@h<`XjtD9^C-G-`Z1S( znqG!^ghnc5_Hm>^*I`yw0Y-N}$yQTbV}JI1GG5lJZ{z8*P3t--RT(F_-sqXdiOcNB zk$v{Jiq}!?0_%j?%GO@Z`@H6@Qf;q~$ic>e4*`BgX4OIMx1a7r#nFjI8igD~r<~vcp*cKGj1}Cf+H4S&!G!&9w}8vPjSk9c_|ZVf_r7Tc==0qjk0g|eJFCiJZ}D@ zJlApx0CfdzgSET3?ZSWs0T}{+YN&a`)&J>Bw|8>z*Ir}*HY~KcQ z##eda^;E<-SbI}0eb_Z_G@huc;a`cm@?o)efu(1Cl0w1+vk=boP6Nn9^0}&?b(qdE z*5T`kOe-#~@lg5`ZH`yKe-MwRGjq>Nkx0R;gJRc#C=)e}0t~vhJySxlKbC5dPFY9K zbsZ49NTspI4cV)~`g!T(?G=psEIB4pNPNWIKW`!pPPOZav$r^OJ{NBh_M{T3EBsRG zwwLHEsm)aO8d9#zf2(!KyvqANw$csp#p8DR___GUj!AOj)c)UIi}6-gkH{tA+ZBxT zCoIsL8OEUwuY3f|4Z^3rxW2Z+Y*U5{RXLy-s*9J|XcK~>YKqvs;&CV2yiERMtG>NA zyd#_fhCL^qZ91y|S8+*`L;reFTSc++e{NSe2Urd%YIujz?s;$4Jjih$iB*%KF?!SV z7r&zX!z|Ui$IR-p7+?Rc-{df=N#%yuV5Km!3T&1B&Gh6cWpPDaFR1j)@~L z{d``MfpCFLi_iNUOpAde|8S^b&3w{D5VB*^^X=t1PbiBhjVC#K%6 zds}NfhJnCelC`%S4^>HZHxK1zUb3wYv38kg;ik{UEIiriU;R)Mz`iZD6{q@_lo}v@ z_w4N~T$IaDe=+pspo^;B?9~tEuTTOn6Ac9Do4VBXE)`BR5V_8Fe-THgb0|>2Ry1JH zB5LVJNn&7ihK|)p5u8=_#$H4G;#K3wH~r1*fP)G*-!7mh_!xYgK_be6+M3njsrU!* zDS&0PrSt|MiBDDkSGbL$o|n9wdAo5sqCjmo~!>6n_F|0!SeIIcI{^0yO!x~ zP z07wDU0O0`q)};la5MBywpTf*gwUPuw-2g+3eSDOr*nGxQRTo9x6P1bpY%m4_@0}Vz21$_ zp5ZC?4(HQRMh0|Nw!LZgdmG*X?OhdE^;Qk`DXh$es! zA7PpA0>JV&fMCCLiGdm*8_ixFoSsP(1%REq05*e{e%zkeK)nqb|E2Vls@K~$X^1U2 z?CdiQ0fflEZ_%Itf-y6Ij;C^Vx5Ipqqm}l~fm^+x02*%(o|&4!Mpw@fW-P)VLE&gd$J3{P+QYdLqhPUbf=z?pXx>Sur4MW12=TBGFj-@<>tu^a2%o&6Aq<$a1 z`dFzMi5NXSy)o^@sPi;kZM5{BTBAP9} z0NmIeHopJ)og)N-6FCQr6=Mqk+ujl`bC8x)17em0H4xb{c?NLk%j^vtt&xRio;tI? zeNV%S-6X~-lf{7hYrN(jk8fMNrSve)%cI{uE-k1#ThDu!pTOxqg!(W6O?c1o+FBg~ zA%{NebL$&ShvQQb;t%HX=$8};>}ay+wH)@V{ZM*AQ;~3m0Okr8+~&h4rgNtbuY3P` zZNLsbSC_bK#x8Vr6nHkWtGvh32K)cbepaN#zv3Ld zeE>cYhtvvyQGpXlxKtLWBU=_WR5#hOLZ<9#D# zOnt-U4>Bf27#F|G`_DFWp5u1Qak+K zH7Za}uPk6plY3ykQ2nzV^C-KQ`@@#mw;EUX2svnFpG4U5#`hGq%p zlJ=S&k23CIqnilOq`x6@2fgMj#hH+{>MGWd;Ghjp+Sjr z@A=jwb4opD)b?}0#J4j^h-k0sGJJ3MSI;{j@;JDw1I`vbli z9`*i-u#oXfuc+mSXw&)xl_Iro+qhH&OY7-`&tc3hQFx-LefEugM>UhNjTPBWnpVYo z+%G3)PUMcM<=6T<8>R)C)y&p?duO`)*UhAE2vQIe2DRm0pK|` zXi610Xhk#tww#LV@<`x6?|uhEY*vMQH9jZ&sHC9=h$2s1q307QfEZV@Yp$fMn8t#{ zt2%EUb*>LoY_+-up8zlIId=whL>|Y#GcxT|k7*q{deG!8E zV38=!AG=Z)0ErU&GjiA5eMq5s1AXq9wPdte^f7dq#X-Hbms379Mt2$&1z+S!X?zy2 zqWf7W3sTrz&b`(s_-P}vOeR&)>!Ui$UR=Z!`$cG4@4om`8)o}Ngvx&P$KzPsLH#mK zQ64eis1ldRucx?w_oq7tMqtz0lKsEix7X@)U6VGimi#VCV*eb(mHJEamd8flmjtIT zD63Ju;>A=OnRMTlCvA&$bun4pU=E^2%bsU*QLY3hE>;NaF&C=h zwq0O@pJTkU#>GCN%yk~nuQ}77`E1YqDFddYUT-amZjc)a2!)^lpeJMr&yM`x-!uO% z(?I~k|L0#)L<9hQl7Iu)SKv4Q@6)eey740KYUM?2e59XzyI^s8=nXi13Bs5|1GbAp zFGw^a>mD1)Y;`DptQJ$FZi&blsDLtTk$MY6b3w>uyI2-Ph;`sCYnfx+s zO0+M$NrK+D%H7OiTf}6=)Gk3zx-mZBu1Z`2JJ-0XGjWj0FLc zVcBr+lemLDoLO1dO^%dS%&LpAKmu#gMHLo&z>`ljJD_0&2eX~{teqHZ@L&M7qXC!L zE9f)p|6g?dGkC_i|Gj}0g#$<94xi40M-o6`djNJ~L;tz*`%Je;2jik5wjG`h=}RV7 zVof_6zZ=OYm8dLJsjZJoI6@Yq@uxbp@vDoRJirU`_dLZdHISKEQj^D@t`ce{_u?s< zk3J;+d|SKs$bj*+H$YA3>Z8gLkdAwFIm?Rg7lJKxq+hBbb^+cyK)0KgzYy0;+?hCu z#(lom-Rb$>^O$Rh(W+0!MX4?Cd*Si)V)zi2XM1w{_tGL)7i=`}&{@&n zyXM01@vuA{8j8OeC*9%I#j^aZ(q`Qr<~-tLgDW(kGOiC*lNy(^!)_<`4m`^v9F zq*vwnUMOKUlZVzVH*hnk%T;^EGpG}d<+2n&R|dbQH`J}#-@#_3=?67=zXbSWV1+zA z?1^#wKGGB8Rmj_P{Q7fq#z8_U3)kvoZ>bHt0ke*tqv+KKGyfETuU+d>DJ6HSv1qclH^8=B-y6fq%&^H(i zZW%}dg2CXHflw{j2G$3H5C9;Ak^mq#xZP{pgkejF$LC`f$hTuzL#t_7))5+fN0cDlV&C zAlMH=2I8RU*F78r+;BxULcE>_<+`V!83wTT)Jlek%+hx32coYCuc`B@o{>mzyeN*+ zNUtY5Z7}ewIA~grN^ctZ@JwoYGjbXmOmA8yOt14Q)10=i)0-QSbLVk-y^A-!{bu6y zrcLJbrisfmVrg$i&Sc!~X8{-|#0U;n4ODjltA;;Yo3j>s|<#u!D8@OrPK^sV8I7b(G%pPn4vu+63gGb~m3 z7XBa78@4)n0f@+9oVmBv9Nx&QNOKrT4sV!d2{R|*4a+6r4SRB7Kqb6!N=10XR9jg2 z4sS$`WWed5HCP`gCLi+!9;=$sYb*fOE>N@pL=&nO=nbCm1Ytaf!n~B%g(`1EHshyW zGk)rg7n$)>Z`futYvzRkm8sW^ zpL)&du=1VWjGW21eG5SCe_+Ck@xkxE%h9&88eES7s$HO%3Fa1|YJsW%eD;k=%Fnww zyo3<~tE2c4-d|$Wg0PX542F2D&ob#RAp@k4Z(}Jdmr!SsYqxnI-$EeI)KvyKE)R_w z8IzG+-dcLWa54mP>qk+M$jgQ^y@MOx+X~oa!&yPdxDjzB>u^Img@5$T$1=PopFgW~ zB@jXgKvwf8wBdxCnsmP@7iwo7 z;7hcN3hMJR;4wh83p5&f5ULi)gJ38=W%;4KM21dD37ShJX(|BVya!U2Qvm>CZ4eh+ zC|ubX#03`%r>ujx!llAt{3rkb_KyMp;NK_!05*>T02Ceq02Ceq0H!^kdO!xX|8e-j zVhmn$)RKPH^8ox7`(^cnUeG821PWCP#7`=qy#?4?fCr)l;42Pz;4vLmUM9T(7l>sA6FI z*=OD?okwcx1oOw-G=)g&C*3p)UqEefwM%T>qH3g`Ky;}vsH=$PUFy^;D8#7mad4H} zU13nqQBiRfg&5Tp4MKmZZ|JD|sh0RJB^y=Re_ZVnIy%Bh3?D^{$KuVOJ^xbIJoa~K z%LJJ~c9FNFkO*d>^eC$DS@}|@AkpW_ZkJ4P)d^FYdLBpw9>_E$L;pVKLocl2JCYUU zF)aYP5$#m8hDTeR_(BjzYFYqBi(+F4?4Jq%fUHx#f{R~*{Zjz|uzxB5fIOPA95k1j zp$-(8@fBSD5{#UY5}bLd86Y)xQRq_v0I+{5008z+1pvVQsQ`c`=R+?n**gw-kp|v@ z7^08!Mb0&%FaWMH%?HV@fbfV~B{=Pf|$h4n3W7sC;cjVux`PjX4l;0lnuGGf#8 zFgL>wzLuU6BLwDl{VFNTfuR+Tq_{=4JSQ?W@Qk*+m^eN+d{!qHll!$4Qu1XSwTf$JTdz+`%JV zGMpI_LIf7G^fgY;;4?(Me;0Ynd6Eo#c@g)*5N39}Wc0bQ{ZgMo^8e^!ss%A(v6S?H zD1rn?X~Ze}u)h%iKvGT#0Kj`n004KLqA9rERXBQzrr>&4DYNO0*js=Hy#?U^ zVceT+tK~|iY&(Y~x+Wy7`Gq~<`}`LNirAY+H(%lxdIf%z4TZ!2X8mGDur@t$4&U{E z+rKDN$mxBb>gp-IoAYNZKHMn)gxYWwmn8sTuthozNqeqoQT{?Q&}>?dz{bYt7#K%N zg*OiGzZCneSAZ*~3s_mYU}bvZB-Y1={rwm9DTMB3JP7aB{FxRXxo%_75YEviF2{#hTkBF@xo$uw|g zWqKYcl^hH2wDdZ>Bm>Y`D|1x9bOKQf5XgsV=P8kOksS{(gQPvGP(D4 zckbvp;f4K;0D#D!@rcNi%b~r7yHbC&Jv|L60x&;8QGX`(n z0*rbE(`DuDanxkr0_5S_*KYyxiiiyYt+$OP&mV*dBx9>lp+1$uHhwAG+$L?i%| z>zbkk*N6%K)=&`K+nDRW2>z|0Ah^ddVPs26@VLggNEg~NaB?}cP1Q*NaO^F>-U2*q zEkLszy6;W)5%x8=VH?!zXZx#-74_y)V-mf&)YwdK!s8sOCcLq9(uAYi@mefRjqzBS zPNOy<(-2oC`&`#7{^Il&eqq~ux*U30pRgD~Yn2!YG1p6ZGf?Im_!uOT-_xGaV%|gZIQuD6q2{F7~=&w$#sOxpjrKw5u#YbFAY$Y(2fD&gy!mYrY&>8de?+QBY|i);Or+d55067~y&?K(hn5Sw7y})htzS zE;a9(o)F{hM9tO4iu&TEVEM{RLG;D&Ao^l>5WNrIDgZghI-7^Br?=EuT?@c`Ike_e zAvEa&RP#_AkT_lj79(sDfc23r0C0}%CTrx-9EVTu;tOTU&u95JcWIXl@u@br1$ib< zW#y&0)V!--=hs|qb}Tfj;+jkS1Dk!cV|cUQx7okDA^!F*&^X6B&coL8P;ypRm@bEA z8v&5|f<#c$!$tn%)!LQC2%EYQ{RASDQU+&ARC3QuDx5mK08fpR)LH%7Vkz_}d4;ImbGkhxO?#mHM`A zK3@*a!cjnp$|@Fu!NA}T-t`Hdqh5^QVrHnvm%tmE3+<{Q#mI@~?bNN`6qytQWP>gQ zY1Ra`sH`f4G)P&=6Ub$WbaR*bIeY?zK?D+jB$Mx;xzxN%cR?T`Q*tnXR~!9Rt(hTQ zNreHh=c^xi1gHWdG1OMPRA;&&d!V`0JWxX~J__+5{p7HU^;EcaJmOVd$ycj4uK}S% z3r6x5Z9v@`f4cx|i(hATy^?Ld9C~q;#bSg_`lIKGEi`W>0E!sd-nw6R5x1 zY)x*qzciPc2lh60#_+ASeYVEm+6CGgzs~CFjey$!`OvHu)W?lLT>t<807*qoM5Vyg E7-(v_Gynhq literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/pinwheel.png b/assets/minecraft/textures/skins/pinwheel.png new file mode 100644 index 0000000000000000000000000000000000000000..587d61a22448dbdfbff4c79fd17dc415613e369d GIT binary patch literal 234 zcmeAS@N?(olHy`uVBq!ia0vp^3P9Yz!VDxQpE|S|NGS&Rgt!9fy-Pc{FKFC2r+n$e z>`8U;6N~&ia@^fX literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/pinwheel.png.mcmeta b/assets/minecraft/textures/skins/pinwheel.png.mcmeta new file mode 100644 index 000000000..cc0cf1468 --- /dev/null +++ b/assets/minecraft/textures/skins/pinwheel.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2}} \ No newline at end of file diff --git a/assets/minecraft/textures/skins/raccoon_cap.png b/assets/minecraft/textures/skins/raccoon_cap.png new file mode 100644 index 0000000000000000000000000000000000000000..87d38bcda2c7f7582837b964675fb2832e483328 GIT binary patch literal 230 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?#d*U5*7(5&=FTu0VQGuHU32@8&S~5)Zo+ zTay4&JzI6f)oc27fpUx`L4Lsu-YGeMfSejn7srr_TW8N66g=d>(V7_5A{Kk)~ z;AV)!r3Npn6WiWD(Tgx>wGq0dG}k9I7t=f=KpVa YJL3PmdK(gRl{0DvJ=dH?_b literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/rainbow_gradient.png b/assets/minecraft/textures/skins/rainbow_gradient.png new file mode 100644 index 0000000000000000000000000000000000000000..66d31ed111f019826862e438d718d3d5e2fdcae6 GIT binary patch literal 1900 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/rainbow_gradient_anim.png.mcmeta b/assets/minecraft/textures/skins/rainbow_gradient_anim.png.mcmeta new file mode 100644 index 000000000..c299170e9 --- /dev/null +++ b/assets/minecraft/textures/skins/rainbow_gradient_anim.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":5,"interpolate":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/skins/rainbow_panama.png b/assets/minecraft/textures/skins/rainbow_panama.png new file mode 100644 index 0000000000000000000000000000000000000000..f064fef66652a8f75ec79cb25282d449e9b0b53e GIT binary patch literal 622 zcmV-!0+IcRP)Y%O75LBx<-vIP$RFLfZQZhD*QsFbs}j(kSpSV8$dyyRgh%gl3$b}bHRxu87&nkU0-4z`RUcsga)F@{$v>PdZ5Va^(F$q4eE-NJ~CnO>t92^=K zhp|5j00001bW%=J083R{ZPAWZBFq%OPx=*<8u)fcF*i-g-w5pWF2axL&u6e0eJuBvu;4A=2j zz@4Eq5pcTfE4RlmT(294r6mah!0q?IuyPQ3ORyk8!UVvs;qe&P4rL5px(?{55L+)0 zj#O1t2%V^ys8I1-DRZLw^<0kk8~5psdq;s0cJS-0->>KU{UNa64yYM3p66lNhZevH zoUcHHK}i(e186Pw?sh(($5@>}95wx@9jb|ZyBi+3VZ4r4TtK9BRO5dZ1s+2?0J+CF zqH@No9mRnq@OU7*j25U&Ve2$8BnlNV0&|bn4K{0lJJYdQa7;M1& literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/red_gradient.png b/assets/minecraft/textures/skins/red_gradient.png new file mode 100644 index 0000000000000000000000000000000000000000..552d6039210cd831568e503006228f3f249f74d3 GIT binary patch literal 494 zcmVxc7lRaSB{kmfrjy1`1w><9W!p6y?ef0@i`g+ZAdAW+v|uZH5hd$ z4Z{9H$N;sj7zTnf>q2^g-v6Y3w;_h`A1!17fvpi98G$=_m$;`dOuzJ0@Xz-@e1^;A zEuWX)uX9)N0dS`QxzaoVJR>t5qbuSs0CY`?w#bW620#!2S+g$q8d+5X#4AY#mC0#(z5XjH k3s~Ho|4P=_$bd2a0y5)qii&izv;Y7A07*qoM5Vyg7{>X_I{*Lx literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/red_gradient1.png b/assets/minecraft/textures/skins/red_gradient1.png new file mode 100644 index 0000000000000000000000000000000000000000..5660d39bf80c1228a59a62c372a69847267952b7 GIT binary patch literal 513 zcmV+c0{;DpP)?)uzmI>L< zeGSzcP+bO1N73BBaDIK)01Y#7JG?e7iJ>t&g`{?@QMULi&x2S-tf2nCiRz>{rpAh%3q3?RKf4x{+7e?*=(>u zNW=F?i_lyvaIldi6ht5d!nHEuTkKyP~DqI+?hn%mq6KqJlTOf zh>()ibUV{;HH(04%4I5ncwTOJdwq3Vd~#lTaaprjC3I|6TWW4>VM|zJW>#ZnYFkBT zTt{YHM^0Q|Vpm08RYFTyTwGE>TT(hjR99O~I#*6TKTS|TOHEEjFgZs`PC+nsCP7a= zDK|t$G(kf{J19ptBtthSF+4p(HYhwcBP=mlKrtXZG9xKBH!3wbCp0xWEFB~j#kwO!97j)Sr%Aer;bbljFTfgK&l>i) zJOS?RuYhcDmuEniI5XEX-;F0--Bm?5{{QNf{Y2dG#ba&>i?jGe<-(_=58YH;@@kB0 zxCdU=Utsfm;Rl2Z7d_FDv0(J$2?4c!u--z${#kw#qqH#=EqSznNrH?({@d1XXy}!( z4<@vSycljBZs>L=H!^=6;5{^~mKKt^_r(<(wc5{tE+ElOV(znYSyL zK&{{NeR{xg4KUkOIh_TlF!72X6X-&|b#Ug($0c;sqIK!$EY;2P7>8$PT#{uYG9JzO zja0&7)lGKC#+@3E1Ct}iiTQZK*YN0>DQ`+RNou-1I{j`JF|Y+A7-yHjy$5TMP%Muo z>%-aHMI@7H!3mNf89aJPdM_F-Ye&19lOzd3g<-{r4CcV2_s-CF9y<)HRn<9_Lnq3` z{+f&vjfci@uXw6`h|)%yLWv^8nCw5x|3|+KSyjb*noaz%aKG05I(o9MrnOqAxTlYaoSn2>=zK zsdbC9`q$D-b-T4$)=*}l8jiozqDXvci?j+#V_Kyl(5?Y9KXW|1p0|B8aZ{|Ksw5>? zj;0MzmdA$2hTNj1AS6Nyv|SpYw`{NkKHlqN_pU5cDwo>KNl9sBDP03NDkEdHqO7T` zbA`liFvi#hu#VKDl{Pinoo<~rSjfu1fc8=xvF=uoRM;@jbO}ywtSM`-P$h&=2w8cd z9GQ~_Nhn(%_;#_IyH7#Gx3}JW!B0WZ yeRW@q;0DGoOSN(fezV&F@Z|HKE%)&8NBISTzx-b@=ZGi(0000P z0004#Nklt_Ki(8%@Ui^c(b761?~cnUJ)6kitv zoB|tsjg)nP=&L|Gxg>`FC!veg$ECjIqsU}qG6m|m0&U&Drr^?btvFZMDCegwzUAL9{haA6T0ro zatqb+K9F!TA9>(7G9Ea&`h h6>#EEY(XYYu!cBWcV0ER!UA*-gQu&X%hCf^BmhqfSj_+c literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/rotor.png.mcmeta b/assets/minecraft/textures/skins/rotor.png.mcmeta new file mode 100644 index 000000000..f7613667a --- /dev/null +++ b/assets/minecraft/textures/skins/rotor.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":1}} \ No newline at end of file diff --git a/assets/minecraft/textures/skins/rune_flame.png b/assets/minecraft/textures/skins/rune_flame.png new file mode 100644 index 0000000000000000000000000000000000000000..adad7f02e031a16c70b1975926d2a216a6bd8f16 GIT binary patch literal 443 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 mjo%<>AImGGs_mGokiV-`?6I6K`a{pj`!&!Io ztAJ*8y1i{CF;g6~2YoE%$ARqbbpJ4u*=JjK(9y?3)S(K`bc64bqTeanO<&{uljiCU z&(y#VHngkLab88B8Bl;$tyNaI*88L-%8k07*qoM5Vyg E7(za^4+U>)BNL!QJCxJ1^ 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/shadow_smoke.png.mcmeta b/assets/minecraft/textures/skins/shadow_smoke.png.mcmeta new file mode 100644 index 000000000..cc0cf1468 --- /dev/null +++ b/assets/minecraft/textures/skins/shadow_smoke.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2}} \ No newline at end of file diff --git a/assets/minecraft/textures/skins/snow_cloud_hat.png b/assets/minecraft/textures/skins/snow_cloud_hat.png new file mode 100644 index 0000000000000000000000000000000000000000..09ce8bf12ecf7a7be6e668362e894b607408366b GIT binary patch literal 498 zcmVG`zyJUM0d!JMQvge3Z2SNK0gFjQK~#9!bko_$~i57rOWvYK*u6Ux?>GOLLi8pOeg>! z$5k+yAO^8H5B3}ok_yN&7j}``8jiUFkcg)Q*k#xs#_gAcu zmWYbCs+~#o`POFz{_a4SQot)I=r9#nu61uj(~;4r?mp1zD{Ou7Sleh0&)Xh z^ZaiIDW`J{EU$4|fq>c~rO$a-ap^rk8vqg3c@wAvKzyuWTc-8YQuZO&R>D#TSf=3} z4MBr`4Z8eYg4btl_IvL&!NR|?Baz270BCd+po$P0por?T)g>BGN4Z}OsGalOwl}W< zEVkRmobCWINtfqoxC30km~VkFqqAY9TR@BtFY@+lX*9!cEm($trP(des4*a@uxfy| oVA&AK&zna6AN|277zLvM0Gk+#4{^T^hyVZp07*qoM5Vyg7|6ccLI3~& literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/snow_fox.png b/assets/minecraft/textures/skins/snow_fox.png new file mode 100644 index 0000000000000000000000000000000000000000..2f6f6ad27e0eb5a0514a40a27fad28d6d4e56237 GIT binary patch literal 319 zcmV-F0l@x=P)noMz^uO&Ff_bHZAoKw_+m+rDc5gwMzegiiS(d9 zS$-{wu02f!3V=Wm^f7j~QYUps*^>VMA1@%36 Rg`NNa002ovPDG`^)EF}Nhj9P^ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/snowdrift_circlet.png b/assets/minecraft/textures/skins/snowdrift_circlet.png new file mode 100644 index 0000000000000000000000000000000000000000..8c3c126e99d927fdf664da979eb870b6a0812308 GIT binary patch literal 681 zcmV;a0#^NrP)P0006cNklWmMVsajN@g>YpaiRV4do>A!$2-^Qug zukQ6}psGYwb(cLNz_-UZ;s}7}3ywhSK>h_1lw>gw7-xDHs){S%M9yd1 z^$y4p9Oq0v?$7(}p+MVtjEw-bfW8XYGjO}zSD=jK{dWI-{yy)Ibp)cz%y(cF(uXxrz6`hk;s_9FlL%lR_#zO1jzEG!OaLy?&agxSY0j@C8Hn&i1`x#W{qZqC zWG0!}t^xw@0E2woZsS@+q$XRoOC&u}2!edx?&BH))Qc#Im`RNHRWv@bj+)I9KaS}B&5H&LlmVF9~bQ4`x z9ZybbLL`7vD2P@op=B_*m6_A8LyL0004WQchC< zOJr>P0003#Nkl2oB5?k3nVC=T@?-uTWw6Bkr&1d*pYrQ_ z@JBgQ7%ScDHpDh|@0sfqKl_!Pi&!?fbQ*d#{iiE;+S}fej$W6k4w(h-bSd0i-*Pgf zwW*Ad5|&Y=G~i%&pqO#xl$rLTcUexPK&+X`nbG>`u>ShXnUk4VuT;iN4*SElp3}SE z)?1l4SoXdMgKP6!uXBCnA3vPiB@>7J!l?bh9|-XBDDFSMwt-X#Xgp*(5U~U-ViJtV z;?w}O7;BtzW*!Slw3ss3lupwDJGBK@EQn$dQ2>~_25P0ymQbJqg}^NEXgjI|3q?T- z&{KLKK)b;z22fa-gBfUER`688n-qmUSMa)`FDX`~NK2qFDyqQh;V>;AePJ~i5p(_@ lj-V#wNJiov`IiCVNB{sy=Vl1k>R|u?002ovPDG`^)EJcy+g1Po literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/soul_smoke.png b/assets/minecraft/textures/skins/soul_smoke.png new file mode 100644 index 0000000000000000000000000000000000000000..703578b55f329e136a5aec9ffa19c2799f62bad4 GIT binary patch literal 490 zcmV$$td6TCQp$v;kNF2B2+2mGjgaZQ2E}E_WzylLA`}KfXaXGL8OMW%|HXFh z#zV6klW*})&aaUTs1)`u_F*0Qw8;q0S?cfdBvi07*qoM5Vyg7y*RXrT_o{ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/soul_smoke.png.mcmeta b/assets/minecraft/textures/skins/soul_smoke.png.mcmeta new file mode 100644 index 000000000..cc0cf1468 --- /dev/null +++ b/assets/minecraft/textures/skins/soul_smoke.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2}} \ No newline at end of file diff --git a/assets/minecraft/textures/skins/souls.png b/assets/minecraft/textures/skins/souls.png new file mode 100644 index 0000000000000000000000000000000000000000..4005c161671857d3fa6a86584eb867c6868fa2ce GIT binary patch literal 918 zcmV;H18Mw;P))>bV z%yH}0YUA7RtrBl2{A7aGB6P;DG(7KwQjJ2@FTIutQ5 z4=*kdA0Z7G8Vwg0DM?ExNJ}F>K_50a8ZIyuCnyjfAQ2%V3?(HDLp?GvCpR`KQcgfv zQblE6P(3^_K|nT1MLP&0DjJD&7It(IR#puhB4kV!K%afUJ&5q%%|oSGS+s=6cv{^2-gtuo`8htxbIvHPiI?vuu0>@OV0Uv|Mz_ zm%rwfXY`40kmYJFu&;O*xdYI!<}fwUh!_zhcg83&Yeq`>DMXW^t$N*J$y@%I!!-gXt zQ07#}Q0JH{0qNY8s{z1?3+HX&rgbF1cA%&UAVn;oXaG(FqgWCERi*$4Di(l*IaTMi z1_1L{0&LvBCotn)kU1bTRxgVRpw49?BgL*Q((x-3z!>o~`0?*KaWn!z29ggTIGM8+ z0PHz!C>Y!4nhL|i=RUfZzgz#c(x4!tx1ng8`!oQN&JSdXp4SOAxH;EnyJAC$x-MM#P5TpYH-IK!0-UEJ(d9MTj zehM;2%t-`*LuXD3CT0SjX>5QnSRa5VfCMmSj`Z4PP4_^|$8h3^kv4PUWb56fvkmUk zClG5jt5mh31@lvbIr6uFdjL~E0oMJmAuk}}kD36+m;n;5QbmhmY_+OZwS2jA267)` zoVt9`7H`>LBj-*xYS+<2jV~&4f5-XH;w4LLh`Fld9Ygz80swQ=bxdH+e?h-qHFeoZ5RS8c&N zC*Yf7EOX?-Ong(-cLwmyWvuxp&r2!`90_hEfW9&`F7N+gVHkv=OXN^FOO6wZ+#YR|QE%ju8+RcWZj`~boW))miBwTB*0LWp3{2Qf zNd<}tNY#N+@Ki-fvT>&m)kjuaNH*8~Q+2|_?Z-mIyADS~kcgOwPys2XsF*l$v_9fQ z$P`SB=mLXp7=6o7ZCvF1tml>2o+Zs25hXao2_(zx$ACiBV-&J&1OV_jYv|m-D82L+ zt*4RJMLdEy!G&rR%z(l%m~+>0<~v#A6RzdLT05haQCd10Lagxy&(PHXW5k(bw3Zj1yXCe&XZv}>DP%P^ zUs%a}`RR8!rzCbBb!O4TY8i(=RTw!21C9Xh6hLK=j@wv!U-!c?T91kmT2EgC=-Y;| z>9}l1KK$q{`myEvPkv%vR;Ij?V}Yp0>{d-jH{DNr3LZo7D24$50R)5U3CyrkEJQC- zu&!;Sjghvk4w0*iGoHV`Vfy^QIxTd4!?JIzx-+pb)#HbJ;Axr3S@9JSp{SBc6bv(C zw;eMj04RmcHlE6XHeiKoq2NWTz}r-?5p$<&nRtldhyK zGp`$IEqDuzexN8!y0O>}nlTE=R+K^jfPB1gx80d@nPA3EcSiec!~G8vQao*H*adtz z;C#f}#KZkWUBa32d@QwQ#fp(v#b-}jxx5(}^2A?%-LvUN#(+$*rFsm&tXM|MN=EEd ziG?qJ`GIeK`$fiPfE?*e@oVNVYn|>yw!-6b;E-oj3IV}os)A*3<_S3N|DL%k2UL}8 zJGo+1>#+a<8gqn-BjU}Ow`3}bgqMO4)s(I n6w_m6QWXQi07c9Ye6`^}t7}(#)f^rp00000NkvXXrNGn}6DqcV literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/spring_flowers_circlet.png b/assets/minecraft/textures/skins/spring_flowers_circlet.png new file mode 100644 index 0000000000000000000000000000000000000000..52add7c9e8a8d8a5b3922859655b8f67f5eeae06 GIT binary patch literal 440 zcmV;p0Z0CcP)P0003qNkldHL^~!jNf*oa2BQIj7n9bN@d4VS?e5d*G6<#C8}5^=x>1irv7aib$aO( zAU4r44FJs0Bp?G$I&l*HU^9%vWY*^NO!mltKt+II?8YIt+0gVbES&?~-@!DLXUGO? zfrR%tkH~QXFd#oHJ(@oNIsgo4ZR{pkMvo{UZ#%QD#e`ZMKt|433*Ui=a{GT94}d=P z>7RhqJezbKpd&S@zkUaF1fBrSjX*jgtzRI2RbOC_0rg~^>n|c{mRO@yXAqc4Npnea zAz}bIZ$vT(U{e$jHYo;(UkCKHT-vw#Eh@>Toua?isHK3lS iv@p24ySux)yVx%y?f!&4*w=Fa0000+yBqk^xAR-tU8W0c?u$gK>00001bW%=J083Q;D|ECwUIZZt8Gi#nTvIHdxU{;Ly?~QE#XYw8qKvs@N2@rlzi&?H8ThQlhjoX^K|gzp6g2FAUB-cP~IKm*K7jM!l z2CsxM1zE!Jb0-)!?)iA!@At=3JSYMb6hgrE{2VFtP96mE7Cd_j!sI2OunR6fDB%^k z3S#}>A*-Nu0flB{2rdyn9OHWCs~`=Lz;`eO*F44Zw^jw|n^sv%XcdT&C8P~gApV5l z()%d!5Fi8tkK0Xe_Yl;2IIIE^d2qz~U+rhC(5&35=92fGQN|#SBKz_-1gSnHLl{8w8p_e<;w+ ze`ci;JQTD2oDS-NO3J@e>l`~EJBIs@i5YD-jyHY$X9BY{SQuUc83mMqy`UVdST(ci z>r3%n1|*4I67#r-E43<$xxhoGEJ z?xb1$yr_&#VeqQ`03Tsq^XXAx=f9B9h`%Xl*>nL}ig6J5 zOE8BZXacWUQ)YrN0HUdQo`rTxyO9AK}0#yjnE7?&)ATO+x(gjuyk|79# zoArxT$e##GJb)^TtpazpkQCHfTPZ5Wn$UIvUnZsiN(rX9m*4`T)hz)CL(cAueUSZ5 zghJiBpsxxs!rY4!!J5JMov0y@08JnptcZ93%CP?KU4SkN0)_iL_uD{~ffq9m$np4g zZ)0m801QE^w+Zq(NTEACJMH`3K#$Y08dwAPFG^krd80SSJ%C2+{A)mSS26; z0004WQchCP0003BNklqyLpSj$_~V+G?$(l&m7EqM11p1puPqG+F>~oJr(NHu1QDAcKAo zKni}CcTU)Wj1joTP!7n12~a`+)Sv`%4nk!S>85I@NLxh$uqo0}t|AS@6zLyC0&owJ z80U*fR}xdC1<-29V9NohDrn?xiwg|6cVURr1sz{pln*X!x@cDyAVMS3#f72k;X)Bt tkpYMZ{`c=e{`MXgkwW5^_nim-ntd;bZ#PSPW>a`ccw#U@ZCXicKx1v2FrE420p|>pesW5e@JEgruNN z@Lq05Cs3xr#oFJwEyrk*Kd5L&xT55XwOb=4iW~kvW>yKz}-a z*?r_+RhoMym5M8=!W~PZqf)#*<~Syr&=G~XL;aw%QmHvUpBsN)dn;$cW84` zqR`x%8ama9xsTE204M`g_j6jg#TD(3n}z}A(59}@@3;dlyy}j- zab1@CvekVyF1W2O?l^ZI{n24-JgN@nIK2BFK9W9n(Gi7tTd0CW*JNRi^Ske1$Wk#9 t%yH7hD>TQ~0{o)4NHE8VEM1VO%zuS7T*}sErbC1|9^aj(N#$YWD1V60PI*afWYtyM2EfyhGR*n4oNW_NoXKw!;u;Q!Ej{I zfsPK{F}wl*FufyHR-#h1>3qE3&&Tuec&}@{udkjCr@z-_;qq>)?fHP5@5R@l2FNwO}~DL>EY4cn1<7FuWF`Lfr$y@f`gP??*}nB*mxWM_vF} z`1F>k5_dy&t>LXuPzuxg*sePtcf(qHeL8+_2~}C?o=?ZG^zTWOG9167ixfIqwBa2h zp=luu?^b{;lHpB814;Dsjv!i~n=rh)|L@-n{{cD#T~u6BA_o8f002ovPDG`^)ELfh Br>+11 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/steampunk_relik.png b/assets/minecraft/textures/skins/steampunk_relik.png new file mode 100644 index 0000000000000000000000000000000000000000..64766b04f6731f00bd6160ac68818b42478703b5 GIT binary patch literal 299 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFWq?nJYki8rtXt2fUAQyt)Riem z&K;TOu%XX#QIpB!GQIvHvyvF?$nb#7V0AwqHxD<55IZ$5GbI;8c{^QMhPLueKtotd zg8YL2*8>52;^QemfjOQojv*Dddiz+JjwtXP$b0we|M58I=hxDhwH)g_73v(Uw{2J+ zc;wWYiAmftlk*C0#wl)U{pO}}x;u&qAl^G5iW!}o@=oW>11H-x>YWU1JF uMA_%^9s}Rw6(TEcFfqO?NU%xZs%M|^jk)$z?_Hof89ZJ6T$UcVA^`xPv3QLD literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/steampunk_spear_tex.png b/assets/minecraft/textures/skins/steampunk_spear_tex.png new file mode 100644 index 0000000000000000000000000000000000000000..3ba1ca66216388000b4bdd822871dab190388343 GIT binary patch literal 293 zcmV+=0owkFP)z>%r%6OXRCwBrl7R{XAq+!Pb-@1rdsm0%45F|lhnzy%zLrMCP{*ynP{AKX zk^eK@i82r6WEc#&`TMM$igp>|>Ll2mk>RD-Tj4OY;UfX7^2S$p7;42&84M!WDMSFo zo4?0G@fP!I1zj;bG1ym_!O&L*#pG5ftVu$?l}nSf=Fk9bP@FTgGUU_yCJ}fHYxDBR r!TM=+L3iCZTU%DVec<#C0(+~!-G|?lqbwKs00000NkvXXrNGn}L-czj literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/steampunk_wand_clock_animation_texture.png b/assets/minecraft/textures/skins/steampunk_wand_clock_animation_texture.png new file mode 100644 index 0000000000000000000000000000000000000000..57a39f572cb5639a3c1d9efd64eeeadfd643da33 GIT binary patch literal 2154 zcmb7`dpy%^AIE=ltSrA8nYuBFBIQsiMW)a!!hN^Ws3?Ub=GZ8|5gOx0Qc3ir9LjmO za;#ZK!zgE)kV84=xY*e2-d)e@d7git*ZYsp_4-_&@Ab#$y8gIg9qce0H*DJg0Ki79 zwdEgTH3t9*KuS`)Vo5OeiDj>YEzU|!O^w6hu-WYH?(VLxu8xk5_V)I+wzk&R)`o_L zxVSh^Pfr5_165U385x<7w7ataAj`vA9>WoPaSsfAbq~Rr-#lv6S+Ix8@JH|Huqzlz zSk@c5q|^EfYDrdo5`p;`-}(0099q_d^NcQUKNquI$H{3-;Z@C=h7JN5ntD7nr{pf3 z;eDa)__%8Q-mn6bcq7Qx0F=9~TTBanP20B~X0seUUtmoh&N*m~PAvE1l#l za#H-2bp7m-i+Wa5KtFS?@lisZo;N4CWo87JL%G={Ymxgm-|4y9Qj%7$&4J|w;IMh% zeZ7je9rVgqc+)E_^46Qft<%aD!beD)kCF^KlS2oV0h?GeWCGgAHE>- zEG@%;``O*TZnd&Iz*QI+LW2Xp|F(#(&1Uz=TToentI!EQ^TJW7FQnonOGW29CPioC zO=Hg&SBx2&7H;Z_E~r^|Y`NU)WL1pDRYdNQ{?6V>KP^z>FgmC-y|gyzQn*IyR^U0& zum5;{UOG(DwwaKH$5-SRjw+8tFkO14Oqs^aTTk)d*nY{)m3|GjJJC_PEGTNf$|xT) zQ+dV*4A6Dy*dMP?9a&1S0Dvgy++S6o$&P`O@UFajSerkd?51D`WG5reD4wyW!W?cG z$rv(@fnB1S1s;=XS3G^wWiT3lI{EX-tSp z+!4Gd+#26rA$L*U73l3SaXvU+0l-K8qOZUGk-ChFMD`%20L6MxaZGBH&&%w%-!)z! ziXAEW@oC;h>oK;zMdui4{h6UNJ5-qVHy#Ky%UPRqw*b#fKQCtZ}QN_?alV0lJ$Q}E1D zPU*c8k>oZ^lw*E2Q7r>DO#)f~g5?%fD-)0NB0!*lkK3zI&Y^f&njWy{+)~upl@HW* zd)ax*4kNw4@30*`*hD*Uk2r|j!e5Tba@qjz_;ZW#+d*8Wd1ro#F#Dl?Mx4)^Z4a|9 zp1v0D@2*(7pygl?b)BZyMA1Gi(GbGzRyZT9tX1#dPFTkP5Bn%cEydi|k6o&9#sn~V zjNDr{mrB5wSfO4pAm1TV&Fa5fv&XRL3FF;lJ1nMo_1ezOc2v=QBFCSEY$%|&!c=PA zH7Qr7583)ld_H72)fUze^4QeD7kQz~ve|TEAC`I(wQ~JN)QPN#3az>WPWo>6i?gP!gr$@^cq?Wey{h(!>ayeFs~z_Q@>2eAa^c za9!1(A2&XKlQS*NC>4FMNg7%l4wuKy*@t2rh{a*w>JeV!X5VL(&i3iZ2A36ByVAq; zBd&sJ~pI*UftDsAa? z$fRu5&aVM?$MMx}mZL(^DTE@im>U1Dt9=D#w@EJ+9541gM-9;I1#>N|PtbS^Z)oP5 z2ijnST)liB73waSW04!d`2A3YXqW>^28eZp1E!A(2%@1zP_h)Nxb@?!teS^#ZmFvt zR1JVq&1etf7ol^$X8g<-!{ky$3X1J0AcRn#jgnbIZY`h-?Xb&vhaU|7A*&2*M9mUke(cZIND3s$QqS;KEDZrK-6b<7EHLQSw9$ev!eIZvp>7L_rzk<8|JHQBi z%q6q*GsPng&`Tyne8eT+Ec*CGSP~HAz7mDH_Eu>_yS^M1tA1 zf+ey&Wm4JE2%RElgA+OoT;>E6tYn^N2PVX#tOax?8`8>hqFhHmDklQg%ZJ zYC?mCOBR@6Sp?eK2z}ruf=3YhI|ALXB$q6_lZ8&=$|kRwx1+3AB(Ws*2~blQ@qe05 zBv0rcD)4A{^4KnXG{i>CBIAc3s@8zMGDCP-eL&whdbQsCtqTFZ949>wy*KOASE^f; zW)f<~W0&O;hM>01v&d<2^w?XM67W|>c?Nk@9Npfhe`HvAnLt^N>*zV{T{lLPt T*~u~S=K;W4*;!`OJC*+i1%E;> literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/steampunk_wand_clock_animation_texture.png.mcmeta b/assets/minecraft/textures/skins/steampunk_wand_clock_animation_texture.png.mcmeta new file mode 100644 index 000000000..70947e465 --- /dev/null +++ b/assets/minecraft/textures/skins/steampunk_wand_clock_animation_texture.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":6}} \ No newline at end of file diff --git a/assets/minecraft/textures/skins/steampunk_wand_texture.png b/assets/minecraft/textures/skins/steampunk_wand_texture.png new file mode 100644 index 0000000000000000000000000000000000000000..43537f95c42fd4b9f847bc6ac6e81486afdfd32d GIT binary patch literal 1581 zcmYLIe>l^59RIGAo*Z#bc_Isy=6844MYlbxNyx@lB0nz?Mdqv#w$&AT%Au0hVXb(C z^lNmcJZu+o?jF`6qnz30{2Uh1et+*fThD#|`Fx)5`~7~s->=u}{k;;33ozZdbt3=( zrh$jB1OR|RPZ+RaEp)}ZOZ%WJA@uMOf9S?wFhM~1C#l#~(fbNf7j9`9Fp27BCd`(YP& zqR$Szn?2FPA!Fa}h;Mh$v2Kr^mFU{Q$OIe_2tJvr27qLQuX+OJDGq#did22Wg2)G9hu*uE!4b^Zex-1p@qQ%vRwwf;+Hv1-oK(CX zLe(94<|*xC5f3ksZ(d=fZDUgvt(UbSm01Z!b@~JVK%=tZ^OE#gX}A9meB)UYHwA0< zg^{BnJOg7X-Z-H*k-|2S-j~P@J_rD^Qn%voH?<78hglm608(;QZ0v{TudOuahs1ev zib$sohHSLN<4WgL?%Jc{>3_Y8nT16qBjuwPXmrnE!OnPnjx3sA{-;neqLRDg%;stZ3s-j92I2B9aM?HDXEXxVvu9(IiK&#@D{M9vSiO?%SxG@ zS6T?LbKrhb0IkBP5%KR3*X-J$DC(IT#oyh#umDyGE*Uxg!+ULGMLR34mGy5k{akIV zpc2tr=L0%4bu!f@^}$T9k&+)QY=jN2pX47yY@>UgY=6>1$T*ouuVk`imTkfct$8#! z8K+QHOK9ZR>Fj}$0+nzbkNT4irI%K{cg6cH+QrJ{C^1Zg?eD9pwsWxj69V^Fkny9F|vQqW2L3->+ zBieV0i=PR|7c=Bg?de6E3aqZ#*7@!`mO)u8&^z2$>DU%FFJ)=!hvBPm1JbN=2o)k! zpyJe?P{Tu9i)I@Xg1k{gpNt$_Xxh~WpDHRYp$F45MkUCHk09U|p`Z%GqlbPW^P*Hd zGZ9WB-&>%(j=PwaiC!5w0`4vs_uF_YmdeufG&(fNE&7)2+2q8U8v()yVXnnwOdb83 z-m+rn@@6Ld?|a(ZreF2)LVA(VIZwsNC5U=IL_Oh&kWn^MzJvi06hs?%EV@xk?I$zc zQ0Y$}gJueG6c}lnqLZ0~c2=W0b+0m7>zi~h$h9HjM=jmo!-^HX1qG%0mzFMukx899|u^T!Yi?l-)S@B{XopxIoUS_0kH@7irAe-zqO~wdy%{y0%@Uys&Dmos`?FhUE9As+U64Q$LH* z&)FV!OYny54sKOFncUW<{rx7YZx?TGF7|UI_+yv4yP&kHLo?M!YaK%x_TvjkZje=R z_bWuIlD#Z=FvC7^N|nbyFvDXx`LAk_3@I5V;o8$yH_O#_V)7V5dpR+5L)Ra=pEJ-O KhppicSpNt0r3R}2 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/stone.png b/assets/minecraft/textures/skins/stone.png new file mode 100644 index 0000000000000000000000000000000000000000..774eb74d2d84cb77662dac71b16b0aeeab33dc92 GIT binary patch literal 754 zcmVS(EG0xQCr2_W zR6{gHFepYcDLp45IU*rJEG1V(HB2}ySVuQmNH<8fQ9cVpkKW<_aE=yI-dZB7CX1nSio`VfY;DFK&OLnt9+O( z+hHT-F024l)0uG7fvOsLB3CUq3OI*%xGire=uw)>c+4Jvs$NXK7@>$HJUnnYodWFp zfF0o08-Ku+9{hEvMZWoiXPX#ddA03sFCM;!&w|8egOJcwf&IVuyDZ`6XLDuR70z<~jPVL7pFk@R6d##kERxu3Y$nhWE zCr^jZW)+B}py}1|)o>y?sWC}KBrJ)^G`LS`99fAm)mbl!7_E!2%_y3V!;m({8dczT kZaViMl5`O@2??ct151tcCj6rBXaE2J07*qoM5Vyg7zSo5I{*Lx literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/straw_hat.png b/assets/minecraft/textures/skins/straw_hat.png new file mode 100644 index 0000000000000000000000000000000000000000..6419bd0bd1cd5cad091c34bd4e9b537d0d364fd8 GIT binary patch literal 361 zcmV-v0ha!WP)kW_{N^3k%(R2cd3X8SIK$?-e z1{A#v`x~?@VT57mAS`%b2b#&2a=xB>boXH215ZE}GqwJv9){K+tJMm&Q~ABtFKz(p zAY1o|gLS|T{T?c{s^SU6EX>*(!T0DJP&9{qhklO*Li_zcdJEDYm^is+00000NkvXX HrNGn}6~vK- literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/string.png b/assets/minecraft/textures/skins/string.png new file mode 100644 index 0000000000000000000000000000000000000000..94dec3c4c64c1eea17304e3b068067fedecd3272 GIT binary patch literal 506 zcmVlxv7@8rjxp= zn6aFNqljvdc2}2vU#E?3n}K4mm36wGf1!qGT2V%GYF=t!R8>nrVOLC1NIgqJICEV^ zjdfXmXHA!VV25v1rHpT;jd87)eyEUjv7U#ksHniez|zvvw>mD99TI>b9hn~=uq7eq z=jZ?b|Nr@O|K?!-&Qi!-1*`x700DGTPE!C&WNiEZ008<)L_t(|+MUh;hMYkZMd5Q^ z)ih)a0|6(lJp<>;5r_qIO2O9-z52-sl8N2D$luD9Ff=L z3xDS;O=ToKleg{hnO};4T-1yAb@66`;e1--d}{AIxq0b>KYSqa$O|bRv8s3^m*yXh z$*lRu3s(ZT*xgSC6At~?3v#8lF4#R;Tt!ovuv3osiLRJnl&^f;`jF2sxLJ&%*Vc2g z?CPMJ3%|8(M(fHTJi*qLkSr`aot*ccUBMHv%i&`0xfY9?!D?!3Jui$@mn4aky~n$P wE>bqSnypLGK{{pW)84aM@&i+ymBHRW0kc{m&7LZDN&o-=07*qoM5Vyg7=>!~B>(^b literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/sun_hat.png b/assets/minecraft/textures/skins/sun_hat.png new file mode 100644 index 0000000000000000000000000000000000000000..bf404d0ab9da31cafc5b122598227cbc2094ae85 GIT binary patch literal 287 zcmV+)0pR|LP)_ZT9!_&H~;_u0d!JMQvge3Z2SNK0IW$w zK~#9!wUL1eLNN$M&3A9D{{Mr!iz&GG1PVF;6FqaAvkCkr93~uIP>PuX%`$fF(h_xG z84$b7()V>AcWGP3U)-LIpTPR z(OmM>VSlFW?1MV9jk-13dj0N(_?Whwu&<*xP-q(PA$Z*)>S5T9SHb@!d<yAGeHoC@yCF@1Kb^KVU@ZG8p}P69RJOFfwkDUic0-I$T{kp-Fs;X&6pI2W;F4` zHV5domfP@cWuMRWu3x=QfCz!K1Q~NJog<(N++}(NrU?i@QlOP>Je(|*XLY1CvuHNJ ngT?l}C#S-k6jUZi7jRoYxwEQe&usU97s?S#2}_Q=`{xfm zcs(kqg`}(lpQ^^($d54WtmOnO;7bf1ERKt|fo)Si>G6-dL*UdrMO_Z{RuNc5OwAV{ ry+3aF64j8oDFAM$N%7}E{80b^*xP}IeLkBu00000NkvXXrNGn}&u6vP literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/tesla_ladder.png.mcmeta b/assets/minecraft/textures/skins/tesla_ladder.png.mcmeta new file mode 100644 index 000000000..ab74177ce --- /dev/null +++ b/assets/minecraft/textures/skins/tesla_ladder.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":1,"frames":[0,1,2,3,4,5,6,7,8,9,10,{"index":0,"time":200}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/skins/text.png b/assets/minecraft/textures/skins/text.png new file mode 100644 index 0000000000000000000000000000000000000000..05ed549d220c77daf07a07281a2647ec53acc229 GIT binary patch literal 768 zcmV+b1ONPqP)Dxx_-%0G0V{0s!rN>GIkh0AR~>g8d8VJ|{E37q6sE=mtb}438)I-wRc)Tdi3LY_miT&KzCH^vKjd`V;(q^ z!ypg^hHOi>|K9(o+cHv4@T7gesxdCu6UaSKN;)1PEWUI`WT^rmrEck(k`RS@1oZqQ zDA3)=42IP0_}T(sN^<-kfpE+5zX!wR_}_xzbo{Tua5(2p9CfBPgej1qVkz1ccwf#67~(HXFNFy<}L53+ba!0Q7eO(c5^berB{ z{a{LM5P=~zyF?|!ng0B6X=?W4yezQ7chMKD+2TSW!Dh>pgb1XYEnG9i%@(IAR%QBU zKxJ|}{-o-BKRDi0qrw_WO27+rVXY8Z;iP&YvVsn%86qo4J9E%bKS;f32EgP6)J7U; ze13`UV3!CpoNl8E`ssS7>w^QXaC8QRuk9-+PFmogmuSZ}*-R=;jkBn@@jqlR3_VmB z$~G$lVU-1_Ipiy#!cvqh1M3NmxpFKL>B^&I0ZBJ>#vEP~x+5IF(5E74;TrF5?Sn^* yYwZ`_X(?%8J1se*ShE2eAulOapsX4H8NUJj?Z(!8MH=S-0000@CMZ=QDL*46O(7ye z9v(Lt87~kJB>p}46aWAK8FW%kQvm+{|Nj5~{{Q~}{{Q~}{{Q~|{{Q~}|NeM2p8)^> z1|msBK~#9!yqN1^<0uk^YmgNfriIn_mT{$6u>AgyxTnBUqV@g@nGa+4HRn@NV9Rtr z5Sh7DA~PNmW8|Fau22ZU592V5;{dLg>*ee3D}9g_ykaP&G=cWYaZ!n!-U(=f^r}Fck>i=>jslPBZt6f{jp!0o z0f)WlI|^v-^Ls%PX#Kg;VvGpk+H0(8h(dh?G<(HtdAEZ=>rR@Cm84C$3nUTdE&>Ni zXHTFJ|kK(Z#QfbTC*aygfs)^xBq zLSn57fc^pp1HFD7E%*CRj?q}!H0<6PE9R#8QGo-s>F{X8?=i+H?gCrf=Fvsqrbo}Q z2kHeX%p4;#t?vX(1pJ-m&}RuCfU%+Zx(_x1;l(ny)AAtzC52``hdu&eUE6b8S{<9f zWX;k9AXZ-yzBBu*jknI7^XeGa+BJ2_Z-`P=Q`JaqSz;tGU;vK_ z%yVXr9R+F++`SK@Lm9LJ%-jUhWULD8=nX1MN+Qx%;C}Z`6}&G%c7Y7iao2k22@HBR zp$fQR!1{W35I{Pz$OA5gIO&^lf><|!+yt;02hcun-XI_k0a8?8Rso{z+mYPsAk6I? zfB_4WAf&(m(R9=2Y^Oq*(4VvZ9ls%wnYy7($cZ%^Q=@g=1(}l+in{w}kxvmwqCaN{ zVV)Lg0yhYxRPTRVP4o@Z&oLFc{Jzrl+9oz*PC3&D@dKb?mhUw% znCbWL%P!D~VZ`pI0b$A58h3rYQp`;tH6;l6V5UqL4S#I{Nw~*x99cNku*?SKhrs2s z3*?7@2X+$t-Bs_1dR8D8KuS(V8?c6mF!S~e3jIrzZ1jDQj;O$Y+k;~P0001hLH^dG j*jJqZ0000000008GxCVEt_KtV00000NkvXXrNGn}kd{90 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/thunderbolt.png b/assets/minecraft/textures/skins/thunderbolt.png new file mode 100644 index 0000000000000000000000000000000000000000..1b3b26f9d84607a598b633d966df8951d4788400 GIT binary patch literal 322 zcmeAS@N?(olHy`uVBq!ia0vp^3P8MogBeH$PSa`uQd$8%A+A9Bz($XccYJ~5|Bn}O zF@WMs%RxYf}huxkI;(@K#MU6S{|+~5k6))AQ6+C6EvYU`A%jwhx#I=Tf} zewY9BrrGeHWME|NhVyr?oMlfHT{0zPS|1PBaVrn0lM>$-?dQMOdtm3I#I%R54<;Ec z(DGRRz+~Q+gJp}}J~-(w_4p3Yy$Ti4b}Np}3nr{zpkbq$TBNHwr%hjKwSL|gXUW6+ xg=#jqUwbcav_tG}%>&UL`SE3+zvN5K51I9La+E-s3(yk`p00i_OAlO;000hHmD2zK literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/thunderbolt.png.mcmeta b/assets/minecraft/textures/skins/thunderbolt.png.mcmeta new file mode 100644 index 000000000..84fda1aad --- /dev/null +++ b/assets/minecraft/textures/skins/thunderbolt.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":1,"frames":[0,1,2,3,4]}} \ No newline at end of file diff --git a/assets/minecraft/textures/skins/tree_hat.png b/assets/minecraft/textures/skins/tree_hat.png new file mode 100644 index 0000000000000000000000000000000000000000..de98266e008fbbfc4f367cce5cb9c1f9ddc23230 GIT binary patch literal 301 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFL4Z$)E09)k*ENo|@++Ec8`lxp zwpOp&MlMprXo~R~2Zt65i*rG47oNs0IqtZiUCXA*@z?F3#XvobB|(0{4Bja@e}J6T zo-U3d6}L(zgeJW(5IC}=GN9-Azvpktol^@^zJ20S*uZ$;6N}B7CqHwa`mST(VcRh4 zYb~qNrrgGjIk$K5+}YO8dU3{*c~Ykp+26f;_@DRBPw(clmaWcKVs%N`HsZ_@_D7cm z@}zq8IzIL46APXx%(SFMJA`5GZDj?PLp+PyGUlAx7?|;Nv}O9Y-wGFxuq literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/tropical/tropical_bow.png b/assets/minecraft/textures/skins/tropical/tropical_bow.png new file mode 100644 index 0000000000000000000000000000000000000000..284d0ab402ec0e5b826953ef9e11a4543e92ca80 GIT binary patch literal 850 zcmV-Y1FigtP)^B>l>8^m00001bW%=J083(}21rkvN;tuS#uHAs~X3iz6fENJ$&EubSwy0li_8L`BvK>+GN}w;6Y0nS5jPPzK+RLbQz4QA)|IuYL62s&Kx!p;M>-%U zW$Jw*kqiApB(fR0sPzef0zKD3rI15unRyWnJz#8a$G<;7zLwX6pVsV cFbYNi0N6OO92*YU5dZ)H07*qoM5Vyg7^CEPJpcdz literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/tropical/tropical_dagger.png b/assets/minecraft/textures/skins/tropical/tropical_dagger.png new file mode 100644 index 0000000000000000000000000000000000000000..1e8ee495df887208a4b54f9e4d4bc36a35cd6b16 GIT binary patch literal 621 zcmV-z0+RiSP)EY1Q&ECnTzrnrHyP?Xnn5(g;#HNnBo`#j6kCuOGhHG0^gF|^)GD2%PY)ddYTQXol zELlD&B}*nyG$W^yZh!y)00DGTPE!C&WNiEZ00G%aL_t(|+LTj?5~Uyv%Zvl-O)ZcA z|J7|Hoss9BLBl&pdMR-5$~onf@_Ylw0p2RMNFYS2h@5%~0tbPVraYxI&&#sVpcFTd z(-x^4XjP#L0>zIOq-pZY_2vMS>nbLP;}K4^sfv*xa36gc5dD}a0wT>5XjL%6OR)82 z@XnyN)@rSG;|rNR$kBt}W^lGs)Lis!5K}Py?=xWkRIBP!X+obOKgCz_I|CY!9tN{( znZZOgttS7B02o#romIogwG3-UiB^*{tq_2Un8E3+V!N}d87Q)Y$7k0wAp_}QaNg1f zpZy7?h>_kq_K|%mH-JI z9M0H8zMZW~>?;W3Dz-?sG;f>nwsA_tZO{x7`wu)|*>^&`D0Avl4g*znp~k+BT`Zm8 zs%%(t|3rg#31bGhf?oJ-6Mwcl2N(bYK@3G_B81%kz}=z>ur*jJPXK&j4UGe+p+5iM z2LaSqwk#5jexO0o@_t~U%)0?nTGJcY#}!~r0H}zFh&bs2QC`53bwtF+00000NkvXX HrNGn}U5yR^ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/tropical/tropical_relik.png b/assets/minecraft/textures/skins/tropical/tropical_relik.png new file mode 100644 index 0000000000000000000000000000000000000000..4e4ed86587b848cbbc5b121c904ebb84ab76a9bc GIT binary patch literal 854 zcmV-c1F8IpP)aO@(GleO5+7YdLdAJUUx4V>dA+OD1iEw|4*l00DGTPE!C&WNiEZ00QPoL_t(| z+H}(~iz7!61>nK5Ih^_zSoMaD<$A@&$5hd5c!?038Pp64FA-w%Lu}|o= z-D_|>6Aj;SPbpq_}qiWJ8sN+~D zAc+Sc$dUhF#^Q7fbNd8j24&0}7k78SL@}_G1h>}j z?>7)2)MxPc6C{Xvh1B*D!p7rx+`a7DL8;0IPzpfJ3H3Ps7++p$>rRHxz?~6c`LU>_ z*0PHRT4oRtK8Z|CQc5crb9J1Ob-I!HT_ZtEfHYdkBdFC)K`Pyu)gM6!fYfaC|==cjIn1gPxj7p;!V`A=oXp&oA|sFU^zuJq2#J7ckHxoH^eEj}MT=$Qa`WZZS3Os3cKJy9N zZ-fri1af_G&gb*nVShSoHVr65RkQIe`_ukyzdmhVCm-qvRj~zDa z&H2&+!UU^(a5|k|H;41#?J$9i>L-vJc>Ol-HMa@&Aiq9<&9~{aGQU65jP)K|5Apxu g1_3|?l!H+K0O618b6EiK$N&HU07*qoM5Vyg7`vc;N&o-= literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/tropical/tropical_spear.png b/assets/minecraft/textures/skins/tropical/tropical_spear.png new file mode 100644 index 0000000000000000000000000000000000000000..48941aa8302c07aecbe089ef2114e877f9f9eb2e GIT binary patch literal 588 zcmV-S0<-;zP)P0005INklku;Ss{l{m=R= zP9SpelX!RATofmD(2UK&I3B#2x@i^g21#4 z=+)bsAVckBUHlImfs z4wUNwU~#!1BczJ#Af|vR?c3i?&Iemqc;-vxq=4)U=+<`f0FzT;tQV6>b-~}h5l}g6 zVj{WiTOBmcMAGO=LIw;rp0{ot*aAL?Na~ZefX2ZW1jW?@oXWu$)U_=e!#~R5e6xdE z0ZT;qCUvknU-(U%rsj=Qv-|y|gCK7NJB1&206}_fQUl-a0Nz8u?+NDrJ2y8sH#avo aH~#^kzrnEGj}$Nf0000EG-EUHZ?+kliHH&vCHln}24;0u%2(gLri;L?%k&M^Uz?! z6G=CSLY0K}ciSSNCJOJwT!iOmkZFZ#m6}nfUNF&N!neBGeN0UZN8(hS^$r=-yASm) zH4zHdvWpsIFy-PZwiQQ&?`OpdGMIhGuWf1?&%mcu4C&v1^$rLKEZ}rcSk}NCdlvZS zW;kzO+Vyh1%z|+uL*e{-<}GS0aAbi2BY|KZ_W2BMqZZe^ktFOfXTf{ti$c?Qz1bo} zj##kJkedXKPoYaZ5(qlPx`mhciT4;Y79Kl2*+yZ8`*dWB+4i9j2$wUYkWkzrkm42{ zSw&%5xF)A`3c@N1)51IaSJ+2kUJ#D)kc)zV_^+TS@LxgU9Z=-oc+MQ4v4S%ofKLH9 fEfZR9*#l{pD6U=lH00000NkvXXrNGn}ij@q1 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/twilight_gradient.png b/assets/minecraft/textures/skins/twilight_gradient.png new file mode 100644 index 0000000000000000000000000000000000000000..96c51bd6e39a65f8f7bb036c84419168a65e5a19 GIT binary patch literal 327 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFYk*IPtAvC!kZEmgYi(s~Wo2V! zX=7|`W@u<^Xke_RrK_c-qp1l*+Un|>YHC2FAup#WC#NVRB*M$f&&9>f!NJAO&avD| zvm0m%Q%R6t@PCGPrY#qMy!D1HqG9x8PXc6&qabc8b6VQsX@O1TaS$g1#1OPVkY}^0< literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/valorous_helmet.png b/assets/minecraft/textures/skins/valorous_helmet.png new file mode 100644 index 0000000000000000000000000000000000000000..166c59559c93e3ff790457ccd6a1380f7dae585a GIT binary patch literal 1371 zcmV-h1*H0kP)eTz`WYX9gld>0im^-h=)2mDK&SF zDWPyNuzxffATl8-KX~Cw0{{R30d!JMQvge3Z2SNK1jI>1K~#9!?Um_%!>$fQ(MWWS zK^XqL|D#@w?W9hc_ScVhJ6&*-aFE5|rhk6H%v9sYg5KTZB5(9=ns$B_sPSu;^j<2b zUj_CTfoWi-h>Nu^)$As~pDKWt76P>5=pFTL=@AOH zsT9bw3b1cuR3O+lC0lc^)t~G_2yiFRYmhVqP-QpbYmCvxxCz!idc4%x#>Wb7=$uff zFbd|ilv=+82lJaiaYLtQfN-&b790XO0o)6?8tdmM6H3fLiz0m&a3P!pIj|syLBx0s zYrYiAPX(d|y|2KwC6yJ(8uYby4#5)v4R-=4b5I0O-37;dUOg4aLj^ngna*Z7;0H~g z3vf-uBTN8Jq#r5}PM+~iM^@SH;@F8B>5M$U<*8r|s@#0YbuysAZvx0(flOfqY9Rn5 z2b640Qd0?@3J?OuamGNCWnp~9fVlHR4Z)k~QvtKj zkFy6}*Z(73ACTHGW>V@W#r#B?*1LF8qR@1?1Rs-7YZ676h|NUS8kc zKmH)l{X%1k@~#3igzxqB<@5ay0)Vq%GZ26h0~7N8`SI~<1xf*vv_~oZ4ysfEq@uzO zfl?4qX}Q!=7E<^uF7@F&L*Nv+2<{IVG)z#NZQLSAuxBkDc=I-Z(Y(5`fFlQMk4c_| zT?2H_$9CFUH9O^?uK@!XUgbxM2`B6iz)a`iO$Q+Wz62JOrSbmRJVqV-gJsOgjTnJi zDN!P7@ieO0gJ4-4NAtNDl%wVl2mlJ8wO*=gS!x=tb{AzcZ%s4=*#2o4@|4Ns$z)B9 z6`<6MyDlMUuJP=?38IC4@g@jAP*5}kLV<+D7mFg&F>Z-NnBY_(01s*olu zS}0JnElg;!Yi3JnmrE{-hae6^x?u+6^P_nKhL>1FXfUr$wsly+*62$!HZi3*3@3qx zpp6~~`j!}I2;gv;k-pU8T{fEU)XVVR;xK#(7!j|VARUANd^(R1EMJ0H#>S=9-qINh zYH6Dw8^jcD0NC6)*)+;6`rms9nwJ=~_lF?)N&%B-rac4b(cE1?C}3?AgwED`!Ey*7 zs-{S+pp+V$#o(|drX||3Lex0GmKVP(z^WS-_CA6eT1k z4uWJNQa1rLnZ6Ll4l~x?2XJm;2Aa3j|%hFP=HT}E0B(!VC-9^?UbTw9xAKn zBE3Is*HNG-V@Z%-FoSnW&L1FWiKmNWNX4z33$48lhCD16Z$|F^KdImFr+=45+C5i> zi<#-$y+b)W$zF;`0kP50UowD=>nF_I=c-%|IDym?<2m(bir|{ zi=Aw@ByMTedunhP=SH5F)NEy(`=-|8_T9A;t}`xWGnQaw(0%**OrO}AY@mA?JYD@< JmL9kw0RV^(Vx9m1 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/viking_helmet.png b/assets/minecraft/textures/skins/viking_helmet.png new file mode 100644 index 0000000000000000000000000000000000000000..84713fdf04806af60395d5e1ecb31632eb594047 GIT binary patch literal 733 zcmV<30wVp1P)L_t(|+N6|$a-%v7MQ^Di*|LDV|Nq%{ZO1WYXqMfc zDUFm!XAlVRAE1hYh-%6Wkfb2}*PL6p1OQ)(%9k8U8o3pZuayAU2}BVHmSxe}PtJmL z79;{-B@jWS3l>s-$ywL+B+ym09B4E_5KM$3$m^Pt=KQlDCA`ppX?7{|B=(o%Bsfql zDiR7Js%`cz7|ep~?m;xY1e`OmJY}A75eVK0<1w9r>=~gn=cE!^fvPl=PL3{z{!&9` z!Jr9_bb%@+G-=4dka=H zRx-jWu%jSGi7^5eox~yNtoz;t*mpdLS@|CDTY@P81u;$nGcmJ^5ju(B3^ZkT2a(Ff zMf^ynAg{U4c6l3TBI;&dJR0ss+`HhAn=wblqC`VM$Skmm_Yn@c8S_^S1lE!>_Qr`F z@cIX|lW*^QbT)VVf=Q4Au2>W^&rTC;+Mp?_IUg6VTiBjN(sSr9aYPl7=R zbp|&I%uj;na~o4XpWeY;p4+JPjXEa`{^eSOjZB+isv$q-ZV{bWmn_C;=C=iRxGNYp z;X>f<24W2UTHss3U+0)+jEP)eABE=DwibxRkoOy0NjbtE;QMrHQwofw7!-xRrLLk!#*;ijsC=if~nZXH9x# zM|5OPw>n#NUqNzKI%!loVof$-OEX_eFkeYBU_~igMl4!HE?Gk>SVAkY5j$2vDpf!y zQavP5J0(y%B~CjiP&y<}IU-FrAWSwPOEn-yF&srP8$~c1MKBsfFB(KI8AC1@LM<1N z02(_;up-kvBQ^VNK_0>;vRN{eEHOLwaXA-J1FUtZpA3rW~-k zzNeSqdGR4HFC6~3`8nv882hm9@%F*X>;v5cN;gX>2c|xplj$ukI`#l?xHMQ9<|Ss{ ze@pRhgo6-nhJ)b{zcKH_MezY}jJ`i;eHb$cEH7^^@&Ser2w?N<>%Tt01e|^S{RiFF V#SGr_Z%zOJ002ovPDG`^)EH4i4qyNP literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/warrior.png b/assets/minecraft/textures/skins/warrior.png new file mode 100644 index 0000000000000000000000000000000000000000..f5fa61e7951918ee313f79b5c3a4b93d74afe4fd GIT binary patch literal 293 zcmV+=0owkFP)Oim!{vbWgK!j$)@bLr5G0o`gk;=})&A`CG z%EiS11}yyCzkhz`U;_ypez1ps-P${@LUh^YCoLXe0J7<(MiGzzSqANvY|L_XLa>+1#9N}o!*zU(2X_1J&~vQn6HvfHxR zauwUXJH|Y6?nkXfuD`&oXe^%5^&%n6TvT{#i}Y3&vC zH@N@Z@8|4&_1 C!v~@O literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/white_gradient.png b/assets/minecraft/textures/skins/white_gradient.png new file mode 100644 index 0000000000000000000000000000000000000000..e4f1ba567eb1c7d3b7c096ce24ac1ac9f015d31b GIT binary patch literal 1220 zcmV;#1UvhQP)sI!YihJ@@zb^z`)c@$&8M@9XRB>g(<3>Fem|>gDF>>*m7YCdZGr>nEhs!-6TRnVkY*QGz>l782sKg**|%A-Tb zok^abt0vr;#+X2Tz$JQ_?u?qKx^wB_a)OA8?U9n6Cb{0>U%|SICA@_>iiwrAU+5vB z(AQl*Y<`Z`PGr|dQ=w%r*DtENOeJJyZDnO{RcU*ORx7$9m`7o8fKn(#Vr@cVX;oET zjUv!JUS&a7Vo^|7Oi5B|LL@R%TR28kBSA?AE)*6XHjauB00007bW%=J0K~+^ z#Kgpu93NEx00N{*L_t(|+BA@X2irgt#^2g?m*$$B0UOv6L-GbQQKbV+s7GKEbu+~} zY+Bp8O}ANXMZu&vx%+o_FX+};qXpzZG zWjWQgscQyYYwwOn0H;secL5MuW;jcU%I9U-1D&<^CKG@^+qW;+kVu)JBD%jcP174( z*L4=)+mn~ThN93S0IF&JSA??;VE6dhZm5u$BT;VZX2k#toP+hN#bW)4e^QjCQh8p5 z2F*Zgtqs7BFRwqqQwE|)BPl8>gV-Bb-~s;b-@t-_1ZA2ks;bbzfVFMs+7LeP!zYSk zp%E2QZOnYx8*JNp7YyG&0?(9jfhr-z?{qWR&ifE9UoQ*@IZN@ul$18h`7qOaHU#4L zFf&C=3wk)c8NBZT0X=bHAevzmm4wC&Gv9BHhr?lWzMjw5D_6u(FbHbQYTg@;n}5mz zf$pZ}2@@tT-~^5UKF0t9Vjza1JwnY%27uflhe!d20SuJDMyJc7)dTNOsxa&pm3pr) zscU_0Tg+xfw2#8Ng73E=Qi={jt|%hFN`Oy@E0Df^sCoaw#Em`vQ_4JR zl3bFUvm@=215LvH^n=_r+#MC{4~orf0;*#y3GxeO@J`A31LR!wba4!+xRo=JRqAj6 zM|0+UmmU9W&1amB*Pqt!GEq!3eedsYdE8Hyy`IkTruUb;;v+8A4fSO;bB-6zNe*MX zxM7}jK+6u7Yx=rcAKDz;i@MHfFJlwVSDBmG*CqapbANxrNwIU`hZyZ#uJIPId~bAT z>hq0m$hju_z~3o~CAHDdQBh`#b)1yOq6M8jQw}eE==XZ7*1AfUi4$cONoN^dU$eEh za$QE9Sg6#MeKs2`@^`-r-R&Cit=jE(Q`i1I0VeiklV#Z@|8K0AFZkc{^)U>D-r+^jDXbu literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/wood.png b/assets/minecraft/textures/skins/wood.png new file mode 100644 index 0000000000000000000000000000000000000000..f0857a905f857444cd36088b29a1850de5290dca GIT binary patch literal 755 zcmVKz?OBe_%a>S~+-II&)Y!c2P1ccP(~M zGHX#YFKaF^YAtC?D{4qBEoUn&XDTjcDlcU!E@dhuXE82gDP~3}FkdHPL?>ZFC@x$j zFIy!oTO}=4BP>=UT0SINJR~krAS_QHQ#v6mP9Ib_AuLKAD@h$rHXkZT9ZfVI97`rD zMH((a8B8%7OEDWuFdIlQ96l=<6*wUcB^a)_9-ROH00?waPE-E?#KgqJ#Kch4p-KP% z0pLkQK~#9!T#!L)!!Qg+?X~O91{dNwGK0k`w2X=25tq+571QZ639VdIArN}0- z4udIxDk%V$Zka!?QtI~o1c2Ca)8mqvIkOlu46hhi0P)5#K7_Yzt^WTYF-0>tS-0Qk z`X_`8H@BF)qJ{2w7o`TzgAajZ1xW()RZ zX0RdcqigS~wRJzh5eWZ>Y?-aOrVTS2_)Uwz55At z0ROt~n^4#0z1mdUr-CB@|3-q$r^kG3;tRzNujrYI1)6v9o}K@@;pGJxc^=C@ub61> zOc6g_=)!p!awdf8#~)C=+jM72DdiCUl#+KQkwaMcIQU?Zly;_)IhV*orR+??%#!lk lNjnn@a^Ek8GtQiL{sY(wf@GIFS{(oY002ovPDG`^)EN2VHERF> literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/wood_full.png b/assets/minecraft/textures/skins/wood_full.png new file mode 100644 index 0000000000000000000000000000000000000000..404828722d6ab34581d9b16a0ee854021061a4f3 GIT binary patch literal 1086 zcmV-E1i|}>P)+itOa z?|+c(?UlsFup^YO_s^-uVkFHB3g3Tuq!3!~MPh3mOB`wKebYCEBW|;>Et2v6-eHGd zybz#x$_7zX=GyS*Q1S(pHX4b8ZDH&LA`$?*Fl{Kru$czvRZ@H}t7Sb-NjZq{Qv1?+ zA&N{unF^h2+mFbthF!_0rFoXQwFCD2_|^4!Z4<{Vga&GBOk{Nl#V{%*MusWL-FZ0_ zwMQw{wF~lbJl8dH$ST2FVQfh%o&X)x-Y*m>(^vvOR?#s_iN=MnwNeLlhn)UBozc%{ z#{+gEN7k4Uc}x-B=7cK2?Z0#N97;rkqJU`kHqaB(ysrO@AR(&)nee`wXXF6-AGh~- zw9f)`Fn6g}SfgQ_Y6I>gk-z=o2p&=-Kp?pqdb>)31@x=J9%sEXpKC?%ySv@mIx0g{ zkI1AIx6zV0EzsQ2@XcF|%i1zi8Z6x{4bnl0JQ@dJii~7QOoRPo5L+3gfm0pg2nI{G`L^zRwPyqQhI&tG2y6zqcm7Wj$;(i74s29ymV{6l2K?}j0om=y2y{FsWN$|-oZ|zS6x`_HtWr4 z#NjRx=Xxv-16v;nF0KL|9=AJiDinw&5b<0a){SnHSr$P05FyaBR3@U&by#VGE8M0EaXCaM71X z;HC&Ua9Lky@G1lSGOqD-kco!CSj9TVHE0yFnkqFg*{w@DZZp17oOj^=jUr`3hX#HQ z(#8HZmLDG#Z23f4+FFz92Dd4IeUxum_Y=O+$5W%?e;9rh53+fgp8x;=07*qoM5Vyg E80|dulmGw# literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/yahya_fantasy.png b/assets/minecraft/textures/skins/yahya_fantasy.png new file mode 100644 index 0000000000000000000000000000000000000000..82e60bdeffd895584067bb777a7e77564f598df8 GIT binary patch literal 901 zcmV;01A6?4P)d3CrqwN&xcFUNL)`omR5&0 zET%C=LT8~(OI-i_sOoAb_SY)>_E*p`TlTdo_=GL?;wrA}H1j`7DY(2b%XGqvROQ3c z|NsB@=P0008GNklmX+Yu)!sIXLCx8z01-(+fH?xpbWV}yc?r?h)&mE6uA{-d5$kM#|V6a zvP8;ULYC$QG=V(u+{Dt5PLu}Pv(~{&hzv}#aN-q2s~tz!*a`5#wnE)SJM_r0XHF94 z{jGNu#T>=hb%~Gd#t`rd3RJoW$GoH^JTaMy1PXpM8&oGj-*r8CSeY16922nBC|0qt z#LJi#i-pVk4KaCvXo)l(1uf!zOHW`0A?%4srKAuH60qHxH-t!Q-7G8(&Cz!Rl&a)r zBav^AO13lt(`YBqyBSAu#i@hgQ8vI0_I#26B~U>MdA%mkHE zy%fN-rnr{@RrG?Kpq>*jb`w*8ZE$L~AOXzg{0C42xvuFM*6X@nuh$Z+{ZGLjBrniG zbw33jzUL_nAkPUvFoGLFnQ0vq00_X~ABcxC_!y6Z^EA)~Xv)I@^Ltj#3(P7~cm#Gh z(p?5aeIpo0+fabIN7RCDQMhhx9gfiRsD{CvL{+H@)Du-;UJG1@nyA3=i~tPMpoU|{ zrW^Y(z*DoaeHZ~j{+l0%THm$ZjleyOS;6nuF9gRq)(Dz~MFXfD1j1*~cK{AL&gJ(f z#yro{pVV&D_LHKe<6Mr0p26mhCysNP$1EfM0@=VDD33x<+kk+8aBCwcT@7*8k-sI8}N7Ne!Q;f<;FAf?)GW4aKXxXWY_LX%tX)b-aAlgK6bLy_E;qPHfY#)^68Q z;GEGW#i^ydI>3yxl+!INagD~37pEF>GCVpmr8YH8T(q&6gIUjjiy_eEpP-NMR^n2)Kme!iq89WK{(yCbKFaw3p)`O(_5nYD z$0M2mCGb0TfopuThm))X-i<`S%@O3fT@>t|ADjF=;_8szDWRV(=B70%(nmKla62Es zmf3{))rKI=?_CkJb9Y+{cBFO);N@%V@H!BbiUJeB3dAGMO{?fvFb1Fl$p1oX!o+T@ znB>zvw4Qz)_T*pQUzDKh?iMY^JT_16|3Pg&cgElNLhl?-7cfM(g7N1q80)JIcvH=Q z6?l6EM?m@*(7OYsB38U89#I4^ya4n7lV`wA2IYYYCCi}Cih%CwD8RD#u)^)l<--YS zPM>5e4tdl|RaF)Fw5jk%I(<3A^R#p`^v(9O5)9`}Iu=ZSUNjeAIHv~Cqzdw#d*Gx6 zsuh_J0-nj&0Tbc>R{(mzum=c$Gr$$VqDLAtgMUm(5xrFrp{~s&2 zw&iSmwWLwxU+o4y{q=`uz1w^F>8>d@*}IZXttz{zHf2_X`I~)#kGuDVnyx?g`xmF> z(pAhyInPPY`Sf7J2mO+YN?DV=-*>paS@^O`b62&%jmK=?6gC{+A(g*}xmsYCiUsR( e8w-yA%sQ`M`DiSjdjaSU22WQ%m!$`;NB{sK_F|L( literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/ability_shard.png.mcmeta b/assets/minecraft/textures/wynn/ability_shard.png.mcmeta new file mode 100644 index 000000000..60421dd27 --- /dev/null +++ b/assets/minecraft/textures/wynn/ability_shard.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":24,"interpolate":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/accessory/bracelet_air1.png b/assets/minecraft/textures/wynn/accessory/bracelet_air1.png new file mode 100644 index 0000000000000000000000000000000000000000..f2dcd3d7708cf51da15e64bf01c2e173fa45a650 GIT binary patch literal 217 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nv;urWT!HlCe?Qi}c`)VrPocce|>TPi!i^@$Irbr_B)^CY2Y*|Ho+8td>{y(%-|fBBeV{ z{bBI|zbzb(geK%HMBCFctf#;3da=6-7~`WW^9=$YC#jIHzE{M{6Hd=t-5nj01c^T!HlCe?Qi}c`)VrdAc};RNN}gZtLBM%+ksSas{vH06gZyerpMNB6PBW^_zB;p<|d&V0d=Tazn2eZkLPFKm9b sym~CObAcT{yY?J8VfiNEdUb22X14e2O}%d-fwnVvy85{+J#a+=099#T(*OVf literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/accessory/bracelet_base.png b/assets/minecraft/textures/wynn/accessory/bracelet_base.png new file mode 100644 index 0000000000000000000000000000000000000000..83583bcb555eb06150c6ca92f8883146386e42ae GIT binary patch literal 189 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nBm#UwT!Hle4+no-2sklAU_k*x zh696x27`oz#P6-Ye*@(hOM?7@8N5?+{s1|_o-U3d6}Ni(9r+F@@Em5#ob~^IMP#V& zQ=_xy(n?3ZiqAZ3+%VDQ_q_`*vv+=}U0wT@Z=y?OKZ|DU8`%?D-zv;Q1#UL_D>glj j)w1rs?Dh32_YM1j#xr=j`nfDUa76+DY41j< literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/accessory/bracelet_earth1.png b/assets/minecraft/textures/wynn/accessory/bracelet_earth1.png new file mode 100644 index 0000000000000000000000000000000000000000..e44428697dc0a6e5220c319a537a265792442d38 GIT binary patch literal 215 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nv;urWT!HkO|1%^08@e1M^)WMLR?KiLPEmoF! zz5cC?EQUO*raRrJzf*p_d-syH514I!IzCWL6I5`t|7BeMBh3Do*4|G-3z%}hT2<;9 zzDZ6IoZgVaoy)L&p2amD13kvM%2VE#zc|7_{dL6u*E6l(FgD$O^TVXaO$TTVgQu&X J%hCf^BmlspOCkUO literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/accessory/bracelet_earth2.png b/assets/minecraft/textures/wynn/accessory/bracelet_earth2.png new file mode 100644 index 0000000000000000000000000000000000000000..6924b8c90af7f4d71abc8ac2630a924f26661f23 GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nbOU@sT!HkO|1%^08@e1M^)WMLfnR1TuneiLL$P_Ul^!?u_VYZn87UZ+~y*uOXWSi(Z->-YNbjt8|ol?12lKZuR@kr>Yn`>Wt z{%k*$_wntWi~D^JD?EC>ZUK)%rhE5cy@XIprM4}MpOo58oL+W9u%XI!sLWgU);6d{u}=tnfEEN5)zI;yBR!P{altFxFP`n1729s literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/accessory/bracelet_fire1.png b/assets/minecraft/textures/wynn/accessory/bracelet_fire1.png new file mode 100644 index 0000000000000000000000000000000000000000..4943213a9233626fd8f56cc3bfcd185830bf17a2 GIT binary patch literal 210 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nR04cLT!Hl0r%&IumEVXB`tN19 z!`tYxt>#Q4*<~_ZxzeJ(qWlsP61~-5nj01c^T!Hl0r%!)e2sklA;J=sQ zf&zve-bR;gHD?;hW;ie`li}(VWy_Tobx;TbZ+)6sY%EI7#K9KK_0Z(&cL|RyR-m~BH#g>X3d;H(EE9G|o!`+-M=Krny zmkMkNFW-CR$cS^5@--lT&E6U!)b}|(hESQ!xOW@nqCn=1UtwHC{ w2gj(M*u1MjRe47hm+v2a!{o2Naevv$f4uur``+yw&;<;hu6`~{4_uJ|05x)7Hvj+t literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/accessory/bracelet_multi1.png b/assets/minecraft/textures/wynn/accessory/bracelet_multi1.png new file mode 100644 index 0000000000000000000000000000000000000000..fbbb86362c5bbaa562fe3a657195526f84be3775 GIT binary patch literal 328 zcmV-O0k{5%P)mkXF`oS5{pK3a&(DJB+4{``UdP0kn3%qn647ARN0z7mN-=VB za-eVk%_z{*Jt;7Af|D1PL_|cU914LW5OEN5Dk>@%7#NAp_S66X00DGTPE!C&WNiEZ z005jxL_t(|+TGBDwF5yE0MKNuvDJT>YrUgyj*a_xZAfzf{m2oz4JAAGIY$ZfU8zty z*SD=_it&Ab+lX?nnAdwo03I&i_p0zE^Ase*T*gE2)DO;?V4{dxBGhd znfHhHd*EjeJVezuz(e#6h8{xvV-K2jz(dzV4LtPFQRt!dKlU(%1RjA%0z85w26}|> alO7X3slYAN#3HEx0000mkXF`oS5{pK3a&(DJB+4{``UdP0kn3%qn647ARN0z7mN-=VB za-eVk%_z{*Jt;7Af?Hc#YfJ)@7nVdsM5Y`H8d6_@BM@;Ab1Et-OB4!C1x^?k7>rgd zD*ylh0d!JMQvge3Z2SNK0NqJMK~#9!V!#CeOwWM^gfR>QV4TAcEKJF7I(`3#ye-E4 zrN}2rYtJjL3=)4@Q&PmH3n>C*#FcV>z9VQTZD_NPPFE_~K+Msf3smB>WfI~6R9PCJ zI3QK&2&nW?=IJz2a~VX7l+G4;U!Mug`qe@Q8VtlR7=UeNcdqAJQjroN@Bfkm@W&9L zkMMo}vDps^A3~{*=hfhYzU_n$YUhI=M5Pas@F812G<+zhKF0fk4?gY#KKQ-{elV9l zSi^^I{qXSNmikzq2_M#HhYy>5;fGo2!#sR=>Ej0(h0@7y;P$%!0000g>UsZIPfDM@c4%_gN9gxyIAg&t>U>D-r;;i9p`~ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/accessory/bracelet_thunder1.png b/assets/minecraft/textures/wynn/accessory/bracelet_thunder1.png new file mode 100644 index 0000000000000000000000000000000000000000..327e21a9a6be53c2f8a7629f3f2a27ee7ca0b4cd GIT binary patch literal 218 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nv;urWT!Hj|5HS4vOzPKJ=KXv3 z?wcmm)6=t{fFU_K*~7y_OG`^iN{XMKzxkuR4^TB@NswPKgLg{KA0Q{r)5S5Q;#QJ^ z7{jl5%_=QU5^RST^J{v}`W=6Lk;aaVyZ_JLaG=zFE(_o0Rh}2pzehLk|J_lTFD`D- zdORcid3Dl_NTUwcOWsU3@|Us9;5Knxu*zQP`8%QPcmHeC?hDr_yg9r1!@T1_n;1M@ L{altFxFP`nSFTgQ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/accessory/bracelet_thunder2.png b/assets/minecraft/textures/wynn/accessory/bracelet_thunder2.png new file mode 100644 index 0000000000000000000000000000000000000000..0aa83394fd7c00fb774e3c9d4b72da57110fc04a GIT binary patch literal 236 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n3<7*YT!Hj|5HS4vOzPKJ=6%zI zdU|>q8XD$Rb0#Mz*T=DVcz9S^T54%&Nl8iZ^YdqJThRg3!&nmJ7tG+DlJf`1$?|k@ z45_$P+8@qzSb@iRvv8=`zW=$}cWjgP&0~A;Fz3?egDl_7HJ5TkRc-1F-Y|uI{bRus z>d8{aGuL^TDeZVTLw}9OCeGRCo$j!tYzuPO$Q`7~;{5DYiK^TikMNd9?Td11Hi`cB d`y2m_Yo5xx50=e*Qb1c7JYD@KSSkPj literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/accessory/bracelet_water1.png b/assets/minecraft/textures/wynn/accessory/bracelet_water1.png new file mode 100644 index 0000000000000000000000000000000000000000..0668fddb29ca4b951c6b64f5b585edf8a378d69c GIT binary patch literal 204 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nR04cLT!HlSkH1g#98OqpZDZsz zjrt4y_HE*k(^9lk1e}Xq<(wrXB)(c|w*u8MmIV0)GkB-u`~h;pJY5_^DsCkyh%u~~ z*3I0IsKK&es=Qai|H|x-kDYU>H*(yF^J$t_`N$z+baw!z5*>^VDNPHb6I-eiUa_JBuMQ5 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/accessory/bracelet_water2.png b/assets/minecraft/textures/wynn/accessory/bracelet_water2.png new file mode 100644 index 0000000000000000000000000000000000000000..6b73036251343ae12b82ecb6427b38611c2cde1c GIT binary patch literal 221 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nR04cLT!FNNgoJ~feUw&It##S# zz=>O{*FOLFd&Z%=8ub^rT`I*RrzNty5(27YED7=pX7EnQ`2*ynd%8G=RNN{(f1Hsy zkb^n!aEJWw_t&GIueiNOc+NlFJ=?>!esh|rF!SBpSO+(jR_`9}_$jg1)?YrJTD*0dcjpxAP*Xw=7 Sq&@(xWbkzLb6I-eiUa^opjZI_ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/accessory/necklace_air1.png b/assets/minecraft/textures/wynn/accessory/necklace_air1.png new file mode 100644 index 0000000000000000000000000000000000000000..6765cf718627a90b2f842001badcef3acdd5c813 GIT binary patch literal 246 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n>;rs4T!HlCe?Qi}c`)Vr-5n%mREuT!HlCe?Qi}c`)VrQv^F>6&s`}8SE!MzDSc4;M50XA9AhSBEg3O24TYLa?Vq7o7kX1jZ~0Ch5!1o;Is zc&Ft20df*NT^vIyZq4mE%E)XeaOBy6o>%*CYp6Falp*zU;ZJ#PX{S5Dvh%!PYh dAb-L&|B5GXt%Y}0TnF04;OXk;vh=_e2>>xPTyFpX literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/accessory/necklace_base.png b/assets/minecraft/textures/wynn/accessory/necklace_base.png new file mode 100644 index 0000000000000000000000000000000000000000..965c29bb971d5d892d106dfd8c7db3a419b0b272 GIT binary patch literal 221 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY1_3@Hu0Z<#hl4*Z1gxLmePV_{ zduhUg0)~PZzZfsa3oENAbHY>miX6>Y`!AD5Bz65@?#R)B8RU3$=ih(mY+Y{w`9ig RsX%KOJYD@+ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/accessory/necklace_broach.png b/assets/minecraft/textures/wynn/accessory/necklace_broach.png new file mode 100644 index 0000000000000000000000000000000000000000..0ef2055364b5012706a6f6f35775fc64fa23fcd5 GIT binary patch literal 221 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYS^+*Gu0Z<#hl4*Z1e};5P@6G- zK>h5F*#d|x`izU}JKUp_@ZmWS__q=@t!YZYn zU*6pdb~u)*ns_-nyU}PmOY4+_&tgo&`gSmw{oM2^wnH|&k;&k60|Uc3)^j~?EM~6( PTE^h%>gTfbz!eDq!4pyB literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/accessory/necklace_cross.png b/assets/minecraft/textures/wynn/accessory/necklace_cross.png new file mode 100644 index 0000000000000000000000000000000000000000..4b82c90fcc30d385dc98e83f47c0d12c74fcd820 GIT binary patch literal 227 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nj01c^T!FN@w1|a;MSz3Fo;`aU z47Datp8Vp)i?3h5*4Nh?sLHRO-)(EC)n1wqhn;1M@{altFxFP`nAlFl< literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/accessory/necklace_earth1.png b/assets/minecraft/textures/wynn/accessory/necklace_earth1.png new file mode 100644 index 0000000000000000000000000000000000000000..ecf02437a4e45ea70a69768f56dc4a9e989b453f GIT binary patch literal 229 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n%mREuT!Hk{-_Q4bKQ!s)^zsYE z*}d5gb4_E4VzehS7}v@9#(6pU*;zQ7YMW}xn{p{=$Vn=TOGrpaX-SQbl@(X70 zPRaQLbowxHW@~xgk+OB6|D(4W-GpehjSzneB<7-+ITUj1k|`1 zndIe~TFO>8NF<+XJ@ELpmN^9D?jf&szDZjk;{W(ij Xz+1=p#@lZLEn@I=^>bNz;EDtQ?NLn( literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/accessory/necklace_earth2.png b/assets/minecraft/textures/wynn/accessory/necklace_earth2.png new file mode 100644 index 0000000000000000000000000000000000000000..8c4a197599d5c80b9455d63a636ada2dbc7a0dbe GIT binary patch literal 249 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5noC178T!FN_DOXHUOm=U!ah=@6 z8`B)-nx2>;@Z&EaktaVtrIpJB!fE@`$Ti4_KQKfc9pUDw3)TjIcH z4jwxP{|mF7+;bZkvh2N>j@wszO?&R1aLg;%!}0hNy(nGp#Va*W2+a8+)cZpuDd5v& to+Ha2P5IL0Yb3f>e?C|8{)b;A7%u*KQ?QRAQUPcogQu&X%hCf^BmhHgSo;6~ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/accessory/necklace_fire1.png b/assets/minecraft/textures/wynn/accessory/necklace_fire1.png new file mode 100644 index 0000000000000000000000000000000000000000..55962ab94aaaa5fdc63e74ea935edabb33bc27ec GIT binary patch literal 226 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY1_3@Hu0Z_6@q8tkcNNZG?teIR`ndy38O-S0l`mUd9wx39R6=e%4)OVD}4Jq(6B z%I{Yea38s$vMK+qrb6@Wz&pRMS}kDMzi7Fcyhq#l+Ff=>Ug*2ZEAagLuMx(?An$c* V=H*4oJArmFc)I$zEIn{V0sz-yPRjrQ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/accessory/necklace_fire2.png b/assets/minecraft/textures/wynn/accessory/necklace_fire2.png new file mode 100644 index 0000000000000000000000000000000000000000..72c499578db4242507400b3577f7544e4a921239 GIT binary patch literal 251 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nTmyVUT!Hl8moNUlcz$>O?7Q=3 zT`NesmY+DQwCsYT<^>0h^9~v%e*THJ&NDQ{r)!E&(-aRdu_=}laMd;pm*g{7RMnD@ zk&uwsSM#?WXb@vbkY6x^cS_D5AScDs#WAGf*4(b+yv&XQhxMLsnD}@4tBs}y{+;c2 zXuMm`VE69fo(++?B{5soA{MgQEG(!~_TIDeT+>?d$O~7GoWEZfH|^=ktv@#M|Ft+< x?e|RU+uyqR9M7ueDIfDytC-C_@7bcC>_NZZT~9o8)C_1JgQu&X%hCf^Bmk1WW*Pth literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/accessory/necklace_multi1.png b/assets/minecraft/textures/wynn/accessory/necklace_multi1.png new file mode 100644 index 0000000000000000000000000000000000000000..d095c4c74ef2e3fcff152deba244e7cb00a788cc GIT binary patch literal 420 zcmV;V0bBlwP){R`Tgnm`|9WM*oyz%4O0Kx=%wM^oR}Q$)gRsEub+#(q5$MU#TA{$hjn0&djQZt zD6%%1a9mCbf1+++0FyF+32%>jGi+Q+L6#{OP(V0y9uPn=Dm^hOR~Zf}Dk?A~A150W z7#J855)#SbVc`G(00DGTPE!C&WNiEZ007`gL_t(|+F~FN0H`4k+yG%10EWHya@Y{_ z|1Z{2qXz$=Si`y#BRQp%S%&+%M_RdFdT>UyBIc;>`Oh3!>xaxE0{gx`P;Vo|d7f%V z{ixx@Z%^Fyr+&Hh{e{eGSUmK=mYf0&3v8EdNgiS6X*rX57_<3bJ;rflJ;uNZ$5)Rr zbew_=^{@{#!T9PC7EKWtGKMo5#ESETT* O0000A84mH-ivQgW-JF=vKq!_e7jqsE`|9Vtq5zM3 z0RQ~u3V)&%oyQ#R)#Cs8{pt9VGJvu+no|GUAKm5TLB;5$;Sv%OFeM*)Gi)jNnOVQ;SC96UBw!CD5(s?Bw!e#Pxc6xbq!4q;bG|5poj3%vC%zPEW_HieMor2 z%Gh@OWnr$h0~@n~VJ`5udYt>Vou-HIIL>U)LwKLr=pHQgahs<7B)nl`oaX&sk8K7U ev+aMw86E)q^7T~zQ=rEH0000-5nECYN(T!HkDA3t8acyZ^>of9Wc zY}vBq#LUBU=FC}9x45C9VQ%J}nwpyK`2NO-mNKuZVB=6DBO_AS=%mU!T-t9D+FLGMwRl%00%^?r#B zoGP1b^)?6k9J$52b<@YYDo?H?pWYXiwEknl&3Qi_FPLS2Mn%k`_o_VO#s$x3*$U45 gE>P3*xR8;-;Ln@=+ppYF0oujj>FVdQ^uQGf0Ll_xt^fc4 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/accessory/necklace_silver.png b/assets/minecraft/textures/wynn/accessory/necklace_silver.png new file mode 100644 index 0000000000000000000000000000000000000000..a9696cfc94aab8ceafafc0eb84dcdeda55d0b11b GIT binary patch literal 227 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nj01c^T!HlaAK!mm2-vcB&xsiV zebc9v)YjA$Oj%ICkQ7+!?U-(6Z)am3YOLp_u4E%CsVgBNvGnNP8$fN0B|(0{4Bja@ ze}J4gPZ!6Kid#tv{0y^Zuq!hpF>o!~xbd%fb&p&9H`W7l_6PgeJl8-B4R Y9)9!NC2DUk&?W{?S3j4f2d+o}0J4BsXaE2J literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/accessory/necklace_thunder1.png b/assets/minecraft/textures/wynn/accessory/necklace_thunder1.png new file mode 100644 index 0000000000000000000000000000000000000000..fefda949021b20f6f493f0a6f0739f41787618fa GIT binary patch literal 231 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nj01c^T!HleKTqCXoABkl@b=j} z6RLSqQ&I{N`ThL-oSmI5EiFwF+o4x07^a*)dCK%phs1F) z)@iXmW;^bxGbnAcaauzCESID5!I$`?>i+?ks9XpwX+!dZqN-5nLIQk3T!HleUr+x3diej>gAdoc zK3wm7ceV4~mCkpUyZ&9~_;-o(??sM37dU=j;Mg~pdG8$NDb*~gDJdmMoPK_OvHl#+ z&d!#WmWGCgmPYLA>gr-*VgdpJ8|Ep60nKGB3GxeO@J`A31LUN8x;TbZ+)7g5XXujP z*6C;z=n4&cZRYl_{#@w4*BYEmKc35c`@tFc{e$_Nh!#=pi@pms)F*MTc**fpSUE6v z`(Ytb!RP6=vMOsH)U0ps*L>uD+iZGv`2x<$nZHv{*B4ywPIcRO?PPx2^@sJBmfNfV PTFKz)>gTfbz!eDq1hQ>- literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/accessory/necklace_water1.png b/assets/minecraft/textures/wynn/accessory/necklace_water1.png new file mode 100644 index 0000000000000000000000000000000000000000..1991eefcb489b8853749534d2a37ab441fe42107 GIT binary patch literal 225 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nj01c^T!D1IeH))~xR8*LM*Rix z$Y}!3#m_(fo^j~z#;9eddJb=lT;?k0tS6|OqMZ_|8X_hpmVL@`A5a@(NswPKgLg{K zA0Q{j)5S5Q;#QIZKf{U{Y|0D?5)sn-|8FwoKPi2nRyM%<;=Io#S{@ymhZq%QRS$d@ zuvL9^SX-5n%mREuT!FNhm{`AkTZ(pytDN)3 z$YrN`4nP0+d&Z%=8ub^%Bd75hhli?$=n3lTOPg$rS|;FJEF>hf{y=dBP$y$akY6x^ zcS_D5ASd0^#WAGfR+0k0ff3WJIc&-ej1m=wtN*sIE#-*+uqFFAXJWpVyEPvRGw%Wh zpZBefd;l5$QGT*rO>dIFGWhJ1M44$rjE=vzwkpKW?+fj)C literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/accessory/ring_air1.png b/assets/minecraft/textures/wynn/accessory/ring_air1.png new file mode 100644 index 0000000000000000000000000000000000000000..930c942be921cf757c4dc6c95e168fb343ff36d4 GIT binary patch literal 217 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY1_3@Hu0Z-5nECYN(T!HlCe?Qi}c`)Vr<*u_Q z+YTQu*tj)g)~dDH4t8lJ9X@I~*0RyMA__LHKANIZ8oK5(ypocV5)u+hvdJHSni)%i z{DK+0Q*!=#AA6to{7Z@CV}?sU9<^-wm1@y) zgQ>pbPE_wJe#Mxq6y^PfOveAWeDp2(lRux&cBA5rZ#y4|N;>lM6ba5TJH#^2@Ab33 m{(ZZx7yM|8Kc;T6UQ{6R?TRfga{dCXWbkzLb6I-eiUa`O;#xoe literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/accessory/ring_base.png b/assets/minecraft/textures/wynn/accessory/ring_base.png new file mode 100644 index 0000000000000000000000000000000000000000..da4b649e724422c4d9b555f4e6fa85f325f6c23d GIT binary patch literal 187 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYasfUeu0Z<7i;5o?0#3{jSWv*w z5W$e)z~G?4pdrm7At524R#^a4!B`UH7tG+DlJf`1@%D6a45_%4tRS>xs(C}^wuI{( z2FjsJ7j0owc_4D`0$*B(UqS}6q1PEnivvMNS$W>(DYykPReP~9dn{Qbs&n8#qR=%) g!yU{n$_xz5FMmv1@N4Hops@^|u6`~{4_uJ|04+~BJ^%m! literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/accessory/ring_earth1.png b/assets/minecraft/textures/wynn/accessory/ring_earth1.png new file mode 100644 index 0000000000000000000000000000000000000000..9edab8730bb50450995041d2fde21f686bb04aff GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYDgizru0Zn3#F6_{M!oWa7t;A!!3ev|usEub9?p00i_OAlO;0054m BM^^v< literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/accessory/ring_earth2.png b/assets/minecraft/textures/wynn/accessory/ring_earth2.png new file mode 100644 index 0000000000000000000000000000000000000000..6c9fb8a5fd5b8fa01761e8e92bde1e3482be1b2f GIT binary patch literal 221 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY>H$6>u0Z{(y*L_8=|a9Ik5*eZ((0j`+MHw1V*-Z*Sd@aw9hqUurM$*ulXXr`5iCF Py$qhNelAN7T#*0(QSM4Q literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/accessory/ring_fire1.png b/assets/minecraft/textures/wynn/accessory/ring_fire1.png new file mode 100644 index 0000000000000000000000000000000000000000..1ef72d8324c9a4868ba01ec09424fe30c3cf12c5 GIT binary patch literal 211 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYS^+*Gu0Z<9o7eyE-ad8f-jYpw zdS)&8ni`c-Rud4Ja9*0%&ehA%%qoqCRYF4ILs-`uplZgFAirP+@06TBKu)-)i(^Q| zt>gn-6?_ho?L`VE)1O}9PGCF!s3Xc?vF)FCToVMs3v>_b8aV%9I?OAOywaTceUU)& zX|}d#L4{+_SnqgOOFAf3uWx3RsEE~m=j5}GdyyamgOu7=x0a4GAjdLzy85{+J#a+= E08TzgW&i*H literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/accessory/ring_fire2.png b/assets/minecraft/textures/wynn/accessory/ring_fire2.png new file mode 100644 index 0000000000000000000000000000000000000000..e7e686dbfe77078b2923f243919b5650d0e8fef1 GIT binary patch literal 211 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY>H$6>u0Z<#-P@;b-CMG0PtU9+ zUsIz}%4z~46V6NX+PQienpvgsuu4csToo3-0#wRa666=m;GL552gr%?ba4!+xRrc> zt1Q3a!kxy80c{E284Z$)Tu$d~IAE4~o@>IYwYrh%e*O$bWjod;TJQy#sD5TRZz7QV zQKxP4JB4G5IAemdBpj5o`x;p#Dts=Tckr=eUL?rCuuAPq_C)*FGC*4xJYD@6F*P|cHac=w2QoD{Wd#Le9%cnoW&hV&|MuJ8s}A~j|Ni6u-!|r2*Yw-? z{|%|m|J&Qn4Gr{KT4Z*7P00020NkltsBKjG*+^;{Fm7xEqtEQw-WR42SM* zETvtC5Rfhb3Q^y@KBiWB#hX`Sns5B=@jOp*oW#O-Ns@XZk2p=gn@1EylFOLSO{ptAo>gT@q!ra{4@z{#W+1mfz4amsIQvciNrQxQsy4{?ZrLnmj?$vkD zb06L1oSdA!q5zDUq2xiufPjD%oyU)R0A+Q0&_F1%HkvDw0Apig3V)(*U;vXcfKXXp z32%>jGi;VA7c^E7K1E4BL`g4C4s#w5GB!CeHaamjIWaXkF*GOI#o zisLJ$loFynqJhoLCiY0bL%j576c2OaM63F3pZpT{J5?g~eoVR7iYoC$uSOy6Jx@a( z(rGuX$AQsw9r^zHV;slfdAB$?EFTsN0S%s@?i>@@BnLqic4Ye4@pH+c=h{T^Fk>=A z+cxtL!~bDT;`sWU|Ka;S&!^?nXZg8YDy;FB%crgQ?|%4C#kTLj^aB*-4qQI~;Ggs( z2m+qZD=A=ETCEH;c!GNl-u(c{aE&uC{Q#+Ft{(vKVg2|8&id9)tcBM|00000NkvXX HrNGn}R{QIq literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/accessory/ring_multi2.png.mcmeta b/assets/minecraft/textures/wynn/accessory/ring_multi2.png.mcmeta new file mode 100644 index 000000000..765a754c7 --- /dev/null +++ b/assets/minecraft/textures/wynn/accessory/ring_multi2.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":32,"interpolate":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/accessory/ring_pearl.png b/assets/minecraft/textures/wynn/accessory/ring_pearl.png new file mode 100644 index 0000000000000000000000000000000000000000..de5c49fc0ad5bb35347656f1ea21b4aa96124fa5 GIT binary patch literal 224 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nj01c^T!FNSjN#gt`Stc?UzguM zapHuLk(ALzrv+x(%#Su6JEXUeFWGRp;fd8|RS%Plf)~ixJ66By Uj^Wv%3ABd6)78&q>47T}0Hl~!$N&HU literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/accessory/ring_purity.png b/assets/minecraft/textures/wynn/accessory/ring_purity.png new file mode 100644 index 0000000000000000000000000000000000000000..eeb9f2fea6f9ac99d5ea10b8b11b6a6a5bb493ad GIT binary patch literal 188 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYasfUeu0ZZdtr`=hIs%gp9^jmom6tH%9b1x#Xu*^eqXrkNb+3|m=h7r1zjCK>DPKq7mEtOu0Jar-mwbA|x}h=M!Gwu{K}Yk{ Vm35Xbmw@&$c)I$zEIn{V0st#UPniG! literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/accessory/ring_thunder1.png b/assets/minecraft/textures/wynn/accessory/ring_thunder1.png new file mode 100644 index 0000000000000000000000000000000000000000..ac9b0b3ea7d0dcfadbe58dfe8e2a370c4f267f16 GIT binary patch literal 216 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY1_3@Hu0ZKdk$l8WTw3ZJ-S-|+ZUZ={brt|^VDNPH Kb6I-eiUa`B#!F8C literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/accessory/ring_thunder2.png b/assets/minecraft/textures/wynn/accessory/ring_thunder2.png new file mode 100644 index 0000000000000000000000000000000000000000..26c0371d067b25d00378a08ed78608d1ad26e562 GIT binary patch literal 303 zcmV+~0nq-5P)Ba%cTSK%@vJr1OEE&^4_x_A0HzsFA@?G4Gj&0UjVCo z0_&{|V@U$&$Bh2>Ylc?kZIu-r1o82Q{|P9e&% zhm?HSjFbo9@?|kmZACD%N+aINrzYVhR00480;O&>gH$6>u0ZrN zIg8idH+vS)Hq}0_N(KFWYZ37y)fy@O1TaS$g1#1OQ9D BM-u=5 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/accessory/ring_water2.png b/assets/minecraft/textures/wynn/accessory/ring_water2.png new file mode 100644 index 0000000000000000000000000000000000000000..0ff2b8ebecf9dad0904e0c50b9b5125882931526 GIT binary patch literal 211 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY>H$6>u0ZrN zIg8idH+vS)Hq}0_NU;ybrX6!PC{xW$A${ F5&)%DOsW6? literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/accessory/ring_wedding.png b/assets/minecraft/textures/wynn/accessory/ring_wedding.png new file mode 100644 index 0000000000000000000000000000000000000000..c6c38c0b16b2b9ea43caa77b2f16b669795cf035 GIT binary patch literal 211 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYS^+*Gu0Zwlb5)u-->z4WhRWp_Z`2{n0r{w$ra>6}b978H@ zB_H70A?6^-y;;FzyX$L4gXZGR>AW)xZGXKBn;?+>L8fhXLfbFKw$}>B!t&YXy;V3i zjhAP+vSZI#;T_A*B{ForvE&m=cu=_3hS~5ZPlp==gU94g+{d@v3jtce;OXk;vh=_e F2>@S1NAmyx literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/augment/corkian_amplifier.png b/assets/minecraft/textures/wynn/augment/corkian_amplifier.png new file mode 100644 index 0000000000000000000000000000000000000000..5ac84ed6e5380644fd1858329c19c310087ad039 GIT binary patch literal 198 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n6a#!hT!HkB19pcR8CEAUWMySE z_%e8Tc@$eRC|DS|D+x$QNJM&1ISy3BSQ6wH%;24p^9RTY_H=O!skk-u#BoL@2M*T2 zvXfupH`JVod~VkNPvcQysN?myZ5w*pUTwLpV#uj>n?>R96R(hu>7Ewt;=<%5S`4Xl_xH+u8t5bH$6>u0Z7IftP$^?ckY6x^cS_D5ASc7q#WAGfR`LP1 z9bs#u7}9hEQXVjIcNiJ4$S@d*ZPqprzrny7GV6?Z_6(VX2Su4h@ktLEr$lc&n%q^+ z@9}Y3pX@z$hn`jEWJ48>P5KbJ`jBJLa;H1Wcdj!?+Jr_%Mk;8w89Owjm@=%1{uZIS T@6IovoeZ9?elAN7T#*0(0+~sG literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/beam.png b/assets/minecraft/textures/wynn/beam.png new file mode 100644 index 0000000000000000000000000000000000000000..400e7a57a102776097e7b4804a2f65f0f8650131 GIT binary patch literal 555 zcmV+`0@VG9P)x?@WJjF`6&|8!p9+t$ z2RvkerhN*p06RRSkC6_b2{d-==Lnc!0hV}34=Wp>A27fS59tOBFvmj%bb|$$;vqdc z!2;xXNH^dGjQuR27c9U94|x_aKzRf3kjM0813U~E03R8)1~_;JsQdsZXoawiasjHx z33y6#PEi7A%?TLLoMW5-hJDK;u!|DFShg(zHnA>X(-L46>m9Ic39yXy2+V;V_vaAp z9RTc%rD|Bg7$8;vv}Of7rar5v0gPn{yrw>jr~#~H0d%R)EbavuX3_yB4FHq40TiQ# z@5`eGu$_AW&Qgv*Rr8%0P(}>^l=eHqi-wn=XaO*W5%8*J0RjLt8KC(;xd;Gj$N(jJ z0W|=rj0IRy(Evt~+yPLDIRe^}0o6YU6X3*^qVb!P)=XXbqbYzC0JJ7`Rev-S22iH1 z{LzFf#=^z7_`i?B^tu3^V;~6(p!B_fG%$eT+5m~P1tfo5zH3}XJq3W3rr5a}*9<@! z0Gcv)wXRYDid6Uls?^oGCQ=uW{8+$esS8McEI=&4Cs*V8NhE-x_~=@==291syS@b~ tkpMucD8B3@h%w><0Fe#;932b+004@AbDJ*KVub(z002ovPDG`^)EGbg-t+(f literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/books.png b/assets/minecraft/textures/wynn/books.png new file mode 100644 index 0000000000000000000000000000000000000000..e1091022400298da5d8b94bdc755f5ae74094374 GIT binary patch literal 572 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%gaX@F0NtFWk=q_mEVyrF`MnTn=^ zji=_;H8U*amGq_Lv?Zj}M8y>a1c7Q*4J0*1ws;I=TrYWMOBc^8{X>KXo-;iLgVy!Q4q%EzhCaIw)tn{K} z?irw=yd^;=pt2VH6824K} z&=>Z*bwy7y^xTKiuKY`8!VlIn1#|W6Y*p;bxGDa)X~t}|w4RUOSrsnCaP6wsIC=#dpPN}s*F4Eabh3TYIsv_oZ0!>E3BRrjan!#4vC>hxnIVOR@xbM(tc5O&Dk=;Q zcRC(*;FMa({^`yFO`dEvp^7~J??KZJd-$KfkY;Sn{9X|pmH8p$X7KicE9^7*Pcm3$$xs-oSm+@C3av9CN)GXGTbyUuQTVdiS# zu=%?_RJ^PB7Wnts5!cx}Zp`2C>&8*z$I0U7-v~o6&#eG0A&!#6#=nmoHI@#%alu{u z_}njb`|Hy#I5jnQ>+v&JrUj(xu#0>8pSL*A^Nzts?|X`<=x=pkY%qAb`nfDUa76+D DHMiX_ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/content_book.png b/assets/minecraft/textures/wynn/content_book.png new file mode 100644 index 0000000000000000000000000000000000000000..cbeadba60576b6d22a82c6fbd983d4e802012904 GIT binary patch literal 394 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFeSlAhE09+6bu-Eguxbc8vmr)` zk55}dVrG-u|2Laoo~>-mbo~E%Q{?81SLdp_iUY47oH(;JX8p|EQ(M~ZpPFT4W25}R zQXFW6Xi1P?FvA}#;Ct`FaG-*xo-U3d6}Oi5vo1QKz{6Up|5{Yx$-nf!CwE<_n?3au z&$JYo)&>U|uYxIGTHcgJt1|^joP4OuA@G&tuG#ir!%LQh#d>y*=k6}J5)|TH_GQO=)>ZGkK3aZSCf#!RX8o$!_tf;W`ns3N zZFI`coEg=mcKGe}l+u(7%Pv37GwSRS3ZF6X`M1cm@JE0;O@Kep5uTw8a* zGfYVT{=SP_n`|%7)l2Hyrhc*b^2Uih3#9jLedAH?5b%ugio-bx`z2pAKz4h&`nfDU Ha76+Ds5CaE literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/dungeon/key.png b/assets/minecraft/textures/wynn/dungeon/key.png new file mode 100644 index 0000000000000000000000000000000000000000..9a4217f23e3b5833e06b44f0189b0dc6cbad7998 GIT binary patch literal 197 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nF!Ne4I?LQfoIbW!AB z4&+?m`JY!`PV8rKb@J8Y9Sy$fFK=89+V#KRa_hBY(v|J5`x@_v`F$;5X|pw&{5Cku r^vsTo=JpHH8gq-(FD`#C^^fuA_t!`6KCWL4w1C0W)z4+=fh!UK0=`Il literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/dungeon/key_broken.png b/assets/minecraft/textures/wynn/dungeon/key_broken.png new file mode 100644 index 0000000000000000000000000000000000000000..ff6d0bf014e27f38b07d7cc8057f8bf342a34d97 GIT binary patch literal 191 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nBm#UwT!HkYiQP3-Wzo?Q?(Qyz zhI%S0a^m7bernNkfpUx`L4Lsu-YGeMfSgcI7srr_Tcu|l`Hlo|Fa?NC{C&S-&Qbl` z$(yP@dfrdaS4+zg^Oz!Sw)9vGo2VgcFpg-kzW+2DE^|)78&q>47T}0IUf>E&u=k literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/economy/fishing/bass.png b/assets/minecraft/textures/wynn/economy/fishing/bass.png new file mode 100644 index 0000000000000000000000000000000000000000..f99cf5f2625d53b62d6c4a884a51d57920d9743e GIT binary patch literal 227 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n%mREuT!HlNW1E(2jhnTiZ|d5d zmdO=G6Fd_OL*lE{e3Ny2;%!}HWgY#^Og-dvtc0~p6je<{l{I*yj9b3}buyL&`2{n0 zr{w$ra-uz5978H@^`1S-=wis>dXeM9qf7N07vG-5nj01c^T!HkawKMk2FP=TEYDITg zS4+mka?897@9JcOq-cw*5S3tG<3K0rFk1<0b0r5;VPjbywH!Agpf<*mAirP+@06TB zKu)};i(^Q|t)v6|46&zM1z8Mvm=AnBTA)$?|7zWgLeq<1bC#tSSA=y-NIkOf@d-G& z>eR1Avlc(z$Gv#+mw&5Xe}5-2XO+{vT7&u9Sr^^=@sZbKf>cAKpnk~l^!)D+-!a#h Y&U`h!u6`~{4_uJ|0PO)*3IG5A literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/economy/fishing/cooked_blue.png b/assets/minecraft/textures/wynn/economy/fishing/cooked_blue.png new file mode 100644 index 0000000000000000000000000000000000000000..841ef146751482067f1641ed66395a580b230b43 GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nBm#UwT!D1|`n_2bm!)^kOs;D3 z$}BMmjgmC8+_&Iq15l2!B*-tA!8;}A50K;L>Eaktack-+Lp~=)p2Gn$x1RkoS91lWtuKl7bGx%Jlbly?4K3~?1N VcH25#@1@KF0t6 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/economy/fishing/cooked_gray.png b/assets/minecraft/textures/wynn/economy/fishing/cooked_gray.png new file mode 100644 index 0000000000000000000000000000000000000000..6b8449aa5b373138c787277d0e52837de2160bb6 GIT binary patch literal 171 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYq5(c3u0XoFupm7qGStt{!`{wJ zM^{l&>SO$8RiFf8NswPKgLg{KA0WrY)5S5Q;#Tqj#t7$yJq}A5IvOSvF-6#1IKk_} z&ZW6>2BV~-QfLqni> O44$rjE=vzwkpKYf6)tfA literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/economy/fishing/cooked_orange.png b/assets/minecraft/textures/wynn/economy/fishing/cooked_orange.png new file mode 100644 index 0000000000000000000000000000000000000000..7012f9777c16660b2273c5817db5bc73496d9ca2 GIT binary patch literal 276 zcmV+v0qg#WP)I7kfaibQ=$R0FzznqP083$+2FdBxHt|Lf}N zKx~+SAUTj4R0Hx%K$_?LKb;8iV{L8i|5GPVg1iFK1Tg@j5hMbZy7i#9bBPA|=C zj||8%HFlAf*1mZ10#J^zB*-tA!8;}A50K;L>EaktaVz-%;|-w&JuZbS8YWoH@bWI< zV!znw)V1oJgWIGD3no=FdMsQtLAxVOSR_!FT{Bf&tTdg$SR|BNp=}DY>IY_qgjo+h VZd|gn-L5CGgW>2ovnh}`x zCQE`LX-W%=cC*BqmkXD!V^v^$zNw3Ag3s!So2xZES{7eXy(77#&32LPS&kzQ3N$lH ka~U+V(jTlyIKa-J^5Dl!_Tt!$K*Je4UHx2^9=IX_0GUukL;wH) literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/economy/fishing/dernic_fish.png b/assets/minecraft/textures/wynn/economy/fishing/dernic_fish.png new file mode 100644 index 0000000000000000000000000000000000000000..40aaa259a0f24bb44a821001b66a31a8a5c302f9 GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nuFo#oNB#o?9d z-kAYLLB57D<`T9h63%Z$$`XJo7)yfuf*HJ1a{d50@t!V@Ar-f3&$%)=8wxO8;0dex z&wM@BZnaI)X0ypP6%)jtrhL^D4!ES9&bHj;-A#!Ysa@i)(|#1~vz*DIwq3mZvY~^I zUZ25+Z(rYDR!XUk`tm3={Jrq@7ghOd&Of{A{+a#t=Xp;Xe*mpw@O1TaS$g1#1OOG@ BOh5nt literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/economy/fishing/gudgeon.png b/assets/minecraft/textures/wynn/economy/fishing/gudgeon.png new file mode 100644 index 0000000000000000000000000000000000000000..47de42e353b89d56a42b5cd09e715edd85387bb2 GIT binary patch literal 187 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nqyv0HT!D1o>b)iX^W!SogELC) zgW?PwJ>)cX#pDz}c-K1sr5Q_t{DK+0Q*!aWOHneOW`ti~>#;pCdjh7jNx8 gH1p-DUBAmsm7l)wo2uYa1vHt#)78&q>47T}0AgrEF#rGn literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/economy/fishing/gylia_fish.png b/assets/minecraft/textures/wynn/economy/fishing/gylia_fish.png new file mode 100644 index 0000000000000000000000000000000000000000..36809d941c33341d5bd01a4fcfe7b53bcc8ff787 GIT binary patch literal 360 zcmV-u0hj)XP)%diOGv zXlC%_kRRaplZw-!&4icSg7BP@i>HKm7)t2jE0|}SS2q@;S3cnVs47C93i5D~Q-Y((+30=&Xv z&ay_SI2n?UUf&L^#V?`Hw+;Fd`ri-H6E{GQUk46TCuljx#0MVo3T(T>yNh>Sal@Zo z=t~&DU4UGLlB}dPx!6Qfhalmat18pZ|0rQjb;PM4;-to!70Co3X2~&+T!@ z>w&OMGrAzEo6kM~A}o6BbGm^lrr-Gv)MJ*>9p1esed(!+z1M+^jOC}{8W3hfRG06* zmbv0g=8Ds$JFWmV09Bg?S70&TEDL0O#qMiatIlSvIs?%bJN*z)H5R8E#kT;BEZ=n% zs1AsL8bGRN9ySZ9#ICyf;LY@9r_z^$^Z=CxPC5kihK@frv#pa_T918#poBR`s`lSl z`TVDKQZrOFCIDL6di)cFjOgE+x$-p7-#|S*=f7arV-{9fu<-&=b^79y;eC5egDQY} zfU1Eckc~xyNkAD;9Z-*!SBbH22}mTU0)zs~amK%CU>Q&~O_D7DX4*tTq#>X=00000 LNkvXXrNGn}nI)aZ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/economy/fishing/koi.png b/assets/minecraft/textures/wynn/economy/fishing/koi.png new file mode 100644 index 0000000000000000000000000000000000000000..16c02d97ec22aabf6b7ab37aecc3dc8d62008b94 GIT binary patch literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYS^+*Gu0ZEBaNFrv2?c&}arvS3j4f2d+o}0MzS1Jpcdz literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/economy/fishing/molten_eel.png b/assets/minecraft/textures/wynn/economy/fishing/molten_eel.png new file mode 100644 index 0000000000000000000000000000000000000000..1a60fb871e15cbad27164f2a415b4a67ceb8214d GIT binary patch literal 432 zcmV;h0Z;ykP)P)t-s0002X zxTXJUTKr^GXJ1xfSyAX82<9INR!crnM>@3+4Ym#pJUTHrH!gJ<2y__;D<~o;CLlo+ z3_%nNN(>513ke?^79AKA9|r^5(#~Z70004WQchCP0003KNklVVV7lX%?jw`0BVw|;swqLuz!gUm@ zBd!Ru3bk4*p28~ZDjNsa#>6@s;|#(g08Mm|j1yafF3nAJxQo=LL;xFtgA2f8m@muc zn!0py%Db2`K}A;Hjh3Mm(F6P5XX0D#b1oM{NAHgt<)UI*tON1ZM;0!VSRHXAzo<~F zwNWga@KD$|4sA?2FUGWZVG)H)$TAx1k23XnX`-iH`T=mn9njRVe0000-5nj01c^T!Hle|Nq~=f4~3a@!h+3 z@7lF%-nx|w7BB9a&|f#HqolqnJtN)Hzs$7~90i;&mdd`~e~Wut+g-5nj01c^T!FNNghWYwm8q$zmX_9n z#fx|C+SN6o-^$M;JtO`9|Nrmbzu&!k_q=s0>n3&VKY3hRTRVDM?n~l~jsngXqsw3Jzr}6V_SXILiSM^uv*t(jPuV?j-GdY=(z3ZgQyDy6{altFxFP`n D>gP|V literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/economy/fishing/oil_orange.png b/assets/minecraft/textures/wynn/economy/fishing/oil_orange.png new file mode 100644 index 0000000000000000000000000000000000000000..dbc7bb48ccb3f06dd7e832fe8ae2ff582a20cfe7 GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nj01c^T!Hle|Nq~=f4~3a@!h+3 z@7lF%-nx|w7BB9a&|f#HqolrSS%$+LKmIyL0V_WbZEbA{2??{qy{~}U7)yfuf*HJ1 za{d50UY;(FAr-fJPPK9}I0`slER}t|{}%VQw!7}1JAThzlLT+o2l?%`-R)Jk~vLTabUGN|?dX`Bh`bzxfY-5nj01c^T!FNNghWYwRgD67j3C2; z#fx|C+SN6o-^$M;JtO`9|Nrmbzu&!k_q=s0>n3&VKY3hRTU+z+?N2~$j3q&S!3^Fh zIe&m0FHaZ8kcwM9r&>7~90i;&Mwh?be~a6!?XCOg6W?#SX3dZ4pR#-6zBNm?e~+_! z_cHn1Q;8sMMHNm#QSNyMe+ncsaGdnalMC literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/economy/fishing/oil_yellow.png b/assets/minecraft/textures/wynn/economy/fishing/oil_yellow.png new file mode 100644 index 0000000000000000000000000000000000000000..817c72591e224cdeef0b6a3210ecc2211ff3d2aa GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nj01c^T!Hle|Nq~=f4~3a@!h+3 z@7lF%-nx|w7BB9a&|f#HV|u?$NqtpC9z${zgO#6$wzjr}goL5nyB?r6#*!evU~l~jsngXOJ!g0zs0?+?XLUhj^DEvWxG$T=qf9T_uBb=&gYtp zFN#Z(q+cm4s$yFF?a-Zs$ul?$Jk~vLTabUGN|?cE@~at9ThbNz;EDtQ DgIZHw literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/economy/fishing/piranha.png b/assets/minecraft/textures/wynn/economy/fishing/piranha.png new file mode 100644 index 0000000000000000000000000000000000000000..05c7fc0d82486b31fb07d76a98220b1702ab6336 GIT binary patch literal 278 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nVgr0aTtQq*|Kx_HzByBzV(NS{ zCyOZQ>$zoRn{(gpXSkxI8%mxBS-5noC178T!FL^18+M6(|TrxBi52D ziZb_3>Wx`bW%y2q&c)Qxa9#M6xS3+~9Og94B$l&Sf=d$#`6$t>t;ag<@ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/economy/fishing/starfish.png b/assets/minecraft/textures/wynn/economy/fishing/starfish.png new file mode 100644 index 0000000000000000000000000000000000000000..e7db04082dcf4c879c606dd0a80a61161376b1de GIT binary patch literal 199 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY(g8jpu0Z}1A7Hv6Bq4E$yMd?dJCoUS zHUZ@;dsH}%BxrbY2Qq7G@$sH*SYhUC>dnx-qh;xgMi!@-xl>yjoHQFxIVL`J$UP~w qv@hYVC~J<8fwxJ*wW-Rtc^N*;|KX~vxKjpb3xlVtpUct%S0n(vtUXWw literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/economy/fishing/trout.png b/assets/minecraft/textures/wynn/economy/fishing/trout.png new file mode 100644 index 0000000000000000000000000000000000000000..73fa3289bc123d1a55c28617e5f9da7e129c8ea9 GIT binary patch literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY1_3@Hu0Z<8kt1t2ZJN1s{iMm0 z`#U*&ubTxAHmDe#9Hn8AR)09sOdkxgXSQ6wH%;24p^9RTY z@pN$vskoKwz-(i1>>+ai<7RG!S3HLwZsJaOH*=+Fy5pyt)|W%BGf6HlKcBIad&;Am zwu>)LXH+p*9LT?BOHo%qkzR*k{E6>85iWsZ9*qnE%w-G=|6hJx@WDIh8PI$NPgg&e Jr3bD^002TROV0oR literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/economy/meals/fried.png b/assets/minecraft/textures/wynn/economy/meals/fried.png new file mode 100644 index 0000000000000000000000000000000000000000..f1ba930c99ebd32fbc1e994224869166e8f61d83 GIT binary patch literal 292 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nq5^zET!FNPhDNHBbdWwrOQO~6 zioi|%8AldYZR<-sv7lsQUwUVp#iCN*NHhLZ^NZeH*|4zOcWZCrnfdvzuWmZJsCs_6 zSCPL)Lqo&NnKN(RyqS=Yuw}~@YinyOdB&;CrW1jtGnNGT1v7Z3~C zo(pX{s=(tAsN;Dzy5|4sIhAcs-^WY|6=up-i@3k+!Q8Jlo*kAIt7ZLdrp0<5pS;n& zT0!;lx4g*eBYZ^+E(!;9)r5JOlh)TI&a#s&NZ_9w4Zf9^>( ndaQ3P_xSY6C;y*a`XQfp>^;}T9n))pZeZ|q^>bNz;EDtQQ-yY< literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/economy/meals/generic.png b/assets/minecraft/textures/wynn/economy/meals/generic.png new file mode 100644 index 0000000000000000000000000000000000000000..9c5145548b958b34dd84c9e953ec1e3c22c62855 GIT binary patch literal 384 zcmV-`0e}99P)e?uc!GaWM<0DnXyWjY}~JUAmGBZzXzssI200d!JMQvge3Z2SNK z0HH}lK~#9!bc)ph!%z&w>@YsC!(|TdKVF$z{oP6M4>T+^UUzq*$NTKNPA5Wge`{(f zlA_R3(6w0zA(hrzC~nTlaxO?sXG$s(k+X%(s^T*5l+q&dV!wrEouy^Zbef^>pN^ev zHx*CvDE9r(4O$onw6iozBR6nQv;gA)?Gui7n%-#xn3iD~XgViO`|_A*?uTI*$K&8$ e(E|hQ-Ua|y`{c{T6Fh$a0000QAZgHqGwx@R7#XrQJ!U9wX&pEQb3nnR-9m0pJ!lySyPx>ReVrLpJ!xv za8rd}SgCVuc~MS>fMkDoUScB-f?8EW7z=A@WzODwM9rAeGym!@+|+k)8JGM$7O$YMPEPU_lH8=cL2aqgiZZL^cb#w zzoq=@^@#-w06atvBUWv~t<4TzUcLML;^nU^C`)usO2&r~3z&Gt|LXGU_tn)^1+fGy z+2O9wu{wYdih8lP11ves6N?mm5!)6rpWe3{xIx+k_)g1(SGLS#=2j9+) UbK)vvQ2+n{07*qoM5Vyg7@L7$BLDyZ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/economy/meals/generic_plate.png b/assets/minecraft/textures/wynn/economy/meals/generic_plate.png new file mode 100644 index 0000000000000000000000000000000000000000..8c580d6f2991f40c8945e9b2e1b763fe37c43936 GIT binary patch literal 456 zcmV;(0XP1MP)e&>S4un`P%*S7 z-9guSQDV?-YunaD)CK2xCV%%1(y26B;wa0)wLg$3IDs1==E9{wQp)(7ar%Kl9Gpuuw@{nvLx~M#JRVh+eLrrxX`n1& z&mgYlIPRoFker_uW4tNuIe~*+;ygYPY=E!U%KvxAVZS$n-vYd+0Cb`v0QcBHf@5w0 y9*7iwOfZ$GSUy!T2Y;u4D@5_Bs)2W`kpX`a9`jjJHEKlw0000UtP)0fLVTHO(ccMz`>+682Q|#>QIE_3rb2j<;`F^!T@9*!-%*?m9w|{?s zI5;>8A{G%C=XwAD00DGTPE!C&WNiEZ0053jL_t(|+I7uE0>dB_MNz)Qt!`0l|643l zmp3~%0mR>deG>q#tbhlx!>T|_5Iv^drmR||H3Va_-)-xn&59-g=hKMEVW{$gFbUx} zV9uOpW!V%og8;rbrp`&qOzv@`D5ET`iBnSOgO+lc({x^>)Xpv_<&vXPKKLTflUpyN kT`@}e@7DX4te^O~D}VRmlF)x-5n5(0ceT!FNNgoL}PVx)^sUa(11 zio^UWzpbsQ3roURgzKjJ8Q;L8U3+Fm(e)KA*H?Gnn_zWse$@UF z(;JIZZ}ghpsNmQf#ht9gG|7O0IhN)Ksy*qg8YIRyi;=i06Arz zE{-7;w^BM-nVc1QjxKngSo~M-`~IgJDkqo)&iC2;E9vL=%3mJ}=PX47T}0Q)<4EdT%j literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/economy/meals/spicy.png b/assets/minecraft/textures/wynn/economy/meals/spicy.png new file mode 100644 index 0000000000000000000000000000000000000000..9fdca47967f840b22f9d00cfe8b58701095ba15a GIT binary patch literal 292 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n0t0+PTtQrAWd}tuVMzuRO9p8z z24`-T8FKvR^<{oWdm6bgScEec_I)=g1)z4+=fh!UKEt6|G literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/economy/meals/steamed.png b/assets/minecraft/textures/wynn/economy/meals/steamed.png new file mode 100644 index 0000000000000000000000000000000000000000..68cff1d4f7337478dc5a75208111cfef5b91516d GIT binary patch literal 274 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nJOX?|T!HkzfB$~Jp8D==-L5-z zr%o)McC2XU((ax;rgtW3)~w@S*qL6uShKz$F|w0sMl44`jE8e3Q@EYJStw(KE|<0o zgN2HeydlFrEvayzS&St?e!&dhDLH?DoC;4D$B>F!NeW^NrzWjtZcCDATlBO+*!jfo z{HUo9U%rp={Vwm<_iXpIxNR95zm)O4mi%#uO?YiP?6&; zR3f|aUD)GF^LJdUo_LqFh?->NmU$FCs$LLKs(Vkqm6wsVINp=(&&>XZAIid|&OBT+ Um-X>Gpc@!GUHx2^9=IX_0O<#7ZU6uP literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/economy/mining/gem_cobalt.png b/assets/minecraft/textures/wynn/economy/mining/gem_cobalt.png new file mode 100644 index 0000000000000000000000000000000000000000..bcb7c3b9d9da60145b621dfe2f3d62c19ed95a4f GIT binary patch literal 199 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYasfUeu0Z-5n6a#!hT!HkjGYkIiDF50W_BdN$ zm!I%dBhgv`$tZp?4L%`F9^SqiH+q1I7)yfuf*HJ1a{d50!JaOTAr-fJy9|Yx4R{V+ zV#%5F-+l+r*PY2XRJPn(zUr6zT;^*Z{=KQ4kXv)RVJ^o${-#QGhUSmLOb$}k8kg8S twtA!)&C>njc{n?E=K9K>?eo5~9v6L`F=glVe?a3IJYD@0oneEP)I(RzVa|6ciLA1uGr~ zF%S?CmYb>N00001bW%=J083(;wj-{~p)y1wHdbd|pA7wE3xvhYiDB>(^b07*qoM5Vyg7=C(t{{R30 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/economy/mining/gem_dernic.png.mcmeta b/assets/minecraft/textures/wynn/economy/mining/gem_dernic.png.mcmeta new file mode 100644 index 000000000..2ac38403f --- /dev/null +++ b/assets/minecraft/textures/wynn/economy/mining/gem_dernic.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":30,"interpolate":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/economy/mining/gem_diamond.png b/assets/minecraft/textures/wynn/economy/mining/gem_diamond.png new file mode 100644 index 0000000000000000000000000000000000000000..c2ed0a15e9fe385d2f225ebce248369a53ec7f32 GIT binary patch literal 185 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n(i({_oeeo?;i_YEO)ZqW{f6}4! grw8{Rs?T7Uwc~Z)t~qaXfQB-7y85{+J#a+=00Klt=>Px# literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/economy/mining/gem_gold.png b/assets/minecraft/textures/wynn/economy/mining/gem_gold.png new file mode 100644 index 0000000000000000000000000000000000000000..c537fa8bb46fffd5c4c67c7954842d19211146ca GIT binary patch literal 202 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYiUB?$u0ZeiNk z!?Udy78th1YNk2~`x|iDsIc9*yw?+`h_NKdFPOnQCFc*26YlBa7*cU7`2d$yno|bf zm);=LjKiEMo}?7cP=?7U5>frt>mCIC-J3h ws=`s8%jxG%FwH)E)v%WF$cxa`8*cG1Gz9;Zjc1vr3$%j4)78&q>47T}0BIsd^#A|> literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/economy/mining/gem_granite.png b/assets/minecraft/textures/wynn/economy/mining/gem_granite.png new file mode 100644 index 0000000000000000000000000000000000000000..a3df29b0c9610611226f5d5926ccc402b7d58043 GIT binary patch literal 208 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n)B}7%T!HkD4^O{d+4*T__v{Ya BNF4wG literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/economy/mining/gem_iron.png b/assets/minecraft/textures/wynn/economy/mining/gem_iron.png new file mode 100644 index 0000000000000000000000000000000000000000..ccc67e44ab13a9e539d4a331b1384846cd2044ed GIT binary patch literal 205 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYDgizru0Z<#|NmDmoIG-H*Us%5 zmoJ??V_HvBeOX?1N_0ekg{i)bl-MoLV{d`#7)yfuf*HJ1a{d50;hrvzAr-fh4{)We zYq~H;Z6Wu89#5rp_YxQ#1=YXuIvjIxRNT5LZ$i)Hj_L^035G{qkLvQOY&xU5SA|LC zkm$5~fowr%Hq<=p$=P5TBYWB0q37OS>D6Z$VtW60oVrq{3$%j4)78&q>47T}06n!$ AdH?_b literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/economy/mining/gem_kander.png b/assets/minecraft/textures/wynn/economy/mining/gem_kander.png new file mode 100644 index 0000000000000000000000000000000000000000..eb5a47ae53c8b636a7ab9404ffcffbf73b377d61 GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYDgizru0Z<#|Nrm)|GM?{#k4y| zGZxM9>ua&DEjLU~Rd(^=RnQaUkg4oAtOQiYSQ6wH%;24p^9RU@^mK6yskoJVfXgC$ zZ4|?@=wh47S@pZ{%~?pboTz!PC{xW$A${5&(zr BNo@cC literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/economy/mining/gem_molten.png b/assets/minecraft/textures/wynn/economy/mining/gem_molten.png new file mode 100644 index 0000000000000000000000000000000000000000..ed5de7c31fdcc96a1f5d49980477c4f309374427 GIT binary patch literal 217 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n)B}7%T!HleSNH$V?ED|&{@+#a zzqZt2DZV~I&KOpP5Kab5W(H$c1{o%XRcD%K0+lkB1o;Isc&Ft20df*NT^vIyZuy>L zaJhIz^6IO9&wV32*c<-#v+g;!>ebF`UZJ&~osIL}Z_zmLdwNhH^Sd96yvJk~ zFdVy)@Zi@+69#F8yV4=M1)1HJE3;3Mn`gOv-$X&fyOZjwmXycIJ4}8xZH3z7Z9uyi NJYD@-5n)B}7%T!Hj|5IFz+Y17LqX~#DE zchy?PN9dUuN|_mm$jk7{NpbPbNz;EDtQfQv_O literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/economy/mining/gem_silver.png b/assets/minecraft/textures/wynn/economy/mining/gem_silver.png new file mode 100644 index 0000000000000000000000000000000000000000..db124cc595b05b340611829e86f8e540fcbec421 GIT binary patch literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYDgizru0Z<#|No!<{k{A0#ie_9 z_ntg4dEVUOy4slZG%HsZ4L%`F9^T#OXXygfF_r}R1v7Z3}1AK*({ z+jPOW_pn$)hM%kIWj%r9O%nqm#5@jo-rTZA`iMc8uRputvbJSQ%X1ivrY&u2Eo+iE yZG1~B&A7qED!qwSVn_P98@z@U<};45FdTjQPx$SsDjlE&44$rjE=vzwkpKYMKTCuF literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/economy/mining/gem_void.png b/assets/minecraft/textures/wynn/economy/mining/gem_void.png new file mode 100644 index 0000000000000000000000000000000000000000..e258224f7d397498cd2e9399103a054d1cd0b332 GIT binary patch literal 199 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYasfUeu0Z<#|NsB4e*ZP;<=4hX z_u@~U^4hxGXiAJspoD~k+0^anKoyK7L4Lsu-YGeMfShno7srr_TgeBwtgIGnS!6Wh z=)y%pLAMx^EM~Q}G)wrNYI4$?>EO0`<)*?+l?fNKRy~U063X;8E%aqKvH$6>u0VRvga0$m{H@&iGjq+$ z*adeZXI=B`IcZS1R?2HSgK;v0vKxbls?QnToj|3GB|(0{4Bja@e}J42PZ!6Kid)GC z7{d;}=;9UFWwKV-5n6a#!hT!Hk(4DG#PIx7QodOg%j zEaX!Rr6RN?{MAHkB)P=J#XDzuz literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/economy/mining/ingot_dernic.png b/assets/minecraft/textures/wynn/economy/mining/ingot_dernic.png new file mode 100644 index 0000000000000000000000000000000000000000..582132c34b3a059b9745a3643b1ea4acd3a40422 GIT binary patch literal 370 zcmV-&0ge8NP)Qsva{Zgwn6NN3rpXt?XR zqyDvhWpZ-GPz-}m)b1epgCzuq{>zND$*>H&`>=mymcNAKfhxbh63&}NZ!2n#JWeR( zVG7*V72%b02kMr>2tUHsIeb)M8FXFEGH7zsw QA^-pY07*qoM5Vyg7+1ZKGXMYp literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/economy/mining/ingot_dernic.png.mcmeta b/assets/minecraft/textures/wynn/economy/mining/ingot_dernic.png.mcmeta new file mode 100644 index 000000000..b631f83d0 --- /dev/null +++ b/assets/minecraft/textures/wynn/economy/mining/ingot_dernic.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":60,"interpolate":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/economy/mining/ingot_diamond.png b/assets/minecraft/textures/wynn/economy/mining/ingot_diamond.png new file mode 100644 index 0000000000000000000000000000000000000000..8fe6021413cee72da066d1b6f1fd823bc2d5ae9d GIT binary patch literal 402 zcmV;D0d4+?P)Wy3WO#m7X2!}*SYf+sTBD+rZCqt*Tc?O)8C`t(raC&q1 zj02t3x9OK&F*n}JJoOY7f%zpk@i z2++$b8$)B0{1h}n02;?CIE!(^2Cfp@7KkTUk)4qeYoAzM_3}w^vNVE+hX+NXYA5O{ zixr#Y=#W%RJdKe}oKMTHMo>7ZX_+0Z)x2X|jtGoP5!d(V!Z07*qoM5Vyg80lTK_W%F@ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/economy/mining/ingot_gold.png b/assets/minecraft/textures/wynn/economy/mining/ingot_gold.png new file mode 100644 index 0000000000000000000000000000000000000000..c28320a4556deed5eba433092b6e37e6ac486687 GIT binary patch literal 202 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYDgizru0Z$0jCWCV)nHWDUu_YNGm w`b>gpN#m?CmG-#DWg-5nqyv0HT!HlGUH#{$=WeJBn4N0d z9j>2gF6gDgsx89!+M;OH$6>u0ZEnBMZQrzh-SVXi z=gpZhW9pQ?o{oyrqLjo0ZEt5GZ8c$G(V#^Y3xG-)OM?7@8N5?+{s1{4o-U3d6}OTP zFoqp`(ZwsU%Ve#z&-B)|$Q*{x!M)A9C3kQ+AMUw)s8(WHdzaSow$L+)HzK7ZW`!9( zXJG#Rlu*Ftlgz|mzTwMWl|6e80nKOdboFytdf<{9 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/economy/mining/ingot_kanderstone.png b/assets/minecraft/textures/wynn/economy/mining/ingot_kanderstone.png new file mode 100644 index 0000000000000000000000000000000000000000..ae097a9953a5ff9b0a605ebd0dfa27615a991210 GIT binary patch literal 205 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n)B}7%T!Hl7%g5(k+~2xkanZaf z1yedBdaC`}%3Nx5t|`666=m;GL552gupz z>EaktaqH|Q_cB*Q9;N{CTInwbZvM}E{N`e>QHU}4Y{uyk1ttgdrX+$>E{9G^VMJKUpF5AFIe$Ge)FRuLy2&? zzwhh|9v-5nLIQk3T!Hle-v|Ex-t+(0zOOH4 ze|a(M>+_jc4>w#tTy_0$<+a0AYiEV7nH92nX7t*bA#=O@=XZI|>+)zRvS=$ZYAZ5q zEi#Jt7moKA(pP5HQ)bmyVwDnRR$2A`CeU2Qk|4ie2Je)dKR`}}r;B4q#jPp6&7v%U zJb%JAg&0vZZl==cxslfd|*f42AM3D=-YYE8BVXOS{|su{^-}McZ>f1 iyL|WQ{@r~F3=BpL@3d_i{+9yXz~JfX=d$#`6$t<_Y-5n(uY@X%hB&N>zUIcdMTDn&NgzVdYhh0HM=`VM~5)Jzges#^=jUp=m0w nm(+O_t*>GEmgec*`RViBHI1)RxhlVdoW|hk>gTfbz!eDqg9S@) literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/economy/mining/ingot_void.png b/assets/minecraft/textures/wynn/economy/mining/ingot_void.png new file mode 100644 index 0000000000000000000000000000000000000000..a8cab160a15f3c303ed5aa2d78737d432b23c548 GIT binary patch literal 202 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYDgizru0Z<#yZ`_9{Qo=a&!d)m zcj|7R%sn-5n|Ar-f#oI1*QAb^7Kg(J3q2 rCDfzW^S#llGv4R+r05-f>&{@b=mkqztn4bF1q`09elAN7T#*0(UC~Aq literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/economy/woodcutting/paper_cream.png b/assets/minecraft/textures/wynn/economy/woodcutting/paper_cream.png new file mode 100644 index 0000000000000000000000000000000000000000..a3316b50a699bd1361a46ad4b4bdb1cab01d89d4 GIT binary patch literal 197 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n=PQD6=fLh>f057Di}+G{DK+0Q*!i_@% literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/economy/woodcutting/paper_white.png b/assets/minecraft/textures/wynn/economy/woodcutting/paper_white.png new file mode 100644 index 0000000000000000000000000000000000000000..1c946018e06af2095b7adf67c392a8f88b9a3ebb GIT binary patch literal 192 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nqyv0HT!D0HS^oe3U!J|Vb@B4C z!$)_zx;Zwt)JjQ78JeVZ1Em>Dg8YIRyi;=i06D>)E{-7;x2Bxh&UnCp!zIw@jr~Uc zIafR1+4q_CRc4C*+xp;-5nqyv0HT!D0VLvB-kOl7ivZiH*B zw^e|Ry1k}|nF7!5vjx|H(u^fRe!&dhDLH?DoLo;A$B>F!zFqB%ObP-=9<1N^|42}% zm1orE+j94%@BY@4OUf1a#=U5!%8I(l1!_#EeyOHfX`l2x6__}SxkUKOrFy1cYR!{7 zyzZu)=}%y~`gPLJ^j^gt-euQ+Sxfr_Md>BoVqCLy((m~xJ>UN@gj{>I=t_j6571%; NPgg&er3bD^006=mP^ka_ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/economy/woodcutting/scroll_cream.png b/assets/minecraft/textures/wynn/economy/woodcutting/scroll_cream.png new file mode 100644 index 0000000000000000000000000000000000000000..bc09832a5234d239d69c392990a61513e5bb38ac GIT binary patch literal 220 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nqyv0HT!Hlezo*_jTz>mZ->x;q z3noQ()i~wG$%eSHr%A?50!lNM1o;Isc&Ft20dn#^T^vIyZuxe#Co(Gt9C@(*??2&o zvD+moy@~y%b$LGXcR%4SaWJWL+%k#9G+t<(i$mo7B|hn@XS`1ZCeGykB6Q|cKGQGN zv#u^n<1W2cp5fs8SN-+*S7N^!o^JhrjFVdQ^uQGf0O|BuVE_OC literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/economy/woodcutting/scroll_white.png b/assets/minecraft/textures/wynn/economy/woodcutting/scroll_white.png new file mode 100644 index 0000000000000000000000000000000000000000..f9147473bb479a37ef4f87dd584a1167fccbe4be GIT binary patch literal 220 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nqyv0HT!Hle|6iWHxOMUJvBO7q zE?qXixurHGCC=B+gMpDL4=Bx8666=m;GL552gu3yba4!+xaHf`p2(~qaOA=IzyE~W z#cr3V^d|P3*5&!k-~EKU#KEM}amyqY(|DnEE)J3Rm-wWsp7A~vm^hRBi_n=*`Aol5 z&$_xSjl1+(d4_}UU-j4LUy1!{c)IofImYfO+q!2IGG?!S@>l%jzxscSo|&(f$KQB< Q4QMrkr>mdK(gRl{0I2p_dH?_b literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/flora/cattails.png b/assets/minecraft/textures/wynn/flora/cattails.png new file mode 100644 index 0000000000000000000000000000000000000000..68ba07807c9ee3aa162a82c71297ed5a6a02b12a GIT binary patch literal 361 zcmV-v0ha!WP)Em_A%LV5n&BS{=jii}uxpw31Px;!;1;@yu{4ng?IwhC18+KL!t7MW>fMbvsV>Bti zF=)wJ%~mx9Q_>izObD;x#Vp^(xfjR0YdA(JZAT?F*c8h>zibMMF@KBY7nworFG5cUvO^t;4Lbz3WPSXnop}L~SpsibF_3i&}e}_Dk zQcXi3C~uTZr8Q062qs14-et@(y~1?y$`n<{as!=Exf1@bj3-N{i5o#fe98%az&SC?hySx$tjC}_n%AirJj61M^JCu4dYl=6TZZTtmPF8t8N^miMRwyuLGcRT_Wk3}rS|=h( zCF=96xBvhE0d!JMQvge3Z2SNK0i#JoK~#9!WsnDs9We|;nV+d~Tk-yf4Ic*E-6Vid z&5~aFSh&B|_IkaGxF759N7VL0RYY9<`ATq)*Aa0;#r+7y?y|HU8)Co>*B?OS-6n;U zU_e~gF2PKlb)st%A`h;;7rLrEPcH!Wp<_G1AsD&)A?nhzV~n?y~^t@qh~S0BwrZi5F!-0Dx8PYE?^G*HtBeYygUc(Q3^lfMy#YoqZIM z=+c;WUFZpB4RJ2zaw@ca{fDGcOs=GhLH1X^YMi9%_)upwj ztp~u2dpv-80oYag0Ql|ncnksbt1Vj#K=*^-j1jJi{#&e@%f*m4Kq?HTRaN!2R0^|L7nnihZ#kZ3{B-4Uj$m-Rkpf~6po5aUs4DN$%CMO+>=NgJCGv!Vb100DGTPE!C&WNiEZ009t5L_t(| z+F}?K08j`SpuiEsFmN{BSknJLT)NBU45gd_f?+HTxvuLcvVIZu5NlokCkobGlb8+* zN>5B(|4OavuA;kYIIZ_RhP7J7nEO5bV%qk!yzB3Fc!_SM?pi~7MmiR2y{T(05bI`4 zE7n_hU3D+Esy-#%VHJ}K9TZUEQ1 zIsT~?rU6RD{@e=nnI=4?1V{GTri= zO)v{phSi-xl5En6w9U#%;pkCI=v1)F+Xe~ufoNyg#(lt&1Rk4mkuj(f*BpHWGZcH+ zf;7wn-iK$BwYC0cPOR&6C$ZzfV{BUx}Kf}T5V zhbS)0dcXhx00DGTPE!C&WNiEZ00CJ^L_t(|+G3z80MJ1OC=df749w(B=Ko(iMCbgaBfTyR22e`jKkOxl>2Y@8q-KIqP2i&Dw zztSBNI6L!gjA=YOvNJ!$JPJiod@XXKL0;r}E+!~TepjVRSpftwn-8KL{29223kT(g zwjIKP$=@%!3%c$ortZ5?0QFMWO$LsY`CT})700000NkvXXrNGn}!*SyX literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/flora/crops_hops.png b/assets/minecraft/textures/wynn/flora/crops_hops.png new file mode 100644 index 0000000000000000000000000000000000000000..2d86fedefffcbfd2cd072d51be5440bc8e67250a GIT binary patch literal 328 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFP=HT}E0E4=HI1({_fIo*j?yyo zRAu~g<^xcau_VYZn87{4UC($FZ;rn&L! ze|>&4ugjbZIE3yb46r2|Dbmb$n4T9oX1%WHWpa+hZNo162m$?oTTvGyqE+fe{;BD2C;rLW*Z(3iFvI)78&q>47T}0H+3sO8@`> literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/flora/crops_roots.png b/assets/minecraft/textures/wynn/flora/crops_roots.png new file mode 100644 index 0000000000000000000000000000000000000000..c30ea948130d60ba1e3398c0d3f1863e2a1f346b GIT binary patch literal 384 zcmV-`0e}99P)0frN@P+yV^KO=NitMID^5HmM>QTpF&Z4i9lQVl00DGTPE!C&WNiEZ009t5L_t(| z+F~F9FtQL(0H}iuRAddo5PEKnW4`|jUp6T=V21%XpZ+R+{fBTr)TF=h8vNx5rk6Tg zMAKbh^)SU_#Aksw_5396a!)Oa?k=BA9OJ>W%lBfwzi@Tcl#3Y2miQ}C3$JaTH<57? zI}Z;;LnbHD)mvxHH5=SiGjvNZA2U@=h+#CZZYx9RG_EH88XfTRD54o-U&et5h};r1 zB2UV6dw@LbSfd1h|53NOM(}sndO1w$`(n8+Yuga{Xd-eWD3efmI3XS%0`=2Jv+-C{jfNW eu>Y;}!~X%wbK_17YTwoX00001NM0mcaU@P+ z9z5SaUv?f|b{43jt-6VIho00001bW%=J083bU{&#?=RMhmMUA%Lrpx&D&$%=awK8ziW}Tn!*D5k*z)fpuqYxP_cgq8O zY0PYqfi$y5V%9AVa#T(U%bcyO)&Vx%vlgtS9S$nm0-ILKwi~r-%$k#4fK9V<)GE|l z9co?z_)VjF_bzxdxx@{w8KRSp2^YydfSy74ug{)y1HB*mz6X$9?_G5I2A7;WN6$&b z+)q;nc=NhK1|9#u{QU6x)x$WTSr7wZus(G(HrKZ2{x{q7Q^h}WZ6KcT9s^ta?^L)o zA3M#we|!K>4{u+5#Ue-U%wD^DL-~gL=kIOX$CZH_RD1sZW)Eq>_V&bvLTQRLY9^&D zP%!3Pd+hN^V(?M)iAg*_o#C%I=4+pIpXlf&$N&qla>~=Jebe-P=*9-c8e>>OJTQ{3WFSnw( Yf63I@a44@f(*OVf07*qoM5Vyg7~X{%3;+NC literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/flora/crops_wheat_harvest.png b/assets/minecraft/textures/wynn/flora/crops_wheat_harvest.png new file mode 100644 index 0000000000000000000000000000000000000000..170aee026eddb470e2080eff1383a176057d8be8 GIT binary patch literal 402 zcmV;D0d4+?P)pF0d!JMQvge3Z2SNK0V_#FK~#9!Ws(7|2YKm)YU{YeE zj}e3mBQS}4!Hg)1`~W*?Jec$tnxb0Rj>N#25SW|Ra?_wr8u{TGEW#j^2EW|^7kj&% z2ge|iF}U}eHMpkY;r!2Lz#hZ_g*9c3n7aTK1889Mn@t#R6fS!&sxufo_>6!B1Lhj@ z7^razg9}429|j?E5f7Hq1mKoXFhN(KL@JKVf^#KZ;yTP@?Hqz+1nS7gTg#3`R0q;LMT7s`r-Lgcqab`xZr*{bODZe wkl`MEytIVS@k$@p$2Un26CXd@^K!lXAJz!&`h*+|%hFbbwEYE0Dev+~hJ**{Vfpvqh>_ zj?6@5AK55DK^HEWRDst(X~vQuzhDOMl$<|6&U{Z7$B>F!HOCJovIO!tZG4_!_a(ki zN@9H;(~8GJmzf+iOG{;ia^4-j-T1{OU+n3=?|XMVpXhz{v%=|}`;+f1IX<&C@K@SC z|9fsJ>HGP4>%Y9+ou?$#=Un;Qqc$cf?Sa(^>+Wh zJI<4Q^ZLTvx3{N1-g3lv@ngLk*3~jyEH6tP9u&w=sGI*k@e?}_14F6pdj_4zdpba; OGI+ZBxhy?!MFIeO^J^pk literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/flora/items/barley_malt.png b/assets/minecraft/textures/wynn/flora/items/barley_malt.png new file mode 100644 index 0000000000000000000000000000000000000000..29b1f0a9519d2182b9cbb42160e351047ccb5517 GIT binary patch literal 184 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nqyv0HT!Hkn6M2Ug+Ape;Z%+}< z3l#D)=dsk|Q;}iU{dBhjD9uwp1=%f(~4MgN7v zRph-C=YO@dyPoyy!daW38`Dy!ZRrm`zc>Hevo{vDHqB(_ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/flora/items/decay_root.png b/assets/minecraft/textures/wynn/flora/items/decay_root.png new file mode 100644 index 0000000000000000000000000000000000000000..5105d5ecd63d51717e13a86b9f8e764ad345443f GIT binary patch literal 242 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYx&b~Ru0VQTd-#-E-|iBZvUvUc z2#xFzm3R+{U>hDkb9P@dHXBVwD-A{iWmY8##`w_1r-2$6OM?7@8N5?+{s1|}o-U3d z6}OTd*vb{JuyIF^0j`P;&nr9kT$JYD@-5nv;urWT!HkN%@@}6Y?xj)zsS2G z#i+{F)jU8w!`j@)Rwh_WQ`Jb;K~7FqLPElgmHRYMHDgJTUoeArO3oi3r^M66F{I*_ zYhR#{vmyuc{mB{)PyStByT#}1{dLyO{<_9L?-(A|sknJ<=EhxSJkb*+&6P6?S7kWo zZ9fsD^Q^67_2i9O3zK@pi>Iw@nect8Wux!BCc7sOLR#g1af)c~$#+}kgUjBi>nUb#2HMZy>FVdQ^uQGf05`o^M*si- literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/flora/items/hemp.png b/assets/minecraft/textures/wynn/flora/items/hemp.png new file mode 100644 index 0000000000000000000000000000000000000000..3ecd843ae4b656e42d065426b0593e584f677adb GIT binary patch literal 200 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nBm#UwT!HlbEg=Q1s?m9pUQuGE z4#FCS0*Zg8YIRyi;=i06B4kT^hKypLb;{_?#SXY+E?p#yqyyfwinch=N7sZ#cL2Gsh49*WVga+rI#9V(@hJb6I-eiUa`Sb4W-4 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/flora/items/hops.png b/assets/minecraft/textures/wynn/flora/items/hops.png new file mode 100644 index 0000000000000000000000000000000000000000..794d9a4abed909641cf8a58e6d70adf52572326f GIT binary patch literal 197 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY(g8jpu0VR#zP|3|Nu`r~W6F)~ zA|&;lg=KZP_{G?~60#-%r5Q_t{DK+0Q*!>N*tU8|0XE%SCqX5ue7MX%iHTi_0gh3%MB5&o<#zn(5&( qwhh}RBrIU?IJcH5i*v>?7KRs>f1UW=b0HaM2ZN`ppUct%S0n&RT|!v^ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/flora/items/oats.png b/assets/minecraft/textures/wynn/flora/items/oats.png new file mode 100644 index 0000000000000000000000000000000000000000..f917423c826ff89896d0136c4a88072cb42a88f7 GIT binary patch literal 184 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nqyv0HT!HkVn?>`tgcP)@M(0U- zMTwa@2x}M$2#K?KUH%#glx8dm@(X70PRaQLIm2qW{9- zD)L^6^S@f!UC;V;;jB&2jcKXVw)BUe-<$vK*&7Sn8_TM{`Rx>a|(=|pe%2C49Q`$;{PeGqYS%Ps@c1jgcHDgJTUoeArO3oi3C*RY>F{I*F zG6Unh&~&|q7sjVgU#f2WvhvfGFYk6ceB4yBcml6Oqp+%?)+Ghe<8xzNb0r;&8kbGm zsNmMMa@8|dfyEx77E()ER!1H=A$Eo%ly~PrSpmy&vcZ`<=r;(y7eqZ eCcPMjV20PypFIBZ>lXm6X7F_Nb6I-eiUa_YN>Nw< literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/flora/items/rye_millet.png b/assets/minecraft/textures/wynn/flora/items/rye_millet.png new file mode 100644 index 0000000000000000000000000000000000000000..727d040330610d204d0ff97a449f37029a71704d GIT binary patch literal 226 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nv;urWT!HlSqXkzt#~qySwZ7M4 zYO!2jj(Bw>OO797oC{-^9ixplqnSFRvLqvyVCE{IYQ~ZvzhDOMl$<|6PMW8SV@Sm< z-@c=a4vHd&7c_1DzvF&ukynM-zMgBxW_(_Hag*xw=sPOk{}tFZ6x5&YPIc68FP!u^ z{y}rbwe<>}Z5vA%+&iCX&ysMh5M-16U2l}#vXdiX&8+ zg0cPI?N2~a#*!evUEaktaVz-%pU?u4*%C9-guR9Q7>q@l zLtGqn%2b7oUCR}e4R3~A+`(`pfK#N%hgnOo)US*$$d5sblbcJ(jD3};iKtNs<4Vo4 s;F2&l!yBi4Pn}gPn_?`Y5Xr+3PZ!6Kid)GC_#-rP literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/flora/items/seeds_wheat.png b/assets/minecraft/textures/wynn/flora/items/seeds_wheat.png new file mode 100644 index 0000000000000000000000000000000000000000..bbd246883c98603a64ac8f255047988c6e9eff35 GIT binary patch literal 195 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY(g8jpu0VRnNsj|FT^bfRg!I{Z zrCXbLsj6Cv^C~d;{ruGjlx8dm@(X70PRaQLFF3|nG(L!}ye4oz`*c%VpOapYPRm76RpRs^bOMxJ2SIP_5KO~x&TOZO5b nm_m5OUNM|%XqAxKaFd6j&*rE5)>q0P$1!-i`nfDUa76+D12#V@ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/flora/items/sorghum.png b/assets/minecraft/textures/wynn/flora/items/sorghum.png new file mode 100644 index 0000000000000000000000000000000000000000..2d3c23c712bfc7e577ed6e81ed100d5a19f0d064 GIT binary patch literal 236 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nECYN(T!HkLoqf;eBweX6 zFvjdqjNa~O`?Olk6&^Z)8Jey!auW?jO+BR>l-Wxa*rO#_HMp3hI2iX?>6-&JGnNGT z1v7Z3~?oH)vOIDm)cqD%H`2c{L=xr{&ZE&19w4ZhxQ_}ex8abp5s^|6gged3a) zd3pNZ4whdK3|}+D^-jb&jk_X#!l`Q7E0V7Di(j3yB)c|h53lx1_SbwrW_3TDn11E` ZU&htlSFK-fdhHByjHj!g%hCf^Bmk$NLID5( literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/flora/items/string_brown.png b/assets/minecraft/textures/wynn/flora/items/string_brown.png new file mode 100644 index 0000000000000000000000000000000000000000..8d1dd44da69ba25050456460c85583d990da4804 GIT binary patch literal 215 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n=2b` z7o}hu9zSzY8%;)KF-EpP&Luz-5nBm#UwT!D1$lHBY`(H{90R*71A zp>lGrd_1a*u8a~tfpUx`L4Lsu-YGeMfSfc>7srr_TeZHdLd=E&TAPmlua7C3wsD$< z+3%mNDtmY3v4k`km@jv^P>^@O(dOZkPkYNYF<*YaQOoBg*QFfx%U&IvJe;Os4quN3 zU61qV`z67?C;iGB)>n@vvU>D-r-5nqyv0HT!HlW`->m$&pNq0XvZ|i z+IW$4e_;nhPI(!|h&%EUKxxL3AirP+@06TBKu)r!i(^Q|t=fK9CRPUyCwGx&cmE&R zZyghPuXI-Sob>ZNAEv#imu09)er>n%1OFkQbqt=aelAN7T#*0( Dw(Uu5 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/flora/items/wheat.png b/assets/minecraft/textures/wynn/flora/items/wheat.png new file mode 100644 index 0000000000000000000000000000000000000000..8f7e1155a7c6498bddf17f8156c9a730ff0a32de GIT binary patch literal 234 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY1_3@Hu0Z<#-Rb`?mA~E6%Oy* zS?g{+q0n{jn!QT$8l@*wDqU~03mmR#UuetR@o-@bx7qumjrudvcD&h|J fnWr$8GBIR5JohF?*z_gPP6kg`KbNHku1Ej?m!7UzA#U3Z$ hwC$X5U-AD{+m?Ng{3MJnTmxFc;OXk;vh=_e2>=BVMi&48 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/flora/particle_1.png b/assets/minecraft/textures/wynn/flora/particle_1.png new file mode 100644 index 0000000000000000000000000000000000000000..455fe4942b14cc349da8a65253b09a94a94b8910 GIT binary patch literal 216 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYLIFM@uC66AKxWmtpsWQhu@lU! zQbjpDwRM0(OeH~n!T%ZFnYLU2@`^oO978H@u^zM(YBAtpIWTec30tNjc~`zoC%=Dq zCicJnOqsL(hCP7-vtCTza`55T1J@L1DVyjg*sfeHXsPu2E_a{bV;O#f8jEs;_d?Fg z58c=~YfZ*K&%z286(7B%9TKfGdH3tDRO3$bzVoiC>ETf$)4z-ppZt9NqB<@ZXg!0c LtDno#16L#fVvtX{ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/flora/particle_2.png b/assets/minecraft/textures/wynn/flora/particle_2.png new file mode 100644 index 0000000000000000000000000000000000000000..b0f804c3720f0892d99d1cd9352fcb69e0080088 GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY`~f~8u0T3(S%rUlq;rX{et?5(Tf>i;B-#xqJEY)F#!d z!HPykhlPcz17FlDi#=cnb@4tV-69v>_U65XVc*P-7xgWTR`NQBq-5n%mREuT!Hjt3#rAvhNhmL3n0ktxZ*>Zhqrnqxy0#vuld&YoFPOnQ zCFc*2Q{d_17*cUdx0jvohyl;x8>O31|Noz(sVtyz{)mCG;mh)vw(?jjBX#e&`=V5L z);eDD&b8MI{J+S+eo4e-*;PMwcw*Gy8rs%(X z+WMdS4bHr=XI{y$MDnD-CEkuA^FRE?ENX7?&bv0p9;j=Va@xhHaMq)3LLP(0gM_vN jM>5h*WLQb~vNJrmGPhJ>X}LMjWCl-HKbNHku1Ej?|3)tc literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/flora/unused/crops_hops.png b/assets/minecraft/textures/wynn/flora/unused/crops_hops.png new file mode 100644 index 0000000000000000000000000000000000000000..10eaee3eeb75b5738ee0c65c39076cbd3cd297cb GIT binary patch literal 436 zcmV;l0ZaagP)f0{~ag*9w{IA3`;V012kSwweHKUHTXPi8f4PB=qaDq=-2LQ@nrNhLT) z4xtfdq5uE@0d!JMQvge3Z2SNK0VzpDK~#9!eUewg?H~w*$8HiN;QkkTkDkKiZ=a70 zZ4ke3pZJ^ez~3BW!qeawx4_e!Lhf^Z%_oL2{S3PESz#590fQ7E$}zhc4j8IniZM3Z z@;+}E`pDLj3!6`FhPJXnIHOjO+23M%7pW28eefOjuErd< z@334Vg~N4NdxG#Ay7y!?MNM^z#R=S?Y+*n|P))%oSYBfjx@=YNz=lia27aG2B)KY3 zJNku9%!M0ki4lubfpLxlxL$%B38c)5jmX4#dZ!vS`*Cajag4iPDSYAzZTc3}em&x& zOLz+?m%?O%t5$)?RTEy6n9;0<)D$YjtU}2VU^PVu3Dt~Z2GRfLtgA#fBiAEsrhrF@ eNx=kD82U>D-r-TlsKLM literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/grayscale/flower_houstonia.png b/assets/minecraft/textures/wynn/grayscale/flower_houstonia.png new file mode 100644 index 0000000000000000000000000000000000000000..844a71937416bad813c6915f1f84c1443ab59aef GIT binary patch literal 158 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYq5(c3t|0Eyhu5y0+qrF3c6vl~ zgtwo!<2u7L;Xnz-k|4ie2Je)dKR}MTr;B4q#jWH8G7?UiVy0po&8E7J3}*^BObnTf zC2ocU%R2C+hMSpoNKJQP?s#=2WJTRJ76nEI^W-<4cQ2mw02;yI>FVdQ^uQGf08oxE At^fc4 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/grayscale/flower_oxeye_daisy.png b/assets/minecraft/textures/wynn/grayscale/flower_oxeye_daisy.png new file mode 100644 index 0000000000000000000000000000000000000000..7546d0661e76a6ca44e7b893e7138472012568bd GIT binary patch literal 197 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYasfUeu0ZXYHOiAgZ1GzpbEy4AirP+@06TBKu)Nqi(^Q|t>gpTBBBZ=lUE2h z9XZK(B*EV!FqH99&Y`3?34)Bl#jd3jc-l8iSP>vO;oymrYgX_G35w-s%sa>-l=;uX%mIV0)GkB-u`~h-oJY5_^DsCk!2pJeUO7?UGuyu1xIrxSr zIE7*14GAFyo@*@)3>?Y|iXuv))1=rYdh0f8X=%5=O4DZ$V&K31p2OHh_cqWR22WQ% Km!$`;NB{t{dop|g literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/grayscale/leaves.png b/assets/minecraft/textures/wynn/grayscale/leaves.png new file mode 100644 index 0000000000000000000000000000000000000000..f53e057d9f6b519a8d3ce75f45a6d05102285364 GIT binary patch literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY`~f~8u0VR)#QL(L#FWHfS7*x> z^Y)2AA;yv*zhDOMl$<|6PL`*OV@Sm<-fnlsqXs@>VcvBIhPe~?_O(Z?CI61UBxKnvVL>^O#Ya=DMb?skH~U5 xz5kJUwEA+M(~eJnJX#ax^d{cFYGC!Eeoyl=HL+^-9Y9+dJYD@<>tU@%Wqg{zL+pUfQjb!k2^>bNz;EDtQ-!CbE literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/grayscale/tallgrass_2.png b/assets/minecraft/textures/wynn/grayscale/tallgrass_2.png new file mode 100644 index 0000000000000000000000000000000000000000..82805bff0f46383a825f04c48ac93184ec102768 GIT binary patch literal 160 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5ncmjMvT!C~^UR+XqV0eg!XvF?< zAfK@$$S;_|J0<52kmKa(;uunKYpVBAMu$KSrknMT?-5ncmjMvT!D0Wh(}UDj{mUt+^Is2 zVi{B31>f`)%ow*=uUWttvLW(Xq$}&Cp5~qfO$=5wk3Sx((wDaS$r#!6u=b{eY#z{D O22WQ%m!$`;NB{s~BR3@g literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/grayscale/water.png b/assets/minecraft/textures/wynn/grayscale/water.png new file mode 100644 index 0000000000000000000000000000000000000000..bfda5d537303231a68efa5540ddc90ef3bf023c5 GIT binary patch literal 2156 zcmV-y2$T1TP)dt2B-Vu+);{~>>f^?)3<+ z+Pbc)6xiYeV1MsHXPEDhz^23TIwV7pWHzIVI0N*&Aiu<{90%ip5QXt`M)38H5N z`19`=Xa9|D3}~e3_kYPPB=*Z)a*-eU5=dZaf4^w{b!UYAKlO9Q0ec!NKGJZ124AFS z4jyCY;h<9ejak431Q0k8wNfEB9v}y^vH8*ZL+~)O`EOo~OqSSfKsKATyolO)WUN77 zL2m$r%2I&>uQbKcC=2ab!DBpmP!AsM8x!}c!TgPfP+V|)G1rwYJTVmDVf;H`+fR>R)NCppRb!a z8+?|#P_(=x9I!MRazTBU3=*svCMK0Jcj|@Q2{a6K(da?-BKP66RA!0r3netF1=lZP{yfj;l@ zN-2G>dJ$&#MA|E^kUp{fW32M_Gb3#w&=O=?w7?~ltI0eGo(#lZog*GmorbUzwwGL*6& zJhc91MIg#U1qdKQfLebf0f5vbc>LvY0}zlBI#8wm^LWI;V@>l604yRqKzV(D1q8d) zc#P+LVK5VHZpRNlPD-iqD2)dY;7Hhgycq)3Wz_i%zkV2jPCr)39S`ZX01#3y#>p~4 z=G-4CauyxY#_pj~sE!K}5`YckIL?3Xt!7J|YO?!uNhkSijmKo^Hhb@n7QXIB2DAW3 znewVDyZ~?n*yVdJO$;CG5zdCCWNLky;J7a@9(oZ3fZ#g*XE^(G8RO)U5&|q;3}r+u z1zcpYs^L7i3eLwP?Gr{epDBmrHkyMdJX z+aEZj&I7sBc^pYf!$jlJ_ZW6H0Gt>2xyLF{K=gKZ`*S(=hhR;OM_^{d_RN?W`;nJ7 zpWYuCobcWs>V9laK)RU$Fx*B%D}MSB04`Vx!jS}%UB=m58@c(>cbB4l!>NUvMU}vFE`H+%6m%0G+Wza|7x$b^H|&a1%LvXh@JPz0|z$s`!c<4AfNXo z2R0o00|uM>{#dAV9=;=S9mjO_*r2}d8-Ta|5Z>=C0H0C-0Zz!5A_qbne!S-<%dr8J z2Md;zvyi$UpmUG80I9Q1mrLu9EfaDkOY;OU%*TE49V9<^Xfm@jT=#$RQfg2>c^%B+ zcYhGuPI*7blmJ#X;k$ibrgyrz!|mX)hb;9ycC%UVS&qC=LI`CKT3!qVl;1uzgWvvu zmQCnQF0{M_JDY&nz7Idx0F}xMOY$s4v=4K{!6QQ;6apumeu%8VWj2`cdv6;LJPqgm z7$$z4bDx6EXP>e-&9GyCI1~U!>hHN}83s9|*&?svKpQ_Rsqc@{c)S&C8FFk)U+umG zJjz`JxZP4Zd5n`p&&!U7a7XYeB7*|w+TQzq?v%Q}WEKE~072uSx9ZT}VRts##m~v8WbFFJwyRu_+lWMD z>U$COmE|llny%&EQ(7xOy*X@lyWI|qrk#1l>Ztyrs`vlj>-TmdK(gRl{07sW_MgRZ+ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/archetype/archer/boltslinger.png.mcmeta b/assets/minecraft/textures/wynn/gui/ability_tree/archetype/archer/boltslinger.png.mcmeta new file mode 100644 index 000000000..0c7474b41 --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/ability_tree/archetype/archer/boltslinger.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":25,"interpolate":true,"frames":[1,0,1,{"index":1,"time":100}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/archetype/archer/sharpshooter.png b/assets/minecraft/textures/wynn/gui/ability_tree/archetype/archer/sharpshooter.png new file mode 100644 index 0000000000000000000000000000000000000000..ce0d722f78348a8e10ffd9b7930deaae71c9e485 GIT binary patch literal 299 zcmV+`0o4A9P)~jvG2rV8f%O>eD4F2*3UwK(g+BvJ6tJG)C_WS*t%tLK z6kNsk xJmEfIO3w)Q!Iv*!r2BvZe7q04;k^%klpkc^=H^nQ*7yJb002ovPDG`^)EE?uc>(|c literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/archetype/archer/sharpshooter.png.mcmeta b/assets/minecraft/textures/wynn/gui/ability_tree/archetype/archer/sharpshooter.png.mcmeta new file mode 100644 index 000000000..0c7474b41 --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/ability_tree/archetype/archer/sharpshooter.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":25,"interpolate":true,"frames":[1,0,1,{"index":1,"time":100}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/archetype/archer/trapper.png b/assets/minecraft/textures/wynn/gui/ability_tree/archetype/archer/trapper.png new file mode 100644 index 0000000000000000000000000000000000000000..cb3e42bae4bd55987e1796bc1e115be41ee5d43f GIT binary patch literal 303 zcmV+~0nq-5P)zS z$c%YZRP6zY5bIIf2Qo1o^#D#m1elrB12_bbR{`unQ9(Y0{523f1tF*V8Qg-W&^`E7 zNMmaGQ@~g(zZdz3O$bdUpAL`@liYd)Wu-zWeY;d;uJ9=99m{X)pi)002ovPDG`^)EFY= Bd_4dF literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/archetype/archer/trapper.png.mcmeta b/assets/minecraft/textures/wynn/gui/ability_tree/archetype/archer/trapper.png.mcmeta new file mode 100644 index 000000000..0c7474b41 --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/ability_tree/archetype/archer/trapper.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":25,"interpolate":true,"frames":[1,0,1,{"index":1,"time":100}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/archetype/assassin/acrobat.png b/assets/minecraft/textures/wynn/gui/ability_tree/archetype/assassin/acrobat.png new file mode 100644 index 0000000000000000000000000000000000000000..00f25fce7377684ce7c471e1e73b9b8928f33c6f GIT binary patch literal 293 zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3-qbFB!4{DY*cj5LY0*W5b3yot+ga3H~8z z&Tb**md?8RW~yqsl2Y;q0^ECmDi}+G{DK+0Q*!ZcVq4P7t`v%;B@2_sOMZ?+JOo)OWBPDPih9&$RMsIpf4NcHI@5 zt3>7PyT1D^sXuylFaNu}d?{!7em__uy?gra0!!m^xo-!1o+QezF*RQO&2e5z@?QR; n-m7*?9w*9Iyg!`H%*Ak=_gU!KEu24r9$@fv^>bNz;EDtQ)qZkb literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/archetype/assassin/acrobat.png.mcmeta b/assets/minecraft/textures/wynn/gui/ability_tree/archetype/assassin/acrobat.png.mcmeta new file mode 100644 index 000000000..0c7474b41 --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/ability_tree/archetype/assassin/acrobat.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":25,"interpolate":true,"frames":[1,0,1,{"index":1,"time":100}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/archetype/assassin/shadestepper.png b/assets/minecraft/textures/wynn/gui/ability_tree/archetype/assassin/shadestepper.png new file mode 100644 index 0000000000000000000000000000000000000000..85e4e666577b2c22fd9024cd5801fc2f2a85690b GIT binary patch literal 290 zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3-qbFB!4{DY*cj5LY1me?j=oJP-env`N}# z&Tb**md?8RW~yqsl2Y=j*A;dHRWOzW`2{n0r{w$rayEIoIEGZ*dV9s3>97G0i=(lF z&ENlrk2x)MFgy3~mTW86^!K;lMVEbc46Aizn60l~V${5(K~3|-yz!PzaqIJuuoD!P@w3Nv%@Sy#vsK{C#;x^ zk}Ml4Qocwge%bwI|Nq(-d(XdT-g%A7ljXqXnU5weO8#ftP3+>plKYRA#V$idp~w00DGTPE!C&WNiEZ006j2L_t(| z+U=CFa)mGq1S9EW`ThS7=ZxY8xKJm<4x?rlm-qGmFmhbwotUj7d=U4{a8rIKCOm!$ zH}yUsiuP2wAF;ath|G1#sW7mBCz78-1RkD?@VkHo>3}#GT%X8h`D*|_i2nZ+bn)5x z&hLT<&w#~8`Yw_>m1mHR@GRP!@+`<%YhK=c7*G3vF&_2-HGbO%{$Itb_F?e(Mc?+ZI!*hn z_2_Ea_KNqLf4o2Q`D*#DcZUls7#HsjyvP2&NbG9ui=_8kBvKfwvg>$G>PiG)a}prt+lz1Lu*~M;i&;tiMIT$wB;NF zednU3JI4Keu_WdveG_C*oT>dYnli|&s$|g!zz8VZgn60(n8PXI_(dUwYxpS;fE>Z$ z5)R`9hzh^?)zA!=Amiov7$sbeOQ^pYE~92G?hMW2XXlCf0 zyFTp5SfS7M0a)-$F@0_`rJu!!C%N1LpFSeR~1@ed!}YQI-nwUb}=#qrR$%nW5bt7RCA=QDV^`nfDUa76+D_KI}< literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/archetype/shaman/acolyte.png.mcmeta b/assets/minecraft/textures/wynn/gui/ability_tree/archetype/shaman/acolyte.png.mcmeta new file mode 100644 index 000000000..0c7474b41 --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/ability_tree/archetype/shaman/acolyte.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":25,"interpolate":true,"frames":[1,0,1,{"index":1,"time":100}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/archetype/shaman/ritualist.png b/assets/minecraft/textures/wynn/gui/ability_tree/archetype/shaman/ritualist.png new file mode 100644 index 0000000000000000000000000000000000000000..004b8b6d6010aee7febb971e0ca4dcac48160c9d GIT binary patch literal 305 zcmV-10nYx3P)j;PS)hb zQN-GMTuGJM6z$OkBuTLgqMAtfQ!GV7G&u(far>Z)QgQ7?@ccwI?Vo`nGAg+C1drl_ zm1u6iEnx5j6rb65QRtdHK>-Y&qM9{%3V7<5k#`?1Zr%r+Uzg`K?E~6@WZDP0o4M=o z`!_iUF6R#WU~b%DAFMg-gG}6MAI#nIv=4%JAO4A7YqjR=qd%vUzrA12VdSLC(QDbh z=q`Jv#idkvos#?QhVOn)Sa82x=2E(RotXhJKoXv(uCAHu4fG3xr>mdK(gRl{06(UB Avj6}9 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/archetype/shaman/summoner.png.mcmeta b/assets/minecraft/textures/wynn/gui/ability_tree/archetype/shaman/summoner.png.mcmeta new file mode 100644 index 000000000..0c7474b41 --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/ability_tree/archetype/shaman/summoner.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":25,"interpolate":true,"frames":[1,0,1,{"index":1,"time":100}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/archetype/warrior/battle_monk.png b/assets/minecraft/textures/wynn/gui/ability_tree/archetype/warrior/battle_monk.png new file mode 100644 index 0000000000000000000000000000000000000000..954d1257192f5dce0d7bc8d546371b925a84de6a GIT binary patch literal 287 zcmV+)0pR|LP)hVPgG_@MpQRBLoF{hB_=Hy8XvIZC_4ZE00DGTPE!C&WNiEZ006H^L_t(| z+U=A92g6VhgV(m{<^KO4US0!qFT)Ho4R_f0-JU`o|Cd(Ioj8;py8}NIpz1(JZlyYM z8|c8vF*c_6RURol6#$QNF`E9_i2`|e&jcBM-Wwdk^)CQ_!{Dz10iP?Ng^RHRK8N|# zPy&}AV~^ZM0jR_!loPlN^G;lbVtnT-x%*+;&dL3-uAbNrr027K@C)9lAC^T#JN5&q lbM4#@K7ZQ}i9-tq2AJm98!Hu6A2=r$I)J)aD+yE8TH9Yyj?*LbCrb+F< z6g#P{D^fv4x6 zNgwh)0PR|F*ay(Fc;1J=S^$fueL!RJ#AzSaU;BV}AO4GP|MTZyyiKji00000NkvXX HrNGn}3UPeh literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/archetype/warrior/fallen.png.mcmeta b/assets/minecraft/textures/wynn/gui/ability_tree/archetype/warrior/fallen.png.mcmeta new file mode 100644 index 000000000..0c7474b41 --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/ability_tree/archetype/warrior/fallen.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":25,"interpolate":true,"frames":[1,0,1,{"index":1,"time":100}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/archetype/warrior/paladin.png b/assets/minecraft/textures/wynn/gui/ability_tree/archetype/warrior/paladin.png new file mode 100644 index 0000000000000000000000000000000000000000..979311be9d1710d65f523767939dbb6803e554f7 GIT binary patch literal 284 zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3-qbFB!4{DY*cj5LY0baP+L<^mzuE#r`2_ z&Tb**md?8RW~yqsl2Y=*-^@+|RWOzW`2{n0r{w$ra@KgdIEGZ*dOPJJ*C7WUmg>%z zx&QvRzfD?kDD|taqm_h6+5xA;?faFvUoQ5LeACkU?MZP!>o+Tg1IZI_vKF6vzFVdQ^uQGf0Fg#?LI3~& literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/archetype/warrior/paladin.png.mcmeta b/assets/minecraft/textures/wynn/gui/ability_tree/archetype/warrior/paladin.png.mcmeta new file mode 100644 index 000000000..0c7474b41 --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/ability_tree/archetype/warrior/paladin.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":25,"interpolate":true,"frames":[1,0,1,{"index":1,"time":100}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/aspect/archer.png b/assets/minecraft/textures/wynn/gui/ability_tree/aspect/archer.png new file mode 100644 index 0000000000000000000000000000000000000000..34a8893423ad69f648baa112f2a8eb3155901891 GIT binary patch literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^1|ZDA3?#GT_UZ#Ei2$DvS0MfW|Nr0H@BFGg_``bP z8Ij5!hD-+r{db&CK}s1*g8YIRyi;=i0696HE{-7;w~`jvF>En!_uyeM;Be&@`1a2{ z&!x2e>(5!{G1sT=VXe|^ic5*U(A{y0>5F)bV}n1p&#jhhg<$P9ekpFA$C6l`{CyHU zY(*8E&M^70`mFgdWAg%`hUC?^^ZOm#v%YKB)&47sy)N!l`Fc@GyYpwDy$qhNelAN7 HT#*0(*h5V% literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/aspect/assassin.png b/assets/minecraft/textures/wynn/gui/ability_tree/aspect/assassin.png new file mode 100644 index 0000000000000000000000000000000000000000..62f0485b480d15425c62deec44599a69f5d15e96 GIT binary patch literal 204 zcmeAS@N?(olHy`uVBq!ia0vp^1|ZDA3?#GT_UZ#E(Ey(iS0MfW)Bpdz5BEFXoS?WY zNU+$FGxF1%f}21I#*!evUZD9N_W41x9i=j-4~fIxJf5W*u&_?m(IwP!sQin`(uDemb8su-a$|zQ{rN-p7d@Y(1;WKiHD2(SImX-G4U2 zfIb1ZgDvAOS1_r<9@r3B@YY$b=tJrO%x|f}GkXDX@%3<)h!pFg40x_E`{;tgB_;uvAb8ZO4#b@lVSUa5qVomr&nYSvDC9gTc4)`02m0?x44P!;w88`h~3ZfwbPC>CK9$#iiY@P(R%uca4RZS4mfdNArFNh3y+F+j+IuOs!C%6JdlNh3F zdh3ZIJaTThH=E&S!0^=R*|VmZ(Oyqt4B4$vS0eg?phc3^A)hbF=51^_%lO(BXJ-);3~ zI_v}IY*#!h!?L|C!Z9~clQX{c7XW{@#=g6j5?h> z5Fv`eXDs9b7z1GV4iMmd&NoKEtcUKd=Wk*AL7t}!SsBI_8AD=DAEU5Q?76Ej24Ha% z?3pfrm#8S`kSa=p-(A=M#Cqf07*oaKMw#I6^AXYpYX<^2$^c2Rydzf3fc^vM&`E-I zIyGwH8YFV_ZS~C3 z&Po6pDQp$XNIqB0CnAL#rON}3+K>=3&0Cxn+rI+rii2H?33{Vtpo`ASh%&%$6)QYK zEgu`?#@mfe+7J(jPhXAzaF*A?at4&x-HA%r^hA%I^T#LzON{dDla_c=6mmNE*~vX| z2Z=>^fiVPugTd~A9-$6)f-z%>8A_xNVM&M11JeK?Y8DScu)`9;FnJjMZ+d*Y`?Ni7 zkPJR`Ei}d~=-(8EgTj_jqQdWr=7Zm#TU->UGr*k$c70!WLI(jS^*%v6Png)yAOlX9 z&jCjp1Ph=)FbZgLRMEaQ+zA?EqIkRS-!kHVmI&M+b&%C3F#J_v*(>nfh$%!Y*k6cs z2si`C0TxH!5MKc!V(@|)MzNm`j2V}gg7=W(rwAWn23W-P;sMtS5MTSgm#@|fd?Tg( Y4an4fNiR0Tv;Y7A07*qoM5Vyg7#%CpF8}}l literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/aspect/flame_blue.png.mcmeta b/assets/minecraft/textures/wynn/gui/ability_tree/aspect/flame_blue.png.mcmeta new file mode 100644 index 000000000..5c1a6337a --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/ability_tree/aspect/flame_blue.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2,"interpolate":false}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/aspect/flame_orange.png b/assets/minecraft/textures/wynn/gui/ability_tree/aspect/flame_orange.png new file mode 100644 index 0000000000000000000000000000000000000000..24a1cb508ff66ebbe0ec3fb633751857de467160 GIT binary patch literal 1054 zcmV+(1mXLMP)u-a$|zQ{rN-p7d@Y(1;WKiHD2(SImX-G4U2 zfIb1ZgDvAOS1_r<9@r3B@YY$b=tJrO%x|f}GkXDX@%3<)h!pFg40x_E`{;tgB_;uvAb8ZO4#b@lVSUa5qVomr&nYSvDC9gTc4)`02m0?x44P!;w88`h~3ZfwbPC>CK9$#iiY@P(R%uca4RZS4mfdNArFNh3y+F+j+IuOs!C%6JdlNh3F zdh3ZIJaTThH=E&S!0^=R*|VmZ(Oyqt4B4$vS0eg?phc3^A)hbF=51^_%lO(BXJ-);3~ zI_v}IY*#!h!?L|C!Z9~clQX{c7XW{@#=g6j5?h> z5Fv`eXDs9b7z1GV4iMmd&NoKEtcUKd=Wk*AL7t}!SsBI_8AD=DAEU5Q?76Ej24Ha% z?3pfrm#8S`kSa=p-(A=M#Cqf07*oaKMw#I6^AXYpYX<^2$^c2Rydzf3fc^vM&`E-I zIyGwH8YFV_ZS~C3 z&Po6pDQp$XNIqB0CnAL#rON}3+K>=3&0Cxn+rI+rii2H?33{Vtpo`ASh%&%$6)QYK zEgu`?#@mfe+7J(jPhXAzaF*A?at4&x-HA%r^hA%I^T#LzON{dDla_c=6mmNE*~vX| z2Z=>^fiVPugTd~A9-$6)f-z%>8A_xNVM&M11JeK?Y8DScu)`9;FnJjMZ+d*Y`?Ni7 zkPJR`Ei}d~=-(8EgTj_jqQdWr=7Zm#TU->UGr*k$c70!WLI(jS^*%v6Png)yAOlX9 z&jCjp1Ph=)FbZgLRMEaQ+zA?EqIkRS-!kHVmI&M+b&%C3F#J_v*(>nfh$%!Y*k6cs z2si`C0TxH!5MKc!V(@|)MzNm`j2V}gg7=W(rwAWn23W-P;sMtS5MTSgm#@|fd?Tg( Y4an4fNiR0Tv;Y7A07*qoM5Vyg7{k%gl>h($ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/aspect/flame_orange.png.mcmeta b/assets/minecraft/textures/wynn/gui/ability_tree/aspect/flame_orange.png.mcmeta new file mode 100644 index 000000000..5c1a6337a --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/ability_tree/aspect/flame_orange.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2,"interpolate":false}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/aspect/flame_pink.png b/assets/minecraft/textures/wynn/gui/ability_tree/aspect/flame_pink.png new file mode 100644 index 0000000000000000000000000000000000000000..c466ba5788c579874a5f7e62637da3ac794f8ce3 GIT binary patch literal 1054 zcmV+(1mXLMP)u-a$|zQ{rN-p7d@Y(1;WKiHD2(SImX-G4U2 zfIb1ZgDvAOS1_r<9@r3B@YY$b=tJrO%x|f}GkXDX@%3<)h!pFg40x_E`{;tgB_;uvAb8ZO4#b@lVSUa5qVomr&nYSvDC9gTc4)`02m0?x44P!;w88`h~3ZfwbPC>CK9$#iiY@P(R%uca4RZS4mfdNArFNh3y+F+j+IuOs!C%6JdlNh3F zdh3ZIJaTThH=E&S!0^=R*|VmZ(Oyqt4B4$vS0eg?phc3^A)hbF=51^_%lO(BXJ-);3~ zI_v}IY*#!h!?L|C!Z9~clQX{c7XW{@#=g6j5?h> z5Fv`eXDs9b7z1GV4iMmd&NoKEtcUKd=Wk*AL7t}!SsBI_8AD=DAEU5Q?76Ej24Ha% z?3pfrm#8S`kSa=p-(A=M#Cqf07*oaKMw#I6^AXYpYX<^2$^c2Rydzf3fc^vM&`E-I zIyGwH8YFV_ZS~C3 z&Po6pDQp$XNIqB0CnAL#rON}3+K>=3&0Cxn+rI+rii2H?33{Vtpo`ASh%&%$6)QYK zEgu`?#@mfe+7J(jPhXAzaF*A?at4&x-HA%r^hA%I^T#LzON{dDla_c=6mmNE*~vX| z2Z=>^fiVPugTd~A9-$6)f-z%>8A_xNVM&M11JeK?Y8DScu)`9;FnJjMZ+d*Y`?Ni7 zkPJR`Ei}d~=-(8EgTj_jqQdWr=7Zm#TU->UGr*k$c70!WLI(jS^*%v6Png)yAOlX9 z&jCjp1Ph=)FbZgLRMEaQ+zA?EqIkRS-!kHVmI&M+b&%C3F#J_v*(>nfh$%!Y*k6cs z2si`C0TxH!5MKc!V(@|)MzNm`j2V}gg7=W(rwAWn23W-P;sMtS5MTSgm#@|fd?Tg( Y4an4fNiR0Tv;Y7A07*qoM5Vyg80Lu5qyPW_ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/aspect/flame_pink.png.mcmeta b/assets/minecraft/textures/wynn/gui/ability_tree/aspect/flame_pink.png.mcmeta new file mode 100644 index 000000000..5c1a6337a --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/ability_tree/aspect/flame_pink.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2,"interpolate":false}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/aspect/flame_purple.png b/assets/minecraft/textures/wynn/gui/ability_tree/aspect/flame_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..fe1ff72d8bdc2b6f80e2952519815e73cd5f3866 GIT binary patch literal 1054 zcmV+(1mXLMP)u-a$|zQ{rN-p7d@Y(1;WKiHD2(SImX-G4U2 zfIb1ZgDvAOS1_r<9@r3B@YY$b=tJrO%x|f}GkXDX@%3<)h!pFg40x_E`{;tgB_;uvAb8ZO4#b@lVSUa5qVomr&nYSvDC9gTc4)`02m0?x44P!;w88`h~3ZfwbPC>CK9$#iiY@P(R%uca4RZS4mfdNArFNh3y+F+j+IuOs!C%6JdlNh3F zdh3ZIJaTThH=E&S!0^=R*|VmZ(Oyqt4B4$vS0eg?phc3^A)hbF=51^_%lO(BXJ-);3~ zI_v}IY*#!h!?L|C!Z9~clQX{c7XW{@#=g6j5?h> z5Fv`eXDs9b7z1GV4iMmd&NoKEtcUKd=Wk*AL7t}!SsBI_8AD=DAEU5Q?76Ej24Ha% z?3pfrm#8S`kSa=p-(A=M#Cqf07*oaKMw#I6^AXYpYX<^2$^c2Rydzf3fc^vM&`E-I zIyGwH8YFV_ZS~C3 z&Po6pDQp$XNIqB0CnAL#rON}3+K>=3&0Cxn+rI+rii2H?33{Vtpo`ASh%&%$6)QYK zEgu`?#@mfe+7J(jPhXAzaF*A?at4&x-HA%r^hA%I^T#LzON{dDla_c=6mmNE*~vX| z2Z=>^fiVPugTd~A9-$6)f-z%>8A_xNVM&M11JeK?Y8DScu)`9;FnJjMZ+d*Y`?Ni7 zkPJR`Ei}d~=-(8EgTj_jqQdWr=7Zm#TU->UGr*k$c70!WLI(jS^*%v6Png)yAOlX9 z&jCjp1Ph=)FbZgLRMEaQ+zA?EqIkRS-!kHVmI&M+b&%C3F#J_v*(>nfh$%!Y*k6cs z2si`C0TxH!5MKc!V(@|)MzNm`j2V}gg7=W(rwAWn23W-P;sMtS5MTSgm#@|fd?Tg( Y4an4fNiR0Tv;Y7A07*qoM5Vyg7{#2>kN^Mx literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/aspect/flame_purple.png.mcmeta b/assets/minecraft/textures/wynn/gui/ability_tree/aspect/flame_purple.png.mcmeta new file mode 100644 index 000000000..5c1a6337a --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/ability_tree/aspect/flame_purple.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2,"interpolate":false}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/aspect/flame_yellow.png b/assets/minecraft/textures/wynn/gui/ability_tree/aspect/flame_yellow.png new file mode 100644 index 0000000000000000000000000000000000000000..53be7a0d79608842f00b348e169f605e171bdebf GIT binary patch literal 1054 zcmV+(1mXLMP)0ZnWu-a$|zQ{rN-p7d@Y(1;WKiHD2(SImX-G4U2 zfIb1ZgDvAOS1_r<9@r3B@YY$b=tJrO%x|f}GkXDX@%3<)h!pFg40x_E`{;tgB_;uvAb8ZO4#b@lVSUa5qVomr&nYSvDC9gTc4)`02m0?x44P!;w88`h~3ZfwbPC>CK9$#iiY@P(R%uca4RZS4mfdNArFNh3y+F+j+IuOs!C%6JdlNh3F zdh3ZIJaTThH=E&S!0^=R*|VmZ(Oyqt4B4$vS0eg?phc3^A)hbF=51^_%lO(BXJ-);3~ zI_v}IY*#!h!?L|C!Z9~clQX{c7XW{@#=g6j5?h> z5Fv`eXDs9b7z1GV4iMmd&NoKEtcUKd=Wk*AL7t}!SsBI_8AD=DAEU5Q?76Ej24Ha% z?3pfrm#8S`kSa=p-(A=M#Cqf07*oaKMw#I6^AXYpYX<^2$^c2Rydzf3fc^vM&`E-I zIyGwH8YFV_ZS~C3 z&Po6pDQp$XNIqB0CnAL#rON}3+K>=3&0Cxn+rI+rii2H?33{Vtpo`ASh%&%$6)QYK zEgu`?#@mfe+7J(jPhXAzaF*A?at4&x-HA%r^hA%I^T#LzON{dDla_c=6mmNE*~vX| z2Z=>^fiVPugTd~A9-$6)f-z%>8A_xNVM&M11JeK?Y8DScu)`9;FnJjMZ+d*Y`?Ni7 zkPJR`Ei}d~=-(8EgTj_jqQdWr=7Zm#TU->UGr*k$c70!WLI(jS^*%v6Png)yAOlX9 z&jCjp1Ph=)FbZgLRMEaQ+zA?EqIkRS-!kHVmI&M+b&%C3F#J_v*(>nfh$%!Y*k6cs z2si`C0TxH!5MKc!V(@|)MzNm`j2V}gg7=W(rwAWn23W-P;sMtS5MTSgm#@|fd?Tg( Y4an4fNiR0Tv;Y7A07*qoM5Vyg7z?b@DgXcg literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/aspect/flame_yellow.png.mcmeta b/assets/minecraft/textures/wynn/gui/ability_tree/aspect/flame_yellow.png.mcmeta new file mode 100644 index 000000000..5c1a6337a --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/ability_tree/aspect/flame_yellow.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2,"interpolate":false}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/aspect/mage.png b/assets/minecraft/textures/wynn/gui/ability_tree/aspect/mage.png new file mode 100644 index 0000000000000000000000000000000000000000..689b88f33b83cf74feca95a92890bd1f4363aa8b GIT binary patch literal 194 zcmeAS@N?(olHy`uVBq!ia0vp^1|ZDA3?#GT_UZ#Ei2$DvS0Mc#2>wL>za#T)t@np2 z>t!Ykk}>jaC6(+^H0OLR*LGldMsgP@Za9gTfbz!eDqkIzew literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/aspect/shaman.png b/assets/minecraft/textures/wynn/gui/ability_tree/aspect/shaman.png new file mode 100644 index 0000000000000000000000000000000000000000..491b24f106c1f69c83c148835b2274b6445b88a0 GIT binary patch literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^1|ZDA3?#GT_UZ#Ei2$DvS0MfW@BgT8Uz`rS67AV9 zl(d<_t%t$b*FI?{4^WP=B*-tA!8;}A50I1S>EaktaqI2*oux+@c$fnphy0g~&X*RL zS)BBTq5gjC^{aZ{UlsN1eb)|1X3b){7Bi(~kHFR`IxcSoHh%GO~7w}0X)tZKRo~I-uLE-)1l9a+4fiXMGP4x-H9a;Lh`Ru65PM zX`Cwx&S^9*3t+PR?RR5)z}ESC{x82P&%5{S_O@C^p3kqJSGBzM1=`Bs>FVdQ^uQGf E0B$8wi~s-t literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/branch/0.png b/assets/minecraft/textures/wynn/gui/ability_tree/branch/0.png new file mode 100644 index 0000000000000000000000000000000000000000..e47deb894436d37cdffebfbe00d6c322b9e6f480 GIT binary patch literal 192 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%fve}GSjE0A_}3o*BJ*3~ytRny(8 zCT#^2Vk`;r3uf?6$@v51#Cy6phE&{odSNT0Yaq|z3of7jY1gM!M8s{io0@&XX9kOe z`uE5LC2NKm|Cugu3+(HCUUa%xULn4gY1ikTcl-yI?mO>Lt6DH~{%iA>OJ>?U;(1j+ k>4C|FSzRww3^uyG;dmYPLMEHl6=W}ir>mdK(gRl{0OFQG*8l(j literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/branch/0_active_0.png b/assets/minecraft/textures/wynn/gui/ability_tree/branch/0_active_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f50bbc70dd465af750278ba965a2b0dc0436aadc GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnH3?x~nsr>~~JOMr-u0Xo!{g=RV4;iLzmQCI& z2jnxB1o;Isc&Ft20dm|tT^vIyZY3{}`H~~JOMr-u0Xo!{g=RV4;iLzmQCI& z2jnxB1o;Isc&Ft20dkx?T^vIyZY3{}`H%_4|n@(&yZrU zHcD#OD#jx}#HD8O3nixg+xm*xW#iSV6?%0G7-AV2o-O<(yDewVf1qg$p00i_OAlO; F001SKHX8r{ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/branch/0_active_10.png b/assets/minecraft/textures/wynn/gui/ability_tree/branch/0_active_10.png new file mode 100644 index 0000000000000000000000000000000000000000..033b39f2a0889d474074840999414434061b91ed GIT binary patch literal 143 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnH3?x~nsr>~~JOMr-u0Xo!{g=RV4;iLzmQCI& z2jnxB1o;Isc&Ft20dfpIT^vIyZY4`-d}x>VG5jC@_w|29h33qwmo|j*DjeIta^X(} n!L(=b`|TV=K7Zz)V$68-(DR;6M-C~~JOMr-u0Xo!{g=RV4;iLzmQCI& z2jnxB1o;Isc&Ft20dj0TT^vIyZY3{}`HgTfbz!eDqp&&5% literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/branch/0_active_3.png b/assets/minecraft/textures/wynn/gui/ability_tree/branch/0_active_3.png new file mode 100644 index 0000000000000000000000000000000000000000..28ae262a56d7c0ec623d5c0e3b670b79df680c8d GIT binary patch literal 156 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnH3?x~nsr>~~JOMr-u0Xo!{g=RV4;iLzmQCI& z2jnxB1o;Isc&Ft20dnj-T^vIyZY4`-d}x>VG5jC@_w|29h33rEj2Ele1Rlp{T&bGC zVf^{}8h(MJVLt<6Ygi4AvGE*Zv|v_rHDq9@DE-}8ysq{o&?E*=S3j4f2d+o}06PjY AbN~PV literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/branch/0_active_4.png b/assets/minecraft/textures/wynn/gui/ability_tree/branch/0_active_4.png new file mode 100644 index 0000000000000000000000000000000000000000..b006e7d22623aca4849ce036fe834a72bc3e4014 GIT binary patch literal 157 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnH3?x~nsr>~~JOMr-u0Xo!{g=RV4;iLzmQCI& z2jnxB1o;Isc&Ft20dnj;T^vIyZY3{}`H zwRIE2BHJgtS1g{*H#iz*`Qq7!#9O5d-ET#h879tno*F2B>O0UV22WQ%m!$`;NB{tX CI5kKB literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/branch/0_active_5.png b/assets/minecraft/textures/wynn/gui/ability_tree/branch/0_active_5.png new file mode 100644 index 0000000000000000000000000000000000000000..c9429df1b3189edc073c8b1b40c7c6a43b937723 GIT binary patch literal 140 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnH3?x~nsr>~~JOMr-u0Xo!{g=RV4;iLzmQCI& z2jnxB1o;Isc&Ft20dn*_T^vIyZY3{}`Hoa>BBRhlVoJWC2TZ@~3IvG4&{altFxFP`n6Zb2$ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/branch/0_active_6.png b/assets/minecraft/textures/wynn/gui/ability_tree/branch/0_active_6.png new file mode 100644 index 0000000000000000000000000000000000000000..fcc094f44704d2399ca1b88f47123ad2c5f73ea0 GIT binary patch literal 140 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnH3?x~nsr>~~JOMr-u0Xo!{g=RV4;iLzmQCI& z2jnxB1o;Isc&Ft20dn*_T^vIyZY3{}`H3c7_Mg3tk&U7G^dp}q>zf_`buxIm`nfDUa76+D@!~6< literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/branch/0_active_7.png b/assets/minecraft/textures/wynn/gui/ability_tree/branch/0_active_7.png new file mode 100644 index 0000000000000000000000000000000000000000..ed4ec0ee56ed5e5da042dd80e538c4478549b5ce GIT binary patch literal 141 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnH3?x~nsr>~~JOMr-u0Xo!{g=RV4;iLzmQCI& z2jnxB1o;Isc&Ft20dn*`T^vIyZY4`p9QgB}q2;6bYDOi4(!Y!x%5Rum+RW!Op1RR+ k?m@FL-vLPu%`Qd;r|_o_u6~~JOMr-u0Xo!{g=RV4;iLzmQCI& z2jnxB1o;Isc&Ft20dkBzT^vIyZY4`-d|-4k{2$MpXt0*2-RPgMEyKj5e>)jh-Ppu% p>cQQHa}S!0`3^{OXm&9&Y<~8X~~JOMr-u0Xo!{g=RV4;iLzmQCI& z2jnxB1o;Isc&Ft20dn*`T^vIyZY3{}`H|%fve}GSjE0A_}3o*BJ*3~ytRny(8 zCT#^2Vk`;r3uf?6$@v3P?&;zfQgQ3;IYzbv4m>Uw&;Hr@f2Ourj&h?@raepLjISp* zm@=m+B)T>9$}!|F_{Zy~80!2?HlXu-gY|?%?x_x9eJ3ujxuNks%XvfGt^2Ii{x8xO T`rkMQG@8NF)z4+=fh!UKXnQ#k literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/branch/10.png b/assets/minecraft/textures/wynn/gui/ability_tree/branch/10.png new file mode 100644 index 0000000000000000000000000000000000000000..2e139f7bdbddf5ccc3ca9b86db7cdd0414e7160c GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%fve}GSjE0A_}3o*BJ*3~ytRny(8 zCT#^2Vk`;r3uf?6$@v44_jGX#skrs_93vZpA&<+&Xa4W%pP6zt z5+{X+J9bW5Q++(?f-~QOUn@Scx@`^qbN_(a)9g1}=6ToV=DfJt|KQ;lpm7YIu6`~{ I4_uJ|0GB8^Bme*a literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/branch/10_active_0.png b/assets/minecraft/textures/wynn/gui/ability_tree/branch/10_active_0.png new file mode 100644 index 0000000000000000000000000000000000000000..6af102ed32039b0253005fab61184465036d6527 GIT binary patch literal 141 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnH3?x~nsr>~~JOMr-u0Xo!{g=RV4;iLzmQCI& z2jnxB1o;Isc&Ft20dn*`T^vIyZY4`-Bpl{nHsk;Pe_#JIOgOkDEAz!Fwh1TpU%2px lIbrAh|Mm_dpLu2&GrGQeQmcQ$AqA+F!PC{xW$A${5&#LAF(Lo} literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/branch/1_active_0.png b/assets/minecraft/textures/wynn/gui/ability_tree/branch/1_active_0.png new file mode 100644 index 0000000000000000000000000000000000000000..8532e1b2eb2daf9d93d37bcc9f004f03af0545d0 GIT binary patch literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnH3?x~nsr>~~JOMr-u0Xo!{g=RV4;iLzmQCI& z2jnxB1o;Isc&Ft20dj0ST^vIyZY3{}`HT_^h7R yw$7d*=?^#W*(?T6!~g&O|7VC0L^8?% literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/branch/1_active_1.png b/assets/minecraft/textures/wynn/gui/ability_tree/branch/1_active_1.png new file mode 100644 index 0000000000000000000000000000000000000000..998e3dbba9c9399e2b60fe38e731b29b870783f1 GIT binary patch literal 143 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnH3?x~nsr>~~JOMr-u0Xo!{g=RV4;iLzmQCI& z2jnxB1o;Isc&Ft20dfpIT^vIyZY3{}`HJ|B`Gn3=A_4JeB(S(%lNEnZeW5&t>U>D-r-@t}F2X literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/branch/1_active_2.png b/assets/minecraft/textures/wynn/gui/ability_tree/branch/1_active_2.png new file mode 100644 index 0000000000000000000000000000000000000000..e02fbcb9f9721e5ed014458aa85b462abf7d09f7 GIT binary patch literal 140 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnH3?x~nsr>~~JOMr-u0Xo!{g=RV4;iLzmQCI& z2jnxB1o;Isc&Ft20dn*_T^vIyZY3{}`HoeZ9?elAN7T#*0(%>pVB literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/branch/1_active_3.png b/assets/minecraft/textures/wynn/gui/ability_tree/branch/1_active_3.png new file mode 100644 index 0000000000000000000000000000000000000000..bf5673e01a4e124ee1b1d232fd7a48332bfe8e40 GIT binary patch literal 143 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnH3?x~nsr>~~JOMr-u0Xo!{g=RV4;iLzmQCI& z2jnxB1o;Isc&Ft20dfpIT^vIyZY4`-d^pJFWB5P*|1ai_gIlsPZ~S6bIJW=7g-~7v n&1d)j|CeW2{YcUvor&Q@^YgabA7;n{H8Xg+`nfDUa76+DB=RuW literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/branch/2.png b/assets/minecraft/textures/wynn/gui/ability_tree/branch/2.png new file mode 100644 index 0000000000000000000000000000000000000000..4134bbe136fdb4fee0f29ecea75f0c597dd6589e GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%fve}GSjE0A_}3o*BJ*3~ytRny(8 zCT#^2Vk`;r3uf?6$@v511bezThE&{odSRjH5eJ?l0nxMmW$#Nb(0R?;DEQCg>q(y* zjT@&u;1a52R@r@l@la$+(X9hhs=DkKR5RZ_V0?lls+6U-w8w9O-hsbMu83Xa?)ZAN Z?jXa9w6fXj8iB?$c)I$zEIn{V0suUYJ{$l5 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/branch/2_active_0.png b/assets/minecraft/textures/wynn/gui/ability_tree/branch/2_active_0.png new file mode 100644 index 0000000000000000000000000000000000000000..72e93f376998850566a4b326d43def9215ef2a10 GIT binary patch literal 156 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnH3?x~nsr>~~JOMr-u0Xo!{g=RV4;iLzmQCI& z2jnxB1o;Isc&Ft20dnj-T^vIyZY3{}`H~~JOMr-u0Xo!{g=RV4;iLzmQCI& z2jnxB1o;Isc&Ft20dkBzT^vIyZY3{}`HJqH&(BYb6sDI%1GO`Fy85{+J#a+=0H0bcEdT%j literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/branch/2_active_2.png b/assets/minecraft/textures/wynn/gui/ability_tree/branch/2_active_2.png new file mode 100644 index 0000000000000000000000000000000000000000..991122474b8c9897aa9456debe0dfeb1fc97d207 GIT binary patch literal 144 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnH3?x~nsr>~~JOMr-u0Xo!{g=RV4;iLzmQCI& z2jnxB1o;Isc&Ft20dkByT^vIyZY4`pB>ex+Fe9yQ>ng@G4`%QB$Iv49m2uG#quGq7 oRx}#@FiSAtJ0QuS*~Q54faR(CgPQ)AK-~~~JOMr-u0Xo!{g=RV4;iLzmQCI& z2jnxB1o;Isc&Ft20djObT^vIyZY3{}`H?E4msoFeKDGV(RLzTME?3;OXk;vh=_e2>?0cCaeGe literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/branch/3.png b/assets/minecraft/textures/wynn/gui/ability_tree/branch/3.png new file mode 100644 index 0000000000000000000000000000000000000000..e65902b1fd66ed6030bdb7513620f604c9bbdad4 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%fve}GSjE0A_}3o*BJ*3~ytRny(8 zCT#^2Vk`;r3uf?6$@v511bezThE&{2lIThhVK_Cro4JFLfu(7~h5FO#h4~7f-55SG zJElu+^)~~JOMr-u0Xo!{g=RV4;iLzmQCI& z2jnxB1o;Isc&Ft20dnj-T^vIyZY4`-9H?jWG5r63>+k=J3eB0J85v>B9Ut>EUsO%t zF#ddg1;4=2X|EUVsxWtuteMfnT)^hkmBhdhrTjbmOxyjPK$93eUHx2^9=IX_0B7Pf A5dZ)H literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/branch/3_active_1.png b/assets/minecraft/textures/wynn/gui/ability_tree/branch/3_active_1.png new file mode 100644 index 0000000000000000000000000000000000000000..50b90aca49c77c9ad78a6b6034f0cabb11ea0407 GIT binary patch literal 143 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnH3?x~nsr>~~JOMr-u0Xo!{g=RV4;iLzmQCI& z2jnxB1o;Isc&Ft20dfpIT^vIyZY4`-9H?jTG5r63E904jC{ec5Khd+8Cno(9We&|@ mP5zL3;H(8hy226-HU@RCC%Ov9e+vOMGkCiCxhy?!MFId-xhm%X literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/branch/3_active_2.png b/assets/minecraft/textures/wynn/gui/ability_tree/branch/3_active_2.png new file mode 100644 index 0000000000000000000000000000000000000000..5d70f3a2fdecd6e3b224044b8ea203c5bd23dc53 GIT binary patch literal 143 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnH3?x~nsr>~~JOMr-u0Xo!{g=RV4;iLzmQCI& z2jnxB1o;Isc&Ft20dfpIT^vIyZY4`pB>ex+(DKn_HKUJl`&xU3#FW~G6Ca)#J4mty mu-#|lImT$gtmtaUz>qHRNK0YY6c?ao22WQ%m!$`;NB{sqMJZJP literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/branch/3_active_3.png b/assets/minecraft/textures/wynn/gui/ability_tree/branch/3_active_3.png new file mode 100644 index 0000000000000000000000000000000000000000..4b6a39c1891cc1a68de4fcd4fcc90db6537a3153 GIT binary patch literal 143 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnH3?x~nsr>~~JOMr-u0Xo!{g=RV4;iLzmQCI& z2jnxB1o;Isc&Ft20dfpIT^vIyZY4`-9H?jWG5r63>+k=J3eB0J85v>B9Ut>EUsO%t nF#h~LTwbB8@(uf`nGB!qKR@|n?xN2?%?zHdelAN7T#*0({c|%fve}GSjE0A_}3o*BJ*3~ytRny(8 zCT#^2Vk`;r3uf?6$@v51gm}6*hE&{odU2yDiy{wmpiR(!)A^Q{T=g0}|ITNM@NZko z*imtvhlg3k){eb2(c)I$zEIn{V0stJ3IUWE2 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/branch/4_active_0.png b/assets/minecraft/textures/wynn/gui/ability_tree/branch/4_active_0.png new file mode 100644 index 0000000000000000000000000000000000000000..737cb1a73604d7fefd00427970651ee2b03b4a4f GIT binary patch literal 158 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnH3?x~nsr>~~JOMr-u0Xo!{g=RV4;iLzmQCI& z2jnxB1o;Isc&Ft20dgEXT^vIyZY3{}`H~~JOMr-u0Xo!{g=RV4;iLzmQCI& z2jnxB1o;Isc&Ft20dfpHT^vIyZY3{}`H~~JOMr-u0Xo!{g=RV4;iLzmQCI& z2jnxB1o;Isc&Ft20dn*`T^vIyZY4`39QgB}q2=I~Ec=ir;SwPo^)K00teS5bz^31G ka69ANgFOifOElOR^a`Jz-hDQs3847T}0C-|8j{pDw literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/branch/4_active_3.png b/assets/minecraft/textures/wynn/gui/ability_tree/branch/4_active_3.png new file mode 100644 index 0000000000000000000000000000000000000000..47cd33d17a2ae9945e0809b77b3e1229ed855379 GIT binary patch literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnH3?x~nsr>~~JOMr-u0Xo!{g=RV4;iLzmQCI& z2jnxB1o;Isc&Ft20dfpHT^vIyZY3{}`H@z(H3QIKD7-Vlh{To%kNe`%(!PC{xW$A${5&%3_EBycf literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/branch/5.png b/assets/minecraft/textures/wynn/gui/ability_tree/branch/5.png new file mode 100644 index 0000000000000000000000000000000000000000..0f2961574cb5b75052ed6237d26ad1950d96f1ab GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%fve}GSjE0A_}3o*BJ*3~ytRny(8 zCT#^2Vk`;r3uf?6$@v44_jGX#skrs_oS{&I1IN*T6X*Y)Un4dxW8>7v`=;>(>=&85 zyf;$UEIU^`=FIo?l@3X$Y792_>}9(0Et7qI%!^kC9x*Bcjbre1^>bNz H;EDtQAH*|P literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/branch/5_active_0.png b/assets/minecraft/textures/wynn/gui/ability_tree/branch/5_active_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ede69c6431acd70069846a8f696e423c7583b5aa GIT binary patch literal 138 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnH3?x~nsr>~~JOMr-u0Xo!{g=RV4;iLzmQCI& z2jnxB1o;Isc&Ft20djOaT^vIyZY3{}`5=4X?2U$V8(IwOoFvZtU+yH~qrI5V!KLn+ h^VAQ_tZY&Y3_X{gs|%fve}GSjE0A_}3o*BJ*3~ytRny(8 zCT#^2Vk`;r3uf?6$@v51IC{D`hE&{oa?VhQA&})jfY5jQ&wV#%x&4fn?NHB@lwQXe za?&({`=vufQ(AQ1pJk$vyfXJ&d>UqGeEzfDk=Kopp>y4fM-uzi?Eo6a;OXk;vh=_e F2>>4hFvb7? literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/branch/6_active_0.png b/assets/minecraft/textures/wynn/gui/ability_tree/branch/6_active_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3a49568c6b823456220974af90ab9c75d4a6d390 GIT binary patch literal 138 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnH3?x~nsr>~~JOMr-u0Xo!{g=RV4;iLzmQCI& z2jnxB1o;Isc&Ft20djOaT^vIyZY3{}F~~n~^1rt-fyWDnHG;OXk;vh=_e2>`tQDhB`n literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/branch/7.png b/assets/minecraft/textures/wynn/gui/ability_tree/branch/7.png new file mode 100644 index 0000000000000000000000000000000000000000..9a477aa16099e368f32e103f97acd63cfbff2c02 GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%fve}GSjE0A_}3o*BJ*3~ytRny(8 zCT#^2Vk`;r3uf?6$@v51xOuubhE&{odqz?02m=T6MT3X`((lcfdgS}o_yi;VS~=cD zXZapi-#cN;^#1-=h06@a-$Am1*^c>sfm^@4a9*d-mepO78>WKoc1} MUHx2^9=IX_02UcH&j0`b literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/branch/7_active_0.png b/assets/minecraft/textures/wynn/gui/ability_tree/branch/7_active_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b6b7e5e9a5adcfdf88f95c59155b853808afdde0 GIT binary patch literal 141 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnH3?x~nsr>~~JOMr-u0Xo!{g=RV4;iLzmQCI& z2jnxB1o;Isc&Ft20dn*`T^vIyZY4`p9Qgl`q2*(CE%S`DxLK^JE&tm+K0agM6k)s1 kR>Ee?*35Zgfd~VGj^Wc!cV+tj0ktxCy85{+J#a+=06Z-#t^fc4 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/branch/8.png b/assets/minecraft/textures/wynn/gui/ability_tree/branch/8.png new file mode 100644 index 0000000000000000000000000000000000000000..269540456c7ca5032adb9e17a6947148ad0600e3 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%fve}GSjE0A_}3o*BJ*3~ytRny(8 zCT#^2Vk`;r3uf?6$@v44_jGX#skrs_j3Hlx0ngD3NB(`cH}**NwN|d!{IqJR{B|kL zS8APV7dM_r*4ec%JW#lCtHi;mGcSS~~JOMr-u0Xo!{g=RV4;iLzmQCI& z2jnxB1o;Isc&Ft20dn*_T^vIyZY4`395_?Ya46wdBy;MTo;I()^SP!b|KLoH$ZIhA jVIXmagUzWciGiVH*(1i>LxFBUoeZ9?elAN7T#*0(5Roec literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/branch/9.png b/assets/minecraft/textures/wynn/gui/ability_tree/branch/9.png new file mode 100644 index 0000000000000000000000000000000000000000..66166e0bf4b2dfd9cd11ace7b6ffb6cda07d0ade GIT binary patch literal 170 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%fve}GSjE0A_}3o*BJ*3~ytRny(8 zCT#^2Vk`;r3uf?6$@v51czU`xhE&{odTApsgCU3W#nb=q)jzv^KriT+uD=Jv{mF_O zuk{K$FwQct%25z!=wrUnn2_Mh$U7r}`DOQnCm|1*1b$g|o@=i(w4W^T;>ZchQ`>-s OGI+ZBxhy?!MFIc~S~Up( literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/branch/9_active_0.png b/assets/minecraft/textures/wynn/gui/ability_tree/branch/9_active_0.png new file mode 100644 index 0000000000000000000000000000000000000000..115ca4cc6a045aa19b5fc9ce2e3acd6ac82fadaa GIT binary patch literal 139 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnH3?x~nsr>~~JOMr-u0Xo!{g=RV4;iLzmQCI& z2jnxB1o;Isc&Ft20djObT^vIyZY3{}`H% literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/button/arrow_down.png b/assets/minecraft/textures/wynn/gui/ability_tree/button/arrow_down.png new file mode 100644 index 0000000000000000000000000000000000000000..9efebcd8306adf152b16809c95215fc4d9501c46 GIT binary patch literal 158 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n_yc@GT!D1c`!9j#9ttl%?jMqt zew}?QP>8W4$S;_|J0<52kYnrV;uunKtE6));{gMP!#@A_$K+W=@f_l+K6C2d30F&% zr{_El9iFk;**7HA+=VH{_JiDt4~&PK`wHhfGcaVPzEquE*XIK?h{4m<&t>U>D-r-| Ct2O}u literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/button/arrow_left.png b/assets/minecraft/textures/wynn/gui/ability_tree/button/arrow_left.png new file mode 100644 index 0000000000000000000000000000000000000000..514bc28138e149cad1466b16baaba02ac398c20d GIT binary patch literal 150 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+C#SWg$nkcwN$5>^fsKR^CIF@wi< z#*77SlXy97zJIV6Sgi4h-?KUS&@4fTWt^^x6Z-EmFiCA(byVQU1ce-iWiFS0>lgSm xF>)|m>geO#IVGdHK+?_OGP?i( literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/button/arrow_right.png b/assets/minecraft/textures/wynn/gui/ability_tree/button/arrow_right.png new file mode 100644 index 0000000000000000000000000000000000000000..3e8524637d1c09430a5351a88f12f9741e30edd3 GIT binary patch literal 148 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+C#Xipc%kcwN$5;hJMKR^CIF@x#s zj2TYM0y8q4|2SWIAQ5Tv;f}Mxu|x(Z<4qP<6lSE|X-k-_kRrgzroeEM&1CQYPx4)b w)r@TyO&2A1zN-4>FVdQ^uQGf0CL4NY5)KL literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/button/arrow_up.png b/assets/minecraft/textures/wynn/gui/ability_tree/button/arrow_up.png new file mode 100644 index 0000000000000000000000000000000000000000..c44ee6b1d74d24a6e9052fbeee994189f84d8c59 GIT binary patch literal 157 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n_yc@GT!D1c`!9j#9ttl%?jMqt zew}?QP>8W4$S;_|J0<52kYnTN;uunKtF)_Ku)%@hkimxkr^^1$({|unyW#g;srx2M zD_Os(YBqT^Zu+@c<`s9z&FOESoL?WaruEhvONLn=U%EQjrg#9&VeoYIb6I-eiUa_o CGC4T_ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/button/aspects.png b/assets/minecraft/textures/wynn/gui/ability_tree/button/aspects.png new file mode 100644 index 0000000000000000000000000000000000000000..3340d17ea788bb026a222752539c83778aa058cf GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFXn;?MD~KDC=IjXHae+D|Kgu08vQ6IdcC>2>MJgR729Hgb~1Rn`nfDUa76+D$816Y literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/button/aspects_select.png b/assets/minecraft/textures/wynn/gui/ability_tree/button/aspects_select.png new file mode 100644 index 0000000000000000000000000000000000000000..3db83c54844ae61533f1fc3790f671b40e2dad34 GIT binary patch literal 223 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFT!2rAE09)I(={=3(A75+UVc3M z*_)>KpZ!D9oZUiXp=cBzt$-y1ULNZDk-B0)Z6^Oi7UTE@Xy`+`xTZOFr SJ%vE489ZJ6T$UcVA^`x}T2K4{ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/button/orb_points.png b/assets/minecraft/textures/wynn/gui/ability_tree/button/orb_points.png new file mode 100644 index 0000000000000000000000000000000000000000..c25a2418c9826e7eadc19d70c41de0fa2e5f2412 GIT binary patch literal 199 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nBm#UwT!Hl7|KFP4e+fMIP}7_j{Wim8}33&cB9{o&joL3IceL>QPKa=$?%eU31@`h vlx^?dabKAfl*oGaPcB>LH~pRee=}Xvf4#VPs<8vmA_h-aKbNHku1Ej?{ftah literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/button/orb_reset.png b/assets/minecraft/textures/wynn/gui/ability_tree/button/orb_reset.png new file mode 100644 index 0000000000000000000000000000000000000000..34d94e02da9eb43a26344aa98bb0c9dd00840e29 GIT binary patch literal 199 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nBm#UwT!Hle|7ZUHZ+P&)Z~JzY z-d^SG5=}=prO+iG6@YS#B|(0{4Bja@e}J4=PZ!6Kid#ts7#VU;FtRZRiX092f6wRs zzw$dXo-a0WICs2m+LGyimiZpKW52w?hP%*`-RO7YbHQ6$PTDqeRP=vzGQ8wo!Wkhr uW!w9A+*c+AC9U>D-r-I5KNH( literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/button/plus.png b/assets/minecraft/textures/wynn/gui/ability_tree/button/plus.png new file mode 100644 index 0000000000000000000000000000000000000000..79ceb401e23ab12a83f701081486e288b213217e GIT binary patch literal 173 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5ngaUj*T!Hl7|KFP4e+fMIPx46Mj6B;ceoOq7pS~yX@r%Vp Tvu<1k8p`15>gTfbz!eDqh;u+- literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/button/reset.png b/assets/minecraft/textures/wynn/gui/ability_tree/button/reset.png new file mode 100644 index 0000000000000000000000000000000000000000..6176c180c6cc7c7623a5d04a9d3f70879fb6feac GIT binary patch literal 222 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFXn;?MD~KDC=Ij_FtwS?6I$vs*&;oC7@l-6R_IkZ*fi@GsIGsz{(ruM@q~jNr*#>$F1_MWvN~G| PbOM8?tDno#16L#f&g4z# literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/button/reset_confirm.png b/assets/minecraft/textures/wynn/gui/ability_tree/button/reset_confirm.png new file mode 100644 index 0000000000000000000000000000000000000000..99a87d620085129988297be5ec65ed76924d5d0f GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYLIFM@u0VS4|8Gt2zXYCpD7^f* zteoo3ke@SvqKqX$e!&dhDLH?D92ZX)$B>F!$p=`S7MiRMU}zCsA;KWaVCdw?w8~*# zAj9ejMGO-Xb);70a7`*V6ES1d<~1}cYt1MuY?Kmu#AR&8uzM@REWwBN5`S$vfaWoH My85{+J#a+=0Btrhq5uE@ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/button/reset_locked.png b/assets/minecraft/textures/wynn/gui/ability_tree/button/reset_locked.png new file mode 100644 index 0000000000000000000000000000000000000000..288e2cacf87947f0a3e53e12bd99cd6f2530e172 GIT binary patch literal 233 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFT!2rAE0BIu8+tq1X0EZZvs;LX znS-vrnW~zunxdktoNAuZ4Go|Q#*!evU|%hFT!2rAE0At_|2h2G8{y^0{X^26 z-9k*v9CY=~RMm84}PJs-$*K!Jzl;;c1M z@9Q7-aVX80vw*qot@DY`yYIzr+8qdI@jO_PIucF|9I8*ZPmR%3ZHNkEnHO^vd) z?ZI7g zjc3xtP0rVL{NnhyU{({i{KxmU=k9L2Kj-@1DTZ@qYAbmeHG3O0Yd*MpY{Tx&Dr<}z z6a!c?@(W5E6b&}(1!je_|A_s>xok=LmwOHWYp&})W3>7bz>>I~=?c&~22WQ%m!$`; GNB{slLOgx| literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/button/tree.png b/assets/minecraft/textures/wynn/gui/ability_tree/button/tree.png new file mode 100644 index 0000000000000000000000000000000000000000..fa301e3cf772f683f518b631a8188a31f8e430f2 GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFXn;?MD~KDC=Ij3^*ZaIefkd`y|HVZzUjz~dS(6X3=Bd+uNZ@`tPBNO$>8bg=d$#`6$t?L-$T~` literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/button/tree_select.png b/assets/minecraft/textures/wynn/gui/ability_tree/button/tree_select.png new file mode 100644 index 0000000000000000000000000000000000000000..3bb9d7418ef3b0d6d64c660c77e17822c98a089d GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFT!2rAE0At_|2h2G8{y^0{X^26 z-9k*v9CY=~RMm84}PJ!L4xA}GT0kg?!D z_xf3kHivq@T#x*FzO?)Bw!8ez9dd1{N(aJwEIVH8Us38PB*1&1VcUVUkN4yloHT#Q zDKM093Mp_eebJ!87_9Y2IwE=(i|dp(cev)fSH3K6=#zG2!}DE#89X1piwX3f900VI N!PC{xW$A${5&*LnOY#5! literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/archer.png b/assets/minecraft/textures/wynn/gui/ability_tree/node/archer.png new file mode 100644 index 0000000000000000000000000000000000000000..ffb052848ba21b2be3b4bda59dc31de52c7f7004 GIT binary patch literal 231 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFP=HT}E0A_}3o*BJ*3~ytRnwJ~ zQ;k#6F#?J*mIV0)GkB-u`~h;BJzX3_DsElrGZbQWYbZ`W@uA3dz~k zbDVjVxk1L5H*wixll|!dpBNUgR&Hc5@>Ym-{5(ZTB+|8hVvmPwy|9hl>HX>})K8QI zcZ4%sIq|%hFVt`MGE0At_|E2w|d*Hc;25Yn! zrfwFT52mvEKIqen+1wafapWSqqZbPgjd>oc7g}Bk~7> zpn#o(#*ODH+ozVxyS@H*zqW1GlM|j>I#TRkFfc@Xf8hHk@y9Bl(-=Hm{altFxFP`n DSQKO< literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/archer_pulse.png b/assets/minecraft/textures/wynn/gui/ability_tree/node/archer_pulse.png new file mode 100644 index 0000000000000000000000000000000000000000..a7fca8bc62073421b12d2b18846efdd684bb3d07 GIT binary patch literal 303 zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3-qbFB!4{DY*cj5LY1Ge%IY#jh5gfSLrH8 zfoL0ZOJ`kuGgUQRSvl2TLbAJoDi}+G{DK+0Q*!C?1*^CJpbe;k?=vHgH8|CDm~3*0g@j-(r^e-(9!Qg?j7 zY{OvVz^KRhz?$2|j_qz(NWbRWkEeI@S0$MQh#p{mQ5#U#A=9pLll{lS<>|iz=Dl%d zvzqeOxpE(WxhR~S59{altFxFP`n=A>~D literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/archer_pulse.png.mcmeta b/assets/minecraft/textures/wynn/gui/ability_tree/node/archer_pulse.png.mcmeta new file mode 100644 index 000000000..1563594da --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/ability_tree/node/archer_pulse.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":20,"interpolate":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/assassin.png b/assets/minecraft/textures/wynn/gui/ability_tree/node/assassin.png new file mode 100644 index 0000000000000000000000000000000000000000..b47330f6dac9f1f32e0a8547a80dc3a2cbb13089 GIT binary patch literal 221 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFP=HT}E0A_}3o*BJ*3~ytRnwJ~ zQ;k#6F#?J*mIV0)GkB-u`~h+*JzX3_DsElvGvs4-J$u>)3j~ZHzR|Iez&}m7M-X*S8;Coh~f~ PI)cH|)z4+=fh!UKAh=7t literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/assassin_active.png b/assets/minecraft/textures/wynn/gui/ability_tree/node/assassin_active.png new file mode 100644 index 0000000000000000000000000000000000000000..1729569df4092dcef76136bef1ba7dbf87329ed1 GIT binary patch literal 256 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFVt`MGE0At_|E2w|d*Hc;25Yn! zrfwFT*?YcQgQ3-Bts!)MIPqE z51AwX*B8urpfoQd=Ki+bI~>*SK9$dGma*HU|J(b2f-C2q z3#`@e&2C%|WqPQ*;^^_u*$+27o*OxZ*+9p5POw!(_Q6z#w2AZ1ED(t>X#Nn{Ql2rN zu|lUbK)_M+OL^Ml`)k<`JMb@?A7dS5`1|-rwpRbgZ?~xM>H!_b;OXk;vh=_e2>?iG BV2%I) literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/assassin_pulse.png b/assets/minecraft/textures/wynn/gui/ability_tree/node/assassin_pulse.png new file mode 100644 index 0000000000000000000000000000000000000000..f6f714cb9e5c94100743434aefb956ddfda8e481 GIT binary patch literal 293 zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3-qbFB!4{DY*cj5LY1Ge%IY#jh5gfSLrH8 zfoL0ZOJ`kuGgUQRSvl2TLbAJoDi}+G{DK+0Q*!B#dOZ}|2J;u1+ICv!$BtJFUvm5d2Gv?-`#Nd+vBXJ{i(ch?<4nv5|Uf$o(O*x z&+IvoFUCK?Fi>RwjERiK?Yc?(xbE<>EHy7@dC$$a=u&#)=Z;h94<4Sb5?8s;9ndi4 z!CZI7B-!T0Y0nD%i|-Ua-^Z`Ci8rN(C#rwJZFW=DA7%1WrgUz(&#szwEl+;ag}Zhd o+7rM1X2_5F>g+|MDk{?IFKEX+P<71A2hL)78&q>47T}0O;Fq^8f$< literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/assassin_pulse.png.mcmeta b/assets/minecraft/textures/wynn/gui/ability_tree/node/assassin_pulse.png.mcmeta new file mode 100644 index 000000000..1563594da --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/ability_tree/node/assassin_pulse.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":20,"interpolate":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/blue.png b/assets/minecraft/textures/wynn/gui/ability_tree/node/blue.png new file mode 100644 index 0000000000000000000000000000000000000000..e18a04c8faf43ed626aa2124c1ca4f9072396fc9 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFP=HT}E0A_}3o*BJ*3~ytRnwJ~ zQ;k#6F#?J*mIV0)GkB-u`~h-$JzX3_DsElvbL46b;9<_abm#vm`-KmV+5Nxukh68B z*Lr=Ye;@DGeC4c|viNhZ;BA4lWx5B>$_Yp@tYbWK(6#vE25o1({SR1JIXN#p`F!Zj zx#~MNg@UKd7itLVm);f2ax=W9e}7@Zqt!;I>NG{l>={K0IHoAwc<(q#LAQ~6@{vn1 l)}Bh|Rd&Rk{P+C_quHldyuG(BdI25A;OXk;vh=_e2>>#|%hFbbwEYE0AWGy1D87m%wumb@k26 zEuC%WoSFIZzpR|9lShIvP?oVI$S;_|J0<52kh93s#WAGf*4asce9ZpWxt` RT`b6Fp00i_OAlO;006>JYnlK6 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/blue_fragment.png b/assets/minecraft/textures/wynn/gui/ability_tree/node/blue_fragment.png new file mode 100644 index 0000000000000000000000000000000000000000..8e4cceaf5449404f42af665288cf2954216cd8ab GIT binary patch literal 245 zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3-qbFB!4{DWL$L5LY05UR!&ImRg;jUXqTM zrJmd}ZmT4qC}T;GUoeArO3oi3XQHQzV@SoVw^JI~m>mV2^Cvy|U%&Hu(p4j2os3w4 z4>wfI-~Dp^DRDtlfvrI|p?;3yev7LUuW@gh&GP7N(EN{|?ldQI>g6xlu*~L7uJ^CJ zJtuFQb!}h3V)Kh#lhKF4k1>Q{73-4io1N;eToI4ZZ^#i^kjMV3NBp^*=(H72dj+ns qwD0v~ILse@dwH0RnCgRz%f!pCz36b3{}Bar9D}E;pUct%S0n)Va9Q*K literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/blue_fragment.png.mcmeta b/assets/minecraft/textures/wynn/gui/ability_tree/node/blue_fragment.png.mcmeta new file mode 100644 index 000000000..ef9f84e88 --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/ability_tree/node/blue_fragment.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":10,"interpolate":true,"frames":[0,1,{"index":0,"time":200}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/blue_pulse.png b/assets/minecraft/textures/wynn/gui/ability_tree/node/blue_pulse.png new file mode 100644 index 0000000000000000000000000000000000000000..38490f6993350854ca2a41310f642d1b4524f3f9 GIT binary patch literal 314 zcmV-A0mc4_P)Hj^P%xj~wCSrhPBh_C30004WQchCP0002ZNklNvH?`o#cJBIsVMHOZy6W|dsQ%+c^ynkdR;K2HayZH%pQ^wg>Og%a z3@HPjBcTv2yyFbUC`M=o=6rx4M(Fzw4VCBhpJJv_7-!yrnn}7uBnp^#3oq#(2*5+z zBsW`(Y>Te%LG7-G0Cs ztkvxYJYV6~?gvz!<9^r?^!s7sPx~RX?S4Pt7c&m~VFllQ_}jn$0ADihwN{O*p#T5? M07*qoM5Vyg7-e39U;qFB literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/blue_pulse.png.mcmeta b/assets/minecraft/textures/wynn/gui/ability_tree/node/blue_pulse.png.mcmeta new file mode 100644 index 000000000..1563594da --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/ability_tree/node/blue_pulse.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":20,"interpolate":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/blue_shatter.png b/assets/minecraft/textures/wynn/gui/ability_tree/node/blue_shatter.png new file mode 100644 index 0000000000000000000000000000000000000000..6c392ad2db19a1d7f136f9c178fcb0d822b44551 GIT binary patch literal 273 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFP=HT}E0A_}3o*BJ*3~ytRnwJ~ zQ;k#6F#?J*mIV0)GkB-u`~h;-db&7cX$?x4IB8 zLs8(b>jUxGA12>tyze=QL(OvW#Dmk`{;p?>^SD$>a(H+hxa6YeUl``BqWanpq#)$F}- zFDgo#^Xi+dC0=rHao9NYD_CpH)+=FYt=<;t;eNsEWX9Z{Q`Hr}+*j0}kiKK{_I1FF S^^QP?GkCiCxhy?!MFIdjW@b15 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/blue_shine.png b/assets/minecraft/textures/wynn/gui/ability_tree/node/blue_shine.png new file mode 100644 index 0000000000000000000000000000000000000000..dc9fd3e15a623e7e472cd0de940399fb6c11045a GIT binary patch literal 314 zcmV-A0mc4_P)^3Ij zoJ@g7m3YE-Ru{uC39_WM2K0xy4eE?rXNw|_3S{*Lnd znaj@50V?0KU-=YQAJDgxVdBCO2FXW{PhPrwb)q#4!`}flFZ3~f0A#`IO+aLPqW}N^ M07*qoM5Vyg7$&cV5C8xG literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/blue_shine.png.mcmeta b/assets/minecraft/textures/wynn/gui/ability_tree/node/blue_shine.png.mcmeta new file mode 100644 index 000000000..8be113e3f --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/ability_tree/node/blue_shine.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":1,"interpolate":false,"frames":[0,1,2,3,4,5,6,7,{"index":0,"time":250}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/mage.png b/assets/minecraft/textures/wynn/gui/ability_tree/node/mage.png new file mode 100644 index 0000000000000000000000000000000000000000..91b1769a0f10ae12320b141ea9ed2a8c5edada7d GIT binary patch literal 225 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFP=HT}E0A_@@-nw{*3~ytRnwJ~ zQ`GHo;r4J1k2=>G=Z!B1%C1!H=Mz3U3B`?E0&bR-w TZk+1}I)uT~)z4+=fh!UKz$;B@ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/mage_active.png b/assets/minecraft/textures/wynn/gui/ability_tree/node/mage_active.png new file mode 100644 index 0000000000000000000000000000000000000000..c13a4bdeba1064a3c446b7741f2721f19246cf6d GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFVt`MGE0At_|E2w|d*Hc;25Yn! zrfwFT_P^d>*)F*s0|%hFM1W6-E0Au#>u#_{OK_5_xuvtN zzL~0;uB@Eu{R6s2Ksm;eAirP+@06TBKu)Eni(^Q|t*d>FY%GR6topb2J^BCtha9s~ z)SX7z4cX5^?etxqy}JCu=v;2lGn0F5>tE_NdMMxMwQuTBu=t^#cG0h9-l`etpBN7I z%?MA)jo|B=e@e`QWwpjqu>cl=ML^U`^BY4-=I!5{>shw Vm2A~H*+54yc)I$zEIn{V0s!}}PR0NL literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/mage_pulse.png.mcmeta b/assets/minecraft/textures/wynn/gui/ability_tree/node/mage_pulse.png.mcmeta new file mode 100644 index 000000000..1563594da --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/ability_tree/node/mage_pulse.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":20,"interpolate":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/purple.png b/assets/minecraft/textures/wynn/gui/ability_tree/node/purple.png new file mode 100644 index 0000000000000000000000000000000000000000..3453e08750c9d0b66fc3dd2db86783d72ce791b1 GIT binary patch literal 236 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFP=HT}E0A_}3o*BJ*3~ytRnwJ~ zQ;k#6F#?J*mIV0)GkB-u`~h-0JY5_^DsJ8FbL2bZz;nc7&d>kTS6&s)Vfh{22bCA^~;%%C}iVm$rWH zn)&7I-(|+1XU@2A?}lE;Wc~amz81Iq2ObVTwGSMa8IX08Nv-L{^ajpwmE?q4p`E|2 gm3NB;+D|Z7*!`+==KiRqKsPaXy85{+J#a+=0MN2m+5i9m literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/purple_active.png b/assets/minecraft/textures/wynn/gui/ability_tree/node/purple_active.png new file mode 100644 index 0000000000000000000000000000000000000000..d471efce71b7ac03bb110dde2624c9177c9cd334 GIT binary patch literal 265 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFbbwEYE0AWGy1D87m%wumb@k26 zEuA-;^nZ6hBrB&XZ{t1*D9cz9&gYkJ{Ls}*NfF_Z~gDO zdR=(Z`RiYpx+Dvlo_*|I`uxEQl_&NIrLKMo5egHyHBK;?H9le6#=W!Q#R|JOEkcW9 z1(s|GslCsCB8@@t)4l^5PmkH<{nRaeX?$*;AqG z*i0##1s%cao7bLSp?T-X^L!501R=58EsJM6G$~Ga!l80Yk%Qq@-})oJR>wDk{N(BC K=d$#`6$tj7)yfuf*HJ1a{d50m7Xq+Ar-gYPPi(_#K7Pr*z(tW+wKj&{|1#m z2=~0$duYS!ezP6c1sy7{yExlz%WNj+K9)GWVX`vc?=Mdyr;G3X7a+6!-4f}4HQf6G z+w-nCim+{6XkEY&4ODK?;L>G0Q>AYsPq5V^1^@U}rIlAt^B*mI-4|f6ug_3`<;9## TWhue{0004WQchCP0002WNkl8{etOyD-zs!Bh`yx9c-~37J)z~;x}&S1JWBpSMEC+0 zT>fFei3k)>Q4x;=6d_fz(FG_%@^}R_5o!^YUBGD(%AZIfJtO^o{PVvLwi)-q|%hFP=HT}E0A_}3o*BJ*3~ytRnwJ~ zQ;k#6F#?J*mIV0)GkB-u`~h;7c)B=-RNT7Tcd+n)0}oTF!moTwgKx*xmo~8Mx6!Fy z^@L!_iWbV zezq*F7}mmN3S5Sqj*$ip7I7}J2b)ePhOYa*#rTcz%Kg*jrNv)O?clBV1-h5P)78&q I>47T}0HniRdH?_b literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/purple_shine.png b/assets/minecraft/textures/wynn/gui/ability_tree/node/purple_shine.png new file mode 100644 index 0000000000000000000000000000000000000000..71d8541a1ada5ac122d960ce072182336e74c8fe GIT binary patch literal 301 zcmV+|0n+}7P)JO)G>DLihzjz-Wxd=#j6fucIVew7#JVO zc@xM4H4jR{1VDX%YD4w`)NA(pu>3){51ZoDXR`CFp#Rkix&y24-uQf>R4w>@m`}{S z&;h0(BNMKG^MDKH4`N?Da{?1!f{Ta#&wyLG0_aB#q|O&>!nOH2b#n2G<>^<38&)O+ zocF=)PkS3Yae#rBwi5^F!29;P{rvSJLI~jx(=qFAmz&Fx00000NkvXXrNGn}KGug{ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/purple_shine.png.mcmeta b/assets/minecraft/textures/wynn/gui/ability_tree/node/purple_shine.png.mcmeta new file mode 100644 index 000000000..2d627f1fe --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/ability_tree/node/purple_shine.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":1,"interpolate":false,"frames":[0,1,2,3,4,5,6,7,{"index":0,"time":300}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/red.png b/assets/minecraft/textures/wynn/gui/ability_tree/node/red.png new file mode 100644 index 0000000000000000000000000000000000000000..7d67366e03f0866a31304191e844ef547d8e615e GIT binary patch literal 285 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFP=HT}E0A_}3o*BJ*3~ytRnwJ~ zQ;k#6F#?J*mIV0)GkB-u`~h-ydb&7}UV$cUqg~1btVVo_^$^ z!~}zG`TOj3pXIsP?qy}}n=j;cUw${^#ol?v>_P243fq=9^UFrC?z*>6`x?{sg-n4=T@>|TQTyaU(sO!i!U gxc=XXkMYm>?XSMsI8pK#C?FU-UHx2^9=IX_0FY{QkpKVy literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/red_active.png b/assets/minecraft/textures/wynn/gui/ability_tree/node/red_active.png new file mode 100644 index 0000000000000000000000000000000000000000..066631a8fe2c46c4b94cf12729b6d4c083c70e94 GIT binary patch literal 330 zcmV-Q0k!^#P)903*rAppoDdez?0= zvrN`8c(saGGQ^99Z%9LU)r1ro5~9|SfcjGc-%LS9gg6ax8WG@2Cx2%_gV;tP-VjRd zn5k*BL@4FXCAg&_l)xqIhJP=X@0@}RuMzWFPJtuQ@YfBqZ8-_&mYbmx2=VQ0|K!1; cLH^!+0&!&FdmLQXC;$Ke07*qoM5Vyg7zyBmZU6uP literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/red_fragment.png b/assets/minecraft/textures/wynn/gui/ability_tree/node/red_fragment.png new file mode 100644 index 0000000000000000000000000000000000000000..d8f9b826545ef51bfba590ce6e27e565f2baa02b GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!VDyvlj7)yfuf*HJ1a{d50`#oJ8Ln>}vz0{b-VkmIzPR=;HvDqo$`=8piccb^WKWdv z>+h-dSjigkF*1s!R*E6?!`(-&vFEpPCG4E=YPMCqNkXai1gWd0dk<9R<~6qZ3+GIT q6ReRP0002}NklJblIzOn)y>+W|d$Yh-KsSdS>EpndNyDE}CgKql!kx@V%qatA4z z@ce!k07%e6=ijFP0JitS-tcQ;dZWG`Zb7dirx&>SCLFa?;b18mg(Gg>K_ydA$UE4I zvUgRBH&7us=N^D8f>bf@U~O#u>~m_eYrc%i2tO(IQ% zOq`rae5G6w5Qnflsqpi}9`G2tslwy)1QOHXcBip>&~YMfbdS^BnMMHL^ruBe*anKS z9O+)TBUrX}FJ-nxi!@)7+0E2?Lbs_v{vpA{0>+1OR~WhHlBTE3sKS{_xM z2Au~Q;&tvE0@K^SuVjL!vDKWq`|H&g(ET0kP&V~<-s2?v a!}$Udr|hxp0st%k0000o5?&B;Ehe@At7?k0IGm zTC8799VinKb2xknheNaNo@eK|;}3^J?R*>EWnGN}wLkvp0zH2K4>$7gD5no?bn52U zs_Q-|YSnL^P^4;gJP6S8?b7%4q1gjYJ`}GHkbn%RGO_cZF=Fv_3ghsWKFq!x{Jek_ zg}Q18k;v~80R%1{^P>+h18w%W<~6Q)O{-=PH2El8c`6dGCkXnBKFD7k(I#Ut3>b~i zIA3I++MyaeRl4@`p7(}DAH1UnZ1PIQf3z9s^%0YY8vV=fYvG51MR-@8D4jnSRYjDj zML`s$+GMCrW@4bzp)aMK-w(L+jvmm-E9!2b>j?sH-x$1ld8>^Fr&ll(v8wfrZ14hD q4Taab`Tq^_a5(gEs;hgR&*C2nq3WMOfNKi?0000#)ZF literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/red_shine.png.mcmeta b/assets/minecraft/textures/wynn/gui/ability_tree/node/red_shine.png.mcmeta new file mode 100644 index 000000000..4de6aa09f --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/ability_tree/node/red_shine.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":1,"interpolate":false,"frames":[0,1,2,3,4,5,6,7,{"index":0,"time":200}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/shaman.png b/assets/minecraft/textures/wynn/gui/ability_tree/node/shaman.png new file mode 100644 index 0000000000000000000000000000000000000000..597821e6634042f671755f53dc486986b11a9fec GIT binary patch literal 233 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFP=HT}E0A_}3o*BJ*3~ytRnwJ~ zQ;k#6F#?J*mIV0)GkB-u`~h-WJzX3_DsElv+sM}(z{5QI*1!Mp>kKu7ybhn!|%hFVt`MGE0At_|E2w|d*Hc;25Yn! zrfwFTW*e`BP``JpaQLTk9x!)8Q(2&Jw1owFlxhaxH0H$0Ky& zsWQg`=JxjaciLXF7u)$qEI7f+WU?~AV&Xr)!e!?+H-Frf@qd0y-Ikv>?fcBb)gQQW TsomHBbSi_VtDno#16L#fVdQ5) literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/shaman_pulse.png b/assets/minecraft/textures/wynn/gui/ability_tree/node/shaman_pulse.png new file mode 100644 index 0000000000000000000000000000000000000000..2bb44b145bcd4ca2420c303402a6307461bbe020 GIT binary patch literal 328 zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3-qbFB!4{DY*cj5LY1Ge%IY#jh5gfSLrH8 zfoL0ZOJ`kuGgUQRSvl2TLbAJoDi}+G{DK+0Q*!J_61}U>`>Ta%k=kJ`y;c}$v*_uSD08xoW&(sw!J88QL8L6&uTU|9}`W?66yE;2t zvtF9;JB7_!JVD&C&7(c(WNJrIU;E Xw*H6|vwWTn^dp0(tDno#16L#f*T;VW literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/shaman_pulse.png.mcmeta b/assets/minecraft/textures/wynn/gui/ability_tree/node/shaman_pulse.png.mcmeta new file mode 100644 index 000000000..1563594da --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/ability_tree/node/shaman_pulse.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":20,"interpolate":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/shine.png b/assets/minecraft/textures/wynn/gui/ability_tree/node/shine.png new file mode 100644 index 0000000000000000000000000000000000000000..2f4382244dc8cb075819d2d09d9136dd0f49416e GIT binary patch literal 297 zcmV+^0oMMBP)^5IjUSk>JN7~2 zfiDV70o%g(_mY|M#rY8&3=WF<>m28y@dv@>3+jD=irs;k<9B{3LxDy00000NkvXXrNGn}xABB+ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/shine.png.mcmeta b/assets/minecraft/textures/wynn/gui/ability_tree/node/shine.png.mcmeta new file mode 100644 index 000000000..6b18edbdc --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/ability_tree/node/shine.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":1,"interpolate":false,"frames":[0,1,2,3,4,5,6,7,{"index":0,"time":100}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/warrior.png b/assets/minecraft/textures/wynn/gui/ability_tree/node/warrior.png new file mode 100644 index 0000000000000000000000000000000000000000..37a759f478f01e49ebff24d1aa3884cd24bdf8ce GIT binary patch literal 218 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFP=HT}E0A_}3o*BJ*3~ytRnwJ~ zQ;k#6F#?J*mIV0)GkB-u`~h;xJY5_^DsElvbL49<;5mFv_3!`bogxz)mhL?tZXJES z(V=G^)8QG>0*j>cKmO;@k$0GqP%qJZ#_&Xmfvv#5#g>N3uV+3u{eDHdQT#u(pPUTm z<@hx;Sfk%J9lU0paAOgtQo=5WFO6J<-UmY$c=R9r)h@?hQ6nS%;?dj3Z+Q}Qfi7V1 MboFytdf|%hFT!2rAE0At_|E2w|d*Hc;25Yn! zrfwFT|69iCCX)!d&gd5?pErq0lJLA)78&q>47T}00-q| AkN^Mx literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/warrior_pulse.png b/assets/minecraft/textures/wynn/gui/ability_tree/node/warrior_pulse.png new file mode 100644 index 0000000000000000000000000000000000000000..75cb08a68839c7648fdbeb41c746796f6c9db6fc GIT binary patch literal 288 zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3-qbFB!4{Dd_;85LY1Ge%IY#jh5gfSAl37 zb4zDkeKS=xU0FHRefC1ffzpg6L4Lsu-YGeMfSk>qE{-7;x86)~>}xRKVK!eo``Lf} zIPWyofX?^YhSz60`2YLauClRivdQu4iF21&$36LL>{+SY-xOb;(99w2qER5P@po}$ zQi#m?l!DKz&!xZH^|Sj{zrxr4kI#)IWsYX-?TTFdl`HLJnsCU{45lO|u_u$Be9-ZD zIb%-T#6I5RACGV6XPCy>z#$%>UGZJ(!8gXnhMVjc4!vRCdz(Gsz*}aw=b;Hn3qEtH j{jp=XZ}+FKje$Yu*R!1NuN`}U&S&s+^>bNz;EDtQJOyyw literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/warrior_pulse.png.mcmeta b/assets/minecraft/textures/wynn/gui/ability_tree/node/warrior_pulse.png.mcmeta new file mode 100644 index 000000000..1563594da --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/ability_tree/node/warrior_pulse.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":20,"interpolate":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/white.png b/assets/minecraft/textures/wynn/gui/ability_tree/node/white.png new file mode 100644 index 0000000000000000000000000000000000000000..f239dfbe4b6cc6206278a5716ece1e3554500a40 GIT binary patch literal 218 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFP=HT}E0A_}3o*BJ*3~ytRnwJ~ zQ;k#6F#?J*mIV0)GkB-u`~h;xJY5_^DsDaP-N<-ELE!MAllSVMZokdH!6C#!F>#*1 z(++l_@cRv`=UJ*>^m$Rsk@Qw3>HW(5gUc91{5=#Oe6^Fi7G#o^Wr}l-~4->#WU|&9nb{~ Np00i_OAlO;0025KO3DBL literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/white_active.png b/assets/minecraft/textures/wynn/gui/ability_tree/node/white_active.png new file mode 100644 index 0000000000000000000000000000000000000000..bdc83871866ecbe753ee9c738faeab10191580c7 GIT binary patch literal 242 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFbbwEYE0F&7|9{i_FT3{d4?Opf zVd`dcOJ`kuGg&!RP7Q}GKxxL3AirP+@06TBKu)Wti(^Q|t-C?tVuuZQR;{i4FD!mB zcK!bevK3CR%UmTkJhe`UZhYmIaLxNdxZaYxnvt#i>`95tj1hu&(wLa#A2fC~+8p~O zQp3F9!osNJy0xik+2?$6Cnc)w$T52Mb5p{kn{M6Zlj7JcRXnFO=>`5-704nSv2~Wo mkIx&j7)yfuf*HJ1a{d50F`h1tAr-gYPG)2~V8FvLUFGEec$@6VhF2R8 zM)0*--)fONt31hu?Flo}afX_J2d;YTJ&8#M=g-{Xi})vQa`yH8>?fj32O0JRDYWX| plT|7=$`9IJyj`)mwr0vRrpyViPafeZas=AL;OXk;vh=_e2>_P1K*0b2 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/white_fragment.png.mcmeta b/assets/minecraft/textures/wynn/gui/ability_tree/node/white_fragment.png.mcmeta new file mode 100644 index 000000000..ef9f84e88 --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/ability_tree/node/white_fragment.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":10,"interpolate":true,"frames":[0,1,{"index":0,"time":200}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/white_pulse.png b/assets/minecraft/textures/wynn/gui/ability_tree/node/white_pulse.png new file mode 100644 index 0000000000000000000000000000000000000000..7d807e5e7a9349aef218d7712fe1397e2b5f549d GIT binary patch literal 271 zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3-qbFB!4{Dd_;85LY1m?f?H{XU^=}zrVe! z%iPjgSKmxkO;=V<^=Z;w37|A%NswPKgLg{KA0TIur;B4q#jUqfHi{iG;9-`&KJn}S z_?|77j;#4`f>)>f$lQ{@ssgnEt=Fs_RzJU^K4Df;HJfVn{a>1EY~REt1Ttv+R16Vm zIR5|XaRtk^ew%w5LX)Q~p2raR-f`+0d#9r*Q=5)U2RvYASsTt;!z#Vrp><(X>BA$p z>gIcxTkN>y5Oe>?!#B=p`}s9@)t(U8dB2@wlHmMrikoh?`-tAPbD2~7BR1~grUzeC TuD)9bbS;CYtDno#16L#fEFf?m literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/white_pulse.png.mcmeta b/assets/minecraft/textures/wynn/gui/ability_tree/node/white_pulse.png.mcmeta new file mode 100644 index 000000000..1563594da --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/ability_tree/node/white_pulse.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":20,"interpolate":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/white_shatter.png b/assets/minecraft/textures/wynn/gui/ability_tree/node/white_shatter.png new file mode 100644 index 0000000000000000000000000000000000000000..e4089cf36a531a5f4e49624f409149089833e8b2 GIT binary patch literal 229 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFP=HT}E0A_}3o*BJ*3~ytRnwJ~ zQ;k#6F#?J*mIV0)GkB-u`~h+rJzX3_DsJ65@5*$Dfyd=y%9DTLX$8K!o;#ba5385F z%(o=jpxcL~rzJ#G$a&dv=CTtE0j%l`_AEykj9oQmpFb}?!MA*J#|8EYM(f|5nZ=g7 zm+_{HZPQZzfOb!}O&4WaBps9vNwHky<@?O=dD7aCrZtk;m6uEBhy+A?E$2NxhlSz& X+}Bwl+)8JGj$!b0^>bNz;EDtQ)5uC= literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/white_shine.png b/assets/minecraft/textures/wynn/gui/ability_tree/node/white_shine.png new file mode 100644 index 0000000000000000000000000000000000000000..6260f23eedceb4621755f7c452d4f0b91ed750db GIT binary patch literal 282 zcmV+#0p*L$}su4B4Bn;tvNjNi)MI@e01*( g@5%ms7ZMS111eGIA?7X@3IG5A07*qoM5Vyg7*=X}Qvd(} literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/white_shine.png.mcmeta b/assets/minecraft/textures/wynn/gui/ability_tree/node/white_shine.png.mcmeta new file mode 100644 index 000000000..cffa70e0b --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/ability_tree/node/white_shine.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":1,"interpolate":false,"frames":[0,1,2,3,4,5,6,7,{"index":0,"time":400}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/yellow.png b/assets/minecraft/textures/wynn/gui/ability_tree/node/yellow.png new file mode 100644 index 0000000000000000000000000000000000000000..03feee7d3e5087ee3e0b1003e4149cb4e5292122 GIT binary patch literal 225 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFP=HT}E0A_@@-nw{*3~ytRnwJ~ zQw2@#E~i zjs4+#|Gu;=_c`aden#Z!Xx=pSmkB%fo)?aKzG|_;7j^+nr`m+G9Jhp3mOXWxHM>KQ z+hF?XLg62c4D0`f|2XOJmT9{P$Eq0zlk*ck-+iYbWU!n;-SGRXKga*5ym^0{eeUyD V2cnD?YXTj@;OXk;vh=_e2>=CNRHgs` literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/yellow_active.png b/assets/minecraft/textures/wynn/gui/ability_tree/node/yellow_active.png new file mode 100644 index 0000000000000000000000000000000000000000..b30b4cb045748b8ec91e9137d1821ec3239056f6 GIT binary patch literal 251 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFbbwEYE0F&G(6{ORm%wumZ_d|d zn7Y~A(pgvEOjb@c^hV5IpfqDikY6x^cS_D5Ag9mM#WAGf*40VYVuuZQ4oe;Vb?5&P z(N%^ew(ZSg4=&z6Fa5agLE1n5-FLUY_1aVT*(|CslxphP)m2j7)yfuf*HJ1a{d50S)MMAAr-gY_8am!2XY){5PDbtWZKf(tC#Y{ z{`)L-x~W3V*_w;bL8(zlPAKF0Py1+YR)>!f(M`%W`44*akEQ?UF4#GvOlTL=36(~n zt11`fEk7DNm7B$5<+?jUGJ(3%_deWw!Qj$VFRZ7(P0002DNklwJ& zE@&i%tp31xmV{xo2O<-pJ0Tks6lcOO!+cwWIy1QC<7Ft25UK_LZ}5{uXgGpY5JL#9 zktwR<2vDNz1*1q{BQ!w)AM2RwV+`Nzyo%sXzz2duOX}(JU0000|%hFP=HT}E0A_}3o*BJ*3~ytRnwJ~ zQ;k#6F#?J*mIV0)GkB-u`~h<2c)B=-RNT5U!I7`ofrnYv`se@Yr#V&zWp1%8_tUny zvEi5hB>BqkH(zu=xgck)5qYV^dsBX@>~_`jH{w{O54KL!SKecP_(*~d)9pY-9npmc zO2u1>lXU_n8^zWCVf5GW&^Te;o@VMOU{l<)Lt~jk!v_-y&CqStZVb^Y7u6egEK=Fb zEi6!&?{uF_eXY*PQ!z5Far-}*nsl>CGce4ue09L6l64KxoeZ9?elAN7T#*0(Q)^Xo literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/yellow_shine.png b/assets/minecraft/textures/wynn/gui/ability_tree/node/yellow_shine.png new file mode 100644 index 0000000000000000000000000000000000000000..379e94e2f7639b4f4c0caa747efe22670216a8c0 GIT binary patch literal 323 zcmV-J0lfZ+P)BNPfiu%+!Om(Kh_%0587r$6d5=``|Xl^(O0T!XgTPi+$_4z*fx2E91pxTT V+5Cx^4nY6_002ovPDG`^)EMWieysoi literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/ability_tree/node/yellow_shine.png.mcmeta b/assets/minecraft/textures/wynn/gui/ability_tree/node/yellow_shine.png.mcmeta new file mode 100644 index 000000000..7946a5edf --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/ability_tree/node/yellow_shine.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":1,"interpolate":false,"frames":[0,1,2,3,4,5,6,7,{"index":0,"time":350}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/bank/liquid_storage.png b/assets/minecraft/textures/wynn/gui/bank/liquid_storage.png new file mode 100644 index 0000000000000000000000000000000000000000..4948da173d7f353d6c14fb6ea8969d3d8d54c9c4 GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nBm#UwT!HkuD%aAQhTaIv*yOZy zJA(jIT?;j}yNXK>0p%D=g8YIRyi;=i06E^CE{-7;w`xv1@-Y~4I0Z_szW4u_b92t` z$8FOk*2J#(cPC?hS^AcTZB7hcjNDHb$UEKVxFddni<@&gcVsn7r{izlEU_KBTK^JR Z8QlC{i|lAPD-1N2!PC{xW$A${5&#g#I<)`* literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/bank/restock.png b/assets/minecraft/textures/wynn/gui/bank/restock.png new file mode 100644 index 0000000000000000000000000000000000000000..cdd45453c052d4f489193b20947dc6bde600a83d GIT binary patch literal 188 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nqyv0HT!D1)31`=>hU=TBxb{#>Qm;r5Q_t{DK+0Q*!3bTY%mZxd?BR%y}cpZ zrPI4T-yO?&IVI=i%ZMLal2x1)BKwZ=RQW&2sQgDa22WQ%m!$`;NB{u5qC`gk literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/bank/stash.png b/assets/minecraft/textures/wynn/gui/bank/stash.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7e136898f7d24769182a66bee3af0823dab587 GIT binary patch literal 189 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nqyv0HT!D1)31`=>hU=TBxb{#>Qm;r5Q_t{DK+0Q*!G8+moJ6?WyrT*wm zo6mMPW_=2}Bzf#di%-M-ZFiUL@%UDt>VCfRyFikw`;CSaZilc1vR9^?G>do(B}5$z iIWcQ{1WV4;_PXhFUR^E7xAOy<&EVWB0|Xk literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/bank/toggle_account.png b/assets/minecraft/textures/wynn/gui/bank/toggle_account.png new file mode 100644 index 0000000000000000000000000000000000000000..dfacb2539ed07b95b28b67edfec540c1ae2738bc GIT binary patch literal 178 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5ngaUj*T!D0BW>9v7r z-uSL%deEbtA@>viv4|9J=_LWWCL)SE7-ljr*qLySb(+Jv)+Ub=H)|$W&(4ysWz;-5nBm#UwT!HkWc@sL?suDa5yxg6< ztyC>FrBx&aSol6^1LYV?g8YIRyi;=i06Br4E{-7;w@S}kWjqkT<8)DK!~bKgOZ5KS z{habcTHe#^y300U%XIaLE|aBd7J4vA$*8H{I8eAr<-7W2r;g{7Ya(_w3am^!AQWV@ gck;QMqJKH8&1YWo9K7Fs252~gr>mdK(gRl{08$Y^egFUf literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/beacon/blue.png b/assets/minecraft/textures/wynn/gui/beacon/blue.png new file mode 100644 index 0000000000000000000000000000000000000000..cc00423dc6853c958d223d68c12e96b1ddf868ff GIT binary patch literal 89 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BK1y2{pkcwN$CpxV@ueW(>DB*n5 nZOMbgEk;=e48sGo` literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/beacon/gray.png b/assets/minecraft/textures/wynn/gui/beacon/gray.png new file mode 100644 index 0000000000000000000000000000000000000000..62beb464e67d9b65b16727755d243728b57dc2d0 GIT binary patch literal 93 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BK6;Bt(kcwN$H}>S+-9NdVzu9m~ qt_xRM(gFbU>D-r;}`Wit1 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/beacon/orange.png b/assets/minecraft/textures/wynn/gui/beacon/orange.png new file mode 100644 index 0000000000000000000000000000000000000000..290b8dc42bf7995ffbf40499febadd48dee290d4 GIT binary patch literal 92 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BKWltB!kcwN$KQ0{p@cw@YN86@e qkApruB25RA4y<5Y%+@2t!0=?_x9OXByoG_v89ZJ6T$UcVA^`wf0UX=_ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/beacon/pink.png b/assets/minecraft/textures/wynn/gui/beacon/pink.png new file mode 100644 index 0000000000000000000000000000000000000000..bde1f6da0b52e94e6aa08878c5dc6c7c1a6ea686 GIT binary patch literal 89 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BK1y2{pkcwN$KccsMy#N20Z~{-N m^u(t2UdF|2JyHf)3=Dyaj^AY!^JW3nGI+ZBxhy?!MFIe@%oy7M literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/beacon/purple.png b/assets/minecraft/textures/wynn/gui/beacon/purple.png new file mode 100644 index 0000000000000000000000000000000000000000..91365bf7f7d153a1d8e7bb99613b5242b5632110 GIT binary patch literal 93 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BK6;Bt(kcwN$J5Cn-xnJFOJAo%v qdScT|2@RI!qYZ(~ZoCqv3=D>wPY3U=*pmQM&*16m=d$#`6$tl)Mm literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/beacon/rainbow.png b/assets/minecraft/textures/wynn/gui/beacon/rainbow.png new file mode 100644 index 0000000000000000000000000000000000000000..fb10f264788fbda1f84006662fa6e7d2f4380724 GIT binary patch literal 218 zcmeAS@N?(olHy`uVBq!ia0vp^0zllr!3HEb#bb8>sfC^{jv*Dd-kwnuI+!Tn@KOKY zZY9o5TaHh3^_-~c8X$8-lS41TF+3x8stw5Cx?_aIhW?B7l(h86RFI0yce}1GIC<|miU~k~szFhI3*BT&)!PC{x JW$A${5&+hJPJ;jd literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/beacon/rainbow.png.mcmeta b/assets/minecraft/textures/wynn/gui/beacon/rainbow.png.mcmeta new file mode 100644 index 000000000..68d1f0df6 --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/beacon/rainbow.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":20,"interpolate":true,"frames":[0,1,2,3,4,5,6,7]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/beacon/red.png b/assets/minecraft/textures/wynn/gui/beacon/red.png new file mode 100644 index 0000000000000000000000000000000000000000..2727b214f1bd261c522c92b82e7b2606ec46431f GIT binary patch literal 89 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BK1y2{pkcwN$73UPczqfA}l5oE1 mw&X!#@_`kMi`jal7#K9pCRc>0F8K^p%i!ti=d$#`6$t>Y;~BmH literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/beacon/white.png b/assets/minecraft/textures/wynn/gui/beacon/white.png new file mode 100644 index 0000000000000000000000000000000000000000..20402e375264467a4ed20f62cccca4753b232bde GIT binary patch literal 80 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wniUG#3CVaZeY=kcwN$6+hqG3ov;qzbSCh dln7;D;C$M#qcwf?PM{J7Pgg&er3bD^006b|6=MJZ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/beacon/yellow.png b/assets/minecraft/textures/wynn/gui/beacon/yellow.png new file mode 100644 index 0000000000000000000000000000000000000000..d6617c1c1084659e7844d1de926836a779824976 GIT binary patch literal 89 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BK1y2{pkcwN$6+Z)?-+%w#ErBOh mdSX+1FXLji9w~z?1_qPJ)a}wWhg*Sa89ZJ6T$UcVA^`xo<{5wh literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/blacksmith/repair_item.png b/assets/minecraft/textures/wynn/gui/blacksmith/repair_item.png new file mode 100644 index 0000000000000000000000000000000000000000..af0cb7812e9b2b534978b97d879e89c8ab90c2ea GIT binary patch literal 171 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+C#B2O2`kcwN$5_=R5gnYN>n7nr9 z?xnIljyXl9izS@4J-c+M$bjwS#MLu5Fe;p6jxK99P(0hh8(~$g*p+5qTlwgagR>J$ z8Ux2+ljg#%-C`Hp4)8K;a+Jt(D4xUlv8};CNIs3>kU$b+FOOmlL*n~DVFrer|L)$- T?3*lswljFT`nfDUa76+D(%?9# literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/blacksmith/sell_item.png b/assets/minecraft/textures/wynn/gui/blacksmith/sell_item.png new file mode 100644 index 0000000000000000000000000000000000000000..1e7a8817b3aad6c4528121d74d61d2cbf7a8e9d7 GIT binary patch literal 197 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n6a#!hT!HkP{}1o}KeP0I@uFvS zVYl1^_9mDtj**=j8DOfbEg|u;fA(XbBF2&+zhDOMl$<|6PLQXIV@SoV-V@$J%?1L@ z7dsbQOnXFPQej6&q*$Xhe`(K&y;=aQb>lKO5Cg;rHe9&IT#Bixm sCt}{di9%sbU#1I%%xu2PRr7+OKJrzU?R@1EK+_pKUHx2^9=IX_0OdkUMF0Q* literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/button/arrow_down.png b/assets/minecraft/textures/wynn/gui/button/arrow_down.png new file mode 100644 index 0000000000000000000000000000000000000000..f18518ed324774a5d8926a85d3130076a27d6f38 GIT binary patch literal 130 zcmeAS@N?(olHy`uVBq!ia0vp^0wBx*Bp3{(MAU&4Q%R6tFatxaVC5np&)U<)F{I*F z@&QIBCZ;WctpEPIi|_D_ZDdej;A~(B5o5`_zi+Q(hN%baq)afpAPffUh-(y?Hgt1K8sg8Xw09nN9t49%7sr?pVIVbb8`?_ bz|vh8z2tUx*4E$qK!$s|`nfDUa76+DbL%T~ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/button/arrow_right.png b/assets/minecraft/textures/wynn/gui/button/arrow_right.png new file mode 100644 index 0000000000000000000000000000000000000000..bfb6c7e7e70a311d328397b90d03ae118ddb747b GIT binary patch literal 128 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wniUG#3CVcTX3`kcwMtP6aYLFbJ>&)~-8K zD(XIi@c@It@15&^>{r>zkki@N+32}RPOZ}@({ZbDhaAi6t?8Ec^=fv1czb9&cT?4s bUK<9zg}FbokF`kwjb!k2^>bNz;EDtQN@FZe literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/button/arrow_up.png b/assets/minecraft/textures/wynn/gui/button/arrow_up.png new file mode 100644 index 0000000000000000000000000000000000000000..a6255cfb70fb1db8d887986b55feff726e9f75b6 GIT binary patch literal 126 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wniUG#3CVS5FtmkcwMp&o#0#7zj9Dd{=z> z&N|uWZJw-}9RUl(57h7YTG8utW{=YuwN~J2Rt6- a4EG=A{(MxwX&=x)22WQ%m!$`;NB{tkI4%(Y literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/button/cancel.png b/assets/minecraft/textures/wynn/gui/button/cancel.png new file mode 100644 index 0000000000000000000000000000000000000000..f8bc82f6511ca6c6dc1d993fd6c6d82502e32d5c GIT binary patch literal 132 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wniUG#3CVZ%-G;kcwML3#1vQXt9eixES)Z zv7a)!`}NpMgZ~RdCNy1dQi%^-vc>iAG}bRF%-(5o0v_{vOXkg;v-!ujqn6sj>y;;l h&zsXR=iYnvgFB}r&D^?d7SLD*Pgg&er3bD^000|KFT(%; literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/button/check.png b/assets/minecraft/textures/wynn/gui/button/check.png new file mode 100644 index 0000000000000000000000000000000000000000..6f7ec0ef556af33f88fe8a6383cef5686a5dc4ce GIT binary patch literal 139 zcmeAS@N?(olHy`uVBq!ia0vp^0wBx*Bp3{(MAU&4Q%R6tFatxaVC5np&&AWlF{I+w z)Ds7J8xlC26TknQ{&HQ47T}0Dg)tZ~y=R literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/button/color_palettes/brown.png b/assets/minecraft/textures/wynn/gui/button/color_palettes/brown.png new file mode 100644 index 0000000000000000000000000000000000000000..3bdcf6534bfaac8edd32abb21084cda945dbc754 GIT binary patch literal 95 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BKHBT4EkcwN$5!XWh?AN^dygsny t^M8imyZ>(q3H_IJQ<7j^oFKx$z-jP+<#5a%VW18MPgg&er3bD^005BJ9GUL?7^})L8OO?;dk>R<_Diyb^&!Tc)I$zEIn{V0s!PIAMyYI literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/button/color_palettes/green.png b/assets/minecraft/textures/wynn/gui/button/color_palettes/green.png new file mode 100644 index 0000000000000000000000000000000000000000..1c9ddf0f0ce1d58887a69554e1641f4f7e85dcce GIT binary patch literal 95 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BKHBT4EkcwN$AO61oJ^x|P_xiS( t+x|2Al>X25_V|-7(U~C9(-g?S&?x&L{nazO<3Jq@p00i_OAlO;000q@AjALw literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/button/color_palettes/red.png b/assets/minecraft/textures/wynn/gui/button/color_palettes/red.png new file mode 100644 index 0000000000000000000000000000000000000000..c7d74bd3cdeefd88d2344b6ecfda1143d5a4acba GIT binary patch literal 95 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BKHBT4EkcwN$Ki)t1`M+n`z5l9R tUH_SVO8;kjd;Ce4=u8mlX$oXuh%aN; t6@U2+uKr!GtN3w#qDoVs0hb#i1KW>BM^=}*)B$xcc)I$zEIn{V0s#2HANv3R literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/button/exclaim.png b/assets/minecraft/textures/wynn/gui/button/exclaim.png new file mode 100644 index 0000000000000000000000000000000000000000..89f3557fc1ee8b531bf9643c38d479dc0340370d GIT binary patch literal 107 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wniUG#3CVBTpB{kcwN$3W6+u_<=}j{|ixc)I$zEIn{V F0sx*6AeR6D literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/button/minus.png b/assets/minecraft/textures/wynn/gui/button/minus.png new file mode 100644 index 0000000000000000000000000000000000000000..302ce46e05d64c83362308e05791af8875f26a67 GIT binary patch literal 90 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wniUG#3CVMNb#UkcwN$5`GE~?A2U?8`v(0 nX8gb3!?yLJXu_d~A}tKPZI_O|t$mdURLtP%>gTfbz!eDq*AyGp literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/button/note.png b/assets/minecraft/textures/wynn/gui/button/note.png new file mode 100644 index 0000000000000000000000000000000000000000..7b08b4500da9b3cbe70ebb9bc909741b381ee14e GIT binary patch literal 131 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wniUG#3CVFHaZ8kcwML3*T5T!E^lyx_9AeJhoqnK(YqH*U>D-r+>7Ai6T literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/button/plus.png b/assets/minecraft/textures/wynn/gui/button/plus.png new file mode 100644 index 0000000000000000000000000000000000000000..6f3e68b3ae7e4016f5d5e20bb98aff2e40e8cf22 GIT binary patch literal 115 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wniUG#3CVD^C~4kcwN$3-maC@HbY7Ffi(h zD7TLv0RsW1&HbnUth4VsT;qGhiP@IHk}>aZz@x>+&ate&ulbrj67b!3JhJ3B!y`K; yKE1fJf={iAZdeOWQng~gC{o6#V^L|k*qndH;g#X7rR+06c6z${xhy?!MFIc_f-igk literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/character_info/ability_tree.png b/assets/minecraft/textures/wynn/gui/character_info/ability_tree.png new file mode 100644 index 0000000000000000000000000000000000000000..bb447eef77650e0d8c9c15f4101bfc400fa81efd GIT binary patch literal 385 zcmV-{0e=38P)u85$p2Rr06+0004WQchCP0003LNklb>!5Cm1aHQ*Nr`GEuXQI?|X;8t=SpNKrb!nG=FgU^mYDh{DKDZJ%ic?%Fz{Z%$G z(}^^*5Jth23vf1)!T12(z&XZK%oF!O?BII4q{M?T6AzKde=;(hs!Sn=k!nVcr*hm$uPV;UAw00000NkvXXrNGn}U*n&f literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/character_info/ability_tree.png.mcmeta b/assets/minecraft/textures/wynn/gui/character_info/ability_tree.png.mcmeta new file mode 100644 index 000000000..aa03d363e --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/character_info/ability_tree.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":50,"interpolate":true,"frames":[0,1,{"index":0,"time":300}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/character_info/blink.png b/assets/minecraft/textures/wynn/gui/character_info/blink.png new file mode 100644 index 0000000000000000000000000000000000000000..b75cbeac32578ebe8764159926841d512a11c863 GIT binary patch literal 194 zcmeAS@N?(olHy`uVBq!ia0vp^3PAjTi5WynTK44qcuL&)(=QUG&6`Rf)61@3!CN&_u_+#t&Mw`fmWpX>y pJL|t$PO3P|GBNk>z2{|7`O}jA=f=2x>jzrN;OXk;vh=_e2>@wCNf`hD literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/character_info/blink.png.mcmeta b/assets/minecraft/textures/wynn/gui/character_info/blink.png.mcmeta new file mode 100644 index 000000000..09600e0c5 --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/character_info/blink.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":1,"interpolate":false,"frames":[0,1,2,3,4,5,6,{"index":0,"time":150}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/character_info/book_agility.png b/assets/minecraft/textures/wynn/gui/character_info/book_agility.png new file mode 100644 index 0000000000000000000000000000000000000000..ab75f6354ed761c3a8edd68488a42cc4f6544f7f GIT binary patch literal 220 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nv;urWT!Hl2=j+d$=(v5{p#S)p z4YP9^mam@K6qwvTb7Go9Y;0_?i&227uC|24CcQO}fvOoxg8YIRyi;=i067VsE{-7; zw~`KUGL)WXx8GYC%Fq?*X3 zDQbT4=(YzX!q4PbZci~?Ui6_zbars2?~W7S_B;=Dd#1e8Z1+>=8UM@JrbNH>ezs=k R5ujZRp00i_OAlO;004otRwe)d literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/character_info/book_defense.png b/assets/minecraft/textures/wynn/gui/character_info/book_defense.png new file mode 100644 index 0000000000000000000000000000000000000000..5d8332ad3197cdf9800f8434a3879487442040f9 GIT binary patch literal 217 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nv;urWT!Hl2=j+d$=(v5{V8iU3 zGX+62n*t}MIjjgaiH(gdb}{O)k_j-?)s~QOj69qIRLxit5Q8F*^TmUzPyb!N8*SOHr~kFg09wT0 M>FVdQ^uQGf0L*|-5nv;urWT!Hl2=j(4?3O{qA-5nv;urWT!FNOYE3!MWjJ5LL z=I60So{W20R!(!6wdt5cl%3{6!wFY}`c@pb_10mkj9>iwtK!W6WvoV8uZ|t&SKtKN O#Ng@b=d$#`6$t>6JyWRw literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/character_info/book_strength.png b/assets/minecraft/textures/wynn/gui/character_info/book_strength.png new file mode 100644 index 0000000000000000000000000000000000000000..c79cb4be2ca76bf9077c4f25a337a897d2d19b2e GIT binary patch literal 220 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nv;urWT!Hl2=j+d$=(v5{V8iU3 z$j$Ck>jNgHIVew4j*X2ib}`~EmJKk~)s~Qu4>8*dRLxitYaSW-r zReIV{h)IFRIgoLJ$Em;Tv$KvB?lRc@e?kBL?v7au`JNGTq%$(sdKzu)cX?ueaO$G+ zK(9SI7f#IluqEZ3-h(M?42^dC>BuNg4*xK5=XrD8zcS0qPsT@OP20=parw-5nqyv0HT!HlA|2x+FPp)|#pm4#v zWU;kPgRVxnoUEnbS8iR@^e^tk=>o+%9TQ|9t&o!fT#_^pH2tk|5AmnvZw#=TMo2=!PC{xW$A${5&+u9Muh+X literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/character_select/cancel_deletion.png b/assets/minecraft/textures/wynn/gui/character_select/cancel_deletion.png new file mode 100644 index 0000000000000000000000000000000000000000..2b02b64d9d075dae10f92b996f1d2e04ec1c2c11 GIT binary patch literal 179 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nL<4+6T!D0Vb5n6%USvpEkdI%0 zsjjw!#M0z7Vn7MTk|4ie2Je)dKR}L;r;B4q#jTPP2YC+|@Hky`dh^DDYu<^E%9~}ioo26@ZM}zFV4z!9fptiKQe9eSHC9_*NHcr6qvJercA_yR*1ny;-IKl`%7BKICOBHdFr3ucX3Wh-h4Dv}= zf(a*JS_S62vr3P^Gn|TGn9>EvE%1?Pv4~+T`N$-5nL<4+6T!HklLu=k_3cWqqX6fwO z08?FU35hA{p3i|2j3q&S!3^FhIe&m0FHaZ8kcwNS=NQ=zIPkb!%rQ6qZeR3yf(KwJFFG-w2;F-@&y__3e+d{4s$^!7(r2ePQCY Xd!fDJdF39UsSKX3elAN7T#*0(p7cLi literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/character_select/craftsman.png b/assets/minecraft/textures/wynn/gui/character_select/craftsman.png new file mode 100644 index 0000000000000000000000000000000000000000..a0d8ab7b9ad37770d90e974fb964d1fb42cabb42 GIT binary patch literal 402 zcmV;D0d4+?P)kvR#JmL=JY^l)z0#xP$(3>oaLIAC+bT~ zu$4uL<`RZBwk1y72=bs_*pCSWG}P}DYUk?9j$&A0K8F?cAv{CS#1QKA4fDasF+gN2vlG9ykaXbkxK2)*y@<*vW#noyT7BJ;EI61)NmEI-fC7&lfj&b21#uu2JYM#wfH+Vn6biqHCvS(!8tzz#x&QzG07*qoM5Vyg7)c|hUH||9 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/character_select/craftsman_disabled.png b/assets/minecraft/textures/wynn/gui/character_select/craftsman_disabled.png new file mode 100644 index 0000000000000000000000000000000000000000..e90eb8a7f7d8f3f6d2bfba43b8260196d3ff587e GIT binary patch literal 407 zcmV;I0cie-P)S|rjx|BAQk1r{VkjTn3^T<sPmBZxwFSXb9V&2cEG z7FEbjZ&A2*>Xlt1L7 z*12g33!*n>ReRJ2#YUwEnCfavNXUdA+X__2SQ6wH%;24p^9RVW_H=O!skoKwz#7B7 zphq<>fYEU}Z^E%nF2x4T+Pa6OlqOtb6n>$muz*FR!9dB(K_Ymu;<4iQY}^VA43if8 V61y(I-5nL<4+6T!D0Vb5n6%USvpEkdI%0 zsjjw!#M0z7Vn7MTk|4ie2Je)dKR}L;r;B4q#jTPP2YC+|@Hky`dh^Dlc)I$zEIn{V0szFMGJ603 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/character_select/edit_icon.png b/assets/minecraft/textures/wynn/gui/character_select/edit_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..64d65f002ff49f36eaa99ad7f293770683d2fa6d GIT binary patch literal 397 zcmV;80doF{P)1`7 z0004WQchCP00039Nkln*}-j>d!1}v;RvBEp1s|tle z;jb_b`r;ICL8}eg+T};-O*uEQ8&)8F3-vP+;0menX-X<%FK6&v=GF@X7DYrv#|qr$i|d z^Um*kVzAIU)KVA{g28G&7WA$qIfC~bPmUlh2+>{8H8?F$0B;xA&IpW|u9V^wVMa3@ rqqQ6()p>&I&3Kb4Ur;C%3jf3dE|kLmi%( literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/character_select/edit_nickname.png b/assets/minecraft/textures/wynn/gui/character_select/edit_nickname.png new file mode 100644 index 0000000000000000000000000000000000000000..3ad03e5f7311a5fed615f796a42931200a22bffc GIT binary patch literal 440 zcmV;p0Z0CcP)DYu<^E%9~}ioo26@ZM}zFV4z#EYI{h3Qe9eSUPw1kH7zR` z70d!JMQvge3Z2SNK0WC>HK~#9!?ULbggCGzFB~4DXHkEt-hb@rpIVVHQ z-%iFEs&zEm4j)^e@=ZKGqh$bYVqPc-INeT$WAZBPtXnv-j zhHnG;T2PT=IiH_`0GfgrFM`)PG?eytL7ZnZ5KUS439xtpZ{qDX&+1p;1TJp^SeCf& zx5tMUv{v8*kn;QUq1RJj52P|2n-`S)(@oMuX+?7-ZGq2sa!d#=dCh-B+9BAEOP)<* z7dr*y**Pwd7D4)H5%Y>J0=^;M@8q)p1(%3B_$q_atpzK2A> za*HFFAmIg^_fIRZhL$ft;5g^IETt%mX$$NgsGfZ*>9$wUPh0Tb$tkFZ`Y=Jo*2QFO i-Si8l!9Qd$7<>V0jo*4PJHpfe0000GhRqHP&F-aBO@yq7(W;leE=R$4>0*;NZXyi6-=YgaK^% zb0(9?B(-@zu{99^%X$gdL_=gt7m2o@Hd{)L7!{~t`$%vIw*?vx0x7=61V;=;Jcc)T zB+8!#*kN!Xkf;~rQUO-TafG#P!IH`X-q01Q0JexGYs)j3p(DU*mqu56>WgO}LCjh6 zImaRp;Ox^?3#jny6d>k(&mm}ypbb_$J^1|+NZ|L~3sS4#EY!Zt;Hn^${j~<(psY#1 z0ncayGwA-77f_B}3Q*eDnF`Xg3x*DdP=Ns-yd1du0(g&41h8{cFu=IryN?R40;$WA uE(4Dq`d=^*XbF~gzUtBn{7WX2$>ax+Ud;2_%G0O-0000uu5Aq<7D?at|Wn*aZA7oT`MI%ir3gMr_In!x)m z44~U$u~_^$vCr#?dlwb3Y?OF(DIu~&JJAtb%{}7X!xjL1bzX2PvjW7uLW+;~1ZVId zoNsTi$Cf99pcpX(8g+_ZMIblPdJt&)f-Tks9KZ@qAXua%ua;*5!%qSft`fcBi5Ja; z1R*7-q!g+^5qwwg@<#{HnjnXC9Lf7~hD;maTX=teDI{>m;S@bDK|7vWn(5U9zV2U6 z&l}V=`F}t&+5m>KKk|yy!i8RH`#dXxh%RRjGV-qj0m#lfE#xN!*=hYkkWsUOd2GSw z7zm6&9I{0-u#doRfe|nS+itTB=>`5Ji^XE`1}ItlK=n!07*qoM5Vyg82j|3 An*aa+ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/character_select/hunted.png b/assets/minecraft/textures/wynn/gui/character_select/hunted.png new file mode 100644 index 0000000000000000000000000000000000000000..b03a9f7f6406b19ae35b10d94593cab0e86cd31e GIT binary patch literal 366 zcmV-!0g?WRP)Yl%gX4y;Hhm60sDQA>Qk_N1^{hgO%WA{EZe~TF3??3;Mk$s&iDt108V5W z22>O*(86`u`GUso0_WK07x;pOxIhi;CjI&1z~gv3Idu-n3FJjFEE)*Ci4%O0b9cNH$Wi>h5!Hn M07*qoM5Vyg7;`I?S^xk5 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/character_select/hunted_disabled.png b/assets/minecraft/textures/wynn/gui/character_select/hunted_disabled.png new file mode 100644 index 0000000000000000000000000000000000000000..53083f09f825fef165fe36ddc7562613a4300c45 GIT binary patch literal 373 zcmV-*0gC>KP)B+ZWr zQs)LKnLKX=*pB^Ipc(lWOJQ{!FqUZ-AV1Glo)B!;U}jCpAgwDPl26t=1g*W~p^f7< z?QZ}9 zfLk%^q^H*KCqPhRtu>Bg1>;#z0tDc12tEga;JO+Df(z3S;h?{NCJ2t>IRB6@O11X1 T67yzo00000NkvXXrNGn}yG@le literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/character_select/icon/archer.png b/assets/minecraft/textures/wynn/gui/character_select/icon/archer.png new file mode 100644 index 0000000000000000000000000000000000000000..56a82a8f7dd1e4ef9865d42497a7598b94ce11a0 GIT binary patch literal 188 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFT!2rAE0BJ2{lL*3^A^u&?#**6 z3^UVDjgNBCQ*!ark(5;9;;aCwU@Qsp3uf?6$@v51_;|WFhE&{od&*F#!GPz81G9wt z|NjQlXKvZ2RC;CIqb=gAr^QbVHL(-jVfEi_*_v|RW6cleo|$xaF8ejn%kqc#imXq( iRrucg-J$N*d-jeQuUq-j7n%aiW$<+Mb6I-eiUa^Tw?fJQ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/character_select/icon/archer_background.png b/assets/minecraft/textures/wynn/gui/character_select/icon/archer_background.png new file mode 100644 index 0000000000000000000000000000000000000000..ef922e14adda05d760b9be3a7fddc23b592c0c2a GIT binary patch literal 160 zcmeAS@N?(olHy`uVBq!ia0vp^3Lwk@Bp6~RPuv8gm`Z~Df*BZU1uGW;d6Awjjv*Dd zo}Svsd%%F_h(rInxi$-g9NBIJNGkk$#(i&BPT+5rpL*xm4mhw?Dc?v}oV(_Lbwk{I zt`{#G-Zj`U>}puyB0hn45A!bV6&~UNw^y*Ol44TZ@oy{p`*@yrJNv#J09wM}>FVdQ I^uQGf06%~^kN^Mx literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/character_select/icon/assassin.png b/assets/minecraft/textures/wynn/gui/character_select/icon/assassin.png new file mode 100644 index 0000000000000000000000000000000000000000..7db88e18d3777bdafd399b59d271d7fc5827d3de GIT binary patch literal 209 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?#d*U5*7(1_3@Hu0Z<1wWEDag}sdhy?Jgu zxvqs_W_l?JQ7(EBE_#v9x)Dw~N-jQ%&fYqblG+jyCm$zY1?pie3GxeO@J`A31LXL7 zx;TbZ+)9@C)A0W;b4X)<(+Z|PO-}q5L^Nt0f*16kscl%+aG!q>gQ7rMMo*Sg)F#_i zbJcGJy!{h*`(pc|gkOLE{|{sdt9SS;5m0r3nZfn+$B?wo$F=~CX7F_Nb6I-eiUa@| CCQF(C literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/character_select/icon/assassin_background.png b/assets/minecraft/textures/wynn/gui/character_select/icon/assassin_background.png new file mode 100644 index 0000000000000000000000000000000000000000..e35462fd8982b2501113e11c59e574fa0e1f522c GIT binary patch literal 157 zcmeAS@N?(olHy`uVBq!ia0vp^3Lwk@Bp6~RPuv8gm`Z~Df*BZU1uGW;d10O|jv*Dd zo=z|nYB1nA{Hx^uNq!z#uIG-5))`aJ?MFD1b< zQa{Q?PszncM^dspq}c)}%~%rT7tG+DlJf`1@$htU45_%4Eb*jaar5HEjIIt_BLkRR z9W*aE3AlO&7qlC$n%9wL9Ky)m$0w3~%jm+I(o6@@jP(i&7Tjd=b&O(WWNhPWJIK%A X7WUkjJxawLXeNWFtDno#16L#fA0#td literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/character_select/icon/dark_wizard_background.png b/assets/minecraft/textures/wynn/gui/character_select/icon/dark_wizard_background.png new file mode 100644 index 0000000000000000000000000000000000000000..be4d3fda5b0934890edc8e33e4d9f75c9567a2d2 GIT binary patch literal 153 zcmeAS@N?(olHy`uVBq!ia0vp^3Lwk@Bp6~RPuv8gm`Z~Df*BZU1uGW;c|o2ojv*Dd zo?d7bY%maTxj4no|GNCY!fyp<=byY`XYyzD67PmJyy}dxtY_BPJY$ezC}UU|Ucj)H z@#;spgW<1YnYS|EP)!J5@VAj`!ViCD55;vwcNRagIJfX*6v$3bS3j4f2d+o}0KNw{ AMgRZ+ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/character_select/icon/hunter.png b/assets/minecraft/textures/wynn/gui/character_select/icon/hunter.png new file mode 100644 index 0000000000000000000000000000000000000000..99126a585ac4fbd6ad9272bc5a704b07ddeda61b GIT binary patch literal 213 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFZh%jSE0ETfka)Q_@YrPizI^xI zJhy^S(~)J#EO;puppNafzttg?s;ZG*uhFI29k?boIG~u#55c9D^L~RC}eL`@0h!IY&mb z7|s74#+?3aL9_<@Zg2ML2Vr@0PdV;h(!5T#bnI$Oyv&Fvy@3qxd=(3L~8g(TwG%vwKt zEr|`gw~zIQ+yn21^Q|*3?60Z1ZOM?Ew4htm;m>5|n-dx1su&YmK=yjN`nfDUa76+D DM7TC! literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/character_select/icon/knight.png b/assets/minecraft/textures/wynn/gui/character_select/icon/knight.png new file mode 100644 index 0000000000000000000000000000000000000000..ed9a18aa9456203ab38e911429768a48a1154d47 GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?#d*U5*7(S^+*Gu0Z<1wWIg19(lDd=;hwP zW0Up!nhFcU%=A(c^poSGT=bM&d~_rwwIw9Bl&>=es%9(+@(X70PRaQL*}mZ{RLbOJ2(o;Iaur%lBR!5y))%;8_;+LPgg&er3bD^006?A BNpk=I literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/character_select/icon/knight_background.png b/assets/minecraft/textures/wynn/gui/character_select/icon/knight_background.png new file mode 100644 index 0000000000000000000000000000000000000000..2c0367d6f21c315c023b715ff0ae39afe902fa76 GIT binary patch literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^3Lwk@Bp6~RPuv8gm`Z~Df*BZU1uGW;dBL78jv*Dd zk|bCe4m~@>#-P#C_~O-@D~$Vh%ZM+khM zubIHy!tjml*gv*hpYM#CRfYlWV(u0%dDIygZoM)vvT!%{23hLq>gTfbz!eDqz(+6* literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/character_select/icon/mage.png b/assets/minecraft/textures/wynn/gui/character_select/icon/mage.png new file mode 100644 index 0000000000000000000000000000000000000000..bb2c1f8520b24ca86f1f15756d4b11c080d80188 GIT binary patch literal 178 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?#d*U5*7((g8jpu0Xmc*EKxTtT4<>FD1b< zQa{Q?PszncM^dspq}c)}%~%rT7tG+DlJf`1arJa@45_%4Eb(RmbL@hZ3l}qnIvfsQ z3RSQ;EaA%O9^r1Z${{M6t!vsd9=;G(J>C`DwuLir)^N?zy&$qgQN-Zkr&|x$8Gg@x WZt&^OoS8ra89ZJ6T$UcVA^`xHTs7PP literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/character_select/icon/mage_background.png b/assets/minecraft/textures/wynn/gui/character_select/icon/mage_background.png new file mode 100644 index 0000000000000000000000000000000000000000..4cbaf51ccb44bbfad0b57a0c82e3eec7d91d9cee GIT binary patch literal 155 zcmeAS@N?(olHy`uVBq!ia0vp^3Lwk@Bp6~RPuv8gm`Z~Df*BZU1uGW;c_E%Ijv*Dd zo=#$9J8B@p^8e!fx!)SzzYgfW(aQ8zz`!}@$@fsUuG`&~Q(`%;eQ_ufWGakec-bd+ z;4;JhOUoQyS%0)VuzmZH=LhW0UO0O|@W$2tFG2qd|Fg_{?-|Yrvenbo&t>U>D-r-2 C;XHK! literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/character_select/icon/ninja.png b/assets/minecraft/textures/wynn/gui/character_select/icon/ninja.png new file mode 100644 index 0000000000000000000000000000000000000000..07369ebb6947146327c8826d1312f00306d20dad GIT binary patch literal 191 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFVt`MGE0BJ0?dZ$BfyXB6_cayv zHWuimBq+J~C^~!VNJ?r;NbH@snGL9ju_VYZn87$g-jv*Dd zo}PDPa!_Dkz1a88?|&V`=8|%hFXn;?ME0FGPZYs{piwp@1^6?8W z)zy}eSem>>3@E`^666=m;GL552goV%ba4!+xb@`R&PHYj4(E$g*bNz;EDtQZ9Gh& literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/character_select/icon/shaman.png b/assets/minecraft/textures/wynn/gui/character_select/icon/shaman.png new file mode 100644 index 0000000000000000000000000000000000000000..955ec2ba7ab975bf4ac20e50905c657b6cd2f046 GIT binary patch literal 223 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFN`Oy@E0DhP@mkuYfb@(0e!W4x zd2T(qu7zP{dMOD}E_zBXKH3rzUR6zpf$A7bg8YIRyi;=i06CeSE{-7;x8C*}@-aE` z9AVlp)926s|BEhnbC1iU#70ScIU*?>UDc+LY37IPhQmZz~+G1m8CP-SZ*KKY54E?Gv?*f-zIQ< Smv01G%HZkh=d$#`6$tA-10%#6^HkY47?qZ{`=-m*3v60Uldizy35~DpNC;yzX@Zx zBcINSgGz7pzp7rC&Tx|P%OTd6!loClw=<~BIiqpPR`cIUM!UV@y`L@ah=DBkboFyt Idf|%hFT!2rAE0ETfkT^D3|K;95B^MvP zlms1K_H*{?|CY}PljOT+?P&*8!B`UH7tG+DlJf`1N%VAa45_&Fc7oxg!wx)$#TIC;-gS2aPt67Mn{3vG&EMU1mE)843RadJ#<@(Hx{P<`d^<3I zfuzVpIS=Ik-UrW(CGs@A=B;GUbhvxBX}=dk8)NeSzj?1%55Io;S>x>vbCBJhu6`~{ I4_uJ|0Erwo%K!iX literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/character_select/icon/warrior.png b/assets/minecraft/textures/wynn/gui/character_select/icon/warrior.png new file mode 100644 index 0000000000000000000000000000000000000000..05a02083882b6c360b9152f9fa12d9b473d6cfcc GIT binary patch literal 192 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFVt`MGE0BJ0?dbihNBWuydvaY1 z!_4$j5~5u6lw5ptBqg;aB-~lv+yg3NED7=pX7EnQ`2*zmdb&7-pW~ ml^);q{%gFFV->XFV(1Wl{e5n!@;9Kt44$rjE=vzwkpKWe+(x4S literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/character_select/icon/warrior_background.png b/assets/minecraft/textures/wynn/gui/character_select/icon/warrior_background.png new file mode 100644 index 0000000000000000000000000000000000000000..f60b6bc720eba11c1b4a69c7f8a45f8013a3d7a0 GIT binary patch literal 155 zcmeAS@N?(olHy`uVBq!ia0vp^3Lwk@Bp6~RPuv8gm`Z~Df*BZU1uGW;c_E%Ijv*Dd zo=!N(*}%ZVENg3>dLTlObLs@fFZ;?xWebEuwQ@|A?y0l$CFa6XyS4a?q78;rp>y{d3+%a_pWO$(aPQ)zj6_W$A${5&-*x BGpGOn literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/character_select/ironman.png b/assets/minecraft/textures/wynn/gui/character_select/ironman.png new file mode 100644 index 0000000000000000000000000000000000000000..69d0de498d8ae17084af376e01f8caa74e52ebb8 GIT binary patch literal 366 zcmV-!0g?WRP)9(A0WTXQm^ zkAnis(TF_`7jS+;P)ex}e(Coxc?yidyML|-d@?B+Vj>x6LhTo>UE;h($ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/character_select/ironman_disabled.png b/assets/minecraft/textures/wynn/gui/character_select/ironman_disabled.png new file mode 100644 index 0000000000000000000000000000000000000000..e1aceb17ef7026f06d9df76eacdb9e970d2a24f5 GIT binary patch literal 374 zcmV-+0g3*JP)AJUl!e9v&+g7zB$6MF0Q*0d!JM zQvge3Z2SNK0QX5mK~#9!?UV(U#2^enE5RZ6Kkg>jOS@KCo#EHeUwnEX27|#MY^X`c zq0*})Fzazxpd>4!jw1z<-w?zY>ESO2PZ+uYfbaUbA}}7j2QUUq5g_78fj7n*QWOEs z^Ni;Nh5(|qfa=r5A*}7eU0e!M5iD7ds(@~`%p5AOP5g*p&W`>n#vU&M;)50_+zVJM z1(UTO3e-l>gHjMy)eTFpU;k4=y&0`zQo!|vU|~U92UtUjLnVqLzFEtf4Y1_;2heZq zrj*wbr0d%;QFTan_H!bB??BjR1b0~A-XhrGj=+MqvG(Y>KG{1=_XUH&VDLD+0CM%h U(|8Q(C;$Ke07*qoM5Vyg7@_f=NdN!< literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/character_select/locked_slot.png b/assets/minecraft/textures/wynn/gui/character_select/locked_slot.png new file mode 100644 index 0000000000000000000000000000000000000000..da75f3b562f9ba5e613142c0777532d6163c8438 GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYasfUeu0ZHm&{CjuM7IRg!O89r#touC|Yg%hZS!PC{xW$A${5&%$c8(IJW literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/character_select/reskin_class.png b/assets/minecraft/textures/wynn/gui/character_select/reskin_class.png new file mode 100644 index 0000000000000000000000000000000000000000..070a44e8fa30c59c68f7c4f994b8a7771fa22a01 GIT binary patch literal 396 zcmV;70dxL|P)aubFMVhg@DrH&8V#D;OB&np2Aa0004WQchCP z0003KNklF~K-~Z8n<^V{_i3 z6@1^|Nf2*vEdcP8GAs)qB4|@sxDsf^cR&yUE5_FL0R9tbsAwaA2&@=bDz=;ok_JP) z1#lbq!Z59%74ZG0;WOS50M@rGR**v_Hv((Ko4FK3?0v|=02nP5W@ba)MVDJ80U|6l-IC%QtJa||W9OtC0vEX>&EWA0P q6TDK&+TQ{xZ^Mnj6`Rdwv-ts2vd!Za#4~~b0000;9*4{;|=O-t^=|# zo#MeTlSk*x7@(@L(e?r!Db>FSSl0nMo1+6**g2(gU~avRCvdaubFMVhg@DrH&8V#D;OB&np2Aa0004WQchCP z0003iNkl*4}yT@YEzH-hu! zoDv|Jp3KR|k70{~4f!%K*MBi8KYT$D)Eoy{jH``Hh=S{-2yJWy<+uxW zqndjGvE8xTJuuA1h*4LnfC9GA+<=phq2MT0u$-^I`nd=Gjqp+ ztrO@5HpPquy+Jq72bcC8-j?wB5DEINM@Z0dJR)86d%qW?$z(G5hkOA>)y^**@TqJ7 O0000-5ncmjMvT;FU81u}0>w%MF#{pn#` z6p+JI666>BpW&Tp%LO3M$kW9!q~g}z6NX|94g!ZR9JurUoZYOzJ9U?zE?#-$kJ2vI qIrT@?FEISz-p97Xe$!KzrR>T_UMvnh8)gL5&EV9iZu}c literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/character_select/set_favorite.png b/assets/minecraft/textures/wynn/gui/character_select/set_favorite.png new file mode 100644 index 0000000000000000000000000000000000000000..c98dda57135522dd517073ff98b85334ce57968d GIT binary patch literal 441 zcmV;q0Y?6bP)DYvY|s%9~}cnQgs?T(fRFUPw1kH7zR`7&-NiqyPW_0d!JM zQvge3Z2SNK0Xj)UK~#9!?UDg&gfI+++q*65yuAPabJsK>8dAjVfHCNYbT#-syXTd^ zVKSLaUYVZ-J`%5i^&&tC5hUwXU?iY-xDo)qi<6rI)C#g4;zU?S0uFgd5O9G{K&!-q zU>yq3R!OzRCU%zuYT#!ySODP!;vIL81pV=b3+$#Qf#;uQi0_LXz-tPml#5 zPd9LC(Q9WF&~fG{AfJR1BKBZK*i{v{J)R(fz98-Zy|ZyV!LJz$zV4%f!Tc^N$ZU5h joh|depiCx{$-mDYu<^E%9~}ioo26@ZM}zFV4z#EYI{h3Qe9eSUPw1kH7zR` z70d!JMQvge3Z2SNK0Ub$1K~#9!?UILN%jmDRAro19CFtWgHQDSDOz;x#z5ealOoTXv_R&jyy(!ZkXP$~q1OiK58 zND!zJq-Dv5^_2k6ZJ_HqP=Q5K-!BWu5}ml#Na+IPCB_}t&@Pq-5n6a#!hT!Hk=S=|e3lIj~vdNPAE zbK+~`{4#>PBHbJUOm(#-B1#mIV0)GkB-u`~h+TJY5_^DsGi_FmfGG;9<^< zY5n>C|E>p)sm-!mJlFj#n0=k6cuKl?SUP`Z!j`+M+7Aec+g^DTp=-({SQnVMacjs` o_qB6o)=suO&2ZZ%p}vygCgYo0&x7BO0?lUdboFytdfUw2L}Nm_=Kj|OYp_?FF};KTrfQ$Q70E-V)9HKbr{xcuuK+Y z*mgg{C~_c1PlEA+O)rFB@bC?0vuDp{ToRKa`?LrgH_SGbUW-BYX%HBh=OO@58xdQ= zn+t#-z)c4Cg54-U7)2OLnF50}9l)A@DW0T0c_u-S+K{Qv*}07*qoM5Vyg7z((!L;wH) literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/column.png b/assets/minecraft/textures/wynn/gui/column.png new file mode 100644 index 0000000000000000000000000000000000000000..f6e7a1933f7e728171480a08fe43c4612cdf0c14 GIT binary patch literal 110 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnH3?x~nsr>~~oB=)|u0Xme)hEuweDAg?oj?v_ zNswPKgLg{KA0S8A)5S5Q;#RVPxDPKcue2AB5hH^R+c)1Sd}j{;r5QY3{altFxFP`n Dv``s~ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/content_book/boss_altar_active.png b/assets/minecraft/textures/wynn/gui/content_book/boss_altar_active.png new file mode 100644 index 0000000000000000000000000000000000000000..7544222fe37fe3cb89cd59e5f3955a2f618b6e50 GIT binary patch literal 210 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFP=HT}E0F&G_vWX|p3l};-fYr7 z6C@I7=OqgiWh@Eu3uf?6$@v51j+M9zG<@2}v^ zADWeQYdd~087;wu0nRk>3-fjz`P9gA?kbnnUaoKa zhECSv4kDZS**2^wkmL7C*|cEwxi@^gI~FpUfB6$B|NQ!E(SQBdZvky)@O1TaS$g1# F1ONu0PW1o) literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/content_book/boss_altar_locked.png b/assets/minecraft/textures/wynn/gui/content_book/boss_altar_locked.png new file mode 100644 index 0000000000000000000000000000000000000000..1f10662df2103ddb261864d64745e473b014fef5 GIT binary patch literal 200 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFP=HT}E0BJ3eZ}>I6OXKGTt73n zt2odwN2C)d%2*QQ7tG+DlJf`1N%3@X45_&F^t>V00RtZAixFY(>Ytusv59pUct%S0n(Zny#N3J0d!JMQvge3Z2SNK0HaAn zK~#9!?Ub<&!!QU$10}@a|3A1qcjyA{R;iU=bYAX>Y|%hFP=HT}E0F&G_vZf|$!8VZH!~Ub zJ22QBYncQTWh@Eu3uf?6$@v516neTihE&{2l1O7Xuv|u&fu~tPM3?LP{vzMrV9$RG znDtj#D^$7$8k=_sM-;9WmMCRd5!G_Ln#GS{qw@tu11q7e)&UFGGw(g}y;a_W)owzB zHSdX8Dh{QWnprNm|NPT9Wisp3FgYHn)PpPDRkm}vF*2CvyjE?|moNre&fw|l=d$#` G6$t>321LIA literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/content_book/cave_locked.png b/assets/minecraft/textures/wynn/gui/content_book/cave_locked.png new file mode 100644 index 0000000000000000000000000000000000000000..43628a42238a50909b1d745f57e29ba13fc0622b GIT binary patch literal 202 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFP=HT}E0BJ3eZ}>I6OXKGTt73n zt2odwN2C)d%2*QQ7tG+DlJf`1N%M4Z45_&F_EaP10S6A}i^i}1X`A10SXgf5@RFTr z!gjl98zp!A?&#Uh9m%XUJ*)8wkH(un*3u2D`C9&UycJIf>sH?JUuY-u2W^HA$2l1~ wd=xBsE4bFkx}0HHkSHrKN$7>>y$A1^(k))EzI(D<9cUwir>mdK(gRl{0AEi?)&Kwi literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/content_book/cave_tracked.png b/assets/minecraft/textures/wynn/gui/content_book/cave_tracked.png new file mode 100644 index 0000000000000000000000000000000000000000..b129ed5c86767020e59ddbe74dde7b4aacd23225 GIT binary patch literal 279 zcmV+y0qFjTP)QfbM_cytPba$#t@yUjfDZwT>^#=ozfF9+5Gx3t0sS6siJS6+jfi zvOPwr00gBeKL%C8p$QlbGqA+A9B|Nn;~=S3KnF)-9I z1eoe-OGvo0>V5`FFqQ=Q1v7Z3|LXZk zv%S~e(Pq8>;iG1r_~+g6XMWu~7_xa$YIFqK0`my13CTv zf1W*by<}r>dhw%LeOD)bri;wX-ycn9_l#<^tmeGS?fD~N)q$sthrbK$ntoyLj(z-d uo^Jeq|I*>Bi#<~GC7wQf)yTeIK3{3#(}Xi`#m@oV#^CAd=d$#`6$t=M;bO)B literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/content_book/dialogue_history.png.mcmeta b/assets/minecraft/textures/wynn/gui/content_book/dialogue_history.png.mcmeta new file mode 100644 index 000000000..8e942014a --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/content_book/dialogue_history.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":1,"interpolate":false,"frames":[8,0,1,2,3,4,5,6,7,8,{"index":8,"time":50}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/content_book/discovery_active.png b/assets/minecraft/textures/wynn/gui/content_book/discovery_active.png new file mode 100644 index 0000000000000000000000000000000000000000..629ceb53b20fdf9a77227bb9977a30bdca036b59 GIT binary patch literal 213 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFXn;?ME0F&G_vXUG&stZUDW1GP zx_X&Ibi>QlcVvJPj3q&S!3^FhIe&nhJWm(LkcwMRdkzXR8}J-rn(@xQ==`~-?cy0< zU98T@I~SGviiSt>cCStmZdTvkwD#i(ahKSfBMf5tMotVnkGzgO!T)rj-G(H`NsmRD z%NBn0c8JK@&njeNC${FE;k~jQ6P8QdT=L+g@I^g+-TJBea>=irDY~551hkpK)78&q I>47T}0FTU1w*UYD literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/content_book/discovery_locked.png b/assets/minecraft/textures/wynn/gui/content_book/discovery_locked.png new file mode 100644 index 0000000000000000000000000000000000000000..32788327cc027ebe756e880b3e53561ad95c83d7 GIT binary patch literal 202 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFP=HT}E0BJ3eZ}>I6OXKGTt73n zt2odwN2C)d%2*QQ7tG+DlJf`1N%M4Z45_%4Byo`8!dZzs3Jk7_It=gjZ&JKp-pu-D zD=WioR?c88hZ#Z(+0?@uUr5F*Y`0|+=HJD(>BncW-_36p@Zaq|BWuqzBjpcIhEW~s w_V=tu1pIG5Rr;^)%;|Sbw4zAx=lUAPotIu;QT1JW3uq&Qr>mdK(gRl{07D8#SO5S3 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/content_book/discovery_tracked.png b/assets/minecraft/textures/wynn/gui/content_book/discovery_tracked.png new file mode 100644 index 0000000000000000000000000000000000000000..4d52b067ee423bc55ad2a44730be2116370b029d GIT binary patch literal 295 zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3-qbFB!4{DU|@95LY1m|KF$oe{Vi}wBz`Z z=?f1(Yh7_>*~04L$@?3sBcrRAIYc*{b+KXn zCssoaR(lnOgTL=zXED2b*iX9rmZZl0=km%*d#!hPYyVZyTRVk?HN31<=B)T1ryJcI zZH(<+3lAzJ@LoUOZv5}T#2@1Ahn&n_in0}P`QB&Q9RMU&#eCl&aGm#hElb71iLR%Z zxz_!0*fRa-#QIaGck`DV)Ne^kbTd$pj^R-jxUk7mF2DOjd*;a)5w30<`+c|BrIT~+ rzjGFQ`MY+-@A=;n_x}FiUBjH<^N8ui`=&^s;~6|%{altFxFP`nb+&qc literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/content_book/discovery_tracked.png.mcmeta b/assets/minecraft/textures/wynn/gui/content_book/discovery_tracked.png.mcmeta new file mode 100644 index 000000000..1563594da --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/content_book/discovery_tracked.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":20,"interpolate":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/content_book/dungeon_active.png b/assets/minecraft/textures/wynn/gui/content_book/dungeon_active.png new file mode 100644 index 0000000000000000000000000000000000000000..a82c76b21ca7fb2d480cb662c5f7fb55fdda8df5 GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFP=HT}E08{uR{sC*&CTx7GtE5r zhh?ne|GWz*%2*QQ7tG+DlJf`1$@X+{45_&F^nxK@gMvtNV${9e|EKDfBrGhvZlCv; zY2wG-40{?Z6Ga+5T-a8(R+ZlOToF`$;P2L5%uXAX7p!0KokQ(0?}C2|B=R>{R5Kjq zx$u+aJyR&p0e+ul!VP*?A5JZ+4q|sHad3GYZ5t~5>d(!^CnA8>GI+ZBxhy?!MFIeF CBu&%+ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/content_book/dungeon_locked.png b/assets/minecraft/textures/wynn/gui/content_book/dungeon_locked.png new file mode 100644 index 0000000000000000000000000000000000000000..0ba55e18eab9a4a48433ad5ac1aa1e8a13b95faf GIT binary patch literal 200 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFP=HT}E0BJ3eZ}>I6OXKGTt73n zt2odwN2C)d%2*QQ7tG+DlJf`1N%3@X45_&F^qi&85d{(Ez<*``wfisR1U|m=PRqTD z?b_q64(N9EO4b_qR!!kCzN6$3#d|q&O22cfKNswPKgLg{KA0TIur;B4q#jUqj8rfJ3c~~y^ znq^-4|Nr4>UY(L43%=VM5A3<7^{guPPA#+1-b;;2vPC5hAJ6Uz|9Wc8n#M=nr=%Y2 zU}LseFYrRrgW(hROiNRZ28F-O%ghvh@b>LHpki(zx1(i~^c`k?nb&fTp_L5o47$7g z>LzXGSNdyrqL%wU`xn(F#yR2~Uw9-KezF=%UwYRZxt*V3@qPBqXYFoCq|5)C!f)gI W^s;{t>mHzM89ZJ6T$UcVA^`xf6KiY$ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/content_book/dungeon_tracked.png.mcmeta b/assets/minecraft/textures/wynn/gui/content_book/dungeon_tracked.png.mcmeta new file mode 100644 index 000000000..1563594da --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/content_book/dungeon_tracked.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":20,"interpolate":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/content_book/filter.png b/assets/minecraft/textures/wynn/gui/content_book/filter.png new file mode 100644 index 0000000000000000000000000000000000000000..e085cbc06ee91bc5d7ead59e7f7a5d5730db926b GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nR04cLT!Hle{|}%3|NZ>lhIM!E z-8!|rX2+f_OIjn^W(Jt*YD-9nNXfdGiIf7>F_r}R1v7Z3InSDZ#^+F|oGm}p~Geb)0D}Q#r<(q(ZFnGH9xhy?!MFIfx C|4{D$ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/content_book/locked.png b/assets/minecraft/textures/wynn/gui/content_book/locked.png new file mode 100644 index 0000000000000000000000000000000000000000..8d81b0c74b6b670f3a272ea42e853d246db6ccab GIT binary patch literal 102 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BKT~8OskcwN$2l(9%=IMX_Z{Ra6 zt;Eij$3f#*>&Z{ncFZ$0cr(;yxhp3A?`LB0@42UN^-O#oP$Pq|%hFXn;?ME0F&G_ong8Gip8ig&H<< zY|%hFP=HT}E0BJ3eZ}>I6OXKGTt73n zt2odwN2C)d%2*QQ7tG+DlJf`1$@g?|45_&F_8cP{vjdOI#k{nl|Jvs98n<4`E%+6A z!sgB6<5rhtJ$5ZJ-t6#&cLK-cgWjnMR$n-ug|VD;DARp;&cS=v(#Kr!1}%~6cx+P2 ztQ#$7&blrsvSg+=smLUsV3#J?EJfuale@Z9 zP>`sZ>;PUQXATfdDh>+06$c-Mj<59e+=sTm53Tjq*7pH(R^$%wwqzG!U<|4HoE-FC zWKMj7{r%hMAUXFzfs6ry9l!iOjBMsJSNEX+=FNSWn4kObtGxj6H|4-@3hZqF0000< KMNUMez||%hFXn;?ME0F&G_vYsQwaaQ2%*^iV z38^Z!OjP+&as?>CSQ6wH%;24p^9RVu^K@|xskrs@%t2l!L!Rcu9QFMF6AMFcafh)n z%vY-2|LND`i82#I=Uk9siu;mOF!4jweMbA{C7KN5^!0Gu< zEfscESMw!o^FP=u+;WIfA)&ZkJWDnvoX_aqgQR;0|%hFP=HT}E0BJ3eZ}>I6OXKGTt73n zt2odwN2C)d%2*QQ7tG+DlJf`1N%3@X45_%4Byo`8!daQy1`N!KBBK94{L^M%xB|;YZ|+~atY*Q??7oKT$exg@V#~y9S+$Wsb&MrJe!&dhDLH?DoaLS_jv*Dd-d-^j zV^ZX4Nt9GLoc6vxK7IbCUd7(lR-fPX`l)jDHpbqIdlMr=_!{m8avzlCo%LDxMzz9B z#tS(t4oTl8GOn1_Y{;;ns`MDs<5%iCnApn0|L$TIOVEw h!GjzBAEs9`)y{hIe(#Qw3qU6`c)I$zEIn{V0swo3b)^6R literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/content_book/mini_quest_tracked.png.mcmeta b/assets/minecraft/textures/wynn/gui/content_book/mini_quest_tracked.png.mcmeta new file mode 100644 index 000000000..1563594da --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/content_book/mini_quest_tracked.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":20,"interpolate":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/content_book/progress.png b/assets/minecraft/textures/wynn/gui/content_book/progress.png new file mode 100644 index 0000000000000000000000000000000000000000..28848c9d93d49feb341a9bc0e7908115416dfbc3 GIT binary patch literal 196 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nG6z+31YxbNz;EDtQ&W%el literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/content_book/quest_active.png b/assets/minecraft/textures/wynn/gui/content_book/quest_active.png new file mode 100644 index 0000000000000000000000000000000000000000..286171dbb6805b7c4100abcc58ceded8e932b7d7 GIT binary patch literal 211 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFXn;?ME0F&G_onvEiE_sqgf{1L z%#2`YaN8;LDGeyWSQ6wH%;24p^9RVu@pN$vskrs@!a-gZLk{PQ5+AFd^=h|%hFP=HT}E0BJ3eZ}>I6OXKGTt73n zt2odwN2C)d%2*QQ7tG+DlJf`1N%M4Z45_&Fyr-!I_0F0nu_f=e!Z4wLfKCbne^SGAur=y#N}Yq8H_emH~Kqcnpr>dub9r=8gq w4qj2SgA_V-S=)8k-MXds9}Y0Pw27NxrrYbwKT=H(0&QgQboFytdfB|;YYu}tGcf3Jpb1uis2!;l?HBM3bKt+rtL4Lsu-YGeMfSgsHE{-7;x87da$amO) zqvhcY0fWl_?Cbay^`Gua&H6Xhe`<_o`Jd=*zj&W*IinGw@>c%@Z?((8ZAP8l!Y z)v&%N_x^7CM&;iI=dvc8uV-`=xp9NxJKu|$4(zO29ZbSkg;y2?T&%rN(;1f{FJoW0 h_J-Y$-TeID7;B6lc_}aZD+Y8mgQu&X%hCf^Bmn0YbF=^e literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/content_book/quest_tracked.png.mcmeta b/assets/minecraft/textures/wynn/gui/content_book/quest_tracked.png.mcmeta new file mode 100644 index 000000000..1563594da --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/content_book/quest_tracked.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":20,"interpolate":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/content_book/raid_active.png b/assets/minecraft/textures/wynn/gui/content_book/raid_active.png new file mode 100644 index 0000000000000000000000000000000000000000..fb23bd0cb912a6105f574e6a807a0ab18632a3d3 GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFP=HT}E0F&G_vSSRx#K2MTeZbz z%JV04?~wzFGL{7S1v7Z3}PJ$+m95Ce}>qGHPbsee1Z@`?p)x&Hb4 z*W=1JXRB{?s}zZ5*~=2+xri(7+xhTj6^1!Xrjj=In{OXTpTV;)R*UKS5*VN-tXB<=CM%x9)XFp#5j(79w*E&mB63l?sGI+ZBxhy?!MFIe# C$4RFE literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/content_book/raid_locked.png b/assets/minecraft/textures/wynn/gui/content_book/raid_locked.png new file mode 100644 index 0000000000000000000000000000000000000000..a027f7822901a796bc931d6062a94f6e923210f3 GIT binary patch literal 197 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFP=HT}E0BJ3eZ}>I6OXKGTt73n zt2odwN2C)d%2*QQ7tG+DlJf`1N%VAa45_&F^xQ^4W&<9liwY0_hM!9eKE%Y?+x^}D z`FVMM2lHHU(eT5Il(tAnT;!VZoAdIonKC-}#1D$?IXmTm-?m3mH=DgLGtX=?Hk5cg sadk(d`=+@DS&9a?oGx52{`X|xo=dOS+*=s)8)zAWr>mdK(gRl{07^egoB#j- literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/content_book/raid_tracked.png b/assets/minecraft/textures/wynn/gui/content_book/raid_tracked.png new file mode 100644 index 0000000000000000000000000000000000000000..0aa7106c3b01485fbd9681cdc66db14f4413c58f GIT binary patch literal 286 zcmV+(0pb3MP)+8qwJR2x9}j<1xfB2Z00DGTPE!C&WNiEZ006E@L_t(| z+U(Rp4gxU@Ls61;ob>(|rp~ClSR8;FBo_bCWj=pA0J?FRkTE$VRCI71U5LRtY3A_@8ybnx1 kAAKJfpXc6(?*;|{0E7tQ1I+dYCjbBd07*qoM5Vyg7%E|OX8-^I literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/content_book/raid_tracked.png.mcmeta b/assets/minecraft/textures/wynn/gui/content_book/raid_tracked.png.mcmeta new file mode 100644 index 000000000..1563594da --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/content_book/raid_tracked.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":20,"interpolate":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/content_book/story_quest_active.png b/assets/minecraft/textures/wynn/gui/content_book/story_quest_active.png new file mode 100644 index 0000000000000000000000000000000000000000..46e8212c8d332898ed554f6228b43be72a3e2177 GIT binary patch literal 217 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFM1W6-E0F&G_vZJn2aPvdD=yOz zpQ+2+V9b!Fkh@%+4=Bf2666=m;GL552gu3yba4!+xb^gmqu3z^4(33^l&b&Ir&nL< zy}jo1`MBj4>mKQE6 z!57)@uoT^FS|A(!VEe6N4VQpEAB&d`s1n}6Z}fvET>HoXf=bU LtDno#16L#fr}Io) literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/content_book/story_quest_locked.png b/assets/minecraft/textures/wynn/gui/content_book/story_quest_locked.png new file mode 100644 index 0000000000000000000000000000000000000000..cfddac141f3605bc803687836e5b5d4fc632a927 GIT binary patch literal 204 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFP=HT}E0BJ3eZ}>I6OXKGTt73n zt2odwN2C)d%2*QQ7tG+DlJf`1$?$Y>45_&F^vpp)Cr6&9M8%x{x~FFtik}pF@OypD z;nxQlcl50|lv={UV7!YXE$3kT1@XIl4P|VeJQvtlJX;?zsaOOoS@eSW6;nVS>#s7i yfVtmQ6i&%Lk9^qlNZoQ5$0v(~V=?{zZ%X%zz3x37AF2Yhlfl!~&t>U>D-r+)A4<9a literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/content_book/story_quest_tracked.png b/assets/minecraft/textures/wynn/gui/content_book/story_quest_tracked.png new file mode 100644 index 0000000000000000000000000000000000000000..b1de327a4eff484c07e9da0b93e1e6db066f8735 GIT binary patch literal 307 zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3-qbFB!4{DfIxK5LY1m|KF$oe{X*Odhpq! z9mkJMU$(H?c(Zjwb)@1l4e^<}ybZ<-X$s~W1Q>xz8B2ovf*HJ1a{d50yF6VSLn>~) znPMn**nq=1TdKLY>i_33{_BxkGk2NRUv-zR`eT?@CMZCo$pGgJWr4lX`pPk>;X3Wl#kNSThO4Y+bx&D9f1+Rd>t9pB%ItBMOHM5@R2`wmD z%Muv(-EUz|%hFXn;?ME0F&G_a?*M{S2$NGE85} zP~OQ9m6n!XCkm8cED7=pX7EnQ`2*yXc)B=-RNQ)c)=`RCk;f@<;)LJwJ1yd;_1xW_ ze>y*A|FwI+xmVnJ$L5oF;sCFb|%hFbbwEYE0F&G_om8bJBC$T8Ky54 z?Ga@t?-VKKW{66ASj>J9D9uIh&!b=SXWry@xW&t>QRK|L%2DO1ouQJ6L;4yOhHrN74zOO?V|=;0qgK*y z@B2IaPa1U|-rd<~6YTUyKv!;(CZ7%)=M&>*$BpGLJUEpsG6P(fmNl~7x!91Ov3CtW Y-=w!wKFn9Y19Ss}r>mdK(gRl{055%04gdfE literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/content_book/world_event_locked.png b/assets/minecraft/textures/wynn/gui/content_book/world_event_locked.png new file mode 100644 index 0000000000000000000000000000000000000000..9bc2af9abcc970b7a5325f4e504c687a4d36d118 GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFP=HT}E0BJ3eZ}>I6OXKGTt73n zt2odwN2C)d%2*QQ7tG+DlJf`1$@X+{45_&F^qe6dvmp=j!OvZP{!e#45H933Kj(Dg z+UM7;p4TuMtLG}DI5WOa_Zg%R_eHXDRkz6_ZwetwoT%Sho{e~dYos;0oN$Qa;iJ3Qf zAgY=Rn8bW403yl^Yy^+R%sfSsUmfc66CX#qz}(=8?gZ0?A-SOJMkr=TUf_7&B90%E z+`)u76*QC}6&!VvJdu`gl0rC2*F*U6>j#>2c2a?;lm-xO1dq!Y11OaC167}&0F}}O w%?(UyE}*r#Xq$d$|4M87erOT@`r%Fa19)EN#fxI$sQ>@~07*qoM5Vyg7&g&;f&c&j literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/content_book/world_event_tracked.png.mcmeta b/assets/minecraft/textures/wynn/gui/content_book/world_event_tracked.png.mcmeta new file mode 100644 index 000000000..1563594da --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/content_book/world_event_tracked.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":20,"interpolate":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/crafting/arrow_down.png b/assets/minecraft/textures/wynn/gui/crafting/arrow_down.png new file mode 100644 index 0000000000000000000000000000000000000000..7154263628f7841030ecfac82499fef0763ed6ee GIT binary patch literal 94 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wniUG#3CVRZkbkkcwN$5?&5n2PJsD7HSzB rYf+imu+oKVzx9$2R-zt!rVI>SeGluCTn@$pH86O(`nfDUa76+D`g9r@ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/crafting/arrow_up.png b/assets/minecraft/textures/wynn/gui/crafting/arrow_up.png new file mode 100644 index 0000000000000000000000000000000000000000..647cb33f0f950d1a3e7588d3fac885c1b8055b25 GIT binary patch literal 93 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wniUG#3CV6;Bt(kcwN$5>*ae2PHU`e(-Xh r@?f%?#=$AamLHK27BWkG!N71l{bBvz=!goSdInEdKbNHku1Ej?H255A literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/crafting/column_offset.png b/assets/minecraft/textures/wynn/gui/crafting/column_offset.png new file mode 100644 index 0000000000000000000000000000000000000000..d123f890183c49d9a27562e294f7efc3560ae223 GIT binary patch literal 171 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0J3?ze(-Y5rB`~f~8u0VQkdrVWRPn?H&fT`|| zsrPmOg&0eM{DK+0Q*!uHkYK;F8&>B~a2Nt>7__$*qNn zk!f8>qQoAqo&>Hb?Q5F?Sr>D;iS}qogdSMK!p;^UYM>~hVQ_($fx&Fv?v$DRGOvK9 OGI+ZBxhy?!MFIe4iZ4R| literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/crafting/columns.png b/assets/minecraft/textures/wynn/gui/crafting/columns.png new file mode 100644 index 0000000000000000000000000000000000000000..42a048ecb29eeedeb89bd9093c68268dc5396bce GIT binary patch literal 187 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?!$Snw9}6{s5m4S0KH&J*FwuC(gq>z*Kj~ z)O$OCLX0Ire!&dhDLH?DoG4Eh$B>F!Z!aBXJmA1{#NqI__~N+4v`Jhum~Y$7N;1%8 zs|lE(&)&xJv$cVj*?NB<+XlW9b`yX)*RvOyPl#?@bBp&$T*80(J65b=l0abw1?6v? dhBIonFx}Ysz~r;e!{s1BPgg&er3bD^001`XJR1N2 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/crafting/item_slot.png b/assets/minecraft/textures/wynn/gui/crafting/item_slot.png new file mode 100644 index 0000000000000000000000000000000000000000..3c6d94cb01785fbe0870ff977f5cb9dbdf3bef9a GIT binary patch literal 249 zcmeAS@N?(olHy`uVBq!ia0vp^0zmA*!3-qz6*t=fDb4_&5LX}#0UZxxqkt^tk|4ie z1}WozoUc29+&P{ujv*DdwoYthV>RSqG5-8t{_ln@)uGQ1@<#3URQ7z%^&}=}rlYUJ zRY}vnRZj0xbUqzZa_w*Nn_17h%4I=`<(cIQrE5bsMulFOGv#p4uH}a%vuv*9N` zeDYYaesylhsii;9KfKlvW^+Mm-hO{co!p+anvYjV_UX;w)s1J|;d>*BPd8lGJ?811 q6ptQA#G*AzNr>mdK(gRl{0LNw*A^-pY literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/equipment_slot.png b/assets/minecraft/textures/wynn/gui/equipment_slot.png new file mode 100644 index 0000000000000000000000000000000000000000..9f034c20a33ed431b39175b756b27986380f0ac2 GIT binary patch literal 100 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wniUG#3CVZBG}+kcwN$3alQA3T2+oEH1$< x6I?=F0vOv&mQ7Mz*zl-8LFP(}a<>5kL*&a(suyp%F9vF3@O1TaS$g1#1ORS<92fuq literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/item_identifier/augment_item.png b/assets/minecraft/textures/wynn/gui/item_identifier/augment_item.png new file mode 100644 index 0000000000000000000000000000000000000000..83c6540c780abd02b4e9b0c5f21e2d5b765bc758 GIT binary patch literal 212 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n6a#!hT!HkVMuydi3|Uzj4ZaLs zULFCax(XIXCaSU;5+V{367~;eLV$`GOM?7@8N5?+{s1|No-U3d6}L*yhB6&;5Ma4@ zb>naO8S9R&-M>suCG&s!w~5&^_o_Dg@s+K}ySd%kWYxr1Z@ZOQ_7*R+P2yHkxO9f$ zzQF#d?V2kzm3$AB8!O(oj4-5n6a#!hT!Hl4Bkre~G}bhl&dxTd z4%LXTkqR)?^)ZkzQI*w}koZ&lstBlvu_VYZn87RzeK>0q+pT;|%hFbbwEYE0F&Dc=fZBDVJA!AD(T! zrN?YxfuV9#ovcTC!ON3vKxxL3AirP+@06TBKu(6Ii(^Q|tt16ehF?>fr5PLc3r literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/lootrun/button_normal.png b/assets/minecraft/textures/wynn/gui/lootrun/button_normal.png new file mode 100644 index 0000000000000000000000000000000000000000..279a9e7a9cd9946fb485812416502497e1b1e6bc GIT binary patch literal 143 zcmeAS@N?(olHy`uVBq!ia0vp^4j{|{Bp6y6X3YRnOeH~n!3+$wf|ZMaJP%J7$B>F! zZ_jMxJ;K0q*kSF;+&z=oziiKn_Yh>+GjECsYwOKJCABledH0Cg+aw%#u&u!GgJ~^a oO?@%XlP;(G-`Q*BfW~}aj&NmC?Kx4n9LQntboFytdfTM> zxpHMgLqlX_WTF0cb)W=eNswPKgLg{K9|i^{drud~kcwMx?;c!r*+HcJW6qx6D~rCD z? zott^R@uLxs=F+{N*YfZjelPxJZt4Roou#M0ZE1|2R9h&ujV>}RVFKNf8J`8AO3nMAx($L-HCZ1dzc&A&TK?uD2C zFZmztN=l2I?K9+3)a80SuWkRpAa}=vf1kMhiQHN8aaYZ>?T-|6-4?bN5Db0Dezy6| z0cLsoI}aTtC)gO+zW^$^Vs@54Sitr%yV4@7KMN`*#8wm-Fz`!N6kN8^VBUOZ+0Tcy zLbZqZc?AU@wyS*pbU5_$f_8RYn;qJ6Hx5imIsfC~dl#1$`8gE@S8ZNAbY$k|vuo{_ ze|A^iUgu%EeRl_ky~W1|t12&;1Km~e<6&s-=3oEYcT}@7+lK&61UcwPb0Embb=O1E zclv%l?7sEvDgNaWhrb=+4|Q?*;rLm>`eVWspxKSDO|M4gU;bCOa9iY0#Us-d)pq&0rc|~kQFD9txyNa-%$ImFQu$>h`)>dW+(gN zX9uNi3id9udYM~PKe^+C8zFb}YM9P#>K8dGpW2@5lMQ)Bgmx0zIq3 zzloclZ{7k%ew+0x{iRty@oB=)|u0R?H{{R2q5nt^AWHFTl z`2{nin4i1z7|65tba4!+xRty>^1>4qp~*4=Op|RcvZ!TLR{BLfYgm*T#gTfbz!eDqve7Xl literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/lootrun/mission_buff.png b/assets/minecraft/textures/wynn/gui/lootrun/mission_buff.png new file mode 100644 index 0000000000000000000000000000000000000000..ed92c3464b3f95315d797b378f08416f643f395c GIT binary patch literal 337 zcmV-X0j~auP)P z0002kNkl(U1gL{? zI^2LzsXL^mhaaehbz}+88F}0%i~-c;QAfAp>hJAWQ(E9S<}UKm!^Jal$*iLG*wN zD$f!;0|H3yH^u>a{P^c3NWGDzu_uZ&{inAFNASGcnUh=V< jv9w49qe*(Hkv^R#+m!N^^@$L)00000NkvXXrNGn}6I6yf literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/lootrun/mission_curse.png b/assets/minecraft/textures/wynn/gui/lootrun/mission_curse.png new file mode 100644 index 0000000000000000000000000000000000000000..1eea2f5b62d3122063a0eddee31e064afa4fc76f GIT binary patch literal 345 zcmV-f0jBhIUVk>;Sw%Cv^Wu7T5mxUZRQv}K)&b5SE&eor(kD;O9bj#s?^0004WQchCP z0002sNkl=eFZ^5k7ozK<#j{($;-@i zftkG{foSmYJpK!X^Zw&`HUdEawKLDtq#Xi^1=Yqp)rPu)SHzkUP}N|C|GEVo$P}mp zOcc%}3eISO``mARbBA@qXRfer_%~&uus{Hm)&b}4NZj^CWeVO{B}qsWD(J>SMWz5q z0!1NHuuY(^pkZCX&qOgPxFHc4ffk}Gp~IgEyx=4Ja{5LsD&NK zVJr#q3uf?6$@v51D0{j%hE&{2USKA`Ajo*dxS!d@qp?F(!KtxIZF3Wc7#A-igGAkn V9g?lLT!6|MJYD@P z0002;Nklt&- z9I$^H3RWUt?v@gdg}3vU`@1m^kW6yBU9TjT7z;!=I=Aa_2vE5HuM`5n7$8;(&YJ-*6ckwfoO5T@J2-d1S}Opyfu(}LSe7xUQx)8IwQ`yi zj06G%5}p+Lod$B66+k;Swsv4rXn>WXp$n}PKpj{R3;=cx6M;5_Bcb5e1RwA({Bc32 z1)UQL<^oKGX1xGV{V0B^F^yIA`y`TU9002ov JPDG`^)EMPwk4pdm literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/lootrun/mission_life.png b/assets/minecraft/textures/wynn/gui/lootrun/mission_life.png new file mode 100644 index 0000000000000000000000000000000000000000..f62256c2db9f391fb7544f8af86feeeacc7a5454 GIT binary patch literal 342 zcmV-c0jd6pP)P z0002pNkldsQr45VTLx#0w^5FM#TVEM91rfc1C0 z(A1y_0=E@_tnoY$U#z>%07*qoM5Vyg7@Gu@p8x;= literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/lootrun/mission_loot.png b/assets/minecraft/textures/wynn/gui/lootrun/mission_loot.png new file mode 100644 index 0000000000000000000000000000000000000000..fb2709f79f0b8be7addbedebcde023a4e852b874 GIT binary patch literal 340 zcmV-a0jvIrP)P z0002nNkl z@!U?i!ao0a?hH@BOw5#Jo-@;#_yWa3nHLKLf=eJ+;e8Ss#Dvls1kyB2X%N~}B{ZWj88qib$6W&*QlAzb#!Z7L*rKq(#`Wz`+yJISJZ=y>tmEz|3Hl$)(TW>7G#AM% zZm4W!BUCAZ=t&pEh+=`tg)1T8(*#}c#f3k?{!_R#-sR$hTcOe}4;H@^>)CKn0000c6ow?9pd7uV?$x=*?WlXwNUfsLp&nL1aq;$2`Z`FaEXhHi$Qzy~h3W zqf^lLgC6;JCG1{#vsiy)3agnRag<-EWzWwQ3_S|-5n%mREuT!HleH=F;z-t_8R)yuP$ z*AGrSvms{v%-qP$88e&Qx{3oEGaaoOf{Zc))O_6nOm+QDbhITT)*h5u0@Nu~666=m z@E0AZStLIL%4T}HIEGZ*Dm~pQ$l}Psda+PG;*fNef1_@HnuL|dF! zZ_jMxJ;K0q*kSF;+&z=oziiKn_Yh>+GjECsYwOKJCABledH0Cg+aw%#u&u!GgJ~^a oO?@%XlP;(G-`Q*BfW~}aj&NmC?Kx4n9LQntboFytdfz55sdjjJ@TP8PI=Fhx94uhwwpUct%S0n(p11h8d literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/raid/gambit.png b/assets/minecraft/textures/wynn/gui/raid/gambit.png new file mode 100644 index 0000000000000000000000000000000000000000..5c0be65dccf9fbffa8a25bd05be7de734f600e6c GIT binary patch literal 129 zcmeAS@N?(olHy`uVBq!ia0vp^0wBx*Bp3{(MAU&4Q%R6tFatxaVC5np&&t!qF{I+w z+!KbP3UeZ-e9K8JGI*eAE9XYG?j&*Gu>OpRmKQ|`irLA7Q z+VO|#AEAGf|Mg$$KR@9C>y!}1gZoo=Rr{DqwZsScuUy_!{iK?UVX^P3o&LPbmVvDI MboFytdf$fQN?rQ>a z7)yfuf*HJ1a{d509-c0aAr-gYPB7$ZU=TPw>)-#2=h6hPuAHI!^nt?9pIx^$CLcdn zG~ofO{sV6IBB%c{*=$qii`V$CZS%{Py+`Q7&HUnrTgQu&X J%hCf^Bmi}{JQ)B0 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/raid/gambit_g.png.mcmeta b/assets/minecraft/textures/wynn/gui/raid/gambit_g.png.mcmeta new file mode 100644 index 000000000..7168e026c --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/raid/gambit_g.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":1,"interpolate":false,"frames":[0,1,2,3,4,5,{"index":0,"time":150}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/raid/gambit_l.png b/assets/minecraft/textures/wynn/gui/raid/gambit_l.png new file mode 100644 index 0000000000000000000000000000000000000000..45ed09c955832cd9f10a2dbbbc88841c504d0b67 GIT binary patch literal 88 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wniUG#3CVc~2L|kcwN$3#@Rty@oB=)|u0R?H{{R2q5nt^AWHFTl z`2{nin4i1z7|4tAba4!+xb^nzM$Q8UJT8F`-aT4GkNRg-2ey1#aAvc}mt@4Xq`{6D6?Q|GkN ZZPo~tU$%yiDh)u^d%F6$EIn{V0ss@!L81Tv literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/raid/ready_normal.png b/assets/minecraft/textures/wynn/gui/raid/ready_normal.png new file mode 100644 index 0000000000000000000000000000000000000000..a578a91c8576c9e4c2ec430e670a559e9f699d1b GIT binary patch literal 160 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0L3?%Qg>Rty@oB=)|u0R?H{{R2q5nt^AWHFTl z`2{nin4i1z7|3(+ba4!+xRty>G$D#fB}76^fyKs<#boE4X_ZQxIy0Xb1oK87D4u%V zXX?}wOu`{)s|t)1I5R2_o^@zY<=Mi%I6Rty@oB=)|u0R?H{{R2q5nt^AWHFTl z`2{nin4i1z7|3(+ba4!+xRos7(vZnHAs}%^gTRL)0vDbXMLp|O*^n~nu#ag9c6ow?9pd7uV?$x=*?WlXwNUfsLp&nL1aq;$2`Z`FaEXhHi$Qzy~h3W zqf^lLgC6;JCG1{#vsiy)3agnRag<-EWzWwQ3_S|kp!%wF~|OJ_LN3G1y23Id#JXGJ{mCLV?J>9Stw6 zVmq>NB1iU3BsP3E+92ZKD3WJMgos}Pxq?g}*L1f-%^ok6)9`2N_oQi&KA&0000007*qoM5Vyg7$tdi^8f$< literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/raid/sigil_2.png.mcmeta b/assets/minecraft/textures/wynn/gui/raid/sigil_2.png.mcmeta new file mode 100644 index 000000000..5c1a6337a --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/raid/sigil_2.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2,"interpolate":false}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/raid/sigil_3.png b/assets/minecraft/textures/wynn/gui/raid/sigil_3.png new file mode 100644 index 0000000000000000000000000000000000000000..d7da21eaeccdabf1506813b40ccf13ac315858be GIT binary patch literal 279 zcmeAS@N?(olHy`uVBq!ia0vp^20)y^!3-qRFKoR5r1%4TLR^9L|G)qLuiN}@?WSij zG5;${`GG==B|(0{4Bja@e}J5Ao-U3d6}R5@HMSja;Bir({pY{Ayy#I4|5Nua-gfs+ zdlve2yUUS)31$)s2m0OZ{{-%@_#elhY$EPt-Fo4BivXwD46cj$CV2(#b-A+(AE_>n z$gmBYm$*~xz3sjSXH2bU9IX~R@nElHFJJp%{Yf*O9d9KxFxb!g`@#M1qrcURJy&8p z-iid>7Yd5G6vlA@Y>n_L zt`~-N3QnQiKrV6`P2pY!^caMFFaQbUG}Z>N+Gq*B$U*qt$B7+mJ*&z;*pjT#e<)Jj ze>TH_J^{FcE#od%FsZ^G*brIp)>*FTL+Sy{Z>hpFdjWCr^>CJm6zic3c&;$}nTCsC za;I2Nw9kMqS8$=CObYW4(!W>%wgFuub`@|Qvo3Db{|zpoD{yh0W#-iV2-`hk!>YEf zN7#he5E)ABS?f(DCIOcqc+{#6#GMpjea-@+^9AnDDJm8yMXveMy0`%lsoGKpQ z5fK?MY_iXUSRCQEgc5u)e1hKeGhia_ptpR(kv$;#go$m4EJ$66f(HZb^jth(_nQDi zvSA%B0>2Ilq9FoKL9r+vUuH;bo&>hcPO&#tO%T$70Ye%uhzxkzV4oH`5YNshxB^9! z7@})>>xm*fa&EXco8f1}n#VR2EdSZU~B=0Cc)|k06aoXA&MH` zZS`h4>;va)cLy-V4UrL?0D%>~hhMR0t*VfMSHMn)7q3_+pA^n__Xyc`fcXpY>U;u> zI-NWaA&S9gEaU02Ld?C07Tbvf#zXI%vgI$XWdZT5ai_Xi4GQe*Y zD?CCi9~L}F=L4tN~8~ANr%n@(*Pi977szN!xF(Tc^Lk0dVIV4 zv^{Q+3_f)&G{!9G-xP*}!j@2?!taXagWsQ9Tok7>z?}qkeP4G%2LUJbK0!NAnAp%D z15TIE0Y@7I3!pzR3TSdv(Y`g@2^wRfc)Rc4GU9)h2;3lbkkuzJ{8eGuEAZWjDMT#T zUx;-GI0MK57DwL@UjZXx@PZjev7Zi%8JCxW_mJYJ2p?hwSj6?>0oMx literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/raid/sigil_4.png.mcmeta b/assets/minecraft/textures/wynn/gui/raid/sigil_4.png.mcmeta new file mode 100644 index 000000000..5c1a6337a --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/raid/sigil_4.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2,"interpolate":false}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/raid/sigil_guild.png b/assets/minecraft/textures/wynn/gui/raid/sigil_guild.png new file mode 100644 index 0000000000000000000000000000000000000000..0a07a31f7a793709ab3ba4cc93eebaf499236f20 GIT binary patch literal 255 zcmeAS@N?(olHy`uVBq!ia0vp^1|ZDA3?#GT_UZ#E(Ey(iS0KHAb^o#%t(}!Q>7ikf zj_$@P+N;I%TYwUbB|(0{4Bja@e}J4Bo-U3d6}R4=W^7{!BZ?)$O2Hj{S?>r&kfHyCwVq;y)YJPUQ60<^G!8Y0 z9br-7G*Mt{cqy=eIe?i#{9qo_g$IJh0&HT2?B~`xB(Vz};gLyGQg)bMI9GZ_@ukLs y=P$VWQZ6m1ZEaktaqG=xMm85i9+nFy-`G1;H^1=w_HTJqkCRWs z-)nWezN^;@FZgk}>!M>x0}ww@Hh!R->@+b_(L`?%)0Osij*0^>7~&i5u-l1fT+DOX z+cizNe*gXXR!847$SPPTu-k3okUz=l8pfI>6Uq4MWn&BblezbQ?&V(}f2dSGM(C~E nmDL%RAHU!I9Xx*`Kf|6gk1dWpy*3%>I0jEwKbNHku1Ej?kj!BT literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/raid/sigil_guild_1.png.mcmeta b/assets/minecraft/textures/wynn/gui/raid/sigil_guild_1.png.mcmeta new file mode 100644 index 000000000..8340bec60 --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/raid/sigil_guild_1.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":25,"interpolate":true,"frames":[1,0,1,{"index":1,"time":200}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/rekindled/button_accept.png b/assets/minecraft/textures/wynn/gui/rekindled/button_accept.png new file mode 100644 index 0000000000000000000000000000000000000000..010a1b5f5ee6b3087ae6f19f4b077da843d3f23e GIT binary patch literal 146 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I0wlQ~@ty}#k)AG&Ar-gYUTS1(Fc4^XXq)r? zKbQ9LzyR6fUGJUwZq}tU+vUj}Gvku`zg}MK{#VAG-M=%>&6&k~&+n}?N2RNU|3Z-q r`x_@Hdfz)>y3}@|5Xd$Lh6Da@oz-g$=Uj;04&r*c`nfDUa76+DAF! zZ_jMxJ;K0q*kSF;+&z=oziiKn_Yh>+GjECsYwOKJCABledH0Cg+aw%#u&u!GgJ~^a oO?@%XlP;(G-`Q*BfW~}aj&NmC?Kx4n9LQntboFytdfGX7Q45_%aWCAObvm%dkVOHbs`(=NPzUyYhU2HpkXchNusfi~98&~AIJmajC$W zHP2ogjH;CiySeT|)c@zq64!q=@a$sPahAQo@K~;0UxKnk`$bb52EWTsXDr+hybb6m O22WQ%m!$`;NB{uWjb_~d literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/store/silverbull_emblem.png.mcmeta b/assets/minecraft/textures/wynn/gui/store/silverbull_emblem.png.mcmeta new file mode 100644 index 000000000..e290057cb --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/store/silverbull_emblem.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":24,"interpolate":true,"frames":[0,1,{"index":0,"time":200}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/store/silverbull_share.png b/assets/minecraft/textures/wynn/gui/store/silverbull_share.png new file mode 100644 index 0000000000000000000000000000000000000000..b9dd9b50d882a12378333e6daec8aab2cf7dcbdf GIT binary patch literal 230 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nv;urWT!Hk*uU}tWJ@b0I-Td-jIyzmF>_P12Nq`iuEv#=E^n3s$jTp2yhu+~r;58mo8P zd4I&QCR;2pztQ@8!S2)}-Sy1(FN-dC!#5>TLe9a`UX0&D)UBX>gVF(?`3W)x)eiPT aWsDPD-r5Py{KyEjmBG{1&t>U>D-r-hp;meT literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_icon.png b/assets/minecraft/textures/wynn/gui/trade_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..708960aa89343239195931f397380370e6f95998 GIT binary patch literal 146 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnH3?x~nsr>~~oB=)|u0Xme)hEuweDAg?oj?v_ zNswPKgLg{KA0Wrv)5S5Q;#RVPxDPKcuXFm6LlQFuj%^8D{h%k)fGvjCNnDRvIkCq_ og8Af}%mTq3QZ0Hu%qLkG^q9_km6Q51184+;r>mdK(gRl{0Jcjf%K!iX literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/add_amount_default.png b/assets/minecraft/textures/wynn/gui/trade_market/add_amount_default.png new file mode 100644 index 0000000000000000000000000000000000000000..c211e67cb483623cc267c4ff1dab16f446ff9b7c GIT binary patch literal 132 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BKZ%-G;kcwN$62}w{gnYL*QajyX zKHJH0h8|mjmGoH#k)G=fw-5nR04cLT!Hle{|}%3|NZ>lhIM!E z-8!|rX2+f_OIjn^W(Jt*YD-9nNXfdGiIf7>F_r}R1v7Z36c`!hG3);Non z2IlQM(8lw0^5JQU#^=xFUr=HCWIoN2aoKjp2-a7TizPn)0NTLd>FVdQ^uQGf0J3jS AVgLXD literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/filter/11_20.png b/assets/minecraft/textures/wynn/gui/trade_market/filter/11_20.png new file mode 100644 index 0000000000000000000000000000000000000000..58d858ca0d9e92d2949e5262e885abbb255f1a6d GIT binary patch literal 195 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nv;urWTwgzWba+$WqWX|Y#Xe<) z@wM?*<#BH5$-xDorU@PfvF>I8Hk$6nn%WW)50BOV2kHv(ba4!+xD|WiC?kWSzyXIC z^S|4xn-5nR04cLTwgzWba+$WqWX|Y#Xhz1 zR^@SS1)-)19tN@QW&t*u?#7zh5)zyEwuk`LhkCj=hE&{&IdPQnfPqNEg&j5D=5Ozn zHlKItm2X*t-h*_B%ZdM4Z)8m5{d<`yrljLN!_(rwoQ*S_|MFU1o3CJTDqlf}Nt%Nr mXGQ!c=?PnYvx_9SurjdwzfsCePW}V5fWgz%&t>U>D-r-5n)B}7%TwgzWba+$WtclgFwV7pw z@#S%D>B+$bp{5BQ2C?pD&Q4bD#+up^5_62U`~hkS^mK6yskjw;;wU47qQC)%FD<_R z-#(fb@0MAruI-TiLAfXL!as&L$rD-M{^#8BK;S;ZG5!LZhno8r{AD;fsh&~({9&dz m7O@WsmirlghD&~lWV)L5{(y2@W(3f122WQ%m!$`;NB{s6Vnz-C literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/filter/31_40.png b/assets/minecraft/textures/wynn/gui/trade_market/filter/31_40.png new file mode 100644 index 0000000000000000000000000000000000000000..effdc959014f3bfae29cc07a49778c6bdd6a97dc GIT binary patch literal 193 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nv;urWT+8F!V%^OSZ|Zyf=+Uf+ z)vdLe>B+&)PF7`w@jY4AYZ{HtE{W8ZkZ?EFT+ib77^o}A)5S5Q;#TO1R>1=SJcln# z@w``m=MsB-$qMnuQ@TC*B;q^7KF?{eWInxX0n@*Q%)hrS)?j!m9kb^4ue}RvnD;gv qI&iQu>48ha1E>5%hvw?UGq(CAZ@!2<|FaQjI)kUHpUct%S0n)G=}cAt literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/filter/41_50.png b/assets/minecraft/textures/wynn/gui/trade_market/filter/41_50.png new file mode 100644 index 0000000000000000000000000000000000000000..79be2e86ee600d6db231c1c4a903ae9f36cde19f GIT binary patch literal 195 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n)B}7%Tn}&Rd;RFqyNAmjpKrOo zEB)+}$Tf{dJz3V}ac;5hW^QIa?#7zh5)wAMQzC&{!aZFaLn>~Co(L3TR^&Jk5F@rq z^}BukOrujX_S;M>R9Cig5PH`4T=T_#22)k8U)LGq>N_JDesc#Lz4M9N;KP6M2Q1Hi t^41)*{BV+g!NJZPxrT_jCnoHc_bPh#f3}a^KA;s0p00i_OAlO;007qFOSS+2 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/filter/51_60.png b/assets/minecraft/textures/wynn/gui/trade_market/filter/51_60.png new file mode 100644 index 0000000000000000000000000000000000000000..6567d6570523c008ea995a3af0073af6a541bada GIT binary patch literal 202 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nbOU@sTn}&Rd;RFqyNAmjpKrOo zD}BS7rDvB!PU!1c(`Zy4=N6Ze9P4i8X6EB=tf?&_p})y-4p3u+r;B4q#jVg2M;Q+o z@EmZMe(2i2$7VdgUb?I^-dV!x!DjzxpZFI0hT}Fbn!Xh>t*;Ke&v4BA!Eb|ePx2dB zqxU=3J>C3Me8K@E#V6qjjjqLYOc^nqF-6~)_hmj@F{gsJA7}@Ir>mdK(gRl{0P+1& AtpET3 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/filter/61_70.png b/assets/minecraft/textures/wynn/gui/trade_market/filter/61_70.png new file mode 100644 index 0000000000000000000000000000000000000000..e2d5c2fe07e0ecdce14f4837a4ef923117660aa7 GIT binary patch literal 190 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n)B}7%TwgzW^y<~CD;G{3-qg2Y z&C&^d9o@bC<#BFtDaoHCRso&L7py-Ar-e`PqYd$8wwl^Fkbs> zy}A2+>pr%xPJI7ovOnS8rR3K5k0Ho=hJ(F%fZM@e+zZ4*Ze?7z?)lE@CVAa@!-}cA nG5HP7hu7_5zHujZ!uh)D?DsrLb6HY>rZafD`nfDUa76+DmA^-5nv;urWTwgzW^y<~CD;G{3-qg2Y z&C;?1hr4_G1LmzQk8_JlN!HG5jCD72H`dgakSKjW!3d};*we)^q~ccWiB>^o1D>N7 z45EJbNB{e{)anYi<)3u93GoIZhFo97Cqx}$`BmFs#BH{Zp~`Xj*>6?tTkZ4>Uj5qB r;QC&sp|6oywAxhWz_u#qebr2|FWxyO-I#9(G@ilJ)z4+=fh!UK+n7ux literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/filter/81_90.png b/assets/minecraft/textures/wynn/gui/trade_market/filter/81_90.png new file mode 100644 index 0000000000000000000000000000000000000000..2f8e264c1ab1fcb4a825543aa9c719d2fe79ecd6 GIT binary patch literal 198 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n)B}7%TwgzWbo%YxWe@Kh-qcri z;BZ6d+<~?p196<$Ux-ig&pQ^ z?e+7%GhUp3PIzAV;UqD&DbnXG8~=%au;c!6&)CdC@z~$D4zuEuQ$!rkJ?G6jTe&ac w!RtE4xl@Fgp7E!#&D*HOW-!ZC@y~b0^(WqYF~p{)0&QXNboFytdf-5nv;urWTwgzWbo%YxWe@K>KHqY9 zQ(xJE!)KR72FzPq9_OZ=*BI+==40yXZmg*-A@O9I8b451q^FBxNX4z#6Gs^t3-5nBm#UwTwgzWba+$Wv*hy!0(X_i zxy8Dh<%;LJ8*A><-7XDO6X5CM7*cU7_Ov4(gCd7>VD8pC|Bqef=(MOm&MjN~r+ay3 zgx`{Bw^^AuOBD|ADT<$OzsxEqw4!NGFqebHqJuA)`tNvZsCO}))(kuJPV(7pb{?Ns Vj+#Z~e}QH*c)I$zEIn{V0szE5J%a!M literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/filter/armouring.png b/assets/minecraft/textures/wynn/gui/trade_market/filter/armouring.png new file mode 100644 index 0000000000000000000000000000000000000000..04a35fc95eb28a1b3ca41bb4c47e91466f80188e GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nqyv0HTwgzWba+$W{LU$jCDr9| zZn5rW?#7zt2F3=Ox|f?|vVqDxJY5_^DsI)DXk|R0z{BA9=w|&Rv2wYytQ^@^to9!! zh-5nC3P?D9CbSa&mbV@+)diKAKR4}dB|JY5_^DsGjYZWUxuRa0Rm+YYIX?*qCTYTNfX)gAml{ZhlW=Ivq!7z|FpO0WO` literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/filter/bow.png b/assets/minecraft/textures/wynn/gui/trade_market/filter/bow.png new file mode 100644 index 0000000000000000000000000000000000000000..5e1d275035549cb812a524c5a0e7eb6aea156dad GIT binary patch literal 202 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n)B}7%Tn}&Rd;RFq(;Ekm?VP`4 zW=n6LTX~#YL8z%-NAQWt$if->UoUsf_UDVQe!~~y^3~x!v*pjjdOx)1lqIa0TeI=y0SWFO33nM|Z!!w~ z|IO;MNcd45zr)g7j$5o2+*)YGID0E^MD=@qri^#Dyrrhs0c~RNboFytdf-5nj01c^TwgzW^yJ--!<+g}bRCSJ zcX@rp67|}1<#BGkb}g~)X5tZ3lC_croQm9yHC^PKv?V}b`wQ#0Kwr%MXSHt>Q-5nbOU@sTwgzW^zYxlFaQ2L`tbJX zz1!=~ojSa!uYKvFkov0fI5*q4s91M1cVkT{V*?2ZiJF5yOn@50JzX3_DsF|INEA9C zz~hprBDnC*{~fV&Z}Ppr|2xRH$2MG4z`gmxMb22)5}|L?H?=mLmwYr?L4JkcGLM_< zyA!%h3!QY#CFTjN-f3>b*z}0qO(MOa>N}Ia(7VnvKQ?X#TEXDy>gTfbz!eDqSZq-w literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/filter/chestplate.png b/assets/minecraft/textures/wynn/gui/trade_market/filter/chestplate.png new file mode 100644 index 0000000000000000000000000000000000000000..bf40f6ac704f141470db42dd1daa8cd577375335 GIT binary patch literal 193 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n6a#!hTwgzW^z`A)(C3P?D9CbSa-7kcV~BFO>GGYr^6N(fr_I&T^vIyZpEGq6k=B7XnrWV*lg$jM(+!K zm;cT?bpG;u^M5DzU($)=6I5JX$YjT9zT<}-W5(K6M!qY&igTfbz!eDq@qJ7P literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/filter/cooking.png b/assets/minecraft/textures/wynn/gui/trade_market/filter/cooking.png new file mode 100644 index 0000000000000000000000000000000000000000..d25ca170a530f9caa793aeb01b7404d14762c1a9 GIT binary patch literal 184 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nBm#UwTwgzWba+$WvkA!;YLd$1 z++y9$8qL+*jWz!%U33PjiS~4H45_#kdxnvVS%Jqn(ARY5|K9I2LvJuK{dbft{-d8? zX4H6f^OL^^d`_?~>MCy(OM2dLb;9R%Z&&8kj`yb&FJzc^opHCsT;_MxyBsHZ{+idJ hB%hPMpYe0Ky!x|O$uZM-&H}Ar@O1TaS$g1#1OSZ1M%4fS literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/filter/crafted.png b/assets/minecraft/textures/wynn/gui/trade_market/filter/crafted.png new file mode 100644 index 0000000000000000000000000000000000000000..764ecaf5f234dab0f27bd40fa2ac9820bc03a1f0 GIT binary patch literal 216 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n)B}7%T(u=6UO#$tdgtuJoBB4* zshQOfH?cB#QJHg7f@OJ}TWP34y0?zIvF4czGqwS>NDobn5Mc?E?8Vnb`Qf4&JUNucOVeQS}*J3=c zvgW7SHZEEAn^mT{xq9v2mXA%P-0VLZvaFOEUww>i3aOo*WOym0l40TJH%B|Igf0N> OW$<+Mb6I-eiUa^;8dBo` literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/filter/dagger.png b/assets/minecraft/textures/wynn/gui/trade_market/filter/dagger.png new file mode 100644 index 0000000000000000000000000000000000000000..057c21e3407bb4819c59482ce6096db908772b53 GIT binary patch literal 195 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n)B}7%TwgzW^x)dj!<+hg8w+~# z+{)wJ3PMfwQW9d_%_5z36`j4^jWx9;B)m_ki2}8Rd%8G=RNRU^-O76;K!Ew;`7M|0 zcb7A!GmD*@EEDwOT%5Ob2ycQ-gT&%yD{hCk0Rgj{cX6eiOy|y-yqR^4Dfbob7qy1o rjt<$}%ra?*zx`y*`C;bq{x9R>Gw**LzhL(UXa$3(tDno#16L#f+EPa; literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/filter/dungeon_drop.png b/assets/minecraft/textures/wynn/gui/trade_market/filter/dungeon_drop.png new file mode 100644 index 0000000000000000000000000000000000000000..1357628d4d23a761ad886859c74b148462655c56 GIT binary patch literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n6a#!hTwgzW^z`1&;|CWU-qg2X zc0)@;c6ppzVw_K`yP3POrnZDcT2kt1pyE_d7srr_Td`*Y`C1$}SOQZ8-t79{D6W!r z=34yz2?c8&+xv!03Ue%paJ{4dVCKtX2XZ{h%@jU1YI7#ae_+{sr{HGgwQCITZZ7=! z=}uV}dzJO7M~(Z`^%qHdu$yssmH4xIGhMsQ|6Bcy{G4ZXE-5n%mREuTwgzW^!AAR;Z1#~nlw%a zrIyFJZPPTVbd`>EH(Md0HAPC(-B`0mNG_ROB#d21TSCH%UD}CF;>K@=oj?;BJY5_^ zDsGvc_hf1|;BgN0dFG<{^{;;P$)!;rc&sn2Q^$p?^a$akd*U#T5yltm_|8@qo2{-+f zUmR`_|M9a$)$7`nkNSJNeQsJmyyjuEx|VS_%fqTqd3&6IZej3r^>bNz;EDtQA){fj literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/filter/farming.png b/assets/minecraft/textures/wynn/gui/trade_market/filter/farming.png new file mode 100644 index 0000000000000000000000000000000000000000..9361c03a2319daddca6805338d2fe683f1aa6b84 GIT binary patch literal 173 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nL<4+6T+8F!+>JF~KYDcQ{Iyu|>0=XL;21A^L7wp!Tk7`QfHL`jU9kqA*q-v%Ea-|WZmRjtcxBt` Vi95c2+zT|G!PC{xW$A${5&&?bL1+K~ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/filter/fishing.png b/assets/minecraft/textures/wynn/gui/trade_market/filter/fishing.png new file mode 100644 index 0000000000000000000000000000000000000000..6b0d455bc2c74364d80eee9bc92fc331d970e38c GIT binary patch literal 178 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nBm#UwTwgzWbnE=K!<+i%cEps& zxy8DhxtMCY8*A>J{OT1@O{k}fV@SoV*i(#L%!UF^foIQ`y{muhwaa-D7n9wU3-zx~ zah%~h^PFW1W6;e#4J^}28e|vLHC#6_6<2t9m)H5*t>2B8>qI8JJHF=ElAFA9+n)O* c-1*6rcJbArhe6Ldffg`$y85{+J#a+=0JCIBe*gdg literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/filter/food.png b/assets/minecraft/textures/wynn/gui/trade_market/filter/food.png new file mode 100644 index 0000000000000000000000000000000000000000..76d77aa1ed7c90244f3b1ebc17d931e999894a89 GIT binary patch literal 306 zcmV-20nPr2P);q$ z9e+dsT}L))Hykle06#o6Trn6&GbvUs06HNOa5j;~0001)NklKihzJ~ z-`#oA{GS2N)46%xsVRK`ob%gO?13~46XCw^Qk-*r8?-5n6a#!hT+8F!v?V0w&zN}n#Nnq8 zZw9zKR~BZ+x|O}dN=2&+#5%(l_V@*DDUoI7WQBl!n(kU~5dW$?=978H@B?lxl zFwHYgDClTZ*UkNYcgq%6hhy(Pbd@W(m2E7@cy279e8F@N(~%ufHs8~J)+ju#dii$y z)4vK6KUL>@J1XfPdVWvmCV$G4tzlbc*D)KGm9-pclE{2tcJ3d)ndRI6^&3Q2A4m{n do-D+|z@RhfN_*?G%ODRhc)I$zEIn{V0sz}BTx0+M literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/filter/ingredient.png b/assets/minecraft/textures/wynn/gui/trade_market/filter/ingredient.png new file mode 100644 index 0000000000000000000000000000000000000000..f3569eab1391c0d555c06d84e1272cc0f3379d10 GIT binary patch literal 232 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n3<7*YTn}&R`}60|>qn0+UAnV< z`^gJoOSZf8t#X)L9_JPuoF40LHbJJSSgF9>STj+;TU$cHO!PY+P;arPi(^Q|tiQ0gF7jso(9bD*_rQ67cK649U%4C3@MY`n fxHO67P-5nBm#UwTwgzW^yhiu~ zFf5OAi*+}1H`cr_c0&cI#^2M$F{I*FY+obe0Re`?3YY)e$1!qTU{Guqk4@=*zd)za zlJ(*SR>9=Ut;YNEx##@erfcVXNwdn{h3VH$Jr}QyPZe_FVdQ^uQGf0OAZkX#fBK literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/filter/legendary.png b/assets/minecraft/textures/wynn/gui/trade_market/filter/legendary.png new file mode 100644 index 0000000000000000000000000000000000000000..5e37db2e30f80de7b703bff61dbb6d20871be54d GIT binary patch literal 226 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nv;urWTwgzW^#A|=KmY$PJbU5r zraqVM1?6#WvF>Kd!L3sE$?nFQ64r47+HTqs5>AsZsRMNtd%8G=RNS&X-^zG6fP*2B z>nGpu_0fGCxliI^^j7|KJz+e%)1dprTzUUz!0~lq37&&hhL!a!Oje2U36e|w Zw?yu}Vp98OaiH}Kp00i_OAlO;001vCSa$#b literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/filter/leggings.png b/assets/minecraft/textures/wynn/gui/trade_market/filter/leggings.png new file mode 100644 index 0000000000000000000000000000000000000000..2596e38e3904077c03da4e014ef40cde9a17e0d4 GIT binary patch literal 170 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nC3P?D9CbSa&mbV@+)diKAKR4}dD&JzX3_DsI)DXl7(E;9)qZb*uittzSmV*W7xn zD$TgGJ>-5n6a#!hTwgzWba+$Ws#U8xIyzEP zQp)4pV%^PLU0vOcH4P07wIw9>bt@_W73X`pIEGZ*iapz&c+`Q1DPZ-FfE)D>6eh(N zK8@Y|=+`-mJ1?Z0q7%c@KHL3wSYW+5<3mO2)_W#9mb0*O$?fI3%e3vl%VY8k9;RRA z|1f4A-5nj01c^TwgzW^#8;E7dL)?IWytx zo;S}o*B{>0H*?DV`nKNcx^};sW#w^hZYkZd?q-&*neN7#+7c4)#Vlm`7Wc2;1z`y^uj;dWA?}?(ON`rOU{}ecI*9wRAtj+n<<`C9BYRacg&8MiP6mT}L(tQin$~ zDJvKl4Oo6#0001cNkl&Q3HZt{f~X$ zkK7L+S2pS~(LlyXj!jCb3Y=}*a-8Q{H-mHd%eE1J7}OTEJ_Y08Nyt@@4{>)L{~$TC zD}{y?B#U!d4p;$B&I>e7)1)K}y9S98{xtjtXV89Jk>fbPz9_W-0000-5nL<4+6TwgzWbnE=K!<+i%cEps& zxy8Dhxf^Sqm%Z~Js36eO#WAGfR_s|uE@nm!X2;UofBv5|jS*PKtsu#e{mOpttk(X+ zZ|5>ReZkCl*Y$wXF`-5nJvH}$=K^vK;-5nu%<5tf?&_;k$p6Jy2zkr;B4q#jV&=t)d4M7?=a+-1)~X?yY-5nv;urWT(u=6+>JHo`cs!rg2$6$87^Jeb#FVdQ^uQGf0BV#^m;e9( literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/filter/necklace.png b/assets/minecraft/textures/wynn/gui/trade_market/filter/necklace.png new file mode 100644 index 0000000000000000000000000000000000000000..8f57cfc6e1f9aaa4df60c26695025cf57e0e89f1 GIT binary patch literal 226 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nj01c^TwgzW^ylsVujl*^Z|Yk+ zxAWLEf!31vdHD?Gac=q1zOn9RLGI4!_6+{^=I+LtHU^s75)vni7rg*#&+>F}45_#k zd+sWuvmwvX3kEhjuKv4h_F$2n|ADfLf0xgH)bQ=k*6qigfXpj~Pn4$2i zp(W+Qv&ElgtpC-fc)jLpquB$QPi!?OI_^z$-5nqyv0HT+8F!+>JH0B_x(8DxT5Q z`|sfS`q87qoBCqi&2~?mJ{71e)YHW=q~ccSSyrY43Ovpiw;g_0|7c==`mFXy-TXB_ zCf_=^&P1VU5x;<@x6<;63$C?{PTv{TJil;q)H>F9=`8r{^Pql@`U>g!r8>VqGR~?F e{vvqA+&<^%s|D(Mm+FBQFnGH9xhy?!MFIe)IzsCJ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/filter/normal.png b/assets/minecraft/textures/wynn/gui/trade_market/filter/normal.png new file mode 100644 index 0000000000000000000000000000000000000000..824edcf566368b9dfff600cdfd00ed9f989d0604 GIT binary patch literal 216 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n)B}7%T(u=6UO#&D_K5qbCXF?X zrn9pRszWs*Y@~b)B+BF5V%^OSZ|ZY5)?Bsl1W0F&r;B4q#Vz0SM;Q+oh%f~x$tV3j ze>-6LsneWiN?6~QTRJfOn<-tzp7n;IR-$Yzo3PmqyC7{dmcx%$NV>$S#0s2JIe$wp z;at*=S8bDCCck79HM%3e;NJ#@PizU5-6t7hqK{P^=gpsaF3PTyuj-5nv;urWT(u=6UO#&DW>e_lO?|f~ z+icFWo}F#bo1{}7=T;r65$kRiVI$>ktm$JQvAcX$7Eo7#r;B4q#VyzVR>s2tA}v4O z{a$~2_py#c-IET-5n6a#!hTwgzW^z`1&;|CWU-qg2X zc0)@;c6ppzVw_K`yP3POrnZDcT2kt1pyE_d7srr_Td`*Y`C1$}SOQZ8-t79{D6W!r z=34yz2?c8&+xv!03Ue%paJ{4dVCKtX2XZ{h%@jU1YI7#ae_+{sr{HGgwQCITZZ7=! z=}uV}dzJO7M~(Z`^%qHdu$yssmH4xIGhMsQ|6Bcy{G4ZXE-5nbOU@sTwgzW^zzO3y~mFp-qbf| z&GOm_Z5MMq%H!Oonu*1_n_2q0D?872H`WwZjnbBo*n0ff6`;msPZ!6Kid&^8jx#bV z3OEO<<+}Zy{#vp5?O*kmteln#Tjq&u3 MboFytdf-5nbOU@sTwgzW^z-M>_giNi-qg2m zLGz`)s&xte<#BE;4(74$X6ppG+>JFW+1a%vB*Ix)6GfLe12yJ(x;TbZ+=@MSl<|Oq z2+PHU?z&(4=EBo=zU@9BG_Ah&{EA?PqH}4TI?t;ZihC4O*tfZ5C&wk!-7fz1=|IY+ z-<+R9y!PCC5q4r{k>j=(b0)XEN$Av<`F?@7;|})}4^MH0>NoqG--5n%mREuTwgzW^!AAR;Z1#y*V>(G z(%4{IS03j!AzXg4X?~@vbfr;3th-sUc2c%lw7aoph>C}el%ckS#B__Wdq5MKJzX3_ zDsGvcbChaO;BZL{)(J3u_HTOc$@7t4|3%Cwy5(#YEpvgP?n%S%z8odCJ98OUOiQ{J z6~nq9Y?)R+Pm5yM_Fcj$CocS2F1^s^y2N6Gw+Ftmd`LMw<@H3NpLqgvjh6oSEoTrq z*IuHLzngUjv-Z+`9%{#8EEoJ&IdhNMNL-|TCx5{C2RmlD^iKymhr!d;&t>U>D-rSLn- literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/filter/relik.png b/assets/minecraft/textures/wynn/gui/trade_market/filter/relik.png new file mode 100644 index 0000000000000000000000000000000000000000..07e8ac71387328ae3fe9d6f9ca8e53bc60fbef78 GIT binary patch literal 247 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nj01c^TwgzWbobNsz1ue)-qe?N zDPZ~h87#DV82=?+3w*|5S!+GeUA&-5nv;urWT(u=6%H!NpN-Ddi&p&zn zhJQq?t+U5@P2SH1k@NY*W8KXTZ|Zyf=#jgzW&pqU6ripGPZ!6Kid&)QLz#{!@GxBL zd{FTJb>59%f1YlYNUlp>C%fTaFN5I1D@`tco1&y`8m3>9kuxYaH}!J}Wi)=ua=n(V zis{{vT@7Cvay-m$uoWfACZsu>leBa=8xnkK4YSiXpEK-Vj^?eEW9>2QE0_DrFirb? Vx8I49exTh9p00i_OAlO;006F}Re%5h literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/filter/scribing.png b/assets/minecraft/textures/wynn/gui/trade_market/filter/scribing.png new file mode 100644 index 0000000000000000000000000000000000000000..9ee1892755030fc2acd528ed8616650c5d389ba0 GIT binary patch literal 177 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nqyv0HTwgzW^#1;WOMBZ6Z|d8# ztYU6QOnIDJth<@JvF0X6eUR!vPZ!6Kid(T~9fg<`IGh8IvK0Rpp6-5nv;urWTn}&R`~UsK>qn37U7B`k zYsuWkkn%XUSa-7%;`~eaIoypkE7{q#B_zUGSw#dMr2=*3c)B=-RNRU^+sfErAmDs) z*S~lB^({yxQ^EiM literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/filter/set.png b/assets/minecraft/textures/wynn/gui/trade_market/filter/set.png new file mode 100644 index 0000000000000000000000000000000000000000..9dace7e655bbd09c341220e220f34bcb6c4a47fc GIT binary patch literal 243 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n3<7*YT(u=6UO#%Iyd_$=H-J4z z{#26&TfWiTBkq;1((G2UY#!3RA#&w$Zn5rWhd1@P8*8@zsG9@STj%NG7*cV|_Ix1I zVFeE605+x@Vb%X{>m_D?UR?P}ag+W26V>;6I=Vk>V!Yn^N>s5(x5*=Is_O)X*sEul zl2u!bLQQ|o;gwu?>#L3QoGHa&e-l$u6BZ@#8p=4YIL>V7_RFS^-NwOFgK0l6(}sI{ qxixox)63p_dM)b>9**^A#NVdBPyJYV{Rq${44$rjE=vzwkpKV{1zN@c literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/filter/spear.png b/assets/minecraft/textures/wynn/gui/trade_market/filter/spear.png new file mode 100644 index 0000000000000000000000000000000000000000..8ff353f48afa7d1f37735c0d23eacb037cfb7785 GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n)B}7%Tn}&Rd;RFqgKI~78w+~# z+{)wJ3PMfwQW9d_%_5z36`j4^jWx9;BpP_iX8^Utdb&7l6gXV)_W%9r z*fqtHz7c0E^&RHS=Wh|veZo8Kym-L2_X+ca_TFuX@;-D%yP+pgyOw?3wTrud@|gvl z`Xu}5&bo#vFSu@te%r(J?dSgsEX;41A2GLFd_PymeMK11A_h-aKbNHku1Ej?b_7kh literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/filter/tailoring.png b/assets/minecraft/textures/wynn/gui/trade_market/filter/tailoring.png new file mode 100644 index 0000000000000000000000000000000000000000..a8fa6663c1ccbf550e324916dfc672bdc94dd203 GIT binary patch literal 159 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nBm#UwTwgzWRDJ#b;Z1$XyPlQD zxy8DhNk^r-8*8?CZrK4;-5nqyv0HT(u=6+>JF~KYDa{Q(vsR zS$UkBnVDHgNJw#E;f-5nqyv0HT(u=6+>JF~KYDa{Q(vsR zS$Uk>orPAvZ`l6(zl%S&z!|74&eO#)q~ca+FC!PT0uOV()$D)&k7o1m*tE=Wj{a7a zSgSYTj`BGN^K*v2&k-~@%oeZn?KHpUpI0rue=e&5ZDR0r^>bNz;EDtQ8l6V7 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/filter/tier_2.png b/assets/minecraft/textures/wynn/gui/trade_market/filter/tier_2.png new file mode 100644 index 0000000000000000000000000000000000000000..ef829e5b49a15f5f88804818cdafaa7883e1b3d4 GIT binary patch literal 195 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nqyv0HTwgzW^ndE7!<+j4d;H&Q zdZs+iE!N%4-B?pwLSm2drc$7?WKS2zkcwNry^LH395@b#oZtGt{^P32g^Vo03Sw#* z;tVg22no6Rr}O$txTXcIDfpi9Y8`|B`N|Ieo|FG}HvPJ#xi#sU@k;**JA%>#!o3!) tS{K6oae30w`B@)3e0w{V1;2>cGkN!0eNV27SwQO;JYD@-5nqyv0HTwgzWbmsrp!<+h??%lK4 zaHc%YE!N%4-B?pwLgGQ9$q}HkEKe85kcwNreT-eMh8#z>{K|S)|7fmk*B^$a#w*7< zIXdLiPNc}G3xsy~$8?@qb7{jQj$I3+p6IwOyJ66@>K(7H)W<^;8RWxO+|AEfpSiI% z`b-YL*!?|mG2C0c7Oszukq;|tJz{xa$N%U2(+<7W5|7$x1+47T}00ItC A4FCWD literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/filter/tome.png b/assets/minecraft/textures/wynn/gui/trade_market/filter/tome.png new file mode 100644 index 0000000000000000000000000000000000000000..9756089b8c1febb594fe242edb26c478a4fd4acd GIT binary patch literal 226 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nj01c^TwgzW^!oMd&yQE%ym|B4 z$&_8Yb{*c-cX_q9YjIq8oLg*ctVx`2thEe;|~3A-zc{$JLsv521W$LgZ)-THSeOXRx~!cTl=`To~v$vox*4Xc{2DlN!P zxun6kO>I|~EWc;#D!0Qqo^#U~t4>a{%IZix65QQ%`%;#fn&;m)A}jf0uDgEnVmX~3 ZcPa0I}F`%ssp00i_OAlO;004?!TQC3s literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/filter/tool.png b/assets/minecraft/textures/wynn/gui/trade_market/filter/tool.png new file mode 100644 index 0000000000000000000000000000000000000000..046c5465b9321673cee1b6849765aaae98d2a6b7 GIT binary patch literal 193 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nR04cLTwgzWba+$WnuYDHwVCB{ zZt2Ov1)-*~?q;EO8t%rL)_Tg?5)xNaJ~RT=M|iq8hE&}0>1`D}V8Cf3Ex8=O-5nj01c^T(u=6UO##?JKLZ-RAWt} zX@rfGkAXyQlFr*B?x&hG%H!NDZdxsRUJ&bUX1F@=@TNX@W6jyCzOn$d7kRokhE&}0 zJf|S$H7+noQA0kslsM2>mEm)mQZ3m grl8a6a^)^#qxqZ8Ny?M218ryUboFytdf-5n%mREuTwgzWbmq*?w@2I$Z|d8y zVZo^;jWvy?6&0DYvkiKabjsu05)*@}Lp5UE%_3~1+>JGT3?#HABn~b~j0Kv|=;`7Z zQgO@ld??ca1s>)L7samM`M)V!?WYp|{x4O{ug|A7FcmD|TU)7{CYv#tVTp*-`=ufW z9tLI@ zpj9HX{2b<-f2~K18@}roPhxugBz{War^sh)`bH0QuQG3Z4s;BIr>mdK(gRl{0KqS1 Ag#Z8m literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/filter/unrefined.png b/assets/minecraft/textures/wynn/gui/trade_market/filter/unrefined.png new file mode 100644 index 0000000000000000000000000000000000000000..e926d4ea475783303e81136c4f614886b2f7f33e GIT binary patch literal 234 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nj01c^T(u=6I+F}8EKKjtu++y9$4sYsv{pgXqvF2_@xs^ceMV>B>Ar-em z&mU!EG30R$WaWAICI0O#>p%Hb=85a_BYyMUsFo_>e-UtW2ZK(-iU%wP#+@AZ9i|uy z+B1k>EMgF7680|JAgQ}J=)}QtFGDkd#Qz76lre8OF25!%@%_Knd;AW?D|Q_4Z+&*W gE!E)p&(AN|tv5ZK)@snZ9cVj)r>mdK(gRl{09Kw_d;kCd literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/filter/wand.png b/assets/minecraft/textures/wynn/gui/trade_market/filter/wand.png new file mode 100644 index 0000000000000000000000000000000000000000..f8fdf0676159806c2434d4536d09561cf40f50f1 GIT binary patch literal 202 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n)B}7%TwgzWba+!=Z=PFuoLg9y zX+fx|UP^*zq<*ZsS){YBqO-TVv8J|!#Lqp-KphNmo-U3d6}Lir*oBx31rA@j{p$aF zRXKx#U6UfBgZ!90)L7OkD#ZutZ}HUJn=I(_bZ;g1%u5HI0y-KtEGW;5uV|lD8YzEJ y;>DJNZ4YFo=x*`9dFbY$-||U+FK|r!U%~iH@r`!ZUY%7St2|x(T$UcVA^`yVL`nYu literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/filter/weaponsmithing.png b/assets/minecraft/textures/wynn/gui/trade_market/filter/weaponsmithing.png new file mode 100644 index 0000000000000000000000000000000000000000..11a5987236deef0d66a6f5199bf6453064929732 GIT binary patch literal 170 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nBm#UwTwgzW^z(TB)78<3H}#dr zxfOaU#JZcg8*7R@bch40@%40Z45_#kdm>Pb$&lmd1t-t@|H^e<6)c#%|IXIy*0FC} zRx}thZf^S3RA!7JIi1A&wG6*YUI`w^ Sm-GS}%;4$j=d$#`6$t<>HbCqE literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/filter/woodcutting.png b/assets/minecraft/textures/wynn/gui/trade_market/filter/woodcutting.png new file mode 100644 index 0000000000000000000000000000000000000000..a2786ca9906ed9c6577028dcab5deadfaec28e53 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nL<4+6TwgzWbnE=K!<+i%cEps& zxy8Dhxf^Sqm%Z~JsKDFP#WAGfR_uw3ybS>yM*|kve3Oq-5nBm#UwTwgzWba+!=(jpK0UhDEW zw^(;GMK4KrW6jJ53)TVEczU`xhE&{&J#kU+hyu@%fQX(u^~cK(Zk{ah_hql;yG^G5 z1^8~nJM2m*b(p~V?~KL=_dN%!@)z7=u*!Fc%3}D}bVk}N=lg*-e;Gb8zOoInc~Ay4 Ol)=;0&t>U>D-r-5nR04cLT!Hle{|}%3|NZ>lhIM!E z-8!|rX2+f_OIjn^W(Jt*YD-9nNXfdGiIf7>F_r}R1v7Z36c`!hG3);Non z2IlQM(8lw0^5JQU#^=xFUr=HCWIoN2aoKjp2-a7TizPn)0NTLd>FVdQ^uQGf0J3jS AVgLXD literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/filter_name.png b/assets/minecraft/textures/wynn/gui/trade_market/filter_name.png new file mode 100644 index 0000000000000000000000000000000000000000..5e6ede660d864e62c6a7be1c8c1c431d34deca6c GIT binary patch literal 204 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nR04cLT!Hle{|}%3|NZ>lhIM!E z-8!|rX2+f_OIjn^W(Jt*YD-9nNXfdGiIf7>F_r}R1v7Z36c`!hG3);Non z2IlQM(8lw0^5JQU#^=xFUr=HCWIoN2aoKjp2-a7TizPn)0NTLd>FVdQ^uQGf0J3jS AVgLXD literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/locked_slot.png b/assets/minecraft/textures/wynn/gui/trade_market/locked_slot.png new file mode 100644 index 0000000000000000000000000000000000000000..da75f3b562f9ba5e613142c0777532d6163c8438 GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYasfUeu0Z-5nv;urWT!Hle|Nr0oe>nZ?-KGDF ziw@s$dv5AifvOoxg8YIRyi;=i06AfvE{-7; zw{lN7GBqf0uwLZyVczq<^tXa*cba+r@AF|_-BaEh|K5Cceh2fbv%mj+h*|Ufs|$-} zhKseT!RILqoI3;gTfbz!eDq D);J;m literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/remove_amount_gray.png b/assets/minecraft/textures/wynn/gui/trade_market/remove_amount_gray.png new file mode 100644 index 0000000000000000000000000000000000000000..af6da7c0c2d9e30f45882f162739f438f9a89070 GIT binary patch literal 105 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BK15X#nkcwN$5-5nc06{hF66XZuv;s<;P*wR!?6xt3`~Oh^W_URzv^==FVF$n#o+1c=d$#`6$t?D C#YYtY literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/search.png b/assets/minecraft/textures/wynn/gui/trade_market/search.png new file mode 100644 index 0000000000000000000000000000000000000000..040d43cb6f2b5434ed7028e0bf67ec22d296c3ef GIT binary patch literal 185 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYasfUeu0Z<#|Nqm!-Yq(OXG68y ziYlMU(N^hp1_7qJ+7c2c4kn%is$eV$@(X70PRaQLaP^!pXiPzFy|KbNHku1Ej?rf@(e literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/sell_item.png b/assets/minecraft/textures/wynn/gui/trade_market/sell_item.png new file mode 100644 index 0000000000000000000000000000000000000000..1e7a8817b3aad6c4528121d74d61d2cbf7a8e9d7 GIT binary patch literal 197 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n6a#!hT!HkP{}1o}KeP0I@uFvS zVYl1^_9mDtj**=j8DOfbEg|u;fA(XbBF2&+zhDOMl$<|6PLQXIV@SoV-V@$J%?1L@ z7dsbQOnXFPQej6&q*$Xhe`(K&y;=aQb>lKO5Cg;rHe9&IT#Bixm sCt}{di9%sbU#1I%%xu2PRr7+OKJrzU?R@1EK+_pKUHx2^9=IX_0OdkUMF0Q* literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/sell_share.png b/assets/minecraft/textures/wynn/gui/trade_market/sell_share.png new file mode 100644 index 0000000000000000000000000000000000000000..3d51412353eb343f6fa7fd4e7c8833673b0ca90b GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n)B}7%T!Hk*uU}tWJ@b0Ih+`m8Z_+4MkCLnpragOm(#-Btm-2-UF2~mIV0)GkB-u`~h;3JY5_^DsJVT zaTIDc;BgLo>}KM!>wo3zhOIAn>X%RNQEuwlU$Kwj?p}Yc-5n6a#!hT!HkP{|}e`FLrxw>U1h} zL$#aw+@Q(PR_S&I0j9dz5)yoybMFHcF_r}R1v7Z3}19pGZ{J;lz{ zVj$pj(RZ0Z(SK(B8~dj&-&3Ww&hKK%GXJLQ^A@+CJGm&)F#X4l#$U7kEls@fpvN$+ zLR>>5fo;mR13^+CXf8N-d%`>B>i5^a?moh4qU+yepSAi;v0_P*JkUl4 NPgg&er3bD^002PQQLg|1 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/trade_overflow.png b/assets/minecraft/textures/wynn/gui/trade_market/trade_overflow.png new file mode 100644 index 0000000000000000000000000000000000000000..299ec2ad9d07f6d763b84f61d5bfc725eae28866 GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^0zf>0i5W`|{w>u!LX3^y`eN*_u%9{q<*}E7AjlF1 NPgg&er3bD^0083XJsSW3 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/trade_market/trade_overflow.png.mcmeta b/assets/minecraft/textures/wynn/gui/trade_market/trade_overflow.png.mcmeta new file mode 100644 index 000000000..8e942014a --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/trade_market/trade_overflow.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":1,"interpolate":false,"frames":[8,0,1,2,3,4,5,6,7,8,{"index":8,"time":50}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/gui/trade_market/view_trade.png b/assets/minecraft/textures/wynn/gui/trade_market/view_trade.png new file mode 100644 index 0000000000000000000000000000000000000000..05ff563bd801748ff21f2b4e4aea1fd8a64d4c83 GIT binary patch literal 182 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+C#T2B|pkcwN$5;Y13LcZJE`2=i! zcxA(X>2o3t1|7ZUjvKUeuJY5jd&qO_{l2x#iF0ZuM6J==@#UMWgnjitu9m`2nU7g> zIXnL=%*jh;+-u6`~{4_uJ|0D!hc;lP5 zMz>uq4=3!{;6KMg{oEX(YQ0Y8+N5yyqdL?AFPUX^_n?s+Q)(6$l&Sf=d$#`6$t?E@1leN literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/gui/tutorial.png.mcmeta b/assets/minecraft/textures/wynn/gui/tutorial.png.mcmeta new file mode 100644 index 000000000..5a9b475a0 --- /dev/null +++ b/assets/minecraft/textures/wynn/gui/tutorial.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":3,"frames":[0,1,2,3,2,1,0]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/housing/furniture/chair_bench.png b/assets/minecraft/textures/wynn/housing/furniture/chair_bench.png new file mode 100644 index 0000000000000000000000000000000000000000..41c34fe5bfc840bd1f456025b70a088e849da486 GIT binary patch literal 401 zcmV;C0dD?@P)hn_g}++>}bx3C_P>e=9eSTw<^9IesptLbCI3@RMCa-bcvEf`dxzo zg?SZY!Ey>vBsj9tcp^4(3}K98!gRj{fAgL#ol_4V?%w-*a8s}(0dNUK$RUQxj4^(2 zk#dZb;Qd%v~Lftw-!R%mSN?A;tyF3(#MJ8VHTHtU_~+Gl4~dB6$bO0fZDLcqt6V~l vx9V{y^#6#~vt6Rd2fUkLZCj2e)DYEwu@#mTG2h-S00000NkvXXrNGn})WoT} literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/furniture/chair_boulder.png b/assets/minecraft/textures/wynn/housing/furniture/chair_boulder.png new file mode 100644 index 0000000000000000000000000000000000000000..c8a0e6695858d0367d9530b53300169957c335dd GIT binary patch literal 295 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?#d*U5*7((g8jpu0Xo2v7o*xv%DywAUh#5 zB`hf+C@R9s*W2DvSLH5Hnz1CvFPOnQCFc*2v&+-PF{I+wl=BAzj~MW@KHTzQi-|%f z+oI=O8=P4^IV-Gh6g+7=-4;4S_E7KtA7^h&S|+6xmvvx|&-aXm4HxG4WQ6L+NpM*w z@Fqv!SW$G~_O)sEY}Z`zc=38uuIw=}j~!p%uiLSlGx^Q$-vwG{gqY-Bxmocu98xez zUd_oAyYtDaKa4%KTWk~#hT1Q?fA-a7d+x^h2UY&n{4$yE@I2kt_VRRY5jB1W*VUEP r4OVZq?ThnIKK|Tp*?L|h1_rCG2Y1g}zElS23kFYDKbNHku1Ej?XZm<| literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/furniture/chair_log.png b/assets/minecraft/textures/wynn/housing/furniture/chair_log.png new file mode 100644 index 0000000000000000000000000000000000000000..8819aad382474379ae5c756d5fd4847c4c13c54f GIT binary patch literal 224 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFXn;?ME0C^Fuqg^NP4hK~b<+;8 zQSmU5owf0#H&BAHB*-tA!8;}A50F#o>EaktaqDegE8_tJp2I=M&;3_FpWMd0%+MpV z<4nrA2~(21J)h<}hvqCSWtb_UpC`k$*ms%v?d44#ecL4ee3lA1e6r`cv*Qy3#agkm z8x!&iwl3pSJ|_RDPwC=;F6)+KZZ;yb{%&Ww70kFmnV)sy0y!=>yGP9S_OcnRuQVUF SadiS6!QkoY=d$#`6$t=_3QiyZ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/furniture/chair_quartz.png b/assets/minecraft/textures/wynn/housing/furniture/chair_quartz.png new file mode 100644 index 0000000000000000000000000000000000000000..e947f9a4e972b53f92e9e8fcfb7216ba037810cd GIT binary patch literal 751 zcmVD=Z}_CLtpv9w72AaUTEx00DGTPE!C&WNiEZ00K`*L_t(|+N6~U zccU;2gkub*J}AA=NdNzju6$5;yXD2r&P%We&mW@$a^r)oF;o67^Ss>5B$KyZKN=Vi z=}~_p!tG~)kT)9Dth(9RFEQ@>9v44bBEqbK1{Z*K^QJI%lBdQC)K|Gl$=h;%?xHUzFz{0%08C|Xb&bhu@MI2MHkoL$#uwvfc zjaXdO;N#=Ns5&6mU~e@b5X8K`7}4Mw@XbLuYY@2K^%~%Wt3-aNK?mRpAg4}%guS+L z5Ato(kOP(wVo?af0{}DGv^_s>iO)WTSS`eG8<7@pdsd~-D*4la9|IHz+ZPAk`=HWg z2q4ZmAm%hOCIaiaJ~e507XShS+PX?O0c+L}fH^zp!_xp6G3tObAjUSnfD^s7Q|Th^ zE`VwZsiaV9;J5?$K7fzxAeL5cr3S*TnAbEM%b=0nSwuGq`nn#9W7#OqxYeXzwd2a$J!|36wuWtadeOX{sA!lEQp%@F94`dA>sR@ zj!E+0jc8yl08Alo&xAnyqG$Ua0<)d$LBb3bv(Rw? za5^^j$yhyTD2%p2L$Nc1iopLm7^p7MAzUN}(Qg4<0HCS|0ImWG0eAqQdLRX3VM&D} z?*cJZfeB-PiKcT8_#g(5Lj@ee4qDbC!eBk9N;n4i>x3a_k_Q2O5+4Fc_O6V&-u`UR hgHbRFM!_f;1ptt+u8UA6zNP>G002ovPDG`^)EK$tH7)=E literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/furniture/chair_regal.png b/assets/minecraft/textures/wynn/housing/furniture/chair_regal.png new file mode 100644 index 0000000000000000000000000000000000000000..7b980e5bdf3b37a911d4601cb6cb49350f3559bf GIT binary patch literal 723 zcmV;^0xbQBP)P0006)Nkla#?bs@t4l}s6;hLB0TjSwrwMeeicqa42%6ZhIQTbJ9b;Tvf+*J*OK|GZPoO9z@01c65P(|dudjKLr-O2CQZCa70Ozm9f-7&m z64W8VkzjsEP-`uXTE_&ogIu>VHqAq-z# zXM#~dkoQCQF8DYFLnV~+ByuKb>EA4&=Hm#=^=#tDXcNyd)>@ABulF&2oMRkXq({z8 z99|^KeBkY4!FKv90kK|NxPq?@mQ#vI$pSh8A>T#_J)9i?P)^}SB#XTg7$vWbT!L0g zIk)?n5)}~^8?qxhf^fRtlpJAczaJ3}(Zmi-O>g3q2wOWg_^v=H0U{0ryeo)Za2Tlf z1=kpTR4^(4Lj*udGGQEWvxKo4Th+4YI7*2A7^xkef+w3c-HxIwfQ9qt z1%D9OB4zglA&5GHz6#6;haHZfr~fzT!6+C7qhJ(_0swk{$s*9KZPow)002ovPDG`^ F)EIx-Gg<%u literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/furniture/chair_stool.png b/assets/minecraft/textures/wynn/housing/furniture/chair_stool.png new file mode 100644 index 0000000000000000000000000000000000000000..78494f18ccfceaaee4dbabb2d7a59a5b39ee51f8 GIT binary patch literal 182 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nL<4+6T!HkIV)yQBm-+K&AUN;KYbNz;EDtQVDUmT literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/furniture/chair_wood.png b/assets/minecraft/textures/wynn/housing/furniture/chair_wood.png new file mode 100644 index 0000000000000000000000000000000000000000..6013f9519dc23388500604b76eeabb8f6d29b37d GIT binary patch literal 242 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?#d*U5*7(q5(c3u0VQ9v3qy6OMQZMVVGH> zr(u}A=G~yapFj!5k|4ie2Je)dKR`~mr;B4q#jU&N9||5a;9yM%TM&ET65oPGzko+9 zwSEiU**9IWW)1)FQTskCU&hgEF0(GGb6>b?z0cs?t(0vo3k^4CH2SL61#C;We`Vr^ z6$bp?O|g&8CO64vpO|&w;i@(!JJ)_yg|rhUVjYs3D;a;hmn*mKGU}Hr)%{?1l-uTE mUvy*VPZv|I&olp-=o>Ekp}`WDbx44$rjE=vzwkpKX|-d(u> literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/furniture/curtains_bamboo.png b/assets/minecraft/textures/wynn/housing/furniture/curtains_bamboo.png new file mode 100644 index 0000000000000000000000000000000000000000..5add8a3a9d9cc04dca986ca744475f0254f7bd4b GIT binary patch literal 422 zcmV;X0a^ZuP)(BFi-EZ6Pz9PLCb(3*qhkT8MN;gGoVrsDLneC->*{*NkKVbB^1;{am z`21rHerB?9298>b7+ZG*YTGl$g!>X4DLxKQb1Z->_2;|l!@t`n@G*)304+-SdUMCH Q)Bpeg07*qoM5Vyg7{>jr>;M1& literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/furniture/curtains_open_bamboo.png b/assets/minecraft/textures/wynn/housing/furniture/curtains_open_bamboo.png new file mode 100644 index 0000000000000000000000000000000000000000..416652a649203466a5e864769520a5321c1d66f1 GIT binary patch literal 323 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFS%6Q7E0CVmn!aUz)5^&uhPvvO zCVIP;_qbSU_&R8t>nZ4{NUF$*#`sy-nW&!Mv+(f7>C%#78mbDCE6*MU>SQbl@(X70 zPRaQLF_*)~fon9e$V+BJ6$zBlVP=&xNn*CE#7!vei2*LE@AZsu+HWM&m?+qi;Ni^1ZS zsuJ^wllPoYu`)^-3n~P^d9b)VfYbP&Jf14zqXp;w)i|%hFL4Z$)E0BJ6GUeWufa7zVR?O+$ z*lszowQOO5VNFqLZ=$+}W4@AQikxARv{tCNvWKv&HODuNE}$O9k|4ie2Je)dKS0iX zPZ!6Kid$1Iuvax0aIijLSZDOU{&rG$z?-7O-=*dIYM0KvR`llgX}{#WMz1!O8P^@u zeKx#fo#5Q?NP@$Ssjw+r$zF$OlN%vI;zw(4Nn*-)mecK}XpIQ5Xj=(jxvIUU>Z+QPmU0Q#@dWC)@^I!MU w1)>@33*$;n90DBY{w#H27tyxXYJbJR(9rkv-Ib`Npg?5sboFytdf|%hFS%6Q7E0B&tfz}(NX4zS7g(pY7znUjSSfbr)xYU?(@d5`&fif}@wG@%MXEw}k?HA8eutli zaxA~oaN(fg0Ry>)z&RTW7P8KmzIDgBgjvtIIxgk1KMOg@u*|?+=gxw*!gE6P(zpgKP ze`{r376;$#!j+Alk{rIgE`PTc^2UnVGu7LBNY?Q$2+H~+wWR&j0q+Nr7Xq`?Hh6NT lSTi1Vw_(2X>Dk(+%=(TGo^E^=|%hFZh%jSE0BKs;{Njomv3D(p z!#kI5UO9b6Uv+o3OMQZMVVGH>r(u}AroW|vtFc_z1A|7O2F8*gzhDOMl$<|6&IC^v z$B>F!YbQAJ9WvlyNuPe{f4$gBCeC856RWlM863Yd*JsV%FHchR@Ak%(79@4KF{bXz z38@ohx9>S5a7sc$DEzDQ(J7k^Hr`77b>QP{ju@Vai*89zWqupfx#w7Tw$!|p5*#Ym zR*TJDTi(sythjNLLP5?hAYW<2rCmKDKD^;mdK(gRl{0LMCOumAu6 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/furniture/curtains_regal.png b/assets/minecraft/textures/wynn/housing/furniture/curtains_regal.png new file mode 100644 index 0000000000000000000000000000000000000000..6fff02c62fceccd64f3a7134da95e5b8cd15bd56 GIT binary patch literal 343 zcmV-d0jU0oP)$MX_&N5ERtY6bV@37YQZT;BQO^=)_yg29H zKYYLe5m6vINolA6L6-#}2ug%wj<9Sb5;3JAKtNc>;C4=z p9_pceB5dQZd=J}9D36VQ=MVlZuXoP))}{ae002ovPDG`^)EE@%iaG!Q literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/furniture/curtains_velvet.png b/assets/minecraft/textures/wynn/housing/furniture/curtains_velvet.png new file mode 100644 index 0000000000000000000000000000000000000000..c34196fbaf71ab8aa6331d9091bfdca6b88c934c GIT binary patch literal 311 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFZh%jSE0FHacBxOWE(|kE^fc_& z)C{xNtkcvi*3j^`RLD?Obv2fYR95y?P_U7dRIgZJ1k}J-666=m;GL552gups>Eakt zaVzNw>lP<=sYxu30&V+y=GFc`9(&{5o`(yzn3Ug$XZk7}Xjr@Vz2D!x@AZGqV-$$G z%+TB!EHUfafwOm(GdN@)d#fU4EFpa`Az_*5UlEh4Ev*^q#@;NoTWTgS-i>f}+WvU! zyr#qj*K?m-ycqQ9YFnGH9xhy?! GMFIdeSA32D literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/furniture/curtains_white.png b/assets/minecraft/textures/wynn/housing/furniture/curtains_white.png new file mode 100644 index 0000000000000000000000000000000000000000..750c7b7ce054a07ae3882e9cbf9410e1db927b7c GIT binary patch literal 326 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFZh%jSE0BKs;{Njomv3D(p z!#kI5UO9b6Uv+o3OMQZMVVGH>r(u}AroW|vtFc_z1A|7O2F8*gzhDOMl$<|6&T&r{ z$B>F!TQ9f@$r|t+d+^@>;lFm>!@)B*uT?+Yqf>eQ^_9w;`}Z~{zprL~pdsk+g5g7m zauoAfX$F~U1{I%-fH*%q&&5$&5ZH6D#{{OJR=rp@SQW*FX5vWAH!Gj`8}h WmX$^K6=njx#Ng@b=d$#`6$t>{hJ(BS literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/furniture/shades.png b/assets/minecraft/textures/wynn/housing/furniture/shades.png new file mode 100644 index 0000000000000000000000000000000000000000..6e1e640420a5697e51ff419bcf0f65807a1a7b18 GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFbbwEYE0FHacBxOWE(|kE^fU~! z*Yvkka5a{*)sv~*6jTG0W-JNv3uf?6$@v51?DTYT45_$Pa;dRR#!_0ajA-1Y$sYL%&qWUuvNFgz{jEMV`2dptkjH=jU?fBJ~BX7V^55LJAE3)Xyj!`n*U& m!CuH@0&}Bm_&-@u28NS~+bZ6*=>7tFg2B_(&t>U>D-r-lbZL$N literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/furniture/statue_colossal_guild.png b/assets/minecraft/textures/wynn/housing/furniture/statue_colossal_guild.png new file mode 100644 index 0000000000000000000000000000000000000000..045fde1c8210b651866623e81ab0f9189dda1c6c GIT binary patch literal 3498 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/furniture/statue_colossal_normal.png b/assets/minecraft/textures/wynn/housing/furniture/statue_colossal_normal.png new file mode 100644 index 0000000000000000000000000000000000000000..defcc2f1b83c059bc58fdeb7fe59e3fb80f0e6df GIT binary patch literal 3513 zcmV;q4My^bP)mD={x4p#ITm00001bW%=J083dx@%y(^^5{|V#5eKk5elQE z!pt+I<4#5~@ucWZWT31HdedRdeV%!j#_=FlX}%#zXlvFHze|4{OG zzv~Zt5!FaZ+y5vy-i0aM9e3STvvrF>Q!T2rOqQfjQBYKQ^jbWw0x4)KWoy*}jm}KB zS&C>0C88s0%!q1LP#J}*WoNFQco}b%4ykS>b7Hw$&vZs^3kY3U95kaUgS3{fBNfr> zK#h6y51kKn8V|0FC;_ILs8VBGgVOco;g$d|zn^xJh=3NFrl0(SS%CTCc*<4f!L@2I zN-qA|h5_|1F(Td-JZ<_Uk0qXXi~5$xrKWe?1M1tP(LUYNe6FWwSkGbg$Eybq zYw^I#0R?*S7H3Y8U0$$qYrynv4#3#VBl{toCo37#V)Qx-b9O`}suUvv_2eFT%tC807N{gzZ?;QN;8R<46)OX9r2j6Y+msNRTO7e;Qx-Z)Am&J9E zFNW1tfC)IU@A_gILW54Iw815q=ND#89?^Gx5vaH+0 zyQ2QmdgH*k1;iUQK(e*b^p1cLqg>;yB}IKp`kBvV?VJQ9UB`t*LNP)1i=*?+Zn`62 zK41=it4jH{&pRA%SDRcUG_943HBnGtH|%WJ+q%s%FPBEIlLQD_IY_Oy{?>Zm+OkC< zX)o=@1gLS`bg$iX=XS%lBmjkPi(*}E0j1tZj`t(9Yj;|DJX{x*s-ziLF+_SHyeka4 z-E4NNJ&mVEwcdyxUu=e{qp4dh`>2-JC1$Za=!1vMYbt6{0 zBV)#8-7Y`N#Gz?aC1e~Vdgzz&x0=-s*jzyJ)YyhY0LGCQY8<&3t-8es5Fw&vad_}x z(RxX}k@b4B(K@ymi)_{#k?4$WT5rwWZnc{1F4DT)k}FCCEi4ZYICu#qNO7?#sJUuf z1Q6Yv7ttUS4hQNk`Qam8LV&^(UZ!4og>PG+HqH%nP0nKmB65J@ZW+S5;lf&XKmH3t z=yA!G@l;-Pj?kk_FJ_a{&9;P9_HD}Q()9=?EL^)=!VdtxWOE(_8|O}(5Ak%^&yb@I z?d61xZb2wx%D)Fh)CuPcxHBR@jCy0VU;IFfwld7-D{Rh5gN?HF#vA~1(T*dwW6+uE zB6kNc)LSi-mUdQAp@E9;5CJ9XeJvlos<#qEr?36+p>Gx$VP-_9alAWrX-tB`rs9G$ zUOYwVr_ZA%>JH1RhkfmhMJr~rbqiypfa5W9R5LfWIts4`A@ zM$)?j9@JYB!^7A7c6|KTr7>p9){HV!_6$e+qf41;Jat*fs3Y5YBXu{+mrHNW>tX3- z6CXSItA9xrG6!a2$_Qm_tZR#T>1d}SE|1=BjX~=!W6W#sx~ldI{>sqOGGRn0+wFzM z8tu#)G{cQ2-+SV{EY0O~W63MX$@x!SE{ȦQ?lUMIRAUCnw?NqjOd1(i#ma^{q8 zSf=VOV?2l(32he3aqf?cAO5iEoKt6~IcK}p|M<t8XZ@Zjv@LrZly(Ngqj}5vgb!_Jv zY07M*6;+-C5A?9S=F!yxqd=u@wItsTK%hFb^F{K>Wix_WTw8C)pw~~*Zx&%Lllfqb z%(+-_aHG-NpMrz8t}#t-X;KN}(1uy8MS}PtV` zww&tuNx1bX$mHZ=!%SFx9lHCOLbhvhx%m61)qU&}bVfY-!lS0dOOM+;p06Hz<&_LS z$a-5icmAncWibOBM=r)sfB$R$u>R`z(hfb|E)pEs9q$d&nm@91SoFHmk!l`XWlW3N zG5b?Z<2k1)Za)LVjj{nqBm`}HG_A67XeX0J4M}tmSenltLMq0_9KMIMww0Bxm=33X1j4YIXhtV7EGo>=%^3GDnZ6>;Ps+ zX`~(;q6wK7&QIJoV2b3$!oC1=cYJBCw~NG#9{>H3v>+6bB1);6#!192hIg5uiFUR? z@S;$z7h=d{o7Rj(UG|!Xt?tpLWY-io5I#!*BiXxC8!&^dIusGLw zzmaf+8JZRWA~W?gThh{Fd&iA76;UZfhzhxOBJF(wmNmy=Igr@_EF-$L-mdpBhrGz~ zb`6y(8l}Q@TIR6sc?@@TAR$*TAlP5%7l^$Qp-fo{{F~$%CFbRUO ztP{6d?vFQg%ch#nPLF0L(1PnxvLUL?Q@horNIN3h0MV0kOcY*^=H%Qh20#&eUn zOVTy5)+#8NbGG%?=O<;ke6V=%aH%fNpXZKo;DQtC{G=BaiAS%Rq}^<-3o*zR5NhRU z*QBdm(@M}No?~W~nm7@+Sa!kA0@M1k$fJKL>F!tqN`Bf!$6;pK{&viHxjNpbYJI5! z3WLlsdLSM1)5fiq2LKl^o0pH7v1!wR(dv9KYL1RMLaL50E9+gY?czpCBx%~k^AqY8 z%M&}G?O+_}VYzm>TkSB=hp&vJh6e{T#8LJPu|7Yk)rA{U*Qu1$`HB0EghAX`lE;vU z2teFG5fJYZx5xru?fGavUM|wBAMP>1-z_afmm*aC(+2w?<~27$%tiDtO0@33D1BHm zzGzI~0aMHo8r6!%6b(4V=h9gyBZrY*yH~))iqP==FWUfp?SU4p(F87>bj^7HXPho{ zOqA;EOudic#tugCwRW};UcZJxuJih}gk0>lyWI#kW;>z9SS*b3KW1O>1>jesT&1rc z)@T#b)QtkF2)Td21SX+@8;39^eH}%q060q=KngSJePjVJ$Ke5Jbb?~TPLwbWj$I&W zr2t}rph?NR-x(NnEeX>A1@ls1aczvW*&joTx-oGhNWG8cr<|RF=gUfv&RFFl<}e-Y zVN)|E(|^+>i+=WL z1>#Jl8@r(Hf>HYrS;EXez)%$Aj^Pm5G0VohqESBEalGC$OIXgYQIynaq4w<*#*KK0q z@X;Rz4iotG%K^~dC*bws_2}~4Q~y!$z>7kCry()3yi%a?tGv<}t_S9Q0{Zkaow5a9 zvz+xVXQywzoSlXmoj>>kNE!=|UrkWzJ^>tEW|IEg^0$X2>(7_^>9gOQIeq5IH{bsn zXQyYJo&NhvHKs9~oFh`-_l#i<#+0jK(i2D|y)50IAkAn(It^nQg}A3rhX1{O{h9y0elq-THT>`Pvs3?j{q$4+Ta8El_xj+2 n4?g(dgAYFV;DZl7_~2gw2OL?JM&5El00000NkvXXrNGn}ror9@ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/furniture/statue_eldritch.png b/assets/minecraft/textures/wynn/housing/furniture/statue_eldritch.png new file mode 100644 index 0000000000000000000000000000000000000000..2f6b4b487f8084a67b3d70c7110ccc7e82bed885 GIT binary patch literal 3127 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/furniture/statue_eldritch_a.png b/assets/minecraft/textures/wynn/housing/furniture/statue_eldritch_a.png new file mode 100644 index 0000000000000000000000000000000000000000..07fae29827f9a5e9a129eb154f45bebbf7584d25 GIT binary patch literal 182 zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5!VDxIsRpJ3Da8Pv5LY1m|Ns9-k3QbM^L5YO zhkN&3Te^Jz;w2}V+c$YRglH-nI?X-55vYi>B*-tA;U5%~Ghg}w6twnqaSW-rmFyAf z#hc8)q{b$Zk($xV&~0F3VALQP|%hFVt`MGE0CTsy{Wsatf4-)qBJQ# zCps@XGCMOoDZxJ^*h^nuC*YOT1E3V9p*8pI8t=+ zU%K^PuSbj=e;YYEY#1~?cI&t>U>D-r+?*n@ch literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/furniture/statue_groot_guild.png b/assets/minecraft/textures/wynn/housing/furniture/statue_groot_guild.png new file mode 100644 index 0000000000000000000000000000000000000000..7f6861d55f3e860e520324a67d780f1a1c7139ad GIT binary patch literal 2989 zcmV;e3sUrnP)@U&EAd(V~6k$zc{*lY0m`IpOA#M%NXSH_d+7&H z1wZuk?*cD5MPW~oKlZe5EJJq_-lS2;e-g+v86ScVF$6Ti9`~~s>Ull+gFx2_(YBWd za2frcf=@dvpb@?QzXa%=HvuXLDMZsk0S==L-g`t&sD!I1fKpm(rRJt^3UmTV4g4_{ z@VGB8$j60gk)opqM(dolcqIpF1lC0it5#nHgh=SB9o=Q^2&{d;V8Va}@bpyR6~G@9 z9f)){dRcpE*6#vc+V_nOY@vN=j|}AX!0Bftw0;U0L<#`{p+>+MrQZdpAiBu$w>`WG zlmqwx9G?|%3RAd8^3FawS5bn+C?(9?eBt53)0NO&w!n}7F2GILz=<2h;~aS$tP#*? zfnMnE0uP7}!kYjW;9Y|jsYHVYincj0zvKtho`G|Baq z0*ma0)D!#l7 zomD4rou*mcO8ip*Pl=!g{h11o9@nQK5M=(8#)! zS01uWV^I284~v=02`RfyicV07J3A(-=KvJC1JI4K4+@`&LXc~-7RvRDAWDFQ-v9*!u2qe}GB z4?^|b_way(6zDZ6CxvZs8%KRCgoc;lA%Ir2aAfKQ2DAPw@Y)cj;McFKl(|tLfPG*T z$Ik+s4WtMkR4*X3$tCzE@JhY-1w?#RQs&6nQ^2BFpgse6!b1wjK26VDgF^>3@HTBS z{l|)VF1icCP&`0od6fYFJ?;CyXC5Rz-f2>=!|&_f!0@Iw(d%X}(9 zxW#}(;kwC(!OCaV1b{6RNj^tMy^aR)e84r8P~p*ED?vnYbF z3JhUz5)-Nkxd0R!z}OGKvAR-Ot2;urrEv1W3cxW0+eE}C0QHM2ThE0x2-E>ke62}> z5HSE3#UEX$D0qgD7d89?Uv5O)*c$!k0>4$YV%4ppH#4QWS0~p-{+3;x0 zEYgrra(g8;p`(v!p6Dl*n{rQe0YJlcjB$Jb0Jg&SQV_ZZxFN~gZ8vR20v-L*_qd9B zWscU=askM>RBiyd7RJ_5)Bqln5ott|NK25LTyi-8Y+$V*ctzfsRnCP#&uA~n-w15O z^|M{`K#&}Tp=bl8|37%aSHSnbhhESeF?-f-3?a3`X{?5 zi|N-x4+fH{C}Koc`mCyP=opA`Q<{WWPt?tIc$JJKpJo=fy}Y`S)ZX#54~D z*I;&h9OW3}+!?~+`3jIrAjMLE-y<*#JleX&uAN{dJbofjUbS8+#@{613M&J$;{a^5 zoIsEO2Y4bd)|+MZepZ$YJ}dqm-1{%MK-Lg27sxIEpwK6>G#7YOiy@mCiC-5mt(-n? zs(EC9gbNs)@#dNY08cx3pG0B$xPYGi4$KAqN(dAHW>S{2Bb!%$3z8W?;_zYd4gr({ zM;UMeU|k(9%HZH}?5P1Svf56645{gsTJ`<7jkg9@2zC6^x57Fs_Xrg5xW^xxq2CsV zL2Z&&Z>G8o3cyVn@c%#LYaZhoLtJt$DGaCNrQkW(v;-`k|9hFaSv&{jl{WrUn>1VoVj zmO>l?bb(zZkbr)DFW-?ibw{w#~o}-!KKqUIye>EX5!eX*awXS=F$|!0S$G{@y;fqAK!~dZpfAH*_dOj4zZ=lLYyd!Pt#Fe- z^Si-1lqq~xfNE`@z)@q0un;3iUk$wj%J8Yxv2jS%TJ^s7tB=X*JA8DHWZiyf?Wdlc;}tA6rSHP-fAA- j1^$D4@WBTkeDJ}aH6+DmFDn{L00000NkvXXrNGn}4xK)k literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/furniture/statue_groot_normal.png b/assets/minecraft/textures/wynn/housing/furniture/statue_groot_normal.png new file mode 100644 index 0000000000000000000000000000000000000000..fe67e5fc9d1801586c3158fc6d57bb4c6c86295e GIT binary patch literal 2953 zcmV;43wHF0P)@U&EAd(V~6$-Eup4VLO6oKW|+*WK=U-OD%=8dDmEG>nvK=x6ki zz7YFo28w^lKnM}gaO0HlE*WSk(oYF}SSYjLhfTnMe-;cb?Lp!fS#?G;?z3dny zJCJ5TkP@tVaum@45F28<%vSXbzvI36rlFjRW)t2ZF9Xwnx|PDhrQ+~FX0rV`8 zPD}7j;6YvZ4MJDyCQ&%#t70Q5AZZ@7z%NH5I4 zkX5{IJ(2GLA6dY%-2@gC3mngYPB;Ru`)OjS!K#BAOiQ}OwI}w~D=fo6AENF0uC?nl z<65K%*B+2A#IL%(4f3`)V$7o=sO*`G7A(% zDeFs7*WZ7fO~6B-ldVqmb^#z6gL(lBy@lRy=T{!-F0aPk4TZKN)W4=FL|ugo&H^$m zcaj7&@dKyf{=&>1`6MIZjXV=Zx}57Xjq{?_7Okg%A#rZ5*XAPvGFEzBM$uOdG$6^h z2Ha_VNFZGygV+FimojHS;y(qPvlV9nS6SBIHbNHo7^P5XHwpNPUpVXRE?_MeM$uU@ zpae1YJ$;7lk^G^JUCMoc%K~!C^8a?tYe9|{hr$N>s=$TLIb2ik|CWoOljEjg_Yd29zJ)<4-jSxx_a=t1RUF7TKR_@?`)fx~~CaX0i5U8LbztL$S0e%nlk zx8t2YcrHd_Z6A|?5YxOVxCXQ1<0!`%=gtro&nrMKffQ>6K1N^|c(irIuAN{dJpLe1 z-&(I$;|B@2!peZ`JOLXmClDmS0lp9z>&?1)zo|(EpA~-u_x=km&@=?h1)2*0sPu^} z%>^FSVrXVY;=dO#t(-m%)iyFf!UYV@cymnxfG<1vK8eEgaRGh#e_$@~zl1;qU?w%G zIWoV_w;-7TBu=7!-64Q_;;aKs0IaLSMID?x&pkEZMOO0Rk0B-9QZBw9=keCy3ZaaD z`c_zmyao(z5C-?~0I4fnG2Nu*0-G|>m=DoR0P3}>fHOY)UU}a9 zwFc$9Pav;|AnOP@-w22x{Vjz!1n2_0mY`(O0a%9t2{WV=YnTE(sEH^UdjuMCc|Ui_ zn7}zXj@_SuI!!I6RJI9}yFgukMy$l}c&*q~$=>D92wMd}Ru=#mQu5HV1H(lUJto9k z+9V(ss5AYK+V?Y21Ahwb2^QxjU7#%jwgl>c05$OL)8y(Yb@Um3mw@O36D$EY&?5An z0K>d9;%)&#z_l`<#T7a($Pm*l*IhLbUIIk#y6yr?#Y`p(@pfzyXmd1E9f(Aq`>!VC zMOaMMsC-oI5lAWC1t@}7_bzaY7)Sy>4HB&!z!m|elwJZo_3j39P(XP6&{ITDCBrre z#GnWCxl6w!Uj`CfNHN7-ZP-F7dXjDsAdUDK7`b|LV;iEr3lJt@W`Ka1fgq(GOQCJs z2lR~ru1m8O2njR3dheSBLePTj{o;t9Vh3QLoZe&FBhXwR#wFk|bOJr47+3s-H{+%Z z_~94yVijJB@qTBzh^g)p$iqP4O@T`R9Oyxh+$2zQh+zPImxcH6>ZK5y1VUUT0R0-a zvhV3Q_-R1O4!0V?Nx0%wUS!a|H7eKqtQP=imc&W%H=oQwCp zUwuqgzQc!DCs8+!>57m4OL2p8i{BcoG2NOIZX8sm8z;cJOx^~SI4kyzYDvIkLTj=) zs9lp8znH-QY?~8S@|@wFH7WktsF)|Yrv}akwfdi*a6Z{0@O4lYdEi6aw>Q>X-W>iy zf?Wdlc*mW*6rS%GZ)K0~0-t>H$tRzD@)zVEsVuy`k}x2M00000NkvXXrNGn}GKWA$ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/furniture/statue_hero.png b/assets/minecraft/textures/wynn/housing/furniture/statue_hero.png new file mode 100644 index 0000000000000000000000000000000000000000..e3e5b66a5c89144de9304c70b2d0a4943117211c GIT binary patch literal 1810 zcmV+t2krQYP)b>*htMlWl@6v{vpm|YybcTSV=@dRCwC7Sb<{ODhy1r09&=Nxv|%H27~|qC*PfLJ;#3A zM$=ww5NxfE6GAkHSA-A)-)_d?FKFAG$2=->Zd)%-oU?#~A^uQ{5L4(wj9qsH{(-;- z;_o2!1j3Y3OcDNxzY@sp9kTOxaMc82oMMCm*BP}09#^182>KBImB85EVSH2p5|~m9 z{~Utx{X;+n`mk)mN(HRHgRNH}a0l$u@WTmk=P?EOrql-*y-q<7G~pM)4 zH(gl@$YH)U={=_KQ#@4aA`tFO*17r zh73KAhGqRr|ITR`;l8_Gn&v4%{ig=#A}J(rK>y(fQJS#+mn-~UF3n5BI5e08V&wDT zM{&~NH*7;_w7;O8CPrc^if>Ar4%-dvTNSth@Y{9t%)am;1q5fh{;?b@vX*1950v8+ zLYjbO90L#&8IZ@X`IvY*(EenGVYmSUU-JoL9k3ZNt|AboDXa;=`?U*XrC10=MImHF zAhcLxtN>`&7ZkA%5r`~`lwhMk1j4MqAohGV#%N<@xDSDq2SX5>hD%l4hk&$b-~8Em z0W91b8PNIG6K(4;sB(^XK?Fh|0onwMbkJuF5YQlSxmF2?&m+Q*K(wxc0Ba6pO$r!r z^Z9d+JwUDXgW1^60$i{BKTHh#2bEms)T z(GdxQuc1@$KcvtlEc?o>Lcl~8STGR6ojtRF`M`;~ETGf`J367iKmyNr3o9MZm&6#S z2~FP*9x<2?aD$;adoJ5x-IZllG4UytKavv{1n5A?!}p zy^VkX%b0$wkw1l?UHk(r;JpK&L}eNZ6~h@j-!IEyPCuCD08W8&%+Mxij6d%%zBvu~ zOC|dO42IEX`9VSG%h?e$evIlGQw1ZW8adby$lL=g1l840EHslmlE9F~lR$PF&P)Q? z&_9?l$*s#-1h12=0!4r$^CmEJeIF}fHI1Iwf}ETI|ATpaS)xzpoTyP0s)9HI}Qmi!0b~zmwxyw0Wts_8OY&5 zbl!ja*3EWlw#fS|AO}9eEO-RY%6!(9G+_cB^geJ{5Z)^d30a!byOQ)8c;~nwWn16& z2T?f*?QxTa^$_VgG4$#@EN3a|uDtAzVnEypAI-yB0gPcc6JVpcPXqA4p1`gcY3dyH zxTsXX3)d-rHG?x5kIqQ3_X@BaD{?8v2o@QTMs+#fI!Gbx{wU>Ll{Ue}9@?!Ut{lc> z@F)RZ(bDF7ftPOi0$USfw<*1pVpytSJpmrIYXW>%1bAJ)YzVv`NPt*}fS1B`2%x}y z2>zqRtQ8oBVJN7rQ!&iR|Nmq~FM~$I1?;ih)0N`(0QZ8`IM59?;9K|r{D5+S2fzz3 zq@o*OU_>8)4>&vJ0uO)}_?Qmv9)LceK41fw{6L+Q3p@Z`&}p}BI!4zQVCxg`BLF|h z=B2D&rC$$z{>^pRNG6N*06A=-(nKGKy#PIcFTGK1jzFh0jE(A4jo1tPL8=PP3#5DFjy&(md+~`C-^|@1%n_BUn_n$PZAmrGI;HEC2ui05HhkdJuan000000001hE5sDR6HND-EC2ui07*qoM5Vyg7*0?h AlmGw# literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/furniture/statue_idol.png b/assets/minecraft/textures/wynn/housing/furniture/statue_idol.png new file mode 100644 index 0000000000000000000000000000000000000000..d3bbf179d1db75dc96055a9c22da8520d20d62a4 GIT binary patch literal 2281 zcmV|Dms1U{6jkccajbwH2_7yW3^jaH3PQ2v?*8wVoDPN?3n5Goi_pt*^fjtHKW}gN4r9drz zO?5q{R!4xPfM};(iP(2J#PL`zEw)S~<=j5K`3Sc7#(>dyL7&5WU$EDGe0~&8!Tsj zT-kv*-a8G;r%#Inrdp##j6Z_{x&Y&^;o8NztJHx6iu)0c(Z%@8<=0RiE^zpW_e)3_ z1T-wmx-QF62UrH<1N%#+yzCs%d#wZ5iJX#%^;ZqH1Rob7yT{v|6af- zR{lUB`u!dF{SnYs>I{B-1mEsJFz$ut?Oq!|0y3Brtkmb2WhK@HtPznL5Fn8vJ$dy0 zDth1gJ%MFC1XL)M^NJ;RAZud4I1T8|T|BmYw#Ta!`gTWP&`2|~twTTt4ay%ip%2nS z0#cwkcCq;;JolhKRF|uuwQTOy6*>y3Omk1z6QU2nob7$DZf^ zc)VZ2$BiAB=UV4F4OE;re`Nzl&EquO%*{VAW%pOUlCRnMC|BWNo(8ijkyBMa;P`A; zV21X$x2~0M%*`i}4N|yy2|olZKO)f@$WbF}(8mUB$`=nebao<;O`YW`v(4h;2u@fl z=dXC{T6}*)FbI7BW_U72l&k1}z@+}p)Xo)~=Cd|xR;HGYeTN!@KyH-Bcr5Py9hhguOF?H*W@S$rYMJUJf&UX@hC9yUFchU?n*zQ! zuxdw2^8OFHwjrfuXSC9gZ+j|hVE*KgIK(FH_-RzE44ag+2`KZ42E9Icorz319cgPDl$shf2v#vQPu8HW_sZN<2{$fCTmd;Y^b_(*#iQ zX*XUBm^otsQBZP*@hgFC-*1r7*zY6g6nCfwgp19^1OTQ&FrrC8a)eK|G=v*C5p&7* zOJMwMBEli-OmGDb-|_MBVt_d(`xV5vEU{|=6^P+^aCC45GXOGU*#+2203=|8PZk0m z0nEVO2VmKkfWKY>%XF}J2!Mo4PlVrq1Q&>V5(4o=e?T3{&H)$tPXPmP0sMV_8yXzP z@h_zcz^C5>_}PF>UPMO$Dr*ji1^6>chf!@vwibi;P)c46@IC=9V4F}$Ck15Mkbemvm68fJssM@N->tJ! zQpq?cK%lm0hb1t9>;i{9kW02S%!WF~lLCB3tpjRZfMf%JuavbevKP_%COji>IUvTg z*9Ax=rNi@Q@6i%i7L>JXWwX`{&fYEKD1e-N{4#;4IdD?ITC&=rO$U&W@-6@`%?u>W zTN3II=LCAPwrDW;1V|`P0p#K}k&S8s4Ypwwh_ywNNetAw00}5S-cnx$k{!kXCUh-$ zwq%UnqSZQ})&(Yj0()j3e-%JGf!dPQ7HwLQdMq;?m<<2Rt_|Yvy_avt?*haRu$90F zkn+?4$!S8Z3#fcQd?SIa1t#z+AgFc0;>XWSpWc+!IjD7j13`CSnGZ(m?Q%+> z@2kM}xw;OEzPFSJ{&w!VA#~l$d9m+Bd_?lWdyJ1+@8(8JFe)IcK;Qex7=mriZn%Ze z#S*DsD$2rq&v(7RT@6ZXl!Ue;K(bB%I>PQ<>NW)FmOPi$DNK7Z^sUz*o+qWJNY|E?=z#L+rz$l=An}Cju0DB1_ zU>L^`Wd15J$`il)Y9!FH_t;PYUdiAm-!KkAtO7^=pBb&)#76UAg>nxv|oo-0Du4p z1>JvYBhduUa5uq^aAF$}0t9>;&|bw)?Oy-@0046r^S$%SOzJKx00000NkvXXrNGn} DYt8fn literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/furniture/statue_light.png b/assets/minecraft/textures/wynn/housing/furniture/statue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a493cf53871f4fe9ed0d23b0ab0335f78be3886b GIT binary patch literal 3167 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 DQH}0O literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/furniture/statue_light_normal.png b/assets/minecraft/textures/wynn/housing/furniture/statue_light_normal.png new file mode 100644 index 0000000000000000000000000000000000000000..fa0b12cf7a79347fc2d8651344391f2d0474aab2 GIT binary patch literal 7065 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 P|0goky+AIe4f6jV`3;P3 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/furniture/statue_nameless_guild.png b/assets/minecraft/textures/wynn/housing/furniture/statue_nameless_guild.png new file mode 100644 index 0000000000000000000000000000000000000000..ed5c4b54bd607444284eac6dcbd6918275bb48cf GIT binary patch literal 3351 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/furniture/statue_nameless_normal.png b/assets/minecraft/textures/wynn/housing/furniture/statue_nameless_normal.png new file mode 100644 index 0000000000000000000000000000000000000000..80084d573d1c18e35e11ecfaadc41e776f1407af GIT binary patch literal 2971 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 Z3<2!z3Tv*#ECU7&sZ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/furniture/table_normal.png b/assets/minecraft/textures/wynn/housing/furniture/table_normal.png new file mode 100644 index 0000000000000000000000000000000000000000..d9fb1c1bcf035d861501e7b143eba1e71f53a981 GIT binary patch literal 348 zcmV-i0i*tjP)P0002*NklA-Lm5cUdK!ZxtP3X~eI{F@Jy_eUI)=YXSM-prJ!Wvlq~v#30%;TNZA z+BXs;s^W!~WV;cG48Epwhk4BSLGe~}V(y5rl4Ow?G}&(hpTgiv!=t5?K^f9L@Ld&= zQp=AuSMV=$Vls;D%OI3~C`}UXC`24+W!^=IX8hrFTTXKTmo6z!BM{oc+=?KHtsbd@ z*n0~i<2$9~krGPDYRUlviBrP0C7n(Z69}u5ZOkZ0vti9eZAx3I@7&_6HkJx4qc^Bs3Wc`I0&pWwot8`!>P)POG;XbS!92c1rfqlu<4&Zc z#$?`fiu}*h(`NC4*xZQ5t1F`#G$X*)-& zx`Cp}^v4m3mX1!!>)ey80-T2chKPwgllSDo*ay=yHX{C`qdagd24Ns7*+f(1`=58Q z+5Y*H_Chg3&0Y2-K$Z7(-sf9BY=5O6KKU;J{F$5Ue63uXZ+WFPX`4=*OMp(56?_vLj4`r8krFUA&!UZ7(`lt06tHKwKYUG4x#g@jN2IG zv~Q5>ks?WAJwOD2O++LiT2^G;0*q5YyP6`wsn*u@71XV=uK_AjmicKH?5l|)iSN#o zE8{u_j*uu4impG(B&iLYG{RKGeI3~2R?wNU)=XoIlLnZMaQVIt7(sRkAQvcg#9YL9 z+9Y?H{AMrMilnF4$OMLz$?=9w`-!)E;f(JVO;SUoH6#O{X=16aV=&kFY$0#jSDKFNkU$HPVGBSZMD+>!N133Vs vkr4>M0YomK*Z?L*MrN=V$OfZe6pR7@op-y6A87u_00000NkvXXrNGn}Fo1oB literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/furniture/table_regal.png b/assets/minecraft/textures/wynn/housing/furniture/table_regal.png new file mode 100644 index 0000000000000000000000000000000000000000..376636490b1024c46397a0b52b545412da8e9729 GIT binary patch literal 914 zcmV;D18w|?P)lJG6{8v4=VDV=AF=F@;we%O@BtKYE)H z5hgftA~b0nD_C<13Kt_t5*$1X6)!rKnd|@n00DGTPE!C&WNiEZ00Qz!L_t(|+SHK; zj_WWCMAbO941PLD6Mg@Seo_l%dn(#K^)?t%K^*4AU>327?Ei@^KJJDq)Vaz6dIQT0 z%)7JqA2zQFfU(M8U44GukLlRHDzJx`(b;g{Y@N}kWB0lP+L0_XbpWT%jZ_DU~f1fB!H^H!oXnDLg?;DSER$hQCAwPue_x zdeYWTrKO@eF>1IE7Mc9#S}WRo)M9CzMC4uv6|hPKha6m>PwQ&+yDt%DtMwM#ul?Yw zc4=~Q_RhH28T8dJ4nUdkpN=X(fh2}O==p)5(*OVT=yW((I%i2XZX1cakUzgTA{Tp} zUIOnndIx>1p1jks{^IPbOF)t+5+XqCIQhikB1npoE`hbWx=ucyt39lTzx8{63G}(8 zdS0n%vg@oSjoxnYC|m+WSA?orDVs))0HxZD*_|rXF7OgSlZCi5)4|Y29MCpw26k;X z$ZBz0SZs>AF$04GI2%9+V>p=@ZkXEwx?&f0fWZuG&e#d;L2(%4Y>*<4hhJUgxjKyPYb$$H?ZJ3zwWGK%}@F1BPamEAI z;c9ycU@O#c1~5FZX*Ug>%?Fq%nmqwNEHE}~cQ_c(K)FbYNi05_bbHWVx8Y5)KL07*qoM5Vyg7=qZ7kpKVy literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/furniture/table_small.png b/assets/minecraft/textures/wynn/housing/furniture/table_small.png new file mode 100644 index 0000000000000000000000000000000000000000..b8d3fabb6a7f0d5071342fdeb89abb3d6964a4a0 GIT binary patch literal 242 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?#d*U5*7(q5(c3u0VQ9v3qy6OMQZMVVGH> zr(u}A=G~yapFj!5k|4ie2Je)dKR`~mr;B4q#jTLOi;RaAI9OvD%{lTE${M}Q1k^j; z**iU4obY4MleyDdX0F({LY|(K(w#i=aC4+uD2YM*( zm%Tc#u}4w0SZ=cEuiaDDgm_vUnA0wD@q}nlbVLX9!?dM}wWt1k3byCl_C~Qg-N)_v mgyc=%h4!T`zu%_Fz!1Llo5}y=bGL!cV(@hJb6I-eiUa@#ky|YQ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/profession/alchemism.png b/assets/minecraft/textures/wynn/housing/profession/alchemism.png new file mode 100644 index 0000000000000000000000000000000000000000..3e48f99194c7028cb6535ae0de43a8885aebe5fb GIT binary patch literal 310 zcmV-60m=S}P);*?}ft>*A)7tU8_9OaXW3Aa|CR!pYN~lPo4>C zv!Wh7=OiGAyOLQlf|qpKG}o;+*CrW2>H;8w5e5a2ePR^gmlhqrm$a1UoZKe?1gzJ? zJo%1*(UhO`M+wlNe_9X-0tiI{EL=N56$1kHKmbI77V8uE0#b6T052x^ssI2007*qo IM5Vyg7`u{t`Tzg` literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/profession/armouring.png b/assets/minecraft/textures/wynn/housing/profession/armouring.png new file mode 100644 index 0000000000000000000000000000000000000000..ead98a70c33f22f6e2e57e313827741a9240a7dc GIT binary patch literal 517 zcmV+g0{Z=lP)FKhyyP~JAl$xS~hK-Pvn_)>Ye_%U{YeblN zQawC6M@2(8H#IOYE;BMPD=H`{C?+N)BOxFj92*%mI6EvaG9)G_7#SKKAR;aUR|Eh6 z00DGTPE!C&WNiEZ00B)&L_t(|+I@}zr=@it0B3&x=i-GIHVaww{XbMeA{G*W*T`jW5o%aLw!|hJL$a&l+9Tx9H^O$0} z-PysDAYDj8rUd7nj!Oi{#Sr)Ln`#Pt*>j)$BX-2OkF@P)wARZ)Cqb6RcD|59eYpXDTy8rxr|LIx&qB7)VD^D~h|BWHiI~^n= z9XKu`8W|NgC>B628b~x9P&_1EMk{|{JaSewjBQC~O)xk&H8nIb(-k^C0lb;Pf-G8Mx0hTcyLNJsade*Cd(t)gFWbnj?XrK+@0es%9x*{X(0w-zMN zLyVCTGDdk2_hL$vK#J6JBgxpt$n|n0XyV}B!H{i?8Ar%S63>&IhIDP$U!O;hhema# zG=+<2egT!ck(G46uGBk58Et)JSY1&E@t)ig>Qe8T-|QVMvGu?AE|}e!;(fEtY-oMt c|BVCy03c66LVU4-F#rGn07*qoM5Vyg7(0>Fr~m)} literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/profession/farming.png b/assets/minecraft/textures/wynn/housing/profession/farming.png new file mode 100644 index 0000000000000000000000000000000000000000..ed9e2dc2f08606887c49c049851ac4b91bec5a61 GIT binary patch literal 575 zcmV-F0>J%=P)L_t(|+Eva6lH67d1keZe-%-xG z{{@|uHA@ht$E8%rvAdr4ppw4;JWuGDHw>=*RiXQ;CZJ9W*y%+NFzWK4Q&c-=~29GLHp}@S`E-+6D0^*^ggD* zVCj9zFdZSu{pd+qY{#Wa0{p~>;yK?D#JINA3L%z9m!cAA}0V+M%%Omk^ zrC!nB?rFg}?00}#^CEwkaVlQqhcXnAI`7llzPe%S z1LyJFesoUV*PL?X0xOa*hC=FooooNu4(ky2D9m=zb=T+he)`One*xsW<8M)TTE_qY N002ovPDG`^)EJx|4vhc+ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/profession/fishing.png b/assets/minecraft/textures/wynn/housing/profession/fishing.png new file mode 100644 index 0000000000000000000000000000000000000000..7a33fcc49be1ecc31be33a748442c3c6f3c38bad GIT binary patch literal 525 zcmV+o0`mQdP)Q#mUshRea)n(f#5);=OhZXt zVSGV2wN-rEmDj1dn1wJMghX4XNA{1!=9WfpfD;f_MARv39_BQ|k z00DGTPE!C&WNiEZ00C7=L_t(|+I)})qNFekL;YJky@Ui4#~Akhmt1+1o&7G)=Ab-4lr85L_uY6|Q3iuzL+Zkk=j2J=VFGTMEkWDXy| zVG}rA!w=$m+5}c;3E_7WfHnWovc2KmUmhM2zmG$%5%NLJ^?x;gZdd>SjRwNc&Y!BD P00000NkvXXrNGn}pikQ= literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/profession/jeweling.png b/assets/minecraft/textures/wynn/housing/profession/jeweling.png new file mode 100644 index 0000000000000000000000000000000000000000..335aa4d46f06b0b3d4cbf3950a2c1aa23d1ac1b5 GIT binary patch literal 401 zcmV;C0dD?@P)#kT|NmxDq>XK~j5hyV zHkf%*p>Q#aYeerh9T9=Me_%V_FB#J-3=3teVM#GZMMI_>3L{EUI5#yNK}Rz(Fc>^R zFfc9^GdqI<7Aq=(*^s)sCL>>f``>S&#d!*M$hqsfd~m1V*RCkgB}wvrC#+xBeqhujG8Rc) zhVvK{ho#8hAYJO*5BUQC5xMS6)_EfAZtw<#m&m)@VtIH4EFr>b=qF=!N41WjSW|XH z{yYIXv5F)eT81rmsJYgh53XexaG1IU(PkFgoW~7{79yI(_(f(=*2hI-L)xB$S&w_3 vxBqNzA_I88f7*Ngacs;|lzH<%b{GHv-L?I*6tCX<00000NkvXXrNGn}1VXBI literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/profession/mining.png b/assets/minecraft/textures/wynn/housing/profession/mining.png new file mode 100644 index 0000000000000000000000000000000000000000..77e68bc0c30cf96461bd16e5b6dd624c1bbd2859 GIT binary patch literal 636 zcmV-?0)zdDP)_EldC9TsEe6vDDMh8=gIzB!YLvuAbIW99ZC@d@@B_$moAXovK&;S4c0d!JM zQvge3Z2SNK0sTotK~#9!?3Gml>?jlkIo1+k|I3|s10!Dp3+RdmC>+`$C!!C61bgqt zN#r_!=U3AHA2APv0OgNBM?G)7ZwOcl;5-NdTmmAg67ZlmO5hAkGbsU-nJUFfkcn*# z!RwWTqzDsiyCrZq1fMA|EDI|EGthI!Ady6rpKq=NGhR471XNEsPO%bvNLf?{mQgNp zq$aTt5a74}ArFipf+Zk`bt}R~F9;BX)f$8n03fj}fy4u^JcjHD&f|R7i|pf+Bj`h> zSPMX?-*=yaS`TjGd{Ieux=|qhE{aBNuD9+>aw3Xa2o8gezefhVz823zRtkF|xNhM6 z??}AR2gzm|^vhQ-=9;J}m@7qF5^^MkP$vlR{JePV3Pw7S&k2FT=V?oW1eSt?1}xe# zX(l*(L6>+#AQOpVTe1`8X$42*jvyvW5Z5u6B?^gKq76Z$#E)v+LBdSZ5^o7S1rtcH z5^{fEm;i)DiB^fX1O!O1kpLu=$m4Wd0v?b6xltf3X0j)sZrHHhB>vMF?>e^xPtIno zVu_f^ehKKtgku6qpVxuos)2m8q-~%yC7SJ-`|7-VakoA4UqSov-5n5(0ceTp1Y|4Urr zulHVwc)WD!s#SFpxUMB+&pdkJKVxI`QEqn6LuWjjg!x38>pNK4CM-3UYfvV$^*9==aaV$@_us OV(@hJb6I-eiUa`BhkgVA literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/profession/tailoring.png b/assets/minecraft/textures/wynn/housing/profession/tailoring.png new file mode 100644 index 0000000000000000000000000000000000000000..f99c92abc2fc1af6253e1a87b27f6e9001ab4d39 GIT binary patch literal 288 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nq5^zET!HlF7>z?IS{L#SPiN__ zpQ*U0M}GT4l|3ufPHfRF3^S`wua%)zsRaz#(P4!$XVID32fgX>f3ngtD3>nN}%1c@AAICh9(zMK);@v1}9R{S`| hv~1V^V-2DV3{M2FUhfxPbpvQWgQu&X%hCf^BmgT>X)XW& literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/profession/trophy/alchemism.png b/assets/minecraft/textures/wynn/housing/profession/trophy/alchemism.png new file mode 100644 index 0000000000000000000000000000000000000000..077ae0396d3e557f5420476df760d16224d63873 GIT binary patch literal 196 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nBm#UwT!HlG$E%;6Ou4ls;P7ng z<<-Wmv6^`Sa&5oOtbuZjB|(0{4Bja@e}J4QPZ!6Kid&_9M;TcSc$}mkT>Pv4@70w>xu`RA|c0XY8^viEoaai=4G1g+DJbTol qoy#9>Q~wte)IaBXYU{Sw>U}(OUx*xZPg?}Eg~8L+&t>U>D-rRaCo-$ z@@nIS1%|D$nt1_oQ4ZoaHXXbJRKZvh&Qg9r(25DyKqQ@Kc@*N#8E8^%V#- iCq832H?ty_h2iAtpI5Xmx-0>j%i!ti=d$#`6$t<+kwkO= literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/profession/trophy/base.png b/assets/minecraft/textures/wynn/housing/profession/trophy/base.png new file mode 100644 index 0000000000000000000000000000000000000000..59fed888674e334417376077beb501ba59d03757 GIT binary patch literal 263 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nECYN(T+98Xfy~d3SHHj1{D1!c zTU!GDr~E%W+j>j0!NLN=n?nCvV>MT>|BrW346=)MGY{}F7Pd6B)l)ZKRK|TCsFSHA z$S?Rm!#mTK3qW4Ar;B4q#jVtScBVrH9Il2PGrnrx`M+V(j<4Gz`+e8sHSGM9*?r3N zknN&r>=U9|BVSKpKQTepKz(V^bt#9Cv)|RGJY?fvzWhu$*9~cjcs6EzhR4Of*-q*F z<2za7uxIkRP2WPlt>4J9t>N190@I+aSL~j%8LiH+ZQ;B1fXzAOy`*Gb!Y`mR7(8A5 KT$UcVA^`xz{%Q39 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/profession/trophy/cooking.png b/assets/minecraft/textures/wynn/housing/profession/trophy/cooking.png new file mode 100644 index 0000000000000000000000000000000000000000..f7464075030a2bb866d76bc062d05a4c43ef159f GIT binary patch literal 200 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nBm#UwT!HlG$E%;6Ou4ls;P7ng z<<-Wmv6^`Sa&5oOtbuZjB|(0{4Bja@e}J4gPZ!6Kid&&)Ik}hvIhZfZI{W+n4!$4t z%M)uGUpyCmxz_Mhow#1G-K4uR>6#*UUhaGCbh7qXzoXW2iS9+4!#;9unJh5jr}ag( w6&BGq1Yc$^obd3+zJOm-+jy$fwwuK${pmUHx2^9=IX_0F`=BSO5S3 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/profession/trophy/farming.png b/assets/minecraft/textures/wynn/housing/profession/trophy/farming.png new file mode 100644 index 0000000000000000000000000000000000000000..e723f73283d4c8282b7a8d4e2c36260dd7fe56e6 GIT binary patch literal 183 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYasfUeu0ZRaCo-$ z@@nIS1%|D$nt1_oQ4ZoaHXXbJRKZvhc5|`5(Ru+8oSn()f1(#Uy49kG2IgbJwlU8(n@L16h%seHK caUvtb$@)hIU;O>UfJQQSy85{+J#a+=04#z&`Tzg` literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/profession/trophy/fishing.png b/assets/minecraft/textures/wynn/housing/profession/trophy/fishing.png new file mode 100644 index 0000000000000000000000000000000000000000..18e9255a15375db80434f11128d4b01eeadf641f GIT binary patch literal 195 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nqyv0HT!HlG$E%;6Ou4ls;P7ng z<<-Wmv6^`Sa#0TAa#J{#1Em>Dg8YIRyi;=i06AfvE{-7;w~`KUGlY7#G9Gc@QDVDU z|L{83-tI)D`4vgB#aT~xI4^jtWUx-yEu-uHUG{sN50#eitMw!tmta%#J3c>s<1hCQ p?nPpYF4Xt<$sYWbpY`xPue-yG0RaCo-$ z@@nIS1%|D$nt1_od=X{kKxxL3AirP+@06TBK#rHEi(^Q|tz-qE9ZOUjGR0gK%MA{D zE?KmNK}X=+g-Z-c9cB&^esVlAstRq%%+9;DJ0?aPkP~9O6cTfhNi5+(LD|~|i93vo b1Q{4Q*FRIa)y38ZG?l^A)z4+=fh!UK5?VU8 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/profession/trophy/mining.png b/assets/minecraft/textures/wynn/housing/profession/trophy/mining.png new file mode 100644 index 0000000000000000000000000000000000000000..92ede21cbe4dc7fbc70815e214163e75abca8fd2 GIT binary patch literal 198 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYasfUeu0ZRaCo-$ z@@nIS1%|D$nt1_oQ4ZoaHXXbJRKZvhWYmBS(ihc`4VWId7~$h?YeWg(l8jKdi< szDaCGv(z1OSG7pJy26ke;*iRqA^u~rz}$(ZKpPl5UHx2^9=IX_07Ah)Qvd(} literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/profession/trophy/scribing.png b/assets/minecraft/textures/wynn/housing/profession/trophy/scribing.png new file mode 100644 index 0000000000000000000000000000000000000000..9ff14ebaeca6d4cd0004b98f655b5790a36fe1a4 GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nBm#UwT!HlG$E%;6Ou4ls;P7ng z<<-Wmv6^`Sa&5oOtbuZjB|(0{4Bja@e}J4+PZ!6Kid#ts*cej#7`d1od6-rnJNdsp zW|I@66+?S-y4h!sOE$km4xSF%V60{-EIX}zX%ml%v%19Zu#{~|QV;BIb4^~L; z=f=v2_{23`_l;-%Yf8P#FngY2Zp+=cNUzWG@sl3Dwmrc<{Ws7;22WQ%m!$`;NB{tM C%u6l+ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/profession/trophy/tailoring.png b/assets/minecraft/textures/wynn/housing/profession/trophy/tailoring.png new file mode 100644 index 0000000000000000000000000000000000000000..986a3a0a0d291d4f28c0e4f7d41924388dca3c89 GIT binary patch literal 192 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYasfUeu0ZRaCo-$ z@@nIS1%|D$nt1_oQ4ZoaHXXbJRKZvhH)5643byU= lOL*{xLF>s279k5phVM^*-hI#@%>guRaCo-$ z@@nIS1%|D$nt1_oQ4ZoaHXXbJRKZvh_aSW-rm3)9P;?4pdchMCM z6C^?o7&7{7?p)ER@vY^^0v3b#*sIJ+52qM0F4}UJ*=cjsG!cg{Vm|D~H_l2fFk;R4 b#>B8k?}1Z1SL-C8fefCmelAN7T#*0(^fEpK literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/profession/trophy/woodcutting.png b/assets/minecraft/textures/wynn/housing/profession/trophy/woodcutting.png new file mode 100644 index 0000000000000000000000000000000000000000..1d79eb2c0b93413c81ba0908ed4c9415099c685e GIT binary patch literal 192 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nRaCo-$ z@@nIS1%|D$nt1_oQ4ZoaHXXbJRKZvh_)~z z9)gWVlav%pRzGLqI4tP3Il|#9n^S0;Gpm!UBGZ~6lffSr>mdK(gRl{0K$Yj@Bjb+ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/profession/weaponsmithing.png b/assets/minecraft/textures/wynn/housing/profession/weaponsmithing.png new file mode 100644 index 0000000000000000000000000000000000000000..bbfb98e38abe250266fdc6a6e2e61670fbcab969 GIT binary patch literal 616 zcmV-u0+;=XP)P^s+sVP?4h#g>^d<5rlS-CW>Ku~}#m z)eIf`|EJ}dO~zFrRgqAru+cEJpK@k4W!rF@oQ(!x?sV(63zr>I-MJ}f0Kwj|e4z*b z>(Zmv|9YG`u@H8)xEI2bkh&Mh?-;NHb~LWoRyuTq125QMw?DX}B08jlh#kNN zf_C0(xh7Xk(rDnZ^U<1G;v%Ia=3{`9Om7zeL3s%rsnB%S$h1lT0000JrXhgd~$L^6O- zJx@LixuF(5iD9Wo{uZZH)N00001bW%=J083WX(NAL#zTQL-Owy2se~;;k)+<$^G@KNTM1fA>jl7 za>Km;#(2kA;xpOBU;`CfZE@pRRepK?7Dveb-Kx;i01Ze`j=|*N^YiJwl%4#@C;p2W zz=>nEU;5)aI!W=tcRMryK*LrW3WNjJ17GipcG#?{hsFS4sJo;hB;xIJ@SLxYceasU zqXj5{0uo39sN6KyPw>IHkL$p7<&H`O0zg6#!-48QZ7ddREOLFGR5TGSNB{siPT^`Z!JKxWqLW>S};h>5ZfyI)6QNf*#J@5HP) zT4r3;GpwSERMKbyfFvf|P-At*n$bWpXlJkf3wU_}08Bt`sWsZLr&rg!Bw&w%IRQi^ zs7E8{HBDg`$?Pla+6+ z*SNnl(&ZZVjuK2pIhP_qZYy%fShGe(jYU|Npot9(=%mBzqY<#iUb5K7nz0E;6w*M& z7&$OqV*y=V*RhWjEYO5O0YFiQbC{!K^&LGkn~ca507A~dE2N48GfQUo=vtPnh5Xx3 zfkN3hP}h#dy3Ve(D{~I*w*NxMtXV~le-}>(5QzaW!b)kk5J!x_nOjN&AOQd(1Y!aN z*IFE_Ku8D)00t026%pAs!c7I51QH0O|9y!C72(9@;XyLNBm}?!Pys{$gcAp*0VGBN z_;(=yD94y0fR080;LHgCI0J8iGe`8aog%QEwl@gu76};!Rmkzj@JOD z#xrkS#0^fy0#oF7a7r-Y*bE84NQ4t$6Y2$kjo&f}!Wn?KLGaZx%jFfKSZHH&LRe_%UdNilI&HfKyMQamADL?y^dy9WRO z00DGTPE!C&WNiEZ007ZRL_t(|+I)^hVq`H41?$Pf%uM&c*D!CwUlmSsmv`2qeER>F z7fQ$v)^II+7`qyB@!_;6fFF1N)HDd!v)$LP01;VF3Xr%-P=aiskZcvCYP*0Skj)A9 nmNR4s&1Monws1Upfl&YeEWd-J94HxI00000NkvXXrNGn}!(yVZ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/station/bookshelf.png b/assets/minecraft/textures/wynn/housing/station/bookshelf.png new file mode 100644 index 0000000000000000000000000000000000000000..b01bd1fc8aa8ca2ea6c9397079e51e59caca804d GIT binary patch literal 1170 zcmV;D1a13?P)P)t-saaJ~e zU^|OzM3{L}0000jRDd^Tn}TySIdH8!fwG&8Q?#XL&cA`%%#Q5gr>8b8l_n-sMF$}q z0T?ezCoy6zIB`!oAXYyqVM#IX@z&@7000GaQchF<|Ns90@HD!~000B=Nkl71vLNRDUU+o}P#% zP_%m@1ZrVQCP^fjzM5>Vf!!*XPZ7M7M+VH;s26hqKjU^-f$;}R6ZK(kHU2^wkh zfHTJ*0yk$fCS*cHw5rg^fmgCK1lz7E0lE{MMCg*yZ`l9>tRV=Z4S`z2hItvUZN+HY z#MU8<$H5Ug1aSn|HzczQ6ocU(bRzkHQ+8t4_K&sK`~T^k|+V2fZQjL>V!Cnc@;D` z6$nf5h$JJiPJsMS0pW_d17IZY9Sph?K)S<*I|;JlKa~0pQa^(LSE~kI@S7N zQH1O0jWR?RNSa!-oJu+bw$C?+5X(Fm=E1zay_(bz2Gt)CRX` z1ulWMR?JKM{watI2qn@y$#Oc8^F9!Tv5^p6@a}NKp|owZQYD692_R$C{bE#@f`M%> z0}K@VN6W|S0DpXZxD5f<0d<3clkg_aL~#}T`1s*Q!y*m32kb;n*lH;TV???DaXC(+ zV)nS8Z5+&1pfMti09D^|>?2$(4l^(W3LSzVuv`b9T!!@Wwi!-m3F;~g0rJJbR-qVz zWnVDWD8Qe$GC>18H`uT}%-+8WiG*|&w5uSCEo^PT$bI`wl8&efU0|Fx_aQvY#~;pA zq-VbODe%`7vj4|&eCFk8QkSs=ql0&PgNxIbTzmN@m=)4_u{jIS4<2I968!!9m*|4@ z7GNJSvl0}!3jX~4GX$4Go^Ux>e|-q%h$22|(H0{5e<=MWIYyjPp>-}V7YOUv)we%1x`MhXJozfb7cL>f+>vP#fj>rok0nYSL2h(wZ3zq|SL^7c{* zq?j C+%5S4 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/station/jukebox.png b/assets/minecraft/textures/wynn/housing/station/jukebox.png new file mode 100644 index 0000000000000000000000000000000000000000..797a0cd90d27a975ddbd44fa5eeffa7d6afa9ab2 GIT binary patch literal 796 zcmV+%1LOROP)&+mR zetxTZ+o2?=@;eQ&i>m1^EJFw}#27@7dG)Ef4Ed85SHmb!UwDwvS{>H_NN}HkdJx{P zYRoC|6Voc) zSto!D&Q(lbHd4`)!%yW1Iced&3p<$r=@|vFvIESI0-%H}KmTw@4rKyXxdT=L^Z-z` z83>RRLQ0uY0FXPNgM^uovI9(^Ls%4mWhkvh;WcQ2+t~ zVP)p#z^PAw3dR7K9RR^>93v6{zci9QX>m_^8Oq5$Q!EJ-dkyE|)S7|z!=}Eg0KMr zz~6))$8`?Swzi!F^qcr2pq&QvC;T};1)!a{1psP;{tjR#VEY+BI|2A_a4-r+!6+C7 aqW}PI&by1)mT$0*Riu7Usd-VKd_|mcMviYlhFdUfS}bKsD_cP)Q8pk)FB)Bb zJs1E000DGTPE!C&WNiEZ00R+8L_t(|+Jut{vfD5WLp`f!2tbVQf7y~1tw^q%zQ1^X zK|uLXKrs-vNTmAa2%5V$SBLJ0&hxbRdBF_GZQjuZ?c@Hr1s^}y1QpK1e_0SDqtj-R^plOLUouK zVebNr60e}5o%t@*5CIaMm-R@_2}pvGU@DOY+kt=-I67!9Q3!$0f^{BvIP@K33Ic%U zZA?K0_b6FbqV9z>7Vff;r(FQO&sjhzOAG~TyWL=vQa1{Vd!5$FF zBB-St0rjvE^O31)rY+>;+dqiYd6R zTOiCVi?NQ^1i_sEKnZM12`~hnQwY8tl)zr#DyVhvr?T?Eau^1ID0mR*?f#ctfsCs* zCVxx%_dLcXz7xHLCG&T5yT4(v6WjG;C(@5ZjpIgo{Vs@w(sp7U;%`KaA*eO30W&cJ zUlUZuiCy3C&5PVf2yDVVL2>x2;Pd{Bh21_b7#uPHc8+J@HQw3`2CXy!TLfeTj}RCl zk$??!hREQh;N^?`^%@gc1R@P)g+eJOCXd7EsPQ09|7QP@eU^z>0j^CM~v@2|bhs zG3<|ICjWgQAixmn2KZtvtl&!sUn?LJfLZI; z>i>Oi1R7gt2QRdAq#8|7{#Z81MN7^(mE-^|npAU2YJ;p;R6;%3Xjg zUBC!}DSJQ}5mwafbs>xZgi#$JLchSIsSjfGz}f)#KpP<7s2&iSfXD?!cb961fYq%>Bn|dEibSj==OIr^N%Mg*H`?JaDY%ejGvpgsLLh;C_C;emb4Lo!_oE z6MQV&{c*o-x5x5f0>(AqI8d0JBgXJOv`dCd7)(Gz165r{Gy#K*mvLB!2rht$K-@Nk z+Bev%iZ)=OnP{h(ZJ=@I#GGjsHNo=we*Szq{kXopF7_n1ZK;#2+ryq@mfuJ49KA%f cw5c1ppD;x@#=WjGxBvhE07*qoM5Vyg7){d3xc~qF literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/station/teleport_pad.png b/assets/minecraft/textures/wynn/housing/station/teleport_pad.png new file mode 100644 index 0000000000000000000000000000000000000000..08adbab7b2652e17ded54df38e805423bc286bfd GIT binary patch literal 448 zcmV;x0YCnUP)ry zLek7syPfo^D;ctlf+S)ouK>tSgzEsOZRkk?#YX`D58!1$N!w&;B;niwXeYc5XrZ0)E^+I5TiyefrVBi_@pz?`_keO8 zFb1jRYmjXByoeOS%TkI5MB6=Yqj>n5WV`2sq{IDVz~fQwT@qL0*>=xACc813nybCF zR|~~%R3Lop3ILxLirv@?^!f`Q7K(j>2#NcBNV1c%X_}^Knx=mnk^lf}pY^$y0n?WN0000&K}8 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/station/teleport_pad_a.png b/assets/minecraft/textures/wynn/housing/station/teleport_pad_a.png new file mode 100644 index 0000000000000000000000000000000000000000..441f9982b835a858527e8d7ce08ca28ac94c82b4 GIT binary patch literal 308 zcmV-40n7f0P)+V|co9aYK(FabL-5KA%#4BE7iyp}nE0x{<&x=4>y@Jt0yB?Jl*V9pP84-|ke%||SXIp5JS z-c!L{^-WCh2KRZcARy=4>SMgYC#WvCZ9?E9nlp|mf#B8?cm*J6DCcYX23$~ojJ`qn zD|m$(IbYE$V8M0$6XdvpC-4NT>L-5nqyv0HT!HlauRkZBzEi#PYRQ6Q z3B6l`>z4T>HoDp;?AVo52$W_l3GxeO@J`A31LS0Sx;TbZ+)6sY#E^QLU5MF%!|7tf zg6jXm?w7bP|No%&n@jgRdsRhT1+Z0{45e2H}PaDv3M}t_+-Ocyy4fH00y4V ziYHiha?bB)=v^Hl*temz@5Y3!soTPA%x>?xA{{r|a`)-~>&hx$J+PUseHdsdgQu&X J%hCf^BmfC0Q8)kq literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/tool/handsaw.png b/assets/minecraft/textures/wynn/housing/tool/handsaw.png new file mode 100644 index 0000000000000000000000000000000000000000..867c66ea81afe0d83771cd9e3d0b2889670f1783 GIT binary patch literal 191 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nKJRX?w_fhMyISk(v#Cq$ww>5`H7$R-edyC?$zQF0Th3(+7ZtkU ldB}YK#4L$IPxF7qOxN{aUwo(4`~qk+gQu&X%hCf^BmlqtM)d#y literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/tool/ruler.png b/assets/minecraft/textures/wynn/housing/tool/ruler.png new file mode 100644 index 0000000000000000000000000000000000000000..f5d113d41c6fbe4b2e7c8c9afae2517d18c5b49b GIT binary patch literal 177 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5ngaUj*T!HlZ1r;?dIT;CIuF(Oe z_7*HbWrjde#*!evU5B}2sd8f4V-;==klWX!0 zO>fiJo&Wb^l93%p^U4X4e{YDYdQV==J9X*8m)kjn6QhZ`c@hjXCq( Wiv>a7yzc=GX7F_Nb6I-eiUa`YNIp>j literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/housing/tool/wand.png b/assets/minecraft/textures/wynn/housing/tool/wand.png new file mode 100644 index 0000000000000000000000000000000000000000..74920ebd308a6c18fe4b4127d0dc8c760ced8e2d GIT binary patch literal 208 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+C#>7Fi*Ar-fh7g!r;%=sqY5_;JC z|KuebPaKw5^zqNU|4s6Jjl2q;pQlBw{{M@+ugRo2;}LJi2G(r0Oop3%k7|N=6=FXh zVmkcafyd0@l(q`iOi=q|dOu2r=@Q39AFYOL84d;pzQhzA3BR=+4S z#iHb8Y1htH+bHY9c18hRsNp zH}~zv$K43``?~L)|D$}F<@)8*zE0Z7)$w_AWxa-R=$iREI4_npHEWz&lbRUkf5(hN zld42~UaF0WLlu?Ap(Ix$IW2-$#Hq=pS-|%hFM1W6-E0AVl;b3Lw;pP|T6IK)u zQ5O)^6_c|3^uOT^P;Qy0i(^Q|t)!In1N;mz$9FbLC^EPj)~5Z|pZWZR_{@@qhKdJE z6c+6|>E(6b|M09MY$+zc>sYdH^0YYI50~B`wLsCr)O@>^=L8-;M$T!cf{fKqPg-zb zQtRR(;|WV{d00-^8GUnpRPN6-p9x>8uEVvjfD=7HQ zgngxFMU?u3MXy%M=B@Rt*d;ML@tH0U&$jLR-AoO*7^>Q1`K|t)ECRZi!PC{xW$A${ F5 ^U8(>8 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/jigsaw/anomaly/anomaly_eyes.png b/assets/minecraft/textures/wynn/jigsaw/anomaly/anomaly_eyes.png new file mode 100644 index 0000000000000000000000000000000000000000..f3aa193a211da2e94a63df24c8e354564b012123 GIT binary patch literal 170 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFP=HT}E0A9G|IxSK|KqRSH(#^W zuBm;e+1y`1QMQsGzhDOGe?U-u*76@v#L?5mF{I+wno}DE4;%0taBySz7H|3dUeeR` z^$e~viqGv?(Eje=wFP3uj<=*jqMgHZ9KH9j1x)yPCjX!Gtpt%CCI+ROFE+>rt-S*@ OjKR~@&t>U>D-r+#UO^cE literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/jigsaw/avalanche.png b/assets/minecraft/textures/wynn/jigsaw/avalanche.png new file mode 100644 index 0000000000000000000000000000000000000000..9bd34f817cd16fadc9998df2b04b13584af630fa GIT binary patch literal 415 zcmV;Q0bu@#P)7xHl$x0uyg5Dt&S3 zFdM!w{6qBEdW_&L0^BaMqtP$`4geZxG2-A}UPS;HB1Sv+Z%@zfXfhK48o2w^4<8WW z2Hb!(jA$!?+la;rJqr!S+GrbiNx{1aPSIxDQi^zS84#{9rxQ`e3O)-22l}Z94GzHu zd$=ZQEnuKcXE#hVGynkT(T)B}nd1&K8A{{g)jaeUk$D?MD}(+A7)+5T%{>JgpbWUv z?;b@~IQp)>X|*Z(3jnUVT6V~bQe1tlI|MbUDQ(`R4#&xh@^R%ICaxK`(3ceDb3NX` z33pi5b6p@B(m_(LLBPPC;!BnA2l7@+%mBDUDQPPuf;akSeF45ptXPBQ)^h*=002ov JPDG`^)EHM(uWtYV literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/jigsaw/avostrider.png b/assets/minecraft/textures/wynn/jigsaw/avostrider.png new file mode 100644 index 0000000000000000000000000000000000000000..3cefb7c2f26c296bb2d95b3645fe2d37448329ce GIT binary patch literal 1056 zcmV+*1mF9KP)h2Q!?Sho7lRM=gFYWlylFrif~gf$#XzJArW6&d`Lz`H#IagGBGeN zEyIRmDJUj5HZ?svI+|fjpJ`CGeO#z?R;Zh`8~^|S0d!JMQvge3Z2SNK1AR$EK~#9! zgp`4j@*oU^!!8B1{-@^@-v3emB^B#Ut9}ra!R%~6Fl)jFIfN83H>8fW^rW?S;iT7T7reB|uJp zOZe*`eQ*$|HmT#SgH*)W#GQl4$pvD3>mW;E9AjI&X?^il8#zUF+1NQy;+mR7AJxla zW*ad|KnnXk(C;q)E+suEn&dID7a)mA`8x-x{9G=V^hA@NA!i6c5Vo;%kds$1O7N{1 z1sRB_eAs*1wbgr-Si7~GiJ7*+?*iBB^?twCDmS;=%_f^?+h7Eh|6RZav(ftl5RgFl zUc!KZw0YV};D=2dH|pg|f@+~V062&-vQM!;g?sbj_1S)xU-Pt?0i>~mo)~U#rA|A9l!&tfkS~>?U=9vY(gI$fPshs zM1b(}Q%Rjt(%KB*!F|~Na*TmQ*YF7IB`>Aqk`%>{WSZ>BQWtGsAG?6sgh*l(4y6r& zk|aV1z9|{~x$427d_@7-Hi{xebr>zRTu6a{1!vv!e$_kYmINs9CRZKGZ#^~2u7O)b>>avrb~ zFna2*eO||m->Lw_n|%WCi@NOdihuD+4(IY4yO%zOn~?3%?nHVJ@g2Jt0N->Az?^{G zf&kik0oYAkyQe>zVxPJXC4hRJAV56HjBWBOAZ&bm^ap^~grWpHBhJa+6vrNfnW#Aj zfXmF@i85xDVE#{=S<*UZVwok+m_>qI27}iG@B}3Z?#{QP0!$PJdSIzgPYONqssij2 z*A=VG!jEwQr0*n1@ z;mS}uOTcQX=e7QN`tv0qkG-71LhJq@w*hRO=05$pPu$#!OPk!g0l0~7%^xg6?{?Zd znX(`lp+=5iyag;-ZuDwG4S+`LuK_HmxK+V~AH4)%^^pK-?XLi`Z$!l|@)jV4+P~2c ai~;~3HMoa9X<)Pf0000_vDuGellt&=JQQ%6U=*4G@ Z42%n2-OW~w`v}y);OXk;vh=_e2>_J6CVv0` literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/jigsaw/bonny/eyes.png.mcmeta b/assets/minecraft/textures/wynn/jigsaw/bonny/eyes.png.mcmeta new file mode 100644 index 000000000..b48609bc0 --- /dev/null +++ b/assets/minecraft/textures/wynn/jigsaw/bonny/eyes.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":3,"interpolate":false,"frames":[0,1,2,3,{"index":0,"time":500}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/jigsaw/bonny/flame.png b/assets/minecraft/textures/wynn/jigsaw/bonny/flame.png new file mode 100644 index 0000000000000000000000000000000000000000..2a9da8b485eda2a051f3ddd4ed75d685ac2d4871 GIT binary patch literal 508 zcmV{{H^{oB4530004#Nklf-)awzWaxmvh*+{wC53(|zZsB(`o+paTa&RUPOSiZ)v`iRvc+N#GNt z3J$cXqM-lxw0G{O*zG-iGf0&QufoDU0I77lpJYOk4MO69-sATNbZSX0I8Q0?zyJHa z^9^l}=+&7E0<*!SirEKJWLHX6lGuBLQU!MJw-Bo6J$|n|YL=DjkN3kn-;l51d^E2M zdcLad?z|rN(aGs3K%!?j2!OLN3euo0+4*L|$&bqR0fMh>oNfqQZ zYF=Q^H>J`&7DNNVcQTq3*zWZpRN3PlsBwkuiUoh$z&?k^^u8d^I-Z}=FYYT1#B1qB zR=eBw0|hW>e?k=z_wu{ovHYn}g+8XQ$|$J#<38de3O)tM1H!$4BM;EiaXUaYE3~_G yNP3<=K+cy5^)X$4jQ=i4k9%3N-=*RFqI?1F+2Hh$B?=t?0000IWB zG0Oc&ki&K_%f&9HlkJUyEsX7TG{2{6nF7@@mIV0)GkB-u`~h-Kc)B=-RNM+Vbusg( zg2=ItpM!M2Y~-FYi}6%pqmX%q!pY>!lgpV!&a(7M-;v$qG;Q~Dx6cpeH_QK-5ch(U zk=tAT%L@w;n+Hp_3xA7EluBed)j!4L*+t{;e>_!N8(z%FWvu97{KRC$Bq*5eBHMWO z`Tlj$uQ@hsTvlyb%JOEnX^^ZH_x^X4(N2E%LuRp0FJ`$Gllbe^%1o&k?uYHsA9yPs z?D@~VD6ApuW!XWuB~L%q8YeKRu^lKdG%#$7PFb^N$$}+octj*VF)#=TUF8T+$x#CO OiNVv=&t>U>D-r-aT7EeI literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/jigsaw/crate/blizzard.png b/assets/minecraft/textures/wynn/jigsaw/crate/blizzard.png new file mode 100644 index 0000000000000000000000000000000000000000..8c97665c5712569d2011d2dc4968802f694ff6cf GIT binary patch literal 684 zcmV;d0#p5oP)-RH!JV@aA_mUTD zPsLf!ISIi0yaK;Sn*uDa8xQ~{z-g?B2?HpAAp!mr%J2l%z*7)FmVo0fZ>oHkWm#Sc zpub#!OLkP8u2X#{TU=tC8T+t!kS*}}y8c2M8eV5Y0A?(M=f6#&u&{cL5rBn)0IW9F zxS{a#F;^}8PiB!B zm1?Jw_eyp3O7$?A^V4JAqU2HbQZ@mb1I!7K080YkAyAlv0^$Qh6KEa+hIvno)mtEhtw^!R*@wL@AfvTz}s;X`RytYs`!n-eh{%lx-Q2+poICkh* SzP>L20000$M+K7RlH2{A^ ebelf-}yXYh3Ob6I-eiUa^xn{2EA literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/jigsaw/crate/bonfire_a.png b/assets/minecraft/textures/wynn/jigsaw/crate/bonfire_a.png new file mode 100644 index 0000000000000000000000000000000000000000..03364efda01f1eece4af286cd555fbc8b680da81 GIT binary patch literal 271 zcmeAS@N?(olHy`uVBq!ia0vp^0zh2A!3-p|qqj^3QlbGqA+A9B!{b9APUXDVY4v!K z=7WBfBNYmkr=vFlC74Ts{DK+&{Zl-boCD-8^K@|xskrrYYABP7A;*zfjYa>Z*WWI= zyS7HvU)y1J@4cEY5^)=^4j$BrS18UkAR=yMuu(RCzxTd2o>;LuRCu3E& zbnF$auHC2cq{o1n>Au)O)7Km8-8-D#uaK9DY<9FzKGWf1AM9^xaPa=O>6$`E-re?C T{BR!7#SEUVelAN7T#*0(p{a12 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/jigsaw/crate/bonfire_a.png.mcmeta b/assets/minecraft/textures/wynn/jigsaw/crate/bonfire_a.png.mcmeta new file mode 100644 index 000000000..454c7586a --- /dev/null +++ b/assets/minecraft/textures/wynn/jigsaw/crate/bonfire_a.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2,"frames":[0,1,2,3,4,5,6,{"index":0,"time":100}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/jigsaw/crate/heroes.png b/assets/minecraft/textures/wynn/jigsaw/crate/heroes.png new file mode 100644 index 0000000000000000000000000000000000000000..2e807e02839170c2a2bbf385e866ffdd252ced6f GIT binary patch literal 707 zcmV;!0zCbRP)mUq83;5n(@cRFs`!J+5c_E9mqsnr<`Y1EFeQ`zY zXce~5VFMy5rRcoAkmWzRKyy}Ap{i#t(7a93QBcay2{)*YMxjTC=p}}W0JDD@=xyGZ z6Fqtk)Fv=Nd%JCN5O5(t`%E_^dcVH|%&cmAH8OsG0$|Hsp^-YWO=vr{Id~ArO5h#P ztN}W*ECn`^@*t2VU}$ZjsWL-#0Wl8|C&Bd;5Pbl(St7QP<=ANk5s*9yF0cvu6kO0J z&;)6lWPKED`xJxZJn~%-n6-g}Al*Dc?+e)WG>S)sSnIDR!NmZ7g3%b{lSO20RBJD@ zqd<~~54VrUAsI*0=KsPr6p^jF+71tbvVaSU*aYPyc>jkBuF8UWkl;!1zED;hiUGTv z4}#T(LY*;&`Xt~&AXUGLKRm%$=QNF5kMMajC>Rq41jUeX!O_y^-3xVz9X;n+S5hT?L`TUH*cScsV*B$;>tA4ihXr8TVw*pulhbuJe zxnWhi6;Q?jqx@i8R^hA(XYF3lfA9n>KO`V2Ng>7!AUSKd0$|=5LC1T(hEMI+A@1yV zy>eB%6~L!tl0x(ZJ}{nZ^xD0E@3&d;kdmO9Z&R;vud&ze1qJVknMW30YrhD{v0)%M pD7@D01^+gPz$h36qhJ(_0suvqptYEYorVAa002ovPDG`^)EJaBH9P^=Zg)+2{b9(jXu}aS)&<2#7?4_u+(h=ElRdZ3D7C2zZF{MN9@DBjBBIFa%qN zyKWeWAP3@3;53L)p=O_t*X!fMR&WOkj2cJ%?w%nLWk7rnlwKa*H~kiIf4Ly|d1A!n za$y7@Zy{+i>q7zWk8PVM!~Bu}CPx2WF>PWXQGKw4u@f*tbdzudfXV=-BGEx+M{4d| zAKErT2p}Yo<)Jh{R$+8=90L)@mr+F0t>%`J6Pods>ms2_`yGld(JHE?q0)`GoqZ(j z06?}~RE3(cgmVv3LH+ro|G94asD9?;8}aoeCW-kaI=eb3!XQRSiM6V_h)4$TeHr%x zD1Z=5079)i8;tnAk>*a7j-Lewpj*P>tqe+gK@c(VbtZ_#4=K?zW(p)OkBya15|AO-+t7+4Yz(@=e*BXC|o zx&bm-80o}{KwmXd`MEqV04W4qgy*g;s1poUl#%xe!4HN?6gW>w*6S%3(#1SqZx zKD*Qe76pU_m>Mv#E&ybU1r(PBBG^a_f|SR#aHLrCnk*Y89IMs^-`vcWlQ;HMlZhpr z=E+h|TU65}fm-IE1p^w$-YhzqbW0_eNJ9&PEJ5liQ)$fgX+h7?Qf7Y|vn+Vs&kOp~ zXqg@gwQm1kGDTt&Qkmxk1maf!W>ZpKGExI1yAJLHfqH#?{*l*L5o#%AFK8g=Ep_mx z5vuw|A+Y(vkE1L(QCmAfjKVfU7(>vjvBA-OfOtJfpgCF8rm!ZE`)2+rc>9$SXjHqQ zlv>vxg123!KOV07*qoM5Vyg7+-X65C8xG literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/jigsaw/crow.png b/assets/minecraft/textures/wynn/jigsaw/crow.png new file mode 100644 index 0000000000000000000000000000000000000000..989c5cdbe27811c615d99a4d31dcfb5697b61fd3 GIT binary patch literal 303 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?#d*U5*7(Dgizru0XoBw%RYfAwE9Z$|uI% z-A2#WMMcL%LEBhdUQJL`l1E75rp%UNpgP8qAirP+@06TBK+aB27srr_TP~*@y$%=% zxIJ8Rr+v;6p2n)a1pNT3-t3LZ*OPv17Tq|rs_EGjJ)g(XbvDd<6xoW-&D!6vSE2IL z6$SCDOnjGvnXj&ni=1{s_Elte&gzm1#cV_Q==N}bJ{^1BKHJt-qmM@)&tD&$z^eb_(i4?o~f0D>B(V*hbQ=brV`6;U1IOoV}<>Bahj=w zdO__hPIH5Zx8)*JiQC{>FQ2{h0T!=+Y_Bu*kZC(8siBKpJ>;PCauet3BYJTu2btR7 zn%_#J;c2B3o)5)AlDR!PAT)3+kAd1S7-}lcygNY`j$x-q)|i!KE?lgn2T2 z%bst|F?ak=UDqA^Pz#+WW|Awwv#PHovl!@VSdU^4S{hc~S?R0L08dmOc7{m&1qKr>3E>T!qmU z$1(YCSPQTvko5sER0YqmIAm4EgzpGvvh9MVMAm-SGU(NOB6c;lt66zUI6 zuEM>W-ODn0DTa!LQX7qh<78l3!;UO$aL&rq-Y(dJBPJ_2CYqcdr}WGQ!a?J5*kq(0g{0y3ZHXsP>4mA@U9+} z^-pmMZu!sg&j1x-sTCH_c0r$1%??-EVuhG_B{zr4C`0nw;uvV0;&aNJU`zLfltZi zM0s8MP25jZF)xVf%5VH?3cMw1st`j0qcIFL{tz$x1kee%SRGek3JAo7y{|?FN|*#1 z!cM>tEdtj84{qFea6<#+Zrr+e@0zg9l#bO zh7=khW*7!FUBDpB2?^wu$-Er_1I+blk;U==ihTn9MKuDrI{Y`(3;Ds5OO_Ewa3<$8NM zUaYj!Iyi+sND2E>6_eCHq@xS2)V0XV{|jq0RM%yMpxe@?@YCoxmtyabQcpC!a=80b4>_89oK3X6enr_!Oj@8BfM*0-L#UaROcw yBHBwU@F`#i7EB!scvZ9|G~ibN42IzkMgagmEdbBQI3o-I0000l zV6YkXRp3l>B4Q?qcA>hfsuavQOe#~szU%&7a2($S7F2s+ z0@=$0b7&3)_=qd?%Hxs=wMHN$3!?WXnMS69`2Q>BbSP93+FnkI7l8+ILP0APc;353 z1$-oB54zaGd!A4Ea4^OWmI5quHVoN-=Z}x4$m?P)c#fr;|66mu4scn4JJ4`5BevlE zx&pAQfQPs#z#HE}z!D&+1*k?)Dc}t7lAKga{Q@!<4%Lm%kq1f8R)WXxM;a&?N23h9 zs(=MQem(R&F{CZY!4kp$(}_&npLfBhD9$GrC@WK}^DSO`38LtryOTMLkO z%p$!Iv?ACx3IdOYz;Y10Qm@)-1wm|}3Xnh-103ghZgHIye1@Q&0aB+1r#2u72rO5? zw{RQ21P>O$T_A|Ef1>>l_XXVsd>uaWOV#@rQP&E?*?B`U;DLH@+<5#y=~6c#By?;|mEve|H9GRd7v$A^9^{gbq9y1*2dT002PPrLVm+AKL%`002ov JPDG`^)EI(qIsyOy literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/jigsaw/forest_sprite.png b/assets/minecraft/textures/wynn/jigsaw/forest_sprite.png new file mode 100644 index 0000000000000000000000000000000000000000..46bbdfbf7355488251348d2fad40a2d98f39f276 GIT binary patch literal 296 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFZh%jSE0Dhb^;X)|!17x2gang> z0E1XJZ69B~02>t#6Ine683%1KGi53Pv|$<;Ie|G%?oC&QGy-wA>j1h>y(xSgkWF*+qZ>3UOVZX>UU z62qyPGw(1el<14s+)v*d`GoIG36s-lHY3Jo%f#+B3*2q#@MUK0h)F8i{IF2QqR)MH zLH1|v$lRaG3FUuNWKZnmKEJt+@rB&fr}<1d%=6o_A759IG>uzRb&YLfYR~28l~>~h q{ua$Wzxv=DwYlq*uEG(^T!#4lSaVorm* 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 N@O1TaS$g1#1OQI}S0Vra literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/jigsaw/mage.png b/assets/minecraft/textures/wynn/jigsaw/mage.png new file mode 100644 index 0000000000000000000000000000000000000000..fcce3442b31c5f82d82db264ee88e72c76af41b3 GIT binary patch literal 888 zcmV-;1Bd*HP)R3>IaUTsD(Svo3EI7?4HAVM%dMJ*ybBO5ns0u}%O02OpnPE!E>{{H^| z|Ns8~|Ns8~|Nj5}|Ns6^Nx_)_00Ov4L_t(|+U=I%Zlf>^fLX7LySXi6p$4DB`@iPd zNnBCgw!r?~X`g6f1pcrSQPJTY2mugwiKgkESoACKcmy9IJ0jI09I9OCVQfSGW3I$+eHW>9hP1_5C19<_xCr&w2w zxd^!30-zaQVF&@C$GUIAq6U_>!1r4PF~R^YP?&XS3VgpKh5#62?#dOG-=e+R|G%L1 z(rn(w?%zffRQ#NYmnC@^BX&~RC?KMgl81I7-_Q_5j4Odxpka)=1x)M}Xjm%<;bVdL zdq-SmgNXHb2qy%otT)~T3bEmLxWGf6Cb_t>uoAFAZm=x-R~=U&(>&QTz827`g!A!y z_E2LYnXQyB1i~u;kv(`75_6&(eRKOT9FU%0+10Ht) zgN_(V3$@BM)r z1YP+e@e{V+t_pY;Qnn)mdT_C7s27$ZDCG} zlIB86`DBkk(rlKpjgs?Iso=Ivz_STvuItZc;%*0I{|srS3X6^V1Z-uHqXOP1NMZ{? z4(}E4V&lS|u7T_mh>gN#;O_{ePFcWWYtV7`J(#&8;g+C*d?WjZAN~N4LTjC)N2O!{ O0000L|;pN9@2+-**}d6H&GCFzoZ`J(B(v z%or`uC=HL|5}4Bnw-o5W5G8m^yk^R}Bh`b@6=>881V%@S?95U3aqHj^oCNi2LG#KG z41$pgP}S?rmcJZt!%@uHK)z=yFUFdJZ8nm$giBa9-4)qKAwN_p6k5J$JwL^%qs6_Y(s>6-*hNl%w^u#&BFt6)8JPYPwHci7Y zJ$LBcqj&R8FZ^$3PA{~CSxJcyKVbezR23>6@xw6B1Ea;OaEvc7P?m=H?*IS*07*qoM5Vyg81e46@&Et; literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/jigsaw/mighty_yak.png b/assets/minecraft/textures/wynn/jigsaw/mighty_yak.png new file mode 100644 index 0000000000000000000000000000000000000000..1f82ca9d4e22c1aa0c3d113bd93b87afb0ff8cfa GIT binary patch literal 1713 zcmV;i22S~jP)o;g&u>Kp zFd*gqA5bfU1HqQ8t`kULD4LG9XGdNjAB?8@g1C3j-kM>UStqT-KrvM)w%rlE9RzxTc1dbjg1XblZQC zZ?6v!?n;EXDy2eK^!`vw4YXYz zw7s7|L7`MH-vWgmk0>ReKnv@5$Jo1+uPtHS6_}-V6jV_yx>gHo61vX%ilGInIE*r? zK+AD8T6cPgvMw3!N{g0K(zTU>s?)w*r|i`!hN5+M62zh4&_xxX7QJ>0dNyjS6ttkY zu(GILY|kj5R2Aw}(W+Whfvy#OdYDND7in10XcyeA~l5 zY5P>D74vap&FkXuqE@;n0Wy(TE6*E*;L}G1Q2t& zt0bW6#H=UXEE4-RXbfA4ebbO4%WL%ksFXaJzy=X$*;)-r5Qrm5NILP%0MWJqL_i{f zL=&q7P+EgNGeDaNXj^-G2tI1n`i2S#l4o|HL8Imd8-j0|B8?T9`2dxDlTOcF!=@>0 za{x4CP@%Pw7}KcQkj8rmt z1d?5#Q~}+^>#EQ|83I!uS;8$Sf}(087Tw(?04hMB2+&*_V5kV5i{Fm9CMrLr^sVg`$eiD+3JBqEt6`vO}N*>>xBsKpH>^0mExXTB30f z6p|1?Fo?S%kg6~cz_lG9NChAe$Oa~$B4_|2h()gVXNWM>ovc9y9fSagh+#i(Os+5C zU8oFpVF+4+0#O7IHYyS9(oli~8L0BpyLWD(~Cv4LO%#6>qCkbMKPM7jk?MfnYrv2*u1DDdJjg9u>b zTmp#c=eh~|h62R>$7Tce4FnT|RaDaN_~r2duz?^PS0}8MfjL<<=y#Rx9uypX;;Z{H zyZ}D)GEk%QUQ6vaKQ^hy_h6j%U$y-NcxgXHD-Cz~ers>v<1KDZ%;hwWj}1qEB7W8Y zu>sg{e2jJgc=4RLXq!WWIkW@X0dv6aZH9{qEud|!>WyxnEK(r#)lpT7i3%#JB|NzU zsn=9POB;#?h}B1hRQ%!Z4dl{l6xvA&rPZRvsz}~;3sQokNl`#$4jLLvi=iO$_yC~i zBT!7BVB*-{Y!uOlz72!8ZYr3LLeP5EEu>MY1VB9D57!L>0YVaa@m>bLBq3kn1zzIa z3@_j%Bwt7p$Njt=AJ2XK`0pP-UM>T-z!$I{!Vh;p93Fq38()06cVGW`T>Z%PG7vw} zziIq=wG0gJV49}M^sIk9RE9A- zO+}|Cwc5*N;D&}yn9mIna=i?Uq6KX|DIPT_XhHoG@=hN_BG=3RFF%SA=jC@w;J+R! z|95+IXaoQNf&j3)|G?U;Ht+PGMudA8?2F30?gan<0C+6{kT{I`Stvt!00000NkvXX HrNGn}2e|X8 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/jigsaw/mythic_mimic.png b/assets/minecraft/textures/wynn/jigsaw/mythic_mimic.png new file mode 100644 index 0000000000000000000000000000000000000000..0dfa7161982332c11dc98a5282f1958a32365e1d GIT binary patch literal 418 zcmV;T0bTxyP)E}n7kSgLzrafNxg zk$Do9`H7wP-t7LgYuP^Wc>MD23!HoZaBhl0h_hN5Hx10glmP|4SPDKYT9O(Qkk4V( zM5>RlFcFW7Wj5(zCMl?&1NS*lVX==pGcKWY%&WY@tff$W>PQgRw<9&(bGhG^=hD|O zpUTsHi8Z`lr|_4lJZ-mFKb`wtre6JL!b5wPeKp79448^9% zii{or+|dP)4G8Ie0Tf{ezxxLOnhOB90lEVH1qLoN#l|^Y;opUdQ(r-fV?&ydqW#Jq ztOsJUtd(ZA#Fo#%Ow^Gu8jwl~Z-$l8O&1Q7|HOic4WB`U0xgm91IZ+IxaukWHvj+t M07*qoM5Vyg7)2hpf&c&j literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/jigsaw/orphion/orphion.png b/assets/minecraft/textures/wynn/jigsaw/orphion/orphion.png new file mode 100644 index 0000000000000000000000000000000000000000..70ccaff09fbd891f8fcd75ac54ca7eb6969d1f9e GIT binary patch literal 490 zcmV&Dqk;)XKWj$ijt~MI$mLC51njr7DI zC2j+!!^{}KjP;+rkB73!w$1_e-dRKMrpb`9E+UwIOF8hkc*ux{rM~QT)hDk|J?(Q zn(j}MELzE70JkzQQOBhq2BIIAc*5ymKzcfulmgu1n4F6YFl{cnGJxhZkVZHABj6lV g)1SFQj*Gy50U$;GbL8OBH~;_u07*qoM5Vyg7!2(3t^fc4 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/jigsaw/orphion/orphion2.png b/assets/minecraft/textures/wynn/jigsaw/orphion/orphion2.png new file mode 100644 index 0000000000000000000000000000000000000000..f0029b61842d6ec2bf243da7024e76ce7e2f28eb GIT binary patch literal 459 zcmV;+0W|)JP)V=8ZsDH{`sYfs=rDZGp>Pmt!{u28>X;O0I=z1`T@6q zr3DBPhdP}AyH9{Iu8ROvB&ubekadrTP&(eDiTMu1xiaJNSTVTveV zq(m42BK$_k3yVpoG?jWI26>F80tf;1j(MI1h}~Zte(0U3uZKo}IGNM?m|&EEy-xG9 z)p;C1x2|~HW)=}XRN4gw2N-(HJSo2xU@wKC1u$n79U>+KFrCs{AoZTe_>qt-3&K_f z`5cA?h<#dw44u6#@|6H;AjJ1PB+o>MWg!Vy*5L(Of&+}CtZc^92A$FYGNxp|BYaoV zz}Zaqi9A5dI28bM1oGMy)@4lJe&1>TRnZ{>{{sUz`aMGQeB=NC002ovPDG`^)EImI B!O;K! literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/jigsaw/orphion/orphion_detail.png b/assets/minecraft/textures/wynn/jigsaw/orphion/orphion_detail.png new file mode 100644 index 0000000000000000000000000000000000000000..3e93c8c59b7a197b521dca5bfbd39ad0c66eb136 GIT binary patch literal 1774 zcmV$lIzsp`6^O7i4Ms;}{A zu?^5do9^R^KCYpkY$KO#w6NQbzP7%qHe9l<_BW4~*g)4=$@gu-9xbw6^i#L(eEvUv zldOl&r@GF1uCp29@2k1q7|FVsWW6(^+o`gzR6SOzoi5eS_VEmVKTfW^xgR!;!;)di zx~OP_ILu{xHExrd_e!n%eY{J4<_`MNHXtzHzlEwtvbL|PM@c_*-HRYqv0;WM{<5vA z2MH(K`)z#VR=&QKBe0XN?SV6Ru7XWSNceky*IU)coz%KlKHr6NeBaJK-%YJ2*t0jr z(NX<;sd1iEKbQ6WK*~{>4g9lI**iQ2#@2&U`&pOgU7iuqB`18-I+FDvdY{h_P`7Rm zL&(zirH&6I^cQyBPwl5;j$Y$>i8b^ZS4#B@gT`(+I8 zs>an4IWF5!$-4XIl_UBGIoOSVfFt{aBOk}S<$Hl0R5+6~{n&LkHEv|j{sd=&9JP}r z;BG$^hjn}?4snG&we&6F2%BAZTh(oJ5DOx8+ga_0(A!H(eGmE_pGzH|WP4u?xcMDk zu*Mt*>R0jZ2#}-tscytQ1A08~z_{%$oN2!!F*Y4)atvp1;0H$lWLo!SPQM%EBDV`| zM`5h}BERh;&T8I*jRVxYQRox6uaAOEYpHgk*q9L~HsD0Sy0>rGmjg%v%!P=qKa(=e z;M`9f-hNwZzw7(n5XONYn5l*=6$hwssZ_rR(oTj;ChE0zxI~`FY5RpB4pF2kXgwqj zaM_fyP4!RtvXAuO0M23%p(-G@&lkAvc=294MXI}SX4OU*kEm~;te+)N;J~PWmn58N zJr;RHD*H&Xp6nASfCkZl5F~{wG&33xhUo#azBujgt4AN$PogSh{fx&C=!eHN9E^}h zUt3=Vn2l;$7?Nk`1A}GC7HHA5;3ihDm z;bcMs0R`cND6Q&Y0`_412RQSs)R1E0w+0!WK;%5F^C>gSUKj!6{X_; zqDar68VS@G(dq$sO+v3J!v8m4pZfTobeZbW1bh*mN^l+2+hk8m}{x6 zLM&>TC~1|DQneF=BP#DEQj{FvHx*YNFwg&%bDAI^vi;q|cONVz6^vXYAd@a4@|W+BVI-FV z3@79H^weCJc3xOsyu&&Br-yErx*jCu;=!@hzTrlYaK9W0pZgmUK9?gQx0?;V8V&W~?{>FM)r zf8O~b1}#uy55aWWfqzLwFXkMQ``-H>hSDd#%ODYsDguRTv14yPds@$TM Q8UO$Q07*qoM5Vyg7yw9HC;$Ke literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/jigsaw/orphion/orphiontail.png b/assets/minecraft/textures/wynn/jigsaw/orphion/orphiontail.png new file mode 100644 index 0000000000000000000000000000000000000000..83b964509fe1a936e830f290c170c23716d7f3df GIT binary patch literal 4364 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/jigsaw/rat/rat_fire.png b/assets/minecraft/textures/wynn/jigsaw/rat/rat_fire.png new file mode 100644 index 0000000000000000000000000000000000000000..19aa9d14df65da6450026c1418b95c354e1a3758 GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^0zmA*!3-qz6*t=fDgFST5LY1m|4;4zmy!P#89hnW z{_^bZf1nU+NswPK!#^N6U@*@YC@{m*#WAGf*4E4JV$22{%z@F1f6uqnQQqkJz9zil ziOl>elO7W-=j;ZCWAm096bP;Go!~5>NF`a+T-ze$4~wlQwf&ge}$I*vQ~=wc@JtqD$9r|9vPbwuV#r yUci41SDh&hSKm4`yz@A>F!$r<|jfe8$a zLQ^-f7%cW!*~7?l>yDH{kEE=y#0%D2r)RSs=t+8biNRoTzy=Yet65(4-x(M}+Md|( TGRWlsjbZR~^>bNz;EDtQ`g%NR literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/jigsaw/rat/rat_light.png.mcmeta b/assets/minecraft/textures/wynn/jigsaw/rat/rat_light.png.mcmeta new file mode 100644 index 000000000..43d7ed8fe --- /dev/null +++ b/assets/minecraft/textures/wynn/jigsaw/rat/rat_light.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":20}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/jigsaw/rat/rat_tail.png b/assets/minecraft/textures/wynn/jigsaw/rat/rat_tail.png new file mode 100644 index 0000000000000000000000000000000000000000..f75c11d302b72890bd7ca00de76b2a827cc4726d GIT binary patch literal 175 zcmeAS@N?(olHy`uVBq!ia0vp^3JeU43@pq*mNxI*`#_36z$e5NNY~Xj<>VGdM8&(h zdHoX5p9~aYED7=pX7EnQ`2*zmdAc};RNP7`U}92rbW~)MFfb`G5-~F~a}qLO;gkqc zNqCa6q(_BeTUcN~Kqun`J=qCBT?!1p{_hfG6nw$9^MNO){YRERM<#0mF~jMgt%WVS SezybFFnGH9xhy?!MFId(zB3H~ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/jigsaw/rat/rat_tail.png.mcmeta b/assets/minecraft/textures/wynn/jigsaw/rat/rat_tail.png.mcmeta new file mode 100644 index 000000000..cc0cf1468 --- /dev/null +++ b/assets/minecraft/textures/wynn/jigsaw/rat/rat_tail.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/jigsaw/rat/rat_tail_r.png b/assets/minecraft/textures/wynn/jigsaw/rat/rat_tail_r.png new file mode 100644 index 0000000000000000000000000000000000000000..8088f832353bd7c00381e5eaebf38787075e418d GIT binary patch literal 178 zcmeAS@N?(olHy`uVBq!ia0vp^3JeU43@pq*mNxI*`#_36z$e5NNY~Xj<>VGdM8&(h zdHoX5p9~aYED7=pX7EnQ`2*wxdb&7I~QE Xpsj`Bn~WC%6)||a`nfDUa76+DZs0sI literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/jigsaw/rat/rat_tail_r.png.mcmeta b/assets/minecraft/textures/wynn/jigsaw/rat/rat_tail_r.png.mcmeta new file mode 100644 index 000000000..cc0cf1468 --- /dev/null +++ b/assets/minecraft/textures/wynn/jigsaw/rat/rat_tail_r.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/jigsaw/redbeard.png b/assets/minecraft/textures/wynn/jigsaw/redbeard.png new file mode 100644 index 0000000000000000000000000000000000000000..1e17481db4a8bea17226f78d48ad49fee225816a GIT binary patch literal 2017 zcmV<72Oju|P)P000LdNkljF?6R-hD6#5>^qySF#LFGeVJzf%AmPy-O%KlBR( zAT|iV_A!AFK1E<3VV;2i7r1xG0%v%v3hbkB0f>zWkOcGyg%s4>CO{dO3h0iwfPSIC z8y4Z4EKrrz@bLHEouq?p0t6GNI;I)uwuI2MX(wOmvzHG7H|kKn-LPcnc*02C-3%YX@_ z3upudV9WClj0Gw{#UX(`ur2`lp01+%iO=h?H{dUcuM%J!fcj8~K!D5Ta=l)a00|fr zFb@fQ>{t`HBnUWD0S{;3;{n*30b_cBgdtE1=)e#{&1_f-2bN83^#;9XtcPzXwA1 zeG>`joaVlV3rHBl*MS%ikqdhZ>MSduoNw6>v^I`2W;P30WREC@XaSZ1_B^)%T8Q?0 zD#EsB?i)kOK&F69A)Rj*oJ$sIm*b*T2cVj7nZO;md0OC3K#$*T{KU;*7$e0- zG~+m|h(3I-5;9fq=YgG!U7`eG;1e|9FIL{*j_`Xvy+ybHi#z%vV8BqLoIO!SKC?LIBrPsi= zA+R0E0*t?q0ms-bfFqh-gl@u0WRa(50SY5q1Y9zTv%~lZ9B&pl9B>F=ALsXH;7|hd z@IQXw{*^TVf%YAia0kFyiA}Sh>cHq7zEL^i04V?iiB0Q3b?~4>*;4@|P?oNQt>4G# zL&DHIo~P&uzD^zxK_Cs~Hb5EpTLQ#HK*fm-yW0Sp00gvEoGf=)mMg}e%|M=KnR}%G zlz<>`1?B=i0k0Gw(gZRf&sGJR!0!;qvy>uiIvx@zi6wzt5@0kXkdlEtQ4+qX6#pXH zWiAvT>^#2ZkWB(w1T(+{D84VnC4r{d15J}6P-x-|kO0p>ommjbGwYnKYnx>@gPm`1 z0si%DdIpN(OyKWt{1cD~cb%F3TX27jjfj9TFpQ;1Fkp92KzsU&7>+wZ&4)5zEpKVg z**}1|0EYxd>=dW#v=NlR6}Vh4FbH42!N^>o5pa%uKBEQ`a4LecQC0=Md>;##+G7yb z;IY&Un=Eid?udE@=OTT7QeYPo*rf}cPA4w_XP*_=#rn1j{687^>oxFqX2JG#;JAS5 zY5eSuH8!n;=>kntHwIUq2Iv|!H2f;P_*vMkUT|7~1aSQ`J}5Oh0b-T|2)la0@q_0W z-Klj9e&T~I98DtZeE;eN9~MySScaQ?wP*?Pf{hs<1EnYi1z*2ly#^j9Qv&#>S$+(& z{=~TtJR2)l5^n)^e2)`EezjW$xsJmy45b9pE1jT=56t~9IVBQLJpp1QXwttaQOlAy ze3H|qIH1fE{#;Bs=088aiD!ITdUMf*BZ`PA(kL5NaRFeJA^uDR>nwtcJxL_0M1ZOS zDZLM1Wkx;~on=lSIa~a9?rNih6xdO`_9_BpfC5;B&jQHvH^s741?>RTptk|C@3Q3! zz&IZPKrS(%&CE-<5Fqveat`?VYR7oXR;u4(gn zmDY?PE&*t=sb3P$MXx2H9A^M=1wi9!YPWtSACP+hh#oHl@WLuruIYW}Tb}Q?KX%(h zFLbEa5P0@?=p+}p02BRLr_BH&UeU__l0JnX%H2}y$i;Hj04@wV{!14?oW7c( z>}oZx2;Mx1a#ooCBZ(2n@$>{JE^}yTE{NtR&w@=8fWZI#28@KvJV#JOQEEg3%jSeh zBw+>+>7H|Ql9BN^Lr^IBgXT&lk%9;o1lIH!NN-;KB+~?s2aZcnK?2xoLf#~Y!mbh# zn}6g6K;VIU2zNDz@*VjP=1-pUt@Q5)eHb z5Bqd-1-(;&{TXN8ZN2UO_w}1d@o9jszWVAfx9rUgWnHW500000NkvXXrNGn}#|LL# literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/jigsaw/redbeard_c.png b/assets/minecraft/textures/wynn/jigsaw/redbeard_c.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3f91ec476d35222445b0dd24977d9277d0b7c GIT binary patch literal 3398 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/jigsaw/reward_chest.png b/assets/minecraft/textures/wynn/jigsaw/reward_chest.png new file mode 100644 index 0000000000000000000000000000000000000000..9fb98db1bbcfbf3ee11d982f8ef7f9c78a9925ad GIT binary patch literal 581 zcmV-L0=oT)P)FdVej-O<5;slxN!OzQ0004WQchCP z0005ZNkldSCsoPru66u7gBh3wx_6-W-GiwB z_5e;oCNYrCxq$5Ki+JcM6&Q(JjyO{7F}e^zUY-^npg{VY>})A)Q9j(N6m znf5l}G#&jQbsnZ{<1!Jbm9q*>XMozzfF`~MP>l(XRpc>G{wR|w_Vygxq)h;%eGKGi z5mh#k6~b19(jF8>y8J>Sp36jRWojbGw?C9YnI7zAy8Pde1*2dTjDk@x3Pu3{QH0N( T)^o|}00000NkvXXrNGn}|AYRO literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/jigsaw/snow_fennec.png b/assets/minecraft/textures/wynn/jigsaw/snow_fennec.png new file mode 100644 index 0000000000000000000000000000000000000000..e70221b51b9900f4c52e2d8b9dde702ee0db33b8 GIT binary patch literal 504 zcmV%l9Yhr2X~qGuHU9*}Po8;DfZajl6p&IPO1D|(82>x-w@^whr8w@> zbCyy8vh`Ht0z_S7Cx4`iW@N-#~qGJ9$O}s8kzAV3D3r<4D6~N#3@Zk?+W}E`I2674#@F3R? zg8{cNHH9EbtDdZYiQy3nLPl(X=K&-ho{=W&H6#CnlP%1VJWu(Yra5QkbP1lP=ge%U z@OgEYU|X$aGqjZ$c#F?g3nY&WFC#AFRL}48;r`cP_eq)5BW;n48(CDkC!L z7BH$SIBQ)m#MrxxMe1e?EVP%yjyD?7F=#E;J?&-)If61!YaI%8{clsV-pYf-3?2c4 z`yfLUK>VI~$C{cBx0hEF2*{^$vns4%4Gy>ygfs-xgSNqWAK~DK>jUBnL-7| u$%NhDj8}n6iHi%Z6}X@&7zLwX6aWB(sh$grH&;0T0000M>AYe zIHC(a`~Uy|0d!JMQvge3Z2SNK1kOoBK~#9!yqJx0qc9AFk#^TI*Z;o%!yX8yq)=#P z>SXVRA8R`MS+Q&-gJBT~b2m^a5H(7P+7u;q{T>yByE%9&xVaC<0sy;G5)g*k44Zv` z@qMJiF#DqsXd|WoxSa!-0U+UkgP=svkdscgL?OUfM-s_s4%D$mMEOAxF$Dp)Q-JwO zdg791?q)jxA|UPn7XM2UcJoIIpJc!Q&HymbZFZ+br=xrWP?Rct11NAV1`#+=#6oZa zK%W89n{W`C1UWYV^)0vopo?h!rv%_|BG)AY`ASXV4uJ3i?g3bX>2E(M2^f{90H(GE zegKHI=)4rv>yZW!B?0V5B|wQA09I)cz5(Pj5E}p_fX)H*8-V`|pe;ZZHzR_`@;g8w z&llk_Ky8|zq1cQFqHY1u831r209m>NG~EOc!d(E6G2+)XK-F@OH9(~+=O>6qRnThS zs0t1Ua6=U=2bJ6GY|`OAP*IA<;XZJz;5mRqfU~n`)X7d*{CFok)bBeXmEr_|H%tIW zX944_-s3EAU#>?*vGmiuw|`|E@~MI;>*4v5G^EX__K1N8%2en_9Bl>RDKDe z0|2A!733EHZ4+Ea1a<(JvtCC>`@F^)6B6aBu_VJwi??urw~)L`21Z;h;j|fpGLA?` zptg7mS0H&X(s}?;62B(p$al)plmHyacni0Ygy{j$(z^k1PK06&%?xt1YzWr&_tfN@6cXg-6x|qx; z4I$b{hD7fG01)u~)tnNsoVQ?WRk@BxbnB6U6HPtZ`nYHt`a8g_9YsEXR7*wcgE|1* z*i(^=?ETheFS-ES+EtRO@jX`61K`%aTF@3Tx^zT~LBx2Vh=o89H>W1M01&7CjR2H0 zwjU3@2LNj@{r~--Bw$pMo`=SDcRa$`10V_`{SOF&B}f?HzHCEz2LMAK0G$J921o=_ z7q#~u0OfapLbjxnrnY;Je2aeVDf#(SzXAZPmr!pXG z{00y;0U#p(0s!eY%O7p1>(etq0Gt5~ z!c5?JSV#2w`ho#w14v*!1s>KDetdp@eoX(`R?If_$92V@sTrWN(gEx4ri<0F0CfcQ^o$t@eBwAwkkG{BIAA1poj500#M6k78dn0RR91 b0000WSOF{6H-($zrUA4pi|Nmi7K5br2QbRODH7SdPWSf_M!N9e#uc7 z{{H^{oB4530002kNkl%N=G1~d_I;ELe7nH6gof!eRP30F9FW1$(90XX3J4D2ffkpeMf$sBPU z0w4j(22+;YR^u3gkdd!7O{GJqaTMX$S=g=oZ#4Q%y4}6SbM^X*|ArRw7$x1Ps00000NkvXXrNGn}8P1j8 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/jigsaw/wynnston.png b/assets/minecraft/textures/wynn/jigsaw/wynnston.png new file mode 100644 index 0000000000000000000000000000000000000000..42784932403c9aeb2b7e02d0c5fd40bb7a396508 GIT binary patch literal 590 zcmV-U0#O>%dURWgiLEk;#dvmYHgM^sWbBt0u0j93G200001bW%=J0834-o-qfdEuN zU#@3vvb%F9&1x0;mod!!`7$OYtkNVaq-C^D6WpY_09PVCfEA#tiXgiBd_BKb0Jcs| z*%^T*2QW8BEF8dUfzjm4e7^7ibi)DfE3l6ySS%Jak}wb-D$qrZzk9VH-ED9*Txc9( z48h-kRn!nh@4@;UWCiH~NCUD!bPO0kK)k(up^z{&fV6N39d~yx6$E7!4M0}JMTO>8 zjp0+30SW^BdQU|$T97E7i%P3;M;^Z@tYbUj{K6ozDP}w9BA7brI}O{Z9)MKoH%e2;1#;AMJKK(gg+R0B{KM5i|^I^aA_| zxVf<`cy5gy*Q39Hfj9v(u8x31Kw3(01PI+Xeg|a%8!5ni3}6As!$$4EQo{M?yX8+Z zu8(B_-5G$f&(T*_p6lPiuG{X@uTcO-!6=|s`$34}_Ji;cX+Mm%A4b~`qwR;$_QPoV cVHAu40NqtgR%0dzrvLx|07*qoM5Vyg7!P~-B>(^b literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/jigsaw/wynnston.png.mcmeta b/assets/minecraft/textures/wynn/jigsaw/wynnston.png.mcmeta new file mode 100644 index 000000000..bc2746af8 --- /dev/null +++ b/assets/minecraft/textures/wynn/jigsaw/wynnston.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":5,"interpolate":false,"frames":[0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,0,1,1,1,1,0,0,1,{"index":0,"time":500}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/jigsaw/wynnter_owl.png b/assets/minecraft/textures/wynn/jigsaw/wynnter_owl.png new file mode 100644 index 0000000000000000000000000000000000000000..df65cf800cfd130a1f2a54e6c76ef025d854294e GIT binary patch literal 875 zcmV-x1C;!UP)2(7<#Dij+C+P8g`LA=G^(==R+PlrTrl#>hGw9DJ-S*e0(|{ zk7?2fw6~Pu3Xcze?f-r}et7AJQj%2XMHH^;X;S6D5wmwwpl(hM6u=Sz*lU28 zmMygnEos>lFwPpt)VI{%(r4-$>hEcJTLVo2ngHT1)N|9{)d1&a$ei!E=PYfOCf{-m z7%y|1JI*`^4_(13K#aoyoeTj;sV>)miw$B67_1XhtP~Xhhec0Oj&r3-hkZ)d(_3z- z5ihEM;RRsg8aRY508=+L09yaM>k-H-s2nf>Oho)10A@xtVw6lz>h9(Ncm-UHh#lBN zHPD?fL+nUpOGSUV8BoNKgJ8{ z7FPkTM16y;qfNk{pML%2_uu~c@-tpWkifUTHM9iyr>_Bg{o=qhBI#Eu; z9V}iZg^`8>m?++^A?O?xz*2TFZf7F^n7Ti_0N4NRz~cz+uC`YBY zbxVEJJAiPGdI#t*M7;wjEb4y)EhD<%rUdzJ&FN}Jag9e*8)pS9=<1%MaYwYCH=k$u zdQk&i9u~P7g2gJScetduK27BpvC z%e~OmLe}&4eoht8&S>7uB4&xwM9kU011g{x000?%7D*Oz2I${i8#Byps|bVCRStn$cWDohULGO6hdk+Buvh63 z{Q$W>db!LDDa(|odN(Qltim>b0U#vOlXVOSkO)8)076PJkp}?X4M0Eysmo*}##$*# zQ3$XAP|Aw$fwJON@+rOXr7!FNI2gF1Zwe;})&oG4h+q$3rHR@A#{e)9WQ}|WU`U+3 zT`*R61A+iTNcDOQLLzVX0ov-sslaJ}nsLLpz zLzhTLkqt|d^=U-u!uv^2)HuLJ+D;ioXDsyT0ohZrnk3_ZMd9^R9Z0ZmO+Sb_2KxX5 zAOr!oK)Mb<{9Lz1fI&6@D+3gSCuflQfTrc=D|KCeUzT?PMyfRg2JYj5a|=1wlAPf= z0Eq9m0Qp$1=6C~6XEXLn`)bbDZQCw#{*APNB%1(OuIF?E$3d@0>dUJ)%OwNL<=t=S zKI2nazdr)#8DT?#kKHc6!N9+k&;LS_4}RuTTYz>f+|NW^iAspd)qhRz@T(m1nJ!!N z002W2AB-&OcmOBqlF<6T3$XgB{{9yUSdboAm>d@=6QZ9;59YyvvUQvV?13HG4>$v) zfuX847po&R*nFL0`tak{Kq*ia_W&Vw&yO~I7MtHilB(#X^d5-3HSGps z3@OHU+Ql-rf0Z>#vEt$oQiywjq({UgKuWEIr6fS?fF!$x4?BUB1c*_Hb;RU-5(W5u z6u3`Fhcnq3_-M{|IsXWUS*5NE-5hQqR;j;6VWN=-&w20FesX zfe-<qHU<_b<89q1JAE$ur08_X!h6tr60X$Gi2LZ=*TrGf%2E~%h zOB7uZKkq%gL{AR_&;f=4M(~A~kVmpI#mCLe6j$yj0IWO&kb#$T@Wd2y8Q|sVk$~%g z$*JKg>yV$;isjz}P=Et_IxusE0Dxx$&;w8aoCWy8dIYZkR&)k{g(m?J`Q?0oA|fH4 z4tS}G-g{IaoD2{lbpS75I0J|nDaMM6DV_xomkS{PodG0@DG3ll;+J$DkV5}F2Z-rC z0>hjR$h}xAS1b;{wdVo3ZunXw|GJ+Jw36GqT=T^$-#kAZkZVkC7rFlDvzo8n`E=m! zMy{)kKyzL?3()-YS(Z#5^O(mx<}r`?ug<>#pp~hBH@^~N00000NkvXXrNGn}JjG7} literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/legacy/scrap.png b/assets/minecraft/textures/wynn/legacy/scrap.png new file mode 100644 index 0000000000000000000000000000000000000000..f9c314837ca2f76fa21df94c3f6faf46176e3cbc GIT binary patch literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYasfUeu0Z_*D+RIT8)vr%s!X_e3(UNL9|@@H~tnq?-;NQwyzS@Vc9 zWc3rhCn-EZ#;Q(+M_7(LnDfvql=lR~CM8Q-#c93_PAm)z5=#GPZE07Z0JM?8)78&q I>47T}0Ntrap8x;= literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/locked_chest.png b/assets/minecraft/textures/wynn/locked_chest.png new file mode 100644 index 0000000000000000000000000000000000000000..208aaab8a633ac756531096851457368f28accc1 GIT binary patch literal 277 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nECYN(T!D1=%MY07{*mI#n?f&d z3OT*V>+~Ye9bHyCIxQ9ynJp+ZX^Jpv3OD%1+~Ek+%uy2L7tFvcYh>c)kygh&^C3{I z+0(@_q~ca+A8Qk<0*6a_j^Xv+@?{h6pI^ZILSW*$?f3ly7Svxfe=aif`o*J3uU`Bu zaWMF9S)9N3caF&Bt0w1K4mi!SPb}Ctu|$vMxyPa+-dz(mO=?nRyPnkH&vbCF!$pLy{2@K3vR|d4b z3}NP2oaDyXA{Zlcz(K#Ez+dZ(?Ye;PB375~+cK<+e$bu5Jn<4xD}$%2pUct%S0n&* CNHK2! literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/locked_chest_anim.png.mcmeta b/assets/minecraft/textures/wynn/locked_chest_anim.png.mcmeta new file mode 100644 index 000000000..11c3077d0 --- /dev/null +++ b/assets/minecraft/textures/wynn/locked_chest_anim.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":40,"interpolate":true,"frames":[0,1,{"index":0,"time":50}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/loot/base.png b/assets/minecraft/textures/wynn/loot/base.png new file mode 100644 index 0000000000000000000000000000000000000000..c63f86d8132384df693b1ef2bc27d7cf7ecbab61 GIT binary patch literal 226 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFXn;?MtDtiTka_p6&H8DY8q3aW z_O6%Dnenn{elJjzsU*lR_&>ut)0PWBUX`bdV@SoVBNrOE4jXW^B<{_A_gB7hg5IO1 zwahnu2{IhwUt~5(d1IsWx+kxeh8N2wt zgs~A>P~$;Sg%+u%pkYz WQRee&Yi|Kv!QkoY=d$#`6$t>ueN{mK literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/loot/cache.png b/assets/minecraft/textures/wynn/loot/cache.png new file mode 100644 index 0000000000000000000000000000000000000000..7404401f187cb29a104628b899286df4b5e709d1 GIT binary patch literal 605 zcmV-j0;2tiP){vpm|YybcO$4Nv%RCwC#lfic4FbqXq>WBMK zVo5Ud|Gzr6X(6j|IkU}$BfpIfe2B?x&9Gi|AKmnC&fxh~WIi*rk5~LN+ z-|goy7YI>=Ye5_b@Tx#5fFP~7Ts|h3kISHkUOJkje>5%myj{0zXS?1$N50)=RuUOx zTEe<{-L}oQ`t@b~*y_j>b`)s|y}H%S+?@;$w`y)qO&u+1iG;U^UOYr1X6{AOMAH&* zG1+CTUXj7s4=rwaE0X2!%)~kH~ zMwK2hClOBb0u_&?px*B>x!)@+%u3n&0jth3jBP21Z@Qp`?FF_+L#^gubQS`82`tlg zL*92|cB>AywV)ma*!O)FWD0vp?VW#6AA}Znm4%(S&dh z%BUDbYq1tcxS5-W5R5;QAPP_-(i$zp;2u&`ArFB-g_K_jObak(P}F*kkLcf?({B-> rup<+ViHf9?larH^larIb8?pcZGK$zgkx>&D00000NkvXXrNGn}vC{kI literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/loot/common.png b/assets/minecraft/textures/wynn/loot/common.png new file mode 100644 index 0000000000000000000000000000000000000000..fa240cfef82de3268d696c8213fb1d93b36da1c9 GIT binary patch literal 413 zcmV;O0b>4%P){5;QbJD4L-CA(TZVozPGupe*OJ`mkkZD}{7`8b04OB#iT65Qa)r1#f2N-h^Bf z(rRU`RRRRx1zm><2{%du8NY>AzuW=0Do}5bNPY-B1S;_Hh=g?khS7)j&rBM0J;!Id z_|hmb8->xRk5+@D)ts%ycr68lK2s>Leir*N+9F{?wPyj905#flRjI~9Akn8t&fhJ8 zOGxH8%Ql?6T;=5;M1&0(4SN zQ~v<&HH6Rr00AaRL_t(|+HB4tOv6AF2H<)(FXs)L1Gfb=+bp0-9dfyDKIseIyjL&w z9zmeCdv(Lz&7yYrkT5T~_Og|v{Nfj1+IN43f0DI9AA_koD11zj`hOVwGCUe$5YJyf z=L8_40-$f-3LThNb&mnw1 zfyr|NW>Sr^qJ;vihyaWs!pZw%QF6WI>V@~CEclpUwl$L3^sppCT&-nyfxLzMfqFnB z%pdg%s}`1P-t|Y3*lc8feb!PPpVfUoj4#6m)5~hLEUVO6o05pBDw&WI%xboFdSiun z+`(L|>U^RiJm~1RCwB@&OuItKorJtuD}&wVb>iJ?3zcgdq6n=pt>swZ)}&gcBcE%4hOI@ zJwTIsg&xXbM$#CU{ueBM3Ew=cFm0s#EUdm~srvXI6xR&kmkRN6T3k>=$hqKgDBd4M ztN}Kn>j1%AwA2Z%v0IC$lSb=03?O^YA8`vgIG=lc;UTm;rTE> zqPKsW@_;~UTMK!Z%M)Rh&j@9WZOwZ)xa-QNV|E3H&U|!`@6?7)!3{cQ)Bw&#=#U=F zFJr7m=px$c>;x|NI~5RsWU? zaIWt?)Vp#nVAKX~`ECX1mwI;V0=(F~$rM=gy_Z0e z$7ieO1#ELaHMecfxo4Z(V+RQVf-wNiDd4e#AqU673_t?M9y>T5EyNhfW%byh*?!*J zTC-#`e;i@+xL`E1m3!t7U|ce%Aw&e11mk`WAI^8qF`!8Zwezla01qDqs_LjmpwwDh zJAnPtfZ98~_bL?P9S}ub0Tcog*l*w%zwDsWL+VB9f)9WPKm>gp;i?I!YWeW~OsA@= zv!2;P-;C0~QA(petrp8_POG)96+xkrWrVE3{YFkpS*tFzJ_G7VC(0(?fVUs z4RB~ATj2s6Uvo#|4N8UPJpM_u7P4p~avQZ}xPbe+YRm8&Fna<10NSMT5lTrTEdT%j M07*qoM5Vyg7?A#^PXGV_ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/loot/set.png b/assets/minecraft/textures/wynn/loot/set.png new file mode 100644 index 0000000000000000000000000000000000000000..e8732c0324b404f825372fe8e2ce6ae14ddc2026 GIT binary patch literal 430 zcmV;f0a5;mP)mbSZ?;?O1B*cC3$xODRETb0{;(R6)dl@fIKCy+4r*u`V*&=ia(J{Rd5F?bw9rLAFv3GR(hW`R1}+ z?%qFlTMuVSh@17PzWp$351kgqjGa-!i~%;r*s-&EV*>!m^Ay4iJ?a{oCQJ{lbQwSk zp@CjN9LZN}pCxs-L_v;e96eZ<7lKufgfFuA@VT_F7|#*g2@=j3OW30P1?TV$jB%Fm zM>;{ihm`#+B|YOvP_)z80(pg$ud=BaC=>#Gv8g)hLvskqprH6c`^eW9~LM&1bMOM%`EwVhFhbPbi3?;NjcSCp*A5xcb{52E-iAIP3 Y01i}8`3lCB{Qv*}07*qoM5Vyg7@#7s1ONa4 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/mastery_tome/armour.png b/assets/minecraft/textures/wynn/mastery_tome/armour.png new file mode 100644 index 0000000000000000000000000000000000000000..f8a475acbe673c15ce474b70beffef78140bd4a7 GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n6a#!hT!Hle*Z=-J`SWbYvtw({ z?wfjOYVEA*jE2a-6blmvB}KJ^H`l2H6)~0s`2{n0r{w$ra-uz5978H@m7cuL=xoU2 z6d2yJ_5Xo`OZFeSZ#(7o+O7YLl~n9+Zm$tuyZ30P+6E2_#e`&bCe0g{95@c}IxpHS zoMIZ`km@?ECDqDs^PVR&jajG7uQ`<;Rd@N*S@!z@Z+Cj{Jt_yZhQZU-&t>U>D-r;& C&rvG? literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/mastery_tome/guild.png b/assets/minecraft/textures/wynn/mastery_tome/guild.png new file mode 100644 index 0000000000000000000000000000000000000000..5e6a945f21cf468e7121ad89209cfd652f4bc9f5 GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n6a#!hT!HkTXFtyT`G0uTNru<| z87`dVS-8TyVY*^w1FuIUn~8(s63rVxMT{jue!&dhDLH?DoM=xM$B>F!Ne4I?LQfrM zbT;HU91y-5nnBR sJ#p?Mj9C8-5n6a#!hT!Hle|Ns9y`*GpM-L(Jz z53f2|yLDsw~So@i!dFyLW0 zXmqRo{w=qESIP}P&+E9cWNG##p*fdBvz}e^ouR`JAjIS_fyFmyxqkEdN%}LHLW`sX uR0EDoW6@sa<*m)xr4yN&HhHFRn%m`RZV9fWgz%&t>U>D-r;CJWAjI literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/mastery_tome/movement.png b/assets/minecraft/textures/wynn/mastery_tome/movement.png new file mode 100644 index 0000000000000000000000000000000000000000..066966212bbdd79faceceed34b6e33242c0d9dcf GIT binary patch literal 202 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n6a#!hT!HkT|13OvF&lC) zJ6Z@U{`lW4y!cRI;qA9KvO`Pr)2{7x|F&zl3-<-t2_no4JH#4X{yS`P+wsuYN$82O y!p+|c)*1?J?l9xrdNFs>{;6}O##k49<37Rkwo`9**$1E%44$rjE=vzwkpKXh`c3Qr literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/mastery_tome/utility.png b/assets/minecraft/textures/wynn/mastery_tome/utility.png new file mode 100644 index 0000000000000000000000000000000000000000..ab7733a6c5734352808f2fa07243267b1723b1f9 GIT binary patch literal 210 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n)B}7%T!HkrzyJR{`*G;yr`xx0 zuibz2@T!w-vzH%hjhNLiZ*i2BV^E}?g@aRLmJLuTV@Z%-FoSnW&L1Er($mE;q~cc6 z0ZxX{)2u=a3LGwh(Vf5NhaXD$v|qO4#rb>IdnJ>@EVFyvb)K>{aXUuFI;x2UIA+=g zWGE%@PT&c#nY^dKRCC(af`Z7%hyzbNr-5nR04cLT!HlePyhe?pZVw6k1IFB z&uqDQc-6_9i_P{;)2%PRS?ntAtHrVVwElLWI>wS9zhDOMl$<|6PL!vMV@SoV(o=>~ z%nBUNiAN#?-qqi4l3e4wdGG)3Kd~-*GSfb$o%T)WaZEJRsXMf_C|v)*1lB1}`3^|i zsopMMex6zPOy`s%g0`H#3oU|;TR%;nGJA@7bY30fvtMs-XU)y$2in5m>FVdQ^uQGf E05IuOCjbBd literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/missingno.png b/assets/minecraft/textures/wynn/missingno.png new file mode 100644 index 0000000000000000000000000000000000000000..27bcb8ee50313252373014ffc6e01cd6a9d7988c GIT binary patch literal 71 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wniUG#3CVK2I0NkcwN$4or&^L>L%;Uw`>h TM)OGmP=>+N)z4+=fh!UK`HB(` literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/mob_totem.png b/assets/minecraft/textures/wynn/mob_totem.png new file mode 100644 index 0000000000000000000000000000000000000000..0211ad4529195315eb338ad2c16b9ab9e83e413d GIT binary patch literal 5513 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 NH6?Auj~$cu{tNSXpdtVO literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/mob_totem.png.mcmeta b/assets/minecraft/textures/wynn/mob_totem.png.mcmeta new file mode 100644 index 000000000..2d680915b --- /dev/null +++ b/assets/minecraft/textures/wynn/mob_totem.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":80,"interpolate":true,"frames":[0,1,0,2,0,3,1,0,1,2,1,3,0,2,1,2,3,2,0,3,1,3]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/placeholder.png b/assets/minecraft/textures/wynn/placeholder.png new file mode 100644 index 0000000000000000000000000000000000000000..bc278d8703a38cc514bef88c689f883639a70709 GIT binary patch literal 137 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+C#08bakkcwN$H=aKFG(YAH1Cv6V zslNV6iDmta=M)4V7%?oL?qSMscV~jn7RDb(UZgQFDVt1w!&KsvC!ug)fjI-?gSunP lD`rnQd4!|ek*COzVc&{#Ta3INp90Nh@O1TaS$g1#1OU{GE>{2m literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/pouch/crafter_packed.png b/assets/minecraft/textures/wynn/pouch/crafter_packed.png new file mode 100644 index 0000000000000000000000000000000000000000..4243a625263fc9a8b8f5a3c21cd3d85f59656987 GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n%mREuT!FN`ByW$c^2|uRWm!)9 zt9;KCY}p(+d!lpOIXPzDNGZW$MfsWX-4kB_pQ!lBMJOq4bDDwtyKCvsfI1mVg8YIR zyi;=i06EE?E{-7;w~`JpvM|P;<>Wh}z~da4Xno+#d3#v)+(&AH7DrPJHP4k5w(&6abMpuu{8`Azk fm|7C_ELYlFli#;{altFxFP`n))`eN literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/pouch/crafter_stuffed.png b/assets/minecraft/textures/wynn/pouch/crafter_stuffed.png new file mode 100644 index 0000000000000000000000000000000000000000..bc7c8f627d8a3a60cdb6720999c93797970c7c51 GIT binary patch literal 233 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n%mREuT!D0&fxLF}dcWC+vbLU2 zO56O&Md<%T#qJ5On}`sa^K z(T?xWPv;)x)CxQLLU5*~b{K-5n%mREuT!D0&f&9)E`D?2U-yM%m zO56O&Md<%T#qJ5OgU7d8{_0J!f zq8;C#pUyqXsTFqgh2Ts}?Jx$f?j#LatFy@=J##NH&MNcW%hdI`aH_`IJ;7FF!$p^SjomMp2J;|GK zMqr5LUExCl^H*|C-5nR04cLT!Hk)FH7znh|IYkx@(qe z+!~*04X)np)(sh!slnP-Nd~^w3TcK*CIHnjmIV0)GkB-u`~h+@JY5_^DsI{IFfttx z5IB->M(h9o_fH*eO=G$A?DydxSDL~v+$-Aptng`u>2{gj0$NVlb_cs|W!1d;?sH?3 z%{^IFrDGEJtP3s}G&(sbx+w0E-E(no)7HDMIeaFolvpn<*FS1rJh|>L7sK6aZ~sYI S3KRnEWbkzLb6I-eiUa^H9#+2q literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/pouch/emerald_half.png b/assets/minecraft/textures/wynn/pouch/emerald_half.png new file mode 100644 index 0000000000000000000000000000000000000000..8db02a03b7a9cb02afb48f8a1663ce4314339b6b GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYS^+*Gu0VR@mnHWOMCRNN-8IWK zZjDdC2J>kRuHNm|4H=ecAv&qS+Ez&hzSas+6L&TORWp_Z`2{n0r{w$ra^gK*978H@ zB|EUK4$Eh_95b)_xs${#q3ik$lJAyX+M2M?_mpA+TX=e>bwt+b&K_fhS+_m+F8{>j z;oy04d5zwTg^S+t1?{&t>U>D-r;<2U6bv literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/pouch/ingredient_add.png b/assets/minecraft/textures/wynn/pouch/ingredient_add.png new file mode 100644 index 0000000000000000000000000000000000000000..36fc8f81f583af8145cd0ce0dd16f5746cef5f39 GIT binary patch literal 392 zcmV;30eAk1P)ixNy^E0R?p))h)B4UH1DOFx@*!2J(8jYcD~c!Ud3vRAK=dR5y3@o?_1W)Wr{8a}I;#*y)0 zAB9=4(e@~Ee!jEvG1||!>(_@$z=F!;xOl&ceHa<)u@s4 zEr%W6pyv4doBu!v(HiBaQP2sZW@@FBZ~ws&M?128E^H1m{%G$9#@;yaxL5#cN|j#B zB*M&fxc~Qo@J_uC74N+dg!kSDB-Gvqd;>lAVPNz=;2WO%0E{~8L!I@3rhTAkA86VK mN;M^-ZLt`!`mp-20Q>^kUHnC1W%ob;0000|%hFXn;?ME0Au9GtBbT3N@CsRAbeV zVv^uv_!QqaZUQPjeFIp8qF)vi@;>b>Yz5 zFF!l&7wr3aW=Z+OkfrzL)po4Ex4~T?Mm>i6c1qLfxYh-ivKM&64UrTK3^oIwLve+h{l|gG8U((Px^U6W+?=FtoHT2#83B_k z&+yhU!1ahLV9m_oR0leD5Ogr~#;@`5+(*X!bacGgD9Zbmy2vX)vgG;C4>h|#{Ge~t z;Rk)9On#7sclaUMP$xfRjp2tX^T`jgQD#3BRha!y<%HpfY~=7m`qc4J7oXKXdl7Fo e+Yj3h8^Is0Li$8WV6ZI!0000l z_2G{W&{rUMZW4A*d8-nZ`b_grZD#JCBT(zMZ5lH~?OQz7#oai8ezAR+*4@=x-cQTe zPs5>>D4@2C_%=1~$Ouh}s+b|_WQh}QW{y~7K;x=W@jDqt)BrX`*4<1Qkm82KeK;(# zNi@mMImS3Hhto;6=Oi8dv`iELfs8%=f%hP~u1g5|d^+U2FDa23U&z)$zMf9V^}l`) z-e3H{2)X(p(Ej2F0?b!G1U7@4A2@OGLm>Ul4}_4rALI?({Se3$u72Q?y!b)rN&fjk ta%Vk%LKq;QAR_2XN{SzfAHGxk@Bxvg%-ZNXF$Dks002ovPDG`^)ELtMu$ce= literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/pouch/ingredient_full.png.mcmeta b/assets/minecraft/textures/wynn/pouch/ingredient_full.png.mcmeta new file mode 100644 index 000000000..60421dd27 --- /dev/null +++ b/assets/minecraft/textures/wynn/pouch/ingredient_full.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":24,"interpolate":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/pouch/ingredient_half.png b/assets/minecraft/textures/wynn/pouch/ingredient_half.png new file mode 100644 index 0000000000000000000000000000000000000000..26cc998e82f9b5ed0027f8681f2fcc0fe5a916ae GIT binary patch literal 376 zcmV-;0f+vHP)+W3RlVZK{L=uEvG0q+XYDp?pGaZ=$ zNI512EE)nB4ge$PVW0p200DGTPE!C&WNiEZ0087kL_t(|+U=AJY6CG4LzDfu(`4(; zRPz0=+A*QjfSeQfVZPEXf`NBiDDKJjE(SzmGfmR}#w z&mTwA1;^w0xT=HaO|Z4_oLIqzHfaz^A1MnP!`;J!WH#gmuZa_IwesGgb{q&fVr%e> zYal3oknDYAf31J78!yiNHeo*#9WNG=ava6p#0HQo)BMj5rgQuELy`I52UGdz2URG8 zALIrb{h%9zAM}RN52iMZekh_a_(6`a(GT;H{k5L!#tWMs%Z|LZ&9A*!EI%wi2o}E; WKFHAGE#S literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/pouch/ingredient_half.png.mcmeta b/assets/minecraft/textures/wynn/pouch/ingredient_half.png.mcmeta new file mode 100644 index 000000000..60421dd27 --- /dev/null +++ b/assets/minecraft/textures/wynn/pouch/ingredient_half.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":24,"interpolate":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/powder/color_palettes/air.png b/assets/minecraft/textures/wynn/powder/color_palettes/air.png new file mode 100644 index 0000000000000000000000000000000000000000..43d900356cf7797690f20c0e5afd22854e5ba467 GIT binary patch literal 127 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BKH%}MGkcwMxPlYlz7%(^--2R6} zfi<(Be6GlWY=!T&Nw>EJd-dCOtz6YtDH*Y3VQ%`9B@)XdPnVt8G-;XSyUPW_f9m#c b-^oyW{?t*&-X(W|CNg-s`nfDUa76+Dq#`e= literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/powder/color_palettes/earth.png b/assets/minecraft/textures/wynn/powder/color_palettes/earth.png new file mode 100644 index 0000000000000000000000000000000000000000..c5eff04523494d78c2f3577fe52d0ce6e7a478fa GIT binary patch literal 129 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BK4^J1zkcwN$KR!P{|Nr@U{Xg*= zSG=i@FMss^Q_=eWCs$tkzqe-VzuQ(C|H1rDd#|AQ<$vVV*Z++_&iX&yQuE*Z%p?EjCt5TG e8gRKWGMs+=UHAJs#s5Gv89ZJ6T$UcVA^`y4L^enO literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/powder/color_palettes/powder_palette.png b/assets/minecraft/textures/wynn/powder/color_palettes/powder_palette.png new file mode 100644 index 0000000000000000000000000000000000000000..1f8ce3aa8b4bfdec0e9f2308b21ec54ce73f0075 GIT binary patch literal 105 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BK15X#nkcwN$fB0F>&$myn`1VGU zS#Q?&HV!Z literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/powder/color_palettes/thunder.png b/assets/minecraft/textures/wynn/powder/color_palettes/thunder.png new file mode 100644 index 0000000000000000000000000000000000000000..4e75014773679e3cef6f09f04b9556f51eb99f00 GIT binary patch literal 129 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BK4^J1zkcwMx4;u101n@LG{4aaE zwTCZpx3`xc+=oudxdw>{)= eJE$SS%CLFi$)73W>Fa=IGI+ZBxhy?!MFId}L^sL+ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/powder/large.png b/assets/minecraft/textures/wynn/powder/large.png new file mode 100644 index 0000000000000000000000000000000000000000..0f846f92c60f913e16101a0e337b9b68adda33f5 GIT binary patch literal 226 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nv;urWT!Hle|Noyodv@l`na!Iw z&zw24p`jryEzQ^0*Vx$Df#JU;!!u)sGrA0$dsQAC2C8N(3GxeO@J`A31LUN6x;TbZ z+$ufAD#T(a;B?V*R@;le>vylQUix43`24M>=eGi X|MtJGY!)NXMg~t;KbNHku1Ej?s-ReS literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/powder/small.png b/assets/minecraft/textures/wynn/powder/small.png new file mode 100644 index 0000000000000000000000000000000000000000..1e7e7962e6283416b25e7ddbcf026f66c70c534b GIT binary patch literal 217 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nv;urWT!Hle|Noyodv@l`na!Iw z&zw24p`jryEzQ^0*Vx$Df#JU;!!u)sGrA0$dsQAC2C8N(3GxeO@J`A31LVYdx;TbZ z+$!xk%Gk`n!0es;;@{&(dOu^|d|y~}X(r=@r=2q+)|548zOu67Da}ppIrdQCL}#M9 zg>H<<(fiR$w|IDYt$Ld?Uj$mj N;OXk;vh=_e2>=6hR_Fi# literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/prop/barrel_birch.png b/assets/minecraft/textures/wynn/prop/barrel_birch.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f21f96a78663b873c93fd5695db0f5a1c7c949 GIT binary patch literal 312 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFVt`MGE0BJ8xb^C`ibG2>R?P3) zIXhuxPte4!s`<@cRfP#T$w5N@`8$A$7)yfuf*HJ1a{d50M?GB}Ln>~yTwoVFtiZz@ zpyTRw=r4av`@3nj^7Ef21uEzsV!NfX`n2&x0f)&3r?nrN-deXMzS908hwK6Gd3gh@Ty|Br9$DP@=HgDK{Ju?s zN}GiK^gNlTs$4m5>GW5X*H))R?|$%?O+NO)@uX?V6;3Wov{PAnR2@8I7@fQwT&^)@ zbjL7A9};l+apzD6qeGLeqfdiU0ZZHd37VBZ&facgVqo~n_-3o&x_1|W9%Arx^>bNz H;EDtQd}erZ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/prop/barrel_oak.png b/assets/minecraft/textures/wynn/prop/barrel_oak.png new file mode 100644 index 0000000000000000000000000000000000000000..b4c0e030647b532b3ff8af74e0baa1c1e4ab6457 GIT binary patch literal 313 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFVt`MGE0CVo96q_kw>8y1EhVZj z%q$|*E78-?%grXtUengXU}f;$_drFAB|(0{4Bja@e}J50o-U3d6}MV0u!|j5;9(BX z2{kPE&wSml{P4W<^CM$KPP}-)_e5p&^l&A`hI0%$?_0jVnD+8SO-PT!`>oe!<-Y&L zP^a`$$wfebX zhu4qq{&Inj)U$OLPq{zCw7!VLuKa@;%Re5s%*(Q8bYe7(AKYMyC^2@(;O6MIVoaYP z{eUl#>&%{eXA*@Q7~C168D=h&RC{0-7EqPKx>TcWAvXi_xA!j+%H!SveZ=7D>gTfb Hz!eDq^AvR2 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/prop/barrel_spruce.png b/assets/minecraft/textures/wynn/prop/barrel_spruce.png new file mode 100644 index 0000000000000000000000000000000000000000..1cb0394efbd29dfc7da146fb40508d84b045fa03 GIT binary patch literal 314 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFVt`MGE0B(ljV=f=O83$6_w$K$ zQ4O+Dw6(ExHIgybH?YB*-tA!8;}A50G=*)5S5Q;#SKAb}?o}4wit! zZ+c$*<(IkfWzF8b$F~Q@hG5k{ z82{tR5pKC{E%)CHGf`0+C#6IjK{?esGMV1sH>p!i)D^u zUW0Xurorbb<91&LCK<*Y#+0_a84bU0IJ}(5J7tkXn;rv0M%=rn+YhW>4)hX(r>mdK I(gRl{0N40)aR2}S literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/prop/bottles.png b/assets/minecraft/textures/wynn/prop/bottles.png new file mode 100644 index 0000000000000000000000000000000000000000..bb21fc91786abf1c31545fc6bd40d7f82e54cb2f GIT binary patch literal 345 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nG6Q@tFn)xW~7>=oswy?&VdEl7k1W6XmsY4F<#ajBC6r0D8m@y z%KrcFslX`)I<=jAYBmBUF1OG0y?MC&-2O((C=ruPNwX>?&koIsXD(qt%NR?7{DK+0 zQ*!7Hy%TkR;q{&D8!*-v)0HU)*;-uK_wb)f)*QtqVpe|Ep#!Rmrt6<8ipN;(VhPxZ~3iVx;ptv{sxiP{PIs2Y5&mje&P};*6)7z pZo9|FbFhE+uV|{ zqAX%wM&P6v_t#PX+kkS6B|(0{4Bja@e}J5Mo-U3d6}MdaFG?O(;9xU$HoH*9w1At# zPavTw>)ZVWD?GXU%kT5QxVB{B$;`#u1208PY~J-%Qzzn~NdLShQK1dI-%KY-?ugj1 zmZc!c<58Kq5KFW7(rS0U!$~14{Wcb#Nm-s4rnJ}a;htS`(^$){$o+X!F>z6;^?GfG zMKA3B6{)&BPAK>y!ahC7WBc-uuMd9x><-(%f9Z@}JDn^RGcZ`~xcghy%4apur3{{~ LelAN7T#*0(@r!Dt literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/prop/candy_cane.png b/assets/minecraft/textures/wynn/prop/candy_cane.png new file mode 100644 index 0000000000000000000000000000000000000000..2844117864ec693a960615d960f8c41a53a0c951 GIT binary patch literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY(g8jpu0Z^?@UWQSG*FtcB*-tA!8;}A50I1T>EaktaVuG4wSZZUe{w>CN47|i zh&Q{@rRX!0?pinSxPJa}$skd|`GT^pNi53=jnx|7?*kY$^Tf3DjhM8>)@YQmX_^VO zb#PcUg*1swU+O54`SzuNTNQhV%f&@JhXhK5+6=6?6n8QFfjQn}NG9mfs*|V9aof3KM>c;+CZJ*8l zyQ1uOcU9Kbui#TR-0?T+eI>h~ZOwZBvyMl#O2u9(9-ERH!@(o4>&ut?2pzR5nTEa) zcZV$I1ksm{_FwmuEYP~6A7Wbamq*5dCxnfGCt>N`jxfIKK<_Yky85{+J#a+=0LJHW AZvX%Q literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/prop/clay_mortar.png b/assets/minecraft/textures/wynn/prop/clay_mortar.png new file mode 100644 index 0000000000000000000000000000000000000000..2a475c384752f58fdf23873612c8dd3eae8a380d GIT binary patch literal 192 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5ngaUj*T!HkIEceb>`+9%Nawnq# z6Rla31djnl8B2ovf*HJ1a{d50F`h1tAr-e${aBd}CcptTdYqPZRw=IJ lcF^o(e`2eDaC-7_#>bv7WT&#VJObLo;OXk;vh=_e2>?ZlKa2nX literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/prop/clay_urn.png b/assets/minecraft/textures/wynn/prop/clay_urn.png new file mode 100644 index 0000000000000000000000000000000000000000..1d1ee0b4a698f1672932ac8b6f2c3cab0b27f525 GIT binary patch literal 269 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFM1W6-E0CU&<=z=?Xag8ocL6?UEa3Lef6TLUCY0|&FT_#RroHzvFL)p_RvKuxt)&pnuhLlTj=!K z?CKE}-Hg;E<<*NrxEo)jN-w_UB6O?nsLt#?CcduBUp{Tys2A$FoOj`)ZDrz_nR9H~ zLhe;Cel?jJ`E`G$CWnU|d!T~K{KG|)m>zEz`O~lD zhn(&a(OSf6Ye0TJp&qM4Fk}o;4KlR~nMNX9G$<6tJCQ^k^i9FmKsDM+k%_+ ze!6}+uuH;{HkXgn_0yr9>#Loo^mzF`^oCz<^Y;1W=g=Fzh10`ac(1%u2c1PU!+%s& e_7nVWSONfw&5IjYqECqc0000-5n0t0+PT!Hk>Yo{)qKXUTuj)S{b zo!Q>LYvY`w>*}{oOW!`jXnj}2F(236F7_L3t(IGuS;S2-3Gbh6XrS-kqUBzx=1>r9 zqO5G0?xQDfWT5M&DWj*O=`6Fg2xur{NswPKgLg{KA0TI@r;B4q#VuEV)+A;{0T~_d z;=aTG-o=TI`umC4YBcTJOMDe!{zi%_`ur>}#QHwhN!b z-)UE#(QgoqfAm0?=ZRF3mfVk>k`ixsy;HdHQnmdK(gRl{0FMuTK>z>% literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/prop/giant_gourd.png b/assets/minecraft/textures/wynn/prop/giant_gourd.png new file mode 100644 index 0000000000000000000000000000000000000000..d31aed238151d1ea1c177a127584195cdb45ec38 GIT binary patch literal 720 zcmV;>0x$iEP)WZnRIG*7 zICE}3{RPkZ+vf~cETnTLwPtCYS+!u!?D6{^tk1Szd?e}1-LE+XVbRzsV?bs%kH7aI zI_q&6@D1yK3IsPXW!@qM?);mKXFO4Og&|6mGrf9CO ztwAz^5l`TrBRK7W0!ggN zLFu3 z7tYiuzTwLNv!@;=!3MJ+3{)8;K|BdcEag(ljSN*j2`W`)ORX}Um|_yNrqZuAIEMgahcx==9NAZgtI0000|%hFN`Oy@E0BJ1qVmC>f~ya+8I?RU%DKLWKB&d(OyXryE${GdyOrPZKL*)Ote>gr`P+)iGKS1c0ZXMVz> zPp#$&zWYm?p_}Da!yS){Tjq!-h9B>>2))^M$o`<+uZ=qLkusL=7`Qta zCN%OU^teBmRs&kY+iwW!P7vJK=>PBf3SPH^8Vn3U>)z~}HD}@mpbr>4UHx2^9=IX_08bxw@Bjb+ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/prop/mead_mug.png b/assets/minecraft/textures/wynn/prop/mead_mug.png new file mode 100644 index 0000000000000000000000000000000000000000..b3cf37893702c3fb9b99bfa63c8fe7577bce3348 GIT binary patch literal 266 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n3<7*YT&*?4fXvIA6Amm6-_qr^ zq}Vz>Ho73hDBVZL-_Ix3MK#Dq(bmS&)kwxz-@s5_@TiBwG@u5ik|4j}{|xU;TP^^3 z?Vc`FKd?hDa)D;|CqCDJET;z6d zZh1au=JU+dD89{~cCGttaPacVEIWgXm%DT9w!e2+qLR1&CzHSQ`;eW>v`zt?#Ng@b K=d$#`6$t>Un_=(( literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/prop/message_bottle.png b/assets/minecraft/textures/wynn/prop/message_bottle.png new file mode 100644 index 0000000000000000000000000000000000000000..50695141f6661fcc0ffcb1ab86cefbb3d519d876 GIT binary patch literal 217 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nR04cLT!HkW4V#bibI`hua*{9bvZ=aG?;bWC#Z#>Vh8Kj=QB*-tAVG9_jNf^Zfgy^7cJsjs)y0x4 zo!bM?AJ`gc9JE2&&`wLEsGC-GMmK6@UiIoitnGQ*8weJ@O1Ta JS$g1#1OOKiSdah! literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/prop/present_blue.png b/assets/minecraft/textures/wynn/prop/present_blue.png new file mode 100644 index 0000000000000000000000000000000000000000..22d843739bf6f369e9c9e33f6e678bfa8bf4e13b GIT binary patch literal 326 zcmV-M0lEH(P)nTF0}BL_{Qtq{ewC?rXR*a(Coc>oS@#!5nOd%h>JaA&*^SJ|h$sLzfi%L_ zZC&K;VF#?a3607?0*&sT8>FH&cL5m>GLhCp$>#7;gDdW}QO;O?(WqWUy8Zu!!{4*b+#jcxOEYQGB2k zfh3YoHiSA5`an=)zXmtIHGy*DOED7=pX7EnQ`2*x^@pN$vskr6iw{@zEAx{Zs z_s_zb3kQn!%#q(_@JrOAh&lee=#5Z0X|>60b1#}^U+QH2&VEd&#B$CWzyJIf`V#A; zOtnkWue?68>;Lhpy}K=qd}sWV_dopb1Lq7S`w01-hUf(?=OhorRvPdrT$uIwaK^z? zC3^iT)tq;7t4?v%8ovE&`AqiF{Y6I#{Oq(3RbOHcFZ}i6N5y>e{?%W97Z#of-?oG8 qQGej6soA&PCoOJSZ^+}%z;Jfu0#?(oJ9R+!GkCiCxhy?!MFIdVuy=$2 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/prop/present_red.png b/assets/minecraft/textures/wynn/prop/present_red.png new file mode 100644 index 0000000000000000000000000000000000000000..f55bb0fb87eb09558323ba4154f87b1a86334612 GIT binary patch literal 328 zcmV-O0k{5%P)Dr*ZObqtVFsG+M-y3*)25|-Gp>3OB{ngcb+m} zL_CkgaY}0jlF@Zo=TN{A?+QqW6p#E^K;P@(q=%A~nP+3ntZph;@;2L1$@#ILF{s}S aM*slD%ez7G6;-5nL<4+6T(?ij0x}<8Sb68@?9=O- zmo-H6_7Whx2s3;xgW&a~wMkQeXi;uunKEB5?RMrTI>rVEBI_CGNY`aNgb z_Pn{PPWjAVQO5an!M56k%mJ1R*X$f*ZkBte_HHQNZlkb>CoQ0Tm(HSte4B!8b}Z-q v&{kXVP2k9H5AJhvHT#e0352{{H^{oB4530004#Nklf-)awzWaxmvh*+{wC53(|zZsB(`o+paTa&RUPOSiZ)v`iRvc+N#GNt z3J$cXqM-lxw0G{O*zG-iGf0&QufoDU0I77lpJYOk4MO69-sATNbZSX0I8Q0?zyJHa z^9^l}=+&7E0<*!SirEKJWLHX6lGuBLQU!MJw-Bo6J$|n|YL=DjkN3kn-;l51d^E2M zdcLad?z|rN(aGs3K%!?j2!OLN3euo0+4*L|$&bqR0fMh>oNfqQZ zYF=Q^H>J`&7DNNVcQTq3*zWZpRN3PlsBwkuiUoh$z&?k^^u8d^I-Z}=FYYT1#B1qB zR=eBw0|hW>e?k=z_wu{ovHYn}g+8XQ$|$J#<38de3O)tM1H!$4BM;EiaXUaYE3~_G yNP3<=K+cy5^)X$4jQ=i4k9%3N-=*RFqI?1F+2Hh$B?=t?0000AWfsx6=dSOpwjIe|U8^e0f{|40}g|a}S89ZJ6T$UcVA^`x1#zo5j literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/prop/treasure_cache.png b/assets/minecraft/textures/wynn/prop/treasure_cache.png new file mode 100644 index 0000000000000000000000000000000000000000..381fb28593c482c5b7ee04177e9ef98b524d4979 GIT binary patch literal 379 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFWq?nJE0EsOV`eXx?5|u9qf?n< z(cb7jW3}d`|Ns9VPrq?*$)kK%>6S3%g$0I(XItOe67cL~%KJ;rpC7N@5**b5)XZHH z}vJ=NGI5+LF5@cn+@ExV0#tNxe!SR1d-c*nV7 zMVa7>hUR=brmi;02glA76r_bcJZCJhyt2*D`_41p84Fgml=1CO+js7iiBO_y9;)&#V6v8?V8iy&|^c@6T&n%Fo#J6&*8d?iOx2 zeew+ZOvw+tb7b}1^YeFe^PRo0jYnFpWPdoP*wl@uXRbP=XV7oNb4MuQs^}WWl?n|E ze9b9m#2BW>ADnS)zV!^v=nb>#n9r!!=X3sNxupGIbNGRc(+^Ir5-j;<^q};^|L?L) Xx{ka~i`Gv7`k2Af)z4+=fh!UKb7`pr literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/prop/undead_remains.png b/assets/minecraft/textures/wynn/prop/undead_remains.png new file mode 100644 index 0000000000000000000000000000000000000000..64bf8a1d9b89e3050a64bbdd1fbe0ad14b5858d7 GIT binary patch literal 233 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFT!2rAE08{Y_QdWz+n29cJZH}I z&W@JKisFL&tccJ6Pd6tCy&p0_6^tc8e!&dhDLH?DoJvm@$B>F!H4_-QSPVIslV^p# z|1WPRb!$^V1S_kW&(aEywiODSr5wVAb~A>YldPCJu`Geb`DBRB;e4ql%Ptp6@?0)f zl1`FZRqGs{w4Hgo;tTibHFKm__3kdaGkX_r&HFXU7XKI2zA=hXy?8`Jt|pxKkNJ`V d8WOAwc8#y^H?7%!5$Fg8Pgg&er3bD^003a3Q{Vsq literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/prop/vegetables.png b/assets/minecraft/textures/wynn/prop/vegetables.png new file mode 100644 index 0000000000000000000000000000000000000000..6df827169b31abf683b4f4563debb8e3acc0dbc7 GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nYyx~jT!Hi&ONKojoR_nBUsp^1 z@8kTx++Kc`40AfO@je6f)hg^&>^W}YF&6ymTU>6g3Oq60YDa_de2guGYVvu-Me?VPoqG6B?F(}{%gkH?N^$&wcKF*>&&ZmovFJ3~`PtZk}h{+y}Ik!PC{xW$A${5&#}0Uts_M literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/rune/az.png b/assets/minecraft/textures/wynn/rune/az.png new file mode 100644 index 0000000000000000000000000000000000000000..1894e7f698c536ce6ef1a7c2e6a31d793b3b904d GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5!3-qTukJ|!Qi=gSA+A7r!{gk`fUT;^pDtXklTjrlx!({*n<;5o1Y^UoeArO3oi3r_4ZkMqXq&j zvv1#3+xh?hgX_EHCRK^ZDwbKycx*pUr#jAKU(UoUUv5n)G0NCJp+m&u@uA2m3GxmdK(gRl{04gk`fUT;^pDtXklTjrl$O6Gc!9-5o1Y^UoeArO3oi3r_a;HF{I+w+zF2Bjv8<< zduKVH_{;xCcar|cRqI~e?MX1c{(IB4AJ-akY&;*GJItbHp?Y0RW720M&gCAj;sa(M z5&13Vmv-vn<2^gnjqdhy?BaOYqwL_|{@XdaG3turOwp}dcZR&Jy8B)3+ndA%k?$2Z zW!Sm|?QJ)Fv;4S3(ca@7hE@E5J@=HI+|SE>+<9Dn^Y?ekB1>j}0J@C9)78&q>47T} E0BcEU$^ZZW literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/rune/nii.png.mcmeta b/assets/minecraft/textures/wynn/rune/nii.png.mcmeta new file mode 100644 index 000000000..e68d362f0 --- /dev/null +++ b/assets/minecraft/textures/wynn/rune/nii.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":20,"interpolate":true,"frames":[1,0,1,{"index":1,"time":100}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/rune/tol.png b/assets/minecraft/textures/wynn/rune/tol.png new file mode 100644 index 0000000000000000000000000000000000000000..3f43cb6fb1e236b21858d5f83948072ea36d2955 GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5!3-qTukJ|!Qi=gSA+A7r$DhslXVPX)>+kGn zE-J}LNr?yv@$&F+w6HK%Q&ZkH;lXd9BF2&+zhDOMl$<|6&IC^v$B>F!b0;*iu_y?* zN_sWmH3I^HO zP3gJr-Xbxb-~W%Ed{*zlh{>gv4eFrq&S($qIasb`N;OXk;vh=_e F2>_P-WKIA8 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/rune/tol.png.mcmeta b/assets/minecraft/textures/wynn/rune/tol.png.mcmeta new file mode 100644 index 000000000..e68d362f0 --- /dev/null +++ b/assets/minecraft/textures/wynn/rune/tol.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":20,"interpolate":true,"frames":[1,0,1,{"index":1,"time":100}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/rune/uth.png b/assets/minecraft/textures/wynn/rune/uth.png new file mode 100644 index 0000000000000000000000000000000000000000..6f52d7a7d995ed137c1dde9e6e176dd0f0ba2764 GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5!3-qTukJ|!Qi=gSA+A7r*SX&_r}d}JKGWIJ zTvU>gk`fUT;^pDtXklTjrlxFl!(SMvh_NKdFPOnQCFc*2)9UHs7*cU7=>Q+Y+6j$p zE`~fTUrlG{{{AmtbJHZ|z`?zZvnC#Tx8$erjJMC&4$OoI+mIq@({*RM!5Xdx z)|r3U+HX8uqyJ92N=rcSNdjy0>=^b(7g$y_NApcqUazub|Igz7iCb(XcH$6>u0Z<#|1Zy8+&X-G*UY*7 z^%MUzx73!FWt@~GQAX$KScDJM<*CrrE6arLIPS5frFt+&+FqdSFCHoQJyQBF! zM+?AiY0>IE$Lm>1b3wa5Zyqbj-*WC>rXCb9B>5}fubZ210FmdFFWs8wt2s+!so1Bx zN!;EalCFHO0ptYCZOXTT@da>L1A@fav+m7bWXrGy6z%*Onfv&#&x(8)YXIy&V{?C- z_?WM4clk%QTilKq@1VKEw6|a%=&S&q)265ifeufP;r%m2&amE$z{Un>3Mm+m0X8GS z$*7$53@I3>DFq*)wHOcraY9#sP;gt(mT&+LY8(PiV5~&jLInkSL>5ewkTlRW0J z+1XB>0c`&TJPPo`{CP#*OSgUiT(0GCcVhWEUdukiP12h|YA1Hyk6@E_zcJhm8Y@u~ zerUanVGO-riAZdu1Qxd>>6pEY9mol==JbFN+$7Xfi`AAG8)Wxt0o$Sg2{_n`3larG zVpFataA@L$0;}z23@Jqk4VS}tj%Weadx5q@v@N~P>2aW)Q^rRhee}^%e*l*X=fOax RAoBnK002ovPDG`^)EKC+2{ix! literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/spell/ice_snake_1.png b/assets/minecraft/textures/wynn/spell/ice_snake_1.png new file mode 100644 index 0000000000000000000000000000000000000000..8afde53a607bef0c86472308f4c726284ec2e8ab GIT binary patch literal 530 zcmV+t0`2{YP)(jpp*MwWlRxGK{ZluXVGjDe?Pv(m+U8+>kIe}h@mS!wx&%0 z6JCHFTurOY_5?zc2EcblH?Z}9Z3CgT()0ff*j_%(JPyG6EPp$_cylA5I#f+NUI7=X zXBdE@fUSV)ruK{<0d%=tD&hXZ2(XG=wU49`B?aO#94WyTpB3;5&|>%0w;fa(w>RS_=bcCg2e@kWDy_8aR{;`+TmcvWf53~r63Fd7i8p; zbTFeZ{1QrI3_|B|GGzr=c0dvu0MX`g$?;fL5hfyGc`X0`G21u5N0_Ou111i`Ho*)q zzB3y~j0+a(?+oz%-vex%0pMQ_K7Z|7*czZ*oC2`{)>U9Kf$zD-1$zTyun6IHQUJaN zyYBZ~24qNYfabE6`_`%b@&*{afx<08q2dyoE_YWqJIN`_^L;EOafyBIkswin;1v*h!u1l8L`8hx5FDwSE U2x)nzOaK4?07*qoM5Vyg7$dUM_W%F@ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/spell/mask_coward.png b/assets/minecraft/textures/wynn/spell/mask_coward.png new file mode 100644 index 0000000000000000000000000000000000000000..c7d55dcb4c65ea1bb6be4d86985f0a06500194b1 GIT binary patch literal 433 zcmV;i0Z#sjP)HgyCHNe@fB!f89&FaLer{jA20PfAZ8%@%dgLe0A`j zX0=#SkNFJZo6^{AgEW^BkqD(W>89Jz4qS>dVV!d@4YZLnbVZSgQ~Nr*r6;b})x3TO z>_2yKgZ=v2F_~bO(44sghoR=oo#aGoKsci#HR8${F0IG72eF>4*IlW{JCJRBi)3ZT zJ&_;ZUwKx2{4IP8cNhp^5bQq*^!=ZA{ojArkzW z5IZ$?{5ES}6V!0R()A5>5Dx5V5d#Fal4QfQL;G@~W{&%+KrElL%Wbg3Ei!~InnyFQ z6j*;mP<4{Gu64sC*f*82**_8(FmX~?*$)F6ibEPIzhTP_0fzi&9`>D9MssD@vtdaT bhyBG1{i^s`>N%7H00000NkvXXrNGn}oSnH) literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/spell/mask_coward_a.png b/assets/minecraft/textures/wynn/spell/mask_coward_a.png new file mode 100644 index 0000000000000000000000000000000000000000..1f038df913458de7e4ec03e0027549ecf323cc5c GIT binary patch literal 91 zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5!3JV+`-A~0B~KT}kcwN$6D(^#*)t3DGzA)P mxiN0Axxf;%I6(x+WnkFq_ck%sne!`9HG`+CpUct%S0n&Vn-?Si literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/spell/mask_coward_a.png.mcmeta b/assets/minecraft/textures/wynn/spell/mask_coward_a.png.mcmeta new file mode 100644 index 000000000..a5f032cbd --- /dev/null +++ b/assets/minecraft/textures/wynn/spell/mask_coward_a.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":50,"interpolate":true,"frames":[0,1,{"index":1,"time":100}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/spell/mask_fanatic.png b/assets/minecraft/textures/wynn/spell/mask_fanatic.png new file mode 100644 index 0000000000000000000000000000000000000000..c260d61bc0718f9e8f18016f67caf0dae656ab0b GIT binary patch literal 403 zcmV;E0c`$>P)Z4K+ zI|JOt(m+;uXb8M+L(q&2RAvEdjBB>{e4P=^n&YcEz8N`hLXc}1+NTCZ?gzA{eq}-n z$hTX@fgm6bFG3n8n@AU-bbgK-vP|zr&Hm zA-Aez!^|U_cMJahx}exn;xVhp-J>s9|McGYyumnX3#UWr>P z{fOlMEZ-wGkL_*}Yl)!-#|!rZOWRd9JX`qxfspH#4<;_%!V4C>(Eh{Q{Qzh?gQu&X J%hCf^BmfcwSd0Jw literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/spell/mask_fanatic_a.png.mcmeta b/assets/minecraft/textures/wynn/spell/mask_fanatic_a.png.mcmeta new file mode 100644 index 000000000..885c0f300 --- /dev/null +++ b/assets/minecraft/textures/wynn/spell/mask_fanatic_a.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":1,"interpolate":false,"frames":[0,1,2,3,4,0,1,2,3,4,0,{"index":0,"time":200}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/spell/mask_lunatic.png b/assets/minecraft/textures/wynn/spell/mask_lunatic.png new file mode 100644 index 0000000000000000000000000000000000000000..668ba6f50d9d869ecd41008c89ca1ab3a0f94318 GIT binary patch literal 436 zcmV;l0ZaagP)W9rgqd`GifZ;IPuVs$y)8qM9Yb~-I9eDjO%^9V6CuT;u~Ps500DGTPE!C& zWNiEZ00B5jL_t(|+I>-nuEZb=V?8ns{{MHM%|#X0WkIHK6EzVcw4F9^%B8OY><&@d zT>(H8xvKC8UU!NKt*pZLSOAGw?lD0)^%>{3NxFMh^w%K5@i8A2VkRk_orQ zP412{h=KMIyC@e8!dSK8d#nWJNvn#2t-d*QklIGT7!GmVZ|ux4e=V)008;l9V8o=> z8ibN=QEIEtgjQ=QHRFS;*G z!?ebCg@m#xVfuZ~^Ng4*XFkFpr*EIeT$?1qEL{l&{rp1UuUHBexMjdS6Zj2!58M!H ec~;=cE#I*T{qiqE4^Z7Xpnoq UQi6dk3aFaF)78&q>47T}0GPuim;e9( literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/spell/mask_lunatic_a.png.mcmeta b/assets/minecraft/textures/wynn/spell/mask_lunatic_a.png.mcmeta new file mode 100644 index 000000000..0603448b7 --- /dev/null +++ b/assets/minecraft/textures/wynn/spell/mask_lunatic_a.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2,"interpolate":false,"frames":[0,0,0,0,0,0,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,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,4,5,6,{"index":6,"time":300}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/spell/meteor_0.png b/assets/minecraft/textures/wynn/spell/meteor_0.png new file mode 100644 index 0000000000000000000000000000000000000000..32ce32ac850ad3041d2e4e41a56bba50d315a6ae GIT binary patch literal 429 zcmV;e0aE^nP)P0003@NkloXDsH zuzmp0#YB{O0xnD}Xd7_=GJ!-S0EE5*7RUt26F@*K%f>o4DTh{>M%f2Iax9e+h&lom zB)`hCo&#Vp>~0fxAGHu!clTqK{{n2We7Bu78CDE8Uf-Xgz_%Wi!2406)GdtjGeZXN zewC(w0>N@JFK-~}1Xv=XCd0%&HvC@b#MmZlI(ZV8h8}lqz|5^7ro?nSCWO5K=DdrE zcav0k3ULGTBQoYr`*Fs=RB!U=#oV X1Y5Jxf28SA00000NkvXXrNGn}`d6-P literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/spell/meteor_0_a.png b/assets/minecraft/textures/wynn/spell/meteor_0_a.png new file mode 100644 index 0000000000000000000000000000000000000000..32f5699879f89ca3ab2c3123e29703c50b653e35 GIT binary patch literal 695 zcmV;o0!aOdP)kxTO_4mL6^R$0jhG#8n9_9QtT8xXMri( z$-AwGSwsL3F--;}q8kBtKVKHe4W1UnFA&=yMDSLV2+kD%Klj925mt4Q>&PA`J1}M( z+Q!VG0Xq4i06t4WFziP|XZwM*sDM*h9Ef`uCbSw7L!!z+s|8zOg*cFoS`D~J6`Y=2 z`%x{B{o)L}-9)VSA(I53l?qoPN_DWo3>+BOwh>|XsQE9bgBwYu0{LO z49I&IzN}{Li8A=ei8C%rC|Xe=0+7Gk2j@Nx!`p%MeiBWPAfgw>A<-ZIKOP6xEvRo9 zvj?&c|Nlq%Ojt(>qyH%>$et88h-zP{+K#aWR&cR~4MR4K1vH06FEEm{HG+;!+aLzC zO>>%UOI4u-4hy}wTT#}Nt@V!-$p;>{LKXyKCc*6!C*1yv1OeuQzF;!o?a!!4O#FxW zi2n#k=njmZ6~Re<`IA%O=2Z4JHjErG0=)>wcyN;q$`TZ(mZeLL1|;gF==7o;f|^=d zY)dX+Ge`j3cJ7lj&_-RKO#c!1#p$p-u6N~ z7eEy&RdOPuF2Jf-(8ENOc>^9yEod8Y0WyI^Bmji|1uT#Wk~e^WR+f!*7b%BUnMTUbOJ09QPW{+w+)l00|DD)jgp;sH1wqF0A?N!F(btC zgb?-tm*?c#H8$>fbhn*wxBqXC3`{i! zVIX`a3#b!V{{@2Cf42t~Jgt^4@IIhz@i2Fnu~Z`H6da+T;SHtkjPiBH@26vDoP?B% zI<#V^LJgtMaKjlx?E=FK=H)O3DRMcS_PTw?_VEP`LM|Nle&04%vRB@z@$<^TWy07*qoM5Vyg7#|b_ng9R* literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/spell/meteor_1_a.png b/assets/minecraft/textures/wynn/spell/meteor_1_a.png new file mode 100644 index 0000000000000000000000000000000000000000..85da20ef6ab08706f8d8a2510be70976a003e3b0 GIT binary patch literal 695 zcmV;o0!aOdP)kxTO_4mL6^R$0jhG#8n9_9QtT8xXMri( z$-AwGSwsL3F--;}q8kBtKVKHe4W1UnFA&=yMDSLV2+kD%Klj925mt4Q>&PA`J1}M( z+Q!VG0Xq4i06t4WFziP|XZwM*sDM*h9Ef`uCbSw7L!!z+s|8zOg*cFoS`D~J6`Y=2 z`%x{B{o)L}-9)VSA(I53l?qoPN_DWo3>+BOwh>|XsQE9bgBwYu0{LO z49I&IzN}{Li8A=ei8C%rC|Xe=0+7Gk2j@Nx!`p%MeiBWPAfgw>A<-ZIKOP6xEvRo9 zvj?&c|Nlq%Ojt(>qyH%>$et88h-zP{+K#aWR&cR~4MR4K1vH06FEEm{HG+;!+aLzC zO>>%UOI4u-4hy}wTT#}Nt@V!-$p;>{LKXyKCc*6!C*1yv1OeuQzF;!o?a!!4O#FxW zi2n#k=njmZ6~Re<`IA%O=2Z4JHjErG0=)>wcyN;q$`TZ(mZeLL1|;gF==7o;f|^=d zY)dfT3|eCaY$rpLt-_cj4(ogu+EXK&W|77j*N`-^?i8L*9ia>f;6ziNMhVA0o8iQBy4UtX{qO`o+^HkMG{TvA4IHL-bU^Xr;Ar5{vGxuAPha z`LhT2@7>wi?Op=_o`P1!814QGF*GnZeBtw#FGKS~LkmO0>i|>(gI;N)jq(t!w|{YC zvw!r*&;F^={<+>i0Q6RsR}eud#{@Z;9G{q&K0ZG9cX)LC_1ggelnDnZ0As6)?oW)3 zS7YP9e%EWKCu86LW`J{NvIAqgy82@(Q;H#a8CPl zQcA%nAvAl1Klt}P`p`aR4@7X@qOBHa-VpE^A&iT`#pqKG0jAl7;NYqu&&Z+=90@`g zh@y=8!q`;s@z*eeHkCrF#Z%y8!zwQ|D3lw_GpVYq(V%GK^qq5^k^!;ujz-5;xen#ZRCo$$VA=(8hl-AK{q*Y1rH#qjv#wk~0a^ z33gIvE)|F%SbD#ucNswPKgLg{KA0Q{+)5S5Q;+Afgd!w_Vz|kjV|3n*3zp1>;V3Ex3 zq%p(3`Ad2Aq=JxWTZL_LofT%9w~|_K`0bg{@aX!q^Ddvv-+O;qU!(SG@ta%9u>r0J zU)Ncly0!B^n+~JI49hmwxF;9>t(nOlruyS@w}FVdQ I^uQGf0C~JmO8@`> literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/spell/shaman_totem_2.png b/assets/minecraft/textures/wynn/spell/shaman_totem_2.png new file mode 100644 index 0000000000000000000000000000000000000000..0574e1cedf670703f528a1601e0e773cff7789c4 GIT binary patch literal 321 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?#d*U5*7(5&=FTu0T4zNG~AS&^KPoC0NHP zM9a!cUEe|R%fn!h9Ain4UoeArO3oi3=ennhV@SmwBk3VktwisX*VB`K?>^(`#QIwBc7;B+y}2RUOSUCG&Us%Z}_vNug8_xYJ+Q1!i@o|rf^qOzhudYuKySD22GtP8`; z5^0S;`RD!jp9@q|>gnPbQgKVvOLfsP1D?LwvcJPWx!QkO9P>c;>hAr&EWxeDI z%QjV`j?ZH2_Wnw+{{GwTN5bB3|Jk)0ejlAaL06?lgZU4`X~+Mehy9}qfDT~rboFyt IdfY)~_QU_Fm;PoIEXuaS7Zq?B1@ zhe1kY`?j|E0003#Nkl6sZvJ^51lqZmEyRH>VdU9T-*_j(OvC< z+~IBzk!#Q_G!sTUc2t^*!zJE1TxHayDKi z!E`@l(#raA;iGROWlyQcuDtB=ePQ*j8GoXn{aTkx+f386sc9hPd|#P(c__nE84VDu&<);lF&{qT2Y$=*TLE<(|MYUYLj(MbUtCzU za3sQVx<>~*E%3C6E@Yx!ryP1vOiffJ^n-}_rX&oY(zZ$)0CdN8Y!|3jP^nZ97~?>O zzZ%Ff#!+e<1j0y|ifYEFgjUY8oYF^<@SK#8XGIA|QsTK$s!T$j>nq{8`BSdwUPVRs Z000Px(U&~#+ZX@<002ovPDG`^)EH!nZ1eyC literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/spell/skyseer_totem_1.png.mcmeta b/assets/minecraft/textures/wynn/spell/skyseer_totem_1.png.mcmeta new file mode 100644 index 000000000..7a3695843 --- /dev/null +++ b/assets/minecraft/textures/wynn/spell/skyseer_totem_1.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":64,"interpolate":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/spell/trap_0.png b/assets/minecraft/textures/wynn/spell/trap_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f37f8f060f2892b9dcf5e728ed1a955ba4de758c GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?#d*U5*7(`~f~8u0Z-kyTjQ=r}Z^1-3bOe zCkyTd3Ne-h`2{n0r{w$ra+Z3!IEGZ*s_k#=JnX>3a`ljc`J(wI36uV1|0))nqwFBY zmvG~R&ylcT31CUGdVnEwpzSGOE`qHV$Zx;lGYD?dlxm^`9-YHJN#KWboMd8OJ7;}LW6l=SkQ=&uZ$Fd?bnAU8d&2!mc&%0sE zKgrXqYzqT<1E%!3=x>OZKCo78_M;7quf1OFci>z3{@5w|<5Si;Y+TTJ5a?hAPgg&e Jr3bD^0029VXT1Ob literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/spell/trap_0_a.png b/assets/minecraft/textures/wynn/spell/trap_0_a.png new file mode 100644 index 0000000000000000000000000000000000000000..065eb46e057c8fe438d212eacfe0554c8776cbfe GIT binary patch literal 287 zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5!3-qTukJ|!Qi=gSA+A9Be?!CNgoOVd9gE(be6cth`WFb(Xw*rG$j^>HoihiWp0R{DK+0Q*!u=bXjMZpCfbNz;EDtQ#PD%J literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/spell/trap_0_a.png.mcmeta b/assets/minecraft/textures/wynn/spell/trap_0_a.png.mcmeta new file mode 100644 index 000000000..1563594da --- /dev/null +++ b/assets/minecraft/textures/wynn/spell/trap_0_a.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":20,"interpolate":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/spell/trap_1_a.png b/assets/minecraft/textures/wynn/spell/trap_1_a.png new file mode 100644 index 0000000000000000000000000000000000000000..d40e287c67b145c501fea294518bd5ed33926187 GIT binary patch literal 287 zcmV+)0pR|LP)$q z1icTcj|AEaj6m4eQeEf)t+n3T!UDjot)r%lCE%AWLU91j$f%4O(QvGjS)sX>y4ONT l>%0I5CD7M#ia6`<@E>S$?hIker&$01002ovPDG`^)EK3BccuUU literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/spell/trap_1_a.png.mcmeta b/assets/minecraft/textures/wynn/spell/trap_1_a.png.mcmeta new file mode 100644 index 000000000..1563594da --- /dev/null +++ b/assets/minecraft/textures/wynn/spell/trap_1_a.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":20,"interpolate":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/tool/diamond_rod.png b/assets/minecraft/textures/wynn/tool/diamond_rod.png new file mode 100644 index 0000000000000000000000000000000000000000..b35ccf0d8f3a502f47de8c9824ffd2816b03cf56 GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYS^+*Gu0VSA!}HaLHixZVTwL1{ zmzk$hm~ZFfBODoRVP>RnVs4-5nj01c^T!Hk%Q$-)2tSB!lj&)Z% zzbtBAm2-W9iKe7luzs4coW6~cSCoTzU$#xUpXRz|;|M!BvC=bwKy8dAL4Lsu-YGeM zfShno7srr_TS*7F8Df2oGBPMKJUW;6J^or=+?V%%m)gren!EeNy*YO)3-AB6H_iT; zx8cU8yB+74Rx2*Oww!It!x$OvwM!D}%(qPZFolU_iLHj^JkQG$gv5>3e|TNAZ>^*p Q&-5nj01c^T!Hl4w{IUmynFu4iOn0= z&6qK*t)-zTFDol8K04e#G|=7E(IUuF+rdo5SzpD}SYJ~?^7v;VX`nX7k|4ie2Je)d zKR`}^r;B4q#jRSOql~VK43BQE{jLA|vYwyGx&@lNzdZGND?Liiy_~_Ea&NNY`C}ja zkJ(5YM$IqH(@0zTa_fajw{!j!@d_&|C>GEA{%QF_Q?@;f6Mw(9$ezl+9B4L!r>mdK I(gRl{0En$mm;e9( literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/tool/stone_rod.png b/assets/minecraft/textures/wynn/tool/stone_rod.png new file mode 100644 index 0000000000000000000000000000000000000000..dc39fe6d9ed407430882fc26a1cf7b9adbda4192 GIT binary patch literal 211 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYx&b~Ru0VSE;ze^N*L1hFwAW{q z7bRq*grp?|ga)}KdK!k=Yq~gF`eo$P3iKSQ6wH%;24p^9RTY@pN$v zskoKw!2F0;VAjqI=8yxo8I&$;VmvgVBaOj$MzpzugwRbM9wvpxZM*_)tN{#1Zqz0- zw;Z%qZE9>3JhAVq$e{mdK(gRl{ E015F%DF6Tf literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/tool/wooden_rod.png b/assets/minecraft/textures/wynn/tool/wooden_rod.png new file mode 100644 index 0000000000000000000000000000000000000000..3be1f0f32c1ab4952f4a913ab6966cfbc085e51c GIT binary patch literal 221 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nj01c^T!D0$y{3)6a$%U6w1jA) zr(srFN=s8?eS)=Jf`ng@Onkk3%}llBix(Z*z4QF(qqlFL|Li~iGEf_1NswPKgLg{K zA0Q{f)5S5Q;#SfDeumJVRz?Oz5hweI>(Bq4zIFG2aCRAQdimNHuU_w5zlQ(R?M=cb zcAhXVI3#eXhl>FIBqx!oI&qb-Qwu Q1!xC@r>mdK(gRl{0P>SmU;qFB literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/anim/air_effect.png b/assets/minecraft/textures/wynn/weapon/anim/air_effect.png new file mode 100644 index 0000000000000000000000000000000000000000..7c934f71ae3d0e3f97313ab5fa0a7e94bdf4fdd9 GIT binary patch literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^3PAjTi5WYNzzLl7ti_T=$U=TN8Ibf;ds&gpOg+FA%yViD%-0eqnW!|+!Wn}R**UEbt zF}{xUeDJxWaoN_sjJtW6d9f?5wH^4h<&fH&p2KqkxP5y+8oy|-Jn?g@sM4!O4hy+v zgI(MUmj~U++O!!c-yPrd{@gFCmZOK+*Z2FDmHoJXaQcgHUpKy-AK$Z|^N#_abGb|T qm&f~cGn<ai1pQpU#o+1c=d$#`6$t?Udwo0r literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/anim/air_effect.png.mcmeta b/assets/minecraft/textures/wynn/weapon/anim/air_effect.png.mcmeta new file mode 100644 index 000000000..4ff17b458 --- /dev/null +++ b/assets/minecraft/textures/wynn/weapon/anim/air_effect.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2,"frames":[5,4,3,2,1,0,6]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/weapon/anim/air_swirl.png b/assets/minecraft/textures/wynn/weapon/anim/air_swirl.png new file mode 100644 index 0000000000000000000000000000000000000000..50bc23196db448ff34d4935ee35c43f57cefb8e1 GIT binary patch literal 781 zcmV+o1M>WdP)X8W1sGlmKmlI>Qq6MqDXjyrsc<0i6w#dni+u-D zlv7A(%s@#JPJ#6ZklqdvB4IxJs2su<44|_K0QRi|q;(zVlGn#)iw-{$~X|1|Xr?5Vhg|wOLDM}v}AhmpmA=t_SuvG(y!4Hw9AA|se z+yGe8=%*OR4nP{Old`cVfToA2Xjxh4ypN**k&u@TJMZ6A?wc(8Ui+)-bVP!{HZEaN z4$*-9^)|sNG`D?jZcdQ<>`OCsC2*pu#Y{o?H0HwNRjLvzPYC?mOgtH$A_z}xVo-T> z5bUSfUDfXn7gTf0P301VoLgzRItL@Bt*w3Cs$3$sbqCURib8BV0I6P`E<1G6Mg$09 zfz)Ad#&n1R5s23)VJaPtKC>Lc%F5lR1A~>)uNDLVv(^(p^&_KJdh8@#e)Vd$LWiny zHPNzfOk@*I)YhiU{nHVapq`bjI491a3is-7QuPlpP6Sew$GMDEd7}Ie1Vta&ruhEV zSeZLXe)WsNN`G9mkXK@LAzV3>&b(EJ2|y$i2GV8%r?3^^eFp~rn^=Y zz7(7QHmBtj3WSL;vk+l_Ilwo<)Dt9<9b)Y048)#Z3J_w)I_yho0>D{GW0d>stn6oH zOfKBlaNjqV_~OKJn>SZUU+PP9oFsf0#f5j_0|`Lp$sjxt{vzK4<5|5|g%&I`00000 LNkvXXrNGn}^>be` literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/anim/air_swirl.png.mcmeta b/assets/minecraft/textures/wynn/weapon/anim/air_swirl.png.mcmeta new file mode 100644 index 000000000..cc0cf1468 --- /dev/null +++ b/assets/minecraft/textures/wynn/weapon/anim/air_swirl.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/weapon/anim/air_vertical.png b/assets/minecraft/textures/wynn/weapon/anim/air_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..9d3c22eca20ae38572a2312c3d09c2ebbff82b8b GIT binary patch literal 347 zcmV-h0i^zkP)>IS^_FGh z15oV#^0>&eu>qJKSPRuJzH~MBGXNvY*TQ_OKHPNm+0OusEME(!UgdRq1IyP! zF-21>h-x8Q1YmUeT39<-aSLxPA)8D929qy|sCvsLN%0o5Dgc9uOX9BevBWqC00001bW%=J083>;^<*Dz(#OelU9Jt?atZ%W0yn#PGns1~UZESbD1 zA$w<+$5CcV8KE%l2g>mUs{HqY+4~xJT7uEX2~|$04O7Lk2TDASP&G!#c@OGCNwDPh zL0N0(_Zux02*r0ysR2|AN+S&=>=*toulA!@5h@-nm4Z45^_?V0jO_!&g8)GXqd>-x RJAnWI002ovPDG`^)EJ55g46&2 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/anim/cyan_flame.png.mcmeta b/assets/minecraft/textures/wynn/weapon/anim/cyan_flame.png.mcmeta new file mode 100644 index 000000000..f7613667a --- /dev/null +++ b/assets/minecraft/textures/wynn/weapon/anim/cyan_flame.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":1}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/weapon/anim/earth_color_petals.png b/assets/minecraft/textures/wynn/weapon/anim/earth_color_petals.png new file mode 100644 index 0000000000000000000000000000000000000000..cbb431d11828940a1ceaa8222bfc83b0c345d8e2 GIT binary patch literal 324 zcmV-K0lWT*P)D41?Qtf&kC^pHl$@ZTEsT{PPAY zm@S{_fT+qd=GS|vW06=!u!I*WU}j>^!GxDM6G@j$Txm@#FD5|X8~jAWK3Y3JeXMe? zBUtZ7(w?vS0ECi48dq+*n{S+HCYC1?AnT7!M zl*_AJ5vhopFOVy67p0!;ghqhbwG$xaB9pb=fg}z9iP-O=K7>CZdpXHk*8z3_-4@?p zw0ijB2LVp6E6GMk15g1LAg!Si^XQ$LwgBqu4h2YXogiNx5BMRkJKEc1alh4Ffm;Mg z%pdSKebQnFLh)uk6qpL21IH+q?#;gt*CdSW9aWsgJksi*8;9+ymq-D!1Ir8vNfz@Z z1sIV%&Y_Hm|G;GcKq;GMi++HsI0EjA|9SL^)Ii#t7YWVW&E3)fo2~ZFPMJXy63x64 zTbbS2vH+z%)Oe9-K(R%xi=aopY9mGxJ@ocnkjz4m*a4;hZ@){V0Iw|$906LSbue!S z#5ek5;E^0-P{N09dO^%(T}=m2es4~|Mo6#_QVzjb*En8W{MT1?8xNTy;F%Av-e*z) zbCTxWWJjcb{c+rm#wnttT&AP|+K`GK0F>_c(cRCrq4b_~JjELV#y_?=?0gCmXrKT9 N002ovPDG`^)EHxK%;^9C literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/anim/earth_eye_glint.png.mcmeta b/assets/minecraft/textures/wynn/weapon/anim/earth_eye_glint.png.mcmeta new file mode 100644 index 000000000..cc0cf1468 --- /dev/null +++ b/assets/minecraft/textures/wynn/weapon/anim/earth_eye_glint.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/weapon/anim/earth_pulse.png b/assets/minecraft/textures/wynn/weapon/anim/earth_pulse.png new file mode 100644 index 0000000000000000000000000000000000000000..c848fa694d7ba000f0871150d666420bbedba83d GIT binary patch literal 680 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/anim/fire_core.png.mcmeta b/assets/minecraft/textures/wynn/weapon/anim/fire_core.png.mcmeta new file mode 100644 index 000000000..ee3c1544d --- /dev/null +++ b/assets/minecraft/textures/wynn/weapon/anim/fire_core.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":12,"interpolate":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/weapon/anim/fire_pulse.png b/assets/minecraft/textures/wynn/weapon/anim/fire_pulse.png new file mode 100644 index 0000000000000000000000000000000000000000..218f82b87a1e10aaba4b421e28d534e65bb38156 GIT binary patch literal 680 zcmV;Z0$2TsP)a_ol0P;WpAVs-p00001bW%=J083Mzd}x)w&%2X&V|h2K)DIdtiLjA-e=^` zvg<*Xe(5P5szpLMC{2mKh>p?7c^I-R<0g@|kS0lUTznDX);yFMFdb$ME$)MsvTT&6 zsND{~jj^k=*N)Q5t^&J?y))Dyo^#`LN_^@%3CCgKnqEd6h36C*9BWwKhubM+e1o2% z8&-#P8)ihyQhl~-7E#@uJ=5Y?9oDVUgB%VSJv%gz;(GEC^~B z1%XOR8Q~fuB34R8Db_?$6fif(teGf2rTcKZDvR!bxkuumI%{NJ*>x{pgAV^8%U;Nr zHORHK8#aNo(7mUR51A`y(Lx4Gxcuk&*8ZTbt0CFqYi_ O0000k91Wgq*1EBj_2`++O^q)hs5 zA^WdQ`?X;Drc3!w5c*LP`%)D9Qx*F;1p7Dy`!)dVLId7N2lzV!>^}tNJO|)C0O33U z?=}SQI|TbQ0PI2p^E(6PMhE#b0P8;l`Z)ypGXeTK1M@rr^*90VJOtrA0Om;q<3tv#8s}KDo-bE7Tab%W32<86rr2tkmjF1& z>tFw_%dX;hG@E8baw87=iWnlH;|>Iv0eP_5v72yhsWJYS-6;9{ zI)1cmX&Yg?I$Bfvwr?P@OazebxM2?*5CfD_nIF*{$KPy?52U%M#;zyKkF*6=B7s1i zT@dE%ol9$|8W*!niSH3$AOO^UD?B$Y2NFnksYKs*;;JZHPt%k!&;ep;L_nI}{HKAl zGT;$B_R?dde%s~q#Gfw=;h=BUwILi31IAMRJ%EzZaBv(Sr8MOaRwCE)#8#@r5S>9J zP^c_3*I)=5QugMRU1!89U#}!i6&T}%^W|bb>x&7LE`R@>pKvrB^jmGhU1M~6%^KBj zu+weS$-IWc@x(0yDQ7RGPuZ_OKOGN1MLg6S-40TLQfu~H91{uNZuJMl5uWm!0zDH< uM1MA4EIHSv`~o#ax%xV7MgsYY?f?L6v)1&H(Zi|$0000P0004>Nkll4JYkFfzIOF3_b`-SwZbcG8hnCOM4+Mv+> zh%O}KbGOn%y*Jk~)JAd{Q%B{>YIN0NGh)roF{e-82W*WarkAi`T>`_8{qYz|SXnU= zgk^pT9i-4(sIc0AC>usCRhcChRv+ZbzdT8QsCv4H2k|uF+Cqvv4p=vp<;>8 zTA=!}3e~4}6Sb*4wOG)SPd@qN6T|n+lbDN@wvoQkf=^eUbP+XMGPyHE6ho7OU+&P$ z!lYe9_7$j^nqKa{%J46jc`)ugDdPKXd~vc*2s0Q@ffJH%5DfTEo2{}_^Dv2(r#pPQ zO17>m=i9#Q7{=jQFtJ?h^XZFVJdlx8EnwM80Je#@wBYo^+I!j7-pLFPVG!f-ecev< z3LGqfO)P2K!CIUK#!Ce*?DMqzL3Z}b)#C**%+Gn!%Ef}lUq0n^!!X02{{SwQjOc_& zR=HrP5T732Jd|+0VS>TK{QT8zRI*>;{Fz_B`TPe@y1(ko*&jUs0000=l8j=(SVp#_*gh{9)mX+d() zw=*6vee9J!D3Go>34j-U42Zt$Ab@9t**>yx|Rou0I&n-@oWXyy??dPNJDAJ0tWPV`H(0H|~!W^ic(UbW#7#{%UW9qX>;6C#J0000 z7)yfuf*HJ1a{d50I-V|$Ar-fh4{(V%9O2^Vc3Qxoo~E!vMY=(OCBdz*)${<5s6(*( e&fjc23=Dav-aph{v+W8{AA_f>pUct%S0n(|geN`# literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/anim/glint_s.png.mcmeta b/assets/minecraft/textures/wynn/weapon/anim/glint_s.png.mcmeta new file mode 100644 index 000000000..987eadd28 --- /dev/null +++ b/assets/minecraft/textures/wynn/weapon/anim/glint_s.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2,"interpolate":false,"frames":[0,1,2,3,4,{"index":4,"time":200}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/weapon/anim/lava_orb.png b/assets/minecraft/textures/wynn/weapon/anim/lava_orb.png new file mode 100644 index 0000000000000000000000000000000000000000..f3f960b30cfe91ae6683e4fbd4f48e0de11d4c61 GIT binary patch literal 1659 zcmV->288*EP)wLJ6cU#h6`Cj{nj|8eE-jfL z9*+?bdk+to85Wln8kiXrn8I}|lnV6PFD{rL8=f^R zo;5R=7#Nu#ADbp5m>C+DARw3?8kQCrj~Ew~6BU>m8=yWsiWU`;93GJr7M2|wcN7(p zA0C(;8I>9rix3l-9~q!LH**pajTRP}A0n3-8J8FrnIasM78jKj6L}60ml+nCBPp6B zC5s&%k`@-5CnB3BD4QoEg%S{w7!`pS7n>?5oGdAxGBTVjE}ShZoGvVf5)qv*FrG0l zo-#0m6B3*)C6*c#k`fV{B_wnX51Jz)m>CzHFDr%?8G{-Yo-#9>DlCo`5|k7Xn<^%Q z5fq6P6le?#kQN=DG%axr4T}^Nnj|2P936`g5t<<-m>CL(DA03h) z9F8F%jT94@7!{yBIEfe(ejgl$6cU&k9ETelmmC?E78sc!A)6^Dlo1k%6c&{d6PO<$ zlNc7593GhLKm>L?KEGL*67?>O%ne6H78IBq z8kG_ffDaFm5fP0L5WR2rr2qf~9Z5t%RCwBL)l-u#OAtr#mDL+#9oxpWZQHhO^VqgV zd%UMB^Ap~wuIP@Qi2Gb`zgYh)0MsR@aajE8dk{eGz{@gN{OYpz;F68Bw!yRwu;eud z4y6tsoYUb$>Q%8@02og-_0D=bSqNqv$C#EWJS@`o3Sc&ffSksJmKOopxM6<%$liAV zgyhO)=2-=iRV-)$=)X|yaIg?Z3RD@#w=#L2xpTOaX->WU7W9xJ6=2L=Bmp|>MpM>9 zQ+GjErB)RUuK*nFW(Dvs9czGzQ3PzyZYQuBI0BX?V65vnvpkI+D|uH87B5|PA$U-D zG`B_%bpOzdhp4BDjj$KQQW~!0u?Y$f+FJ$e@SsEwgq8;ZBN?s334Y|PkY2g0k6DGA zICYYe$7gb}kpQyIKs0!ec{tesYoiCcvkK5Yd?#$yFsGK<@E{miMw4CamZ~5~_4ILm%%m zcanbK)E__(8<8i0io3WZ-%IeId4}dpAH!7v);^W@@q+^SUQ}WqKJEojqK8=C$F=zX z*~_13@W_}U+lzRD2f)|ksZWc&3>!rs5t2 zmv&F?5${JWczhE2sAYROn(yUM=;KxrV141C6!#Bi$E0XqdI%&SdcLlaBAmH*oD0z(KeQfWJeeARWs!b1%qcAUcguS4c05IYSeLS?D2f)7N z*9LR4KAN-lGAtivdwC|`i&DBDM?xQy!2{Twc^r*>Tq*r8jU7fmDe<1#?El3&>mFRW zk4p4lYUJnQe!LVsCNqyY@Kx|Q3-EnE$%e$(UG}&jMsvnv0xkCPG1hcJR-u-8999p= z2tcE_r|gUO!_I_0bOJtS;q`^bQ0T*3winZ6{sEYEPse=L$D;r;VNaL$(i}hFi+c)Z zgU9pPUhXq4j`@qs?!$zlkE;ZhLG(akAFl)t6L1##_z$3mQj=c%Wqkku002ovPDG`^ F)EEwts8j#| literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/anim/lava_orb.png.mcmeta b/assets/minecraft/textures/wynn/weapon/anim/lava_orb.png.mcmeta new file mode 100644 index 000000000..c299170e9 --- /dev/null +++ b/assets/minecraft/textures/wynn/weapon/anim/lava_orb.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":5,"interpolate":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/weapon/anim/multi_color_petals.png b/assets/minecraft/textures/wynn/weapon/anim/multi_color_petals.png new file mode 100644 index 0000000000000000000000000000000000000000..6a8d468274a8b8f5c3608193fbd7500fe87c3e16 GIT binary patch literal 253 zcmVLoZgn0001p zNklE%P_q8hB zi0x$iEP)0000CP)t-s00030 z|NsBidH>TNu9~8D00001bW%=J083-~RjDk_{{||O?{sa66 zuu9l4Fnqu&@d41D9cZ`}L}48N-)XXvQJS);RSgtu5Q(Nupbj-;)U*cm?MDJwR0LuAd?G>p2J4Hc&qJP|ICFhV^u2P<{pXx> z(R$r|?e_^G+|FJe5SAUQwHk5>G#@B^2Dqkl18_khbO5hJ&;p!^Mde_g%7A-~3Tj78 zbF{{Y-U^zwdX6#(Q()C9>FTN?^2IujCD5oKcCa20?rzB*}FoO8~(6WSfo zzU`4N`~DhX*|+`sK@DiRYCh_wXeC>m4pyqmh%LIoT9TE)jI1kyH=tX9bFvF7I4^>Z z>}|1)E3%yt%nwB{HBhhB2px1*aKpXzLH9&?gx=t_RjUhivN~8^8Rrq(Uk1&9+DOYh z$sVrdp!%+scC9X4yq)*^LAPrC5y^kG1m~P{VN7Tvh8fa^*;%3#6Eh;E!T47pp?^h+ z+-oQ-$Xfn^)gK2fT6lP{vIE^l(dnROj)eZoD?qkZftGkY=hV}S*jUS6{QM(!xKdY? zl!JuObS&gX`cG)%IN+Rf?rGZch*C{rwNb%(tHs~E2W^QHNNB+fcyO?&4zPmFqXiX` z9n{)j*qVVgSHuwN*K5bygkek@1i?AyoO8}O=Y9Yx8H6WqLE)kR0000$w literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/anim/multi_magic_anim.png.mcmeta b/assets/minecraft/textures/wynn/weapon/anim/multi_magic_anim.png.mcmeta new file mode 100644 index 000000000..8a18c4408 --- /dev/null +++ b/assets/minecraft/textures/wynn/weapon/anim/multi_magic_anim.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2,"frames":[0,1,2,3,4,5,6,{"index":7,"time":60}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/weapon/anim/multi_orb.png b/assets/minecraft/textures/wynn/weapon/anim/multi_orb.png new file mode 100644 index 0000000000000000000000000000000000000000..632fd3e8d1d60985626a32248197dd467d5b54d8 GIT binary patch literal 3571 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/anim/thunder_pulse.png.mcmeta b/assets/minecraft/textures/wynn/weapon/anim/thunder_pulse.png.mcmeta new file mode 100644 index 000000000..8a18c4408 --- /dev/null +++ b/assets/minecraft/textures/wynn/weapon/anim/thunder_pulse.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2,"frames":[0,1,2,3,4,5,6,{"index":7,"time":60}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/weapon/anim/thunder_spark.png b/assets/minecraft/textures/wynn/weapon/anim/thunder_spark.png new file mode 100644 index 0000000000000000000000000000000000000000..d4560bb660f3fe04ca7908f5e223c38e8f376b7e GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^1`G_04NS~H*4*H|{y>T+z$e5NNdE_dYnA^m%deZY zs0_$wED7=pX7EnQ`2*xE^>lFzskrs_5+fV4p+M_H`;Fea0$wmOt(d3e^>X7g4NI^7 zunX@t_Z)Kyea;+rPo+t*rlf|aRp48c&!MH>7Uk=fe@f5xGoq?fX9+ByGTW?8;F;c=l$QBZc85DWUFwwRQ!F=mLGsSr zStT+z$e5NNdE_dYnA^m%deZY zs0_$wED7=pX7EnQ`2*xE^>lFzskrs_5+fV4p+M_H`;Fea0$wmOt(d3e^>X7g4NI^7 zunX@t_Z)Kyea;+rPo+t*rlf|aRp48c&!MH>7Uk=fe@f5xGoq?fX9+ByGTW?8;F;c=l$QBZc85DWUFwwRQ!F=mLGsSr zStP00049Nklw} zJHo(RAVBVarU#9(>!hu03D9o*0IHwkUnPv!KSEs=gTbFq0GUO~ad62#rT_o{07*qoM5Vyg7~-AICjbBd literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/anim/thunderbolt.png.mcmeta b/assets/minecraft/textures/wynn/weapon/anim/thunderbolt.png.mcmeta new file mode 100644 index 000000000..b64efd835 --- /dev/null +++ b/assets/minecraft/textures/wynn/weapon/anim/thunderbolt.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2,"frames":[{"index":0,"time":120},1,2,3,4,5,6,{"index":0,"time":12},7,{"index":8,"time":1},0,{"index":9,"time":1},0,10,11]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/weapon/anim/water_atom.png b/assets/minecraft/textures/wynn/weapon/anim/water_atom.png new file mode 100644 index 0000000000000000000000000000000000000000..9c18e5336386974e0267d9cfc74d76b7b21af3d1 GIT binary patch literal 1275 zcmeAS@N?(olHy`uVBq!ia0vp^3P5~-gBeIhCaKIqowymO45%Gw4iEv=0NK^MF3!8P3uqJ&B~IGE`t~*;W6PbL%kJy|Dh3Ho zJ_sZsmIBGT{g=u%oP(GHB!ebwfRjK*O!pq38VCYf3SoqIZwI2(X&^@eMS!Nk4TP8m zv}^nAT@YEItAGrkUZ4x(CxToK^a!$nKoJPCx9&3o23cxJkY6xEPt%0%{waNv`lrlZ zId|2z{hL-VT{L%M$HZy<6X(pFy?pWFRmX~b19oR8F!Z?89RdJ-kU`e3Vi&gUE3j$38iF0*?7pU1p;vDf>0|GS3!iq>rX$5pq- zu;t7_0VcQo*I9c@Z%KI+Kh&)1ei?9qHAv~fHOG@nYUKhpS?&*KS~x*JbdJJ`qeWXe znY^#PQVy8$DWNuIqNC*1Y)v+&%~5)*6fCrt)-bZ1e0@IE@#Bw6k^v><3XGGqC1$a? z&gL?AxO7XFEo%F9a|HvL83I!F2PNv;4foCC6f8XbrCJ~%{({pYA+BtN)}~o2T4MM& zY5KoX*j_i^x4L4p<^1CZ+=G^eY-+u(@#MYNsSS%F4c>@`?9|mf+?7`5#Co@UinW2_ zZl9I??p3b;T!A8Ru6e4=Fja<9#)qew)g*V!oxtKpRasc>Y}zKlONv| z?Y!~e*Q=cTsW+D~=e^9=)BpB%^48Yq*~_2%D{pvt?t$>}V+YSx-_Sktc=FA!Z#CXb zIlA<=@|xVE3F5b-iXTi~>dIPn@$J{h8l(LTySJOOOK*3d@$!(`r!Rj>E|(que&uiX z>GEBFXWmU(U7a3&{YcG(u(E!Cl_ciM%I6WQV zrt>Gge|OC`Zj1j}5y?O0rQ7n;w}W+4jMqCqG+S>KbhJkAuhxmbilJFgC*6NuW_dtx zeYkd9Ki|H<%PSx7r%MR!FwuS(#`?i}QLgHp=lY?q@BC>KdRekAWZlP4w;K{o9Sl_` z-=Ds4)B72Ihaw~%tvCI*y58pO|EmE$rXM`(EedNlWo%_PI3Cd-&KFj#;*=QoKjQ9# z??0Ii7Rva(X_`}uKmWaaw~h~K<_`);5^KzR7H)PNZ(kDvc^pC+-lt}->0)$!KN zySMur@=Gde%07P4z4*XgJ$(9e^NTZzemCCoxc=Ucf7^C3@m*^b)h?TxU%Ni-Svt$k dUl0E=pL{s=(8}VO3xQdZ!PC{xW$A${5&)UykI4W4 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/anim/water_atom.png.mcmeta b/assets/minecraft/textures/wynn/weapon/anim/water_atom.png.mcmeta new file mode 100644 index 000000000..cc0cf1468 --- /dev/null +++ b/assets/minecraft/textures/wynn/weapon/anim/water_atom.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/weapon/anim/water_droplet.png b/assets/minecraft/textures/wynn/weapon/anim/water_droplet.png new file mode 100644 index 0000000000000000000000000000000000000000..0b766bcc5c29a50bc363a1052a1d7a6b4aa18be5 GIT binary patch literal 223 zcmeAS@N?(olHy`uVBq!ia0vp^0ze$V#0(_U+*h&yDV_kI5La#Q^zDydm|l2j+q3+D zrIR*LywB6cF{I*F5(D$U|Nrd`Zv2npU(v#2Ai>t8VRb!ggY8j1X$H0zrD_@snv2|L zEM}EGAJTa#?c>jX|IgouUH5vA_ilTqS-lgwU%%C03DGcSK4AT6n{MUnIo#JLto*** z=ap&%lh%~_4?Fr@-&fABiZflqa{FGussEp^EY>jd+Q9O>;`F5MM8>C|OM&X{SLieU Xs(%|0wL=ByG6qjqKbNHku1Ej?zp7gY literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/anim/water_droplet.png.mcmeta b/assets/minecraft/textures/wynn/weapon/anim/water_droplet.png.mcmeta new file mode 100644 index 000000000..12c04ad73 --- /dev/null +++ b/assets/minecraft/textures/wynn/weapon/anim/water_droplet.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2,"interpolate":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/weapon/anim/water_effect.png b/assets/minecraft/textures/wynn/weapon/anim/water_effect.png new file mode 100644 index 0000000000000000000000000000000000000000..87c86fe22b0f83651f95ad359a99acb6fd794d3f GIT binary patch literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^3PAjTi5WmIV0)GkB-u`~h-Kd%8G=RNQ(y^{C?k2L=}Q@{C6Qb@DOZo}8MBu?vpIh-V0v zG`vZc+wuFzw-WPn(V5H|4B`eX2P}15bq*!E@P|xz*V?X;yZwl+%)6GTj4Yn!T6r%c z#@CUa4?cG^F5B9daW^kBFLuSXwgaEG98!DJb9in5w{P!9;}`9fCw^`fReIIPVIkLS zu#0=)@}N6en>GXGyW^YQpZjIia`Z6!`hMTCvLE*kPJi+3>&BP!<9qgV{xRTlE_W&a q@_4^)W^>ac!#N=H5;vF^vA#NSyiwww+ytPv7(8A5T$UcVA^`yV>U$vo literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/anim/water_effect.png.mcmeta b/assets/minecraft/textures/wynn/weapon/anim/water_effect.png.mcmeta new file mode 100644 index 000000000..f106f3c4b --- /dev/null +++ b/assets/minecraft/textures/wynn/weapon/anim/water_effect.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2,"frames":[{"index":5,"time":12},6,0,1,2,3,4]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/weapon/anim/water_particles.png b/assets/minecraft/textures/wynn/weapon/anim/water_particles.png new file mode 100644 index 0000000000000000000000000000000000000000..21429f85d86df7c2f5af6bf4f0dd7e1f3435e278 GIT binary patch literal 449 zcmV;y0Y3hTP)#@Js|00040NklpM&>4%`gG+{j#-v8$xIY?F&${wM2kHYWomE-%0|g zR$KWj9($sHC(OcuV`+~+`d0S(;=EtI{#`G#9_C#8AreePZgs;Sf#+K`g+{tzw# zEy>PI=AMSfYwS@DoZ*b%ms?FyHt*|fB3p9adZTWlz#ZQ4! r2?$*f&uX&_oCS*CKIg!{a!36HY-rJ({XCV~00000NkvXXrNGn}TDHX? literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/anim/water_particles.png.mcmeta b/assets/minecraft/textures/wynn/weapon/anim/water_particles.png.mcmeta new file mode 100644 index 000000000..84fda1aad --- /dev/null +++ b/assets/minecraft/textures/wynn/weapon/anim/water_particles.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":1,"frames":[0,1,2,3,4]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/weapon/archer/air_tier_all_0.png b/assets/minecraft/textures/wynn/weapon/archer/air_tier_all_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7ced97f27789f2309854da62d0ecff5569aa6e83 GIT binary patch literal 326 zcmV-M0lEH(P)-5nYyx~jTwM+2cDBf0TW$F6c=WQ_ zZF43ze7oMD=;EWFnkcPjr5>8t-&`1GuQ{c}w?4r-(bKRn%xp#qzp5nfvLd1Mq$!Jm z=5%|yIEGZ*(&=txWKrN@)~^)LQ2hP=S5$t>Uh@Ra#+$r36Owgb%=;jmQ>|LeW2VqN z_vjCX>hlx%R~(fQeqg?I+3p58-UV5!q+gu;necgzjeW!FjY_Lt|J2#Qy{>%0eUFFD z%+sX<_BI@L{Hg8ngJGf_m*uHjH8SrLZ=Uqpz!H|Enex$MZr}Qin-qYa6@Pa&EPRqQ Q&{+(gu6`~{4_uJ|0IL9JK>z>% literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/archer/basic_wooden.png b/assets/minecraft/textures/wynn/weapon/archer/basic_wooden.png new file mode 100644 index 0000000000000000000000000000000000000000..367da87ca93bac871a0dd6f02123d58d5f9d6c41 GIT binary patch literal 238 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nv;urWTwM+2md$RPGqIt+xo}E} zZ+(JwVVIeIYGR_Np?YXyn7yW=i;uLPm8v8!hiLq1psspP7srr_TdqBfT!$S5n0z-y z?aux8|1KZP3&vHOi*~(_p0qhuXCZ@8U-R*j8&6i9oL6bJv(S{`-v<|g2Fs6fcU?R^ zXD-NEtfn%XH*@V#5%-s2u7+$UUh8T$GH<%{oLhtQ&AZJFA{zt6V&=SSHI|rtZW?dM lqiYI_VxCvdIsX4I!;;@`oA=L-5n!UKFlT(!j6fy@hU-rT%-bM>xW zTeohSx^m@&2~(DoJExYHPtLZ<&MvJ9H3$n!EcR6KiZaOcP)>7DaB%gr^U;X4kO?yv z4>1xmwXip^mUq_@($UkiP~=upR<^T0u^(tIQ%R6t@PCGPrY#qMys4fpjv*DdYVxLwY7n!p3 zhl|p!Ci&Y>yWd{fs1Z=2a+3SM)g$@DYkjH7Nh|aX*#CVpTO*|Ss)k|9wC5^at*h<= P9mwG6>gTfbz!eDq#5{g) literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/archer/earth_tier_all_0.png b/assets/minecraft/textures/wynn/weapon/archer/earth_tier_all_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3cd7088cd6e81537109f8a034080e25ce180f214 GIT binary patch literal 301 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nLIQk3T%FBS{cLr8ZFIt1jeTu( zQUfi*T}@of)m+Tf*597-?Cb4kUvEAAdTYb&nW?=I?x`+KJ0d4siD}#(nbsTOmg*8( z7O6J?k$X2AV&`)5S5Q;+AV4>!ia50xapC9}5qx`2F9QS9wL3 z#IEIHKhl|9*gd*V{5`kw^`=$Y0eO$|7Bxt5b~N+`E!tF?I?p)2CqPIv)9IAti=I`v zf@*svWz^l!3StytFyEegx_3pNtI*Z*rc-OLF&ZxRSa{5&)jw<6qu0MbGuvL3ZT^2} vzJ4Q@pG?7vmxn9GS{qHKb===yxQk&yz>~@ae|N+I-N)eR>gTfbz!eDqL{NHH literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/archer/earth_tier_all_1.png b/assets/minecraft/textures/wynn/weapon/archer/earth_tier_all_1.png new file mode 100644 index 0000000000000000000000000000000000000000..ab0f9369b2cc4ee9774fd69bf6128a9fbbc79682 GIT binary patch literal 711 zcmV;&0yzDNP)Jgs5dZ)H@oq()00002bW%=J{{Zea zgwOy00pv+UK~#9!T#SLnE-?^8dyNp;4>}fWKrNJg{|CHj3;ajOFmW0Y0ZDP7j ze)VUdH9un23%-G!F&;CVH#5&bwGDOyE62O| zcUS{&lT;=vEB_2q%CaE>5=B7&izEZx24NV8k_v&U4znmM_0)|8!Ro=f?*IR8XIo`a zILWzZpJd@f3?K^i;ZPr|sz}+d6bIl^2#2O=pQ?(5i?Hhh2sz|TbMbNS|ZD`*>v?M0}5NbYg|Nr#+2rH{gzD}h_Iq7Qe@jw>YiUd z)@=vip7?Ys@NH44>$)_4JtpX6`;|dP+rvC6@{U;sP_V`6dWr01oyXTMB@qYUX1fH$ zfpwl!8aHtOtrS!Y%2ojO;}N=f$0(2%7MOP+?;*%gDA*|La3EM^R7_{{Y0e)NPWUm|Xw>002ovPDG`^)ELl(D`@}# literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/archer/earth_tier_b.png b/assets/minecraft/textures/wynn/weapon/archer/earth_tier_b.png new file mode 100644 index 0000000000000000000000000000000000000000..773f05b4636f06ae58930ad43afd3c366baa1501 GIT binary patch literal 499 zcmVO=; zZ-hpsIN)22#C*;7U%>uP1^fcn?f4%-o2+5ja}##Ova+T@dyL8H$+8!uKzrkb8^8 z;(yIewbo67SdAFgzltU|^{0~)ynV8Z_pe=nIZ?Z#9KL3~mt5wZdX`JMSUsChjOe_Ft#62*Eu1xweYUyOjWNhOAP zEv{!tIF2KXMD7{dM7?CioMkUTgCNo+1 z9#u;RP)T0Eq#Bdh%JSj@$VbnjrZ2DECN}=iFWYYtO~`-5h^6hd=G{ zkx+6G`tU&bQSX1&J5=&F9S@?#PuH|Ms}9e7X7fA0{2aCzer@)cfUjY5WlKIa>$8d% zoz^TI1hjw*;ZwC)GXKiYx4Qk%Za@0f$7+R24!T>a=0&}D-L6kA&$xdX<`+NR+1QPB zrgmeyPt*Myw|L_hsH7gt#NElIbC~UXnsWET=S!H)RJD`=%w>hub31)uGb)*xI!xqJ zRdW@x@Ez00Yty#OtZlclZ4z!D@=13`6OTHQ?1CM0HKN&usjY!$s^U7kzKy2x6M=T4 znvJRf;lr_EQd1#@lh$}(sIW{%7iLxKn40<~`+6ZNylo+TFW?#uf*eg&U5-8=i_rvg zgj_Y4ByJ+Nkr|?>z#{n?Q_XGy8;)_RCIY9yi1bu&W92J9gglonIpJ~xWap( zTsUO_@)LoO{zi|e9y2|rq%0l^ zr^Z9T$jHdU!^6M7zq`A;`18&7+&9m;EwrE|fir)aIhL(FsC!T@Zb>R-LMB-}B50EV z@Bjb+ZAnByRCwBATx!6< hZqbBI-K`CT`43}c##{P10+s*(002ovPDG`^)EL|cc)-5nECYN(T#v8zIJYg~+_w0YD_8Dc zWIcQK?8%cSubE`p+1a@u#p1B1*~}RIi6QFi91RxP>bCo+*1IY9n`u0~qU!xz!E=~CA{y4rSW38^M9N?h%KNK0A3mi1hUB zs5=oQ;8mfV`04P1)aEu&&^P3mSrEsr1ROp8?c9fKc7K$a!FR1Qw!H_a$EIXMV=YUo zpl*Iy96A05R@8$V0a*aWfwfHxx(U<+fqHQESu$eu$>U7TFS8$@KB}o5P!c0aKVT%x zLkf_5m?$H7BvQD6=<&X-H@zTu&qva5nGD1kjTwHw6gUuAB`AOnxBLm94JpCL|AmDc zKTI@#ry8Dw=fM*x*F(j{7jaJ`+|XM;D#}eJB26X(p;=kmz~y=XZm7SrQ|a{*l;l0E zWHM2zDL?d_f8s pLl18+equOAN3pq{M%oN_GixB6t~8~KC&&N*002ovPDG`^)EF(ds=fdK literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/assassin/air_tier_all_0.png b/assets/minecraft/textures/wynn/weapon/assassin/air_tier_all_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7ced97f27789f2309854da62d0ecff5569aa6e83 GIT binary patch literal 326 zcmV-M0lEH(P)Sw zr^WyP0D(zFK~#9!Jd6bv#4r>BY5Xs#-T$%+HRAKgVAP?x&mBPO+G^F4b5if6i~Q;! z=T0@2)EmCIkfL=v6jB9)CI?L}P`ZH?iWTK*kS2UUhx0f}iEdD{zR8_R>AisyBWJ0R zO0sm_P~8|vDcNzHfUTC=;l>k7<7zyKT?tG7LjeE=wd{|M+%-5nj01c^TwM+2-aoza_~!8w`&aij z7tWd3uxxglzon|Qo|SrNqJC%uUzL{Gyod(9V|DW8GbD?MEtLn>~W zo^CBv4d8LUs9eA7-|ZNV$xQi0>^Xt!R%(`}o2_?q4e@!Kvt3l`s*ZVwRMz%f=O^nO zo|Q9lDjP8`IvtR8@y@LOJFfoq$a#Kya;8(t?B$oADSy1aV#f5JKURo^&J9sru_99~ p*l|V7z4-5n>;rs4T(xcGY~9qI{WM~;YyzT8 zfx>awHUZIQ0a0dtwz{?k%Fbr0ezrQkwmQnP65*~UnPFCC3HH%mra?~nZWih_(Yby= zJ!~aGe!>4ifMJKNfGSX=*we)^q~ez7!Ht0|jsh$OU*9-2djIoGdRTBdUjM24iY;^h z+?r^v8fDzHz$i;>&D9I(B3qpf`(9jeWn1`kfh|)R_U-#AUF3K6-A<($o7MkcDtUWt z=97mrS|*&I6=rwr;;hV^BdZL~ua$^+8s)#sGQ!7`^#FJKq}7)X>lq~it!MCb^>bNz H;EDtQbE0Al literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/assassin/earth_tier_b.png b/assets/minecraft/textures/wynn/weapon/assassin/earth_tier_b.png new file mode 100644 index 0000000000000000000000000000000000000000..3cd7088cd6e81537109f8a034080e25ce180f214 GIT binary patch literal 301 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nLIQk3T%FBS{cLr8ZFIt1jeTu( zQUfi*T}@of)m+Tf*597-?Cb4kUvEAAdTYb&nW?=I?x`+KJ0d4siD}#(nbsTOmg*8( z7O6J?k$X2AV&`)5S5Q;+AV4>!ia50xapC9}5qx`2F9QS9wL3 z#IEIHKhl|9*gd*V{5`kw^`=$Y0eO$|7Bxt5b~N+`E!tF?I?p)2CqPIv)9IAti=I`v zf@*svWz^l!3StytFyEegx_3pNtI*Z*rc-OLF&ZxRSa{5&)jw<6qu0MbGuvL3ZT^2} vzJ4Q@pG?7vmxn9GS{qHKb===yxQk&yz>~@ae|N+I-N)eR>gTfbz!eDqL{NHH literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/assassin/earth_tier_c.png b/assets/minecraft/textures/wynn/weapon/assassin/earth_tier_c.png new file mode 100644 index 0000000000000000000000000000000000000000..dcd260fb5abeca9cede9d839d488db1d4e5c7b28 GIT binary patch literal 419 zcmV;U0bKrxP)HTuGax@K9UD3oE*=pY5C;GN0D;sI zRsaA1^+`lQRCwCllh<0qPz-|wc6YPaiCbJJ@Bfh4EqlXVQMQLJ{x1Sxra%(u^WG){ zR2AleqKN|F_sONAjm?HAP9e=Si-IDha{-Djx|ho(U6DO{sGT*`^?nb9rj(>2Satx=hFS0CfQ(ounhAYk|~t3BYk|nk>s&s3Jat4|>hRSME2g%8$|V6acgVk`@FH_^SW_ N002ovPDG`^)EJe{usHw# literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/assassin/earth_tier_c.png.mcmeta b/assets/minecraft/textures/wynn/weapon/assassin/earth_tier_c.png.mcmeta new file mode 100644 index 000000000..5820137ea --- /dev/null +++ b/assets/minecraft/textures/wynn/weapon/assassin/earth_tier_c.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":3,"interpolate":true,"frames":[0,1,2,3,4,{"index":5,"time":80}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/weapon/assassin/fire_tier_a.png b/assets/minecraft/textures/wynn/weapon/assassin/fire_tier_a.png new file mode 100644 index 0000000000000000000000000000000000000000..26334f8bbe47fa0c1d0da187446a3f62ce431315 GIT binary patch literal 263 zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5!3-qTukJ|!Q2{<7u5Bs|yTciFTQDrKVVJMN z&?Cf9F2ztP#!$+@5X-_4%OLE=$>7Gor=HNi0jOoRr;B4q#jTQaj7*G%JT4bAr8iBy z^M8+;EQ6fN-woWelY2bV7;+NVI%c0cn$Uk>{YIUmD-Ue?VjR6>eM0cHU>D-rd$tKY2ER~{wx{fGr|IpUf;-UV*7T; zfDcyy&d_*!m?<~`cKF5W7+4hT!%yg|( zDn#__=PyKjz7f6q`}gtJ&maH&+1{-(zfyhr`Sbg(U3xkrlZ2(ggZcv4<5hhkv&-@A z(&L6>Niv&xfU`q81_0qGgKTurx$8x7Dotl6Zdj2H8Q51}3m~X1pU?K8_vh1eDs#$_ z*7d)k8H2{n9XfH@s2S_W&j*?Uh_EFU+C6O_Y+__IP|-O&e2oemB3=LY3q%Yae@Dtia?Mg&?xS1JUBHX;x$ l$QsbD2tq^A(Qv43;6H8UdJ+x#A20v_002ovPDG`^)EK6*)2sjh literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/assassin/multi_tier_all_0.png b/assets/minecraft/textures/wynn/weapon/assassin/multi_tier_all_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7fd7d99b533a9be2bd5d79c6e72d69cddd2040a5 GIT binary patch literal 337 zcmV-X0j~auP))!ud-Imc-B0GL!__(`> z_<^INBP8*b#+IX_lg5$vCO`V)cu0j$PclV$rcpuCekrjg^D1V9RO;?K64C-Je&$aR z1B$W>RMuigN9xq|HKI;>y`&NeJ@PuM7n}I`h6OMG^@kOiGi@9E|C4hXTnuQ@xo6ZQ j^J8*<$ZbcaA)>PfY7E94gvWu*tI}o~o;Ox68t;9@cfzZmq$)q#oXUYiXyvvz;BwYR6-ux6^T8#bm(DYFWNr zxy55rNGvIw0004}Nkl$w5KWG+vfazBbe_=LKk%)L|sk-7& zN=@VB$RULsNSWl;@?fdv=%E6u`{^V#5T;z8H`l`+1|Zn<0jY5{HYBSckQ)L%C2c|e(~ryS$7S~8GWk*D zmM1?h|Mg>?{kZ(skI%Com)VcY5+-n7wWB6(_+M>V%heiYdI zIpN3k(T}Zw^GhI=<>`Czz#c96UVgsiTlDSZv5()&;m0fLOZ)KS$K*$;+QtqWB%4lt qJbW+sQSg=~aOC3GP|DNM@)Q7-5nq5^zETy=Fc>~!S4O;p0HHB;RT z^L@>#!tDP45BU2`YTq=WUuT(@EuGm~5nY<;n-*yo?c?ZcXKZVzVWc8iqb$7HRk+Vm zJVsWiA|q~MN8`!k2kzd!^zr@E|Ns9>h>O`&Yy(-=<>}%WQgO?+r_qhQP=M|E?c3Ta zoQhxm@s}}rC|$Y#_DFwr*-ti~GTZkFaZWFfT}xIsz5o1t?Zj zc4}s2T~<|3`ppCX|Nrst<=xxT$;ZH^rJ0e4fp}T!T0Q083H}RPL zg%Al4;+&%aJPTW)FxMP_qpEDQ-A#{(kqCWoR2ak`1XU2n4}3r<7R#Og0NH)v^`sjx Q(f|Me07*qoM5Vyg7z7(_00000 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/assassin/thunder_tier_c.png b/assets/minecraft/textures/wynn/weapon/assassin/thunder_tier_c.png new file mode 100644 index 0000000000000000000000000000000000000000..0f17838203263db084ee1fba70f7bb19d69b1bd3 GIT binary patch literal 376 zcmV-;0f+vHP)N2Sdef-J27R+_wnmun&zWB3g(oCXlX2lJCE5Hu>XC_z;1G_0~f5KS|j2$CYJ0Ori# zMoBKRpk}(`dfuG?;)?|77gwYks2L=I5P(qtiA@4f)sj4~5CAIA*Xn1L7vX-#59v4x zKnefGjk7Jlj7|c4TiZw6KB(jg`kfK34zW_)!$8 zX%H2b0Zu*wefVgB-5n!UKFlTsPjl2|)|aoB=ZCojL_1 z=bSjvv3)y`G3)s8md%@|uUgeOb!uf-S4Lf3cur28W3yXWwQFdoV?dFOS5~fWk-1A^ zgnp8-eUy)8u%1Pry|Rnvi{-a~R`8Sr`31N1&z-w&-QmNB@7=ps@UZ9@P`u33#WAGf zR_HO-AO=Ssmy6eL>XiN8{fP7E6vx-+yZ@&7P1Ain-%F_eisHr;N8K`i$NM(5shifg zs9sc3x88em{f3Emm;SaEzuy?KH}v}QbA0XZ9&Xpm%DZlST1{fLyd>AT?|ri>AAjrI nz1pqbR;zefuT_}w<*&@zUYFaO1DDzXUBKY!>gTfbz!eDq28)H= literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/mage/air_tier_a.png b/assets/minecraft/textures/wynn/weapon/mage/air_tier_a.png new file mode 100644 index 0000000000000000000000000000000000000000..6f5a9708f9d3d5f953a5cc5423d09bea89b96a62 GIT binary patch literal 248 zcmV7iOz&z@I5gD308{cL6j3bM)OKnY@)JZG)CdH61=>i?pDB~y|JooyNuU3hHL y%p^(pg(JKB29rdlRRxh4t)DUxN4?5Bkn#m%%&ViD=Zt*-0000-5nj01c^Tv-_z?9xgi+NT$6+&bm@ z<#lf!JpT8iKEXC8z&OTPKgde`;?ad07FAF0h_6cbjPbT`GnT(7`1K%Ad#d62Wos()h}t^@p^jlF_{wDNCvqI3Qd|vF#FleBn6Yi*&%~ZU+sa4jmpBgZm-zqc c_XkFXeuY(Em(Pel1GJdI)78&q>47T}0C68%7XSbN literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/mage/air_tier_c.png b/assets/minecraft/textures/wynn/weapon/mage/air_tier_c.png new file mode 100644 index 0000000000000000000000000000000000000000..49c49e6ac2d9f460b6585e64388943f200d1a886 GIT binary patch literal 218 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nR04cLTwM+2<~PI?Y}~r;&4Ve| zFGsXb&-OPj3^VI5@UKs>%?U7$an|4N6ZQ|NzR=UfF{I*_=~-4G215?!19RN}{lCB1 zAa%`6B?p-`LWWaQKCyL26)@~RtoN~L@$PlMiy5^~A3FXyv4JDN^3%jDg@(GF?~grF zJTDvW5O?zBnp3RS%`f=8b1pO47T}0HU^3@&Et; literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/mage/basic_diamond.png b/assets/minecraft/textures/wynn/weapon/mage/basic_diamond.png new file mode 100644 index 0000000000000000000000000000000000000000..7906893229c3762b387df9dcf0ebf42064245505 GIT binary patch literal 256 zcmV+b0ssDqP)@?5fm zfy`lDPl$h7c*|=AK-7#T=B3QFIH;-6!ptS#U>YTLt@RJglkNv%?`Sgs0000-5n)B}7%ToXMFfy^b1p;JnH>l3WQ zv&{;_%=A+ey`l`%LleX7H5FZaTn*)Bs$(h%@(cdY@Xoa50+842>EaktaZB}d zpiqkg2lK^wrpF}D{5`)r;8}mT3A>8=&bs~HobQWuRPE1-)Wn@G4o~DfqH;YYwC%IZ z&50gHAIg%Ft}_^4Ucj$4`2fSoSH6?xEsy*j=fPq-5nR04cLTwM+2fXw;?>+o!|!Z0)a z)I_f+gG5h5_0YsHdrd_bA5#_46))CJ11e%F3Gxg6&+yK)}%WQgO@nlw;8W z0}kgv1^a28@9XcM+7g^AF;67q&$0zA>lO38LXV2f-8t_H>-GiT{y*8x-K;Db_KyEY zbDZ{G2ZIYQD=zlxl^j32JKEOaxTX3xb>HJ}{5+Dxj{a$MWHzn8!1}-79Ba3u=wvb1 l*bV0dPP3XQu(-5n3<7*YTnod@fXuf?T^}t~*s`Sd zWT(=!hSWLf!WGFO^$FJD*=Al*28o`AVfLD?hH_@gLa)Aj02#_u666>BpW&Tp%LO2B zf~SjPNX0GPK6bvN20TtDUlioL_?!QG;@8_}jt4B@nBq3C(MjZicH~U;$9&xzbUyVM zzRMNhRk1#{k2yE9!07$;=?t^y$o$NkGOj8``)j47T}0A|i>w*UYD literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/mage/earth_tier_b.png b/assets/minecraft/textures/wynn/weapon/mage/earth_tier_b.png new file mode 100644 index 0000000000000000000000000000000000000000..547668d65838d4ba46992c8372e22719e5b0f924 GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n3<7*YTnod@9(=tu`_8oVtASgV z)F$l=oYs))*B4Te98#ZPZC&eTnCg(|X&7d&>1rrvrYtmb{U0@;-eyl1$B>F!qCMoojOL`On6d$m-t0`PV-;DcsAx`~An> z_wqr`@yBNf3-Df;WSJL}vbafqlE~3X_6Em#F53w8`n+k8h-sJV(|lY1^`@&Qqf3H7 vA!8ql$6Ajh>C$c4M;nD2d2)4}|1kGfJgnfk&HfeW90pHUKbNHku1Ej?zJXz$ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/mage/earth_tier_c_0.png b/assets/minecraft/textures/wynn/weapon/mage/earth_tier_c_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9fe363ecd4632a620977e5693077385f0748acf1 GIT binary patch literal 264 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nTmyVUTwM+2fXrvRZoWP0dUM{1 zk3Gxg6&+yK)9q+RfnU L>gTfbz!eDqU8!l3 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/mage/earth_tier_c_1.png b/assets/minecraft/textures/wynn/weapon/mage/earth_tier_c_1.png new file mode 100644 index 0000000000000000000000000000000000000000..516ed412a165a45871cc28cc616124d9a9a1cad1 GIT binary patch literal 308 zcmV-40n7f0P)dl3<-6hP79Zu{SC?+8+v|Kugu!TA!u z;thR_enJ~WTR{CW0-ex-PBuaGmU>UE?=@&)=Pr$D?_DkupWdUEQcuW*$P1`HMxYZa zP{}5Unq#do*S!WU?A#?Y?H=!;q*NzpN$3UCA0yBS3Q%MdgwjE&pw(W37IyBUnRbu& zu*TREoFUu->W>lV1PfTQ3Bo#Wt#@{>K?^%~aZJ0`dwc_2kl~4x@`%*{0000W$ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/mage/fire_tier_b.png b/assets/minecraft/textures/wynn/weapon/mage/fire_tier_b.png new file mode 100644 index 0000000000000000000000000000000000000000..dfc528ec1de46813ba10139b2ac779dc50f73dad GIT binary patch literal 782 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|z)g7+C{+LR|9=+^fuj;??W|4nlll zAjB)m!7IkjC&tbz%FZhSLOjAi#Kt4U#w`d!Tmo!df~;HuAjHYf%Eiyh$p=Cld@P)N zEF8Qn96T)S+#tlp#mvUZ%*w&U%Fe{X21JZN#LUXb%)-dj9ei;WFhGuYx;TbZ+|s?Y zbEb={0L#OUHTRmMoe#0u9H`F@*fF#6?#}BizphUYnmOmfs{LXPnn_gBIB4z)BXGB=YO}{p8S9RA_>WuzZ{IO-d@=~EzYv~+taUG6>92B-?=IK z3vdWc^U&tde;()A(7m;HlSZhVsF$UW{@pFF*X-4?5dTx3vx{L{v3SJchW?2i2a=Ow z=Wfo@6`8R7o{XLKbm3yM>t+2)Hmj35=XF?bC@v zkK-7Fw6&TYbrwCu21VUBb1v}=AwonBM=>`eak`t7rq)l^md zs9CpS^L5*G^GaJkd{}Pd8&j)4E7CMJA;B_x?{A-J^Hq;&Mt}NH`TgsZj+(h^3hV5z z$8Vl<@$19QVoT4|SzRn$>owzK*UXeNA9pO8rD{KY{tSuhFM>@DHyrDXyfpKOi+W2X a^X$x*V*cCjJOQS222WQ%m!$`;NB{si)Cz9^ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/mage/fire_tier_c.png b/assets/minecraft/textures/wynn/weapon/mage/fire_tier_c.png new file mode 100644 index 0000000000000000000000000000000000000000..8d99dd1fb6dcc12e43d42cf48f038124052b4489 GIT binary patch literal 637 zcmV-@0)qXCP)G8|79tB3Aqy2Q5*{K979tB4Aqx~E3>PB{7SiO; z^Z)<>&q+irRprwQSqd8j}R$xPG4big0f4XUGt#6e2M|e80Lo<_t22LnskI;28cG>h}u; z#XzTE{1pOl>Ywqd?4~sw_IXeNAdvl6g~PiTaK~#9!Vz>tbM~@zbkN^hd-~@mmgaKfm3qFLPG2MA}S;XZ%1E7Ge zVmHYlH6zJ-cMjj~nA|cEk?+N?kdP>U|8P%FAPTUvbJfua<>f6G5t%C_!~oO-*9ox$ zXhA9t3#NhrF%|%gUTa_g=(D_)ou{HGtdf#gk*R3Np}tu;*p}rSWdE@wSETzEyaP|d z6Hw99)5B-2@fvZ{o->*=lDxjX_CDvxj6mu(K?v~V{{ZeI{ptL7h8O@Ix9xttHlXPN zls-NJCB^T5>VmlePX%B+e-8eK-~RgJ&wl{C^yM|LJr!WJ+IE0hS&nZx022sc^#fqP zKL8#-rb>Nt02rvl;AQT}{bn{>*7dXpa1Xc!^4`Zh+U;b*E!9Bxh4*Fvxbm9s^V*`W zCuLdp0BXRY$=3b)>#ud)w=E{fjvx2U@kr`SoRIoK9sowSdcZZXx}$B|UE3;mu3An~ z)C-a(iQRVV*P5aj-swO9Gni~QoA&rid^~>qSPj=5ktiTW+s#Hs8Fiiy?sPDpOc;yl zbV09J4~xZmwc4!L_KpN{V3@cjq>oGPm^#X`DvAtHhZ(_SG@7!=#^YJj97w_}mz&j! zpIMH!BZoyX_PZS}ZK$a#0A&=t-^GU?e)w(|Z@lqFFs`a*FldHDNE1k4aC5Xmxu}Gb zRj4N0^_q9EPJW0CvaAS0q{R?`2!?q+DvA+{tg6PtVFLy?)D0_(#i}cplGX5{+VE^X z$26JMWm%=E0Ajq+#Q{(y3D2r58|3+rrB+on7&Z=!>6AT8mQ@$0r>6j@5)<9w5ibB3 zb$~n!B`WpTx(Ko`%%iA?;}Q~$0z*NE!!cHx21D1^*WZ2jok%)Sq{~en@dCpD)LkOf z!2}Nk4E^3FwC$a~o>Eu?BrPAGfBrewfY6$iC=<^|H2=tu2?3NoH)+8EUc^8xs0G*?}c^u1u8*l(fREj!dU80iB2?Gb? zF$`^5EulpRm`$e!(7d7p-~b;;3w987iJZP7r{`rk91QBN;i`|$BIE@COqD3+peV{T zRrTFuB9Lz1gaH{#JI|}mgwxk%W^Mp$no6?7sS>%{ftwttGB#mYnj|)%^#3LPu4DoL zje)?%tdCVv?p&2V5h&aVNUl;6$CxOKLY+Vqbphst0klC?DofPe(PG5xSu}UD=q2%tPLJ=UR(YFFd09Oe>UDx{5koZl2sx%mo^39EgmTKZKFAl>r zjt_vM&|1>@j4BMz0ccJV?!iq5eSjMtUtJvlX{rOt8)A9{;6@HK=LPQrdLT@ovUqix zCqUA*q2#Rfu5KD6SycK*)1QDr(N$916z#*}i;LvyD&wF9P?nTfN33@>!_umf&mwQP zn`JSHh|bRiD5z3Vu+r<^u^~l&<5VSy5;u3U`h26|(b-vYdC3Q(ND|uMZxJT$1h9hL z1Gn18gGoKW>1lF)o?TsWig65Z80bU9*7g5EVH7y<7tQe>g}>W6%zvhg00000NkvXX HrNGn}nV>s3 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/mage/multi_tier_c.png b/assets/minecraft/textures/wynn/weapon/mage/multi_tier_c.png new file mode 100644 index 0000000000000000000000000000000000000000..725da3db72fbd94870cdb2341869ef0c38aa7a5b GIT binary patch literal 952 zcmV;p14sOcP)Q&m+}S65eASy@_ITU}jVTwGjUUS42eU}IxrXJ=q%eDF5kD|NsC0@sgvXqlbrwhK7cPg@uHKgm!j!ZEbF8X=-X}YiDO^Vq#)u zW@cw+Xk%k!UteHeUSC^VTv%9HtuQd15)yY56jcokt;V(70006PNklXBSg6ouD1RsE^K%*-4qGNhCFZTw#5*c6)~8fNAhvD9_9?Gg2VAvv%afR5{rrw3z+ z@e3UAv!rOCjmgGF2u5~KAg!fuK|&j6Fh(Knb`q%`0TY`Yts^PG78yv=#{f7CfsP=+ zZgy9(L{w5~Bq|W91v9kP*8q`fvk4{w)wp4bO2wj6D6+yz0zg|~J7$>ElK#B9J$doQ z7y_&~vxFnFJGr;JVb?=EOesM*RQ7;lH!nWFK4CSHwb)3z=R3dfebPO?^Plnb(XO`g z@cg0e|GwGg*3#1WMJ`|a^v0;B)9EMEwNkCsVTJ#{vh+@&A6@tLr`_-^M1UZ>LQY-p zw0Gs<%u;nC_y5WgC z9x6ZpqZo`~LGeZ#-Ue>OdxAo-pr~>JLgMqVNpdU6Jhhs zx8Hp8+g9Y8z8`gm4Ne51KQ?b!CdqQzd{}7MWOFMpV6#ONf?Wt*TvLuY7kncVTpbe9fsgJ0 z006T|L_t(|+EkENS^z-^gK5jKaZ&GoS_Af}knax<5w36#ew8BT+pF54P^|fjD~X!| zB(nq^<`GW=O|3<6EW&Td+q>IX8s~X#w7k5UpP7!%YzT>(8H40_Ngy+Yi#=orRIN}= zV2LFqho~j60;(I}&#!weB=+n66p*#nlJ8ZJo%JJR{ukWLzw%JqURC2Wk4?&y#Puf+ xS93pq@(6XeYw|E1OC!#?HV?J%j}4vh005Mu<8^E|YySWM002ovPDG`^)EE&Ne>MOB literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/mage/thunder_tier_a_b.png.mcmeta b/assets/minecraft/textures/wynn/weapon/mage/thunder_tier_a_b.png.mcmeta new file mode 100644 index 000000000..7a3695843 --- /dev/null +++ b/assets/minecraft/textures/wynn/weapon/mage/thunder_tier_a_b.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":64,"interpolate":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/weapon/mage/thunder_tier_c_0.png b/assets/minecraft/textures/wynn/weapon/mage/thunder_tier_c_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5dab8919471dddf6784e84f0ae38b4eb365ff0d7 GIT binary patch literal 205 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nBm#UwTy=HT*R7sEeM(z%Lt$P{ zLVSFDY)r71r;FTP?`c3a1)eUBAr-emd)pgb9XVPG?p&xpuKs@O&Y({Lm<+|Jtc9&yFsw;bd+}9SN-+t5Bo@4>!xre04L<|zX7F_Nb6I-eiUa_{ CqD*rD literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/mage/water_tier_a_b.png b/assets/minecraft/textures/wynn/weapon/mage/water_tier_a_b.png new file mode 100644 index 0000000000000000000000000000000000000000..8940f26848e24c1d5c1d381081215c766a67a336 GIT binary patch literal 240 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n)B}7%T!D1xrd^&3S6TGTv~QYg zQ#-BSzRf7BLo2FEJaSr!c8Z95rK_Ctgx6vjK&6Z&L4Lsu-YGeMfShtq7srr_TfTkm zf=3Jlm@EzYga3cs*Cfn0scf1h;{?M+OZV&UaXj#4>Ny6U)wh={59*#Qy6BP5;W+6D zLj1}zGH=FVdQ^uQGf0Q5vw+5i9m literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/mage/water_tier_c.png b/assets/minecraft/textures/wynn/weapon/mage/water_tier_c.png new file mode 100644 index 0000000000000000000000000000000000000000..6075f783852b2ab82c083dac0d924d8d97b44d9c GIT binary patch literal 240 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n)B}7%T!D1xrd^&3S6TGTv~QYg zQ#-BSzRf7BLo2FEJaSr!c8Z95rK_Ctgx6vjK&6Z&L4Lsu-YGeMfShtq7srr_TcJIy zOe}#MPV-O2&)M<6bo;Wm3duJdOyH?V9=EtWOY$(hU; jWWyl2mfgWll~;Zn!>d@EgIfAPCop)r`nfDUa76+D+-5nqyv0HT!Hkb@851dytnJr(S@5< z7c5#FJ880ERJ4?ZrNA-y&p>I$k|4ie2Je)dKR`~Qr;B4q#Vyxf$2^BX4kpnH|KHU= za*7HrGZt8Te}zoR^`*HQLdy--+!V||Ab71-nZx*MG4q!hvAP!$uj@|uYW~2h;Zm>C zG=|py?A_anzN@a^V6-Xle)V}L?~@UcE*FlyXwm(2^ht|y*0hJaA8Jhg{fYV3!`HFJ T4UO-BmNR&|`nfDUa76+DPL5lF literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/shaman/air_tier_b_0.png b/assets/minecraft/textures/wynn/weapon/shaman/air_tier_b_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9429d662b1bf1ee8c2c06a4f9b61ed80be5e986a GIT binary patch literal 278 zcmV+x0qOpUP)w6)XGG_6C@yygM=VnEn}WxdWe)VQ^SZkmB}+jgbCB~0VNDK^zB9oAQUJ(m4y&2 zcY+H58@-R3;L~XUdTaF(+&Tb((P};aAV#h23n8fId8+ciN3E+pYF+Iy#%hn=S9|pS c*uaGc0L(Gu(E#TDApigX07*qoM5Vyg820XNkpKVy literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/shaman/air_tier_b_0.png.mcmeta b/assets/minecraft/textures/wynn/weapon/shaman/air_tier_b_0.png.mcmeta new file mode 100644 index 000000000..7a3695843 --- /dev/null +++ b/assets/minecraft/textures/wynn/weapon/shaman/air_tier_b_0.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":64,"interpolate":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/weapon/shaman/air_tier_b_1.png b/assets/minecraft/textures/wynn/weapon/shaman/air_tier_b_1.png new file mode 100644 index 0000000000000000000000000000000000000000..5aa0a23327495e1e33d24db2eee322ebf7b3c5ee GIT binary patch literal 284 zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5!3-qTukJ|!QZ@lTA+9Oj2H}nxZpQLKR_Za% z`Z)o{^$E891^)9JVhT2HO%J!vO7<(L&WW8gS2lW==%YGY1kS3hJ+Fg7L?e_%aqP%~UZFH$-uMl&BsJuFv2C>IU|Bp3`w=R1}F z004hUL_t(|+BD69ro>Pf1K}^f)9QtN|98FJlSS1C1|~V1*2C4DUKR*TG!8|0w0|4J0Z$^+OUE%-$002ovPDG`^)EIP{UoQXv literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/shaman/air_tier_c.png.mcmeta b/assets/minecraft/textures/wynn/weapon/shaman/air_tier_c.png.mcmeta new file mode 100644 index 000000000..7a3695843 --- /dev/null +++ b/assets/minecraft/textures/wynn/weapon/shaman/air_tier_c.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":64,"interpolate":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/weapon/shaman/basic_gold_0.png b/assets/minecraft/textures/wynn/weapon/shaman/basic_gold_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1e7b6d8ae842ddb2ef42e48041ee5b7ac273d79c GIT binary patch literal 172 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5ngaUj*TwM+2-W`v=w%TxKi~Nif z{^|e$X+_VAK-o}F7srr_Tczg$xmXN2ST1f|{rg{dT;T+R#+CN+5}$wjg{l@Va9PeQ zA+vwljl$_CSobmfW?~DuRqtW&{d;Sk!>Vgu;^qy!8ICtPiyNL>8Jk<&TP#~&yz)i* U)RWI911(_iboFytdf-5n)B}7%TwM+2?#`e6_vMRg`H2@C zG{PnMisb~}9gn`Y+Hhx!{EQU->HvZ1n&Mi&etrgO$@g?|45_#k>dVT<;>aVVf8p={ z>h+6HI*RyyV({$Dbo{h{$%3i0fTbZy$-lMXh^k!U0*`Xr#M^c82SPi_p9FoH-jl!n z$}KmJJx=S^eoa}>qPr#Rf6Mysa-tpwY8%$_G74xm7pfkqNw R=mM=~@O1TaS$g1#1OQZoQ)&PJ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/shaman/basic_wooden.png b/assets/minecraft/textures/wynn/weapon/shaman/basic_wooden.png new file mode 100644 index 0000000000000000000000000000000000000000..f1578379b5e28214aeb42f5a988a789b623d7ebf GIT binary patch literal 523 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFUw}`DtE-`$sftLLy=J1PVPTkA zeS-Cr65sthH?LecYu==ej@nYczL42>rakz2EB$I<(#}A`R0r!?H+3r~{nSMD&_qQS zAD~Iv#ulRiCwm(~7KoPw`33*S3K-rV3Od5Tz!>W3;uunKEA_1DBGqt#=7;`Q zpU-lB{7>9mfZz7TBu&FV3k__(eRJOOHhteq;eyb-KKGdNq-Wmy<*ff5^>B4f4q;$C z*ZfS#_w)0kOg;};E_uAVeSY5q=~}0U0W~e}x83)7dTpVnp%-WZR^FiKO$?X5XlSZy zuiVY3@On;IdeT-=hKx&>!+o?D?ftyJVTEs4r2Ry%O8>76x&li~SWPc7HH0tdD4mnF zib33jH`VRfpX>)qD>4K96a)iLURc3$X>($1Mn>>bk<9b8Q};&ss-KNJy7jbn8^>9m zsfsO($9z^KY}tOVg~8oe`{mdK(gRl{0LR(m Aj{pDw literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/shaman/earth_tier_a.png b/assets/minecraft/textures/wynn/weapon/shaman/earth_tier_a.png new file mode 100644 index 0000000000000000000000000000000000000000..7ea748b25062e1a3d2ac645e3087dca1d9ed5e6f GIT binary patch literal 487 zcmVJ$6DQV6LqW}N^0(4SNQ~v<&HH6Rr00B=)L_t(|+GWathGb^|MB(rJ zb7P?=1m^vpZ-|6+RwDXVSPRTofKz=dYwpvgV5a>Gt~Lv|vJGVUz~|NO0jX`%=mRR%A1Ld^$r!OjJ5QyMss=yKmh0>_>MESa-}AEPU|Ux808E_SU=OCMjqboBrGsFHDVrKTl?BRbcl^HvxnZd&=8hQ-7%kC3@TWCAc z3Og=<*YU=}L^V>lumf-Kx;(TJqG+n|1%TJzFxgcIDwY1bn|o&8*PKNm{?n}=Z^{|# zXhS2-KL>9tdb#1UH%dbT@CM9T8WgJH-zI4;C=KyHdE}JQw5Hjj^b5GXlAmX8S=)`d zDQ%D57@|Piv^G{1{I)P6SL;q=G>ua_4oD#ySd!92TaeK-DM%zIiOS(RGc=>s za=npAGdk*ei*wqjXm04mJ^9XkzV%|>ElDaht#qZmvpM&ixu@xSjAq1%YTNIfi8$Iq pl5E@L59^g=?#ecIW_$jn;1~I;JO_x4Zp;7x002ovPDG`^)EHzf2)+OS literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/shaman/earth_tier_c.png b/assets/minecraft/textures/wynn/weapon/shaman/earth_tier_c.png new file mode 100644 index 0000000000000000000000000000000000000000..92671b4a06f957a9d397d858437cd2250e1e3e9b GIT binary patch literal 613 zcmV-r0-F7aP)0(4SNQ~v<&HH6Rr00F^CL_t(| z+EtQ)lB*yLMYWd7VgW&^q5uD(?~u&;W;1CJ?#T_qbnCxsA3iMB1AeQ9|q6}pcM;bvV+1YP%F*NYD-nH2Vev~3bbnDwInD)las#Ma-L{6V55))^APgAJ`d5ZbRe@8!*To3CL!9;D#`DIgCzk@; z#sJi!8A0?!I^)L#18Ak4qEOKdu!W5nFK<|68XFy0ZlK&lm@%MPt+c~{S$8TSqQX%K z1x6bgbs?6z z4;l{>I2I%<5*$JrDo`IYUnV|pFh{?+v#Ft)o|1@&eRT{83KZBM;s5{u0(4SNQ~v<& zHH6Rr00DkUL_t(|+D*>^XC-GC#qr;HW>(oGnt(;g_y1f`%2p-hDl&KGw3n64&kOvY z7bm~xX6YtbA_V^OBi-Zg8A*D4NY-Ol+7?M*HM!nOvhJn_b9`$_qp{}yzQ-iT^$kCg z1vC}b#39MjD`+K(CYWq7NxB&j?SX35x}?qJoIwP z9K+<+A&K}>oiNE3DN3DG8f&&`(#EKhpMHyen_nw6`(9^q9NYccDxF5+OkHJK+K5D* zxmx8us#~IW^s@Q%?SbZxj`p82-_h6b^m=;=lT-#;z*FfHU|KYQUWhl|JOV=xF-b3d zzhLor`ZJkXl8WZv3AulNW4&0xNVJZR?cTQa!4l!RyMp!4uSIvE*h}>B71r;{;)4s& z&Q6!h4n`)D#Mh7o6)?y+Ysz8=)`mJskI*Kbc^O9=T7caIWB2mHO4Fn9>6nrpcz!V> w5|ytD9KX8NL`@o>O2M<2+zEttAm=;&1AUD!R4;wOJpcdz07*qoM5Vyg7&h7W>;M1& literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/shaman/fire_tier_b.png b/assets/minecraft/textures/wynn/weapon/shaman/fire_tier_b.png new file mode 100644 index 0000000000000000000000000000000000000000..1cb4569d81c059a60f18a2ba79ac644e67630f0b GIT binary patch literal 565 zcmV-50?Pe~P)*Ds913k46-^Zn8V?gV79=bZ96}l@P#-g2CO&U4M~HoOo|1^Ep_;$B zv;Rsl-JhHF<>l_jTh^;Fxr85>WDk2#5M(tGi5?Lu5gQB%3MHO^=l}o!0(4SNQ~v<& zHH6Rr00D(bL_t(|+D*>|k|ReD1{Qeg#K|%-FTQ@ z;dn!NfKLHEOLhuICXxhT3DpIIjC-B?!;gl#lTI`m@AJXfHnadmBFhIKFjV(!3#e*H zdH(}5B2fXTQ2KY=VWK7tKzG`QE#CLR0YLyL6d&MEj=}4E=WTlI00000NkvXXrNGn} D|IPYg literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/shaman/fire_tier_c.png b/assets/minecraft/textures/wynn/weapon/shaman/fire_tier_c.png new file mode 100644 index 0000000000000000000000000000000000000000..5df78ae4408915f09e50c8c10bc5ac2b459279ff GIT binary patch literal 587 zcmV-R0<`^!P)*Ds913k46-^Zn8V?gV79=bZ96}l@P#-g2CO&U4M~HoOo|1^Ep_;$B zv;Rsl-JhHF<>l_jTh^;Fxr85>WDk2#5M(tGi5?Lu5gQB%3MHO^=l}o!0(4SNQ~v<& zHH6Rr00EmxL_t(|+Fj2Dl4Lg!1kjh&nl>{9dG3EMGuzA5UpZi2#S2n#zU)s)PEFG% z@V<&ZdN)1d>HH{3cbeut-rZYyFA0pF^I3OyjvUZJn>5NwKKuF8pOV9#cOtS6PSI5E z6KttzTBo`&s+wT(Y5knETG{(D)UImP`m~a0nm)&yW-HM|%#VIfKHamk2NVMuk#lb2 zKYmO{`n|WSC&!x2F`mqQ9Fhpe*pyC~+jylYg%J}fV(#jb?ly`FqeRu*Uzuo*qYxEZ ziCEib-5n)B}7%TqPtVPTjne16+=?pTi>v$aw6$-5nG6Q@-~R=CI+aMjc? xhHHTYi^t5)<{*Z{3=F1DEDL_d-ublC+*I?imuS4*MWB-zJYD@P)t-sB_t%L zw7kmM+Kic@Wp#Q`SzbOwNisM+3V)&%oyQ;DCK`t;5J-3`5>0FQeBi!OPxHk#x? z#ptEs-JF=vKq!_e7jqsE7#0>tRpKWA0053jL_t(|+U?M>O~har1ktyje_wz^fo5>aw3$jX&eG#%+WRjgl4F5rUlts5$zc?kqq=qG%INY zI=`|F0Rl{fqSIt#9~|mfLGuV&{p6d?wg5b_taWWW*M98#T+WmH+&tcI9xso#v^S5C kn@62@kCK1u@$vHb1K;RSvrAIt>;M1&07*qoM5Vyg82HP3G5`Po literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/shaman/multi_tier_b.png.mcmeta b/assets/minecraft/textures/wynn/weapon/shaman/multi_tier_b.png.mcmeta new file mode 100644 index 000000000..765a754c7 --- /dev/null +++ b/assets/minecraft/textures/wynn/weapon/shaman/multi_tier_b.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":32,"interpolate":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/weapon/shaman/multi_tier_c.png b/assets/minecraft/textures/wynn/weapon/shaman/multi_tier_c.png new file mode 100644 index 0000000000000000000000000000000000000000..318a3f2b7d57857d45fba21b0ed851789d6155ae GIT binary patch literal 302 zcmV+}0nz@6P)NnN>4sSNisM+5J6-yHaaIOFAFkM9wH^lzYXUA z006d0L_t(|+HBAG~iHaz>#XKqJ67 zEJ;s5@1_a(dR)8dzJM61bdS33cr7*hKF+y!Av|t#GJv8rz9SqMU`kO* zMgyQJ(1F(uI<%@KJcAfm;G01|4G-A|v94cr3gq(e@WUgY8_eMW0GiTcSE}P>aR2}S07*qoM5Vyg7$Yxs A^Z)<= literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/shaman/multi_tier_c.png.mcmeta b/assets/minecraft/textures/wynn/weapon/shaman/multi_tier_c.png.mcmeta new file mode 100644 index 000000000..7a3695843 --- /dev/null +++ b/assets/minecraft/textures/wynn/weapon/shaman/multi_tier_c.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":64,"interpolate":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/wynn/weapon/shaman/thunder_tier_a.png b/assets/minecraft/textures/wynn/weapon/shaman/thunder_tier_a.png new file mode 100644 index 0000000000000000000000000000000000000000..b7dc8cb334a387b42eb156b8f5603ecd603aabe1 GIT binary patch literal 279 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5noC178T!D0qtWb@z@Mc%x&3VFo zmg2rXuCXz}c{vGr*~v`}l~X3PEm<^U!@A{`X8NA)4$TdP)2FmG#d0htVEA>GdEYdl zD%WqTfu=B)1o;Isc&Ft20dkr>T^vIyZmAx=x^Qg(kL$&W3+mlp?swp-I2Ct&*^c+W zx4qTiiVflnwKo^N$mX0qQER4pNXY`R$4Rq%{#rNlv}T9+|F-$AS~6qNYON`|W~}Vv zde`6lzkm0>e}8r5*!n8Y#5z?yv2cFo6`<&DwA8pIc;$pw98&`3T+6qJ+ruaIfXDJD ZgEarj|3NoqD*~Ov;OXk;vh=_e2>?lSYtaAz literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/shaman/thunder_tier_b_0.png b/assets/minecraft/textures/wynn/weapon/shaman/thunder_tier_b_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7154bf3c9e51c3b4044ad7c2aacc5df45ff41688 GIT binary patch literal 221 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nv;urWTz!39V`GBzauS*w3a3wL z3o({VhzZThPHt+boHC(p$)Xt>)-CsRcd#_mckkiQ1nSE3ba4!+xFyosK9$*kr`6%x z)W6?*Pkh#Y(D@<0t9|0VIg@jF1D`$?GUxfu>{g-jz+WU>D-r;}vQQcT literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/shaman/thunder_tier_b_1.png b/assets/minecraft/textures/wynn/weapon/shaman/thunder_tier_b_1.png new file mode 100644 index 0000000000000000000000000000000000000000..166e1aa90886a5e755de201dfceef8bcc0964765 GIT binary patch literal 274 zcmV+t0qy>YP)(`B8vp-L|Ns9a77PA@%GCe>0EkIMK~#9! zz0d(>0|5X8z}Zbil>7ff14MFL6a-ME%nK%8-Mg`K_QbVsvt=9TWM&3j->00J)F2d# zk;#RUMi9bnGVEL^LPRA}LXc&mBt$|YMG`+`0k^F7Lh3k(z*s#njLqtJFq@5Y<-oR` x%jDla?vsu4^P?^wA5p*hxM#KJ-#=c<-5nR04cLTpjGRfXrL3Uo79ep=9xb zhROXJQ`Tlylq!^T3+L1b1;*&<$XwrDK{HwJ<1hmHx4S@RyS2IXhQI2>Vco4|hS#3Z%7lD#tzUgMi` zi0Mh;fj#Oa-wkAJ$G- c=)lF$^yamD@Xz^+fOa!@y85{+J#a+=0A|lwB>(^b literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/shaman/water_tier_b.png b/assets/minecraft/textures/wynn/weapon/shaman/water_tier_b.png new file mode 100644 index 0000000000000000000000000000000000000000..bec39867aff012c5480c523ce32c063e817705a1 GIT binary patch literal 258 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n3<7*YTqmqqv-{e$gay}%y1RXH zbNlVv#3QHK1O%jLr#RSYahoT)$~g;Z_z2563d=dL@+j_=ntKeWx7X9fF{I*FXm5BD zn*v9(J=Y=qb-(X#t9;dA?R{*;sW6=x1U8 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/shaman/water_tier_c.png b/assets/minecraft/textures/wynn/weapon/shaman/water_tier_c.png new file mode 100644 index 0000000000000000000000000000000000000000..52f59ac0446296790dfb55a2c8ebd5be1cedde45 GIT binary patch literal 344 zcmV-e0jK_nP)_gOe(E9< zkVC&n+#bjorG%jWdnSth6STG**fD;zICRjMwAVu7_cTj9|257M>wW{DCrcHn4OwEs zd7cuq#)xl-42U%$G8e-BTBVxNYZRik=Etl-;(_X7f6S8IhsY}~b|1p>y4Za%bBNuC qFpG=b2On6G40a#VsM&86g$Dpy8ssJ7d?kMX0000-5n)B}7%T!HkiUAtz_p54~gHY3|A zJ3G5A)~GBF!wkH_* zSQI&&FUlUhw(7h6`%8*`&QAY+Urjsr|Mc_B+V|_{t2wNFdz*oo$vZ8$frIJQZ`SYw z={I=uTP6QWv;;UgNU(8LD7rX5_i}imtGYzT$!y&lCaqppP3M@%DZ5i7+IE+nlS!U; c+tvJkvB{g$r*BxD2U^bH>FVdQ^uQGf08)um{{R30 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/warrior/air_tier_a.png b/assets/minecraft/textures/wynn/weapon/warrior/air_tier_a.png new file mode 100644 index 0000000000000000000000000000000000000000..88622a0b394ce2f82f25d8d375e118e571b31b8e GIT binary patch literal 309 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nLIQk3Tv-``EQZ(re!TkkrXADhcun{?G8vwB-Vj*XQZt7*cU7^fY_bF$Io> z#7!K9m+!y*`#$o;yXgz}^&cp{zr5sddH<>SqVtQ({s&yx^Jw~ui`Jf=N9#pQ)E9qH zFI4<7o#)V+>~m)7?~bSTKW>P+owayf^9eT_fn(Q-Z@ak}wFwG-IuW`5bd*;Mi{;a| zQ%|K?7OE&EJUf&BM=3j*rPKW0q?#p*6qft$e=q(1INyWQZLg22fPC-i>gTfbz!eDq DCa8+^ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/warrior/air_tier_all_0.png b/assets/minecraft/textures/wynn/weapon/warrior/air_tier_all_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7ced97f27789f2309854da62d0ecff5569aa6e83 GIT binary patch literal 326 zcmV-M0lEH(P)H4My5JT(Eyd1Qlkh6K>L}d9Mwk*gdi;^tMY9(0DN>mj=`30UpC5`YIG7My at`c9VOUJ^g)kB2<0000EaktaVt3?LF5esBb%F>n?Z9YBiD(fKMjTwo=FGh bT;yYTrug8#DO0-=P&tFAtDno#16L#fMO7s# literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/warrior/basic_wood_gold.png b/assets/minecraft/textures/wynn/weapon/warrior/basic_wood_gold.png new file mode 100644 index 0000000000000000000000000000000000000000..99979f744eb83103c50a8401da1843fff0319a8a GIT binary patch literal 537 zcmV+!0_OdRP)3F>CdFF(^1Az|j6vk+NNmfsW=zd4j-9(z?S-4 z315^HDe#ArWT`t{2Xz801x`3|sXJYOs+A-F<(XgyI>lU03uh@U0q;kGY67!x;?;$9 z?L)yT;}4KTglXBzX=?^g&|NaI614v*r;QyeaIKkC+!8ckY5*5lSaNO&IC!Gh7LuX+ z&x{qQe=|dJHPQ(UKzkSiSguCq0i={O{Az^Tb#Eydel`N&Jyrd`hp$Ff0cz?)h|$sW zTK}F|z bricCkVy()^&s(l500000NkvXXrNGn}&am32 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/warrior/earth_tier_a_0.png b/assets/minecraft/textures/wynn/weapon/warrior/earth_tier_a_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5635910e8d403370b8887202c21a050d14fb5a5e GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nbOU@sTx(mJI(mDj&zYz#!=LDB z7-p|o7-r^fEN5NoW|-=r5^UrV5)_q|lwOcuR8_83o_Y|dvEI|gF{I*_uU~5-ivv$n z@%{QcPFenUnAPlTGM7!sURmJ75~R0Q;UQ;5Kz^Q=z$uT$l%5M4Utc*P!MtgffQ`}d zDSLhPDNel}vr1-Hj;M0s7s(34Pw)Qrr6fJkQnWMMd1al~5~hzg_C9Ajw{!26uD$1P nHkB5-|8polp1$b%t^Eud|K8tM-XvWBbP9u~tDno#16L#fG{0Tx literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/warrior/earth_tier_a_1.png b/assets/minecraft/textures/wynn/weapon/warrior/earth_tier_a_1.png new file mode 100644 index 0000000000000000000000000000000000000000..bae9e066999bf24cfdc642fba8d6cde936596746 GIT binary patch literal 396 zcmV;70dxL|P)forlBZ8|Nl34(Xz24n%o10_T%V>YVTZK0aZ0K z?OY7O)Xnp>NC8;(biN%hcMH$(3POa3M%cE5>*AB11BjF=A~Ys0fW1-1yz!;9R!fsH z=7!qNQcsx)Yb`*|#!h%YN%%4d*?+^I{_B`8tUtP+XJ0?v&;bTTK?nsv)H5HV_lKw}e~7z^(}(&IJ^XQ8&odv5 q`=c@7kDfsfePFh+{IP@m^T!XI;KeqSm3xi=0000-5nBm#UwTuoF(rq7w!(c4?w(o|Gc zo?eh2m6qfY62z;JB?eTJd?ZW>Px~ge6ZEqPoaNc)l+W~IVt`%A(cN?#k+8O&x x6^0oZ-28DTy>W8#mruvJtyZ7f$$R@L|N1?zLt+&*bb$6Uc)I$zEIn{V0s!LNM@Rqw literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/warrior/earth_tier_b_1.png b/assets/minecraft/textures/wynn/weapon/warrior/earth_tier_b_1.png new file mode 100644 index 0000000000000000000000000000000000000000..8e59686cdffa0d26ef3951db50eb632abb764a1b GIT binary patch literal 256 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nj01c^T*I@?yrK+%JTFtFAZxW~ zCvAIOS!)gPL{CF)8Gh?pH^06R!&HZ)oq@COOiRBS_~7fUYKLF9ff|@gg8YL2|7W=4 zu@l6t^mK6ysko(jq;cir0D%JznX>J#_uqN2-Rewx;vXf?{fWIZoo^_wO<-;^nx(AF zu&v&5jsl**a-Hh7a-|!uLE1@-H_AI)cH|)z4+=fh!UKgm+$4 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/warrior/earth_tier_c_0.png b/assets/minecraft/textures/wynn/weapon/warrior/earth_tier_c_0.png new file mode 100644 index 0000000000000000000000000000000000000000..dab45fe30bf87cfcffaf7b22dd16de1013d99354 GIT binary patch literal 191 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYq5(c3t|qD?9lgD^ElovL<>>|a zQE5pYAwlNBQzJ%yzNr6v#||o=`5g0U zPm0dkEnZ?ze9Da%S)SB7zRF3~C`2wTXu*m5`Qlj`>k9ckyyLIQTDVR>!uKQV)kpk! nzfxEHNPQz?U-0#!{eRZJGk*f^td*Yxw2;Bm)z4+=fh!UK6U;^| literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/warrior/earth_tier_c_1.png b/assets/minecraft/textures/wynn/weapon/warrior/earth_tier_c_1.png new file mode 100644 index 0000000000000000000000000000000000000000..27efa650e2483d0cd25345004b5fafea77ba9c5b GIT binary patch literal 211 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n6a#!hTx(mJrq7w!(c4>8Ri0ju zAC;C=7-r@X5|rp^7-p}jEyG{k&v6u}IM>s~F{I*_t#2#i0Rx^z0ssF$n7AfSgUiz~ zMROy!gU1ocGy4U99%%gh_-W>egqr@&Gujzd&+XG1i|z%4rQNse-S#Fb`>jMloY>mR zhE=O1iqA1iblU!Au3Pc_AHzyB=J1QN{-5nj01c^Tn``I`0C}Ydw0+DRTV9n z)-kKA$;Zhp-@rXy%`QOR*hxyuLQDmy)>o82S6Z}FPH?xHF!z&X*+3!Qk|4j}|44wr zENhw!P$I+A#WAGfmg%XJqPGngTnuZx&i@sEQ?O}%quoA#xg{^Z&fU6W@7C*^wi(?1 zc}QY)vDee7Hn$!+NnLHclKJM{U;P`V>OLF(N*=zHG)IwdlB}Z8>dQ}sUcLBxrsjm% mXS?0b#bw+2q<=U*QD2jBb&>pyy{$ky89ZJ6T$UcVA^`x-%4=f) literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/warrior/fire_tier_b_c.png b/assets/minecraft/textures/wynn/weapon/warrior/fire_tier_b_c.png new file mode 100644 index 0000000000000000000000000000000000000000..ed1da1deacc22cc52a17795e38bca28686d0ed2e GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nbOU@sTz#C}EW}itq_hI$jpNnq z@(tXz1f_jN`E#X3m&tHlw$;2lfA-g>Pyc%vO7RO%H!=|iYOMBjaSW-rmGp#7#88Zr z=ZFE1%*m65-~Y$!y7qP_yG`7>Zh}x{g08I!OE$Ce9cS(>55GoqO}Y_k_V}Od*RbrD zHlYSfZ>I5CFs;pf<~(WJ13SZdx604!y&a!Us@||yjYXB=?Va@;^7>zA**Oas?d+6$ jZhU3N;#DfWhUWgY>DLW%o8LqLox$Mg>gTfbz!eDqKFm}Z literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/weapon/warrior/multi_tier_all.png b/assets/minecraft/textures/wynn/weapon/warrior/multi_tier_all.png new file mode 100644 index 0000000000000000000000000000000000000000..7fd7d99b533a9be2bd5d79c6e72d69cddd2040a5 GIT binary patch literal 337 zcmV-X0j~auP))!ud-Imc-B0GL!__(`> z_<^INBP8*b#+IX_lg5$vCO`V)cu0j$PclV$rcpuCekrjg^D1V9RO;?K64C-Je&$aR z1B$W>RMuigN9xq|HKI;>y`&NeJ@PuM7n}I`h6OMG^@kOiGi@9E|C4hXTnuQ@xo6ZQ j^J8*<$ZbcaA)>PfY7E94gv||7v)HOuh$bz**pg~gjWH5H10HBtDFTGS z6!`qABBc#XzJH_(y$3MYvZHA|5j*;0up_X;w*%~WBQYHTi>zubqOUpSA;E-oUnWR0 zlZy14%aJTt-5nq5^zETr0b}_Ac>UJJr5%>eQ_1 z(-(AEB~G3g)6h;vJ1ai2)CjWx4Z)}4##-sVB_kgyvc)B=-RNV6IzMAM7$ic#HcKxmK z-|3Q;Oy}9BKjqq%+gD<*vqtuQT0P!jYM0I$G-QU#s3|&Ii3_T zEwOXT(=+_V@P0003hNkld4Jh~k4Ip^dBTxXSH=vBg*D3DZBgh$^A!jeKMEx$}7KnJ0QWz zM0^=D6-c5KC>qY9KhRl!P_Rt90Z=X-5kx`5{T~!)g7bQl$Sik}A9$`)&ny3RULBOM zk7t5Bmyn9BSArk{MaPyxkl^(n6hPwi52}Ei0kEJ;(N+LGLsEcnW}vMLKrHIM$&iOd p1@HIW?v&tLQ&^B$~;?2k2r0f+zq002ovPDG`^)ELY#qXhr} literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/wynn/wings.png.mcmeta b/assets/minecraft/textures/wynn/wings.png.mcmeta new file mode 100644 index 000000000..cc0cf1468 --- /dev/null +++ b/assets/minecraft/textures/wynn/wings.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2}} \ No newline at end of file diff --git a/pack.mcmeta b/pack.mcmeta new file mode 100644 index 000000000..0e1706279 --- /dev/null +++ b/pack.mcmeta @@ -0,0 +1 @@ +{"pack":{"pack_format":46,"supported_formats":{"min_inclusive":18,"max_inclusive":46},"description":[{"text":"Wynncraft Resource Pack","color":"#bbd65a"},{"text":" "},{"text":"2.1.1","color":"gray"},{"text":"\n"},{"text":"1.21.4","color":"gray"},{"text":" "},{"text":"Nov. 27, 2024","color":"dark_gray"}]},"overlays":{"entries":[{"formats":{"min_inclusive":32,"max_inclusive":99},"directory":"1_20_5"},{"formats":{"min_inclusive":42,"max_inclusive":99},"directory":"1_21_2"}]}} \ No newline at end of file diff --git a/pack.png b/pack.png new file mode 100644 index 0000000000000000000000000000000000000000..47485dd5ce0c646551e071d5f45b712e7d25b559 GIT binary patch literal 5128 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

        W~_!@t|}OkP?U zI@wynU$g9oe8Tc?^Ha`#J^3tQ&zggxISdqdxy?Hp;NU%5Q0ir_u^K~Gn}mZu14GZ{?$Arj?C*efGI+ZB Kxhy?!MFId-t2rqE literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/wooden_sword.png b/assets/minecraft/textures/item/wooden_sword.png new file mode 100644 index 0000000000000000000000000000000000000000..2838732989d6105e256c632ac7dcce7ab9d19632 GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nqyv0HT!HkG#?UDxzV!*#g<)oi zo`zxentqllHu}mx%KS5c(u^fRe!&dhDLH?D9A{4#$B>F!wI>_d4g~NxU;Lt4d-i|* z#{(HXu@83q@J-pVdWPLngVodXU*37E{OhQX)H@TM_D1ja|@bL1zE} literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/writable_book.png b/assets/minecraft/textures/item/writable_book.png new file mode 100644 index 0000000000000000000000000000000000000000..9d3b3f55e8b5b98bc278fad31200b4bd6d6b9f3e GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nv;urWT!HkjU%y_xdiCttvuoF` z9XWDj>(;HUt*tRJF@b@B0XFK+#!BYe(h?F9o%bNz;EDtQ@!48i literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/written_book.png b/assets/minecraft/textures/item/written_book.png new file mode 100644 index 0000000000000000000000000000000000000000..5959574a6cfa1d7d2a07f078d875418d97bdc039 GIT binary patch literal 188 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5ne(6pw#E6^tc8e!&dhDLH?D93M{?$B>F!r6*b$nH2?C1Lyqx zE8gQ*)c4Nj`%abE%~QH2v`t_Z5Sq1U7Q^gtzse3rF*TNylpf|)@{`KgCf|0N^<>+e iqSF&kOyu~v&FX2+E3S)SmMTDV89ZJ6T$UcVA^`xJ5J0&A literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/misc/enchanted_glint_entity.png b/assets/minecraft/textures/misc/enchanted_glint_entity.png new file mode 100644 index 0000000000000000000000000000000000000000..303f30745a43e9aa9b2da0331ddb4c856709e059 GIT binary patch literal 75 zcmeAS@N?(olHy`uVBq!ia0vp^%plCc1|(xwF{%P7Ax{^_kcwN$4UM-;|Nl=;bYNt# Ye)Ra=l)FazfwByqu6`~{4_uJ|09dyb9RL6T literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/misc/enchanted_glint_entity.png.mcmeta b/assets/minecraft/textures/misc/enchanted_glint_entity.png.mcmeta new file mode 100644 index 000000000..183987812 --- /dev/null +++ b/assets/minecraft/textures/misc/enchanted_glint_entity.png.mcmeta @@ -0,0 +1 @@ +{"texture":{"blur":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/misc/enchanted_glint_item.png b/assets/minecraft/textures/misc/enchanted_glint_item.png new file mode 100644 index 0000000000000000000000000000000000000000..303f30745a43e9aa9b2da0331ddb4c856709e059 GIT binary patch literal 75 zcmeAS@N?(olHy`uVBq!ia0vp^%plCc1|(xwF{%P7Ax{^_kcwN$4UM-;|Nl=;bYNt# Ye)Ra=l)FazfwByqu6`~{4_uJ|09dyb9RL6T literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/misc/enchanted_glint_item.png.mcmeta b/assets/minecraft/textures/misc/enchanted_glint_item.png.mcmeta new file mode 100644 index 000000000..183987812 --- /dev/null +++ b/assets/minecraft/textures/misc/enchanted_glint_item.png.mcmeta @@ -0,0 +1 @@ +{"texture":{"blur":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/misc/shadow.png b/assets/minecraft/textures/misc/shadow.png new file mode 100644 index 0000000000000000000000000000000000000000..1e9a6e8e125470f8dc26771c9e191c0736e38775 GIT binary patch literal 470 zcmV;{0V)28P)cg*m6J#$vhuxZNk#u;l=hq~`#nCK zkN1$&?`>r}@RaUn_ZpoT@ugK;Td2}OCw}1UXf^k~8*!)B+ALKXG12GavvF`059qxr zOsw=FX3$MLhpmg4N$d$&`$hz0dFZuTh_c2@dl zwMgLIcq+X}Vq>&cB+?maEfRXpx&P5Ks6=8rh8;y>4a2@fVpqk;0Oq=cT4eAx@&a zAkQ@%jF;#;x%GqI#X>$6#!E7cof2{_;XkGElFUM@aCbY`nI2wkVwH~>Zhq~dUR)m7 z`_T*)>IsXudR3XN!d`pF#2=IvsI=EO-`I7lwz7DYt)r8nt(D){{{Z;1!d(#CoB#j- M07*qoM5Vyg7`?vT&Hw-a literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/misc/shadow.png.mcmeta b/assets/minecraft/textures/misc/shadow.png.mcmeta new file mode 100644 index 000000000..4cbf8d952 --- /dev/null +++ b/assets/minecraft/textures/misc/shadow.png.mcmeta @@ -0,0 +1 @@ +{"texture":{"clamp":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/misc/underwater.png b/assets/minecraft/textures/misc/underwater.png new file mode 100644 index 0000000000000000000000000000000000000000..94bd2ee1b9040d3ab5ec2e0642ea1e673f9cddb7 GIT binary patch literal 200 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnH3?x~nsr>~~JOMr-t}O0{7y@sw`ki8S++*=` z(k`GlOG%JlZ~+kfcq+sO_FIpz~M_Ravx1M^g5OKrs*IsV9-;JN%|GJTR v&gpZ=L$hll%f4F!$p=`cB=D#?vTAq-25_jUaEOMmY-(BH6yPYF zzQ9U2eZ!W83k*WmFJ8bAsH5&Es&V?rQOWkp4B{^Dzs8=}Zvixj!PC{xW$A${5&> BEW!W) literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/mob_effect/mining_fatigue.png b/assets/minecraft/textures/mob_effect/mining_fatigue.png new file mode 100644 index 0000000000000000000000000000000000000000..014e67d479e6ff8b55dcd4e3215f10d1d7c0ae3a GIT binary patch literal 149 zcmeAS@N?(olHy`uVBq!ia0vp^LLkh+1|(yBtj+?d7*7|+kcwN$5>^lFrEmXF_PVAa zq2jj5F`!pNLc?vBBlpi820Tn%fhiYOICAvfSR^gE`1E5l3-<>0*^CjqEGt`IDxWs+ wapsVAYgC-k7MQ@XEK#CuLbk+_35x6t%6*z2{Vb0+0PSJ$boFytdfO44(#TrGk-kPe{LqHy7cXTf gZQIb%aQ{2QikR0Ao!UyWfCe*oy85{+J#a+=00KKh*Z=?k literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/mob_effect/strength.png b/assets/minecraft/textures/mob_effect/strength.png new file mode 100644 index 0000000000000000000000000000000000000000..29c16136707f1e5f33333fec6368332bc71b4ee9 GIT binary patch literal 255 zcmeAS@N?(olHy`uVBq!ia0vp^LLkh+3?#EAo%#=?yaRkfT!Hle|Nq~Sw+C$?_hux#n##S3Q7m@#eAgs$HHiH-HuMR{5A(IKIM?!f^bu8tN#mf8+xD$e>U zrpEe4DzcgilFe`V8iB?!mIV0)GkB-u`~h;3JY5_^DsJ_jY87=dUUe@sKBJ_p7Ywj78i)+Za4u{altFxFP`nXp?8J literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/mob_effect/weakness.png b/assets/minecraft/textures/mob_effect/weakness.png new file mode 100644 index 0000000000000000000000000000000000000000..39a2a70f4928d8af79cce93d97fad14d3edf6c9b GIT binary patch literal 232 zcmeAS@N?(olHy`uVBq!ia0vp^LLkh+3?#EAo%#=?ECYN(T!HlYGbgrg-mrMV>=`qr zO`6cv+dr|fzPczcD?U0TG|)Xbz{AziBFIwP!A!+jU&Yi|-$+GPQ$aH3u-hr1X2y~r zzhDOMl$<|6POPVkV@SoVDd&zd9#G(6aJW%Ajt59Z8PXz_P<>XIl3;&>pf b$iQ&w*z2_iJyt{lEn@I=^>bNz;EDtQs^V2A literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/models/armor/chainmail_layer_1.png b/assets/minecraft/textures/models/armor/chainmail_layer_1.png new file mode 100644 index 0000000000000000000000000000000000000000..ae93cb4ed421d13fb14e742b350f370e71b2a539 GIT binary patch literal 722 zcmV;@0xkWCP)>NmqL7rE zf`*L{5E4Y!|Ih#c00DGTPE!C&WNiEZ00It4L_t(|+N6;Ussb?#gwuBS7H*qA?|;QN zmKZ<@KG;um8ezh;LvLDdeYEjx@u3gqa<^fu0Z^byWRA1qNIiz?th&T+JGekE|- zc%9%F@Ye}UH%1kspL;`BsTVx40sb<9J}wp!rwUXzUjAow1v8#& zeYcSP7y9bo9ACu(SMxotxk9u59&Z_Qs;ltzP=gfK5MZADk7zUI)H#urg@x$hM1mud&;17GzOw&F z&|*$iSicZf(*?U)_8-0Vm{X}j2C|>? z0Piub5!;~`1m^&;1&jtCF9L|-8X}PfNFyR?(w^is8vOBZRECH?1taw!0U;pBi;@bX z!Phknfd0`aSmOaaq6}TCpN0RmU}f8Cz29rywo+;>(2<}}_aTzp2H!QDXcwq-c;8Fe z6>>;xBy`P7gqLAvN}|W}`OtZ@_U2Sx8~9;cgJ}RSZ1Z_$E9PK6jLIqGO!qJ^pjvXa zi86ga0Piqh*cO@1<@SioV&is3=+SbVW_X`P-?>-*9c0E4KH$ zQJSE!W@-DD|MqvUu5xy~xLNRe_XfwVC)`of&vUiCY$~doK9l1!>y^~Crwn2l0=ohZ zFZ{4W*6;c6*OK`WS`y3bnNI0A@m@Z}wszI6Lt7qf>#Q)>ov}Ub+F#rMOh1=-FZb|i Ry9V?SgQu&X%hCf^Bmk*$cYy!^ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/models/armor/diamond_layer_1.png b/assets/minecraft/textures/models/armor/diamond_layer_1.png new file mode 100644 index 0000000000000000000000000000000000000000..fdd2079d77cb7db65509d436544ecba82b65d3d4 GIT binary patch literal 514 zcmV+d0{#7oP)#i&iiS{^;)~~RJ7|-u;xjj(m{;66YP!%00001bW%=J083pWokk3_c z8slqYOk=(UfbkrF5kM_fXRM8RD)$!EA4Eh|M!+tJ$g0vNF15ZN?ZR(gvZ|YXKDh$& z^D*n%C4_witorj&D1Z%S4IBZNUhWEC0jvHT;5j19IA(u*AZI;Qe&Vxn1Z^J37y*%C z8>iSW2+(%U-hT~%{9QoGi&uE&^f?Sp@vFHVGk`dn?NHF#ya}@Igt~dq!z7%C?SugB z`UzQgf&k(6#qnbR0kDBF;1W*W{^?iPe{QdIN}rGS`x@=IeL}+SYF!%X5^TcgQr^VN zcANmJYoHHZa%|Fb23+fXKxH!BHDo23=a3nZbJ^#u?E8Q!dZts05p*><#QQlo#ZTMm zm7cw8s6Ln|fmFZEU#hg+>T-hTHOszf#i&iiS{^;)~~RJ7|*vFAaIx}2L_X#fBK0d!JMQvge3Z2SNK0HjGo zK~#9!V?YI?U=*a65l~QGPEY}5R)mJ8rG!S18-iuSVfiuUqk7Z*3I3ewU-j9pxTq>GCyE(Kw! dt`HJg900wW*t&t;hwuOZ002ovPDG`^)EJ#;cGUm? literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/models/armor/gold_layer_1.png b/assets/minecraft/textures/models/armor/gold_layer_1.png new file mode 100644 index 0000000000000000000000000000000000000000..fa784d58ee7dc9cc698a50d44dcd5736b3ed4b9a GIT binary patch literal 527 zcmV+q0`UEbP)Q#UT`6l$LSaQZSUxmSIWSE%EJ`yhM=>fwE+>3p z1snhX00DGTPE!C&WNiEZ00DE72ltUf zB>LW;KW zhx0%t+SeJ$V*;j}fWFSjZA*Cr%+4*gLf&A-KQQ?G2@7Ba9yC;;d)%#robmPR>vH7a zQinsknX5Uapxe2@?Rvc(Ik?v}qhXFHD`pO+4j>S+6Oad?_U4_ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/models/armor/gold_layer_2.png b/assets/minecraft/textures/models/armor/gold_layer_2.png new file mode 100644 index 0000000000000000000000000000000000000000..36c6137df71443be5c76f87cb55f465caa8b19d4 GIT binary patch literal 256 zcmV+b0ssDqP)h ztfC4Mxe|b6>sphZ50LWX^jK*j(4`P{PUZs^+zQQ*mjcan1IM(a9n+$`<_&dLVfiiq zTe1Om82I~xVwnpfs|;DPtTt=z>7!bd*BJTa_q#&3u5p90000k}@P)ls#~?UQCfb4r z?Gt>L0L7I6#f1PdIbRZ!&kHVd0guA*sa(*6^HaG1VFc06*z@ z`94?(Sh3w;o86-dZkrXznyoHtiSk%^DF6Kq5aD-($EJe2M*z(5A|z1mD_8s5E#wrK z9^R-|VN;NE9ykQ%D|h=-Kt{N;La)`Ndjy%8EK&ki9xFfkpL7yM_G6eR$lg=z(}Zqi zqL}SBK`mwWVjr#H7-N>S0jLeRk|Z36^2)|2OYB%9qEHnQsa_zFqM7 zN4OLLn>qtXx~q4GJFxCR&BdbtxX=B_WSAEgh*L_t(|+U=5oh66AVMDLoNnb~dn|G#^CQLf-LEed(qA$TUt*WqwDJVJ?Y z3DmqT_}mx724JI?nkYhy;BOl6z5pR-S^=5d7o_C;jme2)krM8*@w}`7BFH}IyFv}IGizHSSN^dfu#FfI our1vs-kG+9)qnM{Wd9@h0a?oLT79FLI{*Lx07*qoM5Vyg7}9fqlK=n! literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/models/armor/leather_layer_1.png b/assets/minecraft/textures/models/armor/leather_layer_1.png new file mode 100644 index 0000000000000000000000000000000000000000..fbe29b3763dbae74cf3f53d39fc903865e7d4e24 GIT binary patch literal 398 zcmV;90df9`P)`)|7MXK~aWbL~i#apHxLzsW2ypj^FpzE}EF#?9klZ%ruloS=ZU@G2jsbLpn_+`{ z9per_0^iq{U+^35b&SuUjGshBblhMWXQcekfakApK;v;MEOnZ(H%iyb08Z8=h~~=? zpn%>6z$f93rnacNdG8MBdObnJjQD$kZtN|p(si8Cax^ttly2zV&0Q}87zJhGEk@fAz sMF35#7LS0^P2)YHSflr2+W1F*07sP~X23T`FaQ7m07*qoM5Vyg7@qF1yZ`_I literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/models/armor/leather_layer_1_overlay.png b/assets/minecraft/textures/models/armor/leather_layer_1_overlay.png new file mode 100644 index 0000000000000000000000000000000000000000..3a407bd2e8d20d5cf1dcf27a73b7a9b29b72ba02 GIT binary patch literal 83 zcmeAS@N?(olHy`uVBq!ia0vp^4nVBH2qYL9Q@(EoQcNX5e!&b3wStw4fIJ>g7srr_ eTgeBw-542uJb(GptHs;`q}tQf&t>U>D-r<5vlTP| literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/models/armor/leather_layer_2.png b/assets/minecraft/textures/models/armor/leather_layer_2.png new file mode 100644 index 0000000000000000000000000000000000000000..791c8cc21381a2ea90289caa21731a5b5e5b0f95 GIT binary patch literal 218 zcmeAS@N?(olHy`uVBq!ia0vp^4nVBH0VEiDN~RtHQcNX5e!&b3wStw4fV|0`E{-7; zx86?Nn0wSf;OM6M_3zjou;j$A)H6OhVPA8+?*^h zdi^Sfcb)V1HP|lTxhV2#N*seuj&ozN=t76;@M~r#9TIPC(h>M0exUgQe~qU0cl%6! QkS`cKUHx2^9=IX_04can=l}o! literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/models/armor/leather_layer_2_overlay.png b/assets/minecraft/textures/models/armor/leather_layer_2_overlay.png new file mode 100644 index 0000000000000000000000000000000000000000..3a407bd2e8d20d5cf1dcf27a73b7a9b29b72ba02 GIT binary patch literal 83 zcmeAS@N?(olHy`uVBq!ia0vp^4nVBH2qYL9Q@(EoQcNX5e!&b3wStw4fIJ>g7srr_ eTgeBw-542uJb(GptHs;`q}tQf&t>U>D-r<5vlTP| literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/painting/alban.png b/assets/minecraft/textures/painting/alban.png new file mode 100644 index 0000000000000000000000000000000000000000..ef5aace18dcc30a994eb5e3f5b8fdb5897387871 GIT binary patch literal 198 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nBm#UwT=i9i{5s@gLgQSr)B-$R z)on!uWY~a`20V)FKq}MI#WAGfR_eJ%Hf9H&=7&pns=WVy?DRUGci~a;FP^`Zv3`DL zo%{@kG#-QC7gIIDn&vc}ZP9%xa-{9pGFFB1e-3wcBuqC`{e67WrurV$+n&3YCj{*2 uEMQy`DdfD!L6m2QLR^5O)`|~bSYxeU{eMw+=OfTk22WQ%m!$`;NB{u8=trUe literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/painting/aztec.png b/assets/minecraft/textures/painting/aztec.png new file mode 100644 index 0000000000000000000000000000000000000000..0fdc690dec9469aead0df6fe3d049adab6dd9dd0 GIT binary patch literal 228 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5n3<7*YT&;D*|NlSt{_(kcx6duz z6}5Iz^^{rJTl<367Dg3MvP`Zl&Mvh~j*W5(^fJ{D)mIUk_P0&~s5jr!#WAGfR_a++ zCTBwq<^Z;(df)fI6?*pj=dAF_*-5n)B}7%Twh$=_3izO_m8dyJ1R$e zsOLxMX9nw*#26*}Yr9*>9hp~gbMK-{8~Ss7G@F20nmt_{Ln>~m^fihy8?d<8PpCTk z@AbA5j0|&x=TGbTY-6`UXyzJen+WxHM>iUtO;dFcY;U|_sWn%9=B^I+6h8Q5`g@ZF%1nD(OHSBKRqy_mpD)n(QQ(JAv2gnLz_i?DufE?`ZdUxB h_`YaC?e~zs4EnQvf6TsqG7e}RgQu&X%hCf^Bmh)NL}ma0 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/painting/bomb.png b/assets/minecraft/textures/painting/bomb.png new file mode 100644 index 0000000000000000000000000000000000000000..b1a1cb7de99b9f1a6762acdf80a9a77981ceed97 GIT binary patch literal 297 zcmV+^0oMMBP)*K_{BZ~nku{;pf%r)s#c ziHoC!c$t7*hI&(ia8ZJDO@3)FWiKyWC{sZrN;)4ROAQ-C1RO#G89e|OIskS>%Z&g4 z0DehCK~#9!WypgSL@^Wq(HP&h(tnft!qptkMgJ*DIHiPfmE}dXBP6+?7!$&j)AGnE?1owgy=@o*0Sx^xF3ad>7y(9D8_+mf vFy^_>&B{0}iv=Ipyew;g)b$JIK*vun&BFNMkv5da00000NkvXXrNGn}-J634 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/painting/burning_skull.png b/assets/minecraft/textures/painting/burning_skull.png new file mode 100644 index 0000000000000000000000000000000000000000..78a77c6838833bb208a0a9423c70b72157b8e8fa GIT binary patch literal 1445 zcmV;W1zP%vP)5Dn%SO$^7IAxcnz${>E==e|!4Ofo2`x`3ui$ z9q&IB9{*<^aPs&5|Lw1w4w)?l(@>M9$(A1ml>k42@81)D{$?zxRG`uCJP42?3W{fr5x?I2EIIN20U_ zBnhbcNTEQ$1*b@aMj3>NbXrge1ds*XLnd(21Db)>oH zIryU3z=<))9l^Fg7!bk0DJ;5CiN>=W(Rf_$D3);8 zLkI?(mi-eJV`r`-bS^v!EXegZpi=CC(??8WHglbosK*8FdpH=mWX-U}0q;(%h_Q8L z<~Rk-beuJ`@|ME6AJ-rnzjFUJal_4tirHm`Q#4RJ zN{(5K`o`bgKIlvDP6TGNxA`)jGz~Nidzy_Wcfa$vF2LjdX`Ead7QEd*7e#?}P_#|MWJ(%ME#f@iAv6VJF^MPIKID=O?%G$Z+AGj!EG1 zub+K})3ZhPgoUw<^~4$6?l<119|r)?z}w-_JKuQQeD)%` zOJ{?YUlL~t#x?xAGCuPCB!ly6cZZ|J(_iZ_W*#S`)K|5~;4%V^1?aAw_hu`(Z z40mwCFak?qV;KHz1`d1n@A}p2a8LEs2u`p|3`7GqHgT+dy&Z>njT*1hlmNgezN`F`Q=!L-`xHkvz!X0m_(O&00000NkvXXrNGn}p8=s` literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/painting/bust.png b/assets/minecraft/textures/painting/bust.png new file mode 100644 index 0000000000000000000000000000000000000000..77bdc48003cc50cb1a6003bf67773dbd431a9414 GIT binary patch literal 640 zcmV-`0)PF9P)PbXFRCwA=Qh|2cFbKqs<0#HV zrLr@$|No)maI@{6q=JsX>1vr1A`-dm=<`VMjJguI%S4E_rh+l%m~)Pi8`oU`GDCu4 z@}u|8-7|9jEGY!`rb&mWu)LM}2W<(M7k>wdf4@3+U}bz=5T`5}p>j+{Er+pp*I`SJ1b z`+gd=KpQ=z2YkPM-k&T;Jibb_g=mOVK^gF0!M6hjOU~ErWg6D>E~D`GAhT!#om_%nWyJO@3P14Xz@ zcu2Snn{zDduyrxIV0G;-y`w&FSWkXib1h~a9*q{#C|ABWT$e4$EZP>epg)SFLo+V5 zZQb@|U6*}Z+jUpuxacS3LB+C z0WfGBQq($06n0M&Mcvb3NSh>4)I38BZjdyjWhO^3vtu-S*_ovqFRt8rX~*FR>^&Yk ze%?QN&O3NI&Vb|Qy;s-myuun*PFr}2LBE^@#^&8;g<#EyNe2MA8(24y4a+xO+ir_eb~vY#W2C!41ZRV|JLAfsOYcJtsR)Kz3ck(^roa zaJ+dubW>l9UDpY=?>4Me$DG!k@;h`NE}dc}PT#+E57Z!ljR11TOU>!;J{sF~ILhk? z>}=Dy0J~snMglB`5`p!*uY#_?0z3ocZb;kW{{d*T)S|q=n~%@$J$Y(@bCH|xKD~bV z?x}a{Hi4`mtC5ERZV@LgDh|wEaTXLHW_H-P_v)e39%|TrDB88}r2m07Nu=^eZeg=g zabUungQKQyQ-F;Mh#_Nl;v|6F4Q-s%YtU@w1M-(ZT7mQJ9Hnx7U@dRKW`CQk@5qq^n8QIMGc0000nmAs0OzK&|AUD_0nW(f4S0 zt+B4nv8T3e8$oT`ZiDIpskYgK6}rQyD9E!RC2*4dx{ay zxXz#@5Pj`Ht)M?%+(07-#kHkLIflLd5w}}JGZ}wVA?zO0?uY1zT_8Hmf);e&q%NK2 zPaFt{iB{u6Pw4)YseLUo2ipmSL!ik(#~~br{nSMX?7bsUvnINnAh86{XK2$EryqGq*fMUH(_J8(z{*>1!~BI zj>c)dP0E}R&!SX_Kwnm9Uy_M9MubE3kJmQ91$uR1FQMk-)|8fpnA=qrfHpFrts2Ly zAs1PY2rMr5zM|N^dcuGu(2@^~iJ-Z$EM~TUa7^&!t`eK4;FjoRL6s?BL^w==Nhe&f z1O&uyg3tH2NbqpS7_)s&1X+Kr{UfILHG*SA2$mPx2pWfgvC5$lftCZoo6Cz?GIu55 zNdzfxjr}7gch!NLJ?z$cCE()kg5z@raL}*TAkCM%Tb2w~a#s!s><&$7#y}&Exl!-@ zxSu_<0IoZB0R6&(xc;Nh4$p*3;}16^DW-)D0dx{`*C0r^4M#p`e1sed8cP5j^wp*5 zCp#unAOI}~p~$&L(YqX`2FJfr2-PTt;J@Z4n;AX6Dn%U?00000NkvXXrNGn}OU5mo literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/painting/donkey_kong.png b/assets/minecraft/textures/painting/donkey_kong.png new file mode 100644 index 0000000000000000000000000000000000000000..57781145b00d52b22bda6f88736ad6bbe4c5bc13 GIT binary patch literal 1061 zcmV+=1ls$FP)f|SWQcgdU~3U zhlX-zU{Ot3_`li!00W^(L_t(|+NISAZsR%-1kmcHoRC!FOx$(rk6G-;$;%=yeETDy; z^d?w>8-#$A>R&$<=M3s@B&j(Xj4-!Ed;~8};sjbHS3x6OkP@WveU;?AR0U*&P zp^6k#Ly+8o2SLu!2WH0wpb`Q@h)a)%Cw3KPOd!gG&&O~s;h2I5se!1}$!Z8@-sPMQ zumHXQ03^Rtfe=Jap?(v_fGdL>6FAoKya!8YS@M1fXbzCkADA)FkrRk4APA9`5r9b$ za9|i|HYSEA2F}6G6xI@?zCNQ6kS+j1X#LpRz(kZ|Al&KGfxc#tITrveAyo)nn8OS` z0md?>0}P>n=#Z#~G6fG=+lnz%X%;Jw<{)AvoMbQw7*$EO6k=c)WLSdGA2vJ(P&+X@ zIral^0SVMDkN|2epaJ!gveA)30o*(L=nj1O4A2@-^%AHac+7QTxNsbxA3j3y`O~ig z4DcSR?bmS+CE);Y{yvWsdL8LJ0n&^O&Sj? zDpidT(2`d7vwO_m0U%X_5kikJ1kd@+Reu4*uhs}O4`c}M63RBgri2MtuX?Y)Qtvm{=@eF&NC za1SS#@LKJVY#C6at=>Zi^)}*)c=7V)CQQrJ`FW?(dJh70R}n-020{7pws6?cnzT7 zxu~0R z+iD>$d$6DZX;cJ=G6J%1WFb{I5f6)I5>AU;fsmZksz0NF`IK~#9! zMa(fy!!Q)a@h3{yQIZ{EvnLVWsUvnfRGGO&?Q(#C%kD_cPNj(5Ma~Ss0T4Y+U#dp= zrr+}a;1?GJ!6SS*=gRV-g1t6RB&O*I2A@mYWJz&1LcqV$I;1yjL<-I>ZN`&o!cHk2 zhWPV6fFS;c{F>h%ktc{B%xM%~!Ct-SC`QOUoY&jB2bo>oB0QW&5m_1YIzeXhym{Wf zgXAa7D52V{S_DOy4V-aa)Nj@!azx`{!AQI|raNKX!K^43Zs+_F9|J_nSl6~2xTu8i aeeVy>1C3tmgRMXS0000-5n3<7*YT%$eIkKO$|``FvMT_2K{ zJoM-}{mQ^XrO!aM)ZnVLih8oietz*_M`gJXbuTOVIXuEknMJgKdYe35978H@rJi*Z zV^-v0x}YWLzOm=~{@lcizNhu8fXZISXGIu3?=Eu3jrLULa2(#=eF5xyW v*^=fDfeO-IbJEx4?wIpuqNVJ4e>=bH@2CF1`lATw8U{~SKbNHku1Ej?z++vz literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/painting/match.png b/assets/minecraft/textures/painting/match.png new file mode 100644 index 0000000000000000000000000000000000000000..7a85c582aa31eb421c34a32cff85d480522b8ca0 GIT binary patch literal 580 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/painting/plant.png b/assets/minecraft/textures/painting/plant.png new file mode 100644 index 0000000000000000000000000000000000000000..49b3661a7d79edd0ed0cd9a1ea1efa4e8fab0370 GIT binary patch literal 550 zcmV+>0@?kEP)(T9^>yDMdWvdUttb)$55V$mO^A{h zO2+ImC+WR<7Ff+~JCWIE^5qZm!SZ^2+I4UM5cwo$?8#r|^V*GJR{hqFU3YYw>}=RK zV(_MZp$z!@-*^D5br>OA64vgS16CrK(`KfSHlEmMEDEMeGH_#;Ijxrgh)OVQ4M<+= zpMLg#?U|p~pZp8;lw{Mf^EW@3E;SYbP(VTflcBz=C%yWh4~?E%CSMBXB;8l`vKF&i zuTa38*308BZ4Ftn0I}s=gC>!-u-s!=&!_KojBx@up+Jkhwc5^XGS~)Y!`|^Xp8StC z+CO|HC;$jx1&$R2)&@j@vD#cdGn)+|7K1kQJiTKH^dBLCDYlZf5;3^JbOs{olt=*- z@bK{2&zxS$oDaNnxD!$HkE2{TUW|bLYa(armcePaAOHN~@!srNE2c^(@5^^T0p!k> zS`yfCA#Z|8+RR-eYycIXyhZ{vYSmVmKhWVDTj`%>#)lU_0Hn*D0tq1YtpBm2;3TNT z?EiiD*48iT?!5o)aWcX8=S4zy%=+!cLzp o5AP)t-sDj^c) z;neEeuHMa~*TI?7yNuDWhs39byQ7M_mU+00ZLx=Mtbc8&dS{|_T$*f9m10toWKM}) zMuApNbX+%dR7GV{F;YPzJ1!Xu(v`LV00YBGL_t(|+NIMs(jdtVgwdC%`p2Ty_dg%$ zujocnD`!OP7XkC7hy2d$0K~TzfAACf(;r=b`ZFyQBd`-1U+6EtF`!8zOu^Ex@Gu~f zgfzhl%Qp-JkxW2{Zy5jt>>_XT%>xmvq50H{>auhkd;m5}5c{09S2 zMbJdsukphLAVOsn`3fHlKo}(YE#3t%0En;fWEg+|{c0cJf=wU`;=Ewu1#o5XJ@}9U z7d8nL=miGn1ul?&QV0nQHqoLG!(hOHd!b7rpusW_C=e6EkYo-n0760mE)4-78qSNr zrxsEGNWn5>5>O;jI1C8@fQg1+F$6$J+JPDXBt!ueT^InQ5*;9bA`}}46(wO9(3S)O z0YQZb0HJ$OeA~_5Y0X2aps0t|2mPRNQ7!U($fIVo7(r!yIfhqw5!IT<^Rgi?X zODK6BNmB(}1aa1YJResT__n0Ek3a0vCixq|F9khv8s?1PEOd+RL^cDQRUh2?m)!7!p8X zCi>$WeZ+Gzq1XTba2N<|BcN}NAKyFPAu|%jxENz50~ivh0D0dzo?PD9Ig+S22$%?1 zE})G@cxU?LM9dm#rfsA!AOmoLz9*1iH)pWxBM`s@09Xv{KYW8Va&*^p&Im{(13&-_ z)_X$8T65o%xwFY66(UI_1{hcvcJnbwldKuD%wQ}E@qhjRaCtwC<$4UmduCt>qznSi zJ}0mmhEKy7nPJ$>z>Xm*Q7{~p0a^wyIA+*2@Gu8a0*2rWu!{i@###mzClDn-#=c;; zdoT=EsI?ei4j^iGJ2JEZEx2Hz7F>8{jzA-Qdrk)4AI@NP!N3}7Q6pgtXd#?{_jRy# zXW;&yF9UI!pahD+`|LTaniMXt!J~pUgx-h%i20)o0vTT zeGzPCgy+0D0d)@B;Id5q-}3-$M(A^27qiyC{nXW;gDx1r9aw;IcMO}eA3I{GWy(du$IwB7pDmK)z(So@k@uYnAn0&~-#re{6~nq82&0w50L zIF{y{L)^g<+|L2yDU3ipLMtiEUd;mPkOfLfPs!SWi73b^III9P63p@7oc;X+OF@x8 lEHBWteuhpm{QnPO0szsm_JRQpa!vpM002ovPDG`^)EGFyYa0Ln literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/painting/sea.png b/assets/minecraft/textures/painting/sea.png new file mode 100644 index 0000000000000000000000000000000000000000..6b5a85de6270e2e1a4f64f9500b476380060dcd3 GIT binary patch literal 429 zcmV;e0aE^nP)f22BTYMH%F5yZ008YtL_t(|+I`7If)qgzK+%`lhU{>+zW;G>y8upE zW-+qD=7+}*Ph3n6A8)MPWE6X>CF(>V`cUp>ocI&XKGD0us8bK>D&~mErqYI>X$@#U z9VVXV=Ub}QMw14J<3b)CIA+8?4^!0voOl)+^bB83bz9~(TXfMPA3g&yquXu^r6k?P zSIG_Em#p$UBVGm+u+@>*4TwjJ`2@hpQp(kT58r5 zl)gKxAcVdhc3X(Sc5_{`h7`?K>xm|5T}-d)5N!3uf5`EEIKFogL%^}e=YMwb`T6<_ X0y~8=UolDF00000NkvXXrNGn}z;ws% literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/painting/skeleton.png b/assets/minecraft/textures/painting/skeleton.png new file mode 100644 index 0000000000000000000000000000000000000000..f64d67e364cb330f4cf3608e29538e2be16edba3 GIT binary patch literal 652 zcmV;70(1R|P)|prr1M zR}6cFN0Jgni7y~FxpRUrw=p8b2H9$TK(pMB77>wMnW#H*gv2vaskyad_>vs zOi65pZCU`~G0PZkSWk?BW5`DC4u~=Arz_b+4ZA_d9=dUNRE%MpdTaC^?kO%H35*y% z%vu70ut=((zhFm1xS7xSQ86cZoItFwVfHiU18PqCJb}P@R@)mefqqZ8z!Ft2@Oefz zXZ;B%W=_Ce5mf(zKbq0Rea^^1k5=>XKcK4IZX!o|G}X^9fH7`F*v;|+NWgvEs)o7u z+`$*fdHci7feXO>UK50QR9^tzcXyu~&*=UJ$lY(2Z?P3Fz>dF`fvSu~_wxkjH;@T} zz}C6|N&*znP(QwbdYvua_;~@K^LYu*3uRt{{RG?N0RN`I-~t4Sf`UT8B3}`R1c3lZ m0@*@Bz$!pVfFXbZKL7w9Ab$M&JBlCx0000JU}ucGcGAu79J=lC@>}(Asrbc91|B3 z4AJt_T>t<94M{{nRCwBakO8iPFbqRs&}AdtOt}AHzw4rpI%Ru8Qd>VcDAT&$*ZU8q z>G;Vs2=B6(na4L_E6XASslc29F?VD_lr9(rk3@hwjh;Ia!3j&elZ^oU1jt4habaW- zoCyLACprY$>nXr_h2Q2|7kJ!#%g&zw>;WCQ2@ufm{}rip%wb8KNzN=`pIK{zZyH!MFkD?KwRIWZ|XFefxECN(T3Gb<%DDI_T) z9Uc`B1pxp6000tD;K=|00i8)iK~#9!g^|&6n?Mi*;dW<67|HT*NEf_(z~2uEW`cbUcC)<7E7uV2g`sH$x(G>x8B!BUj-UnS(~%i;!Dyz)EBIRA zq{M7%r6!?lIqJEvEnSRA5Sg^<2rDEa?jY7k+aS9@tzo5X6L-)8re$;@serBP<16@F z&hu1ucDY5Ppgz6kU;P|!v!fSYGJ2(kY-DI8HBNO++@dNJ>Y|pKDzxM6D m?_05N`}_5Nzh3pd{FmSIOU^ttxQ|5u0000 zKoRwb`~R~bU}A15a6T5Si8G5Meo(V82)PexN|q>Dpmd4SS<2>_VwH+TsusyEl3S+7 zRpzD5ymjfLOP^i(>C#u1emrC_{*Ebc;Q$|dUWFDJAF>=sS2&QZc!4sNjlk0?;A^jK zde3%tePK2I0vu2c1l}_U;L76gJRJaDAYUFU@X-kTLIZe%@7Pie9L5#MeKqlb4tzRZ zy>;O6fekLe;Me8HluN3>b9-pu$LIl^lt99dz&r$?hIHe~+{Tp!fU(Z}k<3VM0O_Br zFA6800Sr{&y%$K{tBE48An@sEMeM^U?Au^V2KSNC{{Svgn@9!+pr%WAfC`w>-k!@X zZ6^T+!!x1~^%(p;o0kCO_(cBoD>Lg?B^z1~)ifT^VA|Yv!p!Vi>quh=SOg;3=#Gb7+6r&`;YyO&lzzgH=r!{KmMov!&%y^hD@<952uN}&8wPXX7m?|&-H ztm@b{%WJc$FMOr}fK}yL`MPa&;D*mMRE!kRiF{c4vQdTv!1*t9%jfjyxyi5qZ%$Ob zboct-Hh@zxw&sl>qV@j1OeAm1u(^A`AOyJ3cW*vBoWP-MxLg1R$X$eNeGO$9ss$|~ zNMNr?Q1{A+H47LLAd|3t-@{t>?&Rk<02(2ntJP_&fcwwo-CC?JXaNM>n-D|<{6~}N z0+vB3ki+Z9oW`DP4TT9<0@N8{dYTaw&AFrup%j4$JPLu<=ROTdRL+qh0HT6IxVi{~K>*SN%yT@Jf#N5DdIn<%s_tCC zW`L0*=HSwvI$!|?Gl<7r9YG@|7x4L|o(UXpN7eIwJwC73e7zp8&-?Rvzw2K9jvxR4 XO8&uI!0kE000000NkvXXrNGn}75VxX literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/painting/wanderer.png b/assets/minecraft/textures/painting/wanderer.png new file mode 100644 index 0000000000000000000000000000000000000000..b1dfe77fe913b9f07e7cb5e05940f55a376c1c8e GIT binary patch literal 330 zcmV-Q0k!^#P)H{WePa`ERuPOYB!wy=esW;#SjyoHP8tN>z1^lf@m zHOiU3ZXO}kPNi|`o zlnz7u`5r(Je?xxF?~lk6#1G~)imza=o^=!>WFF4zZQX;+E^iSY&ZCH|jCq+Lvw7Y; zZQnrh6K0f9ZB{LUBFqNPI4|l~>k&Dk@vvYdUK`V$u6uyO)L&gEe=dK6H7M| zP9zUbFAq#76hR#gOCl0VA`(j@5=<)&QZyc6J|c-(FPLI9xp_debv~kLILwJj(vecp zj!uzxTp4!jE&u=kp-DtRRCwAv$bm)#Q5Z+@^Z&YSmWhB+ASDn$@Ba*Ir654&0k&l4 z?wnky!+~FJrzCvi%7#PIe0_FL3EdaI^7P?m0fCH9(S$=VTJb+DT z2=EDD0mg`20F-dXv7V|DzyX3U)Rz3hdjN1{K!e=ZTh>QuJD^E8-K9iZ#~LsWEDvCl p?D*??9x(IYj6Xy6J_8%j`v9Wjxg-}(i4Xt)002ovPDG`^)EIClr@8K z|IY8@&feS3*570IzGKd|gvPp3rMg&5LgZHLV5>jlPFWt3XB4VJ$I%X(s}^P zMu0!PdB>SK39&6_=$Oqh=JfV>eB3Vq@P?SY=DuVDB$OTa8iC9!P5=M^-T}-~dLbe0 P00000NkvXXrNGn}q^-8W literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/angry.png b/assets/minecraft/textures/particle/angry.png new file mode 100644 index 0000000000000000000000000000000000000000..37adde23388eb1eb894b88cd28349652bcac04c4 GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYasfUeu0Z<#*JJ;0Fl^qudDg61 z|Fak>D=U+elLG?-wY9Y^*KJM*s$eV$@(X70PRaQL#Hr>mdK(gRl{0PajVu>b%7 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/bubble.png b/assets/minecraft/textures/particle/bubble.png new file mode 100644 index 0000000000000000000000000000000000000000..ddc26c2931eff115957280b9f75396fed9052580 GIT binary patch literal 153 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+C#1Wy;okcwN$4(zen^Zp)hYu>FO z5o?>umXM{A!yJ8J=6?mBjf@ti?`*!lu{Tmn5m?Kk@J3W^@2&q1KBde84Rve+UJ5Vb z7Vl!5aj{7}A#2GM2A>0u>R#9zwPiY7_b_EFVdQ^uQGf0Dv$u Az5oCK literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/bubble_pop_0.png b/assets/minecraft/textures/particle/bubble_pop_0.png new file mode 100644 index 0000000000000000000000000000000000000000..97e138853b15eb99a25f20f7267717b4584d09f1 GIT binary patch literal 133 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?#d*U5*7(`~f~8u0VS3lmAU;USw>$9JX-p zhCbsepb%q8kY6x^cS_D5AV~~oB=)|u0T3t+vTu@d)MC8HU)AR zOM?7@8N5?+{s1{To-U3d6}OTVq&K)NG!`>BAX#vr^;87IQ4TkTFgJ!djhP&Lw|6*6 dKHz!9$RK#*fv#o^TR2c3gQu&X%hCf^Bmj_!C8PiV literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/bubble_pop_2.png b/assets/minecraft/textures/particle/bubble_pop_2.png new file mode 100644 index 0000000000000000000000000000000000000000..6053ba4ca0803e9a5683ea0597ebb2facf8fc34e GIT binary patch literal 122 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|%zfoXZ1Jj-D=#Ar-fh6BLA6bnpC@mo&a0 z%`=0U?acA!V~mRvOniIWj;vsIJE$R{yVzaUAj-RU+C`8s?@YZr3knZRU}j)?lu^k) T{nK2aVGN$GelAN7T#*0(2{tD; literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/bubble_pop_3.png b/assets/minecraft/textures/particle/bubble_pop_3.png new file mode 100644 index 0000000000000000000000000000000000000000..7e006e049a35d68bbf6f66f7b18df8abffca2dbe GIT binary patch literal 109 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|%zfoXZ1JCY~;iAr-gYUfIaWpuppDarULZ zGDmKTbbl#htmMD6eCK={sp7ZQFE9OL_;7bkDXYU|#@dB4z5<7CS}k-s2-MHu>FVdQ I^uQGf01T@p^Z)<= literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/bubble_pop_4.png b/assets/minecraft/textures/particle/bubble_pop_4.png new file mode 100644 index 0000000000000000000000000000000000000000..a43f065aa2514f5ac0e91a5504c9fb269fb7076e GIT binary patch literal 106 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|%zfoXZ1JhMq2tAr-gYUNPilFyL@?47n!n zbiu8e`PnzU#PlDPf*VRURlU2<&M-yPVY2DW^zEgLmTZS^`fmU04%E!x>FVdQ^uQGf E0QG4iN&o-= literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/critical_hit.png b/assets/minecraft/textures/particle/critical_hit.png new file mode 100644 index 0000000000000000000000000000000000000000..1170571569397ac445292c744d98ed54b1f037fd GIT binary patch literal 112 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wniUG#3CVb59q?kcwN$4s7B7;(wlRVDkw6 z@bEwTCJ}`mc18i;0LC_!6B#ND&zg^LYAM|3y~4|W>Ty#M1B1lcjDxc0*3B2?>=p@!y{v48HOnc%p2gU|`DYAbeou!B%ep$>56&5(gGGE^zbWJ;0KZ mwd4*%Q(RN$Cju_#%&{vj7ceVDNPHb6I-eiUa`0u`HGV literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/drip_fall.png b/assets/minecraft/textures/particle/drip_fall.png new file mode 100644 index 0000000000000000000000000000000000000000..3d5c28a74799b61f6f179e9bd4356a3a31722d3c GIT binary patch literal 83 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wniUG#3CVDNh&2kcwN$3-o^Qv+y@es9|;R gED{aib7N$q@2%Wbu6aOp44$rjE=vzwkpKV~juv77 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/drip_land.png b/assets/minecraft/textures/particle/drip_land.png new file mode 100644 index 0000000000000000000000000000000000000000..27bcb8ee50313252373014ffc6e01cd6a9d7988c GIT binary patch literal 71 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wniUG#3CVK2I0NkcwN$4or&^L>L%;Uw`>h TM)OGmP=>+N)z4+=fh!UK`HB(` literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/effect_0.png b/assets/minecraft/textures/particle/effect_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f74ce5279b5ca04aeaac65b24da3d6769930b460 GIT binary patch literal 84 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wniUG#3CVX-^l&kcwN$51r$EdJaMV^ h>;J3&Rc0A*F`QZO$oFP}aS2cvgQu&X%hCf^Bmj1u8g~Ey literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/effect_1.png b/assets/minecraft/textures/particle/effect_1.png new file mode 100644 index 0000000000000000000000000000000000000000..df60680567203c0bda88a7a4f94c7b2112ca235a GIT binary patch literal 95 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wniUG#3CVHBT4EkcwN$67wF|3n+Y^*>P>> t&;QT<-|$IPI{9z)|MmZlmmCIansDUTdt;erN?(y)9U~052^llW~}5&5Hc`Z$t57PMC(9^OCM8mdK(gRl{09jik?*IS* literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/effect_5.png b/assets/minecraft/textures/particle/effect_5.png new file mode 100644 index 0000000000000000000000000000000000000000..a424e29a9b232d64d9b1ec7da46b8f36768e36e9 GIT binary patch literal 118 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wniUG#3CVTTd6qkcwN$3-o^Uvm_+>sJwK0 zE}VX7$^Xg!luHycBxY~moc%xl*s94P!U9$wcQ$U&eA2?q6!VwAeaTT)2IZX_{~j#k RW&#?-;OXk;vh=_e2>=dpD6Ieh literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/effect_6.png b/assets/minecraft/textures/particle/effect_6.png new file mode 100644 index 0000000000000000000000000000000000000000..f4a1d02cbe6e54fef0e8760b714bb17e419fe673 GIT binary patch literal 122 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wniUG#3CVM^6{WkcwN$4UMb+um5+Sr)6@( z1V&B+!w2jfcTdz@^7+BfazgDO!%MY>ng%_;UD6(AjXA6>cO9cF6iO5sJo6YBF7I5c VD?jBNBhWAgPgg&er3bD^003;PCrtnV literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/effect_7.png b/assets/minecraft/textures/particle/effect_7.png new file mode 100644 index 0000000000000000000000000000000000000000..ae5f944b57a9605473d20bae0827719826f5baae GIT binary patch literal 125 zcmeAS@N?(olHy`uVBq!ia0vp^0wBx*Bp3{(MAU&4Q%R6tFatxaVC5np&&<=sF{I*F zGDGA40EQ%E!vv-YJWWSioaGK44k`SqrNtk7^x4@JHVe3zvK+Jw4yq_PtWc0-V3@}F VLG|#uc5aZlp00i_OAlO;006t%A-Mnm literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/enchanted_hit.png b/assets/minecraft/textures/particle/enchanted_hit.png new file mode 100644 index 0000000000000000000000000000000000000000..3fce2060bc635012032c56e603488be9243a32e8 GIT binary patch literal 124 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wniUG#3CVXHOT$kcwN$H~!Rru4mKO@!>yH z53l&~^$cuT|F8dJXB3cjVg8w5R>+mmWT5P5!XXgW@Y2A?%#n4FE70nJmRX3$suhU l7c3C6ay}_>?m(J219$AZ>YIK!-+&q!JYD@>X;+}_V>NLvMl(!jGT;aXK6frvh^K(qnf<4P6FBoa`(bAffIgumc6L1T+~ybx zs8_Q8oNxx;iFxc;*l?n$be7u z2QW&JE#CP6ZPWdl%bcz(*eL5+fj;3uRq>saz!P{trzBw%aJ@c*K3BTr_LKCQTodxT zMS;tN8x*)_d?;4O!gux|6d3a9r`$Yn|4y(l`-SVS2^T#T-GJMy0N465kHlF8a_26u ze{k;|Ox|c;c`~|({RK)q@Sf+M4aQKbUYDh<#~bn zK25C{EB)ham;2-M>;o!Ls<2b6fydo8!5MGTIAgSEnXoFEXuRAjp8wh0Uq`?-vk&Hh n_q2xi-1&g(NgDn5|DOK`TT4qA74dkA00000NkvXXrNGn}q%X2! literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/generic_0.png b/assets/minecraft/textures/particle/generic_0.png new file mode 100644 index 0000000000000000000000000000000000000000..27bcb8ee50313252373014ffc6e01cd6a9d7988c GIT binary patch literal 71 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wniUG#3CVK2I0NkcwN$4or&^L>L%;Uw`>h TM)OGmP=>+N)z4+=fh!UK`HB(` literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/generic_1.png b/assets/minecraft/textures/particle/generic_1.png new file mode 100644 index 0000000000000000000000000000000000000000..27bcb8ee50313252373014ffc6e01cd6a9d7988c GIT binary patch literal 71 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wniUG#3CVK2I0NkcwN$4or&^L>L%;Uw`>h TM)OGmP=>+N)z4+=fh!UK`HB(` literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/generic_2.png b/assets/minecraft/textures/particle/generic_2.png new file mode 100644 index 0000000000000000000000000000000000000000..27bcb8ee50313252373014ffc6e01cd6a9d7988c GIT binary patch literal 71 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wniUG#3CVK2I0NkcwN$4or&^L>L%;Uw`>h TM)OGmP=>+N)z4+=fh!UK`HB(` literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/generic_3.png b/assets/minecraft/textures/particle/generic_3.png new file mode 100644 index 0000000000000000000000000000000000000000..27bcb8ee50313252373014ffc6e01cd6a9d7988c GIT binary patch literal 71 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wniUG#3CVK2I0NkcwN$4or&^L>L%;Uw`>h TM)OGmP=>+N)z4+=fh!UK`HB(` literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/generic_4.png b/assets/minecraft/textures/particle/generic_4.png new file mode 100644 index 0000000000000000000000000000000000000000..27bcb8ee50313252373014ffc6e01cd6a9d7988c GIT binary patch literal 71 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wniUG#3CVK2I0NkcwN$4or&^L>L%;Uw`>h TM)OGmP=>+N)z4+=fh!UK`HB(` literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/generic_5.png b/assets/minecraft/textures/particle/generic_5.png new file mode 100644 index 0000000000000000000000000000000000000000..0ea271e03a06b7137cfd3fe55f6250b5ec90cdf0 GIT binary patch literal 86 zcmeAS@N?(olHy`uVBq!ia0vp^0zhoQ!2%?AUTJd!QnH>djv*Ddk|icS`2PR?|C2!m kTyDZ=G$dG+%}f~>yk|VIFJh3a0xD$iboFytdfW%|R!x_9vm6{f&A89+D@k>GP-~~YjhMdGBpZm*APk>DFboFyt IdfpF literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/generic_6.png.mcmeta b/assets/minecraft/textures/particle/generic_6.png.mcmeta new file mode 100644 index 000000000..5ea52fce9 --- /dev/null +++ b/assets/minecraft/textures/particle/generic_6.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4,"interpolate":false}} \ No newline at end of file diff --git a/assets/minecraft/textures/particle/generic_7.png b/assets/minecraft/textures/particle/generic_7.png new file mode 100644 index 0000000000000000000000000000000000000000..bb6049d37b22f9999124e6a3a78033d083ac4826 GIT binary patch literal 127 zcmeAS@N?(olHy`uVBq!ia0vp^0zmA*0VEh~r^s9YQcNX5e!&b3wStw4fIJIN7srr_ zTgeMlfBgMzE+rrO#N3gQZ4Hx2iP7KY<}V){%%>%uXu6*f^GS%uO@V*)7st$R3vw$M Y7z#Oi#nvdSS`ISV)78&q>47T}05q{DuK)l5 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/generic_7.png.mcmeta b/assets/minecraft/textures/particle/generic_7.png.mcmeta new file mode 100644 index 000000000..5ea52fce9 --- /dev/null +++ b/assets/minecraft/textures/particle/generic_7.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4,"interpolate":false}} \ No newline at end of file diff --git a/assets/minecraft/textures/particle/glint.png b/assets/minecraft/textures/particle/glint.png new file mode 100644 index 0000000000000000000000000000000000000000..dc19ee7f506c8cae1ffac4f4062beb51523d83b3 GIT binary patch literal 123 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BKCr=m0kcwN$2RN5;{$o#OYUpfC zOW1s^USZjOZh<=cm)yr%4mEXVnK}LK+3@qGi9p-Oho20-e&KI^IEPQ;Jh!tP14DG~ Wb=H09)%Ss>F?hQAxhy?!MFIfDh$}h( literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/glitter_0.png b/assets/minecraft/textures/particle/glitter_0.png new file mode 100644 index 0000000000000000000000000000000000000000..8e2aed2da350b9ee61d2da37688d6c23939e0554 GIT binary patch literal 72 zcmeAS@N?(olHy`uVBq!ia0vp^93afW0whyg4$T5m{GKk3Ar-fh7pVRCKR;(JL(i2L V;yfAu3xHA#p00i_OAlO;002G96iomC literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/glitter_1.png b/assets/minecraft/textures/particle/glitter_1.png new file mode 100644 index 0000000000000000000000000000000000000000..43286e9611c85dfda778a3f55715ecd952994342 GIT binary patch literal 77 zcmeAS@N?(olHy`uVBq!ia0vp^93afW0whyg4$T5mBAzaeAr-fh7cl(!-+zjgxkS{3 aiDBQY2lBh0zIg|fXYh3Ob6I-eiUa_gDHb;X literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/glitter_2.png b/assets/minecraft/textures/particle/glitter_2.png new file mode 100644 index 0000000000000000000000000000000000000000..bb48fb4e27dbd6c45066a300f154e5870fe7e6a9 GIT binary patch literal 74 zcmeAS@N?(olHy`uVBq!ia0vp^93afW0whyg4$T5mf}SppAr-fh6{P>LGe2VCU}kub W@Pj=uMmZ5E$>8bg=d$#`6$t??1)LETR{t eSd*r}z#ydhf&Y-}{%Jrp44$rjE=vzwkpKX&@Dzps literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/glitter_4.png b/assets/minecraft/textures/particle/glitter_4.png new file mode 100644 index 0000000000000000000000000000000000000000..8f92096c72eb31fc389b09a15bd1a7efb5a5ce8e GIT binary patch literal 79 zcmeAS@N?(olHy`uVBq!ia0vp^93afW0whyg4$T5mVxBIJAr-fh6~z9qGqZ^Ead0Qh bYUE_d+<3rV{{y=>Pz8ghtDno#16L#fQRNaN literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/glitter_5.png b/assets/minecraft/textures/particle/glitter_5.png new file mode 100644 index 0000000000000000000000000000000000000000..d4880d3148aab0e7c5d8a4224fcd80826c673741 GIT binary patch literal 85 zcmeAS@N?(olHy`uVBq!ia0vp^93afW0whyg4$T5mGM+AuAr-fh4{-kb@BXxjv5A|V iLvNWtm~TWbBg1U=8|oFGo-+c~F?hQAxhy?!MFIdVTNd;H literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/glitter_6.png b/assets/minecraft/textures/particle/glitter_6.png new file mode 100644 index 0000000000000000000000000000000000000000..8f92096c72eb31fc389b09a15bd1a7efb5a5ce8e GIT binary patch literal 79 zcmeAS@N?(olHy`uVBq!ia0vp^93afW0whyg4$T5mVxBIJAr-fh6~z9qGqZ^Ead0Qh bYUE_d+<3rV{{y=>Pz8ghtDno#16L#fQRNaN literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/glitter_7.png b/assets/minecraft/textures/particle/glitter_7.png new file mode 100644 index 0000000000000000000000000000000000000000..d4880d3148aab0e7c5d8a4224fcd80826c673741 GIT binary patch literal 85 zcmeAS@N?(olHy`uVBq!ia0vp^93afW0whyg4$T5mGM+AuAr-fh4{-kb@BXxjv5A|V iLvNWtm~TWbBg1U=8|oFGo-+c~F?hQAxhy?!MFIdVTNd;H literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/heart.png b/assets/minecraft/textures/particle/heart.png new file mode 100644 index 0000000000000000000000000000000000000000..98541306777aab3c1e040b9f84ccd862f2f8ecac GIT binary patch literal 140 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+C#U{4pvkcwN$4UMOxqW(`b44JXO zW+|J3id^+ArQ`_`aeKnWnpWmBsL3y6Y+RYiFpI&Dm;0#c1Vd5Y21Xevj;tkD7gTfbz!eDqPDLtD literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/lava.png b/assets/minecraft/textures/particle/lava.png new file mode 100644 index 0000000000000000000000000000000000000000..1dc15980285c51c0cea9f0c70ce4ac05d21df92e GIT binary patch literal 119 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BKJ5LwKkcwN$2YB5MsU>D-r;(VI#l* literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/sga_a.png b/assets/minecraft/textures/particle/sga_a.png new file mode 100644 index 0000000000000000000000000000000000000000..f1e339d10103e02bf0cfc50d9be4eff6f3ff8610 GIT binary patch literal 127 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BKH%}MGkcwN$2@*mNqO_-R8KRc9CfK?T*4s9@1u~!%{?i$A&(<6jzM$T35J|?k~^k!$Q*s~ ah`}($BW$(xh76#I44$rjE=vzwkpKY4B`BK! literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/sga_b.png b/assets/minecraft/textures/particle/sga_b.png new file mode 100644 index 0000000000000000000000000000000000000000..3e4f7d431b492d4a257022b30f1de68070cf1399 GIT binary patch literal 105 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BK15X#nkcwN$3nWkcpYc_`Mbped zEnX<)#0th1(WIm*i3SD**B2EBmU>D-r-% C5+0ZU literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/sga_c.png b/assets/minecraft/textures/particle/sga_c.png new file mode 100644 index 0000000000000000000000000000000000000000..a684e43f7c1c7768c8fedbf2162b753472468491 GIT binary patch literal 133 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BKA5Ry@kcwN$4s3JR@BeeWP4WYC zOIpkgh20GM6*Ian8eU{m5Sh$%VXjpUk3+{~k=7kaZ7Sgjone<^9K*IuS~#;HOT}F6 gM8DsTv??ZsCtI1iETu1e2b#;^>FVdQ^uQGf04NJB5&!@I literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/sga_d.png b/assets/minecraft/textures/particle/sga_d.png new file mode 100644 index 0000000000000000000000000000000000000000..3b58effa6bc8cc06a0673c6c78c1a99804f4b127 GIT binary patch literal 115 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BKD^C~4kcwN$3p7_m{e5fC5uDSo zD*9plBGUr~yBJ-vU9P#zV&phl;4?{lg6SklHV%WV11lJJ2ubKwGR)-hP&_N-dKhR5 NgQu&X%hCf^BmmlQB2)kX literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/sga_e.png b/assets/minecraft/textures/particle/sga_e.png new file mode 100644 index 0000000000000000000000000000000000000000..a0641c17e20e42238a62489ad55942cc9cd05a2c GIT binary patch literal 107 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BKBTpB{kcwN$5^4`lA6oz4afTAJ z+b%^8-x)J9m^I9n99a0k-b${7k-JRPta8#Giyxl^8TNmy(u-UB`!-NFgQu&X%hCf^ FBmmN?A_o8f literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/sga_f.png b/assets/minecraft/textures/particle/sga_f.png new file mode 100644 index 0000000000000000000000000000000000000000..f05285db5e85bbcc9a841ba065df6a6a6458d538 GIT binary patch literal 111 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BKGfx-CkcwN$3nYJBllm{;qG`4u zApFDs52g(T4UDFf6Bw8#zfbwZ>tr!A$XS3bP=eL+;OXk; Jvh=_e2>@f!A>aT2 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/sga_g.png b/assets/minecraft/textures/particle/sga_g.png new file mode 100644 index 0000000000000000000000000000000000000000..c145850913b03090fae9fe8f5d2089f400248e9b GIT binary patch literal 131 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BKFHaZ8kcwN$2iQN^r~PG5tjX#y za!`x^^gqFfLD6p!BZpm}-r)-kD`)aB3rKNhFN;uqdd@Xr(_HT^#u@)qEENx$@I6}M eqo*L!%8+)#@P5E8^*2CM89ZJ6T$UcVA^`w6Rw>p1 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/sga_h.png b/assets/minecraft/textures/particle/sga_h.png new file mode 100644 index 0000000000000000000000000000000000000000..ce9a0d553712600b92a5d65d4a9c9e292ab0545e GIT binary patch literal 126 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BKS5FtmkcwN$3p8KU{C#TAF?p?I z8}BCWf5D4p#xM)a(k!#m&2`UE5}TaOkeKf{w`Yxjy4o%4Da#!8Y`b_`^vicHH3gAR Z3{SF66#wL%<_8+c;OXk;vh=_e2>`sJDQ*A& literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/sga_i.png b/assets/minecraft/textures/particle/sga_i.png new file mode 100644 index 0000000000000000000000000000000000000000..11495c460be4325dff89a0821e8c5f9d848a302d GIT binary patch literal 136 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BKe@_?3kcwN$3zQ^SLs#$r%bsZT zM35^%V*Z>}(GTlw*c1%-&bIIzFlo^^`+_SmN5)S*he2_Vm9GkCiCxhy?!MFIePu_tT* literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/sga_j.png b/assets/minecraft/textures/particle/sga_j.png new file mode 100644 index 0000000000000000000000000000000000000000..2dd037bc0608510556c9e162cba3d596ea3125fd GIT binary patch literal 124 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BKXHOT$kcwN$3%Gx5`tZ75KrPys zN8CbWLLSGYG=pVR-*WJ_7^u$TtY%i>Jen~}V1|%>z>=93;sQngK6qQSES{uiDavr8 X=0(fgMS+$;;}|?${altFxFP`nsf-XqEOgTfbz!eDq2u3U7 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/sga_m.png b/assets/minecraft/textures/particle/sga_m.png new file mode 100644 index 0000000000000000000000000000000000000000..1d63a527ce9424425bf3fa5b8933b3ec9b4c371a GIT binary patch literal 122 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BKM^6{WkcwN$3T!3&{(X|4E_0Es z!Qd#HM2h$y`6+A)A`g#oFrT>UbAwgEQ)b37JqFK!H>?v_SmP9U+;|;$GfD~>lIou7 U8%=*W6KEKNr>mdK(gRl{0B}zuq5uE@ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/sga_n.png b/assets/minecraft/textures/particle/sga_n.png new file mode 100644 index 0000000000000000000000000000000000000000..519d66e09cbe8fd005b7372e945a3794cab04a3a GIT binary patch literal 111 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BKGfx-CkcwN$3%FK9{e5e1=QA-a zbi0$lv3w2>MmwKQ@e@~jGC3^c95~rGC8b|!2xLxZ2&iLVu>YuXtYM47FQ5qwp00i_ JOAlO;001bSA#(r# literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/sga_o.png b/assets/minecraft/textures/particle/sga_o.png new file mode 100644 index 0000000000000000000000000000000000000000..066b857a942bc1c75735637c256ca67e254884cf GIT binary patch literal 102 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BKT~8OskcwN$4Gn=GQXgLb|HB|~ zmZs5?0}CJ6^YIunoKZVny_l^>s$t%R4JR2HQbc`bcSl>l0%~ONboFytdfCeTC%Pgg&er3bD^0026YAe;aI literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/sga_q.png b/assets/minecraft/textures/particle/sga_q.png new file mode 100644 index 0000000000000000000000000000000000000000..bdbb3a20146da44dd41598f5f48abe8876095600 GIT binary patch literal 118 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BKTTd6qkcwN$5;h9|ldshaEW5!l zv*zUg5aWa^3@s8T*%W?o7*67Gxa>2DaY>dNLzhYNN8`$kj8|GN_~47T}09f-R&Hw-a literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/sga_r.png b/assets/minecraft/textures/particle/sga_r.png new file mode 100644 index 0000000000000000000000000000000000000000..e9e954d195f69868b7f999834d1860e945d3c1d3 GIT binary patch literal 115 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BKD^C~4kcwN$3#4Dv{C#TA5uCzs zmB;XeUW0^D7Q-?X%^5joEn*pk6ht3?)mMBT{Dw8jMEE`Ho~{gD1_PG^8(X!ny8umL N@O1TaS$g1#1OTXRB9H(8 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/sga_s.png b/assets/minecraft/textures/particle/sga_s.png new file mode 100644 index 0000000000000000000000000000000000000000..dc034eafae591ee1db0e8148801e40cd84adf7eb GIT binary patch literal 111 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BKGfx-CkcwN$5_=Y8eck^5hQZ8P zf)Q8OPS~L6(RI=AC0oK|`8u{9sfG&<62VCfiQ)@Y!xv39WVrNGy;V#o`y|i=22WQ% Km!$`;NB{u0-Xo6y literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/sga_t.png b/assets/minecraft/textures/particle/sga_t.png new file mode 100644 index 0000000000000000000000000000000000000000..7bcfda9ce5d89c55b04a1c6e1d9903e5ebff025d GIT binary patch literal 135 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BKKTj9OkcwN$3pjsl`tZ75;FzkP zgEEu2g~$QX#{$Qv90}-HDcSS!X4lDMS9%ySCY_kYk?F=z;>k3Nlex&`@mH~(FB#U& i+{e}<)xdDXO_AYf)q~r=w{8Sk#o+1c=d$#`6$t>|1TZoH literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/sga_u.png b/assets/minecraft/textures/particle/sga_u.png new file mode 100644 index 0000000000000000000000000000000000000000..00056bb1b8fbd290964921f1254ff0747ad343ba GIT binary patch literal 107 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BKBTpB{kcwN$5>^kQv;Wi!EW6R* z6npT$^4W$!W`S9pQVf%hv}&3&ER@_Y?l7sv;Ht4C!~f=*;|5%gOhDZXp00i_OAlO; F006Y-5nI0Jk_T!D1w>n{e`1)`RoTYwzK zk|4ie2Je)dKR}MXr;B4q#jV~hMz#YCJV$2z`+u=`wG4CE6;-4E{QJ0XblKi(?Aj1& xXXm<1#=%nEK*E*TmHDVyz@1=|5BDPL7`Ax6bQIM+uoq|)gQu&X%hCf^Bmio{Flqn* literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/sga_x.png b/assets/minecraft/textures/particle/sga_x.png new file mode 100644 index 0000000000000000000000000000000000000000..b07fddfb69e184e6cd8513ab3e6fec2a55046a6c GIT binary patch literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+C#P)`@fkcwN$5_cA4eck^5hQZ8P zf)Q8OPS~L6(RI=AC0oFw`b#;7^BJ6Y@*5r+G2|;O(snRs@HLj0ELPfLs?5MTOR$0E pEC=tB1TWqL@1$frrzHfjF_^cltSRZ5V+*u^!PC{xW$A${5&+L=E#d$G literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/sga_y.png b/assets/minecraft/textures/particle/sga_y.png new file mode 100644 index 0000000000000000000000000000000000000000..6bc48093b8ce0666182ff34afe549cd1583ac3c8 GIT binary patch literal 116 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BKYfl%)kcwN$5-|@>A6oz4aYhm| zmkigx$CH$AGPGDY^;Iw%m^wfCz&Jz6$V8dpuStKF8-tfg@-h3pj0~O6HQq5#JA4;t O41=eupUct%S0n%o5hP#$ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/particle/sga_z.png b/assets/minecraft/textures/particle/sga_z.png new file mode 100644 index 0000000000000000000000000000000000000000..4686a3f9a6160b33a418fe594cbca0ef10da63f4 GIT binary patch literal 137 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+C#08bakkcwN$2@Xv6qaOc%e3<74 zgW_3*m=)ST<}YAWaQ$Hr$o628@+s~gJPU5H9=^*Ua6mNFMcP5bQP8A8OH(j9OGR5# kSlaFhtH{cY4g3rYS2|utCr47T}0Dv4TM*si- literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/adventurer_hat.png b/assets/minecraft/textures/skins/adventurer_hat.png new file mode 100644 index 0000000000000000000000000000000000000000..5dcf02e57930f753502bc8603b2b4c5ce5e5d595 GIT binary patch literal 492 zcmVwd^t)b~yj=w0m7zdTmVEd4P~y22vrdZwNF<+wpe+#?HV%#R0iwZ2_4f zApxJK=`hti4DwLm_xD0slBZ5)Nu2@_5i)!tMz}}2PYh5FI5&5;eir169Zvdm?%eqa z8~<6cj@c8%g`uhC-`}O_(^ZEVt{QceU_{`$;z})2W`1knz z`u6<&^ZNbu`~CI${p0cYhRpvon&bdfsQ^oY06Am;Lw4Qj_}%RI%;xmm-{JA`^4#Cz z=;`as(bl=r@wwdbxZLo@-t*7q^0(ORsm$7zz|yPFAE zx!0%6?5xu0oW<(7+U&O2>yf?AsLta5|NmM-Bc;#(d9LkaoW5I%q*;TTQgnnPK}a%F zTRmQ7L}G16VR2PydyJZ>Y<`Zp!O5J>>Z#1_smJZb;P2Ge-0SP@*4o|o_xJ7X@AUNa z>g(<3=<3VS*X8EuvcAd9)7P}X%AvHrvc1TtxWmB6&b-CV;p64N$#M*03LKwPE!E?|NsC0|NsC0|NsC0|NsC0|NsC0|Nq3q#KgqJ z#apA90005}NklF~UH1TRj3RkAmjRAOSxHKu*k*=HbbT7hQpq|10`SXA$$u^e*h|YlmhCf?@jxXy|;SkZfOn|QU$y*>458CeFGph$qa`rj?5*O z?QalMQUNeb3$SfNb&tG5UMV5n0Kq}S;nX$-HLg%!%)zft0ni}@98Ob260V+j@y!eY zx&sYxxVC3tHiKJtu3NKy256n&-jfac6h@iq2R7Kui2zNh*-u)-|GB-RGCv?OV0eYU z35qiWB$2;s6fY{pfKB+DDEdJqjfT>HJcw#Zg%}e4Mr@@LNkIO|)-b$jy5@WN?h3dG6!voJe49&hF|KRJO5 zKqDm?IncdKwYa}K=E3HGpHB{_%u`Vv2)!(o#9Ci+M)J!!w|tb9Dd!nCw=};4yeq={ Ti6lj700000NkvXXrNGn}U8fw7 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/air_swirl2.png b/assets/minecraft/textures/skins/air_swirl2.png new file mode 100644 index 0000000000000000000000000000000000000000..e4f55f117a02f9d45bec184defbe387f917abf75 GIT binary patch literal 942 zcmV;f15x~mP)s!q?XL)cR|xVuWrYOzP3xkP zR{6``rDd@-d>90Yj4*!Dnq~kgkC4m1Qf%nV!zX^c725V~qco`kw511f;r$=2j1t|e|bO3T7 zm*fI3I;|3RR*s+Z_(Ul~WJoWp9I^rW2+{!2G^E1a)I*p~h*! z0K%2kd%aK*fX#gjBU2IHhw!r)S zm#^Cco2W|DoUW5NdSJj^qPQjiyF zLl`_hbvE$c+`uZWs;+$Aw_x7>>Ad@;B}YyIN3j!TWOKggv6 z_pP9%Cl|4GLBf5lDRJo-HM>R61Ev(15npdP^b{^$)+6V+M%rtLf7R{c7lyX?(v2}K Qpa1{>07*qoM5Vyg7(|z>iU0rr literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/air_swirl2.png.mcmeta b/assets/minecraft/textures/skins/air_swirl2.png.mcmeta new file mode 100644 index 000000000..cc0cf1468 --- /dev/null +++ b/assets/minecraft/textures/skins/air_swirl2.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2}} \ No newline at end of file diff --git a/assets/minecraft/textures/skins/anchor_atlas.png b/assets/minecraft/textures/skins/anchor_atlas.png new file mode 100644 index 0000000000000000000000000000000000000000..f9aa977cf31ae9fbb8543642470a2111a2e4f814 GIT binary patch literal 11327 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 U#Njc@5>OsJEo03p@;Jx;00lX?>Hq)$ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/ancient/ancient_beam.png b/assets/minecraft/textures/skins/ancient/ancient_beam.png new file mode 100644 index 0000000000000000000000000000000000000000..de75f9c9995802baad021296dbb4ef5adea771a0 GIT binary patch literal 158 zcmeAS@N?(olHy`uVBq!ia0vp^0zh2A!VDzet&W@oq=W)|LR^9L|NsB*zW>yF{+7ea zgXZ1K7p~^E0gAGf1o;Is`~!j6KMMnaBBq`$jv*Ddk{#F-@5k zy;GBxPOtY{d0=u&{)!SW^X}yhIpNb{ZHnW(QhhAs;tQO=d=mp1R1)MD%<%8uKcHqH z22ub2&77dU2`J~`>EaktaVxnag@G}QZCNZ&zywCMNC}CuW=TE90Ks;Kwww)7=V$Vi zA5@wsEV1h#j~rWD+>CGK25n+JhU~`-)-@Te`Dgrqfx*)Ck-5nqyv0HT!D1&`CASv5B~rE-@JSI zv{;)JC0=`{CY@ha^0Le1J5ZXnB*-tA;U5qjFqr2H6!7zOaSW-r6?(c=@PL5;^T7!v z@Af~O@G$X1x!>%A7w+BuC0Wook7b2A<28>(0uvm|rgP4>a29uVn9jLY-hw$|)`!|@ lY+oMj(Gc#l^-5nGhLa@*8r(i{rdf zeJrNM+N>z?+B-Gr{IZg`Di}+G{DK+0Q*!M_0mNGN(GM0{45?dU;fsgUZnEuMA-zNRO2L-tuLjQ`1wp|Hc02cx5uD(h5l)t z=koLR-@R{tq^fGhr)}ypR%}R|QQ>I6R$9bh_tM{4^6&WUJLUecAO3%IH_$=`Pgg&e Jr3bD^003KuQLX?0 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/ancient/ancient_orbiter.png b/assets/minecraft/textures/skins/ancient/ancient_orbiter.png new file mode 100644 index 0000000000000000000000000000000000000000..7d5ee86a10b73170d02cbcc3fa9f64a685beec91 GIT binary patch literal 158 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY`~f~8u0ZxPJm=Lv@oTCr~VXWH0tI{eKO zKi>4Ezs*#WyVif@S6hAl=$Dm$9X~PLWVH#6`@r1a@{Y6X@vW~wgBUzr{altFxFP`n DPE0s| literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/ancient/ancient_palm.png b/assets/minecraft/textures/skins/ancient/ancient_palm.png new file mode 100644 index 0000000000000000000000000000000000000000..836214bedf051bc857ddf67d2ea3acae664a7e10 GIT binary patch literal 442 zcmV;r0Y(0aP)m13ore?Y0hlZ0=mbV@gir+{o%mR&q^UP^*VFl9_Qb2uhLr6Mx` z000YgQchF<0RH~||Ns8~|NcLf#cKcn0V_#FK~#9!ebHxvo-h!D;h_i+7UsMEX=7_3 z$rgD3Y|%px5RyP5B7mAfu58;4;GL2Z_*azDfIx|ur)eC=SxLN;M=3%7L&|-XtG*m~ z9!IoDA=Y`G*L_z8|C{I80Z2uV0CfkD24{qS4_ql5&SP83R<E zHDKhz?j-H=)NdLgRT+h65@P*)bUid-pehD?BFI`l5@|pnuBrp`rX&LqxQS#C(j^9m z%s}d(R^^(J$P7gKQeQyp25iOfHD(>Kr|&>gb-_oFCWoK#`cQZV@cszySFI<&SKzMa ke*^9r_#t0`g~4lo08QfY1Al3}OaK4?07*qoM5Vyg7@z{Xb^rhX literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/ancient/ancient_pulse.png b/assets/minecraft/textures/skins/ancient/ancient_pulse.png new file mode 100644 index 0000000000000000000000000000000000000000..2d26266e1f39ff2cea3b93fb1e8dc04fed671b4e GIT binary patch literal 198 zcmeAS@N?(olHy`uVBq!ia0vp^0ze$V!3-pIzHeL#r1%4TLR^9Lvp@g)F5Grpb;zP; z#qk7L37`;bNswPK!#^N6U@*@YD3Ivs;uunK>rEdc+W`k2mfPF@*B2)TnsXi!YL#9x zGjzJGS@0aj80Nks93M2!{W~vu!1RH~jtWNkr;%dP&-oVI7m1O$u(isuUR6A~biTXJ rtbM2Ft2THqYue|&_8;Fv%QXxPE-5n6a#!hT!Hle|Nrm4|I~Z_*7;>6 zd#5HjtUS1)#A{ltO_QfVv4z_H`irN5ir7nn{DK+&{rmU-|G()~``dv+v7RoDAr-em z&N6bfGH^5}uC70O{V)F?8K#Q@7x@!dPfXL9u*z!{;7RxUAZi`kAr9@s{5g)>fvd8JkWzrPT9tFnyJ0Wnkz?cxAIJJ}eAq5re0z KpUct%S0n(Od{uz} literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/ancient/ancient_staff.png b/assets/minecraft/textures/skins/ancient/ancient_staff.png new file mode 100644 index 0000000000000000000000000000000000000000..f295dfa1459fb816a511958d6be8378922cdc272 GIT binary patch literal 189 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5ngaUj*T!Hle|Nrm4|I~Z_mcz<} z=H1H|uI9D@in5gi`2{ol1A*B;3j={7A)YRdAr-e`x>`k<19=W7-Ku}mbXo4@;x9%F z9$vrV=KO4VRmCi<{gq8?@sfKAGksniV6(m$ZvMl26|d&GO9AW}a>DP9yg9P#`GPub hz4Q;pd)$FeS{eBIpz79t(}3nPc)I$zEIn{V0ssjYOH}{> literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/annihilation_disciple.png b/assets/minecraft/textures/skins/annihilation_disciple.png new file mode 100644 index 0000000000000000000000000000000000000000..f0aad89877470e3de4253d73a6c7c793a8209270 GIT binary patch literal 695 zcmV;o0!aOdP)QS^0@MiwuMZ8677}$B7FZb-LKP7<5DhI23nU8(Ed~W$+UXtu z000JbQchC<{{H^{{+s!6Q2+n}ElET{RCwBy)d!Z_Fc1S!xQbJN$^B28ohLCpqKxf@ z|3Pp=iJ7FT+{uzuRZ-AaG868Ua1t@hELc^h33x$OOeVs04w#&zvBIpXy2=E^BqB1# z84zZqEX%7CRX;C*WCM8$RFR@l+K;P&tV)vM0r&7FU>iRtr|qlh$NEa&*LQF{(8P}IhouEZ~_-LI6iaU8)f|yg@(3q zzW_-4k$q0<9YmqCjoTHVKTF4)5=qI1BYMcImoQUD%)F-rt^!rz^LtX|wl~;tG2MRx zNyM9fm~UStm`%Bl?Y(W= z`&}iuJA4he4;ur(Z}B{|eS-vyf>AIE dM!_f;1pq%}-kjo*bdvx8002ovPDG`^)ELAfCjS5c literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/annihilation_disciple_a.png b/assets/minecraft/textures/skins/annihilation_disciple_a.png new file mode 100644 index 0000000000000000000000000000000000000000..f6c3165d018a75d48f024a64aecbb76d1e213ec3 GIT binary patch literal 350 zcmV-k0iphhP)2~dIn0rDLEG@Dy@|NG$!_xL#cy)Ud> z0}`vZ`gl#JfE=2M<6Q&0N&_Xm8~`e2kJ%6OdhzPmo}PJ`#CoUn z6d1Qxir0jDuT!s}S8wV))9dMV^ezVg7hKDP()6?y;ch2>VrF=Yt7P#*LoJ8`NlCSiR=pEBL;QBDogLq?X4>Rw0zvKhWo9S$+Kz(f|Me07*qoM5Vyg7<15}ivR!s literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/annihilation_disciple_a.png.mcmeta b/assets/minecraft/textures/skins/annihilation_disciple_a.png.mcmeta new file mode 100644 index 000000000..da5af9ae3 --- /dev/null +++ b/assets/minecraft/textures/skins/annihilation_disciple_a.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":1,"frames":[0,1,2,3,4,5,6,7,8,9,{"index":10,"time":100},11,12,13,14,15,16,17,18,19,20,{"index":21,"time":50}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/skins/aristrocat_hat.png b/assets/minecraft/textures/skins/aristrocat_hat.png new file mode 100644 index 0000000000000000000000000000000000000000..3bb278da45cdb94eda7da17526b5868cd6b01b04 GIT binary patch literal 1269 zcmV#-eTyM5dY6c@6v)3MJE3qf)2mD7$z=K9n)&OvYC-`_O;W5(n6os%4XP`m~5IhJGH3$+@4Hae>Azu_5d>S8#8z7n|C#Eee ztuit`XUJ53;#`yJDNd%pJr2)R7ypbt^lvRi^P000CWNklZ%*ro?-vZ+_S%La2!2NOVQI$f7U3UUi*sa#?Kps%dE z2M@5515V7CV1N)GAJ}_@;aIG8y9+j5%G}SrWs8vsz#~E9T5H(@&|QI!go-wh*hJE! z2XJic0f5-Vm6%@rYhL-=aRfl15QmxD1;{3(qsjCN0AO7v28A%uEW2q?G8;m-R2|Dh zjyO@|O9(Dn2DXP_z_432L2-(CF-KfXc`E zsNT;aRLwU53WbvU3FuGw?xE>w^W7bJjEw;kZ@SJ}4XPj-midQ;Z~~Rlt-og|h>5pg z-CclN9OT=3?gb($2t>zbw17$`upR;q0JN(tLV&1{0zgx+0$`bUc0eS?Y#I=Z0ssbB zPXvXl<|6yb|9mb&nIdyEu4fGcCha&0Z1)#bp&Fr(2}V&clJrMOWW$5Q1sk&kbWVbF z_9wFeSTDwyiT~!4=DYot9VpglIY5~JEMhlez zLLI44Evf_<^dW%U%E-efJ6Rm7SqhX+U}X4ecWeL2SD#uIs6qjNLIEhi00n^ifS-Gz z3K;DMgQ%ZX*BB;)V5F_gF0u2N}Gl>DHMgc&86#yLos1j5ulYt_b1y)EEu>ojG3qUae<+?WBrw`%l zU}IE3VY=Q5GYW+8XEq~5`?{aCHVw9w!15aRjS-!I%-3B)6cU~ zqXO{S?~RsZs$Vt$d;ap5zx?&DfBV~Rx9)Z)>pIpY>sx@c(=z~%KJqwlvfH!LQCvb( znzm&w3jhL-XO5X{)-jvW$=b^7=eQgNAd@QrNI?fl!xoy!_~D8bcxwhAok#%Uxo6Ho zx8{R}B(7Sl|1C`(p(#Pj=;TcRoIVQ-kIyc6=;QsgTv=%X5h|^AvH;xs+9`slFFd_gzIw1i#m8YMcryw5!9=`Icou8j`dY02O8F53W zetO_E=WgcTKMv#hkB=M~eyw<}r*h*5&gZZ f@t-<7jq7|5l}r8Rjw~>Y00000NkvXXrNGn}dSNfr literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/artisansword.png b/assets/minecraft/textures/skins/artisansword.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4cd9d432675f148161e0b7fa0bfa11b4acadfb GIT binary patch literal 655 zcmV;A0&x9_P)4rhCg*iLF zV7XecUM@I3K4N(_N7xIfD;w+(>+Mn(wLnLiB zn<+tSvCt509LESug)wS~o5oSHqSiulT_dBkPvHAh*JqlGp#V$}=t(L;>!L2Gvbs&Q zZ~g>nmWidLGH>QLtgP)Q7B9p^i6ADn66J@Y_OU=9DlCwuXxS8Oa^$vtqwo8=sGe7p p1Vzc9t`V~I-uwjygFzF0J_GY{vC|%gaV1Q4EE0F&Dc=h{B&CgDz+}aXw zdA0Z9+1BgpO%@gy-jx#pqEjLuv{_6Bh-UDM)Ch^GX=y8~smm)V%gD-$OGpWeh=~Xb z^Yig>bAhb8_k%M8Nb!{f`2{olhk}3qflxeGWZ9;Puc77m%>uiQ4liQ}TGc;5Ch<~_e6x??}v_8d0o`6qc>s$k>ZRU0$}4%w`l z^vdhNt}~}?^iOwf+L*IGDRYkJPKD!^va&z6oCqsX73EdEt}J`9Q1SG(-2a z-w|QkH1FVk(>=H`=o0aM9u!@@>73yUzVC{LZ!1W8p*N zB@2zuU$+9xSvgI|9a$q bAPYlh!MEo{9c$EpQNrNq>gTfbz!eDq35f5# literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/atlas_atlas.png b/assets/minecraft/textures/skins/atlas_atlas.png new file mode 100644 index 0000000000000000000000000000000000000000..3d45307dabfc8b524d1a9cd4fe90aded564eb680 GIT binary patch literal 8354 zcmXwecU03&u=Xzrp@iN$gbqp(={WUpEEnp?##~4CYu`TP{P1vt-0O-040!Sg(!byDN z^YtLc)bNhh^{^&{vaZNh7s;)o&ShpGY^1|)ZYZLs0oPLFFx2KN&o-|JB&&T$Rr%Di zG~F2Et5Ow2-co+QA%ZT}UG8~~MX5LBnH!KBZPbQht;oGoQ*f`q6)5on$GFKxINuI) zy!9%cy)lXb>kDm;VR{;4oc2&V^1f7=4^g2zQ0xgR@&M|>XkJFrx1-teVoj=pDR6$o zt#K@9FU9OggK~e8`f%DueyYh2kd+T$>7hFD-byX8%uUgZ&jUzbgi?1@dlaP@JoZ;h z4bjSq(2sVN=}6${to3qXX10RCURAj_VVzK(3Ms*w2|mg%OC1_Y?5!y&of#RsUU=Un zC%2=axko`^OHFMnlFW%RjPsC>a*=jpWxdbDRF+}#y2cZiW!6~c z=)}N~8LsEb!czOp+L4~V8Rz_>(55>7Zb_O^>vNa33fKB#yW&*Cj4<8yN;eG^HdB2e zeN7&11gD9fps}uirYgGw9bIAo!a$3c_x*pC|F$K>+}HvzaP>V00Io?rP4zqBKQ{6} z1Gm)~9+e5UTH4kEmXRPNk`A=Otm#S%MUwixYL@D|=oUP?0pvL^Y(22oq0Ilq@u6&a zd5nE~PYpyR>x3hQaS`D0GbxfI_;3}FK)E^StNgNTQCj;et2&WNu8hQJIxRDf0p5?l zc6?=}J|>kK3hp9^7?JB(GSZC4tiI%su6Y!@YaoWnV5i%*)V9= z+{-(J&~7*DP-U)3>8HGg)stb+(y{70PSR|abzpUR8ZJr$mS}b?mMp4qY#jKdgNb*p zyy0Xmo}ciR&x^GX)h4r#0SHG@?RDkn`AHlMguT__F zyd)sv*qvaIH3uOF;qj&$2hpDQUryJ#I`~{zgIq?s!3UA{ZFdluCCAbRtD848IY^8U z;rD0IIVZAkF^bGLhs68pCl~)WKui8m4 z$H3}R1Up~>#;1btLrfLSK&b0?$Z2p8&rSw4f*o2_RfWZmjHH^QavH42JE)9uzmoa`xJG$(f%u#`~Qfcbh>T%j3ZuDgbb#!)qPgaPG3jCTd_q5umrn4BEn zeGItjqg@8lMW9LXmzp47E|{>+pFe-(?FJh�*;g!SY0D0siUsQFdZRV3cGWK=BTr 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 MTE?1{_^&Mg1GG6u;s5{u literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/aurora/aurora_battleaxe.png b/assets/minecraft/textures/skins/aurora/aurora_battleaxe.png new file mode 100644 index 0000000000000000000000000000000000000000..18e118b04428ee4baf1312fc554cd6b58ccd4613 GIT binary patch literal 1182 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?!$Snw9~nO94J1u0Wc*C5vfM1>4Rpjx)=o z-fqkMe`?+T`)_{y{eSQ6k3F|Pw%z_T^X7pLzMtYho1X5y}> zX>YLGJm8Xh=d-fY|JQB(Jl8NJXR^&s?v{{s|Bomyvf63zb)v+xDE3R9(odygZzU^! zV^_SSCX*p6>Te{U6{OK1X%;FdC?zJYEG45UBd;T;q%WfGEvp}=9; zqT|i4Y%4Aus-aS-ZB!?#oxm2jfHQT&y8ka@{@-W#dY<{#E%u$4_!eK`Y(BL+T{Q#f zE4Pv$zhH)csNg>sfW`hJ$v}kBNw@;PbLtlv7?@2xT^vIyZY{agd@cL75c|hf^G;6B zzP&Bi{_E9^x!DP~`NID98*bSY$p2yXi*J)<9Rgk+Tl%iy^3RxjTTX$rs1k;z=g0c= z*O@O&Sfu59BYx`sKU-5Dx+U{Ie#LBXF?I?&J6~FqNN!!+-xJ3b!Zi+UX*h69(J0lY z*xX~*{P2DjmAT&^ODQ~AZr_?~d|Sz&_wA>~Irn>H4{$!nHxHI*d|;E%Zzy}mev|Z1 z={pl=qzF3Odc<5wGv|J=pZ2F9~GADk6z85&h;UI^WOH1)mBZ`1$LJB<_91@&@xTuHie)|Ro&?^Cn<8_C7J zE*}C3;z%~$h(R-QJKRVX-P%1Xr>0UL67MP6UkNwAa*w4BD@J45Kf zn?oixr~H>yIvhy2GOuXj_RS0n=CF21csgycTls?1{#2yZ2f-Av4n;48!yfz|H_Ijo z*R)h`e$Mtpuw%}--v0nvLq{mezWi6a0W^p)u znnSqK1p%Lqpld4PGgudJs+=lf7tj*OdcpcFwBYkuh9~}M8zndoPFd&v@%q!{_It${ zuC~~7IW^>2G$>R@F|e$v%&%u>eD`2gLlc9GQpKD*C*{kubF`})>pvJse0Z+>n9-%- zj%0yVTs7k#&6B=&&fMRn!}6+Mz@dQuL!f!3yi3E0O@03#hUL9ZauoO5%We_-<#B_9 z@BjZF*rOLLHJ)Q~CcN_g?@fPRXR$K)&9GLSIVo0s;!iPoKKW^x3`aI)I!p7s*?(wJ zbFKR}h7XO!@~4jfWaQ3MsM^MA5M|hL;NK~iALrLTj6Sh-yM^cGxL# i2Q?&E7bl1?Fl^z8R*?UBlnIz689ZJ6T$UcVA^`x?`!K5j literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/aurora/aurora_dagger.png b/assets/minecraft/textures/skins/aurora/aurora_dagger.png new file mode 100644 index 0000000000000000000000000000000000000000..ef937e1c2f272847d3722ddcb3568533fa8c2855 GIT binary patch literal 969 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?!$Snw9~n?EyX^u0VRu?foQS%&tbUx5 zLzbuXQ>oZn$%@~MoWILzCukehX{Z#6ONYve`m4!g1ZgxF$!9&xKllIM+aG&wf13IB zW83X@!RIc=omXCD#k8n`ZD*IkZu5Xk?w!xdwtk))^Z)+3|1TN7o@c&wi+$%MzQtEK zn@>p>KJX9w;o|Vgzw})c`=z#%Igfx&w=D_s3ugES1pi?G&O#Oiv9W`GgChqS7?@f- zT^vIyZY?>_TKxMO6YEFY>s~oG-%p+S@x0H${CJ+JJDF3{IG*RtjMn@hE%5%ul2&)c zA6Xu}3=v1PAKr9HY5pI^(Iuq7@Zq=RG7&3NMuUt43=NE@FKuo5{w%F_ld{7d?X4{@ zkIdo<^oW=xcq23GlC2`+RDnOAC#W_yvhG$>=)3ML?W4lMAQHa(VeGx7-p*OqE~mvh zZCGHcpy)AQP2l)zjRn^d3^uR^7w*+(Fog{6iPDj#-pD86g(_LzR?{r%JPS#qqL-t+TFZ1{0Up?X6}RKs=G4dqM?OHRc-s}(viyF$|Jx$?)%mopm}oxQH^ zRDC{Ouu=V``_0=^1sX&grb#*T{Js>TAttP%QhYM%N#VDZnGG{K9HyvskI!)O6Q>Mlo^AEe~HTWPj+<*xp|(viRagcgwEA)BMt}5=45M0u8v_7#Yen XF2=TbsBZ=)Yz9wPKbNHku1Ej?)k4R7 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/aurora/aurora_effect_1.png b/assets/minecraft/textures/skins/aurora/aurora_effect_1.png new file mode 100644 index 0000000000000000000000000000000000000000..25abc3ef933a613e54af61b93aa8513597349279 GIT binary patch literal 536 zcmeAS@N?(olHy`uVBq!ia0vp^3JeU43LMNp*2_TC7eLB8z$e5NNLRmHQvLGax_`Ia zE>*f+nz`=Z8Kp&*{+Ha87PTlXDiZC8=zLZx+@>MgVb9TgN@-Exx_`Uac3xt>b*uE* zRJTis5B_~$_wOac*Yiw&<|YD-lPn4H3ugF-1DusN*aCD&vZsqsY&SnXgD3h?8H?NHe=*1T znX^?VBqfz|9+>CI@wI)w;l>)F3+&66^~Y&9&D{`fqjJ^pka5yimG0maxyJ^PEIyh} zG98RU_f>98k*%JjalvJArhL}Nzzq%t1`OM$30jou)}P5{xHolO8J7<8pN!qxYI)dp zXfj!8ovyxc>AmEZ9p$YDxMLjt8T*_+B+GE6wdnY#|Lke!7asULbJsbJ%v+xhFHpZ| z(8Qn|(97%K#b#~E z2uZ)2_09I@>3Ed~T8Dn>Ix+=6z4MRl2j`9X`foXQu$MpNN%$OG&{)}apWpOBM{HT! z-&H2LYJaBlJPS6MfA^GSac3p(8FRMi=ed1rF2yjlnD|}>p|{F=87}Vp$-4FamCwL9 OVeoYIb6I-eiUa`E|M%?x literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/aurora/aurora_effect_1.png.mcmeta b/assets/minecraft/textures/skins/aurora/aurora_effect_1.png.mcmeta new file mode 100644 index 000000000..b94c9464f --- /dev/null +++ b/assets/minecraft/textures/skins/aurora/aurora_effect_1.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2,"frames":[0,1,2,3,4,5,6,{"index":7,"time":120},8]}} \ No newline at end of file diff --git a/assets/minecraft/textures/skins/aurora/aurora_effect_2.png b/assets/minecraft/textures/skins/aurora/aurora_effect_2.png new file mode 100644 index 0000000000000000000000000000000000000000..b1615de87dd2555e2ea06c3a7a92636f342c5ea7 GIT binary patch literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^0zf>0gBeKL%C8p$QlbGqA+A9B!T;~;{=a1SdY<{# zE%u$4IGaxypIQ1GD8XJ5I|CReq zR+sTzh`)DE)lA__;~lRXeSiJ=m+^8LS6QD6ozU9U7sML3G{B&0*Sv@aeE}7*Vm7Zi ze%oF+J@?(ruUoB}3$v$&G5p=~de^$e>sjwL-neY*_52UxfrBrO$jE*Y2U^PD>FVdQ I^uQGf0H-rr!T0gBeKL%C8p$QXv68A+A7r)rtQv_x$*M@Bf8q zUsmTotc|_#F#p`gw%b4U-2Q*>?YjRjAN>E$@b&!8RsTP}|9|=HpINOhV>50{w%J*1 zvvXeTjm!BD-%k7T|K9f>dp@1L^XL87|Ef#*Hv`R;DGBlmX84C2R4D#@08}@@)5S5Q z;#QJ^bWc;D0T;vF?pDDg4g!Z|(w;5(Z&%-be&6~8Q;pu(%oWZz&zPEQm60;Y6?rf% z_HbkOUz>cc=aq#9^$vH;V}i0Y{`IO%OPzOd`3Yk#kIf=>5m&-L3ZAi9|7Yg2)S1gS z^gK2>%MrMpw`RhM{qjG5*Xif))4x@7ZAFLGqTu({e6{z>g?KofU)cA2e}9hcL*q4| P+Za4u{altFxFP`n&$P0I literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/aurora/aurora_effect_3.png.mcmeta b/assets/minecraft/textures/skins/aurora/aurora_effect_3.png.mcmeta new file mode 100644 index 000000000..e6af0c247 --- /dev/null +++ b/assets/minecraft/textures/skins/aurora/aurora_effect_3.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2,"frames":[{"index":0,"time":120},1,2,3,4,5,6,7,8]}} \ No newline at end of file diff --git a/assets/minecraft/textures/skins/aurora/aurora_effect_4.png b/assets/minecraft/textures/skins/aurora/aurora_effect_4.png new file mode 100644 index 0000000000000000000000000000000000000000..af06a5a9314947d419f6d0b57cd8ee56b70febf2 GIT binary patch literal 411 zcmeAS@N?(olHy`uVBq!ia0vp^3JeU43LMNp*2_TC7eLA>z$e5NNU!_<^1=V_>;B)W zd3n(N(oE$=E$jZDsd>4?{Zf_kqGIJmLGG85%AQRX>u?Zh(+s%euDr;Kv-uSJ&P&X< zZZUj4f8ub@W1uNwB|(0{4F9l!C7b1c0#$tSba4!+xb^mGXwqQ^9=3-UXT2>5`@TPG zt&z?Y&0lf-z76`#CI5dG v_y6wVbNz;EDtQo%6-> literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/aurora/aurora_effect_4.png.mcmeta b/assets/minecraft/textures/skins/aurora/aurora_effect_4.png.mcmeta new file mode 100644 index 000000000..700b3411d --- /dev/null +++ b/assets/minecraft/textures/skins/aurora/aurora_effect_4.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2,"frames":[8,0,1,2,3,4,5,6,{"index":7,"time":120}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/skins/aurora/aurora_longbow.png b/assets/minecraft/textures/skins/aurora/aurora_longbow.png new file mode 100644 index 0000000000000000000000000000000000000000..0554739b5c0d73c4244b985090dfe08cc00dd440 GIT binary patch literal 922 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?!$Snw9~n6#+gWu0ZsqNcrwjyJ!ut&F^ml#HgB zxU!(2)SYe{cA#7JOM?7@8U7Ii{sR^L2ZDchCLY+xz`#`G>EaktaqG?HgGIN^1dbI> zDNuA@(j*k!w&CD~DT^-|?s=Cc%T)8<{I%Ds*bj66OHNS#leUjJ#8#_QpmT;C$E8gL zZ)^6dykE;!y4jv}g{|->Rc!~kzb`I5+H>ujS;6-uDr!m3_P^WDU+Fp5FwOVmPPw+* z2c|z??(cH(twi%v8yfb}GxbxG`nVwSQ&??oQLrIg}?nv%2+SW~cV{cAhaNWh-Y$1OL}SJy3%yHo0^TF@yuT@Vi^V2GbE`joAaqr$1bTS;`+VS zw-cYdZn97=j1ptzzi_ZLOU5c#>GCfZ`$s1$(6|zWDd^ zw!AwpJZ&jY$3zy115OOL%gf8}Z;_kP8SJI%Fs10!Wu9V(BOku}c(bar^G22iYmk?C z0|&G5?^h*kUUHki{J*8>WFvHGVnfZ>LqR8#r(G-MEi!R3Ir2u}>1w( zZb*7Gi(_v+?^}y^zl{{u$MOC7H)BfEl#ZRsE=J4rS*~4uzUSTj`^zR@vNSAAa57s~ zwo0I&hedwB-{eh}#`7744oqQg`SIc3w_>ZCrp<4g6^tCGrmp>}Xma-W`stVb=U%_? z?LxD>Zzx9t>vhf#|CYtY{d&C7n&;~R}y8~!=Z-j+S|%h_#sHrXS0KIa|NYGWr=;F)WB7WW z`PMD=otO9)U*T*%wbS71M2Tln?3esY-^K3!6!ZVSh`P6|ew>m+mZVXrl5du*L!5|? zH@~v2xOAw7N};w_ydvAa2x&3M8 z+mCIxALgIC9CvHQkC)4(Mppk|4iehJPsFKQ@4(0>tSKFpFYfV9fP&aSW-rRdQkL zwcJ#R=8H4Sbz}4yvJ1-J)$`oByY*P?w|`BCE%%=>^Pj3xo@%vDz;~_6+hSS0)BHUy z!J#YF0y=J8C;kxbA0s zp7;OBw4W!o-6_qT_o*ed=Kh|C_MdAb%D?*tJn1#pzu~*j`DK-l?f>FON}I(3LvywcsOflrNXZ5ep z=bL{gc*d0bk;iotf>s^+1B^KaPgg&er3bD^003iBPC@_x literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/aurora/aurora_staff.png b/assets/minecraft/textures/skins/aurora/aurora_staff.png new file mode 100644 index 0000000000000000000000000000000000000000..fdc0a693aef3395bf364dbac55ebf62bbe8213a7 GIT binary patch literal 956 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?!$Snw9~ns{uYCu0UE*(_YQQUB}kn+%L`{ zBCGRR+1Af^Un&mM+ug*9-m*g z<&DtpS1#WrwJ%+G!=Dx|-DvKcUgDw^WTYfBt;aOFac0=%j z_{#%%KB23#3+qxHX1UG2_F{$C{yUeqt4?j+VKl+bLz88{@y_o@@7J!LWWVE*fXmh> zkv|XSY4r9wlx_=cnl>$7zW(S|owe_`tLMjFThj3U|Ka=lHKyjVx+zyY$oRN=;hFhg z#Q!8*J=|-bJO9GUy~$=uO^0l@rrqMXv-|&oMa>>eyJIKa*Ns14ly%yG&!yM6&gLDubLYW5b!Wr-Ys#`y<5%r{`u}AR@EUYY#&7WK5 zwtAhoh2_#EeFt_ZyKgPq+WR!)&dHPmf=eFzT{YGHe(slX27`V5qX)n2WNlWI{^)az zRA9Cf&Sl{4Imr0^lQmlqgK$vO0wxL8#R(!kO@RhnZj21Z>HEbGrXM!|rd9?|S3j4f I2d+o}03WRCPyhe` literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/azure/azure_bow.png b/assets/minecraft/textures/skins/azure/azure_bow.png new file mode 100644 index 0000000000000000000000000000000000000000..937ce534937b3bbf958aed1a14140d716050a405 GIT binary patch literal 559 zcmV+~0?_@5P)FV?2tIONn@6v0~4n>(R!F&%uM9c`W$V3QP4j1fJC8ze0l9w-zT zA`TE4x~70^00001bW%=J083eT}J8E zdc1%ArhJw0$c;Q{GP7pOzUGg+xtT|3DRjy*pws5h25?7h$1}o=NYilDSHiw2!Cl#`BIpsEBYcQWMUGb=m05 z^YN!ng&FgP21;q!PAjuG>U`73}1 z0;Jy)1;c&R%_`6s|8NwZ1I(y~KUxjV|$N24byWMWL+rLpC005vJ&zkhwfvErh002ovPDG`^)EEo@0zCi# literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/azure/azure_insence_1.png b/assets/minecraft/textures/skins/azure/azure_insence_1.png new file mode 100644 index 0000000000000000000000000000000000000000..805e046461d247b96edcb823807a132d9aba31f4 GIT binary patch literal 270 zcmeAS@N?(olHy`uVBq!ia0vp^0zmwMgBeJgzFy!Bq_hHjLR^9LzkmN;{rh|6-|yA` zezbpnb>YZ{!iU%QZ{Lu4eBbf~a}(!J>g;aGZ7vhxnF7+xR}$nG4AO%D8UD+YfikV0 zE{-7;x86=*6*}U;b2#SNfBWwoS>NDP-EZ(bS`BTkcKI=ris6_RGe} zOsMNGoU-8Q*9HGdmx;bv=5w2)o8=BiaiRoUS@5>9pbY(kYgX=9l6?Kb#Wm5&vr{sz z`Cp#X!rP$x!6kHKxVg+ajnhGQ*p|2kiX3bHgTfb Hz!eDqb4h!I literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/azure/azure_insence_1.png.mcmeta b/assets/minecraft/textures/skins/azure/azure_insence_1.png.mcmeta new file mode 100644 index 000000000..dc11fdd95 --- /dev/null +++ b/assets/minecraft/textures/skins/azure/azure_insence_1.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2,"frames":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,{"index":0,"time":60}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/skins/azure/azure_insence_2.png b/assets/minecraft/textures/skins/azure/azure_insence_2.png new file mode 100644 index 0000000000000000000000000000000000000000..2d04a930f5dae8ad72f058a1811fa144acdfcd0e GIT binary patch literal 197 zcmeAS@N?(olHy`uVBq!ia0vp^0zkZggBeI#rmolnq~rp8LR^9LzkmO({QJH7-;ctF z*Y|JVka>LH@&$7f=TGYFZehQC)(xnFt0c%T7^DsYG(UTq0!4j1T^vIyZoNJ2$k$-N z!5TQl>)}7~vbQE1t%WCSpDjOuf6MFI%;I(2=3m~s9J#b~=VsZn%${d&q~+L6F=CVE o-eePcSMQU|t(}p#6f5trKYVexV!Z literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/azure/azure_insence_2.png.mcmeta b/assets/minecraft/textures/skins/azure/azure_insence_2.png.mcmeta new file mode 100644 index 000000000..de64aa6cf --- /dev/null +++ b/assets/minecraft/textures/skins/azure/azure_insence_2.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2,"frames":[1,2,3,4,5,6,7,8,9,{"index":0,"time":60}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/skins/azure/azure_insence_3.png b/assets/minecraft/textures/skins/azure/azure_insence_3.png new file mode 100644 index 0000000000000000000000000000000000000000..8ae48da78bec9940d9eab8a7144f8c9942689998 GIT binary patch literal 363 zcmV-x0hIoUP)>B_800wkYPE!E>{{H^{oB45300033NklS z3sDa8f=0M7$pr197rhtp%h-e}|jfEj{m1SQiM z3cS#wV2s!4vCsgXN)JZ(e)V<Z?kasHOk_002ov JPDG`^)EF3coJIfu literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/azure/azure_insence_3.png.mcmeta b/assets/minecraft/textures/skins/azure/azure_insence_3.png.mcmeta new file mode 100644 index 000000000..dc11fdd95 --- /dev/null +++ b/assets/minecraft/textures/skins/azure/azure_insence_3.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2,"frames":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,{"index":0,"time":60}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/skins/azure/azure_lantern.png b/assets/minecraft/textures/skins/azure/azure_lantern.png new file mode 100644 index 0000000000000000000000000000000000000000..50f22c524c2a5d32305b69b909e258c4aa8c8f5e GIT binary patch literal 361 zcmV-v0ha!WP)(R!F&%uM9c`W$V3QP4j1fJC8ze0l9w-zT zA`TE4$nTjJ00009bW%=J0RH~}{{R2~{v0|zLI3~&(@8`@RCwBaj|XDLAP7d$2Iz(LC#QgW4qV6-Ic5*`R}C-&FXE_1@9Sx6pm64TXUzF%LV%;lv=8-vlobn;)_sADHdJK>2Laum#D={Ajka9 z)uhl1G087NqJGT3WjJ1M_xqFn#z!dhA4e%~V`3N{U=#oVQat5%Ho_3y00000NkvXX HrNGn}q<@z4 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/azure/azure_nunchucks.png b/assets/minecraft/textures/skins/azure/azure_nunchucks.png new file mode 100644 index 0000000000000000000000000000000000000000..4ed1f3530568cf4eda47b842cb7bbca018988271 GIT binary patch literal 265 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFL4Z$)E0F&Dc=h{B&CgDz+}aXw zc((Pz0z=uF1+uyG#1kfq1ojBpwn?k#O2}!5NGS0MND3yZ&jjjWED7=pX7EnQ`2*y% zd%8G=RNR`=6Ux+Lz{46Z!u#F+O%&_$cC~mOxdn_Lc10h$ zYGcdVeYZ8WuVd-4M?alsB*$fiTw5+stdx~v(z4I{i>Z`Md4!+Cy$XXT=i8+&HbnN_ z7O_+R_q%yc1{ce%{9uN}{redovpO?+2uLsrOloA1U|r0>pvL^8b@sB)B0wiGc)I$z JEIn{V0syD+T(JNE literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/azure/azure_ranseur.png b/assets/minecraft/textures/skins/azure/azure_ranseur.png new file mode 100644 index 0000000000000000000000000000000000000000..67f937836f67887e37f3de3c02db44dfc92d3425 GIT binary patch literal 429 zcmV;e0aE^nP)Q!Be4rg|o)=(~6j6*3J%$@3Ef^js6c{275E&ci zqD%k)00DGTPE!C&WNiEZ00AXQL_t(|+U3(hj({)-1yC#kv{noEzwFq|B)TmuT+EMK zUp|6hX6_C%1TzRrc>^T`_{=Y`!3?hg<|>i^%v^H7xB-2A16>BJV0i(u2#gz`7eLFv zWk~o;j{$&)AE2xP*A4Ik6xMY>RRIbzGZqG2AAy-+W7YXU1lXCk`Q~gN1BA=+4L-n_ z0LB3uzRONIKzB$0=Bkp=tyU2^Tf9N^Hy0+FMcd;n)v^?Cl*s~-mc<2Ar^0NK}#zU7_Ph9So|H8DXYuC)( z@z%^iF1-v&PuHdSF?^2=&C*Wg?%2;HsJZ*VFV~lSFp159DS`2ys2_8O3gaG!OAeO~aL=%0-|_n)Q?^Nh o%!LdG4~IVHUbb5g>pw6*Wq9)Sg6&i_px+ogUHx2^9=IX_0N!AKod5s; literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/azure_kabuto.png b/assets/minecraft/textures/skins/azure_kabuto.png new file mode 100644 index 0000000000000000000000000000000000000000..e757238ff110b25777c2de552b97cd45b3e88881 GIT binary patch literal 399 zcmV;A0dW3_P)(R!F&%uM9c`W$V3QP4j1fJC8ze0l9w-zTA`TE45n(5p00001 zbW%=J083pbT0zRY<>A@=+LlTvyjIQc(XUh^T5G#NQjStZFcEA#!YsmRw1lN#vPbwD?4eeomYG*9xCWn)z)Qdn0+T6} z@GVktTRUi+R>Gx2yy# zp;TYO4r~jzI^DHjOYp@K45~Utzpn8`pgq+H9X;b~-0#Dh1Q}-8OS^Rpy`^s9F(P|b tvo=4oKHs@>h?%+I56)5={*4eA1pomP_=n^wm^1(Y002ovPDG`^)EGjzqM85z literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/bandana.png b/assets/minecraft/textures/skins/bandana.png new file mode 100644 index 0000000000000000000000000000000000000000..d53e24e4e9a52ba84a9627ffd95b0fcaf8fcd74e GIT binary patch literal 280 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFP=HT}Yc>N9ka?UzZzqHFGzP(5 z27%ItDwlymOeH~n!T%ZFnYLU2@-}?q%J%nO#k0C<7f)%j?5dsDwC+so(e=OYpM3UN{XQ>0 aE5oHL4?`msE)4}bpTX1B&t>U>D-r->erVqS literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/bandit_mask.png b/assets/minecraft/textures/skins/bandit_mask.png new file mode 100644 index 0000000000000000000000000000000000000000..142d0e111a81d2b3ec932ef144cc84619a75e375 GIT binary patch literal 420 zcmV;V0bBlwP)Eat|2`|269YXeB8CC~yRTl(GcqMKY(K7LXlbCRI}00xNR3Ho~=8ZrQ&2AI4M>j&^ngi8Da^Z>rz zpyC1OP)q=KfK-43aLZqySYUJj4FFX*JeUMPla@h~F(H7^WqX1E{S`z&dixFZ;)VTc z9HFPJ>z<2hnvK5+VSdnCE+}putggSt1dA902CN_e9&-#M28@DHFbV+Txmg*Z^6+>7 O0000(R`O6GXuP`&|?#L0aVLtV5#ZlEY+$>G| z9kN~04$is!jQNNFuZ1x8W_yOO%*Pb=CbAsLWzOYp+w5ujct#Tpn8gyl7}>KfsJT%g-Av)12^W_00001bW%=J0837?RKm@QjcZl5&FVK}dj91$Iy;s9bSAByCdf zTOTjIwbqxYH3sP0)<<);Ngg1Wu#Y-_mnB&%&NC!^?y~h*^SVF<%)ZvfXx(yg17%Fx z!5FPk^Lhaxl>P#JtWBkm-5nR04cLT!HkP$5$R+K5*sm`ZHVm zkF2iQvo3wdjH2}ulV_EO^u>BM_}lSLc-Nb0W)rFVGu+73--@U(H Ye#&#v`RlK90&QmSboFytdf-5nx&nMcTxFDXq!hJe)%1j9RAkll zq*ZkVBo%qYOQ(7-1yFQuX*r=c$Wa_dE4&OPRO*kW?Y=uzvX;v|{>Xt&O}}=ZL!$5XKCm*TwTlI+ v2mIN5b|%}jTGtPs!XGTuyqA+!Kf`|g?B82$e-zyXx{blp)z4+=fh!UK<{oh{ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/bone_gradient.png b/assets/minecraft/textures/skins/bone_gradient.png new file mode 100644 index 0000000000000000000000000000000000000000..a46d7af2d08617a384919b50dd3af19f9e67b73d GIT binary patch literal 646 zcmV;10(t$3P)Ba2SwEX4HCm%W`9%>8#T?+tA2>?R}05BjKG$I=|BOEv+96BZ*J}4kWEF(fIB0?%5JSQJI zCLK8?9X}}{OE4%?H!eyrC{{KtWI;A)L^*CrK59lhWkfq{Nk4H+LV8q1bWlQVO+jf% zK6q3|X-YnEP(yQ3MSWRKl7)?7R$W0oJuE0FtwL`c00001bW%=J083{wSTuZ6Za&K5*jp3#Xlc> zzkhsE`RuhCGc93NX?=68fEYGv_tZvLrN@KRR;K(YYP&DR*c2BUW z^pN*}HlqPcrL?3p#J8!gE65&@gjlVb`c zF$#d9q_0RsuP8UQWAFO0jq7aG7l0$2n**S8fC2^nN&$>~! gPvYJI{clLXb+NP~`T;ao4FCWD07*qoM5Vyg7t<8 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/bonfire_crown.png b/assets/minecraft/textures/skins/bonfire_crown.png new file mode 100644 index 0000000000000000000000000000000000000000..60458fa89c0370aa7e4464095b23335c2d9eec9c GIT binary patch literal 194 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?#d*U5*7(Dgizru0Z<#t(_k(%>KV@(xp{t z$L2)ro)oaX-QhuQ@Z1dDvu+yOtmOQkiXH~4V=M{s3uf?6$@v51_;|WFhE&{2PDm(7 zcVK?CB8FY;E2qwiPxE+OPcZ4}P1V%nb71qCSsj^L#kr|#=4EZ|bR}*PgBIfr%G@4{ ocOT-4T_7EsV9LDqpauiOSFT50%B%gOf#x!Jy85{+J#a+=0Q*=%B>(^b literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/bookpage.png b/assets/minecraft/textures/skins/bookpage.png new file mode 100644 index 0000000000000000000000000000000000000000..db5dcb47950f0f3421c6a18cc312f8a34ed02730 GIT binary patch literal 211 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nBm#UwTpwPTc=c%a$z84H+|eHD z$&O+P5!@kf@67%BJM1h_O_`^QV@Sm<)84>Y#~e5gHEG@Ze{A=bzn_ifOS1MAw7+Vc zZTQ4-snGZS^4bhLrR^TR`+U}L zno`uBZ1$B?tpsn+RQB3=hxMCq$)>b7L84c4*MAKV)ITrqkD-9=byUsM={JEcVDNPH Kb6I-eiUa_#>R0Fh literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/booksrune.png b/assets/minecraft/textures/skins/booksrune.png new file mode 100644 index 0000000000000000000000000000000000000000..8ad9f88b7009f662008fa960bb99959ecd1e6a43 GIT binary patch literal 643 zcmeAS@N?(olHy`uVBq!ia0vp^4h#&;3@pq*R&MEuHXx-Q;1l8sq~G3|`|!fVt4F&} z?rNPNyl*4xq9*R``K;?b)RP^>5+b-m%(ARykebgsvcB=klyD(|tvZ5V~CEnZD6=d_Vic3uVyodMd z{=oOY_e(Aka$?C`tJ;_%?iwxS%*1doH{(!-&!g|4n!KDU zek=-EQUa^1lm5GC3psE+6timh6sjW?6>1XjHNe3mODI4*`eSm4Ny3(02X}F2NUgtX zJdI@<+rha(v)I;bb+e!Q@8zz~yM!Ow706r6ng721JkV_ligrvEkg5d6LVD!=#2twBO0Sk#BL6wOzsBkl}LCVN1xpTM~ue6+YgWCwrMgjKxr3X$nX0qaV&Y zOEzE1+3@S2Hdk`wJ1NT_%KsJkKV4ubYuWc;_0O#T;-5ZnCAi-Zyf=6KHRewZY8&O( z?Rh$NdrakNFtPgHj#s^*`D?x%US%HkJ8`Rg*zbo~_Ay_NeY{%p)&Gg3T*LkM?K`a3 zz3aPrcjKpNt9L&>6&(lF3pC)4?ETyPHKy^p{GS+VD($Ci@A>|%hFZh%jSE0A6`uX}oLS$R%ye5kFl zy^@Z(oQkG{g}jo2ikYH@sJ@h(q_mEjsJO7G8gHoCdY}fzk|4ie2Je)dKS0hEPZ!6K zid!WCjeV~TIBsh@Fdg{!zj%J;I;qPq@0-ulc z65aF{r~bW&Ki`sfj*rLr>c%fMhgd}g7s)fn{@0uHIrfeHf8~XOi8mK~X$}-|6+OWt zHeu4LGpp85zEP52`K`Bw$x5+t@&e<95>^_z_wz5jPcK^FrFTyHj_b?tz$>Z2Dog?s j%dZw6{oku%z{SvS{z&&%gWVgT{}?=7{altFxFP`n-`0Qg literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/bounty_hunter_hat.png b/assets/minecraft/textures/skins/bounty_hunter_hat.png new file mode 100644 index 0000000000000000000000000000000000000000..75a57ca717e514b37839f82cf1b072302a3188a8 GIT binary patch literal 594 zcmV-Y0}+=Hqnuh)D$G4VV?V5exP|+mN_T5 z>zvj`uG5;l2A0RiWtKh%=p0}opkE%Jo*raK0i$i^HZU(w&kxgB3YZwM!o$NdjL9-! z6O2I&fRwmt=m!~7z*YkE!#EDZIEl~L0G@-BK)ONO14*L={4!Kbs(gYhFiz8CA0BW; z(*}T~WV3=4lmOWnCEE_Q0pL}|z-5nv;urWT!HlIm2KO5vZs}JcW1lQ zCs-GTnMFoM1_T5|y68GPJ6l;ArwElrG0QqFj9MFa?32_|4X29}{^n-QJ*IS0_l)K)N0rQr sxB5RcURs~{^!4QF^*?0uH$6>u0Ztwr%gpUR@S3 zt;D;qu&_JZr9Q#BFw86x2wZf->^1qWRyP8bGL{7S1v7Z3}1&sex% z!GQ*zGHq^-#T+GF9SgWZx-_~MaD;GZuU^2>qAjhpm`g%Zav?{Hm8JD!PKlWdxFmKj z$kGhebiaBjFX&y1Qo@=yNj*vnp7cC3m|^0?D)2bmkU2I%-LdiR3#P~yOz9_t7uYi} Zl&<-^EZqh4$#51RBAxUh=uzQCF%EV83p??SWQ2fo+`Jb_GK a*cl!?{dB-ZcpbjmsZ(A?mKE4 p1>&&_*kd2a?m8g3h~))8gYV2!heLRG*#X_a;OXk;vh=_e2>@0@Sh4^B literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/brawler/brawler_whiskey.png b/assets/minecraft/textures/skins/brawler/brawler_whiskey.png new file mode 100644 index 0000000000000000000000000000000000000000..40efa84e6b784b1f8c6314758c9bcc701e3502d4 GIT binary patch literal 255 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?#d*U5*7(1_3@Hu0ZWgOIgXoDZ{B!wX1DQoK_<0h=bqo&>-b^jth+iA0SDGy zUELTpA!JYTkMjlmu19BG)v$_SnJJ;cv>538*+=~~nPPK*4q@bNz;EDtQQNLh= literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/brewing_cauldron.png b/assets/minecraft/textures/skins/brewing_cauldron.png new file mode 100644 index 0000000000000000000000000000000000000000..36220cd8f40b97c3dfe63ed2c14e758e50a0de8c GIT binary patch literal 227 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?#d*U5*7(5&=FTu0T2})YaYD!rscj+)&+6 zTUk?8PD@$Z;oHu7pd4dKkY6x^cS_D5Ag9vP#WAGfR>`?WPG&<6)(dNbE_1%~VP9e8 z`1kGtzYBj?hA=V3C;upd44$rjE=vzwkpKY8VNpr| literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/broccoli_palette.png b/assets/minecraft/textures/skins/broccoli_palette.png new file mode 100644 index 0000000000000000000000000000000000000000..9aea8a975807b7951bfbb3e0d74c37ca3b66c5f2 GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SDq*-&q5s*h+%@f*BY=P_OZT6i{S>r;B4q z#jRw9rZp?w{&}Z9m-~3-tWa1_a=71vD?X3Yk1$F+SrmC?Qsoh6i7l5{U6>?8Chs`f zB&p&gS&$Xbkt)oaB=99!fG=SJPx6Ix0#`hqUOp*uXr-fmw2Rs#PtAGGwyoi2U6HC2 zy|v~zo{-+s>p*f<2!M*SP%@;t6PoX10>3;I&YFu_`fynPC>t73Q}KYJhHI N@O1TaS$g1#1OSniOoIRb literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/brown_gradient.png b/assets/minecraft/textures/skins/brown_gradient.png new file mode 100644 index 0000000000000000000000000000000000000000..68799df6c9b1b65f3555a0dc04e5077ad478376b GIT binary patch literal 321 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFQ-Dv1E0DG`(zG+wv^CVQHPA5C zR5VtTHCC0?mJ`*M6Va3fB4G_FK{ZJr5|9&M6X#?QU}oT9V&GzA;9z86XJlC6l@bgz zg|Q^aFPOnQCFc*2v)0qaF{I+w)rqW3%?3QK&B5P)$CvJ(%Re)^;9vLTOJ1DE+7efM zzqaj1QjBD7hle&p>kB@Y@RFr#Srd3B1g0domqdyyGfY;F;BN3|GEfu|VDJd}vM`tb zNC3x+t{2CusyIg_u(=zp>*Fg^Nt@*cAl@iU&--(XYzd+NyP$T{DE4rlOm L^>bNz;EDtQ1R`i@ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/bucket_hat.png b/assets/minecraft/textures/skins/bucket_hat.png new file mode 100644 index 0000000000000000000000000000000000000000..781ce74a99d2bd66fd9f6ded80e9299fb33d88ca GIT binary patch literal 299 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/cat_hat.png b/assets/minecraft/textures/skins/cat_hat.png new file mode 100644 index 0000000000000000000000000000000000000000..c28d05c1fb687c78401a6359ac199c0ab1bb7578 GIT binary patch literal 289 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFdVo)eE08{Y>g>L~2Ue_DF|Ds} zX>zJzP@kuJu&IT$zLBYxuAz#ij=Zv3{IW|WK&6Z&L4Lsu-YGeMfSeVcE{-7;w{kA9 zCmlB6VRmRu5a#*+f46K(Id}f+Efq=Dy-v}Sd@pX4iF~g6`C{nRSre`V=^89$b^bYR z;zg#3MsbXC{`^xstK2^@O-k|&@N-cu6#B_r;8;FiIC5ih{LeW}QVK6*RzHck{bNz;EDtQvr%q0 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/character/aledar_dagger.png b/assets/minecraft/textures/skins/character/aledar_dagger.png new file mode 100644 index 0000000000000000000000000000000000000000..f50409b49f20169144cfe333dbb5da4b7fa0c785 GIT binary patch literal 627 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%gaT7XZ8E08{X?)25Ww>BL)uyFI* z2@B^oO_}f{LFz-T+OvH58zG{{ZTOe8gl(9fd}3`m@6z>-zh;P^+N<;B=t7QoqCdNwo`tsV^QYtE{x^@a`W|DH+qLL~xMNIlYo1{vD{DK+& zqkw-1P?sXImw|zCk*AAeNX4z#ORm!-JQR?wj-d>fh9x$f%pA zWpWh#o1_$P9P`%q*~C5fmE&`2YXvoG%9xLB>t)NBw8eJnyWjijSc5<3>|Ns)5;T9C z=_*FyY!6e$!e^&f*s;5PjgU#$y86eZ9-adpla$#P&e9dw9=~T-k(AFJqdex*2ac@V zQ}#>v8TWLLzqh#WJZxF_BFNx!HoK2s za;=5vg;N)0-tWo->m$E@$~o+>$58Wi{>=Z372<4P4rg47T}08gzQ?f?J) literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/character/aledar_dagger_beam.png b/assets/minecraft/textures/skins/character/aledar_dagger_beam.png new file mode 100644 index 0000000000000000000000000000000000000000..cba7b4bb813b76f2551be36ccab536189f612434 GIT binary patch literal 215 zcmeAS@N?(olHy`uVBq!ia0vp^0zkZhg&9cxcXn3;Qv3lvA+A8$@z)HcXY0gI?crUz z{(h=@0Z@psB*-tA!8;}A50F#l>EaktaqH^Ejl3-eJgpDQPx2P9^Dwk9DxG2Qc(Y&l z>f#MkFKw*2s&8JSQSo@6nvs>yta+Q~KR@gtPCeQ^8 Np00i_OAlO;004$bRAvAG literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/character/aledar_dagger_beam.png.mcmeta b/assets/minecraft/textures/skins/character/aledar_dagger_beam.png.mcmeta new file mode 100644 index 000000000..b863ac906 --- /dev/null +++ b/assets/minecraft/textures/skins/character/aledar_dagger_beam.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":1,"frames":[1,2,3,4,5,6,7,8,9,10,{"index":0,"time":100}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/skins/character/aledar_dagger_wynnic.png b/assets/minecraft/textures/skins/character/aledar_dagger_wynnic.png new file mode 100644 index 0000000000000000000000000000000000000000..46282c4d825f10f6c1d4497012106de9e1d16ef6 GIT binary patch literal 195 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%fvXMj(LE0A{lHADQ=-qn^4DnJf% zNswPK!@qxu=aO@P+%!)Y$B>F!M=vn4u^8~MUbHX%@2u}++M%=c8}k|ETQ#NutudEZ zi?5Jdk=J(cV=dS&Hjrr$$yW;6Dnaieoe*xOa;OXk;vh=_e2>?8{MlJvV literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/character/ava_relik.png b/assets/minecraft/textures/skins/character/ava_relik.png new file mode 100644 index 0000000000000000000000000000000000000000..1aa8977fb765156fb8e6db16776b66533146dd70 GIT binary patch literal 1207 zcmV;o1W5adP)(RCwB4(uI=k#u-K7Z?`mHW_uvaV7~AF3}I%vOyOkC zQSU&JYL*y!)ld06)gjx0W>y}F%o{K`jI*?L9Q^;>j5cf-s?-=@gbED+As7HU8^D?g z9SI~-WthMl&BNvLK`}A8#9dV|emAJ`yBfZ^B)&y9~&@^keWf5r# zeN+Dp9Mh4FymxnqF^;nUs}90%0bguf!}Z?_AcOL9(j=!D>!J*STx}))XXd zj21{{CioS&x=$z3#GZ9Z8$zl9A`RrrmHy`LAQL0Gl>)8GZvbCbulXv zJ*!B|-D`Lj-gVs0g78k;Be7v>OAq#flth5nTd8)`jLMTYKrzSY*pk?%&_>c;0cl>+ zUw>}?9^ChS-}Q@wVbZn{x{rWV{7HH#jeitQJ3rs#S3ktsHAh2@HqFsqkcxOU=h>XA z`)Cf!tnfi-e+Hy9wHN#baH$!HSNUhUR21|FPB7B0Gv=t>D8H{6cPRNy&b`i0AsmdmpnHMXF_)NF@bpa_R|A8p zSuGO)Lp^-|_|fs(NA#-tEWmvBY&kuR9&bVw#E9DwELbp$cuFx!)3VN@V+%>`8SS$b zYEI)p9zH()mxwXvJkAa?2-S$%vra<+bxTeqYa59zb>*&U&#=1Vj!yxnUs~2viyomA?HT_6yZzf0{?pDJBLN75Kong^$BK|Z?vUX9FDROp!d~9if0=6~ zf)kb2r`a3`oW4NuoVmQY_NKsiE~0~D--4cK( z4+{zlYD&^)00007bW%=J0RH~|{{H@tqvY`b00Iz6L_t(|+KkhU%ECAhM&Xl8Qrr14 z_UrxM>t@ihz`~{nP#WRktyY-=ZCk~y${2%2sUmUl|C#=Pb_3=K1VU@T3Q+Yg zAZG5e6|Sq?0EMyy4#PdDErB)x_ae2FQfbung5w7i(OK(XKw9q=K`7@6P)Fki`UJk2 z2MMqO^awNtrD_6OVK;Zj%*o%PJOV}nW~$o_;1ebLEC5SDC(v{zQutiqf!TCoqn;~3 zover%B=9{@1?UeJm=kfHwYevjK#agW&jWog08hZrzuMFis6a#j4%rF_bKL(fY3`l? zuYJT|$H{j-%LRtn`vViO0A4SE{qchME{O2>{v+ptkqcBK#sk0|kM}2L{{le*4;KUx zxgf&KeF8^J;6U@U^>;8Lf%iFQhpIc% z82&xBy ztbt6Z0-4;`z)pPvNE;L?1&8dPkqAI`4=XSVM!_f;1*2dTi~<0S^729$2ho!N0000< KMNUMez| zUGp;ZzWrLht7+90Rt7!=rW-N64AY)@Gj7XgU^^npn#Gvb$n-cqYyyWRgXYPuK=lJD z{c)M!4qM!REBwU#uydNKSmheV2^n)4)bb9oN+@2hRodddS8@N`+{b^X{bTs#^2#FM_||DaFEV(#`nfDUa76+D DIS+uG literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/character/bob_bow_text.png.mcmeta b/assets/minecraft/textures/skins/character/bob_bow_text.png.mcmeta new file mode 100644 index 000000000..b16bde466 --- /dev/null +++ b/assets/minecraft/textures/skins/character/bob_bow_text.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":40,"interpolate":true,"frames":[0,1]}} \ No newline at end of file diff --git a/assets/minecraft/textures/skins/character/bob_dagger.png b/assets/minecraft/textures/skins/character/bob_dagger.png new file mode 100644 index 0000000000000000000000000000000000000000..221ef0051e6b15e58289e336fb9888d9595d3c91 GIT binary patch literal 528 zcmV+r0`L8aP)( z4+{zlYD&^)00007bW%=J0RH~|{{H@tqvY`b00DeSL_t(|+U?LmP9+BxM9~v3vuIkj zyz^n|PJ{}iTE1mm*0ocW~wZOL)EV`hQ@%qY;MtQ#tSk-O$-wRwyXc?;3j_uq!{r(qMZa7 z>XoTG=VR=!6{(1+Bx31ZV$NfSodgMBcMCcCc<|Hj{N8#~0d StK!B00000*D>0qDtx6F1jCt4fmAgjDr1kdP{HNtL~C0yg7a0$nfz@ z^!L4$dAA`7l9)`qB_KqP);zRkVHjDJoSUkuAn0RaQMgpc_lQ6rLcTH}w@4C#QCd)k z8)y;O=XU!)V)(o2w(T{s*?$>GNF6vOAS6HpqwtO0ci9x)oW5~n_;@Dz``*sH+b{*& zOa|T)5~Bxe9@?`ojO=D^dwD(x{+QSlF8A?0BG8ABuMEg7l7wKi7xdupi0000{{H^{{{C5E9gF|~0^mtRK~#9!l+yunn?M?b(bof#Q(pQ0_gu+| zWx@0wz);Ed0bYIZLvB27JaPfpR)DoK8lU97@@MyBD=0QAs67LSP$Ej>=LWO{PzfNN zvu)9aa8{tKKr#nF6&m`$DNrl`F9363!BFps#~A=Bn3cUNstcesv|093AW|SLzyKH` zBu)VW47z{_KxnX?T_K_X6TmmL?Y8Z6@VJ~71i+SL8rTG&nj+@~1W*wGK*kcd{zJiP zOTcOeVURm=2Bh&Fz%l{yzz2$tdib~>0|pr_hMEZgfWqC+4WhGB5UBtK=$wUxlY)kV z-C_U$4E1}bXF$~g@LB<~<5`NjG?O2Al~Q1z0Vt@XofEAC015><02C4;qUUE+M!{ka zAcY{Q9j{XWFMt3DJh1|~ejfq_fB?W%tM)23M;nAz{M_7UXCoP5J^mN2c;gdL0bm1D z$d2zLprNu_`nvIWN4jwL@$3E`@o1Zm{5B51gIR3>fG9T%Nz7_79RNurp#?}(DFUs) zID7;YS`Z={GeE2`H}eP(1ON#pif5;0lJu7Q5ipP-1)tzQN~2XK5gY+CQ6T|vqamRJ z$#<_0$1jlt2zW;lBSaDzBW;cgf`CZzjsy}fLlu`g2DZjaMhi$)kOV5lw-caHllsH; z66%ZVCu7Wn;^ONVP_RLzK`3b?CD5J~G}>4(2qB4%(#V46jc2w)0L6?5QGv9ea6>r) zQV312Jl-a9;c?UaE`ThyGa#)&0Fr_j0v>qd2oNG{*F6QE`+G^{SNOBty#4pa;}{S? z0~2k^9Uqve)OmqWjSw_nW!>K9=Ul{-%hzjlv=IaV(D9~1NEw8`7UcEozWTFWEZ<}7 zc+JIT@x*#!jJ8^suv+Jp=M$!ZfX(Zq04Z5=y(<)W;pJ}|AfyS^RIvfr{s92-c1@VA zf8Pp)n3`s@`F{bBU6bAaMj~J#!ly)r!ALY<)Bpq+1ppNAVXWUB0{s90002ovPDG`^ F)EM>sYAyf( literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/character/bob_wand_wynnic.png b/assets/minecraft/textures/skins/character/bob_wand_wynnic.png new file mode 100644 index 0000000000000000000000000000000000000000..6f6124a373916dae2f23715ff6e5926f95a37a10 GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3-qbFB!4{DgFST5LY1m=fKCmOW%3fyE|Cg z?OYjP1QcQ|3GxeO_y+_B4CeU)1rB<;IEGZ*+IxvH>!<+_b3pXPzvpdcNzTy^;N||k zNJPnAW@AOZBODZeHneY) zo_W0P+RjfbyI=abh~C;!d|&I)=ObcVEu032nk^U~+wNi06SuZ(`1eK3=X2@ihSg3| m0ZmW9rZKV~tpCGU$Dsb{b?m101wVnFVeoYIb6I-eiUa`eYjigN literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/character/bob_wand_wynnic.png.mcmeta b/assets/minecraft/textures/skins/character/bob_wand_wynnic.png.mcmeta new file mode 100644 index 000000000..b16bde466 --- /dev/null +++ b/assets/minecraft/textures/skins/character/bob_wand_wynnic.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":40,"interpolate":true,"frames":[0,1]}} \ No newline at end of file diff --git a/assets/minecraft/textures/skins/character/dullahan_guisarme.png b/assets/minecraft/textures/skins/character/dullahan_guisarme.png new file mode 100644 index 0000000000000000000000000000000000000000..79af383b284b159db1a53c7df55c8bcf1701ffd6 GIT binary patch literal 754 zcmVuP0006dNklQ|Ei$Rm4{3N7_2uflyQd#Q0U@}k5JMB4I@_W;yLE2^jRqx?zxnldeubF{mA32%gm_ak8u$;nZ@Y~bKI@zT z0!!Di@%X~D3UpNCg?ius(*D;zn_oTde;#Jc(PGmzI4SuY zD*f;MeStIErQ2MvhE zD`KXL!)#J0kZ$z zn&gH9#?P}=TaD?UP3&;O+YU2e*eVVayS+2!KVu>s2BgYi=0@CrmwXo>(gH;;U;-8G kLko<8Q7{Td!6+C70Gm1YYLGOv#sB~S07*qoM5Vyg7#*-y3IG5A literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/character/lari_stave.png b/assets/minecraft/textures/skins/character/lari_stave.png new file mode 100644 index 0000000000000000000000000000000000000000..3634aa7fd87bf12ab44c1c4dded7cb51f771478d GIT binary patch literal 1106 zcmV-Y1g-mtP)NYk?W# zx%ja(M|IbR(=4D7(nVmiK!tcdu?0nH17rZJe`VwssaORy@$j?(_ST*=b$Ii z_x+2&20+V`=1Wg(09eK=o9J{V0=sLJG3rOKT?jHw0-sZgBZb)?6K+;?!kqXP4 z$jKh=hvRKOVh*RXQ%iGwrrE22?jjLf=MOp z5L|EpMgcf}BsianU|L2}-NGe1Y9*QAB8lX{r_Tef&{P5}0$Ud#i2hGKt{`)!qLDWO z_lsaRI#TKX(%%Ra0x}wJ1g~uO0`U2BKj0cEXZa#v70?LD>pR1KD-#mF3 z*K=T`z$%#4#5(7EJ}+m1MmhyEy$A#&OBp5J6EsZ+n&=V$Ntg48h24lXj)lXKMvzjH zAQ7TpwsLuv3lI4bAM*V4e0X{y35CGxmR5Qr7&T&*GW_xTcTteZ-4k4bsz3?>Wjddx zdkIjGc^Kfn2r5Nj;a}r$I2^wpM1~*$jWIezYG*spOpHWp2@Z#+=MV%ghgAU!d)tDB zg8#%SP#|eh1td?9+?N9;ITD7IOL&e1G=a82BfJPIRp9ql;c$>>?h+RZy4-a}vu`-% zM~K4e92{pvGgSCSAb8FILU8viNTlSDGz&K8&Bh`V9`gzEpA?|rE|7%GFqM5{M8$=5 zL7o}M9ppX>Xe@%M2uR^!I>Vi|DsZ{yyx(q7nFR~f@}Cj7BM_yW>z@vi$>X()1xYwh z4`4y7f;j;SW}!%qf)oZ+7-p<6?sj9&!zYPGnkCT;nhiq-hp-!txN@ldoPv2wa*4@3{zwJ3QvN1ovSGfg{x#(3e{0>Lv@np0;h9rt9k6 z*Iz+{GI~>Dp#8Oi-x$4(47GlxAQU0MZxO`!zd_Lb20{7(^CS9yONQS-Q)l6S{^u{{ YN84(cP1kx=R;%8riRRd22&{cAkY~Zu}Lp=!E^!0QKcf#oMOyXfqWFm zasi7$ULZ&>8wJff!Lfivf??wb_B%mb5j+d;+A_qCh?Q5tIHr^;yQt5~6@WksK}CWH z`+=C(xZ1&yFner(0K@Gg6qNr9nn#f90=2?3{di=zzKbHlQ#7 z`AHybm~TP>r(unm1ZA8|)&;_&0+Ym&QR5LA%rc0^Hp@lds|@l!9$?$1(ggAhgU(@OA!P@gA~RU!QX=} z9q1w$2Je><))&cKwa|68F!T`gOu^%Xt}}@SQ{mK|CVW>$kb(Vo6!3&Tn8;123uZ&_ zO_(sD_Z@n``#q{*Gcnf%rK$%Q+xr3UM>!_&e1AVFQ%>~}FlUc`drTde-OwXLPG5j% zfFR|12Nd)@v*$UX^wjy@^8+UtGgu#iubx4ieMdv+ARaB`<>%g`~52arGkR#$~|zz`YAu5~Vi8wz$i zXDSo{uKMBOA*JMb+Lld2fZ->BTN7YmyvZ>=K0Ki~@GJt9-8%qDtsKQ2_pj7GJ;9P+ z1&q!SW>5p8<2if~;NskVzeCYx<_xg&KBhz?aK93y^!WG$!8D86irazP8-RN{U*mp9 zoY@S+a`yzgdc7t$vEMG(z3X6iILAFO+bJX56v6o%9Wd*xk6?aF3qujK{|{`yNCl%{ b6pR7@0A^rW_3Ly-00000NkvXXrNGn}e^R{u literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/character/legendary_arm_cannon_flame.png b/assets/minecraft/textures/skins/character/legendary_arm_cannon_flame.png new file mode 100644 index 0000000000000000000000000000000000000000..3ae419e8bab0c7bdfa9255bf9aad559fb480a7be GIT binary patch literal 295 zcmV+?0oeYDP)500r~LFkqY`wj<$oY>b=PcFRGIz%TWo1(-mH!e@PH zL2}WzGafK~?3F$!kghoifERrXh`#I~fMC;zEqM0f?BlH_%W3h)f?vFlFaMN!>l?JfCT=jVhJV{T6 te{p}@3sU{4Z}q+Ek7b+Dlle6m9{}cK>a$7UKJx$o002ovPDG`^)EKWtfjIyG literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/character/legendary_arm_cannon_flame.png.mcmeta b/assets/minecraft/textures/skins/character/legendary_arm_cannon_flame.png.mcmeta new file mode 100644 index 000000000..cc0cf1468 --- /dev/null +++ b/assets/minecraft/textures/skins/character/legendary_arm_cannon_flame.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2}} \ No newline at end of file diff --git a/assets/minecraft/textures/skins/character/mael_longbow.png b/assets/minecraft/textures/skins/character/mael_longbow.png new file mode 100644 index 0000000000000000000000000000000000000000..390a9828d3f2a6530b50e3c6519c645ab857f839 GIT binary patch literal 444 zcmV;t0YmP)t-s0000M z6B-i`77q>*3=0omTwHZ^b(E2jqoboTAvifEKrS9LB^fG@jEskbghw|dKrtXXEFCf? z7%d?aCL0hiEiFezMnOM6I5jntp2H>p0004WQchCP0003WNkll|p#jNQH?=-@VBzjK`A&wTJ-`VrP3Qo&WwnEz{mwJMEB z6B?=7S4Sfet9pW6BTjkf>u;ZZ_rxa_ZGe-TDJ zvQ}|9diBmslg8#?Bx8&uGm(a{jL(M-6UMgNCG2d-wmcd!qVfH`zKa=}>Z1{zGTm&m zk)M7fvh-1h@4=0Igl<6{407QDaCyB$J02&b<8DAJmBD!W$!xQsHLIvc2IBiTNFFt? zqHcck)s^gxru8`CC`0G87>NFU?6D+6Q?hbDm%XvxIT(^!0t-`000GaQchC<{{H^{z%ZUo0003WNklVGS5JTaa zG50@n`ZSjC>KBOjwOHw%Aj#Gv04zT^5kQ>F4rB(ZVBi1<`dwxqb6%1^&+>0S0CteK z8Awu;cXy?OIR7c&%D8Ra;Xqmy_TAC>xc+B$>L!0sciBP9U(Z?J|pHqg@EAR_6sSDztleN*@>6eH@Mh?wwG_)EZWxJ-`3CN4dTA0ZNHeNZG4Kj zgID`T+tJN_(Yqb+ZRUeC?oyntZ~Om%S3Agixq)2WKZv^y_=DVe0Ht54xgXF{7;hf8 zZJW5k^}f@0ON#Qg`A<*SE^WUG@n>q;{T_dXYU&0M@c$AkH%R;LGcRWVKL7Za^STTG iQ!jY~7;_E)0PqK8QtB&Y`LI?10000{{H^{{*R;N@c;k<{7FPXRCwBi(p7dCR~7}(eO{H&v6k6xZqI*EQkWBg z*{XNCf5NGF|6jg&y!Bp@tMT@5c|DG{;1n9By* zX7guK);X|QL|IfvHqve>h)%yoAyR8#6q>ffz3bllajCLw&K$J)%$~I%05M8eDakuk z!*l0;EkIevL<3_c6ZAU(shoRm&#Gt#)Eol$e!hZy?WEkz&CU+Ch*WzxvdlF2^%WxH z+}-%S2CEYVp*qqq{CtJa0k3c4&y1uQ{}*|aBzie=X-Tm7p!M~^&!2c43rnZmt|`gz z?@l-Gd-!TE!O_em!5m859(s3k128(f#d|yQpd}iKWg6Rn#@qDzU^Y+v=$UijX9ZDf zsG@1dYzj2@w{gAEb)++PtVwAITN|KFn@Z`Fpnk7dwN0f>s0L_eSgH~i_N-LeGz5`!p z2vZUJ#^Kiax_xbKl~FC;@FopWZf7p+Sm9_oDy>MAn;VQ`V0}OA$%AMB3$R%RUp*ks zoS&uFcCCJ;O3>>DrV_Dlg;Z3&#o4{f>t~MV`U-`n_N{*B-n@5BLKq3x_OXVfq5@65 z@9V~Ba$5iDXU}|P&+sQQlW=Nru{S3K)>M-g@;(RZ zD`)nsqsD{w=t~V8BZV~5;`yAP+Of8RQ3_CZ=JF<_K7sAPp7nUSsTrw2<{(L&&g5+# zIOX6Id)B4UF=WDJ>NGEB2r*_%`&K1}rr@sJd*z9brF`L`{&j-)6XX`a@UnM60(@$< zXKlFfQ9gR{eCFbj;_xa(w)&t|&wOtP+rSd8G&BQe&T(tcNT8}F)eM3d0~Rdyta6SU zTmXV^!8y(?_Td2h>tBlltKa)@2V(-Yd#oUKEr7+c)4__>o)I5%i(9)^d;Yf(2S&jt c7zLvM07W}VJ>aKp+5i9m07*qoM5Vyg7{N-($N&HU literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/character/qira.png b/assets/minecraft/textures/skins/character/qira.png new file mode 100644 index 0000000000000000000000000000000000000000..7936210d5afafe597cfdc62cfc2a680509da76a6 GIT binary patch literal 559 zcmV+~0?_@5P)u6j2a|@%2FfUI4)x>P_+PiWk@5Me&MCkkR{&!+kT6vwUZJ6R@v z;i-&@(&%#xvMw2!3Tz;+n-K_epc)?*%Q6B)QL2(uzxZThKp|CKv0>GYz{%+^%iBwC zfQ!4}`1mNe1wklAU_PG(DX2pxz-%^S`$tf#H;usj2rz&iCcymU4d8WN0plg#y#)kR z1M9os{poLjgrNr*KQ-9Z(mS0mZPi7cPk`2ySFM$^(e`s!hwyD`S{ZP|i;-yS8fB0Tn1%I|eHl_K3{taIy}@#5y)p7ugNJ<3l^Z zZou~O8Q&J9H2$QWCTt&;k9oxh9Z1*g1i%YERxs@}anE!cBBp#){n~r+8~EpjzgiG$ zXw250&^}(#K?T4ys3}a(7|tX7fyPhrFMNnM{NCbDR4G5Zh5p8vl+=V4)sQpXH^GrtDo0{|%K?Oc literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/character/qira_flame.png.mcmeta b/assets/minecraft/textures/skins/character/qira_flame.png.mcmeta new file mode 100644 index 000000000..cc0cf1468 --- /dev/null +++ b/assets/minecraft/textures/skins/character/qira_flame.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2}} \ No newline at end of file diff --git a/assets/minecraft/textures/skins/character/qira_magic.png b/assets/minecraft/textures/skins/character/qira_magic.png new file mode 100644 index 0000000000000000000000000000000000000000..ccd1e02c4ec7bc0cb2f3039ed3659bdd866c9a8d GIT binary patch literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^0ziC#gBeH~PF(&BNbv;tgt!9f|Ns9Vee!7Pu~T-_ zTitmdK(gRl{0LqhA AJOBUy literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/character/qira_magic.png.mcmeta b/assets/minecraft/textures/skins/character/qira_magic.png.mcmeta new file mode 100644 index 000000000..a3a0f87af --- /dev/null +++ b/assets/minecraft/textures/skins/character/qira_magic.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2,"frames":[0,1,2,3,4,5,6,7,8,9,10,{"index":11,"time":40}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/skins/character/qira_magic_air.png b/assets/minecraft/textures/skins/character/qira_magic_air.png new file mode 100644 index 0000000000000000000000000000000000000000..6c20c0c85a55d9bd40cefe0fc33c4aeefcee6ecf GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^0ziC#gBeH~PF(&BNJ#|vgt!9f|NsAg`~UCcum79h zem?r-QP0H>d0THAFlzn)%5jtg`2{olgMi3H*&d)+m8XkiNX4zUmm1kv40&1}&P>}? z`QO}*eFtBX?2@bUH#U9!{pQ3w)BkYj z-2AY>_v8BSoxNKE3fF86kJ=}^KUGpQk z^vUV}r?#y)HTBfCssATV6x%Lw9;kw=B*-tA;U5fWe)cp4iq?3#IEGZ*dOOLG&smY@ zXdKhY<=^)gT;2GwEC+;Jj3UV=e@c{}ic2w`x+zoUGgQu&X%hCf^Bmf`SaX$b6 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/character/qira_magic_fire.png.mcmeta b/assets/minecraft/textures/skins/character/qira_magic_fire.png.mcmeta new file mode 100644 index 000000000..a3a0f87af --- /dev/null +++ b/assets/minecraft/textures/skins/character/qira_magic_fire.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2,"frames":[0,1,2,3,4,5,6,7,8,9,10,{"index":11,"time":40}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/skins/character/qira_magic_thunder.png b/assets/minecraft/textures/skins/character/qira_magic_thunder.png new file mode 100644 index 0000000000000000000000000000000000000000..3f8b3a840a2c49e2ccc73c2b34032aa5de56da73 GIT binary patch literal 238 zcmeAS@N?(olHy`uVBq!ia0vp^0ziC#gBeH~PF(&BNJ$6ygt!9f|NsAg`h4K?>*W_7 zUpe~Z(e2}9tBFMGaQgQ3;q((LuMG=?u zUEA;d`!Bwp^^I(g&5DwSz9T0e9B-99u9PXVaM}DI??c?#zt%acSg4es0 zIyEjOIUVPHZ)=MdN0}Ih-M<}W$^XY#Y}MMPs}r8Jy_Joa(xK%M&fix3wAr?kBk+>a fBL$PV9Wnbt%3nOt(F!R9=bDkn^#g?$L_}=u+J#yN~Bz3jCrBd8^_u9rt@4U2k z**`5$H@t}A{dxJ`JoAv%vwT#9I}iD-Fq5lFS+nArt5LJnx&-~A>z>(q0^AE*eD#)X m^UUVu(iNy?`uO0<6E2HYFLvk1P2mH&gTd3)&t>U>D-r-uN^HUa literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/character/qira_magic_water.png.mcmeta b/assets/minecraft/textures/skins/character/qira_magic_water.png.mcmeta new file mode 100644 index 000000000..a3a0f87af --- /dev/null +++ b/assets/minecraft/textures/skins/character/qira_magic_water.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2,"frames":[0,1,2,3,4,5,6,7,8,9,10,{"index":11,"time":40}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/skins/character/qira_wand.png b/assets/minecraft/textures/skins/character/qira_wand.png new file mode 100644 index 0000000000000000000000000000000000000000..521ab6e34723c7ed7f1cf17ef70b14826780f8c1 GIT binary patch literal 555 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 P00000NkvXXrNGn}8%@wB literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/character/slykaar_relik_eye_glint.png.mcmeta b/assets/minecraft/textures/skins/character/slykaar_relik_eye_glint.png.mcmeta new file mode 100644 index 000000000..cc0cf1468 --- /dev/null +++ b/assets/minecraft/textures/skins/character/slykaar_relik_eye_glint.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2}} \ No newline at end of file diff --git a/assets/minecraft/textures/skins/character/tasim_glaive.png b/assets/minecraft/textures/skins/character/tasim_glaive.png new file mode 100644 index 0000000000000000000000000000000000000000..a9ab55a758496d3f70ef5c6c33ce5a808c99f217 GIT binary patch literal 957 zcmV;u148_XP)d?5&g z8U}JF3{)^3m06B6JJBW{lw!5^duc(=yn13Mw(f|Me8FW%kQvm<}|Nj2} z|Ns8}{{H^||NsC0|Ns8}{{GsbcmDtY0>(*1K~#9!l+p)|<4O!g(aRFx_GHJ&(V;D= z__+V&{UYR_o#u8<2M<*9>u~sGE{a7su87%8iauIq&!=Pi`7bz*{gI39ce}lr=n_C4 zQL94F3WXbRIP4F5;MjAqL(9zRO1O{`2x$ySg@CqkpTIEQT40=k$WEu{lLQmMVZYnM zI9yq<+wIN^BqE|Vpw$u4p);_9*YB?ad$$Cn1Zo4G+k}Gjk6(e8TQ2r%zdN{3KoG55 zI}CCjL>jpUhUcSBpwB(|g7o&Iz!!VAbP!Mp)zlRqe zxY$!m5}nHnB_CtEK~KeCI^h904%_V&U_MWP;t>t-nvaoZB7`vD8!WiqX0zA;Sc&LR zJ_Q~7@eByQeqp)cdh6wS5hjHa$oF!9h)NLg^~=}QV#W2AtJN|A4{tzifII)_%hzw~ z)spKi){9)ABJu`A3qTUN;PbaOk{hkg3yM(+-Csb26ToL!z|94D16OAeiU|ny{gDLB z;O7sxcY~q?s&odT?|Td&|NiIg1+59FRo)>*z%cm-P6uO7nn{)v+QUGQhR1P+hDD_ z1BW{Hri)aBLwH`$BNH}uMsuJ4bI{mUm{X1bnj f>F@9F@9zpL5BrSRdjEaktaqH~4 zje>^^cv=%RReroMagwU)Kfoc`D0r!0OV0#BiK%Y4^~rrGV&`(JPr z+CI1NFPG#f_ObApIPdH9;}Rd`Ugcgrz{>NU>D-r|%fve}GSjE0F$vyYk)f=xeJDcecnU zO-#=R3bB?1`2{ol1A+qv^L&8<6`n4RAr-gwUTS1JoFH)cqssTa|Bdwd?A z|Iukxb^LFBA7BZ1!KpPv7h^;F5UlG^);)Utc2rG~~ O89ZJ6T$UcVA^`w1pH@Bq literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/character/tisaun_greatsword.png b/assets/minecraft/textures/skins/character/tisaun_greatsword.png new file mode 100644 index 0000000000000000000000000000000000000000..e2691a9a074ca4e9c8cf4cbb7b922a5c9ba4872a GIT binary patch literal 1059 zcmV+;1l;?HP)&gEA=(+yp?D+lQwpI1% zq3+p(=EQ5+q)pC>Lb!8DqhCM7dP5-~A1f*;CM6^r8yZecLPbM5K0GxyH7{-{9W?*| z00DGTPE!C&WNiEZ00V1DL_t(|+I-SidfV0lh0(PS=oGgUnMx1A`438v(tB~Y3GD0l z;JZHwykVW{`gnbPJjXc+$9G*HpFBA_pH5Dvv-8>X#TQ?=K7KnT{?pK6w#+cnuG_X1 zrPXGv>nh`Jo$UZgz-hy0s;xvz6?5SJ{nJ=>gu}Ka8XaILKtTB71#WP*13+OxXb>XO zpm*lQmA@u?KtY+8`Q~Q;gs}mqo|dWG*6aY9%LHb}R*A&FK>pp!t!ZT zl;+P*SilXpvs*KE0l+`5MhZfOAX9UT>+RpB`+$mPhu;(c$FYFJrgN)X9?3pHxgU<& zl8DJ?7v#^8mH7K@9@}YD2}-xE#^|5w{936a`J0x{LJ)%Jb$ak~!) zjTeL8{I_ZF)A-cia@oHJDeA$~tMS`h>1{uULVlh$E+e+BsU4t2=ts+Ze?w6y&`N)0 z>c94n(PcnqMT1ZwyqC*(Df99+vInezz%s+a&j84{w{6b6Kz5E12ZhDLvfwhU@?nmni`* z0QbPe@~O?QFjnks;#3-f1BgN_^I|lPYyMcVe~j&+D)=1$DZL?KjN1R6p{x+To!)J~ z_ph$5o{)HV2u6ncAKW+3WN!(C5PW}VgBsFB8b9L(KcU$>#w`fJRxpWIKJ!Yi%Wqfj zz0X2+mtX}J5<<2M&=y#=_B$};5CRR1P625O*=~Vl56C)LKy!DB*T2HgfNLbcVh6~D z0D{Fg>reAywl(866Yh7uc^G}Z2XL6yg#};z;FgAYX&RNE(9|>bH*vZbV`iSofE2T8 z95OkdN6fSR#^tiEYiEV6t>)B{;IgrZz^-zrq7+{xywN|CPb(o<><13(2uitgQlp{* z#Q*PbfGuvn{q_#nWZkCceb`0H;qBSx_dMGNwmJ~pff&sb?mP_N{In?;u@4k%+yP{J zS^<8z+{1!|eP9GY!He<7v0+hcimLs_VFbVz*Ch8pnErh5;fx1j2p&B=4Z9uM1YrH= zS9}90qE&C$eKo?oRF}PM46C)wSzQ}foiLJE_Y~Dbz3uNO)E_~9zrk}z!j0l00001 zbW%=J0833z(?R(Q3b+Tz}dQ@6gnjQR9$fwkedsS zD>R_7f8E7h$R(`1SVCI~HTxLU!V>av#r!54tShSUdUeUdw-xC`YD5$TQWGjkz?GX| zE`tJU=#oVLyqpp%^DEz00000NkvXXrNGn}{}3|Ln>~CoG{F5GURc1D8qR& zZT*xMNzKly8=Ygz-!whmIQuN`gKe!LFWR@;y!4*jeq_r9$4T#MnI_Hi*dZEqfss#W z+2W+w35?(FKfIS0-_UXQocMc&RL7H3-&TG7$negi`~g$xL2<$JpHpA0*y0efHNmlE z`<6}7%Gb+3->>K3e_Zv$qko2KVv-in`3#<}elAN7T#*0({?dAm literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/chef_textures.png b/assets/minecraft/textures/skins/chef_textures.png new file mode 100644 index 0000000000000000000000000000000000000000..1d1f96dcdc54939eef2ba1989fce2593950bde46 GIT binary patch literal 612 zcmV-q0-ODbP)lk!{EQSXfq8R#rejK(?AP@^cx;nF~3RjBu>i?g4ap0CP6EG$bkunnmzL@z!PPvs{`q@5K+fTowWl)>U z0A5JA+`PD1b@xw4(v3*S2&Ck7KJyuC3SJ@K9tKB_`0mH!#{ z{GH3L=!cYGZZ0nG80wj$Hh@x(=+~xNyvn@!-o#Snv#y@N~0$#mX z@wZq2kah;YZ@}5DovrJJ`{mLjK}|Tg6aLzygPe+C7zo3YiCx(-q;a1}x&KLFfkaZ! ztp43BzP}BaD)i^av;Xn1_rt?G4U(&mhlda|-m8z@16y%0Rv)_u8KTB>_3`V0M(AA> zHC7)8h3F9ui3%A4<+=H2Kyd^eSq@Dq*j671)7m^Mj#1-#u+ldlsa*p%1D^<-gx0qC zxG-wi^ycHpnxZIu^??&t`QX%7N!-lhC}Z`3lqs_gn>Bn&3Y_=mW3uDYuE`gZCxM!q ykF@Zt!$W6n9s=XJdFTjqz0i>Qra=Q^_3#CI+sU`I^YerN0000`6k)x?uFgHA1Zmg4*eVvB!yPhT0Y<{TpY`aDmx8@=1malaqN5gD<1d zqd{4dkwXNRnLWu;Ta@3aC3;u+k&y~CVkS6#pJ zFJj{~KCOD+t#MEbuDHs252WGy*-VBd50N*h6wbj+VI~;& zRdBfg@VO!Dm?u>(nz>-~%Rv=dj)60UvdN>g{j~h3>R%G)5P|-6#xJL literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/christmas_lights.png b/assets/minecraft/textures/skins/christmas_lights.png new file mode 100644 index 0000000000000000000000000000000000000000..73a61c8f3f05d17940df399220c9b8b3d7aeda47 GIT binary patch literal 297 zcmV+^0oMMBP)dI1A!F!bE`uNjG4>Qu2*LuT%r0}EEC@i)@I#MKf?!0(08X6^ z4$B6xaX#>a5Abmg=#TK=5!+(gX?qSIE~f481Bxb2dwh1_*HZQjpAtkOySqyep9mzx zGl)cH(sZE5S->wPL_&sP>Zh`d-jIaQz7SWb45J vF{}srUeGDT*)qBJjHC>| z%$x%Y!j>#MqHyx?!NU)h#Vk8hu%+;jBU`d*YBF1&$ATG~b_EzZ9~L>z$x!w3FL(Nb SN!&m?7(8A5T$UcVA^`xFS3FYy literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/colored_wood.png b/assets/minecraft/textures/skins/colored_wood.png new file mode 100644 index 0000000000000000000000000000000000000000..b60e1bc5b9d29dca49e870665191b7aef391a70b GIT binary patch literal 522 zcmV+l0`>igP)J zF%*XX-%gQ*JnBeu_rDxy(=n-Xh;;=K6424SudqBm*VgcMQ6NE3!tUQH2^lzc&s&|} z&)*^kZ^hWN$#?&W)k5E@x@z^oW_2%W<`cej*UXwR&s{J(t6QyJ$9k1@{9Lye9DS_g zSTkSKOxd~C0**fbs^=oWueCWe_Jy7Q-Rf@sWi9@%%ZDkrgE-%jiwFh755YS-mJ%+A zD8nzQI}t&Ql$MIPFCgAi&_KjWwJ3~2Bqj{wlgat^6^1te4G*qo5sk>Mh&N-Dmc4Nvj{iD5c#P(k8(eOyoHt3U*w&V%9n0w*H+RE+814;V9q{~c9P`Tzg` M07*qoM5Vyg82@$FzyJUM literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/corrupted/corrupted_bow.png b/assets/minecraft/textures/skins/corrupted/corrupted_bow.png new file mode 100644 index 0000000000000000000000000000000000000000..31c7ccfb02d43af1c313c07038a56853ac779b9f GIT binary patch literal 738 zcmV<80v-K{P)TwtG9Vf%GY=~n6(kfA zArKE9hjNIi00009bW%=J0RH~}{{Q~}{vG&NbpQYYOi4sRRCwB)m4SM*DhxoQrCh|2 z5c>Y_dSh^nIA{C)$C)p#dI&*U0AS{2S-@Z-%MC;go;EO|5+WQx#P>s(^R-}wQmBA3 zhxsI^wZ0#!rCbY^K@j6G{<^M+sx!_d|6R-wt0W-VE1Pd-*aEA-_nUgQ6^IOtd z)1D22y&w@WLA?-cQ%FC8sx%YOuqIv5yRRU6wAF|(VuAxMXg>nITq|zAFilf{j+<2= zOg5oGz-PfwfuP79RnUrY6d0pm=)ov(t^^-&0imI#ph1L30rOu1gc}e&J0^%&4aDN< zvEHRq+lCOiAa98|KyTN(^b07*qoM5Vyg7>WNcTL1t6 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/corrupted/corrupted_dagger.png b/assets/minecraft/textures/skins/corrupted/corrupted_dagger.png new file mode 100644 index 0000000000000000000000000000000000000000..658652edc2b2c4bc3854e4023136a1e2899b0a03 GIT binary patch literal 601 zcmV-f0;c_mP)02RhZ{shHc4q1L@_8jJQ_4k4>TwtG9Vf%GY=~n6(kfA zAt4JN5Dy-A@(H;B000PdQchC<{{R2}|Nj22pN*~n00F^CL_t(|+U?cRa-%Q|1<)Ia zLxgI{Cj9@mt|dCI3oO|%`^Xu)Z@RUDz)%IIf@PXum{_yIs1Su78~4ZKJ`^yjW#!2% zWh9g(qfiSV(c^%52FrJV{62vQhY(n{0fmLY!Zu)(|p{MH2Iah%2xPIy0Ht2w#GIQdv6 zAEG2^iEvpzZ{*DySOugsr(^*sN=&N&W-Y7vpw!3coo62;10WC!QxLS0+Y9i{C%hBg zUJKs&HlRxYLcl^Wy6@t4!#kg`(sSP-@RA@Rcse`&%Kk^lYJ2q3_b9%;RxeV!v5%Mn zI_WxptTD;)C~q+{p-WA`3AKg2H_{*E>44IF;Q?oy57@SFMtiNH_6)iX6cu0r~GZ(c=oq#+qUiBr*_uwC3j}NH(hnB9?~a$ zXSz?HZs9Mr);l6IaH30W?R;iRZH#dn{!Zu8gdn z=*jtXVfCnoG6nPVc^dne&ckWPYL*Td&+U9)(rNm5p3Z*O=;%88e38zcnrs$&mCBTp zlLw3$(D8Rc7;?2-QSOTy=KHfWIJ4h%8^;CF*z40YcDJgtZi(6Fhc+#$W{)0CPy2w8 zr%c*1L+5qpr$6n#k*~Ps%w{DB4I5-K-Sm z-=LP}qO4tQG=#g1abLWR6O<#yf$q4S8`cmUsKhfS9WZ%s9gGydG_rm!8Y_=3hHT7< zcsh?xI5)C!&b9K&g?sD6Gbe10o*F(N9XweY_7~c@q0I{+Fnt4@L(Q`}QZZ`H2WU8_ zjypsd6y#cY_0)d3WL-gn=I;4`GDdl~Q#Jym_K*>&%z@a(;^7{eq3=%HOCL__7Rnp{ z<0|Dx(s`R^W=MVaprk!;!p*V5Y%CqHH^BIh2_66_b1s0}(xtfofb;M6E#gbzJM zY=qF^hyzjqH?+mdnYsYCk{)`SMt%$%;Kb)$Uc}$-O_)Z_YQ@grew9`~Nu$`WR_0t1 z+7xOgVbM(LX5~kcdj4%1zA=D5n$7C~;Tiu0tUa)~z{vmoqV44jAVh-e)CE9$LpcKg z$^;--0bq*9)wsw6BI}-*r2z!z;iS=ool2FHRE8i5fM5ZGXt3GE)jVx-5D9>A8vBF& z+xXYQ!57oPSL4B#^M8!8=>f_oC4r&AqyW7?uncL000SeQchC<{{H{||Nj5}9r#yu0005)NklTR;_PPl7Nh{=-QFnZ6(Ic9HAHvA0VfhXEi3MFuE^svEZXI@>OC z<4PZyftnLZIlt?b&tDVv0RsbUl@4#7NpE+pw(F>c0M=W{s?-1mvkqN1-tS}A`AEId zVjsx~C`7&Q-N2+zo$KwEZCIGCxGEDuK0B!eEEv$9Q7ax8<2a1C2r{A5w!8RH2 z9U2&lW5Ql*bMtv=rszu4Vjp(_DT#av=+vluBvnv+cC4z1oC^T5fw3~vv@ep3n0*T( z*@&S(N~I521EA=F2tYD01VBXmG#=yhJD_0!knJ0ubG-QMi9C~e%#Wx7;;|rNbB?1q z-N>YQn3GL^KAvp=)&=vwbM@x{g?NKSlzjwtD=v$QO>4ZKFRElk*F+0g(M8{{@1wnq zp!7M?TWAA*Z5z`?@zsglx(1>E&{YijAN((X0Wj!iBN_-o0U25;%S;#zKk}my3Me;V g6pVsVFbYNi0Oq*O6N?N${r~^~07*qoM5Vyg7;0k=cK`qY literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/corrupted/corrupted_spear.png b/assets/minecraft/textures/skins/corrupted/corrupted_spear.png new file mode 100644 index 0000000000000000000000000000000000000000..57e0e73688073ed58ef8aa3ca8cb38b34073c1dd GIT binary patch literal 730 zcmV<00ww*4P)dWkOY|7&M0)M28zhL^erj7(_8BIz|{VP7gFFAu=}-Cmo5#Nhg1b+ zu#ju=|KIv7=fsfk8r;*fa=R~cVot1}$F-jzm8g_KGX=QM%4uL3f9NqH#2 zk%R%L?00*PhW||wkFZj6a#)MF}A+ZW7@ibBbGb+_c`zDA_aVJo`^!xV`eBe25&yIuVOVAs! zH8?5402`!=OcR1j13TV7_C3Z*ye4$I;PraBzIMa01Wc7xz<7_9oU_&kg6rkway<&( z-#0sWRawo^wJKv|531vP3Riz|LcNh$bV=&{M!%$qhJ&O0E_m)LdsT~pa1{> M07*qoM5Vyg7;cO@62egP%eOM?7@86=I3ebVZ`?Dbgy6pHn9aSW-rb@c)x8#5!1%SHQ{D&Osk zG#3^(Z2EnGUx0bjkEeo(zFC(tCrw{acuy?<;!#0{tumiY9i~`DGjs%>?fx?BiJ+(2 w!W9V178$>`dMKLHkC?PT+8Y&qTBoq=M5Dy+#0!ius z000VfQchC<{{H{||Ns8~{u4tz6#xJM=1D|BRCwC#(***?asf56jpWOenOR21< z9H3uaG7$h&8TR|WGZ_y`hMqun&TQJYzXom<-dlBbk;>#mQ7N?6?$_(R!R>Yfq#XAd zKq;LERN067Jcex^PnXm?$}YaClK7~ll)BL;CVb&tpQeRwT(A9Y;`*=M1+8O z0)HhynaMXXaDQHeJJ7|0&p<>#t(-|^()M9I0TM%cCdl2fYIYt_^3f+GA9t2$0Pfel zy#nh0imwMWp@Y{o{9ZT)9+z;~dFclqtAX~ovtL?6I>wz+86wtB;ic{O#!Ib0M8--W z+yt$Sl8&@;t?ZoEY(aQ6t;k|!tKVJx%(^NESQ1Y?Y8mr^Yiob^Yh0B8UO$@AN8&Te|%hFN`Oy@E0CVl8qrf7&{*JImg15d zVHqD{72X%$C;2HvQ#H)+mdK(gRl{0G;}H ANdN!< literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/crescent_detail.png b/assets/minecraft/textures/skins/crescent_detail.png new file mode 100644 index 0000000000000000000000000000000000000000..20d9a9ba748c681b0a565a37c86a9ba662fe691f GIT binary patch literal 318 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nq5^zET!HlM?a{B!ch{&$HLJ@t zsmm2BO0;SzmMKfstIHNEh}S4f0@ai#iiR>U6f20;s!FHHNnDuYdT*1{`PokAW&x4o z>FM^}x+=#f+nt-~cz%}CrG;vHJM@0|ZQ%y$6f6ny3ugHL|JUrY#S#w9b71XQDW}0$G}+1Nf|N;v*7cO> ziu>N|TU{iO@FMjM>&D0I|M?XfS?+(Ecd^qVLUqG&w)O)yl@mX)e!2RtqE*D%9OxPb NPgg&er3bD^00226gCPI_ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/crimson/crimson_crossbow.png b/assets/minecraft/textures/skins/crimson/crimson_crossbow.png new file mode 100644 index 0000000000000000000000000000000000000000..f40d7da6a7c7fb6adff57cfc9e1427fa5c2ef2c6 GIT binary patch literal 1251 zcmV<91RVQ`P)*L>H#YS5-tyoEWTWiWnD zDQZF_4Fw7!3KlR997qowUlJMN2|F|m_K^Sp01b3fPE!E?|NsB~{{H^{{{H@L1qh7* z00cKlL_t(|+Pv0Hc@Cg%EWe5M zg75}EymDKo09?C~B@V~r`mscf=zQarR#YJtznvWr7G@ecI9klqa8$iqx*v0(WrW0* z0EM9T&@)&LI|mkf=Gk&!?pAvxL^Eii?s*mD7kHXzlW1RWS^_{VZYItga)q{`ufBI% z>*C8z4yl6I@Y-$VTVJkz5s!kt{T94+OT#Vv{PV7L61TUyh1%Nz5cd#JW?4}W?Rawm zK3m_mgig4en;P-VGD4t)_e7xU)T*F)N+&054JRHI6a3QZ6n;2(i&h#R(&*e-+X?5o`}2b%G^AoD^si^jZPJ#)>?%%O0=- z0^y{f5jB}57>3X{TLMa1umXfIu)N!D1HPZwhD` zo&K|oSr8B+3dzX!fILT`07(@E@UPPjgue#lo!iUP4TsN+F2J7)^XfImzFGBo22Ib^Rpn6$!Tfu5|uuDpD5} z>+#prVR-7(tkF>wPg*kTGWp0#3POTnYE*5I@x#j>y&QS!X#xYJREcLo;4B}~?-G?+TLXX?Fe(NGBov}bpk1m4wr+$k!^?rB z1i`!KlO??41p%o7J}${*4r+@v^-}&irOu4m0T8@Ez&pMXpz86srd8b%@VG5IUH~XM zoD@7}zZ{M8Mmwo$W0O@2>Li-_SGziPRmy?awqpeW6lBo%fEPe03r0*|&*}sX9A)=| zDiZp+G7_M^rZuDh6q+WY(+Et`DIei`U(+foPEsSrVPW<5v4 zO#Jx%kdaa#;;!WfC6stih%9hK`RqXQe0cfb!R6(HKi>c8@$#WN zm5b5Yv)LI+LF9ponGf#P3S)n^-*J0000000Nt>=EPqolHmXV N002ovPDG`^)EE*7Hv|9x literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/crimson/crimson_dagger.png b/assets/minecraft/textures/skins/crimson/crimson_dagger.png new file mode 100644 index 0000000000000000000000000000000000000000..dcc7c028cb0554495bea87052bdbe5c793018340 GIT binary patch literal 980 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 LNkvXXrNGn}VIlH} literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/curious_maw.png b/assets/minecraft/textures/skins/curious_maw.png new file mode 100644 index 0000000000000000000000000000000000000000..490cb66adc0cfe7305afe4bb898f6ce331d78600 GIT binary patch literal 688 zcmV;h0#E&kP)00wkYPE!E>{{H^{oB4530006bNklkq{K$+3RYMmeO>JM#?J9lDDiSdb(Ci54zHPf}a`R&W zyn`Ch6=wQPfbs)AsexT-ruqn|%sB5{Ezmo{v_1k=tksVL3hUjVDhF=sy0Q0GOOYSx z%P&xxcB2|h6);~{w^o-$-gx=Hwg*4~I-T_1<*k>W`x2m;d$@aq$;X}n66P)ky)=1; zbV4zf&w$gwTfiujK#=$=uqVNFjp1^sMc#0x?}4B{0}3_x{{A(n@|Jrz$+0hi2GtQ* zM_{#9CV`ASkgtKNO_|pKfnt*YL7IY2y7S;er}+`6vj9Mt+E{w>kUnJNVOeGYqiHwL zkoTXE&aJiEPnZSFum_B0^nu$!4iWQjpa$!GUxmB#k3d;UnFk)v1<>8_8d#R4$OLYO zAR-LzX1NXd{01^%$2kYT28cfbT4ahK-81(9-D&x?ecc1~gFr-PUVk*#f$=p8QL9vG zs50f795%lNGKMVjDas99v*w{lty1K-w8~Pn9s!XPfm&nUh(Ly%leiQ#TyQo}%Tj8&lv3rax-6q1XZ^oH1V+Iq7zLwX6aWC( W$H$*>Tl38T0000-5n%mREuT-)Ld?w(7zbbRvR!-sF4 z3_g3XWAEO**N=JZ+`04Qp88`uDY%* zF{I*FXg4cUa{!O?=Sb1#|E9;@(p<0SnD$DX?}gP$zb#Gj#S?Fxef?Nl%hKhTyplk9 zdWg_6#+}9mG1ncHuO=>is1c_-H~GHARK^e6zDe)?)UiQdCgEE}vMAfT|M5J(J->zD i+g8hdd7DY}XBJ=9cP8SDZ3}@`GkCiCxhy?!MFId1x?f-b literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/decal.png b/assets/minecraft/textures/skins/decal.png new file mode 100644 index 0000000000000000000000000000000000000000..85d970001093f6260dfb91eee665a308cc642c21 GIT binary patch literal 234 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFbbwEYE0F&4=gQ~LpTE95`sT`( zOP4NPKeXiFx+zoIiV|yhLHZd>g8YIRyi;=i06DduE{-7;w`$J0HXR7yV7cgJ%)9e{ z>+$_=S$_rQSw&3V(x}IB;*)$J`^9MyhiU>D-r-t=v{{Z literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/decay_1.png b/assets/minecraft/textures/skins/decay_1.png new file mode 100644 index 0000000000000000000000000000000000000000..5634549f0305727a2b3a5df7eb2e1cfac5993684 GIT binary patch literal 460 zcmV;-0W+KVb53H*O-rZwe1?_!*1KL zdp>5XPnUgzu`!MU&()a?W|PUid)rt!O18AEbdrg3t}L4=HzuvEl1o`Ioz2n+sVl*x z(Q+RR8dpMXZ8Di^TDf{UF_|qBYf%dP1U5HOgyMhyR3HoS4@tEE0000Wen|A@!~Fc;{QT7H)U@^K#n-~5!LF2)hH`~? zXOL`0m3B~-c1(<8L6L1oe_K0pQ8iaTDNZ;gAp&Pr0003KNklYRj85t2LSPL4WG=|p=)C&A**KlhpG zxf-xL3t{7P|6en0G~ludC%A=(UL)x>bg^7^<~BrSpu|EV9GmT46DCK*2iVA*p#x)v z2*(T-mBuBQEdjQH)u=>r#U*l+Gs{p3qX7h)Y-c%Y0%RD%B7;>XfEWlH;B%eqvMr#e z_kT~?YGO&Vs@R*hBePIR*YrhO<8@(g+RrDl_0&0+vca|Wg!5udziIno{6X6n;}6=t z7=O_A$$0&s?UPZyY5Qc{586H%=@)HZjPRz_ETHNt>-B1VGA_Po`(pe-TVRjzY<~fX WN-FVb2;6S~0000S0JtKHcv^XOItP5*(yLo z+D1`SuYcCMx~3@|%D2*$4<7aYu*vRqfYusA6^rNDKb@VOfg(T#P|({Ys<5avBp@Xz zv81f5Y)0r!m$v=7iUEeHn|h)q83BzJDGBlmX7~>U|Ni~|4@Cd}{reZz#ypdOfl=7g z#WAGf*4s@BiYkFvS~l7b%C=OgQ~HUGn7LcQS6f__S_|B<$yk zxtXE2V8bcK=XEkW?yrCJ(OTlbr#n$=%)1U)Kb>pZsLFCtp}~0;ckBTPn}~b<5@w66 z6jT-z`8D#{%72Q{U`~mf=(s?h&C1T6N5;^lB}(;yv%(^QJ?=@lp$k@U&H2!mZ1mn% z*WpASr_%Z45O$w)G3TcLi_7}YI@x&o<<|8q&wOMx{7W__Ol5q+Aoz^?x!C>sw&I_6 z-8o!q4}8~O&v!?-<8NIrg96J6ozwR7nO5-bdF;q!n8kcq({2&h8n(u}c_!ks9On2f xH~gn$AUdP-)q!cu#&)U!ncd4WX93Yf@m}%21&34WBY?rj;OXk;vh=_e2>=9&!)yQm literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/dernic/dernic_dagger.png b/assets/minecraft/textures/skins/dernic/dernic_dagger.png new file mode 100644 index 0000000000000000000000000000000000000000..8def3e5e074f5425ca2d410379d3fa58a43cf431 GIT binary patch literal 608 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?!$Snw9~n@Bp6>S0JsenyIT8pdoD&ptYt$ z`POp%S4X`+JkS0KWLxRGI9mmHyF{fc9|X!O>2v`V%L>b>OKTgdScC+mBqf#<7PZzj zP3fPt&ZTX?Vd^Gzw|PKiwRic_fkq3K1o;Is{0D)5KmesIGa}|PFfcCnba4!+xb=2Q z>#fHM0rYveg|ubf;z1eFQQxL+n4Qr z`SQktxYOZ3c^$nJ?{Eg4yO%7mQjvdJbG~c+vH9HhJOc7p{Sy0f>9gmmt8-a@%$gIW zTVc-~(yY+Uuq@kvWuCUbZMxu++u<68B#rhnN!@9`6Gy3uaixO(2}LaEs-c0XPyHLh0d(Q&X{y`$mfD)#OL z`2sBOKL~$*cu28np?pL@rHElg{$6?Iey2_06K5sJGj~*934FKDV^-z7z{z4uE{8Ws znsBp;@i4Cp{&RX$5?k3?1?Pl)yxgn4$gba2Cs?prry!frMV4{j6)R3a8xR pVUcCo-@kEgYeF&zJg)!5ts8l2_2&Yvcfj~$@O1TaS$g1#1OV+L1g!u7 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/dernic/dernic_flame.png b/assets/minecraft/textures/skins/dernic/dernic_flame.png new file mode 100644 index 0000000000000000000000000000000000000000..a6351ad2675ec3e3e3f3288bd911ec0b5721752f GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^0zmA*!3-qz6*t=fDWL$L5LY1mJp1P%rw_B0?^P)t zidS3dx^&42peS2OkY6yvKMC&$_$p?sj=8S6?jLeXuWCxS#Y^yKBf(HAtmkX_9TOfxVqcrm!ZN&<-se5)Xh4&Xok f`Okm;^E>bf>F(bSrlLx`00000NkvXXrNGn}K5t45 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/dernic/dernic_spear.png b/assets/minecraft/textures/skins/dernic/dernic_spear.png new file mode 100644 index 0000000000000000000000000000000000000000..c503298ecb8db51bd0e4f75ab28ac33da98db107 GIT binary patch literal 540 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?!$Snw9~n@Bp6>S0JtKHcv^XOItNlS1}+! zYfZZH!4BnHN4-BR*MIdq`)B{Gb#+Zs3X58k5=%k?QVdf!xwP#El0aQRW!^4PR{Ac6 zDi-R}+OooON@99Iqnxb*xVPSB1sW|>666=m@DC3DgTTLkt*6tzF)%PDdAc};RNQ)d zwY})Df&j|}+pkp~Ztwp6e}86HVX8^bC24(U&!lOGc^8N{+;}H-aLrpWW3MW{j3t?I z;sFZ24Lt9o{w<8PyLKPnU!*eD(GQ&?=vTxIGe8vf`&6idv%wYN6@^9$`| zQfF^&zN#hj;NRVH-PifMi)HH^ZsashZ|HVlJid7DvXez0!s8iIn0L$TRx++neEX_L zvLfxui&Bo6I^vss;~ET4$rl9h-CtC;Pk%w->Dk-euY|^K7Tg!T{(X#p1;1*|w!i;= z-d->CUy9=~^L*wdJTc6TT&sLGt$K9A?@zYEi%r2(y-sb-nRBpq^`3Verp<a!O}C zFx6Xnty6_3;W5tvgGZ(A8j=Ci60~Cv?65d+cj3N7nd6Reg)H}9?0Li?uhO+hqid1) ZpQeB1SAJ}o3XBT|Pgg&er3bD^007;2?PdS~ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/dernic/dernic_wand.png b/assets/minecraft/textures/skins/dernic/dernic_wand.png new file mode 100644 index 0000000000000000000000000000000000000000..460d8fe29914a3823a808ea2925000b9ba7d8959 GIT binary patch literal 435 zcmV;k0ZjghP)P)t-s0000> zL|SJf!H6T;r!VToOYrAw`TvvrkD9J=a)n}HbW~7eCq|wzWwKLYbY~;MC>uN-6CNiU zD={QEIxj>+I#41kiYp~)Eg?|2tz^jn000PdQchC<|Nj2|{{H^|78W=F009q4L_t(| z+U?UpZ^IxA1>hI3X)>p4)26`x|D|)-gs8d$lv5=>ks~k9NCuW~!~_L*a%2fL7WEpy z#6*M|U+Oi0EE!`^B^Ho4W({C=ItVI>JoW#jISf@d$WwsT{@S7P9j{l>cMt*Cah`li zP#1tdj+~+PfXf9*Zv(xZ&y>|NZucNHSe3YGE*rByXIC`ns@Ht3@by7V{L_wErszQHto`Us_A d7=~dOegONB=0NOjqbvXb002ovPDG`^)ELcIvTpzY literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/diamond_armor_gradient.png b/assets/minecraft/textures/skins/diamond_armor_gradient.png new file mode 100644 index 0000000000000000000000000000000000000000..726725f8eb4f783f739fd13ac377219da4c53cd9 GIT binary patch literal 306 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?#d*U5*7(asfUeu0Z<9uiuA%|DXBmf6Kl9 z#pixU?fw+9<+bO+OO8FezJvxO1644V1o;Isc&Ft20dfv`x;TbZ+*;dv(U;kfr>#Dq za{XB*i{lJe5*b=-o%qx`tQcQ%yk(2ouIj!txJcoM^M3RCOYiv`7H&G)WXrJQuI~4_ ziO(_xrQQ9jB0E2}&rmn-{jjs>en&6wf?VyGWYN2BEV61l%q~BFnCr7nVNR;cMkL2@U%arYj?q4zjIWB)pp8vY7bCLVn$;p-HPrhnt-p{2g z`mnV1R@e8bMJqq(i}Ds#MzI?H{c7^}eddq4U#x+y3*vV+B~J$WhQZU-&t>U>D-r|z)g7~KPWLR^8|_yF4gTZ1T1^8g!z zKwE=Ice7vz<5(Z7C@+gRKkG;j^9Xly9}C@ZS5rqFRZAsBTXiKjBTZKWjSy!OcOxwq zeRW42H6Ke|p|B9~{35BUYK0lIbeHe&+;Oe`_!I9v*N#2>dgkf3rr-Y!u03SvUCK~a z#}JvokX5wf(c7DEKiz!y>B`$rciw+|@bSadcWHOFnae@=XGZj_uNk0aX)qc-QbOPOOHJ)Jo>u_2;O%!EYnm*p>h-e=bwlEfT%*;k{Z-68Wwq^PREsgq>M@KJqmvuIXRSyrd}=ec_sLUWg-f8ua;nR(XYoH0v+gq6e$ zn?1{RY;iMNe(mA*-u(;HGTpbChsssz#($Rfw`}|)?*D(0`2VB&zuwf#UikQ5Cg86; zyUx@7vTAb+V)tAZ31MlpTNWzJQTafZi)Rs+)W#$R^}mOH2VFYVA)$G>WAeeH(f7JD zj_`G8_~<~I zJ?EYsn`U^j`Q=-!yt4+`_671PZCrUdGw0gp)pp}bjzaKfxuM3;OXk;vh=_e2>`}|!B_wQ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/disciple/disciple_bow.png b/assets/minecraft/textures/skins/disciple/disciple_bow.png new file mode 100644 index 0000000000000000000000000000000000000000..1ca4b1c7a2de69ab8c5d141bdbc1cba32ec0d6dc GIT binary patch literal 359 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFaez;VE0F#_*ZY5~&Ho&|zn0t& zG{oP_GhN|iUC+-8MEznyr4nKhlA=zcf@T7|y1d*f+?@B~c#DAAI7@>3f*JmS!2kdM z@^5uE0R?Y)x;TbZ+`8I((a+hC$NBQsXwRJI@BZ(f7UC@2y85lC-&}S1ozMEXT#S?^ zXx`>r&c1NbEgL?~w3MrJ33#+ww+T%aMO!;2+%s%1%N{xL11J-M4@}lb5^cR;&Kw4Q9)$U2h-SbNAV& zD{kBhuZ(gR_v~z`Te*#C>DwztRrzbznmL>-Ta?#xO^<_V$=r)si*~!Ko@?Fe(B*Se z^ZM)3j!36lmdQ0Y>fJV7|1g*FRjK^@s$25Uh0mHlm0r@d#~SEM22WQ%m!$`;NB{tz C!Ib*| literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/disciple/disciple_dagger.png b/assets/minecraft/textures/skins/disciple/disciple_dagger.png new file mode 100644 index 0000000000000000000000000000000000000000..92f17a2b79f252a23d99d6ccfbb6cd50ec154d8c GIT binary patch literal 367 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?#d*U5*7(1_3@Hu0Z<#T<`y_Hve<<{#tTB z&=7ww&vb>8bv-|CznD;|gjj^6sFSFmnEXA)p?%k|4iehJPS1`)6Sw zP~?TDi(^Q|EuRyLK8GDd*dE05-q@y-9CyaL$)DrkG_ab2PfTOZw+w)BYSHPxe%Rv41-E5Pi*+7pthvY4v$;k2hweASW9K!G|9+&n{9DAGf*am*h1DKSJFN5N zb-j+|x#v}$GlC8mnp&@A*rI#|%hFL4Z$)E0F#_*ZY5~&Ho&|zn0t& zG{oP_GhN|iUC+Ji>Le;?Ccvx9%dNuADblKT2&jjxB*-tA;U5Uh{#h6Z zGR4!yF{I*F%~|%MRs$Zkhw=s+L&J9c&ozGewesZ;X>Zn$Qvdan+L!!X@_y=U*Mml0 z`Hx<<8!#&;`%N(Vl-j*={VZ{V<$IYXde}QA_U&F@#Tt5P)<4!&w^!X!j+^$S=;YbD zo)_;rJYG+W(x3VBI-kR}sLs;%9=>XKiSAW^ZNz4nCoIQ iGUFH3E_fcu#!!>{{J`(jnh0P}FnGH9xhy?!MFId8o1(}7 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/disciple/disciple_spear.png b/assets/minecraft/textures/skins/disciple/disciple_spear.png new file mode 100644 index 0000000000000000000000000000000000000000..c047ca86582820cde3bebb426d05969b39863caa GIT binary patch literal 543 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 Re#-y=002ovPDG`^)EF*_OL+hQ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/driftwood_2.png b/assets/minecraft/textures/skins/driftwood_2.png new file mode 100644 index 0000000000000000000000000000000000000000..12f60ded5b1cdeb96d4ef43c2211ce37e416b79f GIT binary patch literal 721 zcmV;?0xtcDP)ppLJbiLRQ4p^9;pdti!jQha7ea9lxYS3O)&KW17* zdvIHpgIlzrfvJ^qnXs^#u&p?Kf)9Xz9dN*@U2{dVMC=pUuIKh(gt-vE6k?Co`L($EY=!GP?t z)4QP-`uNT_}A_N#sXCo41Y~tkv0+vYHOioam%xZzFZclDoKX_wCZdyNSS3P4=I160ivT+Z7-$8?q2FRRF{er+%iHmkn7w^NOqJRxQdPj5F`Q zz>%3|&YaGc2Ksaju$&ubYXloQaft zU$dc)x2TcCx1_Y9k+!9j$-S%B&cW5pz8y0y9W*W;HZRJzk{Bu_%D0reqjxKD))W8$ z01R|ePE-H?|NsC0|NsC0{{R_XdQ<=a0c}Y{K~#9!&5+lEpgIggrNksmpXaIY|6e!_ zt}M#kzOPF&$5k=!SE3RG0{caL0Bia9;`)W6xJY+Cx{{WRzk@Y^SXXjspHAZz#~0GO z;!{*2z(mat;3OsI>vE{j_K6C!c-mkWJpJ$lsE zTmD__e6#Z_USo(BH_8|y;yNzOm+@?V4fMwtWP7`m)!RqeDt@+qzz|Qe(K0$llf8&) zzR}$pT6ewftoPjOonMoY3ofM3HW5Fu2(vshh)Li1C(aCdXA|&Cb`^_w_Pucxj~iva z=Q*DTS5|Z0CFgSHlwHi{PMuR+d(KQgcWO;c&8l{XNj&o0DMp{yS~nf$`u|QL)Lfsy z3TAWea>(tQOV-ntn;mn0YwA<2*?Ulzm+T;}7-Hbn0M#-tV`J(w!v2zuV$^QXu-m$|H=eaHb0000V+~UvYWA#mVgwINK&h#L3RMzQV@K(89>fzsAbK$j!65zQ@ba+Y2x7008zVOwR@> z@Bl0JzRCI1+VkP$;M{N000001bW%=J083?|05 zW*#Wq|AuSV?t8;fmFbJ56sC#^YMZ9(yKXTV(6r5}>-%oHgCwAuCOJp~rfQW0;2ZC@ zT&zVB4DkK=HKl_jINDuRuPaBYN@rPYK`-84`AK~Axaz)KwLMscQ<^7hb9U3{nr@biiGL*{^3p; zu2K-HW$lN}o2^yYTa)-U2lzomxE8&8yuTG?iZ{#JCnfIGxVHZ0PH=!37$Oh}U3ml* zjS=JHnvEa{;UEZ|SMd4q1D6V4tL<$WEf;rRf|XZ!-Xy^R-*0$|4z8KNYDb zcr^l&;D8Uj!o{RQh~=c3Bw$U#bfrMf;pWV*{}V$CZ4$61j`q(}Z=*W_Ya(G`9M>s3Fb;%#*MIxDw?P-_J%uvkJm?1i?|w{>{b+N%&uR8SOT%!$4Gk z?YOrS)B>2t+vK-zb6|xTXZ=7T8BH-@jC_L3kYa&(?YoTFK4)G6B-B zi#F?2@(%&@?S$}Mgq9kv>x&3af5Z%sasQx+G~qm(7oq%Nmjs|EAe3lMAQw~E@oz_y zmvTM*W0(S{qKuIKE9oWq4iNyH$M%?>k?34Hydp#;ngQFP9^l_e;N4wDR-#LIFa-bt z;P;paRG=xa3ylPwJ^+vdMK~FTQ-NP@DyY5mkP!l#@DRXzJtJX^LbzYNP6ciq%>?{A z{(460Orb+asSaKaqSRJR00j_1Eu5Z_GJW=62nQhl1So=(U!+k4M%Ym<4>bTV!!7Js zJtKXS03!-kQEnzd|EsdN1N0)a$O_!eP4-mn5=(IhxQfu61;DC{mtVpz-2pVgE`m1< zG#$UC-4IPctMdYc=2+yBKljfgZ%4EM@P5bwH^-iS0l@uYrcaIKd4b;>k|UJJ;@QT0 zF$%CgFVJm?#v6Ooi;t5iJ5extjsD}AL@CBd<&yP6)BDdg0u!X<%A~ck%lK_hx3Bb0{RfNg| zpxTBv0c|DEy9q!N=-M>_-k+Tzyqa18jA+gZzCSz9G4cOz7CF;@Jv+~TC_Dc6$=Ufg Xw`n|%gaNPtg>E0CURX8kJ2y3)|&f4z;X znel@ib!X@1FD_4L3iAYtKR7xs*4YoJMpeOb;pYAS|E~cm`+qy}|GH=h**$ehc3odU zT!Eu|jG>V?P?>;h*;1gnVkJR-!3_Ul;NSoM|Na3Hh*tY>CYOPMQO487F{I*F?`bbnRT=X0(P+jKNiS3WP8FSAj8Ut6@|1F={~mpt>xO|Mt0-k!!< zp}y*s_ElROp)Vp_2WPcx{Z`c1$NW%~UaW|%hFcYsfbE0A7Xp3oHL`FL-Ip^^8b z`5RL0{omhP6P8@EG{Qht!P3z^CcCch|Nk}rZzqOoYd9$@{;#+Bzb^V!ko8vDDN z3Dyx0cGR7nn=g7j_BhZu@sc3FV21xt@DE7;gM+CyOTI8LFfw|&IEGZ*s=36P$7;yq zdhvP61_ObjZ~HIZ`jxy>;H#IQTq|Qi56`P3wvVh9UX9|KXD3?1yu9&s(^m!|Cg!zI z@7&^eA#{&nONq=%#phA7C9I8246CQaH}IVKyt)1MHv_hL%>q>n%eEgBdcq+8{y#&} zg(%H^?E=XL8#Fht9r$)(>3xT069(^|?#9Y_Y7XzO+Isb{p5D~rdhmhTr+w)*FL}0c z8UHi$y{yJOmvxWXrgeKB*%_R(lPU4?U3S6u%L3`Yj5WeqO&pKjx#tNjV1DeiGy7<1 ze1cg1PyX|knihIDWXoPji9F#^IBC%@e1@%K2FI>~UD4Hz(TwYjL^6KdGGJu*x%Jn7 UA$!x4!0=-5boFytdfudZV|1N1J3&WWF)~X=Ehi-) zIbWa^ZvX%Q0d!JMQvge3Z2SNK0jfzvK~#9!?Ue_X+#n13B)!L2`RIThXB>>V1Ucp#foWz*@O-L(A72*%5p5DU3!W@^_JRWCI!6M^ zIoDf3DZz!Jz>F^m9#a7#zYaCQycRFd<%a0-wa0Y$xf0eXweDG-rduPL+!Uyt{R zww0y^=Zx+Pa{7V!IxaVn7EPwB{42ZH$G z8?0dGb(+`Ui2v-Fl#c__b-7f7bJ==(2~hqS8#AcEn|V8G;M3=Vui(A)YcC2qQJUBY zkEk2QyY3vw=Ow6e1K%W~b@~Y8V`?FG)Csx~Y%&GXlOY^?+iw>y|I%<$1B=%P^&6>x zxR$VQFpYC2&^Ui1<@X9ok?Z>eg|9z>4?g(dgAYCdVr0+QG@Gyh00000NkvXXrNGn} D;tlv6 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/dwarven/dwarven_helmet_anim.png b/assets/minecraft/textures/skins/dwarven/dwarven_helmet_anim.png new file mode 100644 index 0000000000000000000000000000000000000000..1435f124176da892360fd8984c04d00977cde7c7 GIT binary patch literal 169 zcmeAS@N?(olHy`uVBq!ia0vp^0ze$V!VDx|vd1g|QbGYfA+A9B|Lw&8>!SbH+q??0 zcGFeQzT%(`6lE(3@(X782LiKy76t-E96VhdLn>}18<-?CFa$Dk^a>O<7|xMhz@sj4 z_yps^8LJr9S94f2|9hwShDY6M*YN`l8;s}3uwAnCn_=kj^aCTqm!@aE>sS7{4>XIx M)78&q>47T}0QG7+_5c6? literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/dwarven/dwarven_helmet_anim.png.mcmeta b/assets/minecraft/textures/skins/dwarven/dwarven_helmet_anim.png.mcmeta new file mode 100644 index 000000000..12c04ad73 --- /dev/null +++ b/assets/minecraft/textures/skins/dwarven/dwarven_helmet_anim.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2,"interpolate":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/skins/dwarven/dwarven_relik.png b/assets/minecraft/textures/skins/dwarven/dwarven_relik.png new file mode 100644 index 0000000000000000000000000000000000000000..c58f42b9c0fa61b1f14162c8f5b27389a9a8b7c1 GIT binary patch literal 514 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFcYsfbE08`rH-B+?LQ|OMgQN3Q z6)Yd@sQbSz`c;tiTr=zc^)~-+C;tDx=JVw>Pxo{K1%Vst}CXFbq3-jX1{V21x-@DB{wZ!j-sU|@{&ba4!+xK%odz3i}pfJ=JX(>&qu zCBNsJ@NfkEjTd`#SKrE~`0X>13XopYX}d$a&q#9LJiv`DR2v{LOKClV-w&)?XK|+?wDd_0&t$ zWNVn&JuZ<@-VnQW*ZJAGf)&!Yv$zikC?$N9__?vTVQQhIG zum9GSe)+Rmeu>7!D-sVYY-GP3Pq)qHUf7Y~a{t=L0*g84mOpkWF_Y%hjMdXgh;MnE zx&66+_oGlwDkepDAfL?Pr;B zJm|dQd0p{`%l?Y1Zm^N#=iY4o@{IgKgL8=-^Iz2ePu^-Km<PRLuY#=SnpsBdB6XBKD6%bl2^Ase_G)% zmw%t5{huJ#yE@OO*pw^NyEoIIu1HQch&( z(Z+~W*=L$QPxhOr@hb8@F;Q54a7p5&4{^SdCsGxrH^#6PNlrMOaO#7lujCUW2R-JM zJoiN-xt%2cUCH(QHEpWObjF=L%Xs{csdj}MO?!CX{anPq?KT3RZ1%Pr^%x%e!6e@J W_I+fjr#jGs44$rjE=vzwkpKXn)s=Gq literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/dwarven/dwarven_relik_anim_0.png.mcmeta b/assets/minecraft/textures/skins/dwarven/dwarven_relik_anim_0.png.mcmeta new file mode 100644 index 000000000..3b07afdbf --- /dev/null +++ b/assets/minecraft/textures/skins/dwarven/dwarven_relik_anim_0.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":1,"interpolate":true,"frames":[0,1,2,3,4,5,5,0,{"index":5,"time":300}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/skins/dwarven/dwarven_relik_anim_1.png b/assets/minecraft/textures/skins/dwarven/dwarven_relik_anim_1.png new file mode 100644 index 0000000000000000000000000000000000000000..ea5066ff06b54cab388d94eb5031f3fcbfbb599e GIT binary patch literal 326 zcmeAS@N?(olHy`uVBq!ia0vp^3P5~-gBeIhCaK;7QW60^A+A9B=l{3=|F8LfJMsUz z=>PRLuY#=SnpsBdB6XBKD6%bl2^Ase_G)% zmw%t5{huJ#yE@OO*pw^NyEoIIu1HQch&( z(Z+~W*=L$QPxhOr@hb8@F;Q54a7p5&4{^SdCsGxrH^#6PNlrMOaO#7lujCUW2R-JM zJoiN-xt%2cUCH(QHEpWObjF=L%Xs{csdj}MO?!CX{anPq?KT3RZ1%Pr^%x%e!6e@J W_I+fjr#jGs44$rjE=vzwkpKXn)s=Gq literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/dwarven/dwarven_relik_anim_1.png.mcmeta b/assets/minecraft/textures/skins/dwarven/dwarven_relik_anim_1.png.mcmeta new file mode 100644 index 000000000..122bf624f --- /dev/null +++ b/assets/minecraft/textures/skins/dwarven/dwarven_relik_anim_1.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":1,"interpolate":true,"frames":[4,5,5,0,5,5,0,1,2,3,4,5,5,5,5,5,5,0,5,5,0,1,2,3,{"index":5,"time":300}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/skins/dwarven/dwarven_spear.png b/assets/minecraft/textures/skins/dwarven/dwarven_spear.png new file mode 100644 index 0000000000000000000000000000000000000000..b78a0b116edc9e6d1ff639583f77dbdd8af265bb GIT binary patch literal 496 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%gaNPtg>E08`rH~+zox(7$+y}!5S z|GMZ(Ly!OUHm`!L=bBk(*Y!EN$Al%97#ex2Dp)!xD~4)o0A>H*P6VoisF`3LQLe6? zYVZGeZ^h#Bgr+dhMaKUefaXe+1o;Is{6_)*U|`=e$xsFcMq^JG$B>F!HJ8{Y9ai9R zxX6FA>GBWBZn$1J&MaBj(;FHe?wK0E(;qr1T4ZMKZ<%LC>dn8L%uJT+>*!@1%! zk{k~?{60A}rp;f#sUiDkW3J}Q)6N;w`Tj8WDDPEguyp^)yRMYwoWsE?7Eu-v#>Xus zJ7d;eU;XzI^9moPDz-A_zP}80Caf!)RpJv5^X%WhUva@>_OfqL6RZ6nteg{kYUYB4 zQ^gX3x3Km8e#?=xMYE#6bmt>~b$#)oxb&He%8Sa_&eeD|eqVJ`cS84Ns}1Z+O!B24 z+wA+@A`#Abn)|{2TdWa{nKLD#UX-k6;AY;;Ajq~Z;qar4%o=_ST2J16*S~dcAGgN3 zDSS43v75vM9z^{Jn$x)4F_ViWXoGJ1wh!ZS5**$*O|JwgyVAyr} Wzp}Yp!&6`oGkCiCxhy?!MFId;li&UT literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/dwarven/dwarven_wand.png b/assets/minecraft/textures/skins/dwarven/dwarven_wand.png new file mode 100644 index 0000000000000000000000000000000000000000..d8a743a6b310d6f78887390a959d6dc2e6bcddfa GIT binary patch literal 459 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%gaV1Q4EE08`rH~+zox(7$+bx&QA zUDp?uTvBQ1G1tucRgm@ndYk|2qW|Ac+;Zh1nn*xgfunnjp^>+$f+bMBtC?|AnCIg1 zgsykK3P3}7OM?7@8UBO8KQLgw!MvP-flEVF30ahvgj22Z~n*n zS0E@psov;a!fk_Z%0_$AR!=4)=*y(cztFfQQy@w4jrC)b|NcVd{6{E@A&IVXc@^8HicH|Dd3TP)j=H{o9Sqzw;W#ZGTxb+pJ8 j+V?rS%KqMc4F(21kI$+rF7qA$1|Wl{tDno#16L#fF)_nz literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/dwarven/dwarven_wand_anim.png b/assets/minecraft/textures/skins/dwarven/dwarven_wand_anim.png new file mode 100644 index 0000000000000000000000000000000000000000..1b0091fe380de2428b99b84cd66c63c2d88cb5e0 GIT binary patch literal 215 zcmeAS@N?(olHy`uVBq!ia0vp^0t^g{4lK+-md~=#ZXm@U;1l8sr2qe4^Z$0@|8>#- z>up}`36%i~v6ck+1vC5uf&&Kge1QT*o-U3d6}R4AYGidV^_abw5YDPJu()S0E^OAkdbc7FGHS8%Ud zt#ZdPFJ*r9fb?C?4HlCvVji#*?zk}H$V0E$_H(Yce}7n8A^(qg&WtAuXK!A#8E89$ Mr>mdK(gRl{02>TeuK)l5 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/dwarven/dwarven_wand_anim.png.mcmeta b/assets/minecraft/textures/skins/dwarven/dwarven_wand_anim.png.mcmeta new file mode 100644 index 000000000..3a7bb0052 --- /dev/null +++ b/assets/minecraft/textures/skins/dwarven/dwarven_wand_anim.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":1,"interpolate":true}} \ No newline at end of file diff --git a/assets/minecraft/textures/skins/dynasty_hat.png b/assets/minecraft/textures/skins/dynasty_hat.png new file mode 100644 index 0000000000000000000000000000000000000000..65b2c9fbfc77afc8e3f3a8aaa1af66960d8d5d1b GIT binary patch literal 233 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?#d*U5*7(iUB?$u0ZDC$=%u}%XjVk`;r3uf?6$@v51lzF;1hE&{2W@ro$ICzeM zU1ufV3MM^GO%0})gNlmW6Igr1+1*){ISnk`&&`op(jXA=L`FpB%@bDfgil39MO;Nu zYZ!zL%4WTM@x_%$p}K8lLEsJmS{j@Ux(MWUgalMV4#=?u0Tg}f`L=D_wr&5Q92DYY z1+i`0$=J5-JLxwuyG}LFZ4K9SGe;OeIwk~aw#?;n8P$4=#exoM6skV07z`J8h&q`% zg%%m5SYeeKfLm<~MvB|*CLO9eIlnKzxjUx;o~V;SY}9U*4FN*X8<nZ!I1wg*9jCpfcE zH3wgG9e&<<_!;NqJ3{y2mtb-zxf=tt?-I4|;sFA$Nrrf|ed;Z3--`wapr!+bd!H8W zeFPAj>;SS0Kt2+VmE4V@iuOLiA)xl)8`wnRocaJ`Qk^_1e8TDtXEyG>v0>M>-B;i4 zIPnDafoq>oAG-N$S+FdXbLpoa${uB3w&=I7pWWv)Xd=N>gTfbz!eDq Db#fjU literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/elf_hat.png b/assets/minecraft/textures/skins/elf_hat.png new file mode 100644 index 0000000000000000000000000000000000000000..c06352528d88cf36296a65178256b0a9c1729e02 GIT binary patch literal 348 zcmV-i0i*tjP)p-F=0aPx=z)ZG_!#(n{6Y0AtQ_^DZ4~Ju{}DcI5wLxFgz$4jsO4v0d!JM zQvge3Z2SNK0NqJMK~#9!WXc5s)Ibmf!0NdT4*&lqZnWQRo3ngG%%I*t75$KMMlI9m~gGA;`Hx)4D`wN;Acm#i~bRjLJ612lV`tUYSN zu41(bE!k5$M$n{1l1Q~j=TpWh2`!2xA+$2FNjphfuqGfQ>>|2D(jt>Uy8$K$dPgGC zQh-Q8+rk5I{Q58E(E}WhfBdd)>&X4#!~Ns`>|)*SN7lB#{WpI(#3$lKbCgek5^W&@E-`@D$a_`cE$<5cy%E;!)WZJY)ue89lv8|@8xx6^a5d(~Oyj ziogPrBEqiwJpT7-0!6F|#2E1udIU^G+z?NyVB1My7W~&w;|_{Ri&wH7DWoV^Q6Uvp zps2ZE-P5NIFd^-uf1$@KrR2aPRUjG`#rS3Yk^oxx9TO!``j7o2m^15IHKTmi5gCtT znKe=f)P5re9znqZe%3F#!trRO@8a?B$bvo`0yEpjb*veHCMt~H%mpz6H3L-c1iQ`S zs51gnDa}Hl(&oS(5Uv|&swPt6!%)Vr0($`NU;{xN5fOrz_h60B&@@jGi4g&ac-;2A zu5)gvz|NeXtbonI1Y+mN7D$c^?~*L`bx7V;2B7HU1IlZh(<%< z)%lUYR5W(;T}y?~IG@44fEDpx6kv!;?cX!?H`>16Z7{Qx?gVwg^LP=^$?sn?dn4}Q z|MEc~tnIr%vSB!Dn;4K zocC`+uwq0*wB)B|ZJj(0AsRq7fe;N-jg3`cqNKD8yl-I<)QUQp;2x<0A(bL+4!mg* z48ss50Y}WikVw`HO!h+t42mE}XHrkz36=>z!3AoWloI7EsK>ElC(<;fzEs7o9|nj% z5zG-@SJAm$r>&O6U_s*~IP|zg$Pyqe+f_`A9EJr$%IW+>kn9MiWxvwnnR5T3ek>@3 zOWHT63?UGby$fy&`?}8aS_Mi{q2aLueI5b>7g%P${XBiwG7wOOR6CG91Su^b%}7H< zD42$v#k!*X@}0_u>{ z>x|%gacz{ocE0CV||346Ye!RNw-H&G{ zQ+_S*^uO`|h%T@8e&1qjvgHgAZRs(4R;azO!0=p@yn#mZlmz(&GyMAx0wD5V=X#|mp!hFO7srr_TOkuz zr!g4{u-c#7(c*W0!=3+gem`E%yJPT~xZJ*dA-5n_yc@GT!FMrm7{rF=7*cVowTF?-)scr;{p7v>XXeW{9g>bM%bH^U=)vPI zJFeqAj4Ad#6Gb0BJ;3~E*O6s5C%jh&O77BHxbp6ioJ6bL*SBxBKbP}zBBw*$QJ|3w Np00i_OAlO;008dOIUoQ4 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/face_of_annihilation.png b/assets/minecraft/textures/skins/face_of_annihilation.png new file mode 100644 index 0000000000000000000000000000000000000000..dda3f8de16d3f70f91b19caa376d4750dca2ceae GIT binary patch literal 756 zcmVP0006@ zNklmo3r`UDWD?L_Epd0_c&j#Qx*XB&Pp))e%FrI?{U0DRsdiKsyR`K0Oa@gb;uIn;ODkl z14s`M(y|B`NwDNxYmES+1y}Bg?*wI!Inmc=Zc9u`hmiF%ko!c`Pv!(5ff#Y4oBbQ8 zSE9aqzCw)bW^TR?WKx)bbNBrY7{mX7iunjM%1xqvrwKHHxPWc5MW9X~FadYJ1L~g* zLP!=R*kWdDK%EsRo?m5h0KN#I&IZc*QF2b4+?eOJ~b$ZZu+)dX0yh{Sj`kyvj~w0BS~4FKGBYuO(@ z%5_evpJz}NG1!RP{Tarb*b+b@3HUaI`~RX~P9T63KoQcd3weZV4X&4HyBdJq+#BHA zb_>*c4Kb4d_5sL!#%TlY+y3cn)>eJg&+7pQYnzsUZ)0JzzCXt835W)G0^J!~x$onT zJjtg9zPX_RzJKpKrc`qBhX#2D{lxz0YdvzG|JtJi30Q4 z_QOKI8{vUg@U*000GaQchC<{QUgcGN6*3Qdk1CM?_223GNrrO40FcczR4)TGhUVL{*wP z0C@n^D&PjVy|(Sf2f*WaEGgA*hXAh_w9@aoyG5;(FQY9c+NuVpsEJB&Ko!|%Nr-9& z{#T%WHnvF3h|g;rZQJv7yM`AgAV8qsEdz=E^rHqwGG@!j4-zN9k{ZB4hN_B_SjUsL z0(HAjyQnUutac!f)an6zJ`oYtuVd4P0=(v?X%fKa>GuO^0zUt~Jpok>cY=gUb%38M zprE1-_|BudZ|{^$b*l-`s>pHrr^fDXK@Vd_whsux0)XD~_~Qc43o-!1&$1UZ54ljK zxC0=z7yEny{j~$J8~9ScR=9!cMgc&reQpu|1XPa;pekVBfpRKlJ9JZdq!@nvvcP@! zs(nbjGp&?QMUapt`W0_efyz4o3fQ}7r|UkZ?_{kp_60oL*nVR3-NkoHY8Vz)F)xX# zu{!|K3vjjPRka8GZUE`ySwWTEfZF}ZNr4+s`YWLnu;HUzf+@^Qd zKE9#)!d(^p`&b*GXM(lRNV0wfpp?2CJNZR? zTI7x05fJwKE*LbxTiH@U0dU4(OLrdh(JH%9kY-O5@jdf{zhH`VgMx&plt@7<>C8pm~;JuFTe)7r>pf8=ycmd?IyBn^$@7~n`!0cH%ryzIddxQu)Cit+;u{GSkvC+h9 z-DP`8_1<*4ZB*B?Jk+4l+$<`_Jxy2LL&c!h-9VukVh2h}G5AO+M(Pfz#5#1(Bh5rI z`wMbWRmAS=dS(WdRM57b@WE_6DvtpVJ}i>TCM%6mmRrt=nU=vM2eDJT~WY zjb$l6FL&3N(^>llC|v9CkYbWQLd}rmFcZ+GC*)TuC!_$0L^)7;>7Q2s#vd5H14zSD zDVt2$wUnyYiB_u$<*UFA4J`?;?>LLI_xR<6bcWtaTO9y@y-I;-^#jy>oAr1ag$aR& zhqIF|x8RGabEti!ST|E3q?m8<9ZHoQs8N8WNa#tz*D78rTjT5Cd9I%JR0EILNxPrG?Fmr74?po&z;zhV zZDXKYEY77{B1!$B=B>Xo1N7yN_B9;@ToUp%=DzdUkxch6H1x3#eNx)57{1RU0Z^fi zgs>$9{@*kuIpF_b`c@98KLD26BnH5(208Fu{aP>sxAp*D^B-FT2>zHU`KtN90lz|Z zI6!@C3yu&UQdQ&&nVb9ib%X$Dt82pTwGnCQW7@u?bYBP9RbIRJnu5F9)v=!cUGq8% zmwl!uZM9gu_@(CjQQgvUdqUdVD2s8j5GXj1t3xWX$ zAQ;=*GHLHLo-d@5dbnn!rKnK9hF<*-@-_E6r23GiTuO8cQdF>q?*Qaj0<0@i-P#$d wjir{78I>7}zZOqRs&E995KRQhHej=V1L=JV5g&zKC;$Ke07*qoM5Vyg7?d033;+NC literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/fallen_smoke.png.mcmeta b/assets/minecraft/textures/skins/fallen_smoke.png.mcmeta new file mode 100644 index 000000000..cc0cf1468 --- /dev/null +++ b/assets/minecraft/textures/skins/fallen_smoke.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2}} \ No newline at end of file diff --git a/assets/minecraft/textures/skins/fellowship_atlas.png b/assets/minecraft/textures/skins/fellowship_atlas.png new file mode 100644 index 0000000000000000000000000000000000000000..4564553c8cce0b35220a15a86a965547dc3bda32 GIT binary patch literal 13710 zcmXAPcRZE<`~T}c!*R@GkBno>-Xo)9l}#d1ame1XM|B$^l96QAA$!X#;YgxH%6uC+ zl~9CaCj5N9zx$up{m<)qUH9{O-PiMZ-H-dOrTKY!8g3c@0KJi+z7+t_$t?t^ktYjL zW_9>v>9jPpHaJ=J^b8FR&CZ=OF*UtlW@dH%ys43qxw-j8UET9FH7#{@ZBy;~4^!1Gl42*Sj&KVn95C{e)CYBZ!*3r??VW~{!|9h-p zEAxxM#Kq?y07|!w^mVMmr&seaK`Sq|U+-E9j@Nz-9Xx*WxLw=!ZKgQ${PA_yKn9%{ z+ulc&Jf(O(?uF41sHJVS9K`VLH@Bk{=jwS6_Czcs^-0N~egI}1d)f8oTVN`qVC<+?#+GW37jF34xcHWrmKC)>J#uC8lzIU5+9;gvh{ni-t z5K({#xXDObp#S8HZPj7h_%);Ijz*{*ZrrfTehh{$K@n$o5C=2_rYi&p24L4UVxt;i zg}_6E63_*i&-^N4fD-qkWt{2r;wK!vpPJlkN6WAh%F=IvN@um;iQ|D8HlkCgmYr$Y z@Foch7^;Ae0Lqere26~U>p#oz_Tl#Pkct5pg+Tkd`g#-T==M23Ss59R7^y*z2mEJm z$ys>B_ZCSao@0RiPgcjBr!Q3-wz^b+Iiw_w0}WhNzzzQSWcg^BUqyjp%9d^`u&kRQ z1jl^xuqF6HRNTp(Zs5sjM&B!n$V*JFpLg_b76U6HwJ=OWLmSK!s|;U;vLQ2|8n)YA z>jl_jS$%YX-9spQ+3+i!c%yyoRdH7R?)kPewK}wx`&*`&!mkbBl)mCYF2XboJU)#W z*^z|D16ik}v~3ztVDG{R3!Ky--%m$u8n%XR8s@tCvL~^Td_5(A&siv1caQk!)gm+v zpzF2o;y%?h-;JX(-1?dI+F?cGI-1qEG+&Sp*t6l%5Y~$D%+l`sT8wWlJ;2z&Nn2Qa zssa&msnM8FM#fjD$h*?S+fMwr(@FoTgSWo)9L>#-Y=FKe6fm@)bKJ?bi1ztN5J!yZ zK0aKp0u6^!??L3$-@Mey|G`8QnDT%!mJLs;m*+{gMbA6aAzD0RPkJzhsQKSNKWgV6e()`-3@L8}F5`_j z5rMcm0DERZJm}B!^Vh@+IPS8WC;PAx0~EAJWWWj$5dW;xR=4`W)|r*tRUsk z66CRq1G0$;=rTU?shJ`$5+?!7`;FZIOY<;5i>X~i$K$eS$O5hK(DCSv3NBnC=`_Gp zpwn#tUvTS|H3NYrq$Hc zBy74-HE08Ie|z|roWjeAAU+v<1yd6^JKBOS%W5}kkDN4ab zAb|4s_rE!4NH1%1vYRs;agr1ndAZFVHUp3c)!rjDGc*pihYwxZ+wa%{ML2NjitGlN_xx%Fok@LR3ZdxyZZV)a3J0f|YVjLIi1r5R48*5^g+6O)s4I|xt z?1q^ot>E~1r)ae_v5WNdMH884w0cooP9iyD;n|!R(N0ehZ?yp zq#|qQO2B@44F-^PnJc`N$7LzU!E}dYN4X?TrrSF@)R3v#MM$_~nm~vjJ7rvo7}5kw zp_S>9!;$9K0BEC@QP0E?ab#KTi|`tF)Hu!8=*;I3N&)U zqS=sLav5UEv;|I`1IAIZ8-D(DDy?TfHxoV=U}-kY>KBhx4^Msbo2T{gyZ}Np#NfNG zWCn8o%IG1lrCei+-9rTFm#oR*2%TueAn=DK-XpjRouo;3qJF%zKkDx6{Ov!Yo2VCt zT1XGHZAF8Vb}4NuIS9`&@Y7K0HULcmaR6*V8|!9zlXNx+ENT<}FR+_~n9q~NK@k#(LBlP3_r z>Ez1m4kwV33MvsmWAmdkG><|Ox62Ui=@)7D*t##Dyj%P{VqADH2{PZ`@$ZJY;}K*hYDr8|GV_I;TXK=WLMqymJawtY*wcmJv;QQ~#Q4+DaukHHG_X9;W4mk{uJj&o+3Yrh zS1@v9bm_^*j^BtmcR~t+0(Z=`1%NGTO61M`Id@nB4=C&6$Y&BrLxdYNp-;;;T%k%k z!W!*&zhRW=p6xBt3f*OgVVOn6FdE8z@UonDr3GE51+T9LqRI1aPz*o%)?46fdSB6o zOz-gd@zHPIK^j=2@uXYN4W=}0rXW0mS_r(c#eZNoDv#@&oUJ;s#p-knKM&z>>(wy? z4J9fC5&aZPw$1A$<$qWtH!$=}BSNU;=C)mfrdXOIpzpjE@fC%U=fxj$gs3yw&mMgX z)IOiL)OqX7tJCn7r5txHpQ!FIGN)I-1-2(hU(L3mDrxveCBg83j1;mkA|O z%1A`qRmYmm{agvW3!wuYtoPc^Qv$ZFK!3$$DZEGW)bwxnRmHPdb&7&hVhLv?){wBa zWoRMvOQ7PE;Cb+E=;ynoBk@xLG&);-3Q})Rap46WAaN&+I|Vzh*&A#Jc;wY(zp@TU zk^2x$O-*!{-!DEeKoRq^B0fF3p;2`SMg{Ot_0v%7HQ|igH$t=;gJP!-4Kp?UUEt*u z8AD!=*t7T_v=TqWgC)_Q?rH6BWDs*H*HSH-I+O`yoWThg2zDV!{^&Gq9i3cr&ylht%0&A>1 zn2k+trK^x4pZY22aQt(&$e*nV%qQid_x=)_e%ynhfoaelpvEdrlTn6dC0C-O9qWtf z(!09VFQUOKifl4F?UW8X!V>YxImV6przYVi-AG+RoEd#X8W1L@3jTK<)UlD9ea@ph0nID}fyv zxkd^>6Gf%W&^hmzbS)og4sRa89COAtued|QTjCm-U`USf=~s!D8driJLtMvV(loGM zEl46!rStwZpvPY()>kqqQ2G?`mnqxZ z8-tf-l1h&NcSd6)S>ZRa)e01uVbGH+LGa;xU4+2@VsD5b)WGRb2z54hY&H}Y7B(^5 zU`OI2T^2lT7_aT}5*?YUb<@wZ zU4So#*Gdzw5dNuTb}}vM-KV{BR)&K&k-|jin!8UGr7IprMcn+mb+na6n~&LIg{N+) z(dZnOzlWEW(ipqN#K{*6pwlNaj0Q5GnZO54?TeZoy`6pNAy#+2N0KfE7i#!oKC-o~ zY`4s4>g(}w&1suJWoEx85t6-HH2s`2jmcG?yaEwK-Owev0kiZpyXj#;q&2C!ZBkMf zrN4ivtmO+B06B|!=Hcp$Inw7D^}L3Bf*d( zZy_Us0i3}2m@Bjh2YONPoeet4n$~fXQW2$d)oJSvsR;;DIvfR_tpwc()3`Z@@n`hB zp>!kS4xQz_5f*uFBSbQaz*gP!lm#$B-ts+hi`Z97g2=J6H9NTSe#uAtnknaZZdKYI zsvwC^6EZByJ5ArC;1)R$#f+44H1zD~{vpa}_y^_41revV79cC58fr8ZPuD9KDQ4<= zBSgi&3eOts_@lo^A~7mJjU)JQ=9?J(or$ij2^GXh2vGX-@V*Wf$7sD-u!-0_!$sj6 zk%`&H!k($(ToloyRc7$A2>Yxujp6s+QMx8YNKDV{=B1?jy*p_IS2ced#YUnkyP7f0 z`6NZs>6irw_u|(O6u`)tPt~&k1(NCdV>t3SP$Np`m;3o|qb{YxWp}^Yj8@D1g0%I7 zWvTK(7PFyfl8~ecGc_G;Ddy^F># zGjgC!TYh1=k8+=ruKnf-=#0{INk5KGOPl--B_Tp*0^ zo}400BI_PNK@iahF-iv;2tZNpmlW{+3}Mnn_z3t7)twA?Eo$J_Tz^+@_VI@DhRvx* zcT0td(kG?0G1n0$4buNWvS~haY@?tU@oRVam{#1WZFwbSd2ll!aib*@W~KjOxoj5$tVrkt6+pSa(;L z!8T^rOAJzL$HX7UVVdRevgnaqz0TdVRf$)89BS<~eV+5NtGv7LnO)d#Rbohl#3#@~ zt(3+ZBKi=)am_BWGA4r#+=~@|^}sl0eCsfO@;a&L9}>7B3Mfxwrr+}XC-nOBj{)ST zf8e6)zA+a?@46Aff(uwM!4Cn<=OxLNo{#4Oi~y-tRg@5`NvZh!YF-gI%p(1smpfZ^ z$uhui(Ds~wC77yx{!Z@^toeDU%z??7J!&qQFJP)qMt2LN0{#dSb>zPSl}ko+B1RH*zpe?Eu*_|pk-P{fn} zpGGk%{l@~NVi~l@_Qe!L|1R1*rKQ>Pt(AfNNrnwUv7tq#x73>uttRz?SWv#wJ{?1E?dy9GtqVhj5Rw$?XedpWA0YvVgsMpO3 zGaC|TnczGSFJ+_MVLbjuT6OI>WBo}%;gJ)I6h!?Nl`)F`Q_-lisvbdprv?5RGF$$J ze=#A&bI6e03Bva&NCP4Ln9}zz5x0TYo?Bes4(! zpZCle)_*hx4x`lE_$==%L$(9p&W8DQaw$sAT3rnq@l*iHlP<9U-iGrOq4f0yNc>9- z*t&p_+r04m!i2~_mfZp2*3_&IGSTnqR6d!Drs`2SIOUf9^fofz-im+q;tu3dCrYIR zk#~QJierTt)3x3q1(Elb7ns2xWm&{2PfNf|=3`@-Ik)h~o5xG6I(pI1NAoce__}Z_inIrm1rp?6w zHi$YGYmCqdieG^GKmD&`NT7k21e#9)s3fd^+eZQ1vRx0bIvVu)B3fZOF3Jd|H{q(x z!2&1%2i}QWoVY8#(OQLTWj%J86Uq-v>RKD$q3j(SplVyH%^nhT@(pm%?E&53Y+v(jqRp?Iw38_ZL^Ch?%cpH^#>~{4!_eZ zZ|DdOutYmBTL#8WGe}9_Hs`OGpbAWuR*6d8Ey@`#k~3~VS`c6YUPz$>jt^Nt44vlBu&)4Z1>WYCm3xNydt~`pRb5|<+@;nh z#cm!4VpI_RtRO&@Nui5-ix?VCq0-&2%Rn~qIKNmHAlFzV%F=ar$!H-Xcw8ou{7`{n z#4Gsut!mpd*2}N!Z9)7tw+0OrCo@ESj!K`fA+Q){u*hRNK2|ji#jHM=eB3S5c5tFO znWi}msB_-3^d;L;KXUAZYPmhf3_E<}8P}Pt#Q0|$TtKKWl_}1XSn@L@ZJ^T_8i@t? zHYSjR*MuWPMTvweuH-~#wW;bv@o^q1e~|~xBgwbIOuKc2+ANB$yQN-Mb{?ZXeBnqe z;S&hiI$svr8)zA#TeBQsWJWu)9sP2h8)v9@-3CR;$;FGnDHjp^fWP z`SXoYcT0)aJ-!0eg>}yG>Y&UhRjsQ6sS7sT`hTQ;S&yDNHtb8zjW}pLCnVkp z)@W-sD%SE4k=-nC-_ZLlhg-u(J>7TbqslrEMmF8&entsA|K=3r=j~208y+*wSiULW z#2>zKCF&oJi?piBi8IPHZ3y#L!zGR*@NR$jz&&2j`u98J_|ign1f}ex8x+r+I4(YM z-P!rZsb7IFT#DZv+j&GouRdDj#QdC^Fh}_@m&V!8OQA_rLpJ=ic6Ku~6w-!KE)Y1_RngkL4&nG6L!<>p590n&G8DqomO3u&-T!&55fiO#f zvto`W;XAuj5?j%Ix8sN7jU4OP6~!+(T0QLEt8+`}^ID=dmMBi;Vxw-ck5~-!s}+W+0|~tk`Jpa>>!-Nz8R(ZaVUQ zR__w#+f$X8g^!{4JZ`&qV9&q&?(c|$b1PFYzcQFX(kqCBX-C~>f_2Q2lRYviq){#}B*wVgHuWpXX7gb47eidxF z^BSKS24@^saYnJWRF)CF?4d{j30b>{yD<94ir)Y{* z11j${3E$N4dE={#6E+JwKWP!wDRVvz}>Q2YYOa zxgC#nEPb9e&_i+>+ti&BZYio-WD%0g)O*xvXtZY&h!1Jp@`{_S&w|1x<`_wg+ti*{ zRUu2ZQuvpnlsl{-09;~YO$sk+Yrp7q7*BHlJn^wuA?!PMwF$fBrx(+QL2K6E%?~iA zM~(Get=DpYzt*~F8@8D1@SnhJvgRB!@7tnn>;&h76l`Aq3hTy&89c`V) zB4kk@cm5~f!s#aDUi!~~mj*NNYy1z=+{wM_bM-}~kJ|L|dI|e{S5abXTva!})Ow^< zR|fPL?C?=p`dPNwrr|^a=v1R>rB78HqX=U*c1*EKDOQx%kD6P%gkx-PeV=>_*WF=A z-{dRG$-yPdBUcGvY8W%#D6+$?xpv!y> zqTrkTxY%3m#mmfwPWpOzW6QbM#E`S7&hs8u4GDjD7v;3@?%*>ucqz={Qq@C$h}6 zLwbVSn2sHD_+`wP^S4~i$;av4^SrvZGvmW^iX?P!_N%E6Qz{2O2I>+lZ4sHk2iA#X73{j5gn+t%eRABN)86s|Jypqi2&H1w@Q<5PXz7cyg%h{ zZeYifG9ka%8@HLL>Buaxf9J8tqa|!m{SoYzhg7O>8NYp+UJJK@c|3-o-18n4gr)4uHKc`6T1kE5J-4^1m62iu6^na+W$z>d-|Ipx zya9G0=BER0YUNPf&||2)IJRSB@oPMqsBg3Oi=lsw7Q3vX$g(w!5ZO4*kX3DgtDNY! zeFxTA=a69Ma+copcGF`N`7v;z^H9|>^m;J#aG{)maA;9>7S5JR46pgF%J3(C=JV-1 z?kA~O=3%%DrR2wY-`?xHd5G0E{6>21>?6Wq+8h3lDKxw;D91;}JXreOINx~2WnU+@)Cw{!d{6dbFyEnfgsJfgM z!47^-dF0@^h*KzFgeV+iP%29@VN-tL7UE(2dt0gfJyyB<;B_a4KCQV#Lgd$%o~LK2 z#-p0%x$6|~K5o8x-vE|gT6siAFjJ8yn0Wg7rzLg)VggnFV-x%zFb+My=-ZG>b#$#0 zH=tFHA!s$m;OQ~7#i;c?%#P%Q^aa-mk8Nuc%0X1lpWWuBG@@NFg2JJ^RS>-5{Z3u9KY3dlu~k~bbX8P_{N^Uf%v4~)ko4tAzjQfzJHac z$G+Nj(j-71s};dw{E>#VZUS=Sw7Jcb+(-`K*;Fz1oF!qn#T7+XU=+XfAf>j)6d}M$ zmqa;7)s7O}{Wf{i-sDpYDUwih&7BbBywbI?7Y3bO|Fe)=HC;zM zKK8GzV{&!!&1>^33_5Y^@_1ak@HOdN#tm-RR*619n;cq5U!GzB!p~+jKY(Q}ekd9j zeH{6{Qq&-CuMKxMa;J7Pay>W4#RFXVSeI_3vxkowr^tUwU6Lddfb(;5*HzXKZL%q0 zm;3s4vN&k8!v`E0;+ISAkl%8to=Rp{_nD!o5cWp)kCTp1IXJGb2bJA5N?<2g%tVT7 zzA8SLzL69XJg1gNF9;)B^0H|4`6;&XUt>gYRc|Ot@H-qgr2y~Ti*eaa@AjroAF(bJ zIf{LwK~E4dMJ~?^_rj1b?UDTlJ2N50otJ>FLNmLuAN(4uy zF^nAMvlH$56{HmFL~7hbAQ+`Q!wa5Ah3rOlr}9tnEm>nBJT;2gEmf;cXd9!o$ntuu zskg4aVdPc9ps{jXtP!!gHyF3{cUowhnPz3tX%BY3u;tnIpO37kKn{lij=Yluyw<{d zQOkm4l-1aSXfhVMu=#Z0kzRYIUL%rTI!fbco>V04{@?h&F9J)E$_;NtSkHm~3v(Jv z6bn?N7cU^4(_+U^dwz(T1hjXCFjuouip!vAF@HosyCOt;aLZn1qr=^*?eSjM^sBrx z?d_iB-h-2Y*p}Smv&+TJ=j)Q4iUKwvkCy|MZ;SG%)PE?oQ&Tu!VjCLbv7}Qu1S_pt zy0jwuL7aPJ`}ej#hOwVcT|Ha!`ZedBpx+#>z9ajqf zqQOVIVts4g@=wo?#>x;WMMuV$_Z}`qe#>q5j_0cXJ=-0wztt=DTS>BtD!ss% zaE7t}Qowb+f|mCf))t*A_iVbN3LQ6S3yC0nmwgJvvxbcGvlaF)7~roAeHs2<;A!Ps zVk@_Fbo5=Mzct1wL#*6W(`H@6|IjF{YRHGAB-g&lK6U zx*9W^d5o%fF&aEH`?K+~xI0Cd6qbk)&00;v%@)kd z$KRns=K3L{P+Y8;X)krPPD!}j@^cX zuB-#kF4BnY%}XL)Wnc$Fc*LgY%>&AQ{C+fnTootA0}rL2(4t2HJ#+cjFH@;l7&~=$ z6z`VW#^7`LL86xT%Mic@=O~-=68Z|1>v-{kol)Kc z+>aQRr}52tJ0U&@QF#s)YQ5roEl{>$6-A!)xvu@++RiN=4ITZsR?OHojxGj>GaxcA z-lG5V+y-`^a%bcdj#$;nt6@tTh*|P(?E0?5)^c?wtC#U<_b70=hfB9dEGYj%dcAm! z=)}rFaxwAa!x(D2U3R$9=>zv!wUe4_M4t9;qZ&!wjP@Po_UEaPK#kC=@Os9SGLS4T zJZ#Z<<{HV$X%IJoa)@S}%G1kmEengyw8<&Jz(P-8{1N0;@M5-2Kzf92ev@6 ztl0Cy<=4Bayh$Mzn1v@7{)b5#Uv&N=$rA8H0s8$|*_>yp;msYSJPW>5+)9*~FAu#n zV)&HLilmv1-134jq-usEiti{R0VN`IQN^Ad+WZTn6nGe#;3#3?e7SiM9QN z_(;Zq04JGU%ob8{4HA{VE;g_pt9TmnV)JeA5GlB-uPunWK$z7gw^^J`#k$i{y-mFt z`Dcc>5_v54*wL{&eB;lqyL#MJ0vfiP35RL^Y4&$$a4_rjjQ;ak%Y}LV-lHbVRrKIm z(Ja&y1i|wT+{zpx#LpCuNPo^nImNP}=z?GuU}^aG8ujm}7Zv?i=Jwb9KJMFr6fy73 z+zl^*&CwHdW`nxP=gEx=0pf@j{r!-zD ze<2FjnE_;<_bL<+>z@N(Uab4ZN4&3Ro?bFV6j%4-XQopyd|qZJcytcX$7N zi2Tolf*YYnp>#Sfd#Dw_@N3aI9fAW4`+{qO`Ni>zC4wxaX_JQSe+H$c?1q_MJirmW z1t?*+S6G-4i|Yp0HUni)?+>Elx5}bYC$P8vg=cNVc=#Y{=7!Bkdlbr&ZY5H@8XPsjq`)sk|!!Zdg`Kr@PV;Q z-U!2KNvQ9JUBZ{@6-Y(kRg^=viCWKFK4K2IPRX)fE{`a7uof&arQU`T*P1nc6y9`Q zrgc{mcrjPGa<%A#j%~)O+Jd5}eS)u|KmgKC`TDk`ia_l5+kvs8C=V%;gB|*Bz7PSV z{3w1(hEN4Ja2sVYb-@>dEuWvFy~*5_j6(ScElNcAur6S;*1JrsvSqM@a zKOTb=B))Nf9tJsgcllZ7?A7`#}e9O0UkV<;>~6Pi)QMH07@&AFZ~%;ZZF| z(%wAk&_qiV3IF%)8WCl61yM{K(y5%)E4miPMcEp;bx+FU$Y z1ofSQ7#@Xa`6Ar@;PP!Jk<8V}%p31DiM^=Tix%(fs@|I#=XHt|d+sNlw=*03dHRg( zQ&07f$FJ{?THRK&C6>F)=W6j&SOU)UMI4peD&=R6Ng7|=Y&?E7msJyK@bt8L2%pU1 zJ?l~4l=Kw&d|mc68Epy|3lZ`DgsR+k2CGH! zv|69K;TTA_8BIc$Q|VU(H zI9}R~2$lG%TDLVV5XRVG`>Ku?WCudw_a#F~(|>AS>qK2xNCN}ag3djam-lt=9I^_Y z+7&$foq-L15DQnIuiX1`(o&p0B5_}1tu}Zies*(y?|kKd^+#(j4Hek|8}$gh$e|Zs z3R*qeykvJbZl~DnqBJ{L$o)uN?)=B_T77~=&ncI)8K~p!m7&8t}X*t-Z%%o+nHOK%)rChqor}x9US&q@1 zNg~DNr&0+kiAi`A@!c!P?wrq;`Oyn^2fIH;(^rzAE8-7ZxuO&oqnDc z-gW7Gk{@kp;uO@xL8`WH5XNJkmCy(hWSa2^AP5HQnIN1?)k^Q?STN;n!>pdBW3>?K zg=}`h?-a^g+L6vou?ge=?Z{9u63~;4wZ7+z4m#fM$SZJDdcL^&O|Rv1Ij&q@^x0|S zOKC__GMU=5j~gYdi`KppXFhOY<%~hWOCzg=g&zBJcN#GhiJUQCPJ)(3US=lB-i4bC z$ALb9$%TJM*Pxc=CbhzLlXkE^ysZx^Tx*j1(tqg@Q2{ElhRar+7gwM^$*ZAi2j3It zZ|(iP;W0~5E6Z#ibEBmlR<#v%RhjlgHHB_1!F(=vGAe7FWAE*EW#gklZ&FKtTR^uC zZXO&o<-#UMf=X7(Zo&wKpXkL571|=>y;{2uz@X4=%PHnuyaJ=CPdV*3n^7TG4=kge$?rsbqn>;n#xI$i;x?}p-R zxKvK>J^9_Qao{&jv`AkTuJFHpv?{=f0D!ov|8=c&|JuQKNcs%34D{Z=vR*uJY9;{x=yMq!z*= z>T&?0q2soZ+eI~V7nRbd`a{&|51B~QA6xPGCm$N=?P&|_8FS(^CXs~hE732*a56S= zR@dKLZuxnd2ELq$wJD+$5$}nV(5%PEGDyVP&e&{V8Y~tW1L`%=*+*&}FZD0Vk2Kqa zuoeK4043$nHMq)`ZI;}5LnD6ot!?l2_K>5hs@M#2En&ttK9J_%s;{4)|Iwd8+3ur% z>u1;MRP(ip7Oy(+ zRbVw6ElRpB`S;y@yRV$C-lz?)GszT7Rv$rl7N3?V<+J!IaT<9USNBD6TNQ2ykV1c?TlhR`})W>xrv`ODL>B!qy7DVDkyuO#=E`l2MtH0RmT zaZ5$VJ>DaasoLTNszzhbU<_s@Af4cuqvOfqwY1z`%u*~c^4qYEBHK0H_cBQCmfO2< zbI;g5D3B@U3c-PlIkJ)?pWzigCw5N;eYN?Lk@&@eU0OB$dU!d#FtdpLntB1rnx79m(g^+>p7^k*RxBhmj=K-vMFZlo=>`cr<$0a?j1@04UaORSOp1Pv zd{0*s6+yJM>Npseczr*6S~Y7*Kae{^Hf(Xeg>H?XUSGg4Uy)4^oLoi*=K7`NG0y)7 DZ1W5f literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/flaming_set/flaming_bow.png b/assets/minecraft/textures/skins/flaming_set/flaming_bow.png new file mode 100644 index 0000000000000000000000000000000000000000..99c72b5c371e354f2403f87757250ad5c4694978 GIT binary patch literal 1748 zcmV;_1}piAP)Y3{RY3Jgja0Mxmw|4rwNNvtu7l~$GH za^R*z_s`1H4t1GE@pol`C={s_^-d~@7NPqA+J9DF_EOgv)TN@L#H1**X!Eq{JcH_l zUX)@Tc;Kgf-2Y!<#`G}u3gf^;X2&qum#KbDn%C@FDOTc}?&{m#ste(^rvJCv1T?+5 zv^%Ht<`X}9VPXy}kL>O)*=%49o zIO5$L=v+WrIdEz^4t2*Wp!we@UbU*~^>Ghuz;1=`OpwSFJ3IKZQ#?DjWBVZbI^MCGDs<}ADsh=YAw>Xwm+?ZL_km$Jn671j zjXixhxh>as;m%~FbO16zPyfYb+bzn?bU+-P~~px@=Cnq332 z6gUdhs8DMWYHZ3qz*=A@kf#x)I~rZv1sCUAs^?-$Z`3ZvMWpSGUNfUbhv-Kx8jLiCUOM1kZjwq zSjYh8r$IJFC^K3U=DU0<#k_6j)?|qyY}jjrco&w;o64nrqe>@<(H3 zj!Y`?fJB3*L2Po~DrXkp{BmJ$7FI;!SQokN(4a-?mS7hk*DWR|lX8^;dB9)7lz*n1 znsit;j(d8_27oVk>>Z?7iDrg(^jfC-vu7I)YQury9N;1c0H)S1Qf>xz_QUcNVN0s` z!V(Q*Egy%QF8Sys4M2`22lKO(=kxt8tiYlabhl!16v|XMtwkQN57;m9l{voY_eP1= z{ki4?L$Mh+X24N14tZj$Gxh-ofg(rzDAY zWIf2<53j^l&cyaU*bdAA)&skNGO>Aymk~jX4wf=NHos4Q|3t{?`IrG5wV?z!&~g_8 zmuyPO4<(-Q_;|PRxs9$@*QzRJU=fh7#PdPQH@sDU1Q?j&B7-_mIaN5f425HGVFmUM zLVi~jPepQMEGMON=KyZ+%lSFX3}d9r+g^Gp0u+qIiRmaDg0l;;AQ5}@I(CWT_zZST zVz0JL^I->PN$0?c8EAUn-sZHj6BdagJsj*B$Ak#_c+k&&LnEFQAoY%{8DN9)U@z2~ zL5VW(9g!CV5UYgHHK;N zjP?J_%k*5V`evl~c(VFI7yE_ot`Y)xa^Jr+IER6YYSoVpr>`BhXIf4h6pG^h7JcdE q!2gy)K{zCVW>k{$2;dRGBY;L0S%ZFe4hJIu0000L-$#^+UylG6q5LgGiQrH0(`L9g2Yz3S!orsU`?>c)cb**S1(c(p z@D;!p@X1sv4|b&DyX2>(5Bf?rDCqIg{jSEj^pYe^HTk97ks!`BOWO@iJ8 zs*!(FeW)`(<_uI1aTNTq6Yfu@cxiLq8*X5Kzi`eiuFH>~P2<7!3<}?ygmHYt=*hh;lpX4X zylTEGoxt~x(t+z#maj4es^e=#ave_${*J^1ITPvQK$O3u@#RDfUkwc-ooH6ml|Ie9 z2@ru3L#Zyzr21eQ@~Ys$a*i(T!Q%^KsLW}}&4J-;Z0>=G;I9(G9L))KQxl|95$s`4 zu)Fc4vnRk+jhB-hL9SLL*3{BYgx{hAAVCXLLm;~o{PGf?Bw;({*#m&%0DRCXjLLrX zpjQ~beb^Q+5yDkMavdE8egwI77wk%)vju({bJ|9`QC|civ@ll> zJL++$T_AkB8n}kMj4165WC6u+WhnXat`sI{;PEVIY>!HW`aZTa3{+7&NK4i`&4CTT z0j_2B#}MLykBcq-PG-h&)aXSZ(hZix!i)$`L^#8lZoqNiBv699EZ`RKD{vI@`todJ zE7+3+O?=_WR7h|^CqlH3hW@cOEN&)0|BKHI0EDWncUl&O3B-eA)^VbX#kCVA<>H` zTRY(-LY$u?PPP^-G8Vv(=>S|>)PybV{dptFhxT6Z}{Q>{Jx*xZZAS!g#6{T$$uw`i>q2taiTwkYm&G+yCGjsj)5Vu z&`%GQ>D&;(Lxfmw4c;nYurVyvvw{75G^Y;h(tL;u_M&5q8yXQpG-h~P3dfrIz_<`# z2GrN_a7#SZIZ0evkwWpFt~@{~AyiD_!;E^2@70jFFn2;d)cCvD5$bG- zhq=JWFkl@p4~9hYXqSP?+(e4EH>PY?OD+!x-B++^gQtG-<)61SvPdg%XHrR{6 z;w1QCD|8Nn;zWwp)unV}BZ`(Z;K8|m6ilv*yez7&EFmv5l^bgtP<3e}#fMt(&E#lk z6aX7~<068=Q$?hYJ$g?K0a_LA4pszt+L-PM!o1bg^w!{`u_4m`>tH~IeTBse_*k^`|3p`MS1gdi2s0cs51D)eqP zrrkcwLxr!_)^r8%(b^FmqC;oe1DeB*Bz`J>haYYY<=P58Pj8GtUKL+fXG8vU?yPM< zpa?E%Ytu_@Yl*d`Ic6e%f2l16TeE+R6YeD3Pj5_Rb_bqZp3Ap))*?pNKIn|RD!zW0 z$IT51e}5PfBjfIGmRj4DQSA(D>0gh%!wh5%k0NKh@%w}njKeKMJnZfNHh#gD29#!} z@pa{Xlv}!N%s(D`1O1j&bkPqB=3k&p52H~TWNWc)sT~- zumX0v38g36b39f{We+XIwG~#tv1Ch5HdIlyuLT7S?ATzgpaRbBb>gI#aJ7X!N1AH6 zzdMp2KON5nXN8n-Im4OHKTP6g6B}-|a^!Jm4P*pzxvxSBm|-q#)mxGmYsK~&)*NoC zX0N}HuA~#;OcAd53*`Yqy00))N#XZSNaEn6MvQ3aL(6b2t@SRn@V8=Mf+wOB{c1Q9 zrm$<~_-GB{H-kK}5b%>Hwv=0W}1C!%?k>-mi31e#j zJAnhhN8~s6LX_letT#+E!28X?SjOpEIz(wM)^g>3k~epg6?hWNi}Ii~1S3j^K*lP_V80a21Up+0<*+Yp$<&AIVpPi})K&6d#- z+{$am)q^RB5>V9_7)R;i<^;N`3H8u0u$c!P8+g;ah9_Jb42)(q$LiOwxl!00000 LNkvXXrNGn}_uMmU literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/flaming_set/flaming_sword.png b/assets/minecraft/textures/skins/flaming_set/flaming_sword.png new file mode 100644 index 0000000000000000000000000000000000000000..ab76e609d9adb8c70182d319c9f2d84695b25067 GIT binary patch literal 1604 zcmV-K2D|x*P)eCJ(JXp%du_StZjEx+wQ9> zwcFRWZR@$GcRs>Z_FDIe{@IJab+!=;^ZK^|0Hy%G!y51ipa|d@fakFUFg07T1*VSx zi}&42~4gG_Z@i@{F8w(l;QLQzU$fse_e$?&osq)6<+h0Dh`D=_5loH z0~jdU^IX}6fn4RIOMa7U>1Q(369pQ8Hk`&leT?r!K>)z@1ckjJM>AER2FSx@3=9Cg z$AtDIzYm&2;P<=znO<$_!SKRvfEo+{la>47vzq{^^>@}3+)%XM@^84Mu1`>Z(-{Cz zhRH%!894e-H+WxDu5oO(q3UeStM7U~xUPWTuj2t2t2&%^VRh+UzXluO`)NVH%pR|} zzWUJ}|KALo0Gja_#4X9nr&GLMYuNr)LvVeZ>SCx%;(7m~pK{ zU-6DS=yzg)^+{**_(My_@A&~-!r%!2+yuxQ%+$0}yt8)Z12VG2$!suBTM_2{SKnqF z0N~khFrg+ddKoz_VE3&OA2Xem`^=k0Hzw^ zRcAfPJe5_n+&XQaYge)Y55QqF;s(iMLS2;Nn4`nYLJ~gQ*A(a5^3Nx5R3t1U*+vb> z7ZA||mkAFqEb8^9KT(Ksl+KgOL{BHmnZ_I;J5Fk9yns3$JI$Jm<*=DtpqU475eD^l zR=T#i3di$(n8pl>y_-b$NfRRlJnt+3=ze06h{-RODQmBKHEqEZEjM4)5D9!b2)O=uRmk~+=cfxL9@Cm&7+4lJ#B%4tx*-lGe*D=3q7>q z{qm%|SH^#BzYD;%4{8>?k>k*G)8(VOWq*IQH{XHS=72UiqgD>9g2Oh(Cs1iG_`BB= z-ckb;G~Jbf!4n_?VE<^6q~t91YVqRqJ#4KMC75uHvxCI_HBnI-n|&htpQ#>5E89vsQ9hD>y7U$?C=t%)*OhjM_ctI?9dAZ$NA<{RuNwEZcwpaFN^{StW-9Nc% zhb7>nl!ad%v!Au+Pe}#%0dCR62`gfpCMN`(FbmF2iNKkru>ow9ky@JAOz@^`*sp9O z+(_;kbCXThbI)M`$#oZ)7&Ty#Sh&iZbVKMCO-;DkeH|!IS}0v&X0nhX7=zA%USUSb zq&7hkVlhP;=@YOvH)Fmh-7P-ZY5i5W)0^9^l=Jw@gnW&dubxL7mhrb+n*`GY4qJ)S z_U{B)GGVP)q@BlC)BK}$^tURjWNXk6T$5ivW5MvknCDmJA0G61xtgQbp5NH{hr ziCnow_Zn^;=Vg_*l$F z3rZ68AnHuJN>b;%RM5-`K&`^*dTrM>?8*xI(wg!ZSOKb<=zb-lOXSL3qN;bxTX^+A zBF#%A8cbA!-q)eU`KXYd*(Cm)tf9gN$}e0^m-1M6O=5TKYOzBlHp~5l=llRfONeF= z4Slh$pm3aK2B5oj=t_0ERBh+b$R0(}JQbY_aNEdCTBTE~O0%1deh>l7df?@TLPR}( zylC>}NSQrDt;4H$3@FR32ktD%UenDqy@6-jLRp;xWC67gxaD z|g=456Tfm0`!5e|TU<-KM+%glW!WXclt4|-G2w%YBlBfaHIprZ;#3OaVfYEixTo_F}sagz0=e y0pZFO-~p&v0|58~621T-I`|%hFeSlAhE0F&3?D_X=FTcN!{c_{h z`=h7cp7DCW?#kme8=p)*bZ?c_u1RmN*KBCmZMw4J*`drip^MZfMqM}RmaB5#Etx3) zZ|Q_(KqDASg8YIRyi;=i06E#7E{-7;x87c0&SMCaU^@_byZZm?YkAilO;3v3{!!Sb z=TZDxNZeIZ?ery~X6{>zy{~7aC)ZD}{CMa_fBCPQlM3g2Ew|J5? zx#bPE+*_^b;qC3@cc ASO5S3 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/food_set_1/banana_bow.png b/assets/minecraft/textures/skins/food_set_1/banana_bow.png new file mode 100644 index 0000000000000000000000000000000000000000..b5813ab722a701a9f8f7149e684ee575acc645c2 GIT binary patch literal 280 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFN`Oy@E0F$w(B}U-hP*9K2fDOe3e(1-TzuzXUcG|n7BCk`RaNg{r zg0~Vs32+7Rb~rO$;W@zchEH&wtcqHj_9v-^IhLf bzasyn_3bB_#*Yhtu4V9a^>bNz;EDtQ1zl|q literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/food_set_1/chicken_leg_staff.png b/assets/minecraft/textures/skins/food_set_1/chicken_leg_staff.png new file mode 100644 index 0000000000000000000000000000000000000000..47b0db772e33dcdfda589e6870234aa6c503540c GIT binary patch literal 415 zcmV;Q0bu@#P)LM02{A7R@0Ii{d9sk!SzU%Y)KQrh^fys&(wMF5|K+}PUYM%Hq(d&M*S~Sck_crq=Tpss-&1{$6`C!HP=PzY z!(Fn$S-i+blsXnXYH>JUVZAz5186kdf?^xdN_&v$)Jdtg>TFlVssnuhF&&72ZihOb zS^#MDqHraM1*LYP5DS3f)U*JY34orcaTEty01X`Kf|W7qD5;Yc0Alp6-3Nf|p=JRh z-~Im&w19@DU%z<|h=6v`&~&&R)VBa)E)6{aF&An&9l2I36gwpoHzE>UIvzhJ z6JI+YM=TXoG#XAY7*jMHJ0%oGC=yC66-qA|KPVPQD->-(AxkhDLM9MBBoIX`7*#hQ zL@XIJAP`nH8&NP8M=TdiFBfDzA67IPJS7oSG#oo55H}zXQ85@iB@#p{7CR#lMJyUU zCKg&Z8&@BFB(EB8AdA!8C6Xn zh)OAh_OuW0zKBUl<8i4P7#4|UPQ+tDKpF^+x5`V?`b+WV+5nZJcTiY0O}3hthlR>R?#JB+}9=QD|ckWvQBa70!l zmlH7&S&J$d*cL6N+}T{P7=b~5BBkv-t29S&z21E8Y8q471!Rg`T-G1%i|Cy~Yy3KD a=S=`ekIq&7_vr`#0000|%hFO@L2`Di_@$feNM7ie)q^{UfHtrmr+`KCpb{`l`m&iUt#6w+rqA zN;8%O`2{n0r{w$ra;AB@IEGZ*dOOjzsntM$HS?%q(f{3kkMmytY*kzT=;VGCo2Q>b zJ9eC&xvlaB*Szmd_TuNP4XzxOn7dip-^!tf&&q)5(1|%#;ZH7@Oyl)S@2%Xje^=L} z>HB!?ZfKwW<)2Y&lI+G47P>KdM{|ZP`$i+}eu1Sv$3rJrUgMmYdf>3pBwbB)(ZA#Jrl#+IDa^0X2fC2K)78&q>47T}0H@`3Z~y=R literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/forest_hood.png b/assets/minecraft/textures/skins/forest_hood.png new file mode 100644 index 0000000000000000000000000000000000000000..fef56d7e2281d50da793aed1b2a6c1efe2fc4100 GIT binary patch literal 496 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%gaa)3{WE0BJ?vsH|b^UKAhKOgN= z5f_;1B71LHA>Y((JdrJ84<0i7|17-k3Qx{d-n#il3gSGzb$kx_{3h9Kde+R6nzyzD zEG#g5f2o2r+A?%k&3^5w1<>s^VI>`Px=Tt4nuDgEm!*QN>Q*UsFUxX8jz=q$b_&#HK%9nHoW3r^(zEUYlo z`&;AS!}Gwx`hgICOh;AI8Ha*@PxL<)*qygHGI!p_?iu_C4*E~8@LB%y$=^(;y-x)y zqMI4ce30s2miX=*@VoP`#JAeuTcLR)rTF@ z>^4P_rpH*gTym}TJ{)nKP(D@l*wGtx0v#SL{sGI@eCWJ1CDrps&(>7e`>kB@oreDe j4)HrKYT3_Q&%hvZ?9|##($htOVanj?>gTfbz!eDq8CBcQ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/fossil/fossil_bow.png b/assets/minecraft/textures/skins/fossil/fossil_bow.png new file mode 100644 index 0000000000000000000000000000000000000000..7c72338b58adaf0b028b04a67f1f8c593f789f87 GIT binary patch literal 217 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nqyv0HT!Hk)^$QOk*m~*0;pY1M zAZL@@IN$D;l-bkk>W|Hu0hDGe3GxeO@J`A31LWj*x;TbZ+=}fz-pI z!=dZ@g^U??1#jA6?X^BccgBZBVX126ZF!eecWzH8-Q0M`km<%B=DT9A7hc;u%?oHR NgQu&X%hCf^BmkPCSCIe! literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/fossil/fossil_dagger.png b/assets/minecraft/textures/skins/fossil/fossil_dagger.png new file mode 100644 index 0000000000000000000000000000000000000000..30e2864ee039ab62ce87d8901540ba3f16b9091f GIT binary patch literal 212 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY5&=FTt_Kfn1u{3TUpRYuU3W`L zbA5hpoNth`$?VnHAWcjqL4Lvi8Qz(;TmbSiJzX3_DsHKEsxlpR5Mhmfz+mkdxlT8H zdVWCsAG@r6c@zG$l0fRB>hKoIHO literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/fossil/fossil_relik.png b/assets/minecraft/textures/skins/fossil/fossil_relik.png new file mode 100644 index 0000000000000000000000000000000000000000..8f78e5cfadd4bc1577ffe9fdd7be257a6d3042cc GIT binary patch literal 222 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY5&=FTt_Kfn1u{3TUpRYuU3W`L zbA5hpoNth`$?VnHAWcjqL4Lvi8Qz(;TmbTlJzX3_DsG9KFyuPqAkcO(UoB~FJ?ra< zF$u~W!3yFjdcV8G<{R&+{p6+U%UjPCH4hwj6*}iT-Hv(PIysqL zf^3~xMg5PZ5B%8jWqD@GDYHL5t!4LC{_t6K#Ma=J)KZO}JI`L)C#tf!G6Z=3oc?@C S!aJb#44$rjE=vzwkpKW^7Fc2c literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/fossil/fossil_spear.png b/assets/minecraft/textures/skins/fossil/fossil_spear.png new file mode 100644 index 0000000000000000000000000000000000000000..c6e0cc94604078d0c0583d6ccc489e044dc3d425 GIT binary patch literal 205 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nBm#UwTn`@D3S@3vzi{^Sy6%>g z=KB2HINu;=li91YL7JFKg8YL2GrTixxd7xPdAc};RNRW~3+!Swu@c*g9aA?m)&0^F2|0aAkL`z_RE*Pmo)_UO^cCkVkA1Vm z#d5D`^4XX7Gkv?C%+XmXmwchAXW^UpzJCn7i(kKf#4=+o&^887S3j4f2d+o}0Cu)d AKL7v# literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/fossil/fossil_wand.png b/assets/minecraft/textures/skins/fossil/fossil_wand.png new file mode 100644 index 0000000000000000000000000000000000000000..75c6ebc1b7c6173953fe6697b4c98fe37a03c827 GIT binary patch literal 225 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY(g8jpu0Z+m%Un|RY8eix?t#mdK(gRl{0AhJm=Kufz literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/fossil_skull.png b/assets/minecraft/textures/skins/fossil_skull.png new file mode 100644 index 0000000000000000000000000000000000000000..18640eac5e5a327e12f932e9ba49697c7d518b7f GIT binary patch literal 278 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFbbwEYE08{TVC%;93ujNS>uyQO zjq^UdP?qonN;8%O`2{n0r{w$ra#nh}IEGZ*nsc#n*)anFmxs3Lm( zKQcY zPWvdM{8eh={caA%;`r;a?2If%&ugzXT0f{=8_E8LA^Y4{NelfKqKq-C`|i{~-1Ax^ zw*Mt3`!QRNR|+kEv@9k#ybTosftDno#16L#f>O*Ww literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/fox.png b/assets/minecraft/textures/skins/fox.png new file mode 100644 index 0000000000000000000000000000000000000000..90e1ebdc168045a4f7ff9a42af25859addf333a7 GIT binary patch literal 361 zcmV-v0ha!WP)sozqzQp8%mR`OC*#e}C0j$tJ2gHJXT<{% zP$v+5nV0$haO1B{rGNL-098W}k`3K38&<$<*a)`)ffx?>>R-=sx}0f`tQtuEUtbQ? z071yEBGySj29N|I5}X9_0|`zd>}jALWaF`Ux*K5w%y>*20u6xZcA@*LjtGbiA6Ml5 zTU`W1|JNdH0D2mznygSd8*Kcb%o~V4^uT1fd|> zvE2xknMMaFsY-CV)M8bQ2x=Xv)*vAYq1@ajO+EdoE5R;?`5Ck^#i1=!6 z2S8B146+)t>H)I$19*jpYK*BJfyD^8^$eSm_ytB&ImMA5yT}q2H=P)t-s00030 z|Nr^ozVy+h-_X$GxrNWFd-s?=!klgQhcWSdD6)-U?QkQbd{gFK8M06ya6&a>IwDpw zC_^e6JtQ14AQmee6eJfA77hu{IuU{Z0004WQchCP0006ANkloN{Y@Bd1-dYEMPmz+1ICYU^lC8=B;4R;FDJF|Eonl(KnGt6{GW=5Ha z7XkV-ME0pO4uIK*F9Q7a0={&HS}Pa#^6oE`8BkFoeh30sZ>>3s;A!jYwW0EdUyX;JbEc zAEQqoF94zkXtRM`k9f0;Y_IJ?2cAS`C4i=^Fq*`T7(+07T3j04ha40501eZRKePmRS@j zl_C{#1&G!-X`7!5OH|5~Zvgcrn5xwpK=ZZ$NGZSwAmXT$!_=`3Xeo+*0b{spALBR< z7o_AqbP>>w>b>^>?zy?L!=17(0pzEedp`s4GXQqLb$DI?JR)x~_4FHP?BuRPL-J=} z_;B`c25!YY1(2K_X{i7PryEE!8gZQdZHR(VFbYP&C>RB!U=#oVv|q(e@9%NQ00000 LNkvXXrNGn}glryn literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/frost/frost_bow.png b/assets/minecraft/textures/skins/frost/frost_bow.png new file mode 100644 index 0000000000000000000000000000000000000000..e058dcf15d1e0e50b5fb560039762d9a1df0a2d7 GIT binary patch literal 670 zcmV;P0%84$P)yNCggXjeAU>w)<3oaoH0Zh!kfq>#p5Lz%4rsMN39cysjb?`4&`cGiJZay~RxE!I8(8vHPm#$^*X=3O;}c+Y&!bH{oX_^ z$fw|k&z(iYJ9~i%+<5z{9FaM ze-^x+&pL(R0H)>F`K+@pMAtr|r!scIm|#!}7(p19Ie(weI(MxbYAE)9gUpO@FAYN= zfbHOf36v-l(b(Ev8y1HD-cm>585;p>ee-#S=1u+BQHAmaK^T4ve1rnmJ|4{LvIQTso=s(4WY>jRm*P3@OfyxKmee8z!=r#SWJ zSo58fIHtM0K)6)dV75PZ%l8HWzXy4C&a+ZHR6h0ICpjjcWe6O(0Flu^(o8P_Pu^pBV7QS{k#(XWZcV2qJ#)wDa$zBH*d?^2Z zl~XnBS|7`du1#y0EAzuxVp{S!!y~&=tQxY9GwOtI5i|HLY9ZJE;}g#s$yJ_= zyJU+Q)?MFJ7C!Cu7Uvt{rV}`;coxiVJX}}5;P`L3nwaDM+}--i|Ne8~f8w%y-6v@K+0$cmv zY6~ClpL1TEt3|+h2m8KlYfYsxo<82lGB3@U@w0Y8^-ALz3mO(Wd^F6K=vmo#tYLFm zO=+M*(u~xMz>4$*S3dYQW#(u%{14=qA>qa&!MZp>q^Bv+fXj`MVY9;7BimkaGy)@- N!PC{xW$A${5&%!UCG!9P literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/frost/frost_relik.png b/assets/minecraft/textures/skins/frost/frost_relik.png new file mode 100644 index 0000000000000000000000000000000000000000..757ce47fd83bfe1a992a4e5b463ff583c43359c9 GIT binary patch literal 474 zcmV<00VV#4P))e6Lk zRfzhozZGC|3TVm(KO)WcV_>!i=&zz7L!WX0)@2?c-scOuuIca#5^hV;jWgrxSMg>{}+uh#~5(EP6V!e7jSV43H|3xN7Nq%)&nnWn`{^A(^1jb=;^ zn8$JUI-Xv7r3RcYtQx!IfKUWp187J+h#o-3cB{l7l+@FxQa};ne5ug3Fu`LAs04qj zDmZfMtlJuG1bG;cu8Kew0-#pAwDBoW-U$eTqf!a!0sE12W}06%UPwls0$f3)sB8;p zBUp4ZfDw+!LK2RF$#y~h3vNk4nQsM9o^(f`1l5!A!q*E$;HE6gvMkH8Pt;fBRMY_T Q)Bpeg07*qoM5Vyg7$3vU@&Et; literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/frost/frost_shimmer.png b/assets/minecraft/textures/skins/frost/frost_shimmer.png new file mode 100644 index 0000000000000000000000000000000000000000..ab08f750633f8f0ae7d36e63e0c79840c69e704e GIT binary patch literal 1580 zcmV+{2GjY8P) z8fdG98nV(vS5@oiV}U)6*kO*IiIQiPL-5F;SA62#^M9WYO%mT%&#ipI2exSYtb?P8 z4(Pg^C?tqo^U}&26n9+~2LE?Cb;RLiYL$a6w@QZG@%`4pCgDY9TW2fuN)q%<{z1|0@ zlN~#YR|8(~=6%=)d}sR}p^MDc1}^8|zSxJIcpY5!KS)v7en%}6=SY6rEsJPLYA_1p zZY?;^MxW!*Iz8_0xN)ueN%)a%Bf`<$F~Rpn3q z{JHn5GK2k`c(mch;|y0G<#wcPE;aOe*04R{5Ye$J}=N$!hMSVCtoPz0j{~7kwH9&b1ThU+0390 z1+9b!&CH~^S{__*pH923Dju+48QBsw9{ihm&_dxf_n!w;BPBiY&NZ6^dRmz(bo1cS zn^$i@P)fFr=X(0^zY~JGdDTWiJ3D!Rm6I>`WidGR@zyP>f4MIwsLCr{JZP0|ylm|V z`eyfbgooiK1F7o3+n`~pz`()6;f;PK& zfPwLs^qym%Y~8H-mvl|ieD37I z)$*Y3#+9mw7X)XR~kT*J&G{oyGehjJGEU->`DMlIer%yFIxMdrGS>jq8Va z{|4zwDA!Iq%An~Cg7cQ}YkdiX^pv*sG>(hd1v?unKP4IPMpjvO1`PE1wk@8qX1|fm ztLMz{ESm?|+r?aYy7#I7!=4@H2REM0U_eaicC~$jhLU87wGeuy0pc2A}Ht zOL!{n%-}?i2T|03o}b1&5C3t`cC!XE+0-dmJisY*=~Kw5qnq~0w$ds5jN;*Ro|exs z4&!YeoLSOAS4jtpsDp*L#^i<$qBajAH^^dQ8xP49xSb4Egd!2dl`rDBkS*mCF$ps{ zn=5pn+B~v|ai3lY=0P2gsxFWRbmJN5J$V~1+7JTmarOk~7{m<|X>|}8&--Lf)W~t? zlm*KcyJnfPbK+M0nKuApxsNdj%;Le7bYTYLu3f%P zAWm_CX(tg39X#FD_uD+64k-BqF@J)h(XF!Da%C!!JfITkjoGi~JRWq(x0j&>7HEJ@ zn>^U=?(65?)&oKei*5XJlO8$0ptx@SImP?96a#84PqV-Y$lpK;J5*1 z4I&Uvi3eGe2U~dx;DJsbr$tePy$PCFnBmrYVG(L#^MK=$jH41|;~QrL6^Ar43<3|X zBoBsPFO>*6n@WVHFrVw64d4Co8@319U51g!I$wGXaQGAkY6yve<1h=0`oare=;yIPVjVb45_&F z_G;^*+Xg(X4;RO@-Oyu=a((}Q#$}(QrY8G-p89f~?~zOB()2~==7)rCz5TY}u=Ivo-Mi2*G(1T{1fIfwVcnf;Bm-Hm2i ztWq(;iid1(pG}*6{ohglnS$4z-)(R@&=Xwu(f9bGh}p~r#rF!<7EAPMvf9~uC!bgU zU~5;ya^2hEeYF^?=#=#W7XyC%oYFdjStyZXwV&9Y|Dm$JTmlVhPWz{aXWx&jRhq-! zVQ}j6M#Wm(0SfR1ZiUlQ$KTzdH8AaiHH|CWf(1udIC+Qe2! zY*TYBl|94Nz-YI?qmzfXMPHs-c&b~YKB{TI=E(m@7VAEmwDAYq?wiMR UtpxcN17nQA)78&q>47T}06FphlK=n! literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/frost/frost_wand.png b/assets/minecraft/textures/skins/frost/frost_wand.png new file mode 100644 index 0000000000000000000000000000000000000000..5baf90f39b8671e94dd933eb7babdb40c05ffcc8 GIT binary patch literal 624 zcmV-$0+0QPP)3t^bQn26X#aVy{xN`l})@_b5(hF8J;zAzm;1#ZK~145qh(1xD~<1c~`u;+p!>$ zVvI>XIt9*Bz@8nt-?NbOw{1+zrx10#g)TUD7VL1)!vS-Ce`6cVfA>t#1(yjOfu2q* zK*{7Hwfpu(P^Yi}3+RVq|LO+W#jDZ6FRa$vt`pU}6%F4>h%E}*F;rBYuF?5Uo0000< KMNUMez|x!%3sO1}fvK5oMZYRHV*d6I|6!-=Z@RM+C0REg8{8pcUe~DWGM7Vwm$o)j=H$dGu z3p~UNJm7@_kN^X-m+wDUxMu-QYy#sAe}6Ck_(_raEMRUbkRJ$6ZC;>!K|?9IF5yi^ zOF=?e?*t@rvtM(dbPjO;DPabPUi{+za3*67%Tn@Zzl}uZW^$rY8s-J=-@5R|2N-fLe74q5@pwG& zqQ(7JYR&5>Ka9S9=IAg;6luFSzHZ zSk1>YJ?(E{Z`98_$qj{@E%Aq2A^ zFY@Kb>jEf0^T!5_3jA#LE6^$sur|tOvwhk=Jw5UGCAcU|G+BMLk-)B}R zi0ZWV9A(RNIHZ*1WxjlQMW7kie<(iIBn4J$=DmL)RM07b$Qc6NhIHL50p#47Q9jWY zH=lvlVhg`0nl7{caD58x43Vy&%v)00x+Wkpc3ttp$YO*a+DWbN*q!+wGaZ z+wBgA8x1zw7b<}3a1gj33#{@KAXri)2}IT(`9jDZ21mJt?RL_jHRz6P0xK0LKp?lJ zo&qE<0}7l*3lBc0n+$j%PYCepOfL7G)jbW00Hm}47Z+lZzQ0~E2^_SH*&lYd33N1= zDnRJV92A3xyfAYCF2V7ZJP1s1ILQqJL_P1s6fhKM0s3$;c)xCofO9EIaCjp$8=1jfG0=%H zCLbdoHpO7jSe5*ijYtLXOfpM=22`L06mY6xJ-c6Y=NdYAY6r1 zK=afBlmpXTL1VZVGFPDFmoF$l^zvsjC_dm?m@7bs33$F0X(tgW0)Y<(bD7RpCiB5{ zzy(Kv#SNq|oiB}Iy!SDs#SLVDOyw7W*15j#7q5Ygn945#A+d?fNFH7|5*+fC6S(6Z ze?7BS@)>-tYqUQVAnZfl&k!)fT(bWZFtt!&cc2bJRgxdlD;Gj!4%&hmQu1-iHZU+a z&iPF)lNJjbdtkuaJC*3?36$NbtPAuAz=86wk~#bw^@w;Ku^wU6+E7yF z(iBDl{<(lI0UkA~YZ|b;fR@8~>oL#zhUC+yPrqE3`dWpT;qn5y2u0rm1MXxEN&$oq z0PKLg3KtVFBLgE>4wC8oh)x0WiS!PH5Spg%7ZZpi5$thzg~9MD+^9eymY+R`u$aKv zT2?hhzHz{RS7OL>0ZN9zDl91gpb%p=IG-;C?KXMZl}G~!(-?dGrP+NzGS)`q@s86I z&3D*(=s`=dASEpVyCHvOhJe1OPaIdUKBBuB)2{i)p`ZpR_IVgE^J(BM2d-yi4vpqF z(Vl%w_@nM};oBj3gtqfs4P>>xIEO!IEvJA2EIzBh>9#OvenGSqn6kH_EA0v zW`NnObmu~lb|kPk5D2ahnx8&@{47|6*xqIME+~eD1uhwVmd+8X(-`LA+`dMO~-9GA9`6F?e_w(oHtL{4K2X>$S&W3jrDwRs5QmIrb|8V{Tf)VS2RtfGx00000 LNkvXXrNGn}Zh+Iw literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/frostbound/frostbound_bow.png b/assets/minecraft/textures/skins/frostbound/frostbound_bow.png new file mode 100644 index 0000000000000000000000000000000000000000..9601d4f886a702de9a00c3f813cfc6d58c53f8f2 GIT binary patch literal 325 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?#d*U5*7(iUB?$u0ZS=g!rA)kSYSW1HYf*Jn(`**!?{wE;+yr+v}NX4zB87CQ- z*?5=~wDvT}UbreD^ut^(h^!2cE00*!QbA)V%-A@z*ycZ|cvvb0L#Y zwsO@m*=KierSC|OQTihw&D+qm<9fTsi>AgceX|&s^$2%$ba9I&p5#k>_VXoA#GJ^e z(vUeOE&u(NNaUyX$*nbAsw%zhq-)6=SC3;})<*LRCd9F3W{dh|rHbDAc;^4v_|%hFN`Oy@E0BKq>;K`GzuWiTt!V7Y zE}5NH&=3|?9vq$L=$dTp7;0h`HiI!t3#g8zB*-tA;orZ1*9+%=0`jMMx;TbZ+`4Vf0UwlfsAW(n`Ur;R$6ycTW&!`V>>}rG&WW%FhA>@9^?Q300eYWPE!E> z{{Gi-pYi|z0LDo~K~#9!WXyqOLs1mR;V&tk2;`*;B*_A8W@rH@L{)?Cc5Z=E;FL;tE`R@tzWH*}K7DBV``(+N3W#6wC zRDkC#yT`Ox!kS9wjfWLXpM>sgD5eXTtb{1KFaZ|mP;7vW7P1gzGZ%lu4_JZjAOQdX X78~8+;Gk5E00000NkvXXrNGn}?q`Ur literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/frostbound/frostbound_spear.png b/assets/minecraft/textures/skins/frostbound/frostbound_spear.png new file mode 100644 index 0000000000000000000000000000000000000000..05ecdd2dc338269fb403adde6f92717b6e1223a1 GIT binary patch literal 322 zcmV-I0lof-P)Vf0UwlfsAW(n`Ur;R$6ycTW&!`V>>}rG&WX-{8V`W000DZQchC<{{H^g zai8)40072GL_t(|+NF*GiiI!?M5k@D^XJF=pLdf=S+r7weNIHkV7uBHe UAiAc@#{d8T07*qoM5Vyg7{7~#y8r+H literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/frostbound/frostbound_wand.png b/assets/minecraft/textures/skins/frostbound/frostbound_wand.png new file mode 100644 index 0000000000000000000000000000000000000000..302a8dbc0bf8b5e0e92acdfca970c8aefaeb48d7 GIT binary patch literal 447 zcmV;w0YLtVP)Vf0UwlfsAW(n`Ur;R$6ycTW&!`V>>}rG&WX-{8V`W000DZQchC<{{H^g zai8)400BcuL_t(|+C9yIrrban1>m!*+x7xY`T|Y&1=@XrV#X>E%L;qoM^4pqhV78B)R%@D7RT=4p~01c+$Mic_A;$|MZVD~%pY;sPX7S6~wHE{yDM zTApiChHkl+#HEB9-VRZ1>$tY6YxX59Ng_Ne3 f#}oCZ4|y4?UYnT4E%IFfG?u~B)z4+=fh!UKf`ct# literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/fungi_cap.png b/assets/minecraft/textures/skins/fungi_cap.png new file mode 100644 index 0000000000000000000000000000000000000000..39e0901dc4fe62da59f706168afbb4840ea5554d GIT binary patch literal 304 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?#d*U5*7(Dgizru0Zic_(Z-rgCKo)N>m$eTtQA6JcO5(qATUEXLaa=nDo-5n)B}7%T!D0u9;bx@+xLeRcQ*>J zXcH;+6^?V`2MQu{KX`E{0hMx=1o;Is{Qv(C3}o-!yayC4^K@|xskr5O;<}@&ArGs8 z?0vVS_xtr^=h;2|;i9z?aRGJE{5bD~fA)ZcH-VvX&bnS59e-)cCdDs+SQ-R>;5y~`d78sE@n4sd;c e?vL*$##hT?J<(@8%Ar-eodzLdYISRPS z7dA7yDnH*C(y*MdXhL&R-qlk#wHvNHVg3GC`4=0X!?ZIw+6v9adySZ#1P??{;(1W# zyGTai-~asy-xnGk=5yJ9Ns9mH&I?srR!_JbB%GZpW~S9=bV0|SufFZKdpy^_>A#i; e%vCK6k-c~R+|21V5sg46FnGH9xhy?!MFIdx)LKda literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/fury/fury_sceptre.png b/assets/minecraft/textures/skins/fury/fury_sceptre.png new file mode 100644 index 0000000000000000000000000000000000000000..103b7479b3e3f5aee01a4d60967112786b1ddb96 GIT binary patch literal 233 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYasfUeu0Zftt2Oa)o3Ynzy);vk+2R9}T4$s>F8`Sv z7ZI8;;g@N|$>;U!k7b(g=a4@6H1W5=yr%+ZrhYgmwQ$e7`-5nv;urWT!D0u9;bx@Td}Y3-HpQE zA6Ber6Nz)<2MPk&KoKApCsT8H|S{%DgJ1ODfs_h$2&h_LC zSRi2$V&ZXjeFSr@W6^eByVuSq3mQAPEAJ#W9!#@;{Xn2&R+23@$ApmF&3^Z|70!!) zJNf=QdxG@Q)>KJ1HvOEttqT;Jo^M{xv4HKLgTq_dZ6f_kfG%S2boFytdf4FB|(0{4Bja@e}EiMPZ!6Kid##MF>)SIU|_w-y!C)qgu^mMmU;%p zde-0W60-%%WIk{>EIDxXMX#9Wr5(khaXGhVvq(iMIm~&#Rb=0^ng=)eh3cyqWO5$l U$;o_s2sD(z)78&q>47T}0MkV__W%F@ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/gardener_hat.png b/assets/minecraft/textures/skins/gardener_hat.png new file mode 100644 index 0000000000000000000000000000000000000000..f3cdd2993ae36776627d3a33fe10b69291b9ada7 GIT binary patch literal 566 zcmV-60?GY}P)OIG%zbCBq1Oj8$+(orT_o{0d!JM zQvge3Z2SNK0k=s+K~#9!e9YHD!!Q(u;hXkIxn=?%(K|ZM1QyS!o{_cz{hf>eBft#! z($XZp^qgN3(+Qz(pVgQp6{?uXl@Yx(q6$LH$8_&_N7N3k@1CI>2rrj6 z_mkCW&~hGT|K|Q#p$b_rvfVg#)e2eQo&OCeF@L*H1PVg{i2#~?7eqW5AXh6C+>)54 zX0RvdP9>(Js&)y%zC>xwE}@gSfg0r5mc%vHXqK-_LT(q-g`{+BSM5u>u=DBNiv0gw zKKUerlz?Iwi0;04o>DJTCT;~uvvuGUCUaT=cyVHitQlVuLGeEgJcbOJ#nq^{b*Esc`S*YtP*!FCi*M!AF-= zP|=_e7`;fqzo4iRj3pg1^O7nSJAh^LGesr#e0Jn#zChF>96<3HK!cIDjIu-nDcV~h zT${GdNBJ#B8%*dqWkd%Pctd53hE9Gk&irpMFbYNi0Gx|?A;okega7~l07*qoM5Vyg E7zQ5oOaK4? literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/gems.png b/assets/minecraft/textures/skins/gems.png new file mode 100644 index 0000000000000000000000000000000000000000..49b26eab7e5b80bd6fd35395f4abd513572e7f48 GIT binary patch literal 336 zcmV-W0k8gvP)@~0d!JMQvge3Z2SNK0L4i}K~#9!)sNwB#2^fV1Is#sMF9AgK9_7Vf8f51M#_6TBj1vubF zK2`w_ct&u|-bxPoa(>sZPUr5pU#xYBr iLP{?3(uDX9_xb@mh~Xmjgr6z^0000|%hFS%6Q7E09)qHnNEEurCfVJ)EmI zG3NjO|EoS9^}o@mUKwC%X6EMTIHjqfud1rGsIVa=y*M^LF(~9Zzkm=>Cs#?3UoZnu z!#^+x2@M08d)(8-F{I*FOFt_UivkDBPQA3qfB$d1=F88K6-_egRPj4|XeMXps*u7& ztFtc0nKO60s;GNDooz6CbvW>%GZ^ZY>1~Yf;dYdPr7_v8JYsOL8?@MK0D!(f`X})lRfK&SQ(C2sE zXE6y0OmDuFdc~K4t5JI&^9tQl`&-}X9o2WpJD$HFiQ`j*fS$=eCj*f$?^#co3b1Tr jcamlEtT$m_%)l^t!n243flL9Qml!-<{altFxFP`nYD$Tb literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/geomancer/geomancer_beam.png b/assets/minecraft/textures/skins/geomancer/geomancer_beam.png new file mode 100644 index 0000000000000000000000000000000000000000..506dcb626965e07f9d2f975daaf93153ce84e27a GIT binary patch literal 158 zcmeAS@N?(olHy`uVBq!ia0vp^0zh2A!VDzet&W@oq=W)|LR^9L|NsA2eLm`cqfu{S zjCy6j>+28Wfud|BL4Lsu|3F~&&%!{Uh^eQGV@SoVWCymz4vfbP7VM2>lHg&zbFN^) zwAhrJeJ^_$KD}9V<~?HpTWXwI4(n5f`J&7m4DS!T|Cw@ArEK z00960|ElxFPuPK!f`E>CdM=S%fMjQLU0-2RR8>VsMnOS2Ha30JV}Aeu00?waPE-E? z{{H^||Nc|50hj;)0YgbdK~#9!eb0$*s4x&i(c8_>Ht_$y`vw}iw^u{77}m z#@A$4GLqbelzrC#(_F*D)Ib`0kgXFu{7`E<4_6@JAK5$5!yke3H?Tp9k%T{9*saw!_y8b|7}A8{l-4Y-7iuiTmw*di;LDdEYLb@)<(^b literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/geomancer/geomancer_hammer.png b/assets/minecraft/textures/skins/geomancer/geomancer_hammer.png new file mode 100644 index 0000000000000000000000000000000000000000..8fa659ebf8529179a68acf4a3a81e0b2bb3581c9 GIT binary patch literal 417 zcmV;S0bc%zP)N2LLdq}5!W@>E9TBS)6?|wM=NuF$4Ktr zLigvNI|~WJ;8xDz=Il*{$Jsf#(e=Gm@rvKU%N=!8dBc90q%tIDqmF)JAH9r5XN;}a zrGDX@y|t8$pebOV1EsvF(3A=o>#ROhLVm$yTfB)gqE=(J6t^bIh(yk&5LyC@RQhrR zp^YvPJ$*l_VBax-8B_dt&`MoHt`b45<`Xi=U;tq#0zj=r0I0(lSQ3y$u?kE;6JXtdCeX1Pg*$|%hFL4Z$)E08ulocsU(|5cxl`rl~O zn;4^B8Q|vVXlZ5^>gt{t6jB@;-;k2tT2$CqRW+rlA%BNe0Zi(^Q|t(xtXsQsxjVzw@ne{jw)c z8=eMLJZq8OQG34Ec87Yrn)-kCy3Hzmo2JoZT(=^OSestG@rz&QTiH z%d(G3HOn$L-7w|gdn@sAD!ZAC*^>={47z1JA|_=$0Z$*aDIV=R$y6%K73^7dW}(x@ i$H%K=zGX6VF$7-lx-|Ro$;H5+VDNPHb6I-eiUa^7_N1)< literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/geomancer/geomancer_rotary.png b/assets/minecraft/textures/skins/geomancer/geomancer_rotary.png new file mode 100644 index 0000000000000000000000000000000000000000..cd935f2a954c350536713fbfb50d3553d032576f GIT binary patch literal 261 zcmeAS@N?(olHy`uVBq!ia0vp^0zf>0g&9cxc<%(_C$pnVG!83y>+yB|(0{4FCQqo=eUFawmAYIEGZ*N=``N_ts5d zVCuW1aP|%hFS%6Q7E09hM3Mr0_Z!IcpNJ&?( z4A7exSdNXtV=Jx5KEk_b$H*>#x{mipKk=nkD8b2*D~|KPpkVNH^>bNz;EDtQ%d4wZ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/geomancer_bouldercrest.png b/assets/minecraft/textures/skins/geomancer_bouldercrest.png new file mode 100644 index 0000000000000000000000000000000000000000..b78be7d97ef62444f7eb921d26e966c71ce3928c GIT binary patch literal 199 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY>H$6>u0Z<#|NpB#AN9Y{XnHtz zN>f8$RaI+Iq29!phLrT;*m(8IfW)AXIWc)DK&3n-L4Lsu|9}9f35fq$BnamK#hpD} z978H@B`5eMByh|>b>M)&tS~9LNY)gVUCWoPk7Q0!Df9I{ZN-`*vUR=B>J)~iqr1bV o8a5m_wJP-VL7sJ-JRz(Mi5)-EXP2xx3p9?w)78&q>47T}03rHI_y7O^ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/gingerbread_house.png b/assets/minecraft/textures/skins/gingerbread_house.png new file mode 100644 index 0000000000000000000000000000000000000000..5a3e430f08e1fcdd3879e53f9bf9c852fe2c9c1a GIT binary patch literal 379 zcmV->0fhdEP)nByejk4q)hBfi`{Z?!8 zw|@ys?Yf%e2yNmNnss&L7O71h0>^LHH7tgt)*c&hSrcF2y^N<&<#|gL##|oLDOhWe zfqU60P`4mL@z%(90o2GTguDhTXqQwr4KP)&X5 z(Ik}%ON>rKok-7jkejj8iLRS;{i)LH6R7O>9LEXyNtaM>&p3`+)N$N&eS7p-Snf~o zaoD=uVr{03MedD5o=ZBD*vn?=#Po}0RRoZtxwx`o8s){?j{tOlDNY8nkA3}~F7x@A zPk#>;>qG8hfH>BW$ TTh*2bN}O(SiR}P$;6{jJ`@j-vWRkz0ZhwI zA_DS5phuwnBgOJRC>OPv=t{}9?_0@*JBo-#S<7o8+*UFDW<}6Y7deVN#;a4`S?002ovPDG`^)EFmWfRg|K literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/goblet_atlas.png b/assets/minecraft/textures/skins/goblet_atlas.png new file mode 100644 index 0000000000000000000000000000000000000000..973ba7dcae3c7b1bc46bdb31deaf9785b979fdbd GIT binary patch literal 7595 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 b{xbjo6O8aTPbU^c00000NkvXXrNGn}l$^v1 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/gothic/gothic_arch.png b/assets/minecraft/textures/skins/gothic/gothic_arch.png new file mode 100644 index 0000000000000000000000000000000000000000..2977e6ff074f8619da66817d67e10afc4da5ae87 GIT binary patch literal 215 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYasfUeu0ZDi}+G{DK+0Q*!-5n_oP2AYzT0I$6^tc8e!&dhDLH?DoIFn#$B>F!wq30gSrtT%Y+{;! zz5d{G9?59V>ggFK&r@a{jyft3aD^|lkKsU`Ypx{2lxrC~WViDcuE`ehI%30o%5skN zn=MC~8xrc;7c`zO%D(o9H|xl~{2Rjj^Z6MVw>{^b7W~>JhE3p#&4CLw%*Q-mf7#^F RtOT@~!PC{xW$A${5&&BZPzV43 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/gothic/gothic_relik.png b/assets/minecraft/textures/skins/gothic/gothic_relik.png new file mode 100644 index 0000000000000000000000000000000000000000..df5b7bf5d3fca6ca438e1a083e8742c74cac2e46 GIT binary patch literal 212 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nqyv0HT!Hk@C+ohRu0ORna$T$I zoP6u{I9+uuSy=@!y_>JPfzpg6L4Lsu-YGeMfShzs7srr_TfXOxF4R!qVb~CGzy9I+ z^GsKR-`ajua(wu7az2;JyCkjEjtS=4`HkWKmEP9se9Cv3#y@dk)Mv%lohJ9Y`2ywS zvu^c#NOjxxC3&&cs=phw|CW4ze`&Y<#Hm+Up5BhTxbF`e&!iX1$;X#m2U^MC>FVdQ I^uQGf0N@l<`Tzg` literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/gothic/gothic_staff.png b/assets/minecraft/textures/skins/gothic/gothic_staff.png new file mode 100644 index 0000000000000000000000000000000000000000..a4639c5804ba96360bdada0ebdd4bdbd36300fd1 GIT binary patch literal 228 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aY(g8jpu0ZeZ}zP<@SIGaG}Oq_1PE!%hyyA!QkoY=d$#`6$t=Lg;II| literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/gothic/gothic_trident.png b/assets/minecraft/textures/skins/gothic/gothic_trident.png new file mode 100644 index 0000000000000000000000000000000000000000..fd083a5c5ddf0d25873a443b7a0d72bba9175f43 GIT binary patch literal 196 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 R)d8K(;OXk;vh=_e2>_){e4PLQ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/grizzly_headpiece.png b/assets/minecraft/textures/skins/grizzly_headpiece.png new file mode 100644 index 0000000000000000000000000000000000000000..b0d9529578a5423c47fa103fdc9eefc80b6f4951 GIT binary patch literal 342 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?#d*U5*7(asfUeu0VQ5v|mqvOSQ9Oxs6Sc zrDcYxNrZv6w}!HXvh?|-JPJS+j3q&S!3^FhIe&nhXPz#OAr-e$&O7EEG2mbg2-_>* zSH-}5H_Rw4RozDps+zV(=;1`+ zyz*)LFJwQtd6`qNy59De{JWhGs#^Vc?azG**m&`_TC&AWK7muFR=JtErnhGV+&CLO zu~l>_vqjL|`S+iG6LHOE=*l{*bf`Dz#UGQa5;l&_C&U{f&g}Nzz+N~zyXWXzZiaia zf-2by#HPhx;4HpZu|Nb mjTLJQPkID$Xc)|3WUz`{_2bGxg)+;wq2+n+<6@=j+0GUm%|D@c{vGyvl8Nt+J!0bO>%a{s=44~)5+69V%Da8(5zx)2n5$R`00000NkvXXrNGn}B=eJz literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/halfmoon_atlas.png b/assets/minecraft/textures/skins/halfmoon_atlas.png new file mode 100644 index 0000000000000000000000000000000000000000..c7d3649fd0c7c817bf8f2320122877015742ce40 GIT binary patch literal 8511 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 Q%m4rY07*qoM5Vyg7+PKa_W%F@ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/helmet_banner.png b/assets/minecraft/textures/skins/helmet_banner.png new file mode 100644 index 0000000000000000000000000000000000000000..cd15d8cd8e6edaa584100ec7554db6fb469e8f29 GIT binary patch literal 273 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFP=HT}E0FGdebQ#}9KC{SWeZ<1 z8O^k3Mx8)W#*!evUKlOBb%ax_s%x@bQ z7Cl$E@oT>V^Z5k}!_EEAzumft|H1O4#OJmXBD2MRGH!muqg}*&w^vF;=zHvjSq&Sl znV5gZI59W%8n1X?zcSqGRoSuY^L(dtEeI9r-f~;kB7dP-*A?~jWm_f*aley)G&!L? za{uxRE52TlNU&}0VCGo(o6UkbP`~bNz;EDtQ!0Tyq literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/heroes_beret.png b/assets/minecraft/textures/skins/heroes_beret.png new file mode 100644 index 0000000000000000000000000000000000000000..b22f4914877986615aeea97c88d703baba5eb374 GIT binary patch literal 260 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFR)9~4E0Df(ZO)0k<-3+AuWt{Y zoon9{Zc^pdp5s&-=TPi#o#tc`Zl>v_qhNoRDd;IsHDgJTUoeArO3oi3r^D05F{I*F z%lSaQW&@t)heljm9~b<8?H4)2W$Du2@qbM_*ccv5Hhk-;5n@nDZ)h~Qf6-@FL*tZ* z2R82Cmizv%g}TC_UyM&~=diI^Z+Bd0-y8!4W22WQ%m!$`; GNB{twJZ7{2 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/heroic/heroic_bow.png b/assets/minecraft/textures/skins/heroic/heroic_bow.png new file mode 100644 index 0000000000000000000000000000000000000000..c5ed3ff9e0694edae360655e3024d8e63393e137 GIT binary patch literal 266 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nv;urWT=&nk05X66`1=3*p7(Db z|9?8+(VbJ*&u)2sBz!`?p;d6Zo?D)(S)`nf=OxWq+ki@$N`m}?|1-QZZMgvC^?JHE zhE&`#>1F3*QRHEky`=g7|2s=<*|`@Z+QKVSBhF3R%xLm!UaeFdb4kyM^Bk4anRvas zBa6(rOmxKdX9~YGWHUH&g85iS%(wiP{~B69ud5FD@NH$PY?t68L#0{<-qcnVN5+RZJY3%)6+aWqrKDaC^y|VV7O4Az%WUn--5n)B}7%T!Hle?|a_Aef$&BrnnlX#cycA^y8x9kmIV0)GkB-u`~h-GJzX3_DsIL4 zwlXps3N%e9$p3x*_Tqb=y4Z^Q4AmWWz9>E(lf8~ZHQ2RhSuw-HE2VA`f;nb=A&VGF zT0Z}f>Me+kJ;|yNGgo8vs(zQtVtyWe7TaC~u_!O_DPOe2>B6zc{guj2t`1!f{cje2 i=+6Bu95>s)jM-5nv;urWT!HldnHJBFg#Uj!;s5tN z6Y>pz{`mU-?c?ibx9nfvZx!6G=a#2x7AdFWxjOWV22eF)NswPKgLg{KA0VgF)5S5Q z;#TO%tBDMZ9IOXp74FrqzGxkH=UMq4C7bYxlh56Ixb^1Z6RV`F95!{|^nCZJu!V~u zlxcy^*`nE*EEBAbnNB|NL}bHtEiVu08_g*}dVxDqR7?ZBXE5Aq-6h~~@|@yAe@>2R rEsYILr~0EsX34WwT0EU^9mja(-}Sj?*p43pI)cH|)z4+=fh!UKfrMke literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/heroic/heroic_spear.png b/assets/minecraft/textures/skins/heroic/heroic_spear.png new file mode 100644 index 0000000000000000000000000000000000000000..8ad90c793fbfcab896ad5fb51c2ed38f0e208b9c GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYS^+*Gu0Z38l0NEc&CkY6x^cS_D5Ag9>V#WAGf zRx*c}Nvgor0R9vMZtpaK;PU(=0bcJEgXHpEhZV$TolrQnXiN7&9n%?#6I@@4L>Mwp zJ{8N+?E2T_@XOHEjy=IVjfWQU@Vt>Lmz*OL5h7t>6D7gLb>pU_gv2CC8?GDC5(^G6 hc1TMYFoskxF&HiS*X7XpD*$LcgQu&X%hCf^BmiirRl5KH literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/heroic/heroic_wand.png b/assets/minecraft/textures/skins/heroic/heroic_wand.png new file mode 100644 index 0000000000000000000000000000000000000000..1b664e35da75ec7ea2317b0d87395943e62cb144 GIT binary patch literal 264 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nbOU@sT!Hk@A7B4}-}C(v|NI4x(U0*pjpa#a0AirP+@06TBKu)Kp zi(^Q|Ez_QM#v=wiOo7`)ZvXE8U8DTBh(ST6Vx7s!uQ^PSNlD#DoStWMOx|<*c*3{M zXMe~(uW|HBi%9v`o2nhuv)G>b>D3PhcYes5-zFAS9dU7;yvBm>52Igh(ROXBK4`=^ zN65frmHmQe%;y~ae~SOnYK`yuT_Jt-@CV0Yi=**#G`n(=-;0+Xd9(hm0ed;nQ4F50 LelAN7T#*0(e3x)k literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/heroic/heroic_wingwreath.png b/assets/minecraft/textures/skins/heroic/heroic_wingwreath.png new file mode 100644 index 0000000000000000000000000000000000000000..6baef0ea91dd994ddc18c2ebc25a38dfe731c845 GIT binary patch literal 345 zcmV-f0jB9bk=r+Wn9FcZFZ~NKu;!-L@xI(|ecg@4+0S zwJ{z6;3NY{S$>uQJd~in={d)=L^7Bt(9laSpFxBZ2Klq}ZcpGr6zo*8sUNrk0_-Z7 zq<#e;+$?P0zyB6b53~J8Da2x$8p#X8)>^1a9=9UBIt7j;AS_Q^Spi@Ej*l9&9-1? rHEA_P&62`u+HU{D57=2420Z`(&4b`B2-v!&00000NkvXXrNGn}oJo>W literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/highlands/highlands_base.png b/assets/minecraft/textures/skins/highlands/highlands_base.png new file mode 100644 index 0000000000000000000000000000000000000000..c7af6ebab722f00714dab4def32daf4fed1a3ba7 GIT binary patch literal 267 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nTmyVUT!FNei;uC5i?d&NP<%#y zeP?V=X|RpHn~}PTTY_$Iu6cI1g}QvAhh<7}jcwENzEHcR>E4@a;&)D}zO=aW@zD*p zw$A%muD1qg5MxP@UoeArO3oi3r^M66F{I*F=$TeV21O1AhXa2$9QEDjeaoz4@%@u7e>tC_c~|n1%QvANjg93FhgLtiu~lHA zQia<&j};$Uqk2q#F-!FtMeTjC$91(}{0!4f?)*N0~BQ|3GxeO_y+>Be-;J;MNBGw&G-*iz%va#)`-%ok{U literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/highlands/highlands_beam.png.mcmeta b/assets/minecraft/textures/skins/highlands/highlands_beam.png.mcmeta new file mode 100644 index 000000000..861d010af --- /dev/null +++ b/assets/minecraft/textures/skins/highlands/highlands_beam.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":1,"interpolate":true,"frames":[0,1,2,3,4,5,6,0,{"index":0,"time":200}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/skins/highlands/highlands_bow.png b/assets/minecraft/textures/skins/highlands/highlands_bow.png new file mode 100644 index 0000000000000000000000000000000000000000..b6ff5c335160c4b50c1a6e749f8e145178e8bc95 GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYiUB?$u0T4!zB8q`CN`%uC_cm4 zFWkz-C)h^c*v7@pNZmqR-anCRKTr{4NswPKgLg{KA0WrX)5S5Q;#M*PqgvYY1cT;Q zOAE;}CpbJ46B(GVr6qDS7ys1ZXs)ePonp9|>rleU7Oy})hVP;8oMu06xdhbD;OXk; Jvh=_e2>@;iF(Uu~ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/highlands/highlands_claw.png b/assets/minecraft/textures/skins/highlands/highlands_claw.png new file mode 100644 index 0000000000000000000000000000000000000000..82476260ee9cbd30627bb175b769fed52440f23c GIT binary patch literal 266 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nj01c^T!D0ceP?V=X;6HIvtPKI zk$SL=zJf~z3!}7TD>%IS5QVM@W&s`Z*6>@UTwq3TpMod>ti}<#>$>rTh zdAPdUF67L##x*Omrl|SO?|G)`GUX0$PtQStiM%-vYmK-ca<2dNKs0Tc()a%Q9?p;I z`c6xZ*v|g8vt@-*#r?mTS7vm5zm=+RX33GAH`o|mTh5jo?AXWnsql@Le7jpD&_N8I Mu6`~{4_uJ|087PdQUCw| literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/highlands/highlands_gavel.png b/assets/minecraft/textures/skins/highlands/highlands_gavel.png new file mode 100644 index 0000000000000000000000000000000000000000..c389120a898b43f0fbdbce5b850be5026a95b27e GIT binary patch literal 391 zcmV;20eJq2P)W@r&v3i|FrV$<}1Z)pnhyYLJ*>hmUW6iC24rQFMD{{H^{{*R;N@c;k-`AI}URCwA?d1_^l(in#w8ME= zD6xupkGRJJ!A6h3wBN%{9u_cqgdY9vgc) l@hCm-|CgypZTkCvxdY_R+UE1=@3jB`002ovPDG`^)EG3=vlRdU literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/highlands/highlands_gavel.png.mcmeta b/assets/minecraft/textures/skins/highlands/highlands_gavel.png.mcmeta new file mode 100644 index 000000000..ca7845613 --- /dev/null +++ b/assets/minecraft/textures/skins/highlands/highlands_gavel.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2,"interpolate":true,"frames":[0,1,2,3,4,5,6,0,{"index":0,"time":200}]}} \ No newline at end of file diff --git a/assets/minecraft/textures/skins/highlands/highlands_kindle.png b/assets/minecraft/textures/skins/highlands/highlands_kindle.png new file mode 100644 index 0000000000000000000000000000000000000000..814f3afa3295314705bf68372ab7977392b8771c GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^0zllr!VDyTTRL=IPgM))jQ4u2@(QjY}|(=1Khc} zxF$T3twmz(oo0p|k3$&60<;3$CJ2QHP8M?FWx8-b g@l*ku47T}0Q@Ld8UO$Q literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/highlands/highlands_kindle.png.mcmeta b/assets/minecraft/textures/skins/highlands/highlands_kindle.png.mcmeta new file mode 100644 index 000000000..cc0cf1468 --- /dev/null +++ b/assets/minecraft/textures/skins/highlands/highlands_kindle.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2}} \ No newline at end of file diff --git a/assets/minecraft/textures/skins/highlands/highlands_relik.png b/assets/minecraft/textures/skins/highlands/highlands_relik.png new file mode 100644 index 0000000000000000000000000000000000000000..756479aed88453beb903ce57d68fe600c72a6fc1 GIT binary patch literal 178 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYq5(c3u0T4!zB4wbG$=m9*)QD6 z#mCsjC2>MmA5em^B*-tA!8;}A50K;S>EaktaVwdDiII&hEnVSk#-RfT9xx=a`tPUpPm V_4#*gBhXj|Pgg&er3bD^0015TFrWYc literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/highlands/highlands_staff.png b/assets/minecraft/textures/skins/highlands/highlands_staff.png new file mode 100644 index 0000000000000000000000000000000000000000..36a975cd3cd6f49964b445cdedb5ccefeef9b498 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYq5(c3u0T4axF$BIG$=m9*)QD6 z#mCsj<-=SdFQ5ctNswPKgLg{KA0Wrp)5S5Q;#M*PbDC=^NAp!v-a`pOB25MnJw6f& z2d*;uwn%a)b~Os9H7#p9dXrUa=@OpMHEUSJ9YYVZxG+pu{+3g4PU8fiK@6U*elAN7 HT#*0(?yWA< literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/highlands_ushanka.png b/assets/minecraft/textures/skins/highlands_ushanka.png new file mode 100644 index 0000000000000000000000000000000000000000..1d6f4f27ebe700275bc14500a2468db949d693d5 GIT binary patch literal 335 zcmV-V0kHmwP)L^V@9FC<1_OEoD%FC;c5{Ad6G00DGTPE!C& zWNiEZ007fTL_t(|+Ek9giNi1uMSlZ1j8ehKY9Nx>0-Pq&$&$r=n25ax4a#Y&@UVuQ zgWbytZwSgqyu;In`B+uTx?z!`GoT_;Hat?f+yHrHD&MI9wY&X`Xs|zU!^C?kRd3tvgo4r#QOkBbo#zA6mgw&$gmoWO{4x-n=!u?QGYI hcEXl+!rz8C007>huoi@*{^tMy002ovPDG`^)EF*Hjo<(P literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/holy_set/holy_bow.png b/assets/minecraft/textures/skins/holy_set/holy_bow.png new file mode 100644 index 0000000000000000000000000000000000000000..babc8116cd8bc88a2a944965b333593f46420ac9 GIT binary patch literal 1028 zcmV+f1pE7mP)}Vs1oh2KY~Kllr5ZDBT(mlK?SA{>jd~fQKv>JP z3qqMH@MuC75?P+zT=9|X(M2~OXdFt%0{RiMJ1ZhB!G5ia+qlb)|>N$1f7uvM!lTI1M z2raZwAQ56DWecxaqF1JqGt#+b8~n)AYsrN{Od)Z`@&#k?JqR)~H`o8@zKyjKN=pP~ zslGhPV!pXNsfD)&05IAV;ey%#V9kLehmIbFZ#_P1rXfmg8G7LX9_i8fCm{NnA z)E!3|Yf2?aM+zTMC?_YjY&di04txv$Jo(xxoFYF;)j~%od=S2YoHBsV9B7uV4P3FU zN4q78!%%KM{L|r)E@Jo+3tDw2y z!FJ4(9qQJyRPa3~N7UgnJ&E+;)-*U#Dg(v&@JmMqmBr~{X9NF}i%zHdB;hSH^kQe- z#b15|$Eh+g8`ULt=%u>y3*a|hTcZx2DezpF=|!F5&#b5T^%Rdz`@Gz*=VL-{C<8K_ z6!4pnQ|2GrL6Ne|V^Op|d9d|z_{M`{K`$P7VfjIfmefgQ(eKTU)O_p+Gg21}S+>LS z_R!@4rYqok@Gqm<()g2YX>(i|;g7@`&i6wv)E7o2S}kghr1v(Uh7ai7DiS7l!UsqD zRf_%DEwJ<}{bJyEym)3ip2U%Bvn0lXT19k;iX=^p4SA3;3N1(u0L&iEoSt2haf5<> z{ek_P0ALOuJ6a@WiC!iWTf^%;!f09bll$pMkje`q0$DCpp#~_lC<;LkjpChH8G0LK z3U$f(oRLlJPTh+&^XM$=P}n@R(h>NeEkjTzEmbyd(kgo$vq{-JY&sAYf+YB6`5Sjm zjqW-hP`Ozvrr$WT5(vwzD3d=jS;V(NF=}xAu}c8ZGcyYWN1>6iOsCK|uCjc34FIg$ zv2)Amqd-`!78S9k6@6d}?HaHD#PTw%3)?m8&b2-Bne zhj6$N8WoQqMw6P&B{JC*o?vW~`Z9mmOnbHiv%zPy(5*ei4%V5R)F@N}v^$N*WlKeT zg@7&Q>vU3tO_E5Nu!?xti`9Y|ZS-#{@xWEO!7Af5_K{u?vDF4Py6?`zE6du1AWs~9 z43UhB)k2w8EK-Q{Ce8RbL(QjO>4NpDh;u9aqR|;-91%|}0*KVy9CpE@`X5!28Y(fK^NN(`&)-5$$qa)?%8wi{`~2G-hD#*>H|gq`1juz_!2e=p-)c9!7^-- zM|F@BSZ6ky&zWB^o1gjlgMIHjGV$hvDgaoXQ!)fx3Y$5HUSOGB^Z>Z$f^{!He(;yC z{{QK-lb^p}`sDdtuRk~i086tir9F zp5CCQahWQuU~%4H?Sh0}@Xd$o^^bj~VG51PK{Q(7(t_UF1<`}xb)5qwd?KDo9ih|l z45m~en4Oyd3t~b&Dv~kPN$zOCwP0|m0x3%38oSR9GKWJuJUy?f`uf|G}v4RpWm z3^z2cZGaHr@ev}nfj}9fq1{znlSv8IdA7ly3gH?JlW`OdyS^;Hxv60rjV_SzDk@9B zx&$0}=E5}^A(7D6cXhT#`uUJq2!o5v&+5P`+cYY8mBKaJHK}Ur#kO{KLdOA98jY?4mZSuDgt*w&6r=z^XGcp@ zbzwtE8i|Fp_4M@N@H8$9EPLd5{X_pEADJK4c4EMi7!N=P6vhVwKu2?JWp+YZgl~IC zLt96CI~EI9W9)SPn=lG2NeaLKKyG4aR){A6ROTjDq(!Ah_@g7MO48uwCHT0*D%t*+ nyx^?`aY11o_LcdmaMS(()(2i}0q<}^00000NkvXXrNGn}zbt`W literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/holy_set/holy_hammer.png b/assets/minecraft/textures/skins/holy_set/holy_hammer.png new file mode 100644 index 0000000000000000000000000000000000000000..9660b315bdab9da425c3ce1026329a15f772dd07 GIT binary patch literal 1117 zcmV-j1fu(iP)y*Rg@{x5e9_uuWl;X2w?v0 z%aZO~2)Ju8fB*+FZWwZZ>g3pi4LlL?Sj67z$Gr-?Y?cA^{q|sX;b|Xr-TZ(3B|oGr zy}I-Jm!&lR%NwKHLOC~#xLw@i9HWK3b?^V!eG9&GdF1JboANzvmS4mfC%lAH4`cHc zzkpp){~ZY7bKuZ^-Gt|PZH}$+qGM|GCpH=wfW8M$UHmD|Jj%R}-p8&9M)Ue`{_=q9 zXh8Vr6aKvqfUqL-xVIp52BbByI*8SokzYDaX)+!WCt?7%-m~6eGbldelca^01N$GM zzvY3Paw7iM<*e7bnG8K?QZFY5@=FHQ7kono zWVYj2J^?!b15ch3c=fQ`juq?%40g67o{ulrwI|Cd4hDs6N9ZUxJLW+x^3Cn>D+BQ9 z;)jp-&vCa78h98a)eI0gLCHvqi_vPe_)$xJxJV%rsYC+$PT=te5R6A|2Xr0ZU`R5V zuK;-QobZk$Ny(X?Ql5cVN+T%;1W1ew*UP2&c}u2?wNWV-+u4Bk5Y6CJ32~W;@e~j`SgJe+sGKO_6toopRA(c( z3R-5KhYdCTZfo-H=jQU$UBwR^9U8a2pDALrH{_r40Wh(7WVu?=%n}S{unq-yxG9Bv ze7^dna}$zG7V+VsTB%rMYYm$ys!PPN$4(4OajyBB?06U52( zEP9))p&a>Qg>JS~y-=Yg@0%}j8mBjlH<+h8Thakrp|hGT2*LCxE)5L=R|C2uN zcP;l7s}2x%kfDtayqp|dZLM8wtZ3o`e|J|uHy0->3w3!}J~kHWTM**o2*?Rat4E1u`N+>bB!28A9XS&o7<@qwEPtE)1zy$l1b>H`-= zW+ypD2U$j%Sa9}8Vy=TgwmpBon{cQ;2Q4a`b_UB92K`C~!N^5LYP7JR24sO^4ufby zfEGLTEm+^Ey{%b?fhT-PiJF}>18pK%fhk0fqdQKPl1Qc;j9P#RMlBe%004=5pm+ij Rt7ZTI002ovPDG`^)EFcOp>6;G literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/skins/holy_set/holy_wand.png b/assets/minecraft/textures/skins/holy_set/holy_wand.png new file mode 100644 index 0000000000000000000000000000000000000000..a04bd21aad16b8988f4dd286ab4a4db146d61303 GIT binary patch literal 886 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⪻`!HNtUu~vIwh&=>KNWvxCDFbZMD%!NB;rTq znJTt24jM%>=e631e*K`u+#ZcpQOYrD7K%EbMP$6P^(HDD>vZIb z=i6Qb8=?2uFkb%IC#zoer%eZbnedS$wJ#Sz{0u>V|L(M`>mzyPek)MSA(Od`m})zr z4hp*t&*AbmhCxcC$0u6_&7$Xw-oM8yisjpSb7VlEV&n35ckD4NS$ibqcsYzAp0I

wj^Dax~*mtkeLT!VSUwvxgbJK z(#yWBU9v7j8ruc+{c9`JaHDiy2kf&o;TasR9jUX9hyUCtJ|B&i)oyQ}yK2olgQ|Pr zqgyj*-ahfN9-ZjEzj7X*Xrg;)#FNfBfkJ3+Av0S|L3n$tRQ^i^U6!WAVF>Z9yYHwI z&K)lo!xHI%Kk$?#I+LoczZMZUk#4dgsa0Cr^0@u#F(V%|W1zw!z5cstGV3hHyRCxD zVc;f;<_m=t&1S!TEOW+(O7T%I&ti7kwxoW=SbKHf__)#dM!hTEOohglG7#-mH=>> zr8b!LBGINF=NedK{#X&pnrbZnFXF>x3iD}_`My1_|2-XLf$hk%i$3x9tHoAfT|-X2 znMhQ8;rQ`?y6y~_Wo8_@CSCrZ`+db&QSGT$H+_v8BG8HL@>LX4y)9haHc6H}@d(w} z^ByaCh{~Cyicbc3;T|5;=gK7MqdLm*OeUmH%>Da5N<~&{Ms>7lzjO9h=(<46sr4R^ z1diUg9{jry#HA^@D8%Ie%iDF#V3cu}#E~B62$hpm;-W;(HPT9IhhHwJH@z)Ax9(aphyKJoQnmvw^)L^UkUtNPK7x;dn=?WoB|>GgNCN0Q1Jh{rF0ME{HVE;r$>^A>N?P2pf0g^qtZ*?D(#5iet`p_$LmD=WByepn_R8hiOruRbC6wK1ry1 zAI`&%H^(}6pbQvGn_RI+`gL3&r{_f8FDXJHQd_=MrqjFzkyFCJQ;ay?KAAd}Xpu|; z($=8BFG`Vl2M~K5Huu2_)D8Ap`WS9xZR0o>lB?5{9W_e{MMYK4SxF_W#o2ac@CFZnE_Wi>RK z3(BKc?#fbYIvvIaG2k&+6SxZV?x}0bu1@C)_Z-D{d*!XAUK0B?GH_!T=#ihD{91b4 zo!i_wpcZxG*MR40eH42rY4(Ddt{%(bdntP{?b0RDY4U=d%3@0Y-{ZpIDd6Wn+wqt^ z*5BM{<%>G(>wb->p11tn*s-!G7N*+F%a~z6sxZ*=HO; zgWG`QZgh+A{cWLK@Zc2fPLUHPeq zymRWlN>qh;E6}`;9-4Y2f|=s;dIPy_^(}kpjkY;{SuN35kLB`n^^)61xa`U*n2N2( z(VV5gc|0&*8zazTk9QMuABaM*+S6}#G%n<1t^b8ts_H7tEzzoZH&!%Ub&lhsr14Q>SoL95QL4D@Q^4vk6`#O9L4QbWes--07_dc7tA7 zQZCS`eA8?y_}q9ALt7b^GV3FzXv~q>mRUlq^RUpe=t*u5lx%DKuVu8iGwRykSGWn+ znyMHT2CDZ2y7furyt?H>c`J`IGh2rQc*a=O$xGy%%sYM=*$ZXC4pL_ZXKsy~8R>uojoYZAs^dtxa=7jek zR`Cu2R(c{)yd}#B6pJS>Rae+GnOzTg#5s#Ia}z1hTq>I!+zQ+^bkWFfDD}K6>M^J` zVX_*}4S>1I&=b5&6OH-^naTTfFml)l`c6iFbpvF#rHTzzL$5DpQHkd_Xh1$ai_TIu$6Q*x+E!eC))0JSLDvYJ`jDj19%+~pNkGAQTNHUBa176Kzlcdca!E>k;x)bkJ7r#QH(|IhNUohoYG2?x+7H O0tdVOwhuU6?EU8@d1h literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w101583_0.png b/assets/minecraft/textures/item/w101583_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f0dc7032af4e4555cbcaeb39886f0ab9476ed32d GIT binary patch literal 714 zcmV;*0yX`KP)P0006-Nkln>>$oyLVjf6 z+7SSirWyfNr!l-D1n-5a!iC19YDIOGkTC1Vb%;6-hb}^$0K+l>q}33H$P!WcWrjAC z6@Y1l19t!KzIvctkOmtFC@MxD*)4Sc-B*Af#d;~Qj^G{{?(AN)OrFHYoHOdc;rbX2 zXYJo!gS(6o;k?=hkEm{-)XB{1OQ*;zYrfB0T%ZwQ_TJau&7xbS1XUOmK1L-_SC~e> z@h(pK#RG4inf}Iso&W>T^?PWE%(^8))u15;MPc&`J73IT1=&qYfB_YXi5nq4X3KQD z-|XvNpjvSI&J~_=a`?xjPXS=kpq&ur*nQhXxQb-aU2(%1;C2SkVsm#Yh=jsX0X$^7 z-|kpTIdCkdBcJYYG$DYE#;lp0Y9i>>XkY+tz>IA21FyBh@HFa*rDX?*3O|2b_HB#V z^j>P&OPqKijnAte;>)wg-o3@+e<}KuXC0k2)U{l!uefDBS}A z-2HO}J9OK&T}p53EJC$`0OjJ7A7w&q-#H^Z+_RirjWnoM1o=^Kip=1ETRYAGoq%#* z$P33-r~W>?L@)t0n92+1zlu8as70nN@&cbVbtO^rp}>)y4|#!wFEwlm%WxL-GC+P8 w1$S-K8aFAcHGV77c<#M@PE|-7eFU@qp7Ffj1I{*Lx07*qoM5Vyg7{pOW2mk;8 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1017938483_1.png b/assets/minecraft/textures/item/w1017938483_1.png new file mode 100644 index 0000000000000000000000000000000000000000..efb392d9ac053f9790bd65d4db831955d9d64f60 GIT binary patch literal 304 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 JPDG`^)EEq;i2wiq literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1032032292_1.png b/assets/minecraft/textures/item/w1032032292_1.png new file mode 100644 index 0000000000000000000000000000000000000000..8dedfd0f1e6a225047c75776be5226757cce20aa GIT binary patch literal 2104 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1038755468_0.png b/assets/minecraft/textures/item/w1038755468_0.png new file mode 100644 index 0000000000000000000000000000000000000000..411847b499da6e5c181949a8f270731fbeaac00c GIT binary patch literal 236 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?#d*U5*7(5&=FTu0XnP_1=>H`EeEP!5O9Y zL2-tT9&(zxzT3KFfpUx`L4Lsu-YGeMfSe{z7srr_TQTPj@*XnaaeKI2$zrl!01tD( zL59G`j8z>+nU?(Szc6{}k@wI1{~vU4Yh9#RDh;za++XjP@7U|$aPRd)tLfKc$ zXWY`UhwVb?Jl6Z~8D8IgAI+%Ibp75wABGR{hjw4rWiV|o@7C{2WAN#2maP5u`xV13 fTcPJ|LJSPG0smJs@2{8ybPa>2tDno#16L#fkWW|> literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w104257585_0.png b/assets/minecraft/textures/item/w104257585_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e1d5b2cc368d2b37d450668d1038cc455c2b1b80 GIT binary patch literal 1060 zcmV+<1l#+GP)xPW(W#FYOmA*NzVkPOrD$x@A0N!l9mi0clGs<&K0!*86IS2rM@{+vTUm9 z?t%8b<>i}HL_cH(RPgX+ELYY_x+3}W+R&K7k5GvsErRKGDI(HYC|>V#!@d|I%lHuO#IqeCHEen=CjICi=|5K z=;X2?n3jzso&IghOkO6@F)p(NMIP|3ml}Ey87;Q5bL4pf6~;j3pi@zB@hFxcgXc?7 zG_uRl77SH*intwlSp~k-K=n6T7;L=XgV)U_S!urbY(|CS%P}`Ev4P^r?e?$FmNg8Jn!E7)!Xpq%)Z)0F7Y z0Rb6!hN1^QCqNXB9tUKYtUL!p=P%)m zg)Ys*t#*!ai}7|mh`^Cjz9vHRYko(tZ3NptQ!s9$1Ru1Fd8!~U5Ws<>OgtXO3voVQ zPM4Fv;{&t6nW`qca2)y-PhdYBq4*5dc%&F`jkrwv1)b8i*2lc*z5c5|ypF^{hczHy e(yvh;i~;~KM7_Sge(;R|0000|%hFaez;VE0ErM>p|Pf4SOebuPDmQ zY3Z0A9~PNcbk0u7GcK{l(PFy*pP_?uyq01+15+l0thj=LR8-4jpf<*mAirP+@06TB zK+Y0R7srr_TT3Q}GPM}+u*zSleP4gew|Vzj{!5u6%$C!ejExvGWQ3SFogN8f7mHn* z&$%?Cx0vyVQo+RMP8+U;y>%!#mnsx-NY3!sr0f}sIZFI4WZo26y;MNr!FSa-56hFc zl3l&x)=w^+dF;rIT*KU7nbBe#ejD#K1oDZGgd;vxG0dv5Nr!c@$o+W}iYzb7 qKetyBdgqg&rCa__0|Wbq_n{|lPTK->FN3G6pUct%S0n(tlWTtf literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1052764875_0.png b/assets/minecraft/textures/item/w1052764875_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2a828324e2d2fc6e17fc7aa5ed13070e5c03b44a GIT binary patch literal 1171 zcmV;E1Z?|>P)uO^ygFo zi5P}}SQCAy6+z7lxn$E4s?GppYmJQrGGaIO#169%Gc(c|?D4U)D+0)DqBWus7)1dY%R(_7Pp32Rs6MOt8uOgin0FQ@gIvro~Hmup6nA9A=Llbofg)*-4c zLT1q@MtWK~CL<&`zR<{F`!%QwvoPKMQ79h zX8&cuCu9+l=rEmuTXBEOG_VOiLmDwT?F51}0P6Vc)o|ONDIkvjqbq1=tiy_`!;f`* zi{4>6gVk-6-Zbb7)94AjloASTRSP+BOMadm-cG>OXM1d>W3brk);gb`gm0iRvw;*5 zGM&llKCj>t_6iZ4EnxDwfKeg1da$12J}AvZX_@uU*0LBO6e6B05`^rIG2K*uw7s zV3S6)^iDJ)jwI+a*c!o@(mO$J;im+0dm1tQUl7BTqmys{wL1qC0000G#QL}X63@Yw lU}XdV0000000000xEi~UO2>fY9|QmZ002ovPDG`^)EKO;B0B&8 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1054333355_0.png b/assets/minecraft/textures/item/w1054333355_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ea046979803fbac4a6d23c5546c792009878fae2 GIT binary patch literal 212 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYDgizrt|0D}O(P&U$j~5l|g>NswPK!+$XN_y7ODo&NLo0EI(5T^vIy zZY3uqh?p2A00C37#>eT6iE7Nv3o3RlSn$Y)O^r1*UBT+~frOl`r*7PkT+*f5sMy%Z zyF|vLRHZ?J(ZSXs*3ZjJk4IsGnAEgm4q6Nhd7V!l2rBdc2Aa>{>FVdQ^uQGf05;=J ANB{r; literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1054345227_0.png b/assets/minecraft/textures/item/w1054345227_0.png new file mode 100644 index 0000000000000000000000000000000000000000..51e2d03c9cf15d42408240f594291546fd9ccb52 GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYDgizru0Z|%hFS%6Q7E08{O?!xMgJ8t(gR8QH~ z**`V8Vd*D3JKvlsvjT*jV(L8O60ayJ>A7WPn{#LBStwij7fVW-F1>yhsFSfI$S;_| zJ0<52kTcKI#WAGf*4s;gO>PVvEDs!_lexd!>o72U_*KtvjKO4r)Z9#F3*IX~Odgy| z=RLD(fpDRW>lecXRdOo~y}Q57klg&hB%wi;J;XHV`(6i`%MG)?Zk=)5xM6OYLs^`a zZ_Vc)4Uu~}n4XzEcx|q6iRF+2&*UZVBkr3x95HQ>dfoPHs?((@Zm(X)FV}eUg#C=s p@89Pct(X+f&u+JV?&tp}WbvjqTxSb+0o}vE;OXk;vh=_e2>>uSbHo4u literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w105696454_0.png b/assets/minecraft/textures/item/w105696454_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f45a4a4b2d52da93781c5c4dea9285d872c40c05 GIT binary patch literal 754 zcmV%00001bW%=J083RCwB?(*b8ZM;OQPQPm~~q<{cY1t7F9A+I3J*hUu|0gzJaTY+ttRgrB0`W2)AeM}S52xO8g zGLvKaYn8Z~x}UA0}Wc4#Jc?*qs2304@T^_e%tb`s__p%$;`~3Q`AS zdG;p&$ch8tKL9iW#7^A@;3|N2pp*|l+z;jooE$2^bAb$cb4gopdnrKkUwd#Y00000 kFv#C}8apZg0001BC~td22qwpEbpQYW07*qoM5Vyg7-o|{cK`qY literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1057345076_0.png b/assets/minecraft/textures/item/w1057345076_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5f0f434028231108aa1138bd1a33c07baa939730 GIT binary patch literal 1952 zcmV;R2VeM!P)UO!4{L|1l?b7-xVfX=*~byP%wU`8?{BVR>4O*b<i>B`ZKO z4B((i00001bW%=J083k7RCwB~)dzO#It+y2nUUO%%j?~?L}LGYd?2Bk zW;^Hpw^x3Ighb}$Y+h?MXb5=-9D;+ zdPF@+R>QkK1C+O5e32flVV_F(Irvv!$%M9T$?Q!4c^uYDEZ;N(hBX{I9iMsxKI{A2 zTvY&AoH7C2BoCYdJ%}{K8v31unu3a#yWIj{CY1xtT10ADYGG3WpqT?ob$f9vTTtxa z*MR$6D)q}-ErjT104KVR)Tz>qw!5sn3ry+?qQ7GKdLmAjXhumU(F z#3(ADPGBwoK^g#3{YV%9?=hh7SActmnv69QjApEWoa4dg+H6?^YQuuQ2=Ke79#@Be zBY-g0O`pnB*u-nN29UI80e<=#;5i_z0Wkr!HN64Y$AD)FK-UG}9uw%w{S%hO1Xcj^ zMu0|u4Hu>d7B&BQ9dN%+?=FeA;ND$pB%S<}FBHvE_W`wu1s!1893%^m^#^fjPQ zoqtOeP!3!H=zR#t-u`en>}SBx^MLssh+38$umwemAmx#WV%{@g=O2o9^A`N0+7p25 zbqN?g8K&5JN|-X5H@tEz7Owylo;sZ(HIiWT2;isRZtnpeSpekx?%5D5dwy|B1t22J zGm~J&^!y|6(*y8+0_;4+KCe zv>AaEr~nSm1+H%z$_j6;uhs?@`v(pMJOpwA#8$wSs-p=oBXHfgB5AkRSCa$){J#KG zpkr`VBYL*%1Q^5u90Hpo2`m8jmboU-(Zdk%Ca^Y9#DD-v^z;%iK+iRe%y+n>KL_{L z2c{TDjsK2752&(kZ#9k=G!;5SfI)971Tscl!2TC~ICKA6<$2WP*a@78g+L@j@nIVv z6K(=-No|qQ7=(vFw%P>-Q5R1E*HuLVx))g+4+W%PgCU51wG$v^@f!h=jgAVqOQ19X zj}~!u)~;eGENz#+7?pfH+7ToG(9W8GV_OkvF=C}(X$~OV!7ebycFf0B7l>gv7bqm7 zRT2i#1wKD7K1T(}xd7aMDga^dvxR_r@lkJC*bH?<#HZG0s^3VLl^Kp0iOxbp{;TWWK}yBfjt55OY`n_`#eDCf!TDmTCMJF z6bX12@I3)Qw?GPf)eV~NYnw>|(&M0jIbnU zLnQOa!^c`zg?WZ9aMg((>5kr3%>N-UX`2e5&NhmEl2(BfxT~0mCsvJzhn2Pm*4n13 zg)~_UYO}Ez=o<}(0w{&SpfArRF|#m1O6*3ljdfZo_vuVZsk0ETuYl`#Nzfl3HKd{|cGaXGet zK3s?{;O^dTN1}(+boBaB6{H$6>u0Z( zE9Os}Kdt>*qs-K<%Cl7xowb?!^Z3i6t+nPK1FB?TED7=pX7EnQ`2*zWdAc};RNP9= zc;S)C&@9?^DmKB*`4v|OhxPfH%n8S)aPkOjNM&wu>)2o%AkM(hWB$Ne&_u=?WR9n+ KpUct%S0n%%!#3Ce literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1067269100_0.png b/assets/minecraft/textures/item/w1067269100_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c84ed6bde49b544399e4f0fedf6fda2535bff007 GIT binary patch literal 194 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYasfUeu0Xox`=yLe&qHrM@VI!> zY1K*n?yVXbb5tT1Yq`zc>eIRtsDi5`$S;`T9}H-I_A~{GdV0DzhE&{2E(i+>6G>ud z3J4chP8B$OV$GQw5=R0;!a_x6Sqh&JFcTD+bMxc@g%z)~G%T1^7A@kLXk^5w&1&eQ hz>|JGfbA0_gIwX$4SlTP?Lb2rJYD@A2ND|MuYwyn0`eQZZf!{L3!0ODO48HvtuUkN8DkY;L5;V} zj2>-k{Xky@a2B6XB84P`sb4Ncjl-3#;ZSe{?d&4x4-Gpw9Tja5B?C# zF?}OH`{zr6s!taQ-vIlLoex0w62W$YT!F)yCKZrZzLjax2bPTRT# xZJ%ncS=IIiIoDo$er56g)~QgCFD=5r@NeU@NsdSBw*zB~dj;UQTd|8roG(SWHDvM>$tPJVQJ%KsGQqD3`F%dHZjcj|39{s z6qg*r?$^D&N3m>zt|Jp{0`AC5YJp@YGzBr#oy)j0a94e6`86?6qr`Sq01}}Q6+t_J z$opw-R|Rk&22vRd!F01V@|GYdK|o$=;kICUO6MWZ;BdJGrNx%Oi!LaDel1#1a4wiC z-~?Ec0yUdk&@pTY`T=LoHZud12s9BHy&BADizgwnu8BcSfN3VO>V>}Si~g>ioUkMw zqyweCY(b<_9(`kw=K+4Cd&uh;Piq1dlu1yTWfrrl?s<(;7x zqOKI17zbKdGSI?HV4Z;$mI8tbNQ^zf0G}6pyuW|gXLx^oegB1m@fI#a_%3kJ#)xu| z2!)LShk{6>f_X9u36SIEfLCz%40gr%8Nfr~4%jb(5kQWk0ub&XXru!2=@%)_AW~~8 zTC;o50b^doEC6XhUd}uJ5RhTX0q)opIqM&iNbfY*B`BGx M07*qoM5Vyg7_egxzyJUM literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w107622195_0.png b/assets/minecraft/textures/item/w107622195_0.png new file mode 100644 index 0000000000000000000000000000000000000000..04c0e0c16990a29fbaf923292ff3f3fa677f2b71 GIT binary patch literal 1368 zcmV-e1*iInP)BxklX#*oQs?8!WvSpy=x60Pp!d?<9aNd891~VkR_*VF=8O zh^*jBzZoPT(;7E6Aw}Q+|Fst&VSURW&-OsibXn@qJwd zW3qtNYDMk`;B*2n(p8&SeGB}r1b{yN&I+vh{qGXkou8lY4imPU&8D^eu*K;F&d$zu zhiO;bQ~OD-*2-eF9wY&fEaP=?asK1QMf-yE0JhrftREllfBxmypY9(X*J}=}iykXr z)+7KgRDquJ-`ba?$KWCrxV`$}>Gxls?yqj2E1+Wq^kNNY!3zBGXZsAKf>Z?v4q2O% z-R1Sw-TC?5)%E3W$ANnJFOWn^l)^AWHhUK?Hk*s}XYB`I1M#>4$js+~%bRU$+ndYj zJWxfduYkw`WE;d$fIyp*{_NM!{n-zz0SrlNV+vb)aM+}o1xhQRfRzdW5Ai~fpgH9r z+Pu)Ku4iR}lx>kO1&m1u18rVpbUm=h4lvM>ZK4~Pa&$`y=+FQi1%T&IWiRuk1PpZ5 z0X_;4m_8Q1%$HgNHd&;N6IK9R^}mc20ZOcXz?T&u7ZM;PktG5JP<5I$;3`zvqI*~p zEJLc3tO0Z^6gv>IEr2T9rPoJ|1W9Wx0)jRdFB%V!1OOI{BJlF4r?U{vFf$4eAv5F& zP=$8n6cwOM+U)a4DXQ9$?jX?7M1s*o0%sJkNgV|$rBNWI3J{=;L=sf4vP!jh3j!dJ zGznOaOI3DxMu8W^3efMtAVAxk1nfAKR8^J{KmtgKlurZ>dcdqLI7XyQ(eu6q(4eTa zxrmgIhftz1N6*_u7%d|(1vv#ll%h;6Ac=khXBO~>0)jxtQ5$(a4{+8qVeG`C0IG0| zL4bv--mFws7DL6zjM5_y2nE?NS0N8c_#XvDfaZQ70M|fRCX;Cy^J|;;v9zh`z zDH075Lor5HI9p^nYyb10|NZj(^uO&WjP^E-|6QQ}d8_2zVdww=00DGTPE!C&WNiEZ z00tFFL_t(|+U?naZrVuSh4DGhIe%w&+mN=T=?2LC-{!ZLu?Y@Q+hWKky*!d&RH4p~ zVa7zJ*{u77!6pWyF66@i=Mq2BTK>{1x`qom?MOrTe&_4I8(78iBX9}ROVs8~a> z)MgpfemzfsOxq#SFgy)#r9+aCa|AG8f!nVa9{@-aB4~^g0OGPFu?bQ;uZ&A@eEprB zvGzK7B)aB+fByM>z+ON*PJmiF0T^8hIV#o0>0DNbk{ShQ2zw7ulSmAv;`_EO|!6+qML1m zUAAl|fupuSsA>)%6}j_#BY3xY-fRxaMF4ucxr7r@3CDoc^S?j5Fu)Bvi2>AyL=d*; zfX(K|W~(t40nn(flEepqjs|V)Ww*^PZP{oDyGI-VM)E|O2<)7CY0IW2CyCKiDk$l? zLIOsBOw95CQe9U;V~LTgV#%qv4T+t7*OpEqv8^eBgcBrEp$%#CyhRrPNPyl1l4M)c zD>rCq0AK^yNo;1jUphJG*UyUqOdN2MR9F1sjhBa2TPBC3pr71EGr;9@IqodsB(bgy zNJr<&bQZ4CRtvWMiUNC{QJ3yU>t{kp#kKDF8u+ zfH_{3vSSDuLS_U=%K^q+4Ko0?k!-bj21{xSr9f!E*@6IKhxT!e8{q$6!sR=GEwE#R zxt zT9QYAqbmaP{psm@S<+)hfUgO7{O+fxjV19o0$3a%93hpmVvx@SCan_CFQ0W*&n%{?mMEfGb58gJUB}*fF#QWni4Q zkL6duhO*^;2`owO7r<(b!6sYZtvmIzNUIfTU^E8ZXJ6`Ys8WWi;If z>c5M8b$||cLA*&<*9NeEn(m}u3ouUn8sOX&*9IKlgs?}>^#RxJ!vP;P@y7#pFYSZd zY}@wbBNf}t^JdpRvLF9Gw~uVQ`LWrwkLzW(ZQJcf@5EjE-|g0|TeoiAx^?T;ty}*G XYj@Jf8GA literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1084222530_4.png b/assets/minecraft/textures/item/w1084222530_4.png new file mode 100644 index 0000000000000000000000000000000000000000..43b37cdc261ebcd00a69204460f1767b7969ba48 GIT binary patch literal 1381 zcmV-r1)BPaP)qYe=R1rzgXxCPh@l45*?GwrbiGh^?9| zqhfC(O8_fYM_a1}P%R3htzz`8!33XM+dZ#6thcX&foOp!%47ls7=Hw|cWv8uo13lQ z`%k{@f)pJ)qlExe$Ba1EN=g(I=qOS!gE>Xp8pDzDU(o`d(!EV(iDs`ROT+k>p-s%b z`@9AmvIg>BNvq(gVZ`)fUgrM7HZf=4_I-{!HZ9^FRP3OLLw3 ze0(`(=wHp&w2qQD6#}O8>HO2>F{3X;QKAW|@@pz>Al=+*?JO`X`s?VU>g>}9`=Sgx z5=hDWexME+h!J26tiQB%>PgRQY}=v&L?N_uwrJgMxtm$WvIMEw6~?kZt=ne0bkE4N zCc~)l*tmYGg1Xh(G=t1GV^y#TTiSfG01I|iP)8XRZMEdnUa;ysw`$yJ!f4yHXj_L_ zQvubMfHm3QeRRs@iAI1@)S(3=w86DHSJ=agcb{_EGc{C5>S%+uHAHjQ^9j;=dVD%x zu11AM+e#g5)ijad{B(Jek!{tI)~JF|;x`X~dtZHb+Xyg5yGUlQO>LQHUKpdNga~aV z`oQIPc+k&oo&s~<=2h_0ly+WUztqmQJ5WHlz{Np^NUWQ%(!0}W=SvC*1RyRPS-~hZ zTR^MIb3e1Z(3+Y1HnrM) zk|4UzxvRJWSI1ZzohsVL)7Eq5q{U8zmYRifz2J%m_inbF5kb6qTGmAqMrI;H0u>l# z{~dhT&cEJ4e!S^aEI}*FFRyGW)mRc#BME55SLrX8xK(`f_Q|3=jBr{u2NN zxcA_KtNZV6D&WO?KS=Y&hs&-RQ?oq4OFriafPRj^1zi2&U$uJfBU3)UGrO8y*d}m^ z4R@b>bN7dcUca84u5K#e{G&I<^y81`#$(ADKrLbO%(l|P^~(s{R)CiI?5H!q{R6OG zuI2#v^mPqfU0k`pZ3>Dp$86Hkg3+%@a0#z6r;+)qb%XmaCAfF%2qX;8#0*~s;c|_S zd0ZA;+;RDq^&W05AO(_|ONz1k=6dnK*k8uBTYGhY)i;mtKmJ(Z&4*K+O+(|^cE2>; z^Yh)h>YW!3@Mq_NA1nTF9%zhNSspy|-z|Xe9X$f456;R5C(ERX!E=cT)G_jQv!c`D zS#!6bv#Y0kiC!XR>2YJQHcFvssYaVpqVYAFsMLYhvTLNuUWDpi2`W<+rEO9NzaeP~ zd~OvL0ijBn(K^(c!Dt{P4P@}8iO~Q}WIE8gm;{4=+|-zk6d1`)|ME55U-qnRsiO=? zJQw+!JrYM6{!+Dnqj$U&D$fJ3q#%U_*r0W!3<#n%t>k?_WX3cy^ZOo5qfrWEKkP(= z&{8I2wwArjvFv7BFg3Iwb%+EYN=2el%BU!XH0rB5LjGDHDg~)1;J59;F#!Mo00A)l nOH;zRtpNZ400000008(KfuH3cL~dj;UQTd|8roG(SWHDvM>$tPJVQJ%KsGQqD+421O;su)JP|7CZq ztjQyEZ!h0dOVQXC!6x92<`F3(?2HVdP*1MoPT?N)*7CKWh-3uwrT|DtCKxi>8SM$! zl=G$l95N@P%+8n|W|H>=LJjb=OuKX*BQuWIj}T48mcScbpa8!5;s_zqmP{RR z0<5AyRr3+zWVWOaxaG(ss+$o6QbE?c!DhMG3DNp8D5?OaD#+>&^vmf&%_7bw91%Q5 z9IL3y6iOv|(qk^F}D7@1Vq0MG3O`P zY5m4YAQ^LhitYAr=ym@Ed$woTY!BOB6HLLLpILvi(H10e*ysvm2=;7`IjFrebOiO4 z#8z?O2n$Az@FuJ?aD;^b!4M<{cd+DV2&_IoS4!i2etdlXT7fG^7>Dq^aL~q3J4i^v z#(*P)(x|{(j6wqBcst-_9G=0x7@q-L67GQgA}9k`#SjGH4kaT)kS~8oZ3ar2QDoX9 z=zy^~F$;h+pt~(6hr(gr*{OhN^#()0vpD%TN-vExIuBre4002ov JPDG`^)EMvD69WJM literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1095277541_0.png b/assets/minecraft/textures/item/w1095277541_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a34887417e71247b0a8dbb3929046817ad89c34d GIT binary patch literal 1081 zcmV-91jhS`P)FwvC^Zu#IV+dslv9J3>xjLQY^iMprUHQZYJ5Dlt1GDKQuvApigXdZ%ma00001 zbW%=J083;t*wY z+FZX8K}yAD^c-|8UAoQF|16~g>%BoKiFO`+U(kZJ8;M=K=k?nEcx7AGeE#3BeIrl! zPy1ED3NyV8t9t+R^n2hTY}X#2PgyDAejP9xy^Qg`17LqPK7*U2^|!q@8hyp_whO>Y z)yz@W0q>4RpF_Gh*h9fQzrLUb;Ir7t!5)vN?7E?ZubDb!@Z0$m#w7m>@rzGi0-XTa zHS6_c^=(8H?0QG9?0gDE+}?R@yTEXBk{J%~|B)cZGAZ?4*bP?bBmV^xS}K&$#r zpb8KngyY50A~jReOEI(3UCc~=R5DYmc~Z|lK0ay%NOBWabGNkkWvxV#8meo72F?XGz<~$`g;?B-g=s*Dugi2}NCPquDcwEv5YJ}J zuSf(`Ujg$x-wgoLaRKoRA<~HKI|9_0)snku#iF)zPkPSgOJ&RMJ11dKk>z}WiuGI- zbZ#nPfVjdn4FRYcY>TuHXr!m?^pwV{^vU+*P|B;fN(t|xh*bGP;2WOYKg6Oz1!0=kn3~uoLT@D zu@Dz4U9T!oOK!^xSQ|jGlr@))LrveFeiPc|ZVr?=xo7kBX9q0X085>0`i@!xJ~=%O z{k6~N=HS^$*r-F4AAfli`s)Mzqoae5-nJFx0S>bM6~VvE&A0DaU%VxP48v`xW!tib zJZuDz#svWF03yz}n*fiTeDNT*0uCy$KP?7pJCp;E<;BfeE8x&YH#<-~R&{MUJtJ!c zB(r7)o?QWgcxV-pd&&T#0Wc+I6saA+=5EFy3hPSQ=u#<)wFAh^t-3Sjur4#d{3!$2 z0)UvMKYw>c__sYckO2Sy02t(NeUGo20RR99XSwj?(qPFV00000NkvXXrNGn}pUCAT literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1101740439_0.png b/assets/minecraft/textures/item/w1101740439_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5d260d31515aba1fcbc5a5d2659361b9fc1d6a07 GIT binary patch literal 2379 zcmV-R3AFZ!P)1CR`&fr=*;j zmXFg8py2=j00DGTPE!C&WNiEZ00>t}L_t(|+LYH(kK4x;-r?sryRs8SZeZ*xSM7cK z{XbA|6G^fQ1aRXz`+qCM4Zvav*?BR41lM~|Cu@r_`yB@!!Qu?KX;+B z4X1y2<-Z&CNo=2h13o(03N;Cf@+f*?n{NBaXq+o-8p{% z&l~lABadEhfw4Uz?u%_GnsY5I3v=9>*)g+p*k!bCM__UMGyA*kncP)AJZPhQd@kqW zfVntsZ7_p5hwFmz_*57J;GZ)-#P^%NvF)=P=^B_w!&PI0a9GKvv^M)f`}iavX?KYx7hqd}2V?3saJp9Y}k;5NlT$hnrouLZzmot{^I z^z<@W=bw!1szAv5!9=e9zXo=U2{IdDl)N+^{#_g{UT6}O&H?B2#@;v>XIN9;#O$R21E^C6wg6~@ zQ>VaC6vp}ZV;?%_Z=DZu{`%Ly9{OG8gd?Jmo@KAKkwT`1sJu^4bDT)&XoHU|`c~W&|*RzItz#%_{|@vgd6! z+n%QqPywxg+al=e4fOc%Jg;p4r#(IG+OB=69bTQkNGP{r+-qQ?-p8)%lUop%f$E&I zr{^!8cFw85Tofr$uf`*G-Dx1ZPClWYp1V65+rYK!Jp9YKc7biCPzS^*0RPT%;}PKc zJA=_Dc_kC%8rK${YTjxc9C)7`h=b!B)^CW-0lGX z%`K+e`qlIwVPYer*hl1d`U6G)BMbpXchm2}WF}0qk2rp}UE4O;uI+mH;&yG@wR`Et zwz*}4{7&B*5H1{HE*uQ#PWrCnnhZDP^M5vi4HB>Zj5CAorSHndu?bTypAg^=Lk9fp z#vfl==Pmf`7SF|2u#fJ0KDZPkBeqX?1k7RXx!`hFE-H}wY?0U;jAm{dc$oW)=Dr3k zUv-tR!8Qzd^qWGyYGQMr&)_+*>iYEhF3{Y!*4#J1nE9$qJFx&bfG*{(=6G<6rh_!UoY+9<#-v_7={-B zS|Pd4d{r2@b+*m^A5_?{;O*PIl^w3j3;-=FgM8Igu4~)eHo$BHLcrGPExxP%^xb*e z197WwJKt6|i~FA6KYw`ucJ11i_wRpQdDP&(xA`u8*SoyyyPr5am*+Anz~g58Wm9aQ z+^U@}5ld4I9AA-6R8jtP&RhETqFpbp7r$P6s?G@=ZdECdk9+*`eDmg;Z{AG7c@Qc& zU^vplyAl$Ww{K5xdxvdw0I|5wb9syK9 zt*sBo2XK|91-M@C6F^%8zgqwkP_;{-qq&HJ-!FiH`|$z#ve+H%VA-|SquoRs0Rw@Y zXaPiMw|=GOe_b+~Xx)HzyN$JOaJ}BZ!Tgp)@(#VbeL@RFnfljW@cDf%^lo+=HyrQ% z4bb$V-4g9~Z7xlF1if?ZZr$~;0MKth21s-S1_25ZI8b1yuqOcXCk7~mAjz^2*grMy zmOG&E>33iu{z4QU0fg>Mmc0I){pfLQZ6=2~72{=u$JRt&gjICRVbJ;*Oh1uUnSbL_ zYAGrz!Ug?Wl$Fu1-J4J=t)dewI(8g!#tF@YR$-RFU4eH6;940+-T)NH?#aYAD#6)&DoB?|3t5X68;i zn0uYZM2geIRF4VZZv8GC7r<-|V5X{vJOUePhmM*<>ol&}x6W0d&Fu@I-l@n40J<}P z52f?Qz+FUR)B>32mzsY=(JJv9bC*hw23krTi^`s%`(T*<3GRKKKzR zOm|?K0su{_9HPo(g{g5z!8vH3f>le#1{$T-+_VuL7-0(JrD1$7i2vk>jRWI`>}zDj(UL% xSr16Gn~HLic}$vIHmvq002ovPDG`^)EF%@n7sf1 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w110990_0.png b/assets/minecraft/textures/item/w110990_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a08c01b0ca2d6ce25076a0d6e033e680bb122dd1 GIT binary patch literal 716 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1119787869_0.png b/assets/minecraft/textures/item/w1119787869_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1343a6fe247c247065c0ccafab29cc0bb74b7a4c GIT binary patch literal 160 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?#d*U5*7(LIFM@u0T5e-%ZOq_w+XJ7gP!X za+{A_*axK8N`m}?8UBI5?4N~!KoN6K7srr_TgeAl&Kz4&qvq(S$ehCHs>m85+IH%N zn}h*Rr~ns>o`XXtL$*VPMmKX9%AGR%FgVrG!3)@8o}V{>gTfbz!eDqR6{Yh literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1119953194_0.png b/assets/minecraft/textures/item/w1119953194_0.png new file mode 100644 index 0000000000000000000000000000000000000000..11c30ac8393c642fa0ec6e1030d6047a20ae832e GIT binary patch literal 413 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?!$Snw9}6^#Gp`S0Ek#@22IQd&<++NV(^V znIsD;g#Zz+q$`h*86Tg%0Ivp64NJgIcOb=E666=m@bBNh|Nnsq2>v4u`VW7U(@V#CPHilkq|>_Cw)6y%jRc(jTPoGyD+quyy*bYcVH@N${2eL!W6u zN@mLsi4PqQYPgQaA1ZEhF&A<$uNWp~hj zyTgv{HWThMw>SOSV4Sn9Wa1LmdFS(w`?pW+ZhRTKjx}dfH=_}gx>R+?_APJDHEgkU zczdm3kFCP{V+Vey_8s83^FP1lmGn!-{HF&K3cEjaoL7hrO+b ziIKJ42J6*8QI?V*zhH)c|NdPsoc{^PSMqdm45_%4?7-yK#FcO>K*B?V%aB8B=8m>q g7RoLQvNAXsrpmv%TK{fIJy11+r>mdK(gRl{0D#XdZU6uP literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1126369822_0.png b/assets/minecraft/textures/item/w1126369822_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1cf85ec972011b8336ab34a73290509f228d53bf GIT binary patch literal 128 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BKcTX3`kcwN$J8owGegA*khI)lr zjJ$vT*Gg-+F*KO`|8K>f!x8hw?W4T{TW7PO-Cqg4hD?@QeNB=XObKR-k{5hf!KlpJ b!^9xaQf2Vqyo?UeNCr<=KbNHku1Ej?i{>gN literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1127586070_0.png b/assets/minecraft/textures/item/w1127586070_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ad94fe8f790d5a4bea15ad82b7ab37ad89c63c32 GIT binary patch literal 424 zcmV;Z0ayNsP)L1~Cx{7Yqgv0001YaqHFq000VfQchC<{{H^| z|Nj5~{>K*RRsaA2CP_p=RCwC$(Sc?JF%W>^p#X)xLEA^@JFLFIp59{=t)43s&aJru zC9C9Qs4wABJK6mZ{s%3|w#_IN}rF;_f+*H8%q^XxnWG7sshg5ASTp7B&I50kvh;yu(Y(aRO=VYlrZ^r SkaZ~l0000nj_Vf~8D_Kp|NsBbe=&kSqWs%Q^2R~stU1<| zIzy`0Q~&?~0d!JMQvge3Z2SNK0hUQbK~#9!?UM%<+#n1@(Kgq_nz{dBBL+5)mn}HG z`BU7`r#hu{4&q{!Qzd2K4gySfuGiZwE|(yQj=;Cgv!oH6&y7Igmr;s+g4^wUj+pE9 zDn-L{0UdmtLZLSW&A%;bcn!lf*dfsH+oFas@bjezx@!R6fXzRbDu_k6)oFCrfB@T) z9_R>OaS7VEE=l-?pa^caZxT4cvXjq8FbspL7Xmmyrn-|ci$}pUnN8F1W&|O4q!G+! z^J{^lBUqO#Sk^~@4q{aKf*8qzphE&lKy_UG3&E*N`el@H-Y1okS9ZsPgoEWYn|-xF z@$QKDNZ%rG5JU)gGKPSa{ZoK5$O8z&HwXxwHY2m)>jfaeD3%RD`dX-yT6f_a1TwVe zU^gs*60lqYvVP&NwNnH>AhM#gn)=c===3N)AKtQ-dZl=>D*(Ly=tbaVK-rnK?p;9{ zzialnz)2b6LPJ-;98QCRRbb2ty)(i(0;3L&@;H{Ok*c$)zoC|)Nfp$qZbbT9I5;>s jI5_wi>30fb_=G`P)*m+k*~Q1qv9-USrDxk!vyYcdy;c8LXZJ%)<~KLVG(3VnqO&nSo-RR(D?S$) z7k}IeFaQ7m0d!JMQvge3Z2SNK0j^0zK~#9!?UILf%|6><{C&xKc z7;i7W?u82~BI1p9iIvwCNlew;%;iKWX6>R4=}ZJ#il$^EaQ`fD*Toxm3e4Qay_AxQ zEtdtZ=I0>{rXl3a+e5rjnxQoA5#;i>hj>F(U58+r1Jhzw^y3(U5tGRo=YouVd&n6R z!8Nq89XCZf^#zR~F#9G!rE*mA@(M~R<8)bo3N*o5NmV@;JU>S~KbIRTFv>X_!F$B} zbwLGrQ}FPZg2#t*K?Q1Ur@Wx8@1Yd&@!WFp_H&b)>T)@-f%WeUQ-fclf=3ut~BuFCC(2%_l zxq`I{`vt?W?Ss3a!vJ;x*Q>$#(ODBns|tXuHG}A*v>F>DrkMbm0utH0BbWUZIdn4t zps<{(4nfU(LpsN@rh;lPvi9inKqU=UL4tv)fG|1(JPC-P)6m}q5fedhp+_+Hx3_T( z=hAOT&I=k#+Zd^eMqc}?Z9^O!92^`R{1tp@+iw-5;rsat4;0u*0}ey>00000NkvXX HrNGn}!`S%x literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w113601127_2.png b/assets/minecraft/textures/item/w113601127_2.png new file mode 100644 index 0000000000000000000000000000000000000000..db1d2f3102f13bf61200243f0c65cd04c9f1ae4d GIT binary patch literal 530 zcmV+t0`2{YP)u!UQV{?F7W^jT&q8At$zwbYs00001 zbW%=J083{3+1e)g z8d^rq!ZwIs;2JH3wYbuQ`96Y`FSl_Glf>fwj}!wx_6-9IkPXQ5pOs9dd8GuRSD?rQxfC5p$@jsv>fNt^&Z!Y8I%L#BO+tl6k zpU&Vm-cCVL3XF~5Yy3S0hH~&O{yKvvXe>HgygGxdjW7zc`wQAUcvONk>;j{~LKno= z$F`~0z($;@4u`l7EOQkaUyHW50!#5t8`c3E@^WZa!A3}`;A0IdU7$f9+jRguzQgi< zBw(TeUF+dG2jVP>Lo4X4=z(&;#u9@8VrPhr%m7+6PJuP(kZD)uz#;7j1h{0~L;D$E zlD&XVB}{t>RSrV%A^M|!!TS&-F8r%Jgcygf)Vcnk~E39z6 zI$#_4U3%%|%tvcWL>oYogn2)q7EsE%A}xTDaX~&@1!!O1Qz0kM1?#$P=qaU~ib@sq zw~#bj=n6JaU?||S01MxiDrnz9Ux1gew%Y*AjiAF-!2+6>5BQ`hw1T<=pk3ON%oQ|( zX`1rux!^oW?4lLSv+6u|1Pv2aEMt)Ai{ro#I*#c(9fNnFr_68kcMxR+ktg+h=ta;i zY9eUHMRp$+s9A)fAD>GCH+NHvJ!a%516y!c;aC6+;{r8v40U7}#s#9LV#*!{K%+3L zvNGo>ToF)otJHfi)W=c0*4_mk*q`^bI)Mv(WeMv4Ie_-Q3#`JS70vc zVit?H7#3ZQ1hu-oBFGDXX3b&I~29`-^U|!Eo7#y uA=q<*+!p=|H#avoH#Z;nOuxN^pYsWpR>W{CO4$Vf0000P z0004nNklCK>NYEX_CI!Bt`!tSboe}0)PlFRrS*M{dWNGm>~7y{t=9UR0gVpcYnaUrwQOk z#0_xcp0IptU~BSxx0hHznzTN5F>jm&A1(x^b!(U+3EJ0NZOikdE{#pV{8Tk5M zf4-W*4O)lZRgW{sD}+&){S5j%_^$+M*abEP8{HDSpnccwfkM1(E*ISgj=70lXeG6| z0&59fANK)U3UcXoK_Mhf4BEm@w`ehFzYll1JmJu;o@9C)M?fdJQxPUyS>OmY@T(+Ja9Vv~ayL)7pieKCX> zMK}Jc08w@L+H`2)_h=19!6+C73l>nSfQzst0FRC6u~8tCm;e9(07*qoM5Vyg7@G>$ A5C8xG literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w113601127_5.png b/assets/minecraft/textures/item/w113601127_5.png new file mode 100644 index 0000000000000000000000000000000000000000..413598da2f4724a3a483cac9bebe9bb43b6d99ae GIT binary patch literal 440 zcmV;p0Z0CcP)P0003qNkl=GoF$yHU3(`YiGl^at6-biBz!ZX%R8v|N$d=%ioT^K=QXmTo!3H$WuLWl0P3X%I z210bUUXcVuitT({(B`(iB4{DNLu#Dpf@;1XcvKHAv;YDquFt}ktpi~zXo4cJfmnXP zFCO1%0LYdhtAQVX$HxN0Pu|@EqV5?2#^!0x+@HAJGX#v!7UT)cXAYDhn|;ebrBbO> iD!+s`T+Mek;X3auO5YvgT4av^0000|%hFaez;VE0F&Gf8qaI?f;jif6Dbf z81Ayw&3Ue~U7wj{nXPSwnR$+`VS=tnk-B1tfvK00ftHx$vYYpp0=4m!1o;Is`~!mj zAo%~^XPW~jf#SP8T^vIyZk3#O+_cz%hvj0Dig^IX()abZHh%27@7PvWHCw2xc&Ufy z^Oe=#Hky}Q-gty(O0u<2d9Y;Vy#MFyRc!vS9ypQR z@L8zDjmu&Cq3ZnGjj_t?@4r9KTd;Zm1BR?CdxEO#%MOVL%rWe&O>bs130kPRZr4Kh zzNefGA*No%tXEhUT)4A(Rh)PQ^Q`FH^$qi)R%gY=KjZw#ob#FEN3D9n>;G+R608iC YR!@r;zFcz}=nV!>S3j4f2d+o}04b}BJpcdz literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w114252_0.png b/assets/minecraft/textures/item/w114252_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ab8df1d4c277a5059d1f398e9af7392838acecc1 GIT binary patch literal 1238 zcmV;{1S$K8P)o*(yi6zf|PWZ2H(00008bW%=J0RH~|{{H^{Sz#TF000DKNkltUDbY6+Y9ajowdh7t6^G?ZSAduF0}oKD zx863@ycguxH~47T|2yugx$Y&G*G9BQH2dGQmm8C9nzCu)@Ga)q`{U`rA36HiPcGL_ zCX@`YSPp;vW=dYiLCN3vIJxYDDJBgT0<}oF)lSKhGnz9wCk+T@nQ2QO4(ADLegRk` zQ2S%F!Yk&On`-|Cu;g4Y(5C+l=HbAKi5?t{F{sbj@u(}e0%HhcTdKL8mX*wTs%i0AN(kFdz7 z1yIZ~R$Sa?XMJN9YX~u5bsFB_D=su-4@IooJo4PSj|d+tE^$b!v*m)teQjQs(@MDF zGWW9{1%;BO&00e<4_tA9(dQ5EQES9;9O2RoDzM@*cY{yGj3*CkcG?WsiVJZRTB$gm z$1#XWjAwGlVpm-Blu$8Ubq}!<@0f0_xWJ|&B<*YsW5gl3fzuV27A8+mPrv45Htmib z?kj$NYZpUpg?vVePm9N!m9Ds4e0W3sa^|?yFU#QIcl`T@VJj|gm45WWZ`rflw>;bZ zHV+xiR$L^9y^zWWWN(0w&yS*--OG}Tv6Kcu?en`@#*Wz^xoipbzT|Srtnnt6QQ0ak zS76hdY$+Gbz>>>#jQcj9?_A@kOW8Dk3e4I@qn2F6xueYIyEmAKosafjz16X=dDxN8 z{LCMX{=G$}kkF+oK(S3fCEI3;pXHGf+>k!?qeV?mX6OqF&}kZeYUcxRM` za>1^Y*TSUr>Ba2SwEXifLu9`Uqhx} zKAl`fuUR#PLoatmGk!?jx{Tw|pXBGd^7P&R|Lgz$>+|y6<>b2K%Aeh_jNO{2A^-pY z0d!JMQvge3Z2SNK0?tW9K~#9!jnx5%rP&!p;b)(FD* zodgKc>GSS{(Dw_~b84vzFW+Jxmdfu44VtFn*RxX0()`)av#iw;MwNDFb~2VRjsg=k zvumP7W9Mm4)lsna6y(;F(sJKlmUjuJreMn`E7(HhEZCu)9ZV|SI<*x!3p8M;lvWt6 zcK0Y~i7r)NftJ+NnH6{pt}?37oCVjxk``zSdKO#<+p3#PHFaibiO1lgm3Epr3q*ki zL1?7!oX{ws0z&J3-1lm>Bn7kP_K$0tCziPk9u=->9tDrVqn%9Wn&y!u04m5eO-Jru ztI4df);1)tlUZdsaJw(k5Y<5Ea{F?eaLw?oG*5zShTcf?D7a?mjWmyfYli!+G!NXK zqQd~8xZM7Ie#C1DZ=`t=Tr;GK>+LMKW(ehaI|`bDt!9(XzTS?4*^_OHYD_iP+llr%VRfzz%IC582NvcXTfaLj=b4)5m z+N5L!aQ>cEC8~62BmtgZ^*lk-HccBef}biMUbPO~ZbGF*8_$|N_wzr0_4`k4>pY>Y zk~XTJKYyyf>EGM#I12z8s{bQ`eLD-(<4-C{tRGf>&|6;4k4RNoMdi1Z4?q1zKHT&2 z>Oj^?+cc0i+c$pk{5oHc6HJ>%6{!dR{k{%lrJ^Zm%J{~UIU1HmtD!_)m|0GODy2#* zT)#gHl&V6jSHW5@j)wd{%k{s`AD$ez|CnX}$v1kHzx;I^Sm~a4o0pGW4%|b0hmT2| z1>ZL;XTg#c-y`Wcrc`bS31PG#X&qRRKqM+^WhDt|9R*sIRFkwiRZ&`VoKUGmv=*Y8 zCT-PGpp`;&5~+rw+M}QfQ4LM4(LlpH1#QwqMMc|aT4%w{l&DB5N}AHD0|7UXSd^Bc bbu|13e2Uke@oJ(O00000NkvXXrNGn}DVoCM literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1152110723_0.png b/assets/minecraft/textures/item/w1152110723_0.png new file mode 100644 index 0000000000000000000000000000000000000000..0ba9198b7501c5bfc19fa5024cbe3a2a145f56a1 GIT binary patch literal 266 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?#d*U5*7((g8jpu0T4DXN{LYlZ8N>BSXD5 zuZKK`sRX-*2&%-07rQ$oL zS~Dg!xRuS%-T6s38A9$jW@Vfe5zY&4|DSl<_2`!WC!QXC zE19wEgIt!Te)+T*r{+o9Y@bDyUgB3deKbjLv21pSgn?P!C-<)PEBzAW$<+M Kb6I-eiUa_4&0j+R literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1152137355_0.png b/assets/minecraft/textures/item/w1152137355_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a9c84a5dc25f21c7c568e334281a25826a797f58 GIT binary patch literal 1844 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1154904139_0.png b/assets/minecraft/textures/item/w1154904139_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bd2226e9df967160fc318d204fa17efc16d7cfa9 GIT binary patch literal 1716 zcmV;l221&gP)PwR>m1i*mDjVs}C{O-DsBE-gJdH#s#k zDkmmICM8WPDOWEqVK+5sIyh%JH)A$6a6LRpC?_y5FeD@-A0HnP4<;-hK=qFz^|xF1 z+ST>R!P%jh*^Gd2bb3EAD?~LeHYz4ABp@mv9Aai{SzcpLQ&&YuO*J?>KSM`3JU>1@ zJ~lQsF)=YMEiES}C#2;4xc~qF26R$RQvl$~u$I!^m>R+W00n$WL_t(|+N_obuH!Ha zMCTbn-TPm4(et(lhQoj^vOm+52}2Gm#IMAB3(1lsv4Tl{k3$uc_t2?ewb07as#u-Y zWA$Gl8yhDCRz;v?K>6I9sVxJ`=efLwB1&+Wvhb%1RxmOYDOzSqmes!|RAc)hKw>3( zOO_6#ajEI0X8=qPAi#*--l*%#@l72NJ!#e#mk4}nYR8~pMGY#0B21Tn5#Q!bHOI*( zY~BDK^#IKfI?|;@@k2;K3NeZnkVecbkj*d%(;I z`6*f2QoW3C4v5`)TYqFg z-sq=SB1tfogwy*b!6Xt&koLZv-vds@K*Mt`1Ce9Wrux9+kz}S0OD&(@R#gkD+8%tf zhJi7$35(;ss44?EEj3pO6jeCC>#`P|z)>jBcvwDif> zm?}K$fx`YzJ9e!nSyV=GbnR1@7Cb^<0E;Jr5bO8FAt%H=!`)^2H}!4Y9qQgrYIW45 z|6^rMB|yRefJLbQNTa>L9w;CHAy^{-T}V*@^#9+ITeJWOLI7cb5s*p%Q1t%_Xb~DH zl*YnXfMvQc2}%lqkoq4jL0d%u0>%Ph8Bin<TBw#b7Z3pe|;U`g@EOs_bYfQ zuns&00KWnb-G$4)(mqK*TM!2bz)Pus5~FYI9hNC8na03pE60UAWClAweD**QQ` z0!ax{;_B*ZUjcY+*Cg#N(64!w`iZ@505Pkx7!bg50kx7AkGSzF$#|uo92Kxu&?$fs z`&$58V4d{DsSaNPtD0(^Xpaw=Pz2(~hXPpv{MQ?Z6-8LQ#)JQ#!^t0w53U#*x8n{EWZNWErwX_ zsR!(V*3BmFJNNg~d$HYUb8gNtcDA)QO?q-?+)K{UmpqzG#vCvMH_`OP+4dXGFPh3t zGdI1R+}PQ63(=-f336L*-NxRo;vah3kHD(~;L}I{K#{}|Hh2ea@G$^F#ov1~p0mEP z_Y5HQPfXAD4ru)=r@aG;`X{=K3(4D~MWPe^KE~xNrFE;|9cKT1?S2MfDilN zp)=s?S?il$cf18ec%$Rl0B`t4^bJoK;0^F}0TY5eRlw%zsr(u|5=Nh9VPW~dj;UQTd|8roG(SWHDvM>$tPJVQJ%KsGQqD+421O;su)JP|7CZq ztjQyEZ!h0dOVQXC!6x92<`F3(?2HVdP*1MoPT?N)*7CKWh-3uwrT|DtCKxi>8SM$! zl=G$l95N@P%+8n|W|H>=LJjb=OuKX*BQuWIj}T48mcScbpa8!5;s_zqmP{RR z0<5AyRr3+zWVWOaxaG(ss+$o6QbE?c!DhMG3DNp8D5?OaD#+>&^vmf&%_7bw91%Q5 z9IL3y6iOv|(qkV!J&Ydfk7)p6wYn+rzfk1XHl*XV%|rv;|2VHo5{Cf<4<~4r=cV9YK91 zu~i&6!h(?_yb0?J9AP0qFa(Lg9W4170-qlrpGxC=yuW|^T7fG^7>Dq^aL~q3J4i^v z#(*P)(x|{(j6wqBcst-_9G=0x7@q-L67GQgA}9k`#SjGH4kaT)kS~8oZ3ar2QDoX9 z=zy^~F$;h+pt~(6hr(gr*{OhN^#()0vpD&iu-w9v6qNo4>002ov JPDG`^)EMrx5;*_> literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w115960069_0.png b/assets/minecraft/textures/item/w115960069_0.png new file mode 100644 index 0000000000000000000000000000000000000000..90d39d4756f2eb4fbe131d4d2cf943a6879f9c42 GIT binary patch literal 778 zcmV+l1NHogP)Ha5hr78;1(q8$*|Gt4mLn zeQ7P9#ru$@@lJ_T?*OVB>+H(*rOK-{5=UUS@M@LJsZL~9DYEF7?c1nspAw@&k$MS4 zDJ#6yVAnAK*8n^N|MvK;<3~1uAz%ylft3N1#RMmq3P^CO}dT)pi0FRpXSY zuIE6*({uuW&P5qW<4-bO1Byo<0eJ$%iYKu~ser1PT?4*Cbq3RRh_nVLhH3*K)&tFaLyArNy~FgXfDSV12aJduJV zs|7n)kczqhy~ME#+IP^CUof$HL3gl>(@c6|@D3am=L-~kib@S8sQgC_7XNQ3=_1I00RJ|NrKjE*$wdFL_H z%L>$@p%AD>(a0#l?ezLbFpTrJlS@@+4>2X^C693=IHRj%MGCUja!Lrsvn+j{5rWC0 zDDnj%xJk+)PYA(XQf~5;5Zq_m%{n6lFXj98wIBp*7nIVn@t@m!KLRBfOM?7@8N5?+{s1{qo-U3d6}M8mH}X0eiZJ&dVCrG0XK}yc@p198 zj_>iU8bVk1A5)KRoBg?!E&Qsqo;RO*mZGkpP zW}4#S@=VnSd4Lj(B|(0{4Bja@e}J4QPZ!6Kid(7O8+n}!MVR{!F!eChv$$XJ__%mk z$M^VF4WX<1kEutu&HmiV7JgM)&zny_v!-Ovo2x#zIeT|M-1tB;VZTIZ&XvE@Ip1hn m|JrcJadEbXfp%e+vHhgDXEzmflv9AVFnGH9xhy?!MFIdbltQln literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1161261399_0.png b/assets/minecraft/textures/item/w1161261399_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5d260d31515aba1fcbc5a5d2659361b9fc1d6a07 GIT binary patch literal 2379 zcmV-R3AFZ!P)1CR`&fr=*;j zmXFg8py2=j00DGTPE!C&WNiEZ00>t}L_t(|+LYH(kK4x;-r?sryRs8SZeZ*xSM7cK z{XbA|6G^fQ1aRXz`+qCM4Zvav*?BR41lM~|Cu@r_`yB@!!Qu?KX;+B z4X1y2<-Z&CNo=2h13o(03N;Cf@+f*?n{NBaXq+o-8p{% z&l~lABadEhfw4Uz?u%_GnsY5I3v=9>*)g+p*k!bCM__UMGyA*kncP)AJZPhQd@kqW zfVntsZ7_p5hwFmz_*57J;GZ)-#P^%NvF)=P=^B_w!&PI0a9GKvv^M)f`}iavX?KYx7hqd}2V?3saJp9Y}k;5NlT$hnrouLZzmot{^I z^z<@W=bw!1szAv5!9=e9zXo=U2{IdDl)N+^{#_g{UT6}O&H?B2#@;v>XIN9;#O$R21E^C6wg6~@ zQ>VaC6vp}ZV;?%_Z=DZu{`%Ly9{OG8gd?Jmo@KAKkwT`1sJu^4bDT)&XoHU|`c~W&|*RzItz#%_{|@vgd6! z+n%QqPywxg+al=e4fOc%Jg;p4r#(IG+OB=69bTQkNGP{r+-qQ?-p8)%lUop%f$E&I zr{^!8cFw85Tofr$uf`*G-Dx1ZPClWYp1V65+rYK!Jp9YKc7biCPzS^*0RPT%;}PKc zJA=_Dc_kC%8rK${YTjxc9C)7`h=b!B)^CW-0lGX z%`K+e`qlIwVPYer*hl1d`U6G)BMbpXchm2}WF}0qk2rp}UE4O;uI+mH;&yG@wR`Et zwz*}4{7&B*5H1{HE*uQ#PWrCnnhZDP^M5vi4HB>Zj5CAorSHndu?bTypAg^=Lk9fp z#vfl==Pmf`7SF|2u#fJ0KDZPkBeqX?1k7RXx!`hFE-H}wY?0U;jAm{dc$oW)=Dr3k zUv-tR!8Qzd^qWGyYGQMr&)_+*>iYEhF3{Y!*4#J1nE9$qJFx&bfG*{(=6G<6rh_!UoY+9<#-v_7={-B zS|Pd4d{r2@b+*m^A5_?{;O*PIl^w3j3;-=FgM8Igu4~)eHo$BHLcrGPExxP%^xb*e z197WwJKt6|i~FA6KYw`ucJ11i_wRpQdDP&(xA`u8*SoyyyPr5am*+Anz~g58Wm9aQ z+^U@}5ld4I9AA-6R8jtP&RhETqFpbp7r$P6s?G@=ZdECdk9+*`eDmg;Z{AG7c@Qc& zU^vplyAl$Ww{K5xdxvdw0I|5wb9syK9 zt*sBo2XK|91-M@C6F^%8zgqwkP_;{-qq&HJ-!FiH`|$z#ve+H%VA-|SquoRs0Rw@Y zXaPiMw|=GOe_b+~Xx)HzyN$JOaJ}BZ!Tgp)@(#VbeL@RFnfljW@cDf%^lo+=HyrQ% z4bb$V-4g9~Z7xlF1if?ZZr$~;0MKth21s-S1_25ZI8b1yuqOcXCk7~mAjz^2*grMy zmOG&E>33iu{z4QU0fg>Mmc0I){pfLQZ6=2~72{=u$JRt&gjICRVbJ;*Oh1uUnSbL_ zYAGrz!Ug?Wl$Fu1-J4J=t)dewI(8g!#tF@YR$-RFU4eH6;940+-T)NH?#aYAD#6)&DoB?|3t5X68;i zn0uYZM2geIRF4VZZv8GC7r<-|V5X{vJOUePhmM*<>ol&}x6W0d&Fu@I-l@n40J<}P z52f?Qz+FUR)B>32mzsY=(JJv9bC*hw23krTi^`s%`(T*<3GRKKKzR zOm|?K0su{_9HPo(g{g5z!8vH3f>le#1{$T-+_VuL7-0(JrD1$7i2vk>jRWI`>}zDj(UL% xSr16Gn~HLic}$vIHmvq002ovPDG`^)EF%@n7sf1 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1163992568_0.png b/assets/minecraft/textures/item/w1163992568_0.png new file mode 100644 index 0000000000000000000000000000000000000000..cc62f972a5cf2f071d7171c1fbc9cb4dbc1f08f6 GIT binary patch literal 1091 zcmV-J1ibr+P)JdzFg-gsCp1MgC`TzGJ1aU~CpK9jEjuADPB1`d=FgYy)u`ag zk|Z!dL_$9;D=Cehnr;v!HX|4{Msw5P-E(?*%e9UF|NrOa`UPnU1yTtiEIK+kGw8)V_8%`H6t0nvz3g1WLA1}t)YNNG$u1LEkN^Mx0d!JMQvge3Z2SNK13*bcK~#9!oX!b~12GUo z(Yk_*#Vpw_(Jtx!7aIw~jG35_?ne*-+MfzDl2w`^7T+sUOO{*;kO6I3T?xRm1P)Q) z41ZlFmjderdY!3>uN8nXf^>pRu{evP??7z=#p%GoUp2Ru0E3|HE`S{d z5b}NjfY2{C0Z3-=k5_B2NAH=KXozVHPdM@qEL-ONnfbhT{T*1u%Aswbx5bccU~gDv zliSUkKke29lH)uOhT(R=R!i2{4hl~(X+ zufPY^tqF|d+mBd)-GQ6in+Ide`zuh(xf5^>zXoHdRaMS4bzRe<+uPem&hvaRfcd&c zfeXb;fhGz3hr-KBpoSAyw6+HB;N|7*Z9@Q$yuEC_1?CrcQ@CB@pbWQAI;g61z$oBT zsqpPWKxgme6Xu5wE+$Bn7ZWE!z$v6lkn}uYN25_u zC{ToX2!SE9ErZJmJ}m~k@!ro@;Fkh%1(>&`_cEy;8gLc3(t!6d;OBut{jC9Oi$boX zlSzO>Aq2cP6y*tHOcGF70UMS$V4f-Ji^s>l=;6b#Tqq5AKQv~D5B9)jXchy#-orz$ z7XvV4(FVNu%dkR1F;mnNkB_~`u&~zV!dma&fsIuRdI3vOx7+QhZXm-tT?l6Lu1qbO zHe#EaqE3Q22mL>Q59at^x)EAI11Z|%5B`1QQ?c+Pt!Fj|@SZ(U>nWq{CPbI(EAgA- zWI8Bop(9P7^aiGs==Uj_s+GZM@^CW#{2UW;skl^x3m&oL4A+Wi_xSVk+J@RS-RX8^ zSCNgOBj`{%qaX14It%=JO~;eh$mR1wRn>=VBG{66HP9RsxZfPOqMhF0pj){9p902k zbk8hjr+6Mv&Xu$SV>{2s#o1X=gqM+c9%$!JXe&b$0;99Dkwt++00o8bXonaWosC8o ziMWDRxo-dk382shDz$e2p8{)l2Gac?hjFg-+a0%%><7tt0lGT^iR8S1Z_|L8&Se=k zo^(G*&kNmp2^-2}vsw6@?g#04p%x!ats2Wa_k&a&Gy)k*iC;2YMM}$yxsd<>002ov JPDG`^)EGc0=c)hz literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1163992568_1.png b/assets/minecraft/textures/item/w1163992568_1.png new file mode 100644 index 0000000000000000000000000000000000000000..7b977f0e10428b76b11ec4709a63ff32eec904d8 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nj01c^TwM+2-aoza_~!8w`&aij z7tWd3uxxglzon|Qo|SrNqJC%uUzL{Gyod(9V|DW8GbD?MEtLn>~W zo^CBv4d8LUs9eA7-|ZNV$xQi0>^Xt!R%(`}o2_?q4e@!Kvt3l`s*ZVwRMz%f=O^nO zo|Q9lDjP8`IvtR8@y@LOJFfoq$a#Kya;8(t?B$oADSy1aV#f5JKURo^&J9sru_99~ p*l|V7z4|%hFdVo)eE0ETaD^U`Qkl=9<S&#WAGf zR?JC8H&zFRwu3*fHNC69!ctK$;LU7MdozH~xh6-$ejWd{l$6UkMi#+IpLuc$rzM%? zmc~~{M7HxA4=-m%~k&MJfHB# gHPeGH$bgH%V@u~=uA=axK+73CUHx2^9=IX_0D~V;V*mgE literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1166255303_0.png b/assets/minecraft/textures/item/w1166255303_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a1325192d69865149ccdf278e934cafed4a21fb0 GIT binary patch literal 381 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFZh%jSD~KCg5tdcu>XB(=;D2#R z>){!dE6ZahM?3Rt888crzrD5O!Qm&QNgLTd!@!lwMAU|ziw~4 zUAk-i6JMw0TvD6De68KjRTo`aS{m1|R$zD9SMWF`sg{*SNt?I)x<_g@L)2c`_Ec!nP9wbPC-2wnTU;gbwU$8&`f#STULPoFl9 zmsopkf9qYXnBer4PNEz5S4@*z;E>1=mh$tQ&0mWK&J(fQ6+G-zIuH2WYMH&r=z)IM Xe*d1P7w7%~{mgTfbz!eDqwlSn- literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1171608359_0.png b/assets/minecraft/textures/item/w1171608359_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c1859bb1daa872a09b564baf40b832f2a3f5b914 GIT binary patch literal 1492 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1180015631_0.png b/assets/minecraft/textures/item/w1180015631_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b7e8a45babe09eac364ca8c07a4e89fdcde7ce28 GIT binary patch literal 193 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYq5(c3u0Zywe_N*(V-Q{l#~DR&X|3zeTt<8 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1182507559_0.png b/assets/minecraft/textures/item/w1182507559_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7984bbe3d8129708d7b634c99a31474c4f081068 GIT binary patch literal 126 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BKS5FtmkcwN$6@S-!`hQcqF@Yz^ zcmh{~R3e+<1ZJ@}ML+nDq-3T!Z4*7V%--VPq8I;{WEcKFd9A0#)0`#6SY-0su0R7W ZhP5wNOvv3;atdf5gQu&X%hCf^Bmij9El2%oPq&Rwd=4cwNp5CcE zyQd2+3759hyKzPL!ohqT&gX2E)x<$#+b=nmE}!0?=eQX|y+bwA=9s|_rIcnCxJS^G z|A4IN6~L}rhY(|POys8%&^}5G(j4PaUV$E35>;8O=m|GpQ~vx?5$1pZDgZ$88>}Zn zZVq6@c!PtG7DgFXj5SdGq!XxVmYsubbt( zyE=ZY+B8MafcH1IxAmUF2*&F)pLWxLWVwtv1MZ&dr{CJXoL&9H-9r^FXgvI|pQqsC z-EQ~0!mQXScz$@OpjM<2or2wSoiJ4dRc)41E0UQl0v|NitNFLXo*i4%U<&{}B4rUt z3jnx9h@uh}z?!-iV$iq*9-(Wy7-Sg`cK4#9vH&*J^}R$1OTcg1-dzIhTgR6G`j+X^ zZ-B9aF0Dxfh*?$B>2PFWKmZ_MVWQr9M>9Z9L_P! z>>0fi?}!}(vZ(M32(M}7q{gqX{J&dVzsa!U ztb7Usk_ck9R+0abW?_X_gGEujb zb58f^Br~`v3yhk+ihcsx6#o1Do)XLSEbVlY0wG=KZ_und%K6VRT_QdgK#EdK)J0K~>K zMNdGEPujPX-2Vjd&++Fpug$%!bIN9s!v8VEeH&rDli<>R{BY{Wk0$QeQs8=uUw-9? zQw-E)AL3GDDEz~#1QzISh^cK!0gHZBrL=Wji)gn^@T&ys*6C&0pBuf}@(&*v!>22C zbtju`(@$LrNLP3O{A#ZU{U0CK0Nr=ljou*O5-^-?TmoR4RTDsWT$cbS z2Ciqo>7`;RCT}3l9)sI*#}$izE{9W@9CiTW{1VZ*blAs$Q-jf2127EZ0PJToB?Bbo z1j>{iRuUXe<_9SsFn3;K#2J4EShQRuS1CCq)h&g&6JU-JV=;5nG0ZT=fY~@E8JTr6 z@VrSYrK?7&pz!V%1ElLWc~84nhf>+UbP=KGz5d`=K87*c|#BF(Ws z@J4w=E4A#Zwce>M#|aSIPM?|=q~adU1MV7Yt$+QDkSNCZ3Q+ZU4wA8Nz~UVqVE7Xt z2FPLl{|wY(&kNg+?L(*HAi3$IgOXCENcaMv!=E03s00}oeh7FdXOSvoO;>VKz>b`n zD26SSIuh{O1Mp(u&j}EN<3b?-RL=Qv-!SJCy4`Q-cKh1O32+xB0Q>~l-so+S$_V8pAkGpO_X|Lqr4sQP-~&8s{{(c^Pk`7?SWU|E-?MV*&*US7e8e&S{IQL0I4EU>Rjr#0E9c< z0@MbmydV20QtKRtx#au;KzqCd0z^PAGSelk)Uto}XX6DR5+F8{fH&oz3j4bN_c2md zJ^ukoT*mZJ%{7;60F|WV)0U`h{`|CSg%gnP0HYMuGco(7rv$Bt5r~U{0M{ zU%Q(zVQUsf)-W3jy+I=7>*+;jbS+&S)7Rmw@fbT&ir(B@vSO>*Kqh0k(ORgyEsU zr6OhG?7Bg127D95&>ZR1vp4RE*c$pTjJ%s{AlgRhLR@j@j8#&0VGj& z%rJ3$GAIu~P0005ONkl-2?WxaReJYvSfIp0S`%zk72fUpJ=4U7PD$1T*dX0IwvSBr`h^gEA|4ml zN{ru7($Xlcz_wq;@hOl^R)CdOpl2AmL!zh)0mWM`*O)PlM{p@Sw#1JKYU%bNxL#fw zbBpCwjGtLGF(VfR8)71stk^{Yh!vpcQ@m)T*h9-dH1|t$404ZfJTCi^K#IBbx98f~ zEmK?)xILn_jNfr+ZY{`I!O7p-pP=LDj3`vBLCjOLB6NO6j0TQSL>5KjtP z#O)RXd)H|}zNQhWI7#O7c-b?)AyX~BgZ{1@z%{-=WL)F_1`v#bQ7{Td!6+C70QH~p U1_p|NN&o-=07*qoM5Vyg81?G&KL7v# literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1211899991_0.png b/assets/minecraft/textures/item/w1211899991_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bed2fbef90a8a068df6c08825b06faadfe921002 GIT binary patch literal 313 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFbbwEYE0Er@e}8&m5Z(6B9X{M4OzhH)c>LSZ_0(qxBT^vIyZY`a_xT@Jf;OMe%s*nHr z|9KnFowt_Bq*ZIiNxo?P1-s*P&aYbHr*il4?@cL>yB93paHaUMN<*BON5jYc-o=jc zdp};-yXmjmuF$RKulNpbt==mV5cNCi#j(76ZjI?pzqfs7{jpHs>~&d|BY%{cxUS9K zrm8YQAg6j)|5n#K&jqUg?g?Z{wA(slYt6~51k~uYK_*esSv7) z`>0YNAh0yeh9gYpzTu|Ew-t`dd#8lu9%nAq>fb2$ruWxO`-@iZ=9<`+?E`v?!PC{x JW$A${5&*nQeB%HB literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w121784274_0.png b/assets/minecraft/textures/item/w121784274_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c1c5416a41b82338b64d231e51cbc1659f9c02e1 GIT binary patch literal 6313 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 z z@4474{-uS0^vAO< z;e7nu@<)RUyZwI0m1Tgy>n~vdKgE0fB|aJ=Aj>cU_S@ZV8|(f65`0osMQZ`8&1U7{ z6whyOZ_m$M)o8s0oZkz03iv(#Zx0Rx00000fc#$@K~+^% Y0jg|5#Azb%+W-In07*qoM5Vyg7-Z-P8UO$Q literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1219032725_1.png b/assets/minecraft/textures/item/w1219032725_1.png new file mode 100644 index 0000000000000000000000000000000000000000..fc8cb88964ecbc9ffb1e739a99254d5ec6fea609 GIT binary patch literal 2331 zcmV+$3FP*PP)&tdWA0=RyCEaBzQfg@kc*c4ldHWodR}V{KnyY+qh(U0G{gU}aoxYFb`sSzTmT zS!Y&KVpUUKQ&L`1R9#Y0UQttAPf=Y>Mp{ixS4~V;Oiou!N?b@tRY^!yNk>jdT~tX& zQb|WsNJ&yiL{djYQAb2lMnzCXNK!;cPenvdMMOEG8r^B_k^(CMzT&DkCE*BOxawA}S&wDk2~$A|favAt)jsCLXj@&i7f)4S zI@}}N0fa|jZi=AU|GSgNIuPMN0#R1nHuI>Nyelb(WD!Vtl>rWj$&b4FTB~XCR0U=@ z;LnqYJis&?KO4~2I(cjc0v^x9*Lze8WMg10CFP7v5bl*ZuLx|1@KWunPl67(4Y&IE`1A33$iNU!MF7S9 zBKk6r7JhGFjIVoC1;B_}1!A(%XFfi~8vJ$!Oh!tW$N&Vl5W6t91<3T&Yc=4%C~0tk zWH@Y?P5uOl$Khq7E;esL-+=@)mQIDbr{^euE7>KB0PX6PuM#u z&{bDc^4~?o{o@`H^)clQ(ky;cQiL-|nazwT(|GdR};nhyn5ormZ$XnJQJT2sm2R{`Y=wX5X1m?99i#=eex!d*8eyNzW;zkP6~7 zj#KD{9tdR&ArTp)l+q^0=%ev+{5Wf!_tt2@*zE%N{yNU_JPQcr>1pafIFUX=4iGHID-AWM4}(R|9;@sOJa17eV>Lt_0J<5(V&L| zU=}L~@VQnnI|os*X0u}(9^V|#bNoc~^V>)9G^LUr2XS_UfEflZixmVo@I!;OHNu%{ zX)BKBGpLtH^y_pIPeYhepTybvxo9-)QD!29=(Qq1h(*YD0calr=14TXyojf%Oewt+ zXHTau28hf?BvSy$0{IzjgMhD1hZGym=SzdZ$7)2CWjA7uUT0WoI4YNNC|@P^P*OTM3fx&D`@0JUTH zrx{6kZ7mYC(~6r{S|b@Fwd4)_eEr|TL+aKWuiccdudT>gTf?->&8w}{l4&0`*-4H=(jark90EFt)wB&RBM>HZRHO&ee zvmF2ssv~pVj79{dX2C65Nls7s-+A!(CtNq9(F{twpR)mIB{@AsY5v4@OXWf<$>}Ld z^Czy$r4y}0jPhj&t`qtju3Kt1S_!F9y9~i|p@a&BhdwVTD12*NWd)^$C2yX+kiDil z;JHx7#2&&!b-k#l{bf;kx&EPiu>Gwrd*uxP&&8joQj{=wXv5IEx|;gk=DO~>kG|By-@n_s>z*9zn;kQ~8(w(>!1DsSV7D*OE_i6i z(fDy_?l68>T^*XK8J+DosyPldWc<{9YyeC1JjE9nPu0LfL+7E8GnBXuEgvUd`6ec0 zuO7ja8vjNK=Ut3*1`qW|r&puf7p{wF(y~#KJeHk-K@7HNdEGyopG9!WK5V z;Gy4nGXu^FVju{QM1nvNiU96E-TN8${{hYJphFs1?oHFr3ALMhQ!km|pb7YK0)x*D zgwMs}dVSudo1}?ZfMQ)Vd!Dlt)^F@DoR%k?C7YyGv8{nJ+H7O`;z#jsZ&rV$0S0Iu zrp*TbZEMnItsh{a*j#((4KP51Z&YlxYj{yCSO;Yeo3o?tc*6s#9J(_<$Mrjb=OBGg z`X}+Y{;o-wN!xJztbNW-Xakb=$K(21lQ26gU|YlI*{KawN&69#Uw3C=CC?402blAd zh>4fpJAsdv+vy*8BAN4(h{>g&a4qj>Ahk-6NH}CGAH{SO5Eg3LiUiK0DPZ%=t-tOY{iIoS($E zq)xdnTRw^3_TX3m0001BkiYdDc2@uZ00000ECB}Rn<4V*xhMbt002ovPDG`^)ELaE B5l8?4 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1219619842_0.png b/assets/minecraft/textures/item/w1219619842_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b90050a627ac7d279c83c7445d971e911c250f82 GIT binary patch literal 155 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYq5(c3u0Z;r0H@O1TaS$g1#1OPTi8fE|h literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1237560704_1.png b/assets/minecraft/textures/item/w1237560704_1.png new file mode 100644 index 0000000000000000000000000000000000000000..dfa91d24bdff2420d7cfc521c67992c5e0e1fbe0 GIT binary patch literal 1591 zcmV-72FUq|P)PP?u(UvFuq<*hz|BIcY14st* zBPyGmuGC?)EL&1&NuhX)G15kGTuQRGnTdPjg<3BFs|~5vqcIBg0CZ-}T$7#z;0gdG z4T?u;p-tM1EoCF1=K#P>pe&cKMi-9?3N3VOEt;&+mcE}BWIOYsur)<|5ocEFZRGSjX}UIH{i zLkd0tIOYyGt{0P}s?B_54$weJ+d^8l+8ls2*MVQQE_XC@=6Y{^0YL8ng@zU?fa;i0 zJph+j*UOplkI%reMJqrH*nM-Tw?=#haL!%;&G?h{$y87Pp|@x4l?kKI0c|fs(7tj8 zq;P~~5 z*RoHCcoFy<(3urgZ0-OBDs=pM=>b3$3EtuffOJ-s1|6@JqFeX-@534!@3S{z=Of_D zm){3m1&sRy9ODV#=E6)r0?tbH5ujUK$Y9n-z^6}V1Mc#D)P6VvpFfY^td&0lbV4`* zup9uPNt>p>0I2QDLy#;EXn`SfU6ahr{1m_%i;mZta|5`=&}Pmynf)oi8F?Kb?G@lq zl0sXWrXSvmN9i~rNQXN>PyrLxJOG;FUKuAenHfGrHIwyWB9KYE)i_QF=X?Z^8N2pz zA~dtJhw>DFA19YIk(qE0$Xs(epo2C^0o+0f()JOsrfa;#DF6m@ok`LI;N6`AJCilz z+!#o^Ar3&%9;6$AG_&K}95zXcdzryxUH>Q7K9F0-p&*LZkDkQW_xAqxIzbewWZ6Gc zoYcO! zs$P%9S%cw>B=H%*Bx^97k<3I}b$^ptH+AO#NJ2nB2ua`q;1qxgNq+nF*I$220_r1{ z1cu@5({E32?*U{c36NwaJO+?q^7iA0_isNjG@$o677&tm??1eM_sOy8YXCjS6Km$} zhqv=d01G1PJy*+A{4oG+Nk~2gSY>U3as^b60VIJpeFI6@3x6U6h3Zux*8cE>Gl?~q z_ig~T`m6_tEf%GPT7S3?keQiuf3vrM3lKDmpzFOr4*MrbNs|4QE`T;Vfdw#WC9Asi zz-3Tx+j0jCOkl16LaU$@4x0~}wjicADD5NzjNOC5{Y!#J0gOeX_`FpHf@T3ME;fJ|%+ z-Q##7z&L@{*gc#IAkKXY<>zM6)jAsN?LOa20oi93J==;45kVd8#g+DrDUfjS{Q01rJPy&HyIt4-H?*Tv}3 z$Hu)2w(A^-jp1~_{$>YEwmBQ%_02j-=PbY~d&u2JK(ar`t@4)~7002ovPDG`^)EGZzzmNa` literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1238374330_0.png b/assets/minecraft/textures/item/w1238374330_0.png new file mode 100644 index 0000000000000000000000000000000000000000..87793102e399e1cf2fce120e49f68abec6a248db GIT binary patch literal 1026 zcmV+d1pWJoP)+v!;Da-o)|Nqr{>VR?XJDTU&OHxBEYMTOu7K0j zhIDKg)I_o&14HMMJO!YHlskdDODF7M1|=-OR02)`k>HhRoq|A$%D}T1X3ql4>=3&M z)UT5cWjR0{J_`fUF~BlaO)M{us1>V#`Ref5Eu)+W6j^g3)jY zOocoPT*G{`aZ5wpRqfa%IgyxCFV6xuj^g;SflO7O2zn2K644KtDLqL$J{bZT#6?ho z`)%APy#t}I@8nCKxeAJ@;-FwCydMbtq~YsRo+;Bbs-P^WxE1_-etv!aCeRcZGfUJO zR;%6c^YgX+{#{@YCf>h%fNg0TzpkKm9B2q2M1iq;oE&>EKu0-mi0{#=kV z?(20poezE0GO$9x@yI`94Kyrmjes)-y@d9*gm^88T(q&@+=C>y^=+LJWMQsT<4MJt1pv9lpFdzHp}N_=06KOdHt{PjAitE=Ixj&ciMVH zJa>976dM_LzgxZL8E3Eg=XW<`;4Ce8U1V(Izpt2BMuN`v3p{ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1239499536_1.png b/assets/minecraft/textures/item/w1239499536_1.png new file mode 100644 index 0000000000000000000000000000000000000000..71a4232a6f4e0048c2348316722f0b9f964f6238 GIT binary patch literal 105 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0P3?yf(hO+}Hwg8_HS0D`p>z?w40x71FAirQ1 v)=Y5^O(0Le)5S5Q;#P7-f`W8UQy>Gw4UU(YmsxJagLHVh`nfDUa76+Dx#brP literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1251429564_0.png b/assets/minecraft/textures/item/w1251429564_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c20d29e6a6fcfe1226744fe49b1aacc3c86b9053 GIT binary patch literal 1902 zcmai#`#;kQ1INF^T&9V!rjg6A*0KtV4hciqT$;GI?fPD<*D$MX+7&-?ZIeBM8Qe)@2zPUqk-Gza7#r*KtCY8Yjhy6CUo7f?(yVNvlfRpp;J|mGH_+$B+m`Y3M;YS>63`S2dLW2_>Ub zDyK;(TSqkGiq7>|TuK2pGD(*ep=D1y=oxS*G#*!5NiDuhDKB;qws{Tp`YcaRH}iPx zmYZOAD##CxtMZL5bPmq49q=D3-P?9J(#6RY*!}jU$;U%g}dv`QRq{!GNrf!%dn=qgIKb?}JJsS0mboWB*e80sr{3ACn08Est=8E z%954=+3Lzw)oP5y1k4`s^80DYo#o=um=<0*{5GRTN!Lrc!ki!V?l~vy=byzzp65DI zbhI0Td)5f8B)BTk(ZdLh2y%aB)Rm|FBHy11%i;=1YTAxUNA+7HCf2Gg@RK2~J(^u4 z()Q>05AhFQ`L%CXT`)yI&v^9O?Hf}eF5C`y>S(UM+5^$RelmG3hmnf4*rv}~{5wW` z;66URZAokP#0VWHtNSXUrE%y6d$%afyT@~@yu0p-U}AOUFtr6a4qN%e^vchPQ+ihr(Zs@aHISxyc}i zW^U)_n@r!4a*lvfmL6nFOy~Zo&L}z)a4$e#u^7J%!%(NE0#ntU~;t7|b4R9GW;= zi5?3WGEr#9@otYl%V(YGm1QRHTyEUa;9PHRnKn#9kIAv*p|;1mbqbCx{=+NUIiHnq zSX>)nEI#vi;R5mvqGMl74uT6>xrnl@_1BDc@U?bJ2E3pG^iTmr64NqRH(e9)DRj@8m}#Z zxf~*d+mH-2)`#rsYRPGPKa5u>Bn1v8XA*7H#xNAc21UnT5$hZJhL?npN4qkBX7s@D z5h~J|vS=hjx0GM)PK>?uUOFJdie;r91jy@4Ewb}})g&_^eG=B}_Qd)CqTX+30FgYM z|M_4r@3F!>FUy*sIRoMh23E@R5@ai2XHt6{A*v2XC8(|B7WYEh2lc34v#;*+som+0 zvf!{=8hu=mV1=gmV(0U<1+J_Ib3qGFvREa;DT9p?Yl#JdQQr!q!q+FVUfDT}$8E3+ki745 zZOSS?wF7dPdI*Q;)Q(Lwa5aF{OP9U-^Zp>@pO#pcL~hJq@b$P1w_y}h$Kj-d0ZwG* zx!_;;wU?mLO8QF^ayFqqdbqWlc7RX2$sv(md0gA*l4VMP9~ZXP=U{zTZ82P_h0V=# zTkQ1mc?)y%R*k_l&G@hNKAE}acI7}-3=MiO^wX4#=B@Q9_~Ge3fIOF5Fk}y+yyn@W z*|fEgZ@n=d<5Gdeh|?Gq7xEjW^|y;nTTPE1wa-n)?1NwcMD;E~0IofFhwv+M7hl|O z&jN`s7_|mRnpmCv`$r$&#P{fQ9|jMFJo@T(l!q^uY`z@Z87&;n50@~xaFIwv+gLFi zUv>^`{}vGkU7yRovir=`KA|yP0jqQP>rh2n;6d>U)}56TvdDakUO0 z25#o{`!huy1J}RTwo238j#zrb0s|p!ZPyL@DNj+iTxzon+1p37Km-^yb)&^g6BHdD zKM1j@8dFpvH|ujeZcN2!XBj>1VYlNgjZa>2z4h)GS1M%l$5Ys4&s(1c{U*fUoYjN3 zbwRHuQ9n=u%XmcgM%jTx`enJ!?3~)pFcefQ{*G1pmSt>Gc`vIp>1|$x?N!B|(8&MA d=I#?VFc6vaJu@2`zIQGF+1AOX=8s9${{S+aV%`7% literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1251530469_0.png b/assets/minecraft/textures/item/w1251530469_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f6c082757ba740c57be251ed5f381bf9a8acbde8 GIT binary patch literal 603 zcmV-h0;K(kP)PenXeKRHJ}HIx|{Jv1#cD<)qM5GEiSJqQovJ$)nq000eiQchC<|NsC0 z|Ns8~|Nj5}n;(2L0005jNkltcpYcAN)bYSJiDysV`nA2=@Ax=)?#x?jS}PG5&|en zJ+C?J5HD9CWioT09y6sDZ4Q`4;D+f@lpC%Akstz>5x;;3;pfk#e!PsRC_lSGGyoBg z%}gU|TmX?uPOLgN$lDDk_rR@_+g>Nlc^Xz*o ztxn$@{^^SaY#gSSh7QoGoli4>u>&9mD6Lfw8@B=eP+pIlcVE}Q)7$3tb*2C9>C}!m z)lI&?9gpK)>{Pe;up8GXt&aK)xO*Je{L&7iZu{@=?uSSgKI#@c-tTs+BX(V^ju=@T zF|s;hO1AJ(n}0e=MA|&8EdXK&RRCoPY-3N3fGq(8$Sr&cNbj*5mO(;h1OiLoA)Xly zTLQ`uT?M4H3Rsk6?HfplWp$e!aE*v^+agur0a#d-ScypI(^;X!MARvCNENz1B0z|g zhyi4lZg~cHtcs{A^T~3r>u<=)IUy&}q{NDV&H$8%5=Jr+X@@PR83^nYF7?_@BzBF)?V%91sGi)^I>FHJEaTOKTILxr@SYsp5Ax7EH Uze$y^0y&An)78&q>47T}0Ny7xH~;_u literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1255943376_0.png b/assets/minecraft/textures/item/w1255943376_0.png new file mode 100644 index 0000000000000000000000000000000000000000..0798a0a941244f43647e2344c9d7faafa0446933 GIT binary patch literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFS%6Q7E0BKq{KTD`JIiVbu_Sq+u1aqrCyvR0gpSyiYg&=c`6VF9) zCyx&vifI*3W;~c|RAcn7Z*`ykgSOtV6|%hFWq?nJE09k2GYzuSveJ@LmlYBb z(Kga`6cthz5l|H5kr3mTchk$VwW_c*%P=zuv2yM*S9WvOiB*>}j9vFB4yc*2B*-tA z!8;}A50JCO)5S5Q;?|uBt&K+wc$`HoQ%kDb$RZX@CC|K*)*;v?o9KEHZ~n-T*9bI^Me|8D0SK=(3uy85{+J#a+=05M2te*gdg literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1256319553_0.png b/assets/minecraft/textures/item/w1256319553_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ba68b94c9580515fe8ef11d5e86d356b9201759a GIT binary patch literal 298 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFS%6Q7E09k2GYzuSveJ@LmlZnK zbJENtF!chB{59ai9BdElM2`knjZ-}~Q8xsd3+!QkKbOn$|1!S)#&rzHEm zcG{=8WR6nUHW723yJt5(e81=SE=`-lORKKAo$--4_N6g0^y(>{GYmO9l9w@ecZh!b zxHj*=>h)Kp{i0T{jb##dQ4xBx#+7lqLYdyu9jyth@7ZR(U}0A~?8Cz^eEZ!4!FNZ5 t<{2zIcuC(wT<4+qq4LAY`=cL;%dggXKP@SADJWDJJYD@G&I6g#I zG#)!VJu^B!Of(v+0|rbh6-p=)BPlLBBMTiOCKnnV6B!>X5dp4_v*-W-00VSVPE!Db zmya>MD*ylkI7vi7RCwCm)(3m5HWUV6-3gWMqG7ld*?W1!QA<>^{{Nrq$KmLy5I838 zzOOAktn*nSwt{dLi^bIyy5E=>@9_AT0dS9jR?4+I+A4u0eq;LlNVqN-exGEt+&t5 zS@!&F4GfIHS~R@-5mc^XYd_q?@y!QoW7WyfNbQr|+XESu-3K#7Moxc#t?69#W6OFC0tGceoA`)c*l|q0Ys_Hc3|RNmOEcs zRn;#bm|+zYEQ+LzhrVPf_yIp8KW15x$SNh>fOt$mfhlFhYXYjO8=wFIW2T_@_w}Bx z9BrkPQL&@cP9ecM5s@s4g!BH(m-l+2Cn-!OS{pi@Bn9fheJ9PD0Mv6rdtPfjku6Fv z@~76W>x848$V52vJ2<0}CSwJ{tKoZ=Q z)CEMifiDE800%Tv*x`UCL8^dork9t~`;(LVDdPa#)?$Z;0CIJ}?Zah#dp3QT)|d6P zzOCI&M1UL>@KDze^})eI4b8UR+tYiR{;*o7(pep_^j%*s=i~zQX->3+i@9pVnIc(? z0QS^aE}xu=AY$H8@oM43Vlz?-_FV<+?~71U2q==_fFS10+qZA}2?^J48h{97jPwTe zTJ-D`Vw}8Hww=y-^~4mq37-Sq3=xnVFxvJ>5Fkg+f!BlS$@$db5uh6iD42K&&oC)E zGwl|J5oc#!xql6Z@zFucrQflSpAfL)k7zY40qCd^(fIT;rXV&~K@Ea6>mn~A<9?GV z^aJ95AYk(;Bt_@b=M~J+gCr4iKj&W5jv%@XpnujEb98AsGC-qU@CcyHzkbax&`JvU z_D8@sF+_V?B^;q1)lEBU12{nr1mtjp#*Rwx_p`v~KyOW;05sMMSi2smHAH9%ZarX~ z=Y_Qap=piR8Cv^#P=O-QTMue@JUFP`^MVSjT@RM>2+;{X5v07*qoM5Vyg7?f@Nga7~l literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1257077605_1.png b/assets/minecraft/textures/item/w1257077605_1.png new file mode 100644 index 0000000000000000000000000000000000000000..f9dff2b6e9c5f86479f7b3a6eb8e4774ed9cc2f1 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nR04cLTwM+2fXw;?>+o!|!Z0)a z)I_f+gG5h5_0YsHdrd_bA5#_46))CJ11e%F3Gxg6&+yK)}%WQgO@nlw;8W z0}kgv1^a28@9XcM+7g^AF;67q&$0zA>lO38LXV2f-8t_H>-GiT{y*8x-K;Db_KyEY zbDZ{G2ZIYQD=zlxl^j32JKEOaxTX3xb>HJ}{5+Dxj{a$MWHzn8!1}-79Ba3u=wvb1 l*bV0dPP3XQu(!QR(>U7!1h`?{Xzr#px3=e1VdP#pl) zvb;V00dT7k2dacsa2%(4SCPr~4cNI#>_7i^G+;4+@c`q)`$U*Xgm;NBehS_u!W<7~ zdGLh?Gd%drgSl{+3xl~(mehn?WOxUJ z>qew5O{k%fI#i)bpH!(sY5^!;ODZOjymZbiul`}5;P1B=)b&g(om`avM3kb8DFD)E zmgkOuQ!ht~_r!KE$evWkubwUQQZdD?a#~$F3?0t<(QV^!RMG6Cc4brodHY9 z-s4*5bw}})Dwlhc>0D<$ZBjNZ?PhS7FT8Xk+FKUgSlpaA^zGQe0s(~a}&}FTJyWNio218BRwV|`s(8Af+(13>EK$5d3 zH?PTCjqS71sq)s7GK0b3d!qVtQ@^P-?xp%)_dsbkk7b2vjODXP&%ZxZBM97X88!Yw z2izH2?PO%5Lh;i?R4EY;aRH!87nM1$)G4DE+mVY1c|L=^@^lT|y8$TN9cU9y6rR@3 z*m2+Hl~fudI{q!vT%-J+FqNsME_UP;vto5Qo>4Q}g6*}$t3inE`~cy&&QbE1si4PX zZ-m8w1D(|*h*NBj-~6vm0ke)0U)xISD)$v1OZ^f~jO={76ts!WPCH6rOrx*kZ2TNJ z4A6c_y|6|YgebaTWC)|QRh%YGQVTEjDS{OI@BS3r=NV_?XB3D^oqu zJE)x+=dBPotF&7P50ZFcAsiHvP%{I%#MF_R`fJ5)WjE<0NxV|@oYK-#e=R;%QhIu7 zJ0P_x!-j%vp>B~@gk*$iWu1qRAPW}>$RJnNx%hi1Q}z0UPPGQz6s8M83O9{)S|5TL zI{Bu~FadD`yM=Gp;U8N;!;=hv!qxK&yIqk^pw`K^Xf}me!pHniXEv;uF_1Ya3@>Su ztYv+;el(%?HHh-u6$hmXG4rge_-Et@EGRWax8mJ@<7wc4_CgxVv&)PZUJo@g7OkY>_n6@j|Lw`Gf8QBKh1h<3sj*Ga2s~cN%O}x`_!CYsxi5xG%cLhi{O)R*sGiNPU054$eXzYEO#gFo+O zyVWLGZ!Be0QLG3evbWeiA|CuD3wwBO-}+LlBjTfvUv6pQ^5eL_+M)^8YRf&nCgq4G zVH3IBFF-7pN>7mYdl^LLXfQl!v(9|7Z`awPu7U~sOCNK8Uf+28%jB6xSDQKFmhSgo zy*d1Kxk*ZDtFfG!_E7)5iyFEu^@u=Pm1~jc#=qCshEPRg;iBCB8K?fN>P4#c(S$H} zADM>_-`XLN9bCqZKGrT7%N#hQ`-{q6c9AXncV_!8f8E&1+K!xBgT_1OFFar29I3BJ z4t{mqxA~i-kk_X)@3qcUyaQ~0Z2#))1E;V}ZhSK6@AwZS)}Nj#t$~rz#=py~oqnEG HVhQbkZYUPc literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1274200451_1.png b/assets/minecraft/textures/item/w1274200451_1.png new file mode 100644 index 0000000000000000000000000000000000000000..6577a04e9c8e43ef201be111beb4b471c7d26c92 GIT binary patch literal 2945 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 M07*qoM5Vyg7&`t)iU0rr literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1279592502_0.png b/assets/minecraft/textures/item/w1279592502_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5f0b8b69ce1288d0cc0332c0c51349a785cddb9c GIT binary patch literal 586 zcmV-Q0=4~#P)CzLNKG)`fFA}lgLR9qe_A~HxJDmg_F zB^V($5fmv86dVo>A_EB&;$VX)00001bW%=J083 zEx=^@TYzu(cWP4`w|@dqZB0Zn&tjf2WRiJh!#sSeZ~xYV13=Z0a4ILygaiUUd;n_K z{eItnj-PE$gH1rV0oZj`_fUvuiB%&&bA&lejAxlv0DlM9(d5DnV9M@IC$#hK*}meZ z$iw$O;5&b)dFA3d-~iC=$ay5&Z1QAZZ~J=JX1f43e`qr{PX>bYSR_H@^%x%?)s4xo1oA6~Ego`i?wY*gZ~f1lQmTL|XdZ(UBVGP~RcP?g zFwbH6Ek}S&VD{#&(Oh1+Z5|E+n9jWC=$iM0X5Mmm5)hmyr%yZU3=)t}2zl-B@+WvW z&hrS8Nd8b^-ZRW=$A?`X0Ho?T1oDpi{aS+n^2#vsmRoB8VbXEML-Pr91sj2Ra>RhN zBX)WIfB-bxAvFSlm%j6+(FXH|v>;lLC&zc+fA`Z@$IG8yP`Iv5kPUd*K6HF_{_D0E z&ji8^@=Sod>A+`wS>ZUqRL)>Jnd!^E(2*zUC`32%KXl+X*EVdSf)IrCh3nUt2g-SL zR3Oh7_FT=A<2F~f{yKIcHZS1;V*U#5>{d~XwbPd34YzA)3li924Ne8N9 z+W;NAAY(uPbGi?K9NoLXkVb%A9E|yd8>uu5>>>;@@^FS$n7CLIZAob8*yTO9k}`vV zKyB4750tfn07MocaygE?@4Ov##4clis3S@RpreQ!N2AbDI*y5sqmJ$lS)qS7Z@CrB z%#+#CAPlJcanwcC;W8BEYUsemT-TaMe$!!C0l3`&MyLuKxWMKF=R3?bf_=>)vw-i^MFN@<;isR(XuA2 z!9eWZU`)fNw7*2rmqY2DB%rM5Yz14W%83HIW zHh_W7sQH)n;6Mfd003Z+zx6%7>IVP-00000000000@Qw1L?M$is{jB107*qoM5Vyg E82E*Bpa1{> literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1298031229_0.png b/assets/minecraft/textures/item/w1298031229_0.png new file mode 100644 index 0000000000000000000000000000000000000000..4f760a853fd961b54fc1020608dfdf5fdf540536 GIT binary patch literal 103 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BKJx>?MkcwN$0ihv(_P;LwVb7+( zaCr$+C~NC~1!spG17E#{oeVh~e-CO%ur6j`n6~HVXXnj3{s46{c)I$zEIn{V0suwG BAPfKi literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1303587230_0.png b/assets/minecraft/textures/item/w1303587230_0.png new file mode 100644 index 0000000000000000000000000000000000000000..0f608e048699747c25ef724d93100113fb9ade16 GIT binary patch literal 732 zcmV<20wev2P)dDU&b@JrIo6I%n+|*Y)v607K5iMEp?TGy^yKYKVUL z2KGOdV%QLyhk^(o@G9^(f)GR`7&1hU1lCW>GNFo^LcA3eP2o`nDBU>PO<)l?zun1A z4TR`U5iM}2z!c-;@u0D;SHsXqNTDPS%y+KQVLj4*^KbYdeT`kLxPYxg$w_MvLaIRy zi12rH1gyuxw}_8EAe-$jLP}XunnjpJ=9DC-YLhEL^q7yuD8Gkf4cprwJTu|TdU|ew ztn32aNr_hv8%$)3Azn|-X^(*lJon_U8zE8;>cR_3xX&jy3|jjYsx(5L7f8Z4GQ2j|h;in(1Lay!iL{B_ga}QuxmWKT|HHOX)ltsxc()OtJCHzD{Jj*Ic zv#hj;W!7pc^h}^r_HIhy7U@Eu!!rRh>ny6XMIq8aLk6Vq@Z!ab|DNC8eZ!dz0!3H= O0000=A3R%bkfe=XoH0xlXF)G->giQPo^G?-$b*tWcbx+kf4;2v>WMp7v z0D(Y^P6h{@)q20L6Q--h8V`?b2n5<4aVj!UONs4IJG$$5oPGg!u(!8P$Qz^&JfqTU zXTCdy|oP>kdV>| z4i*pKiAWp)Ad`^31YCooMfEO0tpoK^dyH$LAFy+ ztweMS_7QU!Y$c)bl;U|qd3L}75KC2b}f z)IJ551y1q@Wg;$-P{Cup?5EeyOD7g&6SHC-*i${uV^Ann-CZ?f+>wpy*xeC2ZOO1-tE(e5Z! z3Z-Iu`zvads8q!}=eZDwp7>kViKwXU?PS@>z9d+mLgNJ;$SaY*^=LRfuQ`0)Ed z(NxVSMDW{{0-Q1jl9@xF*eog#rq7vbmfb=+|h=HhB(241t+8o{b{eE8~|G`FA zOop{P8LnB4ao%YH2lqRIriL+c#^P!~Z_vCj{K1QB6bAekU1K71#gO3{>>DS4H=5Go z*}`;kCh578F`nX_tNe8LOEL{9rf8M=dyvtc>we9d8BmAie(xydBbb`)!t}ji8JEs* z#9!+`+b#aFmwNV{nfYwWO2Iy2kmQGR{DXO-o36q__F$;!snwQ zyc=}U6X@Hcs4wuR``xnduZt;S0^*GRU;iVC9t=+$lG^$^j+x$QKeVEmG5E8r86Wn@ z=~TE;wT-AI#Wzh~wdnq@13+>Y!r5Oh(&e)R8ZLb8p44`H!U0`!jKhc?T)uWWLwM8c z?|#@{>K60+OkEm3UA<%m{|RH*E#PNA6*mptCzvKhZXU7uOqmOEn~lr2+PxHI0vUVT zegV?)`T44_b+{?v-iy1-pEIJ2>|P;84|ZQb%iTg@AJ!ymvA)}yt&K0r(m{WVhtye8 zeBl);^`l1)!JXX9{gTSk_AC?N z0lQ)aw)F%Er8KRe|d(c9fcOd}52?)>qj=N>TwJkI)obR;uGBobyOK_%M z$Dk%j@1CSs?Dspi1~aVD?e=SzSIG}Kx-2Bl=6Z-c%ZE_sjh`qiyd4dFbc}Ret+@IOKgIC@41SS6Zrd hMxJqIdC_Y9=@Pqm%%I@JM{NU!oD2*LzzvRD{14M`F%kd( literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1317558595_2.png b/assets/minecraft/textures/item/w1317558595_2.png new file mode 100644 index 0000000000000000000000000000000000000000..4c319366d036dce522da6580e4c560989e396b19 GIT binary patch literal 692 zcmV;l0!#ggP)Hye)VO-o8l{(m9BKbS3&5FWc0xtcy&k zV`{u=T++tB|E0#z^$w;^QsX5b1cB6C)(~EW9-FXnNrUtx1O6inI6nw~5iP!+>Ms?`oP-T&}Yc5kt!wRnouEGa#32kG1qFVpry2w zjJZnAmg6ogX0_y6RHr3R1H`13Nvz{0FcwoWotz=w1Cqz8jC>QE5dhp7K>T9NQp`cY zCQMES+i4k2R1)+c9o&S|`$WbgOgkBAT%A?w1d% z!><`;Lssq=s|h%N5FjPmqdtmN)%FTlQj1o!X=$#pM$Y-{-L48S?d&=T)} z0HXCz+`TL<=nC@sC~ zRX{7>;}Ood3F3HMNM5NSwXDmYm5&LKoCOg%kL%8o&*PSV8`m166m{#mPQ&9jy9pEp zLmV`qF-Rd<6+kRw5eXj#1PZ+Sa6AA201k9gPE!E? z|NsC0{{Q~}{{H^{j9joV0006_Nkl0U*&v9kWwUb*X@s;oexD>#+rzf z<}B-vBHBmB^gDP2o$s9oSdAbhMIjPOdK`5Q|6@R;l2j85=$ssl|0rHXF@R3x?qP#W zs>c-$H~0XG09a+4p&c@<06Gzf1CZo(ds_`nN&)mZ_94ai3Qb8{HPvmK67^Dm03%5N zJ2^Rozkb1Yh+1)+V-!*lv^KwDy-3W?R07LWmY*B@#z`-6i@>|7$Z4G5DF!=9dH9uU=UW$rCkCp z_Tap^+3gcBL96-{3u0o?!@6alPdHQ&DVl04` zR&SabtqzZrS74-GZa3u#fR3}IoA z9eJF9(>+Kjga*JXVB`jilHK&uBBC%BfQ(hx`#;wHRHh<5`w~rl3&-)+dF&x7{5A>R zSnsSC^|j2Vfhmo3vP4&A8f4~`IV;VTy;{zI3j*M?%jNq?kQQ|D@>0N>XTW;7KD#vQ zWx>fL;C#u8kBgiO=4rs1ikxy<%mGbQD4i3j89=nil~&?r0fJf0gRl!sGeA=aq)>kW zO!R*Mr*nYmIr!f|dH~5Z(ED>W4UWHyNpSpKM88G=jDk@B08Ja*1g9zLZ~y=R07*qo IM5Vyg7!?daga7~l literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1324070570_0.png b/assets/minecraft/textures/item/w1324070570_0.png new file mode 100644 index 0000000000000000000000000000000000000000..dabc70dad34e1fe4985cfc8ec65f637dd8e4fd2d GIT binary patch literal 726 zcmV;{0xA88P)V`qF-Rd<6+kRw5eXj#1PZ+Sa6AA201k9gPE!E? z|NsC0{{Q~}{{H^{j9joV0006_Nkl0U*&v9kWwUb*X@s;oexD>#+rzf z<}B-vBHBmB^gDP2o$s9oSdAbhMIjPOdK`5Q|6@R;l2j85=$ssl|0rHXF@R3x?qP#W zs>c-$H~0XG09a+4p&c@<06Gzf1CZo(ds_`nN&)mZ_94ai3Qb8{HPvmK67^Dm03%5N zJ2^Rozkb1Yh+1)+V-!*lv^KwDy-3W?R07LWmY*B@#z`-6i@>|7$Z4G5DF!=9dH9uU=UW$rCkCp z_Tap^+3gcBL96-{3u0o?!@6alPdHQ&DVl04` zR&SabtqzZrS74-GZa3u#fR3}IoA z9eJF9(>+Kjga*JXVB`jilHK&uBBC%BfQ(hx`#;wHRHh<5`w~rl3&-)+dF&x7{5A>R zSnsSC^|j2Vfhmo3vP4&A8f4~`IV;VTy;{zI3j*M?%jNq?kQQ|D@>0N>XTW;7KD#vQ zWx>fL;C#u8kBgiO=4rs1ikxy<%mGbQD4i3j89=nil~&?r0fJf0gRl!sGeA=aq)>kW zO!R*Mr*nYmIr!f|dH~5Z(ED>W4UWHyNpSpKM88G=jDk@B08Ja*1g9zLZ~y=R07*qo IM5Vyg7!?daga7~l literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1324649479_0.png b/assets/minecraft/textures/item/w1324649479_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f3dfc33714f6a57e90697100f59cbad6c8b9b190 GIT binary patch literal 1766 zcmX|>3se(l7RT@8K|&yqAQ7SwK~M@v4ag&~P=bPyharY{P$cT%Q9#&Q3teeD0po+0 zPzujA?-J98!mFc)*#jeXcl952IJ2D}QpVofYg;YciC+W^~O-jr?* zy#d=|4)LD&(`djv0K;3oL~w6T<|JN*H@7m^xS4D4CV%d@8L;*UlRXMxO(B>KU>^ox zEWpaSroHg7b|1STeC02k?c4nV14APtBO)RN@$m_Xi3v$b zNzx2yPEKxaZhl@~{)rRC#lw~A`=HoWYS;c z)n8eYzx&!d_nHqBFW$9nq&a41Wq`ArhxXb*;)Y9o4Ij~I&`;IS@(xPa)QXLn|AFS= zAOT-iC4Y)q^fXzrX@vpRu<%-n2NW7Hax2r&qKW^3u#W!hiPaaXg1(Sp^kla-O?35u zQ?(Az%ArKqG{zGy6QILm?aC?}+T9mZDi?ux(V= z*tfom%op(+yLZb{xh!f(ZdlxcuYEJZ%?~fy(i3BuJrt`$bV2`9w3Fa{i}e?7aYl?I z@_MEy97+^d^i*2*MlRv9zgRpZWxlp=em{6!JL;jh>Ge~{nZernO(mscjkXs=nU0B_ zd*o+slKl=%#;Vs#xI@VN+oUI{R+Z^WN>uc6)tBmk9GNW`23MJ!wTZU+bMtra?$izR zHVl(o(Xvfx&xQ`|*euF%NckdzLg{>vs(Hvsr|M>W3A<25j$S(L93%TLCq?F@FdVXT?N& z$h(Rxcp&x1y|k z;qmS}wG3^sl(?X(y#t(To}1c|2*Lb3UCkXn8H@hFZo8fc*}z4 zC$!5SOy)ngn)P{q(xVa<4*6!x#(a!kJV4fDE$`_*Yy}~06lk^hqpIXDdQEF!@kbq% zBn@-!X>|NCSp!q{L6m=AYjWkb5Bghn?9|fIrOD88!?j8Rl5EnNyY|*?^tZ=)Ymk=VWZ3;${@c+0oxFmUNC|_!9g&e z2}Dt^0th<(ZJy`b*KJrtL8R{DtAH*2d;J~-ms-N|w8+Q(aX+nq!n!W&`XsnqF2f>; zs@(M~FarV71I$`Gmu3E*tDwfk83oSa;S#xrP|cT4wJbA0suFd22P^^oGrQ{!!>~LU1!jX_0x%^*7f3R*bYQ#zGdP>TU{zpjBPw_iSQ|TV$W34q zCTo!ftJ(b+1uzT(68)|0T2rr)Dtjcrt4(!W)3qur86o*Wf<4=; zpBaf{zwpENLks!^F)IpCxub?;LI$cxR6ca46G47;UKQ(=@y+Q~a7hKH%Kb#a~ zNtALaxs7zhpWV-}V5oqiAhG0}^>`Be{G^{}Rs7P;FTZ9cq6kMpUD?-m=4wbICZh>f zL>&a{l49-W=jXbt;hYzrqkuj_P`V)SEa&!lTb3p6EUV8^fG$veunWSF4uZ1^V1jLe zG6+V`ZQY7FuRt_f$;>$)1(8zm(|HA;QAXsVlEs|<3gH6KKcYhA{logBz*rtdkE-Fu z`vNnBAoIae#D?A$zzi-4!J}kl)|pRRc`ASrh9)R_l%kyLEbmu9Bib(bb04|H_>%x3 zC{ihZ7i7X5kOaV8__lzN*c<>WXh)N`ufnHywp41^?sY+1z)FjogHeI92v8!-SgMay zZdwknz$_;oN5TL@TY$=T&*BOWRq2ALD$@xQNTcHQKoMJqBq~R_<9E{1TlYPZ6zLAX zeimeUj25(<5`vAKBlhhqzLI;3dNX&53p&vlpB~9FcHCS38fDW+tsDh zIxHz137_fNcQJ1Ip2nGk~5KjGl<(^&3=~i)a(x z-5-B*@ZuGQbhie6=!Eus{*;1|GIIJa*Y(Mtd=6e;o?q=KhW3P%Q8WMm002ovPDG`^ F)ENFb{{8>} literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1332801006_0.png b/assets/minecraft/textures/item/w1332801006_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c72b00cea74f3cc99f1db3ce4f394ddab9d15f36 GIT binary patch literal 2386 zcmV-Y39a^tP)p6eY|zzbx4U7Ws#%MjPjrZOPmE1teQQC3K~-=&P={YJ zel9>*T^@QdGkp;e5@i4Y00eYWPE!E>|NhQuuCo9D2)ju{K~#9!q?e6uoVpf;QB?2s zx2v={&HKOV1silGo$89t`7}5fORUc}Vb5%jL|G`O}(##3oZb{cF zd=<#{A}UiYn?ijXHFgW&6!@{@w~w8-?U^NzMQ<-+mXnAsd_&cdKafQB60ntvXMtob z-^&6rt*BfYg&O1A7*$&Q^W(=qdSp8(su#(AoEt-;w!bB^q!Ja3sv1W=BpYMk$B(16 ze;0sq<*Qq=lr%v6y};C$ouCT){80dE+7wwk$EDu{cp5}XEXP2z@QT1xP!g^;A?8Gi zRbXw{{sfq70W4WmNU-Yf1(e9j{4)&-ptr3y)b!3k>&5a4zP%XTu;xYDyup}z+?h5>T-32{b5zeSRUaCB+9?t*jY#g+82K6)Te|AXzqQkj}mNgWBoV zbvspjF?}pYnQ)Sc;wyh4b(7ZGQdxHdRz1~ZEq6*jpt%I1PG=%clu4(RF9HcL1xQGD z1UN>)UhyueQ?_W6CT&{l(VyGTle2q>$5OkDcQvX6i_EXfd^$v#>6TV z>XSeDxxKBHu!G^AZ(Ht%d)_#LJ_P_|MdN5K#9~dbsdkVJc zV@vX4p2b&fody7{?U?*?{v*Fq_86q`n-7a-&`frGGJx+DP2^lx4+{Al8^KEyAQ;Uml)w zXzxsdSnvy66AXjhL{|iT_#P(j0EGM2*i|nq+MPuhq+NfjJlZ&P72q3-<2e@NY6RK_ z@C#s!7l?Njc5E3O5MG{v?KT2;G0NP_aTy@L{#Sh93h~AQ+`)qbTvn9;`R!a7+*w%I z0ABABT+i{vJjqR|B{1cUJiJ*4#^ufAdOswnf*k*gm2l*iyJJgwArzZsFJ-c%*~$1wYo_H zjNPX)(h@*>22kC+BbQ0FW@>f=Rstl0dpJ+6ozNm`e*%b7q?7-Gj!sXvnY^1l0P6tJ zqv<_QWJn*1n5};+5seRA4-63OZGLu(I&{+b=Gu1EC2)o4w3Gs z|A|v)fP8@TY&QHj`X#8^?NMIWxyUSrJSizbLwf`UVjC0zko^*2+baO)A~VD?k9TE> zQk%#MRwVrvhRCDrmjrBE05}(!#eUP12x({naK1UP14vkIO91C0vvP5t-D`X7OaO7? z0noN;4s^i4+A;N9WL7fG%7W=U2YN(*J3o(JJ6M1QfENJHMP|TP0)#4=^u0&sCqR$O z_YIr-BC{yWM&+c8KT9o%-4vP8TyJVF-!22*{rdX>BqR=i^6kp0aqyJiAfu8p zpF00#M6-{Y$Q0001BEK%MqoRq7zGynhq07*qoM5Vyg E7%weZ`Tzg` literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1332899135_0.png b/assets/minecraft/textures/item/w1332899135_0.png new file mode 100644 index 0000000000000000000000000000000000000000..daf6c97108248886bf65b6ff0244b700b9d27117 GIT binary patch literal 200 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0L3?%Qg>Rty@oB=)|uBB23fJ`6|-kiAtNHLcL z`33)D_$RXZV=IuG?djqeQgQ3a2}3~!MIM#|iyfHiCO9~1OlXi-2`JF2H(KZ;@@E>i zUBy2+qiq=;`a(x+#B|*^u5xRmB_aV}3ew3Crx^1Z!3{zOgs0dkF}tDno#16L#f9b-ci literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1341505778_0.png b/assets/minecraft/textures/item/w1341505778_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ed93ef04a3b537737596e9e3968d322da04e75ca GIT binary patch literal 16610 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1343839841_0.png b/assets/minecraft/textures/item/w1343839841_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3a1d53083b4fb1aa7aa0dba77d6c3e31faa45059 GIT binary patch literal 1278 zcmV1-K?02iDGeeP4VvNzsJY6zrWn( z=Bl^7il3;Pt+kn%Zm6hvtGj`4MMmM$)_IYf#+Ze5dR>{Ib<)|cz{j1Nij0J1QKh<= zWh^Hcp&x)zMI3vF|NsBd(a{h_Xiz>fV@*DmH!5>iMQL_OhN5$%cv+*lmU@X))M;C$ zLN&EbKa;wEl&yr9r*ETbL5iGT!(C62YEFM$MW#6GGXMYp0d!JMQvge3Z2SNK1Mf*h zK~#9!y_SW-+d2$|Z)Zm^4+Dmy-xW zV}=ipz24(P&zMj>gz6gQj1HfR>SE zmdIuqDc6$+>hrVmx8(*pR``DnECD-N{CaS(!r;fW7^nfG`|$~`vg|zr7(SPz&uGMq ztQ}#@EXVH%GYlhI1Xlj~l@R!qB$+5(0f7Z0I|3QHU2K2_NwP&C+1koj;K*4>K3rix z#0O3vmKNcluqUTPrze(U$4mKPEy%gTeXtRlBcv(Fb#Pa0#B`?x;jB*29hbLca8eSX$>Q{0^MLbZtSlR-6> zzwSYRiuQjRxXo`te?C_-4lOUr+!av`tp@_ax#{ye61W^TQH_xn1&cn<;0wHoo+;n9 znI!osB+0hc0}I$>ErXo|pv-_Bc?*yDfkyO^*#!o0kS+#r&|%hFUw}`DtE-`$sftLLy=J1PVPTkA zeS-Cr65sthH?LecYu==ej@nYczL42>rakz2EB$I<(#}A`R0r!?H+3r~{nSMD&_qQS zAD~Iv#ulRiCwm(~7KoPw`33*S3K-rV3Od5Tz!>W3;uunKEA_1DBGqt#=7;`Q zpU-lB{7>9mfZz7TBu&FV3k__(eRJOOHhteq;eyb-KKGdNq-Wmy<*ff5^>B4f4q;$C z*ZfS#_w)0kOg;};E_uAVeSY5q=~}0U0W~e}x83)7dTpVnp%-WZR^FiKO$?X5XlSZy zuiVY3@On;IdeT-=hKx&>!+o?D?ftyJVTEs4r2Ry%O8>76x&li~SWPc7HH0tdD4mnF zib33jH`VRfpX>)qD>4K96a)iLURc3$X>($1Mn>>bk<9b8Q};&ss-KNJy7jbn8^>9m zsfsO($9z^KY}tOVg~8oe`{mdK(gRl{0LR(m Aj{pDw literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1343839841_2.png b/assets/minecraft/textures/item/w1343839841_2.png new file mode 100644 index 0000000000000000000000000000000000000000..982ba3188a9fac8aa929ccd983f82d99032ac128 GIT binary patch literal 893 zcmV-@1A_dCP)(nWkzjpPG@OJbazv7dQV&GGSYIzvUNlNhF*`OYJV+@^PccwRK1@?COjIsVR5dESq-`kY4zsM>{wly$ze^0bQPQ8m= zKXf&{vF*tp8RAoc@qVenm^*6Yqi25hXtvKMV<+1eR)LWQghJtQ(QzY*k3Z^zAoN;N!~|*+txK0HEsBVg0ufvIT@8ixdNrb%2ftQXK<>KSWeAnpC1e1V;EnA`?BwwT6!Tf5;6G-H;Ww z8W0L0gaF{eWjR!X3Ii})!=KhJnstGpvw$M}n=ID~5hk<1_J;9E1T-! Tlc!TJ00000NkvXXrNGn}4Jc@u literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1343839841_3.png b/assets/minecraft/textures/item/w1343839841_3.png new file mode 100644 index 0000000000000000000000000000000000000000..49c09f5fbaeec22c186fdb9635ee80465640a700 GIT binary patch literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYq5(c3u0T4Y*djdJEGW*zE6Tvc zO-0>E)|F%SbD#ucNswPKgLg{KA0Q{+)5S5Q;+Afgd!w_Vz|kjV|3n*3zp1>;V3Ex3 zq%p(3`Ad2Aq=JxWTZL_LofT%9w~|_K`0bg{@aX!q^Ddvv-+O;qU!(SG@ta%9u>r0J zU)Ncly0!B^n+~JI49hmwxF;9>t(nOlruyS@w}FVdQ I^uQGf0C~JmO8@`> literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1343839841_4.png b/assets/minecraft/textures/item/w1343839841_4.png new file mode 100644 index 0000000000000000000000000000000000000000..0574e1cedf670703f528a1601e0e773cff7789c4 GIT binary patch literal 321 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?#d*U5*7(5&=FTu0T4zNG~AS&^KPoC0NHP zM9a!cUEe|R%fn!h9Ain4UoeArO3oi3=ennhV@SmwBk3VktwisX*VB`K?>^(`#QIwBc7;B+y}2RUOSUCG&Us%Z}_vNug8_xYJ+Q1!i@o|rf^qOzhudYuKySD22GtP8`; z5^0S;`RD!jp9@q|>gnPbQgKVvOLfsP1D?LwvcJPWx!QkO9P>c;>hAr&EWxeDI z%QjV`j?ZH2_Wnw+{{GwTN5bB3|Jk)0ejlAaL06?lgZU4`X~+Mehy9}qfDT~rboFyt Idf0@?kEP) z{{Gi-pYi|z0jEhsK~#9!?UdJo>mUq7(=;>4%K!iFT?Lj@oXh&vC&iUx%E*Uj1W+LY zk|+-srNjS2Gbji%N^%c(O$l%@&f#12+%{h zQ6IycfHwhC5Q%>ih=5fl=x7?l=`KLLb-Vn)Z3^=pScFBdgA@Gd^(vzuetCq&C779C{NY} z5r;C!mx1omH^ImLi&a4R7f1OhI3LxreLSyDLoDUv44%&I!G1oi2(H(N-hQ4GTsJn4 zI1F%kME%QOd=x~KvWx^Zi8Y=pNmxc*5C8*I4f3@VETb5ifof$k7Q`UPH3qf+F0B>P ztHE7V7cdQNMqig;P>9*IKUq~1KS)o4SW1Z~quzrlAZq&>Mt$vnCHmU6ZA6R1a}gXi oQp#4t<}TC}?(FRB?CfmjA9jNEhtzvE1^@s607*qoM5Vyg7@P^?TmS$7 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1358579565_0.png b/assets/minecraft/textures/item/w1358579565_0.png new file mode 100644 index 0000000000000000000000000000000000000000..0febcc03388be33b70dcf36db5eaa1dd4ca750c3 GIT binary patch literal 1360 zcmV-W1+V&vP)XNHQ-;F)>LjBSb4GKq@LcB_cW{B|0M`H6S1{9~>|o92yV~ z0002>P+Dn zI!MT4#%Z$u|2MuWx!rc$&Qiw+veZRF9Fi1LQIT9F&q{kwsbPdTYpish(xpTpshag5 zD^|LDOCe5st)h7=TUFW03XnxB5i=l{(MogkBS7~vVD_#72mcWuHkPq9YsV6*is&F& z$y@%~^*$h^_(1JIf4+l}L?A-MyFMBQj7KGCm0FW7KJyg!}HQ z=FF4ST~;F8TE}6G$lxR8hsS>k_pa6|vQtbuscdPp)_54Hdpa>FuufX4C@E$HxiA$N{q=0wD;!PZK>J zqfJwX+5HZ|%ojif0I4(ia1tPj66&c0Gg`biBoR6EC}jpbJUoa*69ABmplpVm0HYNa z(C*v`0;P8(b@%2T#07#fq6&vDfQ^mTpl3uc1(fIKc5lyV(ccv6Q%73XxbzM7Ep`C- zrZD^TnWh#14*;?*V@Z_xSo}l4%}q>5!13!)Y6gpsU~D#q%-Kof35;v^sRVQi={q({ zaI#*o;A{}wA-iI}xlMm>2w}I6okRM_0-VvD0Dyd&%2ZZ>+w|XUEZzV{c#U!j$;>jl z21qA>A2ZnV7Vl5LPH)uXS4vm_aYY(WzaVKtbQ{NwcL3t&iHnt%3_1Wb+Gf)rK;q(T z3`Tl;zYe%L1MrG6(T?>98hJR6GeElz2uPo%Zhq)lXC`i5qHy@2PV5Q*SDSzO`pTud zPrZR9e56~LepMZQFg2LT!~-^K(foXSTx zrgaA9apWEOQ#GWTMGzwc5JY93F6y^JK&XuN^Jki+^W&Be&KgrJvCa#?$LLEbUP$mi zf0BqUk{k}rVUCI}F3^psNksl99$0K(&20l4Wh7yy72 zO;6`yAsA}_Q||>M9+Sv`tEAJg|s-_T=*CB7WarH&r%trT-F;VeIx}N~bdz+W0 zsa63`aCLLmtUO=1BQAep&fivETJCfNV43qUY`5qn>)`g-vbawc9f?}bq}xOF`y)W- zD@Q=p>ZP?ZAHxh-KkYfauTvME=_AQ~)rXG&izW;Y0OMBxD=~XxKs=qn`~-9Tr$a2gI~YC{rEA*uPYB!WbhlA|C;0fqc0c*qW}Or*?-(W SkC5E}0000$b+ zW~UQss^+C7zhrvNLZBRDNswPKgLg{KA0X$jr;B4q#jTKj$1G<<0q5e@Cv5v0%jO$r z6g7H%+gEYyx6|9#;?*2~Bo-e{R;ie7xx~&`|1~e;tC`Xk3SsOGyBg2D(=lR5Wj-W# zw&SZghiEuUZ`Yn5`-GJkGMayW{_tY6IFZOX+D% z3xj^o?hd&hldOcIxNcGVKHnUZ}val#`xW}z%|d~p;E#rFWbE9>u2!(Ro4Dg wFm-bG|G571MMWP&?ROuEvfceBe*yyo-iF>FVdQ^uQGf0A)RUTmS$7 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1370461969_1.png b/assets/minecraft/textures/item/w1370461969_1.png new file mode 100644 index 0000000000000000000000000000000000000000..40e61174f04a4870ed4bbf8d7450b7489213e904 GIT binary patch literal 1381 zcmV-r1)BPaP)2ydU8QAFC{cGC^j`KT~qYe=R1rzgXxCPh@l45*?GwrbiGh^?9| zqhfC(O8_fYM_a1}P%R3htzz`8!33XM+dZ#6thcX&foOp!%47ls7=Hw|cWv8uo13lQ z`%k{@f)pJ)qlExe$Ba1EN=g(I=qOS!gE>Xp8pDzDU(o`d(!EV(iDs`ROT+k>p-s%b z`@9AmvIg>BNvq(gVZ`)fUgrM7HZf=4_I-{!HZ9^FRP3OLLw3 ze0(`(=wHp&w2qQD6#}O8>HO2>F{3X;QKAW|@@pz>Al=+*?JO`X`s?VU>g>}9`=Sgx z5=hDWexME+h!J26tiQB%>PgRQY}=v&L?N_uwrJgMxtm$WvIMEw6~?kZt=ne0bkE4N zCc~)l*tmYGg1Xh(G=t1GV^y#TTiSfG01I|iP)8XRZMEdnUa;ysw`$yJ!f4yHXj_L_ zQvubMfHm3QeRRs@iAI1@)S(3=w86DHSJ=agcb{_EGc{C5>S%+uHAHjQ^9j;=dVD%x zu11AM+e#g5)ijad{B(Jek!{tI)~JF|;x`X~dtZHb+Xyg5yGUlQO>LQHUKpdNga~aV z`oQIPc+k&oo&s~<=2h_0ly+WUztqmQJ5WHlz{Np^NUWQ%(!0}W=SvC*1RyRPS-~hZ zTR^MIb3e1Z(3+Y1HnrM) zk|4UzxvRJWSI1ZzohsVL)7Eq5q{U8zmYRifz2J%m_inbF5kb6qTGmAqMrI;H0u>l# z{~dhT&cEJ4e!S^aEI}*FFRyGW)mRc#BME55SLrX8xK(`f_Q|3=jBr{u2NN zxcA_KtNZV6D&WO?KS=Y&hs&-RQ?oq4OFriafPRj^1zi2&U$uJfBU3)UGrO8y*d}m^ z4R@b>bN7dcUca84u5K#e{G&I<^y81`#$(ADKrLbO%(l|P^~(s{R)CiI?5H!q{R6OG zuI2#v^mPqfU0k`pZ3>Dp$86Hkg3+%@a0#z6r;+)qb%XmaCAfF%2qX;8#0*~s;c|_S zd0ZA;+;RDq^&W05AO(_|ONz1k=6dnK*k8uBTYGhY)i;mtKmJ(Z&4*K+O+(|^cE2>; z^Yh)h>YW!3@Mq_NA1nTF9%zhNSspy|-z|Xe9X$f456;R5C(ERX!E=cT)G_jQv!c`D zS#!6bv#Y0kiC!XR>2YJQHcFvssYaVpqVYAFsMLYhvTLNuUWDpi2`W<+rEO9NzaeP~ zd~OvL0ijBn(K^(c!Dt{P4P@}8iO~Q}WIE8gm;{4=+|-zk6d1`)|ME55U-qnRsiO=? zJQw+!JrYM6{!+Dnqj$U&D$fJ3q#%U_*r0W!3<#n%t>k?_WX3cy^ZOo5qfrWEKkP(= z&{8I2wwArjvFv7BFg3Iwb%+EYN=2el%BU!XH0rB5LjGDHDg~)1;J59;F#!Mo00A)l nOH;zRtpNZ400000008(KfuH3cL|%hFT!2rAE0Er_(`&&dm+mDN<+N`#>S*&9icp5l7^qhVhM&)f4mgCYbDx(R#=Iv^u` v(A!a|b?e974cD2Z7arUw_-FBfs2}XvTyF$~EH3f^{lVbr>gTfbz!eDqU6gZ0 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1391054669_0.png b/assets/minecraft/textures/item/w1391054669_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3bef217126a04af014d50abb69c3b1d16b8d5423 GIT binary patch literal 1410 zcmX|>c{tR09LIliF=H@94VDZU6Q)d#HOA4TAsWff&}w7djHfW9L&;gR`-~%7&O)Jb z7cB-errgiwSnR4~-6==t!0fd1-LXB-e!j2o`}KT3&-ahdU!R}c-Hs?JXemGtq~zkv zV9A`gebES6f&gNmOvUc59**13jXvpGwPf+u$Eifn4uB8<0RWZYWAAq|Kmq_)0Eh$N zGLYnxC+}Lx0G>b+P6mt?aF`DqWHf_AGMa>8CNhA%J+QL_wzj~=W`=3LVTl3Q(su+1 z$jN2v>B;C;P{`KOiZZbEC+(AQPE(VvL-)by9>W=#YnoePi3U52v{dv}uz1I{_z~HN zCNV5GHYAl50N}saw(NYZ|NZp?kP=>d!6674>cTkWaq-o1{?q6xilSqk9=2`d(P%b4 zd<)>>GIkW4FHw5v77;o#qJ%oI*=gSESNbiVpns_=;<@fkczet38dJzDnH&V;qMjr+ zIXOn(SAYoEp!&pK-?u1Fz7?w>7khC~x*Skh7j9fg!mJ}vsu=I;eBCzt!ivi4b8v{g zo)S3M!(J>(U4qARsbI{Lg|z!#U{R!7!=5rG)T#|;o-k(Ejxo18mg=2MM!zz~!$@e4 zMH5(jTGnw(l@Fs;J*X$OP-9-?vVfSexFPAC@o!uzq85s)K#>))689i}qB3>{;*{;p zSP@4po!zj2-S83gRL+kJ4fiZb7X7H?N5TW;qovI2lvxw8O;TISW95&3@i$0GwOI-l zu)ootu3Ugc+QP4m^y$h=(eArD*mqZ_57WaKpH95?r7zOT7< zr&5`u>{D`r^ai>{ys2;WUN_}*<{s;?D-QOA^i(luU-?F^AY|l4$hc>#q!$*kir|r? z$hx|YAxT8j%bEQn>d&b5_U|_VkKTz}!(%CIbs|QHZBg~xF`MR=c>N?#mzK0;DB40S z@2pmxm9Y0JaQs>)md|6w-KEJW=hBJ{RE{fCh>3|HCUhlgxDqbEst~)=7NRnnLdw=> zsR6s(oV$_^-e{kIdLBq4q@RU&MOJ-ULto_MmtLx0cvV7;LCA$N1)7dd@*@Xk?0`A_z-z$r9|wrz-=LMjXG}S63j3RB~fr!Kio&ElPRK< zY&O3!PWXqIb=APSwK{Jo)#j3DY1KlJ*6NE&#&|DAb!wAOB;?%Dzo%8AI@w-wZ~;Mu zaLQvywV|4Ee=^3ozR(I=)oH+)j~V7d0v}O2eaKslk`kNb5h?tW&cbW-E89(l1Kmsl zmcZH4pvaFEF0>qd&gnTQ@X~C4pCVHK(0zoBp$&?%lhETgI}OYGI{2ZuRc+oW1c8*6 zr4xd>de8Z#oq3G9zWYFK4*v0P)3vSOT!9jKGF6jN4f{bD`%pDtz!yJch}_xCME{cP z;AIRuHW$4SJM7nZ|Mi+W3VrI$(1Z#prOBd2M6 zH~gIo(&E(AjEtfpq42Jrk~f5Wi$p3K%5$SI3P+h$6=A1w%?OBzBTNV1vUHVgD#*pr KjZrQd)%X{=&Ya%> literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1405930463_0.png b/assets/minecraft/textures/item/w1405930463_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fcc990eacfaf17635f0961afdcb0d9211e2cd1d4 GIT binary patch literal 353 zcmV-n0iOPeP)d^~m8P_bX&vgxA$dIPY>4Wr!G*93mlPtAa92&%Z?6ps&d zdkE|~3B}+wD_~j6XDsqna<+%nV8!(9&|J(~s0NOUs$%dHdZ3k~>=VJErBUrYP?{!S zKPMtDRT{00000NkvXXrNGn}5oncw literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w142270041_0.png b/assets/minecraft/textures/item/w142270041_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1b29af498e23ace8ca84491e0abc1e5843614811 GIT binary patch literal 341 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFR)9~4E0F$w?Ek;s|Nngc{}cHC zR^b16hTEaOVXGLtD@iI}y03KysG74R$S;`T9~k`qmnZRfD^T#F zr;B4q#jPo48nX@?2sA(J4nA)C_tWqF@7CSqNG@gm?WEJ(qI~E|quL>#4UhQu{xi{R zQ82ovdC`N@Q!v?Z#$_=r9rnvY^Op5R1oj!SOzIF_BC_MdwG&S2DV_??zD}6p>2<^7 zq{PoI&7uz)?K)q=H!1Sb+|Egs zZHdQbt+d;C@b$sSo12g9-}3iok9G9x^5)vx-==4{>)1wB+f=Pzaq-l~_s1_*yT0Fe l!SD99SGON!9~NU^(207?mVZv~3D9#4p00i_OAlO;006yXmvI09 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1422860604_0.png b/assets/minecraft/textures/item/w1422860604_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b08619f047f2175d4a6ee929ac89c14435f7b698 GIT binary patch literal 2149 zcmV-r2%7haP)0yF)unRF)J!4CM6^#8y_DY95fLWDGwAL5Enu{)-?bC z00DGTPE!C&WNiEZ00*r}L_t(|+U%E&YTQ5!gcZ-41~4q#`#+=0a^W`?ZKGs#uE;Dd z1xg{}ux0PJquI4=IQxpP_5sE4;F&nlA|MQOS`eJ}Q}0j*b~To|fJwN|h_aP`Y{2z2 zmgnJ0eN=SX0}RZywak3VbmDS0K3sC!+u=BvnXAo$ zVfzWCfHd%kQHRU)7H1t!i6#V;0giWFpZhv$o+vY6;5p~IWCLin7fAU_vCKVER(%(<_& zTbIuX=`wJB7P|g2EIqwbm9t8~#`j?;Sjjj>G{cqW<*|C$Zcv?uVR!%G_dwZb1pyPH zmXvPbCFPhn(IS0+HM7_IV}~nr`Vj?AFX4UiM|Q=pLp;M({IAVh0T{6&@}A&~=J;yb zz#6bwB%c^qx`*#wU4=t($ti8wcoLu4H3Odv=z z>d=ueuaoX}-x0BUfR?`>E`MGI;Zy;cTNmJ- z-S-L@-0-aejIYmuj=q-8s-PpQ0xH>-;TaJ~lWD77c_gptF$&oBPS^*&eJ9M;I}VAl zVf(7OwV}wohFh4ewdx+Pf^$KDJ+nH;1OTi6vq2PM9Ws|{^zyH>pL&M`un@j-0nY9= z9io~89px;`J?eLgo@Z{`uS7O8Ti2?9x*^f+MZo(B@QnGoGK=oNp7q&0d|Ciz_8jYP z$X^1=Bc*_er$RuwygdR9m;eC`BmtmCWcg-C1c(Cf8A$<}1@OdXM+7JgV@Cjc-W>yG z2Lz}BE(Bz!S$7*hc~&=G?Rk|2k~3!1ifu&o2uvqNAfJ})4wO>z2*BgC2{J9`g1GDoi0T!7|@CJb#TO5kLkgjGOF z*)t+wIJ+ZU5s)@(_T>(3c3c401u!CfY6LE%@SXt6fqjs%_KORu0)WE;3c#ow5W3Cz za6#WAS6b6j?umx$Wi*|mlUB`r_`hk7VEy{}EPvBJZh;QFkc$&JD(G@&S>*CZ_@WZm zoBreiSi!k(PX|5mMnef|*MxnQtGUA$xUU(g_6Hv$a|YcrTbb&9Iz3~HjI z1|V2-|L1N-v}AUs0G}5Y^eZ*vZ=)G48Pr7I71faAHf7pBNNjEHGL_kJ`a3Dwm}B(h zas`WfEU6hEJ(>M4JZr3zw_i%}_W;R9yv@^p+i64}o^h1mF_<%P!j6D#6?kv9zG>?o z0n+c-2ghMhs1*(JG$l_*U{56) zO=yg`xb4SbpK?Is2Qb^h#Q}XaUZ6>c9t+V60KY=OWCBtc{A2>=f6Flg7Dr(q3O{6+ zhFmzIs2B|S|3CBIXl&@=cCWXp$L+VB=O947?qe%k{5#x&bK$mR{R-IPEP>X!wg{B} zId6o4uON?57_rY8MvBi11wz-v#E$T1{8?Vt|q|1YXLGx ztw8>u0uP7{zJiis@l=68HY>=vd@$}NP%9w#lnkWA%j*i>z!TJfh#K5begmZnEF`{c z{EVnBW%<7sP_L+g^*nh9tk;J?&Z~enY{*9U6ZnMka5RU?z7?ny3xg}IY6Y2xFH7HAmAdL8(bI0aD~7R{!k!{;~1_JXjgEF b!S(zCHr!7$8|wbl00000NkvXXrNGn}B?#wf literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1435518634_0.png b/assets/minecraft/textures/item/w1435518634_0.png new file mode 100644 index 0000000000000000000000000000000000000000..72674a82014e19b9a0690c14b1d12655d6f0f53d GIT binary patch literal 383 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFeSlAhE0F%*)bxMJlK=bn|2=c& z|E*j9-@g6-?VDAmolTuX@ajnONwxw)@`-!WXI`Gm%_AZ$Z!IFO@y^NVeQ@xvjEn_g zZ;k?u5Go1s3ugF_0RR5~|M&0T$AeuDfwFf!T^vIyZkhBQWqiWGb42C&hutstA2HdG zAp0y?Cg`%xKhwigwlcI;&`aM%-MX6Rg68; zH)$`rU?|I~%fRF1v(u^BDunHTh}Ct;&5E8J8Vpr&Wkr@;POBfxbd-zW<+X%=({?p{J+e*UQ;T3$z#v3fP}NmSf=R zVDQP|oT_gZ=%~OTv!GLPn`n>|qs-!EN76Oo{%~)p)@})yos;UJ!LZ+K&jAevhKq(( V4uLz&Q-B_2@O1TaS$g1#1OT36o}~Z) literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1441369710_2.png b/assets/minecraft/textures/item/w1441369710_2.png new file mode 100644 index 0000000000000000000000000000000000000000..d02ca2935de99fce564e12280d731e39ce79ebb0 GIT binary patch literal 665 zcmV;K0%rY*P)YjAZ$1DoRu0DJ>) zu0P+5ao!Xq3m~Zz7@f1mJ2;`7@Bpk$Km{Hyz&jT90sv$Hsi-{xZ6K2|J-}!UzzGDv znsZPD_MhnJMuQ2!p3ASGfjxjgWCnHdy<~itgnDk)93&tn)^4$Zx^)0+P-tLc%)~7> zkdz9}Auz;T(+@U~85!rNDKRlm;UhOtU*uM7i@HVEp*{a>UkwnD53pw`l`Uov69F)< zK_q8Tw+JkA0SGE7sNRPIb5&cp;XXXt2u54K$9>o#-77erap{5c);m7|RcQ3m z-k+?Sz@-BF1ojx6SBQ&W0GNOKqkTJZA$!(4&=7J`Am%TK7#}ztGmXb{%q4G4`*-dO zb7(-tMV3@t0|!zG@^c2zK!B=fpsRu+Dggclt`1Z78T@G1t=5|$xwR1c<25!s~5~Xsac+z&X?Pz1rRB5a3tmd2{7$+5X%E6L>;n?=a V#^u*L4+BkN@O1TaS$g1#1ORN@IQ9Sl literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1443555134_0.png b/assets/minecraft/textures/item/w1443555134_0.png new file mode 100644 index 0000000000000000000000000000000000000000..4e2e87c6dd3434f29d880d6bd45a335e5e8790f1 GIT binary patch literal 1004 zcmVgDJd->A}1XlA{rYZ7#STA6d4N-6<RHT!SO2AMnec>-wj&$3K6l0lIoftL}d1E?_AWynYPN*pElSxoLaC zKDd$eCOtt!TR1xdL&pkU)q9ez3Bo^wniHwN1(Q*;1nKXrhgMK;+1abQeyUSn*9{T~ z#yD!)8i8j8kI0!3xF=AY2TB)r3QoidG%6HIAZo3@^E|Dg0aMPoNK+nQz=IKdHTh-o z;`?vGozw`>XDqNkM$jD1d{5t@@7Y<#(44nVL5(xyLL-V(1agxSsx%NP<#>ufq#J<> zadw9&ZlF1cPlzaHMRBJKD`;tHX=(W{qY|zAf{NSAg5VU!wsmf7fBC-^bl2VW^Ag;= zd{zR5;|>ZcZeAAj41q?}${%-n0-&4al&!&;ZYjTf`bCxzJ9kgue|Xaq3Q;IF?l55m z`LIa>_~sn`onV-_Cz!JLZ&+v(Ol^Yju!Fc!g0El0XH-{}&a28a=LENx#{|c(z=Jg4 ztJN~#;7I4={TM!x6QhNJD(A1T?)Hv%kd8ZnAfJ^FMo<#CK?OiTAB*Dtc#Xt3-x#>7 zV0yo$4|9^Hz*3fd+ev~W$!~T2UZT$e36=-4BC_2Le^=KJ!CM;c5G-|F+rHm76T~Db z0D!LfM{vZ1-*e6PCO4>paYAD@+!}1#rjsj27{|>eceD%<(p_3eI^(hA32U-YZ=+f zvVTSx#+xVt7nafL!c??0-9|YsF^U@qY#k&QQcjmED?lk_=_(j}62x(`SlV;4cThTB z;$pBcg6-T^9OGQ`YoT@C#prxgyrKP2%rKP2% a1^xmKN^jg~t>?r50000!8gK{Sh{TU#7 zxgG$%pNB8>q!`6Z{pKjXi+&gV)wbYNa5hHqY@mo|fN6T3rpKe?X>q`GDhT%k1LKAD zYzugJK7I_|93RDHGp|FiViZG=U3JaOtEv)NJ=K>7{I0s|e+(Z-u}`@Hw^ItjDm63< z;J?+M|MmS1K!WUCtH=WQYgJ9(UbbKyRdpD^2E=MI0RHs1zwcMz^Xa4J2=EPz@|N2S zfaANLK7W4$P$)*YOe;`T|9-myJ+TZma;-r1{RGfMzHt^kwUT`dZ$uAq1Fapg<^cTV zL-p>*IWPl=xb={j1MuP9C4dt~95_FqKM2^8dSOMMe+zm6z?OK7va=|$0tsNnkXuVG zzR(nkY7 zrLF=~b*7OG>poc+P#Z(trb$<%ba@O%$LbnvaBNY)`ziI$bVcgET%3X^7J-`0bZl9` z$JKv6ep-F}N4g@td=yI!Wx?w3!o%yUEA;-;YGsbC_CH_^xUMFuP96VO0f4_%%k(gv zb+2b($6{KRvlmzQI!sdnEZ!Z?nuJtZP<7URl^UM_f81_CHCgV+>D-sRfCs}ZOEhbJ z>1$rVeaE1ohn51|@xVdR$6^2n5a5MNZ9(mJWSO6BA;2w+I9eOGE(EyI$b zE(N$HZW#*FQUD7Fr$#b=A-OekU#c?Q=6%2A`~TnW?=w7m#R2ILouYu>fN9^iUm7qD zla>TL=pHbY1`GuO(0%e$5WuR6a)7%8Krz5?006; z1wyJg0Hp!^tFM5R2JkNoxWj5+vuaQk3YhlAv;bw6!0!S0Uwd#&0000$08DH3#qexv rJ^%m!000000000000000000068!+od%Czxrlv1}lps`q=6r)i5hbQfWyDKax_g2H0s`x- ztATE~LlH$>9$Xq&btZz0JF}x$?T0%uR3{-h5)T})b1IoZBNq)Jzez5_0000JbW%=J z0RR90|Ns8}|NsC0{{Q~|{{H?y`_tS200H1hL_t(|+QgKFmfJ88MF$MKVK!_2{~HVL z({aq%s@y9$qPcL{y{JcEE|f}$wag8S|Mcs%+oXetni z-(#AP=Q)AKto!MugG7+p#aKFD02))0*@3uSCL@o6&bIR#z ztzgLlY1?kB1+(ckSuSq51uHAYK7aX)nil%8S3ffFAi#`94XDTL?d@%YVrFbrkrzdI zEdlBRy$aAknx@Gvp$QSu7kE*CBlg>J+Aa2-mT8I7cc`;0&ueU2qSSewWi^>o`aRU>_mKZ25D|@{NJXZtpAje! z5%zco_$fjE9|A+)FteW!uz1)yp1p5lWEdDQ3P!;w7zLwX6aWCc-PC+67OVUK0000< KMNUMez|^dOP)J;aYF8%^uKmY&$33O6UQvm<}|Ns8~|Niqk zc)b7s1ffYpK~#9!Vt@igK?qO>a9SVBjT=E2fVp}1NXp@A_3#1K^H0%Nueu9czB?UV z!c?Q=i!)Gu1K*s3_ULRsrMqWDVgmtE{!0i7{i$b&FbZt!t6OYyTjcWM8$bDAvEYlv z;(;AsjMc8lcCV^xXWIzeVy?g~2khtfCIGUWE??<}65ajgCgRY2?7*7_h;{OCKd>UQ z7GC+c=FbrzN@6t(2W+=L)_@zQdx1y>2(0xsO#*cmPhYwMeqYoud4iQ?F~D|{9eDlf zg$^`QjI^;bEkH8`oUW_|Q`XOQpn@|_UUvVh_ZKr+u1W{XlPlo2Es*6ri#qVmJM#c7 zeLHzlf$vA4HQ;auK7OBvlZ#USPdg6by!9c>XS|SBZ(Ww0Z2>j_M*vo8fH6|)f7k+< z>HIv%VZdw26;V�dOGA0H-#3E8YRNmCv(grJ%F3u$cksO%Ngl07UlXm~-T!GMLfK z0bUucvZS6^VL3)RHGsk_unMIxKrD<3(UPiXfcG~C5CL9UQ_rK-ph|j9Hb$KRY6IlX zcm!F>cbW}Y&jD0~aSq0BJyA1L5Ir;mjsZ1`5k#stzAd4SlkHWJYn4Sgl-?L9%mEhyB6d{rUOG=O# z0AgW0bBM-L*`i<7$;Ti(dmV(Nmc0D{t%kj|SbCGD8+w(QIRFJMX~{v4aI_6ZA~ovo zDxJO#U_EA0wN0cnWK|NAAZGFUSztHg4wSe67{G{&602vV=^-S|J3upP3VyD;%oXqyV58a(eK&Od zux}bN>V>5C7lW!u`TjY;2(@2M10K=(0aidFAyTRUZ!|YUllKFHl14pMNQT9bKpVe& z*BKkh(uwrvdjRjcl&PhKMZ~aNB?m$q*WlEM=-ED?)Ym(%SJ?^%q!9>+q2ZMG0lj8n zZ`xOwcJB46LuLo0bAaK1aFV@1E{~ufj|~teh(!lwY=EW$R%)352F)3f){T0E2q{}P zPp!Fw`0ui`KwM1cUJtxsB{maQ|MZ(=E%50T2GJ~#@tBhiR^0iv1Cn~&pfCg6wIcuL zeV?Tpvgi)rBt8NpMw$b*Yg`p+dfUbq0a{5}%PRXAAXh*};MQ4O9|mr37s+Dz+_tgc z=If76R39D-a0Pe=fF3X$OH@+hsZfXn_$BRVR8wk4vf`}W}2Iy+l zUDtiMK5)8Rl5bQyh{pouIY^c*U0Kh2-Cxk(_ S^*mz$0000 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1479295604_1.png b/assets/minecraft/textures/item/w1479295604_1.png new file mode 100644 index 0000000000000000000000000000000000000000..9c0c763c25d80981c6dd38637851c407b612afc4 GIT binary patch literal 1524 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 Wi~P})i{Cc@0000P000BUNklfRz{$ zuIpMa-~@s7Hvz;8tVY0j1+xSi_>)BcpDP}}%+PyGNjrK&$kzq**yT|g-pmRBN_vOh z(kry2cRfeW3_zmU?_VHaC5GsJ}Vf7d&}v6Mu~?G9=3YaPiIpE%gwjsKK_lISE6st@T% zF90M!PQZgey8sT34szG>I{~%0c9J29|2_(fd3hRG65QKgy_k&2M~tO0OkVt+zWtJ(($cS zKy3%a;Ug&lYc>Vg3Q#lwKzxliR!4HYz69jv9S8y)3K@XyI}idAyGO9niWnWge*OCO c>sLzu0DO8F>&&JkVE_OC07*qoM5Vyg7*zPl0{{R3 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1539339399_0.png b/assets/minecraft/textures/item/w1539339399_0.png new file mode 100644 index 0000000000000000000000000000000000000000..4394eedb4d325a93539eca44f7fa6b6d09d7b8d9 GIT binary patch literal 1927 zcmYjSYdF+-6h6QIe{Nw=GNg%d8_CT~=<(&bCb| zMQy9;w%Kx-qD;F&C`C1t675DRF$SxB_QRep?|a_oJnuOl&UwxuQQ$(hmWdVsu>Jjf zmI0t~ihxCqgV^D(x^b`(1%&vHmJIT8M<($ zkk9vYvE^TQ5%$$UvMewd7O&l+0buI-`*?*Uv^GC^*qCaob0D(9%Az)YtmPKV?)hyG zxxTt-*SQ{PRa3~XC7d;}H~O5^F=07hWYY7JX%+PgR(iy)x%)km42h#R#2_r#x_2a* z;91V0P{Hx16Vly4#T3SOdo8S+WAl62W=m*12QQb)$v(5%>m_4Z_|LPQ@h?L0Z?R%7 z)slR(HxOS6=uQpSo(AX89Wxl50A(QQXbE&pg{~V&LK_|8wcHt=&T4FG@fbjT361vn z+Q&0|OE4#k;bXqTzKU%%pqWY)-ufj2RbSPT8{*{CPP*+8V83d-XuoF8cAqVu4Eprw z(KcAR6%ND16Gd#uBcK9xo8yBecU6Y>^r{>q!!=+L-@FC1QuLRm z2p0!~nz_RoKOs5`!-*qlCCOUUFdM()`$d$3n_RQO4r=hqf|sTiBzKpFF)kA8uN-(Gv1ncADctho@}H zCl9#S-_NtYVunA^B>pYmfyQxo=e6Udx-_wIeLze`*T~5)q89bK^*K@YtndFGBeH!S zZK~Mey*PC>m#1#>HQ<{;fh9;#xM_RklPr?b79)FXMDEWmod1w$|G8l#Gq>Z@Y8bM| zlat6oOZNjGLaA~_=Xy^Xtu72j?|yX`B6AvgZF-6r&`rYl@n{sW$4*%@rT5hEHHgR`V5Yx7+tN*0= zPw1kaf~Wkw(ul`C1pHb@S9tpv#O3f<9lfrX$?y3jlcpd4_OeCDgMN)`#y4Zfk%{V} zX3uFA*pDR+tkS<6(i)oe$vSV%=q@t1+?Wcss2;nNtra)8V!#=Xs?k~>9JL3gr$}Lg zo+3UK{dj+yH6A^xQiq=DJ1rX#Y%s(5M5Gb#wQm=?mTX#TRxn8jq9t%4`W14Yl&Mo- zcWW145!$910T!2(A5lOCB76 zJ}&ee0`gYZ1Vupb`$hT8Vo$q}iK0JLv#QsmD$ycfVPM(Y z-lNG=VB%7T&V;q>^D$fa_n6|gGp?<1=#Z7OC%DC)CTBZ%qwbp{|=$Vo7GYn*nv+kSgWm0;`#Zpx@?5(7?GE)S7HaDQ15$XfWPUN9(2X2exdR{@yu)Q6bKgX5~FMwYpM6zNLfGxbo)fZm)2DF?Xy!g7)rY z`_nTuaEeoK1e9-V5;ieek(0+)u%Mp&H1dsAvu?wSA<$Ns37iyvOF0T64791>E5L!a zHfar`;n_u4#8L*p1@odklkn47$qxjHj?~bbyZ%tCvh7<9GhUiFO~ucS8&OIhf$Ky{ zUu&h{p>O6;Dx-1ZYQ|#R-y{nr!XCQA{M!NXIYjO+ktSd_pI1xDfrGOGcC&>=^l|!c z6kkf5MGBrjH=bI;@g@hA;LfcZh*iHM1e2vP(Ks*7$rRS%w+nUS z5^$of;^+*Xi!0@<-VYmxf^;Zt-o5+d)@n`|#6{ujgvF(?k3@9@I!y{36sa$j@PgKE zM5NC>Yq!&+&%(IvopZV+lCY{zL2;7i0~D_tG)L*1lOnV93b$L5Jdyk3#5e|Ucm8&e zAr|e_)jg)I$XLF&EGfB=d7aH_#dMF6BPge literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1539464564_1.png b/assets/minecraft/textures/item/w1539464564_1.png new file mode 100644 index 0000000000000000000000000000000000000000..994ba718709c45052d02b0b76637884d918bd6dc GIT binary patch literal 5825 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1539508421_1.png b/assets/minecraft/textures/item/w1539508421_1.png new file mode 100644 index 0000000000000000000000000000000000000000..7ff802aef93d2a2400afd1c993aa0233b2b5e878 GIT binary patch literal 2845 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 NZLNp%UsR{k{{To=iR}OY literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1539862325_0.png b/assets/minecraft/textures/item/w1539862325_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7429bf4878ced4133cc00066ebf31986318fa124 GIT binary patch literal 3094 zcmW-jX&_YlAI5*bbIhE~m@yP%H)JP!ktK&Ddy^I-nM!0Slg3iEBc-@Eac^;xWzv-; zp(NF{oXWjOYOcDKEz=?r*{({&-~E5ze7?_%=iT$-lfm`g%%CaJ000a(S7#pp;PMNB z1iFmU*YN2wG`ODIH!ZX8j|)YGj_1;Ci5SbUy=FdJjD0t+ao=d@uvX7nN5|a$nfZTJ zfsgk#;1L|T008}po3rEg_};Ppr%`<`a>=QHZL(w4`vhF!E{ZuK==l5csV7xu{?1A5 zkz}5uUX;UfpS=39GGypJio^~JGq}fRkyVtcmg#|`9fn)~mDA2VKSTTXCxM2xo`d~D zlIr$>(yX`7|4EyxD;Slx56P82s@d$po*Btxds+@*J1o9lHE8zosj%9ZAI_?aES8)y z2wYJ~6FF*?WIQn2dNKxfmT3yptaa8s%N~yaA$31rgZoiV;5O1)X`7DUWPv7wCsRuW zK=VY0qyn8&iNz=01Rco1M>Y?PUUWS$C(#vLb~q_#@l-bx-)sxdbq>Ym_7tu&dXEU* zD%3(PPH4<9#whW-71cb5aw?f6HoBm;>QXoe_X5)_i&G8Xg|N6Rj!L{z!4rUsHjpuM zC|4Y<&R0X<*#izCqxoo;Q)L9R&yPYayLtH6Tm4aP{W>@kI;qsao{1f3AvU zREh3^R}df2V*w?cxaI=9)H@y#Wru(>{m%Iu=NMS8=B}Q1Pf(FC+AT=G_7?)Yls1>h z;OD$JjAO>OLH`{57_Swum~^+=V?wc%N4axXOEyhKRmt?J+HYfDX0f5MBOgch&b|NE zEaCTfoi53_l&g_V6?C+A7kC~fyDtoE*XA79eE?WRuUf%VIcr2b{xZIw-=?Nv)1puK z*q%@^4Q2sZ&89SFuj;;<^Vd<@>O1)n#Lr*`NB^2*-l%6}%hXa5<;iT{mnYuPh&Hr+ zMKq-2F4=S!`Pv+8*G|QC6mBKOqSdgu6Kq`5UetaJVlftpMCNrc4nU~k>$+e zhCe<4^P2RykD>XTU?c>D#Os67?$Db+=FDX(nWWvXj87bxM-&`$BU3OiRJ_#|^l9OK zz6|0+XetUE6>;YPkXo?5?l!D7!S{7UA>8Y;Y_T@zL4yzG4Kp#j>#u#)TbP_cUp7k- zWCoiM;eHHa-n~5Y*kslHOVjMvb%UeBK}}}FloHnpeGDMuP&rL`ZP83_I+O0j>5X&NJq5B>P-15sCEnX(Py}4bRDCIVx0|%1G zhU%5|OrdTR`IBF&wRi}A-W0C9#;d3Ju7fPkO!s&VEH^|&a3uKC@$qp)XCU}!YIm+Y zlvY;n#o7(s6iFsw&j>&tFIB(~%%yJ#_-e-M19|}-AkIX(JZR(cdTxvgB@>4Z3g$gV z4KAKqjkn6Yy-Yl771Y>V0YmKPNdL(m^N}~;z^C8x_9{BsgMD?9RYhm);BO7lx}2CV z0RhB)8aPY_jy?fm7XHgHLqZe;kzq&Eek#uam$Kw-XA7qrn}M+r=m)Q9XZ8k%0Bno6 zBwosOEwl>Jprm6ciQG)dndcNlp^x82b{%R@fZi+nl71gxCIPW#n1i}j` zRmRRmKjtMW)kxzn6O>8vg99dY@jyXxASv*+EIm%7qP3OAxK-&r;-^?>H>k{qSAY6P z*at<;gd-EEPx}MUj4v3jD2!z2a8Z!rPd=@vYs&}q)yBM!hZ*Gw`ipgNF^VpJb{`zD zH4vNN{-f4}eiTKkGz+ZAIM^&Fbg!3oeQ0*Eq)A8kXf0;P33GCe-wmR$#7D^sOT|Hw zweha?c$C9+`pC++a(P>4;Z$I_|8t7eYZoPcp9<+xE4~Lr#9nH=$C)>82)p5ZF>*o^ zkUKG=N(?IS^X(>@!`TPP9aP@HH8w^n@fYojtuQ@bCJ_bG)`}P2&2@T_6j75NX-5rA zTti$BqFQ!Ia)-u@%WYE)+k(ayStSyCDZpJ0h@vpl2M?j?Zgi27Q!Uf>(m|&KOJ?$` zwuOKyEZc6f&SUCedxQL>Dybdjyi}&O7vm(ob^=`cRQjv(D0s>0%F&D%*nLXbQ~(#i z5lg3(K}jiN4w^l2PxWXO()faqW`aM!5#nZZlNFGtZL%n3)y&5LD`0)%jx7I%8M;ID za3T4e((XH=v!jg!;fRn)#3I2h>~m~kOQ0# z{hS3|yWT#gfdF6u8yyhNhp~=G3b5jtJp(p0@)k;FcE@ia;@`zW*}s2ZN2a+&fPgim z)q?xspcr6_mZR1w+6^^%5(S^!!CZ+K*ICbtx9AwsOXX-VOVKcTb$vZ+-97n))}PW%Pk_j(3dd_QHsiDB?Y`5CA75 zur$v3hL387+I0#QQx~a;Un|=hGG4v}J;tN{Xulkwn~-E)L)dIKtbTsy8XTtbyU+1c zhz4D85}d5Sz|^r^>SM7>X#~*#M~?Jw5E|CB%9CamdIo^HiD*neb~esYkz;c5ljJMk zW=&EDtf!x^_5yP7QLZ|Q@MphwPJ!s}pC$Tr45Sx&i6vu@JP1cNr&jhICZhw_;!hB3 z8{Rz%ujb@tY*L3Pr{9 zFMtF4CFOWn{$KL7?m(^k&#-AnG+jkqhJ0*@vvoI-_0(m>_@+qOt`nwRPSVK<1Gs4aUFZOe1t4j#WC)Hn1dq*4p6gNHVtFHE*`W5G&X znb6-oL`X&2CRhg}L#M6VR`*P31Fs&*5$}9Nt8M&_lwYw(o_CENpQL~rK<|naf82yeLtd3{@NsK178O)CYi9nCdK>B9p%L%S1bB-`N2e!qVE>5 zmU%?1Jh#OkR9M2&W;HSZHl}pJqMF_s#ME+G;hgGMze+n3CLhas=miLa!t}#_TpX^jV~dW*B4?n~)b> zKIVsHHZ^(ZLP*bs>rUqSFt@C$G`1g){(n=IE9rd#QOL4*c(H%BOw z_8(Lx{iF7%m84r)SNYNG)p&E8_Jm(Jp)shpZTbxbPP-&5o{JqPBmis031Q)w9y{PJ tYXj+-Nx3c8P`sA2en4Ys+0_4k1iiOI%NPurZ#LXyJQHA+o5=n(3JvG^2%IY`2Wv*c3r#N%9Aq?z6-O7iN%3Di?9Gn zuWyP({6-`|+SXtUSbk4BB@2H90BDW0Uf5a!L{cIk$IsZ>^Yb$>k0Q>6NAn!N1z`An zV|y*>Sc^n!O%$CsnTmdvNX`Llpgj-L89-1PM?jK9$|ec*29U6w0RH=TtkdE(HpIRF zfpk4PJJ;s8+g1ydIFkAT8s&1n+o#QTzb_^l1`^p9fCj1T@9u7IH#sGvVcICb=s|#z zQo6ahwj`38FEDyY964R@t`b0M`u!++*d_q_>hdzR26`m*-@!ndFHn9j`W(pjaVaH} zwkf^5ia$sqmKRPb=jm@KscV&1pw;8_^esR(IX2KU3RLRc3_Tz*B5eZtV+Dtp+ccKO zr8KZ5{?$Q!Xeeb0*dE>u<{aIpcwb}WT9*Ju$|ZU<#7qP@&2=OJL=S9tORp@|ib1U+ z>p{_hWuG0BRQBOmUTnJpq>x{yUCyr9IVG_xz*&k(PBBI0yxZm=qlXjgMT~Y2IcHC; z>`Md{efY48(M8FY9P3yTB9RB!003$itTWYGz1RQ%002ovPDG`^)EL_n BCnx{_ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1551282846_0.png b/assets/minecraft/textures/item/w1551282846_0.png new file mode 100644 index 0000000000000000000000000000000000000000..45ccb0cfb88f7f389819daaafcf47994184b214b GIT binary patch literal 270 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?#d*U5*7(5&=FTu0T4<&d$}?*hXL9P(xi? zMOjH!ModKbO>+1tpd4dKkY6x^cS_D5AZLlEi(^Q|t(XapT+IdouJb+BBfqmbNz;EDtQ1LR?m literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1557020701_0.png b/assets/minecraft/textures/item/w1557020701_0.png new file mode 100644 index 0000000000000000000000000000000000000000..526678d881d490ec0efa7cfb97cc16e46a3f1fb2 GIT binary patch literal 231 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?!A;?>-5nbOU@sT!HkaT)R8RcFeDcJ->Cy zu_;Bpnf}KX_lhww_4+6#sEbxv%j6qMP76?+AF8~~_>2xv17}H)UogXe2>9pSE`I|k znBeK+7*cVowYQa#MNxpc(0jrEypPv6Hk0E(t0$<)>Ayq)T7(8A5T$UcVA^`xQ%2?b0 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1558588619_0.png b/assets/minecraft/textures/item/w1558588619_0.png new file mode 100644 index 0000000000000000000000000000000000000000..24d5c9cc3674478fbc11fcb5adc1a23bb445e02b GIT binary patch literal 624 zcmV-$0+0QPP)$tPJVQJ%KsGQqD@O01I?dPE!DV{{H^{|Ns8~{!}}L9smFV-bqA3RCwC$lLyw~FbstC7pfRWy8mT& ztgOi+bZ;-;Q%lj<7QrUqj^+_5BJ7L|p-@k*<4)lo_15yWponAy^QHhuNG2FE+8ON$ z*p&08030$Wqs-2j9%hpF1Vjl4^6C-p3QW6n9wRf3*N+fQ#g@PuU7!HI`r-&7(w0me za00BNKvnY*;$*g@54h#XB&wSc1X4lPyTN9;*a^}4GAOD5rYgwl5A@6FLd_!1CL9qw zMjWfC%M?l_dD3Go6pJsiTG*%Gh*=-LEfdHelfQGy97kP4l(B^ z*lPX8Ngx?>eu~ZJaOida1$(w26wRJX9(;+Kle)Ge13d<{#t=6M;M3jop8{`P&-IS z!p49jgwm+MT#P~jSj7+o;SMDuLy#|jNNom6nNeig zBj|v!IWY@>G@!Zj!9N6~R9b*Lc15eEnE7&y{VHPFcmT{C zqz9`(uR*iK3C1L~rT-ge*ql|Ey^!s|UWfVx*=c{{gWR6l-<&nk;ALAwPFvEZSVJy1 aMg}>zqXNEN0?9xV89ZJ6T$UcVA^`v~-YN+I literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1561924034_0.png b/assets/minecraft/textures/item/w1561924034_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b99dc6b67875dc66631e087b9e7fd8612e816f8d GIT binary patch literal 126 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|&ray?+BKS5FtmkcwN$FD~x*t{?luMxyx! z&l08?ZZjNto-m~M>Hcq+p>x*f#I{2>zOXm(wEf>9De`~fT1n2yc^oIwG}La3E=~|( aV0aOGPS9;e`v#za44$rjE=vzwkpKXCrz`~k literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1562023897_0.png b/assets/minecraft/textures/item/w1562023897_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1060cedac716e425b2cd32931a665279f60ff077 GIT binary patch literal 127 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 E7+K^YasU7T literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1596149366_0.png b/assets/minecraft/textures/item/w1596149366_0.png new file mode 100644 index 0000000000000000000000000000000000000000..851b0fd258f773dde291f17c0caa7a6b5eb35918 GIT binary patch literal 255 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFP=HT}E0F&Gf8nM7PASj181^tQ zOkmhI-y#qw%2pEO7tHVv1ZMv%1c^-Zba4!+xYawEk?V*856khpKmO~-Ycoy=-q!4J zmSd$_VzSPT1kd%;pET>;PEx%6_4(=-GJEfSnIpVGb;29Iw{?oq)f@IV-ZCoNQZB6a zX3xf~_?V2xO;!;a`uTcWCVzBIX1w&bfyG&&kHbXb{G`5pZ#RFiJp7zl(e>BKinD(L yKCVpOShO?w@RMn$eWh>P@%u^aHQ1B*r#?;RbzsY}=0>0k89ZJ6T$UcVA^`wo-fAWQ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1605256237_1.png b/assets/minecraft/textures/item/w1605256237_1.png new file mode 100644 index 0000000000000000000000000000000000000000..8dc266061dc58c7379b06d5ca798cfcf0999d0a6 GIT binary patch literal 5810 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1606295469_0.png b/assets/minecraft/textures/item/w1606295469_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fbe2a73bd10b5fdfbbfa0405adc725cec468684f GIT binary patch literal 1164 zcmV;71atd|P)P000CBNkl1F%vfg0KlvqhW5$pCH5 z|NYurT)h9Vedg!8@3o1hHEU_sJa+ic{Apu4j_SxG2{i$MoSmSyCi7)B`0c3(rj^ke zb~XTiUYKTqHz!Llt#;fx_XpkjrVTKk1;N6~whh;jeJYd%w5J`& zj2M{DFc=MHHZWtb7>sDx=qW&u3Y5<*46v{PHZ;J{n3=(z0wx9v`HT&dFj8)zl7gxMOX*p>2kM;mpWwGAciP_651)HcPSZC>#1S`F4# zHi%6Fxn*r_*@u@4F!04)K3{of7ENO_Z|!PhO=Cug3j}YL|9F8jv33UZ;cLevjiT+m zr?+iUEXgeCdcnQdX9;54=4&`ap+t3YSENt`Z#(40X8Zc80(%HJN(jO}+>0QjoJ^J% zN_hdNlsv=1N>Z}QsLAVOWcQ4`aL(b2f&upUGz%eHkxEktt!hRIG(NHg18@&$p7E}h zrbMi*QY)EsB6SOJhBJ+Zm&=hZU_bset0`Ano7M&JK4t3;=>GK6tb%mbgm}q}Iid6L z3BILiPCJ7T)f$X$Iosv{+#j02h$6HWROrfdg^H-i4+R*FHr0_)S>vuEYbpu_pXH|< zM6=Y@8b$;9_@RIRp0Arn$4~nGfI$CRKtl3u@4h2ogy#GDpT>4z_~j)WU}HnSHG%gH z8BiMb%70Kg!B>sjoo00000 e0000007e09WGf9Q7+9SE0000}krZ3cMnQLLw;+ hY{!nV9Wm5kXV~NZrrXw~~)oz%#7z(BzH`+xbn zXZF18kny`YW1m6n`pO4=+`PPemOd57PinA=z2Y#^D*8Ovq4`Iw^Ms|FuXLLJi1pf? z@W;*I`jg0)NjGPHV)ZIMzd*!bvv{k5@*}1IkM=soDVy~wrk_nKX3F-PJb&BqH&#Gv O89ZJ6T$UcVA^`xF96)ja literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1615450148_0.png b/assets/minecraft/textures/item/w1615450148_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f5327774135bd0dba4d1a59ffb20a57dab725ec6 GIT binary patch literal 265 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFN`Oy@E0A9K{AbVkFRjNumG8Qm zwdzdf%G2q~PbbVd5;*Blc;8;LkV@H2*FAvh7)yfuf*HJ1a{d50lRaG=Ln>~yOt{YI zY{875!zK?CfF1GzUCVz8% z%Ugb6-%Iw-Ug{D0J09=$E|+@HSLdTXN9IY8f_`!%i$&-`4F-lr=T|0=i&vZgI*-BA L)z4+=fh!UKOK57# literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1615452446_0.png b/assets/minecraft/textures/item/w1615452446_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d486e4173de8bcdf097731eb0abd31425fe061d6 GIT binary patch literal 263 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?#d*U5*7(asfUeu0ZgpFPg@}mU3aDT8oyzEx|JlOjDdBFR+}t$kJndfyK&zWtQyOJC`Qpa(WAT^SOpy zoVG0IR%4P|W;JWf0-h%xX|Coo@*{!|EOL8jzP0007hNklQ+{u7ZKKr zcrS2=Ro=D)fC&&!fcr^Yp>F+AkJ{{7GMiLo-NxE+>j*nbkk%RvZ*$Wejj&EZ^dyLZ z1_P!53Re#X#wa?CCF@bwwS!p-Lc6Fqz*fv_2m>k|^?X+Ycf)>v+s`wjvj?9kxML-9 z=5=QHC~z_bPO$Vw0V(8+bHlh0z~Ig^kbvlc;`_rAy#nCOt0@=afaPmWb9i+*;niCkMqUXHDX1)hqcH{a3|DUXwVYfTv5(Ysx*fYWDbUcJ0 zayXq>dy^3u7E()kZ2qZHwktuRX(-?0GX5fPzxnOkXbdab120!e=?Z)%R7vuj8Fc<}+004hap`drQVzB@K002ovPDG`^)ELIk BPjLVM literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1616577473_0.png b/assets/minecraft/textures/item/w1616577473_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3ad5495f0a4b3ab0066ca834862239b8ca5eba55 GIT binary patch literal 313 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFeSlAhE0Eq8VY)EHY@4a^Ar-}I z2D+z=4faJwoGZ+~-PCYA&vZ(nLQ|kpwv|etmA<2~uDYy{m6lYHomRS^X=9MdhW+P38LdB5MSrkj=8KYu@M z4dkqLV|N|nFplvDmBMyw$4yk|zR<0I-3=J+`v^zd52U5RW^2R5;Lt?Et+~G;Ym?-O zUc2eone6=t#T5uuNl6z9YF`&A*w*OD$Tg64N}ly39jRvmY`)@)303!91&PSozmifG zwwYhQGp8`E*{im-)>JdDH@LXwv`8xy&u^Xi&uMj_z!AhS z$+~zDc6sr@cZr4rmhT!uJ{Lm8TZ~ z$A2lA5qtpNsX`{uk@<$X69ECq-aH&Gt|cZkx2NsvCC`J^%PQo{pH}(3&OyzQz2`&f zt03X1l`n21N$RJu$>Q5SV4{)e0Gzmph@vW}A5d zui`VZ9lM$-{E^fg<2MD^C!=#J7MIXGimj;A4%43u$1uX_L@Y)B_a6? z0Gs;i2>|J33Jm5_Rm-Vz8>v%i6#>ayJ#DR3mAm_Z;Bgv7$bd_Ub9`PYC1JkS0BK^= w0+KYA{C%kkA(idbWF>F-fAAV?1cOlk04h1Za0j?ufB*mh07*qoM5Vyg7|s=!{r~^~ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1618368371_0.png b/assets/minecraft/textures/item/w1618368371_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ec6b50535e596c54131c766cd6d850d15ce4bd2f GIT binary patch literal 188 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I0wlQ~@ty}#&7LlfAr-gYUSVWAU?9@`@Xr4W zXC;ysxQVU*5u8x+{t`+r>oa`%dw_xObwk`r<`hW>L4*5@Z;S30006Uj;{9*CEIEKbH9IQbEH)$3z;s9|S# zxjocydk$=GQfKCC*GoaQSb>de6FMyhwmE4~90POq)xQ9nbu6y9^-oukK0Ou%a zb=(93j0Ip!B7+CoU1Np?u*E6LXQ`L!#BJ|jGqX5Mqp4{>Kz0raQ&{u5w(CUWQotS% zr8OsA0qoNkd4w}IKpe+La#anfWo~;`9vvV#3nFsv=gE?f$B}>S=NzLHb!*#J!{di( z0!6_Pi1Xi%AEwC!FmQeT`E&POfLa;=3=NWQ!}NHICa|oVjzD z1qc_FL$Oh37B zRtT2>Mn=mt@u&d~QUGtRmX^wcsxL?i`uCR0sVF@zpv!)u`CmYF_A)sDo7^7(!0Fm7 zJ79hb?Vd^}r)Kj*se1|i{-4hl4p+nKtFsS>+SA7P?XR1EpKhCZ_Uzfo(i$6g*2vD< znr-c~x#e3vh}pEBz3KYWa$VU&A3h}yz&%Nc^Egzo9ZqslE>gRNw`t$Z!YQU{M zc5R8a_SoF=%#Q`k_K5*zZHHiH$L!nAVCod^zkDz)%&f7Kr?VYS?YO*v3p?gTTENQ} zcFfzi`2megFIop!>wvX2);wVUd^~m8P_bX&vgxA$dIPY>4Wr!G*93mlPtAa92&%Z?6ps&d zdkE|~3B}+wD_~j6XDsqna<+%nV8!(9&|J(~s0NOUs$%dHdZ3k~>=VJErBUrYP?{!S zKPMtDRT{00000NkvXXrNGn}(^Z!Q literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w16287882_0.png b/assets/minecraft/textures/item/w16287882_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9913cf66153853616ddf5b84480a6fc94e348de1 GIT binary patch literal 221 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?!e$hn)aYDgizru0Z<#*W3R;UHboG{r_vt z|F5LI*lzhZpZ`oT!_GkNeNGJB1`HOz+v0)hcuIo&f*JlHK*6V-yMf{{o-U3d6}OTj z_BAwiHa6xmIcGAuM>9D`Nd+wN_3TW1=EKJE;swJZHa6x395Wss*idcWaqtC)prgTz znG2&_B3Kl7gvFQ*c(3rLS}-UIY}x8KH7&*A#kL+Z18#;QwNDmTej5O-VPNod^>bNz H;EDtQB?nZ@ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1632024796_0.png b/assets/minecraft/textures/item/w1632024796_0.png new file mode 100644 index 0000000000000000000000000000000000000000..59a479543011bd0da2ace3e42bcd212ca4ecb352 GIT binary patch literal 3018 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 M07*qoM5Vyg7$TxQga7~l literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1668447488_0.png b/assets/minecraft/textures/item/w1668447488_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5e248f6cf5f327fd0701936211eda55f65450c20 GIT binary patch literal 924 zcmV;N17rM&P)D11-`HXsX#=-U?9p< zDRXYLOwPbyu>Zg_o#2A%0xvAtX=xWY{$mE5l{?Hs;o@)sNLU?E>B6F3?)5o(s&ZR=6RENWk6!_t6+? zhFx%u*T-g%7^8r@Nwp;~osn|^GlB~)E(pCMrzy{4nKC)}g+oWAQVdY$;712$g;TOC zrkuLq_xJZ)V5X`egm{S_{ohI%$23oADqVn6!B|Y)AR-@^OBB&=NM)MSoJMl+b3Q`0 zRw5EFAJK2Y6l&i5lw6R}+u!2xB^nff8=`ntSlfwtY&S{osVh1A8ZBulul?f=f=B=z z5qmT+!^}!Cd+i_C!5hK)_vg{rF;&3ywSUIN*xe!Uu|SMoXLVltXC)Wd)*YR(kHC06 z+&)nkbVG-Z3G9SzgQx?8NX$8kz|a&2V-z#f5ajY9At-FgdCqysR{8n)mHF%Q$@OfE z1*RI~r9GplhH_o}4bF?13)@z^+|1ZH5EOJld&p50%XJ#v;NG=Xc4}QuM@WkceAkqY{DNJ;o*g2!BpAp6 zu2*^k^Iqiwk$-~Pvn=NVh1WB*Dmjlwj9Zz6;TfbYl$?*yHz}B|2A|mJGfUhAIhcf$ zG96Q`9a2@jVL(A0iG8<2%Fc34r-JCLKodCowJ_jeS+4$_UgNq8Rye!j_5YStgU_p~ ytD>X-4Y}1oKr`W10|R}*C>RB!U=)mkQ2+pd&)b3Mm_~O10000P000C` zNklQPdmyY1FtJ44ZbUul=Z0j^Dqh zZp=um5TCx-AG{`{&nvu!zNV-$caHo*%m|Wp`9-hNYWi$VfzXdR4gIwGv_cQp$q5Nk z2@=qici!;vjca$WSLs_JzF+<1=?y2GPS4-3R-fxm5S}Ma z=^L4(p0`KHI*>NYtD^bHqg!yAgcAagC=%ky=PJ%4{LivSo0v9>Lh`xv2qT*W2F z^IX*|@Fkz4Z2K>DtSr5TBg@YR2Zj2VS*pz@geEjiBh7A)?S6}$J%#Nq0f6i}M3`Ab z(0D#tw!1B&0JR`0_P-DW4;xXi-)(^X1_i6f;^u9caDf;s0wY?sJ6H|IBf-{&j;$rw z0iZZpPI4bcSFPBBcj5;kS?!o`F+( zAcCK9cXxYx`^@nE)q>IkDHVvIge`p&xi&~%3Q7-}l7b);!?%fONIh86ST3@l5qHe? zpu}SVMX<232!a#OfSTJB_v)V|;zh==u_#A~ai36ej$7{Of5y`&aJY#1QbCiM1dZpf zZ#?Z`!wqmK22qY+PyCZgaD9{GS68^euc8QY7vfy7{Plc#rh<9F^;1vJMa3zCI-FX1 zeLef~{g;4{?N~tfG1&jfOva zKLLccg%i>mx{m|jeM9Ipm6Ui@<#QakQQUt>0s_njQ$(%0U>*XB5qp3uULL76^tNM z(k8v1qEj)zYi^J@{>WLN0CU?knORl+YKO==e%2k3SMgidPPYK$5J6v;+wc;~_ebXu zS&QN7_^%`8>C)JiWw%acSXNrj3z`s`l>xw$KFOji*8nKewrxku3qlr@e2`{ZCIO}G z)~SNN76fBq00n76Q=N-!Nv`?O54{OYk)HDrYJvYI$gI00XxTRG2NMi^XO6)XeSA|B z(j!eHMbNfC9trnsJCa?GVHgfwJM_Z=Hb|HRLSquNvPQvgVJ*V-09dlcfCFF;V@!PD f$|#Ln69xPaK6|PQ|APoW00000NkvXXrNGn}4PH2K literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1672763362_0.png b/assets/minecraft/textures/item/w1672763362_0.png new file mode 100644 index 0000000000000000000000000000000000000000..aa4b0b16377754c7de8ca43368a9044142ea63d2 GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?%*4>|%hFXn;?ME07NGa&~pHwYD@f)Yn#5 zRhE;HUhvmL0w}>)666=m;GL552gsS@>EaktajWEPYa@dp2Ww!$v&;1-rx%~zH#L*@DmAzY)!-7@%oVz)TDtvD=+|1aPH{+cf<7+nwllK2gES1WP zBHvdFp0P+!>bcAO*lBNZo58aWxz=4jUn%TL;wzl$a{Y>bu>3B$FS-vW8J2z)om6!! z`p}N!sxq%1g8)dh){64i1r?_ly?{Qtp^*uo@&X(^|M+^ZH)4RI{@#Gz>($z31GmBt z;3z;L-M=?rTyH}f#TP1C^nz62-CL^-e1h{rp~~w*e}KYjf42G;>;Pl9127A~mn{tN z4!HJu22z9oI2C~UX(3<(Q||{WlH+9ZnR(^E30PC0;oMNs7!6GHgLPAQsdhlpv;2G6q<<9F6oznT7WUq5xCrP5NOB7 zd~U$=yecT<857#^4;U2q!}e>=0<0aausqKAnSK{ge%>+CMk`dDu~P`C*ag27BU;JJ zx?%#bab1;E7r+TdE7TA$faw<2pTnWmasv}iP6fz!Pyn|tw8EEh+NtlK158i8&;~W* z}W{NCjPYxd|h!&ByV8+NkGusd>ZY40B#= z%FfG??^3JLb(izaiX`f%Qwdr(O{vgzt~DkGQ>ay#X8e{dK5pX>UEYu)6! z-sf@Lv^bS8^^=NZ*VdUr*Imsv9=|D5&$Hjx_qD$ZE*GN_@h=7CS_jVKdHt&mq3bSZ zQ+a_YJFj|oIYP}8E@!8E7~jY9v-+g!dXwXM*F7v-RG`*%eh#DT36~4RNNp?; z-1A}_t#d?_ecsS@mkZ9@x~!?3*Y?yu*Y@yS7jQk((@;#A8luLW?qSPL_dwTOZ<|xG z_uBKCp39s@i+Zo)dY`7&)wQ0vm>=f6F4TJ+U3a||L3z&a&-srg9S@x1C@$yMob|)h z{?F%pd2yDx&qvWn*ZujtKdA5b25n_cxAEmU>-)XIzuSWY0RR91073rNgIrwz00000 f0000000001ROisX$e7G^00000NkvXXrNGn}2x)VE literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w168818778_0.png b/assets/minecraft/textures/item/w168818778_0.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb09bb85bb98b2bd0c72d510835644446272846 GIT binary patch literal 521 zcmV+k0`~ohP){{H^{oB4530004?NklyVfg?CPxe}5?thiyQkv38@Df8?Xueel;!iBbgJ+2*a~wbicrVR> zW7-kNq=erUVu(0o*>Hqqpf@~gK+L)C0~$O>G{PN01%FGQ?>~VT%x?j=hzGTkx#NSo z&Euo@IxTh!*fy(x2a%JeuYsgz5ztgbbXxJLo8P|zDeOO|cg>SVP`dqr2Yl1)*Rq1p zUoGi?JB=p0WG3LYMHGa^JcHoZ6-C{}!RWo3&Y_vdzjHw0%tyOLP4tn zlIU0rC`eiiq?r#)sW@OGNNsUs_Yo(Br4(>mLF&x;*PLD)y*p^`nb>E|b$=}W+Wfitdw0Qb#c|1U&2!Nt)dksh-S@%a zlgCGw&pscXPI!dz4CEooQ<%p%&w(B!J&Agh^(^dR+S9nl`G^Q$8ep@>M9iLK00000 LNkvXXrNGn}Gkok= literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1695696207_0.png b/assets/minecraft/textures/item/w1695696207_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ebf251e40c695d7926384ea8eb0137fc0282787f GIT binary patch literal 1222 zcmV;%1UdVOP)xwqVRUDox5f~gM5EL8=4ip9n4FUuO!nu_L00007bW%=J0RH~|{{H@t zqvY`b00c@&L_t(|+QgKxZX-7kh8MU?a&lhcAo&3fmKMD4220f?{@V4U_Jh}y4)y+9k z$6I(b2TcVP6q^YwNNp6zhoUf2=9M&1|6FWsB+yM&L5vVSFsM`$eqL@UkctOt2(=Jn zsiN3ipr!UY3SyXeGaCyUsVJN3mjkJVNH>87Vdnt$-hzM#pfE<*bf__u0ccP<)JBRf zSPghOpC8VT&*Y0xFx>R}IZYJ>j z-yMvKqO0KP8NA+9AVh%%i~>PkyIL>UB4$qy0)^pWDI&7rt!;3PPD)7<_*SqW5HJXI ze4Ohecxn|c3W#ES64p;Pg~BNCVGiR+6+JBx(CE;{y5)}a2#XQ91Q93%0A1H3!aE|4crpoVooGQs;SnT)Wb6$Q`E&u<8z#r80^=OruuB(^ z<9G+@0%regg8T>;4Fv%aBGHnltHAL+o=BU{f_9nuht=Bs0Pmrs4)_WBhPy{FZ3M!W zj6-Cf62Tf;U86;^8uQM;qv7mB%$h`dog1N9aGn4}kTS|r+KzIgGUuRKP@W)dwM&`R zH5SPbnmmCsH@5jnr3=`(yNlx-0rTCb$$6gOWOSCk(j!Dmpv1pl@psKB0z<1ALS18K z2f(QUpA!Me1p(Qd2-ampaG{h1TGo^p!7nL9fLf(S_%lXWf=daH{C+x784*57gx&M>2+d@;SMGkR zk_8_|{k?K~_Y^J?1=CS~XJ>mf`+k-x7>Ho7J=>oYiM*Un-W55#C`WJd1cUzToceM& z7>=jUDHsn2qb$Kx1hZLA2mSu`_#~$T5zIbhM|jQ-%6@+^KFJkKiwwTlEAn_b%oPkW k1?8K(`hO;*%rL|O0N}&$A2)d5p#T5?07*qoM5Vyg7?D#Jg8%>k literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1700976192_0.png b/assets/minecraft/textures/item/w1700976192_0.png new file mode 100644 index 0000000000000000000000000000000000000000..adf41580e5caa314d1a2783d196d69ba6f0e0b42 GIT binary patch literal 469 zcmV;`0V@89P)w#y|F>=b!-4S`ChzlQOFgesyoOe-M1V-vDgstDu&qJ)BonINJZ=yGVefY?BSG=M7w z;1zZfw6;Fu0!hHc7T^SM67;Q3#}nTIyv^Hpfc}WfLn%IH+HL?h8A=%`0H3pM1h_{N z!qixfpSJp$0H8jcQ2;;fwc&#B(g75r z0|m&}u7Y+l@H#gn6lKsq1<*tk!2c7n6H(rV`74?o?*|kD$@>9BA}6B<3*ZnI4+QAr z=NHRpu-^4V3Rq9&3ixiHjs*Y!000L0TTfzVIdoM50000000008Or}QBBOgsL00000 LNkvXXrNGn}7dp+( literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1707045247_1.png b/assets/minecraft/textures/item/w1707045247_1.png new file mode 100644 index 0000000000000000000000000000000000000000..dafa3a53ff900ea02c42d08ae94df1e624053131 GIT binary patch literal 2197 zcmV;G2x|953K|dx z5^sx!pa1{>19VbOQvd<}vg)25000OGNklx`0`V%${FI&=@q$rF=Yg>uFyrbw%0>0GG@5ER~%X_Z|eM3NsP_uqV zKr!YE0g*T%Wz(r~B``fxBK@vUZ!C?CNm1>S!NCDFKZav_k5h1AMp=%966UOb3=f^P_DYRb)*0!^APtxJ(l1)5U! z4FPJ9%g`*#Pzp(MmaZ-YXxi~YF$arF&YLvz>(P1MLJd3J1(X7!v@VcN3{K^xAwUrGt%HZDCl-qq zL}Ch{iZui%-OC6aC6xkXb3}(E$-HW$<5yN-J{m+&L(Z1RT?9Z;W5^-EDbUuee*C9% z;AAxKIToy_04TDF$oLi61QF51Is__2rT{}}6(BlNgeAa;FQG%agU7f25Wq<n6+VE^NJ%E{h&Xy}35uBrjD zMKTjG9s}fogrd1zhTnHulW9v=&J$X0MDy52x&&3hMZl{+=kk@naWVwR3xRt^nYBUy zL?ysgz@4Un<6jBH4&*&Z?n(U=00~283l{>3Os%EVx~-(Z;1CCTDnP~(jru{LUI|d5 zYT5TP1irq$qDVA1Vb!_%7h92_Q8S{k&J+N2C9rpaeF~UGz~`VtdEk8_p!_LM(Y_17 z0@U-}gWSz#{`~pt#qyodM=PeoG?mFo^8kb z%{UK6{8iu~1!QZ~xO>&tYMZ|K)w+y9+&C0el}KSQlG z1it2xYsT;N3~_Qj2leD*0}ueB>GQc}6M2AU1gC={^Tv*8{q+g>uhE{AT@z@0us+xscF z{I^{*&~+1rp=dTep~)tD{SnPmF8z{Gfv=# zJRZVk78L+{0_dcqFo9Vg14a6$jI?JkN2Z6s1JMV$V*wbXP?kpu8$KX|Q$T4sP2h5t zvS4hCgCh9w?TrZ&kOw*=cMPOmeE)`1gaBe9Sl;{pG6BTI3CIZn`BwyVAU(V>u>!>@ zP_7r)kMR#yoB|;1w?G~IF_#NSoPZwJ2}~yiN}zxqVbXp9;EstBKphAIzL?7erXYcN zniX%1N(2djkH&zhtAN<&Ps83=TQBVMGcjok^ujx@(#FGqfzW6j^)SrB(pzq0{}*C4 zo;d)^4y>m(^buxY`TO>Ro3kILn~>#Sw}RGa^o#JK>COMlYa+G;reN4?j&R(L@bk|m zOn{lPLX_K?E31_twEh+=U&*@VI7t_?nj9g&_b7 z#^&qpPfbf%eON%d4p9P_D?tEve_3tLg0+ATi!lsw0+ieGgSIe0S6{F^IpbU{MihJk z1d{DPY&4>$0Bf5RshJZD2vH*pf&{SOg8VH5nSek5U6TTwe;uL{k00000NkvXXrNGn}WsvZ; literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1707460093_0.png b/assets/minecraft/textures/item/w1707460093_0.png new file mode 100644 index 0000000000000000000000000000000000000000..62e3560e4ed361b3b634be6c128c7d65c5575f6d GIT binary patch literal 1298 zcmV+t1?~EYP)1KR?TZgPMtMig{dZU`t(3J0>L}7Zwx%000sa z5<)>fSy)$YZEcT^joXBT&TMSKR8(p88p;3w026dlPE!E?|NsC0|NsC0|NsC0|NsB~ z{#&7GU;qFFU`a$lRCwB~)dg}x*@1@9^Ia*-oa}#Z!(mRW_Yb?uD!bEk9>Zno2Yw9> zVNAE|G4l!sxB-6${Djy>_DcZ20GLew{Q6=4qBg+!^{)ZyBub<_sd!dQvBk6fAFmnf zHE(bSP}Q}@O?G>D5?X_Rp8%#}Kk@H8o9Bn#%fPN%^$3MLNvs+HmTSl*BTq7|0R9E8 z)1EUhWsjyC^jrn(hx{_~>OcGhzx0V3&n|!ip!><~B-?EA#(q@&XxC=D0LmxYjLjPZ za0e))*>z@I12|-WM}`A_6lXu~-+fHxN#i*KCZ_G-nfZ~weU-oc$S=X5fA^0>$OrBR zQ(mI5b_KH7GP$9-kNbROUj5xO(qF2#y5EXwbsnbYP&Ga1W_wKva@7l8ZP+IRWwdNjVrZ=1$I`}?g;x3<6gM~1!Kaa>}6j@#y;)r&9JeTjpCf@TP_ zS;q3EtI)hc!#pp`&o}`#fthC~Mss=QzIk;BV7lcWIbHLQgl67zyb%!GP;NeUt6PwO zd?4f*$G5-Z70&H;f+UhpRG5Ecm}i`C?fMpgRGlM`f8g=B)*yg9GmO0F-WoudbgsP8 zd|<9%BQS5A7?5^i*HZ=rpxKVp2n4>}@4aiZ!Mr0ah!*6H`|r7Z^Dp0Qe<0)P(2xmy zd%pFjzWG=K0`pmBde^Hu}$u7j`aYZcA`Q@I7xjhVi-uj=HDbPCa(d`1U-M*pSCrf7R3OiWJ)OL9ZYTA4{ITyy1`FViHSx#3{@2@A|GEK~WtclGPX?HGG@LIUwTt zum&(QZ_G}EFrXgi)J4^C8H#c>bg(hkwdQqy*WF@yb@u`ojbKc0m2=rd8xd?#*dENh z+23_%3tckZbbm~?)-1pPM!1f*1|4H-V8jpkr4QWgY5{aZw+Gm4yDes5aou)Vu433u zuw`pATELIneC&SB)lO?Pf{?lFifyoV;lW_c(3Nx^%QkN$%SXB~0XV?}&?ea|$btnJ zh;!_*V8UYiaj^fuyr&Zj;MBBT0E@w5L2QM2rPE_8hD_!MW!dn{f1Clk%d(dMi!t4L znJn7UU?6B#V*+gcky{zTbRukm5vE(3fC=W600V*f$L<3dZUDCz6PS55!zx#Kv1_7ikNDF9bE;I2(G63{Eda!@)F6L6@+6!gk66bh{A zrzn(Tzuf&_-uA8wok^M}nT7XDUXtx}E9-Z{I6pq_#6$IVv*!H(qD5*7T?oimfZdJD zDL`X>BY7RV%?DZl(kM!2z+?lhIZf#j=~BD1#lF}V7#2J<2UCF5Uy#ngsdgtvccKx8 zG#p)sr4YB%z_A8^Cnx|HhmC0d58~-}y zh}W$-uciR?0(4Sa0AjaI19m&V+5*FFn*w<04A8SaTkhnqrU0vX|G{+htiSIq#A;9c zsAe`KCL$z8X?3#sGdv%BnhmI4brwWSfa}!BZT0c_{PXX*K;26K767dyGB7m5-F)B} zfYLRP1e^g_R`Z*~^;KLyB47{Bs}J`XfYn$3E;C92AQpR@EWlDSy4nKGu*n5pu971L z7wP^f1K@ev)FT1ks=P*(Ga?Bv1pu7^0|7vt3tVsO4~dcaK-``{WT2}rGXZD#3tai0K^X6I0Ae=K=XH4J|dI=5ozmmjnE4L zGx`M3UC0O4{so9-!04mt0R#Z99Owb`#Q0nh5|H z-vJ={QUIyt01^=+dMpFRl#KCRz|D9=41FpDh$sdS3E=)%0B|x#F+jhP33$v0kVKuM t0QlP;90&ja000Q`w;o}E3IG5G00il~$yU^Je4YRR002ovPDG`^)EJEPQxE_E literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1717485251_0.png b/assets/minecraft/textures/item/w1717485251_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e37d991749c4d148f61b7d1181c77eaebff069d1 GIT binary patch literal 654 zcmV;90&)F`P)5)cp)4-OCx z4Gs+q5()?m3knJe2mk;8G<^1F00001bW%=J083gEA&1N?L|ECYoG3mnhRNA285)oAxp&bIoqFhD46a!VT2XMug0E_~)()t^6aU<;=x@b@hIRh6|eGp!g=0ltmk97rI?0ak)vlznO@SaAu@wyAfSZeqltSR6!f z#rJJUS9wVQNInI~erk1Lpwm(kk{uTWg#MIOC4hkaw4V(E@@e_M1mf8AaL%Bq`RV&N zdjGENdm)K#^M=a<)5FakAeH?1{vpWG2wE)sZ2$iCK##{5>eqMm2=rDr2xwQe2XMzI zkfdlW6j4b`u&%H4>bhh!4PXnjEdXY+54^N=97vF~O|6+E$tscaV{kA9lGfVev?TV& zK|Kd_6adoJrs=Vd0Z4(+P*0~*y!!SQe?nB(fGR8L)ce!@>#OQfpxV^-K$1jesJExv zfB#DB??CoIwfgdV5)0qGy}x~aeyjRBU}7)W1DcR--tCN`Tts&|X>8P5T@p~|=xY~wgm~cr@Om{r>1%iRB!U=)l30Mg8fcTgX^@c;k-07*qoM5Vyg7;J{{H^{{{H^{{{H^{{{H^{Z2p=B0007NNklY!3d6;LNtvc3F@q@E-)&OuS&_XnUVfRlc_!K&FHjx$-Tj z%&fgYQYLQ$?-BT%nkk8$;KB<$r_M4}fsNY^F!r?)=L5hpv;jBR?4y|EN03ZZkf_?= zcDwBa8L7(PeG(%}IU*IxC15L1&s3y@?`FCxvrCaZLv4WB3FsNsRbpG>F_s9T)0qxeIRHVJ`r9?oMD5Z~| zKkOer59e+gN)d1$Kq#r2DGAQ11|)g#|AGq9i#d2IY8~W}C^9|BjQtcMtAhv7D;4vD z40x}-B1Pe*M~QV6OJdFq)=F^&ZhjAwOTw`vIFG;@7~;tQU4HRlwvB{z`y-?4#9E1AMH<2on`O<1(c%ThKIoW8*x#C zws^guotWV~hL-OFUpw@C+U?{xL>qvjeZlr6IF64XFZ+hV11hTx9*-qBjxqWX`0Er@ z9;ib2I5F@R6o#tW2vT6ODqDl1ot&FGLIstnt)QR+P61rY!UzFG>;xf}AOPNq>-ATn zyrvn&N&Wp_L;Gvw0Ys~TfxciAjDk@x3P!;w001{)!O(Ye>c{{9002ovPDG`^)EKoW BWsm>> literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/w1721179335_0.png b/assets/minecraft/textures/item/w1721179335_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e3323a8207f18c9d6c58c11a80235c527d867684 GIT binary patch literal 922 zcmV;L17-Y)P)FMdPu&|Pnl5%o#OiWB$TU$g#M0y@Nelb>qL1$uOVtH6tK|w(_HZ}kN z0K@P0008zNkl=tUx|_I#T{VAhKZ_*1qT3m3GPma z;VD?+B!~qH*ZEZq6hty5pW%ss02i>qwm{F$3oNBz4n4SDAQBsG<0dGnwbB>F7*k@5 zV_V{58-IU)$2Mba4J_k$c?f!pZfN7^d1nL(pp;8n_JE3u8y$e40|glz{?K{e z0vEhhF0_`o5R0g(l;HgQ{PYAVr&v<<>;joniN4SCJ2wPJRC)poDaGs+EcN?5<&x3> zwYqmhaI9KSAVU%imvO}&aoi ziVK>@7eRuV?e;Dp<5qYi*}0jjq(WdZ04!O|E7;c>NS}B(9Ky`+@9>nJCIXlp035X1 zZfRl2c@WC+aGWQS=sXJ<4*>=rf?C}WN(l-*9Zu8#W^fMAQ2b4hpk`ix1*iV0r{ih* z`kv=0JVVOB%>ZW|dvk=M_3h7FRiP8QsCl^?hr{h;Q0(pf%}uWbqW3e7M(i(z^fLdz=@(lOlqbRNZtg6AWJD70V4^f zA`HQ-`27B9_gO4tNhx*&X+0+s-mxnA7#8|0(#g3e$dRjn*_2c>3l6V@*W`k&&8%Dn w`q#gP@c)qq5UmCV`hrm~3P!;w7zLvM0AZw!yn&SKL;wH)07*qoM5Vyg7zJOc!TMbk*jKQu&8yWj|0^2y$qLFO=6(CF7PzQDZTnqEL0AxNDAc

{-fO>mjZI;_8#veX$(dpZtR((( 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¦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�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